@watermarkinsights/ripple 5.16.0-alpha.1 → 5.16.0-alpha.10

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 (330) hide show
  1. package/dist/cjs/app-globals-C-IAhycr.js +7 -0
  2. package/dist/cjs/{chartFunctions-439c6fd4.js → chartFunctions-C8PCmGmn.js} +2 -3
  3. package/dist/cjs/{functions-dd27bda3.js → functions-DfuY5Jtp.js} +74 -79
  4. package/dist/cjs/{index-788526f5.js → index-DwhNqnaT.js} +777 -410
  5. package/dist/cjs/{intl-6d72b4a0.js → intl-Bl-0Yn5n.js} +3 -3
  6. package/dist/cjs/loader.cjs.js +3 -5
  7. package/dist/cjs/priv-calendar.cjs.entry.js +6 -12
  8. package/dist/cjs/priv-chart-popover.cjs.entry.js +4 -8
  9. package/dist/cjs/priv-navigator-button.cjs.entry.js +3 -6
  10. package/dist/cjs/priv-navigator-item.cjs.entry.js +3 -6
  11. package/dist/cjs/priv-option-list.cjs.entry.js +10 -16
  12. package/dist/cjs/ripple.cjs.js +7 -7
  13. package/dist/cjs/wm-action-menu_2.cjs.entry.js +11 -20
  14. package/dist/cjs/wm-button.cjs.entry.js +9 -17
  15. package/dist/cjs/wm-chart-slice.cjs.entry.js +1 -8
  16. package/dist/cjs/wm-chart.cjs.entry.js +14 -18
  17. package/dist/cjs/wm-date-range.cjs.entry.js +10 -15
  18. package/dist/cjs/wm-datepicker.cjs.entry.js +18 -17
  19. package/dist/cjs/wm-file-list.cjs.entry.js +3 -6
  20. package/dist/cjs/wm-file.cjs.entry.js +6 -16
  21. package/dist/cjs/wm-flyout.cjs.entry.js +6 -17
  22. package/dist/cjs/wm-input.cjs.entry.js +13 -19
  23. package/dist/cjs/wm-line-chart.cjs.entry.js +18 -28
  24. package/dist/cjs/wm-modal-pss_3.cjs.entry.js +12 -18
  25. package/dist/cjs/wm-modal_3.cjs.entry.js +12 -19
  26. package/dist/cjs/wm-navigation_3.cjs.entry.js +13 -22
  27. package/dist/cjs/wm-navigator.cjs.entry.js +17 -15
  28. package/dist/cjs/wm-nested-select.cjs.entry.js +21 -20
  29. package/dist/cjs/wm-optgroup.cjs.entry.js +3 -7
  30. package/dist/cjs/wm-option_2.cjs.entry.js +19 -20
  31. package/dist/cjs/wm-pagination.cjs.entry.js +11 -14
  32. package/dist/cjs/wm-progress-indicator_3.cjs.entry.js +10 -27
  33. package/dist/cjs/wm-search.cjs.entry.js +27 -11
  34. package/dist/cjs/wm-snackbar.cjs.entry.js +10 -12
  35. package/dist/cjs/wm-tab-item_3.cjs.entry.js +23 -19
  36. package/dist/cjs/wm-tag-input.cjs.entry.js +42 -48
  37. package/dist/cjs/wm-tag-option.cjs.entry.js +2 -8
  38. package/dist/cjs/wm-textarea.cjs.entry.js +13 -14
  39. package/dist/cjs/wm-timepicker.cjs.entry.js +18 -17
  40. package/dist/cjs/wm-toggletip.cjs.entry.js +9 -14
  41. package/dist/cjs/wm-uploader.cjs.entry.js +18 -22
  42. package/dist/cjs/wm-wrapper.cjs.entry.js +1 -3
  43. package/dist/collection/collection-manifest.json +2 -2
  44. package/dist/collection/components/charts/priv-chart-popover/priv-chart-popover.js +8 -4
  45. package/dist/collection/components/charts/wm-chart/wm-chart-slice.js +15 -12
  46. package/dist/collection/components/charts/wm-chart/wm-chart.js +45 -22
  47. package/dist/collection/components/charts/wm-line-chart/wm-line-chart.js +52 -33
  48. package/dist/collection/components/charts/wm-progress-monitor/wm-progress-indicator.js +23 -16
  49. package/dist/collection/components/charts/wm-progress-monitor/wm-progress-monitor.js +9 -6
  50. package/dist/collection/components/charts/wm-progress-monitor/wm-progress-slice.js +15 -12
  51. package/dist/collection/components/datepickers/datepicker.css +15 -9
  52. package/dist/collection/components/datepickers/priv-calendar/priv-calendar.js +21 -12
  53. package/dist/collection/components/datepickers/wm-date-range.js +39 -19
  54. package/dist/collection/components/datepickers/wm-datepicker.js +39 -19
  55. package/dist/collection/components/selects/priv-option-list/priv-option-list.js +27 -16
  56. package/dist/collection/components/selects/wm-nested-select/wm-nested-select.css +15 -9
  57. package/dist/collection/components/selects/wm-nested-select/wm-nested-select.js +56 -26
  58. package/dist/collection/components/selects/wm-optgroup/wm-optgroup.js +12 -5
  59. package/dist/collection/components/selects/wm-option/wm-option.js +15 -6
  60. package/dist/collection/components/selects/wm-select/wm-select.css +15 -9
  61. package/dist/collection/components/selects/wm-select/wm-select.js +50 -22
  62. package/dist/collection/components/wm-action-menu/wm-action-menu.js +25 -16
  63. package/dist/collection/components/wm-button/wm-button.js +44 -23
  64. package/dist/collection/components/wm-file/wm-file.js +30 -19
  65. package/dist/collection/components/wm-file-list/wm-file-list.js +4 -2
  66. package/dist/collection/components/wm-flyout/wm-flyout.js +32 -20
  67. package/dist/collection/components/wm-input/wm-input.css +15 -9
  68. package/dist/collection/components/wm-input/wm-input.js +63 -30
  69. package/dist/collection/components/wm-menuitem/wm-menuitem.js +11 -5
  70. package/dist/collection/components/wm-modal/wm-modal-footer.js +16 -6
  71. package/dist/collection/components/wm-modal/wm-modal-header.js +7 -3
  72. package/dist/collection/components/wm-modal/wm-modal.css +1 -1
  73. package/dist/collection/components/wm-modal/wm-modal.js +15 -9
  74. package/dist/collection/components/wm-modal-pss/wm-modal-pss-footer.js +16 -6
  75. package/dist/collection/components/wm-modal-pss/wm-modal-pss-header.js +7 -3
  76. package/dist/collection/components/wm-modal-pss/wm-modal-pss.js +16 -9
  77. package/dist/collection/components/wm-navigation/wm-navigation-hamburger.js +6 -5
  78. package/dist/collection/components/wm-navigation/wm-navigation-item.js +10 -9
  79. package/dist/collection/components/wm-navigation/wm-navigation.js +6 -4
  80. package/dist/collection/components/wm-navigator/priv-navigator-button/priv-navigator-button.js +7 -3
  81. package/dist/collection/components/wm-navigator/priv-navigator-item/priv-navigator-item.js +10 -4
  82. package/dist/collection/components/wm-navigator/wm-navigator.js +34 -15
  83. package/dist/collection/components/wm-pagination/wm-pagination.js +22 -12
  84. package/dist/collection/components/wm-search/wm-search.js +47 -12
  85. package/dist/collection/components/wm-snackbar/wm-snackbar.js +9 -6
  86. package/dist/collection/components/wm-tabs/wm-tab-item/wm-tab-item.js +19 -7
  87. package/dist/collection/components/wm-tabs/wm-tab-list/wm-tab-list.js +10 -7
  88. package/dist/collection/components/wm-tabs/wm-tab-panel/wm-tab-panel.js +13 -3
  89. package/dist/collection/components/wm-tag-input/wm-tag-input.css +23 -17
  90. package/dist/collection/components/wm-tag-input/wm-tag-input.js +79 -54
  91. package/dist/collection/components/wm-tag-input/wm-tag-option/wm-tag-option.js +18 -10
  92. package/dist/collection/components/wm-textarea/wm-textarea.css +15 -9
  93. package/dist/collection/components/wm-textarea/wm-textarea.js +42 -18
  94. package/dist/collection/components/wm-timepicker/wm-timepicker.css +15 -9
  95. package/dist/collection/components/wm-timepicker/wm-timepicker.js +36 -18
  96. package/dist/collection/components/wm-toggletip/wm-toggletip.js +21 -13
  97. package/dist/collection/components/wm-uploader/wm-uploader.css +21 -10
  98. package/dist/collection/components/wm-uploader/wm-uploader.js +47 -26
  99. package/dist/collection/global/intl.js +2 -2
  100. package/dist/esm/app-globals-CrcR41XQ.js +5 -0
  101. package/dist/esm/{chartFunctions-6749593d.js → chartFunctions-BocRhQ0T.js} +3 -4
  102. package/dist/esm/{functions-dabfd76f.js → functions-B9BrPorY.js} +75 -80
  103. package/dist/esm/{index-130e07bb.js → index-C20glyTb.js} +774 -406
  104. package/dist/esm/{intl-43676e71.js → intl-D-bH9lQF.js} +3 -3
  105. package/dist/esm/loader.js +4 -4
  106. package/dist/esm/priv-calendar.entry.js +6 -10
  107. package/dist/esm/priv-chart-popover.entry.js +4 -6
  108. package/dist/esm/priv-navigator-button.entry.js +3 -4
  109. package/dist/esm/priv-navigator-item.entry.js +3 -4
  110. package/dist/esm/priv-option-list.entry.js +10 -14
  111. package/dist/esm/ripple.js +6 -5
  112. package/dist/esm/wm-action-menu_2.entry.js +11 -18
  113. package/dist/esm/wm-button.entry.js +9 -15
  114. package/dist/esm/wm-chart-slice.entry.js +1 -6
  115. package/dist/esm/wm-chart.entry.js +14 -16
  116. package/dist/esm/wm-date-range.entry.js +10 -13
  117. package/dist/esm/wm-datepicker.entry.js +18 -15
  118. package/dist/esm/wm-file-list.entry.js +3 -4
  119. package/dist/esm/wm-file.entry.js +6 -14
  120. package/dist/esm/wm-flyout.entry.js +6 -15
  121. package/dist/esm/wm-input.entry.js +13 -17
  122. package/dist/esm/wm-line-chart.entry.js +18 -26
  123. package/dist/esm/wm-modal-pss_3.entry.js +12 -16
  124. package/dist/esm/wm-modal_3.entry.js +12 -17
  125. package/dist/esm/wm-navigation_3.entry.js +13 -20
  126. package/dist/esm/wm-navigator.entry.js +17 -13
  127. package/dist/esm/wm-nested-select.entry.js +21 -18
  128. package/dist/esm/wm-optgroup.entry.js +3 -5
  129. package/dist/esm/wm-option_2.entry.js +19 -18
  130. package/dist/esm/wm-pagination.entry.js +11 -12
  131. package/dist/esm/wm-progress-indicator_3.entry.js +10 -25
  132. package/dist/esm/wm-search.entry.js +27 -9
  133. package/dist/esm/wm-snackbar.entry.js +10 -10
  134. package/dist/esm/wm-tab-item_3.entry.js +23 -17
  135. package/dist/esm/wm-tag-input.entry.js +42 -46
  136. package/dist/esm/wm-tag-option.entry.js +2 -6
  137. package/dist/esm/wm-textarea.entry.js +13 -12
  138. package/dist/esm/wm-timepicker.entry.js +18 -15
  139. package/dist/esm/wm-toggletip.entry.js +9 -12
  140. package/dist/esm/wm-uploader.entry.js +18 -20
  141. package/dist/esm/wm-wrapper.entry.js +1 -1
  142. package/dist/esm-es5/app-globals-CrcR41XQ.js +1 -0
  143. package/dist/esm-es5/chartFunctions-BocRhQ0T.js +1 -0
  144. package/dist/esm-es5/functions-B9BrPorY.js +1 -0
  145. package/dist/esm-es5/index-C20glyTb.js +1 -0
  146. package/dist/esm-es5/{intl-43676e71.js → intl-D-bH9lQF.js} +1 -1
  147. package/dist/esm-es5/loader.js +1 -1
  148. package/dist/esm-es5/priv-calendar.entry.js +1 -1
  149. package/dist/esm-es5/priv-chart-popover.entry.js +1 -1
  150. package/dist/esm-es5/priv-navigator-button.entry.js +1 -1
  151. package/dist/esm-es5/priv-navigator-item.entry.js +1 -1
  152. package/dist/esm-es5/priv-option-list.entry.js +1 -1
  153. package/dist/esm-es5/ripple.js +1 -1
  154. package/dist/esm-es5/wm-action-menu_2.entry.js +1 -1
  155. package/dist/esm-es5/wm-button.entry.js +1 -1
  156. package/dist/esm-es5/wm-chart-slice.entry.js +1 -1
  157. package/dist/esm-es5/wm-chart.entry.js +1 -1
  158. package/dist/esm-es5/wm-date-range.entry.js +1 -1
  159. package/dist/esm-es5/wm-datepicker.entry.js +1 -1
  160. package/dist/esm-es5/wm-file-list.entry.js +1 -1
  161. package/dist/esm-es5/wm-file.entry.js +1 -1
  162. package/dist/esm-es5/wm-flyout.entry.js +1 -1
  163. package/dist/esm-es5/wm-input.entry.js +1 -1
  164. package/dist/esm-es5/wm-line-chart.entry.js +1 -1
  165. package/dist/esm-es5/wm-modal-pss_3.entry.js +1 -1
  166. package/dist/esm-es5/wm-modal_3.entry.js +1 -1
  167. package/dist/esm-es5/wm-navigation_3.entry.js +1 -1
  168. package/dist/esm-es5/wm-navigator.entry.js +1 -1
  169. package/dist/esm-es5/wm-nested-select.entry.js +1 -1
  170. package/dist/esm-es5/wm-optgroup.entry.js +1 -1
  171. package/dist/esm-es5/wm-option_2.entry.js +1 -1
  172. package/dist/esm-es5/wm-pagination.entry.js +1 -1
  173. package/dist/esm-es5/wm-progress-indicator_3.entry.js +1 -1
  174. package/dist/esm-es5/wm-search.entry.js +1 -1
  175. package/dist/esm-es5/wm-snackbar.entry.js +1 -1
  176. package/dist/esm-es5/wm-tab-item_3.entry.js +1 -1
  177. package/dist/esm-es5/wm-tag-input.entry.js +1 -1
  178. package/dist/esm-es5/wm-tag-option.entry.js +1 -1
  179. package/dist/esm-es5/wm-textarea.entry.js +1 -1
  180. package/dist/esm-es5/wm-timepicker.entry.js +1 -1
  181. package/dist/esm-es5/wm-toggletip.entry.js +1 -1
  182. package/dist/esm-es5/wm-uploader.entry.js +1 -1
  183. package/dist/esm-es5/wm-wrapper.entry.js +1 -1
  184. package/dist/ripple/p-03e28e65.system.entry.js +1 -0
  185. package/dist/ripple/{p-f3df715f.entry.js → p-0616bd1c.entry.js} +1 -1
  186. package/dist/ripple/p-088a84b6.entry.js +1 -0
  187. package/dist/ripple/p-09116c34.entry.js +1 -0
  188. package/dist/ripple/{p-59591401.entry.js → p-0a9f8d0d.entry.js} +1 -1
  189. package/dist/ripple/{p-97ffaa7d.entry.js → p-1a96dc5e.entry.js} +1 -1
  190. package/dist/ripple/{p-b01f9572.system.entry.js → p-1b8f9ff1.system.entry.js} +1 -1
  191. package/dist/ripple/p-21728198.entry.js +1 -0
  192. package/dist/ripple/p-25227bec.entry.js +1 -0
  193. package/dist/ripple/p-264fb4fc.entry.js +1 -0
  194. package/dist/ripple/{p-61f9987d.system.entry.js → p-27c1933e.system.entry.js} +1 -1
  195. package/dist/ripple/p-27de107e.entry.js +1 -0
  196. package/dist/ripple/p-338835e6.entry.js +1 -0
  197. package/dist/ripple/p-3678e285.entry.js +1 -0
  198. package/dist/ripple/p-384f6dc8.entry.js +1 -0
  199. package/dist/ripple/{p-a5fb4171.system.entry.js → p-3fa20b7a.entry.js} +1 -1
  200. package/dist/ripple/{p-74f103dd.entry.js → p-476e2913.entry.js} +1 -1
  201. package/dist/ripple/{p-c699aec8.system.entry.js → p-4a50f797.system.entry.js} +1 -1
  202. package/dist/ripple/p-5026b7e8.entry.js +1 -0
  203. package/dist/ripple/{p-9b2281e2.system.entry.js → p-5166de03.system.entry.js} +1 -1
  204. package/dist/ripple/{p-bc4976e6.entry.js → p-5827cae3.system.entry.js} +1 -1
  205. package/dist/ripple/{p-ceac4dea.system.entry.js → p-59f7cfd7.system.entry.js} +1 -1
  206. package/dist/ripple/{p-b23c6351.system.entry.js → p-5a728ced.system.entry.js} +1 -1
  207. package/dist/ripple/p-5c8e802a.system.entry.js +1 -0
  208. package/dist/ripple/{p-cd0cc88d.entry.js → p-5cc5b46b.entry.js} +1 -1
  209. package/dist/ripple/{p-2f7ca1a7.system.entry.js → p-6c66e270.entry.js} +1 -1
  210. package/dist/ripple/p-6ffa9bfc.entry.js +1 -0
  211. package/dist/ripple/{p-043901ab.system.entry.js → p-70cdc5ce.system.entry.js} +1 -1
  212. package/dist/ripple/p-719b7087.system.entry.js +1 -0
  213. package/dist/ripple/{p-fe93b6b9.system.entry.js → p-734d06dc.system.entry.js} +1 -1
  214. package/dist/ripple/{p-4fb4deb9.entry.js → p-757b04eb.entry.js} +1 -1
  215. package/dist/ripple/{p-0bb576c5.system.entry.js → p-7ea000d6.system.entry.js} +1 -1
  216. package/dist/ripple/{p-30236be3.system.entry.js → p-81783193.system.entry.js} +1 -1
  217. package/dist/ripple/{p-36fd8aed.system.entry.js → p-82a66121.system.entry.js} +1 -1
  218. package/dist/ripple/p-85afd9bf.system.entry.js +1 -0
  219. package/dist/ripple/p-8eWf5O5Z.system.js +1 -0
  220. package/dist/ripple/p-90d11417.system.entry.js +1 -0
  221. package/dist/ripple/p-979cd9f4.entry.js +1 -0
  222. package/dist/ripple/p-B0uE_ID-.system.js +2 -0
  223. package/dist/ripple/p-B9BrPorY.js +1 -0
  224. package/dist/ripple/p-BOTV28v8.system.js +1 -0
  225. package/dist/ripple/{p-ba399879.system.js → p-BVUnLeDz.system.js} +1 -1
  226. package/dist/ripple/p-Bboe1S7O.js +1 -0
  227. package/dist/ripple/p-C20glyTb.js +2 -0
  228. package/dist/ripple/p-CKTNcFzW.system.js +1 -0
  229. package/dist/ripple/{p-49a347e1.js → p-DAuKYO5n.js} +1 -1
  230. package/dist/ripple/p-D_issjBT.system.js +1 -0
  231. package/dist/ripple/p-a1cd3c29.entry.js +1 -0
  232. package/dist/ripple/p-a634e9f5.entry.js +1 -0
  233. package/dist/ripple/p-b0653ac3.entry.js +1 -0
  234. package/dist/ripple/{p-89479d02.system.entry.js → p-b140b04d.system.entry.js} +1 -1
  235. package/dist/ripple/p-b2433a3c.system.entry.js +1 -0
  236. package/dist/ripple/{p-091fbc50.system.entry.js → p-b2604e2b.system.entry.js} +1 -1
  237. package/dist/ripple/{p-72ed488e.system.entry.js → p-b593e93c.system.entry.js} +1 -1
  238. package/dist/ripple/{p-9328023c.entry.js → p-c164a1cb.entry.js} +1 -1
  239. package/dist/ripple/p-c344e3c0.entry.js +1 -0
  240. package/dist/ripple/{p-1955c66a.system.entry.js → p-caef27f1.system.entry.js} +1 -1
  241. package/dist/ripple/{p-f8995a5e.system.entry.js → p-cf3defe6.system.entry.js} +1 -1
  242. package/dist/ripple/{p-4c2a044d.system.entry.js → p-d11e4c6e.system.entry.js} +1 -1
  243. package/dist/ripple/{p-c7d71181.system.entry.js → p-d17bf683.system.entry.js} +1 -1
  244. package/dist/ripple/{p-fe71ec64.system.entry.js → p-d1ea5d4c.system.entry.js} +1 -1
  245. package/dist/ripple/{p-c53f5914.entry.js → p-d293be99.system.entry.js} +1 -1
  246. package/dist/ripple/p-d3bc9393.entry.js +1 -0
  247. package/dist/ripple/{p-4e6b0a6e.system.entry.js → p-d3d5306c.system.entry.js} +1 -1
  248. package/dist/ripple/p-d5232e7d.entry.js +1 -0
  249. package/dist/ripple/{p-6a082957.entry.js → p-d61938ca.entry.js} +1 -1
  250. package/dist/ripple/p-dECFx5ly.js +1 -0
  251. package/dist/ripple/p-dc3e43aa.entry.js +1 -0
  252. package/dist/ripple/{p-57c25b63.entry.js → p-dca6cfbd.entry.js} +1 -1
  253. package/dist/ripple/{p-f9fa1506.system.entry.js → p-de4c51e2.system.entry.js} +1 -1
  254. package/dist/ripple/{p-8ec2e944.system.entry.js → p-e2e2929f.system.entry.js} +1 -1
  255. package/dist/ripple/p-e63b30bd.system.entry.js +1 -0
  256. package/dist/ripple/{p-2823d02b.system.entry.js → p-e6e4e23a.system.entry.js} +1 -1
  257. package/dist/ripple/p-e9b67596.entry.js +1 -0
  258. package/dist/ripple/p-ebd318c6.entry.js +1 -0
  259. package/dist/ripple/p-ee0e88ed.entry.js +1 -0
  260. package/dist/ripple/{p-92a50b38.system.entry.js → p-ef56fc5a.system.entry.js} +1 -1
  261. package/dist/ripple/{p-12d6ab73.system.entry.js → p-f878d184.system.entry.js} +1 -1
  262. package/dist/ripple/{p-c4896784.system.entry.js → p-fb4367a8.system.entry.js} +1 -1
  263. package/dist/ripple/p-fc35bcf9.entry.js +1 -0
  264. package/dist/ripple/p-ffd7de48.entry.js +1 -0
  265. package/dist/ripple/ripple.esm.js +1 -1
  266. package/dist/ripple/ripple.js +1 -1
  267. package/dist/types/components/datepickers/wm-datepicker.d.ts +1 -0
  268. package/dist/types/components/selects/wm-nested-select/wm-nested-select.d.ts +1 -0
  269. package/dist/types/components/selects/wm-select/wm-select.d.ts +1 -0
  270. package/dist/types/components/wm-input/wm-input.d.ts +1 -0
  271. package/dist/types/components/wm-tag-input/wm-tag-input.d.ts +1 -0
  272. package/dist/types/components/wm-textarea/wm-textarea.d.ts +1 -0
  273. package/dist/types/components/wm-timepicker/wm-timepicker.d.ts +1 -0
  274. package/dist/types/components/wm-uploader/wm-uploader.d.ts +1 -0
  275. package/dist/types/components.d.ts +986 -0
  276. package/dist/types/stencil-public-runtime.d.ts +37 -2
  277. package/package.json +2 -2
  278. package/dist/cjs/app-globals-f56991b7.js +0 -92
  279. package/dist/esm/app-globals-cc7a1bd5.js +0 -90
  280. package/dist/esm-es5/app-globals-cc7a1bd5.js +0 -1
  281. package/dist/esm-es5/chartFunctions-6749593d.js +0 -1
  282. package/dist/esm-es5/functions-dabfd76f.js +0 -1
  283. package/dist/esm-es5/index-130e07bb.js +0 -1
  284. package/dist/loader/package.json +0 -11
  285. package/dist/ripple/p-0189929d.entry.js +0 -1
  286. package/dist/ripple/p-0c89b82c.entry.js +0 -1
  287. package/dist/ripple/p-12ac8f93.js +0 -1
  288. package/dist/ripple/p-13b1d775.entry.js +0 -1
  289. package/dist/ripple/p-144ce232.entry.js +0 -1
  290. package/dist/ripple/p-1497ccfc.entry.js +0 -1
  291. package/dist/ripple/p-1a3037aa.entry.js +0 -1
  292. package/dist/ripple/p-22b55b6f.entry.js +0 -1
  293. package/dist/ripple/p-257d2d5c.entry.js +0 -1
  294. package/dist/ripple/p-30201dc9.entry.js +0 -1
  295. package/dist/ripple/p-36d2b888.entry.js +0 -1
  296. package/dist/ripple/p-3f98056c.js +0 -1
  297. package/dist/ripple/p-41120a33.system.js +0 -1
  298. package/dist/ripple/p-492aa9fe.system.entry.js +0 -1
  299. package/dist/ripple/p-4a29bb8c.entry.js +0 -1
  300. package/dist/ripple/p-4cebf2d7.entry.js +0 -1
  301. package/dist/ripple/p-56d54fe6.system.entry.js +0 -1
  302. package/dist/ripple/p-5cff41e0.entry.js +0 -1
  303. package/dist/ripple/p-5ef786db.system.entry.js +0 -1
  304. package/dist/ripple/p-6a03a172.entry.js +0 -1
  305. package/dist/ripple/p-6abc1227.entry.js +0 -1
  306. package/dist/ripple/p-6d12cfb7.system.entry.js +0 -1
  307. package/dist/ripple/p-81ce2697.entry.js +0 -1
  308. package/dist/ripple/p-823d7b4e.system.entry.js +0 -1
  309. package/dist/ripple/p-89316785.system.js +0 -1
  310. package/dist/ripple/p-8a569d3b.entry.js +0 -1
  311. package/dist/ripple/p-8f987f71.entry.js +0 -1
  312. package/dist/ripple/p-92cb12d3.entry.js +0 -1
  313. package/dist/ripple/p-94f776eb.entry.js +0 -1
  314. package/dist/ripple/p-a2c8937d.js +0 -1
  315. package/dist/ripple/p-b34552b0.system.entry.js +0 -1
  316. package/dist/ripple/p-b39ab477.entry.js +0 -1
  317. package/dist/ripple/p-bb9f6920.entry.js +0 -1
  318. package/dist/ripple/p-bd48c50a.entry.js +0 -1
  319. package/dist/ripple/p-c1aa877a.system.js +0 -1
  320. package/dist/ripple/p-c31e1379.entry.js +0 -1
  321. package/dist/ripple/p-cef8a45b.system.js +0 -2
  322. package/dist/ripple/p-d333d851.system.entry.js +0 -1
  323. package/dist/ripple/p-d9da0502.js +0 -2
  324. package/dist/ripple/p-e59a48a6.system.js +0 -1
  325. /package/dist/cjs/{interfaces-85d78ae9.js → interfaces-C7YbtGnk.js} +0 -0
  326. /package/dist/esm/{interfaces-cc5b177f.js → interfaces-COwzv5zO.js} +0 -0
  327. /package/dist/esm-es5/{interfaces-cc5b177f.js → interfaces-COwzv5zO.js} +0 -0
  328. /package/dist/ripple/{p-2732bddd.js → p-COwzv5zO.js} +0 -0
  329. /package/dist/ripple/{p-42fa7a77.system.js → p-ClUp3GkF.system.js} +0 -0
  330. /package/dist/ripple/{p-50ea2036.system.js → p-YWpyar7R.system.js} +0 -0
