@skyux/indicators 7.8.0 → 8.0.0-alpha.0

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.
Files changed (55) hide show
  1. package/documentation.json +3232 -2479
  2. package/esm2020/lib/modules/alert/alert.component.mjs +4 -4
  3. package/esm2020/lib/modules/alert/alert.module.mjs +5 -5
  4. package/esm2020/lib/modules/chevron/chevron.component.mjs +4 -4
  5. package/esm2020/lib/modules/chevron/chevron.module.mjs +5 -5
  6. package/esm2020/lib/modules/expansion-indicator/expansion-indicator.component.mjs +4 -4
  7. package/esm2020/lib/modules/expansion-indicator/expansion-indicator.module.mjs +5 -5
  8. package/esm2020/lib/modules/help-inline/help-inline.component.mjs +4 -4
  9. package/esm2020/lib/modules/help-inline/help-inline.module.mjs +5 -5
  10. package/esm2020/lib/modules/icon/icon-class-list.pipe.mjs +4 -4
  11. package/esm2020/lib/modules/icon/icon-resolver.service.mjs +4 -4
  12. package/esm2020/lib/modules/icon/icon-stack.component.mjs +5 -5
  13. package/esm2020/lib/modules/icon/icon.component.mjs +5 -5
  14. package/esm2020/lib/modules/icon/icon.module.mjs +5 -5
  15. package/esm2020/lib/modules/key-info/key-info-label.component.mjs +4 -4
  16. package/esm2020/lib/modules/key-info/key-info-value.component.mjs +4 -4
  17. package/esm2020/lib/modules/key-info/key-info.component.mjs +4 -4
  18. package/esm2020/lib/modules/key-info/key-info.module.mjs +5 -5
  19. package/esm2020/lib/modules/label/label.component.mjs +4 -4
  20. package/esm2020/lib/modules/label/label.module.mjs +5 -5
  21. package/esm2020/lib/modules/shared/sky-indicators-resources.module.mjs +5 -5
  22. package/esm2020/lib/modules/status-indicator/status-indicator.component.mjs +4 -4
  23. package/esm2020/lib/modules/status-indicator/status-indicator.module.mjs +5 -5
  24. package/esm2020/lib/modules/text-highlight/text-highlight.directive.mjs +4 -4
  25. package/esm2020/lib/modules/text-highlight/text-highlight.module.mjs +5 -5
  26. package/esm2020/lib/modules/tokens/token.component.mjs +4 -4
  27. package/esm2020/lib/modules/tokens/tokens.component.mjs +4 -4
  28. package/esm2020/lib/modules/tokens/tokens.module.mjs +5 -5
  29. package/esm2020/lib/modules/wait/wait-adapter.service.mjs +4 -4
  30. package/esm2020/lib/modules/wait/wait-page-adapter.service.mjs +4 -4
  31. package/esm2020/lib/modules/wait/wait-page.component.mjs +4 -4
  32. package/esm2020/lib/modules/wait/wait.component.mjs +4 -4
  33. package/esm2020/lib/modules/wait/wait.module.mjs +5 -5
  34. package/esm2020/lib/modules/wait/wait.service.mjs +4 -4
  35. package/fesm2015/skyux-indicators.mjs +113 -113
  36. package/fesm2015/skyux-indicators.mjs.map +1 -1
  37. package/fesm2020/skyux-indicators.mjs +113 -113
  38. package/fesm2020/skyux-indicators.mjs.map +1 -1
  39. package/lib/modules/alert/alert.component.d.ts +1 -1
  40. package/lib/modules/chevron/chevron.component.d.ts +1 -1
  41. package/lib/modules/expansion-indicator/expansion-indicator.component.d.ts +1 -1
  42. package/lib/modules/help-inline/help-inline.component.d.ts +1 -1
  43. package/lib/modules/icon/icon-stack.component.d.ts +1 -1
  44. package/lib/modules/icon/icon.component.d.ts +1 -1
  45. package/lib/modules/key-info/key-info-label.component.d.ts +1 -1
  46. package/lib/modules/key-info/key-info-value.component.d.ts +1 -1
  47. package/lib/modules/key-info/key-info.component.d.ts +1 -1
  48. package/lib/modules/label/label.component.d.ts +1 -1
  49. package/lib/modules/status-indicator/status-indicator.component.d.ts +1 -1
  50. package/lib/modules/text-highlight/text-highlight.directive.d.ts +1 -1
  51. package/lib/modules/tokens/token.component.d.ts +1 -1
  52. package/lib/modules/tokens/tokens.component.d.ts +1 -1
  53. package/lib/modules/wait/wait-page.component.d.ts +1 -1
  54. package/lib/modules/wait/wait.component.d.ts +1 -1
  55. package/package.json +10 -10
