@watermarkinsights/ripple 5.16.0-alpha.12 → 5.16.0-alpha.13

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 (307) hide show
  1. package/dist/cjs/app-globals-9NXIHgu3.js +7 -0
  2. package/dist/cjs/{chartFunctions-ce91b2c9.js → chartFunctions-DFMB7Bjs.js} +2 -3
  3. package/dist/cjs/{functions-ea3eae05.js → functions-Cv4tH2z-.js} +74 -79
  4. package/dist/cjs/{index-788526f5.js → index-H4E3eeKZ.js} +777 -410
  5. package/dist/cjs/{intl-ea56dd40.js → intl-CDsbzEBp.js} +1 -1
  6. package/dist/cjs/loader.cjs.js +3 -5
  7. package/dist/cjs/priv-calendar.cjs.entry.js +6 -12
  8. package/dist/cjs/priv-chart-popover.cjs.entry.js +4 -8
  9. package/dist/cjs/priv-navigator-button.cjs.entry.js +2 -5
  10. package/dist/cjs/priv-navigator-item.cjs.entry.js +2 -5
  11. package/dist/cjs/priv-option-list.cjs.entry.js +10 -16
  12. package/dist/cjs/ripple.cjs.js +7 -7
  13. package/dist/cjs/wm-action-menu_2.cjs.entry.js +9 -18
  14. package/dist/cjs/wm-button.cjs.entry.js +8 -16
  15. package/dist/cjs/wm-chart-slice.cjs.entry.js +1 -8
  16. package/dist/cjs/wm-chart.cjs.entry.js +14 -18
  17. package/dist/cjs/wm-date-range.cjs.entry.js +9 -14
  18. package/dist/cjs/wm-datepicker.cjs.entry.js +6 -11
  19. package/dist/cjs/wm-file-list.cjs.entry.js +2 -5
  20. package/dist/cjs/wm-file.cjs.entry.js +5 -15
  21. package/dist/cjs/wm-flyout.cjs.entry.js +5 -16
  22. package/dist/cjs/wm-input.cjs.entry.js +5 -17
  23. package/dist/cjs/wm-line-chart.cjs.entry.js +18 -28
  24. package/dist/cjs/wm-modal-pss_3.cjs.entry.js +8 -14
  25. package/dist/cjs/wm-modal_3.cjs.entry.js +7 -14
  26. package/dist/cjs/wm-navigation_3.cjs.entry.js +9 -18
  27. package/dist/cjs/wm-navigator.cjs.entry.js +17 -15
  28. package/dist/cjs/wm-nested-select.cjs.entry.js +11 -16
  29. package/dist/cjs/wm-optgroup.cjs.entry.js +3 -7
  30. package/dist/cjs/wm-option_2.cjs.entry.js +10 -17
  31. package/dist/cjs/wm-pagination.cjs.entry.js +10 -13
  32. package/dist/cjs/wm-progress-indicator_3.cjs.entry.js +10 -27
  33. package/dist/cjs/wm-search.cjs.entry.js +25 -9
  34. package/dist/cjs/wm-snackbar.cjs.entry.js +8 -10
  35. package/dist/cjs/wm-tab-item_3.cjs.entry.js +20 -16
  36. package/dist/cjs/wm-tag-input.cjs.entry.js +12 -25
  37. package/dist/cjs/wm-tag-option.cjs.entry.js +2 -8
  38. package/dist/cjs/wm-textarea.cjs.entry.js +5 -12
  39. package/dist/cjs/wm-timepicker.cjs.entry.js +9 -14
  40. package/dist/cjs/wm-toggletip.cjs.entry.js +7 -12
  41. package/dist/cjs/wm-uploader.cjs.entry.js +9 -19
  42. package/dist/cjs/wm-wrapper.cjs.entry.js +1 -3
  43. package/dist/collection/collection-manifest.json +2 -2
  44. package/dist/collection/components/charts/priv-chart-popover/priv-chart-popover.js +8 -4
  45. package/dist/collection/components/charts/wm-chart/wm-chart-slice.js +15 -12
  46. package/dist/collection/components/charts/wm-chart/wm-chart.js +45 -22
  47. package/dist/collection/components/charts/wm-line-chart/wm-line-chart.js +52 -33
  48. package/dist/collection/components/charts/wm-progress-monitor/wm-progress-indicator.js +23 -16
  49. package/dist/collection/components/charts/wm-progress-monitor/wm-progress-monitor.js +9 -6
  50. package/dist/collection/components/charts/wm-progress-monitor/wm-progress-slice.js +15 -12
  51. package/dist/collection/components/datepickers/priv-calendar/priv-calendar.js +21 -12
  52. package/dist/collection/components/datepickers/wm-date-range.js +39 -19
  53. package/dist/collection/components/datepickers/wm-datepicker.js +27 -13
  54. package/dist/collection/components/selects/priv-option-list/priv-option-list.js +27 -16
  55. package/dist/collection/components/selects/wm-nested-select/wm-nested-select.js +46 -22
  56. package/dist/collection/components/selects/wm-optgroup/wm-optgroup.js +12 -5
  57. package/dist/collection/components/selects/wm-option/wm-option.js +15 -6
  58. package/dist/collection/components/selects/wm-select/wm-select.js +41 -19
  59. package/dist/collection/components/wm-action-menu/wm-action-menu.js +24 -15
  60. package/dist/collection/components/wm-button/wm-button.js +43 -22
  61. package/dist/collection/components/wm-file/wm-file.js +29 -18
  62. package/dist/collection/components/wm-file-list/wm-file-list.js +3 -1
  63. package/dist/collection/components/wm-flyout/wm-flyout.js +31 -19
  64. package/dist/collection/components/wm-input/wm-input.js +55 -28
  65. package/dist/collection/components/wm-menuitem/wm-menuitem.js +10 -4
  66. package/dist/collection/components/wm-modal/wm-modal-footer.js +15 -5
  67. package/dist/collection/components/wm-modal/wm-modal-header.js +6 -2
  68. package/dist/collection/components/wm-modal/wm-modal.js +13 -7
  69. package/dist/collection/components/wm-modal-pss/wm-modal-pss-footer.js +15 -5
  70. package/dist/collection/components/wm-modal-pss/wm-modal-pss-header.js +6 -2
  71. package/dist/collection/components/wm-modal-pss/wm-modal-pss.js +14 -7
  72. package/dist/collection/components/wm-navigation/wm-navigation-hamburger.js +5 -4
  73. package/dist/collection/components/wm-navigation/wm-navigation-item.js +9 -8
  74. package/dist/collection/components/wm-navigation/wm-navigation.js +4 -2
  75. package/dist/collection/components/wm-navigator/priv-navigator-button/priv-navigator-button.js +6 -2
  76. package/dist/collection/components/wm-navigator/priv-navigator-item/priv-navigator-item.js +9 -3
  77. package/dist/collection/components/wm-navigator/wm-navigator.js +34 -15
  78. package/dist/collection/components/wm-pagination/wm-pagination.js +21 -11
  79. package/dist/collection/components/wm-search/wm-search.js +45 -10
  80. package/dist/collection/components/wm-snackbar/wm-snackbar.js +7 -4
  81. package/dist/collection/components/wm-tabs/wm-tab-item/wm-tab-item.js +18 -6
  82. package/dist/collection/components/wm-tabs/wm-tab-list/wm-tab-list.js +9 -6
  83. package/dist/collection/components/wm-tabs/wm-tab-panel/wm-tab-panel.js +12 -2
  84. package/dist/collection/components/wm-tag-input/wm-tag-input.js +50 -32
  85. package/dist/collection/components/wm-tag-input/wm-tag-option/wm-tag-option.js +18 -10
  86. package/dist/collection/components/wm-textarea/wm-textarea.js +34 -16
  87. package/dist/collection/components/wm-timepicker/wm-timepicker.js +27 -15
  88. package/dist/collection/components/wm-toggletip/wm-toggletip.js +19 -11
  89. package/dist/collection/components/wm-uploader/wm-uploader.css +1 -0
  90. package/dist/collection/components/wm-uploader/wm-uploader.js +37 -22
  91. package/dist/esm/app-globals-BNPUkoUt.js +5 -0
  92. package/dist/esm/{chartFunctions-ebe4f673.js → chartFunctions-BLjGh_yo.js} +3 -4
  93. package/dist/esm/{functions-fbf8519f.js → functions-DT2ztGYg.js} +75 -80
  94. package/dist/esm/{index-130e07bb.js → index-C-E-By4e.js} +774 -406
  95. package/dist/esm/{intl-30a9319d.js → intl-BnrBfoLu.js} +1 -1
  96. package/dist/esm/loader.js +4 -4
  97. package/dist/esm/priv-calendar.entry.js +6 -10
  98. package/dist/esm/priv-chart-popover.entry.js +4 -6
  99. package/dist/esm/priv-navigator-button.entry.js +2 -3
  100. package/dist/esm/priv-navigator-item.entry.js +2 -3
  101. package/dist/esm/priv-option-list.entry.js +10 -14
  102. package/dist/esm/ripple.js +6 -5
  103. package/dist/esm/wm-action-menu_2.entry.js +9 -16
  104. package/dist/esm/wm-button.entry.js +8 -14
  105. package/dist/esm/wm-chart-slice.entry.js +1 -6
  106. package/dist/esm/wm-chart.entry.js +14 -16
  107. package/dist/esm/wm-date-range.entry.js +9 -12
  108. package/dist/esm/wm-datepicker.entry.js +6 -9
  109. package/dist/esm/wm-file-list.entry.js +2 -3
  110. package/dist/esm/wm-file.entry.js +5 -13
  111. package/dist/esm/wm-flyout.entry.js +5 -14
  112. package/dist/esm/wm-input.entry.js +5 -15
  113. package/dist/esm/wm-line-chart.entry.js +18 -26
  114. package/dist/esm/wm-modal-pss_3.entry.js +8 -12
  115. package/dist/esm/wm-modal_3.entry.js +7 -12
  116. package/dist/esm/wm-navigation_3.entry.js +9 -16
  117. package/dist/esm/wm-navigator.entry.js +17 -13
  118. package/dist/esm/wm-nested-select.entry.js +11 -14
  119. package/dist/esm/wm-optgroup.entry.js +3 -5
  120. package/dist/esm/wm-option_2.entry.js +10 -15
  121. package/dist/esm/wm-pagination.entry.js +10 -11
  122. package/dist/esm/wm-progress-indicator_3.entry.js +10 -25
  123. package/dist/esm/wm-search.entry.js +25 -7
  124. package/dist/esm/wm-snackbar.entry.js +8 -8
  125. package/dist/esm/wm-tab-item_3.entry.js +20 -14
  126. package/dist/esm/wm-tag-input.entry.js +12 -23
  127. package/dist/esm/wm-tag-option.entry.js +2 -6
  128. package/dist/esm/wm-textarea.entry.js +5 -10
  129. package/dist/esm/wm-timepicker.entry.js +9 -12
  130. package/dist/esm/wm-toggletip.entry.js +7 -10
  131. package/dist/esm/wm-uploader.entry.js +9 -17
  132. package/dist/esm/wm-wrapper.entry.js +1 -1
  133. package/dist/esm-es5/app-globals-BNPUkoUt.js +1 -0
  134. package/dist/esm-es5/chartFunctions-BLjGh_yo.js +1 -0
  135. package/dist/esm-es5/functions-DT2ztGYg.js +1 -0
  136. package/dist/esm-es5/index-C-E-By4e.js +1 -0
  137. package/dist/esm-es5/{intl-30a9319d.js → intl-BnrBfoLu.js} +1 -1
  138. package/dist/esm-es5/loader.js +1 -1
  139. package/dist/esm-es5/priv-calendar.entry.js +1 -1
  140. package/dist/esm-es5/priv-chart-popover.entry.js +1 -1
  141. package/dist/esm-es5/priv-navigator-button.entry.js +1 -1
  142. package/dist/esm-es5/priv-navigator-item.entry.js +1 -1
  143. package/dist/esm-es5/priv-option-list.entry.js +1 -1
  144. package/dist/esm-es5/ripple.js +1 -1
  145. package/dist/esm-es5/wm-action-menu_2.entry.js +1 -1
  146. package/dist/esm-es5/wm-button.entry.js +1 -1
  147. package/dist/esm-es5/wm-chart-slice.entry.js +1 -1
  148. package/dist/esm-es5/wm-chart.entry.js +1 -1
  149. package/dist/esm-es5/wm-date-range.entry.js +1 -1
  150. package/dist/esm-es5/wm-datepicker.entry.js +1 -1
  151. package/dist/esm-es5/wm-file-list.entry.js +1 -1
  152. package/dist/esm-es5/wm-file.entry.js +1 -1
  153. package/dist/esm-es5/wm-flyout.entry.js +1 -1
  154. package/dist/esm-es5/wm-input.entry.js +1 -1
  155. package/dist/esm-es5/wm-line-chart.entry.js +1 -1
  156. package/dist/esm-es5/wm-modal-pss_3.entry.js +1 -1
  157. package/dist/esm-es5/wm-modal_3.entry.js +1 -1
  158. package/dist/esm-es5/wm-navigation_3.entry.js +1 -1
  159. package/dist/esm-es5/wm-navigator.entry.js +1 -1
  160. package/dist/esm-es5/wm-nested-select.entry.js +1 -1
  161. package/dist/esm-es5/wm-optgroup.entry.js +1 -1
  162. package/dist/esm-es5/wm-option_2.entry.js +1 -1
  163. package/dist/esm-es5/wm-pagination.entry.js +1 -1
  164. package/dist/esm-es5/wm-progress-indicator_3.entry.js +1 -1
  165. package/dist/esm-es5/wm-search.entry.js +1 -1
  166. package/dist/esm-es5/wm-snackbar.entry.js +1 -1
  167. package/dist/esm-es5/wm-tab-item_3.entry.js +1 -1
  168. package/dist/esm-es5/wm-tag-input.entry.js +1 -1
  169. package/dist/esm-es5/wm-tag-option.entry.js +1 -1
  170. package/dist/esm-es5/wm-textarea.entry.js +1 -1
  171. package/dist/esm-es5/wm-timepicker.entry.js +1 -1
  172. package/dist/esm-es5/wm-toggletip.entry.js +1 -1
  173. package/dist/esm-es5/wm-uploader.entry.js +1 -1
  174. package/dist/esm-es5/wm-wrapper.entry.js +1 -1
  175. package/dist/ripple/{p-5a5d5833.system.entry.js → p-0327a2c8.system.entry.js} +1 -1
  176. package/dist/ripple/{p-8a64e2bd.system.entry.js → p-089abdfc.system.entry.js} +1 -1
  177. package/dist/ripple/{p-31d35d2d.system.entry.js → p-17c731d6.system.entry.js} +1 -1
  178. package/dist/ripple/{p-4df89f8f.entry.js → p-19865407.entry.js} +1 -1
  179. package/dist/ripple/{p-09f61d38.system.entry.js → p-1ca43593.system.entry.js} +1 -1
  180. package/dist/ripple/p-1ccf6d7c.entry.js +1 -0
  181. package/dist/ripple/p-2021c4f7.entry.js +1 -0
  182. package/dist/ripple/p-2be4ae61.entry.js +1 -0
  183. package/dist/ripple/{p-c8d2c849.system.entry.js → p-36b4df18.system.entry.js} +1 -1
  184. package/dist/ripple/p-37f4622f.entry.js +1 -0
  185. package/dist/ripple/p-385147aa.entry.js +1 -0
  186. package/dist/ripple/{p-840ad3a3.system.entry.js → p-3b7bf277.system.entry.js} +1 -1
  187. package/dist/ripple/{p-324aed64.system.entry.js → p-3d0c35c9.system.entry.js} +1 -1
  188. package/dist/ripple/{p-904f4c90.entry.js → p-3f4274a3.entry.js} +1 -1
  189. package/dist/ripple/{p-86c752be.system.entry.js → p-40f123ee.system.entry.js} +1 -1
  190. package/dist/ripple/{p-cd0cc88d.entry.js → p-41d8be2e.entry.js} +1 -1
  191. package/dist/ripple/{p-f3b31fae.entry.js → p-45ab6c4a.entry.js} +1 -1
  192. package/dist/ripple/{p-5f9d81df.system.entry.js → p-478e5069.system.entry.js} +1 -1
  193. package/dist/ripple/{p-5405f9d3.system.entry.js → p-484c87d1.system.entry.js} +1 -1
  194. package/dist/ripple/{p-c242e70f.entry.js → p-4af98b35.entry.js} +1 -1
  195. package/dist/ripple/{p-2a85d4ce.system.entry.js → p-4afb057b.system.entry.js} +1 -1
  196. package/dist/ripple/p-4d32daeb.entry.js +1 -0
  197. package/dist/ripple/{p-924ab54c.entry.js → p-4eb6930b.entry.js} +1 -1
  198. package/dist/ripple/{p-c4b48cd4.system.entry.js → p-540de835.system.entry.js} +1 -1
  199. package/dist/ripple/{p-fde1212a.system.entry.js → p-57885083.system.entry.js} +1 -1
  200. package/dist/ripple/{p-03381d63.system.entry.js → p-5884f2af.system.entry.js} +1 -1
  201. package/dist/ripple/{p-b9d609fb.system.entry.js → p-5cc69165.system.entry.js} +1 -1
  202. package/dist/ripple/p-5d2348b6.entry.js +1 -0
  203. package/dist/ripple/{p-8ee90e17.system.entry.js → p-62f475c1.system.entry.js} +1 -1
  204. package/dist/ripple/{p-34808b52.system.entry.js → p-63dd7bb4.system.entry.js} +1 -1
  205. package/dist/ripple/{p-043901ab.system.entry.js → p-6589b394.system.entry.js} +1 -1
  206. package/dist/ripple/{p-8c33cb29.entry.js → p-68d8df0f.entry.js} +1 -1
  207. package/dist/ripple/p-6aa3d014.entry.js +1 -0
  208. package/dist/ripple/{p-2e10a2dc.system.entry.js → p-6c066023.system.entry.js} +1 -1
  209. package/dist/ripple/{p-6723e469.system.entry.js → p-6ed6019f.system.entry.js} +1 -1
  210. package/dist/ripple/{p-c9e9ce61.system.entry.js → p-70c8d4f4.system.entry.js} +1 -1
  211. package/dist/ripple/{p-4af5ad94.system.entry.js → p-72c61438.system.entry.js} +1 -1
  212. package/dist/ripple/p-7309ba5e.entry.js +1 -0
  213. package/dist/ripple/p-76b54b8a.entry.js +1 -0
  214. package/dist/ripple/p-795ecc2f.entry.js +1 -0
  215. package/dist/ripple/p-885a1fdb.system.entry.js +1 -0
  216. package/dist/ripple/{p-6b4e1fe9.entry.js → p-8ab6b775.entry.js} +1 -1
  217. package/dist/ripple/p-8af9a491.entry.js +1 -0
  218. package/dist/ripple/{p-22d9b079.system.entry.js → p-8d315da3.system.entry.js} +1 -1
  219. package/dist/ripple/{p-f9f9fbae.system.entry.js → p-90052a7f.system.entry.js} +1 -1
  220. package/dist/ripple/p-911907c5.entry.js +1 -0
  221. package/dist/ripple/p-936bee47.entry.js +1 -0
  222. package/dist/ripple/{p-7b06e308.system.entry.js → p-983ab2ad.system.entry.js} +1 -1
  223. package/dist/ripple/p-9d0ca16a.entry.js +1 -0
  224. package/dist/ripple/p-B5BgystP.system.js +2 -0
  225. package/dist/ripple/p-BDF61j7P.system.js +1 -0
  226. package/dist/ripple/p-BUP1pADI.system.js +1 -0
  227. package/dist/ripple/p-Bc1r16wF.js +1 -0
  228. package/dist/ripple/p-C-E-By4e.js +2 -0
  229. package/dist/ripple/p-C4CRgsL9.js +1 -0
  230. package/dist/ripple/{p-9c6bacb9.js → p-ChCup6OE.js} +1 -1
  231. package/dist/ripple/p-D0eZSvEu.system.js +1 -0
  232. package/dist/ripple/p-DT2ztGYg.js +1 -0
  233. package/dist/ripple/p-Dg5uzcYb.system.js +1 -0
  234. package/dist/ripple/{p-e71b1146.system.js → p-LmBQIm9U.system.js} +1 -1
  235. package/dist/ripple/{p-a424e0a7.system.entry.js → p-a60e886d.system.entry.js} +1 -1
  236. package/dist/ripple/p-a82d08f1.entry.js +1 -0
  237. package/dist/ripple/{p-75ad7567.system.entry.js → p-a91703be.system.entry.js} +1 -1
  238. package/dist/ripple/p-ab05d1f0.entry.js +1 -0
  239. package/dist/ripple/p-ab2a734d.entry.js +1 -0
  240. package/dist/ripple/{p-c7a57fc7.entry.js → p-acca480e.entry.js} +1 -1
  241. package/dist/ripple/p-ae00335a.entry.js +1 -0
  242. package/dist/ripple/{p-80664bf3.system.entry.js → p-b125c946.system.entry.js} +1 -1
  243. package/dist/ripple/p-b18d9709.entry.js +1 -0
  244. package/dist/ripple/{p-42174be5.system.entry.js → p-c5688577.system.entry.js} +1 -1
  245. package/dist/ripple/{p-be3213fc.entry.js → p-cb32b5f5.entry.js} +1 -1
  246. package/dist/ripple/{p-086c2905.system.entry.js → p-cb40a99a.system.entry.js} +1 -1
  247. package/dist/ripple/{p-d2b60968.system.entry.js → p-cd9f7986.system.entry.js} +1 -1
  248. package/dist/ripple/{p-12174831.entry.js → p-cfe55c87.entry.js} +1 -1
  249. package/dist/ripple/{p-7c6e0168.entry.js → p-d276f67c.entry.js} +1 -1
  250. package/dist/ripple/p-d5f04a3c.entry.js +1 -0
  251. package/dist/ripple/{p-76aef56f.entry.js → p-d998d931.entry.js} +1 -1
  252. package/dist/ripple/p-e527d2c6.system.entry.js +1 -0
  253. package/dist/ripple/{p-4e97bf26.system.entry.js → p-e9b4a77a.system.entry.js} +1 -1
  254. package/dist/ripple/p-f2ad44e2.system.entry.js +1 -0
  255. package/dist/ripple/p-f7065bc8.entry.js +1 -0
  256. package/dist/ripple/ripple.esm.js +1 -1
  257. package/dist/ripple/ripple.js +1 -1
  258. package/dist/types/components.d.ts +986 -0
  259. package/dist/types/stencil-public-runtime.d.ts +37 -2
  260. package/package.json +2 -2
  261. package/dist/cjs/app-globals-1079ca72.js +0 -92
  262. package/dist/esm/app-globals-1087214a.js +0 -90
  263. package/dist/esm-es5/app-globals-1087214a.js +0 -1
  264. package/dist/esm-es5/chartFunctions-ebe4f673.js +0 -1
  265. package/dist/esm-es5/functions-fbf8519f.js +0 -1
  266. package/dist/esm-es5/index-130e07bb.js +0 -1
  267. package/dist/loader/package.json +0 -11
  268. package/dist/ripple/p-02951ad1.system.js +0 -1
  269. package/dist/ripple/p-0d3a26ff.entry.js +0 -1
  270. package/dist/ripple/p-13b1d775.entry.js +0 -1
  271. package/dist/ripple/p-13ddc53d.entry.js +0 -1
  272. package/dist/ripple/p-17e93d1b.entry.js +0 -1
  273. package/dist/ripple/p-2be53f45.entry.js +0 -1
  274. package/dist/ripple/p-4436c014.entry.js +0 -1
  275. package/dist/ripple/p-4f13d03e.entry.js +0 -1
  276. package/dist/ripple/p-535165fc.system.js +0 -1
  277. package/dist/ripple/p-55f979d4.system.js +0 -1
  278. package/dist/ripple/p-57bce206.system.js +0 -1
  279. package/dist/ripple/p-5b7d56aa.entry.js +0 -1
  280. package/dist/ripple/p-5c0db525.entry.js +0 -1
  281. package/dist/ripple/p-67109fb1.entry.js +0 -1
  282. package/dist/ripple/p-823d7b4e.system.entry.js +0 -1
  283. package/dist/ripple/p-8905ad76.entry.js +0 -1
  284. package/dist/ripple/p-8c2f8f78.entry.js +0 -1
  285. package/dist/ripple/p-94c6bde9.js +0 -1
  286. package/dist/ripple/p-9627b8a6.entry.js +0 -1
  287. package/dist/ripple/p-9f2b6c58.entry.js +0 -1
  288. package/dist/ripple/p-b8dd9e8c.entry.js +0 -1
  289. package/dist/ripple/p-c6ba7e07.entry.js +0 -1
  290. package/dist/ripple/p-cef8a45b.system.js +0 -2
  291. package/dist/ripple/p-d210db32.entry.js +0 -1
  292. package/dist/ripple/p-d45bcccf.js +0 -1
  293. package/dist/ripple/p-d9da0502.js +0 -2
  294. package/dist/ripple/p-dc7acef5.entry.js +0 -1
  295. package/dist/ripple/p-dd62178f.system.entry.js +0 -1
  296. package/dist/ripple/p-e0d21c51.entry.js +0 -1
  297. package/dist/ripple/p-e7d03cf5.js +0 -1
  298. package/dist/ripple/p-efe8c61e.entry.js +0 -1
  299. package/dist/ripple/p-f0eae6dc.entry.js +0 -1
  300. package/dist/ripple/p-f0f57f41.system.entry.js +0 -1
  301. package/dist/ripple/p-f46983da.entry.js +0 -1
  302. /package/dist/cjs/{interfaces-85d78ae9.js → interfaces-C7YbtGnk.js} +0 -0
  303. /package/dist/esm/{interfaces-cc5b177f.js → interfaces-COwzv5zO.js} +0 -0
  304. /package/dist/esm-es5/{interfaces-cc5b177f.js → interfaces-COwzv5zO.js} +0 -0
  305. /package/dist/ripple/{p-2732bddd.js → p-COwzv5zO.js} +0 -0
  306. /package/dist/ripple/{p-42fa7a77.system.js → p-ClUp3GkF.system.js} +0 -0
  307. /package/dist/ripple/{p-50ea2036.system.js → p-YWpyar7R.system.js} +0 -0
