@watermarkinsights/ripple 0.0.0-1 → 0.0.1

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 (414) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +1 -1
  3. package/dist/components/index.d.ts +33 -0
  4. package/dist/components/priv-calendar.d.ts +11 -0
  5. package/dist/components/priv-chart-popover.d.ts +11 -0
  6. package/dist/components/priv-navigator-button.d.ts +11 -0
  7. package/dist/components/priv-navigator-item.d.ts +11 -0
  8. package/dist/components/priv-option-list.d.ts +11 -0
  9. package/dist/components/wm-action-menu.d.ts +11 -0
  10. package/dist/components/wm-button.d.ts +11 -0
  11. package/dist/components/wm-chart-slice.d.ts +11 -0
  12. package/dist/components/wm-chart.d.ts +11 -0
  13. package/dist/components/wm-date-range.d.ts +11 -0
  14. package/dist/components/wm-datepicker.d.ts +11 -0
  15. package/dist/components/wm-file-list.d.ts +11 -0
  16. package/dist/components/wm-file.d.ts +11 -0
  17. package/dist/components/wm-flyout.d.ts +11 -0
  18. package/dist/components/wm-input.d.ts +11 -0
  19. package/dist/components/wm-line-chart.d.ts +11 -0
  20. package/dist/components/wm-menuitem.d.ts +11 -0
  21. package/dist/components/wm-modal-footer.d.ts +11 -0
  22. package/dist/components/wm-modal-header.d.ts +11 -0
  23. package/dist/components/wm-modal-pss-footer.d.ts +11 -0
  24. package/dist/components/wm-modal-pss-header.d.ts +11 -0
  25. package/dist/components/wm-modal-pss.d.ts +11 -0
  26. package/dist/components/wm-modal.d.ts +11 -0
  27. package/dist/components/wm-navigation-hamburger.d.ts +11 -0
  28. package/dist/components/wm-navigation-item.d.ts +11 -0
  29. package/dist/components/wm-navigation.d.ts +11 -0
  30. package/dist/components/wm-navigator.d.ts +11 -0
  31. package/dist/components/wm-nested-select.d.ts +11 -0
  32. package/dist/components/wm-optgroup.d.ts +11 -0
  33. package/dist/components/wm-option.d.ts +11 -0
  34. package/dist/components/wm-pagination.d.ts +11 -0
  35. package/dist/components/wm-progress-indicator.d.ts +11 -0
  36. package/dist/components/wm-progress-monitor.d.ts +11 -0
  37. package/dist/components/wm-progress-slice.d.ts +11 -0
  38. package/dist/components/wm-search.d.ts +11 -0
  39. package/dist/components/wm-select.d.ts +11 -0
  40. package/dist/components/wm-snackbar.d.ts +11 -0
  41. package/dist/components/wm-tab-item.d.ts +11 -0
  42. package/dist/components/wm-tab-list.d.ts +11 -0
  43. package/dist/components/wm-tab-panel.d.ts +11 -0
  44. package/dist/components/wm-tag-input.d.ts +11 -0
  45. package/dist/components/wm-tag-option.d.ts +11 -0
  46. package/dist/components/wm-textarea.d.ts +11 -0
  47. package/dist/components/wm-timepicker.d.ts +11 -0
  48. package/dist/components/wm-toggletip.d.ts +11 -0
  49. package/dist/components/wm-uploader.d.ts +11 -0
  50. package/dist/components/wm-wrapper.d.ts +11 -0
  51. package/dist/ripple/app-globals-B7cOtGhY.js +170 -0
  52. package/dist/ripple/chartFunctions-CmeM8Tyx.js +725 -0
  53. package/dist/ripple/functions-DVLl0rH_.js +18108 -0
  54. package/dist/ripple/index-CU5QNCKv.js +4167 -0
  55. package/dist/ripple/index.esm.js +1 -0
  56. package/dist/ripple/interfaces-CrANcZM9.js +53 -0
  57. package/dist/ripple/intl-7p27BJSM.js +277 -0
  58. package/dist/ripple/priv-calendar.entry.js +566 -0
  59. package/dist/ripple/priv-chart-popover.entry.js +134 -0
  60. package/dist/ripple/priv-navigator-button.entry.js +24 -0
  61. package/dist/ripple/priv-navigator-item.entry.js +30 -0
  62. package/dist/ripple/priv-option-list.entry.js +385 -0
  63. package/dist/ripple/ripple.esm.js +48 -1
  64. package/dist/ripple/wm-action-menu.entry.js +201 -0
  65. package/dist/ripple/wm-button.entry.js +197 -0
  66. package/dist/ripple/wm-chart-slice.entry.js +18 -0
  67. package/dist/ripple/wm-chart.entry.js +157 -0
  68. package/dist/ripple/wm-date-range.entry.js +477 -0
  69. package/dist/ripple/wm-datepicker.entry.js +247 -0
  70. package/dist/ripple/wm-file-list.entry.js +18 -0
  71. package/dist/ripple/wm-file.entry.js +182 -0
  72. package/dist/ripple/wm-flyout.entry.js +167 -0
  73. package/dist/ripple/wm-input.entry.js +111 -0
  74. package/dist/ripple/wm-line-chart.entry.js +449 -0
  75. package/dist/ripple/wm-menuitem.entry.js +125 -0
  76. package/dist/ripple/wm-modal-footer.entry.js +44 -0
  77. package/dist/ripple/wm-modal-header.entry.js +36 -0
  78. package/dist/ripple/wm-modal-pss-footer.entry.js +40 -0
  79. package/dist/ripple/wm-modal-pss-header.entry.js +39 -0
  80. package/dist/ripple/wm-modal-pss.entry.js +135 -0
  81. package/dist/ripple/wm-modal.entry.js +133 -0
  82. package/dist/ripple/wm-navigation-hamburger.entry.js +48 -0
  83. package/dist/ripple/wm-navigation-item.entry.js +18 -0
  84. package/dist/ripple/wm-navigation.entry.js +116 -0
  85. package/dist/ripple/wm-navigator.entry.js +368 -0
  86. package/dist/ripple/wm-nested-select.entry.js +308 -0
  87. package/dist/ripple/wm-optgroup.entry.js +68 -0
  88. package/dist/ripple/wm-option.entry.js +171 -0
  89. package/dist/ripple/wm-pagination.entry.js +223 -0
  90. package/dist/ripple/wm-progress-indicator.entry.js +107 -0
  91. package/dist/ripple/wm-progress-monitor.entry.js +71 -0
  92. package/dist/ripple/wm-progress-slice.entry.js +13 -0
  93. package/dist/ripple/wm-search.entry.js +208 -0
  94. package/dist/ripple/wm-select.entry.js +249 -0
  95. package/dist/ripple/wm-snackbar.entry.js +185 -0
  96. package/dist/ripple/wm-tab-item.entry.js +63 -0
  97. package/dist/ripple/wm-tab-list.entry.js +175 -0
  98. package/dist/ripple/wm-tab-panel.entry.js +32 -0
  99. package/dist/ripple/wm-tag-input.entry.js +877 -0
  100. package/dist/ripple/wm-tag-option.entry.js +35 -0
  101. package/dist/ripple/wm-textarea.entry.js +79 -0
  102. package/dist/ripple/wm-timepicker.entry.js +300 -0
  103. package/dist/ripple/wm-toggletip.entry.js +176 -0
  104. package/dist/ripple/wm-uploader.entry.js +313 -0
  105. package/dist/ripple/wm-wrapper.entry.js +17 -0
  106. package/dist/types/components/charts/chartFunctions.d.ts +41 -0
  107. package/dist/types/components/charts/priv-chart-popover/priv-chart-popover.d.ts +26 -0
  108. package/dist/types/components/charts/wm-chart/wm-chart-slice.d.ts +11 -0
  109. package/dist/types/components/charts/wm-chart/wm-chart.d.ts +44 -0
  110. package/dist/types/components/charts/wm-line-chart/wm-line-chart.d.ts +77 -0
  111. package/dist/types/components/charts/wm-progress-monitor/wm-progress-indicator.d.ts +34 -0
  112. package/dist/types/components/charts/wm-progress-monitor/wm-progress-monitor.d.ts +22 -0
  113. package/dist/types/components/charts/wm-progress-monitor/wm-progress-slice.d.ts +10 -0
  114. package/dist/types/components/datepickers/priv-calendar/priv-calendar.d.ts +77 -0
  115. package/dist/types/components/datepickers/wm-date-range.d.ts +73 -0
  116. package/dist/types/components/datepickers/wm-datepicker.d.ts +49 -0
  117. package/dist/types/components/selects/priv-option-list/priv-option-list.d.ts +71 -0
  118. package/dist/types/components/selects/wm-nested-select/wm-nested-select.d.ts +61 -0
  119. package/dist/types/components/selects/wm-optgroup/wm-optgroup.d.ts +21 -0
  120. package/dist/types/components/selects/wm-option/wm-option.d.ts +40 -0
  121. package/dist/types/components/selects/wm-select/wm-select.d.ts +55 -0
  122. package/dist/types/components/wm-action-menu/wm-action-menu.d.ts +40 -40
  123. package/dist/types/components/wm-button/wm-button.d.ts +38 -34
  124. package/dist/types/components/wm-file/wm-file.d.ts +45 -0
  125. package/dist/types/components/wm-file-list/wm-file-list.d.ts +5 -0
  126. package/dist/types/components/wm-flyout/wm-flyout.d.ts +47 -0
  127. package/dist/types/components/wm-input/wm-input.d.ts +49 -28
  128. package/dist/types/components/wm-menuitem/wm-menuitem.d.ts +26 -27
  129. package/dist/types/components/wm-modal/wm-modal-footer.d.ts +12 -13
  130. package/dist/types/components/wm-modal/wm-modal-header.d.ts +8 -10
  131. package/dist/types/components/wm-modal/wm-modal.d.ts +27 -31
  132. package/dist/types/components/wm-modal-pss/wm-modal-pss-footer.d.ts +14 -0
  133. package/dist/types/components/wm-modal-pss/wm-modal-pss-header.d.ts +10 -0
  134. package/dist/types/components/wm-modal-pss/wm-modal-pss.d.ts +33 -0
  135. package/dist/types/components/wm-navigation/wm-navigation-hamburger.d.ts +16 -0
  136. package/dist/types/components/wm-navigation/wm-navigation-item.d.ts +9 -0
  137. package/dist/types/components/wm-navigation/wm-navigation.d.ts +23 -0
  138. package/dist/types/components/wm-navigator/priv-navigator-button/priv-navigator-button.d.ts +6 -7
  139. package/dist/types/components/wm-navigator/priv-navigator-item/priv-navigator-item.d.ts +10 -10
  140. package/dist/types/components/wm-navigator/wm-navigator.d.ts +55 -57
  141. package/dist/types/components/wm-pagination/wm-pagination.d.ts +30 -28
  142. package/dist/types/components/wm-search/wm-search.d.ts +71 -75
  143. package/dist/types/components/wm-snackbar/wm-snackbar.d.ts +28 -28
  144. package/dist/types/components/wm-tabs/wm-tab-item/wm-tab-item.d.ts +28 -31
  145. package/dist/types/components/wm-tabs/wm-tab-list/wm-tab-list.d.ts +38 -47
  146. package/dist/types/components/wm-tabs/wm-tab-panel/wm-tab-panel.d.ts +14 -16
  147. package/dist/types/components/wm-tag-input/wm-tag-input.d.ts +117 -80
  148. package/dist/types/components/wm-tag-input/wm-tag-option/wm-tag-option.d.ts +18 -0
  149. package/dist/types/components/wm-textarea/wm-textarea.d.ts +30 -0
  150. package/dist/types/components/wm-timepicker/wm-timepicker.d.ts +48 -55
  151. package/dist/types/components/wm-toggletip/wm-toggletip.d.ts +24 -23
  152. package/dist/types/components/wm-uploader/wm-uploader.d.ts +63 -72
  153. package/dist/types/components/wm-wrapper/wm-wrapper.d.ts +4 -4
  154. package/dist/types/components.d.ts +1364 -207
  155. package/dist/types/global/__mocks__/functions.d.ts +2 -1
  156. package/dist/types/global/functions.d.ts +62 -10
  157. package/dist/types/global/interfaces.d.ts +95 -23
  158. package/dist/types/global/intl.d.ts +62 -0
  159. package/dist/types/global/services/__mocks__/http-service.d.ts +1 -1
  160. package/dist/types/stencil-public-runtime.d.ts +176 -37
  161. package/package.json +43 -24
  162. package/dist/cjs/app-globals-6b0c6e80.js +0 -110
  163. package/dist/cjs/app-globals-f1dd8fda.js +0 -47
  164. package/dist/cjs/css-shim-a7379e2b.js +0 -6
  165. package/dist/cjs/dom-3e7d9c3b.js +0 -75
  166. package/dist/cjs/functions-65513c61.js +0 -8360
  167. package/dist/cjs/functions-e3f5ae65.js +0 -6137
  168. package/dist/cjs/global-eddeee0b.js +0 -36
  169. package/dist/cjs/http-service-9e8c4dd5.js +0 -57
  170. package/dist/cjs/index-298ebef1.js +0 -2976
  171. package/dist/cjs/index-d930307d.js +0 -1392
  172. package/dist/cjs/index.cjs.js +0 -2
  173. package/dist/cjs/interfaces-30a74c1f.js +0 -35
  174. package/dist/cjs/interfaces-b2beb752.js +0 -54
  175. package/dist/cjs/loader.cjs.js +0 -22
  176. package/dist/cjs/priv-chart-popover.cjs.entry.js +0 -89
  177. package/dist/cjs/priv-datepicker.cjs.entry.js +0 -672
  178. package/dist/cjs/priv-navigator-button.cjs.entry.js +0 -29
  179. package/dist/cjs/priv-navigator-item.cjs.entry.js +0 -34
  180. package/dist/cjs/ripple.cjs.js +0 -20
  181. package/dist/cjs/shadow-css-09555044.js +0 -391
  182. package/dist/cjs/wm-action-menu.cjs.entry.js +0 -206
  183. package/dist/cjs/wm-action-menu_2.cjs.entry.js +0 -318
  184. package/dist/cjs/wm-button.cjs.entry.js +0 -152
  185. package/dist/cjs/wm-chart-slice.cjs.entry.js +0 -22
  186. package/dist/cjs/wm-chart.cjs.entry.js +0 -508
  187. package/dist/cjs/wm-datepicker.cjs.entry.js +0 -262
  188. package/dist/cjs/wm-input.cjs.entry.js +0 -110
  189. package/dist/cjs/wm-menuitem.cjs.entry.js +0 -118
  190. package/dist/cjs/wm-modal-footer.cjs.entry.js +0 -43
  191. package/dist/cjs/wm-modal-header.cjs.entry.js +0 -45
  192. package/dist/cjs/wm-modal.cjs.entry.js +0 -149
  193. package/dist/cjs/wm-navigator.cjs.entry.js +0 -279
  194. package/dist/cjs/wm-network-uploader.cjs.entry.js +0 -431
  195. package/dist/cjs/wm-option.cjs.entry.js +0 -123
  196. package/dist/cjs/wm-option_2.cjs.entry.js +0 -483
  197. package/dist/cjs/wm-pagination.cjs.entry.js +0 -176
  198. package/dist/cjs/wm-search.cjs.entry.js +0 -231
  199. package/dist/cjs/wm-select.cjs.entry.js +0 -366
  200. package/dist/cjs/wm-snackbar.cjs.entry.js +0 -160
  201. package/dist/cjs/wm-tab-item.cjs.entry.js +0 -82
  202. package/dist/cjs/wm-tab-item_3.cjs.entry.js +0 -316
  203. package/dist/cjs/wm-tab-list.cjs.entry.js +0 -205
  204. package/dist/cjs/wm-tab-panel.cjs.entry.js +0 -42
  205. package/dist/cjs/wm-tag-input.cjs.entry.js +0 -513
  206. package/dist/cjs/wm-timepicker.cjs.entry.js +0 -386
  207. package/dist/cjs/wm-toggletip.cjs.entry.js +0 -128
  208. package/dist/cjs/wm-uploader.cjs.entry.js +0 -342
  209. package/dist/cjs/wm-wrapper.cjs.entry.js +0 -21
  210. package/dist/collection/collection-manifest.json +0 -131
  211. package/dist/collection/components/wm-action-menu/wm-action-menu.css +0 -122
  212. package/dist/collection/components/wm-action-menu/wm-action-menu.js +0 -392
  213. package/dist/collection/components/wm-button/wm-button.css +0 -572
  214. package/dist/collection/components/wm-button/wm-button.js +0 -365
  215. package/dist/collection/components/wm-chart/priv-chart-popover/priv-chart-popover.css +0 -132
  216. package/dist/collection/components/wm-chart/priv-chart-popover/priv-chart-popover.js +0 -232
  217. package/dist/collection/components/wm-chart/wm-chart-slice.js +0 -64
  218. package/dist/collection/components/wm-chart/wm-chart.css +0 -337
  219. package/dist/collection/components/wm-chart/wm-chart.js +0 -710
  220. package/dist/collection/components/wm-datepicker/priv-datepicker/priv-datepicker.css +0 -365
  221. package/dist/collection/components/wm-datepicker/priv-datepicker/priv-datepicker.js +0 -1003
  222. package/dist/collection/components/wm-datepicker/wm-datepicker.css +0 -211
  223. package/dist/collection/components/wm-datepicker/wm-datepicker.js +0 -445
  224. package/dist/collection/components/wm-input/wm-input.css +0 -220
  225. package/dist/collection/components/wm-input/wm-input.js +0 -302
  226. package/dist/collection/components/wm-menuitem/wm-menuitem.css +0 -118
  227. package/dist/collection/components/wm-menuitem/wm-menuitem.js +0 -411
  228. package/dist/collection/components/wm-modal/wm-modal-footer.css +0 -84
  229. package/dist/collection/components/wm-modal/wm-modal-footer.js +0 -159
  230. package/dist/collection/components/wm-modal/wm-modal-header.css +0 -78
  231. package/dist/collection/components/wm-modal/wm-modal-header.js +0 -109
  232. package/dist/collection/components/wm-modal/wm-modal.css +0 -155
  233. package/dist/collection/components/wm-modal/wm-modal.js +0 -356
  234. package/dist/collection/components/wm-navigator/priv-navigator-button/priv-navigator-button.css +0 -94
  235. package/dist/collection/components/wm-navigator/priv-navigator-button/priv-navigator-button.js +0 -97
  236. package/dist/collection/components/wm-navigator/priv-navigator-item/priv-navigator-item.css +0 -67
  237. package/dist/collection/components/wm-navigator/priv-navigator-item/priv-navigator-item.js +0 -114
  238. package/dist/collection/components/wm-navigator/wm-navigator.css +0 -137
  239. package/dist/collection/components/wm-navigator/wm-navigator.js +0 -468
  240. package/dist/collection/components/wm-option/wm-option.css +0 -162
  241. package/dist/collection/components/wm-option/wm-option.js +0 -394
  242. package/dist/collection/components/wm-pagination/wm-pagination.css +0 -217
  243. package/dist/collection/components/wm-pagination/wm-pagination.js +0 -348
  244. package/dist/collection/components/wm-search/wm-search.css +0 -155
  245. package/dist/collection/components/wm-search/wm-search.js +0 -439
  246. package/dist/collection/components/wm-select/wm-select.css +0 -315
  247. package/dist/collection/components/wm-select/wm-select.js +0 -676
  248. package/dist/collection/components/wm-snackbar/wm-snackbar.css +0 -331
  249. package/dist/collection/components/wm-snackbar/wm-snackbar.js +0 -240
  250. package/dist/collection/components/wm-tabs/wm-tab-item/wm-tab-item.css +0 -104
  251. package/dist/collection/components/wm-tabs/wm-tab-item/wm-tab-item.js +0 -202
  252. package/dist/collection/components/wm-tabs/wm-tab-list/wm-tab-list.css +0 -73
  253. package/dist/collection/components/wm-tabs/wm-tab-list/wm-tab-list.js +0 -315
  254. package/dist/collection/components/wm-tabs/wm-tab-panel/wm-tab-panel.css +0 -57
  255. package/dist/collection/components/wm-tabs/wm-tab-panel/wm-tab-panel.js +0 -104
  256. package/dist/collection/components/wm-tag-input/wm-tag-input.css +0 -408
  257. package/dist/collection/components/wm-tag-input/wm-tag-input.js +0 -707
  258. package/dist/collection/components/wm-timepicker/wm-timepicker.css +0 -370
  259. package/dist/collection/components/wm-timepicker/wm-timepicker.js +0 -567
  260. package/dist/collection/components/wm-toggletip/wm-toggletip.css +0 -350
  261. package/dist/collection/components/wm-toggletip/wm-toggletip.js +0 -217
  262. package/dist/collection/components/wm-uploader/wm-network-uploader/wm-network-uploader.css +0 -642
  263. package/dist/collection/components/wm-uploader/wm-network-uploader/wm-network-uploader.js +0 -753
  264. package/dist/collection/components/wm-uploader/wm-uploader.css +0 -666
  265. package/dist/collection/components/wm-uploader/wm-uploader.js +0 -673
  266. package/dist/collection/components/wm-wrapper/wm-wrapper.js +0 -27
  267. package/dist/collection/dev/scripts.js +0 -20
  268. package/dist/collection/global/__mocks__/functions.js +0 -5
  269. package/dist/collection/global/functions.js +0 -420
  270. package/dist/collection/global/global.js +0 -39
  271. package/dist/collection/global/interfaces.js +0 -49
  272. package/dist/collection/global/services/__mocks__/http-service.js +0 -130
  273. package/dist/collection/global/services/http-service.js +0 -50
  274. package/dist/collection/lang/lang.js +0 -5
  275. package/dist/collection/lang/piglatin.js +0 -93
  276. package/dist/componentlibrary/app-globals-18876ad3.js +0 -45
  277. package/dist/componentlibrary/app-globals-307a1083.js +0 -108
  278. package/dist/componentlibrary/componentlibrary.css +0 -84
  279. package/dist/componentlibrary/css-shim-bbdf0cc6.js +0 -4
  280. package/dist/componentlibrary/dom-1f98a75f.js +0 -73
  281. package/dist/componentlibrary/functions-316c1b23.js +0 -8340
  282. package/dist/componentlibrary/http-service-5d037e16.js +0 -52
  283. package/dist/componentlibrary/index-d5997567.js +0 -2938
  284. package/dist/componentlibrary/interfaces-50753346.js +0 -51
  285. package/dist/componentlibrary/priv-chart-popover.entry.js +0 -85
  286. package/dist/componentlibrary/priv-datepicker.entry.js +0 -668
  287. package/dist/componentlibrary/priv-navigator-button.entry.js +0 -25
  288. package/dist/componentlibrary/priv-navigator-item.entry.js +0 -30
  289. package/dist/componentlibrary/shadow-css-67b66845.js +0 -389
  290. package/dist/componentlibrary/wm-action-menu.entry.js +0 -202
  291. package/dist/componentlibrary/wm-button.entry.js +0 -148
  292. package/dist/componentlibrary/wm-chart-slice.entry.js +0 -18
  293. package/dist/componentlibrary/wm-chart.entry.js +0 -504
  294. package/dist/componentlibrary/wm-datepicker.entry.js +0 -258
  295. package/dist/componentlibrary/wm-input.entry.js +0 -106
  296. package/dist/componentlibrary/wm-menuitem.entry.js +0 -114
  297. package/dist/componentlibrary/wm-modal-footer.entry.js +0 -39
  298. package/dist/componentlibrary/wm-modal-header.entry.js +0 -41
  299. package/dist/componentlibrary/wm-modal.entry.js +0 -145
  300. package/dist/componentlibrary/wm-navigator.entry.js +0 -275
  301. package/dist/componentlibrary/wm-network-uploader.entry.js +0 -427
  302. package/dist/componentlibrary/wm-option.entry.js +0 -119
  303. package/dist/componentlibrary/wm-pagination.entry.js +0 -172
  304. package/dist/componentlibrary/wm-search.entry.js +0 -227
  305. package/dist/componentlibrary/wm-select.entry.js +0 -362
  306. package/dist/componentlibrary/wm-snackbar.entry.js +0 -156
  307. package/dist/componentlibrary/wm-tab-item.entry.js +0 -78
  308. package/dist/componentlibrary/wm-tab-list.entry.js +0 -201
  309. package/dist/componentlibrary/wm-tab-panel.entry.js +0 -38
  310. package/dist/componentlibrary/wm-tag-input.entry.js +0 -509
  311. package/dist/componentlibrary/wm-timepicker.entry.js +0 -382
  312. package/dist/componentlibrary/wm-toggletip.entry.js +0 -124
  313. package/dist/componentlibrary/wm-uploader.entry.js +0 -338
  314. package/dist/componentlibrary/wm-wrapper.entry.js +0 -17
  315. package/dist/esm/app-globals-18876ad3.js +0 -45
  316. package/dist/esm/app-globals-307a1083.js +0 -108
  317. package/dist/esm/css-shim-bbdf0cc6.js +0 -4
  318. package/dist/esm/dom-1f98a75f.js +0 -73
  319. package/dist/esm/functions-0deb7f8e.js +0 -6117
  320. package/dist/esm/functions-316c1b23.js +0 -8340
  321. package/dist/esm/global-e4e96bde.js +0 -34
  322. package/dist/esm/http-service-5d037e16.js +0 -52
  323. package/dist/esm/index-5a842e48.js +0 -1363
  324. package/dist/esm/index-d5997567.js +0 -2938
  325. package/dist/esm/index.js +0 -1
  326. package/dist/esm/interfaces-50753346.js +0 -51
  327. package/dist/esm/interfaces-61c6305b.js +0 -32
  328. package/dist/esm/loader.js +0 -18
  329. package/dist/esm/polyfills/core-js.js +0 -11
  330. package/dist/esm/polyfills/css-shim.js +0 -1
  331. package/dist/esm/polyfills/dom.js +0 -79
  332. package/dist/esm/polyfills/es5-html-element.js +0 -1
  333. package/dist/esm/polyfills/index.js +0 -34
  334. package/dist/esm/polyfills/system.js +0 -6
  335. package/dist/esm/priv-chart-popover.entry.js +0 -85
  336. package/dist/esm/priv-datepicker.entry.js +0 -668
  337. package/dist/esm/priv-navigator-button.entry.js +0 -25
  338. package/dist/esm/priv-navigator-item.entry.js +0 -30
  339. package/dist/esm/ripple.js +0 -18
  340. package/dist/esm/shadow-css-67b66845.js +0 -389
  341. package/dist/esm/wm-action-menu.entry.js +0 -202
  342. package/dist/esm/wm-action-menu_2.entry.js +0 -313
  343. package/dist/esm/wm-button.entry.js +0 -148
  344. package/dist/esm/wm-chart-slice.entry.js +0 -18
  345. package/dist/esm/wm-chart.entry.js +0 -504
  346. package/dist/esm/wm-datepicker.entry.js +0 -258
  347. package/dist/esm/wm-input.entry.js +0 -106
  348. package/dist/esm/wm-menuitem.entry.js +0 -114
  349. package/dist/esm/wm-modal-footer.entry.js +0 -39
  350. package/dist/esm/wm-modal-header.entry.js +0 -41
  351. package/dist/esm/wm-modal.entry.js +0 -145
  352. package/dist/esm/wm-navigator.entry.js +0 -275
  353. package/dist/esm/wm-network-uploader.entry.js +0 -427
  354. package/dist/esm/wm-option.entry.js +0 -119
  355. package/dist/esm/wm-option_2.entry.js +0 -478
  356. package/dist/esm/wm-pagination.entry.js +0 -172
  357. package/dist/esm/wm-search.entry.js +0 -227
  358. package/dist/esm/wm-select.entry.js +0 -362
  359. package/dist/esm/wm-snackbar.entry.js +0 -156
  360. package/dist/esm/wm-tab-item.entry.js +0 -78
  361. package/dist/esm/wm-tab-item_3.entry.js +0 -310
  362. package/dist/esm/wm-tab-list.entry.js +0 -201
  363. package/dist/esm/wm-tab-panel.entry.js +0 -38
  364. package/dist/esm/wm-tag-input.entry.js +0 -509
  365. package/dist/esm/wm-timepicker.entry.js +0 -382
  366. package/dist/esm/wm-toggletip.entry.js +0 -124
  367. package/dist/esm/wm-uploader.entry.js +0 -338
  368. package/dist/esm/wm-wrapper.entry.js +0 -17
  369. package/dist/index.cjs.js +0 -1
  370. package/dist/index.js +0 -1
  371. package/dist/loader/cdn.js +0 -3
  372. package/dist/loader/index.cjs.js +0 -3
  373. package/dist/loader/index.d.ts +0 -13
  374. package/dist/loader/index.es2017.js +0 -3
  375. package/dist/loader/index.js +0 -4
  376. package/dist/loader/package.json +0 -10
  377. package/dist/ripple/p-103f8cae.entry.js +0 -1
  378. package/dist/ripple/p-139fe143.entry.js +0 -1
  379. package/dist/ripple/p-16367805.entry.js +0 -1
  380. package/dist/ripple/p-1d334060.entry.js +0 -1
  381. package/dist/ripple/p-2562f330.entry.js +0 -1
  382. package/dist/ripple/p-278b26ef.entry.js +0 -1
  383. package/dist/ripple/p-2c21bb72.entry.js +0 -1
  384. package/dist/ripple/p-2f5fda71.entry.js +0 -1
  385. package/dist/ripple/p-3e6f04d5.entry.js +0 -1
  386. package/dist/ripple/p-42ca2e15.entry.js +0 -1
  387. package/dist/ripple/p-454ad552.entry.js +0 -1
  388. package/dist/ripple/p-6a01e13d.js +0 -1
  389. package/dist/ripple/p-7185de7f.entry.js +0 -1
  390. package/dist/ripple/p-846b4c5f.entry.js +0 -1
  391. package/dist/ripple/p-888bec42.js +0 -1
  392. package/dist/ripple/p-90779d53.entry.js +0 -1
  393. package/dist/ripple/p-934543f2.js +0 -1
  394. package/dist/ripple/p-9a087fee.entry.js +0 -1
  395. package/dist/ripple/p-a4f6be52.entry.js +0 -1
  396. package/dist/ripple/p-a6d6eae7.js +0 -1
  397. package/dist/ripple/p-a942ad10.entry.js +0 -1
  398. package/dist/ripple/p-bfb4652d.entry.js +0 -1
  399. package/dist/ripple/p-c2e27acc.entry.js +0 -1
  400. package/dist/ripple/p-c2edda64.entry.js +0 -1
  401. package/dist/ripple/p-d1fdcbcf.entry.js +0 -1
  402. package/dist/ripple/p-d40b6afb.entry.js +0 -1
  403. package/dist/ripple/p-da73db1c.entry.js +0 -1
  404. package/dist/ripple/p-ea5cd8b8.js +0 -16
  405. package/dist/ripple/p-ed0f43f4.entry.js +0 -1
  406. package/dist/ripple/p-ffafd363.entry.js +0 -1
  407. package/dist/types/components/wm-chart/priv-chart-popover/priv-chart-popover.d.ts +0 -23
  408. package/dist/types/components/wm-chart/wm-chart-slice.d.ts +0 -8
  409. package/dist/types/components/wm-chart/wm-chart.d.ts +0 -77
  410. package/dist/types/components/wm-datepicker/priv-datepicker/priv-datepicker.d.ts +0 -75
  411. package/dist/types/components/wm-datepicker/wm-datepicker.d.ts +0 -39
  412. package/dist/types/components/wm-option/wm-option.d.ts +0 -28
  413. package/dist/types/components/wm-select/wm-select.d.ts +0 -63
  414. package/dist/types/components/wm-uploader/wm-network-uploader/wm-network-uploader.d.ts +0 -85
