@baloise/ds-core 20.0.0-next.4 → 20.0.0-next.6

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 (988) hide show
  1. package/LICENSE +9 -0
  2. package/components/all.d.ts +56 -0
  3. package/components/all.js +84 -0
  4. package/components/ds-accordion.js +1 -1
  5. package/components/ds-alert-container.js +1 -1
  6. package/components/ds-app.js +1 -1
  7. package/components/ds-badge.js +1 -1
  8. package/components/ds-button-group.js +1 -1
  9. package/components/ds-button.js +1 -1
  10. package/components/ds-card-actions.js +1 -1
  11. package/components/ds-card-content.js +1 -1
  12. package/components/ds-card-header.js +1 -1
  13. package/components/ds-card-subtitle.js +1 -1
  14. package/components/ds-card-title.js +1 -1
  15. package/components/ds-card.js +1 -1
  16. package/components/ds-carousel-item.d.ts +11 -0
  17. package/components/ds-carousel-item.js +4 -0
  18. package/components/ds-carousel.d.ts +11 -0
  19. package/components/ds-carousel.js +4 -0
  20. package/components/ds-checkbox-group.js +1 -1
  21. package/components/ds-checkbox.js +1 -1
  22. package/components/ds-close.js +1 -1
  23. package/components/ds-content.js +1 -1
  24. package/components/ds-data-item.d.ts +11 -0
  25. package/components/ds-data-item.js +4 -0
  26. package/components/ds-data-label.d.ts +11 -0
  27. package/components/ds-data-label.js +4 -0
  28. package/components/ds-data-value.d.ts +11 -0
  29. package/components/ds-data-value.js +4 -0
  30. package/components/ds-data.d.ts +11 -0
  31. package/components/ds-data.js +4 -0
  32. package/components/ds-date.d.ts +11 -0
  33. package/components/ds-date.js +4 -0
  34. package/components/ds-divider.js +1 -1
  35. package/components/ds-drawer.d.ts +11 -0
  36. package/components/ds-drawer.js +4 -0
  37. package/components/ds-file-upload.d.ts +11 -0
  38. package/components/ds-file-upload.js +4 -0
  39. package/components/ds-footer.d.ts +11 -0
  40. package/components/ds-footer.js +4 -0
  41. package/components/ds-heading.js +1 -1
  42. package/components/ds-hint-text.d.ts +11 -0
  43. package/components/ds-hint-text.js +4 -0
  44. package/components/ds-hint-title.d.ts +11 -0
  45. package/components/ds-hint-title.js +4 -0
  46. package/components/ds-hint.d.ts +11 -0
  47. package/components/ds-hint.js +4 -0
  48. package/components/ds-icon.js +1 -1
  49. package/components/ds-input.js +1 -1
  50. package/components/ds-item.js +1 -1
  51. package/components/ds-label.js +1 -1
  52. package/components/ds-list.js +1 -1
  53. package/components/ds-logo.js +1 -1
  54. package/components/ds-modal-body.d.ts +11 -0
  55. package/components/ds-modal-body.js +4 -0
  56. package/components/ds-modal-header.d.ts +11 -0
  57. package/components/ds-modal-header.js +4 -0
  58. package/components/ds-modal.d.ts +11 -0
  59. package/components/ds-modal.js +4 -0
  60. package/components/ds-navbar.d.ts +11 -0
  61. package/components/ds-navbar.js +4 -0
  62. package/components/ds-notification.js +1 -1
  63. package/components/ds-number-input.js +1 -1
  64. package/components/ds-pagination.js +1 -1
  65. package/components/ds-popup.d.ts +11 -0
  66. package/components/ds-popup.js +4 -0
  67. package/components/ds-progress-bar.js +1 -1
  68. package/components/ds-radio-group.js +1 -1
  69. package/components/ds-radio.js +1 -1
  70. package/components/ds-segment-item.js +1 -1
  71. package/components/ds-segment.js +1 -1
  72. package/components/ds-select-optgroup.d.ts +11 -0
  73. package/components/ds-select-optgroup.js +4 -0
  74. package/components/ds-select-option.d.ts +11 -0
  75. package/components/ds-select-option.js +4 -0
  76. package/components/ds-select.d.ts +11 -0
  77. package/components/ds-select.js +4 -0
  78. package/components/ds-shape.js +1 -1
  79. package/components/ds-snackbar.js +1 -1
  80. package/components/ds-spinner.js +1 -1
  81. package/components/ds-stack.js +1 -1
  82. package/components/ds-step-panel.d.ts +11 -0
  83. package/components/ds-step-panel.js +4 -0
  84. package/components/ds-step.d.ts +11 -0
  85. package/components/ds-step.js +4 -0
  86. package/components/ds-steps.d.ts +11 -0
  87. package/components/ds-steps.js +4 -0
  88. package/components/ds-tab-panel.d.ts +11 -0
  89. package/components/ds-tab-panel.js +4 -0
  90. package/components/ds-tab.d.ts +11 -0
  91. package/components/ds-tab.js +4 -0
  92. package/components/ds-tabs.d.ts +11 -0
  93. package/components/ds-tabs.js +4 -0
  94. package/components/ds-tag-group.js +1 -1
  95. package/components/ds-tag.js +1 -1
  96. package/components/ds-text.js +1 -1
  97. package/components/ds-textarea.js +1 -1
  98. package/components/ds-toast.js +1 -1
  99. package/components/ds-toggle.js +1 -1
  100. package/components/ds-tooltip.d.ts +11 -0
  101. package/components/ds-tooltip.js +4 -0
  102. package/components/index.js +1 -1
  103. package/components/p-3Mi9vpmB.js +4 -0
  104. package/components/p-B-en4B17.js +4 -0
  105. package/components/p-B1gnrQ9b.js +4 -0
  106. package/components/p-BU0dY8pq.js +4 -0
  107. package/components/p-BfXZJ1Fe.js +4 -0
  108. package/components/p-BgzU1loG.js +4 -0
  109. package/components/p-BhbWmCTu.js +4 -0
  110. package/components/p-BqY0KzJC.js +4 -0
  111. package/components/p-BrIcCcce.js +4 -0
  112. package/components/p-BrJFPhMA.js +4 -0
  113. package/components/p-Btdh3fq7.js +4 -0
  114. package/components/{p-Urcs7-vS.js → p-BwfAXfmz.js} +1 -1
  115. package/components/p-ByX1_7SF.js +4 -0
  116. package/components/p-C1jqbZdf.js +4 -0
  117. package/{dist/design-system/p-15bc012833.entry.js → components/p-CA7G72wZ.js} +1 -1
  118. package/components/p-CQHwI4iD.js +4 -0
  119. package/components/p-CYWn3X22.js +4 -0
  120. package/components/p-CjIxf5zy.js +4 -0
  121. package/components/p-Ctnm_MBD.js +4 -0
  122. package/components/p-CvaNxQtw.js +4 -0
  123. package/components/p-D9ILiUgm.js +4 -0
  124. package/components/{p-BATOumsf.js → p-D9YYP2SG.js} +1 -1
  125. package/components/p-DAYd9ty0.js +4 -0
  126. package/components/p-DIK6Zkg6.js +4 -0
  127. package/{dist/design-system/p-BkESlUMc.js → components/p-DQBzmbR6.js} +1 -1
  128. package/components/{p-z1jJgtep.js → p-DU7t9H9h.js} +1 -1
  129. package/components/p-DYTOWDAA.js +4 -0
  130. package/components/p-DYlqkAWn.js +4 -0
  131. package/components/p-DbM7ALm9.js +14 -0
  132. package/{dist/design-system/p-D2tr7015.js → components/p-DbY6Pfeh.js} +1 -1
  133. package/components/{p-DZqqelPH.js → p-DcSNuA8W.js} +1 -1
  134. package/components/p-DenZRIeA.js +4 -0
  135. package/components/p-DokkRjWC.js +4 -0
  136. package/{dist/design-system/p-BwrOVItb.js → components/p-Dr4MUfss.js} +1 -1
  137. package/components/p-DsvYY32v.js +4 -0
  138. package/components/p-Du7QOHtz.js +5 -0
  139. package/components/{p-E8U6M5ii.js → p-FBQaJyH0.js} +1 -1
  140. package/components/{p-Dr4dquer.js → p-J0mxIuTt.js} +1 -1
  141. package/{dist/design-system/p-DJxr2Dcd.js → components/p-UCeQ1JCs.js} +1 -1
  142. package/components/p-Uy_dVz21.js +4 -0
  143. package/components/p-WO0X5Vmy.js +4 -0
  144. package/components/p-bGV2P6rT.js +4 -0
  145. package/components/{p-Bt20CEww.js → p-n3_2KEz0.js} +1 -1
  146. package/dist/cjs/array-CioNm_V1.js +1985 -0
  147. package/dist/cjs/{breakpoints.decorator-qaoHOU6Q.js → breakpoints.decorator-C-Qm21UK.js} +1 -1
  148. package/dist/cjs/{breakpoints.subject-DhAN_ZAn.js → breakpoints.subject-XNcGwhzh.js} +3 -3
  149. package/dist/cjs/{button.interfaces-BueDWsuH.js → button.interfaces-CqlUGR-N.js} +1 -1
  150. package/dist/cjs/carousel.interfaces-BFQpUNrw.js +12 -0
  151. package/dist/cjs/{config.decorator-Qmrq4ZYj.js → config.decorator-ThGLtT-3.js} +1 -1
  152. package/dist/cjs/{config.utils-Cv4cx_Xa.js → config.utils-MhZvq4Qm.js} +1 -1
  153. package/dist/cjs/create-validator-decorator-BIgFqrMJ.js +212 -0
  154. package/dist/cjs/design-system.cjs.js +3 -3
  155. package/dist/cjs/{device-CptgCtVc.js → device-BnjBOLnP.js} +1 -1
  156. package/dist/cjs/ds-accordion.cjs.entry.js +30 -34
  157. package/dist/cjs/ds-alert-container.cjs.entry.js +12 -15
  158. package/dist/cjs/ds-app.cjs.entry.js +16 -6
  159. package/dist/cjs/ds-badge.cjs.entry.js +32 -25
  160. package/dist/cjs/ds-button-group.cjs.entry.js +14 -17
  161. package/dist/cjs/ds-button_2.cjs.entry.js +58 -73
  162. package/dist/cjs/ds-card-actions.cjs.entry.js +6 -8
  163. package/dist/cjs/ds-card-content.cjs.entry.js +2 -2
  164. package/dist/cjs/ds-card-header.cjs.entry.js +8 -5
  165. package/dist/cjs/ds-card-subtitle.cjs.entry.js +13 -13
  166. package/dist/cjs/ds-card-title.cjs.entry.js +11 -7
  167. package/dist/cjs/ds-card.cjs.entry.js +30 -42
  168. package/dist/cjs/ds-carousel-item.cjs.entry.js +128 -0
  169. package/dist/cjs/ds-carousel.cjs.entry.js +473 -0
  170. package/dist/cjs/ds-checkbox-group.cjs.entry.js +41 -2012
  171. package/dist/cjs/ds-checkbox.cjs.entry.js +23 -19
  172. package/dist/cjs/ds-content_2.cjs.entry.js +330 -0
  173. package/dist/cjs/ds-data-item.cjs.entry.js +146 -0
  174. package/dist/cjs/ds-data-label.cjs.entry.js +41 -0
  175. package/dist/cjs/ds-data-value.cjs.entry.js +31 -0
  176. package/dist/cjs/ds-data.cjs.entry.js +43 -0
  177. package/dist/cjs/ds-date.cjs.entry.js +5334 -0
  178. package/dist/cjs/{ds-logo.cjs.entry.js → ds-divider_2.cjs.entry.js} +130 -25
  179. package/dist/cjs/ds-drawer_2.cjs.entry.js +602 -0
  180. package/dist/cjs/ds-file-upload.cjs.entry.js +515 -0
  181. package/dist/cjs/ds-footer.cjs.entry.js +159 -0
  182. package/dist/cjs/ds-heading.cjs.entry.js +21 -19
  183. package/dist/cjs/ds-hint-text.cjs.entry.js +28 -0
  184. package/dist/cjs/ds-hint-title.cjs.entry.js +31 -0
  185. package/dist/cjs/ds-hint.cjs.entry.js +243 -0
  186. package/dist/cjs/ds-icon_2.cjs.entry.js +78 -70
  187. package/dist/cjs/ds-input.cjs.entry.js +45 -43
  188. package/dist/cjs/ds-item.cjs.entry.js +29 -34
  189. package/dist/cjs/ds-label.cjs.entry.js +22 -30
  190. package/dist/cjs/ds-list.cjs.entry.js +6 -12
  191. package/dist/cjs/ds-modal-body.cjs.entry.js +34 -0
  192. package/dist/cjs/ds-modal-header.cjs.entry.js +31 -0
  193. package/dist/cjs/ds-modal.cjs.entry.js +201 -0
  194. package/dist/cjs/ds-navbar.cjs.entry.js +359 -0
  195. package/dist/cjs/ds-notification.cjs.entry.js +19 -27
  196. package/dist/cjs/ds-number-input.cjs.entry.js +128 -45
  197. package/dist/cjs/ds-pagination.cjs.entry.js +41 -37
  198. package/dist/cjs/ds-progress-bar.cjs.entry.js +25 -29
  199. package/dist/cjs/ds-radio-group.cjs.entry.js +30 -29
  200. package/dist/cjs/ds-radio.cjs.entry.js +26 -33
  201. package/dist/cjs/ds-segment-item.cjs.entry.js +9 -9
  202. package/dist/cjs/ds-segment.cjs.entry.js +29 -117
  203. package/dist/cjs/ds-select-optgroup.cjs.entry.js +49 -0
  204. package/dist/cjs/ds-select-option.cjs.entry.js +57 -0
  205. package/dist/cjs/ds-select.cjs.entry.js +2772 -0
  206. package/dist/cjs/ds-shape.cjs.entry.js +10 -16
  207. package/dist/cjs/ds-snackbar.cjs.entry.js +40 -57
  208. package/dist/cjs/ds-step-panel.cjs.entry.js +55 -0
  209. package/dist/cjs/ds-step.cjs.entry.js +170 -0
  210. package/dist/cjs/ds-steps.cjs.entry.js +227 -0
  211. package/dist/cjs/ds-tab-panel.cjs.entry.js +55 -0
  212. package/dist/cjs/ds-tab.cjs.entry.js +120 -0
  213. package/dist/cjs/ds-tabs.cjs.entry.js +364 -0
  214. package/dist/cjs/ds-tag-group.cjs.entry.js +3 -3
  215. package/dist/cjs/ds-tag.cjs.entry.js +19 -26
  216. package/dist/cjs/ds-text.cjs.entry.js +28 -32
  217. package/dist/cjs/ds-textarea.cjs.entry.js +32 -31
  218. package/dist/cjs/ds-toast.cjs.entry.js +40 -54
  219. package/dist/cjs/ds-toggle.cjs.entry.js +22 -21
  220. package/dist/cjs/ds-tooltip.cjs.entry.js +182 -0
  221. package/dist/cjs/{field.util-RjuvTLNZ.js → field.util-L-DkeMVk.js} +1 -1
  222. package/dist/cjs/floating-ui.dom-Cu3dZdFD.js +1628 -0
  223. package/dist/cjs/focus-D3VVgpM7.js +1958 -0
  224. package/dist/cjs/footer.i18n-CpGxizgm.js +162 -0
  225. package/dist/cjs/{form-control-Bno2tBGf.js → form-control-CtMcJUuC.js} +2 -2
  226. package/dist/cjs/has-value-DK0oRqXI.js +12 -0
  227. package/dist/cjs/{index-CdD-TT_n.js → index-sC3JnTlJ.js} +497 -175
  228. package/dist/cjs/index.cjs.js +26 -8283
  229. package/dist/cjs/keyboard-C7y0jXYb.js +23 -0
  230. package/dist/cjs/{listener-DgVWqfa1.js → listener-BwB_xent.js} +1 -1
  231. package/dist/cjs/loader.cjs.js +2 -2
  232. package/dist/cjs/luxon-q23LOWrr.js +8137 -0
  233. package/dist/cjs/one-of-BZGRIMtQ.js +30 -0
  234. package/dist/cjs/popup.interfaces-B-mwd9rh.js +23 -0
  235. package/dist/cjs/required-COz3Unzu.js +38 -0
  236. package/dist/cjs/resize.decorator-DWM_fQgv.js +98 -0
  237. package/dist/cjs/scroll-CUuEh4xd.js +89 -0
  238. package/dist/cjs/svg-D9RbiR8R.js +2443 -0
  239. package/dist/cjs/{tslib.es6-BTi-SLnA.js → tslib.es6-CxyosZMg.js} +1 -1
  240. package/dist/cjs/type-hmc4CJcO.js +33 -0
  241. package/dist/collection/collection-manifest.json +30 -2
  242. package/dist/collection/components/accordion/accordion.host.css +1 -1
  243. package/dist/collection/components/accordion/accordion.js +22 -29
  244. package/dist/collection/components/alert/alert-container.js +8 -14
  245. package/dist/collection/components/alert/alert.controller.js +1 -1
  246. package/dist/collection/components/alert/snackbar/snackbar.js +30 -53
  247. package/dist/collection/components/alert/toast/toast.js +32 -53
  248. package/dist/collection/components/app/app.js +11 -3
  249. package/dist/collection/components/badge/badge.interfaces.js +1 -1
  250. package/dist/collection/components/badge/badge.js +28 -25
  251. package/dist/collection/components/button/button-group/button-group.js +8 -14
  252. package/dist/collection/components/button/button.host.css +1 -1
  253. package/dist/collection/components/button/button.interfaces.js +1 -1
  254. package/dist/collection/components/button/button.js +44 -54
  255. package/dist/collection/components/card/card-actions/card-actions.js +3 -6
  256. package/dist/collection/components/card/card-header/card-header.js +4 -3
  257. package/dist/collection/components/card/card-subtitle/card-subtitle.js +8 -11
  258. package/dist/collection/components/card/card-title/card-title.js +6 -5
  259. package/dist/collection/components/card/card.host.css +1 -1
  260. package/dist/collection/components/card/card.js +25 -38
  261. package/dist/collection/components/carousel/carousel/carousel.host.css +1 -0
  262. package/dist/collection/components/carousel/carousel/carousel.i18n.js +65 -0
  263. package/dist/collection/components/carousel/carousel/carousel.js +631 -0
  264. package/dist/collection/components/carousel/carousel-item/carousel-item.host.css +1 -0
  265. package/dist/collection/components/carousel/carousel-item/carousel-item.js +313 -0
  266. package/dist/collection/components/carousel/carousel.interfaces.js +6 -0
  267. package/dist/collection/components/carousel/test/carousel.a11y.play.js +34 -0
  268. package/dist/collection/components/carousel/test/carousel.component.play.js +57 -0
  269. package/dist/collection/components/carousel/test/carousel.visual.play.js +24 -0
  270. package/dist/collection/components/checkbox/checkbox-group/checkbox-group.host.css +1 -1
  271. package/dist/collection/components/checkbox/checkbox-group/checkbox-group.js +25 -26
  272. package/dist/collection/components/checkbox/checkbox.js +18 -18
  273. package/dist/collection/components/close/close.js +10 -21
  274. package/dist/collection/components/content/content.js +38 -52
  275. package/dist/collection/components/data/data-item.host.css +1 -0
  276. package/dist/collection/components/data/data-item.i18n.js +35 -0
  277. package/dist/collection/components/data/data-item.js +244 -0
  278. package/dist/collection/components/data/data-label.host.css +1 -0
  279. package/dist/collection/components/data/data-label.js +72 -0
  280. package/dist/collection/components/data/data-value.host.css +1 -0
  281. package/dist/collection/components/data/data-value.js +38 -0
  282. package/dist/collection/components/data/data.host.css +1 -0
  283. package/dist/collection/components/data/data.js +75 -0
  284. package/dist/collection/components/data/test/data.a11y.play.js +31 -0
  285. package/dist/collection/components/data/test/data.component.play.js +104 -0
  286. package/dist/collection/components/data/test/data.visual.play.js +25 -0
  287. package/dist/collection/components/date/date.host.css +1 -0
  288. package/dist/collection/components/date/date.i18n.js +105 -0
  289. package/dist/collection/components/date/date.interfaces.js +4 -0
  290. package/dist/collection/components/date/date.js +1241 -0
  291. package/dist/collection/components/date/date.mask.js +189 -0
  292. package/dist/collection/components/date/date.picker.js +536 -0
  293. package/dist/collection/components/date/test/date.a11y.play.js +27 -0
  294. package/dist/collection/components/date/test/date.component.play.js +69 -0
  295. package/dist/collection/components/date/test/date.visual.play.js +43 -0
  296. package/dist/collection/components/divider/divider.host.css +1 -1
  297. package/dist/collection/components/divider/divider.js +11 -24
  298. package/dist/collection/components/drawer/drawer.host.css +1 -0
  299. package/dist/collection/{utils/property-checkers/constants.js → components/drawer/drawer.interfaces.js} +1 -1
  300. package/dist/collection/components/drawer/drawer.js +492 -0
  301. package/dist/collection/components/drawer/test/drawer.a11y.play.js +39 -0
  302. package/dist/collection/components/drawer/test/drawer.component.play.js +131 -0
  303. package/dist/collection/components/drawer/test/drawer.visual.play.js +31 -0
  304. package/dist/collection/components/file-upload/file-upload.host.css +1 -0
  305. package/dist/collection/components/file-upload/file-upload.i18n.js +55 -0
  306. package/dist/collection/components/file-upload/file-upload.interfaces.js +10 -0
  307. package/dist/collection/components/file-upload/file-upload.js +1030 -0
  308. package/dist/collection/components/file-upload/test/file-upload.a11y.play.js +52 -0
  309. package/dist/collection/components/file-upload/test/file-upload.component.play.js +124 -0
  310. package/dist/collection/components/file-upload/test/file-upload.visual.play.js +18 -0
  311. package/dist/collection/components/file-upload/utils/file-list.util.js +13 -0
  312. package/dist/collection/components/file-upload/utils/file-size.util.js +10 -0
  313. package/dist/collection/components/file-upload/utils/file-validation.util.js +48 -0
  314. package/dist/collection/components/footer/footer.host.css +1 -0
  315. package/dist/collection/components/footer/footer.i18n.js +155 -0
  316. package/dist/collection/components/footer/footer.interfaces.js +4 -0
  317. package/dist/collection/components/footer/footer.js +350 -0
  318. package/dist/collection/components/footer/test/footer.a11y.play.js +17 -0
  319. package/dist/collection/components/footer/test/footer.component.play.js +74 -0
  320. package/dist/collection/components/footer/test/footer.visual.play.js +16 -0
  321. package/dist/collection/components/form/test/form.visual.play.js +13 -1
  322. package/dist/collection/components/heading/heading.js +16 -17
  323. package/dist/collection/components/hint/hint-text/hint-text.js +28 -0
  324. package/dist/collection/components/hint/hint-title/hint-title.js +31 -0
  325. package/dist/collection/components/hint/hint.host.css +1 -0
  326. package/dist/collection/components/hint/hint.i18n.js +35 -0
  327. package/dist/collection/components/hint/hint.interfaces.js +1 -0
  328. package/dist/collection/components/hint/hint.js +410 -0
  329. package/dist/collection/components/hint/test/hint.a11y.play.js +41 -0
  330. package/dist/collection/components/hint/test/hint.component.play.js +110 -0
  331. package/dist/collection/components/hint/test/hint.visual.play.js +39 -0
  332. package/dist/collection/components/icon/icon.host.css +1 -1
  333. package/dist/collection/components/icon/icon.interfaces.js +1 -0
  334. package/dist/collection/components/icon/icon.js +73 -42
  335. package/dist/collection/components/icon/test/icon.component.play.js +23 -1
  336. package/dist/collection/components/input/clear-button.i18n.js +35 -0
  337. package/dist/collection/components/input/clear-button.util.js +11 -0
  338. package/dist/collection/components/input/input.host.css +1 -1
  339. package/dist/collection/components/input/input.js +36 -37
  340. package/dist/collection/components/input/test/input.component.play.js +1 -1
  341. package/dist/collection/components/input/trigger-button.i18n.js +45 -0
  342. package/dist/collection/components/label/label.js +16 -28
  343. package/dist/collection/components/list/item/item.host.css +1 -1
  344. package/dist/collection/components/list/item/item.interfaces.js +1 -1
  345. package/dist/collection/components/list/item/item.js +27 -34
  346. package/dist/collection/components/list/list.js +3 -10
  347. package/dist/collection/components/list/test/list.visual.play.js +30 -0
  348. package/dist/collection/components/logo/logo.js +11 -18
  349. package/dist/collection/components/modal/modal-body/modal-body.host.css +1 -0
  350. package/dist/collection/components/modal/modal-body/modal-body.js +41 -0
  351. package/dist/collection/components/modal/modal-header/modal-header.js +32 -0
  352. package/dist/collection/components/modal/modal.controller.js +31 -0
  353. package/dist/collection/components/modal/modal.host.css +1 -0
  354. package/dist/collection/components/modal/modal.interfaces.js +1 -0
  355. package/dist/collection/components/modal/modal.js +461 -0
  356. package/dist/collection/components/modal/test/modal.a11y.play.js +59 -0
  357. package/dist/collection/components/modal/test/modal.component.play.js +196 -0
  358. package/dist/collection/components/modal/test/modal.visual.play.js +36 -0
  359. package/dist/collection/components/navbar/navbar.host.css +1 -0
  360. package/dist/collection/components/navbar/navbar.i18n.js +65 -0
  361. package/dist/collection/components/navbar/navbar.interfaces.js +6 -0
  362. package/dist/collection/components/navbar/navbar.js +544 -0
  363. package/dist/collection/components/navbar/test/navbar.a11y.play.js +26 -0
  364. package/dist/collection/components/navbar/test/navbar.component.play.js +76 -0
  365. package/dist/collection/components/navbar/test/navbar.visual.play.js +14 -0
  366. package/dist/collection/components/notification/notification.js +14 -26
  367. package/dist/collection/components/number-input/number-input.host.css +1 -1
  368. package/dist/collection/components/number-input/number-input.js +23 -24
  369. package/dist/collection/components/pagination/pagination.host.css +1 -1
  370. package/dist/collection/components/pagination/pagination.js +29 -28
  371. package/dist/collection/components/popup/popup.host.css +1 -0
  372. package/dist/collection/components/popup/popup.interfaces.js +18 -0
  373. package/dist/collection/components/popup/popup.js +869 -0
  374. package/dist/collection/components/popup/test/popup.a11y.play.js +50 -0
  375. package/dist/collection/components/popup/test/popup.component.play.js +168 -0
  376. package/dist/collection/components/popup/test/popup.visual.play.js +33 -0
  377. package/dist/collection/components/progress-bar/progress-bar.host.css +1 -1
  378. package/dist/collection/components/progress-bar/progress-bar.js +13 -20
  379. package/dist/collection/components/radio/radio-group/radio-group.host.css +1 -1
  380. package/dist/collection/components/radio/radio-group/radio-group.js +22 -23
  381. package/dist/collection/components/radio/radio.js +19 -20
  382. package/dist/collection/components/segment/segment/segment.host.css +1 -1
  383. package/dist/collection/components/segment/segment/segment.js +19 -20
  384. package/dist/collection/components/segment/segment-item.js +6 -7
  385. package/dist/collection/components/select/select-optgroup.host.css +1 -0
  386. package/dist/collection/components/select/select-optgroup.js +82 -0
  387. package/dist/collection/components/select/select-option.host.css +1 -0
  388. package/dist/collection/components/select/select-option.js +112 -0
  389. package/dist/collection/components/select/select.host.css +1 -0
  390. package/dist/collection/components/select/select.i18n.js +45 -0
  391. package/dist/collection/components/select/select.interfaces.js +4 -0
  392. package/dist/collection/components/select/select.js +1024 -0
  393. package/dist/collection/components/select/select.picker.js +276 -0
  394. package/dist/collection/components/select/test/select.a11y.play.js +81 -0
  395. package/dist/collection/components/select/test/select.component.play.js +184 -0
  396. package/dist/collection/components/select/test/select.visual.play.js +70 -0
  397. package/dist/collection/components/shape/shape.js +7 -14
  398. package/dist/collection/components/spinner/spinner.js +18 -26
  399. package/dist/collection/components/stack/stack.host.css +1 -1
  400. package/dist/collection/components/stack/stack.js +41 -153
  401. package/dist/collection/components/steps/step/step.host.css +1 -0
  402. package/dist/collection/components/steps/step/step.js +431 -0
  403. package/dist/collection/components/steps/step-panel/step-panel.host.css +1 -0
  404. package/dist/collection/components/steps/step-panel/step-panel.js +104 -0
  405. package/dist/collection/components/steps/steps/steps.host.css +1 -0
  406. package/dist/collection/components/steps/steps/steps.js +356 -0
  407. package/dist/collection/components/steps/steps.interfaces.js +4 -0
  408. package/dist/collection/components/steps/test/steps.a11y.play.js +73 -0
  409. package/dist/collection/components/steps/test/steps.component.play.js +182 -0
  410. package/dist/collection/components/steps/test/steps.visual.play.js +18 -0
  411. package/dist/collection/components/tabs/tab/tab.host.css +1 -0
  412. package/dist/collection/components/tabs/tab/tab.js +278 -0
  413. package/dist/collection/components/tabs/tab-panel/tab-panel.host.css +1 -0
  414. package/dist/collection/components/tabs/tab-panel/tab-panel.js +104 -0
  415. package/dist/collection/components/tabs/tabs/tabs.host.css +1 -0
  416. package/dist/collection/components/tabs/tabs/tabs.i18n.js +45 -0
  417. package/dist/collection/components/tabs/tabs/tabs.js +552 -0
  418. package/dist/collection/components/tabs/tabs.interfaces.js +12 -0
  419. package/dist/collection/components/tabs/test/tabs.a11y.play.js +60 -0
  420. package/dist/collection/components/tabs/test/tabs.component.play.js +129 -0
  421. package/dist/collection/components/tabs/test/tabs.visual.play.js +31 -0
  422. package/dist/collection/components/tag/tag-group/tag-group.js +1 -1
  423. package/dist/collection/components/tag/tag.js +15 -26
  424. package/dist/collection/components/text/text.js +23 -30
  425. package/dist/collection/components/textarea/textarea.host.css +1 -1
  426. package/dist/collection/components/textarea/textarea.js +24 -25
  427. package/dist/collection/components/time-input/test/time-input.visual.play.js +18 -0
  428. package/dist/collection/components/toggle/toggle.js +19 -20
  429. package/dist/collection/components/tooltip/test/tooltip.a11y.play.js +32 -0
  430. package/dist/collection/components/tooltip/test/tooltip.component.play.js +51 -0
  431. package/dist/collection/components/tooltip/test/tooltip.visual.play.js +16 -0
  432. package/dist/collection/components/tooltip/tooltip.host.css +1 -0
  433. package/dist/collection/components/tooltip/tooltip.interfaces.js +4 -0
  434. package/dist/collection/components/tooltip/tooltip.js +407 -0
  435. package/dist/collection/foundation/colors.visual.play.js +18 -0
  436. package/dist/collection/global/config/config.const.js +11 -0
  437. package/dist/collection/global/config/config.default.js +92 -42
  438. package/dist/collection/global/config/config.js +1 -1
  439. package/dist/collection/global/config/config.meta.js +27 -0
  440. package/dist/collection/global/config/index.js +1 -0
  441. package/dist/collection/global/config/initialize.js +2 -1
  442. package/dist/collection/global/constants/tags.constant.js +29 -1
  443. package/dist/collection/global/constants/version.constant.js +1 -1
  444. package/dist/collection/global/index.js +0 -1
  445. package/dist/collection/global/initialize.js +2 -0
  446. package/dist/collection/index.js +5 -20
  447. package/dist/collection/utils/attributes.js +0 -15
  448. package/dist/collection/utils/focus.js +72 -0
  449. package/dist/collection/utils/form-control.js +1 -1
  450. package/dist/collection/utils/has-value.js +7 -0
  451. package/dist/collection/utils/helpers.js +14 -74
  452. package/dist/collection/utils/index.js +7 -5
  453. package/dist/collection/utils/{property-checkers/is-value-empty.js → is-value-empty.js} +1 -1
  454. package/dist/collection/utils/number.js +6 -25
  455. package/dist/collection/utils/property-decorators/array-of.js +25 -0
  456. package/dist/collection/utils/property-decorators/bound.js +79 -0
  457. package/dist/collection/utils/property-decorators/create-validator-decorator.js +212 -0
  458. package/dist/collection/utils/property-decorators/date.js +24 -0
  459. package/dist/collection/utils/property-decorators/index.js +12 -0
  460. package/dist/collection/utils/property-decorators/iso-date.js +24 -0
  461. package/dist/collection/utils/property-decorators/one-of.js +25 -0
  462. package/dist/collection/utils/property-decorators/pattern.js +25 -0
  463. package/dist/collection/utils/property-decorators/required.js +44 -0
  464. package/dist/collection/utils/property-decorators/type.js +28 -0
  465. package/dist/collection/utils/property-decorators/url.js +32 -0
  466. package/dist/collection/utils/property-types.js +1 -0
  467. package/dist/collection/utils/svg.js +19 -0
  468. package/dist/design-system/design-system.esm.js +1 -1
  469. package/dist/design-system/index.esm.js +1 -1
  470. package/dist/design-system/p-01430d5c28.entry.js +4 -0
  471. package/dist/design-system/p-014d464627.entry.js +4 -0
  472. package/dist/design-system/p-0663d7c0f1.entry.js +4 -0
  473. package/dist/design-system/p-0bd2ce2da3.entry.js +4 -0
  474. package/dist/design-system/p-0ff0be5b83.entry.js +4 -0
  475. package/dist/design-system/p-10c136d00d.entry.js +4 -0
  476. package/dist/design-system/p-11f34d0c7d.entry.js +4 -0
  477. package/dist/design-system/p-13d1ce3158.entry.js +4 -0
  478. package/dist/design-system/p-163d606781.entry.js +4 -0
  479. package/dist/design-system/p-1VXOIrN2.js +4 -0
  480. package/dist/design-system/p-202ecb8f01.entry.js +4 -0
  481. package/dist/design-system/p-27d181c5ac.entry.js +4 -0
  482. package/dist/design-system/p-2a35e0b9b0.entry.js +4 -0
  483. package/dist/design-system/p-2f51e1d39b.entry.js +4 -0
  484. package/dist/design-system/p-3134821ac6.entry.js +4 -0
  485. package/dist/design-system/p-3292ae6a05.entry.js +4 -0
  486. package/dist/design-system/p-372bf379f9.entry.js +4 -0
  487. package/dist/design-system/p-3895178b39.entry.js +4 -0
  488. package/dist/design-system/p-3c6b7a2967.entry.js +4 -0
  489. package/dist/design-system/p-3ef4bd1c59.entry.js +4 -0
  490. package/dist/design-system/p-493b18cc46.entry.js +4 -0
  491. package/dist/design-system/p-4a99464dae.entry.js +4 -0
  492. package/dist/design-system/p-4e6638d14e.entry.js +4 -0
  493. package/dist/design-system/p-53dda5d400.entry.js +4 -0
  494. package/dist/design-system/p-5d17209d91.entry.js +4 -0
  495. package/dist/design-system/p-5e51fa8df4.entry.js +4 -0
  496. package/dist/design-system/p-60d29d8b8e.entry.js +4 -0
  497. package/dist/design-system/p-62cb503015.entry.js +4 -0
  498. package/dist/design-system/p-650289138a.entry.js +4 -0
  499. package/dist/design-system/p-65c221261c.entry.js +4 -0
  500. package/dist/design-system/p-68c9f4f630.entry.js +4 -0
  501. package/dist/design-system/p-68ebed7eee.entry.js +4 -0
  502. package/dist/design-system/p-6b6531379b.entry.js +4 -0
  503. package/dist/design-system/p-6d168ba9ad.entry.js +4 -0
  504. package/dist/design-system/p-6ef31a3c07.entry.js +4 -0
  505. package/dist/design-system/p-774b89ed0b.entry.js +4 -0
  506. package/dist/design-system/p-787bd92bcc.entry.js +4 -0
  507. package/{components/p-E1SnOz0L.js → dist/design-system/p-78NZc8PM.js} +1 -1
  508. package/dist/design-system/p-7c353652a9.entry.js +4 -0
  509. package/dist/design-system/p-7c8bf0f33e.entry.js +4 -0
  510. package/dist/design-system/p-7e702193fc.entry.js +4 -0
  511. package/dist/design-system/p-8353961d39.entry.js +4 -0
  512. package/dist/design-system/{p-1d312498a6.entry.js → p-8406f6faf1.entry.js} +1 -1
  513. package/dist/design-system/p-9f2dd0b55b.entry.js +4 -0
  514. package/dist/design-system/p-B-en4B17.js +4 -0
  515. package/dist/design-system/p-B1e0kNRJ.js +14 -0
  516. package/dist/design-system/p-B8KVoKrH.js +5 -0
  517. package/dist/design-system/p-BAY6Z8bT.js +4 -0
  518. package/dist/design-system/p-BLGVE-7Z.js +4 -0
  519. package/dist/design-system/{p-C7EnKCpl.js → p-BMM6Nxeh.js} +1 -1
  520. package/{components/p-Diz11uvt.js → dist/design-system/p-BPGfTrrM.js} +1 -1
  521. package/dist/design-system/p-BhdSNuGP.js +4 -0
  522. package/dist/design-system/p-BkTv_bQR.js +4 -0
  523. package/dist/design-system/p-BqY0KzJC.js +4 -0
  524. package/dist/design-system/p-BrJFPhMA.js +4 -0
  525. package/dist/design-system/p-BvEM6oCl.js +4 -0
  526. package/dist/design-system/p-C1jqbZdf.js +4 -0
  527. package/dist/design-system/p-C6MVahkC.js +5 -0
  528. package/dist/design-system/{p-DCf2fJmI.js → p-C7i6xLTJ.js} +1 -1
  529. package/dist/design-system/p-CvTcEsXg.js +4 -0
  530. package/dist/design-system/p-CwCAiaMq.js +4 -0
  531. package/{components/p-5Sp1eJOt.js → dist/design-system/p-DTxLRTYr.js} +1 -1
  532. package/dist/design-system/{p-Dnjznncd.js → p-DgVaaZT_.js} +1 -1
  533. package/dist/design-system/{p-CAcwu8uP.js → p-Dm2lqE3-.js} +1 -1
  534. package/dist/design-system/p-HwbqEzpk.js +4 -0
  535. package/dist/design-system/p-LCY5n5tq.js +4 -0
  536. package/dist/design-system/p-Uy_dVz21.js +4 -0
  537. package/dist/design-system/p-a465c1acce.entry.js +4 -0
  538. package/dist/design-system/p-a62b7985a0.entry.js +4 -0
  539. package/dist/design-system/p-a8de98dd7b.entry.js +4 -0
  540. package/dist/design-system/p-ad2b17b0a0.entry.js +4 -0
  541. package/dist/design-system/p-afd8bbe699.entry.js +4 -0
  542. package/dist/design-system/{p-7e6ed497e7.entry.js → p-b68bc14064.entry.js} +1 -1
  543. package/dist/design-system/p-b955a93959.entry.js +4 -0
  544. package/dist/design-system/p-c37f266740.entry.js +4 -0
  545. package/dist/design-system/p-caad93b943.entry.js +4 -0
  546. package/dist/design-system/p-cca79bfeb1.entry.js +4 -0
  547. package/dist/design-system/p-d5f8d8f5e1.entry.js +4 -0
  548. package/dist/design-system/p-dcb749efc7.entry.js +4 -0
  549. package/dist/design-system/p-dd38f8f206.entry.js +4 -0
  550. package/dist/design-system/p-ddf2a7dfee.entry.js +4 -0
  551. package/dist/design-system/p-df5899b930.entry.js +4 -0
  552. package/dist/design-system/p-e7472337ed.entry.js +4 -0
  553. package/dist/design-system/p-e85c92ca1a.entry.js +4 -0
  554. package/dist/design-system/p-f0119fe693.entry.js +4 -0
  555. package/dist/design-system/p-f4958b9e97.entry.js +4 -0
  556. package/dist/design-system/p-f62643c33d.entry.js +4 -0
  557. package/dist/design-system/p-fa9568abce.entry.js +4 -0
  558. package/dist/design-system/p-fcd98f22b7.entry.js +4 -0
  559. package/dist/design-system/p-feeef4a8cb.entry.js +4 -0
  560. package/dist/design-system/{p-BLPSziW-.js → p-hLAmwHiq.js} +1 -1
  561. package/dist/design-system/p-ij4OEkzJ.js +4 -0
  562. package/dist/design-system/p-tl_BegdE.js +4 -0
  563. package/dist/esm/array-dJH4dfMr.js +1983 -0
  564. package/dist/esm/{breakpoints.decorator-L2xeP46f.js → breakpoints.decorator-DZ0xN4Np.js} +1 -1
  565. package/dist/esm/{breakpoints.subject-BhbzG-rl.js → breakpoints.subject-BNnXcKMw.js} +3 -3
  566. package/dist/esm/{button.interfaces-BkESlUMc.js → button.interfaces-BPGfTrrM.js} +1 -1
  567. package/dist/esm/carousel.interfaces-B-en4B17.js +8 -0
  568. package/dist/esm/{config.decorator-BQNIja4k.js → config.decorator-ZQ0_Zx5y.js} +1 -1
  569. package/dist/esm/{config.utils-COlKFRlV.js → config.utils-D9o7rffC.js} +1 -1
  570. package/dist/esm/create-validator-decorator-DovxquEu.js +208 -0
  571. package/dist/esm/design-system.js +4 -4
  572. package/dist/esm/{device-Dhwt3m7W.js → device-CRuIJzXR.js} +1 -1
  573. package/dist/esm/ds-accordion.entry.js +30 -34
  574. package/dist/esm/ds-alert-container.entry.js +12 -15
  575. package/dist/esm/ds-app.entry.js +16 -6
  576. package/dist/esm/ds-badge.entry.js +32 -25
  577. package/dist/esm/ds-button-group.entry.js +14 -17
  578. package/dist/esm/ds-button_2.entry.js +58 -73
  579. package/dist/esm/ds-card-actions.entry.js +6 -8
  580. package/dist/esm/ds-card-content.entry.js +2 -2
  581. package/dist/esm/ds-card-header.entry.js +8 -5
  582. package/dist/esm/ds-card-subtitle.entry.js +13 -13
  583. package/dist/esm/ds-card-title.entry.js +11 -7
  584. package/dist/esm/ds-card.entry.js +30 -42
  585. package/dist/esm/ds-carousel-item.entry.js +126 -0
  586. package/dist/esm/ds-carousel.entry.js +471 -0
  587. package/dist/esm/ds-checkbox-group.entry.js +40 -2011
  588. package/dist/esm/ds-checkbox.entry.js +23 -19
  589. package/dist/esm/ds-content_2.entry.js +327 -0
  590. package/dist/esm/ds-data-item.entry.js +144 -0
  591. package/dist/esm/ds-data-label.entry.js +39 -0
  592. package/dist/esm/ds-data-value.entry.js +29 -0
  593. package/dist/esm/ds-data.entry.js +41 -0
  594. package/dist/esm/ds-date.entry.js +5332 -0
  595. package/dist/esm/{ds-logo.entry.js → ds-divider_2.entry.js} +130 -26
  596. package/dist/esm/ds-drawer_2.entry.js +599 -0
  597. package/dist/esm/ds-file-upload.entry.js +513 -0
  598. package/dist/esm/ds-footer.entry.js +157 -0
  599. package/dist/esm/ds-heading.entry.js +21 -19
  600. package/dist/esm/ds-hint-text.entry.js +26 -0
  601. package/dist/esm/ds-hint-title.entry.js +29 -0
  602. package/dist/esm/ds-hint.entry.js +241 -0
  603. package/dist/esm/ds-icon_2.entry.js +78 -70
  604. package/dist/esm/ds-input.entry.js +46 -44
  605. package/dist/esm/ds-item.entry.js +29 -34
  606. package/dist/esm/ds-label.entry.js +22 -30
  607. package/dist/esm/ds-list.entry.js +6 -12
  608. package/dist/esm/ds-modal-body.entry.js +32 -0
  609. package/dist/esm/ds-modal-header.entry.js +29 -0
  610. package/dist/esm/ds-modal.entry.js +199 -0
  611. package/dist/esm/ds-navbar.entry.js +357 -0
  612. package/dist/esm/ds-notification.entry.js +19 -27
  613. package/dist/esm/ds-number-input.entry.js +129 -46
  614. package/dist/esm/ds-pagination.entry.js +41 -37
  615. package/dist/esm/ds-progress-bar.entry.js +25 -29
  616. package/dist/esm/ds-radio-group.entry.js +31 -30
  617. package/dist/esm/ds-radio.entry.js +25 -32
  618. package/dist/esm/ds-segment-item.entry.js +9 -9
  619. package/dist/esm/ds-segment.entry.js +28 -116
  620. package/dist/esm/ds-select-optgroup.entry.js +47 -0
  621. package/dist/esm/ds-select-option.entry.js +55 -0
  622. package/dist/esm/ds-select.entry.js +2770 -0
  623. package/dist/esm/ds-shape.entry.js +10 -16
  624. package/dist/esm/ds-snackbar.entry.js +40 -57
  625. package/dist/esm/ds-step-panel.entry.js +53 -0
  626. package/dist/esm/ds-step.entry.js +168 -0
  627. package/dist/esm/ds-steps.entry.js +225 -0
  628. package/dist/esm/ds-tab-panel.entry.js +53 -0
  629. package/dist/esm/ds-tab.entry.js +118 -0
  630. package/dist/esm/ds-tabs.entry.js +362 -0
  631. package/dist/esm/ds-tag-group.entry.js +3 -3
  632. package/dist/esm/ds-tag.entry.js +19 -26
  633. package/dist/esm/ds-text.entry.js +28 -32
  634. package/dist/esm/ds-textarea.entry.js +33 -32
  635. package/dist/esm/ds-toast.entry.js +40 -54
  636. package/dist/esm/ds-toggle.entry.js +22 -21
  637. package/dist/esm/ds-tooltip.entry.js +180 -0
  638. package/dist/esm/{field.util-BXxRO7CD.js → field.util-BjZzAi09.js} +1 -1
  639. package/dist/esm/floating-ui.dom-BqY0KzJC.js +1621 -0
  640. package/dist/esm/focus-ZxHImoOj.js +1956 -0
  641. package/dist/esm/footer.i18n-BrJFPhMA.js +159 -0
  642. package/dist/esm/{form-control-D2O-sb65.js → form-control-DvJo0GKN.js} +2 -2
  643. package/dist/esm/has-value-DU9L2JaI.js +10 -0
  644. package/dist/esm/{index-CuwLeg-T.js → index-C6MVahkC.js} +496 -175
  645. package/dist/esm/index.js +13 -8273
  646. package/dist/esm/{input.interfaces-C7EnKCpl.js → input.interfaces-BMM6Nxeh.js} +1 -1
  647. package/dist/esm/keyboard-Uy_dVz21.js +20 -0
  648. package/dist/esm/{listener-C_kjUVTE.js → listener-DHP2OPMZ.js} +1 -1
  649. package/dist/esm/loader.js +3 -3
  650. package/dist/esm/luxon-C1jqbZdf.js +8133 -0
  651. package/dist/esm/one-of-CKPv0Nqm.js +28 -0
  652. package/dist/esm/popup.interfaces-BAY6Z8bT.js +20 -0
  653. package/dist/esm/required-Dqsbx5fH.js +36 -0
  654. package/dist/esm/resize.decorator-B8h8D676.js +96 -0
  655. package/dist/esm/scroll-CsH7NHo5.js +87 -0
  656. package/dist/esm/svg-B8KVoKrH.js +2440 -0
  657. package/dist/esm/{tslib.es6-tdchDLyb.js → tslib.es6-C9GKXw-5.js} +1 -1
  658. package/dist/esm/type-DzkhLOG_.js +31 -0
  659. package/dist/types/components/accordion/accordion.d.ts +0 -5
  660. package/dist/types/components/alert/alert-container.d.ts +0 -5
  661. package/dist/types/components/alert/snackbar/snackbar.d.ts +0 -5
  662. package/dist/types/components/alert/toast/toast.d.ts +0 -5
  663. package/dist/types/components/badge/badge.d.ts +1 -3
  664. package/dist/types/components/badge/badge.interfaces.d.ts +1 -1
  665. package/dist/types/components/button/button-group/button-group.d.ts +0 -5
  666. package/dist/types/components/button/button.d.ts +1 -3
  667. package/dist/types/components/button/button.interfaces.d.ts +1 -1
  668. package/dist/types/components/card/card-actions/card-actions.d.ts +0 -1
  669. package/dist/types/components/card/card-subtitle/card-subtitle.d.ts +0 -1
  670. package/dist/types/components/card/card.d.ts +1 -3
  671. package/dist/types/components/carousel/carousel/carousel.d.ts +114 -0
  672. package/dist/types/components/carousel/carousel/carousel.i18n.d.ts +9 -0
  673. package/dist/types/components/carousel/carousel-item/carousel-item.d.ts +70 -0
  674. package/dist/types/components/carousel/carousel.interfaces.d.ts +14 -0
  675. package/dist/types/components/carousel/test/carousel.a11y.play.d.ts +1 -0
  676. package/dist/types/components/carousel/test/carousel.component.play.d.ts +1 -0
  677. package/dist/types/components/carousel/test/carousel.visual.play.d.ts +1 -0
  678. package/dist/types/components/close/close.d.ts +1 -3
  679. package/dist/types/components/content/content.d.ts +2 -5
  680. package/dist/types/components/data/data-item.d.ts +43 -0
  681. package/dist/types/components/data/data-item.i18n.d.ts +6 -0
  682. package/dist/types/components/data/data-item.interfaces.d.ts +4 -0
  683. package/dist/types/components/data/data-label.d.ts +19 -0
  684. package/dist/types/components/data/data-label.interfaces.d.ts +3 -0
  685. package/dist/types/components/data/data-value.d.ts +15 -0
  686. package/dist/types/components/data/data-value.interfaces.d.ts +5 -0
  687. package/dist/types/components/data/data.d.ts +19 -0
  688. package/dist/types/components/data/data.interfaces.d.ts +4 -0
  689. package/dist/types/components/data/test/data.a11y.play.d.ts +1 -0
  690. package/dist/types/components/data/test/data.component.play.d.ts +1 -0
  691. package/dist/types/components/data/test/data.visual.play.d.ts +1 -0
  692. package/dist/types/components/date/date.d.ts +214 -0
  693. package/dist/types/components/date/date.i18n.d.ts +13 -0
  694. package/dist/types/components/date/date.interfaces.d.ts +18 -0
  695. package/dist/types/components/date/date.mask.d.ts +29 -0
  696. package/dist/types/components/date/date.picker.d.ts +67 -0
  697. package/dist/types/components/date/test/date.a11y.play.d.ts +1 -0
  698. package/dist/types/components/date/test/date.component.play.d.ts +1 -0
  699. package/dist/types/components/date/test/date.visual.play.d.ts +1 -0
  700. package/dist/types/components/divider/divider.d.ts +1 -3
  701. package/dist/types/components/drawer/drawer.d.ts +102 -0
  702. package/dist/types/components/drawer/drawer.interfaces.d.ts +8 -0
  703. package/dist/types/components/drawer/test/drawer.a11y.play.d.ts +1 -0
  704. package/dist/types/components/drawer/test/drawer.component.play.d.ts +1 -0
  705. package/dist/types/components/drawer/test/drawer.visual.play.d.ts +1 -0
  706. package/dist/types/components/file-upload/file-upload.d.ts +192 -0
  707. package/dist/types/components/file-upload/file-upload.i18n.d.ts +8 -0
  708. package/dist/types/components/file-upload/file-upload.interfaces.d.ts +24 -0
  709. package/dist/types/components/file-upload/test/file-upload.a11y.play.d.ts +1 -0
  710. package/dist/types/components/file-upload/test/file-upload.component.play.d.ts +1 -0
  711. package/dist/types/components/file-upload/test/file-upload.visual.play.d.ts +1 -0
  712. package/dist/types/components/file-upload/utils/file-list.util.d.ts +2 -0
  713. package/dist/types/components/file-upload/utils/file-size.util.d.ts +1 -0
  714. package/dist/types/components/file-upload/utils/file-validation.util.d.ts +13 -0
  715. package/dist/types/components/footer/footer.d.ts +68 -0
  716. package/dist/types/components/footer/footer.i18n.d.ts +7 -0
  717. package/dist/types/components/footer/footer.interfaces.d.ts +19 -0
  718. package/dist/types/components/footer/test/footer.a11y.play.d.ts +1 -0
  719. package/dist/types/components/footer/test/footer.component.play.d.ts +1 -0
  720. package/dist/types/components/footer/test/footer.visual.play.d.ts +1 -0
  721. package/dist/types/components/hint/hint-text/hint-text.d.ts +15 -0
  722. package/dist/types/components/hint/hint-title/hint-title.d.ts +16 -0
  723. package/dist/types/components/hint/hint.d.ts +87 -0
  724. package/dist/types/components/hint/hint.i18n.d.ts +6 -0
  725. package/dist/types/components/hint/hint.interfaces.d.ts +4 -0
  726. package/dist/types/components/hint/test/hint.a11y.play.d.ts +1 -0
  727. package/dist/types/components/hint/test/hint.component.play.d.ts +1 -0
  728. package/dist/types/components/hint/test/hint.visual.play.d.ts +1 -0
  729. package/dist/types/components/icon/icon.d.ts +7 -3
  730. package/dist/types/components/icon/icon.interfaces.d.ts +1 -1
  731. package/dist/types/components/input/clear-button.i18n.d.ts +6 -0
  732. package/dist/types/components/input/clear-button.util.d.ts +10 -0
  733. package/dist/types/components/input/trigger-button.i18n.d.ts +7 -0
  734. package/dist/types/components/label/label.d.ts +3 -5
  735. package/dist/types/components/list/item/item.d.ts +0 -5
  736. package/dist/types/components/list/item/item.interfaces.d.ts +1 -1
  737. package/dist/types/components/list/list.d.ts +0 -5
  738. package/dist/types/components/list/test/list.visual.play.d.ts +1 -0
  739. package/dist/types/components/logo/logo.d.ts +1 -2
  740. package/dist/types/components/modal/modal-body/modal-body.d.ts +15 -0
  741. package/dist/types/components/modal/modal-header/modal-header.d.ts +17 -0
  742. package/dist/types/components/modal/modal.controller.d.ts +3 -0
  743. package/dist/types/components/modal/modal.d.ts +97 -0
  744. package/dist/types/components/modal/modal.interfaces.d.ts +15 -0
  745. package/dist/types/components/modal/test/modal.a11y.play.d.ts +1 -0
  746. package/dist/types/components/modal/test/modal.component.play.d.ts +1 -0
  747. package/dist/types/components/modal/test/modal.visual.play.d.ts +1 -0
  748. package/dist/types/components/navbar/navbar.d.ts +128 -0
  749. package/dist/types/components/navbar/navbar.i18n.d.ts +9 -0
  750. package/dist/types/components/navbar/navbar.interfaces.d.ts +10 -0
  751. package/dist/types/components/navbar/test/navbar.a11y.play.d.ts +1 -0
  752. package/dist/types/components/navbar/test/navbar.component.play.d.ts +1 -0
  753. package/dist/types/components/navbar/test/navbar.visual.play.d.ts +1 -0
  754. package/dist/types/components/notification/notification.d.ts +1 -3
  755. package/dist/types/components/pagination/pagination.d.ts +0 -5
  756. package/dist/types/components/popup/popup.d.ts +152 -0
  757. package/dist/types/components/popup/popup.interfaces.d.ts +14 -0
  758. package/dist/types/components/popup/test/popup.a11y.play.d.ts +1 -0
  759. package/dist/types/components/popup/test/popup.component.play.d.ts +1 -0
  760. package/dist/types/components/popup/test/popup.visual.play.d.ts +1 -0
  761. package/dist/types/components/progress-bar/progress-bar.d.ts +0 -5
  762. package/dist/types/components/select/select-optgroup.d.ts +28 -0
  763. package/dist/types/components/select/select-option.d.ts +34 -0
  764. package/dist/types/components/select/select.d.ts +193 -0
  765. package/dist/types/components/select/select.i18n.d.ts +7 -0
  766. package/dist/types/components/select/select.interfaces.d.ts +16 -0
  767. package/dist/types/components/select/select.picker.d.ts +57 -0
  768. package/dist/types/components/select/test/select.a11y.play.d.ts +1 -0
  769. package/dist/types/components/select/test/select.component.play.d.ts +1 -0
  770. package/dist/types/components/select/test/select.visual.play.d.ts +1 -0
  771. package/dist/types/components/shape/shape.d.ts +2 -7
  772. package/dist/types/components/spinner/spinner.d.ts +0 -2
  773. package/dist/types/components/stack/stack.d.ts +7 -19
  774. package/dist/types/components/steps/step/step.d.ts +89 -0
  775. package/dist/types/components/steps/step-panel/step-panel.d.ts +34 -0
  776. package/dist/types/components/steps/steps/steps.d.ts +77 -0
  777. package/dist/types/components/steps/steps.interfaces.d.ts +10 -0
  778. package/dist/types/components/steps/test/steps.a11y.play.d.ts +1 -0
  779. package/dist/types/components/steps/test/steps.component.play.d.ts +1 -0
  780. package/dist/types/components/steps/test/steps.visual.play.d.ts +1 -0
  781. package/dist/types/components/tabs/tab/tab.d.ts +67 -0
  782. package/dist/types/components/tabs/tab-panel/tab-panel.d.ts +34 -0
  783. package/dist/types/components/tabs/tabs/tabs.d.ts +97 -0
  784. package/dist/types/components/tabs/tabs/tabs.i18n.d.ts +7 -0
  785. package/dist/types/components/tabs/tabs.interfaces.d.ts +12 -0
  786. package/dist/types/components/tabs/test/tabs.a11y.play.d.ts +1 -0
  787. package/dist/types/components/tabs/test/tabs.component.play.d.ts +1 -0
  788. package/dist/types/components/tabs/test/tabs.visual.play.d.ts +1 -0
  789. package/dist/types/components/tag/tag.d.ts +1 -3
  790. package/dist/types/components/text/text.d.ts +2 -7
  791. package/dist/types/components/time-input/test/time-input.visual.play.d.ts +1 -0
  792. package/dist/types/components/tooltip/test/tooltip.a11y.play.d.ts +1 -0
  793. package/dist/types/components/tooltip/test/tooltip.component.play.d.ts +1 -0
  794. package/dist/types/components/tooltip/test/tooltip.visual.play.d.ts +1 -0
  795. package/dist/types/components/tooltip/tooltip.d.ts +85 -0
  796. package/dist/types/components/tooltip/tooltip.interfaces.d.ts +10 -0
  797. package/dist/types/components.d.ts +4913 -1926
  798. package/dist/types/foundation/colors.visual.play.d.ts +1 -0
  799. package/dist/types/global/config/config.const.d.ts +3 -0
  800. package/dist/types/global/config/config.default.d.ts +0 -40
  801. package/dist/types/global/config/config.meta.d.ts +2 -0
  802. package/dist/types/global/config/config.types.d.ts +27 -0
  803. package/dist/types/global/config/index.d.ts +1 -0
  804. package/dist/types/global/index.d.ts +0 -1
  805. package/dist/types/home/runner/work/design-system/design-system/packages/core/.stencil/packages/playwright/src/lib/components/carousel.po.d.ts +12 -0
  806. package/dist/types/home/runner/work/design-system/design-system/packages/core/.stencil/packages/playwright/src/lib/components/data-item.po.d.ts +16 -0
  807. package/dist/types/home/runner/work/design-system/design-system/packages/core/.stencil/packages/playwright/src/lib/components/data.po.d.ts +12 -0
  808. package/dist/types/home/runner/work/design-system/design-system/packages/core/.stencil/packages/playwright/src/lib/components/date.po.d.ts +15 -0
  809. package/dist/types/home/runner/work/design-system/design-system/packages/core/.stencil/packages/playwright/src/lib/components/drawer.po.d.ts +11 -0
  810. package/dist/types/home/runner/work/design-system/design-system/packages/core/.stencil/packages/playwright/src/lib/components/file-upload.po.d.ts +16 -0
  811. package/dist/types/home/runner/work/design-system/design-system/packages/core/.stencil/packages/playwright/src/lib/components/footer.po.d.ts +16 -0
  812. package/dist/types/home/runner/work/design-system/design-system/packages/core/.stencil/packages/playwright/src/lib/components/hint.po.d.ts +10 -0
  813. package/dist/types/home/runner/work/design-system/design-system/packages/core/.stencil/packages/playwright/src/lib/components/index.d.ts +15 -0
  814. package/dist/types/home/runner/work/design-system/design-system/packages/core/.stencil/packages/playwright/src/lib/components/modal.po.d.ts +15 -0
  815. package/dist/types/home/runner/work/design-system/design-system/packages/core/.stencil/packages/playwright/src/lib/components/navbar.po.d.ts +13 -0
  816. package/dist/types/home/runner/work/design-system/design-system/packages/core/.stencil/packages/playwright/src/lib/components/popup.po.d.ts +11 -0
  817. package/dist/types/home/runner/work/design-system/design-system/packages/core/.stencil/packages/playwright/src/lib/components/select.po.d.ts +24 -0
  818. package/dist/types/home/runner/work/design-system/design-system/packages/core/.stencil/packages/playwright/src/lib/components/steps.po.d.ts +13 -0
  819. package/dist/types/home/runner/work/design-system/design-system/packages/core/.stencil/packages/playwright/src/lib/components/tabs.po.d.ts +13 -0
  820. package/dist/types/home/runner/work/design-system/design-system/packages/core/.stencil/packages/playwright/src/lib/components/tooltip.po.d.ts +6 -0
  821. package/dist/types/home/runner/work/design-system/design-system/packages/core/.stencil/packages/playwright/src/lib/page/utils/goto.d.ts +1 -1
  822. package/dist/types/index.d.ts +4 -1
  823. package/dist/types/stencil-public-runtime.d.ts +1 -0
  824. package/dist/types/utils/attributes.d.ts +0 -8
  825. package/dist/types/utils/focus.d.ts +18 -0
  826. package/dist/types/utils/form-control.d.ts +2 -2
  827. package/dist/types/utils/has-value.d.ts +1 -0
  828. package/dist/types/utils/index.d.ts +7 -5
  829. package/dist/types/utils/number.d.ts +0 -3
  830. package/dist/types/utils/property-decorators/array-of.d.ts +9 -0
  831. package/dist/types/utils/property-decorators/bound.d.ts +36 -0
  832. package/dist/types/utils/property-decorators/create-validator-decorator.d.ts +48 -0
  833. package/dist/types/utils/property-decorators/date.d.ts +6 -0
  834. package/dist/types/utils/property-decorators/index.d.ts +9 -0
  835. package/dist/types/utils/property-decorators/iso-date.d.ts +6 -0
  836. package/dist/types/utils/property-decorators/one-of.d.ts +8 -0
  837. package/dist/types/utils/property-decorators/pattern.d.ts +8 -0
  838. package/dist/types/utils/property-decorators/required.d.ts +17 -0
  839. package/dist/types/utils/property-decorators/type.d.ts +9 -0
  840. package/dist/types/utils/property-decorators/url.d.ts +6 -0
  841. package/dist/types/utils/svg.d.ts +2 -0
  842. package/docs/cem.json +17659 -0
  843. package/docs/components.json +38767 -17409
  844. package/docs/html.html-data.json +1529 -147
  845. package/docs/tags.json +29 -1
  846. package/package.json +45 -38
  847. package/sbom.cdx.json +54391 -0
  848. package/README.md +0 -33
  849. package/components/p-82RSSk25.js +0 -4
  850. package/components/p-BEngECpF.js +0 -4
  851. package/components/p-BMBthpLd.js +0 -4
  852. package/components/p-BNY3JzuV.js +0 -4
  853. package/components/p-BOTkpyFe.js +0 -5
  854. package/components/p-BOgMmRCt.js +0 -4
  855. package/components/p-CDYlUuhB.js +0 -4
  856. package/components/p-Cb75Rr6o.js +0 -4
  857. package/components/p-CojUmpFm.js +0 -4
  858. package/components/p-DHeVI6dR.js +0 -4
  859. package/components/p-DTPbL3uY.js +0 -4
  860. package/components/p-DnnGnukM.js +0 -4
  861. package/components/p-DtuTnY5l.js +0 -4
  862. package/components/p-JZ1uDtZv.js +0 -4
  863. package/components/p-cSbDziZm.js +0 -4
  864. package/components/p-gA-94RPS.js +0 -4
  865. package/components/p-xDEngwqW.js +0 -4
  866. package/dist/cjs/contact-SPfz2A_q.js +0 -1647
  867. package/dist/cjs/ds-content.cjs.entry.js +0 -154
  868. package/dist/cjs/ds-divider.cjs.entry.js +0 -131
  869. package/dist/cjs/ds-stack.cjs.entry.js +0 -224
  870. package/dist/cjs/isEmpty-BmKp4bH4.js +0 -99
  871. package/dist/cjs/stack.interfaces-6vlKvBmb.js +0 -68
  872. package/dist/cjs/svg-D7Mwbcvp.js +0 -1482
  873. package/dist/cjs/validate.decorator-C9-9HA0Y.js +0 -115
  874. package/dist/collection/global/constants/icons.constant.js +0 -42
  875. package/dist/collection/utils/element-states/element-states.decorator.js +0 -23
  876. package/dist/collection/utils/element-states/element-states.listener.js +0 -55
  877. package/dist/collection/utils/element-states/element-states.subject.js +0 -24
  878. package/dist/collection/utils/element-states/index.js +0 -5
  879. package/dist/collection/utils/keyboard/index.js +0 -6
  880. package/dist/collection/utils/keyboard/keyboard.decorator.js +0 -23
  881. package/dist/collection/utils/keyboard/keyboard.listener.js +0 -34
  882. package/dist/collection/utils/keyboard/keyboard.subject.js +0 -24
  883. package/dist/collection/utils/property-checkers/check-array-of.js +0 -13
  884. package/dist/collection/utils/property-checkers/check-date.js +0 -18
  885. package/dist/collection/utils/property-checkers/check-iso-date.js +0 -14
  886. package/dist/collection/utils/property-checkers/check-one-of.js +0 -13
  887. package/dist/collection/utils/property-checkers/check-pattern.js +0 -13
  888. package/dist/collection/utils/property-checkers/check-type.js +0 -20
  889. package/dist/collection/utils/property-checkers/check-url.js +0 -20
  890. package/dist/collection/utils/property-checkers/empty-or.js +0 -15
  891. package/dist/collection/utils/property-checkers/index.js +0 -57
  892. package/dist/collection/utils/property-checkers/required-and.js +0 -20
  893. package/dist/collection/utils/swipe/index.js +0 -6
  894. package/dist/collection/utils/swipe/swipe.decorator.js +0 -23
  895. package/dist/collection/utils/swipe/swipe.listener.js +0 -33
  896. package/dist/collection/utils/swipe/swipe.subject.js +0 -28
  897. package/dist/collection/utils/validate.decorator.js +0 -203
  898. package/dist/design-system/p-03bbcdf9de.entry.js +0 -4
  899. package/dist/design-system/p-1154323457.entry.js +0 -4
  900. package/dist/design-system/p-1f0601a4f4.entry.js +0 -4
  901. package/dist/design-system/p-21b080a49a.entry.js +0 -4
  902. package/dist/design-system/p-27c34c4e5f.entry.js +0 -4
  903. package/dist/design-system/p-2b91de302f.entry.js +0 -4
  904. package/dist/design-system/p-31c1235ac5.entry.js +0 -4
  905. package/dist/design-system/p-3259acaa64.entry.js +0 -4
  906. package/dist/design-system/p-339d85cca0.entry.js +0 -4
  907. package/dist/design-system/p-35e63b52e7.entry.js +0 -4
  908. package/dist/design-system/p-363f3a7ab4.entry.js +0 -4
  909. package/dist/design-system/p-3d901720f7.entry.js +0 -4
  910. package/dist/design-system/p-40ba8b9812.entry.js +0 -4
  911. package/dist/design-system/p-432430e14f.entry.js +0 -4
  912. package/dist/design-system/p-487807f228.entry.js +0 -4
  913. package/dist/design-system/p-4a049d1b7f.entry.js +0 -4
  914. package/dist/design-system/p-4f4cce8ce4.entry.js +0 -4
  915. package/dist/design-system/p-5a901a9b8e.entry.js +0 -4
  916. package/dist/design-system/p-5d3330bf93.entry.js +0 -4
  917. package/dist/design-system/p-640223834c.entry.js +0 -4
  918. package/dist/design-system/p-6b9aab417f.entry.js +0 -4
  919. package/dist/design-system/p-799705af3a.entry.js +0 -4
  920. package/dist/design-system/p-82RSSk25.js +0 -4
  921. package/dist/design-system/p-8e0872fef0.entry.js +0 -4
  922. package/dist/design-system/p-9617d56181.entry.js +0 -4
  923. package/dist/design-system/p-BaIoYrFa.js +0 -5
  924. package/dist/design-system/p-Cb75Rr6o.js +0 -4
  925. package/dist/design-system/p-CqZ6YSy9.js +0 -4
  926. package/dist/design-system/p-CqzM3doy.js +0 -4
  927. package/dist/design-system/p-CuwLeg-T.js +0 -5
  928. package/dist/design-system/p-DTPbL3uY.js +0 -4
  929. package/dist/design-system/p-aff68865ee.entry.js +0 -4
  930. package/dist/design-system/p-b3c6327744.entry.js +0 -4
  931. package/dist/design-system/p-be9023a38b.entry.js +0 -4
  932. package/dist/design-system/p-c031d1dce5.entry.js +0 -4
  933. package/dist/design-system/p-c3ae96e220.entry.js +0 -4
  934. package/dist/design-system/p-d430812a57.entry.js +0 -4
  935. package/dist/design-system/p-de1354f022.entry.js +0 -4
  936. package/dist/design-system/p-e3d0c82e2a.entry.js +0 -4
  937. package/dist/design-system/p-ea1a5e1f75.entry.js +0 -4
  938. package/dist/design-system/p-ea7169501c.entry.js +0 -4
  939. package/dist/design-system/p-eab397e041.entry.js +0 -4
  940. package/dist/design-system/p-ecba4deb9a.entry.js +0 -4
  941. package/dist/design-system/p-fe0dbd4b03.entry.js +0 -4
  942. package/dist/design-system/p-ng5ZzTOj.js +0 -4
  943. package/dist/esm/contact-Cb75Rr6o.js +0 -1636
  944. package/dist/esm/ds-content.entry.js +0 -152
  945. package/dist/esm/ds-divider.entry.js +0 -129
  946. package/dist/esm/ds-stack.entry.js +0 -222
  947. package/dist/esm/isEmpty-DmZYZqE9.js +0 -97
  948. package/dist/esm/stack.interfaces-ng5ZzTOj.js +0 -62
  949. package/dist/esm/svg-BaIoYrFa.js +0 -1480
  950. package/dist/esm/validate.decorator-82RSSk25.js +0 -110
  951. package/dist/types/global/constants/icons.constant.d.ts +0 -38
  952. package/dist/types/utils/element-states/element-states.decorator.d.ts +0 -3
  953. package/dist/types/utils/element-states/element-states.interfaces.d.ts +0 -10
  954. package/dist/types/utils/element-states/element-states.listener.d.ts +0 -15
  955. package/dist/types/utils/element-states/element-states.subject.d.ts +0 -8
  956. package/dist/types/utils/element-states/index.d.ts +0 -2
  957. package/dist/types/utils/keyboard/index.d.ts +0 -3
  958. package/dist/types/utils/keyboard/keyboard.decorator.d.ts +0 -3
  959. package/dist/types/utils/keyboard/keyboard.interfaces.d.ts +0 -8
  960. package/dist/types/utils/keyboard/keyboard.listener.d.ts +0 -9
  961. package/dist/types/utils/keyboard/keyboard.subject.d.ts +0 -8
  962. package/dist/types/utils/property-checkers/check-array-of.d.ts +0 -2
  963. package/dist/types/utils/property-checkers/check-date.d.ts +0 -1
  964. package/dist/types/utils/property-checkers/check-iso-date.d.ts +0 -1
  965. package/dist/types/utils/property-checkers/check-one-of.d.ts +0 -1
  966. package/dist/types/utils/property-checkers/check-pattern.d.ts +0 -1
  967. package/dist/types/utils/property-checkers/check-type.d.ts +0 -2
  968. package/dist/types/utils/property-checkers/check-url.d.ts +0 -1
  969. package/dist/types/utils/property-checkers/constants.d.ts +0 -1
  970. package/dist/types/utils/property-checkers/empty-or.d.ts +0 -1
  971. package/dist/types/utils/property-checkers/index.d.ts +0 -19
  972. package/dist/types/utils/property-checkers/required-and.d.ts +0 -1
  973. package/dist/types/utils/swipe/index.d.ts +0 -3
  974. package/dist/types/utils/swipe/swipe.decorator.d.ts +0 -5
  975. package/dist/types/utils/swipe/swipe.interfaces.d.ts +0 -10
  976. package/dist/types/utils/swipe/swipe.listener.d.ts +0 -10
  977. package/dist/types/utils/swipe/swipe.subject.d.ts +0 -11
  978. package/dist/types/utils/validate.decorator.d.ts +0 -114
  979. /package/dist/collection/{utils/element-states/element-states.interfaces.js → components/data/data-item.interfaces.js} +0 -0
  980. /package/dist/collection/{utils/keyboard/keyboard.interfaces.js → components/data/data-label.interfaces.js} +0 -0
  981. /package/dist/collection/{utils/property-checkers/property-types.js → components/data/data-value.interfaces.js} +0 -0
  982. /package/dist/collection/{utils/swipe/swipe.interfaces.js → components/data/data.interfaces.js} +0 -0
  983. /package/dist/collection/utils/{property-checkers/is-iso-date.js → is-iso-date.js} +0 -0
  984. /package/dist/collection/utils/{keyboard/keyboard.helpers.js → keyboard.js} +0 -0
  985. /package/dist/types/utils/{property-checkers/is-iso-date.d.ts → is-iso-date.d.ts} +0 -0
  986. /package/dist/types/utils/{property-checkers/is-value-empty.d.ts → is-value-empty.d.ts} +0 -0
  987. /package/dist/types/utils/{keyboard/keyboard.helpers.d.ts → keyboard.d.ts} +0 -0
  988. /package/dist/types/utils/{property-checkers/property-types.d.ts → property-types.d.ts} +0 -0
