@skyux/indicators 6.17.1 → 7.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 (58) hide show
  1. package/esm2020/lib/modules/alert/alert.component.mjs +6 -6
  2. package/esm2020/lib/modules/alert/alert.module.mjs +9 -11
  3. package/esm2020/lib/modules/chevron/chevron.component.mjs +6 -6
  4. package/esm2020/lib/modules/chevron/chevron.module.mjs +9 -11
  5. package/esm2020/lib/modules/expansion-indicator/expansion-indicator.component.mjs +3 -3
  6. package/esm2020/lib/modules/expansion-indicator/expansion-indicator.module.mjs +5 -5
  7. package/esm2020/lib/modules/help-inline/help-inline.component.mjs +3 -3
  8. package/esm2020/lib/modules/help-inline/help-inline.module.mjs +9 -11
  9. package/esm2020/lib/modules/icon/icon-class-list.pipe.mjs +3 -3
  10. package/esm2020/lib/modules/icon/icon-resolver.service.mjs +3 -3
  11. package/esm2020/lib/modules/icon/icon-stack.component.mjs +3 -3
  12. package/esm2020/lib/modules/icon/icon.component.mjs +3 -3
  13. package/esm2020/lib/modules/icon/icon.module.mjs +5 -5
  14. package/esm2020/lib/modules/key-info/key-info-label.component.mjs +3 -3
  15. package/esm2020/lib/modules/key-info/key-info-value.component.mjs +3 -3
  16. package/esm2020/lib/modules/key-info/key-info.component.mjs +3 -3
  17. package/esm2020/lib/modules/key-info/key-info.module.mjs +5 -5
  18. package/esm2020/lib/modules/label/label.component.mjs +6 -6
  19. package/esm2020/lib/modules/label/label.module.mjs +8 -10
  20. package/esm2020/lib/modules/shared/sky-indicators-resources.module.mjs +4 -4
  21. package/esm2020/lib/modules/status-indicator/status-indicator.component.mjs +6 -6
  22. package/esm2020/lib/modules/status-indicator/status-indicator.module.mjs +9 -11
  23. package/esm2020/lib/modules/text-highlight/text-highlight.directive.mjs +3 -3
  24. package/esm2020/lib/modules/text-highlight/text-highlight.module.mjs +4 -4
  25. package/esm2020/lib/modules/tokens/token.component.mjs +5 -5
  26. package/esm2020/lib/modules/tokens/tokens.component.mjs +6 -6
  27. package/esm2020/lib/modules/tokens/tokens.module.mjs +8 -10
  28. package/esm2020/lib/modules/wait/wait-adapter.service.mjs +3 -3
  29. package/esm2020/lib/modules/wait/wait-page-adapter.service.mjs +3 -3
  30. package/esm2020/lib/modules/wait/wait-page.component.mjs +3 -3
  31. package/esm2020/lib/modules/wait/wait.component.mjs +3 -3
  32. package/esm2020/lib/modules/wait/wait.module.mjs +5 -5
  33. package/esm2020/lib/modules/wait/wait.service.mjs +3 -3
  34. package/fesm2015/skyux-indicators.mjs +133 -145
  35. package/fesm2015/skyux-indicators.mjs.map +1 -1
  36. package/fesm2020/skyux-indicators.mjs +133 -145
  37. package/fesm2020/skyux-indicators.mjs.map +1 -1
  38. package/lib/modules/alert/alert.component.d.ts +1 -1
  39. package/lib/modules/chevron/chevron.component.d.ts +1 -1
  40. package/lib/modules/expansion-indicator/expansion-indicator.component.d.ts +1 -1
  41. package/lib/modules/help-inline/help-inline.component.d.ts +1 -1
  42. package/lib/modules/icon/icon-class-list.pipe.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 +13 -13
  56. package/testing/{skyux-indicators-testing.d.ts → index.d.ts} +0 -0
  57. package/skyux-indicators.d.ts +0 -5
  58. package/testing/package.json +0 -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, ["*"]>;
