@oicl/openbridge-webcomponents 0.0.17-dev-20250326181407 → 0.0.17-dev-20250910070848

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Openbridge Web Components
2
2
 
3
- [![discord, join chat](https://img.shields.io/badge/discord-join_chat-brightgreen.svg?logo=discord&labelColor=white&style=flat&color=%235865F2)](https://discord.gg/c2dYxcMd)
3
+ [![discord, join chat](https://img.shields.io/badge/discord-join_chat-brightgreen.svg?logo=discord&labelColor=white&style=flat&color=%235865F2)](https://discord.gg/wSCPxPH3RJ)
4
4
 
5
5
  Welcome to the Openbridge Web Components! This readme file provides an overview of the project and its components.
6
6
 
@@ -17,7 +17,7 @@ The code is only available for the partners until the release in March 2026. It
17
17
 
18
18
  # Discord server
19
19
 
20
- Join our discord server to get the latest updates and to ask questions. [Join here.](https://discord.gg/c2dYxcMd)
20
+ Join our discord server to get the latest updates and to ask questions. [Join here.](https://discord.gg/wSCPxPH3RJ)
21
21
 
22
22
  # Introduction video
23
23
 
@@ -686,281 +686,6 @@
686
686
  }
687
687
  ]
688
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
- },
820
- {
821
- "kind": "javascript-module",
822
- "path": "src/automation/automation-tank/automation-tank.ts",
823
- "declarations": [
824
- {
825
- "kind": "class",
826
- "description": "",
827
- "name": "ObcAutomationTank",
828
- "members": [
829
- {
830
- "kind": "field",
831
- "name": "medium",
832
- "type": {
833
- "text": "LineMedium"
834
- },
835
- "attribute": "medium"
836
- },
837
- {
838
- "kind": "field",
839
- "name": "value",
840
- "type": {
841
- "text": "number"
842
- },
843
- "default": "0",
844
- "attribute": "value"
845
- },
846
- {
847
- "kind": "field",
848
- "name": "max",
849
- "type": {
850
- "text": "number"
851
- },
852
- "default": "100",
853
- "attribute": "max"
854
- },
855
- {
856
- "kind": "field",
857
- "name": "trend",
858
- "type": {
859
- "text": "TankTrend"
860
- },
861
- "attribute": "trend"
862
- },
863
- {
864
- "kind": "field",
865
- "name": "variant",
866
- "type": {
867
- "text": "TankVariant"
868
- },
869
- "attribute": "variant"
870
- },
871
- {
872
- "kind": "field",
873
- "name": "tag",
874
- "type": {
875
- "text": "string"
876
- },
877
- "default": "''",
878
- "attribute": "tag"
879
- },
880
- {
881
- "kind": "method",
882
- "name": "trendIcon",
883
- "return": {
884
- "type": {
885
- "text": "HTMLTemplateResult"
886
- }
887
- }
888
- }
889
- ],
890
- "attributes": [
891
- {
892
- "name": "medium",
893
- "type": {
894
- "text": "LineMedium"
895
- },
896
- "fieldName": "medium"
897
- },
898
- {
899
- "name": "value",
900
- "type": {
901
- "text": "number"
902
- },
903
- "default": "0",
904
- "fieldName": "value"
905
- },
906
- {
907
- "name": "max",
908
- "type": {
909
- "text": "number"
910
- },
911
- "default": "100",
912
- "fieldName": "max"
913
- },
914
- {
915
- "name": "trend",
916
- "type": {
917
- "text": "TankTrend"
918
- },
919
- "fieldName": "trend"
920
- },
921
- {
922
- "name": "variant",
923
- "type": {
924
- "text": "TankVariant"
925
- },
926
- "fieldName": "variant"
927
- },
928
- {
929
- "name": "tag",
930
- "type": {
931
- "text": "string"
932
- },
933
- "default": "''",
934
- "fieldName": "tag"
935
- }
936
- ],
937
- "superclass": {
938
- "name": "LitElement",
939
- "package": "lit"
940
- },
941
- "tagName": "obc-automation-tank",
942
- "customElement": true
943
- }
944
- ],
945
- "exports": [
946
- {
947
- "kind": "js",
948
- "name": "ObcAutomationTank",
949
- "declaration": {
950
- "name": "ObcAutomationTank",
951
- "module": "src/automation/automation-tank/automation-tank.ts"
952
- }
953
- },
954
- {
955
- "kind": "custom-element-definition",
956
- "name": "obc-automation-tank",
957
- "declaration": {
958
- "name": "ObcAutomationTank",
959
- "module": "src/automation/automation-tank/automation-tank.ts"
960
- }
961
- }
962
- ]
963
- },
964
689
  {
965
690
  "kind": "javascript-module",
966
691
  "path": "src/icons/icon-02-illustration.ts",
@@ -101087,6 +100812,281 @@
101087
100812
  }
101088
100813
  ]
101089
100814
  },
100815
+ {
100816
+ "kind": "javascript-module",
100817
+ "path": "src/automation/automation-readout/automation-readout.ts",
100818
+ "declarations": [
100819
+ {
100820
+ "kind": "class",
100821
+ "description": "",
100822
+ "name": "ObcAutomationReadout",
100823
+ "members": [
100824
+ {
100825
+ "kind": "field",
100826
+ "name": "value",
100827
+ "type": {
100828
+ "text": "number"
100829
+ },
100830
+ "default": "0",
100831
+ "attribute": "value"
100832
+ },
100833
+ {
100834
+ "kind": "field",
100835
+ "name": "unit",
100836
+ "type": {
100837
+ "text": "string"
100838
+ },
100839
+ "default": "''",
100840
+ "attribute": "unit"
100841
+ },
100842
+ {
100843
+ "kind": "field",
100844
+ "name": "numberOfDigits",
100845
+ "type": {
100846
+ "text": "number"
100847
+ },
100848
+ "default": "3",
100849
+ "attribute": "numberOfDigits"
100850
+ },
100851
+ {
100852
+ "kind": "field",
100853
+ "name": "position",
100854
+ "type": {
100855
+ "text": "AutomationReadoutPosition"
100856
+ },
100857
+ "attribute": "position"
100858
+ },
100859
+ {
100860
+ "kind": "field",
100861
+ "name": "lineType",
100862
+ "type": {
100863
+ "text": "LineType | undefined"
100864
+ },
100865
+ "default": "undefined",
100866
+ "attribute": "lineType"
100867
+ },
100868
+ {
100869
+ "kind": "method",
100870
+ "name": "getLineWidth",
100871
+ "return": {
100872
+ "type": {
100873
+ "text": "number"
100874
+ }
100875
+ }
100876
+ }
100877
+ ],
100878
+ "attributes": [
100879
+ {
100880
+ "name": "value",
100881
+ "type": {
100882
+ "text": "number"
100883
+ },
100884
+ "default": "0",
100885
+ "fieldName": "value"
100886
+ },
100887
+ {
100888
+ "name": "unit",
100889
+ "type": {
100890
+ "text": "string"
100891
+ },
100892
+ "default": "''",
100893
+ "fieldName": "unit"
100894
+ },
100895
+ {
100896
+ "name": "numberOfDigits",
100897
+ "type": {
100898
+ "text": "number"
100899
+ },
100900
+ "default": "3",
100901
+ "fieldName": "numberOfDigits"
100902
+ },
100903
+ {
100904
+ "name": "position",
100905
+ "type": {
100906
+ "text": "AutomationReadoutPosition"
100907
+ },
100908
+ "fieldName": "position"
100909
+ },
100910
+ {
100911
+ "name": "lineType",
100912
+ "type": {
100913
+ "text": "LineType | undefined"
100914
+ },
100915
+ "default": "undefined",
100916
+ "fieldName": "lineType"
100917
+ }
100918
+ ],
100919
+ "superclass": {
100920
+ "name": "LitElement",
100921
+ "package": "lit"
100922
+ },
100923
+ "tagName": "obc-automation-readout",
100924
+ "customElement": true
100925
+ }
100926
+ ],
100927
+ "exports": [
100928
+ {
100929
+ "kind": "js",
100930
+ "name": "ObcAutomationReadout",
100931
+ "declaration": {
100932
+ "name": "ObcAutomationReadout",
100933
+ "module": "src/automation/automation-readout/automation-readout.ts"
100934
+ }
100935
+ },
100936
+ {
100937
+ "kind": "custom-element-definition",
100938
+ "name": "obc-automation-readout",
100939
+ "declaration": {
100940
+ "name": "ObcAutomationReadout",
100941
+ "module": "src/automation/automation-readout/automation-readout.ts"
100942
+ }
100943
+ }
100944
+ ]
100945
+ },
100946
+ {
100947
+ "kind": "javascript-module",
100948
+ "path": "src/automation/automation-tank/automation-tank.ts",
100949
+ "declarations": [
100950
+ {
100951
+ "kind": "class",
100952
+ "description": "",
100953
+ "name": "ObcAutomationTank",
100954
+ "members": [
100955
+ {
100956
+ "kind": "field",
100957
+ "name": "medium",
100958
+ "type": {
100959
+ "text": "LineMedium"
100960
+ },
100961
+ "attribute": "medium"
100962
+ },
100963
+ {
100964
+ "kind": "field",
100965
+ "name": "value",
100966
+ "type": {
100967
+ "text": "number"
100968
+ },
100969
+ "default": "0",
100970
+ "attribute": "value"
100971
+ },
100972
+ {
100973
+ "kind": "field",
100974
+ "name": "max",
100975
+ "type": {
100976
+ "text": "number"
100977
+ },
100978
+ "default": "100",
100979
+ "attribute": "max"
100980
+ },
100981
+ {
100982
+ "kind": "field",
100983
+ "name": "trend",
100984
+ "type": {
100985
+ "text": "TankTrend"
100986
+ },
100987
+ "attribute": "trend"
100988
+ },
100989
+ {
100990
+ "kind": "field",
100991
+ "name": "variant",
100992
+ "type": {
100993
+ "text": "TankVariant"
100994
+ },
100995
+ "attribute": "variant"
100996
+ },
100997
+ {
100998
+ "kind": "field",
100999
+ "name": "tag",
101000
+ "type": {
101001
+ "text": "string"
101002
+ },
101003
+ "default": "''",
101004
+ "attribute": "tag"
101005
+ },
101006
+ {
101007
+ "kind": "method",
101008
+ "name": "trendIcon",
101009
+ "return": {
101010
+ "type": {
101011
+ "text": "HTMLTemplateResult"
101012
+ }
101013
+ }
101014
+ }
101015
+ ],
101016
+ "attributes": [
101017
+ {
101018
+ "name": "medium",
101019
+ "type": {
101020
+ "text": "LineMedium"
101021
+ },
101022
+ "fieldName": "medium"
101023
+ },
101024
+ {
101025
+ "name": "value",
101026
+ "type": {
101027
+ "text": "number"
101028
+ },
101029
+ "default": "0",
101030
+ "fieldName": "value"
101031
+ },
101032
+ {
101033
+ "name": "max",
101034
+ "type": {
101035
+ "text": "number"
101036
+ },
101037
+ "default": "100",
101038
+ "fieldName": "max"
101039
+ },
101040
+ {
101041
+ "name": "trend",
101042
+ "type": {
101043
+ "text": "TankTrend"
101044
+ },
101045
+ "fieldName": "trend"
101046
+ },
101047
+ {
101048
+ "name": "variant",
101049
+ "type": {
101050
+ "text": "TankVariant"
101051
+ },
101052
+ "fieldName": "variant"
101053
+ },
101054
+ {
101055
+ "name": "tag",
101056
+ "type": {
101057
+ "text": "string"
101058
+ },
101059
+ "default": "''",
101060
+ "fieldName": "tag"
101061
+ }
101062
+ ],
101063
+ "superclass": {
101064
+ "name": "LitElement",
101065
+ "package": "lit"
101066
+ },
101067
+ "tagName": "obc-automation-tank",
101068
+ "customElement": true
101069
+ }
101070
+ ],
101071
+ "exports": [
101072
+ {
101073
+ "kind": "js",
101074
+ "name": "ObcAutomationTank",
101075
+ "declaration": {
101076
+ "name": "ObcAutomationTank",
101077
+ "module": "src/automation/automation-tank/automation-tank.ts"
101078
+ }
101079
+ },
101080
+ {
101081
+ "kind": "custom-element-definition",
101082
+ "name": "obc-automation-tank",
101083
+ "declaration": {
101084
+ "name": "ObcAutomationTank",
101085
+ "module": "src/automation/automation-tank/automation-tank.ts"
101086
+ }
101087
+ }
101088
+ ]
101089
+ },
101090
101090
  {
101091
101091
  "kind": "javascript-module",
101092
101092
  "path": "src/automation/corner-line/corner-line.ts",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oicl/openbridge-webcomponents",
3
- "version": "0.0.17-dev-20250326181407",
3
+ "version": "0.0.17-dev-20250910070848",
4
4
  "type": "module",
5
5
  "repository": {
6
6
  "type": "git",