@oicl/openbridge-webcomponents 0.0.16 → 0.0.17-dev-20250303112901

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.
@@ -444,6 +444,379 @@
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
+ {
690
+ "kind": "javascript-module",
691
+ "path": "src/automation/automation-readout/automation-readout.ts",
692
+ "declarations": [
693
+ {
694
+ "kind": "class",
695
+ "description": "",
696
+ "name": "ObcAutomationReadout",
697
+ "members": [
698
+ {
699
+ "kind": "field",
700
+ "name": "value",
701
+ "type": {
702
+ "text": "number"
703
+ },
704
+ "default": "0",
705
+ "attribute": "value"
706
+ },
707
+ {
708
+ "kind": "field",
709
+ "name": "unit",
710
+ "type": {
711
+ "text": "string"
712
+ },
713
+ "default": "''",
714
+ "attribute": "unit"
715
+ },
716
+ {
717
+ "kind": "field",
718
+ "name": "numberOfDigits",
719
+ "type": {
720
+ "text": "number"
721
+ },
722
+ "default": "3",
723
+ "attribute": "numberOfDigits"
724
+ },
725
+ {
726
+ "kind": "field",
727
+ "name": "position",
728
+ "type": {
729
+ "text": "AutomationReadoutPosition"
730
+ },
731
+ "attribute": "position"
732
+ },
733
+ {
734
+ "kind": "field",
735
+ "name": "lineType",
736
+ "type": {
737
+ "text": "LineType | undefined"
738
+ },
739
+ "default": "undefined",
740
+ "attribute": "lineType"
741
+ },
742
+ {
743
+ "kind": "method",
744
+ "name": "getLineWidth",
745
+ "return": {
746
+ "type": {
747
+ "text": "number"
748
+ }
749
+ }
750
+ }
751
+ ],
752
+ "attributes": [
753
+ {
754
+ "name": "value",
755
+ "type": {
756
+ "text": "number"
757
+ },
758
+ "default": "0",
759
+ "fieldName": "value"
760
+ },
761
+ {
762
+ "name": "unit",
763
+ "type": {
764
+ "text": "string"
765
+ },
766
+ "default": "''",
767
+ "fieldName": "unit"
768
+ },
769
+ {
770
+ "name": "numberOfDigits",
771
+ "type": {
772
+ "text": "number"
773
+ },
774
+ "default": "3",
775
+ "fieldName": "numberOfDigits"
776
+ },
777
+ {
778
+ "name": "position",
779
+ "type": {
780
+ "text": "AutomationReadoutPosition"
781
+ },
782
+ "fieldName": "position"
783
+ },
784
+ {
785
+ "name": "lineType",
786
+ "type": {
787
+ "text": "LineType | undefined"
788
+ },
789
+ "default": "undefined",
790
+ "fieldName": "lineType"
791
+ }
792
+ ],
793
+ "superclass": {
794
+ "name": "LitElement",
795
+ "package": "lit"
796
+ },
797
+ "tagName": "obc-automation-readout",
798
+ "customElement": true
799
+ }
800
+ ],
801
+ "exports": [
802
+ {
803
+ "kind": "js",
804
+ "name": "ObcAutomationReadout",
805
+ "declaration": {
806
+ "name": "ObcAutomationReadout",
807
+ "module": "src/automation/automation-readout/automation-readout.ts"
808
+ }
809
+ },
810
+ {
811
+ "kind": "custom-element-definition",
812
+ "name": "obc-automation-readout",
813
+ "declaration": {
814
+ "name": "ObcAutomationReadout",
815
+ "module": "src/automation/automation-readout/automation-readout.ts"
816
+ }
817
+ }
818
+ ]
819
+ },
447
820
  {
448
821
  "kind": "javascript-module",
449
822
  "path": "src/icons/icon-02-illustration.ts",
@@ -100570,248 +100943,6 @@
100570
100943
  }
100571
100944
  ]
100572
100945
  },
100573
- {
100574
- "kind": "javascript-module",
100575
- "path": "src/automation/automation-button/automation-button.ts",
100576
- "declarations": [
100577
- {
100578
- "kind": "class",
100579
- "description": "",
100580
- "name": "ObcAutomationButton",
100581
- "members": [
100582
- {
100583
- "kind": "field",
100584
- "name": "size",
100585
- "type": {
100586
- "text": "AutomationButtonSize"
100587
- },
100588
- "attribute": "size"
100589
- },
100590
- {
100591
- "kind": "field",
100592
- "name": "variant",
100593
- "type": {
100594
- "text": "AutomationButtonVariant"
100595
- },
100596
- "attribute": "variant"
100597
- },
100598
- {
100599
- "kind": "field",
100600
- "name": "state",
100601
- "type": {
100602
- "text": "AutomationButtonState"
100603
- },
100604
- "attribute": "state"
100605
- },
100606
- {
100607
- "kind": "field",
100608
- "name": "labels",
100609
- "type": {
100610
- "text": "AutomationButtonLabel[]"
100611
- },
100612
- "default": "[]"
100613
- },
100614
- {
100615
- "kind": "field",
100616
- "name": "labelPosition",
100617
- "type": {
100618
- "text": "AutomationButtonLabelPosition"
100619
- },
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"
100663
- },
100664
- {
100665
- "kind": "method",
100666
- "name": "getProgressSpinner",
100667
- "privacy": "private",
100668
- "return": {
100669
- "type": {
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"
100681
- }
100682
- }
100683
- }
100684
- ],
100685
- "attributes": [
100686
- {
100687
- "name": "size",
100688
- "type": {
100689
- "text": "AutomationButtonSize"
100690
- },
100691
- "fieldName": "size"
100692
- },
100693
- {
100694
- "name": "variant",
100695
- "type": {
100696
- "text": "AutomationButtonVariant"
100697
- },
100698
- "fieldName": "variant"
100699
- },
100700
- {
100701
- "name": "state",
100702
- "type": {
100703
- "text": "AutomationButtonState"
100704
- },
100705
- "fieldName": "state"
100706
- },
100707
- {
100708
- "name": "labelPosition",
100709
- "type": {
100710
- "text": "AutomationButtonLabelPosition"
100711
- },
100712
- "fieldName": "labelPosition"
100713
- },
100714
- {
100715
- "name": "labelSize",
100716
- "type": {
100717
- "text": "AutomationButtonLabelSize"
100718
- },
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"
100750
- }
100751
- ],
100752
- "superclass": {
100753
- "name": "LitElement",
100754
- "package": "lit"
100755
- },
100756
- "tagName": "obc-automation-button",
100757
- "customElement": true
100758
- }
100759
- ],
100760
- "exports": [
100761
- {
100762
- "kind": "js",
100763
- "name": "ObcAutomationButton",
100764
- "declaration": {
100765
- "name": "ObcAutomationButton",
100766
- "module": "src/automation/automation-button/automation-button.ts"
100767
- }
100768
- },
100769
- {
100770
- "kind": "custom-element-definition",
100771
- "name": "obc-automation-button",
100772
- "declaration": {
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"
100811
- }
100812
- }
100813
- ]
100814
- },
100815
100946
  {
100816
100947
  "kind": "javascript-module",
100817
100948
  "path": "src/automation/automation-tank/automation-tank.ts",
@@ -100956,75 +101087,6 @@
100956
101087
  }
