@skyux/layout 10.32.0 → 10.34.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/documentation.json +1450 -1287
- package/esm2022/lib/modules/action-button/action-button-container.component.mjs +4 -3
- package/esm2022/lib/modules/action-button/action-button-header.component.mjs +4 -3
- package/esm2022/lib/modules/action-button/action-button-icon.component.mjs +3 -3
- package/esm2022/lib/modules/action-button/action-button.component.mjs +3 -3
- package/esm2022/lib/modules/description-list/description-list-content.component.mjs +9 -3
- package/esm2022/lib/modules/description-list/description-list-term.component.mjs +13 -5
- package/esm2022/lib/modules/description-list/description-list.component.mjs +2 -2
- package/esm2022/lib/modules/description-list/description-list.module.mjs +9 -2
- package/fesm2022/skyux-layout.mjs +34 -15
- package/fesm2022/skyux-layout.mjs.map +1 -1
- package/lib/modules/action-button/action-button-container.component.d.ts +2 -1
- package/lib/modules/action-button/action-button-header.component.d.ts +2 -1
- package/lib/modules/description-list/description-list-content.component.d.ts +21 -2
- package/lib/modules/description-list/description-list-term.component.d.ts +2 -0
- package/lib/modules/description-list/description-list.module.d.ts +5 -4
- package/package.json +11 -10
|
@@ -5,6 +5,7 @@ import { SkyActionButtonAdapterService } from './action-button-adapter-service';
|
|
|
5
5
|
import { SkyActionButtonComponent } from './action-button.component';
|
|
6
6
|
import { SkyActionButtonContainerAlignItemsType } from './types/action-button-container-align-items-type';
|
|
7
7
|
import * as i0 from "@angular/core";
|
|
8
|
+
import * as i1 from "@skyux/theme";
|
|
8
9
|
/**
|
|
9
10
|
* Wraps action buttons to ensures that they have consistent height and spacing.
|
|
10
11
|
* @required
|
|
@@ -27,5 +28,5 @@ export declare class SkyActionButtonContainerComponent implements AfterViewInit,
|
|
|
27
28
|
onContentChange(): void;
|
|
28
29
|
onWindowResize(): void;
|
|
29
30
|
static ɵfac: i0.ɵɵFactoryDeclaration<SkyActionButtonContainerComponent, [null, null, null, null, { optional: true; }]>;
|
|
30
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SkyActionButtonContainerComponent, "sky-action-button-container", never, { "alignItems": { "alias": "alignItems"; "required": false; }; }, {}, ["actionButtons"], ["*"], false,
|
|
31
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SkyActionButtonContainerComponent, "sky-action-button-container", never, { "alignItems": { "alias": "alignItems"; "required": false; }; }, {}, ["actionButtons"], ["*"], false, [{ directive: typeof i1.SkyThemeComponentClassDirective; inputs: {}; outputs: {}; }]>;
|
|
31
32
|
}
|
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "@skyux/theme";
|
|
2
3
|
/**
|
|
3
4
|
* Specifies a header to display on an action button.
|
|
4
5
|
*/
|
|
5
6
|
export declare class SkyActionButtonHeaderComponent {
|
|
6
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<SkyActionButtonHeaderComponent, never>;
|
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SkyActionButtonHeaderComponent, "sky-action-button-header", never, {}, {}, never, ["*"], false,
|
|
8
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SkyActionButtonHeaderComponent, "sky-action-button-header", never, {}, {}, never, ["*"], false, [{ directive: typeof i1.SkyThemeComponentClassDirective; inputs: {}; outputs: {}; }]>;
|
|
8
9
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { QueryList } from '@angular/core';
|
|
1
|
+
import { QueryList, TemplateRef } from '@angular/core';
|
|
2
2
|
import { SkyDescriptionListDescriptionComponent } from './description-list-description.component';
|
|
3
3
|
import { SkyDescriptionListTermComponent } from './description-list-term.component';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
@@ -8,6 +8,25 @@ import * as i0 from "@angular/core";
|
|
|
8
8
|
export declare class SkyDescriptionListContentComponent {
|
|
9
9
|
termComponents: QueryList<SkyDescriptionListTermComponent> | undefined;
|
|
10
10
|
descriptionComponents: QueryList<SkyDescriptionListDescriptionComponent> | undefined;
|
|
11
|
+
/**
|
|
12
|
+
* 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
|
|
13
|
+
* placed beside the description list content label. Clicking the button invokes global help as configured by the application.
|
|
14
|
+
* @preview
|
|
15
|
+
*/
|
|
16
|
+
helpKey: string | undefined;
|
|
17
|
+
/**
|
|
18
|
+
* The content of the help popover. When specified, a [help inline](https://developer.blackbaud.com/skyux/components/help-inline)
|
|
19
|
+
* button is added to the description list content. The help inline button displays a [popover](https://developer.blackbaud.com/skyux/components/popover)
|
|
20
|
+
* when clicked using the specified content and optional title.
|
|
21
|
+
* @preview
|
|
22
|
+
*/
|
|
23
|
+
helpPopoverContent: string | TemplateRef<unknown> | undefined;
|
|
24
|
+
/**
|
|
25
|
+
* The title of the help popover. This property only applies when `helpPopoverContent` is
|
|
26
|
+
* also specified.
|
|
27
|
+
* @preview
|
|
28
|
+
*/
|
|
29
|
+
helpPopoverTitle: string | undefined;
|
|
11
30
|
static ɵfac: i0.ɵɵFactoryDeclaration<SkyDescriptionListContentComponent, never>;
|
|
12
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SkyDescriptionListContentComponent, "sky-description-list-content", never, {}, {}, ["termComponents", "descriptionComponents"], ["*"], false, never>;
|
|
31
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SkyDescriptionListContentComponent, "sky-description-list-content", never, { "helpKey": { "alias": "helpKey"; "required": false; }; "helpPopoverContent": { "alias": "helpPopoverContent"; "required": false; }; "helpPopoverTitle": { "alias": "helpPopoverTitle"; "required": false; }; }, {}, ["termComponents", "descriptionComponents"], ["*"], false, never>;
|
|
13
32
|
}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { TemplateRef } from '@angular/core';
|
|
2
|
+
import { SkyDescriptionListContentComponent } from './description-list-content.component';
|
|
2
3
|
import * as i0 from "@angular/core";
|
|
3
4
|
/**
|
|
4
5
|
* Specifies the term in a term-description pair. To display a help button beside
|
|
@@ -7,6 +8,7 @@ import * as i0 from "@angular/core";
|
|
|
7
8
|
*/
|
|
8
9
|
export declare class SkyDescriptionListTermComponent {
|
|
9
10
|
templateRef: TemplateRef<unknown> | undefined;
|
|
11
|
+
protected readonly content: SkyDescriptionListContentComponent | null;
|
|
10
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<SkyDescriptionListTermComponent, never>;
|
|
11
13
|
static ɵcmp: i0.ɵɵComponentDeclaration<SkyDescriptionListTermComponent, "sky-description-list-term", never, {}, {}, never, ["*", ".sky-control-help"], false, never>;
|
|
12
14
|
}
|
|
@@ -4,11 +4,12 @@ import * as i2 from "./description-list-content.component";
|
|
|
4
4
|
import * as i3 from "./description-list-term.component";
|
|
5
5
|
import * as i4 from "./description-list-description.component";
|
|
6
6
|
import * as i5 from "@angular/common";
|
|
7
|
-
import * as i6 from "
|
|
8
|
-
import * as i7 from "@skyux/
|
|
9
|
-
import * as i8 from "
|
|
7
|
+
import * as i6 from "@skyux/help-inline";
|
|
8
|
+
import * as i7 from "@skyux/core";
|
|
9
|
+
import * as i8 from "../shared/sky-layout-resources.module";
|
|
10
|
+
import * as i9 from "@skyux/theme";
|
|
10
11
|
export declare class SkyDescriptionListModule {
|
|
11
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<SkyDescriptionListModule, never>;
|
|
12
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SkyDescriptionListModule, [typeof i1.SkyDescriptionListComponent, typeof i2.SkyDescriptionListContentComponent, typeof i3.SkyDescriptionListTermComponent, typeof i4.SkyDescriptionListDescriptionComponent], [typeof i5.CommonModule, typeof i6.
|
|
13
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SkyDescriptionListModule, [typeof i1.SkyDescriptionListComponent, typeof i2.SkyDescriptionListContentComponent, typeof i3.SkyDescriptionListTermComponent, typeof i4.SkyDescriptionListDescriptionComponent], [typeof i5.CommonModule, typeof i6.SkyHelpInlineModule, typeof i7.SkyIdModule, typeof i8.SkyLayoutResourcesModule, typeof i9.SkyThemeModule, typeof i7.SkyTrimModule], [typeof i1.SkyDescriptionListComponent, typeof i2.SkyDescriptionListContentComponent, typeof i3.SkyDescriptionListTermComponent, typeof i4.SkyDescriptionListDescriptionComponent]>;
|
|
13
14
|
static ɵinj: i0.ɵɵInjectorDeclaration<SkyDescriptionListModule>;
|
|
14
15
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@skyux/layout",
|
|
3
|
-
"version": "10.
|
|
3
|
+
"version": "10.34.0",
|
|
4
4
|
"author": "Blackbaud, Inc.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"blackbaud",
|
|
@@ -43,17 +43,18 @@
|
|
|
43
43
|
"@angular/forms": "^17.3.4",
|
|
44
44
|
"@angular/platform-browser": "^17.3.4",
|
|
45
45
|
"@angular/router": "^17.3.4",
|
|
46
|
-
"@skyux-sdk/testing": "10.
|
|
47
|
-
"@skyux/core": "10.
|
|
48
|
-
"@skyux/forms": "10.
|
|
49
|
-
"@skyux/
|
|
50
|
-
"@skyux/
|
|
51
|
-
"@skyux/
|
|
52
|
-
"@skyux/
|
|
53
|
-
"@skyux/
|
|
46
|
+
"@skyux-sdk/testing": "10.34.0",
|
|
47
|
+
"@skyux/core": "10.34.0",
|
|
48
|
+
"@skyux/forms": "10.34.0",
|
|
49
|
+
"@skyux/help-inline": "10.34.0",
|
|
50
|
+
"@skyux/i18n": "10.34.0",
|
|
51
|
+
"@skyux/indicators": "10.34.0",
|
|
52
|
+
"@skyux/modals": "10.34.0",
|
|
53
|
+
"@skyux/router": "10.34.0",
|
|
54
|
+
"@skyux/theme": "10.34.0"
|
|
54
55
|
},
|
|
55
56
|
"dependencies": {
|
|
56
|
-
"@skyux/icon": "10.
|
|
57
|
+
"@skyux/icon": "10.34.0",
|
|
57
58
|
"tslib": "^2.6.2"
|
|
58
59
|
},
|
|
59
60
|
"module": "fesm2022/skyux-layout.mjs",
|