igniteui-webcomponents 6.3.3 → 6.4.0-alpha.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 (261) hide show
  1. package/CHANGELOG.md +13 -0
  2. package/README.md +3 -0
  3. package/components/badge/themes/dark/badge.bootstrap.css.js +1 -1
  4. package/components/badge/themes/dark/badge.bootstrap.css.js.map +1 -1
  5. package/components/badge/themes/dark/badge.fluent.css.js +1 -1
  6. package/components/badge/themes/dark/badge.fluent.css.js.map +1 -1
  7. package/components/badge/themes/dark/badge.indigo.css.js +1 -1
  8. package/components/badge/themes/dark/badge.indigo.css.js.map +1 -1
  9. package/components/badge/themes/dark/badge.material.css.js +1 -1
  10. package/components/badge/themes/dark/badge.material.css.js.map +1 -1
  11. package/components/badge/themes/light/badge.bootstrap.css.js +1 -1
  12. package/components/badge/themes/light/badge.bootstrap.css.js.map +1 -1
  13. package/components/badge/themes/light/badge.fluent.css.js +1 -1
  14. package/components/badge/themes/light/badge.fluent.css.js.map +1 -1
  15. package/components/badge/themes/light/badge.indigo.css.js +1 -1
  16. package/components/badge/themes/light/badge.indigo.css.js.map +1 -1
  17. package/components/badge/themes/light/badge.material.css.js +1 -1
  18. package/components/badge/themes/light/badge.material.css.js.map +1 -1
  19. package/components/badge/themes/light/badge.shared.css.js +1 -1
  20. package/components/badge/themes/light/badge.shared.css.js.map +1 -1
  21. package/components/calendar/base.d.ts +9 -1
  22. package/components/calendar/base.js +21 -2
  23. package/components/calendar/base.js.map +1 -1
  24. package/components/calendar/calendar.d.ts +0 -4
  25. package/components/calendar/calendar.js +0 -5
  26. package/components/calendar/calendar.js.map +1 -1
  27. package/components/calendar/days-view/days-view.d.ts +0 -2
  28. package/components/calendar/days-view/days-view.js +0 -5
  29. package/components/calendar/days-view/days-view.js.map +1 -1
  30. package/components/carousel/carousel.d.ts +19 -2
  31. package/components/carousel/carousel.js +41 -6
  32. package/components/carousel/carousel.js.map +1 -1
  33. package/components/carousel/themes/dark/carousel.indigo.css.js +1 -1
  34. package/components/carousel/themes/dark/carousel.indigo.css.js.map +1 -1
  35. package/components/carousel/themes/light/carousel.indigo.css.js +1 -1
  36. package/components/carousel/themes/light/carousel.indigo.css.js.map +1 -1
  37. package/components/carousel/themes/shared/carousel.common.css.js +1 -1
  38. package/components/carousel/themes/shared/carousel.common.css.js.map +1 -1
  39. package/components/carousel/themes/shared/carousel.indigo.css.js +1 -1
  40. package/components/carousel/themes/shared/carousel.indigo.css.js.map +1 -1
  41. package/components/carousel/themes/shared/indicator-container/indicator-container.common.css.js +1 -1
  42. package/components/carousel/themes/shared/indicator-container/indicator-container.common.css.js.map +1 -1
  43. package/components/chat/chat-input.d.ts +4 -0
  44. package/components/chat/chat-input.js +29 -5
  45. package/components/chat/chat-input.js.map +1 -1
  46. package/components/chat/chat-state.d.ts +3 -4
  47. package/components/chat/chat-state.js +4 -23
  48. package/components/chat/chat-state.js.map +1 -1
  49. package/components/chat/chat.d.ts +1 -1
  50. package/components/chat/chat.js +22 -20
  51. package/components/chat/chat.js.map +1 -1
  52. package/components/chat/themes/chat.base.css.js +1 -1
  53. package/components/chat/themes/chat.base.css.js.map +1 -1
  54. package/components/chat/utils.js +3 -0
  55. package/components/chat/utils.js.map +1 -1
  56. package/components/checkbox/themes/dark/checkbox/checkbox.fluent.css.js +1 -1
  57. package/components/checkbox/themes/dark/checkbox/checkbox.fluent.css.js.map +1 -1
  58. package/components/checkbox/themes/light/checkbox/checkbox.fluent.css.js +1 -1
  59. package/components/checkbox/themes/light/checkbox/checkbox.fluent.css.js.map +1 -1
  60. package/components/checkbox/themes/light/checkbox/checkbox.shared.css.js +1 -1
  61. package/components/checkbox/themes/light/checkbox/checkbox.shared.css.js.map +1 -1
  62. package/components/checkbox/themes/shared/checkbox/checkbox.bootstrap.css.js +1 -1
  63. package/components/checkbox/themes/shared/checkbox/checkbox.bootstrap.css.js.map +1 -1
  64. package/components/checkbox/themes/shared/checkbox/checkbox.common.css.js +1 -1
  65. package/components/checkbox/themes/shared/checkbox/checkbox.common.css.js.map +1 -1
  66. package/components/checkbox/themes/shared/checkbox/checkbox.fluent.css.js +1 -1
  67. package/components/checkbox/themes/shared/checkbox/checkbox.fluent.css.js.map +1 -1
  68. package/components/checkbox/themes/shared/checkbox/checkbox.indigo.css.js +1 -1
  69. package/components/checkbox/themes/shared/checkbox/checkbox.indigo.css.js.map +1 -1
  70. package/components/checkbox/themes/shared/checkbox/checkbox.material.css.js +1 -1
  71. package/components/checkbox/themes/shared/checkbox/checkbox.material.css.js.map +1 -1
  72. package/components/chip/chip.d.ts +13 -0
  73. package/components/chip/chip.js +29 -2
  74. package/components/chip/chip.js.map +1 -1
  75. package/components/chip/themes/chip.base.css.js +1 -1
  76. package/components/chip/themes/chip.base.css.js.map +1 -1
  77. package/components/chip/themes/shared/chip.bootstrap.css.js +1 -1
  78. package/components/chip/themes/shared/chip.bootstrap.css.js.map +1 -1
  79. package/components/chip/themes/shared/chip.common.css.js +1 -1
  80. package/components/chip/themes/shared/chip.common.css.js.map +1 -1
  81. package/components/chip/themes/shared/chip.fluent.css.js +1 -1
  82. package/components/chip/themes/shared/chip.fluent.css.js.map +1 -1
  83. package/components/chip/themes/shared/chip.indigo.css.js +1 -1
  84. package/components/chip/themes/shared/chip.indigo.css.js.map +1 -1
  85. package/components/combo/combo.d.ts +22 -1
  86. package/components/combo/combo.js +38 -4
  87. package/components/combo/combo.js.map +1 -1
  88. package/components/combo/operations/group.d.ts +0 -1
  89. package/components/combo/operations/group.js +19 -23
  90. package/components/combo/operations/group.js.map +1 -1
  91. package/components/combo/themes/combo-header.base.css.js +1 -1
  92. package/components/combo/themes/combo-header.base.css.js.map +1 -1
  93. package/components/combo/themes/combo-item.base.css.js +1 -1
  94. package/components/combo/themes/combo-item.base.css.js.map +1 -1
  95. package/components/combo/themes/combo.base.css.js +1 -1
  96. package/components/combo/themes/combo.base.css.js.map +1 -1
  97. package/components/combo/themes/shared/combo.bootstrap.css.js +1 -1
  98. package/components/combo/themes/shared/combo.bootstrap.css.js.map +1 -1
  99. package/components/combo/themes/shared/combo.fluent.css.js +1 -1
  100. package/components/combo/themes/shared/combo.fluent.css.js.map +1 -1
  101. package/components/combo/themes/shared/combo.indigo.css.js +1 -1
  102. package/components/combo/themes/shared/combo.indigo.css.js.map +1 -1
  103. package/components/combo/themes/shared/combo.material.css.js +1 -1
  104. package/components/combo/themes/shared/combo.material.css.js.map +1 -1
  105. package/components/combo/validators.js +2 -2
  106. package/components/combo/validators.js.map +1 -1
  107. package/components/common/i18n/EN/calendar.resources.js +4 -0
  108. package/components/common/i18n/EN/calendar.resources.js.map +1 -0
  109. package/components/common/i18n/EN/chat.resources.js.map +1 -0
  110. package/components/common/i18n/EN/date-range-picker.resources.js +8 -0
  111. package/components/common/i18n/EN/date-range-picker.resources.js.map +1 -0
  112. package/components/common/i18n/i18n-controller.d.ts +74 -0
  113. package/components/common/i18n/i18n-controller.js +89 -0
  114. package/components/common/i18n/i18n-controller.js.map +1 -0
  115. package/components/common/i18n/utils.d.ts +19 -0
  116. package/components/common/i18n/utils.js +100 -0
  117. package/components/common/i18n/utils.js.map +1 -0
  118. package/components/common/mixins/forms/associated.js +23 -3
  119. package/components/common/mixins/forms/associated.js.map +1 -1
  120. package/components/common/util.d.ts +0 -1
  121. package/components/common/util.js +0 -15
  122. package/components/common/util.js.map +1 -1
  123. package/components/common/validators.d.ts +4 -2
  124. package/components/common/validators.js +19 -13
  125. package/components/common/validators.js.map +1 -1
  126. package/components/date-picker/date-picker.d.ts +13 -8
  127. package/components/date-picker/date-picker.js +20 -6
  128. package/components/date-picker/date-picker.js.map +1 -1
  129. package/components/date-picker/themes/dark/date-picker.bootstrap.css.js +1 -1
  130. package/components/date-picker/themes/dark/date-picker.bootstrap.css.js.map +1 -1
  131. package/components/date-picker/themes/date-picker.base.css.js +1 -1
  132. package/components/date-picker/themes/date-picker.base.css.js.map +1 -1
  133. package/components/date-picker/themes/light/date-picker.bootstrap.css.js +1 -1
  134. package/components/date-picker/themes/light/date-picker.bootstrap.css.js.map +1 -1
  135. package/components/date-picker/themes/shared/date-picker.bootstrap.css.js +1 -1
  136. package/components/date-picker/themes/shared/date-picker.bootstrap.css.js.map +1 -1
  137. package/components/date-picker/themes/shared/date-picker.common.css.js +1 -1
  138. package/components/date-picker/themes/shared/date-picker.common.css.js.map +1 -1
  139. package/components/date-picker/themes/shared/date-picker.fluent.css.js +1 -1
  140. package/components/date-picker/themes/shared/date-picker.fluent.css.js.map +1 -1
  141. package/components/date-picker/themes/shared/date-picker.indigo.css.js +1 -1
  142. package/components/date-picker/themes/shared/date-picker.indigo.css.js.map +1 -1
  143. package/components/date-picker/themes/shared/date-picker.material.css.js +1 -1
  144. package/components/date-picker/themes/shared/date-picker.material.css.js.map +1 -1
  145. package/components/date-picker/validators.js +3 -2
  146. package/components/date-picker/validators.js.map +1 -1
  147. package/components/date-range-picker/date-range-picker.base.css.js +1 -1
  148. package/components/date-range-picker/date-range-picker.base.css.js.map +1 -1
  149. package/components/date-range-picker/date-range-picker.d.ts +6 -2
  150. package/components/date-range-picker/date-range-picker.js +19 -5
  151. package/components/date-range-picker/date-range-picker.js.map +1 -1
  152. package/components/date-range-picker/predefined-ranges-area.d.ts +4 -2
  153. package/components/date-range-picker/predefined-ranges-area.js +12 -3
  154. package/components/date-range-picker/predefined-ranges-area.js.map +1 -1
  155. package/components/date-range-picker/themes/dark/date-range-picker.bootstrap.css.js +1 -1
  156. package/components/date-range-picker/themes/dark/date-range-picker.bootstrap.css.js.map +1 -1
  157. package/components/date-range-picker/themes/dark/date-range-picker.fluent.css.js +1 -1
  158. package/components/date-range-picker/themes/dark/date-range-picker.fluent.css.js.map +1 -1
  159. package/components/date-range-picker/themes/dark/date-range-picker.indigo.css.js +1 -1
  160. package/components/date-range-picker/themes/dark/date-range-picker.indigo.css.js.map +1 -1
  161. package/components/date-range-picker/themes/dark/date-range-picker.material.css.js +1 -1
  162. package/components/date-range-picker/themes/dark/date-range-picker.material.css.js.map +1 -1
  163. package/components/date-range-picker/themes/light/date-range-picker.bootstrap.css.js +1 -1
  164. package/components/date-range-picker/themes/light/date-range-picker.bootstrap.css.js.map +1 -1
  165. package/components/date-range-picker/themes/light/date-range-picker.fluent.css.js +1 -1
  166. package/components/date-range-picker/themes/light/date-range-picker.fluent.css.js.map +1 -1
  167. package/components/date-range-picker/themes/light/date-range-picker.indigo.css.js +1 -1
  168. package/components/date-range-picker/themes/light/date-range-picker.indigo.css.js.map +1 -1
  169. package/components/date-range-picker/themes/light/date-range-picker.material.css.js +1 -1
  170. package/components/date-range-picker/themes/light/date-range-picker.material.css.js.map +1 -1
  171. package/components/date-range-picker/themes/light/date-range-picker.shared.css.js +1 -1
  172. package/components/date-range-picker/themes/light/date-range-picker.shared.css.js.map +1 -1
  173. package/components/date-range-picker/themes/shared/date-range-picker.bootstrap.css.js +1 -1
  174. package/components/date-range-picker/themes/shared/date-range-picker.bootstrap.css.js.map +1 -1
  175. package/components/date-range-picker/themes/shared/date-range-picker.common.css.js +1 -1
  176. package/components/date-range-picker/themes/shared/date-range-picker.common.css.js.map +1 -1
  177. package/components/date-range-picker/themes/shared/date-range-picker.fluent.css.js +1 -1
  178. package/components/date-range-picker/themes/shared/date-range-picker.fluent.css.js.map +1 -1
  179. package/components/date-range-picker/themes/shared/date-range-picker.indigo.css.js +1 -1
  180. package/components/date-range-picker/themes/shared/date-range-picker.indigo.css.js.map +1 -1
  181. package/components/date-range-picker/themes/shared/date-range-picker.material.css.js +1 -1
  182. package/components/date-range-picker/themes/shared/date-range-picker.material.css.js.map +1 -1
  183. package/components/date-range-picker/validators.js +8 -5
  184. package/components/date-range-picker/validators.js.map +1 -1
  185. package/components/date-time-input/date-time-input.d.ts +5 -3
  186. package/components/date-time-input/date-time-input.js +14 -2
  187. package/components/date-time-input/date-time-input.js.map +1 -1
  188. package/components/input/themes/dark/input.bootstrap.css.js +1 -1
  189. package/components/input/themes/dark/input.bootstrap.css.js.map +1 -1
  190. package/components/input/themes/input.base.css.js +1 -1
  191. package/components/input/themes/input.base.css.js.map +1 -1
  192. package/components/input/themes/light/input.bootstrap.css.js +1 -1
  193. package/components/input/themes/light/input.bootstrap.css.js.map +1 -1
  194. package/components/input/themes/shared/input.bootstrap.css.js +1 -1
  195. package/components/input/themes/shared/input.bootstrap.css.js.map +1 -1
  196. package/components/input/themes/shared/input.common.css.js +1 -1
  197. package/components/input/themes/shared/input.common.css.js.map +1 -1
  198. package/components/input/themes/shared/input.fluent.css.js +1 -1
  199. package/components/input/themes/shared/input.fluent.css.js.map +1 -1
  200. package/components/input/themes/shared/input.indigo.css.js +1 -1
  201. package/components/input/themes/shared/input.indigo.css.js.map +1 -1
  202. package/components/input/themes/shared/input.material.css.js +1 -1
  203. package/components/input/themes/shared/input.material.css.js.map +1 -1
  204. package/components/input/validators.js +3 -3
  205. package/components/input/validators.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/radio/validators.js +2 -2
  209. package/components/radio/validators.js.map +1 -1
  210. package/components/select/themes/select.base.css.js +1 -1
  211. package/components/select/themes/select.base.css.js.map +1 -1
  212. package/components/select/themes/shared/select.fluent.css.js +1 -1
  213. package/components/select/themes/shared/select.fluent.css.js.map +1 -1
  214. package/components/select/themes/shared/select.indigo.css.js +1 -1
  215. package/components/select/themes/shared/select.indigo.css.js.map +1 -1
  216. package/components/select/themes/shared/select.material.css.js +1 -1
  217. package/components/select/themes/shared/select.material.css.js.map +1 -1
  218. package/components/textarea/textarea.d.ts +1 -1
  219. package/components/textarea/textarea.js +2 -2
  220. package/components/textarea/textarea.js.map +1 -1
  221. package/components/textarea/themes/dark/textarea.bootstrap.css.js +1 -1
  222. package/components/textarea/themes/dark/textarea.bootstrap.css.js.map +1 -1
  223. package/components/textarea/themes/light/textarea.bootstrap.css.js +1 -1
  224. package/components/textarea/themes/light/textarea.bootstrap.css.js.map +1 -1
  225. package/components/textarea/themes/shared/textarea.bootstrap.css.js +1 -1
  226. package/components/textarea/themes/shared/textarea.bootstrap.css.js.map +1 -1
  227. package/components/textarea/themes/shared/textarea.common.css.js +1 -1
  228. package/components/textarea/themes/shared/textarea.common.css.js.map +1 -1
  229. package/components/textarea/themes/shared/textarea.fluent.css.js +1 -1
  230. package/components/textarea/themes/shared/textarea.fluent.css.js.map +1 -1
  231. package/components/textarea/themes/shared/textarea.indigo.css.js +1 -1
  232. package/components/textarea/themes/shared/textarea.indigo.css.js.map +1 -1
  233. package/components/textarea/themes/shared/textarea.material.css.js +1 -1
  234. package/components/textarea/themes/shared/textarea.material.css.js.map +1 -1
  235. package/components/textarea/themes/textarea.base.css.js +1 -1
  236. package/components/textarea/themes/textarea.base.css.js.map +1 -1
  237. package/components/tile-manager/tile.js.map +1 -1
  238. package/components/tooltip/controller.d.ts +1 -0
  239. package/components/tooltip/controller.js +9 -0
  240. package/components/tooltip/controller.js.map +1 -1
  241. package/components/tooltip/tooltip.js +1 -0
  242. package/components/tooltip/tooltip.js.map +1 -1
  243. package/custom-elements.json +1191 -234
  244. package/igniteui-webcomponents.html-data.json +1 -1
  245. package/index.d.ts +3 -2
  246. package/index.js +3 -2
  247. package/index.js.map +1 -1
  248. package/package.json +1 -1
  249. package/web-types.json +1 -1
  250. package/components/common/i18n/calendar.resources.js +0 -17
  251. package/components/common/i18n/calendar.resources.js.map +0 -1
  252. package/components/common/i18n/chat.resources.js.map +0 -1
  253. package/components/common/i18n/date-range-picker.resources.js +0 -12
  254. package/components/common/i18n/date-range-picker.resources.js.map +0 -1
  255. package/components/common/localization/validation-en.d.ts +0 -13
  256. package/components/common/localization/validation-en.js +0 -13
  257. package/components/common/localization/validation-en.js.map +0 -1
  258. /package/components/common/i18n/{calendar.resources.d.ts → EN/calendar.resources.d.ts} +0 -0
  259. /package/components/common/i18n/{chat.resources.d.ts → EN/chat.resources.d.ts} +0 -0
  260. /package/components/common/i18n/{chat.resources.js → EN/chat.resources.js} +0 -0
  261. /package/components/common/i18n/{date-range-picker.resources.d.ts → EN/date-range-picker.resources.d.ts} +0 -0
