@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.
Files changed (214) hide show
  1. package/bundles/skyux-indicators-testing.umd.js +2 -2
  2. package/bundles/skyux-indicators-testing.umd.js.map +1 -1
  3. package/bundles/skyux-indicators.umd.js +655 -523
  4. package/bundles/skyux-indicators.umd.js.map +1 -1
  5. package/documentation.json +2260 -2187
  6. package/esm2015/modules/alert/alert.component.js +25 -14
  7. package/esm2015/modules/alert/alert.module.js +29 -18
  8. package/esm2015/modules/chevron/chevron.component.js +21 -13
  9. package/esm2015/modules/chevron/chevron.module.js +26 -17
  10. package/esm2015/modules/help-inline/help-inline.component.js +18 -11
  11. package/esm2015/modules/help-inline/help-inline.module.js +29 -18
  12. package/esm2015/modules/icon/icon-class-list.pipe.js +11 -10
  13. package/esm2015/modules/icon/icon-resolver.service.js +9 -11
  14. package/esm2015/modules/icon/icon-stack-item.js +1 -1
  15. package/esm2015/modules/icon/icon-stack.component.js +20 -13
  16. package/esm2015/modules/icon/icon.component.js +25 -16
  17. package/esm2015/modules/icon/icon.module.js +13 -18
  18. package/esm2015/modules/key-info/key-info-label.component.js +11 -7
  19. package/esm2015/modules/key-info/key-info-value.component.js +11 -7
  20. package/esm2015/modules/key-info/key-info.component.js +15 -11
  21. package/esm2015/modules/key-info/key-info.module.js +25 -18
  22. package/esm2015/modules/label/label.component.js +17 -11
  23. package/esm2015/modules/label/label.module.js +13 -15
  24. package/esm2015/modules/shared/indicator-description-type.js +1 -1
  25. package/esm2015/modules/shared/indicator-icon-utility.js +4 -4
  26. package/esm2015/modules/shared/indicator-icon.js +1 -1
  27. package/esm2015/modules/shared/sky-indicators-resources.module.js +44 -13
  28. package/esm2015/modules/status-indicator/status-indicator.component.js +28 -21
  29. package/esm2015/modules/status-indicator/status-indicator.module.js +26 -17
  30. package/esm2015/modules/text-highlight/text-highlight.directive.js +19 -16
  31. package/esm2015/modules/text-highlight/text-highlight.module.js +13 -14
  32. package/esm2015/modules/tokens/token.component.js +32 -26
  33. package/esm2015/modules/tokens/tokens.component.js +93 -58
  34. package/esm2015/modules/tokens/tokens.module.js +26 -19
  35. package/esm2015/modules/tokens/types/token-selected-event-args.js +1 -1
  36. package/esm2015/modules/tokens/types/token.js +1 -1
  37. package/esm2015/modules/tokens/types/tokens-message-type.js +1 -1
  38. package/esm2015/modules/tokens/types/tokens-message.js +1 -1
  39. package/esm2015/modules/wait/wait-adapter.service.js +32 -25
  40. package/esm2015/modules/wait/wait-page-adapter.service.js +9 -7
  41. package/esm2015/modules/wait/wait-page.component.js +17 -12
  42. package/esm2015/modules/wait/wait.component.js +31 -27
  43. package/esm2015/modules/wait/wait.module.js +14 -21
  44. package/esm2015/modules/wait/wait.service.js +10 -16
  45. package/esm2015/public-api.js +17 -1
  46. package/esm2015/skyux-indicators.js +1 -21
  47. package/esm2015/testing/alert-fixture.js +1 -1
  48. package/esm2015/testing/label-fixture.js +1 -1
  49. package/esm2015/testing/wait-fixture.js +1 -1
  50. package/fesm2015/skyux-indicators-testing.js.map +1 -1
  51. package/fesm2015/skyux-indicators.js +635 -496
  52. package/fesm2015/skyux-indicators.js.map +1 -1
  53. package/modules/alert/alert.component.d.ts +3 -0
  54. package/modules/alert/alert.module.d.ts +10 -0
  55. package/modules/chevron/chevron.component.d.ts +3 -0
  56. package/modules/chevron/chevron.module.d.ts +9 -0
  57. package/modules/help-inline/help-inline.component.d.ts +3 -0
  58. package/modules/help-inline/help-inline.module.d.ts +10 -0
  59. package/modules/icon/icon-class-list.pipe.d.ts +3 -0
  60. package/modules/icon/icon-resolver.service.d.ts +3 -0
  61. package/modules/icon/icon-stack.component.d.ts +3 -0
  62. package/modules/icon/icon.component.d.ts +3 -0
  63. package/modules/icon/icon.module.d.ts +9 -0
  64. package/modules/key-info/key-info-label.component.d.ts +3 -0
  65. package/modules/key-info/key-info-value.component.d.ts +3 -0
  66. package/modules/key-info/key-info.component.d.ts +3 -0
  67. package/modules/key-info/key-info.module.d.ts +8 -0
  68. package/modules/label/label.component.d.ts +3 -0
  69. package/modules/label/label.module.d.ts +7 -0
  70. package/modules/shared/sky-indicators-resources.module.d.ts +5 -6
  71. package/modules/status-indicator/status-indicator.component.d.ts +3 -0
  72. package/modules/status-indicator/status-indicator.module.d.ts +9 -0
  73. package/modules/text-highlight/text-highlight.directive.d.ts +3 -0
  74. package/modules/text-highlight/text-highlight.module.d.ts +5 -0
  75. package/modules/tokens/token.component.d.ts +3 -0
  76. package/modules/tokens/tokens.component.d.ts +3 -0
  77. package/modules/tokens/tokens.module.d.ts +10 -0
  78. package/modules/wait/wait-adapter.service.d.ts +3 -0
  79. package/modules/wait/wait-page-adapter.service.d.ts +3 -0
  80. package/modules/wait/wait-page.component.d.ts +3 -0
  81. package/modules/wait/wait.component.d.ts +3 -0
  82. package/modules/wait/wait.module.d.ts +9 -0
  83. package/modules/wait/wait.service.d.ts +3 -0
  84. package/package.json +7 -8
  85. package/public-api.d.ts +14 -0
  86. package/skyux-indicators.d.ts +1 -20
  87. package/testing/package.json +0 -1
  88. package/testing/skyux-indicators-testing.d.ts +1 -0
  89. package/esm2015/modules/alert/alert.component.ngfactory.js +0 -27
  90. package/esm2015/modules/alert/alert.component.ngsummary.json +0 -1
  91. package/esm2015/modules/alert/alert.component.scss.shim.ngstyle.js +0 -9
  92. package/esm2015/modules/alert/alert.module.ngfactory.js +0 -16
  93. package/esm2015/modules/alert/alert.module.ngsummary.json +0 -1
  94. package/esm2015/modules/chevron/chevron.component.ngfactory.js +0 -28
  95. package/esm2015/modules/chevron/chevron.component.ngsummary.json +0 -1
  96. package/esm2015/modules/chevron/chevron.component.scss.shim.ngstyle.js +0 -9
  97. package/esm2015/modules/chevron/chevron.module.ngfactory.js +0 -15
  98. package/esm2015/modules/chevron/chevron.module.ngsummary.json +0 -1
  99. package/esm2015/modules/help-inline/help-inline.component.ngfactory.js +0 -28
  100. package/esm2015/modules/help-inline/help-inline.component.ngsummary.json +0 -1
  101. package/esm2015/modules/help-inline/help-inline.component.scss.shim.ngstyle.js +0 -9
  102. package/esm2015/modules/help-inline/help-inline.module.ngfactory.js +0 -16
  103. package/esm2015/modules/help-inline/help-inline.module.ngsummary.json +0 -1
  104. package/esm2015/modules/icon/icon-class-list.pipe.ngsummary.json +0 -1
  105. package/esm2015/modules/icon/icon-resolver.service.ngsummary.json +0 -1
  106. package/esm2015/modules/icon/icon-stack-item.ngsummary.json +0 -1
  107. package/esm2015/modules/icon/icon-stack.component.ngfactory.js +0 -22
  108. package/esm2015/modules/icon/icon-stack.component.ngsummary.json +0 -1
  109. package/esm2015/modules/icon/icon-stack.component.scss.shim.ngstyle.js +0 -9
  110. package/esm2015/modules/icon/icon.component.ngfactory.js +0 -21
  111. package/esm2015/modules/icon/icon.component.ngsummary.json +0 -1
  112. package/esm2015/modules/icon/icon.component.scss.shim.ngstyle.js +0 -9
  113. package/esm2015/modules/icon/icon.module.ngfactory.js +0 -13
  114. package/esm2015/modules/icon/icon.module.ngsummary.json +0 -1
  115. package/esm2015/modules/icon/types/icon-type.ngsummary.json +0 -1
  116. package/esm2015/modules/icon/types/icon-variant-type.ngsummary.json +0 -1
  117. package/esm2015/modules/key-info/key-info-label.component.ngfactory.js +0 -16
  118. package/esm2015/modules/key-info/key-info-label.component.ngsummary.json +0 -1
  119. package/esm2015/modules/key-info/key-info-value.component.ngfactory.js +0 -16
  120. package/esm2015/modules/key-info/key-info-value.component.ngsummary.json +0 -1
  121. package/esm2015/modules/key-info/key-info.component.ngfactory.js +0 -18
  122. package/esm2015/modules/key-info/key-info.component.ngsummary.json +0 -1
  123. package/esm2015/modules/key-info/key-info.component.scss.shim.ngstyle.js +0 -9
  124. package/esm2015/modules/key-info/key-info.module.ngfactory.js +0 -12
  125. package/esm2015/modules/key-info/key-info.module.ngsummary.json +0 -1
  126. package/esm2015/modules/label/label-type.ngsummary.json +0 -1
  127. package/esm2015/modules/label/label.component.ngfactory.js +0 -22
  128. package/esm2015/modules/label/label.component.ngsummary.json +0 -1
  129. package/esm2015/modules/label/label.component.scss.shim.ngstyle.js +0 -9
  130. package/esm2015/modules/label/label.module.ngfactory.js +0 -14
  131. package/esm2015/modules/label/label.module.ngsummary.json +0 -1
  132. package/esm2015/modules/shared/indicator-description-type.ngsummary.json +0 -1
  133. package/esm2015/modules/shared/indicator-icon-type.ngsummary.json +0 -1
  134. package/esm2015/modules/shared/indicator-icon-utility.ngsummary.json +0 -1
  135. package/esm2015/modules/shared/indicator-icon.ngsummary.json +0 -1
  136. package/esm2015/modules/shared/sky-indicators-resources.module.ngfactory.js +0 -15
  137. package/esm2015/modules/shared/sky-indicators-resources.module.ngsummary.json +0 -1
  138. package/esm2015/modules/status-indicator/status-indicator.component.ngfactory.js +0 -25
  139. package/esm2015/modules/status-indicator/status-indicator.component.ngsummary.json +0 -1
  140. package/esm2015/modules/status-indicator/status-indicator.component.scss.shim.ngstyle.js +0 -9
  141. package/esm2015/modules/status-indicator/status-indicator.module.ngfactory.js +0 -16
  142. package/esm2015/modules/status-indicator/status-indicator.module.ngsummary.json +0 -1
  143. package/esm2015/modules/text-highlight/text-highlight.directive.ngsummary.json +0 -1
  144. package/esm2015/modules/text-highlight/text-highlight.module.ngfactory.js +0 -12
  145. package/esm2015/modules/text-highlight/text-highlight.module.ngsummary.json +0 -1
  146. package/esm2015/modules/tokens/token.component.ngfactory.js +0 -40
  147. package/esm2015/modules/tokens/token.component.ngsummary.json +0 -1
  148. package/esm2015/modules/tokens/token.component.scss.shim.ngstyle.js +0 -9
  149. package/esm2015/modules/tokens/tokens.component.ngfactory.js +0 -39
  150. package/esm2015/modules/tokens/tokens.component.ngsummary.json +0 -1
  151. package/esm2015/modules/tokens/tokens.component.scss.shim.ngstyle.js +0 -9
  152. package/esm2015/modules/tokens/tokens.module.ngfactory.js +0 -16
  153. package/esm2015/modules/tokens/tokens.module.ngsummary.json +0 -1
  154. package/esm2015/modules/tokens/types/token-selected-event-args.ngsummary.json +0 -1
  155. package/esm2015/modules/tokens/types/token.ngsummary.json +0 -1
  156. package/esm2015/modules/tokens/types/tokens-message-type.ngsummary.json +0 -1
  157. package/esm2015/modules/tokens/types/tokens-message.ngsummary.json +0 -1
  158. package/esm2015/modules/wait/wait-adapter.service.ngsummary.json +0 -1
  159. package/esm2015/modules/wait/wait-page-adapter.service.ngsummary.json +0 -1
  160. package/esm2015/modules/wait/wait-page.component.ngfactory.js +0 -21
  161. package/esm2015/modules/wait/wait-page.component.ngsummary.json +0 -1
  162. package/esm2015/modules/wait/wait-page.component.scss.shim.ngstyle.js +0 -9
  163. package/esm2015/modules/wait/wait.component.ngfactory.js +0 -21
  164. package/esm2015/modules/wait/wait.component.ngsummary.json +0 -1
  165. package/esm2015/modules/wait/wait.component.scss.shim.ngstyle.js +0 -9
  166. package/esm2015/modules/wait/wait.module.ngfactory.js +0 -15
  167. package/esm2015/modules/wait/wait.module.ngsummary.json +0 -1
  168. package/esm2015/modules/wait/wait.service.ngsummary.json +0 -1
  169. package/esm2015/public-api.ngsummary.json +0 -1
  170. package/esm2015/skyux-indicators.ngsummary.json +0 -1
  171. package/esm2015/testing/alert-fixture.ngsummary.json +0 -1
  172. package/esm2015/testing/label-fixture.ngsummary.json +0 -1
  173. package/esm2015/testing/public-api.ngsummary.json +0 -1
  174. package/esm2015/testing/skyux-indicators-testing.ngsummary.json +0 -1
  175. package/esm2015/testing/wait-fixture.ngsummary.json +0 -1
  176. package/modules/alert/alert.component.ngfactory.d.ts +0 -1
  177. package/modules/alert/alert.component.scss.shim.ngstyle.d.ts +0 -1
  178. package/modules/alert/alert.module.ngfactory.d.ts +0 -3
  179. package/modules/chevron/chevron.component.ngfactory.d.ts +0 -1
  180. package/modules/chevron/chevron.component.scss.shim.ngstyle.d.ts +0 -1
  181. package/modules/chevron/chevron.module.ngfactory.d.ts +0 -3
  182. package/modules/help-inline/help-inline.component.ngfactory.d.ts +0 -1
  183. package/modules/help-inline/help-inline.component.scss.shim.ngstyle.d.ts +0 -1
  184. package/modules/help-inline/help-inline.module.ngfactory.d.ts +0 -3
  185. package/modules/icon/icon-stack.component.ngfactory.d.ts +0 -1
  186. package/modules/icon/icon-stack.component.scss.shim.ngstyle.d.ts +0 -1
  187. package/modules/icon/icon.component.ngfactory.d.ts +0 -1
  188. package/modules/icon/icon.component.scss.shim.ngstyle.d.ts +0 -1
  189. package/modules/icon/icon.module.ngfactory.d.ts +0 -3
  190. package/modules/key-info/key-info-label.component.ngfactory.d.ts +0 -1
  191. package/modules/key-info/key-info-value.component.ngfactory.d.ts +0 -1
  192. package/modules/key-info/key-info.component.ngfactory.d.ts +0 -1
  193. package/modules/key-info/key-info.component.scss.shim.ngstyle.d.ts +0 -1
  194. package/modules/key-info/key-info.module.ngfactory.d.ts +0 -3
  195. package/modules/label/label.component.ngfactory.d.ts +0 -1
  196. package/modules/label/label.component.scss.shim.ngstyle.d.ts +0 -1
  197. package/modules/label/label.module.ngfactory.d.ts +0 -3
  198. package/modules/shared/sky-indicators-resources.module.ngfactory.d.ts +0 -3
  199. package/modules/status-indicator/status-indicator.component.ngfactory.d.ts +0 -1
  200. package/modules/status-indicator/status-indicator.component.scss.shim.ngstyle.d.ts +0 -1
  201. package/modules/status-indicator/status-indicator.module.ngfactory.d.ts +0 -3
  202. package/modules/text-highlight/text-highlight.module.ngfactory.d.ts +0 -3
  203. package/modules/tokens/token.component.ngfactory.d.ts +0 -1
  204. package/modules/tokens/token.component.scss.shim.ngstyle.d.ts +0 -1
  205. package/modules/tokens/tokens.component.ngfactory.d.ts +0 -1
  206. package/modules/tokens/tokens.component.scss.shim.ngstyle.d.ts +0 -1
  207. package/modules/tokens/tokens.module.ngfactory.d.ts +0 -3
  208. package/modules/wait/wait-page.component.ngfactory.d.ts +0 -1
  209. package/modules/wait/wait-page.component.scss.shim.ngstyle.d.ts +0 -1
  210. package/modules/wait/wait.component.ngfactory.d.ts +0 -1
  211. package/modules/wait/wait.component.scss.shim.ngstyle.d.ts +0 -1
  212. package/modules/wait/wait.module.ngfactory.d.ts +0 -3
  213. package/skyux-indicators.metadata.json +0 -1
  214. package/testing/skyux-indicators-testing.metadata.json +0 -1
