@ukic/web-components 2.0.0 → 2.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (316) hide show
  1. package/README.md +173 -0
  2. package/dist/cjs/core.cjs.js +1 -1
  3. package/dist/cjs/{helpers-60fda93f.js → helpers-d0eeccf0.js} +18 -1
  4. package/dist/cjs/helpers-d0eeccf0.js.map +1 -0
  5. package/dist/cjs/ic-alert.cjs.entry.js +2 -2
  6. package/dist/cjs/ic-alert.cjs.entry.js.map +1 -1
  7. package/dist/cjs/ic-back-to-top.cjs.entry.js +1 -1
  8. package/dist/cjs/ic-breadcrumb-group.cjs.entry.js +1 -1
  9. package/dist/cjs/ic-breadcrumb.cjs.entry.js +1 -1
  10. package/dist/cjs/ic-button_3.cjs.entry.js +1 -1
  11. package/dist/cjs/ic-card.cjs.entry.js +1 -1
  12. package/dist/cjs/ic-checkbox-group.cjs.entry.js +1 -1
  13. package/dist/cjs/ic-checkbox.cjs.entry.js +12 -2
  14. package/dist/cjs/ic-checkbox.cjs.entry.js.map +1 -1
  15. package/dist/cjs/ic-data-row.cjs.entry.js +2 -2
  16. package/dist/cjs/ic-data-row.cjs.entry.js.map +1 -1
  17. package/dist/cjs/ic-divider.cjs.entry.js +1 -1
  18. package/dist/cjs/ic-footer-link-group.cjs.entry.js +1 -1
  19. package/dist/cjs/ic-footer-link.cjs.entry.js +2 -2
  20. package/dist/cjs/ic-footer-link.cjs.entry.js.map +1 -1
  21. package/dist/cjs/ic-footer.cjs.entry.js +1 -1
  22. package/dist/cjs/ic-hero.cjs.entry.js +2 -2
  23. package/dist/cjs/ic-hero.cjs.entry.js.map +1 -1
  24. package/dist/cjs/ic-input-component-container_3.cjs.entry.js +1 -1
  25. package/dist/cjs/ic-input-label_2.cjs.entry.js +1 -1
  26. package/dist/cjs/ic-link.cjs.entry.js +1 -1
  27. package/dist/cjs/ic-link.cjs.entry.js.map +1 -1
  28. package/dist/cjs/ic-navigation-button.cjs.entry.js +1 -1
  29. package/dist/cjs/ic-navigation-group.cjs.entry.js +1 -1
  30. package/dist/cjs/ic-navigation-item.cjs.entry.js +1 -1
  31. package/dist/cjs/ic-navigation-menu.cjs.entry.js +1 -1
  32. package/dist/cjs/ic-page-header.cjs.entry.js +2 -2
  33. package/dist/cjs/ic-page-header.cjs.entry.js.map +1 -1
  34. package/dist/cjs/ic-radio-group.cjs.entry.js +1 -1
  35. package/dist/cjs/ic-radio-option.cjs.entry.js +16 -3
  36. package/dist/cjs/ic-radio-option.cjs.entry.js.map +1 -1
  37. package/dist/cjs/ic-search-bar.cjs.entry.js +1 -1
  38. package/dist/cjs/ic-select.cjs.entry.js +12 -1
  39. package/dist/cjs/ic-select.cjs.entry.js.map +1 -1
  40. package/dist/cjs/ic-side-navigation.cjs.entry.js +1 -1
  41. package/dist/cjs/ic-status-tag.cjs.entry.js +1 -1
  42. package/dist/cjs/ic-step.cjs.entry.js +1 -1
  43. package/dist/cjs/ic-stepper.cjs.entry.js +1 -1
  44. package/dist/cjs/ic-switch.cjs.entry.js +16 -6
  45. package/dist/cjs/ic-switch.cjs.entry.js.map +1 -1
  46. package/dist/cjs/ic-tab-context.cjs.entry.js +4 -3
  47. package/dist/cjs/ic-tab-context.cjs.entry.js.map +1 -1
  48. package/dist/cjs/ic-tab-group.cjs.entry.js +4 -4
  49. package/dist/cjs/ic-tab-group.cjs.entry.js.map +1 -1
  50. package/dist/cjs/ic-tab-panel.cjs.entry.js +8 -5
  51. package/dist/cjs/ic-tab-panel.cjs.entry.js.map +1 -1
  52. package/dist/cjs/ic-tab.cjs.entry.js +4 -4
  53. package/dist/cjs/ic-tab.cjs.entry.js.map +1 -1
  54. package/dist/cjs/ic-text-field.cjs.entry.js +9 -1
  55. package/dist/cjs/ic-text-field.cjs.entry.js.map +1 -1
  56. package/dist/cjs/ic-theme.cjs.entry.js +1 -1
  57. package/dist/cjs/ic-top-navigation.cjs.entry.js +1 -1
  58. package/dist/cjs/loader.cjs.js +1 -1
  59. package/dist/collection/components/ic-alert/ic-alert.css +1 -6
  60. package/dist/collection/components/ic-checkbox/ic-checkbox.css +6 -0
  61. package/dist/collection/components/ic-checkbox/ic-checkbox.js +17 -2
  62. package/dist/collection/components/ic-checkbox/ic-checkbox.js.map +1 -1
  63. package/dist/collection/components/ic-data-row/ic-data-row.css +8 -0
  64. package/dist/collection/components/ic-footer-link/ic-footer-link.css +1 -1
  65. package/dist/collection/components/ic-hero/ic-hero.css +17 -5
  66. package/dist/collection/components/ic-link/ic-link.js +3 -0
  67. package/dist/collection/components/ic-link/ic-link.js.map +1 -1
  68. package/dist/collection/components/ic-page-header/ic-page-header.css +9 -0
  69. package/dist/collection/components/ic-radio-option/ic-radio-option.css +6 -0
  70. package/dist/collection/components/ic-radio-option/ic-radio-option.js +22 -4
  71. package/dist/collection/components/ic-radio-option/ic-radio-option.js.map +1 -1
  72. package/dist/collection/components/ic-select/ic-select.js +15 -3
  73. package/dist/collection/components/ic-select/ic-select.js.map +1 -1
  74. package/dist/collection/components/ic-switch/ic-switch.js +21 -10
  75. package/dist/collection/components/ic-switch/ic-switch.js.map +1 -1
  76. package/dist/collection/components/ic-tab/ic-tab.css +1 -1
  77. package/dist/collection/components/ic-tab/ic-tab.js +3 -3
  78. package/dist/collection/components/ic-tab/ic-tab.js.map +1 -1
  79. package/dist/collection/components/ic-tab-context/ic-tab-context.js +5 -4
  80. package/dist/collection/components/ic-tab-context/ic-tab-context.js.map +1 -1
  81. package/dist/collection/components/ic-tab-group/ic-tab-group.css +2 -2
  82. package/dist/collection/components/ic-tab-group/ic-tab-group.js +3 -3
  83. package/dist/collection/components/ic-tab-group/ic-tab-group.js.map +1 -1
  84. package/dist/collection/components/ic-tab-panel/ic-tab-panel.css +4 -0
  85. package/dist/collection/components/ic-tab-panel/ic-tab-panel.js +32 -2
  86. package/dist/collection/components/ic-tab-panel/ic-tab-panel.js.map +1 -1
  87. package/dist/collection/components/ic-text-field/ic-text-field.js +11 -2
  88. package/dist/collection/components/ic-text-field/ic-text-field.js.map +1 -1
  89. package/dist/collection/utils/helpers.js +15 -0
  90. package/dist/collection/utils/helpers.js.map +1 -1
  91. package/dist/components/helpers.js +16 -1
  92. package/dist/components/helpers.js.map +1 -1
  93. package/dist/components/ic-alert.js +1 -1
  94. package/dist/components/ic-alert.js.map +1 -1
  95. package/dist/components/ic-button2.js +1 -1
  96. package/dist/components/ic-checkbox-group.js +1 -1
  97. package/dist/components/ic-checkbox.js +15 -4
  98. package/dist/components/ic-checkbox.js.map +1 -1
  99. package/dist/components/ic-data-row.js +1 -1
  100. package/dist/components/ic-data-row.js.map +1 -1
  101. package/dist/components/ic-divider2.js +1 -1
  102. package/dist/components/ic-footer-link-group.js +1 -1
  103. package/dist/components/ic-footer-link.js +2 -2
  104. package/dist/components/ic-footer-link.js.map +1 -1
  105. package/dist/components/ic-footer.js +1 -1
  106. package/dist/components/ic-hero.js +2 -2
  107. package/dist/components/ic-hero.js.map +1 -1
  108. package/dist/components/ic-input-label2.js +1 -1
  109. package/dist/components/ic-input-validation2.js +1 -1
  110. package/dist/components/ic-link2.js +1 -1
  111. package/dist/components/ic-link2.js.map +1 -1
  112. package/dist/components/ic-navigation-button.js +1 -1
  113. package/dist/components/ic-navigation-group.js +1 -1
  114. package/dist/components/ic-navigation-item.js +1 -1
  115. package/dist/components/ic-navigation-menu2.js +1 -1
  116. package/dist/components/ic-page-header.js +1 -1
  117. package/dist/components/ic-page-header.js.map +1 -1
  118. package/dist/components/ic-radio-group.js +1 -1
  119. package/dist/components/ic-radio-option.js +20 -6
  120. package/dist/components/ic-radio-option.js.map +1 -1
  121. package/dist/components/ic-search-bar.js +1 -1
  122. package/dist/components/ic-select.js +14 -2
  123. package/dist/components/ic-select.js.map +1 -1
  124. package/dist/components/ic-side-navigation.js +1 -1
  125. package/dist/components/ic-switch.js +18 -7
  126. package/dist/components/ic-switch.js.map +1 -1
  127. package/dist/components/ic-tab-context.js +4 -3
  128. package/dist/components/ic-tab-context.js.map +1 -1
  129. package/dist/components/ic-tab-group.js +4 -4
  130. package/dist/components/ic-tab-group.js.map +1 -1
  131. package/dist/components/ic-tab-panel.js +9 -4
  132. package/dist/components/ic-tab-panel.js.map +1 -1
  133. package/dist/components/ic-tab.js +3 -3
  134. package/dist/components/ic-tab.js.map +1 -1
  135. package/dist/components/ic-text-field2.js +10 -1
  136. package/dist/components/ic-text-field2.js.map +1 -1
  137. package/dist/components/ic-theme.js +1 -1
  138. package/dist/components/ic-top-navigation.js +1 -1
  139. package/dist/core/core.esm.js +1 -1
  140. package/dist/core/core.esm.js.map +1 -1
  141. package/dist/core/p-037273aa.entry.js +2 -0
  142. package/dist/core/{p-27528d04.entry.js.map → p-037273aa.entry.js.map} +1 -1
  143. package/dist/core/{p-da6f09cd.entry.js → p-0d63bfe4.entry.js} +2 -2
  144. package/dist/core/{p-da6f09cd.entry.js.map → p-0d63bfe4.entry.js.map} +0 -0
  145. package/dist/core/p-0e1ae2a3.entry.js +2 -0
  146. package/dist/core/{p-98e9eccc.entry.js.map → p-0e1ae2a3.entry.js.map} +1 -1
  147. package/dist/core/p-155114db.entry.js +2 -0
  148. package/dist/core/p-155114db.entry.js.map +1 -0
  149. package/dist/core/p-16ab85c2.entry.js +2 -0
  150. package/dist/core/{p-fca84a85.entry.js.map → p-16ab85c2.entry.js.map} +1 -1
  151. package/dist/core/{p-438e327e.entry.js → p-17d0d631.entry.js} +2 -2
  152. package/dist/core/p-17d0d631.entry.js.map +1 -0
  153. package/dist/core/p-1b619302.entry.js +2 -0
  154. package/dist/core/p-1b619302.entry.js.map +1 -0
  155. package/dist/core/p-2f29e74d.entry.js +2 -0
  156. package/dist/core/p-2f29e74d.entry.js.map +1 -0
  157. package/dist/core/{p-0522eb9a.entry.js → p-3c6defd7.entry.js} +2 -2
  158. package/dist/core/{p-0522eb9a.entry.js.map → p-3c6defd7.entry.js.map} +0 -0
  159. package/dist/core/{p-a301cf67.entry.js → p-48029498.entry.js} +2 -2
  160. package/dist/core/{p-a301cf67.entry.js.map → p-48029498.entry.js.map} +0 -0
  161. package/dist/core/{p-73d41c36.entry.js → p-4b6a55bb.entry.js} +2 -2
  162. package/dist/core/{p-73d41c36.entry.js.map → p-4b6a55bb.entry.js.map} +0 -0
  163. package/dist/core/{p-d8b6271d.entry.js → p-54b77947.entry.js} +2 -2
  164. package/dist/core/{p-d8b6271d.entry.js.map → p-54b77947.entry.js.map} +0 -0
  165. package/dist/core/{p-f37a732a.entry.js → p-59041cfc.entry.js} +2 -2
  166. package/dist/core/{p-f37a732a.entry.js.map → p-59041cfc.entry.js.map} +0 -0
  167. package/dist/core/{p-6ac7757f.entry.js → p-6009c5bc.entry.js} +2 -2
  168. package/dist/core/{p-6ac7757f.entry.js.map → p-6009c5bc.entry.js.map} +0 -0
  169. package/dist/core/p-7577c6a3.entry.js +2 -0
  170. package/dist/core/p-7577c6a3.entry.js.map +1 -0
  171. package/dist/core/p-7612cfb0.entry.js +2 -0
  172. package/dist/core/p-7612cfb0.entry.js.map +1 -0
  173. package/dist/core/{p-59a917d4.entry.js → p-7dbb637f.entry.js} +2 -2
  174. package/dist/core/{p-59a917d4.entry.js.map → p-7dbb637f.entry.js.map} +0 -0
  175. package/dist/core/{p-c96985bc.entry.js → p-89d46b9b.entry.js} +2 -2
  176. package/dist/core/{p-c96985bc.entry.js.map → p-89d46b9b.entry.js.map} +0 -0
  177. package/dist/core/{p-14153fa0.entry.js → p-972f4e69.entry.js} +2 -2
  178. package/dist/core/{p-14153fa0.entry.js.map → p-972f4e69.entry.js.map} +0 -0
  179. package/dist/core/{p-530b7fe0.entry.js → p-9a3d6bca.entry.js} +2 -2
  180. package/dist/core/{p-530b7fe0.entry.js.map → p-9a3d6bca.entry.js.map} +0 -0
  181. package/dist/core/p-9db8edb7.entry.js +2 -0
  182. package/dist/core/{p-3013158d.entry.js.map → p-9db8edb7.entry.js.map} +1 -1
  183. package/dist/core/{p-994111b7.entry.js → p-a183353c.entry.js} +2 -2
  184. package/dist/core/{p-994111b7.entry.js.map → p-a183353c.entry.js.map} +0 -0
  185. package/dist/core/{p-21025b10.entry.js → p-a23e9d8a.entry.js} +2 -2
  186. package/dist/core/{p-21025b10.entry.js.map → p-a23e9d8a.entry.js.map} +0 -0
  187. package/dist/core/p-aad5da60.entry.js +2 -0
  188. package/dist/core/p-aad5da60.entry.js.map +1 -0
  189. package/dist/core/{p-1bec5ccb.entry.js → p-aad76be7.entry.js} +2 -2
  190. package/dist/core/{p-1bec5ccb.entry.js.map → p-aad76be7.entry.js.map} +0 -0
  191. package/dist/core/{p-605e4270.entry.js → p-ac76594c.entry.js} +2 -2
  192. package/dist/core/{p-605e4270.entry.js.map → p-ac76594c.entry.js.map} +0 -0
  193. package/dist/core/{p-c817e46b.entry.js → p-b596f73d.entry.js} +2 -2
  194. package/dist/core/{p-c817e46b.entry.js.map → p-b596f73d.entry.js.map} +0 -0
  195. package/dist/core/{p-36b25af4.entry.js → p-b875ec01.entry.js} +2 -2
  196. package/dist/core/p-b875ec01.entry.js.map +1 -0
  197. package/dist/core/p-bf4ddf33.entry.js +2 -0
  198. package/dist/core/p-bf4ddf33.entry.js.map +1 -0
  199. package/dist/core/p-c023c49c.entry.js +2 -0
  200. package/dist/core/p-c023c49c.entry.js.map +1 -0
  201. package/dist/core/{p-4c1e1d04.entry.js → p-d4a1734e.entry.js} +2 -2
  202. package/dist/core/{p-4c1e1d04.entry.js.map → p-d4a1734e.entry.js.map} +0 -0
  203. package/dist/core/{p-aebc7562.entry.js → p-d61c2983.entry.js} +2 -2
  204. package/dist/core/{p-aebc7562.entry.js.map → p-d61c2983.entry.js.map} +0 -0
  205. package/dist/core/p-dd36d23a.entry.js +2 -0
  206. package/dist/core/p-dd36d23a.entry.js.map +1 -0
  207. package/dist/core/{p-4aa8c1e1.entry.js → p-eb0f09f4.entry.js} +2 -2
  208. package/dist/core/{p-4aa8c1e1.entry.js.map → p-eb0f09f4.entry.js.map} +0 -0
  209. package/dist/core/{p-400b34b9.entry.js → p-ee3a9fd0.entry.js} +2 -2
  210. package/dist/core/p-ee3a9fd0.entry.js.map +1 -0
  211. package/dist/core/{p-be583c9b.entry.js → p-eeff0f89.entry.js} +2 -2
  212. package/dist/core/{p-be583c9b.entry.js.map → p-eeff0f89.entry.js.map} +1 -1
  213. package/dist/core/{p-c15bb762.js → p-f228c232.js} +2 -2
  214. package/dist/core/p-f228c232.js.map +1 -0
  215. package/dist/core/{p-8bcadf55.entry.js → p-f7e7d4f5.entry.js} +2 -2
  216. package/dist/core/{p-8bcadf55.entry.js.map → p-f7e7d4f5.entry.js.map} +0 -0
  217. package/dist/core/p-ffc4cae2.entry.js +2 -0
  218. package/dist/core/p-ffc4cae2.entry.js.map +1 -0
  219. package/dist/esm/core.js +1 -1
  220. package/dist/esm/{helpers-8b43d0d4.js → helpers-e090fe7e.js} +17 -2
  221. package/dist/esm/helpers-e090fe7e.js.map +1 -0
  222. package/dist/esm/ic-alert.entry.js +2 -2
  223. package/dist/esm/ic-alert.entry.js.map +1 -1
  224. package/dist/esm/ic-back-to-top.entry.js +1 -1
  225. package/dist/esm/ic-breadcrumb-group.entry.js +1 -1
  226. package/dist/esm/ic-breadcrumb.entry.js +1 -1
  227. package/dist/esm/ic-button_3.entry.js +1 -1
  228. package/dist/esm/ic-card.entry.js +1 -1
  229. package/dist/esm/ic-checkbox-group.entry.js +1 -1
  230. package/dist/esm/ic-checkbox.entry.js +12 -2
  231. package/dist/esm/ic-checkbox.entry.js.map +1 -1
  232. package/dist/esm/ic-data-row.entry.js +2 -2
  233. package/dist/esm/ic-data-row.entry.js.map +1 -1
  234. package/dist/esm/ic-divider.entry.js +1 -1
  235. package/dist/esm/ic-footer-link-group.entry.js +1 -1
  236. package/dist/esm/ic-footer-link.entry.js +2 -2
  237. package/dist/esm/ic-footer-link.entry.js.map +1 -1
  238. package/dist/esm/ic-footer.entry.js +1 -1
  239. package/dist/esm/ic-hero.entry.js +2 -2
  240. package/dist/esm/ic-hero.entry.js.map +1 -1
  241. package/dist/esm/ic-input-component-container_3.entry.js +1 -1
  242. package/dist/esm/ic-input-label_2.entry.js +1 -1
  243. package/dist/esm/ic-link.entry.js +1 -1
  244. package/dist/esm/ic-link.entry.js.map +1 -1
  245. package/dist/esm/ic-navigation-button.entry.js +1 -1
  246. package/dist/esm/ic-navigation-group.entry.js +1 -1
  247. package/dist/esm/ic-navigation-item.entry.js +1 -1
  248. package/dist/esm/ic-navigation-menu.entry.js +1 -1
  249. package/dist/esm/ic-page-header.entry.js +2 -2
  250. package/dist/esm/ic-page-header.entry.js.map +1 -1
  251. package/dist/esm/ic-radio-group.entry.js +1 -1
  252. package/dist/esm/ic-radio-option.entry.js +16 -3
  253. package/dist/esm/ic-radio-option.entry.js.map +1 -1
  254. package/dist/esm/ic-search-bar.entry.js +1 -1
  255. package/dist/esm/ic-select.entry.js +12 -1
  256. package/dist/esm/ic-select.entry.js.map +1 -1
  257. package/dist/esm/ic-side-navigation.entry.js +1 -1
  258. package/dist/esm/ic-status-tag.entry.js +1 -1
  259. package/dist/esm/ic-step.entry.js +1 -1
  260. package/dist/esm/ic-stepper.entry.js +1 -1
  261. package/dist/esm/ic-switch.entry.js +16 -6
  262. package/dist/esm/ic-switch.entry.js.map +1 -1
  263. package/dist/esm/ic-tab-context.entry.js +4 -3
  264. package/dist/esm/ic-tab-context.entry.js.map +1 -1
  265. package/dist/esm/ic-tab-group.entry.js +4 -4
  266. package/dist/esm/ic-tab-group.entry.js.map +1 -1
  267. package/dist/esm/ic-tab-panel.entry.js +8 -5
  268. package/dist/esm/ic-tab-panel.entry.js.map +1 -1
  269. package/dist/esm/ic-tab.entry.js +4 -4
  270. package/dist/esm/ic-tab.entry.js.map +1 -1
  271. package/dist/esm/ic-text-field.entry.js +9 -1
  272. package/dist/esm/ic-text-field.entry.js.map +1 -1
  273. package/dist/esm/ic-theme.entry.js +1 -1
  274. package/dist/esm/ic-top-navigation.entry.js +1 -1
  275. package/dist/esm/loader.js +1 -1
  276. package/dist/types/components/ic-checkbox/ic-checkbox.d.ts +4 -0
  277. package/dist/types/components/ic-link/ic-link.d.ts +3 -0
  278. package/dist/types/components/ic-radio-option/ic-radio-option.d.ts +4 -0
  279. package/dist/types/components/ic-select/ic-select.d.ts +3 -0
  280. package/dist/types/components/ic-switch/ic-switch.d.ts +6 -2
  281. package/dist/types/components/ic-tab-panel/ic-tab-panel.d.ts +3 -0
  282. package/dist/types/components/ic-text-field/ic-text-field.d.ts +3 -0
  283. package/dist/types/components.d.ts +5 -4
  284. package/dist/types/utils/helpers.d.ts +3 -0
  285. package/hydrate/index.js +113 -33
  286. package/package.json +4 -4
  287. package/dist/cjs/helpers-60fda93f.js.map +0 -1
  288. package/dist/core/p-27528d04.entry.js +0 -2
  289. package/dist/core/p-3013158d.entry.js +0 -2
  290. package/dist/core/p-36b25af4.entry.js.map +0 -1
  291. package/dist/core/p-3d6902a3.entry.js +0 -2
  292. package/dist/core/p-3d6902a3.entry.js.map +0 -1
  293. package/dist/core/p-400b34b9.entry.js.map +0 -1
  294. package/dist/core/p-438e327e.entry.js.map +0 -1
  295. package/dist/core/p-4af4a9e7.entry.js +0 -2
  296. package/dist/core/p-4af4a9e7.entry.js.map +0 -1
  297. package/dist/core/p-4e498c03.entry.js +0 -2
  298. package/dist/core/p-4e498c03.entry.js.map +0 -1
  299. package/dist/core/p-682686a6.entry.js +0 -2
  300. package/dist/core/p-682686a6.entry.js.map +0 -1
  301. package/dist/core/p-71282f37.entry.js +0 -2
  302. package/dist/core/p-71282f37.entry.js.map +0 -1
  303. package/dist/core/p-98e9eccc.entry.js +0 -2
  304. package/dist/core/p-9bf3f413.entry.js +0 -2
  305. package/dist/core/p-9bf3f413.entry.js.map +0 -1
  306. package/dist/core/p-c15bb762.js.map +0 -1
  307. package/dist/core/p-c8772106.entry.js +0 -2
  308. package/dist/core/p-c8772106.entry.js.map +0 -1
  309. package/dist/core/p-d4c6f4fb.entry.js +0 -2
  310. package/dist/core/p-d4c6f4fb.entry.js.map +0 -1
  311. package/dist/core/p-d78bded9.entry.js +0 -2
  312. package/dist/core/p-d78bded9.entry.js.map +0 -1
  313. package/dist/core/p-d8973266.entry.js +0 -2
  314. package/dist/core/p-d8973266.entry.js.map +0 -1
  315. package/dist/core/p-fca84a85.entry.js +0 -2
  316. package/dist/esm/helpers-8b43d0d4.js.map +0 -1
