@watermarkinsights/ripple 5.23.0-alpha.1 → 5.23.0-alpha.10

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 (285) hide show
  1. package/dist/cjs/{app-globals-d5560aa2.js → app-globals-04c40b05.js} +26 -17
  2. package/dist/cjs/{chartFunctions-97471b69.js → chartFunctions-8d17cbb8.js} +19 -1
  3. package/dist/cjs/{functions-71af585d.js → functions-156cc201.js} +2 -2
  4. package/dist/cjs/{interfaces-069f135e.js → interfaces-8419be91.js} +22 -21
  5. package/dist/cjs/{intl-169a8805.js → intl-789e4b6c.js} +1 -1
  6. package/dist/cjs/loader.cjs.js +2 -2
  7. package/dist/cjs/priv-calendar.cjs.entry.js +26 -13
  8. package/dist/cjs/priv-chart-popover-old.cjs.entry.js +2 -2
  9. package/dist/cjs/priv-chart-popover_2.cjs.entry.js +8 -8
  10. package/dist/cjs/priv-navigator-button.cjs.entry.js +1 -1
  11. package/dist/cjs/priv-navigator-item.cjs.entry.js +1 -1
  12. package/dist/cjs/priv-option-list.cjs.entry.js +3 -3
  13. package/dist/cjs/ripple.cjs.js +2 -2
  14. package/dist/cjs/wm-action-menu_2.cjs.entry.js +4 -4
  15. package/dist/cjs/wm-button.cjs.entry.js +4 -4
  16. package/dist/cjs/wm-chart-bar.cjs.entry.js +48 -29
  17. package/dist/cjs/wm-chart.cjs.entry.js +3 -3
  18. package/dist/cjs/wm-date-range.cjs.entry.js +1 -1
  19. package/dist/cjs/wm-datepicker.cjs.entry.js +1 -1
  20. package/dist/cjs/wm-file-list.cjs.entry.js +1 -1
  21. package/dist/cjs/wm-file.cjs.entry.js +2 -2
  22. package/dist/cjs/wm-flyout.cjs.entry.js +3 -3
  23. package/dist/cjs/wm-input.cjs.entry.js +3 -3
  24. package/dist/cjs/wm-line-chart.cjs.entry.js +3 -3
  25. package/dist/cjs/wm-modal-pss_3.cjs.entry.js +6 -6
  26. package/dist/cjs/wm-modal_3.cjs.entry.js +8 -10
  27. package/dist/cjs/wm-navigation_3.cjs.entry.js +6 -6
  28. package/dist/cjs/wm-navigator.cjs.entry.js +2 -2
  29. package/dist/cjs/wm-nested-select.cjs.entry.js +5 -5
  30. package/dist/cjs/wm-optgroup.cjs.entry.js +2 -2
  31. package/dist/cjs/wm-option_2.cjs.entry.js +49 -38
  32. package/dist/cjs/wm-pagination.cjs.entry.js +4 -4
  33. package/dist/cjs/wm-progress-indicator_3.cjs.entry.js +2 -2
  34. package/dist/cjs/wm-search.cjs.entry.js +5 -5
  35. package/dist/cjs/wm-snackbar.cjs.entry.js +5 -5
  36. package/dist/cjs/wm-tab-item_3.cjs.entry.js +8 -8
  37. package/dist/cjs/wm-tag-input.cjs.entry.js +4 -4
  38. package/dist/cjs/wm-tag-option.cjs.entry.js +1 -1
  39. package/dist/cjs/wm-textarea.cjs.entry.js +3 -3
  40. package/dist/cjs/wm-timepicker.cjs.entry.js +3 -3
  41. package/dist/cjs/wm-toggletip.cjs.entry.js +4 -4
  42. package/dist/cjs/wm-uploader.cjs.entry.js +5 -5
  43. package/dist/collection/components/charts/chartFunctions.js +17 -0
  44. package/dist/collection/components/charts/priv-chart-popover/priv-chart-popover.css +22 -22
  45. package/dist/collection/components/charts/priv-chart-popover/priv-chart-popover.js +5 -17
  46. package/dist/collection/components/charts/priv-chart-popover-old/priv-chart-popover-old.css +10 -8
  47. package/dist/collection/components/charts/wm-chart-bar/wm-chart-bar.css +2 -21
  48. package/dist/collection/components/charts/wm-chart-bar/wm-chart-bar.js +47 -40
  49. package/dist/collection/components/charts/wm-chart-legend/wm-chart-legend.js +2 -2
  50. package/dist/collection/components/datepickers/priv-calendar/priv-calendar.js +30 -12
  51. package/dist/collection/components/selects/priv-option-list/priv-option-list.js +1 -1
  52. package/dist/collection/components/selects/wm-nested-select/wm-nested-select.js +3 -3
  53. package/dist/collection/components/selects/wm-optgroup/wm-optgroup.js +1 -1
  54. package/dist/collection/components/selects/wm-option/wm-option.js +1 -1
  55. package/dist/collection/components/selects/wm-select/wm-select.js +46 -35
  56. package/dist/collection/components/wm-action-menu/wm-action-menu.js +1 -1
  57. package/dist/collection/components/wm-button/wm-button.css +14 -15
  58. package/dist/collection/components/wm-button/wm-button.js +1 -1
  59. package/dist/collection/components/wm-file/wm-file.js +1 -1
  60. package/dist/collection/components/wm-file-list/wm-file-list.js +1 -1
  61. package/dist/collection/components/wm-flyout/wm-flyout.js +1 -1
  62. package/dist/collection/components/wm-input/wm-input.js +1 -1
  63. package/dist/collection/components/wm-menuitem/wm-menuitem.js +1 -1
  64. package/dist/collection/components/wm-modal/wm-modal-footer.js +1 -1
  65. package/dist/collection/components/wm-modal/wm-modal-header.js +1 -1
  66. package/dist/collection/components/wm-modal/wm-modal.js +4 -6
  67. package/dist/collection/components/wm-modal-pss/wm-modal-pss-footer.js +1 -1
  68. package/dist/collection/components/wm-modal-pss/wm-modal-pss-header.js +1 -1
  69. package/dist/collection/components/wm-modal-pss/wm-modal-pss.js +2 -2
  70. package/dist/collection/components/wm-navigation/wm-navigation-hamburger.js +1 -1
  71. package/dist/collection/components/wm-navigation/wm-navigation-item.js +1 -1
  72. package/dist/collection/components/wm-navigation/wm-navigation.js +2 -2
  73. package/dist/collection/components/wm-navigator/priv-navigator-button/priv-navigator-button.js +1 -1
  74. package/dist/collection/components/wm-navigator/priv-navigator-item/priv-navigator-item.js +1 -1
  75. package/dist/collection/components/wm-pagination/wm-pagination.css +12 -17
  76. package/dist/collection/components/wm-pagination/wm-pagination.js +1 -1
  77. package/dist/collection/components/wm-search/wm-search.css +8 -8
  78. package/dist/collection/components/wm-search/wm-search.js +2 -2
  79. package/dist/collection/components/wm-snackbar/wm-snackbar.css +10 -13
  80. package/dist/collection/components/wm-snackbar/wm-snackbar.js +2 -2
  81. package/dist/collection/components/wm-tabs/wm-tab-item/wm-tab-item.css +3 -2
  82. package/dist/collection/components/wm-tabs/wm-tab-item/wm-tab-item.js +2 -2
  83. package/dist/collection/components/wm-tabs/wm-tab-list/wm-tab-list.js +3 -3
  84. package/dist/collection/components/wm-tabs/wm-tab-panel/wm-tab-panel.js +1 -1
  85. package/dist/collection/components/wm-tag-input/wm-tag-input.js +2 -2
  86. package/dist/collection/components/wm-textarea/wm-textarea.js +1 -1
  87. package/dist/collection/components/wm-timepicker/wm-timepicker.js +2 -2
  88. package/dist/collection/components/wm-toggletip/wm-toggletip.js +3 -3
  89. package/dist/collection/components/wm-uploader/wm-uploader.css +23 -16
  90. package/dist/collection/components/wm-uploader/wm-uploader.js +2 -2
  91. package/dist/collection/dev/chart-bar.js +77 -41
  92. package/dist/collection/global/functions.js +2 -2
  93. package/dist/collection/global/global.js +25 -16
  94. package/dist/collection/global/interfaces.js +21 -19
  95. package/dist/esm/{app-globals-2d0df1cb.js → app-globals-db909d00.js} +26 -17
  96. package/dist/esm/{chartFunctions-9c95674d.js → chartFunctions-93592f14.js} +19 -2
  97. package/dist/esm/{functions-2cfbd8c7.js → functions-c1d5f184.js} +2 -2
  98. package/dist/esm/{interfaces-30d10bc0.js → interfaces-7e50d034.js} +22 -20
  99. package/dist/esm/{intl-23d21b06.js → intl-8c69d10b.js} +1 -1
  100. package/dist/esm/loader.js +2 -2
  101. package/dist/esm/priv-calendar.entry.js +26 -13
  102. package/dist/esm/priv-chart-popover-old.entry.js +2 -2
  103. package/dist/esm/priv-chart-popover_2.entry.js +8 -8
  104. package/dist/esm/priv-navigator-button.entry.js +1 -1
  105. package/dist/esm/priv-navigator-item.entry.js +1 -1
  106. package/dist/esm/priv-option-list.entry.js +3 -3
  107. package/dist/esm/ripple.js +2 -2
  108. package/dist/esm/wm-action-menu_2.entry.js +4 -4
  109. package/dist/esm/wm-button.entry.js +4 -4
  110. package/dist/esm/wm-chart-bar.entry.js +48 -29
  111. package/dist/esm/wm-chart.entry.js +3 -3
  112. package/dist/esm/wm-date-range.entry.js +1 -1
  113. package/dist/esm/wm-datepicker.entry.js +1 -1
  114. package/dist/esm/wm-file-list.entry.js +1 -1
  115. package/dist/esm/wm-file.entry.js +2 -2
  116. package/dist/esm/wm-flyout.entry.js +3 -3
  117. package/dist/esm/wm-input.entry.js +3 -3
  118. package/dist/esm/wm-line-chart.entry.js +3 -3
  119. package/dist/esm/wm-modal-pss_3.entry.js +6 -6
  120. package/dist/esm/wm-modal_3.entry.js +8 -10
  121. package/dist/esm/wm-navigation_3.entry.js +6 -6
  122. package/dist/esm/wm-navigator.entry.js +2 -2
  123. package/dist/esm/wm-nested-select.entry.js +5 -5
  124. package/dist/esm/wm-optgroup.entry.js +2 -2
  125. package/dist/esm/wm-option_2.entry.js +49 -38
  126. package/dist/esm/wm-pagination.entry.js +4 -4
  127. package/dist/esm/wm-progress-indicator_3.entry.js +2 -2
  128. package/dist/esm/wm-search.entry.js +5 -5
  129. package/dist/esm/wm-snackbar.entry.js +5 -5
  130. package/dist/esm/wm-tab-item_3.entry.js +8 -8
  131. package/dist/esm/wm-tag-input.entry.js +4 -4
  132. package/dist/esm/wm-tag-option.entry.js +1 -1
  133. package/dist/esm/wm-textarea.entry.js +3 -3
  134. package/dist/esm/wm-timepicker.entry.js +3 -3
  135. package/dist/esm/wm-toggletip.entry.js +4 -4
  136. package/dist/esm/wm-uploader.entry.js +5 -5
  137. package/dist/esm-es5/app-globals-db909d00.js +1 -0
  138. package/dist/esm-es5/{chartFunctions-9c95674d.js → chartFunctions-93592f14.js} +1 -1
  139. package/dist/esm-es5/{functions-2cfbd8c7.js → functions-c1d5f184.js} +1 -1
  140. package/dist/esm-es5/interfaces-7e50d034.js +1 -0
  141. package/dist/esm-es5/{intl-23d21b06.js → intl-8c69d10b.js} +1 -1
  142. package/dist/esm-es5/loader.js +1 -1
  143. package/dist/esm-es5/priv-calendar.entry.js +1 -1
  144. package/dist/esm-es5/priv-chart-popover-old.entry.js +1 -1
  145. package/dist/esm-es5/priv-chart-popover_2.entry.js +1 -1
  146. package/dist/esm-es5/priv-navigator-button.entry.js +1 -1
  147. package/dist/esm-es5/priv-navigator-item.entry.js +1 -1
  148. package/dist/esm-es5/priv-option-list.entry.js +1 -1
  149. package/dist/esm-es5/ripple.js +1 -1
  150. package/dist/esm-es5/wm-action-menu_2.entry.js +1 -1
  151. package/dist/esm-es5/wm-button.entry.js +1 -1
  152. package/dist/esm-es5/wm-chart-bar.entry.js +1 -1
  153. package/dist/esm-es5/wm-chart.entry.js +1 -1
  154. package/dist/esm-es5/wm-date-range.entry.js +1 -1
  155. package/dist/esm-es5/wm-datepicker.entry.js +1 -1
  156. package/dist/esm-es5/wm-file-list.entry.js +1 -1
  157. package/dist/esm-es5/wm-file.entry.js +1 -1
  158. package/dist/esm-es5/wm-flyout.entry.js +1 -1
  159. package/dist/esm-es5/wm-input.entry.js +1 -1
  160. package/dist/esm-es5/wm-line-chart.entry.js +1 -1
  161. package/dist/esm-es5/wm-modal-pss_3.entry.js +1 -1
  162. package/dist/esm-es5/wm-modal_3.entry.js +1 -1
  163. package/dist/esm-es5/wm-navigation_3.entry.js +1 -1
  164. package/dist/esm-es5/wm-navigator.entry.js +1 -1
  165. package/dist/esm-es5/wm-nested-select.entry.js +1 -1
  166. package/dist/esm-es5/wm-optgroup.entry.js +1 -1
  167. package/dist/esm-es5/wm-option_2.entry.js +1 -1
  168. package/dist/esm-es5/wm-pagination.entry.js +1 -1
  169. package/dist/esm-es5/wm-progress-indicator_3.entry.js +1 -1
  170. package/dist/esm-es5/wm-search.entry.js +1 -1
  171. package/dist/esm-es5/wm-snackbar.entry.js +1 -1
  172. package/dist/esm-es5/wm-tab-item_3.entry.js +1 -1
  173. package/dist/esm-es5/wm-tag-input.entry.js +1 -1
  174. package/dist/esm-es5/wm-tag-option.entry.js +1 -1
  175. package/dist/esm-es5/wm-textarea.entry.js +1 -1
  176. package/dist/esm-es5/wm-timepicker.entry.js +1 -1
  177. package/dist/esm-es5/wm-toggletip.entry.js +1 -1
  178. package/dist/esm-es5/wm-uploader.entry.js +1 -1
  179. package/dist/ripple/{p-5f50c561.system.entry.js → p-0356e736.system.entry.js} +1 -1
  180. package/dist/ripple/{p-0abc1b51.system.entry.js → p-086da1c5.system.entry.js} +1 -1
  181. package/dist/ripple/{p-b939d3cb.system.entry.js → p-0886099f.system.entry.js} +1 -1
  182. package/dist/ripple/{p-5cbbaf69.system.entry.js → p-08ba2a77.system.entry.js} +1 -1
  183. package/dist/ripple/{p-d49676b7.system.entry.js → p-0e418fe4.system.entry.js} +1 -1
  184. package/dist/ripple/{p-15ab0cf9.system.entry.js → p-0efafbd8.system.entry.js} +1 -1
  185. package/dist/ripple/{p-909f8797.entry.js → p-1641d37f.entry.js} +1 -1
  186. package/dist/ripple/p-179c505c.entry.js +1 -0
  187. package/dist/ripple/{p-9dc0fcd6.system.entry.js → p-17f3fa47.system.entry.js} +1 -1
  188. package/dist/ripple/{p-0ef91339.entry.js → p-23f08f5a.entry.js} +1 -1
  189. package/dist/ripple/{p-b3092643.entry.js → p-24598e3e.entry.js} +1 -1
  190. package/dist/ripple/{p-8c20ccd2.entry.js → p-24ce5997.entry.js} +1 -1
  191. package/dist/ripple/{p-b089276a.entry.js → p-25043b32.entry.js} +1 -1
  192. package/dist/ripple/{p-10f93b97.system.entry.js → p-262d5bd5.system.entry.js} +1 -1
  193. package/dist/ripple/{p-8888e7f0.system.entry.js → p-275386c1.system.entry.js} +1 -1
  194. package/dist/ripple/{p-60aa6bec.system.entry.js → p-2d042b40.system.entry.js} +1 -1
  195. package/dist/ripple/{p-1802aedc.system.entry.js → p-2d5bd606.system.entry.js} +1 -1
  196. package/dist/ripple/{p-79ec0bb2.entry.js → p-3410da36.entry.js} +1 -1
  197. package/dist/ripple/p-3436e819.entry.js +1 -0
  198. package/dist/ripple/{p-6d375c14.system.entry.js → p-35dfeacb.system.entry.js} +1 -1
  199. package/dist/ripple/{p-cf845266.entry.js → p-367df770.entry.js} +1 -1
  200. package/dist/ripple/{p-ad8132aa.entry.js → p-3b2e7166.entry.js} +1 -1
  201. package/dist/ripple/{p-d522499c.entry.js → p-3de0e2b0.entry.js} +1 -1
  202. package/dist/ripple/{p-575f24e8.system.entry.js → p-46c77ecb.system.entry.js} +1 -1
  203. package/dist/ripple/{p-3e10eb3d.entry.js → p-48950aef.entry.js} +1 -1
  204. package/dist/ripple/{p-8d858325.system.entry.js → p-4934d53f.system.entry.js} +1 -1
  205. package/dist/ripple/{p-d6ca433c.entry.js → p-49b75a61.entry.js} +1 -1
  206. package/dist/ripple/{p-62cdc8c6.system.entry.js → p-4a138695.system.entry.js} +1 -1
  207. package/dist/ripple/{p-78edd963.entry.js → p-4b813987.entry.js} +1 -1
  208. package/dist/ripple/{p-1124978e.system.entry.js → p-55cdf672.system.entry.js} +1 -1
  209. package/dist/ripple/p-625d4010.entry.js +1 -0
  210. package/dist/ripple/{p-377cf709.entry.js → p-6434eacf.entry.js} +1 -1
  211. package/dist/ripple/{p-9246f0dc.js → p-6a2fb1a1.js} +1 -1
  212. package/dist/ripple/{p-79b3dfc8.entry.js → p-724fbe77.entry.js} +1 -1
  213. package/dist/ripple/{p-0b2a0825.system.entry.js → p-74b5624a.system.entry.js} +1 -1
  214. package/dist/ripple/p-75816848.system.js +1 -0
  215. package/dist/ripple/{p-bc271e17.system.entry.js → p-7c103a48.system.entry.js} +1 -1
  216. package/dist/ripple/{p-35ef7bba.entry.js → p-7f4a409e.entry.js} +1 -1
  217. package/dist/ripple/{p-bc052b23.entry.js → p-86f5e918.entry.js} +1 -1
  218. package/dist/ripple/p-8a4d79dc.system.entry.js +1 -0
  219. package/dist/ripple/p-8ac14bb1.system.js +1 -0
  220. package/dist/ripple/{p-f6d60ed8.system.entry.js → p-90f0283c.system.entry.js} +1 -1
  221. package/dist/ripple/{p-01e8cea6.entry.js → p-94842057.entry.js} +1 -1
  222. package/dist/ripple/{p-78524594.entry.js → p-986d1792.entry.js} +1 -1
  223. package/dist/ripple/p-9a0ec366.js +1 -0
  224. package/dist/ripple/{p-966f2c9e.entry.js → p-9bcdb6ae.entry.js} +1 -1
  225. package/dist/ripple/{p-b313c3d3.system.entry.js → p-a289d92b.system.entry.js} +1 -1
  226. package/dist/ripple/{p-c8c8e85f.system.js → p-a402c6bb.system.js} +1 -1
  227. package/dist/ripple/{p-21114d99.entry.js → p-aecb621d.entry.js} +1 -1
  228. package/dist/ripple/{p-34574dc8.system.entry.js → p-af9e6028.system.entry.js} +1 -1
  229. package/dist/ripple/p-b1afda53.entry.js +1 -0
  230. package/dist/ripple/p-b37fbb7e.entry.js +1 -0
  231. package/dist/ripple/{p-d62f5fd3.entry.js → p-b589b0da.entry.js} +1 -1
  232. package/dist/ripple/{p-576f4d06.system.entry.js → p-bfe3c687.system.entry.js} +1 -1
  233. package/dist/ripple/{p-2e71fe42.entry.js → p-c04fad73.entry.js} +1 -1
  234. package/dist/ripple/{p-f2a1f116.entry.js → p-c3ba7789.entry.js} +1 -1
  235. package/dist/ripple/{p-26d92a96.system.entry.js → p-c5030fa3.system.entry.js} +1 -1
  236. package/dist/ripple/{p-cab65a05.system.entry.js → p-c97b06b5.system.entry.js} +1 -1
  237. package/dist/ripple/{p-d13b78fd.system.entry.js → p-cd5aa832.system.entry.js} +1 -1
  238. package/dist/ripple/p-cda66d45.js +1 -0
  239. package/dist/ripple/p-ce4150f6.system.js +1 -0
  240. package/dist/ripple/{p-a0c4a12e.entry.js → p-d002e65f.entry.js} +1 -1
  241. package/dist/ripple/{p-fda4032a.system.entry.js → p-d4051c50.system.entry.js} +1 -1
  242. package/dist/ripple/{p-6394d25d.entry.js → p-d9d16c9d.entry.js} +1 -1
  243. package/dist/ripple/p-da3ae566.system.js +1 -0
  244. package/dist/ripple/{p-bf83369d.system.entry.js → p-da88bdfa.system.entry.js} +1 -1
  245. package/dist/ripple/{p-0ad87064.system.entry.js → p-defdef0c.system.entry.js} +1 -1
  246. package/dist/ripple/{p-21480984.entry.js → p-e70f1e74.entry.js} +1 -1
  247. package/dist/ripple/p-eee663f4.system.entry.js +1 -0
  248. package/dist/ripple/{p-325393da.js → p-f031ced7.js} +1 -1
  249. package/dist/ripple/{p-685863a1.system.entry.js → p-f2b09954.system.entry.js} +1 -1
  250. package/dist/ripple/{p-c8d6b61a.system.js → p-f503991a.system.js} +1 -1
  251. package/dist/ripple/{p-7e0efb95.entry.js → p-f6844f41.entry.js} +1 -1
  252. package/dist/ripple/{p-2f925b25.system.entry.js → p-f7742db8.system.entry.js} +1 -1
  253. package/dist/ripple/{p-32f95573.system.entry.js → p-f91c86d2.system.entry.js} +1 -1
  254. package/dist/ripple/{p-51cd1c0f.entry.js → p-fc67950d.entry.js} +1 -1
  255. package/dist/ripple/{p-d4877cbc.system.entry.js → p-fce3ce5c.system.entry.js} +1 -1
  256. package/dist/ripple/{p-1c9c0cf2.system.entry.js → p-fe49bfb7.system.entry.js} +1 -1
  257. package/dist/ripple/{p-56d17ec6.js → p-fe625125.js} +1 -1
  258. package/dist/ripple/{p-84d88288.entry.js → p-ff25bdd6.entry.js} +1 -1
  259. package/dist/ripple/p-ffa6f621.entry.js +1 -0
  260. package/dist/ripple/ripple.esm.js +1 -1
  261. package/dist/ripple/ripple.js +1 -1
  262. package/dist/types/components/charts/chartFunctions.d.ts +1 -0
  263. package/dist/types/components/charts/priv-chart-popover/priv-chart-popover.d.ts +1 -1
  264. package/dist/types/components/charts/wm-chart-bar/wm-chart-bar.d.ts +8 -16
  265. package/dist/types/components/datepickers/priv-calendar/priv-calendar.d.ts +5 -1
  266. package/dist/types/components/selects/wm-select/wm-select.d.ts +3 -2
  267. package/dist/types/components.d.ts +2 -2
  268. package/dist/types/global/interfaces.d.ts +13 -5
  269. package/package.json +3 -3
  270. package/dist/esm-es5/app-globals-2d0df1cb.js +0 -1
  271. package/dist/esm-es5/interfaces-30d10bc0.js +0 -1
  272. package/dist/ripple/p-0d03f838.js +0 -1
  273. package/dist/ripple/p-1430f504.entry.js +0 -1
  274. package/dist/ripple/p-157468c5.entry.js +0 -1
  275. package/dist/ripple/p-1eae5841.entry.js +0 -1
  276. package/dist/ripple/p-30a65553.system.js +0 -1
  277. package/dist/ripple/p-3989274d.system.entry.js +0 -1
  278. package/dist/ripple/p-6646191c.entry.js +0 -1
  279. package/dist/ripple/p-7ee3f5ab.system.entry.js +0 -1
  280. package/dist/ripple/p-874cc540.system.js +0 -1
  281. package/dist/ripple/p-8aee3856.system.js +0 -1
  282. package/dist/ripple/p-b4ce79cd.entry.js +0 -1
  283. package/dist/ripple/p-c4e4a44c.entry.js +0 -1
  284. package/dist/ripple/p-d6effc35.system.js +0 -1
  285. package/dist/ripple/p-f210f4ff.js +0 -1
