@watermarkinsights/ripple 5.16.0-alpha.13 → 5.16.0-alpha.14

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 (307) hide show
  1. package/dist/cjs/app-globals-e3cd85c8.js +92 -0
  2. package/dist/cjs/{chartFunctions-DFMB7Bjs.js → chartFunctions-ce91b2c9.js} +3 -2
  3. package/dist/cjs/{functions-Cv4tH2z-.js → functions-ea3eae05.js} +79 -74
  4. package/dist/cjs/{index-H4E3eeKZ.js → index-788526f5.js} +410 -777
  5. package/dist/cjs/{intl-CDsbzEBp.js → intl-ea56dd40.js} +1 -1
  6. package/dist/cjs/loader.cjs.js +5 -3
  7. package/dist/cjs/priv-calendar.cjs.entry.js +12 -6
  8. package/dist/cjs/priv-chart-popover.cjs.entry.js +8 -4
  9. package/dist/cjs/priv-navigator-button.cjs.entry.js +5 -2
  10. package/dist/cjs/priv-navigator-item.cjs.entry.js +5 -2
  11. package/dist/cjs/priv-option-list.cjs.entry.js +16 -10
  12. package/dist/cjs/ripple.cjs.js +7 -7
  13. package/dist/cjs/wm-action-menu_2.cjs.entry.js +18 -9
  14. package/dist/cjs/wm-button.cjs.entry.js +16 -8
  15. package/dist/cjs/wm-chart-slice.cjs.entry.js +8 -1
  16. package/dist/cjs/wm-chart.cjs.entry.js +18 -14
  17. package/dist/cjs/wm-date-range.cjs.entry.js +14 -9
  18. package/dist/cjs/wm-datepicker.cjs.entry.js +11 -6
  19. package/dist/cjs/wm-file-list.cjs.entry.js +5 -2
  20. package/dist/cjs/wm-file.cjs.entry.js +15 -5
  21. package/dist/cjs/wm-flyout.cjs.entry.js +16 -5
  22. package/dist/cjs/wm-input.cjs.entry.js +17 -5
  23. package/dist/cjs/wm-line-chart.cjs.entry.js +28 -18
  24. package/dist/cjs/wm-modal-pss_3.cjs.entry.js +14 -8
  25. package/dist/cjs/wm-modal_3.cjs.entry.js +16 -9
  26. package/dist/cjs/wm-navigation_3.cjs.entry.js +18 -9
  27. package/dist/cjs/wm-navigator.cjs.entry.js +15 -17
  28. package/dist/cjs/wm-nested-select.cjs.entry.js +16 -11
  29. package/dist/cjs/wm-optgroup.cjs.entry.js +7 -3
  30. package/dist/cjs/wm-option_2.cjs.entry.js +17 -10
  31. package/dist/cjs/wm-pagination.cjs.entry.js +13 -10
  32. package/dist/cjs/wm-progress-indicator_3.cjs.entry.js +27 -10
  33. package/dist/cjs/wm-search.cjs.entry.js +9 -25
  34. package/dist/cjs/wm-snackbar.cjs.entry.js +10 -8
  35. package/dist/cjs/wm-tab-item_3.cjs.entry.js +16 -20
  36. package/dist/cjs/wm-tag-input.cjs.entry.js +25 -12
  37. package/dist/cjs/wm-tag-option.cjs.entry.js +8 -2
  38. package/dist/cjs/wm-textarea.cjs.entry.js +12 -5
  39. package/dist/cjs/wm-timepicker.cjs.entry.js +14 -9
  40. package/dist/cjs/wm-toggletip.cjs.entry.js +12 -7
  41. package/dist/cjs/wm-uploader.cjs.entry.js +18 -8
  42. package/dist/cjs/wm-wrapper.cjs.entry.js +3 -1
  43. package/dist/collection/collection-manifest.json +2 -2
  44. package/dist/collection/components/charts/priv-chart-popover/priv-chart-popover.js +4 -8
  45. package/dist/collection/components/charts/wm-chart/wm-chart-slice.js +12 -15
  46. package/dist/collection/components/charts/wm-chart/wm-chart.js +22 -45
  47. package/dist/collection/components/charts/wm-line-chart/wm-line-chart.js +33 -52
  48. package/dist/collection/components/charts/wm-progress-monitor/wm-progress-indicator.js +16 -23
  49. package/dist/collection/components/charts/wm-progress-monitor/wm-progress-monitor.js +6 -9
  50. package/dist/collection/components/charts/wm-progress-monitor/wm-progress-slice.js +12 -15
  51. package/dist/collection/components/datepickers/priv-calendar/priv-calendar.js +12 -21
  52. package/dist/collection/components/datepickers/wm-date-range.js +19 -39
  53. package/dist/collection/components/datepickers/wm-datepicker.js +13 -27
  54. package/dist/collection/components/selects/priv-option-list/priv-option-list.js +16 -27
  55. package/dist/collection/components/selects/wm-nested-select/wm-nested-select.js +22 -46
  56. package/dist/collection/components/selects/wm-optgroup/wm-optgroup.js +5 -12
  57. package/dist/collection/components/selects/wm-option/wm-option.js +6 -15
  58. package/dist/collection/components/selects/wm-select/wm-select.js +19 -41
  59. package/dist/collection/components/wm-action-menu/wm-action-menu.js +15 -24
  60. package/dist/collection/components/wm-button/wm-button.js +22 -43
  61. package/dist/collection/components/wm-file/wm-file.js +18 -29
  62. package/dist/collection/components/wm-file-list/wm-file-list.js +1 -3
  63. package/dist/collection/components/wm-flyout/wm-flyout.js +19 -31
  64. package/dist/collection/components/wm-input/wm-input.js +28 -55
  65. package/dist/collection/components/wm-menuitem/wm-menuitem.js +4 -10
  66. package/dist/collection/components/wm-modal/wm-modal-footer.js +5 -15
  67. package/dist/collection/components/wm-modal/wm-modal-header.js +2 -6
  68. package/dist/collection/components/wm-modal/wm-modal.js +9 -15
  69. package/dist/collection/components/wm-modal-pss/wm-modal-pss-footer.js +5 -15
  70. package/dist/collection/components/wm-modal-pss/wm-modal-pss-header.js +2 -6
  71. package/dist/collection/components/wm-modal-pss/wm-modal-pss.js +7 -14
  72. package/dist/collection/components/wm-navigation/wm-navigation-hamburger.js +4 -5
  73. package/dist/collection/components/wm-navigation/wm-navigation-item.js +8 -9
  74. package/dist/collection/components/wm-navigation/wm-navigation.js +2 -4
  75. package/dist/collection/components/wm-navigator/priv-navigator-button/priv-navigator-button.js +2 -6
  76. package/dist/collection/components/wm-navigator/priv-navigator-item/priv-navigator-item.js +3 -9
  77. package/dist/collection/components/wm-navigator/wm-navigator.js +15 -34
  78. package/dist/collection/components/wm-pagination/wm-pagination.js +11 -21
  79. package/dist/collection/components/wm-search/wm-search.js +10 -45
  80. package/dist/collection/components/wm-snackbar/wm-snackbar.js +4 -7
  81. package/dist/collection/components/wm-tabs/wm-tab-item/wm-tab-item.js +6 -18
  82. package/dist/collection/components/wm-tabs/wm-tab-list/wm-tab-list.js +6 -9
  83. package/dist/collection/components/wm-tabs/wm-tab-panel/wm-tab-panel.js +2 -12
  84. package/dist/collection/components/wm-tag-input/wm-tag-input.js +32 -50
  85. package/dist/collection/components/wm-tag-input/wm-tag-option/wm-tag-option.js +10 -18
  86. package/dist/collection/components/wm-textarea/wm-textarea.js +16 -34
  87. package/dist/collection/components/wm-timepicker/wm-timepicker.js +15 -27
  88. package/dist/collection/components/wm-toggletip/wm-toggletip.js +11 -19
  89. package/dist/collection/components/wm-uploader/wm-uploader.js +22 -37
  90. package/dist/esm/app-globals-205e6410.js +90 -0
  91. package/dist/esm/{chartFunctions-BLjGh_yo.js → chartFunctions-ebe4f673.js} +4 -3
  92. package/dist/esm/{functions-DT2ztGYg.js → functions-fbf8519f.js} +80 -75
  93. package/dist/esm/{index-C-E-By4e.js → index-130e07bb.js} +406 -774
  94. package/dist/esm/{intl-BnrBfoLu.js → intl-30a9319d.js} +1 -1
  95. package/dist/esm/loader.js +4 -4
  96. package/dist/esm/priv-calendar.entry.js +10 -6
  97. package/dist/esm/priv-chart-popover.entry.js +6 -4
  98. package/dist/esm/priv-navigator-button.entry.js +3 -2
  99. package/dist/esm/priv-navigator-item.entry.js +3 -2
  100. package/dist/esm/priv-option-list.entry.js +14 -10
  101. package/dist/esm/ripple.js +5 -6
  102. package/dist/esm/wm-action-menu_2.entry.js +16 -9
  103. package/dist/esm/wm-button.entry.js +14 -8
  104. package/dist/esm/wm-chart-slice.entry.js +6 -1
  105. package/dist/esm/wm-chart.entry.js +16 -14
  106. package/dist/esm/wm-date-range.entry.js +12 -9
  107. package/dist/esm/wm-datepicker.entry.js +9 -6
  108. package/dist/esm/wm-file-list.entry.js +3 -2
  109. package/dist/esm/wm-file.entry.js +13 -5
  110. package/dist/esm/wm-flyout.entry.js +14 -5
  111. package/dist/esm/wm-input.entry.js +15 -5
  112. package/dist/esm/wm-line-chart.entry.js +26 -18
  113. package/dist/esm/wm-modal-pss_3.entry.js +12 -8
  114. package/dist/esm/wm-modal_3.entry.js +14 -9
  115. package/dist/esm/wm-navigation_3.entry.js +16 -9
  116. package/dist/esm/wm-navigator.entry.js +13 -17
  117. package/dist/esm/wm-nested-select.entry.js +14 -11
  118. package/dist/esm/wm-optgroup.entry.js +5 -3
  119. package/dist/esm/wm-option_2.entry.js +15 -10
  120. package/dist/esm/wm-pagination.entry.js +11 -10
  121. package/dist/esm/wm-progress-indicator_3.entry.js +25 -10
  122. package/dist/esm/wm-search.entry.js +7 -25
  123. package/dist/esm/wm-snackbar.entry.js +8 -8
  124. package/dist/esm/wm-tab-item_3.entry.js +14 -20
  125. package/dist/esm/wm-tag-input.entry.js +23 -12
  126. package/dist/esm/wm-tag-option.entry.js +6 -2
  127. package/dist/esm/wm-textarea.entry.js +10 -5
  128. package/dist/esm/wm-timepicker.entry.js +12 -9
  129. package/dist/esm/wm-toggletip.entry.js +10 -7
  130. package/dist/esm/wm-uploader.entry.js +16 -8
  131. package/dist/esm/wm-wrapper.entry.js +1 -1
  132. package/dist/esm-es5/app-globals-205e6410.js +1 -0
  133. package/dist/esm-es5/chartFunctions-ebe4f673.js +1 -0
  134. package/dist/esm-es5/functions-fbf8519f.js +1 -0
  135. package/dist/esm-es5/index-130e07bb.js +1 -0
  136. package/dist/esm-es5/{intl-BnrBfoLu.js → intl-30a9319d.js} +1 -1
  137. package/dist/esm-es5/loader.js +1 -1
  138. package/dist/esm-es5/priv-calendar.entry.js +1 -1
  139. package/dist/esm-es5/priv-chart-popover.entry.js +1 -1
  140. package/dist/esm-es5/priv-navigator-button.entry.js +1 -1
  141. package/dist/esm-es5/priv-navigator-item.entry.js +1 -1
  142. package/dist/esm-es5/priv-option-list.entry.js +1 -1
  143. package/dist/esm-es5/ripple.js +1 -1
  144. package/dist/esm-es5/wm-action-menu_2.entry.js +1 -1
  145. package/dist/esm-es5/wm-button.entry.js +1 -1
  146. package/dist/esm-es5/wm-chart-slice.entry.js +1 -1
  147. package/dist/esm-es5/wm-chart.entry.js +1 -1
  148. package/dist/esm-es5/wm-date-range.entry.js +1 -1
  149. package/dist/esm-es5/wm-datepicker.entry.js +1 -1
  150. package/dist/esm-es5/wm-file-list.entry.js +1 -1
  151. package/dist/esm-es5/wm-file.entry.js +1 -1
  152. package/dist/esm-es5/wm-flyout.entry.js +1 -1
  153. package/dist/esm-es5/wm-input.entry.js +1 -1
  154. package/dist/esm-es5/wm-line-chart.entry.js +1 -1
  155. package/dist/esm-es5/wm-modal-pss_3.entry.js +1 -1
  156. package/dist/esm-es5/wm-modal_3.entry.js +1 -1
  157. package/dist/esm-es5/wm-navigation_3.entry.js +1 -1
  158. package/dist/esm-es5/wm-navigator.entry.js +1 -1
  159. package/dist/esm-es5/wm-nested-select.entry.js +1 -1
  160. package/dist/esm-es5/wm-optgroup.entry.js +1 -1
  161. package/dist/esm-es5/wm-option_2.entry.js +1 -1
  162. package/dist/esm-es5/wm-pagination.entry.js +1 -1
  163. package/dist/esm-es5/wm-progress-indicator_3.entry.js +1 -1
  164. package/dist/esm-es5/wm-search.entry.js +1 -1
  165. package/dist/esm-es5/wm-snackbar.entry.js +1 -1
  166. package/dist/esm-es5/wm-tab-item_3.entry.js +1 -1
  167. package/dist/esm-es5/wm-tag-input.entry.js +1 -1
  168. package/dist/esm-es5/wm-tag-option.entry.js +1 -1
  169. package/dist/esm-es5/wm-textarea.entry.js +1 -1
  170. package/dist/esm-es5/wm-timepicker.entry.js +1 -1
  171. package/dist/esm-es5/wm-toggletip.entry.js +1 -1
  172. package/dist/esm-es5/wm-uploader.entry.js +1 -1
  173. package/dist/esm-es5/wm-wrapper.entry.js +1 -1
  174. package/dist/loader/package.json +11 -0
  175. package/dist/ripple/p-02951ad1.system.js +1 -0
  176. package/dist/ripple/{p-5884f2af.system.entry.js → p-03381d63.system.entry.js} +1 -1
  177. package/dist/ripple/{p-6589b394.system.entry.js → p-043901ab.system.entry.js} +1 -1
  178. package/dist/ripple/{p-cb40a99a.system.entry.js → p-086c2905.system.entry.js} +1 -1
  179. package/dist/ripple/{p-1ca43593.system.entry.js → p-09f61d38.system.entry.js} +1 -1
  180. package/dist/ripple/p-0d3a26ff.entry.js +1 -0
  181. package/dist/ripple/{p-cfe55c87.entry.js → p-12174831.entry.js} +1 -1
  182. package/dist/ripple/p-1288624d.entry.js +1 -0
  183. package/dist/ripple/p-13b1d775.entry.js +1 -0
  184. package/dist/ripple/p-13ddc53d.entry.js +1 -0
  185. package/dist/ripple/p-17e93d1b.entry.js +1 -0
  186. package/dist/ripple/{p-8d315da3.system.entry.js → p-22d9b079.system.entry.js} +1 -1
  187. package/dist/ripple/{p-4afb057b.system.entry.js → p-2a85d4ce.system.entry.js} +1 -1
  188. package/dist/ripple/p-2be53f45.entry.js +1 -0
  189. package/dist/ripple/{p-6c066023.system.entry.js → p-2e10a2dc.system.entry.js} +1 -1
  190. package/dist/ripple/{p-3d0c35c9.system.entry.js → p-324aed64.system.entry.js} +1 -1
  191. package/dist/ripple/{p-63dd7bb4.system.entry.js → p-34808b52.system.entry.js} +1 -1
  192. package/dist/ripple/p-383933ea.entry.js +1 -0
  193. package/dist/ripple/{p-c5688577.system.entry.js → p-42174be5.system.entry.js} +1 -1
  194. package/dist/ripple/p-4436c014.entry.js +1 -0
  195. package/dist/ripple/{p-19865407.entry.js → p-4df89f8f.entry.js} +1 -1
  196. package/dist/ripple/{p-e9b4a77a.system.entry.js → p-4e97bf26.system.entry.js} +1 -1
  197. package/dist/ripple/p-4f13d03e.entry.js +1 -0
  198. package/dist/ripple/{p-484c87d1.system.entry.js → p-5405f9d3.system.entry.js} +1 -1
  199. package/dist/ripple/p-55f979d4.system.js +1 -0
  200. package/dist/ripple/{p-0327a2c8.system.entry.js → p-5a5d5833.system.entry.js} +1 -1
  201. package/dist/ripple/p-5b7d56aa.entry.js +1 -0
  202. package/dist/ripple/p-5c0db525.entry.js +1 -0
  203. package/dist/ripple/{p-478e5069.system.entry.js → p-5f9d81df.system.entry.js} +1 -1
  204. package/dist/ripple/p-67109fb1.entry.js +1 -0
  205. package/dist/ripple/{p-6ed6019f.system.entry.js → p-6723e469.system.entry.js} +1 -1
  206. package/dist/ripple/{p-8ab6b775.entry.js → p-6b4e1fe9.entry.js} +1 -1
  207. package/dist/ripple/p-71aa5d2b.system.js +1 -0
  208. package/dist/ripple/{p-a91703be.system.entry.js → p-75ad7567.system.entry.js} +1 -1
  209. package/dist/ripple/{p-d998d931.entry.js → p-76aef56f.entry.js} +1 -1
  210. package/dist/ripple/{p-983ab2ad.system.entry.js → p-7b06e308.system.entry.js} +1 -1
  211. package/dist/ripple/{p-d276f67c.entry.js → p-7c6e0168.entry.js} +1 -1
  212. package/dist/ripple/{p-b125c946.system.entry.js → p-80664bf3.system.entry.js} +1 -1
  213. package/dist/ripple/p-823d7b4e.system.entry.js +1 -0
  214. package/dist/ripple/{p-3b7bf277.system.entry.js → p-840ad3a3.system.entry.js} +1 -1
  215. package/dist/ripple/{p-40f123ee.system.entry.js → p-86c752be.system.entry.js} +1 -1
  216. package/dist/ripple/p-8905ad76.entry.js +1 -0
  217. package/dist/ripple/{p-089abdfc.system.entry.js → p-8a64e2bd.system.entry.js} +1 -1
  218. package/dist/ripple/p-8c2f8f78.entry.js +1 -0
  219. package/dist/ripple/{p-68d8df0f.entry.js → p-8c33cb29.entry.js} +1 -1
  220. package/dist/ripple/{p-62f475c1.system.entry.js → p-8ee90e17.system.entry.js} +1 -1
  221. package/dist/ripple/{p-3f4274a3.entry.js → p-904f4c90.entry.js} +1 -1
  222. package/dist/ripple/{p-4eb6930b.entry.js → p-924ab54c.entry.js} +1 -1
  223. package/dist/ripple/p-94c6bde9.js +1 -0
  224. package/dist/ripple/{p-ChCup6OE.js → p-9c6bacb9.js} +1 -1
  225. package/dist/ripple/p-9f2b6c58.entry.js +1 -0
  226. package/dist/ripple/{p-a60e886d.system.entry.js → p-a424e0a7.system.entry.js} +1 -1
  227. package/dist/ripple/{p-17c731d6.system.entry.js → p-a7a61444.system.entry.js} +1 -1
  228. package/dist/ripple/p-b8dd9e8c.entry.js +1 -0
  229. package/dist/ripple/{p-5cc69165.system.entry.js → p-b9d609fb.system.entry.js} +1 -1
  230. package/dist/ripple/{p-cb32b5f5.entry.js → p-be3213fc.entry.js} +1 -1
  231. package/dist/ripple/{p-4af98b35.entry.js → p-c242e70f.entry.js} +1 -1
  232. package/dist/ripple/{p-540de835.system.entry.js → p-c4b48cd4.system.entry.js} +1 -1
  233. package/dist/ripple/{p-acca480e.entry.js → p-c7a57fc7.entry.js} +1 -1
  234. package/dist/ripple/{p-36b4df18.system.entry.js → p-c8d2c849.system.entry.js} +1 -1
  235. package/dist/ripple/{p-70c8d4f4.system.entry.js → p-c9e9ce61.system.entry.js} +1 -1
  236. package/dist/ripple/{p-41d8be2e.entry.js → p-cd0cc88d.entry.js} +1 -1
  237. package/dist/ripple/p-cef8a45b.system.js +2 -0
  238. package/dist/ripple/p-d210db32.entry.js +1 -0
  239. package/dist/ripple/{p-cd9f7986.system.entry.js → p-d2b60968.system.entry.js} +1 -1
  240. package/dist/ripple/p-d45bcccf.js +1 -0
  241. package/dist/ripple/p-d9da0502.js +2 -0
  242. package/dist/ripple/p-dc7acef5.entry.js +1 -0
  243. package/dist/ripple/p-dd62178f.system.entry.js +1 -0
  244. package/dist/ripple/p-e0d21c51.entry.js +1 -0
  245. package/dist/ripple/p-e42db390.system.js +1 -0
  246. package/dist/ripple/{p-LmBQIm9U.system.js → p-e71b1146.system.js} +1 -1
  247. package/dist/ripple/p-e7931e4f.js +1 -0
  248. package/dist/ripple/p-ea85459f.system.entry.js +1 -0
  249. package/dist/ripple/p-efe8c61e.entry.js +1 -0
  250. package/dist/ripple/p-f0eae6dc.entry.js +1 -0
  251. package/dist/ripple/p-f0f57f41.system.entry.js +1 -0
  252. package/dist/ripple/{p-45ab6c4a.entry.js → p-f3b31fae.entry.js} +1 -1
  253. package/dist/ripple/p-f46983da.entry.js +1 -0
  254. package/dist/ripple/{p-90052a7f.system.entry.js → p-f9f9fbae.system.entry.js} +1 -1
  255. package/dist/ripple/{p-57885083.system.entry.js → p-fde1212a.system.entry.js} +1 -1
  256. package/dist/ripple/ripple.esm.js +1 -1
  257. package/dist/ripple/ripple.js +1 -1
  258. package/dist/types/components.d.ts +0 -986
  259. package/dist/types/stencil-public-runtime.d.ts +2 -37
  260. package/package.json +2 -2
  261. package/dist/cjs/app-globals-9NXIHgu3.js +0 -7
  262. package/dist/esm/app-globals-BNPUkoUt.js +0 -5
  263. package/dist/esm-es5/app-globals-BNPUkoUt.js +0 -1
  264. package/dist/esm-es5/chartFunctions-BLjGh_yo.js +0 -1
  265. package/dist/esm-es5/functions-DT2ztGYg.js +0 -1
  266. package/dist/esm-es5/index-C-E-By4e.js +0 -1
  267. package/dist/ripple/p-1ccf6d7c.entry.js +0 -1
  268. package/dist/ripple/p-2021c4f7.entry.js +0 -1
  269. package/dist/ripple/p-2be4ae61.entry.js +0 -1
  270. package/dist/ripple/p-37f4622f.entry.js +0 -1
  271. package/dist/ripple/p-385147aa.entry.js +0 -1
  272. package/dist/ripple/p-4d32daeb.entry.js +0 -1
  273. package/dist/ripple/p-5d2348b6.entry.js +0 -1
  274. package/dist/ripple/p-6aa3d014.entry.js +0 -1
  275. package/dist/ripple/p-72c61438.system.entry.js +0 -1
  276. package/dist/ripple/p-7309ba5e.entry.js +0 -1
  277. package/dist/ripple/p-76b54b8a.entry.js +0 -1
  278. package/dist/ripple/p-795ecc2f.entry.js +0 -1
  279. package/dist/ripple/p-885a1fdb.system.entry.js +0 -1
  280. package/dist/ripple/p-8af9a491.entry.js +0 -1
  281. package/dist/ripple/p-911907c5.entry.js +0 -1
  282. package/dist/ripple/p-936bee47.entry.js +0 -1
  283. package/dist/ripple/p-9d0ca16a.entry.js +0 -1
  284. package/dist/ripple/p-B5BgystP.system.js +0 -2
  285. package/dist/ripple/p-BDF61j7P.system.js +0 -1
  286. package/dist/ripple/p-BUP1pADI.system.js +0 -1
  287. package/dist/ripple/p-Bc1r16wF.js +0 -1
  288. package/dist/ripple/p-C-E-By4e.js +0 -2
  289. package/dist/ripple/p-C4CRgsL9.js +0 -1
  290. package/dist/ripple/p-D0eZSvEu.system.js +0 -1
  291. package/dist/ripple/p-DT2ztGYg.js +0 -1
  292. package/dist/ripple/p-Dg5uzcYb.system.js +0 -1
  293. package/dist/ripple/p-a82d08f1.entry.js +0 -1
  294. package/dist/ripple/p-ab05d1f0.entry.js +0 -1
  295. package/dist/ripple/p-ab2a734d.entry.js +0 -1
  296. package/dist/ripple/p-ae00335a.entry.js +0 -1
  297. package/dist/ripple/p-b18d9709.entry.js +0 -1
  298. package/dist/ripple/p-d5f04a3c.entry.js +0 -1
  299. package/dist/ripple/p-e527d2c6.system.entry.js +0 -1
  300. package/dist/ripple/p-f2ad44e2.system.entry.js +0 -1
  301. package/dist/ripple/p-f7065bc8.entry.js +0 -1
  302. /package/dist/cjs/{interfaces-C7YbtGnk.js → interfaces-85d78ae9.js} +0 -0
  303. /package/dist/esm/{interfaces-COwzv5zO.js → interfaces-cc5b177f.js} +0 -0
  304. /package/dist/esm-es5/{interfaces-COwzv5zO.js → interfaces-cc5b177f.js} +0 -0
  305. /package/dist/ripple/{p-COwzv5zO.js → p-2732bddd.js} +0 -0
  306. /package/dist/ripple/{p-ClUp3GkF.system.js → p-42fa7a77.system.js} +0 -0
  307. /package/dist/ripple/{p-YWpyar7R.system.js → p-50ea2036.system.js} +0 -0