@@ -45,5 +45,5 @@ export declare class SkyAlertComponent implements OnInit, OnDestroy {
45
45
  ngOnDestroy(): void;
46
46
  close(): void;
47
47
  static ɵfac: i0.ɵɵFactoryDeclaration<SkyAlertComponent, never>;
48
- static ɵcmp: i0.ɵɵComponentDeclaration<SkyAlertComponent, "sky-alert", never, { "alertType": "alertType"; "closeable": "closeable"; "closed": "closed"; "descriptionType": "descriptionType"; "customDescription": "customDescription"; }, { "closedChange": "closedChange"; }, never, ["*"], false>;
48
+ static ɵcmp: i0.ɵɵComponentDeclaration<SkyAlertComponent, "sky-alert", never, { "alertType": "alertType"; "closeable": "closeable"; "closed": "closed"; "descriptionType": "descriptionType"; "customDescription": "customDescription"; }, { "closedChange": "closedChange"; }, never, ["*"], false, never>;
49
49
  }
@@ -34,5 +34,5 @@ export declare class SkyChevronComponent {
34
34
  directionOrDefault: string;
35
35
  chevronClick(event: Event): void;
36
36
  static ɵfac: i0.ɵɵFactoryDeclaration<SkyChevronComponent, never>;
37
- static ɵcmp: i0.ɵɵComponentDeclaration<SkyChevronComponent, "sky-chevron", never, { "ariaControls": "ariaControls"; "ariaLabel": "ariaLabel"; "direction": "direction"; "disabled": "disabled"; }, { "directionChange": "directionChange"; }, never, never, false>;
37
+ static ɵcmp: i0.ɵɵComponentDeclaration<SkyChevronComponent, "sky-chevron", never, { "ariaControls": "ariaControls"; "ariaLabel": "ariaLabel"; "direction": "direction"; "disabled": "disabled"; }, { "directionChange": "directionChange"; }, never, never, false, never>;
38
38
  }
@@ -10,5 +10,5 @@ export declare class SkyExpansionIndicatorComponent {
10
10
  set direction(value: string | undefined);
11
11
  directionOrDefault: string;
12
12
  static ɵfac: i0.ɵɵFactoryDeclaration<SkyExpansionIndicatorComponent, never>;
13
- static ɵcmp: i0.ɵɵComponentDeclaration<SkyExpansionIndicatorComponent, "sky-expansion-indicator", never, { "direction": "direction"; }, {}, never, never, false>;
13
+ static ɵcmp: i0.ɵɵComponentDeclaration<SkyExpansionIndicatorComponent, "sky-expansion-indicator", never, { "direction": "direction"; }, {}, never, never, false, never>;
14
14
  }
@@ -7,5 +7,5 @@ export declare class SkyHelpInlineComponent {
7
7
  actionClick: EventEmitter<void>;
8
8
  onClick(): void;
9
9
  static ɵfac: i0.ɵɵFactoryDeclaration<SkyHelpInlineComponent, never>;
10
- static ɵcmp: i0.ɵɵComponentDeclaration<SkyHelpInlineComponent, "sky-help-inline", never, {}, { "actionClick": "actionClick"; }, never, never, false>;
10
+ static ɵcmp: i0.ɵɵComponentDeclaration<SkyHelpInlineComponent, "sky-help-inline", never, {}, { "actionClick": "actionClick"; }, never, never, false, never>;
11
11
  }
