@watermarkinsights/ripple 5.6.0-8 → 5.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (210) hide show
  1. package/dist/cjs/{chartFunctions-995023b1.js → chartFunctions-6fd43417.js} +1 -1
  2. package/dist/cjs/{functions-e24249e6.js → functions-04149f6d.js} +0 -6
  3. package/dist/cjs/{global-9662b435.js → global-4a315ae6.js} +1 -1
  4. package/dist/cjs/index-e86c28b6.js +0 -12
  5. package/dist/cjs/{intl-5aeba788.js → intl-b1e99809.js} +1 -1
  6. package/dist/cjs/loader.cjs.js +2 -2
  7. package/dist/cjs/priv-calendar.cjs.entry.js +1 -1
  8. package/dist/cjs/priv-chart-popover.cjs.entry.js +1 -1
  9. package/dist/cjs/ripple.cjs.js +2 -2
  10. package/dist/cjs/wm-action-menu_2.cjs.entry.js +1 -1
  11. package/dist/cjs/wm-button.cjs.entry.js +1 -1
  12. package/dist/cjs/wm-chart.cjs.entry.js +3 -3
  13. package/dist/cjs/wm-date-range.cjs.entry.js +1 -1
  14. package/dist/cjs/wm-datepicker.cjs.entry.js +1 -1
  15. package/dist/cjs/wm-file.cjs.entry.js +1 -1
  16. package/dist/cjs/wm-input.cjs.entry.js +2 -2
  17. package/dist/cjs/wm-line-chart.cjs.entry.js +10 -25
  18. package/dist/cjs/wm-modal-header.cjs.entry.js +2 -2
  19. package/dist/cjs/wm-modal.cjs.entry.js +1 -1
  20. package/dist/cjs/wm-navigation_3.cjs.entry.js +2 -2
  21. package/dist/cjs/wm-navigator.cjs.entry.js +1 -1
  22. package/dist/cjs/wm-option_2.cjs.entry.js +338 -33
  23. package/dist/cjs/wm-pagination.cjs.entry.js +1 -1
  24. package/dist/cjs/wm-progress-indicator_3.cjs.entry.js +2 -2
  25. package/dist/cjs/wm-search.cjs.entry.js +2 -2
  26. package/dist/cjs/wm-snackbar.cjs.entry.js +2 -2
  27. package/dist/cjs/wm-tab-item_3.cjs.entry.js +1 -1
  28. package/dist/cjs/wm-tag-input.cjs.entry.js +2 -2
  29. package/dist/cjs/wm-tag-option.cjs.entry.js +1 -1
  30. package/dist/cjs/wm-textarea.cjs.entry.js +2 -2
  31. package/dist/cjs/wm-timepicker.cjs.entry.js +1 -1
  32. package/dist/cjs/wm-toggletip.cjs.entry.js +1 -1
  33. package/dist/cjs/wm-uploader.cjs.entry.js +2 -2
  34. package/dist/collection/collection-manifest.json +2 -5
  35. package/dist/collection/components/charts/wm-line-chart/wm-line-chart.js +7 -22
  36. package/dist/collection/components/wm-option/wm-option.js +9 -35
  37. package/dist/collection/components/wm-option/wm-option.spec.js +1 -1
  38. package/dist/collection/components/{selects/wm-select → wm-select}/wm-select.css +74 -0
  39. package/dist/collection/components/{selects/wm-select → wm-select}/wm-select.js +383 -16
  40. package/dist/collection/components/{selects/wm-select → wm-select}/wm-select.spec.js +62 -62
  41. package/dist/collection/global/functions.js +0 -5
  42. package/dist/esm/{chartFunctions-dfcb1edf.js → chartFunctions-f5eb7f59.js} +1 -1
  43. package/dist/esm/{functions-b791a892.js → functions-cf37f81f.js} +1 -6
  44. package/dist/esm/{global-f1582c2f.js → global-016b76a8.js} +1 -1
  45. package/dist/esm/index-558b5a82.js +0 -12
  46. package/dist/esm/{intl-f2f7ce8b.js → intl-c72b75dc.js} +1 -1
  47. package/dist/esm/loader.js +2 -2
  48. package/dist/esm/priv-calendar.entry.js +1 -1
  49. package/dist/esm/priv-chart-popover.entry.js +1 -1
  50. package/dist/esm/ripple.js +2 -2
  51. package/dist/esm/wm-action-menu_2.entry.js +1 -1
  52. package/dist/esm/wm-button.entry.js +1 -1
  53. package/dist/esm/wm-chart.entry.js +3 -3
  54. package/dist/esm/wm-date-range.entry.js +1 -1
  55. package/dist/esm/wm-datepicker.entry.js +1 -1
  56. package/dist/esm/wm-file.entry.js +1 -1
  57. package/dist/esm/wm-input.entry.js +2 -2
  58. package/dist/esm/wm-line-chart.entry.js +10 -25
  59. package/dist/esm/wm-modal-header.entry.js +2 -2
  60. package/dist/esm/wm-modal.entry.js +1 -1
  61. package/dist/esm/wm-navigation_3.entry.js +2 -2
  62. package/dist/esm/wm-navigator.entry.js +1 -1
  63. package/dist/esm/wm-option_2.entry.js +338 -33
  64. package/dist/esm/wm-pagination.entry.js +1 -1
  65. package/dist/esm/wm-progress-indicator_3.entry.js +2 -2
  66. package/dist/esm/wm-search.entry.js +2 -2
  67. package/dist/esm/wm-snackbar.entry.js +2 -2
  68. package/dist/esm/wm-tab-item_3.entry.js +1 -1
  69. package/dist/esm/wm-tag-input.entry.js +2 -2
  70. package/dist/esm/wm-tag-option.entry.js +1 -1
  71. package/dist/esm/wm-textarea.entry.js +2 -2
  72. package/dist/esm/wm-timepicker.entry.js +1 -1
  73. package/dist/esm/wm-toggletip.entry.js +1 -1
  74. package/dist/esm/wm-uploader.entry.js +2 -2
  75. package/dist/esm-es5/{chartFunctions-dfcb1edf.js → chartFunctions-f5eb7f59.js} +1 -1
  76. package/dist/esm-es5/{functions-b791a892.js → functions-cf37f81f.js} +1 -1
  77. package/dist/esm-es5/global-016b76a8.js +1 -0
  78. package/dist/esm-es5/index-558b5a82.js +1 -1
  79. package/dist/esm-es5/{intl-f2f7ce8b.js → intl-c72b75dc.js} +1 -1
  80. package/dist/esm-es5/loader.js +1 -1
  81. package/dist/esm-es5/priv-calendar.entry.js +1 -1
  82. package/dist/esm-es5/priv-chart-popover.entry.js +1 -1
  83. package/dist/esm-es5/ripple.js +1 -1
  84. package/dist/esm-es5/wm-action-menu_2.entry.js +1 -1
  85. package/dist/esm-es5/wm-button.entry.js +1 -1
  86. package/dist/esm-es5/wm-chart.entry.js +1 -1
  87. package/dist/esm-es5/wm-date-range.entry.js +1 -1
  88. package/dist/esm-es5/wm-datepicker.entry.js +1 -1
  89. package/dist/esm-es5/wm-file.entry.js +1 -1
  90. package/dist/esm-es5/wm-input.entry.js +1 -1
  91. package/dist/esm-es5/wm-line-chart.entry.js +1 -1
  92. package/dist/esm-es5/wm-modal-header.entry.js +1 -1
  93. package/dist/esm-es5/wm-modal.entry.js +1 -1
  94. package/dist/esm-es5/wm-navigation_3.entry.js +1 -1
  95. package/dist/esm-es5/wm-navigator.entry.js +1 -1
  96. package/dist/esm-es5/wm-option_2.entry.js +1 -1
  97. package/dist/esm-es5/wm-pagination.entry.js +1 -1
  98. package/dist/esm-es5/wm-progress-indicator_3.entry.js +1 -1
  99. package/dist/esm-es5/wm-search.entry.js +1 -1
  100. package/dist/esm-es5/wm-snackbar.entry.js +1 -1
  101. package/dist/esm-es5/wm-tab-item_3.entry.js +1 -1
  102. package/dist/esm-es5/wm-tag-input.entry.js +1 -1
  103. package/dist/esm-es5/wm-tag-option.entry.js +1 -1
  104. package/dist/esm-es5/wm-textarea.entry.js +1 -1
  105. package/dist/esm-es5/wm-timepicker.entry.js +1 -1
  106. package/dist/esm-es5/wm-toggletip.entry.js +1 -1
  107. package/dist/esm-es5/wm-uploader.entry.js +1 -1
  108. package/dist/ripple/{p-c1e3c2fb.entry.js → p-04f9a60a.entry.js} +1 -1
  109. package/dist/ripple/{p-41550baa.entry.js → p-0b570b66.entry.js} +1 -1
  110. package/dist/ripple/{p-5300b15d.entry.js → p-0d05b4a9.entry.js} +1 -1
  111. package/dist/ripple/p-11aaef56.system.entry.js +1 -0
  112. package/dist/ripple/{p-b01f9998.system.entry.js → p-120dbdc8.system.entry.js} +1 -1
  113. package/dist/ripple/{p-f24572f5.entry.js → p-1aef4b40.entry.js} +1 -1
  114. package/dist/ripple/{p-13f51c06.entry.js → p-20a800a7.entry.js} +1 -1
  115. package/dist/ripple/{p-236af552.entry.js → p-24103be5.entry.js} +1 -1
  116. package/dist/ripple/{p-1389302e.system.entry.js → p-2ccf8450.system.entry.js} +1 -1
  117. package/dist/ripple/{p-6cc07645.system.entry.js → p-2d0bcc88.system.entry.js} +1 -1
  118. package/dist/ripple/{p-0b1c6965.system.entry.js → p-2d0e4020.system.entry.js} +1 -1
  119. package/dist/ripple/{p-215793a4.entry.js → p-31094930.entry.js} +1 -1
  120. package/dist/ripple/{p-1e625a5e.entry.js → p-3ea0e27c.entry.js} +1 -1
  121. package/dist/ripple/{p-db9657eb.system.entry.js → p-446e0b2c.system.entry.js} +1 -1
  122. package/dist/ripple/{p-72165bd2.entry.js → p-451433a6.entry.js} +1 -1
  123. package/dist/ripple/p-481a9e2f.system.js +1 -0
  124. package/dist/ripple/{p-45f9ad09.entry.js → p-508362c5.entry.js} +1 -1
  125. package/dist/ripple/{p-3deaf4d9.system.entry.js → p-53519eed.system.entry.js} +1 -1
  126. package/dist/ripple/p-55668879.system.js +1 -0
  127. package/dist/ripple/p-5967bd2a.system.entry.js +1 -0
  128. package/dist/ripple/{p-5a9e3108.system.entry.js → p-5db92638.system.entry.js} +1 -1
  129. package/dist/ripple/{p-3e415c49.system.entry.js → p-5f793375.system.entry.js} +1 -1
  130. package/dist/ripple/p-6636a40b.system.entry.js +1 -0
  131. package/dist/ripple/{p-f90e4094.entry.js → p-6f4c4231.entry.js} +1 -1
  132. package/dist/ripple/{p-828adbf1.system.js → p-74032162.system.js} +1 -1
  133. package/dist/ripple/{p-5284791c.entry.js → p-762429a8.entry.js} +1 -1
  134. package/dist/ripple/{p-16f65bf4.js → p-76825602.js} +1 -1
  135. package/dist/ripple/{p-c47fab48.entry.js → p-76d53189.entry.js} +1 -1
  136. package/dist/ripple/{p-fa4f1030.system.entry.js → p-7f483c55.system.entry.js} +1 -1
  137. package/dist/ripple/{p-a3c01e10.system.entry.js → p-7fdcce90.system.entry.js} +1 -1
  138. package/dist/ripple/{p-cad0c5f9.system.entry.js → p-8008f0f2.system.entry.js} +1 -1
  139. package/dist/ripple/{p-3d50db36.entry.js → p-86d81e42.entry.js} +1 -1
  140. package/dist/ripple/{p-f2101a0d.entry.js → p-8a11ee6f.entry.js} +1 -1
  141. package/dist/ripple/{p-c2e00d4a.system.entry.js → p-8b272d80.system.entry.js} +1 -1
  142. package/dist/ripple/{p-885c3527.entry.js → p-9603168d.entry.js} +1 -1
  143. package/dist/ripple/{p-f40e1468.system.entry.js → p-97f276aa.system.entry.js} +1 -1
  144. package/dist/ripple/{p-749597da.system.entry.js → p-984287f7.system.entry.js} +1 -1
  145. package/dist/ripple/{p-ff1ed90f.entry.js → p-9b75d56c.entry.js} +1 -1
  146. package/dist/ripple/{p-a0ecb6d7.system.entry.js → p-9df3574d.system.entry.js} +1 -1
  147. package/dist/ripple/p-a40b0af9.system.js +1 -0
  148. package/dist/ripple/p-a895f1ef.entry.js +1 -0
  149. package/dist/ripple/{p-e081fdc2.system.entry.js → p-ae4460f2.system.entry.js} +1 -1
  150. package/dist/ripple/{p-b9dbf1f4.entry.js → p-bd142645.entry.js} +1 -1
  151. package/dist/ripple/{p-aea13873.entry.js → p-c61366fd.entry.js} +1 -1
  152. package/dist/ripple/{p-ca971eac.system.entry.js → p-c9200deb.system.entry.js} +1 -1
  153. package/dist/ripple/{p-6d129ef8.system.entry.js → p-cd51ee87.system.entry.js} +1 -1
  154. package/dist/ripple/{p-465d44f0.system.entry.js → p-ce8c6180.system.entry.js} +1 -1
  155. package/dist/ripple/{p-84ba5b74.entry.js → p-d0387d35.entry.js} +1 -1
  156. package/dist/ripple/{p-ed1f6b8d.system.entry.js → p-d8994408.system.entry.js} +1 -1
  157. package/dist/ripple/{p-eddbcb21.js → p-db190563.js} +1 -1
  158. package/dist/ripple/{p-83be63f6.entry.js → p-db8917e4.entry.js} +1 -1
  159. package/dist/ripple/{p-505eca1c.system.entry.js → p-dc7a6037.system.entry.js} +1 -1
  160. package/dist/ripple/p-dfd1b720.entry.js +1 -0
  161. package/dist/ripple/{p-df157138.entry.js → p-e3899e1f.entry.js} +1 -1
  162. package/dist/ripple/{p-30b905eb.system.entry.js → p-ed1971ff.system.entry.js} +1 -1
  163. package/dist/ripple/{p-2e79fa49.entry.js → p-f177d841.entry.js} +1 -1
  164. package/dist/ripple/{p-149a22bf.entry.js → p-f4b64ded.entry.js} +1 -1
  165. package/dist/ripple/p-f9494a9d.js +1 -0
  166. package/dist/ripple/{p-21d372ed.js → p-fb229776.js} +1 -1
  167. package/dist/ripple/{p-81c2df85.system.js → p-fb751343.system.js} +1 -1
  168. package/dist/ripple/{p-c853e185.system.entry.js → p-ffa15c47.system.entry.js} +1 -1
  169. package/dist/ripple/ripple.esm.js +1 -1
  170. package/dist/ripple/ripple.js +1 -1
  171. package/dist/types/components/charts/wm-line-chart/wm-line-chart.d.ts +1 -1
  172. package/dist/types/components/wm-option/wm-option.d.ts +39 -0
  173. package/dist/types/components/wm-select/wm-select.d.ts +96 -0
  174. package/dist/types/components.d.ts +2 -148
  175. package/dist/types/global/functions.d.ts +0 -1
  176. package/package.json +2 -2
  177. package/dist/cjs/priv-option-list.cjs.entry.js +0 -384
  178. package/dist/cjs/wm-nested-select.cjs.entry.js +0 -295
  179. package/dist/cjs/wm-optgroup.cjs.entry.js +0 -56
  180. package/dist/collection/components/selects/priv-option-list/priv-option-list.css +0 -104
  181. package/dist/collection/components/selects/priv-option-list/priv-option-list.js +0 -714
  182. package/dist/collection/components/selects/wm-nested-select/wm-nested-select.css +0 -378
  183. package/dist/collection/components/selects/wm-nested-select/wm-nested-select.js +0 -581
  184. package/dist/collection/components/selects/wm-optgroup/wm-optgroup.css +0 -77
  185. package/dist/collection/components/selects/wm-optgroup/wm-optgroup.js +0 -197
  186. package/dist/collection/dev/nested-select.js +0 -62
  187. package/dist/esm/priv-option-list.entry.js +0 -380
  188. package/dist/esm/wm-nested-select.entry.js +0 -291
  189. package/dist/esm/wm-optgroup.entry.js +0 -52
  190. package/dist/esm-es5/global-f1582c2f.js +0 -1
  191. package/dist/esm-es5/priv-option-list.entry.js +0 -1
  192. package/dist/esm-es5/wm-nested-select.entry.js +0 -1
  193. package/dist/esm-es5/wm-optgroup.entry.js +0 -1
  194. package/dist/ripple/p-104c0e9b.system.entry.js +0 -1
  195. package/dist/ripple/p-17c8aac1.system.entry.js +0 -1
  196. package/dist/ripple/p-24ba754f.entry.js +0 -1
  197. package/dist/ripple/p-2fb58947.entry.js +0 -1
  198. package/dist/ripple/p-4564a101.system.entry.js +0 -1
  199. package/dist/ripple/p-4ca5ed96.entry.js +0 -1
  200. package/dist/ripple/p-50388b6f.system.entry.js +0 -1
  201. package/dist/ripple/p-5b9babd9.system.entry.js +0 -1
  202. package/dist/ripple/p-8835adfb.entry.js +0 -1
  203. package/dist/ripple/p-ae82b3d2.system.js +0 -1
  204. package/dist/ripple/p-ba422994.entry.js +0 -1
  205. package/dist/ripple/p-bfeb6ef8.system.js +0 -1
  206. package/dist/ripple/p-cf2121f3.system.entry.js +0 -1
  207. package/dist/ripple/p-cf55659f.js +0 -1
  208. package/dist/ripple/p-f6fd623f.system.js +0 -1
  209. package/dist/types/components/selects/wm-select/wm-select.d.ts +0 -53
  210. /package/dist/collection/components/{selects/wm-select → wm-select}/wm-select.e2e.js +0 -0
