@skyux/indicators 13.6.2 → 13.7.1

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/index.d.ts CHANGED
@@ -4,8 +4,8 @@ import * as i1 from '@skyux/theme';
4
4
  import * as i2 from '@angular/common';
5
5
  import * as i3 from '@skyux/icon';
6
6
  import * as i1$1 from '@skyux/i18n';
7
+ import * as i3$1 from '@skyux/help-inline';
7
8
  import * as i5 from '@skyux/core';
8
- import * as i6 from '@skyux/help-inline';
9
9
  import { Subject, BehaviorSubject, Observable } from 'rxjs';
10
10
 
11
11
  type SkyIndicatorDescriptionType = 'attention' | 'caution' | 'completed' | 'custom' | 'danger' | 'error' | 'important-info' | 'important-warning' | 'none' | 'success' | 'warning';
@@ -211,7 +211,7 @@ declare class SkyKeyInfoComponent {
211
211
  */
212
212
  layout: SkyKeyInfoLayoutType | undefined;
213
213
  static ɵfac: i0.ɵɵFactoryDeclaration<SkyKeyInfoComponent, never>;
214
- static ɵcmp: i0.ɵɵComponentDeclaration<SkyKeyInfoComponent, "sky-key-info", never, { "helpKey": { "alias": "helpKey"; "required": false; }; "helpPopoverContent": { "alias": "helpPopoverContent"; "required": false; }; "helpPopoverTitle": { "alias": "helpPopoverTitle"; "required": false; }; "layout": { "alias": "layout"; "required": false; }; }, {}, never, ["sky-key-info-value", "sky-key-info-label", ".sky-control-help"], false, never>;
214
+ static ɵcmp: i0.ɵɵComponentDeclaration<SkyKeyInfoComponent, "sky-key-info", never, { "helpKey": { "alias": "helpKey"; "required": false; }; "helpPopoverContent": { "alias": "helpPopoverContent"; "required": false; }; "helpPopoverTitle": { "alias": "helpPopoverTitle"; "required": false; }; "layout": { "alias": "layout"; "required": false; }; }, {}, never, ["sky-key-info-value", "sky-key-info-label", ".sky-control-help"], true, never>;
215
215
  }
216
216
 
217
217
  /**
@@ -222,7 +222,7 @@ declare class SkyKeyInfoComponent {
222
222
  */
223
223
  declare class SkyKeyInfoLabelComponent {
224
224
  static ɵfac: i0.ɵɵFactoryDeclaration<SkyKeyInfoLabelComponent, never>;
225
- static ɵcmp: i0.ɵɵComponentDeclaration<SkyKeyInfoLabelComponent, "sky-key-info-label", never, {}, {}, never, ["*"], false, never>;
225
+ static ɵcmp: i0.ɵɵComponentDeclaration<SkyKeyInfoLabelComponent, "sky-key-info-label", never, {}, {}, never, ["*"], true, never>;
226
226
  }
227
227
 
228
228
  /**
@@ -231,12 +231,12 @@ declare class SkyKeyInfoLabelComponent {
231
231
  */
232
232
  declare class SkyKeyInfoValueComponent {
233
233
  static ɵfac: i0.ɵɵFactoryDeclaration<SkyKeyInfoValueComponent, never>;
234
- static ɵcmp: i0.ɵɵComponentDeclaration<SkyKeyInfoValueComponent, "sky-key-info-value", never, {}, {}, never, ["*"], false, never>;
234
+ static ɵcmp: i0.ɵɵComponentDeclaration<SkyKeyInfoValueComponent, "sky-key-info-value", never, {}, {}, never, ["*"], true, never>;
235
235
  }
236
236
 
237
237
  declare class SkyKeyInfoModule {
238
238
  static ɵfac: i0.ɵɵFactoryDeclaration<SkyKeyInfoModule, never>;
239
- static ɵmod: i0.ɵɵNgModuleDeclaration<SkyKeyInfoModule, [typeof SkyKeyInfoComponent, typeof SkyKeyInfoLabelComponent, typeof SkyKeyInfoValueComponent], [typeof i2.CommonModule, typeof i5.SkyTrimModule, typeof i6.SkyHelpInlineModule, typeof i5.SkyIdModule], [typeof SkyKeyInfoComponent, typeof SkyKeyInfoLabelComponent, typeof SkyKeyInfoValueComponent]>;
239
+ static ɵmod: i0.ɵɵNgModuleDeclaration<SkyKeyInfoModule, never, [typeof SkyKeyInfoComponent, typeof SkyKeyInfoLabelComponent, typeof SkyKeyInfoValueComponent], [typeof SkyKeyInfoComponent, typeof SkyKeyInfoLabelComponent, typeof SkyKeyInfoValueComponent]>;
240
240
  static ɵinj: i0.ɵɵInjectorDeclaration<SkyKeyInfoModule>;
241
241
  }
242
242
 
@@ -329,7 +329,7 @@ declare class SkyStatusIndicatorComponent implements OnInit {
329
329
 
330
330
  declare class SkyStatusIndicatorModule {
331
331
  static ɵfac: i0.ɵɵFactoryDeclaration<SkyStatusIndicatorModule, never>;
332
- static ɵmod: i0.ɵɵNgModuleDeclaration<SkyStatusIndicatorModule, [typeof SkyStatusIndicatorComponent], [typeof i2.CommonModule, typeof i6.SkyHelpInlineModule, typeof i3.SkyIconModule, typeof i5.SkyIdModule, typeof SkyIndicatorsResourcesModule, typeof i1.SkyThemeModule, typeof i5.SkyTrimModule], [typeof SkyStatusIndicatorComponent]>;
332
+ static ɵmod: i0.ɵɵNgModuleDeclaration<SkyStatusIndicatorModule, [typeof SkyStatusIndicatorComponent], [typeof i2.CommonModule, typeof i3$1.SkyHelpInlineModule, typeof i3.SkyIconModule, typeof i5.SkyIdModule, typeof SkyIndicatorsResourcesModule, typeof i1.SkyThemeModule, typeof i5.SkyTrimModule], [typeof SkyStatusIndicatorComponent]>;
333
333
  static ɵinj: i0.ɵɵInjectorDeclaration<SkyStatusIndicatorModule>;
334
334
  }
335
335
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skyux/indicators",
3
- "version": "13.6.2",
3
+ "version": "13.7.1",
4
4
  "author": "Blackbaud, Inc.",
5
5
  "keywords": [
6
6
  "blackbaud",
@@ -21,12 +21,12 @@
21
21
  "@angular/common": "^20.3.0",
22
22
  "@angular/core": "^20.3.0",
23
23
  "@angular/platform-browser": "^20.3.0",
24
- "@skyux-sdk/testing": "13.6.2",
25
- "@skyux/core": "13.6.2",
26
- "@skyux/help-inline": "13.6.2",
27
- "@skyux/i18n": "13.6.2",
28
- "@skyux/icon": "13.6.2",
29
- "@skyux/theme": "13.6.2"
24
+ "@skyux-sdk/testing": "13.7.1",
25
+ "@skyux/core": "13.7.1",
26
+ "@skyux/help-inline": "13.7.1",
27
+ "@skyux/i18n": "13.7.1",
28
+ "@skyux/icon": "13.7.1",
29
+ "@skyux/theme": "13.7.1"
30
30
  },
31
31
  "dependencies": {
32
32
  "tslib": "^2.8.1"