igniteui-webcomponents 1.0.0 → 2.0.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 (295) hide show
  1. package/CHANGELOG.md +45 -1
  2. package/README.md +17 -1
  3. package/components/avatar/avatar.d.ts +19 -3
  4. package/components/avatar/avatar.js.map +1 -1
  5. package/components/avatar/avatar.material.css.d.ts +0 -1
  6. package/components/avatar/avatar.material.css.js +1 -1
  7. package/components/avatar/avatar.material.css.js.map +1 -1
  8. package/components/badge/badge.d.ts +17 -5
  9. package/components/badge/badge.js.map +1 -1
  10. package/components/badge/badge.material.css.d.ts +0 -1
  11. package/components/badge/badge.material.css.js +1 -1
  12. package/components/badge/badge.material.css.js.map +1 -1
  13. package/components/button/button-base.d.ts +18 -1
  14. package/components/button/button-base.js +16 -0
  15. package/components/button/button-base.js.map +1 -1
  16. package/components/button/button.d.ts +20 -3
  17. package/components/button/button.js.map +1 -1
  18. package/components/button/button.material.css.d.ts +0 -1
  19. package/components/button/button.material.css.js +1 -1
  20. package/components/button/button.material.css.js.map +1 -1
  21. package/components/button/icon-button.d.ts +14 -3
  22. package/components/button/icon-button.js +15 -1
  23. package/components/button/icon-button.js.map +1 -1
  24. package/components/button/icon-button.material.css.d.ts +0 -1
  25. package/components/button/icon-button.material.css.js +1 -1
  26. package/components/button/icon-button.material.css.js.map +1 -1
  27. package/components/calendar/calendar.d.ts +39 -4
  28. package/components/calendar/calendar.js +34 -12
  29. package/components/calendar/calendar.js.map +1 -1
  30. package/components/calendar/calendar.material.css.d.ts +0 -1
  31. package/components/calendar/calendar.material.css.js +1 -1
  32. package/components/calendar/calendar.material.css.js.map +1 -1
  33. package/components/calendar/common/calendar-base.d.ts +17 -2
  34. package/components/calendar/common/calendar-base.js +28 -4
  35. package/components/calendar/common/calendar-base.js.map +1 -1
  36. package/components/calendar/common/calendar.model.d.ts +57 -1
  37. package/components/calendar/common/utils.d.ts +0 -1
  38. package/components/calendar/days-view/days-view.d.ts +23 -3
  39. package/components/calendar/days-view/days-view.js +38 -35
  40. package/components/calendar/days-view/days-view.js.map +1 -1
  41. package/components/calendar/days-view/days-view.material.css.d.ts +0 -1
  42. package/components/calendar/days-view/days-view.material.css.js +1 -1
  43. package/components/calendar/days-view/days-view.material.css.js.map +1 -1
  44. package/components/calendar/months-view/months-view.d.ts +15 -3
  45. package/components/calendar/months-view/months-view.js +4 -2
  46. package/components/calendar/months-view/months-view.js.map +1 -1
  47. package/components/calendar/months-view/months-view.material.css.d.ts +0 -1
  48. package/components/calendar/years-view/years-view.d.ts +13 -2
  49. package/components/calendar/years-view/years-view.js +4 -2
  50. package/components/calendar/years-view/years-view.js.map +1 -1
  51. package/components/calendar/years-view/years-view.material.css.d.ts +0 -1
  52. package/components/card/card.actions.d.ts +9 -3
  53. package/components/card/card.actions.js.map +1 -1
  54. package/components/card/card.actions.material.css.d.ts +0 -1
  55. package/components/card/card.actions.material.css.js +1 -1
  56. package/components/card/card.actions.material.css.js.map +1 -1
  57. package/components/card/card.content.d.ts +7 -3
  58. package/components/card/card.content.js.map +1 -1
  59. package/components/card/card.content.material.css.d.ts +0 -1
  60. package/components/card/card.content.material.css.js +1 -1
  61. package/components/card/card.content.material.css.js.map +1 -1
  62. package/components/card/card.d.ts +9 -4
  63. package/components/card/card.header.d.ts +12 -3
  64. package/components/card/card.header.js.map +1 -1
  65. package/components/card/card.header.material.css.d.ts +0 -1
  66. package/components/card/card.header.material.css.js +1 -1
  67. package/components/card/card.header.material.css.js.map +1 -1
  68. package/components/card/card.js +2 -2
  69. package/components/card/card.js.map +1 -1
  70. package/components/card/card.material.css.d.ts +0 -1
  71. package/components/card/card.material.css.js +1 -1
  72. package/components/card/card.material.css.js.map +1 -1
  73. package/components/card/card.media.d.ts +7 -3
  74. package/components/card/card.media.js.map +1 -1
  75. package/components/card/card.media.material.css.d.ts +0 -1
  76. package/components/card/card.media.material.css.js +1 -1
  77. package/components/card/card.media.material.css.js.map +1 -1
  78. package/components/checkbox/checkbox-base.d.ts +16 -1
  79. package/components/checkbox/checkbox-base.js.map +1 -1
  80. package/components/checkbox/checkbox.d.ts +20 -4
  81. package/components/checkbox/checkbox.js +25 -27
  82. package/components/checkbox/checkbox.js.map +1 -1
  83. package/components/checkbox/checkbox.material.css.d.ts +0 -1
  84. package/components/checkbox/checkbox.material.css.js +1 -1
  85. package/components/checkbox/checkbox.material.css.js.map +1 -1
  86. package/components/checkbox/switch.d.ts +18 -3
  87. package/components/checkbox/switch.js +17 -18
  88. package/components/checkbox/switch.js.map +1 -1
  89. package/components/checkbox/switch.material.css.d.ts +0 -1
  90. package/components/checkbox/switch.material.css.js +1 -1
  91. package/components/checkbox/switch.material.css.js.map +1 -1
  92. package/components/common/decorators/alternateName.d.ts +6 -1
  93. package/components/common/decorators/blazorInclude.d.ts +4 -1
  94. package/components/common/decorators/blazorIndirectRender.d.ts +4 -0
  95. package/components/common/decorators/blazorIndirectRender.js +2 -0
  96. package/components/common/decorators/blazorIndirectRender.js.map +1 -0
  97. package/components/common/decorators/blazorSuppress.d.ts +4 -1
  98. package/components/common/decorators/blazorSuppressComponent.d.ts +4 -0
  99. package/components/common/decorators/blazorSuppressComponent.js +2 -0
  100. package/components/common/decorators/blazorSuppressComponent.js.map +1 -0
  101. package/components/common/decorators/blazorTwoWayBind.d.ts +6 -1
  102. package/components/common/decorators/index.d.ts +2 -1
  103. package/components/common/decorators/index.js +2 -0
  104. package/components/common/decorators/index.js.map +1 -1
  105. package/components/common/decorators/watch.d.ts +0 -1
  106. package/components/common/definitions/defineAllComponents.d.ts +0 -1
  107. package/components/common/definitions/defineAllComponents.js +6 -0
  108. package/components/common/definitions/defineAllComponents.js.map +1 -1
  109. package/components/common/definitions/defineComponents.d.ts +0 -1
  110. package/components/common/i18n/calendar.resources.d.ts +0 -1
  111. package/components/common/mixins/constructor.d.ts +0 -1
  112. package/components/common/mixins/event-emitter.d.ts +0 -1
  113. package/components/common/mixins/event-emitter.js.map +1 -1
  114. package/components/common/mixins/sizable.d.ts +4 -1
  115. package/components/common/util.d.ts +0 -1
  116. package/components/form/form.d.ts +18 -3
  117. package/components/form/form.js +4 -1
  118. package/components/form/form.js.map +1 -1
  119. package/components/icon/icon.d.ts +23 -3
  120. package/components/icon/icon.js.map +1 -1
  121. package/components/icon/icon.material.css.d.ts +0 -1
  122. package/components/icon/icon.material.css.js +1 -1
  123. package/components/icon/icon.material.css.js.map +1 -1
  124. package/components/icon/icon.registry.d.ts +0 -1
  125. package/components/input/input.d.ts +54 -3
  126. package/components/input/input.dark.material.css.d.ts +1 -0
  127. package/components/input/input.dark.material.css.js +3 -0
  128. package/components/input/input.dark.material.css.js.map +1 -0
  129. package/components/input/input.js +3 -3
  130. package/components/input/input.js.map +1 -1
  131. package/components/input/input.material.css.d.ts +0 -1
  132. package/components/input/input.material.css.js +1 -1
  133. package/components/input/input.material.css.js.map +1 -1
  134. package/components/list/list-header.d.ts +9 -3
  135. package/components/list/list-header.js.map +1 -1
  136. package/components/list/list-header.material.css.d.ts +0 -1
  137. package/components/list/list-header.material.css.js +1 -1
  138. package/components/list/list-header.material.css.js.map +1 -1
  139. package/components/list/list-item.d.ts +21 -3
  140. package/components/list/list-item.js.map +1 -1
  141. package/components/list/list-item.material.css.d.ts +0 -1
  142. package/components/list/list-item.material.css.js +1 -1
  143. package/components/list/list-item.material.css.js.map +1 -1
  144. package/components/list/list.d.ts +9 -3
  145. package/components/list/list.js.map +1 -1
  146. package/components/list/list.material.css.d.ts +0 -1
  147. package/components/list/list.material.css.js +1 -1
  148. package/components/list/list.material.css.js.map +1 -1
  149. package/components/nav-drawer/nav-drawer-header-item.d.ts +8 -3
  150. package/components/nav-drawer/nav-drawer-header-item.js.map +1 -1
  151. package/components/nav-drawer/nav-drawer-header-item.material.css.d.ts +0 -1
  152. package/components/nav-drawer/nav-drawer-header-item.material.css.js +1 -1
  153. package/components/nav-drawer/nav-drawer-header-item.material.css.js.map +1 -1
  154. package/components/nav-drawer/nav-drawer-item.d.ts +16 -3
  155. package/components/nav-drawer/nav-drawer-item.js +2 -2
  156. package/components/nav-drawer/nav-drawer-item.js.map +1 -1
  157. package/components/nav-drawer/nav-drawer-item.material.css.d.ts +0 -1
  158. package/components/nav-drawer/nav-drawer-item.material.css.js +1 -1
  159. package/components/nav-drawer/nav-drawer-item.material.css.js.map +1 -1
  160. package/components/nav-drawer/nav-drawer.d.ts +21 -15
  161. package/components/nav-drawer/nav-drawer.js +1 -34
  162. package/components/nav-drawer/nav-drawer.js.map +1 -1
  163. package/components/nav-drawer/nav-drawer.material.css.d.ts +0 -1
  164. package/components/nav-drawer/nav-drawer.material.css.js +1 -1
  165. package/components/nav-drawer/nav-drawer.material.css.js.map +1 -1
  166. package/components/navbar/navbar.d.ts +17 -3
  167. package/components/navbar/navbar.js.map +1 -1
  168. package/components/navbar/navbar.material.css.d.ts +0 -1
  169. package/components/navbar/navbar.material.css.js +1 -1
  170. package/components/navbar/navbar.material.css.js.map +1 -1
  171. package/components/radio/radio.d.ts +33 -3
  172. package/components/radio/radio.js +15 -1
  173. package/components/radio/radio.js.map +1 -1
  174. package/components/radio/radio.material.css.d.ts +0 -1
  175. package/components/radio/radio.material.css.js +1 -1
  176. package/components/radio/radio.material.css.js.map +1 -1
  177. package/components/radio-group/radio-group.d.ts +4 -5
  178. package/components/radio-group/radio-group.js +21 -7
  179. package/components/radio-group/radio-group.js.map +1 -1
  180. package/components/radio-group/radio-group.material.css.d.ts +0 -1
  181. package/components/radio-group/radio-group.material.css.js +1 -1
  182. package/components/radio-group/radio-group.material.css.js.map +1 -1
  183. package/components/ripple/ripple.d.ts +8 -3
  184. package/components/ripple/ripple.js.map +1 -1
  185. package/components/ripple/ripple.material.css.d.ts +0 -1
  186. package/components/ripple/ripple.material.css.js +1 -1
  187. package/components/ripple/ripple.material.css.js.map +1 -1
  188. package/components/slider/range-slider.d.ts +85 -0
  189. package/components/slider/range-slider.js +141 -0
  190. package/components/slider/range-slider.js.map +1 -0
  191. package/components/slider/slider-base.d.ts +131 -0
  192. package/components/slider/slider-base.js +503 -0
  193. package/components/slider/slider-base.js.map +1 -0
  194. package/components/slider/slider-label.d.ts +6 -0
  195. package/components/slider/slider-label.js +13 -0
  196. package/components/slider/slider-label.js.map +1 -0
  197. package/components/slider/slider.d.ts +76 -0
  198. package/components/slider/slider.js +80 -0
  199. package/components/slider/slider.js.map +1 -0
  200. package/components/slider/slider.material.css.d.ts +1 -0
  201. package/components/slider/slider.material.css.js +3 -0
  202. package/components/slider/slider.material.css.js.map +1 -0
  203. package/custom-elements.json +1017 -45
  204. package/index.d.ts +5 -1
  205. package/index.js +4 -0
  206. package/index.js.map +1 -1
  207. package/package.json +5 -4
  208. package/themes/dark/bootstrap.css +1 -0
  209. package/themes/dark/fluent.css +1 -0
  210. package/themes/dark/indigo.css +1 -0
  211. package/themes/dark/material.css +1 -0
  212. package/themes/light/bootstrap.css +1 -0
  213. package/themes/light/fluent.css +1 -0
  214. package/themes/light/indigo.css +1 -0
  215. package/themes/light/material.css +1 -0
  216. package/vscode-html-custom-data.json +313 -56
  217. package/components/avatar/avatar.d.ts.map +0 -1
  218. package/components/avatar/avatar.material.css.d.ts.map +0 -1
  219. package/components/badge/badge.d.ts.map +0 -1
  220. package/components/badge/badge.material.css.d.ts.map +0 -1
  221. package/components/button/button-base.d.ts.map +0 -1
  222. package/components/button/button.d.ts.map +0 -1
  223. package/components/button/button.material.css.d.ts.map +0 -1
  224. package/components/button/icon-button.d.ts.map +0 -1
  225. package/components/button/icon-button.material.css.d.ts.map +0 -1
  226. package/components/calendar/calendar.d.ts.map +0 -1
  227. package/components/calendar/calendar.material.css.d.ts.map +0 -1
  228. package/components/calendar/common/calendar-base.d.ts.map +0 -1
  229. package/components/calendar/common/calendar.model.d.ts.map +0 -1
  230. package/components/calendar/common/utils.d.ts.map +0 -1
  231. package/components/calendar/days-view/days-view.d.ts.map +0 -1
  232. package/components/calendar/days-view/days-view.material.css.d.ts.map +0 -1
  233. package/components/calendar/months-view/months-view.d.ts.map +0 -1
  234. package/components/calendar/months-view/months-view.material.css.d.ts.map +0 -1
  235. package/components/calendar/years-view/years-view.d.ts.map +0 -1
  236. package/components/calendar/years-view/years-view.material.css.d.ts.map +0 -1
  237. package/components/card/card.actions.d.ts.map +0 -1
  238. package/components/card/card.actions.material.css.d.ts.map +0 -1
  239. package/components/card/card.content.d.ts.map +0 -1
  240. package/components/card/card.content.material.css.d.ts.map +0 -1
  241. package/components/card/card.d.ts.map +0 -1
  242. package/components/card/card.header.d.ts.map +0 -1
  243. package/components/card/card.header.material.css.d.ts.map +0 -1
  244. package/components/card/card.material.css.d.ts.map +0 -1
  245. package/components/card/card.media.d.ts.map +0 -1
  246. package/components/card/card.media.material.css.d.ts.map +0 -1
  247. package/components/checkbox/checkbox-base.d.ts.map +0 -1
  248. package/components/checkbox/checkbox.d.ts.map +0 -1
  249. package/components/checkbox/checkbox.material.css.d.ts.map +0 -1
  250. package/components/checkbox/switch.d.ts.map +0 -1
  251. package/components/checkbox/switch.material.css.d.ts.map +0 -1
  252. package/components/common/decorators/alternateName.d.ts.map +0 -1
  253. package/components/common/decorators/blazorInclude.d.ts.map +0 -1
  254. package/components/common/decorators/blazorSuppress.d.ts.map +0 -1
  255. package/components/common/decorators/blazorTwoWayBind.d.ts.map +0 -1
  256. package/components/common/decorators/index.d.ts.map +0 -1
  257. package/components/common/decorators/watch.d.ts.map +0 -1
  258. package/components/common/definitions/defineAllComponents.d.ts.map +0 -1
  259. package/components/common/definitions/defineComponents.d.ts.map +0 -1
  260. package/components/common/i18n/calendar.resources.d.ts.map +0 -1
  261. package/components/common/mixins/constructor.d.ts.map +0 -1
  262. package/components/common/mixins/event-emitter.d.ts.map +0 -1
  263. package/components/common/mixins/sizable.d.ts.map +0 -1
  264. package/components/common/util.d.ts.map +0 -1
  265. package/components/form/form.d.ts.map +0 -1
  266. package/components/icon/icon.d.ts.map +0 -1
  267. package/components/icon/icon.material.css.d.ts.map +0 -1
  268. package/components/icon/icon.registry.d.ts.map +0 -1
  269. package/components/input/input.d.ts.map +0 -1
  270. package/components/input/input.material.css.d.ts.map +0 -1
  271. package/components/list/list-header.d.ts.map +0 -1
  272. package/components/list/list-header.material.css.d.ts.map +0 -1
  273. package/components/list/list-item.d.ts.map +0 -1
  274. package/components/list/list-item.material.css.d.ts.map +0 -1
  275. package/components/list/list.d.ts.map +0 -1
  276. package/components/list/list.material.css.d.ts.map +0 -1
  277. package/components/nav-drawer/nav-drawer-header-item.d.ts.map +0 -1
  278. package/components/nav-drawer/nav-drawer-header-item.material.css.d.ts.map +0 -1
  279. package/components/nav-drawer/nav-drawer-item.d.ts.map +0 -1
  280. package/components/nav-drawer/nav-drawer-item.material.css.d.ts.map +0 -1
  281. package/components/nav-drawer/nav-drawer.d.ts.map +0 -1
  282. package/components/nav-drawer/nav-drawer.material.css.d.ts.map +0 -1
  283. package/components/navbar/navbar.d.ts.map +0 -1
  284. package/components/navbar/navbar.material.css.d.ts.map +0 -1
  285. package/components/radio/radio.d.ts.map +0 -1
  286. package/components/radio/radio.material.css.d.ts.map +0 -1
  287. package/components/radio-group/radio-group.d.ts.map +0 -1
  288. package/components/radio-group/radio-group.material.css.d.ts.map +0 -1
  289. package/components/ripple/ripple.d.ts.map +0 -1
  290. package/components/ripple/ripple.material.css.d.ts.map +0 -1
  291. package/index.d.ts.map +0 -1
  292. package/themes/bootstrap.css +0 -1
  293. package/themes/fluent.css +0 -1
  294. package/themes/indigo.css +0 -1
  295. package/themes/material.css +0 -1
