@oicl/openbridge-webcomponents 0.0.17-dev-20250612171315 → 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.
Files changed (2) hide show
  1. package/custom-elements.json +131 -131
  2. package/package.json +1 -1
@@ -686,137 +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
689
  {
821
690
  "kind": "javascript-module",
822
691
  "path": "src/icons/icon-02-illustration.ts",
@@ -100943,6 +100812,137 @@
100943
100812
  }
100944
100813
  ]
100945
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
100946
  {
100947
100947
  "kind": "javascript-module",
100948
100948
  "path": "src/automation/automation-tank/automation-tank.ts",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oicl/openbridge-webcomponents",
3
- "version": "0.0.17-dev-20250612171315",
3
+ "version": "0.0.17-dev-20250910070848",
4
4
  "type": "module",
5
5
  "repository": {
6
6
  "type": "git",