@@ -1,8 +1,8 @@
1
1
  (function (global, factory) {
2
2
  typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@angular/core'), require('@angular/common'), require('@skyux/i18n'), require('@skyux/theme'), require('@skyux/core'), require('@angular/animations'), require('rxjs'), require('rxjs/operators')) :
3
3
  typeof define === 'function' && define.amd ? define('@skyux/indicators', ['exports', '@angular/core', '@angular/common', '@skyux/i18n', '@skyux/theme', '@skyux/core', '@angular/animations', 'rxjs', 'rxjs/operators'], factory) :
4
- (global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory((global.skyux = global.skyux || {}, global.skyux.indicators = {}), global.ng.core, global.ng.common, global.i18n, global.i1, global.i2, global.ng.animations, global.rxjs, global.rxjs.operators));
5
- }(this, (function (exports, i0, common, i18n, i1, i2, animations, rxjs, operators) { 'use strict';
4
+ (global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory((global.skyux = global.skyux || {}, global.skyux.indicators = {}), global.ng.core, global.ng.common, global.i1, global.i1$1, global.i1$3, global.ng.animations, global.rxjs, global.rxjs.operators));
5
+ })(this, (function (exports, i0, i1$2, i1, i1$1, i1$3, animations, rxjs, operators) { 'use strict';
6
6
 
7
7
  function _interopNamespace(e) {
8
8
  if (e && e.__esModule) return e;
@@ -13,20 +13,20 @@
13
13
  var d = Object.getOwnPropertyDescriptor(e, k);
14
14
  Object.defineProperty(n, k, d.get ? d : {
15
15
  enumerable: true,
16
- get: function () {
17
- return e[k];
18
- }
16
+ get: function () { return e[k]; }
19
17
  });
20
18
  }
21
19
  });
22
20
  }
23
- n['default'] = e;
21
+ n["default"] = e;
24
22
  return Object.freeze(n);
25
23
  }
26
24
 
27
25
  var i0__namespace = /*#__PURE__*/_interopNamespace(i0);
28
- var i1__namespace = /*#__PURE__*/_interopNamespace(i1);
29
- var i2__namespace = /*#__PURE__*/_interopNamespace(i2);
26
+ var i1__namespace$1 = /*#__PURE__*/_interopNamespace(i1$2);
27
+ var i1__namespace$2 = /*#__PURE__*/_interopNamespace(i1);
28
+ var i1__namespace = /*#__PURE__*/_interopNamespace(i1$1);
29
+ var i1__namespace$3 = /*#__PURE__*/_interopNamespace(i1$3);
30
30
 
31
31
  /**
32
32
  * NOTICE: DO NOT MODIFY THIS FILE!
@@ -35,13 +35,31 @@
35
35
  * To update this file, simply rerun the command.
36
36
  */
37
37
  var RESOURCES = {
38
- 'EN-US': { "skyux_alert_close": { "message": "Close the alert" }, "skyux_chevron_collapse": { "message": "Collapse" }, "skyux_chevron_expand": { "message": "Expand" }, "skyux_help_inline_button_title": { "message": "Show help content" }, "skyux_status_indicator_sr_completed": { "message": "Completed:" }, "skyux_status_indicator_sr_error": { "message": "Error:" }, "skyux_status_indicator_sr_important_info": { "message": "Important information:" }, "skyux_status_indicator_sr_warning": { "message": "Warning:" }, "skyux_tokens_dismiss_button_title": { "message": "Remove item" }, "skyux_wait_aria_alt_text": { "message": "Loading." }, "skyux_wait_blocking_aria_alt_text": { "message": "Loading. Please wait." }, "skyux_wait_page_aria_alt_text": { "message": "Page loading." }, "skyux_wait_page_blocking_aria_alt_text": { "message": "Page loading. Please wait." } },
38
+ 'EN-US': {
39
+ skyux_alert_close: { message: 'Close the alert' },
40
+ skyux_chevron_collapse: { message: 'Collapse' },
41
+ skyux_chevron_expand: { message: 'Expand' },
42
+ skyux_help_inline_button_title: { message: 'Show help content' },
43
+ skyux_status_indicator_sr_completed: { message: 'Completed:' },
44
+ skyux_status_indicator_sr_error: { message: 'Error:' },
45
+ skyux_status_indicator_sr_important_info: {
46
+ message: 'Important information:',
47
+ },
48
+ skyux_status_indicator_sr_warning: { message: 'Warning:' },
49
+ skyux_tokens_dismiss_button_title: { message: 'Remove item' },
50
+ skyux_wait_aria_alt_text: { message: 'Loading.' },
51
+ skyux_wait_blocking_aria_alt_text: { message: 'Loading. Please wait.' },
52
+ skyux_wait_page_aria_alt_text: { message: 'Page loading.' },
53
+ skyux_wait_page_blocking_aria_alt_text: {
54
+ message: 'Page loading. Please wait.',
55
+ },
56
+ },
39
57
  };
40
58
  var SkyIndicatorsResourcesProvider = /** @class */ (function () {
41
59
  function SkyIndicatorsResourcesProvider() {
42
60
  }
43
61
  SkyIndicatorsResourcesProvider.prototype.getString = function (localeInfo, name) {
44
- return i18n.getLibStringForLocale(RESOURCES, localeInfo.locale, name);
62
+ return i1.getLibStringForLocale(RESOURCES, localeInfo.locale, name);
45
63
  };
46
64
  return SkyIndicatorsResourcesProvider;
47
65
  }());
@@ -53,61 +71,28 @@
53
71
  }
54
72
  return SkyIndicatorsResourcesModule;
55
73
  }());
56
- SkyIndicatorsResourcesModule.decorators = [
57
- { type: i0.NgModule, args: [{
58
- exports: [i18n.SkyI18nModule],
59
- providers: [{
60
- provide: i18n.SKY_LIB_RESOURCES_PROVIDERS,
61
- useClass: SkyIndicatorsResourcesProvider,
62
- multi: true
63
- }]
64
- },] }
65
- ];
66
-
67
- var SkyIconComponent = /** @class */ (function () {
68
- function SkyIconComponent() {
69
- /**
70
- * Specifies the type of icon to display. Specifying `fa` will display a Font Awesome icon,
71
- * while specifying `skyux` will display an icon from the custom SKY UX icon font. Note that
72
- * the custom SKY UX icon font is currently in beta.
73
- */
74
- this.iconType = 'fa';
75
- }
76
- return SkyIconComponent;
77
- }());
78
- SkyIconComponent.decorators = [
79
- { type: i0.Component, args: [{
80
- selector: 'sky-icon',
81
- template: "<i *ngIf=\"icon\"\n aria-hidden=\"true\"\n class=\"sky-icon\"\n [ngClass]=\"icon | skyIconClassList:iconType:size:fixedWidth:variant\"\n>\n</i>\n",
82
- changeDetection: i0.ChangeDetectionStrategy.OnPush,
83
- styles: [":host{display:inline-block}i{display:inherit}\n"]
84
- },] }
85
- ];
86
- SkyIconComponent.propDecorators = {
87
- icon: [{ type: i0.Input }],
88
- iconType: [{ type: i0.Input }],
89
- size: [{ type: i0.Input }],
90
- fixedWidth: [{ type: i0.Input }],
91
- variant: [{ type: i0.Input }]
92
- };
93
-
94
- var SkyIconStackComponent = /** @class */ (function () {
95
- function SkyIconStackComponent() {
96
- }
97
- return SkyIconStackComponent;
98
- }());
99
- SkyIconStackComponent.decorators = [
100
- { type: i0.Component, args: [{
101
- selector: 'sky-icon-stack',
102
- 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",
103
- 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}\n"]
104
- },] }
105
- ];
106
- SkyIconStackComponent.propDecorators = {
107
- size: [{ type: i0.Input }],
108
- baseIcon: [{ type: i0.Input }],
109
- topIcon: [{ type: i0.Input }]
110
- };
74
+ SkyIndicatorsResourcesModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: SkyIndicatorsResourcesModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
75
+ SkyIndicatorsResourcesModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: SkyIndicatorsResourcesModule, exports: [i1.SkyI18nModule] });
76
+ SkyIndicatorsResourcesModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: SkyIndicatorsResourcesModule, providers: [
77
+ {
78
+ provide: i1.SKY_LIB_RESOURCES_PROVIDERS,
79
+ useClass: SkyIndicatorsResourcesProvider,
80
+ multi: true,
81
+ },
82
+ ], imports: [i1.SkyI18nModule] });
83
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: SkyIndicatorsResourcesModule, decorators: [{
84
+ type: i0.NgModule,
85
+ args: [{
86
+ exports: [i1.SkyI18nModule],
87
+ providers: [
88
+ {
89
+ provide: i1.SKY_LIB_RESOURCES_PROVIDERS,
90
+ useClass: SkyIndicatorsResourcesProvider,
91
+ multi: true,
92
+ },
93
+ ],
94
+ }]
95
+ }] });
111
96
 