@@ -605,20 +605,6 @@
605
605
  }
606
606
  ]
607
607
  },
608
- {
609
- "kind": "javascript-module",
610
- "path": "src/components/common/localization/validation-en.ts",
611
- "declarations": [],
612
- "exports": [
613
- {
614
- "kind": "js",
615
- "name": "default",
616
- "declaration": {
617
- "module": "src/components/common/localization/validation-en.ts"
618
- }
619
- }
620
- ]
621
- },
622
608
  {
623
609
  "kind": "javascript-module",
624
610
  "path": "src/components/common/definitions/register.ts",
@@ -2880,30 +2866,6 @@
2880
2866
  }
2881
2867
  ]
2882
2868
  },
2883
- {
2884
- "kind": "javascript-module",
2885
- "path": "src/components/common/i18n/calendar.resources.ts",
2886
- "declarations": [
2887
- {
2888
- "kind": "variable",
2889
- "name": "IgcCalendarResourceStringEN",
2890
- "type": {
2891
- "text": "IgcCalendarResourceStrings"
2892
- },
2893
- "default": "{ selectMonth: 'Select month', selectYear: 'Select year', selectDate: 'Select date', selectRange: 'Select range', selectedDate: 'Selected date', startDate: 'Start', endDate: 'End', previousMonth: 'Previous month', nextMonth: 'Next month', previousYear: 'Previous year', nextYear: 'Next year', previousYears: 'Previous {0} years', nextYears: 'Next {0} years', weekLabel: 'Wk', }"
2894
- }
2895
- ],
2896
- "exports": [
2897
- {
2898
- "kind": "js",
2899
- "name": "IgcCalendarResourceStringEN",
2900
- "declaration": {
2901
- "name": "IgcCalendarResourceStringEN",
2902
- "module": "src/components/common/i18n/calendar.resources.ts"
2903
- }
2904
- }
2905
- ]
2906
- },
2907
2869
  {
2908
2870
  "kind": "javascript-module",
2909
2871
  "path": "src/components/common/localization/intl-formatters.ts",
@@ -3691,6 +3653,194 @@
3691
3653
  }
3692
3654
  ]