@@ -2,10 +2,10 @@ import { h, Host } from "@stencil/core";
2
2
  import { getIconCodeFromName } from "../../global/interfaces";
3
3
  export class Menuitem {
4
4
  constructor() {
5
+ this.descriptionCharLimit = 100;
5
6
  this.disabled = false;
6
7
  this.icon = undefined;
7
8
  this.description = undefined;
8
- this.descriptionCharLimit = 100;
9
9
  }
10
10
  handleKeydown(ev) {
11
11
  const modifierKeyUsed = ev.altKey || ev.ctrlKey || ev.metaKey;
@@ -116,7 +116,6 @@ export class Menuitem {
116
116
  return {
117
117
  "disabled": {
118
118
  "type": "boolean",
119
- "attribute": "disabled",
120
119
  "mutable": false,
121
120
  "complexType": {
122
121
  "original": "boolean",
@@ -129,14 +128,12 @@ export class Menuitem {
129
128
  "tags": [],
130
129
  "text": ""
131
130
  },
132
- "getter": false,
133
- "setter": false,
131
+ "attribute": "disabled",
134
132
  "reflect": false,
135
133
  "defaultValue": "false"
136
134
  },
137
135
  "icon": {
138
136
  "type": "string",
139
- "attribute": "icon",
140
137
  "mutable": true,
141
138
  "complexType": {
142
139
  "original": "string",
@@ -149,14 +146,12 @@ export class Menuitem {
149
146
  "tags": [],
150
147
  "text": ""
151
148
  },
152
- "getter": false,
153
- "setter": false,
149
+ "attribute": "icon",
154
150
  "reflect": false,
155
151
  "defaultValue": "undefined"
156
152
  },
157
153
  "description": {
158
154
  "type": "string",
159
- "attribute": "description",
160
155
  "mutable": false,
161
156
  "complexType": {
162
157
  "original": "string",
@@ -169,8 +164,7 @@ export class Menuitem {
169
164
  "tags": [],
170
165
  "text": ""
171
166
  },
172
- "getter": false,
173
- "setter": false,
167
+ "attribute": "description",
174
168
  "reflect": false,
175
169
  "defaultValue": "undefined"
176
170
  }
@@ -48,7 +48,6 @@ export class ModalFooter {
48
48
  return {
49
49
  "secondaryText": {
50
50
  "type": "string",
51
- "attribute": "secondary-text",
52
51
  "mutable": false,
53
52
  "complexType": {
54
53
  "original": "string",
@@ -61,14 +60,12 @@ export class ModalFooter {
61
60
  "tags": [],
62
61
  "text": ""
63
62
  },
64
- "getter": false,
65
- "setter": false,
63
+ "attribute": "secondary-text",
66
64
  "reflect": false,
67
65
  "defaultValue": "\"\""
68
66
  },
69
67
  "primaryText": {
70
68
  "type": "string",
71
- "attribute": "primary-text",
72
69
  "mutable": false,
73
70
  "complexType": {
74
71
  "original": "string",
@@ -81,14 +78,12 @@ export class ModalFooter {
81
78
  "tags": [],
82
79
  "text": ""
83
80
  },
84
- "getter": false,
85
- "setter": false,
81
+ "attribute": "primary-text",
86
82
  "reflect": false,
87
83
  "defaultValue": "\"\""
88
84
  },
89
85
  "infoText": {
90
86
  "type": "string",
91
- "attribute": "info-text",
92
87
  "mutable": false,
93
88
  "complexType": {
94
89
  "original": "string",
@@ -101,14 +96,12 @@ export class ModalFooter {
101
96
  "tags": [],
102
97
  "text": ""
103
98
  },
104
- "getter": false,
105
- "setter": false,
99
+ "attribute": "info-text",
106
100
  "reflect": false,
107
101
  "defaultValue": "\"\""
108
102
  },
109
103
  "primaryActionDisabled": {
110
104
  "type": "boolean",
111
- "attribute": "primary-action-disabled",
112
105
  "mutable": false,
113
106
  "complexType": {
114
107
  "original": "boolean",
@@ -121,14 +114,12 @@ export class ModalFooter {
121
114
  "tags": [],
122
115
  "text": ""
123
116
  },
124
- "getter": false,
125
- "setter": false,
117
+ "attribute": "primary-action-disabled",
126
118
  "reflect": false,
127
119
  "defaultValue": "false"
128
120
  },
129
121
  "deleteStyle": {
130
122
  "type": "boolean",
131
- "attribute": "delete-style",
132
123
  "mutable": false,
133
124
  "complexType": {
134
125
  "original": "boolean",
@@ -141,8 +132,7 @@ export class ModalFooter {
141
132
  "tags": [],
142
133
  "text": ""
143
134
  },
144
- "getter": false,
145
- "setter": false,
135
+ "attribute": "delete-style",
146
136
  "reflect": false,
147
137
  "defaultValue": "false"
148
138
  }
@@ -39,7 +39,6 @@ export class ModalHeader {
39
39
  return {
40
40
  "heading": {
41
41
  "type": "string",
42
- "attribute": "heading",
43
42
  "mutable": false,
44
43
  "complexType": {
45
44
  "original": "string",
@@ -52,14 +51,12 @@ export class ModalHeader {
52
51
  "tags": [],
53
52
  "text": ""
54
53
  },
55
- "getter": false,
56
- "setter": false,
54
+ "attribute": "heading",
57
55
  "reflect": false,
58
56
  "defaultValue": "\"\""
59
57
  },
60
58
  "subheading": {
61
59
  "type": "string",
62
- "attribute": "subheading",
63
60
  "mutable": false,
64
61
  "complexType": {
65
62
  "original": "string",
@@ -72,8 +69,7 @@ export class ModalHeader {
72
69
  "tags": [],
73
70
  "text": ""
74
71
  },
75
- "getter": false,
76
- "setter": false,
72
+ "attribute": "subheading",
77
73
  "reflect": false,
78
74
  "defaultValue": "\"\""
79
75
  }
@@ -3,8 +3,10 @@ import { generateId } from "../../global/functions";
3
3
  export class Modal {
4
4
  constructor() {
5
5
  this.open = false;
6
- this.elementToFocus = ""; // primary and secondary point to the corresponding buttons, otherwise focus based on element id
6
+ this.elementToFocus = "";
7
7
  this.modalType = "modal";
8
+ this.uid = undefined;
9
+ this.returnFocusEl = undefined;
8
10
  }
9
11
  get closeButtonEl() {
10
12
  return this.el.querySelector(`#wm-modal-close-${this.uid}`);
@@ -106,11 +108,11 @@ export class Modal {
106
108
  }
107
109
  }
108
110
  render() {
109
- return (h("dialog", { key: '37c9534a1839dc5c6e2be8ca838fa9da956d34ba', class: `${"wm-" + this.modalType}`, ref: (el) => (this.dialogEl = el), onKeyDown: (ev) => this.handleKeyDown(ev) }, h("div", { key: 'ce59adc5fa795c32da6fd374468c451147ccca38', class: "tabtrap sr-only", tabindex: "0", onFocus: (ev) => {
111
+ return (h("dialog", { key: 'efa130647b8e7dd1280ee55de88e99bb3f34eeb7', class: `${"wm-" + this.modalType}`, "aria-describedby": `wm-modal-heading-text-${this.uid}`, ref: (el) => (this.dialogEl = el), onKeyDown: (ev) => this.handleKeyDown(ev) }, h("div", { key: '3bcd7436e8775061f7a6b1f09cefa937239b4e7f', class: "tabtrap sr-only", tabindex: "0", onFocus: (ev) => {
110
112
  const focusedFromCloseButton = ev.relatedTarget && ev.relatedTarget == this.closeButtonEl;
111
113
  // no related target means we're coming from outside the page (browser chrome), and first element should be focused instead
112
114
  focusedFromCloseButton ? this.focusLastElement.emit() : this.focusFirstElement.emit();
113
- } }), !this.hasBrowserPopoverSupport && h("div", { key: 'c62753c1bba03d72707398899b68fe318d285bc8', class: "wm-tooltip" }), h("slot", { key: '24f8462de2987ddadc5a4573bb9ff0a4ad42d95a' }), h("div", { key: '390395f0b4bc778d6811276f2a7facfe3fd8f9da', class: "tabtrap sr-only", tabindex: "0", onFocus: () => {
115
+ } }), !this.hasBrowserPopoverSupport && h("div", { key: '1e0dcf0224d6d8a3c6bc08800d8f3e936c3a103f', class: "wm-tooltip" }), h("slot", { key: '8cbdf215f191ca7a196c63024c2ff30720f04c76' }), h("div", { key: 'c048edf622703ee68330a7aac6117c994b750bff', class: "tabtrap sr-only", tabindex: "0", onFocus: () => {
114
116
  this.focusFirstElement.emit();
115
117
  } })));
116
118
  }
@@ -129,7 +131,6 @@ export class Modal {
129
131
  return {
130
132
  "open": {
131
133
  "type": "boolean",
132
- "attribute": "open",
133
134
  "mutable": true,
134
135
  "complexType": {
135
136
  "original": "boolean",
@@ -142,14 +143,12 @@ export class Modal {
142
143
  "tags": [],
143
144
  "text": ""
144
145
  },
145
- "getter": false,
146
- "setter": false,
146
+ "attribute": "open",
147
147
  "reflect": true,
148
148
  "defaultValue": "false"
149
149
  },
150
150
  "elementToFocus": {
151
151
  "type": "string",
152
- "attribute": "element-to-focus",
153
152
  "mutable": true,
154
153
  "complexType": {
155
154
  "original": "\"primary\" | \"secondary\" | string",
@@ -162,14 +161,12 @@ export class Modal {
162
161
  "tags": [],
163
162
  "text": ""
164
163
  },
165
- "getter": false,
166
- "setter": false,
164
+ "attribute": "element-to-focus",
167
165
  "reflect": false,
168
166
  "defaultValue": "\"\""
169
167
  },
170
168
  "modalType": {
171
169
  "type": "string",
172
- "attribute": "modal-type",
173
170
  "mutable": false,
174
171
  "complexType": {
175
172
  "original": "\"modal\" | \"dialog\"",
@@ -182,14 +179,12 @@ export class Modal {
182
179
  "tags": [],
183
180
  "text": ""
184
181
  },
185
- "getter": false,
186
- "setter": false,
182
+ "attribute": "modal-type",
187
183
  "reflect": true,
188
184
  "defaultValue": "\"modal\""
189
185
  },
190
186
  "uid": {
191
187
  "type": "string",
192
- "attribute": "uid",
193
188
  "mutable": true,
194
189
  "complexType": {
195
190
  "original": "string",
@@ -202,8 +197,7 @@ export class Modal {
202
197
  "tags": [],
203
198
  "text": ""
204
199
  },
205
- "getter": false,
206
- "setter": false,
200
+ "attribute": "uid",
207
201
  "reflect": true
208
202
  }
209
203
  };
@@ -44,7 +44,6 @@ export class ModalPssFooter {
44
44
  return {
45
45
  "secondaryText": {
46
46
  "type": "string",
47
- "attribute": "secondary-text",
48
47
  "mutable": false,
49
48
  "complexType": {
50
49
  "original": "string",
@@ -57,14 +56,12 @@ export class ModalPssFooter {
57
56
  "tags": [],
58
57
  "text": ""
59
58
  },
60
- "getter": false,
61
- "setter": false,
59
+ "attribute": "secondary-text",
62
60
  "reflect": false,
63
61
  "defaultValue": "\"\""
64
62
  },
65
63
  "primaryText": {
66
64
  "type": "string",
67
- "attribute": "primary-text",
68
65
  "mutable": false,
69
66
  "complexType": {
70
67
  "original": "string",
@@ -77,14 +74,12 @@ export class ModalPssFooter {
77
74
  "tags": [],
78
75
  "text": ""
79
76
  },
80
- "getter": false,
81
- "setter": false,
77
+ "attribute": "primary-text",
82
78
  "reflect": false,
83
79
  "defaultValue": "\"\""
84
80
  },
85
81
  "infoText": {
86
82
  "type": "string",
87
- "attribute": "info-text",
88
83
  "mutable": false,
89
84
  "complexType": {
90
85
  "original": "string",
@@ -97,14 +92,12 @@ export class ModalPssFooter {
97
92
  "tags": [],
98
93
  "text": ""
99
94
  },
100
- "getter": false,
101
- "setter": false,
95
+ "attribute": "info-text",
102
96
  "reflect": false,
103
97
  "defaultValue": "\"\""
104
98
  },
105
99
  "primaryActionDisabled": {
106
100
  "type": "boolean",
107
- "attribute": "primary-action-disabled",
108
101
  "mutable": false,
109
102
  "complexType": {
110
103
  "original": "boolean",
@@ -117,14 +110,12 @@ export class ModalPssFooter {
117
110
  "tags": [],
118
111
  "text": ""
119
112
  },
120
- "getter": false,
121
- "setter": false,
113
+ "attribute": "primary-action-disabled",
122
114
  "reflect": false,
123
115
  "defaultValue": "false"
124
116
  },
125
117
  "deleteStyle": {
126
118
  "type": "boolean",
127
- "attribute": "delete-style",
128
119
  "mutable": false,
129
120
  "complexType": {
130
121
  "original": "boolean",
@@ -137,8 +128,7 @@ export class ModalPssFooter {
137
128
  "tags": [],
138
129
  "text": ""
139
130
  },
140
- "getter": false,
141
- "setter": false,
131
+ "attribute": "delete-style",
142
132
  "reflect": false,
143
133
  "defaultValue": "false"
144
134
  }
@@ -42,7 +42,6 @@ export class ModalPssHeader {
42
42
  return {
43
43
  "heading": {
44
44
  "type": "string",
45
- "attribute": "heading",
46
45
  "mutable": false,
47
46
  "complexType": {
48
47
  "original": "string",
@@ -55,14 +54,12 @@ export class ModalPssHeader {
55
54
  "tags": [],
56
55
  "text": ""
57
56
  },
58
- "getter": false,
59
- "setter": false,
57
+ "attribute": "heading",
60
58
  "reflect": false,
61
59
  "defaultValue": "\"\""
62
60
  },
63
61
  "subheading": {
64
62
  "type": "string",
65
- "attribute": "subheading",
66
63
  "mutable": false,
67
64
  "complexType": {
68
65
  "original": "string",
@@ -75,8 +72,7 @@ export class ModalPssHeader {
75
72
  "tags": [],
76
73
  "text": ""
77
74
  },
78
- "getter": false,
79
- "setter": false,
75
+ "attribute": "subheading",
80
76
  "reflect": false,
81
77
  "defaultValue": "\"\""
82
78
  }
@@ -3,10 +3,11 @@ import { checkForActiveElInShadow } from "../../global/functions";
3
3
  import { generateId } from "../../global/functions";
4
4
  export class ModalPss {
5
5
  constructor() {
6
+ this.bodyFocusListener = () => this.redirectFocusFromBody();
6
7
  this.open = false;
7
- this.elementToFocus = ""; // primary and secondary point to the corresponding buttons, otherwise focus based on element id
8
+ this.elementToFocus = "";
8
9
  this.modalType = "modal";
9
- this.bodyFocusListener = () => this.redirectFocusFromBody();
10
+ this.uid = undefined;
10
11
  }
11
12
  get focusOnOpenEl() {
12
13
  let customElementToFocus = null;
@@ -132,7 +133,6 @@ export class ModalPss {
132
133
  return {
133
134
  "open": {
134
135
  "type": "boolean",
135
- "attribute": "open",
136
136
  "mutable": true,
137
137
  "complexType": {
138
138
  "original": "boolean",
@@ -145,14 +145,12 @@ export class ModalPss {
145
145
  "tags": [],
146
146
  "text": ""
147
147
  },
148
- "getter": false,
149
- "setter": false,
148
+ "attribute": "open",
150
149
  "reflect": true,
151
150
  "defaultValue": "false"
152
151
  },
153
152
  "elementToFocus": {
154
153
  "type": "string",
155
- "attribute": "element-to-focus",
156
154
  "mutable": true,
157
155
  "complexType": {
158
156
  "original": "\"primary\" | \"secondary\" | string",
@@ -165,14 +163,12 @@ export class ModalPss {
165
163
  "tags": [],
166
164
  "text": ""
167
165
  },
168
- "getter": false,
169
- "setter": false,
166
+ "attribute": "element-to-focus",
170
167
  "reflect": false,
171
168
  "defaultValue": "\"\""
172
169
  },
173
170
  "modalType": {
174
171
  "type": "string",
175
- "attribute": "modal-type",
176
172
  "mutable": false,
177
173
  "complexType": {
178
174
  "original": "\"modal\" | \"dialog\"",
@@ -185,14 +181,12 @@ export class ModalPss {
185
181
  "tags": [],
186
182
  "text": ""
187
183
  },
188
- "getter": false,
189
- "setter": false,
184
+ "attribute": "modal-type",
190
185
  "reflect": true,
191
186
  "defaultValue": "\"modal\""
192
187
  },
193
188
  "uid": {
194
189
  "type": "string",
195
- "attribute": "uid",
196
190
  "mutable": true,
197
191
  "complexType": {
198
192
  "original": "string",
@@ -205,8 +199,7 @@ export class ModalPss {
205
199
  "tags": [],
206
200
  "text": ""
207
201
  },
208
- "getter": false,
209
- "setter": false,
202
+ "attribute": "uid",
210
203
  "reflect": true
211
204
  }
212
205
  };
@@ -2,13 +2,14 @@ import { h, Host } from "@stencil/core";
2
2
  import { intl, showTooltip, hideTooltip } from "../../global/functions";
3
3
  export class NavigationHamburger {
4
4
  constructor() {
5
- this.isTabbing = false;
6
- this.open = false;
7
5
  this.showNavMessage = intl.formatMessage({
8
6
  id: "navigation.showNavigation",
9
7
  defaultMessage: "Show navigation",
10
8
  description: "For user interface element opening a navigation menu",
11
9
  });
10
+ this.navId = undefined;
11
+ this.isTabbing = false;
12
+ this.open = false;
12
13
  }
13
14
  toggleTabbingOn() {
14
15
  this.isTabbing = true;
@@ -52,7 +53,6 @@ export class NavigationHamburger {
52
53
  return {
53
54
  "navId": {
54
55
  "type": "string",
55
- "attribute": "nav-id",
56
56
  "mutable": false,
57
57
  "complexType": {
58
58
  "original": "string",
@@ -65,8 +65,7 @@ export class NavigationHamburger {
65
65
  "tags": [],
66
66
  "text": ""
67
67
  },
68
- "getter": false,
69
- "setter": false,
68
+ "attribute": "nav-id",
70
69
  "reflect": false
71
70
  }
72
71
  };
@@ -1,5 +1,10 @@
1
1
  import { h, Host } from "@stencil/core";
2
2
  export class NavigationItem {
3
+ constructor() {
4
+ this.href = undefined;
5
+ this.text = undefined;
6
+ this.active = undefined;
7
+ }
3
8
  render() {
4
9
  return (h(Host, { key: 'fa0d860cef87f2af8b3c8ed67b37a2eafd4229c9', role: "listitem" }, h("a", { key: '192898896ee4310c0fb741d8bf5ebe27e57ab8b3', class: `link ${this.active ? "active" : ""}`, href: this.href, onClick: () => this.wmNavigationItemClicked.emit() }, h("div", { key: 'b0df43e4aaa9786b2d8e57fbeb766eb5cf348336', class: "icon", "aria-hidden": "true" }, h("slot", { key: 'dd4b646b3b48155163c8816344f3c947eb58403a' })), h("div", { key: 'a195cc9d6dc724553a9240896cddcfadceb7424c', class: "text" }, this.text))));
5
10
  }
@@ -20,7 +25,6 @@ export class NavigationItem {
20
25
  return {
21
26
  "href": {
22
27
  "type": "string",
23
- "attribute": "href",
24
28
  "mutable": false,
25
29
  "complexType": {
26
30
  "original": "string",
@@ -33,13 +37,11 @@ export class NavigationItem {
33
37
  "tags": [],
34
38
  "text": ""
35
39
  },
36
- "getter": false,
37
- "setter": false,
40
+ "attribute": "href",
38
41
  "reflect": false
39
42
  },
40
43
  "text": {
41
44
  "type": "string",
42
- "attribute": "text",
43
45
  "mutable": false,
44
46
  "complexType": {
45
47
  "original": "string",
@@ -52,13 +54,11 @@ export class NavigationItem {
52
54
  "tags": [],
53
55
  "text": ""
54
56
  },
55
- "getter": false,
56
- "setter": false,
57
+ "attribute": "text",
57
58
  "reflect": false
58
59
  },
59
60
  "active": {
60
61
  "type": "boolean",
61
- "attribute": "active",
62
62
  "mutable": false,
63
63
  "complexType": {
64
64
  "original": "boolean",
@@ -71,8 +71,7 @@ export class NavigationItem {
71
71
  "tags": [],
72
72
  "text": ""
73
73
  },
74
- "getter": false,
75
- "setter": false,
74
+ "attribute": "active",
76
75
  "reflect": false
77
76
  }
78
77
  };
@@ -3,13 +3,13 @@ import { intl, throttle } from "../../global/functions";
3
3
  import { globalMessages } from "../../global/intl";
4
4
  export class Navigation {
5
5
  constructor() {
6
- this.open = false;
7
6
  this.mainNavigationMessage = intl.formatMessage({
8
7
  id: "navigation.mainNavigation",
9
8
  defaultMessage: "Main",
10
9
  description: "Label describing the site navigation, for screen reader users",
11
10
  });
12
11
  this.throttledRerender = throttle(() => forceUpdate(this.el), 50);
12
+ this.open = false;
13
13
  }
14
14
  get isCollapsible() {
15
15
  return window.innerWidth < 1024;
@@ -117,7 +117,6 @@ export class Navigation {
117
117
  return {
118
118
  "open": {
119
119
  "type": "boolean",
120
- "attribute": "open",
121
120
  "mutable": true,
122
121
  "complexType": {
123
122
  "original": "boolean",
@@ -130,8 +129,7 @@ export class Navigation {
130
129
  "tags": [],
131
130
  "text": ""
132
131
  },
133
- "getter": false,
134
- "setter": false,
132
+ "attribute": "open",
135
133
  "reflect": true,
136
134
  "defaultValue": "false"
137
135
  }
@@ -28,7 +28,6 @@ export class PrivNavigatorButton {
28
28
  return {
29
29
  "expanded": {
30
30
  "type": "boolean",
31
- "attribute": "expanded",
32
31
  "mutable": true,
33
32
  "complexType": {
34
33
  "original": "boolean",
@@ -41,14 +40,12 @@ export class PrivNavigatorButton {
41
40
  "tags": [],
42
41
  "text": ""
43
42
  },
44
- "getter": false,
45
- "setter": false,
43
+ "attribute": "expanded",
46
44
  "reflect": false,
47
45
  "defaultValue": "false"
48
46
  },
49
47
  "altText": {
50
48
  "type": "string",
51
- "attribute": "alt-text",
52
49
  "mutable": false,
53
50
  "complexType": {
54
51
  "original": "string",
@@ -61,8 +58,7 @@ export class PrivNavigatorButton {
61
58
  "tags": [],
62
59
  "text": ""
63
60
  },
64
- "getter": false,
65
- "setter": false,
61
+ "attribute": "alt-text",
66
62
  "reflect": false,
67
63
  "defaultValue": "\"\""
68
64
  }