@skyux/layout 13.0.0-alpha.2 → 13.0.0-alpha.4
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
|
@@ -132,24 +132,13 @@ declare class SkyActionButtonHeaderComponent {
|
|
|
132
132
|
* Specifies an icon to display on the action button.
|
|
133
133
|
*/
|
|
134
134
|
declare class SkyActionButtonIconComponent {
|
|
135
|
-
/**
|
|
136
|
-
* The icon from the
|
|
137
|
-
* [Font Awesome library](https://fontawesome.com/v4.7.0/).
|
|
138
|
-
* For example, to display the `fa-filter` icon on the action button,
|
|
139
|
-
* set `iconType` to `filter`. SKY UX supports version 4.7.0 of Font Awesome.
|
|
140
|
-
* For more information about icons in SKY UX, see the
|
|
141
|
-
* [icon component](https://developer.blackbaud.com/skyux/components/icon).
|
|
142
|
-
* @deprecated Use `iconName` instead.
|
|
143
|
-
*/
|
|
144
|
-
iconType: string | undefined;
|
|
145
135
|
/**
|
|
146
136
|
* The name of the Blackbaud SVG icon to display.
|
|
147
137
|
*/
|
|
148
|
-
iconName: string
|
|
138
|
+
iconName: string;
|
|
149
139
|
protected readonly breakpoint: i0.Signal<"xs" | "sm" | "md" | "lg" | undefined>;
|
|
150
|
-
protected fontSizeClass: i0.Signal<"2x" | "3x">;
|
|
151
140
|
static ɵfac: i0.ɵɵFactoryDeclaration<SkyActionButtonIconComponent, never>;
|
|
152
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SkyActionButtonIconComponent, "sky-action-button-icon", never, { "
|
|
141
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SkyActionButtonIconComponent, "sky-action-button-icon", never, { "iconName": { "alias": "iconName"; "required": true; }; }, {}, never, never, true, never>;
|
|
153
142
|
}
|
|
154
143
|
|
|
155
144
|
declare class SkyActionButtonModule {
|
|
@@ -396,7 +385,7 @@ declare class SkyBoxModule {
|
|
|
396
385
|
*/
|
|
397
386
|
declare class SkyCardActionsComponent {
|
|
398
387
|
static ɵfac: i0.ɵɵFactoryDeclaration<SkyCardActionsComponent, never>;
|
|
399
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SkyCardActionsComponent, "sky-card-actions", never, {}, {}, never, ["*"], false,
|
|
388
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SkyCardActionsComponent, "sky-card-actions", never, {}, {}, never, ["*"], false, [{ directive: typeof i1.SkyThemeComponentClassDirective; inputs: {}; outputs: {}; }]>;
|
|
400
389
|
}
|
|
401
390
|
|
|
402
391
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@skyux/layout",
|
|
3
|
-
"version": "13.0.0-alpha.
|
|
3
|
+
"version": "13.0.0-alpha.4",
|
|
4
4
|
"author": "Blackbaud, Inc.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"blackbaud",
|
|
@@ -23,16 +23,16 @@
|
|
|
23
23
|
"@angular/forms": "^20.0.5",
|
|
24
24
|
"@angular/platform-browser": "^20.0.5",
|
|
25
25
|
"@angular/router": "^20.0.5",
|
|
26
|
-
"@skyux-sdk/testing": "13.0.0-alpha.
|
|
27
|
-
"@skyux/core": "13.0.0-alpha.
|
|
28
|
-
"@skyux/forms": "13.0.0-alpha.
|
|
29
|
-
"@skyux/help-inline": "13.0.0-alpha.
|
|
30
|
-
"@skyux/i18n": "13.0.0-alpha.
|
|
31
|
-
"@skyux/icon": "13.0.0-alpha.
|
|
32
|
-
"@skyux/indicators": "13.0.0-alpha.
|
|
33
|
-
"@skyux/modals": "13.0.0-alpha.
|
|
34
|
-
"@skyux/router": "13.0.0-alpha.
|
|
35
|
-
"@skyux/theme": "13.0.0-alpha.
|
|
26
|
+
"@skyux-sdk/testing": "13.0.0-alpha.4",
|
|
27
|
+
"@skyux/core": "13.0.0-alpha.4",
|
|
28
|
+
"@skyux/forms": "13.0.0-alpha.4",
|
|
29
|
+
"@skyux/help-inline": "13.0.0-alpha.4",
|
|
30
|
+
"@skyux/i18n": "13.0.0-alpha.4",
|
|
31
|
+
"@skyux/icon": "13.0.0-alpha.4",
|
|
32
|
+
"@skyux/indicators": "13.0.0-alpha.4",
|
|
33
|
+
"@skyux/modals": "13.0.0-alpha.4",
|
|
34
|
+
"@skyux/router": "13.0.0-alpha.4",
|
|
35
|
+
"@skyux/theme": "13.0.0-alpha.4"
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
38
|
"tslib": "^2.8.1"
|