100957
101088
  ]
100958
101089
  },
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
- },
101028
101090
  {
101029
101091
  "kind": "javascript-module",
101030
101092
  "path": "src/automation/corner-line/corner-line.ts",
@@ -101111,105 +101173,43 @@
101111
101173
  },
101112
101174
  {
101113
101175
  "kind": "javascript-module",
101114
- "path": "src/automation/automation-readout/automation-readout.ts",
101176
+ "path": "src/automation/direction-line/direction-line.ts",
101115
101177
  "declarations": [
101116
101178
  {
101117
101179
  "kind": "class",
101118
101180
  "description": "",
101119
- "name": "ObcAutomationReadout",
101181
+ "name": "ObcDirectionLine",
101120
101182
  "members": [
101121
101183
  {
101122
101184
  "kind": "field",
101123
- "name": "value",
101124
- "type": {
101125
- "text": "number"
101126
- },
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",
101185
+ "name": "medium",
101151
101186
  "type": {
101152
- "text": "AutomationReadoutPosition"
101187
+ "text": "LineMedium"
101153
101188
  },
101154
- "attribute": "position"
101189
+ "attribute": "medium"
101155
101190
  },
101156
101191
  {
101157
101192
  "kind": "field",
101158
101193
  "name": "lineType",
101159
101194
  "type": {
101160
- "text": "LineType | undefined"
101195
+ "text": "LineType"
101161
101196
  },
101162
- "default": "undefined",
101163
101197
  "attribute": "lineType"
101164
- },
101165
- {
101166
- "kind": "method",
101167
- "name": "getLineWidth",
101168
- "return": {
101169
- "type": {
101170
- "text": "number"
101171
- }
101172
- }
101173
101198
  }
101174
101199
  ],
101175
101200
  "attributes": [
101176
101201
  {
101177
- "name": "value",
101178
- "type": {
101179
- "text": "number"
101180
- },
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
+ "name": "medium",
101202
101203
  "type": {
101203
- "text": "AutomationReadoutPosition"
101204
+ "text": "LineMedium"
101204
101205
  },
101205
- "fieldName": "position"
101206
+ "fieldName": "medium"
101206
101207
  },
101207
101208
  {
101208
101209
  "name": "lineType",
101209
101210
  "type": {
101210
- "text": "LineType | undefined"
101211
+ "text": "LineType"
101211
101212
  },
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-automation-readout",
101220
+ "tagName": "obc-direction-line",
101221
101221
  "customElement": true
101222
101222
  }
101223
101223
  ],
101224
101224
  "exports": [
101225
101225
  {
101226
101226
  "kind": "js",
101227
- "name": "ObcAutomationReadout",
101227
+ "name": "ObcDirectionLine",
101228
101228
  "declaration": {
101229
- "name": "ObcAutomationReadout",
101230
- "module": "src/automation/automation-readout/automation-readout.ts"
101229
+ "name": "ObcDirectionLine",
101230
+ "module": "src/automation/direction-line/direction-line.ts"
101231
101231
  }
101232
101232
  },
101233
101233
  {
101234
101234
  "kind": "custom-element-definition",
101235
- "name": "obc-automation-readout",
101235
+ "name": "obc-direction-line",
101236
101236
  "declaration": {
101237
- "name": "ObcAutomationReadout",
101238
- "module": "src/automation/automation-readout/automation-readout.ts"
101237
+ "name": "ObcDirectionLine",
101238
+ "module": "src/automation/direction-line/direction-line.ts"
101239
101239
  }
101240
101240
  }
101241
101241
  ]
@@ -102139,30 +102139,6 @@
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
- },
102166
102142
  {
102167
102143
  "kind": "javascript-module",
102168
102144
  "path": "src/components/alert-button/alert-button.ts",
@@ -102375,6 +102351,78 @@
102375
102351
  }
102376
102352
  ]
102377
102353
  },
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
+ },
102378
102426
  {
102379
102427
  "kind": "javascript-module",
102380
102428
  "path": "src/components/alert-menu-item/alert-menu-item.ts",
@@ -102525,78 +102573,6 @@
102525
102573
  }
102526
102574
  ]
102527
102575
  },
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
- },
102600
102576
  {
102601
102577
  "kind": "javascript-module",
102602
102578
  "path": "src/components/alert-topbar-element/alert-topbar-element.ts",
@@ -102894,109 +102870,6 @@
102894
102870
  }
102895
102871
  ]
102896
102872
  },
