@skyux/layout 7.0.0-beta.0 → 7.0.0-beta.2
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 +1679 -990
- package/esm2020/index.mjs +1 -2
- package/esm2020/lib/modules/action-button/action-button-adapter-service.mjs +22 -18
- package/esm2020/lib/modules/action-button/action-button-container.component.mjs +62 -54
- package/esm2020/lib/modules/action-button/action-button-icon.component.mjs +9 -6
- package/esm2020/lib/modules/action-button/action-button.component.mjs +10 -6
- package/esm2020/lib/modules/back-to-top/back-to-top-adapter.service.mjs +19 -15
- package/esm2020/lib/modules/back-to-top/back-to-top.component.mjs +8 -5
- package/esm2020/lib/modules/back-to-top/back-to-top.directive.mjs +68 -63
- package/esm2020/lib/modules/box/box.component.mjs +1 -1
- package/esm2020/lib/modules/card/card.component.mjs +38 -11
- package/esm2020/lib/modules/definition-list/definition-list-label.component.mjs +1 -1
- package/esm2020/lib/modules/definition-list/definition-list-value.component.mjs +3 -3
- package/esm2020/lib/modules/definition-list/definition-list.component.mjs +1 -1
- package/esm2020/lib/modules/definition-list/definition-list.service.mjs +1 -1
- package/esm2020/lib/modules/description-list/description-list-adapter-service.mjs +26 -22
- package/esm2020/lib/modules/description-list/description-list-content.component.mjs +2 -2
- package/esm2020/lib/modules/description-list/description-list-description.component.mjs +16 -11
- package/esm2020/lib/modules/description-list/description-list-term.component.mjs +1 -1
- package/esm2020/lib/modules/description-list/description-list.component.mjs +25 -16
- package/esm2020/lib/modules/fluid-grid/column.component.mjs +19 -1
- package/esm2020/lib/modules/fluid-grid/fluid-grid.component.mjs +15 -35
- package/esm2020/lib/modules/fluid-grid/row.component.mjs +1 -1
- package/esm2020/lib/modules/fluid-grid/types/fluid-grid-gutter-size-type.mjs +1 -1
- package/esm2020/lib/modules/format/format.component.mjs +34 -26
- package/esm2020/lib/modules/inline-delete/inline-delete-adapter.service.mjs +91 -83
- package/esm2020/lib/modules/inline-delete/inline-delete.component.mjs +15 -9
- package/esm2020/lib/modules/page/page-theme-adapter.service.mjs +14 -8
- package/esm2020/lib/modules/page/page.component.mjs +8 -4
- package/esm2020/lib/modules/page-summary/page-summary-adapter.service.mjs +1 -1
- package/esm2020/lib/modules/page-summary/page-summary.component.mjs +40 -16
- package/esm2020/lib/modules/text-expand/text-expand-adapter.service.mjs +8 -10
- package/esm2020/lib/modules/text-expand/text-expand-modal-context-token.mjs +6 -0
- package/esm2020/lib/modules/text-expand/text-expand-modal-context.mjs +2 -6
- package/esm2020/lib/modules/text-expand/text-expand-modal.component.mjs +12 -10
- package/esm2020/lib/modules/text-expand/text-expand.component.mjs +188 -127
- package/esm2020/lib/modules/text-expand-repeater/text-expand-repeater-adapter.service.mjs +10 -12
- package/esm2020/lib/modules/text-expand-repeater/text-expand-repeater.component.mjs +139 -95
- package/esm2020/lib/modules/toolbar/toolbar.component.mjs +4 -4
- package/esm2020/testing/action-button-fixture.mjs +12 -6
- package/esm2020/testing/card-fixture.mjs +19 -16
- package/esm2020/testing/page-summary-fixture.mjs +9 -5
- package/fesm2015/skyux-layout-testing.mjs +35 -24
- package/fesm2015/skyux-layout-testing.mjs.map +1 -1
- package/fesm2015/skyux-layout.mjs +866 -673
- package/fesm2015/skyux-layout.mjs.map +1 -1
- package/fesm2020/skyux-layout-testing.mjs +35 -24
- package/fesm2020/skyux-layout-testing.mjs.map +1 -1
- package/fesm2020/skyux-layout.mjs +861 -673
- package/fesm2020/skyux-layout.mjs.map +1 -1
- package/index.d.ts +0 -1
- package/lib/modules/action-button/action-button-adapter-service.d.ts +1 -2
- package/lib/modules/action-button/action-button-container.component.d.ts +6 -17
- package/lib/modules/action-button/action-button-icon.component.d.ts +2 -3
- package/lib/modules/action-button/action-button.component.d.ts +3 -3
- package/lib/modules/back-to-top/back-to-top-adapter.service.d.ts +1 -4
- package/lib/modules/back-to-top/back-to-top.component.d.ts +1 -1
- package/lib/modules/back-to-top/back-to-top.directive.d.ts +4 -16
- package/lib/modules/box/box.component.d.ts +3 -3
- package/lib/modules/card/card.component.d.ts +7 -6
- package/lib/modules/definition-list/definition-list-label.component.d.ts +1 -1
- package/lib/modules/definition-list/definition-list-value.component.d.ts +1 -1
- package/lib/modules/definition-list/definition-list.component.d.ts +2 -2
- package/lib/modules/definition-list/definition-list.service.d.ts +2 -2
- package/lib/modules/description-list/description-list-adapter-service.d.ts +1 -2
- package/lib/modules/description-list/description-list-content.component.d.ts +2 -2
- package/lib/modules/description-list/description-list-description.component.d.ts +5 -7
- package/lib/modules/description-list/description-list-term.component.d.ts +1 -1
- package/lib/modules/description-list/description-list.component.d.ts +6 -7
- package/lib/modules/fluid-grid/column.component.d.ts +7 -5
- package/lib/modules/fluid-grid/fluid-grid.component.d.ts +3 -9
- package/lib/modules/fluid-grid/row.component.d.ts +1 -1
- package/lib/modules/fluid-grid/types/fluid-grid-gutter-size-type.d.ts +1 -1
- package/lib/modules/format/format.component.d.ts +5 -7
- package/lib/modules/inline-delete/inline-delete-adapter.service.d.ts +1 -11
- package/lib/modules/inline-delete/inline-delete.component.d.ts +3 -5
- package/lib/modules/page/page-theme-adapter.service.d.ts +1 -1
- package/lib/modules/page/page.component.d.ts +1 -1
- package/lib/modules/page-summary/page-summary.component.d.ts +8 -9
- package/lib/modules/text-expand/text-expand-adapter.service.d.ts +3 -4
- package/lib/modules/text-expand/text-expand-modal-context-token.d.ts +6 -0
- package/lib/modules/text-expand/text-expand-modal-context.d.ts +1 -1
- package/lib/modules/text-expand/text-expand.component.d.ts +18 -25
- package/lib/modules/text-expand-repeater/text-expand-repeater-adapter.service.d.ts +4 -5
- package/lib/modules/text-expand-repeater/text-expand-repeater.component.d.ts +13 -21
- package/lib/modules/toolbar/toolbar.component.d.ts +4 -4
- package/package.json +9 -9
- package/testing/action-button-fixture.d.ts +4 -4
- package/testing/card-fixture.d.ts +3 -5
- package/testing/page-summary-fixture.d.ts +4 -4
- package/esm2020/lib/modules/fluid-grid/fluid-grid-gutter-size.mjs +0 -20
- package/lib/modules/fluid-grid/fluid-grid-gutter-size.d.ts +0 -18
|
@@ -1,41 +1,44 @@
|
|
|
1
|
-
import { AfterContentInit } from '@angular/core';
|
|
1
|
+
import { AfterContentInit, ElementRef } from '@angular/core';
|
|
2
2
|
import { SkyLibResourcesService } from '@skyux/i18n';
|
|
3
3
|
import { SkyModalService } from '@skyux/modals';
|
|
4
4
|
import { SkyTextExpandAdapterService } from './text-expand-adapter.service';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export declare class SkyTextExpandComponent implements AfterContentInit {
|
|
7
|
-
private
|
|
8
|
-
private modalService;
|
|
9
|
-
private textExpandAdapter;
|
|
7
|
+
#private;
|
|
10
8
|
/**
|
|
11
9
|
* Specifies a title to display when the component expands the full text in a modal.
|
|
12
10
|
* @default "Expanded view"
|
|
13
11
|
*/
|
|
14
|
-
expandModalTitle: string;
|
|
12
|
+
expandModalTitle: string | undefined;
|
|
15
13
|
/**
|
|
16
14
|
* Specifies the maximum number of text characters to display inline when users select the link
|
|
17
15
|
* to expand the full text. If the text exceeds this limit, then the component expands
|
|
18
16
|
* the full text in a modal instead.
|
|
17
|
+
* @default 600
|
|
19
18
|
*/
|
|
20
|
-
maxExpandedLength: number;
|
|
19
|
+
set maxExpandedLength(value: number | undefined);
|
|
20
|
+
get maxExpandedLength(): number;
|
|
21
21
|
/**
|
|
22
22
|
* Specifies the maximum number of newline characters to display inline when users select
|
|
23
23
|
* the link to expand the full text. If the text exceeds this limit, then
|
|
24
24
|
* the component expands the full text in a modal view instead.
|
|
25
|
+
* @default 2
|
|
25
26
|
*/
|
|
26
|
-
maxExpandedNewlines: number;
|
|
27
|
+
set maxExpandedNewlines(value: number | undefined);
|
|
28
|
+
get maxExpandedNewlines(): number;
|
|
27
29
|
/**
|
|
28
30
|
* Specifies the number of text characters to display before truncating the text.
|
|
29
31
|
* To avoid truncating text in the middle of a word, the component looks for a space
|
|
30
32
|
* in the 10 characters before the last character.
|
|
31
33
|
* @default 200
|
|
32
34
|
*/
|
|
33
|
-
set maxLength(value: number);
|
|
35
|
+
set maxLength(value: number | undefined);
|
|
34
36
|
get maxLength(): number;
|
|
35
37
|
/**
|
|
36
38
|
* Specifies the text to truncate.
|
|
37
39
|
*/
|
|
38
|
-
set text(value: string);
|
|
40
|
+
set text(value: string | undefined);
|
|
41
|
+
get text(): string;
|
|
39
42
|
/**
|
|
40
43
|
* Indicates whether to replace newline characters in truncated text with spaces.
|
|
41
44
|
*/
|
|
@@ -43,26 +46,16 @@ export declare class SkyTextExpandComponent implements AfterContentInit {
|
|
|
43
46
|
buttonText: string;
|
|
44
47
|
contentSectionId: string;
|
|
45
48
|
expandable: boolean;
|
|
46
|
-
isExpanded: boolean;
|
|
49
|
+
isExpanded: boolean | undefined;
|
|
47
50
|
isModal: boolean;
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
private seeMoreText;
|
|
54
|
-
private seeLessText;
|
|
55
|
-
private textToShow;
|
|
56
|
-
private _maxLength;
|
|
57
|
-
constructor(resources: SkyLibResourcesService, modalService: SkyModalService, textExpandAdapter: SkyTextExpandAdapterService);
|
|
51
|
+
transitionHeight: number;
|
|
52
|
+
containerEl: ElementRef | undefined;
|
|
53
|
+
set textEl(value: ElementRef | undefined);
|
|
54
|
+
get textEl(): ElementRef | undefined;
|
|
55
|
+
constructor(resources: SkyLibResourcesService, modalSvc: SkyModalService, textExpandAdapter: SkyTextExpandAdapterService);
|
|
58
56
|
textExpand(): void;
|
|
59
57
|
animationEnd(): void;
|
|
60
58
|
ngAfterContentInit(): void;
|
|
61
|
-
private setContainerMaxHeight;
|
|
62
|
-
private setup;
|
|
63
|
-
private getNewlineCount;
|
|
64
|
-
private getTruncatedText;
|
|
65
|
-
private animateText;
|
|
66
59
|
static ɵfac: i0.ɵɵFactoryDeclaration<SkyTextExpandComponent, never>;
|
|
67
60
|
static ɵcmp: i0.ɵɵComponentDeclaration<SkyTextExpandComponent, "sky-text-expand", never, { "expandModalTitle": "expandModalTitle"; "maxExpandedLength": "maxExpandedLength"; "maxExpandedNewlines": "maxExpandedNewlines"; "maxLength": "maxLength"; "text": "text"; "truncateNewlines": "truncateNewlines"; }, {}, never, never, false>;
|
|
68
61
|
}
|
|
@@ -4,14 +4,13 @@ import * as i0 from "@angular/core";
|
|
|
4
4
|
* @internal
|
|
5
5
|
*/
|
|
6
6
|
export declare class SkyTextExpandRepeaterAdapterService {
|
|
7
|
-
private
|
|
8
|
-
private renderer;
|
|
7
|
+
#private;
|
|
9
8
|
constructor(rendererFactory: RendererFactory2);
|
|
10
|
-
getItems(elRef: ElementRef):
|
|
9
|
+
getItems(elRef: ElementRef): NodeListOf<HTMLElement>;
|
|
11
10
|
hideItem(item: HTMLElement): void;
|
|
12
11
|
showItem(item: HTMLElement): void;
|
|
13
|
-
getContainerHeight(containerEl: ElementRef):
|
|
14
|
-
|
|
12
|
+
getContainerHeight(containerEl: ElementRef): number;
|
|
13
|
+
removeContainerMaxHeight(containerEl: ElementRef): void;
|
|
15
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<SkyTextExpandRepeaterAdapterService, never>;
|
|
16
15
|
static ɵprov: i0.ɵɵInjectableDeclaration<SkyTextExpandRepeaterAdapterService>;
|
|
17
16
|
}
|
|
@@ -1,47 +1,39 @@
|
|
|
1
|
-
import { AfterViewInit, ChangeDetectorRef, ElementRef,
|
|
1
|
+
import { AfterViewInit, ChangeDetectorRef, ElementRef, TemplateRef } from '@angular/core';
|
|
2
2
|
import { SkyLibResourcesService } from '@skyux/i18n';
|
|
3
3
|
import { SkyTextExpandRepeaterAdapterService } from './text-expand-repeater-adapter.service';
|
|
4
4
|
import { SkyTextExpandRepeaterListStyleType } from './types/text-expand-repeater-list-style-type';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class SkyTextExpandRepeaterComponent implements AfterViewInit
|
|
7
|
-
private
|
|
8
|
-
private elRef;
|
|
9
|
-
private textExpandRepeaterAdapter;
|
|
10
|
-
private changeDetector;
|
|
6
|
+
export declare class SkyTextExpandRepeaterComponent implements AfterViewInit {
|
|
7
|
+
#private;
|
|
11
8
|
/**
|
|
12
9
|
* Specifies the data to truncate.
|
|
13
10
|
*/
|
|
14
|
-
data: any[];
|
|
11
|
+
set data(value: any[] | undefined);
|
|
12
|
+
get data(): any[] | undefined;
|
|
15
13
|
/**
|
|
16
14
|
* Specifies a template for items in the list.
|
|
17
15
|
*/
|
|
18
|
-
itemTemplate: TemplateRef<unknown
|
|
16
|
+
itemTemplate: TemplateRef<unknown> | undefined;
|
|
19
17
|
/**
|
|
20
18
|
* Specifies the style of bullet to use
|
|
21
19
|
* @default "unordered"
|
|
22
20
|
*/
|
|
23
|
-
listStyle: SkyTextExpandRepeaterListStyleType;
|
|
21
|
+
listStyle: SkyTextExpandRepeaterListStyleType | undefined;
|
|
24
22
|
/**
|
|
25
|
-
* Specifies the number of items to display before truncating the list.
|
|
23
|
+
* Specifies the number of items to display before truncating the list. If not supplied, all items are shown.
|
|
26
24
|
*/
|
|
27
|
-
maxItems: number;
|
|
25
|
+
set maxItems(value: number | undefined);
|
|
26
|
+
get maxItems(): number | undefined;
|
|
28
27
|
buttonText: string;
|
|
29
|
-
contentItems: Array<any>;
|
|
30
28
|
expandable: boolean;
|
|
31
29
|
contentSectionId: string;
|
|
32
|
-
isExpanded: boolean;
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
private containerEl;
|
|
36
|
-
private items;
|
|
30
|
+
isExpanded: boolean | undefined;
|
|
31
|
+
transitionHeight: number;
|
|
32
|
+
containerEl: ElementRef | undefined;
|
|
37
33
|
constructor(resources: SkyLibResourcesService, elRef: ElementRef, textExpandRepeaterAdapter: SkyTextExpandRepeaterAdapterService, changeDetector: ChangeDetectorRef);
|
|
38
34
|
ngAfterViewInit(): void;
|
|
39
|
-
ngOnChanges(changes: SimpleChanges): void;
|
|
40
35
|
animationEnd(): void;
|
|
41
36
|
repeaterExpand(): void;
|
|
42
|
-
private setContainerMaxHeight;
|
|
43
|
-
private animateRepeater;
|
|
44
|
-
private setup;
|
|
45
37
|
static ɵfac: i0.ɵɵFactoryDeclaration<SkyTextExpandRepeaterComponent, never>;
|
|
46
38
|
static ɵcmp: i0.ɵɵComponentDeclaration<SkyTextExpandRepeaterComponent, "sky-text-expand-repeater", never, { "data": "data"; "itemTemplate": "itemTemplate"; "listStyle": "listStyle"; "maxItems": "maxItems"; }, {}, never, never, false>;
|
|
47
39
|
}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { QueryList } from '@angular/core';
|
|
2
|
+
import { SkyToolbarSectionComponent } from './toolbar-section.component';
|
|
2
3
|
import * as i0 from "@angular/core";
|
|
3
4
|
/**
|
|
4
5
|
* Displays actions for lists, records, and tiles.
|
|
5
6
|
*/
|
|
6
|
-
export declare class SkyToolbarComponent
|
|
7
|
+
export declare class SkyToolbarComponent {
|
|
7
8
|
hasSections: boolean;
|
|
8
|
-
|
|
9
|
-
ngAfterContentInit(): void;
|
|
9
|
+
set sectionComponents(value: QueryList<SkyToolbarSectionComponent> | undefined);
|
|
10
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<SkyToolbarComponent, never>;
|
|
11
11
|
static ɵcmp: i0.ɵɵComponentDeclaration<SkyToolbarComponent, "sky-toolbar", never, {}, {}, ["sectionComponents"], ["sky-toolbar-section", "*", "sky-toolbar-view-actions"], false>;
|
|
12
12
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@skyux/layout",
|
|
3
|
-
"version": "7.0.0-beta.
|
|
3
|
+
"version": "7.0.0-beta.2",
|
|
4
4
|
"author": "Blackbaud, Inc.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"blackbaud",
|
|
@@ -47,14 +47,14 @@
|
|
|
47
47
|
"@angular/forms": "^14.2.0",
|
|
48
48
|
"@angular/platform-browser": "^14.2.0",
|
|
49
49
|
"@angular/router": "^14.2.0",
|
|
50
|
-
"@skyux-sdk/testing": "7.0.0-beta.
|
|
51
|
-
"@skyux/core": "7.0.0-beta.
|
|
52
|
-
"@skyux/forms": "7.0.0-beta.
|
|
53
|
-
"@skyux/i18n": "7.0.0-beta.
|
|
54
|
-
"@skyux/indicators": "7.0.0-beta.
|
|
55
|
-
"@skyux/modals": "7.0.0-beta.
|
|
56
|
-
"@skyux/router": "7.0.0-beta.
|
|
57
|
-
"@skyux/theme": "7.0.0-beta.
|
|
50
|
+
"@skyux-sdk/testing": "7.0.0-beta.2",
|
|
51
|
+
"@skyux/core": "7.0.0-beta.2",
|
|
52
|
+
"@skyux/forms": "7.0.0-beta.2",
|
|
53
|
+
"@skyux/i18n": "7.0.0-beta.2",
|
|
54
|
+
"@skyux/indicators": "7.0.0-beta.2",
|
|
55
|
+
"@skyux/modals": "7.0.0-beta.2",
|
|
56
|
+
"@skyux/router": "7.0.0-beta.2",
|
|
57
|
+
"@skyux/theme": "7.0.0-beta.2"
|
|
58
58
|
},
|
|
59
59
|
"dependencies": {
|
|
60
60
|
"tslib": "^2.3.1"
|
|
@@ -4,19 +4,19 @@ import { ComponentFixture } from '@angular/core/testing';
|
|
|
4
4
|
* @internal
|
|
5
5
|
*/
|
|
6
6
|
export declare class SkyActionButtonFixture {
|
|
7
|
+
#private;
|
|
7
8
|
/**
|
|
8
9
|
* The action button's current header text.
|
|
9
10
|
*/
|
|
10
|
-
get headerText(): string;
|
|
11
|
+
get headerText(): string | undefined;
|
|
11
12
|
/**
|
|
12
13
|
* The action button's current details text.
|
|
13
14
|
*/
|
|
14
|
-
get detailsText(): string;
|
|
15
|
+
get detailsText(): string | undefined;
|
|
15
16
|
/**
|
|
16
17
|
* The action button's current icon type.
|
|
17
18
|
*/
|
|
18
|
-
get iconType(): string;
|
|
19
|
-
private debugEl;
|
|
19
|
+
get iconType(): string | undefined;
|
|
20
20
|
constructor(fixture: ComponentFixture<any>, skyTestId: string);
|
|
21
21
|
/**
|
|
22
22
|
* Clicks the action button.
|
|
@@ -4,14 +4,15 @@ import { ComponentFixture } from '@angular/core/testing';
|
|
|
4
4
|
* @internal
|
|
5
5
|
*/
|
|
6
6
|
export declare class SkyCardFixture {
|
|
7
|
+
#private;
|
|
7
8
|
/**
|
|
8
9
|
* The card's current title.
|
|
9
10
|
*/
|
|
10
|
-
get titleText(): string;
|
|
11
|
+
get titleText(): string | undefined;
|
|
11
12
|
/**
|
|
12
13
|
* The card's current content text.
|
|
13
14
|
*/
|
|
14
|
-
get contentText(): string;
|
|
15
|
+
get contentText(): string | undefined;
|
|
15
16
|
/**
|
|
16
17
|
* A flag indicating whether the user can select the card.
|
|
17
18
|
*/
|
|
@@ -21,7 +22,6 @@ export declare class SkyCardFixture {
|
|
|
21
22
|
* is not selectable, an error is thrown.
|
|
22
23
|
*/
|
|
23
24
|
get selected(): boolean;
|
|
24
|
-
private debugEl;
|
|
25
25
|
constructor(fixture: ComponentFixture<any>, skyTestId: string);
|
|
26
26
|
/**
|
|
27
27
|
* Selects the card.
|
|
@@ -31,6 +31,4 @@ export declare class SkyCardFixture {
|
|
|
31
31
|
* Deselects the card.
|
|
32
32
|
*/
|
|
33
33
|
deselect(): void;
|
|
34
|
-
private clickCheckLabelEl;
|
|
35
|
-
private getCheckInputEl;
|
|
36
34
|
}
|
|
@@ -4,18 +4,18 @@ import { ComponentFixture } from '@angular/core/testing';
|
|
|
4
4
|
* @internal
|
|
5
5
|
*/
|
|
6
6
|
export declare class SkyPageSummaryFixture {
|
|
7
|
+
#private;
|
|
7
8
|
/**
|
|
8
9
|
* The page summary's current title text.
|
|
9
10
|
*/
|
|
10
|
-
get titleText(): string;
|
|
11
|
+
get titleText(): string | undefined;
|
|
11
12
|
/**
|
|
12
13
|
* The page summary's current subtitle text.
|
|
13
14
|
*/
|
|
14
|
-
get subtitleText(): string;
|
|
15
|
+
get subtitleText(): string | undefined;
|
|
15
16
|
/**
|
|
16
17
|
* The page summary's current content text.
|
|
17
18
|
*/
|
|
18
|
-
get contentText(): string;
|
|
19
|
-
private debugEl;
|
|
19
|
+
get contentText(): string | undefined;
|
|
20
20
|
constructor(fixture: ComponentFixture<any>, skyTestId: string);
|
|
21
21
|
}
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @deprecated Use `SkyFluidGridGutterSizeType` instead.
|
|
3
|
-
* @internal
|
|
4
|
-
*/
|
|
5
|
-
export var SkyFluidGridGutterSize;
|
|
6
|
-
(function (SkyFluidGridGutterSize) {
|
|
7
|
-
/**
|
|
8
|
-
* Specifies a small gutter.
|
|
9
|
-
*/
|
|
10
|
-
SkyFluidGridGutterSize[SkyFluidGridGutterSize["Small"] = 0] = "Small";
|
|
11
|
-
/**
|
|
12
|
-
* Specifies a medium gutter.
|
|
13
|
-
*/
|
|
14
|
-
SkyFluidGridGutterSize[SkyFluidGridGutterSize["Medium"] = 1] = "Medium";
|
|
15
|
-
/**
|
|
16
|
-
* Specifies a large gutter.
|
|
17
|
-
*/
|
|
18
|
-
SkyFluidGridGutterSize[SkyFluidGridGutterSize["Large"] = 2] = "Large";
|
|
19
|
-
})(SkyFluidGridGutterSize || (SkyFluidGridGutterSize = {}));
|
|
20
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZmx1aWQtZ3JpZC1ndXR0ZXItc2l6ZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvY29tcG9uZW50cy9sYXlvdXQvc3JjL2xpYi9tb2R1bGVzL2ZsdWlkLWdyaWQvZmx1aWQtZ3JpZC1ndXR0ZXItc2l6ZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7O0dBR0c7QUFDSCxNQUFNLENBQU4sSUFBWSxzQkFhWDtBQWJELFdBQVksc0JBQXNCO0lBQ2hDOztPQUVHO0lBQ0gscUVBQUssQ0FBQTtJQUNMOztPQUVHO0lBQ0gsdUVBQU0sQ0FBQTtJQUNOOztPQUVHO0lBQ0gscUVBQUssQ0FBQTtBQUNQLENBQUMsRUFiVyxzQkFBc0IsS0FBdEIsc0JBQXNCLFFBYWpDIiwic291cmNlc0NvbnRlbnQiOlsiLyoqXG4gKiBAZGVwcmVjYXRlZCBVc2UgYFNreUZsdWlkR3JpZEd1dHRlclNpemVUeXBlYCBpbnN0ZWFkLlxuICogQGludGVybmFsXG4gKi9cbmV4cG9ydCBlbnVtIFNreUZsdWlkR3JpZEd1dHRlclNpemUge1xuICAvKipcbiAgICogU3BlY2lmaWVzIGEgc21hbGwgZ3V0dGVyLlxuICAgKi9cbiAgU21hbGwsXG4gIC8qKlxuICAgKiBTcGVjaWZpZXMgYSBtZWRpdW0gZ3V0dGVyLlxuICAgKi9cbiAgTWVkaXVtLFxuICAvKipcbiAgICogU3BlY2lmaWVzIGEgbGFyZ2UgZ3V0dGVyLlxuICAgKi9cbiAgTGFyZ2UsXG59XG4iXX0=
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @deprecated Use `SkyFluidGridGutterSizeType` instead.
|
|
3
|
-
* @internal
|
|
4
|
-
*/
|
|
5
|
-
export declare enum SkyFluidGridGutterSize {
|
|
6
|
-
/**
|
|
7
|
-
* Specifies a small gutter.
|
|
8
|
-
*/
|
|
9
|
-
Small = 0,
|
|
10
|
-
/**
|
|
11
|
-
* Specifies a medium gutter.
|
|
12
|
-
*/
|
|
13
|
-
Medium = 1,
|
|
14
|
-
/**
|
|
15
|
-
* Specifies a large gutter.
|
|
16
|
-
*/
|
|
17
|
-
Large = 2
|
|
18
|
-
}
|