@@ -18,5 +18,5 @@ export declare class SkyIconStackComponent {
18
18
  */
19
19
  topIcon: SkyIconStackItem | undefined;
20
20
  static ɵfac: i0.ɵɵFactoryDeclaration<SkyIconStackComponent, never>;
21
- static ɵcmp: i0.ɵɵComponentDeclaration<SkyIconStackComponent, "sky-icon-stack", never, { "size": "size"; "baseIcon": "baseIcon"; "topIcon": "topIcon"; }, {}, never, never, false>;
21
+ static ɵcmp: i0.ɵɵComponentDeclaration<SkyIconStackComponent, "sky-icon-stack", never, { "size": "size"; "baseIcon": "baseIcon"; "topIcon": "topIcon"; }, {}, never, never, false, never>;
22
22
  }
@@ -32,5 +32,5 @@ export declare class SkyIconComponent {
32
32
  */
33
33
  variant: SkyIconVariantType | undefined;
34
34
  static ɵfac: i0.ɵɵFactoryDeclaration<SkyIconComponent, never>;
35
- static ɵcmp: i0.ɵɵComponentDeclaration<SkyIconComponent, "sky-icon", never, { "icon": "icon"; "iconType": "iconType"; "size": "size"; "fixedWidth": "fixedWidth"; "variant": "variant"; }, {}, never, never, false>;
35
+ static ɵcmp: i0.ɵɵComponentDeclaration<SkyIconComponent, "sky-icon", never, { "icon": "icon"; "iconType": "iconType"; "size": "size"; "fixedWidth": "fixedWidth"; "variant": "variant"; }, {}, never, never, false, never>;
36
36
  }
@@ -7,5 +7,5 @@ import * as i0 from "@angular/core";
7
7
  */
8
8
  export declare class SkyKeyInfoLabelComponent {
9
9
  static ɵfac: i0.ɵɵFactoryDeclaration<SkyKeyInfoLabelComponent, never>;
10
- static ɵcmp: i0.ɵɵComponentDeclaration<SkyKeyInfoLabelComponent, "sky-key-info-label", never, {}, {}, never, ["*"], false>;
10
+ static ɵcmp: i0.ɵɵComponentDeclaration<SkyKeyInfoLabelComponent, "sky-key-info-label", never, {}, {}, never, ["*"], false, never>;
11
11
  }
@@ -5,5 +5,5 @@ import * as i0 from "@angular/core";
5
5
  */
6
6
  export declare class SkyKeyInfoValueComponent {
7
7
  static ɵfac: i0.ɵɵFactoryDeclaration<SkyKeyInfoValueComponent, never>;
8
- static ɵcmp: i0.ɵɵComponentDeclaration<SkyKeyInfoValueComponent, "sky-key-info-value", never, {}, {}, never, ["*"], false>;
8
+ static ɵcmp: i0.ɵɵComponentDeclaration<SkyKeyInfoValueComponent, "sky-key-info-value", never, {}, {}, never, ["*"], false, never>;
9
9
  }
@@ -8,5 +8,5 @@ export declare class SkyKeyInfoComponent {
8
8
  */
9
9
  layout: SkyKeyInfoLayoutType | undefined;
10
10
  static ɵfac: i0.ɵɵFactoryDeclaration<SkyKeyInfoComponent, never>;
11
- static ɵcmp: i0.ɵɵComponentDeclaration<SkyKeyInfoComponent, "sky-key-info", never, { "layout": "layout"; }, {}, never, ["sky-key-info-value", "sky-key-info-label", ".sky-control-help"], false>;
11
+ static ɵcmp: i0.ɵɵComponentDeclaration<SkyKeyInfoComponent, "sky-key-info", never, { "layout": "layout"; }, {}, never, ["sky-key-info-value", "sky-key-info-label", ".sky-control-help"], false, never>;
12
12
  }
