@skyux/layout 9.13.0 → 9.14.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 +1442 -1442
- package/esm2022/index.mjs +18 -18
- package/esm2022/lib/modules/action-button/action-button-container.component.mjs +1 -1
- package/esm2022/lib/modules/action-button/action-button-icon.component.mjs +1 -1
- package/esm2022/lib/modules/back-to-top/back-to-top-adapter.service.mjs +1 -1
- package/esm2022/lib/modules/back-to-top/back-to-top.directive.mjs +1 -1
- package/esm2022/lib/modules/box/box-header-id-token.mjs +1 -1
- package/esm2022/lib/modules/description-list/description-list-description.component.mjs +1 -1
- package/esm2022/lib/modules/description-list/description-list.component.mjs +1 -1
- package/esm2022/lib/modules/inline-delete/inline-delete-adapter.service.mjs +1 -1
- package/esm2022/lib/modules/inline-delete/inline-delete.component.mjs +1 -1
- package/esm2022/lib/modules/page/page-theme-adapter.service.mjs +1 -1
- package/esm2022/lib/modules/page-summary/page-summary-adapter.service.mjs +1 -1
- package/esm2022/lib/modules/page-summary/page-summary.component.mjs +1 -1
- package/esm2022/lib/modules/shared/sky-layout-resources.module.mjs +1 -1
- package/esm2022/lib/modules/text-expand/text-expand-modal.component.mjs +1 -1
- package/esm2022/lib/modules/text-expand/text-expand.component.mjs +1 -1
- package/esm2022/lib/modules/text-expand-repeater/text-expand-repeater-adapter.service.mjs +1 -1
- package/esm2022/lib/modules/text-expand-repeater/text-expand-repeater.component.mjs +1 -1
- package/esm2022/lib/modules/toolbar/toolbar.component.mjs +1 -1
- package/esm2022/testing/action-button-fixture.mjs +1 -1
- package/esm2022/testing/box/box-harness.mjs +1 -1
- package/esm2022/testing/card-fixture.mjs +1 -1
- package/esm2022/testing/page-summary-fixture.mjs +1 -1
- package/fesm2022/skyux-layout-testing.mjs.map +1 -1
- package/fesm2022/skyux-layout.mjs.map +1 -1
- package/index.d.ts +18 -18
- package/package.json +9 -9
package/index.d.ts
CHANGED
|
@@ -22,36 +22,38 @@ export { SkyPageLayoutType } from './lib/modules/page/page-layout-type';
|
|
|
22
22
|
export { SkyPageModule } from './lib/modules/page/page.module';
|
|
23
23
|
export { SkyPageSummaryModule } from './lib/modules/page-summary/page-summary.module';
|
|
24
24
|
export { SkyTextExpandModule } from './lib/modules/text-expand/text-expand.module';
|
|
25
|
-
export { SkyTextExpandRepeaterListStyleType } from './lib/modules/text-expand-repeater/types/text-expand-repeater-list-style-type';
|
|
26
25
|
export { SkyTextExpandRepeaterModule } from './lib/modules/text-expand-repeater/text-expand-repeater.module';
|
|
26
|
+
export { SkyTextExpandRepeaterListStyleType } from './lib/modules/text-expand-repeater/types/text-expand-repeater-list-style-type';
|
|
27
27
|
export { SkyToolbarModule } from './lib/modules/toolbar/toolbar.module';
|
|
28
|
-
export { SkyActionButtonComponent as λ1 } from './lib/modules/action-button/action-button.component';
|
|
29
28
|
export { SkyActionButtonContainerComponent as λ2 } from './lib/modules/action-button/action-button-container.component';
|
|
30
29
|
export { SkyActionButtonDetailsComponent as λ3 } from './lib/modules/action-button/action-button-details.component';
|
|
31
30
|
export { SkyActionButtonHeaderComponent as λ4 } from './lib/modules/action-button/action-button-header.component';
|
|
32
31
|
export { SkyActionButtonIconComponent as λ5 } from './lib/modules/action-button/action-button-icon.component';
|
|
32
|
+
export { SkyActionButtonComponent as λ1 } from './lib/modules/action-button/action-button.component';
|
|
33
33
|
export { SkyBackToTopComponent as λ6 } from './lib/modules/back-to-top/back-to-top.component';
|
|
34
34
|
export { SkyBackToTopDirective as λ7 } from './lib/modules/back-to-top/back-to-top.directive';
|
|
35
|
-
export {
|
|
36
|
-
export {
|
|
35
|
+
export { SkyBoxContentComponent as λ43 } from './lib/modules/box/box-content.component';
|
|
36
|
+
export { SkyBoxControlsComponent as λ44 } from './lib/modules/box/box-controls.component';
|
|
37
|
+
export { SkyBoxHeaderComponent as λ42 } from './lib/modules/box/box-header.component';
|
|
38
|
+
export { SkyBoxComponent as λ41 } from './lib/modules/box/box.component';
|
|
37
39
|
export { SkyCardActionsComponent as λ10 } from './lib/modules/card/card-actions.component';
|
|
38
40
|
export { SkyCardContentComponent as λ11 } from './lib/modules/card/card-content.component';
|
|
39
41
|
export { SkyCardTitleComponent as λ12 } from './lib/modules/card/card-title.component';
|
|
40
|
-
export {
|
|
42
|
+
export { SkyCardComponent as λ9 } from './lib/modules/card/card.component';
|
|
41
43
|
export { SkyDefinitionListContentComponent as λ14 } from './lib/modules/definition-list/definition-list-content.component';
|
|
42
44
|
export { SkyDefinitionListHeadingComponent as λ15 } from './lib/modules/definition-list/definition-list-heading.component';
|
|
43
45
|
export { SkyDefinitionListLabelComponent as λ16 } from './lib/modules/definition-list/definition-list-label.component';
|
|
44
46
|
export { SkyDefinitionListValueComponent as λ17 } from './lib/modules/definition-list/definition-list-value.component';
|
|
45
|
-
export {
|
|
46
|
-
export { SkyDescriptionListTermComponent as λ19 } from './lib/modules/description-list/description-list-term.component';
|
|
47
|
-
export { SkyDescriptionListDescriptionComponent as λ20 } from './lib/modules/description-list/description-list-description.component';
|
|
47
|
+
export { SkyDefinitionListComponent as λ13 } from './lib/modules/definition-list/definition-list.component';
|
|
48
48
|
export { SkyDescriptionListContentComponent as λ21 } from './lib/modules/description-list/description-list-content.component';
|
|
49
|
-
export {
|
|
49
|
+
export { SkyDescriptionListDescriptionComponent as λ20 } from './lib/modules/description-list/description-list-description.component';
|
|
50
|
+
export { SkyDescriptionListTermComponent as λ19 } from './lib/modules/description-list/description-list-term.component';
|
|
51
|
+
export { SkyDescriptionListComponent as λ18 } from './lib/modules/description-list/description-list.component';
|
|
50
52
|
export { SkyRowComponent as λ23 } from './lib/modules/fluid-grid//row.component';
|
|
51
53
|
export { SkyColumnComponent as λ24 } from './lib/modules/fluid-grid/column.component';
|
|
54
|
+
export { SkyFluidGridComponent as λ22 } from './lib/modules/fluid-grid/fluid-grid.component';
|
|
52
55
|
export { SkyFormatComponent as λ25 } from './lib/modules/format/format.component';
|
|
53
|
-
export {
|
|
54
|
-
export { SkyPageSummaryComponent as λ27 } from './lib/modules/page-summary/page-summary.component';
|
|
56
|
+
export { SkyInlineDeleteComponent as λ8 } from './lib/modules/inline-delete/inline-delete.component';
|
|
55
57
|
export { SkyPageSummaryAlertComponent as λ28 } from './lib/modules/page-summary/page-summary-alert.component';
|
|
56
58
|
export { SkyPageSummaryContentComponent as λ29 } from './lib/modules/page-summary/page-summary-content.component';
|
|
57
59
|
export { SkyPageSummaryImageComponent as λ30 } from './lib/modules/page-summary/page-summary-image.component';
|
|
@@ -59,13 +61,11 @@ export { SkyPageSummaryKeyInfoComponent as λ31 } from './lib/modules/page-summa
|
|
|
59
61
|
export { SkyPageSummaryStatusComponent as λ32 } from './lib/modules/page-summary/page-summary-status.component';
|
|
60
62
|
export { SkyPageSummarySubtitleComponent as λ33 } from './lib/modules/page-summary/page-summary-subtitle.component';
|
|
61
63
|
export { SkyPageSummaryTitleComponent as λ34 } from './lib/modules/page-summary/page-summary-title.component';
|
|
62
|
-
export {
|
|
64
|
+
export { SkyPageSummaryComponent as λ27 } from './lib/modules/page-summary/page-summary.component';
|
|
65
|
+
export { SkyPageComponent as λ26 } from './lib/modules/page/page.component';
|
|
63
66
|
export { SkyTextExpandRepeaterComponent as λ36 } from './lib/modules/text-expand-repeater/text-expand-repeater.component';
|
|
64
|
-
export {
|
|
65
|
-
export { SkyToolbarSectionComponent as λ38 } from './lib/modules/toolbar/toolbar-section.component';
|
|
67
|
+
export { SkyTextExpandComponent as λ35 } from './lib/modules/text-expand/text-expand.component';
|
|
66
68
|
export { SkyToolbarItemComponent as λ39 } from './lib/modules/toolbar/toolbar-item.component';
|
|
69
|
+
export { SkyToolbarSectionComponent as λ38 } from './lib/modules/toolbar/toolbar-section.component';
|
|
67
70
|
export { SkyToolbarViewActionsComponent as λ40 } from './lib/modules/toolbar/toolbar-view-actions.component';
|
|
68
|
-
export {
|
|
69
|
-
export { SkyBoxHeaderComponent as λ42 } from './lib/modules/box/box-header.component';
|
|
70
|
-
export { SkyBoxContentComponent as λ43 } from './lib/modules/box/box-content.component';
|
|
71
|
-
export { SkyBoxControlsComponent as λ44 } from './lib/modules/box/box-controls.component';
|
|
71
|
+
export { SkyToolbarComponent as λ37 } from './lib/modules/toolbar/toolbar.component';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@skyux/layout",
|
|
3
|
-
"version": "9.
|
|
3
|
+
"version": "9.14.0",
|
|
4
4
|
"author": "Blackbaud, Inc.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"blackbaud",
|
|
@@ -43,14 +43,14 @@
|
|
|
43
43
|
"@angular/forms": "^16.2.9",
|
|
44
44
|
"@angular/platform-browser": "^16.2.9",
|
|
45
45
|
"@angular/router": "^16.2.9",
|
|
46
|
-
"@skyux-sdk/testing": "9.
|
|
47
|
-
"@skyux/core": "9.
|
|
48
|
-
"@skyux/forms": "9.
|
|
49
|
-
"@skyux/i18n": "9.
|
|
50
|
-
"@skyux/indicators": "9.
|
|
51
|
-
"@skyux/modals": "9.
|
|
52
|
-
"@skyux/router": "9.
|
|
53
|
-
"@skyux/theme": "9.
|
|
46
|
+
"@skyux-sdk/testing": "9.14.0",
|
|
47
|
+
"@skyux/core": "9.14.0",
|
|
48
|
+
"@skyux/forms": "9.14.0",
|
|
49
|
+
"@skyux/i18n": "9.14.0",
|
|
50
|
+
"@skyux/indicators": "9.14.0",
|
|
51
|
+
"@skyux/modals": "9.14.0",
|
|
52
|
+
"@skyux/router": "9.14.0",
|
|
53
|
+
"@skyux/theme": "9.14.0"
|
|
54
54
|
},
|
|
55
55
|
"dependencies": {
|
|
56
56
|
"tslib": "^2.6.2"
|