ui-core-abv 0.4.79 → 0.4.85

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.
@@ -10,10 +10,12 @@ export interface WorkPanelTabConfig {
10
10
  export declare class UicWorkPanelComponent implements AfterViewInit {
11
11
  private cdr;
12
12
  host: ViewContainerRef;
13
+ private readonly tinyAlert;
13
14
  componentType?: Type<any>;
14
15
  componentInputs: Record<string, any>;
15
16
  tabs: WorkPanelTabConfig[];
16
17
  width: string;
18
+ duplicateValidationMessage: string;
17
19
  tabsChange: EventEmitter<WorkPanelTabConfig[]>;
18
20
  tabClosed: EventEmitter<string>;
19
21
  tabSelected: EventEmitter<string>;
@@ -32,6 +34,7 @@ export declare class UicWorkPanelComponent implements AfterViewInit {
32
34
  private idCounter;
33
35
  private initialized;
34
36
  constructor(cdr: ChangeDetectorRef);
37
+ get panelWidth(): string;
35
38
  ngAfterViewInit(): void;
36
39
  private initializeTabs;
37
40
  changeSizeBtn(b: boolean): void;
@@ -46,5 +49,5 @@ export declare class UicWorkPanelComponent implements AfterViewInit {
46
49
  private emitTabsChange;
47
50
  private isFullViewActivated;
48
51
  static ɵfac: i0.ɵɵFactoryDeclaration<UicWorkPanelComponent, never>;
49
- static ɵcmp: i0.ɵɵComponentDeclaration<UicWorkPanelComponent, "ui-work-panel", never, { "componentType": { "alias": "componentType"; "required": false; }; "componentInputs": { "alias": "componentInputs"; "required": false; }; "tabs": { "alias": "tabs"; "required": false; }; "width": { "alias": "width"; "required": false; }; "minPosition": { "alias": "minPosition"; "required": false; }; "showAddButton": { "alias": "showAddButton"; "required": false; }; }, { "tabsChange": "tabsChange"; "tabClosed": "tabClosed"; "tabSelected": "tabSelected"; "tabAdded": "tabAdded"; "addTabRequest": "addTabRequest"; "fullViewChange": "fullViewChange"; }, never, never, true, never>;
52
+ static ɵcmp: i0.ɵɵComponentDeclaration<UicWorkPanelComponent, "ui-work-panel", never, { "componentType": { "alias": "componentType"; "required": false; }; "componentInputs": { "alias": "componentInputs"; "required": false; }; "tabs": { "alias": "tabs"; "required": false; }; "width": { "alias": "width"; "required": false; }; "duplicateValidationMessage": { "alias": "duplicateValidationMessage"; "required": false; }; "minPosition": { "alias": "minPosition"; "required": false; }; "showAddButton": { "alias": "showAddButton"; "required": false; }; }, { "tabsChange": "tabsChange"; "tabClosed": "tabClosed"; "tabSelected": "tabSelected"; "tabAdded": "tabAdded"; "addTabRequest": "addTabRequest"; "fullViewChange": "fullViewChange"; }, never, never, true, never>;
50
53
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ui-core-abv",
3
- "version": "0.4.79",
3
+ "version": "0.4.85",
4
4
  "peerDependencies": {
5
5
  "@angular/common": ">=19.2.0 <21.0.0",
6
6
  "@angular/core": ">=19.2.0 <21.0.0",