@coreui/angular-pro 5.1.1 → 5.1.2

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.
@@ -17,6 +17,11 @@ export declare class AvatarComponent {
17
17
  * @default 'md'
18
18
  */
19
19
  size?: Omit<Sizes, 'xxl'>;
20
+ /**
21
+ * The alt attribute for the img element alternate text.
22
+ * @type string
23
+ */
24
+ alt: string;
20
25
  /**
21
26
  * The src attribute for the img element.
22
27
  * @type string
@@ -33,9 +38,8 @@ export declare class AvatarComponent {
33
38
  * @type TextColors
34
39
  */
35
40
  textColor?: TextColors;
36
- constructor();
37
41
  get statusClass(): any;
38
42
  get hostClasses(): any;
39
43
  static ɵfac: i0.ɵɵFactoryDeclaration<AvatarComponent, never>;
40
- static ɵcmp: i0.ɵɵComponentDeclaration<AvatarComponent, "c-avatar", never, { "color": { "alias": "color"; "required": false; }; "shape": { "alias": "shape"; "required": false; }; "size": { "alias": "size"; "required": false; }; "src": { "alias": "src"; "required": false; }; "status": { "alias": "status"; "required": false; }; "textColor": { "alias": "textColor"; "required": false; }; }, {}, never, ["*"], true, [{ directive: typeof i1.TextColorDirective; inputs: { "cTextColor": "textColor"; }; outputs: {}; }]>;
44
+ static ɵcmp: i0.ɵɵComponentDeclaration<AvatarComponent, "c-avatar", never, { "color": { "alias": "color"; "required": false; }; "shape": { "alias": "shape"; "required": false; }; "size": { "alias": "size"; "required": false; }; "alt": { "alias": "alt"; "required": false; }; "src": { "alias": "src"; "required": false; }; "status": { "alias": "status"; "required": false; }; "textColor": { "alias": "textColor"; "required": false; }; }, {}, never, ["*"], true, [{ directive: typeof i1.TextColorDirective; inputs: { "cTextColor": "textColor"; }; outputs: {}; }]>;
41
45
  }
