igniteui-webcomponents 5.4.1 → 6.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (215) hide show
  1. package/CHANGELOG.md +74 -0
  2. package/README.md +6 -1
  3. package/components/avatar/themes/dark/avatar.bootstrap.css.js +1 -1
  4. package/components/avatar/themes/dark/avatar.bootstrap.css.js.map +1 -1
  5. package/components/avatar/themes/dark/avatar.fluent.css.js +1 -1
  6. package/components/avatar/themes/dark/avatar.fluent.css.js.map +1 -1
  7. package/components/avatar/themes/dark/avatar.material.css.js +1 -1
  8. package/components/avatar/themes/dark/avatar.material.css.js.map +1 -1
  9. package/components/calendar/themes/dark/calendar.fluent.css.js +1 -1
  10. package/components/calendar/themes/dark/calendar.fluent.css.js.map +1 -1
  11. package/components/calendar/themes/light/calendar.fluent.css.js +1 -1
  12. package/components/calendar/themes/light/calendar.fluent.css.js.map +1 -1
  13. package/components/calendar/themes/light/calendar.shared.css.js +1 -1
  14. package/components/calendar/themes/light/calendar.shared.css.js.map +1 -1
  15. package/components/checkbox/checkbox-base.d.ts +0 -2
  16. package/components/checkbox/checkbox-base.js.map +1 -1
  17. package/components/chip/chip.d.ts +4 -0
  18. package/components/chip/chip.js +26 -3
  19. package/components/chip/chip.js.map +1 -1
  20. package/components/chip/themes/shared/chip.common.css.js +1 -1
  21. package/components/chip/themes/shared/chip.common.css.js.map +1 -1
  22. package/components/chip/themes/shared/chip.indigo.css.js +1 -1
  23. package/components/chip/themes/shared/chip.indigo.css.js.map +1 -1
  24. package/components/common/controllers/gestures.d.ts +1 -0
  25. package/components/common/controllers/gestures.js.map +1 -1
  26. package/components/common/controllers/resize-observer.d.ts +40 -0
  27. package/components/common/controllers/resize-observer.js +37 -0
  28. package/components/common/controllers/resize-observer.js.map +1 -0
  29. package/components/common/definitions/defineAllComponents.js +0 -2
  30. package/components/common/definitions/defineAllComponents.js.map +1 -1
  31. package/components/common/util.d.ts +1 -17
  32. package/components/common/util.js +10 -10
  33. package/components/common/util.js.map +1 -1
  34. package/components/date-picker/date-picker.d.ts +35 -35
  35. package/components/date-picker/date-picker.js +131 -128
  36. package/components/date-picker/date-picker.js.map +1 -1
  37. package/components/date-picker/themes/dark/date-picker.fluent.css.js +1 -1
  38. package/components/date-picker/themes/dark/date-picker.fluent.css.js.map +1 -1
  39. package/components/date-picker/themes/light/date-picker.fluent.css.js +1 -1
  40. package/components/date-picker/themes/light/date-picker.fluent.css.js.map +1 -1
  41. package/components/date-picker/themes/light/date-picker.shared.css.js +1 -1
  42. package/components/date-picker/themes/light/date-picker.shared.css.js.map +1 -1
  43. package/components/date-time-input/date-time-input.js +1 -1
  44. package/components/date-time-input/date-time-input.js.map +1 -1
  45. package/components/file-input/file-input.d.ts +1 -1
  46. package/components/file-input/file-input.js.map +1 -1
  47. package/components/input/themes/input.base.css.js +1 -1
  48. package/components/input/themes/input.base.css.js.map +1 -1
  49. package/components/popover/popover.js +1 -1
  50. package/components/popover/popover.js.map +1 -1
  51. package/components/popover/themes/light/popover.base.css.js +1 -1
  52. package/components/popover/themes/light/popover.base.css.js.map +1 -1
  53. package/components/progress/themes/circular/dark/circular.progress.shared.css.js +1 -1
  54. package/components/progress/themes/circular/dark/circular.progress.shared.css.js.map +1 -1
  55. package/components/progress/themes/linear/dark/linear.progress.bootstrap.css.js +1 -1
  56. package/components/progress/themes/linear/dark/linear.progress.bootstrap.css.js.map +1 -1
  57. package/components/progress/themes/linear/dark/linear.progress.shared.css.js +1 -1
  58. package/components/progress/themes/linear/dark/linear.progress.shared.css.js.map +1 -1
  59. package/components/radio/radio.d.ts +0 -2
  60. package/components/radio/radio.js.map +1 -1
  61. package/components/radio-group/radio-group.d.ts +2 -1
  62. package/components/radio-group/radio-group.js +23 -10
  63. package/components/radio-group/radio-group.js.map +1 -1
  64. package/components/radio-group/themes/dark/radio-group.bootstrap.css.js +3 -0
  65. package/components/radio-group/themes/dark/radio-group.bootstrap.css.js.map +1 -0
  66. package/components/radio-group/themes/dark/radio-group.fluent.css.js +3 -0
  67. package/components/radio-group/themes/dark/radio-group.fluent.css.js.map +1 -0
  68. package/components/radio-group/themes/dark/radio-group.indigo.css.js +3 -0
  69. package/components/radio-group/themes/dark/radio-group.indigo.css.js.map +1 -0
  70. package/components/radio-group/themes/dark/radio-group.material.css.js +3 -0
  71. package/components/radio-group/themes/dark/radio-group.material.css.js.map +1 -0
  72. package/components/radio-group/themes/light/radio-group.bootstrap.css.js +3 -0
  73. package/components/radio-group/themes/light/radio-group.bootstrap.css.js.map +1 -0
  74. package/components/radio-group/themes/light/radio-group.fluent.css.d.ts +1 -0
  75. package/components/radio-group/themes/light/radio-group.fluent.css.js +3 -0
  76. package/components/radio-group/themes/light/radio-group.fluent.css.js.map +1 -0
  77. package/components/radio-group/themes/light/radio-group.indigo.css.d.ts +1 -0
  78. package/components/radio-group/themes/light/radio-group.indigo.css.js +3 -0
  79. package/components/radio-group/themes/light/radio-group.indigo.css.js.map +1 -0
  80. package/components/radio-group/themes/light/radio-group.material.css.d.ts +1 -0
  81. package/components/radio-group/themes/light/radio-group.material.css.js +3 -0
  82. package/components/radio-group/themes/light/radio-group.material.css.js.map +1 -0
  83. package/components/radio-group/themes/light/radio-group.shared.css.d.ts +1 -0
  84. package/components/radio-group/themes/light/radio-group.shared.css.js +3 -0
  85. package/components/radio-group/themes/light/radio-group.shared.css.js.map +1 -0
  86. package/components/radio-group/themes/radio-group.base.css.d.ts +1 -0
  87. package/components/radio-group/{radio-group.base.css.js → themes/radio-group.base.css.js} +1 -1
  88. package/components/radio-group/themes/radio-group.base.css.js.map +1 -0
  89. package/components/radio-group/themes/shared/radio-group.bootstrap.css.d.ts +1 -0
  90. package/components/radio-group/themes/shared/radio-group.bootstrap.css.js +3 -0
  91. package/components/radio-group/themes/shared/radio-group.bootstrap.css.js.map +1 -0
  92. package/components/radio-group/themes/shared/radio-group.common.css.d.ts +1 -0
  93. package/components/radio-group/themes/shared/radio-group.common.css.js +3 -0
  94. package/components/radio-group/themes/shared/radio-group.common.css.js.map +1 -0
  95. package/components/radio-group/themes/shared/radio-group.fluent.css.d.ts +1 -0
  96. package/components/radio-group/themes/shared/radio-group.fluent.css.js +3 -0
  97. package/components/radio-group/themes/shared/radio-group.fluent.css.js.map +1 -0
  98. package/components/radio-group/themes/shared/radio-group.indigo.css.d.ts +1 -0
  99. package/components/radio-group/themes/shared/radio-group.indigo.css.js +3 -0
  100. package/components/radio-group/themes/shared/radio-group.indigo.css.js.map +1 -0
  101. package/components/radio-group/themes/shared/radio-group.material.css.d.ts +1 -0
  102. package/components/radio-group/themes/shared/radio-group.material.css.js +3 -0
  103. package/components/radio-group/themes/shared/radio-group.material.css.js.map +1 -0
  104. package/components/radio-group/themes/themes.d.ts +2 -0
  105. package/components/radio-group/themes/themes.js +50 -0
  106. package/components/radio-group/themes/themes.js.map +1 -0
  107. package/components/slider/range-slider.d.ts +0 -2
  108. package/components/slider/range-slider.js.map +1 -1
  109. package/components/stepper/step.d.ts +1 -1
  110. package/components/stepper/step.js +3 -2
  111. package/components/stepper/step.js.map +1 -1
  112. package/components/stepper/stepper.common.d.ts +0 -4
  113. package/components/stepper/stepper.common.js.map +1 -1
  114. package/components/stepper/stepper.d.ts +2 -2
  115. package/components/stepper/stepper.js +2 -9
  116. package/components/stepper/stepper.js.map +1 -1
  117. package/components/stepper/themes/step/dark/step.indigo.css.js +1 -1
  118. package/components/stepper/themes/step/dark/step.indigo.css.js.map +1 -1
  119. package/components/stepper/themes/step/light/step.bootstrap.css.js +1 -1
  120. package/components/stepper/themes/step/light/step.bootstrap.css.js.map +1 -1
  121. package/components/stepper/themes/step/light/step.fluent.css.js +1 -1
  122. package/components/stepper/themes/step/light/step.fluent.css.js.map +1 -1
  123. package/components/stepper/themes/step/light/step.indigo.css.js +1 -1
  124. package/components/stepper/themes/step/light/step.indigo.css.js.map +1 -1
  125. package/components/stepper/themes/step/light/step.material.css.js +1 -1
  126. package/components/stepper/themes/step/light/step.material.css.js.map +1 -1
  127. package/components/stepper/themes/step/light/step.shared.css.js +1 -1
  128. package/components/stepper/themes/step/light/step.shared.css.js.map +1 -1
  129. package/components/tabs/tab-dom.d.ts +66 -0
  130. package/components/tabs/tab-dom.js +106 -0
  131. package/components/tabs/tab-dom.js.map +1 -0
  132. package/components/tabs/tab.d.ts +14 -15
  133. package/components/tabs/tab.js +27 -22
  134. package/components/tabs/tab.js.map +1 -1
  135. package/components/tabs/tabs.d.ts +43 -49
  136. package/components/tabs/tabs.js +178 -231
  137. package/components/tabs/tabs.js.map +1 -1
  138. package/components/tabs/themes/dark/tab.indigo.css.js +1 -1
  139. package/components/tabs/themes/dark/tab.indigo.css.js.map +1 -1
  140. package/components/tabs/themes/light/tab.indigo.css.js +1 -1
  141. package/components/tabs/themes/light/tab.indigo.css.js.map +1 -1
  142. package/components/tabs/themes/shared/tab/tab.bootstrap.css.js +1 -1
  143. package/components/tabs/themes/shared/tab/tab.bootstrap.css.js.map +1 -1
  144. package/components/tabs/themes/shared/tab/tab.common.css.js +1 -1
  145. package/components/tabs/themes/shared/tab/tab.common.css.js.map +1 -1
  146. package/components/tabs/themes/shared/tab/tab.fluent.css.js +1 -1
  147. package/components/tabs/themes/shared/tab/tab.fluent.css.js.map +1 -1
  148. package/components/tabs/themes/shared/tab/tab.indigo.css.js +1 -1
  149. package/components/tabs/themes/shared/tab/tab.indigo.css.js.map +1 -1
  150. package/components/tabs/themes/shared/tab/tab.material.css.d.ts +1 -0
  151. package/components/tabs/themes/shared/tab/tab.material.css.js +3 -0
  152. package/components/tabs/themes/shared/tab/tab.material.css.js.map +1 -0
  153. package/components/tabs/themes/shared/tabs/tabs.bootstrap.css.js +1 -1
  154. package/components/tabs/themes/shared/tabs/tabs.bootstrap.css.js.map +1 -1
  155. package/components/tabs/themes/shared/tabs/tabs.common.css.js +1 -1
  156. package/components/tabs/themes/shared/tabs/tabs.common.css.js.map +1 -1
  157. package/components/tabs/themes/shared/tabs/tabs.fluent.css.js +1 -1
  158. package/components/tabs/themes/shared/tabs/tabs.fluent.css.js.map +1 -1
  159. package/components/tabs/themes/shared/tabs/tabs.indigo.css.js +1 -1
  160. package/components/tabs/themes/shared/tabs/tabs.indigo.css.js.map +1 -1
  161. package/components/tabs/themes/shared/tabs/tabs.material.css.d.ts +1 -0
  162. package/components/tabs/themes/shared/tabs/tabs.material.css.js +3 -0
  163. package/components/tabs/themes/shared/tabs/tabs.material.css.js.map +1 -0
  164. package/components/tabs/themes/tab-themes.js +7 -0
  165. package/components/tabs/themes/tab-themes.js.map +1 -1
  166. package/components/tabs/themes/tab.base.css.js +1 -1
  167. package/components/tabs/themes/tab.base.css.js.map +1 -1
  168. package/components/tabs/themes/tabs-themes.js +3 -2
  169. package/components/tabs/themes/tabs-themes.js.map +1 -1
  170. package/components/tabs/themes/tabs.base.css.js +1 -1
  171. package/components/tabs/themes/tabs.base.css.js.map +1 -1
  172. package/components/tabs/themes/tabs.common.css.d.ts +1 -0
  173. package/components/tabs/themes/tabs.common.css.js +3 -0
  174. package/components/tabs/themes/tabs.common.css.js.map +1 -0
  175. package/components/textarea/textarea.d.ts +31 -34
  176. package/components/textarea/textarea.js +89 -91
  177. package/components/textarea/textarea.js.map +1 -1
  178. package/components/tooltip/tooltip.js.map +1 -1
  179. package/components/types.d.ts +2 -2
  180. package/components/types.js.map +1 -1
  181. package/components/validation-container/themes/dark/validator.indigo.css.js +1 -1
  182. package/components/validation-container/themes/dark/validator.indigo.css.js.map +1 -1
  183. package/custom-elements.json +873 -616
  184. package/igniteui-webcomponents.css-data.json +1 -1
  185. package/igniteui-webcomponents.html-data.json +1 -1
  186. package/index.d.ts +0 -5
  187. package/index.js +0 -1
  188. package/index.js.map +1 -1
  189. package/package.json +4 -3
  190. package/themes/dark/bootstrap.css +1 -1
  191. package/themes/dark/fluent.css +1 -1
  192. package/themes/dark/indigo.css +1 -1
  193. package/themes/dark/material.css +1 -1
  194. package/themes/light/bootstrap.css +1 -1
  195. package/themes/light/fluent.css +1 -1
  196. package/themes/light/indigo.css +1 -1
  197. package/themes/light/material.css +1 -1
  198. package/web-types.json +2 -2
  199. package/components/radio-group/radio-group.base.css.js.map +0 -1
  200. package/components/radio-group/radio-group.fluent.css.js +0 -3
  201. package/components/radio-group/radio-group.fluent.css.js.map +0 -1
  202. package/components/radio-group/radio-group.indigo.css.js +0 -3
  203. package/components/radio-group/radio-group.indigo.css.js.map +0 -1
  204. package/components/radio-group/radio-group.material.css.js +0 -3
  205. package/components/radio-group/radio-group.material.css.js.map +0 -1
  206. package/components/tabs/tab-panel.d.ts +0 -21
  207. package/components/tabs/tab-panel.js +0 -26
  208. package/components/tabs/tab-panel.js.map +0 -1
  209. package/components/tabs/themes/tab-panel.base.css.js +0 -3
  210. package/components/tabs/themes/tab-panel.base.css.js.map +0 -1
  211. /package/components/radio-group/{radio-group.base.css.d.ts → themes/dark/radio-group.bootstrap.css.d.ts} +0 -0
  212. /package/components/radio-group/{radio-group.fluent.css.d.ts → themes/dark/radio-group.fluent.css.d.ts} +0 -0
  213. /package/components/radio-group/{radio-group.indigo.css.d.ts → themes/dark/radio-group.indigo.css.d.ts} +0 -0
  214. /package/components/radio-group/{radio-group.material.css.d.ts → themes/dark/radio-group.material.css.d.ts} +0 -0
  215. /package/components/{tabs/themes/tab-panel.base.css.d.ts → radio-group/themes/light/radio-group.bootstrap.css.d.ts} +0 -0
