@skyux/core 10.10.0 → 10.12.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.
@@ -1,15 +1,20 @@
1
1
  import { NgControl } from '@angular/forms';
2
2
  /**
3
+ * @deprecated
3
4
  * @internal
4
5
  */
5
6
  export declare class SkyFormsUtility {
6
- /** Coerces a data-bound value (typically a string) to a boolean. */
7
+ /**
8
+ * Coerces a data-bound value (typically a string) to a boolean.
9
+ * @deprecated Use the `booleanAttribute` transform instead.
10
+ */
7
11
  static coerceBooleanProperty(value: any): boolean;
8
12
  /**
9
13
  * Gets the required state of the checkbox.
10
14
  * Currently, Angular doesn't offer a way to get this easily, so we have to create an empty
11
15
  * control using the current validator to see if it throws a `required` validation error.
12
16
  * https://github.com/angular/angular/issues/13461#issuecomment-340368046
17
+ * @deprecated Use the host directive `SkyRequiredStateDirective` instead.
13
18
  */
14
19
  static hasRequiredValidation(ngControl: NgControl): boolean;
15
20
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skyux/core",
3
- "version": "10.10.0",
3
+ "version": "10.12.0",
4
4
  "author": "Blackbaud, Inc.",
5
5
  "keywords": [
6
6
  "blackbaud",
@@ -42,7 +42,7 @@
42
42
  "@angular/forms": "^17.3.4",
43
43
  "@angular/platform-browser": "^17.3.4",
44
44
  "@angular/router": "^17.3.4",
45
- "@skyux/i18n": "10.10.0"
45
+ "@skyux/i18n": "10.12.0"
46
46
  },
47
47
  "dependencies": {
48
48
  "tslib": "^2.6.2"