@@ -3,1997 +3,27 @@
3
3
  */
4
4
  'use strict';
5
5
 
6
- var index = require('./index-CdD-TT_n.js');
7
- var tslib_es6 = require('./tslib.es6-BTi-SLnA.js');
8
- var field_util = require('./field.util-RjuvTLNZ.js');
9
- var _commonjsHelpers = require('./_commonjsHelpers-DVhpm0hL.js');
10
- var _getTag = require('./_getTag-B468r9bu.js');
11
- var isObjectLike = require('./isObjectLike-h-ta_ikf.js');
12
- var isNil = require('./isNil-DuJ_OV5R.js');
13
- var formControl = require('./form-control-Bno2tBGf.js');
14
- var validate_decorator = require('./validate.decorator-C9-9HA0Y.js');
6
+ var index = require('./index-sC3JnTlJ.js');
7
+ var tslib_es6 = require('./tslib.es6-CxyosZMg.js');
8
+ var field_util = require('./field.util-L-DkeMVk.js');
9
+ var array = require('./array-CioNm_V1.js');
10
+ var formControl = require('./form-control-CtMcJUuC.js');
11
+ var hasValue = require('./has-value-DK0oRqXI.js');
15
12
  var input_interfaces = require('./input.interfaces-YapUUaRx.js');
