igniteui-webcomponents 6.4.0-alpha.4 → 6.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (370) hide show
  1. package/CHANGELOG.md +79 -2
  2. package/README.md +65 -56
  3. package/components/button/themes/button/dark/button.indigo.css.js +1 -1
  4. package/components/button/themes/button/dark/button.indigo.css.js.map +1 -1
  5. package/components/button/themes/button/dark/button.material.css.js +1 -1
  6. package/components/button/themes/button/dark/button.material.css.js.map +1 -1
  7. package/components/button/themes/button/light/button.indigo.css.js +1 -1
  8. package/components/button/themes/button/light/button.indigo.css.js.map +1 -1
  9. package/components/button/themes/button/light/button.material.css.js +1 -1
  10. package/components/button/themes/button/light/button.material.css.js.map +1 -1
  11. package/components/button/themes/button/shared/button.bootstrap.css.js +1 -1
  12. package/components/button/themes/button/shared/button.bootstrap.css.js.map +1 -1
  13. package/components/button/themes/button/shared/button.common.css.js +1 -1
  14. package/components/button/themes/button/shared/button.common.css.js.map +1 -1
  15. package/components/button/themes/button/shared/button.fluent.css.js +1 -1
  16. package/components/button/themes/button/shared/button.fluent.css.js.map +1 -1
  17. package/components/button/themes/button/shared/button.indigo.css.js +1 -1
  18. package/components/button/themes/button/shared/button.indigo.css.js.map +1 -1
  19. package/components/button/themes/button/shared/button.material.css.js +1 -1
  20. package/components/button/themes/button/shared/button.material.css.js.map +1 -1
  21. package/components/button-group/themes/dark/button-group.material.css.js +1 -1
  22. package/components/button-group/themes/dark/button-group.material.css.js.map +1 -1
  23. package/components/button-group/themes/light/button-group.material.css.js +1 -1
  24. package/components/button-group/themes/light/button-group.material.css.js.map +1 -1
  25. package/components/button-group/themes/shared/button/button.bootstrap.css.js +1 -1
  26. package/components/button-group/themes/shared/button/button.bootstrap.css.js.map +1 -1
  27. package/components/button-group/themes/shared/button/button.material.css.js +1 -1
  28. package/components/button-group/themes/shared/button/button.material.css.js.map +1 -1
  29. package/components/calendar/calendar.d.ts +5 -3
  30. package/components/calendar/calendar.js +22 -35
  31. package/components/calendar/calendar.js.map +1 -1
  32. package/components/calendar/days-view/days-view.d.ts +3 -3
  33. package/components/calendar/days-view/days-view.js +15 -22
  34. package/components/calendar/days-view/days-view.js.map +1 -1
  35. package/components/calendar/months-view/months-view.d.ts +2 -3
  36. package/components/calendar/months-view/months-view.js +9 -19
  37. package/components/calendar/months-view/months-view.js.map +1 -1
  38. package/components/calendar/themes/dark/calendar.bootstrap.css.js +1 -1
  39. package/components/calendar/themes/dark/calendar.bootstrap.css.js.map +1 -1
  40. package/components/calendar/themes/dark/calendar.fluent.css.js +1 -1
  41. package/components/calendar/themes/dark/calendar.fluent.css.js.map +1 -1
  42. package/components/calendar/themes/dark/calendar.indigo.css.js +1 -1
  43. package/components/calendar/themes/dark/calendar.indigo.css.js.map +1 -1
  44. package/components/calendar/themes/dark/calendar.material.css.js +1 -1
  45. package/components/calendar/themes/dark/calendar.material.css.js.map +1 -1
  46. package/components/calendar/themes/days.js +8 -23
  47. package/components/calendar/themes/days.js.map +1 -1
  48. package/components/calendar/themes/light/calendar.bootstrap.css.js +1 -1
  49. package/components/calendar/themes/light/calendar.bootstrap.css.js.map +1 -1
  50. package/components/calendar/themes/light/calendar.fluent.css.js +1 -1
  51. package/components/calendar/themes/light/calendar.fluent.css.js.map +1 -1
  52. package/components/calendar/themes/light/calendar.indigo.css.js +1 -1
  53. package/components/calendar/themes/light/calendar.indigo.css.js.map +1 -1
  54. package/components/calendar/themes/light/calendar.material.css.js +1 -1
  55. package/components/calendar/themes/light/calendar.material.css.js.map +1 -1
  56. package/components/calendar/themes/shared/bootstrap/days-view.bootstrap.css.js +1 -1
  57. package/components/calendar/themes/shared/bootstrap/days-view.bootstrap.css.js.map +1 -1
  58. package/components/calendar/themes/shared/bootstrap/year-month-view.bootstrap.css.js +1 -1
  59. package/components/calendar/themes/shared/bootstrap/year-month-view.bootstrap.css.js.map +1 -1
  60. package/components/calendar/themes/shared/fluent/days-view.fluent.css.js +1 -1
  61. package/components/calendar/themes/shared/fluent/days-view.fluent.css.js.map +1 -1
  62. package/components/calendar/themes/shared/indigo/days-view.indigo.css.js +1 -1
  63. package/components/calendar/themes/shared/indigo/days-view.indigo.css.js.map +1 -1
  64. package/components/calendar/themes/shared/material/days-view.material.css.js +1 -1
  65. package/components/calendar/themes/shared/material/days-view.material.css.js.map +1 -1
  66. package/components/calendar/themes/year-month.js +8 -23
  67. package/components/calendar/themes/year-month.js.map +1 -1
  68. package/components/carousel/carousel.d.ts +2 -1
  69. package/components/carousel/carousel.js.map +1 -1
  70. package/components/checkbox/themes/light/checkbox/checkbox.material.css.js +1 -1
  71. package/components/checkbox/themes/light/checkbox/checkbox.material.css.js.map +1 -1
  72. package/components/checkbox/themes/shared/switch/switch.bootstrap.css.js +1 -1
  73. package/components/checkbox/themes/shared/switch/switch.bootstrap.css.js.map +1 -1
  74. package/components/checkbox/themes/shared/switch/switch.common.css.js +1 -1
  75. package/components/checkbox/themes/shared/switch/switch.common.css.js.map +1 -1
  76. package/components/checkbox/themes/shared/switch/switch.fluent.css.js +1 -1
  77. package/components/checkbox/themes/shared/switch/switch.fluent.css.js.map +1 -1
  78. package/components/checkbox/themes/shared/switch/switch.indigo.css.js +1 -1
  79. package/components/checkbox/themes/shared/switch/switch.indigo.css.js.map +1 -1
  80. package/components/checkbox/themes/shared/switch/switch.material.css.js +1 -1
  81. package/components/checkbox/themes/shared/switch/switch.material.css.js.map +1 -1
  82. package/components/chip/chip.d.ts +2 -1
  83. package/components/chip/chip.js.map +1 -1
  84. package/components/combo/combo.d.ts +3 -2
  85. package/components/combo/combo.js +7 -0
  86. package/components/combo/combo.js.map +1 -1
  87. package/components/combo/controllers/selection.js.map +1 -1
  88. package/components/combo/validators.js +2 -2
  89. package/components/combo/validators.js.map +1 -1
  90. package/components/common/controllers/async-consumer.js.map +1 -1
  91. package/components/common/controllers/focus-ring.js +1 -5
  92. package/components/common/controllers/focus-ring.js.map +1 -1
  93. package/components/common/controllers/root-click.js +46 -21
  94. package/components/common/controllers/root-click.js.map +1 -1
  95. package/components/common/i18n/EN/calendar.resources.js +4 -1
  96. package/components/common/i18n/EN/calendar.resources.js.map +1 -1
  97. package/components/common/i18n/EN/date-range-picker.resources.js.map +1 -1
  98. package/components/common/i18n/i18n-controller.js +6 -9
  99. package/components/common/i18n/i18n-controller.js.map +1 -1
  100. package/components/common/i18n/utils.d.ts +0 -12
  101. package/components/common/i18n/utils.js +0 -12
  102. package/components/common/i18n/utils.js.map +1 -1
  103. package/components/common/mixins/forms/associated.js +3 -23
  104. package/components/common/mixins/forms/associated.js.map +1 -1
  105. package/components/common/util.d.ts +5 -0
  106. package/components/common/util.js +5 -0
  107. package/components/common/util.js.map +1 -1
  108. package/components/common/validators.d.ts +2 -4
  109. package/components/common/validators.js +13 -19
  110. package/components/common/validators.js.map +1 -1
  111. package/components/date-picker/date-picker.d.ts +7 -3
  112. package/components/date-picker/date-picker.js +2 -2
  113. package/components/date-picker/date-picker.js.map +1 -1
  114. package/components/date-picker/themes/dark/date-picker.bootstrap.css.js +1 -1
  115. package/components/date-picker/themes/dark/date-picker.bootstrap.css.js.map +1 -1
  116. package/components/date-picker/themes/dark/date-picker.fluent.css.js +1 -1
  117. package/components/date-picker/themes/dark/date-picker.fluent.css.js.map +1 -1
  118. package/components/date-picker/themes/dark/date-picker.indigo.css.js +1 -1
  119. package/components/date-picker/themes/dark/date-picker.indigo.css.js.map +1 -1
  120. package/components/date-picker/themes/dark/date-picker.material.css.js +1 -1
  121. package/components/date-picker/themes/dark/date-picker.material.css.js.map +1 -1
  122. package/components/date-picker/themes/light/date-picker.bootstrap.css.js +1 -1
  123. package/components/date-picker/themes/light/date-picker.bootstrap.css.js.map +1 -1
  124. package/components/date-picker/themes/light/date-picker.fluent.css.js +1 -1
  125. package/components/date-picker/themes/light/date-picker.fluent.css.js.map +1 -1
  126. package/components/date-picker/themes/light/date-picker.indigo.css.js +1 -1
  127. package/components/date-picker/themes/light/date-picker.indigo.css.js.map +1 -1
  128. package/components/date-picker/themes/light/date-picker.material.css.js +1 -1
  129. package/components/date-picker/themes/light/date-picker.material.css.js.map +1 -1
  130. package/components/date-picker/validators.js +2 -3
  131. package/components/date-picker/validators.js.map +1 -1
  132. package/components/date-range-picker/date-range-picker.d.ts +7 -2
  133. package/components/date-range-picker/date-range-picker.js +12 -9
  134. package/components/date-range-picker/date-range-picker.js.map +1 -1
  135. package/components/date-range-picker/themes/dark/date-range-picker.bootstrap.css.js +1 -1
  136. package/components/date-range-picker/themes/dark/date-range-picker.bootstrap.css.js.map +1 -1
  137. package/components/date-range-picker/themes/dark/date-range-picker.fluent.css.js +1 -1
  138. package/components/date-range-picker/themes/dark/date-range-picker.fluent.css.js.map +1 -1
  139. package/components/date-range-picker/themes/dark/date-range-picker.indigo.css.js +1 -1
  140. package/components/date-range-picker/themes/dark/date-range-picker.indigo.css.js.map +1 -1
  141. package/components/date-range-picker/themes/dark/date-range-picker.material.css.js +1 -1
  142. package/components/date-range-picker/themes/dark/date-range-picker.material.css.js.map +1 -1
  143. package/components/date-range-picker/themes/light/date-range-picker.bootstrap.css.js +1 -1
  144. package/components/date-range-picker/themes/light/date-range-picker.bootstrap.css.js.map +1 -1
  145. package/components/date-range-picker/themes/light/date-range-picker.fluent.css.js +1 -1
  146. package/components/date-range-picker/themes/light/date-range-picker.fluent.css.js.map +1 -1
  147. package/components/date-range-picker/themes/light/date-range-picker.indigo.css.js +1 -1
  148. package/components/date-range-picker/themes/light/date-range-picker.indigo.css.js.map +1 -1
  149. package/components/date-range-picker/themes/light/date-range-picker.material.css.js +1 -1
  150. package/components/date-range-picker/themes/light/date-range-picker.material.css.js.map +1 -1
  151. package/components/date-range-picker/validators.js +5 -8
  152. package/components/date-range-picker/validators.js.map +1 -1
  153. package/components/date-time-input/date-time-input.d.ts +6 -2
  154. package/components/date-time-input/date-time-input.js +22 -15
  155. package/components/date-time-input/date-time-input.js.map +1 -1
  156. package/components/date-time-input/date-util.d.ts +11 -9
  157. package/components/date-time-input/date-util.js +23 -219
  158. package/components/date-time-input/date-util.js.map +1 -1
  159. package/components/dialog/dialog.d.ts +2 -0
  160. package/components/dialog/dialog.js +18 -9
  161. package/components/dialog/dialog.js.map +1 -1
  162. package/components/dialog/themes/dark/dialog.fluent.css.js +1 -1
  163. package/components/dialog/themes/dark/dialog.fluent.css.js.map +1 -1
  164. package/components/dialog/themes/light/dialog.fluent.css.js +1 -1
  165. package/components/dialog/themes/light/dialog.fluent.css.js.map +1 -1
  166. package/components/dialog/themes/shared/dialog.bootstrap.css.js +1 -1
  167. package/components/dialog/themes/shared/dialog.bootstrap.css.js.map +1 -1
  168. package/components/dialog/themes/shared/dialog.indigo.css.js +1 -1
  169. package/components/dialog/themes/shared/dialog.indigo.css.js.map +1 -1
  170. package/components/expansion-panel/themes/light/expansion-panel.bootstrap.css.js +1 -1
  171. package/components/expansion-panel/themes/light/expansion-panel.bootstrap.css.js.map +1 -1
  172. package/components/file-input/file-input.d.ts +13 -0
  173. package/components/file-input/file-input.js +27 -2
  174. package/components/file-input/file-input.js.map +1 -1
  175. package/components/input/themes/dark/input.indigo.css.js +1 -1
  176. package/components/input/themes/dark/input.indigo.css.js.map +1 -1
  177. package/components/input/themes/light/input.indigo.css.js +1 -1
  178. package/components/input/themes/light/input.indigo.css.js.map +1 -1
  179. package/components/input/themes/light/input.shared.css.js +1 -1
  180. package/components/input/themes/light/input.shared.css.js.map +1 -1
  181. package/components/input/themes/shared/input.bootstrap.css.js +1 -1
  182. package/components/input/themes/shared/input.bootstrap.css.js.map +1 -1
  183. package/components/input/themes/shared/input.common.css.js +1 -1
  184. package/components/input/themes/shared/input.common.css.js.map +1 -1
  185. package/components/input/themes/shared/input.fluent.css.js +1 -1
  186. package/components/input/themes/shared/input.fluent.css.js.map +1 -1
  187. package/components/input/themes/shared/input.indigo.css.js +1 -1
  188. package/components/input/themes/shared/input.indigo.css.js.map +1 -1
  189. package/components/input/themes/shared/input.material.css.js +1 -1
  190. package/components/input/themes/shared/input.material.css.js.map +1 -1
  191. package/components/input/validators.js +3 -3
  192. package/components/input/validators.js.map +1 -1
  193. package/components/list/themes/dark/container/list.bootstrap.css.js +1 -1
  194. package/components/list/themes/dark/container/list.bootstrap.css.js.map +1 -1
  195. package/components/list/themes/light/container/list.fluent.css.js +1 -1
  196. package/components/list/themes/light/container/list.fluent.css.js.map +1 -1
  197. package/components/list/themes/shared/item/list-item.common.css.js +1 -1
  198. package/components/list/themes/shared/item/list-item.common.css.js.map +1 -1
  199. package/components/list/themes/shared/item/list-item.indigo.css.js +1 -1
  200. package/components/list/themes/shared/item/list-item.indigo.css.js.map +1 -1
  201. package/components/mask-input/mask-input-base.js +3 -2
  202. package/components/mask-input/mask-input-base.js.map +1 -1
  203. package/components/mask-input/mask-parser.d.ts +30 -7
  204. package/components/mask-input/mask-parser.js +70 -42
  205. package/components/mask-input/mask-parser.js.map +1 -1
  206. package/components/mask-input/validators.js +2 -2
  207. package/components/mask-input/validators.js.map +1 -1
  208. package/components/nav-drawer/themes/dark/container/nav-drawer.fluent.css.js +1 -1
  209. package/components/nav-drawer/themes/dark/container/nav-drawer.fluent.css.js.map +1 -1
  210. package/components/nav-drawer/themes/light/container/nav-drawer.fluent.css.js +1 -1
  211. package/components/nav-drawer/themes/light/container/nav-drawer.fluent.css.js.map +1 -1
  212. package/components/nav-drawer/themes/light/container/nav-drawer.material.css.js +1 -1
  213. package/components/nav-drawer/themes/light/container/nav-drawer.material.css.js.map +1 -1
  214. package/components/navbar/themes/shared/navbar.common.css.js +1 -1
  215. package/components/navbar/themes/shared/navbar.common.css.js.map +1 -1
  216. package/components/radio/themes/light/radio.material.css.js +1 -1
  217. package/components/radio/themes/light/radio.material.css.js.map +1 -1
  218. package/components/radio/themes/shared/radio.bootstrap.css.js +1 -1
  219. package/components/radio/themes/shared/radio.bootstrap.css.js.map +1 -1
  220. package/components/radio/themes/shared/radio.common.css.js +1 -1
  221. package/components/radio/themes/shared/radio.common.css.js.map +1 -1
  222. package/components/radio/themes/shared/radio.fluent.css.js +1 -1
  223. package/components/radio/themes/shared/radio.fluent.css.js.map +1 -1
  224. package/components/radio/themes/shared/radio.indigo.css.js +1 -1
  225. package/components/radio/themes/shared/radio.indigo.css.js.map +1 -1
  226. package/components/radio/themes/shared/radio.material.css.js +1 -1
  227. package/components/radio/themes/shared/radio.material.css.js.map +1 -1
  228. package/components/radio/validators.js +2 -2
  229. package/components/radio/validators.js.map +1 -1
  230. package/components/rating/themes/dark/rating.indigo.css.js +1 -1
  231. package/components/rating/themes/dark/rating.indigo.css.js.map +1 -1
  232. package/components/rating/themes/light/rating.indigo.css.js +1 -1
  233. package/components/rating/themes/light/rating.indigo.css.js.map +1 -1
  234. package/components/ripple/ripple.d.ts +3 -3
  235. package/components/ripple/ripple.js +34 -31
  236. package/components/ripple/ripple.js.map +1 -1
  237. package/components/stepper/step.js +2 -2
  238. package/components/stepper/step.js.map +1 -1
  239. package/components/stepper/themes/step/dark/step.bootstrap.css.js +1 -1
  240. package/components/stepper/themes/step/dark/step.bootstrap.css.js.map +1 -1
  241. package/components/stepper/themes/step/dark/step.fluent.css.js +1 -1
  242. package/components/stepper/themes/step/dark/step.fluent.css.js.map +1 -1
  243. package/components/stepper/themes/step/dark/step.indigo.css.js +1 -1
  244. package/components/stepper/themes/step/dark/step.indigo.css.js.map +1 -1
  245. package/components/stepper/themes/step/dark/step.material.css.js +1 -1
  246. package/components/stepper/themes/step/dark/step.material.css.js.map +1 -1
  247. package/components/stepper/themes/step/light/step.bootstrap.css.js +1 -1
  248. package/components/stepper/themes/step/light/step.bootstrap.css.js.map +1 -1
  249. package/components/stepper/themes/step/light/step.fluent.css.js +1 -1
  250. package/components/stepper/themes/step/light/step.fluent.css.js.map +1 -1
  251. package/components/stepper/themes/step/light/step.indigo.css.js +1 -1
  252. package/components/stepper/themes/step/light/step.indigo.css.js.map +1 -1
  253. package/components/stepper/themes/step/light/step.material.css.js +1 -1
  254. package/components/stepper/themes/step/light/step.material.css.js.map +1 -1
  255. package/components/stepper/themes/step/light/step.shared.css.js +1 -1
  256. package/components/stepper/themes/step/light/step.shared.css.js.map +1 -1
  257. package/components/stepper/themes/step/shared/step.common.css.js +1 -1
  258. package/components/stepper/themes/step/shared/step.common.css.js.map +1 -1
  259. package/components/stepper/themes/step/shared/step.indigo.css.js +1 -1
  260. package/components/stepper/themes/step/shared/step.indigo.css.js.map +1 -1
  261. package/components/tabs/tab-dom.js +8 -9
  262. package/components/tabs/tab-dom.js.map +1 -1
  263. package/components/tabs/themes/dark/tab.bootstrap.css.js +1 -1
  264. package/components/tabs/themes/dark/tab.bootstrap.css.js.map +1 -1
  265. package/components/tabs/themes/dark/tab.fluent.css.js +1 -1
  266. package/components/tabs/themes/dark/tab.fluent.css.js.map +1 -1
  267. package/components/tabs/themes/dark/tab.indigo.css.js +1 -1
  268. package/components/tabs/themes/dark/tab.indigo.css.js.map +1 -1
  269. package/components/tabs/themes/dark/tab.material.css.js +1 -1
  270. package/components/tabs/themes/dark/tab.material.css.js.map +1 -1
  271. package/components/tabs/themes/dark/tab.shared.css.js +1 -1
  272. package/components/tabs/themes/dark/tab.shared.css.js.map +1 -1
  273. package/components/tabs/themes/light/tab.bootstrap.css.js +1 -1
  274. package/components/tabs/themes/light/tab.bootstrap.css.js.map +1 -1
  275. package/components/tabs/themes/light/tab.fluent.css.js +1 -1
  276. package/components/tabs/themes/light/tab.fluent.css.js.map +1 -1
  277. package/components/tabs/themes/light/tab.indigo.css.js +1 -1
  278. package/components/tabs/themes/light/tab.indigo.css.js.map +1 -1
  279. package/components/tabs/themes/light/tab.material.css.js +1 -1
  280. package/components/tabs/themes/light/tab.material.css.js.map +1 -1
  281. package/components/tabs/themes/light/tab.shared.css.js +1 -1
  282. package/components/tabs/themes/light/tab.shared.css.js.map +1 -1
  283. package/components/tabs/themes/shared/tab/tab.bootstrap.css.js +1 -1
  284. package/components/tabs/themes/shared/tab/tab.bootstrap.css.js.map +1 -1
  285. package/components/tabs/themes/shared/tab/tab.common.css.js +1 -1
  286. package/components/tabs/themes/shared/tab/tab.common.css.js.map +1 -1
  287. package/components/tabs/themes/shared/tab/tab.fluent.css.js +1 -1
  288. package/components/tabs/themes/shared/tab/tab.fluent.css.js.map +1 -1
  289. package/components/tabs/themes/shared/tab/tab.indigo.css.js +1 -1
  290. package/components/tabs/themes/shared/tab/tab.indigo.css.js.map +1 -1
  291. package/components/tabs/themes/shared/tab/tab.material.css.js +1 -1
  292. package/components/tabs/themes/shared/tab/tab.material.css.js.map +1 -1
  293. package/components/tabs/themes/shared/tabs/tabs.bootstrap.css.js +1 -1
  294. package/components/tabs/themes/shared/tabs/tabs.bootstrap.css.js.map +1 -1
  295. package/components/tabs/themes/shared/tabs/tabs.common.css.js +1 -1
  296. package/components/tabs/themes/shared/tabs/tabs.common.css.js.map +1 -1
  297. package/components/tabs/themes/shared/tabs/tabs.indigo.css.js +1 -1
  298. package/components/tabs/themes/shared/tabs/tabs.indigo.css.js.map +1 -1
  299. package/components/tabs/themes/shared/tabs/tabs.material.css.js +1 -1
  300. package/components/tabs/themes/shared/tabs/tabs.material.css.js.map +1 -1
  301. package/components/tabs/themes/tabs.base.css.js +1 -1
  302. package/components/tabs/themes/tabs.base.css.js.map +1 -1
  303. package/components/textarea/themes/dark/textarea.indigo.css.js +1 -1
  304. package/components/textarea/themes/dark/textarea.indigo.css.js.map +1 -1
  305. package/components/textarea/themes/light/textarea.indigo.css.js +1 -1
  306. package/components/textarea/themes/light/textarea.indigo.css.js.map +1 -1
  307. package/components/textarea/themes/light/textarea.shared.css.js +1 -1
  308. package/components/textarea/themes/light/textarea.shared.css.js.map +1 -1
  309. package/components/textarea/themes/shared/textarea.bootstrap.css.js +1 -1
  310. package/components/textarea/themes/shared/textarea.bootstrap.css.js.map +1 -1
  311. package/components/textarea/themes/shared/textarea.common.css.js +1 -1
  312. package/components/textarea/themes/shared/textarea.common.css.js.map +1 -1
  313. package/components/textarea/themes/shared/textarea.fluent.css.js +1 -1
  314. package/components/textarea/themes/shared/textarea.fluent.css.js.map +1 -1
  315. package/components/textarea/themes/shared/textarea.indigo.css.js +1 -1
  316. package/components/textarea/themes/shared/textarea.indigo.css.js.map +1 -1
  317. package/components/textarea/themes/shared/textarea.material.css.js +1 -1
  318. package/components/textarea/themes/shared/textarea.material.css.js.map +1 -1
  319. package/components/tree/themes/dark/container.bootstrap.css.js +1 -1
  320. package/components/tree/themes/dark/container.bootstrap.css.js.map +1 -1
  321. package/components/tree/themes/light/container.bootstrap.css.js +1 -1
  322. package/components/tree/themes/light/container.bootstrap.css.js.map +1 -1
  323. package/components/tree/tree-item.js +4 -0
  324. package/components/tree/tree-item.js.map +1 -1
  325. package/components/tree/tree.d.ts +14 -0
  326. package/components/tree/tree.js +23 -0
  327. package/components/tree/tree.js.map +1 -1
  328. package/components/validation-container/validation-container.d.ts +0 -1
  329. package/components/validation-container/validation-container.js +6 -9
  330. package/components/validation-container/validation-container.js.map +1 -1
  331. package/custom-elements.json +706 -1056
  332. package/igniteui-webcomponents.html-data.json +1 -1
  333. package/index.d.ts +2 -1
  334. package/index.js +2 -1
  335. package/index.js.map +1 -1
  336. package/package.json +9 -4
  337. package/web-types.json +1 -1
  338. package/components/common/localization/intl-formatters.d.ts +0 -17
  339. package/components/common/localization/intl-formatters.js +0 -46
  340. package/components/common/localization/intl-formatters.js.map +0 -1
  341. package/components/validation-container/themes/dark/validator.bootstrap.css.d.ts +0 -1
  342. package/components/validation-container/themes/dark/validator.bootstrap.css.js +0 -3
  343. package/components/validation-container/themes/dark/validator.bootstrap.css.js.map +0 -1
  344. package/components/validation-container/themes/dark/validator.fluent.css.d.ts +0 -1
  345. package/components/validation-container/themes/dark/validator.fluent.css.js +0 -3
  346. package/components/validation-container/themes/dark/validator.fluent.css.js.map +0 -1
  347. package/components/validation-container/themes/dark/validator.indigo.css.d.ts +0 -1
  348. package/components/validation-container/themes/dark/validator.indigo.css.js +0 -3
  349. package/components/validation-container/themes/dark/validator.indigo.css.js.map +0 -1
  350. package/components/validation-container/themes/dark/validator.material.css.d.ts +0 -1
  351. package/components/validation-container/themes/dark/validator.material.css.js +0 -3
  352. package/components/validation-container/themes/dark/validator.material.css.js.map +0 -1
  353. package/components/validation-container/themes/light/validator.bootstrap.css.d.ts +0 -1
  354. package/components/validation-container/themes/light/validator.bootstrap.css.js +0 -3
  355. package/components/validation-container/themes/light/validator.bootstrap.css.js.map +0 -1
  356. package/components/validation-container/themes/light/validator.fluent.css.d.ts +0 -1
  357. package/components/validation-container/themes/light/validator.fluent.css.js +0 -3
  358. package/components/validation-container/themes/light/validator.fluent.css.js.map +0 -1
  359. package/components/validation-container/themes/light/validator.indigo.css.d.ts +0 -1
  360. package/components/validation-container/themes/light/validator.indigo.css.js +0 -3
  361. package/components/validation-container/themes/light/validator.indigo.css.js.map +0 -1
  362. package/components/validation-container/themes/light/validator.material.css.d.ts +0 -1
  363. package/components/validation-container/themes/light/validator.material.css.js +0 -3
  364. package/components/validation-container/themes/light/validator.material.css.js.map +0 -1
  365. package/components/validation-container/themes/light/validator.shared.css.d.ts +0 -1
  366. package/components/validation-container/themes/light/validator.shared.css.js +0 -3
  367. package/components/validation-container/themes/light/validator.shared.css.js.map +0 -1
  368. package/components/validation-container/themes/themes.d.ts +0 -2
  369. package/components/validation-container/themes/themes.js +0 -46
  370. package/components/validation-container/themes/themes.js.map +0 -1