@@ -30,5 +30,5 @@ export declare class SkyLabelComponent implements OnDestroy, OnInit {
30
30
  ngOnInit(): void;
31
31
  ngOnDestroy(): void;
32
32
  static ɵfac: i0.ɵɵFactoryDeclaration<SkyLabelComponent, never>;
33
- static ɵcmp: i0.ɵɵComponentDeclaration<SkyLabelComponent, "sky-label", never, { "labelType": "labelType"; "descriptionType": "descriptionType"; "customDescription": "customDescription"; }, {}, never, ["*"], false>;
33
+ static ɵcmp: i0.ɵɵComponentDeclaration<SkyLabelComponent, "sky-label", never, { "labelType": "labelType"; "descriptionType": "descriptionType"; "customDescription": "customDescription"; }, {}, never, ["*"], false, never>;
34
34
  }
@@ -38,5 +38,5 @@ export declare class SkyStatusIndicatorComponent implements OnInit {
38
38
  constructor(changeDetector: ChangeDetectorRef, resources: SkyLibResourcesService);
39
39
  ngOnInit(): void;
40
40
  static ɵfac: i0.ɵɵFactoryDeclaration<SkyStatusIndicatorComponent, never>;
41
- static ɵcmp: i0.ɵɵComponentDeclaration<SkyStatusIndicatorComponent, "sky-status-indicator", never, { "indicatorType": "indicatorType"; "descriptionType": "descriptionType"; "customDescription": "customDescription"; }, {}, never, ["*", ".sky-control-help"], false>;
41
+ static ɵcmp: i0.ɵɵComponentDeclaration<SkyStatusIndicatorComponent, "sky-status-indicator", never, { "indicatorType": "indicatorType"; "descriptionType": "descriptionType"; "customDescription": "customDescription"; }, {}, never, ["*", ".sky-control-help"], false, never>;
42
42
  }
@@ -15,5 +15,5 @@ export declare class SkyTextHighlightDirective implements OnChanges, AfterViewIn
15
15
  ngAfterViewInit(): void;
16
16
  ngOnDestroy(): void;
17
17
  static ɵfac: i0.ɵɵFactoryDeclaration<SkyTextHighlightDirective, never>;
18
- static ɵdir: i0.ɵɵDirectiveDeclaration<SkyTextHighlightDirective, "[skyHighlight]", never, { "skyHighlight": "skyHighlight"; }, {}, never, never, false>;
18
+ static ɵdir: i0.ɵɵDirectiveDeclaration<SkyTextHighlightDirective, "[skyHighlight]", never, { "skyHighlight": "skyHighlight"; }, {}, never, never, false, never>;
19
19
  }
@@ -55,5 +55,5 @@ export declare class SkyTokenComponent {
55
55
  setTokenActive(tokenActive: boolean): void;
56
56
  setCloseActive(closeActive: boolean): void;
57
57
  static ɵfac: i0.ɵɵFactoryDeclaration<SkyTokenComponent, never>;
58
- static ɵcmp: i0.ɵɵComponentDeclaration<SkyTokenComponent, "sky-token", never, { "disabled": "disabled"; "ariaLabel": "ariaLabel"; "dismissible": "dismissible"; "focusable": "focusable"; "role": "role"; }, { "dismiss": "dismiss"; "tokenFocus": "tokenFocus"; }, never, ["*"], false>;
58
+ static ɵcmp: i0.ɵɵComponentDeclaration<SkyTokenComponent, "sky-token", never, { "disabled": "disabled"; "ariaLabel": "ariaLabel"; "dismissible": "dismissible"; "focusable": "focusable"; "role": "role"; }, { "dismiss": "dismiss"; "tokenFocus": "tokenFocus"; }, never, ["*"], false, never>;
59
59
  }
@@ -92,5 +92,5 @@ export declare class SkyTokensComponent implements OnDestroy {
92
92
  selectToken(token: SkyToken): void;
93
93
  removeToken(token: SkyToken): void;
94
94
  static ɵfac: i0.ɵɵFactoryDeclaration<SkyTokensComponent, never>;
95
- static ɵcmp: i0.ɵɵComponentDeclaration<SkyTokensComponent, "sky-tokens", never, { "disabled": "disabled"; "dismissible": "dismissible"; "displayWith": "displayWith"; "trackWith": "trackWith"; "focusable": "focusable"; "tokens": "tokens"; "messageStream": "messageStream"; }, { "focusIndexOverRange": "focusIndexOverRange"; "focusIndexUnderRange": "focusIndexUnderRange"; "tokenSelected": "tokenSelected"; "tokensChange": "tokensChange"; "tokensRendered": "tokensRendered"; }, never, ["*"], false>;
95
+ static ɵcmp: i0.ɵɵComponentDeclaration<SkyTokensComponent, "sky-tokens", never, { "disabled": "disabled"; "dismissible": "dismissible"; "displayWith": "displayWith"; "trackWith": "trackWith"; "focusable": "focusable"; "tokens": "tokens"; "messageStream": "messageStream"; }, { "focusIndexOverRange": "focusIndexOverRange"; "focusIndexUnderRange": "focusIndexUnderRange"; "tokenSelected": "tokenSelected"; "tokensChange": "tokensChange"; "tokensRendered": "tokensRendered"; }, never, ["*"], false, never>;
96
96
  }