16
13
  var checkbox_interfaces = require('./checkbox.interfaces-CboipPFV.js');
17
- var config_decorator = require('./config.decorator-Qmrq4ZYj.js');
14
+ var oneOf = require('./one-of-BZGRIMtQ.js');
15
+ var type = require('./type-hmc4CJcO.js');
16
+ var config_decorator = require('./config.decorator-ThGLtT-3.js');
18
17
  require('./aria-C3Tx6AHY.js');
19
18
  require('./label.i18n-C00ZY0P9.js');
20
- require('./config.utils-Cv4cx_Xa.js');
19
+ require('./_commonjsHelpers-DVhpm0hL.js');
20
+ require('./_getTag-B468r9bu.js');
21
+ require('./isObjectLike-h-ta_ikf.js');
22
+ require('./isNil-DuJ_OV5R.js');
23
+ require('./create-validator-decorator-BIgFqrMJ.js');
24
+ require('./config.utils-MhZvq4Qm.js');
21
25
 
22
- /**
23
- * Removes all key-value entries from the list cache.
24
- *
25
- * @private
26
- * @name clear
27
- * @memberOf ListCache
28
- */
29
-
30
- var _listCacheClear;
31
- var hasRequired_listCacheClear;
32
-
33
- function require_listCacheClear () {
34
- if (hasRequired_listCacheClear) return _listCacheClear;
35
- hasRequired_listCacheClear = 1;
36
- function listCacheClear() {
37
- this.__data__ = [];
38
- this.size = 0;
39
- }
40
-
41
- _listCacheClear = listCacheClear;
42
- return _listCacheClear;
43
- }
44
-
45
- /**
46
- * Performs a
47
- * [`SameValueZero`](http://ecma-international.org/ecma-262/7.0/#sec-samevaluezero)
48
- * comparison between two values to determine if they are equivalent.
49
- *
50
- * @static
51
- * @memberOf _
52
- * @since 4.0.0
53
- * @category Lang
54
- * @param {*} value The value to compare.
55
- * @param {*} other The other value to compare.
56
- * @returns {boolean} Returns `true` if the values are equivalent, else `false`.
57
- * @example
58
- *
59
- * var object = { 'a': 1 };
60
- * var other = { 'a': 1 };
61
- *
62
- * _.eq(object, object);
63
- * // => true
64
- *
65
- * _.eq(object, other);
66
- * // => false
67
- *
68
- * _.eq('a', 'a');
69
- * // => true
70
- *
71
- * _.eq('a', Object('a'));
72
- * // => false
73
- *
74
- * _.eq(NaN, NaN);
75
- * // => true
76
- */
77
-
78
- var eq_1;
79
- var hasRequiredEq;
80
-
81
- function requireEq () {
82
- if (hasRequiredEq) return eq_1;
83
- hasRequiredEq = 1;
84
- function eq(value, other) {
85
- return value === other || (value !== value && other !== other);
86
- }
87
-
88
- eq_1 = eq;
89
- return eq_1;
90
- }
91
-
92
- var _assocIndexOf;
93
- var hasRequired_assocIndexOf;
94
-
95
- function require_assocIndexOf () {
96
- if (hasRequired_assocIndexOf) return _assocIndexOf;
97
- hasRequired_assocIndexOf = 1;
98
- var eq = requireEq();
99
-
100
- /**
101
- * Gets the index at which the `key` is found in `array` of key-value pairs.
102
- *
103
- * @private
104
- * @param {Array} array The array to inspect.
105
- * @param {*} key The key to search for.
106
- * @returns {number} Returns the index of the matched value, else `-1`.
107
- */
108
- function assocIndexOf(array, key) {
109
- var length = array.length;
110
- while (length--) {
111
- if (eq(array[length][0], key)) {
112
- return length;
113
- }
114
- }
115
- return -1;
116
- }
117
-
118
- _assocIndexOf = assocIndexOf;
119
- return _assocIndexOf;
120
- }
121
-
122
- var _listCacheDelete;
123
- var hasRequired_listCacheDelete;
124
-
125
- function require_listCacheDelete () {
126
- if (hasRequired_listCacheDelete) return _listCacheDelete;
127
- hasRequired_listCacheDelete = 1;
128
- var assocIndexOf = require_assocIndexOf();
129
-
130
- /** Used for built-in method references. */
131
- var arrayProto = Array.prototype;
132
-
133
- /** Built-in value references. */
134
- var splice = arrayProto.splice;
135
-
136
- /**
137
- * Removes `key` and its value from the list cache.
138
- *
139
- * @private
140
- * @name delete
141
- * @memberOf ListCache
142
- * @param {string} key The key of the value to remove.
143
- * @returns {boolean} Returns `true` if the entry was removed, else `false`.
144
- */
145
- function listCacheDelete(key) {
146
- var data = this.__data__,
147
- index = assocIndexOf(data, key);
148
-
149
- if (index < 0) {
150
- return false;
151
- }
152
- var lastIndex = data.length - 1;
153
- if (index == lastIndex) {
154
- data.pop();
155
- } else {
156
- splice.call(data, index, 1);
157
- }
158
- --this.size;
159
- return true;
160
- }
161
-
162
- _listCacheDelete = listCacheDelete;
163
- return _listCacheDelete;
164
- }
165
-
166
- var _listCacheGet;
167
- var hasRequired_listCacheGet;
168
-
169
- function require_listCacheGet () {
170
- if (hasRequired_listCacheGet) return _listCacheGet;
171
- hasRequired_listCacheGet = 1;
172
- var assocIndexOf = require_assocIndexOf();
173
-
174
- /**
175
- * Gets the list cache value for `key`.
176
- *
177
- * @private
178
- * @name get
179
- * @memberOf ListCache
180
- * @param {string} key The key of the value to get.
181
- * @returns {*} Returns the entry value.
182
- */
183
- function listCacheGet(key) {
184
- var data = this.__data__,
185
- index = assocIndexOf(data, key);
186
-
187
- return index < 0 ? undefined : data[index][1];
188
- }
189
-
190
- _listCacheGet = listCacheGet;
191
- return _listCacheGet;
192
- }
193
-
194
- var _listCacheHas;
195
- var hasRequired_listCacheHas;
196
-
197
- function require_listCacheHas () {
198
- if (hasRequired_listCacheHas) return _listCacheHas;
199
- hasRequired_listCacheHas = 1;
200
- var assocIndexOf = require_assocIndexOf();
201
-
202
- /**
203
- * Checks if a list cache value for `key` exists.
204
- *
205
- * @private
206
- * @name has
207
- * @memberOf ListCache
208
- * @param {string} key The key of the entry to check.
209
- * @returns {boolean} Returns `true` if an entry for `key` exists, else `false`.
210
- */
211
- function listCacheHas(key) {
212
- return assocIndexOf(this.__data__, key) > -1;
213
- }
214
-
215
- _listCacheHas = listCacheHas;
216
- return _listCacheHas;
217
- }
218
-
219
- var _listCacheSet;
220
- var hasRequired_listCacheSet;
221
-
222
- function require_listCacheSet () {
223
- if (hasRequired_listCacheSet) return _listCacheSet;
224
- hasRequired_listCacheSet = 1;
225
- var assocIndexOf = require_assocIndexOf();
226
-
227
- /**
228
- * Sets the list cache `key` to `value`.
229
- *
230
- * @private
231
- * @name set
232
- * @memberOf ListCache
233
- * @param {string} key The key of the value to set.
234
- * @param {*} value The value to set.
235
- * @returns {Object} Returns the list cache instance.
236
- */
237
- function listCacheSet(key, value) {
238
- var data = this.__data__,
239
- index = assocIndexOf(data, key);
240
-
241
- if (index < 0) {
242
- ++this.size;
243
- data.push([key, value]);
244
- } else {
245
- data[index][1] = value;
246
- }
247
- return this;
248
- }
249
-
250
- _listCacheSet = listCacheSet;
251
- return _listCacheSet;
252
- }
253
-
254
- var _ListCache;
255
- var hasRequired_ListCache;
256
-
257
- function require_ListCache () {
258
- if (hasRequired_ListCache) return _ListCache;
259
- hasRequired_ListCache = 1;
260
- var listCacheClear = require_listCacheClear(),
261
- listCacheDelete = require_listCacheDelete(),
262
- listCacheGet = require_listCacheGet(),
263
- listCacheHas = require_listCacheHas(),
264
- listCacheSet = require_listCacheSet();
265
-
266
- /**
267
- * Creates an list cache object.
268
- *
269
- * @private
270
- * @constructor
271
- * @param {Array} [entries] The key-value pairs to cache.
272
- */
273
- function ListCache(entries) {
274
- var index = -1,
275
- length = entries == null ? 0 : entries.length;
276
-
277
- this.clear();
278
- while (++index < length) {
279
- var entry = entries[index];
280
- this.set(entry[0], entry[1]);
281
- }
282
- }
283
-
284
- // Add methods to `ListCache`.
285
- ListCache.prototype.clear = listCacheClear;
286
- ListCache.prototype['delete'] = listCacheDelete;
287
- ListCache.prototype.get = listCacheGet;
288
- ListCache.prototype.has = listCacheHas;
289
- ListCache.prototype.set = listCacheSet;
290
-
291
- _ListCache = ListCache;
292
- return _ListCache;
293
- }
294
-
295
- var _stackClear;
296
- var hasRequired_stackClear;
297
-
298
- function require_stackClear () {
299
- if (hasRequired_stackClear) return _stackClear;
300
- hasRequired_stackClear = 1;
301
- var ListCache = require_ListCache();
302
-
303
- /**
304
- * Removes all key-value entries from the stack.
305
- *
306
- * @private
307
- * @name clear
308
- * @memberOf Stack
309
- */
310
- function stackClear() {
311
- this.__data__ = new ListCache;
312
- this.size = 0;
313
- }
314
-
315
- _stackClear = stackClear;
316
- return _stackClear;
317
- }
318
-
319
- /**
320
- * Removes `key` and its value from the stack.
321
- *
322
- * @private
323
- * @name delete
324
- * @memberOf Stack
325
- * @param {string} key The key of the value to remove.
326
- * @returns {boolean} Returns `true` if the entry was removed, else `false`.
327
- */
328
-
329
- var _stackDelete;
330
- var hasRequired_stackDelete;
331
-
332
- function require_stackDelete () {
333
- if (hasRequired_stackDelete) return _stackDelete;
334
- hasRequired_stackDelete = 1;
335
- function stackDelete(key) {
336
- var data = this.__data__,
337
- result = data['delete'](key);
338
-
339
- this.size = data.size;
340
- return result;
341
- }
342
-
343
- _stackDelete = stackDelete;
344
- return _stackDelete;
345
- }
346
-
347
- /**
348
- * Gets the stack value for `key`.
349
- *
350
- * @private
351
- * @name get
352
- * @memberOf Stack
353
- * @param {string} key The key of the value to get.
354
- * @returns {*} Returns the entry value.
355
- */
356
-
357
- var _stackGet;
358
- var hasRequired_stackGet;
359
-
360
- function require_stackGet () {
361
- if (hasRequired_stackGet) return _stackGet;
362
- hasRequired_stackGet = 1;
363
- function stackGet(key) {
364
- return this.__data__.get(key);
365
- }
366
-
367
- _stackGet = stackGet;
368
- return _stackGet;
369
- }
370
-
371
- /**
372
- * Checks if a stack value for `key` exists.
373
- *
374
- * @private
375
- * @name has
376
- * @memberOf Stack
377
- * @param {string} key The key of the entry to check.
378
- * @returns {boolean} Returns `true` if an entry for `key` exists, else `false`.
379
- */
380
-
381
- var _stackHas;
382
- var hasRequired_stackHas;
383
-
384
- function require_stackHas () {
385
- if (hasRequired_stackHas) return _stackHas;
386
- hasRequired_stackHas = 1;
387
- function stackHas(key) {
388
- return this.__data__.has(key);
389
- }
390
-
391
- _stackHas = stackHas;
392
- return _stackHas;
393
- }
394
-
395
- var _nativeCreate;
396
- var hasRequired_nativeCreate;
397
-
398
- function require_nativeCreate () {
399
- if (hasRequired_nativeCreate) return _nativeCreate;
400
- hasRequired_nativeCreate = 1;
401
- var getNative = _getTag.require_getNative();
402
-
403
- /* Built-in method references that are verified to be native. */
404
- var nativeCreate = getNative(Object, 'create');
405
-
406
- _nativeCreate = nativeCreate;
407
- return _nativeCreate;
408
- }
409
-
410
- var _hashClear;
411
- var hasRequired_hashClear;
412
-
413
- function require_hashClear () {
414
- if (hasRequired_hashClear) return _hashClear;
415
- hasRequired_hashClear = 1;
416
- var nativeCreate = require_nativeCreate();
417
-
418
- /**
419
- * Removes all key-value entries from the hash.
420
- *
421
- * @private
422
- * @name clear
423
- * @memberOf Hash
424
- */
425
- function hashClear() {
426
- this.__data__ = nativeCreate ? nativeCreate(null) : {};
427
- this.size = 0;
428
- }
429
-
430
- _hashClear = hashClear;
431
- return _hashClear;
432
- }
433
-
434
- /**
435
- * Removes `key` and its value from the hash.
436
- *
437
- * @private
438
- * @name delete
439
- * @memberOf Hash
440
- * @param {Object} hash The hash to modify.
441
- * @param {string} key The key of the value to remove.
442
- * @returns {boolean} Returns `true` if the entry was removed, else `false`.
443
- */
444
-
445
- var _hashDelete;
446
- var hasRequired_hashDelete;
447
-
448
- function require_hashDelete () {
449
- if (hasRequired_hashDelete) return _hashDelete;
450
- hasRequired_hashDelete = 1;
451
- function hashDelete(key) {
452
- var result = this.has(key) && delete this.__data__[key];
453
- this.size -= result ? 1 : 0;
454
- return result;
455
- }
456
-
457
- _hashDelete = hashDelete;
458
- return _hashDelete;
459
- }
460
-
461
- var _hashGet;
462
- var hasRequired_hashGet;
463
-
464
- function require_hashGet () {
465
- if (hasRequired_hashGet) return _hashGet;
466
- hasRequired_hashGet = 1;
467
- var nativeCreate = require_nativeCreate();
468
-
469
- /** Used to stand-in for `undefined` hash values. */
470
- var HASH_UNDEFINED = '__lodash_hash_undefined__';
471
-
472
- /** Used for built-in method references. */
473
- var objectProto = Object.prototype;
474
-
475
- /** Used to check objects for own properties. */
476
- var hasOwnProperty = objectProto.hasOwnProperty;
477
-
478
- /**
479
- * Gets the hash value for `key`.
480
- *
481
- * @private
482
- * @name get
483
- * @memberOf Hash
484
- * @param {string} key The key of the value to get.
485
- * @returns {*} Returns the entry value.
486
- */
487
- function hashGet(key) {
488
- var data = this.__data__;
489
- if (nativeCreate) {
490
- var result = data[key];
491
- return result === HASH_UNDEFINED ? undefined : result;
492
- }
493
- return hasOwnProperty.call(data, key) ? data[key] : undefined;
494
- }
495
-
496
- _hashGet = hashGet;
497
- return _hashGet;
498
- }
499
-
500
- var _hashHas;
501
- var hasRequired_hashHas;
502
-
503
- function require_hashHas () {
504
- if (hasRequired_hashHas) return _hashHas;
505
- hasRequired_hashHas = 1;
506
- var nativeCreate = require_nativeCreate();
507
-
508
- /** Used for built-in method references. */
509
- var objectProto = Object.prototype;
510
-
511
- /** Used to check objects for own properties. */
512
- var hasOwnProperty = objectProto.hasOwnProperty;
513
-
514
- /**
515
- * Checks if a hash value for `key` exists.
516
- *
517
- * @private
518
- * @name has
519
- * @memberOf Hash
520
- * @param {string} key The key of the entry to check.
521
- * @returns {boolean} Returns `true` if an entry for `key` exists, else `false`.
522
- */
523
- function hashHas(key) {
524
- var data = this.__data__;
525
- return nativeCreate ? (data[key] !== undefined) : hasOwnProperty.call(data, key);
526
- }
527
-
528
- _hashHas = hashHas;
529
- return _hashHas;
530
- }
531
-
532
- var _hashSet;
533
- var hasRequired_hashSet;
534
-
535
- function require_hashSet () {
536
- if (hasRequired_hashSet) return _hashSet;
537
- hasRequired_hashSet = 1;
538
- var nativeCreate = require_nativeCreate();
539
-
540
- /** Used to stand-in for `undefined` hash values. */
541
- var HASH_UNDEFINED = '__lodash_hash_undefined__';
542
-
543
- /**
544
- * Sets the hash `key` to `value`.
545
- *
546
- * @private
547
- * @name set
548
- * @memberOf Hash
549
- * @param {string} key The key of the value to set.
550
- * @param {*} value The value to set.
551
- * @returns {Object} Returns the hash instance.
552
- */
553
- function hashSet(key, value) {
554
- var data = this.__data__;
555
- this.size += this.has(key) ? 0 : 1;
556
- data[key] = (nativeCreate && value === undefined) ? HASH_UNDEFINED : value;
557
- return this;
558
- }
559
-
560
- _hashSet = hashSet;
561
- return _hashSet;
562
- }
563
-
564
- var _Hash;
565
- var hasRequired_Hash;
566
-
567
- function require_Hash () {
568
- if (hasRequired_Hash) return _Hash;
569
- hasRequired_Hash = 1;
570
- var hashClear = require_hashClear(),
571
- hashDelete = require_hashDelete(),
572
- hashGet = require_hashGet(),
573
- hashHas = require_hashHas(),
574
- hashSet = require_hashSet();
575
-
576
- /**
577
- * Creates a hash object.
578
- *
579
- * @private
580
- * @constructor
581
- * @param {Array} [entries] The key-value pairs to cache.
582
- */
583
- function Hash(entries) {
584
- var index = -1,
585
- length = entries == null ? 0 : entries.length;
586
-
587
- this.clear();
588
- while (++index < length) {
589
- var entry = entries[index];
590
- this.set(entry[0], entry[1]);
591
- }
592
- }
593
-
594
- // Add methods to `Hash`.
595
- Hash.prototype.clear = hashClear;
596
- Hash.prototype['delete'] = hashDelete;
597
- Hash.prototype.get = hashGet;
598
- Hash.prototype.has = hashHas;
599
- Hash.prototype.set = hashSet;
600
-
601
- _Hash = Hash;
602
- return _Hash;
603
- }
604
-
605
- var _mapCacheClear;
606
- var hasRequired_mapCacheClear;
607
-
608
- function require_mapCacheClear () {
609
- if (hasRequired_mapCacheClear) return _mapCacheClear;
610
- hasRequired_mapCacheClear = 1;
611
- var Hash = require_Hash(),
612
- ListCache = require_ListCache(),
613
- Map = _getTag.require_Map();
614
-
615
- /**
616
- * Removes all key-value entries from the map.
617
- *
618
- * @private
619
- * @name clear
620
- * @memberOf MapCache
621
- */
622
- function mapCacheClear() {
623
- this.size = 0;
624
- this.__data__ = {
625
- 'hash': new Hash,
626
- 'map': new (Map || ListCache),
627
- 'string': new Hash
628
- };
629
- }
630
-
631
- _mapCacheClear = mapCacheClear;
632
- return _mapCacheClear;
633
- }
634
-
635
- /**
636
- * Checks if `value` is suitable for use as unique object key.
637
- *
638
- * @private
639
- * @param {*} value The value to check.
640
- * @returns {boolean} Returns `true` if `value` is suitable, else `false`.
641
- */
642
-
643
- var _isKeyable;
644
- var hasRequired_isKeyable;
645
-
646
- function require_isKeyable () {
647
- if (hasRequired_isKeyable) return _isKeyable;
648
- hasRequired_isKeyable = 1;
649
- function isKeyable(value) {
650
- var type = typeof value;
651
- return (type == 'string' || type == 'number' || type == 'symbol' || type == 'boolean')
652
- ? (value !== '__proto__')
653
- : (value === null);
654
- }
655
-
656
- _isKeyable = isKeyable;
657
- return _isKeyable;
658
- }
659
-
660
- var _getMapData;
661
- var hasRequired_getMapData;
662
-
663
- function require_getMapData () {
664
- if (hasRequired_getMapData) return _getMapData;
665
- hasRequired_getMapData = 1;
666
- var isKeyable = require_isKeyable();
667
-
668
- /**
669
- * Gets the data for `map`.
670
- *
671
- * @private
672
- * @param {Object} map The map to query.
673
- * @param {string} key The reference key.
674
- * @returns {*} Returns the map data.
675
- */
676
- function getMapData(map, key) {
677
- var data = map.__data__;
678
- return isKeyable(key)
679
- ? data[typeof key == 'string' ? 'string' : 'hash']
680
- : data.map;
681
- }
682
-
683
- _getMapData = getMapData;
684
- return _getMapData;
685
- }
686
-
687
- var _mapCacheDelete;
688
- var hasRequired_mapCacheDelete;
689
-
690
- function require_mapCacheDelete () {
691
- if (hasRequired_mapCacheDelete) return _mapCacheDelete;
692
- hasRequired_mapCacheDelete = 1;
693
- var getMapData = require_getMapData();
694
-
695
- /**
696
- * Removes `key` and its value from the map.
697
- *
698
- * @private
699
- * @name delete
700
- * @memberOf MapCache
701
- * @param {string} key The key of the value to remove.
702
- * @returns {boolean} Returns `true` if the entry was removed, else `false`.
703
- */
704
- function mapCacheDelete(key) {
705
- var result = getMapData(this, key)['delete'](key);
706
- this.size -= result ? 1 : 0;
707
- return result;
708
- }
709
-
710
- _mapCacheDelete = mapCacheDelete;
711
- return _mapCacheDelete;
712
- }
713
-
714
- var _mapCacheGet;
715
- var hasRequired_mapCacheGet;
716
-
717
- function require_mapCacheGet () {
718
- if (hasRequired_mapCacheGet) return _mapCacheGet;
719
- hasRequired_mapCacheGet = 1;
720
- var getMapData = require_getMapData();
721
-
722
- /**
723
- * Gets the map value for `key`.
724
- *
725
- * @private
726
- * @name get
727
- * @memberOf MapCache
728
- * @param {string} key The key of the value to get.
729
- * @returns {*} Returns the entry value.
730
- */
731
- function mapCacheGet(key) {
732
- return getMapData(this, key).get(key);
733
- }
734
-
735
- _mapCacheGet = mapCacheGet;
736
- return _mapCacheGet;
737
- }
738
-
739
- var _mapCacheHas;
740
- var hasRequired_mapCacheHas;
741
-
742
- function require_mapCacheHas () {
743
- if (hasRequired_mapCacheHas) return _mapCacheHas;
744
- hasRequired_mapCacheHas = 1;
745
- var getMapData = require_getMapData();
746
-
747
- /**
748
- * Checks if a map value for `key` exists.
749
- *
750
- * @private
751
- * @name has
752
- * @memberOf MapCache
753
- * @param {string} key The key of the entry to check.
754
- * @returns {boolean} Returns `true` if an entry for `key` exists, else `false`.
755
- */
756
- function mapCacheHas(key) {
757
- return getMapData(this, key).has(key);
758
- }
759
-
760
- _mapCacheHas = mapCacheHas;
761
- return _mapCacheHas;
762
- }
763
-
764
- var _mapCacheSet;
765
- var hasRequired_mapCacheSet;
766
-
767
- function require_mapCacheSet () {
768
- if (hasRequired_mapCacheSet) return _mapCacheSet;
769
- hasRequired_mapCacheSet = 1;
770
- var getMapData = require_getMapData();
771
-
772
- /**
773
- * Sets the map `key` to `value`.
774
- *
775
- * @private
776
- * @name set
777
- * @memberOf MapCache
778
- * @param {string} key The key of the value to set.
779
- * @param {*} value The value to set.
780
- * @returns {Object} Returns the map cache instance.
781
- */
782
- function mapCacheSet(key, value) {
783
- var data = getMapData(this, key),
784
- size = data.size;
785
-
786
- data.set(key, value);
787
- this.size += data.size == size ? 0 : 1;
788
- return this;
789
- }
790
-
791
- _mapCacheSet = mapCacheSet;
792
- return _mapCacheSet;
793
- }
794
-
795
- var _MapCache;
796
- var hasRequired_MapCache;
797
-
798
- function require_MapCache () {
799
- if (hasRequired_MapCache) return _MapCache;
800
- hasRequired_MapCache = 1;
801
- var mapCacheClear = require_mapCacheClear(),
802
- mapCacheDelete = require_mapCacheDelete(),
803
- mapCacheGet = require_mapCacheGet(),
804
- mapCacheHas = require_mapCacheHas(),
805
- mapCacheSet = require_mapCacheSet();
806
-
807
- /**
808
- * Creates a map cache object to store key-value pairs.
809
- *
810
- * @private
811
- * @constructor
812
- * @param {Array} [entries] The key-value pairs to cache.
813
- */
814
- function MapCache(entries) {
815
- var index = -1,
816
- length = entries == null ? 0 : entries.length;
817
-
818
- this.clear();
819
- while (++index < length) {
820
- var entry = entries[index];
821
- this.set(entry[0], entry[1]);
822
- }
823
- }
824
-
825
- // Add methods to `MapCache`.
826
- MapCache.prototype.clear = mapCacheClear;
827
- MapCache.prototype['delete'] = mapCacheDelete;
828
- MapCache.prototype.get = mapCacheGet;
829
- MapCache.prototype.has = mapCacheHas;
830
- MapCache.prototype.set = mapCacheSet;
831
-
832
- _MapCache = MapCache;
833
- return _MapCache;
834
- }
835
-
836
- var _stackSet;
837
- var hasRequired_stackSet;
838
-
839
- function require_stackSet () {
840
- if (hasRequired_stackSet) return _stackSet;
841
- hasRequired_stackSet = 1;
842
- var ListCache = require_ListCache(),
843
- Map = _getTag.require_Map(),
844
- MapCache = require_MapCache();
845
-
846
- /** Used as the size to enable large array optimizations. */
847
- var LARGE_ARRAY_SIZE = 200;
848
-
849
- /**
850
- * Sets the stack `key` to `value`.
851
- *
852
- * @private
853
- * @name set
854
- * @memberOf Stack
855
- * @param {string} key The key of the value to set.
856
- * @param {*} value The value to set.
857
- * @returns {Object} Returns the stack cache instance.
858
- */
859
- function stackSet(key, value) {
860
- var data = this.__data__;
861
- if (data instanceof ListCache) {
862
- var pairs = data.__data__;
863
- if (!Map || (pairs.length < LARGE_ARRAY_SIZE - 1)) {
864
- pairs.push([key, value]);
865
- this.size = ++data.size;
866
- return this;
867
- }
868
- data = this.__data__ = new MapCache(pairs);
869
- }
870
- data.set(key, value);
871
- this.size = data.size;
872
- return this;
873
- }
874
-
875
- _stackSet = stackSet;
876
- return _stackSet;
877
- }
878
-
879
- var _Stack;
880
- var hasRequired_Stack;
881
-
882
- function require_Stack () {
883
- if (hasRequired_Stack) return _Stack;
884
- hasRequired_Stack = 1;
885
- var ListCache = require_ListCache(),
886
- stackClear = require_stackClear(),
887
- stackDelete = require_stackDelete(),
888
- stackGet = require_stackGet(),
889
- stackHas = require_stackHas(),
890
- stackSet = require_stackSet();
891
-
892
- /**
893
- * Creates a stack cache object to store key-value pairs.
894
- *
895
- * @private
896
- * @constructor
897
- * @param {Array} [entries] The key-value pairs to cache.
898
- */
899
- function Stack(entries) {
900
- var data = this.__data__ = new ListCache(entries);
901
- this.size = data.size;
902
- }
903
-
904
- // Add methods to `Stack`.
905
- Stack.prototype.clear = stackClear;
906
- Stack.prototype['delete'] = stackDelete;
907
- Stack.prototype.get = stackGet;
908
- Stack.prototype.has = stackHas;
909
- Stack.prototype.set = stackSet;
910
-
911
- _Stack = Stack;
912
- return _Stack;
913
- }
914
-
915
- /** Used to stand-in for `undefined` hash values. */
916
-
917
- var _setCacheAdd;
918
- var hasRequired_setCacheAdd;
919
-
920
- function require_setCacheAdd () {
921
- if (hasRequired_setCacheAdd) return _setCacheAdd;
922
- hasRequired_setCacheAdd = 1;
923
- var HASH_UNDEFINED = '__lodash_hash_undefined__';
924
-
925
- /**
926
- * Adds `value` to the array cache.
927
- *
928
- * @private
929
- * @name add
930
- * @memberOf SetCache
931
- * @alias push
932
- * @param {*} value The value to cache.
933
- * @returns {Object} Returns the cache instance.
934
- */
935
- function setCacheAdd(value) {
936
- this.__data__.set(value, HASH_UNDEFINED);
937
- return this;
938
- }
939
-
940
- _setCacheAdd = setCacheAdd;
941
- return _setCacheAdd;
942
- }
943
-
944
- /**
945
- * Checks if `value` is in the array cache.
946
- *
947
- * @private
948
- * @name has
949
- * @memberOf SetCache
950
- * @param {*} value The value to search for.
951
- * @returns {boolean} Returns `true` if `value` is found, else `false`.
952
- */
953
-
954
- var _setCacheHas;
955
- var hasRequired_setCacheHas;
956
-
957
- function require_setCacheHas () {
958
- if (hasRequired_setCacheHas) return _setCacheHas;
959
- hasRequired_setCacheHas = 1;
960
- function setCacheHas(value) {
961
- return this.__data__.has(value);
962
- }
963
-
964
- _setCacheHas = setCacheHas;
965
- return _setCacheHas;
966
- }
967
-
968
- var _SetCache;
969
- var hasRequired_SetCache;
970
-
971
- function require_SetCache () {
972
- if (hasRequired_SetCache) return _SetCache;
973
- hasRequired_SetCache = 1;
974
- var MapCache = require_MapCache(),
975
- setCacheAdd = require_setCacheAdd(),
976
- setCacheHas = require_setCacheHas();
977
-
978
- /**
979
- *
980
- * Creates an array cache object to store unique values.
981
- *
982
- * @private
983
- * @constructor
984
- * @param {Array} [values] The values to cache.
985
- */
986
- function SetCache(values) {
987
- var index = -1,
988
- length = values == null ? 0 : values.length;
989
-
990
- this.__data__ = new MapCache;
991
- while (++index < length) {
992
- this.add(values[index]);
993
- }
994
- }
995
-
996
- // Add methods to `SetCache`.
997
- SetCache.prototype.add = SetCache.prototype.push = setCacheAdd;
998
- SetCache.prototype.has = setCacheHas;
999
-
1000
- _SetCache = SetCache;
1001
- return _SetCache;
1002
- }
1003
-
1004
- /**
1005
- * A specialized version of `_.some` for arrays without support for iteratee
1006
- * shorthands.
1007
- *
1008
- * @private
1009
- * @param {Array} [array] The array to iterate over.
1010
- * @param {Function} predicate The function invoked per iteration.
1011
- * @returns {boolean} Returns `true` if any element passes the predicate check,
1012
- * else `false`.
1013
- */
1014
-
1015
- var _arraySome;
1016
- var hasRequired_arraySome;
1017
-
1018
- function require_arraySome () {
1019
- if (hasRequired_arraySome) return _arraySome;
1020
- hasRequired_arraySome = 1;
1021
- function arraySome(array, predicate) {
1022
- var index = -1,
1023
- length = array == null ? 0 : array.length;
1024
-
1025
- while (++index < length) {
1026
- if (predicate(array[index], index, array)) {
1027
- return true;
1028
- }
1029
- }
1030
- return false;
1031
- }
1032
-
1033
- _arraySome = arraySome;
1034
- return _arraySome;
1035
- }
1036
-
1037
- /**
1038
- * Checks if a `cache` value for `key` exists.
1039
- *
1040
- * @private
1041
- * @param {Object} cache The cache to query.
1042
- * @param {string} key The key of the entry to check.
1043
- * @returns {boolean} Returns `true` if an entry for `key` exists, else `false`.
1044
- */
1045
-
1046
- var _cacheHas;
1047
- var hasRequired_cacheHas;
1048
-
1049
- function require_cacheHas () {
1050
- if (hasRequired_cacheHas) return _cacheHas;
1051
- hasRequired_cacheHas = 1;
1052
- function cacheHas(cache, key) {
1053
- return cache.has(key);
1054
- }
1055
-
1056
- _cacheHas = cacheHas;
1057
- return _cacheHas;
1058
- }
1059
-
1060
- var _equalArrays;
1061
- var hasRequired_equalArrays;
1062
-
1063
- function require_equalArrays () {
1064
- if (hasRequired_equalArrays) return _equalArrays;
1065
- hasRequired_equalArrays = 1;
1066
- var SetCache = require_SetCache(),
1067
- arraySome = require_arraySome(),
1068
- cacheHas = require_cacheHas();
1069
-
1070
- /** Used to compose bitmasks for value comparisons. */
1071
- var COMPARE_PARTIAL_FLAG = 1,
1072
- COMPARE_UNORDERED_FLAG = 2;
1073
-
1074
- /**
1075
- * A specialized version of `baseIsEqualDeep` for arrays with support for
1076
- * partial deep comparisons.
1077
- *
1078
- * @private
1079
- * @param {Array} array The array to compare.
1080
- * @param {Array} other The other array to compare.
1081
- * @param {number} bitmask The bitmask flags. See `baseIsEqual` for more details.
1082
- * @param {Function} customizer The function to customize comparisons.
1083
- * @param {Function} equalFunc The function to determine equivalents of values.
1084
- * @param {Object} stack Tracks traversed `array` and `other` objects.
1085
- * @returns {boolean} Returns `true` if the arrays are equivalent, else `false`.
1086
- */
1087
- function equalArrays(array, other, bitmask, customizer, equalFunc, stack) {
1088
- var isPartial = bitmask & COMPARE_PARTIAL_FLAG,
1089
- arrLength = array.length,
1090
- othLength = other.length;
1091
-
1092
- if (arrLength != othLength && !(isPartial && othLength > arrLength)) {
1093
- return false;
1094
- }
1095
- // Check that cyclic values are equal.
1096
- var arrStacked = stack.get(array);
1097
- var othStacked = stack.get(other);
1098
- if (arrStacked && othStacked) {
1099
- return arrStacked == other && othStacked == array;
1100
- }
1101
- var index = -1,
1102
- result = true,
1103
- seen = (bitmask & COMPARE_UNORDERED_FLAG) ? new SetCache : undefined;
1104
-
1105
- stack.set(array, other);
1106
- stack.set(other, array);
1107
-
1108
- // Ignore non-index properties.
1109
- while (++index < arrLength) {
1110
- var arrValue = array[index],
1111
- othValue = other[index];
1112
-
1113
- if (customizer) {
1114
- var compared = isPartial
1115
- ? customizer(othValue, arrValue, index, other, array, stack)
1116
- : customizer(arrValue, othValue, index, array, other, stack);
1117
- }
1118
- if (compared !== undefined) {
1119
- if (compared) {
1120
- continue;
1121
- }
1122
- result = false;
1123
- break;
1124
- }
1125
- // Recursively compare arrays (susceptible to call stack limits).
1126
- if (seen) {
1127
- if (!arraySome(other, function(othValue, othIndex) {
1128
- if (!cacheHas(seen, othIndex) &&
1129
- (arrValue === othValue || equalFunc(arrValue, othValue, bitmask, customizer, stack))) {
1130
- return seen.push(othIndex);
1131
- }
1132
- })) {
1133
- result = false;
1134
- break;
1135
- }
1136
- } else if (!(
1137
- arrValue === othValue ||
1138
- equalFunc(arrValue, othValue, bitmask, customizer, stack)
1139
- )) {
1140
- result = false;
1141
- break;
1142
- }
1143
- }
1144
- stack['delete'](array);
1145
- stack['delete'](other);
1146
- return result;
1147
- }
1148
-
1149
- _equalArrays = equalArrays;
1150
- return _equalArrays;
1151
- }
1152
-
1153
- var _Uint8Array;
1154
- var hasRequired_Uint8Array;
1155
-
1156
- function require_Uint8Array () {
1157
- if (hasRequired_Uint8Array) return _Uint8Array;
1158
- hasRequired_Uint8Array = 1;
1159
- var root = isObjectLike.require_root();
1160
-
1161
- /** Built-in value references. */
1162
- var Uint8Array = root.Uint8Array;
1163
-
1164
- _Uint8Array = Uint8Array;
1165
- return _Uint8Array;
1166
- }
1167
-
1168
- /**
1169
- * Converts `map` to its key-value pairs.
1170
- *
1171
- * @private
1172
- * @param {Object} map The map to convert.
1173
- * @returns {Array} Returns the key-value pairs.
1174
- */
1175
-
1176
- var _mapToArray;
1177
- var hasRequired_mapToArray;
1178
-
1179
- function require_mapToArray () {
1180
- if (hasRequired_mapToArray) return _mapToArray;
1181
- hasRequired_mapToArray = 1;
1182
- function mapToArray(map) {
1183
- var index = -1,
1184
- result = Array(map.size);
1185
-
1186
- map.forEach(function(value, key) {
1187
- result[++index] = [key, value];
1188
- });
1189
- return result;
1190
- }
1191
-
1192
- _mapToArray = mapToArray;
1193
- return _mapToArray;
1194
- }
1195
-
1196
- /**
1197
- * Converts `set` to an array of its values.
1198
- *
1199
- * @private
1200
- * @param {Object} set The set to convert.
1201
- * @returns {Array} Returns the values.
1202
- */
1203
-
1204
- var _setToArray;
1205
- var hasRequired_setToArray;
1206
-
1207
- function require_setToArray () {
1208
- if (hasRequired_setToArray) return _setToArray;
1209
- hasRequired_setToArray = 1;
1210
- function setToArray(set) {
1211
- var index = -1,
1212
- result = Array(set.size);
1213
-
1214
- set.forEach(function(value) {
1215
- result[++index] = value;
1216
- });
1217
- return result;
1218
- }
1219
-
1220
- _setToArray = setToArray;
1221
- return _setToArray;
1222
- }
1223
-
1224
- var _equalByTag;
1225
- var hasRequired_equalByTag;
1226
-
1227
- function require_equalByTag () {
1228
- if (hasRequired_equalByTag) return _equalByTag;
1229
- hasRequired_equalByTag = 1;
1230
- var Symbol = isObjectLike.require_Symbol(),
1231
- Uint8Array = require_Uint8Array(),
1232
- eq = requireEq(),
1233
- equalArrays = require_equalArrays(),
1234
- mapToArray = require_mapToArray(),
1235
- setToArray = require_setToArray();
1236
-
1237
- /** Used to compose bitmasks for value comparisons. */
1238
- var COMPARE_PARTIAL_FLAG = 1,
1239
- COMPARE_UNORDERED_FLAG = 2;
1240
-
1241
- /** `Object#toString` result references. */
1242
- var boolTag = '[object Boolean]',
1243
- dateTag = '[object Date]',
1244
- errorTag = '[object Error]',
1245
- mapTag = '[object Map]',
1246
- numberTag = '[object Number]',
1247
- regexpTag = '[object RegExp]',
1248
- setTag = '[object Set]',
1249
- stringTag = '[object String]',
1250
- symbolTag = '[object Symbol]';
1251
-
1252
- var arrayBufferTag = '[object ArrayBuffer]',
1253
- dataViewTag = '[object DataView]';
1254
-
1255
- /** Used to convert symbols to primitives and strings. */
1256
- var symbolProto = Symbol ? Symbol.prototype : undefined,
1257
- symbolValueOf = symbolProto ? symbolProto.valueOf : undefined;
1258
-
1259
- /**
1260
- * A specialized version of `baseIsEqualDeep` for comparing objects of
1261
- * the same `toStringTag`.
1262
- *
1263
- * **Note:** This function only supports comparing values with tags of
1264
- * `Boolean`, `Date`, `Error`, `Number`, `RegExp`, or `String`.
1265
- *
1266
- * @private
1267
- * @param {Object} object The object to compare.
1268
- * @param {Object} other The other object to compare.
1269
- * @param {string} tag The `toStringTag` of the objects to compare.
1270
- * @param {number} bitmask The bitmask flags. See `baseIsEqual` for more details.
1271
- * @param {Function} customizer The function to customize comparisons.
1272
- * @param {Function} equalFunc The function to determine equivalents of values.
1273
- * @param {Object} stack Tracks traversed `object` and `other` objects.
1274
- * @returns {boolean} Returns `true` if the objects are equivalent, else `false`.
1275
- */
1276
- function equalByTag(object, other, tag, bitmask, customizer, equalFunc, stack) {
1277
- switch (tag) {
1278
- case dataViewTag:
1279
- if ((object.byteLength != other.byteLength) ||
1280
- (object.byteOffset != other.byteOffset)) {
1281
- return false;
1282
- }
1283
- object = object.buffer;
1284
- other = other.buffer;
1285
-
1286
- case arrayBufferTag:
1287
- if ((object.byteLength != other.byteLength) ||
1288
- !equalFunc(new Uint8Array(object), new Uint8Array(other))) {
1289
- return false;
1290
- }
1291
- return true;
1292
-
1293
- case boolTag:
1294
- case dateTag:
1295
- case numberTag:
1296
- // Coerce booleans to `1` or `0` and dates to milliseconds.
1297
- // Invalid dates are coerced to `NaN`.
1298
- return eq(+object, +other);
1299
-
1300
- case errorTag:
1301
- return object.name == other.name && object.message == other.message;
1302
-
1303
- case regexpTag:
1304
- case stringTag:
1305
- // Coerce regexes to strings and treat strings, primitives and objects,
1306
- // as equal. See http://www.ecma-international.org/ecma-262/7.0/#sec-regexp.prototype.tostring
1307
- // for more details.
1308
- return object == (other + '');
1309
-
1310
- case mapTag:
1311
- var convert = mapToArray;
1312
-
1313
- case setTag:
1314
- var isPartial = bitmask & COMPARE_PARTIAL_FLAG;
1315
- convert || (convert = setToArray);
1316
-
1317
- if (object.size != other.size && !isPartial) {
1318
- return false;
1319
- }
1320
- // Assume cyclic values are equal.
1321
- var stacked = stack.get(object);
1322
- if (stacked) {
1323
- return stacked == other;
1324
- }
1325
- bitmask |= COMPARE_UNORDERED_FLAG;
1326
-
1327
- // Recursively compare objects (susceptible to call stack limits).
1328
- stack.set(object, other);
1329
- var result = equalArrays(convert(object), convert(other), bitmask, customizer, equalFunc, stack);
1330
- stack['delete'](object);
1331
- return result;
1332
-
1333
- case symbolTag:
1334
- if (symbolValueOf) {
1335
- return symbolValueOf.call(object) == symbolValueOf.call(other);
1336
- }
1337
- }
1338
- return false;
1339
- }
1340
-
1341
- _equalByTag = equalByTag;
1342
- return _equalByTag;
1343
- }
1344
-
1345
- /**
1346
- * Appends the elements of `values` to `array`.
1347
- *
1348
- * @private
1349
- * @param {Array} array The array to modify.
1350
- * @param {Array} values The values to append.
1351
- * @returns {Array} Returns `array`.
1352
- */
1353
-
1354
- var _arrayPush;
1355
- var hasRequired_arrayPush;
1356
-
1357
- function require_arrayPush () {
1358
- if (hasRequired_arrayPush) return _arrayPush;
1359
- hasRequired_arrayPush = 1;
1360
- function arrayPush(array, values) {
1361
- var index = -1,
1362
- length = values.length,
1363
- offset = array.length;
1364
-
1365
- while (++index < length) {
1366
- array[offset + index] = values[index];
1367
- }
1368
- return array;
1369
- }
1370
-
1371
- _arrayPush = arrayPush;
1372
- return _arrayPush;
1373
- }
1374
-
1375
- var _baseGetAllKeys;
1376
- var hasRequired_baseGetAllKeys;
1377
-
1378
- function require_baseGetAllKeys () {
1379
- if (hasRequired_baseGetAllKeys) return _baseGetAllKeys;
1380
- hasRequired_baseGetAllKeys = 1;
1381
- var arrayPush = require_arrayPush(),
1382
- isArray = isObjectLike.requireIsArray();
1383
-
1384
- /**
1385
- * The base implementation of `getAllKeys` and `getAllKeysIn` which uses
1386
- * `keysFunc` and `symbolsFunc` to get the enumerable property names and
1387
- * symbols of `object`.
1388
- *
1389
- * @private
1390
- * @param {Object} object The object to query.
1391
- * @param {Function} keysFunc The function to get the keys of `object`.
1392
- * @param {Function} symbolsFunc The function to get the symbols of `object`.
1393
- * @returns {Array} Returns the array of property names and symbols.
1394
- */
1395
- function baseGetAllKeys(object, keysFunc, symbolsFunc) {
1396
- var result = keysFunc(object);
1397
- return isArray(object) ? result : arrayPush(result, symbolsFunc(object));
1398
- }
1399
-
1400
- _baseGetAllKeys = baseGetAllKeys;
1401
- return _baseGetAllKeys;
1402
- }
1403
-
1404
- /**
1405
- * A specialized version of `_.filter` for arrays without support for
1406
- * iteratee shorthands.
1407
- *
1408
- * @private
1409
- * @param {Array} [array] The array to iterate over.
1410
- * @param {Function} predicate The function invoked per iteration.
1411
- * @returns {Array} Returns the new filtered array.
1412
- */
1413
-
1414
- var _arrayFilter;
1415
- var hasRequired_arrayFilter;
1416
-
1417
- function require_arrayFilter () {
1418
- if (hasRequired_arrayFilter) return _arrayFilter;
1419
- hasRequired_arrayFilter = 1;
1420
- function arrayFilter(array, predicate) {
1421
- var index = -1,
1422
- length = array == null ? 0 : array.length,
1423
- resIndex = 0,
1424
- result = [];
1425
-
1426
- while (++index < length) {
1427
- var value = array[index];
1428
- if (predicate(value, index, array)) {
1429
- result[resIndex++] = value;
1430
- }
1431
- }
1432
- return result;
1433
- }
1434
-
1435
- _arrayFilter = arrayFilter;
1436
- return _arrayFilter;
1437
- }
1438
-
1439
- /**
1440
- * This method returns a new empty array.
1441
- *
1442
- * @static
1443
- * @memberOf _
1444
- * @since 4.13.0
1445
- * @category Util
1446
- * @returns {Array} Returns the new empty array.
1447
- * @example
1448
- *
1449
- * var arrays = _.times(2, _.stubArray);
1450
- *
1451
- * console.log(arrays);
1452
- * // => [[], []]
1453
- *
1454
- * console.log(arrays[0] === arrays[1]);
1455
- * // => false
1456
- */
1457
-
1458
- var stubArray_1;
1459
- var hasRequiredStubArray;
1460
-
1461
- function requireStubArray () {
1462
- if (hasRequiredStubArray) return stubArray_1;
1463
- hasRequiredStubArray = 1;
1464
- function stubArray() {
1465
- return [];
1466
- }
1467
-
1468
- stubArray_1 = stubArray;
1469
- return stubArray_1;
1470
- }
1471
-
1472
- var _getSymbols;
1473
- var hasRequired_getSymbols;
1474
-
1475
- function require_getSymbols () {
1476
- if (hasRequired_getSymbols) return _getSymbols;
1477
- hasRequired_getSymbols = 1;
1478
- var arrayFilter = require_arrayFilter(),
1479
- stubArray = requireStubArray();
1480
-
1481
- /** Used for built-in method references. */
1482
- var objectProto = Object.prototype;
1483
-
1484
- /** Built-in value references. */
1485
- var propertyIsEnumerable = objectProto.propertyIsEnumerable;
1486
-
1487
- /* Built-in method references for those with the same name as other `lodash` methods. */
1488
- var nativeGetSymbols = Object.getOwnPropertySymbols;
1489
-
1490
- /**
1491
- * Creates an array of the own enumerable symbols of `object`.
1492
- *
1493
- * @private
1494
- * @param {Object} object The object to query.
1495
- * @returns {Array} Returns the array of symbols.
1496
- */
1497
- var getSymbols = !nativeGetSymbols ? stubArray : function(object) {
1498
- if (object == null) {
1499
- return [];
1500
- }
1501
- object = Object(object);
1502
- return arrayFilter(nativeGetSymbols(object), function(symbol) {
1503
- return propertyIsEnumerable.call(object, symbol);
1504
- });
1505
- };
1506
-
1507
- _getSymbols = getSymbols;
1508
- return _getSymbols;
1509
- }
1510
-
1511
- /**
1512
- * The base implementation of `_.times` without support for iteratee shorthands
1513
- * or max array length checks.
1514
- *
1515
- * @private
1516
- * @param {number} n The number of times to invoke `iteratee`.
1517
- * @param {Function} iteratee The function invoked per iteration.
1518
- * @returns {Array} Returns the array of results.
1519
- */
1520
-
1521
- var _baseTimes;
1522
- var hasRequired_baseTimes;
1523
-
1524
- function require_baseTimes () {
1525
- if (hasRequired_baseTimes) return _baseTimes;
1526
- hasRequired_baseTimes = 1;
1527
- function baseTimes(n, iteratee) {
1528
- var index = -1,
1529
- result = Array(n);
1530
-
1531
- while (++index < n) {
1532
- result[index] = iteratee(index);
1533
- }
1534
- return result;
1535
- }
1536
-
1537
- _baseTimes = baseTimes;
1538
- return _baseTimes;
1539
- }
1540
-
1541
- /** Used as references for various `Number` constants. */
1542
-
1543
- var _isIndex;
1544
- var hasRequired_isIndex;
1545
-
1546
- function require_isIndex () {
1547
- if (hasRequired_isIndex) return _isIndex;
1548
- hasRequired_isIndex = 1;
1549
- var MAX_SAFE_INTEGER = 9007199254740991;
1550
-
1551
- /** Used to detect unsigned integer values. */
1552
- var reIsUint = /^(?:0|[1-9]\d*)$/;
1553
-
1554
- /**
1555
- * Checks if `value` is a valid array-like index.
1556
- *
1557
- * @private
1558
- * @param {*} value The value to check.
1559
- * @param {number} [length=MAX_SAFE_INTEGER] The upper bounds of a valid index.
1560
- * @returns {boolean} Returns `true` if `value` is a valid index, else `false`.
1561
- */
1562
- function isIndex(value, length) {
1563
- var type = typeof value;
1564
- length = length == null ? MAX_SAFE_INTEGER : length;
1565
-
1566
- return !!length &&
1567
- (type == 'number' ||
1568
- (type != 'symbol' && reIsUint.test(value))) &&
1569
- (value > -1 && value % 1 == 0 && value < length);
1570
- }
1571
-
1572
- _isIndex = isIndex;
1573
- return _isIndex;
1574
- }
1575
-
1576
- var _arrayLikeKeys;
1577
- var hasRequired_arrayLikeKeys;
1578
-
1579
- function require_arrayLikeKeys () {
1580
- if (hasRequired_arrayLikeKeys) return _arrayLikeKeys;
1581
- hasRequired_arrayLikeKeys = 1;
1582
- var baseTimes = require_baseTimes(),
1583
- isArguments = _getTag.requireIsArguments(),
1584
- isArray = isObjectLike.requireIsArray(),
1585
- isBuffer = _getTag.requireIsBuffer(),
1586
- isIndex = require_isIndex(),
1587
- isTypedArray = _getTag.requireIsTypedArray();
1588
-
1589
- /** Used for built-in method references. */
1590
- var objectProto = Object.prototype;
1591
-
1592
- /** Used to check objects for own properties. */
1593
- var hasOwnProperty = objectProto.hasOwnProperty;
1594
-
1595
- /**
1596
- * Creates an array of the enumerable property names of the array-like `value`.
1597
- *
1598
- * @private
1599
- * @param {*} value The value to query.
1600
- * @param {boolean} inherited Specify returning inherited property names.
1601
- * @returns {Array} Returns the array of property names.
1602
- */
1603
- function arrayLikeKeys(value, inherited) {
1604
- var isArr = isArray(value),
1605
- isArg = !isArr && isArguments(value),
1606
- isBuff = !isArr && !isArg && isBuffer(value),
1607
- isType = !isArr && !isArg && !isBuff && isTypedArray(value),
1608
- skipIndexes = isArr || isArg || isBuff || isType,
1609
- result = skipIndexes ? baseTimes(value.length, String) : [],
1610
- length = result.length;
1611
-
1612
- for (var key in value) {
1613
- if ((inherited || hasOwnProperty.call(value, key)) &&
1614
- !(skipIndexes && (
1615
- // Safari 9 has enumerable `arguments.length` in strict mode.
1616
- key == 'length' ||
1617
- // Node.js 0.10 has enumerable non-index properties on buffers.
1618
- (isBuff && (key == 'offset' || key == 'parent')) ||
1619
- // PhantomJS 2 has enumerable non-index properties on typed arrays.
1620
- (isType && (key == 'buffer' || key == 'byteLength' || key == 'byteOffset')) ||
1621
- // Skip index properties.
1622
- isIndex(key, length)
1623
- ))) {
1624
- result.push(key);
1625
- }
1626
- }
1627
- return result;
1628
- }
1629
-
1630
- _arrayLikeKeys = arrayLikeKeys;
1631
- return _arrayLikeKeys;
1632
- }
1633
-
1634
- var keys_1;
1635
- var hasRequiredKeys;
1636
-
1637
- function requireKeys () {
1638
- if (hasRequiredKeys) return keys_1;
1639
- hasRequiredKeys = 1;
1640
- var arrayLikeKeys = require_arrayLikeKeys(),
1641
- baseKeys = _getTag.require_baseKeys(),
1642
- isArrayLike = _getTag.requireIsArrayLike();
1643
-
1644
- /**
1645
- * Creates an array of the own enumerable property names of `object`.
1646
- *
1647
- * **Note:** Non-object values are coerced to objects. See the
1648
- * [ES spec](http://ecma-international.org/ecma-262/7.0/#sec-object.keys)
1649
- * for more details.
1650
- *
1651
- * @static
1652
- * @since 0.1.0
1653
- * @memberOf _
1654
- * @category Object
1655
- * @param {Object} object The object to query.
1656
- * @returns {Array} Returns the array of property names.
1657
- * @example
1658
- *
1659
- * function Foo() {
1660
- * this.a = 1;
1661
- * this.b = 2;
1662
- * }
1663
- *
1664
- * Foo.prototype.c = 3;
1665
- *
1666
- * _.keys(new Foo);
1667
- * // => ['a', 'b'] (iteration order is not guaranteed)
1668
- *
1669
- * _.keys('hi');
1670
- * // => ['0', '1']
1671
- */
1672
- function keys(object) {
1673
- return isArrayLike(object) ? arrayLikeKeys(object) : baseKeys(object);
1674
- }
1675
-
1676
- keys_1 = keys;
1677
- return keys_1;
1678
- }
1679
-
1680
- var _getAllKeys;
1681
- var hasRequired_getAllKeys;
1682
-
1683
- function require_getAllKeys () {
1684
- if (hasRequired_getAllKeys) return _getAllKeys;
1685
- hasRequired_getAllKeys = 1;
1686
- var baseGetAllKeys = require_baseGetAllKeys(),
1687
- getSymbols = require_getSymbols(),
1688
- keys = requireKeys();
1689
-
1690
- /**
1691
- * Creates an array of own enumerable property names and symbols of `object`.
1692
- *
1693
- * @private
1694
- * @param {Object} object The object to query.
1695
- * @returns {Array} Returns the array of property names and symbols.
1696
- */
1697
- function getAllKeys(object) {
1698
- return baseGetAllKeys(object, keys, getSymbols);
1699
- }
1700
-
1701
- _getAllKeys = getAllKeys;
1702
- return _getAllKeys;
1703
- }
1704
-
1705
- var _equalObjects;
1706
- var hasRequired_equalObjects;
1707
-
1708
- function require_equalObjects () {
1709
- if (hasRequired_equalObjects) return _equalObjects;
1710
- hasRequired_equalObjects = 1;
1711
- var getAllKeys = require_getAllKeys();
1712
-
1713
- /** Used to compose bitmasks for value comparisons. */
1714
- var COMPARE_PARTIAL_FLAG = 1;
1715
-
1716
- /** Used for built-in method references. */
1717
- var objectProto = Object.prototype;
1718
-
1719
- /** Used to check objects for own properties. */
1720
- var hasOwnProperty = objectProto.hasOwnProperty;
1721
-
1722
- /**
1723
- * A specialized version of `baseIsEqualDeep` for objects with support for
1724
- * partial deep comparisons.
1725
- *
1726
- * @private
1727
- * @param {Object} object The object to compare.
1728
- * @param {Object} other The other object to compare.
1729
- * @param {number} bitmask The bitmask flags. See `baseIsEqual` for more details.
1730
- * @param {Function} customizer The function to customize comparisons.
1731
- * @param {Function} equalFunc The function to determine equivalents of values.
1732
- * @param {Object} stack Tracks traversed `object` and `other` objects.
1733
- * @returns {boolean} Returns `true` if the objects are equivalent, else `false`.
1734
- */
1735
- function equalObjects(object, other, bitmask, customizer, equalFunc, stack) {
1736
- var isPartial = bitmask & COMPARE_PARTIAL_FLAG,
1737
- objProps = getAllKeys(object),
1738
- objLength = objProps.length,
1739
- othProps = getAllKeys(other),
1740
- othLength = othProps.length;
1741
-
1742
- if (objLength != othLength && !isPartial) {
1743
- return false;
1744
- }
1745
- var index = objLength;
1746
- while (index--) {
1747
- var key = objProps[index];
1748
- if (!(isPartial ? key in other : hasOwnProperty.call(other, key))) {
1749
- return false;
1750
- }
1751
- }
1752
- // Check that cyclic values are equal.
1753
- var objStacked = stack.get(object);
1754
- var othStacked = stack.get(other);
1755
- if (objStacked && othStacked) {
1756
- return objStacked == other && othStacked == object;
1757
- }
1758
- var result = true;
1759
- stack.set(object, other);
1760
- stack.set(other, object);
1761
-
1762
- var skipCtor = isPartial;
1763
- while (++index < objLength) {
1764
- key = objProps[index];
1765
- var objValue = object[key],
1766
- othValue = other[key];
1767
-
1768
- if (customizer) {
1769
- var compared = isPartial
1770
- ? customizer(othValue, objValue, key, other, object, stack)
1771
- : customizer(objValue, othValue, key, object, other, stack);
1772
- }
1773
- // Recursively compare objects (susceptible to call stack limits).
1774
- if (!(compared === undefined
1775
- ? (objValue === othValue || equalFunc(objValue, othValue, bitmask, customizer, stack))
1776
- : compared
1777
- )) {
1778
- result = false;
1779
- break;
1780
- }
1781
- skipCtor || (skipCtor = key == 'constructor');
1782
- }
1783
- if (result && !skipCtor) {
1784
- var objCtor = object.constructor,
1785
- othCtor = other.constructor;
1786
-
1787
- // Non `Object` object instances with different constructors are not equal.
1788
- if (objCtor != othCtor &&
1789
- ('constructor' in object && 'constructor' in other) &&
1790
- !(typeof objCtor == 'function' && objCtor instanceof objCtor &&
1791
- typeof othCtor == 'function' && othCtor instanceof othCtor)) {
1792
- result = false;
1793
- }
1794
- }
1795
- stack['delete'](object);
1796
- stack['delete'](other);
1797
- return result;
1798
- }
1799
-
1800
- _equalObjects = equalObjects;
1801
- return _equalObjects;
1802
- }
1803
-
1804
- var _baseIsEqualDeep;
1805
- var hasRequired_baseIsEqualDeep;
1806
-
1807
- function require_baseIsEqualDeep () {
1808
- if (hasRequired_baseIsEqualDeep) return _baseIsEqualDeep;
1809
- hasRequired_baseIsEqualDeep = 1;
1810
- var Stack = require_Stack(),
1811
- equalArrays = require_equalArrays(),
1812
- equalByTag = require_equalByTag(),
1813
- equalObjects = require_equalObjects(),
1814
- getTag = _getTag.require_getTag(),
1815
- isArray = isObjectLike.requireIsArray(),
1816
- isBuffer = _getTag.requireIsBuffer(),
1817
- isTypedArray = _getTag.requireIsTypedArray();
1818
-
1819
- /** Used to compose bitmasks for value comparisons. */
1820
- var COMPARE_PARTIAL_FLAG = 1;
1821
-
1822
- /** `Object#toString` result references. */
1823
- var argsTag = '[object Arguments]',
1824
- arrayTag = '[object Array]',
1825
- objectTag = '[object Object]';
1826
-
1827
- /** Used for built-in method references. */
1828
- var objectProto = Object.prototype;
1829
-
1830
- /** Used to check objects for own properties. */
1831
- var hasOwnProperty = objectProto.hasOwnProperty;
1832
-
1833
- /**
1834
- * A specialized version of `baseIsEqual` for arrays and objects which performs
1835
- * deep comparisons and tracks traversed objects enabling objects with circular
1836
- * references to be compared.
1837
- *
1838
- * @private
1839
- * @param {Object} object The object to compare.
1840
- * @param {Object} other The other object to compare.
1841
- * @param {number} bitmask The bitmask flags. See `baseIsEqual` for more details.
1842
- * @param {Function} customizer The function to customize comparisons.
1843
- * @param {Function} equalFunc The function to determine equivalents of values.
1844
- * @param {Object} [stack] Tracks traversed `object` and `other` objects.
1845
- * @returns {boolean} Returns `true` if the objects are equivalent, else `false`.
1846
- */
1847
- function baseIsEqualDeep(object, other, bitmask, customizer, equalFunc, stack) {
1848
- var objIsArr = isArray(object),
1849
- othIsArr = isArray(other),
1850
- objTag = objIsArr ? arrayTag : getTag(object),
1851
- othTag = othIsArr ? arrayTag : getTag(other);
1852
-
1853
- objTag = objTag == argsTag ? objectTag : objTag;
1854
- othTag = othTag == argsTag ? objectTag : othTag;
1855
-
1856
- var objIsObj = objTag == objectTag,
1857
- othIsObj = othTag == objectTag,
1858
- isSameTag = objTag == othTag;
1859
-
1860
- if (isSameTag && isBuffer(object)) {
1861
- if (!isBuffer(other)) {
1862
- return false;
1863
- }
1864
- objIsArr = true;
1865
- objIsObj = false;
1866
- }
1867
- if (isSameTag && !objIsObj) {
1868
- stack || (stack = new Stack);
1869
- return (objIsArr || isTypedArray(object))
1870
- ? equalArrays(object, other, bitmask, customizer, equalFunc, stack)
1871
- : equalByTag(object, other, objTag, bitmask, customizer, equalFunc, stack);
1872
- }
1873
- if (!(bitmask & COMPARE_PARTIAL_FLAG)) {
1874
- var objIsWrapped = objIsObj && hasOwnProperty.call(object, '__wrapped__'),
1875
- othIsWrapped = othIsObj && hasOwnProperty.call(other, '__wrapped__');
1876
-
1877
- if (objIsWrapped || othIsWrapped) {
1878
- var objUnwrapped = objIsWrapped ? object.value() : object,
1879
- othUnwrapped = othIsWrapped ? other.value() : other;
1880
-
1881
- stack || (stack = new Stack);
1882
- return equalFunc(objUnwrapped, othUnwrapped, bitmask, customizer, stack);
1883
- }
1884
- }
1885
- if (!isSameTag) {
1886
- return false;
1887
- }
1888
- stack || (stack = new Stack);
1889
- return equalObjects(object, other, bitmask, customizer, equalFunc, stack);
1890
- }
1891
-
1892
- _baseIsEqualDeep = baseIsEqualDeep;
1893
- return _baseIsEqualDeep;
1894
- }
1895
-
1896
- var _baseIsEqual;
1897
- var hasRequired_baseIsEqual;
1898
-
1899
- function require_baseIsEqual () {
1900
- if (hasRequired_baseIsEqual) return _baseIsEqual;
1901
- hasRequired_baseIsEqual = 1;
1902
- var baseIsEqualDeep = require_baseIsEqualDeep(),
1903
- isObjectLike$1 = isObjectLike.requireIsObjectLike();
1904
-
1905
- /**
1906
- * The base implementation of `_.isEqual` which supports partial comparisons
1907
- * and tracks traversed objects.
1908
- *
1909
- * @private
1910
- * @param {*} value The value to compare.
1911
- * @param {*} other The other value to compare.
1912
- * @param {boolean} bitmask The bitmask flags.
1913
- * 1 - Unordered comparison
1914
- * 2 - Partial comparison
1915
- * @param {Function} [customizer] The function to customize comparisons.
1916
- * @param {Object} [stack] Tracks traversed `value` and `other` objects.
1917
- * @returns {boolean} Returns `true` if the values are equivalent, else `false`.
1918
- */
1919
- function baseIsEqual(value, other, bitmask, customizer, stack) {
1920
- if (value === other) {
1921
- return true;
1922
- }
1923
- if (value == null || other == null || (!isObjectLike$1(value) && !isObjectLike$1(other))) {
1924
- return value !== value && other !== other;
1925
- }
1926
- return baseIsEqualDeep(value, other, bitmask, customizer, baseIsEqual, stack);
1927
- }
1928
-
1929
- _baseIsEqual = baseIsEqual;
1930
- return _baseIsEqual;
1931
- }
1932
-
1933
- var isEqual_1;
1934
- var hasRequiredIsEqual;
1935
-
1936
- function requireIsEqual () {
1937
- if (hasRequiredIsEqual) return isEqual_1;
1938
- hasRequiredIsEqual = 1;
1939
- var baseIsEqual = require_baseIsEqual();
1940
-
1941
- /**
1942
- * Performs a deep comparison between two values to determine if they are
1943
- * equivalent.
1944
- *
1945
- * **Note:** This method supports comparing arrays, array buffers, booleans,
1946
- * date objects, error objects, maps, numbers, `Object` objects, regexes,
1947
- * sets, strings, symbols, and typed arrays. `Object` objects are compared
1948
- * by their own, not inherited, enumerable properties. Functions and DOM
1949
- * nodes are compared by strict equality, i.e. `===`.
1950
- *
1951
- * @static
1952
- * @memberOf _
1953
- * @since 0.1.0
1954
- * @category Lang
1955
- * @param {*} value The value to compare.
1956
- * @param {*} other The other value to compare.
1957
- * @returns {boolean} Returns `true` if the values are equivalent, else `false`.
1958
- * @example
1959
- *
1960
- * var object = { 'a': 1 };
1961
- * var other = { 'a': 1 };
1962
- *
1963
- * _.isEqual(object, other);
1964
- * // => true
1965
- *
1966
- * object === other;
1967
- * // => false
1968
- */
1969
- function isEqual(value, other) {
1970
- return baseIsEqual(value, other);
1971
- }
1972
-
1973
- isEqual_1 = isEqual;
1974
- return isEqual_1;
1975
- }
1976
-
1977
- var isEqualExports = requireIsEqual();
1978
- var isEqual = /*@__PURE__*/_commonjsHelpers.getDefaultExportFromCjs(isEqualExports);
1979
-
1980
- /**
1981
- * Returns `true` if the arrays are equal
1982
- *
1983
- * ```typescript
1984
- * areArraysEqual(['a', 'b'], ['b', 'a']) // true
1985
- * ```
1986
- */
1987
- function areArraysEqual(a, b) {
1988
- if (isNil.isNil(a) || isNil.isNil(b)) {
1989
- return false;
1990
- }
1991
- const copyA = [...a].sort();
1992
- const copyB = [...b].sort();
1993
- return isEqual(copyA, copyB);
1994
- }
1995
-
1996
- const checkboxGroupHostCss = () => `:host{--_checkbox-group-label-color:var(--checkbox-group-label-color, var(--mod-checkbox-group-label-color, var(--ds-input-label-color-base)));--_checkbox-group-label-family:var(--checkbox-group-label-family, var(--mod-checkbox-group-label-family, var(--ds-input-label-family)));--_checkbox-group-label-weight:var(--checkbox-group-label-weight, var(--mod-checkbox-group-label-weight, var(--ds-input-label-weight)));--_checkbox-group-label-line-height:var(--checkbox-group-label-line-height, var(--mod-checkbox-group-label-line-height, var(--ds-input-label-line-height)));--_checkbox-group-label-size:var(--checkbox-group-label-size, var(--mod-checkbox-group-label-size, var(--ds-input-label-size-device)));--_checkbox-group-description-color:var(--checkbox-group-description-color, var(--mod-checkbox-group-description-color, var(--ds-input-description-color-base)));--_checkbox-group-description-family:var(--checkbox-group-description-family, var(--mod-checkbox-group-description-family, var(--ds-input-description-family)));--_checkbox-group-description-weight:var(--checkbox-group-description-weight, var(--mod-checkbox-group-description-weight, var(--ds-input-description-weight)));--_checkbox-group-description-line-height:var(--checkbox-group-description-line-height, var(--mod-checkbox-group-description-line-height, var(--ds-input-description-line-height)));--_checkbox-group-description-size:var(--checkbox-group-description-size, var(--mod-checkbox-group-description-size, var(--ds-input-description-size-device)))}:host{display:block}:host #inner{position:relative;display:grid;gap:.25rem}:host :where(fieldset){margin:0;padding:0;border:none}:host :where(legend){padding:0;float:left;width:100%}:host legend{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:block;-webkit-box-sizing:content-box;box-sizing:content-box;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto;overflow-wrap:break-word;text-wrap:balance;min-width:0;color:var(--_checkbox-group-label-color);font-family:var(--_checkbox-group-label-family);font-weight:var(--_checkbox-group-label-weight);font-size:var(--_checkbox-group-label-size);line-height:var(--_checkbox-group-label-line-height)}:host #description{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:-ms-flexbox;display:flex;-webkit-box-sizing:content-box;box-sizing:content-box;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto;overflow-wrap:break-word;text-wrap:balance;min-width:0;gap:.25rem;min-height:1.125rem;color:var(--_checkbox-group-description-color);font-family:var(--_checkbox-group-description-family);font-weight:var(--_checkbox-group-description-weight);font-size:var(--_checkbox-group-description-size);line-height:var(--_checkbox-group-description-line-height)}:host #description ds-icon{--icon-color:var(--_checkbox-group-description-color)}:host #container{display:grid;gap:.25rem}@media screen and (min-width: 769px){:host #container{display:-ms-flexbox;display:flex;gap:1rem}}:host(.is-vertical) #container{display:grid;gap:.25rem}:host(.is-danger){--mod-checkbox-group-description-color:var(--ds-input-description-color-danger)}:host(.is-disabled),:host(.is-disabled) #label,:host(.is-disabled) #description,:host(.is-disabled) #input{pointer-events:none;cursor:default}:host(.is-disabled){--mod-checkbox-group-label-color:var(--ds-input-label-color-disabled);--mod-checkbox-group-description-color:var(--ds-input-description-color-disabled)}:host(.is-tile) #container{-ms-flex-wrap:wrap;flex-wrap:wrap}`;
26
+ const checkboxGroupHostCss = () => `:host{--_form-label-color:var(--form-label-color, var(--mod-form-label-color, var(--ds-form-label-color-base)));--_form-label-family:var(--form-label-family, var(--mod-form-label-family, var(--ds-form-label-family)));--_form-label-weight:var(--form-label-weight, var(--mod-form-label-weight, var(--ds-form-label-weight)));--_form-label-line-height:var(--form-label-line-height, var(--mod-form-label-line-height, var(--ds-form-label-line-height)));--_form-label-size:var(--form-label-size, var(--mod-form-label-size, var(--ds-form-label-size-device)));--_form-description-color:var(--form-description-color, var(--mod-form-description-color, var(--ds-form-description-color-base)));--_form-description-family:var(--form-description-family, var(--mod-form-description-family, var(--ds-form-description-family)));--_form-description-weight:var(--form-description-weight, var(--mod-form-description-weight, var(--ds-form-description-weight)));--_form-description-line-height:var(--form-description-line-height, var(--mod-form-description-line-height, var(--ds-form-description-line-height)));--_form-description-size:var(--form-description-size, var(--mod-form-description-size, var(--ds-form-description-size-device)))}:host{display:block}:host #inner{position:relative;display:grid;gap:.25rem}:host :where(fieldset){margin:0;padding:0;border:none}:host :where(legend){padding:0;float:left;width:100%}:host legend{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:block;-webkit-box-sizing:content-box;box-sizing:content-box;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto;overflow-wrap:break-word;text-wrap:balance;min-width:0;color:var(--_form-label-color);font-family:var(--_form-label-family);font-weight:var(--_form-label-weight);font-size:var(--_form-label-size);line-height:var(--_form-label-line-height)}:host #description{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:-ms-flexbox;display:flex;-webkit-box-sizing:content-box;box-sizing:content-box;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto;overflow-wrap:break-word;text-wrap:balance;min-width:0;gap:.25rem;min-height:1.125rem;color:var(--_form-description-color);font-family:var(--_form-description-family);font-weight:var(--_form-description-weight);font-size:var(--_form-description-size);line-height:var(--_form-description-line-height)}:host #description ds-icon{--icon-color:var(--_form-description-color)}:host #container{display:grid;gap:.25rem}@media screen and (min-width: 769px){:host #container{display:-ms-flexbox;display:flex;gap:1rem}}:host(.is-vertical) #container{display:grid;gap:.25rem}:host(.is-danger){--mod-checkbox-group-description-color:var(--ds-form-description-color-danger)}:host(.is-disabled),:host(.is-disabled) #label,:host(.is-disabled) #description,:host(.is-disabled) #input{pointer-events:none;cursor:default}:host(.is-disabled){--mod-checkbox-group-label-color:var(--ds-form-label-color-disabled);--mod-checkbox-group-description-color:var(--ds-form-description-color-disabled)}:host(.is-tile) #container{-ms-flex-wrap:wrap;flex-wrap:wrap}`;
1997
27
 
