@watermarkinsights/ripple 3.3.2-0 → 3.4.0-2

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 (175) hide show
  1. package/README.md +3 -3
  2. package/dist/cjs/{functions-8fb310fe.js → functions-653e695c.js} +442 -442
  3. package/dist/cjs/{global-c3cf628f.js → global-ea9e87be.js} +65 -65
  4. package/dist/cjs/{http-service-9e8c4dd5.js → http-service-494d81de.js} +49 -49
  5. package/dist/cjs/{interfaces-30a74c1f.js → interfaces-a3338581.js} +29 -29
  6. package/dist/cjs/loader.cjs.js +2 -2
  7. package/dist/cjs/priv-chart-popover.cjs.entry.js +78 -78
  8. package/dist/cjs/priv-datepicker.cjs.entry.js +667 -661
  9. package/dist/cjs/priv-navigator-button.cjs.entry.js +18 -18
  10. package/dist/cjs/priv-navigator-item.cjs.entry.js +23 -23
  11. package/dist/cjs/ripple.cjs.js +2 -2
  12. package/dist/cjs/wm-action-menu_2.cjs.entry.js +341 -341
  13. package/dist/cjs/wm-button.cjs.entry.js +218 -218
  14. package/dist/cjs/wm-chart-slice.cjs.entry.js +13 -13
  15. package/dist/cjs/wm-chart.cjs.entry.js +516 -514
  16. package/dist/cjs/wm-datepicker.cjs.entry.js +256 -256
  17. package/dist/cjs/wm-input.cjs.entry.js +133 -125
  18. package/dist/cjs/wm-modal-footer.cjs.entry.js +31 -31
  19. package/dist/cjs/wm-modal-header.cjs.entry.js +34 -34
  20. package/dist/cjs/wm-modal.cjs.entry.js +161 -161
  21. package/dist/cjs/wm-navigator.cjs.entry.js +268 -268
  22. package/dist/cjs/wm-network-uploader.cjs.entry.js +420 -420
  23. package/dist/cjs/wm-option_2.cjs.entry.js +492 -492
  24. package/dist/cjs/wm-pagination.cjs.entry.js +167 -167
  25. package/dist/cjs/wm-search.cjs.entry.js +231 -231
  26. package/dist/cjs/wm-snackbar.cjs.entry.js +170 -170
  27. package/dist/cjs/wm-tab-item_3.cjs.entry.js +300 -300
  28. package/dist/cjs/wm-tag-input.cjs.entry.js +556 -556
  29. package/dist/cjs/wm-timepicker.cjs.entry.js +383 -383
  30. package/dist/cjs/wm-toggletip.cjs.entry.js +124 -124
  31. package/dist/cjs/wm-uploader.cjs.entry.js +346 -346
  32. package/dist/cjs/wm-wrapper.cjs.entry.js +12 -12
  33. package/dist/collection/components/wm-action-menu/wm-action-menu.js +460 -460
  34. package/dist/collection/components/wm-button/wm-button.js +485 -485
  35. package/dist/collection/components/wm-chart/priv-chart-popover/priv-chart-popover.js +232 -232
  36. package/dist/collection/components/wm-chart/wm-chart-slice.js +64 -64
  37. package/dist/collection/components/wm-chart/wm-chart.css +7 -5
  38. package/dist/collection/components/wm-chart/wm-chart.js +765 -761
  39. package/dist/collection/components/wm-datepicker/priv-datepicker/priv-datepicker.js +1015 -1003
  40. package/dist/collection/components/wm-datepicker/wm-datepicker.js +462 -462
  41. package/dist/collection/components/wm-input/wm-input.js +423 -415
  42. package/dist/collection/components/wm-menuitem/wm-menuitem.js +444 -444
  43. package/dist/collection/components/wm-modal/wm-modal-footer.js +141 -141
  44. package/dist/collection/components/wm-modal/wm-modal-header.js +92 -92
  45. package/dist/collection/components/wm-modal/wm-modal.js +459 -459
  46. package/dist/collection/components/wm-navigator/priv-navigator-button/priv-navigator-button.js +97 -97
  47. package/dist/collection/components/wm-navigator/priv-navigator-item/priv-navigator-item.js +114 -114
  48. package/dist/collection/components/wm-navigator/wm-navigator.js +468 -468
  49. package/dist/collection/components/wm-option/wm-option.js +422 -422
  50. package/dist/collection/components/wm-pagination/wm-pagination.js +368 -368
  51. package/dist/collection/components/wm-search/wm-search.js +479 -479
  52. package/dist/collection/components/wm-select/wm-select.css +1 -0
  53. package/dist/collection/components/wm-select/wm-select.js +717 -717
  54. package/dist/collection/components/wm-snackbar/wm-snackbar.js +297 -297
  55. package/dist/collection/components/wm-tabs/wm-tab-item/wm-tab-item.js +219 -219
  56. package/dist/collection/components/wm-tabs/wm-tab-list/wm-tab-list.js +331 -331
  57. package/dist/collection/components/wm-tabs/wm-tab-panel/wm-tab-panel.js +104 -104
  58. package/dist/collection/components/wm-tag-input/wm-tag-input.js +787 -787
  59. package/dist/collection/components/wm-timepicker/wm-timepicker.js +589 -589
  60. package/dist/collection/components/wm-toggletip/wm-toggletip.js +241 -241
  61. package/dist/collection/components/wm-uploader/wm-network-uploader/wm-network-uploader.js +753 -753
  62. package/dist/collection/components/wm-uploader/wm-uploader.js +748 -748
  63. package/dist/collection/components/wm-wrapper/wm-wrapper.js +27 -27
  64. package/dist/collection/dev/scripts.js +20 -20
  65. package/dist/collection/global/__mocks__/functions.js +6 -6
  66. package/dist/collection/global/functions.js +445 -445
  67. package/dist/collection/global/global.js +72 -72
  68. package/dist/collection/global/interfaces.js +49 -49
  69. package/dist/collection/global/services/__mocks__/http-service.js +130 -130
  70. package/dist/collection/global/services/http-service.js +50 -50
  71. package/dist/collection/lang/lang.js +5 -5
  72. package/dist/collection/lang/piglatin.js +93 -93
  73. package/dist/esm/{functions-c315390d.js → functions-e528c934.js} +442 -442
  74. package/dist/esm/{global-1c69b942.js → global-c7a1f76c.js} +65 -65
  75. package/dist/esm/{http-service-5d037e16.js → http-service-3dc3b3e7.js} +49 -49
  76. package/dist/esm/{interfaces-61c6305b.js → interfaces-2b97fab2.js} +29 -29
  77. package/dist/esm/loader.js +2 -2
  78. package/dist/esm/polyfills/core-js.js +0 -0
  79. package/dist/esm/polyfills/dom.js +0 -0
  80. package/dist/esm/polyfills/es5-html-element.js +0 -0
  81. package/dist/esm/polyfills/index.js +0 -0
  82. package/dist/esm/polyfills/system.js +0 -0
  83. package/dist/esm/priv-chart-popover.entry.js +78 -78
  84. package/dist/esm/priv-datepicker.entry.js +667 -661
  85. package/dist/esm/priv-navigator-button.entry.js +18 -18
  86. package/dist/esm/priv-navigator-item.entry.js +23 -23
  87. package/dist/esm/ripple.js +2 -2
  88. package/dist/esm/wm-action-menu_2.entry.js +341 -341
  89. package/dist/esm/wm-button.entry.js +218 -218
  90. package/dist/esm/wm-chart-slice.entry.js +13 -13
  91. package/dist/esm/wm-chart.entry.js +516 -514
  92. package/dist/esm/wm-datepicker.entry.js +256 -256
  93. package/dist/esm/wm-input.entry.js +133 -125
  94. package/dist/esm/wm-modal-footer.entry.js +31 -31
  95. package/dist/esm/wm-modal-header.entry.js +34 -34
  96. package/dist/esm/wm-modal.entry.js +161 -161
  97. package/dist/esm/wm-navigator.entry.js +268 -268
  98. package/dist/esm/wm-network-uploader.entry.js +420 -420
  99. package/dist/esm/wm-option_2.entry.js +492 -492
  100. package/dist/esm/wm-pagination.entry.js +167 -167
  101. package/dist/esm/wm-search.entry.js +231 -231
  102. package/dist/esm/wm-snackbar.entry.js +170 -170
  103. package/dist/esm/wm-tab-item_3.entry.js +300 -300
  104. package/dist/esm/wm-tag-input.entry.js +556 -556
  105. package/dist/esm/wm-timepicker.entry.js +383 -383
  106. package/dist/esm/wm-toggletip.entry.js +124 -124
  107. package/dist/esm/wm-uploader.entry.js +346 -346
  108. package/dist/esm/wm-wrapper.entry.js +12 -12
  109. package/dist/ripple/{p-c5e44367.entry.js → p-092b01f3.entry.js} +1 -1
  110. package/dist/ripple/{p-5ffa983b.entry.js → p-1e0c41a9.entry.js} +1 -1
  111. package/dist/ripple/{p-d5fafa9c.entry.js → p-3003d26d.entry.js} +1 -1
  112. package/dist/ripple/{p-374b4fa6.entry.js → p-33524565.entry.js} +1 -1
  113. package/dist/ripple/{p-888bec42.js → p-43f1298b.js} +0 -0
  114. package/dist/ripple/{p-dea72d46.entry.js → p-4cc71463.entry.js} +1 -1
  115. package/dist/ripple/{p-e60fe2f5.js → p-588b4475.js} +0 -0
  116. package/dist/ripple/{p-b03382ea.entry.js → p-65e3a656.entry.js} +1 -1
  117. package/dist/ripple/{p-7bbd123c.entry.js → p-8923b7d0.entry.js} +1 -1
  118. package/dist/ripple/{p-ba9d3069.entry.js → p-8cd1396e.entry.js} +1 -1
  119. package/dist/ripple/{p-e574fb73.entry.js → p-aa973691.entry.js} +1 -1
  120. package/dist/ripple/{p-b4a8c8d3.entry.js → p-b3d5ea85.entry.js} +1 -1
  121. package/dist/ripple/{p-1a934627.entry.js → p-b5189f72.entry.js} +1 -1
  122. package/dist/ripple/p-bc27b604.entry.js +1 -0
  123. package/dist/ripple/p-bcb41945.entry.js +1 -0
  124. package/dist/ripple/{p-a50439f1.entry.js → p-cd58a15c.entry.js} +1 -1
  125. package/dist/ripple/{p-7f6c08c4.js → p-d298bf82.js} +1 -1
  126. package/dist/ripple/{p-41f39509.entry.js → p-dc9c9fda.entry.js} +1 -1
  127. package/dist/ripple/p-e7616311.entry.js +1 -0
  128. package/dist/ripple/{p-36da5d4a.entry.js → p-e9e8334e.entry.js} +1 -1
  129. package/dist/ripple/{p-ec5db255.entry.js → p-ec9697db.entry.js} +1 -1
  130. package/dist/ripple/p-efdaf3b6.entry.js +1 -0
  131. package/dist/ripple/{p-042d6449.entry.js → p-fcdc6395.entry.js} +1 -1
  132. package/dist/ripple/{p-a6d6eae7.js → p-fd8070fb.js} +0 -0
  133. package/dist/ripple/ripple.esm.js +1 -1
  134. package/dist/types/components/wm-action-menu/wm-action-menu.d.ts +48 -48
  135. package/dist/types/components/wm-button/wm-button.d.ts +44 -44
  136. package/dist/types/components/wm-chart/priv-chart-popover/priv-chart-popover.d.ts +23 -23
  137. package/dist/types/components/wm-chart/wm-chart-slice.d.ts +8 -8
  138. package/dist/types/components/wm-chart/wm-chart.d.ts +80 -80
  139. package/dist/types/components/wm-datepicker/priv-datepicker/priv-datepicker.d.ts +76 -75
  140. package/dist/types/components/wm-datepicker/wm-datepicker.d.ts +41 -41
  141. package/dist/types/components/wm-input/wm-input.d.ts +46 -45
  142. package/dist/types/components/wm-menuitem/wm-menuitem.d.ts +34 -34
  143. package/dist/types/components/wm-modal/wm-modal-footer.d.ts +15 -15
  144. package/dist/types/components/wm-modal/wm-modal-header.d.ts +12 -12
  145. package/dist/types/components/wm-modal/wm-modal.d.ts +41 -41
  146. package/dist/types/components/wm-navigator/priv-navigator-button/priv-navigator-button.d.ts +10 -10
  147. package/dist/types/components/wm-navigator/priv-navigator-item/priv-navigator-item.d.ts +13 -13
  148. package/dist/types/components/wm-navigator/wm-navigator.d.ts +61 -61
  149. package/dist/types/components/wm-option/wm-option.d.ts +32 -32
  150. package/dist/types/components/wm-pagination/wm-pagination.d.ts +32 -32
  151. package/dist/types/components/wm-search/wm-search.d.ts +86 -86
  152. package/dist/types/components/wm-select/wm-select.d.ts +66 -66
  153. package/dist/types/components/wm-snackbar/wm-snackbar.d.ts +35 -35
  154. package/dist/types/components/wm-tabs/wm-tab-item/wm-tab-item.d.ts +38 -38
  155. package/dist/types/components/wm-tabs/wm-tab-list/wm-tab-list.d.ts +53 -53
  156. package/dist/types/components/wm-tabs/wm-tab-panel/wm-tab-panel.d.ts +20 -20
  157. package/dist/types/components/wm-tag-input/wm-tag-input.d.ts +91 -91
  158. package/dist/types/components/wm-timepicker/wm-timepicker.d.ts +62 -62
  159. package/dist/types/components/wm-toggletip/wm-toggletip.d.ts +27 -27
  160. package/dist/types/components/wm-uploader/wm-network-uploader/wm-network-uploader.d.ts +85 -85
  161. package/dist/types/components/wm-uploader/wm-uploader.d.ts +80 -80
  162. package/dist/types/components/wm-wrapper/wm-wrapper.d.ts +7 -7
  163. package/dist/types/components.d.ts +24 -24
  164. package/dist/types/global/__mocks__/functions.d.ts +6 -6
  165. package/dist/types/global/functions.d.ts +40 -40
  166. package/dist/types/global/global.d.ts +1 -1
  167. package/dist/types/global/interfaces.d.ts +34 -34
  168. package/dist/types/global/services/__mocks__/http-service.d.ts +6 -6
  169. package/dist/types/global/services/http-service.d.ts +4 -4
  170. package/dist/types/lang/lang.d.ts +5 -5
  171. package/package.json +46 -46
  172. package/dist/ripple/p-053e8324.entry.js +0 -1
  173. package/dist/ripple/p-2689c3ff.entry.js +0 -1
  174. package/dist/ripple/p-589f8195.entry.js +0 -1
  175. package/dist/ripple/p-af4b2ea9.entry.js +0 -1