112
97
  /*! *****************************************************************************
113
98
  Copyright (c) Microsoft Corporation.
@@ -468,15 +453,14 @@
468
453
  };
469
454
  return SkyIconResolverService;
470
455
  }());
471
- SkyIconResolverService.ɵprov = i0__namespace.ɵɵdefineInjectable({ factory: function SkyIconResolverService_Factory() { return new SkyIconResolverService(i0__namespace.ɵɵinject(i1__namespace.SkyThemeIconManifestService)); }, token: SkyIconResolverService, providedIn: "root" });
472
- SkyIconResolverService.decorators = [
473
- { type: i0.Injectable, args: [{
474
- providedIn: 'root'
475
- },] }
476
- ];
477
- SkyIconResolverService.ctorParameters = function () { return [
478
- { type: i1.SkyThemeIconManifestService }
479
- ]; };
456
+ SkyIconResolverService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: SkyIconResolverService, deps: [{ token: i1__namespace.SkyThemeIconManifestService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
457
+ SkyIconResolverService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: SkyIconResolverService, providedIn: 'root' });
458
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: SkyIconResolverService, decorators: [{
459
+ type: i0.Injectable,
460
+ args: [{
461
+ providedIn: 'root',
462
+ }]
463
+ }], ctorParameters: function () { return [{ type: i1__namespace.SkyThemeIconManifestService }]; } });
480
464
 
481
465
  /**
482
466
  * @internal
@@ -504,37 +488,86 @@
504
488
  };
505
489
  return SkyIconClassListPipe;
506
490
  }());
507
- SkyIconClassListPipe.decorators = [
508
- { type: i0.Pipe, args: [{
509
- name: 'skyIconClassList'
510
- },] }
511
- ];
512
- SkyIconClassListPipe.ctorParameters = function () { return [
513
- { type: SkyIconResolverService }
514
- ]; };
491
+ SkyIconClassListPipe.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: SkyIconClassListPipe, deps: [{ token: SkyIconResolverService }], target: i0__namespace.ɵɵFactoryTarget.Pipe });
492
+ SkyIconClassListPipe.ɵpipe = i0__namespace.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: SkyIconClassListPipe, name: "skyIconClassList" });
493
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: SkyIconClassListPipe, decorators: [{
494
+ type: i0.Pipe,
495
+ args: [{
496
+ name: 'skyIconClassList',
497
+ }]
498
+ }], ctorParameters: function () { return [{ type: SkyIconResolverService }]; } });
499
+
500
+ var SkyIconComponent = /** @class */ (function () {
501
+ function SkyIconComponent() {
502
+ /**
503
+ * Specifies the type of icon to display. Specifying `fa` will display a Font Awesome icon,
504
+ * while specifying `skyux` will display an icon from the custom SKY UX icon font. Note that
505
+ * the custom SKY UX icon font is currently in beta.
506
+ */
507
+ this.iconType = 'fa';
508
+ }
509
+ return SkyIconComponent;
510
+ }());
511
+ SkyIconComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: SkyIconComponent, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
512
+ SkyIconComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.13", type: SkyIconComponent, selector: "sky-icon", inputs: { icon: "icon", iconType: "iconType", size: "size", fixedWidth: "fixedWidth", variant: "variant" }, ngImport: i0__namespace, template: "<i\n *ngIf=\"icon\"\n aria-hidden=\"true\"\n class=\"sky-icon\"\n [ngClass]=\"icon | skyIconClassList: iconType:size:fixedWidth:variant\"\n>\n</i>\n", styles: [":host{display:inline-block}i{display:inherit}\n"], directives: [{ type: i1__namespace$1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i1__namespace$1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }], pipes: { "skyIconClassList": SkyIconClassListPipe }, changeDetection: i0__namespace.ChangeDetectionStrategy.OnPush });
513
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: SkyIconComponent, decorators: [{
514
+ type: i0.Component,
515
+ args: [{
516
+ selector: 'sky-icon',
517
+ templateUrl: './icon.component.html',
518
+ styleUrls: ['./icon.component.scss'],
519
+ changeDetection: i0.ChangeDetectionStrategy.OnPush,
520
+ }]
521
+ }], propDecorators: { icon: [{
522
+ type: i0.Input
523
+ }], iconType: [{
524
+ type: i0.Input
525
+ }], size: [{
526
+ type: i0.Input
527
+ }], fixedWidth: [{
528
+ type: i0.Input
529
+ }], variant: [{
530
+ type: i0.Input
531
+ }] } });
532
+
533
+ var SkyIconStackComponent = /** @class */ (function () {
534
+ function SkyIconStackComponent() {
535
+ }
536
+ return SkyIconStackComponent;
537
+ }());
538
+ SkyIconStackComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: SkyIconStackComponent, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
539
+ SkyIconStackComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.13", type: SkyIconStackComponent, selector: "sky-icon-stack", inputs: { size: "size", baseIcon: "baseIcon", topIcon: "topIcon" }, ngImport: i0__namespace, 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\n *ngIf=\"baseIcon\"\n class=\"sky-icon fa-stack-2x\"\n [ngClass]=\"baseIcon.icon | skyIconClassList: baseIcon.iconType\"\n ></i>\n <i\n *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}:host-context(.sky-theme-modern.sky-theme-mode-dark) .sky-icon-inverse{color:#121212}.sky-theme-modern.sky-theme-mode-dark .sky-icon-inverse{color:#121212}\n"], directives: [{ type: i1__namespace$1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { type: i1__namespace$1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], pipes: { "skyIconClassList": SkyIconClassListPipe } });
540
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: SkyIconStackComponent, decorators: [{
541
+ type: i0.Component,
542
+ args: [{
543
+ selector: 'sky-icon-stack',
544
+ templateUrl: './icon-stack.component.html',
545
+ styleUrls: ['./icon-stack.component.scss'],
546
+ }]
547
+ }], propDecorators: { size: [{
548
+ type: i0.Input
549
+ }], baseIcon: [{
550
+ type: i0.Input
551
+ }], topIcon: [{
552
+ type: i0.Input
553
+ }] } });
515
554
 
516
555
  var SkyIconModule = /** @class */ (function () {
517
556
  function SkyIconModule() {
518
557
  }
519
558
  return SkyIconModule;
520
559
  }());
521
- SkyIconModule.decorators = [
522
- { type: i0.NgModule, args: [{
523
- declarations: [
524
- SkyIconClassListPipe,
525
- SkyIconComponent,
526
- SkyIconStackComponent
527
- ],
528
- imports: [
529
- common.CommonModule,
530
- i1.SkyThemeIconManifestModule
531
- ],
532
- exports: [
533
- SkyIconComponent,
534
- SkyIconStackComponent
535
- ]
536
- },] }
537
- ];
560
+ SkyIconModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: SkyIconModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
561
+ SkyIconModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: SkyIconModule, declarations: [SkyIconClassListPipe, SkyIconComponent, SkyIconStackComponent], imports: [i1$2.CommonModule, i1$1.SkyThemeIconManifestModule], exports: [SkyIconComponent, SkyIconStackComponent] });
562
+ SkyIconModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: SkyIconModule, imports: [[i1$2.CommonModule, i1$1.SkyThemeIconManifestModule]] });
563
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: SkyIconModule, decorators: [{
564
+ type: i0.NgModule,
565
+ args: [{
566
+ declarations: [SkyIconClassListPipe, SkyIconComponent, SkyIconStackComponent],
567
+ imports: [i1$2.CommonModule, i1$1.SkyThemeIconManifestModule],
568
+ exports: [SkyIconComponent, SkyIconStackComponent],
569
+ }]
570
+ }] });
538
571
 
539
572
  /**
540
573
  * @internl
@@ -569,12 +602,12 @@
569
602
  defaultThemeIcon: icon,
570
603
  modernThemeBaseIcon: {
571
604
  icon: baseIcon,
572
- iconType: 'skyux'
605
+ iconType: 'skyux',
573
606
  },
574
607
  modernThemeTopIcon: {
575
608
  icon: topIcon,
576
- iconType: 'skyux'
577
- }
609
+ iconType: 'skyux',
610
+ },
578
611
  };
579
612
  };
580
613
  return SkyIndicatorIconUtility;
@@ -618,42 +651,57 @@
618
651
  };
619
652
  return SkyAlertComponent;
620
653
  }());
621
- SkyAlertComponent.decorators = [
622
- { type: i0.Component, args: [{
623
- selector: 'sky-alert',
624
- 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",
625
- styles: ["@charset \"UTF-8\";.sky-alert{padding:0 10px;margin-bottom:20px;border-left:solid 30px;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:#212327cc;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:\"\\f06a\";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:\"\\f00c\";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:\"\\f071\";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:\"\\f071\";font-family:FontAwesome;margin-left:-32px;margin-right:19px;color:#fff}.sky-alert-close{cursor:pointer;font-weight:bold;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-info:before,.sky-theme-modern .sky-alert-success:before,.sky-theme-modern .sky-alert-warning:before,.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,:host-context(.sky-theme-modern) .sky-alert-danger: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}\n"]
626
- },] }
627
- ];
628
- SkyAlertComponent.propDecorators = {
629
- alertType: [{ type: i0.Input }],
630
- closeable: [{ type: i0.Input }],
631
- closed: [{ type: i0.Input }],
632
- closedChange: [{ type: i0.Output }]
633
- };
654
+ SkyAlertComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: SkyAlertComponent, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
655
+ SkyAlertComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.13", type: SkyAlertComponent, selector: "sky-alert", inputs: { alertType: "alertType", closeable: "closeable", closed: "closed" }, outputs: { closedChange: "closedChange" }, ngImport: i0__namespace, 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 aria-hidden=\"true\" class=\"sky-alert-icon-theme-modern\">\n <sky-icon-stack [baseIcon]=\"alertBaseIcon\" [topIcon]=\"alertTopIcon\">\n </sky-icon-stack>\n </div>\n <div class=\"sky-alert-content\">\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 aria-hidden=\"true\">\n <sky-icon class=\"sky-alert-close-icon-theme-default\" icon=\"close\">\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:solid 30px;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:#212327cc;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:\"\\f06a\";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:\"\\f00c\";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:\"\\f071\";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:\"\\f071\";font-family:FontAwesome;margin-left:-32px;margin-right:19px;color:#fff}.sky-alert-close{cursor:pointer;font-weight:bold;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}:host-context(.sky-theme-modern) .sky-alert{border-left-width:7px}:host-context(.sky-theme-modern) .sky-alert .sky-alert-content{padding:15px}:host-context(.sky-theme-modern) .sky-alert.sky-alert-info{background-color:#c1e8fb}: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,:host-context(.sky-theme-modern) .sky-alert-danger:before{display:none}:host-context(.sky-theme-modern) .sky-alert-info .sky-alert-icon-theme-modern{color:#00b4f1}:host-context(.sky-theme-modern) .sky-alert-success .sky-alert-icon-theme-modern{color:#72bf44}:host-context(.sky-theme-modern) .sky-alert-warning .sky-alert-icon-theme-modern{color:#fbb034}:host-context(.sky-theme-modern) .sky-alert-danger .sky-alert-icon-theme-modern{color:#ef4044}:host-context(.sky-theme-modern) .sky-alert-icon-theme-modern{display:block}:host-context(.sky-theme-modern) .sky-alert-close-icon-theme-default{display:none}:host-context(.sky-theme-modern) .sky-alert-close-icon-theme-modern{display:inline}.sky-theme-modern .sky-alert{border-left-width:7px}.sky-theme-modern .sky-alert .sky-alert-content{padding:15px}.sky-theme-modern .sky-alert.sky-alert-info{background-color:#c1e8fb}.sky-theme-modern .sky-alert-info:before,.sky-theme-modern .sky-alert-success:before,.sky-theme-modern .sky-alert-warning:before,.sky-theme-modern .sky-alert-danger:before{display:none}.sky-theme-modern .sky-alert-info .sky-alert-icon-theme-modern{color:#00b4f1}.sky-theme-modern .sky-alert-success .sky-alert-icon-theme-modern{color:#72bf44}.sky-theme-modern .sky-alert-warning .sky-alert-icon-theme-modern{color:#fbb034}.sky-theme-modern .sky-alert-danger .sky-alert-icon-theme-modern{color:#ef4044}.sky-theme-modern .sky-alert-icon-theme-modern{display:block}.sky-theme-modern .sky-alert-close-icon-theme-default{display:none}.sky-theme-modern .sky-alert-close-icon-theme-modern{display:inline}\n"], components: [{ type: SkyIconStackComponent, selector: "sky-icon-stack", inputs: ["size", "baseIcon", "topIcon"] }, { type: SkyIconComponent, selector: "sky-icon", inputs: ["icon", "iconType", "size", "fixedWidth", "variant"] }], directives: [{ type: i1__namespace.λ2, selector: "[skyThemeClass]", inputs: ["class", "skyThemeClass"] }, { type: i1__namespace$1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }], pipes: { "skyLibResources": i1__namespace$2.SkyLibResourcesPipe } });
656
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: SkyAlertComponent, decorators: [{
657
+ type: i0.Component,
658
+ args: [{
659
+ selector: 'sky-alert',
660
+ styleUrls: ['./alert.component.scss'],
661
+ templateUrl: './alert.component.html',
662
+ }]
663
+ }], propDecorators: { alertType: [{
664
+ type: i0.Input
665
+ }], closeable: [{
666
+ type: i0.Input
667
+ }], closed: [{
668
+ type: i0.Input
669
+ }], closedChange: [{
670
+ type: i0.Output
671
+ }] } });
634
672
 
635
673
  var SkyAlertModule = /** @class */ (function () {
636
674
  function SkyAlertModule() {
637
675
  }
638
676
  return SkyAlertModule;
639
677
  }());
640
- SkyAlertModule.decorators = [
641
- { type: i0.NgModule, args: [{
642
- declarations: [
643
- SkyAlertComponent
644
- ],
645
- imports: [
646
- common.CommonModule,
647
- i18n.SkyI18nModule,
648
- SkyIconModule,
649
- SkyIndicatorsResourcesModule,
650
- i1.SkyThemeModule
651
- ],
652
- exports: [
653
- SkyAlertComponent
654
- ]
655
- },] }
656
- ];
678
+ SkyAlertModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: SkyAlertModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
679
+ SkyAlertModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: SkyAlertModule, declarations: [SkyAlertComponent], imports: [i1$2.CommonModule,
680
+ i1.SkyI18nModule,
681
+ SkyIconModule,
682
+ SkyIndicatorsResourcesModule,
683
+ i1$1.SkyThemeModule], exports: [SkyAlertComponent] });
684
+ SkyAlertModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: SkyAlertModule, imports: [[
685
+ i1$2.CommonModule,
686
+ i1.SkyI18nModule,
687
+ SkyIconModule,
688
+ SkyIndicatorsResourcesModule,
689
+ i1$1.SkyThemeModule,
690
+ ]] });
691
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: SkyAlertModule, decorators: [{
692
+ type: i0.NgModule,
693
+ args: [{
694
+ declarations: [SkyAlertComponent],
695
+ imports: [
696
+ i1$2.CommonModule,
697
+ i1.SkyI18nModule,
698
+ SkyIconModule,
699
+ SkyIndicatorsResourcesModule,
700
+ i1$1.SkyThemeModule,
701
+ ],
702
+ exports: [SkyAlertComponent],
703
+ }]
704
+ }] });
657
705
 
658
706
  var SkyChevronComponent = /** @class */ (function () {
659
707
  function SkyChevronComponent() {
@@ -668,40 +716,52 @@
668
716
  };
669
717
  return SkyChevronComponent;
670
718
  }());