3693
3655
  },
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
+ },
3694
3844
  {
3695
3845
  "kind": "javascript-module",
3696
3846
  "path": "src/components/calendar/types.ts",
@@ -3706,6 +3856,12 @@
3706
3856
  "description": "",
3707
3857
  "name": "IgcCalendarBaseComponent",
3708
3858
  "members": [
3859
+ {
3860
+ "kind": "field",
3861
+ "name": "_i18nController",
3862
+ "privacy": "protected",
3863
+ "readonly": true
3864
+ },
3709
3865
  {
3710
3866
  "kind": "field",
3711
3867
  "name": "_initialActiveDateSet",
@@ -3870,14 +4026,19 @@
3870
4026
  {
3871
4027
  "kind": "field",
3872
4028
  "name": "locale",
3873
- "type": {
3874
- "text": "string"
3875
- },
3876
4029
  "privacy": "public",
3877
- "default": "'en'",
3878
4030
  "description": "Gets/Sets the locale used for formatting and displaying the dates in the component.",
3879
4031
  "attribute": "locale"
3880
4032
  },
4033
+ {
4034
+ "kind": "field",
4035
+ "name": "resourceStrings",
4036
+ "privacy": "public",
4037
+ "description": "The resource strings for localization.",
4038
+ "type": {
4039
+ "text": "IgcCalendarResourceStrings"
4040
+ }
4041
+ },
3881
4042
  {
3882
4043
  "kind": "field",
3883
4044
  "name": "specialDates",
@@ -3964,10 +4125,6 @@
3964
4125
  },
3965
4126
  {
3966
4127
  "name": "locale",
3967
- "type": {
3968
- "text": "string"
3969
- },
3970
- "default": "'en'",
3971
4128
  "description": "Gets/Sets the locale used for formatting and displaying the dates in the component.",
3972
4129
  "fieldName": "locale",
3973
4130
  "attribute": "locale"
@@ -4131,13 +4288,6 @@
4131
4288
  "privacy": "public",
4132
4289
  "description": "The range preview date."
4133
4290
  },
4134
- {
4135
- "kind": "field",
4136
- "name": "resourceStrings",
4137
- "privacy": "public",
4138
- "default": "IgcCalendarResourceStringEN",
4139
- "description": "The resource strings."
4140
- },
4141
4291
  {
4142
4292
  "kind": "field",
4143
4293
  "name": "weekDayFormat",
@@ -4530,6 +4680,16 @@
4530
4680
  "module": "src/components/common/mixins/event-emitter.ts"
4531
4681
  }
4532
4682
  },
4683
+ {
4684
+ "kind": "field",
4685
+ "name": "_i18nController",
4686
+ "privacy": "protected",
4687
+ "readonly": true,
4688
+ "inheritedFrom": {
4689
+ "name": "IgcCalendarBaseComponent",
4690
+ "module": "src/components/calendar/base.ts"
4691
+ }
4692
+ },
4533
4693
  {
4534
4694
  "kind": "field",
4535
4695
  "name": "_initialActiveDateSet",
@@ -4766,11 +4926,7 @@
4766
4926
  {
4767
4927
  "kind": "field",
4768
4928
  "name": "locale",
4769
- "type": {
4770
- "text": "string"
4771
- },
4772
4929
  "privacy": "public",
4773
- "default": "'en'",
4774
4930
  "description": "Gets/Sets the locale used for formatting and displaying the dates in the component.",
4775
4931
  "attribute": "locale",
4776
4932
  "inheritedFrom": {
@@ -4778,6 +4934,19 @@
4778
4934
  "module": "src/components/calendar/base.ts"
4779
4935
  }
4780
4936
  },
4937
+ {
4938
+ "kind": "field",
4939
+ "name": "resourceStrings",
4940
+ "privacy": "public",
4941
+ "description": "The resource strings for localization.",
4942
+ "type": {
4943
+ "text": "IgcCalendarResourceStrings"
4944
+ },
4945
+ "inheritedFrom": {
4946
+ "name": "IgcCalendarBaseComponent",
4947
+ "module": "src/components/calendar/base.ts"
4948
+ }
4949
+ },
4781
4950
  {
4782
4951
  "kind": "field",
4783
4952
  "name": "specialDates",
@@ -4958,10 +5127,6 @@
4958
5127
  },
4959
5128
  {
4960
5129
  "name": "locale",
4961
- "type": {
4962
- "text": "string"
4963
- },
4964
- "default": "'en'",
4965
5130
  "description": "Gets/Sets the locale used for formatting and displaying the dates in the component.",
4966
5131
  "fieldName": "locale",
4967
5132
  "attribute": "locale",
@@ -5924,13 +6089,6 @@
5924
6089
  "default": "{ month: 'long', weekday: 'narrow' }",
5925
6090
  "description": "The options used to format the months and the weekdays in the calendar views."
5926
6091
  },
5927
- {
5928
- "kind": "field",
5929
- "name": "resourceStrings",
5930
- "privacy": "public",
5931
- "default": "IgcCalendarResourceStringEN",
5932
- "description": "The resource strings for localization."
5933
- },
5934
6092
  {
5935
6093
  "kind": "field",
5936
6094
  "name": "_intl",
@@ -6389,6 +6547,16 @@
6389
6547
  "module": "src/components/common/mixins/event-emitter.ts"
6390
6548
  }
6391
6549
  },
6550
+ {
6551
+ "kind": "field",
6552
+ "name": "_i18nController",
6553
+ "privacy": "protected",
6554
+ "readonly": true,
6555
+ "inheritedFrom": {
6556
+ "name": "IgcCalendarBaseComponent",
6557
+ "module": "src/components/calendar/base.ts"
6558
+ }
6559
+ },
6392
6560
  {
6393
6561
  "kind": "field",
6394
6562
  "name": "_initialActiveDateSet",
@@ -6625,11 +6793,7 @@
6625
6793
  {
6626
6794
  "kind": "field",
6627
6795
  "name": "locale",
6628
- "type": {
6629
- "text": "string"
6630
- },
6631
6796
  "privacy": "public",
6632
- "default": "'en'",
6633
6797
  "description": "Gets/Sets the locale used for formatting and displaying the dates in the component.",
6634
6798
  "attribute": "locale",
6635
6799
  "inheritedFrom": {
@@ -6637,6 +6801,19 @@
6637
6801
  "module": "src/components/calendar/base.ts"
6638
6802
  }
6639
6803
  },
6804
+ {
6805
+ "kind": "field",
6806
+ "name": "resourceStrings",
6807
+ "privacy": "public",
6808
+ "description": "The resource strings for localization.",
6809
+ "type": {
6810
+ "text": "IgcCalendarResourceStrings"
6811
+ },
6812
+ "inheritedFrom": {
6813
+ "name": "IgcCalendarBaseComponent",
6814
+ "module": "src/components/calendar/base.ts"
6815
+ }
6816
+ },
6640
6817
  {
6641
6818
  "kind": "field",
6642
6819
  "name": "specialDates",
@@ -6843,10 +7020,6 @@
6843
7020
  },
6844
7021
  {
6845
7022
  "name": "locale",
6846
- "type": {
6847
- "text": "string"
6848
- },
6849
- "default": "'en'",
6850
7023
  "description": "Gets/Sets the locale used for formatting and displaying the dates in the component.",
6851
7024
  "fieldName": "locale",
6852
7025
  "attribute": "locale",
@@ -7041,7 +7214,7 @@
7041
7214
  },
7042
7215
  {
7043
7216
  "kind": "javascript-module",
7044
- "path": "src/components/common/i18n/date-range-picker.resources.ts",
7217
+ "path": "src/components/common/i18n/EN/date-range-picker.resources.ts",
7045
7218
  "declarations": [
7046
7219
  {
7047
7220
  "kind": "variable",
@@ -7049,7 +7222,7 @@
7049
7222
  "type": {
7050
7223
  "text": "IgcDateRangePickerResourceStrings"
7051
7224
  },
7052
- "default": "{ separator: 'to', done: 'Done', cancel: 'Cancel', last7Days: 'Last 7 days', last30Days: 'Last 30 days', currentMonth: 'Current month', yearToDate: 'Year to date', ...IgcCalendarResourceStringEN, }"
7225
+ "default": "{ ...convertToIgcResource(DateRangePickerResourceStringsEN), ...IgcCalendarResourceStringEN, }"
7053
7226
  }
7054
7227
  ],
7055
7228
  "exports": [
@@ -7058,7 +7231,7 @@
7058
7231
  "name": "IgcDateRangePickerResourceStringsEN",
7059
7232
  "declaration": {
7060
7233
  "name": "IgcDateRangePickerResourceStringsEN",
7061
- "module": "src/components/common/i18n/date-range-picker.resources.ts"
7234
+ "module": "src/components/common/i18n/EN/date-range-picker.resources.ts"
7062
7235
  }
7063
7236
  }
7064
7237
  ]
@@ -7566,6 +7739,16 @@
7566
7739
  "module": "src/components/common/mixins/forms/associated.ts"
7567
7740
  }
7568
7741
  },
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
+ },
7569
7752
  {
7570
7753
  "kind": "field",
7571
7754
  "name": "_formValue",
@@ -7811,6 +7994,19 @@
7811
7994
  "module": "src/components/common/mixins/forms/associated.ts"
7812
7995
  }
7813
7996
  },
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
+ },
7814
8010
  {
7815
8011
  "kind": "method",
7816
8012
  "name": "_handleInvalid",
@@ -8209,6 +8405,16 @@
8209
8405
  "module": "src/components/common/mixins/forms/associated.ts"
8210
8406
  }
8211
8407
  },
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
+ },
8212
8418
  {
8213
8419
  "kind": "field",
8214
8420
  "name": "_formValue",
@@ -8454,6 +8660,19 @@
8454
8660
  "module": "src/components/common/mixins/forms/associated.ts"
8455
8661
  }
8456
8662
  },
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
+ },
8457
8676
  {
8458
8677
  "kind": "method",
8459
8678
  "name": "_handleInvalid",
@@ -8901,6 +9120,16 @@
8901
9120
  "module": "src/components/common/mixins/forms/associated.ts"
8902
9121
  }
8903
9122
  },
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
+ },
8904
9133
  {
8905
9134
  "kind": "field",
8906
9135
  "name": "_formValue",
@@ -9146,6 +9375,19 @@
9146
9375
  "module": "src/components/common/mixins/forms/associated.ts"
9147
9376
  }
9148
9377
  },
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
+ },
9149
9391
  {
9150
9392
  "kind": "method",
9151
9393
  "name": "_handleInvalid",
@@ -9579,6 +9821,16 @@
9579
9821
  "module": "src/components/common/mixins/forms/associated.ts"
9580
9822
  }
9581
9823
  },
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
+ },
9582
9834
  {
9583
9835
  "kind": "field",
9584
9836
  "name": "_formValue",
@@ -9824,6 +10076,19 @@
9824
10076
  "module": "src/components/common/mixins/forms/associated.ts"
9825
10077
  }
9826
10078
  },
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
+ },
9827
10092
  {
9828
10093
  "kind": "method",
9829
10094
  "name": "_handleInvalid",
@@ -10734,6 +10999,16 @@
10734
10999
  "module": "src/components/common/mixins/forms/associated.ts"
10735
11000
  }
10736
11001
  },
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
+ },
10737
11012
  {
10738
11013
  "kind": "field",
10739
11014
  "name": "_formValue",
@@ -10979,6 +11254,19 @@
10979
11254
  "module": "src/components/common/mixins/forms/associated.ts"
10980
11255
  }
10981
11256
  },
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
+ },
10982
11270
  {
10983
11271
  "kind": "method",
10984
11272
  "name": "_handleInvalid",
@@ -12103,6 +12391,16 @@
12103
12391
  "module": "src/components/input/input-base.ts"
12104
12392
  }
12105
12393
  },
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
+ },
12106
12404
  {
12107
12405
  "kind": "field",
12108
12406
  "name": "_formValue",
@@ -12348,6 +12646,19 @@
12348
12646
  "module": "src/components/input/input-base.ts"
12349
12647
  }
12350
12648
  },
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
+ },
12351
12662
  {
12352
12663
  "kind": "method",
12353
12664
  "name": "_handleInvalid",
@@ -14274,6 +14585,12 @@
14274
14585
  "module": "src/components/input/input-base.ts"
14275
14586
  }
14276
14587
  },
14588
+ {
14589
+ "kind": "field",
14590
+ "name": "_i18nController",
14591
+ "privacy": "private",
14592
+ "readonly": true
14593
+ },
14277
14594
  {
14278
14595
  "kind": "field",
14279
14596
  "name": "_defaultMask",
@@ -14411,12 +14728,8 @@
14411
14728
  {
14412
14729
  "kind": "field",
14413
14730
  "name": "locale",
14414
- "type": {
14415
- "text": "string"
14416
- },
14417
14731
  "privacy": "public",
14418
- "default": "'en'",
14419
- "description": "The locale settings used to display the value.",
14732
+ "description": "Gets/Sets the locale used for formatting the display value.",
14420
14733
  "attribute": "locale"
14421
14734
  },
14422
14735
  {
@@ -15271,6 +15584,16 @@
15271
15584
  "module": "src/components/input/input-base.ts"
15272
15585
  }
15273
15586
  },
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
+ },
15274
15597
  {
15275
15598
  "kind": "field",
15276
15599
  "name": "_isFormSubmit",
@@ -15490,6 +15813,19 @@
15490
15813
  "module": "src/components/input/input-base.ts"
15491
15814
  }
15492
15815
  },
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
+ },
15493
15829
  {
15494
15830
  "kind": "method",
15495
15831
  "name": "_handleInvalid",
@@ -16127,11 +16463,7 @@
16127
16463
  },
16128
16464
  {
16129
16465
  "name": "locale",
16130
- "type": {
16131
- "text": "string"
16132
- },
16133
- "default": "'en'",
16134
- "description": "The locale settings used to display the value.",
16466
+ "description": "Gets/Sets the locale used for formatting the display value.",
16135
16467
  "fieldName": "locale",
16136
16468
  "attribute": "locale"
16137
16469
  },
@@ -17473,7 +17805,7 @@
17473
17805
  "type": {
17474
17806
  "text": "Validator<IgcInputComponent>[]"
17475
17807
  },
17476
- "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, }, ]"
17808
+ "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, }, ]"
17477
17809
  },
17478
17810
  {
17479
17811
  "kind": "variable",
@@ -17977,6 +18309,16 @@
17977
18309
  "module": "src/components/input/input-base.ts"
17978
18310
  }
17979
18311
  },
