@watermarkinsights/ripple 3.7.0-3 → 3.7.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 (171) hide show
  1. package/README.md +3 -3
  2. package/dist/cjs/{functions-f0693632.js → functions-13b0e88e.js} +442 -442
  3. package/dist/cjs/{global-69ca443d.js → global-c802d13c.js} +65 -65
  4. package/dist/cjs/{http-service-494d81de.js → http-service-9e8c4dd5.js} +49 -49
  5. package/dist/cjs/{interfaces-a3338581.js → interfaces-30a74c1f.js} +29 -29
  6. package/dist/cjs/loader.cjs.js +1 -1
  7. package/dist/cjs/priv-chart-popover.cjs.entry.js +78 -78
  8. package/dist/cjs/priv-datepicker.cjs.entry.js +667 -667
  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 +1 -1
  12. package/dist/cjs/wm-action-menu_2.cjs.entry.js +341 -341
  13. package/dist/cjs/wm-button.cjs.entry.js +236 -236
  14. package/dist/cjs/wm-chart-slice.cjs.entry.js +13 -13
  15. package/dist/cjs/wm-chart.cjs.entry.js +474 -474
  16. package/dist/cjs/wm-datepicker.cjs.entry.js +262 -262
  17. package/dist/cjs/wm-input.cjs.entry.js +134 -134
  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 +494 -494
  24. package/dist/cjs/wm-pagination.cjs.entry.js +167 -167
  25. package/dist/cjs/wm-search.cjs.entry.js +232 -231
  26. package/dist/cjs/wm-snackbar.cjs.entry.js +170 -170
  27. package/dist/cjs/wm-tab-item_3.cjs.entry.js +296 -296
  28. package/dist/cjs/wm-tag-input.cjs.entry.js +570 -570
  29. package/dist/cjs/wm-timepicker.cjs.entry.js +380 -380
  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 +503 -503
  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.js +718 -718
  38. package/dist/collection/components/wm-datepicker/priv-datepicker/priv-datepicker.js +1015 -1015
  39. package/dist/collection/components/wm-datepicker/wm-datepicker.js +468 -468
  40. package/dist/collection/components/wm-input/wm-input.js +423 -423
  41. package/dist/collection/components/wm-menuitem/wm-menuitem.js +444 -444
  42. package/dist/collection/components/wm-modal/wm-modal-footer.js +141 -141
  43. package/dist/collection/components/wm-modal/wm-modal-header.js +92 -92
  44. package/dist/collection/components/wm-modal/wm-modal.js +459 -459
  45. package/dist/collection/components/wm-navigator/priv-navigator-button/priv-navigator-button.js +97 -97
  46. package/dist/collection/components/wm-navigator/priv-navigator-item/priv-navigator-item.js +114 -114
  47. package/dist/collection/components/wm-navigator/wm-navigator.js +468 -468
  48. package/dist/collection/components/wm-option/wm-option.js +422 -422
  49. package/dist/collection/components/wm-pagination/wm-pagination.js +368 -368
  50. package/dist/collection/components/wm-search/wm-search.js +480 -479
  51. package/dist/collection/components/wm-select/wm-select.js +720 -720
  52. package/dist/collection/components/wm-snackbar/wm-snackbar.js +297 -297
  53. package/dist/collection/components/wm-tabs/wm-tab-item/wm-tab-item.js +216 -216
  54. package/dist/collection/components/wm-tabs/wm-tab-list/wm-tab-list.js +330 -330
  55. package/dist/collection/components/wm-tabs/wm-tab-panel/wm-tab-panel.js +104 -104
  56. package/dist/collection/components/wm-tag-input/wm-tag-input.js +801 -801
  57. package/dist/collection/components/wm-timepicker/wm-timepicker.js +580 -580
  58. package/dist/collection/components/wm-toggletip/wm-toggletip.js +241 -241
  59. package/dist/collection/components/wm-uploader/wm-network-uploader/wm-network-uploader.js +753 -753
  60. package/dist/collection/components/wm-uploader/wm-uploader.js +748 -748
  61. package/dist/collection/components/wm-wrapper/wm-wrapper.js +27 -27
  62. package/dist/collection/dev/scripts.js +20 -20
  63. package/dist/collection/global/__mocks__/functions.js +6 -6
  64. package/dist/collection/global/functions.js +445 -445
  65. package/dist/collection/global/global.js +72 -72
  66. package/dist/collection/global/interfaces.js +49 -49
  67. package/dist/collection/global/services/__mocks__/http-service.js +130 -130
  68. package/dist/collection/global/services/http-service.js +50 -50
  69. package/dist/collection/lang/lang.js +5 -5
  70. package/dist/collection/lang/missing.js +39 -39
  71. package/dist/collection/lang/piglatin.js +93 -93
  72. package/dist/esm/{functions-cbfc81d1.js → functions-6ddad20e.js} +442 -442
  73. package/dist/esm/{global-a12289f9.js → global-a4da88c7.js} +65 -65
  74. package/dist/esm/{http-service-3dc3b3e7.js → http-service-5d037e16.js} +49 -49
  75. package/dist/esm/{interfaces-2b97fab2.js → interfaces-61c6305b.js} +29 -29
  76. package/dist/esm/loader.js +1 -1
  77. package/dist/esm/polyfills/core-js.js +0 -0
  78. package/dist/esm/polyfills/dom.js +0 -0
  79. package/dist/esm/polyfills/es5-html-element.js +0 -0
  80. package/dist/esm/polyfills/index.js +0 -0
  81. package/dist/esm/polyfills/system.js +0 -0
  82. package/dist/esm/priv-chart-popover.entry.js +78 -78
  83. package/dist/esm/priv-datepicker.entry.js +667 -667
  84. package/dist/esm/priv-navigator-button.entry.js +18 -18
  85. package/dist/esm/priv-navigator-item.entry.js +23 -23
  86. package/dist/esm/ripple.js +1 -1
  87. package/dist/esm/wm-action-menu_2.entry.js +341 -341
  88. package/dist/esm/wm-button.entry.js +236 -236
  89. package/dist/esm/wm-chart-slice.entry.js +13 -13
  90. package/dist/esm/wm-chart.entry.js +474 -474
  91. package/dist/esm/wm-datepicker.entry.js +262 -262
  92. package/dist/esm/wm-input.entry.js +134 -134
  93. package/dist/esm/wm-modal-footer.entry.js +31 -31
  94. package/dist/esm/wm-modal-header.entry.js +34 -34
  95. package/dist/esm/wm-modal.entry.js +161 -161
  96. package/dist/esm/wm-navigator.entry.js +268 -268
  97. package/dist/esm/wm-network-uploader.entry.js +420 -420
  98. package/dist/esm/wm-option_2.entry.js +494 -494
  99. package/dist/esm/wm-pagination.entry.js +167 -167
  100. package/dist/esm/wm-search.entry.js +232 -231
  101. package/dist/esm/wm-snackbar.entry.js +170 -170
  102. package/dist/esm/wm-tab-item_3.entry.js +296 -296
  103. package/dist/esm/wm-tag-input.entry.js +570 -570
  104. package/dist/esm/wm-timepicker.entry.js +380 -380
  105. package/dist/esm/wm-toggletip.entry.js +124 -124
  106. package/dist/esm/wm-uploader.entry.js +346 -346
  107. package/dist/esm/wm-wrapper.entry.js +12 -12
  108. package/dist/ripple/{p-5585f23e.entry.js → p-0068e871.entry.js} +1 -1
  109. package/dist/ripple/{p-7d9c18b9.entry.js → p-00999aeb.entry.js} +1 -1
  110. package/dist/ripple/{p-cd466a5b.entry.js → p-08b273ba.entry.js} +1 -1
  111. package/dist/ripple/{p-266e4bc2.entry.js → p-196b4c55.entry.js} +1 -1
  112. package/dist/ripple/{p-e3765b8e.entry.js → p-1a3df227.entry.js} +1 -1
  113. package/dist/ripple/{p-30f13477.entry.js → p-3590a57f.entry.js} +1 -1
  114. package/dist/ripple/{p-8a4bac13.entry.js → p-3a178ac8.entry.js} +1 -1
  115. package/dist/ripple/{p-74438aab.entry.js → p-46371fad.entry.js} +1 -1
  116. package/dist/ripple/p-5548fc7c.js +1 -0
  117. package/dist/ripple/{p-da1435f1.entry.js → p-5c73fd59.entry.js} +1 -1
  118. package/dist/ripple/{p-0c488d9d.entry.js → p-66513af1.entry.js} +1 -1
  119. package/dist/ripple/{p-bd05632b.entry.js → p-828316d6.entry.js} +1 -1
  120. package/dist/ripple/{p-b5edcf38.js → p-857a0bc0.js} +0 -0
  121. package/dist/ripple/{p-43f1298b.js → p-888bec42.js} +0 -0
  122. package/dist/ripple/{p-2caeca6b.entry.js → p-9624967f.entry.js} +1 -1
  123. package/dist/ripple/{p-938a5ba4.entry.js → p-99e2c5f6.entry.js} +1 -1
  124. package/dist/ripple/{p-fd8070fb.js → p-a6d6eae7.js} +0 -0
  125. package/dist/ripple/{p-b9656d44.entry.js → p-b495e06c.entry.js} +1 -1
  126. package/dist/ripple/{p-4870d369.entry.js → p-b8aa478f.entry.js} +1 -1
  127. package/dist/ripple/{p-4414cb64.entry.js → p-bf985c5d.entry.js} +1 -1
  128. package/dist/ripple/{p-c0b0510a.entry.js → p-cd6de442.entry.js} +1 -1
  129. package/dist/ripple/{p-111f705a.entry.js → p-cfdf1a79.entry.js} +1 -1
  130. package/dist/ripple/{p-ad73d523.entry.js → p-d22c957d.entry.js} +1 -1
  131. package/dist/ripple/{p-f3569e91.entry.js → p-e43b4eda.entry.js} +1 -1
  132. package/dist/ripple/ripple.esm.js +1 -1
  133. package/dist/types/components/wm-action-menu/wm-action-menu.d.ts +48 -48
  134. package/dist/types/components/wm-button/wm-button.d.ts +44 -44
  135. package/dist/types/components/wm-chart/priv-chart-popover/priv-chart-popover.d.ts +23 -23
  136. package/dist/types/components/wm-chart/wm-chart-slice.d.ts +8 -8
  137. package/dist/types/components/wm-chart/wm-chart.d.ts +82 -82
  138. package/dist/types/components/wm-datepicker/priv-datepicker/priv-datepicker.d.ts +76 -76
  139. package/dist/types/components/wm-datepicker/wm-datepicker.d.ts +41 -41
  140. package/dist/types/components/wm-input/wm-input.d.ts +46 -46
  141. package/dist/types/components/wm-menuitem/wm-menuitem.d.ts +34 -34
  142. package/dist/types/components/wm-modal/wm-modal-footer.d.ts +15 -15
  143. package/dist/types/components/wm-modal/wm-modal-header.d.ts +12 -12
  144. package/dist/types/components/wm-modal/wm-modal.d.ts +41 -41
  145. package/dist/types/components/wm-navigator/priv-navigator-button/priv-navigator-button.d.ts +10 -10
  146. package/dist/types/components/wm-navigator/priv-navigator-item/priv-navigator-item.d.ts +13 -13
  147. package/dist/types/components/wm-navigator/wm-navigator.d.ts +61 -61
  148. package/dist/types/components/wm-option/wm-option.d.ts +32 -32
  149. package/dist/types/components/wm-pagination/wm-pagination.d.ts +32 -32
  150. package/dist/types/components/wm-search/wm-search.d.ts +86 -86
  151. package/dist/types/components/wm-select/wm-select.d.ts +66 -66
  152. package/dist/types/components/wm-snackbar/wm-snackbar.d.ts +35 -35
  153. package/dist/types/components/wm-tabs/wm-tab-item/wm-tab-item.d.ts +38 -38
  154. package/dist/types/components/wm-tabs/wm-tab-list/wm-tab-list.d.ts +53 -53
  155. package/dist/types/components/wm-tabs/wm-tab-panel/wm-tab-panel.d.ts +20 -20
  156. package/dist/types/components/wm-tag-input/wm-tag-input.d.ts +92 -92
  157. package/dist/types/components/wm-timepicker/wm-timepicker.d.ts +61 -61
  158. package/dist/types/components/wm-toggletip/wm-toggletip.d.ts +27 -27
  159. package/dist/types/components/wm-uploader/wm-network-uploader/wm-network-uploader.d.ts +85 -85
  160. package/dist/types/components/wm-uploader/wm-uploader.d.ts +80 -80
  161. package/dist/types/components/wm-wrapper/wm-wrapper.d.ts +7 -7
  162. package/dist/types/components.d.ts +24 -24
  163. package/dist/types/global/__mocks__/functions.d.ts +6 -6
  164. package/dist/types/global/functions.d.ts +40 -40
  165. package/dist/types/global/global.d.ts +1 -1
  166. package/dist/types/global/interfaces.d.ts +34 -34
  167. package/dist/types/global/services/__mocks__/http-service.d.ts +6 -6
  168. package/dist/types/global/services/http-service.d.ts +4 -4
  169. package/dist/types/lang/lang.d.ts +5 -5
  170. package/package.json +47 -47
  171. package/dist/ripple/p-c296ff27.js +0 -1