671
- SkyChevronComponent.decorators = [
672
- { type: i0.Component, args: [{
673
- selector: 'sky-chevron',
674
- 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",
675
- styles: ["button{background:lightblue}.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 0;display:inline-block;height:10px;position:absolute;top:10px;transition:transform .25s,left .25s;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}.sky-theme-modern .sky-chevron-right,:host-context(.sky-theme-modern) .sky-chevron-right{border-radius:0 1px 1px 0}.sky-theme-modern .sky-chevron-left,:host-context(.sky-theme-modern) .sky-chevron-left{left:4px}.sky-theme-modern .sky-chevron-right,:host-context(.sky-theme-modern) .sky-chevron-right{left:10.5px}\n"]
676
- },] }
677
- ];
678
- SkyChevronComponent.propDecorators = {
679
- directionChange: [{ type: i0.Output }],
680
- direction: [{ type: i0.Input }],
681
- disabled: [{ type: i0.Input }]
682
- };
719
+ SkyChevronComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: SkyChevronComponent, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
720
+ SkyChevronComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.13", type: SkyChevronComponent, selector: "sky-chevron", inputs: { direction: "direction", disabled: "disabled" }, outputs: { directionChange: "directionChange" }, ngImport: i0__namespace, template: "<button\n class=\"sky-chevron\"\n type=\"button\"\n [attr.aria-label]=\"\n (direction === 'down' ? 'skyux_chevron_expand' : 'skyux_chevron_collapse')\n | skyLibResources\n \"\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 class=\"chevron-glyph-container\">\n <ng-container *ngTemplateOutlet=\"icon\"></ng-container>\n </span>\n </ng-container>\n</button>\n\n<ng-template #icon>\n <i aria-hidden=\"true\" class=\"sky-chevron-part sky-chevron-left\"> </i>\n <i aria-hidden=\"true\" class=\"sky-chevron-part sky-chevron-right\"> </i>\n</ng-template>\n", styles: ["button{background:lightblue}.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 0;display:inline-block;height:10px;position:absolute;top:10px;transition:transform .25s,left .25s;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)}:host-context(.sky-theme-modern) .sky-chevron{height:26px;width:26px}:host-context(.sky-theme-modern) .sky-chevron-part{background:#686c73;border:none;height:2px;width:11px;top:13px}:host-context(.sky-theme-modern) .chevron-glyph-container{transform:scale(.68);display:inline-block;position:absolute;top:3.5px;left:4px}:host-context(.sky-theme-modern) .sky-chevron-left{border-radius:1px 0 0 1px}:host-context(.sky-theme-modern) .sky-chevron-right{border-radius:0 1px 1px 0}:host-context(.sky-theme-modern) .sky-chevron-left{left:4px}:host-context(.sky-theme-modern) .sky-chevron-right{left:10.5px}.sky-theme-modern .sky-chevron{height:26px;width:26px}.sky-theme-modern .sky-chevron-part{background:#686c73;border:none;height:2px;width:11px;top:13px}.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{border-radius:1px 0 0 1px}.sky-theme-modern .sky-chevron-right{border-radius:0 1px 1px 0}.sky-theme-modern .sky-chevron-left{left:4px}.sky-theme-modern .sky-chevron-right{left:10.5px}\n"], directives: [{ type: i1__namespace$1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { type: i1__namespace.λ2, selector: "[skyThemeClass]", inputs: ["class", "skyThemeClass"] }, { type: i1__namespace.λ3, selector: "[skyThemeIf]", inputs: ["skyThemeIf"] }, { type: i1__namespace$1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }], pipes: { "skyLibResources": i1__namespace$2.SkyLibResourcesPipe } });
721
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: SkyChevronComponent, decorators: [{
722
+ type: i0.Component,
723
+ args: [{
724
+ selector: 'sky-chevron',
725
+ styleUrls: ['./chevron.component.scss'],
726
+ templateUrl: './chevron.component.html',
727
+ }]
728
+ }], propDecorators: { directionChange: [{
729
+ type: i0.Output
730
+ }], direction: [{
731
+ type: i0.Input
732
+ }], disabled: [{
733
+ type: i0.Input
734
+ }] } });
683
735
 
684
736
  var SkyChevronModule = /** @class */ (function () {
685
737
  function SkyChevronModule() {
686
738
  }
687
739
  return SkyChevronModule;
688
740
  }());
689
- SkyChevronModule.decorators = [
690
- { type: i0.NgModule, args: [{
691
- declarations: [
692
- SkyChevronComponent
693
- ],
694
- imports: [
695
- common.CommonModule,
696
- i18n.SkyI18nModule,
697
- SkyIndicatorsResourcesModule,
698
- i1.SkyThemeModule
699
- ],
700
- exports: [
701
- SkyChevronComponent
702
- ]
703
- },] }
704
- ];
741
+ SkyChevronModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: SkyChevronModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
742
+ SkyChevronModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: SkyChevronModule, declarations: [SkyChevronComponent], imports: [i1$2.CommonModule,
743
+ i1.SkyI18nModule,
744
+ SkyIndicatorsResourcesModule,
745
+ i1$1.SkyThemeModule], exports: [SkyChevronComponent] });
746
+ SkyChevronModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: SkyChevronModule, imports: [[
747
+ i1$2.CommonModule,
748
+ i1.SkyI18nModule,
749
+ SkyIndicatorsResourcesModule,
750
+ i1$1.SkyThemeModule,
751
+ ]] });
752
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: SkyChevronModule, decorators: [{
753
+ type: i0.NgModule,
754
+ args: [{
755
+ declarations: [SkyChevronComponent],
756
+ imports: [
757
+ i1$2.CommonModule,
758
+ i1.SkyI18nModule,
759
+ SkyIndicatorsResourcesModule,
760
+ i1$1.SkyThemeModule,
761
+ ],
762
+ exports: [SkyChevronComponent],
763
+ }]
764
+ }] });
705
765
 
706
766
  var SkyHelpInlineComponent = /** @class */ (function () {
707
767
  function SkyHelpInlineComponent() {
@@ -715,39 +775,51 @@
715
775
  };
716
776
  return SkyHelpInlineComponent;
717
777
  }());
718
- SkyHelpInlineComponent.decorators = [
719
- { type: i0.Component, args: [{
720
- selector: 'sky-help-inline',
721
- 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",
722
- 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 .15s;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}\n"]
723
- },] }
724
- ];
725
- SkyHelpInlineComponent.propDecorators = {
726
- actionClick: [{ type: i0.Output }]
727
- };
778
+ SkyHelpInlineComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: SkyHelpInlineComponent, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
779
+ SkyHelpInlineComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.13", type: SkyHelpInlineComponent, selector: "sky-help-inline", outputs: { actionClick: "actionClick" }, ngImport: i0__namespace, 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'\" icon=\"info-circle\"> </sky-icon>\n <sky-icon-stack\n *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 .15s;cursor:pointer}:host-context(.sky-theme-modern) .sky-help-inline ::ng-deep .fa-stack-2x{font-size:16px}:host-context(.sky-theme-modern) .sky-help-inline ::ng-deep .fa-stack-1x{font-size:10px}.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{font-size:10px}\n"], components: [{ type: SkyIconComponent, selector: "sky-icon", inputs: ["icon", "iconType", "size", "fixedWidth", "variant"] }, { type: SkyIconStackComponent, selector: "sky-icon-stack", inputs: ["size", "baseIcon", "topIcon"] }], directives: [{ type: i1__namespace.λ3, selector: "[skyThemeIf]", inputs: ["skyThemeIf"] }], pipes: { "skyLibResources": i1__namespace$2.SkyLibResourcesPipe } });
780
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: SkyHelpInlineComponent, decorators: [{
781
+ type: i0.Component,
782
+ args: [{
783
+ selector: 'sky-help-inline',
784
+ templateUrl: './help-inline.component.html',
785
+ styleUrls: ['./help-inline.component.scss'],
786
+ }]
787
+ }], propDecorators: { actionClick: [{
788
+ type: i0.Output
789
+ }] } });
728
790
 
729
791
  var SkyHelpInlineModule = /** @class */ (function () {
730
792
  function SkyHelpInlineModule() {
731
793
  }
732
794
  return SkyHelpInlineModule;
733
795
  }());
734
- SkyHelpInlineModule.decorators = [
735
- { type: i0.NgModule, args: [{
736
- declarations: [
737
- SkyHelpInlineComponent
738
- ],
739
- imports: [
740
- common.CommonModule,
741
- i18n.SkyI18nModule,
742
- SkyIconModule,
743
- SkyIndicatorsResourcesModule,
744
- i1.SkyThemeModule
745
- ],
746
- exports: [
747
- SkyHelpInlineComponent
748
- ]
749
- },] }
750
- ];
796
+ SkyHelpInlineModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: SkyHelpInlineModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
797
+ SkyHelpInlineModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: SkyHelpInlineModule, declarations: [SkyHelpInlineComponent], imports: [i1$2.CommonModule,
798
+ i1.SkyI18nModule,
799
+ SkyIconModule,
800
+ SkyIndicatorsResourcesModule,
801
+ i1$1.SkyThemeModule], exports: [SkyHelpInlineComponent] });
802
+ SkyHelpInlineModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: SkyHelpInlineModule, imports: [[
803
+ i1$2.CommonModule,
804
+ i1.SkyI18nModule,
805
+ SkyIconModule,
806
+ SkyIndicatorsResourcesModule,
807
+ i1$1.SkyThemeModule,
808
+ ]] });
809
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: SkyHelpInlineModule, decorators: [{
810
+ type: i0.NgModule,
811
+ args: [{
812
+ declarations: [SkyHelpInlineComponent],
813
+ imports: [
814
+ i1$2.CommonModule,
815
+ i1.SkyI18nModule,
816
+ SkyIconModule,
817
+ SkyIndicatorsResourcesModule,
818
+ i1$1.SkyThemeModule,
819
+ ],
820
+ exports: [SkyHelpInlineComponent],
821
+ }]
822
+ }] });
751
823
 
752
824
  /**
753
825
  * Specifies a label to display in smaller, plain text under or beside the value.
@@ -758,12 +830,15 @@
758
830
  }
759
831
  return SkyKeyInfoLabelComponent;
760
832
  }());
761
- SkyKeyInfoLabelComponent.decorators = [
762
- { type: i0.Component, args: [{
763
- selector: 'sky-key-info-label',
764
- template: '<ng-content></ng-content>'
765
- },] }
766
- ];
833
+ SkyKeyInfoLabelComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: SkyKeyInfoLabelComponent, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
834
+ SkyKeyInfoLabelComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.13", type: SkyKeyInfoLabelComponent, selector: "sky-key-info-label", ngImport: i0__namespace, template: '<ng-content></ng-content>', isInline: true });
835
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: SkyKeyInfoLabelComponent, decorators: [{
836
+ type: i0.Component,
837
+ args: [{
838
+ selector: 'sky-key-info-label',
839
+ template: '<ng-content></ng-content>',
840
+ }]
841
+ }] });
767
842
 
768
843
  /**
769
844
  * Specifies a value to display in larger, bold text.
@@ -774,12 +849,15 @@
774
849
  }
775
850
  return SkyKeyInfoValueComponent;
776
851
  }());
777
- SkyKeyInfoValueComponent.decorators = [
778
- { type: i0.Component, args: [{
779
- selector: 'sky-key-info-value',
780
- template: '<ng-content></ng-content>'
781
- },] }
782
- ];
852
+ SkyKeyInfoValueComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: SkyKeyInfoValueComponent, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
853
+ SkyKeyInfoValueComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.13", type: SkyKeyInfoValueComponent, selector: "sky-key-info-value", ngImport: i0__namespace, template: '<ng-content></ng-content>', isInline: true });
854
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: SkyKeyInfoValueComponent, decorators: [{
855
+ type: i0.Component,
856
+ args: [{
857
+ selector: 'sky-key-info-value',
858
+ template: '<ng-content></ng-content>',
859
+ }]
860
+ }] });
783
861
 
784
862
  var SkyKeyInfoComponent = /** @class */ (function () {
785
863
  function SkyKeyInfoComponent() {
@@ -792,39 +870,47 @@
792
870
  }
793
871
  return SkyKeyInfoComponent;
794
872
  }());
795
- SkyKeyInfoComponent.decorators = [
796
- { type: i0.Component, args: [{
797
- selector: 'sky-key-info',
798
- 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",
799
- styles: [".sky-key-info{display:inline-block}.sky-key-info.sky-key-info-horizontal .sky-key-info-value,.sky-key-info.sky-key-info-horizontal .sky-key-info-label{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}\n"]
800
- },] }
801
- ];
802
- SkyKeyInfoComponent.propDecorators = {
803
- layout: [{ type: i0.Input }]
804
- };
873
+ SkyKeyInfoComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: SkyKeyInfoComponent, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
874
+ SkyKeyInfoComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.13", type: SkyKeyInfoComponent, selector: "sky-key-info", inputs: { layout: "layout" }, ngImport: i0__namespace, template: "<div\n class=\"sky-key-info\"\n [ngClass]=\"{\n 'sky-key-info-horizontal': layout === 'horizontal'\n }\"\n>\n <div class=\"sky-key-info-value sky-headline\">\n <ng-content select=\"sky-key-info-value\"> </ng-content>\n </div>\n <div class=\"sky-key-info-label sky-field-label sky-font-data-label\">\n <ng-content select=\"sky-key-info-label\"> </ng-content>\n </div>\n</div>\n", styles: [".sky-key-info{display:inline-block}.sky-key-info.sky-key-info-horizontal .sky-key-info-value,.sky-key-info.sky-key-info-horizontal .sky-key-info-label{display:inline-block}.sky-key-info.sky-key-info-horizontal .sky-key-info-label{padding:0 0 0 5px}:host-context(.sky-theme-modern) .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{padding:0 0 0 5px}\n"], directives: [{ type: i1__namespace$1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }] });
875
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: SkyKeyInfoComponent, decorators: [{
876
+ type: i0.Component,
877
+ args: [{
878
+ selector: 'sky-key-info',
879
+ templateUrl: './key-info.component.html',
880
+ styleUrls: ['./key-info.component.scss'],
881
+ }]
882
+ }], propDecorators: { layout: [{
883
+ type: i0.Input
884
+ }] } });
805
885
 
806
886
  var SkyKeyInfoModule = /** @class */ (function () {
807
887
  function SkyKeyInfoModule() {
808
888
  }
809
889
  return SkyKeyInfoModule;
810
890
  }());
