@skyux/indicators 9.14.0 → 9.15.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.
package/index.d.ts CHANGED
@@ -36,3 +36,4 @@ export { SkyTextHighlightDirective as λ11 } from './lib/modules/text-highlight/
36
36
  export { SkyTokenComponent as λ12 } from './lib/modules/tokens/token.component';
37
37
  export { SkyTokensComponent as λ13 } from './lib/modules/tokens/tokens.component';
38
38
  export { SkyWaitComponent as λ14 } from './lib/modules/wait/wait.component';
39
+ export { SkyTextHighlightDirective } from './lib/modules/text-highlight/text-highlight.directive';
@@ -13,5 +13,5 @@ export declare class SkyTextHighlightDirective implements OnChanges, AfterViewIn
13
13
  ngAfterViewInit(): void;
14
14
  ngOnDestroy(): void;
15
15
  static ɵfac: i0.ɵɵFactoryDeclaration<SkyTextHighlightDirective, never>;
16
- static ɵdir: i0.ɵɵDirectiveDeclaration<SkyTextHighlightDirective, "[skyHighlight]", never, { "skyHighlight": { "alias": "skyHighlight"; "required": false; }; }, {}, never, never, false, never>;
16
+ static ɵdir: i0.ɵɵDirectiveDeclaration<SkyTextHighlightDirective, "[skyHighlight]", never, { "skyHighlight": { "alias": "skyHighlight"; "required": false; }; }, {}, never, never, true, never>;
17
17
  }
@@ -2,6 +2,6 @@ import * as i0 from "@angular/core";
2
2
  import * as i1 from "./text-highlight.directive";
3
3
  export declare class SkyTextHighlightModule {
4
4
  static ɵfac: i0.ɵɵFactoryDeclaration<SkyTextHighlightModule, never>;
5
- static ɵmod: i0.ɵɵNgModuleDeclaration<SkyTextHighlightModule, [typeof i1.SkyTextHighlightDirective], never, [typeof i1.SkyTextHighlightDirective]>;
5
+ static ɵmod: i0.ɵɵNgModuleDeclaration<SkyTextHighlightModule, never, [typeof i1.SkyTextHighlightDirective], [typeof i1.SkyTextHighlightDirective]>;
6
6
  static ɵinj: i0.ɵɵInjectorDeclaration<SkyTextHighlightModule>;
7
7
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skyux/indicators",
3
- "version": "9.14.0",
3
+ "version": "9.15.0",
4
4
  "author": "Blackbaud, Inc.",
5
5
  "keywords": [
6
6
  "blackbaud",
@@ -41,10 +41,10 @@
41
41
  "@angular/common": "^16.2.9",
42
42
  "@angular/core": "^16.2.9",
43
43
  "@angular/platform-browser": "^16.2.9",
44
- "@skyux-sdk/testing": "9.14.0",
45
- "@skyux/core": "9.14.0",
46
- "@skyux/i18n": "9.14.0",
47
- "@skyux/theme": "9.14.0"
44
+ "@skyux-sdk/testing": "9.15.0",
45
+ "@skyux/core": "9.15.0",
46
+ "@skyux/i18n": "9.15.0",
47
+ "@skyux/theme": "9.15.0"
48
48
  },
49
49
  "dependencies": {
50
50
  "tslib": "^2.6.2"