qms-angular 1.1.89 → 1.1.90

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.
@@ -41,4 +41,5 @@ export declare class FlowChartConst {
41
41
  static KS_SELECTED_FLOWCHART_ID: string;
42
42
  static KS_SELECTED_JSONCONTENT: string;
43
43
  static KS_IS_SELECTED_TEMPLATE: string;
44
+ static ADD_SHAPE_CONNECTION_IN_PROGRESS: string;
44
45
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "qms-angular",
3
- "version": "1.1.89",
3
+ "version": "1.1.90",
4
4
  "dependencies": {
5
5
  "tslib": "^2.0.0"
6
6
  },