@@ -1,8 +1,6 @@
1
1
  'use strict';
2
2
 
3
- Object.defineProperty(exports, '__esModule', { value: true });
4
-
5
- const index = require('./index-788526f5.js');
3
+ var index = require('./index-DwhNqnaT.js');
6
4
 
7
5
  const Wrapper = class {
8
6
  constructor(hostRef) {
@@ -50,8 +50,8 @@
50
50
  ],
51
51
  "compiler": {
52
52
  "name": "@stencil/core",
53
- "version": "4.21.0",
54
- "typescriptVersion": "5.5.3"
53
+ "version": "4.36.2",
54
+ "typescriptVersion": "5.5.4"
55
55
  },
56
56
  "collections": [],
57
57
  "bundles": [
@@ -3,13 +3,12 @@ import { debounce, findAllScrollableParents, intl } from "../../../global/functi
3
3
  export class ChartPopover {
4
4
  constructor() {
5
5
  this.chartEl = this.el.parentElement.getRootNode().host;
6
+ this.open = false;
6
7
  this.popoverWidth = 168;
7
8
  this.popoverClicked = false;
8
9
  this.debouncedClosePopover = debounce(async () => {
9
10
  this.open = false;
10
11
  }, 10);
11
- this.open = false;
12
- this.sliceDetails = undefined;
13
12
  }
14
13
  get eventToEmit() {
15
14
  return this.chartEl.nodeName === "WM-CHART"
@@ -137,6 +136,7 @@ export class ChartPopover {
137
136
  return {
138
137
  "open": {
139
138
  "type": "boolean",
139
+ "attribute": "open",
140
140
  "mutable": true,
141
141
  "complexType": {
142
142
  "original": "boolean",
@@ -149,12 +149,14 @@ export class ChartPopover {
149
149
  "tags": [],
150
150
  "text": ""
151
151
  },
152
- "attribute": "open",
152
+ "getter": false,
153
+ "setter": false,
153
154
  "reflect": false,
154
155
  "defaultValue": "false"
155
156
  },
156
157
  "sliceDetails": {
157
158
  "type": "unknown",
159
+ "attribute": "slice-details",
158
160
  "mutable": false,
159
161
  "complexType": {
160
162
  "original": "SliceDetails",
@@ -172,7 +174,9 @@ export class ChartPopover {
172
174
  "docs": {
173
175
  "tags": [],
174
176
  "text": ""
175
- }
177
+ },
178
+ "getter": false,
179
+ "setter": false
176
180
  }
177
181
  };
178
182
  }
@@ -1,11 +1,4 @@
1
1
  export class ChartSlice {
2
- constructor() {
3
- this.legend = undefined;
4
- this.amount = undefined;
5
- this.popoverTitle = undefined;
6
- this.popoverText = undefined;
7
- this.popoverButtonText = undefined;
8
- }
9
2
  componentDidLoad() {
10
3
  if (parseInt(this.amount) > 0 && !this.legend) {
11
4
  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");
@@ -19,6 +12,7 @@ export class ChartSlice {
19
12
  return {
20
13
  "legend": {
21
14
  "type": "string",
15
+ "attribute": "legend",
22
16
  "mutable": false,
23
17
  "complexType": {
24
18
  "original": "string",
@@ -31,11 +25,13 @@ export class ChartSlice {
31
25
  "tags": [],
32
26
  "text": ""
33
27
  },
34
- "attribute": "legend",
28
+ "getter": false,
29
+ "setter": false,
35
30
  "reflect": false
36
31
  },
37
32
  "amount": {
38
33
  "type": "string",
34
+ "attribute": "amount",
39
35
  "mutable": false,
40
36
  "complexType": {
41
37
  "original": "string",
@@ -48,11 +44,13 @@ export class ChartSlice {
48
44
  "tags": [],
49
45
  "text": ""
50
46
  },
51
- "attribute": "amount",
47
+ "getter": false,
48
+ "setter": false,
52
49
  "reflect": false
53
50
  },
54
51
  "popoverTitle": {
55
52
  "type": "string",
53
+ "attribute": "popover-title",
56
54
  "mutable": false,
57
55
  "complexType": {
58
56
  "original": "string",
@@ -65,11 +63,13 @@ export class ChartSlice {
65
63
  "tags": [],
66
64
  "text": ""
67
65
  },
68
- "attribute": "popover-title",
66
+ "getter": false,
67
+ "setter": false,
69
68
  "reflect": false
70
69
  },
71
70
  "popoverText": {
72
71
  "type": "string",
72
+ "attribute": "popover-text",
73
73
  "mutable": false,
74
74
  "complexType": {
75
75
  "original": "string",
@@ -82,11 +82,13 @@ export class ChartSlice {
82
82
  "tags": [],
83
83
  "text": ""
84
84
  },
85
- "attribute": "popover-text",
85
+ "getter": false,
86
+ "setter": false,
86
87
  "reflect": false
87
88
  },
88
89
  "popoverButtonText": {
89
90
  "type": "string",
91
+ "attribute": "popover-button-text",
90
92
  "mutable": false,
91
93
  "complexType": {
92
94
  "original": "string",
@@ -99,7 +101,8 @@ export class ChartSlice {
99
101
  "tags": [],
100
102
  "text": ""
101
103
  },
102
- "attribute": "popover-button-text",
104
+ "getter": false,
105
+ "setter": false,
103
106
  "reflect": false
104
107
  }
105
108
  };
@@ -5,17 +5,8 @@ import { amountToPercent, exitChart, getDetails, handleChartKeydown, renderStack
5
5
  import { chartMessages } from "../../../global/intl";
6
6
  export class Chart {
7
7
  constructor() {
8
- this.uid = generateId();
9
- // @ts-ignore-- TS warns this is unused, but its needed in chartFunctions
10
- this.slicesDetails = [];
11
- this.debouncedSliceUpdate = debounce(async () => {
12
- await getDetails.call(this, this.currentChartType);
13
- forceUpdate(this.el);
14
- }, 100);
15
8
  this.chartType = "doughnut1";
16
- this.label = undefined;
17
9
  this.labelWidth = "150px";
18
- this.subinfo = undefined;
19
10
  this.valueFormat = "none";
20
11
  this.showGrid = true;
21
12
  this.showLegend = true;
@@ -23,10 +14,18 @@ export class Chart {
23
14
  this.notStartedColor = false;
24
15
  this.printMode = false;
25
16
  this.printModeFormat = "amount";
17
+ // left labels are a temporary solution for the lack of a stacked bar chart and is undocumented
18
+ // it only works with bar4 and should be used without a legend
26
19
  this.labelPosition = "top";
27
20
  this.isTabbing = false;
28
21
  this.userIsNavigating = false;
29
- this.focusedSliceId = undefined;
22
+ this.uid = generateId();
23
+ // @ts-ignore-- TS warns this is unused, but its needed in chartFunctions
24
+ this.slicesDetails = [];
25
+ this.debouncedSliceUpdate = debounce(async () => {
26
+ await getDetails.call(this, this.currentChartType);
27
+ forceUpdate(this.el);
28
+ }, 100);
30
29
  }
31
30
  get popoverEl() {
32
31
  return this.el.shadowRoot.querySelector("priv-chart-popover");
@@ -164,6 +163,7 @@ export class Chart {
164
163
  return {
165
164
  "chartType": {
166
165
  "type": "string",
166
+ "attribute": "chart-type",
167
167
  "mutable": false,
168
168
  "complexType": {
169
169
  "original": "ChartType",
@@ -182,12 +182,14 @@ export class Chart {
182
182
  "tags": [],
183
183
  "text": ""
184
184
  },
185
- "attribute": "chart-type",
185
+ "getter": false,
186
+ "setter": false,
186
187
  "reflect": false,
187
188
  "defaultValue": "\"doughnut1\""
188
189
  },
189
190
  "label": {
190
191
  "type": "string",
192
+ "attribute": "label",
191
193
  "mutable": false,
192
194
  "complexType": {
193
195
  "original": "string",
@@ -200,11 +202,13 @@ export class Chart {
200
202
  "tags": [],
201
203
  "text": ""
202
204
  },
203
- "attribute": "label",
205
+ "getter": false,
206
+ "setter": false,
204
207
  "reflect": false
205
208
  },
206
209
  "labelWidth": {
207
210
  "type": "string",
211
+ "attribute": "label-width",
208
212
  "mutable": false,
209
213
  "complexType": {
210
214
  "original": "string",
@@ -217,12 +221,14 @@ export class Chart {
217
221
  "tags": [],
218
222
  "text": ""
219
223
  },
220
- "attribute": "label-width",
224
+ "getter": false,
225
+ "setter": false,
221
226
  "reflect": false,
222
227
  "defaultValue": "\"150px\""
223
228
  },
224
229
  "subinfo": {
225
230
  "type": "string",
231
+ "attribute": "subinfo",
226
232
  "mutable": false,
227
233
  "complexType": {
228
234
  "original": "string",
@@ -235,11 +241,13 @@ export class Chart {
235
241
  "tags": [],
236
242
  "text": ""
237
243
  },
238
- "attribute": "subinfo",
244
+ "getter": false,
245
+ "setter": false,
239
246
  "reflect": false
240
247
  },
241
248
  "valueFormat": {
242
249
  "type": "string",
250
+ "attribute": "value-format",
243
251
  "mutable": false,
244
252
  "complexType": {
245
253
  "original": "\"percentage\" | \"amount\" | \"none\"",
@@ -252,12 +260,14 @@ export class Chart {
252
260
  "tags": [],
253
261
  "text": ""
254
262
  },
255
- "attribute": "value-format",
263
+ "getter": false,
264
+ "setter": false,
256
265
  "reflect": false,
257
266
  "defaultValue": "\"none\""
258
267
  },
259
268
  "showGrid": {
260
269
  "type": "boolean",
270
+ "attribute": "show-grid",
261
271
  "mutable": false,
262
272
  "complexType": {
263
273
  "original": "boolean",
@@ -270,12 +280,14 @@ export class Chart {
270
280
  "tags": [],
271
281
  "text": ""
272
282
  },
273
- "attribute": "show-grid",
283
+ "getter": false,
284
+ "setter": false,
274
285
  "reflect": false,
275
286
  "defaultValue": "true"
276
287
  },
277
288
  "showLegend": {
278
289
  "type": "boolean",
290
+ "attribute": "show-legend",
279
291
  "mutable": false,
280
292
  "complexType": {
281
293
  "original": "boolean",
@@ -288,12 +300,14 @@ export class Chart {
288
300
  "tags": [],
289
301
  "text": ""
290
302
  },
291
- "attribute": "show-legend",
303
+ "getter": false,
304
+ "setter": false,
292
305
  "reflect": false,
293
306
  "defaultValue": "true"
294
307
  },
295
308
  "showBarLegend": {
296
309
  "type": "boolean",
310
+ "attribute": "show-bar-legend",
297
311
  "mutable": false,
298
312
  "complexType": {
299
313
  "original": "boolean",
@@ -306,12 +320,14 @@ export class Chart {
306
320
  "tags": [],
307
321
  "text": ""
308
322
  },
309
- "attribute": "show-bar-legend",
323
+ "getter": false,
324
+ "setter": false,
310
325
  "reflect": false,
311
326
  "defaultValue": "false"
312
327
  },
313
328
  "notStartedColor": {
314
329
  "type": "boolean",
330
+ "attribute": "not-started-color",
315
331
  "mutable": false,
316
332
  "complexType": {
317
333
  "original": "boolean",
@@ -324,12 +340,14 @@ export class Chart {
324
340
  "tags": [],
325
341
  "text": ""
326
342
  },
327
- "attribute": "not-started-color",
343
+ "getter": false,
344
+ "setter": false,
328
345
  "reflect": false,
329
346
  "defaultValue": "false"
330
347
  },
331
348
  "printMode": {
332
349
  "type": "boolean",
350
+ "attribute": "print-mode",
333
351
  "mutable": false,
334
352
  "complexType": {
335
353
  "original": "boolean",
@@ -342,12 +360,14 @@ export class Chart {
342
360
  "tags": [],
343
361
  "text": ""
344
362
  },
345
- "attribute": "print-mode",
363
+ "getter": false,
364
+ "setter": false,
346
365
  "reflect": false,
347
366
  "defaultValue": "false"
348
367
  },
349
368
  "printModeFormat": {
350
369
  "type": "string",
370
+ "attribute": "print-mode-format",
351
371
  "mutable": false,
352
372
  "complexType": {
353
373
  "original": "\"percentage\" | \"amount\"",
@@ -360,12 +380,14 @@ export class Chart {
360
380
  "tags": [],
361
381
  "text": ""
362
382
  },
363
- "attribute": "print-mode-format",
383
+ "getter": false,
384
+ "setter": false,
364
385
  "reflect": false,
365
386
  "defaultValue": "\"amount\""
366
387
  },
367
388
  "labelPosition": {
368
389
  "type": "string",
390
+ "attribute": "label-position",
369
391
  "mutable": false,
370
392
  "complexType": {
371
393
  "original": "\"left\" | \"top\" | \"none\"",
@@ -378,7 +400,8 @@ export class Chart {
378
400
  "tags": [],
379
401
  "text": ""
380
402
  },
381
- "attribute": "label-position",
403
+ "getter": false,
404
+ "setter": false,
382
405
  "reflect": false,
383
406
  "defaultValue": "\"top\""
384
407
  }
@@ -4,6 +4,19 @@ import { abbrNumber, getInterval } from "../chartFunctions";
4
4
  import { chartMessages, globalMessages, lineChartMessages } from "../../../global/intl";
5
5
  export class LineChart {
6
6
  constructor() {
7
+ this.description = "";
8
+ this.units = "null,null";
9
+ this.labelWidth = "120px";
10
+ this.highlightQualifier = lineChartMessages.highlightQualifier;
11
+ this.visibilityToggles = false;
12
+ this.showDeltas = false;
13
+ this.parsedLineData = {};
14
+ this.popoverIndex = -1;
15
+ this.focusedLine = -1;
16
+ this.hiddenLines = [];
17
+ this.isTabbing = false;
18
+ this.intervalSkip = 0;
19
+ this.announcement = "";
7
20
  this.minTickWidth = 120;
8
21
  this.popoverData = [];
9
22
  this.dataPointMatrix = [];
@@ -22,26 +35,6 @@ export class LineChart {
22
35
  this.debouncedResize = debounce(async () => {
23
36
  this.displayedXIntervals = this.determineDisplayedXIntervals();
24
37
  }, 100);
25
- this.label = undefined;
26
- this.description = "";
27
- this.xAxisLabel = undefined;
28
- this.yAxisLabel = undefined;
29
- this.lineData = undefined;
30
- this.units = "null,null";
31
- this.labelWidth = "120px";
32
- this.highlightQualifier = lineChartMessages.highlightQualifier;
33
- this.highlightStart = undefined;
34
- this.highlightEnd = undefined;
35
- this.visibilityToggles = false;
36
- this.showDeltas = false;
37
- this.yRange = undefined;
38
- this.parsedLineData = {};
39
- this.popoverIndex = -1;
40
- this.focusedLine = -1;
41
- this.hiddenLines = [];
42
- this.isTabbing = false;
43
- this.intervalSkip = 0;
44
- this.announcement = "";
45
38
  }
46
39
  parseData() {
47
40
  this.parsedLineData = JSON.parse(this.lineData);
@@ -457,6 +450,7 @@ export class LineChart {
457
450
  return {
458
451
  "label": {
459
452
  "type": "string",
453
+ "attribute": "label",
460
454
  "mutable": false,
461
455
  "complexType": {
462
456
  "original": "string",
@@ -469,11 +463,13 @@ export class LineChart {
469
463
  "tags": [],
470
464
  "text": ""
471
465
  },
472
- "attribute": "label",
466
+ "getter": false,
467
+ "setter": false,
473
468
  "reflect": false
474
469
  },
475
470
  "description": {
476
471
  "type": "string",
472
+ "attribute": "description",
477
473
  "mutable": false,
478
474
  "complexType": {
479
475
  "original": "string",
@@ -486,12 +482,14 @@ export class LineChart {
486
482
  "tags": [],
487
483
  "text": ""
488
484
  },
489
- "attribute": "description",
485
+ "getter": false,
486
+ "setter": false,
490
487
  "reflect": false,
491
488
  "defaultValue": "\"\""
492
489
  },
493
490
  "xAxisLabel": {
494
491
  "type": "string",
492
+ "attribute": "x-axis-label",
495
493
  "mutable": false,
496
494
  "complexType": {
497
495
  "original": "string",
@@ -504,11 +502,13 @@ export class LineChart {
504
502
  "tags": [],
505
503
  "text": ""
506
504
  },
507
- "attribute": "x-axis-label",
505
+ "getter": false,
506
+ "setter": false,
508
507
  "reflect": false
509
508
  },
510
509
  "yAxisLabel": {
511
510
  "type": "string",
511
+ "attribute": "y-axis-label",
512
512
  "mutable": false,
513
513
  "complexType": {
514
514
  "original": "string",
@@ -521,11 +521,13 @@ export class LineChart {
521
521
  "tags": [],
522
522
  "text": ""
523
523
  },
524
- "attribute": "y-axis-label",
524
+ "getter": false,
525
+ "setter": false,
525
526
  "reflect": false
526
527
  },
527
528
  "lineData": {
528
529
  "type": "string",
530
+ "attribute": "line-data",
529
531
  "mutable": false,
530
532
  "complexType": {
531
533
  "original": "string",
@@ -538,11 +540,13 @@ export class LineChart {
538
540
  "tags": [],
539
541
  "text": ""
540
542
  },
541
- "attribute": "line-data",
543
+ "getter": false,
544
+ "setter": false,
542
545
  "reflect": true
543
546
  },
544
547
  "units": {
545
548
  "type": "string",
549
+ "attribute": "units",
546
550
  "mutable": false,
547
551
  "complexType": {
548
552
  "original": "string",
@@ -555,12 +559,14 @@ export class LineChart {
555
559
  "tags": [],
556
560
  "text": ""
557
561
  },
558
- "attribute": "units",
562
+ "getter": false,
563
+ "setter": false,
559
564
  "reflect": false,
560
565
  "defaultValue": "\"null,null\""
561
566
  },
562
567
  "labelWidth": {
563
568
  "type": "string",
569
+ "attribute": "label-width",
564
570
  "mutable": false,
565
571
  "complexType": {
566
572
  "original": "string",
@@ -573,12 +579,14 @@ export class LineChart {
573
579
  "tags": [],
574
580
  "text": ""
575
581
  },
576
- "attribute": "label-width",
582
+ "getter": false,
583
+ "setter": false,
577
584
  "reflect": false,
578
585
  "defaultValue": "\"120px\""
579
586
  },
580
587
  "highlightQualifier": {
581
588
  "type": "string",
589
+ "attribute": "highlight-qualifier",
582
590
  "mutable": false,
583
591
  "complexType": {
584
592
  "original": "string",
@@ -591,12 +599,14 @@ export class LineChart {
591
599
  "tags": [],
592
600
  "text": ""
593
601
  },
594
- "attribute": "highlight-qualifier",
602
+ "getter": false,
603
+ "setter": false,
595
604
  "reflect": false,
596
605
  "defaultValue": "lineChartMessages.highlightQualifier"
597
606
  },
598
607
  "highlightStart": {
599
608
  "type": "string",
609
+ "attribute": "highlight-start",
600
610
  "mutable": false,
601
611
  "complexType": {
602
612
  "original": "string",
@@ -609,11 +619,13 @@ export class LineChart {
609
619
  "tags": [],
610
620
  "text": ""
611
621
  },
612
- "attribute": "highlight-start",
622
+ "getter": false,
623
+ "setter": false,
613
624
  "reflect": false
614
625
  },
615
626
  "highlightEnd": {
616
627
  "type": "string",
628
+ "attribute": "highlight-end",
617
629
  "mutable": false,
618
630
  "complexType": {
619
631
  "original": "string",
@@ -626,11 +638,13 @@ export class LineChart {
626
638
  "tags": [],
627
639
  "text": ""
628
640
  },
629
- "attribute": "highlight-end",
641
+ "getter": false,
642
+ "setter": false,
630
643
  "reflect": false
631
644
  },
632
645
  "visibilityToggles": {
633
646
  "type": "boolean",
647
+ "attribute": "visibility-toggles",
634
648
  "mutable": false,
635
649
  "complexType": {
636
650
  "original": "boolean",
@@ -643,12 +657,14 @@ export class LineChart {
643
657
  "tags": [],
644
658
  "text": ""
645
659
  },
646
- "attribute": "visibility-toggles",
660
+ "getter": false,
661
+ "setter": false,
647
662
  "reflect": false,
648
663
  "defaultValue": "false"
649
664
  },
650
665
  "showDeltas": {
651
666
  "type": "boolean",
667
+ "attribute": "show-deltas",
652
668
  "mutable": false,
653
669
  "complexType": {
654
670
  "original": "boolean",
@@ -661,12 +677,14 @@ export class LineChart {
661
677
  "tags": [],
662
678
  "text": ""
663
679
  },
664
- "attribute": "show-deltas",
680
+ "getter": false,
681
+ "setter": false,
665
682
  "reflect": false,
666
683
  "defaultValue": "false"
667
684
  },
668
685
  "yRange": {
669
686
  "type": "string",
687
+ "attribute": "y-range",
670
688
  "mutable": false,
671
689
  "complexType": {
672
690
  "original": "string",
@@ -679,7 +697,8 @@ export class LineChart {
679
697
  "tags": [],
680
698
  "text": ""
681
699
  },
682
- "attribute": "y-range",
700
+ "getter": false,
701
+ "setter": false,
683
702
  "reflect": false
684
703
  }
685
704
  };