wcs-core 2.5.4 → 2.9.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 (297) hide show
  1. package/CHANGELOG.md +132 -5
  2. package/README.md +19 -1
  3. package/dist/cjs/component-fc28ed16.js +1074 -0
  4. package/dist/cjs/helpers-6abce594.js +86 -0
  5. package/dist/cjs/{index-e05c3e1f.js → index-3cb9d725.js} +165 -87
  6. package/dist/cjs/loader.cjs.js +3 -3
  7. package/dist/{esm/wcs-action-bar_47.entry.js → cjs/lodash-776d6f03.js} +12499 -22628
  8. package/dist/cjs/popper-5777994b.js +1732 -0
  9. package/dist/cjs/select-arrow-76ccf86d.js +36 -0
  10. package/dist/cjs/wcs-action-bar.cjs.entry.js +24 -0
  11. package/dist/cjs/wcs-app.cjs.entry.js +2 -2
  12. package/dist/cjs/wcs-badge.cjs.entry.js +27 -0
  13. package/dist/cjs/wcs-button.cjs.entry.js +86 -0
  14. package/dist/cjs/wcs-card-body.cjs.entry.js +19 -0
  15. package/dist/cjs/wcs-card.cjs.entry.js +20 -0
  16. package/dist/cjs/wcs-checkbox.cjs.entry.js +47 -0
  17. package/dist/cjs/wcs-com-nav-category.cjs.entry.js +63 -0
  18. package/dist/cjs/wcs-com-nav-submenu.cjs.entry.js +69 -0
  19. package/dist/cjs/wcs-com-nav.cjs.entry.js +19 -0
  20. package/dist/cjs/wcs-divider.cjs.entry.js +19 -0
  21. package/dist/cjs/wcs-dropdown-divider.cjs.entry.js +19 -0
  22. package/dist/cjs/wcs-dropdown-header.cjs.entry.js +19 -0
  23. package/dist/cjs/wcs-dropdown-item.cjs.entry.js +23 -0
  24. package/dist/cjs/wcs-dropdown.cjs.entry.js +90 -0
  25. package/dist/cjs/wcs-editable-field.cjs.entry.js +225 -0
  26. package/dist/cjs/wcs-error_2.cjs.entry.js +137 -0
  27. package/dist/cjs/wcs-field-content.cjs.entry.js +16 -0
  28. package/dist/cjs/wcs-field-label.cjs.entry.js +16 -0
  29. package/dist/cjs/wcs-field.cjs.entry.js +19 -0
  30. package/dist/cjs/wcs-footer.cjs.entry.js +19 -0
  31. package/dist/cjs/wcs-galactic-menu.cjs.entry.js +58 -0
  32. package/dist/cjs/wcs-galactic.cjs.entry.js +41 -0
  33. package/dist/cjs/wcs-grid-column.cjs.entry.js +77 -0
  34. package/dist/cjs/wcs-grid-custom-cell.cjs.entry.js +16 -0
  35. package/dist/cjs/wcs-grid-pagination.cjs.entry.js +4 -4
  36. package/dist/cjs/wcs-grid.cjs.entry.js +332 -0
  37. package/dist/cjs/wcs-header.cjs.entry.js +25 -0
  38. package/dist/cjs/wcs-hint.cjs.entry.js +20 -0
  39. package/dist/cjs/wcs-horizontal-stepper.cjs.entry.js +114 -0
  40. package/dist/cjs/wcs-icon.cjs.entry.js +2 -2
  41. package/dist/cjs/wcs-input.cjs.entry.js +228 -0
  42. package/dist/cjs/wcs-label.cjs.entry.js +20 -0
  43. package/dist/cjs/wcs-list-item-properties.cjs.entry.js +19 -0
  44. package/dist/cjs/wcs-list-item-property.cjs.entry.js +19 -0
  45. package/dist/cjs/wcs-list-item.cjs.entry.js +23 -0
  46. package/dist/cjs/wcs-mat-icon.cjs.entry.js +73 -0
  47. package/dist/cjs/wcs-modal.cjs.entry.js +50 -0
  48. package/dist/cjs/wcs-nav-item.cjs.entry.js +23 -0
  49. package/dist/cjs/wcs-nav.cjs.entry.js +19 -0
  50. package/dist/cjs/wcs-progress-bar.cjs.entry.js +47 -0
  51. package/dist/cjs/wcs-progress-radial.cjs.entry.js +30 -0
  52. package/dist/cjs/wcs-radio-group.cjs.entry.js +65 -0
  53. package/dist/cjs/wcs-radio.cjs.entry.js +49 -0
  54. package/dist/cjs/wcs-select_2.cjs.entry.js +4916 -0
  55. package/dist/cjs/wcs-spinner.cjs.entry.js +21 -0
  56. package/dist/cjs/wcs-switch.cjs.entry.js +42 -0
  57. package/dist/cjs/wcs-tab.cjs.entry.js +20 -0
  58. package/dist/cjs/wcs-tabs.cjs.entry.js +159 -0
  59. package/dist/cjs/wcs-textarea.cjs.entry.js +224 -0
  60. package/dist/cjs/wcs-tooltip.cjs.entry.js +1635 -0
  61. package/dist/cjs/wcs.cjs.js +3 -3
  62. package/dist/collection/collection-manifest.json +5 -2
  63. package/dist/collection/components/badge/badge-interface.js +1 -0
  64. package/dist/collection/components/badge/badge.js +14 -4
  65. package/dist/collection/components/button/button.css +79 -75
  66. package/dist/collection/components/button/button.js +23 -11
  67. package/dist/collection/components/card/card-interface.js +1 -0
  68. package/dist/collection/components/card/card.js +7 -2
  69. package/dist/collection/components/checkbox/checkbox.css +18 -7
  70. package/dist/collection/components/checkbox/checkbox.js +24 -2
  71. package/dist/collection/components/com-nav/com-nav.css +1 -2
  72. package/dist/collection/components/com-nav-category/com-nav-category.css +5 -6
  73. package/dist/collection/components/com-nav-category/com-nav-category.js +31 -1
  74. package/dist/collection/components/com-nav-submenu/com-nav-submenu.css +1 -2
  75. package/dist/collection/components/com-nav-submenu/com-nav-submenu.js +21 -1
  76. package/dist/collection/components/dropdown/dropdown-interface.js +1 -0
  77. package/dist/collection/components/dropdown/dropdown.css +46 -38
  78. package/dist/collection/components/dropdown/dropdown.js +90 -29
  79. package/dist/collection/components/dropdown-divider/dropdown-divider.css +7 -0
  80. package/dist/collection/components/dropdown-divider/dropdown-divider.js +14 -0
  81. package/dist/collection/components/dropdown-header/dropdown-header.css +8 -0
  82. package/dist/collection/components/dropdown-header/dropdown-header.js +15 -0
  83. package/dist/collection/components/editable-field/editable-field.js +7 -2
  84. package/dist/collection/components/footer/footer.css +1 -1
  85. package/dist/collection/components/form-field/form-field.css +1 -2
  86. package/dist/collection/components/form-field/form-field.js +0 -17
  87. package/dist/collection/components/grid/grid.js +75 -13
  88. package/dist/collection/components/grid-column/grid-column.css +5 -0
  89. package/dist/collection/components/grid-column/grid-column.js +70 -4
  90. package/dist/collection/components/grid-custom-cell/grid-custom-cell.js +45 -0
  91. package/dist/collection/components/grid-pagination/grid-pagination.js +4 -4
  92. package/dist/collection/components/header/header.css +1 -1
  93. package/dist/collection/components/horizontal-stepper/horizontal-stepper.js +7 -2
  94. package/dist/collection/components/input/input.css +48 -0
  95. package/dist/collection/components/input/input.js +40 -4
  96. package/dist/collection/components/mat-icon/mat-icon.css +1 -1
  97. package/dist/collection/components/mat-icon/mat-icon.js +7 -2
  98. package/dist/collection/components/modal/modal-interface.js +1 -0
  99. package/dist/collection/components/modal/modal.css +26 -7
  100. package/dist/collection/components/modal/modal.js +35 -7
  101. package/dist/collection/components/nav-item/nav-item.js +1 -1
  102. package/dist/collection/components/progress-bar/progress-bar.js +4 -4
  103. package/dist/collection/components/radio/radio.component.js +9 -4
  104. package/dist/collection/components/radio/radio.css +44 -19
  105. package/dist/collection/components/radio-group/radio-group.css +5 -1
  106. package/dist/collection/components/radio-group/radio-group.js +10 -5
  107. package/dist/collection/components/select/select.css +81 -77
  108. package/dist/collection/components/select/select.js +2 -2
  109. package/dist/collection/components/select-option/select-option.css +79 -75
  110. package/dist/collection/components/select-option/select-option.js +6 -7
  111. package/dist/collection/components/spinner/spinner-interface.js +1 -0
  112. package/dist/collection/components/spinner/spinner.js +8 -3
  113. package/dist/collection/components/switch/switch.css +53 -16
  114. package/dist/collection/components/switch/switch.js +55 -6
  115. package/dist/collection/components/tab/tab.js +5 -5
  116. package/dist/collection/components/tabs/tabs.js +2 -2
  117. package/dist/collection/components/textarea/textarea.css +4 -0
  118. package/dist/collection/components/textarea/textarea.js +2 -2
  119. package/dist/collection/components/tooltip/tooltip.css +3 -0
  120. package/dist/collection/components/tooltip/tooltip.js +310 -92
  121. package/dist/collection/utils/helpers.js +4 -0
  122. package/dist/esm/component-6b4d470f.js +1072 -0
  123. package/dist/esm/helpers-e2993152.js +77 -0
  124. package/dist/esm/{index-c619b1fa.js → index-b982604a.js} +165 -88
  125. package/dist/esm/loader.js +3 -3
  126. package/dist/{cjs/wcs-action-bar_47.cjs.entry.js → esm/lodash-d6d9d079.js} +12610 -22791
  127. package/dist/esm/popper-5f42e560.js +1729 -0
  128. package/dist/esm/select-arrow-73ac4016.js +34 -0
  129. package/dist/esm/wcs-action-bar.entry.js +20 -0
  130. package/dist/esm/wcs-app.entry.js +2 -2
  131. package/dist/esm/wcs-badge.entry.js +23 -0
  132. package/dist/esm/wcs-button.entry.js +82 -0
  133. package/dist/esm/wcs-card-body.entry.js +15 -0
  134. package/dist/esm/wcs-card.entry.js +16 -0
  135. package/dist/esm/wcs-checkbox.entry.js +43 -0
  136. package/dist/esm/wcs-com-nav-category.entry.js +59 -0
  137. package/dist/esm/wcs-com-nav-submenu.entry.js +65 -0
  138. package/dist/esm/wcs-com-nav.entry.js +15 -0
  139. package/dist/esm/wcs-divider.entry.js +15 -0
  140. package/dist/esm/wcs-dropdown-divider.entry.js +15 -0
  141. package/dist/esm/wcs-dropdown-header.entry.js +15 -0
  142. package/dist/esm/wcs-dropdown-item.entry.js +19 -0
  143. package/dist/esm/wcs-dropdown.entry.js +86 -0
  144. package/dist/esm/wcs-editable-field.entry.js +221 -0
  145. package/dist/esm/wcs-error_2.entry.js +132 -0
  146. package/dist/esm/wcs-field-content.entry.js +12 -0
  147. package/dist/esm/wcs-field-label.entry.js +12 -0
  148. package/dist/esm/wcs-field.entry.js +15 -0
  149. package/dist/esm/wcs-footer.entry.js +15 -0
  150. package/dist/esm/wcs-galactic-menu.entry.js +54 -0
  151. package/dist/esm/wcs-galactic.entry.js +37 -0
  152. package/dist/esm/wcs-grid-column.entry.js +73 -0
  153. package/dist/esm/wcs-grid-custom-cell.entry.js +12 -0
  154. package/dist/esm/wcs-grid-pagination.entry.js +4 -4
  155. package/dist/esm/wcs-grid.entry.js +328 -0
  156. package/dist/esm/wcs-header.entry.js +21 -0
  157. package/dist/esm/wcs-hint.entry.js +16 -0
  158. package/dist/esm/wcs-horizontal-stepper.entry.js +110 -0
  159. package/dist/esm/wcs-icon.entry.js +2 -2
  160. package/dist/esm/wcs-input.entry.js +224 -0
  161. package/dist/esm/wcs-label.entry.js +16 -0
  162. package/dist/esm/wcs-list-item-properties.entry.js +15 -0
  163. package/dist/esm/wcs-list-item-property.entry.js +15 -0
  164. package/dist/esm/wcs-list-item.entry.js +19 -0
  165. package/dist/esm/wcs-mat-icon.entry.js +69 -0
  166. package/dist/esm/wcs-modal.entry.js +46 -0
  167. package/dist/esm/wcs-nav-item.entry.js +19 -0
  168. package/dist/esm/wcs-nav.entry.js +15 -0
  169. package/dist/esm/wcs-progress-bar.entry.js +43 -0
  170. package/dist/esm/wcs-progress-radial.entry.js +26 -0
  171. package/dist/esm/wcs-radio-group.entry.js +61 -0
  172. package/dist/esm/wcs-radio.entry.js +45 -0
  173. package/dist/esm/wcs-select_2.entry.js +4911 -0
  174. package/dist/esm/wcs-spinner.entry.js +17 -0
  175. package/dist/esm/wcs-switch.entry.js +38 -0
  176. package/dist/esm/wcs-tab.entry.js +16 -0
  177. package/dist/esm/wcs-tabs.entry.js +155 -0
  178. package/dist/esm/wcs-textarea.entry.js +220 -0
  179. package/dist/esm/wcs-tooltip.entry.js +1631 -0
  180. package/dist/esm/wcs.js +3 -3
  181. package/dist/types/components/badge/badge-interface.d.ts +2 -0
  182. package/dist/types/components/badge/badge.d.ts +3 -2
  183. package/dist/types/components/button/button.d.ts +7 -3
  184. package/dist/types/components/card/card-interface.d.ts +1 -0
  185. package/dist/types/components/card/card.d.ts +2 -1
  186. package/dist/types/components/checkbox/checkbox.d.ts +4 -0
  187. package/dist/types/components/com-nav-category/com-nav-category.d.ts +7 -0
  188. package/dist/types/components/com-nav-submenu/com-nav-submenu.d.ts +7 -0
  189. package/dist/types/components/dropdown/dropdown-interface.d.ts +1 -0
  190. package/dist/types/components/dropdown/dropdown.d.ts +13 -16
  191. package/dist/types/components/dropdown-divider/dropdown-divider.d.ts +3 -0
  192. package/dist/types/components/dropdown-header/dropdown-header.d.ts +3 -0
  193. package/dist/types/components/editable-field/editable-field-interface.d.ts +1 -0
  194. package/dist/types/components/editable-field/editable-field.d.ts +2 -2
  195. package/dist/types/components/form-field/form-field.d.ts +0 -4
  196. package/dist/types/components/grid/grid.d.ts +18 -0
  197. package/dist/types/components/grid-column/grid-column.d.ts +6 -1
  198. package/dist/types/components/grid-custom-cell/grid-custom-cell.d.ts +12 -0
  199. package/dist/types/components/horizontal-stepper/horizontal-stepper-interface.d.ts +1 -0
  200. package/dist/types/components/horizontal-stepper/horizontal-stepper.d.ts +2 -2
  201. package/dist/types/components/input/input.d.ts +8 -0
  202. package/dist/types/components/mat-icon/mat-icon-interface.d.ts +1 -0
  203. package/dist/types/components/mat-icon/mat-icon.d.ts +2 -2
  204. package/dist/types/components/modal/modal-interface.d.ts +1 -0
  205. package/dist/types/components/modal/modal.d.ts +7 -1
  206. package/dist/types/components/radio/radio.component.d.ts +2 -1
  207. package/dist/types/components/radio-group/radio-group-interface.d.ts +1 -0
  208. package/dist/types/components/radio-group/radio-group.d.ts +2 -2
  209. package/dist/types/components/select-option/select-option.d.ts +2 -0
  210. package/dist/types/components/spinner/spinner-interface.d.ts +1 -0
  211. package/dist/types/components/spinner/spinner.d.ts +2 -1
  212. package/dist/types/components/switch/switch-interface.d.ts +1 -0
  213. package/dist/types/components/switch/switch.d.ts +10 -2
  214. package/dist/types/components/tooltip/tooltip.d.ts +70 -6
  215. package/dist/types/components.d.ts +253 -41
  216. package/dist/types/interfaces.d.ts +22 -0
  217. package/dist/types/stencil-public-runtime.d.ts +189 -186
  218. package/dist/types/utils/helpers.d.ts +1 -0
  219. package/dist/wcs/p-03b2e238.entry.js +1 -0
  220. package/dist/wcs/p-08a7e84d.entry.js +1 -0
  221. package/dist/wcs/p-16dfbae8.js +127 -0
  222. package/dist/wcs/p-1dce7e63.entry.js +1 -0
  223. package/dist/wcs/p-1f5aed36.entry.js +1 -0
  224. package/dist/wcs/p-214236db.entry.js +1 -0
  225. package/dist/wcs/p-22813c8e.entry.js +1 -0
  226. package/dist/wcs/p-26b5c0a3.entry.js +1 -0
  227. package/dist/wcs/p-2e6265dc.entry.js +1 -0
  228. package/dist/wcs/p-384068f7.entry.js +1 -0
  229. package/dist/wcs/p-41037455.entry.js +1 -0
  230. package/dist/wcs/p-474d6601.entry.js +1 -0
  231. package/dist/wcs/p-4e9e226d.entry.js +1 -0
  232. package/dist/wcs/p-55fdc284.entry.js +1 -0
  233. package/dist/wcs/p-5b35b232.entry.js +1 -0
  234. package/dist/wcs/p-600a9cc0.entry.js +1 -0
  235. package/dist/wcs/p-60b51967.entry.js +1 -0
  236. package/dist/wcs/p-65c5ccc5.entry.js +1 -0
  237. package/dist/wcs/p-688fea65.entry.js +1 -0
  238. package/dist/wcs/p-716d5921.entry.js +1 -0
  239. package/dist/wcs/p-7206e492.entry.js +1 -0
  240. package/dist/wcs/p-7219c04b.js +1 -0
  241. package/dist/wcs/p-7c26f650.entry.js +1 -0
  242. package/dist/wcs/p-8137f075.entry.js +1 -0
  243. package/dist/wcs/p-8864a491.entry.js +1 -0
  244. package/dist/wcs/p-8c8740e3.entry.js +1 -0
  245. package/dist/wcs/p-91a2de07.entry.js +1 -0
  246. package/dist/wcs/p-94a31f64.entry.js +1 -0
  247. package/dist/wcs/p-9619f77a.entry.js +1 -0
  248. package/dist/wcs/p-979dfd78.entry.js +1 -0
  249. package/dist/wcs/p-9ba52bc4.entry.js +1 -0
  250. package/dist/wcs/p-a1ee1551.entry.js +1 -0
  251. package/dist/wcs/p-a92d369e.entry.js +1 -0
  252. package/dist/wcs/p-a978c1e3.entry.js +1 -0
  253. package/dist/wcs/p-adef7aaf.js +1 -0
  254. package/dist/wcs/p-b5ffbea8.entry.js +1 -0
  255. package/dist/wcs/p-b7184d59.entry.js +1 -0
  256. package/dist/wcs/p-bbf1ef42.entry.js +1 -0
  257. package/dist/wcs/p-c7d6d3e1.entry.js +15 -0
  258. package/dist/wcs/p-cf4d7a83.js +1 -0
  259. package/dist/wcs/p-d3c9a644.js +1 -0
  260. package/dist/wcs/p-db68379f.entry.js +1 -0
  261. package/dist/wcs/p-dbbc3f58.entry.js +1 -0
  262. package/dist/wcs/p-dc817204.entry.js +1 -0
  263. package/dist/wcs/p-e0163de8.entry.js +1 -0
  264. package/dist/wcs/p-e4236d32.entry.js +1 -0
  265. package/dist/wcs/p-e43358e4.entry.js +1 -0
  266. package/dist/wcs/p-e9ce507c.entry.js +1 -0
  267. package/dist/wcs/p-ecbe5165.entry.js +6 -0
  268. package/dist/wcs/p-f430a227.entry.js +1 -0
  269. package/dist/wcs/p-f46e6c3c.js +1 -0
  270. package/dist/wcs/p-f96bb0bf.entry.js +1 -0
  271. package/dist/wcs/p-f9944bde.entry.js +1 -0
  272. package/dist/wcs/p-fa173947.entry.js +1 -0
  273. package/dist/wcs/p-fb1577b5.entry.js +1 -0
  274. package/dist/wcs/p-febe9ccc.entry.js +1 -0
  275. package/dist/wcs/p-ff6d0dfd.entry.js +1 -0
  276. package/dist/wcs/wcs.css +1 -1
  277. package/dist/wcs/wcs.esm.js +1 -1
  278. package/loader/index.d.ts +0 -1
  279. package/package.json +25 -22
  280. package/dist/types/interface.d.ts +0 -3
  281. package/dist/wcs/p-16dca526.entry.js +0 -1
  282. package/dist/wcs/p-4f228fcb.entry.js +0 -134
  283. package/dist/wcs/p-66520e5a.entry.js +0 -1
  284. package/dist/wcs/p-d31287c6.entry.js +0 -1
  285. package/dist/wcs/p-f73f235b.js +0 -1
  286. package/schematics/.gitignore +0 -18
  287. package/schematics/.npmignore +0 -4
  288. package/schematics/collection.json +0 -9
  289. package/schematics/src/ng-add/files/fonts/avenir-black.woff +0 -0
  290. package/schematics/src/ng-add/files/fonts/avenir-book.woff +0 -0
  291. package/schematics/src/ng-add/files/fonts/avenir-lighter.woff +0 -0
  292. package/schematics/src/ng-add/files/fonts/avenir-medium.woff +0 -0
  293. package/schematics/src/ng-add/files/sncf-logo.png +0 -0
  294. package/schematics/src/ng-add/index.d.ts +0 -3
  295. package/schematics/src/ng-add/index.js +0 -119
  296. package/schematics/src/ng-add/index.js.map +0 -1
  297. package/schematics/src/ng-add/schema.json +0 -5