@@ -3,9 +3,9 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-e86c28b6.js');
6
- const functions = require('./functions-e24249e6.js');
7
- const chartFunctions = require('./chartFunctions-995023b1.js');
8
- const intl = require('./intl-5aeba788.js');
6
+ const functions = require('./functions-04149f6d.js');
7
+ const chartFunctions = require('./chartFunctions-6fd43417.js');
8
+ const intl = require('./intl-b1e99809.js');
9
9
 
10
10
  const wmLineChartCss = ":host{--wmcolor-linechart-currentposition:var(--wmcolor-lavender);--wmcolor-linechart-delta-text-negative:var(--wmcolor-text-negative);--wmcolor-linechart-delta-text-positive:var(--wmcolor-text-positive);--wmcolor-linechart-gridline:var(--wmcolor-chart-gridline);--wmcolor-linechart-highlight-background:var(--wmcolor-interactive-background-highlight);--wmcolor-linechart-popover-background:var(--wmcolor-chart-popover-background);display:block;height:500px;width:100%;font-size:14px;overflow-y:visible;overflow-x:auto}:host .component-wrapper{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;min-width:562px;width:100%;height:100%;outline:none}:host .icon{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;position:relative;color:var(--iconColor);-webkit-transform:var(--translation, unset);transform:var(--translation, unset)}:host .icon:before{display:inline-block;font:normal normal normal 24px/1 \"Material Design Icons\";font-size:inherit;text-rendering:auto;line-height:inherit;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:var(--icon);padding:0 3px;z-index:1}:host .icon:after{color:white;position:absolute;left:3px;-webkit-transform:scale(180%);transform:scale(180%);display:inline-block;font:normal normal normal 24px/1 \"Material Design Icons\";font-size:inherit;text-rendering:auto;line-height:inherit;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:var(--icon);z-index:0}:host .legend{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:8px 16px;margin-top:4px;margin-bottom:16px}:host .legend .legend-label{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;cursor:default;font-weight:600}:host .legend .legend-label.faded{opacity:0.3}:host .legend .legend-label .icon{margin-right:4px}:host .legend .visibility-toggle{margin-left:4px}:host .chart-wrapper{position:relative;-ms-flex-positive:1;flex-grow:1;display:grid;grid-template-columns:auto auto 1fr;grid-template-rows:1fr auto auto;margin-right:16px}:host .chart-label{font-size:14px;font-weight:600}:host .chart-label.--y-axis{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;width:var(--labelWidth);align-self:center;margin-right:16px;grid-area:1/1/2/2;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto}:host .chart-label.--x-axis{margin-top:16px;text-align:center;grid-area:3/3/4/4}:host .y-intervals{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:justify;justify-content:space-between;grid-area:1/2/2/3;margin-right:4px}:host .y-intervals .y-interval{text-align:right}:host .x-intervals{display:grid;grid-template-columns:var(--columns);grid-area:2/3/3/4;line-height:1;margin-top:4px}:host .x-intervals .x-interval{text-align:center}:host .x-intervals .x-interval:first-child{text-align:left}:host .x-intervals .x-interval:last-child{text-align:right}:host .x-intervals .x-interval.hidden{visibility:hidden}:host .plot-area{position:relative;grid-area:1/3/2/4;background-image:linear-gradient(90deg, var(--wmcolor-linechart-gridline) 1px, transparent 1px);border-bottom:1px solid var(--wmcolor-linechart-gridline);background-size:var(--backgroundSize)}:host .plot-area.right-border{border-right:1px solid var(--wmcolor-linechart-gridline)}:host .line{position:absolute;width:100%;height:100%}:host .line .icon{position:absolute;-webkit-transform:var(--translation);transform:var(--translation);left:var(--xPosition);top:var(--yPosition);z-index:1}:host .line .icon:focus{z-index:2;outline:none}:host .line .icon:focus:before{outline:3px solid var(--wmcolor-interactive-focus);outline-offset:0;border-radius:3px}:host .line .line-svg{height:100%;width:100%}:host .line.faded{opacity:0.3}:host .line.focused{z-index:1}:host .line.hidden{visibility:hidden}:host .hover-area-wrapper{position:absolute;width:100%;height:100%;top:0;left:0;display:grid;grid-template-rows:1fr;grid-template-columns:var(--columns)}:host .hover-indicator{-webkit-box-sizing:border-box;box-sizing:border-box;position:absolute;height:100%;width:2px;border:1px solid var(--wmcolor-linechart-currentposition);-webkit-transform:translateX(-50%);transform:translateX(-50%);left:var(--xPosition);grid-column:3/4;grid-row:1/2;pointer-events:none}:host .popover{width:-webkit-max-content;width:-moz-max-content;width:max-content;max-width:400px;background-color:var(--wmcolor-linechart-popover-background);position:absolute;top:var(--topPosition, 0);left:var(--leftPosition, unset);right:var(--rightPosition, unset);padding:16px;border-radius:5px;-webkit-box-shadow:0px 2px 10px 0px rgba(0, 0, 0, 0.09);box-shadow:0px 2px 10px 0px rgba(0, 0, 0, 0.09);-webkit-transform:translateY(-50%);transform:translateY(-50%);line-height:1;z-index:3;grid-column:3/4;grid-row:1/2;pointer-events:none;-webkit-box-sizing:border-box;box-sizing:border-box}:host .popover .title{font-size:16px;font-weight:600}:host .popover .comparison-title{font-style:italic;margin-top:4px}:host .popover .unit{font-size:12px;font-weight:600}:host .popover .unit.--x{margin-left:4px}:host .popover .popover-table{margin-top:16px}:host .popover .popover-table .popover-row{line-height:1}:host .popover .popover-table .popover-row:not(:last-child) td{padding-bottom:8px}:host .popover .popover-table .popover-row .row-label{font-weight:600;padding-right:16px;overflow-wrap:anywhere}:host .popover .popover-table .popover-row .row-label .icon{margin-right:4px}:host .popover .popover-table .popover-row .row-value,:host .popover .popover-table .popover-row .delta{text-align:right;white-space:nowrap}:host .popover .popover-table .popover-row .delta{padding-left:12px;font-weight:600}:host .popover .popover-table .popover-row .delta.--positive{color:var(--wmcolor-linechart-delta-text-positive)}:host .popover .popover-table .popover-row .delta.--negative{color:var(--wmcolor-linechart-delta-text-negative)}:host .highlight{position:absolute;height:100%;background-color:color-mix(in srgb, var(--wmcolor-linechart-highlight-background) 60%, transparent);left:var(--startPercentage);right:var(--endPercentage)}:host .sr-only{position:absolute !important;width:1px !important;height:1px !important;padding:0 !important;border:0 !important;overflow:hidden !important;clip:rect(0, 0, 0, 0) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;white-space:nowrap !important;margin:-1px !important}";