@@ -3,6 +3,16 @@ export interface ComponentDecorator {
3
3
  (opts?: ComponentOptions): ClassDecorator;
4
4
  }
5
5
  export interface ComponentOptions {
6
+ /**
7
+ * When set to `true` this component will be form-associated. See
8
+ * https://stenciljs.com/docs/next/form-associated documentation on how to
9
+ * build form-associated Stencil components that integrate into forms like
10
+ * native browser elements such as `<input>` and `<textarea>`.
11
+ *
12
+ * The {@link AttachInternals} decorator allows for access to the
13
+ * `ElementInternals` object to modify the associated form.
14
+ */
15
+ formAssociated?: boolean;
6
16
  /**
7
17
  * Tag name of the web component. Ideally, the tag name must be globally unique,
8
18
  * so it's recommended to choose an unique prefix for all your components within the same collection.
@@ -62,7 +72,7 @@ export interface PropOptions {
62
72
  /**
63
73
  * The name of the associated DOM attribute.
64
74
  * Stencil uses different heuristics to determine the default name of the attribute,
65
- * but using this property, you can override the default behaviour.
75
+ * but using this property, you can override the default behavior.
66
76
  */
67
77
  attribute?: string | null;
68
78
  /**
@@ -107,6 +117,9 @@ export interface EventOptions {
107
117
  */
108
118
  composed?: boolean;
109
119
  }