@@ -5,19 +5,24 @@
5
5
  * It contains typing information for all components that exist in this project.
6
6
  */
7
7
  import { HTMLStencilElement, JSXBase } from "./stencil-public-runtime";
8
+ import { BadgeColor, BadgeShape } from "./components/badge/badge-interface";
8
9
  import { WcsButtonMode, WcsButtonShape, WcsButtonType } from "./components/button/button-interface";
10
+ import { CardMode } from "./components/card/card-interface";
9
11
  import { CheckboxChangeEventDetail, CheckboxLabelAlignment } from "./components/checkbox/checkbox-interface";
10
12
  import { CategoryOpenedEventDetail, MenuOpenedEventDetail } from "./components/com-nav/com-nav-interface";
11
- import { EditableComponentUpdateEvent, FormatFn, ValidateFn } from "./components/editable-field/editable-field-interface";
13
+ import { WcsDropdownPlacement } from "./components/dropdown/dropdown-interface";
14
+ import { EditableComponentUpdateEvent, EditableFieldType, FormatFn, ValidateFn } from "./components/editable-field/editable-field-interface";
12
15
  import { WcsCellFormatter, WcsGridAllRowSelectedEventDetails, WcsGridColumnSortChangeEventDetails, WcsGridPaginationChangeEventDetails, WcsGridRowSelectedEventDetails, WcsGridSelectionConfig, WcsSortFn, WcsSortOrder } from "./components/grid/grid-interface";
