@skyux/core 8.0.0-alpha.3 → 8.0.0-alpha.5

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.
@@ -3,14 +3,23 @@ import { SkyLogDeprecatedArgs } from './types/log-deprecation-args';
3
3
  import { SkyLogLevel } from './types/log-level';
4
4
  import * as i0 from "@angular/core";
5
5
  /**
6
- * Logs information to the console based on the application's log level as provided by the `SKY_LOG_LEVEL` injection token. If no token is provided, only `error` logs will be shown.
6
+ * Logs information to the console based on the application's log level as
7
+ * provided by the `SKY_LOG_LEVEL` injection token. If no token is provided,
8
+ * only `error` logs will be shown.
7
9
  * @internal
8
10
  */
9
11
  export declare class SkyLogService {
10
12
  #private;
11
13
  constructor(formatter: SkyAppFormat, applicationLogLevel?: SkyLogLevel);
12
14
  /**
13
- * Logs a deprecation warning for a class, property, function, etc. This will be logged as a console warning unless a different log level is given in the the `args` parameter.
15
+ * Clears previously-logged messages. Primarily used for unit
16
+ * testing this service.
17
+ */
18
+ static clearPreviousLogs(): void;
19
+ /**
20
+ * Logs a deprecation warning for a class, property, function, etc. This will
21
+ * be logged as a console warning unless a different log level is given in the
22
+ * `args` parameter.
14
23
  * @param name The name of the deprecated class, property, function, etc.
15
24
  * @param args Information about the deprecation and replacement recommendations.
16
25
  * @returns
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skyux/core",
3
- "version": "8.0.0-alpha.3",
3
+ "version": "8.0.0-alpha.5",
4
4
  "author": "Blackbaud, Inc.",
5
5
  "keywords": [
6
6
  "blackbaud",
@@ -45,7 +45,7 @@
45
45
  "@angular/core": "^15.1.4",
46
46
  "@angular/platform-browser": "^15.1.4",
47
47
  "@angular/router": "^15.1.4",
48
- "@skyux/i18n": "8.0.0-alpha.3"
48
+ "@skyux/i18n": "8.0.0-alpha.5"
49
49
  },
50
50
  "dependencies": {
51
51
  "tslib": "^2.3.1"