@@ -693,9 +693,9 @@
693
693
  "privacy": "private",
694
694
  "static": true,
695
695
  "readonly": true,
696
- "default": "[ 'keyup', 'focusout', 'pointerdown', ]",
696
+ "default": "['keyup', 'focusout', 'pointerup']",
697
697
  "type": {
698
- "text": "[\n 'keyup',\n 'focusout',\n 'pointerdown',\n ]"
698
+ "text": "['keyup', 'focusout', 'pointerup']"
699
699
  }
700
700
  },
701
701
  {
@@ -2253,6 +2253,303 @@
2253
2253
  }
2254
2254
  ]
2255
2255
  },
2256
+ {
2257
+ "kind": "javascript-module",
2258
+ "path": "src/components/common/i18n/EN/calendar.resources.ts",
2259
+ "declarations": [
2260
+ {
2261
+ "kind": "variable",
2262
+ "name": "IgcCalendarResourceStringEN",
2263
+ "type": {
2264
+ "text": "IgcCalendarResourceStrings"
2265
+ },
2266
+ "default": "{ ...convertToIgcResource(CalendarResourceStringsEN), ...{ weekLabel: 'Wk' }, }"
2267
+ }
2268
+ ],
2269
+ "exports": [
2270
+ {
2271
+ "kind": "js",
2272
+ "name": "IgcCalendarResourceStringEN",
2273
+ "declaration": {
2274
+ "name": "IgcCalendarResourceStringEN",
2275
+ "module": "src/components/common/i18n/EN/calendar.resources.ts"
2276
+ }
2277
+ }
2278
+ ]
2279
+ },
2280
+ {
2281
+ "kind": "javascript-module",
2282
+ "path": "src/components/common/i18n/EN/date-range-picker.resources.ts",
2283
+ "declarations": [
2284
+ {
2285
+ "kind": "variable",
2286
+ "name": "IgcDateRangePickerResourceStringsEN",
2287
+ "type": {
2288
+ "text": "IgcDateRangePickerResourceStrings"
2289
+ },
2290
+ "default": "{ ...convertToIgcResource(DateRangePickerResourceStringsEN), ...IgcCalendarResourceStringEN, }"
2291
+ }
2292
+ ],
2293
+ "exports": [
2294
+ {
2295
+ "kind": "js",
2296
+ "name": "IgcDateRangePickerResourceStringsEN",
2297
+ "declaration": {
2298
+ "name": "IgcDateRangePickerResourceStringsEN",
2299
+ "module": "src/components/common/i18n/EN/date-range-picker.resources.ts"
2300
+ }
2301
+ }
2302
+ ]
2303
+ },
2304
+ {
2305
+ "kind": "javascript-module",
2306
+ "path": "src/components/common/i18n/utils.ts",
2307
+ "declarations": [
2308
+ {
2309
+ "kind": "variable",
2310
+ "name": "calendarResourcesMap",
2311
+ "default": "new Map< keyof IgcCalendarResourceStrings, string | undefined >([ ['selectMonth', 'calendar_select_month'], ['selectYear', 'calendar_select_year'], ['selectDate', 'calendar_select_date'], ['selectRange', 'calendar_range_placeholder'], ['selectedDate', undefined], // This one seems not to be in use anyway ['startDate', 'calendar_range_label_start'], ['endDate', 'calendar_range_label_end'], ['previousMonth', 'calendar_previous_month'], ['nextMonth', 'calendar_next_month'], ['previousYear', 'calendar_previous_year'], ['nextYear', 'calendar_next_year'], ['previousYears', 'calendar_previous_years'], ['nextYears', 'calendar_next_years'], ['weekLabel', 'i18n/getWeekLabel'], ])"
2312
+ },
2313
+ {
2314
+ "kind": "variable",
2315
+ "name": "dateRangePickerResourcesMap",
2316
+ "default": "new Map< keyof IgcDateRangePickerResourceStrings, string | undefined >([ ['separator', 'date_range_picker_date_separator'], ['done', 'date_range_picker_done_button'], ['cancel', 'date_range_picker_cancel_button'], ['last7Days', 'date_range_picker_last7Days'], ['last30Days', 'date_range_picker_last30Days'], ['currentMonth', 'date_range_picker_currentMonth'], ['yearToDate', 'date_range_picker_yearToDate'], ...( calendarResourcesMap as Map< keyof IgcDateRangePickerResourceStrings, string | undefined > ).entries(), ])"
2317
+ },
2318
+ {
2319
+ "kind": "function",
2320
+ "name": "convertToIgcResource",
2321
+ "return": {
2322
+ "type": {
2323
+ "text": "T"
2324
+ }
2325
+ },
2326
+ "parameters": [
2327
+ {
2328
+ "name": "resource",
2329
+ "type": {
2330
+ "text": "IResourceStrings"
2331
+ }
2332
+ }
2333
+ ]
2334
+ },
2335
+ {
2336
+ "kind": "function",
2337
+ "name": "convertToCoreResource",
2338
+ "return": {
2339
+ "type": {
2340
+ "text": "IResourceStrings"
2341
+ }
2342
+ },
2343
+ "parameters": [
2344
+ {
2345
+ "name": "resource",
2346
+ "type": {
2347
+ "text": "T"
2348
+ }
2349
+ }
2350
+ ]
2351
+ }
2352
+ ],
2353
+ "exports": [
2354
+ {
2355
+ "kind": "js",
2356
+ "name": "calendarResourcesMap",
2357
+ "declaration": {
2358
+ "name": "calendarResourcesMap",
2359
+ "module": "src/components/common/i18n/utils.ts"
2360
+ }
2361
+ },
2362
+ {
2363
+ "kind": "js",
2364
+ "name": "dateRangePickerResourcesMap",
2365
+ "declaration": {
2366
+ "name": "dateRangePickerResourcesMap",
2367
+ "module": "src/components/common/i18n/utils.ts"
2368
+ }
2369
+ },
2370
+ {
2371
+ "kind": "js",
2372
+ "name": "convertToIgcResource",
2373
+ "declaration": {
2374
+ "name": "convertToIgcResource",
2375
+ "module": "src/components/common/i18n/utils.ts"
2376
+ }
2377
+ },
2378
+ {
2379
+ "kind": "js",
2380
+ "name": "convertToCoreResource",
2381
+ "declaration": {
2382
+ "name": "convertToCoreResource",
2383
+ "module": "src/components/common/i18n/utils.ts"
2384
+ }
2385
+ }
2386
+ ]
2387
+ },
2388
+ {
2389
+ "kind": "javascript-module",
2390
+ "path": "src/components/common/i18n/i18n-controller.ts",
2391
+ "declarations": [
2392
+ {
2393
+ "kind": "class",
2394
+ "description": "Manages localization (i18n) for a Lit web component.\nIt handles the current locale, component-specific resource overrides,\nand updates when the global localization state changes.",
2395
+ "name": "I18nController",
2396
+ "members": [
2397
+ {
2398
+ "kind": "field",
2399
+ "name": "_host",
2400
+ "type": {
2401
+ "text": "I18nControllerHost"
2402
+ },
2403
+ "privacy": "private",
2404
+ "readonly": true,
2405
+ "default": "host"
2406
+ },
2407
+ {
2408
+ "kind": "field",
2409
+ "name": "_defaultEN",
2410
+ "type": {
2411
+ "text": "T"
2412
+ },
2413
+ "privacy": "private",
2414
+ "readonly": true
2415
+ },
2416
+ {
2417
+ "kind": "field",
2418
+ "name": "_resourceChangeCallback",
2419
+ "type": {
2420
+ "text": "ResourceChangeCallback | undefined"
2421
+ },
2422
+ "privacy": "private"
2423
+ },
2424
+ {
2425
+ "kind": "field",
2426
+ "name": "_defaultResourceStrings",
2427
+ "type": {
2428
+ "text": "T"
2429
+ },
2430
+ "privacy": "private"
2431
+ },
2432
+ {
2433
+ "kind": "field",
2434
+ "name": "_locale",
2435
+ "type": {
2436
+ "text": "string | undefined"
2437
+ },
2438
+ "privacy": "private"
2439
+ },
2440
+ {
2441
+ "kind": "field",
2442
+ "name": "_resourceStrings",
2443
+ "type": {
2444
+ "text": "T | undefined"
2445
+ },
2446
+ "privacy": "private"
2447
+ },
2448
+ {
2449
+ "kind": "field",
2450
+ "name": "locale",
2451
+ "privacy": "public",
2452
+ "description": "Gets the resolved locale for the host component.\nThis is the component's custom locale if set, otherwise it falls back to the\nglobal locale.",
2453
+ "type": {
2454
+ "text": "string"
2455
+ }
2456
+ },
2457
+ {
2458
+ "kind": "field",
2459
+ "name": "resourceStrings",
2460
+ "privacy": "public",
2461
+ "description": "Get resolved resource strings for component",
2462
+ "type": {
2463
+ "text": "T"
2464
+ }
2465
+ },
2466
+ {
2467
+ "kind": "method",
2468
+ "name": "_registerResources",
2469
+ "privacy": "private",
2470
+ "return": {
2471
+ "type": {
2472
+ "text": "void"
2473
+ }
2474
+ },
2475
+ "parameters": [
2476
+ {
2477
+ "name": "resource",
2478
+ "type": {
2479
+ "text": "T"
2480
+ }
2481
+ }
2482
+ ],
2483
+ "description": "Registers the default English resources with the global i18n manager."
2484
+ },
2485
+ {
2486
+ "kind": "method",
2487
+ "name": "_getResourceMapForComponent",
2488
+ "privacy": "private",
2489
+ "return": {
2490
+ "type": {
2491
+ "text": "| Map<string, string | undefined>\n | undefined"
2492
+ }
2493
+ },
2494
+ "description": "Helper to find the correct resource map based on the component's default resources (`#defaultEN`).\nThis relies on structural checking (the component's key names)."
2495
+ },
2496
+ {
2497
+ "kind": "method",
2498
+ "name": "_getCurrentResourceStrings",
2499
+ "privacy": "private",
2500
+ "return": {
2501
+ "type": {
2502
+ "text": "T"
2503
+ }
2504
+ },
2505
+ "description": "Gets the current, locale-specific resource strings for the component.\nThe logic maps component keys (from defaultEN) to core library keys\nand retrieves the localized string from the i18n manager.\n\nResult is truncated, containing only relevant locale strings."
2506
+ }
2507
+ ]
2508
+ },
2509
+ {
2510
+ "kind": "function",
2511
+ "name": "addI18nController",
2512
+ "return": {
2513
+ "type": {
2514
+ "text": "I18nController<T>"
2515
+ }
2516
+ },
2517
+ "parameters": [
2518
+ {
2519
+ "name": "host",
2520
+ "type": {
2521
+ "text": "I18nControllerHost"
2522
+ }
2523
+ },
2524
+ {
2525
+ "name": "config",
2526
+ "type": {
2527
+ "text": "I18nControllerConfig<T>"
2528
+ }
2529
+ }
2530
+ ],
2531
+ "description": "Factory function to create and attach the I18nController to a host."
2532
+ }
2533
+ ],
2534
+ "exports": [
2535
+ {
2536
+ "kind": "js",
2537
+ "name": "addI18nController",
2538
+ "declaration": {
2539
+ "name": "addI18nController",
2540
+ "module": "src/components/common/i18n/i18n-controller.ts"
2541
+ }
2542
+ },
2543
+ {
2544
+ "kind": "js",
2545
+ "name": "I18nController",
2546
+ "declaration": {
2547
+ "name": "I18nController",
2548
+ "module": "src/components/common/i18n/i18n-controller.ts"
2549
+ }
2550
+ }
2551
+ ]
2552
+ },
2256
2553
  {
2257
2554
  "kind": "javascript-module",
2258
2555
  "path": "src/components/common/controllers/key-bindings.ts",
@@ -2833,57 +3130,49 @@
2833
3130
  },
