@skyux/core 6.0.0-beta.0 → 6.0.0-beta.11
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 +1207 -525
- package/esm2020/index.mjs +5 -1
- package/esm2020/lib/modules/adapter-service/adapter.module.mjs +4 -4
- package/esm2020/lib/modules/adapter-service/adapter.service.mjs +17 -10
- 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 +1 -4
- package/esm2020/lib/modules/dock/dock-dom-adapter.service.mjs +3 -3
- package/esm2020/lib/modules/dock/dock.component.mjs +3 -3
- package/esm2020/lib/modules/dock/dock.module.mjs +4 -4
- package/esm2020/lib/modules/dock/dock.service.mjs +3 -3
- 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 +3 -3
- package/esm2020/lib/modules/id/id.module.mjs +4 -4
- package/esm2020/lib/modules/log/log.module.mjs +4 -4
- package/esm2020/lib/modules/log/log.service.mjs +121 -12
- package/esm2020/lib/modules/log/types/log-deprecation-args.mjs +2 -0
- package/esm2020/lib/modules/log/types/log-level-token.mjs +6 -0
- package/esm2020/lib/modules/log/types/log-level.mjs +2 -0
- package/esm2020/lib/modules/media-query/media-query-listener.mjs +1 -1
- package/esm2020/lib/modules/media-query/media-query.module.mjs +4 -4
- package/esm2020/lib/modules/media-query/media-query.service.mjs +5 -5
- 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.options.mjs +3 -29
- package/esm2020/lib/modules/numeric/numeric.pipe.mjs +4 -6
- package/esm2020/lib/modules/numeric/numeric.service.mjs +4 -6
- package/esm2020/lib/modules/overlay/overlay-adapter.service.mjs +3 -3
- package/esm2020/lib/modules/overlay/overlay.component.mjs +3 -3
- 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 +3 -3
- package/esm2020/lib/modules/resize-observer/resize-observer-media-query.service.mjs +117 -0
- package/esm2020/lib/modules/resize-observer/resize-observer.service.mjs +73 -0
- package/esm2020/lib/modules/scrollable-host/scrollable-host.service.mjs +5 -5
- package/esm2020/lib/modules/shared/number-format/number-format-utility.mjs +1 -2
- package/esm2020/lib/modules/shared/sky-core-resources.module.mjs +4 -4
- package/esm2020/lib/modules/title/title.service.mjs +3 -3
- 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 +3 -3
- 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/mock-media-query.service.mjs +3 -3
- package/esm2020/testing/mock-ui-config.service.mjs +3 -3
- package/fesm2015/skyux-core-testing.mjs +6 -6
- package/fesm2015/skyux-core.mjs +448 -179
- package/fesm2015/skyux-core.mjs.map +1 -1
- package/fesm2020/skyux-core-testing.mjs +6 -6
- package/fesm2020/skyux-core.mjs +442 -178
- package/fesm2020/skyux-core.mjs.map +1 -1
- package/index.d.ts +4 -0
- package/lib/modules/log/log.service.d.ts +37 -3
- package/lib/modules/log/types/log-deprecation-args.d.ts +27 -0
- package/lib/modules/log/types/log-level-token.d.ts +6 -0
- package/lib/modules/log/types/log-level.d.ts +8 -0
- package/lib/modules/media-query/media-query-listener.d.ts +1 -1
- package/lib/modules/media-query/media-query.service.d.ts +1 -1
- package/lib/modules/numeric/numeric.options.d.ts +17 -11
- package/lib/modules/numeric/numeric.pipe.d.ts +2 -4
- package/lib/modules/numeric/numeric.service.d.ts +2 -2
- package/lib/modules/resize-observer/resize-observer-media-query.service.d.ts +44 -0
- package/lib/modules/resize-observer/resize-observer.service.d.ts +21 -0
- package/package.json +21 -18
package/documentation.json
CHANGED
@@ -21,7 +21,6 @@
|
|
21
21
|
"SkyDynamicComponentService": "class-skydynamiccomponentservice",
|
22
22
|
"SkyIdModule": "class-skyidmodule",
|
23
23
|
"SkyLogModule": "class-skylogmodule",
|
24
|
-
"SkyLogService": "class-skylogservice",
|
25
24
|
"SkyMediaQueryModule": "class-skymediaquerymodule",
|
26
25
|
"SkyMediaQueryService": "class-skymediaqueryservice",
|
27
26
|
"SkyNumericModule": "class-skynumericmodule",
|
@@ -32,6 +31,8 @@
|
|
32
31
|
"SkyOverlayService": "class-skyoverlayservice",
|
33
32
|
"SkyPercentPipe": "class-skypercentpipe",
|
34
33
|
"SkyPercentPipeModule": "class-skypercentpipemodule",
|
34
|
+
"SkyResizeObserverMediaQueryService": "class-skyresizeobservermediaqueryservice",
|
35
|
+
"SkyResizeObserverService": "class-skyresizeobserverservice",
|
35
36
|
"SkyScrollableHostService": "class-skyscrollablehostservice",
|
36
37
|
"SkyUIConfigService": "class-skyuiconfigservice",
|
37
38
|
"SkyViewkeeperHostOptions": "class-skyviewkeeperhostoptions",
|
@@ -49,6 +50,7 @@
|
|
49
50
|
"SkyDockOptions": "interface-skydockoptions",
|
50
51
|
"SkyDynamicComponentOptions": "interface-skydynamiccomponentoptions",
|
51
52
|
"SkyFocusableChildrenOptions": "interface-skyfocusablechildrenoptions",
|
53
|
+
"SkyNumericOptions": "interface-skynumericoptions",
|
52
54
|
"SkyOverlayConfig": "interface-skyoverlayconfig",
|
53
55
|
"SkyViewkeeperOptions": "interface-skyviewkeeperoptions",
|
54
56
|
"SkyAffixHorizontalAlignment": "type-alias-skyaffixhorizontalalignment",
|
@@ -333,14 +335,14 @@
|
|
333
335
|
]
|
334
336
|
},
|
335
337
|
{
|
336
|
-
"id":
|
338
|
+
"id": 353,
|
337
339
|
"name": "SkyMediaBreakpoints",
|
338
340
|
"kind": 8,
|
339
341
|
"kindString": "Enumeration",
|
340
342
|
"flags": {},
|
341
343
|
"children": [
|
342
344
|
{
|
343
|
-
"id":
|
345
|
+
"id": 357,
|
344
346
|
"name": "lg",
|
345
347
|
"kind": 16,
|
346
348
|
"kindString": "Enumeration member",
|
@@ -358,7 +360,7 @@
|
|
358
360
|
"defaultValue": "4"
|
359
361
|
},
|
360
362
|
{
|
361
|
-
"id":
|
363
|
+
"id": 356,
|
362
364
|
"name": "md",
|
363
365
|
"kind": 16,
|
364
366
|
"kindString": "Enumeration member",
|
@@ -376,7 +378,7 @@
|
|
376
378
|
"defaultValue": "3"
|
377
379
|
},
|
378
380
|
{
|
379
|
-
"id":
|
381
|
+
"id": 355,
|
380
382
|
"name": "sm",
|
381
383
|
"kind": 16,
|
382
384
|
"kindString": "Enumeration member",
|
@@ -394,7 +396,7 @@
|
|
394
396
|
"defaultValue": "2"
|
395
397
|
},
|
396
398
|
{
|
397
|
-
"id":
|
399
|
+
"id": 354,
|
398
400
|
"name": "xs",
|
399
401
|
"kind": 16,
|
400
402
|
"kindString": "Enumeration member",
|
@@ -417,10 +419,10 @@
|
|
417
419
|
"title": "Enumeration members",
|
418
420
|
"kind": 16,
|
419
421
|
"children": [
|
420
|
-
|
421
|
-
|
422
|
-
|
423
|
-
|
422
|
+
357,
|
423
|
+
356,
|
424
|
+
355,
|
425
|
+
354
|
424
426
|
]
|
425
427
|
}
|
426
428
|
],
|
@@ -433,7 +435,7 @@
|
|
433
435
|
]
|
434
436
|
},
|
435
437
|
{
|
436
|
-
"id":
|
438
|
+
"id": 401,
|
437
439
|
"name": "MutationObserverService",
|
438
440
|
"kind": 128,
|
439
441
|
"kindString": "Class",
|
@@ -454,7 +456,7 @@
|
|
454
456
|
],
|
455
457
|
"children": [
|
456
458
|
{
|
457
|
-
"id":
|
459
|
+
"id": 404,
|
458
460
|
"name": "create",
|
459
461
|
"kind": 2048,
|
460
462
|
"kindString": "Method",
|
@@ -470,14 +472,14 @@
|
|
470
472
|
],
|
471
473
|
"signatures": [
|
472
474
|
{
|
473
|
-
"id":
|
475
|
+
"id": 405,
|
474
476
|
"name": "create",
|
475
477
|
"kind": 4096,
|
476
478
|
"kindString": "Call signature",
|
477
479
|
"flags": {},
|
478
480
|
"parameters": [
|
479
481
|
{
|
480
|
-
"id":
|
482
|
+
"id": 406,
|
481
483
|
"name": "callback",
|
482
484
|
"kind": 32768,
|
483
485
|
"kindString": "Parameter",
|
@@ -503,14 +505,14 @@
|
|
503
505
|
"title": "Constructors",
|
504
506
|
"kind": 512,
|
505
507
|
"children": [
|
506
|
-
|
508
|
+
402
|
507
509
|
]
|
508
510
|
},
|
509
511
|
{
|
510
512
|
"title": "Methods",
|
511
513
|
"kind": 2048,
|
512
514
|
"children": [
|
513
|
-
|
515
|
+
404
|
514
516
|
]
|
515
517
|
}
|
516
518
|
],
|
@@ -523,17 +525,23 @@
|
|
523
525
|
]
|
524
526
|
},
|
525
527
|
{
|
526
|
-
"id":
|
528
|
+
"id": 422,
|
527
529
|
"name": "NumericOptions",
|
528
530
|
"kind": 128,
|
529
531
|
"kindString": "Class",
|
530
532
|
"flags": {},
|
531
533
|
"comment": {
|
532
|
-
"shortText": "Provides arguments for the number to format."
|
534
|
+
"shortText": "Provides arguments for the number to format.",
|
535
|
+
"tags": [
|
536
|
+
{
|
537
|
+
"tag": "deprecated",
|
538
|
+
"text": "Use the `SkyNumericOptions` interface instead.\n"
|
539
|
+
}
|
540
|
+
]
|
533
541
|
},
|
534
542
|
"children": [
|
535
543
|
{
|
536
|
-
"id":
|
544
|
+
"id": 427,
|
537
545
|
"name": "currencySign",
|
538
546
|
"kind": 1024,
|
539
547
|
"kindString": "Property",
|
@@ -542,18 +550,12 @@
|
|
542
550
|
"isOptional": true
|
543
551
|
},
|
544
552
|
"comment": {
|
545
|
-
"shortText": "Specifies the format of the currency."
|
546
|
-
"tags": [
|
547
|
-
{
|
548
|
-
"tag": "default",
|
549
|
-
"text": "\"standard\"\n"
|
550
|
-
}
|
551
|
-
]
|
553
|
+
"shortText": "Specifies the format of the currency."
|
552
554
|
},
|
553
555
|
"sources": [
|
554
556
|
{
|
555
557
|
"fileName": "projects/core/src/modules/numeric/numeric.options.ts",
|
556
|
-
"line":
|
558
|
+
"line": 58,
|
557
559
|
"character": 9
|
558
560
|
}
|
559
561
|
],
|
@@ -570,10 +572,15 @@
|
|
570
572
|
}
|
571
573
|
]
|
572
574
|
},
|
573
|
-
"defaultValue": "'standard'"
|
575
|
+
"defaultValue": "'standard'",
|
576
|
+
"implementationOf": {
|
577
|
+
"type": "reference",
|
578
|
+
"id": 416,
|
579
|
+
"name": "SkyNumericOptions.currencySign"
|
580
|
+
}
|
574
581
|
},
|
575
582
|
{
|
576
|
-
"id":
|
583
|
+
"id": 425,
|
577
584
|
"name": "digits",
|
578
585
|
"kind": 1024,
|
579
586
|
"kindString": "Property",
|
@@ -582,18 +589,12 @@
|
|
582
589
|
"isOptional": true
|
583
590
|
},
|
584
591
|
"comment": {
|
585
|
-
"shortText": "Specifies the maximum number of digits after the decimal separator."
|
586
|
-
"tags": [
|
587
|
-
{
|
588
|
-
"tag": "default",
|
589
|
-
"text": "1\n"
|
590
|
-
}
|
591
|
-
]
|
592
|
+
"shortText": "Specifies the maximum number of digits after the decimal separator."
|
592
593
|
},
|
593
594
|
"sources": [
|
594
595
|
{
|
595
596
|
"fileName": "projects/core/src/modules/numeric/numeric.options.ts",
|
596
|
-
"line":
|
597
|
+
"line": 54,
|
597
598
|
"character": 9
|
598
599
|
}
|
599
600
|
],
|
@@ -601,10 +602,15 @@
|
|
601
602
|
"type": "intrinsic",
|
602
603
|
"name": "number"
|
603
604
|
},
|
604
|
-
"defaultValue": "1"
|
605
|
+
"defaultValue": "1",
|
606
|
+
"implementationOf": {
|
607
|
+
"type": "reference",
|
608
|
+
"id": 414,
|
609
|
+
"name": "SkyNumericOptions.digits"
|
610
|
+
}
|
605
611
|
},
|
606
612
|
{
|
607
|
-
"id":
|
613
|
+
"id": 426,
|
608
614
|
"name": "format",
|
609
615
|
"kind": 1024,
|
610
616
|
"kindString": "Property",
|
@@ -613,18 +619,12 @@
|
|
613
619
|
"isOptional": true
|
614
620
|
},
|
615
621
|
"comment": {
|
616
|
-
"shortText": "Specifies how to format the number. Options are `currency` or `number`."
|
617
|
-
"tags": [
|
618
|
-
{
|
619
|
-
"tag": "default",
|
620
|
-
"text": "\"number\"\n"
|
621
|
-
}
|
622
|
-
]
|
622
|
+
"shortText": "Specifies how to format the number. Options are `currency` or `number`."
|
623
623
|
},
|
624
624
|
"sources": [
|
625
625
|
{
|
626
626
|
"fileName": "projects/core/src/modules/numeric/numeric.options.ts",
|
627
|
-
"line":
|
627
|
+
"line": 56,
|
628
628
|
"character": 9
|
629
629
|
}
|
630
630
|
],
|
@@ -632,10 +632,15 @@
|
|
632
632
|
"type": "intrinsic",
|
633
633
|
"name": "string"
|
634
634
|
},
|
635
|
-
"defaultValue": "'number'"
|
635
|
+
"defaultValue": "'number'",
|
636
|
+
"implementationOf": {
|
637
|
+
"type": "reference",
|
638
|
+
"id": 415,
|
639
|
+
"name": "SkyNumericOptions.format"
|
640
|
+
}
|
636
641
|
},
|
637
642
|
{
|
638
|
-
"id":
|
643
|
+
"id": 428,
|
639
644
|
"name": "iso",
|
640
645
|
"kind": 1024,
|
641
646
|
"kindString": "Property",
|
@@ -644,18 +649,12 @@
|
|
644
649
|
"isOptional": true
|
645
650
|
},
|
646
651
|
"comment": {
|
647
|
-
"shortText": "Specifies the ISO4217 currency code to use for currency formatting.
|
648
|
-
"tags": [
|
649
|
-
{
|
650
|
-
"tag": "default",
|
651
|
-
"text": "\"USD\"\n"
|
652
|
-
}
|
653
|
-
]
|
652
|
+
"shortText": "Specifies the ISO4217 currency code to use for currency formatting."
|
654
653
|
},
|
655
654
|
"sources": [
|
656
655
|
{
|
657
656
|
"fileName": "projects/core/src/modules/numeric/numeric.options.ts",
|
658
|
-
"line":
|
657
|
+
"line": 60,
|
659
658
|
"character": 9
|
660
659
|
}
|
661
660
|
],
|
@@ -663,10 +662,15 @@
|
|
663
662
|
"type": "intrinsic",
|
664
663
|
"name": "string"
|
665
664
|
},
|
666
|
-
"defaultValue": "'USD'"
|
665
|
+
"defaultValue": "'USD'",
|
666
|
+
"implementationOf": {
|
667
|
+
"type": "reference",
|
668
|
+
"id": 417,
|
669
|
+
"name": "SkyNumericOptions.iso"
|
670
|
+
}
|
667
671
|
},
|
668
672
|
{
|
669
|
-
"id":
|
673
|
+
"id": 429,
|
670
674
|
"name": "locale",
|
671
675
|
"kind": 1024,
|
672
676
|
"kindString": "Property",
|
@@ -680,17 +684,22 @@
|
|
680
684
|
"sources": [
|
681
685
|
{
|
682
686
|
"fileName": "projects/core/src/modules/numeric/numeric.options.ts",
|
683
|
-
"line":
|
687
|
+
"line": 62,
|
684
688
|
"character": 9
|
685
689
|
}
|
686
690
|
],
|
687
691
|
"type": {
|
688
692
|
"type": "intrinsic",
|
689
693
|
"name": "string"
|
694
|
+
},
|
695
|
+
"implementationOf": {
|
696
|
+
"type": "reference",
|
697
|
+
"id": 418,
|
698
|
+
"name": "SkyNumericOptions.locale"
|
690
699
|
}
|
691
700
|
},
|
692
701
|
{
|
693
|
-
"id":
|
702
|
+
"id": 430,
|
694
703
|
"name": "minDigits",
|
695
704
|
"kind": 1024,
|
696
705
|
"kindString": "Property",
|
@@ -704,17 +713,22 @@
|
|
704
713
|
"sources": [
|
705
714
|
{
|
706
715
|
"fileName": "projects/core/src/modules/numeric/numeric.options.ts",
|
707
|
-
"line":
|
716
|
+
"line": 64,
|
708
717
|
"character": 9
|
709
718
|
}
|
710
719
|
],
|
711
720
|
"type": {
|
712
721
|
"type": "intrinsic",
|
713
722
|
"name": "number"
|
723
|
+
},
|
724
|
+
"implementationOf": {
|
725
|
+
"type": "reference",
|
726
|
+
"id": 419,
|
727
|
+
"name": "SkyNumericOptions.minDigits"
|
714
728
|
}
|
715
729
|
},
|
716
730
|
{
|
717
|
-
"id":
|
731
|
+
"id": 431,
|
718
732
|
"name": "truncate",
|
719
733
|
"kind": 1024,
|
720
734
|
"kindString": "Property",
|
@@ -728,7 +742,7 @@
|
|
728
742
|
"sources": [
|
729
743
|
{
|
730
744
|
"fileName": "projects/core/src/modules/numeric/numeric.options.ts",
|
731
|
-
"line":
|
745
|
+
"line": 66,
|
732
746
|
"character": 9
|
733
747
|
}
|
734
748
|
],
|
@@ -736,10 +750,15 @@
|
|
736
750
|
"type": "intrinsic",
|
737
751
|
"name": "boolean"
|
738
752
|
},
|
739
|
-
"defaultValue": "true"
|
753
|
+
"defaultValue": "true",
|
754
|
+
"implementationOf": {
|
755
|
+
"type": "reference",
|
756
|
+
"id": 420,
|
757
|
+
"name": "SkyNumericOptions.truncate"
|
758
|
+
}
|
740
759
|
},
|
741
760
|
{
|
742
|
-
"id":
|
761
|
+
"id": 432,
|
743
762
|
"name": "truncateAfter",
|
744
763
|
"kind": 1024,
|
745
764
|
"kindString": "Property",
|
@@ -748,18 +767,12 @@
|
|
748
767
|
"isOptional": true
|
749
768
|
},
|
750
769
|
"comment": {
|
751
|
-
"shortText": "Specifies the
|
752
|
-
"tags": [
|
753
|
-
{
|
754
|
-
"tag": "default",
|
755
|
-
"text": "0\n"
|
756
|
-
}
|
757
|
-
]
|
770
|
+
"shortText": "Specifies the minimum value at which numbers are shortened to rounded numbers and abbreviation characters. Values less than `1000` are not truncated."
|
758
771
|
},
|
759
772
|
"sources": [
|
760
773
|
{
|
761
774
|
"fileName": "projects/core/src/modules/numeric/numeric.options.ts",
|
762
|
-
"line":
|
775
|
+
"line": 68,
|
763
776
|
"character": 9
|
764
777
|
}
|
765
778
|
],
|
@@ -767,7 +780,12 @@
|
|
767
780
|
"type": "intrinsic",
|
768
781
|
"name": "number"
|
769
782
|
},
|
770
|
-
"defaultValue": "
|
783
|
+
"defaultValue": "1000",
|
784
|
+
"implementationOf": {
|
785
|
+
"type": "reference",
|
786
|
+
"id": 421,
|
787
|
+
"name": "SkyNumericOptions.truncateAfter"
|
788
|
+
}
|
771
789
|
}
|
772
790
|
],
|
773
791
|
"groups": [
|
@@ -775,30 +793,37 @@
|
|
775
793
|
"title": "Constructors",
|
776
794
|
"kind": 512,
|
777
795
|
"children": [
|
778
|
-
|
796
|
+
423
|
779
797
|
]
|
780
798
|
},
|
781
799
|
{
|
782
800
|
"title": "Properties",
|
783
801
|
"kind": 1024,
|
784
802
|
"children": [
|
785
|
-
|
786
|
-
|
787
|
-
|
788
|
-
|
789
|
-
|
790
|
-
|
791
|
-
|
792
|
-
|
803
|
+
427,
|
804
|
+
425,
|
805
|
+
426,
|
806
|
+
428,
|
807
|
+
429,
|
808
|
+
430,
|
809
|
+
431,
|
810
|
+
432
|
793
811
|
]
|
794
812
|
}
|
795
813
|
],
|
796
814
|
"sources": [
|
797
815
|
{
|
798
816
|
"fileName": "projects/core/src/modules/numeric/numeric.options.ts",
|
799
|
-
"line":
|
817
|
+
"line": 53,
|
800
818
|
"character": 13
|
801
819
|
}
|
820
|
+
],
|
821
|
+
"implementedTypes": [
|
822
|
+
{
|
823
|
+
"type": "reference",
|
824
|
+
"id": 413,
|
825
|
+
"name": "SkyNumericOptions"
|
826
|
+
}
|
802
827
|
]
|
803
828
|
},
|
804
829
|
{
|
@@ -1442,7 +1467,7 @@
|
|
1442
1467
|
]
|
1443
1468
|
},
|
1444
1469
|
{
|
1445
|
-
"id":
|
1470
|
+
"id": 640,
|
1446
1471
|
"name": "SkyAppTitleService",
|
1447
1472
|
"kind": 128,
|
1448
1473
|
"kindString": "Class",
|
@@ -1466,7 +1491,7 @@
|
|
1466
1491
|
],
|
1467
1492
|
"children": [
|
1468
1493
|
{
|
1469
|
-
"id":
|
1494
|
+
"id": 641,
|
1470
1495
|
"name": "constructor",
|
1471
1496
|
"kind": 512,
|
1472
1497
|
"kindString": "Constructor",
|
@@ -1480,14 +1505,14 @@
|
|
1480
1505
|
],
|
1481
1506
|
"signatures": [
|
1482
1507
|
{
|
1483
|
-
"id":
|
1508
|
+
"id": 642,
|
1484
1509
|
"name": "new SkyAppTitleService",
|
1485
1510
|
"kind": 16384,
|
1486
1511
|
"kindString": "Constructor signature",
|
1487
1512
|
"flags": {},
|
1488
1513
|
"parameters": [
|
1489
1514
|
{
|
1490
|
-
"id":
|
1515
|
+
"id": 643,
|
1491
1516
|
"name": "title",
|
1492
1517
|
"kind": 32768,
|
1493
1518
|
"kindString": "Parameter",
|
@@ -1502,14 +1527,14 @@
|
|
1502
1527
|
],
|
1503
1528
|
"type": {
|
1504
1529
|
"type": "reference",
|
1505
|
-
"id":
|
1530
|
+
"id": 640,
|
1506
1531
|
"name": "SkyAppTitleService"
|
1507
1532
|
}
|
1508
1533
|
}
|
1509
1534
|
]
|
1510
1535
|
},
|
1511
1536
|
{
|
1512
|
-
"id":
|
1537
|
+
"id": 644,
|
1513
1538
|
"name": "setTitle",
|
1514
1539
|
"kind": 2048,
|
1515
1540
|
"kindString": "Method",
|
@@ -1525,7 +1550,7 @@
|
|
1525
1550
|
],
|
1526
1551
|
"signatures": [
|
1527
1552
|
{
|
1528
|
-
"id":
|
1553
|
+
"id": 645,
|
1529
1554
|
"name": "setTitle",
|
1530
1555
|
"kind": 4096,
|
1531
1556
|
"kindString": "Call signature",
|
@@ -1535,7 +1560,7 @@
|
|
1535
1560
|
},
|
1536
1561
|
"parameters": [
|
1537
1562
|
{
|
1538
|
-
"id":
|
1563
|
+
"id": 646,
|
1539
1564
|
"name": "args",
|
1540
1565
|
"kind": 32768,
|
1541
1566
|
"kindString": "Parameter",
|
@@ -1545,7 +1570,7 @@
|
|
1545
1570
|
},
|
1546
1571
|
"type": {
|
1547
1572
|
"type": "reference",
|
1548
|
-
"id":
|
1573
|
+
"id": 638,
|
1549
1574
|
"name": "SkyAppSetTitleArgs"
|
1550
1575
|
}
|
1551
1576
|
}
|
@@ -1563,14 +1588,14 @@
|
|
1563
1588
|
"title": "Constructors",
|
1564
1589
|
"kind": 512,
|
1565
1590
|
"children": [
|
1566
|
-
|
1591
|
+
641
|
1567
1592
|
]
|
1568
1593
|
},
|
1569
1594
|
{
|
1570
1595
|
"title": "Methods",
|
1571
1596
|
"kind": 2048,
|
1572
1597
|
"children": [
|
1573
|
-
|
1598
|
+
644
|
1574
1599
|
]
|
1575
1600
|
}
|
1576
1601
|
],
|
@@ -1583,7 +1608,7 @@
|
|
1583
1608
|
]
|
1584
1609
|
},
|
1585
1610
|
{
|
1586
|
-
"id":
|
1611
|
+
"id": 691,
|
1587
1612
|
"name": "SkyAppWindowRef",
|
1588
1613
|
"kind": 128,
|
1589
1614
|
"kindString": "Class",
|
@@ -1607,7 +1632,7 @@
|
|
1607
1632
|
],
|
1608
1633
|
"children": [
|
1609
1634
|
{
|
1610
|
-
"id":
|
1635
|
+
"id": 694,
|
1611
1636
|
"name": "nativeWindow",
|
1612
1637
|
"kind": 262144,
|
1613
1638
|
"kindString": "Accessor",
|
@@ -1623,7 +1648,7 @@
|
|
1623
1648
|
],
|
1624
1649
|
"getSignature": [
|
1625
1650
|
{
|
1626
|
-
"id":
|
1651
|
+
"id": 695,
|
1627
1652
|
"name": "nativeWindow",
|
1628
1653
|
"kind": 524288,
|
1629
1654
|
"kindString": "Get signature",
|
@@ -1644,14 +1669,14 @@
|
|
1644
1669
|
"title": "Constructors",
|
1645
1670
|
"kind": 512,
|
1646
1671
|
"children": [
|
1647
|
-
|
1672
|
+
692
|
1648
1673
|
]
|
1649
1674
|
},
|
1650
1675
|
{
|
1651
1676
|
"title": "Accessors",
|
1652
1677
|
"kind": 262144,
|
1653
1678
|
"children": [
|
1654
|
-
|
1679
|
+
694
|
1655
1680
|
]
|
1656
1681
|
}
|
1657
1682
|
],
|
@@ -1841,7 +1866,7 @@
|
|
1841
1866
|
"sources": [
|
1842
1867
|
{
|
1843
1868
|
"fileName": "projects/core/src/modules/adapter-service/adapter.service.ts",
|
1844
|
-
"line":
|
1869
|
+
"line": 154,
|
1845
1870
|
"character": 9
|
1846
1871
|
}
|
1847
1872
|
],
|
@@ -1913,7 +1938,7 @@
|
|
1913
1938
|
"sources": [
|
1914
1939
|
{
|
1915
1940
|
"fileName": "projects/core/src/modules/adapter-service/adapter.service.ts",
|
1916
|
-
"line":
|
1941
|
+
"line": 127,
|
1917
1942
|
"character": 9
|
1918
1943
|
}
|
1919
1944
|
],
|
@@ -1998,7 +2023,7 @@
|
|
1998
2023
|
"sources": [
|
1999
2024
|
{
|
2000
2025
|
"fileName": "projects/core/src/modules/adapter-service/adapter.service.ts",
|
2001
|
-
"line":
|
2026
|
+
"line": 187,
|
2002
2027
|
"character": 9
|
2003
2028
|
}
|
2004
2029
|
],
|
@@ -2054,7 +2079,7 @@
|
|
2054
2079
|
"sources": [
|
2055
2080
|
{
|
2056
2081
|
"fileName": "projects/core/src/modules/adapter-service/adapter.service.ts",
|
2057
|
-
"line":
|
2082
|
+
"line": 196,
|
2058
2083
|
"character": 9
|
2059
2084
|
}
|
2060
2085
|
],
|
@@ -2120,7 +2145,7 @@
|
|
2120
2145
|
"sources": [
|
2121
2146
|
{
|
2122
2147
|
"fileName": "projects/core/src/modules/adapter-service/adapter.service.ts",
|
2123
|
-
"line":
|
2148
|
+
"line": 230,
|
2124
2149
|
"character": 9
|
2125
2150
|
}
|
2126
2151
|
],
|
@@ -2238,7 +2263,7 @@
|
|
2238
2263
|
},
|
2239
2264
|
"type": {
|
2240
2265
|
"type": "reference",
|
2241
|
-
"id":
|
2266
|
+
"id": 353,
|
2242
2267
|
"name": "SkyMediaBreakpoints"
|
2243
2268
|
}
|
2244
2269
|
}
|
@@ -2261,7 +2286,7 @@
|
|
2261
2286
|
"sources": [
|
2262
2287
|
{
|
2263
2288
|
"fileName": "projects/core/src/modules/adapter-service/adapter.service.ts",
|
2264
|
-
"line":
|
2289
|
+
"line": 246,
|
2265
2290
|
"character": 9
|
2266
2291
|
}
|
2267
2292
|
],
|
@@ -3066,7 +3091,7 @@
|
|
3066
3091
|
"flags": {},
|
3067
3092
|
"type": {
|
3068
3093
|
"type": "reference",
|
3069
|
-
"id":
|
3094
|
+
"id": 691,
|
3070
3095
|
"name": "SkyAppWindowRef"
|
3071
3096
|
}
|
3072
3097
|
},
|
@@ -3358,121 +3383,7 @@
|
|
3358
3383
|
]
|
3359
3384
|
},
|
3360
3385
|
{
|
3361
|
-
"id":
|
3362
|
-
"name": "SkyLogService",
|
3363
|
-
"kind": 128,
|
3364
|
-
"kindString": "Class",
|
3365
|
-
"flags": {},
|
3366
|
-
"comment": {
|
3367
|
-
"tags": [
|
3368
|
-
{
|
3369
|
-
"tag": "deprecated",
|
3370
|
-
"text": "The `SkyLogService` will be removed in the next major version of `@skyux/core`.\n"
|
3371
|
-
}
|
3372
|
-
]
|
3373
|
-
},
|
3374
|
-
"decorators": [
|
3375
|
-
{
|
3376
|
-
"name": "Injectable",
|
3377
|
-
"type": {
|
3378
|
-
"type": "reference",
|
3379
|
-
"qualifiedName": "InjectableDecorator",
|
3380
|
-
"package": "@angular/core",
|
3381
|
-
"name": "Injectable"
|
3382
|
-
},
|
3383
|
-
"arguments": {
|
3384
|
-
"options": "{\n providedIn: 'root',\n}"
|
3385
|
-
}
|
3386
|
-
}
|
3387
|
-
],
|
3388
|
-
"children": [
|
3389
|
-
{
|
3390
|
-
"id": 319,
|
3391
|
-
"name": "warn",
|
3392
|
-
"kind": 2048,
|
3393
|
-
"kindString": "Method",
|
3394
|
-
"flags": {
|
3395
|
-
"isPublic": true
|
3396
|
-
},
|
3397
|
-
"sources": [
|
3398
|
-
{
|
3399
|
-
"fileName": "projects/core/src/modules/log/log.service.ts",
|
3400
|
-
"line": 10,
|
3401
|
-
"character": 9
|
3402
|
-
}
|
3403
|
-
],
|
3404
|
-
"signatures": [
|
3405
|
-
{
|
3406
|
-
"id": 320,
|
3407
|
-
"name": "warn",
|
3408
|
-
"kind": 4096,
|
3409
|
-
"kindString": "Call signature",
|
3410
|
-
"flags": {},
|
3411
|
-
"parameters": [
|
3412
|
-
{
|
3413
|
-
"id": 321,
|
3414
|
-
"name": "message",
|
3415
|
-
"kind": 32768,
|
3416
|
-
"kindString": "Parameter",
|
3417
|
-
"flags": {
|
3418
|
-
"isOptional": true
|
3419
|
-
},
|
3420
|
-
"type": {
|
3421
|
-
"type": "intrinsic",
|
3422
|
-
"name": "any"
|
3423
|
-
}
|
3424
|
-
},
|
3425
|
-
{
|
3426
|
-
"id": 322,
|
3427
|
-
"name": "optionalParams",
|
3428
|
-
"kind": 32768,
|
3429
|
-
"kindString": "Parameter",
|
3430
|
-
"flags": {
|
3431
|
-
"isRest": true
|
3432
|
-
},
|
3433
|
-
"type": {
|
3434
|
-
"type": "array",
|
3435
|
-
"elementType": {
|
3436
|
-
"type": "intrinsic",
|
3437
|
-
"name": "any"
|
3438
|
-
}
|
3439
|
-
}
|
3440
|
-
}
|
3441
|
-
],
|
3442
|
-
"type": {
|
3443
|
-
"type": "intrinsic",
|
3444
|
-
"name": "void"
|
3445
|
-
}
|
3446
|
-
}
|
3447
|
-
]
|
3448
|
-
}
|
3449
|
-
],
|
3450
|
-
"groups": [
|
3451
|
-
{
|
3452
|
-
"title": "Constructors",
|
3453
|
-
"kind": 512,
|
3454
|
-
"children": [
|
3455
|
-
317
|
3456
|
-
]
|
3457
|
-
},
|
3458
|
-
{
|
3459
|
-
"title": "Methods",
|
3460
|
-
"kind": 2048,
|
3461
|
-
"children": [
|
3462
|
-
319
|
3463
|
-
]
|
3464
|
-
}
|
3465
|
-
],
|
3466
|
-
"sources": [
|
3467
|
-
{
|
3468
|
-
"fileName": "projects/core/src/modules/log/log.service.ts",
|
3469
|
-
"line": 9,
|
3470
|
-
"character": 13
|
3471
|
-
}
|
3472
|
-
]
|
3473
|
-
},
|
3474
|
-
{
|
3475
|
-
"id": 332,
|
3386
|
+
"id": 362,
|
3476
3387
|
"name": "SkyMediaQueryModule",
|
3477
3388
|
"kind": 128,
|
3478
3389
|
"kindString": "Class",
|
@@ -3505,7 +3416,7 @@
|
|
3505
3416
|
"title": "Constructors",
|
3506
3417
|
"kind": 512,
|
3507
3418
|
"children": [
|
3508
|
-
|
3419
|
+
363
|
3509
3420
|
]
|
3510
3421
|
}
|
3511
3422
|
],
|
@@ -3518,7 +3429,7 @@
|
|
3518
3429
|
]
|
3519
3430
|
},
|
3520
3431
|
{
|
3521
|
-
"id":
|
3432
|
+
"id": 365,
|
3522
3433
|
"name": "SkyMediaQueryService",
|
3523
3434
|
"kind": 128,
|
3524
3435
|
"kindString": "Class",
|
@@ -3539,7 +3450,7 @@
|
|
3539
3450
|
],
|
3540
3451
|
"children": [
|
3541
3452
|
{
|
3542
|
-
"id":
|
3453
|
+
"id": 370,
|
3543
3454
|
"name": "constructor",
|
3544
3455
|
"kind": 512,
|
3545
3456
|
"kindString": "Constructor",
|
@@ -3553,14 +3464,14 @@
|
|
3553
3464
|
],
|
3554
3465
|
"signatures": [
|
3555
3466
|
{
|
3556
|
-
"id":
|
3467
|
+
"id": 371,
|
3557
3468
|
"name": "new SkyMediaQueryService",
|
3558
3469
|
"kind": 16384,
|
3559
3470
|
"kindString": "Constructor signature",
|
3560
3471
|
"flags": {},
|
3561
3472
|
"parameters": [
|
3562
3473
|
{
|
3563
|
-
"id":
|
3474
|
+
"id": 372,
|
3564
3475
|
"name": "zone",
|
3565
3476
|
"kind": 32768,
|
3566
3477
|
"kindString": "Parameter",
|
@@ -3575,14 +3486,14 @@
|
|
3575
3486
|
],
|
3576
3487
|
"type": {
|
3577
3488
|
"type": "reference",
|
3578
|
-
"id":
|
3489
|
+
"id": 365,
|
3579
3490
|
"name": "SkyMediaQueryService"
|
3580
3491
|
}
|
3581
3492
|
}
|
3582
3493
|
]
|
3583
3494
|
},
|
3584
3495
|
{
|
3585
|
-
"id":
|
3496
|
+
"id": 369,
|
3586
3497
|
"name": "lg",
|
3587
3498
|
"kind": 1024,
|
3588
3499
|
"kindString": "Property",
|
@@ -3613,7 +3524,7 @@
|
|
3613
3524
|
"defaultValue": "'(min-width: 1200px)'"
|
3614
3525
|
},
|
3615
3526
|
{
|
3616
|
-
"id":
|
3527
|
+
"id": 368,
|
3617
3528
|
"name": "md",
|
3618
3529
|
"kind": 1024,
|
3619
3530
|
"kindString": "Property",
|
@@ -3644,7 +3555,7 @@
|
|
3644
3555
|
"defaultValue": "'(min-width: 992px) and (max-width: 1199px)'"
|
3645
3556
|
},
|
3646
3557
|
{
|
3647
|
-
"id":
|
3558
|
+
"id": 367,
|
3648
3559
|
"name": "sm",
|
3649
3560
|
"kind": 1024,
|
3650
3561
|
"kindString": "Property",
|
@@ -3675,7 +3586,7 @@
|
|
3675
3586
|
"defaultValue": "'(min-width: 768px) and (max-width: 991px)'"
|
3676
3587
|
},
|
3677
3588
|
{
|
3678
|
-
"id":
|
3589
|
+
"id": 366,
|
3679
3590
|
"name": "xs",
|
3680
3591
|
"kind": 1024,
|
3681
3592
|
"kindString": "Property",
|
@@ -3706,7 +3617,7 @@
|
|
3706
3617
|
"defaultValue": "'(max-width: 767px)'"
|
3707
3618
|
},
|
3708
3619
|
{
|
3709
|
-
"id":
|
3620
|
+
"id": 373,
|
3710
3621
|
"name": "current",
|
3711
3622
|
"kind": 262144,
|
3712
3623
|
"kindString": "Accessor",
|
@@ -3722,7 +3633,7 @@
|
|
3722
3633
|
],
|
3723
3634
|
"getSignature": [
|
3724
3635
|
{
|
3725
|
-
"id":
|
3636
|
+
"id": 374,
|
3726
3637
|
"name": "current",
|
3727
3638
|
"kind": 524288,
|
3728
3639
|
"kindString": "Get signature",
|
@@ -3732,14 +3643,14 @@
|
|
3732
3643
|
},
|
3733
3644
|
"type": {
|
3734
3645
|
"type": "reference",
|
3735
|
-
"id":
|
3646
|
+
"id": 353,
|
3736
3647
|
"name": "SkyMediaBreakpoints"
|
3737
3648
|
}
|
3738
3649
|
}
|
3739
3650
|
]
|
3740
3651
|
},
|
3741
3652
|
{
|
3742
|
-
"id":
|
3653
|
+
"id": 387,
|
3743
3654
|
"name": "ngOnDestroy",
|
3744
3655
|
"kind": 2048,
|
3745
3656
|
"kindString": "Method",
|
@@ -3755,7 +3666,7 @@
|
|
3755
3666
|
],
|
3756
3667
|
"signatures": [
|
3757
3668
|
{
|
3758
|
-
"id":
|
3669
|
+
"id": 388,
|
3759
3670
|
"name": "ngOnDestroy",
|
3760
3671
|
"kind": 4096,
|
3761
3672
|
"kindString": "Call signature",
|
@@ -3776,7 +3687,7 @@
|
|
3776
3687
|
}
|
3777
3688
|
},
|
3778
3689
|
{
|
3779
|
-
"id":
|
3690
|
+
"id": 389,
|
3780
3691
|
"name": "subscribe",
|
3781
3692
|
"kind": 2048,
|
3782
3693
|
"kindString": "Method",
|
@@ -3792,17 +3703,17 @@
|
|
3792
3703
|
],
|
3793
3704
|
"signatures": [
|
3794
3705
|
{
|
3795
|
-
"id":
|
3706
|
+
"id": 390,
|
3796
3707
|
"name": "subscribe",
|
3797
3708
|
"kind": 4096,
|
3798
3709
|
"kindString": "Call signature",
|
3799
3710
|
"flags": {},
|
3800
3711
|
"comment": {
|
3801
|
-
"shortText": "
|
3712
|
+
"shortText": "Subscribes to screen size changes."
|
3802
3713
|
},
|
3803
3714
|
"parameters": [
|
3804
3715
|
{
|
3805
|
-
"id":
|
3716
|
+
"id": 391,
|
3806
3717
|
"name": "listener",
|
3807
3718
|
"kind": 32768,
|
3808
3719
|
"kindString": "Parameter",
|
@@ -3812,7 +3723,7 @@
|
|
3812
3723
|
},
|
3813
3724
|
"type": {
|
3814
3725
|
"type": "reference",
|
3815
|
-
"id":
|
3726
|
+
"id": 358,
|
3816
3727
|
"name": "SkyMediaQueryListener"
|
3817
3728
|
}
|
3818
3729
|
}
|
@@ -3832,32 +3743,32 @@
|
|
3832
3743
|
"title": "Constructors",
|
3833
3744
|
"kind": 512,
|
3834
3745
|
"children": [
|
3835
|
-
|
3746
|
+
370
|
3836
3747
|
]
|
3837
3748
|
},
|
3838
3749
|
{
|
3839
3750
|
"title": "Properties",
|
3840
3751
|
"kind": 1024,
|
3841
3752
|
"children": [
|
3842
|
-
|
3843
|
-
|
3844
|
-
|
3845
|
-
|
3753
|
+
369,
|
3754
|
+
368,
|
3755
|
+
367,
|
3756
|
+
366
|
3846
3757
|
]
|
3847
3758
|
},
|
3848
3759
|
{
|
3849
3760
|
"title": "Accessors",
|
3850
3761
|
"kind": 262144,
|
3851
3762
|
"children": [
|
3852
|
-
|
3763
|
+
373
|
3853
3764
|
]
|
3854
3765
|
},
|
3855
3766
|
{
|
3856
3767
|
"title": "Methods",
|
3857
3768
|
"kind": 2048,
|
3858
3769
|
"children": [
|
3859
|
-
|
3860
|
-
|
3770
|
+
387,
|
3771
|
+
389
|
3861
3772
|
]
|
3862
3773
|
}
|
3863
3774
|
],
|
@@ -3878,7 +3789,7 @@
|
|
3878
3789
|
]
|
3879
3790
|
},
|
3880
3791
|
{
|
3881
|
-
"id":
|
3792
|
+
"id": 410,
|
3882
3793
|
"name": "SkyNumericModule",
|
3883
3794
|
"kind": 128,
|
3884
3795
|
"kindString": "Class",
|
@@ -3903,7 +3814,7 @@
|
|
3903
3814
|
"title": "Constructors",
|
3904
3815
|
"kind": 512,
|
3905
3816
|
"children": [
|
3906
|
-
|
3817
|
+
411
|
3907
3818
|
]
|
3908
3819
|
}
|
3909
3820
|
],
|
@@ -3916,7 +3827,7 @@
|
|
3916
3827
|
]
|
3917
3828
|
},
|
3918
3829
|
{
|
3919
|
-
"id":
|
3830
|
+
"id": 433,
|
3920
3831
|
"name": "SkyNumericPipe",
|
3921
3832
|
"kind": 128,
|
3922
3833
|
"kindString": "Class",
|
@@ -3940,7 +3851,7 @@
|
|
3940
3851
|
],
|
3941
3852
|
"children": [
|
3942
3853
|
{
|
3943
|
-
"id":
|
3854
|
+
"id": 434,
|
3944
3855
|
"name": "constructor",
|
3945
3856
|
"kind": 512,
|
3946
3857
|
"kindString": "Constructor",
|
@@ -3948,20 +3859,20 @@
|
|
3948
3859
|
"sources": [
|
3949
3860
|
{
|
3950
3861
|
"fileName": "projects/core/src/modules/numeric/numeric.pipe.ts",
|
3951
|
-
"line":
|
3862
|
+
"line": 36,
|
3952
3863
|
"character": 2
|
3953
3864
|
}
|
3954
3865
|
],
|
3955
3866
|
"signatures": [
|
3956
3867
|
{
|
3957
|
-
"id":
|
3868
|
+
"id": 435,
|
3958
3869
|
"name": "new SkyNumericPipe",
|
3959
3870
|
"kind": 16384,
|
3960
3871
|
"kindString": "Constructor signature",
|
3961
3872
|
"flags": {},
|
3962
3873
|
"parameters": [
|
3963
3874
|
{
|
3964
|
-
"id":
|
3875
|
+
"id": 436,
|
3965
3876
|
"name": "localeProvider",
|
3966
3877
|
"kind": 32768,
|
3967
3878
|
"kindString": "Parameter",
|
@@ -3972,19 +3883,19 @@
|
|
3972
3883
|
}
|
3973
3884
|
},
|
3974
3885
|
{
|
3975
|
-
"id":
|
3886
|
+
"id": 437,
|
3976
3887
|
"name": "numericService",
|
3977
3888
|
"kind": 32768,
|
3978
3889
|
"kindString": "Parameter",
|
3979
3890
|
"flags": {},
|
3980
3891
|
"type": {
|
3981
3892
|
"type": "reference",
|
3982
|
-
"id":
|
3893
|
+
"id": 449,
|
3983
3894
|
"name": "SkyNumericService"
|
3984
3895
|
}
|
3985
3896
|
},
|
3986
3897
|
{
|
3987
|
-
"id":
|
3898
|
+
"id": 438,
|
3988
3899
|
"name": "changeDetector",
|
3989
3900
|
"kind": 32768,
|
3990
3901
|
"kindString": "Parameter",
|
@@ -3999,14 +3910,14 @@
|
|
3999
3910
|
],
|
4000
3911
|
"type": {
|
4001
3912
|
"type": "reference",
|
4002
|
-
"id":
|
3913
|
+
"id": 433,
|
4003
3914
|
"name": "SkyNumericPipe"
|
4004
3915
|
}
|
4005
3916
|
}
|
4006
3917
|
]
|
4007
3918
|
},
|
4008
3919
|
{
|
4009
|
-
"id":
|
3920
|
+
"id": 443,
|
4010
3921
|
"name": "ngOnDestroy",
|
4011
3922
|
"kind": 2048,
|
4012
3923
|
"kindString": "Method",
|
@@ -4016,13 +3927,13 @@
|
|
4016
3927
|
"sources": [
|
4017
3928
|
{
|
4018
3929
|
"fileName": "projects/core/src/modules/numeric/numeric.pipe.ts",
|
4019
|
-
"line":
|
3930
|
+
"line": 51,
|
4020
3931
|
"character": 9
|
4021
3932
|
}
|
4022
3933
|
],
|
4023
3934
|
"signatures": [
|
4024
3935
|
{
|
4025
|
-
"id":
|
3936
|
+
"id": 444,
|
4026
3937
|
"name": "ngOnDestroy",
|
4027
3938
|
"kind": 4096,
|
4028
3939
|
"kindString": "Call signature",
|
@@ -4043,7 +3954,7 @@
|
|
4043
3954
|
}
|
4044
3955
|
},
|
4045
3956
|
{
|
4046
|
-
"id":
|
3957
|
+
"id": 445,
|
4047
3958
|
"name": "transform",
|
4048
3959
|
"kind": 2048,
|
4049
3960
|
"kindString": "Method",
|
@@ -4053,20 +3964,20 @@
|
|
4053
3964
|
"sources": [
|
4054
3965
|
{
|
4055
3966
|
"fileName": "projects/core/src/modules/numeric/numeric.pipe.ts",
|
4056
|
-
"line":
|
3967
|
+
"line": 56,
|
4057
3968
|
"character": 9
|
4058
3969
|
}
|
4059
3970
|
],
|
4060
3971
|
"signatures": [
|
4061
3972
|
{
|
4062
|
-
"id":
|
3973
|
+
"id": 446,
|
4063
3974
|
"name": "transform",
|
4064
3975
|
"kind": 4096,
|
4065
3976
|
"kindString": "Call signature",
|
4066
3977
|
"flags": {},
|
4067
3978
|
"parameters": [
|
4068
3979
|
{
|
4069
|
-
"id":
|
3980
|
+
"id": 447,
|
4070
3981
|
"name": "value",
|
4071
3982
|
"kind": 32768,
|
4072
3983
|
"kindString": "Parameter",
|
@@ -4077,7 +3988,7 @@
|
|
4077
3988
|
}
|
4078
3989
|
},
|
4079
3990
|
{
|
4080
|
-
"id":
|
3991
|
+
"id": 448,
|
4081
3992
|
"name": "config",
|
4082
3993
|
"kind": 32768,
|
4083
3994
|
"kindString": "Parameter",
|
@@ -4086,8 +3997,8 @@
|
|
4086
3997
|
},
|
4087
3998
|
"type": {
|
4088
3999
|
"type": "reference",
|
4089
|
-
"id":
|
4090
|
-
"name": "
|
4000
|
+
"id": 413,
|
4001
|
+
"name": "SkyNumericOptions"
|
4091
4002
|
}
|
4092
4003
|
}
|
4093
4004
|
],
|
@@ -4112,15 +4023,15 @@
|
|
4112
4023
|
"title": "Constructors",
|
4113
4024
|
"kind": 512,
|
4114
4025
|
"children": [
|
4115
|
-
|
4026
|
+
434
|
4116
4027
|
]
|
4117
4028
|
},
|
4118
4029
|
{
|
4119
4030
|
"title": "Methods",
|
4120
4031
|
"kind": 2048,
|
4121
4032
|
"children": [
|
4122
|
-
|
4123
|
-
|
4033
|
+
443,
|
4034
|
+
445
|
4124
4035
|
]
|
4125
4036
|
}
|
4126
4037
|
],
|
@@ -4147,7 +4058,7 @@
|
|
4147
4058
|
]
|
4148
4059
|
},
|
4149
4060
|
{
|
4150
|
-
"id":
|
4061
|
+
"id": 449,
|
4151
4062
|
"name": "SkyNumericService",
|
4152
4063
|
"kind": 128,
|
4153
4064
|
"kindString": "Class",
|
@@ -4168,7 +4079,7 @@
|
|
4168
4079
|
],
|
4169
4080
|
"children": [
|
4170
4081
|
{
|
4171
|
-
"id":
|
4082
|
+
"id": 450,
|
4172
4083
|
"name": "constructor",
|
4173
4084
|
"kind": 512,
|
4174
4085
|
"kindString": "Constructor",
|
@@ -4182,14 +4093,14 @@
|
|
4182
4093
|
],
|
4183
4094
|
"signatures": [
|
4184
4095
|
{
|
4185
|
-
"id":
|
4096
|
+
"id": 451,
|
4186
4097
|
"name": "new SkyNumericService",
|
4187
4098
|
"kind": 16384,
|
4188
4099
|
"kindString": "Constructor signature",
|
4189
4100
|
"flags": {},
|
4190
4101
|
"parameters": [
|
4191
4102
|
{
|
4192
|
-
"id":
|
4103
|
+
"id": 452,
|
4193
4104
|
"name": "resourcesService",
|
4194
4105
|
"kind": 32768,
|
4195
4106
|
"kindString": "Parameter",
|
@@ -4202,14 +4113,14 @@
|
|
4202
4113
|
],
|
4203
4114
|
"type": {
|
4204
4115
|
"type": "reference",
|
4205
|
-
"id":
|
4116
|
+
"id": 449,
|
4206
4117
|
"name": "SkyNumericService"
|
4207
4118
|
}
|
4208
4119
|
}
|
4209
4120
|
]
|
4210
4121
|
},
|
4211
4122
|
{
|
4212
|
-
"id":
|
4123
|
+
"id": 460,
|
4213
4124
|
"name": "formatNumber",
|
4214
4125
|
"kind": 2048,
|
4215
4126
|
"kindString": "Method",
|
@@ -4225,7 +4136,7 @@
|
|
4225
4136
|
],
|
4226
4137
|
"signatures": [
|
4227
4138
|
{
|
4228
|
-
"id":
|
4139
|
+
"id": 461,
|
4229
4140
|
"name": "formatNumber",
|
4230
4141
|
"kind": 4096,
|
4231
4142
|
"kindString": "Call signature",
|
@@ -4235,7 +4146,7 @@
|
|
4235
4146
|
},
|
4236
4147
|
"parameters": [
|
4237
4148
|
{
|
4238
|
-
"id":
|
4149
|
+
"id": 462,
|
4239
4150
|
"name": "value",
|
4240
4151
|
"kind": 32768,
|
4241
4152
|
"kindString": "Parameter",
|
@@ -4249,7 +4160,7 @@
|
|
4249
4160
|
}
|
4250
4161
|
},
|
4251
4162
|
{
|
4252
|
-
"id":
|
4163
|
+
"id": 463,
|
4253
4164
|
"name": "options",
|
4254
4165
|
"kind": 32768,
|
4255
4166
|
"kindString": "Parameter",
|
@@ -4259,8 +4170,8 @@
|
|
4259
4170
|
},
|
4260
4171
|
"type": {
|
4261
4172
|
"type": "reference",
|
4262
|
-
"id":
|
4263
|
-
"name": "
|
4173
|
+
"id": 413,
|
4174
|
+
"name": "SkyNumericOptions"
|
4264
4175
|
}
|
4265
4176
|
}
|
4266
4177
|
],
|
@@ -4277,14 +4188,14 @@
|
|
4277
4188
|
"title": "Constructors",
|
4278
4189
|
"kind": 512,
|
4279
4190
|
"children": [
|
4280
|
-
|
4191
|
+
450
|
4281
4192
|
]
|
4282
4193
|
},
|
4283
4194
|
{
|
4284
4195
|
"title": "Methods",
|
4285
4196
|
"kind": 2048,
|
4286
4197
|
"children": [
|
4287
|
-
|
4198
|
+
460
|
4288
4199
|
]
|
4289
4200
|
}
|
4290
4201
|
],
|
@@ -4297,7 +4208,7 @@
|
|
4297
4208
|
]
|
4298
4209
|
},
|
4299
4210
|
{
|
4300
|
-
"id":
|
4211
|
+
"id": 489,
|
4301
4212
|
"name": "SkyOverlayInstance",
|
4302
4213
|
"kind": 128,
|
4303
4214
|
"kindString": "Class",
|
@@ -4307,7 +4218,7 @@
|
|
4307
4218
|
},
|
4308
4219
|
"children": [
|
4309
4220
|
{
|
4310
|
-
"id":
|
4221
|
+
"id": 490,
|
4311
4222
|
"name": "constructor",
|
4312
4223
|
"kind": 512,
|
4313
4224
|
"kindString": "Constructor",
|
@@ -4321,26 +4232,26 @@
|
|
4321
4232
|
],
|
4322
4233
|
"signatures": [
|
4323
4234
|
{
|
4324
|
-
"id":
|
4235
|
+
"id": 491,
|
4325
4236
|
"name": "new SkyOverlayInstance",
|
4326
4237
|
"kind": 16384,
|
4327
4238
|
"kindString": "Constructor signature",
|
4328
4239
|
"flags": {},
|
4329
4240
|
"parameters": [
|
4330
4241
|
{
|
4331
|
-
"id":
|
4242
|
+
"id": 492,
|
4332
4243
|
"name": "config",
|
4333
4244
|
"kind": 32768,
|
4334
4245
|
"kindString": "Parameter",
|
4335
4246
|
"flags": {},
|
4336
4247
|
"type": {
|
4337
4248
|
"type": "reference",
|
4338
|
-
"id":
|
4249
|
+
"id": 482,
|
4339
4250
|
"name": "SkyOverlayConfig"
|
4340
4251
|
}
|
4341
4252
|
},
|
4342
4253
|
{
|
4343
|
-
"id":
|
4254
|
+
"id": 493,
|
4344
4255
|
"name": "componentRef",
|
4345
4256
|
"kind": 32768,
|
4346
4257
|
"kindString": "Parameter",
|
@@ -4361,14 +4272,14 @@
|
|
4361
4272
|
],
|
4362
4273
|
"type": {
|
4363
4274
|
"type": "reference",
|
4364
|
-
"id":
|
4275
|
+
"id": 489,
|
4365
4276
|
"name": "SkyOverlayInstance"
|
4366
4277
|
}
|
4367
4278
|
}
|
4368
4279
|
]
|
4369
4280
|
},
|
4370
4281
|
{
|
4371
|
-
"id":
|
4282
|
+
"id": 494,
|
4372
4283
|
"name": "backdropClick",
|
4373
4284
|
"kind": 262144,
|
4374
4285
|
"kindString": "Accessor",
|
@@ -4384,7 +4295,7 @@
|
|
4384
4295
|
],
|
4385
4296
|
"getSignature": [
|
4386
4297
|
{
|
4387
|
-
"id":
|
4298
|
+
"id": 495,
|
4388
4299
|
"name": "backdropClick",
|
4389
4300
|
"kind": 524288,
|
4390
4301
|
"kindString": "Get signature",
|
@@ -4408,7 +4319,7 @@
|
|
4408
4319
|
]
|
4409
4320
|
},
|
4410
4321
|
{
|
4411
|
-
"id":
|
4322
|
+
"id": 496,
|
4412
4323
|
"name": "closed",
|
4413
4324
|
"kind": 262144,
|
4414
4325
|
"kindString": "Accessor",
|
@@ -4424,7 +4335,7 @@
|
|
4424
4335
|
],
|
4425
4336
|
"getSignature": [
|
4426
4337
|
{
|
4427
|
-
"id":
|
4338
|
+
"id": 497,
|
4428
4339
|
"name": "closed",
|
4429
4340
|
"kind": 524288,
|
4430
4341
|
"kindString": "Get signature",
|
@@ -4448,7 +4359,7 @@
|
|
4448
4359
|
]
|
4449
4360
|
},
|
4450
4361
|
{
|
4451
|
-
"id":
|
4362
|
+
"id": 502,
|
4452
4363
|
"name": "attachComponent",
|
4453
4364
|
"kind": 2048,
|
4454
4365
|
"kindString": "Method",
|
@@ -4464,7 +4375,7 @@
|
|
4464
4375
|
],
|
4465
4376
|
"signatures": [
|
4466
4377
|
{
|
4467
|
-
"id":
|
4378
|
+
"id": 503,
|
4468
4379
|
"name": "attachComponent",
|
4469
4380
|
"kind": 4096,
|
4470
4381
|
"kindString": "Call signature",
|
@@ -4474,7 +4385,7 @@
|
|
4474
4385
|
},
|
4475
4386
|
"typeParameter": [
|
4476
4387
|
{
|
4477
|
-
"id":
|
4388
|
+
"id": 504,
|
4478
4389
|
"name": "C",
|
4479
4390
|
"kind": 131072,
|
4480
4391
|
"kindString": "Type parameter",
|
@@ -4483,7 +4394,7 @@
|
|
4483
4394
|
],
|
4484
4395
|
"parameters": [
|
4485
4396
|
{
|
4486
|
-
"id":
|
4397
|
+
"id": 505,
|
4487
4398
|
"name": "component",
|
4488
4399
|
"kind": 32768,
|
4489
4400
|
"kindString": "Parameter",
|
@@ -4496,7 +4407,7 @@
|
|
4496
4407
|
"typeArguments": [
|
4497
4408
|
{
|
4498
4409
|
"type": "reference",
|
4499
|
-
"id":
|
4410
|
+
"id": 504,
|
4500
4411
|
"name": "C"
|
4501
4412
|
}
|
4502
4413
|
],
|
@@ -4506,7 +4417,7 @@
|
|
4506
4417
|
}
|
4507
4418
|
},
|
4508
4419
|
{
|
4509
|
-
"id":
|
4420
|
+
"id": 506,
|
4510
4421
|
"name": "providers",
|
4511
4422
|
"kind": 32768,
|
4512
4423
|
"kindString": "Parameter",
|
@@ -4529,14 +4440,14 @@
|
|
4529
4440
|
],
|
4530
4441
|
"type": {
|
4531
4442
|
"type": "reference",
|
4532
|
-
"id":
|
4443
|
+
"id": 504,
|
4533
4444
|
"name": "C"
|
4534
4445
|
}
|
4535
4446
|
}
|
4536
4447
|
]
|
4537
4448
|
},
|
4538
4449
|
{
|
4539
|
-
"id":
|
4450
|
+
"id": 507,
|
4540
4451
|
"name": "attachTemplate",
|
4541
4452
|
"kind": 2048,
|
4542
4453
|
"kindString": "Method",
|
@@ -4552,7 +4463,7 @@
|
|
4552
4463
|
],
|
4553
4464
|
"signatures": [
|
4554
4465
|
{
|
4555
|
-
"id":
|
4466
|
+
"id": 508,
|
4556
4467
|
"name": "attachTemplate",
|
4557
4468
|
"kind": 4096,
|
4558
4469
|
"kindString": "Call signature",
|
@@ -4562,7 +4473,7 @@
|
|
4562
4473
|
},
|
4563
4474
|
"typeParameter": [
|
4564
4475
|
{
|
4565
|
-
"id":
|
4476
|
+
"id": 509,
|
4566
4477
|
"name": "T",
|
4567
4478
|
"kind": 131072,
|
4568
4479
|
"kindString": "Type parameter",
|
@@ -4571,7 +4482,7 @@
|
|
4571
4482
|
],
|
4572
4483
|
"parameters": [
|
4573
4484
|
{
|
4574
|
-
"id":
|
4485
|
+
"id": 510,
|
4575
4486
|
"name": "templateRef",
|
4576
4487
|
"kind": 32768,
|
4577
4488
|
"kindString": "Parameter",
|
@@ -4584,7 +4495,7 @@
|
|
4584
4495
|
"typeArguments": [
|
4585
4496
|
{
|
4586
4497
|
"type": "reference",
|
4587
|
-
"id":
|
4498
|
+
"id": 509,
|
4588
4499
|
"name": "T"
|
4589
4500
|
}
|
4590
4501
|
],
|
@@ -4594,7 +4505,7 @@
|
|
4594
4505
|
}
|
4595
4506
|
},
|
4596
4507
|
{
|
4597
|
-
"id":
|
4508
|
+
"id": 511,
|
4598
4509
|
"name": "context",
|
4599
4510
|
"kind": 32768,
|
4600
4511
|
"kindString": "Parameter",
|
@@ -4606,7 +4517,7 @@
|
|
4606
4517
|
},
|
4607
4518
|
"type": {
|
4608
4519
|
"type": "reference",
|
4609
|
-
"id":
|
4520
|
+
"id": 509,
|
4610
4521
|
"name": "T"
|
4611
4522
|
}
|
4612
4523
|
}
|
@@ -4624,31 +4535,31 @@
|
|
4624
4535
|
"title": "Constructors",
|
4625
4536
|
"kind": 512,
|
4626
4537
|
"children": [
|
4627
|
-
|
4538
|
+
490
|
4628
4539
|
]
|
4629
4540
|
},
|
4630
4541
|
{
|
4631
4542
|
"title": "Properties",
|
4632
4543
|
"kind": 1024,
|
4633
4544
|
"children": [
|
4634
|
-
|
4635
|
-
|
4545
|
+
501,
|
4546
|
+
500
|
4636
4547
|
]
|
4637
4548
|
},
|
4638
4549
|
{
|
4639
4550
|
"title": "Accessors",
|
4640
4551
|
"kind": 262144,
|
4641
4552
|
"children": [
|
4642
|
-
|
4643
|
-
|
4553
|
+
494,
|
4554
|
+
496
|
4644
4555
|
]
|
4645
4556
|
},
|
4646
4557
|
{
|
4647
4558
|
"title": "Methods",
|
4648
4559
|
"kind": 2048,
|
4649
4560
|
"children": [
|
4650
|
-
|
4651
|
-
|
4561
|
+
502,
|
4562
|
+
507
|
4652
4563
|
]
|
4653
4564
|
}
|
4654
4565
|
],
|
@@ -4661,7 +4572,7 @@
|
|
4661
4572
|
]
|
4662
4573
|
},
|
4663
4574
|
{
|
4664
|
-
"id":
|
4575
|
+
"id": 512,
|
4665
4576
|
"name": "SkyOverlayModule",
|
4666
4577
|
"kind": 128,
|
4667
4578
|
"kindString": "Class",
|
@@ -4686,7 +4597,7 @@
|
|
4686
4597
|
"title": "Constructors",
|
4687
4598
|
"kind": 512,
|
4688
4599
|
"children": [
|
4689
|
-
|
4600
|
+
513
|
4690
4601
|
]
|
4691
4602
|
}
|
4692
4603
|
],
|
@@ -4699,7 +4610,7 @@
|
|
4699
4610
|
]
|
4700
4611
|
},
|
4701
4612
|
{
|
4702
|
-
"id":
|
4613
|
+
"id": 515,
|
4703
4614
|
"name": "SkyOverlayService",
|
4704
4615
|
"kind": 128,
|
4705
4616
|
"kindString": "Class",
|
@@ -4729,7 +4640,7 @@
|
|
4729
4640
|
],
|
4730
4641
|
"children": [
|
4731
4642
|
{
|
4732
|
-
"id":
|
4643
|
+
"id": 517,
|
4733
4644
|
"name": "constructor",
|
4734
4645
|
"kind": 512,
|
4735
4646
|
"kindString": "Constructor",
|
@@ -4743,14 +4654,14 @@
|
|
4743
4654
|
],
|
4744
4655
|
"signatures": [
|
4745
4656
|
{
|
4746
|
-
"id":
|
4657
|
+
"id": 518,
|
4747
4658
|
"name": "new SkyOverlayService",
|
4748
4659
|
"kind": 16384,
|
4749
4660
|
"kindString": "Constructor signature",
|
4750
4661
|
"flags": {},
|
4751
4662
|
"parameters": [
|
4752
4663
|
{
|
4753
|
-
"id":
|
4664
|
+
"id": 519,
|
4754
4665
|
"name": "applicationRef",
|
4755
4666
|
"kind": 32768,
|
4756
4667
|
"kindString": "Parameter",
|
@@ -4763,7 +4674,7 @@
|
|
4763
4674
|
}
|
4764
4675
|
},
|
4765
4676
|
{
|
4766
|
-
"id":
|
4677
|
+
"id": 520,
|
4767
4678
|
"name": "componentFactoryResolver",
|
4768
4679
|
"kind": 32768,
|
4769
4680
|
"kindString": "Parameter",
|
@@ -4776,7 +4687,7 @@
|
|
4776
4687
|
}
|
4777
4688
|
},
|
4778
4689
|
{
|
4779
|
-
"id":
|
4690
|
+
"id": 521,
|
4780
4691
|
"name": "injector",
|
4781
4692
|
"kind": 32768,
|
4782
4693
|
"kindString": "Parameter",
|
@@ -4789,7 +4700,7 @@
|
|
4789
4700
|
}
|
4790
4701
|
},
|
4791
4702
|
{
|
4792
|
-
"id":
|
4703
|
+
"id": 522,
|
4793
4704
|
"name": "adapter",
|
4794
4705
|
"kind": 32768,
|
4795
4706
|
"kindString": "Parameter",
|
@@ -4802,14 +4713,14 @@
|
|
4802
4713
|
],
|
4803
4714
|
"type": {
|
4804
4715
|
"type": "reference",
|
4805
|
-
"id":
|
4716
|
+
"id": 515,
|
4806
4717
|
"name": "SkyOverlayService"
|
4807
4718
|
}
|
4808
4719
|
}
|
4809
4720
|
]
|
4810
4721
|
},
|
4811
4722
|
{
|
4812
|
-
"id":
|
4723
|
+
"id": 526,
|
4813
4724
|
"name": "close",
|
4814
4725
|
"kind": 2048,
|
4815
4726
|
"kindString": "Method",
|
@@ -4825,7 +4736,7 @@
|
|
4825
4736
|
],
|
4826
4737
|
"signatures": [
|
4827
4738
|
{
|
4828
|
-
"id":
|
4739
|
+
"id": 527,
|
4829
4740
|
"name": "close",
|
4830
4741
|
"kind": 4096,
|
4831
4742
|
"kindString": "Call signature",
|
@@ -4835,7 +4746,7 @@
|
|
4835
4746
|
},
|
4836
4747
|
"parameters": [
|
4837
4748
|
{
|
4838
|
-
"id":
|
4749
|
+
"id": 528,
|
4839
4750
|
"name": "instance",
|
4840
4751
|
"kind": 32768,
|
4841
4752
|
"kindString": "Parameter",
|
@@ -4845,7 +4756,7 @@
|
|
4845
4756
|
},
|
4846
4757
|
"type": {
|
4847
4758
|
"type": "reference",
|
4848
|
-
"id":
|
4759
|
+
"id": 489,
|
4849
4760
|
"name": "SkyOverlayInstance"
|
4850
4761
|
}
|
4851
4762
|
}
|
@@ -4858,7 +4769,7 @@
|
|
4858
4769
|
]
|
4859
4770
|
},
|
4860
4771
|
{
|
4861
|
-
"id":
|
4772
|
+
"id": 529,
|
4862
4773
|
"name": "closeAll",
|
4863
4774
|
"kind": 2048,
|
4864
4775
|
"kindString": "Method",
|
@@ -4874,7 +4785,7 @@
|
|
4874
4785
|
],
|
4875
4786
|
"signatures": [
|
4876
4787
|
{
|
4877
|
-
"id":
|
4788
|
+
"id": 530,
|
4878
4789
|
"name": "closeAll",
|
4879
4790
|
"kind": 4096,
|
4880
4791
|
"kindString": "Call signature",
|
@@ -4890,7 +4801,7 @@
|
|
4890
4801
|
]
|
4891
4802
|
},
|
4892
4803
|
{
|
4893
|
-
"id":
|
4804
|
+
"id": 523,
|
4894
4805
|
"name": "create",
|
4895
4806
|
"kind": 2048,
|
4896
4807
|
"kindString": "Method",
|
@@ -4906,7 +4817,7 @@
|
|
4906
4817
|
],
|
4907
4818
|
"signatures": [
|
4908
4819
|
{
|
4909
|
-
"id":
|
4820
|
+
"id": 524,
|
4910
4821
|
"name": "create",
|
4911
4822
|
"kind": 4096,
|
4912
4823
|
"kindString": "Call signature",
|
@@ -4916,7 +4827,7 @@
|
|
4916
4827
|
},
|
4917
4828
|
"parameters": [
|
4918
4829
|
{
|
4919
|
-
"id":
|
4830
|
+
"id": 525,
|
4920
4831
|
"name": "config",
|
4921
4832
|
"kind": 32768,
|
4922
4833
|
"kindString": "Parameter",
|
@@ -4928,14 +4839,14 @@
|
|
4928
4839
|
},
|
4929
4840
|
"type": {
|
4930
4841
|
"type": "reference",
|
4931
|
-
"id":
|
4842
|
+
"id": 482,
|
4932
4843
|
"name": "SkyOverlayConfig"
|
4933
4844
|
}
|
4934
4845
|
}
|
4935
4846
|
],
|
4936
4847
|
"type": {
|
4937
4848
|
"type": "reference",
|
4938
|
-
"id":
|
4849
|
+
"id": 489,
|
4939
4850
|
"name": "SkyOverlayInstance"
|
4940
4851
|
}
|
4941
4852
|
}
|
@@ -4947,16 +4858,16 @@
|
|
4947
4858
|
"title": "Constructors",
|
4948
4859
|
"kind": 512,
|
4949
4860
|
"children": [
|
4950
|
-
|
4861
|
+
517
|
4951
4862
|
]
|
4952
4863
|
},
|
4953
4864
|
{
|
4954
4865
|
"title": "Methods",
|
4955
4866
|
"kind": 2048,
|
4956
4867
|
"children": [
|
4957
|
-
|
4958
|
-
|
4959
|
-
|
4868
|
+
526,
|
4869
|
+
529,
|
4870
|
+
523
|
4960
4871
|
]
|
4961
4872
|
}
|
4962
4873
|
],
|
@@ -4969,7 +4880,7 @@
|
|
4969
4880
|
]
|
4970
4881
|
},
|
4971
4882
|
{
|
4972
|
-
"id":
|
4883
|
+
"id": 543,
|
4973
4884
|
"name": "SkyPercentPipe",
|
4974
4885
|
"kind": 128,
|
4975
4886
|
"kindString": "Class",
|
@@ -4990,7 +4901,7 @@
|
|
4990
4901
|
],
|
4991
4902
|
"children": [
|
4992
4903
|
{
|
4993
|
-
"id":
|
4904
|
+
"id": 544,
|
4994
4905
|
"name": "constructor",
|
4995
4906
|
"kind": 512,
|
4996
4907
|
"kindString": "Constructor",
|
@@ -5004,14 +4915,14 @@
|
|
5004
4915
|
],
|
5005
4916
|
"signatures": [
|
5006
4917
|
{
|
5007
|
-
"id":
|
4918
|
+
"id": 545,
|
5008
4919
|
"name": "new SkyPercentPipe",
|
5009
4920
|
"kind": 16384,
|
5010
4921
|
"kindString": "Constructor signature",
|
5011
4922
|
"flags": {},
|
5012
4923
|
"parameters": [
|
5013
4924
|
{
|
5014
|
-
"id":
|
4925
|
+
"id": 546,
|
5015
4926
|
"name": "localeProvider",
|
5016
4927
|
"kind": 32768,
|
5017
4928
|
"kindString": "Parameter",
|
@@ -5024,14 +4935,14 @@
|
|
5024
4935
|
],
|
5025
4936
|
"type": {
|
5026
4937
|
"type": "reference",
|
5027
|
-
"id":
|
4938
|
+
"id": 543,
|
5028
4939
|
"name": "SkyPercentPipe"
|
5029
4940
|
}
|
5030
4941
|
}
|
5031
4942
|
]
|
5032
4943
|
},
|
5033
4944
|
{
|
5034
|
-
"id":
|
4945
|
+
"id": 554,
|
5035
4946
|
"name": "ngOnDestroy",
|
5036
4947
|
"kind": 2048,
|
5037
4948
|
"kindString": "Method",
|
@@ -5047,7 +4958,7 @@
|
|
5047
4958
|
],
|
5048
4959
|
"signatures": [
|
5049
4960
|
{
|
5050
|
-
"id":
|
4961
|
+
"id": 555,
|
5051
4962
|
"name": "ngOnDestroy",
|
5052
4963
|
"kind": 4096,
|
5053
4964
|
"kindString": "Call signature",
|
@@ -5068,7 +4979,7 @@
|
|
5068
4979
|
}
|
5069
4980
|
},
|
5070
4981
|
{
|
5071
|
-
"id":
|
4982
|
+
"id": 556,
|
5072
4983
|
"name": "transform",
|
5073
4984
|
"kind": 2048,
|
5074
4985
|
"kindString": "Method",
|
@@ -5084,14 +4995,14 @@
|
|
5084
4995
|
],
|
5085
4996
|
"signatures": [
|
5086
4997
|
{
|
5087
|
-
"id":
|
4998
|
+
"id": 557,
|
5088
4999
|
"name": "transform",
|
5089
5000
|
"kind": 4096,
|
5090
5001
|
"kindString": "Call signature",
|
5091
5002
|
"flags": {},
|
5092
5003
|
"parameters": [
|
5093
5004
|
{
|
5094
|
-
"id":
|
5005
|
+
"id": 558,
|
5095
5006
|
"name": "value",
|
5096
5007
|
"kind": 32768,
|
5097
5008
|
"kindString": "Parameter",
|
@@ -5102,7 +5013,7 @@
|
|
5102
5013
|
}
|
5103
5014
|
},
|
5104
5015
|
{
|
5105
|
-
"id":
|
5016
|
+
"id": 559,
|
5106
5017
|
"name": "format",
|
5107
5018
|
"kind": 32768,
|
5108
5019
|
"kindString": "Parameter",
|
@@ -5115,7 +5026,7 @@
|
|
5115
5026
|
}
|
5116
5027
|
},
|
5117
5028
|
{
|
5118
|
-
"id":
|
5029
|
+
"id": 560,
|
5119
5030
|
"name": "locale",
|
5120
5031
|
"kind": 32768,
|
5121
5032
|
"kindString": "Parameter",
|
@@ -5149,15 +5060,15 @@
|
|
5149
5060
|
"title": "Constructors",
|
5150
5061
|
"kind": 512,
|
5151
5062
|
"children": [
|
5152
|
-
|
5063
|
+
544
|
5153
5064
|
]
|
5154
5065
|
},
|
5155
5066
|
{
|
5156
5067
|
"title": "Methods",
|
5157
5068
|
"kind": 2048,
|
5158
5069
|
"children": [
|
5159
|
-
|
5160
|
-
|
5070
|
+
554,
|
5071
|
+
556
|
5161
5072
|
]
|
5162
5073
|
}
|
5163
5074
|
],
|
@@ -5184,7 +5095,7 @@
|
|
5184
5095
|
]
|
5185
5096
|
},
|
5186
5097
|
{
|
5187
|
-
"id":
|
5098
|
+
"id": 540,
|
5188
5099
|
"name": "SkyPercentPipeModule",
|
5189
5100
|
"kind": 128,
|
5190
5101
|
"kindString": "Class",
|
@@ -5209,7 +5120,7 @@
|
|
5209
5120
|
"title": "Constructors",
|
5210
5121
|
"kind": 512,
|
5211
5122
|
"children": [
|
5212
|
-
|
5123
|
+
541
|
5213
5124
|
]
|
5214
5125
|
}
|
5215
5126
|
],
|
@@ -5222,11 +5133,14 @@
|
|
5222
5133
|
]
|
5223
5134
|
},
|
5224
5135
|
{
|
5225
|
-
"id":
|
5226
|
-
"name": "
|
5136
|
+
"id": 580,
|
5137
|
+
"name": "SkyResizeObserverMediaQueryService",
|
5227
5138
|
"kind": 128,
|
5228
5139
|
"kindString": "Class",
|
5229
5140
|
"flags": {},
|
5141
|
+
"comment": {
|
5142
|
+
"shortText": "Acts like `SkyMediaQueryService` for a container element, emitting the same responsive breakpoints."
|
5143
|
+
},
|
5230
5144
|
"decorators": [
|
5231
5145
|
{
|
5232
5146
|
"name": "Injectable",
|
@@ -5237,83 +5151,594 @@
|
|
5237
5151
|
"name": "Injectable"
|
5238
5152
|
},
|
5239
5153
|
"arguments": {
|
5240
|
-
"options": "{\n providedIn: '
|
5154
|
+
"options": "{\n providedIn: 'any',\n}"
|
5241
5155
|
}
|
5242
5156
|
}
|
5243
5157
|
],
|
5244
5158
|
"children": [
|
5245
5159
|
{
|
5246
|
-
"id":
|
5160
|
+
"id": 581,
|
5247
5161
|
"name": "constructor",
|
5248
5162
|
"kind": 512,
|
5249
5163
|
"kindString": "Constructor",
|
5250
5164
|
"flags": {},
|
5251
5165
|
"sources": [
|
5252
5166
|
{
|
5253
|
-
"fileName": "projects/core/src/modules/
|
5254
|
-
"line":
|
5167
|
+
"fileName": "projects/core/src/modules/resize-observer/resize-observer-media-query.service.ts",
|
5168
|
+
"line": 53,
|
5255
5169
|
"character": 2
|
5256
5170
|
}
|
5257
5171
|
],
|
5258
5172
|
"signatures": [
|
5259
5173
|
{
|
5260
|
-
"id":
|
5261
|
-
"name": "new
|
5174
|
+
"id": 582,
|
5175
|
+
"name": "new SkyResizeObserverMediaQueryService",
|
5262
5176
|
"kind": 16384,
|
5263
5177
|
"kindString": "Constructor signature",
|
5264
5178
|
"flags": {},
|
5265
5179
|
"parameters": [
|
5266
5180
|
{
|
5267
|
-
"id":
|
5268
|
-
"name": "
|
5269
|
-
"kind": 32768,
|
5270
|
-
"kindString": "Parameter",
|
5271
|
-
"flags": {},
|
5272
|
-
"type": {
|
5273
|
-
"type": "reference",
|
5274
|
-
"id": 371,
|
5275
|
-
"name": "MutationObserverService"
|
5276
|
-
}
|
5277
|
-
},
|
5278
|
-
{
|
5279
|
-
"id": 530,
|
5280
|
-
"name": "windowRef",
|
5181
|
+
"id": 583,
|
5182
|
+
"name": "resizeObserverService",
|
5281
5183
|
"kind": 32768,
|
5282
5184
|
"kindString": "Parameter",
|
5283
5185
|
"flags": {},
|
5284
5186
|
"type": {
|
5285
5187
|
"type": "reference",
|
5286
|
-
"id":
|
5287
|
-
"name": "
|
5188
|
+
"id": 563,
|
5189
|
+
"name": "SkyResizeObserverService"
|
5288
5190
|
}
|
5289
5191
|
}
|
5290
5192
|
],
|
5291
5193
|
"type": {
|
5292
5194
|
"type": "reference",
|
5293
|
-
"id":
|
5294
|
-
"name": "
|
5195
|
+
"id": 580,
|
5196
|
+
"name": "SkyResizeObserverMediaQueryService"
|
5295
5197
|
}
|
5296
5198
|
}
|
5297
5199
|
]
|
5298
5200
|
},
|
5299
5201
|
{
|
5300
|
-
"id":
|
5301
|
-
"name": "
|
5302
|
-
"kind":
|
5303
|
-
"kindString": "
|
5202
|
+
"id": 584,
|
5203
|
+
"name": "current",
|
5204
|
+
"kind": 262144,
|
5205
|
+
"kindString": "Accessor",
|
5304
5206
|
"flags": {
|
5305
5207
|
"isPublic": true
|
5306
5208
|
},
|
5307
5209
|
"sources": [
|
5308
5210
|
{
|
5309
|
-
"fileName": "projects/core/src/modules/
|
5211
|
+
"fileName": "projects/core/src/modules/resize-observer/resize-observer-media-query.service.ts",
|
5212
|
+
"line": 21,
|
5213
|
+
"character": 13
|
5214
|
+
}
|
5215
|
+
],
|
5216
|
+
"getSignature": [
|
5217
|
+
{
|
5218
|
+
"id": 585,
|
5219
|
+
"name": "current",
|
5220
|
+
"kind": 524288,
|
5221
|
+
"kindString": "Get signature",
|
5222
|
+
"flags": {},
|
5223
|
+
"comment": {
|
5224
|
+
"shortText": "Returns the current breakpoint."
|
5225
|
+
},
|
5226
|
+
"type": {
|
5227
|
+
"type": "reference",
|
5228
|
+
"id": 353,
|
5229
|
+
"name": "SkyMediaBreakpoints"
|
5230
|
+
}
|
5231
|
+
}
|
5232
|
+
]
|
5233
|
+
},
|
5234
|
+
{
|
5235
|
+
"id": 596,
|
5236
|
+
"name": "ngOnDestroy",
|
5237
|
+
"kind": 2048,
|
5238
|
+
"kindString": "Method",
|
5239
|
+
"flags": {
|
5240
|
+
"isPublic": true
|
5241
|
+
},
|
5242
|
+
"sources": [
|
5243
|
+
{
|
5244
|
+
"fileName": "projects/core/src/modules/resize-observer/resize-observer-media-query.service.ts",
|
5245
|
+
"line": 60,
|
5246
|
+
"character": 9
|
5247
|
+
}
|
5248
|
+
],
|
5249
|
+
"signatures": [
|
5250
|
+
{
|
5251
|
+
"id": 597,
|
5252
|
+
"name": "ngOnDestroy",
|
5253
|
+
"kind": 4096,
|
5254
|
+
"kindString": "Call signature",
|
5255
|
+
"flags": {},
|
5256
|
+
"type": {
|
5257
|
+
"type": "intrinsic",
|
5258
|
+
"name": "void"
|
5259
|
+
},
|
5260
|
+
"implementationOf": {
|
5261
|
+
"type": "reference",
|
5262
|
+
"name": "OnDestroy.ngOnDestroy"
|
5263
|
+
}
|
5264
|
+
}
|
5265
|
+
],
|
5266
|
+
"implementationOf": {
|
5267
|
+
"type": "reference",
|
5268
|
+
"name": "OnDestroy.ngOnDestroy"
|
5269
|
+
}
|
5270
|
+
},
|
5271
|
+
{
|
5272
|
+
"id": 600,
|
5273
|
+
"name": "observe",
|
5274
|
+
"kind": 2048,
|
5275
|
+
"kindString": "Method",
|
5276
|
+
"flags": {
|
5277
|
+
"isPublic": true
|
5278
|
+
},
|
5279
|
+
"sources": [
|
5280
|
+
{
|
5281
|
+
"fileName": "projects/core/src/modules/resize-observer/resize-observer-media-query.service.ts",
|
5282
|
+
"line": 78,
|
5283
|
+
"character": 9
|
5284
|
+
}
|
5285
|
+
],
|
5286
|
+
"signatures": [
|
5287
|
+
{
|
5288
|
+
"id": 601,
|
5289
|
+
"name": "observe",
|
5290
|
+
"kind": 4096,
|
5291
|
+
"kindString": "Call signature",
|
5292
|
+
"flags": {},
|
5293
|
+
"comment": {
|
5294
|
+
"shortText": "Sets the container element to watch. The `SkyResizeObserverMediaQueryService` will only observe one element at a\ntime. Any previous subscriptions will be unsubscribed when a new element is observed."
|
5295
|
+
},
|
5296
|
+
"parameters": [
|
5297
|
+
{
|
5298
|
+
"id": 602,
|
5299
|
+
"name": "element",
|
5300
|
+
"kind": 32768,
|
5301
|
+
"kindString": "Parameter",
|
5302
|
+
"flags": {},
|
5303
|
+
"type": {
|
5304
|
+
"type": "reference",
|
5305
|
+
"typeArguments": [
|
5306
|
+
{
|
5307
|
+
"type": "intrinsic",
|
5308
|
+
"name": "any"
|
5309
|
+
}
|
5310
|
+
],
|
5311
|
+
"qualifiedName": "ElementRef",
|
5312
|
+
"package": "@angular/core",
|
5313
|
+
"name": "ElementRef"
|
5314
|
+
}
|
5315
|
+
}
|
5316
|
+
],
|
5317
|
+
"type": {
|
5318
|
+
"type": "reference",
|
5319
|
+
"id": 580,
|
5320
|
+
"name": "SkyResizeObserverMediaQueryService"
|
5321
|
+
}
|
5322
|
+
}
|
5323
|
+
]
|
5324
|
+
},
|
5325
|
+
{
|
5326
|
+
"id": 605,
|
5327
|
+
"name": "subscribe",
|
5328
|
+
"kind": 2048,
|
5329
|
+
"kindString": "Method",
|
5330
|
+
"flags": {
|
5331
|
+
"isPublic": true
|
5332
|
+
},
|
5333
|
+
"sources": [
|
5334
|
+
{
|
5335
|
+
"fileName": "projects/core/src/modules/resize-observer/resize-observer-media-query.service.ts",
|
5336
|
+
"line": 114,
|
5337
|
+
"character": 9
|
5338
|
+
}
|
5339
|
+
],
|
5340
|
+
"signatures": [
|
5341
|
+
{
|
5342
|
+
"id": 606,
|
5343
|
+
"name": "subscribe",
|
5344
|
+
"kind": 4096,
|
5345
|
+
"kindString": "Call signature",
|
5346
|
+
"flags": {},
|
5347
|
+
"comment": {
|
5348
|
+
"shortText": "Subscribes to element size changes that cross breakpoints."
|
5349
|
+
},
|
5350
|
+
"parameters": [
|
5351
|
+
{
|
5352
|
+
"id": 607,
|
5353
|
+
"name": "listener",
|
5354
|
+
"kind": 32768,
|
5355
|
+
"kindString": "Parameter",
|
5356
|
+
"flags": {},
|
5357
|
+
"type": {
|
5358
|
+
"type": "reference",
|
5359
|
+
"id": 358,
|
5360
|
+
"name": "SkyMediaQueryListener"
|
5361
|
+
}
|
5362
|
+
}
|
5363
|
+
],
|
5364
|
+
"type": {
|
5365
|
+
"type": "reference",
|
5366
|
+
"qualifiedName": "Subscription",
|
5367
|
+
"package": "rxjs",
|
5368
|
+
"name": "Subscription"
|
5369
|
+
}
|
5370
|
+
}
|
5371
|
+
]
|
5372
|
+
},
|
5373
|
+
{
|
5374
|
+
"id": 603,
|
5375
|
+
"name": "unobserve",
|
5376
|
+
"kind": 2048,
|
5377
|
+
"kindString": "Method",
|
5378
|
+
"flags": {
|
5379
|
+
"isPublic": true
|
5380
|
+
},
|
5381
|
+
"sources": [
|
5382
|
+
{
|
5383
|
+
"fileName": "projects/core/src/modules/resize-observer/resize-observer-media-query.service.ts",
|
5384
|
+
"line": 107,
|
5385
|
+
"character": 9
|
5386
|
+
}
|
5387
|
+
],
|
5388
|
+
"signatures": [
|
5389
|
+
{
|
5390
|
+
"id": 604,
|
5391
|
+
"name": "unobserve",
|
5392
|
+
"kind": 4096,
|
5393
|
+
"kindString": "Call signature",
|
5394
|
+
"flags": {},
|
5395
|
+
"comment": {
|
5396
|
+
"shortText": "Stop watching the container element."
|
5397
|
+
},
|
5398
|
+
"type": {
|
5399
|
+
"type": "intrinsic",
|
5400
|
+
"name": "void"
|
5401
|
+
}
|
5402
|
+
}
|
5403
|
+
]
|
5404
|
+
}
|
5405
|
+
],
|
5406
|
+
"groups": [
|
5407
|
+
{
|
5408
|
+
"title": "Constructors",
|
5409
|
+
"kind": 512,
|
5410
|
+
"children": [
|
5411
|
+
581
|
5412
|
+
]
|
5413
|
+
},
|
5414
|
+
{
|
5415
|
+
"title": "Accessors",
|
5416
|
+
"kind": 262144,
|
5417
|
+
"children": [
|
5418
|
+
584
|
5419
|
+
]
|
5420
|
+
},
|
5421
|
+
{
|
5422
|
+
"title": "Methods",
|
5423
|
+
"kind": 2048,
|
5424
|
+
"children": [
|
5425
|
+
596,
|
5426
|
+
600,
|
5427
|
+
605,
|
5428
|
+
603
|
5429
|
+
]
|
5430
|
+
}
|
5431
|
+
],
|
5432
|
+
"sources": [
|
5433
|
+
{
|
5434
|
+
"fileName": "projects/core/src/modules/resize-observer/resize-observer-media-query.service.ts",
|
5435
|
+
"line": 17,
|
5436
|
+
"character": 13
|
5437
|
+
}
|
5438
|
+
],
|
5439
|
+
"implementedTypes": [
|
5440
|
+
{
|
5441
|
+
"type": "reference",
|
5442
|
+
"qualifiedName": "OnDestroy",
|
5443
|
+
"package": "@angular/core",
|
5444
|
+
"name": "OnDestroy"
|
5445
|
+
}
|
5446
|
+
]
|
5447
|
+
},
|
5448
|
+
{
|
5449
|
+
"id": 563,
|
5450
|
+
"name": "SkyResizeObserverService",
|
5451
|
+
"kind": 128,
|
5452
|
+
"kindString": "Class",
|
5453
|
+
"flags": {},
|
5454
|
+
"comment": {
|
5455
|
+
"shortText": "Service to create rxjs observables for changes to the content box dimensions of elements."
|
5456
|
+
},
|
5457
|
+
"decorators": [
|
5458
|
+
{
|
5459
|
+
"name": "Injectable",
|
5460
|
+
"type": {
|
5461
|
+
"type": "reference",
|
5462
|
+
"qualifiedName": "InjectableDecorator",
|
5463
|
+
"package": "@angular/core",
|
5464
|
+
"name": "Injectable"
|
5465
|
+
},
|
5466
|
+
"arguments": {
|
5467
|
+
"options": "{\n providedIn: 'any',\n}"
|
5468
|
+
}
|
5469
|
+
}
|
5470
|
+
],
|
5471
|
+
"children": [
|
5472
|
+
{
|
5473
|
+
"id": 564,
|
5474
|
+
"name": "constructor",
|
5475
|
+
"kind": 512,
|
5476
|
+
"kindString": "Constructor",
|
5477
|
+
"flags": {},
|
5478
|
+
"sources": [
|
5479
|
+
{
|
5480
|
+
"fileName": "projects/core/src/modules/resize-observer/resize-observer.service.ts",
|
5481
|
+
"line": 22,
|
5482
|
+
"character": 2
|
5483
|
+
}
|
5484
|
+
],
|
5485
|
+
"signatures": [
|
5486
|
+
{
|
5487
|
+
"id": 565,
|
5488
|
+
"name": "new SkyResizeObserverService",
|
5489
|
+
"kind": 16384,
|
5490
|
+
"kindString": "Constructor signature",
|
5491
|
+
"flags": {},
|
5492
|
+
"parameters": [
|
5493
|
+
{
|
5494
|
+
"id": 566,
|
5495
|
+
"name": "zone",
|
5496
|
+
"kind": 32768,
|
5497
|
+
"kindString": "Parameter",
|
5498
|
+
"flags": {},
|
5499
|
+
"type": {
|
5500
|
+
"type": "reference",
|
5501
|
+
"qualifiedName": "NgZone",
|
5502
|
+
"package": "@angular/core",
|
5503
|
+
"name": "NgZone"
|
5504
|
+
}
|
5505
|
+
}
|
5506
|
+
],
|
5507
|
+
"type": {
|
5508
|
+
"type": "reference",
|
5509
|
+
"id": 563,
|
5510
|
+
"name": "SkyResizeObserverService"
|
5511
|
+
}
|
5512
|
+
}
|
5513
|
+
]
|
5514
|
+
},
|
5515
|
+
{
|
5516
|
+
"id": 569,
|
5517
|
+
"name": "ngOnDestroy",
|
5518
|
+
"kind": 2048,
|
5519
|
+
"kindString": "Method",
|
5520
|
+
"flags": {
|
5521
|
+
"isPublic": true
|
5522
|
+
},
|
5523
|
+
"sources": [
|
5524
|
+
{
|
5525
|
+
"fileName": "projects/core/src/modules/resize-observer/resize-observer.service.ts",
|
5526
|
+
"line": 30,
|
5527
|
+
"character": 9
|
5528
|
+
}
|
5529
|
+
],
|
5530
|
+
"signatures": [
|
5531
|
+
{
|
5532
|
+
"id": 570,
|
5533
|
+
"name": "ngOnDestroy",
|
5534
|
+
"kind": 4096,
|
5535
|
+
"kindString": "Call signature",
|
5536
|
+
"flags": {},
|
5537
|
+
"type": {
|
5538
|
+
"type": "intrinsic",
|
5539
|
+
"name": "void"
|
5540
|
+
},
|
5541
|
+
"implementationOf": {
|
5542
|
+
"type": "reference",
|
5543
|
+
"name": "OnDestroy.ngOnDestroy"
|
5544
|
+
}
|
5545
|
+
}
|
5546
|
+
],
|
5547
|
+
"implementationOf": {
|
5548
|
+
"type": "reference",
|
5549
|
+
"name": "OnDestroy.ngOnDestroy"
|
5550
|
+
}
|
5551
|
+
},
|
5552
|
+
{
|
5553
|
+
"id": 571,
|
5554
|
+
"name": "observe",
|
5555
|
+
"kind": 2048,
|
5556
|
+
"kindString": "Method",
|
5557
|
+
"flags": {
|
5558
|
+
"isPublic": true
|
5559
|
+
},
|
5560
|
+
"sources": [
|
5561
|
+
{
|
5562
|
+
"fileName": "projects/core/src/modules/resize-observer/resize-observer.service.ts",
|
5563
|
+
"line": 37,
|
5564
|
+
"character": 9
|
5565
|
+
}
|
5566
|
+
],
|
5567
|
+
"signatures": [
|
5568
|
+
{
|
5569
|
+
"id": 572,
|
5570
|
+
"name": "observe",
|
5571
|
+
"kind": 4096,
|
5572
|
+
"kindString": "Call signature",
|
5573
|
+
"flags": {},
|
5574
|
+
"comment": {
|
5575
|
+
"shortText": "Create rxjs observable to get size changes for an element ref."
|
5576
|
+
},
|
5577
|
+
"parameters": [
|
5578
|
+
{
|
5579
|
+
"id": 573,
|
5580
|
+
"name": "element",
|
5581
|
+
"kind": 32768,
|
5582
|
+
"kindString": "Parameter",
|
5583
|
+
"flags": {},
|
5584
|
+
"type": {
|
5585
|
+
"type": "reference",
|
5586
|
+
"typeArguments": [
|
5587
|
+
{
|
5588
|
+
"type": "intrinsic",
|
5589
|
+
"name": "any"
|
5590
|
+
}
|
5591
|
+
],
|
5592
|
+
"qualifiedName": "ElementRef",
|
5593
|
+
"package": "@angular/core",
|
5594
|
+
"name": "ElementRef"
|
5595
|
+
}
|
5596
|
+
}
|
5597
|
+
],
|
5598
|
+
"type": {
|
5599
|
+
"type": "reference",
|
5600
|
+
"typeArguments": [
|
5601
|
+
{
|
5602
|
+
"type": "reference",
|
5603
|
+
"qualifiedName": "ResizeObserverEntry",
|
5604
|
+
"package": "typescript",
|
5605
|
+
"name": "ResizeObserverEntry"
|
5606
|
+
}
|
5607
|
+
],
|
5608
|
+
"qualifiedName": "Observable",
|
5609
|
+
"package": "rxjs",
|
5610
|
+
"name": "Observable"
|
5611
|
+
}
|
5612
|
+
}
|
5613
|
+
]
|
5614
|
+
}
|
5615
|
+
],
|
5616
|
+
"groups": [
|
5617
|
+
{
|
5618
|
+
"title": "Constructors",
|
5619
|
+
"kind": 512,
|
5620
|
+
"children": [
|
5621
|
+
564
|
5622
|
+
]
|
5623
|
+
},
|
5624
|
+
{
|
5625
|
+
"title": "Methods",
|
5626
|
+
"kind": 2048,
|
5627
|
+
"children": [
|
5628
|
+
569,
|
5629
|
+
571
|
5630
|
+
]
|
5631
|
+
}
|
5632
|
+
],
|
5633
|
+
"sources": [
|
5634
|
+
{
|
5635
|
+
"fileName": "projects/core/src/modules/resize-observer/resize-observer.service.ts",
|
5636
|
+
"line": 18,
|
5637
|
+
"character": 13
|
5638
|
+
}
|
5639
|
+
],
|
5640
|
+
"implementedTypes": [
|
5641
|
+
{
|
5642
|
+
"type": "reference",
|
5643
|
+
"qualifiedName": "OnDestroy",
|
5644
|
+
"package": "@angular/core",
|
5645
|
+
"name": "OnDestroy"
|
5646
|
+
}
|
5647
|
+
]
|
5648
|
+
},
|
5649
|
+
{
|
5650
|
+
"id": 614,
|
5651
|
+
"name": "SkyScrollableHostService",
|
5652
|
+
"kind": 128,
|
5653
|
+
"kindString": "Class",
|
5654
|
+
"flags": {},
|
5655
|
+
"decorators": [
|
5656
|
+
{
|
5657
|
+
"name": "Injectable",
|
5658
|
+
"type": {
|
5659
|
+
"type": "reference",
|
5660
|
+
"qualifiedName": "InjectableDecorator",
|
5661
|
+
"package": "@angular/core",
|
5662
|
+
"name": "Injectable"
|
5663
|
+
},
|
5664
|
+
"arguments": {
|
5665
|
+
"options": "{\n providedIn: 'root',\n}"
|
5666
|
+
}
|
5667
|
+
}
|
5668
|
+
],
|
5669
|
+
"children": [
|
5670
|
+
{
|
5671
|
+
"id": 615,
|
5672
|
+
"name": "constructor",
|
5673
|
+
"kind": 512,
|
5674
|
+
"kindString": "Constructor",
|
5675
|
+
"flags": {},
|
5676
|
+
"sources": [
|
5677
|
+
{
|
5678
|
+
"fileName": "projects/core/src/modules/scrollable-host/scrollable-host.service.ts",
|
5679
|
+
"line": 19,
|
5680
|
+
"character": 2
|
5681
|
+
}
|
5682
|
+
],
|
5683
|
+
"signatures": [
|
5684
|
+
{
|
5685
|
+
"id": 616,
|
5686
|
+
"name": "new SkyScrollableHostService",
|
5687
|
+
"kind": 16384,
|
5688
|
+
"kindString": "Constructor signature",
|
5689
|
+
"flags": {},
|
5690
|
+
"parameters": [
|
5691
|
+
{
|
5692
|
+
"id": 617,
|
5693
|
+
"name": "mutationObserverSvc",
|
5694
|
+
"kind": 32768,
|
5695
|
+
"kindString": "Parameter",
|
5696
|
+
"flags": {},
|
5697
|
+
"type": {
|
5698
|
+
"type": "reference",
|
5699
|
+
"id": 401,
|
5700
|
+
"name": "MutationObserverService"
|
5701
|
+
}
|
5702
|
+
},
|
5703
|
+
{
|
5704
|
+
"id": 618,
|
5705
|
+
"name": "windowRef",
|
5706
|
+
"kind": 32768,
|
5707
|
+
"kindString": "Parameter",
|
5708
|
+
"flags": {},
|
5709
|
+
"type": {
|
5710
|
+
"type": "reference",
|
5711
|
+
"id": 691,
|
5712
|
+
"name": "SkyAppWindowRef"
|
5713
|
+
}
|
5714
|
+
}
|
5715
|
+
],
|
5716
|
+
"type": {
|
5717
|
+
"type": "reference",
|
5718
|
+
"id": 614,
|
5719
|
+
"name": "SkyScrollableHostService"
|
5720
|
+
}
|
5721
|
+
}
|
5722
|
+
]
|
5723
|
+
},
|
5724
|
+
{
|
5725
|
+
"id": 619,
|
5726
|
+
"name": "getScrollableHost",
|
5727
|
+
"kind": 2048,
|
5728
|
+
"kindString": "Method",
|
5729
|
+
"flags": {
|
5730
|
+
"isPublic": true
|
5731
|
+
},
|
5732
|
+
"sources": [
|
5733
|
+
{
|
5734
|
+
"fileName": "projects/core/src/modules/scrollable-host/scrollable-host.service.ts",
|
5310
5735
|
"line": 29,
|
5311
5736
|
"character": 9
|
5312
5737
|
}
|
5313
5738
|
],
|
5314
5739
|
"signatures": [
|
5315
5740
|
{
|
5316
|
-
"id":
|
5741
|
+
"id": 620,
|
5317
5742
|
"name": "getScrollableHost",
|
5318
5743
|
"kind": 4096,
|
5319
5744
|
"kindString": "Call signature",
|
@@ -5324,7 +5749,7 @@
|
|
5324
5749
|
},
|
5325
5750
|
"parameters": [
|
5326
5751
|
{
|
5327
|
-
"id":
|
5752
|
+
"id": 621,
|
5328
5753
|
"name": "elementRef",
|
5329
5754
|
"kind": 32768,
|
5330
5755
|
"kindString": "Parameter",
|
@@ -5367,7 +5792,7 @@
|
|
5367
5792
|
]
|
5368
5793
|
},
|
5369
5794
|
{
|
5370
|
-
"id":
|
5795
|
+
"id": 625,
|
5371
5796
|
"name": "watchScrollableHostScrollEvents",
|
5372
5797
|
"kind": 2048,
|
5373
5798
|
"kindString": "Method",
|
@@ -5383,7 +5808,7 @@
|
|
5383
5808
|
],
|
5384
5809
|
"signatures": [
|
5385
5810
|
{
|
5386
|
-
"id":
|
5811
|
+
"id": 626,
|
5387
5812
|
"name": "watchScrollableHostScrollEvents",
|
5388
5813
|
"kind": 4096,
|
5389
5814
|
"kindString": "Call signature",
|
@@ -5394,7 +5819,7 @@
|
|
5394
5819
|
},
|
5395
5820
|
"parameters": [
|
5396
5821
|
{
|
5397
|
-
"id":
|
5822
|
+
"id": 627,
|
5398
5823
|
"name": "elementRef",
|
5399
5824
|
"kind": 32768,
|
5400
5825
|
"kindString": "Parameter",
|
@@ -5437,15 +5862,15 @@
|
|
5437
5862
|
"title": "Constructors",
|
5438
5863
|
"kind": 512,
|
5439
5864
|
"children": [
|
5440
|
-
|
5865
|
+
615
|
5441
5866
|
]
|
5442
5867
|
},
|
5443
5868
|
{
|
5444
5869
|
"title": "Methods",
|
5445
5870
|
"kind": 2048,
|
5446
5871
|
"children": [
|
5447
|
-
|
5448
|
-
|
5872
|
+
619,
|
5873
|
+
625
|
5449
5874
|
]
|
5450
5875
|
}
|
5451
5876
|
],
|
@@ -5458,7 +5883,7 @@
|
|
5458
5883
|
]
|
5459
5884
|
},
|
5460
5885
|
{
|
5461
|
-
"id":
|
5886
|
+
"id": 647,
|
5462
5887
|
"name": "SkyUIConfigService",
|
5463
5888
|
"kind": 128,
|
5464
5889
|
"kindString": "Class",
|
@@ -5479,7 +5904,7 @@
|
|
5479
5904
|
],
|
5480
5905
|
"children": [
|
5481
5906
|
{
|
5482
|
-
"id":
|
5907
|
+
"id": 650,
|
5483
5908
|
"name": "getConfig",
|
5484
5909
|
"kind": 2048,
|
5485
5910
|
"kindString": "Method",
|
@@ -5495,14 +5920,14 @@
|
|
5495
5920
|
],
|
5496
5921
|
"signatures": [
|
5497
5922
|
{
|
5498
|
-
"id":
|
5923
|
+
"id": 651,
|
5499
5924
|
"name": "getConfig",
|
5500
5925
|
"kind": 4096,
|
5501
5926
|
"kindString": "Call signature",
|
5502
5927
|
"flags": {},
|
5503
5928
|
"parameters": [
|
5504
5929
|
{
|
5505
|
-
"id":
|
5930
|
+
"id": 652,
|
5506
5931
|
"name": "key",
|
5507
5932
|
"kind": 32768,
|
5508
5933
|
"kindString": "Parameter",
|
@@ -5513,7 +5938,7 @@
|
|
5513
5938
|
}
|
5514
5939
|
},
|
5515
5940
|
{
|
5516
|
-
"id":
|
5941
|
+
"id": 653,
|
5517
5942
|
"name": "defaultConfig",
|
5518
5943
|
"kind": 32768,
|
5519
5944
|
"kindString": "Parameter",
|
@@ -5542,7 +5967,7 @@
|
|
5542
5967
|
]
|
5543
5968
|
},
|
5544
5969
|
{
|
5545
|
-
"id":
|
5970
|
+
"id": 654,
|
5546
5971
|
"name": "setConfig",
|
5547
5972
|
"kind": 2048,
|
5548
5973
|
"kindString": "Method",
|
@@ -5558,14 +5983,14 @@
|
|
5558
5983
|
],
|
5559
5984
|
"signatures": [
|
5560
5985
|
{
|
5561
|
-
"id":
|
5986
|
+
"id": 655,
|
5562
5987
|
"name": "setConfig",
|
5563
5988
|
"kind": 4096,
|
5564
5989
|
"kindString": "Call signature",
|
5565
5990
|
"flags": {},
|
5566
5991
|
"parameters": [
|
5567
5992
|
{
|
5568
|
-
"id":
|
5993
|
+
"id": 656,
|
5569
5994
|
"name": "key",
|
5570
5995
|
"kind": 32768,
|
5571
5996
|
"kindString": "Parameter",
|
@@ -5576,7 +6001,7 @@
|
|
5576
6001
|
}
|
5577
6002
|
},
|
5578
6003
|
{
|
5579
|
-
"id":
|
6004
|
+
"id": 657,
|
5580
6005
|
"name": "value",
|
5581
6006
|
"kind": 32768,
|
5582
6007
|
"kindString": "Parameter",
|
@@ -5608,15 +6033,15 @@
|
|
5608
6033
|
"title": "Constructors",
|
5609
6034
|
"kind": 512,
|
5610
6035
|
"children": [
|
5611
|
-
|
6036
|
+
648
|
5612
6037
|
]
|
5613
6038
|
},
|
5614
6039
|
{
|
5615
6040
|
"title": "Methods",
|
5616
6041
|
"kind": 2048,
|
5617
6042
|
"children": [
|
5618
|
-
|
5619
|
-
|
6043
|
+
650,
|
6044
|
+
654
|
5620
6045
|
]
|
5621
6046
|
}
|
5622
6047
|
],
|
@@ -5629,7 +6054,7 @@
|
|
5629
6054
|
]
|
5630
6055
|
},
|
5631
6056
|
{
|
5632
|
-
"id":
|
6057
|
+
"id": 658,
|
5633
6058
|
"name": "SkyViewkeeperHostOptions",
|
5634
6059
|
"kind": 128,
|
5635
6060
|
"kindString": "Class",
|
@@ -5648,7 +6073,7 @@
|
|
5648
6073
|
],
|
5649
6074
|
"children": [
|
5650
6075
|
{
|
5651
|
-
"id":
|
6076
|
+
"id": 661,
|
5652
6077
|
"name": "boundaryEl",
|
5653
6078
|
"kind": 1024,
|
5654
6079
|
"kindString": "Property",
|
@@ -5674,12 +6099,12 @@
|
|
5674
6099
|
},
|
5675
6100
|
"implementationOf": {
|
5676
6101
|
"type": "reference",
|
5677
|
-
"id":
|
6102
|
+
"id": 669,
|
5678
6103
|
"name": "SkyViewkeeperOptions.boundaryEl"
|
5679
6104
|
}
|
5680
6105
|
},
|
5681
6106
|
{
|
5682
|
-
"id":
|
6107
|
+
"id": 662,
|
5683
6108
|
"name": "el",
|
5684
6109
|
"kind": 1024,
|
5685
6110
|
"kindString": "Property",
|
@@ -5705,12 +6130,12 @@
|
|
5705
6130
|
},
|
5706
6131
|
"implementationOf": {
|
5707
6132
|
"type": "reference",
|
5708
|
-
"id":
|
6133
|
+
"id": 670,
|
5709
6134
|
"name": "SkyViewkeeperOptions.el"
|
5710
6135
|
}
|
5711
6136
|
},
|
5712
6137
|
{
|
5713
|
-
"id":
|
6138
|
+
"id": 663,
|
5714
6139
|
"name": "scrollableHost",
|
5715
6140
|
"kind": 1024,
|
5716
6141
|
"kindString": "Property",
|
@@ -5736,12 +6161,12 @@
|
|
5736
6161
|
},
|
5737
6162
|
"implementationOf": {
|
5738
6163
|
"type": "reference",
|
5739
|
-
"id":
|
6164
|
+
"id": 671,
|
5740
6165
|
"name": "SkyViewkeeperOptions.scrollableHost"
|
5741
6166
|
}
|
5742
6167
|
},
|
5743
6168
|
{
|
5744
|
-
"id":
|
6169
|
+
"id": 664,
|
5745
6170
|
"name": "setWidth",
|
5746
6171
|
"kind": 1024,
|
5747
6172
|
"kindString": "Property",
|
@@ -5765,12 +6190,12 @@
|
|
5765
6190
|
},
|
5766
6191
|
"implementationOf": {
|
5767
6192
|
"type": "reference",
|
5768
|
-
"id":
|
6193
|
+
"id": 672,
|
5769
6194
|
"name": "SkyViewkeeperOptions.setWidth"
|
5770
6195
|
}
|
5771
6196
|
},
|
5772
6197
|
{
|
5773
|
-
"id":
|
6198
|
+
"id": 665,
|
5774
6199
|
"name": "verticalOffset",
|
5775
6200
|
"kind": 1024,
|
5776
6201
|
"kindString": "Property",
|
@@ -5794,12 +6219,12 @@
|
|
5794
6219
|
},
|
5795
6220
|
"implementationOf": {
|
5796
6221
|
"type": "reference",
|
5797
|
-
"id":
|
6222
|
+
"id": 673,
|
5798
6223
|
"name": "SkyViewkeeperOptions.verticalOffset"
|
5799
6224
|
}
|
5800
6225
|
},
|
5801
6226
|
{
|
5802
|
-
"id":
|
6227
|
+
"id": 666,
|
5803
6228
|
"name": "verticalOffsetEl",
|
5804
6229
|
"kind": 1024,
|
5805
6230
|
"kindString": "Property",
|
@@ -5825,12 +6250,12 @@
|
|
5825
6250
|
},
|
5826
6251
|
"implementationOf": {
|
5827
6252
|
"type": "reference",
|
5828
|
-
"id":
|
6253
|
+
"id": 674,
|
5829
6254
|
"name": "SkyViewkeeperOptions.verticalOffsetEl"
|
5830
6255
|
}
|
5831
6256
|
},
|
5832
6257
|
{
|
5833
|
-
"id":
|
6258
|
+
"id": 667,
|
5834
6259
|
"name": "viewportMarginTop",
|
5835
6260
|
"kind": 1024,
|
5836
6261
|
"kindString": "Property",
|
@@ -5854,7 +6279,7 @@
|
|
5854
6279
|
},
|
5855
6280
|
"implementationOf": {
|
5856
6281
|
"type": "reference",
|
5857
|
-
"id":
|
6282
|
+
"id": 675,
|
5858
6283
|
"name": "SkyViewkeeperOptions.viewportMarginTop"
|
5859
6284
|
}
|
5860
6285
|
}
|
@@ -5864,20 +6289,20 @@
|
|
5864
6289
|
"title": "Constructors",
|
5865
6290
|
"kind": 512,
|
5866
6291
|
"children": [
|
5867
|
-
|
6292
|
+
659
|
5868
6293
|
]
|
5869
6294
|
},
|
5870
6295
|
{
|
5871
6296
|
"title": "Properties",
|
5872
6297
|
"kind": 1024,
|
5873
6298
|
"children": [
|
5874
|
-
|
5875
|
-
|
5876
|
-
|
5877
|
-
|
5878
|
-
|
5879
|
-
|
5880
|
-
|
6299
|
+
661,
|
6300
|
+
662,
|
6301
|
+
663,
|
6302
|
+
664,
|
6303
|
+
665,
|
6304
|
+
666,
|
6305
|
+
667
|
5881
6306
|
]
|
5882
6307
|
}
|
5883
6308
|
],
|
@@ -5891,13 +6316,13 @@
|
|
5891
6316
|
"implementedTypes": [
|
5892
6317
|
{
|
5893
6318
|
"type": "reference",
|
5894
|
-
"id":
|
6319
|
+
"id": 668,
|
5895
6320
|
"name": "SkyViewkeeperOptions"
|
5896
6321
|
}
|
5897
6322
|
]
|
5898
6323
|
},
|
5899
6324
|
{
|
5900
|
-
"id":
|
6325
|
+
"id": 676,
|
5901
6326
|
"name": "SkyViewkeeperModule",
|
5902
6327
|
"kind": 128,
|
5903
6328
|
"kindString": "Class",
|
@@ -5922,7 +6347,7 @@
|
|
5922
6347
|
"title": "Constructors",
|
5923
6348
|
"kind": 512,
|
5924
6349
|
"children": [
|
5925
|
-
|
6350
|
+
677
|
5926
6351
|
]
|
5927
6352
|
}
|
5928
6353
|
],
|
@@ -5935,7 +6360,7 @@
|
|
5935
6360
|
]
|
5936
6361
|
},
|
5937
6362
|
{
|
5938
|
-
"id":
|
6363
|
+
"id": 679,
|
5939
6364
|
"name": "SkyViewkeeperService",
|
5940
6365
|
"kind": 128,
|
5941
6366
|
"kindString": "Class",
|
@@ -5959,7 +6384,7 @@
|
|
5959
6384
|
],
|
5960
6385
|
"children": [
|
5961
6386
|
{
|
5962
|
-
"id":
|
6387
|
+
"id": 680,
|
5963
6388
|
"name": "constructor",
|
5964
6389
|
"kind": 512,
|
5965
6390
|
"kindString": "Constructor",
|
@@ -5973,14 +6398,14 @@
|
|
5973
6398
|
],
|
5974
6399
|
"signatures": [
|
5975
6400
|
{
|
5976
|
-
"id":
|
6401
|
+
"id": 681,
|
5977
6402
|
"name": "new SkyViewkeeperService",
|
5978
6403
|
"kind": 16384,
|
5979
6404
|
"kindString": "Constructor signature",
|
5980
6405
|
"flags": {},
|
5981
6406
|
"parameters": [
|
5982
6407
|
{
|
5983
|
-
"id":
|
6408
|
+
"id": 682,
|
5984
6409
|
"name": "hostOptions",
|
5985
6410
|
"kind": 32768,
|
5986
6411
|
"kindString": "Parameter",
|
@@ -6001,21 +6426,21 @@
|
|
6001
6426
|
],
|
6002
6427
|
"type": {
|
6003
6428
|
"type": "reference",
|
6004
|
-
"id":
|
6429
|
+
"id": 658,
|
6005
6430
|
"name": "SkyViewkeeperHostOptions"
|
6006
6431
|
}
|
6007
6432
|
}
|
6008
6433
|
],
|
6009
6434
|
"type": {
|
6010
6435
|
"type": "reference",
|
6011
|
-
"id":
|
6436
|
+
"id": 679,
|
6012
6437
|
"name": "SkyViewkeeperService"
|
6013
6438
|
}
|
6014
6439
|
}
|
6015
6440
|
]
|
6016
6441
|
},
|
6017
6442
|
{
|
6018
|
-
"id":
|
6443
|
+
"id": 683,
|
6019
6444
|
"name": "create",
|
6020
6445
|
"kind": 2048,
|
6021
6446
|
"kindString": "Method",
|
@@ -6031,7 +6456,7 @@
|
|
6031
6456
|
],
|
6032
6457
|
"signatures": [
|
6033
6458
|
{
|
6034
|
-
"id":
|
6459
|
+
"id": 684,
|
6035
6460
|
"name": "create",
|
6036
6461
|
"kind": 4096,
|
6037
6462
|
"kindString": "Call signature",
|
@@ -6039,7 +6464,7 @@
|
|
6039
6464
|
"comment": {},
|
6040
6465
|
"parameters": [
|
6041
6466
|
{
|
6042
|
-
"id":
|
6467
|
+
"id": 685,
|
6043
6468
|
"name": "options",
|
6044
6469
|
"kind": 32768,
|
6045
6470
|
"kindString": "Parameter",
|
@@ -6049,7 +6474,7 @@
|
|
6049
6474
|
},
|
6050
6475
|
"type": {
|
6051
6476
|
"type": "reference",
|
6052
|
-
"id":
|
6477
|
+
"id": 668,
|
6053
6478
|
"name": "SkyViewkeeperOptions"
|
6054
6479
|
}
|
6055
6480
|
}
|
@@ -6062,7 +6487,7 @@
|
|
6062
6487
|
]
|
6063
6488
|
},
|
6064
6489
|
{
|
6065
|
-
"id":
|
6490
|
+
"id": 686,
|
6066
6491
|
"name": "destroy",
|
6067
6492
|
"kind": 2048,
|
6068
6493
|
"kindString": "Method",
|
@@ -6078,7 +6503,7 @@
|
|
6078
6503
|
],
|
6079
6504
|
"signatures": [
|
6080
6505
|
{
|
6081
|
-
"id":
|
6506
|
+
"id": 687,
|
6082
6507
|
"name": "destroy",
|
6083
6508
|
"kind": 4096,
|
6084
6509
|
"kindString": "Call signature",
|
@@ -6088,7 +6513,7 @@
|
|
6088
6513
|
},
|
6089
6514
|
"parameters": [
|
6090
6515
|
{
|
6091
|
-
"id":
|
6516
|
+
"id": 688,
|
6092
6517
|
"name": "vk",
|
6093
6518
|
"kind": 32768,
|
6094
6519
|
"kindString": "Parameter",
|
@@ -6115,15 +6540,15 @@
|
|
6115
6540
|
"title": "Constructors",
|
6116
6541
|
"kind": 512,
|
6117
6542
|
"children": [
|
6118
|
-
|
6543
|
+
680
|
6119
6544
|
]
|
6120
6545
|
},
|
6121
6546
|
{
|
6122
6547
|
"title": "Methods",
|
6123
6548
|
"kind": 2048,
|
6124
6549
|
"children": [
|
6125
|
-
|
6126
|
-
|
6550
|
+
683,
|
6551
|
+
686
|
6127
6552
|
]
|
6128
6553
|
}
|
6129
6554
|
],
|
@@ -6995,7 +7420,7 @@
|
|
6995
7420
|
"flags": {},
|
6996
7421
|
"type": {
|
6997
7422
|
"type": "reference",
|
6998
|
-
"id":
|
7423
|
+
"id": 401,
|
6999
7424
|
"name": "MutationObserverService"
|
7000
7425
|
}
|
7001
7426
|
},
|
@@ -7007,7 +7432,7 @@
|
|
7007
7432
|
"flags": {},
|
7008
7433
|
"type": {
|
7009
7434
|
"type": "reference",
|
7010
|
-
"id":
|
7435
|
+
"id": 679,
|
7011
7436
|
"name": "SkyViewkeeperService"
|
7012
7437
|
}
|
7013
7438
|
},
|
@@ -7031,7 +7456,7 @@
|
|
7031
7456
|
],
|
7032
7457
|
"type": {
|
7033
7458
|
"type": "reference",
|
7034
|
-
"id":
|
7459
|
+
"id": 614,
|
7035
7460
|
"name": "SkyScrollableHostService"
|
7036
7461
|
}
|
7037
7462
|
}
|
@@ -7530,14 +7955,14 @@
|
|
7530
7955
|
]
|
7531
7956
|
},
|
7532
7957
|
{
|
7533
|
-
"id":
|
7958
|
+
"id": 638,
|
7534
7959
|
"name": "SkyAppSetTitleArgs",
|
7535
7960
|
"kind": 256,
|
7536
7961
|
"kindString": "Interface",
|
7537
7962
|
"flags": {},
|
7538
7963
|
"children": [
|
7539
7964
|
{
|
7540
|
-
"id":
|
7965
|
+
"id": 639,
|
7541
7966
|
"name": "titleParts",
|
7542
7967
|
"kind": 1024,
|
7543
7968
|
"kindString": "Property",
|
@@ -7563,7 +7988,7 @@
|
|
7563
7988
|
"title": "Properties",
|
7564
7989
|
"kind": 1024,
|
7565
7990
|
"children": [
|
7566
|
-
|
7991
|
+
639
|
7567
7992
|
]
|
7568
7993
|
}
|
7569
7994
|
],
|
@@ -7978,14 +8403,249 @@
|
|
7978
8403
|
]
|
7979
8404
|
},
|
7980
8405
|
{
|
7981
|
-
"id":
|
8406
|
+
"id": 413,
|
8407
|
+
"name": "SkyNumericOptions",
|
8408
|
+
"kind": 256,
|
8409
|
+
"kindString": "Interface",
|
8410
|
+
"flags": {},
|
8411
|
+
"comment": {
|
8412
|
+
"shortText": "Provides arguments for the number to format."
|
8413
|
+
},
|
8414
|
+
"children": [
|
8415
|
+
{
|
8416
|
+
"id": 416,
|
8417
|
+
"name": "currencySign",
|
8418
|
+
"kind": 1024,
|
8419
|
+
"kindString": "Property",
|
8420
|
+
"flags": {
|
8421
|
+
"isOptional": true
|
8422
|
+
},
|
8423
|
+
"comment": {
|
8424
|
+
"shortText": "Specifies the format of the currency."
|
8425
|
+
},
|
8426
|
+
"sources": [
|
8427
|
+
{
|
8428
|
+
"fileName": "projects/core/src/modules/numeric/numeric.options.ts",
|
8429
|
+
"line": 18,
|
8430
|
+
"character": 2
|
8431
|
+
}
|
8432
|
+
],
|
8433
|
+
"type": {
|
8434
|
+
"type": "union",
|
8435
|
+
"types": [
|
8436
|
+
{
|
8437
|
+
"type": "literal",
|
8438
|
+
"value": "accounting"
|
8439
|
+
},
|
8440
|
+
{
|
8441
|
+
"type": "literal",
|
8442
|
+
"value": "standard"
|
8443
|
+
}
|
8444
|
+
]
|
8445
|
+
}
|
8446
|
+
},
|
8447
|
+
{
|
8448
|
+
"id": 414,
|
8449
|
+
"name": "digits",
|
8450
|
+
"kind": 1024,
|
8451
|
+
"kindString": "Property",
|
8452
|
+
"flags": {
|
8453
|
+
"isOptional": true
|
8454
|
+
},
|
8455
|
+
"comment": {
|
8456
|
+
"shortText": "Specifies the maximum number of digits after the decimal separator."
|
8457
|
+
},
|
8458
|
+
"sources": [
|
8459
|
+
{
|
8460
|
+
"fileName": "projects/core/src/modules/numeric/numeric.options.ts",
|
8461
|
+
"line": 8,
|
8462
|
+
"character": 2
|
8463
|
+
}
|
8464
|
+
],
|
8465
|
+
"type": {
|
8466
|
+
"type": "intrinsic",
|
8467
|
+
"name": "number"
|
8468
|
+
}
|
8469
|
+
},
|
8470
|
+
{
|
8471
|
+
"id": 415,
|
8472
|
+
"name": "format",
|
8473
|
+
"kind": 1024,
|
8474
|
+
"kindString": "Property",
|
8475
|
+
"flags": {
|
8476
|
+
"isOptional": true
|
8477
|
+
},
|
8478
|
+
"comment": {
|
8479
|
+
"shortText": "Specifies how to format the number. Options are `currency` or `number`."
|
8480
|
+
},
|
8481
|
+
"sources": [
|
8482
|
+
{
|
8483
|
+
"fileName": "projects/core/src/modules/numeric/numeric.options.ts",
|
8484
|
+
"line": 13,
|
8485
|
+
"character": 2
|
8486
|
+
}
|
8487
|
+
],
|
8488
|
+
"type": {
|
8489
|
+
"type": "intrinsic",
|
8490
|
+
"name": "string"
|
8491
|
+
}
|
8492
|
+
},
|
8493
|
+
{
|
8494
|
+
"id": 417,
|
8495
|
+
"name": "iso",
|
8496
|
+
"kind": 1024,
|
8497
|
+
"kindString": "Property",
|
8498
|
+
"flags": {
|
8499
|
+
"isOptional": true
|
8500
|
+
},
|
8501
|
+
"comment": {
|
8502
|
+
"shortText": "Specifies the ISO4217 currency code to use for currency formatting."
|
8503
|
+
},
|
8504
|
+
"sources": [
|
8505
|
+
{
|
8506
|
+
"fileName": "projects/core/src/modules/numeric/numeric.options.ts",
|
8507
|
+
"line": 23,
|
8508
|
+
"character": 2
|
8509
|
+
}
|
8510
|
+
],
|
8511
|
+
"type": {
|
8512
|
+
"type": "intrinsic",
|
8513
|
+
"name": "string"
|
8514
|
+
}
|
8515
|
+
},
|
8516
|
+
{
|
8517
|
+
"id": 418,
|
8518
|
+
"name": "locale",
|
8519
|
+
"kind": 1024,
|
8520
|
+
"kindString": "Property",
|
8521
|
+
"flags": {
|
8522
|
+
"isOptional": true
|
8523
|
+
},
|
8524
|
+
"comment": {
|
8525
|
+
"shortText": "Specifies the locale code to use when formatting."
|
8526
|
+
},
|
8527
|
+
"sources": [
|
8528
|
+
{
|
8529
|
+
"fileName": "projects/core/src/modules/numeric/numeric.options.ts",
|
8530
|
+
"line": 28,
|
8531
|
+
"character": 2
|
8532
|
+
}
|
8533
|
+
],
|
8534
|
+
"type": {
|
8535
|
+
"type": "intrinsic",
|
8536
|
+
"name": "string"
|
8537
|
+
}
|
8538
|
+
},
|
8539
|
+
{
|
8540
|
+
"id": 419,
|
8541
|
+
"name": "minDigits",
|
8542
|
+
"kind": 1024,
|
8543
|
+
"kindString": "Property",
|
8544
|
+
"flags": {
|
8545
|
+
"isOptional": true
|
8546
|
+
},
|
8547
|
+
"comment": {
|
8548
|
+
"shortText": "Specifies the minimum number of digits after the decimal separator. This property only applies\nwhen the `truncate` property is set to `false`. If `digits` specifies a maximum number of\ndigits, then `minDigits` must be less than that value."
|
8549
|
+
},
|
8550
|
+
"sources": [
|
8551
|
+
{
|
8552
|
+
"fileName": "projects/core/src/modules/numeric/numeric.options.ts",
|
8553
|
+
"line": 35,
|
8554
|
+
"character": 2
|
8555
|
+
}
|
8556
|
+
],
|
8557
|
+
"type": {
|
8558
|
+
"type": "intrinsic",
|
8559
|
+
"name": "number"
|
8560
|
+
}
|
8561
|
+
},
|
8562
|
+
{
|
8563
|
+
"id": 420,
|
8564
|
+
"name": "truncate",
|
8565
|
+
"kind": 1024,
|
8566
|
+
"kindString": "Property",
|
8567
|
+
"flags": {
|
8568
|
+
"isOptional": true
|
8569
|
+
},
|
8570
|
+
"comment": {
|
8571
|
+
"shortText": "Indicates whether to shorten numbers to rounded numbers and abbreviation characters\nsuch as K for thousands, M for millions, B for billions, and T for trillions."
|
8572
|
+
},
|
8573
|
+
"sources": [
|
8574
|
+
{
|
8575
|
+
"fileName": "projects/core/src/modules/numeric/numeric.options.ts",
|
8576
|
+
"line": 41,
|
8577
|
+
"character": 2
|
8578
|
+
}
|
8579
|
+
],
|
8580
|
+
"type": {
|
8581
|
+
"type": "intrinsic",
|
8582
|
+
"name": "boolean"
|
8583
|
+
}
|
8584
|
+
},
|
8585
|
+
{
|
8586
|
+
"id": 421,
|
8587
|
+
"name": "truncateAfter",
|
8588
|
+
"kind": 1024,
|
8589
|
+
"kindString": "Property",
|
8590
|
+
"flags": {
|
8591
|
+
"isOptional": true
|
8592
|
+
},
|
8593
|
+
"comment": {
|
8594
|
+
"shortText": "Specifies the minimum value at which numbers are shortened to rounded numbers and abbreviation characters. Values less than `1000` are not truncated."
|
8595
|
+
},
|
8596
|
+
"sources": [
|
8597
|
+
{
|
8598
|
+
"fileName": "projects/core/src/modules/numeric/numeric.options.ts",
|
8599
|
+
"line": 46,
|
8600
|
+
"character": 2
|
8601
|
+
}
|
8602
|
+
],
|
8603
|
+
"type": {
|
8604
|
+
"type": "intrinsic",
|
8605
|
+
"name": "number"
|
8606
|
+
}
|
8607
|
+
}
|
8608
|
+
],
|
8609
|
+
"groups": [
|
8610
|
+
{
|
8611
|
+
"title": "Properties",
|
8612
|
+
"kind": 1024,
|
8613
|
+
"children": [
|
8614
|
+
416,
|
8615
|
+
414,
|
8616
|
+
415,
|
8617
|
+
417,
|
8618
|
+
418,
|
8619
|
+
419,
|
8620
|
+
420,
|
8621
|
+
421
|
8622
|
+
]
|
8623
|
+
}
|
8624
|
+
],
|
8625
|
+
"sources": [
|
8626
|
+
{
|
8627
|
+
"fileName": "projects/core/src/modules/numeric/numeric.options.ts",
|
8628
|
+
"line": 4,
|
8629
|
+
"character": 17
|
8630
|
+
}
|
8631
|
+
],
|
8632
|
+
"implementedBy": [
|
8633
|
+
{
|
8634
|
+
"type": "reference",
|
8635
|
+
"id": 422,
|
8636
|
+
"name": "NumericOptions"
|
8637
|
+
}
|
8638
|
+
]
|
8639
|
+
},
|
8640
|
+
{
|
8641
|
+
"id": 482,
|
7982
8642
|
"name": "SkyOverlayConfig",
|
7983
8643
|
"kind": 256,
|
7984
8644
|
"kindString": "Interface",
|
7985
8645
|
"flags": {},
|
7986
8646
|
"children": [
|
7987
8647
|
{
|
7988
|
-
"id":
|
8648
|
+
"id": 483,
|
7989
8649
|
"name": "closeOnNavigation",
|
7990
8650
|
"kind": 1024,
|
7991
8651
|
"kindString": "Property",
|
@@ -8008,7 +8668,7 @@
|
|
8008
8668
|
}
|
8009
8669
|
},
|
8010
8670
|
{
|
8011
|
-
"id":
|
8671
|
+
"id": 484,
|
8012
8672
|
"name": "enableClose",
|
8013
8673
|
"kind": 1024,
|
8014
8674
|
"kindString": "Property",
|
@@ -8031,7 +8691,7 @@
|
|
8031
8691
|
}
|
8032
8692
|
},
|
8033
8693
|
{
|
8034
|
-
"id":
|
8694
|
+
"id": 485,
|
8035
8695
|
"name": "enablePointerEvents",
|
8036
8696
|
"kind": 1024,
|
8037
8697
|
"kindString": "Property",
|
@@ -8054,7 +8714,7 @@
|
|
8054
8714
|
}
|
8055
8715
|
},
|
8056
8716
|
{
|
8057
|
-
"id":
|
8717
|
+
"id": 486,
|
8058
8718
|
"name": "enableScroll",
|
8059
8719
|
"kind": 1024,
|
8060
8720
|
"kindString": "Property",
|
@@ -8077,7 +8737,7 @@
|
|
8077
8737
|
}
|
8078
8738
|
},
|
8079
8739
|
{
|
8080
|
-
"id":
|
8740
|
+
"id": 487,
|
8081
8741
|
"name": "showBackdrop",
|
8082
8742
|
"kind": 1024,
|
8083
8743
|
"kindString": "Property",
|
@@ -8100,7 +8760,7 @@
|
|
8100
8760
|
}
|
8101
8761
|
},
|
8102
8762
|
{
|
8103
|
-
"id":
|
8763
|
+
"id": 488,
|
8104
8764
|
"name": "wrapperClass",
|
8105
8765
|
"kind": 1024,
|
8106
8766
|
"kindString": "Property",
|
@@ -8128,12 +8788,12 @@
|
|
8128
8788
|
"title": "Properties",
|
8129
8789
|
"kind": 1024,
|
8130
8790
|
"children": [
|
8131
|
-
|
8132
|
-
|
8133
|
-
|
8134
|
-
|
8135
|
-
|
8136
|
-
|
8791
|
+
483,
|
8792
|
+
484,
|
8793
|
+
485,
|
8794
|
+
486,
|
8795
|
+
487,
|
8796
|
+
488
|
8137
8797
|
]
|
8138
8798
|
}
|
8139
8799
|
],
|
@@ -8146,7 +8806,7 @@
|
|
8146
8806
|
]
|
8147
8807
|
},
|
8148
8808
|
{
|
8149
|
-
"id":
|
8809
|
+
"id": 668,
|
8150
8810
|
"name": "SkyViewkeeperOptions",
|
8151
8811
|
"kind": 256,
|
8152
8812
|
"kindString": "Interface",
|
@@ -8156,7 +8816,7 @@
|
|
8156
8816
|
},
|
8157
8817
|
"children": [
|
8158
8818
|
{
|
8159
|
-
"id":
|
8819
|
+
"id": 669,
|
8160
8820
|
"name": "boundaryEl",
|
8161
8821
|
"kind": 1024,
|
8162
8822
|
"kindString": "Property",
|
@@ -8181,7 +8841,7 @@
|
|
8181
8841
|
}
|
8182
8842
|
},
|
8183
8843
|
{
|
8184
|
-
"id":
|
8844
|
+
"id": 670,
|
8185
8845
|
"name": "el",
|
8186
8846
|
"kind": 1024,
|
8187
8847
|
"kindString": "Property",
|
@@ -8206,7 +8866,7 @@
|
|
8206
8866
|
}
|
8207
8867
|
},
|
8208
8868
|
{
|
8209
|
-
"id":
|
8869
|
+
"id": 671,
|
8210
8870
|
"name": "scrollableHost",
|
8211
8871
|
"kind": 1024,
|
8212
8872
|
"kindString": "Property",
|
@@ -8231,7 +8891,7 @@
|
|
8231
8891
|
}
|
8232
8892
|
},
|
8233
8893
|
{
|
8234
|
-
"id":
|
8894
|
+
"id": 672,
|
8235
8895
|
"name": "setWidth",
|
8236
8896
|
"kind": 1024,
|
8237
8897
|
"kindString": "Property",
|
@@ -8254,7 +8914,7 @@
|
|
8254
8914
|
}
|
8255
8915
|
},
|
8256
8916
|
{
|
8257
|
-
"id":
|
8917
|
+
"id": 673,
|
8258
8918
|
"name": "verticalOffset",
|
8259
8919
|
"kind": 1024,
|
8260
8920
|
"kindString": "Property",
|
@@ -8277,7 +8937,7 @@
|
|
8277
8937
|
}
|
8278
8938
|
},
|
8279
8939
|
{
|
8280
|
-
"id":
|
8940
|
+
"id": 674,
|
8281
8941
|
"name": "verticalOffsetEl",
|
8282
8942
|
"kind": 1024,
|
8283
8943
|
"kindString": "Property",
|
@@ -8302,7 +8962,7 @@
|
|
8302
8962
|
}
|
8303
8963
|
},
|
8304
8964
|
{
|
8305
|
-
"id":
|
8965
|
+
"id": 675,
|
8306
8966
|
"name": "viewportMarginTop",
|
8307
8967
|
"kind": 1024,
|
8308
8968
|
"kindString": "Property",
|
@@ -8330,13 +8990,13 @@
|
|
8330
8990
|
"title": "Properties",
|
8331
8991
|
"kind": 1024,
|
8332
8992
|
"children": [
|
8333
|
-
|
8334
|
-
|
8335
|
-
|
8336
|
-
|
8337
|
-
|
8338
|
-
|
8339
|
-
|
8993
|
+
669,
|
8994
|
+
670,
|
8995
|
+
671,
|
8996
|
+
672,
|
8997
|
+
673,
|
8998
|
+
674,
|
8999
|
+
675
|
8340
9000
|
]
|
8341
9001
|
}
|
8342
9002
|
],
|
@@ -8350,7 +9010,7 @@
|
|
8350
9010
|
"implementedBy": [
|
8351
9011
|
{
|
8352
9012
|
"type": "reference",
|
8353
|
-
"id":
|
9013
|
+
"id": 658,
|
8354
9014
|
"name": "SkyViewkeeperHostOptions"
|
8355
9015
|
}
|
8356
9016
|
]
|
@@ -8462,7 +9122,7 @@
|
|
8462
9122
|
}
|
8463
9123
|
},
|
8464
9124
|
{
|
8465
|
-
"id":
|
9125
|
+
"id": 358,
|
8466
9126
|
"name": "SkyMediaQueryListener",
|
8467
9127
|
"kind": 4194304,
|
8468
9128
|
"kindString": "Type alias",
|
@@ -8477,7 +9137,7 @@
|
|
8477
9137
|
"type": {
|
8478
9138
|
"type": "reflection",
|
8479
9139
|
"declaration": {
|
8480
|
-
"id":
|
9140
|
+
"id": 359,
|
8481
9141
|
"name": "__type",
|
8482
9142
|
"kind": 65536,
|
8483
9143
|
"kindString": "Type literal",
|
@@ -8491,24 +9151,24 @@
|
|
8491
9151
|
],
|
8492
9152
|
"signatures": [
|
8493
9153
|
{
|
8494
|
-
"id":
|
9154
|
+
"id": 360,
|
8495
9155
|
"name": "__type",
|
8496
9156
|
"kind": 4096,
|
8497
9157
|
"kindString": "Call signature",
|
8498
9158
|
"flags": {},
|
8499
9159
|
"comment": {
|
8500
|
-
"shortText": "Specifies a
|
9160
|
+
"shortText": "Specifies a function that is called when the breakpoints change. It is called\nwith a `SkyMediaBreakpoints` argument, which is an enum that represents the new breakpoint."
|
8501
9161
|
},
|
8502
9162
|
"parameters": [
|
8503
9163
|
{
|
8504
|
-
"id":
|
9164
|
+
"id": 361,
|
8505
9165
|
"name": "args",
|
8506
9166
|
"kind": 32768,
|
8507
9167
|
"kindString": "Parameter",
|
8508
9168
|
"flags": {},
|
8509
9169
|
"type": {
|
8510
9170
|
"type": "reference",
|
8511
|
-
"id":
|
9171
|
+
"id": 353,
|
8512
9172
|
"name": "SkyMediaBreakpoints"
|
8513
9173
|
}
|
8514
9174
|
}
|
@@ -8531,21 +9191,21 @@
|
|
8531
9191
|
114,
|
8532
9192
|
237,
|
8533
9193
|
269,
|
8534
|
-
|
9194
|
+
353
|
8535
9195
|
]
|
8536
9196
|
},
|
8537
9197
|
{
|
8538
9198
|
"title": "Classes",
|
8539
9199
|
"kind": 128,
|
8540
9200
|
"children": [
|
8541
|
-
|
8542
|
-
|
9201
|
+
401,
|
9202
|
+
422,
|
8543
9203
|
137,
|
8544
9204
|
140,
|
8545
9205
|
148,
|
8546
9206
|
303,
|
8547
|
-
|
8548
|
-
|
9207
|
+
640,
|
9208
|
+
691,
|
8549
9209
|
63,
|
8550
9210
|
66,
|
8551
9211
|
221,
|
@@ -8555,22 +9215,23 @@
|
|
8555
9215
|
281,
|
8556
9216
|
310,
|
8557
9217
|
313,
|
8558
|
-
|
8559
|
-
|
8560
|
-
|
8561
|
-
|
8562
|
-
|
8563
|
-
|
8564
|
-
|
8565
|
-
|
8566
|
-
|
8567
|
-
|
8568
|
-
|
8569
|
-
|
8570
|
-
|
8571
|
-
|
8572
|
-
|
8573
|
-
|
9218
|
+
362,
|
9219
|
+
365,
|
9220
|
+
410,
|
9221
|
+
433,
|
9222
|
+
449,
|
9223
|
+
489,
|
9224
|
+
512,
|
9225
|
+
515,
|
9226
|
+
543,
|
9227
|
+
540,
|
9228
|
+
580,
|
9229
|
+
563,
|
9230
|
+
614,
|
9231
|
+
647,
|
9232
|
+
658,
|
9233
|
+
676,
|
9234
|
+
679,
|
8574
9235
|
1,
|
8575
9236
|
26,
|
8576
9237
|
34
|
@@ -8583,14 +9244,15 @@
|
|
8583
9244
|
117,
|
8584
9245
|
131,
|
8585
9246
|
134,
|
8586
|
-
|
9247
|
+
638,
|
8587
9248
|
218,
|
8588
9249
|
235,
|
8589
9250
|
241,
|
8590
9251
|
275,
|
8591
9252
|
111,
|
8592
|
-
|
8593
|
-
|
9253
|
+
413,
|
9254
|
+
482,
|
9255
|
+
668
|
8594
9256
|
]
|
8595
9257
|
},
|
8596
9258
|
{
|
@@ -8600,7 +9262,7 @@
|
|
8600
9262
|
125,
|
8601
9263
|
133,
|
8602
9264
|
136,
|
8603
|
-
|
9265
|
+
358
|
8604
9266
|
]
|
8605
9267
|
}
|
8606
9268
|
],
|
@@ -8646,17 +9308,37 @@
|
|
8646
9308
|
{
|
8647
9309
|
"fileName": "numeric-demo.component.html",
|
8648
9310
|
"filePath": "/projects/core/documentation/code-examples/numeric/basic/numeric-demo.component.html",
|
8649
|
-
"rawContents": "<sky-
|
9311
|
+
"rawContents": "<sky-description-list mode=\"vertical\">\n <sky-description-list-content>\n <sky-description-list-term> Default setup </sky-description-list-term>\n <sky-description-list-description>\n {{ 100000 | skyNumeric }}\n </sky-description-list-description>\n </sky-description-list-content>\n <sky-description-list-content>\n <sky-description-list-term> With options </sky-description-list-term>\n <sky-description-list-description>\n {{ 1234567 | skyNumeric: numericOptions }}\n </sky-description-list-description>\n </sky-description-list-content>\n</sky-description-list>\n"
|
8650
9312
|
},
|
8651
9313
|
{
|
8652
9314
|
"fileName": "numeric-demo.component.ts",
|
8653
9315
|
"filePath": "/projects/core/documentation/code-examples/numeric/basic/numeric-demo.component.ts",
|
8654
|
-
"rawContents": "import { Component } from '@angular/core';\n\n@Component({\n selector: 'app-numeric-demo',\n templateUrl: './numeric-demo.component.html',\n})\nexport class NumericDemoComponent {}\n"
|
9316
|
+
"rawContents": "import { Component } from '@angular/core';\nimport { SkyNumericOptions } from '@skyux/core';\n\n@Component({\n selector: 'app-numeric-demo',\n templateUrl: './numeric-demo.component.html',\n})\nexport class NumericDemoComponent {\n public numericOptions: SkyNumericOptions = {\n digits: 3,\n format: 'currency',\n iso: 'JPY',\n };\n}\n"
|
8655
9317
|
},
|
8656
9318
|
{
|
8657
9319
|
"fileName": "numeric-demo.module.ts",
|
8658
9320
|
"filePath": "/projects/core/documentation/code-examples/numeric/basic/numeric-demo.module.ts",
|
8659
|
-
"rawContents": "import { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\nimport { SkyNumericModule } from '@skyux/core';\nimport {
|
9321
|
+
"rawContents": "import { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\nimport { SkyNumericModule } from '@skyux/core';\nimport { SkyDescriptionListModule } from '@skyux/layout';\n\nimport { NumericDemoComponent } from './numeric-demo.component';\n\n@NgModule({\n imports: [CommonModule, SkyDescriptionListModule, SkyNumericModule],\n declarations: [NumericDemoComponent],\n exports: [NumericDemoComponent],\n})\nexport class NumericDemoModule {}\n"
|
9322
|
+
},
|
9323
|
+
{
|
9324
|
+
"fileName": "resize-observer-basic.component.html",
|
9325
|
+
"filePath": "/projects/core/documentation/code-examples/resize-observer/basic/resize-observer-basic.component.html",
|
9326
|
+
"rawContents": "<div class=\"resizable\" #resize>\n <h1>Resizable Container Element</h1>\n <p>Current width: {{ width }}</p>\n <p>Current media breakpoint inside this element: {{ breakpoint }}</p>\n</div>\n"
|
9327
|
+
},
|
9328
|
+
{
|
9329
|
+
"fileName": "resize-observer-basic.component.scss",
|
9330
|
+
"filePath": "/projects/core/documentation/code-examples/resize-observer/basic/resize-observer-basic.component.scss",
|
9331
|
+
"rawContents": ".resizable {\n resize: horizontal;\n width: 300px;\n max-width: 100%;\n height: 300px;\n margin: 20px;\n padding: 20px;\n border: 4px groove #2f4050;\n overflow: auto;\n}\n\n@media (min-width: 1024px) {\n .resizable {\n width: 940px;\n }\n}\n"
|
9332
|
+
},
|
9333
|
+
{
|
9334
|
+
"fileName": "resize-observer-basic.component.ts",
|
9335
|
+
"filePath": "/projects/core/documentation/code-examples/resize-observer/basic/resize-observer-basic.component.ts",
|
9336
|
+
"rawContents": "import {\n AfterViewInit,\n ChangeDetectionStrategy,\n ChangeDetectorRef,\n Component,\n ElementRef,\n OnDestroy,\n ViewChild,\n} from '@angular/core';\nimport {\n SkyMediaBreakpoints,\n SkyResizeObserverMediaQueryService,\n SkyResizeObserverService,\n} from '@skyux/core';\n\nimport { Subscription } from 'rxjs';\n\n@Component({\n selector: 'app-resize-observer-basic',\n templateUrl: './resize-observer-basic.component.html',\n styleUrls: ['./resize-observer-basic.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class ResizeObserverBasicComponent implements AfterViewInit, OnDestroy {\n @ViewChild('resize')\n public resizeElement: ElementRef<HTMLDivElement>;\n\n public width: number;\n public breakpoint: string;\n\n private subscriptions = new Subscription();\n\n constructor(\n private skyResizeObserverService: SkyResizeObserverService,\n private skyResizeObserverMediaQueryService: SkyResizeObserverMediaQueryService,\n private changeDetectorRef: ChangeDetectorRef\n ) {}\n\n public ngAfterViewInit(): void {\n this.changeDetectorRef.detach();\n this.subscriptions.add(\n this.skyResizeObserverMediaQueryService\n .observe(this.resizeElement)\n .subscribe((breakpoint) => {\n switch (breakpoint) {\n case SkyMediaBreakpoints.xs:\n this.breakpoint = 'SkyMediaBreakpoints.xs';\n break;\n case SkyMediaBreakpoints.sm:\n this.breakpoint = 'SkyMediaBreakpoints.sm';\n break;\n case SkyMediaBreakpoints.md:\n this.breakpoint = 'SkyMediaBreakpoints.md';\n break;\n case SkyMediaBreakpoints.lg:\n this.breakpoint = 'SkyMediaBreakpoints.lg';\n break;\n default:\n this.breakpoint = '(unknown)';\n }\n this.changeDetectorRef.markForCheck();\n })\n );\n this.subscriptions.add(\n this.skyResizeObserverService\n .observe(this.resizeElement)\n .subscribe((value) => {\n this.width = value.contentRect.width;\n this.changeDetectorRef.detectChanges();\n })\n );\n }\n\n public ngOnDestroy(): void {\n this.subscriptions.unsubscribe();\n }\n}\n"
|
9337
|
+
},
|
9338
|
+
{
|
9339
|
+
"fileName": "resize-observer-basic.module.ts",
|
9340
|
+
"filePath": "/projects/core/documentation/code-examples/resize-observer/basic/resize-observer-basic.module.ts",
|
9341
|
+
"rawContents": "import { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\n\nimport { ResizeObserverBasicComponent } from './resize-observer-basic.component';\n\n@NgModule({\n declarations: [ResizeObserverBasicComponent],\n imports: [CommonModule],\n})\nexport class ResizeObserverBasicModule {}\n"
|
8660
9342
|
}
|
8661
9343
|
]
|
8662
9344
|
}
|