11
11
 
@@ -128,7 +128,7 @@ const LineChart = class {
128
128
  }
129
129
  handleDataPointKeydown(ev) {
130
130
  const [lineIdx, pointIdx] = this.focusedDataPoint;
131
- const linePoints = this.lineEls[lineIdx].querySelectorAll(".point");
131
+ const lineLength = this.lineEls[lineIdx].querySelectorAll(".point").length;
132
132
  const numLines = this.dataPointMatrix.length;
133
133
  switch (ev.key) {
134
134
  case "Tab":
@@ -157,17 +157,13 @@ const LineChart = class {
157
157
  break;
158
158
  case "ArrowLeft":
159
159
  ev.preventDefault();
160
- const isFirstInLine = ev.target == linePoints[0];
161
- const prevPointIdx = isFirstInLine
162
- ? parseInt(linePoints[linePoints.length - 1].dataset.pointidx)
163
- : pointIdx - 1;
160
+ const prevPointIdx = functions.wrapAround(pointIdx, -1, lineLength - 1);
164
161
  this.focusDataPoint(lineIdx, prevPointIdx);
165
162
  break;
166
163
  case "ArrowRight":
167
164
  ev.preventDefault();
168
- const isLastInLine = ev.target == linePoints[linePoints.length - 1];
169
- const nextPointIdx = isLastInLine ? 0 : pointIdx + 1;
170
- this.focusDataPoint(lineIdx, nextPointIdx, true);
165
+ const nextPointIdx = functions.wrapAround(pointIdx, 1, lineLength - 1);
166
+ this.focusDataPoint(lineIdx, nextPointIdx);
171
167
  break;
172
168
  }
173
169
  }
@@ -183,20 +179,9 @@ const LineChart = class {
183
179
  const numDataPoints = this.dataPointMatrix[lineIdx].filter((datapoint) => datapoint.yValue !== null).length;
184
180
  return `${label}, line ${lineIdx + 1} of ${this.dataPointMatrix.length} with ${numDataPoints} data points`;
185
181
  }
186
- focusDataPoint(lineIdx, pointIdx, deferRight = false) {
182
+ focusDataPoint(lineIdx, pointIdx) {
187
183
  const lineEl = this.lineEls[lineIdx];
188
- let linePointEl = lineEl.querySelector(`[data-pointidx='${pointIdx}']`);
189
- while (!linePointEl) {
190
- pointIdx += deferRight ? 1 : -1;
191
- if (pointIdx < 0) {
192
- // wrap around
193
- linePointEl = lineEl.querySelectorAll(".point")[lineEl.querySelectorAll(".point").length - 1];
194
- pointIdx = parseInt(linePointEl.dataset.pointidx);
195
- }
196
- else {
197
- linePointEl = lineEl.querySelector(`[data-pointidx='${pointIdx}']`);
198
- }
199
- }
184
+ const linePointEl = lineEl.querySelectorAll(".point")[pointIdx];
200
185
  this.pointEls.forEach((point) => (point.tabIndex = -1));
201
186
  linePointEl.tabIndex = 0;
202
187
  linePointEl.focus();
@@ -381,7 +366,7 @@ const LineChart = class {
381
366
  const changeSinceMessage = intl.lineChartMessages.getChangeSince(prevDataPoint.xValue);
382
367
  ariaLabel += `, ${changeSinceMessage} ${this.calcDelta(dataPoint, prevDataPoint)}`;
383
368
  }
384
- return (index.h("span", { id: `${lineLabel}-${pointIdx}`, role: "img", "aria-label": ariaLabel, tabIndex: firstPointTabIndex, class: "point icon", style: iconStyle, "data-lineidx": lineIdx, "data-pointidx": pointIdx, "data-xvalue": xValue, onKeyDown: (ev) => this.handleDataPointKeydown(ev), onFocus: () => (this.popoverIndex = pointIdx), onClick: (ev) => this.focusDataPointByEl(ev.target), onMouseEnter: () => (this.popoverIndex = pointIdx) }));
369
+ return (index.h("span", { id: `${lineLabel}-${pointIdx}`, role: "img", "aria-label": ariaLabel, tabIndex: firstPointTabIndex, class: "point icon", style: iconStyle, "data-lineidx": lineIdx, "data-xvalue": xValue, onKeyDown: (ev) => this.handleDataPointKeydown(ev), onFocus: () => (this.popoverIndex = pointIdx), onClick: (ev) => this.focusDataPointByEl(ev.target), onMouseEnter: () => (this.popoverIndex = pointIdx) }));
385
370
  }
386
371
  })));
