@watermarkinsights/ripple 3.6.0-2 → 3.6.0-3

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 (173) hide show
  1. package/README.md +3 -3
  2. package/dist/cjs/{functions-0cf2d639.js → functions-068b9a56.js} +442 -442
  3. package/dist/cjs/{global-b6602785.js → global-4e77664e.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 +2 -2
  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 +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 +474 -474
  16. package/dist/cjs/wm-datepicker.cjs.entry.js +256 -256
  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 -421
  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 +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 +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 +347 -360
  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.js +719 -719
  38. package/dist/collection/components/wm-datepicker/priv-datepicker/priv-datepicker.js +1015 -1015
  39. package/dist/collection/components/wm-datepicker/wm-datepicker.js +462 -462
  40. package/dist/collection/components/wm-input/wm-input.js +424 -424
  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 +479 -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 +219 -219
  54. package/dist/collection/components/wm-tabs/wm-tab-list/wm-tab-list.js +331 -331
  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 -772
  60. package/dist/collection/components/wm-uploader/wm-uploader.css +11 -18
  61. package/dist/collection/components/wm-uploader/wm-uploader.js +748 -794
  62. package/dist/collection/components/wm-wrapper/wm-wrapper.js +27 -27
  63. package/dist/collection/dev/scripts.js +20 -20
  64. package/dist/collection/global/__mocks__/functions.js +6 -6
  65. package/dist/collection/global/functions.js +445 -445
  66. package/dist/collection/global/global.js +72 -72
  67. package/dist/collection/global/interfaces.js +49 -49
  68. package/dist/collection/global/services/__mocks__/http-service.js +130 -130
  69. package/dist/collection/global/services/http-service.js +50 -50
  70. package/dist/collection/lang/lang.js +5 -5
  71. package/dist/collection/lang/missing.js +39 -39
  72. package/dist/collection/lang/piglatin.js +93 -93
  73. package/dist/esm/{functions-223fb0dc.js → functions-122ab496.js} +442 -442
  74. package/dist/esm/{global-f9c17bf1.js → global-0fd112f7.js} +65 -65
  75. package/dist/esm/{http-service-3dc3b3e7.js → http-service-5d037e16.js} +49 -49
  76. package/dist/esm/{interfaces-2b97fab2.js → interfaces-61c6305b.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 -667
  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 +474 -474
  92. package/dist/esm/wm-datepicker.entry.js +256 -256
  93. package/dist/esm/wm-input.entry.js +134 -134
  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 -421
  99. package/dist/esm/wm-option_2.entry.js +494 -494
  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 +570 -570
  105. package/dist/esm/wm-timepicker.entry.js +380 -380
  106. package/dist/esm/wm-toggletip.entry.js +124 -124
  107. package/dist/esm/wm-uploader.entry.js +348 -361
  108. package/dist/esm/wm-wrapper.entry.js +12 -12
  109. package/dist/ripple/{p-e26c9858.entry.js → p-067909ce.entry.js} +1 -1
  110. package/dist/ripple/{p-cf075b3b.js → p-08e67884.js} +0 -0
  111. package/dist/ripple/{p-6b28f3fe.entry.js → p-1c23f228.entry.js} +1 -1
  112. package/dist/ripple/{p-c637686e.entry.js → p-2aa79663.entry.js} +1 -1
  113. package/dist/ripple/{p-d5938de0.entry.js → p-2b3f75eb.entry.js} +1 -1
  114. package/dist/ripple/{p-a84de435.entry.js → p-3ff67fd5.entry.js} +1 -1
  115. package/dist/ripple/{p-6d0b3f08.entry.js → p-4629470d.entry.js} +1 -1
  116. package/dist/ripple/p-4b1f14bb.entry.js +1 -0
  117. package/dist/ripple/{p-07f557b0.entry.js → p-4b72f4eb.entry.js} +1 -1
  118. package/dist/ripple/{p-1fdd85ea.entry.js → p-54c39a0b.entry.js} +1 -1
  119. package/dist/ripple/p-7da00f33.entry.js +1 -0
  120. package/dist/ripple/{p-addbfa91.entry.js → p-803b19aa.entry.js} +1 -1
  121. package/dist/ripple/{p-43f1298b.js → p-888bec42.js} +0 -0
  122. package/dist/ripple/{p-b14062a7.entry.js → p-888c18c3.entry.js} +1 -1
  123. package/dist/ripple/{p-94f584c5.entry.js → p-97884327.entry.js} +1 -1
  124. package/dist/ripple/{p-03f14a00.entry.js → p-9a8fbfad.entry.js} +1 -1
  125. package/dist/ripple/{p-f23d6211.entry.js → p-a2b02aec.entry.js} +1 -1
  126. package/dist/ripple/{p-c8655e6c.entry.js → p-a61b07de.entry.js} +1 -1
  127. package/dist/ripple/{p-fd8070fb.js → p-a6d6eae7.js} +0 -0
  128. package/dist/ripple/{p-c5d718c7.entry.js → p-e36853fd.entry.js} +1 -1
  129. package/dist/ripple/{p-0b1cdd4e.entry.js → p-ecbb441f.entry.js} +1 -1
  130. package/dist/ripple/{p-792a78d7.js → p-f2a1d8b1.js} +1 -1
  131. package/dist/ripple/{p-0663e9fc.entry.js → p-f6bed262.entry.js} +1 -1
  132. package/dist/ripple/{p-2d7891e9.entry.js → p-f95c2283.entry.js} +1 -1
  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 +82 -82
  139. package/dist/types/components/wm-datepicker/priv-datepicker/priv-datepicker.d.ts +76 -76
  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 -46
  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 +92 -92
  158. package/dist/types/components/wm-timepicker/wm-timepicker.d.ts +61 -61
  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 -86
  161. package/dist/types/components/wm-uploader/wm-uploader.d.ts +80 -84
  162. package/dist/types/components/wm-wrapper/wm-wrapper.d.ts +7 -7
  163. package/dist/types/components.d.ts +24 -30
  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 +47 -47
  172. package/dist/ripple/p-a1fc8e81.entry.js +0 -1
  173. package/dist/ripple/p-fb90d334.entry.js +0 -1
@@ -3,227 +3,227 @@
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-0cf2d639.js');
6
+ const interfaces = require('./interfaces-30a74c1f.js');
7
+ const functions = require('./functions-068b9a56.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):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}";
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 = ["primary", "secondary", "textonly", "icononly", "navigational", "selectoronly"].includes(newValue);
62
- if (!valid) {
63
- this.buttonType = "secondary";
64
- }
65
- this.validateIcon();
66
- }
67
- // remove entire watcher after buttonStyle has been fully removed
68
- validateDeprecatedType(newValue) {
69
- const valid = ["primary", "secondary", "textonly", "icononly", "navigational", "selectoronly"].includes(newValue);
70
- if (!valid) {
71
- this.buttonStyle = "secondary";
72
- }
73
- this.validateIcon();
74
- }
75
- updateIcon() {
76
- this.icon = interfaces.getIconCodeFromName(this.icon);
77
- }
78
- validateIcon() {
79
- // if the style is icononly or navigational...
80
- if (this.tempButtonType === "icononly" || this.tempButtonType === "navigational") {
81
- // - an icon must be provided
82
- if (!this.icon) {
83
- console.error("wm-button should have a valid 'icon' property when button-type is set to 'icononly' or 'navigational'.");
84
- }
85
- // - if no tooltip text was passed and we couldn't generate one, throw an error
86
- if (!this.tooltip) {
87
- console.error("wm-button should have a valid 'tooltip' property when button-type is set to 'icononly' or 'navigational'.");
88
- }
89
- }
90
- }
91
- handleKeydown(ev) {
92
- switch (ev.key) {
93
- case "Enter":
94
- ev.preventDefault();
95
- if (!this.disabled) {
96
- this.el.click();
97
- }
98
- break;
99
- }
100
- }
101
- componentWillLoad() {
102
- if (this.buttonStyle) {
103
- console.warn("wm-button: button-style has been deprecated as of v3.1.0. Please use button-type instead.");
104
- }
105
- this.validateType(this.tempButtonType);
106
- // replacing the prototype's focus event by our own
107
- // to delegate focus to the appropriate el in the shadow root
108
- // we could replace by ShadowRoot.delegatesFocus()
109
- // when there's enough support for it
110
- // @ts-ignore
111
- this.el.focus = function () {
112
- if (!this.disabled) {
113
- this.shadowRoot.querySelector("button").focus();
114
- // prevent tooltip from showing on programmatic focus
115
- requestAnimationFrame(() => {
116
- this.tooltipVisible = false;
117
- });
118
- }
119
- };
120
- if (this.icon) {
121
- this.icon = this.icon = interfaces.getIconCodeFromName(this.icon);
122
- }
123
- }
124
- componentDidLoad() {
125
- // store a reference of the onclick function if there is one
126
- // so we can remove it when the button is disabled
127
- // (to handle a bug in Edge 42)
128
- if (this.el.onclick) {
129
- this.clickFunc = this.el.onclick;
130
- }
131
- // this.handleOnClick();
132
- if (document.body.classList.contains("wmcl-user-is-tabbing")) {
133
- this.toggleTabbingOn();
134
- }
135
- this.ariaPopup = !!this.el.getAttribute("aria-haspopup");
136
- index.forceUpdate(this.el); // necessary to pass text-truncation tooltip test
137
- }
138
- showTooltip() {
139
- if (this.hasTooltip) {
140
- // set tooltip text
141
- this.tooltipEl.textContent = this.isTruncated ? this.el.textContent : this.tooltip;
142
- // adjust position in case there is no space to place the tooltip where specified via prop
143
- this.adjustedTooltipPosition = functions.adjustTooltipPosition(this.tooltipPosition, this.buttonEl, this.tooltipEl);
144
- this.positionTooltip(this.adjustedTooltipPosition, this.tooltipEl);
145
- this.tooltipEl.style.transitionDelay = "500ms";
146
- this.tooltipEl.style.opacity = "1";
147
- // tooltip is only visible after the transition delay.
148
- // This also fixes an issue for keyboard users:
149
- // if they tab to a button out of screen bounds, the page scrolls
150
- // and hideTooltip() would be triggered before the tooltip would show
151
- setTimeout(() => {
152
- this.tooltipVisible = true;
153
- }, 500);
154
- }
155
- }
156
- positionTooltip(tPos, tooltipEl) {
157
- const tooltipHeight = tooltipEl.getBoundingClientRect().height;
158
- const tooltipWidth = tooltipEl.getBoundingClientRect().width;
159
- // to get the center positions, calculate the difference between the button width and the tooltip width
160
- const verticalDiff = (this.buttonEl.getBoundingClientRect().height - tooltipHeight) / 2;
161
- const horizontalDiff = (this.buttonEl.getBoundingClientRect().width - tooltipWidth) / 2;
162
- // the naming convention defaults to center in the absence of a value
163
- // "top" and "bottom" imply centering horizontally; "right" and "left" imply centering vertically
164
- // therefore we first set to center and adjust accordingly
165
- let verticalPos = this.buttonEl.getBoundingClientRect().top + verticalDiff;
166
- let horizontalPos = this.buttonEl.getBoundingClientRect().left + horizontalDiff;
167
- if (tPos.includes("top")) {
168
- verticalPos = this.buttonEl.getBoundingClientRect().top - tooltipHeight - 8;
169
- }
170
- if (tPos.includes("bottom")) {
171
- verticalPos = this.buttonEl.getBoundingClientRect().bottom + 8;
172
- }
173
- if (tPos.includes("left")) {
174
- horizontalPos = this.buttonEl.getBoundingClientRect().left - tooltipWidth - 8;
175
- }
176
- if (tPos.includes("right")) {
177
- horizontalPos = this.buttonEl.getBoundingClientRect().right + 8;
178
- }
179
- // after all positioning has been calculated, if tooltip is off-screen or closer than 24px it is readjusted
180
- // this only occurs when the tooltip is overflowing to the left and is positioned top or bottom
181
- // (button placed too far left, or screen size under 268px)
182
- horizontalPos = Math.max(horizontalPos, 24);
183
- tooltipEl.style.top = (verticalPos / 16).toString() + "rem";
184
- tooltipEl.style.left = (horizontalPos / 16).toString() + "rem";
185
- }
186
- hideTooltip() {
187
- if (this.hasTooltip) {
188
- this.tooltipEl.style.transitionDelay = "0s";
189
- this.tooltipEl.style.opacity = "0";
190
- this.tooltipVisible = false;
191
- }
192
- }
193
- showTooltipForKeyboardUsers() {
194
- if (this.isTabbing) {
195
- this.showTooltip();
196
- }
197
- }
198
- getClasses() {
199
- let classes = "wm-button";
200
- classes += this.permanentlyDelete ? " -permanentlydelete" : "";
201
- classes += this.tempButtonType ? " -" + this.tempButtonType : " -secondary";
202
- classes += this.textWrap ? "" : " nowrap";
203
- classes += this.isTabbing ? " user-is-tabbing" : "";
204
- classes += this.isTruncated ? " -truncated" : "";
205
- classes += this.customBackground === "dark" ? " dark" : "";
206
- return classes;
207
- }
208
- getAriaLabel() {
209
- if (this.tempButtonType === "icononly" || this.tempButtonType === "navigational") {
210
- return this.labelForIdenticalButtons || this.tooltip;
211
- }
212
- if (this.labelForIdenticalButtons) {
213
- return this.labelForIdenticalButtons;
214
- }
215
- }
216
- render() {
217
- 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)))));
218
- }
219
- get el() { return index.getElement(this); }
220
- static get watchers() { return {
221
- "disabled": ["handleOnClick"],
222
- "buttonType": ["validateType"],
223
- "buttonStyle": ["validateDeprecatedType"],
224
- "icon": ["updateIcon"]
225
- }; }
226
- };
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 = ["primary", "secondary", "textonly", "icononly", "navigational", "selectoronly"].includes(newValue);
62
+ if (!valid) {
63
+ this.buttonType = "secondary";
64
+ }
65
+ this.validateIcon();
66
+ }
67
+ // remove entire watcher after buttonStyle has been fully removed
68
+ validateDeprecatedType(newValue) {
69
+ const valid = ["primary", "secondary", "textonly", "icononly", "navigational", "selectoronly"].includes(newValue);
70
+ if (!valid) {
71
+ this.buttonStyle = "secondary";
72
+ }
73
+ this.validateIcon();
74
+ }
75
+ updateIcon() {
76
+ this.icon = interfaces.getIconCodeFromName(this.icon);
77
+ }
78
+ validateIcon() {
79
+ // if the style is icononly or navigational...
80
+ if (this.tempButtonType === "icononly" || this.tempButtonType === "navigational") {
81
+ // - an icon must be provided
82
+ if (!this.icon) {
83
+ console.error("wm-button should have a valid 'icon' property when button-type is set to 'icononly' or 'navigational'.");
84
+ }
85
+ // - if no tooltip text was passed and we couldn't generate one, throw an error
86
+ if (!this.tooltip) {
87
+ console.error("wm-button should have a valid 'tooltip' property when button-type is set to 'icononly' or 'navigational'.");
88
+ }
89
+ }
90
+ }
91
+ handleKeydown(ev) {
92
+ switch (ev.key) {
93
+ case "Enter":
94
+ ev.preventDefault();
95
+ if (!this.disabled) {
96
+ this.el.click();
97
+ }
98
+ break;
99
+ }
100
+ }
101
+ componentWillLoad() {
102
+ if (this.buttonStyle) {
103
+ console.warn("wm-button: button-style has been deprecated as of v3.1.0. Please use button-type instead.");
104
+ }
105
+ this.validateType(this.tempButtonType);
106
+ // replacing the prototype's focus event by our own
107
+ // to delegate focus to the appropriate el in the shadow root
108
+ // we could replace by ShadowRoot.delegatesFocus()
109
+ // when there's enough support for it
110
+ // @ts-ignore
111
+ this.el.focus = function () {
112
+ if (!this.disabled) {
113
+ this.shadowRoot.querySelector("button").focus();
114
+ // prevent tooltip from showing on programmatic focus
115
+ requestAnimationFrame(() => {
116
+ this.tooltipVisible = false;
117
+ });
118
+ }
119
+ };
120
+ if (this.icon) {
121
+ this.icon = this.icon = interfaces.getIconCodeFromName(this.icon);
122
+ }
123
+ }
124
+ componentDidLoad() {
125
+ // store a reference of the onclick function if there is one
126
+ // so we can remove it when the button is disabled
127
+ // (to handle a bug in Edge 42)
128
+ if (this.el.onclick) {
129
+ this.clickFunc = this.el.onclick;
130
+ }
131
+ // this.handleOnClick();
132
+ if (document.body.classList.contains("wmcl-user-is-tabbing")) {
133
+ this.toggleTabbingOn();
134
+ }
135
+ this.ariaPopup = !!this.el.getAttribute("aria-haspopup");
136
+ index.forceUpdate(this.el); // necessary to pass text-truncation tooltip test
137
+ }
138
+ showTooltip() {
139
+ if (this.hasTooltip) {
140
+ // set tooltip text
141
+ this.tooltipEl.textContent = this.isTruncated ? this.el.textContent : this.tooltip;
142
+ // adjust position in case there is no space to place the tooltip where specified via prop
143
+ this.adjustedTooltipPosition = functions.adjustTooltipPosition(this.tooltipPosition, this.buttonEl, this.tooltipEl);
144
+ this.positionTooltip(this.adjustedTooltipPosition, this.tooltipEl);
145
+ this.tooltipEl.style.transitionDelay = "500ms";
146
+ this.tooltipEl.style.opacity = "1";
147
+ // tooltip is only visible after the transition delay.
148
+ // This also fixes an issue for keyboard users:
149
+ // if they tab to a button out of screen bounds, the page scrolls
150
+ // and hideTooltip() would be triggered before the tooltip would show
151
+ setTimeout(() => {
152
+ this.tooltipVisible = true;
153
+ }, 500);
154
+ }
155
+ }
156
+ positionTooltip(tPos, tooltipEl) {
157
+ const tooltipHeight = tooltipEl.getBoundingClientRect().height;
158
+ const tooltipWidth = tooltipEl.getBoundingClientRect().width;
159
+ // to get the center positions, calculate the difference between the button width and the tooltip width
160
+ const verticalDiff = (this.buttonEl.getBoundingClientRect().height - tooltipHeight) / 2;
161
+ const horizontalDiff = (this.buttonEl.getBoundingClientRect().width - tooltipWidth) / 2;
162
+ // the naming convention defaults to center in the absence of a value
163
+ // "top" and "bottom" imply centering horizontally; "right" and "left" imply centering vertically
164
+ // therefore we first set to center and adjust accordingly
165
+ let verticalPos = this.buttonEl.getBoundingClientRect().top + verticalDiff;
166
+ let horizontalPos = this.buttonEl.getBoundingClientRect().left + horizontalDiff;
167
+ if (tPos.includes("top")) {
168
+ verticalPos = this.buttonEl.getBoundingClientRect().top - tooltipHeight - 8;
169
+ }
170
+ if (tPos.includes("bottom")) {
171
+ verticalPos = this.buttonEl.getBoundingClientRect().bottom + 8;
172
+ }
173
+ if (tPos.includes("left")) {
174
+ horizontalPos = this.buttonEl.getBoundingClientRect().left - tooltipWidth - 8;
175
+ }
176
+ if (tPos.includes("right")) {
177
+ horizontalPos = this.buttonEl.getBoundingClientRect().right + 8;
178
+ }
179
+ // after all positioning has been calculated, if tooltip is off-screen or closer than 24px it is readjusted
180
+ // this only occurs when the tooltip is overflowing to the left and is positioned top or bottom
181
+ // (button placed too far left, or screen size under 268px)
182
+ horizontalPos = Math.max(horizontalPos, 24);
183
+ tooltipEl.style.top = (verticalPos / 16).toString() + "rem";
184
+ tooltipEl.style.left = (horizontalPos / 16).toString() + "rem";
185
+ }
186
+ hideTooltip() {
187
+ if (this.hasTooltip) {
188
+ this.tooltipEl.style.transitionDelay = "0s";
189
+ this.tooltipEl.style.opacity = "0";
190
+ this.tooltipVisible = false;
191
+ }
192
+ }
193
+ showTooltipForKeyboardUsers() {
194
+ if (this.isTabbing) {
195
+ this.showTooltip();
196
+ }
197
+ }
198
+ getClasses() {
199
+ let classes = "wm-button";
200
+ classes += this.permanentlyDelete ? " -permanentlydelete" : "";
201
+ classes += this.tempButtonType ? " -" + this.tempButtonType : " -secondary";
202
+ classes += this.textWrap ? "" : " nowrap";
203
+ classes += this.isTabbing ? " user-is-tabbing" : "";
204
+ classes += this.isTruncated ? " -truncated" : "";
205
+ classes += this.customBackground === "dark" ? " dark" : "";
206
+ return classes;
207
+ }
208
+ getAriaLabel() {
209
+ if (this.tempButtonType === "icononly" || this.tempButtonType === "navigational") {
210
+ return this.labelForIdenticalButtons || this.tooltip;
211
+ }
212
+ if (this.labelForIdenticalButtons) {
213
+ return this.labelForIdenticalButtons;
214
+ }
215
+ }
216
+ render() {
217
+ 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)))));
218
+ }
219
+ get el() { return index.getElement(this); }
220
+ static get watchers() { return {
221
+ "disabled": ["handleOnClick"],
222
+ "buttonType": ["validateType"],
223
+ "buttonStyle": ["validateDeprecatedType"],
224
+ "icon": ["updateIcon"]
225
+ }; }
226
+ };
227
227
  Button.style = wmButtonCss;
228
228
 
229
229
  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;