@@ -1 +0,0 @@
1
- var __awaiter=this&&this.__awaiter||function(t,r,e,n){function i(t){return t instanceof e?t:new e((function(r){r(t)}))}return new(e||(e=Promise))((function(e,a){function s(t){try{o(n.next(t))}catch(t){a(t)}}function u(t){try{o(n["throw"](t))}catch(t){a(t)}}function o(t){t.done?e(t.value):i(t.value).then(s,u)}o((n=n.apply(t,r||[])).next())}))};var __generator=this&&this.__generator||function(t,r){var e={label:0,sent:function(){if(a[0]&1)throw a[1];return a[1]},trys:[],ops:[]},n,i,a,s;return s={next:u(0),throw:u(1),return:u(2)},typeof Symbol==="function"&&(s[Symbol.iterator]=function(){return this}),s;function u(t){return function(r){return o([t,r])}}function o(u){if(n)throw new TypeError("Generator is already executing.");while(s&&(s=0,u[0]&&(e=0)),e)try{if(n=1,i&&(a=u[0]&2?i["return"]:u[0]?i["throw"]||((a=i["return"])&&a.call(i),0):i.next)&&!(a=a.call(i,u[1])).done)return a;if(i=0,a)u=[u[0]&2,a.value];switch(u[0]){case 0:case 1:a=u;break;case 4:e.label++;return{value:u[1],done:false};case 5:e.label++;i=u[1];u=[0];continue;case 7:u=e.ops.pop();e.trys.pop();continue;default:if(!(a=e.trys,a=a.length>0&&a[a.length-1])&&(u[0]===6||u[0]===2)){e=0;continue}if(u[0]===3&&(!a||u[1]>a[0]&&u[1]<a[3])){e.label=u[1];break}if(u[0]===6&&e.label<a[1]){e.label=a[1];a=u;break}if(a&&e.label<a[2]){e.label=a[2];e.ops.push(u);break}if(a[2])e.ops.pop();e.trys.pop();continue}u=r.call(t,e)}catch(t){u=[6,t];i=0}finally{n=a=0}if(u[0]&5)throw u[1];return{value:u[0]?u[1]:void 0,done:true}}};var __spreadArray=this&&this.__spreadArray||function(t,r,e){if(e||arguments.length===2)for(var n=0,i=r.length,a;n<i;n++){if(a||!(n in r)){if(!a)a=Array.prototype.slice.call(r,0,n);a[n]=r[n]}}return t.concat(a||Array.prototype.slice.call(r))};System.register(["./p-cef8a45b.system.js","./p-c8d6b61a.system.js"],(function(t){"use strict";var r,e,n,i,a;return{setters:[function(t){r=t.h},function(t){e=t.i;n=t.c;i=t.e;a=t.f}],execute:function(){t({b:R,c:q,d:H,e:T,f:P,g:I,h:A,i:X,j:B,k:d,l:Q,m:J,n:Y,o:tt,p:y,q:h,r:O,s:$,t:w});var s={salmon:"#ff5f4e",cyan:"#19a1a9",forest:"#088000",sleet:"#7f97ad",midnight:"#2e1b46",lavender:"#8b86ca",periwinkle:"#575195",gray:"#6b6b6b"};var u=t("a",{doughnut:{size:155,colors:[s.forest,s.gray],thickness:.73,padding:25,category:"doughnut"},doughnut1:{size:130,colors:[s.lavender,s.midnight,s.gray],thickness:.5,padding:90,category:"doughnut"},doughnut2:{size:130,colors:[s.periwinkle,s.cyan,s.midnight,s.salmon,s.gray],thickness:.5,padding:90,category:"doughnut"},doughnut3:{size:130,colors:[s.lavender,s.midnight,"#0089e4",s.forest,"#ea8500","#d54f41","#146ca9"],thickness:.5,padding:90,category:"doughnut"},bar:{size:350,colors:[s.forest,s.gray],padding:0,category:"stackedBar"},bar2:{size:400,colors:[s.gray,s.lavender,s.periwinkle,s.midnight,s.cyan,s.salmon],padding:0,category:"stackedBar"},bar3:{size:300,colors:["#0d696e",s.cyan,"#8e4129",s.salmon],padding:0,category:"stackedBar"},bar4:{size:400,colors:[s.salmon,s.cyan,s.periwinkle],padding:0,category:"stackedBar"},bar5:{size:400,colors:[s.gray,s.lavender,s.midnight,"#0089e4",s.forest,"#ea8500","#d54f41","#146ca9"],padding:0,category:"stackedBar"},bar6:{size:400,colors:[s.lavender],padding:0,category:"simpleBar"},bar7:{size:400,colors:[s.periwinkle,s.cyan,s.salmon,s.gray],padding:0,category:"simpleBar"}});function o(t){return t==="percentage"||t==="amount"?"show-values":""}var c=e.formatMessage({id:"chart.hiddenValues",defaultMessage:"Values are hidden when too close together.",description:"Text displayed when a chart has some values hidden"});var f=e.formatMessage({id:"chart.clickToSeeDetails",defaultMessage:"Click or use arrow keys to see details.",description:"Text displayed, guiding user to interact to see more details."});function h(t){return t>999||t<-999?Math.round(t/100)/10+"K":t}function d(t,r,e){return e?Math.round(t*100/r):Math.round(t*1e4/r)/100}function l(t,r){return t*360/r}function v(t){return parseFloat((Math.floor(t*100)/100).toFixed(2))}function g(t,r,e,n){var i=v(t+t*r*Math.cos(Math.PI*e/180));var a=v(t+t*r*Math.sin(Math.PI*e/180));if(n!==undefined){var s=v(t+t*r*Math.cos(Math.PI*n/180));var u=v(t+t*r*Math.sin(Math.PI*n/180));return{x1:i,y1:a,x2:s,y2:u}}return{x:i,y:a}}function p(t,r,e,n,i){var a=v(i/2*t);return"A ".concat(a,", ").concat(a," 0 ").concat(r," ").concat(v(e),", ").concat(v(n))}function b(t,r,e,n,i){var a=(t-r)*(i-n)/(e-r)+n;return a<n?n:a>i?i:a}function m(t){return b(t,300,900,70,150)}function y(t){return Math.round(t/m(t))}function w(t,r){var e=t/r;var n=Math.pow(10,Math.floor(Math.log10(e)));var i=e/n;var a;if(i>5){a=10*n}else if(i>3){a=5*n}else if(i>2){a=3*n}else if(i>1.5){a=2*n}else if(i>1){a=1.5*n}else{a=n}return a}function x(t){if(this.popoverEl&&this.popoverEl.open&&t.key==="Enter"){var r=this.popoverEl.querySelector("button");r&&r.click()}}function k(t,r){if(this.popoverEl&&!this.isTabbing){r.coords={x:t.clientX,y:t.clientY};z(this.popoverEl,r);N(Array.from(this.el.shadowRoot.querySelectorAll("[data-segmentindex")),r)}}function M(t,r){if(this.popoverEl&&this.isTabbing){this.focusedSliceId=r.id;r.coords=a(t.target);r.coords.x=r.coords.x+30;r.coords.y=r.coords.y+30;z(this.popoverEl,r);N(Array.from(this.el.shadowRoot.querySelectorAll("[data-segmentindex")),r)}}function A(t){switch(t.key){case"ArrowUp":case"ArrowLeft":t.preventDefault();this.isTabbing=true;C.call(this);break;case"ArrowRight":case"ArrowDown":t.preventDefault();this.isTabbing=true;_.call(this);break;case"Tab":B.call(this);break;case"Escape":this.popoverEl.open=false;this.userIsNavigating=false;break}}function z(t,r){t.open=false;if(r.title&&r.text){t.sliceDetails=Object.assign({},r);window.setTimeout((function(){return t.open=true}),30)}}function _(){var t=n(document.activeElement);var r=(this.sliceEls.indexOf(t)+1)%this.sliceEls.length;S.call(this,r)}function C(){if(this.sliceEls){var t=n(document.activeElement);var r=this.sliceEls.indexOf(t);if(r===-1){r=0}else if(r===0){r=this.sliceEls.length-1}else{r-=1}S.call(this,r)}}function S(t){var r=this;if(this.sliceEls&&this.el){this.userIsNavigating=true;this.componentWrapperEl.tabIndex=-1;this.el.focusable=false;this.sliceEls.map((function(t){t.tabIndex=-1;t.focusable=false}));this.sliceEls[t].tabIndex=0;this.sliceEls[t].focusable=true;this.sliceEls[t].focus();this.focusedSliceId=this.sliceEls[t].id;window.setTimeout((function(){if(r.popoverEl){r.popoverEl.open=true}}),10)}}function B(){var t=this;this.focusedSliceId=undefined;this.sliceEls&&this.sliceEls.map((function(t){t.tabIndex=-1;t.focusable=false}));this.userIsNavigating=false;window.setTimeout((function(){t.componentWrapperEl.tabIndex=0;t.el.focusable=true;if(t.popoverEl){t.popoverEl.open=false}}),100)}function I(t){return __awaiter(this,void 0,void 0,(function(){var r,e,n,i;var a=this;return __generator(this,(function(o){this.slicesDetails=[];r=0;e=Array.from(this.el.children);this.total=e.reduce((function(t,r){var e=parseInt(r.getAttribute("amount")||"0");return t+e}),0);n=__spreadArray([],u[t].colors,true);if(this.chartType==="bar2"){if(e.length<=5){n.splice(1,1)}if(e.length<=4){n.splice(2,1)}}if(t==="bar3"&&e.length===2){n=[n[1],n[3]]}if(t==="doughnut2"&&e.length<5){n.splice(2,1);if(e.length<4){n.shift()}}if(t==="bar5"&&!this.notStartedColor){n.shift()}i=0;e.forEach((function(e,u){var o=e.getAttribute("amount");if(o==null)return;var c=parseInt(o||"0");var f=d(c,a.total,true);var h=u;if(t==="bar6"){h=0}var l={amount:c,visualAmount:c,perc:f,legend:e.getAttribute("legend"),color:n[h]||s.gray,offset:r,id:"".concat(a.uid,"-").concat(i+1),title:e.getAttribute("popover-title"),text:e.getAttribute("popover-text"),buttonText:e.getAttribute("popover-button-text"),sliceRef:e,inSmallCluster:false,index:i};r+=c;a.slicesDetails.push(l);i++}));return[2]}))}))}function D(t,r){var e=__spreadArray([],t,true).sort((function(t,r){return t.amount===r.amount?0:t.amount>r.amount?-1:1}));var n=0;e.filter((function(t){return t.amount>0})).forEach((function(t,i){var a=e[i===0?e.length-1:i-1];var s=e[i===e.length-1?0:i+1];var u=d(a.amount,r,true);var o=d(s.amount,r,true);var c=t.perc===0?8:5;var f=t.perc<4;var h=u<c;var l=o<c;var v=f&&(h||l);t.inSmallCluster=v;t.offset=n;n+=t.amount}));return e}function F(t,r,e){var n=l(r,this.total)-90;var i=t/this.total*360;var a=n+i;var s=i>180?"1 1":"0 1";var u=i>180?"1 0":"0 0";var o=this.chartDetails.size/2;var c=this.chartDetails.thickness;var f=1;var h=e==="doughnut";var d=1.5;var v=h?2.25:3;if(i===360){a-=.01}var b=g(o,f,n+d,a);var m=g(o,c,n+v,a);var y="M ".concat(b.x1,", ").concat(b.y1," ");var w=p(f,s,b.x2,b.y2,this.chartDetails.size);var x=" L ".concat(m.x2,", ").concat(m.y2," ");var k=p(c,u,m.x1,m.y1,this.chartDetails.size);return y+w+x+k+" z"}function T(){var t=e.formatMessage({id:"chart.instructions",defaultMessage:"Use arrow keys to browse elements, press Tab to exit.",description:"For screen readers only, instructions on how to interact with the chart component"});return r("div",{id:"chart-instructions"},t)}function j(){return r("defs",null,r("filter",{id:"wmHoverDropShadow"},r("feGaussianBlur",{stdDeviation:"3"}),r("feOffset",{result:"offsetblur"}),r("feFlood",{"flood-color":"#333"}),r("feComposite",{operator:"in",in2:"offsetblur"}),r("feMerge",null,r("feMergeNode",null),r("feMergeNode",{in:"SourceGraphic"}))))}function K(t,r,e){var n=r.map((function(t){return l(t.amount,e)}));var i=n.some((function(r){return r!==0&&r<t}));if(i){var a=n.map((function(r){return r==0?r:Math.max(r,t)}));var s=a.reduce((function(r,e){return r+(e>t&&e!==0?e:0)}),0);var u=a.reduce((function(r,e){return r+(e>t&&e!==0?0:e)}),0);var o=360-u;var c=s-o;var f=c/o;var h=a.map((function(r){return r>t?r-f*r:r==0?0:t}));var d=0;r=r.map((function(t,r){var n=h[r]/360*e;var i=d;d+=n;return Object.assign(Object.assign({},t),{visualAmount:n,offset:i})}))}return r}function H(t){var e=this;var n=this.chartDetails.size+this.chartDetails.padding;var i=t==="doughnut";var a=i?this.slicesDetails:D(this.slicesDetails,this.total);a=K(7,a,this.total);var s=a[0].amount;var u=d(s,this.total,true);if(u===0&&s>0){u="<1%"}else if(u===100&&s<this.total){u=">99%"}else{u=u+"%"}return r("div",{class:"chart-wrapper doughnut-wrapper"},r("svg",{width:n+"px",height:n+"px",id:"graphic-".concat(this.uid),class:"doughnut-svg"},j(),a.map((function(r){return E.call(e,r,t)})),G.call(this),i?r("text",{class:"value",x:"50%",y:"50%","font-size":"1.5rem","font-weight":"500","text-anchor":"middle","dominant-baseline":"middle"},u):r("g",{transform:"translate(".concat(this.chartDetails.padding/2,", ").concat(this.chartDetails.padding/2,")"),"text-anchor":"middle","dominant-baseline":"middle"},a.map((function(t){return t.amount>0&&!t.inSmallCluster?W.call(e,t):""})))))}function N(t,r){t.forEach((function(t){if(t.dataset.segmentindex&&parseInt(t.dataset.segmentindex)!==r.index){t.classList.add("faded")}else{t.classList.remove("faded")}}))}function O(t){t.forEach((function(t){t.classList.remove("faded")}))}function E(t,e){var n=this;var i=d(t.amount,this.total,true)+"%";return!isNaN(t.amount)&&r("g",{transform:"translate(".concat(this.chartDetails.padding/2,", ").concat(this.chartDetails.padding/2,")")},r("path",{id:t.id,class:"segment doughnut-segment",fill:t.visualAmount?t.color:"transparent",d:F.call(this,t.visualAmount,t.offset,e),onClick:function(r){return k.call(n,r,t)},onFocus:function(r){return M.call(n,r,t)},onKeyDown:function(t){return x.call(n,t)},role:"img","aria-label":"".concat(t.legend,", ").concat(i),"data-segmentindex":t.index}))}function G(){return this.isTabbing?r("g",{transform:"translate(".concat(this.chartDetails.padding/2,", ").concat(this.chartDetails.padding/2,")")},r("use",{tabindex:-1,id:"kfbg1",xlinkHref:"#".concat(this.focusedSliceId)}),r("use",{tabindex:-1,id:"kfstroke",xlinkHref:"#".concat(this.focusedSliceId)}),r("use",{tabindex:-1,id:"kfbg2",xlinkHref:"#".concat(this.focusedSliceId)})):""}function W(t){var e=l(t.offset+t.visualAmount/2,this.total);var n=g(this.chartDetails.size/2,1.4,e-90),i=n.x,a=n.y;var s;if(t.perc===0&&t.amount>0){s="<1%"}else if(t.perc===100&&t.amount<this.total){s=">99%"}else{s=t.perc+"%"}return r("text",{class:"value",x:i+"px",y:a+"px","data-segmentindex":t.index},s)}function q(t){var e=this;var n=t==="bar";var i=this.el.shadowRoot.querySelectorAll(".value");if(i.length>0){requestAnimationFrame((function(){var t=[];var r=4;var n=false;i.forEach((function(e){e.classList.remove("hidden");var i=parseInt(e.dataset.value);if(t.length>0&&i!=0){var a=e.getBoundingClientRect().left-r;t.forEach((function(t){var r=parseInt(t.dataset.value);var s=t.getBoundingClientRect().right>a;if(s){var u=i<r?e:t;u.classList.add("hidden");n=true}}))}if(!e.classList.contains("hidden")&&i>0){t.push(e)}}));(e.isBar||e.isDoughnut)&&e.showHiddenValuesMessage(n)}))}return r("div",{class:"chart-wrapper bar-wrapper"},n?r("div",{class:"single-perc"},d(this.slicesDetails[0].amount,this.total,true)+"%"):"",this.chartType==="bar3"&&this.drawAxis(),r("div",{class:"inner-stacked-bar-wrapper ".concat(o(this.valueFormat))},!n?r("div",{class:"values ".concat(this.valueFormat)},this.slicesDetails.map((function(t){return e.renderBarText(t,5)}))):"",r("div",{class:"stacked-bar-segments-wrapper"},this.slicesDetails.map((function(t){return L.call(e,t,5)}))),n?Q.call(this):""),this.chartType==="bar3"?r("div",{class:"bar3-axis-label","aria-hidden":"true"},r("span",null,"0%"),r("span",null,"100%")):"")}function L(t,e){var n=this;var i=d(t.amount,this.total,false);var a=this.el.shadowRoot.querySelector(".stacked-bar-segments-wrapper");var s=a?a.offsetWidth:this.el.offsetWidth;var u=i/100*s>=e;var o=u||t.amount==0?"".concat(i,"%"):"".concat(e,"px");var c="";if(this.valueFormat=="percentage"){c="".concat(d(t.amount,this.total,true)," %")}else if(this.valueFormat=="amount"){c=t.amount.toString()}return r("div",{class:"segment stacked-bar-segment ".concat(d(t.amount,this.total,false)===0?"zero":""," ").concat(u?"":"fixed-width"),style:{backgroundColor:t.color,width:o},onClick:function(r){return k.call(n,r,t)},onFocus:function(r){return M.call(n,r,t)},onKeyDown:function(t){return x.call(n,t)},"data-segmentindex":t.index},r("span",{class:"sr-only"},"".concat(t.legend," ").concat(c)))}function R(t){var e=this;var n=this.slicesDetails.map((function(t){return t.amount})).reduce((function(t,r){return t>r?t:r}));var a=parseInt(getComputedStyle(this.el).getPropertyValue("--labelWidth"),10);var s=48;var u=this.el.getBoundingClientRect().width;var c=u-a-s;var f=y(c);var d=w(n,f);var l=f*d;var v=Math.floor((l-n)/d);f-=v;this.el.style.setProperty("--backgroundSize",100/f+"%");this.el.style.setProperty("--labelWidth",this.labelWidth);if(t==="bar7"&&!this.showBarLegend){this.el.style.setProperty("--labelWidth","0px")}var g=[];this.slicesDetails.forEach((function(r){r.legend&&g.push(U(r.legend,e.showBarLegend,t));g.push(V.call(e,r,d,f,n))}));var p=[];for(var b=1;b<=f;b++){var m=h(i(b,d));p.push(r("div",{class:"tick"},r("span",null,m)))}var x=t==="bar6"&&this.showGrid&&this.el.getBoundingClientRect().width>300;return r("div",{class:"chart-wrapper simple-bar-wrapper"},r("div",{class:"chart ".concat(o(this.valueFormat))},x&&r("div",{class:"gridlines"}),r("div",{class:"rows"},g)),x&&r("div",{class:"x-axis","aria-hidden":"true"},r("div",{class:"zero"},r("span",null,"0")),p))}function U(t,e,n){var i=n==="bar7"&&!e?" hidden":"";return r("label",{class:"label".concat(i)},t)}function V(t,e,n,i){var a=this;var s=this.currentChartType==="bar6"?e*n:i;var u=d(t.amount,s,false);var o=u?u+"%":"1px";var c=h(t.amount);var f=this.valueFormat==="amount"?c:"";if(this.currentChartType==="bar6"&&this.valueFormat==="percentage"){f=t.amount+"%"}else if(this.currentChartType==="bar7"&&this.valueFormat==="percentage"){f=(this.total===0?"0":d(t.amount,this.total,true))+"%"}return r("div",{class:"bar segment",style:{backgroundColor:t.color,width:o},onClick:function(r){return k.call(a,r,t)},onFocus:function(r){return M.call(a,r,t)},onKeyDown:function(t){return x.call(a,t)},"data-segmentindex":t.index},r("div",{class:"value"},f))}function P(t){var e=this;if(this.showLegend){var n=this.slicesDetails.reduce((function(t,r){return t=r.inSmallCluster?true:t}),false);this.isDoughnut&&this.showHiddenValuesMessage(n);return r("div",{class:"legend-wrapper"},r("div",{class:"legend ".concat(t," ").concat(this.mode==="bar"?"--top":"--bottom"),"aria-hidden":"true"},this.slicesDetails.map((function(t){var r=e.printModeFormat=="amount"?"".concat(t.amount,"/").concat(e.total):"".concat(d(t.amount,e.total,true),"%");if(!!t.amount||!!t.legend){return J.call(e,{key:t.legend,color:t.color},r,t)}}))),this.isDoughnut&&!this.printMode&&X())}}function J(t,e,n){var i=this;if(e===void 0){e=""}if(n===void 0){n=null}var a=function(t){if(n){n.coords={x:t.clientX,y:t.clientY};z(i.popoverEl,n);N(Array.from(i.el.shadowRoot.querySelectorAll("[data-segmentindex")),n)}};return r("div",{class:"legend-item",onClick:function(t){return a(t)},"data-segmentindex":n?n.index:null},r("div",{class:"legend-color",style:{backgroundColor:t.color}}),r("div",{class:"legend-text"},t.key,e&&r("span",{class:"print-value ".concat(this.printMode?"force-visible":"")},": ",e)))}function Q(){if(this.completionMessage){return r("div",{class:"completion-message"},this.completionMessage)}}function X(){return r("div",{class:"hidden-values-warning hidden"},c,r("br",null),f)}function Y(t,r,e){switch(e){case"amount":return t.toLocaleString();case"percentage":return"".concat(Math.round(t/r*100).toFixed(0),"%");default:case"none":return""}}function Z(t,r){if(r===void 0){r=[1,1.5,2,2.5,3,5,10]}var e=Math.pow(10,Math.floor(Math.log10(t)));var n=t/e;var i=r.some((function(t){return Math.abs(n-t)<1e-4}));return i}function $(t){if(t>=1e6)return"".concat((t/1e6).toFixed(t%1e6===0?0:1),"M");if(t>=1e3)return"".concat((t/1e3).toFixed(t%1e3===0?0:1),"K");return t.toString()}function tt(t,r){for(var e=t;e>=1;e--){var n=r/e;if(Z(n)){return{numIntervals:e,interval:n}}}return{numIntervals:1,interval:r}}}}}));
@@ -1 +0,0 @@
1
- function e(e){return a[e]||e}const a={close:"f156",pencil:"f3eb",cancel:"f739",check:"f12c",delete:"f1c0",magnify:"f349",export:"f207","dots-vertical":"f1d9","arrow-left":"f04d","arrow-right":"f054","chevron-left":"f141","chevron-right":"f142","menu-left":"f35e","menu-down":"f35d","keyboard-backspace":"f30d","file-tree":"f645","sort-alphabetical":"f4bb","checkbox-marked-circle":"f133","account-settings":"f630","backup-restore":"f06f"},t=e=>e.getAttribute("mode")||document.documentElement.getAttribute("mode")||"planning",c=["wmcolor-dataviz-discrete-01","wmcolor-dataviz-discrete-02","wmcolor-dataviz-discrete-03","wmcolor-dataviz-discrete-04","wmcolor-dataviz-discrete-05","wmcolor-dataviz-discrete-06","wmcolor-dataviz-discrete-07"],o=["wmcolor-dataviz-semantic-positive-01","wmcolor-dataviz-semantic-positive-02","wmcolor-dataviz-semantic-negative-01","wmcolor-dataviz-semantic-negative-02","wmcolor-dataviz-semantic-neutral-01","wmcolor-dataviz-semantic-neutral-02","wmcolor-dataviz-semantic-neutral-03","wmcolor-dataviz-semantic-unspecified"];export{t as a,c as b,o as c,e as g}