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

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-1079ca72.js +92 -0
  2. package/dist/cjs/{chartFunctions-C8PCmGmn.js → chartFunctions-ce91b2c9.js} +3 -2
  3. package/dist/cjs/{functions-DfuY5Jtp.js → functions-ea3eae05.js} +95 -78
  4. package/dist/cjs/{index-DwhNqnaT.js → index-788526f5.js} +410 -777
  5. package/dist/cjs/{intl-Bl-0Yn5n.js → intl-ea56dd40.js} +1 -1
  6. package/dist/cjs/loader.cjs.js +5 -3
  7. package/dist/cjs/priv-calendar.cjs.entry.js +12 -6
  8. package/dist/cjs/priv-chart-popover.cjs.entry.js +8 -4
  9. package/dist/cjs/priv-navigator-button.cjs.entry.js +5 -2
  10. package/dist/cjs/priv-navigator-item.cjs.entry.js +5 -2
  11. package/dist/cjs/priv-option-list.cjs.entry.js +16 -10
  12. package/dist/cjs/ripple.cjs.js +7 -7
  13. package/dist/cjs/wm-action-menu_2.cjs.entry.js +18 -9
  14. package/dist/cjs/wm-button.cjs.entry.js +16 -8
  15. package/dist/cjs/wm-chart-slice.cjs.entry.js +8 -1
  16. package/dist/cjs/wm-chart.cjs.entry.js +18 -14
  17. package/dist/cjs/wm-date-range.cjs.entry.js +14 -9
  18. package/dist/cjs/wm-datepicker.cjs.entry.js +11 -6
  19. package/dist/cjs/wm-file-list.cjs.entry.js +5 -2
  20. package/dist/cjs/wm-file.cjs.entry.js +15 -5
  21. package/dist/cjs/wm-flyout.cjs.entry.js +16 -5
  22. package/dist/cjs/wm-input.cjs.entry.js +17 -5
  23. package/dist/cjs/wm-line-chart.cjs.entry.js +28 -18
  24. package/dist/cjs/wm-modal-pss_3.cjs.entry.js +14 -8
  25. package/dist/cjs/wm-modal_3.cjs.entry.js +14 -7
  26. package/dist/cjs/wm-navigation_3.cjs.entry.js +18 -9
  27. package/dist/cjs/wm-navigator.cjs.entry.js +15 -17
  28. package/dist/cjs/wm-nested-select.cjs.entry.js +16 -11
  29. package/dist/cjs/wm-optgroup.cjs.entry.js +7 -3
  30. package/dist/cjs/wm-option_2.cjs.entry.js +17 -10
  31. package/dist/cjs/wm-pagination.cjs.entry.js +13 -10
  32. package/dist/cjs/wm-progress-indicator_3.cjs.entry.js +27 -10
  33. package/dist/cjs/wm-search.cjs.entry.js +9 -25
  34. package/dist/cjs/wm-snackbar.cjs.entry.js +10 -8
  35. package/dist/cjs/wm-tab-item_3.cjs.entry.js +16 -20
  36. package/dist/cjs/wm-tag-input.cjs.entry.js +25 -12
  37. package/dist/cjs/wm-tag-option.cjs.entry.js +8 -2
  38. package/dist/cjs/wm-textarea.cjs.entry.js +12 -5
  39. package/dist/cjs/wm-timepicker.cjs.entry.js +14 -9
  40. package/dist/cjs/wm-toggletip.cjs.entry.js +12 -7
  41. package/dist/cjs/wm-uploader.cjs.entry.js +24 -11
  42. package/dist/cjs/wm-wrapper.cjs.entry.js +3 -1
  43. package/dist/collection/collection-manifest.json +2 -2
  44. package/dist/collection/components/charts/priv-chart-popover/priv-chart-popover.js +4 -8
  45. package/dist/collection/components/charts/wm-chart/wm-chart-slice.js +12 -15
  46. package/dist/collection/components/charts/wm-chart/wm-chart.js +22 -45
  47. package/dist/collection/components/charts/wm-line-chart/wm-line-chart.js +33 -52
  48. package/dist/collection/components/charts/wm-progress-monitor/wm-progress-indicator.js +16 -23
  49. package/dist/collection/components/charts/wm-progress-monitor/wm-progress-monitor.js +6 -9
  50. package/dist/collection/components/charts/wm-progress-monitor/wm-progress-slice.js +12 -15
  51. package/dist/collection/components/datepickers/priv-calendar/priv-calendar.js +12 -21
  52. package/dist/collection/components/datepickers/wm-date-range.js +19 -39
  53. package/dist/collection/components/datepickers/wm-datepicker.js +13 -27
  54. package/dist/collection/components/selects/priv-option-list/priv-option-list.js +16 -27
  55. package/dist/collection/components/selects/wm-nested-select/wm-nested-select.js +22 -46
  56. package/dist/collection/components/selects/wm-optgroup/wm-optgroup.js +5 -12
  57. package/dist/collection/components/selects/wm-option/wm-option.js +6 -15
  58. package/dist/collection/components/selects/wm-select/wm-select.js +19 -41
  59. package/dist/collection/components/wm-action-menu/wm-action-menu.js +15 -24
  60. package/dist/collection/components/wm-button/wm-button.js +22 -43
  61. package/dist/collection/components/wm-file/wm-file.js +18 -29
  62. package/dist/collection/components/wm-file-list/wm-file-list.js +1 -3
  63. package/dist/collection/components/wm-flyout/wm-flyout.js +19 -31
  64. package/dist/collection/components/wm-input/wm-input.js +28 -55
  65. package/dist/collection/components/wm-menuitem/wm-menuitem.js +4 -10
  66. package/dist/collection/components/wm-modal/wm-modal-footer.js +5 -15
  67. package/dist/collection/components/wm-modal/wm-modal-header.js +2 -6
  68. package/dist/collection/components/wm-modal/wm-modal.js +7 -13
  69. package/dist/collection/components/wm-modal-pss/wm-modal-pss-footer.js +5 -15
  70. package/dist/collection/components/wm-modal-pss/wm-modal-pss-header.js +2 -6
  71. package/dist/collection/components/wm-modal-pss/wm-modal-pss.js +7 -14
  72. package/dist/collection/components/wm-navigation/wm-navigation-hamburger.js +4 -5
  73. package/dist/collection/components/wm-navigation/wm-navigation-item.js +8 -9
  74. package/dist/collection/components/wm-navigation/wm-navigation.js +2 -4
  75. package/dist/collection/components/wm-navigator/priv-navigator-button/priv-navigator-button.js +2 -6
  76. package/dist/collection/components/wm-navigator/priv-navigator-item/priv-navigator-item.js +3 -9
  77. package/dist/collection/components/wm-navigator/wm-navigator.js +15 -34
  78. package/dist/collection/components/wm-pagination/wm-pagination.js +11 -21
  79. package/dist/collection/components/wm-search/wm-search.js +10 -45
  80. package/dist/collection/components/wm-snackbar/wm-snackbar.js +4 -7
  81. package/dist/collection/components/wm-tabs/wm-tab-item/wm-tab-item.js +6 -18
  82. package/dist/collection/components/wm-tabs/wm-tab-list/wm-tab-list.js +6 -9
  83. package/dist/collection/components/wm-tabs/wm-tab-panel/wm-tab-panel.js +2 -12
  84. package/dist/collection/components/wm-tag-input/wm-tag-input.js +32 -50
  85. package/dist/collection/components/wm-tag-input/wm-tag-option/wm-tag-option.js +10 -18
  86. package/dist/collection/components/wm-textarea/wm-textarea.js +16 -34
  87. package/dist/collection/components/wm-timepicker/wm-timepicker.js +15 -27
  88. package/dist/collection/components/wm-toggletip/wm-toggletip.js +11 -19
  89. package/dist/collection/components/wm-uploader/wm-uploader.js +28 -40
  90. package/dist/esm/app-globals-1087214a.js +90 -0
  91. package/dist/esm/{chartFunctions-BocRhQ0T.js → chartFunctions-ebe4f673.js} +4 -3
  92. package/dist/esm/{functions-B9BrPorY.js → functions-fbf8519f.js} +96 -79
  93. package/dist/esm/{index-C20glyTb.js → index-130e07bb.js} +406 -774
  94. package/dist/esm/{intl-D-bH9lQF.js → intl-30a9319d.js} +1 -1
  95. package/dist/esm/loader.js +4 -4
  96. package/dist/esm/priv-calendar.entry.js +10 -6
  97. package/dist/esm/priv-chart-popover.entry.js +6 -4
  98. package/dist/esm/priv-navigator-button.entry.js +3 -2
  99. package/dist/esm/priv-navigator-item.entry.js +3 -2
  100. package/dist/esm/priv-option-list.entry.js +14 -10
  101. package/dist/esm/ripple.js +5 -6
  102. package/dist/esm/wm-action-menu_2.entry.js +16 -9
  103. package/dist/esm/wm-button.entry.js +14 -8
  104. package/dist/esm/wm-chart-slice.entry.js +6 -1
  105. package/dist/esm/wm-chart.entry.js +16 -14
  106. package/dist/esm/wm-date-range.entry.js +12 -9
  107. package/dist/esm/wm-datepicker.entry.js +9 -6
  108. package/dist/esm/wm-file-list.entry.js +3 -2
  109. package/dist/esm/wm-file.entry.js +13 -5
  110. package/dist/esm/wm-flyout.entry.js +14 -5
  111. package/dist/esm/wm-input.entry.js +15 -5
  112. package/dist/esm/wm-line-chart.entry.js +26 -18
  113. package/dist/esm/wm-modal-pss_3.entry.js +12 -8
  114. package/dist/esm/wm-modal_3.entry.js +12 -7
  115. package/dist/esm/wm-navigation_3.entry.js +16 -9
  116. package/dist/esm/wm-navigator.entry.js +13 -17
  117. package/dist/esm/wm-nested-select.entry.js +14 -11
  118. package/dist/esm/wm-optgroup.entry.js +5 -3
  119. package/dist/esm/wm-option_2.entry.js +15 -10
  120. package/dist/esm/wm-pagination.entry.js +11 -10
  121. package/dist/esm/wm-progress-indicator_3.entry.js +25 -10
  122. package/dist/esm/wm-search.entry.js +7 -25
  123. package/dist/esm/wm-snackbar.entry.js +8 -8
  124. package/dist/esm/wm-tab-item_3.entry.js +14 -20
  125. package/dist/esm/wm-tag-input.entry.js +23 -12
  126. package/dist/esm/wm-tag-option.entry.js +6 -2
  127. package/dist/esm/wm-textarea.entry.js +10 -5
  128. package/dist/esm/wm-timepicker.entry.js +12 -9
  129. package/dist/esm/wm-toggletip.entry.js +10 -7
  130. package/dist/esm/wm-uploader.entry.js +22 -11
  131. package/dist/esm/wm-wrapper.entry.js +1 -1
  132. package/dist/esm-es5/app-globals-1087214a.js +1 -0
  133. package/dist/esm-es5/chartFunctions-ebe4f673.js +1 -0
  134. package/dist/esm-es5/functions-fbf8519f.js +1 -0
  135. package/dist/esm-es5/index-130e07bb.js +1 -0
  136. package/dist/esm-es5/{intl-D-bH9lQF.js → intl-30a9319d.js} +1 -1
  137. package/dist/esm-es5/loader.js +1 -1
  138. package/dist/esm-es5/priv-calendar.entry.js +1 -1
  139. package/dist/esm-es5/priv-chart-popover.entry.js +1 -1
  140. package/dist/esm-es5/priv-navigator-button.entry.js +1 -1
  141. package/dist/esm-es5/priv-navigator-item.entry.js +1 -1
  142. package/dist/esm-es5/priv-option-list.entry.js +1 -1
  143. package/dist/esm-es5/ripple.js +1 -1
  144. package/dist/esm-es5/wm-action-menu_2.entry.js +1 -1
  145. package/dist/esm-es5/wm-button.entry.js +1 -1
  146. package/dist/esm-es5/wm-chart-slice.entry.js +1 -1
  147. package/dist/esm-es5/wm-chart.entry.js +1 -1
  148. package/dist/esm-es5/wm-date-range.entry.js +1 -1
  149. package/dist/esm-es5/wm-datepicker.entry.js +1 -1
  150. package/dist/esm-es5/wm-file-list.entry.js +1 -1
  151. package/dist/esm-es5/wm-file.entry.js +1 -1
  152. package/dist/esm-es5/wm-flyout.entry.js +1 -1
  153. package/dist/esm-es5/wm-input.entry.js +1 -1
  154. package/dist/esm-es5/wm-line-chart.entry.js +1 -1
  155. package/dist/esm-es5/wm-modal-pss_3.entry.js +1 -1
  156. package/dist/esm-es5/wm-modal_3.entry.js +1 -1
  157. package/dist/esm-es5/wm-navigation_3.entry.js +1 -1
  158. package/dist/esm-es5/wm-navigator.entry.js +1 -1
  159. package/dist/esm-es5/wm-nested-select.entry.js +1 -1
  160. package/dist/esm-es5/wm-optgroup.entry.js +1 -1
  161. package/dist/esm-es5/wm-option_2.entry.js +1 -1
  162. package/dist/esm-es5/wm-pagination.entry.js +1 -1
  163. package/dist/esm-es5/wm-progress-indicator_3.entry.js +1 -1
  164. package/dist/esm-es5/wm-search.entry.js +1 -1
  165. package/dist/esm-es5/wm-snackbar.entry.js +1 -1
  166. package/dist/esm-es5/wm-tab-item_3.entry.js +1 -1
  167. package/dist/esm-es5/wm-tag-input.entry.js +1 -1
  168. package/dist/esm-es5/wm-tag-option.entry.js +1 -1
  169. package/dist/esm-es5/wm-textarea.entry.js +1 -1
  170. package/dist/esm-es5/wm-timepicker.entry.js +1 -1
  171. package/dist/esm-es5/wm-toggletip.entry.js +1 -1
  172. package/dist/esm-es5/wm-uploader.entry.js +1 -1
  173. package/dist/esm-es5/wm-wrapper.entry.js +1 -1
  174. package/dist/loader/package.json +11 -0
  175. package/dist/ripple/p-02951ad1.system.js +1 -0
  176. package/dist/ripple/{p-59f7cfd7.system.entry.js → p-03381d63.system.entry.js} +1 -1
  177. package/dist/ripple/{p-70cdc5ce.system.entry.js → p-043901ab.system.entry.js} +1 -1
  178. package/dist/ripple/{p-d11e4c6e.system.entry.js → p-086c2905.system.entry.js} +1 -1
  179. package/dist/ripple/{p-85afd9bf.system.entry.js → p-09f61d38.system.entry.js} +1 -1
  180. package/dist/ripple/p-0d3a26ff.entry.js +1 -0
  181. package/dist/ripple/{p-a1cd3c29.entry.js → p-12174831.entry.js} +1 -1
  182. package/dist/ripple/p-13b1d775.entry.js +1 -0
  183. package/dist/ripple/p-13ddc53d.entry.js +1 -0
  184. package/dist/ripple/p-17e93d1b.entry.js +1 -0
  185. package/dist/ripple/{p-4a50f797.system.entry.js → p-22d9b079.system.entry.js} +1 -1
  186. package/dist/ripple/{p-caef27f1.system.entry.js → p-2a85d4ce.system.entry.js} +1 -1
  187. package/dist/ripple/p-2be53f45.entry.js +1 -0
  188. package/dist/ripple/{p-81783193.system.entry.js → p-2e10a2dc.system.entry.js} +1 -1
  189. package/dist/ripple/{p-03e28e65.system.entry.js → p-31d35d2d.system.entry.js} +1 -1
  190. package/dist/ripple/{p-de4c51e2.system.entry.js → p-324aed64.system.entry.js} +1 -1
  191. package/dist/ripple/{p-1b8f9ff1.system.entry.js → p-34808b52.system.entry.js} +1 -1
  192. package/dist/ripple/{p-5a728ced.system.entry.js → p-42174be5.system.entry.js} +1 -1
  193. package/dist/ripple/p-4436c014.entry.js +1 -0
  194. package/dist/ripple/{p-d17bf683.system.entry.js → p-4af5ad94.system.entry.js} +1 -1
  195. package/dist/ripple/{p-3fa20b7a.entry.js → p-4df89f8f.entry.js} +1 -1
  196. package/dist/ripple/{p-b2604e2b.system.entry.js → p-4e97bf26.system.entry.js} +1 -1
  197. package/dist/ripple/p-4f13d03e.entry.js +1 -0
  198. package/dist/ripple/p-535165fc.system.js +1 -0
  199. package/dist/ripple/{p-d1ea5d4c.system.entry.js → p-5405f9d3.system.entry.js} +1 -1
  200. package/dist/ripple/p-55f979d4.system.js +1 -0
  201. package/dist/ripple/p-57bce206.system.js +1 -0
  202. package/dist/ripple/{p-734d06dc.system.entry.js → p-5a5d5833.system.entry.js} +1 -1
  203. package/dist/ripple/p-5b7d56aa.entry.js +1 -0
  204. package/dist/ripple/p-5c0db525.entry.js +1 -0
  205. package/dist/ripple/{p-27c1933e.system.entry.js → p-5f9d81df.system.entry.js} +1 -1
  206. package/dist/ripple/p-67109fb1.entry.js +1 -0
  207. package/dist/ripple/{p-cf3defe6.system.entry.js → p-6723e469.system.entry.js} +1 -1
  208. package/dist/ripple/{p-1a96dc5e.entry.js → p-6b4e1fe9.entry.js} +1 -1
  209. package/dist/ripple/{p-d3d5306c.system.entry.js → p-75ad7567.system.entry.js} +1 -1
  210. package/dist/ripple/{p-c164a1cb.entry.js → p-76aef56f.entry.js} +1 -1
  211. package/dist/ripple/{p-e63b30bd.system.entry.js → p-7b06e308.system.entry.js} +1 -1
  212. package/dist/ripple/{p-0a9f8d0d.entry.js → p-7c6e0168.entry.js} +1 -1
  213. package/dist/ripple/{p-e2e2929f.system.entry.js → p-80664bf3.system.entry.js} +1 -1
  214. package/dist/ripple/p-823d7b4e.system.entry.js +1 -0
  215. package/dist/ripple/{p-7ea000d6.system.entry.js → p-840ad3a3.system.entry.js} +1 -1
  216. package/dist/ripple/{p-fb4367a8.system.entry.js → p-86c752be.system.entry.js} +1 -1
  217. package/dist/ripple/p-8905ad76.entry.js +1 -0
  218. package/dist/ripple/{p-5827cae3.system.entry.js → p-8a64e2bd.system.entry.js} +1 -1
  219. package/dist/ripple/p-8c2f8f78.entry.js +1 -0
  220. package/dist/ripple/{p-757b04eb.entry.js → p-8c33cb29.entry.js} +1 -1
  221. package/dist/ripple/{p-82a66121.system.entry.js → p-8ee90e17.system.entry.js} +1 -1
  222. package/dist/ripple/p-904f4c90.entry.js +1 -0
  223. package/dist/ripple/{p-0616bd1c.entry.js → p-924ab54c.entry.js} +1 -1
  224. package/dist/ripple/p-94c6bde9.js +1 -0
  225. package/dist/ripple/p-9627b8a6.entry.js +1 -0
  226. package/dist/ripple/{p-DAuKYO5n.js → p-9c6bacb9.js} +1 -1
  227. package/dist/ripple/p-9f2b6c58.entry.js +1 -0
  228. package/dist/ripple/{p-ef56fc5a.system.entry.js → p-a424e0a7.system.entry.js} +1 -1
  229. package/dist/ripple/p-b8dd9e8c.entry.js +1 -0
  230. package/dist/ripple/{p-b593e93c.system.entry.js → p-b9d609fb.system.entry.js} +1 -1
  231. package/dist/ripple/{p-ebd318c6.entry.js → p-be3213fc.entry.js} +1 -1
  232. package/dist/ripple/{p-476e2913.entry.js → p-c242e70f.entry.js} +1 -1
  233. package/dist/ripple/{p-d293be99.system.entry.js → p-c4b48cd4.system.entry.js} +1 -1
  234. package/dist/ripple/p-c6ba7e07.entry.js +1 -0
  235. package/dist/ripple/{p-d61938ca.entry.js → p-c7a57fc7.entry.js} +1 -1
  236. package/dist/ripple/{p-b140b04d.system.entry.js → p-c8d2c849.system.entry.js} +1 -1
  237. package/dist/ripple/{p-5166de03.system.entry.js → p-c9e9ce61.system.entry.js} +1 -1
  238. package/dist/ripple/{p-5cc5b46b.entry.js → p-cd0cc88d.entry.js} +1 -1
  239. package/dist/ripple/p-cef8a45b.system.js +2 -0
  240. package/dist/ripple/p-d210db32.entry.js +1 -0
  241. package/dist/ripple/{p-f878d184.system.entry.js → p-d2b60968.system.entry.js} +1 -1
  242. package/dist/ripple/p-d45bcccf.js +1 -0
  243. package/dist/ripple/p-d9da0502.js +2 -0
  244. package/dist/ripple/p-dc7acef5.entry.js +1 -0
  245. package/dist/ripple/p-dd62178f.system.entry.js +1 -0
  246. package/dist/ripple/p-e0d21c51.entry.js +1 -0
  247. package/dist/ripple/{p-BVUnLeDz.system.js → p-e71b1146.system.js} +1 -1
  248. package/dist/ripple/p-e7d03cf5.js +1 -0
  249. package/dist/ripple/p-efe8c61e.entry.js +1 -0
  250. package/dist/ripple/p-f0eae6dc.entry.js +1 -0
  251. package/dist/ripple/p-f0f57f41.system.entry.js +1 -0
  252. package/dist/ripple/{p-dca6cfbd.entry.js → p-f3b31fae.entry.js} +1 -1
  253. package/dist/ripple/p-f46983da.entry.js +1 -0
  254. package/dist/ripple/{p-719b7087.system.entry.js → p-f9f9fbae.system.entry.js} +1 -1
  255. package/dist/ripple/{p-e6e4e23a.system.entry.js → p-fde1212a.system.entry.js} +1 -1
  256. package/dist/ripple/ripple.esm.js +1 -1
  257. package/dist/ripple/ripple.js +1 -1
  258. package/dist/types/components.d.ts +0 -986
  259. package/dist/types/stencil-public-runtime.d.ts +2 -37
  260. package/package.json +2 -2
  261. package/dist/cjs/app-globals-C-IAhycr.js +0 -7
  262. package/dist/esm/app-globals-CrcR41XQ.js +0 -5
  263. package/dist/esm-es5/app-globals-CrcR41XQ.js +0 -1
  264. package/dist/esm-es5/chartFunctions-BocRhQ0T.js +0 -1
  265. package/dist/esm-es5/functions-B9BrPorY.js +0 -1
  266. package/dist/esm-es5/index-C20glyTb.js +0 -1
  267. package/dist/ripple/p-088a84b6.entry.js +0 -1
  268. package/dist/ripple/p-09116c34.entry.js +0 -1
  269. package/dist/ripple/p-21728198.entry.js +0 -1
  270. package/dist/ripple/p-25227bec.entry.js +0 -1
  271. package/dist/ripple/p-264fb4fc.entry.js +0 -1
  272. package/dist/ripple/p-27de107e.entry.js +0 -1
  273. package/dist/ripple/p-338835e6.entry.js +0 -1
  274. package/dist/ripple/p-3678e285.entry.js +0 -1
  275. package/dist/ripple/p-384f6dc8.entry.js +0 -1
  276. package/dist/ripple/p-5026b7e8.entry.js +0 -1
  277. package/dist/ripple/p-5c8e802a.system.entry.js +0 -1
  278. package/dist/ripple/p-6c66e270.entry.js +0 -1
  279. package/dist/ripple/p-6ffa9bfc.entry.js +0 -1
  280. package/dist/ripple/p-8eWf5O5Z.system.js +0 -1
  281. package/dist/ripple/p-90d11417.system.entry.js +0 -1
  282. package/dist/ripple/p-979cd9f4.entry.js +0 -1
  283. package/dist/ripple/p-B0uE_ID-.system.js +0 -2
  284. package/dist/ripple/p-B9BrPorY.js +0 -1
  285. package/dist/ripple/p-BOTV28v8.system.js +0 -1
  286. package/dist/ripple/p-Bboe1S7O.js +0 -1
  287. package/dist/ripple/p-C20glyTb.js +0 -2
  288. package/dist/ripple/p-CKTNcFzW.system.js +0 -1
  289. package/dist/ripple/p-D_issjBT.system.js +0 -1
  290. package/dist/ripple/p-a634e9f5.entry.js +0 -1
  291. package/dist/ripple/p-b0653ac3.entry.js +0 -1
  292. package/dist/ripple/p-b2433a3c.system.entry.js +0 -1
  293. package/dist/ripple/p-c344e3c0.entry.js +0 -1
  294. package/dist/ripple/p-d3bc9393.entry.js +0 -1
  295. package/dist/ripple/p-d5232e7d.entry.js +0 -1
  296. package/dist/ripple/p-dECFx5ly.js +0 -1
  297. package/dist/ripple/p-dc3e43aa.entry.js +0 -1
  298. package/dist/ripple/p-e9b67596.entry.js +0 -1
  299. package/dist/ripple/p-ee0e88ed.entry.js +0 -1
  300. package/dist/ripple/p-fc35bcf9.entry.js +0 -1
  301. package/dist/ripple/p-ffd7de48.entry.js +0 -1
  302. /package/dist/cjs/{interfaces-C7YbtGnk.js → interfaces-85d78ae9.js} +0 -0
  303. /package/dist/esm/{interfaces-COwzv5zO.js → interfaces-cc5b177f.js} +0 -0
  304. /package/dist/esm-es5/{interfaces-COwzv5zO.js → interfaces-cc5b177f.js} +0 -0
  305. /package/dist/ripple/{p-COwzv5zO.js → p-2732bddd.js} +0 -0
  306. /package/dist/ripple/{p-ClUp3GkF.system.js → p-42fa7a77.system.js} +0 -0
  307. /package/dist/ripple/{p-YWpyar7R.system.js → p-50ea2036.system.js} +0 -0