102897
- {
102898
- "kind": "javascript-module",
102899
- "path": "src/components/badge/badge.ts",
102900
- "declarations": [
102901
- {
102902
- "kind": "class",
102903
- "description": "",
102904
- "name": "ObcBadge",
102905
- "members": [
102906
- {
102907
- "kind": "field",
102908
- "name": "number",
102909
- "type": {
102910
- "text": "number"
102911
- },
102912
- "default": "0",
102913
- "attribute": "number"
102914
- },
102915
- {
102916
- "kind": "field",
102917
- "name": "hideNumber",
102918
- "type": {
102919
- "text": "boolean"
102920
- },
102921
- "default": "false",
102922
- "attribute": "hideNumber"
102923
- },
102924
- {
102925
- "kind": "field",
102926
- "name": "size",
102927
- "type": {
102928
- "text": "BadgeSize"
102929
- },
102930
- "attribute": "size"
102931
- },
102932
- {
102933
- "kind": "field",
102934
- "name": "type",
102935
- "type": {
102936
- "text": "BadgeType"
102937
- },
102938
- "attribute": "type"
102939
- }
102940
- ],
102941
- "attributes": [
102942
- {
102943
- "name": "number",
102944
- "type": {
102945
- "text": "number"
102946
- },
102947
- "default": "0",
102948
- "fieldName": "number"
102949
- },
102950
- {
102951
- "name": "hideNumber",
102952
- "type": {
102953
- "text": "boolean"
102954
- },
102955
- "default": "false",
102956
- "fieldName": "hideNumber"
102957
- },
102958
- {
102959
- "name": "size",
102960
- "type": {
102961
- "text": "BadgeSize"
102962
- },
102963
- "fieldName": "size"
102964
- },
102965
- {
102966
- "name": "type",
102967
- "type": {
102968
- "text": "BadgeType"
102969
- },
102970
- "fieldName": "type"
102971
- }
102972
- ],
102973
- "superclass": {
102974
- "name": "LitElement",
102975
- "package": "lit"
102976
- },
102977
- "tagName": "obc-badge",
102978
- "customElement": true
102979
- }
102980
- ],
102981
- "exports": [
102982
- {
102983
- "kind": "js",
102984
- "name": "ObcBadge",
102985
- "declaration": {
102986
- "name": "ObcBadge",
102987
- "module": "src/components/badge/badge.ts"
102988
- }
102989
- },
102990
- {
102991
- "kind": "custom-element-definition",
102992
- "name": "obc-badge",
102993
- "declaration": {
102994
- "name": "ObcBadge",
102995
- "module": "src/components/badge/badge.ts"
102996
- }
102997
- }
102998
- ]
102999
- },
103000
102873
  {
103001
102874
  "kind": "javascript-module",
103002
102875
  "path": "src/components/app-menu/app-menu.ts",
@@ -103054,6 +102927,109 @@
103054
102927
  }
103055
102928
  ]
103056
102929
  },
102930
+ {
102931
+ "kind": "javascript-module",
102932
+ "path": "src/components/badge/badge.ts",
102933
+ "declarations": [
102934
+ {
102935
+ "kind": "class",
102936
+ "description": "",
102937
+ "name": "ObcBadge",
102938
+ "members": [
102939
+ {
102940
+ "kind": "field",
102941
+ "name": "number",
102942
+ "type": {
102943
+ "text": "number"
102944
+ },
102945
+ "default": "0",
102946
+ "attribute": "number"
102947
+ },
102948
+ {
102949
+ "kind": "field",
102950
+ "name": "hideNumber",
102951
+ "type": {
102952
+ "text": "boolean"
102953
+ },
102954
+ "default": "false",
102955
+ "attribute": "hideNumber"
102956
+ },
102957
+ {
102958
+ "kind": "field",
102959
+ "name": "size",
102960
+ "type": {
102961
+ "text": "BadgeSize"
102962
+ },
102963
+ "attribute": "size"
102964
+ },
102965
+ {
102966
+ "kind": "field",
102967
+ "name": "type",
102968
+ "type": {
102969
+ "text": "BadgeType"
102970
+ },
102971
+ "attribute": "type"
102972
+ }
102973
+ ],
102974
+ "attributes": [
102975
+ {
102976
+ "name": "number",
102977
+ "type": {
102978
+ "text": "number"
102979
+ },
102980
+ "default": "0",
102981
+ "fieldName": "number"
102982
+ },
102983
+ {
102984
+ "name": "hideNumber",
102985
+ "type": {
102986
+ "text": "boolean"
102987
+ },
102988
+ "default": "false",
102989
+ "fieldName": "hideNumber"
102990
+ },
102991
+ {
102992
+ "name": "size",
102993
+ "type": {
102994
+ "text": "BadgeSize"
102995
+ },
102996
+ "fieldName": "size"
102997
+ },
102998
+ {
102999
+ "name": "type",
103000
+ "type": {
103001
+ "text": "BadgeType"
103002
+ },
103003
+ "fieldName": "type"
103004
+ }
103005
+ ],
103006
+ "superclass": {
103007
+ "name": "LitElement",
103008
+ "package": "lit"
103009
+ },
103010
+ "tagName": "obc-badge",
103011
+ "customElement": true
103012
+ }
103013
+ ],
103014
+ "exports": [
103015
+ {
103016
+ "kind": "js",
103017
+ "name": "ObcBadge",
103018
+ "declaration": {
103019
+ "name": "ObcBadge",
103020
+ "module": "src/components/badge/badge.ts"
103021
+ }
103022
+ },
103023
+ {
103024
+ "kind": "custom-element-definition",
103025
+ "name": "obc-badge",
103026
+ "declaration": {
103027
+ "name": "ObcBadge",
103028
+ "module": "src/components/badge/badge.ts"
103029
+ }
103030
+ }
103031
+ ]
103032
+ },
103057
103033
  {
103058
103034
  "kind": "javascript-module",
103059
103035
  "path": "src/components/breadcrumb/breadcrumb.ts",
@@ -103098,107 +103074,174 @@
103098
103074
  },