@@ -35,6 +35,16 @@
35
35
  }
36
36
  ],
37
37
  "properties": [
38
+ {
39
+ "name": "tagName",
40
+ "type": "\"igc-avatar\"",
41
+ "default": "\"igc-avatar\""
42
+ },
43
+ {
44
+ "name": "styles",
45
+ "type": "CSSResult[]",
46
+ "default": "[\"styles\"]"
47
+ },
38
48
  {
39
49
  "name": "src",
40
50
  "attribute": "src",
@@ -101,7 +111,7 @@
101
111
  {
102
112
  "name": "variant",
103
113
  "description": "The type of badge.",
104
- "type": "\"primary\" | \"info\" | \"success\" | \"warning\" | \"danger\" | undefined",
114
+ "type": "\"primary\" | \"info\" | \"success\" | \"warning\" | \"danger\"",
105
115
  "default": "\"primary\""
106
116
  },
107
117
  {
@@ -113,16 +123,26 @@
113
123
  {
114
124
  "name": "shape",
115
125
  "description": "The shape of the badge.",
116
- "type": "\"rounded\" | \"square\" | undefined",
126
+ "type": "\"rounded\" | \"square\"",
117
127
  "default": "\"rounded\""
118
128
  }
119
129
  ],
120
130
  "properties": [
131
+ {
132
+ "name": "tagName",
133
+ "type": "\"igc-badge\"",
134
+ "default": "\"igc-badge\""
135
+ },
136
+ {
137
+ "name": "styles",
138
+ "type": "CSSResult",
139
+ "default": "\"styles\""
140
+ },
121
141
  {
122
142
  "name": "variant",
123
143
  "attribute": "variant",
124
144
  "description": "The type of badge.",
125
- "type": "\"primary\" | \"info\" | \"success\" | \"warning\" | \"danger\" | undefined",
145
+ "type": "\"primary\" | \"info\" | \"success\" | \"warning\" | \"danger\"",
126
146
  "default": "\"primary\""
127
147
  },
128
148
  {
@@ -136,7 +156,7 @@
136
156
  "name": "shape",
137
157
  "attribute": "shape",
138
158
  "description": "The shape of the badge.",
139
- "type": "\"rounded\" | \"square\" | undefined",
159
+ "type": "\"rounded\" | \"square\"",
140
160
  "default": "\"rounded\""
141
161
  }
142
162
  ],
@@ -195,6 +215,10 @@
195
215
  "type": "boolean",
196
216
  "default": "false"
197
217
  },
218
+ {
219
+ "name": "aria-label",
220
+ "type": "string"
221
+ },
198
222
  {
199
223
  "name": "size",
200
224
  "description": "Determines the size of the component.",
@@ -203,6 +227,16 @@
203
227
  }
204
228
  ],