811
- SkyKeyInfoModule.decorators = [
812
- { type: i0.NgModule, args: [{
813
- declarations: [
814
- SkyKeyInfoComponent,
815
- SkyKeyInfoLabelComponent,
816
- SkyKeyInfoValueComponent
817
- ],
818
- imports: [
819
- common.CommonModule
820
- ],
821
- exports: [
822
- SkyKeyInfoComponent,
823
- SkyKeyInfoLabelComponent,
824
- SkyKeyInfoValueComponent
825
- ]
826
- },] }
827
- ];
891
+ SkyKeyInfoModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: SkyKeyInfoModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
892
+ SkyKeyInfoModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: SkyKeyInfoModule, declarations: [SkyKeyInfoComponent,
893
+ SkyKeyInfoLabelComponent,
894
+ SkyKeyInfoValueComponent], imports: [i1$2.CommonModule], exports: [SkyKeyInfoComponent,
895
+ SkyKeyInfoLabelComponent,
896
+ SkyKeyInfoValueComponent] });
897
+ SkyKeyInfoModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: SkyKeyInfoModule, imports: [[i1$2.CommonModule]] });
898
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: SkyKeyInfoModule, decorators: [{
899
+ type: i0.NgModule,
900
+ args: [{
901
+ declarations: [
902
+ SkyKeyInfoComponent,
903
+ SkyKeyInfoLabelComponent,
904
+ SkyKeyInfoValueComponent,
905
+ ],
906
+ imports: [i1$2.CommonModule],
907
+ exports: [
908
+ SkyKeyInfoComponent,
909
+ SkyKeyInfoLabelComponent,
910
+ SkyKeyInfoValueComponent,
911
+ ],
912
+ }]
913
+ }] });
828
914
 
829
915
  var SkyLabelComponent = /** @class */ (function () {
830
916
  function SkyLabelComponent() {
@@ -852,36 +938,35 @@
852
938
  };
853
939
  return SkyLabelComponent;
854
940
  }());
855
- SkyLabelComponent.decorators = [
856
- { type: i0.Component, args: [{
857
- selector: 'sky-label',
858
- 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",
859
- 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-warning,.sky-theme-modern .sky-label.sky-label-danger,:host-context(.sky-theme-modern) .sky-label.sky-label-warning,:host-context(.sky-theme-modern) .sky-label.sky-label-danger{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}\n"]
860
- },] }
861
- ];
862
- SkyLabelComponent.propDecorators = {
863
- labelType: [{ type: i0.Input }]
864
- };
941
+ SkyLabelComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: SkyLabelComponent, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
942
+ SkyLabelComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.13", type: SkyLabelComponent, selector: "sky-label", inputs: { labelType: "labelType" }, ngImport: i0__namespace, template: "<span class=\"sky-label\" [ngClass]=\"'sky-label-' + labelType\">\n <span class=\"sky-label-icon-theme-default\">\n <sky-icon [icon]=\"icon\"></sky-icon>\n </span>\n <span class=\"sky-label-icon-theme-modern\">\n <sky-icon-stack size=\"xs\" [baseIcon]=\"baseIcon\" [topIcon]=\"topIcon\">\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}:host-context(.sky-theme-modern) .sky-label{align-items:center;display:inline-flex;line-height:1}:host-context(.sky-theme-modern) .sky-label.sky-label-info{background-color:#c1e8fb}: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}:host-context(.sky-theme-modern) .sky-label.sky-label-warning,:host-context(.sky-theme-modern) .sky-label.sky-label-danger{padding:4px 15px 4px 9px}:host-context(.sky-theme-modern) .sky-label-icon-theme-default{display:none}:host-context(.sky-theme-modern) .sky-label-icon-theme-modern{display:block}:host-context(.sky-theme-modern) .sky-label-info .sky-label-icon-theme-modern{color:#00b4f1}:host-context(.sky-theme-modern) .sky-label-success .sky-label-icon-theme-modern{color:#72bf44}:host-context(.sky-theme-modern) .sky-label-warning .sky-label-icon-theme-modern{color:#fbb034}:host-context(.sky-theme-modern) .sky-label-danger .sky-label-icon-theme-modern{color:#ef4044}.sky-theme-modern .sky-label{align-items:center;display:inline-flex;line-height:1}.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{padding:4px 15px 4px 6px}.sky-theme-modern .sky-label.sky-label-warning,.sky-theme-modern .sky-label.sky-label-danger{padding:4px 15px 4px 9px}.sky-theme-modern .sky-label-icon-theme-default{display:none}.sky-theme-modern .sky-label-icon-theme-modern{display:block}.sky-theme-modern .sky-label-info .sky-label-icon-theme-modern{color:#00b4f1}.sky-theme-modern .sky-label-success .sky-label-icon-theme-modern{color:#72bf44}.sky-theme-modern .sky-label-warning .sky-label-icon-theme-modern{color:#fbb034}.sky-theme-modern .sky-label-danger .sky-label-icon-theme-modern{color:#ef4044}\n"], components: [{ type: SkyIconComponent, selector: "sky-icon", inputs: ["icon", "iconType", "size", "fixedWidth", "variant"] }, { type: SkyIconStackComponent, selector: "sky-icon-stack", inputs: ["size", "baseIcon", "topIcon"] }], directives: [{ type: i1__namespace$1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }] });
943
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: SkyLabelComponent, decorators: [{
944
+ type: i0.Component,
945
+ args: [{
946
+ selector: 'sky-label',
947
+ templateUrl: './label.component.html',
948
+ styleUrls: ['./label.component.scss'],
949
+ }]
950
+ }], propDecorators: { labelType: [{
951
+ type: i0.Input
952
+ }] } });
865
953
 
866
954
  var SkyLabelModule = /** @class */ (function () {
867
955
  function SkyLabelModule() {
868
956
  }
869
957
  return SkyLabelModule;
870
958
  }());
871
- SkyLabelModule.decorators = [
872
- { type: i0.NgModule, args: [{
873
- declarations: [
874
- SkyLabelComponent
875
- ],
876
- imports: [
877
- common.CommonModule,
878
- SkyIconModule
879
- ],
880
- exports: [
881
- SkyLabelComponent
882
- ]
883
- },] }
884
- ];
959
+ SkyLabelModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: SkyLabelModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
960
+ SkyLabelModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: SkyLabelModule, declarations: [SkyLabelComponent], imports: [i1$2.CommonModule, SkyIconModule], exports: [SkyLabelComponent] });
961
+ SkyLabelModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: SkyLabelModule, imports: [[i1$2.CommonModule, SkyIconModule]] });
962
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: SkyLabelModule, decorators: [{
963
+ type: i0.NgModule,
964
+ args: [{
965
+ declarations: [SkyLabelComponent],
966
+ imports: [i1$2.CommonModule, SkyIconModule],
967
+ exports: [SkyLabelComponent],
968
+ }]
969
+ }] });
885
970
 
886
971
  var INDICATOR_TYPE_DEFAULT = 'warning';
887
972
  var SkyStatusIndicatorComponent = /** @class */ (function () {
@@ -954,7 +1039,10 @@
954
1039
  this.descriptionComputed = this.customDescription;
955
1040
  break;
956
1041
  default:
957
- this.resources.getString('skyux_status_indicator_sr_' + this.descriptionType.replace(/-/g, '_')).subscribe(function (value) {
1042
+ this.resources
1043
+ .getString('skyux_status_indicator_sr_' +
1044
+ this.descriptionType.replace(/-/g, '_'))
1045
+ .subscribe(function (value) {
958
1046
  _this.descriptionComputed = value;
959
1047
  _this.changeDetector.markForCheck();
960
1048
  });
@@ -967,45 +1055,53 @@
967
1055
  };
968
1056
  return SkyStatusIndicatorComponent;
969
1057
  }());
970
- SkyStatusIndicatorComponent.decorators = [
971
- { type: i0.Component, args: [{
972
- selector: 'sky-status-indicator',
973
- 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",
974
- changeDetection: i0.ChangeDetectionStrategy.OnPush,
975
- 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}\n"]
976
- },] }
977
- ];
978
- SkyStatusIndicatorComponent.ctorParameters = function () { return [
979
- { type: i0.ChangeDetectorRef },
980
- { type: i18n.SkyLibResourcesService }
981
- ]; };
982
- SkyStatusIndicatorComponent.propDecorators = {
983
- indicatorType: [{ type: i0.Input }],
984
- descriptionType: [{ type: i0.Input }],
985
- customDescription: [{ type: i0.Input }]
986
- };
1058
+ SkyStatusIndicatorComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: SkyStatusIndicatorComponent, deps: [{ token: i0__namespace.ChangeDetectorRef }, { token: i1__namespace$2.SkyLibResourcesService }], target: i0__namespace.ɵɵFactoryTarget.Component });
1059
+ SkyStatusIndicatorComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.13", type: SkyStatusIndicatorComponent, selector: "sky-status-indicator", inputs: { indicatorType: "indicatorType", descriptionType: "descriptionType", customDescription: "customDescription" }, ngImport: i0__namespace, template: "<div *ngIf=\"descriptionType\" class=\"sky-status-indicator\">\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 class=\"sky-status-indicator-icon-default\">\n <sky-icon [icon]=\"icon\"></sky-icon>\n </span>\n <span class=\"sky-status-indicator-icon-modern\">\n <sky-icon-stack size=\"xs\" [baseIcon]=\"baseIcon\" [topIcon]=\"topIcon\">\n </sky-icon-stack>\n </span>\n </div>\n <div class=\"sky-status-indicator-message-wrapper\">\n <span *ngIf=\"descriptionComputed\" class=\"sky-screen-reader-only\">\n {{ descriptionComputed }}\n </span>\n <span class=\"sky-status-indicator-message\">\n <ng-content></ng-content>\n </span>\n </div>\n</div>\n", 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}:host-context(.sky-theme-modern) .sky-status-indicator-icon-default{display:none}:host-context(.sky-theme-modern) .sky-status-indicator-icon-modern{display:inline}.sky-theme-modern .sky-status-indicator-icon-default{display:none}.sky-theme-modern .sky-status-indicator-icon-modern{display:inline}\n"], components: [{ type: SkyIconComponent, selector: "sky-icon", inputs: ["icon", "iconType", "size", "fixedWidth", "variant"] }, { type: SkyIconStackComponent, selector: "sky-icon-stack", inputs: ["size", "baseIcon", "topIcon"] }], directives: [{ type: i1__namespace$1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i1__namespace$1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }], changeDetection: i0__namespace.ChangeDetectionStrategy.OnPush });
1060
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: SkyStatusIndicatorComponent, decorators: [{
1061
+ type: i0.Component,
1062
+ args: [{
1063
+ selector: 'sky-status-indicator',
1064
+ templateUrl: './status-indicator.component.html',
1065
+ styleUrls: ['./status-indicator.component.scss'],
1066
+ changeDetection: i0.ChangeDetectionStrategy.OnPush,
1067
+ }]
1068
+ }], ctorParameters: function () { return [{ type: i0__namespace.ChangeDetectorRef }, { type: i1__namespace$2.SkyLibResourcesService }]; }, propDecorators: { indicatorType: [{
1069
+ type: i0.Input
1070
+ }], descriptionType: [{
1071
+ type: i0.Input
1072
+ }], customDescription: [{
1073
+ type: i0.Input
1074
+ }] } });
987
1075
 
988
1076
  var SkyStatusIndicatorModule = /** @class */ (function () {
989
1077
  function SkyStatusIndicatorModule() {
990
1078
  }
991
1079
  return SkyStatusIndicatorModule;
992
1080
  }());
993
- SkyStatusIndicatorModule.decorators = [
994
- { type: i0.NgModule, args: [{
995
- declarations: [
996
- SkyStatusIndicatorComponent
997
- ],
998
- imports: [
999
- common.CommonModule,
1000
- i18n.SkyI18nModule,
1001
- SkyIconModule,
1002
- SkyIndicatorsResourcesModule
1003
- ],
1004
- exports: [
1005
- SkyStatusIndicatorComponent
1006
- ]
1007
- },] }
1008
- ];
1081
+ SkyStatusIndicatorModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: SkyStatusIndicatorModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
1082
+ SkyStatusIndicatorModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: SkyStatusIndicatorModule, declarations: [SkyStatusIndicatorComponent], imports: [i1$2.CommonModule,
1083
+ i1.SkyI18nModule,
1084
+ SkyIconModule,
1085
+ SkyIndicatorsResourcesModule], exports: [SkyStatusIndicatorComponent] });
1086
+ SkyStatusIndicatorModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: SkyStatusIndicatorModule, imports: [[
1087
+ i1$2.CommonModule,
1088
+ i1.SkyI18nModule,
1089
+ SkyIconModule,
1090
+ SkyIndicatorsResourcesModule,
1091
+ ]] });
1092
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: SkyStatusIndicatorModule, decorators: [{
1093
+ type: i0.NgModule,
1094
+ args: [{
1095
+ declarations: [SkyStatusIndicatorComponent],
1096
+ imports: [
1097
+ i1$2.CommonModule,
1098
+ i1.SkyI18nModule,
1099
+ SkyIconModule,
1100
+ SkyIndicatorsResourcesModule,
1101
+ ],
1102
+ exports: [SkyStatusIndicatorComponent],
1103
+ }]
1104
+ }] });
1009
1105
 
1010
1106
  var className = 'sky-highlight-mark';
1011
1107
  // Need to add the following to classes which contain static methods.
@@ -1067,7 +1163,11 @@
1067
1163
  SkyTextHighlightDirective.prototype.observeDom = function () {
1068
1164
  /* istanbul ignore else */
1069
1165
  if (this.observer) {
1070
- var config = { attributes: false, childList: true, characterData: true };
1166
+ var config = {
1167
+ attributes: false,
1168
+ childList: true,
1169
+ characterData: true,
1170
+ };
1071
1171
  this.observer.observe(this.el.nativeElement, config);
1072
1172
  }
1073
1173
  };
@@ -1126,37 +1226,33 @@
1126
1226
  };
1127
1227
  return SkyTextHighlightDirective;
1128
1228
  }());
1129
- SkyTextHighlightDirective.decorators = [
1130
- { type: i0.Directive, args: [{
1131
- selector: '[skyHighlight]'
1132
- },] }
1133
- ];
1134
- SkyTextHighlightDirective.ctorParameters = function () { return [
1135
- { type: i0.ElementRef },
1136
- { type: i2.MutationObserverService }
1137
- ]; };
1138
- SkyTextHighlightDirective.propDecorators = {
1139
- skyHighlight: [{ type: i0.Input }]
1140
- };
1229
+ SkyTextHighlightDirective.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: SkyTextHighlightDirective, deps: [{ token: i0__namespace.ElementRef }, { token: i1__namespace$3.MutationObserverService }], target: i0__namespace.ɵɵFactoryTarget.Directive });
1230
+ SkyTextHighlightDirective.ɵdir = i0__namespace.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.13", type: SkyTextHighlightDirective, selector: "[skyHighlight]", inputs: { skyHighlight: "skyHighlight" }, usesOnChanges: true, ngImport: i0__namespace });
1231
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: SkyTextHighlightDirective, decorators: [{
1232
+ type: i0.Directive,
1233
+ args: [{
1234
+ selector: '[skyHighlight]',
1235
+ }]
1236
+ }], ctorParameters: function () { return [{ type: i0__namespace.ElementRef }, { type: i1__namespace$3.MutationObserverService }]; }, propDecorators: { skyHighlight: [{
1237
+ type: i0.Input
1238
+ }] } });
1141
1239
 