103099
103075
  {
103100
103076
  "kind": "javascript-module",
103101
- "path": "src/components/card-list-button/card-list-button.ts",
103077
+ "path": "src/components/brilliance-menu/brilliance-menu.ts",
103102
103078
  "declarations": [
103103
103079
  {
103104
103080
  "kind": "class",
103105
103081
  "description": "",
103106
- "name": "ObcCardListButton",
103082
+ "name": "ObcBrillianceMenu",
103107
103083
  "members": [
103108
103084
  {
103109
103085
  "kind": "field",
103110
- "name": "icon",
103086
+ "name": "palette",
103111
103087
  "type": {
103112
- "text": "string"
103088
+ "text": "String"
103113
103089
  },
103114
- "default": "'placeholder'",
103115
- "attribute": "icon"
103090
+ "default": "'day'",
103091
+ "description": "The palette to use. Possible values are 'night', 'dusk', 'day', 'bright'",
103092
+ "attribute": "palette"
103116
103093
  },
103117
103094
  {
103118
103095
  "kind": "field",
103119
- "name": "variant",
103096
+ "name": "brightness",
103120
103097
  "type": {
103121
- "text": "string"
103098
+ "text": "Number"
103122
103099
  },
103123
- "default": "'normal'",
103124
- "attribute": "variant"
103100
+ "default": "50",
103101
+ "description": "The brightness value",
103102
+ "attribute": "brightness"
103125
103103
  },
103126
103104
  {
103127
103105
  "kind": "field",
103128
- "name": "leadingIcon",
103106
+ "name": "showAutoBrightness",
103129
103107
  "type": {
103130
- "text": "NodeListOf<HTMLElement>"
103108
+ "text": "Boolean"
103131
103109
  },
103132
- "privacy": "private"
103110
+ "default": "false",
103111
+ "description": "Show the auto brightness toggle",
103112
+ "attribute": "showAutoBrightness"
103133
103113
  },
103134
103114
  {
103135
103115
  "kind": "field",
103136
- "name": "trailingIcon",
103116
+ "name": "showAutoPalette",
103137
103117
  "type": {
103138
- "text": "NodeListOf<HTMLElement>"
103118
+ "text": "Boolean"
103139
103119
  },
103140
- "privacy": "private"
103120
+ "default": "false",
103121
+ "description": "Show the auto palette toggle",
103122
+ "attribute": "showAutoPalette"
103141
103123
  },
103142
103124
  {
103143
103125
  "kind": "field",
103144
- "name": "hasIconLeading",
103126
+ "name": "hideBrightness",
103145
103127
  "type": {
103146
- "text": "boolean"
103128
+ "text": "Boolean"
103147
103129
  },
103148
- "privacy": "private",
103149
- "default": "false"
103130
+ "default": "false",
103131
+ "description": "Show the auto brightness toggle",
103132
+ "attribute": "hideBrightness"
103150
103133
  },
103151
103134
  {
103152
- "kind": "field",
103153
- "name": "hasIconTrailing",
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",
103154
103162
  "type": {
103155
- "text": "boolean"
103163
+ "text": "CustomEvent"
103156
103164
  },
103157
- "privacy": "private",
103158
- "default": "false"
103165
+ "description": "Fires when the palette is changed"
103166
+ },
103167
+ {
103168
+ "name": "brightness-changed",
103169
+ "type": {
103170
+ "text": "CustomEvent"
103171
+ },
103172
+ "description": "Fires when the brightness is changed"
103159
103173
  }
103160
103174
  ],
103161
103175
  "attributes": [
103162
103176
  {
103163
- "name": "icon",
103177
+ "name": "palette",
103164
103178
  "type": {
103165
- "text": "string"
103179
+ "text": "String"
103166
103180
  },
103167
- "default": "'placeholder'",
103168
- "fieldName": "icon"
103181
+ "default": "'day'",
103182
+ "description": "The palette to use. Possible values are 'night', 'dusk', 'day', 'bright'",
103183
+ "fieldName": "palette"
103169
103184
  },
103170
103185
  {
103171
- "name": "variant",
103186
+ "name": "brightness",
103172
103187
  "type": {
103173
- "text": "string"
103188
+ "text": "Number"
103174
103189
  },
103175
- "default": "'normal'",
103176
- "fieldName": "variant"
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",
103205
+ "type": {
103206
+ "text": "Boolean"
103207
+ },
103208
+ "default": "false",
103209
+ "description": "Show the auto palette toggle",
103210
+ "fieldName": "showAutoPalette"
103211
+ },
103212
+ {
103213
+ "name": "hideBrightness",
103214
+ "type": {
103215
+ "text": "Boolean"
103216
+ },
103217
+ "default": "false",
103218
+ "description": "Show the auto brightness toggle",
103219
+ "fieldName": "hideBrightness"
103177
103220
  }
103178
103221
  ],
103179
103222
  "superclass": {
103180
103223
  "name": "LitElement",
103181
103224
  "package": "lit"
103182
103225
  },
103183
- "tagName": "obc-card-list-button",
103226
+ "tagName": "obc-brilliance-menu",
103184
103227
  "customElement": true
103185
103228
  }
103186
103229
  ],
103187
103230
  "exports": [
103188
103231
  {
103189
103232
  "kind": "js",
103190
- "name": "ObcCardListButton",
103233
+ "name": "ObcBrillianceMenu",
103191
103234
  "declaration": {
103192
- "name": "ObcCardListButton",
103193
- "module": "src/components/card-list-button/card-list-button.ts"
103235
+ "name": "ObcBrillianceMenu",
103236
+ "module": "src/components/brilliance-menu/brilliance-menu.ts"
103194
103237
  }
103195
103238
  },
103196
103239
  {
103197
103240
  "kind": "custom-element-definition",
103198
- "name": "obc-card-list-button",
103241
+ "name": "obc-brilliance-menu",
103199
103242
  "declaration": {
103200
- "name": "ObcCardListButton",
103201
- "module": "src/components/card-list-button/card-list-button.ts"
103243
+ "name": "ObcBrillianceMenu",
103244
+ "module": "src/components/brilliance-menu/brilliance-menu.ts"
103202
103245
  }
103203
103246
  }
103204
103247
  ]
@@ -103389,6 +103432,113 @@
103389
103432
  }
103390
103433
  ]
103391
103434
  },
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
+ },
103392
103542
  {
103393
103543
  "kind": "javascript-module",
103394
103544
  "path": "src/components/clock/clock.ts",
@@ -103481,174 +103631,72 @@
103481
103631
  },
103482
103632
  {
103483
103633
  "kind": "javascript-module",
103484
- "path": "src/components/brilliance-menu/brilliance-menu.ts",
103634
+ "path": "src/components/context-menu/context-menu.ts",
103485
103635
  "declarations": [
103486
103636
  {
103487
103637
  "kind": "class",
103488
103638
  "description": "",
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
- ],
103639
+ "name": "ObcContextMenu",
103640
+ "members": [],
103629
103641
  "superclass": {
103630
103642
  "name": "LitElement",
103631
103643
  "package": "lit"
103632
103644
  },
103633
- "tagName": "obc-brilliance-menu",
103645
+ "tagName": "obc-context-menu",
103634
103646
  "customElement": true
103635
103647
  }
103636
103648
  ],