120
+ export interface AttachInternalsDecorator {
121
+ (): PropertyDecorator;
122
+ }
110
123
  export interface ListenDecorator {
111
124
  (eventName: string, opts?: ListenOptions): CustomMethodDecorator<any>;
112
125
  }
@@ -128,12 +141,12 @@ export interface ListenOptions {
128
141
  * By default, Stencil uses several heuristics to determine if
129
142
  * it must attach a `passive` event listener or not.
130
143
  *
131
- * Using the `passive` option can be used to change the default behaviour.
144
+ * Using the `passive` option can be used to change the default behavior.
132
145
  * Please see https://developers.google.com/web/updates/2016/06/passive-event-listeners for further information.
133
146
  */
134
147
  passive?: boolean;
135
148
  }
136
- export declare type ListenTargetOptions = 'body' | 'document' | 'window';
149
+ export type ListenTargetOptions = 'body' | 'document' | 'window';
137
150
  export interface StateDecorator {
138
151
  (): PropertyDecorator;
139
152
  }
@@ -175,6 +188,12 @@ export declare const Element: ElementDecorator;
175
188
  * https://stenciljs.com/docs/events
176
189
  */
177
190
  export declare const Event: EventDecorator;
191
+ /**
192
+ * If the `formAssociated` option is set in options passed to the
193
+ * `@Component()` decorator then this decorator may be used to get access to the
194
+ * `ElementInternals` instance associated with the component.
195
+ */
196
+ export declare const AttachInternals: AttachInternalsDecorator;
178
197
  /**
179
198
  * The `Listen()` decorator is for listening DOM events, including the ones
180
199
  * dispatched from `@Events()`.
@@ -214,14 +233,16 @@ export declare const State: StateDecorator;
214
233
  * https://stenciljs.com/docs/reactive-data#watch-decorator
215
234
  */