18312
+ {
18313
+ "kind": "field",
18314
+ "name": "__i18nController",
18315
+ "privacy": "private",
18316
+ "readonly": true,
18317
+ "inheritedFrom": {
18318
+ "name": "IgcInputBaseComponent",
18319
+ "module": "src/components/input/input-base.ts"
18320
+ }
18321
+ },
17980
18322
  {
17981
18323
  "kind": "field",
17982
18324
  "name": "_isFormSubmit",
@@ -18196,6 +18538,19 @@
18196
18538
  "module": "src/components/input/input-base.ts"
18197
18539
  }
18198
18540
  },
18541
+ {
18542
+ "kind": "field",
18543
+ "name": "resourceStrings",
18544
+ "privacy": "public",
18545
+ "description": "The resource strings for localization.",
18546
+ "type": {
18547
+ "text": "IValidationResourceStrings"
18548
+ },
18549
+ "inheritedFrom": {
18550
+ "name": "IgcInputBaseComponent",
18551
+ "module": "src/components/input/input-base.ts"
18552
+ }
18553
+ },
18199
18554
  {
18200
18555
  "kind": "method",
18201
18556
  "name": "_handleInvalid",
@@ -19738,6 +20093,28 @@
19738
20093
  "text": "'primary' | 'info' | 'success' | 'warning' | 'danger'"
19739
20094
  }
19740
20095
  },
20096
+ {
20097
+ "kind": "field",
20098
+ "name": "locale",
20099
+ "privacy": "public",
20100
+ "description": "Gets/Sets the locale used for formatting and displaying the dates in the component.",
20101
+ "attribute": "locale"
20102
+ },
20103
+ {
20104
+ "kind": "field",
20105
+ "name": "resourceStrings",
20106
+ "privacy": "public",
20107
+ "description": "The resource strings for localization.",
20108
+ "type": {
20109
+ "text": "IChipResourceStrings"
20110
+ }
20111
+ },
20112
+ {
20113
+ "kind": "field",
20114
+ "name": "_i18nController",
20115
+ "privacy": "private",
20116
+ "readonly": true
20117
+ },
19741
20118
  {
19742
20119
  "kind": "method",
19743
20120
  "name": "_handleSelect",
@@ -19947,6 +20324,12 @@
19947
20324
  "expandedType": {
19948
20325
  "text": "'primary' | 'info' | 'success' | 'warning' | 'danger'"
19949
20326
  }
20327
+ },
20328
+ {
20329
+ "name": "locale",
20330
+ "description": "Gets/Sets the locale used for formatting and displaying the dates in the component.",
20331
+ "fieldName": "locale",
20332
+ "attribute": "locale"
19950
20333
  }
19951
20334
  ],
19952
20335
  "mixins": [
@@ -19994,6 +20377,12 @@
19994
20377
  "readonly": true,
19995
20378
  "default": "'igc-predefined-ranges-area'"
19996
20379
  },
20380
+ {
20381
+ "kind": "field",
20382
+ "name": "_i18nController",
20383
+ "privacy": "private",
20384
+ "readonly": true
20385
+ },
19997
20386
  {
19998
20387
  "kind": "method",
19999
20388
  "name": "register",
@@ -20039,12 +20428,11 @@
20039
20428
  {
20040
20429
  "kind": "field",
20041
20430
  "name": "resourceStrings",
20431
+ "privacy": "public",
20432
+ "description": "The resource strings of the date range area component.",
20042
20433
  "type": {
20043
20434
  "text": "IgcDateRangePickerResourceStrings"
20044
- },
20045
- "privacy": "public",
20046
- "default": "IgcDateRangePickerResourceStringsEN",
20047
- "description": "The resource strings of the date range area component."
20435
+ }
20048
20436
  },
20049
20437
  {
20050
20438
  "kind": "method",
@@ -20129,7 +20517,7 @@
20129
20517
  "type": {
20130
20518
  "text": "Validator<{\n value?: DateRangeValue | null;\n min?: Date | null;\n}>"
20131
20519
  },
20132
- "default": "{ key: 'rangeUnderflow', message: ({ min }) => formatString(messages.min, 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); }, }"
20520
+ "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); }, }"
20133
20521
  },
20134
20522
  {
20135
20523
  "kind": "variable",
@@ -20137,7 +20525,7 @@
20137
20525
  "type": {
20138
20526
  "text": "Validator<{\n value?: DateRangeValue | null;\n max?: Date | null;\n}>"
20139
20527
  },
20140
- "default": "{ key: 'rangeOverflow', message: ({ max }) => formatString(messages.max, 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); }, }"
20528
+ "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); }, }"
20141
20529
  },
20142
20530
  {
20143
20531
  "kind": "variable",
@@ -20145,7 +20533,7 @@
20145
20533
  "type": {
20146
20534
  "text": "Validator<{\n required: boolean;\n value: DateRangeValue | null;\n}>"
20147
20535
  },
20148
- "default": "{ key: 'valueMissing', message: messages.required, isValid: ({ required, value }) => { return required ? isCompleteDateRange(value) : true; }, }"
20536
+ "default": "{ key: 'valueMissing', messageResourceKey: validationResourcesKeys.required, isValid: ({ required, value }) => { return required ? isCompleteDateRange(value) : true; }, }"
20149
20537
  },
20150
20538
  {
20151
20539
  "kind": "variable",
@@ -20153,7 +20541,7 @@
20153
20541
  "type": {
20154
20542
  "text": "Validator<{\n required: boolean;\n value: DateRangeValue | null;\n disabledDates?: DateRangeDescriptor[];\n}>"
20155
20543
  },
20156
- "default": "{ key: 'badInput', message: ({ value }) => formatString(messages.disabledDate, 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)); }, }"
20544
+ "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)); }, }"
20157
20545
  },
20158
20546
  {
20159
20547
  "kind": "variable",
@@ -20633,6 +21021,12 @@
20633
21021
  "module": "src/components/common/mixins/combo-box.ts"
20634
21022
  }
20635
21023
  },
21024
+ {
21025
+ "kind": "field",
21026
+ "name": "_i18nController",
21027
+ "privacy": "private",
21028
+ "readonly": true
21029
+ },
20636
21030
  {
20637
21031
  "kind": "field",
20638
21032
  "name": "_activeDate",
@@ -20927,11 +21321,7 @@
20927
21321
  {
20928
21322
  "kind": "field",
20929
21323
  "name": "locale",
20930
- "type": {
20931
- "text": "string"
20932
- },
20933
21324
  "privacy": "public",
20934
- "default": "'en'",
20935
21325
  "description": "The locale settings used to display the value.",
20936
21326
  "attribute": "locale"
20937
21327
  },
@@ -20939,8 +21329,14 @@
20939
21329
  "kind": "field",
20940
21330
  "name": "resourceStrings",
20941
21331
  "privacy": "public",
20942
- "default": "IgcDateRangePickerResourceStringsEN",
20943
- "description": "The resource strings of the date range picker."
21332
+ "description": "The resource strings of the date range picker.",
21333
+ "type": {
21334
+ "text": "IValidationResourceStrings"
21335
+ },
21336
+ "inheritedFrom": {
21337
+ "name": "BaseFormAssociated",
21338
+ "module": "src/components/common/mixins/forms/associated.ts"
21339
+ }
20944
21340
  },
20945
21341
  {
20946
21342
  "kind": "field",
@@ -21696,6 +22092,16 @@
21696
22092
  "module": "src/components/common/mixins/forms/associated.ts"
21697
22093
  }
21698
22094
  },
22095
+ {
22096
+ "kind": "field",
22097
+ "name": "__i18nController",
22098
+ "privacy": "private",
22099
+ "readonly": true,
22100
+ "inheritedFrom": {
22101
+ "name": "BaseFormAssociated",
22102
+ "module": "src/components/common/mixins/forms/associated.ts"
22103
+ }
22104
+ },
21699
22105
  {
21700
22106
  "kind": "field",
21701
22107
  "name": "_isFormSubmit",
@@ -22534,10 +22940,6 @@
22534
22940
  },
22535
22941
  {
22536
22942
  "name": "locale",
22537
- "type": {
22538
- "text": "string"
22539
- },
22540
- "default": "'en'",
22541
22943
  "description": "The locale settings used to display the value.",
22542
22944
  "fieldName": "locale",
22543
22945
  "attribute": "locale"
@@ -24043,6 +24445,16 @@
24043
24445
  "module": "src/components/input/input-base.ts"
24044
24446
  }
24045
24447
  },
24448
+ {
24449
+ "kind": "field",
24450
+ "name": "__i18nController",
24451
+ "privacy": "private",
24452
+ "readonly": true,
24453
+ "inheritedFrom": {
24454
+ "name": "IgcInputBaseComponent",
24455
+ "module": "src/components/input/input-base.ts"
24456
+ }
24457
+ },
24046
24458
  {
24047
24459
  "kind": "field",
24048
24460
  "name": "_isFormSubmit",
@@ -24262,6 +24674,19 @@
24262
24674
  "module": "src/components/input/input-base.ts"
24263
24675
  }
24264
24676
  },
24677
+ {
24678
+ "kind": "field",
24679
+ "name": "resourceStrings",
24680
+ "privacy": "public",
24681
+ "description": "The resource strings for localization.",
24682
+ "type": {
24683
+ "text": "IValidationResourceStrings"
24684
+ },
24685
+ "inheritedFrom": {
24686
+ "name": "IgcInputBaseComponent",
24687
+ "module": "src/components/input/input-base.ts"
24688
+ }
24689
+ },
24265
24690
  {
24266
24691
  "kind": "method",
24267
24692
  "name": "_handleInvalid",
@@ -25273,24 +25698,6 @@
25273
25698
  }
25274
25699
  ]
25275
25700
  },
25276
- {
25277
- "kind": "function",
25278
- "name": "groupBy",
25279
- "parameters": [
25280
- {
25281
- "name": "array",
25282
- "type": {
25283
- "text": "T[]"
25284
- }
25285
- },
25286
- {
25287
- "name": "key",
25288
- "type": {
25289
- "text": "keyof T | ((item: T) => any)"
25290
- }
25291
- }
25292
- ]
25293
- },
25294
25701
  {
25295
25702
  "kind": "function",
25296
25703
  "name": "first",
@@ -25981,14 +26388,6 @@
25981
26388
  "module": "src/components/common/util.ts"
25982
26389
  }
25983
26390
  },
25984
- {
25985
- "kind": "js",
25986
- "name": "groupBy",
25987
- "declaration": {
25988
- "name": "groupBy",
25989
- "module": "src/components/common/util.ts"
25990
- }
25991
- },
25992
26391
  {
25993
26392
  "kind": "js",
25994
26393
  "name": "first",
@@ -26215,6 +26614,106 @@
26215
26614
  }
26216
26615
  ]
26217
26616
  },