387
372
  }
@@ -3,8 +3,8 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-e86c28b6.js');
6
- const intl = require('./intl-5aeba788.js');
7
- require('./functions-e24249e6.js');
6
+ const intl = require('./intl-b1e99809.js');
7
+ require('./functions-04149f6d.js');
8
8
 
9
9
  const wmModalHeaderCss = "wm-modal-header{display:block;-webkit-border-radius:5px 5px 0 0px;-moz-border-radius:5px 5px 0 0px;-ms-border-radius:5px 5px 0 0px;border-radius:5px 5px 0 0px}wm-modal-header .wm-wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}wm-modal-header .wm-wrapper .title{margin:0;font-weight:600;font-size:1.125rem;color:var(--wmcolor-modal-heading);line-height:normal}wm-modal-header .wm-wrapper .title .subtitle{display:block;font-size:0.875rem;font-weight:normal}wm-modal-header .wm-wrapper .title:focus{outline:none}";
10
10
 
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-e86c28b6.js');
6
- const functions = require('./functions-e24249e6.js');
6
+ const functions = require('./functions-04149f6d.js');
7
7
 
8
8
  const wmModalCss = "wm-modal{--wmcolor-modal-background:var(--wmcolor-background);--wmcolor-modal-border:var(--wmcolor-border);--wmcolor-modal-heading:var(--wmcolor-text);--wmcolor-modal-overlay:var(--wmcolor-overlay)}wm-modal *{-webkit-box-sizing:border-box;box-sizing:border-box}wm-modal dialog{color:inherit;padding:0;width:80vw;max-width:750px;max-height:80vh;-webkit-border-radius:5px 5px 5px 5px;-moz-border-radius:5px 5px 5px 5px;-ms-border-radius:5px 5px 5px 5px;border-radius:5px 5px 5px 5px;border:none;background:var(--wmcolor-modal-background)}wm-modal dialog>:not(wm-modal-header):not(wm-modal-footer){max-height:calc(80vh - 166px)}wm-modal dialog::-webkit-backdrop{background:rgba(25, 25, 25, 0.4)}wm-modal dialog::-ms-backdrop{background:rgba(25, 25, 25, 0.4)}wm-modal dialog::backdrop{background:rgba(25, 25, 25, 0.4)}wm-modal dialog[open]{-webkit-box-shadow:0px 11px 15px 0px rgba(0, 0, 0, 0.2), 0px 9px 46px 8px rgba(0, 0, 0, 0.12), 0px 24px 38px 3px rgba(0, 0, 0, 0.14);-moz-box-shadow:0px 11px 15px 0px rgba(0, 0, 0, 0.2), 0px 9px 46px 8px rgba(0, 0, 0, 0.12), 0px 24px 38px 3px rgba(0, 0, 0, 0.14);box-shadow:0px 11px 15px 0px rgba(0, 0, 0, 0.2), 0px 9px 46px 8px rgba(0, 0, 0, 0.12), 0px 24px 38px 3px rgba(0, 0, 0, 0.14)}wm-modal dialog.wm-modal>wm-modal-header{border-bottom:1px solid var(--wmcolor-modal-border)}wm-modal dialog.wm-modal>wm-modal-footer{border-top:1px solid var(--wmcolor-modal-border)}@media only screen and (max-width: 768px){wm-modal dialog.wm-modal{height:100%;max-height:none;max-width:none;width:100vw}wm-modal dialog.wm-modal>*{max-width:none;width:100vw}wm-modal dialog.wm-modal>*:not(wm-modal-header):not(wm-modal-footer){max-height:none;height:calc(100vh - 166px)}}wm-modal dialog.wm-dialog>:not(wm-modal-header):not(wm-modal-footer):not(.wm-tooltip){padding:0 1.875rem 1.25rem 1.875rem;font-size:0.875rem;border:none}wm-modal wm-modal-header,wm-modal wm-modal-footer{padding:1.25rem 1.875rem;width:100%}wm-modal .sr-only{position:absolute !important;width:1px !important;height:1px !important;padding:0 !important;border:0 !important;overflow:hidden !important;clip:rect(0, 0, 0, 0) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;white-space:nowrap !important;margin:-1px !important;top:0;left:0}";