1998
28
  const CheckboxGroup = class {
1999
29
  constructor(hostRef) {
@@ -2119,7 +149,7 @@ const CheckboxGroup = class {
2119
149
  valueChanged() {
2120
150
  if (this.control) {
2121
151
  const newFormattedValue = this.formatValueToArray(this.value);
2122
- if (!areArraysEqual(newFormattedValue, this.internalValue)) {
152
+ if (!array.areArraysEqual(newFormattedValue, this.internalValue)) {
2123
153
  this.internalValue = newFormattedValue;
2124
154
  this.handleValueChange();
2125
155
  }
@@ -2130,7 +160,6 @@ const CheckboxGroup = class {
2130
160
  * ------------------------------------------------------
2131
161
  */
2132
162
  connectedCallback() {
2133
- validate_decorator.setupValidation(this);
2134
163
  this.valueChanged();
2135
164
  this.passDownAttributes();
2136
165
  this.internals.setFormValue(this.internalValue.join(','));
@@ -2211,13 +240,13 @@ const CheckboxGroup = class {
2211
240
  passDownAttributes() {
2212
241
  this.getCheckboxes().forEach(checkbox => {
2213
242
  if (this.control) {
2214
- if (this.disabled !== undefined) {
243
+ if (hasValue.hasValue(this.disabled)) {
2215
244
  checkbox.disabled = this.disabled;
2216
245
  }
2217
- if (this.readonly !== undefined) {
246
+ if (hasValue.hasValue(this.readonly)) {
2218
247
  checkbox.readonly = this.readonly;
2219
248
  }
2220
- if (this.invalid !== undefined) {
249
+ if (hasValue.hasValue(this.invalid)) {
2221
250
  checkbox.invalid = this.invalid;
2222
251
  }
2223
252
  }
@@ -2237,7 +266,7 @@ const CheckboxGroup = class {
2237
266
  newValue.push(cb.value);
2238
267
  }
2239
268
  });
2240
- if (!areArraysEqual(this.internalValue, newValue)) {
269
+ if (!array.areArraysEqual(this.internalValue, newValue)) {
2241
270
  this.internalValue = [...newValue];
2242
271
  this.dsChange.emit(this.internalValue);
2243
272
  this.internals.setFormValue(this.internalValue.join(','));
@@ -2248,10 +277,10 @@ const CheckboxGroup = class {
2248
277
  * ------------------------------------------------------
2249
278
  */
2250
279
  render() {
2251
- return (index.h(field_util.Field, { key: 'fe220621711b38ab346f3cc911d7dfc92d74e766', role: "fieldset", disabled: this.disabled, color: this.color, invalid: this.invalid, loading: this.loading, label: this.label, description: this.description, invalidText: this.invalidText, required: this.required, language: this.language, cssClasses: {
280
+ return (index.h(field_util.Field, { key: 'ebd36e47675b46855d72d0c66f78e56fd7fea7e0', role: "fieldset", disabled: this.disabled, color: this.color, invalid: this.invalid, loading: this.loading, label: this.label, description: this.description, invalidText: this.invalidText, required: this.required, language: this.language, cssClasses: {
2252
281
  'is-vertical': this.vertical,
2253
282
  'is-tile': this.tile,
2254
- } }, index.h("slot", { key: '16d82971af59c1757253aa61116a6ccfb9406eef' })));
283
+ } }, index.h("slot", { key: '7fa32f49d9e613e6eb946cf5b0b6eb1f7fecd1c8' })));
2255
284
  }
2256
285
  static get formAssociated() { return true; }
2257
286
  get el() { return index.getElement(this); }
@@ -2268,75 +297,75 @@ tslib_es6.__decorate([
2268
297
  tslib_es6.__metadata("design:returntype", void 0)
2269
298
  ], CheckboxGroup.prototype, "createLogger", null);
2270
299
  tslib_es6.__decorate([
2271
- validate_decorator.ValidateOneOf(...input_interfaces.INPUT_COLORS),
300
+ oneOf.OneOf(input_interfaces.INPUT_COLORS),
2272
301
  tslib_es6.__metadata("design:type", String)
2273
302
  ], CheckboxGroup.prototype, "color", void 0);
2274
303
  tslib_es6.__decorate([
2275
- validate_decorator.ValidateOneOf(...checkbox_interfaces.CHECKBOX_GROUP_COLUMNS),
304
+ oneOf.OneOf(checkbox_interfaces.CHECKBOX_GROUP_COLUMNS),
2276
305
  tslib_es6.__metadata("design:type", Number)
2277
306
  ], CheckboxGroup.prototype, "cols", void 0);
2278
307
  tslib_es6.__decorate([
2279
- validate_decorator.ValidateOneOf(...checkbox_interfaces.CHECKBOX_GROUP_COLUMNS),
308
+ oneOf.OneOf(checkbox_interfaces.CHECKBOX_GROUP_COLUMNS),
2280
309
  tslib_es6.__metadata("design:type", Number)
2281
310
  ], CheckboxGroup.prototype, "colsMobile", void 0);
2282
311
  tslib_es6.__decorate([
2283
- validate_decorator.ValidateOneOf(...checkbox_interfaces.CHECKBOX_GROUP_COLUMNS),
312
+ oneOf.OneOf(checkbox_interfaces.CHECKBOX_GROUP_COLUMNS),
2284
313
  tslib_es6.__metadata("design:type", Number)
2285
314
  ], CheckboxGroup.prototype, "colsTablet", void 0);
2286
315
  tslib_es6.__decorate([
2287
- validate_decorator.ValidateType('boolean'),
316
+ type.Type('boolean'),
2288
317
  tslib_es6.__metadata("design:type", Boolean)
2289
318
  ], CheckboxGroup.prototype, "control", void 0);
2290
319
  tslib_es6.__decorate([
2291
- validate_decorator.ValidateType('string'),
320
+ type.Type('string'),
2292
321
  tslib_es6.__metadata("design:type", String)
2293
322
  ], CheckboxGroup.prototype, "description", void 0);
2294
323
  tslib_es6.__decorate([
2295
- validate_decorator.ValidateType('boolean'),
324
+ type.Type('boolean'),
2296
325
  tslib_es6.__metadata("design:type", Boolean)
2297
326
  ], CheckboxGroup.prototype, "disabled", void 0);
2298
327
  tslib_es6.__decorate([
2299
- validate_decorator.ValidateType('boolean'),
328
+ type.Type('boolean'),
2300
329
  tslib_es6.__metadata("design:type", Boolean)
2301
330
  ], CheckboxGroup.prototype, "invalid", void 0);
2302
331
  tslib_es6.__decorate([
2303
- validate_decorator.ValidateType('string'),
332
+ type.Type('string'),
2304
333
  tslib_es6.__metadata("design:type", String)
2305
334
  ], CheckboxGroup.prototype, "invalidText", void 0);
2306
335
  tslib_es6.__decorate([
2307
- validate_decorator.ValidateType('string'),
336
+ type.Type('string'),
2308
337
  tslib_es6.__metadata("design:type", String)
2309
338
  ], CheckboxGroup.prototype, "label", void 0);
2310
339
  tslib_es6.__decorate([
2311
- validate_decorator.ValidateOneOf(...checkbox_interfaces.CHECKBOX_LABEL_POSITIONS),
340
+ oneOf.OneOf(checkbox_interfaces.CHECKBOX_LABEL_POSITIONS),
2312
341
  tslib_es6.__metadata("design:type", String)
2313
342
  ], CheckboxGroup.prototype, "labelPosition", void 0);
2314
343
  tslib_es6.__decorate([
2315
- validate_decorator.ValidateType('boolean'),
344
+ type.Type('boolean'),
2316
345
  tslib_es6.__metadata("design:type", Boolean)
2317
346
  ], CheckboxGroup.prototype, "loading", void 0);
2318
347
  tslib_es6.__decorate([
2319
- validate_decorator.ValidateType('string'),
348
+ type.Type('string'),
2320
349
  tslib_es6.__metadata("design:type", String)
2321
350
  ], CheckboxGroup.prototype, "name", void 0);
2322
351
  tslib_es6.__decorate([
2323
- validate_decorator.ValidateType('boolean'),
352
+ type.Type('boolean'),
2324
353
  tslib_es6.__metadata("design:type", Boolean)
2325
354
  ], CheckboxGroup.prototype, "readonly", void 0);
2326
355
  tslib_es6.__decorate([
2327
- validate_decorator.ValidateType('boolean'),
356
+ type.Type('boolean'),
2328
357
  tslib_es6.__metadata("design:type", Boolean)
2329
358
  ], CheckboxGroup.prototype, "required", void 0);
2330
359
  tslib_es6.__decorate([
2331
- validate_decorator.ValidateType('boolean'),
360
+ type.Type('boolean'),
2332
361
  tslib_es6.__metadata("design:type", Boolean)
2333
362
  ], CheckboxGroup.prototype, "tile", void 0);
2334
363
  tslib_es6.__decorate([
2335
- validate_decorator.ValidateOneOf(...checkbox_interfaces.CHECKBOX_TILE_COLORS),
364
+ oneOf.OneOf(checkbox_interfaces.CHECKBOX_TILE_COLORS),
2336
365
  tslib_es6.__metadata("design:type", String)
2337
366
  ], CheckboxGroup.prototype, "tileColor", void 0);
2338
367
  tslib_es6.__decorate([
2339
- validate_decorator.ValidateType('boolean'),
368
+ type.Type('boolean'),
2340
369
  tslib_es6.__metadata("design:type", Boolean)
2341
370
  ], CheckboxGroup.prototype, "vertical", void 0);
2342
371
  tslib_es6.__decorate([