@@ -126,25 +126,6 @@
126
126
  }
127
127
  ]
128
128
  },
129
- {
130
- "kind": "function",
131
- "name": "getOffset",
132
- "parameters": [
133
- {
134
- "name": "element",
135
- "type": {
136
- "text": "HTMLElement"
137
- }
138
- },
139
- {
140
- "name": "parent",
141
- "type": {
142
- "text": "HTMLElement"
143
- }
144
- }
145
- ],
146
- "description": "\nReturns an element's offset relative to its parent. Similar to element.offsetTop and element.offsetLeft, except the\nparent doesn't have to be positioned relative or absolute.\n\nWork around for the following issues in Chromium based browsers:\n\nhttps://bugs.chromium.org/p/chromium/issues/detail?id=1330819\nhttps://bugs.chromium.org/p/chromium/issues/detail?id=1334556"
147
- },
148
129
  {
149
130
  "kind": "function",
150
131
  "name": "createCounter"
@@ -680,6 +661,31 @@
680
661
  }
681
662
  ]
682
663
  },
664
+ {
665
+ "kind": "function",
666
+ "name": "scrollIntoView",
667
+ "return": {
668
+ "type": {
669
+ "text": "void"
670
+ }
671
+ },
672
+ "parameters": [
673
+ {
674
+ "name": "element",
675
+ "optional": true,
676
+ "type": {
677
+ "text": "HTMLElement"
678
+ }
679
+ },
680
+ {
681
+ "name": "config",
682
+ "optional": true,
683
+ "type": {
684
+ "text": "ScrollIntoViewOptions"
685
+ }
686
+ }
687
+ ]
688
+ },
683
689
  {
684
690
  "kind": "function",
685
691
  "name": "isRegExp",
@@ -782,14 +788,6 @@
782
788
  "module": "src/components/common/util.ts"
783
789
  }
784
790
  },
785
- {
786
- "kind": "js",
787
- "name": "getOffset",
788
- "declaration": {
789
- "name": "getOffset",
790
- "module": "src/components/common/util.ts"
791
- }
792
- },
793
791
  {
794
792
  "kind": "js",
795
793
  "name": "createCounter",
@@ -1030,6 +1028,14 @@
1030
1028
  "module": "src/components/common/util.ts"
1031
1029
  }
1032
1030
  },
1031
+ {
1032
+ "kind": "js",
1033
+ "name": "scrollIntoView",
1034
+ "declaration": {
1035
+ "name": "scrollIntoView",
1036
+ "module": "src/components/common/util.ts"
1037
+ }
1038
+ },
1033
1039
  {
1034
1040
  "kind": "js",
1035
1041
  "name": "isRegExp",
@@ -23223,6 +23229,38 @@
23223
23229
  "text": "'primary' | 'info' | 'success' | 'warning' | 'danger'"
23224
23230
  }
23225
23231
  },
23232
+ {
23233
+ "kind": "field",
23234
+ "name": "prefixes",
23235
+ "type": {
23236
+ "text": "Array<HTMLElement>"
23237
+ },
23238
+ "privacy": "protected"
23239
+ },
23240
+ {
23241
+ "kind": "field",
23242
+ "name": "contentStart",
23243
+ "type": {
23244
+ "text": "Array<HTMLElement>"
23245
+ },
23246
+ "privacy": "protected"
23247
+ },
23248
+ {
23249
+ "kind": "field",
23250
+ "name": "suffixes",
23251
+ "type": {
23252
+ "text": "Array<HTMLElement>"
23253
+ },
23254
+ "privacy": "protected"
23255
+ },
23256
+ {
23257
+ "kind": "field",
23258
+ "name": "contentEnd",
23259
+ "type": {
23260
+ "text": "Array<HTMLElement>"
23261
+ },
23262
+ "privacy": "protected"
23263
+ },
23226
23264
  {
23227
23265
  "kind": "method",
23228
23266
  "name": "handleSelect",
@@ -24842,7 +24880,7 @@
24842
24880
  "attribute": "type",
24843
24881
  "reflects": true,
24844
24882
  "expandedType": {
24845
- "text": "'email' | 'number' | 'password' | 'search' | 'tel' | 'text' | 'url'"
24883
+ "text": "'text' | 'email' | 'number' | 'password' | 'search' | 'tel' | 'url'"
24846
24884
  }
24847
24885
  },
24848
24886
  {
@@ -25997,7 +26035,7 @@
25997
26035
  "fieldName": "type",
25998
26036
  "attribute": "type",
25999
26037
  "expandedType": {
26000
- "text": "'email' | 'number' | 'password' | 'search' | 'tel' | 'text' | 'url'"
26038
+ "text": "'text' | 'email' | 'number' | 'password' | 'search' | 'tel' | 'url'"
26001
26039
  }
26002
26040
  },
26003
26041
  {
@@ -34187,18 +34225,29 @@
34187
34225
  "static": true,
34188
34226
  "default": "{ ...LitElement.shadowRootOptions, delegatesFocus: true, }"
34189
34227
  },
34228
+ {
34229
+ "kind": "method",
34230
+ "name": "register",
34231
+ "privacy": "public",
34232
+ "static": true,
34233
+ "return": {
34234
+ "type": {
34235
+ "text": "void"
34236
+ }
34237
+ }
34238
+ },
34190
34239
  {
34191
34240
  "kind": "field",
34192
- "name": "increment",
34241
+ "name": "_increment",
34193
34242
  "privacy": "private",
34194
34243
  "static": true,
34195
34244
  "readonly": true
34196
34245
  },
