@oicl/openbridge-webcomponents 0.0.16-dev-20250210131901 → 0.0.16
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/custom-elements.json +1675 -1675
- package/package.json +1 -1
package/custom-elements.json
CHANGED
@@ -444,248 +444,6 @@
|
|
444
444
|
}
|
445
445
|
]
|
446
446
|
},
|
447
|
-
{
|
448
|
-
"kind": "javascript-module",
|
449
|
-
"path": "src/automation/automation-button/automation-button.ts",
|
450
|
-
"declarations": [
|
451
|
-
{
|
452
|
-
"kind": "class",
|
453
|
-
"description": "",
|
454
|
-
"name": "ObcAutomationButton",
|
455
|
-
"members": [
|
456
|
-
{
|
457
|
-
"kind": "field",
|
458
|
-
"name": "size",
|
459
|
-
"type": {
|
460
|
-
"text": "AutomationButtonSize"
|
461
|
-
},
|
462
|
-
"attribute": "size"
|
463
|
-
},
|
464
|
-
{
|
465
|
-
"kind": "field",
|
466
|
-
"name": "variant",
|
467
|
-
"type": {
|
468
|
-
"text": "AutomationButtonVariant"
|
469
|
-
},
|
470
|
-
"attribute": "variant"
|
471
|
-
},
|
472
|
-
{
|
473
|
-
"kind": "field",
|
474
|
-
"name": "state",
|
475
|
-
"type": {
|
476
|
-
"text": "AutomationButtonState"
|
477
|
-
},
|
478
|
-
"attribute": "state"
|
479
|
-
},
|
480
|
-
{
|
481
|
-
"kind": "field",
|
482
|
-
"name": "labels",
|
483
|
-
"type": {
|
484
|
-
"text": "AutomationButtonLabel[]"
|
485
|
-
},
|
486
|
-
"default": "[]"
|
487
|
-
},
|
488
|
-
{
|
489
|
-
"kind": "field",
|
490
|
-
"name": "labelPosition",
|
491
|
-
"type": {
|
492
|
-
"text": "AutomationButtonLabelPosition"
|
493
|
-
},
|
494
|
-
"attribute": "labelPosition"
|
495
|
-
},
|
496
|
-
{
|
497
|
-
"kind": "field",
|
498
|
-
"name": "labelSize",
|
499
|
-
"type": {
|
500
|
-
"text": "AutomationButtonLabelSize"
|
501
|
-
},
|
502
|
-
"attribute": "labelSize"
|
503
|
-
},
|
504
|
-
{
|
505
|
-
"kind": "field",
|
506
|
-
"name": "labelStyle",
|
507
|
-
"type": {
|
508
|
-
"text": "AutomationBottonLabelStyle"
|
509
|
-
},
|
510
|
-
"attribute": "labelStyle"
|
511
|
-
},
|
512
|
-
{
|
513
|
-
"kind": "field",
|
514
|
-
"name": "alert",
|
515
|
-
"type": {
|
516
|
-
"text": "boolean"
|
517
|
-
},
|
518
|
-
"default": "false",
|
519
|
-
"attribute": "alert"
|
520
|
-
},
|
521
|
-
{
|
522
|
-
"kind": "field",
|
523
|
-
"name": "progress",
|
524
|
-
"type": {
|
525
|
-
"text": "boolean"
|
526
|
-
},
|
527
|
-
"default": "false",
|
528
|
-
"attribute": "progress"
|
529
|
-
},
|
530
|
-
{
|
531
|
-
"kind": "field",
|
532
|
-
"name": "direction",
|
533
|
-
"type": {
|
534
|
-
"text": "AutomationButtonDirection"
|
535
|
-
},
|
536
|
-
"attribute": "direction"
|
537
|
-
},
|
538
|
-
{
|
539
|
-
"kind": "method",
|
540
|
-
"name": "getProgressSpinner",
|
541
|
-
"privacy": "private",
|
542
|
-
"return": {
|
543
|
-
"type": {
|
544
|
-
"text": "null | HTMLTemplateResult"
|
545
|
-
}
|
546
|
-
}
|
547
|
-
},
|
548
|
-
{
|
549
|
-
"kind": "method",
|
550
|
-
"name": "getDirectionIcon",
|
551
|
-
"privacy": "private",
|
552
|
-
"return": {
|
553
|
-
"type": {
|
554
|
-
"text": "null | HTMLTemplateResult"
|
555
|
-
}
|
556
|
-
}
|
557
|
-
}
|
558
|
-
],
|
559
|
-
"attributes": [
|
560
|
-
{
|
561
|
-
"name": "size",
|
562
|
-
"type": {
|
563
|
-
"text": "AutomationButtonSize"
|
564
|
-
},
|
565
|
-
"fieldName": "size"
|
566
|
-
},
|
567
|
-
{
|
568
|
-
"name": "variant",
|
569
|
-
"type": {
|
570
|
-
"text": "AutomationButtonVariant"
|
571
|
-
},
|
572
|
-
"fieldName": "variant"
|
573
|
-
},
|
574
|
-
{
|
575
|
-
"name": "state",
|
576
|
-
"type": {
|
577
|
-
"text": "AutomationButtonState"
|
578
|
-
},
|
579
|
-
"fieldName": "state"
|
580
|
-
},
|
581
|
-
{
|
582
|
-
"name": "labelPosition",
|
583
|
-
"type": {
|
584
|
-
"text": "AutomationButtonLabelPosition"
|
585
|
-
},
|
586
|
-
"fieldName": "labelPosition"
|
587
|
-
},
|
588
|
-
{
|
589
|
-
"name": "labelSize",
|
590
|
-
"type": {
|
591
|
-
"text": "AutomationButtonLabelSize"
|
592
|
-
},
|
593
|
-
"fieldName": "labelSize"
|
594
|
-
},
|
595
|
-
{
|
596
|
-
"name": "labelStyle",
|
597
|
-
"type": {
|
598
|
-
"text": "AutomationBottonLabelStyle"
|
599
|
-
},
|
600
|
-
"fieldName": "labelStyle"
|
601
|
-
},
|
602
|
-
{
|
603
|
-
"name": "alert",
|
604
|
-
"type": {
|
605
|
-
"text": "boolean"
|
606
|
-
},
|
607
|
-
"default": "false",
|
608
|
-
"fieldName": "alert"
|
609
|
-
},
|
610
|
-
{
|
611
|
-
"name": "progress",
|
612
|
-
"type": {
|
613
|
-
"text": "boolean"
|
614
|
-
},
|
615
|
-
"default": "false",
|
616
|
-
"fieldName": "progress"
|
617
|
-
},
|
618
|
-
{
|
619
|
-
"name": "direction",
|
620
|
-
"type": {
|
621
|
-
"text": "AutomationButtonDirection"
|
622
|
-
},
|
623
|
-
"fieldName": "direction"
|
624
|
-
}
|
625
|
-
],
|
626
|
-
"superclass": {
|
627
|
-
"name": "LitElement",
|
628
|
-
"package": "lit"
|
629
|
-
},
|
630
|
-
"tagName": "obc-automation-button",
|
631
|
-
"customElement": true
|
632
|
-
}
|
633
|
-
],
|
634
|
-
"exports": [
|
635
|
-
{
|
636
|
-
"kind": "js",
|
637
|
-
"name": "ObcAutomationButton",
|
638
|
-
"declaration": {
|
639
|
-
"name": "ObcAutomationButton",
|
640
|
-
"module": "src/automation/automation-button/automation-button.ts"
|
641
|
-
}
|
642
|
-
},
|
643
|
-
{
|
644
|
-
"kind": "custom-element-definition",
|
645
|
-
"name": "obc-automation-button",
|
646
|
-
"declaration": {
|
647
|
-
"name": "ObcAutomationButton",
|
648
|
-
"module": "src/automation/automation-button/automation-button.ts"
|
649
|
-
}
|
650
|
-
}
|
651
|
-
]
|
652
|
-
},
|
653
|
-
{
|
654
|
-
"kind": "javascript-module",
|
655
|
-
"path": "src/automation/automation-input-modal/automation-input-modal.ts",
|
656
|
-
"declarations": [
|
657
|
-
{
|
658
|
-
"kind": "class",
|
659
|
-
"description": "",
|
660
|
-
"name": "ObcAutomationInputModal",
|
661
|
-
"members": [],
|
662
|
-
"superclass": {
|
663
|
-
"name": "LitElement",
|
664
|
-
"package": "lit"
|
665
|
-
},
|
666
|
-
"tagName": "obc-automation-input-modal",
|
667
|
-
"customElement": true
|
668
|
-
}
|
669
|
-
],
|
670
|
-
"exports": [
|
671
|
-
{
|
672
|
-
"kind": "js",
|
673
|
-
"name": "ObcAutomationInputModal",
|
674
|
-
"declaration": {
|
675
|
-
"name": "ObcAutomationInputModal",
|
676
|
-
"module": "src/automation/automation-input-modal/automation-input-modal.ts"
|
677
|
-
}
|
678
|
-
},
|
679
|
-
{
|
680
|
-
"kind": "custom-element-definition",
|
681
|
-
"name": "obc-automation-input-modal",
|
682
|
-
"declaration": {
|
683
|
-
"name": "ObcAutomationInputModal",
|
684
|
-
"module": "src/automation/automation-input-modal/automation-input-modal.ts"
|
685
|
-
}
|
686
|
-
}
|
687
|
-
]
|
688
|
-
},
|
689
447
|
{
|
690
448
|
"kind": "javascript-module",
|
691
449
|
"path": "src/icons/icon-02-illustration.ts",
|
@@ -100814,131 +100572,242 @@
|
|
100814
100572
|
},
|
100815
100573
|
{
|
100816
100574
|
"kind": "javascript-module",
|
100817
|
-
"path": "src/automation/automation-
|
100575
|
+
"path": "src/automation/automation-button/automation-button.ts",
|
100818
100576
|
"declarations": [
|
100819
100577
|
{
|
100820
100578
|
"kind": "class",
|
100821
100579
|
"description": "",
|
100822
|
-
"name": "
|
100580
|
+
"name": "ObcAutomationButton",
|
100823
100581
|
"members": [
|
100824
100582
|
{
|
100825
100583
|
"kind": "field",
|
100826
|
-
"name": "
|
100584
|
+
"name": "size",
|
100827
100585
|
"type": {
|
100828
|
-
"text": "
|
100586
|
+
"text": "AutomationButtonSize"
|
100829
100587
|
},
|
100830
|
-
"
|
100831
|
-
"attribute": "value"
|
100588
|
+
"attribute": "size"
|
100832
100589
|
},
|
100833
100590
|
{
|
100834
100591
|
"kind": "field",
|
100835
|
-
"name": "
|
100592
|
+
"name": "variant",
|
100836
100593
|
"type": {
|
100837
|
-
"text": "
|
100594
|
+
"text": "AutomationButtonVariant"
|
100838
100595
|
},
|
100839
|
-
"
|
100840
|
-
"attribute": "unit"
|
100596
|
+
"attribute": "variant"
|
100841
100597
|
},
|
100842
100598
|
{
|
100843
100599
|
"kind": "field",
|
100844
|
-
"name": "
|
100600
|
+
"name": "state",
|
100845
100601
|
"type": {
|
100846
|
-
"text": "
|
100602
|
+
"text": "AutomationButtonState"
|
100847
100603
|
},
|
100848
|
-
"
|
100849
|
-
"attribute": "numberOfDigits"
|
100604
|
+
"attribute": "state"
|
100850
100605
|
},
|
100851
100606
|
{
|
100852
100607
|
"kind": "field",
|
100853
|
-
"name": "
|
100608
|
+
"name": "labels",
|
100854
100609
|
"type": {
|
100855
|
-
"text": "
|
100610
|
+
"text": "AutomationButtonLabel[]"
|
100856
100611
|
},
|
100857
|
-
"
|
100612
|
+
"default": "[]"
|
100858
100613
|
},
|
100859
100614
|
{
|
100860
100615
|
"kind": "field",
|
100861
|
-
"name": "
|
100616
|
+
"name": "labelPosition",
|
100862
100617
|
"type": {
|
100863
|
-
"text": "
|
100618
|
+
"text": "AutomationButtonLabelPosition"
|
100864
100619
|
},
|
100865
|
-
"
|
100866
|
-
|
100620
|
+
"attribute": "labelPosition"
|
100621
|
+
},
|
100622
|
+
{
|
100623
|
+
"kind": "field",
|
100624
|
+
"name": "labelSize",
|
100625
|
+
"type": {
|
100626
|
+
"text": "AutomationButtonLabelSize"
|
100627
|
+
},
|
100628
|
+
"attribute": "labelSize"
|
100629
|
+
},
|
100630
|
+
{
|
100631
|
+
"kind": "field",
|
100632
|
+
"name": "labelStyle",
|
100633
|
+
"type": {
|
100634
|
+
"text": "AutomationBottonLabelStyle"
|
100635
|
+
},
|
100636
|
+
"attribute": "labelStyle"
|
100637
|
+
},
|
100638
|
+
{
|
100639
|
+
"kind": "field",
|
100640
|
+
"name": "alert",
|
100641
|
+
"type": {
|
100642
|
+
"text": "boolean"
|
100643
|
+
},
|
100644
|
+
"default": "false",
|
100645
|
+
"attribute": "alert"
|
100646
|
+
},
|
100647
|
+
{
|
100648
|
+
"kind": "field",
|
100649
|
+
"name": "progress",
|
100650
|
+
"type": {
|
100651
|
+
"text": "boolean"
|
100652
|
+
},
|
100653
|
+
"default": "false",
|
100654
|
+
"attribute": "progress"
|
100655
|
+
},
|
100656
|
+
{
|
100657
|
+
"kind": "field",
|
100658
|
+
"name": "direction",
|
100659
|
+
"type": {
|
100660
|
+
"text": "AutomationButtonDirection"
|
100661
|
+
},
|
100662
|
+
"attribute": "direction"
|
100867
100663
|
},
|
100868
100664
|
{
|
100869
100665
|
"kind": "method",
|
100870
|
-
"name": "
|
100666
|
+
"name": "getProgressSpinner",
|
100667
|
+
"privacy": "private",
|
100871
100668
|
"return": {
|
100872
100669
|
"type": {
|
100873
|
-
"text": "
|
100670
|
+
"text": "null | HTMLTemplateResult"
|
100671
|
+
}
|
100672
|
+
}
|
100673
|
+
},
|
100674
|
+
{
|
100675
|
+
"kind": "method",
|
100676
|
+
"name": "getDirectionIcon",
|
100677
|
+
"privacy": "private",
|
100678
|
+
"return": {
|
100679
|
+
"type": {
|
100680
|
+
"text": "null | HTMLTemplateResult"
|
100874
100681
|
}
|
100875
100682
|
}
|
100876
100683
|
}
|
100877
100684
|
],
|
100878
100685
|
"attributes": [
|
100879
100686
|
{
|
100880
|
-
"name": "
|
100687
|
+
"name": "size",
|
100881
100688
|
"type": {
|
100882
|
-
"text": "
|
100689
|
+
"text": "AutomationButtonSize"
|
100883
100690
|
},
|
100884
|
-
"
|
100885
|
-
"fieldName": "value"
|
100691
|
+
"fieldName": "size"
|
100886
100692
|
},
|
100887
100693
|
{
|
100888
|
-
"name": "
|
100694
|
+
"name": "variant",
|
100889
100695
|
"type": {
|
100890
|
-
"text": "
|
100696
|
+
"text": "AutomationButtonVariant"
|
100891
100697
|
},
|
100892
|
-
"
|
100893
|
-
"fieldName": "unit"
|
100698
|
+
"fieldName": "variant"
|
100894
100699
|
},
|
100895
100700
|
{
|
100896
|
-
"name": "
|
100701
|
+
"name": "state",
|
100897
100702
|
"type": {
|
100898
|
-
"text": "
|
100703
|
+
"text": "AutomationButtonState"
|
100899
100704
|
},
|
100900
|
-
"
|
100901
|
-
"fieldName": "numberOfDigits"
|
100705
|
+
"fieldName": "state"
|
100902
100706
|
},
|
100903
100707
|
{
|
100904
|
-
"name": "
|
100708
|
+
"name": "labelPosition",
|
100905
100709
|
"type": {
|
100906
|
-
"text": "
|
100710
|
+
"text": "AutomationButtonLabelPosition"
|
100907
100711
|
},
|
100908
|
-
"fieldName": "
|
100712
|
+
"fieldName": "labelPosition"
|
100909
100713
|
},
|
100910
100714
|
{
|
100911
|
-
"name": "
|
100715
|
+
"name": "labelSize",
|
100912
100716
|
"type": {
|
100913
|
-
"text": "
|
100717
|
+
"text": "AutomationButtonLabelSize"
|
100914
100718
|
},
|
100915
|
-
"
|
100916
|
-
|
100719
|
+
"fieldName": "labelSize"
|
100720
|
+
},
|
100721
|
+
{
|
100722
|
+
"name": "labelStyle",
|
100723
|
+
"type": {
|
100724
|
+
"text": "AutomationBottonLabelStyle"
|
100725
|
+
},
|
100726
|
+
"fieldName": "labelStyle"
|
100727
|
+
},
|
100728
|
+
{
|
100729
|
+
"name": "alert",
|
100730
|
+
"type": {
|
100731
|
+
"text": "boolean"
|
100732
|
+
},
|
100733
|
+
"default": "false",
|
100734
|
+
"fieldName": "alert"
|
100735
|
+
},
|
100736
|
+
{
|
100737
|
+
"name": "progress",
|
100738
|
+
"type": {
|
100739
|
+
"text": "boolean"
|
100740
|
+
},
|
100741
|
+
"default": "false",
|
100742
|
+
"fieldName": "progress"
|
100743
|
+
},
|
100744
|
+
{
|
100745
|
+
"name": "direction",
|
100746
|
+
"type": {
|
100747
|
+
"text": "AutomationButtonDirection"
|
100748
|
+
},
|
100749
|
+
"fieldName": "direction"
|
100917
100750
|
}
|
100918
100751
|
],
|
100919
100752
|
"superclass": {
|
100920
100753
|
"name": "LitElement",
|
100921
100754
|
"package": "lit"
|
100922
100755
|
},
|
100923
|
-
"tagName": "obc-automation-
|
100756
|
+
"tagName": "obc-automation-button",
|
100924
100757
|
"customElement": true
|
100925
100758
|
}
|
100926
100759
|
],
|
100927
100760
|
"exports": [
|
100928
100761
|
{
|
100929
100762
|
"kind": "js",
|
100930
|
-
"name": "
|
100763
|
+
"name": "ObcAutomationButton",
|
100931
100764
|
"declaration": {
|
100932
|
-
"name": "
|
100933
|
-
"module": "src/automation/automation-
|
100765
|
+
"name": "ObcAutomationButton",
|
100766
|
+
"module": "src/automation/automation-button/automation-button.ts"
|
100934
100767
|
}
|
100935
100768
|
},
|
100936
100769
|
{
|
100937
100770
|
"kind": "custom-element-definition",
|
100938
|
-
"name": "obc-automation-
|
100771
|
+
"name": "obc-automation-button",
|
100939
100772
|
"declaration": {
|
100940
|
-
"name": "
|
100941
|
-
"module": "src/automation/automation-
|
100773
|
+
"name": "ObcAutomationButton",
|
100774
|
+
"module": "src/automation/automation-button/automation-button.ts"
|
100775
|
+
}
|
100776
|
+
}
|
100777
|
+
]
|
100778
|
+
},
|
100779
|
+
{
|
100780
|
+
"kind": "javascript-module",
|
100781
|
+
"path": "src/automation/automation-input-modal/automation-input-modal.ts",
|
100782
|
+
"declarations": [
|
100783
|
+
{
|
100784
|
+
"kind": "class",
|
100785
|
+
"description": "",
|
100786
|
+
"name": "ObcAutomationInputModal",
|
100787
|
+
"members": [],
|
100788
|
+
"superclass": {
|
100789
|
+
"name": "LitElement",
|
100790
|
+
"package": "lit"
|
100791
|
+
},
|
100792
|
+
"tagName": "obc-automation-input-modal",
|
100793
|
+
"customElement": true
|
100794
|
+
}
|
100795
|
+
],
|
100796
|
+
"exports": [
|
100797
|
+
{
|
100798
|
+
"kind": "js",
|
100799
|
+
"name": "ObcAutomationInputModal",
|
100800
|
+
"declaration": {
|
100801
|
+
"name": "ObcAutomationInputModal",
|
100802
|
+
"module": "src/automation/automation-input-modal/automation-input-modal.ts"
|
100803
|
+
}
|
100804
|
+
},
|
100805
|
+
{
|
100806
|
+
"kind": "custom-element-definition",
|
100807
|
+
"name": "obc-automation-input-modal",
|
100808
|
+
"declaration": {
|
100809
|
+
"name": "ObcAutomationInputModal",
|
100810
|
+
"module": "src/automation/automation-input-modal/automation-input-modal.ts"
|
100942
100811
|
}
|
100943
100812
|
}
|
100944
100813
|
]
|
@@ -101087,6 +100956,75 @@
|
|
101087
100956
|
}
|
101088
100957
|
]
|
101089
100958
|
},
|
100959
|
+
{
|
100960
|
+
"kind": "javascript-module",
|
100961
|
+
"path": "src/automation/direction-line/direction-line.ts",
|
100962
|
+
"declarations": [
|
100963
|
+
{
|
100964
|
+
"kind": "class",
|
100965
|
+
"description": "",
|
100966
|
+
"name": "ObcDirectionLine",
|
100967
|
+
"members": [
|
100968
|
+
{
|
100969
|
+
"kind": "field",
|
100970
|
+
"name": "medium",
|
100971
|
+
"type": {
|
100972
|
+
"text": "LineMedium"
|
100973
|
+
},
|
100974
|
+
"attribute": "medium"
|
100975
|
+
},
|
100976
|
+
{
|
100977
|
+
"kind": "field",
|
100978
|
+
"name": "lineType",
|
100979
|
+
"type": {
|
100980
|
+
"text": "LineType"
|
100981
|
+
},
|
100982
|
+
"attribute": "lineType"
|
100983
|
+
}
|
100984
|
+
],
|
100985
|
+
"attributes": [
|
100986
|
+
{
|
100987
|
+
"name": "medium",
|
100988
|
+
"type": {
|
100989
|
+
"text": "LineMedium"
|
100990
|
+
},
|
100991
|
+
"fieldName": "medium"
|
100992
|
+
},
|
100993
|
+
{
|
100994
|
+
"name": "lineType",
|
100995
|
+
"type": {
|
100996
|
+
"text": "LineType"
|
100997
|
+
},
|
100998
|
+
"fieldName": "lineType"
|
100999
|
+
}
|
101000
|
+
],
|
101001
|
+
"superclass": {
|
101002
|
+
"name": "LitElement",
|
101003
|
+
"package": "lit"
|
101004
|
+
},
|
101005
|
+
"tagName": "obc-direction-line",
|
101006
|
+
"customElement": true
|
101007
|
+
}
|
101008
|
+
],
|
101009
|
+
"exports": [
|
101010
|
+
{
|
101011
|
+
"kind": "js",
|
101012
|
+
"name": "ObcDirectionLine",
|
101013
|
+
"declaration": {
|
101014
|
+
"name": "ObcDirectionLine",
|
101015
|
+
"module": "src/automation/direction-line/direction-line.ts"
|
101016
|
+
}
|
101017
|
+
},
|
101018
|
+
{
|
101019
|
+
"kind": "custom-element-definition",
|
101020
|
+
"name": "obc-direction-line",
|
101021
|
+
"declaration": {
|
101022
|
+
"name": "ObcDirectionLine",
|
101023
|
+
"module": "src/automation/direction-line/direction-line.ts"
|
101024
|
+
}
|
101025
|
+
}
|
101026
|
+
]
|
101027
|
+
},
|
101090
101028
|
{
|
101091
101029
|
"kind": "javascript-module",
|
101092
101030
|
"path": "src/automation/corner-line/corner-line.ts",
|
@@ -101173,43 +101111,105 @@
|
|
101173
101111
|
},
|
101174
101112
|
{
|
101175
101113
|
"kind": "javascript-module",
|
101176
|
-
"path": "src/automation/
|
101114
|
+
"path": "src/automation/automation-readout/automation-readout.ts",
|
101177
101115
|
"declarations": [
|
101178
101116
|
{
|
101179
101117
|
"kind": "class",
|
101180
101118
|
"description": "",
|
101181
|
-
"name": "
|
101119
|
+
"name": "ObcAutomationReadout",
|
101182
101120
|
"members": [
|
101183
101121
|
{
|
101184
101122
|
"kind": "field",
|
101185
|
-
"name": "
|
101123
|
+
"name": "value",
|
101186
101124
|
"type": {
|
101187
|
-
"text": "
|
101125
|
+
"text": "number"
|
101188
101126
|
},
|
101189
|
-
"
|
101127
|
+
"default": "0",
|
101128
|
+
"attribute": "value"
|
101129
|
+
},
|
101130
|
+
{
|
101131
|
+
"kind": "field",
|
101132
|
+
"name": "unit",
|
101133
|
+
"type": {
|
101134
|
+
"text": "string"
|
101135
|
+
},
|
101136
|
+
"default": "''",
|
101137
|
+
"attribute": "unit"
|
101138
|
+
},
|
101139
|
+
{
|
101140
|
+
"kind": "field",
|
101141
|
+
"name": "numberOfDigits",
|
101142
|
+
"type": {
|
101143
|
+
"text": "number"
|
101144
|
+
},
|
101145
|
+
"default": "3",
|
101146
|
+
"attribute": "numberOfDigits"
|
101147
|
+
},
|
101148
|
+
{
|
101149
|
+
"kind": "field",
|
101150
|
+
"name": "position",
|
101151
|
+
"type": {
|
101152
|
+
"text": "AutomationReadoutPosition"
|
101153
|
+
},
|
101154
|
+
"attribute": "position"
|
101190
101155
|
},
|
101191
101156
|
{
|
101192
101157
|
"kind": "field",
|
101193
101158
|
"name": "lineType",
|
101194
101159
|
"type": {
|
101195
|
-
"text": "LineType"
|
101160
|
+
"text": "LineType | undefined"
|
101196
101161
|
},
|
101162
|
+
"default": "undefined",
|
101197
101163
|
"attribute": "lineType"
|
101164
|
+
},
|
101165
|
+
{
|
101166
|
+
"kind": "method",
|
101167
|
+
"name": "getLineWidth",
|
101168
|
+
"return": {
|
101169
|
+
"type": {
|
101170
|
+
"text": "number"
|
101171
|
+
}
|
101172
|
+
}
|
101198
101173
|
}
|
101199
101174
|
],
|
101200
101175
|
"attributes": [
|
101201
101176
|
{
|
101202
|
-
"name": "
|
101177
|
+
"name": "value",
|
101203
101178
|
"type": {
|
101204
|
-
"text": "
|
101179
|
+
"text": "number"
|
101205
101180
|
},
|
101206
|
-
"
|
101181
|
+
"default": "0",
|
101182
|
+
"fieldName": "value"
|
101183
|
+
},
|
101184
|
+
{
|
101185
|
+
"name": "unit",
|
101186
|
+
"type": {
|
101187
|
+
"text": "string"
|
101188
|
+
},
|
101189
|
+
"default": "''",
|
101190
|
+
"fieldName": "unit"
|
101191
|
+
},
|
101192
|
+
{
|
101193
|
+
"name": "numberOfDigits",
|
101194
|
+
"type": {
|
101195
|
+
"text": "number"
|
101196
|
+
},
|
101197
|
+
"default": "3",
|
101198
|
+
"fieldName": "numberOfDigits"
|
101199
|
+
},
|
101200
|
+
{
|
101201
|
+
"name": "position",
|
101202
|
+
"type": {
|
101203
|
+
"text": "AutomationReadoutPosition"
|
101204
|
+
},
|
101205
|
+
"fieldName": "position"
|
101207
101206
|
},
|
101208
101207
|
{
|
101209
101208
|
"name": "lineType",
|
101210
101209
|
"type": {
|
101211
|
-
"text": "LineType"
|
101210
|
+
"text": "LineType | undefined"
|
101212
101211
|
},
|
101212
|
+
"default": "undefined",
|
101213
101213
|
"fieldName": "lineType"
|
101214
101214
|
}
|
101215
101215
|
],
|
@@ -101217,25 +101217,25 @@
|
|
101217
101217
|
"name": "LitElement",
|
101218
101218
|
"package": "lit"
|
101219
101219
|
},
|
101220
|
-
"tagName": "obc-
|
101220
|
+
"tagName": "obc-automation-readout",
|
101221
101221
|
"customElement": true
|
101222
101222
|
}
|
101223
101223
|
],
|
101224
101224
|
"exports": [
|
101225
101225
|
{
|
101226
101226
|
"kind": "js",
|
101227
|
-
"name": "
|
101227
|
+
"name": "ObcAutomationReadout",
|
101228
101228
|
"declaration": {
|
101229
|
-
"name": "
|
101230
|
-
"module": "src/automation/
|
101229
|
+
"name": "ObcAutomationReadout",
|
101230
|
+
"module": "src/automation/automation-readout/automation-readout.ts"
|
101231
101231
|
}
|
101232
101232
|
},
|
101233
101233
|
{
|
101234
101234
|
"kind": "custom-element-definition",
|
101235
|
-
"name": "obc-
|
101235
|
+
"name": "obc-automation-readout",
|
101236
101236
|
"declaration": {
|
101237
|
-
"name": "
|
101238
|
-
"module": "src/automation/
|
101237
|
+
"name": "ObcAutomationReadout",
|
101238
|
+
"module": "src/automation/automation-readout/automation-readout.ts"
|
101239
101239
|
}
|
101240
101240
|
}
|
101241
101241
|
]
|
@@ -102139,6 +102139,30 @@
|
|
102139
102139
|
}
|
102140
102140
|
]
|
102141
102141
|
},
|
102142
|
+
{
|
102143
|
+
"kind": "javascript-module",
|
102144
|
+
"path": "src/generated/locales/es-419.ts",
|
102145
|
+
"declarations": [
|
102146
|
+
{
|
102147
|
+
"kind": "variable",
|
102148
|
+
"name": "templates",
|
102149
|
+
"type": {
|
102150
|
+
"text": "object"
|
102151
|
+
},
|
102152
|
+
"default": "{ 's0f3699a7bd401f61': `Noche`, 's3cd891731e99f7e6': `Alertas activas`, 's5de3f4978aaa2443': `Lista de alertas`, 's8119af112f965c78': `Brillantez`, 'sa7f8e003ff63ef9f': `No alertas activas`, 'se0955919920ee87d': `Día`, 's271aae29defa65a5': `ACK ALL`, 's253615bbc36ae2d7': `Auto brilliance`, 's6f01314ca1673b61': `Auto day - night`, }"
|
102153
|
+
}
|
102154
|
+
],
|
102155
|
+
"exports": [
|
102156
|
+
{
|
102157
|
+
"kind": "js",
|
102158
|
+
"name": "templates",
|
102159
|
+
"declaration": {
|
102160
|
+
"name": "templates",
|
102161
|
+
"module": "src/generated/locales/es-419.ts"
|
102162
|
+
}
|
102163
|
+
}
|
102164
|
+
]
|
102165
|
+
},
|
102142
102166
|
{
|
102143
102167
|
"kind": "javascript-module",
|
102144
102168
|
"path": "src/components/alert-button/alert-button.ts",
|
@@ -102351,78 +102375,6 @@
|
|
102351
102375
|
}
|
102352
102376
|
]
|
102353
102377
|
},
|
102354
|
-
{
|
102355
|
-
"kind": "javascript-module",
|
102356
|
-
"path": "src/components/alert-menu/alert-menu.ts",
|
102357
|
-
"declarations": [
|
102358
|
-
{
|
102359
|
-
"kind": "class",
|
102360
|
-
"description": "",
|
102361
|
-
"name": "ObcAlertMenu",
|
102362
|
-
"members": [
|
102363
|
-
{
|
102364
|
-
"kind": "field",
|
102365
|
-
"name": "empty",
|
102366
|
-
"type": {
|
102367
|
-
"text": "boolean"
|
102368
|
-
},
|
102369
|
-
"default": "false",
|
102370
|
-
"attribute": "empty"
|
102371
|
-
}
|
102372
|
-
],
|
102373
|
-
"events": [
|
102374
|
-
{
|
102375
|
-
"name": "ack-all-click",
|
102376
|
-
"type": {
|
102377
|
-
"text": "CustomEvent"
|
102378
|
-
},
|
102379
|
-
"description": "Fired when the ack button is clicked"
|
102380
|
-
},
|
102381
|
-
{
|
102382
|
-
"name": "alert-list-click",
|
102383
|
-
"type": {
|
102384
|
-
"text": "CustomEvent"
|
102385
|
-
},
|
102386
|
-
"description": "Fired when the alert list button is clicked"
|
102387
|
-
}
|
102388
|
-
],
|
102389
|
-
"attributes": [
|
102390
|
-
{
|
102391
|
-
"name": "empty",
|
102392
|
-
"type": {
|
102393
|
-
"text": "boolean"
|
102394
|
-
},
|
102395
|
-
"default": "false",
|
102396
|
-
"fieldName": "empty"
|
102397
|
-
}
|
102398
|
-
],
|
102399
|
-
"superclass": {
|
102400
|
-
"name": "LitElement",
|
102401
|
-
"package": "lit"
|
102402
|
-
},
|
102403
|
-
"tagName": "obc-alert-menu",
|
102404
|
-
"customElement": true
|
102405
|
-
}
|
102406
|
-
],
|
102407
|
-
"exports": [
|
102408
|
-
{
|
102409
|
-
"kind": "js",
|
102410
|
-
"name": "ObcAlertMenu",
|
102411
|
-
"declaration": {
|
102412
|
-
"name": "ObcAlertMenu",
|
102413
|
-
"module": "src/components/alert-menu/alert-menu.ts"
|
102414
|
-
}
|
102415
|
-
},
|
102416
|
-
{
|
102417
|
-
"kind": "custom-element-definition",
|
102418
|
-
"name": "obc-alert-menu",
|
102419
|
-
"declaration": {
|
102420
|
-
"name": "ObcAlertMenu",
|
102421
|
-
"module": "src/components/alert-menu/alert-menu.ts"
|
102422
|
-
}
|
102423
|
-
}
|
102424
|
-
]
|
102425
|
-
},
|
102426
102378
|
{
|
102427
102379
|
"kind": "javascript-module",
|
102428
102380
|
"path": "src/components/alert-menu-item/alert-menu-item.ts",
|
@@ -102573,6 +102525,78 @@
|
|
102573
102525
|
}
|
102574
102526
|
]
|
102575
102527
|
},
|
102528
|
+
{
|
102529
|
+
"kind": "javascript-module",
|
102530
|
+
"path": "src/components/alert-menu/alert-menu.ts",
|
102531
|
+
"declarations": [
|
102532
|
+
{
|
102533
|
+
"kind": "class",
|
102534
|
+
"description": "",
|
102535
|
+
"name": "ObcAlertMenu",
|
102536
|
+
"members": [
|
102537
|
+
{
|
102538
|
+
"kind": "field",
|
102539
|
+
"name": "empty",
|
102540
|
+
"type": {
|
102541
|
+
"text": "boolean"
|
102542
|
+
},
|
102543
|
+
"default": "false",
|
102544
|
+
"attribute": "empty"
|
102545
|
+
}
|
102546
|
+
],
|
102547
|
+
"events": [
|
102548
|
+
{
|
102549
|
+
"name": "ack-all-click",
|
102550
|
+
"type": {
|
102551
|
+
"text": "CustomEvent"
|
102552
|
+
},
|
102553
|
+
"description": "Fired when the ack button is clicked"
|
102554
|
+
},
|
102555
|
+
{
|
102556
|
+
"name": "alert-list-click",
|
102557
|
+
"type": {
|
102558
|
+
"text": "CustomEvent"
|
102559
|
+
},
|
102560
|
+
"description": "Fired when the alert list button is clicked"
|
102561
|
+
}
|
102562
|
+
],
|
102563
|
+
"attributes": [
|
102564
|
+
{
|
102565
|
+
"name": "empty",
|
102566
|
+
"type": {
|
102567
|
+
"text": "boolean"
|
102568
|
+
},
|
102569
|
+
"default": "false",
|
102570
|
+
"fieldName": "empty"
|
102571
|
+
}
|
102572
|
+
],
|
102573
|
+
"superclass": {
|
102574
|
+
"name": "LitElement",
|
102575
|
+
"package": "lit"
|
102576
|
+
},
|
102577
|
+
"tagName": "obc-alert-menu",
|
102578
|
+
"customElement": true
|
102579
|
+
}
|
102580
|
+
],
|
102581
|
+
"exports": [
|
102582
|
+
{
|
102583
|
+
"kind": "js",
|
102584
|
+
"name": "ObcAlertMenu",
|
102585
|
+
"declaration": {
|
102586
|
+
"name": "ObcAlertMenu",
|
102587
|
+
"module": "src/components/alert-menu/alert-menu.ts"
|
102588
|
+
}
|
102589
|
+
},
|
102590
|
+
{
|
102591
|
+
"kind": "custom-element-definition",
|
102592
|
+
"name": "obc-alert-menu",
|
102593
|
+
"declaration": {
|
102594
|
+
"name": "ObcAlertMenu",
|
102595
|
+
"module": "src/components/alert-menu/alert-menu.ts"
|
102596
|
+
}
|
102597
|
+
}
|
102598
|
+
]
|
102599
|
+
},
|
102576
102600
|
{
|
102577
102601
|
"kind": "javascript-module",
|
102578
102602
|
"path": "src/components/alert-topbar-element/alert-topbar-element.ts",
|
@@ -102870,63 +102894,6 @@
|
|
102870
102894
|
}
|
102871
102895
|
]
|
102872
102896
|
},
|
102873
|
-
{
|
102874
|
-
"kind": "javascript-module",
|
102875
|
-
"path": "src/components/app-menu/app-menu.ts",
|
102876
|
-
"declarations": [
|
102877
|
-
{
|
102878
|
-
"kind": "class",
|
102879
|
-
"description": "",
|
102880
|
-
"name": "ObcAppMenu",
|
102881
|
-
"members": [
|
102882
|
-
{
|
102883
|
-
"kind": "method",
|
102884
|
-
"name": "onSearchInput",
|
102885
|
-
"parameters": [
|
102886
|
-
{
|
102887
|
-
"name": "e",
|
102888
|
-
"type": {
|
102889
|
-
"text": "Event"
|
102890
|
-
}
|
102891
|
-
}
|
102892
|
-
]
|
102893
|
-
}
|
102894
|
-
],
|
102895
|
-
"events": [
|
102896
|
-
{
|
102897
|
-
"name": "search",
|
102898
|
-
"type": {
|
102899
|
-
"text": "CustomEvent"
|
102900
|
-
}
|
102901
|
-
}
|
102902
|
-
],
|
102903
|
-
"superclass": {
|
102904
|
-
"name": "LitElement",
|
102905
|
-
"package": "lit"
|
102906
|
-
},
|
102907
|
-
"tagName": "obc-app-menu",
|
102908
|
-
"customElement": true
|
102909
|
-
}
|
102910
|
-
],
|
102911
|
-
"exports": [
|
102912
|
-
{
|
102913
|
-
"kind": "js",
|
102914
|
-
"name": "ObcAppMenu",
|
102915
|
-
"declaration": {
|
102916
|
-
"name": "ObcAppMenu",
|
102917
|
-
"module": "src/components/app-menu/app-menu.ts"
|
102918
|
-
}
|
102919
|
-
},
|
102920
|
-
{
|
102921
|
-
"kind": "custom-element-definition",
|
102922
|
-
"name": "obc-app-menu",
|
102923
|
-
"declaration": {
|
102924
|
-
"name": "ObcAppMenu",
|
102925
|
-
"module": "src/components/app-menu/app-menu.ts"
|
102926
|
-
}
|
102927
|
-
}
|
102928
|
-
]
|
102929
|
-
},
|
102930
102897
|
{
|
102931
102898
|
"kind": "javascript-module",
|
102932
102899
|
"path": "src/components/badge/badge.ts",
|
@@ -103030,6 +102997,63 @@
|
|
103030
102997
|
}
|
103031
102998
|
]
|
103032
102999
|
},
|
103000
|
+
{
|
103001
|
+
"kind": "javascript-module",
|
103002
|
+
"path": "src/components/app-menu/app-menu.ts",
|
103003
|
+
"declarations": [
|
103004
|
+
{
|
103005
|
+
"kind": "class",
|
103006
|
+
"description": "",
|
103007
|
+
"name": "ObcAppMenu",
|
103008
|
+
"members": [
|
103009
|
+
{
|
103010
|
+
"kind": "method",
|
103011
|
+
"name": "onSearchInput",
|
103012
|
+
"parameters": [
|
103013
|
+
{
|
103014
|
+
"name": "e",
|
103015
|
+
"type": {
|
103016
|
+
"text": "Event"
|
103017
|
+
}
|
103018
|
+
}
|
103019
|
+
]
|
103020
|
+
}
|
103021
|
+
],
|
103022
|
+
"events": [
|
103023
|
+
{
|
103024
|
+
"name": "search",
|
103025
|
+
"type": {
|
103026
|
+
"text": "CustomEvent"
|
103027
|
+
}
|
103028
|
+
}
|
103029
|
+
],
|
103030
|
+
"superclass": {
|
103031
|
+
"name": "LitElement",
|
103032
|
+
"package": "lit"
|
103033
|
+
},
|
103034
|
+
"tagName": "obc-app-menu",
|
103035
|
+
"customElement": true
|
103036
|
+
}
|
103037
|
+
],
|
103038
|
+
"exports": [
|
103039
|
+
{
|
103040
|
+
"kind": "js",
|
103041
|
+
"name": "ObcAppMenu",
|
103042
|
+
"declaration": {
|
103043
|
+
"name": "ObcAppMenu",
|
103044
|
+
"module": "src/components/app-menu/app-menu.ts"
|
103045
|
+
}
|
103046
|
+
},
|
103047
|
+
{
|
103048
|
+
"kind": "custom-element-definition",
|
103049
|
+
"name": "obc-app-menu",
|
103050
|
+
"declaration": {
|
103051
|
+
"name": "ObcAppMenu",
|
103052
|
+
"module": "src/components/app-menu/app-menu.ts"
|
103053
|
+
}
|
103054
|
+
}
|
103055
|
+
]
|
103056
|
+
},
|
103033
103057
|
{
|
103034
103058
|
"kind": "javascript-module",
|
103035
103059
|
"path": "src/components/breadcrumb/breadcrumb.ts",
|
@@ -103074,174 +103098,107 @@
|
|
103074
103098
|
},
|
103075
103099
|
{
|
103076
103100
|
"kind": "javascript-module",
|
103077
|
-
"path": "src/components/
|
103101
|
+
"path": "src/components/card-list-button/card-list-button.ts",
|
103078
103102
|
"declarations": [
|
103079
103103
|
{
|
103080
103104
|
"kind": "class",
|
103081
103105
|
"description": "",
|
103082
|
-
"name": "
|
103106
|
+
"name": "ObcCardListButton",
|
103083
103107
|
"members": [
|
103084
103108
|
{
|
103085
103109
|
"kind": "field",
|
103086
|
-
"name": "
|
103110
|
+
"name": "icon",
|
103087
103111
|
"type": {
|
103088
|
-
"text": "
|
103112
|
+
"text": "string"
|
103089
103113
|
},
|
103090
|
-
"default": "'
|
103091
|
-
"
|
103092
|
-
"attribute": "palette"
|
103114
|
+
"default": "'placeholder'",
|
103115
|
+
"attribute": "icon"
|
103093
103116
|
},
|
103094
103117
|
{
|
103095
103118
|
"kind": "field",
|
103096
|
-
"name": "
|
103119
|
+
"name": "variant",
|
103097
103120
|
"type": {
|
103098
|
-
"text": "
|
103121
|
+
"text": "string"
|
103099
103122
|
},
|
103100
|
-
"default": "
|
103101
|
-
"
|
103102
|
-
"attribute": "brightness"
|
103123
|
+
"default": "'normal'",
|
103124
|
+
"attribute": "variant"
|
103103
103125
|
},
|
103104
103126
|
{
|
103105
103127
|
"kind": "field",
|
103106
|
-
"name": "
|
103128
|
+
"name": "leadingIcon",
|
103107
103129
|
"type": {
|
103108
|
-
"text": "
|
103130
|
+
"text": "NodeListOf<HTMLElement>"
|
103109
103131
|
},
|
103110
|
-
"
|
103111
|
-
"description": "Show the auto brightness toggle",
|
103112
|
-
"attribute": "showAutoBrightness"
|
103132
|
+
"privacy": "private"
|
103113
103133
|
},
|
103114
103134
|
{
|
103115
103135
|
"kind": "field",
|
103116
|
-
"name": "
|
103136
|
+
"name": "trailingIcon",
|
103117
103137
|
"type": {
|
103118
|
-
"text": "
|
103138
|
+
"text": "NodeListOf<HTMLElement>"
|
103119
103139
|
},
|
103120
|
-
"
|
103121
|
-
"description": "Show the auto palette toggle",
|
103122
|
-
"attribute": "showAutoPalette"
|
103140
|
+
"privacy": "private"
|
103123
103141
|
},
|
103124
103142
|
{
|
103125
103143
|
"kind": "field",
|
103126
|
-
"name": "
|
103127
|
-
"type": {
|
103128
|
-
"text": "Boolean"
|
103129
|
-
},
|
103130
|
-
"default": "false",
|
103131
|
-
"description": "Show the auto brightness toggle",
|
103132
|
-
"attribute": "hideBrightness"
|
103133
|
-
},
|
103134
|
-
{
|
103135
|
-
"kind": "method",
|
103136
|
-
"name": "onPaletteChanged",
|
103137
|
-
"parameters": [
|
103138
|
-
{
|
103139
|
-
"name": "event",
|
103140
|
-
"type": {
|
103141
|
-
"text": "CustomEvent"
|
103142
|
-
}
|
103143
|
-
}
|
103144
|
-
]
|
103145
|
-
},
|
103146
|
-
{
|
103147
|
-
"kind": "method",
|
103148
|
-
"name": "onBrightnessChanged",
|
103149
|
-
"parameters": [
|
103150
|
-
{
|
103151
|
-
"name": "event",
|
103152
|
-
"type": {
|
103153
|
-
"text": "CustomEvent"
|
103154
|
-
}
|
103155
|
-
}
|
103156
|
-
]
|
103157
|
-
}
|
103158
|
-
],
|
103159
|
-
"events": [
|
103160
|
-
{
|
103161
|
-
"name": "palette-changed",
|
103144
|
+
"name": "hasIconLeading",
|
103162
103145
|
"type": {
|
103163
|
-
"text": "
|
103146
|
+
"text": "boolean"
|
103164
103147
|
},
|
103165
|
-
"
|
103148
|
+
"privacy": "private",
|
103149
|
+
"default": "false"
|
103166
103150
|
},
|
103167
103151
|
{
|
103168
|
-
"
|
103152
|
+
"kind": "field",
|
103153
|
+
"name": "hasIconTrailing",
|
103169
103154
|
"type": {
|
103170
|
-
"text": "
|
103155
|
+
"text": "boolean"
|
103171
103156
|
},
|
103172
|
-
"
|
103157
|
+
"privacy": "private",
|
103158
|
+
"default": "false"
|
103173
103159
|
}
|
103174
103160
|
],
|
103175
103161
|
"attributes": [
|
103176
103162
|
{
|
103177
|
-
"name": "
|
103178
|
-
"type": {
|
103179
|
-
"text": "String"
|
103180
|
-
},
|
103181
|
-
"default": "'day'",
|
103182
|
-
"description": "The palette to use. Possible values are 'night', 'dusk', 'day', 'bright'",
|
103183
|
-
"fieldName": "palette"
|
103184
|
-
},
|
103185
|
-
{
|
103186
|
-
"name": "brightness",
|
103187
|
-
"type": {
|
103188
|
-
"text": "Number"
|
103189
|
-
},
|
103190
|
-
"default": "50",
|
103191
|
-
"description": "The brightness value",
|
103192
|
-
"fieldName": "brightness"
|
103193
|
-
},
|
103194
|
-
{
|
103195
|
-
"name": "showAutoBrightness",
|
103196
|
-
"type": {
|
103197
|
-
"text": "Boolean"
|
103198
|
-
},
|
103199
|
-
"default": "false",
|
103200
|
-
"description": "Show the auto brightness toggle",
|
103201
|
-
"fieldName": "showAutoBrightness"
|
103202
|
-
},
|
103203
|
-
{
|
103204
|
-
"name": "showAutoPalette",
|
103163
|
+
"name": "icon",
|
103205
103164
|
"type": {
|
103206
|
-
"text": "
|
103165
|
+
"text": "string"
|
103207
103166
|
},
|
103208
|
-
"default": "
|
103209
|
-
"
|
103210
|
-
"fieldName": "showAutoPalette"
|
103167
|
+
"default": "'placeholder'",
|
103168
|
+
"fieldName": "icon"
|
103211
103169
|
},
|
103212
103170
|
{
|
103213
|
-
"name": "
|
103171
|
+
"name": "variant",
|
103214
103172
|
"type": {
|
103215
|
-
"text": "
|
103173
|
+
"text": "string"
|
103216
103174
|
},
|
103217
|
-
"default": "
|
103218
|
-
"
|
103219
|
-
"fieldName": "hideBrightness"
|
103175
|
+
"default": "'normal'",
|
103176
|
+
"fieldName": "variant"
|
103220
103177
|
}
|
103221
103178
|
],
|
103222
103179
|
"superclass": {
|
103223
103180
|
"name": "LitElement",
|
103224
103181
|
"package": "lit"
|
103225
103182
|
},
|
103226
|
-
"tagName": "obc-
|
103183
|
+
"tagName": "obc-card-list-button",
|
103227
103184
|
"customElement": true
|
103228
103185
|
}
|
103229
103186
|
],
|
103230
103187
|
"exports": [
|
103231
103188
|
{
|
103232
103189
|
"kind": "js",
|
103233
|
-
"name": "
|
103190
|
+
"name": "ObcCardListButton",
|
103234
103191
|
"declaration": {
|
103235
|
-
"name": "
|
103236
|
-
"module": "src/components/
|
103192
|
+
"name": "ObcCardListButton",
|
103193
|
+
"module": "src/components/card-list-button/card-list-button.ts"
|
103237
103194
|
}
|
103238
103195
|
},
|
103239
103196
|
{
|
103240
103197
|
"kind": "custom-element-definition",
|
103241
|
-
"name": "obc-
|
103198
|
+
"name": "obc-card-list-button",
|
103242
103199
|
"declaration": {
|
103243
|
-
"name": "
|
103244
|
-
"module": "src/components/
|
103200
|
+
"name": "ObcCardListButton",
|
103201
|
+
"module": "src/components/card-list-button/card-list-button.ts"
|
103245
103202
|
}
|
103246
103203
|
}
|
103247
103204
|
]
|
@@ -103432,113 +103389,6 @@
|
|
103432
103389
|
}
|
103433
103390
|
]
|
103434
103391
|
},
|
103435
|
-
{
|
103436
|
-
"kind": "javascript-module",
|
103437
|
-
"path": "src/components/card-list-button/card-list-button.ts",
|
103438
|
-
"declarations": [
|
103439
|
-
{
|
103440
|
-
"kind": "class",
|
103441
|
-
"description": "",
|
103442
|
-
"name": "ObcCardListButton",
|
103443
|
-
"members": [
|
103444
|
-
{
|
103445
|
-
"kind": "field",
|
103446
|
-
"name": "icon",
|
103447
|
-
"type": {
|
103448
|
-
"text": "string"
|
103449
|
-
},
|
103450
|
-
"default": "'placeholder'",
|
103451
|
-
"attribute": "icon"
|
103452
|
-
},
|
103453
|
-
{
|
103454
|
-
"kind": "field",
|
103455
|
-
"name": "variant",
|
103456
|
-
"type": {
|
103457
|
-
"text": "string"
|
103458
|
-
},
|
103459
|
-
"default": "'normal'",
|
103460
|
-
"attribute": "variant"
|
103461
|
-
},
|
103462
|
-
{
|
103463
|
-
"kind": "field",
|
103464
|
-
"name": "leadingIcon",
|
103465
|
-
"type": {
|
103466
|
-
"text": "NodeListOf<HTMLElement>"
|
103467
|
-
},
|
103468
|
-
"privacy": "private"
|
103469
|
-
},
|
103470
|
-
{
|
103471
|
-
"kind": "field",
|
103472
|
-
"name": "trailingIcon",
|
103473
|
-
"type": {
|
103474
|
-
"text": "NodeListOf<HTMLElement>"
|
103475
|
-
},
|
103476
|
-
"privacy": "private"
|
103477
|
-
},
|
103478
|
-
{
|
103479
|
-
"kind": "field",
|
103480
|
-
"name": "hasIconLeading",
|
103481
|
-
"type": {
|
103482
|
-
"text": "boolean"
|
103483
|
-
},
|
103484
|
-
"privacy": "private",
|
103485
|
-
"default": "false"
|
103486
|
-
},
|
103487
|
-
{
|
103488
|
-
"kind": "field",
|
103489
|
-
"name": "hasIconTrailing",
|
103490
|
-
"type": {
|
103491
|
-
"text": "boolean"
|
103492
|
-
},
|
103493
|
-
"privacy": "private",
|
103494
|
-
"default": "false"
|
103495
|
-
}
|
103496
|
-
],
|
103497
|
-
"attributes": [
|
103498
|
-
{
|
103499
|
-
"name": "icon",
|
103500
|
-
"type": {
|
103501
|
-
"text": "string"
|
103502
|
-
},
|
103503
|
-
"default": "'placeholder'",
|
103504
|
-
"fieldName": "icon"
|
103505
|
-
},
|
103506
|
-
{
|
103507
|
-
"name": "variant",
|
103508
|
-
"type": {
|
103509
|
-
"text": "string"
|
103510
|
-
},
|
103511
|
-
"default": "'normal'",
|
103512
|
-
"fieldName": "variant"
|
103513
|
-
}
|
103514
|
-
],
|
103515
|
-
"superclass": {
|
103516
|
-
"name": "LitElement",
|
103517
|
-
"package": "lit"
|
103518
|
-
},
|
103519
|
-
"tagName": "obc-card-list-button",
|
103520
|
-
"customElement": true
|
103521
|
-
}
|
103522
|
-
],
|
103523
|
-
"exports": [
|
103524
|
-
{
|
103525
|
-
"kind": "js",
|
103526
|
-
"name": "ObcCardListButton",
|
103527
|
-
"declaration": {
|
103528
|
-
"name": "ObcCardListButton",
|
103529
|
-
"module": "src/components/card-list-button/card-list-button.ts"
|
103530
|
-
}
|
103531
|
-
},
|
103532
|
-
{
|
103533
|
-
"kind": "custom-element-definition",
|
103534
|
-
"name": "obc-card-list-button",
|
103535
|
-
"declaration": {
|
103536
|
-
"name": "ObcCardListButton",
|
103537
|
-
"module": "src/components/card-list-button/card-list-button.ts"
|
103538
|
-
}
|
103539
|
-
}
|
103540
|
-
]
|
103541
|
-
},
|
103542
103392
|
{
|
103543
103393
|
"kind": "javascript-module",
|
103544
103394
|
"path": "src/components/clock/clock.ts",
|
@@ -103631,72 +103481,174 @@
|
|
103631
103481
|
},
|
103632
103482
|
{
|
103633
103483
|
"kind": "javascript-module",
|
103634
|
-
"path": "src/components/
|
103635
|
-
"declarations": [
|
103636
|
-
{
|
103637
|
-
"kind": "class",
|
103638
|
-
"description": "",
|
103639
|
-
"name": "ObcContextMenu",
|
103640
|
-
"members": [],
|
103641
|
-
"superclass": {
|
103642
|
-
"name": "LitElement",
|
103643
|
-
"package": "lit"
|
103644
|
-
},
|
103645
|
-
"tagName": "obc-context-menu",
|
103646
|
-
"customElement": true
|
103647
|
-
}
|
103648
|
-
],
|
103649
|
-
"exports": [
|
103650
|
-
{
|
103651
|
-
"kind": "js",
|
103652
|
-
"name": "ObcContextMenu",
|
103653
|
-
"declaration": {
|
103654
|
-
"name": "ObcContextMenu",
|
103655
|
-
"module": "src/components/context-menu/context-menu.ts"
|
103656
|
-
}
|
103657
|
-
},
|
103658
|
-
{
|
103659
|
-
"kind": "custom-element-definition",
|
103660
|
-
"name": "obc-context-menu",
|
103661
|
-
"declaration": {
|
103662
|
-
"name": "ObcContextMenu",
|
103663
|
-
"module": "src/components/context-menu/context-menu.ts"
|
103664
|
-
}
|
103665
|
-
}
|
103666
|
-
]
|
103667
|
-
},
|
103668
|
-
{
|
103669
|
-
"kind": "javascript-module",
|
103670
|
-
"path": "src/components/divider/divider.ts",
|
103484
|
+
"path": "src/components/brilliance-menu/brilliance-menu.ts",
|
103671
103485
|
"declarations": [
|
103672
103486
|
{
|
103673
103487
|
"kind": "class",
|
103674
103488
|
"description": "",
|
103675
|
-
"name": "
|
103676
|
-
"members": [
|
103489
|
+
"name": "ObcBrillianceMenu",
|
103490
|
+
"members": [
|
103491
|
+
{
|
103492
|
+
"kind": "field",
|
103493
|
+
"name": "palette",
|
103494
|
+
"type": {
|
103495
|
+
"text": "String"
|
103496
|
+
},
|
103497
|
+
"default": "'day'",
|
103498
|
+
"description": "The palette to use. Possible values are 'night', 'dusk', 'day', 'bright'",
|
103499
|
+
"attribute": "palette"
|
103500
|
+
},
|
103501
|
+
{
|
103502
|
+
"kind": "field",
|
103503
|
+
"name": "brightness",
|
103504
|
+
"type": {
|
103505
|
+
"text": "Number"
|
103506
|
+
},
|
103507
|
+
"default": "50",
|
103508
|
+
"description": "The brightness value",
|
103509
|
+
"attribute": "brightness"
|
103510
|
+
},
|
103511
|
+
{
|
103512
|
+
"kind": "field",
|
103513
|
+
"name": "showAutoBrightness",
|
103514
|
+
"type": {
|
103515
|
+
"text": "Boolean"
|
103516
|
+
},
|
103517
|
+
"default": "false",
|
103518
|
+
"description": "Show the auto brightness toggle",
|
103519
|
+
"attribute": "showAutoBrightness"
|
103520
|
+
},
|
103521
|
+
{
|
103522
|
+
"kind": "field",
|
103523
|
+
"name": "showAutoPalette",
|
103524
|
+
"type": {
|
103525
|
+
"text": "Boolean"
|
103526
|
+
},
|
103527
|
+
"default": "false",
|
103528
|
+
"description": "Show the auto palette toggle",
|
103529
|
+
"attribute": "showAutoPalette"
|
103530
|
+
},
|
103531
|
+
{
|
103532
|
+
"kind": "field",
|
103533
|
+
"name": "hideBrightness",
|
103534
|
+
"type": {
|
103535
|
+
"text": "Boolean"
|
103536
|
+
},
|
103537
|
+
"default": "false",
|
103538
|
+
"description": "Show the auto brightness toggle",
|
103539
|
+
"attribute": "hideBrightness"
|
103540
|
+
},
|
103541
|
+
{
|
103542
|
+
"kind": "method",
|
103543
|
+
"name": "onPaletteChanged",
|
103544
|
+
"parameters": [
|
103545
|
+
{
|
103546
|
+
"name": "event",
|
103547
|
+
"type": {
|
103548
|
+
"text": "CustomEvent"
|
103549
|
+
}
|
103550
|
+
}
|
103551
|
+
]
|
103552
|
+
},
|
103553
|
+
{
|
103554
|
+
"kind": "method",
|
103555
|
+
"name": "onBrightnessChanged",
|
103556
|
+
"parameters": [
|
103557
|
+
{
|
103558
|
+
"name": "event",
|
103559
|
+
"type": {
|
103560
|
+
"text": "CustomEvent"
|
103561
|
+
}
|
103562
|
+
}
|
103563
|
+
]
|
103564
|
+
}
|
103565
|
+
],
|
103566
|
+
"events": [
|
103567
|
+
{
|
103568
|
+
"name": "palette-changed",
|
103569
|
+
"type": {
|
103570
|
+
"text": "CustomEvent"
|
103571
|
+
},
|
103572
|
+
"description": "Fires when the palette is changed"
|
103573
|
+
},
|
103574
|
+
{
|
103575
|
+
"name": "brightness-changed",
|
103576
|
+
"type": {
|
103577
|
+
"text": "CustomEvent"
|
103578
|
+
},
|
103579
|
+
"description": "Fires when the brightness is changed"
|
103580
|
+
}
|
103581
|
+
],
|
103582
|
+
"attributes": [
|
103583
|
+
{
|
103584
|
+
"name": "palette",
|
103585
|
+
"type": {
|
103586
|
+
"text": "String"
|
103587
|
+
},
|
103588
|
+
"default": "'day'",
|
103589
|
+
"description": "The palette to use. Possible values are 'night', 'dusk', 'day', 'bright'",
|
103590
|
+
"fieldName": "palette"
|
103591
|
+
},
|
103592
|
+
{
|
103593
|
+
"name": "brightness",
|
103594
|
+
"type": {
|
103595
|
+
"text": "Number"
|
103596
|
+
},
|
103597
|
+
"default": "50",
|
103598
|
+
"description": "The brightness value",
|
103599
|
+
"fieldName": "brightness"
|
103600
|
+
},
|
103601
|
+
{
|
103602
|
+
"name": "showAutoBrightness",
|
103603
|
+
"type": {
|
103604
|
+
"text": "Boolean"
|
103605
|
+
},
|
103606
|
+
"default": "false",
|
103607
|
+
"description": "Show the auto brightness toggle",
|
103608
|
+
"fieldName": "showAutoBrightness"
|
103609
|
+
},
|
103610
|
+
{
|
103611
|
+
"name": "showAutoPalette",
|
103612
|
+
"type": {
|
103613
|
+
"text": "Boolean"
|
103614
|
+
},
|
103615
|
+
"default": "false",
|
103616
|
+
"description": "Show the auto palette toggle",
|
103617
|
+
"fieldName": "showAutoPalette"
|
103618
|
+
},
|
103619
|
+
{
|
103620
|
+
"name": "hideBrightness",
|
103621
|
+
"type": {
|
103622
|
+
"text": "Boolean"
|
103623
|
+
},
|
103624
|
+
"default": "false",
|
103625
|
+
"description": "Show the auto brightness toggle",
|
103626
|
+
"fieldName": "hideBrightness"
|
103627
|
+
}
|
103628
|
+
],
|
103677
103629
|
"superclass": {
|
103678
103630
|
"name": "LitElement",
|
103679
103631
|
"package": "lit"
|
103680
103632
|
},
|
103681
|
-
"tagName": "obc-
|
103633
|
+
"tagName": "obc-brilliance-menu",
|
103682
103634
|
"customElement": true
|
103683
103635
|
}
|
103684
103636
|
],
|
103685
103637
|
"exports": [
|
103686
103638
|
{
|
103687
103639
|
"kind": "js",
|
103688
|
-
"name": "
|
103640
|
+
"name": "ObcBrillianceMenu",
|
103689
103641
|
"declaration": {
|
103690
|
-
"name": "
|
103691
|
-
"module": "src/components/
|
103642
|
+
"name": "ObcBrillianceMenu",
|
103643
|
+
"module": "src/components/brilliance-menu/brilliance-menu.ts"
|
103692
103644
|
}
|
103693
103645
|
},
|
103694
103646
|
{
|
103695
103647
|
"kind": "custom-element-definition",
|
103696
|
-
"name": "obc-
|
103648
|
+
"name": "obc-brilliance-menu",
|
103697
103649
|
"declaration": {
|
103698
|
-
"name": "
|
103699
|
-
"module": "src/components/
|
103650
|
+
"name": "ObcBrillianceMenu",
|
103651
|
+
"module": "src/components/brilliance-menu/brilliance-menu.ts"
|
103700
103652
|
}
|
103701
103653
|
}
|
103702
103654
|
]
|
@@ -103842,6 +103794,78 @@
|
|
103842
103794
|
}
|
103843
103795
|
]
|
103844
103796
|
},
|
103797
|
+
{
|
103798
|
+
"kind": "javascript-module",
|
103799
|
+
"path": "src/components/divider/divider.ts",
|
103800
|
+
"declarations": [
|
103801
|
+
{
|
103802
|
+
"kind": "class",
|
103803
|
+
"description": "",
|
103804
|
+
"name": "ObcDivider",
|
103805
|
+
"members": [],
|
103806
|
+
"superclass": {
|
103807
|
+
"name": "LitElement",
|
103808
|
+
"package": "lit"
|
103809
|
+
},
|
103810
|
+
"tagName": "obc-divider",
|
103811
|
+
"customElement": true
|
103812
|
+
}
|
103813
|
+
],
|
103814
|
+
"exports": [
|
103815
|
+
{
|
103816
|
+
"kind": "js",
|
103817
|
+
"name": "ObcDivider",
|
103818
|
+
"declaration": {
|
103819
|
+
"name": "ObcDivider",
|
103820
|
+
"module": "src/components/divider/divider.ts"
|
103821
|
+
}
|
103822
|
+
},
|
103823
|
+
{
|
103824
|
+
"kind": "custom-element-definition",
|
103825
|
+
"name": "obc-divider",
|
103826
|
+
"declaration": {
|
103827
|
+
"name": "ObcDivider",
|
103828
|
+
"module": "src/components/divider/divider.ts"
|
103829
|
+
}
|
103830
|
+
}
|
103831
|
+
]
|
103832
|
+
},
|
103833
|
+
{
|
103834
|
+
"kind": "javascript-module",
|
103835
|
+
"path": "src/components/context-menu/context-menu.ts",
|
103836
|
+
"declarations": [
|
103837
|
+
{
|
103838
|
+
"kind": "class",
|
103839
|
+
"description": "",
|
103840
|
+
"name": "ObcContextMenu",
|
103841
|
+
"members": [],
|
103842
|
+
"superclass": {
|
103843
|
+
"name": "LitElement",
|
103844
|
+
"package": "lit"
|
103845
|
+
},
|
103846
|
+
"tagName": "obc-context-menu",
|
103847
|
+
"customElement": true
|
103848
|
+
}
|
103849
|
+
],
|
103850
|
+
"exports": [
|
103851
|
+
{
|
103852
|
+
"kind": "js",
|
103853
|
+
"name": "ObcContextMenu",
|
103854
|
+
"declaration": {
|
103855
|
+
"name": "ObcContextMenu",
|
103856
|
+
"module": "src/components/context-menu/context-menu.ts"
|
103857
|
+
}
|
103858
|
+
},
|
103859
|
+
{
|
103860
|
+
"kind": "custom-element-definition",
|
103861
|
+
"name": "obc-context-menu",
|
103862
|
+
"declaration": {
|
103863
|
+
"name": "ObcContextMenu",
|
103864
|
+
"module": "src/components/context-menu/context-menu.ts"
|
103865
|
+
}
|
103866
|
+
}
|
103867
|
+
]
|
103868
|
+
},
|
103845
103869
|
{
|
103846
103870
|
"kind": "javascript-module",
|
103847
103871
|
"path": "src/components/input/input.ts",
|
@@ -104767,132 +104791,6 @@
|
|
104767
104791
|
}
|
104768
104792
|
]
|
104769
104793
|
},
|
104770
|
-
{
|
104771
|
-
"kind": "javascript-module",
|
104772
|
-
"path": "src/components/select/select.ts",
|
104773
|
-
"declarations": [
|
104774
|
-
{
|
104775
|
-
"kind": "class",
|
104776
|
-
"description": "Select component",
|
104777
|
-
"name": "ObcSelect",
|
104778
|
-
"members": [
|
104779
|
-
{
|
104780
|
-
"kind": "field",
|
104781
|
-
"name": "options",
|
104782
|
-
"type": {
|
104783
|
-
"text": "{\n value: string;\n label: string;\n level?: number;\n }[]"
|
104784
|
-
},
|
104785
|
-
"default": "[]",
|
104786
|
-
"attribute": "options"
|
104787
|
-
},
|
104788
|
-
{
|
104789
|
-
"kind": "field",
|
104790
|
-
"name": "value",
|
104791
|
-
"type": {
|
104792
|
-
"text": "string | undefined"
|
104793
|
-
},
|
104794
|
-
"attribute": "value"
|
104795
|
-
},
|
104796
|
-
{
|
104797
|
-
"kind": "field",
|
104798
|
-
"name": "fullWidth",
|
104799
|
-
"type": {
|
104800
|
-
"text": "boolean"
|
104801
|
-
},
|
104802
|
-
"default": "false",
|
104803
|
-
"attribute": "fullWidth"
|
104804
|
-
},
|
104805
|
-
{
|
104806
|
-
"kind": "field",
|
104807
|
-
"name": "selectedValue",
|
104808
|
-
"type": {
|
104809
|
-
"text": "string"
|
104810
|
-
},
|
104811
|
-
"default": "''"
|
104812
|
-
},
|
104813
|
-
{
|
104814
|
-
"kind": "field",
|
104815
|
-
"name": "selectedLabel",
|
104816
|
-
"type": {
|
104817
|
-
"text": "string"
|
104818
|
-
},
|
104819
|
-
"default": "''"
|
104820
|
-
},
|
104821
|
-
{
|
104822
|
-
"kind": "method",
|
104823
|
-
"name": "changeHandler",
|
104824
|
-
"privacy": "private",
|
104825
|
-
"parameters": [
|
104826
|
-
{
|
104827
|
-
"name": "event",
|
104828
|
-
"type": {
|
104829
|
-
"text": "Event"
|
104830
|
-
}
|
104831
|
-
}
|
104832
|
-
]
|
104833
|
-
}
|
104834
|
-
],
|
104835
|
-
"events": [
|
104836
|
-
{
|
104837
|
-
"name": "change",
|
104838
|
-
"type": {
|
104839
|
-
"text": "CustomEvent"
|
104840
|
-
},
|
104841
|
-
"description": "Fires when the value of the select changes"
|
104842
|
-
}
|
104843
|
-
],
|
104844
|
-
"attributes": [
|
104845
|
-
{
|
104846
|
-
"name": "options",
|
104847
|
-
"type": {
|
104848
|
-
"text": "{\n value: string;\n label: string;\n level?: number;\n }[]"
|
104849
|
-
},
|
104850
|
-
"default": "[]",
|
104851
|
-
"fieldName": "options"
|
104852
|
-
},
|
104853
|
-
{
|
104854
|
-
"name": "value",
|
104855
|
-
"type": {
|
104856
|
-
"text": "string | undefined"
|
104857
|
-
},
|
104858
|
-
"fieldName": "value"
|
104859
|
-
},
|
104860
|
-
{
|
104861
|
-
"name": "fullWidth",
|
104862
|
-
"type": {
|
104863
|
-
"text": "boolean"
|
104864
|
-
},
|
104865
|
-
"default": "false",
|
104866
|
-
"fieldName": "fullWidth"
|
104867
|
-
}
|
104868
|
-
],
|
104869
|
-
"superclass": {
|
104870
|
-
"name": "LitElement",
|
104871
|
-
"package": "lit"
|
104872
|
-
},
|
104873
|
-
"tagName": "obc-select",
|
104874
|
-
"customElement": true
|
104875
|
-
}
|
104876
|
-
],
|
104877
|
-
"exports": [
|
104878
|
-
{
|
104879
|
-
"kind": "js",
|
104880
|
-
"name": "ObcSelect",
|
104881
|
-
"declaration": {
|
104882
|
-
"name": "ObcSelect",
|
104883
|
-
"module": "src/components/select/select.ts"
|
104884
|
-
}
|
104885
|
-
},
|
104886
|
-
{
|
104887
|
-
"kind": "custom-element-definition",
|
104888
|
-
"name": "obc-select",
|
104889
|
-
"declaration": {
|
104890
|
-
"name": "ObcSelect",
|
104891
|
-
"module": "src/components/select/select.ts"
|
104892
|
-
}
|
104893
|
-
}
|
104894
|
-
]
|
104895
|
-
},
|
104896
104794
|
{
|
104897
104795
|
"kind": "javascript-module",
|
104898
104796
|
"path": "src/components/slider/slider.ts",
|
@@ -105119,6 +105017,232 @@
|
|
105119
105017
|
}
|
105120
105018
|
]
|
105121
105019
|
},
|
105020
|
+
{
|
105021
|
+
"kind": "javascript-module",
|
105022
|
+
"path": "src/components/select/select.ts",
|
105023
|
+
"declarations": [
|
105024
|
+
{
|
105025
|
+
"kind": "class",
|
105026
|
+
"description": "Select component",
|
105027
|
+
"name": "ObcSelect",
|
105028
|
+
"members": [
|
105029
|
+
{
|
105030
|
+
"kind": "field",
|
105031
|
+
"name": "options",
|
105032
|
+
"type": {
|
105033
|
+
"text": "{\n value: string;\n label: string;\n level?: number;\n }[]"
|
105034
|
+
},
|
105035
|
+
"default": "[]",
|
105036
|
+
"attribute": "options"
|
105037
|
+
},
|
105038
|
+
{
|
105039
|
+
"kind": "field",
|
105040
|
+
"name": "value",
|
105041
|
+
"type": {
|
105042
|
+
"text": "string | undefined"
|
105043
|
+
},
|
105044
|
+
"attribute": "value"
|
105045
|
+
},
|
105046
|
+
{
|
105047
|
+
"kind": "field",
|
105048
|
+
"name": "fullWidth",
|
105049
|
+
"type": {
|
105050
|
+
"text": "boolean"
|
105051
|
+
},
|
105052
|
+
"default": "false",
|
105053
|
+
"attribute": "fullWidth"
|
105054
|
+
},
|
105055
|
+
{
|
105056
|
+
"kind": "field",
|
105057
|
+
"name": "selectedValue",
|
105058
|
+
"type": {
|
105059
|
+
"text": "string"
|
105060
|
+
},
|
105061
|
+
"default": "''"
|
105062
|
+
},
|
105063
|
+
{
|
105064
|
+
"kind": "field",
|
105065
|
+
"name": "selectedLabel",
|
105066
|
+
"type": {
|
105067
|
+
"text": "string"
|
105068
|
+
},
|
105069
|
+
"default": "''"
|
105070
|
+
},
|
105071
|
+
{
|
105072
|
+
"kind": "method",
|
105073
|
+
"name": "changeHandler",
|
105074
|
+
"privacy": "private",
|
105075
|
+
"parameters": [
|
105076
|
+
{
|
105077
|
+
"name": "event",
|
105078
|
+
"type": {
|
105079
|
+
"text": "Event"
|
105080
|
+
}
|
105081
|
+
}
|
105082
|
+
]
|
105083
|
+
}
|
105084
|
+
],
|
105085
|
+
"events": [
|
105086
|
+
{
|
105087
|
+
"name": "change",
|
105088
|
+
"type": {
|
105089
|
+
"text": "CustomEvent"
|
105090
|
+
},
|
105091
|
+
"description": "Fires when the value of the select changes"
|
105092
|
+
}
|
105093
|
+
],
|
105094
|
+
"attributes": [
|
105095
|
+
{
|
105096
|
+
"name": "options",
|
105097
|
+
"type": {
|
105098
|
+
"text": "{\n value: string;\n label: string;\n level?: number;\n }[]"
|
105099
|
+
},
|
105100
|
+
"default": "[]",
|
105101
|
+
"fieldName": "options"
|
105102
|
+
},
|
105103
|
+
{
|
105104
|
+
"name": "value",
|
105105
|
+
"type": {
|
105106
|
+
"text": "string | undefined"
|
105107
|
+
},
|
105108
|
+
"fieldName": "value"
|
105109
|
+
},
|
105110
|
+
{
|
105111
|
+
"name": "fullWidth",
|
105112
|
+
"type": {
|
105113
|
+
"text": "boolean"
|
105114
|
+
},
|
105115
|
+
"default": "false",
|
105116
|
+
"fieldName": "fullWidth"
|
105117
|
+
}
|
105118
|
+
],
|
105119
|
+
"superclass": {
|
105120
|
+
"name": "LitElement",
|
105121
|
+
"package": "lit"
|
105122
|
+
},
|
105123
|
+
"tagName": "obc-select",
|
105124
|
+
"customElement": true
|
105125
|
+
}
|
105126
|
+
],
|
105127
|
+
"exports": [
|
105128
|
+
{
|
105129
|
+
"kind": "js",
|
105130
|
+
"name": "ObcSelect",
|
105131
|
+
"declaration": {
|
105132
|
+
"name": "ObcSelect",
|
105133
|
+
"module": "src/components/select/select.ts"
|
105134
|
+
}
|
105135
|
+
},
|
105136
|
+
{
|
105137
|
+
"kind": "custom-element-definition",
|
105138
|
+
"name": "obc-select",
|
105139
|
+
"declaration": {
|
105140
|
+
"name": "ObcSelect",
|
105141
|
+
"module": "src/components/select/select.ts"
|
105142
|
+
}
|
105143
|
+
}
|
105144
|
+
]
|
105145
|
+
},
|
105146
|
+
{
|
105147
|
+
"kind": "javascript-module",
|
105148
|
+
"path": "src/components/toggle-button-group/toggle-button-group.ts",
|
105149
|
+
"declarations": [
|
105150
|
+
{
|
105151
|
+
"kind": "class",
|
105152
|
+
"description": "",
|
105153
|
+
"name": "ObcToggleButtonGroup",
|
105154
|
+
"members": [
|
105155
|
+
{
|
105156
|
+
"kind": "field",
|
105157
|
+
"name": "hasLabels",
|
105158
|
+
"type": {
|
105159
|
+
"text": "boolean"
|
105160
|
+
},
|
105161
|
+
"default": "false",
|
105162
|
+
"attribute": "hasLabels"
|
105163
|
+
},
|
105164
|
+
{
|
105165
|
+
"kind": "field",
|
105166
|
+
"name": "value",
|
105167
|
+
"type": {
|
105168
|
+
"text": "string"
|
105169
|
+
},
|
105170
|
+
"default": "''",
|
105171
|
+
"attribute": "value"
|
105172
|
+
},
|
105173
|
+
{
|
105174
|
+
"kind": "field",
|
105175
|
+
"name": "options",
|
105176
|
+
"type": {
|
105177
|
+
"text": "NodeListOf<ObcToggleButtonOption>"
|
105178
|
+
}
|
105179
|
+
},
|
105180
|
+
{
|
105181
|
+
"kind": "method",
|
105182
|
+
"name": "handleOptionClick",
|
105183
|
+
"parameters": [
|
105184
|
+
{
|
105185
|
+
"name": "event",
|
105186
|
+
"type": {
|
105187
|
+
"text": "Event"
|
105188
|
+
}
|
105189
|
+
}
|
105190
|
+
]
|
105191
|
+
}
|
105192
|
+
],
|
105193
|
+
"events": [
|
105194
|
+
{
|
105195
|
+
"name": "value",
|
105196
|
+
"type": {
|
105197
|
+
"text": "CustomEvent"
|
105198
|
+
}
|
105199
|
+
}
|
105200
|
+
],
|
105201
|
+
"attributes": [
|
105202
|
+
{
|
105203
|
+
"name": "hasLabels",
|
105204
|
+
"type": {
|
105205
|
+
"text": "boolean"
|
105206
|
+
},
|
105207
|
+
"default": "false",
|
105208
|
+
"fieldName": "hasLabels"
|
105209
|
+
},
|
105210
|
+
{
|
105211
|
+
"name": "value",
|
105212
|
+
"type": {
|
105213
|
+
"text": "string"
|
105214
|
+
},
|
105215
|
+
"default": "''",
|
105216
|
+
"fieldName": "value"
|
105217
|
+
}
|
105218
|
+
],
|
105219
|
+
"superclass": {
|
105220
|
+
"name": "LitElement",
|
105221
|
+
"package": "lit"
|
105222
|
+
},
|
105223
|
+
"tagName": "obc-toggle-button-group",
|
105224
|
+
"customElement": true
|
105225
|
+
}
|
105226
|
+
],
|
105227
|
+
"exports": [
|
105228
|
+
{
|
105229
|
+
"kind": "js",
|
105230
|
+
"name": "ObcToggleButtonGroup",
|
105231
|
+
"declaration": {
|
105232
|
+
"name": "ObcToggleButtonGroup",
|
105233
|
+
"module": "src/components/toggle-button-group/toggle-button-group.ts"
|
105234
|
+
}
|
105235
|
+
},
|
105236
|
+
{
|
105237
|
+
"kind": "custom-element-definition",
|
105238
|
+
"name": "obc-toggle-button-group",
|
105239
|
+
"declaration": {
|
105240
|
+
"name": "ObcToggleButtonGroup",
|
105241
|
+
"module": "src/components/toggle-button-group/toggle-button-group.ts"
|
105242
|
+
}
|
105243
|
+
}
|
105244
|
+
]
|
105245
|
+
},
|
105122
105246
|
{
|
105123
105247
|
"kind": "javascript-module",
|
105124
105248
|
"path": "src/components/table/table.ts",
|
@@ -105295,106 +105419,6 @@
|
|
105295
105419
|
}
|
105296
105420
|
]
|
105297
105421
|
},
|
105298
|
-
{
|
105299
|
-
"kind": "javascript-module",
|
105300
|
-
"path": "src/components/toggle-button-group/toggle-button-group.ts",
|
105301
|
-
"declarations": [
|
105302
|
-
{
|
105303
|
-
"kind": "class",
|
105304
|
-
"description": "",
|
105305
|
-
"name": "ObcToggleButtonGroup",
|
105306
|
-
"members": [
|
105307
|
-
{
|
105308
|
-
"kind": "field",
|
105309
|
-
"name": "hasLabels",
|
105310
|
-
"type": {
|
105311
|
-
"text": "boolean"
|
105312
|
-
},
|
105313
|
-
"default": "false",
|
105314
|
-
"attribute": "hasLabels"
|
105315
|
-
},
|
105316
|
-
{
|
105317
|
-
"kind": "field",
|
105318
|
-
"name": "value",
|
105319
|
-
"type": {
|
105320
|
-
"text": "string"
|
105321
|
-
},
|
105322
|
-
"default": "''",
|
105323
|
-
"attribute": "value"
|
105324
|
-
},
|
105325
|
-
{
|
105326
|
-
"kind": "field",
|
105327
|
-
"name": "options",
|
105328
|
-
"type": {
|
105329
|
-
"text": "NodeListOf<ObcToggleButtonOption>"
|
105330
|
-
}
|
105331
|
-
},
|
105332
|
-
{
|
105333
|
-
"kind": "method",
|
105334
|
-
"name": "handleOptionClick",
|
105335
|
-
"parameters": [
|
105336
|
-
{
|
105337
|
-
"name": "event",
|
105338
|
-
"type": {
|
105339
|
-
"text": "Event"
|
105340
|
-
}
|
105341
|
-
}
|
105342
|
-
]
|
105343
|
-
}
|
105344
|
-
],
|
105345
|
-
"events": [
|
105346
|
-
{
|
105347
|
-
"name": "value",
|
105348
|
-
"type": {
|
105349
|
-
"text": "CustomEvent"
|
105350
|
-
}
|
105351
|
-
}
|
105352
|
-
],
|
105353
|
-
"attributes": [
|
105354
|
-
{
|
105355
|
-
"name": "hasLabels",
|
105356
|
-
"type": {
|
105357
|
-
"text": "boolean"
|
105358
|
-
},
|
105359
|
-
"default": "false",
|
105360
|
-
"fieldName": "hasLabels"
|
105361
|
-
},
|
105362
|
-
{
|
105363
|
-
"name": "value",
|
105364
|
-
"type": {
|
105365
|
-
"text": "string"
|
105366
|
-
},
|
105367
|
-
"default": "''",
|
105368
|
-
"fieldName": "value"
|
105369
|
-
}
|
105370
|
-
],
|
105371
|
-
"superclass": {
|
105372
|
-
"name": "LitElement",
|
105373
|
-
"package": "lit"
|
105374
|
-
},
|
105375
|
-
"tagName": "obc-toggle-button-group",
|
105376
|
-
"customElement": true
|
105377
|
-
}
|
105378
|
-
],
|
105379
|
-
"exports": [
|
105380
|
-
{
|
105381
|
-
"kind": "js",
|
105382
|
-
"name": "ObcToggleButtonGroup",
|
105383
|
-
"declaration": {
|
105384
|
-
"name": "ObcToggleButtonGroup",
|
105385
|
-
"module": "src/components/toggle-button-group/toggle-button-group.ts"
|
105386
|
-
}
|
105387
|
-
},
|
105388
|
-
{
|
105389
|
-
"kind": "custom-element-definition",
|
105390
|
-
"name": "obc-toggle-button-group",
|
105391
|
-
"declaration": {
|
105392
|
-
"name": "ObcToggleButtonGroup",
|
105393
|
-
"module": "src/components/toggle-button-group/toggle-button-group.ts"
|
105394
|
-
}
|
105395
|
-
}
|
105396
|
-
]
|
105397
|
-
},
|
105398
105422
|
{
|
105399
105423
|
"kind": "javascript-module",
|
105400
105424
|
"path": "src/components/toggle-button-option/toggle-button-option.ts",
|
@@ -105573,172 +105597,63 @@
|
|
105573
105597
|
},
|
105574
105598
|
{
|
105575
105599
|
"kind": "javascript-module",
|
105576
|
-
"path": "src/components/
|
105600
|
+
"path": "src/components/top-bar/top-bar.ts",
|
105577
105601
|
"declarations": [
|
105578
105602
|
{
|
105579
105603
|
"kind": "class",
|
105580
|
-
"description": "",
|
105581
|
-
"name": "
|
105604
|
+
"description": "Top bar component",
|
105605
|
+
"name": "ObcTopBar",
|
105582
105606
|
"members": [
|
105583
105607
|
{
|
105584
105608
|
"kind": "field",
|
105585
|
-
"name": "
|
105586
|
-
"
|
105587
|
-
|
105609
|
+
"name": "appTitle",
|
105610
|
+
"type": {
|
105611
|
+
"text": "string"
|
105612
|
+
},
|
105613
|
+
"default": "'App'",
|
105614
|
+
"attribute": "appTitle"
|
105588
105615
|
},
|
105589
105616
|
{
|
105590
105617
|
"kind": "field",
|
105591
|
-
"name": "
|
105618
|
+
"name": "pageName",
|
105592
105619
|
"type": {
|
105593
105620
|
"text": "string"
|
105594
105621
|
},
|
105595
|
-
"default": "'
|
105596
|
-
"attribute": "
|
105622
|
+
"default": "'Page'",
|
105623
|
+
"attribute": "pageName"
|
105597
105624
|
},
|
105598
105625
|
{
|
105599
105626
|
"kind": "field",
|
105600
|
-
"name": "
|
105627
|
+
"name": "date",
|
105601
105628
|
"type": {
|
105602
105629
|
"text": "string"
|
105603
105630
|
},
|
105604
|
-
"default": "'
|
105605
|
-
"attribute": "
|
105631
|
+
"default": "'2021-01-01T11:11:11.111Z'",
|
105632
|
+
"attribute": "date"
|
105606
105633
|
},
|
105607
105634
|
{
|
105608
105635
|
"kind": "field",
|
105609
|
-
"name": "
|
105636
|
+
"name": "menuButtonActivated",
|
105610
105637
|
"type": {
|
105611
105638
|
"text": "boolean"
|
105612
105639
|
},
|
105613
105640
|
"default": "false",
|
105614
|
-
"attribute": "
|
105615
|
-
}
|
105616
|
-
],
|
105617
|
-
"events": [
|
105618
|
-
{
|
105619
|
-
"name": "click:more",
|
105620
|
-
"type": {
|
105621
|
-
"text": "CustomEvent"
|
105622
|
-
}
|
105623
|
-
}
|
105624
|
-
],
|
105625
|
-
"attributes": [
|
105626
|
-
{
|
105627
|
-
"name": "variant",
|
105628
|
-
"default": "'neutral'",
|
105629
|
-
"fieldName": "variant"
|
105641
|
+
"attribute": "menuButtonActivated"
|
105630
105642
|
},
|
105631
105643
|
{
|
105632
|
-
"
|
105644
|
+
"kind": "field",
|
105645
|
+
"name": "dimmingButtonActivated",
|
105633
105646
|
"type": {
|
105634
|
-
"text": "
|
105647
|
+
"text": "boolean"
|
105635
105648
|
},
|
105636
|
-
"default": "
|
105637
|
-
"
|
105649
|
+
"default": "false",
|
105650
|
+
"attribute": "dimmingButtonActivated"
|
105638
105651
|
},
|
105639
105652
|
{
|
105640
|
-
"
|
105653
|
+
"kind": "field",
|
105654
|
+
"name": "appsButtonActivated",
|
105641
105655
|
"type": {
|
105642
|
-
"text": "
|
105643
|
-
},
|
105644
|
-
"default": "'Tooltip text'",
|
105645
|
-
"fieldName": "text"
|
105646
|
-
},
|
105647
|
-
{
|
105648
|
-
"name": "rightArrow",
|
105649
|
-
"type": {
|
105650
|
-
"text": "boolean"
|
105651
|
-
},
|
105652
|
-
"default": "false",
|
105653
|
-
"fieldName": "rightArrow"
|
105654
|
-
}
|
105655
|
-
],
|
105656
|
-
"superclass": {
|
105657
|
-
"name": "LitElement",
|
105658
|
-
"package": "lit"
|
105659
|
-
},
|
105660
|
-
"tagName": "obc-tooltip",
|
105661
|
-
"customElement": true
|
105662
|
-
}
|
105663
|
-
],
|
105664
|
-
"exports": [
|
105665
|
-
{
|
105666
|
-
"kind": "js",
|
105667
|
-
"name": "ObcTooltip",
|
105668
|
-
"declaration": {
|
105669
|
-
"name": "ObcTooltip",
|
105670
|
-
"module": "src/components/tooltip/tooltip.ts"
|
105671
|
-
}
|
105672
|
-
},
|
105673
|
-
{
|
105674
|
-
"kind": "custom-element-definition",
|
105675
|
-
"name": "obc-tooltip",
|
105676
|
-
"declaration": {
|
105677
|
-
"name": "ObcTooltip",
|
105678
|
-
"module": "src/components/tooltip/tooltip.ts"
|
105679
|
-
}
|
105680
|
-
}
|
105681
|
-
]
|
105682
|
-
},
|
105683
|
-
{
|
105684
|
-
"kind": "javascript-module",
|
105685
|
-
"path": "src/components/top-bar/top-bar.ts",
|
105686
|
-
"declarations": [
|
105687
|
-
{
|
105688
|
-
"kind": "class",
|
105689
|
-
"description": "Top bar component",
|
105690
|
-
"name": "ObcTopBar",
|
105691
|
-
"members": [
|
105692
|
-
{
|
105693
|
-
"kind": "field",
|
105694
|
-
"name": "appTitle",
|
105695
|
-
"type": {
|
105696
|
-
"text": "string"
|
105697
|
-
},
|
105698
|
-
"default": "'App'",
|
105699
|
-
"attribute": "appTitle"
|
105700
|
-
},
|
105701
|
-
{
|
105702
|
-
"kind": "field",
|
105703
|
-
"name": "pageName",
|
105704
|
-
"type": {
|
105705
|
-
"text": "string"
|
105706
|
-
},
|
105707
|
-
"default": "'Page'",
|
105708
|
-
"attribute": "pageName"
|
105709
|
-
},
|
105710
|
-
{
|
105711
|
-
"kind": "field",
|
105712
|
-
"name": "date",
|
105713
|
-
"type": {
|
105714
|
-
"text": "string"
|
105715
|
-
},
|
105716
|
-
"default": "'2021-01-01T11:11:11.111Z'",
|
105717
|
-
"attribute": "date"
|
105718
|
-
},
|
105719
|
-
{
|
105720
|
-
"kind": "field",
|
105721
|
-
"name": "menuButtonActivated",
|
105722
|
-
"type": {
|
105723
|
-
"text": "boolean"
|
105724
|
-
},
|
105725
|
-
"default": "false",
|
105726
|
-
"attribute": "menuButtonActivated"
|
105727
|
-
},
|
105728
|
-
{
|
105729
|
-
"kind": "field",
|
105730
|
-
"name": "dimmingButtonActivated",
|
105731
|
-
"type": {
|
105732
|
-
"text": "boolean"
|
105733
|
-
},
|
105734
|
-
"default": "false",
|
105735
|
-
"attribute": "dimmingButtonActivated"
|
105736
|
-
},
|
105737
|
-
{
|
105738
|
-
"kind": "field",
|
105739
|
-
"name": "appsButtonActivated",
|
105740
|
-
"type": {
|
105741
|
-
"text": "boolean"
|
105656
|
+
"text": "boolean"
|
105742
105657
|
},
|
105743
105658
|
"default": "false",
|
105744
105659
|
"attribute": "appsButtonActivated"
|
@@ -106110,6 +106025,115 @@
|
|
106110
106025
|
}
|
106111
106026
|
]
|
106112
106027
|
},
|
106028
|
+
{
|
106029
|
+
"kind": "javascript-module",
|
106030
|
+
"path": "src/components/tooltip/tooltip.ts",
|
106031
|
+
"declarations": [
|
106032
|
+
{
|
106033
|
+
"kind": "class",
|
106034
|
+
"description": "",
|
106035
|
+
"name": "ObcTooltip",
|
106036
|
+
"members": [
|
106037
|
+
{
|
106038
|
+
"kind": "field",
|
106039
|
+
"name": "variant",
|
106040
|
+
"default": "'neutral'",
|
106041
|
+
"attribute": "variant"
|
106042
|
+
},
|
106043
|
+
{
|
106044
|
+
"kind": "field",
|
106045
|
+
"name": "label",
|
106046
|
+
"type": {
|
106047
|
+
"text": "string"
|
106048
|
+
},
|
106049
|
+
"default": "'Title'",
|
106050
|
+
"attribute": "label"
|
106051
|
+
},
|
106052
|
+
{
|
106053
|
+
"kind": "field",
|
106054
|
+
"name": "text",
|
106055
|
+
"type": {
|
106056
|
+
"text": "string"
|
106057
|
+
},
|
106058
|
+
"default": "'Tooltip text'",
|
106059
|
+
"attribute": "text"
|
106060
|
+
},
|
106061
|
+
{
|
106062
|
+
"kind": "field",
|
106063
|
+
"name": "rightArrow",
|
106064
|
+
"type": {
|
106065
|
+
"text": "boolean"
|
106066
|
+
},
|
106067
|
+
"default": "false",
|
106068
|
+
"attribute": "rightArrow"
|
106069
|
+
}
|
106070
|
+
],
|
106071
|
+
"events": [
|
106072
|
+
{
|
106073
|
+
"name": "click:more",
|
106074
|
+
"type": {
|
106075
|
+
"text": "CustomEvent"
|
106076
|
+
}
|
106077
|
+
}
|
106078
|
+
],
|
106079
|
+
"attributes": [
|
106080
|
+
{
|
106081
|
+
"name": "variant",
|
106082
|
+
"default": "'neutral'",
|
106083
|
+
"fieldName": "variant"
|
106084
|
+
},
|
106085
|
+
{
|
106086
|
+
"name": "label",
|
106087
|
+
"type": {
|
106088
|
+
"text": "string"
|
106089
|
+
},
|
106090
|
+
"default": "'Title'",
|
106091
|
+
"fieldName": "label"
|
106092
|
+
},
|
106093
|
+
{
|
106094
|
+
"name": "text",
|
106095
|
+
"type": {
|
106096
|
+
"text": "string"
|
106097
|
+
},
|
106098
|
+
"default": "'Tooltip text'",
|
106099
|
+
"fieldName": "text"
|
106100
|
+
},
|
106101
|
+
{
|
106102
|
+
"name": "rightArrow",
|
106103
|
+
"type": {
|
106104
|
+
"text": "boolean"
|
106105
|
+
},
|
106106
|
+
"default": "false",
|
106107
|
+
"fieldName": "rightArrow"
|
106108
|
+
}
|
106109
|
+
],
|
106110
|
+
"superclass": {
|
106111
|
+
"name": "LitElement",
|
106112
|
+
"package": "lit"
|
106113
|
+
},
|
106114
|
+
"tagName": "obc-tooltip",
|
106115
|
+
"customElement": true
|
106116
|
+
}
|
106117
|
+
],
|
106118
|
+
"exports": [
|
106119
|
+
{
|
106120
|
+
"kind": "js",
|
106121
|
+
"name": "ObcTooltip",
|
106122
|
+
"declaration": {
|
106123
|
+
"name": "ObcTooltip",
|
106124
|
+
"module": "src/components/tooltip/tooltip.ts"
|
106125
|
+
}
|
106126
|
+
},
|
106127
|
+
{
|
106128
|
+
"kind": "custom-element-definition",
|
106129
|
+
"name": "obc-tooltip",
|
106130
|
+
"declaration": {
|
106131
|
+
"name": "ObcTooltip",
|
106132
|
+
"module": "src/components/tooltip/tooltip.ts"
|
106133
|
+
}
|
106134
|
+
}
|
106135
|
+
]
|
106136
|
+
},
|
106113
106137
|
{
|
106114
106138
|
"kind": "javascript-module",
|
106115
106139
|
"path": "src/components/vendor-button/vendor-button.ts",
|
@@ -106183,30 +106207,6 @@
|
|
106183
106207
|
}
|
106184
106208
|
]
|
106185
106209
|
},
|
106186
|
-
{
|
106187
|
-
"kind": "javascript-module",
|
106188
|
-
"path": "src/generated/locales/es-419.ts",
|
106189
|
-
"declarations": [
|
106190
|
-
{
|
106191
|
-
"kind": "variable",
|
106192
|
-
"name": "templates",
|
106193
|
-
"type": {
|
106194
|
-
"text": "object"
|
106195
|
-
},
|
106196
|
-
"default": "{ 's0f3699a7bd401f61': `Noche`, 's3cd891731e99f7e6': `Alertas activas`, 's5de3f4978aaa2443': `Lista de alertas`, 's8119af112f965c78': `Brillantez`, 'sa7f8e003ff63ef9f': `No alertas activas`, 'se0955919920ee87d': `Día`, 's271aae29defa65a5': `ACK ALL`, 's253615bbc36ae2d7': `Auto brilliance`, 's6f01314ca1673b61': `Auto day - night`, }"
|
106197
|
-
}
|
106198
|
-
],
|
106199
|
-
"exports": [
|
106200
|
-
{
|
106201
|
-
"kind": "js",
|
106202
|
-
"name": "templates",
|
106203
|
-
"declaration": {
|
106204
|
-
"name": "templates",
|
106205
|
-
"module": "src/generated/locales/es-419.ts"
|
106206
|
-
}
|
106207
|
-
}
|
106208
|
-
]
|
106209
|
-
},
|
106210
106210
|
{
|
106211
106211
|
"kind": "javascript-module",
|
106212
106212
|
"path": "src/navigation-instruments/azimuth-thruster/azimuth-thruster.ts",
|
@@ -106938,93 +106938,6 @@
|
|
106938
106938
|
}
|
106939
106939
|
]
|
106940
106940
|
},
|
106941
|
-
{
|
106942
|
-
"kind": "javascript-module",
|
106943
|
-
"path": "src/navigation-instruments/badge-command/badge-command.ts",
|
106944
|
-
"declarations": [
|
106945
|
-
{
|
106946
|
-
"kind": "class",
|
106947
|
-
"description": "",
|
106948
|
-
"name": "ObcBadgeCommand",
|
106949
|
-
"members": [
|
106950
|
-
{
|
106951
|
-
"kind": "field",
|
106952
|
-
"name": "status",
|
106953
|
-
"type": {
|
106954
|
-
"text": "CommandStatus"
|
106955
|
-
},
|
106956
|
-
"attribute": "status"
|
106957
|
-
},
|
106958
|
-
{
|
106959
|
-
"kind": "field",
|
106960
|
-
"name": "large",
|
106961
|
-
"type": {
|
106962
|
-
"text": "boolean"
|
106963
|
-
},
|
106964
|
-
"default": "false",
|
106965
|
-
"attribute": "large"
|
106966
|
-
},
|
106967
|
-
{
|
106968
|
-
"kind": "field",
|
106969
|
-
"name": "iconLarge",
|
106970
|
-
"type": {
|
106971
|
-
"text": "HTMLTemplateResult"
|
106972
|
-
},
|
106973
|
-
"readonly": true
|
106974
|
-
},
|
106975
|
-
{
|
106976
|
-
"kind": "field",
|
106977
|
-
"name": "iconSmall",
|
106978
|
-
"type": {
|
106979
|
-
"text": "HTMLTemplateResult"
|
106980
|
-
},
|
106981
|
-
"readonly": true
|
106982
|
-
}
|
106983
|
-
],
|
106984
|
-
"attributes": [
|
106985
|
-
{
|
106986
|
-
"name": "status",
|
106987
|
-
"type": {
|
106988
|
-
"text": "CommandStatus"
|
106989
|
-
},
|
106990
|
-
"fieldName": "status"
|
106991
|
-
},
|
106992
|
-
{
|
106993
|
-
"name": "large",
|
106994
|
-
"type": {
|
106995
|
-
"text": "boolean"
|
106996
|
-
},
|
106997
|
-
"default": "false",
|
106998
|
-
"fieldName": "large"
|
106999
|
-
}
|
107000
|
-
],
|
107001
|
-
"superclass": {
|
107002
|
-
"name": "LitElement",
|
107003
|
-
"package": "lit"
|
107004
|
-
},
|
107005
|
-
"tagName": "obc-badge-command",
|
107006
|
-
"customElement": true
|
107007
|
-
}
|
107008
|
-
],
|
107009
|
-
"exports": [
|
107010
|
-
{
|
107011
|
-
"kind": "js",
|
107012
|
-
"name": "ObcBadgeCommand",
|
107013
|
-
"declaration": {
|
107014
|
-
"name": "ObcBadgeCommand",
|
107015
|
-
"module": "src/navigation-instruments/badge-command/badge-command.ts"
|
107016
|
-
}
|
107017
|
-
},
|
107018
|
-
{
|
107019
|
-
"kind": "custom-element-definition",
|
107020
|
-
"name": "obc-badge-command",
|
107021
|
-
"declaration": {
|
107022
|
-
"name": "ObcBadgeCommand",
|
107023
|
-
"module": "src/navigation-instruments/badge-command/badge-command.ts"
|
107024
|
-
}
|
107025
|
-
}
|
107026
|
-
]
|
107027
|
-
},
|
107028
106941
|
{
|
107029
106942
|
"kind": "javascript-module",
|
107030
106943
|
"path": "src/navigation-instruments/compass/arrow.ts",
|
@@ -107210,6 +107123,93 @@
|
|
107210
107123
|
}
|
107211
107124
|
]
|
107212
107125
|
},
|
107126
|
+
{
|
107127
|
+
"kind": "javascript-module",
|
107128
|
+
"path": "src/navigation-instruments/badge-command/badge-command.ts",
|
107129
|
+
"declarations": [
|
107130
|
+
{
|
107131
|
+
"kind": "class",
|
107132
|
+
"description": "",
|
107133
|
+
"name": "ObcBadgeCommand",
|
107134
|
+
"members": [
|
107135
|
+
{
|
107136
|
+
"kind": "field",
|
107137
|
+
"name": "status",
|
107138
|
+
"type": {
|
107139
|
+
"text": "CommandStatus"
|
107140
|
+
},
|
107141
|
+
"attribute": "status"
|
107142
|
+
},
|
107143
|
+
{
|
107144
|
+
"kind": "field",
|
107145
|
+
"name": "large",
|
107146
|
+
"type": {
|
107147
|
+
"text": "boolean"
|
107148
|
+
},
|
107149
|
+
"default": "false",
|
107150
|
+
"attribute": "large"
|
107151
|
+
},
|
107152
|
+
{
|
107153
|
+
"kind": "field",
|
107154
|
+
"name": "iconLarge",
|
107155
|
+
"type": {
|
107156
|
+
"text": "HTMLTemplateResult"
|
107157
|
+
},
|
107158
|
+
"readonly": true
|
107159
|
+
},
|
107160
|
+
{
|
107161
|
+
"kind": "field",
|
107162
|
+
"name": "iconSmall",
|
107163
|
+
"type": {
|
107164
|
+
"text": "HTMLTemplateResult"
|
107165
|
+
},
|
107166
|
+
"readonly": true
|
107167
|
+
}
|
107168
|
+
],
|
107169
|
+
"attributes": [
|
107170
|
+
{
|
107171
|
+
"name": "status",
|
107172
|
+
"type": {
|
107173
|
+
"text": "CommandStatus"
|
107174
|
+
},
|
107175
|
+
"fieldName": "status"
|
107176
|
+
},
|
107177
|
+
{
|
107178
|
+
"name": "large",
|
107179
|
+
"type": {
|
107180
|
+
"text": "boolean"
|
107181
|
+
},
|
107182
|
+
"default": "false",
|
107183
|
+
"fieldName": "large"
|
107184
|
+
}
|
107185
|
+
],
|
107186
|
+
"superclass": {
|
107187
|
+
"name": "LitElement",
|
107188
|
+
"package": "lit"
|
107189
|
+
},
|
107190
|
+
"tagName": "obc-badge-command",
|
107191
|
+
"customElement": true
|
107192
|
+
}
|
107193
|
+
],
|
107194
|
+
"exports": [
|
107195
|
+
{
|
107196
|
+
"kind": "js",
|
107197
|
+
"name": "ObcBadgeCommand",
|
107198
|
+
"declaration": {
|
107199
|
+
"name": "ObcBadgeCommand",
|
107200
|
+
"module": "src/navigation-instruments/badge-command/badge-command.ts"
|
107201
|
+
}
|
107202
|
+
},
|
107203
|
+
{
|
107204
|
+
"kind": "custom-element-definition",
|
107205
|
+
"name": "obc-badge-command",
|
107206
|
+
"declaration": {
|
107207
|
+
"name": "ObcBadgeCommand",
|
107208
|
+
"module": "src/navigation-instruments/badge-command/badge-command.ts"
|
107209
|
+
}
|
107210
|
+
}
|
107211
|
+
]
|
107212
|
+
},
|
107213
107213
|
{
|
107214
107214
|
"kind": "javascript-module",
|
107215
107215
|
"path": "src/navigation-instruments/compass-flat/compass-flat.ts",
|
@@ -108087,6 +108087,105 @@
|
|
108087
108087
|
}
|
108088
108088
|
]
|
108089
108089
|
},
|
108090
|
+
{
|
108091
|
+
"kind": "javascript-module",
|
108092
|
+
"path": "src/navigation-instruments/poi-line/poi-line.ts",
|
108093
|
+
"declarations": [
|
108094
|
+
{
|
108095
|
+
"kind": "class",
|
108096
|
+
"description": "",
|
108097
|
+
"name": "ObcPoiLine",
|
108098
|
+
"members": [
|
108099
|
+
{
|
108100
|
+
"kind": "field",
|
108101
|
+
"name": "height",
|
108102
|
+
"type": {
|
108103
|
+
"text": "number"
|
108104
|
+
},
|
108105
|
+
"default": "96",
|
108106
|
+
"attribute": "height"
|
108107
|
+
},
|
108108
|
+
{
|
108109
|
+
"kind": "field",
|
108110
|
+
"name": "poiStyle",
|
108111
|
+
"type": {
|
108112
|
+
"text": "POIStyle"
|
108113
|
+
},
|
108114
|
+
"attribute": "poiStyle"
|
108115
|
+
}
|
108116
|
+
],
|
108117
|
+
"attributes": [
|
108118
|
+
{
|
108119
|
+
"name": "height",
|
108120
|
+
"type": {
|
108121
|
+
"text": "number"
|
108122
|
+
},
|
108123
|
+
"default": "96",
|
108124
|
+
"fieldName": "height"
|
108125
|
+
},
|
108126
|
+
{
|
108127
|
+
"name": "poiStyle",
|
108128
|
+
"type": {
|
108129
|
+
"text": "POIStyle"
|
108130
|
+
},
|
108131
|
+
"fieldName": "poiStyle"
|
108132
|
+
}
|
108133
|
+
],
|
108134
|
+
"superclass": {
|
108135
|
+
"name": "LitElement",
|
108136
|
+
"package": "lit"
|
108137
|
+
},
|
108138
|
+
"tagName": "obc-poi-line",
|
108139
|
+
"customElement": true
|
108140
|
+
}
|
108141
|
+
],
|
108142
|
+
"exports": [
|
108143
|
+
{
|
108144
|
+
"kind": "js",
|
108145
|
+
"name": "ObcPoiLine",
|
108146
|
+
"declaration": {
|
108147
|
+
"name": "ObcPoiLine",
|
108148
|
+
"module": "src/navigation-instruments/poi-line/poi-line.ts"
|
108149
|
+
}
|
108150
|
+
},
|
108151
|
+
{
|
108152
|
+
"kind": "custom-element-definition",
|
108153
|
+
"name": "obc-poi-line",
|
108154
|
+
"declaration": {
|
108155
|
+
"name": "ObcPoiLine",
|
108156
|
+
"module": "src/navigation-instruments/poi-line/poi-line.ts"
|
108157
|
+
}
|
108158
|
+
}
|
108159
|
+
]
|
108160
|
+
},
|
108161
|
+
{
|
108162
|
+
"kind": "javascript-module",
|
108163
|
+
"path": "src/navigation-instruments/poi-line/pointerDot.ts",
|
108164
|
+
"declarations": [
|
108165
|
+
{
|
108166
|
+
"kind": "function",
|
108167
|
+
"name": "renderPointerDot",
|
108168
|
+
"parameters": [
|
108169
|
+
{
|
108170
|
+
"name": "{\n lineStyle,\n centerX,\n centerY,\n width,\n vbHeight,\n lineColor,\n outlineColor,\n}",
|
108171
|
+
"type": {
|
108172
|
+
"text": "{\n lineStyle: POIStyle;\n centerX: number;\n centerY: number;\n width: number;\n vbHeight: number;\n lineColor: string;\n outlineColor: string;\n}"
|
108173
|
+
}
|
108174
|
+
}
|
108175
|
+
]
|
108176
|
+
}
|
108177
|
+
],
|
108178
|
+
"exports": [
|
108179
|
+
{
|
108180
|
+
"kind": "js",
|
108181
|
+
"name": "renderPointerDot",
|
108182
|
+
"declaration": {
|
108183
|
+
"name": "renderPointerDot",
|
108184
|
+
"module": "src/navigation-instruments/poi-line/pointerDot.ts"
|
108185
|
+
}
|
108186
|
+
}
|
108187
|
+
]
|
108188
|
+
},
|
108090
108189
|
{
|
108091
108190
|
"kind": "javascript-module",
|
108092
108191
|
"path": "src/navigation-instruments/poi-graphic-line/poi-config.ts",
|
@@ -108236,105 +108335,6 @@
|
|
108236
108335
|
}
|
108237
108336
|
]
|
108238
108337
|
},
|
108239
|
-
{
|
108240
|
-
"kind": "javascript-module",
|
108241
|
-
"path": "src/navigation-instruments/poi-line/poi-line.ts",
|
108242
|
-
"declarations": [
|
108243
|
-
{
|
108244
|
-
"kind": "class",
|
108245
|
-
"description": "",
|
108246
|
-
"name": "ObcPoiLine",
|
108247
|
-
"members": [
|
108248
|
-
{
|
108249
|
-
"kind": "field",
|
108250
|
-
"name": "height",
|
108251
|
-
"type": {
|
108252
|
-
"text": "number"
|
108253
|
-
},
|
108254
|
-
"default": "96",
|
108255
|
-
"attribute": "height"
|
108256
|
-
},
|
108257
|
-
{
|
108258
|
-
"kind": "field",
|
108259
|
-
"name": "poiStyle",
|
108260
|
-
"type": {
|
108261
|
-
"text": "POIStyle"
|
108262
|
-
},
|
108263
|
-
"attribute": "poiStyle"
|
108264
|
-
}
|
108265
|
-
],
|
108266
|
-
"attributes": [
|
108267
|
-
{
|
108268
|
-
"name": "height",
|
108269
|
-
"type": {
|
108270
|
-
"text": "number"
|
108271
|
-
},
|
108272
|
-
"default": "96",
|
108273
|
-
"fieldName": "height"
|
108274
|
-
},
|
108275
|
-
{
|
108276
|
-
"name": "poiStyle",
|
108277
|
-
"type": {
|
108278
|
-
"text": "POIStyle"
|
108279
|
-
},
|
108280
|
-
"fieldName": "poiStyle"
|
108281
|
-
}
|
108282
|
-
],
|
108283
|
-
"superclass": {
|
108284
|
-
"name": "LitElement",
|
108285
|
-
"package": "lit"
|
108286
|
-
},
|
108287
|
-
"tagName": "obc-poi-line",
|
108288
|
-
"customElement": true
|
108289
|
-
}
|
108290
|
-
],
|
108291
|
-
"exports": [
|
108292
|
-
{
|
108293
|
-
"kind": "js",
|
108294
|
-
"name": "ObcPoiLine",
|
108295
|
-
"declaration": {
|
108296
|
-
"name": "ObcPoiLine",
|
108297
|
-
"module": "src/navigation-instruments/poi-line/poi-line.ts"
|
108298
|
-
}
|
108299
|
-
},
|
108300
|
-
{
|
108301
|
-
"kind": "custom-element-definition",
|
108302
|
-
"name": "obc-poi-line",
|
108303
|
-
"declaration": {
|
108304
|
-
"name": "ObcPoiLine",
|
108305
|
-
"module": "src/navigation-instruments/poi-line/poi-line.ts"
|
108306
|
-
}
|
108307
|
-
}
|
108308
|
-
]
|
108309
|
-
},
|
108310
|
-
{
|
108311
|
-
"kind": "javascript-module",
|
108312
|
-
"path": "src/navigation-instruments/poi-line/pointerDot.ts",
|
108313
|
-
"declarations": [
|
108314
|
-
{
|
108315
|
-
"kind": "function",
|
108316
|
-
"name": "renderPointerDot",
|
108317
|
-
"parameters": [
|
108318
|
-
{
|
108319
|
-
"name": "{\n lineStyle,\n centerX,\n centerY,\n width,\n vbHeight,\n lineColor,\n outlineColor,\n}",
|
108320
|
-
"type": {
|
108321
|
-
"text": "{\n lineStyle: POIStyle;\n centerX: number;\n centerY: number;\n width: number;\n vbHeight: number;\n lineColor: string;\n outlineColor: string;\n}"
|
108322
|
-
}
|
108323
|
-
}
|
108324
|
-
]
|
108325
|
-
}
|
108326
|
-
],
|
108327
|
-
"exports": [
|
108328
|
-
{
|
108329
|
-
"kind": "js",
|
108330
|
-
"name": "renderPointerDot",
|
108331
|
-
"declaration": {
|
108332
|
-
"name": "renderPointerDot",
|
108333
|
-
"module": "src/navigation-instruments/poi-line/pointerDot.ts"
|
108334
|
-
}
|
108335
|
-
}
|
108336
|
-
]
|
108337
|
-
},
|
108338
108338
|
{
|
108339
108339
|
"kind": "javascript-module",
|
108340
108340
|
"path": "src/navigation-instruments/poi-target/arrow.ts",
|
@@ -109388,73 +109388,7 @@
|
|
109388
109388
|
},
|
109389
109389
|
{
|
109390
109390
|
"kind": "javascript-module",
|
109391
|
-
"path": "src/navigation-instruments/watch/
|
109392
|
-
"declarations": [
|
109393
|
-
{
|
109394
|
-
"kind": "function",
|
109395
|
-
"name": "renderAdvice",
|
109396
|
-
"return": {
|
109397
|
-
"type": {
|
109398
|
-
"text": "SVGTemplateResult"
|
109399
|
-
}
|
109400
|
-
},
|
109401
|
-
"parameters": [
|
109402
|
-
{
|
109403
|
-
"name": "advice",
|
109404
|
-
"type": {
|
109405
|
-
"text": "AngleAdviceRaw"
|
109406
|
-
}
|
109407
|
-
}
|
109408
|
-
]
|
109409
|
-
}
|
109410
|
-
],
|
109411
|
-
"exports": [
|
109412
|
-
{
|
109413
|
-
"kind": "js",
|
109414
|
-
"name": "renderAdvice",
|
109415
|
-
"declaration": {
|
109416
|
-
"name": "renderAdvice",
|
109417
|
-
"module": "src/navigation-instruments/watch/advice.ts"
|
109418
|
-
}
|
109419
|
-
}
|
109420
|
-
]
|
109421
|
-
},
|
109422
|
-
{
|
109423
|
-
"kind": "javascript-module",
|
109424
|
-
"path": "src/navigation-instruments/watch/label.ts",
|
109425
|
-
"declarations": [
|
109426
|
-
{
|
109427
|
-
"kind": "function",
|
109428
|
-
"name": "renderLabels",
|
109429
|
-
"return": {
|
109430
|
-
"type": {
|
109431
|
-
"text": "SVGTemplateResult"
|
109432
|
-
}
|
109433
|
-
},
|
109434
|
-
"parameters": [
|
109435
|
-
{
|
109436
|
-
"name": "scale",
|
109437
|
-
"type": {
|
109438
|
-
"text": "number"
|
109439
|
-
}
|
109440
|
-
}
|
109441
|
-
]
|
109442
|
-
}
|
109443
|
-
],
|
109444
|
-
"exports": [
|
109445
|
-
{
|
109446
|
-
"kind": "js",
|
109447
|
-
"name": "renderLabels",
|
109448
|
-
"declaration": {
|
109449
|
-
"name": "renderLabels",
|
109450
|
-
"module": "src/navigation-instruments/watch/label.ts"
|
109451
|
-
}
|
109452
|
-
}
|
109453
|
-
]
|
109454
|
-
},
|
109455
|
-
{
|
109456
|
-
"kind": "javascript-module",
|
109457
|
-
"path": "src/navigation-instruments/watch/tickmark.ts",
|
109391
|
+
"path": "src/navigation-instruments/watch-flat/tickmark-flat.ts",
|
109458
109392
|
"declarations": [
|
109459
109393
|
{
|
109460
109394
|
"kind": "function",
|
@@ -109500,12 +109434,6 @@
|
|
109500
109434
|
"text": "TickmarkStyle"
|
109501
109435
|
}
|
109502
109436
|
},
|
109503
|
-
{
|
109504
|
-
"name": "scale",
|
109505
|
-
"type": {
|
109506
|
-
"text": "number"
|
109507
|
-
}
|
109508
|
-
},
|
109509
109437
|
{
|
109510
109438
|
"name": "text",
|
109511
109439
|
"optional": true,
|
@@ -109522,7 +109450,7 @@
|
|
109522
109450
|
"name": "tickmarkColor",
|
109523
109451
|
"declaration": {
|
109524
109452
|
"name": "tickmarkColor",
|
109525
|
-
"module": "src/navigation-instruments/watch/tickmark.ts"
|
109453
|
+
"module": "src/navigation-instruments/watch-flat/tickmark-flat.ts"
|
109526
109454
|
}
|
109527
109455
|
},
|
109528
109456
|
{
|
@@ -109530,44 +109458,37 @@
|
|
109530
109458
|
"name": "tickmark",
|
109531
109459
|
"declaration": {
|
109532
109460
|
"name": "tickmark",
|
109533
|
-
"module": "src/navigation-instruments/watch/tickmark.ts"
|
109461
|
+
"module": "src/navigation-instruments/watch-flat/tickmark-flat.ts"
|
109534
109462
|
}
|
109535
109463
|
}
|
109536
109464
|
]
|
109537
109465
|
},
|
109538
109466
|
{
|
109539
109467
|
"kind": "javascript-module",
|
109540
|
-
"path": "src/navigation-instruments/watch/watch.ts",
|
109468
|
+
"path": "src/navigation-instruments/watch-flat/watch-flat.ts",
|
109541
109469
|
"declarations": [
|
109542
109470
|
{
|
109543
109471
|
"kind": "class",
|
109544
109472
|
"description": "",
|
109545
|
-
"name": "
|
109473
|
+
"name": "ObcWatchFlat",
|
109546
109474
|
"members": [
|
109547
109475
|
{
|
109548
109476
|
"kind": "field",
|
109549
|
-
"name": "
|
109550
|
-
"type": {
|
109551
|
-
"text": "InstrumentState"
|
109552
|
-
},
|
109553
|
-
"attribute": "state"
|
109554
|
-
},
|
109555
|
-
{
|
109556
|
-
"kind": "field",
|
109557
|
-
"name": "angleSetpoint",
|
109477
|
+
"name": "width",
|
109558
109478
|
"type": {
|
109559
|
-
"text": "number
|
109479
|
+
"text": "number"
|
109560
109480
|
},
|
109561
|
-
"
|
109481
|
+
"default": "352",
|
109482
|
+
"attribute": "width"
|
109562
109483
|
},
|
109563
109484
|
{
|
109564
109485
|
"kind": "field",
|
109565
|
-
"name": "
|
109486
|
+
"name": "height",
|
109566
109487
|
"type": {
|
109567
|
-
"text": "
|
109488
|
+
"text": "number"
|
109568
109489
|
},
|
109569
|
-
"default": "
|
109570
|
-
"attribute": "
|
109490
|
+
"default": "72",
|
109491
|
+
"attribute": "height"
|
109571
109492
|
},
|
109572
109493
|
{
|
109573
109494
|
"kind": "field",
|
@@ -109575,88 +109496,100 @@
|
|
109575
109496
|
"type": {
|
109576
109497
|
"text": "number"
|
109577
109498
|
},
|
109578
|
-
"default": "
|
109499
|
+
"default": "0",
|
109579
109500
|
"attribute": "padding"
|
109580
109501
|
},
|
109581
109502
|
{
|
109582
109503
|
"kind": "field",
|
109583
|
-
"name": "
|
109504
|
+
"name": "rotation",
|
109584
109505
|
"type": {
|
109585
|
-
"text": "number
|
109506
|
+
"text": "number"
|
109586
109507
|
},
|
109587
|
-
"default": "
|
109588
|
-
"attribute": "
|
109508
|
+
"default": "0",
|
109509
|
+
"attribute": "rotation"
|
109589
109510
|
},
|
109590
109511
|
{
|
109591
109512
|
"kind": "field",
|
109592
|
-
"name": "
|
109513
|
+
"name": "tickmarkSpacing",
|
109593
109514
|
"type": {
|
109594
|
-
"text": "number
|
109515
|
+
"text": "number"
|
109595
109516
|
},
|
109596
|
-
"default": "
|
109597
|
-
"attribute": "
|
109517
|
+
"default": "0",
|
109518
|
+
"attribute": "tickmarkSpacing"
|
109598
109519
|
},
|
109599
109520
|
{
|
109600
109521
|
"kind": "field",
|
109601
|
-
"name": "
|
109522
|
+
"name": "angleSetpoint",
|
109602
109523
|
"type": {
|
109603
|
-
"text": "
|
109524
|
+
"text": "number | undefined"
|
109604
109525
|
},
|
109605
|
-
"
|
109606
|
-
"attribute": "roundOutsideCut"
|
109526
|
+
"attribute": "angleSetpoint"
|
109607
109527
|
},
|
109608
109528
|
{
|
109609
109529
|
"kind": "field",
|
109610
|
-
"name": "
|
109530
|
+
"name": "tickmarks",
|
109611
109531
|
"type": {
|
109612
|
-
"text": "
|
109532
|
+
"text": "Tickmark[]"
|
109613
109533
|
},
|
109614
|
-
"default": "
|
109615
|
-
"attribute": "roundInsideCut"
|
109534
|
+
"default": "[]"
|
109616
109535
|
},
|
109617
109536
|
{
|
109618
109537
|
"kind": "field",
|
109619
|
-
"name": "
|
109538
|
+
"name": "labels",
|
109620
109539
|
"type": {
|
109621
|
-
"text": "
|
109540
|
+
"text": "Label[]"
|
109622
109541
|
},
|
109623
109542
|
"default": "[]"
|
109624
109543
|
},
|
109625
109544
|
{
|
109626
109545
|
"kind": "field",
|
109627
|
-
"name": "
|
109546
|
+
"name": "FOVIndicator",
|
109628
109547
|
"type": {
|
109629
|
-
"text": "
|
109548
|
+
"text": "SVGTemplateResult[]"
|
109630
109549
|
},
|
109631
109550
|
"default": "[]"
|
109632
109551
|
},
|
109633
109552
|
{
|
109634
109553
|
"kind": "field",
|
109635
|
-
"name": "
|
109636
|
-
"
|
109637
|
-
"text": "boolean"
|
109638
|
-
},
|
109639
|
-
"default": "false",
|
109640
|
-
"attribute": "crosshairEnabled"
|
109554
|
+
"name": "trackHeight",
|
109555
|
+
"attribute": "trackHeight"
|
109641
109556
|
},
|
109642
109557
|
{
|
109643
109558
|
"kind": "field",
|
109644
|
-
"name": "
|
109559
|
+
"name": "ticksHeight",
|
109560
|
+
"attribute": "ticksHeight"
|
109561
|
+
},
|
109562
|
+
{
|
109563
|
+
"kind": "field",
|
109564
|
+
"name": "borderRadius",
|
109645
109565
|
"type": {
|
109646
|
-
"text": "
|
109566
|
+
"text": "number"
|
109647
109567
|
},
|
109648
|
-
"default": "
|
109649
|
-
"attribute": "
|
109568
|
+
"default": "8",
|
109569
|
+
"attribute": "borderRadius"
|
109650
109570
|
},
|
109651
109571
|
{
|
109652
|
-
"kind": "
|
109653
|
-
"name": "
|
109572
|
+
"kind": "method",
|
109573
|
+
"name": "renderClipPath",
|
109654
109574
|
"privacy": "private",
|
109655
|
-
"
|
109575
|
+
"return": {
|
109576
|
+
"type": {
|
109577
|
+
"text": "SVGTemplateResult"
|
109578
|
+
}
|
109579
|
+
},
|
109580
|
+
"parameters": [
|
109581
|
+
{
|
109582
|
+
"name": "offsetY",
|
109583
|
+
"default": "0",
|
109584
|
+
"type": {
|
109585
|
+
"text": "number"
|
109586
|
+
}
|
109587
|
+
}
|
109588
|
+
]
|
109656
109589
|
},
|
109657
109590
|
{
|
109658
109591
|
"kind": "method",
|
109659
|
-
"name": "
|
109592
|
+
"name": "renderLabelMask",
|
109660
109593
|
"privacy": "private",
|
109661
109594
|
"return": {
|
109662
109595
|
"type": {
|
@@ -109666,16 +109599,16 @@
|
|
109666
109599
|
},
|
109667
109600
|
{
|
109668
109601
|
"kind": "method",
|
109669
|
-
"name": "
|
109602
|
+
"name": "renderLabels",
|
109670
109603
|
"privacy": "private",
|
109671
109604
|
"return": {
|
109672
109605
|
"type": {
|
109673
|
-
"text": "SVGTemplateResult"
|
109606
|
+
"text": "SVGTemplateResult[]"
|
109674
109607
|
}
|
109675
109608
|
},
|
109676
109609
|
"parameters": [
|
109677
109610
|
{
|
109678
|
-
"name": "
|
109611
|
+
"name": "scale",
|
109679
109612
|
"type": {
|
109680
109613
|
"text": "number"
|
109681
109614
|
}
|
@@ -109684,125 +109617,302 @@
|
|
109684
109617
|
},
|
109685
109618
|
{
|
109686
109619
|
"kind": "method",
|
109687
|
-
"name": "
|
109620
|
+
"name": "watchFace",
|
109688
109621
|
"privacy": "private",
|
109689
109622
|
"return": {
|
109690
109623
|
"type": {
|
109691
|
-
"text": "SVGTemplateResult
|
109624
|
+
"text": "SVGTemplateResult"
|
109692
109625
|
}
|
109693
109626
|
}
|
109694
109627
|
}
|
109695
109628
|
],
|
109696
109629
|
"attributes": [
|
109697
109630
|
{
|
109698
|
-
"name": "
|
109699
|
-
"type": {
|
109700
|
-
"text": "InstrumentState"
|
109701
|
-
},
|
109702
|
-
"fieldName": "state"
|
109703
|
-
},
|
109704
|
-
{
|
109705
|
-
"name": "angleSetpoint",
|
109631
|
+
"name": "width",
|
109706
109632
|
"type": {
|
109707
|
-
"text": "number
|
109633
|
+
"text": "number"
|
109708
109634
|
},
|
109709
|
-
"
|
109635
|
+
"default": "352",
|
109636
|
+
"fieldName": "width"
|
109710
109637
|
},
|
109711
109638
|
{
|
109712
|
-
"name": "
|
109639
|
+
"name": "height",
|
109713
109640
|
"type": {
|
109714
|
-
"text": "
|
109641
|
+
"text": "number"
|
109715
109642
|
},
|
109716
|
-
"default": "
|
109717
|
-
"fieldName": "
|
109643
|
+
"default": "72",
|
109644
|
+
"fieldName": "height"
|
109718
109645
|
},
|
109719
109646
|
{
|
109720
109647
|
"name": "padding",
|
109721
109648
|
"type": {
|
109722
109649
|
"text": "number"
|
109723
109650
|
},
|
109724
|
-
"default": "
|
109651
|
+
"default": "0",
|
109725
109652
|
"fieldName": "padding"
|
109726
109653
|
},
|
109727
109654
|
{
|
109728
|
-
"name": "
|
109655
|
+
"name": "rotation",
|
109729
109656
|
"type": {
|
109730
|
-
"text": "number
|
109657
|
+
"text": "number"
|
109731
109658
|
},
|
109732
|
-
"default": "
|
109733
|
-
"fieldName": "
|
109659
|
+
"default": "0",
|
109660
|
+
"fieldName": "rotation"
|
109734
109661
|
},
|
109735
109662
|
{
|
109736
|
-
"name": "
|
109663
|
+
"name": "tickmarkSpacing",
|
109737
109664
|
"type": {
|
109738
|
-
"text": "number
|
109665
|
+
"text": "number"
|
109739
109666
|
},
|
109740
|
-
"default": "
|
109741
|
-
"fieldName": "
|
109667
|
+
"default": "0",
|
109668
|
+
"fieldName": "tickmarkSpacing"
|
109742
109669
|
},
|
109743
109670
|
{
|
109744
|
-
"name": "
|
109671
|
+
"name": "angleSetpoint",
|
109745
109672
|
"type": {
|
109746
|
-
"text": "
|
109673
|
+
"text": "number | undefined"
|
109747
109674
|
},
|
109748
|
-
"
|
109749
|
-
"fieldName": "roundOutsideCut"
|
109675
|
+
"fieldName": "angleSetpoint"
|
109750
109676
|
},
|
109751
109677
|
{
|
109752
|
-
"name": "
|
109753
|
-
"
|
109754
|
-
"text": "boolean"
|
109755
|
-
},
|
109756
|
-
"default": "false",
|
109757
|
-
"fieldName": "roundInsideCut"
|
109678
|
+
"name": "trackHeight",
|
109679
|
+
"fieldName": "trackHeight"
|
109758
109680
|
},
|
109759
109681
|
{
|
109760
|
-
"name": "
|
109761
|
-
"
|
109762
|
-
"text": "boolean"
|
109763
|
-
},
|
109764
|
-
"default": "false",
|
109765
|
-
"fieldName": "crosshairEnabled"
|
109682
|
+
"name": "ticksHeight",
|
109683
|
+
"fieldName": "ticksHeight"
|
109766
109684
|
},
|
109767
109685
|
{
|
109768
|
-
"name": "
|
109686
|
+
"name": "borderRadius",
|
109769
109687
|
"type": {
|
109770
|
-
"text": "
|
109688
|
+
"text": "number"
|
109771
109689
|
},
|
109772
|
-
"default": "
|
109773
|
-
"fieldName": "
|
109690
|
+
"default": "8",
|
109691
|
+
"fieldName": "borderRadius"
|
109774
109692
|
}
|
109775
109693
|
],
|
109776
109694
|
"superclass": {
|
109777
109695
|
"name": "LitElement",
|
109778
109696
|
"package": "lit"
|
109779
109697
|
},
|
109780
|
-
"tagName": "obc-watch",
|
109698
|
+
"tagName": "obc-watch-flat",
|
109781
109699
|
"customElement": true
|
109782
109700
|
}
|
109783
109701
|
],
|
109784
109702
|
"exports": [
|
109785
109703
|
{
|
109786
109704
|
"kind": "js",
|
109787
|
-
"name": "
|
109705
|
+
"name": "ObcWatchFlat",
|
109788
109706
|
"declaration": {
|
109789
|
-
"name": "
|
109790
|
-
"module": "src/navigation-instruments/watch/watch.ts"
|
109707
|
+
"name": "ObcWatchFlat",
|
109708
|
+
"module": "src/navigation-instruments/watch-flat/watch-flat.ts"
|
109791
109709
|
}
|
109792
109710
|
},
|
109793
109711
|
{
|
109794
109712
|
"kind": "custom-element-definition",
|
109795
|
-
"name": "obc-watch",
|
109713
|
+
"name": "obc-watch-flat",
|
109796
109714
|
"declaration": {
|
109797
|
-
"name": "
|
109798
|
-
"module": "src/navigation-instruments/watch/watch.ts"
|
109715
|
+
"name": "ObcWatchFlat",
|
109716
|
+
"module": "src/navigation-instruments/watch-flat/watch-flat.ts"
|
109799
109717
|
}
|
109800
109718
|
}
|
109801
109719
|
]
|
109802
109720
|
},
|
109803
109721
|
{
|
109804
109722
|
"kind": "javascript-module",
|
109805
|
-
"path": "src/
|
109723
|
+
"path": "src/components/alert-icon/icons/icon-14-alarm-silenced-a.ts",
|
109724
|
+
"declarations": [
|
109725
|
+
{
|
109726
|
+
"kind": "variable",
|
109727
|
+
"name": "svg14AlarmSilencedA",
|
109728
|
+
"default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M1.11648 20.5339L11.1158 1.53427C11.4907 0.821889 12.5105 0.821913 12.8854 1.53432L22.8835 20.5339C23.234 21.1999 22.7512 22 21.9987 22L2.00128 22C1.24879 22 0.765943 21.1999 1.11648 20.5339Z\" fill=\"var(--alarm-enabled-background-color)\"/> <path d=\"M7 16.5H8.5L12 20V15.7075L14.3401 18.0476C14.1153 18.1959 13.8764 18.3228 13.6264 18.4264C13.4227 18.5107 13.2133 18.5789 13 18.6306V19.9082C13.3778 19.8384 13.7481 19.7289 14.1048 19.5812C14.5073 19.4145 14.8876 19.2009 15.2381 18.9456L16.5957 20.3032L17.3028 19.5961L15.991 18.2843C15.991 18.2843 15.991 18.2843 15.991 18.2843L15.1068 17.4C15.1067 17.4 15.1068 17.4 15.1068 17.4L14.115 16.4083C14.1149 16.4083 14.115 16.4082 14.115 16.4083L8.11042 10.4037L7.40331 11.1108L8.64624 12.3538L8.5 12.5H7C6.72386 12.5 6.5 12.7239 6.5 13V16C6.5 16.2761 6.72386 16.5 7 16.5Z\" fill=\"var(--on-alarm-active-color)\"/> <path d=\"M10.0605 10.9395L12 12.879V9L10.0605 10.9395Z\" fill=\"var(--on-alarm-active-color)\"/> <path d=\"M13 13.879L14.737 15.616C14.9019 15.2855 14.9921 14.9215 14.9995 14.5497C15.0089 14.0778 14.8845 13.6128 14.6407 13.2086C14.3969 12.8044 14.0436 12.4775 13.6217 12.2657C13.4239 12.1663 13.2148 12.0942 13 12.0504V13.879Z\" fill=\"var(--on-alarm-active-color)\"/> <path d=\"M15.7043 16.5833L16.6141 17.4931C16.7962 17.2125 16.9527 16.9152 17.0813 16.6046C17.3577 15.9373 17.5 15.2222 17.5 14.4999C17.5 13.7776 17.3577 13.0624 17.0813 12.3951C16.8049 11.7278 16.3998 11.1215 15.8891 10.6108C15.3784 10.1001 14.7721 9.69494 14.1048 9.41854C13.7481 9.27081 13.3778 9.1614 13 9.09155V10.3692C13.2133 10.4208 13.4227 10.489 13.6264 10.5734C14.142 10.787 14.6106 11.1 15.0052 11.4947C15.3999 11.8893 15.7129 12.3578 15.9265 12.8735C16.1401 13.3891 16.25 13.9418 16.25 14.4999C16.25 15.058 16.1401 15.6107 15.9265 16.1263C15.8615 16.2832 15.7872 16.4358 15.7043 16.5833Z\" fill=\"var(--on-alarm-active-color)\"/> </svg> `"
|
109729
|
+
}
|
109730
|
+
],
|
109731
|
+
"exports": [
|
109732
|
+
{
|
109733
|
+
"kind": "js",
|
109734
|
+
"name": "svg14AlarmSilencedA",
|
109735
|
+
"declaration": {
|
109736
|
+
"name": "svg14AlarmSilencedA",
|
109737
|
+
"module": "src/components/alert-icon/icons/icon-14-alarm-silenced-a.ts"
|
109738
|
+
}
|
109739
|
+
}
|
109740
|
+
]
|
109741
|
+
},
|
109742
|
+
{
|
109743
|
+
"kind": "javascript-module",
|
109744
|
+
"path": "src/components/alert-icon/icons/icon-14-alarm-silenced-b.ts",
|
109745
|
+
"declarations": [
|
109746
|
+
{
|
109747
|
+
"kind": "variable",
|
109748
|
+
"name": "svg14AlarmSilencedB",
|
109749
|
+
"default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <mask id=\"a\" maskUnits=\"userSpaceOnUse\" x=\"-1\" y=\"0\" width=\"26\" height=\"23\" fill=\"black\"> <rect fill=\"white\" x=\"-1\" width=\"26\" height=\"23\"/> <path d=\"M1.11648 20.5339L11.1158 1.53427C11.4907 0.821889 12.5105 0.821913 12.8854 1.53432L22.8835 20.5339C23.234 21.1999 22.7512 22 21.9987 22L2.00128 22C1.24879 22 0.765943 21.1999 1.11648 20.5339Z\"/> </mask> <path d=\"M11.1158 1.53427L12.0007 2L12.0007 2L11.1158 1.53427ZM1.11648 20.5339L2.00141 20.9996L2.00141 20.9996L1.11648 20.5339ZM2.00128 22L2.00128 23L2.00128 23L2.00128 22ZM21.9987 22L21.9987 21L21.9987 21L21.9987 22ZM22.8835 20.5339L21.9986 20.9996L21.9986 20.9996L22.8835 20.5339ZM12.8854 1.53432L13.7704 1.06863L13.7704 1.06863L12.8854 1.53432ZM21.9987 23C23.5042 23 24.4692 21.3997 23.7685 20.0682L21.9986 20.9996L21.9987 21V23ZM0.231556 20.0681C-0.469216 21.3996 0.495789 23 2.00128 23V21L2.00141 20.9996L0.231556 20.0681ZM12.0007 2L12.0005 2L13.7704 1.06863C13.0206 -0.356171 10.9807 -0.356221 10.2309 1.06855L12.0007 2ZM10.2309 1.06855L0.231556 20.0681L2.00141 20.9996L12.0007 2L10.2309 1.06855ZM21.9987 21L2.00128 21L2.00128 23L21.9987 23L21.9987 21ZM12.0005 2L21.9986 20.9996L23.7685 20.0682L13.7704 1.06863L12.0005 2Z\" fill=\"var(--element-neutral-color)\" mask=\"url(#a)\"/> <path d=\"M7 16.5H8.5L12 20V15.7075L14.3401 18.0476C14.1153 18.1959 13.8764 18.3228 13.6264 18.4264C13.4227 18.5107 13.2133 18.5789 13 18.6306V19.9082C13.3778 19.8384 13.7481 19.7289 14.1048 19.5812C14.5073 19.4145 14.8876 19.2009 15.2381 18.9456L16.5957 20.3032L17.3028 19.5961L15.991 18.2843C15.991 18.2843 15.991 18.2843 15.991 18.2843L15.1068 17.4C15.1067 17.4 15.1068 17.4 15.1068 17.4L14.115 16.4083C14.1149 16.4083 14.115 16.4082 14.115 16.4083L8.11042 10.4037L7.40331 11.1108L8.64624 12.3538L8.5 12.5H7C6.72386 12.5 6.5 12.7239 6.5 13V16C6.5 16.2761 6.72386 16.5 7 16.5Z\" fill=\"var(--element-neutral-color)\"/> <path d=\"M10.0605 10.9395L12 12.879V9L10.0605 10.9395Z\" fill=\"var(--element-neutral-color)\"/> <path d=\"M13 13.879L14.737 15.616C14.9019 15.2855 14.9921 14.9215 14.9995 14.5497C15.0089 14.0778 14.8845 13.6128 14.6407 13.2086C14.3969 12.8044 14.0436 12.4775 13.6217 12.2657C13.4239 12.1663 13.2148 12.0942 13 12.0504V13.879Z\" fill=\"var(--element-neutral-color)\"/> <path d=\"M15.7043 16.5833L16.6141 17.4931C16.7962 17.2125 16.9527 16.9152 17.0813 16.6046C17.3577 15.9373 17.5 15.2222 17.5 14.4999C17.5 13.7776 17.3577 13.0624 17.0813 12.3951C16.8049 11.7278 16.3998 11.1215 15.8891 10.6108C15.3784 10.1001 14.7721 9.69494 14.1048 9.41854C13.7481 9.27081 13.3778 9.1614 13 9.09155V10.3692C13.2133 10.4208 13.4227 10.489 13.6264 10.5734C14.142 10.787 14.6106 11.1 15.0052 11.4947C15.3999 11.8893 15.7129 12.3578 15.9265 12.8735C16.1401 13.3891 16.25 13.9418 16.25 14.4999C16.25 15.058 16.1401 15.6107 15.9265 16.1263C15.8615 16.2832 15.7872 16.4358 15.7043 16.5833Z\" fill=\"var(--element-neutral-color)\"/> </svg> `"
|
109750
|
+
}
|
109751
|
+
],
|
109752
|
+
"exports": [
|
109753
|
+
{
|
109754
|
+
"kind": "js",
|
109755
|
+
"name": "svg14AlarmSilencedB",
|
109756
|
+
"declaration": {
|
109757
|
+
"name": "svg14AlarmSilencedB",
|
109758
|
+
"module": "src/components/alert-icon/icons/icon-14-alarm-silenced-b.ts"
|
109759
|
+
}
|
109760
|
+
}
|
109761
|
+
]
|
109762
|
+
},
|
109763
|
+
{
|
109764
|
+
"kind": "javascript-module",
|
109765
|
+
"path": "src/components/alert-icon/icons/icon-14-alarm-unack-a.ts",
|
109766
|
+
"declarations": [
|
109767
|
+
{
|
109768
|
+
"kind": "variable",
|
109769
|
+
"name": "svg14AlarmUnackA",
|
109770
|
+
"default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M1.11648 20.5339L11.1158 1.53427C11.4907 0.821889 12.5105 0.821913 12.8854 1.53432L22.8835 20.5339C23.234 21.1999 22.7512 22 21.9987 22L2.00128 22C1.24879 22 0.765943 21.1999 1.11648 20.5339Z\" style=\"fill: var(--alert-alarm-color)\"/> <path d=\"M8.5 16.5H7C6.72386 16.5 6.5 16.2761 6.5 16V13C6.5 12.7239 6.72386 12.5 7 12.5H8.5L12 9V12.879V20L8.5 16.5Z\" style=\"fill: var(--on-alarm-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14.2678 16.2678C13.9186 16.617 13.4767 16.8522 13 16.9495V12.0505C13.4767 12.1478 13.9186 12.3831 14.2678 12.7323C14.7366 13.2011 15 13.837 15 14.5C15 15.1631 14.7366 15.799 14.2678 16.2678Z\" style=\"fill: var(--on-alarm-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13 9.09167V10.3693C13.7529 10.5516 14.4484 10.938 15.0052 11.4948C15.8022 12.2919 16.25 13.3729 16.25 14.5C16.25 15.6272 15.8022 16.7082 15.0052 17.5052C14.4484 18.0621 13.7529 18.4484 13 18.6307V19.9084C14.0869 19.7074 15.0965 19.1817 15.8891 18.3891C16.9205 17.3577 17.5 15.9587 17.5 14.5C17.5 13.0413 16.9205 11.6424 15.8891 10.6109C15.0965 9.81836 14.0869 9.29266 13 9.09167Z\" style=\"fill: var(--on-alarm-color)\"/> </svg> `"
|
109771
|
+
}
|
109772
|
+
],
|
109773
|
+
"exports": [
|
109774
|
+
{
|
109775
|
+
"kind": "js",
|
109776
|
+
"name": "svg14AlarmUnackA",
|
109777
|
+
"declaration": {
|
109778
|
+
"name": "svg14AlarmUnackA",
|
109779
|
+
"module": "src/components/alert-icon/icons/icon-14-alarm-unack-a.ts"
|
109780
|
+
}
|
109781
|
+
}
|
109782
|
+
]
|
109783
|
+
},
|
109784
|
+
{
|
109785
|
+
"kind": "javascript-module",
|
109786
|
+
"path": "src/components/alert-icon/icons/icon-14-alarm-unack-b.ts",
|
109787
|
+
"declarations": [
|
109788
|
+
{
|
109789
|
+
"kind": "variable",
|
109790
|
+
"name": "svg14AlarmUnackB",
|
109791
|
+
"default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <mask id=\"a\" maskUnits=\"userSpaceOnUse\" x=\"-1\" y=\"0\" width=\"26\" height=\"23\" fill=\"black\"> <rect fill=\"white\" x=\"-1\" width=\"26\" height=\"23\"/> <path d=\"M1.11648 20.5339L11.1158 1.53427C11.4907 0.821889 12.5105 0.821913 12.8854 1.53432L22.8835 20.5339C23.234 21.1999 22.7512 22 21.9987 22L2.00128 22C1.24879 22 0.765943 21.1999 1.11648 20.5339Z\"/> </mask> <path d=\"M11.1158 1.53427L12.0007 2L12.0007 2L11.1158 1.53427ZM1.11648 20.5339L2.00141 20.9996L2.00141 20.9996L1.11648 20.5339ZM2.00128 22L2.00128 23L2.00128 23L2.00128 22ZM21.9987 22L21.9987 21L21.9987 21L21.9987 22ZM22.8835 20.5339L21.9986 20.9996L21.9986 20.9996L22.8835 20.5339ZM12.8854 1.53432L13.7704 1.06863L13.7704 1.06863L12.8854 1.53432ZM21.9987 23C23.5042 23 24.4692 21.3997 23.7685 20.0682L21.9986 20.9996L21.9987 21V23ZM0.231556 20.0681C-0.469216 21.3996 0.495789 23 2.00128 23V21L2.00141 20.9996L0.231556 20.0681ZM12.0007 2L12.0005 2L13.7704 1.06863C13.0206 -0.356171 10.9807 -0.356221 10.2309 1.06855L12.0007 2ZM10.2309 1.06855L0.231556 20.0681L2.00141 20.9996L12.0007 2L10.2309 1.06855ZM21.9987 21L2.00128 21L2.00128 23L21.9987 23L21.9987 21ZM12.0005 2L21.9986 20.9996L23.7685 20.0682L13.7704 1.06863L12.0005 2Z\" fill=\"var(--element-neutral-color)\" mask=\"url(#a)\"/> <path d=\"M8.5 16.5H7C6.72386 16.5 6.5 16.2761 6.5 16V13C6.5 12.7239 6.72386 12.5 7 12.5H8.5L12 9V12.879V20L8.5 16.5Z\" style=\"fill: var(--element-neutral-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14.2678 16.2678C13.9186 16.617 13.4767 16.8522 13 16.9495V12.0505C13.4767 12.1478 13.9186 12.3831 14.2678 12.7323C14.7366 13.2011 15 13.837 15 14.5C15 15.1631 14.7366 15.799 14.2678 16.2678Z\" style=\"fill: var(--element-neutral-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13 9.09167V10.3693C13.7529 10.5516 14.4484 10.938 15.0052 11.4948C15.8022 12.2919 16.25 13.3729 16.25 14.5C16.25 15.6272 15.8022 16.7082 15.0052 17.5052C14.4484 18.0621 13.7529 18.4484 13 18.6307V19.9084C14.0869 19.7074 15.0965 19.1817 15.8891 18.3891C16.9205 17.3577 17.5 15.9587 17.5 14.5C17.5 13.0413 16.9205 11.6424 15.8891 10.6109C15.0965 9.81836 14.0869 9.29266 13 9.09167Z\" style=\"fill: var(--element-neutral-color)\"/> </svg> `"
|
109792
|
+
}
|
109793
|
+
],
|
109794
|
+
"exports": [
|
109795
|
+
{
|
109796
|
+
"kind": "js",
|
109797
|
+
"name": "svg14AlarmUnackB",
|
109798
|
+
"declaration": {
|
109799
|
+
"name": "svg14AlarmUnackB",
|
109800
|
+
"module": "src/components/alert-icon/icons/icon-14-alarm-unack-b.ts"
|
109801
|
+
}
|
109802
|
+
}
|
109803
|
+
]
|
109804
|
+
},
|
109805
|
+
{
|
109806
|
+
"kind": "javascript-module",
|
109807
|
+
"path": "src/components/alert-icon/icons/icon-14-warning-unack-a.ts",
|
109808
|
+
"declarations": [
|
109809
|
+
{
|
109810
|
+
"kind": "variable",
|
109811
|
+
"name": "svg14WarningUnackA",
|
109812
|
+
"default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z\" style=\"fill: var(--alert-warning-color)\"/> <path d=\"M8.5 14H6.5C6.22386 14 6 13.7761 6 13.5V10.5C6 10.2239 6.22386 10 6.5 10H8.5L12 6.5V10.379V17.5L8.5 14Z\" style=\"fill: var(--on-warning-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14.7678 13.7678C14.4186 14.117 13.9767 14.3522 13.5 14.4495V9.55053C13.9767 9.64784 14.4186 9.88307 14.7678 10.2323C15.2366 10.7011 15.5 11.337 15.5 12C15.5 12.6631 15.2366 13.299 14.7678 13.7678Z\" style=\"fill: var(--on-warning-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13.5 6.59167V7.86933C14.2529 8.05163 14.9484 8.43799 15.5052 8.99482C16.3022 9.79185 16.75 10.8729 16.75 12C16.75 13.1272 16.3022 14.2082 15.5052 15.0052C14.9484 15.5621 14.2529 15.9484 13.5 16.1307V17.4084C14.5869 17.2074 15.5965 16.6817 16.3891 15.8891C17.4205 14.8577 18 13.4587 18 12C18 10.5413 17.4205 9.14239 16.3891 8.11094C15.5965 7.31836 14.5869 6.79266 13.5 6.59167Z\" style=\"fill: var(--on-warning-active-color)\"/> </svg> `"
|
109813
|
+
}
|
109814
|
+
],
|
109815
|
+
"exports": [
|
109816
|
+
{
|
109817
|
+
"kind": "js",
|
109818
|
+
"name": "svg14WarningUnackA",
|
109819
|
+
"declaration": {
|
109820
|
+
"name": "svg14WarningUnackA",
|
109821
|
+
"module": "src/components/alert-icon/icons/icon-14-warning-unack-a.ts"
|
109822
|
+
}
|
109823
|
+
}
|
109824
|
+
]
|
109825
|
+
},
|
109826
|
+
{
|
109827
|
+
"kind": "javascript-module",
|
109828
|
+
"path": "src/components/alert-icon/icons/icon-14-warning-unack-b.ts",
|
109829
|
+
"declarations": [
|
109830
|
+
{
|
109831
|
+
"kind": "variable",
|
109832
|
+
"name": "svg14WarningUnackB",
|
109833
|
+
"default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <circle cx=\"12\" cy=\"12\" r=\"10.5\" style=\"stroke: var(--element-neutral-color)\" /> <path d=\"M8.5 14H6.5C6.22386 14 6 13.7761 6 13.5V10.5C6 10.2239 6.22386 10 6.5 10H8.5L12 6.5V10.379V17.5L8.5 14Z\" style=\"fill: var(--element-neutral-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14.7678 13.7678C14.4186 14.117 13.9767 14.3522 13.5 14.4495V9.55053C13.9767 9.64784 14.4186 9.88307 14.7678 10.2323C15.2366 10.7011 15.5 11.337 15.5 12C15.5 12.6631 15.2366 13.299 14.7678 13.7678Z\" style=\"fill: var(--element-neutral-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13.5 6.59167V7.86933C14.2529 8.05163 14.9484 8.43799 15.5052 8.99482C16.3022 9.79185 16.75 10.8729 16.75 12C16.75 13.1272 16.3022 14.2082 15.5052 15.0052C14.9484 15.5621 14.2529 15.9484 13.5 16.1307V17.4084C14.5869 17.2074 15.5965 16.6817 16.3891 15.8891C17.4205 14.8577 18 13.4587 18 12C18 10.5413 17.4205 9.14239 16.3891 8.11094C15.5965 7.31836 14.5869 6.79266 13.5 6.59167Z\" style=\"fill: var(--element-neutral-color)\"/> </svg> `"
|
109834
|
+
}
|
109835
|
+
],
|
109836
|
+
"exports": [
|
109837
|
+
{
|
109838
|
+
"kind": "js",
|
109839
|
+
"name": "svg14WarningUnackB",
|
109840
|
+
"declaration": {
|
109841
|
+
"name": "svg14WarningUnackB",
|
109842
|
+
"module": "src/components/alert-icon/icons/icon-14-warning-unack-b.ts"
|
109843
|
+
}
|
109844
|
+
}
|
109845
|
+
]
|
109846
|
+
},
|
109847
|
+
{
|
109848
|
+
"kind": "javascript-module",
|
109849
|
+
"path": "src/navigation-instruments/watch/advice.ts",
|
109850
|
+
"declarations": [
|
109851
|
+
{
|
109852
|
+
"kind": "function",
|
109853
|
+
"name": "renderAdvice",
|
109854
|
+
"return": {
|
109855
|
+
"type": {
|
109856
|
+
"text": "SVGTemplateResult"
|
109857
|
+
}
|
109858
|
+
},
|
109859
|
+
"parameters": [
|
109860
|
+
{
|
109861
|
+
"name": "advice",
|
109862
|
+
"type": {
|
109863
|
+
"text": "AngleAdviceRaw"
|
109864
|
+
}
|
109865
|
+
}
|
109866
|
+
]
|
109867
|
+
}
|
109868
|
+
],
|
109869
|
+
"exports": [
|
109870
|
+
{
|
109871
|
+
"kind": "js",
|
109872
|
+
"name": "renderAdvice",
|
109873
|
+
"declaration": {
|
109874
|
+
"name": "renderAdvice",
|
109875
|
+
"module": "src/navigation-instruments/watch/advice.ts"
|
109876
|
+
}
|
109877
|
+
}
|
109878
|
+
]
|
109879
|
+
},
|
109880
|
+
{
|
109881
|
+
"kind": "javascript-module",
|
109882
|
+
"path": "src/navigation-instruments/watch/label.ts",
|
109883
|
+
"declarations": [
|
109884
|
+
{
|
109885
|
+
"kind": "function",
|
109886
|
+
"name": "renderLabels",
|
109887
|
+
"return": {
|
109888
|
+
"type": {
|
109889
|
+
"text": "SVGTemplateResult"
|
109890
|
+
}
|
109891
|
+
},
|
109892
|
+
"parameters": [
|
109893
|
+
{
|
109894
|
+
"name": "scale",
|
109895
|
+
"type": {
|
109896
|
+
"text": "number"
|
109897
|
+
}
|
109898
|
+
}
|
109899
|
+
]
|
109900
|
+
}
|
109901
|
+
],
|
109902
|
+
"exports": [
|
109903
|
+
{
|
109904
|
+
"kind": "js",
|
109905
|
+
"name": "renderLabels",
|
109906
|
+
"declaration": {
|
109907
|
+
"name": "renderLabels",
|
109908
|
+
"module": "src/navigation-instruments/watch/label.ts"
|
109909
|
+
}
|
109910
|
+
}
|
109911
|
+
]
|
109912
|
+
},
|
109913
|
+
{
|
109914
|
+
"kind": "javascript-module",
|
109915
|
+
"path": "src/navigation-instruments/watch/tickmark.ts",
|
109806
109916
|
"declarations": [
|
109807
109917
|
{
|
109808
109918
|
"kind": "function",
|
@@ -109848,6 +109958,12 @@
|
|
109848
109958
|
"text": "TickmarkStyle"
|
109849
109959
|
}
|
109850
109960
|
},
|
109961
|
+
{
|
109962
|
+
"name": "scale",
|
109963
|
+
"type": {
|
109964
|
+
"text": "number"
|
109965
|
+
}
|
109966
|
+
},
|
109851
109967
|
{
|
109852
109968
|
"name": "text",
|
109853
109969
|
"optional": true,
|
@@ -109864,7 +109980,7 @@
|
|
109864
109980
|
"name": "tickmarkColor",
|
109865
109981
|
"declaration": {
|
109866
109982
|
"name": "tickmarkColor",
|
109867
|
-
"module": "src/navigation-instruments/watch
|
109983
|
+
"module": "src/navigation-instruments/watch/tickmark.ts"
|
109868
109984
|
}
|
109869
109985
|
},
|
109870
109986
|
{
|
@@ -109872,138 +109988,133 @@
|
|
109872
109988
|
"name": "tickmark",
|
109873
109989
|
"declaration": {
|
109874
109990
|
"name": "tickmark",
|
109875
|
-
"module": "src/navigation-instruments/watch
|
109991
|
+
"module": "src/navigation-instruments/watch/tickmark.ts"
|
109876
109992
|
}
|
109877
109993
|
}
|
109878
109994
|
]
|
109879
109995
|
},
|
109880
109996
|
{
|
109881
109997
|
"kind": "javascript-module",
|
109882
|
-
"path": "src/navigation-instruments/watch
|
109998
|
+
"path": "src/navigation-instruments/watch/watch.ts",
|
109883
109999
|
"declarations": [
|
109884
110000
|
{
|
109885
110001
|
"kind": "class",
|
109886
110002
|
"description": "",
|
109887
|
-
"name": "
|
110003
|
+
"name": "ObcWatch",
|
109888
110004
|
"members": [
|
109889
110005
|
{
|
109890
110006
|
"kind": "field",
|
109891
|
-
"name": "
|
110007
|
+
"name": "state",
|
109892
110008
|
"type": {
|
109893
|
-
"text": "
|
110009
|
+
"text": "InstrumentState"
|
109894
110010
|
},
|
109895
|
-
"
|
109896
|
-
"attribute": "width"
|
110011
|
+
"attribute": "state"
|
109897
110012
|
},
|
109898
110013
|
{
|
109899
110014
|
"kind": "field",
|
109900
|
-
"name": "
|
110015
|
+
"name": "angleSetpoint",
|
109901
110016
|
"type": {
|
109902
|
-
"text": "number"
|
110017
|
+
"text": "number | undefined"
|
109903
110018
|
},
|
109904
|
-
"
|
109905
|
-
"attribute": "height"
|
110019
|
+
"attribute": "angleSetpoint"
|
109906
110020
|
},
|
109907
110021
|
{
|
109908
110022
|
"kind": "field",
|
109909
|
-
"name": "
|
110023
|
+
"name": "atAngleSetpoint",
|
109910
110024
|
"type": {
|
109911
|
-
"text": "
|
110025
|
+
"text": "boolean"
|
109912
110026
|
},
|
109913
|
-
"default": "
|
109914
|
-
"attribute": "
|
110027
|
+
"default": "false",
|
110028
|
+
"attribute": "atAngleSetpoint"
|
109915
110029
|
},
|
109916
110030
|
{
|
109917
110031
|
"kind": "field",
|
109918
|
-
"name": "
|
110032
|
+
"name": "padding",
|
109919
110033
|
"type": {
|
109920
110034
|
"text": "number"
|
109921
110035
|
},
|
109922
|
-
"default": "
|
109923
|
-
"attribute": "
|
110036
|
+
"default": "24",
|
110037
|
+
"attribute": "padding"
|
109924
110038
|
},
|
109925
110039
|
{
|
109926
110040
|
"kind": "field",
|
109927
|
-
"name": "
|
110041
|
+
"name": "cutAngleStart",
|
109928
110042
|
"type": {
|
109929
|
-
"text": "number"
|
110043
|
+
"text": "number | null"
|
109930
110044
|
},
|
109931
|
-
"default": "
|
109932
|
-
"attribute": "
|
110045
|
+
"default": "null",
|
110046
|
+
"attribute": "cutAngleStart"
|
109933
110047
|
},
|
109934
110048
|
{
|
109935
110049
|
"kind": "field",
|
109936
|
-
"name": "
|
110050
|
+
"name": "cutAngleEnd",
|
109937
110051
|
"type": {
|
109938
|
-
"text": "number |
|
110052
|
+
"text": "number | null"
|
109939
110053
|
},
|
109940
|
-
"
|
110054
|
+
"default": "null",
|
110055
|
+
"attribute": "cutAngleEnd"
|
109941
110056
|
},
|
109942
110057
|
{
|
109943
110058
|
"kind": "field",
|
109944
|
-
"name": "
|
110059
|
+
"name": "roundOutsideCut",
|
109945
110060
|
"type": {
|
109946
|
-
"text": "
|
110061
|
+
"text": "boolean"
|
109947
110062
|
},
|
109948
|
-
"default": "
|
110063
|
+
"default": "false",
|
110064
|
+
"attribute": "roundOutsideCut"
|
109949
110065
|
},
|
109950
110066
|
{
|
109951
110067
|
"kind": "field",
|
109952
|
-
"name": "
|
110068
|
+
"name": "roundInsideCut",
|
109953
110069
|
"type": {
|
109954
|
-
"text": "
|
110070
|
+
"text": "boolean"
|
109955
110071
|
},
|
109956
|
-
"default": "
|
110072
|
+
"default": "false",
|
110073
|
+
"attribute": "roundInsideCut"
|
109957
110074
|
},
|
109958
110075
|
{
|
109959
110076
|
"kind": "field",
|
109960
|
-
"name": "
|
110077
|
+
"name": "tickmarks",
|
109961
110078
|
"type": {
|
109962
|
-
"text": "
|
110079
|
+
"text": "Tickmark[]"
|
109963
110080
|
},
|
109964
110081
|
"default": "[]"
|
109965
110082
|
},
|
109966
110083
|
{
|
109967
110084
|
"kind": "field",
|
109968
|
-
"name": "
|
109969
|
-
"
|
110085
|
+
"name": "advices",
|
110086
|
+
"type": {
|
110087
|
+
"text": "AngleAdviceRaw[]"
|
110088
|
+
},
|
110089
|
+
"default": "[]"
|
109970
110090
|
},
|
109971
110091
|
{
|
109972
110092
|
"kind": "field",
|
109973
|
-
"name": "
|
109974
|
-
"
|
110093
|
+
"name": "crosshairEnabled",
|
110094
|
+
"type": {
|
110095
|
+
"text": "boolean"
|
110096
|
+
},
|
110097
|
+
"default": "false",
|
110098
|
+
"attribute": "crosshairEnabled"
|
109975
110099
|
},
|
109976
110100
|
{
|
109977
110101
|
"kind": "field",
|
109978
|
-
"name": "
|
110102
|
+
"name": "labelFrameEnabled",
|
109979
110103
|
"type": {
|
109980
|
-
"text": "
|
110104
|
+
"text": "boolean"
|
109981
110105
|
},
|
109982
|
-
"default": "
|
109983
|
-
"attribute": "
|
110106
|
+
"default": "false",
|
110107
|
+
"attribute": "labelFrameEnabled"
|
109984
110108
|
},
|
109985
110109
|
{
|
109986
|
-
"kind": "
|
109987
|
-
"name": "
|
110110
|
+
"kind": "field",
|
110111
|
+
"name": "_resizeController",
|
109988
110112
|
"privacy": "private",
|
109989
|
-
"
|
109990
|
-
"type": {
|
109991
|
-
"text": "SVGTemplateResult"
|
109992
|
-
}
|
109993
|
-
},
|
109994
|
-
"parameters": [
|
109995
|
-
{
|
109996
|
-
"name": "offsetY",
|
109997
|
-
"default": "0",
|
109998
|
-
"type": {
|
109999
|
-
"text": "number"
|
110000
|
-
}
|
110001
|
-
}
|
110002
|
-
]
|
110113
|
+
"default": "new ResizeController(this, {})"
|
110003
110114
|
},
|
110004
110115
|
{
|
110005
110116
|
"kind": "method",
|
110006
|
-
"name": "
|
110117
|
+
"name": "watchCircle",
|
110007
110118
|
"privacy": "private",
|
110008
110119
|
"return": {
|
110009
110120
|
"type": {
|
@@ -110013,16 +110124,16 @@
|
|
110013
110124
|
},
|
110014
110125
|
{
|
110015
110126
|
"kind": "method",
|
110016
|
-
"name": "
|
110127
|
+
"name": "renderCrosshair",
|
110017
110128
|
"privacy": "private",
|
110018
110129
|
"return": {
|
110019
110130
|
"type": {
|
110020
|
-
"text": "SVGTemplateResult
|
110131
|
+
"text": "SVGTemplateResult"
|
110021
110132
|
}
|
110022
110133
|
},
|
110023
110134
|
"parameters": [
|
110024
110135
|
{
|
110025
|
-
"name": "
|
110136
|
+
"name": "radius",
|
110026
110137
|
"type": {
|
110027
110138
|
"text": "number"
|
110028
110139
|
}
|
@@ -110031,229 +110142,118 @@
|
|
110031
110142
|
},
|
110032
110143
|
{
|
110033
110144
|
"kind": "method",
|
110034
|
-
"name": "
|
110145
|
+
"name": "renderSetpoint",
|
110035
110146
|
"privacy": "private",
|
110036
110147
|
"return": {
|
110037
110148
|
"type": {
|
110038
|
-
"text": "SVGTemplateResult"
|
110149
|
+
"text": "SVGTemplateResult | typeof nothing"
|
110039
110150
|
}
|
110040
110151
|
}
|
110041
110152
|
}
|
110042
110153
|
],
|
110043
110154
|
"attributes": [
|
110044
110155
|
{
|
110045
|
-
"name": "
|
110156
|
+
"name": "state",
|
110046
110157
|
"type": {
|
110047
|
-
"text": "
|
110158
|
+
"text": "InstrumentState"
|
110048
110159
|
},
|
110049
|
-
"
|
110050
|
-
"fieldName": "width"
|
110160
|
+
"fieldName": "state"
|
110051
110161
|
},
|
110052
110162
|
{
|
110053
|
-
"name": "
|
110163
|
+
"name": "angleSetpoint",
|
110054
110164
|
"type": {
|
110055
|
-
"text": "number"
|
110165
|
+
"text": "number | undefined"
|
110056
110166
|
},
|
110057
|
-
"
|
110058
|
-
|
110167
|
+
"fieldName": "angleSetpoint"
|
110168
|
+
},
|
110169
|
+
{
|
110170
|
+
"name": "atAngleSetpoint",
|
110171
|
+
"type": {
|
110172
|
+
"text": "boolean"
|
110173
|
+
},
|
110174
|
+
"default": "false",
|
110175
|
+
"fieldName": "atAngleSetpoint"
|
110059
110176
|
},
|
110060
110177
|
{
|
110061
110178
|
"name": "padding",
|
110062
110179
|
"type": {
|
110063
110180
|
"text": "number"
|
110064
110181
|
},
|
110065
|
-
"default": "
|
110182
|
+
"default": "24",
|
110066
110183
|
"fieldName": "padding"
|
110067
110184
|
},
|
110068
110185
|
{
|
110069
|
-
"name": "
|
110186
|
+
"name": "cutAngleStart",
|
110070
110187
|
"type": {
|
110071
|
-
"text": "number"
|
110188
|
+
"text": "number | null"
|
110072
110189
|
},
|
110073
|
-
"default": "
|
110074
|
-
"fieldName": "
|
110190
|
+
"default": "null",
|
110191
|
+
"fieldName": "cutAngleStart"
|
110075
110192
|
},
|
110076
110193
|
{
|
110077
|
-
"name": "
|
110194
|
+
"name": "cutAngleEnd",
|
110078
110195
|
"type": {
|
110079
|
-
"text": "number"
|
110196
|
+
"text": "number | null"
|
110080
110197
|
},
|
110081
|
-
"default": "
|
110082
|
-
"fieldName": "
|
110198
|
+
"default": "null",
|
110199
|
+
"fieldName": "cutAngleEnd"
|
110083
110200
|
},
|
110084
110201
|
{
|
110085
|
-
"name": "
|
110202
|
+
"name": "roundOutsideCut",
|
110086
110203
|
"type": {
|
110087
|
-
"text": "
|
110204
|
+
"text": "boolean"
|
110088
110205
|
},
|
110089
|
-
"
|
110206
|
+
"default": "false",
|
110207
|
+
"fieldName": "roundOutsideCut"
|
110090
110208
|
},
|
110091
110209
|
{
|
110092
|
-
"name": "
|
110093
|
-
"
|
110210
|
+
"name": "roundInsideCut",
|
110211
|
+
"type": {
|
110212
|
+
"text": "boolean"
|
110213
|
+
},
|
110214
|
+
"default": "false",
|
110215
|
+
"fieldName": "roundInsideCut"
|
110094
110216
|
},
|
110095
110217
|
{
|
110096
|
-
"name": "
|
110097
|
-
"
|
110218
|
+
"name": "crosshairEnabled",
|
110219
|
+
"type": {
|
110220
|
+
"text": "boolean"
|
110221
|
+
},
|
110222
|
+
"default": "false",
|
110223
|
+
"fieldName": "crosshairEnabled"
|
110098
110224
|
},
|
110099
110225
|
{
|
110100
|
-
"name": "
|
110226
|
+
"name": "labelFrameEnabled",
|
110101
110227
|
"type": {
|
110102
|
-
"text": "
|
110228
|
+
"text": "boolean"
|
110103
110229
|
},
|
110104
|
-
"default": "
|
110105
|
-
"fieldName": "
|
110230
|
+
"default": "false",
|
110231
|
+
"fieldName": "labelFrameEnabled"
|
110106
110232
|
}
|
110107
110233
|
],
|
110108
110234
|
"superclass": {
|
110109
110235
|
"name": "LitElement",
|
110110
110236
|
"package": "lit"
|
110111
110237
|
},
|
110112
|
-
"tagName": "obc-watch
|
110238
|
+
"tagName": "obc-watch",
|
110113
110239
|
"customElement": true
|
110114
110240
|
}
|
110115
110241
|
],
|
110116
110242
|
"exports": [
|
110117
110243
|
{
|
110118
110244
|
"kind": "js",
|
110119
|
-
"name": "
|
110245
|
+
"name": "ObcWatch",
|
110120
110246
|
"declaration": {
|
110121
|
-
"name": "
|
110122
|
-
"module": "src/navigation-instruments/watch
|
110247
|
+
"name": "ObcWatch",
|
110248
|
+
"module": "src/navigation-instruments/watch/watch.ts"
|
110123
110249
|
}
|
110124
110250
|
},
|
110125
110251
|
{
|
110126
110252
|
"kind": "custom-element-definition",
|
110127
|
-
"name": "obc-watch
|
110128
|
-
"declaration": {
|
110129
|
-
"name": "ObcWatchFlat",
|
110130
|
-
"module": "src/navigation-instruments/watch-flat/watch-flat.ts"
|
110131
|
-
}
|
110132
|
-
}
|
110133
|
-
]
|
110134
|
-
},
|
110135
|
-
{
|
110136
|
-
"kind": "javascript-module",
|
110137
|
-
"path": "src/components/alert-icon/icons/icon-14-alarm-silenced-a.ts",
|
110138
|
-
"declarations": [
|
110139
|
-
{
|
110140
|
-
"kind": "variable",
|
110141
|
-
"name": "svg14AlarmSilencedA",
|
110142
|
-
"default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M1.11648 20.5339L11.1158 1.53427C11.4907 0.821889 12.5105 0.821913 12.8854 1.53432L22.8835 20.5339C23.234 21.1999 22.7512 22 21.9987 22L2.00128 22C1.24879 22 0.765943 21.1999 1.11648 20.5339Z\" fill=\"var(--alarm-enabled-background-color)\"/> <path d=\"M7 16.5H8.5L12 20V15.7075L14.3401 18.0476C14.1153 18.1959 13.8764 18.3228 13.6264 18.4264C13.4227 18.5107 13.2133 18.5789 13 18.6306V19.9082C13.3778 19.8384 13.7481 19.7289 14.1048 19.5812C14.5073 19.4145 14.8876 19.2009 15.2381 18.9456L16.5957 20.3032L17.3028 19.5961L15.991 18.2843C15.991 18.2843 15.991 18.2843 15.991 18.2843L15.1068 17.4C15.1067 17.4 15.1068 17.4 15.1068 17.4L14.115 16.4083C14.1149 16.4083 14.115 16.4082 14.115 16.4083L8.11042 10.4037L7.40331 11.1108L8.64624 12.3538L8.5 12.5H7C6.72386 12.5 6.5 12.7239 6.5 13V16C6.5 16.2761 6.72386 16.5 7 16.5Z\" fill=\"var(--on-alarm-active-color)\"/> <path d=\"M10.0605 10.9395L12 12.879V9L10.0605 10.9395Z\" fill=\"var(--on-alarm-active-color)\"/> <path d=\"M13 13.879L14.737 15.616C14.9019 15.2855 14.9921 14.9215 14.9995 14.5497C15.0089 14.0778 14.8845 13.6128 14.6407 13.2086C14.3969 12.8044 14.0436 12.4775 13.6217 12.2657C13.4239 12.1663 13.2148 12.0942 13 12.0504V13.879Z\" fill=\"var(--on-alarm-active-color)\"/> <path d=\"M15.7043 16.5833L16.6141 17.4931C16.7962 17.2125 16.9527 16.9152 17.0813 16.6046C17.3577 15.9373 17.5 15.2222 17.5 14.4999C17.5 13.7776 17.3577 13.0624 17.0813 12.3951C16.8049 11.7278 16.3998 11.1215 15.8891 10.6108C15.3784 10.1001 14.7721 9.69494 14.1048 9.41854C13.7481 9.27081 13.3778 9.1614 13 9.09155V10.3692C13.2133 10.4208 13.4227 10.489 13.6264 10.5734C14.142 10.787 14.6106 11.1 15.0052 11.4947C15.3999 11.8893 15.7129 12.3578 15.9265 12.8735C16.1401 13.3891 16.25 13.9418 16.25 14.4999C16.25 15.058 16.1401 15.6107 15.9265 16.1263C15.8615 16.2832 15.7872 16.4358 15.7043 16.5833Z\" fill=\"var(--on-alarm-active-color)\"/> </svg> `"
|
110143
|
-
}
|
110144
|
-
],
|
110145
|
-
"exports": [
|
110146
|
-
{
|
110147
|
-
"kind": "js",
|
110148
|
-
"name": "svg14AlarmSilencedA",
|
110149
|
-
"declaration": {
|
110150
|
-
"name": "svg14AlarmSilencedA",
|
110151
|
-
"module": "src/components/alert-icon/icons/icon-14-alarm-silenced-a.ts"
|
110152
|
-
}
|
110153
|
-
}
|
110154
|
-
]
|
110155
|
-
},
|
110156
|
-
{
|
110157
|
-
"kind": "javascript-module",
|
110158
|
-
"path": "src/components/alert-icon/icons/icon-14-alarm-silenced-b.ts",
|
110159
|
-
"declarations": [
|
110160
|
-
{
|
110161
|
-
"kind": "variable",
|
110162
|
-
"name": "svg14AlarmSilencedB",
|
110163
|
-
"default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <mask id=\"a\" maskUnits=\"userSpaceOnUse\" x=\"-1\" y=\"0\" width=\"26\" height=\"23\" fill=\"black\"> <rect fill=\"white\" x=\"-1\" width=\"26\" height=\"23\"/> <path d=\"M1.11648 20.5339L11.1158 1.53427C11.4907 0.821889 12.5105 0.821913 12.8854 1.53432L22.8835 20.5339C23.234 21.1999 22.7512 22 21.9987 22L2.00128 22C1.24879 22 0.765943 21.1999 1.11648 20.5339Z\"/> </mask> <path d=\"M11.1158 1.53427L12.0007 2L12.0007 2L11.1158 1.53427ZM1.11648 20.5339L2.00141 20.9996L2.00141 20.9996L1.11648 20.5339ZM2.00128 22L2.00128 23L2.00128 23L2.00128 22ZM21.9987 22L21.9987 21L21.9987 21L21.9987 22ZM22.8835 20.5339L21.9986 20.9996L21.9986 20.9996L22.8835 20.5339ZM12.8854 1.53432L13.7704 1.06863L13.7704 1.06863L12.8854 1.53432ZM21.9987 23C23.5042 23 24.4692 21.3997 23.7685 20.0682L21.9986 20.9996L21.9987 21V23ZM0.231556 20.0681C-0.469216 21.3996 0.495789 23 2.00128 23V21L2.00141 20.9996L0.231556 20.0681ZM12.0007 2L12.0005 2L13.7704 1.06863C13.0206 -0.356171 10.9807 -0.356221 10.2309 1.06855L12.0007 2ZM10.2309 1.06855L0.231556 20.0681L2.00141 20.9996L12.0007 2L10.2309 1.06855ZM21.9987 21L2.00128 21L2.00128 23L21.9987 23L21.9987 21ZM12.0005 2L21.9986 20.9996L23.7685 20.0682L13.7704 1.06863L12.0005 2Z\" fill=\"var(--element-neutral-color)\" mask=\"url(#a)\"/> <path d=\"M7 16.5H8.5L12 20V15.7075L14.3401 18.0476C14.1153 18.1959 13.8764 18.3228 13.6264 18.4264C13.4227 18.5107 13.2133 18.5789 13 18.6306V19.9082C13.3778 19.8384 13.7481 19.7289 14.1048 19.5812C14.5073 19.4145 14.8876 19.2009 15.2381 18.9456L16.5957 20.3032L17.3028 19.5961L15.991 18.2843C15.991 18.2843 15.991 18.2843 15.991 18.2843L15.1068 17.4C15.1067 17.4 15.1068 17.4 15.1068 17.4L14.115 16.4083C14.1149 16.4083 14.115 16.4082 14.115 16.4083L8.11042 10.4037L7.40331 11.1108L8.64624 12.3538L8.5 12.5H7C6.72386 12.5 6.5 12.7239 6.5 13V16C6.5 16.2761 6.72386 16.5 7 16.5Z\" fill=\"var(--element-neutral-color)\"/> <path d=\"M10.0605 10.9395L12 12.879V9L10.0605 10.9395Z\" fill=\"var(--element-neutral-color)\"/> <path d=\"M13 13.879L14.737 15.616C14.9019 15.2855 14.9921 14.9215 14.9995 14.5497C15.0089 14.0778 14.8845 13.6128 14.6407 13.2086C14.3969 12.8044 14.0436 12.4775 13.6217 12.2657C13.4239 12.1663 13.2148 12.0942 13 12.0504V13.879Z\" fill=\"var(--element-neutral-color)\"/> <path d=\"M15.7043 16.5833L16.6141 17.4931C16.7962 17.2125 16.9527 16.9152 17.0813 16.6046C17.3577 15.9373 17.5 15.2222 17.5 14.4999C17.5 13.7776 17.3577 13.0624 17.0813 12.3951C16.8049 11.7278 16.3998 11.1215 15.8891 10.6108C15.3784 10.1001 14.7721 9.69494 14.1048 9.41854C13.7481 9.27081 13.3778 9.1614 13 9.09155V10.3692C13.2133 10.4208 13.4227 10.489 13.6264 10.5734C14.142 10.787 14.6106 11.1 15.0052 11.4947C15.3999 11.8893 15.7129 12.3578 15.9265 12.8735C16.1401 13.3891 16.25 13.9418 16.25 14.4999C16.25 15.058 16.1401 15.6107 15.9265 16.1263C15.8615 16.2832 15.7872 16.4358 15.7043 16.5833Z\" fill=\"var(--element-neutral-color)\"/> </svg> `"
|
110164
|
-
}
|
110165
|
-
],
|
110166
|
-
"exports": [
|
110167
|
-
{
|
110168
|
-
"kind": "js",
|
110169
|
-
"name": "svg14AlarmSilencedB",
|
110170
|
-
"declaration": {
|
110171
|
-
"name": "svg14AlarmSilencedB",
|
110172
|
-
"module": "src/components/alert-icon/icons/icon-14-alarm-silenced-b.ts"
|
110173
|
-
}
|
110174
|
-
}
|
110175
|
-
]
|
110176
|
-
},
|
110177
|
-
{
|
110178
|
-
"kind": "javascript-module",
|
110179
|
-
"path": "src/components/alert-icon/icons/icon-14-alarm-unack-a.ts",
|
110180
|
-
"declarations": [
|
110181
|
-
{
|
110182
|
-
"kind": "variable",
|
110183
|
-
"name": "svg14AlarmUnackA",
|
110184
|
-
"default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M1.11648 20.5339L11.1158 1.53427C11.4907 0.821889 12.5105 0.821913 12.8854 1.53432L22.8835 20.5339C23.234 21.1999 22.7512 22 21.9987 22L2.00128 22C1.24879 22 0.765943 21.1999 1.11648 20.5339Z\" style=\"fill: var(--alert-alarm-color)\"/> <path d=\"M8.5 16.5H7C6.72386 16.5 6.5 16.2761 6.5 16V13C6.5 12.7239 6.72386 12.5 7 12.5H8.5L12 9V12.879V20L8.5 16.5Z\" style=\"fill: var(--on-alarm-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14.2678 16.2678C13.9186 16.617 13.4767 16.8522 13 16.9495V12.0505C13.4767 12.1478 13.9186 12.3831 14.2678 12.7323C14.7366 13.2011 15 13.837 15 14.5C15 15.1631 14.7366 15.799 14.2678 16.2678Z\" style=\"fill: var(--on-alarm-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13 9.09167V10.3693C13.7529 10.5516 14.4484 10.938 15.0052 11.4948C15.8022 12.2919 16.25 13.3729 16.25 14.5C16.25 15.6272 15.8022 16.7082 15.0052 17.5052C14.4484 18.0621 13.7529 18.4484 13 18.6307V19.9084C14.0869 19.7074 15.0965 19.1817 15.8891 18.3891C16.9205 17.3577 17.5 15.9587 17.5 14.5C17.5 13.0413 16.9205 11.6424 15.8891 10.6109C15.0965 9.81836 14.0869 9.29266 13 9.09167Z\" style=\"fill: var(--on-alarm-color)\"/> </svg> `"
|
110185
|
-
}
|
110186
|
-
],
|
110187
|
-
"exports": [
|
110188
|
-
{
|
110189
|
-
"kind": "js",
|
110190
|
-
"name": "svg14AlarmUnackA",
|
110191
|
-
"declaration": {
|
110192
|
-
"name": "svg14AlarmUnackA",
|
110193
|
-
"module": "src/components/alert-icon/icons/icon-14-alarm-unack-a.ts"
|
110194
|
-
}
|
110195
|
-
}
|
110196
|
-
]
|
110197
|
-
},
|
110198
|
-
{
|
110199
|
-
"kind": "javascript-module",
|
110200
|
-
"path": "src/components/alert-icon/icons/icon-14-alarm-unack-b.ts",
|
110201
|
-
"declarations": [
|
110202
|
-
{
|
110203
|
-
"kind": "variable",
|
110204
|
-
"name": "svg14AlarmUnackB",
|
110205
|
-
"default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <mask id=\"a\" maskUnits=\"userSpaceOnUse\" x=\"-1\" y=\"0\" width=\"26\" height=\"23\" fill=\"black\"> <rect fill=\"white\" x=\"-1\" width=\"26\" height=\"23\"/> <path d=\"M1.11648 20.5339L11.1158 1.53427C11.4907 0.821889 12.5105 0.821913 12.8854 1.53432L22.8835 20.5339C23.234 21.1999 22.7512 22 21.9987 22L2.00128 22C1.24879 22 0.765943 21.1999 1.11648 20.5339Z\"/> </mask> <path d=\"M11.1158 1.53427L12.0007 2L12.0007 2L11.1158 1.53427ZM1.11648 20.5339L2.00141 20.9996L2.00141 20.9996L1.11648 20.5339ZM2.00128 22L2.00128 23L2.00128 23L2.00128 22ZM21.9987 22L21.9987 21L21.9987 21L21.9987 22ZM22.8835 20.5339L21.9986 20.9996L21.9986 20.9996L22.8835 20.5339ZM12.8854 1.53432L13.7704 1.06863L13.7704 1.06863L12.8854 1.53432ZM21.9987 23C23.5042 23 24.4692 21.3997 23.7685 20.0682L21.9986 20.9996L21.9987 21V23ZM0.231556 20.0681C-0.469216 21.3996 0.495789 23 2.00128 23V21L2.00141 20.9996L0.231556 20.0681ZM12.0007 2L12.0005 2L13.7704 1.06863C13.0206 -0.356171 10.9807 -0.356221 10.2309 1.06855L12.0007 2ZM10.2309 1.06855L0.231556 20.0681L2.00141 20.9996L12.0007 2L10.2309 1.06855ZM21.9987 21L2.00128 21L2.00128 23L21.9987 23L21.9987 21ZM12.0005 2L21.9986 20.9996L23.7685 20.0682L13.7704 1.06863L12.0005 2Z\" fill=\"var(--element-neutral-color)\" mask=\"url(#a)\"/> <path d=\"M8.5 16.5H7C6.72386 16.5 6.5 16.2761 6.5 16V13C6.5 12.7239 6.72386 12.5 7 12.5H8.5L12 9V12.879V20L8.5 16.5Z\" style=\"fill: var(--element-neutral-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14.2678 16.2678C13.9186 16.617 13.4767 16.8522 13 16.9495V12.0505C13.4767 12.1478 13.9186 12.3831 14.2678 12.7323C14.7366 13.2011 15 13.837 15 14.5C15 15.1631 14.7366 15.799 14.2678 16.2678Z\" style=\"fill: var(--element-neutral-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13 9.09167V10.3693C13.7529 10.5516 14.4484 10.938 15.0052 11.4948C15.8022 12.2919 16.25 13.3729 16.25 14.5C16.25 15.6272 15.8022 16.7082 15.0052 17.5052C14.4484 18.0621 13.7529 18.4484 13 18.6307V19.9084C14.0869 19.7074 15.0965 19.1817 15.8891 18.3891C16.9205 17.3577 17.5 15.9587 17.5 14.5C17.5 13.0413 16.9205 11.6424 15.8891 10.6109C15.0965 9.81836 14.0869 9.29266 13 9.09167Z\" style=\"fill: var(--element-neutral-color)\"/> </svg> `"
|
110206
|
-
}
|
110207
|
-
],
|
110208
|
-
"exports": [
|
110209
|
-
{
|
110210
|
-
"kind": "js",
|
110211
|
-
"name": "svg14AlarmUnackB",
|
110212
|
-
"declaration": {
|
110213
|
-
"name": "svg14AlarmUnackB",
|
110214
|
-
"module": "src/components/alert-icon/icons/icon-14-alarm-unack-b.ts"
|
110215
|
-
}
|
110216
|
-
}
|
110217
|
-
]
|
110218
|
-
},
|
110219
|
-
{
|
110220
|
-
"kind": "javascript-module",
|
110221
|
-
"path": "src/components/alert-icon/icons/icon-14-warning-unack-a.ts",
|
110222
|
-
"declarations": [
|
110223
|
-
{
|
110224
|
-
"kind": "variable",
|
110225
|
-
"name": "svg14WarningUnackA",
|
110226
|
-
"default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z\" style=\"fill: var(--alert-warning-color)\"/> <path d=\"M8.5 14H6.5C6.22386 14 6 13.7761 6 13.5V10.5C6 10.2239 6.22386 10 6.5 10H8.5L12 6.5V10.379V17.5L8.5 14Z\" style=\"fill: var(--on-warning-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14.7678 13.7678C14.4186 14.117 13.9767 14.3522 13.5 14.4495V9.55053C13.9767 9.64784 14.4186 9.88307 14.7678 10.2323C15.2366 10.7011 15.5 11.337 15.5 12C15.5 12.6631 15.2366 13.299 14.7678 13.7678Z\" style=\"fill: var(--on-warning-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13.5 6.59167V7.86933C14.2529 8.05163 14.9484 8.43799 15.5052 8.99482C16.3022 9.79185 16.75 10.8729 16.75 12C16.75 13.1272 16.3022 14.2082 15.5052 15.0052C14.9484 15.5621 14.2529 15.9484 13.5 16.1307V17.4084C14.5869 17.2074 15.5965 16.6817 16.3891 15.8891C17.4205 14.8577 18 13.4587 18 12C18 10.5413 17.4205 9.14239 16.3891 8.11094C15.5965 7.31836 14.5869 6.79266 13.5 6.59167Z\" style=\"fill: var(--on-warning-active-color)\"/> </svg> `"
|
110227
|
-
}
|
110228
|
-
],
|
110229
|
-
"exports": [
|
110230
|
-
{
|
110231
|
-
"kind": "js",
|
110232
|
-
"name": "svg14WarningUnackA",
|
110233
|
-
"declaration": {
|
110234
|
-
"name": "svg14WarningUnackA",
|
110235
|
-
"module": "src/components/alert-icon/icons/icon-14-warning-unack-a.ts"
|
110236
|
-
}
|
110237
|
-
}
|
110238
|
-
]
|
110239
|
-
},
|
110240
|
-
{
|
110241
|
-
"kind": "javascript-module",
|
110242
|
-
"path": "src/components/alert-icon/icons/icon-14-warning-unack-b.ts",
|
110243
|
-
"declarations": [
|
110244
|
-
{
|
110245
|
-
"kind": "variable",
|
110246
|
-
"name": "svg14WarningUnackB",
|
110247
|
-
"default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <circle cx=\"12\" cy=\"12\" r=\"10.5\" style=\"stroke: var(--element-neutral-color)\" /> <path d=\"M8.5 14H6.5C6.22386 14 6 13.7761 6 13.5V10.5C6 10.2239 6.22386 10 6.5 10H8.5L12 6.5V10.379V17.5L8.5 14Z\" style=\"fill: var(--element-neutral-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14.7678 13.7678C14.4186 14.117 13.9767 14.3522 13.5 14.4495V9.55053C13.9767 9.64784 14.4186 9.88307 14.7678 10.2323C15.2366 10.7011 15.5 11.337 15.5 12C15.5 12.6631 15.2366 13.299 14.7678 13.7678Z\" style=\"fill: var(--element-neutral-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13.5 6.59167V7.86933C14.2529 8.05163 14.9484 8.43799 15.5052 8.99482C16.3022 9.79185 16.75 10.8729 16.75 12C16.75 13.1272 16.3022 14.2082 15.5052 15.0052C14.9484 15.5621 14.2529 15.9484 13.5 16.1307V17.4084C14.5869 17.2074 15.5965 16.6817 16.3891 15.8891C17.4205 14.8577 18 13.4587 18 12C18 10.5413 17.4205 9.14239 16.3891 8.11094C15.5965 7.31836 14.5869 6.79266 13.5 6.59167Z\" style=\"fill: var(--element-neutral-color)\"/> </svg> `"
|
110248
|
-
}
|
110249
|
-
],
|
110250
|
-
"exports": [
|
110251
|
-
{
|
110252
|
-
"kind": "js",
|
110253
|
-
"name": "svg14WarningUnackB",
|
110253
|
+
"name": "obc-watch",
|
110254
110254
|
"declaration": {
|
110255
|
-
"name": "
|
110256
|
-
"module": "src/
|
110255
|
+
"name": "ObcWatch",
|
110256
|
+
"module": "src/navigation-instruments/watch/watch.ts"
|
110257
110257
|
}
|
110258
110258
|
}
|
110259
110259
|
]
|