node-opcua-nodeset-scales-v-2 2.169.0 → 2.172.0

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 (135) hide show
  1. package/dist/dt_abstract_weight.d.ts +1 -1
  2. package/dist/dt_printable_weight.d.ts +3 -3
  3. package/dist/dt_printable_weight.js.map +1 -1
  4. package/dist/dt_recipe_report_element.d.ts +3 -3
  5. package/dist/dt_recipe_report_element.js.map +1 -1
  6. package/dist/dt_recipe_target_value.d.ts +5 -5
  7. package/dist/dt_recipe_target_value.js.map +1 -1
  8. package/dist/dt_recipe_threshold.d.ts +5 -5
  9. package/dist/dt_recipe_threshold.js.map +1 -1
  10. package/dist/dt_weight.d.ts +2 -2
  11. package/dist/dt_weight.js.map +1 -1
  12. package/dist/ua_accepted_statistic_counter.d.ts +1 -1
  13. package/dist/ua_activation.d.ts +6 -6
  14. package/dist/ua_analog_condition_sleep.d.ts +5 -5
  15. package/dist/ua_automatic_filling_product.d.ts +7 -7
  16. package/dist/ua_automatic_filling_scale.d.ts +6 -6
  17. package/dist/ua_automatic_weight_price_labeler.d.ts +2 -2
  18. package/dist/ua_automatic_weight_price_labeler_product.d.ts +6 -6
  19. package/dist/ua_catchweigher.d.ts +2 -2
  20. package/dist/ua_catchweigher_product.d.ts +5 -5
  21. package/dist/ua_checkweigher.d.ts +3 -3
  22. package/dist/ua_checkweigher_product.d.ts +4 -4
  23. package/dist/ua_checkweigher_statistic.d.ts +5 -5
  24. package/dist/ua_condition_sleep.d.ts +6 -6
  25. package/dist/ua_continuous_product.d.ts +3 -3
  26. package/dist/ua_continuous_scale.d.ts +8 -8
  27. package/dist/ua_edge_triggered_sleep.d.ts +5 -5
  28. package/dist/ua_feeder_module.d.ts +10 -10
  29. package/dist/ua_floating_statistic.d.ts +4 -4
  30. package/dist/ua_hopper_scale.d.ts +6 -6
  31. package/dist/ua_laboratory_scale.d.ts +3 -3
  32. package/dist/ua_loss_in_weight_scale.d.ts +5 -5
  33. package/dist/ua_material.d.ts +5 -5
  34. package/dist/ua_material_automatic.d.ts +2 -2
  35. package/dist/ua_measured_item.d.ts +5 -5
  36. package/dist/ua_piece_counting_product.d.ts +9 -9
  37. package/dist/ua_piece_counting_scale.d.ts +5 -5
  38. package/dist/ua_price_item.d.ts +5 -5
  39. package/dist/ua_printer_module.d.ts +10 -10
  40. package/dist/ua_product.d.ts +9 -9
  41. package/dist/ua_production_preset.d.ts +5 -5
  42. package/dist/ua_recipe.d.ts +6 -6
  43. package/dist/ua_recipe_element.d.ts +1 -11
  44. package/dist/ua_recipe_management.d.ts +1 -1
  45. package/dist/ua_recipe_product.d.ts +6 -6
  46. package/dist/ua_recipe_scale.d.ts +10 -10
  47. package/dist/ua_rejected_statistic_counter.d.ts +1 -1
  48. package/dist/ua_scale_alarm.d.ts +6 -6
  49. package/dist/ua_scale_device.d.ts +17 -17
  50. package/dist/ua_scale_event.d.ts +6 -6
  51. package/dist/ua_scale_system.d.ts +13 -13
  52. package/dist/ua_simple_product.d.ts +6 -6
  53. package/dist/ua_simple_scale.d.ts +2 -2
  54. package/dist/ua_statistic.d.ts +6 -6
  55. package/dist/ua_statistic_counter.d.ts +4 -4
  56. package/dist/ua_target_item.d.ts +5 -5
  57. package/dist/ua_timer.d.ts +3 -3
  58. package/dist/ua_totalizer.d.ts +4 -4
  59. package/dist/ua_totalizing_hopper_product.d.ts +3 -3
  60. package/dist/ua_totalizing_hopper_scale.d.ts +2 -2
  61. package/dist/ua_user_instruction.d.ts +4 -4
  62. package/dist/ua_vehicle_product.d.ts +12 -12
  63. package/dist/ua_vehicle_scale.d.ts +3 -3
  64. package/dist/ua_weighing.d.ts +6 -6
  65. package/dist/ua_weighing_item.d.ts +6 -6
  66. package/dist/ua_weighing_module.d.ts +1 -1
  67. package/dist/ua_weighing_range_element.d.ts +6 -6
  68. package/dist/ua_weight_item.d.ts +7 -7
  69. package/dist/ua_zone.d.ts +6 -6
  70. package/package.json +14 -14
  71. package/source/dt_abstract_weight.ts +2 -1
  72. package/source/dt_printable_weight.ts +6 -3
  73. package/source/dt_recipe_report_element.ts +5 -3
  74. package/source/dt_recipe_target_value.ts +7 -5
  75. package/source/dt_recipe_threshold.ts +7 -5
  76. package/source/dt_weight.ts +5 -2
  77. package/source/index.ts +1 -1
  78. package/source/ua_accepted_statistic_counter.ts +3 -3
  79. package/source/ua_activation.ts +10 -8
  80. package/source/ua_analog_condition_sleep.ts +9 -7
  81. package/source/ua_automatic_filling_product.ts +11 -9
  82. package/source/ua_automatic_filling_scale.ts +10 -8
  83. package/source/ua_automatic_weight_price_labeler.ts +5 -4
  84. package/source/ua_automatic_weight_price_labeler_product.ts +10 -8
  85. package/source/ua_catchweigher.ts +5 -4
  86. package/source/ua_catchweigher_product.ts +9 -7
  87. package/source/ua_checkweigher.ts +7 -5
  88. package/source/ua_checkweigher_product.ts +8 -6
  89. package/source/ua_checkweigher_statistic.ts +9 -7
  90. package/source/ua_condition_sleep.ts +10 -8
  91. package/source/ua_continuous_product.ts +7 -5
  92. package/source/ua_continuous_scale.ts +12 -10
  93. package/source/ua_edge_triggered_sleep.ts +9 -7
  94. package/source/ua_feeder_module.ts +14 -12
  95. package/source/ua_floating_statistic.ts +8 -6
  96. package/source/ua_hopper_scale.ts +10 -8
  97. package/source/ua_laboratory_scale.ts +7 -5
  98. package/source/ua_loss_in_weight_scale.ts +9 -7
  99. package/source/ua_material.ts +8 -7
  100. package/source/ua_material_automatic.ts +5 -4
  101. package/source/ua_measured_item.ts +8 -7
  102. package/source/ua_piece_counting_product.ts +13 -11
  103. package/source/ua_piece_counting_scale.ts +9 -7
  104. package/source/ua_price_item.ts +9 -7
  105. package/source/ua_printer_module.ts +13 -12
  106. package/source/ua_product.ts +13 -11
  107. package/source/ua_production_preset.ts +8 -7
  108. package/source/ua_recipe.ts +9 -8
  109. package/source/ua_recipe_element.ts +6 -15
  110. package/source/ua_recipe_management.ts +4 -3
  111. package/source/ua_recipe_product.ts +10 -8
  112. package/source/ua_recipe_scale.ts +14 -12
  113. package/source/ua_rejected_statistic_counter.ts +3 -3
  114. package/source/ua_scale_alarm.ts +9 -8
  115. package/source/ua_scale_device.ts +21 -19
  116. package/source/ua_scale_event.ts +9 -8
  117. package/source/ua_scale_system.ts +17 -15
  118. package/source/ua_simple_product.ts +10 -8
  119. package/source/ua_simple_scale.ts +5 -4
  120. package/source/ua_statistic.ts +10 -8
  121. package/source/ua_statistic_counter.ts +7 -6
  122. package/source/ua_target_item.ts +8 -7
  123. package/source/ua_timer.ts +7 -5
  124. package/source/ua_totalizer.ts +8 -6
  125. package/source/ua_totalizing_hopper_product.ts +7 -5
  126. package/source/ua_totalizing_hopper_scale.ts +5 -4
  127. package/source/ua_user_instruction.ts +8 -6
  128. package/source/ua_vehicle_product.ts +16 -14
  129. package/source/ua_vehicle_scale.ts +7 -5
  130. package/source/ua_weighing.ts +10 -8
  131. package/source/ua_weighing_item.ts +10 -8
  132. package/source/ua_weighing_module.ts +3 -3
  133. package/source/ua_weighing_range_element.ts +9 -8
  134. package/source/ua_weight_item.ts +11 -9
  135. package/source/ua_zone.ts +10 -8