@@ -3,245 +3,245 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-cd179539.js');
6
- const interfaces = require('./interfaces-a3338581.js');
7
- const functions = require('./functions-f0693632.js');
6
+ const interfaces = require('./interfaces-30a74c1f.js');
7
+ const functions = require('./functions-13b0e88e.js');
8
8
 
9
9
  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) :host .wm-button.-textonly .button-text,wm-button .wm-button.user-is-tabbing:focus:not(:disabled):not(.disabled) :host .wm-button.-textonly .button-text,:host .wm-button.user-is-tabbing:focus:not(:disabled):not(.disabled) wm-button .wm-button.-textonly .button-text,wm-button .wm-button.user-is-tabbing:focus:not(:disabled):not(.disabled) wm-button .wm-button.-textonly .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.-permanentlydelete:not(.-textonly):hover,wm-button .wm-button.-permanentlydelete:not(.-textonly):hover{background:#9a2e22;border-color:#9a2e22}:host .wm-button.-pairnegative,wm-button .wm-button.-pairnegative{background:#cc4c3e;border-color:#cc4c3e;color:#fff}:host .wm-button.-pairnegative:hover,wm-button .wm-button.-pairnegative:hover{background:#a33d32;border-color:#a33d32}:host .wm-button.-pairpositive,wm-button .wm-button.-pairpositive{background:#15868d;border-color:#15868d;color:#fff}:host .wm-button.-pairpositive:hover,wm-button .wm-button.-pairpositive:hover{background:#116b71;border-color:#116b71}: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.-pairnegative,wm-button .wm-button:disabled.-pairnegative,:host .wm-button:disabled.-pairpositive,wm-button .wm-button:disabled.-pairpositive,: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.-pairnegative,wm-button .wm-button.disabled.-pairnegative,:host .wm-button.disabled.-pairpositive,wm-button .wm-button.disabled.-pairpositive{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}";
10
10
 
11
- const Button = class {
12
- constructor(hostRef) {
13
- index.registerInstance(this, hostRef);
14
- // icon and tooltip have reflect set to true. Without reflect, the react wrappers don't expose the attribute
15
- // and the component throws errors when they are required (when buttonType is icononly or navigational)
16
- this.disabled = false;
17
- this.buttonType = null;
18
- this.buttonStyle = null; // DEPRECATED in favor of button-type
19
- this.tooltipPosition = "bottom-right";
20
- this.adjustedTooltipPosition = this.tooltipPosition;
21
- this.permanentlyDelete = false;
22
- this.textWrap = true;
23
- 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()
24
- this.isTabbing = false;
25
- this.id = functions.generateId();
26
- this.clickFunc = null;
27
- this.ariaPopup = false;
28
- }
29
- get tempButtonType() {
30
- // uses of this getter should be replaced with this.buttonType when buttonStyle is fully phased out
31
- // don't forget to reset this.buttonType's default value to secondary
32
- return this.buttonType || this.buttonStyle || "secondary";
33
- }
34
- get isTruncated() {
35
- return !!this.buttonEl && this.buttonEl.offsetWidth < this.buttonEl.scrollWidth;
36
- }
37
- get hasTooltip() {
38
- // tooltip is only rendered for icononly and navigational types, or if the button text is truncated
39
- return this.tempButtonType === "icononly" || this.tempButtonType === "navigational" || this.isTruncated;
40
- }
41
- get tooltipEl() {
42
- return document.getElementById("wm-tooltip");
43
- }
44
- toggleTabbingOn() {
45
- this.isTabbing = true;
46
- }
47
- toggleTabbingOff() {
48
- this.isTabbing = false;
49
- }
50
- handleScroll() {
51
- if (this.tooltipVisible) {
52
- this.hideTooltip();
53
- }
54
- }
55
- handleOnClick() {
56
- // remove the onlick function when the component is disabled,
57
- // to handle a bug in Edge 42 where the function would run
58
- this.el.onclick = this.disabled ? null : this.clickFunc;
59
- }
60
- validateType(newValue) {
61
- const valid = [
62
- "primary",
63
- "secondary",
64
- "textonly",
65
- "icononly",
66
- "navigational",
67
- "selectoronly",
68
- "pairpositive",
69
- "pairnegative",
70
- ].includes(newValue);
71
- if (!valid) {
72
- this.buttonType = "secondary";
73
- }
74
- this.validateIcon();
75
- }
76
- // remove entire watcher after buttonStyle has been fully removed
77
- validateDeprecatedType(newValue) {
78
- const valid = ["primary", "secondary", "textonly", "icononly", "navigational", "selectoronly"].includes(newValue);
79
- if (!valid) {
80
- this.buttonStyle = "secondary";
81
- }
82
- this.validateIcon();
83
- }
84
- updateIcon() {
85
- this.icon = interfaces.getIconCodeFromName(this.icon);
86
- }
87
- validateIcon() {
88
- switch (this.tempButtonType) {
89
- case "icononly":
90
- case "navigational":
91
- // if the style is icononly or navigational...
92
- // - an icon must be provided
93
- if (!this.icon) {
94
- console.error("wm-button should have a valid 'icon' property when button-type is set to 'icononly' or 'navigational'.");
95
- }
96
- // - if no tooltip text was passed and we couldn't generate one, throw an error
97
- if (!this.tooltip) {
98
- console.error("wm-button should have a valid 'tooltip' property when button-type is set to 'icononly' or 'navigational'.");
99
- }
100
- break;
101
- case "pairpositive":
102
- this.icon = "f12c";
103
- break;
104
- case "pairnegative":
105
- this.icon = "f739";
106
- break;
107
- }
108
- }
109
- handleKeydown(ev) {
110
- switch (ev.key) {
111
- case "Enter":
112
- ev.preventDefault();
113
- if (!this.disabled) {
114
- this.el.click();
115
- }
116
- break;
117
- }
118
- }
119
- componentWillLoad() {
120
- if (this.buttonStyle) {
121
- console.warn("wm-button: button-style has been deprecated as of v3.1.0. Please use button-type instead.");
122
- }
123
- this.validateType(this.tempButtonType);
124
- // replacing the prototype's focus event by our own
125
- // to delegate focus to the appropriate el in the shadow root
126
- // we could replace by ShadowRoot.delegatesFocus()
127
- // when there's enough support for it
128
- // @ts-ignore
129
- this.el.focus = function () {
130
- if (!this.disabled) {
131
- this.shadowRoot.querySelector("button").focus();
132
- // prevent tooltip from showing on programmatic focus
133
- requestAnimationFrame(() => {
134
- this.tooltipVisible = false;
135
- });
136
- }
137
- };
138
- if (this.icon) {
139
- this.icon = this.icon = interfaces.getIconCodeFromName(this.icon);
140
- }
141
- }
142
- componentDidLoad() {
143
- // store a reference of the onclick function if there is one
144
- // so we can remove it when the button is disabled
145
- // (to handle a bug in Edge 42)
146
- if (this.el.onclick) {
147
- this.clickFunc = this.el.onclick;
148
- }
149
- // this.handleOnClick();
150
- if (document.body.classList.contains("wmcl-user-is-tabbing")) {
151
- this.toggleTabbingOn();
152
- }
153
- this.ariaPopup = !!this.el.getAttribute("aria-haspopup");
154
- index.forceUpdate(this.el); // necessary to pass text-truncation tooltip test
155
- }
156
- showTooltip() {
157
- if (this.hasTooltip) {
158
- // set tooltip text
159
- this.tooltipEl.textContent = this.isTruncated ? this.el.textContent : this.tooltip;
160
- // adjust position in case there is no space to place the tooltip where specified via prop
161
- this.adjustedTooltipPosition = functions.adjustTooltipPosition(this.tooltipPosition, this.buttonEl, this.tooltipEl);
162
- this.positionTooltip(this.adjustedTooltipPosition, this.tooltipEl);
163
- this.tooltipEl.style.transitionDelay = "500ms";
164
- this.tooltipEl.style.opacity = "1";
165
- // tooltip is only visible after the transition delay.
166
- // This also fixes an issue for keyboard users:
167
- // if they tab to a button out of screen bounds, the page scrolls
168
- // and hideTooltip() would be triggered before the tooltip would show
169
- setTimeout(() => {
170
- this.tooltipVisible = true;
171
- }, 500);
172
- }
173
- }
174
- positionTooltip(tPos, tooltipEl) {
175
- const tooltipHeight = tooltipEl.getBoundingClientRect().height;
176
- const tooltipWidth = tooltipEl.getBoundingClientRect().width;
177
- // to get the center positions, calculate the difference between the button width and the tooltip width
178
- const verticalDiff = (this.buttonEl.getBoundingClientRect().height - tooltipHeight) / 2;
179
- const horizontalDiff = (this.buttonEl.getBoundingClientRect().width - tooltipWidth) / 2;
180
- // the naming convention defaults to center in the absence of a value
181
- // "top" and "bottom" imply centering horizontally; "right" and "left" imply centering vertically
182
- // therefore we first set to center and adjust accordingly
183
- let verticalPos = this.buttonEl.getBoundingClientRect().top + verticalDiff;
184
- let horizontalPos = this.buttonEl.getBoundingClientRect().left + horizontalDiff;
185
- if (tPos.includes("top")) {
186
- verticalPos = this.buttonEl.getBoundingClientRect().top - tooltipHeight - 8;
187
- }
188
- if (tPos.includes("bottom")) {
189
- verticalPos = this.buttonEl.getBoundingClientRect().bottom + 8;
190
- }
191
- if (tPos.includes("left")) {
192
- horizontalPos = this.buttonEl.getBoundingClientRect().left - tooltipWidth - 8;
193
- }
194
- if (tPos.includes("right")) {
195
- horizontalPos = this.buttonEl.getBoundingClientRect().right + 8;
196
- }
197
- // after all positioning has been calculated, if tooltip is off-screen or closer than 24px it is readjusted
198
- // this only occurs when the tooltip is overflowing to the left and is positioned top or bottom
199
- // (button placed too far left, or screen size under 268px)
200
- horizontalPos = Math.max(horizontalPos, 24);
201
- tooltipEl.style.top = (verticalPos / 16).toString() + "rem";
202
- tooltipEl.style.left = (horizontalPos / 16).toString() + "rem";
203
- }
204
- hideTooltip() {
205
- if (this.hasTooltip) {
206
- this.tooltipEl.style.transitionDelay = "0s";
207
- this.tooltipEl.style.opacity = "0";
208
- this.tooltipVisible = false;
209
- }
210
- }
211
- showTooltipForKeyboardUsers() {
212
- if (this.isTabbing) {
213
- this.showTooltip();
214
- }
215
- }
216
- getClasses() {
217
- let classes = "wm-button";
218
- classes += this.permanentlyDelete ? " -permanentlydelete" : "";
219
- classes += this.tempButtonType ? " -" + this.tempButtonType : " -secondary";
220
- classes += this.textWrap ? "" : " nowrap";
221
- classes += this.isTabbing ? " user-is-tabbing" : "";
222
- classes += this.isTruncated ? " -truncated" : "";
223
- classes += this.customBackground === "dark" ? " dark" : "";
224
- return classes;
225
- }
226
- getAriaLabel() {
227
- if (this.tempButtonType === "icononly" || this.tempButtonType === "navigational") {
228
- return this.labelForIdenticalButtons || this.tooltip;
229
- }
230
- if (this.labelForIdenticalButtons) {
231
- return this.labelForIdenticalButtons;
232
- }
233
- }
234
- render() {
235
- return (index.h(index.Host, { class: this.disabled ? "button-disabled" : "" }, index.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 && (index.h("span", { class: "mdi", style: this.iconSize ? { fontSize: this.iconSize } : {} }, String.fromCodePoint(parseInt(`0x${this.icon}`)))), index.h("span", { class: "button-text" }, index.h("slot", null)))));
236
- }
237
- get el() { return index.getElement(this); }
238
- static get watchers() { return {
239
- "disabled": ["handleOnClick"],
240
- "buttonType": ["validateType"],
241
- "buttonStyle": ["validateDeprecatedType"],
242
- "icon": ["updateIcon"]
243
- }; }
244
- };
11
+ const Button = class {
12
+ constructor(hostRef) {
13
+ index.registerInstance(this, hostRef);
14
+ // icon and tooltip have reflect set to true. Without reflect, the react wrappers don't expose the attribute
15
+ // and the component throws errors when they are required (when buttonType is icononly or navigational)
16
+ this.disabled = false;
17
+ this.buttonType = null;
18
+ this.buttonStyle = null; // DEPRECATED in favor of button-type
19
+ this.tooltipPosition = "bottom-right";
20
+ this.adjustedTooltipPosition = this.tooltipPosition;
21
+ this.permanentlyDelete = false;
22
+ this.textWrap = true;
23
+ 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()
24
+ this.isTabbing = false;
25
+ this.id = functions.generateId();
26
+ this.clickFunc = null;
27
+ this.ariaPopup = false;
28
+ }
29
+ get tempButtonType() {
30
+ // uses of this getter should be replaced with this.buttonType when buttonStyle is fully phased out
31
+ // don't forget to reset this.buttonType's default value to secondary
32
+ return this.buttonType || this.buttonStyle || "secondary";
33
+ }
34
+ get isTruncated() {
35
+ return !!this.buttonEl && this.buttonEl.offsetWidth < this.buttonEl.scrollWidth;
36
+ }
37
+ get hasTooltip() {
38
+ // tooltip is only rendered for icononly and navigational types, or if the button text is truncated
39
+ return this.tempButtonType === "icononly" || this.tempButtonType === "navigational" || this.isTruncated;
40
+ }
41
+ get tooltipEl() {
42
+ return document.getElementById("wm-tooltip");
43
+ }
44
+ toggleTabbingOn() {
45
+ this.isTabbing = true;
46
+ }
47
+ toggleTabbingOff() {
48
+ this.isTabbing = false;
49
+ }
50
+ handleScroll() {
51
+ if (this.tooltipVisible) {
52
+ this.hideTooltip();
53
+ }
54
+ }
55
+ handleOnClick() {
56
+ // remove the onlick function when the component is disabled,
57
+ // to handle a bug in Edge 42 where the function would run
58
+ this.el.onclick = this.disabled ? null : this.clickFunc;
59
+ }
60
+ validateType(newValue) {
61
+ const valid = [
62
+ "primary",
63
+ "secondary",
64
+ "textonly",
65
+ "icononly",
66
+ "navigational",
67
+ "selectoronly",
68
+ "pairpositive",
69
+ "pairnegative",
70
+ ].includes(newValue);
71
+ if (!valid) {
72
+ this.buttonType = "secondary";
73
+ }
74
+ this.validateIcon();
75
+ }
76
+ // remove entire watcher after buttonStyle has been fully removed
77
+ validateDeprecatedType(newValue) {
78
+ const valid = ["primary", "secondary", "textonly", "icononly", "navigational", "selectoronly"].includes(newValue);
79
+ if (!valid) {
80
+ this.buttonStyle = "secondary";
81
+ }
82
+ this.validateIcon();
83
+ }
84
+ updateIcon() {
85
+ this.icon = interfaces.getIconCodeFromName(this.icon);
86
+ }
87
+ validateIcon() {
88
+ switch (this.tempButtonType) {
89
+ case "icononly":
90
+ case "navigational":
91
+ // if the style is icononly or navigational...
92
+ // - an icon must be provided
93
+ if (!this.icon) {
94
+ console.error("wm-button should have a valid 'icon' property when button-type is set to 'icononly' or 'navigational'.");
95
+ }
96
+ // - if no tooltip text was passed and we couldn't generate one, throw an error
97
+ if (!this.tooltip) {
98
+ console.error("wm-button should have a valid 'tooltip' property when button-type is set to 'icononly' or 'navigational'.");
99
+ }
100
+ break;
101
+ case "pairpositive":
102
+ this.icon = "f12c";
103
+ break;
104
+ case "pairnegative":
105
+ this.icon = "f739";
106
+ break;
107
+ }
108
+ }
109
+ handleKeydown(ev) {
110
+ switch (ev.key) {
111
+ case "Enter":
112
+ ev.preventDefault();
113
+ if (!this.disabled) {
114
+ this.el.click();
115
+ }
116
+ break;
117
+ }
118
+ }
119
+ componentWillLoad() {
120
+ if (this.buttonStyle) {
121
+ console.warn("wm-button: button-style has been deprecated as of v3.1.0. Please use button-type instead.");
122
+ }
123
+ this.validateType(this.tempButtonType);
124
+ // replacing the prototype's focus event by our own
125
+ // to delegate focus to the appropriate el in the shadow root
126
+ // we could replace by ShadowRoot.delegatesFocus()
127
+ // when there's enough support for it
128
+ // @ts-ignore
129
+ this.el.focus = function () {
130
+ if (!this.disabled) {
131
+ this.shadowRoot.querySelector("button").focus();
132
+ // prevent tooltip from showing on programmatic focus
133
+ requestAnimationFrame(() => {
134
+ this.tooltipVisible = false;
135
+ });
136
+ }
137
+ };
138
+ if (this.icon) {
139
+ this.icon = this.icon = interfaces.getIconCodeFromName(this.icon);
140
+ }
141
+ }
142
+ componentDidLoad() {
143
+ // store a reference of the onclick function if there is one
144
+ // so we can remove it when the button is disabled
145
+ // (to handle a bug in Edge 42)
146
+ if (this.el.onclick) {
147
+ this.clickFunc = this.el.onclick;
148
+ }
149
+ // this.handleOnClick();
150
+ if (document.body.classList.contains("wmcl-user-is-tabbing")) {
151
+ this.toggleTabbingOn();
152
+ }
153
+ this.ariaPopup = !!this.el.getAttribute("aria-haspopup");
154
+ index.forceUpdate(this.el); // necessary to pass text-truncation tooltip test
155
+ }
156
+ showTooltip() {
157
+ if (this.hasTooltip) {
158
+ // set tooltip text
159
+ this.tooltipEl.textContent = this.isTruncated ? this.el.textContent : this.tooltip;
160
+ // adjust position in case there is no space to place the tooltip where specified via prop
161
+ this.adjustedTooltipPosition = functions.adjustTooltipPosition(this.tooltipPosition, this.buttonEl, this.tooltipEl);
162
+ this.positionTooltip(this.adjustedTooltipPosition, this.tooltipEl);
163
+ this.tooltipEl.style.transitionDelay = "500ms";
164
+ this.tooltipEl.style.opacity = "1";
165
+ // tooltip is only visible after the transition delay.
166
+ // This also fixes an issue for keyboard users:
167
+ // if they tab to a button out of screen bounds, the page scrolls
168
+ // and hideTooltip() would be triggered before the tooltip would show
169
+ setTimeout(() => {
170
+ this.tooltipVisible = true;
171
+ }, 500);
172
+ }
173
+ }
174
+ positionTooltip(tPos, tooltipEl) {
175
+ const tooltipHeight = tooltipEl.getBoundingClientRect().height;
176
+ const tooltipWidth = tooltipEl.getBoundingClientRect().width;
177
+ // to get the center positions, calculate the difference between the button width and the tooltip width
178
+ const verticalDiff = (this.buttonEl.getBoundingClientRect().height - tooltipHeight) / 2;
179
+ const horizontalDiff = (this.buttonEl.getBoundingClientRect().width - tooltipWidth) / 2;
180
+ // the naming convention defaults to center in the absence of a value
181
+ // "top" and "bottom" imply centering horizontally; "right" and "left" imply centering vertically
182
+ // therefore we first set to center and adjust accordingly
183
+ let verticalPos = this.buttonEl.getBoundingClientRect().top + verticalDiff;
184
+ let horizontalPos = this.buttonEl.getBoundingClientRect().left + horizontalDiff;
185
+ if (tPos.includes("top")) {
186
+ verticalPos = this.buttonEl.getBoundingClientRect().top - tooltipHeight - 8;
187
+ }
188
+ if (tPos.includes("bottom")) {
189
+ verticalPos = this.buttonEl.getBoundingClientRect().bottom + 8;
190
+ }
191
+ if (tPos.includes("left")) {
192
+ horizontalPos = this.buttonEl.getBoundingClientRect().left - tooltipWidth - 8;
193
+ }
194
+ if (tPos.includes("right")) {
195
+ horizontalPos = this.buttonEl.getBoundingClientRect().right + 8;
196
+ }
197
+ // after all positioning has been calculated, if tooltip is off-screen or closer than 24px it is readjusted
198
+ // this only occurs when the tooltip is overflowing to the left and is positioned top or bottom
199
+ // (button placed too far left, or screen size under 268px)
200
+ horizontalPos = Math.max(horizontalPos, 24);
201
+ tooltipEl.style.top = (verticalPos / 16).toString() + "rem";
202
+ tooltipEl.style.left = (horizontalPos / 16).toString() + "rem";
203
+ }
204
+ hideTooltip() {
205
+ if (this.hasTooltip) {
206
+ this.tooltipEl.style.transitionDelay = "0s";
207
+ this.tooltipEl.style.opacity = "0";
208
+ this.tooltipVisible = false;
209
+ }
210
+ }
211
+ showTooltipForKeyboardUsers() {
212
+ if (this.isTabbing) {
213
+ this.showTooltip();
214
+ }
215
+ }
216
+ getClasses() {
217
+ let classes = "wm-button";
218
+ classes += this.permanentlyDelete ? " -permanentlydelete" : "";
219
+ classes += this.tempButtonType ? " -" + this.tempButtonType : " -secondary";
220
+ classes += this.textWrap ? "" : " nowrap";
221
+ classes += this.isTabbing ? " user-is-tabbing" : "";
222
+ classes += this.isTruncated ? " -truncated" : "";
223
+ classes += this.customBackground === "dark" ? " dark" : "";
224
+ return classes;
225
+ }
226
+ getAriaLabel() {
227
+ if (this.tempButtonType === "icononly" || this.tempButtonType === "navigational") {
228
+ return this.labelForIdenticalButtons || this.tooltip;
229
+ }
230
+ if (this.labelForIdenticalButtons) {
231
+ return this.labelForIdenticalButtons;
232
+ }
233
+ }
234
+ render() {
235
+ return (index.h(index.Host, { class: this.disabled ? "button-disabled" : "" }, index.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 && (index.h("span", { class: "mdi", style: this.iconSize ? { fontSize: this.iconSize } : {} }, String.fromCodePoint(parseInt(`0x${this.icon}`)))), index.h("span", { class: "button-text" }, index.h("slot", null)))));
236
+ }
237
+ get el() { return index.getElement(this); }
238
+ static get watchers() { return {
239
+ "disabled": ["handleOnClick"],
240
+ "buttonType": ["validateType"],
241
+ "buttonStyle": ["validateDeprecatedType"],
242
+ "icon": ["updateIcon"]
243
+ }; }
244
+ };
245
245
  Button.style = wmButtonCss;
246
246
 
247
247
  exports.wm_button = Button;
@@ -4,19 +4,19 @@ Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-cd179539.js');
6
6
 
7
- const ChartSlice = class {
8
- constructor(hostRef) {
9
- index.registerInstance(this, hostRef);
10
- this.wmChartSliceUpdated = index.createEvent(this, "wmChartSliceUpdated", 7);
11
- }
12
- componentDidLoad() {
13
- if (parseInt(this.amount) > 0 && !this.legend) {
14
- 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");
15
- }
16
- }
17
- componentDidUpdate() {
18
- this.wmChartSliceUpdated.emit();
19
- }
7
+ const ChartSlice = class {
8
+ constructor(hostRef) {
9
+ index.registerInstance(this, hostRef);
10
+ this.wmChartSliceUpdated = index.createEvent(this, "wmChartSliceUpdated", 7);
11
+ }
12
+ componentDidLoad() {
13
+ if (parseInt(this.amount) > 0 && !this.legend) {
14
+ 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");
15
+ }
16
+ }
17
+ componentDidUpdate() {
18
+ this.wmChartSliceUpdated.emit();
19
+ }
20
20
  };
21
21
 
22
22
  exports.wm_chart_slice = ChartSlice;