205
229
  "properties": [
230
+ {
231
+ "name": "tagName",
232
+ "type": "\"igc-button\"",
233
+ "default": "\"igc-button\""
234
+ },
235
+ {
236
+ "name": "styles",
237
+ "type": "CSSResult[]",
238
+ "default": "[\"styles\"]"
239
+ },
206
240
  {
207
241
  "name": "variant",
208
242
  "attribute": "variant",
@@ -247,6 +281,11 @@
247
281
  "type": "boolean",
248
282
  "default": "false"
249
283
  },
284
+ {
285
+ "name": "ariaLabel",
286
+ "attribute": "aria-label",
287
+ "type": "string"
288
+ },
250
289
  {
251
290
  "name": "size",
252
291
  "attribute": "size",
@@ -351,6 +390,10 @@
351
390
  "type": "boolean",
352
391
  "default": "false"
353
392
  },
393
+ {
394
+ "name": "aria-label",
395
+ "type": "string"
396
+ },
354
397
  {
355
398
  "name": "size",
356
399
  "description": "Determines the size of the component.",
@@ -359,6 +402,16 @@
359
402
  }
360
403
  ],
361
404
  "properties": [
405
+ {
406
+ "name": "tagName",
407
+ "type": "\"igc-icon-button\"",
408
+ "default": "\"igc-icon-button\""
409
+ },
410
+ {
411
+ "name": "styles",
412
+ "type": "CSSResult[]",
413
+ "default": "[\"styles\"]"
414
+ },
362
415
  {
363
416
  "name": "name",
364
417
  "attribute": "name",
@@ -422,6 +475,11 @@
422
475
  "type": "boolean",
423
476
  "default": "false"
424
477
  },
478
+ {
479
+ "name": "ariaLabel",
480
+ "attribute": "aria-label",
481
+ "type": "string"
482
+ },
425
483
  {
426
484
  "name": "size",
427
485
  "attribute": "size",
@@ -453,10 +511,10 @@
453
511
  "default": "false"
454
512
  },
455
513
  {
456
- "name": "has-header",
457
- "description": "Determines whether the calendar has header. Even if set to true, the header is not displayed for `multiple` selection.",
514
+ "name": "hide-header",
515
+ "description": "Determines whether the calendar hides its header. Even if set to false, the header is not displayed for `multiple` selection.",
458
516
  "type": "boolean",
459
- "default": "true"
517
+ "default": "false"
460
518
  },
461
519
  {
462
520
  "name": "header-orientation",
@@ -488,6 +546,16 @@
488
546
  "type": "\"small\" | \"medium\" | \"large\"",
489
547
  "default": "\"large\""
490
548
  },
549
+ {
550
+ "name": "value",
551
+ "description": "Тhe current value of the calendar.\nUsed when selection is set to single.",
552
+ "type": "Date | undefined"
553
+ },
554
+ {
555
+ "name": "values",
556
+ "description": "Тhe current values of the calendar.\nUsed when selection is set to multiple or range.",
557
+ "type": "Date[] | undefined"
558
+ },
491
559
  {
492
560
  "name": "selection",
493
561
  "description": "Sets the type of date selection.",
@@ -514,6 +582,16 @@
514
582
  }
515
583
  ],
