@magic-xpa/angular 4.1300.0-dev4130.200 → 4.1300.0-dev4130.202
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.202",
|
|
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.202",
|
|
7
|
+
"@magic-xpa/angular-material-core": "4.1300.0-dev4130.202",
|
|
8
8
|
"ng-dynamic-component": "~10.8.2",
|
|
9
9
|
"@maskito/angular": "^1.4.0",
|
|
10
10
|
"@maskito/core": "^1.4.0",
|
|
@@ -1247,10 +1247,10 @@ declare class TaskMagicService {
|
|
|
1247
1247
|
mgOnTabSelectionChanged(idx: string, layer: number): void;
|
|
1248
1248
|
/**
|
|
1249
1249
|
* Handle the Radio button "change" event
|
|
1250
|
-
* @param event The event received from the UI
|
|
1251
1250
|
* @param idx Id of the control raising the event
|
|
1251
|
+
* @param rowId Id of the row containing the control (defaults to '0' for non-table controls)
|
|
1252
1252
|
*/
|
|
1253
|
-
mgOnRadioSelectionChanged(idx: string): void;
|
|
1253
|
+
mgOnRadioSelectionChanged(idx: string, rowId?: string): void;
|
|
1254
1254
|
/**
|
|
1255
1255
|
* Inserts the "close" event to the magic WebClient event queue
|
|
1256
1256
|
*/
|