@@ -10,7 +10,7 @@ const patchEsm = () => {
10
10
  const defineCustomElements = (win, options) => {
11
11
  if (typeof window === 'undefined') return Promise.resolve();
12
12
  return patchEsm().then(() => {
13
- return bootstrapLazy(JSON.parse("[[\"ic-typography\",[[1,\"ic-typography\",{\"variant\":[1],\"applyVerticalMargins\":[4,\"apply-vertical-margins\"]}]]],[\"ic-search-bar\",[[1,\"ic-search-bar\",{\"label\":[1],\"required\":[4],\"disabled\":[4],\"readonly\":[4],\"placeholder\":[1],\"fullWidth\":[4,\"full-width\"],\"disableFilter\":[4,\"disable-filter\"],\"hideLabel\":[4,\"hide-label\"],\"helperText\":[1,\"helper-text\"],\"small\":[4],\"value\":[1537],\"autocapitalize\":[1],\"autocomplete\":[1],\"autocorrect\":[1],\"autofocus\":[4],\"debounce\":[1026],\"name\":[1],\"spellcheck\":[4],\"options\":[16],\"focusOnLoad\":[4,\"focus-on-load\"],\"hintText\":[1,\"hint-text\"],\"emptyOptionListText\":[1,\"empty-option-list-text\"],\"charactersUntilSuggestion\":[2,\"characters-until-suggestion\"],\"open\":[32],\"filteredOptions\":[32],\"ariaActiveDescendant\":[32],\"showClearButton\":[32],\"clearButtonFocused\":[32],\"searchSubmitFocused\":[32],\"prevNoOption\":[32],\"setFocus\":[64]},[[0,\"icKeydown\",\"handleKeyDown\"],[0,\"keyup\",\"handleKeyUp\"],[0,\"menuChange\",\"onMenuClose\"],[0,\"menuOptionId\",\"onMenuOptionHighlighted\"]]]]],[\"ic-select\",[[1,\"ic-select\",{\"label\":[1],\"options\":[16],\"required\":[4],\"hideLabel\":[4,\"hide-label\"],\"disabled\":[516],\"readonly\":[4],\"placeholder\":[1],\"helperText\":[1,\"helper-text\"],\"small\":[4],\"fullWidth\":[4,\"full-width\"],\"validationStatus\":[1,\"validation-status\"],\"validationText\":[1,\"validation-text\"],\"value\":[1],\"name\":[1],\"showClearButton\":[4,\"show-clear-button\"],\"searchable\":[4],\"includeDescriptionsInSearch\":[4,\"include-descriptions-in-search\"],\"includeGroupTitlesInSearch\":[4,\"include-group-titles-in-search\"],\"searchMatchPosition\":[1,\"search-match-position\"],\"charactersUntilSuggestions\":[2,\"characters-until-suggestions\"],\"emptyOptionListText\":[1,\"empty-option-list-text\"],\"open\":[32],\"clearButtonFocused\":[32],\"searchableSelectInputValue\":[32],\"filteredOptions\":[32],\"ariaActiveDescendant\":[32],\"noOptions\":[32],\"setFocus\":[64]}]]],[\"ic-top-navigation\",[[1,\"ic-top-navigation\",{\"appTitle\":[1,\"app-title\"],\"href\":[1],\"version\":[1],\"status\":[1],\"contentAligned\":[1,\"content-aligned\"],\"inline\":[4],\"menuOpen\":[32],\"deviceSize\":[32],\"mobileSearchBarVisible\":[32],\"navMenuVisible\":[32],\"searchValue\":[32],\"mobileSearchHiddenOnBlur\":[32],\"searchButtonClick\":[32],\"foregroundColor\":[32],\"hasFullWidthSearchBar\":[32]},[[0,\"icNavigationMenuClose\",\"navBarMenuCloseHandler\"],[0,\"icSearchBarBlur\",\"searchInputBlurHandler\"],[0,\"icChange\",\"searchValueChangeHandler\"],[4,\"icThemeChange\",\"themeChangeHandler\"]]]]],[\"ic-side-navigation\",[[1,\"ic-side-navigation\",{\"appTitle\":[1,\"app-title\"],\"status\":[1],\"version\":[1],\"expanded\":[4],\"href\":[1],\"static\":[4],\"collapsedIconLabels\":[4,\"collapsed-icon-labels\"],\"inline\":[4],\"disableAutoParentStyling\":[4,\"disable-auto-parent-styling\"],\"foregroundColor\":[32],\"menuOpen\":[32],\"menuExpanded\":[32],\"deviceSize\":[32],\"deviceSizeAppTitle\":[32],\"hasSecondaryNavigation\":[32]},[[4,\"icThemeChange\",\"themeChangeHandler\"]]]]],[\"ic-alert\",[[1,\"ic-alert\",{\"variant\":[1],\"heading\":[1],\"message\":[1],\"titleAbove\":[4,\"title-above\"],\"dismissible\":[4],\"announced\":[4],\"visible\":[32],\"alertTitleWrap\":[32]},[[2,\"dismiss\",\"handleClick\"]]]]],[\"ic-navigation-button\",[[1,\"ic-navigation-button\",{\"label\":[1],\"href\":[1],\"target\":[1],\"rel\":[1],\"download\":[8],\"hreflang\":[1],\"referrerpolicy\":[1],\"mode\":[32],\"initialAppearance\":[32],\"setFocus\":[64]},[[4,\"icNavigationMenuOpened\",\"navBarMenuOpenHandler\"],[4,\"icNavigationMenuClosed\",\"navBarMenuCloseHandler\"],[4,\"icThemeChange\",\"themeChangeHandler\"]]]]],[\"ic-checkbox-group\",[[1,\"ic-checkbox-group\",{\"label\":[1],\"name\":[1],\"required\":[4],\"hideLabel\":[4,\"hide-label\"],\"disabled\":[4],\"helperText\":[1,\"helper-text\"],\"small\":[4],\"validationStatus\":[1,\"validation-status\"],\"validationText\":[1,\"validation-text\"],\"checkedOptions\":[32]},[[0,\"checkboxChecked\",\"selectHandler\"]]]]],[\"ic-radio-group\",[[1,\"ic-radio-group\",{\"label\":[1],\"name\":[1],\"required\":[4],\"hideLabel\":[4,\"hide-label\"],\"disabled\":[4],\"helperText\":[1,\"helper-text\"],\"small\":[4],\"validationStatus\":[1,\"validation-status\"],\"validationText\":[1,\"validation-text\"],\"checkedValue\":[32],\"selectedChild\":[32]},[[0,\"radioOptionSelect\",\"selectHandler\"]]]]],[\"ic-breadcrumb-group\",[[1,\"ic-breadcrumb-group\",{\"backBreadcrumbOnly\":[4,\"back-breadcrumb-only\"],\"collapsed\":[4],\"deviceSize\":[32],\"expandedBreadcrumbs\":[32]}]]],[\"ic-footer\",[[1,\"ic-footer\",{\"description\":[1],\"aligned\":[1],\"breakpoint\":[1],\"groupLinks\":[4,\"group-links\"],\"caption\":[1],\"copyright\":[4],\"deviceSize\":[32],\"foregroundColor\":[32]},[[4,\"icThemeChange\",\"themeChangeHandler\"]]]]],[\"ic-footer-link-group\",[[1,\"ic-footer-link-group\",{\"groupTitle\":[1,\"group-title\"],\"small\":[32],\"expanded\":[32],\"dropdownIconStyle\":[32],\"deviceSize\":[32]},[[4,\"icFooterResized\",\"footerResizeHandler\"],[4,\"icThemeChange\",\"footerThemeChangeHandler\"]]]]],[\"ic-hero\",[[1,\"ic-hero\",{\"heading\":[1],\"subheading\":[1],\"secondaryHeading\":[1,\"secondary-heading\"],\"secondarySubheading\":[1,\"secondary-subheading\"],\"backgroundImage\":[1,\"background-image\"],\"disableBackgroundParallax\":[4,\"disable-background-parallax\"],\"aligned\":[1],\"contentAligned\":[1,\"content-aligned\"],\"small\":[4],\"rightContent\":[32],\"scrollFactor\":[32],\"leftContentFullWidth\":[32],\"foregroundColor\":[32]},[[4,\"icThemeChange\",\"themeChangeHandler\"],[5,\"scroll\",\"doScroll\"]]]]],[\"ic-navigation-item\",[[1,\"ic-navigation-item\",{\"label\":[1],\"href\":[1],\"selected\":[4],\"expandable\":[4],\"displayNavigationTooltip\":[4,\"display-navigation-tooltip\"],\"collapsedIconLabel\":[4,\"collapsed-icon-label\"],\"isTopNavChild\":[32],\"inTopNavSideMenu\":[32],\"deviceSize\":[32],\"focusStyle\":[32],\"navigationType\":[32],\"parentEl\":[32],\"sideNavExpanded\":[32],\"isSideNavMobile\":[32],\"setFocus\":[64]},[[4,\"icThemeChange\",\"themeChangeHandler\"]]]]],[\"ic-page-header\",[[1,\"ic-page-header\",{\"heading\":[1],\"subheading\":[1],\"aligned\":[1],\"small\":[4],\"border\":[4],\"sticky\":[4],\"stickyDesktopOnly\":[4,\"sticky-desktop-only\"],\"reverseOrder\":[4,\"reverse-order\"],\"deviceSize\":[32],\"areButtonsReversed\":[32],\"actionContent\":[32]}]]],[\"ic-switch\",[[1,\"ic-switch\",{\"label\":[1],\"hideLabel\":[4,\"hide-label\"],\"helperText\":[1,\"helper-text\"],\"checked\":[4],\"small\":[4],\"disabled\":[4],\"name\":[1],\"showState\":[4,\"show-state\"],\"value\":[1],\"checkedState\":[32]}]]],[\"ic-tab-group\",[[1,\"ic-tab-group\",{\"contextId\":[513,\"context-id\"],\"inline\":[516],\"label\":[1],\"appearance\":[1],\"firstTabVisible\":[32],\"lastTabVisible\":[32],\"tabOverflow\":[32],\"scrollTabIntoView\":[64]},[[0,\"tabFocus\",\"tabFocusHandler\"]]]]],[\"ic-back-to-top\",[[1,\"ic-back-to-top\",{\"target\":[1],\"bannerOffset\":[32],\"targetElVisible\":[32],\"footerVisible\":[32]}]]],[\"ic-card\",[[1,\"ic-card\",{\"clickable\":[1028],\"href\":[1],\"hreflang\":[1],\"referrerpolicy\":[1],\"rel\":[1],\"target\":[1],\"heading\":[1],\"message\":[1],\"disabled\":[4],\"fullWidth\":[4,\"full-width\"],\"parentIsAnchorTag\":[32],\"isFocussed\":[32],\"parentEl\":[32]},[[2,\"click\",\"handleHostClick\"]]]]],[\"ic-checkbox\",[[1,\"ic-checkbox\",{\"checked\":[516],\"disabled\":[4],\"label\":[1],\"value\":[1],\"name\":[1],\"groupLabel\":[1,\"group-label\"],\"dynamicText\":[1,\"dynamic-text\"],\"additionalFieldDisplay\":[513,\"additional-field-display\"],\"indeterminate\":[4]}]]],[\"ic-classification-banner\",[[1,\"ic-classification-banner\",{\"additionalSelectors\":[1,\"additional-selectors\"],\"classification\":[1],\"country\":[1],\"inline\":[4],\"upTo\":[4,\"up-to\"]}]]],[\"ic-data-entity\",[[1,\"ic-data-entity\",{\"heading\":[1],\"small\":[4]}]]],[\"ic-data-row\",[[1,\"ic-data-row\",{\"label\":[1],\"value\":[1],\"small\":[4],\"deviceSize\":[32],\"entitySize\":[32]}]]],[\"ic-navigation-group\",[[1,\"ic-navigation-group\",{\"label\":[1],\"expandable\":[4],\"dropdownOpen\":[32],\"inTopNavSideMenu\":[32],\"deviceSize\":[32],\"focusStyle\":[32],\"navigationType\":[32],\"parentEl\":[32],\"expanded\":[32],\"setFocus\":[64]},[[0,\"childBlur\",\"childBlurHandler\"],[0,\"icNavItemClicked\",\"navItemClickHandler\"],[4,\"icThemeChange\",\"themeChangeHandler\"]]]]],[\"ic-radio-option\",[[1,\"ic-radio-option\",{\"selected\":[516],\"disabled\":[4],\"label\":[1],\"value\":[1],\"name\":[1],\"groupLabel\":[1,\"group-label\"],\"dynamicText\":[1,\"dynamic-text\"],\"additionalFieldDisplay\":[513,\"additional-field-display\"]},[[0,\"icChange\",\"textfieldValueHandler\"]]]]],[\"ic-status-tag\",[[1,\"ic-status-tag\",{\"label\":[1],\"status\":[1],\"appearance\":[1],\"small\":[4]}]]],[\"ic-step\",[[1,\"ic-step\",{\"stepType\":[1,\"step-type\"],\"stepTitle\":[1,\"step-title\"],\"stepSubtitle\":[1,\"step-subtitle\"],\"stepNum\":[2,\"step-num\"],\"lastStep\":[4,\"last-step\"]}]]],[\"ic-tab\",[[1,\"ic-tab\",{\"contextId\":[513,\"context-id\"],\"disabled\":[4],\"selected\":[516],\"tabId\":[513,\"tab-id\"],\"tabPosition\":[2,\"tab-position\"],\"appearance\":[1]}]]],[\"ic-footer-link\",[[1,\"ic-footer-link\",{\"href\":[1],\"footerConfig\":[32],\"deviceSize\":[32],\"foregroundColor\":[32]},[[4,\"icFooterResized\",\"footerResizeHandler\"],[4,\"icThemeChange\",\"footerThemeChangeHandler\"]]]]],[\"ic-skeleton\",[[1,\"ic-skeleton\",{\"variant\":[1],\"light\":[4],\"hasChild\":[32],\"default\":[32],\"heightOnly\":[32],\"widthOnly\":[32]}]]],[\"ic-stepper\",[[1,\"ic-stepper\",{\"aligned\":[1],\"connectorWidth\":[2,\"connector-width\"],\"stepperWidth\":[32],\"lastStepWidth\":[32]}]]],[\"ic-tab-context\",[[4,\"ic-tab-context\",{\"contextId\":[513,\"context-id\"],\"activationType\":[1,\"activation-type\"],\"selectedTabIndex\":[2,\"selected-tab-index\"],\"appearance\":[1],\"selectedTab\":[32]},[[0,\"tabClick\",\"tabClickHandler\"]]]]],[\"ic-tab-panel\",[[1,\"ic-tab-panel\",{\"contextId\":[513,\"context-id\"],\"tabPosition\":[514,\"tab-position\"],\"panelId\":[513,\"panel-id\"],\"selectedTab\":[1,\"selected-tab\"]}]]],[\"ic-theme\",[[1,\"ic-theme\",{\"color\":[1]}]]],[\"ic-text-field\",[[1,\"ic-text-field\",{\"inputId\":[1,\"input-id\"],\"label\":[1],\"required\":[4],\"disabled\":[4],\"readonly\":[4],\"placeholder\":[1],\"fullWidth\":[4,\"full-width\"],\"hideLabel\":[4,\"hide-label\"],\"helperText\":[1,\"helper-text\"],\"rows\":[2],\"resize\":[4],\"small\":[4],\"value\":[1537],\"maxLength\":[2,\"max-length\"],\"validationStatus\":[1,\"validation-status\"],\"validationText\":[1,\"validation-text\"],\"validationInline\":[4,\"validation-inline\"],\"autocapitalize\":[1],\"autocomplete\":[1],\"autocorrect\":[1],\"autoFocus\":[4,\"auto-focus\"],\"debounce\":[2],\"type\":[1],\"inputmode\":[1],\"name\":[1],\"spellcheck\":[4],\"ariaActiveDescendant\":[1,\"aria-active-descendant\"],\"truncateValue\":[4,\"truncate-value\"],\"ariaExpanded\":[1,\"aria-expanded\"],\"ariaOwns\":[1,\"aria-owns\"],\"ariaAutocomplete\":[1,\"aria-autocomplete\"],\"role\":[1],\"hiddenInput\":[4,\"hidden-input\"],\"numChars\":[32],\"maxLengthExceeded\":[32],\"setFocus\":[64]},[[0,\"keydown\",\"handleKeyDown\"]]]]],[\"ic-navigation-menu\",[[1,\"ic-navigation-menu\",{\"version\":[1],\"status\":[1]},[[0,\"icNavItemClicked\",\"navItemClickHandler\"],[4,\"keydown\",\"handleKeyDown\"]]]]],[\"ic-link\",[[1,\"ic-link\",{\"download\":[8],\"href\":[1],\"hreflang\":[1],\"referrerpolicy\":[1],\"rel\":[1],\"target\":[1],\"showIcon\":[4,\"show-icon\"],\"appearance\":[1025]},[[4,\"icThemeChange\",\"themeChangeHandler\"]]]]],[\"ic-breadcrumb\",[[1,\"ic-breadcrumb\",{\"pageTitle\":[1,\"page-title\"],\"href\":[1],\"current\":[4],\"showBackIcon\":[516,\"show-back-icon\"]}]]],[\"ic-divider\",[[2,\"ic-divider\",{\"foregroundColor\":[32]},[[4,\"icThemeChange\",\"themeChangeHandler\"]]]]],[\"ic-section-container\",[[1,\"ic-section-container\",{\"aligned\":[1],\"fullHeight\":[4,\"full-height\"]}]]],[\"ic-input-component-container_3\",[[1,\"ic-menu\",{\"open\":[516],\"options\":[16],\"small\":[516],\"menuId\":[1,\"menu-id\"],\"value\":[1],\"activationType\":[1,\"activation-type\"],\"inputEl\":[16],\"parentEl\":[16],\"inputLabel\":[1,\"input-label\"],\"anchorEl\":[16],\"fullWidth\":[4,\"full-width\"],\"autoFocusOnSelected\":[4,\"auto-focus-on-selected\"],\"keyboardNav\":[32],\"optionHighlighted\":[32],\"focusFromSearchKeypress\":[32],\"initialOptionsListRender\":[32],\"preventIncorrectTabOrder\":[32],\"handleClickOpen\":[64],\"handleKeyboardOpen\":[64],\"handleSetFirstOption\":[64]},[[4,\"icClear\",\"handleClearListener\"],[4,\"icSubmitSearch\",\"handleSubmitSearch\"]]],[4,\"ic-input-component-container\",{\"disabled\":[4],\"readonly\":[4],\"validationStatus\":[1,\"validation-status\"],\"small\":[4],\"multiLine\":[4,\"multi-line\"],\"validationInline\":[4,\"validation-inline\"],\"dark\":[4],\"fullWidth\":[4,\"full-width\"]}],[4,\"ic-input-container\",{\"disabled\":[4],\"readonly\":[4]}]]],[\"ic-input-label_2\",[[4,\"ic-input-validation\",{\"message\":[1],\"for\":[1],\"status\":[1],\"fullWidth\":[4,\"full-width\"],\"ariaLiveMode\":[1,\"aria-live-mode\"]}],[0,\"ic-input-label\",{\"for\":[1],\"required\":[4],\"helperText\":[1,\"helper-text\"],\"label\":[1],\"disabled\":[4],\"readonly\":[4],\"error\":[4],\"dark\":[4]}]]],[\"ic-button_3\",[[1,\"ic-button\",{\"disabled\":[4],\"loading\":[4],\"type\":[1],\"href\":[1],\"target\":[1],\"rel\":[1],\"download\":[8],\"hreflang\":[1],\"referrerpolicy\":[1],\"variant\":[1],\"size\":[1],\"fullWidth\":[4,\"full-width\"],\"disableTooltip\":[4,\"disable-tooltip\"],\"tooltipPlacement\":[1,\"tooltip-placement\"],\"appearance\":[1025],\"setFocus\":[64],\"updateAriaLabel\":[64]},[[2,\"click\",\"handleHostClick\"],[4,\"icThemeChange\",\"themeChangeHandler\"]]],[1,\"ic-loading-indicator\",{\"progress\":[2],\"min\":[2],\"max\":[2],\"label\":[1],\"description\":[1],\"labelDuration\":[2,\"label-duration\"],\"size\":[513],\"type\":[513],\"fullWidth\":[516,\"full-width\"],\"appearance\":[1],\"indicatorLabel\":[32],\"indeterminate\":[32],\"showSecond\":[32]}],[1,\"ic-tooltip\",{\"target\":[1],\"placement\":[1],\"label\":[1]}]]]]"), options);
13
+ return bootstrapLazy(JSON.parse("[[\"ic-typography\",[[1,\"ic-typography\",{\"variant\":[1],\"applyVerticalMargins\":[4,\"apply-vertical-margins\"]}]]],[\"ic-search-bar\",[[1,\"ic-search-bar\",{\"label\":[1],\"required\":[4],\"disabled\":[4],\"readonly\":[4],\"placeholder\":[1],\"fullWidth\":[4,\"full-width\"],\"disableFilter\":[4,\"disable-filter\"],\"hideLabel\":[4,\"hide-label\"],\"helperText\":[1,\"helper-text\"],\"small\":[4],\"value\":[1537],\"autocapitalize\":[1],\"autocomplete\":[1],\"autocorrect\":[1],\"autofocus\":[4],\"debounce\":[1026],\"name\":[1],\"spellcheck\":[4],\"options\":[16],\"focusOnLoad\":[4,\"focus-on-load\"],\"hintText\":[1,\"hint-text\"],\"emptyOptionListText\":[1,\"empty-option-list-text\"],\"charactersUntilSuggestion\":[2,\"characters-until-suggestion\"],\"open\":[32],\"filteredOptions\":[32],\"ariaActiveDescendant\":[32],\"showClearButton\":[32],\"clearButtonFocused\":[32],\"searchSubmitFocused\":[32],\"prevNoOption\":[32],\"setFocus\":[64]},[[0,\"icKeydown\",\"handleKeyDown\"],[0,\"keyup\",\"handleKeyUp\"],[0,\"menuChange\",\"onMenuClose\"],[0,\"menuOptionId\",\"onMenuOptionHighlighted\"]]]]],[\"ic-select\",[[1,\"ic-select\",{\"label\":[1],\"options\":[16],\"required\":[4],\"hideLabel\":[4,\"hide-label\"],\"disabled\":[516],\"readonly\":[4],\"placeholder\":[1],\"helperText\":[1,\"helper-text\"],\"small\":[4],\"fullWidth\":[4,\"full-width\"],\"validationStatus\":[1,\"validation-status\"],\"validationText\":[1,\"validation-text\"],\"value\":[1025],\"name\":[1],\"showClearButton\":[4,\"show-clear-button\"],\"searchable\":[4],\"includeDescriptionsInSearch\":[4,\"include-descriptions-in-search\"],\"includeGroupTitlesInSearch\":[4,\"include-group-titles-in-search\"],\"searchMatchPosition\":[1,\"search-match-position\"],\"charactersUntilSuggestions\":[2,\"characters-until-suggestions\"],\"emptyOptionListText\":[1,\"empty-option-list-text\"],\"open\":[32],\"clearButtonFocused\":[32],\"searchableSelectInputValue\":[32],\"filteredOptions\":[32],\"ariaActiveDescendant\":[32],\"noOptions\":[32],\"initialValue\":[32],\"setFocus\":[64]}]]],[\"ic-top-navigation\",[[1,\"ic-top-navigation\",{\"appTitle\":[1,\"app-title\"],\"href\":[1],\"version\":[1],\"status\":[1],\"contentAligned\":[1,\"content-aligned\"],\"inline\":[4],\"menuOpen\":[32],\"deviceSize\":[32],\"mobileSearchBarVisible\":[32],\"navMenuVisible\":[32],\"searchValue\":[32],\"mobileSearchHiddenOnBlur\":[32],\"searchButtonClick\":[32],\"foregroundColor\":[32],\"hasFullWidthSearchBar\":[32]},[[0,\"icNavigationMenuClose\",\"navBarMenuCloseHandler\"],[0,\"icSearchBarBlur\",\"searchInputBlurHandler\"],[0,\"icChange\",\"searchValueChangeHandler\"],[4,\"icThemeChange\",\"themeChangeHandler\"]]]]],[\"ic-side-navigation\",[[1,\"ic-side-navigation\",{\"appTitle\":[1,\"app-title\"],\"status\":[1],\"version\":[1],\"expanded\":[4],\"href\":[1],\"static\":[4],\"collapsedIconLabels\":[4,\"collapsed-icon-labels\"],\"inline\":[4],\"disableAutoParentStyling\":[4,\"disable-auto-parent-styling\"],\"foregroundColor\":[32],\"menuOpen\":[32],\"menuExpanded\":[32],\"deviceSize\":[32],\"deviceSizeAppTitle\":[32],\"hasSecondaryNavigation\":[32]},[[4,\"icThemeChange\",\"themeChangeHandler\"]]]]],[\"ic-alert\",[[1,\"ic-alert\",{\"variant\":[1],\"heading\":[1],\"message\":[1],\"titleAbove\":[4,\"title-above\"],\"dismissible\":[4],\"announced\":[4],\"visible\":[32],\"alertTitleWrap\":[32]},[[2,\"dismiss\",\"handleClick\"]]]]],[\"ic-navigation-button\",[[1,\"ic-navigation-button\",{\"label\":[1],\"href\":[1],\"target\":[1],\"rel\":[1],\"download\":[8],\"hreflang\":[1],\"referrerpolicy\":[1],\"mode\":[32],\"initialAppearance\":[32],\"setFocus\":[64]},[[4,\"icNavigationMenuOpened\",\"navBarMenuOpenHandler\"],[4,\"icNavigationMenuClosed\",\"navBarMenuCloseHandler\"],[4,\"icThemeChange\",\"themeChangeHandler\"]]]]],[\"ic-checkbox-group\",[[1,\"ic-checkbox-group\",{\"label\":[1],\"name\":[1],\"required\":[4],\"hideLabel\":[4,\"hide-label\"],\"disabled\":[4],\"helperText\":[1,\"helper-text\"],\"small\":[4],\"validationStatus\":[1,\"validation-status\"],\"validationText\":[1,\"validation-text\"],\"checkedOptions\":[32]},[[0,\"checkboxChecked\",\"selectHandler\"]]]]],[\"ic-radio-group\",[[1,\"ic-radio-group\",{\"label\":[1],\"name\":[1],\"required\":[4],\"hideLabel\":[4,\"hide-label\"],\"disabled\":[4],\"helperText\":[1,\"helper-text\"],\"small\":[4],\"validationStatus\":[1,\"validation-status\"],\"validationText\":[1,\"validation-text\"],\"checkedValue\":[32],\"selectedChild\":[32]},[[0,\"radioOptionSelect\",\"selectHandler\"]]]]],[\"ic-breadcrumb-group\",[[1,\"ic-breadcrumb-group\",{\"backBreadcrumbOnly\":[4,\"back-breadcrumb-only\"],\"collapsed\":[4],\"deviceSize\":[32],\"expandedBreadcrumbs\":[32]}]]],[\"ic-footer\",[[1,\"ic-footer\",{\"description\":[1],\"aligned\":[1],\"breakpoint\":[1],\"groupLinks\":[4,\"group-links\"],\"caption\":[1],\"copyright\":[4],\"deviceSize\":[32],\"foregroundColor\":[32]},[[4,\"icThemeChange\",\"themeChangeHandler\"]]]]],[\"ic-footer-link-group\",[[1,\"ic-footer-link-group\",{\"groupTitle\":[1,\"group-title\"],\"small\":[32],\"expanded\":[32],\"dropdownIconStyle\":[32],\"deviceSize\":[32]},[[4,\"icFooterResized\",\"footerResizeHandler\"],[4,\"icThemeChange\",\"footerThemeChangeHandler\"]]]]],[\"ic-hero\",[[1,\"ic-hero\",{\"heading\":[1],\"subheading\":[1],\"secondaryHeading\":[1,\"secondary-heading\"],\"secondarySubheading\":[1,\"secondary-subheading\"],\"backgroundImage\":[1,\"background-image\"],\"disableBackgroundParallax\":[4,\"disable-background-parallax\"],\"aligned\":[1],\"contentAligned\":[1,\"content-aligned\"],\"small\":[4],\"rightContent\":[32],\"scrollFactor\":[32],\"leftContentFullWidth\":[32],\"foregroundColor\":[32]},[[4,\"icThemeChange\",\"themeChangeHandler\"],[5,\"scroll\",\"doScroll\"]]]]],[\"ic-navigation-item\",[[1,\"ic-navigation-item\",{\"label\":[1],\"href\":[1],\"selected\":[4],\"expandable\":[4],\"displayNavigationTooltip\":[4,\"display-navigation-tooltip\"],\"collapsedIconLabel\":[4,\"collapsed-icon-label\"],\"isTopNavChild\":[32],\"inTopNavSideMenu\":[32],\"deviceSize\":[32],\"focusStyle\":[32],\"navigationType\":[32],\"parentEl\":[32],\"sideNavExpanded\":[32],\"isSideNavMobile\":[32],\"setFocus\":[64]},[[4,\"icThemeChange\",\"themeChangeHandler\"]]]]],[\"ic-page-header\",[[1,\"ic-page-header\",{\"heading\":[1],\"subheading\":[1],\"aligned\":[1],\"small\":[4],\"border\":[4],\"sticky\":[4],\"stickyDesktopOnly\":[4,\"sticky-desktop-only\"],\"reverseOrder\":[4,\"reverse-order\"],\"deviceSize\":[32],\"areButtonsReversed\":[32],\"actionContent\":[32]}]]],[\"ic-switch\",[[1,\"ic-switch\",{\"label\":[1],\"hideLabel\":[4,\"hide-label\"],\"helperText\":[1,\"helper-text\"],\"checked\":[4],\"small\":[4],\"disabled\":[4],\"name\":[1],\"showState\":[4,\"show-state\"],\"value\":[1],\"checkedState\":[32],\"initiallyChecked\":[32]}]]],[\"ic-tab-group\",[[1,\"ic-tab-group\",{\"contextId\":[513,\"context-id\"],\"inline\":[516],\"label\":[1],\"appearance\":[1],\"firstTabVisible\":[32],\"lastTabVisible\":[32],\"tabOverflow\":[32],\"scrollTabIntoView\":[64]},[[0,\"tabFocus\",\"tabFocusHandler\"]]]]],[\"ic-back-to-top\",[[1,\"ic-back-to-top\",{\"target\":[1],\"bannerOffset\":[32],\"targetElVisible\":[32],\"footerVisible\":[32]}]]],[\"ic-card\",[[1,\"ic-card\",{\"clickable\":[1028],\"href\":[1],\"hreflang\":[1],\"referrerpolicy\":[1],\"rel\":[1],\"target\":[1],\"heading\":[1],\"message\":[1],\"disabled\":[4],\"fullWidth\":[4,\"full-width\"],\"parentIsAnchorTag\":[32],\"isFocussed\":[32],\"parentEl\":[32]},[[2,\"click\",\"handleHostClick\"]]]]],[\"ic-checkbox\",[[1,\"ic-checkbox\",{\"checked\":[1540],\"disabled\":[4],\"label\":[1],\"value\":[1],\"name\":[1],\"groupLabel\":[1,\"group-label\"],\"dynamicText\":[1,\"dynamic-text\"],\"additionalFieldDisplay\":[513,\"additional-field-display\"],\"indeterminate\":[4],\"initiallyChecked\":[32]}]]],[\"ic-classification-banner\",[[1,\"ic-classification-banner\",{\"additionalSelectors\":[1,\"additional-selectors\"],\"classification\":[1],\"country\":[1],\"inline\":[4],\"upTo\":[4,\"up-to\"]}]]],[\"ic-data-entity\",[[1,\"ic-data-entity\",{\"heading\":[1],\"small\":[4]}]]],[\"ic-data-row\",[[1,\"ic-data-row\",{\"label\":[1],\"value\":[1],\"small\":[4],\"deviceSize\":[32],\"entitySize\":[32]}]]],[\"ic-navigation-group\",[[1,\"ic-navigation-group\",{\"label\":[1],\"expandable\":[4],\"dropdownOpen\":[32],\"inTopNavSideMenu\":[32],\"deviceSize\":[32],\"focusStyle\":[32],\"navigationType\":[32],\"parentEl\":[32],\"expanded\":[32],\"setFocus\":[64]},[[0,\"childBlur\",\"childBlurHandler\"],[0,\"icNavItemClicked\",\"navItemClickHandler\"],[4,\"icThemeChange\",\"themeChangeHandler\"]]]]],[\"ic-radio-option\",[[1,\"ic-radio-option\",{\"selected\":[1540],\"disabled\":[4],\"label\":[1],\"value\":[1025],\"name\":[1],\"groupLabel\":[1,\"group-label\"],\"dynamicText\":[1,\"dynamic-text\"],\"additionalFieldDisplay\":[513,\"additional-field-display\"],\"initiallySelected\":[32]},[[0,\"icChange\",\"textfieldValueHandler\"]]]]],[\"ic-status-tag\",[[1,\"ic-status-tag\",{\"label\":[1],\"status\":[1],\"appearance\":[1],\"small\":[4]}]]],[\"ic-step\",[[1,\"ic-step\",{\"stepType\":[1,\"step-type\"],\"stepTitle\":[1,\"step-title\"],\"stepSubtitle\":[1,\"step-subtitle\"],\"stepNum\":[2,\"step-num\"],\"lastStep\":[4,\"last-step\"]}]]],[\"ic-tab\",[[1,\"ic-tab\",{\"contextId\":[513,\"context-id\"],\"disabled\":[4],\"selected\":[516],\"tabId\":[513,\"tab-id\"],\"tabPosition\":[2,\"tab-position\"],\"appearance\":[1]}]]],[\"ic-footer-link\",[[1,\"ic-footer-link\",{\"href\":[1],\"footerConfig\":[32],\"deviceSize\":[32],\"foregroundColor\":[32]},[[4,\"icFooterResized\",\"footerResizeHandler\"],[4,\"icThemeChange\",\"footerThemeChangeHandler\"]]]]],[\"ic-skeleton\",[[1,\"ic-skeleton\",{\"variant\":[1],\"light\":[4],\"hasChild\":[32],\"default\":[32],\"heightOnly\":[32],\"widthOnly\":[32]}]]],[\"ic-stepper\",[[1,\"ic-stepper\",{\"aligned\":[1],\"connectorWidth\":[2,\"connector-width\"],\"stepperWidth\":[32],\"lastStepWidth\":[32]}]]],[\"ic-tab-context\",[[4,\"ic-tab-context\",{\"contextId\":[513,\"context-id\"],\"activationType\":[1,\"activation-type\"],\"selectedTabIndex\":[2,\"selected-tab-index\"],\"appearance\":[1],\"selectedTab\":[32]},[[0,\"tabClick\",\"tabClickHandler\"]]]]],[\"ic-tab-panel\",[[1,\"ic-tab-panel\",{\"contextId\":[513,\"context-id\"],\"tabPosition\":[514,\"tab-position\"],\"panelId\":[513,\"panel-id\"],\"selectedTab\":[1,\"selected-tab\"],\"appearance\":[1]}]]],[\"ic-theme\",[[1,\"ic-theme\",{\"color\":[1]}]]],[\"ic-text-field\",[[1,\"ic-text-field\",{\"inputId\":[1,\"input-id\"],\"label\":[1],\"required\":[4],\"disabled\":[4],\"readonly\":[4],\"placeholder\":[1],\"fullWidth\":[4,\"full-width\"],\"hideLabel\":[4,\"hide-label\"],\"helperText\":[1,\"helper-text\"],\"rows\":[2],\"resize\":[4],\"small\":[4],\"value\":[1537],\"maxLength\":[2,\"max-length\"],\"validationStatus\":[1,\"validation-status\"],\"validationText\":[1,\"validation-text\"],\"validationInline\":[4,\"validation-inline\"],\"autocapitalize\":[1],\"autocomplete\":[1],\"autocorrect\":[1],\"autoFocus\":[4,\"auto-focus\"],\"debounce\":[2],\"type\":[1],\"inputmode\":[1],\"name\":[1],\"spellcheck\":[4],\"ariaActiveDescendant\":[1,\"aria-active-descendant\"],\"truncateValue\":[4,\"truncate-value\"],\"ariaExpanded\":[1,\"aria-expanded\"],\"ariaOwns\":[1,\"aria-owns\"],\"ariaAutocomplete\":[1,\"aria-autocomplete\"],\"role\":[1],\"hiddenInput\":[4,\"hidden-input\"],\"numChars\":[32],\"maxLengthExceeded\":[32],\"initialValue\":[32],\"setFocus\":[64]},[[0,\"keydown\",\"handleKeyDown\"]]]]],[\"ic-navigation-menu\",[[1,\"ic-navigation-menu\",{\"version\":[1],\"status\":[1]},[[0,\"icNavItemClicked\",\"navItemClickHandler\"],[4,\"keydown\",\"handleKeyDown\"]]]]],[\"ic-link\",[[1,\"ic-link\",{\"download\":[8],\"href\":[1],\"hreflang\":[1],\"referrerpolicy\":[1],\"rel\":[1],\"target\":[1],\"showIcon\":[4,\"show-icon\"],\"appearance\":[1025]},[[4,\"icThemeChange\",\"themeChangeHandler\"]]]]],[\"ic-breadcrumb\",[[1,\"ic-breadcrumb\",{\"pageTitle\":[1,\"page-title\"],\"href\":[1],\"current\":[4],\"showBackIcon\":[516,\"show-back-icon\"]}]]],[\"ic-divider\",[[2,\"ic-divider\",{\"foregroundColor\":[32]},[[4,\"icThemeChange\",\"themeChangeHandler\"]]]]],[\"ic-section-container\",[[1,\"ic-section-container\",{\"aligned\":[1],\"fullHeight\":[4,\"full-height\"]}]]],[\"ic-input-component-container_3\",[[1,\"ic-menu\",{\"open\":[516],\"options\":[16],\"small\":[516],\"menuId\":[1,\"menu-id\"],\"value\":[1],\"activationType\":[1,\"activation-type\"],\"inputEl\":[16],\"parentEl\":[16],\"inputLabel\":[1,\"input-label\"],\"anchorEl\":[16],\"fullWidth\":[4,\"full-width\"],\"autoFocusOnSelected\":[4,\"auto-focus-on-selected\"],\"keyboardNav\":[32],\"optionHighlighted\":[32],\"focusFromSearchKeypress\":[32],\"initialOptionsListRender\":[32],\"preventIncorrectTabOrder\":[32],\"handleClickOpen\":[64],\"handleKeyboardOpen\":[64],\"handleSetFirstOption\":[64]},[[4,\"icClear\",\"handleClearListener\"],[4,\"icSubmitSearch\",\"handleSubmitSearch\"]]],[4,\"ic-input-component-container\",{\"disabled\":[4],\"readonly\":[4],\"validationStatus\":[1,\"validation-status\"],\"small\":[4],\"multiLine\":[4,\"multi-line\"],\"validationInline\":[4,\"validation-inline\"],\"dark\":[4],\"fullWidth\":[4,\"full-width\"]}],[4,\"ic-input-container\",{\"disabled\":[4],\"readonly\":[4]}]]],[\"ic-input-label_2\",[[4,\"ic-input-validation\",{\"message\":[1],\"for\":[1],\"status\":[1],\"fullWidth\":[4,\"full-width\"],\"ariaLiveMode\":[1,\"aria-live-mode\"]}],[0,\"ic-input-label\",{\"for\":[1],\"required\":[4],\"helperText\":[1,\"helper-text\"],\"label\":[1],\"disabled\":[4],\"readonly\":[4],\"error\":[4],\"dark\":[4]}]]],[\"ic-button_3\",[[1,\"ic-button\",{\"disabled\":[4],\"loading\":[4],\"type\":[1],\"href\":[1],\"target\":[1],\"rel\":[1],\"download\":[8],\"hreflang\":[1],\"referrerpolicy\":[1],\"variant\":[1],\"size\":[1],\"fullWidth\":[4,\"full-width\"],\"disableTooltip\":[4,\"disable-tooltip\"],\"tooltipPlacement\":[1,\"tooltip-placement\"],\"appearance\":[1025],\"setFocus\":[64],\"updateAriaLabel\":[64]},[[2,\"click\",\"handleHostClick\"],[4,\"icThemeChange\",\"themeChangeHandler\"]]],[1,\"ic-loading-indicator\",{\"progress\":[2],\"min\":[2],\"max\":[2],\"label\":[1],\"description\":[1],\"labelDuration\":[2,\"label-duration\"],\"size\":[513],\"type\":[513],\"fullWidth\":[516,\"full-width\"],\"appearance\":[1],\"indicatorLabel\":[32],\"indeterminate\":[32],\"showSecond\":[32]}],[1,\"ic-tooltip\",{\"target\":[1],\"placement\":[1],\"label\":[1]}]]]]"), options);
14
14
  });
15
15
  };
16
16
 
@@ -37,6 +37,7 @@ export declare class Checkbox {
37
37
  * Display the indeterminate state when checked
38
38
  */
39
39
  indeterminate: boolean;
40
+ initiallyChecked: boolean;
40
41
  host: HTMLIcCheckboxElement;
41
42
  /**
42
43
  * Emitted when a checkbox has been checked
@@ -44,7 +45,10 @@ export declare class Checkbox {
44
45
  checkboxChecked: EventEmitter<void>;
45
46
  private additionalFieldContainer;
46
47
  private handleClick;
48
+ private handleFormReset;
47
49
  componentDidRender(): void;
50
+ componentWillLoad(): void;
48
51
  componentDidLoad(): void;
52
+ disconnectedCallback(): void;
49
53
  render(): any;
50
54
  }
@@ -1,4 +1,7 @@
1
1
  import { IcThemeForeground } from "../../utils/types";
2
+ /**
3
+ * @slot router-item - Handle routing by nesting your routes in this slot
4
+ */
2
5
  export declare class Link {
3
6
  private inheritedAttributes;
4
7
  private routerSlot;
@@ -33,6 +33,7 @@ export declare class RadioOption {
33
33
  dynamicText: string;
34
34
  /** Determines type of additional text field in relation to radio option */
35
35
  additionalFieldDisplay: IcAdditionalFieldTypes;
36
+ initiallySelected: boolean;
36
37
  host: HTMLIcRadioOptionElement;
37
38
  /**
38
39
  * Emitted when radio is checked
@@ -44,14 +45,17 @@ export declare class RadioOption {
44
45
  radioOptionSelect: EventEmitter<IcValueEventDetail>;
45
46
  selectedChangeHandler(selected: boolean): void;
46
47
  private defaultRadioValue;
48
+ private skipFocus;
47
49
  private handleClick;
48
50
  private swallowClick;
49
51
  private hasAdditionalField;
50
52
  componentWillLoad(): void;
53
+ private handleFormReset;
51
54
  textfieldValueHandler(event: CustomEvent<{
52
55
  value: string;
53
56
  }>): void;
54
57
  componentDidLoad(): void;
55
58
  componentDidRender(): void;
59
+ disconnectedCallback(): void;
56
60
  render(): any;
57
61
  }
@@ -102,6 +102,7 @@ export declare class Select {
102
102
  filteredOptions: IcMenuOption[];
103
103
  ariaActiveDescendant: string;
104
104
  noOptions: IcMenuOption[];
105
+ initialValue: string;
105
106
  watchOptionsHandler(): void;
106
107
  /**
107
108
  * Emitted when a value is selected.
@@ -143,8 +144,10 @@ export declare class Select {
143
144
  private debounceAriaLiveUpdate;
144
145
  private onFocus;
145
146
  private onBlur;
147
+ private handleFormReset;
146
148
  componentWillLoad(): void;
147
149
  componentDidRender(): void;
148
150
  componentDidLoad(): void;
151
+ disconnectedCallback(): void;
149
152
  render(): any;
150
153
  }
@@ -19,9 +19,9 @@ export declare class Switch {
19
19
  */
20
20
  helperText?: string;
21
21
  /**
22
- * If true, the component is checked, if null the components state will be uncontrolled.
22
+ * If true, the component is checked.
23
23
  */
24
- checked?: boolean | null;
24
+ checked?: boolean;
25
25
  /**
26
26
  * If true, the component reduces in size to the small state.
27
27
  */
@@ -59,9 +59,13 @@ export declare class Switch {
59
59
  */
60
60
  icBlur: EventEmitter<void>;
61
61
  checkedState: boolean;
62
+ initiallyChecked: boolean;
62
63
  private handleChange;
63
64
  private onFocus;
64
65
  private onBlur;
66
+ private handleFormReset;
67
+ componentWillLoad(): void;
65
68
  componentDidLoad(): void;
69
+ disconnectedCallback(): void;
66
70
  render(): any;
67
71
  }
@@ -1,3 +1,4 @@
1
+ import { IcThemeForegroundNoDefault } from "../../utils/types";
1
2
  export declare class TabPanel {
2
3
  host: HTMLIcTabPanelElement;
3
4
  /**
@@ -10,6 +11,8 @@ export declare class TabPanel {
10
11
  panelId?: string;
11
12
  /** @internal The shared ID of the currently selected tab. */
12
13
  selectedTab?: string;
14
+ /** @internal Determines whether the light or dark variant of the tabs should be displayed. */
15
+ appearance?: IcThemeForegroundNoDefault;
13
16
  componentDidLoad(): void;
14
17
  render(): any;
15
18
  }
@@ -153,6 +153,7 @@ export declare class TextField {
153
153
  hiddenInput: boolean;
154
154
  numChars: number;
155
155
  maxLengthExceeded: boolean;
156
+ initialValue: string;
156
157
  watchValueHandler(newValue: string): void;
157
158
  /**
158
159
  * Sets focus on the native `input`
@@ -188,8 +189,10 @@ export declare class TextField {
188
189
  private hasLeftIconSlot;
189
190
  private hasStatus;
190
191
  private showStatusText;
192
+ private handleFormReset;
191
193
  connectedCallback(): void;
192
194
  componentWillLoad(): void;
193
195
  componentDidLoad(): void;
196
+ disconnectedCallback(): void;
194
197
  render(): any;
195
198
  }
@@ -1099,9 +1099,9 @@ export namespace Components {
1099
1099
  }
1100
1100
  interface IcSwitch {
1101
1101
  /**
1102
- * If true, the component is checked, if null the components state will be uncontrolled.
1102
+ * If true, the component is checked.
1103
1103
  */
1104
- "checked"?: boolean | null;
1104
+ "checked"?: boolean;
1105
1105
  /**
1106
1106
  * If true, the component is not interactive.
1107
1107
  */
@@ -1181,6 +1181,7 @@ export namespace Components {
1181
1181
  "scrollTabIntoView": (tabNumber: number) => Promise<void>;
1182
1182
  }
1183
1183
  interface IcTabPanel {
1184
+ "appearance"?: IcThemeForegroundNoDefault;
1184
1185
  /**
1185
1186
  * Provide a unique context if using multiple tabs inside one another i.e. rendering another tabs inside a tab panel.
1186
1187
  */
@@ -2906,9 +2907,9 @@ declare namespace LocalJSX {
2906
2907
  }
2907
2908
  interface IcSwitch {
2908
2909
  /**
2909
- * If true, the component is checked, if null the components state will be uncontrolled.
2910
+ * If true, the component is checked.
2910
2911
  */
2911
- "checked"?: boolean | null;
2912
+ "checked"?: boolean;
2912
2913
  /**
2913
2914
  * If true, the component is not interactive.
2914
2915
  */
@@ -103,3 +103,6 @@ export declare const elementOverflowsX: (element: HTMLElement) => boolean;
103
103
  export declare const getParentElementType: (child: HTMLElement) => string;
104
104
  export declare const getParentElement: (child: HTMLElement) => HTMLElement;
105
105
  export declare const hasClassificationBanner: () => boolean;
106
+ export declare const getForm: (el: HTMLElement) => HTMLFormElement | null;
107
+ export declare const addFormResetListener: (el: HTMLElement, callbackFn: IcCallbackFunctionNoReturn) => void;
108
+ export declare const removeFormResetListener: (el: HTMLElement, callbackFn: IcCallbackFunctionNoReturn) => void;