@skyux/indicators 5.0.0-beta.1 → 5.0.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/LICENSE +21 -0
- package/bundles/skyux-indicators-testing.umd.js +15 -11
- package/bundles/skyux-indicators-testing.umd.js.map +1 -1
- package/bundles/skyux-indicators.umd.js +1113 -858
- package/bundles/skyux-indicators.umd.js.map +1 -1
- package/documentation.json +6097 -0
- package/esm2015/modules/alert/alert.component.js +27 -24
- package/esm2015/modules/alert/alert.module.js +31 -18
- package/esm2015/modules/chevron/chevron.component.js +24 -24
- package/esm2015/modules/chevron/chevron.module.js +29 -18
- package/esm2015/modules/help-inline/help-inline.component.js +20 -15
- package/esm2015/modules/help-inline/help-inline.module.js +31 -18
- package/esm2015/modules/icon/icon-class-list.pipe.js +13 -14
- package/esm2015/modules/icon/icon-resolver.service.js +11 -15
- package/esm2015/modules/icon/icon-stack-item.js +2 -1
- package/esm2015/modules/icon/icon-stack.component.js +22 -21
- package/esm2015/modules/icon/icon.component.js +27 -28
- package/esm2015/modules/icon/icon.module.js +30 -20
- package/esm2015/modules/icon/types/icon-type.js +2 -1
- package/esm2015/modules/icon/types/icon-variant-type.js +2 -1
- package/esm2015/modules/key-info/key-info-label.component.js +13 -11
- package/esm2015/modules/key-info/key-info-value.component.js +13 -11
- package/esm2015/modules/key-info/key-info.component.js +17 -15
- package/esm2015/modules/key-info/key-info.module.js +30 -21
- package/esm2015/modules/label/label-type.js +2 -1
- package/esm2015/modules/label/label.component.js +19 -15
- package/esm2015/modules/label/label.module.js +24 -17
- package/esm2015/modules/shared/indicator-description-type.js +2 -1
- package/esm2015/modules/shared/indicator-icon-type.js +2 -1
- package/esm2015/modules/shared/indicator-icon-utility.js +1 -1
- package/esm2015/modules/shared/indicator-icon.js +2 -1
- package/esm2015/modules/shared/sky-indicators-resources.module.js +41 -0
- package/esm2015/modules/status-indicator/status-indicator.component.js +26 -28
- package/esm2015/modules/status-indicator/status-indicator.module.js +29 -18
- package/esm2015/modules/text-highlight/text-highlight.directive.js +25 -25
- package/esm2015/modules/text-highlight/text-highlight.module.js +23 -18
- package/esm2015/modules/tokens/token.component.js +32 -40
- package/esm2015/modules/tokens/tokens.component.js +86 -74
- package/esm2015/modules/tokens/tokens.module.js +33 -20
- package/esm2015/modules/tokens/types/token-selected-event-args.js +2 -1
- package/esm2015/modules/tokens/types/token.js +2 -1
- package/esm2015/modules/tokens/types/tokens-message-type.js +1 -1
- package/esm2015/modules/tokens/types/tokens-message.js +2 -1
- package/esm2015/modules/wait/wait-adapter.service.js +29 -27
- package/esm2015/modules/wait/wait-page-adapter.service.js +15 -12
- package/esm2015/modules/wait/wait-page.component.js +19 -18
- package/esm2015/modules/wait/wait.component.js +35 -36
- package/esm2015/modules/wait/wait.module.js +32 -23
- package/esm2015/modules/wait/wait.service.js +37 -46
- package/esm2015/public-api.js +36 -0
- package/esm2015/skyux-indicators.js +2 -23
- package/esm2015/testing/alert-fixture.js +1 -1
- package/esm2015/testing/label-fixture.js +1 -1
- package/esm2015/testing/public-api.js +4 -0
- package/esm2015/testing/skyux-indicators-testing.js +2 -2
- package/esm2015/testing/wait-fixture.js +1 -1
- package/fesm2015/skyux-indicators-testing.js.map +1 -1
- package/fesm2015/skyux-indicators.js +752 -616
- 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 +4 -1
- 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 +14 -0
- 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 +4 -1
- 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 +12 -27
- package/public-api.d.ts +33 -0
- package/skyux-indicators.d.ts +2 -22
- package/testing/package.json +2 -5
- package/testing/{public_api.d.ts → public-api.d.ts} +0 -0
- package/testing/skyux-indicators-testing.d.ts +2 -1
- package/CHANGELOG.md +0 -203
- package/bundles/skyux-indicators-testing.umd.min.js +0 -2
- package/bundles/skyux-indicators-testing.umd.min.js.map +0 -1
- package/bundles/skyux-indicators.umd.min.js +0 -16
- package/bundles/skyux-indicators.umd.min.js.map +0 -1
- package/esm2015/modules/shared/indicators-resources.module.js +0 -17
- package/esm2015/plugin-resources/indicators-resources-provider.js +0 -16
- package/esm2015/public_api.js +0 -13
- package/esm2015/testing/public_api.js +0 -4
- package/esm5/modules/alert/alert.component.js +0 -62
- package/esm5/modules/alert/alert.module.js +0 -32
- package/esm5/modules/chevron/chevron.component.js +0 -35
- package/esm5/modules/chevron/chevron.module.js +0 -30
- package/esm5/modules/help-inline/help-inline.component.js +0 -26
- package/esm5/modules/help-inline/help-inline.module.js +0 -32
- package/esm5/modules/icon/icon-class-list.pipe.js +0 -39
- package/esm5/modules/icon/icon-resolver.service.js +0 -57
- package/esm5/modules/icon/icon-stack-item.js +0 -1
- package/esm5/modules/icon/icon-stack.component.js +0 -25
- package/esm5/modules/icon/icon.component.js +0 -38
- package/esm5/modules/icon/icon.module.js +0 -31
- package/esm5/modules/icon/types/icon-type.js +0 -1
- package/esm5/modules/icon/types/icon-variant-type.js +0 -1
- package/esm5/modules/key-info/key-info-label.component.js +0 -19
- package/esm5/modules/key-info/key-info-value.component.js +0 -19
- package/esm5/modules/key-info/key-info.component.js +0 -25
- package/esm5/modules/key-info/key-info.module.js +0 -30
- package/esm5/modules/label/label-type.js +0 -1
- package/esm5/modules/label/label.component.js +0 -41
- package/esm5/modules/label/label.module.js +0 -26
- package/esm5/modules/shared/indicator-description-type.js +0 -1
- package/esm5/modules/shared/indicator-icon-type.js +0 -1
- package/esm5/modules/shared/indicator-icon-utility.js +0 -45
- package/esm5/modules/shared/indicator-icon.js +0 -1
- package/esm5/modules/shared/indicators-resources.module.js +0 -20
- package/esm5/modules/status-indicator/status-indicator.component.js +0 -111
- package/esm5/modules/status-indicator/status-indicator.module.js +0 -30
- package/esm5/modules/text-highlight/text-highlight.directive.js +0 -134
- package/esm5/modules/text-highlight/text-highlight.module.js +0 -24
- package/esm5/modules/tokens/token.component.js +0 -134
- package/esm5/modules/tokens/tokens.component.js +0 -325
- package/esm5/modules/tokens/tokens.module.js +0 -33
- package/esm5/modules/tokens/types/token-selected-event-args.js +0 -1
- package/esm5/modules/tokens/types/token.js +0 -1
- package/esm5/modules/tokens/types/tokens-message-type.js +0 -24
- package/esm5/modules/tokens/types/tokens-message.js +0 -1
- package/esm5/modules/wait/wait-adapter.service.js +0 -219
- package/esm5/modules/wait/wait-page-adapter.service.js +0 -25
- package/esm5/modules/wait/wait-page.component.js +0 -25
- package/esm5/modules/wait/wait.component.js +0 -107
- package/esm5/modules/wait/wait.module.js +0 -34
- package/esm5/modules/wait/wait.service.js +0 -176
- package/esm5/plugin-resources/indicators-resources-provider.js +0 -17
- package/esm5/public_api.js +0 -13
- package/esm5/skyux-indicators.js +0 -26
- package/esm5/testing/alert-fixture.js +0 -85
- package/esm5/testing/label-fixture.js +0 -50
- package/esm5/testing/public_api.js +0 -4
- package/esm5/testing/skyux-indicators-testing.js +0 -5
- package/esm5/testing/wait-fixture.js +0 -42
- package/fesm5/skyux-indicators-testing.js +0 -178
- package/fesm5/skyux-indicators-testing.js.map +0 -1
- package/fesm5/skyux-indicators.js +0 -1892
- package/fesm5/skyux-indicators.js.map +0 -1
- package/modules/shared/indicators-resources.module.d.ts +0 -2
- package/plugin-resources/indicators-resources-provider.d.ts +0 -5
- package/public_api.d.ts +0 -19
- package/skyux-indicators.metadata.json +0 -1
- package/src/assets/img/guidelines/alert/alert-anatomy.png +0 -0
- package/src/assets/img/guidelines/alert/alert-layout-1.png +0 -0
- package/src/assets/img/guidelines/alert/alert-layout-2.png +0 -0
- package/src/assets/img/guidelines/alert/alert-layout-3.png +0 -0
- package/src/assets/img/guidelines/alert/alert-option-1.png +0 -0
- package/src/assets/img/guidelines/alert/alert-type-1.png +0 -0
- package/src/assets/img/guidelines/alert/alert-type-2.png +0 -0
- package/src/assets/img/guidelines/alert/alert-type-3.png +0 -0
- package/src/assets/img/guidelines/alert/alert-type-4.png +0 -0
- package/src/assets/img/guidelines/alert/alert-usage-1.png +0 -0
- package/src/assets/img/guidelines/alert/alert-usage-2.png +0 -0
- package/src/assets/img/guidelines/alert/alert-usage-3.png +0 -0
- package/src/assets/img/guidelines/alert/alert-usage-4.png +0 -0
- package/src/assets/img/guidelines/alert/alert-usage-5.png +0 -0
- package/src/assets/img/guidelines/alert/alert-usage-6.png +0 -0
- package/src/assets/img/guidelines/key-info/horizontal-layout.png +0 -0
- package/src/assets/img/guidelines/key-info/key-info-anatomy.png +0 -0
- package/src/assets/img/guidelines/key-info/key-info-usage-1.png +0 -0
- package/src/assets/img/guidelines/key-info/key-info-usage-2.png +0 -0
- package/src/assets/img/guidelines/key-info/key-info-usage-3.png +0 -0
- package/src/assets/img/guidelines/key-info/key-info-usage-4.png +0 -0
- package/src/assets/img/guidelines/key-info/key-info-usage-5.png +0 -0
- package/src/assets/img/guidelines/key-info/key-info-usage-6.png +0 -0
- package/src/assets/img/guidelines/key-info/vertical-layout.png +0 -0
- package/src/assets/img/guidelines/status-indicator/status-indicator-anatomy.png +0 -0
- package/src/assets/img/guidelines/status-indicator/status-indicator-usage-1.png +0 -0
- package/src/assets/img/guidelines/status-indicator/status-indicator-usage-2-5.png +0 -0
- package/src/assets/img/guidelines/status-indicator/status-indicator-usage-2.5.png +0 -0
- package/src/assets/img/guidelines/status-indicator/status-indicator-usage-2.png +0 -0
- package/src/assets/img/guidelines/status-indicator/status-indicator-usage-3.png +0 -0
- package/src/assets/img/guidelines/status-indicator/status-indicator-usage-4.png +0 -0
- package/src/assets/img/guidelines/status-indicator/status-indicator-usage-5.png +0 -0
- package/src/assets/img/guidelines/status-indicator/status-indicator-usage-6.png +0 -0
- package/src/assets/locales/resources_en_US.json +0 -54
- package/testing/skyux-indicators-testing.metadata.json +0 -1
package/CHANGELOG.md
DELETED
|
@@ -1,203 +0,0 @@
|
|
|
1
|
-
# 5.0.0-beta.1 (2021-07-29)
|
|
2
|
-
|
|
3
|
-
- Deprecated the `SkyIconVariant` enum in favor of a string union type to support specifying string literals in Angular templates. [#182](https://github.com/blackbaud/skyux-indicators/pull/182)
|
|
4
|
-
|
|
5
|
-
# 4.11.0 (2021-07-23)
|
|
6
|
-
|
|
7
|
-
- Updated skyux-theme version to enable modern theme styles for the text highlight directive. [#183](https://github.com/blackbaud/skyux-indicators/pull/183)
|
|
8
|
-
|
|
9
|
-
# 5.0.0-beta.0 (2021-06-28)
|
|
10
|
-
|
|
11
|
-
- Initial beta release.
|
|
12
|
-
- Added support for `5.0.0-beta.*` versions of SKY UX component libraries. [#176](https://github.com/blackbaud/skyux-indicators/pull/176)
|
|
13
|
-
- Fixed `SkyWaitService` to work within lazy-loaded feature modules. [#176](https://github.com/blackbaud/skyux-indicators/pull/176)
|
|
14
|
-
|
|
15
|
-
# 4.10.0 (2021-06-09)
|
|
16
|
-
|
|
17
|
-
- Added modern theme styles to the inline help component. [#173](https://github.com/blackbaud/skyux-indicators/pull/173)
|
|
18
|
-
|
|
19
|
-
# 5.0.0-alpha.0 (2021-05-20)
|
|
20
|
-
|
|
21
|
-
- Removed `BrowserAnimationsModule` from the `imports` section of `SkyTokensModule` to support lazy-loading. Consumers of `SkyTokensModule` must now import `BrowserAnimationsModule` into their application's root module. [#169](https://github.com/blackbaud/skyux-indicators/pull/169)
|
|
22
|
-
|
|
23
|
-
# 4.9.2 (2021-04-13)
|
|
24
|
-
|
|
25
|
-
- Fixed the key info component to use pixel padding instead of the CSS content property. [#163](https://github.com/blackbaud/skyux-indicators/pull/163)
|
|
26
|
-
|
|
27
|
-
# 4.9.1 (2021-03-22)
|
|
28
|
-
|
|
29
|
-
- Adjusted the chevron component so that it is the same size as the borderless icon buttons. [#161](https://github.com/blackbaud/skyux-indicators/pull/161)
|
|
30
|
-
|
|
31
|
-
# 4.9.0 (2021-03-18)
|
|
32
|
-
|
|
33
|
-
- Updated the icon component to support line and solid variants for the SKY UX icon font. [#157](https://github.com/blackbaud/skyux-indicators/pull/157)
|
|
34
|
-
|
|
35
|
-
# 4.8.0 (2021-03-17)
|
|
36
|
-
|
|
37
|
-
- Added modern theme styles to the chevron component. [#158](https://github.com/blackbaud/skyux-indicators/pull/158)
|
|
38
|
-
|
|
39
|
-
# 4.7.1 (2020-10-23)
|
|
40
|
-
|
|
41
|
-
- Fixed the help-inline component to use the `aria-label` attribute instead of the `title` attribute to prevent the title's tooltip from covering the help-inline's popover content. [#148](https://github.com/blackbaud/skyux-indicators/pull/148)
|
|
42
|
-
|
|
43
|
-
# 4.7.0 (2020-10-22)
|
|
44
|
-
|
|
45
|
-
- Updated the height of the token component in the modern theme. [#149](https://github.com/blackbaud/skyux-indicators/pull/149)
|
|
46
|
-
- Updated `SkyTokensModule` to import `BrowserAnimationsModule`. [#149](https://github.com/blackbaud/skyux-indicators/pull/149)
|
|
47
|
-
|
|
48
|
-
# 4.6.1 (2020-10-22)
|
|
49
|
-
|
|
50
|
-
- Fixed the wait component to allow tabbing once all full page waits have been removed. [#146](https://github.com/blackbaud/skyux-indicators/pull/146)
|
|
51
|
-
|
|
52
|
-
# 4.6.0 (2020-10-20)
|
|
53
|
-
|
|
54
|
-
- Added modern theme styles to the token component. [#144](https://github.com/blackbaud/skyux-indicators/pull/144)
|
|
55
|
-
|
|
56
|
-
# 4.5.0 (2020-09-23)
|
|
57
|
-
|
|
58
|
-
- Added modern theme styles to the label component. [#138](https://github.com/blackbaud/skyux-indicators/pull/138)
|
|
59
|
-
|
|
60
|
-
# 4.4.0 (2020-09-17)
|
|
61
|
-
|
|
62
|
-
- Added test fixtures for the wait component to use in consumer unit tests. [#134](https://github.com/blackbaud/skyux-indicators/pull/134) (Thanks [@Blackbaud-DiHuynh](https://github.com/Blackbaud-DiHuynh)!)
|
|
63
|
-
|
|
64
|
-
# 4.3.0 (2020-07-10)
|
|
65
|
-
|
|
66
|
-
- Added modern theme styles to the key info component and enabled styling of the key info value with CSS classes. [#101](https://github.com/blackbaud/skyux-indicators/pull/101)
|
|
67
|
-
|
|
68
|
-
# 4.2.0 (2020-06-19)
|
|
69
|
-
|
|
70
|
-
- Added the status indicator component to replace the previous CSS version. [#91](https://github.com/blackbaud/skyux-indicators/pull/91)
|
|
71
|
-
|
|
72
|
-
# 4.1.0 (2020-06-09)
|
|
73
|
-
|
|
74
|
-
- Added modern theme styles to the alert component. [#87](https://github.com/blackbaud/skyux-indicators/pull/87)
|
|
75
|
-
|
|
76
|
-
# 4.0.0 (2020-05-12)
|
|
77
|
-
|
|
78
|
-
### New features
|
|
79
|
-
|
|
80
|
-
- Added test fixtures for the alert and label components to use in consumer unit tests. [#81](https://github.com/blackbaud/skyux-indicators/pull/81)
|
|
81
|
-
- Added support for `@angular/core@^9`. [#58](https://github.com/blackbaud/skyux-indicators/pull/58)
|
|
82
|
-
- Updated the pipeline to transpile to the [Angular Package Format](https://docs.google.com/document/d/1CZC2rcpxffTDfRDs6p1cfbmKNLA6x5O-NtkJglDaBVs/preview). [#58](https://github.com/blackbaud/skyux-indicators/pull/58)
|
|
83
|
-
|
|
84
|
-
### Breaking changes
|
|
85
|
-
|
|
86
|
-
- Dropped support for `rxjs@5`. Consumers can install `rxjs-compat@^6` to support older versions of `rxjs`. [#58](https://github.com/blackbaud/skyux-indicators/pull/58)
|
|
87
|
-
|
|
88
|
-
# 4.0.0-rc.5 (2020-04-30)
|
|
89
|
-
|
|
90
|
-
### New features
|
|
91
|
-
|
|
92
|
-
- Added test fixtures for the alert and label components to use in consumer unit tests. [#81](https://github.com/blackbaud/skyux-indicators/pull/81)
|
|
93
|
-
|
|
94
|
-
# 4.0.0-rc.4 (2020-04-23)
|
|
95
|
-
|
|
96
|
-
- Added bug fixes and features from the `master` branch. [#79](https://github.com/blackbaud/skyux-indicators/pull/79)
|
|
97
|
-
|
|
98
|
-
# 3.2.1 (2020-04-23)
|
|
99
|
-
|
|
100
|
-
- Fixed the label component to add space between the label icon and text. [#77](https://github.com/blackbaud/skyux-indicators/pull/77)
|
|
101
|
-
|
|
102
|
-
# 4.0.0-rc.3 (2020-04-03)
|
|
103
|
-
|
|
104
|
-
### New features
|
|
105
|
-
|
|
106
|
-
- Added bug fixes and features from the `master` branch. [#73](https://github.com/blackbaud/skyux-indicators/pull/73)
|
|
107
|
-
|
|
108
|
-
# 3.2.0 (2020-04-02)
|
|
109
|
-
|
|
110
|
-
- Updated the icon component to support icons from the SKY UX icon font. [#74](https://github.com/blackbaud/skyux-indicators/pull/74)
|
|
111
|
-
|
|
112
|
-
# 4.0.0-rc.2 (2020-02-20)
|
|
113
|
-
|
|
114
|
-
### Bug fixes
|
|
115
|
-
|
|
116
|
-
- Removed internal components and directives from the exports API. [#64](https://github.com/blackbaud/skyux-indicators/pull/64)
|
|
117
|
-
|
|
118
|
-
# 4.0.0-rc.1 (2020-02-20)
|
|
119
|
-
|
|
120
|
-
### Bug fixes
|
|
121
|
-
|
|
122
|
-
- Added missing components and directives to the exports API. [#63](https://github.com/blackbaud/skyux-indicators/pull/63)
|
|
123
|
-
|
|
124
|
-
# 4.0.0-rc.0 (2020-02-19)
|
|
125
|
-
|
|
126
|
-
### New features
|
|
127
|
-
|
|
128
|
-
- Added support for `@angular/core@^9`. [#58](https://github.com/blackbaud/skyux-indicators/pull/58)
|
|
129
|
-
- Updated the pipeline to transpile to the [Angular Package Format](https://docs.google.com/document/d/1CZC2rcpxffTDfRDs6p1cfbmKNLA6x5O-NtkJglDaBVs/preview). [#58](https://github.com/blackbaud/skyux-indicators/pull/58)
|
|
130
|
-
|
|
131
|
-
### Breaking changes
|
|
132
|
-
|
|
133
|
-
- Dropped support for `rxjs@5`. Consumers can install `rxjs-compat@^6` to support older versions of `rxjs`. [#58](https://github.com/blackbaud/skyux-indicators/pull/58)
|
|
134
|
-
|
|
135
|
-
# 3.1.3 (2020-02-12)
|
|
136
|
-
|
|
137
|
-
- Fixed an Angular compiler template checking error on the tokens component's HTML template. [#55](https://github.com/blackbaud/skyux-indicators/pull/55)
|
|
138
|
-
- Fixed a SCSS syntax error on the icon component style sheet. [#56](https://github.com/blackbaud/skyux-indicators/pull/56)
|
|
139
|
-
|
|
140
|
-
# 3.1.2 (2019-12-30)
|
|
141
|
-
|
|
142
|
-
- Fixed the wait and token components to prevent errors when using the keyboard. [#50](https://github.com/blackbaud/skyux-indicators/pull/50)
|
|
143
|
-
|
|
144
|
-
# 3.1.1 (2019-11-21)
|
|
145
|
-
|
|
146
|
-
- Fixed the wait component's DOM adapter services to use the new `Renderer2` utility instead of the deprecated `Renderer` utility. [#46](https://github.com/blackbaud/skyux-indicators/pull/46)
|
|
147
|
-
|
|
148
|
-
# 3.1.0 (2019-07-26)
|
|
149
|
-
|
|
150
|
-
- Added methods to `SkyWaitService` to launch a wait component until an observable is completed. [#39](https://github.com/blackbaud/skyux-indicators/pull/39) (Thanks [@Blackbaud-ColbyWhite](https://github.com/Blackbaud-ColbyWhite)!)
|
|
151
|
-
- Added support for `@skyux-sdk/builder@3.7.1`. [#37](https://github.com/blackbaud/skyux-indicators/pull/37)
|
|
152
|
-
- Removed a peer dependency on `@skyux/theme`. [#35](https://github.com/blackbaud/skyux-indicators/pull/35)
|
|
153
|
-
|
|
154
|
-
# 3.0.3 (2019-01-16)
|
|
155
|
-
|
|
156
|
-
- Fixed the chevron component to properly align its icon in Firefox. [#31](https://github.com/blackbaud/skyux-indicators/pull/31)
|
|
157
|
-
|
|
158
|
-
# 3.0.2 (2019-01-15)
|
|
159
|
-
|
|
160
|
-
- Fixed the chevron component to properly center its icon within the button element. [#30](https://github.com/blackbaud/skyux-indicators/pull/30)
|
|
161
|
-
|
|
162
|
-
# 3.0.1 (2019-01-15)
|
|
163
|
-
|
|
164
|
-
- Fixed the chevron component to properly position its elements when a container is resized. [#26](https://github.com/blackbaud/skyux-indicators/pull/26)
|
|
165
|
-
|
|
166
|
-
# 3.0.0 (2019-01-11)
|
|
167
|
-
|
|
168
|
-
- Major version release.
|
|
169
|
-
|
|
170
|
-
# 3.0.0-rc.6 (2018-12-13)
|
|
171
|
-
|
|
172
|
-
- Fixed the wait component to prevent tab navigation during blocking waits. [#4](https://github.com/blackbaud/skyux-indicators/pull/4)
|
|
173
|
-
|
|
174
|
-
# 3.0.0-rc.5 (2018-11-19)
|
|
175
|
-
|
|
176
|
-
- Updated peer dependencies to support Angular versions greater than `4.3.6`. [#13](https://github.com/blackbaud/skyux-indicators/pull/19)
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
# 3.0.0-rc.4 (2018-11-12)
|
|
180
|
-
|
|
181
|
-
- Fixed the text highlight component to no longer execute on attribute changes. [#15](https://github.com/blackbaud/skyux-indicators/pull/15)
|
|
182
|
-
|
|
183
|
-
# 3.0.0-rc.3 (2018-11-08)
|
|
184
|
-
|
|
185
|
-
- Added support for `@skyux/i18n@3.3.0`, which addresses some internationalization issues. [#14](https://github.com/blackbaud/skyux-indicators/pull/14)
|
|
186
|
-
|
|
187
|
-
# 3.0.0-rc.2 (2018-10-17)
|
|
188
|
-
|
|
189
|
-
- Added support for `@skyux/i18n@3.2.0`. [#11](https://github.com/blackbaud/skyux-indicators/pull/11)
|
|
190
|
-
|
|
191
|
-
# 3.0.0-rc.1 (2018-10-05)
|
|
192
|
-
|
|
193
|
-
- Added the alert and key info components. [#10](https://github.com/blackbaud/skyux-indicators/pull/10)
|
|
194
|
-
- Added ARIA labels to the wait component. [#8](https://github.com/blackbaud/skyux-indicators/pull/8)
|
|
195
|
-
- Bugfix to address unescaped characters in the text highlight regular expression. [#6](https://github.com/blackbaud/skyux-indicators/pull/6)
|
|
196
|
-
|
|
197
|
-
# 3.0.0-rc.0 (2018-09-25)
|
|
198
|
-
|
|
199
|
-
- Initial release candidate.
|
|
200
|
-
|
|
201
|
-
# 3.0.0-alpha.0 (2018-09-19)
|
|
202
|
-
|
|
203
|
-
- Initial release.
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports,require("@angular/platform-browser"),require("@skyux-sdk/testing")):"function"==typeof define&&define.amd?define("@skyux/indicators/testing",["exports","@angular/platform-browser","@skyux-sdk/testing"],t):t(((e=e||self).skyux=e.skyux||{},e.skyux.indicators=e.skyux.indicators||{},e.skyux.indicators.testing={}),e.ng.platformBrowser,e.testing)}(this,(function(e,t,n){"use strict";var i=function(){function e(e,t){this.debugEl=n.SkyAppTestUtility.getDebugElementByTestId(e,t,"sky-alert")}return Object.defineProperty(e.prototype,"text",{get:function(){return n.SkyAppTestUtility.getText(this.debugEl)},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"closeable",{get:function(){var e=this.getCloseBtnEl();return n.SkyAppTestUtility.isVisible(e)},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"closed",{get:function(){return!n.SkyAppTestUtility.isVisible(this.getAlertEl())},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"alertType",{get:function(){var e=this.getAlertEl().nativeElement.classList;return e.contains("sky-alert-danger")?"danger":e.contains("sky-alert-info")?"info":e.contains("sky-alert-success")?"success":e.contains("sky-alert-warning")?"warning":void 0},enumerable:!0,configurable:!0}),e.prototype.close=function(){if(!this.closeable)throw new Error("The alert is not closeable.");this.getCloseBtnEl().triggerEventHandler("click",{})},e.prototype.getAlertEl=function(){return this.debugEl.query(t.By.css(".sky-alert"))},e.prototype.getCloseBtnEl=function(){return this.debugEl.query(t.By.css(".sky-alert-close"))},e}(),r=function(){function e(e,t){this.debugEl=n.SkyAppTestUtility.getDebugElementByTestId(e,t,"sky-label")}return Object.defineProperty(e.prototype,"labelType",{get:function(){var e=this.getLabelEl().nativeElement.classList;return e.contains("sky-label-danger")?"danger":e.contains("sky-label-info")?"info":e.contains("sky-label-success")?"success":e.contains("sky-label-warning")?"warning":void 0},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"text",{get:function(){var e=this.getLabelEl();return n.SkyAppTestUtility.getText(e)},enumerable:!0,configurable:!0}),e.prototype.getLabelEl=function(){return this.debugEl.query(t.By.css(".sky-label"))},e}(),s=function(){function e(e,t){this.debugEl=n.SkyAppTestUtility.getDebugElementByTestId(e,t,"sky-wait")}return Object.defineProperty(e.prototype,"isWaiting",{get:function(){return this.innerWaitComponentContainsClass(".sky-wait-mask")},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"isFullPage",{get:function(){return this.innerWaitComponentContainsClass(".sky-wait-mask-loading-fixed")},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"ariaLabel",{get:function(){return this.debugEl.nativeElement.querySelector(".sky-wait-mask").getAttribute("aria-label")},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"isNonBlocking",{get:function(){return this.innerWaitComponentContainsClass(".sky-wait-mask-loading-non-blocking")},enumerable:!0,configurable:!0}),e.prototype.innerWaitComponentContainsClass=function(e){return null!==this.debugEl.nativeElement.querySelector(e)},e}();e.SkyAlertFixture=i,e.SkyLabelFixture=r,e.SkyWaitFixture=s,Object.defineProperty(e,"__esModule",{value:!0})}));
|
|
2
|
-
//# sourceMappingURL=skyux-indicators-testing.umd.min.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["ng://@skyux/indicators/testing/alert-fixture.ts","ng://@skyux/indicators/testing/label-fixture.ts","ng://@skyux/indicators/testing/wait-fixture.ts"],"names":["SkyAlertFixture","fixture","skyTestId","this","debugEl","SkyAppTestUtility","getDebugElementByTestId","Object","defineProperty","prototype","getText","closeBtnEl","getCloseBtnEl","isVisible","getAlertEl","clsList","nativeElement","classList","contains","close","closeable","Error","triggerEventHandler","query","By","css","SkyLabelFixture","getLabelEl","labelEl","SkyWaitFixture","innerWaitComponentContainsClass","querySelector","getAttribute","className"],"mappings":"0dAyEE,SAAAA,EACEC,EACAC,GAEAC,KAAKC,QAAUC,EAAAA,kBAAkBC,wBAAwBL,EAASC,EAAW,aAwBjF,OA7EEK,OAAAC,eAAWR,EAAAS,UAAA,OAAI,KAAf,WACE,OAAOJ,EAAAA,kBAAkBK,QAAQP,KAAKC,0CAMxCG,OAAAC,eAAWR,EAAAS,UAAA,YAAS,KAApB,WACE,IAAME,EAAaR,KAAKS,gBAExB,OAAOP,EAAAA,kBAAkBQ,UAAUF,oCAMrCJ,OAAAC,eAAWR,EAAAS,UAAA,SAAM,KAAjB,WACE,OAAQJ,EAAAA,kBAAkBQ,UACxBV,KAAKW,+CAOTP,OAAAC,eAAWR,EAAAS,UAAA,YAAS,KAApB,WACE,IAAMM,EAAUZ,KAAKW,aAAaE,cAAcC,UAEhD,OAAIF,EAAQG,SAAS,oBACZ,SAGLH,EAAQG,SAAS,kBACZ,OAGLH,EAAQG,SAAS,qBACZ,UAGLH,EAAQG,SAAS,qBACZ,eADT,mCAmBKlB,EAAAS,UAAAU,MAAP,WACE,IAAIhB,KAAKiB,UAKP,MAAM,IAAIC,MAAM,+BAJGlB,KAAKS,gBAEbU,oBAAoB,QAAS,KAMpCtB,EAAAS,UAAAK,WAAR,WACE,OAAOX,KAAKC,QAAQmB,MAAMC,EAAAA,GAAGC,IAAI,gBAG3BzB,EAAAS,UAAAG,cAAR,WACE,OAAOT,KAAKC,QAAQmB,MAAMC,EAAAA,GAAGC,IAAI,sBAGrCzB,kBC5CE,SAAA0B,EACEzB,EACAC,GAEAC,KAAKC,QAAUC,EAAAA,kBAAkBC,wBAAwBL,EAASC,EAAW,aAOjF,OA5CEK,OAAAC,eAAWkB,EAAAjB,UAAA,YAAS,KAApB,WACE,IAAMM,EAAUZ,KAAKwB,aAAaX,cAAcC,UAEhD,OAAIF,EAAQG,SAAS,oBACZ,SAGLH,EAAQG,SAAS,kBACZ,OAGLH,EAAQG,SAAS,qBACZ,UAGLH,EAAQG,SAAS,qBACZ,eADT,mCAUFX,OAAAC,eAAWkB,EAAAjB,UAAA,OAAI,KAAf,WACE,IAAMmB,EAAUzB,KAAKwB,aAErB,OAAOtB,EAAAA,kBAAkBK,QAAQkB,oCAY3BF,EAAAjB,UAAAkB,WAAR,WACE,OAAOxB,KAAKC,QAAQmB,MAAMC,EAAAA,GAAGC,IAAI,gBAGrCC,kBCnCE,SAAAG,EACE5B,EACAC,GAEAC,KAAKC,QAAUC,EAAAA,kBAAkBC,wBAAwBL,EAASC,EAAW,YAOjF,OA9BEK,OAAAC,eAAWqB,EAAApB,UAAA,YAAS,KAApB,WACE,OAAON,KAAK2B,gCAAgC,mDAG9CvB,OAAAC,eAAWqB,EAAApB,UAAA,aAAU,KAArB,WACE,OAAON,KAAK2B,gCAAgC,iEAG9CvB,OAAAC,eAAWqB,EAAApB,UAAA,YAAS,KAApB,WAEE,OAD4BN,KAAKC,QAAQY,cAAce,cAAc,kBAC1DC,aAAa,+CAG1BzB,OAAAC,eAAWqB,EAAApB,UAAA,gBAAa,KAAxB,WACE,OAAON,KAAK2B,gCAAgC,wEAYtCD,EAAApB,UAAAqB,gCAAR,SAAwCG,GAEtC,OAAmB,OADa9B,KAAKC,QAAQY,cAAce,cAAcE,IAG7EJ","sourcesContent":["import {\n ComponentFixture\n} from '@angular/core/testing';\n\nimport {\n DebugElement\n} from '@angular/core';\n\nimport {\n By\n} from '@angular/platform-browser';\n\nimport {\n SkyAppTestUtility\n} from '@skyux-sdk/testing';\n\n/**\n * Allows interaction with a SKY UX alert component.\n */\nexport class SkyAlertFixture {\n\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(\n this.getAlertEl()\n );\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(\n fixture: ComponentFixture<any>,\n skyTestId: string\n ) {\n this.debugEl = SkyAppTestUtility.getDebugElementByTestId(fixture, skyTestId, 'sky-alert');\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}\n","import {\n ComponentFixture\n} from '@angular/core/testing';\n\nimport {\n DebugElement\n} from '@angular/core';\n\nimport {\n By\n} from '@angular/platform-browser';\n\nimport {\n SkyAppTestUtility\n} from '@skyux-sdk/testing';\n\n/**\n * Allows interaction with a SKY UX label component.\n */\nexport class SkyLabelFixture {\n\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(\n fixture: ComponentFixture<any>,\n skyTestId: string\n ) {\n this.debugEl = SkyAppTestUtility.getDebugElementByTestId(fixture, skyTestId, 'sky-label');\n }\n\n private getLabelEl(): DebugElement {\n return this.debugEl.query(By.css('.sky-label'));\n }\n\n}\n","import {\n DebugElement\n} from '@angular/core';\n\nimport {\n ComponentFixture\n} from '@angular/core/testing';\n\nimport {\n SkyAppTestUtility\n} from '@skyux-sdk/testing';\n\nexport class SkyWaitFixture {\n\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 = this.debugEl.nativeElement.querySelector('.sky-wait-mask');\n return div.getAttribute('aria-label');\n }\n\n public get isNonBlocking(): boolean {\n return this.innerWaitComponentContainsClass('.sky-wait-mask-loading-non-blocking');\n }\n\n private debugEl: DebugElement;\n\n constructor(\n fixture: ComponentFixture<any>,\n skyTestId: string\n ) {\n this.debugEl = SkyAppTestUtility.getDebugElementByTestId(fixture, skyTestId, 'sky-wait');\n }\n\n private innerWaitComponentContainsClass(className: string): boolean {\n const element: HTMLDivElement = this.debugEl.nativeElement.querySelector(className);\n return element !== null;\n }\n}\n"]}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports,require("@angular/core"),require("@angular/common"),require("@skyux/i18n"),require("@skyux/theme"),require("@skyux/core"),require("@angular/animations"),require("rxjs"),require("rxjs/operators")):"function"==typeof define&&define.amd?define("@skyux/indicators",["exports","@angular/core","@angular/common","@skyux/i18n","@skyux/theme","@skyux/core","@angular/animations","rxjs","rxjs/operators"],t):t(((e=e||self).skyux=e.skyux||{},e.skyux.indicators={}),e.ng.core,e.ng.common,e.i18n,e.theme,e.core$1,e.ng.animations,e.rxjs,e.rxjs.operators)}(this,(function(e,t,n,o,s,i,r,a,c){"use strict";
|
|
2
|
-
/*! *****************************************************************************
|
|
3
|
-
Copyright (c) Microsoft Corporation.
|
|
4
|
-
|
|
5
|
-
Permission to use, copy, modify, and/or distribute this software for any
|
|
6
|
-
purpose with or without fee is hereby granted.
|
|
7
|
-
|
|
8
|
-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
9
|
-
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
|
10
|
-
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
11
|
-
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
12
|
-
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
13
|
-
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
14
|
-
PERFORMANCE OF THIS SOFTWARE.
|
|
15
|
-
***************************************************************************** */function l(e,t,n,o){var s,i=arguments.length,r=i<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,n):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)r=Reflect.decorate(e,t,n,o);else for(var a=e.length-1;a>=0;a--)(s=e[a])&&(r=(i<3?s(r):i>3?s(t,n,r):s(t,n))||r);return i>3&&r&&Object.defineProperty(t,n,r),r}function y(e){var t="function"==typeof Symbol&&Symbol.iterator,n=t&&e[t],o=0;if(n)return n.call(e);if(e&&"number"==typeof e.length)return{next:function(){return e&&o>=e.length&&(e=void 0),{value:e&&e[o++],done:!e}}};throw new TypeError(t?"Object is not iterable.":"Symbol.iterator is not defined.")}var d,k=function(){function e(){this.resources={"EN-US":{skyux_alert_close:"Close the alert",skyux_chevron_collapse:"Collapse",skyux_chevron_expand:"Expand",skyux_help_inline_button_title:"Show help content",skyux_status_indicator_sr_completed:"Completed:",skyux_status_indicator_sr_error:"Error:",skyux_status_indicator_sr_important_info:"Important information:",skyux_status_indicator_sr_warning:"Warning:",skyux_tokens_dismiss_button_title:"Remove item",skyux_wait_aria_alt_text:"Loading.",skyux_wait_blocking_aria_alt_text:"Loading. Please wait.",skyux_wait_page_aria_alt_text:"Page loading.",skyux_wait_page_blocking_aria_alt_text:"Page loading. Please wait."}}}return e.prototype.getString=function(e,t){return o.getStringForLocale(this.resources,e.locale,t)},e=l([t.Injectable()],e)}(),u=function(){function e(){}return e=l([t.NgModule({providers:[{provide:o.SKY_LIB_RESOURCES_PROVIDERS,useClass:k,multi:!0}]})],e)}(),p=function(){function e(){this.iconType="fa"}return l([t.Input()],e.prototype,"icon",void 0),l([t.Input()],e.prototype,"iconType",void 0),l([t.Input()],e.prototype,"size",void 0),l([t.Input()],e.prototype,"fixedWidth",void 0),l([t.Input()],e.prototype,"variant",void 0),e=l([t.Component({selector:"sky-icon",template:'<i *ngIf="icon"\n aria-hidden="true"\n class="sky-icon"\n [ngClass]="icon | skyIconClassList:iconType:size:fixedWidth:variant"\n>\n</i>\n',changeDetection:t.ChangeDetectionStrategy.OnPush,styles:[":host{display:inline-block}i{display:inherit}"]})],e)}(),h=function(){function e(){}return l([t.Input()],e.prototype,"size",void 0),l([t.Input()],e.prototype,"baseIcon",void 0),l([t.Input()],e.prototype,"topIcon",void 0),e=l([t.Component({selector:"sky-icon-stack",template:'<span\n aria-hidden="true"\n class="sky-icon-stack fa-stack"\n [ngClass]="size ? \'fa-\' + size + \' sky-icon-stack-size-\' + size : \'\'"\n>\n <i *ngIf="baseIcon"\n class="sky-icon fa-stack-2x"\n [ngClass]="baseIcon.icon | skyIconClassList:baseIcon.iconType"\n ></i>\n <i *ngIf="topIcon"\n class="sky-icon fa-stack-1x fa-inverse sky-icon-inverse"\n [ngClass]="topIcon.icon | skyIconClassList:topIcon.iconType"\n ></i>\n</span>\n',styles:[":host{display:inline-block;vertical-align:bottom}.sky-icon-stack-size-xs.fa-stack{width:1.25em;height:1.25em;line-height:1.25em}.sky-icon-stack-size-xs .fa-stack-2x{font-size:1.25em}.sky-icon-stack-size-xs .fa-stack-1x{font-size:.625em}.fa-stack-1x.sky-i-check:before{position:relative;top:1px}.fa-stack-1x.sky-i-exclamation:before{position:relative;top:2px;left:-.5px}.sky-theme-modern.sky-theme-mode-dark .sky-icon-inverse,:host-context(.sky-theme-modern.sky-theme-mode-dark) .sky-icon-inverse{color:#121212}"]})],e)}(),m=function(){function e(e){var t,n;this.glyphMap=new Map;try{for(var o=y(e.getManifest().glyphs),s=o.next();!s.done;s=o.next()){var i=s.value;this.glyphMap.set(i.name,i)}}catch(e){t={error:e}}finally{try{s&&!s.done&&(n=o.return)&&n.call(o)}finally{if(t)throw t.error}}}return e.prototype.resolveIcon=function(e,t){var n=t&&e+"-"+t;if(n&&this.glyphMap.has(n))return n;if("line"!==t&&!this.glyphMap.has(e)){var o=e+"-line";if(this.glyphMap.has(o))return o}return e},e.ctorParameters=function(){return[{type:s.SkyThemeIconManifestService}]},e.ɵprov=t.ɵɵdefineInjectable({factory:function(){return new e(t.ɵɵinject(s.SkyThemeIconManifestService))},token:e,providedIn:"root"}),e=l([t.Injectable({providedIn:"root"})],e)}(),f=function(){function e(e){this.resolver=e}return e.prototype.transform=function(e,t,n,o,s){var i;"skyux"===t?i=["sky-i-"+this.resolver.resolveIcon(e,s)]:i=["fa","fa-"+e];return n&&i.push("fa-"+n),o&&i.push("fa-fw"),i},e.ctorParameters=function(){return[{type:m}]},e=l([t.Pipe({name:"skyIconClassList"})],e)}(),b=function(){function e(){}return e=l([t.NgModule({declarations:[f,p,h],imports:[n.CommonModule,s.SkyThemeIconManifestModule],exports:[p,h]})],e)}(),g=function(){function e(){}return e.getIconsForType=function(e){var t,n,o;switch(e){case"danger":case"warning":t="warning",n="triangle-solid",o="exclamation";break;case"info":t="exclamation-circle",n="circle-solid",o="help-i";break;case"success":t="check",n="circle-solid",o="check"}return{defaultThemeIcon:t,modernThemeBaseIcon:{icon:n,iconType:"skyux"},modernThemeTopIcon:{icon:o,iconType:"skyux"}}},e}(),v=function(){function e(){this.closedChange=new t.EventEmitter}return Object.defineProperty(e.prototype,"alertType",{get:function(){return this._alertType||"warning"},set:function(e){this._alertType=e,this.updateAlertIcon()},enumerable:!0,configurable:!0}),e.prototype.ngOnInit=function(){this.updateAlertIcon()},e.prototype.close=function(){this.closed=!0,this.closedChange.emit(!0)},e.prototype.updateAlertIcon=function(){var e=g.getIconsForType(this.alertType);this.alertBaseIcon=e.modernThemeBaseIcon,this.alertTopIcon=e.modernThemeTopIcon},l([t.Input()],e.prototype,"alertType",null),l([t.Input()],e.prototype,"closeable",void 0),l([t.Input()],e.prototype,"closed",void 0),l([t.Output()],e.prototype,"closedChange",void 0),e=l([t.Component({selector:"sky-alert",template:'<div\n class="sky-alert"\n [skyThemeClass]= "{\n \'sky-rounded-corners\': \'default\',\n \'sky-box sky-elevation-1\': \'modern\'\n }"\n role="alert"\n [hidden]="closed"\n [ngClass]="{\n \'sky-alert-info\': alertType === \'info\',\n \'sky-alert-success\': alertType === \'success\',\n \'sky-alert-warning\': alertType === \'warning\',\n \'sky-alert-danger\': alertType === \'danger\',\n \'sky-alert-closeable\': closeable\n }"\n>\n <div\n aria-hidden="true"\n class="sky-alert-icon-theme-modern"\n >\n <sky-icon-stack\n [baseIcon]="alertBaseIcon"\n [topIcon]="alertTopIcon"\n >\n </sky-icon-stack>\n </div>\n <div\n class="sky-alert-content"\n >\n <ng-content></ng-content>\n </div>\n <button\n class="sky-alert-close"\n type="button"\n [attr.aria-label]="\'skyux_alert_close\' | skyLibResources"\n [hidden]="!closeable"\n (click)="close()"\n >\n <span\n aria-hidden="true"\n >\n <sky-icon\n class="sky-alert-close-icon-theme-default"\n icon="close"\n >\n </sky-icon>\n <sky-icon\n class="sky-alert-close-icon-theme-modern"\n icon="close"\n iconType="skyux"\n size="2x"\n >\n </sky-icon>\n </span>\n </button>\n</div>\n',styles:['@charset "UTF-8";.sky-alert{padding:0 10px;margin-bottom:20px;border-left:30px solid;color:#212327;display:flex;flex-direction:row;align-items:center}.sky-alert .sky-alert-content{padding-top:10px;padding-bottom:10px;width:100%}.sky-alert .sky-alert-content ::ng-deep a{color:rgba(33,35,39,.8);text-decoration:underline}.sky-alert .sky-alert-content ::ng-deep a:hover{color:#212327}.sky-alert button{margin-left:auto;width:32px;height:32px}.sky-alert.sky-alert-info{background-color:#81d4f7;border-color:#00b4f1}.sky-alert.sky-alert-info:before{content:"";font-family:FontAwesome;margin-left:-31px;margin-right:20px;color:#fff}.sky-alert.sky-alert-success{background-color:#b7da9b;border-color:#72bf44}.sky-alert.sky-alert-success:before{content:"";font-family:FontAwesome;margin-left:-32px;margin-right:19px;color:#fff}.sky-alert.sky-alert-warning{background-color:#ffd597;border-color:#fbb034}.sky-alert.sky-alert-warning:before{content:"";font-family:FontAwesome;margin-left:-32px;margin-right:19px;color:#fff}.sky-alert.sky-alert-danger{background-color:#f7a08f;border-color:#ef4044}.sky-alert.sky-alert-danger:before{content:"";font-family:FontAwesome;margin-left:-32px;margin-right:19px;color:#fff}.sky-alert-close{cursor:pointer;font-weight:700;line-height:1;margin:0;padding:0;color:#212327;opacity:.8;border:none;background-color:transparent;display:none}.sky-alert-close:hover{opacity:1}.sky-alert-closeable .sky-alert-close{display:block}.sky-alert-close-icon-theme-modern,.sky-alert-icon-theme-modern{display:none}.sky-theme-modern .sky-alert,:host-context(.sky-theme-modern) .sky-alert{border-left-width:7px}.sky-theme-modern .sky-alert .sky-alert-content,:host-context(.sky-theme-modern) .sky-alert .sky-alert-content{padding:15px}.sky-theme-modern .sky-alert.sky-alert-info,:host-context(.sky-theme-modern) .sky-alert.sky-alert-info{background-color:#c1e8fb}.sky-theme-modern .sky-alert-danger:before,.sky-theme-modern .sky-alert-info:before,.sky-theme-modern .sky-alert-success:before,.sky-theme-modern .sky-alert-warning:before,:host-context(.sky-theme-modern) .sky-alert-danger:before,:host-context(.sky-theme-modern) .sky-alert-info:before,:host-context(.sky-theme-modern) .sky-alert-success:before,:host-context(.sky-theme-modern) .sky-alert-warning:before{display:none}.sky-theme-modern .sky-alert-info .sky-alert-icon-theme-modern,:host-context(.sky-theme-modern) .sky-alert-info .sky-alert-icon-theme-modern{color:#00b4f1}.sky-theme-modern .sky-alert-success .sky-alert-icon-theme-modern,:host-context(.sky-theme-modern) .sky-alert-success .sky-alert-icon-theme-modern{color:#72bf44}.sky-theme-modern .sky-alert-warning .sky-alert-icon-theme-modern,:host-context(.sky-theme-modern) .sky-alert-warning .sky-alert-icon-theme-modern{color:#fbb034}.sky-theme-modern .sky-alert-danger .sky-alert-icon-theme-modern,:host-context(.sky-theme-modern) .sky-alert-danger .sky-alert-icon-theme-modern{color:#ef4044}.sky-theme-modern .sky-alert-icon-theme-modern,:host-context(.sky-theme-modern) .sky-alert-icon-theme-modern{display:block}.sky-theme-modern .sky-alert-close-icon-theme-default,:host-context(.sky-theme-modern) .sky-alert-close-icon-theme-default{display:none}.sky-theme-modern .sky-alert-close-icon-theme-modern,:host-context(.sky-theme-modern) .sky-alert-close-icon-theme-modern{display:inline}']})],e)}(),x=function(){function e(){}return e=l([t.NgModule({declarations:[v],imports:[n.CommonModule,o.SkyI18nModule,b,u,s.SkyThemeModule],exports:[v]})],e)}(),w=function(){function e(){this.directionChange=new t.EventEmitter,this.direction="up",this.disabled=!1}return e.prototype.chevronClick=function(e){e&&e.stopPropagation(),this.direction="up"===this.direction?"down":"up",this.directionChange.emit(this.direction)},l([t.Output()],e.prototype,"directionChange",void 0),l([t.Input()],e.prototype,"direction",void 0),l([t.Input()],e.prototype,"disabled",void 0),e=l([t.Component({selector:"sky-chevron",template:'<button\n class="sky-chevron"\n type="button"\n [attr.aria-label]="(direction === \'down\' ? \'skyux_chevron_expand\' : \'skyux_chevron_collapse\') | skyLibResources"\n [disabled]="disabled"\n [ngClass]="[\'sky-chevron-\' + direction]"\n [skyThemeClass]="{\n \'sky-btn sky-btn-icon-borderless\' : \'modern\'\n }"\n (click)="chevronClick($event)"\n>\n <ng-container *skyThemeIf="\'default\'">\n <ng-container *ngTemplateOutlet="icon"></ng-container>\n </ng-container>\n <ng-container *skyThemeIf="\'modern\'">\n <span\n class="chevron-glyph-container"\n >\n <ng-container *ngTemplateOutlet="icon"></ng-container>\n </span>\n </ng-container>\n</button>\n\n<ng-template #icon>\n <i\n aria-hidden="true"\n class="sky-chevron-part sky-chevron-left"\n >\n </i>\n <i\n aria-hidden="true"\n class="sky-chevron-part sky-chevron-right"\n >\n </i>\n</ng-template>\n',styles:["button{background:#add8e6}.sky-chevron{border:none;background-color:transparent;flex-shrink:0;height:24px;margin:0;overflow:hidden;width:24px;cursor:pointer;position:relative;vertical-align:top}.sky-chevron:hover .sky-chevron-part{border-color:#979ba2}.sky-chevron-part{border-color:#cdcfd2;border-style:solid;border-width:3px 0 0;display:inline-block;height:10px;position:absolute;top:10px;transition:transform 250ms,left 250ms;vertical-align:top;width:10px}.sky-chevron-up .sky-chevron-left{left:7px;transform:rotate(-45deg)}.sky-chevron-up .sky-chevron-right{left:7px;transform:rotate(45deg)}.sky-chevron-down .sky-chevron-left{left:2px;transform:rotate(45deg)}.sky-chevron-down .sky-chevron-right{left:12px;transform:rotate(-45deg)}.sky-theme-modern .sky-chevron,:host-context(.sky-theme-modern) .sky-chevron{height:26px;width:26px}.sky-theme-modern .sky-chevron-part,:host-context(.sky-theme-modern) .sky-chevron-part{background:#686c73;border:none;height:2px;width:11px;top:13px}.sky-theme-modern .chevron-glyph-container,:host-context(.sky-theme-modern) .chevron-glyph-container{transform:scale(.68);display:inline-block;position:absolute;top:3.5px;left:4px}.sky-theme-modern .sky-chevron-left,:host-context(.sky-theme-modern) .sky-chevron-left{border-radius:1px 0 0 1px;left:4px}.sky-theme-modern .sky-chevron-right,:host-context(.sky-theme-modern) .sky-chevron-right{border-radius:0 1px 1px 0;left:10.5px}"]})],e)}(),I=function(){function e(){}return e=l([t.NgModule({declarations:[w],imports:[n.CommonModule,o.SkyI18nModule,u,s.SkyThemeModule],exports:[w]})],e)}(),T=function(){function e(){this.actionClick=new t.EventEmitter}return e.prototype.onClick=function(){this.actionClick.emit()},l([t.Output()],e.prototype,"actionClick",void 0),e=l([t.Component({selector:"sky-help-inline",template:'<button\n class="sky-help-inline"\n type="button"\n [attr.aria-label]="\'skyux_help_inline_button_title\' | skyLibResources"\n (click)="onClick()"\n>\n <sky-icon *skyThemeIf="\'default\'"\n icon="info-circle"\n >\n </sky-icon>\n <sky-icon-stack *skyThemeIf="\'modern\'"\n size="xs"\n [baseIcon]="{\n icon: \'circle-solid\',\n iconType: \'skyux\'\n }"\n [topIcon]="{\n icon: \'help-i\',\n iconType: \'skyux\'\n }"\n >\n </sky-icon-stack>\n</button>\n',styles:[".sky-help-inline{color:#0974a1;font-size:15px;background-color:transparent;border:none;display:inline-block}.sky-help-inline:hover{color:#065171;transition:color 150ms;cursor:pointer}.sky-theme-modern .sky-help-inline ::ng-deep .fa-stack-2x,:host-context(.sky-theme-modern) .sky-help-inline ::ng-deep .fa-stack-2x{font-size:16px}.sky-theme-modern .sky-help-inline ::ng-deep .fa-stack-1x,:host-context(.sky-theme-modern) .sky-help-inline ::ng-deep .fa-stack-1x{font-size:10px}"]})],e)}(),C=function(){function e(){}return e=l([t.NgModule({declarations:[T],imports:[n.CommonModule,o.SkyI18nModule,b,u,s.SkyThemeModule],exports:[T]})],e)}(),S=function(){function e(){}return e=l([t.Component({selector:"sky-key-info-label",template:"<ng-content></ng-content>"})],e)}(),_=function(){function e(){}return e=l([t.Component({selector:"sky-key-info-value",template:"<ng-content></ng-content>"})],e)}(),P=function(){function e(){this.layout="vertical"}return l([t.Input()],e.prototype,"layout",void 0),e=l([t.Component({selector:"sky-key-info",template:'<div\n class="sky-key-info"\n [ngClass]="{\n \'sky-key-info-horizontal\': layout === \'horizontal\'\n }"\n>\n <div\n class="sky-key-info-value sky-headline"\n >\n <ng-content\n select="sky-key-info-value"\n >\n </ng-content>\n </div>\n <div\n class="sky-key-info-label sky-field-label sky-font-data-label"\n >\n <ng-content\n select="sky-key-info-label"\n >\n </ng-content>\n </div>\n</div>\n',styles:[".sky-key-info,.sky-key-info.sky-key-info-horizontal .sky-key-info-label,.sky-key-info.sky-key-info-horizontal .sky-key-info-value{display:inline-block}.sky-key-info.sky-key-info-horizontal .sky-key-info-label{padding:0 0 0 5px}.sky-theme-modern .sky-key-info.sky-key-info-horizontal .sky-key-info-label,:host-context(.sky-theme-modern) .sky-key-info.sky-key-info-horizontal .sky-key-info-label{padding:0 0 0 5px}"]})],e)}(),W=function(){function e(){}return e=l([t.NgModule({declarations:[P,S,_],imports:[n.CommonModule],exports:[P,S,_]})],e)}(),E=function(){function e(){}return Object.defineProperty(e.prototype,"labelType",{get:function(){return this._labelType||"info"},set:function(e){this._labelType=e,this.updateIcon()},enumerable:!0,configurable:!0}),e.prototype.updateIcon=function(){var e=g.getIconsForType(this.labelType);this.icon=e.defaultThemeIcon,this.baseIcon=e.modernThemeBaseIcon,this.topIcon=e.modernThemeTopIcon},l([t.Input()],e.prototype,"labelType",null),e=l([t.Component({selector:"sky-label",template:'<span\n class="sky-label"\n [ngClass]="\'sky-label-\' + labelType"\n>\n <span\n class="sky-label-icon-theme-default"\n >\n <sky-icon\n [icon]="icon"\n ></sky-icon>\n </span>\n <span\n class="sky-label-icon-theme-modern"\n >\n <sky-icon-stack\n size="xs"\n [baseIcon]="baseIcon"\n [topIcon]="topIcon"\n >\n </sky-icon-stack>\n </span>\n <span class="sky-label-text">\n <ng-content></ng-content>\n </span>\n</span>\n',styles:[".sky-label{color:#212327;display:inline;border-radius:10rem;font-weight:400;line-height:2.2;margin:0 3px;padding:.3em .6em;white-space:nowrap}.sky-label-success{background-color:#b7da9b}.sky-label-info{background-color:#81d4f7}.sky-label-warning{background-color:#ffd597}.sky-label-danger{background-color:#f7a08f}.sky-label-text{display:inline-block;padding-left:5px}.sky-label-icon-theme-modern{display:none}.sky-theme-modern .sky-label,:host-context(.sky-theme-modern) .sky-label{align-items:center;display:inline-flex;line-height:1}.sky-theme-modern .sky-label.sky-label-info,:host-context(.sky-theme-modern) .sky-label.sky-label-info{background-color:#c1e8fb}.sky-theme-modern .sky-label.sky-label-info,.sky-theme-modern .sky-label.sky-label-success,:host-context(.sky-theme-modern) .sky-label.sky-label-info,:host-context(.sky-theme-modern) .sky-label.sky-label-success{padding:4px 15px 4px 6px}.sky-theme-modern .sky-label.sky-label-danger,.sky-theme-modern .sky-label.sky-label-warning,:host-context(.sky-theme-modern) .sky-label.sky-label-danger,:host-context(.sky-theme-modern) .sky-label.sky-label-warning{padding:4px 15px 4px 9px}.sky-theme-modern .sky-label-icon-theme-default,:host-context(.sky-theme-modern) .sky-label-icon-theme-default{display:none}.sky-theme-modern .sky-label-icon-theme-modern,:host-context(.sky-theme-modern) .sky-label-icon-theme-modern{display:block}.sky-theme-modern .sky-label-info .sky-label-icon-theme-modern,:host-context(.sky-theme-modern) .sky-label-info .sky-label-icon-theme-modern{color:#00b4f1}.sky-theme-modern .sky-label-success .sky-label-icon-theme-modern,:host-context(.sky-theme-modern) .sky-label-success .sky-label-icon-theme-modern{color:#72bf44}.sky-theme-modern .sky-label-warning .sky-label-icon-theme-modern,:host-context(.sky-theme-modern) .sky-label-warning .sky-label-icon-theme-modern{color:#fbb034}.sky-theme-modern .sky-label-danger .sky-label-icon-theme-modern,:host-context(.sky-theme-modern) .sky-label-danger .sky-label-icon-theme-modern{color:#ef4044}"]})],e)}(),M=function(){function e(){}return e=l([t.NgModule({declarations:[E],imports:[n.CommonModule,b],exports:[E]})],e)}(),O=function(){function e(e,t){this.changeDetector=e,this.resources=t}return Object.defineProperty(e.prototype,"indicatorType",{get:function(){return this._indicatorType||"warning"},set:function(e){this._indicatorType=e,this.updateIcon()},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"descriptionType",{get:function(){return this._descriptionType},set:function(e){this._descriptionType=e,this.updateDescriptionComputed()},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"customDescription",{get:function(){return this._customDescription},set:function(e){this._customDescription=e,this.updateDescriptionComputed()},enumerable:!0,configurable:!0}),e.prototype.updateIcon=function(){var e=g.getIconsForType(this.indicatorType);this.icon=e.defaultThemeIcon,this.baseIcon=e.modernThemeBaseIcon,this.topIcon=e.modernThemeTopIcon},e.prototype.updateDescriptionComputed=function(){var e=this;if(this.descriptionType)switch(this.descriptionType){case"none":this.descriptionComputed="";break;case"custom":this.descriptionComputed=this.customDescription;break;default:this.resources.getString("skyux_status_indicator_sr_"+this.descriptionType.replace(/-/g,"_")).subscribe((function(t){e.descriptionComputed=t,e.changeDetector.markForCheck()}))}else this.descriptionComputed=void 0},e.ctorParameters=function(){return[{type:t.ChangeDetectorRef},{type:o.SkyLibResourcesService}]},l([t.Input()],e.prototype,"indicatorType",null),l([t.Input()],e.prototype,"descriptionType",null),l([t.Input()],e.prototype,"customDescription",null),e=l([t.Component({selector:"sky-status-indicator",template:'<div *ngIf="descriptionType"\n class="sky-status-indicator"\n>\n <div\n aria-hidden="true"\n class="sky-margin-inline-xs sky-status-indicator-icon"\n [ngClass]="\'sky-status-indicator-icon-\' + indicatorType"\n >\n <span\n class="sky-status-indicator-icon-default"\n >\n <sky-icon\n [icon]="icon"\n ></sky-icon>\n </span>\n <span\n class="sky-status-indicator-icon-modern"\n >\n <sky-icon-stack\n size="xs"\n [baseIcon]="baseIcon"\n [topIcon]="topIcon"\n >\n </sky-icon-stack>\n </span>\n </div>\n <div\n class="sky-status-indicator-message-wrapper"\n >\n <span *ngIf="descriptionComputed"\n class="sky-screen-reader-only"\n >\n {{ descriptionComputed }}\n </span>\n <span\n class="sky-status-indicator-message"\n >\n <ng-content></ng-content>\n </span>\n </div>\n</div>\n',changeDetection:t.ChangeDetectionStrategy.OnPush,styles:[".sky-status-indicator{align-items:baseline;display:flex}.sky-status-indicator-icon{flex-shrink:1}.sky-status-indicator-icon-modern{display:none}.sky-status-indicator-icon-info{color:#00b4f1}.sky-status-indicator-icon-success{color:#72bf44}.sky-status-indicator-icon-warning{color:#fbb034}.sky-status-indicator-icon-danger{color:#ef4044}.sky-theme-modern .sky-status-indicator-icon-default,:host-context(.sky-theme-modern) .sky-status-indicator-icon-default{display:none}.sky-theme-modern .sky-status-indicator-icon-modern,:host-context(.sky-theme-modern) .sky-status-indicator-icon-modern{display:inline}"]})],e)}(),B=function(){function e(){}return e=l([t.NgModule({declarations:[O],imports:[n.CommonModule,o.SkyI18nModule,b,u],exports:[O]})],e)}(),F=function(){function e(e,t){this.el=e,this.observerService=t,this.existingHighlight=!1}var n;return n=e,e.prototype.ngOnChanges=function(e){e.skyHighlight&&!e.skyHighlight.firstChange&&this.highlight()},e.prototype.ngAfterViewInit=function(){var e=this;this.observer=this.observerService.create((function(t){e.highlight()})),this.observeDom(),this.skyHighlight&&this.highlight()},e.prototype.ngOnDestroy=function(){this.observer&&this.observer.disconnect()},e.prototype.readyForHighlight=function(e){return e&&this.el.nativeElement},e.prototype.highlight=function(){this.observer&&this.observer.disconnect();var e=this.skyHighlight;if(this.existingHighlight&&n.removeHighlight(this.el),this.readyForHighlight(e)){var t=this.el.nativeElement;n.markTextNodes(t,e),this.existingHighlight=!0}this.observeDom()},e.prototype.observeDom=function(){if(this.observer){this.observer.observe(this.el.nativeElement,{attributes:!1,childList:!0,characterData:!0})}},e.cleanRegex=function(e){return e.replace(/[-\/\\^$*+?.()|[\]{}]/g,"\\$&")},e.getRegexMatch=function(e,t){var n=e.nodeValue,o=this.cleanRegex(t);return new RegExp(o,"gi").exec(n)},e.markNode=function(e,t){var o=n.getRegexMatch(e,t);if(o&&o.length>0){var s=o.index,i=e.splitText(s);i.splitText(t.length);var r=i.cloneNode(!0),a=document.createElement("mark");return a.className="sky-highlight-mark",a.appendChild(r),i.parentNode.replaceChild(a,i),1}return 0},e.markTextNodes=function(e,t){if(3===e.nodeType)return n.markNode(e,t);if(1===e.nodeType&&e.childNodes)for(var o=0;o<e.childNodes.length;o++){var s=e.childNodes[o];o+=n.markTextNodes(s,t)}return 0},e.removeHighlight=function(e){var t=e.nativeElement.querySelectorAll("mark.sky-highlight-mark");if(t)for(var n=0;n<t.length;n++){var o=t[n],s=o.parentNode;s.replaceChild(o.firstChild,o),s.normalize()}},e.ctorParameters=function(){return[{type:t.ElementRef},{type:i.MutationObserverService}]},l([t.Input()],e.prototype,"skyHighlight",void 0),e=n=l([t.Directive({selector:"[skyHighlight]"})],e)}(),N=function(){function e(){}return e=l([t.NgModule({declarations:[F],exports:[F],providers:[i.MutationObserverService]})],e)}(),A=function(){function e(e,n){this.elementRef=e,this.resourcesService=n,this.dismiss=new t.EventEmitter,this.tokenFocus=new t.EventEmitter}return Object.defineProperty(e.prototype,"disabled",{get:function(){return!!this._disabled},set:function(e){this._disabled=e},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"ariaLabel",{get:function(){return this._ariaLabel||this.getString("skyux_tokens_dismiss_button_title")},set:function(e){this._ariaLabel=e},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"dismissible",{get:function(){return!1!==this._dismissible},set:function(e){this._dismissible=e},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"focusable",{get:function(){return!1!==this._focusable},set:function(e){this._focusable=e},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"tabIndex",{get:function(){return this.focusable?0:-1},enumerable:!0,configurable:!0}),e.prototype.dismissToken=function(e){e&&e.stopPropagation(),this.dismiss.emit()},e.prototype.focusElement=function(){this.elementRef.nativeElement.querySelector(".sky-token").focus()},e.prototype.getString=function(e){return this.resourcesService.getStringForLocale({locale:"en-US"},e)},e.ctorParameters=function(){return[{type:t.ElementRef},{type:o.SkyLibResourcesService}]},l([t.Input()],e.prototype,"disabled",null),l([t.Input()],e.prototype,"ariaLabel",null),l([t.Input()],e.prototype,"dismissible",null),l([t.Input()],e.prototype,"focusable",null),l([t.Output()],e.prototype,"dismiss",void 0),l([t.Output()],e.prototype,"tokenFocus",void 0),e=l([t.Component({selector:"sky-token",template:'<div\n class="sky-token sky-btn sky-btn-default"\n role="button"\n [attr.aria-disabled]="disabled"\n [attr.tabindex]="tabIndex"\n [ngClass]="{\n \'sky-btn-disabled\': disabled,\n \'sky-token-dismissable\': dismissible,\n \'sky-token-active\': tokenActive && !closeActive\n }"\n (document:mouseup)="tokenActive = false;"\n (focus)="tokenFocus.emit()"\n (mousedown)="tokenActive = true;"\n >\n <ng-content>\n </ng-content>\n <button *ngIf="dismissible"\n class="sky-btn sky-token-btn-close"\n type="button"\n [attr.aria-label]="ariaLabel"\n [attr.tabindex]="tabIndex"\n [attr.title]="ariaLabel"\n [disabled]="disabled"\n [ngClass]="{\n \'sky-token-btn-close-active\': closeActive\n }"\n (click)="dismissToken($event)"\n (document:mouseup)="closeActive = false;"\n (mousedown)="closeActive = true;"\n >\n <sky-icon\n class="sky-token-btn-close-icon-default"\n icon="times"\n >\n </sky-icon>\n <sky-icon\n class="sky-token-btn-close-icon-modern"\n icon="close"\n iconType="skyux"\n >\n </sky-icon>\n </button>\n</div>\n',changeDetection:t.ChangeDetectionStrategy.OnPush,styles:[".sky-token{background-color:#c1e8fb;border:1px solid #00b4f1;overflow:hidden;padding:2px 8px;display:inline-block;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.sky-token:focus,.sky-token:hover{background-color:#91d6f8;border-color:#008ebe;cursor:pointer}.sky-token:focus{box-shadow:0 0 8px rgba(0,180,241,.6);border:1px solid #00b4f1;outline:0}.sky-btn-disabled{cursor:default;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.sky-token-btn-close{background:0 0;padding:0;border:0;margin-left:2px;opacity:.9}.sky-token-btn-close:focus,.sky-token-btn-close:hover{opacity:1}.sky-token-btn-close-icon-modern{display:none}.sky-theme-modern .sky-token,:host-context(.sky-theme-modern) .sky-token{align-items:center;display:inline-flex;padding:1px 5px;font-size:14px}.sky-theme-modern .sky-token.sky-btn-disabled,:host-context(.sky-theme-modern) .sky-token.sky-btn-disabled{color:#212327}.sky-theme-modern .sky-token:not(.sky-btn-disabled),:host-context(.sky-theme-modern) .sky-token:not(.sky-btn-disabled){border:none;box-shadow:inset 0 0 0 1px #81d4f7}.sky-theme-modern .sky-token.sky-token-dismissable,:host-context(.sky-theme-modern) .sky-token.sky-token-dismissable{padding-right:1px}.sky-theme-modern .sky-token:hover:not(:active),:host-context(.sky-theme-modern) .sky-token:hover:not(:active){border:none;box-shadow:inset 0 0 0 1px #1870b8}.sky-theme-modern .sky-token.sky-token-active,:host-context(.sky-theme-modern) .sky-token.sky-token-active{border:none;box-shadow:inset 0 0 0 2px #1870b8}.sky-theme-modern .sky-token:focus:not(:active),:host-context(.sky-theme-modern) .sky-token:focus:not(:active){border:none;box-shadow:inset 0 0 0 2px #1870b8,0 1px 3px 0 rgba(0,0,0,.3)}.sky-theme-modern .sky-token:focus,.sky-theme-modern .sky-token:hover,:host-context(.sky-theme-modern) .sky-token:focus,:host-context(.sky-theme-modern) .sky-token:hover{background-color:#c1e8fb}.sky-theme-modern .sky-token-btn-close,:host-context(.sky-theme-modern) .sky-token-btn-close{align-items:center;border-radius:5px;display:flex;height:20px;margin-left:5px;width:20px}.sky-theme-modern .sky-token-btn-close:hover,:host-context(.sky-theme-modern) .sky-token-btn-close:hover{border:none;box-shadow:inset 0 0 0 1px transparent}.sky-theme-modern .sky-token-btn-close.sky-token-btn-close-active,:host-context(.sky-theme-modern) .sky-token-btn-close.sky-token-btn-close-active{border:none;box-shadow:inset 0 0 0 2px #1870b8}.sky-theme-modern .sky-token-btn-close:focus,:host-context(.sky-theme-modern) .sky-token-btn-close:focus{outline:0}.sky-theme-modern .sky-token-btn-close:focus:not(:active),:host-context(.sky-theme-modern) .sky-token-btn-close:focus:not(:active){border:none;box-shadow:inset 0 0 0 2px #1870b8,0 1px 3px 0 rgba(0,0,0,.3)}.sky-theme-modern .sky-token-btn-close-icon-default,:host-context(.sky-theme-modern) .sky-token-btn-close-icon-default{display:none}.sky-theme-modern .sky-token-btn-close-icon-modern,:host-context(.sky-theme-modern) .sky-token-btn-close-icon-modern{display:inline-block;width:100%}.sky-theme-modern.sky-theme-mode-dark .sky-token,:host-context(.sky-theme-modern.sky-theme-mode-dark) .sky-token{background-color:#c1e8fb}.sky-theme-modern.sky-theme-mode-dark .sky-token,.sky-theme-modern.sky-theme-mode-dark .sky-token-btn-close,:host-context(.sky-theme-modern.sky-theme-mode-dark) .sky-token,:host-context(.sky-theme-modern.sky-theme-mode-dark) .sky-token-btn-close{color:#212327}"]})],e)}();(d=e.SkyTokensMessageType||(e.SkyTokensMessageType={}))[d.FocusLastToken=0]="FocusLastToken",d[d.FocusActiveToken=1]="FocusActiveToken",d[d.FocusPreviousToken=2]="FocusPreviousToken",d[d.FocusNextToken=3]="FocusNextToken",d[d.RemoveActiveToken=4]="RemoveActiveToken";var R=function(){function n(e){var n=this;this.changeDetector=e,this.focusIndexOverRange=new t.EventEmitter,this.focusIndexUnderRange=new t.EventEmitter,this.tokenSelected=new t.EventEmitter,this.tokensChange=new t.EventEmitter,this.ngUnsubscribe=new a.Subject,this.trackTokenFn=function(e,t){return n.trackWith?t.value[n.trackWith]:t}}return Object.defineProperty(n.prototype,"disabled",{get:function(){return!!this._disabled},set:function(e){this._disabled=e},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"dismissible",{get:function(){return!1!==this._dismissible},set:function(e){this._dismissible=e},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"displayWith",{get:function(){return this._displayWith||"name"},set:function(e){this._displayWith=e},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"focusable",{get:function(){return!1!==this._focusable},set:function(e){this._focusable=e},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"tokens",{get:function(){return this._tokens||[]},set:function(e){this._tokens=e,this.tokensChange.emit(this._tokens)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"messageStream",{get:function(){return this._messageStream},set:function(e){this._messageStream=e,this.initMessageStream()},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"activeIndex",{get:function(){return this._activeIndex||0},set:function(e){e>=this.tokens.length&&(e=this.tokens.length-1,this.focusIndexOverRange.emit()),e<0&&(e=0,this.focusIndexUnderRange.emit()),this._activeIndex=e},enumerable:!0,configurable:!0}),n.prototype.ngOnDestroy=function(){this.ngUnsubscribe.next(),this.ngUnsubscribe.complete()},n.prototype.onTokenClick=function(e){this.disabled||this.notifyTokenSelected(e)},n.prototype.onTokenKeyDown=function(t){if(!this.disabled)switch(t.key){case"Left":case"ArrowLeft":this.messageStream.next({type:e.SkyTokensMessageType.FocusPreviousToken}),t.preventDefault();break;case"Right":case"ArrowRight":this.messageStream.next({type:e.SkyTokensMessageType.FocusNextToken}),t.preventDefault()}},n.prototype.selectToken=function(e){this.disabled||this.notifyTokenSelected(e)},n.prototype.removeToken=function(e){this.tokens=this.tokens.filter((function(t){return t!==e})),this.changeDetector.detectChanges()},n.prototype.focusPreviousToken=function(){this.activeIndex--,this.focusActiveToken()},n.prototype.focusNextToken=function(){this.activeIndex++,this.focusActiveToken()},n.prototype.focusLastToken=function(){this.activeIndex=this.tokenComponents.length-1,this.focusActiveToken()},n.prototype.focusActiveToken=function(){var e=this,t=this.tokenComponents.find((function(t,n){return e.activeIndex===n}));t&&t.focusElement()},n.prototype.removeActiveToken=function(){var e=this.tokens[this.activeIndex];e&&this.removeToken(e)},n.prototype.initMessageStream=function(){var t=this;this.messageStreamSub&&this.messageStreamSub.unsubscribe(),this.messageStream&&(this.messageStreamSub=this.messageStream.pipe(c.takeUntil(this.ngUnsubscribe)).subscribe((function(n){switch(n.type){case e.SkyTokensMessageType.FocusLastToken:t.focusLastToken();break;case e.SkyTokensMessageType.FocusActiveToken:t.focusActiveToken();break;case e.SkyTokensMessageType.FocusPreviousToken:t.focusPreviousToken();break;case e.SkyTokensMessageType.FocusNextToken:t.focusNextToken();break;case e.SkyTokensMessageType.RemoveActiveToken:t.removeActiveToken()}})))},n.prototype.notifyTokenSelected=function(e){this.tokenSelected.emit({token:e})},n.ctorParameters=function(){return[{type:t.ChangeDetectorRef}]},l([t.Input()],n.prototype,"disabled",null),l([t.Input()],n.prototype,"dismissible",null),l([t.Input()],n.prototype,"displayWith",null),l([t.Input()],n.prototype,"trackWith",void 0),l([t.Input()],n.prototype,"focusable",null),l([t.Input()],n.prototype,"tokens",null),l([t.Input()],n.prototype,"messageStream",null),l([t.Output()],n.prototype,"focusIndexOverRange",void 0),l([t.Output()],n.prototype,"focusIndexUnderRange",void 0),l([t.Output()],n.prototype,"tokenSelected",void 0),l([t.Output()],n.prototype,"tokensChange",void 0),l([t.ViewChildren(A)],n.prototype,"tokenComponents",void 0),n=l([t.Component({selector:"sky-tokens",template:'<div *ngIf="tokens"\n class="sky-tokens"\n [@blockAnimationOnLoad]\n [attr.role]="(tokens && tokens.length) ? \'list\' : null"\n>\n <sky-token *ngFor="let token of tokens; let i = index; trackBy: trackTokenFn"\n role="listitem"\n [@.disabled]="!trackWith"\n [@dismiss]\n [disabled]="disabled"\n [dismissible]="dismissible"\n [focusable]="focusable"\n (dismiss)="removeToken(token)"\n (click)="onTokenClick(token)"\n (keydown)="onTokenKeyDown($event)"\n (keyup.enter)="selectToken(token);$event.preventDefault();"\n (tokenFocus)="activeIndex = i"\n >\n {{ token.value[displayWith] }}\n </sky-token>\n <div\n class="sky-tokens-content"\n >\n <ng-content></ng-content>\n </div>\n</div>\n',changeDetection:t.ChangeDetectionStrategy.OnPush,animations:[r.trigger("blockAnimationOnLoad",[r.transition(":enter",[])]),r.trigger("dismiss",[r.transition(":enter",[r.style({opacity:0,width:0}),r.animate("150ms ease-in",r.style({opacity:1,width:"*"}))]),r.transition(":leave",[r.animate("150ms ease-in",r.style({opacity:0,width:0}))])])],styles:['@charset "UTF-8";.sky-tokens{display:flex;flex-wrap:wrap;align-items:baseline;margin:-2px}.sky-tokens .sky-tokens-content,.sky-tokens ::ng-deep sky-token{flex:0 0 auto;display:inline-flex;padding:2px}.sky-tokens .sky-tokens-content{flex-grow:1;flex-basis:0px}.sky-tokens .sky-tokens-content:before{content:""}']})],n)}(),j=function(){function e(){}return e=l([t.NgModule({declarations:[A,R],imports:[n.CommonModule,o.SkyI18nModule,b,u],exports:[A,R]})],e)}(),D=function(){function e(e){this.rendererFactory=e,this.renderer=this.rendererFactory.createRenderer(void 0,void 0)}var n;return n=e,e.prototype.ngOnDestroy=function(){this.clearListeners()},e.prototype.setWaitBounds=function(e){this.renderer.setStyle(e.nativeElement.parentElement,"position","relative")},e.prototype.removeWaitBounds=function(e){this.renderer.removeStyle(e.nativeElement.parentElement,"position")},e.prototype.setBusyState=function(e,t,o,s,i){var r=this;void 0===s&&(s=!1);var a=t?document.body:e.nativeElement.parentElement;if(!s)if(o)if(this.renderer.setAttribute(a,"aria-busy","true"),(t||a.contains(document.activeElement))&&this.clearDocumentFocus(),t){n.isPageWaitActive=!0;var c=this.renderer.listen(document.body,"keydown",(function(e){e.key&&"tab"===e.key.toLowerCase()&&(e.target.blur(),e.preventDefault(),e.stopPropagation(),e.stopImmediatePropagation(),r.clearDocumentFocus())}));n.busyElements[i]={listener:c,busyEl:void 0}}else{c=this.renderer.listen(a,"focusin",(function(e){if(!s)if(e.preventDefault(),e.stopPropagation(),e.stopImmediatePropagation(),n.isPageWaitActive)r.clearDocumentFocus();else{var t=e.target;t.blur(),r.focusNextElement(t,r.isShift(e),a)}}));n.busyElements[i]={listener:c,busyEl:a}}else this.renderer.removeAttribute(a,"aria-busy"),t&&(n.isPageWaitActive=!1),i in n.busyElements&&(n.busyElements[i].listener(),delete n.busyElements[i])},e.prototype.focusNextElement=function(e,t,n){for(var o=this.getFocussableElements(),s=t?-1:1,i=o.indexOf(e),r=i+s;o[r]&&this.isElementBusyOrHidden(o[r]);)r+=s;if(o[r]&&!this.isElementBusyOrHidden(o[r]))o[r].focus();else{for(r=s>0?0:o.length-1;r!==i&&o[r]&&this.isElementBusyOrHidden(o[r]);)r+=s;o[r]&&!this.isElementBusyOrHidden(o[r])?o[r].focus():this.clearDocumentFocus()}this.focussableElements=void 0},e.prototype.isShift=function(e){var t=this,n=this.getFocussableElements().filter((function(e){return!t.isElementHidden(e)})),o=n.indexOf(e.relatedTarget),s=n.indexOf(e.target);return o===s+1||0===o&&s===n.length-1||o>s||!e.relatedTarget},e.prototype.isElementHidden=function(e){var t=window.getComputedStyle(e);return"none"===t.display||"hidden"===t.visibility},e.prototype.isElementBusyOrHidden=function(e){var t,o;if(this.isElementHidden(e))return!0;try{for(var s=y(Object.keys(n.busyElements)),i=s.next();!i.done;i=s.next()){var r=i.value,a=n.busyElements[r].busyEl;if(a&&a.contains(e))return!0}}catch(e){t={error:e}}finally{try{i&&!i.done&&(o=s.return)&&o.call(s)}finally{if(t)throw t.error}}return!1},e.prototype.clearDocumentFocus=function(){document.activeElement&&document.activeElement.blur&&document.activeElement.blur(),document.body.focus()},e.prototype.getFocussableElements=function(){if(this.focussableElements)return this.focussableElements;return this.focussableElements=Array.prototype.filter.call(document.body.querySelectorAll("a[href], area[href], input:not([disabled]):not([tabindex='-1']), button:not([disabled]):not([tabindex='-1']), select:not([disabled]):not([tabindex='-1']), textarea:not([disabled]):not([tabindex='-1']), iframe, object, embed, *[tabindex]:not([tabindex='-1']), *[contenteditable=true]"),(function(e){return e.offsetWidth>0||e.offsetHeight>0||e===document.activeElement})),this.focussableElements},e.prototype.clearListeners=function(){var e,t;n.isPageWaitActive=!1;try{for(var o=y(Object.keys(n.busyElements)),s=o.next();!s.done;s=o.next()){var i=s.value;n.busyElements[i].listener(),delete n.busyElements[i]}}catch(t){e={error:t}}finally{try{s&&!s.done&&(t=o.return)&&t.call(o)}finally{if(e)throw e.error}}},e.isPageWaitActive=!1,e.busyElements={},e.ctorParameters=function(){return[{type:t.RendererFactory2}]},e=n=l([t.Injectable()],e)}(),L=0,z=function(){function e(e,t,n){this.elRef=e,this.adapterService=t,this.resourceService=n,this.ariaLabelStream=new a.BehaviorSubject(""),this.id="sky-wait-"+ ++L}var n,s;return Object.defineProperty(e.prototype,"isWaiting",{get:function(){return this._isWaiting},set:function(e){e&&!this._isFullPage?this.adapterService.setWaitBounds(this.elRef):e||this._isFullPage||this.adapterService.removeWaitBounds(this.elRef),this.adapterService.setBusyState(this.elRef,this.isFullPage,e,this.isNonBlocking,this.id),this._isWaiting=e},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"isFullPage",{get:function(){return this._isFullPage},set:function(e){e?this.adapterService.removeWaitBounds(this.elRef):!e&&this._isWaiting&&this.adapterService.setWaitBounds(this.elRef),this._isFullPage=e},enumerable:!0,configurable:!0}),e.prototype.ngOnInit=function(){this.publishAriaLabel()},e.prototype.publishAriaLabel=function(){var e=this;if(this.ariaLabel)this.ariaLabelStream.next(this.ariaLabel);else if(this.resourceService){var t="skyux_wait"+(this.isFullPage?"_page":"")+(this.isNonBlocking?"":"_blocking")+"_aria_alt_text";this.resourceService.getString(t).subscribe((function(t){e.ariaLabelStream.next(t)}))}},e.ctorParameters=function(){return[{type:t.ElementRef},{type:D},{type:o.SkyLibResourcesService,decorators:[{type:t.Optional}]}]},l([t.Input()],e.prototype,"ariaLabel",void 0),l([t.Input()],e.prototype,"isWaiting",null),l([t.Input()],e.prototype,"isFullPage",null),l([t.Input()],e.prototype,"isNonBlocking",void 0),e=l([t.Component({selector:"sky-wait",template:'<div\n class="sky-wait-container"\n>\n <div *ngIf="isWaiting"\n class="sky-wait-mask"\n [attr.aria-label]="ariaLabelStream | async"\n [ngClass]="{\n \'sky-wait-mask-loading-fixed\': isFullPage,\n \'sky-wait-mask-loading-non-blocking\': isNonBlocking,\n \'sky-wait-mask-loading-blocking\': !isNonBlocking\n }"\n >\n <div\n class="sky-wait"\n >\n <div\n class="sky-wait-double-bounce1"\n >\n </div>\n <div\n class="sky-wait-double-bounce2"\n >\n </div>\n </div>\n </div>\n</div>\n\n',providers:[D],styles:[".sky-wait-mask-loading-blocking{margin:auto;position:absolute;top:0;right:0;left:0;bottom:0;background-color:rgba(255,255,255,.7);z-index:1000}.sky-wait-mask-loading-fixed{position:fixed}.sky-wait{width:50px;height:50px;margin-top:-25px;margin-left:-25px;position:absolute;top:50%;left:50%}.sky-wait-mask-loading-non-blocking{bottom:0}.sky-wait-mask-loading-non-blocking .sky-wait{top:auto;right:auto;bottom:0;left:0;margin-left:auto;margin-right:auto}.sky-wait-double-bounce1,.sky-wait-double-bounce2{width:100%;height:100%;border-radius:50%;background-color:#72bf44;opacity:.6;position:absolute;top:0;left:0;-webkit-animation:2s ease-in-out infinite sk-bounce;animation:2s ease-in-out infinite sk-bounce}.sky-wait-double-bounce2{-webkit-animation-delay:-1s;animation-delay:-1s}@-webkit-keyframes sk-bounce{0%,100%{-webkit-transform:scale(0)}50%{-webkit-transform:scale(1)}}@keyframes sk-bounce{0%,100%{transform:scale(0);-webkit-transform:scale(0)}50%{transform:scale(1);-webkit-transform:scale(1)}}.sky-wait-container.sky-wait-active{position:relative}"]}),(n=2,s=t.Optional(),function(e,t){s(e,t,n)})],e)}(),H=function(){function e(){}return l([t.Input()],e.prototype,"hasBlockingWait",void 0),l([t.Input()],e.prototype,"hasNonBlockingWait",void 0),e=l([t.Component({selector:"sky-wait-page",template:'<div\n class="sky-wait-page"\n>\n <sky-wait\n [isFullPage]="true"\n [isNonBlocking]="true"\n [isWaiting]="hasNonBlockingWait"\n >\n </sky-wait>\n <sky-wait\n [isFullPage]="true"\n [isWaiting]="hasBlockingWait"\n >\n </sky-wait>\n</div>\n',styles:[".sky-wait-page ::ng-deep .sky-wait-mask-loading-fixed{z-index:2000}"]})],e)}(),q=function(){function e(){}return e=l([t.NgModule({declarations:[z,H],imports:[n.CommonModule,o.SkyI18nModule,u],exports:[z,H],entryComponents:[H]})],e)}(),U=function(){function e(){}return e.prototype.addPageWaitEl=function(){document.body.appendChild(document.createElement("sky-wait-page"))},e.prototype.removePageWaitEl=function(){document.body.removeChild(document.querySelector("sky-wait-page"))},e.ɵprov=t.ɵɵdefineInjectable({factory:function(){return new e},token:e,providedIn:"root"}),e=l([t.Injectable({providedIn:"root"})],e)}(),$=function(){function e(e,t,n,o){this.resolver=e,this.appRef=t,this.waitAdapter=n,this.windowSvc=o}var n;return n=e,e.prototype.beginBlockingPageWait=function(){this.beginPageWait(!0)},e.prototype.beginNonBlockingPageWait=function(){this.beginPageWait(!1)},e.prototype.endBlockingPageWait=function(){this.endPageWait(!0)},e.prototype.endNonBlockingPageWait=function(){this.endPageWait(!1)},e.prototype.clearAllPageWaits=function(){this.clearPageWait(!0),this.clearPageWait(!1)},e.prototype.dispose=function(){n.waitComponent&&(n.waitComponent=void 0,n.pageWaitBlockingCount=0,n.pageWaitNonBlockingCount=0,this.waitAdapter.removePageWaitEl())},e.prototype.blockingWrap=function(e){var t=this;return a.defer((function(){return t.beginBlockingPageWait(),e.pipe(c.finalize((function(){return t.endBlockingPageWait()})))}))},e.prototype.nonBlockingWrap=function(e){var t=this;return a.defer((function(){return t.beginNonBlockingPageWait(),e.pipe(c.finalize((function(){return t.endNonBlockingPageWait()})))}))},e.prototype.setWaitComponentProperties=function(e){e?(n.waitComponent.hasBlockingWait=!0,n.pageWaitBlockingCount++):(n.waitComponent.hasNonBlockingWait=!0,n.pageWaitNonBlockingCount++)},e.prototype.beginPageWait=function(e){var t=this;n.waitComponent?this.setWaitComponentProperties(e):this.windowSvc.nativeWindow.setTimeout((function(){if(!n.waitComponent){var o=t.resolver.resolveComponentFactory(H);t.waitAdapter.addPageWaitEl();var s=t.appRef.bootstrap(o);n.waitComponent=s.instance}t.setWaitComponentProperties(e)}))},e.prototype.endPageWait=function(e){this.windowSvc.nativeWindow.setTimeout((function(){n.waitComponent&&(e?(n.pageWaitBlockingCount>0&&n.pageWaitBlockingCount--,n.pageWaitBlockingCount<1&&(n.waitComponent.hasBlockingWait=!1)):(n.pageWaitNonBlockingCount>0&&n.pageWaitNonBlockingCount--,n.pageWaitNonBlockingCount<1&&(n.waitComponent.hasNonBlockingWait=!1)))}))},e.prototype.clearPageWait=function(e){n.waitComponent&&(e?(n.pageWaitBlockingCount=0,n.waitComponent.hasBlockingWait=!1):(n.pageWaitNonBlockingCount=0,n.waitComponent.hasNonBlockingWait=!1))},e.pageWaitBlockingCount=0,e.pageWaitNonBlockingCount=0,e.ctorParameters=function(){return[{type:t.ComponentFactoryResolver},{type:t.ApplicationRef},{type:U},{type:i.SkyAppWindowRef}]},e.ɵprov=t.ɵɵdefineInjectable({factory:function(){return new e(t.ɵɵinject(t.ComponentFactoryResolver),t.ɵɵinject(t.ApplicationRef),t.ɵɵinject(U),t.ɵɵinject(i.SkyAppWindowRef))},token:e,providedIn:"root"}),e=n=l([t.Injectable({providedIn:"root"})],e)}();e.SkyAlertModule=x,e.SkyChevronModule=I,e.SkyHelpInlineModule=C,e.SkyIconModule=b,e.SkyKeyInfoModule=W,e.SkyLabelModule=M,e.SkyStatusIndicatorModule=B,e.SkyTextHighlightModule=N,e.SkyTokensModule=j,e.SkyWaitModule=q,e.SkyWaitService=$,e.ɵa=v,e.ɵb=f,e.ɵc=m,e.ɵd=p,e.ɵe=h,e.ɵf=u,e.ɵg=k,e.ɵh=w,e.ɵi=T,e.ɵj=P,e.ɵk=S,e.ɵl=_,e.ɵm=E,e.ɵn=O,e.ɵo=F,e.ɵp=A,e.ɵq=R,e.ɵr=z,e.ɵs=D,e.ɵt=H,e.ɵu=U,Object.defineProperty(e,"__esModule",{value:!0})}));
|
|
16
|
-
//# sourceMappingURL=skyux-indicators.umd.min.js.map
|