2834
3131
  {
2835
3132
  "kind": "javascript-module",
2836
- "path": "src/components/common/decorators/watch.ts",
3133
+ "path": "src/components/common/decorators/blazorInclude.ts",
2837
3134
  "declarations": [
2838
3135
  {
2839
3136
  "kind": "function",
2840
- "name": "watch",
2841
- "parameters": [
2842
- {
2843
- "name": "propName",
2844
- "type": {
2845
- "text": "string"
2846
- }
2847
- },
2848
- {
2849
- "name": "options",
2850
- "optional": true,
2851
- "type": {
2852
- "text": "WatchOptions"
2853
- }
3137
+ "name": "blazorInclude",
3138
+ "description": "Indicates a member should be included in the Blazor API even if non-public.",
3139
+ "return": {
3140
+ "type": {
3141
+ "text": ""
2854
3142
  }
2855
- ]
3143
+ }
2856
3144
  }
2857
3145
  ],
2858
3146
  "exports": [
2859
3147
  {
2860
3148
  "kind": "js",
2861
- "name": "watch",
3149
+ "name": "blazorInclude",
2862
3150
  "declaration": {
2863
- "name": "watch",
2864
- "module": "src/components/common/decorators/watch.ts"
3151
+ "name": "blazorInclude",
3152
+ "module": "src/components/common/decorators/blazorInclude.ts"
2865
3153
  }
2866
3154
  }
2867
3155
  ]
2868
3156
  },
2869
3157
  {
2870
3158
  "kind": "javascript-module",
2871
- "path": "src/components/common/localization/intl-formatters.ts",
3159
+ "path": "src/components/common/decorators/watch.ts",
2872
3160
  "declarations": [
2873
3161
  {
2874
3162
  "kind": "function",
2875
- "name": "createDateTimeFormatters",
3163
+ "name": "watch",
2876
3164
  "parameters": [
2877
3165
  {
2878
- "name": "locale",
3166
+ "name": "propName",
2879
3167
  "type": {
2880
3168
  "text": "string"
2881
3169
  }
2882
3170
  },
2883
3171
  {
2884
- "name": "configuration",
3172
+ "name": "options",
3173
+ "optional": true,
2885
3174
  "type": {
2886
- "text": "T"
3175
+ "text": "WatchOptions"
2887
3176
  }
2888
3177
  }
2889
3178
  ]
@@ -2892,36 +3181,10 @@
2892
3181
  "exports": [
2893
3182
  {
2894
3183
  "kind": "js",
2895
- "name": "createDateTimeFormatters",
2896
- "declaration": {
2897
- "name": "createDateTimeFormatters",
2898
- "module": "src/components/common/localization/intl-formatters.ts"
2899
- }
2900
- }
2901
- ]
2902
- },
2903
- {
2904
- "kind": "javascript-module",
2905
- "path": "src/components/common/decorators/blazorInclude.ts",
2906
- "declarations": [
2907
- {
2908
- "kind": "function",
2909
- "name": "blazorInclude",
2910
- "description": "Indicates a member should be included in the Blazor API even if non-public.",
2911
- "return": {
2912
- "type": {
2913
- "text": ""
2914
- }
2915
- }
2916
- }
2917
- ],
2918
- "exports": [
2919
- {
2920
- "kind": "js",
2921
- "name": "blazorInclude",
3184
+ "name": "watch",
2922
3185
  "declaration": {
2923
- "name": "blazorInclude",
2924
- "module": "src/components/common/decorators/blazorInclude.ts"
3186
+ "name": "watch",
3187
+ "module": "src/components/common/decorators/watch.ts"
2925
3188
  }
2926
3189
  }
2927
3190
  ]
@@ -3653,194 +3916,6 @@
3653
3916
  }
3654
3917
  ]
3655
3918
  },
3656
- {
3657
- "kind": "javascript-module",
3658
- "path": "src/components/common/i18n/EN/calendar.resources.ts",
3659
- "declarations": [
3660
- {
3661
- "kind": "variable",
3662
- "name": "IgcCalendarResourceStringEN",
3663
- "type": {
3664
- "text": "IgcCalendarResourceStrings"
3665
- }
3666
- }
3667
- ],
3668
- "exports": [
3669
- {
3670
- "kind": "js",
3671
- "name": "IgcCalendarResourceStringEN",
3672
- "declaration": {
3673
- "name": "IgcCalendarResourceStringEN",
3674
- "module": "src/components/common/i18n/EN/calendar.resources.ts"
3675
- }
3676
- }
3677
- ]
3678
- },
3679
- {
3680
- "kind": "javascript-module",
3681
- "path": "src/components/common/i18n/i18n-controller.ts",
3682
- "declarations": [
3683
- {
3684
- "kind": "class",
3685
- "description": "Manages localization (i18n) for a Lit web component.\nIt handles the current locale, component-specific resource overrides,\nand updates when the global localization state changes.",
3686
- "name": "I18nController",
3687
- "members": [
3688
- {
3689
- "kind": "field",
3690
- "name": "_host",
3691
- "type": {
3692
- "text": "I18nControllerHost"
3693
- },
3694
- "privacy": "private",
3695
- "readonly": true,
3696
- "default": "host"
3697
- },
3698
- {
3699
- "kind": "field",
3700
- "name": "_defaultEN",
3701
- "type": {
3702
- "text": "T"
3703
- },
3704
- "privacy": "private",
3705
- "readonly": true
3706
- },
3707
- {
3708
- "kind": "field",
3709
- "name": "_resourceChangeCallback",
3710
- "type": {
3711
- "text": "ResourceChangeCallback | undefined"
3712
- },
3713
- "privacy": "private"
3714
- },
3715
- {
3716
- "kind": "field",
3717
- "name": "_defaultResourceStrings",
3718
- "type": {
3719
- "text": "T"
3720
- },
3721
- "privacy": "private"
3722
- },
3723
- {
3724
- "kind": "field",
3725
- "name": "_locale",
3726
- "type": {
3727
- "text": "string | undefined"
3728
- },
3729
- "privacy": "private"
3730
- },
3731
- {
3732
- "kind": "field",
3733
- "name": "_resourceStrings",
3734
- "type": {
3735
- "text": "T | undefined"
3736
- },
3737
- "privacy": "private"
3738
- },
3739
- {
3740
- "kind": "field",
3741
- "name": "locale",
3742
- "privacy": "public",
3743
- "description": "Gets the resolved locale for the host component.\nThis is the component's custom locale if set, otherwise it falls back to the\nglobal locale.",
3744
- "type": {
3745
- "text": "string"
3746
- }
3747
- },
3748
- {
3749
- "kind": "field",
3750
- "name": "resourceStrings",
3751
- "privacy": "public",
3752
- "description": "Get resolved resource strings for component",
3753
- "type": {
3754
- "text": "T"
3755
- }
3756
- },
3757
- {
3758
- "kind": "method",
3759
- "name": "_registerResources",
3760
- "privacy": "private",
3761
- "return": {
3762
- "type": {
3763
- "text": "void"
3764
- }
3765
- },
3766
- "parameters": [
3767
- {
3768
- "name": "resource",
3769
- "type": {
3770
- "text": "T"
3771
- }
3772
- }
3773
- ],
3774
- "description": "Registers the default English resources with the global i18n manager."
3775
- },
3776
- {
3777
- "kind": "method",
3778
- "name": "_getResourceMapForComponent",
3779
- "privacy": "private",
3780
- "return": {
3781
- "type": {
3782
- "text": "| Map<string, string | undefined>\n | undefined"
3783
- }
3784
- },
3785
- "description": "Helper to find the correct resource map based on the component's default resources (`#defaultEN`).\nThis relies on structural checking (the component's key names)."
3786
- },
3787
- {
3788
- "kind": "method",
3789
- "name": "_getCurrentResourceStrings",
3790
- "privacy": "private",
3791
- "return": {
3792
- "type": {
3793
- "text": "T"
3794
- }
3795
- },
3796
- "description": "Gets the current, locale-specific resource strings for the component.\nThe logic maps component keys (from defaultEN) to core library keys\nand retrieves the localized string from the i18n manager.\n\nResult is truncated, containing only relevant locale strings."
3797
- }
3798
- ]
3799
- },
3800
- {
3801
- "kind": "function",
3802
- "name": "addI18nController",
3803
- "return": {
3804
- "type": {
3805
- "text": "I18nController<T>"
3806
- }
3807
- },
3808
- "parameters": [
3809
- {
3810
- "name": "host",
3811
- "type": {
3812
- "text": "I18nControllerHost"
3813
- }
3814
- },
3815
- {
3816
- "name": "config",
3817
- "type": {
3818
- "text": "I18nControllerConfig<T>"
3819
- }
3820
- }
3821
- ],
3822
- "description": "Factory function to create and attach the I18nController to a host."
3823
- }
3824
- ],
3825
- "exports": [
3826
- {
3827
- "kind": "js",
3828
- "name": "addI18nController",
3829
- "declaration": {
3830
- "name": "addI18nController",
3831
- "module": "src/components/common/i18n/i18n-controller.ts"
3832
- }
3833
- },
3834
- {
3835
- "kind": "js",
3836
- "name": "I18nController",
3837
- "declaration": {
3838
- "name": "I18nController",
3839
- "module": "src/components/common/i18n/i18n-controller.ts"
3840
- }
3841
- }
3842
- ]
3843
- },
3844
3919
  {
3845
3920
  "kind": "javascript-module",
3846
3921
  "path": "src/components/calendar/types.ts",
@@ -4301,18 +4376,30 @@
4301
4376
  },
4302
4377
  {
4303
4378
  "kind": "field",
4304
- "name": "_intl",
4305
- "privacy": "private"
4379
+ "name": "_weekdayOptions",
4380
+ "type": {
4381
+ "text": "Intl.DateTimeFormatOptions"
4382
+ },
4383
+ "privacy": "private",
4384
+ "readonly": true
4306
4385
  },
4307
4386
  {
4308
- "kind": "method",
4309
- "name": "localeChange",
4310
- "privacy": "protected"
4387
+ "kind": "field",
4388
+ "name": "_labelOptions",
4389
+ "type": {
4390
+ "text": "Intl.DateTimeFormatOptions"
4391
+ },
4392
+ "privacy": "private",
4393
+ "default": "{ weekday: 'long', year: 'numeric', month: 'long', day: 'numeric', }"
4311
4394
  },
4312
4395
  {
4313
- "kind": "method",
4314
- "name": "weekDayFormatChange",
4315
- "privacy": "protected"
4396
+ "kind": "field",
4397
+ "name": "_ariaWeekdayOptions",
4398
+ "type": {
4399
+ "text": "Intl.DateTimeFormatOptions"
4400
+ },
4401
+ "privacy": "private",
4402
+ "default": "{ weekday: 'long' }"
4316
4403
  },
4317
4404
  {
4318
4405
  "kind": "method",
@@ -5256,18 +5343,21 @@
5256
5343
  },
5257
5344
  {
5258
5345
  "kind": "field",
5259
- "name": "_intl",
5260
- "privacy": "private"
5261
- },
5262
- {
5263
- "kind": "method",
5264
- "name": "localeChange",
5265
- "privacy": "protected"
5346
+ "name": "_monthOptions",
5347
+ "type": {
5348
+ "text": "Intl.DateTimeFormatOptions"
5349
+ },
5350
+ "privacy": "private",
5351
+ "readonly": true
5266
5352
  },
5267
5353
  {
5268
- "kind": "method",
5269
- "name": "formatChange",
5270
- "privacy": "protected"
5354
+ "kind": "field",
5355
+ "name": "_ariaMonthOptions",
5356
+ "type": {
5357
+ "text": "Intl.DateTimeFormatOptions"
5358
+ },
5359
+ "privacy": "private",
5360
+ "default": "{ month: 'long', year: 'numeric', }"
5271
5361
  },
5272
5362
  {
5273
5363
  "kind": "method",
@@ -6091,18 +6181,48 @@
6091
6181
  },
6092
6182
  {
6093
6183
  "kind": "field",
6094
- "name": "_intl",
6095
- "privacy": "private"
6184
+ "name": "_monthOptions",
6185
+ "type": {
6186
+ "text": "Intl.DateTimeFormatOptions"
6187
+ },
6188
+ "privacy": "private",
6189
+ "readonly": true
6096
6190
  },
6097
6191
  {
6098
- "kind": "method",
6099
- "name": "localeChange",
6100
- "privacy": "protected"
6192
+ "kind": "field",
6193
+ "name": "_monthLabelOptions",
6194
+ "type": {
6195
+ "text": "Intl.DateTimeFormatOptions"
6196
+ },
6197
+ "privacy": "private",
6198
+ "default": "{ month: 'long' }"
6101
6199
  },
6102
6200
  {
6103
- "kind": "method",
6104
- "name": "formatOptionsChange",
6105
- "privacy": "protected"
6201
+ "kind": "field",
6202
+ "name": "_weekdayOptions",
6203
+ "type": {
6204
+ "text": "Intl.DateTimeFormatOptions"
6205
+ },
6206
+ "privacy": "private",
6207
+ "default": "{ weekday: 'short' }"
6208
+ },
6209
+ {
6210
+ "kind": "field",
6211
+ "name": "_monthDayOptions",
6212
+ "type": {
6213
+ "text": "Intl.DateTimeFormatOptions"
6214
+ },
6215
+ "privacy": "private",
6216
+ "default": "{ month: 'short', day: 'numeric', }"
6217
+ },
6218
+ {
6219
+ "kind": "field",
6220
+ "name": "_yearLabelOptions",
6221
+ "type": {
6222
+ "text": "Intl.DateTimeFormatOptions"
6223
+ },
6224
+ "privacy": "private",
6225
+ "default": "{ month: 'long', year: 'numeric', }"
6106
6226
  },
6107
6227
  {
6108
6228
  "kind": "method",
@@ -7212,30 +7332,6 @@
7212
7332
  }
7213
7333
  ]