1142
1240
  var SkyTextHighlightModule = /** @class */ (function () {
1143
1241
  function SkyTextHighlightModule() {
1144
1242
  }
1145
1243
  return SkyTextHighlightModule;
1146
1244
  }());
1147
- SkyTextHighlightModule.decorators = [
1148
- { type: i0.NgModule, args: [{
1149
- declarations: [
1150
- SkyTextHighlightDirective
1151
- ],
1152
- exports: [
1153
- SkyTextHighlightDirective
1154
- ],
1155
- providers: [
1156
- i2.MutationObserverService
1157
- ]
1158
- },] }
1159
- ];
1245
+ SkyTextHighlightModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: SkyTextHighlightModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
1246
+ SkyTextHighlightModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: SkyTextHighlightModule, declarations: [SkyTextHighlightDirective], exports: [SkyTextHighlightDirective] });
1247
+ SkyTextHighlightModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: SkyTextHighlightModule, providers: [i1$3.MutationObserverService] });
1248
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: SkyTextHighlightModule, decorators: [{
1249
+ type: i0.NgModule,
1250
+ args: [{
1251
+ declarations: [SkyTextHighlightDirective],
1252
+ exports: [SkyTextHighlightDirective],
1253
+ providers: [i1$3.MutationObserverService],
1254
+ }]
1255
+ }] });
1160
1256
 
1161
1257
  var SkyTokenComponent = /** @class */ (function () {
1162
1258
  function SkyTokenComponent(elementRef, resourcesService) {
@@ -1189,7 +1285,7 @@
1189
1285
  });
1190
1286
  Object.defineProperty(SkyTokenComponent.prototype, "ariaLabel", {
1191
1287
  get: function () {
1192
- return this._ariaLabel || this.getString('skyux_tokens_dismiss_button_title');
1288
+ return (this._ariaLabel || this.getString('skyux_tokens_dismiss_button_title'));
1193
1289
  },
1194
1290
  /**
1195
1291
  * Specifies an ARIA label for the token's close button. This sets the button's `aria-label`
@@ -1219,7 +1315,7 @@
1219
1315
  });
1220
1316
  Object.defineProperty(SkyTokenComponent.prototype, "focusable", {
1221
1317
  get: function () {
1222
- return (this._focusable !== false);
1318
+ return this._focusable !== false;
1223
1319
  },
1224
1320
  /**
1225
1321
  * Indicates whether users can press the `Tab` key to place focus on the token. This does not
@@ -1237,7 +1333,7 @@
1237
1333
  * @internal
1238
1334
  */
1239
1335
  get: function () {
1240
- return (this.focusable) ? 0 : -1;
1336
+ return this.focusable ? 0 : -1;
1241
1337
  },
1242
1338
  enumerable: false,
1243
1339
  configurable: true
@@ -1255,26 +1351,29 @@
1255
1351
  };
1256
1352
  return SkyTokenComponent;
1257
1353
  }());
1258
- SkyTokenComponent.decorators = [
1259
- { type: i0.Component, args: [{
1260
- selector: 'sky-token',
1261
- 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",
1262
- changeDetection: i0.ChangeDetectionStrategy.OnPush,
1263
- 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:hover,.sky-token:focus{background-color:#91d6f8;border-color:#008ebe;cursor:pointer}.sky-token:focus{box-shadow:0 0 8px #00b4f199;border:1px solid #00b4f1;outline:none}.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:transparent;padding:0;border:0;margin-left:2px;opacity:.9}.sky-token-btn-close:hover,.sky-token-btn-close:focus{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 #0000004d}.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:none}.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 #0000004d}.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}\n"]
1264
- },] }
1265
- ];
1266
- SkyTokenComponent.ctorParameters = function () { return [
1267
- { type: i0.ElementRef },
1268
- { type: i18n.SkyLibResourcesService }
1269
- ]; };
1270
- SkyTokenComponent.propDecorators = {
1271
- disabled: [{ type: i0.Input }],
1272
- ariaLabel: [{ type: i0.Input }],
1273
- dismissible: [{ type: i0.Input }],
1274
- focusable: [{ type: i0.Input }],
1275
- dismiss: [{ type: i0.Output }],
1276
- tokenFocus: [{ type: i0.Output }]
1277
- };
1354
+ SkyTokenComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: SkyTokenComponent, deps: [{ token: i0__namespace.ElementRef }, { token: i1__namespace$2.SkyLibResourcesService }], target: i0__namespace.ɵɵFactoryTarget.Component });
1355
+ SkyTokenComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.13", type: SkyTokenComponent, selector: "sky-token", inputs: { disabled: "disabled", ariaLabel: "ariaLabel", dismissible: "dismissible", focusable: "focusable" }, outputs: { dismiss: "dismiss", tokenFocus: "tokenFocus" }, ngImport: i0__namespace, 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> </ng-content>\n <button\n *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 class=\"sky-token-btn-close-icon-default\" icon=\"times\"> </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", styles: [".sky-token{background-color:#c1e8fb;border:1px solid #00b4f1;overflow:hidden;padding:2px 8px;display:inline-block;-webkit-user-select:none;user-select:none}.sky-token:hover,.sky-token:focus{background-color:#91d6f8;border-color:#008ebe;cursor:pointer}.sky-token:focus{box-shadow:0 0 8px #00b4f199;border:1px solid #00b4f1;outline:none}.sky-btn-disabled{cursor:default;-webkit-user-select:none;user-select:none}.sky-token-btn-close{background:transparent;padding:0;border:0;margin-left:2px;opacity:.9}.sky-token-btn-close:hover,.sky-token-btn-close:focus{opacity:1}.sky-token-btn-close-icon-modern{display:none}:host-context(.sky-theme-modern) .sky-token{align-items:center;display:inline-flex;padding:1px 5px;font-size:14px}:host-context(.sky-theme-modern) .sky-token.sky-btn-disabled{color:#212327}:host-context(.sky-theme-modern) .sky-token:not(.sky-btn-disabled){border:none;box-shadow:inset 0 0 0 1px #81d4f7}:host-context(.sky-theme-modern) .sky-token.sky-token-dismissable{padding-right:1px}:host-context(.sky-theme-modern) .sky-token:hover:not(:active){border:none;box-shadow:inset 0 0 0 1px #1870b8}:host-context(.sky-theme-modern) .sky-token.sky-token-active{border:none;box-shadow:inset 0 0 0 2px #1870b8}:host-context(.sky-theme-modern) .sky-token:focus:not(:active){border:none;box-shadow:inset 0 0 0 2px #1870b8,0 1px 3px #0000004d}:host-context(.sky-theme-modern) .sky-token:focus,:host-context(.sky-theme-modern) .sky-token:hover{background-color:#c1e8fb}:host-context(.sky-theme-modern) .sky-token-btn-close{align-items:center;border-radius:5px;display:flex;height:20px;margin-left:5px;width:20px}:host-context(.sky-theme-modern) .sky-token-btn-close:hover{border:none;box-shadow:inset 0 0 0 1px transparent}:host-context(.sky-theme-modern) .sky-token-btn-close.sky-token-btn-close-active{border:none;box-shadow:inset 0 0 0 2px #1870b8}:host-context(.sky-theme-modern) .sky-token-btn-close:focus{outline:none}: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 #0000004d}:host-context(.sky-theme-modern) .sky-token-btn-close-icon-default{display:none}:host-context(.sky-theme-modern) .sky-token-btn-close-icon-modern{display:inline-block;width:100%}.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{color:#212327}.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{padding-right:1px}.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{border:none;box-shadow:inset 0 0 0 2px #1870b8}.sky-theme-modern .sky-token:focus:not(:active){border:none;box-shadow:inset 0 0 0 2px #1870b8,0 1px 3px #0000004d}.sky-theme-modern .sky-token:focus,.sky-theme-modern .sky-token:hover{background-color:#c1e8fb}.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{border:none;box-shadow:inset 0 0 0 1px transparent}.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{outline:none}.sky-theme-modern .sky-token-btn-close:focus:not(:active){border:none;box-shadow:inset 0 0 0 2px #1870b8,0 1px 3px #0000004d}.sky-theme-modern .sky-token-btn-close-icon-default{display:none}.sky-theme-modern .sky-token-btn-close-icon-modern{display:inline-block;width:100%}:host-context(.sky-theme-modern.sky-theme-mode-dark) .sky-token{background-color:#c1e8fb}: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}.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{color:#212327}\n"], components: [{ type: SkyIconComponent, selector: "sky-icon", inputs: ["icon", "iconType", "size", "fixedWidth", "variant"] }], directives: [{ type: i1__namespace$1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { type: i1__namespace$1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], changeDetection: i0__namespace.ChangeDetectionStrategy.OnPush });
1356
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: SkyTokenComponent, decorators: [{
1357
+ type: i0.Component,
1358
+ args: [{
1359
+ selector: 'sky-token',
1360
+ templateUrl: './token.component.html',
1361
+ styleUrls: ['./token.component.scss'],
1362
+ changeDetection: i0.ChangeDetectionStrategy.OnPush,
1363
+ }]
1364
+ }], ctorParameters: function () { return [{ type: i0__namespace.ElementRef }, { type: i1__namespace$2.SkyLibResourcesService }]; }, propDecorators: { disabled: [{
1365
+ type: i0.Input
1366
+ }], ariaLabel: [{
1367
+ type: i0.Input
1368
+ }], dismissible: [{
1369
+ type: i0.Input
1370
+ }], focusable: [{
1371
+ type: i0.Input
1372
+ }], dismiss: [{
1373
+ type: i0.Output
1374
+ }], tokenFocus: [{
1375
+ type: i0.Output
1376
+ }] } });
1278
1377
 
1279
1378
  exports.SkyTokensMessageType = void 0;
1280
1379
  (function (SkyTokensMessageType) {
@@ -1352,7 +1451,7 @@
1352
1451
  });
