@skyux/layout 5.0.0-beta.7 → 5.1.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/bundles/skyux-layout-testing.umd.js +2 -2
- package/bundles/skyux-layout.umd.js +430 -429
- package/bundles/skyux-layout.umd.js.map +1 -1
- package/documentation.json +261 -222
- package/esm2015/modules/action-button/action-button-adapter-service.js +4 -4
- package/esm2015/modules/action-button/action-button-container.component.js +4 -4
- package/esm2015/modules/action-button/action-button-details.component.js +4 -4
- package/esm2015/modules/action-button/action-button-header.component.js +4 -4
- package/esm2015/modules/action-button/action-button-icon.component.js +4 -4
- package/esm2015/modules/action-button/action-button.component.js +4 -4
- package/esm2015/modules/action-button/action-button.module.js +5 -5
- package/esm2015/modules/back-to-top/back-to-top-adapter.service.js +4 -4
- package/esm2015/modules/back-to-top/back-to-top.component.js +4 -4
- package/esm2015/modules/back-to-top/back-to-top.directive.js +4 -4
- package/esm2015/modules/back-to-top/back-top-top.module.js +5 -5
- package/esm2015/modules/card/card-actions.component.js +4 -4
- package/esm2015/modules/card/card-content.component.js +4 -4
- package/esm2015/modules/card/card-title.component.js +4 -4
- package/esm2015/modules/card/card.component.js +4 -4
- package/esm2015/modules/card/card.module.js +5 -5
- package/esm2015/modules/definition-list/definition-list-content.component.js +4 -4
- package/esm2015/modules/definition-list/definition-list-heading.component.js +4 -4
- package/esm2015/modules/definition-list/definition-list-label.component.js +4 -4
- package/esm2015/modules/definition-list/definition-list-value.component.js +4 -4
- package/esm2015/modules/definition-list/definition-list.component.js +4 -4
- package/esm2015/modules/definition-list/definition-list.module.js +5 -5
- package/esm2015/modules/definition-list/definition-list.service.js +4 -4
- package/esm2015/modules/description-list/description-list-adapter-service.js +4 -4
- package/esm2015/modules/description-list/description-list-content.component.js +4 -4
- package/esm2015/modules/description-list/description-list-description.component.js +4 -4
- package/esm2015/modules/description-list/description-list-term.component.js +4 -4
- package/esm2015/modules/description-list/description-list.component.js +4 -4
- package/esm2015/modules/description-list/description-list.module.js +5 -5
- package/esm2015/modules/description-list/description-list.service.js +4 -4
- package/esm2015/modules/fluid-grid/column.component.js +4 -4
- package/esm2015/modules/fluid-grid/fluid-grid.component.js +4 -4
- package/esm2015/modules/fluid-grid/fluid-grid.module.js +5 -5
- package/esm2015/modules/fluid-grid/row.component.js +4 -4
- package/esm2015/modules/format/format.component.js +4 -4
- package/esm2015/modules/format/format.module.js +5 -5
- package/esm2015/modules/inline-delete/inline-delete-adapter.service.js +4 -4
- package/esm2015/modules/inline-delete/inline-delete.component.js +4 -4
- package/esm2015/modules/inline-delete/inline-delete.module.js +5 -5
- package/esm2015/modules/page/page-theme-adapter.service.js +4 -4
- package/esm2015/modules/page/page.component.js +4 -4
- package/esm2015/modules/page/page.module.js +5 -5
- package/esm2015/modules/page-summary/page-summary-adapter.service.js +4 -4
- package/esm2015/modules/page-summary/page-summary-alert.component.js +4 -4
- package/esm2015/modules/page-summary/page-summary-content.component.js +4 -4
- package/esm2015/modules/page-summary/page-summary-image.component.js +4 -4
- package/esm2015/modules/page-summary/page-summary-key-info.component.js +4 -4
- package/esm2015/modules/page-summary/page-summary-status.component.js +4 -4
- package/esm2015/modules/page-summary/page-summary-subtitle.component.js +4 -4
- package/esm2015/modules/page-summary/page-summary-title.component.js +4 -4
- package/esm2015/modules/page-summary/page-summary.component.js +4 -4
- package/esm2015/modules/page-summary/page-summary.module.js +5 -5
- package/esm2015/modules/shared/sky-layout-resources.module.js +5 -5
- package/esm2015/modules/text-expand/text-expand-adapter.service.js +4 -4
- package/esm2015/modules/text-expand/text-expand-modal.component.js +4 -4
- package/esm2015/modules/text-expand/text-expand.component.js +4 -4
- package/esm2015/modules/text-expand/text-expand.module.js +5 -5
- package/esm2015/modules/text-expand-repeater/text-expand-repeater-adapter.service.js +4 -4
- package/esm2015/modules/text-expand-repeater/text-expand-repeater.component.js +12 -5
- package/esm2015/modules/text-expand-repeater/text-expand-repeater.module.js +5 -5
- package/esm2015/modules/text-expand-repeater/types/text-expand-repeater-list-style-type.js +2 -0
- package/esm2015/modules/toolbar/toolbar-item.component.js +4 -4
- package/esm2015/modules/toolbar/toolbar-section.component.js +4 -4
- package/esm2015/modules/toolbar/toolbar-view-actions.component.js +4 -4
- package/esm2015/modules/toolbar/toolbar.component.js +4 -4
- package/esm2015/modules/toolbar/toolbar.module.js +5 -5
- package/esm2015/public-api.js +2 -1
- package/fesm2015/skyux-layout.js +237 -230
- package/fesm2015/skyux-layout.js.map +1 -1
- package/modules/text-expand-repeater/text-expand-repeater.component.d.ts +7 -1
- package/modules/text-expand-repeater/types/text-expand-repeater-list-style-type.d.ts +1 -0
- package/package.json +13 -13
- package/public-api.d.ts +1 -0
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@angular/platform-browser'), require('@skyux-sdk/testing')) :
|
|
3
3
|
typeof define === 'function' && define.amd ? define('@skyux/layout/testing', ['exports', '@angular/platform-browser', '@skyux-sdk/testing'], factory) :
|
|
4
4
|
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory((global.skyux = global.skyux || {}, global.skyux.layout = global.skyux.layout || {}, global.skyux.layout.testing = {}), global.ng.platformBrowser, global.testing));
|
|
5
|
-
}(this, (function (exports, platformBrowser, testing) { 'use strict';
|
|
5
|
+
})(this, (function (exports, platformBrowser, testing) { 'use strict';
|
|
6
6
|
|
|
7
7
|
/**
|
|
8
8
|
* Allows interaction with a SKY UX action button component.
|
|
@@ -182,5 +182,5 @@
|
|
|
182
182
|
|
|
183
183
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
184
184
|
|
|
185
|
-
}))
|
|
185
|
+
}));
|
|
186
186
|
//# sourceMappingURL=skyux-layout-testing.umd.js.map
|