@@ -1,7 +1,6 @@
1
1
  import { h, Host } from "@stencil/core";
2
2
  export class Option {
3
3
  constructor() {
4
- this.value = undefined;
5
4
  this.subinfo = undefined;
6
5
  this.disabled = false;
7
6
  this.selected = false;
@@ -161,6 +160,7 @@ export class Option {
161
160
  return {
162
161
  "value": {
163
162
  "type": "string",
163
+ "attribute": "value",
164
164
  "mutable": false,
165
165
  "complexType": {
166
166
  "original": "string | null",
@@ -173,11 +173,13 @@ export class Option {
173
173
  "tags": [],
174
174
  "text": ""
175
175
  },
176
- "attribute": "value",
176
+ "getter": false,
177
+ "setter": false,
177
178
  "reflect": false
178
179
  },
179
180
  "subinfo": {
180
181
  "type": "string",
182
+ "attribute": "subinfo",
181
183
  "mutable": true,
182
184
  "complexType": {
183
185
  "original": "string",
@@ -190,12 +192,14 @@ export class Option {
190
192
  "tags": [],
191
193
  "text": ""
192
194
  },
193
- "attribute": "subinfo",
195
+ "getter": false,
196
+ "setter": false,
194
197
  "reflect": false,
195
198
  "defaultValue": "undefined"
196
199
  },
197
200
  "disabled": {
198
201
  "type": "boolean",
202
+ "attribute": "disabled",
199
203
  "mutable": false,
200
204
  "complexType": {
201
205
  "original": "boolean",
@@ -208,12 +212,14 @@ export class Option {
208
212
  "tags": [],
209
213
  "text": ""
210
214
  },
211
- "attribute": "disabled",
215
+ "getter": false,
216
+ "setter": false,
212
217
  "reflect": true,
213
218
  "defaultValue": "false"
214
219
  },
215
220
  "selected": {
216
221
  "type": "boolean",
222
+ "attribute": "selected",
217
223
  "mutable": false,
218
224
  "complexType": {
219
225
  "original": "boolean",
@@ -226,12 +232,14 @@ export class Option {
226
232
  "tags": [],
227
233
  "text": ""
228
234
  },
229
- "attribute": "selected",
235
+ "getter": false,
236
+ "setter": false,
230
237
  "reflect": true,
231
238
  "defaultValue": "false"
232
239
  },
233
240
  "focused": {
234
241
  "type": "boolean",
242
+ "attribute": "focused",
235
243
  "mutable": false,
236
244
  "complexType": {
237
245
  "original": "boolean",
@@ -244,7 +252,8 @@ export class Option {
244
252
  "tags": [],
245
253
  "text": ""
246
254
  },
247
- "attribute": "focused",
255
+ "getter": false,
256
+ "setter": false,
248
257
  "reflect": false,
249
258
  "defaultValue": "false"
250
259
  }
@@ -4,17 +4,10 @@ import { getTextDir, shouldOpenUp, isElOrChild, toBool, handleDisabledAttribute,
4
4
  import { globalMessages, selectMessages } from "../../../global/intl";
5
5
  export class Select {
6
6
  constructor() {
7
- this.openUp = false;
8
- //////////////////////////////////////
9
- // for multiselect button text
10
- this.overflowCount = 0;
11
- this.displayedOptions = [];
12
7
  this.disabled = false;
13
8
  this.maxHeight = "200px";
14
- this.label = undefined;
15
9
  this.labelPosition = "top";
16
10
  this.requiredField = false;
17
- this.errorMessage = undefined;
18
11
  this.multiple = false;
19
12
  this.search = false;
20
13
  this.selectAll = false;
@@ -23,6 +16,11 @@ export class Select {
23
16
  this.allSelectedMessage = selectMessages.allSelected;
24
17
  this.isExpanded = false;
25
18
  this.announcement = "";
19
+ this.openUp = false;
20
+ //////////////////////////////////////
21
+ // for multiselect button text
22
+ this.overflowCount = 0;
23
+ this.displayedOptions = [];
26
24
  }
27
25
  get childOptions() {
28
26
  return Array.from(this.el.querySelectorAll("wm-option"));
@@ -255,6 +253,7 @@ export class Select {
255
253
  return {
256
254
  "disabled": {
257
255
  "type": "boolean",
256
+ "attribute": "disabled",
258
257
  "mutable": false,
259
258
  "complexType": {
260
259
  "original": "boolean",
@@ -267,12 +266,14 @@ export class Select {
267
266
  "tags": [],
268
267
  "text": ""
269
268
  },
270
- "attribute": "disabled",
269
+ "getter": false,
270
+ "setter": false,
271
271
  "reflect": true,
272
272
  "defaultValue": "false"
273
273
  },
274
274
  "maxHeight": {
275
275
  "type": "string",
276
+ "attribute": "max-height",
276
277
  "mutable": false,
277
278
  "complexType": {
278
279
  "original": "string",
@@ -285,12 +286,14 @@ export class Select {
285
286
  "tags": [],
286
287
  "text": ""
287
288
  },
288
- "attribute": "max-height",
289
+ "getter": false,
290
+ "setter": false,
289
291
  "reflect": false,
290
292
  "defaultValue": "\"200px\""
291
293
  },
292
294
  "label": {
293
295
  "type": "string",
296
+ "attribute": "label",
294
297
  "mutable": true,
295
298
  "complexType": {
296
299
  "original": "string",
@@ -303,11 +306,13 @@ export class Select {
303
306
  "tags": [],
304
307
  "text": ""
305
308
  },
306
- "attribute": "label",
309
+ "getter": false,
310
+ "setter": false,
307
311
  "reflect": false
308
312
  },
309
313
  "labelPosition": {
310
314
  "type": "string",
315
+ "attribute": "label-position",
311
316
  "mutable": false,
312
317
  "complexType": {
313
318
  "original": "\"top\" | \"left\" | \"none\"",
@@ -320,12 +325,14 @@ export class Select {
320
325
  "tags": [],
321
326
  "text": ""
322
327
  },
323
- "attribute": "label-position",
328
+ "getter": false,
329
+ "setter": false,
324
330
  "reflect": false,
325
331
  "defaultValue": "\"top\""
326
332
  },
327
333
  "requiredField": {
328
334
  "type": "boolean",
335
+ "attribute": "required-field",
329
336
  "mutable": false,
330
337
  "complexType": {
331
338
  "original": "boolean",
@@ -338,12 +345,14 @@ export class Select {
338
345
  "tags": [],
339
346
  "text": ""
340
347
  },
341
- "attribute": "required-field",
348
+ "getter": false,
349
+ "setter": false,
342
350
  "reflect": false,
343
351
  "defaultValue": "false"
344
352
  },
345
353
  "errorMessage": {
346
354
  "type": "string",
355
+ "attribute": "error-message",
347
356
  "mutable": true,
348
357
  "complexType": {
349
358
  "original": "string",
@@ -356,11 +365,13 @@ export class Select {
356
365
  "tags": [],
357
366
  "text": ""
358
367
  },
359
- "attribute": "error-message",
368
+ "getter": false,
369
+ "setter": false,
360
370
  "reflect": false
361
371
  },
362
372
  "multiple": {
363
373
  "type": "boolean",
374
+ "attribute": "multiple",
364
375
  "mutable": false,
365
376
  "complexType": {
366
377
  "original": "boolean",
@@ -373,12 +384,14 @@ export class Select {
373
384
  "tags": [],
374
385
  "text": ""
375
386
  },
376
- "attribute": "multiple",
387
+ "getter": false,
388
+ "setter": false,
377
389
  "reflect": false,
378
390
  "defaultValue": "false"
379
391
  },
380
392
  "search": {
381
393
  "type": "boolean",
394
+ "attribute": "search",
382
395
  "mutable": false,
383
396
  "complexType": {
384
397
  "original": "boolean",
@@ -391,12 +404,14 @@ export class Select {
391
404
  "tags": [],
392
405
  "text": ""
393
406
  },
394
- "attribute": "search",
407
+ "getter": false,
408
+ "setter": false,
395
409
  "reflect": false,
396
410
  "defaultValue": "false"
397
411
  },
398
412
  "selectAll": {
399
413
  "type": "boolean",
414
+ "attribute": "select-all",
400
415
  "mutable": false,
401
416
  "complexType": {
402
417
  "original": "boolean",
@@ -409,12 +424,14 @@ export class Select {
409
424
  "tags": [],
410
425
  "text": ""
411
426
  },
412
- "attribute": "select-all",
427
+ "getter": false,
428
+ "setter": false,
413
429
  "reflect": false,
414
430
  "defaultValue": "false"
415
431
  },
416
432
  "placeholder": {
417
433
  "type": "string",
434
+ "attribute": "placeholder",
418
435
  "mutable": false,
419
436
  "complexType": {
420
437
  "original": "string",
@@ -427,12 +444,14 @@ export class Select {
427
444
  "tags": [],
428
445
  "text": ""
429
446
  },
430
- "attribute": "placeholder",
447
+ "getter": false,
448
+ "setter": false,
431
449
  "reflect": false,
432
450
  "defaultValue": "selectMessages.multiPlaceholder"
433
451
  },
434
452
  "searchPlaceholder": {
435
453
  "type": "string",
454
+ "attribute": "search-placeholder",
436
455
  "mutable": false,
437
456
  "complexType": {
438
457
  "original": "string",
@@ -445,12 +464,14 @@ export class Select {
445
464
  "tags": [],
446
465
  "text": ""
447
466
  },
448
- "attribute": "search-placeholder",
467
+ "getter": false,
468
+ "setter": false,
449
469
  "reflect": false,
450
470
  "defaultValue": "selectMessages.searchPlaceholder"
451
471
  },
452
472
  "allSelectedMessage": {
453
473
  "type": "string",
474
+ "attribute": "all-selected-message",
454
475
  "mutable": false,
455
476
  "complexType": {
456
477
  "original": "string",
@@ -463,7 +484,8 @@ export class Select {
463
484
  "tags": [],
464
485
  "text": ""
465
486
  },
466
- "attribute": "all-selected-message",
487
+ "getter": false,
488
+ "setter": false,
467
489
  "reflect": false,
468
490
  "defaultValue": "selectMessages.allSelected"
469
491
  }
@@ -3,19 +3,14 @@ import { debounce, getTextDir, shouldOpenUp, shouldShiftRight } from "../../glob
3
3
  export class ActionMenu {
4
4
  constructor() {
5
5
  this.openUp = false;
6
+ this.isExpanded = false;
7
+ this.actionMenuType = "icon";
8
+ this.disabled = false;
6
9
  this.keysSoFar = "";
7
10
  this.searchIndex = 0;
8
11
  this.debouncedClearKeysSoFar = debounce(() => {
9
12
  this.keysSoFar = "";
10
13
  }, 500);
11
- this.isExpanded = false;
12
- this.tooltipPosition = undefined;
13
- this.actionMenuType = "icon";
14
- this.buttonText = undefined;
15
- this.disabled = false;
16
- this.tooltip = undefined;
17
- this.labelForIdenticalButtons = undefined;
18
- this.darkMode = undefined;
19
14
  }
20
15
  get horizontalPosition() {
21
16
  return !!this.el && !!this.itemsEl && shouldShiftRight(this.el, this.itemsEl.clientWidth) ? "right" : "left";
@@ -209,6 +204,7 @@ export class ActionMenu {
209
204
  return {
210
205
  "tooltipPosition": {
211
206
  "type": "string",
207
+ "attribute": "tooltip-position",
212
208
  "mutable": false,
213
209
  "complexType": {
214
210
  "original": "| \"top\"\n | \"bottom\"\n | \"left\"\n | \"right\"\n | \"bottom-left\"\n | \"bottom-right\"\n | \"top-right\"\n | \"top-left\"",
@@ -221,11 +217,13 @@ export class ActionMenu {
221
217
  "tags": [],
222
218
  "text": ""
223
219
  },
224
- "attribute": "tooltip-position",
220
+ "getter": false,
221
+ "setter": false,
225
222
  "reflect": false
226
223
  },
227
224
  "actionMenuType": {
228
225
  "type": "string",
226
+ "attribute": "action-menu-type",
229
227
  "mutable": false,
230
228
  "complexType": {
231
229
  "original": "\"icon\" | \"text\" | \"selector\" | \"selector-primary\"",
@@ -238,12 +236,14 @@ export class ActionMenu {
238
236
  "tags": [],
239
237
  "text": ""
240
238
  },
241
- "attribute": "action-menu-type",
239
+ "getter": false,
240
+ "setter": false,
242
241
  "reflect": false,
243
242
  "defaultValue": "\"icon\""
244
243
  },
245
244
  "buttonText": {
246
245
  "type": "string",
246
+ "attribute": "button-text",
247
247
  "mutable": false,
248
248
  "complexType": {
249
249
  "original": "string",
@@ -256,11 +256,13 @@ export class ActionMenu {
256
256
  "tags": [],
257
257
  "text": ""
258
258
  },
259
- "attribute": "button-text",
259
+ "getter": false,
260
+ "setter": false,
260
261
  "reflect": false
261
262
  },
262
263
  "disabled": {
263
264
  "type": "boolean",
265
+ "attribute": "disabled",
264
266
  "mutable": false,
265
267
  "complexType": {
266
268
  "original": "boolean",
@@ -273,12 +275,14 @@ export class ActionMenu {
273
275
  "tags": [],
274
276
  "text": ""
275
277
  },
276
- "attribute": "disabled",
278
+ "getter": false,
279
+ "setter": false,
277
280
  "reflect": true,
278
281
  "defaultValue": "false"
279
282
  },
280
283
  "tooltip": {
281
284
  "type": "string",
285
+ "attribute": "tooltip",
282
286
  "mutable": false,
283
287
  "complexType": {
284
288
  "original": "string",
@@ -291,11 +295,13 @@ export class ActionMenu {
291
295
  "tags": [],
292
296
  "text": ""
293
297
  },
294
- "attribute": "tooltip",
298
+ "getter": false,
299
+ "setter": false,
295
300
  "reflect": false
296
301
  },
297
302
  "labelForIdenticalButtons": {
298
303
  "type": "string",
304
+ "attribute": "label-for-identical-buttons",
299
305
  "mutable": false,
300
306
  "complexType": {
301
307
  "original": "string",
@@ -308,11 +314,13 @@ export class ActionMenu {
308
314
  "tags": [],
309
315
  "text": ""
310
316
  },
311
- "attribute": "label-for-identical-buttons",
317
+ "getter": false,
318
+ "setter": false,
312
319
  "reflect": false
313
320
  },
314
321
  "darkMode": {
315
322
  "type": "boolean",
323
+ "attribute": "dark-mode",
316
324
  "mutable": false,
317
325
  "complexType": {
318
326
  "original": "boolean",
@@ -325,7 +333,8 @@ export class ActionMenu {
325
333
  "tags": [],
326
334
  "text": ""
327
335
  },
328
- "attribute": "dark-mode",
336
+ "getter": false,
337
+ "setter": false,
329
338
  "reflect": false
330
339
  }
331
340
  };
@@ -3,22 +3,17 @@ import { getIconCodeFromName } from "../../global/interfaces";
3
3
  import { generateId, hideTooltip, handleDisabledAttribute, showTooltip, toBool, triggerFormSubmit, } from "../../global/functions";
4
4
  export class Button {
5
5
  constructor() {
6
- this.id = generateId();
7
- this.ariaPopup = false;
6
+ // icon and tooltip have reflect set to true. Without reflect, the react wrappers don't expose the attribute
7
+ // and the component throws errors when they are required (when buttonType is icononly or navigational)
8
8
  this.disabled = false;
9
9
  this.buttonType = "secondary";
10
- this.icon = undefined;
11
- this.iconSize = undefined;
12
- this.iconRotate = undefined;
13
- this.iconFlip = undefined;
14
- this.tooltip = undefined;
15
- this.labelForIdenticalButtons = undefined;
16
10
  this.tooltipPosition = "bottom-right";
17
11
  this.permanentlyDelete = false;
18
12
  this.textWrap = true;
19
- this.customBackground = undefined;
20
13
  this.isSubmit = false;
21
14
  this.isTabbing = false;
15
+ this.id = generateId();
16
+ this.ariaPopup = false;
22
17
  }
23
18
  get isDisabled() {
24
19
  // string "false" needs to be treated as bool False because react wrappers convert bool to string.
@@ -268,6 +263,7 @@ export class Button {
268
263
  return {
269
264
  "disabled": {
270
265
  "type": "boolean",
266
+ "attribute": "disabled",
271
267
  "mutable": false,
272
268
  "complexType": {
273
269
  "original": "boolean",
@@ -280,12 +276,14 @@ export class Button {
280
276
  "tags": [],
281
277
  "text": ""
282
278
  },
283
- "attribute": "disabled",
279
+ "getter": false,
280
+ "setter": false,
284
281
  "reflect": true,
285
282
  "defaultValue": "false"
286
283
  },
287
284
  "buttonType": {
288
285
  "type": "string",
286
+ "attribute": "button-type",
289
287
  "mutable": true,
290
288
  "complexType": {
291
289
  "original": "validButtonTypes",
@@ -304,12 +302,14 @@ export class Button {
304
302
  "tags": [],
305
303
  "text": ""
306
304
  },
307
- "attribute": "button-type",
305
+ "getter": false,
306
+ "setter": false,
308
307
  "reflect": false,
309
308
  "defaultValue": "\"secondary\""
310
309
  },
311
310
  "icon": {
312
311
  "type": "string",
312
+ "attribute": "icon",
313
313
  "mutable": true,
314
314
  "complexType": {
315
315
  "original": "string",
@@ -322,11 +322,13 @@ export class Button {
322
322
  "tags": [],
323
323
  "text": ""
324
324
  },
325
- "attribute": "icon",
325
+ "getter": false,
326
+ "setter": false,
326
327
  "reflect": true
327
328
  },
328
329
  "iconSize": {
329
330
  "type": "string",
331
+ "attribute": "icon-size",
330
332
  "mutable": false,
331
333
  "complexType": {
332
334
  "original": "string",
@@ -339,11 +341,13 @@ export class Button {
339
341
  "tags": [],
340
342
  "text": ""
341
343
  },
342
- "attribute": "icon-size",
344
+ "getter": false,
345
+ "setter": false,
343
346
  "reflect": false
344
347
  },
345
348
  "iconRotate": {
346
349
  "type": "number",
350
+ "attribute": "icon-rotate",
347
351
  "mutable": false,
348
352
  "complexType": {
349
353
  "original": "number",
@@ -356,11 +360,13 @@ export class Button {
356
360
  "tags": [],
357
361
  "text": ""
358
362
  },
359
- "attribute": "icon-rotate",
363
+ "getter": false,
364
+ "setter": false,
360
365
  "reflect": false
361
366
  },
362
367
  "iconFlip": {
363
368
  "type": "string",
369
+ "attribute": "icon-flip",
364
370
  "mutable": false,
365
371
  "complexType": {
366
372
  "original": "\"horizontal\" | \"vertical\"",
@@ -373,11 +379,13 @@ export class Button {
373
379
  "tags": [],
374
380
  "text": ""
375
381
  },
376
- "attribute": "icon-flip",
382
+ "getter": false,
383
+ "setter": false,
377
384
  "reflect": false
378
385
  },
379
386
  "tooltip": {
380
387
  "type": "string",
388
+ "attribute": "tooltip",
381
389
  "mutable": true,
382
390
  "complexType": {
383
391
  "original": "string",
@@ -390,11 +398,13 @@ export class Button {
390
398
  "tags": [],
391
399
  "text": ""
392
400
  },
393
- "attribute": "tooltip",
401
+ "getter": false,
402
+ "setter": false,
394
403
  "reflect": true
395
404
  },
396
405
  "labelForIdenticalButtons": {
397
406
  "type": "string",
407
+ "attribute": "label-for-identical-buttons",
398
408
  "mutable": false,
399
409
  "complexType": {
400
410
  "original": "string",
@@ -407,11 +417,13 @@ export class Button {
407
417
  "tags": [],
408
418
  "text": ""
409
419
  },
410
- "attribute": "label-for-identical-buttons",
420
+ "getter": false,
421
+ "setter": false,
411
422
  "reflect": false
412
423
  },
413
424
  "tooltipPosition": {
414
425
  "type": "string",
426
+ "attribute": "tooltip-position",
415
427
  "mutable": false,
416
428
  "complexType": {
417
429
  "original": "TooltipPlacement",
@@ -430,12 +442,14 @@ export class Button {
430
442
  "tags": [],
431
443
  "text": ""
432
444
  },
433
- "attribute": "tooltip-position",
445
+ "getter": false,
446
+ "setter": false,
434
447
  "reflect": false,
435
448
  "defaultValue": "\"bottom-right\""
436
449
  },
437
450
  "permanentlyDelete": {
438
451
  "type": "boolean",
452
+ "attribute": "permanently-delete",
439
453
  "mutable": false,
440
454
  "complexType": {
441
455
  "original": "boolean",
@@ -448,12 +462,14 @@ export class Button {
448
462
  "tags": [],
449
463
  "text": ""
450
464
  },
451
- "attribute": "permanently-delete",
465
+ "getter": false,
466
+ "setter": false,
452
467
  "reflect": false,
453
468
  "defaultValue": "false"
454
469
  },
455
470
  "textWrap": {
456
471
  "type": "boolean",
472
+ "attribute": "text-wrap",
457
473
  "mutable": false,
458
474
  "complexType": {
459
475
  "original": "boolean",
@@ -466,12 +482,14 @@ export class Button {
466
482
  "tags": [],
467
483
  "text": ""
468
484
  },
469
- "attribute": "text-wrap",
485
+ "getter": false,
486
+ "setter": false,
470
487
  "reflect": false,
471
488
  "defaultValue": "true"
472
489
  },
473
490
  "customBackground": {
474
491
  "type": "string",
492
+ "attribute": "custom-background",
475
493
  "mutable": false,
476
494
  "complexType": {
477
495
  "original": "string",
@@ -484,11 +502,13 @@ export class Button {
484
502
  "tags": [],
485
503
  "text": ""
486
504
  },
487
- "attribute": "custom-background",
505
+ "getter": false,
506
+ "setter": false,
488
507
  "reflect": false
489
508
  },
490
509
  "isSubmit": {
491
510
  "type": "boolean",
511
+ "attribute": "is-submit",
492
512
  "mutable": false,
493
513
  "complexType": {
494
514
  "original": "boolean",
@@ -501,7 +521,8 @@ export class Button {
501
521
  "tags": [],
502
522
  "text": ""
503
523
  },
504
- "attribute": "is-submit",
524
+ "getter": false,
525
+ "setter": false,
505
526
  "reflect": false,
506
527
  "defaultValue": "false"
507
528
  }