1353
1452
  Object.defineProperty(SkyTokensComponent.prototype, "dismissible", {
1354
1453
  get: function () {
1355
- return (this._dismissible !== false);
1454
+ return this._dismissible !== false;
1356
1455
  },
1357
1456
  /**
1358
1457
  * Indicates whether users can remove tokens from the list by selecting their close buttons
@@ -1381,7 +1480,7 @@
1381
1480
  });
1382
1481
  Object.defineProperty(SkyTokensComponent.prototype, "focusable", {
1383
1482
  get: function () {
1384
- return (this._focusable !== false);
1483
+ return this._focusable !== false;
1385
1484
  },
1386
1485
  /**
1387
1486
  * Indicates whether users can focus on items in the list using the `Tab` key.
@@ -1461,12 +1560,16 @@
1461
1560
  switch (event.key) {
1462
1561
  case 'Left':
1463
1562
  case 'ArrowLeft':
1464
- this.messageStream.next({ type: exports.SkyTokensMessageType.FocusPreviousToken });
1563
+ this.messageStream.next({
1564
+ type: exports.SkyTokensMessageType.FocusPreviousToken,
1565
+ });
1465
1566
  event.preventDefault();
1466
1567
  break;
1467
1568
  case 'Right':
1468
1569
  case 'ArrowRight':
1469
- this.messageStream.next({ type: exports.SkyTokensMessageType.FocusNextToken });
1570
+ this.messageStream.next({
1571
+ type: exports.SkyTokensMessageType.FocusNextToken,
1572
+ });
1470
1573
  event.preventDefault();
1471
1574
  break;
1472
1575
  }
@@ -1495,9 +1598,8 @@
1495
1598
  };
1496
1599
  SkyTokensComponent.prototype.focusActiveToken = function () {
1497
1600
  var _this = this;
1498
- var tokenComponent = this.tokenComponents
1499
- .find(function (_comp, i) {
1500
- return (_this.activeIndex === i);
1601
+ var tokenComponent = this.tokenComponents.find(function (_comp, i) {
1602
+ return _this.activeIndex === i;
1501
1603
  });
1502
1604
  if (tokenComponent) {
1503
1605
  tokenComponent.focusElement();
@@ -1541,83 +1643,118 @@
1541
1643
  };
1542
1644
  SkyTokensComponent.prototype.notifyTokenSelected = function (token) {
1543
1645
  this.tokenSelected.emit({
1544
- token: token
1646
+ token: token,
1545
1647
  });
1546
1648
  };
1547
1649
  return SkyTokensComponent;
1548
1650
  }());
1549
- SkyTokensComponent.decorators = [
1550
- { type: i0.Component, args: [{
1551
- selector: 'sky-tokens',
1552
- 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",
1553
- changeDetection: i0.ChangeDetectionStrategy.OnPush,
1554
- animations: [
1555
- animations.trigger('blockAnimationOnLoad', [
1556
- animations.transition(':enter', [])
1557
- ]),
1558
- animations.trigger('dismiss', [
1559
- animations.transition(':enter', [
1560
- animations.style({
1561
- opacity: 0,
1562
- width: 0
1563
- }),
1564
- animations.animate('150ms ease-in', animations.style({
1565
- opacity: 1,
1566
- width: '*'
1567
- }))
1651
+ SkyTokensComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: SkyTokensComponent, deps: [{ token: i0__namespace.ChangeDetectorRef }], target: i0__namespace.ɵɵFactoryTarget.Component });
1652
+ SkyTokensComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.13", type: SkyTokensComponent, selector: "sky-tokens", inputs: { disabled: "disabled", dismissible: "dismissible", displayWith: "displayWith", trackWith: "trackWith", focusable: "focusable", tokens: "tokens", messageStream: "messageStream" }, outputs: { focusIndexOverRange: "focusIndexOverRange", focusIndexUnderRange: "focusIndexUnderRange", tokenSelected: "tokenSelected", tokensChange: "tokensChange" }, viewQueries: [{ propertyName: "tokenComponents", predicate: SkyTokenComponent, descendants: true }], ngImport: i0__namespace, template: "<div\n *ngIf=\"tokens\"\n class=\"sky-tokens\"\n [@blockAnimationOnLoad]\n [attr.role]=\"tokens && tokens.length ? 'list' : null\"\n>\n <sky-token\n *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 class=\"sky-tokens-content\">\n <ng-content></ng-content>\n </div>\n</div>\n", 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:\"\\200b\"}\n"], components: [{ type: SkyTokenComponent, selector: "sky-token", inputs: ["disabled", "ariaLabel", "dismissible", "focusable"], outputs: ["dismiss", "tokenFocus"] }], directives: [{ type: i1__namespace$1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i1__namespace$1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }], animations: [
1653
+ animations.trigger('blockAnimationOnLoad', [animations.transition(':enter', [])]),
1654
+ animations.trigger('dismiss', [
1655
+ animations.transition(':enter', [
1656
+ animations.style({
1657
+ opacity: 0,
1658
+ width: 0,
1659
+ }),
1660
+ animations.animate('150ms ease-in', animations.style({
1661
+ opacity: 1,
1662
+ width: '*',
1663
+ })),
1664
+ ]),
1665
+ animations.transition(':leave', [
1666
+ animations.animate('150ms ease-in', animations.style({
1667
+ opacity: 0,
1668
+ width: 0,
1669
+ })),
1670
+ ]),
1671
+ ]),
1672
+ ], changeDetection: i0__namespace.ChangeDetectionStrategy.OnPush });
1673
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: SkyTokensComponent, decorators: [{
1674
+ type: i0.Component,
1675
+ args: [{
1676
+ selector: 'sky-tokens',
1677
+ templateUrl: './tokens.component.html',
1678
+ styleUrls: ['./tokens.component.scss'],
1679
+ changeDetection: i0.ChangeDetectionStrategy.OnPush,
1680
+ animations: [
1681
+ animations.trigger('blockAnimationOnLoad', [animations.transition(':enter', [])]),
1682
+ animations.trigger('dismiss', [
1683
+ animations.transition(':enter', [
1684
+ animations.style({
1685
+ opacity: 0,
1686
+ width: 0,
1687
+ }),
1688
+ animations.animate('150ms ease-in', animations.style({
1689
+ opacity: 1,
1690
+ width: '*',
1691
+ })),
1692
+ ]),
1693
+ animations.transition(':leave', [
1694
+ animations.animate('150ms ease-in', animations.style({
1695
+ opacity: 0,
1696
+ width: 0,
1697
+ })),
1698
+ ]),
1568
1699
  ]),
1569
- animations.transition(':leave', [
1570
- animations.animate('150ms ease-in', animations.style({
1571
- opacity: 0,
1572
- width: 0
1573
- }))
1574
- ])
1575
- ])
1576
- ],
1577
- 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:\"\\200b\"}\n"]
1578
- },] }
1579
- ];
1580
- SkyTokensComponent.ctorParameters = function () { return [
1581
- { type: i0.ChangeDetectorRef }
1582
- ]; };
1583
- SkyTokensComponent.propDecorators = {
1584
- disabled: [{ type: i0.Input }],
1585
- dismissible: [{ type: i0.Input }],
1586
- displayWith: [{ type: i0.Input }],
1587
- trackWith: [{ type: i0.Input }],
1588
- focusable: [{ type: i0.Input }],
1589
- tokens: [{ type: i0.Input }],
1590
- messageStream: [{ type: i0.Input }],
1591
- focusIndexOverRange: [{ type: i0.Output }],
1592
- focusIndexUnderRange: [{ type: i0.Output }],
1593
- tokenSelected: [{ type: i0.Output }],
1594
- tokensChange: [{ type: i0.Output }],
1595
- tokenComponents: [{ type: i0.ViewChildren, args: [SkyTokenComponent,] }]
1596
- };
1700
+ ],
1701
+ }]
1702
+ }], ctorParameters: function () { return [{ type: i0__namespace.ChangeDetectorRef }]; }, propDecorators: { disabled: [{
1703
+ type: i0.Input
1704
+ }], dismissible: [{
1705
+ type: i0.Input
1706
+ }], displayWith: [{
1707
+ type: i0.Input
1708
+ }], trackWith: [{
1709
+ type: i0.Input
1710
+ }], focusable: [{
1711
+ type: i0.Input
1712
+ }], tokens: [{
1713
+ type: i0.Input
1714
+ }], messageStream: [{
1715
+ type: i0.Input
1716
+ }], focusIndexOverRange: [{
1717
+ type: i0.Output
1718
+ }], focusIndexUnderRange: [{
1719
+ type: i0.Output
1720
+ }], tokenSelected: [{
1721
+ type: i0.Output
1722
+ }], tokensChange: [{
1723
+ type: i0.Output
1724
+ }], tokenComponents: [{
1725
+ type: i0.ViewChildren,
1726
+ args: [SkyTokenComponent]
1727
+ }] } });
1597
1728
 
1598
1729
  var SkyTokensModule = /** @class */ (function () {
1599
1730
  function SkyTokensModule() {
1600
1731
  }
1601
1732
  return SkyTokensModule;
1602
1733
  }());
1603
- SkyTokensModule.decorators = [
1604
- { type: i0.NgModule, args: [{
1605
- declarations: [
1606
- SkyTokenComponent,
1607
- SkyTokensComponent
1608
- ],
1609
- imports: [
1610
- common.CommonModule,
1611
- i18n.SkyI18nModule,
1612
- SkyIconModule,
1613
- SkyIndicatorsResourcesModule
1614
- ],
1615
- exports: [
1616
- SkyTokenComponent,
1617
- SkyTokensComponent
1618
- ]
1619
- },] }
1620
- ];
1734
+ SkyTokensModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: SkyTokensModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
1735
+ SkyTokensModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: SkyTokensModule, declarations: [SkyTokenComponent, SkyTokensComponent], imports: [i1$2.CommonModule,
1736
+ i1.SkyI18nModule,
1737
+ SkyIconModule,
1738
+ SkyIndicatorsResourcesModule], exports: [SkyTokenComponent, SkyTokensComponent] });
1739
+ SkyTokensModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: SkyTokensModule, imports: [[
1740
+ i1$2.CommonModule,
1741
+ i1.SkyI18nModule,
1742
+ SkyIconModule,
1743
+ SkyIndicatorsResourcesModule,
1744
+ ]] });
1745
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: SkyTokensModule, decorators: [{
1746
+ type: i0.NgModule,
1747
+ args: [{
1748
+ declarations: [SkyTokenComponent, SkyTokensComponent],
1749
+ imports: [
1750
+ i1$2.CommonModule,
1751
+ i1.SkyI18nModule,
1752
+ SkyIconModule,
1753
+ SkyIndicatorsResourcesModule,
1754
+ ],
1755
+ exports: [SkyTokenComponent, SkyTokensComponent],
1756
+ }]
1757
+ }] });
1621
1758
 
1622
1759
  // Need to add the following to classes which contain static methods.
1623
1760
  // See: https://github.com/ng-packagr/ng-packagr/issues/641
@@ -1642,7 +1779,9 @@
1642
1779
  SkyWaitAdapterService.prototype.setBusyState = function (waitEl, isFullPage, isWaiting, isNonBlocking, waitComponentId) {
1643
1780
  var _this = this;
1644
1781
  if (isNonBlocking === void 0) { isNonBlocking = false; }
1645
- var busyEl = isFullPage ? document.body : waitEl.nativeElement.parentElement;
1782
+ var busyEl = isFullPage
1783
+ ? document.body
1784
+ : waitEl.nativeElement.parentElement;
1646
1785
  if (!isNonBlocking) {
1647
1786
  if (isWaiting) {
1648
1787
  this.renderer.setAttribute(busyEl, 'aria-busy', 'true');
@@ -1667,7 +1806,7 @@
1667
1806
  });
1668
1807
  SkyWaitAdapterService.busyElements[waitComponentId] = {
1669
1808
  listener: endListenerFunc,
1670
- busyEl: undefined
1809
+ busyEl: undefined,
1671
1810
  };
1672
1811
  }
1673
1812
  else {
@@ -1690,7 +1829,7 @@
1690
1829
  });
1691
1830
  SkyWaitAdapterService.busyElements[waitComponentId] = {
1692
1831
  listener: endListenerFunc,
1693
- busyEl: busyEl
1832
+ busyEl: busyEl,
1694
1833
  };
1695
1834
  }
1696
1835
  }
@@ -1713,10 +1852,12 @@
1713
1852
  // Find the next navigable element that isn't waiting
1714
1853
  var startingIndex = focussable.indexOf(targetElement);
1715
1854
  var curIndex = startingIndex + modifier;
1716
- while (focussable[curIndex] && this.isElementBusyOrHidden(focussable[curIndex])) {
1855
+ while (focussable[curIndex] &&
1856
+ this.isElementBusyOrHidden(focussable[curIndex])) {
1717
1857
  curIndex += modifier;
1718
1858
  }
1719
- if (focussable[curIndex] && !this.isElementBusyOrHidden(focussable[curIndex])) {
1859
+ if (focussable[curIndex] &&
1860
+ !this.isElementBusyOrHidden(focussable[curIndex])) {
1720
1861
  focussable[curIndex].focus();
1721
1862
  }
1722
1863
  else {
@@ -1733,7 +1874,8 @@
1733
1874
  }
1734
1875
  /* istanbul ignore else */
1735
1876
  /* sanity check */
1736
- if (focussable[curIndex] && !this.isElementBusyOrHidden(focussable[curIndex])) {
1877
+ if (focussable[curIndex] &&
1878
+ !this.isElementBusyOrHidden(focussable[curIndex])) {
1737
1879
  focussable[curIndex].focus();
1738
1880
  }
1739
1881
  else {
@@ -1750,10 +1892,10 @@
1750
1892
  var elements = this.getFocussableElements().filter(function (elem) { return !_this.isElementHidden(elem); });
1751
1893
  var previousInd = elements.indexOf(event.relatedTarget);
1752
1894
  var currentInd = elements.indexOf(event.target);
1753
- return previousInd === currentInd + 1
1754
- || (previousInd === 0 && currentInd === elements.length - 1)
1755
- || (previousInd > currentInd)
1756
- || !event.relatedTarget;
1895
+ return (previousInd === currentInd + 1 ||
1896
+ (previousInd === 0 && currentInd === elements.length - 1) ||
1897
+ previousInd > currentInd ||
1898
+ !event.relatedTarget);
1757
1899
  };
1758
1900
  SkyWaitAdapterService.prototype.isElementHidden = function (element) {
1759
1901
  var style = window.getComputedStyle(element);
@@ -1797,15 +1939,17 @@
1797
1939
  // Select all possible focussable elements
1798
1940
  var focussableElements = 'a[href], ' +
1799
1941
  'area[href], ' +
1800
- 'input:not([disabled]):not([tabindex=\'-1\']), ' +
1801
- 'button:not([disabled]):not([tabindex=\'-1\']), ' +
1802
- 'select:not([disabled]):not([tabindex=\'-1\']), ' +
1803
- 'textarea:not([disabled]):not([tabindex=\'-1\']), ' +
1942
+ "input:not([disabled]):not([tabindex='-1']), " +
1943
+ "button:not([disabled]):not([tabindex='-1']), " +
1944
+ "select:not([disabled]):not([tabindex='-1']), " +
1945
+ "textarea:not([disabled]):not([tabindex='-1']), " +
1804
1946
  'iframe, object, embed, ' +
1805
- '*[tabindex]:not([tabindex=\'-1\']), ' +
1947
+ "*[tabindex]:not([tabindex='-1']), " +
1806
1948
  '*[contenteditable=true]';
1807
1949
  this.focussableElements = Array.prototype.filter.call(document.body.querySelectorAll(focussableElements), function (element) {
1808
- return element.offsetWidth > 0 || element.offsetHeight > 0 || element === document.activeElement;
1950
+ return (element.offsetWidth > 0 ||
1951
+ element.offsetHeight > 0 ||
1952
+ element === document.activeElement);
1809
1953
  });
1810
1954
  return this.focussableElements;
1811
1955
  };
@@ -1831,12 +1975,11 @@
1831
1975
  }());
1832
1976
  SkyWaitAdapterService.isPageWaitActive = false;
1833
1977
  SkyWaitAdapterService.busyElements = {};
1834
- SkyWaitAdapterService.decorators = [
1835
- { type: i0.Injectable }
1836
- ];
1837
- SkyWaitAdapterService.ctorParameters = function () { return [
1838
- { type: i0.RendererFactory2 }
1839
- ]; };
1978
+ SkyWaitAdapterService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: SkyWaitAdapterService, deps: [{ token: i0__namespace.RendererFactory2 }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
1979
+ SkyWaitAdapterService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: SkyWaitAdapterService });
1980
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: SkyWaitAdapterService, decorators: [{
1981
+ type: i0.Injectable
1982
+ }], ctorParameters: function () { return [{ type: i0__namespace.RendererFactory2 }]; } });
1840
1983
 
1841
1984
  var nextId = 0;