@@ -1,225 +1,225 @@
1
1
  import { r as registerInstance, f as forceUpdate, h, H as Host, g as getElement } from './index-66f8130e.js';
2
- import { g as getIconCodeFromName } from './interfaces-61c6305b.js';
3
- import { g as generateId, a as adjustTooltipPosition } from './functions-c315390d.js';
2
+ import { g as getIconCodeFromName } from './interfaces-2b97fab2.js';
3
+ import { g as generateId, a as adjustTooltipPosition } from './functions-e528c934.js';
4
4
 
5
5
  const wmButtonCss = "@charset \"UTF-8\";:host .wm-button,wm-button .wm-button{-ms-transition:background-color 500ms cubic-bezier(0.4, 0, 0.2, 1), color 500ms cubic-bezier(0.4, 0, 0.2, 1), border 500ms cubic-bezier(0.4, 0, 0.2, 1);-webkit-transition:background-color 500ms cubic-bezier(0.4, 0, 0.2, 1), color 500ms cubic-bezier(0.4, 0, 0.2, 1), border 500ms cubic-bezier(0.4, 0, 0.2, 1);-moz-transition:background-color 500ms cubic-bezier(0.4, 0, 0.2, 1), color 500ms cubic-bezier(0.4, 0, 0.2, 1), border 500ms cubic-bezier(0.4, 0, 0.2, 1);transition:background-color 500ms cubic-bezier(0.4, 0, 0.2, 1), color 500ms cubic-bezier(0.4, 0, 0.2, 1), border 500ms cubic-bezier(0.4, 0, 0.2, 1);-webkit-border-radius:5px;-moz-border-radius:5px;-ms-border-radius:5px;border-radius:5px;width:inherit;border:2px solid #575195;color:#575195;font-family:inherit;font-size:0.75rem;font-weight:700;height:2.75rem;padding:0 1.3333333333em;cursor:pointer;position:relative;background:#fff;display:flex;justify-content:center;align-items:center;text-decoration:none;text-transform:uppercase;letter-spacing:0.01875rem;overflow-wrap:break-word;word-wrap:break-word;word-break:break-word;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}@media screen and (min-width: 48rem){:host .wm-button,wm-button .wm-button{height:3.3333333333em}}:host .wm-button.nowrap,wm-button .wm-button.nowrap{display:inline-block;width:100%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}:host .wm-button:focus,wm-button .wm-button:focus{outline:none;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}:host .wm-button::-moz-focus-inner,wm-button .wm-button::-moz-focus-inner{border:0;outline:none}:host .wm-button.user-is-tabbing:focus:not(:disabled):not(.disabled):not(.-primary):not(.-secondary):not(.-secondary):not(.-selectoronly) .button-text,wm-button .wm-button.user-is-tabbing:focus:not(:disabled):not(.disabled):not(.-primary):not(.-secondary):not(.-secondary):not(.-selectoronly) .button-text{background:linear-gradient(90deg, #3862e9 66%, transparent 0) repeat-x;background-size:6px 3px;background-position:0 1em;border-radius:0;line-height:normal}:host .wm-button.user-is-tabbing:focus:not(.-textonly):not(:disabled):not(.disabled),wm-button .wm-button.user-is-tabbing:focus:not(.-textonly):not(:disabled):not(.disabled){-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}:host .wm-button.user-is-tabbing:focus:not(.-textonly):not(:disabled):not(.disabled):not(.dark),wm-button .wm-button.user-is-tabbing:focus:not(.-textonly):not(:disabled):not(.disabled):not(.dark){-webkit-box-shadow:0 2px 2px 0 rgba(244, 243, 246, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.1), 0 0 4px 3px #61279e;-moz-box-shadow:0 2px 2px 0 rgba(244, 243, 246, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.1), 0 0 4px 3px #61279e;box-shadow:0 2px 2px 0 rgba(244, 243, 246, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.1), 0 0 4px 3px #61279e}:host .wm-button.user-is-tabbing:focus:not(.-textonly):not(:disabled):not(.disabled):not(.dark)::-moz-focus-inner,wm-button .wm-button.user-is-tabbing:focus:not(.-textonly):not(:disabled):not(.disabled):not(.dark)::-moz-focus-inner{border:0}:host .wm-button.dark:not(.-textonly):not(:disabled):not(.disabled),wm-button .wm-button.dark:not(.-textonly):not(:disabled):not(.disabled){background:transparent;border:2px solid #fff;color:#fff}:host .wm-button.dark:not(.-textonly):not(:disabled):not(.disabled):hover,wm-button .wm-button.dark:not(.-textonly):not(:disabled):not(.disabled):hover{color:#575195;background:#e6e6e6;border:2px solid #e6e6e6}:host .wm-button.dark.user-is-tabbing:focus:not(.-textonly):not(:disabled):not(.disabled).dark,wm-button .wm-button.dark.user-is-tabbing:focus:not(.-textonly):not(:disabled):not(.disabled).dark{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;-webkit-box-shadow:0 2px 2px 0 rgba(244, 243, 246, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.1), 0 0 4px 3px #c6b4e3;-moz-box-shadow:0 2px 2px 0 rgba(244, 243, 246, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.1), 0 0 4px 3px #c6b4e3;box-shadow:0 2px 2px 0 rgba(244, 243, 246, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.1), 0 0 4px 3px #c6b4e3;outline:none}:host .wm-button:active:not(:disabled):not(.disabled):not(.-textonly):not(.-actionbutton):not(.displayedoption),wm-button .wm-button:active:not(:disabled):not(.disabled):not(.-textonly):not(.-actionbutton):not(.displayedoption){-ms-transform:scale(0.9, 0.9);-webkit-transform:scale(0.9, 0.9);-moz-transform:scale(0.9, 0.9);transform:scale(0.9, 0.9)}:host .wm-button:hover,wm-button .wm-button:hover{background:#464177;color:#fff}:host .wm-button .mdi,wm-button .wm-button .mdi{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}:host .wm-button:not(.-icononly):not(.-navigational) .mdi,wm-button .wm-button:not(.-icononly):not(.-navigational) .mdi{margin-right:0.3125rem}:host .wm-button[dir=RTL] :not(.-icononly) .mdi,wm-button .wm-button[dir=RTL] :not(.-icononly) .mdi{margin-left:0.3125rem;margin-right:0}:host .wm-button.-primary:not(.-textonly),wm-button .wm-button.-primary:not(.-textonly){background:#575195;color:#fff}:host .wm-button.-primary:not(.-textonly):not(:focus),wm-button .wm-button.-primary:not(.-textonly):not(:focus){-webkit-box-shadow:0 2px 2px 0 rgba(87, 81, 149, 0.12), 0 2px 2px 0 rgba(0, 0, 0, 0.2);-moz-box-shadow:0 2px 2px 0 rgba(87, 81, 149, 0.12), 0 2px 2px 0 rgba(0, 0, 0, 0.2);box-shadow:0 2px 2px 0 rgba(87, 81, 149, 0.12), 0 2px 2px 0 rgba(0, 0, 0, 0.2)}:host .wm-button.-primary:not(.-textonly):hover,wm-button .wm-button.-primary:not(.-textonly):hover{background:#464177}:host .wm-button.-primary:not(.-textonly).dark:not(:disabled):not(.disabled),wm-button .wm-button.-primary:not(.-textonly).dark:not(:disabled):not(.disabled){color:#575195;background:#fff;border:2px solid #fff}:host .wm-button.-primary:not(.-textonly).dark:not(:disabled):not(.disabled):hover,wm-button .wm-button.-primary:not(.-textonly).dark:not(:disabled):not(.disabled):hover{color:#575195;background:#e6e6e6;border:2px solid #e6e6e6}:host .wm-button.-textonly,wm-button .wm-button.-textonly{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;display:inline-block;letter-spacing:0;text-transform:none;text-align:initial;font-size:0.875rem;border:none;background:transparent;padding-left:0;padding-right:0;height:auto;border-radius:0;line-height:1}:host .wm-button.-textonly+.-textonly,wm-button .wm-button.-textonly+.-textonly{margin-left:0.3125rem}:host .wm-button.-textonly:focus,wm-button .wm-button.-textonly:focus{outline:none}:host .wm-button.-textonly::-moz-focus-inner,wm-button .wm-button.-textonly::-moz-focus-inner{border:0;outline:none}:host .wm-button.-textonly.user-is-tabbing:focus:not(:disabled):not(.disabled) .button-text,wm-button .wm-button.-textonly.user-is-tabbing:focus:not(:disabled):not(.disabled) .button-text{background:linear-gradient(90deg, #3862e9 66%, transparent 0) repeat-x;background-size:6px 3px;background-position:0 1em;border-radius:0;line-height:normal}:host .wm-button.-textonly.user-is-tabbing:focus:not(:disabled):not(.disabled).dark .button-text,wm-button .wm-button.-textonly.user-is-tabbing:focus:not(:disabled):not(.disabled).dark .button-text{background:linear-gradient(90deg, #fff 66%, transparent 0) repeat-x;background-size:6px 3px;background-position:0 1em;border-radius:0;line-height:normal}:host .wm-button.-textonly.small,wm-button .wm-button.-textonly.small{font-size:0.625rem}:host .wm-button.-textonly:hover:not(:disabled):not(.disabled):not(.-permanentlydelete),wm-button .wm-button.-textonly:hover:not(:disabled):not(.disabled):not(.-permanentlydelete){text-decoration:underline;color:#454077}:host .wm-button.-textonly.-permanentlydelete,wm-button .wm-button.-textonly.-permanentlydelete{color:#c0392b}:host .wm-button.-textonly.-permanentlydelete:hover,wm-button .wm-button.-textonly.-permanentlydelete:hover{text-decoration:underline;color:#c0392b !important}:host .wm-button.-textonly.dark,wm-button .wm-button.-textonly.dark{color:#fff}:host .wm-button.-textonly.dark:hover,wm-button .wm-button.-textonly.dark:hover{text-decoration:underline;color:#fff !important}:host .wm-button.-icononly,wm-button .wm-button.-icononly,:host .wm-button.-navigational,wm-button .wm-button.-navigational{-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;border-radius:50%;font-size:1rem;padding:0;height:auto;line-height:1;min-width:2.75rem;min-height:2.75rem;text-align:center;letter-spacing:normal}:host .wm-button.-icononly:not(:focus),wm-button .wm-button.-icononly:not(:focus),:host .wm-button.-navigational:not(:focus),wm-button .wm-button.-navigational:not(:focus){-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}@media screen and (min-width: 48rem){:host .wm-button.-icononly,wm-button .wm-button.-icononly,:host .wm-button.-navigational,wm-button .wm-button.-navigational{min-width:2.5rem;min-height:2.5rem}}:host .wm-button.-icononly,wm-button .wm-button.-icononly{border-width:1px !important}:host .wm-button.-icononly:before,wm-button .wm-button.-icononly: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}:host .wm-button.-navigational,wm-button .wm-button.-navigational{border:none !important;background-color:transparent}:host .wm-button.-navigational:not(.dark):not(:disabled),wm-button .wm-button.-navigational:not(.dark):not(:disabled){color:#575195}:host .wm-button.-navigational:not(.dark):not(:disabled):hover,wm-button .wm-button.-navigational:not(.dark):not(:disabled):hover,:host .wm-button.-navigational:not(.dark):not(:disabled).selected,wm-button .wm-button.-navigational:not(.dark):not(:disabled).selected{background-color:#d7d6d9}:host .wm-button.-navigational:before,wm-button .wm-button.-navigational: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}:host .wm-button.-permanentlydelete:not(.-textonly),wm-button .wm-button.-permanentlydelete:not(.-textonly){background:#c0392b;border-color:#c0392b;color:#fff}:host .wm-button.-selectoronly,wm-button .wm-button.-selectoronly{-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;border-radius:3px;display:block;background:transparent;border:1px solid #575195;border-radius:3px 3px 3px 3px;height:2.75rem;min-width:11.4375rem;padding:0 1.875rem 0 0.9375rem;line-height:normal;font-family:inherit;color:#575195;font-weight:500;font-size:0.875rem;text-transform:none;letter-spacing:0.01875rem;text-align:left}@media screen and (min-width: 48rem){:host .wm-button.-selectoronly,wm-button .wm-button.-selectoronly{height:2.5rem}}:host .wm-button.-selectoronly:before,wm-button .wm-button.-selectoronly: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:\"\";position:absolute;right:0.5625rem;top:50%;transform:translateY(-50%);pointer-events:none}:host .wm-button.-selectoronly:hover:not(:disabled):not(.disabled),wm-button .wm-button.-selectoronly:hover:not(:disabled):not(.disabled){background:transparent;text-decoration:none}:host .wm-button.-selectoronly:active,wm-button .wm-button.-selectoronly:active{-ms-transform:scale(1, 1) !important;transform:scale(1, 1) !important}:host .wm-button.-selectoronly::-moz-focus-inner,wm-button .wm-button.-selectoronly::-moz-focus-inner{border:0}:host .wm-button.-selectoronly .overflowcontrol,wm-button .wm-button.-selectoronly .overflowcontrol{display:block;white-space:nowrap;text-overflow:ellipsis;overflow:visible}:host .wm-button:disabled,wm-button .wm-button:disabled,:host .wm-button.disabled,wm-button .wm-button.disabled{background:inherit;border-color:#737373;color:#737373;cursor:default;pointer-events:none}:host .wm-button:disabled.dark,wm-button .wm-button:disabled.dark,:host .wm-button.disabled.dark,wm-button .wm-button.disabled.dark{color:#a6a6a6;border-color:#a6a6a6}:host .wm-button:disabled.-primary,wm-button .wm-button:disabled.-primary,:host .wm-button:disabled.-permanentlydelete,wm-button .wm-button:disabled.-permanentlydelete,:host .wm-button.disabled.-primary,wm-button .wm-button.disabled.-primary,:host .wm-button.disabled.-permanentlydelete,wm-button .wm-button.disabled.-permanentlydelete{background:#737373;color:#fff;border-color:#737373}:host .wm-button:disabled.-primary.dark,wm-button .wm-button:disabled.-primary.dark,:host .wm-button.disabled.-primary.dark,wm-button .wm-button.disabled.-primary.dark{background:#a6a6a6;border-color:#a6a6a6;color:#353b48}:host .wm-button:disabled.-secondary,wm-button .wm-button:disabled.-secondary,:host .wm-button.disabled.-secondary,wm-button .wm-button.disabled.-secondary{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}:host .wm-button:disabled.-selectoronly,wm-button .wm-button:disabled.-selectoronly,:host .wm-button.disabled.-selectoronly,wm-button .wm-button.disabled.-selectoronly{color:#737373}:host .wm-button:disabled.-textonly,wm-button .wm-button:disabled.-textonly,:host .wm-button.disabled.-textonly,wm-button .wm-button.disabled.-textonly{color:#6b6b6b;background:transparent}:host a.wm-button,wm-button a.wm-button,:host label.wm-button,wm-button label.wm-button{height:auto;padding-top:0.75rem;padding-bottom:0.75rem}:host([disabled]),:host(.button-disabled){pointer-events:none}:host,wm-button{display:inline-block;position:relative;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}:host .sr-only,wm-button .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;clip-path:inset(50%) !important;white-space:nowrap !important;margin:-1px !important}";
