@skyux/layout 5.2.0 → 5.5.0-alpha.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/README.md +6 -4
- package/bundles/skyux-layout.umd.js +242 -240
- package/documentation.json +413 -64
- package/esm2015/index.js +74 -0
- package/esm2015/index.js.map +1 -0
- package/esm2015/lib/modules/action-button/action-button-adapter-service.js +43 -0
- package/esm2015/lib/modules/action-button/action-button-adapter-service.js.map +1 -0
- package/esm2015/lib/modules/action-button/action-button-container.component.js +145 -0
- package/esm2015/lib/modules/action-button/action-button-container.component.js.map +1 -0
- package/esm2015/lib/modules/action-button/action-button-details.component.js +17 -0
- package/esm2015/lib/modules/action-button/action-button-details.component.js.map +1 -0
- package/esm2015/{modules → lib/modules}/action-button/action-button-header.component.js +4 -4
- package/esm2015/lib/modules/action-button/action-button-header.component.js.map +1 -0
- package/esm2015/lib/modules/action-button/action-button-icon.component.js +44 -0
- package/esm2015/lib/modules/action-button/action-button-icon.component.js.map +1 -0
- package/esm2015/lib/modules/action-button/action-button-permalink.js +2 -0
- package/esm2015/lib/modules/action-button/action-button-permalink.js.map +1 -0
- package/esm2015/{modules → lib/modules}/action-button/action-button.component.js +4 -4
- package/esm2015/lib/modules/action-button/action-button.component.js.map +1 -0
- package/esm2015/lib/modules/action-button/action-button.module.js +62 -0
- package/esm2015/lib/modules/action-button/action-button.module.js.map +1 -0
- package/esm2015/lib/modules/action-button/types/action-button-container-align-items-type.js +2 -0
- package/esm2015/lib/modules/action-button/types/action-button-container-align-items-type.js.map +1 -0
- package/esm2015/lib/modules/action-button/types/action-button-container-align-items.js +2 -0
- package/esm2015/lib/modules/action-button/types/action-button-container-align-items.js.map +1 -0
- package/esm2015/lib/modules/back-to-top/back-to-top-adapter.service.js +89 -0
- package/esm2015/lib/modules/back-to-top/back-to-top-adapter.service.js.map +1 -0
- package/esm2015/lib/modules/back-to-top/back-to-top.component.js +31 -0
- package/esm2015/lib/modules/back-to-top/back-to-top.component.js.map +1 -0
- package/esm2015/lib/modules/back-to-top/back-to-top.directive.js +115 -0
- package/esm2015/lib/modules/back-to-top/back-to-top.directive.js.map +1 -0
- package/esm2015/lib/modules/back-to-top/back-top-top.module.js +36 -0
- package/esm2015/lib/modules/back-to-top/back-top-top.module.js.map +1 -0
- package/esm2015/lib/modules/back-to-top/models/back-to-top-message-type.js +11 -0
- package/esm2015/lib/modules/back-to-top/models/back-to-top-message-type.js.map +1 -0
- package/esm2015/lib/modules/back-to-top/models/back-to-top-message.js +2 -0
- package/esm2015/lib/modules/back-to-top/models/back-to-top-message.js.map +1 -0
- package/esm2015/lib/modules/back-to-top/models/back-to-top-options.js +2 -0
- package/esm2015/lib/modules/back-to-top/models/back-to-top-options.js.map +1 -0
- package/esm2015/lib/modules/box/box-content.component.js +18 -0
- package/esm2015/lib/modules/box/box-content.component.js.map +1 -0
- package/esm2015/lib/modules/box/box-controls.component.js +17 -0
- package/esm2015/lib/modules/box/box-controls.component.js.map +1 -0
- package/esm2015/lib/modules/box/box-header.component.js +17 -0
- package/esm2015/lib/modules/box/box-header.component.js.map +1 -0
- package/esm2015/lib/modules/box/box.component.js +26 -0
- package/esm2015/lib/modules/box/box.component.js.map +1 -0
- package/esm2015/lib/modules/box/box.module.js +38 -0
- package/esm2015/lib/modules/box/box.module.js.map +1 -0
- package/esm2015/lib/modules/card/card-actions.component.js +18 -0
- package/esm2015/lib/modules/card/card-actions.component.js.map +1 -0
- package/esm2015/lib/modules/card/card-content.component.js +17 -0
- package/esm2015/lib/modules/card/card-content.component.js.map +1 -0
- package/esm2015/lib/modules/card/card-title.component.js +17 -0
- package/esm2015/lib/modules/card/card-title.component.js.map +1 -0
- package/esm2015/lib/modules/card/card.component.js +79 -0
- package/esm2015/lib/modules/card/card.component.js.map +1 -0
- package/esm2015/lib/modules/card/card.module.js +61 -0
- package/esm2015/lib/modules/card/card.module.js.map +1 -0
- package/esm2015/lib/modules/definition-list/definition-list-content.component.js +19 -0
- package/esm2015/lib/modules/definition-list/definition-list-content.component.js.map +1 -0
- package/esm2015/lib/modules/definition-list/definition-list-heading.component.js +19 -0
- package/esm2015/lib/modules/definition-list/definition-list-heading.component.js.map +1 -0
- package/esm2015/lib/modules/definition-list/definition-list-label.component.js +25 -0
- package/esm2015/lib/modules/definition-list/definition-list-label.component.js.map +1 -0
- package/esm2015/lib/modules/definition-list/definition-list-value.component.js +25 -0
- package/esm2015/lib/modules/definition-list/definition-list-value.component.js.map +1 -0
- package/esm2015/lib/modules/definition-list/definition-list.component.js +44 -0
- package/esm2015/lib/modules/definition-list/definition-list.component.js.map +1 -0
- package/esm2015/lib/modules/definition-list/definition-list.module.js +44 -0
- package/esm2015/lib/modules/definition-list/definition-list.module.js.map +1 -0
- package/esm2015/lib/modules/definition-list/definition-list.service.js +18 -0
- package/esm2015/lib/modules/definition-list/definition-list.service.js.map +1 -0
- package/esm2015/lib/modules/description-list/description-list-adapter-service.js +43 -0
- package/esm2015/lib/modules/description-list/description-list-adapter-service.js.map +1 -0
- package/esm2015/lib/modules/description-list/description-list-content.component.js +25 -0
- package/esm2015/lib/modules/description-list/description-list-content.component.js.map +1 -0
- package/esm2015/lib/modules/description-list/description-list-description.component.js +53 -0
- package/esm2015/lib/modules/description-list/description-list-description.component.js.map +1 -0
- package/esm2015/lib/modules/description-list/description-list-term.component.js +24 -0
- package/esm2015/lib/modules/description-list/description-list-term.component.js.map +1 -0
- package/esm2015/lib/modules/description-list/description-list.component.js +107 -0
- package/esm2015/lib/modules/description-list/description-list.component.js.map +1 -0
- package/esm2015/lib/modules/description-list/description-list.module.js +53 -0
- package/esm2015/lib/modules/description-list/description-list.module.js.map +1 -0
- package/esm2015/lib/modules/description-list/description-list.service.js +26 -0
- package/esm2015/lib/modules/description-list/description-list.service.js.map +1 -0
- package/esm2015/lib/modules/description-list/types/description-list-mode-type.js +2 -0
- package/esm2015/lib/modules/description-list/types/description-list-mode-type.js.map +1 -0
- package/esm2015/lib/modules/description-list/types/description-list-mode.js +24 -0
- package/esm2015/lib/modules/description-list/types/description-list-mode.js.map +1 -0
- package/esm2015/lib/modules/fluid-grid/column.component.js +55 -0
- package/esm2015/lib/modules/fluid-grid/column.component.js.map +1 -0
- package/esm2015/lib/modules/fluid-grid/fluid-grid-gutter-size.js +20 -0
- package/esm2015/lib/modules/fluid-grid/fluid-grid-gutter-size.js.map +1 -0
- package/esm2015/lib/modules/fluid-grid/fluid-grid.component.js +66 -0
- package/esm2015/lib/modules/fluid-grid/fluid-grid.component.js.map +1 -0
- package/esm2015/lib/modules/fluid-grid/fluid-grid.module.js +20 -0
- package/esm2015/lib/modules/fluid-grid/fluid-grid.module.js.map +1 -0
- package/esm2015/{modules → lib/modules}/fluid-grid/row.component.js +4 -4
- package/esm2015/lib/modules/fluid-grid/row.component.js.map +1 -0
- package/esm2015/lib/modules/fluid-grid/types/fluid-grid-gutter-size-type.js +2 -0
- package/esm2015/lib/modules/fluid-grid/types/fluid-grid-gutter-size-type.js.map +1 -0
- package/esm2015/lib/modules/format/format-item.js +2 -0
- package/esm2015/lib/modules/format/format-item.js.map +1 -0
- package/esm2015/lib/modules/format/format.component.js +63 -0
- package/esm2015/lib/modules/format/format.component.js.map +1 -0
- package/esm2015/lib/modules/format/format.module.js +18 -0
- package/esm2015/lib/modules/format/format.module.js.map +1 -0
- package/esm2015/lib/modules/inline-delete/inline-delete-adapter.service.js +115 -0
- package/esm2015/lib/modules/inline-delete/inline-delete-adapter.service.js.map +1 -0
- package/esm2015/lib/modules/inline-delete/inline-delete-type.js +16 -0
- package/esm2015/lib/modules/inline-delete/inline-delete-type.js.map +1 -0
- package/esm2015/lib/modules/inline-delete/inline-delete.component.js +167 -0
- package/esm2015/lib/modules/inline-delete/inline-delete.component.js.map +1 -0
- package/esm2015/lib/modules/inline-delete/inline-delete.module.js +34 -0
- package/esm2015/lib/modules/inline-delete/inline-delete.module.js.map +1 -0
- package/esm2015/lib/modules/page/page-theme-adapter.service.js +26 -0
- package/esm2015/lib/modules/page/page-theme-adapter.service.js.map +1 -0
- package/esm2015/lib/modules/page/page.component.js +31 -0
- package/esm2015/lib/modules/page/page.component.js.map +1 -0
- package/esm2015/lib/modules/page/page.module.js +16 -0
- package/esm2015/lib/modules/page/page.module.js.map +1 -0
- package/esm2015/lib/modules/page-summary/page-summary-adapter.service.js +23 -0
- package/esm2015/lib/modules/page-summary/page-summary-adapter.service.js.map +1 -0
- package/esm2015/lib/modules/page-summary/page-summary-alert.component.js +21 -0
- package/esm2015/lib/modules/page-summary/page-summary-alert.component.js.map +1 -0
- package/esm2015/lib/modules/page-summary/page-summary-content.component.js +20 -0
- package/esm2015/lib/modules/page-summary/page-summary-content.component.js.map +1 -0
- package/esm2015/{modules → lib/modules}/page-summary/page-summary-image.component.js +4 -4
- package/esm2015/lib/modules/page-summary/page-summary-image.component.js.map +1 -0
- package/esm2015/{modules → lib/modules}/page-summary/page-summary-key-info.component.js +4 -4
- package/esm2015/lib/modules/page-summary/page-summary-key-info.component.js.map +1 -0
- package/esm2015/lib/modules/page-summary/page-summary-status.component.js +21 -0
- package/esm2015/lib/modules/page-summary/page-summary-status.component.js.map +1 -0
- package/esm2015/lib/modules/page-summary/page-summary-subtitle.component.js +20 -0
- package/esm2015/lib/modules/page-summary/page-summary-subtitle.component.js.map +1 -0
- package/esm2015/lib/modules/page-summary/page-summary-title.component.js +20 -0
- package/esm2015/lib/modules/page-summary/page-summary-title.component.js.map +1 -0
- package/esm2015/{modules → lib/modules}/page-summary/page-summary.component.js +6 -6
- package/esm2015/lib/modules/page-summary/page-summary.component.js.map +1 -0
- package/esm2015/lib/modules/page-summary/page-summary.module.js +57 -0
- package/esm2015/lib/modules/page-summary/page-summary.module.js.map +1 -0
- package/esm2015/lib/modules/shared/sky-layout-resources.module.js +60 -0
- package/esm2015/lib/modules/shared/sky-layout-resources.module.js.map +1 -0
- package/esm2015/lib/modules/text-expand/text-expand-adapter.service.js +31 -0
- package/esm2015/lib/modules/text-expand/text-expand-adapter.service.js.map +1 -0
- package/esm2015/lib/modules/text-expand/text-expand-modal-context.js +6 -0
- package/esm2015/lib/modules/text-expand/text-expand-modal-context.js.map +1 -0
- package/esm2015/lib/modules/text-expand/text-expand-modal.component.js +30 -0
- package/esm2015/lib/modules/text-expand/text-expand-modal.component.js.map +1 -0
- package/esm2015/lib/modules/text-expand/text-expand.component.js +252 -0
- package/esm2015/lib/modules/text-expand/text-expand.component.js.map +1 -0
- package/esm2015/lib/modules/text-expand/text-expand.module.js +36 -0
- package/esm2015/lib/modules/text-expand/text-expand.module.js.map +1 -0
- package/esm2015/lib/modules/text-expand-repeater/text-expand-repeater-adapter.service.js +37 -0
- package/esm2015/lib/modules/text-expand-repeater/text-expand-repeater-adapter.service.js.map +1 -0
- package/esm2015/lib/modules/text-expand-repeater/text-expand-repeater.component.js +176 -0
- package/esm2015/lib/modules/text-expand-repeater/text-expand-repeater.component.js.map +1 -0
- package/esm2015/lib/modules/text-expand-repeater/text-expand-repeater.module.js +20 -0
- package/esm2015/lib/modules/text-expand-repeater/text-expand-repeater.module.js.map +1 -0
- package/esm2015/lib/modules/text-expand-repeater/types/text-expand-repeater-list-style-type.js +2 -0
- package/esm2015/lib/modules/text-expand-repeater/types/text-expand-repeater-list-style-type.js.map +1 -0
- package/esm2015/{modules → lib/modules}/toolbar/toolbar-item.component.js +4 -4
- package/esm2015/lib/modules/toolbar/toolbar-item.component.js.map +1 -0
- package/esm2015/lib/modules/toolbar/toolbar-section.component.js +18 -0
- package/esm2015/lib/modules/toolbar/toolbar-section.component.js.map +1 -0
- package/esm2015/{modules → lib/modules}/toolbar/toolbar-view-actions.component.js +4 -4
- package/esm2015/lib/modules/toolbar/toolbar-view-actions.component.js.map +1 -0
- package/esm2015/{modules → lib/modules}/toolbar/toolbar.component.js +5 -5
- package/esm2015/lib/modules/toolbar/toolbar.component.js.map +1 -0
- package/esm2015/lib/modules/toolbar/toolbar.module.js +37 -0
- package/esm2015/lib/modules/toolbar/toolbar.module.js.map +1 -0
- package/esm2015/skyux-layout.js +2 -2
- package/esm2015/skyux-layout.js.map +1 -0
- package/esm2015/testing/action-button-fixture.js +1 -1
- package/esm2015/testing/action-button-fixture.js.map +1 -0
- package/esm2015/testing/card-fixture.js +1 -1
- package/esm2015/testing/card-fixture.js.map +1 -0
- package/esm2015/testing/page-summary-fixture.js +1 -1
- package/esm2015/testing/page-summary-fixture.js.map +1 -0
- package/esm2015/testing/public-api.js +1 -1
- package/esm2015/testing/public-api.js.map +1 -0
- package/esm2015/testing/skyux-layout-testing.js +1 -1
- package/esm2015/testing/skyux-layout-testing.js.map +1 -0
- package/fesm2015/skyux-layout-testing.js.map +1 -1
- package/fesm2015/skyux-layout.js +241 -239
- package/fesm2015/skyux-layout.js.map +1 -1
- package/index.d.ts +71 -0
- package/{modules → lib/modules}/action-button/action-button-adapter-service.d.ts +0 -0
- package/{modules → lib/modules}/action-button/action-button-container.component.d.ts +2 -1
- package/{modules → lib/modules}/action-button/action-button-details.component.d.ts +0 -0
- package/{modules → lib/modules}/action-button/action-button-header.component.d.ts +0 -0
- package/{modules → lib/modules}/action-button/action-button-icon.component.d.ts +1 -1
- package/{modules → lib/modules}/action-button/action-button-permalink.d.ts +0 -0
- package/{modules → lib/modules}/action-button/action-button.component.d.ts +0 -0
- package/{modules → lib/modules}/action-button/action-button.module.d.ts +0 -0
- package/{modules → lib/modules}/action-button/types/action-button-container-align-items-type.d.ts +0 -0
- package/{modules → lib/modules}/action-button/types/action-button-container-align-items.d.ts +0 -0
- package/{modules → lib/modules}/back-to-top/back-to-top-adapter.service.d.ts +0 -0
- package/{modules → lib/modules}/back-to-top/back-to-top.component.d.ts +0 -0
- package/{modules → lib/modules}/back-to-top/back-to-top.directive.d.ts +0 -0
- package/{modules → lib/modules}/back-to-top/back-top-top.module.d.ts +0 -0
- package/{modules → lib/modules}/back-to-top/models/back-to-top-message-type.d.ts +0 -0
- package/{modules → lib/modules}/back-to-top/models/back-to-top-message.d.ts +0 -0
- package/{modules → lib/modules}/back-to-top/models/back-to-top-options.d.ts +0 -0
- package/{modules → lib/modules}/box/box-content.component.d.ts +0 -0
- package/{modules → lib/modules}/box/box-controls.component.d.ts +0 -0
- package/{modules → lib/modules}/box/box-header.component.d.ts +0 -0
- package/{modules → lib/modules}/box/box.component.d.ts +0 -0
- package/{modules → lib/modules}/box/box.module.d.ts +0 -0
- package/{modules → lib/modules}/card/card-actions.component.d.ts +0 -0
- package/{modules → lib/modules}/card/card-content.component.d.ts +0 -0
- package/{modules → lib/modules}/card/card-title.component.d.ts +0 -0
- package/{modules → lib/modules}/card/card.component.d.ts +2 -2
- package/{modules → lib/modules}/card/card.module.d.ts +0 -0
- package/{modules → lib/modules}/definition-list/definition-list-content.component.d.ts +0 -0
- package/{modules → lib/modules}/definition-list/definition-list-heading.component.d.ts +0 -0
- package/{modules → lib/modules}/definition-list/definition-list-label.component.d.ts +0 -0
- package/{modules → lib/modules}/definition-list/definition-list-value.component.d.ts +0 -0
- package/{modules → lib/modules}/definition-list/definition-list.component.d.ts +2 -2
- package/{modules → lib/modules}/definition-list/definition-list.module.d.ts +0 -0
- package/{modules → lib/modules}/definition-list/definition-list.service.d.ts +0 -0
- package/{modules → lib/modules}/description-list/description-list-adapter-service.d.ts +0 -0
- package/{modules → lib/modules}/description-list/description-list-content.component.d.ts +0 -0
- package/{modules → lib/modules}/description-list/description-list-description.component.d.ts +0 -0
- package/{modules → lib/modules}/description-list/description-list-term.component.d.ts +0 -0
- package/{modules → lib/modules}/description-list/description-list.component.d.ts +4 -3
- package/{modules → lib/modules}/description-list/description-list.module.d.ts +0 -0
- package/{modules → lib/modules}/description-list/description-list.service.d.ts +0 -0
- package/{modules → lib/modules}/description-list/types/description-list-mode-type.d.ts +0 -0
- package/{modules → lib/modules}/description-list/types/description-list-mode.d.ts +0 -0
- package/{modules → lib/modules}/fluid-grid/column.component.d.ts +0 -0
- package/{modules → lib/modules}/fluid-grid/fluid-grid-gutter-size.d.ts +0 -0
- package/{modules → lib/modules}/fluid-grid/fluid-grid.component.d.ts +2 -2
- package/{modules → lib/modules}/fluid-grid/fluid-grid.module.d.ts +0 -0
- package/{modules → lib/modules}/fluid-grid/row.component.d.ts +0 -0
- package/{modules → lib/modules}/fluid-grid/types/fluid-grid-gutter-size-type.d.ts +0 -0
- package/{modules → lib/modules}/format/format-item.d.ts +0 -0
- package/{modules → lib/modules}/format/format.component.d.ts +0 -0
- package/{modules → lib/modules}/format/format.module.d.ts +0 -0
- package/{modules → lib/modules}/inline-delete/inline-delete-adapter.service.d.ts +0 -0
- package/{modules → lib/modules}/inline-delete/inline-delete-type.d.ts +0 -0
- package/{modules → lib/modules}/inline-delete/inline-delete.component.d.ts +1 -1
- package/{modules → lib/modules}/inline-delete/inline-delete.module.d.ts +0 -0
- package/{modules → lib/modules}/page/page-theme-adapter.service.d.ts +0 -0
- package/{modules → lib/modules}/page/page.component.d.ts +0 -0
- package/{modules → lib/modules}/page/page.module.d.ts +0 -0
- package/{modules → lib/modules}/page-summary/page-summary-adapter.service.d.ts +0 -0
- package/{modules → lib/modules}/page-summary/page-summary-alert.component.d.ts +1 -1
- package/{modules → lib/modules}/page-summary/page-summary-content.component.d.ts +0 -0
- package/{modules → lib/modules}/page-summary/page-summary-image.component.d.ts +0 -0
- package/{modules → lib/modules}/page-summary/page-summary-key-info.component.d.ts +0 -0
- package/{modules → lib/modules}/page-summary/page-summary-status.component.d.ts +0 -0
- package/{modules → lib/modules}/page-summary/page-summary-subtitle.component.d.ts +0 -0
- package/{modules → lib/modules}/page-summary/page-summary-title.component.d.ts +0 -0
- package/{modules → lib/modules}/page-summary/page-summary.component.d.ts +0 -0
- package/{modules → lib/modules}/page-summary/page-summary.module.d.ts +0 -0
- package/{modules → lib/modules}/shared/sky-layout-resources.module.d.ts +0 -0
- package/{modules → lib/modules}/text-expand/text-expand-adapter.service.d.ts +0 -0
- package/{modules → lib/modules}/text-expand/text-expand-modal-context.d.ts +0 -0
- package/{modules → lib/modules}/text-expand/text-expand-modal.component.d.ts +0 -0
- package/{modules → lib/modules}/text-expand/text-expand.component.d.ts +1 -1
- package/{modules → lib/modules}/text-expand/text-expand.module.d.ts +0 -0
- package/{modules → lib/modules}/text-expand-repeater/text-expand-repeater-adapter.service.d.ts +0 -0
- package/{modules → lib/modules}/text-expand-repeater/text-expand-repeater.component.d.ts +1 -1
- package/{modules → lib/modules}/text-expand-repeater/text-expand-repeater.module.d.ts +0 -0
- package/{modules → lib/modules}/text-expand-repeater/types/text-expand-repeater-list-style-type.d.ts +0 -0
- package/{modules → lib/modules}/toolbar/toolbar-item.component.d.ts +0 -0
- package/{modules → lib/modules}/toolbar/toolbar-section.component.d.ts +0 -0
- package/{modules → lib/modules}/toolbar/toolbar-view-actions.component.d.ts +0 -0
- package/{modules → lib/modules}/toolbar/toolbar.component.d.ts +0 -0
- package/{modules → lib/modules}/toolbar/toolbar.module.d.ts +0 -0
- package/package.json +12 -12
- package/skyux-layout.d.ts +1 -1
- package/LICENSE +0 -21
- package/bundles/skyux-layout-testing.umd.js.map +0 -1
- package/bundles/skyux-layout.umd.js.map +0 -1
- package/esm2015/modules/action-button/action-button-adapter-service.js +0 -43
- package/esm2015/modules/action-button/action-button-container.component.js +0 -142
- package/esm2015/modules/action-button/action-button-details.component.js +0 -17
- package/esm2015/modules/action-button/action-button-icon.component.js +0 -44
- package/esm2015/modules/action-button/action-button-permalink.js +0 -2
- package/esm2015/modules/action-button/action-button.module.js +0 -62
- package/esm2015/modules/action-button/types/action-button-container-align-items-type.js +0 -2
- package/esm2015/modules/action-button/types/action-button-container-align-items.js +0 -2
- package/esm2015/modules/back-to-top/back-to-top-adapter.service.js +0 -88
- package/esm2015/modules/back-to-top/back-to-top.component.js +0 -31
- package/esm2015/modules/back-to-top/back-to-top.directive.js +0 -114
- package/esm2015/modules/back-to-top/back-top-top.module.js +0 -36
- package/esm2015/modules/back-to-top/models/back-to-top-message-type.js +0 -11
- package/esm2015/modules/back-to-top/models/back-to-top-message.js +0 -2
- package/esm2015/modules/back-to-top/models/back-to-top-options.js +0 -2
- package/esm2015/modules/box/box-content.component.js +0 -18
- package/esm2015/modules/box/box-controls.component.js +0 -17
- package/esm2015/modules/box/box-header.component.js +0 -17
- package/esm2015/modules/box/box.component.js +0 -26
- package/esm2015/modules/box/box.module.js +0 -38
- package/esm2015/modules/card/card-actions.component.js +0 -18
- package/esm2015/modules/card/card-content.component.js +0 -17
- package/esm2015/modules/card/card-title.component.js +0 -17
- package/esm2015/modules/card/card.component.js +0 -79
- package/esm2015/modules/card/card.module.js +0 -61
- package/esm2015/modules/definition-list/definition-list-content.component.js +0 -19
- package/esm2015/modules/definition-list/definition-list-heading.component.js +0 -19
- package/esm2015/modules/definition-list/definition-list-label.component.js +0 -24
- package/esm2015/modules/definition-list/definition-list-value.component.js +0 -24
- package/esm2015/modules/definition-list/definition-list.component.js +0 -44
- package/esm2015/modules/definition-list/definition-list.module.js +0 -44
- package/esm2015/modules/definition-list/definition-list.service.js +0 -18
- package/esm2015/modules/description-list/description-list-adapter-service.js +0 -43
- package/esm2015/modules/description-list/description-list-content.component.js +0 -25
- package/esm2015/modules/description-list/description-list-description.component.js +0 -51
- package/esm2015/modules/description-list/description-list-term.component.js +0 -24
- package/esm2015/modules/description-list/description-list.component.js +0 -105
- package/esm2015/modules/description-list/description-list.module.js +0 -53
- package/esm2015/modules/description-list/description-list.service.js +0 -26
- package/esm2015/modules/description-list/types/description-list-mode-type.js +0 -2
- package/esm2015/modules/description-list/types/description-list-mode.js +0 -24
- package/esm2015/modules/fluid-grid/column.component.js +0 -55
- package/esm2015/modules/fluid-grid/fluid-grid-gutter-size.js +0 -20
- package/esm2015/modules/fluid-grid/fluid-grid.component.js +0 -66
- package/esm2015/modules/fluid-grid/fluid-grid.module.js +0 -20
- package/esm2015/modules/fluid-grid/types/fluid-grid-gutter-size-type.js +0 -2
- package/esm2015/modules/format/format-item.js +0 -2
- package/esm2015/modules/format/format.component.js +0 -63
- package/esm2015/modules/format/format.module.js +0 -18
- package/esm2015/modules/inline-delete/inline-delete-adapter.service.js +0 -114
- package/esm2015/modules/inline-delete/inline-delete-type.js +0 -16
- package/esm2015/modules/inline-delete/inline-delete.component.js +0 -167
- package/esm2015/modules/inline-delete/inline-delete.module.js +0 -34
- package/esm2015/modules/page/page-theme-adapter.service.js +0 -26
- package/esm2015/modules/page/page.component.js +0 -31
- package/esm2015/modules/page/page.module.js +0 -16
- package/esm2015/modules/page-summary/page-summary-adapter.service.js +0 -23
- package/esm2015/modules/page-summary/page-summary-alert.component.js +0 -21
- package/esm2015/modules/page-summary/page-summary-content.component.js +0 -20
- package/esm2015/modules/page-summary/page-summary-status.component.js +0 -21
- package/esm2015/modules/page-summary/page-summary-subtitle.component.js +0 -20
- package/esm2015/modules/page-summary/page-summary-title.component.js +0 -20
- package/esm2015/modules/page-summary/page-summary.module.js +0 -57
- package/esm2015/modules/shared/sky-layout-resources.module.js +0 -60
- package/esm2015/modules/text-expand/text-expand-adapter.service.js +0 -31
- package/esm2015/modules/text-expand/text-expand-modal-context.js +0 -6
- package/esm2015/modules/text-expand/text-expand-modal.component.js +0 -28
- package/esm2015/modules/text-expand/text-expand.component.js +0 -250
- package/esm2015/modules/text-expand/text-expand.module.js +0 -36
- package/esm2015/modules/text-expand-repeater/text-expand-repeater-adapter.service.js +0 -37
- package/esm2015/modules/text-expand-repeater/text-expand-repeater.component.js +0 -175
- package/esm2015/modules/text-expand-repeater/text-expand-repeater.module.js +0 -20
- package/esm2015/modules/text-expand-repeater/types/text-expand-repeater-list-style-type.js +0 -2
- package/esm2015/modules/toolbar/toolbar-section.component.js +0 -18
- package/esm2015/modules/toolbar/toolbar.module.js +0 -37
- package/esm2015/public-api.js +0 -74
- package/public-api.d.ts +0 -71
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { Component } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
/**
|
|
4
|
+
* Displays messages that require immediate attention as [alerts](https://developer.blackbaud.com/skyux/components/alert) within
|
|
5
|
+
* the page summary.
|
|
6
|
+
*/
|
|
7
|
+
/* istanbul ignore next */
|
|
8
|
+
/* Code coverage having problems with no statements in classes */
|
|
9
|
+
export class SkyPageSummaryAlertComponent {
|
|
10
|
+
}
|
|
11
|
+
SkyPageSummaryAlertComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: SkyPageSummaryAlertComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
12
|
+
SkyPageSummaryAlertComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: SkyPageSummaryAlertComponent, selector: "sky-page-summary-alert", ngImport: i0, template: "<ng-content></ng-content>\n", styles: ["::ng-deep .sky-alert{margin-top:0;margin-bottom:20px;line-height:initial}\n"] });
|
|
13
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: SkyPageSummaryAlertComponent, decorators: [{
|
|
14
|
+
type: Component,
|
|
15
|
+
args: [{
|
|
16
|
+
selector: 'sky-page-summary-alert',
|
|
17
|
+
templateUrl: './page-summary-alert.component.html',
|
|
18
|
+
styleUrls: ['./page-summary-alert.component.scss'],
|
|
19
|
+
}]
|
|
20
|
+
}] });
|
|
21
|
+
//# sourceMappingURL=page-summary-alert.component.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"page-summary-alert.component.js","sourceRoot":"","sources":["../../../../../../../../libs/components/layout/src/lib/modules/page-summary/page-summary-alert.component.ts","../../../../../../../../libs/components/layout/src/lib/modules/page-summary/page-summary-alert.component.html"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,eAAe,CAAC;;AAE1C;;;GAGG;AAMH,0BAA0B;AAC1B,iEAAiE;AACjE,MAAM,OAAO,4BAA4B;;0HAA5B,4BAA4B;8GAA5B,4BAA4B,8DCbzC,6BACA;4FDYa,4BAA4B;kBAPxC,SAAS;mBAAC;oBACT,QAAQ,EAAE,wBAAwB;oBAClC,WAAW,EAAE,qCAAqC;oBAClD,SAAS,EAAE,CAAC,qCAAqC,CAAC;iBACnD","sourcesContent":["import { Component } from '@angular/core';\n\n/**\n * Displays messages that require immediate attention as [alerts](https://developer.blackbaud.com/skyux/components/alert) within\n * the page summary.\n */\n@Component({\n selector: 'sky-page-summary-alert',\n templateUrl: './page-summary-alert.component.html',\n styleUrls: ['./page-summary-alert.component.scss'],\n})\n/* istanbul ignore next */\n/* Code coverage having problems with no statements in classes */\nexport class SkyPageSummaryAlertComponent {}\n","<ng-content></ng-content>\n"]}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { Component } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
/**
|
|
4
|
+
* Displays content in the arbitrary section of the page summary.
|
|
5
|
+
*/
|
|
6
|
+
/* istanbul ignore next */
|
|
7
|
+
/* Code coverage having problems with no statements in classes */
|
|
8
|
+
export class SkyPageSummaryContentComponent {
|
|
9
|
+
}
|
|
10
|
+
SkyPageSummaryContentComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: SkyPageSummaryContentComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
11
|
+
SkyPageSummaryContentComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: SkyPageSummaryContentComponent, selector: "sky-page-summary-content", ngImport: i0, template: "<div class=\"sky-page-summary-content\">\n <ng-content></ng-content>\n</div>\n", styles: [".sky-page-summary-content{margin-top:20px}\n"] });
|
|
12
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: SkyPageSummaryContentComponent, decorators: [{
|
|
13
|
+
type: Component,
|
|
14
|
+
args: [{
|
|
15
|
+
selector: 'sky-page-summary-content',
|
|
16
|
+
templateUrl: './page-summary-content.component.html',
|
|
17
|
+
styleUrls: ['./page-summary-content.component.scss'],
|
|
18
|
+
}]
|
|
19
|
+
}] });
|
|
20
|
+
//# sourceMappingURL=page-summary-content.component.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"page-summary-content.component.js","sourceRoot":"","sources":["../../../../../../../../libs/components/layout/src/lib/modules/page-summary/page-summary-content.component.ts","../../../../../../../../libs/components/layout/src/lib/modules/page-summary/page-summary-content.component.html"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,eAAe,CAAC;;AAE1C;;GAEG;AAMH,0BAA0B;AAC1B,iEAAiE;AACjE,MAAM,OAAO,8BAA8B;;4HAA9B,8BAA8B;gHAA9B,8BAA8B,gECZ3C,iFAGA;4FDSa,8BAA8B;kBAP1C,SAAS;mBAAC;oBACT,QAAQ,EAAE,0BAA0B;oBACpC,WAAW,EAAE,uCAAuC;oBACpD,SAAS,EAAE,CAAC,uCAAuC,CAAC;iBACrD","sourcesContent":["import { Component } from '@angular/core';\n\n/**\n * Displays content in the arbitrary section of the page summary.\n */\n@Component({\n selector: 'sky-page-summary-content',\n templateUrl: './page-summary-content.component.html',\n styleUrls: ['./page-summary-content.component.scss'],\n})\n/* istanbul ignore next */\n/* Code coverage having problems with no statements in classes */\nexport class SkyPageSummaryContentComponent {}\n","<div class=\"sky-page-summary-content\">\n <ng-content></ng-content>\n</div>\n"]}
|
|
@@ -8,9 +8,9 @@ import * as i0 from "@angular/core";
|
|
|
8
8
|
/* Code coverage having problems with no statements in classes */
|
|
9
9
|
export class SkyPageSummaryImageComponent {
|
|
10
10
|
}
|
|
11
|
-
SkyPageSummaryImageComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
12
|
-
SkyPageSummaryImageComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.
|
|
13
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
11
|
+
SkyPageSummaryImageComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: SkyPageSummaryImageComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
12
|
+
SkyPageSummaryImageComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: SkyPageSummaryImageComponent, selector: "sky-page-summary-image", ngImport: i0, template: "<div class=\"sky-page-summary-image\">\n <ng-content></ng-content>\n</div>\n", styles: [":host .sky-page-summary-image{width:100px;margin-left:auto;margin-right:auto;margin-bottom:10px}:host-context(.sky-responsive-container-xs) .sky-page-summary-image,:host-context(.sky-responsive-container-sm) .sky-page-summary-image,:host-context(.sky-responsive-container-md) .sky-page-summary-image,:host-context(.sky-responsive-container-lg) .sky-page-summary-image{width:100px;margin-left:auto;margin-right:auto;margin-bottom:10px}@media (min-width: 768px){:host .sky-page-summary-image{width:120px;flex:0 0 120px;margin:initial}}:host-context(.sky-responsive-container-sm) .sky-page-summary-image,:host-context(.sky-responsive-container-md) .sky-page-summary-image,:host-context(.sky-responsive-container-lg) .sky-page-summary-image{width:120px;flex:0 0 120px;margin:initial}\n"] });
|
|
13
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: SkyPageSummaryImageComponent, decorators: [{
|
|
14
14
|
type: Component,
|
|
15
15
|
args: [{
|
|
16
16
|
selector: 'sky-page-summary-image',
|
|
@@ -18,4 +18,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImpo
|
|
|
18
18
|
styleUrls: ['./page-summary-image.component.scss'],
|
|
19
19
|
}]
|
|
20
20
|
}] });
|
|
21
|
-
//# sourceMappingURL=
|
|
21
|
+
//# sourceMappingURL=page-summary-image.component.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"page-summary-image.component.js","sourceRoot":"","sources":["../../../../../../../../libs/components/layout/src/lib/modules/page-summary/page-summary-image.component.ts","../../../../../../../../libs/components/layout/src/lib/modules/page-summary/page-summary-image.component.html"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,eAAe,CAAC;;AAE1C;;;GAGG;AAMH,0BAA0B;AAC1B,iEAAiE;AACjE,MAAM,OAAO,4BAA4B;;0HAA5B,4BAA4B;8GAA5B,4BAA4B,8DCbzC,+EAGA;4FDUa,4BAA4B;kBAPxC,SAAS;mBAAC;oBACT,QAAQ,EAAE,wBAAwB;oBAClC,WAAW,EAAE,qCAAqC;oBAClD,SAAS,EAAE,CAAC,qCAAqC,CAAC;iBACnD","sourcesContent":["import { Component } from '@angular/core';\n\n/**\n * Displays an image in the page summary to identify a record\n * or help users complete a core task.\n */\n@Component({\n selector: 'sky-page-summary-image',\n templateUrl: './page-summary-image.component.html',\n styleUrls: ['./page-summary-image.component.scss'],\n})\n/* istanbul ignore next */\n/* Code coverage having problems with no statements in classes */\nexport class SkyPageSummaryImageComponent {}\n","<div class=\"sky-page-summary-image\">\n <ng-content></ng-content>\n</div>\n"]}
|
|
@@ -6,9 +6,9 @@ import * as i0 from "@angular/core";
|
|
|
6
6
|
*/
|
|
7
7
|
export class SkyPageSummaryKeyInfoComponent {
|
|
8
8
|
}
|
|
9
|
-
SkyPageSummaryKeyInfoComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
10
|
-
SkyPageSummaryKeyInfoComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.
|
|
11
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
9
|
+
SkyPageSummaryKeyInfoComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: SkyPageSummaryKeyInfoComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
10
|
+
SkyPageSummaryKeyInfoComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: SkyPageSummaryKeyInfoComponent, selector: "sky-page-summary-key-info", ngImport: i0, template: "<div class=\"sky-page-summary-key-info\">\n <ng-content></ng-content>\n</div>\n", styles: [":host .sky-page-summary-key-info{margin-top:20px}:host-context(.sky-responsive-container-xs) .sky-page-summary-key-info,:host-context(.sky-responsive-container-sm) .sky-page-summary-key-info,:host-context(.sky-responsive-container-md) .sky-page-summary-key-info,:host-context(.sky-responsive-container-lg) .sky-page-summary-key-info{margin-top:20px}@media (min-width: 768px){:host .sky-page-summary-key-info{margin-top:initial}}:host-context(.sky-responsive-container-sm) .sky-page-summary-key-info,:host-context(.sky-responsive-container-md) .sky-page-summary-key-info,:host-context(.sky-responsive-container-lg) .sky-page-summary-key-info{margin-top:initial}.sky-page-summary-key-info ::ng-deep .sky-key-info{display:block}\n"] });
|
|
11
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: SkyPageSummaryKeyInfoComponent, decorators: [{
|
|
12
12
|
type: Component,
|
|
13
13
|
args: [{
|
|
14
14
|
selector: 'sky-page-summary-key-info',
|
|
@@ -16,4 +16,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImpo
|
|
|
16
16
|
styleUrls: ['./page-summary-key-info.component.scss'],
|
|
17
17
|
}]
|
|
18
18
|
}] });
|
|
19
|
-
//# sourceMappingURL=
|
|
19
|
+
//# sourceMappingURL=page-summary-key-info.component.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"page-summary-key-info.component.js","sourceRoot":"","sources":["../../../../../../../../libs/components/layout/src/lib/modules/page-summary/page-summary-key-info.component.ts","../../../../../../../../libs/components/layout/src/lib/modules/page-summary/page-summary-key-info.component.html"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,eAAe,CAAC;;AAE1C;;;GAGG;AAMH,MAAM,OAAO,8BAA8B;;4HAA9B,8BAA8B;gHAA9B,8BAA8B,iECX3C,kFAGA;4FDQa,8BAA8B;kBAL1C,SAAS;mBAAC;oBACT,QAAQ,EAAE,2BAA2B;oBACrC,WAAW,EAAE,wCAAwC;oBACrD,SAAS,EAAE,CAAC,wCAAwC,CAAC;iBACtD","sourcesContent":["import { Component } from '@angular/core';\n\n/**\n * Highlights important information about a page in the key information section of the\n * page summary.\n */\n@Component({\n selector: 'sky-page-summary-key-info',\n templateUrl: './page-summary-key-info.component.html',\n styleUrls: ['./page-summary-key-info.component.scss'],\n})\nexport class SkyPageSummaryKeyInfoComponent {}\n","<div class=\"sky-page-summary-key-info\">\n <ng-content></ng-content>\n</div>\n"]}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { Component } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
/**
|
|
4
|
+
* Displays [labels](https://developer.blackbaud.com/skyux/components/label)
|
|
5
|
+
* to highlight important status information about a page's content.
|
|
6
|
+
*/
|
|
7
|
+
/* istanbul ignore next */
|
|
8
|
+
/* Code coverage having problems with no statements in classes */
|
|
9
|
+
export class SkyPageSummaryStatusComponent {
|
|
10
|
+
}
|
|
11
|
+
SkyPageSummaryStatusComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: SkyPageSummaryStatusComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
12
|
+
SkyPageSummaryStatusComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: SkyPageSummaryStatusComponent, selector: "sky-page-summary-status", ngImport: i0, template: "<div class=\"sky-page-summary-status\">\n <ng-content></ng-content>\n</div>\n", styles: [".sky-page-summary-status{margin-top:10px}.sky-page-summary-status ::ng-deep .sky-label{margin-right:5px}\n"] });
|
|
13
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: SkyPageSummaryStatusComponent, decorators: [{
|
|
14
|
+
type: Component,
|
|
15
|
+
args: [{
|
|
16
|
+
selector: 'sky-page-summary-status',
|
|
17
|
+
templateUrl: './page-summary-status.component.html',
|
|
18
|
+
styleUrls: ['./page-summary-status.component.scss'],
|
|
19
|
+
}]
|
|
20
|
+
}] });
|
|
21
|
+
//# sourceMappingURL=page-summary-status.component.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"page-summary-status.component.js","sourceRoot":"","sources":["../../../../../../../../libs/components/layout/src/lib/modules/page-summary/page-summary-status.component.ts","../../../../../../../../libs/components/layout/src/lib/modules/page-summary/page-summary-status.component.html"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,eAAe,CAAC;;AAE1C;;;GAGG;AAMH,0BAA0B;AAC1B,iEAAiE;AACjE,MAAM,OAAO,6BAA6B;;2HAA7B,6BAA6B;+GAA7B,6BAA6B,+DCb1C,gFAGA;4FDUa,6BAA6B;kBAPzC,SAAS;mBAAC;oBACT,QAAQ,EAAE,yBAAyB;oBACnC,WAAW,EAAE,sCAAsC;oBACnD,SAAS,EAAE,CAAC,sCAAsC,CAAC;iBACpD","sourcesContent":["import { Component } from '@angular/core';\n\n/**\n * Displays [labels](https://developer.blackbaud.com/skyux/components/label)\n * to highlight important status information about a page's content.\n */\n@Component({\n selector: 'sky-page-summary-status',\n templateUrl: './page-summary-status.component.html',\n styleUrls: ['./page-summary-status.component.scss'],\n})\n/* istanbul ignore next */\n/* Code coverage having problems with no statements in classes */\nexport class SkyPageSummaryStatusComponent {}\n","<div class=\"sky-page-summary-status\">\n <ng-content></ng-content>\n</div>\n"]}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { Component } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
/**
|
|
4
|
+
* Specifies a subtitle to identify the page content.
|
|
5
|
+
*/
|
|
6
|
+
/* istanbul ignore next */
|
|
7
|
+
/* Code coverage having problems with no statements in classes */
|
|
8
|
+
export class SkyPageSummarySubtitleComponent {
|
|
9
|
+
}
|
|
10
|
+
SkyPageSummarySubtitleComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: SkyPageSummarySubtitleComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
11
|
+
SkyPageSummarySubtitleComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: SkyPageSummarySubtitleComponent, selector: "sky-page-summary-subtitle", ngImport: i0, template: "<p class=\"sky-page-summary-subtitle sky-emphasized\">\n <ng-content></ng-content>\n</p>\n", styles: [".sky-page-summary-subtitle{margin-top:0;margin-bottom:10px;line-height:1.1}\n"] });
|
|
12
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: SkyPageSummarySubtitleComponent, decorators: [{
|
|
13
|
+
type: Component,
|
|
14
|
+
args: [{
|
|
15
|
+
selector: 'sky-page-summary-subtitle',
|
|
16
|
+
templateUrl: './page-summary-subtitle.component.html',
|
|
17
|
+
styleUrls: ['./page-summary-subtitle.component.scss'],
|
|
18
|
+
}]
|
|
19
|
+
}] });
|
|
20
|
+
//# sourceMappingURL=page-summary-subtitle.component.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"page-summary-subtitle.component.js","sourceRoot":"","sources":["../../../../../../../../libs/components/layout/src/lib/modules/page-summary/page-summary-subtitle.component.ts","../../../../../../../../libs/components/layout/src/lib/modules/page-summary/page-summary-subtitle.component.html"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,eAAe,CAAC;;AAE1C;;GAEG;AAMH,0BAA0B;AAC1B,iEAAiE;AACjE,MAAM,OAAO,+BAA+B;;6HAA/B,+BAA+B;iHAA/B,+BAA+B,iECZ5C,6FAGA;4FDSa,+BAA+B;kBAP3C,SAAS;mBAAC;oBACT,QAAQ,EAAE,2BAA2B;oBACrC,WAAW,EAAE,wCAAwC;oBACrD,SAAS,EAAE,CAAC,wCAAwC,CAAC;iBACtD","sourcesContent":["import { Component } from '@angular/core';\n\n/**\n * Specifies a subtitle to identify the page content.\n */\n@Component({\n selector: 'sky-page-summary-subtitle',\n templateUrl: './page-summary-subtitle.component.html',\n styleUrls: ['./page-summary-subtitle.component.scss'],\n})\n/* istanbul ignore next */\n/* Code coverage having problems with no statements in classes */\nexport class SkyPageSummarySubtitleComponent {}\n","<p class=\"sky-page-summary-subtitle sky-emphasized\">\n <ng-content></ng-content>\n</p>\n"]}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { Component } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
/**
|
|
4
|
+
* Specifies a title to identify the page content.
|
|
5
|
+
*/
|
|
6
|
+
/* istanbul ignore next */
|
|
7
|
+
/* Code coverage having problems with no statements in classes */
|
|
8
|
+
export class SkyPageSummaryTitleComponent {
|
|
9
|
+
}
|
|
10
|
+
SkyPageSummaryTitleComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: SkyPageSummaryTitleComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
11
|
+
SkyPageSummaryTitleComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: SkyPageSummaryTitleComponent, selector: "sky-page-summary-title", ngImport: i0, template: "<h1 class=\"sky-page-summary-title sky-page-heading\">\n <ng-content></ng-content>\n</h1>\n", styles: [".sky-page-summary-title{margin-top:0;margin-bottom:5px}\n"] });
|
|
12
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: SkyPageSummaryTitleComponent, decorators: [{
|
|
13
|
+
type: Component,
|
|
14
|
+
args: [{
|
|
15
|
+
selector: 'sky-page-summary-title',
|
|
16
|
+
templateUrl: './page-summary-title.component.html',
|
|
17
|
+
styleUrls: ['./page-summary-title.component.scss'],
|
|
18
|
+
}]
|
|
19
|
+
}] });
|
|
20
|
+
//# sourceMappingURL=page-summary-title.component.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"page-summary-title.component.js","sourceRoot":"","sources":["../../../../../../../../libs/components/layout/src/lib/modules/page-summary/page-summary-title.component.ts","../../../../../../../../libs/components/layout/src/lib/modules/page-summary/page-summary-title.component.html"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,eAAe,CAAC;;AAE1C;;GAEG;AAMH,0BAA0B;AAC1B,iEAAiE;AACjE,MAAM,OAAO,4BAA4B;;0HAA5B,4BAA4B;8GAA5B,4BAA4B,8DCZzC,8FAGA;4FDSa,4BAA4B;kBAPxC,SAAS;mBAAC;oBACT,QAAQ,EAAE,wBAAwB;oBAClC,WAAW,EAAE,qCAAqC;oBAClD,SAAS,EAAE,CAAC,qCAAqC,CAAC;iBACnD","sourcesContent":["import { Component } from '@angular/core';\n\n/**\n * Specifies a title to identify the page content.\n */\n@Component({\n selector: 'sky-page-summary-title',\n templateUrl: './page-summary-title.component.html',\n styleUrls: ['./page-summary-title.component.scss'],\n})\n/* istanbul ignore next */\n/* Code coverage having problems with no statements in classes */\nexport class SkyPageSummaryTitleComponent {}\n","<h1 class=\"sky-page-summary-title sky-page-heading\">\n <ng-content></ng-content>\n</h1>\n"]}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { Component, ContentChildren, } from '@angular/core';
|
|
2
|
-
import { SkyMediaBreakpoints } from '@skyux/core';
|
|
1
|
+
import { Component, ContentChildren, ElementRef, QueryList, } from '@angular/core';
|
|
2
|
+
import { SkyMediaBreakpoints, SkyMediaQueryService } from '@skyux/core';
|
|
3
3
|
import { SkyPageSummaryAdapterService } from './page-summary-adapter.service';
|
|
4
4
|
import { SkyPageSummaryKeyInfoComponent } from './page-summary-key-info.component';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
@@ -31,9 +31,9 @@ export class SkyPageSummaryComponent {
|
|
|
31
31
|
}
|
|
32
32
|
}
|
|
33
33
|
}
|
|
34
|
-
SkyPageSummaryComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
35
|
-
SkyPageSummaryComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.
|
|
36
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
34
|
+
SkyPageSummaryComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: SkyPageSummaryComponent, deps: [{ token: i0.ElementRef }, { token: i1.SkyPageSummaryAdapterService }, { token: i2.SkyMediaQueryService }], target: i0.ɵɵFactoryTarget.Component });
|
|
35
|
+
SkyPageSummaryComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: SkyPageSummaryComponent, selector: "sky-page-summary", providers: [SkyPageSummaryAdapterService], queries: [{ propertyName: "keyInfoComponents", predicate: SkyPageSummaryKeyInfoComponent, read: SkyPageSummaryKeyInfoComponent }], ngImport: i0, template: "<div\n class=\"sky-page-summary\"\n [ngClass]=\"{ 'sky-page-summary-with-key-info': hasKeyInfo }\"\n>\n <ng-content select=\"sky-page-summary-alert\"></ng-content>\n <div class=\"sky-page-summary-row\">\n <div class=\"sky-page-summary-left\">\n <ng-content select=\"sky-page-summary-image\"></ng-content>\n <div class=\"sky-page-summary-data\">\n <ng-content select=\"sky-page-summary-title\"></ng-content>\n <ng-content select=\"sky-page-summary-subtitle\"></ng-content>\n <ng-content select=\"sky-page-summary-status\"></ng-content>\n <div class=\"sky-page-summary-key-info-xs\"></div>\n <ng-content select=\"sky-page-summary-content\"></ng-content>\n </div>\n </div>\n <div class=\"sky-page-summary-key-info-sm\">\n <div class=\"sky-page-summary-key-info-container\">\n <ng-content select=\"sky-page-summary-key-info\"></ng-content>\n </div>\n </div>\n </div>\n</div>\n", styles: [".sky-page-summary{background-color:#fff;padding:20px 15px}.sky-page-summary-row{align-items:stretch;display:flex}:host .sky-page-summary-left{flex-basis:100%;display:initial;align-items:initial}:host .sky-page-summary-with-key-info .sky-page-summary-left{flex-basis:100%;padding-right:initial}:host-context(.sky-responsive-container-xs) .sky-page-summary-left,:host-context(.sky-responsive-container-sm) .sky-page-summary-left,:host-context(.sky-responsive-container-md) .sky-page-summary-left,:host-context(.sky-responsive-container-lg) .sky-page-summary-left{flex-basis:100%;display:initial;align-items:initial}:host-context(.sky-responsive-container-xs) .sky-page-summary-with-key-info .sky-page-summary-left,:host-context(.sky-responsive-container-sm) .sky-page-summary-with-key-info .sky-page-summary-left,:host-context(.sky-responsive-container-md) .sky-page-summary-with-key-info .sky-page-summary-left,:host-context(.sky-responsive-container-lg) .sky-page-summary-with-key-info .sky-page-summary-left{flex-basis:100%;padding-right:initial}@media (min-width: 768px){:host .sky-page-summary-with-key-info .sky-page-summary-left{flex-basis:75%;padding-right:15px}:host .sky-page-summary-with-key-info .sky-page-summary-right{flex-basis:25%}:host .sky-page-summary-left{align-items:stretch;display:flex}:host .sky-page-summary-data{flex-grow:1}}:host-context(.sky-responsive-container-sm) .sky-page-summary-with-key-info .sky-page-summary-left,:host-context(.sky-responsive-container-md) .sky-page-summary-with-key-info .sky-page-summary-left,:host-context(.sky-responsive-container-lg) .sky-page-summary-with-key-info .sky-page-summary-left{flex-basis:75%;padding-right:15px}:host-context(.sky-responsive-container-sm) .sky-page-summary-with-key-info .sky-page-summary-right,:host-context(.sky-responsive-container-md) .sky-page-summary-with-key-info .sky-page-summary-right,:host-context(.sky-responsive-container-lg) .sky-page-summary-with-key-info .sky-page-summary-right{flex-basis:25%}:host-context(.sky-responsive-container-sm) .sky-page-summary-left,:host-context(.sky-responsive-container-md) .sky-page-summary-left,:host-context(.sky-responsive-container-lg) .sky-page-summary-left{align-items:stretch;display:flex}:host-context(.sky-responsive-container-sm) .sky-page-summary-data,:host-context(.sky-responsive-container-md) .sky-page-summary-data,:host-context(.sky-responsive-container-lg) .sky-page-summary-data{flex-grow:1}\n"], directives: [{ type: i3.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }] });
|
|
36
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: SkyPageSummaryComponent, decorators: [{
|
|
37
37
|
type: Component,
|
|
38
38
|
args: [{
|
|
39
39
|
selector: 'sky-page-summary',
|
|
@@ -47,4 +47,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImpo
|
|
|
47
47
|
read: SkyPageSummaryKeyInfoComponent,
|
|
48
48
|
}]
|
|
49
49
|
}] } });
|
|
50
|
-
//# sourceMappingURL=
|
|
50
|
+
//# sourceMappingURL=page-summary.component.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"page-summary.component.js","sourceRoot":"","sources":["../../../../../../../../libs/components/layout/src/lib/modules/page-summary/page-summary.component.ts","../../../../../../../../libs/components/layout/src/lib/modules/page-summary/page-summary.component.html"],"names":[],"mappings":"AAAA,OAAO,EAEL,SAAS,EACT,eAAe,EACf,UAAU,EAEV,SAAS,GACV,MAAM,eAAe,CAAC;AAEvB,OAAO,EAAE,mBAAmB,EAAE,oBAAoB,EAAE,MAAM,aAAa,CAAC;AAIxE,OAAO,EAAE,4BAA4B,EAAE,MAAM,gCAAgC,CAAC;AAE9E,OAAO,EAAE,8BAA8B,EAAE,MAAM,mCAAmC,CAAC;;;;;AAEnF;;GAEG;AAOH,MAAM,OAAO,uBAAuB;IAYlC,YACU,KAAiB,EACjB,OAAqC,EACrC,iBAAuC;QAFvC,UAAK,GAAL,KAAK,CAAY;QACjB,YAAO,GAAP,OAAO,CAA8B;QACrC,sBAAiB,GAAjB,iBAAiB,CAAsB;IAC9C,CAAC;IAfJ,IAAW,UAAU;QACnB,OAAO,IAAI,CAAC,iBAAiB,CAAC,MAAM,GAAG,CAAC,CAAC;IAC3C,CAAC;IAeM,eAAe;QACpB,IAAI,CAAC,sBAAsB,GAAG,IAAI,CAAC,iBAAiB,CAAC,SAAS,CAC5D,CAAC,IAAyB,EAAE,EAAE;YAC5B,IAAI,CAAC,OAAO,CAAC,qBAAqB,CAChC,IAAI,CAAC,KAAK,EACV,IAAI,KAAK,mBAAmB,CAAC,EAAE,CAChC,CAAC;QACJ,CAAC,CACF,CAAC;IACJ,CAAC;IAEM,WAAW;QAChB,0BAA0B;QAC1B,kBAAkB;QAClB,IAAI,IAAI,CAAC,sBAAsB,EAAE;YAC/B,IAAI,CAAC,sBAAsB,CAAC,WAAW,EAAE,CAAC;SAC3C;IACH,CAAC;;qHAnCU,uBAAuB;yGAAvB,uBAAuB,2CAFvB,CAAC,4BAA4B,CAAC,4DAOxB,8BAA8B,QACvC,8BAA8B,6BChCxC,87BAuBA;4FDGa,uBAAuB;kBANnC,SAAS;mBAAC;oBACT,QAAQ,EAAE,kBAAkB;oBAC5B,WAAW,EAAE,+BAA+B;oBAC5C,SAAS,EAAE,CAAC,+BAA+B,CAAC;oBAC5C,SAAS,EAAE,CAAC,4BAA4B,CAAC;iBAC1C;+KASS,iBAAiB;sBAHxB,eAAe;uBAAC,8BAA8B,EAAE;wBAC/C,IAAI,EAAE,8BAA8B;qBACrC","sourcesContent":["import {\n AfterViewInit,\n Component,\n ContentChildren,\n ElementRef,\n OnDestroy,\n QueryList,\n} from '@angular/core';\n\nimport { SkyMediaBreakpoints, SkyMediaQueryService } from '@skyux/core';\n\nimport { Subscription } from 'rxjs';\n\nimport { SkyPageSummaryAdapterService } from './page-summary-adapter.service';\n\nimport { SkyPageSummaryKeyInfoComponent } from './page-summary-key-info.component';\n\n/**\n * Specifies the components to display in the page summary.\n */\n@Component({\n selector: 'sky-page-summary',\n templateUrl: './page-summary.component.html',\n styleUrls: ['./page-summary.component.scss'],\n providers: [SkyPageSummaryAdapterService],\n})\nexport class SkyPageSummaryComponent implements OnDestroy, AfterViewInit {\n public get hasKeyInfo(): boolean {\n return this.keyInfoComponents.length > 0;\n }\n\n @ContentChildren(SkyPageSummaryKeyInfoComponent, {\n read: SkyPageSummaryKeyInfoComponent,\n })\n private keyInfoComponents: QueryList<SkyPageSummaryKeyInfoComponent>;\n\n private breakpointSubscription: Subscription;\n\n constructor(\n private elRef: ElementRef,\n private adapter: SkyPageSummaryAdapterService,\n private mediaQueryService: SkyMediaQueryService\n ) {}\n\n public ngAfterViewInit() {\n this.breakpointSubscription = this.mediaQueryService.subscribe(\n (args: SkyMediaBreakpoints) => {\n this.adapter.updateKeyInfoLocation(\n this.elRef,\n args === SkyMediaBreakpoints.xs\n );\n }\n );\n }\n\n public ngOnDestroy() {\n /* istanbul ignore else */\n /* sanity check */\n if (this.breakpointSubscription) {\n this.breakpointSubscription.unsubscribe();\n }\n }\n}\n","<div\n class=\"sky-page-summary\"\n [ngClass]=\"{ 'sky-page-summary-with-key-info': hasKeyInfo }\"\n>\n <ng-content select=\"sky-page-summary-alert\"></ng-content>\n <div class=\"sky-page-summary-row\">\n <div class=\"sky-page-summary-left\">\n <ng-content select=\"sky-page-summary-image\"></ng-content>\n <div class=\"sky-page-summary-data\">\n <ng-content select=\"sky-page-summary-title\"></ng-content>\n <ng-content select=\"sky-page-summary-subtitle\"></ng-content>\n <ng-content select=\"sky-page-summary-status\"></ng-content>\n <div class=\"sky-page-summary-key-info-xs\"></div>\n <ng-content select=\"sky-page-summary-content\"></ng-content>\n </div>\n </div>\n <div class=\"sky-page-summary-key-info-sm\">\n <div class=\"sky-page-summary-key-info-container\">\n <ng-content select=\"sky-page-summary-key-info\"></ng-content>\n </div>\n </div>\n </div>\n</div>\n"]}
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
import { CommonModule } from '@angular/common';
|
|
2
|
+
import { NgModule } from '@angular/core';
|
|
3
|
+
import { SkyPageSummaryAlertComponent } from './page-summary-alert.component';
|
|
4
|
+
import { SkyPageSummaryContentComponent } from './page-summary-content.component';
|
|
5
|
+
import { SkyPageSummaryImageComponent } from './page-summary-image.component';
|
|
6
|
+
import { SkyPageSummaryKeyInfoComponent } from './page-summary-key-info.component';
|
|
7
|
+
import { SkyPageSummaryStatusComponent } from './page-summary-status.component';
|
|
8
|
+
import { SkyPageSummarySubtitleComponent } from './page-summary-subtitle.component';
|
|
9
|
+
import { SkyPageSummaryTitleComponent } from './page-summary-title.component';
|
|
10
|
+
import { SkyPageSummaryComponent } from './page-summary.component';
|
|
11
|
+
import * as i0 from "@angular/core";
|
|
12
|
+
export class SkyPageSummaryModule {
|
|
13
|
+
}
|
|
14
|
+
SkyPageSummaryModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: SkyPageSummaryModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
15
|
+
SkyPageSummaryModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: SkyPageSummaryModule, declarations: [SkyPageSummaryAlertComponent,
|
|
16
|
+
SkyPageSummaryComponent,
|
|
17
|
+
SkyPageSummaryContentComponent,
|
|
18
|
+
SkyPageSummaryImageComponent,
|
|
19
|
+
SkyPageSummaryKeyInfoComponent,
|
|
20
|
+
SkyPageSummaryStatusComponent,
|
|
21
|
+
SkyPageSummarySubtitleComponent,
|
|
22
|
+
SkyPageSummaryTitleComponent], imports: [CommonModule], exports: [SkyPageSummaryAlertComponent,
|
|
23
|
+
SkyPageSummaryComponent,
|
|
24
|
+
SkyPageSummaryContentComponent,
|
|
25
|
+
SkyPageSummaryImageComponent,
|
|
26
|
+
SkyPageSummaryKeyInfoComponent,
|
|
27
|
+
SkyPageSummaryStatusComponent,
|
|
28
|
+
SkyPageSummarySubtitleComponent,
|
|
29
|
+
SkyPageSummaryTitleComponent] });
|
|
30
|
+
SkyPageSummaryModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: SkyPageSummaryModule, imports: [[CommonModule]] });
|
|
31
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: SkyPageSummaryModule, decorators: [{
|
|
32
|
+
type: NgModule,
|
|
33
|
+
args: [{
|
|
34
|
+
declarations: [
|
|
35
|
+
SkyPageSummaryAlertComponent,
|
|
36
|
+
SkyPageSummaryComponent,
|
|
37
|
+
SkyPageSummaryContentComponent,
|
|
38
|
+
SkyPageSummaryImageComponent,
|
|
39
|
+
SkyPageSummaryKeyInfoComponent,
|
|
40
|
+
SkyPageSummaryStatusComponent,
|
|
41
|
+
SkyPageSummarySubtitleComponent,
|
|
42
|
+
SkyPageSummaryTitleComponent,
|
|
43
|
+
],
|
|
44
|
+
imports: [CommonModule],
|
|
45
|
+
exports: [
|
|
46
|
+
SkyPageSummaryAlertComponent,
|
|
47
|
+
SkyPageSummaryComponent,
|
|
48
|
+
SkyPageSummaryContentComponent,
|
|
49
|
+
SkyPageSummaryImageComponent,
|
|
50
|
+
SkyPageSummaryKeyInfoComponent,
|
|
51
|
+
SkyPageSummaryStatusComponent,
|
|
52
|
+
SkyPageSummarySubtitleComponent,
|
|
53
|
+
SkyPageSummaryTitleComponent,
|
|
54
|
+
],
|
|
55
|
+
}]
|
|
56
|
+
}] });
|
|
57
|
+
//# sourceMappingURL=page-summary.module.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"page-summary.module.js","sourceRoot":"","sources":["../../../../../../../../libs/components/layout/src/lib/modules/page-summary/page-summary.module.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;AAE/C,OAAO,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAC;AAEzC,OAAO,EAAE,4BAA4B,EAAE,MAAM,gCAAgC,CAAC;AAE9E,OAAO,EAAE,8BAA8B,EAAE,MAAM,kCAAkC,CAAC;AAElF,OAAO,EAAE,4BAA4B,EAAE,MAAM,gCAAgC,CAAC;AAE9E,OAAO,EAAE,8BAA8B,EAAE,MAAM,mCAAmC,CAAC;AAEnF,OAAO,EAAE,6BAA6B,EAAE,MAAM,iCAAiC,CAAC;AAEhF,OAAO,EAAE,+BAA+B,EAAE,MAAM,mCAAmC,CAAC;AAEpF,OAAO,EAAE,4BAA4B,EAAE,MAAM,gCAAgC,CAAC;AAE9E,OAAO,EAAE,uBAAuB,EAAE,MAAM,0BAA0B,CAAC;;AAyBnE,MAAM,OAAO,oBAAoB;;kHAApB,oBAAoB;mHAApB,oBAAoB,iBArB7B,4BAA4B;QAC5B,uBAAuB;QACvB,8BAA8B;QAC9B,4BAA4B;QAC5B,8BAA8B;QAC9B,6BAA6B;QAC7B,+BAA+B;QAC/B,4BAA4B,aAEpB,YAAY,aAEpB,4BAA4B;QAC5B,uBAAuB;QACvB,8BAA8B;QAC9B,4BAA4B;QAC5B,8BAA8B;QAC9B,6BAA6B;QAC7B,+BAA+B;QAC/B,4BAA4B;mHAGnB,oBAAoB,YAZtB,CAAC,YAAY,CAAC;4FAYZ,oBAAoB;kBAvBhC,QAAQ;mBAAC;oBACR,YAAY,EAAE;wBACZ,4BAA4B;wBAC5B,uBAAuB;wBACvB,8BAA8B;wBAC9B,4BAA4B;wBAC5B,8BAA8B;wBAC9B,6BAA6B;wBAC7B,+BAA+B;wBAC/B,4BAA4B;qBAC7B;oBACD,OAAO,EAAE,CAAC,YAAY,CAAC;oBACvB,OAAO,EAAE;wBACP,4BAA4B;wBAC5B,uBAAuB;wBACvB,8BAA8B;wBAC9B,4BAA4B;wBAC5B,8BAA8B;wBAC9B,6BAA6B;wBAC7B,+BAA+B;wBAC/B,4BAA4B;qBAC7B;iBACF","sourcesContent":["import { CommonModule } from '@angular/common';\n\nimport { NgModule } from '@angular/core';\n\nimport { SkyPageSummaryAlertComponent } from './page-summary-alert.component';\n\nimport { SkyPageSummaryContentComponent } from './page-summary-content.component';\n\nimport { SkyPageSummaryImageComponent } from './page-summary-image.component';\n\nimport { SkyPageSummaryKeyInfoComponent } from './page-summary-key-info.component';\n\nimport { SkyPageSummaryStatusComponent } from './page-summary-status.component';\n\nimport { SkyPageSummarySubtitleComponent } from './page-summary-subtitle.component';\n\nimport { SkyPageSummaryTitleComponent } from './page-summary-title.component';\n\nimport { SkyPageSummaryComponent } from './page-summary.component';\n\n@NgModule({\n declarations: [\n SkyPageSummaryAlertComponent,\n SkyPageSummaryComponent,\n SkyPageSummaryContentComponent,\n SkyPageSummaryImageComponent,\n SkyPageSummaryKeyInfoComponent,\n SkyPageSummaryStatusComponent,\n SkyPageSummarySubtitleComponent,\n SkyPageSummaryTitleComponent,\n ],\n imports: [CommonModule],\n exports: [\n SkyPageSummaryAlertComponent,\n SkyPageSummaryComponent,\n SkyPageSummaryContentComponent,\n SkyPageSummaryImageComponent,\n SkyPageSummaryKeyInfoComponent,\n SkyPageSummaryStatusComponent,\n SkyPageSummarySubtitleComponent,\n SkyPageSummaryTitleComponent,\n ],\n})\nexport class SkyPageSummaryModule {}\n"]}
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* NOTICE: DO NOT MODIFY THIS FILE!
|
|
3
|
+
* The contents of this file were automatically generated by
|
|
4
|
+
* the 'ng generate @skyux/i18n:lib-resources-module modules/shared/sky-layout' schematic.
|
|
5
|
+
* To update this file, simply rerun the command.
|
|
6
|
+
*/
|
|
7
|
+
import { NgModule } from '@angular/core';
|
|
8
|
+
import { getLibStringForLocale, SkyI18nModule, SKY_LIB_RESOURCES_PROVIDERS, } from '@skyux/i18n';
|
|
9
|
+
import * as i0 from "@angular/core";
|
|
10
|
+
const RESOURCES = {
|
|
11
|
+
'EN-US': {
|
|
12
|
+
skyux_back_to_top: { message: 'Back to top' },
|
|
13
|
+
skyux_card_checkbox_label: { message: 'Select card' },
|
|
14
|
+
skyux_definition_list_none_found: { message: 'None found.' },
|
|
15
|
+
skyux_description_list_none_found: { message: 'None found.' },
|
|
16
|
+
skyux_inline_delete_assistive_text: {
|
|
17
|
+
message: 'Are you sure you want to delete this item?',
|
|
18
|
+
},
|
|
19
|
+
skyux_inline_delete_cancel: { message: 'Cancel' },
|
|
20
|
+
skyux_inline_delete_confirm_deletion: { message: 'Confirm deletion' },
|
|
21
|
+
skyux_inline_delete_delete: { message: 'Delete' },
|
|
22
|
+
skyux_text_expand_close_text: { message: 'Close' },
|
|
23
|
+
skyux_text_expand_modal_title: { message: 'Expanded view' },
|
|
24
|
+
skyux_text_expand_see_less: { message: 'See less' },
|
|
25
|
+
skyux_text_expand_see_more: { message: 'See more' },
|
|
26
|
+
},
|
|
27
|
+
};
|
|
28
|
+
export class SkyLayoutResourcesProvider {
|
|
29
|
+
getString(localeInfo, name) {
|
|
30
|
+
return getLibStringForLocale(RESOURCES, localeInfo.locale, name);
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
/**
|
|
34
|
+
* Import into any component library module that needs to use resource strings.
|
|
35
|
+
*/
|
|
36
|
+
export class SkyLayoutResourcesModule {
|
|
37
|
+
}
|
|
38
|
+
SkyLayoutResourcesModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: SkyLayoutResourcesModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
39
|
+
SkyLayoutResourcesModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: SkyLayoutResourcesModule, exports: [SkyI18nModule] });
|
|
40
|
+
SkyLayoutResourcesModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: SkyLayoutResourcesModule, providers: [
|
|
41
|
+
{
|
|
42
|
+
provide: SKY_LIB_RESOURCES_PROVIDERS,
|
|
43
|
+
useClass: SkyLayoutResourcesProvider,
|
|
44
|
+
multi: true,
|
|
45
|
+
},
|
|
46
|
+
], imports: [SkyI18nModule] });
|
|
47
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: SkyLayoutResourcesModule, decorators: [{
|
|
48
|
+
type: NgModule,
|
|
49
|
+
args: [{
|
|
50
|
+
exports: [SkyI18nModule],
|
|
51
|
+
providers: [
|
|
52
|
+
{
|
|
53
|
+
provide: SKY_LIB_RESOURCES_PROVIDERS,
|
|
54
|
+
useClass: SkyLayoutResourcesProvider,
|
|
55
|
+
multi: true,
|
|
56
|
+
},
|
|
57
|
+
],
|
|
58
|
+
}]
|
|
59
|
+
}] });
|
|
60
|
+
//# sourceMappingURL=sky-layout-resources.module.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"sky-layout-resources.module.js","sourceRoot":"","sources":["../../../../../../../../libs/components/layout/src/lib/modules/shared/sky-layout-resources.module.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,OAAO,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAC;AACzC,OAAO,EACL,qBAAqB,EAErB,aAAa,EAGb,2BAA2B,GAC5B,MAAM,aAAa,CAAC;;AAErB,MAAM,SAAS,GAA0C;IACvD,OAAO,EAAE;QACP,iBAAiB,EAAE,EAAE,OAAO,EAAE,aAAa,EAAE;QAC7C,yBAAyB,EAAE,EAAE,OAAO,EAAE,aAAa,EAAE;QACrD,gCAAgC,EAAE,EAAE,OAAO,EAAE,aAAa,EAAE;QAC5D,iCAAiC,EAAE,EAAE,OAAO,EAAE,aAAa,EAAE;QAC7D,kCAAkC,EAAE;YAClC,OAAO,EAAE,4CAA4C;SACtD;QACD,0BAA0B,EAAE,EAAE,OAAO,EAAE,QAAQ,EAAE;QACjD,oCAAoC,EAAE,EAAE,OAAO,EAAE,kBAAkB,EAAE;QACrE,0BAA0B,EAAE,EAAE,OAAO,EAAE,QAAQ,EAAE;QACjD,4BAA4B,EAAE,EAAE,OAAO,EAAE,OAAO,EAAE;QAClD,6BAA6B,EAAE,EAAE,OAAO,EAAE,eAAe,EAAE;QAC3D,0BAA0B,EAAE,EAAE,OAAO,EAAE,UAAU,EAAE;QACnD,0BAA0B,EAAE,EAAE,OAAO,EAAE,UAAU,EAAE;KACpD;CACF,CAAC;AAEF,MAAM,OAAO,0BAA0B;IAC9B,SAAS,CAAC,UAA4B,EAAE,IAAY;QACzD,OAAO,qBAAqB,CAAC,SAAS,EAAE,UAAU,CAAC,MAAM,EAAE,IAAI,CAAC,CAAC;IACnE,CAAC;CACF;AAED;;GAEG;AAWH,MAAM,OAAO,wBAAwB;;sHAAxB,wBAAwB;uHAAxB,wBAAwB,YATzB,aAAa;uHASZ,wBAAwB,aARxB;QACT;YACE,OAAO,EAAE,2BAA2B;YACpC,QAAQ,EAAE,0BAA0B;YACpC,KAAK,EAAE,IAAI;SACZ;KACF,YAPS,aAAa;4FASZ,wBAAwB;kBAVpC,QAAQ;mBAAC;oBACR,OAAO,EAAE,CAAC,aAAa,CAAC;oBACxB,SAAS,EAAE;wBACT;4BACE,OAAO,EAAE,2BAA2B;4BACpC,QAAQ,EAAE,0BAA0B;4BACpC,KAAK,EAAE,IAAI;yBACZ;qBACF;iBACF","sourcesContent":["/**\n * NOTICE: DO NOT MODIFY THIS FILE!\n * The contents of this file were automatically generated by\n * the 'ng generate @skyux/i18n:lib-resources-module modules/shared/sky-layout' schematic.\n * To update this file, simply rerun the command.\n */\n\nimport { NgModule } from '@angular/core';\nimport {\n getLibStringForLocale,\n SkyAppLocaleInfo,\n SkyI18nModule,\n SkyLibResources,\n SkyLibResourcesProvider,\n SKY_LIB_RESOURCES_PROVIDERS,\n} from '@skyux/i18n';\n\nconst RESOURCES: { [locale: string]: SkyLibResources } = {\n 'EN-US': {\n skyux_back_to_top: { message: 'Back to top' },\n skyux_card_checkbox_label: { message: 'Select card' },\n skyux_definition_list_none_found: { message: 'None found.' },\n skyux_description_list_none_found: { message: 'None found.' },\n skyux_inline_delete_assistive_text: {\n message: 'Are you sure you want to delete this item?',\n },\n skyux_inline_delete_cancel: { message: 'Cancel' },\n skyux_inline_delete_confirm_deletion: { message: 'Confirm deletion' },\n skyux_inline_delete_delete: { message: 'Delete' },\n skyux_text_expand_close_text: { message: 'Close' },\n skyux_text_expand_modal_title: { message: 'Expanded view' },\n skyux_text_expand_see_less: { message: 'See less' },\n skyux_text_expand_see_more: { message: 'See more' },\n },\n};\n\nexport class SkyLayoutResourcesProvider implements SkyLibResourcesProvider {\n public getString(localeInfo: SkyAppLocaleInfo, name: string): string {\n return getLibStringForLocale(RESOURCES, localeInfo.locale, name);\n }\n}\n\n/**\n * Import into any component library module that needs to use resource strings.\n */\n@NgModule({\n exports: [SkyI18nModule],\n providers: [\n {\n provide: SKY_LIB_RESOURCES_PROVIDERS,\n useClass: SkyLayoutResourcesProvider,\n multi: true,\n },\n ],\n})\nexport class SkyLayoutResourcesModule {}\n"]}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { Injectable, RendererFactory2, } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
/**
|
|
4
|
+
* @internal
|
|
5
|
+
*/
|
|
6
|
+
export class SkyTextExpandAdapterService {
|
|
7
|
+
constructor(rendererFactory) {
|
|
8
|
+
this.rendererFactory = rendererFactory;
|
|
9
|
+
this.renderer = this.rendererFactory.createRenderer(undefined, undefined);
|
|
10
|
+
}
|
|
11
|
+
getContainerHeight(containerEl) {
|
|
12
|
+
return containerEl.nativeElement.offsetHeight;
|
|
13
|
+
}
|
|
14
|
+
setContainerHeight(containerEl, height) {
|
|
15
|
+
if (height === undefined) {
|
|
16
|
+
this.renderer.removeStyle(containerEl.nativeElement, 'max-height');
|
|
17
|
+
}
|
|
18
|
+
else {
|
|
19
|
+
this.renderer.setStyle(containerEl.nativeElement, 'max-height', height);
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
setText(textEl, text) {
|
|
23
|
+
textEl.nativeElement.textContent = text;
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
SkyTextExpandAdapterService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: SkyTextExpandAdapterService, deps: [{ token: i0.RendererFactory2 }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
27
|
+
SkyTextExpandAdapterService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: SkyTextExpandAdapterService });
|
|
28
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: SkyTextExpandAdapterService, decorators: [{
|
|
29
|
+
type: Injectable
|
|
30
|
+
}], ctorParameters: function () { return [{ type: i0.RendererFactory2 }]; } });
|
|
31
|
+
//# sourceMappingURL=text-expand-adapter.service.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"text-expand-adapter.service.js","sourceRoot":"","sources":["../../../../../../../../libs/components/layout/src/lib/modules/text-expand/text-expand-adapter.service.ts"],"names":[],"mappings":"AAAA,OAAO,EAEL,UAAU,EAEV,gBAAgB,GACjB,MAAM,eAAe,CAAC;;AAEvB;;GAEG;AAEH,MAAM,OAAO,2BAA2B;IAGtC,YAAoB,eAAiC;QAAjC,oBAAe,GAAf,eAAe,CAAkB;QACnD,IAAI,CAAC,QAAQ,GAAG,IAAI,CAAC,eAAe,CAAC,cAAc,CAAC,SAAS,EAAE,SAAS,CAAC,CAAC;IAC5E,CAAC;IAEM,kBAAkB,CAAC,WAAuB;QAC/C,OAAO,WAAW,CAAC,aAAa,CAAC,YAAY,CAAC;IAChD,CAAC;IAEM,kBAAkB,CAAC,WAAuB,EAAE,MAAc;QAC/D,IAAI,MAAM,KAAK,SAAS,EAAE;YACxB,IAAI,CAAC,QAAQ,CAAC,WAAW,CAAC,WAAW,CAAC,aAAa,EAAE,YAAY,CAAC,CAAC;SACpE;aAAM;YACL,IAAI,CAAC,QAAQ,CAAC,QAAQ,CAAC,WAAW,CAAC,aAAa,EAAE,YAAY,EAAE,MAAM,CAAC,CAAC;SACzE;IACH,CAAC;IAEM,OAAO,CAAC,MAAkB,EAAE,IAAY;QAC7C,MAAM,CAAC,aAAa,CAAC,WAAW,GAAG,IAAI,CAAC;IAC1C,CAAC;;yHArBU,2BAA2B;6HAA3B,2BAA2B;4FAA3B,2BAA2B;kBADvC,UAAU","sourcesContent":["import {\n ElementRef,\n Injectable,\n Renderer2,\n RendererFactory2,\n} from '@angular/core';\n\n/**\n * @internal\n */\n@Injectable()\nexport class SkyTextExpandAdapterService {\n private renderer: Renderer2;\n\n constructor(private rendererFactory: RendererFactory2) {\n this.renderer = this.rendererFactory.createRenderer(undefined, undefined);\n }\n\n public getContainerHeight(containerEl: ElementRef) {\n return containerEl.nativeElement.offsetHeight;\n }\n\n public setContainerHeight(containerEl: ElementRef, height: string) {\n if (height === undefined) {\n this.renderer.removeStyle(containerEl.nativeElement, 'max-height');\n } else {\n this.renderer.setStyle(containerEl.nativeElement, 'max-height', height);\n }\n }\n\n public setText(textEl: ElementRef, text: string) {\n textEl.nativeElement.textContent = text;\n }\n}\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"text-expand-modal-context.js","sourceRoot":"","sources":["../../../../../../../../libs/components/layout/src/lib/modules/text-expand/text-expand-modal-context.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,MAAM,OAAO,yBAAyB;CAGrC","sourcesContent":["/**\n * @internal\n */\nexport class SkyTextExpandModalContext {\n public header: string;\n public text: string;\n}\n"]}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { Component } from '@angular/core';
|
|
2
|
+
import { SkyModalInstance } from '@skyux/modals';
|
|
3
|
+
import { SkyTextExpandModalContext } from './text-expand-modal-context';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
import * as i1 from "./text-expand-modal-context";
|
|
6
|
+
import * as i2 from "@skyux/modals";
|
|
7
|
+
import * as i3 from "@skyux/i18n";
|
|
8
|
+
/**
|
|
9
|
+
* @internal
|
|
10
|
+
*/
|
|
11
|
+
export class SkyTextExpandModalComponent {
|
|
12
|
+
constructor(context, instance) {
|
|
13
|
+
this.context = context;
|
|
14
|
+
this.instance = instance;
|
|
15
|
+
}
|
|
16
|
+
close() {
|
|
17
|
+
this.instance.close();
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
SkyTextExpandModalComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: SkyTextExpandModalComponent, deps: [{ token: i1.SkyTextExpandModalContext }, { token: i2.SkyModalInstance }], target: i0.ɵɵFactoryTarget.Component });
|
|
21
|
+
SkyTextExpandModalComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: SkyTextExpandModalComponent, selector: "sky-text-expand-modal", ngImport: i0, template: "<sky-modal>\n <sky-modal-header>{{ context.header }}</sky-modal-header>\n <sky-modal-content class=\"sky-text-expand-modal-content\">{{\n context.text\n }}</sky-modal-content>\n <sky-modal-footer>\n <button class=\"sky-btn sky-btn-link\" (click)=\"close()\">\n {{ 'skyux_text_expand_close_text' | skyLibResources }}\n </button>\n </sky-modal-footer>\n</sky-modal>\n", styles: [".sky-text-expand-ellipsis{letter-spacing:2px;white-space:nowrap}.sky-text-expand-space{white-space:normal}.sky-text-expand-see-more{white-space:nowrap;margin-left:5px}.sky-text-expand-text{margin:0;white-space:pre-wrap}.sky-text-expand-container{word-break:break-word;word-wrap:break-word;overflow:hidden;height:auto;transition:max-height .25s}.sky-text-expand-modal-content{white-space:pre-line;word-wrap:break-word}\n"], components: [{ type: i2.λ5, selector: "sky-modal", inputs: ["ariaRole", "tiledBody"] }, { type: i2.λ4, selector: "sky-modal-header" }, { type: i2.λ2, selector: "sky-modal-content" }, { type: i2.λ3, selector: "sky-modal-footer" }], pipes: { "skyLibResources": i3.SkyLibResourcesPipe } });
|
|
22
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: SkyTextExpandModalComponent, decorators: [{
|
|
23
|
+
type: Component,
|
|
24
|
+
args: [{
|
|
25
|
+
selector: 'sky-text-expand-modal',
|
|
26
|
+
templateUrl: './text-expand-modal.component.html',
|
|
27
|
+
styleUrls: ['./text-expand.component.scss'],
|
|
28
|
+
}]
|
|
29
|
+
}], ctorParameters: function () { return [{ type: i1.SkyTextExpandModalContext }, { type: i2.SkyModalInstance }]; } });
|
|
30
|
+
//# sourceMappingURL=text-expand-modal.component.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"text-expand-modal.component.js","sourceRoot":"","sources":["../../../../../../../../libs/components/layout/src/lib/modules/text-expand/text-expand-modal.component.ts","../../../../../../../../libs/components/layout/src/lib/modules/text-expand/text-expand-modal.component.html"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,eAAe,CAAC;AAE1C,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;AAEjD,OAAO,EAAE,yBAAyB,EAAE,MAAM,6BAA6B,CAAC;;;;;AAExE;;GAEG;AAMH,MAAM,OAAO,2BAA2B;IACtC,YACS,OAAkC,EAClC,QAA0B;QAD1B,YAAO,GAAP,OAAO,CAA2B;QAClC,aAAQ,GAAR,QAAQ,CAAkB;IAChC,CAAC;IAEG,KAAK;QACV,IAAI,CAAC,QAAQ,CAAC,KAAK,EAAE,CAAC;IACxB,CAAC;;yHARU,2BAA2B;6GAA3B,2BAA2B,6DCdxC,kYAWA;4FDGa,2BAA2B;kBALvC,SAAS;mBAAC;oBACT,QAAQ,EAAE,uBAAuB;oBACjC,WAAW,EAAE,oCAAoC;oBACjD,SAAS,EAAE,CAAC,8BAA8B,CAAC;iBAC5C","sourcesContent":["import { Component } from '@angular/core';\n\nimport { SkyModalInstance } from '@skyux/modals';\n\nimport { SkyTextExpandModalContext } from './text-expand-modal-context';\n\n/**\n * @internal\n */\n@Component({\n selector: 'sky-text-expand-modal',\n templateUrl: './text-expand-modal.component.html',\n styleUrls: ['./text-expand.component.scss'],\n})\nexport class SkyTextExpandModalComponent {\n constructor(\n public context: SkyTextExpandModalContext,\n public instance: SkyModalInstance\n ) {}\n\n public close(): void {\n this.instance.close();\n }\n}\n","<sky-modal>\n <sky-modal-header>{{ context.header }}</sky-modal-header>\n <sky-modal-content class=\"sky-text-expand-modal-content\">{{\n context.text\n }}</sky-modal-content>\n <sky-modal-footer>\n <button class=\"sky-btn sky-btn-link\" (click)=\"close()\">\n {{ 'skyux_text_expand_close_text' | skyLibResources }}\n </button>\n </sky-modal-footer>\n</sky-modal>\n"]}
|