@@ -6,5 +6,5 @@ export declare class SkyWaitPageComponent {
6
6
  hasBlockingWait: boolean | undefined;
7
7
  hasNonBlockingWait: boolean | undefined;
8
8
  static ɵfac: i0.ɵɵFactoryDeclaration<SkyWaitPageComponent, never>;
9
- static ɵcmp: i0.ɵɵComponentDeclaration<SkyWaitPageComponent, "sky-wait-page", never, { "hasBlockingWait": "hasBlockingWait"; "hasNonBlockingWait": "hasNonBlockingWait"; }, {}, never, never, false>;
9
+ static ɵcmp: i0.ɵɵComponentDeclaration<SkyWaitPageComponent, "sky-wait-page", never, { "hasBlockingWait": "hasBlockingWait"; "hasNonBlockingWait": "hasNonBlockingWait"; }, {}, never, never, false, never>;
10
10
  }
@@ -41,5 +41,5 @@ export declare class SkyWaitComponent implements OnInit, OnDestroy {
41
41
  ngOnInit(): void;
42
42
  ngOnDestroy(): void;
43
43
  static ɵfac: i0.ɵɵFactoryDeclaration<SkyWaitComponent, [null, null, { optional: true; }]>;
44
- static ɵcmp: i0.ɵɵComponentDeclaration<SkyWaitComponent, "sky-wait", never, { "ariaLabel": "ariaLabel"; "isWaiting": "isWaiting"; "isFullPage": "isFullPage"; "isNonBlocking": "isNonBlocking"; }, {}, never, never, false>;
44
+ static ɵcmp: i0.ɵɵComponentDeclaration<SkyWaitComponent, "sky-wait", never, { "ariaLabel": "ariaLabel"; "isWaiting": "isWaiting"; "isFullPage": "isFullPage"; "isNonBlocking": "isNonBlocking"; }, {}, never, never, false, never>;
45
45
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skyux/indicators",
3
- "version": "7.8.0",
3
+ "version": "8.0.0-alpha.0",
4
4
  "author": "Blackbaud, Inc.",
5
5
  "keywords": [
6
6
  "blackbaud",
@@ -40,15 +40,15 @@
40
40
  }
41
41
  },
42
42
  "peerDependencies": {
43
- "@angular/animations": "^14.2.11",
44
- "@angular/cdk": "^14.2.7",
45
- "@angular/common": "^14.2.11",
46
- "@angular/core": "^14.2.11",
47
- "@angular/platform-browser": "^14.2.11",
48
- "@skyux-sdk/testing": "7.8.0",
49
- "@skyux/core": "7.8.0",
50
- "@skyux/i18n": "7.8.0",
51
- "@skyux/theme": "7.8.0"
43
+ "@angular/animations": "^15.1.4",
44
+ "@angular/cdk": "^15.1.4",
45
+ "@angular/common": "^15.1.4",
46
+ "@angular/core": "^15.1.4",
47
+ "@angular/platform-browser": "^15.1.4",
48
+ "@skyux-sdk/testing": "8.0.0-alpha.0",
49
+ "@skyux/core": "8.0.0-alpha.0",
50
+ "@skyux/i18n": "8.0.0-alpha.0",
51
+ "@skyux/theme": "8.0.0-alpha.0"
52
52
  },
53
53
  "dependencies": {
54
54
  "tslib": "^2.3.1"