7214
7334
  },
7215
- {
7216
- "kind": "javascript-module",
7217
- "path": "src/components/common/i18n/EN/date-range-picker.resources.ts",
7218
- "declarations": [
7219
- {
7220
- "kind": "variable",
7221
- "name": "IgcDateRangePickerResourceStringsEN",
7222
- "type": {
7223
- "text": "IgcDateRangePickerResourceStrings"
7224
- },
7225
- "default": "{ ...convertToIgcResource(DateRangePickerResourceStringsEN), ...IgcCalendarResourceStringEN, }"
7226
- }
7227
- ],
7228
- "exports": [
7229
- {
7230
- "kind": "js",
7231
- "name": "IgcDateRangePickerResourceStringsEN",
7232
- "declaration": {
7233
- "name": "IgcDateRangePickerResourceStringsEN",
7234
- "module": "src/components/common/i18n/EN/date-range-picker.resources.ts"
7235
- }
7236
- }
7237
- ]
7238
- },
7239
7335
  {
7240
7336
  "kind": "javascript-module",
7241
7337
  "path": "src/components/common/mixins/combo-box.ts",
@@ -7739,16 +7835,6 @@
7739
7835
  "module": "src/components/common/mixins/forms/associated.ts"
7740
7836
  }
7741
7837
  },
7742
- {
7743
- "kind": "field",
7744
- "name": "__i18nController",
7745
- "privacy": "private",
7746
- "readonly": true,
7747
- "inheritedFrom": {
7748
- "name": "BaseFormAssociated",
7749
- "module": "src/components/common/mixins/forms/associated.ts"
7750
- }
7751
- },
7752
7838
  {
7753
7839
  "kind": "field",
7754
7840
  "name": "_formValue",
@@ -7994,19 +8080,6 @@
7994
8080
  "module": "src/components/common/mixins/forms/associated.ts"
7995
8081
  }
7996
8082
  },
7997
- {
7998
- "kind": "field",
7999
- "name": "resourceStrings",
8000
- "privacy": "public",
8001
- "description": "The resource strings for localization.",
8002
- "type": {
8003
- "text": "IValidationResourceStrings"
8004
- },
8005
- "inheritedFrom": {
8006
- "name": "BaseFormAssociated",
8007
- "module": "src/components/common/mixins/forms/associated.ts"
8008
- }
8009
- },
8010
8083
  {
8011
8084
  "kind": "method",
8012
8085
  "name": "_handleInvalid",
@@ -8405,16 +8478,6 @@
8405
8478
  "module": "src/components/common/mixins/forms/associated.ts"
8406
8479
  }
8407
8480
  },
8408
- {
8409
- "kind": "field",
8410
- "name": "__i18nController",
8411
- "privacy": "private",
8412
- "readonly": true,
8413
- "inheritedFrom": {
8414
- "name": "BaseFormAssociated",
8415
- "module": "src/components/common/mixins/forms/associated.ts"
8416
- }
8417
- },
8418
8481
  {
8419
8482
  "kind": "field",
8420
8483
  "name": "_formValue",
@@ -8660,19 +8723,6 @@
8660
8723
  "module": "src/components/common/mixins/forms/associated.ts"
8661
8724
  }
8662
8725
  },
8663
- {
8664
- "kind": "field",
8665
- "name": "resourceStrings",
8666
- "privacy": "public",
8667
- "description": "The resource strings for localization.",
8668
- "type": {
8669
- "text": "IValidationResourceStrings"
8670
- },
8671
- "inheritedFrom": {
8672
- "name": "BaseFormAssociated",
8673
- "module": "src/components/common/mixins/forms/associated.ts"
8674
- }
8675
- },
8676
8726
  {
8677
8727
  "kind": "method",
8678
8728
  "name": "_handleInvalid",
@@ -9120,16 +9170,6 @@
9120
9170
  "module": "src/components/common/mixins/forms/associated.ts"
9121
9171
  }
9122
9172
  },
9123
- {
9124
- "kind": "field",
9125
- "name": "__i18nController",
9126
- "privacy": "private",
9127
- "readonly": true,
9128
- "inheritedFrom": {
9129
- "name": "BaseFormAssociated",
9130
- "module": "src/components/common/mixins/forms/associated.ts"
9131
- }
9132
- },
9133
9173
  {
9134
9174
  "kind": "field",
9135
9175
  "name": "_formValue",
@@ -9375,19 +9415,6 @@
9375
9415
  "module": "src/components/common/mixins/forms/associated.ts"
9376
9416
  }
9377
9417
  },
9378
- {
9379
- "kind": "field",
9380
- "name": "resourceStrings",
9381
- "privacy": "public",
9382
- "description": "The resource strings for localization.",
9383
- "type": {
9384
- "text": "IValidationResourceStrings"
9385
- },
9386
- "inheritedFrom": {
9387
- "name": "BaseFormAssociated",
9388
- "module": "src/components/common/mixins/forms/associated.ts"
9389
- }
9390
- },
9391
9418
  {
9392
9419
  "kind": "method",
9393
9420
  "name": "_handleInvalid",
@@ -9821,16 +9848,6 @@
9821
9848
  "module": "src/components/common/mixins/forms/associated.ts"
9822
9849
  }
9823
9850
  },
9824
- {
9825
- "kind": "field",
9826
- "name": "__i18nController",
9827
- "privacy": "private",
9828
- "readonly": true,
9829
- "inheritedFrom": {
9830
- "name": "BaseFormAssociated",
9831
- "module": "src/components/common/mixins/forms/associated.ts"
9832
- }
9833
- },
9834
9851
  {
9835
9852
  "kind": "field",
9836
9853
  "name": "_formValue",
@@ -10076,19 +10093,6 @@
10076
10093
  "module": "src/components/common/mixins/forms/associated.ts"
10077
10094
  }
10078
10095
  },
10079
- {
10080
- "kind": "field",
10081
- "name": "resourceStrings",
10082
- "privacy": "public",
10083
- "description": "The resource strings for localization.",
10084
- "type": {
10085
- "text": "IValidationResourceStrings"
10086
- },
10087
- "inheritedFrom": {
10088
- "name": "BaseFormAssociated",
10089
- "module": "src/components/common/mixins/forms/associated.ts"
10090
- }
10091
- },
10092
10096
  {
10093
10097
  "kind": "method",
10094
10098
  "name": "_handleInvalid",
@@ -10999,16 +11003,6 @@
10999
11003
  "module": "src/components/common/mixins/forms/associated.ts"
11000
11004
  }
11001
11005
  },
11002
- {
11003
- "kind": "field",
11004
- "name": "__i18nController",
11005
- "privacy": "private",
11006
- "readonly": true,
11007
- "inheritedFrom": {
11008
- "name": "BaseFormAssociated",
11009
- "module": "src/components/common/mixins/forms/associated.ts"
11010
- }
11011
- },
11012
11006
  {
11013
11007
  "kind": "field",
11014
11008
  "name": "_formValue",
@@ -11254,19 +11248,6 @@
11254
11248
  "module": "src/components/common/mixins/forms/associated.ts"
11255
11249
  }
11256
11250
  },
11257
- {
11258
- "kind": "field",
11259
- "name": "resourceStrings",
11260
- "privacy": "public",
11261
- "description": "The resource strings for localization.",
11262
- "type": {
11263
- "text": "IValidationResourceStrings"
11264
- },
11265
- "inheritedFrom": {
11266
- "name": "BaseFormAssociated",
11267
- "module": "src/components/common/mixins/forms/associated.ts"
11268
- }
11269
- },
11270
11251
  {
11271
11252
  "kind": "method",
11272
11253
  "name": "_handleInvalid",
@@ -11815,7 +11796,7 @@
11815
11796
  "kind": "field",
11816
11797
  "name": "_options",
11817
11798
  "type": {
11818
- "text": "MaskOptions"
11799
+ "text": "MaskOptionsInternal"
11819
11800
  },
11820
11801
  "privacy": "protected",
11821
11802
  "readonly": true,
@@ -11846,11 +11827,21 @@
11846
11827
  "default": "''",
11847
11828
  "description": "The mask format after processing escape characters"
11848
11829
  },
11830
+ {
11831
+ "kind": "field",
11832
+ "name": "_requiredPositions",
11833
+ "type": {
11834
+ "text": "number[]"
11835
+ },
11836
+ "privacy": "protected",
11837
+ "default": "[]",
11838
+ "description": "Cached array of required non-literal positions for validation"
11839
+ },
11849
11840
  {
11850
11841
  "kind": "field",
11851
11842
  "name": "literalPositions",
11852
11843
  "type": {
11853
- "text": "Set<number>"
11844
+ "text": "ReadonlySet<number>"
11854
11845
  },
11855
11846
  "privacy": "public",
11856
11847
  "description": "Returns a set of the all the literal positions in the mask.\nThese positions are fixed characters that are not part of the input.",
@@ -11894,6 +11885,30 @@
11894
11885
  "privacy": "public",
11895
11886
  "description": "Sets the prompt character. Only the first character of the provided string is used."
11896
11887
  },
11888
+ {
11889
+ "kind": "method",
11890
+ "name": "_isEscapedFlag",
11891
+ "privacy": "private",
11892
+ "return": {
11893
+ "type": {
11894
+ "text": "boolean"
11895
+ }
11896
+ },
11897
+ "parameters": [
11898
+ {
11899
+ "name": "char",
11900
+ "type": {
11901
+ "text": "string"
11902
+ }
11903
+ },
11904
+ {
11905
+ "name": "nextChar",
11906
+ "type": {
11907
+ "text": "string"
11908
+ }
11909
+ }
11910
+ ]
11911
+ },
11897
11912
  {
11898
11913
  "kind": "method",
11899
11914
  "name": "_parseMaskLiterals",
@@ -11907,14 +11922,14 @@
11907
11922
  },
11908
11923
  {
11909
11924
  "kind": "method",
11910
- "name": "_getRequiredNonLiteralPositions",
11925
+ "name": "_computeRequiredPositions",
11911
11926
  "privacy": "protected",
11912
11927
  "return": {
11913
11928
  "type": {
11914
11929
  "text": "number[]"
11915
11930
  }
11916
11931
  },
11917
- "description": "Gets an array of positions in the escaped mask that correspond to\nrequired input flags (e.g., '0', 'L') and are not literal characters.\n\nThese positions must be filled for the masked string to be valid."
11932
+ "description": "Computes an array of positions in the escaped mask that correspond to\nrequired input flags (e.g., '0', 'L') and are not literal characters.\n\nThese positions must be filled for the masked string to be valid."
11918
11933
  },
11919
11934
  {
11920
11935
  "kind": "method",
@@ -12391,16 +12406,6 @@
12391
12406
  "module": "src/components/input/input-base.ts"
12392
12407
  }
12393
12408
  },
12394
- {
12395
- "kind": "field",
12396
- "name": "__i18nController",
12397
- "privacy": "private",
12398
- "readonly": true,
12399
- "inheritedFrom": {
12400
- "name": "IgcInputBaseComponent",
12401
- "module": "src/components/input/input-base.ts"
12402
- }
12403
- },
12404
12409
  {
12405
12410
  "kind": "field",
12406
12411
  "name": "_formValue",
@@ -12646,19 +12651,6 @@
12646
12651
  "module": "src/components/input/input-base.ts"
12647
12652
  }
12648
12653
  },
12649
- {
12650
- "kind": "field",
12651
- "name": "resourceStrings",
12652
- "privacy": "public",
12653
- "description": "The resource strings for localization.",
12654
- "type": {
12655
- "text": "IValidationResourceStrings"
12656
- },
12657
- "inheritedFrom": {
12658
- "name": "IgcInputBaseComponent",
12659
- "module": "src/components/input/input-base.ts"
12660
- }
12661
- },
12662
12654
  {
12663
12655
  "kind": "method",
12664
12656
  "name": "_handleInvalid",
@@ -13535,28 +13527,6 @@
13535
13527
  "readonly": true,
13536
13528
  "default": "'hh:mm tt'"
13537
13529
  },
13538
- {
13539
- "kind": "field",
13540
- "name": "SEPARATOR",
13541
- "type": {
13542
- "text": "string"
13543
- },
13544
- "privacy": "private",
13545
- "static": true,
13546
- "readonly": true,
13547
- "default": "'literal'"
13548
- },
13549
- {
13550
- "kind": "field",
13551
- "name": "DEFAULT_LOCALE",
13552
- "type": {
13553
- "text": "string"
13554
- },
13555
- "privacy": "private",
13556
- "static": true,
13557
- "readonly": true,
13558
- "default": "'en'"
13559
- },
13560
13530
  {
13561
13531
  "kind": "field",
13562
13532
  "name": "PREDEFINED_FORMATS",
@@ -13599,7 +13569,7 @@
13599
13569
  },
13600
13570
  {
13601
13571
  "kind": "method",
13602
- "name": "getDefaultMask",
13572
+ "name": "getDefaultInputMask",
13603
13573
  "privacy": "public",
13604
13574
  "static": true,
13605
13575
  "return": {
@@ -13635,13 +13605,12 @@
13635
13605
  },
13636
13606
  {
13637
13607
  "name": "locale",
13638
- "default": "DateTimeUtil.DEFAULT_LOCALE",
13639
13608
  "type": {
13640
13609
  "text": "string"
13641
13610
  }
13642
13611
  },
13643
13612
  {
13644
- "name": "noLeadingZero",
13613
+ "name": "leadingZero",
13645
13614
  "default": "false"
13646
13615
  }
13647
13616
  ]
@@ -13686,12 +13655,12 @@
13686
13655
  },
13687
13656
  {
13688
13657
  "kind": "method",
13689
- "name": "formatDate",
13658
+ "name": "formatDisplayDate",
13690
13659
  "privacy": "public",
13691
13660
  "static": true,
13692
13661
  "return": {
13693
13662
  "type": {
13694
- "text": "string"
13663
+ "text": ""
13695
13664
  }
13696
13665
  },
13697
13666
  "parameters": [
@@ -13699,25 +13668,29 @@
13699
13668
  "name": "value",
13700
13669
  "type": {
13701
13670
  "text": "Date"
13702
- }
13671
+ },
13672
+ "description": "Date value"
13703
13673
  },
13704
13674
  {
13705
13675
  "name": "locale",
13706
13676
  "type": {
13707
13677
  "text": "string"
13708
- }
13678
+ },
13679
+ "description": "Locale of the component"
13709
13680
  },
