@magic-xpa/angular 4.1300.0-dev4130.271 → 4.1300.0-dev4130.272
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,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@magic-xpa/angular",
|
|
3
|
-
"version": "4.1300.0-dev4130.
|
|
3
|
+
"version": "4.1300.0-dev4130.272",
|
|
4
4
|
"license": "SEE LICENSE IN EULA.pdf",
|
|
5
5
|
"dependencies": {
|
|
6
|
-
"@magic-xpa/engine": "4.1300.0-dev4130.
|
|
7
|
-
"@magic-xpa/angular-material-core": "4.1300.0-dev4130.
|
|
6
|
+
"@magic-xpa/engine": "4.1300.0-dev4130.272",
|
|
7
|
+
"@magic-xpa/angular-material-core": "4.1300.0-dev4130.272",
|
|
8
8
|
"ng-dynamic-component": "^11.0.0",
|
|
9
9
|
"@maskito/angular": "^5.3.1",
|
|
10
10
|
"@maskito/core": "^5.3.1",
|
|
@@ -447,6 +447,13 @@ declare class AccessorMagicService {
|
|
|
447
447
|
* @returns Is the control visible or hidden
|
|
448
448
|
*/
|
|
449
449
|
getVisible(controlId: string, rowId?: string): string;
|
|
450
|
+
/**
|
|
451
|
+
* Returns whether a control is visible or not
|
|
452
|
+
* @param controlId Id of control
|
|
453
|
+
* @param rowId Id of row, if applicable
|
|
454
|
+
* @returns true if the control is visible, false otherwise
|
|
455
|
+
*/
|
|
456
|
+
isVisible(controlId: string, rowId?: string): boolean;
|
|
450
457
|
/**
|
|
451
458
|
* Returns alpha mask of a control
|
|
452
459
|
* @param controlId Id of control
|