216
235
  export declare const Watch: WatchDecorator;
217
- export declare type ResolutionHandler = (elm: HTMLElement) => string | undefined | null;
218
- export declare type ErrorHandler = (err: any, element?: HTMLElement) => void;
236
+ export type ResolutionHandler = (elm: HTMLElement) => string | undefined | null;
237
+ export type ErrorHandler = (err: any, element?: HTMLElement) => void;
219
238
  /**
220
239
  * `setMode()` is used for libraries which provide multiple "modes" for styles.
221
240
  */
222
241
  export declare const setMode: (handler: ResolutionHandler) => void;
223
242
  /**
224
- * getMode
243
+ * `getMode()` is used for libraries which provide multiple "modes" for styles.
244
+ * @param ref a reference to the node to get styles for
245
+ * @returns the current mode or undefined, if not found
225
246
  */
226
247
  export declare function getMode<T = string | undefined>(ref: any): T;
227
248
  export declare function setPlatformHelpers(helpers: {
@@ -234,8 +255,30 @@ export declare function setPlatformHelpers(helpers: {
234
255
  /**
235
256
  * Get the base path to where the assets can be found. Use `setAssetPath(path)`
236
257
  * if the path needs to be customized.
258
+ * @param path the path to use in calculating the asset path. this value will be
259
+ * used in conjunction with the base asset path
260
+ * @returns the base path
237
261
  */
238
262
  export declare function getAssetPath(path: string): string;
263
+ /**
264
+ * Method to render a virtual DOM tree to a container element.
265
+ *
266
+ * @example
267
+ * ```tsx
268
+ * import { render } from '@stencil/core';
269
+ *
270
+ * const vnode = (
271
+ * <div>
272
+ * <h1>Hello, world!</h1>
273
+ * </div>
274
+ * );
275
+ * render(vnode, document.body);
276
+ * ```
277
+ *
278
+ * @param vnode - The virtual DOM tree to render
279
+ * @param container - The container element to render the virtual DOM tree to
280
+ */
281
+ export declare function render(vnode: VNode, container: Element): void;
239
282
  /**
240
283
  * Used to manually set the base path where assets can be found. For lazy-loaded
241
284
  * builds the asset path is automatically set and assets copied to the correct
@@ -246,22 +289,38 @@ export declare function getAssetPath(path: string): string;
246
289
  * `setAssetPath(document.currentScript.src)`, or using a bundler's replace plugin to
247
290
  * dynamically set the path at build time, such as `setAssetPath(process.env.ASSET_PATH)`.
248
291
  * But do note that this configuration depends on how your script is bundled, or lack of
249
- * bunding, and where your assets can be loaded from. Additionally custom bundling
292
+ * bundling, and where your assets can be loaded from. Additionally custom bundling
250
293
  * will have to ensure the static assets are copied to its build directory.
294
+ * @param path the asset path to set
295
+ * @returns the set path
251
296
  */
252
297
  export declare function setAssetPath(path: string): string;
253
298
  /**
254
- * getElement
299
+ * Used to specify a nonce value that corresponds with an application's
300
+ * [Content Security Policy (CSP)](https://developer.mozilla.org/en-US/docs/Web/HTTP/CSP).
301
+ * When set, the nonce will be added to all dynamically created script and style tags at runtime.
302
+ * Alternatively, the nonce value can be set on a `meta` tag in the DOM head
303
+ * (<meta name="csp-nonce" content="{ nonce value here }" />) and will result in the same behavior.
304
+ * @param nonce The value to be used for the nonce attribute.
305
+ */
306
+ export declare function setNonce(nonce: string): void;
307
+ /**
308
+ * Retrieve a Stencil element for a given reference
309
+ * @param ref the ref to get the Stencil element for
310
+ * @returns a reference to the element
255
311
  */
256
312
  export declare function getElement(ref: any): HTMLStencilElement;
257
313
  /**
258
314
  * Schedules a new render of the given instance or element even if no state changed.
259
315
  *
260
- * Notice `forceUpdate()` is not syncronous and might perform the DOM render in the next frame.
316
+ * Notice `forceUpdate()` is not synchronous and might perform the DOM render in the next frame.
317
+ *
318
+ * @param ref the node/element to force the re-render of
261
319
  */
262
320
  export declare function forceUpdate(ref: any): void;
263
321
  /**
264
322
  * getRenderingRef
323
+ * @returns the rendering ref
265
324
  */
266
325
  export declare function getRenderingRef(): any;
267
326
  export interface HTMLStencilElement extends HTMLElement {
@@ -272,6 +331,8 @@ export interface HTMLStencilElement extends HTMLElement {
272
331
  * in the best moment to perform DOM mutation without causing layout thrashing.
273
332
  *
274
333
  * For further information: https://developers.google.com/web/fundamentals/performance/rendering/avoid-large-complex-layouts-and-layout-thrashing
334
+ *
335
+ * @param task the DOM-write to schedule
275
336
  */
276
337
  export declare function writeTask(task: RafCallback): void;
277
338
  /**
@@ -279,6 +340,8 @@ export declare function writeTask(task: RafCallback): void;
279
340
  * in the best moment to perform DOM reads without causing layout thrashing.
280
341
  *
281
342
  * For further information: https://developers.google.com/web/fundamentals/performance/rendering/avoid-large-complex-layouts-and-layout-thrashing
343
+ *
344
+ * @param task the DOM-read to schedule
282
345
  */
283
346
  export declare function readTask(task: RafCallback): void;
284
347
  /**
@@ -407,7 +470,7 @@ export interface QueueApi {
407
470
  /**
408
471
  * Host
409
472
  */
410
- interface HostAttributes {
473
+ export interface HostAttributes {
411
474
  class?: string | {
412
475
  [className: string]: boolean;
413
476
  };
@@ -417,13 +480,57 @@ interface HostAttributes {
417
480
  ref?: (el: HTMLElement | null) => void;
418
481
  [prop: string]: any;
419
482
  }
483
+ /**
484
+ * Utilities for working with functional Stencil components. An object
485
+ * conforming to this interface is passed by the Stencil runtime as the third
486
+ * argument to a functional component, allowing component authors to work with
487
+ * features like children.
488
+ *
489
+ * The children of a functional component will be passed as the second
490
+ * argument, so a functional component which uses these utils to transform its
491
+ * children might look like the following:
492
+ *
493
+ * ```ts
494
+ * export const AddClass: FunctionalComponent = (_, children, utils) => (
495
+ * utils.map(children, child => ({
496
+ * ...child,
497
+ * vattrs: {
498
+ * ...child.vattrs,
499
+ * class: `${child.vattrs.class} add-class`
500
+ * }
501
+ * }))
502
+ * );
503
+ * ```
504
+ *
505
+ * For more see the Stencil documentation, here:
506
+ * https://stenciljs.com/docs/functional-components
507
+ */
420
508
  export interface FunctionalUtilities {
509
+ /**
510
+ * Utility for reading the children of a functional component at runtime.
511
+ * Since the Stencil runtime uses a different interface for children it is
512
+ * not recommended to read the children directly, and is preferable to use
513
+ * this utility to, for instance, perform a side effect for each child.
514
+ */
421
515
  forEach: (children: VNode[], cb: (vnode: ChildNode, index: number, array: ChildNode[]) => void) => void;
516
+ /**
517
+ * Utility for transforming the children of a functional component. Given an
518
+ * array of children and a callback this will return a list of the results of
519
+ * passing each child to the supplied callback.
520
+ */
422
521
  map: (children: VNode[], cb: (vnode: ChildNode, index: number, array: ChildNode[]) => ChildNode) => VNode[];
423
522
  }
424
523
  export interface FunctionalComponent<T = {}> {
425
524
  (props: T, children: VNode[], utils: FunctionalUtilities): VNode | VNode[];
426
525
  }
526
+ /**
527
+ * A Child VDOM node
528
+ *
529
+ * This has most of the same properties as {@link VNode} but friendlier names
530
+ * (i.e. `vtag` instead of `$tag$`, `vchildren` instead of `$children$`) in
531
+ * order to provide a friendlier public interface for users of the
532
+ * {@link FunctionalUtilities}).
533
+ */
427
534
  export interface ChildNode {
428
535
  vtag?: string | number | Function;
429
536
  vkey?: string | number;
@@ -470,6 +577,9 @@ export declare function h(sel: any, children: Array<VNode | undefined | null>):
470
577
  export declare function h(sel: any, data: VNodeData | null, text: string): VNode;
471
578
  export declare function h(sel: any, data: VNodeData | null, children: Array<VNode | undefined | null>): VNode;
472
579
  export declare function h(sel: any, data: VNodeData | null, children: VNode): VNode;
580
+ /**
581
+ * A virtual DOM node
582
+ */
473
583
  export interface VNode {
474
584
  $flags$: number;
475
585
  $tag$: string | number | Function;
@@ -666,7 +776,7 @@ export declare namespace JSXBase {
666
776
  use: JSXBase.SVGAttributes;
667
777
  view: JSXBase.SVGAttributes;
668
778
  }
669
- interface SlotAttributes {
779
+ interface SlotAttributes extends JSXAttributes {
670
780
  name?: string;
671
781
  slot?: string;
672
782
  onSlotchange?: (event: Event) => void;
@@ -677,6 +787,7 @@ export declare namespace JSXBase {
677
787
  hrefLang?: string;
678
788
  hreflang?: string;
679
789
  media?: string;
790
+ ping?: string;
680
791
  rel?: string;
681
792
  target?: string;
682
793
  referrerPolicy?: ReferrerPolicy;
@@ -703,7 +814,6 @@ export declare namespace JSXBase {
703
814
  cite?: string;
704
815
  }
705
816
  interface ButtonHTMLAttributes<T> extends HTMLAttributes<T> {
706
- autoFocus?: boolean;
707
817
  disabled?: boolean;
708
818
  form?: string;
709
819
  formAction?: string;
@@ -719,6 +829,9 @@ export declare namespace JSXBase {
719
829
  name?: string;
720
830
  type?: string;
721
831
  value?: string | string[] | number;
832
+ popoverTargetAction?: string;
833
+ popoverTargetElement?: Element | null;
834
+ popoverTarget?: string;
722
835
  }
723
836
  interface CanvasHTMLAttributes<T> extends HTMLAttributes<T> {
724
837
  height?: number | string;
@@ -732,6 +845,7 @@ export declare namespace JSXBase {
732
845
  }
733
846
  interface DetailsHTMLAttributes<T> extends HTMLAttributes<T> {
734
847
  open?: boolean;
848
+ name?: string;
735
849
  onToggle?: (event: Event) => void;
736
850
  }
737
851
  interface DelHTMLAttributes<T> extends HTMLAttributes<T> {
@@ -740,6 +854,7 @@ export declare namespace JSXBase {
740
854
  datetime?: string;
741
855
  }
742
856
  interface DialogHTMLAttributes<T> extends HTMLAttributes<T> {
857
+ onCancel?: (event: Event) => void;
743
858
  onClose?: (event: Event) => void;
744
859
  open?: boolean;
745
860
  returnValue?: string;
@@ -799,6 +914,8 @@ export declare namespace JSXBase {
799
914
  }
800
915
  interface ImgHTMLAttributes<T> extends HTMLAttributes<T> {
801
916
  alt?: string;
917
+ crossOrigin?: string;
918
+ crossorigin?: string;
802
919
  decoding?: 'async' | 'auto' | 'sync';
803
920
  importance?: 'low' | 'auto' | 'high';
804
921
  height?: number | string;
@@ -820,12 +937,10 @@ export declare namespace JSXBase {
820
937
  accept?: string;
821
938
  allowdirs?: boolean;
822
939
  alt?: string;
823
- autoCapitalize?: any;
824
- autocapitalize?: any;
940
+ autoCapitalize?: string;
941
+ autocapitalize?: string;
825
942
  autoComplete?: string;
826
943
  autocomplete?: string;
827
- autoFocus?: boolean;
828
- autofocus?: boolean | string;
829
944
  capture?: string;
830
945
  checked?: boolean;
831
946
  crossOrigin?: string;
@@ -857,6 +972,8 @@ export declare namespace JSXBase {
857
972
  minlength?: number | string;
858
973
  multiple?: boolean;
859
974
  name?: string;
975
+ onSelect?: (event: Event) => void;
976
+ onselect?: (event: Event) => void;
860
977
  pattern?: string;
861
978
  placeholder?: string;
862
979
  readOnly?: boolean;
@@ -875,10 +992,11 @@ export declare namespace JSXBase {
875
992
  webkitdirectory?: boolean;
876
993
  webkitEntries?: any;
877
994
  width?: number | string;
995
+ popoverTargetAction?: string;
996
+ popoverTargetElement?: Element | null;
997
+ popoverTarget?: string;
878
998
  }
879
999
  interface KeygenHTMLAttributes<T> extends HTMLAttributes<T> {
880
- autoFocus?: boolean;
881
- autofocus?: boolean | string;
882
1000
  challenge?: string;
883
1001
  disabled?: boolean;
884
1002
  form?: string;
@@ -891,7 +1009,6 @@ export declare namespace JSXBase {
891
1009
  interface LabelHTMLAttributes<T> extends HTMLAttributes<T> {
892
1010
  form?: string;
893
1011
  htmlFor?: string;
894
- htmlfor?: string;
895
1012
  }
896
1013
  interface LiHTMLAttributes<T> extends HTMLAttributes<T> {
897
1014
  value?: string | string[] | number;
@@ -918,6 +1035,8 @@ export declare namespace JSXBase {
918
1035
  autoPlay?: boolean;
919
1036
  autoplay?: boolean | string;
920
1037
  controls?: boolean;
1038
+ controlslist?: 'nodownload' | 'nofullscreen' | 'noremoteplayback';
1039
+ controlsList?: 'nodownload' | 'nofullscreen' | 'noremoteplayback';
921
1040
  crossOrigin?: string;
922
1041
  crossorigin?: string;
923
1042
  loop?: boolean;
@@ -1002,7 +1121,6 @@ export declare namespace JSXBase {
1002
1121
  interface OutputHTMLAttributes<T> extends HTMLAttributes<T> {
1003
1122
  form?: string;
1004
1123
  htmlFor?: string;
1005
- htmlfor?: string;
1006
1124
  name?: string;
1007
1125
  }
1008
1126
  interface ParamHTMLAttributes<T> extends HTMLAttributes<T> {
@@ -1027,7 +1145,6 @@ export declare namespace JSXBase {
1027
1145
  type?: string;
1028
1146
  }
1029
1147
  interface SelectHTMLAttributes<T> extends HTMLAttributes<T> {
1030
- autoFocus?: boolean;
1031
1148
  disabled?: boolean;
1032
1149
  form?: string;
1033
1150
  multiple?: boolean;
@@ -1038,11 +1155,13 @@ export declare namespace JSXBase {
1038
1155
  autocomplete?: string;
1039
1156
  }
1040
1157
  interface SourceHTMLAttributes<T> extends HTMLAttributes<T> {
1158
+ height?: number;
1041
1159
  media?: string;
1042
1160
  sizes?: string;
1043
1161
  src?: string;
1044
1162
  srcSet?: string;
1045
1163
  type?: string;
1164
+ width?: number;
1046
1165
  }
1047
1166
  interface StyleHTMLAttributes<T> extends HTMLAttributes<T> {
1048
1167
  media?: string;
@@ -1058,8 +1177,8 @@ export declare namespace JSXBase {
1058
1177
  summary?: string;
1059
1178
  }
1060
1179
  interface TextareaHTMLAttributes<T> extends HTMLAttributes<T> {
1061
- autoFocus?: boolean;
1062
- autofocus?: boolean | string;
1180
+ autoComplete?: string;
1181
+ autocomplete?: string;
1063
1182
  cols?: number;
1064
1183
  disabled?: boolean;
1065
1184
  form?: string;
@@ -1068,6 +1187,8 @@ export declare namespace JSXBase {
1068
1187
  minLength?: number;
1069
1188
  minlength?: number | string;
1070
1189
  name?: string;
1190
+ onSelect?: (event: Event) => void;
1191
+ onselect?: (event: Event) => void;
1071
1192
  placeholder?: string;
1072
1193
  readOnly?: boolean;
1073
1194
  readonly?: boolean | string;
@@ -1110,6 +1231,8 @@ export declare namespace JSXBase {
1110
1231
  interface HTMLAttributes<T = HTMLElement> extends DOMAttributes<T> {
1111
1232
  innerHTML?: string;
1112
1233
  accessKey?: string;
1234
+ autoFocus?: boolean;
1235
+ autofocus?: boolean | string;
1113
1236
  class?: string | {
1114
1237
  [className: string]: boolean;
1115
1238
  };
@@ -1121,6 +1244,7 @@ export declare namespace JSXBase {
1121
1244
  draggable?: boolean;
1122
1245
  hidden?: boolean;
1123
1246
  id?: string;
1247
+ inert?: boolean;
1124
1248
  lang?: string;
1125
1249
  spellcheck?: 'true' | 'false' | any;
1126
1250
  style?: {
@@ -1129,6 +1253,7 @@ export declare namespace JSXBase {
1129
1253
  tabIndex?: number;
1130
1254
  tabindex?: number | string;
1131
1255
  title?: string;
1256
+ popover?: string | null;
1132
1257
  inputMode?: string;
1133
1258
  inputmode?: string;
1134
1259
  enterKeyHint?: string;
@@ -1145,8 +1270,8 @@ export declare namespace JSXBase {
1145
1270
  resource?: string;
1146
1271
  typeof?: string;
1147
1272
  vocab?: string;
1148
- autoCapitalize?: any;
1149
- autocapitalize?: any;
1273
+ autoCapitalize?: string;
1274
+ autocapitalize?: string;
1150
1275
  autoCorrect?: string;
1151
1276
  autocorrect?: string;
1152
1277
  autoSave?: string;
@@ -1214,7 +1339,7 @@ export declare namespace JSXBase {
1214
1339
  clipPathUnits?: number | string;
1215
1340
  'clip-rule'?: number | string;
1216
1341
  'color-interpolation'?: number | string;
1217
- 'color-interpolation-filters'?: 'auto' | 's-rGB' | 'linear-rGB' | 'inherit';
1342
+ 'color-interpolation-filters'?: 'auto' | 'sRGB' | 'linearRGB';
1218
1343
  'color-profile'?: number | string;
1219
1344
  'color-rendering'?: number | string;
1220
1345
  contentScriptType?: number | string;
@@ -1427,9 +1552,7 @@ export declare namespace JSXBase {
1427
1552
  z?: number | string;
1428
1553
  zoomAndPan?: string;
1429
1554
  }
1430
- interface DOMAttributes<T = Element> {
1431
- key?: string | number;
1432
- ref?: (elm?: T) => void;
1555
+ interface DOMAttributes<T> extends JSXAttributes<T> {
1433
1556
  slot?: string;
1434
1557
  part?: string;
1435
1558
  exportparts?: string;
@@ -1439,12 +1562,12 @@ export declare namespace JSXBase {
1439
1562
  onCutCapture?: (event: ClipboardEvent) => void;
1440
1563
  onPaste?: (event: ClipboardEvent) => void;
1441
1564
  onPasteCapture?: (event: ClipboardEvent) => void;
1442
- onCompositionEnd?: (event: CompositionEvent) => void;
1443
- onCompositionEndCapture?: (event: CompositionEvent) => void;
1444
- onCompositionStart?: (event: CompositionEvent) => void;
1445
- onCompositionStartCapture?: (event: CompositionEvent) => void;
1446
- onCompositionUpdate?: (event: CompositionEvent) => void;
1447
- onCompositionUpdateCapture?: (event: CompositionEvent) => void;
1565
+ onCompositionend?: (event: CompositionEvent) => void;
1566
+ onCompositionendCapture?: (event: CompositionEvent) => void;
1567
+ onCompositionstart?: (event: CompositionEvent) => void;
1568
+ onCompositionstartCapture?: (event: CompositionEvent) => void;
1569
+ onCompositionupdate?: (event: CompositionEvent) => void;
1570
+ onCompositionupdateCapture?: (event: CompositionEvent) => void;
1448
1571
  onFocus?: (event: FocusEvent) => void;
1449
1572
  onFocusCapture?: (event: FocusEvent) => void;
1450
1573
  onFocusin?: (event: FocusEvent) => void;
@@ -1455,14 +1578,18 @@ export declare namespace JSXBase {
1455
1578
  onBlurCapture?: (event: FocusEvent) => void;
1456
1579
  onChange?: (event: Event) => void;
1457
1580
  onChangeCapture?: (event: Event) => void;
1458
- onInput?: (event: Event) => void;
1459
- onInputCapture?: (event: Event) => void;
1581
+ onInput?: (event: InputEvent) => void;
1582
+ onInputCapture?: (event: InputEvent) => void;
1460
1583
  onReset?: (event: Event) => void;
1461
1584
  onResetCapture?: (event: Event) => void;
1462
1585
  onSubmit?: (event: Event) => void;
1463
1586
  onSubmitCapture?: (event: Event) => void;
1464
1587
  onInvalid?: (event: Event) => void;
1465
1588
  onInvalidCapture?: (event: Event) => void;
1589
+ onBeforeToggle?: (event: Event) => void;
1590
+ onBeforeToggleCapture?: (event: Event) => void;
1591
+ onToggle?: (event: Event) => void;
1592
+ onToggleCapture?: (event: Event) => void;
1466
1593
  onLoad?: (event: Event) => void;
1467
1594
  onLoadCapture?: (event: Event) => void;
1468
1595
  onError?: (event: Event) => void;
@@ -1546,10 +1673,22 @@ export declare namespace JSXBase {
1546
1673
  onAnimationEndCapture?: (event: AnimationEvent) => void;
1547
1674
  onAnimationIteration?: (event: AnimationEvent) => void;
1548
1675
  onAnimationIterationCapture?: (event: AnimationEvent) => void;
1676
+ onTransitionCancel?: (event: TransitionEvent) => void;
1677
+ onTransitionCancelCapture?: (event: TransitionEvent) => void;
1549
1678
  onTransitionEnd?: (event: TransitionEvent) => void;
1550
1679
  onTransitionEndCapture?: (event: TransitionEvent) => void;
1680
+ onTransitionRun?: (event: TransitionEvent) => void;
1681
+ onTransitionRunCapture?: (event: TransitionEvent) => void;
1682
+ onTransitionStart?: (event: TransitionEvent) => void;
1683
+ onTransitionStartCapture?: (event: TransitionEvent) => void;
1684
+ [key: `aria-${string}`]: string | boolean | undefined;
1685
+ [key: `aria${string}`]: string | boolean | undefined;
1551
1686
  }
1552
1687
  }
1688
+ export interface JSXAttributes<T = Element> {
1689
+ key?: string | number;
1690
+ ref?: (elm?: T) => void;
1691
+ }
1553
1692
  export interface CustomElementsDefineOptions {
1554
1693
  exclude?: string[];
1555
1694
  resourcesUrl?: string;
package/package.json CHANGED
@@ -1,46 +1,65 @@
1
1
  {
2
2
  "name": "@watermarkinsights/ripple",
3
- "version": "0.0.0-1",
3
+ "version": "0.0.1",
4
4
  "description": "Ripple Component Library",
5
- "license": "MIT",
6
5
  "module": "dist/index.js",
7
6
  "main": "dist/index.cjs.js",
8
- "unpkg": "dist/ripple/ripple.js",
9
7
  "types": "dist/types/components.d.ts",
10
8
  "collection": "dist/collection/collection-manifest.json",
11
9
  "files": [
12
10
  "dist/"
13
11
  ],
14
- "es2017": "dist/esm/index.mjs",
15
- "es2015": "dist/esm/index.mjs",
12
+ "exports": {
13
+ ".": {
14
+ "import": "./dist/ripple/ripple.esm.js",
15
+ "require": "./dist/ripple/ripple.cjs.js",
16
+ "types": "./dist/types/components.d.ts"
17
+ },
18
+ "./dist/components/*": {
19
+ "import": "./dist/components/*",
20
+ "types": "./dist/components/*"
21
+ },
22
+ "./dist/types/*": {
23
+ "types": "./dist/types/*"
24
+ },
25
+ "./dist/*": {
26
+ "import": "./dist/*",
27
+ "types": "./dist/*"
28
+ },
29
+ "./components/*": {
30
+ "import": "./dist/components/*.js",
31
+ "types": "./dist/components/*.d.ts"
32
+ },
33
+ "./loader": {
34
+ "import": "./loader/index.js",
35
+ "require": "./loader/index.cjs",
36
+ "types": "./loader/index.d.ts"
37
+ }
38
+ },
16
39
  "scripts": {
17
- "local.pss": "sh ./scripts/build-local-pss.sh",
18
- "local.aqua": "sh ./scripts/build-local-aqf.sh",
19
- "local.ripple": "sh ./scripts/build-local-ripple.sh",
20
- "local.wrappers": "sh ./scripts/build-local-wrappers.sh",
21
40
  "build": "stencil build",
22
- "release": "sh ./scripts/release.sh",
41
+ "release": "bash ./scripts/release.sh",
23
42
  "start": "stencil build --dev --watch --serve",
24
43
  "test": "stencil test --spec --e2e",
25
44
  "test.snapshot": "stencil test --spec --e2e -u",
26
45
  "test.watch": "stencil test --spec --e2e --watch",
27
46
  "test.watchAll": "stencil test --spec --e2e --watchAll",
28
47
  "test.coverage": "stencil test --spec --coverage --collectCoverageFrom='src/**/*.{js,jsx,ts,tsx}'",
29
- "extract": "formatjs extract ./src/**/*.tsx --out-file ./src/lang/en.json && node ./src/lang/piglatin.js",
30
- "compile": "formatjs compile-folder ./src/lang src/lang/compiled-lang/ --ast"
48
+ "extract": "formatjs extract './src/global/intl.ts' './src/**/*.tsx' --out-file './src/lang/en.json' && node './src/lang/piglatin.js'",
49
+ "compile": "formatjs compile-folder ./src/lang src/lang/compiled-lang/ --ast",
50
+ "missing": "node ./src/lang/missing.js"
51
+ },
52
+ "dependencies": {
53
+ "@formatjs/intl": "^2.10.4"
31
54
  },
32
55
  "devDependencies": {
33
- "@axe-core/puppeteer": "^4.1.1",
34
- "@formatjs/cli": "^4.2.11",
35
- "@stencil/core": "^2.5.2",
36
- "@stencil/react-output-target": "^0.0.9",
37
- "@stencil/sass": "^1.4.1",
38
- "@types/jest": "^26.0.23",
39
- "@types/puppeteer": "^5.4.3",
40
- "jest": "^26.6.3",
41
- "jest-cli": "^26.6.3"
56
+ "@axe-core/puppeteer": "^4.9.1",
57
+ "@formatjs/cli": "^6.2.12",
58
+ "@stencil/core": "^4.20.0",
59
+ "@stencil/react-output-target": "^1.0.3",
60
+ "@stencil/sass": "^3.0.12",
61
+ "@types/jest": "^29.5.12",
62
+ "jest": "^29.7.0"
42
63
  },
43
- "dependencies": {
44
- "@formatjs/intl": "^1.10.5"
45
- }
64
+ "gitHead": "e8c59520c6c0b7d1d6296c46f9d10afae40767ba"
46
65
  }