13710
13681
  {
13711
- "name": "format",
13682
+ "name": "displayFormat",
13712
13683
  "type": {
13713
- "text": "string"
13714
- }
13684
+ "text": "string | undefined"
13685
+ },
13686
+ "description": "Display format specified by the user. Can be undefined."
13715
13687
  },
13716
13688
  {
13717
- "name": "noLeadingZero",
13718
- "default": "false"
13689
+ "description": "Input format, so it is not calculated again and used for leading zero format.",
13690
+ "name": "inputFormat"
13719
13691
  }
13720
- ]
13692
+ ],
13693
+ "description": "Format date for display."
13721
13694
  },
13722
13695
  {
13723
13696
  "kind": "method",
@@ -14140,55 +14113,6 @@
14140
14113
  ],
14141
14114
  "description": "Transforms the predefined format to a display format containing only date parts."
14142
14115
  },
14143
- {
14144
- "kind": "method",
14145
- "name": "setDisplayFormatOptions",
14146
- "privacy": "private",
14147
- "static": true,
14148
- "parameters": [
14149
- {
14150
- "name": "value",
14151
- "type": {
14152
- "text": "Date"
14153
- }
14154
- },
14155
- {
14156
- "name": "format",
14157
- "type": {
14158
- "text": "string"
14159
- }
14160
- },
14161
- {
14162
- "name": "locale",
14163
- "type": {
14164
- "text": "string"
14165
- }
14166
- },
14167
- {
14168
- "name": "noLeadingZero",
14169
- "default": "false"
14170
- }
14171
- ]
14172
- },
14173
- {
14174
- "kind": "method",
14175
- "name": "getMask",
14176
- "privacy": "private",
14177
- "static": true,
14178
- "return": {
14179
- "type": {
14180
- "text": "string"
14181
- }
14182
- },
14183
- "parameters": [
14184
- {
14185
- "name": "dateStruct",
14186
- "type": {
14187
- "text": "any[]"
14188
- }
14189
- }
14190
- ]
14191
- },
14192
14116
  {
14193
14117
  "kind": "method",
14194
14118
  "name": "addCurrentPart",
@@ -14213,7 +14137,7 @@
14213
14137
  }
14214
14138
  },
14215
14139
  {
14216
- "name": "noLeadingZero",
14140
+ "name": "leadingZero",
14217
14141
  "default": "false"
14218
14142
  }
14219
14143
  ]
@@ -14231,7 +14155,7 @@
14231
14155
  }
14232
14156
  },
14233
14157
  {
14234
- "name": "noLeadingZero",
14158
+ "name": "leadingZero",
14235
14159
  "default": "false"
14236
14160
  }
14237
14161
  ]
@@ -14255,39 +14179,6 @@
14255
14179
  }
14256
14180
  ]
14257
14181
  },
14258
- {
14259
- "kind": "method",
14260
- "name": "getDefaultLocaleMask",
14261
- "privacy": "private",
14262
- "static": true,
14263
- "parameters": [
14264
- {
14265
- "name": "locale",
14266
- "type": {
14267
- "text": "string"
14268
- }
14269
- }
14270
- ]
14271
- },
14272
- {
14273
- "kind": "method",
14274
- "name": "fillDatePartsPositions",
14275
- "privacy": "private",
14276
- "static": true,
14277
- "return": {
14278
- "type": {
14279
- "text": "void"
14280
- }
14281
- },
14282
- "parameters": [
14283
- {
14284
- "name": "dateArray",
14285
- "type": {
14286
- "text": "any[]"
14287
- }
14288
- }
14289
- ]
14290
- },
14291
14182
  {
14292
14183
  "kind": "method",
14293
14184
  "name": "getCleanVal",
@@ -14599,6 +14490,22 @@
14599
14490
  },
14600
14491
  "privacy": "protected"
14601
14492
  },
14493
+ {
14494
+ "kind": "field",
14495
+ "name": "_defaultDisplayFormat",
14496
+ "type": {
14497
+ "text": "string"
14498
+ },
14499
+ "privacy": "private"
14500
+ },
14501
+ {
14502
+ "kind": "field",
14503
+ "name": "_displayFormat",
14504
+ "type": {
14505
+ "text": "string | undefined"
14506
+ },
14507
+ "privacy": "private"
14508
+ },
14602
14509
  {
14603
14510
  "kind": "field",
14604
14511
  "name": "_oldValue",
@@ -14698,12 +14605,12 @@
14698
14605
  {
14699
14606
  "kind": "field",
14700
14607
  "name": "displayFormat",
14608
+ "privacy": "public",
14609
+ "description": "Format to display the value in when not editing.\nDefaults to the locale format if not set.",
14610
+ "attribute": "display-format",
14701
14611
  "type": {
14702
14612
  "text": "string"
14703
- },
14704
- "privacy": "public",
14705
- "description": "Format to display the value in when not editing.\nDefaults to the input format if not set.",
14706
- "attribute": "display-format"
14613
+ }
14707
14614
  },
14708
14615
  {
14709
14616
  "kind": "field",
@@ -14990,6 +14897,16 @@
14990
14897
  }
14991
14898
  }
14992
14899
  },
14900
+ {
14901
+ "kind": "method",
14902
+ "name": "updateDefaultDisplayFormat",
14903
+ "privacy": "private",
14904
+ "return": {
14905
+ "type": {
14906
+ "text": "void"
14907
+ }
14908
+ }
14909
+ },
14993
14910
  {
14994
14911
  "kind": "method",
14995
14912
  "name": "setMask",
@@ -15584,16 +15501,6 @@
15584
15501
  "module": "src/components/input/input-base.ts"
15585
15502
  }
15586
15503
  },
15587
- {
15588
- "kind": "field",
15589
- "name": "__i18nController",
15590
- "privacy": "private",
15591
- "readonly": true,
15592
- "inheritedFrom": {
15593
- "name": "IgcInputBaseComponent",
15594
- "module": "src/components/input/input-base.ts"
15595
- }
15596
- },
15597
15504
  {
15598
15505
  "kind": "field",
15599
15506
  "name": "_isFormSubmit",
@@ -15813,19 +15720,6 @@
15813
15720
  "module": "src/components/input/input-base.ts"
15814
15721
  }
15815
15722
  },
15816
- {
15817
- "kind": "field",
15818
- "name": "resourceStrings",
15819
- "privacy": "public",
15820
- "description": "The resource strings for localization.",
15821
- "type": {
15822
- "text": "IValidationResourceStrings"
15823
- },
15824
- "inheritedFrom": {
15825
- "name": "IgcInputBaseComponent",
15826
- "module": "src/components/input/input-base.ts"
15827
- }
15828
- },
15829
15723
  {
15830
15724
  "kind": "method",
15831
15725
  "name": "_handleInvalid",
@@ -16444,12 +16338,12 @@
16444
16338
  },
16445
16339
  {
16446
16340
  "name": "display-format",
16341
+ "description": "Format to display the value in when not editing.\nDefaults to the locale format if not set.",
16342
+ "fieldName": "displayFormat",
16343
+ "attribute": "display-format",
16447
16344
  "type": {
16448
16345
  "text": "string"
16449
- },
16450
- "description": "Format to display the value in when not editing.\nDefaults to the input format if not set.",
16451
- "fieldName": "displayFormat",
16452
- "attribute": "display-format"
16346
+ }
16453
16347
  },
16454
16348
  {
16455
16349
  "name": "spin-loop",
@@ -17318,7 +17212,7 @@
17318
17212
  "kind": "field",
17319
17213
  "name": "_dialog",
17320
17214
  "type": {
17321
- "text": "HTMLDialogElement"
17215
+ "text": "HTMLDialogElement | undefined"
17322
17216
  },
17323
17217
  "privacy": "private",
17324
17218
  "readonly": true
@@ -17423,6 +17317,16 @@
17423
17317
  }
17424
17318
  ]
17425
17319
  },
17320
+ {
17321
+ "kind": "method",
17322
+ "name": "_closeWithEvent",
17323
+ "privacy": "private",
17324
+ "return": {
17325
+ "type": {
17326
+ "text": "void"
17327
+ }
17328
+ }
17329
+ },
17426
17330
  {
17427
17331
  "kind": "method",
17428
17332
  "name": "_handleFormSubmit",
@@ -17459,6 +17363,16 @@
17459
17363
  }
17460
17364
  ]
17461
17365
  },
17366
+ {
17367
+ "kind": "method",
17368
+ "name": "_handleClose",
17369
+ "privacy": "private",
17370
+ "return": {
17371
+ "type": {
17372
+ "text": "void"
17373
+ }
17374
+ }
17375
+ },
17462
17376
  {
17463
17377
  "kind": "method",
17464
17378
  "name": "_handleClick",
@@ -17854,7 +17768,7 @@
17854
17768
  "type": {
17855
17769
  "text": "Validator<IgcInputComponent>[]"
17856
17770
  },
17857
- "default": "[ requiredValidator, minLengthValidator, maxLengthValidator, patternValidator, { key: 'typeMismatch', isValid: (host) => { switch (host.type) { case 'email': return emailValidator.isValid(host); case 'url': return urlValidator.isValid(host); default: return true; } }, messageResourceKey: (host) => (host.type === 'email' ? emailValidator.messageResourceKey : urlValidator.messageResourceKey) as string, }, ]"
17771
+ "default": "[ requiredValidator, minLengthValidator, maxLengthValidator, patternValidator, { key: 'typeMismatch', isValid: (host) => { switch (host.type) { case 'email': return emailValidator.isValid(host); case 'url': return urlValidator.isValid(host); default: return true; } }, message: (host) => (host.type === 'email' ? emailValidator.message : urlValidator.message) as string, }, ]"
17858
17772
  },
17859
17773
  {
17860
17774
  "kind": "variable",
@@ -18358,16 +18272,6 @@
18358
18272
  "module": "src/components/input/input-base.ts"
18359
18273
  }
18360
18274
  },
18361
- {
18362
- "kind": "field",
18363
- "name": "__i18nController",
18364
- "privacy": "private",
18365
- "readonly": true,
18366
- "inheritedFrom": {
18367
- "name": "IgcInputBaseComponent",
18368
- "module": "src/components/input/input-base.ts"
18369
- }
18370
- },
18371
18275
  {
18372
18276
  "kind": "field",
18373
18277
  "name": "_isFormSubmit",
@@ -18587,19 +18491,6 @@
18587
18491
  "module": "src/components/input/input-base.ts"
18588
18492
  }
18589
18493
  },
18590
- {
18591
- "kind": "field",
18592
- "name": "resourceStrings",
18593
- "privacy": "public",
18594
- "description": "The resource strings for localization.",
18595
- "type": {
18596
- "text": "IValidationResourceStrings"
18597
- },
18598
- "inheritedFrom": {
18599
- "name": "IgcInputBaseComponent",
18600
- "module": "src/components/input/input-base.ts"
18601
- }
18602
- },
18603
18494
  {
18604
18495
  "kind": "method",
18605
18496
  "name": "_handleInvalid",
@@ -20146,14 +20037,14 @@
20146
20037
  "kind": "field",
20147
20038
  "name": "locale",
20148
20039
  "privacy": "public",
20149
- "description": "Gets/Sets the locale used for formatting and displaying the dates in the component.",
20040
+ "description": "Gets/Sets the locale used for getting language, affecting resource strings.",
20150
20041
  "attribute": "locale"
20151
20042
  },
20152
20043
  {
20153
20044
  "kind": "field",
20154
20045
  "name": "resourceStrings",
20155
20046
  "privacy": "public",
20156
- "description": "The resource strings for localization.",
20047
+ "description": "The resource strings for localization.\nCurrently only aria-labels for the default select/remove icons are localized.",
20157
20048
  "type": {
20158
20049
  "text": "IChipResourceStrings"
20159
20050
  }
@@ -20376,7 +20267,7 @@
20376
20267
  },
20377
20268
  {
20378
20269
  "name": "locale",
20379
- "description": "Gets/Sets the locale used for formatting and displaying the dates in the component.",
20270
+ "description": "Gets/Sets the locale used for getting language, affecting resource strings.",
20380
20271
  "fieldName": "locale",
20381
20272
  "attribute": "locale"
20382
20273
  }
@@ -20566,7 +20457,7 @@
20566
20457
  "type": {
20567
20458
  "text": "Validator<{\n value?: DateRangeValue | null;\n min?: Date | null;\n}>"
20568
20459
  },
20569
- "default": "{ key: 'rangeUnderflow', messageResourceKey: validationResourcesKeys.min, messageFormat: (message, { min }) => formatString(message, min), isValid: ({ value, min }) => { if (!min) { return true; } const isStartInvalid = value?.start && CalendarDay.compare(value.start, min) < 0; const isEndInvalid = value?.end && CalendarDay.compare(value.end, min) < 0; return !(isStartInvalid || isEndInvalid); }, }"
20460
+ "default": "{ key: 'rangeUnderflow', message: ({ min }) => formatString(ValidationResourceStringsEN.min_validation_error!, min), isValid: ({ value, min }) => { if (!min) { return true; } const isStartInvalid = value?.start && CalendarDay.compare(value.start, min) < 0; const isEndInvalid = value?.end && CalendarDay.compare(value.end, min) < 0; return !(isStartInvalid || isEndInvalid); }, }"
20570
20461
  },
20571
20462
  {
20572
20463
  "kind": "variable",
@@ -20574,7 +20465,7 @@
20574
20465
  "type": {
20575
20466
  "text": "Validator<{\n value?: DateRangeValue | null;\n max?: Date | null;\n}>"
20576
20467
  },
20577
- "default": "{ key: 'rangeOverflow', messageResourceKey: validationResourcesKeys.max, messageFormat: (message, { max }) => formatString(message, max), isValid: ({ value, max }) => { if (!max) { return true; } const isStartInvalid = value?.start && CalendarDay.compare(value.start, max) > 0; const isEndInvalid = value?.end && CalendarDay.compare(value.end, max) > 0; return !(isStartInvalid || isEndInvalid); }, }"
20468
+ "default": "{ key: 'rangeOverflow', message: ({ max }) => formatString(ValidationResourceStringsEN.max_validation_error!, max), isValid: ({ value, max }) => { if (!max) { return true; } const isStartInvalid = value?.start && CalendarDay.compare(value.start, max) > 0; const isEndInvalid = value?.end && CalendarDay.compare(value.end, max) > 0; return !(isStartInvalid || isEndInvalid); }, }"
20578
20469
  },
20579
20470
  {
20580
20471
  "kind": "variable",
@@ -20582,7 +20473,7 @@
20582
20473
  "type": {
20583
20474
  "text": "Validator<{\n required: boolean;\n value: DateRangeValue | null;\n}>"
20584
20475
  },
20585
- "default": "{ key: 'valueMissing', messageResourceKey: validationResourcesKeys.required, isValid: ({ required, value }) => { return required ? isCompleteDateRange(value) : true; }, }"
20476
+ "default": "{ key: 'valueMissing', message: ValidationResourceStringsEN.required_validation_error!, isValid: ({ required, value }) => { return required ? isCompleteDateRange(value) : true; }, }"
20586
20477
  },
20587
20478
  {
20588
20479
  "kind": "variable",
@@ -20590,7 +20481,7 @@
20590
20481
  "type": {
20591
20482
  "text": "Validator<{\n required: boolean;\n value: DateRangeValue | null;\n disabledDates?: DateRangeDescriptor[];\n}>"
20592
20483
  },
20593
- "default": "{ key: 'badInput', messageResourceKey: validationResourcesKeys.disabledDate, messageFormat: (message, { value }) => formatString(message, value), isValid: ({ value, disabledDates }) => { if ( !isCompleteDateRange(value) || !disabledDates || isEmpty(disabledDates) ) { return true; } return Array.from( calendarRange({ start: value.start, end: value.end, inclusive: true }) ).every((date) => !isDateInRanges(date, disabledDates)); }, }"
20484
+ "default": "{ key: 'badInput', message: ({ value }) => formatString( ValidationResourceStringsEN.disabled_date_validation_error!, value ), isValid: ({ value, disabledDates }) => { if ( !isCompleteDateRange(value) || !disabledDates || isEmpty(disabledDates) ) { return true; } return Array.from( calendarRange({ start: value.start, end: value.end, inclusive: true }) ).every((date) => !isDateInRanges(date, disabledDates)); }, }"
20594
20485
  },