13
- import { HorizontalStepClickEvent, HorizontalStepConfig } from "./components/horizontal-stepper/horizontal-stepper-interface";
16
+ import { HorizontalStepClickEvent, HorizontalStepConfig, HorizontalStepperMode } from "./components/horizontal-stepper/horizontal-stepper-interface";
14
17
  import { AutocompleteTypes, InputChangeEventDetail, TextFieldTypes } from "./components/input/input-interface";
15
- import { MaterialIconFamily } from "./components/mat-icon/mat-icon-interface";
18
+ import { MaterialIconFamily, MaterialIconSize } from "./components/mat-icon/mat-icon-interface";
19
+ import { ModalSize } from "./components/modal/modal-interface";
20
+ import { RadioGroupChangeEventDetail, RadioGroupMode } from "./components/radio-group/radio-group-interface";
16
21
  import { RadioChosedEvent } from "./components/radio/radio-interface";
17
- import { RadioGroupChangeEventDetail } from "./components/radio-group/radio-group-interface";
18
22
  import { SelectChangeEventDetail } from "./components/select/select-interface";
19
23
  import { SelectOptionChosedEvent } from "./components/select-option/select-option-interface";
20
- import { SwitchChangeEventDetail } from "./components/switch/switch-interface";
24
+ import { WcsSpinnerMode } from "./components/spinner/spinner-interface";
25
+ import { SwitchChangeEventDetail, SwitchLabelAlignment } from "./components/switch/switch-interface";
21
26
  import { WcsTabChangeEvent, WcsTabsAlignment } from "./components/tabs/tabs-interface";
