node-opcua-nodeset-machine-vision 2.180.0 → 2.182.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.
- package/dist/dt_configuration.d.ts +1 -1
- package/dist/dt_configuration_id.d.ts +1 -1
- package/dist/dt_configuration_transfer_options.d.ts +1 -1
- package/dist/dt_product.d.ts +1 -1
- package/dist/dt_recipe_id_external.d.ts +1 -1
- package/dist/dt_recipe_id_internal.d.ts +1 -1
- package/dist/dt_recipe_transfer_options.d.ts +1 -1
- package/dist/dt_result.d.ts +9 -9
- package/dist/dt_result_transfer_options.d.ts +1 -1
- package/dist/dt_system_state_description.d.ts +1 -1
- package/dist/index.d.ts +55 -55
- package/dist/index.js +55 -55
- package/dist/index.js.map +1 -1
- package/dist/ua_acquisition_done_event.d.ts +1 -1
- package/dist/ua_configuration_management.d.ts +3 -3
- package/dist/ua_job_started_event.d.ts +1 -1
- package/dist/ua_ready_event.d.ts +1 -1
- package/dist/ua_recipe.d.ts +3 -3
- package/dist/ua_recipe_management.d.ts +4 -4
- package/dist/ua_recipe_prepared_event.d.ts +3 -3
- package/dist/ua_result.d.ts +10 -10
- package/dist/ua_result_management.d.ts +2 -2
- package/dist/ua_result_ready_event.d.ts +9 -9
- package/dist/ua_vision_automatic_mode_state_machine.d.ts +1 -1
- package/dist/ua_vision_condition.d.ts +8 -8
- package/dist/ua_vision_diagnostic_info_event.d.ts +1 -1
- package/dist/ua_vision_error_condition.d.ts +1 -1
- package/dist/ua_vision_event.d.ts +8 -8
- package/dist/ua_vision_information_event.d.ts +1 -1
- package/dist/ua_vision_persistent_error_condition.d.ts +1 -1
- package/dist/ua_vision_state_machine.d.ts +2 -2
- package/dist/ua_vision_system.d.ts +8 -8
- package/dist/ua_vision_warning_condition.d.ts +1 -1
- package/package.json +10 -10
- package/source/dt_configuration.ts +1 -1
- package/source/dt_configuration_id.ts +1 -1
- package/source/dt_configuration_transfer_options.ts +1 -1
- package/source/dt_product.ts +1 -1
- package/source/dt_recipe_id_external.ts +1 -1
- package/source/dt_recipe_id_internal.ts +1 -1
- package/source/dt_recipe_transfer_options.ts +1 -1
- package/source/dt_result.ts +9 -9
- package/source/dt_result_transfer_options.ts +1 -1
- package/source/dt_system_state_description.ts +1 -1
- package/source/index.ts +55 -55
- package/source/ua_acquisition_done_event.ts +1 -1
- package/source/ua_configuration_management.ts +3 -3
- package/source/ua_job_started_event.ts +1 -1
- package/source/ua_ready_event.ts +1 -1
- package/source/ua_recipe.ts +3 -3
- package/source/ua_recipe_management.ts +4 -4
- package/source/ua_recipe_prepared_event.ts +3 -3
- package/source/ua_result.ts +10 -10
- package/source/ua_result_management.ts +2 -2
- package/source/ua_result_ready_event.ts +9 -9
- package/source/ua_vision_automatic_mode_state_machine.ts +1 -1
- package/source/ua_vision_condition.ts +8 -8
- package/source/ua_vision_diagnostic_info_event.ts +1 -1
- package/source/ua_vision_error_condition.ts +1 -1
- package/source/ua_vision_event.ts +8 -8
- package/source/ua_vision_information_event.ts +1 -1
- package/source/ua_vision_persistent_error_condition.ts +1 -1
- package/source/ua_vision_state_machine.ts +2 -2
- package/source/ua_vision_system.ts +8 -8
- package/source/ua_vision_warning_condition.ts +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { ExtensionObject } from "node-opcua-extension-object";
|
|
2
2
|
import type { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure";
|
|
3
|
-
import type { DTConfigurationId } from "./dt_configuration_id";
|
|
3
|
+
import type { DTConfigurationId } from "./dt_configuration_id.js";
|
|
4
4
|
/**
|
|
5
5
|
* | | |
|
|
6
6
|
* |-----------|------------------------------------------------------------|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type { UAString } from "node-opcua-basic-types";
|
|
2
2
|
import type { LocalizedText } from "node-opcua-data-model";
|
|
3
3
|
import type { ExtensionObject } from "node-opcua-extension-object";
|
|
4
|
-
import type { DTBinaryIdBase } from "./dt_binary_id_base";
|
|
4
|
+
import type { DTBinaryIdBase } from "./dt_binary_id_base.js";
|
|
5
5
|
/**
|
|
6
6
|
* | | |
|
|
7
7
|
* |-----------|------------------------------------------------------------|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { ExtensionObject } from "node-opcua-extension-object";
|
|
2
2
|
import type { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure";
|
|
3
|
-
import type { DTConfigurationId } from "./dt_configuration_id";
|
|
3
|
+
import type { DTConfigurationId } from "./dt_configuration_id.js";
|
|
4
4
|
/**
|
|
5
5
|
* | | |
|
|
6
6
|
* |-----------|------------------------------------------------------------|
|
package/dist/dt_product.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { ExtensionObject } from "node-opcua-extension-object";
|
|
2
2
|
import type { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure";
|
|
3
|
-
import type { DTProductId } from "./dt_product_id";
|
|
3
|
+
import type { DTProductId } from "./dt_product_id.js";
|
|
4
4
|
/**
|
|
5
5
|
* | | |
|
|
6
6
|
* |-----------|------------------------------------------------------------|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type { UAString } from "node-opcua-basic-types";
|
|
2
2
|
import type { LocalizedText } from "node-opcua-data-model";
|
|
3
3
|
import type { ExtensionObject } from "node-opcua-extension-object";
|
|
4
|
-
import type { DTBinaryIdBase } from "./dt_binary_id_base";
|
|
4
|
+
import type { DTBinaryIdBase } from "./dt_binary_id_base.js";
|
|
5
5
|
/**
|
|
6
6
|
* | | |
|
|
7
7
|
* |-----------|------------------------------------------------------------|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type { UAString } from "node-opcua-basic-types";
|
|
2
2
|
import type { LocalizedText } from "node-opcua-data-model";
|
|
3
3
|
import type { ExtensionObject } from "node-opcua-extension-object";
|
|
4
|
-
import type { DTBinaryIdBase } from "./dt_binary_id_base";
|
|
4
|
+
import type { DTBinaryIdBase } from "./dt_binary_id_base.js";
|
|
5
5
|
/**
|
|
6
6
|
* | | |
|
|
7
7
|
* |-----------|------------------------------------------------------------|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { ExtensionObject } from "node-opcua-extension-object";
|
|
2
2
|
import type { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure";
|
|
3
|
-
import type { DTRecipeIdInternal } from "./dt_recipe_id_internal";
|
|
3
|
+
import type { DTRecipeIdInternal } from "./dt_recipe_id_internal.js";
|
|
4
4
|
/**
|
|
5
5
|
* | | |
|
|
6
6
|
* |-----------|------------------------------------------------------------|
|
package/dist/dt_result.d.ts
CHANGED
|
@@ -2,15 +2,15 @@ import type { Int32 } from "node-opcua-basic-types";
|
|
|
2
2
|
import type { ExtensionObject } from "node-opcua-extension-object";
|
|
3
3
|
import type { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure";
|
|
4
4
|
import type { Variant } from "node-opcua-variant";
|
|
5
|
-
import type { DTConfigurationId } from "./dt_configuration_id";
|
|
6
|
-
import type { DTJobId } from "./dt_job_id";
|
|
7
|
-
import type { DTMeasId } from "./dt_meas_id";
|
|
8
|
-
import type { DTPartId } from "./dt_part_id";
|
|
9
|
-
import type { DTProcessingTimes } from "./dt_processing_times";
|
|
10
|
-
import type { DTProductId } from "./dt_product_id";
|
|
11
|
-
import type { DTRecipeIdExternal } from "./dt_recipe_id_external";
|
|
12
|
-
import type { DTRecipeIdInternal } from "./dt_recipe_id_internal";
|
|
13
|
-
import type { DTResultId } from "./dt_result_id";
|
|
5
|
+
import type { DTConfigurationId } from "./dt_configuration_id.js";
|
|
6
|
+
import type { DTJobId } from "./dt_job_id.js";
|
|
7
|
+
import type { DTMeasId } from "./dt_meas_id.js";
|
|
8
|
+
import type { DTPartId } from "./dt_part_id.js";
|
|
9
|
+
import type { DTProcessingTimes } from "./dt_processing_times.js";
|
|
10
|
+
import type { DTProductId } from "./dt_product_id.js";
|
|
11
|
+
import type { DTRecipeIdExternal } from "./dt_recipe_id_external.js";
|
|
12
|
+
import type { DTRecipeIdInternal } from "./dt_recipe_id_internal.js";
|
|
13
|
+
import type { DTResultId } from "./dt_result_id.js";
|
|
14
14
|
/**
|
|
15
15
|
* | | |
|
|
16
16
|
* |-----------|------------------------------------------------------------|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { ExtensionObject } from "node-opcua-extension-object";
|
|
2
2
|
import type { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure";
|
|
3
|
-
import type { DTResultId } from "./dt_result_id";
|
|
3
|
+
import type { DTResultId } from "./dt_result_id.js";
|
|
4
4
|
/**
|
|
5
5
|
* | | |
|
|
6
6
|
* |-----------|------------------------------------------------------------|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type { UAString } from "node-opcua-basic-types";
|
|
2
2
|
import type { ExtensionObject } from "node-opcua-extension-object";
|
|
3
3
|
import type { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure";
|
|
4
|
-
import type { EnumSystemState } from "./enum_system_state";
|
|
4
|
+
import type { EnumSystemState } from "./enum_system_state.js";
|
|
5
5
|
/**
|
|
6
6
|
* | | |
|
|
7
7
|
* |-----------|------------------------------------------------------------|
|
package/dist/index.d.ts
CHANGED
|
@@ -1,55 +1,55 @@
|
|
|
1
|
-
export * from "./dt_binary_id_base";
|
|
2
|
-
export * from "./dt_configuration";
|
|
3
|
-
export * from "./dt_configuration_id";
|
|
4
|
-
export * from "./dt_configuration_transfer_options";
|
|
5
|
-
export * from "./dt_job_id";
|
|
6
|
-
export * from "./dt_meas_id";
|
|
7
|
-
export * from "./dt_part_id";
|
|
8
|
-
export * from "./dt_processing_times";
|
|
9
|
-
export * from "./dt_product";
|
|
10
|
-
export * from "./dt_product_id";
|
|
11
|
-
export * from "./dt_recipe_id_external";
|
|
12
|
-
export * from "./dt_recipe_id_internal";
|
|
13
|
-
export * from "./dt_recipe_transfer_options";
|
|
14
|
-
export * from "./dt_result";
|
|
15
|
-
export * from "./dt_result_id";
|
|
16
|
-
export * from "./dt_result_transfer_options";
|
|
17
|
-
export * from "./dt_system_state_description";
|
|
18
|
-
export * from "./enum_system_state";
|
|
19
|
-
export * from "./enum_tri_state_boolean";
|
|
20
|
-
export * from "./ua_acquisition_done_event";
|
|
21
|
-
export * from "./ua_configuration_folder";
|
|
22
|
-
export * from "./ua_configuration_management";
|
|
23
|
-
export * from "./ua_configuration_transfer";
|
|
24
|
-
export * from "./ua_enter_step_sequence_event";
|
|
25
|
-
export * from "./ua_error_event";
|
|
26
|
-
export * from "./ua_error_resolved_event";
|
|
27
|
-
export * from "./ua_job_started_event";
|
|
28
|
-
export * from "./ua_leave_step_sequence_event";
|
|
29
|
-
export * from "./ua_next_step_event";
|
|
30
|
-
export * from "./ua_product_folder";
|
|
31
|
-
export * from "./ua_ready_event";
|
|
32
|
-
export * from "./ua_recipe";
|
|
33
|
-
export * from "./ua_recipe_folder";
|
|
34
|
-
export * from "./ua_recipe_management";
|
|
35
|
-
export * from "./ua_recipe_prepared_event";
|
|
36
|
-
export * from "./ua_recipe_transfer";
|
|
37
|
-
export * from "./ua_result";
|
|
38
|
-
export * from "./ua_result_folder";
|
|
39
|
-
export * from "./ua_result_management";
|
|
40
|
-
export * from "./ua_result_ready_event";
|
|
41
|
-
export * from "./ua_result_transfer";
|
|
42
|
-
export * from "./ua_safety_state_management";
|
|
43
|
-
export * from "./ua_state_changed_event";
|
|
44
|
-
export * from "./ua_vision_automatic_mode_state_machine";
|
|
45
|
-
export * from "./ua_vision_condition";
|
|
46
|
-
export * from "./ua_vision_diagnostic_info_event";
|
|
47
|
-
export * from "./ua_vision_error_condition";
|
|
48
|
-
export * from "./ua_vision_event";
|
|
49
|
-
export * from "./ua_vision_information_event";
|
|
50
|
-
export * from "./ua_vision_persistent_error_condition";
|
|
51
|
-
export * from "./ua_vision_safety_event";
|
|
52
|
-
export * from "./ua_vision_state_machine";
|
|
53
|
-
export * from "./ua_vision_step_model_state_machine";
|
|
54
|
-
export * from "./ua_vision_system";
|
|
55
|
-
export * from "./ua_vision_warning_condition";
|
|
1
|
+
export * from "./dt_binary_id_base.js";
|
|
2
|
+
export * from "./dt_configuration.js";
|
|
3
|
+
export * from "./dt_configuration_id.js";
|
|
4
|
+
export * from "./dt_configuration_transfer_options.js";
|
|
5
|
+
export * from "./dt_job_id.js";
|
|
6
|
+
export * from "./dt_meas_id.js";
|
|
7
|
+
export * from "./dt_part_id.js";
|
|
8
|
+
export * from "./dt_processing_times.js";
|
|
9
|
+
export * from "./dt_product.js";
|
|
10
|
+
export * from "./dt_product_id.js";
|
|
11
|
+
export * from "./dt_recipe_id_external.js";
|
|
12
|
+
export * from "./dt_recipe_id_internal.js";
|
|
13
|
+
export * from "./dt_recipe_transfer_options.js";
|
|
14
|
+
export * from "./dt_result.js";
|
|
15
|
+
export * from "./dt_result_id.js";
|
|
16
|
+
export * from "./dt_result_transfer_options.js";
|
|
17
|
+
export * from "./dt_system_state_description.js";
|
|
18
|
+
export * from "./enum_system_state.js";
|
|
19
|
+
export * from "./enum_tri_state_boolean.js";
|
|
20
|
+
export * from "./ua_acquisition_done_event.js";
|
|
21
|
+
export * from "./ua_configuration_folder.js";
|
|
22
|
+
export * from "./ua_configuration_management.js";
|
|
23
|
+
export * from "./ua_configuration_transfer.js";
|
|
24
|
+
export * from "./ua_enter_step_sequence_event.js";
|
|
25
|
+
export * from "./ua_error_event.js";
|
|
26
|
+
export * from "./ua_error_resolved_event.js";
|
|
27
|
+
export * from "./ua_job_started_event.js";
|
|
28
|
+
export * from "./ua_leave_step_sequence_event.js";
|
|
29
|
+
export * from "./ua_next_step_event.js";
|
|
30
|
+
export * from "./ua_product_folder.js";
|
|
31
|
+
export * from "./ua_ready_event.js";
|
|
32
|
+
export * from "./ua_recipe.js";
|
|
33
|
+
export * from "./ua_recipe_folder.js";
|
|
34
|
+
export * from "./ua_recipe_management.js";
|
|
35
|
+
export * from "./ua_recipe_prepared_event.js";
|
|
36
|
+
export * from "./ua_recipe_transfer.js";
|
|
37
|
+
export * from "./ua_result.js";
|
|
38
|
+
export * from "./ua_result_folder.js";
|
|
39
|
+
export * from "./ua_result_management.js";
|
|
40
|
+
export * from "./ua_result_ready_event.js";
|
|
41
|
+
export * from "./ua_result_transfer.js";
|
|
42
|
+
export * from "./ua_safety_state_management.js";
|
|
43
|
+
export * from "./ua_state_changed_event.js";
|
|
44
|
+
export * from "./ua_vision_automatic_mode_state_machine.js";
|
|
45
|
+
export * from "./ua_vision_condition.js";
|
|
46
|
+
export * from "./ua_vision_diagnostic_info_event.js";
|
|
47
|
+
export * from "./ua_vision_error_condition.js";
|
|
48
|
+
export * from "./ua_vision_event.js";
|
|
49
|
+
export * from "./ua_vision_information_event.js";
|
|
50
|
+
export * from "./ua_vision_persistent_error_condition.js";
|
|
51
|
+
export * from "./ua_vision_safety_event.js";
|
|
52
|
+
export * from "./ua_vision_state_machine.js";
|
|
53
|
+
export * from "./ua_vision_step_model_state_machine.js";
|
|
54
|
+
export * from "./ua_vision_system.js";
|
|
55
|
+
export * from "./ua_vision_warning_condition.js";
|
package/dist/index.js
CHANGED
|
@@ -14,59 +14,59 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
14
14
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
__exportStar(require("./dt_binary_id_base"), exports);
|
|
18
|
-
__exportStar(require("./dt_configuration"), exports);
|
|
19
|
-
__exportStar(require("./dt_configuration_id"), exports);
|
|
20
|
-
__exportStar(require("./dt_configuration_transfer_options"), exports);
|
|
21
|
-
__exportStar(require("./dt_job_id"), exports);
|
|
22
|
-
__exportStar(require("./dt_meas_id"), exports);
|
|
23
|
-
__exportStar(require("./dt_part_id"), exports);
|
|
24
|
-
__exportStar(require("./dt_processing_times"), exports);
|
|
25
|
-
__exportStar(require("./dt_product"), exports);
|
|
26
|
-
__exportStar(require("./dt_product_id"), exports);
|
|
27
|
-
__exportStar(require("./dt_recipe_id_external"), exports);
|
|
28
|
-
__exportStar(require("./dt_recipe_id_internal"), exports);
|
|
29
|
-
__exportStar(require("./dt_recipe_transfer_options"), exports);
|
|
30
|
-
__exportStar(require("./dt_result"), exports);
|
|
31
|
-
__exportStar(require("./dt_result_id"), exports);
|
|
32
|
-
__exportStar(require("./dt_result_transfer_options"), exports);
|
|
33
|
-
__exportStar(require("./dt_system_state_description"), exports);
|
|
34
|
-
__exportStar(require("./enum_system_state"), exports);
|
|
35
|
-
__exportStar(require("./enum_tri_state_boolean"), exports);
|
|
36
|
-
__exportStar(require("./ua_acquisition_done_event"), exports);
|
|
37
|
-
__exportStar(require("./ua_configuration_folder"), exports);
|
|
38
|
-
__exportStar(require("./ua_configuration_management"), exports);
|
|
39
|
-
__exportStar(require("./ua_configuration_transfer"), exports);
|
|
40
|
-
__exportStar(require("./ua_enter_step_sequence_event"), exports);
|
|
41
|
-
__exportStar(require("./ua_error_event"), exports);
|
|
42
|
-
__exportStar(require("./ua_error_resolved_event"), exports);
|
|
43
|
-
__exportStar(require("./ua_job_started_event"), exports);
|
|
44
|
-
__exportStar(require("./ua_leave_step_sequence_event"), exports);
|
|
45
|
-
__exportStar(require("./ua_next_step_event"), exports);
|
|
46
|
-
__exportStar(require("./ua_product_folder"), exports);
|
|
47
|
-
__exportStar(require("./ua_ready_event"), exports);
|
|
48
|
-
__exportStar(require("./ua_recipe"), exports);
|
|
49
|
-
__exportStar(require("./ua_recipe_folder"), exports);
|
|
50
|
-
__exportStar(require("./ua_recipe_management"), exports);
|
|
51
|
-
__exportStar(require("./ua_recipe_prepared_event"), exports);
|
|
52
|
-
__exportStar(require("./ua_recipe_transfer"), exports);
|
|
53
|
-
__exportStar(require("./ua_result"), exports);
|
|
54
|
-
__exportStar(require("./ua_result_folder"), exports);
|
|
55
|
-
__exportStar(require("./ua_result_management"), exports);
|
|
56
|
-
__exportStar(require("./ua_result_ready_event"), exports);
|
|
57
|
-
__exportStar(require("./ua_result_transfer"), exports);
|
|
58
|
-
__exportStar(require("./ua_safety_state_management"), exports);
|
|
59
|
-
__exportStar(require("./ua_state_changed_event"), exports);
|
|
60
|
-
__exportStar(require("./ua_vision_automatic_mode_state_machine"), exports);
|
|
61
|
-
__exportStar(require("./ua_vision_condition"), exports);
|
|
62
|
-
__exportStar(require("./ua_vision_diagnostic_info_event"), exports);
|
|
63
|
-
__exportStar(require("./ua_vision_error_condition"), exports);
|
|
64
|
-
__exportStar(require("./ua_vision_event"), exports);
|
|
65
|
-
__exportStar(require("./ua_vision_information_event"), exports);
|
|
66
|
-
__exportStar(require("./ua_vision_persistent_error_condition"), exports);
|
|
67
|
-
__exportStar(require("./ua_vision_safety_event"), exports);
|
|
68
|
-
__exportStar(require("./ua_vision_state_machine"), exports);
|
|
69
|
-
__exportStar(require("./ua_vision_step_model_state_machine"), exports);
|
|
70
|
-
__exportStar(require("./ua_vision_system"), exports);
|
|
71
|
-
__exportStar(require("./ua_vision_warning_condition"), exports);
|
|
17
|
+
__exportStar(require("./dt_binary_id_base.js"), exports);
|
|
18
|
+
__exportStar(require("./dt_configuration.js"), exports);
|
|
19
|
+
__exportStar(require("./dt_configuration_id.js"), exports);
|
|
20
|
+
__exportStar(require("./dt_configuration_transfer_options.js"), exports);
|
|
21
|
+
__exportStar(require("./dt_job_id.js"), exports);
|
|
22
|
+
__exportStar(require("./dt_meas_id.js"), exports);
|
|
23
|
+
__exportStar(require("./dt_part_id.js"), exports);
|
|
24
|
+
__exportStar(require("./dt_processing_times.js"), exports);
|
|
25
|
+
__exportStar(require("./dt_product.js"), exports);
|
|
26
|
+
__exportStar(require("./dt_product_id.js"), exports);
|
|
27
|
+
__exportStar(require("./dt_recipe_id_external.js"), exports);
|
|
28
|
+
__exportStar(require("./dt_recipe_id_internal.js"), exports);
|
|
29
|
+
__exportStar(require("./dt_recipe_transfer_options.js"), exports);
|
|
30
|
+
__exportStar(require("./dt_result.js"), exports);
|
|
31
|
+
__exportStar(require("./dt_result_id.js"), exports);
|
|
32
|
+
__exportStar(require("./dt_result_transfer_options.js"), exports);
|
|
33
|
+
__exportStar(require("./dt_system_state_description.js"), exports);
|
|
34
|
+
__exportStar(require("./enum_system_state.js"), exports);
|
|
35
|
+
__exportStar(require("./enum_tri_state_boolean.js"), exports);
|
|
36
|
+
__exportStar(require("./ua_acquisition_done_event.js"), exports);
|
|
37
|
+
__exportStar(require("./ua_configuration_folder.js"), exports);
|
|
38
|
+
__exportStar(require("./ua_configuration_management.js"), exports);
|
|
39
|
+
__exportStar(require("./ua_configuration_transfer.js"), exports);
|
|
40
|
+
__exportStar(require("./ua_enter_step_sequence_event.js"), exports);
|
|
41
|
+
__exportStar(require("./ua_error_event.js"), exports);
|
|
42
|
+
__exportStar(require("./ua_error_resolved_event.js"), exports);
|
|
43
|
+
__exportStar(require("./ua_job_started_event.js"), exports);
|
|
44
|
+
__exportStar(require("./ua_leave_step_sequence_event.js"), exports);
|
|
45
|
+
__exportStar(require("./ua_next_step_event.js"), exports);
|
|
46
|
+
__exportStar(require("./ua_product_folder.js"), exports);
|
|
47
|
+
__exportStar(require("./ua_ready_event.js"), exports);
|
|
48
|
+
__exportStar(require("./ua_recipe.js"), exports);
|
|
49
|
+
__exportStar(require("./ua_recipe_folder.js"), exports);
|
|
50
|
+
__exportStar(require("./ua_recipe_management.js"), exports);
|
|
51
|
+
__exportStar(require("./ua_recipe_prepared_event.js"), exports);
|
|
52
|
+
__exportStar(require("./ua_recipe_transfer.js"), exports);
|
|
53
|
+
__exportStar(require("./ua_result.js"), exports);
|
|
54
|
+
__exportStar(require("./ua_result_folder.js"), exports);
|
|
55
|
+
__exportStar(require("./ua_result_management.js"), exports);
|
|
56
|
+
__exportStar(require("./ua_result_ready_event.js"), exports);
|
|
57
|
+
__exportStar(require("./ua_result_transfer.js"), exports);
|
|
58
|
+
__exportStar(require("./ua_safety_state_management.js"), exports);
|
|
59
|
+
__exportStar(require("./ua_state_changed_event.js"), exports);
|
|
60
|
+
__exportStar(require("./ua_vision_automatic_mode_state_machine.js"), exports);
|
|
61
|
+
__exportStar(require("./ua_vision_condition.js"), exports);
|
|
62
|
+
__exportStar(require("./ua_vision_diagnostic_info_event.js"), exports);
|
|
63
|
+
__exportStar(require("./ua_vision_error_condition.js"), exports);
|
|
64
|
+
__exportStar(require("./ua_vision_event.js"), exports);
|
|
65
|
+
__exportStar(require("./ua_vision_information_event.js"), exports);
|
|
66
|
+
__exportStar(require("./ua_vision_persistent_error_condition.js"), exports);
|
|
67
|
+
__exportStar(require("./ua_vision_safety_event.js"), exports);
|
|
68
|
+
__exportStar(require("./ua_vision_state_machine.js"), exports);
|
|
69
|
+
__exportStar(require("./ua_vision_step_model_state_machine.js"), exports);
|
|
70
|
+
__exportStar(require("./ua_vision_system.js"), exports);
|
|
71
|
+
__exportStar(require("./ua_vision_warning_condition.js"), exports);
|
|
72
72
|
//# sourceMappingURL=index.js.map
|
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../source/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../source/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,yDAAuC;AACvC,wDAAsC;AACtC,2DAAyC;AACzC,yEAAuD;AACvD,iDAA+B;AAC/B,kDAAgC;AAChC,kDAAgC;AAChC,2DAAyC;AACzC,kDAAgC;AAChC,qDAAmC;AACnC,6DAA2C;AAC3C,6DAA2C;AAC3C,kEAAgD;AAChD,iDAA+B;AAC/B,oDAAkC;AAClC,kEAAgD;AAChD,mEAAiD;AACjD,yDAAuC;AACvC,8DAA4C;AAC5C,iEAA+C;AAC/C,+DAA6C;AAC7C,mEAAiD;AACjD,iEAA+C;AAC/C,oEAAkD;AAClD,sDAAoC;AACpC,+DAA6C;AAC7C,4DAA0C;AAC1C,oEAAkD;AAClD,0DAAwC;AACxC,yDAAuC;AACvC,sDAAoC;AACpC,iDAA+B;AAC/B,wDAAsC;AACtC,4DAA0C;AAC1C,gEAA8C;AAC9C,0DAAwC;AACxC,iDAA+B;AAC/B,wDAAsC;AACtC,4DAA0C;AAC1C,6DAA2C;AAC3C,0DAAwC;AACxC,kEAAgD;AAChD,8DAA4C;AAC5C,8EAA4D;AAC5D,2DAAyC;AACzC,uEAAqD;AACrD,iEAA+C;AAC/C,uDAAqC;AACrC,mEAAiD;AACjD,4EAA0D;AAC1D,8DAA4C;AAC5C,+DAA6C;AAC7C,0EAAwD;AACxD,wDAAsC;AACtC,mEAAiD"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type { UAProperty } from "node-opcua-address-space-base";
|
|
2
2
|
import type { UABaseEvent, UABaseEvent_Base } from "node-opcua-nodeset-ua/dist/ua_base_event";
|
|
3
3
|
import type { DataType } from "node-opcua-variant";
|
|
4
|
-
import type { DTJobId } from "./dt_job_id";
|
|
4
|
+
import type { DTJobId } from "./dt_job_id.js";
|
|
5
5
|
/**
|
|
6
6
|
* | | |
|
|
7
7
|
* |----------------|------------------------------------------------------------|
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import type { UAMethod, UAObject } from "node-opcua-address-space-base";
|
|
2
2
|
import type { UABaseDataVariable } from "node-opcua-nodeset-ua/dist/ua_base_data_variable";
|
|
3
3
|
import type { DataType } from "node-opcua-variant";
|
|
4
|
-
import type { DTConfiguration } from "./dt_configuration";
|
|
5
|
-
import type { UAConfigurationFolder } from "./ua_configuration_folder";
|
|
6
|
-
import type { UAConfigurationTransfer } from "./ua_configuration_transfer";
|
|
4
|
+
import type { DTConfiguration } from "./dt_configuration.js";
|
|
5
|
+
import type { UAConfigurationFolder } from "./ua_configuration_folder.js";
|
|
6
|
+
import type { UAConfigurationTransfer } from "./ua_configuration_transfer.js";
|
|
7
7
|
/**
|
|
8
8
|
* | | |
|
|
9
9
|
* |----------------|------------------------------------------------------------|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type { UAProperty } from "node-opcua-address-space-base";
|
|
2
2
|
import type { UABaseEvent, UABaseEvent_Base } from "node-opcua-nodeset-ua/dist/ua_base_event";
|
|
3
3
|
import type { DataType } from "node-opcua-variant";
|
|
4
|
-
import type { DTJobId } from "./dt_job_id";
|
|
4
|
+
import type { DTJobId } from "./dt_job_id.js";
|
|
5
5
|
/**
|
|
6
6
|
* | | |
|
|
7
7
|
* |----------------|------------------------------------------------------------|
|
package/dist/ua_ready_event.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type { UAProperty } from "node-opcua-address-space-base";
|
|
2
2
|
import type { UABaseEvent, UABaseEvent_Base } from "node-opcua-nodeset-ua/dist/ua_base_event";
|
|
3
3
|
import type { DataType } from "node-opcua-variant";
|
|
4
|
-
import type { DTJobId } from "./dt_job_id";
|
|
4
|
+
import type { DTJobId } from "./dt_job_id.js";
|
|
5
5
|
/**
|
|
6
6
|
* | | |
|
|
7
7
|
* |----------------|------------------------------------------------------------|
|
package/dist/ua_recipe.d.ts
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import type { UAMethod, UAObject, UAProperty } from "node-opcua-address-space-base";
|
|
2
2
|
import type { UAFile } from "node-opcua-nodeset-ua/dist/ua_file";
|
|
3
3
|
import type { DataType } from "node-opcua-variant";
|
|
4
|
-
import type { DTProductId } from "./dt_product_id";
|
|
5
|
-
import type { DTRecipeIdExternal } from "./dt_recipe_id_external";
|
|
6
|
-
import type { DTRecipeIdInternal } from "./dt_recipe_id_internal";
|
|
4
|
+
import type { DTProductId } from "./dt_product_id.js";
|
|
5
|
+
import type { DTRecipeIdExternal } from "./dt_recipe_id_external.js";
|
|
6
|
+
import type { DTRecipeIdInternal } from "./dt_recipe_id_internal.js";
|
|
7
7
|
/**
|
|
8
8
|
* | | |
|
|
9
9
|
* |----------------|------------------------------------------------------------|
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import type { UAMethod, UAObject } from "node-opcua-address-space-base";
|
|
2
2
|
import type { UABaseDataVariable } from "node-opcua-nodeset-ua/dist/ua_base_data_variable";
|
|
3
3
|
import type { DataType } from "node-opcua-variant";
|
|
4
|
-
import type { DTProduct } from "./dt_product";
|
|
5
|
-
import type { UAProductFolder } from "./ua_product_folder";
|
|
6
|
-
import type { UARecipeFolder } from "./ua_recipe_folder";
|
|
7
|
-
import type { UARecipeTransfer } from "./ua_recipe_transfer";
|
|
4
|
+
import type { DTProduct } from "./dt_product.js";
|
|
5
|
+
import type { UAProductFolder } from "./ua_product_folder.js";
|
|
6
|
+
import type { UARecipeFolder } from "./ua_recipe_folder.js";
|
|
7
|
+
import type { UARecipeTransfer } from "./ua_recipe_transfer.js";
|
|
8
8
|
export interface UARecipeManagement_products extends Omit<UAProductFolder, "$Product$"> {
|
|
9
9
|
"$Product$": UABaseDataVariable<DTProduct, DataType.ExtensionObject>;
|
|
10
10
|
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import type { UAProperty } from "node-opcua-address-space-base";
|
|
2
2
|
import type { UABaseEvent, UABaseEvent_Base } from "node-opcua-nodeset-ua/dist/ua_base_event";
|
|
3
3
|
import type { DataType } from "node-opcua-variant";
|
|
4
|
-
import type { DTProductId } from "./dt_product_id";
|
|
5
|
-
import type { DTRecipeIdExternal } from "./dt_recipe_id_external";
|
|
6
|
-
import type { DTRecipeIdInternal } from "./dt_recipe_id_internal";
|
|
4
|
+
import type { DTProductId } from "./dt_product_id.js";
|
|
5
|
+
import type { DTRecipeIdExternal } from "./dt_recipe_id_external.js";
|
|
6
|
+
import type { DTRecipeIdInternal } from "./dt_recipe_id_internal.js";
|
|
7
7
|
/**
|
|
8
8
|
* | | |
|
|
9
9
|
* |----------------|------------------------------------------------------------|
|
package/dist/ua_result.d.ts
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
import type { Int32 } from "node-opcua-basic-types";
|
|
2
2
|
import type { UABaseDataVariable, UABaseDataVariable_Base } from "node-opcua-nodeset-ua/dist/ua_base_data_variable";
|
|
3
3
|
import type { DataType } from "node-opcua-variant";
|
|
4
|
-
import type { DTConfigurationId } from "./dt_configuration_id";
|
|
5
|
-
import type { DTJobId } from "./dt_job_id";
|
|
6
|
-
import type { DTMeasId } from "./dt_meas_id";
|
|
7
|
-
import type { DTPartId } from "./dt_part_id";
|
|
8
|
-
import type { DTProcessingTimes } from "./dt_processing_times";
|
|
9
|
-
import type { DTProductId } from "./dt_product_id";
|
|
10
|
-
import type { DTRecipeIdExternal } from "./dt_recipe_id_external";
|
|
11
|
-
import type { DTRecipeIdInternal } from "./dt_recipe_id_internal";
|
|
12
|
-
import type { DTResult } from "./dt_result";
|
|
13
|
-
import type { DTResultId } from "./dt_result_id";
|
|
4
|
+
import type { DTConfigurationId } from "./dt_configuration_id.js";
|
|
5
|
+
import type { DTJobId } from "./dt_job_id.js";
|
|
6
|
+
import type { DTMeasId } from "./dt_meas_id.js";
|
|
7
|
+
import type { DTPartId } from "./dt_part_id.js";
|
|
8
|
+
import type { DTProcessingTimes } from "./dt_processing_times.js";
|
|
9
|
+
import type { DTProductId } from "./dt_product_id.js";
|
|
10
|
+
import type { DTRecipeIdExternal } from "./dt_recipe_id_external.js";
|
|
11
|
+
import type { DTRecipeIdInternal } from "./dt_recipe_id_internal.js";
|
|
12
|
+
import type { DTResult } from "./dt_result.js";
|
|
13
|
+
import type { DTResultId } from "./dt_result_id.js";
|
|
14
14
|
/**
|
|
15
15
|
* | | |
|
|
16
16
|
* |----------------|------------------------------------------------------------|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { UAMethod, UAObject } from "node-opcua-address-space-base";
|
|
2
|
-
import type { UAResultFolder } from "./ua_result_folder";
|
|
3
|
-
import type { UAResultTransfer } from "./ua_result_transfer";
|
|
2
|
+
import type { UAResultFolder } from "./ua_result_folder.js";
|
|
3
|
+
import type { UAResultTransfer } from "./ua_result_transfer.js";
|
|
4
4
|
/**
|
|
5
5
|
* | | |
|
|
6
6
|
* |----------------|------------------------------------------------------------|
|
|
@@ -2,15 +2,15 @@ import type { UAProperty } from "node-opcua-address-space-base";
|
|
|
2
2
|
import type { Int32 } from "node-opcua-basic-types";
|
|
3
3
|
import type { UABaseEvent, UABaseEvent_Base } from "node-opcua-nodeset-ua/dist/ua_base_event";
|
|
4
4
|
import type { DataType } from "node-opcua-variant";
|
|
5
|
-
import type { DTConfigurationId } from "./dt_configuration_id";
|
|
6
|
-
import type { DTJobId } from "./dt_job_id";
|
|
7
|
-
import type { DTMeasId } from "./dt_meas_id";
|
|
8
|
-
import type { DTPartId } from "./dt_part_id";
|
|
9
|
-
import type { DTProcessingTimes } from "./dt_processing_times";
|
|
10
|
-
import type { DTProductId } from "./dt_product_id";
|
|
11
|
-
import type { DTRecipeIdExternal } from "./dt_recipe_id_external";
|
|
12
|
-
import type { DTRecipeIdInternal } from "./dt_recipe_id_internal";
|
|
13
|
-
import type { DTResultId } from "./dt_result_id";
|
|
5
|
+
import type { DTConfigurationId } from "./dt_configuration_id.js";
|
|
6
|
+
import type { DTJobId } from "./dt_job_id.js";
|
|
7
|
+
import type { DTMeasId } from "./dt_meas_id.js";
|
|
8
|
+
import type { DTPartId } from "./dt_part_id.js";
|
|
9
|
+
import type { DTProcessingTimes } from "./dt_processing_times.js";
|
|
10
|
+
import type { DTProductId } from "./dt_product_id.js";
|
|
11
|
+
import type { DTRecipeIdExternal } from "./dt_recipe_id_external.js";
|
|
12
|
+
import type { DTRecipeIdInternal } from "./dt_recipe_id_internal.js";
|
|
13
|
+
import type { DTResultId } from "./dt_result_id.js";
|
|
14
14
|
/**
|
|
15
15
|
* | | |
|
|
16
16
|
* |----------------|------------------------------------------------------------|
|
|
@@ -2,7 +2,7 @@ import type { UAMethod } from "node-opcua-address-space-base";
|
|
|
2
2
|
import type { UAFiniteStateMachine, UAFiniteStateMachine_Base } from "node-opcua-nodeset-ua/dist/ua_finite_state_machine";
|
|
3
3
|
import type { UAState } from "node-opcua-nodeset-ua/dist/ua_state";
|
|
4
4
|
import type { UATransition } from "node-opcua-nodeset-ua/dist/ua_transition";
|
|
5
|
-
import type { UAVisionStepModelStateMachine } from "./ua_vision_step_model_state_machine";
|
|
5
|
+
import type { UAVisionStepModelStateMachine } from "./ua_vision_step_model_state_machine.js";
|
|
6
6
|
/**
|
|
7
7
|
* | | |
|
|
8
8
|
* |----------------|------------------------------------------------------------|
|
|
@@ -2,14 +2,14 @@ import type { UAProperty } from "node-opcua-address-space-base";
|
|
|
2
2
|
import type { UAString, UInt64 } from "node-opcua-basic-types";
|
|
3
3
|
import type { UAAcknowledgeableCondition, UAAcknowledgeableCondition_Base } from "node-opcua-nodeset-ua/dist/ua_acknowledgeable_condition";
|
|
4
4
|
import type { DataType } from "node-opcua-variant";
|
|
5
|
-
import type { DTConfigurationId } from "./dt_configuration_id";
|
|
6
|
-
import type { DTJobId } from "./dt_job_id";
|
|
7
|
-
import type { DTMeasId } from "./dt_meas_id";
|
|
8
|
-
import type { DTPartId } from "./dt_part_id";
|
|
9
|
-
import type { DTProductId } from "./dt_product_id";
|
|
10
|
-
import type { DTRecipeIdExternal } from "./dt_recipe_id_external";
|
|
11
|
-
import type { DTRecipeIdInternal } from "./dt_recipe_id_internal";
|
|
12
|
-
import type { DTResultId } from "./dt_result_id";
|
|
5
|
+
import type { DTConfigurationId } from "./dt_configuration_id.js";
|
|
6
|
+
import type { DTJobId } from "./dt_job_id.js";
|
|
7
|
+
import type { DTMeasId } from "./dt_meas_id.js";
|
|
8
|
+
import type { DTPartId } from "./dt_part_id.js";
|
|
9
|
+
import type { DTProductId } from "./dt_product_id.js";
|
|
10
|
+
import type { DTRecipeIdExternal } from "./dt_recipe_id_external.js";
|
|
11
|
+
import type { DTRecipeIdInternal } from "./dt_recipe_id_internal.js";
|
|
12
|
+
import type { DTResultId } from "./dt_result_id.js";
|
|
13
13
|
/**
|
|
14
14
|
* | | |
|
|
15
15
|
* |----------------|------------------------------------------------------------|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { UAVisionCondition, UAVisionCondition_Base } from "./ua_vision_condition";
|
|
1
|
+
import type { UAVisionCondition, UAVisionCondition_Base } from "./ua_vision_condition.js";
|
|
2
2
|
/**
|
|
3
3
|
* | | |
|
|
4
4
|
* |----------------|------------------------------------------------------------|
|
|
@@ -2,14 +2,14 @@ import type { UAProperty } from "node-opcua-address-space-base";
|
|
|
2
2
|
import type { UAString } from "node-opcua-basic-types";
|
|
3
3
|
import type { UABaseEvent, UABaseEvent_Base } from "node-opcua-nodeset-ua/dist/ua_base_event";
|
|
4
4
|
import type { DataType } from "node-opcua-variant";
|
|
5
|
-
import type { DTConfigurationId } from "./dt_configuration_id";
|
|
6
|
-
import type { DTJobId } from "./dt_job_id";
|
|
7
|
-
import type { DTMeasId } from "./dt_meas_id";
|
|
8
|
-
import type { DTPartId } from "./dt_part_id";
|
|
9
|
-
import type { DTProductId } from "./dt_product_id";
|
|
10
|
-
import type { DTRecipeIdExternal } from "./dt_recipe_id_external";
|
|
11
|
-
import type { DTRecipeIdInternal } from "./dt_recipe_id_internal";
|
|
12
|
-
import type { DTResultId } from "./dt_result_id";
|
|
5
|
+
import type { DTConfigurationId } from "./dt_configuration_id.js";
|
|
6
|
+
import type { DTJobId } from "./dt_job_id.js";
|
|
7
|
+
import type { DTMeasId } from "./dt_meas_id.js";
|
|
8
|
+
import type { DTPartId } from "./dt_part_id.js";
|
|
9
|
+
import type { DTProductId } from "./dt_product_id.js";
|
|
10
|
+
import type { DTRecipeIdExternal } from "./dt_recipe_id_external.js";
|
|
11
|
+
import type { DTRecipeIdInternal } from "./dt_recipe_id_internal.js";
|
|
12
|
+
import type { DTResultId } from "./dt_result_id.js";
|
|
13
13
|
/**
|
|
14
14
|
* | | |
|
|
15
15
|
* |----------------|------------------------------------------------------------|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { UAVisionCondition, UAVisionCondition_Base } from "./ua_vision_condition";
|
|
1
|
+
import type { UAVisionCondition, UAVisionCondition_Base } from "./ua_vision_condition.js";
|
|
2
2
|
/**
|
|
3
3
|
* | | |
|
|
4
4
|
* |----------------|------------------------------------------------------------|
|
|
@@ -2,8 +2,8 @@ import type { UAMethod } from "node-opcua-address-space-base";
|
|
|
2
2
|
import type { UAFiniteStateMachine, UAFiniteStateMachine_Base } from "node-opcua-nodeset-ua/dist/ua_finite_state_machine";
|
|
3
3
|
import type { UAState } from "node-opcua-nodeset-ua/dist/ua_state";
|
|
4
4
|
import type { UATransition } from "node-opcua-nodeset-ua/dist/ua_transition";
|
|
5
|
-
import type { UAVisionAutomaticModeStateMachine } from "./ua_vision_automatic_mode_state_machine";
|
|
6
|
-
import type { UAVisionStepModelStateMachine } from "./ua_vision_step_model_state_machine";
|
|
5
|
+
import type { UAVisionAutomaticModeStateMachine } from "./ua_vision_automatic_mode_state_machine.js";
|
|
6
|
+
import type { UAVisionStepModelStateMachine } from "./ua_vision_step_model_state_machine.js";
|
|
7
7
|
/**
|
|
8
8
|
* | | |
|
|
9
9
|
* |----------------|------------------------------------------------------------|
|