@watermarkinsights/ripple 5.16.0-alpha.11 → 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-D441_SCy.js → chartFunctions-ce91b2c9.js} +3 -2
  3. package/dist/cjs/{functions-Cv4tH2z-.js → functions-ea3eae05.js} +79 -74
  4. package/dist/cjs/{index-bkpjhWBk.js → index-788526f5.js} +410 -777
  5. package/dist/cjs/{intl-CDsbzEBp.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-D1WRRNPk.js → chartFunctions-ebe4f673.js} +4 -3
  92. package/dist/esm/{functions-DT2ztGYg.js → functions-fbf8519f.js} +80 -75
  93. package/dist/esm/{index-BmU89qgm.js → index-130e07bb.js} +406 -774
  94. package/dist/esm/{intl-BnrBfoLu.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-BnrBfoLu.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-c889749f.system.entry.js → p-03381d63.system.entry.js} +1 -1
  177. package/dist/ripple/{p-c12eb0fa.system.entry.js → p-043901ab.system.entry.js} +1 -1
  178. package/dist/ripple/{p-2a85a48c.system.entry.js → p-086c2905.system.entry.js} +1 -1
  179. package/dist/ripple/{p-3d83fdec.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-d14aedd7.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-628dfdaf.system.entry.js → p-22d9b079.system.entry.js} +1 -1
  186. package/dist/ripple/{p-07cb5512.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-6ed1a615.system.entry.js → p-2e10a2dc.system.entry.js} +1 -1
  189. package/dist/ripple/{p-a1f70a0a.system.entry.js → p-31d35d2d.system.entry.js} +1 -1
  190. package/dist/ripple/{p-35f0c155.system.entry.js → p-324aed64.system.entry.js} +1 -1
  191. package/dist/ripple/{p-bda8ce77.system.entry.js → p-34808b52.system.entry.js} +1 -1
  192. package/dist/ripple/{p-2269f7f7.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-00cec2a0.system.entry.js → p-4af5ad94.system.entry.js} +1 -1
  195. package/dist/ripple/{p-f47bacb5.entry.js → p-4df89f8f.entry.js} +1 -1
  196. package/dist/ripple/{p-5a10db87.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-514af1a7.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-fe71211e.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-582e730d.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-98c7683b.system.entry.js → p-6723e469.system.entry.js} +1 -1
  208. package/dist/ripple/{p-2f04ea70.entry.js → p-6b4e1fe9.entry.js} +1 -1
  209. package/dist/ripple/{p-9223a1bf.system.entry.js → p-75ad7567.system.entry.js} +1 -1
  210. package/dist/ripple/{p-6650bcad.entry.js → p-76aef56f.entry.js} +1 -1
  211. package/dist/ripple/{p-e0a1a76d.system.entry.js → p-7b06e308.system.entry.js} +1 -1
  212. package/dist/ripple/{p-120c9c9c.entry.js → p-7c6e0168.entry.js} +1 -1
  213. package/dist/ripple/{p-ec6e0106.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-cc9752df.system.entry.js → p-840ad3a3.system.entry.js} +1 -1
  216. package/dist/ripple/{p-f4a19c56.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-ee8649b3.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-24857d09.entry.js → p-8c33cb29.entry.js} +1 -1
  221. package/dist/ripple/{p-64a308de.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-9e353b52.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-ChCup6OE.js → p-9c6bacb9.js} +1 -1
  227. package/dist/ripple/p-9f2b6c58.entry.js +1 -0
  228. package/dist/ripple/{p-65058356.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-5aeb9091.system.entry.js → p-b9d609fb.system.entry.js} +1 -1
  231. package/dist/ripple/{p-44004383.entry.js → p-be3213fc.entry.js} +1 -1
  232. package/dist/ripple/{p-5ecfe800.entry.js → p-c242e70f.entry.js} +1 -1
  233. package/dist/ripple/{p-72c247fb.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-65c38f2b.entry.js → p-c7a57fc7.entry.js} +1 -1
  236. package/dist/ripple/{p-24a498ec.system.entry.js → p-c8d2c849.system.entry.js} +1 -1
  237. package/dist/ripple/{p-5975c901.system.entry.js → p-c9e9ce61.system.entry.js} +1 -1
  238. package/dist/ripple/{p-cca5dd54.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-0fce4df8.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-LmBQIm9U.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-12e14668.entry.js → p-f3b31fae.entry.js} +1 -1
  253. package/dist/ripple/p-f46983da.entry.js +1 -0
  254. package/dist/ripple/{p-c72b5e55.system.entry.js → p-f9f9fbae.system.entry.js} +1 -1
  255. package/dist/ripple/{p-d83f36af.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-DRIUP2B4.js +0 -7
  262. package/dist/esm/app-globals-C7MKvxOg.js +0 -5
  263. package/dist/esm-es5/app-globals-C7MKvxOg.js +0 -1
  264. package/dist/esm-es5/chartFunctions-D1WRRNPk.js +0 -1
  265. package/dist/esm-es5/functions-DT2ztGYg.js +0 -1
  266. package/dist/esm-es5/index-BmU89qgm.js +0 -1
  267. package/dist/ripple/p-08b265a2.entry.js +0 -1
  268. package/dist/ripple/p-19f43d88.entry.js +0 -1
  269. package/dist/ripple/p-29eb4cc7.entry.js +0 -1
  270. package/dist/ripple/p-423931b7.entry.js +0 -1
  271. package/dist/ripple/p-4adda78c.entry.js +0 -1
  272. package/dist/ripple/p-59030f63.entry.js +0 -1
  273. package/dist/ripple/p-5b523b9f.system.entry.js +0 -1
  274. package/dist/ripple/p-5bb7a993.entry.js +0 -1
  275. package/dist/ripple/p-62520534.entry.js +0 -1
  276. package/dist/ripple/p-64f555f9.entry.js +0 -1
  277. package/dist/ripple/p-81245443.entry.js +0 -1
  278. package/dist/ripple/p-81870134.entry.js +0 -1
  279. package/dist/ripple/p-819382b4.entry.js +0 -1
  280. package/dist/ripple/p-9635519f.entry.js +0 -1
  281. package/dist/ripple/p-9a5a577a.entry.js +0 -1
  282. package/dist/ripple/p-9a9e1d00.entry.js +0 -1
  283. package/dist/ripple/p-B7qucsb3.system.js +0 -1
  284. package/dist/ripple/p-BRUS9KP_.system.js +0 -1
  285. package/dist/ripple/p-BmU89qgm.js +0 -2
  286. package/dist/ripple/p-CLQInGS5.system.js +0 -1
  287. package/dist/ripple/p-CZkA6XrR.js +0 -1
  288. package/dist/ripple/p-D1BYKagG.js +0 -1
  289. package/dist/ripple/p-DT2ztGYg.js +0 -1
  290. package/dist/ripple/p-Dd2F6qzY.system.js +0 -2
  291. package/dist/ripple/p-Dg5uzcYb.system.js +0 -1
  292. package/dist/ripple/p-a0add2dd.entry.js +0 -1
  293. package/dist/ripple/p-a8eff037.system.entry.js +0 -1
  294. package/dist/ripple/p-ac310358.entry.js +0 -1
  295. package/dist/ripple/p-c44cbbea.entry.js +0 -1
  296. package/dist/ripple/p-cb5c1920.entry.js +0 -1
  297. package/dist/ripple/p-d1651848.entry.js +0 -1
  298. package/dist/ripple/p-e01688df.system.entry.js +0 -1
  299. package/dist/ripple/p-f073981c.entry.js +0 -1
  300. package/dist/ripple/p-f4ad21f8.entry.js +0 -1
  301. package/dist/ripple/p-f5ca18bb.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
@@ -3,12 +3,6 @@ import { csvToArray, debounce, hideTooltip, intl, measureText, shouldOpenUp, sho
3
3
  import { globalMessages } from "../../global/intl";
4
4
  export class TagInput {
5
5
  constructor() {
6
- this.labelPosition = "top";
7
- this.requiredField = false;
8
- this.tagInputType = "dropdown";
9
- // dropdown variant
10
- this.addNew = true;
11
- this.characterLimit = 50;
12
6
  this.addNewHelpText = intl.formatMessage({
13
7
  id: "tagInput.addNewHelpText",
14
8
  defaultMessage: "Press the Enter or Comma key to add a new tag.",
@@ -40,12 +34,28 @@ export class TagInput {
40
34
  });
41
35
  this.openUp = false;
42
36
  this.inModal = false;
37
+ this.debouncedUpdate = debounce(() => forceUpdate(this.el), 30);
38
+ this.label = undefined;
39
+ this.errorMessage = undefined;
40
+ this.info = undefined;
41
+ this.labelPosition = "top";
42
+ this.maxTags = undefined;
43
+ this.placeholder = undefined;
44
+ this.requiredField = false;
45
+ this.tagInputType = "dropdown";
46
+ this.helpText = undefined;
47
+ this.addNew = true;
48
+ this.characterLimit = 50;
49
+ this.colHeaders = undefined;
50
+ this.colWidths = undefined;
51
+ this.colWrap = undefined;
43
52
  this.isKeying = false;
44
53
  this.isExpanded = false;
45
54
  this.liveRegionMessage = "";
55
+ this.focusedOption = undefined;
46
56
  this.focusedColumn = 0;
47
- this.tagsList = []; // options to render as tags. This needs the be kept in state as tags should be shown in the order they are added
48
- this.debouncedUpdate = debounce(() => forceUpdate(this.el), 30);
57
+ this.focusedTagIndex = undefined;
58
+ this.tagsList = [];
49
59
  }
50
60
  addNewTagMessage(newTagName) {
51
61
  return intl.formatMessage({
@@ -940,7 +950,6 @@ export class TagInput {
940
950
  return {
941
951
  "label": {
942
952
  "type": "string",
943
- "attribute": "label",
944
953
  "mutable": false,
945
954
  "complexType": {
946
955
  "original": "string",
@@ -953,13 +962,11 @@ export class TagInput {
953
962
  "tags": [],
954
963
  "text": ""
955
964
  },
956
- "getter": false,
957
- "setter": false,
965
+ "attribute": "label",
958
966
  "reflect": false
959
967
  },
960
968
  "errorMessage": {
961
969
  "type": "string",
962
- "attribute": "error-message",
963
970
  "mutable": false,
964
971
  "complexType": {
965
972
  "original": "string",
@@ -972,13 +979,11 @@ export class TagInput {
972
979
  "tags": [],
973
980
  "text": ""
974
981
  },
975
- "getter": false,
976
- "setter": false,
982
+ "attribute": "error-message",
977
983
  "reflect": false
978
984
  },
979
985
  "info": {
980
986
  "type": "string",
981
- "attribute": "info",
982
987
  "mutable": false,
983
988
  "complexType": {
984
989
  "original": "string",
@@ -991,13 +996,11 @@ export class TagInput {
991
996
  "tags": [],
992
997
  "text": ""
993
998
  },
994
- "getter": false,
995
- "setter": false,
999
+ "attribute": "info",
996
1000
  "reflect": false
997
1001
  },
998
1002
  "labelPosition": {
999
1003
  "type": "string",
1000
- "attribute": "label-position",
1001
1004
  "mutable": false,
1002
1005
  "complexType": {
1003
1006
  "original": "\"top\" | \"left\" | \"none\"",
@@ -1010,14 +1013,12 @@ export class TagInput {
1010
1013
  "tags": [],
1011
1014
  "text": ""
1012
1015
  },
1013
- "getter": false,
1014
- "setter": false,
1016
+ "attribute": "label-position",
1015
1017
  "reflect": false,
1016
1018
  "defaultValue": "\"top\""
1017
1019
  },
1018
1020
  "maxTags": {
1019
1021
  "type": "number",
1020
- "attribute": "max-tags",
1021
1022
  "mutable": false,
1022
1023
  "complexType": {
1023
1024
  "original": "number",
@@ -1030,13 +1031,11 @@ export class TagInput {
1030
1031
  "tags": [],
1031
1032
  "text": ""
1032
1033
  },
1033
- "getter": false,
1034
- "setter": false,
1034
+ "attribute": "max-tags",
1035
1035
  "reflect": false
1036
1036
  },
1037
1037
  "placeholder": {
1038
1038
  "type": "string",
1039
- "attribute": "placeholder",
1040
1039
  "mutable": true,
1041
1040
  "complexType": {
1042
1041
  "original": "string",
@@ -1049,13 +1048,11 @@ export class TagInput {
1049
1048
  "tags": [],
1050
1049
  "text": ""
1051
1050
  },
1052
- "getter": false,
1053
- "setter": false,
1051
+ "attribute": "placeholder",
1054
1052
  "reflect": false
1055
1053
  },
1056
1054
  "requiredField": {
1057
1055
  "type": "boolean",
1058
- "attribute": "required-field",
1059
1056
  "mutable": false,
1060
1057
  "complexType": {
1061
1058
  "original": "boolean",
@@ -1068,14 +1065,12 @@ export class TagInput {
1068
1065
  "tags": [],
1069
1066
  "text": ""
1070
1067
  },
1071
- "getter": false,
1072
- "setter": false,
1068
+ "attribute": "required-field",
1073
1069
  "reflect": false,
1074
1070
  "defaultValue": "false"
1075
1071
  },
1076
1072
  "tagInputType": {
1077
1073
  "type": "string",
1078
- "attribute": "tag-input-type",
1079
1074
  "mutable": false,
1080
1075
  "complexType": {
1081
1076
  "original": "\"dropdown\" | \"table\"",
@@ -1088,14 +1083,12 @@ export class TagInput {
1088
1083
  "tags": [],
1089
1084
  "text": ""
1090
1085
  },
1091
- "getter": false,
1092
- "setter": false,
1086
+ "attribute": "tag-input-type",
1093
1087
  "reflect": false,
1094
1088
  "defaultValue": "\"dropdown\""
1095
1089
  },
1096
1090
  "helpText": {
1097
1091
  "type": "string",
1098
- "attribute": "help-text",
1099
1092
  "mutable": false,
1100
1093
  "complexType": {
1101
1094
  "original": "string",
@@ -1108,13 +1101,11 @@ export class TagInput {
1108
1101
  "tags": [],
1109
1102
  "text": ""
1110
1103
  },
1111
- "getter": false,
1112
- "setter": false,
1104
+ "attribute": "help-text",
1113
1105
  "reflect": false
1114
1106
  },
1115
1107
  "addNew": {
1116
1108
  "type": "boolean",
1117
- "attribute": "add-new",
1118
1109
  "mutable": false,
1119
1110
  "complexType": {
1120
1111
  "original": "boolean",
@@ -1127,14 +1118,12 @@ export class TagInput {
1127
1118
  "tags": [],
1128
1119
  "text": ""
1129
1120
  },
1130
- "getter": false,
1131
- "setter": false,
1121
+ "attribute": "add-new",
1132
1122
  "reflect": false,
1133
1123
  "defaultValue": "true"
1134
1124
  },
1135
1125
  "characterLimit": {
1136
1126
  "type": "number",
1137
- "attribute": "character-limit",
1138
1127
  "mutable": false,
1139
1128
  "complexType": {
1140
1129
  "original": "number",
@@ -1147,14 +1136,12 @@ export class TagInput {
1147
1136
  "tags": [],
1148
1137
  "text": ""
1149
1138
  },
1150
- "getter": false,
1151
- "setter": false,
1139
+ "attribute": "character-limit",
1152
1140
  "reflect": false,
1153
1141
  "defaultValue": "50"
1154
1142
  },
1155
1143
  "colHeaders": {
1156
1144
  "type": "string",
1157
- "attribute": "col-headers",
1158
1145
  "mutable": false,
1159
1146
  "complexType": {
1160
1147
  "original": "string",
@@ -1167,13 +1154,11 @@ export class TagInput {
1167
1154
  "tags": [],
1168
1155
  "text": ""
1169
1156
  },
1170
- "getter": false,
1171
- "setter": false,
1157
+ "attribute": "col-headers",
1172
1158
  "reflect": false
1173
1159
  },
1174
1160
  "colWidths": {
1175
1161
  "type": "string",
1176
- "attribute": "col-widths",
1177
1162
  "mutable": false,
1178
1163
  "complexType": {
1179
1164
  "original": "string",
@@ -1186,13 +1171,11 @@ export class TagInput {
1186
1171
  "tags": [],
1187
1172
  "text": ""
1188
1173
  },
1189
- "getter": false,
1190
- "setter": false,
1174
+ "attribute": "col-widths",
1191
1175
  "reflect": false
1192
1176
  },
1193
1177
  "colWrap": {
1194
1178
  "type": "string",
1195
- "attribute": "col-wrap",
1196
1179
  "mutable": false,
1197
1180
  "complexType": {
1198
1181
  "original": "string",
@@ -1205,8 +1188,7 @@ export class TagInput {
1205
1188
  "tags": [],
1206
1189
  "text": ""
1207
1190
  },
1208
- "getter": false,
1209
- "setter": false,
1191
+ "attribute": "col-wrap",
1210
1192
  "reflect": false
1211
1193
  }
1212
1194
  };
@@ -3,6 +3,10 @@ export class TagOption {
3
3
  constructor() {
4
4
  this.selected = false;
5
5
  this.locked = false;
6
+ this.col1 = undefined;
7
+ this.col2 = undefined;
8
+ this.col3 = undefined;
9
+ this.col4 = undefined;
6
10
  }
7
11
  async emitSelectedEvent() {
8
12
  this.wmTagOptionSelected.emit();
@@ -24,7 +28,6 @@ export class TagOption {
24
28
  return {
25
29
  "selected": {
26
30
  "type": "boolean",
27
- "attribute": "selected",
28
31
  "mutable": true,
29
32
  "complexType": {
30
33
  "original": "boolean",
@@ -37,14 +40,12 @@ export class TagOption {
37
40
  "tags": [],
38
41
  "text": ""
39
42
  },
40
- "getter": false,
41
- "setter": false,
43
+ "attribute": "selected",
42
44
  "reflect": true,
43
45
  "defaultValue": "false"
44
46
  },
45
47
  "locked": {
46
48
  "type": "boolean",
47
- "attribute": "locked",
48
49
  "mutable": false,
49
50
  "complexType": {
50
51
  "original": "boolean",
@@ -57,14 +58,12 @@ export class TagOption {
57
58
  "tags": [],
58
59
  "text": ""
59
60
  },
60
- "getter": false,
61
- "setter": false,
61
+ "attribute": "locked",
62
62
  "reflect": false,
63
63
  "defaultValue": "false"
64
64
  },
65
65
  "col1": {
66
66
  "type": "string",
67
- "attribute": "col1",
68
67
  "mutable": false,
69
68
  "complexType": {
70
69
  "original": "string",
@@ -77,13 +76,11 @@ export class TagOption {
77
76
  "tags": [],
78
77
  "text": ""
79
78
  },
80
- "getter": false,
81
- "setter": false,
79
+ "attribute": "col1",
82
80
  "reflect": false
83
81
  },
84
82
  "col2": {
85
83
  "type": "string",
86
- "attribute": "col2",
87
84
  "mutable": false,
88
85
  "complexType": {
89
86
  "original": "string",
@@ -96,13 +93,11 @@ export class TagOption {
96
93
  "tags": [],
97
94
  "text": ""
98
95
  },
99
- "getter": false,
100
- "setter": false,
96
+ "attribute": "col2",
101
97
  "reflect": false
102
98
  },
103
99
  "col3": {
104
100
  "type": "string",
105
- "attribute": "col3",
106
101
  "mutable": false,
107
102
  "complexType": {
108
103
  "original": "string",
@@ -115,13 +110,11 @@ export class TagOption {
115
110
  "tags": [],
116
111
  "text": ""
117
112
  },
118
- "getter": false,
119
- "setter": false,
113
+ "attribute": "col3",
120
114
  "reflect": false
121
115
  },
122
116
  "col4": {
123
117
  "type": "string",
124
- "attribute": "col4",
125
118
  "mutable": false,
126
119
  "complexType": {
127
120
  "original": "string",
@@ -134,8 +127,7 @@ export class TagOption {
134
127
  "tags": [],
135
128
  "text": ""
136
129
  },
137
- "getter": false,
138
- "setter": false,
130
+ "attribute": "col4",
139
131
  "reflect": false
140
132
  }
141
133
  };
@@ -3,15 +3,19 @@ import { handleDisabledAttribute, toBool, showTooltip, hideTooltip } from "../..
3
3
  import { globalMessages } from "../../global/intl";
4
4
  export class Textarea {
5
5
  constructor() {
6
+ this.previousValue = "";
7
+ this.label = undefined;
6
8
  this.labelPosition = "top";
7
9
  this.value = "";
8
10
  this.disabled = false;
11
+ this.info = undefined;
9
12
  this.placeholder = "";
10
13
  this.requiredField = false;
14
+ this.errorMessage = undefined;
15
+ this.characterLimit = undefined;
11
16
  this.inputWidth = "";
12
17
  this.inputHeight = "";
13
18
  this.announcement = "";
14
- this.previousValue = "";
15
19
  }
16
20
  get charCount() {
17
21
  return this.value.length;
@@ -85,7 +89,6 @@ export class Textarea {
85
89
  return {
86
90
  "label": {
87
91
  "type": "string",
88
- "attribute": "label",
89
92
  "mutable": false,
90
93
  "complexType": {
91
94
  "original": "string",
@@ -98,13 +101,11 @@ export class Textarea {
98
101
  "tags": [],
99
102
  "text": ""
100
103
  },
101
- "getter": false,
102
- "setter": false,
104
+ "attribute": "label",
103
105
  "reflect": false
104
106
  },
105
107
  "labelPosition": {
106
108
  "type": "string",
107
- "attribute": "label-position",
108
109
  "mutable": false,
109
110
  "complexType": {
110
111
  "original": "\"top\" | \"left\" | \"none\"",
@@ -117,14 +118,12 @@ export class Textarea {
117
118
  "tags": [],
118
119
  "text": ""
119
120
  },
120
- "getter": false,
121
- "setter": false,
121
+ "attribute": "label-position",
122
122
  "reflect": false,
123
123
  "defaultValue": "\"top\""
124
124
  },
125
125
  "value": {
126
126
  "type": "string",
127
- "attribute": "value",
128
127
  "mutable": true,
129
128
  "complexType": {
130
129
  "original": "string",
@@ -137,14 +136,12 @@ export class Textarea {
137
136
  "tags": [],
138
137
  "text": ""
139
138
  },
140
- "getter": false,
141
- "setter": false,
139
+ "attribute": "value",
142
140
  "reflect": false,
143
141
  "defaultValue": "\"\""
144
142
  },
145
143
  "disabled": {
146
144
  "type": "boolean",
147
- "attribute": "disabled",
148
145
  "mutable": false,
149
146
  "complexType": {
150
147
  "original": "boolean",
@@ -157,14 +154,12 @@ export class Textarea {
157
154
  "tags": [],
158
155
  "text": ""
159
156
  },
160
- "getter": false,
161
- "setter": false,
157
+ "attribute": "disabled",
162
158
  "reflect": false,
163
159
  "defaultValue": "false"
164
160
  },
165
161
  "info": {
166
162
  "type": "string",
167
- "attribute": "info",
168
163
  "mutable": false,
169
164
  "complexType": {
170
165
  "original": "string",
@@ -177,13 +172,11 @@ export class Textarea {
177
172
  "tags": [],
178
173
  "text": ""
179
174
  },
180
- "getter": false,
181
- "setter": false,
175
+ "attribute": "info",
182
176
  "reflect": false
183
177
  },
184
178
  "placeholder": {
185
179
  "type": "string",
186
- "attribute": "placeholder",
187
180
  "mutable": false,
188
181
  "complexType": {
189
182
  "original": "string",
@@ -196,14 +189,12 @@ export class Textarea {
196
189
  "tags": [],
197
190
  "text": ""
198
191
  },
199
- "getter": false,
200
- "setter": false,
192
+ "attribute": "placeholder",
201
193
  "reflect": false,
202
194
  "defaultValue": "\"\""
203
195
  },
204
196
  "requiredField": {
205
197
  "type": "boolean",
206
- "attribute": "required-field",
207
198
  "mutable": false,
208
199
  "complexType": {
209
200
  "original": "boolean",
@@ -216,14 +207,12 @@ export class Textarea {
216
207
  "tags": [],
217
208
  "text": ""
218
209
  },
219
- "getter": false,
220
- "setter": false,
210
+ "attribute": "required-field",
221
211
  "reflect": false,
222
212
  "defaultValue": "false"
223
213
  },
224
214
  "errorMessage": {
225
215
  "type": "string",
226
- "attribute": "error-message",
227
216
  "mutable": false,
228
217
  "complexType": {
229
218
  "original": "string",
@@ -236,13 +225,11 @@ export class Textarea {
236
225
  "tags": [],
237
226
  "text": ""
238
227
  },
239
- "getter": false,
240
- "setter": false,
228
+ "attribute": "error-message",
241
229
  "reflect": false
242
230
  },
243
231
  "characterLimit": {
244
232
  "type": "number",
245
- "attribute": "character-limit",
246
233
  "mutable": false,
247
234
  "complexType": {
248
235
  "original": "number",
@@ -255,13 +242,11 @@ export class Textarea {
255
242
  "tags": [],
256
243
  "text": ""
257
244
  },
258
- "getter": false,
259
- "setter": false,
245
+ "attribute": "character-limit",
260
246
  "reflect": false
261
247
  },
262
248
  "inputWidth": {
263
249
  "type": "string",
264
- "attribute": "input-width",
265
250
  "mutable": false,
266
251
  "complexType": {
267
252
  "original": "string",
@@ -274,14 +259,12 @@ export class Textarea {
274
259
  "tags": [],
275
260
  "text": ""
276
261
  },
277
- "getter": false,
278
- "setter": false,
262
+ "attribute": "input-width",
279
263
  "reflect": false,
280
264
  "defaultValue": "\"\""
281
265
  },
282
266
  "inputHeight": {
283
267
  "type": "string",
284
- "attribute": "input-height",
285
268
  "mutable": false,
286
269
  "complexType": {
287
270
  "original": "string",
@@ -294,8 +277,7 @@ export class Textarea {
294
277
  "tags": [],
295
278
  "text": ""
296
279
  },
297
- "getter": false,
298
- "setter": false,
280
+ "attribute": "input-height",
299
281
  "reflect": false,
300
282
  "defaultValue": "\"\""
301
283
  }