9
9
 
@@ -3,8 +3,8 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-e86c28b6.js');
6
- const functions = require('./functions-e24249e6.js');
7
- const intl = require('./intl-5aeba788.js');
6
+ const functions = require('./functions-04149f6d.js');
7
+ const intl = require('./intl-b1e99809.js');
8
8
 
9
9
  const wmNavigationCss = ":host{--wmcolor-navigation-background-hover:var(--wmcolor-interactive-background-hover);--wmcolor-navigation-background-selected:var(--wmcolor-interactive-background-selected);--wmcolor-navigation-background:var(--wmcolor-background);--wmcolor-navigation-border-selected:var(--wmcolor-interactive);--wmcolor-navigation-focus:var(--wmcolor-interactive-focus);--wmcolor-navigation-icon-selected:var(--wmcolor-interactive);--wmcolor-navigation-icon:var(--wmcolor-icon);--wmcolor-navigation-text-selected:var(--wmcolor-interactive);z-index:10}:host([aria-expanded=true]){z-index:5000}.tray{-webkit-box-shadow:0 0 14px 0 rgba(0, 0, 0, 0.14);-moz-box-shadow:0 0 14px 0 rgba(0, 0, 0, 0.14);box-shadow:0 0 14px 0 rgba(0, 0, 0, 0.14);display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;width:7.5625rem;background-color:var(--wmcolor-navigation-background);overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch;font-size:0.875rem;height:100%}.navlist{margin:0;padding:0}.toggle-wrapper{display:none}@media screen and (max-width: 1023px){.tray{-ms-transition:transform 0.33s ease;-webkit-transition:transform 0.33s ease;-moz-transition:transform 0.33s ease;-webkit-transition:-webkit-transform 0.33s ease;transition:-webkit-transform 0.33s ease;transition:transform 0.33s ease;transition:transform 0.33s ease, -webkit-transform 0.33s ease;position:fixed;top:0;bottom:0;left:0;-webkit-transform:translateX(-100%);transform:translateX(-100%)}.tray ul{visibility:hidden}.tray .toggle-wrapper{display:inline-block;min-height:5rem;width:100%;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}:host([aria-expanded=true]) .tray{-webkit-transform:translateX(0);transform:translateX(0)}:host([aria-expanded=true]) .tray ul{visibility:visible}.overlay{width:100vw;height:100vh;max-width:none;max-height:none;position:fixed !important;top:0;bottom:0;left:0;right:0;-webkit-transform:translate(0%, 0%);transform:translate(0%, 0%);background-color:rgba(25, 25, 25, 0.4);-ms-transition:opacity 0.5s ease-out;-webkit-transition:opacity 0.5s ease-out;-moz-transition:opacity 0.5s ease-out;transition:opacity 0.5s ease-out}}";
10
10
 
@@ -4,7 +4,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-e86c28b6.js');
6
6
  const interfaces = require('./interfaces-85d78ae9.js');
7
- const functions = require('./functions-e24249e6.js');
7
+ const functions = require('./functions-04149f6d.js');
8
8
 
9
9
  const getRequest = async (url) => {
10
10
  const response = await fetch(url);