20595
20486
  {
20596
20487
  "kind": "variable",
@@ -21073,8 +20964,9 @@
21073
20964
  {
21074
20965
  "kind": "field",
21075
20966
  "name": "_i18nController",
21076
- "privacy": "private",
21077
- "readonly": true
20967
+ "privacy": "protected",
20968
+ "readonly": true,
20969
+ "description": "For now we use the core validation strings internally only, to avoid mixing with old resources by users.\nTo Do: Update resourceStrings type when the IgcDateRangePickerResourceStrings is changed to IDateRangePickerResourceStrings"
21078
20970
  },
21079
20971
  {
21080
20972
  "kind": "field",
@@ -21121,6 +21013,14 @@
21121
21013
  "privacy": "private",
21122
21014
  "default": "[]"
21123
21015
  },
21016
+ {
21017
+ "kind": "field",
21018
+ "name": "_defaultDisplayFormat",
21019
+ "type": {
21020
+ "text": "string"
21021
+ },
21022
+ "privacy": "private"
21023
+ },
21124
21024
  {
21125
21025
  "kind": "field",
21126
21026
  "name": "_displayFormat",
@@ -21381,11 +21281,7 @@
21381
21281
  "privacy": "public",
21382
21282
  "description": "The resource strings of the date range picker.",
21383
21283
  "type": {
21384
- "text": "IValidationResourceStrings"
21385
- },
21386
- "inheritedFrom": {
21387
- "name": "BaseFormAssociated",
21388
- "module": "src/components/common/mixins/forms/associated.ts"
21284
+ "text": "IgcDateRangePickerResourceStrings"
21389
21285
  }
21390
21286
  },
21391
21287
  {
@@ -21503,7 +21399,7 @@
21503
21399
  "kind": "field",
21504
21400
  "name": "displayFormat",
21505
21401
  "privacy": "public",
21506
- "description": "Format to display the value in when not editing.\nDefaults to the input format if not set.",
21402
+ "description": "Format to display the value in when not editing.\nDefaults to the locale format if not set.",
21507
21403
  "attribute": "display-format",
21508
21404
  "type": {
21509
21405
  "text": "string"
@@ -22142,16 +22038,6 @@
22142
22038
  "module": "src/components/common/mixins/forms/associated.ts"
22143
22039
  }
22144
22040
  },
22145
- {
22146
- "kind": "field",
22147
- "name": "__i18nController",
22148
- "privacy": "private",
22149
- "readonly": true,
22150
- "inheritedFrom": {
22151
- "name": "BaseFormAssociated",
22152
- "module": "src/components/common/mixins/forms/associated.ts"
22153
- }
22154
- },
22155
22041
  {
22156
22042
  "kind": "field",
22157
22043
  "name": "_isFormSubmit",
@@ -23103,7 +22989,7 @@
23103
22989
  },
23104
22990
  {
23105
22991
  "name": "display-format",
23106
- "description": "Format to display the value in when not editing.\nDefaults to the input format if not set.",
22992
+ "description": "Format to display the value in when not editing.\nDefaults to the locale format if not set.",
23107
22993
  "fieldName": "displayFormat",
23108
22994
  "attribute": "display-format",
23109
22995
  "type": {
@@ -24051,6 +23937,12 @@
24051
23937
  }
24052
23938
  }
24053
23939
  },
23940
+ {
23941
+ "kind": "field",
23942
+ "name": "_i18nController",
23943
+ "privacy": "protected",
23944
+ "readonly": true
23945
+ },
24054
23946
  {
24055
23947
  "kind": "field",
24056
23948
  "name": "__validators",
@@ -24109,6 +24001,22 @@
24109
24001
  "module": "src/components/input/input-base.ts"
24110
24002
  }
24111
24003
  },
24004
+ {
24005
+ "kind": "field",
24006
+ "name": "resourceStrings",
24007
+ "privacy": "public",
24008
+ "description": "The resource strings for localization.",
24009
+ "type": {
24010
+ "text": "IFileInputResourceStrings"
24011
+ }
24012
+ },
24013
+ {
24014
+ "kind": "field",
24015
+ "name": "locale",
24016
+ "privacy": "public",
24017
+ "description": "Gets/Sets the locale used for getting language, affecting resource strings.",
24018
+ "attribute": "locale"
24019
+ },
24112
24020
  {
24113
24021
  "kind": "field",
24114
24022
  "name": "multiple",
@@ -24497,16 +24405,6 @@
24497
24405
  "module": "src/components/input/input-base.ts"
24498
24406
  }
24499
24407
  },
24500
- {
24501
- "kind": "field",
24502
- "name": "__i18nController",
24503
- "privacy": "private",
24504
- "readonly": true,
24505
- "inheritedFrom": {
24506
- "name": "IgcInputBaseComponent",
24507
- "module": "src/components/input/input-base.ts"
24508
- }
24509
- },
24510
24408
  {
24511
24409
  "kind": "field",
24512
24410
  "name": "_isFormSubmit",
@@ -24726,19 +24624,6 @@
24726
24624
  "module": "src/components/input/input-base.ts"
24727
24625
  }
24728
24626
  },
24729
- {
24730
- "kind": "field",
24731
- "name": "resourceStrings",
24732
- "privacy": "public",
24733
- "description": "The resource strings for localization.",
24734
- "type": {
24735
- "text": "IValidationResourceStrings"
24736
- },
24737
- "inheritedFrom": {
24738
- "name": "IgcInputBaseComponent",
24739
- "module": "src/components/input/input-base.ts"
24740
- }
24741
- },
24742
24627
  {
24743
24628
  "kind": "method",
24744
24629
  "name": "_handleInvalid",
@@ -25270,6 +25155,12 @@
25270
25155
  "text": "string"
25271
25156
  }
25272
25157
  },
25158
+ {
25159
+ "name": "locale",
25160
+ "description": "Gets/Sets the locale used for getting language, affecting resource strings.",
25161
+ "fieldName": "locale",
25162
+ "attribute": "locale"
25163
+ },
25273
25164
  {
25274
25165
  "name": "multiple",
25275
25166
  "type": {
@@ -26079,6 +25970,11 @@
26079
25970
  {
26080
25971
  "kind": "function",
26081
25972
  "name": "getCenterPoint",
25973
+ "return": {
25974
+ "type": {
25975
+ "text": "{ x: number; y: number }"
25976
+ }
25977
+ },
26082
25978
  "parameters": [
26083
25979
  {
26084
25980
  "name": "element",
@@ -26089,6 +25985,24 @@
26089
25985
  ],
26090
25986
  "description": "Returns the center x/y coordinate of a given element."
26091
25987
  },
25988
+ {
25989
+ "kind": "function",
25990
+ "name": "getScaleFactor",
25991
+ "return": {
25992
+ "type": {
25993
+ "text": "{ x: number; y: number }"
25994
+ }
25995
+ },
25996
+ "parameters": [
25997
+ {
25998
+ "name": "element",
25999
+ "type": {
26000
+ "text": "HTMLElement"
26001
+ }
26002
+ }
26003
+ ],
26004
+ "description": "Returns the scale factor of a given element based on its bounding client rect and offset dimensions."
26005
+ },
26092
26006
  {
26093
26007
  "kind": "function",
26094
26008
  "name": "roundByDPR",
@@ -26584,6 +26498,14 @@
26584
26498
  "module": "src/components/common/util.ts"
26585
26499
  }
26586
26500
  },
26501
+ {
26502
+ "kind": "js",
26503
+ "name": "getScaleFactor",
26504
+ "declaration": {
26505
+ "name": "getScaleFactor",
26506
+ "module": "src/components/common/util.ts"
26507
+ }
26508
+ },
26587
26509
  {
26588
26510
  "kind": "js",
26589
26511
  "name": "roundByDPR",
@@ -26666,106 +26588,6 @@
26666
26588
  }
26667
26589
  ]
26668
26590
  },
26669
- {
26670
- "kind": "javascript-module",
26671
- "path": "src/components/common/i18n/utils.ts",
26672
- "declarations": [
26673
- {
26674
- "kind": "variable",
26675
- "name": "validationResourcesKeys",
26676
- "type": {
26677
- "text": "{\n minLength: 'min_length_validation_error',\n maxLength: 'max_length_validation_error',\n required: 'required_validation_error',\n pattern: 'pattern_validation_error',\n mask: 'mask_validation_error',\n min: 'min_validation_error',\n max: 'max_validation_error',\n email: 'email_validation_error',\n url: 'url_validation_error',\n disabledDate: 'disabled_date_validation_error',\n}"
26678
- },
26679
- "default": "{ minLength: 'min_length_validation_error', maxLength: 'max_length_validation_error', required: 'required_validation_error', pattern: 'pattern_validation_error', mask: 'mask_validation_error', min: 'min_validation_error', max: 'max_validation_error', email: 'email_validation_error', url: 'url_validation_error', disabledDate: 'disabled_date_validation_error', }"
26680
- },
26681
- {
26682
- "kind": "variable",
26683
- "name": "calendarResourcesMap",
26684
- "default": "new Map< keyof IgcCalendarResourceStrings, string | undefined >([ ['selectMonth', 'calendar_select_month'], ['selectYear', 'calendar_select_year'], ['selectDate', 'calendar_select_date'], ['selectRange', 'calendar_range_placeholder'], ['selectedDate', undefined], // This one seems not to be in use anyway ['startDate', 'calendar_range_label_start'], ['endDate', 'calendar_range_label_end'], ['previousMonth', 'calendar_previous_month'], ['nextMonth', 'calendar_next_month'], ['previousYear', 'calendar_previous_year'], ['nextYear', 'calendar_next_year'], ['previousYears', 'calendar_previous_years'], ['nextYears', 'calendar_next_years'], ['weekLabel', 'i18n/getWeekLabel'], ])"
26685
- },
26686
- {
26687
- "kind": "variable",
26688
- "name": "dateRangePickerResourcesMap",
26689
- "default": "new Map< keyof IgcDateRangePickerResourceStrings, string | undefined >([ ['separator', 'date_range_picker_date_separator'], ['done', 'date_range_picker_done_button'], ['cancel', 'date_range_picker_cancel_button'], ['last7Days', 'date_range_picker_last7Days'], ['last30Days', 'date_range_picker_last30Days'], ['currentMonth', 'date_range_picker_currentMonth'], ['yearToDate', 'date_range_picker_yearToDate'], ...( calendarResourcesMap as Map< keyof IgcDateRangePickerResourceStrings, string | undefined > ).entries(), ])"
26690
- },
26691
- {
26692
- "kind": "function",
26693
- "name": "convertToIgcResource",
26694
- "return": {
26695
- "type": {
26696
- "text": "T"
26697
- }
26698
- },
26699
- "parameters": [
26700
- {
26701
- "name": "resource",
26702
- "type": {
26703
- "text": "IResourceStrings"
26704
- }
26705
- }
26706
- ]
26707
- },
26708
- {
26709
- "kind": "function",
26710
- "name": "convertToCoreResource",
26711
- "return": {
26712
- "type": {
26713
- "text": "IResourceStrings"
26714
- }
26715
- },
26716
- "parameters": [
26717
- {
26718
- "name": "resource",
26719
- "type": {
26720
- "text": "T"
26721
- }
26722
- }
26723
- ]
26724
- }
26725
- ],
26726
- "exports": [
26727
- {
26728
- "kind": "js",
26729
- "name": "validationResourcesKeys",
26730
- "declaration": {
26731
- "name": "validationResourcesKeys",
26732
- "module": "src/components/common/i18n/utils.ts"
26733
- }
26734
- },
26735
- {
26736
- "kind": "js",
26737
- "name": "calendarResourcesMap",
26738
- "declaration": {
26739
- "name": "calendarResourcesMap",
26740
- "module": "src/components/common/i18n/utils.ts"
26741
- }
26742
- },
26743
- {
26744
- "kind": "js",
26745
- "name": "dateRangePickerResourcesMap",
26746
- "declaration": {
26747
- "name": "dateRangePickerResourcesMap",
26748
- "module": "src/components/common/i18n/utils.ts"
26749
- }
26750
- },
26751
- {
26752
- "kind": "js",
26753
- "name": "convertToIgcResource",
26754
- "declaration": {
26755
- "name": "convertToIgcResource",
26756
- "module": "src/components/common/i18n/utils.ts"
26757
- }
26758
- },
26759
- {
26760
- "kind": "js",
26761
- "name": "convertToCoreResource",
26762
- "declaration": {
26763
- "name": "convertToCoreResource",
26764
- "module": "src/components/common/i18n/utils.ts"
26765
- }
26766
- }
26767
- ]
26768
- },
26769
26591
  {
26770
26592
  "kind": "javascript-module",
26771
26593
  "path": "src/components/common/validators.ts",
@@ -26776,7 +26598,7 @@
26776
26598
  "type": {
26777
26599
  "text": "Validator<{\n required: boolean;\n value?: unknown;\n}>"
26778
26600
  },
26779
- "default": "{ key: 'valueMissing', messageResourceKey: validationResourcesKeys.required, isValid: ({ required, value }) => (required ? !!value : true), }"
26601
+ "default": "{ key: 'valueMissing', message: ValidationResourceStringsEN.required_validation_error!, isValid: ({ required, value }) => (required ? !!value : true), }"
26780
26602
  },
26781
26603
  {
26782
26604
  "kind": "variable",
@@ -26784,7 +26606,7 @@
26784
26606
  "type": {
26785
26607
  "text": "Validator<{\n required: boolean;\n checked: boolean;\n}>"
26786
26608
  },
26787
- "default": "{ key: 'valueMissing', messageResourceKey: validationResourcesKeys.required, isValid: ({ required, checked }) => (required ? checked : true), }"
26609
+ "default": "{ key: 'valueMissing', message: ValidationResourceStringsEN.required_validation_error!, isValid: ({ required, checked }) => (required ? checked : true), }"
26788
26610
  },
26789
26611
  {
26790
26612
  "kind": "variable",
@@ -26792,7 +26614,7 @@
26792
26614
  "type": {
26793
26615
  "text": "Validator<{\n minLength?: number;\n value: string;\n}>"
26794
26616
  },
26795
- "default": "{ key: 'tooShort', messageResourceKey: validationResourcesKeys.minLength, messageFormat: (message, { minLength }) => formatString(message, minLength), isValid: ({ minLength, value }) => minLength && value ? value.length >= asNumber(minLength) : true, }"
26617
+ "default": "{ key: 'tooShort', message: ({ minLength }) => formatString( ValidationResourceStringsEN.min_length_validation_error!, minLength ), isValid: ({ minLength, value }) => minLength && value ? value.length >= asNumber(minLength) : true, }"
26796
26618
  },
26797
26619
  {
26798
26620
  "kind": "variable",
@@ -26800,7 +26622,7 @@
26800
26622
  "type": {
26801
26623
  "text": "Validator<{\n maxLength?: number;\n value: string;\n}>"
26802
26624
  },
26803
- "default": "{ key: 'tooLong', messageResourceKey: validationResourcesKeys.maxLength, messageFormat: (message, { maxLength }) => formatString(message, maxLength), isValid: ({ maxLength, value }) => maxLength && value ? value.length <= asNumber(maxLength) : true, }"
26625
+ "default": "{ key: 'tooLong', message: ({ maxLength }) => formatString( ValidationResourceStringsEN.max_length_validation_error!, maxLength ), isValid: ({ maxLength, value }) => maxLength && value ? value.length <= asNumber(maxLength) : true, }"
26804
26626
  },
26805
26627
  {
26806
26628
  "kind": "variable",
@@ -26808,7 +26630,7 @@
26808
26630
  "type": {
26809
26631
  "text": "Validator<{ pattern?: string; value: string }>"
26810
26632
  },
26811
- "default": "{ key: 'patternMismatch', messageResourceKey: validationResourcesKeys.pattern, isValid: ({ pattern, value }) => pattern && value ? new RegExp(pattern, 'u').test(value) : true, }"
26633
+ "default": "{ key: 'patternMismatch', message: ValidationResourceStringsEN.pattern_validation_error!, isValid: ({ pattern, value }) => pattern && value ? new RegExp(pattern, 'u').test(value) : true, }"
26812
26634
  },
26813
26635
  {
26814
26636
  "kind": "variable",
@@ -26816,7 +26638,7 @@
26816
26638
  "type": {
26817
26639
  "text": "Validator<{\n min?: number;\n value: number | string;\n}>"
26818
26640
  },
26819
- "default": "{ key: 'rangeUnderflow', messageResourceKey: validationResourcesKeys.min, messageFormat: (message, { min }) => formatString(message, min), isValid: ({ min, value }) => isDefined(value) && value !== '' && isDefined(min) ? asNumber(value) >= asNumber(min) : true, }"
26641
+ "default": "{ key: 'rangeUnderflow', message: ({ min }) => formatString(ValidationResourceStringsEN.min_validation_error!, min), isValid: ({ min, value }) => isDefined(value) && value !== '' && isDefined(min) ? asNumber(value) >= asNumber(min) : true, }"
26820
26642
  },
26821
26643
  {
26822
26644
  "kind": "variable",
@@ -26824,7 +26646,7 @@
26824
26646
  "type": {
26825
26647
  "text": "Validator<{\n max?: number;\n value: number | string;\n}>"
26826
26648
  },
26827
- "default": "{ key: 'rangeOverflow', messageResourceKey: validationResourcesKeys.max, messageFormat: (message, { max }) => formatString(message, max), isValid: ({ max, value }) => isDefined(value) && value !== '' && isDefined(max) ? asNumber(value) <= asNumber(max) : true, }"
26649
+ "default": "{ key: 'rangeOverflow', message: ({ max }) => formatString(ValidationResourceStringsEN.max_validation_error!, max), isValid: ({ max, value }) => isDefined(value) && value !== '' && isDefined(max) ? asNumber(value) <= asNumber(max) : true, }"
26828
26650
  },