1842
1985
  var SkyWaitComponent = /** @class */ (function () {
@@ -1879,10 +2022,11 @@
1879
2022
  * @default false
1880
2023
  */
1881
2024
  set: function (value) {
2025
+ /* istanbul ignore else: untestable */
1882
2026
  if (value) {
1883
2027
  this.adapterService.removeWaitBounds(this.elRef);
1884
2028
  }
1885
- else /* istanbul ignore if: untestable */ if (!value && this._isWaiting) {
2029
+ else if (!value && this._isWaiting) {
1886
2030
  this.adapterService.setWaitBounds(this.elRef);
1887
2031
  }
1888
2032
  this._isFullPage = value;
@@ -1901,8 +2045,8 @@
1901
2045
  }
1902
2046
  /* istanbul ignore else */
1903
2047
  if (this.resourceService) {
1904
- var type = (this.isFullPage) ? '_page' : '';
1905
- var blocking = (this.isNonBlocking) ? '' : '_blocking';
2048
+ var type = this.isFullPage ? '_page' : '';
2049
+ var blocking = this.isNonBlocking ? '' : '_blocking';
1906
2050
  var key = "skyux_wait" + type + blocking + "_aria_alt_text";
1907
2051
  this.resourceService.getString(key).subscribe(function (value) {
1908
2052
  _this.ariaLabelStream.next(value);
@@ -1911,27 +2055,29 @@
1911
2055
  };
1912
2056
  return SkyWaitComponent;
1913
2057
  }());
1914
- SkyWaitComponent.decorators = [
1915
- { type: i0.Component, args: [{
1916
- selector: 'sky-wait',
1917
- 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",
1918
- providers: [
1919
- SkyWaitAdapterService
1920
- ],
1921
- styles: [".sky-wait-mask-loading-blocking{margin:auto;position:absolute;top:0;right:0;left:0;bottom:0;background-color:#ffffffb3;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:sk-bounce 2s infinite ease-in-out;animation:sk-bounce 2s infinite ease-in-out}.sky-wait-double-bounce2{-webkit-animation-delay:-1s;animation-delay:-1s}@-webkit-keyframes sk-bounce{0%,to{-webkit-transform:scale(0)}50%{-webkit-transform:scale(1)}}@keyframes sk-bounce{0%,to{transform:scale(0);-webkit-transform:scale(0)}50%{transform:scale(1);-webkit-transform:scale(1)}}.sky-wait-container.sky-wait-active{position:relative}\n"]
1922
- },] }
1923
- ];
1924
- SkyWaitComponent.ctorParameters = function () { return [
1925
- { type: i0.ElementRef },
1926
- { type: SkyWaitAdapterService },
1927
- { type: i18n.SkyLibResourcesService, decorators: [{ type: i0.Optional }] }
1928
- ]; };
1929
- SkyWaitComponent.propDecorators = {
1930
- ariaLabel: [{ type: i0.Input }],
1931
- isWaiting: [{ type: i0.Input }],
1932
- isFullPage: [{ type: i0.Input }],
1933
- isNonBlocking: [{ type: i0.Input }]
1934
- };
2058
+ SkyWaitComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: SkyWaitComponent, deps: [{ token: i0__namespace.ElementRef }, { token: SkyWaitAdapterService }, { token: i1__namespace$2.SkyLibResourcesService, optional: true }], target: i0__namespace.ɵɵFactoryTarget.Component });
2059
+ SkyWaitComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.13", type: SkyWaitComponent, selector: "sky-wait", inputs: { ariaLabel: "ariaLabel", isWaiting: "isWaiting", isFullPage: "isFullPage", isNonBlocking: "isNonBlocking" }, providers: [SkyWaitAdapterService], ngImport: i0__namespace, template: "<div class=\"sky-wait-container\">\n <div\n *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 class=\"sky-wait\">\n <div class=\"sky-wait-double-bounce1\"></div>\n <div class=\"sky-wait-double-bounce2\"></div>\n </div>\n </div>\n</div>\n", styles: [".sky-wait-mask-loading-blocking{margin:auto;position:absolute;top:0;right:0;left:0;bottom:0;background-color:#ffffffb3;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;animation:sk-bounce 2s infinite ease-in-out}.sky-wait-double-bounce2{animation-delay:-1s}@keyframes sk-bounce{0%,to{transform:scale(0);-webkit-transform:scale(0)}50%{transform:scale(1);-webkit-transform:scale(1)}}.sky-wait-container.sky-wait-active{position:relative}\n"], directives: [{ type: i1__namespace$1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i1__namespace$1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }], pipes: { "async": i1__namespace$1.AsyncPipe } });
2060
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: SkyWaitComponent, decorators: [{
2061
+ type: i0.Component,
2062
+ args: [{
2063
+ selector: 'sky-wait',
2064
+ templateUrl: './wait.component.html',
2065
+ styleUrls: ['./wait.component.scss'],
2066
+ providers: [SkyWaitAdapterService],
2067
+ }]
2068
+ }], ctorParameters: function () {
2069
+ return [{ type: i0__namespace.ElementRef }, { type: SkyWaitAdapterService }, { type: i1__namespace$2.SkyLibResourcesService, decorators: [{
2070
+ type: i0.Optional
2071
+ }] }];
2072
+ }, propDecorators: { ariaLabel: [{
2073
+ type: i0.Input
2074
+ }], isWaiting: [{
2075
+ type: i0.Input
2076
+ }], isFullPage: [{
2077
+ type: i0.Input
2078
+ }], isNonBlocking: [{
2079
+ type: i0.Input
2080
+ }] } });
1935
2081
 
1936
2082
  /**
1937
2083
  * @internal
@@ -1941,43 +2087,38 @@
1941
2087
  }
1942
2088
  return SkyWaitPageComponent;
1943
2089
  }());
1944
- SkyWaitPageComponent.decorators = [
1945
- { type: i0.Component, args: [{
1946
- selector: 'sky-wait-page',
1947
- 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",
1948
- styles: [".sky-wait-page ::ng-deep .sky-wait-mask-loading-fixed{z-index:2000}\n"]
1949
- },] }
1950
- ];
1951
- SkyWaitPageComponent.propDecorators = {
1952
- hasBlockingWait: [{ type: i0.Input }],
1953
- hasNonBlockingWait: [{ type: i0.Input }]
1954
- };
2090
+ SkyWaitPageComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: SkyWaitPageComponent, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
2091
+ SkyWaitPageComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.13", type: SkyWaitPageComponent, selector: "sky-wait-page", inputs: { hasBlockingWait: "hasBlockingWait", hasNonBlockingWait: "hasNonBlockingWait" }, ngImport: i0__namespace, template: "<div class=\"sky-wait-page\">\n <sky-wait\n [isFullPage]=\"true\"\n [isNonBlocking]=\"true\"\n [isWaiting]=\"hasNonBlockingWait\"\n >\n </sky-wait>\n <sky-wait [isFullPage]=\"true\" [isWaiting]=\"hasBlockingWait\"> </sky-wait>\n</div>\n", styles: [".sky-wait-page ::ng-deep .sky-wait-mask-loading-fixed{z-index:2000}\n"], components: [{ type: SkyWaitComponent, selector: "sky-wait", inputs: ["ariaLabel", "isWaiting", "isFullPage", "isNonBlocking"] }] });
2092
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: SkyWaitPageComponent, decorators: [{
2093
+ type: i0.Component,
2094
+ args: [{
2095
+ selector: 'sky-wait-page',
2096
+ templateUrl: './wait-page.component.html',
2097
+ styleUrls: ['./wait-page.component.scss'],
2098
+ }]
2099
+ }], propDecorators: { hasBlockingWait: [{
2100
+ type: i0.Input
2101
+ }], hasNonBlockingWait: [{
2102
+ type: i0.Input
2103
+ }] } });
1955
2104
 
1956
2105
  var SkyWaitModule = /** @class */ (function () {
1957
2106
  function SkyWaitModule() {
1958
2107
  }
1959
2108
  return SkyWaitModule;
1960
2109
  }());
1961
- SkyWaitModule.decorators = [
1962
- { type: i0.NgModule, args: [{
1963
- declarations: [
1964
- SkyWaitComponent,
1965
- SkyWaitPageComponent
1966
- ],
1967
- imports: [
1968
- common.CommonModule,
1969
- i18n.SkyI18nModule,
1970
- SkyIndicatorsResourcesModule
1971
- ],
1972
- exports: [
1973
- SkyWaitComponent,
1974
- SkyWaitPageComponent
1975
- ],
1976
- entryComponents: [
1977
- SkyWaitPageComponent
1978
- ]
1979
- },] }
1980
- ];
2110
+ SkyWaitModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: SkyWaitModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
2111
+ SkyWaitModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: SkyWaitModule, declarations: [SkyWaitComponent, SkyWaitPageComponent], imports: [i1$2.CommonModule, i1.SkyI18nModule, SkyIndicatorsResourcesModule], exports: [SkyWaitComponent] });
2112
+ SkyWaitModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: SkyWaitModule, imports: [[i1$2.CommonModule, i1.SkyI18nModule, SkyIndicatorsResourcesModule]] });
2113
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: SkyWaitModule, decorators: [{
2114
+ type: i0.NgModule,
2115
+ args: [{
2116
+ declarations: [SkyWaitComponent, SkyWaitPageComponent],
2117
+ imports: [i1$2.CommonModule, i1.SkyI18nModule, SkyIndicatorsResourcesModule],
2118
+ exports: [SkyWaitComponent],
2119
+ entryComponents: [SkyWaitPageComponent],
2120
+ }]
2121
+ }] });
1981
2122
 
1982
2123
  /**
1983
2124
  * @internal
@@ -1996,12 +2137,14 @@
1996
2137
  };
1997
2138
  return SkyWaitPageAdapterService;
1998
2139
  }());
1999
- SkyWaitPageAdapterService.ɵprov = i0__namespace.ɵɵdefineInjectable({ factory: function SkyWaitPageAdapterService_Factory() { return new SkyWaitPageAdapterService(); }, token: SkyWaitPageAdapterService, providedIn: "root" });
2000
- SkyWaitPageAdapterService.decorators = [
2001
- { type: i0.Injectable, args: [{
2002
- providedIn: 'root'
2003
- },] }
2004
- ];
2140
+ SkyWaitPageAdapterService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: SkyWaitPageAdapterService, deps: [], target: i0__namespace.ɵɵFactoryTarget.Injectable });
2141
+ SkyWaitPageAdapterService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: SkyWaitPageAdapterService, providedIn: 'root' });
2142
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: SkyWaitPageAdapterService, decorators: [{
2143
+ type: i0.Injectable,
2144
+ args: [{
2145
+ providedIn: 'root',
2146
+ }]
2147
+ }] });
2005
2148
 
2006
2149
  // Need to add the following to classes which contain static methods.
2007
2150
  // See: https://github.com/ng-packagr/ng-packagr/issues/641
@@ -2153,18 +2296,14 @@
2153
2296
  }());
2154
2297
  SkyWaitService.pageWaitBlockingCount = 0;
2155
2298
  SkyWaitService.pageWaitNonBlockingCount = 0;
2156
- SkyWaitService.ɵprov = i0__namespace.ɵɵdefineInjectable({ factory: function SkyWaitService_Factory() { return new SkyWaitService(i0__namespace.ɵɵinject(i0__namespace.ComponentFactoryResolver), i0__namespace.ɵɵinject(i0__namespace.ApplicationRef), i0__namespace.ɵɵinject(SkyWaitPageAdapterService), i0__namespace.ɵɵinject(i2__namespace.SkyAppWindowRef)); }, token: SkyWaitService, providedIn: "root" });
2157
- SkyWaitService.decorators = [
2158
- { type: i0.Injectable, args: [{
2159
- providedIn: 'root'
2160
- },] }
2161
- ];
2162
- SkyWaitService.ctorParameters = function () { return [
2163
- { type: i0.ComponentFactoryResolver },
2164
- { type: i0.ApplicationRef },
2165
- { type: SkyWaitPageAdapterService },
2166
- { type: i2.SkyAppWindowRef }
2167
- ]; };
2299
+ SkyWaitService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: SkyWaitService, deps: [{ token: i0__namespace.ComponentFactoryResolver }, { token: i0__namespace.ApplicationRef }, { token: SkyWaitPageAdapterService }, { token: i1__namespace$3.SkyAppWindowRef }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
2300
+ SkyWaitService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: SkyWaitService, providedIn: 'root' });
2301
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: SkyWaitService, decorators: [{
2302
+ type: i0.Injectable,
2303
+ args: [{
2304
+ providedIn: 'root',
2305
+ }]
2306
+ }], ctorParameters: function () { return [{ type: i0__namespace.ComponentFactoryResolver }, { type: i0__namespace.ApplicationRef }, { type: SkyWaitPageAdapterService }, { type: i1__namespace$3.SkyAppWindowRef }]; } });
2168
2307
 
2169
2308
  /**
2170
2309
  * Generated bundle index. Do not edit.
@@ -2181,29 +2320,22 @@
2181
2320
  exports.SkyTokensModule = SkyTokensModule;
2182
2321
  exports.SkyWaitModule = SkyWaitModule;
2183
2322
  exports.SkyWaitService = SkyWaitService;
2184
- exports.ɵa = SkyAlertComponent;
2185
- exports.ɵb = SkyIconClassListPipe;
2186
- exports.ɵc = SkyIconResolverService;
2187
- exports.ɵd = SkyIconComponent;
2188
- exports.ɵe = SkyIconStackComponent;
2189
- exports.ɵf = SkyIndicatorsResourcesProvider;
2190
- exports.ɵg = SkyIndicatorsResourcesModule;
2191
- exports.ɵh = SkyChevronComponent;
2192
- exports.ɵi = SkyHelpInlineComponent;
2193
- exports.ɵj = SkyKeyInfoComponent;
2194
- exports.ɵk = SkyKeyInfoLabelComponent;
2195
- exports.ɵl = SkyKeyInfoValueComponent;
2196
- exports.ɵm = SkyLabelComponent;
2197
- exports.ɵn = SkyStatusIndicatorComponent;
2198
- exports.ɵo = SkyTextHighlightDirective;
2199
- exports.ɵp = SkyTokenComponent;
2200
- exports.ɵq = SkyTokensComponent;
2201
- exports.ɵr = SkyWaitComponent;
2202
- exports.ɵs = SkyWaitAdapterService;
2203
- exports.ɵt = SkyWaitPageComponent;
2204
- exports.ɵu = SkyWaitPageAdapterService;
2323
+ exports["λ1"] = SkyAlertComponent;
2324
+ exports["λ10"] = SkyStatusIndicatorComponent;
2325
+ exports["λ11"] = SkyTextHighlightDirective;
2326
+ exports["λ12"] = SkyTokenComponent;
2327
+ exports["λ13"] = SkyTokensComponent;
2328
+ exports["λ14"] = SkyWaitComponent;
2329
+ exports["λ2"] = SkyChevronComponent;
2330
+ exports["λ3"] = SkyHelpInlineComponent;
2331
+ exports["λ4"] = SkyIconComponent;
2332
+ exports["λ5"] = SkyIconStackComponent;
2333
+ exports["λ6"] = SkyKeyInfoLabelComponent;
2334
+ exports["λ7"] = SkyKeyInfoValueComponent;
2335
+ exports["λ8"] = SkyKeyInfoComponent;
2336
+ exports["λ9"] = SkyLabelComponent;
2205
2337
 
2206
2338
  Object.defineProperty(exports, '__esModule', { value: true });
2207
2339
 
2208
- })));
2340
+ }));
2209
2341
  //# sourceMappingURL=skyux-indicators.umd.js.map