103637
103649
  "exports": [
103638
103650
  {
103639
103651
  "kind": "js",
103640
- "name": "ObcBrillianceMenu",
103652
+ "name": "ObcContextMenu",
103641
103653
  "declaration": {
103642
- "name": "ObcBrillianceMenu",
103643
- "module": "src/components/brilliance-menu/brilliance-menu.ts"
103654
+ "name": "ObcContextMenu",
103655
+ "module": "src/components/context-menu/context-menu.ts"
103644
103656
  }
103645
103657
  },
103646
103658
  {
103647
103659
  "kind": "custom-element-definition",
103648
- "name": "obc-brilliance-menu",
103660
+ "name": "obc-context-menu",
103649
103661
  "declaration": {
103650
- "name": "ObcBrillianceMenu",
103651
- "module": "src/components/brilliance-menu/brilliance-menu.ts"
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",
103671
+ "declarations": [
103672
+ {
103673
+ "kind": "class",
103674
+ "description": "",
103675
+ "name": "ObcDivider",
103676
+ "members": [],
103677
+ "superclass": {
103678
+ "name": "LitElement",
103679
+ "package": "lit"
103680
+ },
103681
+ "tagName": "obc-divider",
103682
+ "customElement": true
103683
+ }
103684
+ ],
103685
+ "exports": [
103686
+ {
103687
+ "kind": "js",
103688
+ "name": "ObcDivider",
103689
+ "declaration": {
103690
+ "name": "ObcDivider",
103691
+ "module": "src/components/divider/divider.ts"
103692
+ }
103693
+ },
103694
+ {
103695
+ "kind": "custom-element-definition",
103696
+ "name": "obc-divider",
103697
+ "declaration": {
103698
+ "name": "ObcDivider",
103699
+ "module": "src/components/divider/divider.ts"
103652
103700
  }
103653
103701
  }
103654
103702
  ]
@@ -103794,78 +103842,6 @@
103794
103842
  }
103795
103843
  ]
103796
103844
  },
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
- },
103869
103845
  {
103870
103846
  "kind": "javascript-module",
103871
103847
  "path": "src/components/input/input.ts",
@@ -104791,6 +104767,132 @@
104791
104767
  }
104792
104768
  ]
104793
104769
  },
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
+ },
104794
104896
  {
104795
104897
  "kind": "javascript-module",
104796
104898
  "path": "src/components/slider/slider.ts",
@@ -105017,232 +105119,6 @@
105017
105119
  }
105018
105120
  ]
105019
105121
  },
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
- },
105246
105122
  {
105247
105123
  "kind": "javascript-module",
105248
105124
  "path": "src/components/table/table.ts",
@@ -105419,6 +105295,106 @@
105419
105295
  }
105420
105296
  ]
105421
105297
  },
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
+ },
105422
105398
  {
105423
105399
  "kind": "javascript-module",
105424
105400
  "path": "src/components/toggle-button-option/toggle-button-option.ts",
@@ -105595,6 +105571,115 @@
105595
105571
  }
105596
105572
  ]
105597
105573
  },
105574
+ {
105575
+ "kind": "javascript-module",
105576
+ "path": "src/components/tooltip/tooltip.ts",
105577
+ "declarations": [
105578
+ {
105579
+ "kind": "class",
105580
+ "description": "",
105581
+ "name": "ObcTooltip",
105582
+ "members": [
105583
+ {
105584
+ "kind": "field",
105585
+ "name": "variant",
105586
+ "default": "'neutral'",
105587
+ "attribute": "variant"
105588
+ },
105589
+ {
105590
+ "kind": "field",
105591
+ "name": "label",
105592
+ "type": {
105593
+ "text": "string"
105594
+ },
105595
+ "default": "'Title'",
105596
+ "attribute": "label"
105597
+ },
105598
+ {
105599
+ "kind": "field",
105600
+ "name": "text",
105601
+ "type": {
105602
+ "text": "string"
105603
+ },
105604
+ "default": "'Tooltip text'",
105605
+ "attribute": "text"
105606
+ },
105607
+ {
105608
+ "kind": "field",
105609
+ "name": "rightArrow",
105610
+ "type": {
105611
+ "text": "boolean"
105612
+ },
105613
+ "default": "false",
105614
+ "attribute": "rightArrow"
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"
105630
+ },
105631
+ {
105632
+ "name": "label",
105633
+ "type": {
105634
+ "text": "string"
105635
+ },
105636
+ "default": "'Title'",
105637
+ "fieldName": "label"
105638
+ },
105639
+ {
105640
+ "name": "text",
105641
+ "type": {
105642
+ "text": "string"
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
+ },
105598
105683
  {
105599
105684
  "kind": "javascript-module",
105600
105685
  "path": "src/components/top-bar/top-bar.ts",
@@ -106025,115 +106110,6 @@
106025
106110
  }
106026
106111
  ]
106027
106112
  },
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
- },
106137
106113
  {
106138
106114
  "kind": "javascript-module",
106139
106115
  "path": "src/components/vendor-button/vendor-button.ts",
@@ -106207,6 +106183,30 @@
106207
106183
  }
106208
106184
  ]
106209
106185
  },
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,6 +106938,93 @@
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
+ },
106941
107028
  {
106942
107029
  "kind": "javascript-module",
106943
107030
  "path": "src/navigation-instruments/compass/arrow.ts",
@@ -107123,93 +107210,6 @@
107123
107210
  }
107124
107211
  ]
107125
107212
  },
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,105 +108087,6 @@
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
- },
108189
108090
  {
108190
108091
  "kind": "javascript-module",
108191
108092
  "path": "src/navigation-instruments/poi-graphic-line/poi-config.ts",
@@ -108335,6 +108236,105 @@
108335
108236
  }
108336
108237
  ]
108337
108238
  },
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",
@@ -109355,33 +109355,447 @@
109355
109355
  "name": "singleSidedTickmark",