48
+ static ɵcmp: i0.ɵɵComponentDeclaration<SkyAlertComponent, "sky-alert", never, { "alertType": "alertType"; "closeable": "closeable"; "closed": "closed"; "descriptionType": "descriptionType"; "customDescription": "customDescription"; }, { "closedChange": "closedChange"; }, never, ["*"], false>;
49
49
  }
@@ -32,5 +32,5 @@ export declare class SkyChevronComponent {
32
32
  directionOrDefault: string;
33
33
  chevronClick(event: Event): void;
34
34
  static ɵfac: i0.ɵɵFactoryDeclaration<SkyChevronComponent, never>;
35
- static ɵcmp: i0.ɵɵComponentDeclaration<SkyChevronComponent, "sky-chevron", never, { "ariaControls": "ariaControls"; "ariaLabel": "ariaLabel"; "direction": "direction"; "disabled": "disabled"; }, { "directionChange": "directionChange"; }, never, never>;
35
+ static ɵcmp: i0.ɵɵComponentDeclaration<SkyChevronComponent, "sky-chevron", never, { "ariaControls": "ariaControls"; "ariaLabel": "ariaLabel"; "direction": "direction"; "disabled": "disabled"; }, { "directionChange": "directionChange"; }, never, never, false>;
36
36
  }
@@ -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>;
13
+ static ɵcmp: i0.ɵɵComponentDeclaration<SkyExpansionIndicatorComponent, "sky-expansion-indicator", never, { "direction": "direction"; }, {}, never, never, false>;
14
14
  }
@@ -7,5 +7,5 @@ export declare class SkyHelpInlineComponent {
7
7
  actionClick: EventEmitter<any>;
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>;
10
+ static ɵcmp: i0.ɵɵComponentDeclaration<SkyHelpInlineComponent, "sky-help-inline", never, {}, { "actionClick": "actionClick"; }, never, never, false>;
11
11
  }
@@ -10,5 +10,5 @@ export declare class SkyIconClassListPipe implements PipeTransform {
10
10
  constructor(resolver: SkyIconResolverService);
11
11
  transform(icon: string, iconType?: string, size?: string, fixedWidth?: boolean, variant?: SkyIconVariantType): string[];
12
12
  static ɵfac: i0.ɵɵFactoryDeclaration<SkyIconClassListPipe, never>;
13
- static ɵpipe: i0.ɵɵPipeDeclaration<SkyIconClassListPipe, "skyIconClassList">;
13
+ static ɵpipe: i0.ɵɵPipeDeclaration<SkyIconClassListPipe, "skyIconClassList", false>;
14
14
  }
@@ -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>;
21
+ static ɵcmp: i0.ɵɵComponentDeclaration<SkyIconStackComponent, "sky-icon-stack", never, { "size": "size"; "baseIcon": "baseIcon"; "topIcon": "topIcon"; }, {}, never, never, false>;
22
22
  }
@@ -32,5 +32,5 @@ export declare class SkyIconComponent {
32
32
  */
33
33
  variant: SkyIconVariantType;
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>;
35
+ static ɵcmp: i0.ɵɵComponentDeclaration<SkyIconComponent, "sky-icon", never, { "icon": "icon"; "iconType": "iconType"; "size": "size"; "fixedWidth": "fixedWidth"; "variant": "variant"; }, {}, never, never, false>;
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, ["*"]>;
10
+ static ɵcmp: i0.ɵɵComponentDeclaration<SkyKeyInfoLabelComponent, "sky-key-info-label", never, {}, {}, never, ["*"], false>;
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, ["*"]>;
8
+ static ɵcmp: i0.ɵɵComponentDeclaration<SkyKeyInfoValueComponent, "sky-key-info-value", never, {}, {}, never, ["*"], false>;
9
9
  }
@@ -7,5 +7,5 @@ export declare class SkyKeyInfoComponent {
7
7
  */
8
8
  layout: string | undefined;
9
9
  static ɵfac: i0.ɵɵFactoryDeclaration<SkyKeyInfoComponent, never>;
10
- static ɵcmp: i0.ɵɵComponentDeclaration<SkyKeyInfoComponent, "sky-key-info", never, { "layout": "layout"; }, {}, never, ["sky-key-info-value", "sky-key-info-label", ".sky-control-help"]>;
10
+ 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
11
  }