26829
26651
  {
26830
26652
  "kind": "variable",
@@ -26832,7 +26654,7 @@
26832
26654
  "type": {
26833
26655
  "text": "Validator<{\n min?: number;\n step?: number;\n value: number | string;\n}>"
26834
26656
  },
26835
- "default": "{ key: 'stepMismatch', messageResourceKey: 'Value does not conform to step constraint', isValid: ({ min, step, value }) => { if (isDefined(value) && value !== '' && isDefined(step)) { const _value = asNumber(value) - asNumber(min); const _step = asNumber(step); const magnitude = numberOfDecimals(_step) + 1; const rem = roundPrecise( Math.abs(_value - _step * Math.round(_value / _step)), magnitude ); return !rem; } return true; }, }"
26657
+ "default": "{ key: 'stepMismatch', message: 'Value does not conform to step constraint', isValid: ({ min, step, value }) => { if (isDefined(value) && value !== '' && isDefined(step)) { const _value = asNumber(value) - asNumber(min); const _step = asNumber(step); const magnitude = numberOfDecimals(_step) + 1; const rem = roundPrecise( Math.abs(_value - _step * Math.round(_value / _step)), magnitude ); return !rem; } return true; }, }"
26836
26658
  },
26837
26659
  {
26838
26660
  "kind": "variable",
@@ -26840,7 +26662,7 @@
26840
26662
  "type": {
26841
26663
  "text": "Validator<{ value: string }>"
26842
26664
  },
26843
- "default": "{ key: 'typeMismatch', messageResourceKey: validationResourcesKeys.email, isValid: ({ value }) => (value ? emailRegex.test(value) : true), }"
26665
+ "default": "{ key: 'typeMismatch', message: ValidationResourceStringsEN.email_validation_error!, isValid: ({ value }) => (value ? emailRegex.test(value) : true), }"
26844
26666
  },
26845
26667
  {
26846
26668
  "kind": "variable",
@@ -26848,7 +26670,7 @@
26848
26670
  "type": {
26849
26671
  "text": "Validator<{ value: string }>"
26850
26672
  },
26851
- "default": "{ key: 'typeMismatch', messageResourceKey: validationResourcesKeys.url, isValid: ({ value }) => (value ? URL.canParse(value) : true), }"
26673
+ "default": "{ key: 'typeMismatch', message: ValidationResourceStringsEN.url_validation_error!, isValid: ({ value }) => (value ? URL.canParse(value) : true), }"
26852
26674
  },
26853
26675
  {
26854
26676
  "kind": "variable",
@@ -26856,7 +26678,7 @@
26856
26678
  "type": {
26857
26679
  "text": "Validator<{\n value?: Date | null;\n min?: Date | null;\n}>"
26858
26680
  },
26859
- "default": "{ key: 'rangeUnderflow', messageResourceKey: validationResourcesKeys.min, messageFormat: (message, { min }) => formatString(message, min), isValid: ({ value, min }) => value && min ? CalendarDay.compare(value, min) >= 0 : true, }"
26681
+ "default": "{ key: 'rangeUnderflow', message: ({ min }) => formatString(ValidationResourceStringsEN.min_validation_error!, min), isValid: ({ value, min }) => value && min ? CalendarDay.compare(value, min) >= 0 : true, }"
26860
26682
  },
26861
26683
  {
26862
26684
  "kind": "variable",
@@ -26864,7 +26686,7 @@
26864
26686
  "type": {
26865
26687
  "text": "Validator<{\n value?: Date | null;\n max?: Date | null;\n}>"
26866
26688
  },
26867
- "default": "{ key: 'rangeOverflow', messageResourceKey: validationResourcesKeys.max, messageFormat: (message, { max }) => formatString(message, max), isValid: ({ value, max }) => value && max ? CalendarDay.compare(value, max) <= 0 : true, }"
26689
+ "default": "{ key: 'rangeOverflow', message: ({ max }) => formatString(ValidationResourceStringsEN.max_validation_error!, max), isValid: ({ value, max }) => value && max ? CalendarDay.compare(value, max) <= 0 : true, }"
26868
26690
  }
26869
26691
  ],
26870
26692
  "exports": [
@@ -33758,16 +33580,6 @@
33758
33580
  "module": "src/components/common/mixins/forms/associated.ts"
33759
33581
  }
33760
33582
  },
33761
- {
33762
- "kind": "field",
33763
- "name": "__i18nController",
33764
- "privacy": "private",
33765
- "readonly": true,
33766
- "inheritedFrom": {
33767
- "name": "BaseFormAssociated",
33768
- "module": "src/components/common/mixins/forms/associated.ts"
33769
- }
33770
- },
33771
33583
  {
33772
33584
  "kind": "field",
33773
33585
  "name": "_isFormSubmit",
@@ -33987,19 +33799,6 @@
33987
33799
  "module": "src/components/common/mixins/forms/associated.ts"
33988
33800
  }
33989
33801
  },
33990
- {
33991
- "kind": "field",
33992
- "name": "resourceStrings",
33993
- "privacy": "public",
33994
- "description": "The resource strings for localization.",
33995
- "type": {
33996
- "text": "IValidationResourceStrings"
33997
- },
33998
- "inheritedFrom": {
33999
- "name": "BaseFormAssociated",
34000
- "module": "src/components/common/mixins/forms/associated.ts"
34001
- }
34002
- },
34003
33802
  {
34004
33803
  "kind": "method",
34005
33804
  "name": "_handleInvalid",
@@ -40111,14 +39910,14 @@
40111
39910
  "kind": "field",
40112
39911
  "name": "locale",
40113
39912
  "privacy": "public",
40114
- "description": "Gets/Sets the locale used for formatting and displaying the dates in the component.",
39913
+ "description": "Gets/Sets the locale used for getting language, affecting resource strings.",
40115
39914
  "attribute": "locale"
40116
39915
  },
40117
39916
  {
40118
39917
  "kind": "field",
40119
39918
  "name": "resourceStrings",
40120
39919
  "privacy": "public",
40121
- "description": "The resource strings for localization.",
39920
+ "description": "The resource strings for localization.\nCurrently only aria-label attributes are localized for the carousel.",
40122
39921
  "type": {
40123
39922
  "text": "ICarouselResourceStrings"
40124
39923
  }
@@ -40854,7 +40653,7 @@
40854
40653
  },
40855
40654
  {
40856
40655
  "name": "locale",
40857
- "description": "Gets/Sets the locale used for formatting and displaying the dates in the component.",
40656
+ "description": "Gets/Sets the locale used for getting language, affecting resource strings.",
40858
40657
  "fieldName": "locale",
40859
40658
  "attribute": "locale"
40860
40659
  }
@@ -41152,16 +40951,6 @@
41152
40951
  "module": "src/components/common/mixins/forms/associated.ts"
41153
40952
  }
41154
40953
  },
41155
- {
41156
- "kind": "field",
41157
- "name": "__i18nController",
41158
- "privacy": "private",
41159
- "readonly": true,
41160
- "inheritedFrom": {
41161
- "name": "BaseFormAssociated",
41162
- "module": "src/components/common/mixins/forms/associated.ts"
41163
- }
41164
- },
41165
40954
  {
41166
40955
  "kind": "field",
41167
40956
  "name": "_isFormSubmit",
@@ -41381,19 +41170,6 @@
41381
41170
  "module": "src/components/common/mixins/forms/associated.ts"
41382
41171
  }
41383
41172
  },
41384
- {
41385
- "kind": "field",
41386
- "name": "resourceStrings",
41387
- "privacy": "public",
41388
- "description": "The resource strings for localization.",
41389
- "type": {
41390
- "text": "IValidationResourceStrings"
41391
- },
41392
- "inheritedFrom": {
41393
- "name": "BaseFormAssociated",
41394
- "module": "src/components/common/mixins/forms/associated.ts"
41395
- }
41396
- },
41397
41173
  {
41398
41174
  "kind": "method",
41399
41175
  "name": "_handleInvalid",
@@ -42133,16 +41909,6 @@
42133
41909
  "module": "src/components/checkbox/checkbox-base.ts"
42134
41910
  }
42135
41911
  },
42136
- {
42137
- "kind": "field",
42138
- "name": "__i18nController",
42139
- "privacy": "private",
42140
- "readonly": true,
42141
- "inheritedFrom": {
42142
- "name": "IgcCheckboxBaseComponent",
42143
- "module": "src/components/checkbox/checkbox-base.ts"
42144
- }
42145
- },
42146
41912
  {
42147
41913
  "kind": "field",
42148
41914
  "name": "_formValue",
@@ -42388,19 +42154,6 @@
42388
42154
  "module": "src/components/checkbox/checkbox-base.ts"
42389
42155
  }
42390
42156
  },
42391
- {
42392
- "kind": "field",
42393
- "name": "resourceStrings",
42394
- "privacy": "public",
42395
- "description": "The resource strings for localization.",
42396
- "type": {
42397
- "text": "IValidationResourceStrings"
42398
- },
42399
- "inheritedFrom": {
42400
- "name": "IgcCheckboxBaseComponent",
42401
- "module": "src/components/checkbox/checkbox-base.ts"
42402
- }
42403
- },
42404
42157
  {
42405
42158
  "kind": "method",
42406
42159
  "name": "_handleInvalid",
@@ -45101,7 +44854,7 @@
45101
44854
  "type": {
45102
44855
  "text": "Validator<IgcComboComponent>[]"
45103
44856
  },
45104
- "default": "[ { key: 'valueMissing', messageResourceKey: validationResourcesKeys.required, isValid: ({ required, value }) => required ? Array.isArray(value) && value.length > 0 : true, }, ]"
44857
+ "default": "[ { key: 'valueMissing', message: ValidationResourceStringsEN.required_validation_error!, isValid: ({ required, value }) => required ? Array.isArray(value) && value.length > 0 : true, }, ]"
45105
44858
  }
45106
44859
  ],
45107
44860
  "exports": [
@@ -45317,7 +45070,7 @@
45317
45070
  {
45318
45071
  "kind": "field",
45319
45072
  "name": "_i18nController",
45320
- "privacy": "private",
45073
+ "privacy": "protected",
45321
45074
  "readonly": true
45322
45075
  },
45323
45076
  {
@@ -45511,7 +45264,7 @@
45511
45264
  "kind": "field",
45512
45265
  "name": "locale",
45513
45266
  "privacy": "public",
45514
- "description": "Gets/Sets the locale used for formatting and displaying the dates in the component.",
45267
+ "description": "Gets/Sets the locale used for getting language, affecting resource strings.",
45515
45268
  "attribute": "locale"
45516
45269
  },
45517
45270
  {
@@ -45567,11 +45320,7 @@
45567
45320
  "privacy": "public",
45568
45321
  "description": "The resource strings for localization.",
45569
45322
  "type": {
45570
- "text": "IValidationResourceStrings"
45571
- },
45572
- "inheritedFrom": {
45573
- "name": "BaseFormAssociated",
45574
- "module": "src/components/common/mixins/forms/associated.ts"
45323
+ "text": "IComboResourceStrings"
45575
45324
  }
45576
45325
  },
45577
45326
  {
@@ -46054,6 +45803,11 @@
46054
45803
  "name": "toggleCaseSensitivity",
46055
45804
  "privacy": "protected"
46056
45805
  },
45806
+ {
45807
+ "kind": "method",
45808
+ "name": "getMainAriaLabel",
45809
+ "privacy": "protected"
45810
+ },
46057
45811
  {
46058
45812
  "kind": "method",
46059
45813
  "name": "_stopPropagation",
@@ -46173,16 +45927,6 @@
46173
45927
  "module": "src/components/common/mixins/forms/associated.ts"
46174
45928
  }
46175
45929
  },
46176
- {
46177
- "kind": "field",
46178
- "name": "__i18nController",
46179
- "privacy": "private",
46180
- "readonly": true,
46181
- "inheritedFrom": {
46182
- "name": "BaseFormAssociated",
46183
- "module": "src/components/common/mixins/forms/associated.ts"
46184
- }
46185
- },
46186
45930
  {
46187
45931
  "kind": "field",
46188
45932
  "name": "_isFormSubmit",
@@ -46797,7 +46541,7 @@
46797
46541
  },
46798
46542
  {
46799
46543
  "name": "locale",
46800
- "description": "Gets/Sets the locale used for formatting and displaying the dates in the component.",
46544
+ "description": "Gets/Sets the locale used for getting language, affecting resource strings.",
46801
46545
  "fieldName": "locale",
46802
46546
  "attribute": "locale"
46803
46547
  },
@@ -47020,7 +46764,7 @@
47020
46764
  "type": {
47021
46765
  "text": "Validator<IgcDatePickerComponent>[]"
47022
46766
  },
47023
- "default": "[ requiredValidator, minDateValidator, maxDateValidator, { key: 'badInput', messageResourceKey: validationResourcesKeys.disabledDate, messageFormat: (message, { value }) => formatString(message, value), isValid: ({ value, disabledDates }) => value && disabledDates ? !isDateInRanges(value, disabledDates) : true, }, ]"
46767
+ "default": "[ requiredValidator, minDateValidator, maxDateValidator, { key: 'badInput', message: ({ value }) => formatString( ValidationResourceStringsEN.disabled_date_validation_error!, value ), isValid: ({ value, disabledDates }) => value && disabledDates ? !isDateInRanges(value, disabledDates) : true, }, ]"
47024
46768
  }
47025
46769
  ],
47026
46770
  "exports": [
@@ -47345,6 +47089,13 @@
47345
47089
  "privacy": "private",
47346
47090
  "readonly": true
47347
47091
  },
47092
+ {
47093
+ "kind": "field",
47094
+ "name": "_i18nController",
47095
+ "privacy": "protected",
47096
+ "readonly": true,
47097
+ "description": "For now we use the core validation strings internally only, to avoid mixing with old resources by users.\nTo Do: Update resourceStrings type when the IgcCalendarResourceStrings is changed to ICalendarResourceStrings"
47098
+ },
47348
47099
  {
47349
47100
  "kind": "field",
47350
47101
  "name": "_oldValue",
@@ -47354,12 +47105,6 @@
47354
47105
  "privacy": "private",
47355
47106
  "default": "null"
47356
47107
  },
47357
- {
47358
- "kind": "field",
47359
- "name": "_i18nController",
47360
- "privacy": "private",
47361
- "readonly": true
47362
- },
47363
47108
  {
47364
47109
  "kind": "field",
47365
47110
  "name": "_activeDate",
@@ -47405,7 +47150,7 @@
47405
47150
  },
47406
47151
  {
47407
47152
  "kind": "field",
47408
- "name": "_displayFormat",
47153
+ "name": "_inputFormat",
47409
47154
  "type": {
47410
47155
  "text": "string | undefined"
47411
47156
  },
@@ -47413,7 +47158,7 @@
47413
47158
  },
47414
47159
  {
47415
47160
  "kind": "field",
47416
- "name": "_inputFormat",
47161
+ "name": "_displayFormat",
47417
47162
  "type": {
47418
47163
  "text": "string | undefined"
47419
47164
  },
@@ -47702,7 +47447,7 @@
47702
47447
  "kind": "field",
47703
47448
  "name": "displayFormat",
47704
47449
  "privacy": "public",
47705
- "description": "Format to display the value in when not editing.\nDefaults to the input format if not set.",
47450
+ "description": "Format to display the value in when not editing.\nDefaults to the locale format if not set.",
47706
47451
  "attribute": "display-format",
47707
47452
  "type": {
47708
47453
  "text": "string"
@@ -47742,11 +47487,7 @@
47742
47487
  "privacy": "public",
47743
47488
  "description": "The resource strings for localization.",
47744
47489
  "type": {
47745
- "text": "IValidationResourceStrings"
47746
- },
47747
- "inheritedFrom": {
47748
- "name": "BaseFormAssociated",
47749
- "module": "src/components/common/mixins/forms/associated.ts"
47490
+ "text": "IgcCalendarResourceStrings"
47750
47491
  }
47751
47492
  },
47752
47493
  {
@@ -48259,16 +48000,6 @@
48259
48000
  "module": "src/components/common/mixins/forms/associated.ts"
48260
48001
  }
48261
48002
  },
48262
- {
48263
- "kind": "field",
48264
- "name": "__i18nController",
48265
- "privacy": "private",
48266
- "readonly": true,
48267
- "inheritedFrom": {
48268
- "name": "BaseFormAssociated",
48269
- "module": "src/components/common/mixins/forms/associated.ts"
48270
- }
48271
- },
48272
48003
  {
48273
48004
  "kind": "field",
48274
48005
  "name": "_isFormSubmit",
@@ -49241,7 +48972,7 @@
49241
48972
  },
49242
48973
  {
49243
48974
  "name": "display-format",
49244
- "description": "Format to display the value in when not editing.\nDefaults to the input format if not set.",
48975
+ "description": "Format to display the value in when not editing.\nDefaults to the locale format if not set.",
49245
48976
  "fieldName": "displayFormat",
49246
48977
  "attribute": "display-format",
49247
48978
  "type": {
@@ -52434,16 +52165,6 @@
52434
52165
  "module": "src/components/common/mixins/forms/associated.ts"
52435
52166
  }
52436
52167
  },
52437
- {
52438
- "kind": "field",
52439
- "name": "__i18nController",
52440
- "privacy": "private",
52441
- "readonly": true,
52442
- "inheritedFrom": {
52443
- "name": "BaseFormAssociated",
52444
- "module": "src/components/common/mixins/forms/associated.ts"
52445
- }
52446
- },
52447
52168
  {
52448
52169
  "kind": "field",
52449
52170
  "name": "_isFormSubmit",
@@ -52663,19 +52384,6 @@
52663
52384
  "module": "src/components/common/mixins/forms/associated.ts"
52664
52385
  }