109356
109356
  "parameters": [
109357
109357
  {
109358
- "name": "height",
109358
+ "name": "height",
109359
+ "type": {
109360
+ "text": "number"
109361
+ }
109362
+ },
109363
+ {
109364
+ "name": "value",
109365
+ "type": {
109366
+ "text": "number"
109367
+ }
109368
+ },
109369
+ {
109370
+ "name": "style",
109371
+ "type": {
109372
+ "text": "TickmarkStyle"
109373
+ }
109374
+ }
109375
+ ]
109376
+ }
109377
+ ],
109378
+ "exports": [
109379
+ {
109380
+ "kind": "js",
109381
+ "name": "singleSidedTickmark",
109382
+ "declaration": {
109383
+ "name": "singleSidedTickmark",
109384
+ "module": "src/navigation-instruments/thruster/tickmark.ts"
109385
+ }
109386
+ }
109387
+ ]
109388
+ },
109389
+ {
109390
+ "kind": "javascript-module",
109391
+ "path": "src/navigation-instruments/watch/advice.ts",
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",
109458
+ "declarations": [
109459
+ {
109460
+ "kind": "function",
109461
+ "name": "tickmarkColor",
109462
+ "return": {
109463
+ "type": {
109464
+ "text": "string"
109465
+ }
109466
+ },
109467
+ "parameters": [
109468
+ {
109469
+ "name": "style",
109470
+ "type": {
109471
+ "text": "TickmarkStyle"
109472
+ }
109473
+ }
109474
+ ]
109475
+ },
109476
+ {
109477
+ "kind": "function",
109478
+ "name": "tickmark",
109479
+ "return": {
109480
+ "type": {
109481
+ "text": "SVGTemplateResult | SVGTemplateResult[]"
109482
+ }
109483
+ },
109484
+ "parameters": [
109485
+ {
109486
+ "name": "angle",
109487
+ "type": {
109488
+ "text": "number"
109489
+ }
109490
+ },
109491
+ {
109492
+ "name": "tickmarkSize",
109493
+ "type": {
109494
+ "text": "TickmarkType"
109495
+ }
109496
+ },
109497
+ {
109498
+ "name": "style",
109499
+ "type": {
109500
+ "text": "TickmarkStyle"
109501
+ }
109502
+ },
109503
+ {
109504
+ "name": "scale",
109505
+ "type": {
109506
+ "text": "number"
109507
+ }
109508
+ },
109509
+ {
109510
+ "name": "text",
109511
+ "optional": true,
109512
+ "type": {
109513
+ "text": "string"
109514
+ }
109515
+ }
109516
+ ]
109517
+ }
109518
+ ],
109519
+ "exports": [
109520
+ {
109521
+ "kind": "js",
109522
+ "name": "tickmarkColor",
109523
+ "declaration": {
109524
+ "name": "tickmarkColor",
109525
+ "module": "src/navigation-instruments/watch/tickmark.ts"
109526
+ }
109527
+ },
109528
+ {
109529
+ "kind": "js",
109530
+ "name": "tickmark",
109531
+ "declaration": {
109532
+ "name": "tickmark",
109533
+ "module": "src/navigation-instruments/watch/tickmark.ts"
109534
+ }
109535
+ }
109536
+ ]
109537
+ },
109538
+ {
109539
+ "kind": "javascript-module",
109540
+ "path": "src/navigation-instruments/watch/watch.ts",
109541
+ "declarations": [
109542
+ {
109543
+ "kind": "class",
109544
+ "description": "",
109545
+ "name": "ObcWatch",
109546
+ "members": [
109547
+ {
109548
+ "kind": "field",
109549
+ "name": "state",
109550
+ "type": {
109551
+ "text": "InstrumentState"
109552
+ },
109553
+ "attribute": "state"
109554
+ },
109555
+ {
109556
+ "kind": "field",
109557
+ "name": "angleSetpoint",
109558
+ "type": {
109559
+ "text": "number | undefined"
109560
+ },
109561
+ "attribute": "angleSetpoint"
109562
+ },
109563
+ {
109564
+ "kind": "field",
109565
+ "name": "atAngleSetpoint",
109566
+ "type": {
109567
+ "text": "boolean"
109568
+ },
109569
+ "default": "false",
109570
+ "attribute": "atAngleSetpoint"
109571
+ },
109572
+ {
109573
+ "kind": "field",
109574
+ "name": "padding",
109575
+ "type": {
109576
+ "text": "number"
109577
+ },
109578
+ "default": "24",
109579
+ "attribute": "padding"
109580
+ },
109581
+ {
109582
+ "kind": "field",
109583
+ "name": "cutAngleStart",
109584
+ "type": {
109585
+ "text": "number | null"
109586
+ },
109587
+ "default": "null",
109588
+ "attribute": "cutAngleStart"
109589
+ },
109590
+ {
109591
+ "kind": "field",
109592
+ "name": "cutAngleEnd",
109593
+ "type": {
109594
+ "text": "number | null"
109595
+ },
109596
+ "default": "null",
109597
+ "attribute": "cutAngleEnd"
109598
+ },
109599
+ {
109600
+ "kind": "field",
109601
+ "name": "roundOutsideCut",
109602
+ "type": {
109603
+ "text": "boolean"
109604
+ },
109605
+ "default": "false",
109606
+ "attribute": "roundOutsideCut"
109607
+ },
109608
+ {
109609
+ "kind": "field",
109610
+ "name": "roundInsideCut",
109611
+ "type": {
109612
+ "text": "boolean"
109613
+ },
109614
+ "default": "false",
109615
+ "attribute": "roundInsideCut"
109616
+ },
109617
+ {
109618
+ "kind": "field",
109619
+ "name": "tickmarks",
109620
+ "type": {
109621
+ "text": "Tickmark[]"
109622
+ },
109623
+ "default": "[]"
109624
+ },
109625
+ {
109626
+ "kind": "field",
109627
+ "name": "advices",
109628
+ "type": {
109629
+ "text": "AngleAdviceRaw[]"
109630
+ },
109631
+ "default": "[]"
109632
+ },
109633
+ {
109634
+ "kind": "field",
109635
+ "name": "crosshairEnabled",
109636
+ "type": {
109637
+ "text": "boolean"
109638
+ },
109639
+ "default": "false",
109640
+ "attribute": "crosshairEnabled"
109641
+ },
109642
+ {
109643
+ "kind": "field",
109644
+ "name": "labelFrameEnabled",
109645
+ "type": {
109646
+ "text": "boolean"
109647
+ },
109648
+ "default": "false",
109649
+ "attribute": "labelFrameEnabled"
109650
+ },
109651
+ {
109652
+ "kind": "field",
109653
+ "name": "_resizeController",
109654
+ "privacy": "private",
109655
+ "default": "new ResizeController(this, {})"
109656
+ },
109657
+ {
109658
+ "kind": "method",
109659
+ "name": "watchCircle",
109660
+ "privacy": "private",
109661
+ "return": {
109662
+ "type": {
109663
+ "text": "SVGTemplateResult"
109664
+ }
109665
+ }
109666
+ },
109667
+ {
109668
+ "kind": "method",
109669
+ "name": "renderCrosshair",
109670
+ "privacy": "private",
109671
+ "return": {
109672
+ "type": {
109673
+ "text": "SVGTemplateResult"
109674
+ }
109675
+ },
109676
+ "parameters": [
109677
+ {
109678
+ "name": "radius",
109679
+ "type": {
109680
+ "text": "number"
109681
+ }
109682
+ }
109683
+ ]
109684
+ },
109685
+ {
109686
+ "kind": "method",
109687
+ "name": "renderSetpoint",
109688
+ "privacy": "private",
109689
+ "return": {
109690
+ "type": {
109691
+ "text": "SVGTemplateResult | typeof nothing"
109692
+ }
109693
+ }
109694
+ }
109695
+ ],
109696
+ "attributes": [
109697
+ {
109698
+ "name": "state",
109359
109699
  "type": {
109360
- "text": "number"
109361
- }
109700
+ "text": "InstrumentState"
109701
+ },
109702
+ "fieldName": "state"
109362
109703
  },
109363
109704
  {
109364
- "name": "value",
109705
+ "name": "angleSetpoint",
109706
+ "type": {
109707
+ "text": "number | undefined"
109708
+ },
109709
+ "fieldName": "angleSetpoint"
109710
+ },
109711
+ {
109712
+ "name": "atAngleSetpoint",
109713
+ "type": {
109714
+ "text": "boolean"
109715
+ },
109716
+ "default": "false",
109717
+ "fieldName": "atAngleSetpoint"
109718
+ },
109719
+ {
109720
+ "name": "padding",
109365
109721
  "type": {
109366
109722
  "text": "number"
109367
- }
109723
+ },
109724
+ "default": "24",
109725
+ "fieldName": "padding"
109368
109726
  },
109369
109727
  {
109370
- "name": "style",
109728
+ "name": "cutAngleStart",
109371
109729
  "type": {
109372
- "text": "TickmarkStyle"
109373
- }
109730
+ "text": "number | null"
109731
+ },
109732
+ "default": "null",
109733
+ "fieldName": "cutAngleStart"
109734
+ },
109735
+ {
109736
+ "name": "cutAngleEnd",
109737
+ "type": {
109738
+ "text": "number | null"
109739
+ },
109740
+ "default": "null",
109741
+ "fieldName": "cutAngleEnd"
109742
+ },
109743
+ {
109744
+ "name": "roundOutsideCut",
109745
+ "type": {
109746
+ "text": "boolean"
109747
+ },
109748
+ "default": "false",
109749
+ "fieldName": "roundOutsideCut"
109750
+ },
109751
+ {
109752
+ "name": "roundInsideCut",
109753
+ "type": {
109754
+ "text": "boolean"
109755
+ },
109756
+ "default": "false",
109757
+ "fieldName": "roundInsideCut"
109758
+ },
109759
+ {
109760
+ "name": "crosshairEnabled",
109761
+ "type": {
109762
+ "text": "boolean"
109763
+ },
109764
+ "default": "false",
109765
+ "fieldName": "crosshairEnabled"
109766
+ },
109767
+ {
109768
+ "name": "labelFrameEnabled",
109769
+ "type": {
109770
+ "text": "boolean"
109771
+ },
109772
+ "default": "false",
109773
+ "fieldName": "labelFrameEnabled"
109374
109774
  }
109375
- ]
109775
+ ],
109776
+ "superclass": {
109777
+ "name": "LitElement",
109778
+ "package": "lit"
109779
+ },
109780
+ "tagName": "obc-watch",
109781
+ "customElement": true
109376
109782
  }
