@smartbit4all/ng-client 3.3.173 → 3.3.175
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/lib/view-context/smart-ui-action/ui-action-toolbar.component.mjs +4 -1
- package/fesm2015/smartbit4all-ng-client.mjs +3 -0
- package/fesm2015/smartbit4all-ng-client.mjs.map +1 -1
- package/fesm2020/smartbit4all-ng-client.mjs +3 -0
- package/fesm2020/smartbit4all-ng-client.mjs.map +1 -1
- package/lib/view-context/smart-ui-action/ui-action-toolbar.component.d.ts +3 -2
- package/package.json +1 -1
- package/smartbit4all-ng-client-3.3.175.tgz +0 -0
- package/smartbit4all-ng-client-3.3.173.tgz +0 -0
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { ChangeDetectorRef, Injector, OnChanges, OnDestroy, OnInit, SimpleChanges } from '@angular/core';
|
|
1
|
+
import { AfterViewInit, ChangeDetectorRef, Injector, OnChanges, OnDestroy, OnInit, SimpleChanges } from '@angular/core';
|
|
2
2
|
import { TooltipPosition } from '@angular/material/tooltip';
|
|
3
3
|
import { IconPosition, UiActionTooltipTooltipPositionEnum } from '../api';
|
|
4
4
|
import { UiActionDescriptorService } from './ui-action.descriptor.service';
|
|
5
5
|
import { UiActionModel } from './ui-action.model';
|
|
6
6
|
import { UiActionService } from './ui-action.service';
|
|
7
7
|
import * as i0 from "@angular/core";
|
|
8
|
-
export declare class UiActionToolbarComponent implements OnInit, OnChanges, OnDestroy {
|
|
8
|
+
export declare class UiActionToolbarComponent implements OnInit, OnChanges, OnDestroy, AfterViewInit {
|
|
9
9
|
private service;
|
|
10
10
|
private inject;
|
|
11
11
|
changeDetector: ChangeDetectorRef;
|
|
@@ -19,6 +19,7 @@ export declare class UiActionToolbarComponent implements OnInit, OnChanges, OnDe
|
|
|
19
19
|
private languageChangedSubscription?;
|
|
20
20
|
constructor(service: UiActionService, inject: Injector, changeDetector: ChangeDetectorRef);
|
|
21
21
|
ngOnInit(): void;
|
|
22
|
+
ngAfterViewInit(): void;
|
|
22
23
|
ngOnChanges(changes: SimpleChanges): void;
|
|
23
24
|
ngOnDestroy(): void;
|
|
24
25
|
private subscribeToLanguageChange;
|
package/package.json
CHANGED
|
Binary file
|
|
Binary file
|