@@ -1,4 +1,4 @@
1
- import { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure";
1
+ import type { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure";
2
2
  /**
3
3
  * | | |
4
4
  * |-----------|------------------------------------------------------------|
@@ -1,6 +1,6 @@
1
- import { UAString } from "node-opcua-basic-types";
2
- import { ExtensionObject } from "node-opcua-extension-object";
3
- import { DTAbstractWeight } from "./dt_abstract_weight";
1
+ import type { UAString } from "node-opcua-basic-types";
2
+ import type { ExtensionObject } from "node-opcua-extension-object";
3
+ import type { DTAbstractWeight } from "./dt_abstract_weight";
4
4
  /**
5
5
  * | | |
6
6
  * |-----------|------------------------------------------------------------|
@@ -1 +1 @@
1
- {"version":3,"file":"dt_printable_weight.js","sourceRoot":"","sources":["../source/dt_printable_weight.ts"],"names":[],"mappings":";;AAiBiF,CAAC"}
1
+ {"version":3,"file":"dt_printable_weight.js","sourceRoot":"","sources":["../source/dt_printable_weight.ts"],"names":[],"mappings":";;AAoBiF,CAAC"}
@@ -1,6 +1,6 @@
1
- import { LocalizedText } from "node-opcua-data-model";
2
- import { ExtensionObject } from "node-opcua-extension-object";
3
- import { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure";
1
+ import type { LocalizedText } from "node-opcua-data-model";
2
+ import type { ExtensionObject } from "node-opcua-extension-object";
3
+ import type { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure";
4
4
  /**
5
5
  * | | |
6
6
  * |-----------|------------------------------------------------------------|
@@ -1 +1 @@
1
- {"version":3,"file":"dt_recipe_report_element.js","sourceRoot":"","sources":["../source/dt_recipe_report_element.ts"],"names":[],"mappings":";;AAgByF,CAAC"}
1
+ {"version":3,"file":"dt_recipe_report_element.js","sourceRoot":"","sources":["../source/dt_recipe_report_element.ts"],"names":[],"mappings":";;AAkByF,CAAC"}
@@ -1,8 +1,8 @@
1
- import { LocalizedText } from "node-opcua-data-model";
2
- import { NodeId } from "node-opcua-nodeid";
3
- import { UInt32 } from "node-opcua-basic-types";
4
- import { ExtensionObject } from "node-opcua-extension-object";
5
- import { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure";
1
+ import type { UInt32 } from "node-opcua-basic-types";
2
+ import type { LocalizedText } from "node-opcua-data-model";
3
+ import type { ExtensionObject } from "node-opcua-extension-object";
4
+ import type { NodeId } from "node-opcua-nodeid";
5
+ import type { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure";
6
6
  /**
7
7
  * | | |
8
8
  * |-----------|------------------------------------------------------------|
@@ -1 +1 @@
1
- {"version":3,"file":"dt_recipe_target_value.js","sourceRoot":"","sources":["../source/dt_recipe_target_value.ts"],"names":[],"mappings":";;AAmBqF,CAAC"}
1
+ {"version":3,"file":"dt_recipe_target_value.js","sourceRoot":"","sources":["../source/dt_recipe_target_value.ts"],"names":[],"mappings":";;AAqBqF,CAAC"}
@@ -1,8 +1,8 @@
1
- import { LocalizedText } from "node-opcua-data-model";
2
- import { NodeId } from "node-opcua-nodeid";
3
- import { UInt32 } from "node-opcua-basic-types";
4
- import { ExtensionObject } from "node-opcua-extension-object";
5
- import { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure";
1
+ import type { UInt32 } from "node-opcua-basic-types";
2
+ import type { LocalizedText } from "node-opcua-data-model";
3
+ import type { ExtensionObject } from "node-opcua-extension-object";
4
+ import type { NodeId } from "node-opcua-nodeid";
5
+ import type { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure";
6
6
  /**
7
7
  * | | |
8
8
  * |-----------|------------------------------------------------------------|
@@ -1 +1 @@
1
- {"version":3,"file":"dt_recipe_threshold.js","sourceRoot":"","sources":["../source/dt_recipe_threshold.ts"],"names":[],"mappings":";;AAmBiF,CAAC"}
1
+ {"version":3,"file":"dt_recipe_threshold.js","sourceRoot":"","sources":["../source/dt_recipe_threshold.ts"],"names":[],"mappings":";;AAqBiF,CAAC"}
@@ -1,5 +1,5 @@
1
- import { ExtensionObject } from "node-opcua-extension-object";
2
- import { DTAbstractWeight } from "./dt_abstract_weight";
1
+ import type { ExtensionObject } from "node-opcua-extension-object";
2
+ import type { DTAbstractWeight } from "./dt_abstract_weight";
3
3
  /**
4
4
  * | | |
5
5
  * |-----------|------------------------------------------------------------|
@@ -1 +1 @@
1
- {"version":3,"file":"dt_weight.js","sourceRoot":"","sources":["../source/dt_weight.ts"],"names":[],"mappings":";;AAgB+D,CAAC"}
1
+ {"version":3,"file":"dt_weight.js","sourceRoot":"","sources":["../source/dt_weight.ts"],"names":[],"mappings":";;AAmB+D,CAAC"}
@@ -1,4 +1,4 @@
1
- import { UAStatisticCounter, UAStatisticCounter_Base } from "./ua_statistic_counter";
1
+ import type { UAStatisticCounter, UAStatisticCounter_Base } from "./ua_statistic_counter";
2
2
  /**
3
3
  * | | |
4
4
  * |----------------|------------------------------------------------------------|
@@ -1,9 +1,9 @@
1
- import { UAProperty } from "node-opcua-address-space-base";
2
- import { DataType } from "node-opcua-variant";
3
- import { NodeId } from "node-opcua-nodeid";
4
- import { UAString } from "node-opcua-basic-types";
5
- import { UAAnalogUnit } from "node-opcua-nodeset-ua/dist/ua_analog_unit";
6
- import { UARecipeElement, UARecipeElement_Base } from "./ua_recipe_element";
1
+ import type { UAProperty } from "node-opcua-address-space-base";
2
+ import type { UAString } from "node-opcua-basic-types";
3
+ import type { NodeId } from "node-opcua-nodeid";
4
+ import type { UAAnalogUnit } from "node-opcua-nodeset-ua/dist/ua_analog_unit";
5
+ import type { DataType } from "node-opcua-variant";
6
+ import type { UARecipeElement, UARecipeElement_Base } from "./ua_recipe_element";
7
7
  /**
8
8
  * Represents an activation step in a recipe.
9
9
  *
@@ -1,8 +1,8 @@
1
- import { UAProperty } from "node-opcua-address-space-base";
2
- import { DataType } from "node-opcua-variant";
3
- import { UADataItem } from "node-opcua-nodeset-ua/dist/ua_data_item";
4
- import { EnumEqualityAndRelationalOperator } from "./enum_equality_and_relational_operator";
5
- import { UAConditionSleep, UAConditionSleep_Base } from "./ua_condition_sleep";
1
+ import type { UAProperty } from "node-opcua-address-space-base";
2
+ import type { UADataItem } from "node-opcua-nodeset-ua/dist/ua_data_item";
3
+ import type { DataType } from "node-opcua-variant";
4
+ import type { EnumEqualityAndRelationalOperator } from "./enum_equality_and_relational_operator";
5
+ import type { UAConditionSleep, UAConditionSleep_Base } from "./ua_condition_sleep";
6
6
  /**
7
7
  * Represents a condition sleep step in a recipe.
8
8
  *
@@ -1,10 +1,10 @@
1
- import { UAProperty } from "node-opcua-address-space-base";
2
- import { DataType } from "node-opcua-variant";
3
- import { UAString } from "node-opcua-basic-types";
4
- import { UABaseDataVariable } from "node-opcua-nodeset-ua/dist/ua_base_data_variable";
5
- import { UAAnalogItem } from "node-opcua-nodeset-ua/dist/ua_analog_item";
6
- import { UAProduct, UAProduct_Base } from "./ua_product";
7
- import { UATargetItem } from "./ua_target_item";
1
+ import type { UAProperty } from "node-opcua-address-space-base";
2
+ import type { UAString } from "node-opcua-basic-types";
3
+ import type { UAAnalogItem } from "node-opcua-nodeset-ua/dist/ua_analog_item";
4
+ import type { UABaseDataVariable } from "node-opcua-nodeset-ua/dist/ua_base_data_variable";
5
+ import type { DataType } from "node-opcua-variant";
6
+ import type { UAProduct, UAProduct_Base } from "./ua_product";
7
+ import type { UATargetItem } from "./ua_target_item";
8
8
  /**
9
9
  * Represents a product of an automatic filling
10
10
  * scale.
@@ -1,9 +1,9 @@
1
- import { UAProperty } from "node-opcua-address-space-base";
2
- import { DataType } from "node-opcua-variant";
3
- import { UAAnalogUnit } from "node-opcua-nodeset-ua/dist/ua_analog_unit";
4
- import { EnumToleranceState } from "./enum_tolerance_state";
5
- import { UAScaleDevice, UAScaleDevice_Base } from "./ua_scale_device";
6
- import { UAProductionPreset } from "./ua_production_preset";
1
+ import type { UAProperty } from "node-opcua-address-space-base";
2
+ import type { UAAnalogUnit } from "node-opcua-nodeset-ua/dist/ua_analog_unit";
3
+ import type { DataType } from "node-opcua-variant";
4
+ import type { EnumToleranceState } from "./enum_tolerance_state";
5
+ import type { UAProductionPreset } from "./ua_production_preset";
6
+ import type { UAScaleDevice, UAScaleDevice_Base } from "./ua_scale_device";
7
7
  /**
8
8
  * Represents an automatic filling scale.
9
9
  *
@@ -1,5 +1,5 @@
1
- import { UACatchweigher, UACatchweigher_Base } from "./ua_catchweigher";
2
- import { UAProductionPreset } from "./ua_production_preset";
1
+ import type { UACatchweigher, UACatchweigher_Base } from "./ua_catchweigher";
2
+ import type { UAProductionPreset } from "./ua_production_preset";
3
3
  /**
4
4
  * Represents an automatic weight-price-labeler.
5
5
  *
@@ -1,9 +1,9 @@
1
- import { UAProperty } from "node-opcua-address-space-base";
2
- import { DataType } from "node-opcua-variant";
3
- import { DTCurrencyUnit } from "node-opcua-nodeset-ua/dist/dt_currency_unit";
4
- import { UABaseDataVariable } from "node-opcua-nodeset-ua/dist/ua_base_data_variable";
5
- import { UACatchweigherProduct, UACatchweigherProduct_Base } from "./ua_catchweigher_product";
6
- import { UAWeighingItem } from "./ua_weighing_item";
1
+ import type { UAProperty } from "node-opcua-address-space-base";
2
+ import type { DTCurrencyUnit } from "node-opcua-nodeset-ua/dist/dt_currency_unit";
3
+ import type { UABaseDataVariable } from "node-opcua-nodeset-ua/dist/ua_base_data_variable";
4
+ import type { DataType } from "node-opcua-variant";
5
+ import type { UACatchweigherProduct, UACatchweigherProduct_Base } from "./ua_catchweigher_product";
6
+ import type { UAWeighingItem } from "./ua_weighing_item";
7
7
  export interface UAAutomaticWeightPriceLabelerProduct_unitPrice<T, DT extends DataType> extends UABaseDataVariable<T, DT> {
8
8
  currencyUnit: UAProperty<DTCurrencyUnit, DataType.ExtensionObject>;
9
9
  }
@@ -1,5 +1,5 @@
1
- import { UAScaleDevice, UAScaleDevice_Base } from "./ua_scale_device";
2
- import { UAProductionPreset } from "./ua_production_preset";
1
+ import type { UAProductionPreset } from "./ua_production_preset";
2
+ import type { UAScaleDevice, UAScaleDevice_Base } from "./ua_scale_device";
3
3
  /**
4
4
  * Represents a Catchweigher. It has no method or
5
5
  * properties defined.
@@ -1,8 +1,8 @@
1
- import { UAMethod } from "node-opcua-address-space-base";
2
- import { UAAnalogUnit } from "node-opcua-nodeset-ua/dist/ua_analog_unit";
3
- import { UAProduct, UAProduct_Base } from "./ua_product";
4
- import { UAWeighingItem } from "./ua_weighing_item";
5
- import { UATargetItem } from "./ua_target_item";
1
+ import type { UAMethod } from "node-opcua-address-space-base";
2
+ import type { UAAnalogUnit } from "node-opcua-nodeset-ua/dist/ua_analog_unit";
3
+ import type { UAProduct, UAProduct_Base } from "./ua_product";
4
+ import type { UATargetItem } from "./ua_target_item";
5
+ import type { UAWeighingItem } from "./ua_weighing_item";
6
6
  /**
7
7
  * Represents a product of a Catchweigher.
8
8
  *
@@ -1,6 +1,6 @@
1
- import { UADataItem } from "node-opcua-nodeset-ua/dist/ua_data_item";
2
- import { UACatchweigher, UACatchweigher_Base } from "./ua_catchweigher";
3
- import { UAProductionPreset } from "./ua_production_preset";
1
+ import type { UADataItem } from "node-opcua-nodeset-ua/dist/ua_data_item";
2
+ import type { UACatchweigher, UACatchweigher_Base } from "./ua_catchweigher";
3
+ import type { UAProductionPreset } from "./ua_production_preset";
4
4
  /**
5
5
  * Represents a Checkweigher.
6
6
  *
@@ -1,7 +1,7 @@
1
- import { UAAnalogUnit } from "node-opcua-nodeset-ua/dist/ua_analog_unit";
2
- import { UACatchweigherProduct, UACatchweigherProduct_Base } from "./ua_catchweigher_product";
3
- import { UATargetItem } from "./ua_target_item";
4
- import { UAStatistic } from "./ua_statistic";
1
+ import type { UAAnalogUnit } from "node-opcua-nodeset-ua/dist/ua_analog_unit";
2
+ import type { UACatchweigherProduct, UACatchweigherProduct_Base } from "./ua_catchweigher_product";
3
+ import type { UAStatistic } from "./ua_statistic";
4
+ import type { UATargetItem } from "./ua_target_item";
5
5
  /**
6
6
  * Represents a product of a Checkweigher.
7
7
  *
@@ -1,8 +1,8 @@
1
- import { UAAnalogUnit } from "node-opcua-nodeset-ua/dist/ua_analog_unit";
2
- import { UAAnalogItem } from "node-opcua-nodeset-ua/dist/ua_analog_item";
3
- import { UAStatistic, UAStatistic_Base } from "./ua_statistic";
4
- import { UAAcceptedStatisticCounter } from "./ua_accepted_statistic_counter";
5
- import { UARejectedStatisticCounter } from "./ua_rejected_statistic_counter";
1
+ import type { UAAnalogItem } from "node-opcua-nodeset-ua/dist/ua_analog_item";
2
+ import type { UAAnalogUnit } from "node-opcua-nodeset-ua/dist/ua_analog_unit";
3
+ import type { UAAcceptedStatisticCounter } from "./ua_accepted_statistic_counter";
4
+ import type { UARejectedStatisticCounter } from "./ua_rejected_statistic_counter";
5
+ import type { UAStatistic, UAStatistic_Base } from "./ua_statistic";
6
6
  /**
7
7
  * | | |
8
8
  * |----------------|------------------------------------------------------------|
@@ -1,9 +1,9 @@
1
- import { DataType } from "node-opcua-variant";
2
- import { NodeId } from "node-opcua-nodeid";
3
- import { UAString } from "node-opcua-basic-types";
4
- import { UADataItem } from "node-opcua-nodeset-ua/dist/ua_data_item";
5
- import { UABaseDataVariable } from "node-opcua-nodeset-ua/dist/ua_base_data_variable";
6
- import { UARecipeElement, UARecipeElement_Base } from "./ua_recipe_element";
1
+ import type { UAString } from "node-opcua-basic-types";
2
+ import type { NodeId } from "node-opcua-nodeid";
3
+ import type { UABaseDataVariable } from "node-opcua-nodeset-ua/dist/ua_base_data_variable";
4
+ import type { UADataItem } from "node-opcua-nodeset-ua/dist/ua_data_item";
5
+ import type { DataType } from "node-opcua-variant";
6
+ import type { UARecipeElement, UARecipeElement_Base } from "./ua_recipe_element";
7
7
  /**
8
8
  * Represents a condition sleep step in a recipe.
9
9
  *
@@ -1,6 +1,6 @@
1
- import { UAAnalogUnit } from "node-opcua-nodeset-ua/dist/ua_analog_unit";
2
- import { UAProduct, UAProduct_Base } from "./ua_product";
3
- import { UATargetItem } from "./ua_target_item";
1
+ import type { UAAnalogUnit } from "node-opcua-nodeset-ua/dist/ua_analog_unit";
2
+ import type { UAProduct, UAProduct_Base } from "./ua_product";
3
+ import type { UATargetItem } from "./ua_target_item";
4
4
  /**
5
5
  * Represents a product of a continuous scale.
6
6
  *
@@ -1,11 +1,11 @@
1
- import { DataType } from "node-opcua-variant";
2
- import { UAAnalogUnit } from "node-opcua-nodeset-ua/dist/ua_analog_unit";
3
- import { UABaseDataVariable } from "node-opcua-nodeset-ua/dist/ua_base_data_variable";
4
- import { EnumRateControlMode } from "./enum_rate_control_mode";
5
- import { UAScaleDevice, UAScaleDevice_Base } from "./ua_scale_device";
6
- import { UAMeasuredItem } from "./ua_measured_item";
7
- import { UATotalizer } from "./ua_totalizer";
8
- import { UAProductionPreset } from "./ua_production_preset";
1
+ import type { UAAnalogUnit } from "node-opcua-nodeset-ua/dist/ua_analog_unit";
2
+ import type { UABaseDataVariable } from "node-opcua-nodeset-ua/dist/ua_base_data_variable";
3
+ import type { DataType } from "node-opcua-variant";
4
+ import type { EnumRateControlMode } from "./enum_rate_control_mode";
5
+ import type { UAMeasuredItem } from "./ua_measured_item";
6
+ import type { UAProductionPreset } from "./ua_production_preset";
7
+ import type { UAScaleDevice, UAScaleDevice_Base } from "./ua_scale_device";
8
+ import type { UATotalizer } from "./ua_totalizer";
9
9
  /**
10
10
  * Represents a continuous scale.
11
11
  *
@@ -1,8 +1,8 @@
1
- import { UAProperty } from "node-opcua-address-space-base";
2
- import { DataType } from "node-opcua-variant";
3
- import { UADataItem } from "node-opcua-nodeset-ua/dist/ua_data_item";
4
- import { EnumEdgeOperator } from "./enum_edge_operator";
5
- import { UAConditionSleep, UAConditionSleep_Base } from "./ua_condition_sleep";
1
+ import type { UAProperty } from "node-opcua-address-space-base";
2
+ import type { UADataItem } from "node-opcua-nodeset-ua/dist/ua_data_item";
3
+ import type { DataType } from "node-opcua-variant";
4
+ import type { EnumEdgeOperator } from "./enum_edge_operator";
5
+ import type { UAConditionSleep, UAConditionSleep_Base } from "./ua_condition_sleep";
6
6
  /**
7
7
  * Represents a condition sleep step in a recipe.
8
8
  *
@@ -1,13 +1,13 @@
1
- import { UAMethod, UAProperty } from "node-opcua-address-space-base";
2
- import { DataType } from "node-opcua-variant";
3
- import { UAFolder } from "node-opcua-nodeset-ua/dist/ua_folder";
4
- import { UAAnalogUnit } from "node-opcua-nodeset-ua/dist/ua_analog_unit";
5
- import { UAComponent, UAComponent_Base } from "node-opcua-nodeset-di/dist/ua_component";
6
- import { UAFunctionalGroup } from "node-opcua-nodeset-di/dist/ua_functional_group";
7
- import { UAMachineryItemState_StateMachine } from "node-opcua-nodeset-machinery/dist/ua_machinery_item_state_state_machine";
8
- import { UAMachineryOperationModeStateMachine } from "node-opcua-nodeset-machinery/dist/ua_machinery_operation_mode_state_machine";
9
- import { UAMeasuredItem } from "./ua_measured_item";
10
- import { UATargetItem } from "./ua_target_item";
1
+ import type { UAMethod, UAProperty } from "node-opcua-address-space-base";
2
+ import type { UAComponent, UAComponent_Base } from "node-opcua-nodeset-di/dist/ua_component";
3
+ import type { UAFunctionalGroup } from "node-opcua-nodeset-di/dist/ua_functional_group";
4
+ import type { UAMachineryItemState_StateMachine } from "node-opcua-nodeset-machinery/dist/ua_machinery_item_state_state_machine";
5
+ import type { UAMachineryOperationModeStateMachine } from "node-opcua-nodeset-machinery/dist/ua_machinery_operation_mode_state_machine";
6
+ import type { UAAnalogUnit } from "node-opcua-nodeset-ua/dist/ua_analog_unit";
7
+ import type { UAFolder } from "node-opcua-nodeset-ua/dist/ua_folder";
8
+ import type { DataType } from "node-opcua-variant";
9
+ import type { UAMeasuredItem } from "./ua_measured_item";
10
+ import type { UATargetItem } from "./ua_target_item";
11
11
  export interface UAFeederModule_machineryBuildingBlocks extends UAFolder {
12
12
  machineryItemState?: UAMachineryItemState_StateMachine;
13
13
  machineryOperationMode?: UAMachineryOperationModeStateMachine;
@@ -1,7 +1,7 @@
1
- import { UAProperty } from "node-opcua-address-space-base";
2
- import { DataType } from "node-opcua-variant";
3
- import { UInt32 } from "node-opcua-basic-types";
4
- import { UAStatistic, UAStatistic_Base } from "./ua_statistic";
1
+ import type { UAProperty } from "node-opcua-address-space-base";
2
+ import type { UInt32 } from "node-opcua-basic-types";
3
+ import type { DataType } from "node-opcua-variant";
4
+ import type { UAStatistic, UAStatistic_Base } from "./ua_statistic";
5
5
  /**
6
6
  * Container for the different statisticvalues. All
7
7
  * variables are optional, so that the statistics
@@ -1,9 +1,9 @@
1
- import { UAProperty } from "node-opcua-address-space-base";
2
- import { DataType } from "node-opcua-variant";
3
- import { EUInformation } from "node-opcua-data-access";
4
- import { UAAnalogUnit } from "node-opcua-nodeset-ua/dist/ua_analog_unit";
5
- import { EnumEqualityAndRelationalOperator } from "./enum_equality_and_relational_operator";
6
- import { UASimpleScale, UASimpleScale_Base } from "./ua_simple_scale";
1
+ import type { UAProperty } from "node-opcua-address-space-base";
2
+ import type { EUInformation } from "node-opcua-data-access";
3
+ import type { UAAnalogUnit } from "node-opcua-nodeset-ua/dist/ua_analog_unit";
4
+ import type { DataType } from "node-opcua-variant";
5
+ import type { EnumEqualityAndRelationalOperator } from "./enum_equality_and_relational_operator";
6
+ import type { UASimpleScale, UASimpleScale_Base } from "./ua_simple_scale";
7
7
  export interface UAHopperScale_levelMax<T, DT extends DataType> extends Omit<UAAnalogUnit<T, DT>, "engineeringUnits"> {
8
8
  engineeringUnits: UAProperty<EUInformation, DataType.ExtensionObject>;
9
9
  levelMode?: UAProperty<EnumEqualityAndRelationalOperator, DataType.Int32>;
@@ -1,6 +1,6 @@
1
- import { UAMethod, UAProperty } from "node-opcua-address-space-base";
2
- import { DataType } from "node-opcua-variant";
3
- import { UASimpleScale, UASimpleScale_Base } from "./ua_simple_scale";
1
+ import type { UAMethod, UAProperty } from "node-opcua-address-space-base";
2
+ import type { DataType } from "node-opcua-variant";
3
+ import type { UASimpleScale, UASimpleScale_Base } from "./ua_simple_scale";
4
4
  /**
5
5
  * Represents a laboratory scale.
6
6
  *
@@ -1,8 +1,8 @@
1
- import { UAMethod, UAProperty } from "node-opcua-address-space-base";
2
- import { DataType } from "node-opcua-variant";
3
- import { UAAnalogUnit } from "node-opcua-nodeset-ua/dist/ua_analog_unit";
4
- import { UAContinuousScale, UAContinuousScale_Base } from "./ua_continuous_scale";
5
- import { UAMeasuredItem } from "./ua_measured_item";
1
+ import type { UAMethod, UAProperty } from "node-opcua-address-space-base";
2
+ import type { UAAnalogUnit } from "node-opcua-nodeset-ua/dist/ua_analog_unit";
3
+ import type { DataType } from "node-opcua-variant";
4
+ import type { UAContinuousScale, UAContinuousScale_Base } from "./ua_continuous_scale";
5
+ import type { UAMeasuredItem } from "./ua_measured_item";
6
6
  /**
7
7
  * Represents a loss in weight scale.
8
8
  *
@@ -1,8 +1,8 @@
1
- import { UAObject } from "node-opcua-address-space-base";
2
- import { DataType } from "node-opcua-variant";
3
- import { LocalizedText } from "node-opcua-data-model";
4
- import { UAString } from "node-opcua-basic-types";
5
- import { UABaseDataVariable } from "node-opcua-nodeset-ua/dist/ua_base_data_variable";
1
+ import type { UAObject } from "node-opcua-address-space-base";
2
+ import type { UAString } from "node-opcua-basic-types";
3
+ import type { LocalizedText } from "node-opcua-data-model";
4
+ import type { UABaseDataVariable } from "node-opcua-nodeset-ua/dist/ua_base_data_variable";
5
+ import type { DataType } from "node-opcua-variant";
6
6
  /**
7
7
  * Represents a material.
8
8
  *
@@ -1,5 +1,5 @@
1
- import { UAMaterial, UAMaterial_Base } from "./ua_material";
2
- import { UAAutomaticFillingProduct } from "./ua_automatic_filling_product";
1
+ import type { UAAutomaticFillingProduct } from "./ua_automatic_filling_product";
2
+ import type { UAMaterial, UAMaterial_Base } from "./ua_material";
3
3
  /**
4
4
  * Represents a material in a recipe that will be
5
5
  * filled automatically.
@@ -1,8 +1,8 @@
1
- import { UAProperty } from "node-opcua-address-space-base";
2
- import { DataType } from "node-opcua-variant";
3
- import { EUInformation } from "node-opcua-data-access";
4
- import { UADataItem, UADataItem_Base } from "node-opcua-nodeset-ua/dist/ua_data_item";
5
- import { DTRange } from "node-opcua-nodeset-ua/dist/dt_range";
1
+ import type { UAProperty } from "node-opcua-address-space-base";
2
+ import type { EUInformation } from "node-opcua-data-access";
3
+ import type { DTRange } from "node-opcua-nodeset-ua/dist/dt_range";
4
+ import type { UADataItem, UADataItem_Base } from "node-opcua-nodeset-ua/dist/ua_data_item";
5
+ import type { DataType } from "node-opcua-variant";
6
6
  /**
7
7
  * | | |
8
8
  * |----------------|------------------------------------------------------------|
@@ -1,12 +1,12 @@
1
- import { UAMethod } from "node-opcua-address-space-base";
2
- import { DataType } from "node-opcua-variant";
3
- import { UAString } from "node-opcua-basic-types";
4
- import { UABaseDataVariable } from "node-opcua-nodeset-ua/dist/ua_base_data_variable";
5
- import { UAAnalogItem } from "node-opcua-nodeset-ua/dist/ua_analog_item";
6
- import { DTWeight } from "./dt_weight";
7
- import { UAProduct, UAProduct_Base } from "./ua_product";
8
- import { UATargetItem } from "./ua_target_item";
9
- import { UAWeightItem } from "./ua_weight_item";
1
+ import type { UAMethod } from "node-opcua-address-space-base";
2
+ import type { UAString } from "node-opcua-basic-types";
3
+ import type { UAAnalogItem } from "node-opcua-nodeset-ua/dist/ua_analog_item";
4
+ import type { UABaseDataVariable } from "node-opcua-nodeset-ua/dist/ua_base_data_variable";
5
+ import type { DataType } from "node-opcua-variant";
6
+ import type { DTWeight } from "./dt_weight";
7
+ import type { UAProduct, UAProduct_Base } from "./ua_product";
8
+ import type { UATargetItem } from "./ua_target_item";
9
+ import type { UAWeightItem } from "./ua_weight_item";
10
10
  /**
11
11
  * Represents a product of a piece counting scale.
12
12
  *
@@ -1,8 +1,8 @@
1
- import { UAMethod } from "node-opcua-address-space-base";
2
- import { UAAnalogItem } from "node-opcua-nodeset-ua/dist/ua_analog_item";
3
- import { UAScaleDevice, UAScaleDevice_Base } from "./ua_scale_device";
4
- import { UAMeasuredItem } from "./ua_measured_item";
5
- import { UAProductionPreset } from "./ua_production_preset";
1
+ import type { UAMethod } from "node-opcua-address-space-base";
2
+ import type { UAAnalogItem } from "node-opcua-nodeset-ua/dist/ua_analog_item";
3
+ import type { UAMeasuredItem } from "./ua_measured_item";
4
+ import type { UAProductionPreset } from "./ua_production_preset";
5
+ import type { UAScaleDevice, UAScaleDevice_Base } from "./ua_scale_device";
6
6
  /**
7
7
  * Represents a piece counting scale.
8
8
  *
@@ -1,8 +1,8 @@
1
- import { UAProperty } from "node-opcua-address-space-base";
2
- import { DataType } from "node-opcua-variant";
3
- import { UABaseDataVariable } from "node-opcua-nodeset-ua/dist/ua_base_data_variable";
4
- import { DTCurrencyUnit } from "node-opcua-nodeset-ua/dist/dt_currency_unit";
5
- import { UAWeighingItem, UAWeighingItem_Base } from "./ua_weighing_item";
1
+ import type { UAProperty } from "node-opcua-address-space-base";
2
+ import type { DTCurrencyUnit } from "node-opcua-nodeset-ua/dist/dt_currency_unit";
3
+ import type { UABaseDataVariable } from "node-opcua-nodeset-ua/dist/ua_base_data_variable";
4
+ import type { DataType } from "node-opcua-variant";
5
+ import type { UAWeighingItem, UAWeighingItem_Base } from "./ua_weighing_item";
6
6
  export interface UAPriceItem_itemPrice<T, DT extends DataType> extends UABaseDataVariable<T, DT> {
7
7
  currencyUnit: UAProperty<DTCurrencyUnit, DataType.ExtensionObject>;
8
8
  }
@@ -1,13 +1,13 @@
1
- import { DataType } from "node-opcua-variant";
2
- import { UAString } from "node-opcua-basic-types";
3
- import { UAFolder } from "node-opcua-nodeset-ua/dist/ua_folder";
4
- import { UAAnalogUnit } from "node-opcua-nodeset-ua/dist/ua_analog_unit";
5
- import { UAAnalogItem } from "node-opcua-nodeset-ua/dist/ua_analog_item";
6
- import { UABaseDataVariable } from "node-opcua-nodeset-ua/dist/ua_base_data_variable";
7
- import { UAComponent, UAComponent_Base } from "node-opcua-nodeset-di/dist/ua_component";
8
- import { UAFunctionalGroup } from "node-opcua-nodeset-di/dist/ua_functional_group";
9
- import { UAMachineryItemState_StateMachine } from "node-opcua-nodeset-machinery/dist/ua_machinery_item_state_state_machine";
10
- import { UAMachineryOperationModeStateMachine } from "node-opcua-nodeset-machinery/dist/ua_machinery_operation_mode_state_machine";
1
+ import type { UAString } from "node-opcua-basic-types";
2
+ import type { UAComponent, UAComponent_Base } from "node-opcua-nodeset-di/dist/ua_component";
3
+ import type { UAFunctionalGroup } from "node-opcua-nodeset-di/dist/ua_functional_group";
4
+ import type { UAMachineryItemState_StateMachine } from "node-opcua-nodeset-machinery/dist/ua_machinery_item_state_state_machine";
5
+ import type { UAMachineryOperationModeStateMachine } from "node-opcua-nodeset-machinery/dist/ua_machinery_operation_mode_state_machine";
6
+ import type { UAAnalogItem } from "node-opcua-nodeset-ua/dist/ua_analog_item";
7
+ import type { UAAnalogUnit } from "node-opcua-nodeset-ua/dist/ua_analog_unit";
8
+ import type { UABaseDataVariable } from "node-opcua-nodeset-ua/dist/ua_base_data_variable";
9
+ import type { UAFolder } from "node-opcua-nodeset-ua/dist/ua_folder";
10
+ import type { DataType } from "node-opcua-variant";
11
11
  export interface UAPrinterModule_machineryBuildingBlocks extends UAFolder {
12
12
  machineryItemState?: UAMachineryItemState_StateMachine;
13
13
  machineryOperationMode?: UAMachineryOperationModeStateMachine;
@@ -1,12 +1,12 @@
1
- import { UAObject, UAProperty } from "node-opcua-address-space-base";
2
- import { DataType } from "node-opcua-variant";
3
- import { LocalizedText } from "node-opcua-data-model";
4
- import { UAString } from "node-opcua-basic-types";
5
- import { UAAnalogUnit } from "node-opcua-nodeset-ua/dist/ua_analog_unit";
6
- import { UABaseDataVariable } from "node-opcua-nodeset-ua/dist/ua_base_data_variable";
7
- import { UATwoStateDiscrete } from "node-opcua-nodeset-ua/dist/ua_two_state_discrete";
8
- import { UALockingServices } from "node-opcua-nodeset-di/dist/ua_locking_services";
9
- import { UAStatistic } from "./ua_statistic";
1
+ import type { UAObject, UAProperty } from "node-opcua-address-space-base";
2
+ import type { UAString } from "node-opcua-basic-types";
3
+ import type { LocalizedText } from "node-opcua-data-model";
4
+ import type { UALockingServices } from "node-opcua-nodeset-di/dist/ua_locking_services";
5
+ import type { UAAnalogUnit } from "node-opcua-nodeset-ua/dist/ua_analog_unit";
6
+ import type { UABaseDataVariable } from "node-opcua-nodeset-ua/dist/ua_base_data_variable";
7
+ import type { UATwoStateDiscrete } from "node-opcua-nodeset-ua/dist/ua_two_state_discrete";
8
+ import type { DataType } from "node-opcua-variant";
9
+ import type { UAStatistic } from "./ua_statistic";
10
10
  /**
11
11
  * Represents a product related to the scale.
12
12
  *
@@ -1,8 +1,8 @@
1
- import { UAObject, UAMethod } from "node-opcua-address-space-base";
2
- import { DataType } from "node-opcua-variant";
3
- import { UAString } from "node-opcua-basic-types";
4
- import { UABaseDataVariable } from "node-opcua-nodeset-ua/dist/ua_base_data_variable";
5
- import { UAFolder } from "node-opcua-nodeset-ua/dist/ua_folder";
1
+ import type { UAMethod, UAObject } from "node-opcua-address-space-base";
2
+ import type { UAString } from "node-opcua-basic-types";
3
+ import type { UABaseDataVariable } from "node-opcua-nodeset-ua/dist/ua_base_data_variable";
4
+ import type { UAFolder } from "node-opcua-nodeset-ua/dist/ua_folder";
5
+ import type { DataType } from "node-opcua-variant";
6
6
  /**
7
7
  * Provides methods to manage the Production preset.
8
8
  *
@@ -1,9 +1,9 @@
1
- import { UAObject, UAMethod, UAProperty } from "node-opcua-address-space-base";
2
- import { DataType } from "node-opcua-variant";
3
- import { LocalizedText } from "node-opcua-data-model";
4
- import { UAString } from "node-opcua-basic-types";
5
- import { UAFolder } from "node-opcua-nodeset-ua/dist/ua_folder";
6
- import { UAFile } from "node-opcua-nodeset-ua/dist/ua_file";
1
+ import type { UAMethod, UAObject, UAProperty } from "node-opcua-address-space-base";
2
+ import type { UAString } from "node-opcua-basic-types";
3
+ import type { LocalizedText } from "node-opcua-data-model";
4
+ import type { UAFile } from "node-opcua-nodeset-ua/dist/ua_file";
5
+ import type { UAFolder } from "node-opcua-nodeset-ua/dist/ua_folder";
6
+ import type { DataType } from "node-opcua-variant";
7
7
  /**
8
8
  * Represents a recipe. It defines additional
9
9
  * methods and properties required for managing a