ui-core-abv 0.4.7 → 0.4.77

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.
@@ -30,6 +30,7 @@ export declare class UicTagSelectorComponent extends base {
30
30
  filterText: string;
31
31
  newTagLabel: string;
32
32
  filterArray: UicTagData[];
33
+ ngOnInit(): void;
33
34
  filter(): void;
34
35
  select(tag: UicTagData): void;
35
36
  removeTag(tag: UicTagData): void;
@@ -43,5 +44,6 @@ export interface UicTagData {
43
44
  id: number;
44
45
  name: string;
45
46
  color: string;
47
+ icon?: string;
46
48
  }
47
49
  export {};
@@ -10,16 +10,10 @@ export interface WorkPanelTabConfig {
10
10
  export declare class UicWorkPanelComponent implements AfterViewInit {
11
11
  private cdr;
12
12
  host: ViewContainerRef;
13
- /**
14
- * Compatibilidad con la version previa (un unico componente inicial).
15
- * Si se envia, se crea como primera pestana.
16
- */
17
13
  componentType?: Type<any>;
18
14
  componentInputs: Record<string, any>;
19
- /**
20
- * Lista inicial de pestanas a renderizar.
21
- */
22
15
  tabs: WorkPanelTabConfig[];
16
+ width: string;
23
17
  tabsChange: EventEmitter<WorkPanelTabConfig[]>;
24
18
  tabClosed: EventEmitter<string>;
25
19
  tabSelected: EventEmitter<string>;
@@ -52,5 +46,5 @@ export declare class UicWorkPanelComponent implements AfterViewInit {
52
46
  private emitTabsChange;
53
47
  private isFullViewActivated;
54
48
  static ɵfac: i0.ɵɵFactoryDeclaration<UicWorkPanelComponent, never>;
55
- static ɵcmp: i0.ɵɵComponentDeclaration<UicWorkPanelComponent, "ui-work-panel", never, { "componentType": { "alias": "componentType"; "required": false; }; "componentInputs": { "alias": "componentInputs"; "required": false; }; "tabs": { "alias": "tabs"; "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>;
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>;
56
50
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ui-core-abv",
3
- "version": "0.4.7",
3
+ "version": "0.4.77",
4
4
  "peerDependencies": {
5
5
  "@angular/common": ">=19.2.0 <21.0.0",
6
6
  "@angular/core": ">=19.2.0 <21.0.0",