109377
109783
  ],
109378
109784
  "exports": [
109379
109785
  {
109380
109786
  "kind": "js",
109381
- "name": "singleSidedTickmark",
109787
+ "name": "ObcWatch",
109382
109788
  "declaration": {
109383
- "name": "singleSidedTickmark",
109384
- "module": "src/navigation-instruments/thruster/tickmark.ts"
109789
+ "name": "ObcWatch",
109790
+ "module": "src/navigation-instruments/watch/watch.ts"
109791
+ }
109792
+ },
109793
+ {
109794
+ "kind": "custom-element-definition",
109795
+ "name": "obc-watch",
109796
+ "declaration": {
109797
+ "name": "ObcWatch",
109798
+ "module": "src/navigation-instruments/watch/watch.ts"
109385
109799
  }
109386
109800
  }
109387
109801
  ]
@@ -109843,420 +110257,6 @@
109843
110257
  }
109844
110258
  }
109845
110259
  ]
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",
109916
- "declarations": [
109917
- {
109918
- "kind": "function",
109919
- "name": "tickmarkColor",
109920
- "return": {
109921
- "type": {
109922
- "text": "string"
109923
- }
109924
- },
109925
- "parameters": [
109926
- {
109927
- "name": "style",
109928
- "type": {
109929
- "text": "TickmarkStyle"
109930
- }
109931
- }
109932
- ]
109933
- },
109934
- {
109935
- "kind": "function",
109936
- "name": "tickmark",
109937
- "return": {
109938
- "type": {
109939
- "text": "SVGTemplateResult | SVGTemplateResult[]"
109940
- }
109941
- },
109942
- "parameters": [
109943
- {
109944
- "name": "angle",
109945
- "type": {
109946
- "text": "number"
109947
- }
109948
- },
109949
- {
109950
- "name": "tickmarkSize",
109951
- "type": {
109952
- "text": "TickmarkType"
109953
- }
109954
- },
109955
- {
109956
- "name": "style",
109957
- "type": {
109958
- "text": "TickmarkStyle"
109959
- }
109960
- },
109961
- {
109962
- "name": "scale",
109963
- "type": {
109964
- "text": "number"
109965
- }
109966
- },
109967
- {
109968
- "name": "text",
109969
- "optional": true,
109970
- "type": {
109971
- "text": "string"
109972
- }
109973
- }
109974
- ]
109975
- }
109976
- ],
109977
- "exports": [
109978
- {
109979
- "kind": "js",
109980
- "name": "tickmarkColor",
109981
- "declaration": {
109982
- "name": "tickmarkColor",
109983
- "module": "src/navigation-instruments/watch/tickmark.ts"
109984
- }
109985
- },
109986
- {
109987
- "kind": "js",
109988
- "name": "tickmark",
109989
- "declaration": {
109990
- "name": "tickmark",
109991
- "module": "src/navigation-instruments/watch/tickmark.ts"
109992
- }
109993
- }
109994
- ]
109995
- },
109996
- {
109997
- "kind": "javascript-module",
109998
- "path": "src/navigation-instruments/watch/watch.ts",
109999
- "declarations": [
110000
- {
110001
- "kind": "class",
110002
- "description": "",
110003
- "name": "ObcWatch",
110004
- "members": [
110005
- {
110006
- "kind": "field",
110007
- "name": "state",
110008
- "type": {
110009
- "text": "InstrumentState"
110010
- },
110011
- "attribute": "state"
110012
- },
110013
- {
110014
- "kind": "field",
110015
- "name": "angleSetpoint",
110016
- "type": {
110017
- "text": "number | undefined"
110018
- },
110019
- "attribute": "angleSetpoint"
110020
- },
110021
- {
110022
- "kind": "field",
110023
- "name": "atAngleSetpoint",
110024
- "type": {
110025
- "text": "boolean"
110026
- },
110027
- "default": "false",
110028
- "attribute": "atAngleSetpoint"
110029
- },
110030
- {
110031
- "kind": "field",
110032
- "name": "padding",
110033
- "type": {
110034
- "text": "number"
110035
- },
110036
- "default": "24",
110037
- "attribute": "padding"
110038
- },
110039
- {
110040
- "kind": "field",
110041
- "name": "cutAngleStart",
110042
- "type": {
110043
- "text": "number | null"
110044
- },
110045
- "default": "null",
110046
- "attribute": "cutAngleStart"
110047
- },
110048
- {
110049
- "kind": "field",
110050
- "name": "cutAngleEnd",
110051
- "type": {
110052
- "text": "number | null"
110053
- },
110054
- "default": "null",
110055
- "attribute": "cutAngleEnd"
110056
- },
110057
- {
110058
- "kind": "field",
110059
- "name": "roundOutsideCut",
110060
- "type": {
110061
- "text": "boolean"
110062
- },
110063
- "default": "false",
110064
- "attribute": "roundOutsideCut"
110065
- },
110066
- {
110067
- "kind": "field",
110068
- "name": "roundInsideCut",
110069
- "type": {
110070
- "text": "boolean"
110071
- },
110072
- "default": "false",
110073
- "attribute": "roundInsideCut"
110074
- },
110075
- {
110076
- "kind": "field",
110077
- "name": "tickmarks",
110078
- "type": {
110079
- "text": "Tickmark[]"
110080
- },
110081
- "default": "[]"
110082
- },
110083
- {
110084
- "kind": "field",
110085
- "name": "advices",
110086
- "type": {
110087
- "text": "AngleAdviceRaw[]"
110088
- },
110089
- "default": "[]"
110090
- },
110091
- {
110092
- "kind": "field",
110093
- "name": "crosshairEnabled",
110094
- "type": {
110095
- "text": "boolean"
110096
- },
110097
- "default": "false",
110098
- "attribute": "crosshairEnabled"
110099
- },
110100
- {
110101
- "kind": "field",
110102
- "name": "labelFrameEnabled",
110103
- "type": {
110104
- "text": "boolean"
110105
- },
110106
- "default": "false",
110107
- "attribute": "labelFrameEnabled"
110108
- },
110109
- {
110110
- "kind": "field",
110111
- "name": "_resizeController",
110112
- "privacy": "private",
110113
- "default": "new ResizeController(this, {})"
110114
- },
110115
- {
110116
- "kind": "method",
110117
- "name": "watchCircle",
110118
- "privacy": "private",
110119
- "return": {
110120
- "type": {
110121
- "text": "SVGTemplateResult"
110122
- }
110123
- }
110124
- },
110125
- {
110126
- "kind": "method",
110127
- "name": "renderCrosshair",
110128
- "privacy": "private",
110129
- "return": {
110130
- "type": {
110131
- "text": "SVGTemplateResult"
110132
- }
110133
- },
110134
- "parameters": [
110135
- {
110136
- "name": "radius",
110137
- "type": {
110138
- "text": "number"
110139
- }
110140
- }
110141
- ]
110142
- },
110143
- {
110144
- "kind": "method",
110145
- "name": "renderSetpoint",
110146
- "privacy": "private",
110147
- "return": {
110148
- "type": {
110149
- "text": "SVGTemplateResult | typeof nothing"
110150
- }
110151
- }
110152
- }
110153
- ],
110154
- "attributes": [
110155
- {
110156
- "name": "state",
110157
- "type": {
110158
- "text": "InstrumentState"
110159
- },
110160
- "fieldName": "state"
110161
- },
110162
- {
110163
- "name": "angleSetpoint",
110164
- "type": {
110165
- "text": "number | undefined"
110166
- },
110167
- "fieldName": "angleSetpoint"
110168
- },
110169
- {
110170
- "name": "atAngleSetpoint",
110171
- "type": {
110172
- "text": "boolean"
110173
- },
110174
- "default": "false",
110175
- "fieldName": "atAngleSetpoint"
110176
- },
110177
- {
110178
- "name": "padding",
110179
- "type": {
110180
- "text": "number"
110181
- },
110182
- "default": "24",
110183
- "fieldName": "padding"
110184
- },
110185
- {
110186
- "name": "cutAngleStart",
110187
- "type": {
110188
- "text": "number | null"
110189
- },
110190
- "default": "null",
110191
- "fieldName": "cutAngleStart"
110192
- },
110193
- {
110194
- "name": "cutAngleEnd",
110195
- "type": {
110196
- "text": "number | null"
110197
- },
110198
- "default": "null",
110199
- "fieldName": "cutAngleEnd"
110200
- },
110201
- {
110202
- "name": "roundOutsideCut",
110203
- "type": {
110204
- "text": "boolean"
110205
- },
110206
- "default": "false",
110207
- "fieldName": "roundOutsideCut"
110208
- },
110209
- {
110210
- "name": "roundInsideCut",
110211
- "type": {
110212
- "text": "boolean"
110213
- },
110214
- "default": "false",
110215
- "fieldName": "roundInsideCut"
110216
- },
110217
- {
110218
- "name": "crosshairEnabled",
110219
- "type": {
110220
- "text": "boolean"
110221
- },
110222
- "default": "false",
110223
- "fieldName": "crosshairEnabled"
110224
- },
110225
- {
110226
- "name": "labelFrameEnabled",
110227
- "type": {
110228
- "text": "boolean"
110229
- },
110230
- "default": "false",
110231
- "fieldName": "labelFrameEnabled"
110232
- }
110233
- ],
110234
- "superclass": {
110235
- "name": "LitElement",
110236
- "package": "lit"
110237
- },
110238
- "tagName": "obc-watch",
110239
- "customElement": true
110240
- }
110241
- ],
110242
- "exports": [
110243
- {
110244
- "kind": "js",
110245
- "name": "ObcWatch",
110246
- "declaration": {
110247
- "name": "ObcWatch",
110248
- "module": "src/navigation-instruments/watch/watch.ts"
110249
- }
110250
- },
110251
- {
110252
- "kind": "custom-element-definition",
110253
- "name": "obc-watch",
110254
- "declaration": {
110255
- "name": "ObcWatch",
110256
- "module": "src/navigation-instruments/watch/watch.ts"
110257
- }
110258
- }
110259
- ]
110260
110260
  }
110261
110261
  ]
110262
110262
  }