@oicl/openbridge-webcomponents 0.0.15-dev-20250207104003 → 0.0.15-dev-20250207120332
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/custom-elements.json +422 -422
- package/package.json +2 -2
package/custom-elements.json
CHANGED
@@ -686,6 +686,365 @@
|
|
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
|
+
{
|
965
|
+
"kind": "javascript-module",
|
966
|
+
"path": "src/automation/corner-line/corner-line.ts",
|
967
|
+
"declarations": [
|
968
|
+
{
|
969
|
+
"kind": "class",
|
970
|
+
"description": "",
|
971
|
+
"name": "ObcCornerLine",
|
972
|
+
"members": [
|
973
|
+
{
|
974
|
+
"kind": "field",
|
975
|
+
"name": "medium",
|
976
|
+
"type": {
|
977
|
+
"text": "LineMedium"
|
978
|
+
},
|
979
|
+
"attribute": "medium"
|
980
|
+
},
|
981
|
+
{
|
982
|
+
"kind": "field",
|
983
|
+
"name": "direction",
|
984
|
+
"type": {
|
985
|
+
"text": "CornerLineDirectionType"
|
986
|
+
},
|
987
|
+
"attribute": "direction"
|
988
|
+
},
|
989
|
+
{
|
990
|
+
"kind": "field",
|
991
|
+
"name": "lineType",
|
992
|
+
"type": {
|
993
|
+
"text": "LineType"
|
994
|
+
},
|
995
|
+
"attribute": "lineType"
|
996
|
+
}
|
997
|
+
],
|
998
|
+
"attributes": [
|
999
|
+
{
|
1000
|
+
"name": "medium",
|
1001
|
+
"type": {
|
1002
|
+
"text": "LineMedium"
|
1003
|
+
},
|
1004
|
+
"fieldName": "medium"
|
1005
|
+
},
|
1006
|
+
{
|
1007
|
+
"name": "direction",
|
1008
|
+
"type": {
|
1009
|
+
"text": "CornerLineDirectionType"
|
1010
|
+
},
|
1011
|
+
"fieldName": "direction"
|
1012
|
+
},
|
1013
|
+
{
|
1014
|
+
"name": "lineType",
|
1015
|
+
"type": {
|
1016
|
+
"text": "LineType"
|
1017
|
+
},
|
1018
|
+
"fieldName": "lineType"
|
1019
|
+
}
|
1020
|
+
],
|
1021
|
+
"superclass": {
|
1022
|
+
"name": "LitElement",
|
1023
|
+
"package": "lit"
|
1024
|
+
},
|
1025
|
+
"tagName": "obc-corner-line",
|
1026
|
+
"customElement": true
|
1027
|
+
}
|
1028
|
+
],
|
1029
|
+
"exports": [
|
1030
|
+
{
|
1031
|
+
"kind": "js",
|
1032
|
+
"name": "ObcCornerLine",
|
1033
|
+
"declaration": {
|
1034
|
+
"name": "ObcCornerLine",
|
1035
|
+
"module": "src/automation/corner-line/corner-line.ts"
|
1036
|
+
}
|
1037
|
+
},
|
1038
|
+
{
|
1039
|
+
"kind": "custom-element-definition",
|
1040
|
+
"name": "obc-corner-line",
|
1041
|
+
"declaration": {
|
1042
|
+
"name": "ObcCornerLine",
|
1043
|
+
"module": "src/automation/corner-line/corner-line.ts"
|
1044
|
+
}
|
1045
|
+
}
|
1046
|
+
]
|
1047
|
+
},
|
689
1048
|
{
|
690
1049
|
"kind": "javascript-module",
|
691
1050
|
"path": "src/icons/icon-02-illustration.ts",
|
@@ -100812,365 +101171,6 @@
|
|
100812
101171
|
}
|
100813
101172
|
]
|
100814
101173
|
},
|
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
|
-
{
|
101091
|
-
"kind": "javascript-module",
|
101092
|
-
"path": "src/automation/corner-line/corner-line.ts",
|
101093
|
-
"declarations": [
|
101094
|
-
{
|
101095
|
-
"kind": "class",
|
101096
|
-
"description": "",
|
101097
|
-
"name": "ObcCornerLine",
|
101098
|
-
"members": [
|
101099
|
-
{
|
101100
|
-
"kind": "field",
|
101101
|
-
"name": "medium",
|
101102
|
-
"type": {
|
101103
|
-
"text": "LineMedium"
|
101104
|
-
},
|
101105
|
-
"attribute": "medium"
|
101106
|
-
},
|
101107
|
-
{
|
101108
|
-
"kind": "field",
|
101109
|
-
"name": "direction",
|
101110
|
-
"type": {
|
101111
|
-
"text": "CornerLineDirectionType"
|
101112
|
-
},
|
101113
|
-
"attribute": "direction"
|
101114
|
-
},
|
101115
|
-
{
|
101116
|
-
"kind": "field",
|
101117
|
-
"name": "lineType",
|
101118
|
-
"type": {
|
101119
|
-
"text": "LineType"
|
101120
|
-
},
|
101121
|
-
"attribute": "lineType"
|
101122
|
-
}
|
101123
|
-
],
|
101124
|
-
"attributes": [
|
101125
|
-
{
|
101126
|
-
"name": "medium",
|
101127
|
-
"type": {
|
101128
|
-
"text": "LineMedium"
|
101129
|
-
},
|
101130
|
-
"fieldName": "medium"
|
101131
|
-
},
|
101132
|
-
{
|
101133
|
-
"name": "direction",
|
101134
|
-
"type": {
|
101135
|
-
"text": "CornerLineDirectionType"
|
101136
|
-
},
|
101137
|
-
"fieldName": "direction"
|
101138
|
-
},
|
101139
|
-
{
|
101140
|
-
"name": "lineType",
|
101141
|
-
"type": {
|
101142
|
-
"text": "LineType"
|
101143
|
-
},
|
101144
|
-
"fieldName": "lineType"
|
101145
|
-
}
|
101146
|
-
],
|
101147
|
-
"superclass": {
|
101148
|
-
"name": "LitElement",
|
101149
|
-
"package": "lit"
|
101150
|
-
},
|
101151
|
-
"tagName": "obc-corner-line",
|
101152
|
-
"customElement": true
|
101153
|
-
}
|
101154
|
-
],
|
101155
|
-
"exports": [
|
101156
|
-
{
|
101157
|
-
"kind": "js",
|
101158
|
-
"name": "ObcCornerLine",
|
101159
|
-
"declaration": {
|
101160
|
-
"name": "ObcCornerLine",
|
101161
|
-
"module": "src/automation/corner-line/corner-line.ts"
|
101162
|
-
}
|
101163
|
-
},
|
101164
|
-
{
|
101165
|
-
"kind": "custom-element-definition",
|
101166
|
-
"name": "obc-corner-line",
|
101167
|
-
"declaration": {
|
101168
|
-
"name": "ObcCornerLine",
|
101169
|
-
"module": "src/automation/corner-line/corner-line.ts"
|
101170
|
-
}
|
101171
|
-
}
|
101172
|
-
]
|
101173
|
-
},
|
101174
101174
|
{
|
101175
101175
|
"kind": "javascript-module",
|
101176
101176
|
"path": "src/automation/direction-line/direction-line.ts",
|
@@ -101982,159 +101982,159 @@
|
|
101982
101982
|
},
|
101983
101983
|
{
|
101984
101984
|
"kind": "javascript-module",
|
101985
|
-
"path": "src/automation/
|
101985
|
+
"path": "src/automation/vertical-line/vertical-line.ts",
|
101986
101986
|
"declarations": [
|
101987
101987
|
{
|
101988
101988
|
"kind": "class",
|
101989
101989
|
"description": "",
|
101990
|
-
"name": "
|
101990
|
+
"name": "ObcVerticalLine",
|
101991
101991
|
"members": [
|
101992
101992
|
{
|
101993
101993
|
"kind": "field",
|
101994
|
-
"name": "
|
101994
|
+
"name": "medium",
|
101995
101995
|
"type": {
|
101996
|
-
"text": "
|
101996
|
+
"text": "LineMedium"
|
101997
101997
|
},
|
101998
|
-
"
|
101999
|
-
"attribute": "value"
|
101998
|
+
"attribute": "medium"
|
102000
101999
|
},
|
102001
102000
|
{
|
102002
102001
|
"kind": "field",
|
102003
|
-
"name": "
|
102002
|
+
"name": "lineType",
|
102004
102003
|
"type": {
|
102005
|
-
"text": "
|
102004
|
+
"text": "LineType"
|
102006
102005
|
},
|
102007
|
-
"
|
102008
|
-
|
102006
|
+
"attribute": "lineType"
|
102007
|
+
},
|
102008
|
+
{
|
102009
|
+
"kind": "field",
|
102010
|
+
"name": "length",
|
102011
|
+
"type": {
|
102012
|
+
"text": "number"
|
102013
|
+
},
|
102014
|
+
"default": "1",
|
102015
|
+
"attribute": "length"
|
102009
102016
|
}
|
102010
102017
|
],
|
102011
102018
|
"attributes": [
|
102012
102019
|
{
|
102013
|
-
"name": "
|
102020
|
+
"name": "medium",
|
102014
102021
|
"type": {
|
102015
|
-
"text": "
|
102022
|
+
"text": "LineMedium"
|
102016
102023
|
},
|
102017
|
-
"
|
102018
|
-
"fieldName": "value"
|
102024
|
+
"fieldName": "medium"
|
102019
102025
|
},
|
102020
102026
|
{
|
102021
|
-
"name": "
|
102027
|
+
"name": "lineType",
|
102022
102028
|
"type": {
|
102023
|
-
"text": "
|
102029
|
+
"text": "LineType"
|
102024
102030
|
},
|
102025
|
-
"
|
102026
|
-
|
102031
|
+
"fieldName": "lineType"
|
102032
|
+
},
|
102033
|
+
{
|
102034
|
+
"name": "length",
|
102035
|
+
"type": {
|
102036
|
+
"text": "number"
|
102037
|
+
},
|
102038
|
+
"default": "1",
|
102039
|
+
"fieldName": "length"
|
102027
102040
|
}
|
102028
102041
|
],
|
102029
102042
|
"superclass": {
|
102030
102043
|
"name": "LitElement",
|
102031
102044
|
"package": "lit"
|
102032
102045
|
},
|
102033
|
-
"tagName": "obc-
|
102046
|
+
"tagName": "obc-vertical-line",
|
102034
102047
|
"customElement": true
|
102035
102048
|
}
|
102036
102049
|
],
|
102037
102050
|
"exports": [
|
102038
102051
|
{
|
102039
102052
|
"kind": "js",
|
102040
|
-
"name": "
|
102053
|
+
"name": "ObcVerticalLine",
|
102041
102054
|
"declaration": {
|
102042
|
-
"name": "
|
102043
|
-
"module": "src/automation/
|
102055
|
+
"name": "ObcVerticalLine",
|
102056
|
+
"module": "src/automation/vertical-line/vertical-line.ts"
|
102044
102057
|
}
|
102045
102058
|
},
|
102046
102059
|
{
|
102047
102060
|
"kind": "custom-element-definition",
|
102048
|
-
"name": "obc-
|
102061
|
+
"name": "obc-vertical-line",
|
102049
102062
|
"declaration": {
|
102050
|
-
"name": "
|
102051
|
-
"module": "src/automation/
|
102063
|
+
"name": "ObcVerticalLine",
|
102064
|
+
"module": "src/automation/vertical-line/vertical-line.ts"
|
102052
102065
|
}
|
102053
102066
|
}
|
102054
102067
|
]
|
102055
102068
|
},
|
102056
102069
|
{
|
102057
102070
|
"kind": "javascript-module",
|
102058
|
-
"path": "src/automation/
|
102071
|
+
"path": "src/automation/valve-analoge-two-way-icon/valve-analog-two-way-icon.ts",
|
102059
102072
|
"declarations": [
|
102060
102073
|
{
|
102061
102074
|
"kind": "class",
|
102062
102075
|
"description": "",
|
102063
|
-
"name": "
|
102076
|
+
"name": "ObcValveAnalogTwoWayIcon",
|
102064
102077
|
"members": [
|
102065
102078
|
{
|
102066
102079
|
"kind": "field",
|
102067
|
-
"name": "
|
102068
|
-
"type": {
|
102069
|
-
"text": "LineMedium"
|
102070
|
-
},
|
102071
|
-
"attribute": "medium"
|
102072
|
-
},
|
102073
|
-
{
|
102074
|
-
"kind": "field",
|
102075
|
-
"name": "lineType",
|
102080
|
+
"name": "value",
|
102076
102081
|
"type": {
|
102077
|
-
"text": "
|
102082
|
+
"text": "number"
|
102078
102083
|
},
|
102079
|
-
"
|
102084
|
+
"default": "0",
|
102085
|
+
"attribute": "value"
|
102080
102086
|
},
|
102081
102087
|
{
|
102082
102088
|
"kind": "field",
|
102083
|
-
"name": "
|
102089
|
+
"name": "closed",
|
102084
102090
|
"type": {
|
102085
|
-
"text": "
|
102091
|
+
"text": "boolean"
|
102086
102092
|
},
|
102087
|
-
"default": "
|
102088
|
-
"attribute": "
|
102093
|
+
"default": "false",
|
102094
|
+
"attribute": "closed"
|
102089
102095
|
}
|
102090
102096
|
],
|
102091
102097
|
"attributes": [
|
102092
102098
|
{
|
102093
|
-
"name": "
|
102094
|
-
"type": {
|
102095
|
-
"text": "LineMedium"
|
102096
|
-
},
|
102097
|
-
"fieldName": "medium"
|
102098
|
-
},
|
102099
|
-
{
|
102100
|
-
"name": "lineType",
|
102099
|
+
"name": "value",
|
102101
102100
|
"type": {
|
102102
|
-
"text": "
|
102101
|
+
"text": "number"
|
102103
102102
|
},
|
102104
|
-
"
|
102103
|
+
"default": "0",
|
102104
|
+
"fieldName": "value"
|
102105
102105
|
},
|
102106
102106
|
{
|
102107
|
-
"name": "
|
102107
|
+
"name": "closed",
|
102108
102108
|
"type": {
|
102109
|
-
"text": "
|
102109
|
+
"text": "boolean"
|
102110
102110
|
},
|
102111
|
-
"default": "
|
102112
|
-
"fieldName": "
|
102111
|
+
"default": "false",
|
102112
|
+
"fieldName": "closed"
|
102113
102113
|
}
|
102114
102114
|
],
|
102115
102115
|
"superclass": {
|
102116
102116
|
"name": "LitElement",
|
102117
102117
|
"package": "lit"
|
102118
102118
|
},
|
102119
|
-
"tagName": "obc-
|
102119
|
+
"tagName": "obc-valve-analog-two-way-icon",
|
102120
102120
|
"customElement": true
|
102121
102121
|
}
|
102122
102122
|
],
|
102123
102123
|
"exports": [
|
102124
102124
|
{
|
102125
102125
|
"kind": "js",
|
102126
|
-
"name": "
|
102126
|
+
"name": "ObcValveAnalogTwoWayIcon",
|
102127
102127
|
"declaration": {
|
102128
|
-
"name": "
|
102129
|
-
"module": "src/automation/
|
102128
|
+
"name": "ObcValveAnalogTwoWayIcon",
|
102129
|
+
"module": "src/automation/valve-analoge-two-way-icon/valve-analog-two-way-icon.ts"
|
102130
102130
|
}
|
102131
102131
|
},
|
102132
102132
|
{
|
102133
102133
|
"kind": "custom-element-definition",
|
102134
|
-
"name": "obc-
|
102134
|
+
"name": "obc-valve-analog-two-way-icon",
|
102135
102135
|
"declaration": {
|
102136
|
-
"name": "
|
102137
|
-
"module": "src/automation/
|
102136
|
+
"name": "ObcValveAnalogTwoWayIcon",
|
102137
|
+
"module": "src/automation/valve-analoge-two-way-icon/valve-analog-two-way-icon.ts"
|
102138
102138
|
}
|
102139
102139
|
}
|
102140
102140
|
]
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@oicl/openbridge-webcomponents",
|
3
|
-
"version": "0.0.15-dev-
|
3
|
+
"version": "0.0.15-dev-20250207120332",
|
4
4
|
"type": "module",
|
5
5
|
"repository": {
|
6
6
|
"type": "git",
|
@@ -54,7 +54,7 @@
|
|
54
54
|
"@storybook/blocks": "^8.4.7",
|
55
55
|
"@storybook/manager-api": "^8.4.7",
|
56
56
|
"@storybook/test": "^8.4.7",
|
57
|
-
"@storybook/test-runner": "^0.
|
57
|
+
"@storybook/test-runner": "^0.21.0",
|
58
58
|
"@storybook/theming": "^8.4.7",
|
59
59
|
"@storybook/web-components": "^8.4.7",
|
60
60
|
"@storybook/web-components-vite": "^8.4.7",
|