26617
+ {
26618
+ "kind": "javascript-module",
26619
+ "path": "src/components/common/i18n/utils.ts",
26620
+ "declarations": [
26621
+ {
26622
+ "kind": "variable",
26623
+ "name": "validationResourcesKeys",
26624
+ "type": {
26625
+ "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}"
26626
+ },
26627
+ "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', }"
26628
+ },
26629
+ {
26630
+ "kind": "variable",
26631
+ "name": "calendarResourcesMap",
26632
+ "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'], ])"
26633
+ },
26634
+ {
26635
+ "kind": "variable",
26636
+ "name": "dateRangePickerResourcesMap",
26637
+ "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(), ])"
26638
+ },
26639
+ {
26640
+ "kind": "function",
26641
+ "name": "convertToIgcResource",
26642
+ "return": {
26643
+ "type": {
26644
+ "text": "T"
26645
+ }
26646
+ },
26647
+ "parameters": [
26648
+ {
26649
+ "name": "resource",
26650
+ "type": {
26651
+ "text": "IResourceStrings"
26652
+ }
26653
+ }
26654
+ ]
26655
+ },
26656
+ {
26657
+ "kind": "function",
26658
+ "name": "convertToCoreResource",
26659
+ "return": {
26660
+ "type": {
26661
+ "text": "IResourceStrings"
26662
+ }
26663
+ },
26664
+ "parameters": [
26665
+ {
26666
+ "name": "resource",
26667
+ "type": {
26668
+ "text": "T"
26669
+ }
26670
+ }
26671
+ ]
26672
+ }
26673
+ ],
26674
+ "exports": [
26675
+ {
26676
+ "kind": "js",
26677
+ "name": "validationResourcesKeys",
26678
+ "declaration": {
26679
+ "name": "validationResourcesKeys",
26680
+ "module": "src/components/common/i18n/utils.ts"
26681
+ }
26682
+ },
26683
+ {
26684
+ "kind": "js",
26685
+ "name": "calendarResourcesMap",
26686
+ "declaration": {
26687
+ "name": "calendarResourcesMap",
26688
+ "module": "src/components/common/i18n/utils.ts"
26689
+ }
26690
+ },
26691
+ {
26692
+ "kind": "js",
26693
+ "name": "dateRangePickerResourcesMap",
26694
+ "declaration": {
26695
+ "name": "dateRangePickerResourcesMap",
26696
+ "module": "src/components/common/i18n/utils.ts"
26697
+ }
26698
+ },
26699
+ {
26700
+ "kind": "js",
26701
+ "name": "convertToIgcResource",
26702
+ "declaration": {
26703
+ "name": "convertToIgcResource",
26704
+ "module": "src/components/common/i18n/utils.ts"
26705
+ }
26706
+ },
26707
+ {
26708
+ "kind": "js",
26709
+ "name": "convertToCoreResource",
26710
+ "declaration": {
26711
+ "name": "convertToCoreResource",
26712
+ "module": "src/components/common/i18n/utils.ts"
26713
+ }
26714
+ }
26715
+ ]
26716
+ },
26218
26717
  {
26219
26718
  "kind": "javascript-module",
26220
26719
  "path": "src/components/common/validators.ts",
@@ -26225,7 +26724,7 @@
26225
26724
  "type": {
26226
26725
  "text": "Validator<{\n required: boolean;\n value?: unknown;\n}>"
26227
26726
  },
26228
- "default": "{ key: 'valueMissing', message: validatorMessages.required, isValid: ({ required, value }) => (required ? !!value : true), }"
26727
+ "default": "{ key: 'valueMissing', messageResourceKey: validationResourcesKeys.required, isValid: ({ required, value }) => (required ? !!value : true), }"
26229
26728
  },
26230
26729
  {
26231
26730
  "kind": "variable",
@@ -26233,7 +26732,7 @@
26233
26732
  "type": {
26234
26733
  "text": "Validator<{\n required: boolean;\n checked: boolean;\n}>"
26235
26734
  },
26236
- "default": "{ key: 'valueMissing', message: validatorMessages.required, isValid: ({ required, checked }) => (required ? checked : true), }"
26735
+ "default": "{ key: 'valueMissing', messageResourceKey: validationResourcesKeys.required, isValid: ({ required, checked }) => (required ? checked : true), }"
26237
26736
  },
26238
26737
  {
26239
26738
  "kind": "variable",
@@ -26241,7 +26740,7 @@
26241
26740
  "type": {
26242
26741
  "text": "Validator<{\n minLength?: number;\n value: string;\n}>"
26243
26742
  },
26244
- "default": "{ key: 'tooShort', message: ({ minLength }) => formatString(validatorMessages.minLength, minLength), isValid: ({ minLength, value }) => minLength && value ? value.length >= asNumber(minLength) : true, }"
26743
+ "default": "{ key: 'tooShort', messageResourceKey: validationResourcesKeys.minLength, messageFormat: (message, { minLength }) => formatString(message, minLength), isValid: ({ minLength, value }) => minLength && value ? value.length >= asNumber(minLength) : true, }"
26245
26744
  },
26246
26745
  {
26247
26746
  "kind": "variable",
@@ -26249,7 +26748,7 @@
26249
26748
  "type": {
26250
26749
  "text": "Validator<{\n maxLength?: number;\n value: string;\n}>"
26251
26750
  },
26252
- "default": "{ key: 'tooLong', message: ({ maxLength }) => formatString(validatorMessages.maxLength, maxLength), isValid: ({ maxLength, value }) => maxLength && value ? value.length <= asNumber(maxLength) : true, }"
26751
+ "default": "{ key: 'tooLong', messageResourceKey: validationResourcesKeys.maxLength, messageFormat: (message, { maxLength }) => formatString(message, maxLength), isValid: ({ maxLength, value }) => maxLength && value ? value.length <= asNumber(maxLength) : true, }"
26253
26752
  },
26254
26753
  {
26255
26754
  "kind": "variable",
@@ -26257,7 +26756,7 @@
26257
26756
  "type": {
26258
26757
  "text": "Validator<{ pattern?: string; value: string }>"
26259
26758
  },
26260
- "default": "{ key: 'patternMismatch', message: validatorMessages.pattern, isValid: ({ pattern, value }) => pattern && value ? new RegExp(pattern, 'u').test(value) : true, }"
26759
+ "default": "{ key: 'patternMismatch', messageResourceKey: validationResourcesKeys.pattern, isValid: ({ pattern, value }) => pattern && value ? new RegExp(pattern, 'u').test(value) : true, }"
26261
26760
  },
26262
26761
  {
26263
26762
  "kind": "variable",
@@ -26265,7 +26764,7 @@
26265
26764
  "type": {
26266
26765
  "text": "Validator<{\n min?: number;\n value: number | string;\n}>"
26267
26766
  },
26268
- "default": "{ key: 'rangeUnderflow', message: ({ min }) => formatString(validatorMessages.min, min), isValid: ({ min, value }) => isDefined(value) && value !== '' && isDefined(min) ? asNumber(value) >= asNumber(min) : true, }"
26767
+ "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, }"
26269
26768
  },
26270
26769
  {
26271
26770
  "kind": "variable",
@@ -26273,7 +26772,7 @@
26273
26772
  "type": {
26274
26773
  "text": "Validator<{\n max?: number;\n value: number | string;\n}>"
26275
26774
  },
26276
- "default": "{ key: 'rangeOverflow', message: ({ max }) => formatString(validatorMessages.max, max), isValid: ({ max, value }) => isDefined(value) && value !== '' && isDefined(max) ? asNumber(value) <= asNumber(max) : true, }"
26775
+ "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, }"
26277
26776
  },
26278
26777
  {
26279
26778
  "kind": "variable",
@@ -26281,7 +26780,7 @@
26281
26780
  "type": {
26282
26781
  "text": "Validator<{\n min?: number;\n step?: number;\n value: number | string;\n}>"
26283
26782
  },
26284
- "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; }, }"
26783
+ "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; }, }"
26285
26784
  },
26286
26785
  {
26287
26786
  "kind": "variable",
@@ -26289,7 +26788,7 @@
26289
26788
  "type": {
26290
26789
  "text": "Validator<{ value: string }>"
26291
26790
  },
26292
- "default": "{ key: 'typeMismatch', message: validatorMessages.email, isValid: ({ value }) => (value ? emailRegex.test(value) : true), }"
26791
+ "default": "{ key: 'typeMismatch', messageResourceKey: validationResourcesKeys.email, isValid: ({ value }) => (value ? emailRegex.test(value) : true), }"
26293
26792
  },
26294
26793
  {
26295
26794
  "kind": "variable",
@@ -26297,7 +26796,7 @@
26297
26796
  "type": {
26298
26797
  "text": "Validator<{ value: string }>"
26299
26798
  },
26300
- "default": "{ key: 'typeMismatch', message: validatorMessages.url, isValid: ({ value }) => (value ? URL.canParse(value) : true), }"
26799
+ "default": "{ key: 'typeMismatch', messageResourceKey: validationResourcesKeys.url, isValid: ({ value }) => (value ? URL.canParse(value) : true), }"
26301
26800
  },
26302
26801
  {
26303
26802
  "kind": "variable",
@@ -26305,7 +26804,7 @@
26305
26804
  "type": {
26306
26805
  "text": "Validator<{\n value?: Date | null;\n min?: Date | null;\n}>"
26307
26806
  },
26308
- "default": "{ key: 'rangeUnderflow', message: ({ min }) => formatString(validatorMessages.min, min), isValid: ({ value, min }) => value && min ? CalendarDay.compare(value, min) >= 0 : true, }"
26807
+ "default": "{ key: 'rangeUnderflow', messageResourceKey: validationResourcesKeys.min, messageFormat: (message, { min }) => formatString(message, min), isValid: ({ value, min }) => value && min ? CalendarDay.compare(value, min) >= 0 : true, }"
26309
26808
  },
26310
26809
  {
26311
26810
  "kind": "variable",
@@ -26313,7 +26812,7 @@
26313
26812
  "type": {
26314
26813
  "text": "Validator<{\n value?: Date | null;\n max?: Date | null;\n}>"
26315
26814
  },
26316
- "default": "{ key: 'rangeOverflow', message: ({ max }) => formatString(validatorMessages.max, max), isValid: ({ value, max }) => value && max ? CalendarDay.compare(value, max) <= 0 : true, }"
26815
+ "default": "{ key: 'rangeOverflow', messageResourceKey: validationResourcesKeys.max, messageFormat: (message, { max }) => formatString(message, max), isValid: ({ value, max }) => value && max ? CalendarDay.compare(value, max) <= 0 : true, }"
26317
26816
  }
26318
26817
  ],
26319
26818
  "exports": [
@@ -30149,7 +30648,7 @@
30149
30648
  },
30150
30649
  {
30151
30650
  "kind": "javascript-module",
30152
- "path": "src/components/common/i18n/chat.resources.ts",
30651
+ "path": "src/components/common/i18n/EN/chat.resources.ts",
30153
30652
  "declarations": [
30154
30653
  {
30155
30654
  "kind": "variable",
@@ -30166,7 +30665,7 @@
30166
30665
  "name": "IgcChatResourceStringEN",
30167
30666
  "declaration": {
30168
30667
  "name": "IgcChatResourceStringEN",
30169
- "module": "src/components/common/i18n/chat.resources.ts"
30668
+ "module": "src/components/common/i18n/EN/chat.resources.ts"
30170
30669
  }
30171
30670
  }
30172
30671
  ]
@@ -32689,8 +33188,8 @@
32689
33188
  "text": "number"
32690
33189
  },
32691
33190
  "privacy": "public",
32692
- "default": "2",
32693
- "description": "The number of visible text lines for the control. If it is specified, it must be a positive integer.\nIf it is not specified, the default value is 2.",
33191
+ "default": "3",
33192
+ "description": "The number of visible text lines for the control. If it is specified, it must be a positive integer.\nIf it is not specified, the default value is 3.",
32694
33193
  "attribute": "rows"
32695
33194
  },
32696
33195
  {
@@ -33059,6 +33558,16 @@
33059
33558
  "module": "src/components/common/mixins/forms/associated.ts"
33060
33559
  }
33061
33560
  },
33561
+ {
33562
+ "kind": "field",
33563
+ "name": "__i18nController",
33564
+ "privacy": "private",
33565
+ "readonly": true,
33566
+ "inheritedFrom": {
33567
+ "name": "BaseFormAssociated",
33568
+ "module": "src/components/common/mixins/forms/associated.ts"
33569
+ }
33570
+ },
33062
33571
  {
33063
33572
  "kind": "field",
33064
33573
  "name": "_isFormSubmit",
@@ -33278,6 +33787,19 @@
33278
33787
  "module": "src/components/common/mixins/forms/associated.ts"
33279
33788
  }
33280
33789
  },
33790
+ {
33791
+ "kind": "field",
33792
+ "name": "resourceStrings",
33793
+ "privacy": "public",
33794
+ "description": "The resource strings for localization.",
33795
+ "type": {
33796
+ "text": "IValidationResourceStrings"
33797
+ },
33798
+ "inheritedFrom": {
33799
+ "name": "BaseFormAssociated",
33800
+ "module": "src/components/common/mixins/forms/associated.ts"
33801
+ }
33802
+ },
33281
33803
  {
33282
33804
  "kind": "method",
33283
33805
  "name": "_handleInvalid",
@@ -33800,8 +34322,8 @@
33800
34322
  "type": {
33801
34323
  "text": "number"
33802
34324
  },
33803
- "default": "2",
33804
- "description": "The number of visible text lines for the control. If it is specified, it must be a positive integer.\nIf it is not specified, the default value is 2.",
34325
+ "default": "3",
34326
+ "description": "The number of visible text lines for the control. If it is specified, it must be a positive integer.\nIf it is not specified, the default value is 3.",
33805
34327
  "fieldName": "rows",
33806
34328
  "attribute": "rows"
33807
34329
  },
@@ -34593,6 +35115,29 @@
34593
35115
  "privacy": "private",
