@magic-xpa/angular 4.1300.0-dev4130.116 → 4.1300.0-dev4130.120
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.120",
|
|
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.120",
|
|
7
|
+
"@magic-xpa/angular-material-core": "4.1300.0-dev4130.120",
|
|
8
8
|
"ng-dynamic-component": "~10.8.2",
|
|
9
9
|
"@maskito/angular": "^1.4.0",
|
|
10
10
|
"@maskito/core": "^1.4.0",
|
|
@@ -4,7 +4,7 @@ import * as i0 from '@angular/core';
|
|
|
4
4
|
import { NgModuleRef, ViewContainerRef, OnInit, Injector, Compiler, Component, InjectionToken, AfterViewInit, ElementRef, EventEmitter, ChangeDetectorRef, OnDestroy, Renderer2, TemplateRef, PipeTransform } from '@angular/core';
|
|
5
5
|
import * as i31 from '@angular/forms';
|
|
6
6
|
import { FormGroup, AbstractControl, ValidatorFn, FormControl, CheckboxControlValueAccessor, DefaultValueAccessor, ControlValueAccessor, Validator } from '@angular/forms';
|
|
7
|
-
import { Subject, Subscription } from 'rxjs';
|
|
7
|
+
import { Subject, Subscription, Observable } from 'rxjs';
|
|
8
8
|
import { MagicBridge, IGuiEvent } from '@magic-xpa/engine';
|
|
9
9
|
import { HttpClient } from '@angular/common/http';
|
|
10
10
|
import { List, RefParam } from '@magic-xpa/mscorelib';
|
|
@@ -2445,6 +2445,50 @@ declare class StylesMapManager {
|
|
|
2445
2445
|
static magicValueGetStyle(styleName: string, magicValue: any): string;
|
|
2446
2446
|
}
|
|
2447
2447
|
|
|
2448
|
+
declare class SubscriberService {
|
|
2449
|
+
private static instance;
|
|
2450
|
+
private socket;
|
|
2451
|
+
private constructor();
|
|
2452
|
+
/**
|
|
2453
|
+
* Subscribe to a specific topic
|
|
2454
|
+
* @param topic The topic to subscribe to
|
|
2455
|
+
*/
|
|
2456
|
+
subscribe(topic: string): void;
|
|
2457
|
+
/**
|
|
2458
|
+
* Unsubscribe from a specific topic
|
|
2459
|
+
* @param topic The topic to unsubscribe from
|
|
2460
|
+
*/
|
|
2461
|
+
unsubscribe(topic: string): void;
|
|
2462
|
+
/**
|
|
2463
|
+
* Get an Observable for incoming messages
|
|
2464
|
+
* @returns Observable that emits message data
|
|
2465
|
+
*/
|
|
2466
|
+
onMessage(): Observable<{
|
|
2467
|
+
topic: string;
|
|
2468
|
+
message: any;
|
|
2469
|
+
}>;
|
|
2470
|
+
/**
|
|
2471
|
+
* Get current subscriptions (for debugging)
|
|
2472
|
+
*/
|
|
2473
|
+
getSubscriptions(): void;
|
|
2474
|
+
/**
|
|
2475
|
+
* Listen for subscriptions data
|
|
2476
|
+
* @returns Observable that emits subscriptions list
|
|
2477
|
+
*/
|
|
2478
|
+
onSubscriptionsData(): Observable<any[]>;
|
|
2479
|
+
/**
|
|
2480
|
+
* Get the singleton instance of SubscriberService
|
|
2481
|
+
* @returns {SubscriberService} The singleton instance
|
|
2482
|
+
*/
|
|
2483
|
+
static getInstance(): SubscriberService;
|
|
2484
|
+
/**
|
|
2485
|
+
* Disconnect from the server
|
|
2486
|
+
*/
|
|
2487
|
+
disconnect(): void;
|
|
2488
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SubscriberService, never>;
|
|
2489
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<SubscriberService>;
|
|
2490
|
+
}
|
|
2491
|
+
|
|
2448
2492
|
/**
|
|
2449
2493
|
* @ignore
|
|
2450
2494
|
*/
|
|
@@ -2560,5 +2604,5 @@ interface MagicModalInterface {
|
|
|
2560
2604
|
IsMovable(): any;
|
|
2561
2605
|
}
|
|
2562
2606
|
|
|
2563
|
-
export { AccessorMagicService, BaseMagicAlertComponent, BaseMagicConfirmComponent, BaseMagicOverlayContainer, CHECKBOX_VALUE_ACCESSOR, COLOR_FILE_NAME, CheckboxMagicDirective, CheckboxNoFormControlMagicDirective, ComboboxMagicDirective, CommandsCollectorMagicService, ComponentListMagicService, ConfirmationComponentsMagicProvider, Constants, ControlMetadata, ControlsMetadata, DATE_VALUE_ACCESSOR, DateMagicPipe, DateValueAccessor, EngineMagicService, ErrorMagicComponent, ExitMagicService, GuiInteractiveExecutor, HtmlClasses, InputNoFormControlMagicDirective, MAGIC_BG_COLOR, MAGIC_DEFAULT_VALUE_ACCESSOR, MAGIC_FG_COLOR, MG_FORMATS, MagicAlertComponent, MagicCheckboxControlValueAccessor, MagicColorService, MagicConfirmationBoxComponent, MagicDefaultValueAccessor, MagicDirective, MagicFocusDirective, MagicLazyLoaderService, MagicModule, MagicOverlayContainer, MagicOverlayContainerWrapper, MagicServices, MagicShellComponent, MagicViewContainerRef, MgDateAdapter, MgDateFormatter, MgformatMagicDirective, ModalFormDefinition, NoControlMagicDirective, NonMagicControlDirective, OverlayContainerMagicProvider, OverlayWindowService, RangeValidatorMagicDirective, Records, RouteCommand, RouterCommandsMagicService, RouterContainerMagicComponent, RowMagicDirective, StylesMapManager, SubformMagicComponent, SubformMagicService, TableMagicService, TaskBaseMagicComponent, TaskMagicService, Time24MagicPipe, TimeMagicPipe, TitleMagicService, basicMagicProviders, confirmationBox, magicProviders, matDateProviders, utils };
|
|
2607
|
+
export { AccessorMagicService, BaseMagicAlertComponent, BaseMagicConfirmComponent, BaseMagicOverlayContainer, CHECKBOX_VALUE_ACCESSOR, COLOR_FILE_NAME, CheckboxMagicDirective, CheckboxNoFormControlMagicDirective, ComboboxMagicDirective, CommandsCollectorMagicService, ComponentListMagicService, ConfirmationComponentsMagicProvider, Constants, ControlMetadata, ControlsMetadata, DATE_VALUE_ACCESSOR, DateMagicPipe, DateValueAccessor, EngineMagicService, ErrorMagicComponent, ExitMagicService, GuiInteractiveExecutor, HtmlClasses, InputNoFormControlMagicDirective, MAGIC_BG_COLOR, MAGIC_DEFAULT_VALUE_ACCESSOR, MAGIC_FG_COLOR, MG_FORMATS, MagicAlertComponent, MagicCheckboxControlValueAccessor, MagicColorService, MagicConfirmationBoxComponent, MagicDefaultValueAccessor, MagicDirective, MagicFocusDirective, MagicLazyLoaderService, MagicModule, MagicOverlayContainer, MagicOverlayContainerWrapper, MagicServices, MagicShellComponent, MagicViewContainerRef, MgDateAdapter, MgDateFormatter, MgformatMagicDirective, ModalFormDefinition, NoControlMagicDirective, NonMagicControlDirective, OverlayContainerMagicProvider, OverlayWindowService, RangeValidatorMagicDirective, Records, RouteCommand, RouterCommandsMagicService, RouterContainerMagicComponent, RowMagicDirective, StylesMapManager, SubformMagicComponent, SubformMagicService, SubscriberService, TableMagicService, TaskBaseMagicComponent, TaskMagicService, Time24MagicPipe, TimeMagicPipe, TitleMagicService, basicMagicProviders, confirmationBox, magicProviders, matDateProviders, utils };
|
|
2564
2608
|
export type { ComponentData, IMagicViewContainerRef, ISubformMagicService, MagicModalInterface, ModuleData, RouteDefinition, SubformDefinition };
|