52665
52386
  },
52666
- {
52667
- "kind": "field",
52668
- "name": "resourceStrings",
52669
- "privacy": "public",
52670
- "description": "The resource strings for localization.",
52671
- "type": {
52672
- "text": "IValidationResourceStrings"
52673
- },
52674
- "inheritedFrom": {
52675
- "name": "BaseFormAssociated",
52676
- "module": "src/components/common/mixins/forms/associated.ts"
52677
- }
52678
- },
52679
52387
  {
52680
52388
  "kind": "method",
52681
52389
  "name": "_handleInvalid",
@@ -54013,7 +53721,7 @@
54013
53721
  "type": {
54014
53722
  "text": "Validator<IgcMaskInputComponent>[]"
54015
53723
  },
54016
- "default": "[ requiredValidator, { key: 'badInput', messageResourceKey: validationResourcesKeys.mask, // @ts-expect-error - protected access isValid: ({ _parser, _maskedValue }) => _parser.isValidString(_maskedValue), }, ]"
53724
+ "default": "[ requiredValidator, { key: 'badInput', message: ValidationResourceStringsEN.mask_validation_error!, // @ts-expect-error - protected access isValid: ({ _parser, _maskedValue }) => _parser.isValidString(_maskedValue), }, ]"
54017
53725
  }
54018
53726
  ],
54019
53727
  "exports": [
@@ -54659,16 +54367,6 @@
54659
54367
  "module": "src/components/input/input-base.ts"
54660
54368
  }
54661
54369
  },
54662
- {
54663
- "kind": "field",
54664
- "name": "__i18nController",
54665
- "privacy": "private",
54666
- "readonly": true,
54667
- "inheritedFrom": {
54668
- "name": "IgcInputBaseComponent",
54669
- "module": "src/components/input/input-base.ts"
54670
- }
54671
- },
54672
54370
  {
54673
54371
  "kind": "field",
54674
54372
  "name": "_isFormSubmit",
@@ -54888,19 +54586,6 @@
54888
54586
  "module": "src/components/input/input-base.ts"
54889
54587
  }
54890
54588
  },
54891
- {
54892
- "kind": "field",
54893
- "name": "resourceStrings",
54894
- "privacy": "public",
54895
- "description": "The resource strings for localization.",
54896
- "type": {
54897
- "text": "IValidationResourceStrings"
54898
- },
54899
- "inheritedFrom": {
54900
- "name": "IgcInputBaseComponent",
54901
- "module": "src/components/input/input-base.ts"
54902
- }
54903
- },
54904
54589
  {
54905
54590
  "kind": "method",
54906
54591
  "name": "_handleInvalid",
@@ -56226,7 +55911,7 @@
56226
55911
  "type": {
56227
55912
  "text": "Validator<IgcRadioComponent>[]"
56228
55913
  },
56229
- "default": "[ { key: 'valueMissing', messageResourceKey: validationResourcesKeys.required, isValid: (host) => { const { radios, checked } = getGroup(host); return radios.some((radio) => radio.required) ? checked.length > 0 : true; }, }, ]"
55914
+ "default": "[ { key: 'valueMissing', message: ValidationResourceStringsEN.required_validation_error!, isValid: (host) => { const { radios, checked } = getGroup(host); return radios.some((radio) => radio.required) ? checked.length > 0 : true; }, }, ]"
56230
55915
  }
56231
55916
  ],
56232
55917
  "exports": [
@@ -56746,16 +56431,6 @@
56746
56431
  "module": "src/components/common/mixins/forms/associated.ts"
56747
56432
  }
56748
56433
  },
56749
- {
56750
- "kind": "field",
56751
- "name": "__i18nController",
56752
- "privacy": "private",
56753
- "readonly": true,
56754
- "inheritedFrom": {
56755
- "name": "BaseFormAssociated",
56756
- "module": "src/components/common/mixins/forms/associated.ts"
56757
- }
56758
- },
56759
56434
  {
56760
56435
  "kind": "field",
56761
56436
  "name": "_isFormSubmit",
@@ -56975,19 +56650,6 @@
56975
56650
  "module": "src/components/common/mixins/forms/associated.ts"
56976
56651
  }
56977
56652
  },
56978
- {
56979
- "kind": "field",
56980
- "name": "resourceStrings",
56981
- "privacy": "public",
56982
- "description": "The resource strings for localization.",
56983
- "type": {
56984
- "text": "IValidationResourceStrings"
56985
- },
56986
- "inheritedFrom": {
56987
- "name": "BaseFormAssociated",
56988
- "module": "src/components/common/mixins/forms/associated.ts"
56989
- }
56990
- },
56991
56653
  {
56992
56654
  "kind": "method",
56993
56655
  "name": "_handleInvalid",
@@ -58188,16 +57850,6 @@
58188
57850
  "module": "src/components/common/mixins/forms/associated.ts"
58189
57851
  }
58190
57852
  },
58191
- {
58192
- "kind": "field",
58193
- "name": "__i18nController",
58194
- "privacy": "private",
58195
- "readonly": true,
58196
- "inheritedFrom": {
58197
- "name": "BaseFormAssociated",
58198
- "module": "src/components/common/mixins/forms/associated.ts"
58199
- }
58200
- },
58201
57853
  {
58202
57854
  "kind": "field",
58203
57855
  "name": "_isFormSubmit",
@@ -58430,19 +58082,6 @@
58430
58082
  "module": "src/components/common/mixins/forms/associated.ts"
58431
58083
  }
58432
58084
  },
58433
- {
58434
- "kind": "field",
58435
- "name": "resourceStrings",
58436
- "privacy": "public",
58437
- "description": "The resource strings for localization.",
58438
- "type": {
58439
- "text": "IValidationResourceStrings"
58440
- },
58441
- "inheritedFrom": {
58442
- "name": "BaseFormAssociated",
58443
- "module": "src/components/common/mixins/forms/associated.ts"
58444
- }
58445
- },
58446
58085
  {
58447
58086
  "kind": "method",
58448
58087
  "name": "_handleInvalid",
@@ -59055,13 +58694,26 @@
59055
58694
  }
59056
58695
  },
59057
58696
  {
59058
- "kind": "field",
59059
- "name": "handler",
59060
- "privacy": "private"
58697
+ "kind": "method",
58698
+ "name": "_handler",
58699
+ "privacy": "private",
58700
+ "return": {
58701
+ "type": {
58702
+ "text": "Promise<void>"
58703
+ }
58704
+ },
58705
+ "parameters": [
58706
+ {
58707
+ "name": "event",
58708
+ "type": {
58709
+ "text": "PointerEvent"
58710
+ }
58711
+ }
58712
+ ]
59061
58713
  },
59062
58714
  {
59063
58715
  "kind": "method",
59064
- "name": "getDimensions",
58716
+ "name": "_getDimensions",
59065
58717
  "privacy": "private",
59066
58718
  "parameters": [
59067
58719
  {
@@ -62254,16 +61906,6 @@
62254
61906
  "module": "src/components/common/mixins/forms/associated.ts"
62255
61907
  }
62256
61908
  },
62257
- {
62258
- "kind": "field",
62259
- "name": "__i18nController",
62260
- "privacy": "private",
62261
- "readonly": true,
62262
- "inheritedFrom": {
62263
- "name": "BaseFormAssociated",
62264
- "module": "src/components/common/mixins/forms/associated.ts"
62265
- }
62266
- },
62267
61909
  {
62268
61910
  "kind": "field",
62269
61911
  "name": "_isFormSubmit",
@@ -62496,19 +62138,6 @@
62496
62138
  "module": "src/components/common/mixins/forms/associated.ts"
62497
62139
  }
62498
62140
  },
62499
- {
62500
- "kind": "field",
62501
- "name": "resourceStrings",
62502
- "privacy": "public",
62503
- "description": "The resource strings for localization.",
62504
- "type": {
62505
- "text": "IValidationResourceStrings"
62506
- },
62507
- "inheritedFrom": {
62508
- "name": "BaseFormAssociated",
62509
- "module": "src/components/common/mixins/forms/associated.ts"
62510
- }
62511
- },
62512
62141
  {
62513
62142
  "kind": "method",
62514
62143
  "name": "_handleInvalid",
@@ -65033,16 +64662,6 @@
65033
64662
  "module": "src/components/checkbox/checkbox-base.ts"
65034
64663
  }
65035
64664
  },
65036
- {
65037
- "kind": "field",
65038
- "name": "__i18nController",
65039
- "privacy": "private",
65040
- "readonly": true,
65041
- "inheritedFrom": {
65042
- "name": "IgcCheckboxBaseComponent",
65043
- "module": "src/components/checkbox/checkbox-base.ts"
65044
- }
65045
- },
65046
64665
  {
65047
64666
  "kind": "field",
65048
64667
  "name": "_formValue",
@@ -65288,19 +64907,6 @@
65288
64907
  "module": "src/components/checkbox/checkbox-base.ts"
65289
64908
  }
65290
64909
  },
65291
- {
65292
- "kind": "field",
65293
- "name": "resourceStrings",
65294
- "privacy": "public",
65295
- "description": "The resource strings for localization.",
65296
- "type": {
65297
- "text": "IValidationResourceStrings"
65298
- },
65299
- "inheritedFrom": {
65300
- "name": "IgcCheckboxBaseComponent",
65301
- "module": "src/components/checkbox/checkbox-base.ts"
65302
- }
65303
- },
65304
64910
  {
65305
64911
  "kind": "method",
65306
64912
  "name": "_handleInvalid",
@@ -67655,6 +67261,12 @@
67655
67261
  "privacy": "public",
67656
67262
  "static": true
67657
67263
  },
67264
+ {
67265
+ "kind": "field",
67266
+ "name": "_i18nController",
67267
+ "privacy": "private",
67268
+ "readonly": true
67269
+ },
67658
67270
  {
67659
67271
  "kind": "field",
67660
67272
  "name": "singleBranchExpand",
@@ -67694,6 +67306,22 @@
67694
67306
  "text": "'none' | 'multiple' | 'cascade'"
67695
67307
  }
67696
67308
  },
67309
+ {
67310
+ "kind": "field",
67311
+ "name": "locale",
67312
+ "privacy": "public",
67313
+ "description": "Gets/Sets the locale used for getting language, affecting resource strings.",
67314
+ "attribute": "locale"
67315
+ },
67316
+ {
67317
+ "kind": "field",
67318
+ "name": "resourceStrings",
67319
+ "privacy": "public",
67320
+ "description": "The resource strings for localization.\nCurrently only aria-labels of the default expand/collapse icons are localized for the tree item.",
67321
+ "type": {
67322
+ "text": "ITreeResourceStrings"
67323
+ }
67324
+ },
67697
67325
  {
67698
67326
  "kind": "method",
67699
67327
  "name": "onDirChange",
@@ -68023,6 +67651,12 @@
68023
67651
  "expandedType": {
68024
67652
  "text": "'none' | 'multiple' | 'cascade'"
68025
67653
  }
67654
+ },
67655
+ {
67656
+ "name": "locale",
67657
+ "description": "Gets/Sets the locale used for getting language, affecting resource strings.",
67658
+ "fieldName": "locale",
67659
+ "attribute": "locale"
68026
67660
  }
68027
67661
  ],
68028
67662
  "mixins": [
@@ -69915,6 +69549,22 @@
69915
69549
  "module": "./components/common/i18n/EN/calendar.resources.js"
69916
69550
  }
69917
69551
  },
69552
+ {
69553
+ "kind": "js",
69554
+ "name": "IgcDateRangePickerResourceStringsEN",
69555
+ "declaration": {
69556
+ "name": "IgcDateRangePickerResourceStringsEN",
69557
+ "module": "./components/common/i18n/EN/date-range-picker.resources.js"
69558
+ }
69559
+ },
69560
+ {
69561
+ "kind": "js",
69562
+ "name": "IgcDateRangePickerResourceStrings",
69563
+ "declaration": {
69564
+ "name": "IgcDateRangePickerResourceStrings",
69565
+ "module": "./components/common/i18n/EN/date-range-picker.resources.js"
69566
+ }
69567
+ },
69918
69568
  {
69919
69569
  "kind": "js",
69920
69570
  "name": "IgcChatResourceStringEN",
@@ -69949,17 +69599,17 @@
69949
69599
  },
69950
69600
  {
69951
69601
  "kind": "js",
69952
- "name": "IComboResourceStrings",
69602
+ "name": "IChipResourceStrings",
69953
69603
  "declaration": {
69954
- "name": "IComboResourceStrings",
69604
+ "name": "IChipResourceStrings",
69955
69605
  "package": "igniteui-i18n-core"
69956
69606
  }
69957
69607
  },
69958
69608
  {
69959
69609
  "kind": "js",
69960
- "name": "IChipResourceStrings",
69610
+ "name": "IComboResourceStrings",
69961
69611
  "declaration": {
69962
- "name": "IChipResourceStrings",
69612
+ "name": "IComboResourceStrings",
69963
69613
  "package": "igniteui-i18n-core"
69964
69614
  }
69965
69615
  },
@@ -69973,33 +69623,33 @@
69973
69623
  },
69974
69624
  {
69975
69625
  "kind": "js",
69976
- "name": "IValidationResourceStrings",
69626
+ "name": "IFileInputResourceStrings",
69977
69627
  "declaration": {
69978
- "name": "IValidationResourceStrings",
69628
+ "name": "IFileInputResourceStrings",
69979
69629
  "package": "igniteui-i18n-core"
69980
69630
  }
69981
69631
  },
69982
69632
  {
69983
69633
  "kind": "js",
69984
- "name": "CalendarResourceStringsEN",
69634
+ "name": "ITreeResourceStrings",
69985
69635
  "declaration": {
69986
- "name": "CalendarResourceStringsEN",
69636
+ "name": "ITreeResourceStrings",
69987
69637
  "package": "igniteui-i18n-core"
69988
69638
  }
69989
69639
  },
69990
69640
  {
69991
69641
  "kind": "js",
69992
- "name": "CarouselResourceStringsEN",
69642
+ "name": "CalendarResourceStringsEN",
69993
69643
  "declaration": {
69994
- "name": "CarouselResourceStringsEN",
69644
+ "name": "CalendarResourceStringsEN",
69995
69645
  "package": "igniteui-i18n-core"
69996
69646
  }
69997
69647
  },
69998
69648
  {
69999
69649
  "kind": "js",
70000
- "name": "ComboResourceStringsEN",
69650
+ "name": "CarouselResourceStringsEN",
70001
69651
  "declaration": {
70002
- "name": "ComboResourceStringsEN",
69652
+ "name": "CarouselResourceStringsEN",
70003
69653
  "package": "igniteui-i18n-core"
70004
69654
  }
70005
69655
  },
@@ -70013,49 +69663,49 @@
70013
69663
  },
70014
69664
  {
70015
69665
  "kind": "js",
70016
- "name": "DateRangePickerResourceStringsEN",
69666
+ "name": "ComboResourceStringsEN",
70017
69667
  "declaration": {
70018
- "name": "DateRangePickerResourceStringsEN",
69668
+ "name": "ComboResourceStringsEN",
70019
69669
  "package": "igniteui-i18n-core"
70020
69670
  }
70021
69671
  },
70022
69672
  {
70023
69673
  "kind": "js",
70024
- "name": "ValidationResourceStringsEN",
69674
+ "name": "DateRangePickerResourceStringsEN",
70025
69675
  "declaration": {
70026
- "name": "ValidationResourceStringsEN",
69676
+ "name": "DateRangePickerResourceStringsEN",
70027
69677
  "package": "igniteui-i18n-core"
70028
69678
  }
70029
69679
  },
70030
69680
  {
70031
69681
  "kind": "js",
70032
- "name": "registerI18n",
69682
+ "name": "FileInputResourceStringsEN",
70033
69683
  "declaration": {
70034
- "name": "registerI18n",
69684
+ "name": "FileInputResourceStringsEN",
70035
69685
  "package": "igniteui-i18n-core"
70036
69686
  }
70037
69687
  },
70038
69688
  {
70039
69689
  "kind": "js",
70040
- "name": "setCurrentI18n",
69690
+ "name": "TreeResourceStringsEN",
70041
69691
  "declaration": {
70042
- "name": "setCurrentI18n",
69692
+ "name": "TreeResourceStringsEN",
70043
69693
  "package": "igniteui-i18n-core"
70044
69694
  }
70045
69695
  },
70046
69696
  {
70047
69697
  "kind": "js",
70048
- "name": "getCurrentI18n",
69698
+ "name": "registerI18n",
70049
69699
  "declaration": {
70050
- "name": "getCurrentI18n",
69700
+ "name": "registerI18n",
70051
69701
  "package": "igniteui-i18n-core"
70052
69702
  }
70053
69703
  },
70054
69704
  {
70055
69705
  "kind": "js",
70056
- "name": "getCurrentResourceStrings",
69706
+ "name": "setCurrentI18n",
70057
69707
  "declaration": {
70058
- "name": "getCurrentResourceStrings",
69708
+ "name": "setCurrentI18n",
70059
69709
  "package": "igniteui-i18n-core"
70060
69710
  }
70061
69711
  },