tnx-shared 5.3.423 → 5.3.424
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/bundles/tnx-shared.umd.js +2 -2
- package/bundles/tnx-shared.umd.js.map +1 -1
- package/bundles/tnx-shared.umd.min.js +1 -1
- package/bundles/tnx-shared.umd.min.js.map +1 -1
- package/esm2015/classes/base/list-component-base.js +3 -3
- package/fesm2015/tnx-shared.js +2 -2
- package/fesm2015/tnx-shared.js.map +1 -1
- package/package.json +2 -2
|
@@ -25905,8 +25905,8 @@
|
|
|
25905
25905
|
if (dialog) {
|
|
25906
25906
|
dialog.buttonTemplateInput = compRef.instance.buttonTemplate;
|
|
25907
25907
|
}
|
|
25908
|
-
compRef.workflows = workflowSetting.workflows;
|
|
25909
|
-
compRef.defaultWorkflow = workflowSetting.workflowCode;
|
|
25908
|
+
compRef.instance.workflows = workflowSetting.workflows;
|
|
25909
|
+
compRef.instance.defaultWorkflow = workflowSetting.workflowCode;
|
|
25910
25910
|
compRef.instance.onSaved.subscribe(function (event) { return _this.handleStartWorkflowFromDialog(event); });
|
|
25911
25911
|
compRef.instance.onCancel.subscribe(function (event) { return _this.startWorkflowModel.showEditForm = false; });
|
|
25912
25912
|
_h.label = 14;
|