516
584
  "properties": [
585
+ {
586
+ "name": "tagName",
587
+ "type": "\"igc-calendar\"",
588
+ "default": "\"igc-calendar\""
589
+ },
590
+ {
591
+ "name": "styles",
592
+ "type": "CSSResult[]",
593
+ "default": "[\"styles\"]"
594
+ },
517
595
  {
518
596
  "name": "hideOutsideDays",
519
597
  "attribute": "hide-outside-days",
@@ -522,11 +600,11 @@
522
600
  "default": "false"
523
601
  },
524
602
  {
525
- "name": "hasHeader",
526
- "attribute": "has-header",
527
- "description": "Determines whether the calendar has header. Even if set to true, the header is not displayed for `multiple` selection.",
603
+ "name": "hideHeader",
604
+ "attribute": "hide-header",
605
+ "description": "Determines whether the calendar hides its header. Even if set to false, the header is not displayed for `multiple` selection.",
528
606
  "type": "boolean",
529
- "default": "true"
607
+ "default": "false"
530
608
  },
531
609
  {
532
610
  "name": "headerOrientation",
@@ -577,8 +655,15 @@
577
655
  },
578
656
  {
579
657
  "name": "value",
580
- "description": "Тhe current value of the calendar.\nWhen selection is set to single, it accepts a single Date object.\nOtherwise, it is an array of Date objects.",
581
- "type": "Date | Date[] | undefined"
658
+ "attribute": "value",
659
+ "description": "Тhe current value of the calendar.\nUsed when selection is set to single.",
660
+ "type": "Date | undefined"
661
+ },
662
+ {
663
+ "name": "values",
664
+ "attribute": "values",
665
+ "description": "Тhe current values of the calendar.\nUsed when selection is set to multiple or range.",
666
+ "type": "Date[] | undefined"
582
667
  },
583
668
  {
584
669
  "name": "selection",
@@ -726,9 +811,19 @@
726
811
  {
727
812
  "name": "week-day-format",
728
813
  "description": "The format of the days. Defaults to narrow.",
729
- "type": "\"long\" | \"short\" | \"narrow\"",
814
+ "type": "\"long\" | \"short\" | \"narrow\" | undefined",
730
815
  "default": "\"narrow\""
731
816
  },
817
+ {
818
+ "name": "value",
819
+ "description": "Тhe current value of the calendar.\nUsed when selection is set to single.",
820
+ "type": "Date | undefined"
821
+ },
822
+ {
823
+ "name": "values",
824
+ "description": "Тhe current values of the calendar.\nUsed when selection is set to multiple or range.",
825
+ "type": "Date[] | undefined"
826
+ },
732
827
  {
733
828
  "name": "selection",
734
829
  "description": "Sets the type of date selection.",
@@ -755,6 +850,11 @@
755
850
  }
756
851
  ],
757
852
  "properties": [
853
+ {
854
+ "name": "styles",
855
+ "type": "CSSResult[]",
856
+ "default": "[\"styles\"]"
857
+ },
758
858
  {
759
859
  "name": "hideLeadingDays",
760
860
  "attribute": "hide-leading-days",
@@ -785,7 +885,7 @@
785
885
  "name": "weekDayFormat",
786
886
  "attribute": "week-day-format",
787
887
  "description": "The format of the days. Defaults to narrow.",
788
- "type": "\"long\" | \"short\" | \"narrow\"",
888
+ "type": "\"long\" | \"short\" | \"narrow\" | undefined",
789
889
  "default": "\"narrow\""
790
890
  },
791
891
  {
@@ -796,8 +896,15 @@
796
896
  },
797
897
  {
798
898
  "name": "value",
799
- "description": "Тhe current value of the calendar.\nWhen selection is set to single, it accepts a single Date object.\nOtherwise, it is an array of Date objects.",
800
- "type": "Date | Date[] | undefined"
899
+ "attribute": "value",
900
+ "description": "Тhe current value of the calendar.\nUsed when selection is set to single.",
901
+ "type": "Date | undefined"
902
+ },
903
+ {
904
+ "name": "values",
905
+ "attribute": "values",
906
+ "description": "Тhe current values of the calendar.\nUsed when selection is set to multiple or range.",
907
+ "type": "Date[] | undefined"
801
908
  },
802
909
  {
803
910
  "name": "selection",
@@ -891,11 +998,16 @@
891
998
  {
892
999
  "name": "month-format",
893
1000
  "description": "The format of the month. Defaults to long.",
894
- "type": "\"long\" | \"short\" | \"narrow\" | \"numeric\" | \"2-digit\"",
1001
+ "type": "\"long\" | \"short\" | \"narrow\" | \"numeric\" | \"2-digit\" | undefined",
895
1002
  "default": "\"long\""
896
1003
  }
897
1004
  ],
898
1005
  "properties": [
1006
+ {
1007
+ "name": "styles",
1008
+ "type": "CSSResult[]",
1009
+ "default": "[\"styles\"]"
1010
+ },
899
1011
  {
900
1012
  "name": "value",
901
1013
  "description": "Тhe current value of the calendar.",
@@ -913,7 +1025,7 @@
913
1025
  "name": "monthFormat",
914
1026
  "attribute": "month-format",
915
1027
  "description": "The format of the month. Defaults to long.",
916
- "type": "\"long\" | \"short\" | \"narrow\" | \"numeric\" | \"2-digit\"",
1028
+ "type": "\"long\" | \"short\" | \"narrow\" | \"numeric\" | \"2-digit\" | undefined",
917
1029
  "default": "\"long\""
918
1030
  }
919
1031
  ],
@@ -945,6 +1057,11 @@
945
1057
  }
946
1058
  ],