34594
35116
  "readonly": true
34595
35117
  },
35118
+ {
35119
+ "kind": "field",
35120
+ "name": "_userIsTyping",
35121
+ "type": {
35122
+ "text": "boolean"
35123
+ },
35124
+ "privacy": "private",
35125
+ "default": "false"
35126
+ },
35127
+ {
35128
+ "kind": "field",
35129
+ "name": "_userLastTypeTime",
35130
+ "privacy": "private"
35131
+ },
35132
+ {
35133
+ "kind": "field",
35134
+ "name": "_typingTimeout",
35135
+ "type": {
35136
+ "text": "number"
35137
+ },
35138
+ "privacy": "private",
35139
+ "default": "0"
35140
+ },
34596
35141
  {
34597
35142
  "kind": "field",
34598
35143
  "name": "_state",
@@ -34672,6 +35217,24 @@
34672
35217
  }
34673
35218
  }
34674
35219
  },
35220
+ {
35221
+ "kind": "method",
35222
+ "name": "_setTypingStateAndEmit",
35223
+ "privacy": "private",
35224
+ "return": {
35225
+ "type": {
35226
+ "text": "void"
35227
+ }
35228
+ },
35229
+ "parameters": [
35230
+ {
35231
+ "name": "state",
35232
+ "type": {
35233
+ "text": "boolean"
35234
+ }
35235
+ }
35236
+ ]
35237
+ },
34675
35238
  {
34676
35239
  "kind": "method",
34677
35240
  "name": "_handleAttachmentRemoved",
@@ -35668,20 +36231,6 @@
35668
36231
  "default": "null",
35669
36232
  "description": "Cache of accepted file types, organized into extensions, mimeTypes, and wildcardTypes"
35670
36233
  },
35671
- {
35672
- "kind": "field",
35673
- "name": "_isTyping",
35674
- "type": {
35675
- "text": "boolean"
35676
- },
35677
- "privacy": "private",
35678
- "default": "false"
35679
- },
35680
- {
35681
- "kind": "field",
35682
- "name": "_lastTyped",
35683
- "privacy": "private"
35684
- },
35685
36234
  {
35686
36235
  "kind": "field",
35687
36236
  "name": "resourceStrings",
@@ -35869,11 +36418,6 @@
35869
36418
  }
35870
36419
  }
35871
36420
  ]
35872
- },
35873
- {
35874
- "kind": "field",
35875
- "name": "handleKeyDown",
35876
- "privacy": "public"
35877
36421
  }
35878
36422
  ]
35879
36423
  },
@@ -37142,7 +37686,7 @@
37142
37686
  "kind": "field",
37143
37687
  "name": "_cssContainer",
37144
37688
  "type": {
37145
- "text": "HTMLElement"
37689
+ "text": "HTMLElement | undefined"
37146
37690
  },
37147
37691
  "privacy": "private",
37148
37692
  "description": "Returns the tile manager internal CSS grid container.",
@@ -39006,6 +39550,12 @@
39006
39550
  "privacy": "private",
39007
39551
  "readonly": true
39008
39552
  },
39553
+ {
39554
+ "kind": "field",
39555
+ "name": "_i18nController",
39556
+ "privacy": "private",
39557
+ "readonly": true
39558
+ },
39009
39559
  {
39010
39560
  "kind": "field",
39011
39561
  "name": "_context",
@@ -39159,25 +39709,33 @@
39159
39709
  {
39160
39710
  "kind": "field",
39161
39711
  "name": "indicatorsLabelFormat",
39162
- "type": {
39163
- "text": "string"
39164
- },
39165
39712
  "privacy": "public",
39166
- "default": "'Slide {0}'",
39167
39713
  "description": "The format used to set the aria-label on the carousel indicators.\nInstances of '{0}' will be replaced with the index of the corresponding slide.",
39168
39714
  "attribute": "indicators-label-format"
39169
39715
  },
39170
39716
  {
39171
39717
  "kind": "field",
39172
- "name": "slidesLabelFormat",
39718
+ "name": "_indicatorsLabelFormat",
39173
39719
  "type": {
39174
- "text": "string"
39720
+ "text": "string | undefined"
39175
39721
  },
39722
+ "privacy": "private"
39723
+ },
39724
+ {
39725
+ "kind": "field",
39726
+ "name": "slidesLabelFormat",
39176
39727
  "privacy": "public",
39177
- "default": "'{0} of {1}'",
39178
39728
  "description": "The format used to set the aria-label on the carousel slides and the text displayed\nwhen the number of indicators is greater than tha maximum indicator count.\nInstances of '{0}' will be replaced with the index of the corresponding slide.\nInstances of '{1}' will be replaced with the total amount of slides.",
39179
39729
  "attribute": "slides-label-format"
39180
39730
  },
39731
+ {
39732
+ "kind": "field",
39733
+ "name": "_slidesLabelFormat",
39734
+ "type": {
39735
+ "text": "string | undefined"
39736
+ },
39737
+ "privacy": "private"
39738
+ },
39181
39739
  {
39182
39740
  "kind": "field",
39183
39741
  "name": "interval",
@@ -39213,6 +39771,22 @@
39213
39771
  "text": "'slide' | 'fade' | 'none'"
39214
39772
  }
39215
39773
  },
39774
+ {
39775
+ "kind": "field",
39776
+ "name": "locale",
39777
+ "privacy": "public",
39778
+ "description": "Gets/Sets the locale used for formatting and displaying the dates in the component.",
39779
+ "attribute": "locale"
39780
+ },
39781
+ {
39782
+ "kind": "field",
39783
+ "name": "resourceStrings",
39784
+ "privacy": "public",
39785
+ "description": "The resource strings for localization.",
39786
+ "type": {
39787
+ "text": "ICarouselResourceStrings"
39788
+ }
39789
+ },
39216
39790
  {
39217
39791
  "kind": "field",
39218
39792
  "name": "slides",
@@ -39900,20 +40474,12 @@
39900
40474
  },
39901
40475
  {
39902
40476
  "name": "indicators-label-format",
39903
- "type": {
39904
- "text": "string"
39905
- },
39906
- "default": "'Slide {0}'",
39907
40477
  "description": "The format used to set the aria-label on the carousel indicators.\nInstances of '{0}' will be replaced with the index of the corresponding slide.",
39908
40478
  "fieldName": "indicatorsLabelFormat",
39909
40479
  "attribute": "indicators-label-format"
39910
40480
  },
39911
40481
  {
39912
40482
  "name": "slides-label-format",
39913
- "type": {
39914
- "text": "string"
39915
- },
39916
- "default": "'{0} of {1}'",
39917
40483
  "description": "The format used to set the aria-label on the carousel slides and the text displayed\nwhen the number of indicators is greater than tha maximum indicator count.\nInstances of '{0}' will be replaced with the index of the corresponding slide.\nInstances of '{1}' will be replaced with the total amount of slides.",
39918
40484
  "fieldName": "slidesLabelFormat",
39919
40485
  "attribute": "slides-label-format"
@@ -39949,6 +40515,12 @@
39949
40515
  "expandedType": {
39950
40516
  "text": "'slide' | 'fade' | 'none'"
39951
40517
  }
40518
+ },
40519
+ {
40520
+ "name": "locale",
40521
+ "description": "Gets/Sets the locale used for formatting and displaying the dates in the component.",
40522
+ "fieldName": "locale",
40523
+ "attribute": "locale"
39952
40524
  }
39953
40525
  ],
39954
40526
  "mixins": [
@@ -40244,6 +40816,16 @@
40244
40816
  "module": "src/components/common/mixins/forms/associated.ts"
40245
40817
  }
40246
40818
  },
40819
+ {
40820
+ "kind": "field",
40821
+ "name": "__i18nController",
40822
+ "privacy": "private",
40823
+ "readonly": true,
40824
+ "inheritedFrom": {
40825
+ "name": "BaseFormAssociated",
40826
+ "module": "src/components/common/mixins/forms/associated.ts"
40827
+ }
40828
+ },
40247
40829
  {
40248
40830
  "kind": "field",
40249
40831
  "name": "_isFormSubmit",
@@ -40463,6 +41045,19 @@
40463
41045
  "module": "src/components/common/mixins/forms/associated.ts"
40464
41046
  }
40465
41047
  },
41048
+ {
41049
+ "kind": "field",
41050
+ "name": "resourceStrings",
41051
+ "privacy": "public",
41052
+ "description": "The resource strings for localization.",
41053
+ "type": {
41054
+ "text": "IValidationResourceStrings"
41055
+ },
41056
+ "inheritedFrom": {
41057
+ "name": "BaseFormAssociated",
41058
+ "module": "src/components/common/mixins/forms/associated.ts"
41059
+ }
41060
+ },
40466
41061
  {
40467
41062
  "kind": "method",
40468
41063
  "name": "_handleInvalid",
@@ -41202,6 +41797,16 @@
41202
41797
  "module": "src/components/checkbox/checkbox-base.ts"
41203
41798
  }
41204
41799
  },
41800
+ {
41801
+ "kind": "field",
41802
+ "name": "__i18nController",
41803
+ "privacy": "private",
41804
+ "readonly": true,
41805
+ "inheritedFrom": {
41806
+ "name": "IgcCheckboxBaseComponent",
41807
+ "module": "src/components/checkbox/checkbox-base.ts"
41808
+ }
41809
+ },
41205
41810
  {
41206
41811
  "kind": "field",
41207
41812
  "name": "_formValue",
@@ -41447,6 +42052,19 @@
41447
42052
  "module": "src/components/checkbox/checkbox-base.ts"
41448
42053
  }
41449
42054
  },