34197
34246
  {
34198
34247
  "kind": "field",
34199
- "name": "inputId",
34248
+ "name": "_inputId",
34200
34249
  "privacy": "protected",
34201
- "default": "`date-picker-${IgcDatePickerComponent.increment()}`"
34250
+ "default": "`date-picker-${IgcDatePickerComponent._increment()}`"
34202
34251
  },
34203
34252
  {
34204
34253
  "kind": "field",
@@ -34213,12 +34262,6 @@
34213
34262
  "module": "src/components/common/mixins/forms/associated.ts"
34214
34263
  }
34215
34264
  },
34216
- {
34217
- "kind": "method",
34218
- "name": "register",
34219
- "privacy": "public",
34220
- "static": true
34221
- },
34222
34265
  {
34223
34266
  "kind": "field",
34224
34267
  "name": "_activeDate",
@@ -34280,9 +34323,16 @@
34280
34323
  },
34281
34324
  {
34282
34325
  "kind": "field",
34283
- "name": "isDropDown",
34284
- "privacy": "private",
34285
- "readonly": true
34326
+ "name": "_formValue",
34327
+ "type": {
34328
+ "text": "FormValue<unknown>"
34329
+ },
34330
+ "privacy": "protected",
34331
+ "readonly": true,
34332
+ "inheritedFrom": {
34333
+ "name": "BaseFormAssociated",
34334
+ "module": "src/components/common/mixins/forms/associated.ts"
34335
+ }
34286
34336
  },
34287
34337
  {
34288
34338
  "kind": "field",
@@ -34290,7 +34340,8 @@
34290
34340
  "type": {
34291
34341
  "text": "IgcDateTimeInputComponent"
34292
34342
  },
34293
- "privacy": "private"
34343
+ "privacy": "private",
34344
+ "readonly": true
34294
34345
  },
34295
34346
  {
34296
34347
  "kind": "field",
@@ -34298,60 +34349,62 @@
34298
34349
  "type": {
34299
34350
  "text": "IgcCalendarComponent"
34300
34351
  },
34301
- "privacy": "private"
34352
+ "privacy": "private",
34353
+ "readonly": true
34302
34354
  },
34303
34355
  {
34304
34356
  "kind": "field",
34305
- "name": "prefixes",
34357
+ "name": "_prefixes",
34306
34358
  "type": {
34307
- "text": "Array<HTMLElement>"
34359
+ "text": "HTMLElement[]"
34308
34360
  },
34309
- "privacy": "private"
34361
+ "privacy": "private",
34362
+ "readonly": true
34310
34363
  },
34311
34364
  {
34312
34365
  "kind": "field",
34313
- "name": "suffixes",
34366
+ "name": "_suffixes",
34314
34367
  "type": {
34315
- "text": "Array<HTMLElement>"
34368
+ "text": "HTMLElement[]"
34316
34369
  },
34317
- "privacy": "private"
34370
+ "privacy": "private",
34371
+ "readonly": true
34318
34372
  },
34319
34373
  {
34320
34374
  "kind": "field",
34321
- "name": "actions",
34375
+ "name": "_actions",
34322
34376
  "type": {
34323
- "text": "Array<HTMLElement>"
34377
+ "text": "HTMLElement[]"
34324
34378
  },
34325
- "privacy": "private"
34379
+ "privacy": "private",
34380
+ "readonly": true
34326
34381
  },
34327
34382
  {
34328
34383
  "kind": "field",
34329
- "name": "headerDateSlotItems",
34384
+ "name": "_headerSlotItems",
34330
34385
  "type": {
34331
- "text": "Array<HTMLElement>"
34386
+ "text": "HTMLElement[]"
34332
34387
  },
34333
- "privacy": "private"
34388
+ "privacy": "private",
34389
+ "readonly": true
34334
34390
  },
34335
34391
  {
34336
34392
  "kind": "field",
34337
- "name": "_isMaterialTheme",
34393
+ "name": "_isDropDown",
34338
34394
  "type": {
34339
34395
  "text": "boolean"
34340
34396
  },
34341
- "privacy": "protected",
34397
+ "privacy": "private",
34342
34398
  "readonly": true
34343
34399
  },
34344
34400
  {
34345
34401
  "kind": "field",
34346
- "name": "_formValue",
34402
+ "name": "_isMaterialTheme",
34347
34403
  "type": {
34348
- "text": "FormValue<unknown>"
34404
+ "text": "boolean"
34349
34405
  },
34350
34406
  "privacy": "protected",
34351
- "inheritedFrom": {
34352
- "name": "BaseFormAssociated",
34353
- "module": "src/components/common/mixins/forms/associated.ts"
34354
- }
34407
+ "readonly": true
34355
34408
  },
34356
34409
  {
34357
34410
  "kind": "field",
@@ -34622,11 +34675,6 @@
34622
34675
  "default": "IgcCalendarResourceStringEN",
34623
34676
  "description": "The resource strings of the calendar."
34624
34677
  },
34625
- {
34626
- "kind": "method",
34627
- "name": "openChange",
34628
- "privacy": "protected"
34629
- },
34630
34678
  {
34631
34679
  "kind": "field",
34632
34680
  "name": "weekStart",
@@ -34643,158 +34691,63 @@
34643
34691
  },
34644
34692
  {
34645
34693
  "kind": "method",
34646
- "name": "clear",
34647
- "privacy": "public",
34648
- "description": "Clears the input part of the component of any user input"
34649
- },
34650
- {
34651
- "kind": "method",
34652
- "name": "stepUp",
34653
- "privacy": "public",
34694
+ "name": "_openChange",
34695
+ "privacy": "protected",
34654
34696
  "return": {
34655
34697
  "type": {
34656
34698
  "text": "void"
34657
34699
  }
34658
- },
34659
- "parameters": [
34660
- {
34661
- "name": "datePart",
34662
- "optional": true,
34663
- "type": {
34664
- "text": "DatePart"
34665
- }
34666
- },
34667
- {
34668
- "name": "delta",
34669
- "optional": true,
34670
- "type": {
34671
- "text": "number"
34672
- }
34673
- }
34674
- ],
34675
- "description": "Increments the passed in date part"
34700
+ }
34676
34701
  },
34677
34702
  {
34678
34703
  "kind": "method",
34679
- "name": "stepDown",
34680
- "privacy": "public",
34704
+ "name": "_setDateConstraints",
34705
+ "privacy": "private",
34681
34706
  "return": {
34682
34707
  "type": {
34683
34708
  "text": "void"
34684
34709
  }
34685
- },
34686
- "parameters": [
34687
- {
34688
- "name": "datePart",
34689
- "optional": true,
34690
- "type": {
34691
- "text": "DatePart"
34692
- }
34693
- },
34694
- {
34695
- "name": "delta",
34696
- "optional": true,
34697
- "type": {
34698
- "text": "number"
34699
- }
34700
- }
34701
- ],
34702
- "description": "Decrements the passed in date part"
34710
+ }
34703
34711
  },
34704
34712
  {
34705
34713
  "kind": "method",
34706
- "name": "select",
34707
- "privacy": "public",
34714
+ "name": "_shouldCloseCalendarDropdown",
34715
+ "privacy": "private",
34708
34716
  "return": {
34709
34717
  "type": {
34710
- "text": "void"
34718
+ "text": "Promise<void>"
34711
34719
  }
34712
- },
34713
- "description": "Selects the text in the input of the component"
34720
+ }
34714
34721
  },
34715
34722
  {
34716
34723
  "kind": "method",
34717
- "name": "setSelectionRange",
34718
- "privacy": "public",
34724
+ "name": "_onEscapeKey",
34725
+ "privacy": "protected",
34719
34726
  "return": {
34720
34727
  "type": {
34721
- "text": "void"
34722
- }
34723
- },
34724
- "parameters": [
34725
- {
34726
- "name": "start",
34727
- "type": {
34728
- "text": "number"
34729
- }
34730
- },
34731
- {
34732
- "name": "end",
34733
- "type": {
34734
- "text": "number"
34735
- }
34736
- },
34737
- {
34738
- "name": "direction",
34739
- "optional": true,
34740
- "type": {
34741
- "text": "SelectionRangeDirection"
34742
- }
34728
+ "text": "Promise<void>"
34743
34729
  }
34744
- ],
34745
- "description": "Sets the text selection range in the input of the component"
34730
+ }
34746
34731
  },
34747
34732
  {
34748
34733
  "kind": "method",
34749
- "name": "setRangeText",
34750
- "privacy": "public",
34734
+ "name": "_handleFocusIn",
34735
+ "privacy": "protected",
34751
34736
  "return": {
34752
34737
  "type": {
34753
34738
  "text": "void"
34754
34739
  }
34755
- },
34756
- "parameters": [
34757
- {
34758
- "name": "replacement",
34759
- "type": {
34760
- "text": "string"
34761
- }
34762
- },
34763
- {
34764
- "name": "start",
34765
- "type": {
34766
- "text": "number"
34767
- }
34768
- },
34769
- {
34770
- "name": "end",
34771
- "type": {
34772
- "text": "number"
34773
- }
34774
- },
34775
- {
34776
- "name": "mode",
34777
- "optional": true,
34778
- "type": {
34779
- "text": "RangeTextSelectMode"
34780
- }
34781
- }
34782
- ]
34783
- },
34784
- {
34785
- "kind": "method",
34786
- "name": "onEscapeKey",
34787
- "privacy": "protected"
34788
- },
34789
- {
34790
- "kind": "method",
34791
- "name": "handleFocusIn",
34792
- "privacy": "protected"
34740
+ }
34793
34741
  },
