@mirta/globals 0.5.1 → 0.5.2

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@mirta/globals",
3
3
  "description": "Complete set of types for wb-rule development in TypeScript",
4
- "version": "0.5.1",
4
+ "version": "0.5.2",
5
5
  "license": "Unlicense",
6
6
  "keywords": [
7
7
  "mirta",
@@ -526,7 +526,7 @@ declare namespace WbRules {
526
526
 
527
527
  removeControl(cellName: string): void;
528
528
 
529
- getControl(cellName: string): Control;
529
+ getControl(cellName: string): Control | undefined;
530
530
 
531
531
  isControlExists(cellName: string): boolean;
532
532