@skyux/layout 5.2.2 → 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 +264 -243
- 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/{modules → lib/modules}/fluid-grid/column.component.js +4 -4
- 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 +264 -243
- 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/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/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 -41
- 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
package/documentation.json
CHANGED
|
@@ -131,6 +131,8 @@
|
|
|
131
131
|
"name": "NgModule",
|
|
132
132
|
"type": {
|
|
133
133
|
"type": "reference",
|
|
134
|
+
"qualifiedName": "NgModuleDecorator",
|
|
135
|
+
"package": "@angular/core",
|
|
134
136
|
"name": "NgModule"
|
|
135
137
|
},
|
|
136
138
|
"arguments": {
|
|
@@ -189,6 +191,8 @@
|
|
|
189
191
|
"name": "NgModule",
|
|
190
192
|
"type": {
|
|
191
193
|
"type": "reference",
|
|
194
|
+
"qualifiedName": "NgModuleDecorator",
|
|
195
|
+
"package": "@angular/core",
|
|
192
196
|
"name": "NgModule"
|
|
193
197
|
},
|
|
194
198
|
"arguments": {
|
|
@@ -247,6 +251,8 @@
|
|
|
247
251
|
"name": "NgModule",
|
|
248
252
|
"type": {
|
|
249
253
|
"type": "reference",
|
|
254
|
+
"qualifiedName": "NgModuleDecorator",
|
|
255
|
+
"package": "@angular/core",
|
|
250
256
|
"name": "NgModule"
|
|
251
257
|
},
|
|
252
258
|
"arguments": {
|
|
@@ -305,6 +311,8 @@
|
|
|
305
311
|
"name": "NgModule",
|
|
306
312
|
"type": {
|
|
307
313
|
"type": "reference",
|
|
314
|
+
"qualifiedName": "NgModuleDecorator",
|
|
315
|
+
"package": "@angular/core",
|
|
308
316
|
"name": "NgModule"
|
|
309
317
|
},
|
|
310
318
|
"arguments": {
|
|
@@ -363,6 +371,8 @@
|
|
|
363
371
|
"name": "NgModule",
|
|
364
372
|
"type": {
|
|
365
373
|
"type": "reference",
|
|
374
|
+
"qualifiedName": "NgModuleDecorator",
|
|
375
|
+
"package": "@angular/core",
|
|
366
376
|
"name": "NgModule"
|
|
367
377
|
},
|
|
368
378
|
"arguments": {
|
|
@@ -421,6 +431,8 @@
|
|
|
421
431
|
"name": "NgModule",
|
|
422
432
|
"type": {
|
|
423
433
|
"type": "reference",
|
|
434
|
+
"qualifiedName": "NgModuleDecorator",
|
|
435
|
+
"package": "@angular/core",
|
|
424
436
|
"name": "NgModule"
|
|
425
437
|
},
|
|
426
438
|
"arguments": {
|
|
@@ -479,6 +491,8 @@
|
|
|
479
491
|
"name": "NgModule",
|
|
480
492
|
"type": {
|
|
481
493
|
"type": "reference",
|
|
494
|
+
"qualifiedName": "NgModuleDecorator",
|
|
495
|
+
"package": "@angular/core",
|
|
482
496
|
"name": "NgModule"
|
|
483
497
|
},
|
|
484
498
|
"arguments": {
|
|
@@ -537,6 +551,8 @@
|
|
|
537
551
|
"name": "NgModule",
|
|
538
552
|
"type": {
|
|
539
553
|
"type": "reference",
|
|
554
|
+
"qualifiedName": "NgModuleDecorator",
|
|
555
|
+
"package": "@angular/core",
|
|
540
556
|
"name": "NgModule"
|
|
541
557
|
},
|
|
542
558
|
"arguments": {
|
|
@@ -595,6 +611,8 @@
|
|
|
595
611
|
"name": "NgModule",
|
|
596
612
|
"type": {
|
|
597
613
|
"type": "reference",
|
|
614
|
+
"qualifiedName": "NgModuleDecorator",
|
|
615
|
+
"package": "@angular/core",
|
|
598
616
|
"name": "NgModule"
|
|
599
617
|
},
|
|
600
618
|
"arguments": {
|
|
@@ -653,6 +671,8 @@
|
|
|
653
671
|
"name": "NgModule",
|
|
654
672
|
"type": {
|
|
655
673
|
"type": "reference",
|
|
674
|
+
"qualifiedName": "NgModuleDecorator",
|
|
675
|
+
"package": "@angular/core",
|
|
656
676
|
"name": "NgModule"
|
|
657
677
|
},
|
|
658
678
|
"arguments": {
|
|
@@ -711,6 +731,8 @@
|
|
|
711
731
|
"name": "NgModule",
|
|
712
732
|
"type": {
|
|
713
733
|
"type": "reference",
|
|
734
|
+
"qualifiedName": "NgModuleDecorator",
|
|
735
|
+
"package": "@angular/core",
|
|
714
736
|
"name": "NgModule"
|
|
715
737
|
},
|
|
716
738
|
"arguments": {
|
|
@@ -769,6 +791,8 @@
|
|
|
769
791
|
"name": "NgModule",
|
|
770
792
|
"type": {
|
|
771
793
|
"type": "reference",
|
|
794
|
+
"qualifiedName": "NgModuleDecorator",
|
|
795
|
+
"package": "@angular/core",
|
|
772
796
|
"name": "NgModule"
|
|
773
797
|
},
|
|
774
798
|
"arguments": {
|
|
@@ -827,6 +851,8 @@
|
|
|
827
851
|
"name": "NgModule",
|
|
828
852
|
"type": {
|
|
829
853
|
"type": "reference",
|
|
854
|
+
"qualifiedName": "NgModuleDecorator",
|
|
855
|
+
"package": "@angular/core",
|
|
830
856
|
"name": "NgModule"
|
|
831
857
|
},
|
|
832
858
|
"arguments": {
|
|
@@ -885,6 +911,8 @@
|
|
|
885
911
|
"name": "NgModule",
|
|
886
912
|
"type": {
|
|
887
913
|
"type": "reference",
|
|
914
|
+
"qualifiedName": "NgModuleDecorator",
|
|
915
|
+
"package": "@angular/core",
|
|
888
916
|
"name": "NgModule"
|
|
889
917
|
},
|
|
890
918
|
"arguments": {
|
|
@@ -946,6 +974,8 @@
|
|
|
946
974
|
"name": "Component",
|
|
947
975
|
"type": {
|
|
948
976
|
"type": "reference",
|
|
977
|
+
"qualifiedName": "ComponentDecorator",
|
|
978
|
+
"package": "@angular/core",
|
|
949
979
|
"name": "Component"
|
|
950
980
|
},
|
|
951
981
|
"arguments": {
|
|
@@ -991,6 +1021,8 @@
|
|
|
991
1021
|
"name": "Output",
|
|
992
1022
|
"type": {
|
|
993
1023
|
"type": "reference",
|
|
1024
|
+
"qualifiedName": "OutputDecorator",
|
|
1025
|
+
"package": "@angular/core",
|
|
994
1026
|
"name": "Output"
|
|
995
1027
|
},
|
|
996
1028
|
"arguments": {}
|
|
@@ -1011,6 +1043,8 @@
|
|
|
1011
1043
|
"name": "any"
|
|
1012
1044
|
}
|
|
1013
1045
|
],
|
|
1046
|
+
"qualifiedName": "EventEmitter",
|
|
1047
|
+
"package": "@angular/core",
|
|
1014
1048
|
"name": "EventEmitter"
|
|
1015
1049
|
},
|
|
1016
1050
|
"defaultValue": "..."
|
|
@@ -1031,6 +1065,8 @@
|
|
|
1031
1065
|
"name": "Input",
|
|
1032
1066
|
"type": {
|
|
1033
1067
|
"type": "reference",
|
|
1068
|
+
"qualifiedName": "InputDecorator",
|
|
1069
|
+
"package": "@angular/core",
|
|
1034
1070
|
"name": "Input"
|
|
1035
1071
|
},
|
|
1036
1072
|
"arguments": {}
|
|
@@ -1155,6 +1191,8 @@
|
|
|
1155
1191
|
"name": "Component",
|
|
1156
1192
|
"type": {
|
|
1157
1193
|
"type": "reference",
|
|
1194
|
+
"qualifiedName": "ComponentDecorator",
|
|
1195
|
+
"package": "@angular/core",
|
|
1158
1196
|
"name": "Component"
|
|
1159
1197
|
},
|
|
1160
1198
|
"arguments": {
|
|
@@ -1216,6 +1254,8 @@
|
|
|
1216
1254
|
"name": "Component",
|
|
1217
1255
|
"type": {
|
|
1218
1256
|
"type": "reference",
|
|
1257
|
+
"qualifiedName": "ComponentDecorator",
|
|
1258
|
+
"package": "@angular/core",
|
|
1219
1259
|
"name": "Component"
|
|
1220
1260
|
},
|
|
1221
1261
|
"arguments": {
|
|
@@ -1277,6 +1317,8 @@
|
|
|
1277
1317
|
"name": "Component",
|
|
1278
1318
|
"type": {
|
|
1279
1319
|
"type": "reference",
|
|
1320
|
+
"qualifiedName": "ComponentDecorator",
|
|
1321
|
+
"package": "@angular/core",
|
|
1280
1322
|
"name": "Component"
|
|
1281
1323
|
},
|
|
1282
1324
|
"arguments": {
|
|
@@ -1338,6 +1380,8 @@
|
|
|
1338
1380
|
"name": "Component",
|
|
1339
1381
|
"type": {
|
|
1340
1382
|
"type": "reference",
|
|
1383
|
+
"qualifiedName": "ComponentDecorator",
|
|
1384
|
+
"package": "@angular/core",
|
|
1341
1385
|
"name": "Component"
|
|
1342
1386
|
},
|
|
1343
1387
|
"arguments": {
|
|
@@ -1413,6 +1457,8 @@
|
|
|
1413
1457
|
"name": "Input",
|
|
1414
1458
|
"type": {
|
|
1415
1459
|
"type": "reference",
|
|
1460
|
+
"qualifiedName": "InputDecorator",
|
|
1461
|
+
"package": "@angular/core",
|
|
1416
1462
|
"name": "Input"
|
|
1417
1463
|
},
|
|
1418
1464
|
"arguments": {}
|
|
@@ -1437,7 +1483,7 @@
|
|
|
1437
1483
|
"tags": [
|
|
1438
1484
|
{
|
|
1439
1485
|
"tag": "default",
|
|
1440
|
-
"text": "
|
|
1486
|
+
"text": "\"None found\"\n"
|
|
1441
1487
|
}
|
|
1442
1488
|
]
|
|
1443
1489
|
},
|
|
@@ -1474,6 +1520,8 @@
|
|
|
1474
1520
|
"name": "Input",
|
|
1475
1521
|
"type": {
|
|
1476
1522
|
"type": "reference",
|
|
1523
|
+
"qualifiedName": "InputDecorator",
|
|
1524
|
+
"package": "@angular/core",
|
|
1477
1525
|
"name": "Input"
|
|
1478
1526
|
},
|
|
1479
1527
|
"arguments": {}
|
|
@@ -1498,7 +1546,7 @@
|
|
|
1498
1546
|
"tags": [
|
|
1499
1547
|
{
|
|
1500
1548
|
"tag": "default",
|
|
1501
|
-
"text": "90px\n"
|
|
1549
|
+
"text": "\"90px\"\n"
|
|
1502
1550
|
}
|
|
1503
1551
|
]
|
|
1504
1552
|
},
|
|
@@ -1569,6 +1617,8 @@
|
|
|
1569
1617
|
"name": "Component",
|
|
1570
1618
|
"type": {
|
|
1571
1619
|
"type": "reference",
|
|
1620
|
+
"qualifiedName": "ComponentDecorator",
|
|
1621
|
+
"package": "@angular/core",
|
|
1572
1622
|
"name": "Component"
|
|
1573
1623
|
},
|
|
1574
1624
|
"arguments": {
|
|
@@ -1630,6 +1680,8 @@
|
|
|
1630
1680
|
"name": "Component",
|
|
1631
1681
|
"type": {
|
|
1632
1682
|
"type": "reference",
|
|
1683
|
+
"qualifiedName": "ComponentDecorator",
|
|
1684
|
+
"package": "@angular/core",
|
|
1633
1685
|
"name": "Component"
|
|
1634
1686
|
},
|
|
1635
1687
|
"arguments": {
|
|
@@ -1691,6 +1743,8 @@
|
|
|
1691
1743
|
"name": "Component",
|
|
1692
1744
|
"type": {
|
|
1693
1745
|
"type": "reference",
|
|
1746
|
+
"qualifiedName": "ComponentDecorator",
|
|
1747
|
+
"package": "@angular/core",
|
|
1694
1748
|
"name": "Component"
|
|
1695
1749
|
},
|
|
1696
1750
|
"arguments": {
|
|
@@ -1813,6 +1867,8 @@
|
|
|
1813
1867
|
"name": "Component",
|
|
1814
1868
|
"type": {
|
|
1815
1869
|
"type": "reference",
|
|
1870
|
+
"qualifiedName": "ComponentDecorator",
|
|
1871
|
+
"package": "@angular/core",
|
|
1816
1872
|
"name": "Component"
|
|
1817
1873
|
},
|
|
1818
1874
|
"arguments": {
|
|
@@ -1935,6 +1991,8 @@
|
|
|
1935
1991
|
"name": "Component",
|
|
1936
1992
|
"type": {
|
|
1937
1993
|
"type": "reference",
|
|
1994
|
+
"qualifiedName": "ComponentDecorator",
|
|
1995
|
+
"package": "@angular/core",
|
|
1938
1996
|
"name": "Component"
|
|
1939
1997
|
},
|
|
1940
1998
|
"arguments": {
|
|
@@ -1952,7 +2010,7 @@
|
|
|
1952
2010
|
"sources": [
|
|
1953
2011
|
{
|
|
1954
2012
|
"fileName": "projects/layout/src/modules/description-list/description-list.component.ts",
|
|
1955
|
-
"line":
|
|
2013
|
+
"line": 89,
|
|
1956
2014
|
"character": 2
|
|
1957
2015
|
}
|
|
1958
2016
|
],
|
|
@@ -1983,6 +2041,8 @@
|
|
|
1983
2041
|
"flags": {},
|
|
1984
2042
|
"type": {
|
|
1985
2043
|
"type": "reference",
|
|
2044
|
+
"qualifiedName": "ChangeDetectorRef",
|
|
2045
|
+
"package": "@angular/core",
|
|
1986
2046
|
"name": "ChangeDetectorRef"
|
|
1987
2047
|
}
|
|
1988
2048
|
},
|
|
@@ -2030,6 +2090,8 @@
|
|
|
2030
2090
|
"name": "ContentChildren",
|
|
2031
2091
|
"type": {
|
|
2032
2092
|
"type": "reference",
|
|
2093
|
+
"qualifiedName": "ContentChildrenDecorator",
|
|
2094
|
+
"package": "@angular/core",
|
|
2033
2095
|
"name": "ContentChildren"
|
|
2034
2096
|
},
|
|
2035
2097
|
"arguments": {
|
|
@@ -2040,7 +2102,7 @@
|
|
|
2040
2102
|
"sources": [
|
|
2041
2103
|
{
|
|
2042
2104
|
"fileName": "projects/layout/src/modules/description-list/description-list.component.ts",
|
|
2043
|
-
"line":
|
|
2105
|
+
"line": 75,
|
|
2044
2106
|
"character": 9
|
|
2045
2107
|
}
|
|
2046
2108
|
],
|
|
@@ -2053,6 +2115,8 @@
|
|
|
2053
2115
|
"name": "SkyDescriptionListContentComponent"
|
|
2054
2116
|
}
|
|
2055
2117
|
],
|
|
2118
|
+
"qualifiedName": "QueryList",
|
|
2119
|
+
"package": "@angular/core",
|
|
2056
2120
|
"name": "QueryList"
|
|
2057
2121
|
}
|
|
2058
2122
|
},
|
|
@@ -2065,13 +2129,15 @@
|
|
|
2065
2129
|
"isPublic": true
|
|
2066
2130
|
},
|
|
2067
2131
|
"comment": {
|
|
2068
|
-
"shortText": "Specifies the width of term-description pairs when `mode` is set to
|
|
2132
|
+
"shortText": "Specifies the width of term-description pairs when `mode` is set to `\"horizontal\"`. By default,\nthe width is responsive based on the width of the container element."
|
|
2069
2133
|
},
|
|
2070
2134
|
"decorators": [
|
|
2071
2135
|
{
|
|
2072
2136
|
"name": "Input",
|
|
2073
2137
|
"type": {
|
|
2074
2138
|
"type": "reference",
|
|
2139
|
+
"qualifiedName": "InputDecorator",
|
|
2140
|
+
"package": "@angular/core",
|
|
2075
2141
|
"name": "Input"
|
|
2076
2142
|
},
|
|
2077
2143
|
"arguments": {}
|
|
@@ -2102,6 +2168,8 @@
|
|
|
2102
2168
|
"name": "Input",
|
|
2103
2169
|
"type": {
|
|
2104
2170
|
"type": "reference",
|
|
2171
|
+
"qualifiedName": "InputDecorator",
|
|
2172
|
+
"package": "@angular/core",
|
|
2105
2173
|
"name": "Input"
|
|
2106
2174
|
},
|
|
2107
2175
|
"arguments": {}
|
|
@@ -2126,7 +2194,7 @@
|
|
|
2126
2194
|
"tags": [
|
|
2127
2195
|
{
|
|
2128
2196
|
"tag": "default",
|
|
2129
|
-
"text": "
|
|
2197
|
+
"text": "\"None found\"\n"
|
|
2130
2198
|
}
|
|
2131
2199
|
]
|
|
2132
2200
|
},
|
|
@@ -2163,6 +2231,8 @@
|
|
|
2163
2231
|
"name": "Input",
|
|
2164
2232
|
"type": {
|
|
2165
2233
|
"type": "reference",
|
|
2234
|
+
"qualifiedName": "InputDecorator",
|
|
2235
|
+
"package": "@angular/core",
|
|
2166
2236
|
"name": "Input"
|
|
2167
2237
|
},
|
|
2168
2238
|
"arguments": {}
|
|
@@ -2171,7 +2241,7 @@
|
|
|
2171
2241
|
"sources": [
|
|
2172
2242
|
{
|
|
2173
2243
|
"fileName": "projects/layout/src/modules/description-list/description-list.component.ts",
|
|
2174
|
-
"line":
|
|
2244
|
+
"line": 66,
|
|
2175
2245
|
"character": 13
|
|
2176
2246
|
}
|
|
2177
2247
|
],
|
|
@@ -2183,7 +2253,13 @@
|
|
|
2183
2253
|
"kindString": "Get signature",
|
|
2184
2254
|
"flags": {},
|
|
2185
2255
|
"comment": {
|
|
2186
|
-
"shortText": "Specifies how to display term-description pairs within the description list
|
|
2256
|
+
"shortText": "Specifies how to display term-description pairs within the description list.\nOptions include `\"horizontal\"`, `\"longDescription\"`, and `\"vertical\"`.",
|
|
2257
|
+
"tags": [
|
|
2258
|
+
{
|
|
2259
|
+
"tag": "default",
|
|
2260
|
+
"text": "\"vertical\"\n"
|
|
2261
|
+
}
|
|
2262
|
+
]
|
|
2187
2263
|
},
|
|
2188
2264
|
"type": {
|
|
2189
2265
|
"type": "reference",
|
|
@@ -2200,11 +2276,11 @@
|
|
|
2200
2276
|
"kindString": "Set signature",
|
|
2201
2277
|
"flags": {},
|
|
2202
2278
|
"comment": {
|
|
2203
|
-
"shortText": "Specifies how to display term-description pairs within the description list
|
|
2279
|
+
"shortText": "Specifies how to display term-description pairs within the description list.\nOptions include `\"horizontal\"`, `\"longDescription\"`, and `\"vertical\"`.",
|
|
2204
2280
|
"tags": [
|
|
2205
2281
|
{
|
|
2206
2282
|
"tag": "default",
|
|
2207
|
-
"text": "
|
|
2283
|
+
"text": "\"vertical\"\n"
|
|
2208
2284
|
}
|
|
2209
2285
|
]
|
|
2210
2286
|
},
|
|
@@ -2240,7 +2316,7 @@
|
|
|
2240
2316
|
"sources": [
|
|
2241
2317
|
{
|
|
2242
2318
|
"fileName": "projects/layout/src/modules/description-list/description-list.component.ts",
|
|
2243
|
-
"line":
|
|
2319
|
+
"line": 96,
|
|
2244
2320
|
"character": 9
|
|
2245
2321
|
}
|
|
2246
2322
|
],
|
|
@@ -2277,7 +2353,7 @@
|
|
|
2277
2353
|
"sources": [
|
|
2278
2354
|
{
|
|
2279
2355
|
"fileName": "projects/layout/src/modules/description-list/description-list.component.ts",
|
|
2280
|
-
"line":
|
|
2356
|
+
"line": 109,
|
|
2281
2357
|
"character": 9
|
|
2282
2358
|
}
|
|
2283
2359
|
],
|
|
@@ -2314,7 +2390,7 @@
|
|
|
2314
2390
|
"sources": [
|
|
2315
2391
|
{
|
|
2316
2392
|
"fileName": "projects/layout/src/modules/description-list/description-list.component.ts",
|
|
2317
|
-
"line":
|
|
2393
|
+
"line": 120,
|
|
2318
2394
|
"character": 9
|
|
2319
2395
|
}
|
|
2320
2396
|
],
|
|
@@ -2353,6 +2429,8 @@
|
|
|
2353
2429
|
"name": "HostListener",
|
|
2354
2430
|
"type": {
|
|
2355
2431
|
"type": "reference",
|
|
2432
|
+
"qualifiedName": "HostListenerDecorator",
|
|
2433
|
+
"package": "@angular/core",
|
|
2356
2434
|
"name": "HostListener"
|
|
2357
2435
|
},
|
|
2358
2436
|
"arguments": {
|
|
@@ -2363,7 +2441,7 @@
|
|
|
2363
2441
|
"sources": [
|
|
2364
2442
|
{
|
|
2365
2443
|
"fileName": "projects/layout/src/modules/description-list/description-list.component.ts",
|
|
2366
|
-
"line":
|
|
2444
|
+
"line": 127,
|
|
2367
2445
|
"character": 9
|
|
2368
2446
|
}
|
|
2369
2447
|
],
|
|
@@ -2427,14 +2505,20 @@
|
|
|
2427
2505
|
"implementedTypes": [
|
|
2428
2506
|
{
|
|
2429
2507
|
"type": "reference",
|
|
2508
|
+
"qualifiedName": "AfterContentInit",
|
|
2509
|
+
"package": "@angular/core",
|
|
2430
2510
|
"name": "AfterContentInit"
|
|
2431
2511
|
},
|
|
2432
2512
|
{
|
|
2433
2513
|
"type": "reference",
|
|
2514
|
+
"qualifiedName": "AfterViewInit",
|
|
2515
|
+
"package": "@angular/core",
|
|
2434
2516
|
"name": "AfterViewInit"
|
|
2435
2517
|
},
|
|
2436
2518
|
{
|
|
2437
2519
|
"type": "reference",
|
|
2520
|
+
"qualifiedName": "OnDestroy",
|
|
2521
|
+
"package": "@angular/core",
|
|
2438
2522
|
"name": "OnDestroy"
|
|
2439
2523
|
}
|
|
2440
2524
|
]
|
|
@@ -2453,6 +2537,8 @@
|
|
|
2453
2537
|
"name": "Component",
|
|
2454
2538
|
"type": {
|
|
2455
2539
|
"type": "reference",
|
|
2540
|
+
"qualifiedName": "ComponentDecorator",
|
|
2541
|
+
"package": "@angular/core",
|
|
2456
2542
|
"name": "Component"
|
|
2457
2543
|
},
|
|
2458
2544
|
"arguments": {
|
|
@@ -2495,6 +2581,8 @@
|
|
|
2495
2581
|
"name": "ViewChild",
|
|
2496
2582
|
"type": {
|
|
2497
2583
|
"type": "reference",
|
|
2584
|
+
"qualifiedName": "ViewChildDecorator",
|
|
2585
|
+
"package": "@angular/core",
|
|
2498
2586
|
"name": "ViewChild"
|
|
2499
2587
|
},
|
|
2500
2588
|
"arguments": {
|
|
@@ -2518,6 +2606,8 @@
|
|
|
2518
2606
|
"name": "any"
|
|
2519
2607
|
}
|
|
2520
2608
|
],
|
|
2609
|
+
"qualifiedName": "TemplateRef",
|
|
2610
|
+
"package": "@angular/core",
|
|
2521
2611
|
"name": "TemplateRef"
|
|
2522
2612
|
}
|
|
2523
2613
|
}
|
|
@@ -2566,6 +2656,8 @@
|
|
|
2566
2656
|
"name": "Component",
|
|
2567
2657
|
"type": {
|
|
2568
2658
|
"type": "reference",
|
|
2659
|
+
"qualifiedName": "ComponentDecorator",
|
|
2660
|
+
"package": "@angular/core",
|
|
2569
2661
|
"name": "Component"
|
|
2570
2662
|
},
|
|
2571
2663
|
"arguments": {
|
|
@@ -2583,7 +2675,7 @@
|
|
|
2583
2675
|
"sources": [
|
|
2584
2676
|
{
|
|
2585
2677
|
"fileName": "projects/layout/src/modules/action-button/action-button-container.component.ts",
|
|
2586
|
-
"line":
|
|
2678
|
+
"line": 83,
|
|
2587
2679
|
"character": 2
|
|
2588
2680
|
}
|
|
2589
2681
|
],
|
|
@@ -2614,6 +2706,8 @@
|
|
|
2614
2706
|
"flags": {},
|
|
2615
2707
|
"type": {
|
|
2616
2708
|
"type": "reference",
|
|
2709
|
+
"qualifiedName": "ChangeDetectorRef",
|
|
2710
|
+
"package": "@angular/core",
|
|
2617
2711
|
"name": "ChangeDetectorRef"
|
|
2618
2712
|
}
|
|
2619
2713
|
},
|
|
@@ -2642,6 +2736,8 @@
|
|
|
2642
2736
|
"name": "any"
|
|
2643
2737
|
}
|
|
2644
2738
|
],
|
|
2739
|
+
"qualifiedName": "ElementRef",
|
|
2740
|
+
"package": "@angular/core",
|
|
2645
2741
|
"name": "ElementRef"
|
|
2646
2742
|
}
|
|
2647
2743
|
},
|
|
@@ -2664,6 +2760,8 @@
|
|
|
2664
2760
|
"flags": {},
|
|
2665
2761
|
"type": {
|
|
2666
2762
|
"type": "reference",
|
|
2763
|
+
"qualifiedName": "NgZone",
|
|
2764
|
+
"package": "@angular/core",
|
|
2667
2765
|
"name": "NgZone"
|
|
2668
2766
|
}
|
|
2669
2767
|
},
|
|
@@ -2680,6 +2778,8 @@
|
|
|
2680
2778
|
"name": "Optional",
|
|
2681
2779
|
"type": {
|
|
2682
2780
|
"type": "reference",
|
|
2781
|
+
"qualifiedName": "OptionalDecorator",
|
|
2782
|
+
"package": "@angular/core",
|
|
2683
2783
|
"name": "Optional"
|
|
2684
2784
|
},
|
|
2685
2785
|
"arguments": {}
|
|
@@ -2712,6 +2812,8 @@
|
|
|
2712
2812
|
"name": "Input",
|
|
2713
2813
|
"type": {
|
|
2714
2814
|
"type": "reference",
|
|
2815
|
+
"qualifiedName": "InputDecorator",
|
|
2816
|
+
"package": "@angular/core",
|
|
2715
2817
|
"name": "Input"
|
|
2716
2818
|
},
|
|
2717
2819
|
"arguments": {}
|
|
@@ -2720,7 +2822,7 @@
|
|
|
2720
2822
|
"sources": [
|
|
2721
2823
|
{
|
|
2722
2824
|
"fileName": "projects/layout/src/modules/action-button/action-button-container.component.ts",
|
|
2723
|
-
"line":
|
|
2825
|
+
"line": 52,
|
|
2724
2826
|
"character": 13
|
|
2725
2827
|
}
|
|
2726
2828
|
],
|
|
@@ -2732,7 +2834,13 @@
|
|
|
2732
2834
|
"kindString": "Get signature",
|
|
2733
2835
|
"flags": {},
|
|
2734
2836
|
"comment": {
|
|
2735
|
-
"shortText": "Specifies how to display the action buttons inside the action button container
|
|
2837
|
+
"shortText": "Specifies how to display the action buttons inside the action button container.\nOptions are `\"center\"` or `\"left\"`.",
|
|
2838
|
+
"tags": [
|
|
2839
|
+
{
|
|
2840
|
+
"tag": "default",
|
|
2841
|
+
"text": "\"center\"\n"
|
|
2842
|
+
}
|
|
2843
|
+
]
|
|
2736
2844
|
},
|
|
2737
2845
|
"type": {
|
|
2738
2846
|
"type": "reference",
|
|
@@ -2749,11 +2857,11 @@
|
|
|
2749
2857
|
"kindString": "Set signature",
|
|
2750
2858
|
"flags": {},
|
|
2751
2859
|
"comment": {
|
|
2752
|
-
"shortText": "Specifies how to display the action buttons inside the action button container
|
|
2860
|
+
"shortText": "Specifies how to display the action buttons inside the action button container.\nOptions are `\"center\"` or `\"left\"`.",
|
|
2753
2861
|
"tags": [
|
|
2754
2862
|
{
|
|
2755
2863
|
"tag": "default",
|
|
2756
|
-
"text": "
|
|
2864
|
+
"text": "\"center\"\n"
|
|
2757
2865
|
}
|
|
2758
2866
|
]
|
|
2759
2867
|
},
|
|
@@ -2789,7 +2897,7 @@
|
|
|
2789
2897
|
"sources": [
|
|
2790
2898
|
{
|
|
2791
2899
|
"fileName": "projects/layout/src/modules/action-button/action-button-container.component.ts",
|
|
2792
|
-
"line":
|
|
2900
|
+
"line": 110,
|
|
2793
2901
|
"character": 9
|
|
2794
2902
|
}
|
|
2795
2903
|
],
|
|
@@ -2826,7 +2934,7 @@
|
|
|
2826
2934
|
"sources": [
|
|
2827
2935
|
{
|
|
2828
2936
|
"fileName": "projects/layout/src/modules/action-button/action-button-container.component.ts",
|
|
2829
|
-
"line":
|
|
2937
|
+
"line": 124,
|
|
2830
2938
|
"character": 9
|
|
2831
2939
|
}
|
|
2832
2940
|
],
|
|
@@ -2863,7 +2971,7 @@
|
|
|
2863
2971
|
"sources": [
|
|
2864
2972
|
{
|
|
2865
2973
|
"fileName": "projects/layout/src/modules/action-button/action-button-container.component.ts",
|
|
2866
|
-
"line":
|
|
2974
|
+
"line": 93,
|
|
2867
2975
|
"character": 9
|
|
2868
2976
|
}
|
|
2869
2977
|
],
|
|
@@ -2902,6 +3010,8 @@
|
|
|
2902
3010
|
"name": "HostListener",
|
|
2903
3011
|
"type": {
|
|
2904
3012
|
"type": "reference",
|
|
3013
|
+
"qualifiedName": "HostListenerDecorator",
|
|
3014
|
+
"package": "@angular/core",
|
|
2905
3015
|
"name": "HostListener"
|
|
2906
3016
|
},
|
|
2907
3017
|
"arguments": {
|
|
@@ -2912,7 +3022,7 @@
|
|
|
2912
3022
|
"sources": [
|
|
2913
3023
|
{
|
|
2914
3024
|
"fileName": "projects/layout/src/modules/action-button/action-button-container.component.ts",
|
|
2915
|
-
"line":
|
|
3025
|
+
"line": 132,
|
|
2916
3026
|
"character": 9
|
|
2917
3027
|
}
|
|
2918
3028
|
],
|
|
@@ -2967,14 +3077,20 @@
|
|
|
2967
3077
|
"implementedTypes": [
|
|
2968
3078
|
{
|
|
2969
3079
|
"type": "reference",
|
|
3080
|
+
"qualifiedName": "AfterContentInit",
|
|
3081
|
+
"package": "@angular/core",
|
|
2970
3082
|
"name": "AfterContentInit"
|
|
2971
3083
|
},
|
|
2972
3084
|
{
|
|
2973
3085
|
"type": "reference",
|
|
3086
|
+
"qualifiedName": "OnDestroy",
|
|
3087
|
+
"package": "@angular/core",
|
|
2974
3088
|
"name": "OnDestroy"
|
|
2975
3089
|
},
|
|
2976
3090
|
{
|
|
2977
3091
|
"type": "reference",
|
|
3092
|
+
"qualifiedName": "OnInit",
|
|
3093
|
+
"package": "@angular/core",
|
|
2978
3094
|
"name": "OnInit"
|
|
2979
3095
|
}
|
|
2980
3096
|
]
|
|
@@ -2993,6 +3109,8 @@
|
|
|
2993
3109
|
"name": "Component",
|
|
2994
3110
|
"type": {
|
|
2995
3111
|
"type": "reference",
|
|
3112
|
+
"qualifiedName": "ComponentDecorator",
|
|
3113
|
+
"package": "@angular/core",
|
|
2996
3114
|
"name": "Component"
|
|
2997
3115
|
},
|
|
2998
3116
|
"arguments": {
|
|
@@ -3041,6 +3159,8 @@
|
|
|
3041
3159
|
"flags": {},
|
|
3042
3160
|
"type": {
|
|
3043
3161
|
"type": "reference",
|
|
3162
|
+
"qualifiedName": "ChangeDetectorRef",
|
|
3163
|
+
"package": "@angular/core",
|
|
3044
3164
|
"name": "ChangeDetectorRef"
|
|
3045
3165
|
}
|
|
3046
3166
|
},
|
|
@@ -3110,6 +3230,8 @@
|
|
|
3110
3230
|
"name": "ViewChild",
|
|
3111
3231
|
"type": {
|
|
3112
3232
|
"type": "reference",
|
|
3233
|
+
"qualifiedName": "ViewChildDecorator",
|
|
3234
|
+
"package": "@angular/core",
|
|
3113
3235
|
"name": "ViewChild"
|
|
3114
3236
|
},
|
|
3115
3237
|
"arguments": {
|
|
@@ -3133,6 +3255,8 @@
|
|
|
3133
3255
|
"name": "any"
|
|
3134
3256
|
}
|
|
3135
3257
|
],
|
|
3258
|
+
"qualifiedName": "TemplateRef",
|
|
3259
|
+
"package": "@angular/core",
|
|
3136
3260
|
"name": "TemplateRef"
|
|
3137
3261
|
}
|
|
3138
3262
|
},
|
|
@@ -3268,10 +3392,14 @@
|
|
|
3268
3392
|
"implementedTypes": [
|
|
3269
3393
|
{
|
|
3270
3394
|
"type": "reference",
|
|
3395
|
+
"qualifiedName": "OnDestroy",
|
|
3396
|
+
"package": "@angular/core",
|
|
3271
3397
|
"name": "OnDestroy"
|
|
3272
3398
|
},
|
|
3273
3399
|
{
|
|
3274
3400
|
"type": "reference",
|
|
3401
|
+
"qualifiedName": "OnInit",
|
|
3402
|
+
"package": "@angular/core",
|
|
3275
3403
|
"name": "OnInit"
|
|
3276
3404
|
}
|
|
3277
3405
|
]
|
|
@@ -3290,6 +3418,8 @@
|
|
|
3290
3418
|
"name": "Component",
|
|
3291
3419
|
"type": {
|
|
3292
3420
|
"type": "reference",
|
|
3421
|
+
"qualifiedName": "ComponentDecorator",
|
|
3422
|
+
"package": "@angular/core",
|
|
3293
3423
|
"name": "Component"
|
|
3294
3424
|
},
|
|
3295
3425
|
"arguments": {
|
|
@@ -3332,6 +3462,8 @@
|
|
|
3332
3462
|
"name": "ContentChildren",
|
|
3333
3463
|
"type": {
|
|
3334
3464
|
"type": "reference",
|
|
3465
|
+
"qualifiedName": "ContentChildrenDecorator",
|
|
3466
|
+
"package": "@angular/core",
|
|
3335
3467
|
"name": "ContentChildren"
|
|
3336
3468
|
},
|
|
3337
3469
|
"arguments": {
|
|
@@ -3355,6 +3487,8 @@
|
|
|
3355
3487
|
"name": "SkyDescriptionListDescriptionComponent"
|
|
3356
3488
|
}
|
|
3357
3489
|
],
|
|
3490
|
+
"qualifiedName": "QueryList",
|
|
3491
|
+
"package": "@angular/core",
|
|
3358
3492
|
"name": "QueryList"
|
|
3359
3493
|
}
|
|
3360
3494
|
},
|
|
@@ -3371,6 +3505,8 @@
|
|
|
3371
3505
|
"name": "ContentChildren",
|
|
3372
3506
|
"type": {
|
|
3373
3507
|
"type": "reference",
|
|
3508
|
+
"qualifiedName": "ContentChildrenDecorator",
|
|
3509
|
+
"package": "@angular/core",
|
|
3374
3510
|
"name": "ContentChildren"
|
|
3375
3511
|
},
|
|
3376
3512
|
"arguments": {
|
|
@@ -3394,6 +3530,8 @@
|
|
|
3394
3530
|
"name": "SkyDescriptionListTermComponent"
|
|
3395
3531
|
}
|
|
3396
3532
|
],
|
|
3533
|
+
"qualifiedName": "QueryList",
|
|
3534
|
+
"package": "@angular/core",
|
|
3397
3535
|
"name": "QueryList"
|
|
3398
3536
|
}
|
|
3399
3537
|
}
|
|
@@ -3437,6 +3575,8 @@
|
|
|
3437
3575
|
"name": "Component",
|
|
3438
3576
|
"type": {
|
|
3439
3577
|
"type": "reference",
|
|
3578
|
+
"qualifiedName": "ComponentDecorator",
|
|
3579
|
+
"package": "@angular/core",
|
|
3440
3580
|
"name": "Component"
|
|
3441
3581
|
},
|
|
3442
3582
|
"arguments": {
|
|
@@ -3479,6 +3619,8 @@
|
|
|
3479
3619
|
"name": "Input",
|
|
3480
3620
|
"type": {
|
|
3481
3621
|
"type": "reference",
|
|
3622
|
+
"qualifiedName": "InputDecorator",
|
|
3623
|
+
"package": "@angular/core",
|
|
3482
3624
|
"name": "Input"
|
|
3483
3625
|
},
|
|
3484
3626
|
"arguments": {}
|
|
@@ -3499,7 +3641,13 @@
|
|
|
3499
3641
|
"kindString": "Get signature",
|
|
3500
3642
|
"flags": {},
|
|
3501
3643
|
"comment": {
|
|
3502
|
-
"shortText": "Disables the outer left and right margin of the fluid grid container."
|
|
3644
|
+
"shortText": "Disables the outer left and right margin of the fluid grid container.",
|
|
3645
|
+
"tags": [
|
|
3646
|
+
{
|
|
3647
|
+
"tag": "default",
|
|
3648
|
+
"text": "false\n"
|
|
3649
|
+
}
|
|
3650
|
+
]
|
|
3503
3651
|
},
|
|
3504
3652
|
"type": {
|
|
3505
3653
|
"type": "intrinsic",
|
|
@@ -3556,6 +3704,8 @@
|
|
|
3556
3704
|
"name": "Input",
|
|
3557
3705
|
"type": {
|
|
3558
3706
|
"type": "reference",
|
|
3707
|
+
"qualifiedName": "InputDecorator",
|
|
3708
|
+
"package": "@angular/core",
|
|
3559
3709
|
"name": "Input"
|
|
3560
3710
|
},
|
|
3561
3711
|
"arguments": {}
|
|
@@ -3576,7 +3726,13 @@
|
|
|
3576
3726
|
"kindString": "Get signature",
|
|
3577
3727
|
"flags": {},
|
|
3578
3728
|
"comment": {
|
|
3579
|
-
"shortText": "Specifies a `SkyFluidGridGutterSizeType` to define the size of the padding\nbetween columns."
|
|
3729
|
+
"shortText": "Specifies a `SkyFluidGridGutterSizeType` to define the size of the padding\nbetween columns. Options include: `any`, `1`, `2`, `\"small\"`, `\"medium\"`, and `\"large\"`.",
|
|
3730
|
+
"tags": [
|
|
3731
|
+
{
|
|
3732
|
+
"tag": "default",
|
|
3733
|
+
"text": "\"large\"\n"
|
|
3734
|
+
}
|
|
3735
|
+
]
|
|
3580
3736
|
},
|
|
3581
3737
|
"type": {
|
|
3582
3738
|
"type": "reference",
|
|
@@ -3593,11 +3749,11 @@
|
|
|
3593
3749
|
"kindString": "Set signature",
|
|
3594
3750
|
"flags": {},
|
|
3595
3751
|
"comment": {
|
|
3596
|
-
"shortText": "Specifies a `SkyFluidGridGutterSizeType` to define the size of the padding\nbetween columns.",
|
|
3752
|
+
"shortText": "Specifies a `SkyFluidGridGutterSizeType` to define the size of the padding\nbetween columns. Options include: `any`, `1`, `2`, `\"small\"`, `\"medium\"`, and `\"large\"`.",
|
|
3597
3753
|
"tags": [
|
|
3598
3754
|
{
|
|
3599
3755
|
"tag": "default",
|
|
3600
|
-
"text": "
|
|
3756
|
+
"text": "\"large\"\n"
|
|
3601
3757
|
}
|
|
3602
3758
|
]
|
|
3603
3759
|
},
|
|
@@ -3662,6 +3818,8 @@
|
|
|
3662
3818
|
"name": "Component",
|
|
3663
3819
|
"type": {
|
|
3664
3820
|
"type": "reference",
|
|
3821
|
+
"qualifiedName": "ComponentDecorator",
|
|
3822
|
+
"package": "@angular/core",
|
|
3665
3823
|
"name": "Component"
|
|
3666
3824
|
},
|
|
3667
3825
|
"arguments": {
|
|
@@ -3713,6 +3871,8 @@
|
|
|
3713
3871
|
"name": "Input",
|
|
3714
3872
|
"type": {
|
|
3715
3873
|
"type": "reference",
|
|
3874
|
+
"qualifiedName": "InputDecorator",
|
|
3875
|
+
"package": "@angular/core",
|
|
3716
3876
|
"name": "Input"
|
|
3717
3877
|
},
|
|
3718
3878
|
"arguments": {}
|
|
@@ -3767,6 +3927,8 @@
|
|
|
3767
3927
|
"name": "Component",
|
|
3768
3928
|
"type": {
|
|
3769
3929
|
"type": "reference",
|
|
3930
|
+
"qualifiedName": "ComponentDecorator",
|
|
3931
|
+
"package": "@angular/core",
|
|
3770
3932
|
"name": "Component"
|
|
3771
3933
|
},
|
|
3772
3934
|
"arguments": {
|
|
@@ -3809,6 +3971,8 @@
|
|
|
3809
3971
|
"name": "HostBinding",
|
|
3810
3972
|
"type": {
|
|
3811
3973
|
"type": "reference",
|
|
3974
|
+
"qualifiedName": "HostBindingDecorator",
|
|
3975
|
+
"package": "@angular/core",
|
|
3812
3976
|
"name": "HostBinding"
|
|
3813
3977
|
},
|
|
3814
3978
|
"arguments": {
|
|
@@ -3844,6 +4008,8 @@
|
|
|
3844
4008
|
"name": "Input",
|
|
3845
4009
|
"type": {
|
|
3846
4010
|
"type": "reference",
|
|
4011
|
+
"qualifiedName": "InputDecorator",
|
|
4012
|
+
"package": "@angular/core",
|
|
3847
4013
|
"name": "Input"
|
|
3848
4014
|
},
|
|
3849
4015
|
"arguments": {}
|
|
@@ -3877,6 +4043,8 @@
|
|
|
3877
4043
|
"name": "Input",
|
|
3878
4044
|
"type": {
|
|
3879
4045
|
"type": "reference",
|
|
4046
|
+
"qualifiedName": "InputDecorator",
|
|
4047
|
+
"package": "@angular/core",
|
|
3880
4048
|
"name": "Input"
|
|
3881
4049
|
},
|
|
3882
4050
|
"arguments": {}
|
|
@@ -3910,6 +4078,8 @@
|
|
|
3910
4078
|
"name": "Input",
|
|
3911
4079
|
"type": {
|
|
3912
4080
|
"type": "reference",
|
|
4081
|
+
"qualifiedName": "InputDecorator",
|
|
4082
|
+
"package": "@angular/core",
|
|
3913
4083
|
"name": "Input"
|
|
3914
4084
|
},
|
|
3915
4085
|
"arguments": {}
|
|
@@ -3949,6 +4119,8 @@
|
|
|
3949
4119
|
"name": "Input",
|
|
3950
4120
|
"type": {
|
|
3951
4121
|
"type": "reference",
|
|
4122
|
+
"qualifiedName": "InputDecorator",
|
|
4123
|
+
"package": "@angular/core",
|
|
3952
4124
|
"name": "Input"
|
|
3953
4125
|
},
|
|
3954
4126
|
"arguments": {}
|
|
@@ -4026,6 +4198,8 @@
|
|
|
4026
4198
|
"flags": {},
|
|
4027
4199
|
"type": {
|
|
4028
4200
|
"type": "reference",
|
|
4201
|
+
"qualifiedName": "SimpleChanges",
|
|
4202
|
+
"package": "@angular/core",
|
|
4029
4203
|
"name": "SimpleChanges"
|
|
4030
4204
|
}
|
|
4031
4205
|
}
|
|
@@ -4122,10 +4296,14 @@
|
|
|
4122
4296
|
"implementedTypes": [
|
|
4123
4297
|
{
|
|
4124
4298
|
"type": "reference",
|
|
4299
|
+
"qualifiedName": "OnInit",
|
|
4300
|
+
"package": "@angular/core",
|
|
4125
4301
|
"name": "OnInit"
|
|
4126
4302
|
},
|
|
4127
4303
|
{
|
|
4128
4304
|
"type": "reference",
|
|
4305
|
+
"qualifiedName": "OnChanges",
|
|
4306
|
+
"package": "@angular/core",
|
|
4129
4307
|
"name": "OnChanges"
|
|
4130
4308
|
}
|
|
4131
4309
|
]
|
|
@@ -4141,6 +4319,8 @@
|
|
|
4141
4319
|
"name": "Component",
|
|
4142
4320
|
"type": {
|
|
4143
4321
|
"type": "reference",
|
|
4322
|
+
"qualifiedName": "ComponentDecorator",
|
|
4323
|
+
"package": "@angular/core",
|
|
4144
4324
|
"name": "Component"
|
|
4145
4325
|
},
|
|
4146
4326
|
"arguments": {
|
|
@@ -4206,6 +4386,8 @@
|
|
|
4206
4386
|
"name": "Input",
|
|
4207
4387
|
"type": {
|
|
4208
4388
|
"type": "reference",
|
|
4389
|
+
"qualifiedName": "InputDecorator",
|
|
4390
|
+
"package": "@angular/core",
|
|
4209
4391
|
"name": "Input"
|
|
4210
4392
|
},
|
|
4211
4393
|
"arguments": {}
|
|
@@ -4238,6 +4420,8 @@
|
|
|
4238
4420
|
"name": "any"
|
|
4239
4421
|
}
|
|
4240
4422
|
],
|
|
4423
|
+
"qualifiedName": "TemplateRef",
|
|
4424
|
+
"package": "@angular/core",
|
|
4241
4425
|
"name": "TemplateRef"
|
|
4242
4426
|
}
|
|
4243
4427
|
}
|
|
@@ -4270,6 +4454,8 @@
|
|
|
4270
4454
|
"name": "any"
|
|
4271
4455
|
}
|
|
4272
4456
|
],
|
|
4457
|
+
"qualifiedName": "TemplateRef",
|
|
4458
|
+
"package": "@angular/core",
|
|
4273
4459
|
"name": "TemplateRef"
|
|
4274
4460
|
}
|
|
4275
4461
|
}
|
|
@@ -4295,6 +4481,8 @@
|
|
|
4295
4481
|
"name": "Input",
|
|
4296
4482
|
"type": {
|
|
4297
4483
|
"type": "reference",
|
|
4484
|
+
"qualifiedName": "InputDecorator",
|
|
4485
|
+
"package": "@angular/core",
|
|
4298
4486
|
"name": "Input"
|
|
4299
4487
|
},
|
|
4300
4488
|
"arguments": {}
|
|
@@ -4400,6 +4588,8 @@
|
|
|
4400
4588
|
"name": "Component",
|
|
4401
4589
|
"type": {
|
|
4402
4590
|
"type": "reference",
|
|
4591
|
+
"qualifiedName": "ComponentDecorator",
|
|
4592
|
+
"package": "@angular/core",
|
|
4403
4593
|
"name": "Component"
|
|
4404
4594
|
},
|
|
4405
4595
|
"arguments": {
|
|
@@ -4551,10 +4741,14 @@
|
|
|
4551
4741
|
"implementedTypes": [
|
|
4552
4742
|
{
|
|
4553
4743
|
"type": "reference",
|
|
4744
|
+
"qualifiedName": "OnInit",
|
|
4745
|
+
"package": "@angular/core",
|
|
4554
4746
|
"name": "OnInit"
|
|
4555
4747
|
},
|
|
4556
4748
|
{
|
|
4557
4749
|
"type": "reference",
|
|
4750
|
+
"qualifiedName": "OnDestroy",
|
|
4751
|
+
"package": "@angular/core",
|
|
4558
4752
|
"name": "OnDestroy"
|
|
4559
4753
|
}
|
|
4560
4754
|
]
|
|
@@ -4573,6 +4767,8 @@
|
|
|
4573
4767
|
"name": "Component",
|
|
4574
4768
|
"type": {
|
|
4575
4769
|
"type": "reference",
|
|
4770
|
+
"qualifiedName": "ComponentDecorator",
|
|
4771
|
+
"package": "@angular/core",
|
|
4576
4772
|
"name": "Component"
|
|
4577
4773
|
},
|
|
4578
4774
|
"arguments": {
|
|
@@ -4616,6 +4812,8 @@
|
|
|
4616
4812
|
"name": "any"
|
|
4617
4813
|
}
|
|
4618
4814
|
],
|
|
4815
|
+
"qualifiedName": "ElementRef",
|
|
4816
|
+
"package": "@angular/core",
|
|
4619
4817
|
"name": "ElementRef"
|
|
4620
4818
|
}
|
|
4621
4819
|
},
|
|
@@ -4788,10 +4986,14 @@
|
|
|
4788
4986
|
"implementedTypes": [
|
|
4789
4987
|
{
|
|
4790
4988
|
"type": "reference",
|
|
4989
|
+
"qualifiedName": "OnDestroy",
|
|
4990
|
+
"package": "@angular/core",
|
|
4791
4991
|
"name": "OnDestroy"
|
|
4792
4992
|
},
|
|
4793
4993
|
{
|
|
4794
4994
|
"type": "reference",
|
|
4995
|
+
"qualifiedName": "AfterViewInit",
|
|
4996
|
+
"package": "@angular/core",
|
|
4795
4997
|
"name": "AfterViewInit"
|
|
4796
4998
|
}
|
|
4797
4999
|
]
|
|
@@ -4803,13 +5005,15 @@
|
|
|
4803
5005
|
"kindString": "Class",
|
|
4804
5006
|
"flags": {},
|
|
4805
5007
|
"comment": {
|
|
4806
|
-
"shortText": "Displays messages that require immediate attention as [alerts](https://developer.blackbaud.com/skyux
|
|
5008
|
+
"shortText": "Displays messages that require immediate attention as [alerts](https://developer.blackbaud.com/skyux/components/alert) within\nthe page summary."
|
|
4807
5009
|
},
|
|
4808
5010
|
"decorators": [
|
|
4809
5011
|
{
|
|
4810
5012
|
"name": "Component",
|
|
4811
5013
|
"type": {
|
|
4812
5014
|
"type": "reference",
|
|
5015
|
+
"qualifiedName": "ComponentDecorator",
|
|
5016
|
+
"package": "@angular/core",
|
|
4813
5017
|
"name": "Component"
|
|
4814
5018
|
},
|
|
4815
5019
|
"arguments": {
|
|
@@ -4871,6 +5075,8 @@
|
|
|
4871
5075
|
"name": "Component",
|
|
4872
5076
|
"type": {
|
|
4873
5077
|
"type": "reference",
|
|
5078
|
+
"qualifiedName": "ComponentDecorator",
|
|
5079
|
+
"package": "@angular/core",
|
|
4874
5080
|
"name": "Component"
|
|
4875
5081
|
},
|
|
4876
5082
|
"arguments": {
|
|
@@ -4932,6 +5138,8 @@
|
|
|
4932
5138
|
"name": "Component",
|
|
4933
5139
|
"type": {
|
|
4934
5140
|
"type": "reference",
|
|
5141
|
+
"qualifiedName": "ComponentDecorator",
|
|
5142
|
+
"package": "@angular/core",
|
|
4935
5143
|
"name": "Component"
|
|
4936
5144
|
},
|
|
4937
5145
|
"arguments": {
|
|
@@ -4993,6 +5201,8 @@
|
|
|
4993
5201
|
"name": "Component",
|
|
4994
5202
|
"type": {
|
|
4995
5203
|
"type": "reference",
|
|
5204
|
+
"qualifiedName": "ComponentDecorator",
|
|
5205
|
+
"package": "@angular/core",
|
|
4996
5206
|
"name": "Component"
|
|
4997
5207
|
},
|
|
4998
5208
|
"arguments": {
|
|
@@ -5054,6 +5264,8 @@
|
|
|
5054
5264
|
"name": "Component",
|
|
5055
5265
|
"type": {
|
|
5056
5266
|
"type": "reference",
|
|
5267
|
+
"qualifiedName": "ComponentDecorator",
|
|
5268
|
+
"package": "@angular/core",
|
|
5057
5269
|
"name": "Component"
|
|
5058
5270
|
},
|
|
5059
5271
|
"arguments": {
|
|
@@ -5115,6 +5327,8 @@
|
|
|
5115
5327
|
"name": "Component",
|
|
5116
5328
|
"type": {
|
|
5117
5329
|
"type": "reference",
|
|
5330
|
+
"qualifiedName": "ComponentDecorator",
|
|
5331
|
+
"package": "@angular/core",
|
|
5118
5332
|
"name": "Component"
|
|
5119
5333
|
},
|
|
5120
5334
|
"arguments": {
|
|
@@ -5176,6 +5390,8 @@
|
|
|
5176
5390
|
"name": "Component",
|
|
5177
5391
|
"type": {
|
|
5178
5392
|
"type": "reference",
|
|
5393
|
+
"qualifiedName": "ComponentDecorator",
|
|
5394
|
+
"package": "@angular/core",
|
|
5179
5395
|
"name": "Component"
|
|
5180
5396
|
},
|
|
5181
5397
|
"arguments": {
|
|
@@ -5237,6 +5453,8 @@
|
|
|
5237
5453
|
"name": "Component",
|
|
5238
5454
|
"type": {
|
|
5239
5455
|
"type": "reference",
|
|
5456
|
+
"qualifiedName": "ComponentDecorator",
|
|
5457
|
+
"package": "@angular/core",
|
|
5240
5458
|
"name": "Component"
|
|
5241
5459
|
},
|
|
5242
5460
|
"arguments": {
|
|
@@ -5295,6 +5513,8 @@
|
|
|
5295
5513
|
"name": "Component",
|
|
5296
5514
|
"type": {
|
|
5297
5515
|
"type": "reference",
|
|
5516
|
+
"qualifiedName": "ComponentDecorator",
|
|
5517
|
+
"package": "@angular/core",
|
|
5298
5518
|
"name": "Component"
|
|
5299
5519
|
},
|
|
5300
5520
|
"arguments": {
|
|
@@ -5420,7 +5640,7 @@
|
|
|
5420
5640
|
"tags": [
|
|
5421
5641
|
{
|
|
5422
5642
|
"tag": "default",
|
|
5423
|
-
"text": "
|
|
5643
|
+
"text": "\"Expanded view\"\n"
|
|
5424
5644
|
}
|
|
5425
5645
|
]
|
|
5426
5646
|
},
|
|
@@ -5429,6 +5649,8 @@
|
|
|
5429
5649
|
"name": "Input",
|
|
5430
5650
|
"type": {
|
|
5431
5651
|
"type": "reference",
|
|
5652
|
+
"qualifiedName": "InputDecorator",
|
|
5653
|
+
"package": "@angular/core",
|
|
5432
5654
|
"name": "Input"
|
|
5433
5655
|
},
|
|
5434
5656
|
"arguments": {}
|
|
@@ -5523,6 +5745,8 @@
|
|
|
5523
5745
|
"name": "Input",
|
|
5524
5746
|
"type": {
|
|
5525
5747
|
"type": "reference",
|
|
5748
|
+
"qualifiedName": "InputDecorator",
|
|
5749
|
+
"package": "@angular/core",
|
|
5526
5750
|
"name": "Input"
|
|
5527
5751
|
},
|
|
5528
5752
|
"arguments": {}
|
|
@@ -5557,6 +5781,8 @@
|
|
|
5557
5781
|
"name": "Input",
|
|
5558
5782
|
"type": {
|
|
5559
5783
|
"type": "reference",
|
|
5784
|
+
"qualifiedName": "InputDecorator",
|
|
5785
|
+
"package": "@angular/core",
|
|
5560
5786
|
"name": "Input"
|
|
5561
5787
|
},
|
|
5562
5788
|
"arguments": {}
|
|
@@ -5591,6 +5817,8 @@
|
|
|
5591
5817
|
"name": "Input",
|
|
5592
5818
|
"type": {
|
|
5593
5819
|
"type": "reference",
|
|
5820
|
+
"qualifiedName": "InputDecorator",
|
|
5821
|
+
"package": "@angular/core",
|
|
5594
5822
|
"name": "Input"
|
|
5595
5823
|
},
|
|
5596
5824
|
"arguments": {}
|
|
@@ -5622,6 +5850,8 @@
|
|
|
5622
5850
|
"name": "Input",
|
|
5623
5851
|
"type": {
|
|
5624
5852
|
"type": "reference",
|
|
5853
|
+
"qualifiedName": "InputDecorator",
|
|
5854
|
+
"package": "@angular/core",
|
|
5625
5855
|
"name": "Input"
|
|
5626
5856
|
},
|
|
5627
5857
|
"arguments": {}
|
|
@@ -5642,7 +5872,13 @@
|
|
|
5642
5872
|
"kindString": "Get signature",
|
|
5643
5873
|
"flags": {},
|
|
5644
5874
|
"comment": {
|
|
5645
|
-
"shortText": "Specifies the number of text characters to display before truncating the text.\nTo avoid truncating text in the middle of a word, the component looks for a space\nin the 10 characters before the last character."
|
|
5875
|
+
"shortText": "Specifies the number of text characters to display before truncating the text.\nTo avoid truncating text in the middle of a word, the component looks for a space\nin the 10 characters before the last character.",
|
|
5876
|
+
"tags": [
|
|
5877
|
+
{
|
|
5878
|
+
"tag": "default",
|
|
5879
|
+
"text": "200\n"
|
|
5880
|
+
}
|
|
5881
|
+
]
|
|
5646
5882
|
},
|
|
5647
5883
|
"type": {
|
|
5648
5884
|
"type": "intrinsic",
|
|
@@ -5699,6 +5935,8 @@
|
|
|
5699
5935
|
"name": "Input",
|
|
5700
5936
|
"type": {
|
|
5701
5937
|
"type": "reference",
|
|
5938
|
+
"qualifiedName": "InputDecorator",
|
|
5939
|
+
"package": "@angular/core",
|
|
5702
5940
|
"name": "Input"
|
|
5703
5941
|
},
|
|
5704
5942
|
"arguments": {}
|
|
@@ -5888,6 +6126,8 @@
|
|
|
5888
6126
|
"implementedTypes": [
|
|
5889
6127
|
{
|
|
5890
6128
|
"type": "reference",
|
|
6129
|
+
"qualifiedName": "AfterContentInit",
|
|
6130
|
+
"package": "@angular/core",
|
|
5891
6131
|
"name": "AfterContentInit"
|
|
5892
6132
|
}
|
|
5893
6133
|
]
|
|
@@ -5903,6 +6143,8 @@
|
|
|
5903
6143
|
"name": "Component",
|
|
5904
6144
|
"type": {
|
|
5905
6145
|
"type": "reference",
|
|
6146
|
+
"qualifiedName": "ComponentDecorator",
|
|
6147
|
+
"package": "@angular/core",
|
|
5906
6148
|
"name": "Component"
|
|
5907
6149
|
},
|
|
5908
6150
|
"arguments": {
|
|
@@ -5957,6 +6199,8 @@
|
|
|
5957
6199
|
"name": "any"
|
|
5958
6200
|
}
|
|
5959
6201
|
],
|
|
6202
|
+
"qualifiedName": "ElementRef",
|
|
6203
|
+
"package": "@angular/core",
|
|
5960
6204
|
"name": "ElementRef"
|
|
5961
6205
|
}
|
|
5962
6206
|
},
|
|
@@ -5979,6 +6223,8 @@
|
|
|
5979
6223
|
"flags": {},
|
|
5980
6224
|
"type": {
|
|
5981
6225
|
"type": "reference",
|
|
6226
|
+
"qualifiedName": "ChangeDetectorRef",
|
|
6227
|
+
"package": "@angular/core",
|
|
5982
6228
|
"name": "ChangeDetectorRef"
|
|
5983
6229
|
}
|
|
5984
6230
|
}
|
|
@@ -6071,6 +6317,8 @@
|
|
|
6071
6317
|
"name": "Input",
|
|
6072
6318
|
"type": {
|
|
6073
6319
|
"type": "reference",
|
|
6320
|
+
"qualifiedName": "InputDecorator",
|
|
6321
|
+
"package": "@angular/core",
|
|
6074
6322
|
"name": "Input"
|
|
6075
6323
|
},
|
|
6076
6324
|
"arguments": {}
|
|
@@ -6148,6 +6396,8 @@
|
|
|
6148
6396
|
"name": "Input",
|
|
6149
6397
|
"type": {
|
|
6150
6398
|
"type": "reference",
|
|
6399
|
+
"qualifiedName": "InputDecorator",
|
|
6400
|
+
"package": "@angular/core",
|
|
6151
6401
|
"name": "Input"
|
|
6152
6402
|
},
|
|
6153
6403
|
"arguments": {}
|
|
@@ -6168,6 +6418,8 @@
|
|
|
6168
6418
|
"name": "any"
|
|
6169
6419
|
}
|
|
6170
6420
|
],
|
|
6421
|
+
"qualifiedName": "TemplateRef",
|
|
6422
|
+
"package": "@angular/core",
|
|
6171
6423
|
"name": "TemplateRef"
|
|
6172
6424
|
}
|
|
6173
6425
|
},
|
|
@@ -6184,7 +6436,7 @@
|
|
|
6184
6436
|
"tags": [
|
|
6185
6437
|
{
|
|
6186
6438
|
"tag": "default",
|
|
6187
|
-
"text": "
|
|
6439
|
+
"text": "\"unordered\"\n"
|
|
6188
6440
|
}
|
|
6189
6441
|
]
|
|
6190
6442
|
},
|
|
@@ -6193,6 +6445,8 @@
|
|
|
6193
6445
|
"name": "Input",
|
|
6194
6446
|
"type": {
|
|
6195
6447
|
"type": "reference",
|
|
6448
|
+
"qualifiedName": "InputDecorator",
|
|
6449
|
+
"package": "@angular/core",
|
|
6196
6450
|
"name": "Input"
|
|
6197
6451
|
},
|
|
6198
6452
|
"arguments": {}
|
|
@@ -6228,6 +6482,8 @@
|
|
|
6228
6482
|
"name": "Input",
|
|
6229
6483
|
"type": {
|
|
6230
6484
|
"type": "reference",
|
|
6485
|
+
"qualifiedName": "InputDecorator",
|
|
6486
|
+
"package": "@angular/core",
|
|
6231
6487
|
"name": "Input"
|
|
6232
6488
|
},
|
|
6233
6489
|
"arguments": {}
|
|
@@ -6342,6 +6598,8 @@
|
|
|
6342
6598
|
"flags": {},
|
|
6343
6599
|
"type": {
|
|
6344
6600
|
"type": "reference",
|
|
6601
|
+
"qualifiedName": "SimpleChanges",
|
|
6602
|
+
"package": "@angular/core",
|
|
6345
6603
|
"name": "SimpleChanges"
|
|
6346
6604
|
}
|
|
6347
6605
|
}
|
|
@@ -6435,10 +6693,14 @@
|
|
|
6435
6693
|
"implementedTypes": [
|
|
6436
6694
|
{
|
|
6437
6695
|
"type": "reference",
|
|
6696
|
+
"qualifiedName": "AfterViewInit",
|
|
6697
|
+
"package": "@angular/core",
|
|
6438
6698
|
"name": "AfterViewInit"
|
|
6439
6699
|
},
|
|
6440
6700
|
{
|
|
6441
6701
|
"type": "reference",
|
|
6702
|
+
"qualifiedName": "OnChanges",
|
|
6703
|
+
"package": "@angular/core",
|
|
6442
6704
|
"name": "OnChanges"
|
|
6443
6705
|
}
|
|
6444
6706
|
]
|
|
@@ -6457,6 +6719,8 @@
|
|
|
6457
6719
|
"name": "Component",
|
|
6458
6720
|
"type": {
|
|
6459
6721
|
"type": "reference",
|
|
6722
|
+
"qualifiedName": "ComponentDecorator",
|
|
6723
|
+
"package": "@angular/core",
|
|
6460
6724
|
"name": "Component"
|
|
6461
6725
|
},
|
|
6462
6726
|
"arguments": {
|
|
@@ -6578,6 +6842,8 @@
|
|
|
6578
6842
|
"implementedTypes": [
|
|
6579
6843
|
{
|
|
6580
6844
|
"type": "reference",
|
|
6845
|
+
"qualifiedName": "AfterContentInit",
|
|
6846
|
+
"package": "@angular/core",
|
|
6581
6847
|
"name": "AfterContentInit"
|
|
6582
6848
|
}
|
|
6583
6849
|
]
|
|
@@ -6596,6 +6862,8 @@
|
|
|
6596
6862
|
"name": "Component",
|
|
6597
6863
|
"type": {
|
|
6598
6864
|
"type": "reference",
|
|
6865
|
+
"qualifiedName": "ComponentDecorator",
|
|
6866
|
+
"package": "@angular/core",
|
|
6599
6867
|
"name": "Component"
|
|
6600
6868
|
},
|
|
6601
6869
|
"arguments": {
|
|
@@ -6657,6 +6925,8 @@
|
|
|
6657
6925
|
"name": "Component",
|
|
6658
6926
|
"type": {
|
|
6659
6927
|
"type": "reference",
|
|
6928
|
+
"qualifiedName": "ComponentDecorator",
|
|
6929
|
+
"package": "@angular/core",
|
|
6660
6930
|
"name": "Component"
|
|
6661
6931
|
},
|
|
6662
6932
|
"arguments": {
|
|
@@ -6718,6 +6988,8 @@
|
|
|
6718
6988
|
"name": "Component",
|
|
6719
6989
|
"type": {
|
|
6720
6990
|
"type": "reference",
|
|
6991
|
+
"qualifiedName": "ComponentDecorator",
|
|
6992
|
+
"package": "@angular/core",
|
|
6721
6993
|
"name": "Component"
|
|
6722
6994
|
},
|
|
6723
6995
|
"arguments": {
|
|
@@ -6779,6 +7051,8 @@
|
|
|
6779
7051
|
"name": "Component",
|
|
6780
7052
|
"type": {
|
|
6781
7053
|
"type": "reference",
|
|
7054
|
+
"qualifiedName": "ComponentDecorator",
|
|
7055
|
+
"package": "@angular/core",
|
|
6782
7056
|
"name": "Component"
|
|
6783
7057
|
},
|
|
6784
7058
|
"arguments": {
|
|
@@ -6840,6 +7114,8 @@
|
|
|
6840
7114
|
"name": "Component",
|
|
6841
7115
|
"type": {
|
|
6842
7116
|
"type": "reference",
|
|
7117
|
+
"qualifiedName": "ComponentDecorator",
|
|
7118
|
+
"package": "@angular/core",
|
|
6843
7119
|
"name": "Component"
|
|
6844
7120
|
},
|
|
6845
7121
|
"arguments": {
|
|
@@ -6885,6 +7161,8 @@
|
|
|
6885
7161
|
"name": "Input",
|
|
6886
7162
|
"type": {
|
|
6887
7163
|
"type": "reference",
|
|
7164
|
+
"qualifiedName": "InputDecorator",
|
|
7165
|
+
"package": "@angular/core",
|
|
6888
7166
|
"name": "Input"
|
|
6889
7167
|
},
|
|
6890
7168
|
"arguments": {}
|
|
@@ -6918,6 +7196,8 @@
|
|
|
6918
7196
|
"name": "Input",
|
|
6919
7197
|
"type": {
|
|
6920
7198
|
"type": "reference",
|
|
7199
|
+
"qualifiedName": "InputDecorator",
|
|
7200
|
+
"package": "@angular/core",
|
|
6921
7201
|
"name": "Input"
|
|
6922
7202
|
},
|
|
6923
7203
|
"arguments": {}
|
|
@@ -6951,6 +7231,8 @@
|
|
|
6951
7231
|
"name": "Input",
|
|
6952
7232
|
"type": {
|
|
6953
7233
|
"type": "reference",
|
|
7234
|
+
"qualifiedName": "InputDecorator",
|
|
7235
|
+
"package": "@angular/core",
|
|
6954
7236
|
"name": "Input"
|
|
6955
7237
|
},
|
|
6956
7238
|
"arguments": {}
|
|
@@ -7009,6 +7291,8 @@
|
|
|
7009
7291
|
"name": "Component",
|
|
7010
7292
|
"type": {
|
|
7011
7293
|
"type": "reference",
|
|
7294
|
+
"qualifiedName": "ComponentDecorator",
|
|
7295
|
+
"package": "@angular/core",
|
|
7012
7296
|
"name": "Component"
|
|
7013
7297
|
},
|
|
7014
7298
|
"arguments": {
|
|
@@ -7070,6 +7354,8 @@
|
|
|
7070
7354
|
"name": "Component",
|
|
7071
7355
|
"type": {
|
|
7072
7356
|
"type": "reference",
|
|
7357
|
+
"qualifiedName": "ComponentDecorator",
|
|
7358
|
+
"package": "@angular/core",
|
|
7073
7359
|
"name": "Component"
|
|
7074
7360
|
},
|
|
7075
7361
|
"arguments": {
|
|
@@ -7131,6 +7417,8 @@
|
|
|
7131
7417
|
"name": "Component",
|
|
7132
7418
|
"type": {
|
|
7133
7419
|
"type": "reference",
|
|
7420
|
+
"qualifiedName": "ComponentDecorator",
|
|
7421
|
+
"package": "@angular/core",
|
|
7134
7422
|
"name": "Component"
|
|
7135
7423
|
},
|
|
7136
7424
|
"arguments": {
|
|
@@ -7192,6 +7480,8 @@
|
|
|
7192
7480
|
"name": "Component",
|
|
7193
7481
|
"type": {
|
|
7194
7482
|
"type": "reference",
|
|
7483
|
+
"qualifiedName": "ComponentDecorator",
|
|
7484
|
+
"package": "@angular/core",
|
|
7195
7485
|
"name": "Component"
|
|
7196
7486
|
},
|
|
7197
7487
|
"arguments": {
|
|
@@ -7260,7 +7550,7 @@
|
|
|
7260
7550
|
"type": "intrinsic",
|
|
7261
7551
|
"name": "string"
|
|
7262
7552
|
},
|
|
7263
|
-
"defaultValue": "
|
|
7553
|
+
"defaultValue": "FONTSIZECLASS_LARGE"
|
|
7264
7554
|
},
|
|
7265
7555
|
{
|
|
7266
7556
|
"id": 59,
|
|
@@ -7271,13 +7561,15 @@
|
|
|
7271
7561
|
"isPublic": true
|
|
7272
7562
|
},
|
|
7273
7563
|
"comment": {
|
|
7274
|
-
"shortText": "Specifies an icon from the\n[Font Awesome library](https://fontawesome.com/v4.7.0/).\nFor example, to display the `fa-filter` icon on the action button,\nset `iconType` to `filter`. SKY UX supports version 4.7.0 of Font Awesome.\nFor more information about icons in SKY UX, see the\n[icon component](https://developer.blackbaud.com/skyux
|
|
7564
|
+
"shortText": "Specifies an icon from the\n[Font Awesome library](https://fontawesome.com/v4.7.0/).\nFor example, to display the `fa-filter` icon on the action button,\nset `iconType` to `filter`. SKY UX supports version 4.7.0 of Font Awesome.\nFor more information about icons in SKY UX, see the\n[icon component](https://developer.blackbaud.com/skyux/components/icon)."
|
|
7275
7565
|
},
|
|
7276
7566
|
"decorators": [
|
|
7277
7567
|
{
|
|
7278
7568
|
"name": "Input",
|
|
7279
7569
|
"type": {
|
|
7280
7570
|
"type": "reference",
|
|
7571
|
+
"qualifiedName": "InputDecorator",
|
|
7572
|
+
"package": "@angular/core",
|
|
7281
7573
|
"name": "Input"
|
|
7282
7574
|
},
|
|
7283
7575
|
"arguments": {}
|
|
@@ -7367,6 +7659,8 @@
|
|
|
7367
7659
|
"implementedTypes": [
|
|
7368
7660
|
{
|
|
7369
7661
|
"type": "reference",
|
|
7662
|
+
"qualifiedName": "OnDestroy",
|
|
7663
|
+
"package": "@angular/core",
|
|
7370
7664
|
"name": "OnDestroy"
|
|
7371
7665
|
}
|
|
7372
7666
|
]
|
|
@@ -7385,6 +7679,8 @@
|
|
|
7385
7679
|
"name": "Directive",
|
|
7386
7680
|
"type": {
|
|
7387
7681
|
"type": "reference",
|
|
7682
|
+
"qualifiedName": "DirectiveDecorator",
|
|
7683
|
+
"package": "@angular/core",
|
|
7388
7684
|
"name": "Directive"
|
|
7389
7685
|
},
|
|
7390
7686
|
"arguments": {
|
|
@@ -7450,6 +7746,8 @@
|
|
|
7450
7746
|
"name": "any"
|
|
7451
7747
|
}
|
|
7452
7748
|
],
|
|
7749
|
+
"qualifiedName": "ElementRef",
|
|
7750
|
+
"package": "@angular/core",
|
|
7453
7751
|
"name": "ElementRef"
|
|
7454
7752
|
}
|
|
7455
7753
|
}
|
|
@@ -7475,6 +7773,8 @@
|
|
|
7475
7773
|
"name": "Input",
|
|
7476
7774
|
"type": {
|
|
7477
7775
|
"type": "reference",
|
|
7776
|
+
"qualifiedName": "InputDecorator",
|
|
7777
|
+
"package": "@angular/core",
|
|
7478
7778
|
"name": "Input"
|
|
7479
7779
|
},
|
|
7480
7780
|
"arguments": {}
|
|
@@ -7531,6 +7831,8 @@
|
|
|
7531
7831
|
"name": "Input",
|
|
7532
7832
|
"type": {
|
|
7533
7833
|
"type": "reference",
|
|
7834
|
+
"qualifiedName": "InputDecorator",
|
|
7835
|
+
"package": "@angular/core",
|
|
7534
7836
|
"name": "Input"
|
|
7535
7837
|
},
|
|
7536
7838
|
"arguments": {}
|
|
@@ -7569,6 +7871,8 @@
|
|
|
7569
7871
|
"name": "SkyBackToTopMessage"
|
|
7570
7872
|
}
|
|
7571
7873
|
],
|
|
7874
|
+
"qualifiedName": "Subject",
|
|
7875
|
+
"package": "rxjs",
|
|
7572
7876
|
"name": "Subject"
|
|
7573
7877
|
}
|
|
7574
7878
|
}
|
|
@@ -7690,10 +7994,14 @@
|
|
|
7690
7994
|
"implementedTypes": [
|
|
7691
7995
|
{
|
|
7692
7996
|
"type": "reference",
|
|
7997
|
+
"qualifiedName": "AfterViewInit",
|
|
7998
|
+
"package": "@angular/core",
|
|
7693
7999
|
"name": "AfterViewInit"
|
|
7694
8000
|
},
|
|
7695
8001
|
{
|
|
7696
8002
|
"type": "reference",
|
|
8003
|
+
"qualifiedName": "OnDestroy",
|
|
8004
|
+
"package": "@angular/core",
|
|
7697
8005
|
"name": "OnDestroy"
|
|
7698
8006
|
}
|
|
7699
8007
|
]
|
|
@@ -7709,6 +8017,8 @@
|
|
|
7709
8017
|
"name": "Component",
|
|
7710
8018
|
"type": {
|
|
7711
8019
|
"type": "reference",
|
|
8020
|
+
"qualifiedName": "ComponentDecorator",
|
|
8021
|
+
"package": "@angular/core",
|
|
7712
8022
|
"name": "Component"
|
|
7713
8023
|
},
|
|
7714
8024
|
"arguments": {
|
|
@@ -7757,6 +8067,8 @@
|
|
|
7757
8067
|
"flags": {},
|
|
7758
8068
|
"type": {
|
|
7759
8069
|
"type": "reference",
|
|
8070
|
+
"qualifiedName": "ChangeDetectorRef",
|
|
8071
|
+
"package": "@angular/core",
|
|
7760
8072
|
"name": "ChangeDetectorRef"
|
|
7761
8073
|
}
|
|
7762
8074
|
},
|
|
@@ -7774,6 +8086,8 @@
|
|
|
7774
8086
|
"name": "any"
|
|
7775
8087
|
}
|
|
7776
8088
|
],
|
|
8089
|
+
"qualifiedName": "ElementRef",
|
|
8090
|
+
"package": "@angular/core",
|
|
7777
8091
|
"name": "ElementRef"
|
|
7778
8092
|
}
|
|
7779
8093
|
}
|
|
@@ -7844,6 +8158,8 @@
|
|
|
7844
8158
|
"name": "Output",
|
|
7845
8159
|
"type": {
|
|
7846
8160
|
"type": "reference",
|
|
8161
|
+
"qualifiedName": "OutputDecorator",
|
|
8162
|
+
"package": "@angular/core",
|
|
7847
8163
|
"name": "Output"
|
|
7848
8164
|
},
|
|
7849
8165
|
"arguments": {}
|
|
@@ -7864,6 +8180,8 @@
|
|
|
7864
8180
|
"name": "void"
|
|
7865
8181
|
}
|
|
7866
8182
|
],
|
|
8183
|
+
"qualifiedName": "EventEmitter",
|
|
8184
|
+
"package": "@angular/core",
|
|
7867
8185
|
"name": "EventEmitter"
|
|
7868
8186
|
},
|
|
7869
8187
|
"defaultValue": "..."
|
|
@@ -7884,6 +8202,8 @@
|
|
|
7884
8202
|
"name": "Output",
|
|
7885
8203
|
"type": {
|
|
7886
8204
|
"type": "reference",
|
|
8205
|
+
"qualifiedName": "OutputDecorator",
|
|
8206
|
+
"package": "@angular/core",
|
|
7887
8207
|
"name": "Output"
|
|
7888
8208
|
},
|
|
7889
8209
|
"arguments": {}
|
|
@@ -7904,6 +8224,8 @@
|
|
|
7904
8224
|
"name": "void"
|
|
7905
8225
|
}
|
|
7906
8226
|
],
|
|
8227
|
+
"qualifiedName": "EventEmitter",
|
|
8228
|
+
"package": "@angular/core",
|
|
7907
8229
|
"name": "EventEmitter"
|
|
7908
8230
|
},
|
|
7909
8231
|
"defaultValue": "..."
|
|
@@ -7921,7 +8243,7 @@
|
|
|
7921
8243
|
"tags": [
|
|
7922
8244
|
{
|
|
7923
8245
|
"tag": "default",
|
|
7924
|
-
"text": "
|
|
8246
|
+
"text": "false\n"
|
|
7925
8247
|
}
|
|
7926
8248
|
]
|
|
7927
8249
|
},
|
|
@@ -7930,6 +8252,8 @@
|
|
|
7930
8252
|
"name": "Input",
|
|
7931
8253
|
"type": {
|
|
7932
8254
|
"type": "reference",
|
|
8255
|
+
"qualifiedName": "InputDecorator",
|
|
8256
|
+
"package": "@angular/core",
|
|
7933
8257
|
"name": "Input"
|
|
7934
8258
|
},
|
|
7935
8259
|
"arguments": {}
|
|
@@ -7967,7 +8291,7 @@
|
|
|
7967
8291
|
"type": "reference",
|
|
7968
8292
|
"name": "SkyInlineDeleteType"
|
|
7969
8293
|
},
|
|
7970
|
-
"defaultValue": "
|
|
8294
|
+
"defaultValue": "SkyInlineDeleteType.Standard"
|
|
7971
8295
|
}
|
|
7972
8296
|
],
|
|
7973
8297
|
"groups": [
|
|
@@ -8001,10 +8325,14 @@
|
|
|
8001
8325
|
"implementedTypes": [
|
|
8002
8326
|
{
|
|
8003
8327
|
"type": "reference",
|
|
8328
|
+
"qualifiedName": "OnDestroy",
|
|
8329
|
+
"package": "@angular/core",
|
|
8004
8330
|
"name": "OnDestroy"
|
|
8005
8331
|
},
|
|
8006
8332
|
{
|
|
8007
8333
|
"type": "reference",
|
|
8334
|
+
"qualifiedName": "OnInit",
|
|
8335
|
+
"package": "@angular/core",
|
|
8008
8336
|
"name": "OnInit"
|
|
8009
8337
|
}
|
|
8010
8338
|
]
|
|
@@ -8023,6 +8351,8 @@
|
|
|
8023
8351
|
"name": "Component",
|
|
8024
8352
|
"type": {
|
|
8025
8353
|
"type": "reference",
|
|
8354
|
+
"qualifiedName": "ComponentDecorator",
|
|
8355
|
+
"package": "@angular/core",
|
|
8026
8356
|
"name": "Component"
|
|
8027
8357
|
},
|
|
8028
8358
|
"arguments": {
|
|
@@ -8065,6 +8395,8 @@
|
|
|
8065
8395
|
"name": "ContentChildren",
|
|
8066
8396
|
"type": {
|
|
8067
8397
|
"type": "reference",
|
|
8398
|
+
"qualifiedName": "ContentChildrenDecorator",
|
|
8399
|
+
"package": "@angular/core",
|
|
8068
8400
|
"name": "ContentChildren"
|
|
8069
8401
|
},
|
|
8070
8402
|
"arguments": {
|
|
@@ -8088,6 +8420,8 @@
|
|
|
8088
8420
|
"name": "SkyInlineDeleteComponent"
|
|
8089
8421
|
}
|
|
8090
8422
|
],
|
|
8423
|
+
"qualifiedName": "QueryList",
|
|
8424
|
+
"package": "@angular/core",
|
|
8091
8425
|
"name": "QueryList"
|
|
8092
8426
|
}
|
|
8093
8427
|
},
|
|
@@ -8113,6 +8447,8 @@
|
|
|
8113
8447
|
"name": "Input",
|
|
8114
8448
|
"type": {
|
|
8115
8449
|
"type": "reference",
|
|
8450
|
+
"qualifiedName": "InputDecorator",
|
|
8451
|
+
"package": "@angular/core",
|
|
8116
8452
|
"name": "Input"
|
|
8117
8453
|
},
|
|
8118
8454
|
"arguments": {}
|
|
@@ -8152,6 +8488,8 @@
|
|
|
8152
8488
|
"name": "Input",
|
|
8153
8489
|
"type": {
|
|
8154
8490
|
"type": "reference",
|
|
8491
|
+
"qualifiedName": "InputDecorator",
|
|
8492
|
+
"package": "@angular/core",
|
|
8155
8493
|
"name": "Input"
|
|
8156
8494
|
},
|
|
8157
8495
|
"arguments": {}
|
|
@@ -8185,6 +8523,8 @@
|
|
|
8185
8523
|
"name": "Output",
|
|
8186
8524
|
"type": {
|
|
8187
8525
|
"type": "reference",
|
|
8526
|
+
"qualifiedName": "OutputDecorator",
|
|
8527
|
+
"package": "@angular/core",
|
|
8188
8528
|
"name": "Output"
|
|
8189
8529
|
},
|
|
8190
8530
|
"arguments": {}
|
|
@@ -8205,6 +8545,8 @@
|
|
|
8205
8545
|
"name": "boolean"
|
|
8206
8546
|
}
|
|
8207
8547
|
],
|
|
8548
|
+
"qualifiedName": "EventEmitter",
|
|
8549
|
+
"package": "@angular/core",
|
|
8208
8550
|
"name": "EventEmitter"
|
|
8209
8551
|
},
|
|
8210
8552
|
"defaultValue": "..."
|
|
@@ -8239,11 +8581,11 @@
|
|
|
8239
8581
|
"isPublic": true
|
|
8240
8582
|
},
|
|
8241
8583
|
"comment": {
|
|
8242
|
-
"shortText": "Specifies the size of the card. The valid options are
|
|
8584
|
+
"shortText": "Specifies the size of the card. The valid options are `\"large\"` and `\"small\"`.",
|
|
8243
8585
|
"tags": [
|
|
8244
8586
|
{
|
|
8245
8587
|
"tag": "default",
|
|
8246
|
-
"text": "large\n"
|
|
8588
|
+
"text": "\"large\"\n"
|
|
8247
8589
|
}
|
|
8248
8590
|
]
|
|
8249
8591
|
},
|
|
@@ -8252,6 +8594,8 @@
|
|
|
8252
8594
|
"name": "Input",
|
|
8253
8595
|
"type": {
|
|
8254
8596
|
"type": "reference",
|
|
8597
|
+
"qualifiedName": "InputDecorator",
|
|
8598
|
+
"package": "@angular/core",
|
|
8255
8599
|
"name": "Input"
|
|
8256
8600
|
},
|
|
8257
8601
|
"arguments": {}
|
|
@@ -8282,6 +8626,8 @@
|
|
|
8282
8626
|
"name": "ContentChildren",
|
|
8283
8627
|
"type": {
|
|
8284
8628
|
"type": "reference",
|
|
8629
|
+
"qualifiedName": "ContentChildrenDecorator",
|
|
8630
|
+
"package": "@angular/core",
|
|
8285
8631
|
"name": "ContentChildren"
|
|
8286
8632
|
},
|
|
8287
8633
|
"arguments": {
|
|
@@ -8305,6 +8651,8 @@
|
|
|
8305
8651
|
"name": "SkyCardTitleComponent"
|
|
8306
8652
|
}
|
|
8307
8653
|
],
|
|
8654
|
+
"qualifiedName": "QueryList",
|
|
8655
|
+
"package": "@angular/core",
|
|
8308
8656
|
"name": "QueryList"
|
|
8309
8657
|
}
|
|
8310
8658
|
},
|
|
@@ -8496,10 +8844,14 @@
|
|
|
8496
8844
|
"implementedTypes": [
|
|
8497
8845
|
{
|
|
8498
8846
|
"type": "reference",
|
|
8847
|
+
"qualifiedName": "AfterContentInit",
|
|
8848
|
+
"package": "@angular/core",
|
|
8499
8849
|
"name": "AfterContentInit"
|
|
8500
8850
|
},
|
|
8501
8851
|
{
|
|
8502
8852
|
"type": "reference",
|
|
8853
|
+
"qualifiedName": "OnDestroy",
|
|
8854
|
+
"package": "@angular/core",
|
|
8503
8855
|
"name": "OnDestroy"
|
|
8504
8856
|
}
|
|
8505
8857
|
]
|
|
@@ -8549,7 +8901,7 @@
|
|
|
8549
8901
|
"flags": {},
|
|
8550
8902
|
"sources": [
|
|
8551
8903
|
{
|
|
8552
|
-
"fileName": "
|
|
8904
|
+
"fileName": "lib/modules/action-button/action-button-permalink.ts",
|
|
8553
8905
|
"line": 25,
|
|
8554
8906
|
"character": 4
|
|
8555
8907
|
}
|
|
@@ -8572,13 +8924,15 @@
|
|
|
8572
8924
|
},
|
|
8573
8925
|
"sources": [
|
|
8574
8926
|
{
|
|
8575
|
-
"fileName": "
|
|
8927
|
+
"fileName": "lib/modules/action-button/action-button-permalink.ts",
|
|
8576
8928
|
"line": 26,
|
|
8577
8929
|
"character": 4
|
|
8578
8930
|
}
|
|
8579
8931
|
],
|
|
8580
8932
|
"type": {
|
|
8581
8933
|
"type": "reference",
|
|
8934
|
+
"qualifiedName": "NavigationExtras",
|
|
8935
|
+
"package": "@angular/router",
|
|
8582
8936
|
"name": "NavigationExtras"
|
|
8583
8937
|
}
|
|
8584
8938
|
}
|
|
@@ -8976,18 +9330,13 @@
|
|
|
8976
9330
|
],
|
|
8977
9331
|
"sources": [
|
|
8978
9332
|
{
|
|
8979
|
-
"fileName": "
|
|
9333
|
+
"fileName": "index.ts",
|
|
8980
9334
|
"line": 1,
|
|
8981
9335
|
"character": 0
|
|
8982
9336
|
}
|
|
8983
9337
|
]
|
|
8984
9338
|
},
|
|
8985
9339
|
"codeExamples": [
|
|
8986
|
-
{
|
|
8987
|
-
"fileName": ".eslintrc.json",
|
|
8988
|
-
"filePath": "/projects/layout/documentation/code-examples/.eslintrc.json",
|
|
8989
|
-
"rawContents": "{\n \"extends\": [\"../../.eslintrc.json\"],\n \"overrides\": [\n {\n \"files\": [\"*.ts\"],\n \"rules\": {\n \"@angular-eslint/directive-selector\": [\n \"error\",\n {\n \"type\": \"attribute\",\n \"prefix\": \"app\",\n \"style\": \"camelCase\"\n }\n ],\n \"@angular-eslint/component-selector\": [\n \"error\",\n {\n \"type\": \"element\",\n \"prefix\": \"app\",\n \"style\": \"kebab-case\"\n }\n ]\n }\n }\n ]\n}\n"
|
|
8990
|
-
},
|
|
8991
9340
|
{
|
|
8992
9341
|
"fileName": "action-button-demo.component.html",
|
|
8993
9342
|
"filePath": "/projects/layout/documentation/code-examples/action-button/basic/action-button-demo.component.html",
|
|
@@ -9181,17 +9530,17 @@
|
|
|
9181
9530
|
{
|
|
9182
9531
|
"fileName": "inline-delete-card-demo.component.ts",
|
|
9183
9532
|
"filePath": "/projects/layout/documentation/code-examples/inline-delete/card/inline-delete-card-demo.component.ts",
|
|
9184
|
-
"rawContents": "import { Component } from '@angular/core';\n\n@Component({\n selector: 'app-inline-delete-card-demo',\n templateUrl: './inline-delete-card-demo.component.html',\n})\nexport class InlineDeleteCardDemoComponent {\n public deleting
|
|
9533
|
+
"rawContents": "import { Component } from '@angular/core';\n\n@Component({\n selector: 'app-inline-delete-card-demo',\n templateUrl: './inline-delete-card-demo.component.html',\n})\nexport class InlineDeleteCardDemoComponent {\n public deleting = false;\n\n public pending = false;\n\n public deleteItem(): void {\n this.deleting = true;\n }\n\n public onCancelTriggered(): void {\n this.deleting = false;\n }\n\n public onDeleteTriggered(): void {\n setTimeout(() => {\n this.pending = false;\n this.deleting = false;\n }, 3000);\n\n this.pending = true;\n }\n}\n"
|
|
9185
9534
|
},
|
|
9186
9535
|
{
|
|
9187
9536
|
"fileName": "inline-delete-card-demo.module.ts",
|
|
9188
9537
|
"filePath": "/projects/layout/documentation/code-examples/inline-delete/card/inline-delete-card-demo.module.ts",
|
|
9189
|
-
"rawContents": "import { NgModule } from '@angular/core';\n\nimport { CommonModule } from '@angular/common';\n\nimport {
|
|
9538
|
+
"rawContents": "import { NgModule } from '@angular/core';\n\nimport { CommonModule } from '@angular/common';\n\nimport { SkyCardModule, SkyInlineDeleteModule } from '@skyux/layout';\n\nimport { InlineDeleteCardDemoComponent } from './inline-delete-card-demo.component';\n\n@NgModule({\n imports: [CommonModule, SkyCardModule, SkyInlineDeleteModule],\n declarations: [InlineDeleteCardDemoComponent],\n exports: [InlineDeleteCardDemoComponent],\n})\nexport class InlineDeleteCardDemoModule {}\n"
|
|
9190
9539
|
},
|
|
9191
9540
|
{
|
|
9192
9541
|
"fileName": "inilne-delete-demo.component.ts",
|
|
9193
9542
|
"filePath": "/projects/layout/documentation/code-examples/inline-delete/custom/inilne-delete-demo.component.ts",
|
|
9194
|
-
"rawContents": "import { Component } from '@angular/core';\n\n@Component({\n selector: 'app-inline-delete-demo',\n templateUrl: './inline-delete-demo.component.html',\n styleUrls: ['./inline-delete-demo.component.scss'],\n})\nexport class InlineDeleteDemoComponent {\n public deleting
|
|
9543
|
+
"rawContents": "import { Component } from '@angular/core';\n\n@Component({\n selector: 'app-inline-delete-demo',\n templateUrl: './inline-delete-demo.component.html',\n styleUrls: ['./inline-delete-demo.component.scss'],\n})\nexport class InlineDeleteDemoComponent {\n public deleting = false;\n\n public pending = false;\n\n public deleteItem(): void {\n this.deleting = true;\n }\n\n public onCancelTriggered(): void {\n this.deleting = false;\n }\n\n public onDeleteTriggered(): void {\n setTimeout(() => {\n this.pending = false;\n }, 3000);\n\n this.pending = true;\n this.deleting = false;\n }\n}\n"
|
|
9195
9544
|
},
|
|
9196
9545
|
{
|
|
9197
9546
|
"fileName": "inline-delete-demo.component.html",
|
|
@@ -9238,6 +9587,21 @@
|
|
|
9238
9587
|
"filePath": "/projects/layout/documentation/code-examples/page-summary/basic/page-summary-demo.module.ts",
|
|
9239
9588
|
"rawContents": "import { NgModule } from '@angular/core';\n\nimport { CommonModule } from '@angular/common';\n\nimport { FormsModule } from '@angular/forms';\n\nimport { SkyAvatarModule } from '@skyux/avatar';\n\nimport { SkyCheckboxModule } from '@skyux/forms';\n\nimport {\n SkyAlertModule,\n SkyKeyInfoModule,\n SkyLabelModule,\n} from '@skyux/indicators';\n\nimport { SkyPageSummaryModule } from '@skyux/layout';\n\nimport { PageSummaryDemoComponent } from './page-summary-demo.component';\n\n@NgModule({\n imports: [\n CommonModule,\n FormsModule,\n SkyPageSummaryModule,\n SkyAlertModule,\n SkyAvatarModule,\n SkyCheckboxModule,\n SkyLabelModule,\n SkyKeyInfoModule,\n ],\n declarations: [PageSummaryDemoComponent],\n exports: [PageSummaryDemoComponent],\n})\nexport class PageSummaryDemoModule {}\n"
|
|
9240
9589
|
},
|
|
9590
|
+
{
|
|
9591
|
+
"fileName": "text-expand-repeater-demo.component.html",
|
|
9592
|
+
"filePath": "/projects/layout/documentation/code-examples/text-expand-repeater/text-expand-repeater-demo.component.html",
|
|
9593
|
+
"rawContents": "<sky-text-expand-repeater [data]=\"repeaterData\" [maxItems]=\"2\">\n</sky-text-expand-repeater>\n"
|
|
9594
|
+
},
|
|
9595
|
+
{
|
|
9596
|
+
"fileName": "text-expand-repeater-demo.component.ts",
|
|
9597
|
+
"filePath": "/projects/layout/documentation/code-examples/text-expand-repeater/text-expand-repeater-demo.component.ts",
|
|
9598
|
+
"rawContents": "import { Component } from '@angular/core';\n\n@Component({\n selector: 'app-text-expand-repeater-demo',\n templateUrl: './text-expand-repeater-demo.component.html',\n})\nexport class TextExpandRepeaterDemoComponent {\n public repeaterData: string[] = [\n 'Repeater item 1',\n 'Repeater item 2',\n 'Repeater item 3',\n 'Repeater item 4',\n 'Repeater item 5',\n ];\n}\n"
|
|
9599
|
+
},
|
|
9600
|
+
{
|
|
9601
|
+
"fileName": "text-expand-repeater-demo.module.ts",
|
|
9602
|
+
"filePath": "/projects/layout/documentation/code-examples/text-expand-repeater/text-expand-repeater-demo.module.ts",
|
|
9603
|
+
"rawContents": "import { NgModule } from '@angular/core';\n\nimport { CommonModule } from '@angular/common';\n\nimport { SkyTextExpandRepeaterModule } from '@skyux/layout';\n\nimport { TextExpandRepeaterDemoComponent } from './text-expand-repeater-demo.component';\n\n@NgModule({\n imports: [CommonModule, SkyTextExpandRepeaterModule],\n declarations: [TextExpandRepeaterDemoComponent],\n exports: [TextExpandRepeaterDemoComponent],\n})\nexport class TextExpandRepeaterDemoModule {}\n"
|
|
9604
|
+
},
|
|
9241
9605
|
{
|
|
9242
9606
|
"fileName": "text-expand-demo.component.html",
|
|
9243
9607
|
"filePath": "/projects/layout/documentation/code-examples/text-expand/inline/text-expand-demo.component.html",
|
|
@@ -9283,21 +9647,6 @@
|
|
|
9283
9647
|
"filePath": "/projects/layout/documentation/code-examples/text-expand/newline/text-expand-demo.module.ts",
|
|
9284
9648
|
"rawContents": "import { NgModule } from '@angular/core';\n\nimport { CommonModule } from '@angular/common';\n\nimport { SkyTextExpandModule } from '@skyux/layout';\n\nimport { TextExpandDemoComponent } from './text-expand-demo.component';\n\n@NgModule({\n imports: [CommonModule, SkyTextExpandModule],\n declarations: [TextExpandDemoComponent],\n exports: [TextExpandDemoComponent],\n})\nexport class TextExpandDemoModule {}\n"
|
|
9285
9649
|
},
|
|
9286
|
-
{
|
|
9287
|
-
"fileName": "text-expand-repeater-demo.component.html",
|
|
9288
|
-
"filePath": "/projects/layout/documentation/code-examples/text-expand-repeater/text-expand-repeater-demo.component.html",
|
|
9289
|
-
"rawContents": "<sky-text-expand-repeater [data]=\"repeaterData\" [maxItems]=\"2\">\n</sky-text-expand-repeater>\n"
|
|
9290
|
-
},
|
|
9291
|
-
{
|
|
9292
|
-
"fileName": "text-expand-repeater-demo.component.ts",
|
|
9293
|
-
"filePath": "/projects/layout/documentation/code-examples/text-expand-repeater/text-expand-repeater-demo.component.ts",
|
|
9294
|
-
"rawContents": "import { Component } from '@angular/core';\n\n@Component({\n selector: 'app-text-expand-repeater-demo',\n templateUrl: './text-expand-repeater-demo.component.html',\n})\nexport class TextExpandRepeaterDemoComponent {\n public repeaterData: string[] = [\n 'Repeater item 1',\n 'Repeater item 2',\n 'Repeater item 3',\n 'Repeater item 4',\n 'Repeater item 5',\n ];\n}\n"
|
|
9295
|
-
},
|
|
9296
|
-
{
|
|
9297
|
-
"fileName": "text-expand-repeater-demo.module.ts",
|
|
9298
|
-
"filePath": "/projects/layout/documentation/code-examples/text-expand-repeater/text-expand-repeater-demo.module.ts",
|
|
9299
|
-
"rawContents": "import { NgModule } from '@angular/core';\n\nimport { CommonModule } from '@angular/common';\n\nimport { SkyTextExpandRepeaterModule } from '@skyux/layout';\n\nimport { TextExpandRepeaterDemoComponent } from './text-expand-repeater-demo.component';\n\n@NgModule({\n imports: [CommonModule, SkyTextExpandRepeaterModule],\n declarations: [TextExpandRepeaterDemoComponent],\n exports: [TextExpandRepeaterDemoComponent],\n})\nexport class TextExpandRepeaterDemoModule {}\n"
|
|
9300
|
-
},
|
|
9301
9650
|
{
|
|
9302
9651
|
"fileName": "toolbar-demo.component.html",
|
|
9303
9652
|
"filePath": "/projects/layout/documentation/code-examples/toolbar/basic/toolbar-demo.component.html",
|
|
@@ -9329,4 +9678,4 @@
|
|
|
9329
9678
|
"rawContents": "import { CommonModule } from '@angular/common';\n\nimport { NgModule } from '@angular/core';\n\nimport { SkyIconModule } from '@skyux/indicators';\n\nimport { SkyToolbarModule } from '@skyux/layout';\n\nimport { ToolbarDemoComponent } from './toolbar-demo.component';\n\n@NgModule({\n imports: [CommonModule, SkyIconModule, SkyToolbarModule],\n exports: [ToolbarDemoComponent],\n declarations: [ToolbarDemoComponent],\n})\nexport class ToolbarDemoModule {}\n"
|
|
9330
9679
|
}
|
|
9331
9680
|
]
|
|
9332
|
-
}
|
|
9681
|
+
}
|