@skyux/forms 13.1.0 → 13.3.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
@@ -711,6 +711,7 @@ declare class SkyFileAttachmentComponent implements AfterViewInit, AfterContentI
711
711
  ngAfterViewInit(): void;
712
712
  ngAfterContentInit(): void;
713
713
  onButtonBlur(): void;
714
+ onFileCancel(): void;
714
715
  onDropClicked(): void;
715
716
  fileChangeEvent(fileChangeEvent: Event): void;
716
717
  fileDragEnter(dragEnterEvent: DragEvent): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skyux/forms",
3
- "version": "13.1.0",
3
+ "version": "13.3.0",
4
4
  "author": "Blackbaud, Inc.",
5
5
  "keywords": [
6
6
  "blackbaud",
@@ -21,14 +21,14 @@
21
21
  "@angular/core": "^20.3.0",
22
22
  "@angular/forms": "^20.3.0",
23
23
  "@angular/platform-browser": "^20.3.0",
24
- "@skyux-sdk/testing": "13.1.0",
25
- "@skyux/core": "13.1.0",
26
- "@skyux/help-inline": "13.1.0",
27
- "@skyux/i18n": "13.1.0",
28
- "@skyux/icon": "13.1.0",
29
- "@skyux/indicators": "13.1.0",
30
- "@skyux/popovers": "13.1.0",
31
- "@skyux/theme": "13.1.0"
24
+ "@skyux-sdk/testing": "13.3.0",
25
+ "@skyux/core": "13.3.0",
26
+ "@skyux/help-inline": "13.3.0",
27
+ "@skyux/i18n": "13.3.0",
28
+ "@skyux/icon": "13.3.0",
29
+ "@skyux/indicators": "13.3.0",
30
+ "@skyux/popovers": "13.3.0",
31
+ "@skyux/theme": "13.3.0"
32
32
  },
33
33
  "dependencies": {
34
34
  "tslib": "^2.8.1"