22
27
  import { TextareaChangeEventDetail } from "./components/textarea/textarea-interface";
23
28
  import { WcsTooltipPosition } from "./components/tooltip/tooltip-interface";
@@ -34,11 +39,11 @@ export namespace Components {
34
39
  /**
35
40
  * Allows you to change the color of the badge to make it less bright (based on the color chosen by the CSS class).
36
41
  */
37
- "color": 'initial' | 'lighter';
42
+ "color": BadgeColor;
38
43
  /**
39
44
  * Define the shape of the badge
40
45
  */
41
- "shape": 'normal' | 'rounded';
46
+ "shape": BadgeShape;
42
47
  }
43
48
  interface WcsButton {
44
49
  /**
@@ -67,7 +72,7 @@ export namespace Components {
67
72
  "type": WcsButtonType;
68
73
  }
69
74
  interface WcsCard {
70
- "mode": 'flat' | 'raised';
75
+ "mode": CardMode;
71
76
  }
72
77
  interface WcsCardBody {
73
78
  }
@@ -76,6 +81,10 @@ export namespace Components {
76
81
  * If `true`, the checkbox is selected.
77
82
  */
78
83
  "checked": boolean;
84
+ /**
85
+ * Specify wether the checkbox is disabled or not.
86
+ */
87
+ "disabled": boolean;
79
88
  /**
80
89
  * If `true` the checkbox is in indeterminate state.
81
90
  */
@@ -116,10 +125,31 @@ export namespace Components {
116
125
  interface WcsDivider {
117
126
  }
118
127
  interface WcsDropdown {
128
+ /**
129
+ * Specifies whether the dropdown button is clickable or not
130
+ */
119
131
  "disabled": boolean;
132
+ /**
133
+ * Dropdown's button mode
134
+ */
120
135
  "mode": WcsButtonMode;
136
+ /**
137
+ * Hides the arrow in the button
138
+ */
139
+ "noArrow": boolean;
140
+ /**
141
+ * placement of the dropdown's popover
142
+ */
143
+ "placement": WcsDropdownPlacement;
144
+ /**
145
+ * Dropdown's button shape
146
+ */
121
147
  "shape": WcsButtonShape;
122
148
  }
149
+ interface WcsDropdownDivider {
150
+ }
151
+ interface WcsDropdownHeader {
152
+ }
123
153
  interface WcsDropdownItem {
124
154
  }
125
155
  interface WcsEditableField {
@@ -142,7 +172,7 @@ export namespace Components {
142
172
  /**
143
173
  * Specifies which component is used for editing
144
174
  */
145
- "type": 'input' | 'textarea' | 'select';
175
+ "type": EditableFieldType;
146
176
  /**
147
177
  * Function to customize the validation of the data during the update
148
178
  */
@@ -163,10 +193,6 @@ export namespace Components {
163
193
  interface WcsFooter {
164
194
  }
165
195
  interface WcsFormField {
166
- /**
167
- * Name of the material icon to add to the field
168
- */
169
- "icon": any;
170
196
  /**
171
197
  * Specifies whether the form field is in an error state. Displays the field border in red and the message contained in the wcs-error component
172
198
  */
@@ -190,6 +216,10 @@ export namespace Components {
190
216
  * Flag to display spinner during data loading
191
217
  */
192
218
  "loading": boolean;
219
+ /**
220
+ * Name of the object's key that will be used to display the cells whose keyValue attribute matches to the object's value for this key.
221
+ */
222
+ "rowIdPath": string;
193
223
  /**
194
224
  * Set the selected items
195
225
  */
@@ -205,7 +235,9 @@ export namespace Components {
205
235
  "wcsGridPaginationId": string;
206
236
  }
207
237
  interface WcsGridColumn {
238
+ "customCells": boolean;
208
239
  "formatter": WcsCellFormatter;
240
+ "hidden": boolean;
209
241
  "name": string;
210
242
  "path": string;
211
243
  "sort": boolean;
@@ -216,6 +248,16 @@ export namespace Components {
216
248
  */
217
249
  "width": string;
218
250
  }
251
+ interface WcsGridCustomCell {
252
+ /**
253
+ * ID of the column for which to render the cell
254
+ */
255
+ "columnId": string;
256
+ /**
257
+ * Key value of the object rendered for the cell's row
258
+ */
259
+ "rowId": any;
260
+ }
219
261
  interface WcsGridPagination {
220
262
  "availablePageSizes": number[];
221
263
  "currentPage": number;
@@ -240,7 +282,7 @@ export namespace Components {
240
282
  /**
241
283
  * Specifies if the stepper is in linear mode (the user can only click on the next step) or non-linear (the user can click on any step)
242
284
  */
243
- "mode": 'linear' | 'nonLinear';
285
+ "mode": HorizontalStepperMode;
244
286
  "next": () => Promise<void>;
245
287
  "previous": () => Promise<void>;
246
288
  /**
@@ -341,6 +383,10 @@ export namespace Components {
341
383
  * Instructional text that shows before the input has a value.
342
384
  */
343
385
  "placeholder"?: string | null;
386
+ /**
387
+ * Prefix displayed before the text field contents. This is not included in the value.
388
+ */
389
+ "prefixLabel": string;
344
390
  /**
345
391
  * If `true`, the user cannot modify the value.
346
392
  */
@@ -373,6 +419,10 @@ export namespace Components {
373
419
  * Works with the min and max attributes to limit the increments at which a value can be set. Possible values are: `"any"` or a positive floating point number.
374
420
  */
375
421
  "step"?: string;
422
+ /**
423
+ * Suffix displayed after the text field contents. This is not included in the value.
424
+ */
425
+ "suffixLabel": string;
376
426
  /**
377
427
  * The type of control to display. The default type is text.
378
428
  */
@@ -407,13 +457,9 @@ export namespace Components {
407
457
  /**
408
458
  * Size of the icon
409
459
  */
410
- "size": 's' | 'm' | 'l' | 'xl';
460
+ "size": MaterialIconSize;
411
461
  }
412
462
  interface WcsModal {
413
- /**
414
- * Specifies whether the component should display a backdrop on the entire page
415
- */
416
- "backdrop": boolean;
417
463
  /**
418
464
  * Displays the modal
419
465
  */
@@ -422,6 +468,14 @@ export namespace Components {
422
468
  * Specifies whether the component should display a close button. if false, it won't close the modal when the escape key is pressed.
423
469
  */
424
470
  "showCloseButton": boolean;
471
+ /**
472
+ * There are multiple sizes for modals. The default size is medium (m), however other sizes are available. Select the size best suited for the content and screen size displaying the modal. Remember to test responsiveness.
473
+ */
474
+ "size": ModalSize;
475
+ /**
476
+ * Specifies whether the component should display a backdrop on the entire page
477
+ */
478
+ "withoutBackdrop": boolean;
425
479
  }
426
480
  interface WcsNav {
427
481
  }
@@ -464,11 +518,11 @@ export namespace Components {
464
518
  */
465
519
  "disabled": boolean;
466
520
  "label": string;
467
- "mode": 'radio' | 'option';
521
+ "mode": RadioGroupMode;
468
522
  "value": any | any[] | undefined | null;
469
523
  }
470
524
  interface WcsRadioGroup {
471
- "mode": 'radio' | 'option';
525
+ "mode": RadioGroupMode;
472
526
  "name": any;
473
527
  "value": any | any[] | undefined | null;
474
528
  }
@@ -541,13 +595,21 @@ export namespace Components {
541
595
  /**
542
596
  * Indicates the spinner display mode. Accepted values: `border` or `growing`
543
597
  */
544
- "mode": 'border' | 'growing';
598
+ "mode": WcsSpinnerMode;
545
599
  }
546
600
  interface WcsSwitch {
547
601
  /**
548
602
  * If `true`, the switch is selected.
549
603
  */
550
604
  "checked": boolean;
605
+ /**
606
+ * Specify wether the switch is disabled or not.
607
+ */
608
+ "disabled": boolean;
609
+ /**
610
+ * Specifie the alignment of the switch with the label content
611
+ */
612
+ "labelAlignment": SwitchLabelAlignment;
551
613
  "name": string;
552
614
  }
553
615
  interface WcsTab {
@@ -684,14 +746,54 @@ export namespace Components {
684
746
  }
685
747
  interface WcsTooltip {
686
748
  /**
687
- * The **id** of the element the tooltip's going to describe.
749
+ * Delay in ms once a trigger event is fired before the tooltip shows or hides. You can provide an array with two values to define a different duration for show and hide. `[showDelay, hideDelay]` Use null to use default value.
750
+ */
751
+ "delay": number | [number, number];
752
+ /**
753
+ * Temporarily prevent the tooltip from showing or hiding
754
+ */
755
+ "disable": () => Promise<void>;
756
+ /**
757
+ * Duration in ms of the transition animation.
758
+ */
759
+ "duration": number | [number, number];
760
+ /**
761
+ * Re-enable a disabled tooltip
762
+ */
763
+ "enable": () => Promise<void>;
764
+ /**
765
+ * The **id** of the element the tooltip's going to describe. This property cannot be modified after initialization.
688
766
  * @example ```html <span id="tooltiped">Some content</span> <wcs-tooltip for="tooltiped">A tooltip!</wcs-tooltip> ```
689
767
  */
690
768
  "for": string;
769
+ /**
770
+ * Programmatically hide the tooltip
771
+ */
772
+ "hide": () => Promise<void>;
773
+ /**
774
+ * Determines if the tooltip has interactive content inside of it, so that it can be hovered over and clicked inside without hiding.
775
+ */
776
+ "interactive": boolean;
777
+ /**
778
+ * Specifies the maximum width of the tooltip. Useful to prevent it from being too horizontally wide to read. If the viewport's width is smaller than maxWidth, core CSS ensures the tippy remains smaller than the screen.
779
+ */
780
+ "maxWidth": string | number;
691
781
  /**
692
782
  * Where the tooltip is going to show relative to the element it's describing.
693
783
  */
694
784
  "position": WcsTooltipPosition;
785
+ /**
786
+ * Programmatically show the tooltip
787
+ */
788
+ "show": () => Promise<void>;
789
+ /**
790
+ * Allows you to change the theme used by tippy. The WCS theme is used by default and uses the WCS CSS variables. You can create a theme by following this documentation and choosing a custom name : https://atomiks.github.io/tippyjs/v6/themes/
791
+ */
792
+ "theme": string;
793
+ /**
794
+ * Determines the events that cause the tooltip to show. Multiple event names are separated by spaces. See: https://atomiks.github.io/tippyjs/v6/all-props/#trigger
795
+ */
796
+ "trigger": string;
695
797
  }
696
798
  }
697
799
  declare global {
@@ -767,6 +869,18 @@ declare global {
767
869
  prototype: HTMLWcsDropdownElement;
768
870
  new (): HTMLWcsDropdownElement;
769
871
  };
872
+ interface HTMLWcsDropdownDividerElement extends Components.WcsDropdownDivider, HTMLStencilElement {
873
+ }
874
+ var HTMLWcsDropdownDividerElement: {
875
+ prototype: HTMLWcsDropdownDividerElement;
876
+ new (): HTMLWcsDropdownDividerElement;
877
+ };
878
+ interface HTMLWcsDropdownHeaderElement extends Components.WcsDropdownHeader, HTMLStencilElement {
879
+ }
880
+ var HTMLWcsDropdownHeaderElement: {
881
+ prototype: HTMLWcsDropdownHeaderElement;
882
+ new (): HTMLWcsDropdownHeaderElement;
883
+ };
770
884
  interface HTMLWcsDropdownItemElement extends Components.WcsDropdownItem, HTMLStencilElement {
771
885
  }
772
886
  var HTMLWcsDropdownItemElement: {
@@ -839,6 +953,12 @@ declare global {
839
953
  prototype: HTMLWcsGridColumnElement;
840
954
  new (): HTMLWcsGridColumnElement;
841
955
  };
956
+ interface HTMLWcsGridCustomCellElement extends Components.WcsGridCustomCell, HTMLStencilElement {
957
+ }
958
+ var HTMLWcsGridCustomCellElement: {
959
+ prototype: HTMLWcsGridCustomCellElement;
960
+ new (): HTMLWcsGridCustomCellElement;
961
+ };
842
962
  interface HTMLWcsGridPaginationElement extends Components.WcsGridPagination, HTMLStencilElement {
843
963
  }
844
964
  var HTMLWcsGridPaginationElement: {
@@ -1008,6 +1128,8 @@ declare global {
1008
1128
  "wcs-com-nav-submenu": HTMLWcsComNavSubmenuElement;
1009
1129
  "wcs-divider": HTMLWcsDividerElement;
1010
1130
  "wcs-dropdown": HTMLWcsDropdownElement;
1131
+ "wcs-dropdown-divider": HTMLWcsDropdownDividerElement;
1132
+ "wcs-dropdown-header": HTMLWcsDropdownHeaderElement;
1011
1133
  "wcs-dropdown-item": HTMLWcsDropdownItemElement;
1012
1134
  "wcs-editable-field": HTMLWcsEditableFieldElement;
1013
1135
  "wcs-error": HTMLWcsErrorElement;
@@ -1020,6 +1142,7 @@ declare global {
1020
1142
  "wcs-galactic-menu": HTMLWcsGalacticMenuElement;
1021
1143
  "wcs-grid": HTMLWcsGridElement;
1022
1144
  "wcs-grid-column": HTMLWcsGridColumnElement;
1145
+ "wcs-grid-custom-cell": HTMLWcsGridCustomCellElement;
1023
1146
  "wcs-grid-pagination": HTMLWcsGridPaginationElement;
1024
1147
  "wcs-header": HTMLWcsHeaderElement;
1025
1148
  "wcs-hint": HTMLWcsHintElement;
@@ -1061,11 +1184,11 @@ declare namespace LocalJSX {
1061
1184
  /**
1062
1185
  * Allows you to change the color of the badge to make it less bright (based on the color chosen by the CSS class).
1063
1186
  */
1064
- "color"?: 'initial' | 'lighter';
1187
+ "color"?: BadgeColor;
1065
1188
  /**
1066
1189
  * Define the shape of the badge
1067
1190
  */
1068
- "shape"?: 'normal' | 'rounded';
1191
+ "shape"?: BadgeShape;
1069
1192
  }
1070
1193
  interface WcsButton {
1071
1194
  /**
@@ -1094,7 +1217,7 @@ declare namespace LocalJSX {
1094
1217
  "type"?: WcsButtonType;
1095
1218
  }
1096
1219
  interface WcsCard {
1097
- "mode"?: 'flat' | 'raised';
1220
+ "mode"?: CardMode;
1098
1221
  }
1099
1222
  interface WcsCardBody {
1100
1223
  }
@@ -1103,6 +1226,10 @@ declare namespace LocalJSX {
1103
1226
  * If `true`, the checkbox is selected.
1104
1227
  */
1105
1228
  "checked"?: boolean;
1229
+ /**
1230
+ * Specify wether the checkbox is disabled or not.
1231
+ */
1232
+ "disabled"?: boolean;
1106
1233
  /**
1107
1234
  * If `true` the checkbox is in indeterminate state.
1108
1235
  */
@@ -1122,6 +1249,7 @@ declare namespace LocalJSX {
1122
1249
  }
1123
1250
  interface WcsComNavCategory {
1124
1251
  "label"?: string;
1252
+ "onWcsCategoryItemClicked"?: (event: CustomEvent<MouseEvent>) => void;
1125
1253
  "onWcsCategoryOpened"?: (event: CustomEvent<CategoryOpenedEventDetail>) => void;
1126
1254
  }
1127
1255
  interface WcsComNavSubmenu {
@@ -1133,10 +1261,31 @@ declare namespace LocalJSX {
1133
1261
  interface WcsDivider {
1134
1262
  }
1135
1263
  interface WcsDropdown {
1264
+ /**
1265
+ * Specifies whether the dropdown button is clickable or not
1266
+ */
1136
1267
  "disabled"?: boolean;
1268
+ /**
1269
+ * Dropdown's button mode
1270
+ */
1137
1271
  "mode"?: WcsButtonMode;
1272
+ /**
1273
+ * Hides the arrow in the button
1274
+ */
1275
+ "noArrow"?: boolean;
1276
+ /**
1277
+ * placement of the dropdown's popover
1278
+ */
1279
+ "placement"?: WcsDropdownPlacement;
1280
+ /**
1281
+ * Dropdown's button shape
1282
+ */
1138
1283
  "shape"?: WcsButtonShape;
1139
1284
  }
1285
+ interface WcsDropdownDivider {
1286
+ }
1287
+ interface WcsDropdownHeader {
1288
+ }
1140
1289
  interface WcsDropdownItem {
1141
1290
  "onWcsDropdownItemClick"?: (event: CustomEvent<void>) => void;
1142
1291
  }
@@ -1164,7 +1313,7 @@ declare namespace LocalJSX {
1164
1313
  /**
1165
1314
  * Specifies which component is used for editing
1166
1315
  */
1167
- "type"?: 'input' | 'textarea' | 'select';
1316
+ "type"?: EditableFieldType;
1168
1317
  /**
1169
1318
  * Function to customize the validation of the data during the update
1170
1319
  */
@@ -1185,10 +1334,6 @@ declare namespace LocalJSX {
1185
1334
  interface WcsFooter {
1186
1335
  }
1187
1336
  interface WcsFormField {
1188
- /**
1189
- * Name of the material icon to add to the field
1190
- */
1191
- "icon"?: any;
1192
1337
  /**
1193
1338
  * Specifies whether the form field is in an error state. Displays the field border in red and the message contained in the wcs-error component
1194
1339
  */
@@ -1220,6 +1365,10 @@ declare namespace LocalJSX {
1220
1365
  * Event emitted when a row is selected or unselected
1221
1366
  */
1222
1367
  "onWcsGridSelectionChange"?: (event: CustomEvent<WcsGridRowSelectedEventDetails>) => void;
1368
+ /**
1369
+ * Name of the object's key that will be used to display the cells whose keyValue attribute matches to the object's value for this key.
1370
+ */
1371
+ "rowIdPath"?: string;
1223
1372
  /**
1224
1373
  * Set the selected items
1225
1374
  */
@@ -1235,8 +1384,11 @@ declare namespace LocalJSX {
1235
1384
  "wcsGridPaginationId"?: string;
1236
1385
  }
1237
1386
  interface WcsGridColumn {
1387
+ "customCells"?: boolean;
1238
1388
  "formatter"?: WcsCellFormatter;
1389
+ "hidden"?: boolean;
1239
1390
  "name"?: string;
1391
+ "onWcsHiddenChange"?: (event: CustomEvent<boolean>) => void;
1240
1392
  "onWcsSortChange"?: (event: CustomEvent<WcsGridColumnSortChangeEventDetails>) => void;
1241
1393
  "path"?: string;
1242
1394
  "sort"?: boolean;
@@ -1247,6 +1399,16 @@ declare namespace LocalJSX {
1247
1399
  */
1248
1400
  "width"?: string;
1249
1401
  }
1402
+ interface WcsGridCustomCell {
1403
+ /**
1404
+ * ID of the column for which to render the cell
1405
+ */
1406
+ "columnId"?: string;
1407
+ /**
1408
+ * Key value of the object rendered for the cell's row
1409
+ */
1410
+ "rowId"?: any;
1411
+ }
1250
1412
  interface WcsGridPagination {
1251
1413
  "availablePageSizes"?: number[];
1252
1414
  "currentPage"?: number;
@@ -1272,7 +1434,7 @@ declare namespace LocalJSX {
1272
1434
  /**
1273
1435
  * Specifies if the stepper is in linear mode (the user can only click on the next step) or non-linear (the user can click on any step)
1274
1436
  */
1275
- "mode"?: 'linear' | 'nonLinear';
1437
+ "mode"?: HorizontalStepperMode;
1276
1438
  /**
1277
1439
  * Emits when the user selects a new step.
1278
1440
  */
@@ -1383,6 +1545,10 @@ declare namespace LocalJSX {
1383
1545
  * Instructional text that shows before the input has a value.
1384
1546
  */
1385
1547
  "placeholder"?: string | null;
1548
+ /**
1549
+ * Prefix displayed before the text field contents. This is not included in the value.
1550
+ */
1551
+ "prefixLabel"?: string;
1386
1552
  /**
1387
1553
  * If `true`, the user cannot modify the value.
1388
1554
  */
@@ -1407,6 +1573,10 @@ declare namespace LocalJSX {
1407
1573
  * Works with the min and max attributes to limit the increments at which a value can be set. Possible values are: `"any"` or a positive floating point number.
1408
1574
  */
1409
1575
  "step"?: string;
1576
+ /**
1577
+ * Suffix displayed after the text field contents. This is not included in the value.
1578
+ */
1579
+ "suffixLabel"?: string;
1410
1580
  /**
1411
1581
  * The type of control to display. The default type is text.
1412
1582
  */
@@ -1441,13 +1611,9 @@ declare namespace LocalJSX {
1441
1611
  /**
1442
1612
  * Size of the icon
1443
1613
  */
1444
- "size"?: 's' | 'm' | 'l' | 'xl';
1614
+ "size"?: MaterialIconSize;
1445
1615
  }
1446
1616
  interface WcsModal {
1447
- /**
1448
- * Specifies whether the component should display a backdrop on the entire page
1449
- */
1450
- "backdrop"?: boolean;
1451
1617
  /**
1452
1618
  * Triggered when the user leaves the dialog with the closing button.
1453
1619
  */
@@ -1460,6 +1626,14 @@ declare namespace LocalJSX {
1460
1626
  * Specifies whether the component should display a close button. if false, it won't close the modal when the escape key is pressed.
1461
1627
  */
1462
1628
  "showCloseButton"?: boolean;
1629
+ /**
1630
+ * There are multiple sizes for modals. The default size is medium (m), however other sizes are available. Select the size best suited for the content and screen size displaying the modal. Remember to test responsiveness.
1631
+ */
1632
+ "size"?: ModalSize;
1633
+ /**
1634
+ * Specifies whether the component should display a backdrop on the entire page
1635
+ */
1636
+ "withoutBackdrop"?: boolean;
1463
1637
  }
1464
1638
  interface WcsNav {
1465
1639
  }
@@ -1502,12 +1676,12 @@ declare namespace LocalJSX {
1502
1676
  */
1503
1677
  "disabled"?: boolean;
1504
1678
  "label"?: string;
1505
- "mode"?: 'radio' | 'option';
1679
+ "mode"?: RadioGroupMode;
1506
1680
  "onWcsRadioClick"?: (event: CustomEvent<RadioChosedEvent>) => void;
1507
1681
  "value"?: any | any[] | undefined | null;
1508
1682
  }
1509
1683
  interface WcsRadioGroup {
1510
- "mode"?: 'radio' | 'option';
1684
+ "mode"?: RadioGroupMode;
1511
1685
  "name"?: any;
1512
1686
  /**
1513
1687
  * Emitted when the value has changed.
@@ -1584,13 +1758,21 @@ declare namespace LocalJSX {
1584
1758
  /**
1585
1759
  * Indicates the spinner display mode. Accepted values: `border` or `growing`
1586
1760
  */
1587
- "mode"?: 'border' | 'growing';
1761
+ "mode"?: WcsSpinnerMode;
1588
1762
  }
1589
1763
  interface WcsSwitch {
1590
1764
  /**
1591
1765
  * If `true`, the switch is selected.
1592
1766
  */
1593
1767
  "checked"?: boolean;
1768
+ /**
1769
+ * Specify wether the switch is disabled or not.
1770
+ */
1771
+ "disabled"?: boolean;
1772
+ /**
1773
+ * Specifie the alignment of the switch with the label content
1774
+ */
1775
+ "labelAlignment"?: SwitchLabelAlignment;
1594
1776
  "name"?: string;
1595
1777
  /**
1596
1778
  * Emitted when the checked property has changed.
@@ -1737,14 +1919,38 @@ declare namespace LocalJSX {
1737
1919
  }
1738
1920
  interface WcsTooltip {
1739
1921
  /**
1740
- * The **id** of the element the tooltip's going to describe.
1922
+ * Delay in ms once a trigger event is fired before the tooltip shows or hides. You can provide an array with two values to define a different duration for show and hide. `[showDelay, hideDelay]` Use null to use default value.
1923
+ */
1924
+ "delay"?: number | [number, number];
1925
+ /**
1926
+ * Duration in ms of the transition animation.
1927
+ */
1928
+ "duration"?: number | [number, number];
1929
+ /**
1930
+ * The **id** of the element the tooltip's going to describe. This property cannot be modified after initialization.
1741
1931
  * @example ```html <span id="tooltiped">Some content</span> <wcs-tooltip for="tooltiped">A tooltip!</wcs-tooltip> ```
1742
1932
  */
1743
1933
  "for"?: string;
1934
+ /**
1935
+ * Determines if the tooltip has interactive content inside of it, so that it can be hovered over and clicked inside without hiding.
1936
+ */
1937
+ "interactive"?: boolean;
1938
+ /**
1939
+ * Specifies the maximum width of the tooltip. Useful to prevent it from being too horizontally wide to read. If the viewport's width is smaller than maxWidth, core CSS ensures the tippy remains smaller than the screen.
1940
+ */
1941
+ "maxWidth"?: string | number;
1744
1942
  /**
1745
1943
  * Where the tooltip is going to show relative to the element it's describing.
1746
1944
  */
1747
1945
  "position"?: WcsTooltipPosition;
1946
+ /**
1947
+ * Allows you to change the theme used by tippy. The WCS theme is used by default and uses the WCS CSS variables. You can create a theme by following this documentation and choosing a custom name : https://atomiks.github.io/tippyjs/v6/themes/
1948
+ */
1949
+ "theme"?: string;
1950
+ /**
1951
+ * Determines the events that cause the tooltip to show. Multiple event names are separated by spaces. See: https://atomiks.github.io/tippyjs/v6/all-props/#trigger
1952
+ */
1953
+ "trigger"?: string;
1748
1954
  }
1749
1955
  interface IntrinsicElements {
1750
1956
  "wcs-action-bar": WcsActionBar;
@@ -1759,6 +1965,8 @@ declare namespace LocalJSX {
1759
1965
  "wcs-com-nav-submenu": WcsComNavSubmenu;
1760
1966
  "wcs-divider": WcsDivider;
1761
1967
  "wcs-dropdown": WcsDropdown;
1968
+ "wcs-dropdown-divider": WcsDropdownDivider;
1969
+ "wcs-dropdown-header": WcsDropdownHeader;
1762
1970
  "wcs-dropdown-item": WcsDropdownItem;
1763
1971
  "wcs-editable-field": WcsEditableField;
1764
1972
  "wcs-error": WcsError;
@@ -1771,6 +1979,7 @@ declare namespace LocalJSX {
1771
1979
  "wcs-galactic-menu": WcsGalacticMenu;
1772
1980
  "wcs-grid": WcsGrid;
1773
1981
  "wcs-grid-column": WcsGridColumn;
1982
+ "wcs-grid-custom-cell": WcsGridCustomCell;
1774
1983
  "wcs-grid-pagination": WcsGridPagination;
1775
1984
  "wcs-header": WcsHeader;
1776
1985
  "wcs-hint": WcsHint;
@@ -1815,6 +2024,8 @@ declare module "@stencil/core" {
1815
2024
  "wcs-com-nav-submenu": LocalJSX.WcsComNavSubmenu & JSXBase.HTMLAttributes<HTMLWcsComNavSubmenuElement>;
1816
2025
  "wcs-divider": LocalJSX.WcsDivider & JSXBase.HTMLAttributes<HTMLWcsDividerElement>;
1817
2026
  "wcs-dropdown": LocalJSX.WcsDropdown & JSXBase.HTMLAttributes<HTMLWcsDropdownElement>;
2027
+ "wcs-dropdown-divider": LocalJSX.WcsDropdownDivider & JSXBase.HTMLAttributes<HTMLWcsDropdownDividerElement>;
2028
+ "wcs-dropdown-header": LocalJSX.WcsDropdownHeader & JSXBase.HTMLAttributes<HTMLWcsDropdownHeaderElement>;
1818
2029
  "wcs-dropdown-item": LocalJSX.WcsDropdownItem & JSXBase.HTMLAttributes<HTMLWcsDropdownItemElement>;
1819
2030
  "wcs-editable-field": LocalJSX.WcsEditableField & JSXBase.HTMLAttributes<HTMLWcsEditableFieldElement>;
1820
2031
  "wcs-error": LocalJSX.WcsError & JSXBase.HTMLAttributes<HTMLWcsErrorElement>;
@@ -1827,6 +2038,7 @@ declare module "@stencil/core" {
1827
2038
  "wcs-galactic-menu": LocalJSX.WcsGalacticMenu & JSXBase.HTMLAttributes<HTMLWcsGalacticMenuElement>;
1828
2039
  "wcs-grid": LocalJSX.WcsGrid & JSXBase.HTMLAttributes<HTMLWcsGridElement>;
1829
2040
  "wcs-grid-column": LocalJSX.WcsGridColumn & JSXBase.HTMLAttributes<HTMLWcsGridColumnElement>;
2041
+ "wcs-grid-custom-cell": LocalJSX.WcsGridCustomCell & JSXBase.HTMLAttributes<HTMLWcsGridCustomCellElement>;
1830
2042
  "wcs-grid-pagination": LocalJSX.WcsGridPagination & JSXBase.HTMLAttributes<HTMLWcsGridPaginationElement>;
1831
2043
  "wcs-header": LocalJSX.WcsHeader & JSXBase.HTMLAttributes<HTMLWcsHeaderElement>;
1832
2044
  "wcs-hint": LocalJSX.WcsHint & JSXBase.HTMLAttributes<HTMLWcsHintElement>;
@@ -0,0 +1,22 @@
1
+ export * from './components';
2
+ export * from './components/badge/badge-interface';
3
+ export * from './components/button/button-interface';
4
+ export * from './components/card/card-interface';
5
+ export * from './components/checkbox/checkbox-interface';
6
+ export * from './components/com-nav/com-nav-interface';
7
+ export * from './components/dropdown/dropdown-interface';
8
+ export * from './components/editable-field/editable-field-interface';
9
+ export * from './components/grid/grid-interface';
10
+ export * from './components/horizontal-stepper/horizontal-stepper-interface';
11
+ export * from './components/input/input-interface';
12
+ export * from './components/mat-icon/mat-icon-interface';
13
+ export * from './components/modal/modal-interface';
14
+ export * from './components/radio/radio-interface';
15
+ export * from './components/radio-group/radio-group-interface';
16
+ export * from './components/select/select-interface';
17
+ export * from './components/select-option/select-option-interface';
18
+ export * from './components/spinner/spinner-interface';
19
+ export * from './components/switch/switch-interface';
20
+ export * from './components/tabs/tabs-interface';
21
+ export * from './components/textarea/textarea-interface';
22
+ export * from './components/tooltip/tooltip-interface';