6
6
 
7
- const Button = class {
8
- constructor(hostRef) {
9
- registerInstance(this, hostRef);
10
- // icon and tooltip have reflect set to true. Without reflect, the react wrappers don't expose the attribute
11
- // and the component throws errors when they are required (when buttonType is icononly or navigational)
12
- this.disabled = false;
13
- this.buttonType = null;
14
- this.buttonStyle = null; // DEPRECATED in favor of button-type
15
- this.tooltipPosition = "bottom-right";
16
- this.adjustedTooltipPosition = this.tooltipPosition;
17
- this.permanentlyDelete = false;
18
- this.textWrap = true;
19
- this.tooltipVisible = false; // this is not part of the documented API but we need to expose as prop in order to change it from the focus method defined in WillLoad()
20
- this.isTabbing = false;
21
- this.id = generateId();
22
- this.clickFunc = null;
23
- this.ariaPopup = false;
24
- }
25
- get tempButtonType() {
26
- // uses of this getter should be replaced with this.buttonType when buttonStyle is fully phased out
27
- // don't forget to reset this.buttonType's default value to secondary
28
- return this.buttonType || this.buttonStyle || "secondary";
29
- }
30
- get isTruncated() {
31
- return !!this.buttonEl && this.buttonEl.offsetWidth < this.buttonEl.scrollWidth;
32
- }
33
- get hasTooltip() {
34
- // tooltip is only rendered for icononly and navigational types, or if the button text is truncated
35
- return this.tempButtonType === "icononly" || this.tempButtonType === "navigational" || this.isTruncated;
36
- }
37
- get tooltipEl() {
38
- return document.getElementById("wm-tooltip");
39
- }
40
- toggleTabbingOn() {
41
- this.isTabbing = true;
42
- }
43
- toggleTabbingOff() {
44
- this.isTabbing = false;
45
- }
46
- handleScroll() {
47
- if (this.tooltipVisible) {
48
- this.hideTooltip();
49
- }
50
- }
51
- handleOnClick() {
52
- // remove the onlick function when the component is disabled,
53
- // to handle a bug in Edge 42 where the function would run
54
- this.el.onclick = this.disabled ? null : this.clickFunc;
55
- }
56
- validateType(newValue) {
57
- const valid = ["primary", "secondary", "textonly", "icononly", "navigational", "selectoronly"].includes(newValue);
58
- if (!valid) {
59
- this.buttonType = "secondary";
60
- }
61
- this.validateIcon();
62
- }
63
- // remove entire watcher after buttonStyle has been fully removed
64
- validateDeprecatedType(newValue) {
65
- const valid = ["primary", "secondary", "textonly", "icononly", "navigational", "selectoronly"].includes(newValue);
66
- if (!valid) {
67
- this.buttonStyle = "secondary";
68
- }
69
- this.validateIcon();
70
- }
71
- updateIcon() {
72
- this.icon = getIconCodeFromName(this.icon);
73
- }
74
- validateIcon() {
75
- // if the style is icononly or navigational...
76
- if (this.tempButtonType === "icononly" || this.tempButtonType === "navigational") {
77
- // - an icon must be provided
78
- if (!this.icon) {
79
- console.error("wm-button should have a valid 'icon' property when button-type is set to 'icononly' or 'navigational'.");
80
- }
81
- // - if no tooltip text was passed and we couldn't generate one, throw an error
82
- if (!this.tooltip) {
83
- console.error("wm-button should have a valid 'tooltip' property when button-type is set to 'icononly' or 'navigational'.");
84
- }
85
- }
86
- }
87
- handleKeydown(ev) {
88
- switch (ev.key) {
89
- case "Enter":
90
- ev.preventDefault();
91
- if (!this.disabled) {
92
- this.el.click();
93
- }
94
- break;
95
- }
96
- }
97
- componentWillLoad() {
98
- if (this.buttonStyle) {
99
- console.warn("wm-button: button-style has been deprecated as of v3.1.0. Please use button-type instead.");
100
- }
101
- this.validateType(this.tempButtonType);
102
- // replacing the prototype's focus event by our own
103
- // to delegate focus to the appropriate el in the shadow root
104
- // we could replace by ShadowRoot.delegatesFocus()
105
- // when there's enough support for it
106
- // @ts-ignore
107
- this.el.focus = function () {
108
- if (!this.disabled) {
109
- this.shadowRoot.querySelector("button").focus();
110
- // prevent tooltip from showing on programmatic focus
111
- requestAnimationFrame(() => {
112
- this.tooltipVisible = false;
113
- });
114
- }
115
- };
116
- if (this.icon) {
117
- this.icon = this.icon = getIconCodeFromName(this.icon);
118
- }
119
- }
120
- componentDidLoad() {
121
- // store a reference of the onclick function if there is one
122
- // so we can remove it when the button is disabled
123
- // (to handle a bug in Edge 42)
124
- if (this.el.onclick) {
125
- this.clickFunc = this.el.onclick;
126
- }
127
- // this.handleOnClick();
128
- if (document.body.classList.contains("wmcl-user-is-tabbing")) {
129
- this.toggleTabbingOn();
130
- }
131
- this.ariaPopup = !!this.el.getAttribute("aria-haspopup");
132
- forceUpdate(this.el); // necessary to pass text-truncation tooltip test
133
- }
134
- showTooltip() {
135
- if (this.hasTooltip) {
136
- // set tooltip text
137
- this.tooltipEl.textContent = this.isTruncated ? this.el.textContent : this.tooltip;
138
- // adjust position in case there is no space to place the tooltip where specified via prop
139
- this.adjustedTooltipPosition = adjustTooltipPosition(this.tooltipPosition, this.buttonEl, this.tooltipEl);
140
- this.positionTooltip(this.adjustedTooltipPosition, this.tooltipEl);
141
- this.tooltipEl.style.transitionDelay = "500ms";
142
- this.tooltipEl.style.opacity = "1";
143
- // tooltip is only visible after the transition delay.
144
- // This also fixes an issue for keyboard users:
145
- // if they tab to a button out of screen bounds, the page scrolls
146
- // and hideTooltip() would be triggered before the tooltip would show
147
- setTimeout(() => {
148
- this.tooltipVisible = true;
149
- }, 500);
150
- }
151
- }
152
- positionTooltip(tPos, tooltipEl) {
153
- const tooltipHeight = tooltipEl.getBoundingClientRect().height;
154
- const tooltipWidth = tooltipEl.getBoundingClientRect().width;
155
- // to get the center positions, calculate the difference between the button width and the tooltip width
156
- const verticalDiff = (this.buttonEl.getBoundingClientRect().height - tooltipHeight) / 2;
157
- const horizontalDiff = (this.buttonEl.getBoundingClientRect().width - tooltipWidth) / 2;
158
- // the naming convention defaults to center in the absence of a value
159
- // "top" and "bottom" imply centering horizontally; "right" and "left" imply centering vertically
160
- // therefore we first set to center and adjust accordingly
161
- let verticalPos = this.buttonEl.getBoundingClientRect().top + verticalDiff;
162
- let horizontalPos = this.buttonEl.getBoundingClientRect().left + horizontalDiff;
163
- if (tPos.includes("top")) {
164
- verticalPos = this.buttonEl.getBoundingClientRect().top - tooltipHeight - 8;
165
- }
166
- if (tPos.includes("bottom")) {
167
- verticalPos = this.buttonEl.getBoundingClientRect().bottom + 8;
168
- }
169
- if (tPos.includes("left")) {
170
- horizontalPos = this.buttonEl.getBoundingClientRect().left - tooltipWidth - 8;
171
- }
172
- if (tPos.includes("right")) {
173
- horizontalPos = this.buttonEl.getBoundingClientRect().right + 8;
174
- }
175
- // after all positioning has been calculated, if tooltip is off-screen or closer than 24px it is readjusted
176
- // this only occurs when the tooltip is overflowing to the left and is positioned top or bottom
177
- // (button placed too far left, or screen size under 268px)
178
- horizontalPos = Math.max(horizontalPos, 24);
179
- tooltipEl.style.top = (verticalPos / 16).toString() + "rem";
180
- tooltipEl.style.left = (horizontalPos / 16).toString() + "rem";
181
- }
182
- hideTooltip() {
183
- if (this.hasTooltip) {
184
- this.tooltipEl.style.transitionDelay = "0s";
185
- this.tooltipEl.style.opacity = "0";
186
- this.tooltipVisible = false;
187
- }
188
- }
189
- showTooltipForKeyboardUsers() {
190
- if (this.isTabbing) {
191
- this.showTooltip();
192
- }
193
- }
194
- getClasses() {
195
- let classes = "wm-button";
196
- classes += this.permanentlyDelete ? " -permanentlydelete" : "";
197
- classes += this.tempButtonType ? " -" + this.tempButtonType : " -secondary";
198
- classes += this.textWrap ? "" : " nowrap";
199
- classes += this.isTabbing ? " user-is-tabbing" : "";
200
- classes += this.isTruncated ? " -truncated" : "";
201
- classes += this.customBackground === "dark" ? " dark" : "";
202
- return classes;
203
- }
204
- getAriaLabel() {
205
- if (this.tempButtonType === "icononly" || this.tempButtonType === "navigational") {
206
- return this.labelForIdenticalButtons || this.tooltip;
207
- }
208
- if (this.labelForIdenticalButtons) {
209
- return this.labelForIdenticalButtons;
210
- }
211
- }
212
- render() {
213
- return (h(Host, { class: this.disabled ? "button-disabled" : "" }, h("button", { id: this.id, class: `${this.getClasses()}`, disabled: this.disabled, ref: (el) => (this.buttonEl = el), "aria-label": this.getAriaLabel(), "aria-hasPopup": this.ariaPopup ? "menu" : null, onMouseEnter: () => this.showTooltip(), onMouseLeave: () => this.hideTooltip(), onFocus: () => this.showTooltipForKeyboardUsers(), onBlur: () => this.hideTooltip(), onClick: () => this.hideTooltip() }, this.icon && (h("span", { class: "mdi", style: this.iconSize ? { fontSize: this.iconSize } : {} }, String.fromCodePoint(parseInt(`0x${this.icon}`)))), h("span", { class: "button-text" }, h("slot", null)))));
214
- }
215
- get el() { return getElement(this); }
216
- static get watchers() { return {
217
- "disabled": ["handleOnClick"],
218
- "buttonType": ["validateType"],
219
- "buttonStyle": ["validateDeprecatedType"],
220
- "icon": ["updateIcon"]
221
- }; }
222
- };
7
+ const Button = class {
8
+ constructor(hostRef) {
9
+ registerInstance(this, hostRef);
10
+ // icon and tooltip have reflect set to true. Without reflect, the react wrappers don't expose the attribute
11
+ // and the component throws errors when they are required (when buttonType is icononly or navigational)
12
+ this.disabled = false;
13
+ this.buttonType = null;
14
+ this.buttonStyle = null; // DEPRECATED in favor of button-type
15
+ this.tooltipPosition = "bottom-right";
16
+ this.adjustedTooltipPosition = this.tooltipPosition;
17
+ this.permanentlyDelete = false;
18
+ this.textWrap = true;
19
+ this.tooltipVisible = false; // this is not part of the documented API but we need to expose as prop in order to change it from the focus method defined in WillLoad()
20
+ this.isTabbing = false;
21
+ this.id = generateId();
22
+ this.clickFunc = null;
23
+ this.ariaPopup = false;
24
+ }
25
+ get tempButtonType() {
26
+ // uses of this getter should be replaced with this.buttonType when buttonStyle is fully phased out
27
+ // don't forget to reset this.buttonType's default value to secondary
28
+ return this.buttonType || this.buttonStyle || "secondary";
29
+ }
30
+ get isTruncated() {
31
+ return !!this.buttonEl && this.buttonEl.offsetWidth < this.buttonEl.scrollWidth;
32
+ }
33
+ get hasTooltip() {
34
+ // tooltip is only rendered for icononly and navigational types, or if the button text is truncated
35
+ return this.tempButtonType === "icononly" || this.tempButtonType === "navigational" || this.isTruncated;
36
+ }
37
+ get tooltipEl() {
38
+ return document.getElementById("wm-tooltip");
39
+ }
40
+ toggleTabbingOn() {
41
+ this.isTabbing = true;
42
+ }
43
+ toggleTabbingOff() {
44
+ this.isTabbing = false;
45
+ }
46
+ handleScroll() {
47
+ if (this.tooltipVisible) {
48
+ this.hideTooltip();
49
+ }
50
+ }
51
+ handleOnClick() {
52
+ // remove the onlick function when the component is disabled,
53
+ // to handle a bug in Edge 42 where the function would run
54
+ this.el.onclick = this.disabled ? null : this.clickFunc;
55
+ }
56
+ validateType(newValue) {
57
+ const valid = ["primary", "secondary", "textonly", "icononly", "navigational", "selectoronly"].includes(newValue);
58
+ if (!valid) {
59
+ this.buttonType = "secondary";
60
+ }
61
+ this.validateIcon();
62
+ }
63
+ // remove entire watcher after buttonStyle has been fully removed
64
+ validateDeprecatedType(newValue) {
65
+ const valid = ["primary", "secondary", "textonly", "icononly", "navigational", "selectoronly"].includes(newValue);
66
+ if (!valid) {
67
+ this.buttonStyle = "secondary";
68
+ }
69
+ this.validateIcon();
70
+ }
71
+ updateIcon() {
72
+ this.icon = getIconCodeFromName(this.icon);
73
+ }
74
+ validateIcon() {
75
+ // if the style is icononly or navigational...
76
+ if (this.tempButtonType === "icononly" || this.tempButtonType === "navigational") {
77
+ // - an icon must be provided
78
+ if (!this.icon) {
79
+ console.error("wm-button should have a valid 'icon' property when button-type is set to 'icononly' or 'navigational'.");
80
+ }
81
+ // - if no tooltip text was passed and we couldn't generate one, throw an error
82
+ if (!this.tooltip) {
83
+ console.error("wm-button should have a valid 'tooltip' property when button-type is set to 'icononly' or 'navigational'.");
84
+ }
85
+ }
86
+ }
87
+ handleKeydown(ev) {
88
+ switch (ev.key) {
89
+ case "Enter":
90
+ ev.preventDefault();
91
+ if (!this.disabled) {
92
+ this.el.click();
93
+ }
94
+ break;
95
+ }
96
+ }
97
+ componentWillLoad() {
98
+ if (this.buttonStyle) {
99
+ console.warn("wm-button: button-style has been deprecated as of v3.1.0. Please use button-type instead.");
100
+ }
101
+ this.validateType(this.tempButtonType);
102
+ // replacing the prototype's focus event by our own
103
+ // to delegate focus to the appropriate el in the shadow root
104
+ // we could replace by ShadowRoot.delegatesFocus()
105
+ // when there's enough support for it
106
+ // @ts-ignore
107
+ this.el.focus = function () {
108
+ if (!this.disabled) {
109
+ this.shadowRoot.querySelector("button").focus();
110
+ // prevent tooltip from showing on programmatic focus
111
+ requestAnimationFrame(() => {
112
+ this.tooltipVisible = false;
113
+ });
114
+ }
115
+ };
116
+ if (this.icon) {
117
+ this.icon = this.icon = getIconCodeFromName(this.icon);
118
+ }
119
+ }
120
+ componentDidLoad() {
121
+ // store a reference of the onclick function if there is one
122
+ // so we can remove it when the button is disabled
123
+ // (to handle a bug in Edge 42)
124
+ if (this.el.onclick) {
125
+ this.clickFunc = this.el.onclick;
126
+ }
127
+ // this.handleOnClick();
128
+ if (document.body.classList.contains("wmcl-user-is-tabbing")) {
129
+ this.toggleTabbingOn();
130
+ }
131
+ this.ariaPopup = !!this.el.getAttribute("aria-haspopup");
132
+ forceUpdate(this.el); // necessary to pass text-truncation tooltip test
133
+ }
134
+ showTooltip() {
135
+ if (this.hasTooltip) {
136
+ // set tooltip text
137
+ this.tooltipEl.textContent = this.isTruncated ? this.el.textContent : this.tooltip;
138
+ // adjust position in case there is no space to place the tooltip where specified via prop
139
+ this.adjustedTooltipPosition = adjustTooltipPosition(this.tooltipPosition, this.buttonEl, this.tooltipEl);
140
+ this.positionTooltip(this.adjustedTooltipPosition, this.tooltipEl);
141
+ this.tooltipEl.style.transitionDelay = "500ms";
142
+ this.tooltipEl.style.opacity = "1";
143
+ // tooltip is only visible after the transition delay.
144
+ // This also fixes an issue for keyboard users:
145
+ // if they tab to a button out of screen bounds, the page scrolls
146
+ // and hideTooltip() would be triggered before the tooltip would show
147
+ setTimeout(() => {
148
+ this.tooltipVisible = true;
149
+ }, 500);
150
+ }
151
+ }
152
+ positionTooltip(tPos, tooltipEl) {
153
+ const tooltipHeight = tooltipEl.getBoundingClientRect().height;
154
+ const tooltipWidth = tooltipEl.getBoundingClientRect().width;
155
+ // to get the center positions, calculate the difference between the button width and the tooltip width
156
+ const verticalDiff = (this.buttonEl.getBoundingClientRect().height - tooltipHeight) / 2;
157
+ const horizontalDiff = (this.buttonEl.getBoundingClientRect().width - tooltipWidth) / 2;
158
+ // the naming convention defaults to center in the absence of a value
159
+ // "top" and "bottom" imply centering horizontally; "right" and "left" imply centering vertically
160
+ // therefore we first set to center and adjust accordingly
161
+ let verticalPos = this.buttonEl.getBoundingClientRect().top + verticalDiff;
162
+ let horizontalPos = this.buttonEl.getBoundingClientRect().left + horizontalDiff;
163
+ if (tPos.includes("top")) {
164
+ verticalPos = this.buttonEl.getBoundingClientRect().top - tooltipHeight - 8;
165
+ }
166
+ if (tPos.includes("bottom")) {
167
+ verticalPos = this.buttonEl.getBoundingClientRect().bottom + 8;
168
+ }
169
+ if (tPos.includes("left")) {
170
+ horizontalPos = this.buttonEl.getBoundingClientRect().left - tooltipWidth - 8;
171
+ }
172
+ if (tPos.includes("right")) {
173
+ horizontalPos = this.buttonEl.getBoundingClientRect().right + 8;
174
+ }
175
+ // after all positioning has been calculated, if tooltip is off-screen or closer than 24px it is readjusted
176
+ // this only occurs when the tooltip is overflowing to the left and is positioned top or bottom
177
+ // (button placed too far left, or screen size under 268px)
178
+ horizontalPos = Math.max(horizontalPos, 24);
179
+ tooltipEl.style.top = (verticalPos / 16).toString() + "rem";
180
+ tooltipEl.style.left = (horizontalPos / 16).toString() + "rem";
181
+ }
182
+ hideTooltip() {
183
+ if (this.hasTooltip) {
184
+ this.tooltipEl.style.transitionDelay = "0s";
185
+ this.tooltipEl.style.opacity = "0";
186
+ this.tooltipVisible = false;
187
+ }
188
+ }
189
+ showTooltipForKeyboardUsers() {
190
+ if (this.isTabbing) {
191
+ this.showTooltip();
192
+ }
193
+ }
194
+ getClasses() {
195
+ let classes = "wm-button";
196
+ classes += this.permanentlyDelete ? " -permanentlydelete" : "";
197
+ classes += this.tempButtonType ? " -" + this.tempButtonType : " -secondary";
198
+ classes += this.textWrap ? "" : " nowrap";
199
+ classes += this.isTabbing ? " user-is-tabbing" : "";
200
+ classes += this.isTruncated ? " -truncated" : "";
201
+ classes += this.customBackground === "dark" ? " dark" : "";
202
+ return classes;
203
+ }
204
+ getAriaLabel() {
205
+ if (this.tempButtonType === "icononly" || this.tempButtonType === "navigational") {
206
+ return this.labelForIdenticalButtons || this.tooltip;
207
+ }
208
+ if (this.labelForIdenticalButtons) {
209
+ return this.labelForIdenticalButtons;
210
+ }
211
+ }
212
+ render() {
213
+ return (h(Host, { class: this.disabled ? "button-disabled" : "" }, h("button", { id: this.id, class: `${this.getClasses()}`, disabled: this.disabled, ref: (el) => (this.buttonEl = el), "aria-label": this.getAriaLabel(), "aria-hasPopup": this.ariaPopup ? "menu" : null, onMouseEnter: () => this.showTooltip(), onMouseLeave: () => this.hideTooltip(), onFocus: () => this.showTooltipForKeyboardUsers(), onBlur: () => this.hideTooltip(), onClick: () => this.hideTooltip() }, this.icon && (h("span", { class: "mdi", style: this.iconSize ? { fontSize: this.iconSize } : {} }, String.fromCodePoint(parseInt(`0x${this.icon}`)))), h("span", { class: "button-text" }, h("slot", null)))));
214
+ }
215
+ get el() { return getElement(this); }
216
+ static get watchers() { return {
217
+ "disabled": ["handleOnClick"],
218
+ "buttonType": ["validateType"],
219
+ "buttonStyle": ["validateDeprecatedType"],
220
+ "icon": ["updateIcon"]
221
+ }; }
222
+ };
223
223
  Button.style = wmButtonCss;