42055
+ {
42056
+ "kind": "field",
42057
+ "name": "resourceStrings",
42058
+ "privacy": "public",
42059
+ "description": "The resource strings for localization.",
42060
+ "type": {
42061
+ "text": "IValidationResourceStrings"
42062
+ },
42063
+ "inheritedFrom": {
42064
+ "name": "IgcCheckboxBaseComponent",
42065
+ "module": "src/components/checkbox/checkbox-base.ts"
42066
+ }
42067
+ },
41450
42068
  {
41451
42069
  "kind": "method",
41452
42070
  "name": "_handleInvalid",
@@ -43426,16 +44044,15 @@
43426
44044
  "description": "",
43427
44045
  "name": "GroupDataOperation",
43428
44046
  "members": [
43429
- {
43430
- "kind": "field",
43431
- "name": "orderBy",
43432
- "privacy": "protected",
43433
- "default": "new Map( Object.entries({ asc: 1, desc: -1, }) )"
43434
- },
43435
44047
  {
43436
44048
  "kind": "method",
43437
44049
  "name": "apply",
43438
44050
  "privacy": "public",
44051
+ "return": {
44052
+ "type": {
44053
+ "text": "ComboRecord<T>[]"
44054
+ }
44055
+ },
43439
44056
  "parameters": [
43440
44057
  {
43441
44058
  "name": "data",
@@ -44253,7 +44870,7 @@
44253
44870
  "type": {
44254
44871
  "text": "Validator<IgcComboComponent>[]"
44255
44872
  },
44256
- "default": "[ { key: 'valueMissing', message: messages.required, isValid: ({ required, value }) => required ? Array.isArray(value) && value.length > 0 : true, }, ]"
44873
+ "default": "[ { key: 'valueMissing', messageResourceKey: validationResourcesKeys.required, isValid: ({ required, value }) => required ? Array.isArray(value) && value.length > 0 : true, }, ]"
44257
44874
  }
44258
44875
  ],
44259
44876
  "exports": [
@@ -44444,6 +45061,12 @@
44444
45061
  "privacy": "private",
44445
45062
  "readonly": true
44446
45063
  },
45064
+ {
45065
+ "kind": "field",
45066
+ "name": "_i18nController",
45067
+ "privacy": "private",
45068
+ "readonly": true
45069
+ },
44447
45070
  {
44448
45071
  "kind": "field",
44449
45072
  "name": "_formValue",
@@ -44655,6 +45278,13 @@
44655
45278
  "description": "Focuses the list of options when the menu opens.",
44656
45279
  "attribute": "autofocus-list"
44657
45280
  },
45281
+ {
45282
+ "kind": "field",
45283
+ "name": "locale",
45284
+ "privacy": "public",
45285
+ "description": "Gets/Sets the locale used for formatting and displaying the dates in the component.",
45286
+ "attribute": "locale"
45287
+ },
44658
45288
  {
44659
45289
  "kind": "field",
44660
45290
  "name": "label",
@@ -44678,14 +45308,18 @@
44678
45308
  {
44679
45309
  "kind": "field",
44680
45310
  "name": "placeholderSearch",
44681
- "type": {
44682
- "text": "string"
44683
- },
44684
45311
  "privacy": "public",
44685
- "default": "'Search'",
44686
45312
  "description": "The placeholder attribute of the search input.",
44687
45313
  "attribute": "placeholder-search"
44688
45314
  },
45315
+ {
45316
+ "kind": "field",
45317
+ "name": "_placeholderSearch",
45318
+ "type": {
45319
+ "text": "string | undefined"
45320
+ },
45321
+ "privacy": "private"
45322
+ },
44689
45323
  {
44690
45324
  "kind": "field",
44691
45325
  "name": "open",
@@ -44698,6 +45332,19 @@
44698
45332
  "attribute": "open",
44699
45333
  "reflects": true
44700
45334
  },
45335
+ {
45336
+ "kind": "field",
45337
+ "name": "resourceStrings",
45338
+ "privacy": "public",
45339
+ "description": "The resource strings for localization.",
45340
+ "type": {
45341
+ "text": "IValidationResourceStrings"
45342
+ },
45343
+ "inheritedFrom": {
45344
+ "name": "BaseFormAssociated",
45345
+ "module": "src/components/common/mixins/forms/associated.ts"
45346
+ }
45347
+ },
44701
45348
  {
44702
45349
  "kind": "field",
44703
45350
  "name": "valueKey",
@@ -44776,6 +45423,17 @@
44776
45423
  "text": "boolean"
44777
45424
  }
44778
45425
  },
45426
+ {
45427
+ "kind": "field",
45428
+ "name": "disableClear",
45429
+ "type": {
45430
+ "text": "boolean"
45431
+ },
45432
+ "privacy": "public",
45433
+ "default": "false",
45434
+ "description": "Hides the clear button.",
45435
+ "attribute": "disable-clear"
45436
+ },
44779
45437
  {
44780
45438
  "kind": "field",
44781
45439
  "name": "itemTemplate",
@@ -45325,6 +45983,16 @@
45325
45983
  "module": "src/components/common/mixins/forms/associated.ts"
45326
45984
  }
45327
45985
  },
45986
+ {
45987
+ "kind": "field",
45988
+ "name": "__i18nController",
45989
+ "privacy": "private",
45990
+ "readonly": true,
45991
+ "inheritedFrom": {
45992
+ "name": "BaseFormAssociated",
45993
+ "module": "src/components/common/mixins/forms/associated.ts"
45994
+ }
45995
+ },
45328
45996
  {
45329
45997
  "kind": "field",
45330
45998
  "name": "_isFormSubmit",
@@ -45937,6 +46605,12 @@
45937
46605
  "fieldName": "autofocusList",
45938
46606
  "attribute": "autofocus-list"
45939
46607
  },
46608
+ {
46609
+ "name": "locale",
46610
+ "description": "Gets/Sets the locale used for formatting and displaying the dates in the component.",
46611
+ "fieldName": "locale",
46612
+ "attribute": "locale"
46613
+ },
45940
46614
  {
45941
46615
  "name": "label",
45942
46616
  "type": {
@@ -45957,10 +46631,6 @@
45957
46631
  },
45958
46632
  {
45959
46633
  "name": "placeholder-search",
45960
- "type": {
45961
- "text": "string"
45962
- },
45963
- "default": "'Search'",
45964
46634
  "description": "The placeholder attribute of the search input.",
45965
46635
  "fieldName": "placeholderSearch",
45966
46636
  "attribute": "placeholder-search"
@@ -46046,6 +46716,16 @@
46046
46716
  "text": "boolean"
46047
46717
  }
46048
46718
  },
46719
+ {
46720
+ "name": "disable-clear",
46721
+ "type": {
46722
+ "text": "boolean"
46723
+ },
46724
+ "default": "false",
46725
+ "description": "Hides the clear button.",
46726
+ "fieldName": "disableClear",
46727
+ "attribute": "disable-clear"
46728
+ },
46049
46729
  {
46050
46730
  "name": "value",
46051
46731
  "description": "Returns the current selection as a list of comma separated values,\nrepresented by the value key, when provided.",
@@ -46150,7 +46830,7 @@
46150
46830
  "type": {
46151
46831
  "text": "Validator<IgcDatePickerComponent>[]"
46152
46832
  },
46153
- "default": "[ requiredValidator, minDateValidator, maxDateValidator, { key: 'badInput', message: ({ value }) => formatString(messages.disabledDate, value), isValid: ({ value, disabledDates }) => value && disabledDates ? !isDateInRanges(value, disabledDates) : true, }, ]"
46833
+ "default": "[ requiredValidator, minDateValidator, maxDateValidator, { key: 'badInput', messageResourceKey: validationResourcesKeys.disabledDate, messageFormat: (message, { value }) => formatString(message, value), isValid: ({ value, disabledDates }) => value && disabledDates ? !isDateInRanges(value, disabledDates) : true, }, ]"
46154
46834
  }
46155
46835
  ],
46156
46836
  "exports": [
@@ -46484,6 +47164,12 @@
46484
47164
  "privacy": "private",
46485
47165
  "default": "null"
46486
47166
  },
47167
+ {
47168
+ "kind": "field",
47169
+ "name": "_i18nController",
47170
+ "privacy": "private",
47171
+ "readonly": true
47172
+ },
46487
47173
  {
46488
47174
  "kind": "field",
46489
47175
  "name": "_activeDate",
@@ -46842,17 +47528,6 @@
46842
47528
  "text": "string"
46843
47529
  }
46844
47530
  },
46845
- {
46846
- "kind": "field",
46847
- "name": "locale",
46848
- "type": {
46849
- "text": "string"
46850
- },
46851
- "privacy": "public",
46852
- "default": "'en'",
46853
- "description": "The locale settings used to display the value.",
46854
- "attribute": "locale"
46855
- },
46856
47531
  {
46857
47532
  "kind": "field",
46858
47533
  "name": "prompt",
@@ -46864,15 +47539,25 @@
46864
47539
  "description": "The prompt symbol to use for unfilled parts of the mask.",
46865
47540
  "attribute": "prompt"
46866
47541
  },
47542
+ {
47543
+ "kind": "field",
47544
+ "name": "locale",
47545
+ "privacy": "public",
47546
+ "description": "Gets/Sets the locale used for formatting the display value.",
47547
+ "attribute": "locale"
47548
+ },
46867
47549
  {
46868
47550
  "kind": "field",
46869
47551
  "name": "resourceStrings",
47552
+ "privacy": "public",
47553
+ "description": "The resource strings for localization.",
46870
47554
  "type": {
46871
- "text": "IgcCalendarResourceStrings"
47555
+ "text": "IValidationResourceStrings"
46872
47556
  },
46873
- "privacy": "public",
46874
- "default": "IgcCalendarResourceStringEN",
46875
- "description": "The resource strings of the calendar."
47557
+ "inheritedFrom": {
47558
+ "name": "BaseFormAssociated",
47559
+ "module": "src/components/common/mixins/forms/associated.ts"
47560
+ }
46876
47561
  },
46877
47562
  {
46878
47563
  "kind": "field",
@@ -47384,6 +48069,16 @@
47384
48069
  "module": "src/components/common/mixins/forms/associated.ts"
47385
48070
  }
47386
48071
  },
48072
+ {
48073
+ "kind": "field",
48074
+ "name": "__i18nController",
48075
+ "privacy": "private",
48076
+ "readonly": true,
48077
+ "inheritedFrom": {
48078
+ "name": "BaseFormAssociated",
48079
+ "module": "src/components/common/mixins/forms/associated.ts"
48080
+ }
48081
+ },
47387
48082
  {
47388
48083
  "kind": "field",
47389
48084
  "name": "_isFormSubmit",
@@ -48372,16 +49067,6 @@
48372
49067
  "text": "string"
48373
49068
  }
48374
49069
  },
48375
- {
48376
- "name": "locale",
48377
- "type": {
48378
- "text": "string"
48379
- },
48380
- "default": "'en'",
48381
- "description": "The locale settings used to display the value.",
48382
- "fieldName": "locale",
48383
- "attribute": "locale"
48384
- },
48385
49070
  {
48386
49071
  "name": "prompt",
48387
49072
  "type": {
@@ -48392,6 +49077,12 @@
48392
49077
  "fieldName": "prompt",
48393
49078
  "attribute": "prompt"
48394
49079
  },
49080
+ {
49081
+ "name": "locale",
49082
+ "description": "Gets/Sets the locale used for formatting the display value.",
49083
+ "fieldName": "locale",
49084
+ "attribute": "locale"
49085
+ },
48395
49086
  {
48396
49087
  "name": "active-date",
48397
49088
  "description": "Gets/Sets the date which is shown in the calendar picker and is highlighted.\nBy default it is the current date.",
@@ -51553,6 +52244,16 @@
51553
52244
  "module": "src/components/common/mixins/forms/associated.ts"
51554
52245
  }
51555
52246
  },
52247
+ {
52248
+ "kind": "field",
52249
+ "name": "__i18nController",
52250
+ "privacy": "private",
52251
+ "readonly": true,
52252
+ "inheritedFrom": {
52253
+ "name": "BaseFormAssociated",
52254
+ "module": "src/components/common/mixins/forms/associated.ts"
52255
+ }
52256
+ },
51556
52257
  {
51557
52258
  "kind": "field",
51558
52259
  "name": "_isFormSubmit",
@@ -51772,6 +52473,19 @@
51772
52473
  "module": "src/components/common/mixins/forms/associated.ts"
51773
52474
  }
51774
52475
  },
52476
+ {
52477
+ "kind": "field",
52478
+ "name": "resourceStrings",
52479
+ "privacy": "public",
52480
+ "description": "The resource strings for localization.",
52481
+ "type": {
52482
+ "text": "IValidationResourceStrings"
52483
+ },
52484
+ "inheritedFrom": {
52485
+ "name": "BaseFormAssociated",
52486
+ "module": "src/components/common/mixins/forms/associated.ts"
52487
+ }
52488
+ },
51775
52489
  {
51776
52490
  "kind": "method",
51777
52491
  "name": "_handleInvalid",
@@ -53109,7 +53823,7 @@
53109
53823
  "type": {
53110
53824
  "text": "Validator<IgcMaskInputComponent>[]"
53111
53825
  },
53112
- "default": "[ requiredValidator, { key: 'badInput', message: messages.mask, // @ts-expect-error - protected access isValid: ({ _parser, _maskedValue }) => _parser.isValidString(_maskedValue), }, ]"
53826
+ "default": "[ requiredValidator, { key: 'badInput', messageResourceKey: validationResourcesKeys.mask, // @ts-expect-error - protected access isValid: ({ _parser, _maskedValue }) => _parser.isValidString(_maskedValue), }, ]"
53113
53827
  }
53114
53828
  ],
53115
53829
  "exports": [
@@ -53755,6 +54469,16 @@
53755
54469
  "module": "src/components/input/input-base.ts"
53756
54470
  }
53757
54471
  },
54472
+ {
54473
+ "kind": "field",
54474
+ "name": "__i18nController",
54475
+ "privacy": "private",
54476
+ "readonly": true,
54477
+ "inheritedFrom": {
54478
+ "name": "IgcInputBaseComponent",
54479
+ "module": "src/components/input/input-base.ts"
54480
+ }
54481
+ },
53758
54482
  {
53759
54483
  "kind": "field",
53760
54484
  "name": "_isFormSubmit",
@@ -53974,6 +54698,19 @@
53974
54698
  "module": "src/components/input/input-base.ts"
53975
54699
  }
53976
54700
  },
