qms-angular 1.1.55 → 1.1.57

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/lib/model/en.d.ts CHANGED
@@ -558,4 +558,6 @@ export declare const en: {
558
558
  RESET_TO_LAST_SAVE: string;
559
559
  };
560
560
  INTERCONNECTED_PROCESSES: string;
561
+ PLACE_NEXT_TO: string;
562
+ PLACE_UNDER: string;
561
563
  };
package/lib/model/no.d.ts CHANGED
@@ -558,4 +558,6 @@ export declare const no: {
558
558
  RESET_TO_LAST_SAVE: string;
559
559
  };
560
560
  INTERCONNECTED_PROCESSES: string;
561
+ PLACE_NEXT_TO: string;
562
+ PLACE_UNDER: string;
561
563
  };
package/lib/model/sv.d.ts CHANGED
@@ -432,5 +432,7 @@ export declare const sv: {
432
432
  DELETE_TEMPLATE: string;
433
433
  SAVE_AS_TEMPLATE: string;
434
434
  RESET_TO_LAST_SAVE: string;
435
+ PLACE_NEXT_TO: string;
436
+ PLACE_UNDER: string;
435
437
  };
436
438
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "qms-angular",
3
- "version": "1.1.55",
3
+ "version": "1.1.57",
4
4
  "dependencies": {
5
5
  "tslib": "^2.0.0"
6
6
  },