947
1059
  "properties": [
1060
+ {
1061
+ "name": "styles",
1062
+ "type": "CSSResult[]",
1063
+ "default": "[\"styles\"]"
1064
+ },
948
1065
  {
949
1066
  "name": "value",
950
1067
  "description": "Тhe current value of the calendar.",
@@ -978,6 +1095,18 @@
978
1095
  "name": "igc-card-actions",
979
1096
  "path": "./src/components/card/card.actions.ts",
980
1097
  "description": "A container for card action items like buttons",
1098
+ "properties": [
1099
+ {
1100
+ "name": "tagName",
1101
+ "type": "\"igc-card-actions\"",
1102
+ "default": "\"igc-card-actions\""
1103
+ },
1104
+ {
1105
+ "name": "styles",
1106
+ "type": "CSSResult",
1107
+ "default": "\"styles\""
1108
+ }
1109
+ ],
981
1110
  "slots": [
982
1111
  {
983
1112
  "name": "start",
@@ -997,6 +1126,18 @@
997
1126
  "name": "igc-card-content",
998
1127
  "path": "./src/components/card/card.content.ts",
999
1128
  "description": "A container for card's text content",
1129
+ "properties": [
1130
+ {
1131
+ "name": "tagName",
1132
+ "type": "\"igc-card-content\"",
1133
+ "default": "\"igc-card-content\""
1134
+ },
1135
+ {
1136
+ "name": "styles",
1137
+ "type": "CSSResult",
1138
+ "default": "\"styles\""
1139
+ }
1140
+ ],
1000
1141
  "slots": [
1001
1142
  {
1002
1143
  "name": "",
@@ -1008,6 +1149,18 @@
1008
1149
  "name": "igc-card-header",
1009
1150
  "path": "./src/components/card/card.header.ts",
1010
1151
  "description": "A container for card's header",
1152
+ "properties": [
1153
+ {
1154
+ "name": "tagName",
1155
+ "type": "\"igc-card-header\"",
1156
+ "default": "\"igc-card-header\""
1157
+ },
1158
+ {
1159
+ "name": "styles",
1160
+ "type": "CSSResult",
1161
+ "default": "\"styles\""
1162
+ }
1163
+ ],
1011
1164
  "slots": [
1012
1165
  {
1013
1166
  "name": "thumbnail",
@@ -1037,6 +1190,18 @@
1037
1190
  "name": "igc-card-media",
1038
1191
  "path": "./src/components/card/card.media.ts",
1039
1192
  "description": "A container for card's media - could be an image, gif, video",
1193
+ "properties": [
1194
+ {
1195
+ "name": "tagName",
1196
+ "type": "\"igc-card-media\"",
1197
+ "default": "\"igc-card-media\""
1198
+ },
1199
+ {
1200
+ "name": "styles",
1201
+ "type": "CSSResult",
1202
+ "default": "\"styles\""
1203
+ }
1204
+ ],
1040
1205
  "slots": [
1041
1206
  {
1042
1207
  "name": "",
@@ -1050,19 +1215,29 @@
1050
1215
  "description": "A container which wraps different elements related to a single subject",
1051
1216
  "attributes": [
1052
1217
  {
1053
- "name": "outlined",
1054
- "description": "Sets card outline style, otherwise card looks elevated",
1218
+ "name": "elevated",
1219
+ "description": "Sets card elevated style, otherwise card looks outlined.",
1055
1220
  "type": "boolean",
1056
- "default": "true"
1221
+ "default": "false"
1057
1222
  }
1058
1223
  ],
1059
1224
  "properties": [
1060
1225
  {
1061
- "name": "outlined",
1062
- "attribute": "outlined",
1063
- "description": "Sets card outline style, otherwise card looks elevated",
1226
+ "name": "tagName",
1227
+ "type": "\"igc-card\"",
1228
+ "default": "\"igc-card\""
1229
+ },
1230
+ {
1231
+ "name": "styles",
1232
+ "type": "CSSResult",
1233
+ "default": "\"styles\""
1234
+ },
1235
+ {
1236
+ "name": "elevated",
1237
+ "attribute": "elevated",
1238
+ "description": "Sets card elevated style, otherwise card looks outlined.",
1064
1239
  "type": "boolean",
1065
- "default": "true"
1240
+ "default": "false"
1066
1241
  }
1067
1242
  ],
1068
1243
  "slots": [
@@ -1130,6 +1305,16 @@
1130
1305
  }
1131
1306
  ],
1132
1307
  "properties": [
1308
+ {
1309
+ "name": "tagName",
1310
+ "type": "\"igc-checkbox\"",
1311
+ "default": "\"igc-checkbox\""
1312
+ },
1313
+ {
1314
+ "name": "styles",
1315
+ "type": "CSSResult",
1316
+ "default": "\"styles\""
1317
+ },
1133
1318
  {
1134
1319
  "name": "indeterminate",
1135
1320
  "attribute": "indeterminate",
@@ -1282,6 +1467,16 @@
1282
1467
  }
1283
1468
  ],
1284
1469
  "properties": [
1470
+ {
1471
+ "name": "tagName",
1472
+ "type": "\"igc-switch\"",
1473
+ "default": "\"igc-switch\""
1474
+ },
1475
+ {
1476
+ "name": "styles",
1477
+ "type": "CSSResult",
1478
+ "default": "\"styles\""
1479
+ },
1285
1480
  {
1286
1481
  "name": "name",
1287
1482
  "attribute": "name",
@@ -1388,6 +1583,16 @@
1388
1583
  }
1389
1584
  ],
1390
1585
  "properties": [
1586
+ {
1587
+ "name": "tagName",
1588
+ "type": "\"igc-form\"",
1589
+ "default": "\"igc-form\""
1590
+ },
1591
+ {
1592
+ "name": "styles",
1593
+ "type": "CSSResult",
1594
+ "default": "\"css`\\n :host {\\n display: block;\\n }\\n `\""
1595
+ },
1391
1596
  {
1392
1597
  "name": "novalidate",
1393
1598
  "attribute": "novalidate",
@@ -1444,6 +1649,16 @@
1444
1649
  }
1445
1650
  ],
1446
1651
  "properties": [
1652
+ {
1653
+ "name": "tagName",
1654
+ "type": "\"igc-icon\"",
1655
+ "default": "\"igc-icon\""
1656
+ },
1657
+ {
1658
+ "name": "styles",
1659
+ "type": "CSSResult",
1660
+ "default": "\"styles\""
1661
+ },
1447
1662
  {
1448
1663
  "name": "name",
1449
1664
  "attribute": "name",
@@ -1594,6 +1809,16 @@
1594
1809
  }
1595
1810
  ],
1596
1811
  "properties": [
1812
+ {
1813
+ "name": "tagName",
1814
+ "type": "\"igc-input\"",
1815
+ "default": "\"igc-input\""
1816
+ },
1817
+ {
1818
+ "name": "styles",
1819
+ "type": "CSSResult",
1820
+ "default": "\"styles\""
1821
+ },
1597
1822
  {
1598
1823
  "name": "dir",
1599
1824
  "attribute": "dir",
@@ -1793,6 +2018,18 @@
1793
2018
  "name": "igc-list-header",
1794
2019
  "path": "./src/components/list/list-header.ts",
1795
2020
  "description": "Header list item.",
2021
+ "properties": [
2022
+ {
2023
+ "name": "tagName",
2024
+ "type": "\"igc-list-header\"",
2025
+ "default": "\"igc-list-header\""
2026
+ },
2027
+ {
2028
+ "name": "styles",
2029
+ "type": "CSSResult",
2030
+ "default": "\"styles\""
2031
+ }
2032
+ ],
1796
2033
  "slots": [
1797
2034
  {
1798
2035
  "name": "",
@@ -1804,6 +2041,18 @@
1804
2041
  "name": "igc-list-item",
1805
2042
  "path": "./src/components/list/list-item.ts",
1806
2043
  "description": "The list-item component is a container\nintended for row items in the list component.",
2044
+ "properties": [
2045
+ {
2046
+ "name": "tagName",
2047
+ "type": "\"igc-list-item\"",
2048
+ "default": "\"igc-list-item\""
2049
+ },
2050
+ {
2051
+ "name": "styles",
2052
+ "type": "CSSResult",
2053
+ "default": "\"styles\""
2054
+ }
2055
+ ],
1807
2056
  "slots": [
1808
2057
  {
1809
2058
  "name": "",
@@ -1866,6 +2115,16 @@
1866
2115
  }
1867
2116
  ],
1868
2117
  "properties": [
2118
+ {
2119
+ "name": "tagName",
2120
+ "type": "\"igc-list\"",
2121
+ "default": "\"igc-list\""
2122
+ },
2123
+ {
2124
+ "name": "styles",
2125
+ "type": "CSSResult",
2126
+ "default": "\"styles\""
2127
+ },
1869
2128
  {
1870
2129
  "name": "size",
1871
2130
  "attribute": "size",
@@ -1885,6 +2144,18 @@
1885
2144
  "name": "igc-nav-drawer-header-item",
1886
2145
  "path": "./src/components/nav-drawer/nav-drawer-header-item.ts",
1887
2146
  "description": "A wrapper for navigation drawer's header.",
2147
+ "properties": [
2148
+ {
2149
+ "name": "tagName",
2150
+ "type": "\"igc-nav-drawer-header-item\"",
2151
+ "default": "\"igc-nav-drawer-header-item\""
2152
+ },
2153
+ {
2154
+ "name": "styles",
2155
+ "type": "CSSResult[]",
2156
+ "default": "[\"styles\"]"
2157
+ }
2158
+ ],
1888
2159
  "slots": [
1889
2160
  {
1890
2161
  "name": "",
@@ -1911,6 +2182,16 @@
1911
2182
  }
1912
2183
  ],
1913
2184
  "properties": [
2185
+ {
2186
+ "name": "tagName",
2187
+ "type": "\"igc-nav-drawer-item\"",
2188
+ "default": "\"igc-nav-drawer-item\""
2189
+ },
2190
+ {
2191
+ "name": "styles",
2192
+ "type": "CSSResult[]",
2193
+ "default": "[\"styles\"]"
2194
+ },
1914
2195
  {
1915
2196
  "name": "disabled",
1916
2197
  "attribute": "disabled",
@@ -1970,6 +2251,16 @@
1970
2251
  }
1971
2252
  ],
1972
2253
  "properties": [
2254
+ {
2255
+ "name": "tagName",
2256
+ "type": "\"igc-nav-drawer\"",
2257
+ "default": "\"igc-nav-drawer\""
2258
+ },
2259
+ {
2260
+ "name": "styles",
2261
+ "type": "CSSResult[]",
2262
+ "default": "[\"styles\"]"
2263
+ },
1973
2264
  {
1974
2265
  "name": "position",
1975
2266
  "attribute": "position",
@@ -1985,24 +2276,6 @@
1985
2276
  "default": "false"
1986
2277
  }
1987
2278
  ],
1988
- "events": [
1989
- {
1990
- "name": "igcOpening",
1991
- "description": "Emitted when the navigation drawer is about to open."
1992
- },
1993
- {
1994
- "name": "igcOpened",
1995
- "description": "Emitted when the navigation drawer is opened."
1996
- },
1997
- {
1998
- "name": "igcClosing",
1999
- "description": "Emitted when the navigation drawer is about to close."
2000
- },
2001
- {
2002
- "name": "igcClosed",
2003
- "description": "Emitted when the navigation drawer is closed."
2004
- }
2005
- ],
2006
2279
  "slots": [
2007
2280
  {
2008
2281
  "name": "",
@@ -2032,6 +2305,18 @@
2032
2305
  "name": "igc-navbar",
2033
2306
  "path": "./src/components/navbar/navbar.ts",
2034
2307
  "description": "A navigation bar component is used to facilitate navigation through\na series of hierarchical screens within an app.",
2308
+ "properties": [
2309
+ {
2310
+ "name": "tagName",
2311
+ "type": "\"igc-navbar\"",
2312
+ "default": "\"igc-navbar\""
2313
+ },
2314
+ {
2315
+ "name": "styles",
2316
+ "type": "CSSResult[]",
2317
+ "default": "[\"styles\"]"
2318
+ }
2319
+ ],
2035
2320
  "slots": [
2036
2321
  {
2037
2322
  "name": "",
@@ -2076,6 +2361,16 @@
2076
2361
  }
2077
2362
  ],
2078
2363
  "properties": [
2364
+ {
2365
+ "name": "tagName",
2366
+ "type": "\"igc-radio-group\"",
2367
+ "default": "\"igc-radio-group\""
2368
+ },
2369
+ {
2370
+ "name": "styles",
2371
+ "type": "CSSResult",
2372
+ "default": "\"styles\""
2373
+ },
2079
2374
  {
2080
2375
  "name": "alignment",
2081
2376
  "attribute": "alignment",
@@ -2098,6 +2393,12 @@
2098
2393
  "description": "The value attribute of the control.",
2099
2394
  "type": "string"
2100
2395
  },
2396
+ {
2397
+ "name": "required",
2398
+ "description": "Makes the control a required field.",
2399
+ "type": "boolean",
2400
+ "default": "false"
2401
+ },
2101
2402
  {
2102
2403
  "name": "checked",
2103
2404
  "description": "The checked state of the control.",
@@ -2129,6 +2430,16 @@
2129
2430
  }
2130
2431
  ],
2131
2432
  "properties": [
2433
+ {
2434
+ "name": "tagName",
2435
+ "type": "\"igc-radio\"",
2436
+ "default": "\"igc-radio\""
2437
+ },
2438
+ {
2439
+ "name": "styles",
2440
+ "type": "CSSResult",
2441
+ "default": "\"styles\""
2442
+ },
2132
2443
  {
2133
2444
  "name": "name",
2134
2445
  "attribute": "name",
@@ -2141,6 +2452,13 @@
2141
2452
  "description": "The value attribute of the control.",
2142
2453
  "type": "string"
2143
2454
  },
2455
+ {
2456
+ "name": "required",
2457
+ "attribute": "required",
2458
+ "description": "Makes the control a required field.",
2459
+ "type": "boolean",
2460
+ "default": "false"
2461
+ },
2144
2462
  {
2145
2463
  "name": "checked",
2146
2464
  "attribute": "checked",
@@ -2214,7 +2532,661 @@
2214
2532
  {
2215
2533
  "name": "igc-ripple",
2216
2534
  "path": "./src/components/ripple/ripple.ts",
2217
- "description": "A ripple can be applied to an element to represent\ninteractive surface."
2535
+ "description": "A ripple can be applied to an element to represent\ninteractive surface.",
2536
+ "properties": [
2537
+ {
2538
+ "name": "tagName",
2539
+ "type": "\"igc-ripple\"",
2540
+ "default": "\"igc-ripple\""
2541
+ },
2542
+ {
2543
+ "name": "styles",
2544
+ "type": "CSSResult",
2545
+ "default": "\"styles\""
2546
+ }
2547
+ ]
2548
+ },
2549
+ {
2550
+ "name": "igc-range-slider",
2551
+ "path": "./src/components/slider/range-slider.ts",
2552
+ "description": "A range slider component used to select two numeric values within a range.",
2553
+ "attributes": [
2554
+ {
2555
+ "name": "lower",
2556
+ "description": "The current value of the lower thumb.",
2557
+ "type": "number"
2558
+ },
2559
+ {
2560
+ "name": "upper",
2561
+ "description": "The current value of the upper thumb.",
2562
+ "type": "number"
2563
+ },
2564
+ {
2565
+ "name": "aria-label-lower",
2566
+ "description": "The aria label of the lower thumb.",
2567
+ "type": "string"
2568
+ },
2569
+ {
2570
+ "name": "aria-label-upper",
2571
+ "description": "The aria label of the upper thumb.",
2572
+ "type": "string"
2573
+ },
2574
+ {
2575
+ "name": "min",
2576
+ "description": "The minimum value of the slider scale. Defaults to 0.",
2577
+ "type": "number"
2578
+ },
2579
+ {
2580
+ "name": "max",
2581
+ "description": "The maximum value of the slider scale. Defaults to 100.",
2582
+ "type": "number"
2583
+ },
2584
+ {
2585
+ "name": "lower-bound",
2586
+ "description": "The lower bound of the slider value. If not set, the `min` value is applied.",
2587
+ "type": "number | undefined"
2588
+ },
2589
+ {
2590
+ "name": "upper-bound",
2591
+ "description": "The upper bound of the slider value. If not set, the `max` value is applied.",
2592
+ "type": "number | undefined"
2593
+ },
2594
+ {
2595
+ "name": "disabled",
2596
+ "description": "Disables the UI interactions of the slider.",
2597
+ "type": "boolean",
2598
+ "default": "false"
2599
+ },
2600
+ {
2601
+ "name": "discrete-track",
2602
+ "description": "Marks the slider track as discrete so it displays the steps.\nIf the `step` is 0, the slider will remain continuos even if `discreteTrack` is `true`.",
2603
+ "type": "boolean",
2604
+ "default": "false"
2605
+ },
2606
+ {
2607
+ "name": "hide-tooltip",
2608
+ "description": "Hides the thumb tooltip.",
2609
+ "type": "boolean",
2610
+ "default": "false"
2611
+ },
2612
+ {
2613
+ "name": "step",
2614
+ "description": "Specifies the granularity that the value must adhere to.\nIf set to 0 no stepping is implied and any value in the range is allowed.",
2615
+ "type": "number"
2616
+ },
2617
+ {
2618
+ "name": "primary-ticks",
2619
+ "description": "The number of primary ticks. It defaults to 0 which means no primary ticks are displayed.",
2620
+ "type": "number",
2621
+ "default": "0"
2622
+ },
2623
+ {
2624
+ "name": "secondary-ticks",
2625
+ "description": "The number of secondary ticks. It defaults to 0 which means no secondary ticks are displayed.",
2626
+ "type": "number",
2627
+ "default": "0"
2628
+ },
2629
+ {
2630
+ "name": "tick-orientation",
2631
+ "description": "Changes the orientation of the ticks.",
2632
+ "type": "\"start\" | \"end\" | \"mirror\"",
2633
+ "default": "\"end\""
2634
+ },
2635
+ {
2636
+ "name": "hide-primary-labels",
2637
+ "description": "Hides the primary tick labels.",
2638
+ "type": "boolean",
2639
+ "default": "false"
2640
+ },
2641
+ {
2642
+ "name": "hide-secondary-labels",
2643
+ "description": "Hides the secondary tick labels.",
2644
+ "type": "boolean",
2645
+ "default": "false"
2646
+ },
2647
+ {
2648
+ "name": "locale",
2649
+ "description": "The locale used to format the thumb and tick label values in the slider.",
2650
+ "type": "string",
2651
+ "default": "\"en\""
2652
+ },
2653
+ {
2654
+ "name": "value-format",
2655
+ "description": "String format used for the thumb and tick label values in the slider.",
2656
+ "type": "string | undefined"
2657
+ },
2658
+ {
2659
+ "name": "tick-label-rotation",
2660
+ "description": "The degrees for the rotation of the tick labels. Defaults to 0.",
2661
+ "type": "0 | 90 | -90",
2662
+ "default": "0"
2663
+ }
2664
+ ],
2665
+ "properties": [
2666
+ {
2667
+ "name": "tagName",
2668
+ "type": "\"igc-range-slider\"",
2669
+ "default": "\"igc-range-slider\""
2670
+ },
2671
+ {
2672
+ "name": "lower",
2673
+ "attribute": "lower",
2674
+ "description": "The current value of the lower thumb.",
2675
+ "type": "number"
2676
+ },
2677
+ {
2678
+ "name": "upper",
2679
+ "attribute": "upper",
2680
+ "description": "The current value of the upper thumb.",
2681
+ "type": "number"
2682
+ },
2683
+ {
2684
+ "name": "ariaLabelLower",
2685
+ "attribute": "aria-label-lower",
2686
+ "description": "The aria label of the lower thumb.",
2687
+ "type": "string"
2688
+ },
2689
+ {
2690
+ "name": "ariaLabelUpper",
2691
+ "attribute": "aria-label-upper",
2692
+ "description": "The aria label of the upper thumb.",
2693
+ "type": "string"
2694
+ },
2695
+ {
2696
+ "name": "styles",
2697
+ "type": "CSSResult[]",
2698
+ "default": "[\"styles\"]"
2699
+ },
2700
+ {
2701
+ "name": "min",
2702
+ "attribute": "min",
2703
+ "description": "The minimum value of the slider scale. Defaults to 0.",
2704
+ "type": "number"
2705
+ },
2706
+ {
2707
+ "name": "max",
2708
+ "attribute": "max",
2709
+ "description": "The maximum value of the slider scale. Defaults to 100.",
2710
+ "type": "number"
2711
+ },
2712
+ {
2713
+ "name": "lowerBound",
2714
+ "attribute": "lower-bound",
2715
+ "description": "The lower bound of the slider value. If not set, the `min` value is applied.",
2716
+ "type": "number | undefined"
2717
+ },
2718
+ {
2719
+ "name": "upperBound",
2720
+ "attribute": "upper-bound",
2721
+ "description": "The upper bound of the slider value. If not set, the `max` value is applied.",
2722
+ "type": "number | undefined"
2723
+ },
2724
+ {
2725
+ "name": "disabled",
2726
+ "attribute": "disabled",
2727
+ "description": "Disables the UI interactions of the slider.",
2728
+ "type": "boolean",
2729
+ "default": "false"
2730
+ },
2731
+ {
2732
+ "name": "discreteTrack",
2733
+ "attribute": "discrete-track",
2734
+ "description": "Marks the slider track as discrete so it displays the steps.\nIf the `step` is 0, the slider will remain continuos even if `discreteTrack` is `true`.",
2735
+ "type": "boolean",
2736
+ "default": "false"
2737
+ },
2738
+ {
2739
+ "name": "hideTooltip",
2740
+ "attribute": "hide-tooltip",
2741
+ "description": "Hides the thumb tooltip.",
2742
+ "type": "boolean",
2743
+ "default": "false"
2744
+ },
2745
+ {
2746
+ "name": "step",
2747
+ "attribute": "step",
2748
+ "description": "Specifies the granularity that the value must adhere to.\nIf set to 0 no stepping is implied and any value in the range is allowed.",
2749
+ "type": "number"
2750
+ },
2751
+ {
2752
+ "name": "primaryTicks",
2753
+ "attribute": "primary-ticks",
2754
+ "description": "The number of primary ticks. It defaults to 0 which means no primary ticks are displayed.",
2755
+ "type": "number",
2756
+ "default": "0"
2757
+ },
2758
+ {
2759
+ "name": "secondaryTicks",
2760
+ "attribute": "secondary-ticks",
2761
+ "description": "The number of secondary ticks. It defaults to 0 which means no secondary ticks are displayed.",
2762
+ "type": "number",
2763
+ "default": "0"
2764
+ },
2765
+ {
2766
+ "name": "tickOrientation",
2767
+ "attribute": "tick-orientation",
2768
+ "description": "Changes the orientation of the ticks.",
2769
+ "type": "\"start\" | \"end\" | \"mirror\"",
2770
+ "default": "\"end\""
2771
+ },
2772
+ {
2773
+ "name": "hidePrimaryLabels",
2774
+ "attribute": "hide-primary-labels",
2775
+ "description": "Hides the primary tick labels.",
2776
+ "type": "boolean",
2777
+ "default": "false"
2778
+ },
2779
+ {
2780
+ "name": "hideSecondaryLabels",
2781
+ "attribute": "hide-secondary-labels",
2782
+ "description": "Hides the secondary tick labels.",
2783
+ "type": "boolean",
2784
+ "default": "false"
2785
+ },
2786
+ {
2787
+ "name": "locale",
2788
+ "attribute": "locale",
2789
+ "description": "The locale used to format the thumb and tick label values in the slider.",
2790
+ "type": "string",
2791
+ "default": "\"en\""
2792
+ },
2793
+ {
2794
+ "name": "valueFormat",
2795
+ "attribute": "value-format",
2796
+ "description": "String format used for the thumb and tick label values in the slider.",
2797
+ "type": "string | undefined"
2798
+ },
2799
+ {
2800
+ "name": "valueFormatOptions",
2801
+ "description": "Number format options used for the thumb and tick label values in the slider.",
2802
+ "type": "NumberFormatOptions | undefined"
2803
+ },
2804
+ {
2805
+ "name": "tickLabelRotation",
2806
+ "attribute": "tick-label-rotation",
2807
+ "description": "The degrees for the rotation of the tick labels. Defaults to 0.",
2808
+ "type": "0 | 90 | -90",
2809
+ "default": "0"
2810
+ }
2811
+ ],
2812
+ "events": [
2813
+ {
2814
+ "name": "igcInput",
2815
+ "description": "Emitted when a value is changed via thumb drag or keyboard interaction."
2816
+ },
2817
+ {
2818
+ "name": "igcChange",
2819
+ "description": "Emitted when a value change is committed on a thumb drag end or keyboard interaction."
2820
+ }
2821
+ ],
2822
+ "cssParts": [
2823
+ {
2824
+ "name": "base",
2825
+ "description": "The base wrapper of the slider."
2826
+ },
2827
+ {
2828
+ "name": "ticks",
2829
+ "description": "The ticks container."
2830
+ },
2831
+ {
2832
+ "name": "tick-group",
2833
+ "description": "The tick group container."
2834
+ },
2835
+ {
2836
+ "name": "tick",
2837
+ "description": "The tick element."
2838
+ },
2839
+ {
2840
+ "name": "tick-label",
2841
+ "description": "The tick label element."
2842
+ },
2843
+ {
2844
+ "name": "tick-label-inner",
2845
+ "description": "The inner element of the tick label."
2846
+ },
2847
+ {
2848
+ "name": "thumbs",
2849
+ "description": "The thumbs container."
2850
+ },
2851
+ {
2852
+ "name": "thumb",
2853
+ "description": "The thumb element."
2854
+ },
2855
+ {
2856
+ "name": "thumb-label",
2857
+ "description": "The thumb tooltip label container."
2858
+ },
2859
+ {
2860
+ "name": "thumb-label-inner",
2861
+ "description": "The thumb tooltip label inner element."
2862
+ },
2863
+ {
2864
+ "name": "track",
2865
+ "description": "The track container."
2866
+ },
2867
+ {
2868
+ "name": "steps",
2869
+ "description": "The track steps element."
2870
+ },
2871
+ {
2872
+ "name": "inactive",
2873
+ "description": "The inactive element of the track."
2874
+ },
2875
+ {
2876
+ "name": "fill",
2877
+ "description": "The filled part of the track."
2878
+ }
2879
+ ]
2880
+ },
2881
+ {
2882
+ "name": "igc-slider",
2883
+ "path": "./src/components/slider/slider.ts",
2884
+ "description": "A slider component used to select numeric value within a range.",
2885
+ "attributes": [
2886
+ {
2887
+ "name": "value",
2888
+ "description": "The current value of the slider.",
2889
+ "type": "number"
2890
+ },
2891
+ {
2892
+ "name": "aria-label",
2893
+ "description": "The aria label of the slider thumb.",
2894
+ "type": "string"
2895
+ },
2896
+ {
2897
+ "name": "min",
2898
+ "description": "The minimum value of the slider scale. Defaults to 0.",
2899
+ "type": "number"
2900
+ },
2901
+ {
2902
+ "name": "max",
2903
+ "description": "The maximum value of the slider scale. Defaults to 100.",
2904
+ "type": "number"
2905
+ },
2906
+ {
2907
+ "name": "lower-bound",
2908
+ "description": "The lower bound of the slider value. If not set, the `min` value is applied.",
2909
+ "type": "number | undefined"
2910
+ },
2911
+ {
2912
+ "name": "upper-bound",
2913
+ "description": "The upper bound of the slider value. If not set, the `max` value is applied.",
2914
+ "type": "number | undefined"
2915
+ },
2916
+ {
2917
+ "name": "disabled",
2918
+ "description": "Disables the UI interactions of the slider.",
2919
+ "type": "boolean",
2920
+ "default": "false"
2921
+ },
2922
+ {
2923
+ "name": "discrete-track",
2924
+ "description": "Marks the slider track as discrete so it displays the steps.\nIf the `step` is 0, the slider will remain continuos even if `discreteTrack` is `true`.",
2925
+ "type": "boolean",
2926
+ "default": "false"
2927
+ },
2928
+ {
2929
+ "name": "hide-tooltip",
2930
+ "description": "Hides the thumb tooltip.",
2931
+ "type": "boolean",
2932
+ "default": "false"
2933
+ },
2934
+ {
2935
+ "name": "step",
2936
+ "description": "Specifies the granularity that the value must adhere to.\nIf set to 0 no stepping is implied and any value in the range is allowed.",
2937
+ "type": "number"
2938
+ },
2939
+ {
2940
+ "name": "primary-ticks",
2941
+ "description": "The number of primary ticks. It defaults to 0 which means no primary ticks are displayed.",
2942
+ "type": "number",
2943
+ "default": "0"
2944
+ },
2945
+ {
2946
+ "name": "secondary-ticks",
2947
+ "description": "The number of secondary ticks. It defaults to 0 which means no secondary ticks are displayed.",
2948
+ "type": "number",
2949
+ "default": "0"
2950
+ },
2951
+ {
2952
+ "name": "tick-orientation",
2953
+ "description": "Changes the orientation of the ticks.",
2954
+ "type": "\"start\" | \"end\" | \"mirror\"",
2955
+ "default": "\"end\""
2956
+ },
2957
+ {
2958
+ "name": "hide-primary-labels",
2959
+ "description": "Hides the primary tick labels.",
2960
+ "type": "boolean",
2961
+ "default": "false"
2962
+ },
2963
+ {
2964
+ "name": "hide-secondary-labels",
2965
+ "description": "Hides the secondary tick labels.",
2966
+ "type": "boolean",
2967
+ "default": "false"
2968
+ },
2969
+ {
2970
+ "name": "locale",
2971
+ "description": "The locale used to format the thumb and tick label values in the slider.",
2972
+ "type": "string",
2973
+ "default": "\"en\""
2974
+ },
2975
+ {
2976
+ "name": "value-format",
2977
+ "description": "String format used for the thumb and tick label values in the slider.",
2978
+ "type": "string | undefined"
2979
+ },
2980
+ {
2981
+ "name": "tick-label-rotation",
2982
+ "description": "The degrees for the rotation of the tick labels. Defaults to 0.",
2983
+ "type": "0 | 90 | -90",
2984
+ "default": "0"
2985
+ }
2986
+ ],
2987
+ "properties": [
2988
+ {
2989
+ "name": "tagName",
2990
+ "type": "\"igc-slider\"",
2991
+ "default": "\"igc-slider\""
2992
+ },
2993
+ {
2994
+ "name": "value",
2995
+ "attribute": "value",
2996
+ "description": "The current value of the slider.",
2997
+ "type": "number"
2998
+ },
2999
+ {
3000
+ "name": "ariaLabel",
3001
+ "attribute": "aria-label",
3002
+ "description": "The aria label of the slider thumb.",
3003
+ "type": "string"
3004
+ },
3005
+ {
3006
+ "name": "styles",
3007
+ "type": "CSSResult[]",
3008
+ "default": "[\"styles\"]"
3009
+ },
3010
+ {
3011
+ "name": "min",
3012
+ "attribute": "min",
3013
+ "description": "The minimum value of the slider scale. Defaults to 0.",
3014
+ "type": "number"
3015
+ },
3016
+ {
3017
+ "name": "max",
3018
+ "attribute": "max",
3019
+ "description": "The maximum value of the slider scale. Defaults to 100.",
3020
+ "type": "number"
3021
+ },
3022
+ {
3023
+ "name": "lowerBound",
3024
+ "attribute": "lower-bound",
3025
+ "description": "The lower bound of the slider value. If not set, the `min` value is applied.",
3026
+ "type": "number | undefined"
3027
+ },
3028
+ {
3029
+ "name": "upperBound",
3030
+ "attribute": "upper-bound",
3031
+ "description": "The upper bound of the slider value. If not set, the `max` value is applied.",
3032
+ "type": "number | undefined"
3033
+ },
3034
+ {
3035
+ "name": "disabled",
3036
+ "attribute": "disabled",
3037
+ "description": "Disables the UI interactions of the slider.",
3038
+ "type": "boolean",
3039
+ "default": "false"
3040
+ },
3041
+ {
3042
+ "name": "discreteTrack",
3043
+ "attribute": "discrete-track",
3044
+ "description": "Marks the slider track as discrete so it displays the steps.\nIf the `step` is 0, the slider will remain continuos even if `discreteTrack` is `true`.",
3045
+ "type": "boolean",
3046
+ "default": "false"
3047
+ },
3048
+ {
3049
+ "name": "hideTooltip",
3050
+ "attribute": "hide-tooltip",
3051
+ "description": "Hides the thumb tooltip.",
3052
+ "type": "boolean",
3053
+ "default": "false"
3054
+ },
3055
+ {
3056
+ "name": "step",
3057
+ "attribute": "step",
3058
+ "description": "Specifies the granularity that the value must adhere to.\nIf set to 0 no stepping is implied and any value in the range is allowed.",
3059
+ "type": "number"
3060
+ },
3061
+ {
3062
+ "name": "primaryTicks",
3063
+ "attribute": "primary-ticks",
3064
+ "description": "The number of primary ticks. It defaults to 0 which means no primary ticks are displayed.",
3065
+ "type": "number",
3066
+ "default": "0"
3067
+ },
3068
+ {
3069
+ "name": "secondaryTicks",
3070
+ "attribute": "secondary-ticks",
3071
+ "description": "The number of secondary ticks. It defaults to 0 which means no secondary ticks are displayed.",
3072
+ "type": "number",
3073
+ "default": "0"
3074
+ },
3075
+ {
3076
+ "name": "tickOrientation",
3077
+ "attribute": "tick-orientation",
3078
+ "description": "Changes the orientation of the ticks.",
3079
+ "type": "\"start\" | \"end\" | \"mirror\"",
3080
+ "default": "\"end\""
3081
+ },
3082
+ {
3083
+ "name": "hidePrimaryLabels",
3084
+ "attribute": "hide-primary-labels",
3085
+ "description": "Hides the primary tick labels.",
3086
+ "type": "boolean",
3087
+ "default": "false"
3088
+ },
3089
+ {
3090
+ "name": "hideSecondaryLabels",
3091
+ "attribute": "hide-secondary-labels",
3092
+ "description": "Hides the secondary tick labels.",
3093
+ "type": "boolean",
3094
+ "default": "false"
3095
+ },
3096
+ {
3097
+ "name": "locale",
3098
+ "attribute": "locale",
3099
+ "description": "The locale used to format the thumb and tick label values in the slider.",
3100
+ "type": "string",
3101
+ "default": "\"en\""
3102
+ },
3103
+ {
3104
+ "name": "valueFormat",
3105
+ "attribute": "value-format",
3106
+ "description": "String format used for the thumb and tick label values in the slider.",
3107
+ "type": "string | undefined"
3108
+ },
3109
+ {
3110
+ "name": "valueFormatOptions",
3111
+ "description": "Number format options used for the thumb and tick label values in the slider.",
3112
+ "type": "NumberFormatOptions | undefined"
3113
+ },
3114
+ {
3115
+ "name": "tickLabelRotation",
3116
+ "attribute": "tick-label-rotation",
3117
+ "description": "The degrees for the rotation of the tick labels. Defaults to 0.",
3118
+ "type": "0 | 90 | -90",
3119
+ "default": "0"
3120
+ }
3121
+ ],
3122
+ "events": [
3123
+ {
3124
+ "name": "igcInput",
3125
+ "description": "Emitted when a value is changed via thumb drag or keyboard interaction."
3126
+ },
3127
+ {
3128
+ "name": "igcChange",
3129
+ "description": "Emitted when a value change is committed on a thumb drag end or keyboard interaction."
3130
+ }
3131
+ ],
3132
+ "cssParts": [
3133
+ {
3134
+ "name": "base",
3135
+ "description": "The base wrapper of the slider."
3136
+ },
3137
+ {
3138
+ "name": "ticks",
3139
+ "description": "The ticks container."
3140
+ },
3141
+ {
3142
+ "name": "tick-group",
3143
+ "description": "The tick group container."
3144
+ },
3145
+ {
3146
+ "name": "tick",
3147
+ "description": "The tick element."
3148
+ },
3149
+ {
3150
+ "name": "tick-label",
3151
+ "description": "The tick label element."
3152
+ },
3153
+ {
3154
+ "name": "tick-label-inner",
3155
+ "description": "The inner element of the tick label."
3156
+ },
3157
+ {
3158
+ "name": "thumbs",
3159
+ "description": "The thumbs container."
3160
+ },
3161
+ {
3162
+ "name": "thumb",
3163
+ "description": "The thumb element."
3164
+ },
3165
+ {
3166
+ "name": "thumb-label",
3167
+ "description": "The thumb tooltip label container."
3168
+ },
3169
+ {
3170
+ "name": "thumb-label-inner",
3171
+ "description": "The thumb tooltip label inner element."
3172
+ },
3173
+ {
3174
+ "name": "track",
3175
+ "description": "The track container."
3176
+ },
3177
+ {
3178
+ "name": "steps",
3179
+ "description": "The track steps element."
3180
+ },
3181
+ {
3182
+ "name": "inactive",
3183
+ "description": "The inactive element of the track."
3184
+ },
3185
+ {
3186
+ "name": "fill",
3187
+ "description": "The filled part of the track."
3188
+ }
3189
+ ]
2218
3190
  }
2219
3191
  ]
2220
3192
  }