@@ -9,7 +9,7 @@ export declare class FooterComponent {
9
9
  /**
10
10
  * Default role for footer. [docs]
11
11
  * @type string
12
- * @default 'footer'
12
+ * @default 'contentinfo'
13
13
  */
14
14
  role: string;
15
15
  get getClasses(): any;
@@ -13,7 +13,7 @@ export declare class HeaderComponent {
13
13
  /**
14
14
  * Default role for header. [docs]
15
15
  * @type string
16
- * @default 'header'
16
+ * @default 'banner'
17
17
  */
18
18
  role: string;
19
19
  get getClasses(): any;
@@ -56,7 +56,7 @@ export declare class SidebarNavComponent implements OnChanges {
56
56
  ngOnChanges(changes: SimpleChanges): void;
57
57
  hideMobile(): void;
58
58
  static ɵfac: i0.ɵɵFactoryDeclaration<SidebarNavComponent, [{ optional: true; }, null, null, null, null, null]>;
59
- static ɵcmp: i0.ɵɵComponentDeclaration<SidebarNavComponent, "c-sidebar-nav", never, { "navItems": { "alias": "navItems"; "required": false; }; "dropdownMode": { "alias": "dropdownMode"; "required": false; }; "groupItems": { "alias": "groupItems"; "required": false; }; "compact": { "alias": "compact"; "required": false; }; }, {}, never, ["*"], true, never>;
59
+ static ɵcmp: i0.ɵɵComponentDeclaration<SidebarNavComponent, "c-sidebar-nav", never, { "navItems": { "alias": "navItems"; "required": false; }; "dropdownMode": { "alias": "dropdownMode"; "required": false; }; "groupItems": { "alias": "groupItems"; "required": false; }; "compact": { "alias": "compact"; "required": false; }; "role": { "alias": "role"; "required": false; }; }, {}, never, ["*"], true, never>;
60
60
  static ngAcceptInputType_groupItems: unknown;
61
61
  static ngAcceptInputType_compact: unknown;
62
62
  }
@@ -37,6 +37,8 @@ export declare class TabContentRefDirective implements OnChanges, OnDestroy {
37
37
  };
38
38
  get isDisabled(): boolean | null;
39
39
  get attrDisabled(): "" | null;
40
+ private get ariaSelected();
41
+ role: string;
40
42
  get getTabindex(): string | null;
41
43
  ngOnChanges(changes: SimpleChanges): void;
42
44
  toggleOpen($event: any): void;
@@ -44,7 +46,7 @@ export declare class TabContentRefDirective implements OnChanges, OnDestroy {
44
46
  ngOnDestroy(): void;
45
47
  subscribeTabService(subscribe?: boolean): void;
46
48
  static ɵfac: i0.ɵɵFactoryDeclaration<TabContentRefDirective, never>;
47
- static ɵdir: i0.ɵɵDirectiveDeclaration<TabContentRefDirective, "[cTabContent]", never, { "tabContentRef": { "alias": "cTabContent"; "required": false; }; "active": { "alias": "active"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "tabPaneIdx": { "alias": "tabPaneIdx"; "required": false; }; }, {}, never, never, true, never>;
49
+ static ɵdir: i0.ɵɵDirectiveDeclaration<TabContentRefDirective, "[cTabContent]", never, { "tabContentRef": { "alias": "cTabContent"; "required": false; }; "active": { "alias": "active"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "tabPaneIdx": { "alias": "tabPaneIdx"; "required": false; }; "role": { "alias": "role"; "required": false; }; }, {}, never, never, true, never>;
48
50
  static ngAcceptInputType_active: unknown;
49
51
  static ngAcceptInputType_disabled: unknown;
50
52
  static ngAcceptInputType_tabPaneIdx: unknown;
@@ -18,8 +18,9 @@ export declare class TabPaneComponent implements OnDestroy {
18
18
  show: boolean;
19
19
  active: boolean;
20
20
  };
21
+ role: string;
21
22
  ngOnDestroy(): void;
22
23
  subscribeTabService(subscribe?: boolean): void;
23
24
  static ɵfac: i0.ɵɵFactoryDeclaration<TabPaneComponent, never>;
24
- static ɵcmp: i0.ɵɵComponentDeclaration<TabPaneComponent, "c-tab-pane", ["cTabPane"], {}, {}, never, ["*"], true, never>;
25
+ static ɵcmp: i0.ɵɵComponentDeclaration<TabPaneComponent, "c-tab-pane", ["cTabPane"], { "role": { "alias": "role"; "required": false; }; }, {}, never, ["*"], true, never>;
25
26
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coreui/angular-pro",
3
- "version": "5.1.1",
3
+ "version": "5.1.2",
4
4
  "description": "CoreUI Pro Components Library for Angular",
5
5
  "copyright": "Copyright 2024 creativeLabs Łukasz Holeczek",
6
6
  "homepage": "https://coreui.io/angular",
@@ -28,13 +28,13 @@
28
28
  "@angular/core": "^17.3.0",
29
29
  "@angular/forms": "^17.3.0",
30
30
  "@angular/router": "^17.3.0",
31
- "@coreui/coreui": "~5.0.0 || ~5.1.0",
31
+ "@coreui/coreui-pro": "~5.0.0 || ~5.1.0",
32
32
  "@coreui/icons-angular": "~5.0.0 || ~5.1.0",
33
33
  "rxjs": "^7.8.1"
34
34
  },
35
35
  "repository": {
36
36
  "type": "git",
37
- "url": "https://github.com/coreui/coreui-angular-pro.git"
37
+ "url": "git+https://github.com/coreui/coreui-angular-pro.git"
38
38
  },
39
39
  "bugs": {
40
40
  "url": "https://github.com/coreui/coreui-angular-pro/issues"