54701
+ {
54702
+ "kind": "field",
54703
+ "name": "resourceStrings",
54704
+ "privacy": "public",
54705
+ "description": "The resource strings for localization.",
54706
+ "type": {
54707
+ "text": "IValidationResourceStrings"
54708
+ },
54709
+ "inheritedFrom": {
54710
+ "name": "IgcInputBaseComponent",
54711
+ "module": "src/components/input/input-base.ts"
54712
+ }
54713
+ },
53977
54714
  {
53978
54715
  "kind": "method",
53979
54716
  "name": "_handleInvalid",
@@ -55299,7 +56036,7 @@
55299
56036
  "type": {
55300
56037
  "text": "Validator<IgcRadioComponent>[]"
55301
56038
  },
55302
- "default": "[ { key: 'valueMissing', message: messages.required, isValid: (host) => { const { radios, checked } = getGroup(host); return radios.some((radio) => radio.required) ? checked.length > 0 : true; }, }, ]"
56039
+ "default": "[ { key: 'valueMissing', messageResourceKey: validationResourcesKeys.required, isValid: (host) => { const { radios, checked } = getGroup(host); return radios.some((radio) => radio.required) ? checked.length > 0 : true; }, }, ]"
55303
56040
  }
55304
56041
  ],
55305
56042
  "exports": [
@@ -55819,6 +56556,16 @@
55819
56556
  "module": "src/components/common/mixins/forms/associated.ts"
55820
56557
  }
55821
56558
  },
56559
+ {
56560
+ "kind": "field",
56561
+ "name": "__i18nController",
56562
+ "privacy": "private",
56563
+ "readonly": true,
56564
+ "inheritedFrom": {
56565
+ "name": "BaseFormAssociated",
56566
+ "module": "src/components/common/mixins/forms/associated.ts"
56567
+ }
56568
+ },
55822
56569
  {
55823
56570
  "kind": "field",
55824
56571
  "name": "_isFormSubmit",
@@ -56038,6 +56785,19 @@
56038
56785
  "module": "src/components/common/mixins/forms/associated.ts"
56039
56786
  }
56040
56787
  },
56788
+ {
56789
+ "kind": "field",
56790
+ "name": "resourceStrings",
56791
+ "privacy": "public",
56792
+ "description": "The resource strings for localization.",
56793
+ "type": {
56794
+ "text": "IValidationResourceStrings"
56795
+ },
56796
+ "inheritedFrom": {
56797
+ "name": "BaseFormAssociated",
56798
+ "module": "src/components/common/mixins/forms/associated.ts"
56799
+ }
56800
+ },
56041
56801
  {
56042
56802
  "kind": "method",
56043
56803
  "name": "_handleInvalid",
@@ -57238,6 +57998,16 @@
57238
57998
  "module": "src/components/common/mixins/forms/associated.ts"
57239
57999
  }
57240
58000
  },
58001
+ {
58002
+ "kind": "field",
58003
+ "name": "__i18nController",
58004
+ "privacy": "private",
58005
+ "readonly": true,
58006
+ "inheritedFrom": {
58007
+ "name": "BaseFormAssociated",
58008
+ "module": "src/components/common/mixins/forms/associated.ts"
58009
+ }
58010
+ },
57241
58011
  {
57242
58012
  "kind": "field",
57243
58013
  "name": "_isFormSubmit",
@@ -57470,6 +58240,19 @@
57470
58240
  "module": "src/components/common/mixins/forms/associated.ts"
57471
58241
  }
57472
58242
  },
58243
+ {
58244
+ "kind": "field",
58245
+ "name": "resourceStrings",
58246
+ "privacy": "public",
58247
+ "description": "The resource strings for localization.",
58248
+ "type": {
58249
+ "text": "IValidationResourceStrings"
58250
+ },
58251
+ "inheritedFrom": {
58252
+ "name": "BaseFormAssociated",
58253
+ "module": "src/components/common/mixins/forms/associated.ts"
58254
+ }
58255
+ },
57473
58256
  {
57474
58257
  "kind": "method",
57475
58258
  "name": "_handleInvalid",
@@ -61281,6 +62064,16 @@
61281
62064
  "module": "src/components/common/mixins/forms/associated.ts"
61282
62065
  }
61283
62066
  },
62067
+ {
62068
+ "kind": "field",
62069
+ "name": "__i18nController",
62070
+ "privacy": "private",
62071
+ "readonly": true,
62072
+ "inheritedFrom": {
62073
+ "name": "BaseFormAssociated",
62074
+ "module": "src/components/common/mixins/forms/associated.ts"
62075
+ }
62076
+ },
61284
62077
  {
61285
62078
  "kind": "field",
61286
62079
  "name": "_isFormSubmit",
@@ -61513,6 +62306,19 @@
61513
62306
  "module": "src/components/common/mixins/forms/associated.ts"
61514
62307
  }
61515
62308
  },
62309
+ {
62310
+ "kind": "field",
62311
+ "name": "resourceStrings",
62312
+ "privacy": "public",
62313
+ "description": "The resource strings for localization.",
62314
+ "type": {
62315
+ "text": "IValidationResourceStrings"
62316
+ },
62317
+ "inheritedFrom": {
62318
+ "name": "BaseFormAssociated",
62319
+ "module": "src/components/common/mixins/forms/associated.ts"
62320
+ }
62321
+ },
61516
62322
  {
61517
62323
  "kind": "method",
61518
62324
  "name": "_handleInvalid",
@@ -64037,6 +64843,16 @@
64037
64843
  "module": "src/components/checkbox/checkbox-base.ts"
64038
64844
  }
64039
64845
  },
64846
+ {
64847
+ "kind": "field",
64848
+ "name": "__i18nController",
64849
+ "privacy": "private",
64850
+ "readonly": true,
64851
+ "inheritedFrom": {
64852
+ "name": "IgcCheckboxBaseComponent",
64853
+ "module": "src/components/checkbox/checkbox-base.ts"
64854
+ }
64855
+ },
64040
64856
  {
64041
64857
  "kind": "field",
64042
64858
  "name": "_formValue",
@@ -64282,6 +65098,19 @@
64282
65098
  "module": "src/components/checkbox/checkbox-base.ts"
64283
65099
  }
64284
65100
  },
65101
+ {
65102
+ "kind": "field",
65103
+ "name": "resourceStrings",
65104
+ "privacy": "public",
65105
+ "description": "The resource strings for localization.",
65106
+ "type": {
65107
+ "text": "IValidationResourceStrings"
65108
+ },
65109
+ "inheritedFrom": {
65110
+ "name": "IgcCheckboxBaseComponent",
65111
+ "module": "src/components/checkbox/checkbox-base.ts"
65112
+ }
65113
+ },
64285
65114
  {
64286
65115
  "kind": "method",
64287
65116
  "name": "_handleInvalid",
@@ -68885,7 +69714,7 @@
68885
69714
  "name": "IgcCalendarResourceStringEN",
68886
69715
  "declaration": {
68887
69716
  "name": "IgcCalendarResourceStringEN",
68888
- "module": "./components/common/i18n/calendar.resources.js"
69717
+ "module": "./components/common/i18n/EN/calendar.resources.js"
68889
69718
  }
68890
69719
  },
68891
69720
  {
@@ -68893,7 +69722,7 @@
68893
69722
  "name": "IgcCalendarResourceStrings",
68894
69723
  "declaration": {
68895
69724
  "name": "IgcCalendarResourceStrings",
68896
- "module": "./components/common/i18n/calendar.resources.js"
69725
+ "module": "./components/common/i18n/EN/calendar.resources.js"
68897
69726
  }
68898
69727
  },
68899
69728
  {
@@ -68901,7 +69730,7 @@
68901
69730
  "name": "IgcChatResourceStringEN",
68902
69731
  "declaration": {
68903
69732
  "name": "IgcChatResourceStringEN",
68904
- "module": "./components/common/i18n/chat.resources.js"
69733
+ "module": "./components/common/i18n/EN/chat.resources.js"
68905
69734
  }
68906
69735
  },
68907
69736
  {
@@ -68909,7 +69738,135 @@
68909
69738
  "name": "IgcChatResourceStrings",
68910
69739
  "declaration": {
68911
69740
  "name": "IgcChatResourceStrings",
68912
- "module": "./components/common/i18n/chat.resources.js"
69741
+ "module": "./components/common/i18n/EN/chat.resources.js"
69742
+ }
69743
+ },
69744
+ {
69745
+ "kind": "js",
69746
+ "name": "ICalendarResourceStrings",
69747
+ "declaration": {
69748
+ "name": "ICalendarResourceStrings",
69749
+ "package": "igniteui-i18n-core"
69750
+ }
69751
+ },
69752
+ {
69753
+ "kind": "js",
69754
+ "name": "ICarouselResourceStrings",
69755
+ "declaration": {
69756
+ "name": "ICarouselResourceStrings",
69757
+ "package": "igniteui-i18n-core"
69758
+ }
69759
+ },
69760
+ {
69761
+ "kind": "js",
69762
+ "name": "IComboResourceStrings",
69763
+ "declaration": {
69764
+ "name": "IComboResourceStrings",
69765
+ "package": "igniteui-i18n-core"
69766
+ }
69767
+ },
69768
+ {
69769
+ "kind": "js",
69770
+ "name": "IChipResourceStrings",
69771
+ "declaration": {
69772
+ "name": "IChipResourceStrings",
69773
+ "package": "igniteui-i18n-core"
69774
+ }
69775
+ },
69776
+ {
69777
+ "kind": "js",
69778
+ "name": "IDateRangePickerResourceStrings",
69779
+ "declaration": {
69780
+ "name": "IDateRangePickerResourceStrings",
69781
+ "package": "igniteui-i18n-core"
69782
+ }
69783
+ },
69784
+ {
69785
+ "kind": "js",
69786
+ "name": "IValidationResourceStrings",
69787
+ "declaration": {
69788
+ "name": "IValidationResourceStrings",
69789
+ "package": "igniteui-i18n-core"
69790
+ }
69791
+ },
69792
+ {
69793
+ "kind": "js",
69794
+ "name": "CalendarResourceStringsEN",
69795
+ "declaration": {
69796
+ "name": "CalendarResourceStringsEN",
69797
+ "package": "igniteui-i18n-core"
69798
+ }
69799
+ },
69800
+ {
69801
+ "kind": "js",
69802
+ "name": "CarouselResourceStringsEN",
69803
+ "declaration": {
69804
+ "name": "CarouselResourceStringsEN",
69805
+ "package": "igniteui-i18n-core"
69806
+ }
69807
+ },
69808
+ {
69809
+ "kind": "js",
69810
+ "name": "ComboResourceStringsEN",
69811
+ "declaration": {
69812
+ "name": "ComboResourceStringsEN",
69813
+ "package": "igniteui-i18n-core"
69814
+ }
69815
+ },
69816
+ {
69817
+ "kind": "js",
69818
+ "name": "ChipResourceStringsEN",
69819
+ "declaration": {
69820
+ "name": "ChipResourceStringsEN",
69821
+ "package": "igniteui-i18n-core"
69822
+ }
69823
+ },
69824
+ {
69825
+ "kind": "js",
69826
+ "name": "DateRangePickerResourceStringsEN",
69827
+ "declaration": {
69828
+ "name": "DateRangePickerResourceStringsEN",
69829
+ "package": "igniteui-i18n-core"
69830
+ }
69831
+ },
69832
+ {
69833
+ "kind": "js",
69834
+ "name": "ValidationResourceStringsEN",
69835
+ "declaration": {
69836
+ "name": "ValidationResourceStringsEN",
69837
+ "package": "igniteui-i18n-core"
69838
+ }
69839
+ },
69840
+ {
69841
+ "kind": "js",
69842
+ "name": "registerI18n",
69843
+ "declaration": {
69844
+ "name": "registerI18n",
69845
+ "package": "igniteui-i18n-core"
69846
+ }
69847
+ },
69848
+ {
69849
+ "kind": "js",
69850
+ "name": "setCurrentI18n",
69851
+ "declaration": {
69852
+ "name": "setCurrentI18n",
69853
+ "package": "igniteui-i18n-core"
69854
+ }
69855
+ },
69856
+ {
69857
+ "kind": "js",
69858
+ "name": "getCurrentI18n",
69859
+ "declaration": {
69860
+ "name": "getCurrentI18n",
69861
+ "package": "igniteui-i18n-core"
69862
+ }
69863
+ },
69864
+ {
69865
+ "kind": "js",
69866
+ "name": "getCurrentResourceStrings",
69867
+ "declaration": {
69868
+ "name": "getCurrentResourceStrings",
69869
+ "package": "igniteui-i18n-core"
68913
69870
  }
68914
69871
  },
68915
69872
  {