@magic-xpa/angular 4.1000.0-dev4100.310 → 4.1000.0-dev4100.315
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/esm2020/src/services/task.magics.service.mjs +3 -2
- package/esm2020/src/ui/directives/magic/combobox.magic.directive.mjs +11 -1
- package/esm2020/src/ui/directives/magic.directive.mjs +1 -1
- package/fesm2015/magic-xpa-angular.mjs +10 -1
- package/fesm2015/magic-xpa-angular.mjs.map +1 -1
- package/fesm2020/magic-xpa-angular.mjs +10 -1
- package/fesm2020/magic-xpa-angular.mjs.map +1 -1
- package/package.json +3 -3
- package/src/ui/directives/magic/combobox.magic.directive.d.ts +1 -0
- package/src/ui/directives/magic.directive.d.ts +1 -1
package/package.json
CHANGED
@@ -1,10 +1,10 @@
|
|
1
1
|
{
|
2
2
|
"name": "@magic-xpa/angular",
|
3
|
-
"version": "4.1000.0-dev4100.
|
3
|
+
"version": "4.1000.0-dev4100.315",
|
4
4
|
"license": "SEE LICENSE IN EULA.pdf",
|
5
5
|
"dependencies": {
|
6
|
-
"@magic-xpa/engine": "4.1000.0-dev4100.
|
7
|
-
"@magic-xpa/angular-material-core": "4.1000.0-dev4100.
|
6
|
+
"@magic-xpa/engine": "4.1000.0-dev4100.315",
|
7
|
+
"@magic-xpa/angular-material-core": "4.1000.0-dev4100.315",
|
8
8
|
"ng-dynamic-component": "^10.1.0",
|
9
9
|
"rxjs": "^6.5.2",
|
10
10
|
"tslib": "^2.3.0"
|
@@ -4,6 +4,7 @@ export declare class ComboboxMagicDirective {
|
|
4
4
|
protected magicDirective: MagicDirective;
|
5
5
|
constructor(magicDirective: MagicDirective);
|
6
6
|
onChange($event: any): void;
|
7
|
+
onComboboxItemsListChanged(): void;
|
7
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<ComboboxMagicDirective, never>;
|
8
9
|
static ɵdir: i0.ɵɵDirectiveDeclaration<ComboboxMagicDirective, "select[magic]:not([multiple])", never, {}, {}, never, never, false, never>;
|
9
10
|
}
|
@@ -29,7 +29,7 @@ export declare class MagicDirective implements OnInit, OnDestroy {
|
|
29
29
|
get task(): TaskMagicService;
|
30
30
|
protected regEvents(): void;
|
31
31
|
private OnFocus;
|
32
|
-
|
32
|
+
IsSameElement(command: any): boolean;
|
33
33
|
private IsSameComponent;
|
34
34
|
private regUpdatesUI;
|
35
35
|
ngOnInit(): void;
|