@skyux/core 8.0.0-alpha.11 → 8.0.0-alpha.13

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.
@@ -41,6 +41,7 @@ export interface SkyNumericOptions {
41
41
  /**
42
42
  * Provides arguments for the number to format.
43
43
  * @deprecated Use the `SkyNumericOptions` interface instead.
44
+ * @internal
44
45
  */
45
46
  export declare class NumericOptions implements SkyNumericOptions {
46
47
  digits?: number;
@@ -51,4 +52,5 @@ export declare class NumericOptions implements SkyNumericOptions {
51
52
  minDigits?: number;
52
53
  truncate?: boolean;
53
54
  truncateAfter?: number;
55
+ constructor();
54
56
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skyux/core",
3
- "version": "8.0.0-alpha.11",
3
+ "version": "8.0.0-alpha.13",
4
4
  "author": "Blackbaud, Inc.",
5
5
  "keywords": [
6
6
  "blackbaud",
@@ -45,7 +45,7 @@
45
45
  "@angular/core": "^15.2.1",
46
46
  "@angular/platform-browser": "^15.2.1",
47
47
  "@angular/router": "^15.2.1",
48
- "@skyux/i18n": "8.0.0-alpha.11"
48
+ "@skyux/i18n": "8.0.0-alpha.13"
49
49
  },
50
50
  "dependencies": {
51
51
  "tslib": "^2.5.0"