@@ -4,10 +4,17 @@ 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 = [];
7
12
  this.disabled = false;
8
13
  this.maxHeight = "200px";
14
+ this.label = undefined;
9
15
  this.labelPosition = "top";
10
16
  this.requiredField = false;
17
+ this.errorMessage = undefined;
11
18
  this.multiple = false;
12
19
  this.search = false;
13
20
  this.selectAll = false;
@@ -16,11 +23,6 @@ export class Select {
16
23
  this.allSelectedMessage = selectMessages.allSelected;
17
24
  this.isExpanded = false;
18
25
  this.announcement = "";
19
- this.openUp = false;
20
- //////////////////////////////////////
21
- // for multiselect button text
22
- this.overflowCount = 0;
23
- this.displayedOptions = [];
24
26
  }
25
27
  get childOptions() {
26
28
  return Array.from(this.el.querySelectorAll("wm-option"));
@@ -253,7 +255,6 @@ export class Select {
253
255
  return {
254
256
  "disabled": {
255
257
  "type": "boolean",
256
- "attribute": "disabled",
257
258
  "mutable": false,
258
259
  "complexType": {
259
260
  "original": "boolean",
@@ -266,14 +267,12 @@ export class Select {
266
267
  "tags": [],
267
268
  "text": ""
268
269
  },
269
- "getter": false,
270
- "setter": false,
270
+ "attribute": "disabled",
271
271
  "reflect": true,
272
272
  "defaultValue": "false"
273
273
  },
274
274
  "maxHeight": {
275
275
  "type": "string",
276
- "attribute": "max-height",
277
276
  "mutable": false,
278
277
  "complexType": {
279
278
  "original": "string",
@@ -286,14 +285,12 @@ export class Select {
286
285
  "tags": [],
287
286
  "text": ""
288
287
  },
289
- "getter": false,
290
- "setter": false,
288
+ "attribute": "max-height",
291
289
  "reflect": false,
292
290
  "defaultValue": "\"200px\""
293
291
  },
294
292
  "label": {
295
293
  "type": "string",
296
- "attribute": "label",
297
294
  "mutable": true,
298
295
  "complexType": {
299
296
  "original": "string",
@@ -306,13 +303,11 @@ export class Select {
306
303
  "tags": [],
307
304
  "text": ""
308
305
  },
309
- "getter": false,
310
- "setter": false,
306
+ "attribute": "label",
311
307
  "reflect": false
312
308
  },
313
309
  "labelPosition": {
314
310
  "type": "string",
315
- "attribute": "label-position",
316
311
  "mutable": false,
317
312
  "complexType": {
318
313
  "original": "\"top\" | \"left\" | \"none\"",
@@ -325,14 +320,12 @@ export class Select {
325
320
  "tags": [],
326
321
  "text": ""
327
322
  },
328
- "getter": false,
329
- "setter": false,
323
+ "attribute": "label-position",
330
324
  "reflect": false,
331
325
  "defaultValue": "\"top\""
332
326
  },
333
327
  "requiredField": {
334
328
  "type": "boolean",
335
- "attribute": "required-field",
336
329
  "mutable": false,
337
330
  "complexType": {
338
331
  "original": "boolean",
@@ -345,14 +338,12 @@ export class Select {
345
338
  "tags": [],
346
339
  "text": ""
347
340
  },
348
- "getter": false,
349
- "setter": false,
341
+ "attribute": "required-field",
350
342
  "reflect": false,
351
343
  "defaultValue": "false"
352
344
  },
353
345
  "errorMessage": {
354
346
  "type": "string",
355
- "attribute": "error-message",
356
347
  "mutable": true,
357
348
  "complexType": {
358
349
  "original": "string",
@@ -365,13 +356,11 @@ export class Select {
365
356
  "tags": [],
366
357
  "text": ""
367
358
  },
368
- "getter": false,
369
- "setter": false,
359
+ "attribute": "error-message",
370
360
  "reflect": false
371
361
  },
372
362
  "multiple": {
373
363
  "type": "boolean",
374
- "attribute": "multiple",
375
364
  "mutable": false,
376
365
  "complexType": {
377
366
  "original": "boolean",
@@ -384,14 +373,12 @@ export class Select {
384
373
  "tags": [],
385
374
  "text": ""
386
375
  },
387
- "getter": false,
388
- "setter": false,
376
+ "attribute": "multiple",
389
377
  "reflect": false,
390
378
  "defaultValue": "false"
391
379
  },
392
380
  "search": {
393
381
  "type": "boolean",
394
- "attribute": "search",
395
382
  "mutable": false,
396
383
  "complexType": {
397
384
  "original": "boolean",
@@ -404,14 +391,12 @@ export class Select {
404
391
  "tags": [],
405
392
  "text": ""
406
393
  },
407
- "getter": false,
408
- "setter": false,
394
+ "attribute": "search",
409
395
  "reflect": false,
410
396
  "defaultValue": "false"
411
397
  },
412
398
  "selectAll": {
413
399
  "type": "boolean",
414
- "attribute": "select-all",
415
400
  "mutable": false,
416
401
  "complexType": {
417
402
  "original": "boolean",
@@ -424,14 +409,12 @@ export class Select {
424
409
  "tags": [],
425
410
  "text": ""
426
411
  },
427
- "getter": false,
428
- "setter": false,
412
+ "attribute": "select-all",
429
413
  "reflect": false,
430
414
  "defaultValue": "false"
431
415
  },
432
416
  "placeholder": {
433
417
  "type": "string",
434
- "attribute": "placeholder",
435
418
  "mutable": false,
436
419
  "complexType": {
437
420
  "original": "string",
@@ -444,14 +427,12 @@ export class Select {
444
427
  "tags": [],
445
428
  "text": ""
446
429
  },
447
- "getter": false,
448
- "setter": false,
430
+ "attribute": "placeholder",
449
431
  "reflect": false,
450
432
  "defaultValue": "selectMessages.multiPlaceholder"
451
433
  },
452
434
  "searchPlaceholder": {
453
435
  "type": "string",
454
- "attribute": "search-placeholder",
455
436
  "mutable": false,
456
437
  "complexType": {
457
438
  "original": "string",
@@ -464,14 +445,12 @@ export class Select {
464
445
  "tags": [],
465
446
  "text": ""
466
447
  },
467
- "getter": false,
468
- "setter": false,
448
+ "attribute": "search-placeholder",
469
449
  "reflect": false,
470
450
  "defaultValue": "selectMessages.searchPlaceholder"
471
451
  },
472
452
  "allSelectedMessage": {
473
453
  "type": "string",
474
- "attribute": "all-selected-message",
475
454
  "mutable": false,
476
455
  "complexType": {
477
456
  "original": "string",
@@ -484,8 +463,7 @@ export class Select {
484
463
  "tags": [],
485
464
  "text": ""
486
465
  },
487
- "getter": false,
488
- "setter": false,
466
+ "attribute": "all-selected-message",
489
467
  "reflect": false,
490
468
  "defaultValue": "selectMessages.allSelected"
491
469
  }
@@ -3,14 +3,19 @@ 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;
9
6
  this.keysSoFar = "";
10
7
  this.searchIndex = 0;
11
8
  this.debouncedClearKeysSoFar = debounce(() => {
12
9
  this.keysSoFar = "";
13
10
  }, 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;
14
19
  }
15
20
  get horizontalPosition() {
16
21
  return !!this.el && !!this.itemsEl && shouldShiftRight(this.el, this.itemsEl.clientWidth) ? "right" : "left";
@@ -204,7 +209,6 @@ export class ActionMenu {
204
209
  return {
205
210
  "tooltipPosition": {
206
211
  "type": "string",
207
- "attribute": "tooltip-position",
208
212
  "mutable": false,
209
213
  "complexType": {
210
214
  "original": "| \"top\"\n | \"bottom\"\n | \"left\"\n | \"right\"\n | \"bottom-left\"\n | \"bottom-right\"\n | \"top-right\"\n | \"top-left\"",
@@ -217,13 +221,11 @@ export class ActionMenu {
217
221
  "tags": [],
218
222
  "text": ""
219
223
  },
220
- "getter": false,
221
- "setter": false,
224
+ "attribute": "tooltip-position",
222
225
  "reflect": false
223
226
  },
224
227
  "actionMenuType": {
225
228
  "type": "string",
226
- "attribute": "action-menu-type",
227
229
  "mutable": false,
228
230
  "complexType": {
229
231
  "original": "\"icon\" | \"text\" | \"selector\" | \"selector-primary\"",
@@ -236,14 +238,12 @@ export class ActionMenu {
236
238
  "tags": [],
237
239
  "text": ""
238
240
  },
239
- "getter": false,
240
- "setter": false,
241
+ "attribute": "action-menu-type",
241
242
  "reflect": false,
242
243
  "defaultValue": "\"icon\""
243
244
  },
244
245
  "buttonText": {
245
246
  "type": "string",
246
- "attribute": "button-text",
247
247
  "mutable": false,
248
248
  "complexType": {
249
249
  "original": "string",
@@ -256,13 +256,11 @@ export class ActionMenu {
256
256
  "tags": [],
257
257
  "text": ""
258
258
  },
259
- "getter": false,
260
- "setter": false,
259
+ "attribute": "button-text",
261
260
  "reflect": false
262
261
  },
263
262
  "disabled": {
264
263
  "type": "boolean",
265
- "attribute": "disabled",
266
264
  "mutable": false,
267
265
  "complexType": {
268
266
  "original": "boolean",
@@ -275,14 +273,12 @@ export class ActionMenu {
275
273
  "tags": [],
276
274
  "text": ""
277
275
  },
278
- "getter": false,
279
- "setter": false,
276
+ "attribute": "disabled",
280
277
  "reflect": true,
281
278
  "defaultValue": "false"
282
279
  },
283
280
  "tooltip": {
284
281
  "type": "string",
285
- "attribute": "tooltip",
286
282
  "mutable": false,
287
283
  "complexType": {
288
284
  "original": "string",
@@ -295,13 +291,11 @@ export class ActionMenu {
295
291
  "tags": [],
296
292
  "text": ""
297
293
  },
298
- "getter": false,
299
- "setter": false,
294
+ "attribute": "tooltip",
300
295
  "reflect": false
301
296
  },
302
297
  "labelForIdenticalButtons": {
303
298
  "type": "string",
304
- "attribute": "label-for-identical-buttons",
305
299
  "mutable": false,
306
300
  "complexType": {
307
301
  "original": "string",
@@ -314,13 +308,11 @@ export class ActionMenu {
314
308
  "tags": [],
315
309
  "text": ""
316
310
  },
317
- "getter": false,
318
- "setter": false,
311
+ "attribute": "label-for-identical-buttons",
319
312
  "reflect": false
320
313
  },
321
314
  "darkMode": {
322
315
  "type": "boolean",
323
- "attribute": "dark-mode",
324
316
  "mutable": false,
325
317
  "complexType": {
326
318
  "original": "boolean",
@@ -333,8 +325,7 @@ export class ActionMenu {
333
325
  "tags": [],
334
326
  "text": ""
335
327
  },
336
- "getter": false,
337
- "setter": false,
328
+ "attribute": "dark-mode",
338
329
  "reflect": false
339
330
  }
340
331
  };
@@ -3,17 +3,22 @@ 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
- // 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)
6
+ this.id = generateId();
7
+ this.ariaPopup = false;
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;
10
16
  this.tooltipPosition = "bottom-right";
11
17
  this.permanentlyDelete = false;
12
18
  this.textWrap = true;
19
+ this.customBackground = undefined;
13
20
  this.isSubmit = false;
14
21
  this.isTabbing = false;
15
- this.id = generateId();
16
- this.ariaPopup = false;
17
22
  }
18
23
  get isDisabled() {
19
24
  // string "false" needs to be treated as bool False because react wrappers convert bool to string.
@@ -263,7 +268,6 @@ export class Button {
263
268
  return {
264
269
  "disabled": {
265
270
  "type": "boolean",
266
- "attribute": "disabled",
267
271
  "mutable": false,
268
272
  "complexType": {
269
273
  "original": "boolean",
@@ -276,14 +280,12 @@ export class Button {
276
280
  "tags": [],
277
281
  "text": ""
278
282
  },
279
- "getter": false,
280
- "setter": false,
283
+ "attribute": "disabled",
281
284
  "reflect": true,
282
285
  "defaultValue": "false"
283
286
  },
284
287
  "buttonType": {
285
288
  "type": "string",
286
- "attribute": "button-type",
287
289
  "mutable": true,
288
290
  "complexType": {
289
291
  "original": "validButtonTypes",
@@ -302,14 +304,12 @@ export class Button {
302
304
  "tags": [],
303
305
  "text": ""
304
306
  },
305
- "getter": false,
306
- "setter": false,
307
+ "attribute": "button-type",
307
308
  "reflect": false,
308
309
  "defaultValue": "\"secondary\""
309
310
  },
310
311
  "icon": {
311
312
  "type": "string",
312
- "attribute": "icon",
313
313
  "mutable": true,
314
314
  "complexType": {
315
315
  "original": "string",
@@ -322,13 +322,11 @@ export class Button {
322
322
  "tags": [],
323
323
  "text": ""
324
324
  },
325
- "getter": false,
326
- "setter": false,
325
+ "attribute": "icon",
327
326
  "reflect": true
328
327
  },
329
328
  "iconSize": {
330
329
  "type": "string",
331
- "attribute": "icon-size",
332
330
  "mutable": false,
333
331
  "complexType": {
334
332
  "original": "string",
@@ -341,13 +339,11 @@ export class Button {
341
339
  "tags": [],
342
340
  "text": ""
343
341
  },
344
- "getter": false,
345
- "setter": false,
342
+ "attribute": "icon-size",
346
343
  "reflect": false
347
344
  },
348
345
  "iconRotate": {
349
346
  "type": "number",
350
- "attribute": "icon-rotate",
351
347
  "mutable": false,
352
348
  "complexType": {
353
349
  "original": "number",
@@ -360,13 +356,11 @@ export class Button {
360
356
  "tags": [],
361
357
  "text": ""
362
358
  },
363
- "getter": false,
364
- "setter": false,
359
+ "attribute": "icon-rotate",
365
360
  "reflect": false
366
361
  },
367
362
  "iconFlip": {
368
363
  "type": "string",
369
- "attribute": "icon-flip",
370
364
  "mutable": false,
371
365
  "complexType": {
372
366
  "original": "\"horizontal\" | \"vertical\"",
@@ -379,13 +373,11 @@ export class Button {
379
373
  "tags": [],
380
374
  "text": ""
381
375
  },
382
- "getter": false,
383
- "setter": false,
376
+ "attribute": "icon-flip",
384
377
  "reflect": false
385
378
  },
386
379
  "tooltip": {
387
380
  "type": "string",
388
- "attribute": "tooltip",
389
381
  "mutable": true,
390
382
  "complexType": {
391
383
  "original": "string",
@@ -398,13 +390,11 @@ export class Button {
398
390
  "tags": [],
399
391
  "text": ""
400
392
  },
401
- "getter": false,
402
- "setter": false,
393
+ "attribute": "tooltip",
403
394
  "reflect": true
404
395
  },
405
396
  "labelForIdenticalButtons": {
406
397
  "type": "string",
407
- "attribute": "label-for-identical-buttons",
408
398
  "mutable": false,
409
399
  "complexType": {
410
400
  "original": "string",
@@ -417,13 +407,11 @@ export class Button {
417
407
  "tags": [],
418
408
  "text": ""
419
409
  },
420
- "getter": false,
421
- "setter": false,
410
+ "attribute": "label-for-identical-buttons",
422
411
  "reflect": false
423
412
  },
424
413
  "tooltipPosition": {
425
414
  "type": "string",
426
- "attribute": "tooltip-position",
427
415
  "mutable": false,
428
416
  "complexType": {
429
417
  "original": "TooltipPlacement",
@@ -442,14 +430,12 @@ export class Button {
442
430
  "tags": [],
443
431
  "text": ""
444
432
  },
445
- "getter": false,
446
- "setter": false,
433
+ "attribute": "tooltip-position",
447
434
  "reflect": false,
448
435
  "defaultValue": "\"bottom-right\""
449
436
  },
450
437
  "permanentlyDelete": {
451
438
  "type": "boolean",
452
- "attribute": "permanently-delete",
453
439
  "mutable": false,
454
440
  "complexType": {
455
441
  "original": "boolean",
@@ -462,14 +448,12 @@ export class Button {
462
448
  "tags": [],
463
449
  "text": ""
464
450
  },
465
- "getter": false,
466
- "setter": false,
451
+ "attribute": "permanently-delete",
467
452
  "reflect": false,
468
453
  "defaultValue": "false"
469
454
  },
470
455
  "textWrap": {
471
456
  "type": "boolean",
472
- "attribute": "text-wrap",
473
457
  "mutable": false,
474
458
  "complexType": {
475
459
  "original": "boolean",
@@ -482,14 +466,12 @@ export class Button {
482
466
  "tags": [],
483
467
  "text": ""
484
468
  },
485
- "getter": false,
486
- "setter": false,
469
+ "attribute": "text-wrap",
487
470
  "reflect": false,
488
471
  "defaultValue": "true"
489
472
  },
490
473
  "customBackground": {
491
474
  "type": "string",
492
- "attribute": "custom-background",
493
475
  "mutable": false,
494
476
  "complexType": {
495
477
  "original": "string",
@@ -502,13 +484,11 @@ export class Button {
502
484
  "tags": [],
503
485
  "text": ""
504
486
  },
505
- "getter": false,
506
- "setter": false,
487
+ "attribute": "custom-background",
507
488
  "reflect": false
508
489
  },
509
490
  "isSubmit": {
510
491
  "type": "boolean",
511
- "attribute": "is-submit",
512
492
  "mutable": false,
513
493
  "complexType": {
514
494
  "original": "boolean",
@@ -521,8 +501,7 @@ export class Button {
521
501
  "tags": [],
522
502
  "text": ""
523
503
  },
524
- "getter": false,
525
- "setter": false,
504
+ "attribute": "is-submit",
526
505
  "reflect": false,
527
506
  "defaultValue": "false"
528
507
  }