@@ -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, ["*"]>;
33
+ static ɵcmp: i0.ɵɵComponentDeclaration<SkyLabelComponent, "sky-label", never, { "labelType": "labelType"; "descriptionType": "descriptionType"; "customDescription": "customDescription"; }, {}, never, ["*"], false>;
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"]>;
41
+ static ɵcmp: i0.ɵɵComponentDeclaration<SkyStatusIndicatorComponent, "sky-status-indicator", never, { "indicatorType": "indicatorType"; "descriptionType": "descriptionType"; "customDescription": "customDescription"; }, {}, never, ["*", ".sky-control-help"], false>;
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>;
18
+ static ɵdir: i0.ɵɵDirectiveDeclaration<SkyTextHighlightDirective, "[skyHighlight]", never, { "skyHighlight": "skyHighlight"; }, {}, never, never, false>;
19
19
  }
@@ -64,5 +64,5 @@ export declare class SkyTokenComponent {
64
64
  setCloseActive(closeActive: boolean): void;
65
65
  private getString;
66
66
  static ɵfac: i0.ɵɵFactoryDeclaration<SkyTokenComponent, never>;
67
- static ɵcmp: i0.ɵɵComponentDeclaration<SkyTokenComponent, "sky-token", never, { "disabled": "disabled"; "ariaLabel": "ariaLabel"; "dismissible": "dismissible"; "focusable": "focusable"; }, { "dismiss": "dismiss"; "tokenFocus": "tokenFocus"; }, never, ["*"]>;
67
+ static ɵcmp: i0.ɵɵComponentDeclaration<SkyTokenComponent, "sky-token", never, { "disabled": "disabled"; "ariaLabel": "ariaLabel"; "dismissible": "dismissible"; "focusable": "focusable"; }, { "dismiss": "dismiss"; "tokenFocus": "tokenFocus"; }, never, ["*"], false>;
68
68
  }
@@ -103,5 +103,5 @@ export declare class SkyTokensComponent implements OnDestroy {
103
103
  private initMessageStream;
104
104
  private notifyTokenSelected;
105
105
  static ɵfac: i0.ɵɵFactoryDeclaration<SkyTokensComponent, never>;
106
- 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"; }, never, ["*"]>;
106
+ 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"; }, never, ["*"], false>;
107
107
  }
@@ -6,5 +6,5 @@ export declare class SkyWaitPageComponent {
6
6
  hasBlockingWait: boolean;
7
7
  hasNonBlockingWait: boolean;
8
8
  static ɵfac: i0.ɵɵFactoryDeclaration<SkyWaitPageComponent, never>;
9
- static ɵcmp: i0.ɵɵComponentDeclaration<SkyWaitPageComponent, "sky-wait-page", never, { "hasBlockingWait": "hasBlockingWait"; "hasNonBlockingWait": "hasNonBlockingWait"; }, {}, never, never>;
9
+ static ɵcmp: i0.ɵɵComponentDeclaration<SkyWaitPageComponent, "sky-wait-page", never, { "hasBlockingWait": "hasBlockingWait"; "hasNonBlockingWait": "hasNonBlockingWait"; }, {}, never, never, false>;
10
10
  }
