@skyux/forms 10.15.0 → 10.17.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.
@@ -32,35 +32,29 @@ export declare class SkyFileAttachmentComponent implements AfterViewInit, AfterC
32
32
  * The content of the help popover. When specified along with `labelText`, a [help inline](https://developer.blackbaud.com/skyux/components/help-inline)
33
33
  * button is added to the single file attachment label. The help inline button displays a [popover](https://developer.blackbaud.com/skyux/components/popover)
34
34
  * when clicked using the specified content and optional title.
35
- * @preview
36
35
  */
37
36
  helpPopoverContent: string | TemplateRef<unknown> | undefined;
38
37
  /**
39
38
  * The title of the help popover. This property only applies when `helpPopoverContent` is
40
39
  * also specified.
41
- * @preview
42
40
  */
43
41
  helpPopoverTitle: string | undefined;
44
42
  /**
45
43
  * A help key that identifies the global help content to display. When specified, a [help inline](https://developer.blackbaud.com/skyux/components/help-inline) button is
46
44
  * placed beside the single file attachment label. Clicking the button invokes global help as configured by the application.
47
- * @preview
48
45
  */
49
46
  helpKey: string | undefined;
50
47
  /**
51
48
  * The text to display as the file attachment's label.
52
- * @preview
53
49
  */
54
50
  labelText: string | undefined;
55
51
  /**
56
52
  * Whether to hide `labelText` from view.
57
- * @preview
58
53
  */
59
54
  labelHidden: boolean;
60
55
  /**
61
56
  * [Persistent inline help text](https://developer.blackbaud.com/skyux/design/guidelines/user-assistance#inline-help) that provides
62
57
  * additional context to the user.
63
- * @preview
64
58
  */
65
59
  hintText: string | undefined;
66
60
  /**
@@ -78,7 +72,6 @@ export declare class SkyFileAttachmentComponent implements AfterViewInit, AfterC
78
72
  /**
79
73
  * Whether the single file attachment is stacked on another form component. When specified,
80
74
  * the appropriate vertical spacing is automatically added to the single file attachment.
81
- * @preview
82
75
  */
83
76
  stacked: boolean;
84
77
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skyux/forms",
3
- "version": "10.15.0",
3
+ "version": "10.17.0",
4
4
  "author": "Blackbaud, Inc.",
5
5
  "keywords": [
6
6
  "blackbaud",
@@ -41,13 +41,13 @@
41
41
  "@angular/core": "^17.3.4",
42
42
  "@angular/forms": "^17.3.4",
43
43
  "@angular/platform-browser": "^17.3.4",
44
- "@skyux-sdk/testing": "10.15.0",
45
- "@skyux/core": "10.15.0",
46
- "@skyux/help-inline": "10.15.0",
47
- "@skyux/i18n": "10.15.0",
48
- "@skyux/indicators": "10.15.0",
49
- "@skyux/popovers": "10.15.0",
50
- "@skyux/theme": "10.15.0"
44
+ "@skyux-sdk/testing": "10.17.0",
45
+ "@skyux/core": "10.17.0",
46
+ "@skyux/help-inline": "10.17.0",
47
+ "@skyux/i18n": "10.17.0",
48
+ "@skyux/indicators": "10.17.0",
49
+ "@skyux/popovers": "10.17.0",
50
+ "@skyux/theme": "10.17.0"
51
51
  },
52
52
  "dependencies": {
53
53
  "tslib": "^2.6.2"