@skyux/indicators 5.0.0-beta.2 → 5.0.1
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-indicators-testing.umd.js +2 -2
- package/bundles/skyux-indicators-testing.umd.js.map +1 -1
- package/bundles/skyux-indicators.umd.js +655 -523
- package/bundles/skyux-indicators.umd.js.map +1 -1
- package/documentation.json +2260 -2187
- package/esm2015/modules/alert/alert.component.js +25 -14
- package/esm2015/modules/alert/alert.module.js +29 -18
- package/esm2015/modules/chevron/chevron.component.js +21 -13
- package/esm2015/modules/chevron/chevron.module.js +26 -17
- package/esm2015/modules/help-inline/help-inline.component.js +18 -11
- package/esm2015/modules/help-inline/help-inline.module.js +29 -18
- package/esm2015/modules/icon/icon-class-list.pipe.js +11 -10
- package/esm2015/modules/icon/icon-resolver.service.js +9 -11
- package/esm2015/modules/icon/icon-stack-item.js +1 -1
- package/esm2015/modules/icon/icon-stack.component.js +20 -13
- package/esm2015/modules/icon/icon.component.js +25 -16
- package/esm2015/modules/icon/icon.module.js +13 -18
- package/esm2015/modules/key-info/key-info-label.component.js +11 -7
- package/esm2015/modules/key-info/key-info-value.component.js +11 -7
- package/esm2015/modules/key-info/key-info.component.js +15 -11
- package/esm2015/modules/key-info/key-info.module.js +25 -18
- package/esm2015/modules/label/label.component.js +17 -11
- package/esm2015/modules/label/label.module.js +13 -15
- package/esm2015/modules/shared/indicator-description-type.js +1 -1
- package/esm2015/modules/shared/indicator-icon-utility.js +4 -4
- package/esm2015/modules/shared/indicator-icon.js +1 -1
- package/esm2015/modules/shared/sky-indicators-resources.module.js +44 -13
- package/esm2015/modules/status-indicator/status-indicator.component.js +28 -21
- package/esm2015/modules/status-indicator/status-indicator.module.js +26 -17
- package/esm2015/modules/text-highlight/text-highlight.directive.js +19 -16
- package/esm2015/modules/text-highlight/text-highlight.module.js +13 -14
- package/esm2015/modules/tokens/token.component.js +32 -26
- package/esm2015/modules/tokens/tokens.component.js +93 -58
- package/esm2015/modules/tokens/tokens.module.js +26 -19
- package/esm2015/modules/tokens/types/token-selected-event-args.js +1 -1
- package/esm2015/modules/tokens/types/token.js +1 -1
- package/esm2015/modules/tokens/types/tokens-message-type.js +1 -1
- package/esm2015/modules/tokens/types/tokens-message.js +1 -1
- package/esm2015/modules/wait/wait-adapter.service.js +32 -25
- package/esm2015/modules/wait/wait-page-adapter.service.js +9 -7
- package/esm2015/modules/wait/wait-page.component.js +17 -12
- package/esm2015/modules/wait/wait.component.js +31 -27
- package/esm2015/modules/wait/wait.module.js +14 -21
- package/esm2015/modules/wait/wait.service.js +10 -16
- package/esm2015/public-api.js +17 -1
- package/esm2015/skyux-indicators.js +1 -21
- package/esm2015/testing/alert-fixture.js +1 -1
- package/esm2015/testing/label-fixture.js +1 -1
- package/esm2015/testing/wait-fixture.js +1 -1
- package/fesm2015/skyux-indicators-testing.js.map +1 -1
- package/fesm2015/skyux-indicators.js +635 -496
- package/fesm2015/skyux-indicators.js.map +1 -1
- package/modules/alert/alert.component.d.ts +3 -0
- package/modules/alert/alert.module.d.ts +10 -0
- package/modules/chevron/chevron.component.d.ts +3 -0
- package/modules/chevron/chevron.module.d.ts +9 -0
- package/modules/help-inline/help-inline.component.d.ts +3 -0
- package/modules/help-inline/help-inline.module.d.ts +10 -0
- package/modules/icon/icon-class-list.pipe.d.ts +3 -0
- package/modules/icon/icon-resolver.service.d.ts +3 -0
- package/modules/icon/icon-stack.component.d.ts +3 -0
- package/modules/icon/icon.component.d.ts +3 -0
- package/modules/icon/icon.module.d.ts +9 -0
- package/modules/key-info/key-info-label.component.d.ts +3 -0
- package/modules/key-info/key-info-value.component.d.ts +3 -0
- package/modules/key-info/key-info.component.d.ts +3 -0
- package/modules/key-info/key-info.module.d.ts +8 -0
- package/modules/label/label.component.d.ts +3 -0
- package/modules/label/label.module.d.ts +7 -0
- package/modules/shared/sky-indicators-resources.module.d.ts +5 -6
- package/modules/status-indicator/status-indicator.component.d.ts +3 -0
- package/modules/status-indicator/status-indicator.module.d.ts +9 -0
- package/modules/text-highlight/text-highlight.directive.d.ts +3 -0
- package/modules/text-highlight/text-highlight.module.d.ts +5 -0
- package/modules/tokens/token.component.d.ts +3 -0
- package/modules/tokens/tokens.component.d.ts +3 -0
- package/modules/tokens/tokens.module.d.ts +10 -0
- package/modules/wait/wait-adapter.service.d.ts +3 -0
- package/modules/wait/wait-page-adapter.service.d.ts +3 -0
- package/modules/wait/wait-page.component.d.ts +3 -0
- package/modules/wait/wait.component.d.ts +3 -0
- package/modules/wait/wait.module.d.ts +9 -0
- package/modules/wait/wait.service.d.ts +3 -0
- package/package.json +7 -8
- package/public-api.d.ts +14 -0
- package/skyux-indicators.d.ts +1 -20
- package/testing/package.json +0 -1
- package/testing/skyux-indicators-testing.d.ts +1 -0
- package/esm2015/modules/alert/alert.component.ngfactory.js +0 -27
- package/esm2015/modules/alert/alert.component.ngsummary.json +0 -1
- package/esm2015/modules/alert/alert.component.scss.shim.ngstyle.js +0 -9
- package/esm2015/modules/alert/alert.module.ngfactory.js +0 -16
- package/esm2015/modules/alert/alert.module.ngsummary.json +0 -1
- package/esm2015/modules/chevron/chevron.component.ngfactory.js +0 -28
- package/esm2015/modules/chevron/chevron.component.ngsummary.json +0 -1
- package/esm2015/modules/chevron/chevron.component.scss.shim.ngstyle.js +0 -9
- package/esm2015/modules/chevron/chevron.module.ngfactory.js +0 -15
- package/esm2015/modules/chevron/chevron.module.ngsummary.json +0 -1
- package/esm2015/modules/help-inline/help-inline.component.ngfactory.js +0 -28
- package/esm2015/modules/help-inline/help-inline.component.ngsummary.json +0 -1
- package/esm2015/modules/help-inline/help-inline.component.scss.shim.ngstyle.js +0 -9
- package/esm2015/modules/help-inline/help-inline.module.ngfactory.js +0 -16
- package/esm2015/modules/help-inline/help-inline.module.ngsummary.json +0 -1
- package/esm2015/modules/icon/icon-class-list.pipe.ngsummary.json +0 -1
- package/esm2015/modules/icon/icon-resolver.service.ngsummary.json +0 -1
- package/esm2015/modules/icon/icon-stack-item.ngsummary.json +0 -1
- package/esm2015/modules/icon/icon-stack.component.ngfactory.js +0 -22
- package/esm2015/modules/icon/icon-stack.component.ngsummary.json +0 -1
- package/esm2015/modules/icon/icon-stack.component.scss.shim.ngstyle.js +0 -9
- package/esm2015/modules/icon/icon.component.ngfactory.js +0 -21
- package/esm2015/modules/icon/icon.component.ngsummary.json +0 -1
- package/esm2015/modules/icon/icon.component.scss.shim.ngstyle.js +0 -9
- package/esm2015/modules/icon/icon.module.ngfactory.js +0 -13
- package/esm2015/modules/icon/icon.module.ngsummary.json +0 -1
- package/esm2015/modules/icon/types/icon-type.ngsummary.json +0 -1
- package/esm2015/modules/icon/types/icon-variant-type.ngsummary.json +0 -1
- package/esm2015/modules/key-info/key-info-label.component.ngfactory.js +0 -16
- package/esm2015/modules/key-info/key-info-label.component.ngsummary.json +0 -1
- package/esm2015/modules/key-info/key-info-value.component.ngfactory.js +0 -16
- package/esm2015/modules/key-info/key-info-value.component.ngsummary.json +0 -1
- package/esm2015/modules/key-info/key-info.component.ngfactory.js +0 -18
- package/esm2015/modules/key-info/key-info.component.ngsummary.json +0 -1
- package/esm2015/modules/key-info/key-info.component.scss.shim.ngstyle.js +0 -9
- package/esm2015/modules/key-info/key-info.module.ngfactory.js +0 -12
- package/esm2015/modules/key-info/key-info.module.ngsummary.json +0 -1
- package/esm2015/modules/label/label-type.ngsummary.json +0 -1
- package/esm2015/modules/label/label.component.ngfactory.js +0 -22
- package/esm2015/modules/label/label.component.ngsummary.json +0 -1
- package/esm2015/modules/label/label.component.scss.shim.ngstyle.js +0 -9
- package/esm2015/modules/label/label.module.ngfactory.js +0 -14
- package/esm2015/modules/label/label.module.ngsummary.json +0 -1
- package/esm2015/modules/shared/indicator-description-type.ngsummary.json +0 -1
- package/esm2015/modules/shared/indicator-icon-type.ngsummary.json +0 -1
- package/esm2015/modules/shared/indicator-icon-utility.ngsummary.json +0 -1
- package/esm2015/modules/shared/indicator-icon.ngsummary.json +0 -1
- package/esm2015/modules/shared/sky-indicators-resources.module.ngfactory.js +0 -15
- package/esm2015/modules/shared/sky-indicators-resources.module.ngsummary.json +0 -1
- package/esm2015/modules/status-indicator/status-indicator.component.ngfactory.js +0 -25
- package/esm2015/modules/status-indicator/status-indicator.component.ngsummary.json +0 -1
- package/esm2015/modules/status-indicator/status-indicator.component.scss.shim.ngstyle.js +0 -9
- package/esm2015/modules/status-indicator/status-indicator.module.ngfactory.js +0 -16
- package/esm2015/modules/status-indicator/status-indicator.module.ngsummary.json +0 -1
- package/esm2015/modules/text-highlight/text-highlight.directive.ngsummary.json +0 -1
- package/esm2015/modules/text-highlight/text-highlight.module.ngfactory.js +0 -12
- package/esm2015/modules/text-highlight/text-highlight.module.ngsummary.json +0 -1
- package/esm2015/modules/tokens/token.component.ngfactory.js +0 -40
- package/esm2015/modules/tokens/token.component.ngsummary.json +0 -1
- package/esm2015/modules/tokens/token.component.scss.shim.ngstyle.js +0 -9
- package/esm2015/modules/tokens/tokens.component.ngfactory.js +0 -39
- package/esm2015/modules/tokens/tokens.component.ngsummary.json +0 -1
- package/esm2015/modules/tokens/tokens.component.scss.shim.ngstyle.js +0 -9
- package/esm2015/modules/tokens/tokens.module.ngfactory.js +0 -16
- package/esm2015/modules/tokens/tokens.module.ngsummary.json +0 -1
- package/esm2015/modules/tokens/types/token-selected-event-args.ngsummary.json +0 -1
- package/esm2015/modules/tokens/types/token.ngsummary.json +0 -1
- package/esm2015/modules/tokens/types/tokens-message-type.ngsummary.json +0 -1
- package/esm2015/modules/tokens/types/tokens-message.ngsummary.json +0 -1
- package/esm2015/modules/wait/wait-adapter.service.ngsummary.json +0 -1
- package/esm2015/modules/wait/wait-page-adapter.service.ngsummary.json +0 -1
- package/esm2015/modules/wait/wait-page.component.ngfactory.js +0 -21
- package/esm2015/modules/wait/wait-page.component.ngsummary.json +0 -1
- package/esm2015/modules/wait/wait-page.component.scss.shim.ngstyle.js +0 -9
- package/esm2015/modules/wait/wait.component.ngfactory.js +0 -21
- package/esm2015/modules/wait/wait.component.ngsummary.json +0 -1
- package/esm2015/modules/wait/wait.component.scss.shim.ngstyle.js +0 -9
- package/esm2015/modules/wait/wait.module.ngfactory.js +0 -15
- package/esm2015/modules/wait/wait.module.ngsummary.json +0 -1
- package/esm2015/modules/wait/wait.service.ngsummary.json +0 -1
- package/esm2015/public-api.ngsummary.json +0 -1
- package/esm2015/skyux-indicators.ngsummary.json +0 -1
- package/esm2015/testing/alert-fixture.ngsummary.json +0 -1
- package/esm2015/testing/label-fixture.ngsummary.json +0 -1
- package/esm2015/testing/public-api.ngsummary.json +0 -1
- package/esm2015/testing/skyux-indicators-testing.ngsummary.json +0 -1
- package/esm2015/testing/wait-fixture.ngsummary.json +0 -1
- package/modules/alert/alert.component.ngfactory.d.ts +0 -1
- package/modules/alert/alert.component.scss.shim.ngstyle.d.ts +0 -1
- package/modules/alert/alert.module.ngfactory.d.ts +0 -3
- package/modules/chevron/chevron.component.ngfactory.d.ts +0 -1
- package/modules/chevron/chevron.component.scss.shim.ngstyle.d.ts +0 -1
- package/modules/chevron/chevron.module.ngfactory.d.ts +0 -3
- package/modules/help-inline/help-inline.component.ngfactory.d.ts +0 -1
- package/modules/help-inline/help-inline.component.scss.shim.ngstyle.d.ts +0 -1
- package/modules/help-inline/help-inline.module.ngfactory.d.ts +0 -3
- package/modules/icon/icon-stack.component.ngfactory.d.ts +0 -1
- package/modules/icon/icon-stack.component.scss.shim.ngstyle.d.ts +0 -1
- package/modules/icon/icon.component.ngfactory.d.ts +0 -1
- package/modules/icon/icon.component.scss.shim.ngstyle.d.ts +0 -1
- package/modules/icon/icon.module.ngfactory.d.ts +0 -3
- package/modules/key-info/key-info-label.component.ngfactory.d.ts +0 -1
- package/modules/key-info/key-info-value.component.ngfactory.d.ts +0 -1
- package/modules/key-info/key-info.component.ngfactory.d.ts +0 -1
- package/modules/key-info/key-info.component.scss.shim.ngstyle.d.ts +0 -1
- package/modules/key-info/key-info.module.ngfactory.d.ts +0 -3
- package/modules/label/label.component.ngfactory.d.ts +0 -1
- package/modules/label/label.component.scss.shim.ngstyle.d.ts +0 -1
- package/modules/label/label.module.ngfactory.d.ts +0 -3
- package/modules/shared/sky-indicators-resources.module.ngfactory.d.ts +0 -3
- package/modules/status-indicator/status-indicator.component.ngfactory.d.ts +0 -1
- package/modules/status-indicator/status-indicator.component.scss.shim.ngstyle.d.ts +0 -1
- package/modules/status-indicator/status-indicator.module.ngfactory.d.ts +0 -3
- package/modules/text-highlight/text-highlight.module.ngfactory.d.ts +0 -3
- package/modules/tokens/token.component.ngfactory.d.ts +0 -1
- package/modules/tokens/token.component.scss.shim.ngstyle.d.ts +0 -1
- package/modules/tokens/tokens.component.ngfactory.d.ts +0 -1
- package/modules/tokens/tokens.component.scss.shim.ngstyle.d.ts +0 -1
- package/modules/tokens/tokens.module.ngfactory.d.ts +0 -3
- package/modules/wait/wait-page.component.ngfactory.d.ts +0 -1
- package/modules/wait/wait-page.component.scss.shim.ngstyle.d.ts +0 -1
- package/modules/wait/wait.component.ngfactory.d.ts +0 -1
- package/modules/wait/wait.component.scss.shim.ngstyle.d.ts +0 -1
- package/modules/wait/wait.module.ngfactory.d.ts +0 -3
- package/skyux-indicators.metadata.json +0 -1
- package/testing/skyux-indicators-testing.metadata.json +0 -1
|
@@ -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/indicators/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.indicators = global.skyux.indicators || {}, global.skyux.indicators.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 alert component.
|
|
@@ -183,5 +183,5 @@
|
|
|
183
183
|
|
|
184
184
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
185
185
|
|
|
186
|
-
}))
|
|
186
|
+
}));
|
|
187
187
|
//# sourceMappingURL=skyux-indicators-testing.umd.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"skyux-indicators-testing.umd.js","sources":["../../../projects/indicators/testing/src/alert-fixture.ts","../../../projects/indicators/testing/src/label-fixture.ts","../../../projects/indicators/testing/src/wait-fixture.ts","../../../projects/indicators/testing/src/skyux-indicators-testing.ts"],"sourcesContent":["import {
|
|
1
|
+
{"version":3,"file":"skyux-indicators-testing.umd.js","sources":["../../../projects/indicators/testing/src/alert-fixture.ts","../../../projects/indicators/testing/src/label-fixture.ts","../../../projects/indicators/testing/src/wait-fixture.ts","../../../projects/indicators/testing/src/skyux-indicators-testing.ts"],"sourcesContent":["import { ComponentFixture } from '@angular/core/testing';\n\nimport { DebugElement } from '@angular/core';\n\nimport { By } from '@angular/platform-browser';\n\nimport { SkyAppTestUtility } from '@skyux-sdk/testing';\n\n/**\n * Allows interaction with a SKY UX alert component.\n */\nexport class SkyAlertFixture {\n /**\n * The alert's current text.\n */\n public get text(): string {\n return SkyAppTestUtility.getText(this.debugEl);\n }\n\n /**\n * A flag indicating whether the alert can be closed.\n */\n public get closeable(): boolean {\n const closeBtnEl = this.getCloseBtnEl();\n\n return SkyAppTestUtility.isVisible(closeBtnEl);\n }\n\n /**\n * Returns a flag indicating whether the alert is closed.\n */\n public get closed(): boolean {\n return !SkyAppTestUtility.isVisible(this.getAlertEl());\n }\n\n /**\n * The alert's current type.\n */\n public get alertType(): string {\n const clsList = this.getAlertEl().nativeElement.classList;\n\n if (clsList.contains('sky-alert-danger')) {\n return 'danger';\n }\n\n if (clsList.contains('sky-alert-info')) {\n return 'info';\n }\n\n if (clsList.contains('sky-alert-success')) {\n return 'success';\n }\n\n if (clsList.contains('sky-alert-warning')) {\n return 'warning';\n }\n\n return undefined;\n }\n\n private debugEl: DebugElement;\n\n constructor(fixture: ComponentFixture<any>, skyTestId: string) {\n this.debugEl = SkyAppTestUtility.getDebugElementByTestId(\n fixture,\n skyTestId,\n 'sky-alert'\n );\n }\n\n /**\n * Closes the alert. If the alert is not closeable, an error is thrown.\n */\n public close(): void {\n if (this.closeable) {\n const closeBtnEl = this.getCloseBtnEl();\n\n closeBtnEl.triggerEventHandler('click', {});\n } else {\n throw new Error('The alert is not closeable.');\n }\n }\n\n private getAlertEl(): DebugElement {\n return this.debugEl.query(By.css('.sky-alert'));\n }\n\n private getCloseBtnEl(): DebugElement {\n return this.debugEl.query(By.css('.sky-alert-close'));\n }\n}\n","import { ComponentFixture } from '@angular/core/testing';\n\nimport { DebugElement } from '@angular/core';\n\nimport { By } from '@angular/platform-browser';\n\nimport { SkyAppTestUtility } from '@skyux-sdk/testing';\n\n/**\n * Allows interaction with a SKY UX label component.\n */\nexport class SkyLabelFixture {\n /**\n * The label's current type.\n */\n public get labelType(): string {\n const clsList = this.getLabelEl().nativeElement.classList;\n\n if (clsList.contains('sky-label-danger')) {\n return 'danger';\n }\n\n if (clsList.contains('sky-label-info')) {\n return 'info';\n }\n\n if (clsList.contains('sky-label-success')) {\n return 'success';\n }\n\n if (clsList.contains('sky-label-warning')) {\n return 'warning';\n }\n\n return undefined;\n }\n\n /**\n * The label's current text.\n */\n public get text(): string {\n const labelEl = this.getLabelEl();\n\n return SkyAppTestUtility.getText(labelEl);\n }\n\n private debugEl: DebugElement;\n\n constructor(fixture: ComponentFixture<any>, skyTestId: string) {\n this.debugEl = SkyAppTestUtility.getDebugElementByTestId(\n fixture,\n skyTestId,\n 'sky-label'\n );\n }\n\n private getLabelEl(): DebugElement {\n return this.debugEl.query(By.css('.sky-label'));\n }\n}\n","import { DebugElement } from '@angular/core';\n\nimport { ComponentFixture } from '@angular/core/testing';\n\nimport { SkyAppTestUtility } from '@skyux-sdk/testing';\n\nexport class SkyWaitFixture {\n public get isWaiting(): boolean {\n return this.innerWaitComponentContainsClass('.sky-wait-mask');\n }\n\n public get isFullPage(): boolean {\n return this.innerWaitComponentContainsClass('.sky-wait-mask-loading-fixed');\n }\n\n public get ariaLabel(): string {\n const div: HTMLDivElement =\n this.debugEl.nativeElement.querySelector('.sky-wait-mask');\n return div.getAttribute('aria-label');\n }\n\n public get isNonBlocking(): boolean {\n return this.innerWaitComponentContainsClass(\n '.sky-wait-mask-loading-non-blocking'\n );\n }\n\n private debugEl: DebugElement;\n\n constructor(fixture: ComponentFixture<any>, skyTestId: string) {\n this.debugEl = SkyAppTestUtility.getDebugElementByTestId(\n fixture,\n skyTestId,\n 'sky-wait'\n );\n }\n\n private innerWaitComponentContainsClass(className: string): boolean {\n const element: HTMLDivElement =\n this.debugEl.nativeElement.querySelector(className);\n return element !== null;\n }\n}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":["SkyAppTestUtility","By"],"mappings":"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"}
|