@@ -44,5 +44,5 @@ export declare class SkyWaitComponent implements OnInit {
44
44
  ngOnInit(): void;
45
45
  private publishAriaLabel;
46
46
  static ɵfac: i0.ɵɵFactoryDeclaration<SkyWaitComponent, [null, null, { optional: true; }]>;
47
- static ɵcmp: i0.ɵɵComponentDeclaration<SkyWaitComponent, "sky-wait", never, { "ariaLabel": "ariaLabel"; "isWaiting": "isWaiting"; "isFullPage": "isFullPage"; "isNonBlocking": "isNonBlocking"; }, {}, never, never>;
47
+ static ɵcmp: i0.ɵɵComponentDeclaration<SkyWaitComponent, "sky-wait", never, { "ariaLabel": "ariaLabel"; "isWaiting": "isWaiting"; "isFullPage": "isFullPage"; "isNonBlocking": "isNonBlocking"; }, {}, never, never, false>;
48
48
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skyux/indicators",
3
- "version": "6.17.1",
3
+ "version": "7.0.0-alpha.0",
4
4
  "author": "Blackbaud, Inc.",
5
5
  "keywords": [
6
6
  "blackbaud",
@@ -20,7 +20,7 @@
20
20
  "default": "./package.json"
21
21
  },
22
22
  ".": {
23
- "types": "./skyux-indicators.d.ts",
23
+ "types": "./index.d.ts",
24
24
  "esm2020": "./esm2020/skyux-indicators.mjs",
25
25
  "es2020": "./fesm2020/skyux-indicators.mjs",
26
26
  "es2015": "./fesm2015/skyux-indicators.mjs",
@@ -28,7 +28,7 @@
28
28
  "default": "./fesm2020/skyux-indicators.mjs"
29
29
  },
30
30
  "./testing": {
31
- "types": "./testing/skyux-indicators-testing.d.ts",
31
+ "types": "./testing/index.d.ts",
32
32
  "esm2020": "./esm2020/testing/skyux-indicators-testing.mjs",
33
33
  "es2020": "./fesm2020/skyux-indicators-testing.mjs",
34
34
  "es2015": "./fesm2015/skyux-indicators-testing.mjs",
@@ -40,15 +40,15 @@
40
40
  }
41
41
  },
42
42
  "peerDependencies": {
43
- "@angular/animations": "^13.3.2",
44
- "@angular/cdk": "^13.3.2",
45
- "@angular/common": "^13.3.2",
46
- "@angular/core": "^13.3.2",
47
- "@angular/platform-browser": "^13.3.2",
48
- "@skyux-sdk/testing": "6.17.1",
49
- "@skyux/core": "6.17.1",
50
- "@skyux/i18n": "6.17.1",
51
- "@skyux/theme": "6.17.1"
43
+ "@angular/animations": "^14.2.0",
44
+ "@angular/cdk": "^14.2.0",
45
+ "@angular/common": "^14.2.0",
46
+ "@angular/core": "^14.2.0",
47
+ "@angular/platform-browser": "^14.2.0",
48
+ "@skyux-sdk/testing": "7.0.0-alpha.0",
49
+ "@skyux/core": "7.0.0-alpha.0",
50
+ "@skyux/i18n": "7.0.0-alpha.0",
51
+ "@skyux/theme": "7.0.0-alpha.0"
52
52
  },
53
53
  "dependencies": {
54
54
  "tslib": "^2.3.1"
@@ -58,6 +58,6 @@
58
58
  "esm2020": "esm2020/skyux-indicators.mjs",
59
59
  "fesm2020": "fesm2020/skyux-indicators.mjs",
60
60
  "fesm2015": "fesm2015/skyux-indicators.mjs",
61
- "typings": "skyux-indicators.d.ts",
61
+ "typings": "index.d.ts",
62
62
  "sideEffects": false
63
63
  }
@@ -1,5 +0,0 @@
1
- /**
2
- * Generated bundle index. Do not edit.
3
- */
4
- /// <amd-module name="@skyux/indicators" />
5
- export * from './index';
@@ -1,10 +0,0 @@
1
- {
2
- "module": "../fesm2015/skyux-indicators-testing.mjs",
3
- "es2020": "../fesm2020/skyux-indicators-testing.mjs",
4
- "esm2020": "../esm2020/testing/skyux-indicators-testing.mjs",
5
- "fesm2020": "../fesm2020/skyux-indicators-testing.mjs",
6
- "fesm2015": "../fesm2015/skyux-indicators-testing.mjs",
7
- "typings": "skyux-indicators-testing.d.ts",
8
- "sideEffects": false,
9
- "name": "@skyux/indicators/testing"
10
- }