34794
34742
  {
34795
34743
  "kind": "method",
34796
- "name": "handleFocusOut",
34744
+ "name": "_handleFocusOut",
34797
34745
  "privacy": "protected",
34746
+ "return": {
34747
+ "type": {
34748
+ "text": "void"
34749
+ }
34750
+ },
34798
34751
  "parameters": [
34799
34752
  {
34800
34753
  "name": "{ relatedTarget }",
@@ -34806,7 +34759,7 @@
34806
34759
  },
34807
34760
  {
34808
34761
  "kind": "method",
34809
- "name": "handlerCalendarIconSlotPointerDown",
34762
+ "name": "_handlerCalendarIconSlotPointerDown",
34810
34763
  "privacy": "protected",
34811
34764
  "parameters": [
34812
34765
  {
@@ -34819,8 +34772,13 @@
34819
34772
  },
34820
34773
  {
34821
34774
  "kind": "method",
34822
- "name": "handleInputClick",
34775
+ "name": "_handleInputClick",
34823
34776
  "privacy": "protected",
34777
+ "return": {
34778
+ "type": {
34779
+ "text": "void"
34780
+ }
34781
+ },
34824
34782
  "parameters": [
34825
34783
  {
34826
34784
  "name": "event",
@@ -34834,6 +34792,11 @@
34834
34792
  "kind": "method",
34835
34793
  "name": "handleAnchorClick",
34836
34794
  "privacy": "protected",
34795
+ "return": {
34796
+ "type": {
34797
+ "text": "Promise<void>"
34798
+ }
34799
+ },
34837
34800
  "inheritedFrom": {
34838
34801
  "name": "IgcBaseComboBoxLikeComponent",
34839
34802
  "module": "src/components/common/mixins/combo-box.ts"
@@ -34841,13 +34804,13 @@
34841
34804
  },
34842
34805
  {
34843
34806
  "kind": "method",
34844
- "name": "_shouldCloseCalendarDropdown",
34845
- "privacy": "private"
34846
- },
34847
- {
34848
- "kind": "method",
34849
- "name": "handleInputChangeEvent",
34807
+ "name": "_handleInputChangeEvent",
34850
34808
  "privacy": "protected",
34809
+ "return": {
34810
+ "type": {
34811
+ "text": "void"
34812
+ }
34813
+ },
34851
34814
  "parameters": [
34852
34815
  {
34853
34816
  "name": "event",
@@ -34859,8 +34822,13 @@
34859
34822
  },
34860
34823
  {
34861
34824
  "kind": "method",
34862
- "name": "handleCalendarChangeEvent",
34825
+ "name": "_handleCalendarChangeEvent",
34863
34826
  "privacy": "protected",
34827
+ "return": {
34828
+ "type": {
34829
+ "text": "Promise<void>"
34830
+ }
34831
+ },
34864
34832
  "parameters": [
34865
34833
  {
34866
34834
  "name": "event",
@@ -34872,8 +34840,13 @@
34872
34840
  },
34873
34841
  {
34874
34842
  "kind": "method",
34875
- "name": "handleInputEvent",
34843
+ "name": "_handleInputEvent",
34876
34844
  "privacy": "protected",
34845
+ "return": {
34846
+ "type": {
34847
+ "text": "void"
34848
+ }
34849
+ },
34877
34850
  "parameters": [
34878
34851
  {
34879
34852
  "name": "event",
@@ -34885,13 +34858,23 @@
34885
34858
  },
34886
34859
  {
34887
34860
  "kind": "method",
34888
- "name": "handleClosing",
34889
- "privacy": "protected"
34861
+ "name": "_handleClosing",
34862
+ "privacy": "protected",
34863
+ "return": {
34864
+ "type": {
34865
+ "text": "void"
34866
+ }
34867
+ }
34890
34868
  },
34891
34869
  {
34892
34870
  "kind": "method",
34893
- "name": "handleDialogClosing",
34871
+ "name": "_handleDialogClosing",
34894
34872
  "privacy": "protected",
34873
+ "return": {
34874
+ "type": {
34875
+ "text": "void"
34876
+ }
34877
+ },
34895
34878
  "parameters": [
34896
34879
  {
34897
34880
  "name": "event",
@@ -34903,8 +34886,13 @@
34903
34886
  },
34904
34887
  {
34905
34888
  "kind": "method",
34906
- "name": "handleDialogClosed",
34889
+ "name": "_handleDialogClosed",
34907
34890
  "privacy": "protected",
34891
+ "return": {
34892
+ "type": {
34893
+ "text": "void"
34894
+ }
34895
+ },
34908
34896
  "parameters": [
34909
34897
  {
34910
34898
  "name": "event",
@@ -34916,27 +34904,167 @@
34916
34904
  },
34917
34905
  {
34918
34906
  "kind": "method",
34919
- "name": "setDateConstraints",
34920
- "privacy": "private"
34907
+ "name": "clear",
34908
+ "privacy": "public",
34909
+ "return": {
34910
+ "type": {
34911
+ "text": "void"
34912
+ }
34913
+ },
34914
+ "description": "Clears the input part of the component of any user input"
34921
34915
  },
34922
34916
  {
34923
34917
  "kind": "method",
34924
- "name": "renderClearIcon",
34918
+ "name": "stepUp",
34919
+ "privacy": "public",
34920
+ "return": {
34921
+ "type": {
34922
+ "text": "void"
34923
+ }
34924
+ },
34925
+ "parameters": [
34926
+ {
34927
+ "name": "datePart",
34928
+ "optional": true,
34929
+ "type": {
34930
+ "text": "DatePart"
34931
+ }
34932
+ },
34933
+ {
34934
+ "name": "delta",
34935
+ "optional": true,
34936
+ "type": {
34937
+ "text": "number"
34938
+ }
34939
+ }
34940
+ ],
34941
+ "description": "Increments the passed in date part"
34942
+ },
34943
+ {
34944
+ "kind": "method",
34945
+ "name": "stepDown",
34946
+ "privacy": "public",
34947
+ "return": {
34948
+ "type": {
34949
+ "text": "void"
34950
+ }
34951
+ },
34952
+ "parameters": [
34953
+ {
34954
+ "name": "datePart",
34955
+ "optional": true,
34956
+ "type": {
34957
+ "text": "DatePart"
34958
+ }
34959
+ },
34960
+ {
34961
+ "name": "delta",
34962
+ "optional": true,
34963
+ "type": {
34964
+ "text": "number"
34965
+ }
34966
+ }
34967
+ ],
34968
+ "description": "Decrements the passed in date part"
34969
+ },
34970
+ {
34971
+ "kind": "method",
34972
+ "name": "select",
34973
+ "privacy": "public",
34974
+ "return": {
34975
+ "type": {
34976
+ "text": "void"
34977
+ }
34978
+ },
34979
+ "description": "Selects the text in the input of the component"
34980
+ },
34981
+ {
34982
+ "kind": "method",
34983
+ "name": "setSelectionRange",
34984
+ "privacy": "public",
34985
+ "return": {
34986
+ "type": {
34987
+ "text": "void"
34988
+ }
34989
+ },
34990
+ "parameters": [
34991
+ {
34992
+ "name": "start",
34993
+ "type": {
34994
+ "text": "number"
34995
+ }
34996
+ },
34997
+ {
34998
+ "name": "end",
34999
+ "type": {
35000
+ "text": "number"
35001
+ }
35002
+ },
35003
+ {
35004
+ "name": "direction",
35005
+ "optional": true,
35006
+ "type": {
35007
+ "text": "SelectionRangeDirection"
35008
+ }
35009
+ }
35010
+ ],
35011
+ "description": "Sets the text selection range in the input of the component"
35012
+ },
35013
+ {
35014
+ "kind": "method",
35015
+ "name": "setRangeText",
35016
+ "privacy": "public",
35017
+ "return": {
35018
+ "type": {
35019
+ "text": "void"
35020
+ }
35021
+ },
35022
+ "parameters": [
35023
+ {
35024
+ "name": "replacement",
35025
+ "type": {
35026
+ "text": "string"
35027
+ }
35028
+ },
35029
+ {
35030
+ "name": "start",
35031
+ "type": {
35032
+ "text": "number"
35033
+ }
35034
+ },
35035
+ {
35036
+ "name": "end",
35037
+ "type": {
35038
+ "text": "number"
35039
+ }
35040
+ },
35041
+ {
35042
+ "name": "mode",
35043
+ "optional": true,
35044
+ "type": {
35045
+ "text": "RangeTextSelectMode"
35046
+ }
35047
+ }
35048
+ ]
35049
+ },
35050
+ {
35051
+ "kind": "method",
35052
+ "name": "_renderClearIcon",
34925
35053
  "privacy": "private"
34926
35054
  },
34927
35055
  {
34928
35056
  "kind": "method",
34929
- "name": "renderCalendarIcon",
35057
+ "name": "_renderCalendarIcon",
34930
35058
  "privacy": "private"
34931
35059
  },
34932
35060
  {
34933
35061
  "kind": "method",
34934
- "name": "renderCalendarSlots",
35062
+ "name": "_renderCalendarSlots",
34935
35063
  "privacy": "private"
34936
35064
  },
34937
35065
  {
34938
35066
  "kind": "method",
34939
- "name": "renderCalendar",
35067
+ "name": "_renderCalendar",
34940
35068
  "privacy": "private",
34941
35069
  "parameters": [
34942
35070
  {
@@ -34949,12 +35077,12 @@
34949
35077
  },
34950
35078
  {
34951
35079
  "kind": "method",
34952
- "name": "renderActions",
35080
+ "name": "_renderActions",
34953
35081
  "privacy": "protected"
34954
35082
  },
34955
35083
  {
34956
35084
  "kind": "method",
34957
- "name": "renderPicker",
35085
+ "name": "_renderPicker",
34958
35086
  "privacy": "protected",
34959
35087
  "parameters": [
34960
35088
  {
@@ -34967,7 +35095,7 @@
34967
35095
  },
34968
35096
  {
34969
35097
  "kind": "method",
34970
- "name": "renderLabel",
35098
+ "name": "_renderLabel",
34971
35099
  "privacy": "private",
34972
35100
  "parameters": [
34973
35101
  {
@@ -34980,7 +35108,7 @@
34980
35108
  },
34981
35109
  {
34982
35110
  "kind": "method",
34983
- "name": "renderHelperText",
35111
+ "name": "_renderHelperText",
34984
35112
  "privacy": "private",
34985
35113
  "return": {
34986
35114
  "type": {
@@ -34990,7 +35118,7 @@
34990
35118
  },
34991
35119
  {
34992
35120
  "kind": "method",
34993
- "name": "renderInput",
35121
+ "name": "_renderInput",
34994
35122
  "privacy": "protected",
34995
35123
  "parameters": [
34996
35124
  {
@@ -37881,7 +38009,7 @@
37881
38009
  "text": "FileList | null"
37882
38010
  },
37883
38011
  "privacy": "public",
37884
- "description": "Returns the selected files when input type is 'file', otherwise returns null.",
38012
+ "description": "Returns the selected files, if any; otherwise returns null.",
37885
38013
  "readonly": true
37886
38014
  },
37887
38015
  {
@@ -45338,6 +45466,11 @@
45338
45466
  "text": "string"
45339
45467
  }
45340
45468
  },
45469
+ {
45470
+ "kind": "method",
45471
+ "name": "_observerCallback",
45472
+ "privacy": "private"
45473
+ },
45341
45474
  {
45342
45475
  "kind": "method",
45343
45476
  "name": "_setCSSGridVars",
@@ -51797,59 +51930,40 @@
51797
51930
  },
51798
51931
  {
51799
51932
  "kind": "javascript-module",
51800
- "path": "src/components/tabs/tab-panel.ts",
51933
+ "path": "src/components/common/controllers/resize-observer.ts",
51801
51934
  "declarations": [
51802
51935
  {
51803
- "kind": "class",
51804
- "description": "Represents the content of a tab",
51805
- "name": "IgcTabPanelComponent",
51806
- "slots": [
51807
- {
51808
- "description": "Renders the content.",
51809
- "name": ""
51936
+ "kind": "function",
51937
+ "name": "createResizeObserverController",
51938
+ "return": {
51939
+ "type": {
51940
+ "text": "ResizeObserverController"
51810
51941
  }
51811
- ],
51812
- "members": [
51942
+ },
51943
+ "parameters": [
51813
51944
  {
51814
- "kind": "field",
51815
- "name": "tagName",
51945
+ "name": "host",
51816
51946
  "type": {
51817
- "text": "string"
51818
- },
51819
- "privacy": "public",
51820
- "static": true,
51821
- "readonly": true,
51822
- "default": "'igc-tab-panel'"
51823
- },
51824
- {
51825
- "kind": "method",
51826
- "name": "register",
51827
- "privacy": "public",
51828
- "static": true
51947
+ "text": "ReactiveControllerHost & Element"
51948
+ }
51829
51949
  },
51830
51950
  {
51831
- "kind": "field",
51832
- "name": "increment",
51833
- "privacy": "private",
51834
- "static": true,
51835
- "readonly": true
51951
+ "name": "config",
51952
+ "type": {
51953
+ "text": "ResizeObserverControllerConfig"
51954
+ }
51836
51955
  }
51837
51956
  ],
51838
- "superclass": {
51839
- "name": "LitElement",
51840
- "package": "lit"
51841
- },
51842
- "tagName": "igc-tab-panel",
51843
- "customElement": true
51957
+ "description": "Creates a new resize controller bound to the given `host`\nwith ResizeObserverControllerConfig| `config`."
51844
51958
  }
51845
51959
  ],
51846
51960
  "exports": [
51847
51961
  {
51848
51962
  "kind": "js",
51849
- "name": "default",
51963
+ "name": "createResizeObserverController",
51850
51964
  "declaration": {
51851
- "name": "IgcTabPanelComponent",
51852
- "module": "src/components/tabs/tab-panel.ts"
51965
+ "name": "createResizeObserverController",
51966
+ "module": "src/components/common/controllers/resize-observer.ts"
51853
51967
  }
51854
51968
  }
51855
51969
  ]
@@ -51860,33 +51974,45 @@
51860
51974
  "declarations": [
51861
51975
  {
51862
51976
  "kind": "class",
51863
- "description": "Represents the tab header.",
51977
+ "description": "A tab element slotted into an `igc-tabs` container.",
51864
51978
  "name": "IgcTabComponent",
51865
51979
  "cssParts": [
51866
51980
  {
51867
- "description": "The content wrapper.",
51868
- "name": "content"
51981
+ "description": "The header of a single tab.",
51982
+ "name": "tab-header"
51869
51983
  },
51870
51984
  {
51871
- "description": "The prefix wrapper.",
51985
+ "description": "Tab header's label prefix.",
51872
51986
  "name": "prefix"
51873
51987
  },
51874
51988
  {
51875
- "description": "The suffix wrapper.",
51989
+ "description": "Tab header's label slot container.",
51990
+ "name": "content"
51991
+ },
51992
+ {
51993
+ "description": "Tab header's label suffix.",
51876
51994
  "name": "suffix"
51995
+ },
51996
+ {
51997
+ "description": "Holds the body content of a single tab, only the body of the selected tab is visible.",
51998
+ "name": "tab-body"
51877
51999
  }
51878
52000
  ],
51879
52001
  "slots": [
51880
52002
  {
51881
- "description": "Renders before the tab header content.",
51882
- "name": "prefix"
52003
+ "description": "Renders the tab's content.",
52004
+ "name": ""
51883
52005
  },
51884
52006
  {
51885
- "description": "Renders the tab header content.",
51886
- "name": ""
52007
+ "description": "Renders the tab header's label.",
52008
+ "name": "label"
52009
+ },
52010
+ {
52011
+ "description": "Renders the tab header's prefix.",
52012
+ "name": "prefix"
51887
52013
  },
51888
52014
  {
51889
- "description": "Renders after the tab header content.",
52015
+ "description": "Renders the tab header's suffix.",
51890
52016
  "name": "suffix"
51891
52017
  }
51892
52018
  ],
@@ -51906,33 +52032,29 @@
51906
52032
  "kind": "method",
51907
52033
  "name": "register",
51908
52034
  "privacy": "public",
51909
- "static": true
52035
+ "static": true,
52036
+ "return": {
52037
+ "type": {
52038
+ "text": "void"
52039
+ }
52040
+ }
51910
52041
  },
51911
52042
  {
51912
52043
  "kind": "field",
51913
52044
  "name": "increment",
51914
52045
  "privacy": "private",
51915
- "static": true,
51916
- "readonly": true
51917
- },
51918
- {
51919
- "kind": "field",
51920
- "name": "tab",
51921
- "type": {
51922
- "text": "HTMLElement"
51923
- },
51924
- "privacy": "private"
52046
+ "static": true
51925
52047
  },
51926
52048
  {
51927
52049
  "kind": "field",
51928
- "name": "panel",
52050
+ "name": "label",
51929
52051
  "type": {
51930
52052
  "text": "string"
51931
52053
  },
51932
52054
  "privacy": "public",
51933
52055
  "default": "''",
51934
- "description": "The id of the tab panel which will be controlled by the tab.",
51935
- "attribute": "panel"
52056
+ "description": "The tab item label.",
52057
+ "attribute": "label"
51936
52058
  },
51937
52059
  {
51938
52060
  "kind": "field",
@@ -51957,39 +52079,18 @@
51957
52079
  "description": "Determines whether the tab is disabled.",
51958
52080
  "attribute": "disabled",
51959
52081
  "reflects": true
51960
- },
51961
- {
51962
- "kind": "method",
51963
- "name": "focus",
51964
- "privacy": "public",
51965
- "parameters": [
51966
- {
51967
- "name": "options",
51968
- "optional": true,
51969
- "type": {
51970
- "text": "FocusOptions"
51971
- }
51972
- }
51973
- ],
51974
- "description": "Sets focus to the tab."
51975
- },
51976
- {
51977
- "kind": "method",
51978
- "name": "blur",
51979
- "privacy": "public",
51980
- "description": "Removes focus from the tab."
51981
52082
  }
51982
52083
  ],
51983
52084
  "attributes": [
51984
52085
  {
51985
- "name": "panel",
52086
+ "name": "label",
51986
52087
  "type": {
51987
52088
  "text": "string"
51988
52089
  },
51989
52090
  "default": "''",
51990
- "description": "The id of the tab panel which will be controlled by the tab.",
51991
- "fieldName": "panel",
51992
- "attribute": "panel"
52091
+ "description": "The tab item label.",
52092
+ "fieldName": "label",
52093
+ "attribute": "label"
51993
52094
  },
51994
52095
  {
51995
52096
  "name": "selected",
@@ -52033,33 +52134,78 @@
52033
52134
  },
52034
52135
  {
52035
52136
  "kind": "javascript-module",
52036
- "path": "src/components/tabs/tabs.ts",
52137
+ "path": "src/components/tabs/tab-dom.ts",
52037
52138
  "declarations": [
52038
52139
  {
52039
- "kind": "class",
52040
- "description": "Represents tabs component",
52041
- "name": "IgcTabsComponent",
52042
- "cssParts": [
52043
- {
52044
- "description": "The wrapper of the tabs including the headers content and the scroll buttons.",
52045
- "name": "headers"
52046
- },
52140
+ "kind": "function",
52141
+ "name": "createTabHelpers",
52142
+ "parameters": [
52047
52143
  {
52048
- "description": "The container for the tab headers.",
52049
- "name": "headers-content"
52144
+ "name": "host",
52145
+ "type": {
52146
+ "text": "IgcTabsComponent"
52147
+ }
52050
52148
  },
52051
52149
  {
52052
- "description": "The wrapper for the tab headers and the selected indicator.",
52053
- "name": "headers-wrapper"
52150
+ "name": "container",
52151
+ "type": {
52152
+ "text": "Ref<HTMLElement>"
52153
+ }
52054
52154
  },
52055
52155
  {
52056
- "description": "The container for the headers.",
52057
- "name": "headers-scroll"
52058
- },
52156
+ "name": "indicator",
52157
+ "type": {
52158
+ "text": "Ref<HTMLElement>"
52159
+ }
52160
+ }
52161
+ ]
52162
+ },
52163
+ {
52164
+ "kind": "function",
52165
+ "name": "getTabHeader",
52166
+ "return": {
52167
+ "type": {
52168
+ "text": "HTMLElement"
52169
+ }
52170
+ },
52171
+ "parameters": [
52059
52172
  {
52060
- "description": "The selected indicator.",
52061
- "name": "selected-indicator"
52062
- },
52173
+ "name": "tab",
52174
+ "type": {
52175
+ "text": "IgcTabComponent"
52176
+ }
52177
+ }
52178
+ ]
52179
+ }
52180
+ ],
52181
+ "exports": [
52182
+ {
52183
+ "kind": "js",
52184
+ "name": "createTabHelpers",
52185
+ "declaration": {
52186
+ "name": "createTabHelpers",
52187
+ "module": "src/components/tabs/tab-dom.ts"
52188
+ }
52189
+ },
52190
+ {
52191
+ "kind": "js",
52192
+ "name": "getTabHeader",
52193
+ "declaration": {
52194
+ "name": "getTabHeader",
52195
+ "module": "src/components/tabs/tab-dom.ts"
52196
+ }
52197
+ }
52198
+ ]
52199
+ },
52200
+ {
52201
+ "kind": "javascript-module",
52202
+ "path": "src/components/tabs/tabs.ts",
52203
+ "declarations": [
52204
+ {
52205
+ "kind": "class",
52206
+ "description": "Tabs organize and allow navigation between groups of content that are related and at the same level of hierarchy.\n\nThe `<igc-tabs>` component allows the user to navigate between multiple `<igc-tab>` elements.\nIt supports keyboard navigation and provides API methods to control the selected tab.",
52207
+ "name": "IgcTabsComponent",
52208
+ "cssParts": [
52063
52209
  {
52064
52210
  "description": "The start scroll button displayed when the tabs overflow.",
52065
52211
  "name": "start-scroll-button"
@@ -52069,18 +52215,14 @@
52069
52215
  "name": "end-scroll-button"
52070
52216
  },
52071
52217
  {
52072
- "description": "The container for the tabs content.",
52073
- "name": "content"
52218
+ "description": "The indicator that shows which tab is selected.",
52219
+ "name": "selected-indicator"
52074
52220
  }
52075
52221
  ],
52076
52222
  "slots": [
52077
52223
  {
52078
- "description": "Renders the tab header.",
52224
+ "description": "Renders the `IgcTabComponents` inside default slot.",
52079
52225
  "name": ""
52080
- },
52081
- {
52082
- "description": "Renders the tab content.",
52083
- "name": "panel"
52084
52226
  }
52085
52227
  ],
52086
52228
  "members": [
@@ -52099,140 +52241,63 @@
52099
52241
  "kind": "method",
52100
52242
  "name": "register",
52101
52243
  "privacy": "public",
52102
- "static": true
52244
+ "static": true,
52245
+ "return": {
52246
+ "type": {
52247
+ "text": "void"
52248
+ }
52249
+ }
52103
52250
  },
52104
52251
  {
52105
52252
  "kind": "field",
52106
- "name": "increment",
52253
+ "name": "_resizeController",
52107
52254
  "privacy": "private",
52108
- "static": true,
52109
52255
  "readonly": true
52110
52256
  },
52111
52257
  {
52112
52258
  "kind": "field",
52113
- "name": "headerRef",
52114
- "type": {
52115
- "text": "Ref<HTMLDivElement>"
52116
- },
52117
- "privacy": "protected"
52118
- },
52119
- {
52120
- "kind": "field",
52121
- "name": "tabs",
52122
- "type": {
52123
- "text": "Array<IgcTabComponent>"
52124
- },
52125
- "privacy": "protected"
52126
- },
52127
- {
52128
- "kind": "field",
52129
- "name": "panels",
52130
- "type": {
52131
- "text": "Array<IgcTabPanelComponent>"
52132
- },
52133
- "privacy": "protected"
52134
- },
52135
- {
52136
- "kind": "field",
52137
- "name": "wrapper",
52138
- "type": {
52139
- "text": "HTMLElement"
52140
- },
52141
- "privacy": "protected"
52142
- },
52143
- {
52144
- "kind": "field",
52145
- "name": "container",
52146
- "type": {
52147
- "text": "HTMLElement"
52148
- },
52149
- "privacy": "protected"
52259
+ "name": "_headerRef",
52260
+ "privacy": "private",
52261
+ "readonly": true,
52262
+ "description": "The tabs container reference holding the tab headers."
52150
52263
  },
52151
52264
  {
52152
52265
  "kind": "field",
52153
- "name": "selectedIndicator",
52154
- "type": {
52155
- "text": "HTMLElement"
52156
- },
52157
- "privacy": "protected"
52266
+ "name": "_indicatorRef",
52267
+ "privacy": "private",
52268
+ "readonly": true,
52269
+ "description": "The selected tab indicator reference."
52158
52270
  },
52159
52271
  {
52160
52272
  "kind": "field",
52161
- "name": "showScrollButtons",
52162
- "type": {
52163
- "text": "boolean"
52164
- },
52165
- "privacy": "protected",
52166
- "default": "false"
52273
+ "name": "_domHelpers",
52274
+ "privacy": "private",
52275
+ "readonly": true
52167
52276
  },
52168
52277
  {
52169
52278
  "kind": "field",
52170
- "name": "disableStartScrollButton",
52279
+ "name": "_tabs",
52171
52280
  "type": {
52172
- "text": "boolean"
52281
+ "text": "IgcTabComponent[]"
52173
52282
  },
52174
- "privacy": "protected",
52175
- "default": "true"
52283
+ "privacy": "private"
52176
52284
  },
52177
52285
  {
52178
52286
  "kind": "field",
52179
- "name": "disableEndScrollButton",
52287
+ "name": "_enabledTabs",
52180
52288
  "type": {
52181
- "text": "boolean"
52289
+ "text": "IgcTabComponent[]"
52182
52290
  },
52183
52291
  "privacy": "protected",
52184
- "default": "false"
52185
- },
52186
- {
52187
- "kind": "field",
52188
- "name": "activeTab",
52189
- "type": {
52190
- "text": "IgcTabComponent | undefined"
52191
- },
52192
- "privacy": "protected"
52193
- },
52194
- {
52195
- "kind": "field",
52196
- "name": "resizeObserver",
52197
- "type": {
52198
- "text": "ResizeObserver"
52199
- },
52200
- "privacy": "protected"
52201
- },
52202
- {
52203
- "kind": "field",
52204
- "name": "_closestActiveTabIndex",
52205
- "privacy": "private",
52206
- "readonly": true
52207
- },
52208
- {
52209
- "kind": "method",
52210
- "name": "_mutationCallback",
52211
- "privacy": "private",
52212
- "parameters": [
52213
- {
52214
- "name": "{\n changes: { attributes, added, removed },\n }",
52215
- "type": {
52216
- "text": "MutationControllerParams<IgcTabComponent>"
52217
- }
52218
- }
52219
- ]
52220
- },
52221
- {
52222
- "kind": "field",
52223
- "name": "enabledTabs",
52224
- "privacy": "protected",
52225
52292
  "readonly": true
52226
52293
  },
52227
52294
  {
52228
52295
  "kind": "field",
52229
- "name": "selected",
52296
+ "name": "_activeTab",
52230
52297
  "type": {
52231
- "text": "string"
52298
+ "text": "IgcTabComponent | undefined"
52232
52299
  },
52233
- "privacy": "public",
52234
- "description": "Returns the currently selected tab.",
52235
- "readonly": true
52300
+ "privacy": "private"
52236
52301
  },
52237
52302
  {
52238
52303
  "kind": "field",
@@ -52264,78 +52329,153 @@
52264
52329
  }
52265
52330
  },
52266
52331
  {
52267
- "kind": "method",
52268
- "name": "alignIndicator",
52269
- "privacy": "protected"
52332
+ "kind": "field",
52333
+ "name": "tabs",
52334
+ "type": {
52335
+ "text": "IgcTabComponent[]"
52336
+ },
52337
+ "privacy": "public",
52338
+ "description": "Returns the direct `igc-tab` elements that are children of this element.",
52339
+ "readonly": true
52270
52340
  },
52271
52341
  {
52272
- "kind": "method",
52273
- "name": "updateButtonsOnResize",
52274
- "privacy": "protected"
52342
+ "kind": "field",
52343
+ "name": "selected",
52344
+ "type": {
52345
+ "text": "string"
52346
+ },
52347
+ "privacy": "public",
52348
+ "description": "Returns the currently selected tab label or IDREF if no label property is set.",
52349
+ "readonly": true
52275
52350
  },
52276
52351
  {
52277
52352
  "kind": "method",
52278
- "name": "updateScrollButtons",
52279
- "privacy": "protected"
52353
+ "name": "_alignmentChanged",
52354
+ "privacy": "protected",
52355
+ "return": {
52356
+ "type": {
52357
+ "text": "void"
52358
+ }
52359
+ }
52280
52360
  },
52281
52361
  {
52282
52362
  "kind": "method",
52283
- "name": "setupObserver",
52284
- "privacy": "protected"
52363
+ "name": "_resizeCallback",
52364
+ "privacy": "private",
52365
+ "return": {
52366
+ "type": {
52367
+ "text": "void"
52368
+ }
52369
+ }
52285
52370
  },
52286
52371
  {
52287
52372
  "kind": "method",
52288
- "name": "updateSelectedTab",
52289
- "privacy": "protected"
52373
+ "name": "_mutationCallback",
52374
+ "privacy": "private",
52375
+ "return": {
52376
+ "type": {
52377
+ "text": "void"
52378
+ }
52379
+ },
52380
+ "parameters": [
52381
+ {
52382
+ "name": "parameters",
52383
+ "type": {
52384
+ "text": "MutationControllerParams<IgcTabComponent>"
52385
+ }
52386
+ }
52387
+ ]
52290
52388
  },
52291
52389
  {
52292
52390
  "kind": "method",
52293
- "name": "syncAttributes",
52294
- "privacy": "protected"
52391
+ "name": "_selectedAttributeChanged",
52392
+ "privacy": "private",
52393
+ "return": {
52394
+ "type": {
52395
+ "text": "void"
52396
+ }
52397
+ },
52398
+ "parameters": [
52399
+ {
52400
+ "name": "{\n changes,\n }",
52401
+ "type": {
52402
+ "text": "MutationControllerParams<IgcTabComponent>"
52403
+ }
52404
+ }
52405
+ ]
52295
52406
  },
52296
52407
  {
52297
52408
  "kind": "method",
52298
- "name": "setSelectedTab",
52409
+ "name": "_handleTabsAdded",
52299
52410
  "privacy": "private",
52411
+ "return": {
52412
+ "type": {
52413
+ "text": "void"
52414
+ }
52415
+ },
52300
52416
  "parameters": [
52301
52417
  {
52302
- "name": "tab",
52303
- "optional": true,
52418
+ "name": "{\n changes,\n }",
52304
52419
  "type": {
52305
- "text": "IgcTabComponent"
52420
+ "text": "MutationControllerParams<IgcTabComponent>"
52306
52421
  }
52307
52422
  }
52308
52423
  ]
52309
52424
  },
52310
52425
  {
52311
52426
  "kind": "method",
52312
- "name": "scrollByTabOffset",
52313
- "privacy": "protected",
52427
+ "name": "_handleTabsRemoved",
52428
+ "privacy": "private",
52429
+ "return": {
52430
+ "type": {
52431
+ "text": "void"
52432
+ }
52433
+ },
52314
52434
  "parameters": [
52315
52435
  {
52316
- "name": "direction",
52436
+ "name": "{\n changes,\n }",
52317
52437
  "type": {
52318
- "text": "'start' | 'end'"
52438
+ "text": "MutationControllerParams<IgcTabComponent>"
52319
52439
  }
52320
52440
  }
52321
52441
  ]
52322
52442
  },
52323
52443
  {
52324
52444
  "kind": "method",
52325
- "name": "handleClick",
52326
- "privacy": "protected",
52445
+ "name": "_getClosestActiveTabIndex",
52446
+ "privacy": "private",
52447
+ "return": {
52448
+ "type": {
52449
+ "text": "number"
52450
+ }
52451
+ }
52452
+ },
52453
+ {
52454
+ "kind": "method",
52455
+ "name": "_setSelectedTab",
52456
+ "privacy": "private",
52457
+ "return": {
52458
+ "type": {
52459
+ "text": "void"
52460
+ }
52461
+ },
52327
52462
  "parameters": [
52328
52463
  {
52329
- "name": "event",
52464
+ "name": "tab",
52465
+ "optional": true,
52330
52466
  "type": {
52331
- "text": "MouseEvent"
52467
+ "text": "IgcTabComponent"
52332
52468
  }
52469
+ },
52470
+ {
52471
+ "name": "shouldEmit",
52472
+ "default": "true"
52333
52473
  }
52334
52474
  ]
52335
52475
  },
52336
52476
  {
52337
52477
  "kind": "method",
52338
- "name": "_scrollToAndFocus",
52478
+ "name": "_keyboardActivateTab",
52339
52479
  "privacy": "private",
52340
52480
  "parameters": [
52341
52481
  {
@@ -52348,54 +52488,129 @@
52348
52488
  },
52349
52489
  {
52350
52490
  "kind": "method",
52351
- "name": "_kbActivateTab",
52491
+ "name": "_skipKeyboard",
52352
52492
  "privacy": "private",
52493
+ "return": {
52494
+ "type": {
52495
+ "text": "boolean"
52496
+ }
52497
+ },
52353
52498
  "parameters": [
52354
52499
  {
52355
- "name": "tab",
52500
+ "name": "node",
52356
52501
  "type": {
52357
- "text": "IgcTabComponent"
52502
+ "text": "Element"
52503
+ }
52504
+ },
52505
+ {
52506
+ "name": "event",
52507
+ "type": {
52508
+ "text": "KeyboardEvent"
52358
52509
  }
52359
52510
  }
52360
52511
  ]
52361
52512
  },
52362
52513
  {
52363
52514
  "kind": "method",
52364
- "name": "onArrowLeft",
52365
- "privacy": "private"
52515
+ "name": "_isEventFromTabHeader",
52516
+ "privacy": "private",
52517
+ "parameters": [
52518
+ {
52519
+ "name": "event",
52520
+ "type": {
52521
+ "text": "Event"
52522
+ }
52523
+ }
52524
+ ]
52366
52525
  },
52367
52526
  {
52368
52527
  "kind": "method",
52369
- "name": "onArrowRight",
52370
- "privacy": "private"
52528
+ "name": "_handleArrowKeys",
52529
+ "privacy": "protected",
52530
+ "return": {
52531
+ "type": {
52532
+ "text": "void"
52533
+ }
52534
+ },
52535
+ "parameters": [
52536
+ {
52537
+ "name": "delta",
52538
+ "type": {
52539
+ "text": "-1 | 1"
52540
+ }
52541
+ }
52542
+ ]
52371
52543
  },
52372
52544
  {
52373
52545
  "kind": "method",
52374
- "name": "onHomeKey",
52375
- "privacy": "private"
52546
+ "name": "_handleHomeKey",
52547
+ "privacy": "protected",
52548
+ "return": {
52549
+ "type": {
52550
+ "text": "void"
52551
+ }
52552
+ }
52376
52553
  },
52377
52554
  {
52378
52555
  "kind": "method",
52379
- "name": "onEndKey",
52380
- "privacy": "private"
52556
+ "name": "_handleEndKey",
52557
+ "privacy": "protected",
52558
+ "return": {
52559
+ "type": {
52560
+ "text": "void"
52561
+ }
52562
+ }
52381
52563
  },
52382
52564
  {
52383
52565
  "kind": "method",
52384
- "name": "onActivationKey",
52385
- "privacy": "private"
52566
+ "name": "_handleActivationKeys",
52567
+ "privacy": "protected",
52568
+ "return": {
52569
+ "type": {
52570
+ "text": "void"
52571
+ }
52572
+ }
52386
52573
  },
52387
52574
  {
52388
52575
  "kind": "method",
52389
- "name": "handleScroll",
52390
- "privacy": "protected"
52576
+ "name": "_handleClick",
52577
+ "privacy": "protected",
52578
+ "return": {
52579
+ "type": {
52580
+ "text": "void"
52581
+ }
52582
+ },
52583
+ "parameters": [
52584
+ {
52585
+ "name": "event",
52586
+ "type": {
52587
+ "text": "PointerEvent"
52588
+ }
52589
+ }
52590
+ ]
52591
+ },
52592
+ {
52593
+ "kind": "method",
52594
+ "name": "_handleScroll",
52595
+ "privacy": "protected",
52596
+ "return": {
52597
+ "type": {
52598
+ "text": "void"
52599
+ }
52600
+ }
52391
52601
  },
52392
52602
  {
52393
52603
  "kind": "method",
52394
52604
  "name": "select",
52395
52605
  "privacy": "public",
52606
+ "return": {
52607
+ "type": {
52608
+ "text": "void"
52609
+ }
52610
+ },
52396
52611
  "parameters": [
52397
52612
  {
52398
- "name": "name",
52613
+ "name": "id",
52399
52614
  "type": {
52400
52615
  "text": "string"
52401
52616
  }
@@ -52405,7 +52620,43 @@
52405
52620
  },
52406
52621
  {
52407
52622
  "kind": "method",
52408
- "name": "renderScrollButton",
52623
+ "name": "select",
52624
+ "privacy": "public",
52625
+ "return": {
52626
+ "type": {
52627
+ "text": "void"
52628
+ }
52629
+ },
52630
+ "parameters": [
52631
+ {
52632
+ "name": "ref",
52633
+ "type": {
52634
+ "text": "IgcTabComponent"
52635
+ }
52636
+ }
52637
+ ]
52638
+ },
52639
+ {
52640
+ "kind": "method",
52641
+ "name": "select",
52642
+ "privacy": "public",
52643
+ "return": {
52644
+ "type": {
52645
+ "text": "void"
52646
+ }
52647
+ },
52648
+ "parameters": [
52649
+ {
52650
+ "name": "ref",
52651
+ "type": {
52652
+ "text": "IgcTabComponent | string"
52653
+ }
52654
+ }
52655
+ ]
52656
+ },
52657
+ {
52658
+ "kind": "method",
52659
+ "name": "_renderScrollButton",
52409
52660
  "privacy": "protected",
52410
52661
  "parameters": [
52411
52662
  {
@@ -54025,7 +54276,12 @@
54025
54276
  "kind": "method",
54026
54277
  "name": "register",
54027
54278
  "privacy": "public",
54028
- "static": true
54279
+ "static": true,
54280
+ "return": {
54281
+ "type": {
54282
+ "text": "void"
54283
+ }
54284
+ }
54029
54285
  },
54030
54286
  {
54031
54287
  "kind": "field",
@@ -54064,6 +54320,7 @@
54064
54320
  "text": "FormValue<unknown>"
54065
54321
  },
54066
54322
  "privacy": "protected",
54323
+ "readonly": true,
54067
54324
  "inheritedFrom": {
54068
54325
  "name": "BaseFormAssociated",
54069
54326
  "module": "src/components/common/mixins/forms/associated.ts"
@@ -54071,53 +54328,50 @@
54071
54328
  },
54072
54329
  {
54073
54330
  "kind": "field",
54074
- "name": "inputId",
54331
+ "name": "_inputId",
54075
54332
  "privacy": "protected",
54333
+ "readonly": true,
54076
54334
  "default": "`textarea-${IgcTextareaComponent.increment()}`"
54077
54335
  },
54078
54336
  {
54079
54337
  "kind": "field",
54080
- "name": "observer",
54081
- "type": {
54082
- "text": "ResizeObserver"
54083
- },
54084
- "privacy": "private"
54085
- },
54086
- {
54087
- "kind": "field",
54088
- "name": "projected",
54338
+ "name": "_projected",
54089
54339
  "type": {
54090
- "text": "Array<Node>"
54340
+ "text": "Node[]"
54091
54341
  },
54092
- "privacy": "private"
54342
+ "privacy": "private",
54343
+ "readonly": true
54093
54344
  },
54094
54345
  {
54095
54346
  "kind": "field",
54096
- "name": "prefixes",
54347
+ "name": "_prefixes",
54097
54348
  "type": {
54098
- "text": "Array<HTMLElement>"
54349
+ "text": "HTMLElement[]"
54099
54350
  },
54100
- "privacy": "protected"
54351
+ "privacy": "protected",
54352
+ "readonly": true
54101
54353
  },
54102
54354
  {
54103
54355
  "kind": "field",
54104
- "name": "suffixes",
54356
+ "name": "_suffixes",
54105
54357
  "type": {
54106
- "text": "Array<HTMLElement>"
54358
+ "text": "HTMLElement[]"
54107
54359
  },
54108
- "privacy": "protected"
54360
+ "privacy": "protected",
54361
+ "readonly": true
54109
54362
  },
54110
54363
  {
54111
54364
  "kind": "field",
54112
- "name": "input",
54365
+ "name": "_input",
54113
54366
  "type": {
54114
54367
  "text": "HTMLTextAreaElement"
54115
54368
  },
54116
- "privacy": "private"
54369
+ "privacy": "private",
54370
+ "readonly": true
54117
54371
  },
54118
54372
  {
54119
54373
  "kind": "field",
54120
- "name": "resizeStyles",
54374
+ "name": "_resizeStyles",
54121
54375
  "type": {
54122
54376
  "text": "StyleInfo"
54123
54377
  },
@@ -54127,6 +54381,9 @@
54127
54381
  {
54128
54382
  "kind": "field",
54129
54383
  "name": "_isMaterial",
54384
+ "type": {
54385
+ "text": "boolean"
54386
+ },
54130
54387
  "privacy": "protected",
54131
54388
  "readonly": true
54132
54389
  },
@@ -54144,27 +54401,21 @@
54144
54401
  "kind": "field",
54145
54402
  "name": "autocapitalize",
54146
54403
  "type": {
54147
- "text": "| 'off'\n | 'none'\n | 'on'\n | 'sentences'\n | 'words'\n | 'characters'"
54404
+ "text": "string"
54148
54405
  },
54149
54406
  "privacy": "public",
54150
54407
  "description": "Controls whether and how text input is automatically capitalized as it is entered/edited by the user.\n\n[MDN documentation](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/autocapitalize).",
54151
- "attribute": "autocapitalize",
54152
- "expandedType": {
54153
- "text": "'off' | 'none' | 'on' | 'sentences' | 'words' | 'characters'"
54154
- }
54408
+ "attribute": "autocapitalize"
54155
54409
  },
54156
54410
  {
54157
54411
  "kind": "field",
54158
54412
  "name": "inputMode",
54159
54413
  "type": {
54160
- "text": "| 'none'\n | 'text'\n | 'decimal'\n | 'numeric'\n | 'tel'\n | 'search'\n | 'email'\n | 'url'"
54414
+ "text": "string"
54161
54415
  },
54162
54416
  "privacy": "public",
54163
54417
  "description": "Hints at the type of data that might be entered by the user while editing the element or its contents.\nThis allows a browser to display an appropriate virtual keyboard.\n\n[MDN documentation](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/inputmode)",
54164
- "attribute": "inputmode",
54165
- "expandedType": {
54166
- "text": "'none' | 'text' | 'decimal' | 'numeric' | 'tel' | 'search' | 'email' | 'url'"
54167
- }
54418
+ "attribute": "inputmode"
54168
54419
  },
54169
54420
  {
54170
54421
  "kind": "field",
@@ -54301,24 +54552,117 @@
54301
54552
  },
54302
54553
  {
54303
54554
  "kind": "method",
54304
- "name": "valueChanged",
54305
- "privacy": "protected"
54555
+ "name": "_valueChanged",
54556
+ "privacy": "protected",
54557
+ "return": {
54558
+ "type": {
54559
+ "text": "Promise<void>"
54560
+ }
54561
+ }
54562
+ },
54563
+ {
54564
+ "kind": "method",
54565
+ "name": "_setAreaHeight",
54566
+ "privacy": "protected",
54567
+ "return": {
54568
+ "type": {
54569
+ "text": "void"
54570
+ }
54571
+ }
54306
54572
  },
54307
54573
  {
54308
54574
  "kind": "method",
54309
- "name": "setAreaHeight",
54575
+ "name": "_resolvePartNames",
54310
54576
  "privacy": "protected"
54311
54577
  },
54578
+ {
54579
+ "kind": "method",
54580
+ "name": "_setAutoHeight",
54581
+ "privacy": "private",
54582
+ "return": {
54583
+ "type": {
54584
+ "text": "number"
54585
+ }
54586
+ }
54587
+ },
54588
+ {
54589
+ "kind": "method",
54590
+ "name": "_handleSlotChange",
54591
+ "privacy": "protected",
54592
+ "return": {
54593
+ "type": {
54594
+ "text": "void"
54595
+ }
54596
+ },
54597
+ "parameters": [
54598
+ {
54599
+ "name": "{ target }",
54600
+ "type": {
54601
+ "text": "Event"
54602
+ }
54603
+ }
54604
+ ]
54605
+ },
54606
+ {
54607
+ "kind": "method",
54608
+ "name": "_handleInput",
54609
+ "privacy": "protected",
54610
+ "return": {
54611
+ "type": {
54612
+ "text": "void"
54613
+ }
54614
+ }
54615
+ },
54616
+ {
54617
+ "kind": "method",
54618
+ "name": "_handleChange",
54619
+ "privacy": "protected",
54620
+ "return": {
54621
+ "type": {
54622
+ "text": "void"
54623
+ }
54624
+ }
54625
+ },
54626
+ {
54627
+ "kind": "method",
54628
+ "name": "_handleFocus",
54629
+ "privacy": "protected",
54630
+ "return": {
54631
+ "type": {
54632
+ "text": "void"
54633
+ }
54634
+ }
54635
+ },
54636
+ {
54637
+ "kind": "method",
54638
+ "name": "_handleBlur",
54639
+ "privacy": "protected",
54640
+ "return": {
54641
+ "type": {
54642
+ "text": "void"
54643
+ }
54644
+ }
54645
+ },
54312
54646
  {
54313
54647
  "kind": "method",
54314
54648
  "name": "select",
54315
54649
  "privacy": "public",
54650
+ "return": {
54651
+ "type": {
54652
+ "text": "void"
54653
+ }
54654
+ },
54316
54655
  "description": "Selects all text within the control."
54317
54656
  },
54318
54657
  {
54319
54658
  "kind": "method",
54320
54659
  "name": "setSelectionRange",
54321
54660
  "privacy": "public",
54661
+ "return": {
54662
+ "type": {
54663
+ "text": "void"
54664
+ }
54665
+ },
54322
54666
  "parameters": [
54323
54667
  {
54324
54668
  "name": "start",
@@ -54346,6 +54690,11 @@
54346
54690
  "kind": "method",
54347
54691
  "name": "setRangeText",
54348
54692
  "privacy": "public",
54693
+ "return": {
54694
+ "type": {
54695
+ "text": "void"
54696
+ }
54697
+ },
54349
54698
  "parameters": [
54350
54699
  {
54351
54700
  "name": "replacement",
@@ -54446,47 +54795,37 @@
54446
54795
  },
54447
54796
  {
54448
54797
  "kind": "method",
54449
- "name": "resolvePartNames",
54798
+ "name": "_renderPrefix",
54450
54799
  "privacy": "protected"
54451
54800
  },
54452
54801
  {
54453
54802
  "kind": "method",
54454
- "name": "setAutoHeight",
54455
- "privacy": "private"
54456
- },
54457
- {
54458
- "kind": "method",
54459
- "name": "handleInput",
54803
+ "name": "_renderSuffix",
54460
54804
  "privacy": "protected"
54461
54805
  },
54462
54806
  {
54463
54807
  "kind": "method",
54464
- "name": "handleChange",
54808
+ "name": "_renderLabel",
54465
54809
  "privacy": "protected"
54466
54810
  },
54467
54811
  {
54468
54812
  "kind": "method",
54469
- "name": "handleFocus",
54470
- "privacy": "protected"
54471
- },
54472
- {
54473
- "kind": "method",
54474
- "name": "handleBlur",
54813
+ "name": "_renderStandard",
54475
54814
  "privacy": "protected"
54476
54815
  },
54477
54816
  {
54478
54817
  "kind": "method",
54479
- "name": "valueSlotChange",
54818
+ "name": "_renderMaterial",
54480
54819
  "privacy": "protected"
54481
54820
  },
54482
54821
  {
54483
54822
  "kind": "method",
54484
- "name": "renderValueSlot",
54823
+ "name": "_renderInput",
54485
54824
  "privacy": "protected"
54486
54825
  },
54487
54826
  {
54488
54827
  "kind": "method",
54489
- "name": "renderValidationContainer",
54828
+ "name": "_renderValidationContainer",
54490
54829
  "privacy": "protected",
54491
54830
  "return": {
54492
54831
  "type": {
@@ -54494,36 +54833,6 @@
54494
54833
  }
54495
54834
  }
54496
54835
  },
54497
- {
54498
- "kind": "method",
54499
- "name": "renderPrefix",
54500
- "privacy": "protected"
54501
- },
54502
- {
54503
- "kind": "method",
54504
- "name": "renderSuffix",
54505
- "privacy": "protected"
54506
- },
54507
- {
54508
- "kind": "method",
54509
- "name": "renderLabel",
54510
- "privacy": "protected"
54511
- },
54512
- {
54513
- "kind": "method",
54514
- "name": "renderStandard",
54515
- "privacy": "protected"
54516
- },
54517
- {
54518
- "kind": "method",
54519
- "name": "renderMaterial",
54520
- "privacy": "protected"
54521
- },
54522
- {
54523
- "kind": "method",
54524
- "name": "renderInput",
54525
- "privacy": "protected"
54526
- },
54527
54836
  {
54528
54837
  "kind": "field",
54529
54838
  "name": "_required",
@@ -55147,26 +55456,20 @@
55147
55456
  {
55148
55457
  "name": "autocapitalize",
55149
55458
  "type": {
55150
- "text": "| 'off'\n | 'none'\n | 'on'\n | 'sentences'\n | 'words'\n | 'characters'"
55459
+ "text": "string"
55151
55460
  },
55152
55461
  "description": "Controls whether and how text input is automatically capitalized as it is entered/edited by the user.\n\n[MDN documentation](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/autocapitalize).",
55153
55462
  "fieldName": "autocapitalize",
55154
- "attribute": "autocapitalize",
55155
- "expandedType": {
55156
- "text": "'off' | 'none' | 'on' | 'sentences' | 'words' | 'characters'"
55157
- }
55463
+ "attribute": "autocapitalize"
55158
55464
  },
55159
55465
  {
55160
55466
  "name": "inputmode",
55161
55467
  "type": {
55162
- "text": "| 'none'\n | 'text'\n | 'decimal'\n | 'numeric'\n | 'tel'\n | 'search'\n | 'email'\n | 'url'"
55468
+ "text": "string"
55163
55469
  },
55164
55470
  "description": "Hints at the type of data that might be entered by the user while editing the element or its contents.\nThis allows a browser to display an appropriate virtual keyboard.\n\n[MDN documentation](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/inputmode)",
55165
55471
  "fieldName": "inputMode",
55166
- "attribute": "inputmode",
55167
- "expandedType": {
55168
- "text": "'none' | 'text' | 'decimal' | 'numeric' | 'tel' | 'search' | 'email' | 'url'"
55169
- }
55472
+ "attribute": "inputmode"
55170
55473
  },
55171
55474
  {
55172
55475
  "name": "label",
@@ -57991,13 +58294,14 @@
57991
58294
  "kind": "field",
57992
58295
  "name": "titlePosition",
57993
58296
  "type": {
57994
- "text": "StepperTitlePosition | undefined"
58297
+ "text": "StepperTitlePosition"
57995
58298
  },
57996
58299
  "privacy": "public",
58300
+ "default": "'auto'",
57997
58301
  "description": "Get/Set the position of the steps title.",
57998
58302
  "attribute": "title-position",
57999
58303
  "expandedType": {
58000
- "text": "'bottom' | 'top' | 'end' | 'start' | undefined"
58304
+ "text": "'auto' | 'bottom' | 'top' | 'end' | 'start'"
58001
58305
  }
58002
58306
  },
58003
58307
  {
@@ -58533,12 +58837,13 @@
58533
58837
  {
58534
58838
  "name": "title-position",
58535
58839
  "type": {
58536
- "text": "StepperTitlePosition | undefined"
58840
+ "text": "StepperTitlePosition"
58537
58841
  },
58842
+ "default": "'auto'",
58538
58843
  "description": "Get/Set the position of the steps title.",
58539
58844
  "fieldName": "titlePosition",
58540
58845
  "expandedType": {
58541
- "text": "'bottom' | 'top' | 'end' | 'start' | undefined"
58846
+ "text": "'auto' | 'bottom' | 'top' | 'end' | 'start'"
58542
58847
  }
58543
58848
  }
58544
58849
  ],
@@ -59893,14 +60198,6 @@
59893
60198
  "module": "./components/tabs/tab.js"
59894
60199
  }
59895
60200
  },
59896
- {
59897
- "kind": "js",
59898
- "name": "IgcTabPanelComponent",
59899
- "declaration": {
59900
- "name": "default",
59901
- "module": "./components/tabs/tab-panel.js"
59902
- }
59903
- },
59904
60201
  {
59905
60202
  "kind": "js",
59906
60203
  "name": "IgcTileComponent",
@@ -60460,46 +60757,6 @@
60460
60757
  "name": "IconMeta",
60461
60758
  "module": "./components/icon/registry/types.js"
60462
60759
  }
60463
- },
60464
- {
60465
- "kind": "js",
60466
- "name": "CheckboxChangeEventArgs",
60467
- "declaration": {
60468
- "name": "CheckboxChangeEventArgs",
60469
- "module": "./components/checkbox/checkbox-base.js"
60470
- }
60471
- },
60472
- {
60473
- "kind": "js",
60474
- "name": "RadioChangeEventArgs",
60475
- "declaration": {
60476
- "name": "RadioChangeEventArgs",
60477
- "module": "./components/radio/radio.js"
60478
- }
60479
- },
60480
- {
60481
- "kind": "js",
60482
- "name": "IgcRangeSliderValue",
60483
- "declaration": {
60484
- "name": "IgcRangeSliderValue",
60485
- "module": "./components/slider/range-slider.js"
60486
- }
60487
- },
60488
- {
60489
- "kind": "js",
60490
- "name": "IgcActiveStepChangingArgs",
60491
- "declaration": {
60492
- "name": "IgcActiveStepChangingArgs",
60493
- "module": "./components/stepper/stepper.common.js"
60494
- }
60495
- },
60496
- {
60497
- "kind": "js",
60498
- "name": "IgcActiveStepChangedArgs",
60499
- "declaration": {
60500
- "name": "IgcActiveStepChangedArgs",
60501
- "module": "./components/stepper/stepper.common.js"
60502
- }
60503
60760
  }
60504
60761
  ]
60505
60762
  },