224
224
 
225
225
  export { Button as wm_button };
@@ -1,18 +1,18 @@
1
1
  import { r as registerInstance, c as createEvent } from './index-66f8130e.js';
2
2
 
3
- const ChartSlice = class {
4
- constructor(hostRef) {
5
- registerInstance(this, hostRef);
6
- this.wmChartSliceUpdated = createEvent(this, "wmChartSliceUpdated", 7);
7
- }
8
- componentDidLoad() {
9
- if (parseInt(this.amount) > 0 && !this.legend) {
10
- throw new Error("wm-chart-slice was provided an amount value without a legend. The legend is required unless the amount is 0 or left empty. For more information see https://components.watermarkinsights.com/chart");
11
- }
12
- }
13
- componentDidUpdate() {
14
- this.wmChartSliceUpdated.emit();
15
- }
3
+ const ChartSlice = class {
4
+ constructor(hostRef) {
5
+ registerInstance(this, hostRef);
6
+ this.wmChartSliceUpdated = createEvent(this, "wmChartSliceUpdated", 7);
7
+ }
8
+ componentDidLoad() {
9
+ if (parseInt(this.amount) > 0 && !this.legend) {
10
+ throw new Error("wm-chart-slice was provided an amount value without a legend. The legend is required unless the amount is 0 or left empty. For more information see https://components.watermarkinsights.com/chart");
11
+ }
12
+ }
13
+ componentDidUpdate() {
14
+ this.wmChartSliceUpdated.emit();
15
+ }
16
16
  };
17
17
 
18
18
  export { ChartSlice as wm_chart_slice };