@watermarkinsights/ripple 5.13.1-alpha.4 → 5.14.0-alpha.2

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 (410) hide show
  1. package/dist/cjs/{app-globals-EFussBpV.js → app-globals-5211e147.js} +2 -2
  2. package/dist/cjs/{chartFunctions-uCzSt0yo.js → chartFunctions-781589c1.js} +3 -2
  3. package/dist/cjs/{functions-CqAwq8Fq.js → functions-c7404c42.js} +79 -74
  4. package/dist/cjs/{index-Cig4P4gJ.js → index-788526f5.js} +345 -540
  5. package/dist/cjs/{intl-BUs7ck9m.js → intl-88adb57d.js} +1 -1
  6. package/dist/cjs/loader.cjs.js +5 -3
  7. package/dist/cjs/priv-calendar.cjs.entry.js +12 -6
  8. package/dist/cjs/priv-chart-popover.cjs.entry.js +8 -4
  9. package/dist/cjs/priv-navigator-button.cjs.entry.js +5 -2
  10. package/dist/cjs/priv-navigator-item.cjs.entry.js +5 -2
  11. package/dist/cjs/priv-option-list.cjs.entry.js +16 -10
  12. package/dist/cjs/ripple.cjs.js +7 -7
  13. package/dist/cjs/wm-action-menu_2.cjs.entry.js +18 -9
  14. package/dist/cjs/wm-button.cjs.entry.js +16 -8
  15. package/dist/cjs/wm-chart-slice.cjs.entry.js +8 -1
  16. package/dist/cjs/wm-chart.cjs.entry.js +18 -14
  17. package/dist/cjs/wm-date-range.cjs.entry.js +14 -9
  18. package/dist/cjs/wm-datepicker.cjs.entry.js +11 -6
  19. package/dist/cjs/wm-file-list.cjs.entry.js +5 -2
  20. package/dist/cjs/wm-file.cjs.entry.js +15 -5
  21. package/dist/cjs/wm-flyout.cjs.entry.js +16 -5
  22. package/dist/cjs/wm-input.cjs.entry.js +17 -5
  23. package/dist/cjs/wm-line-chart.cjs.entry.js +28 -18
  24. package/dist/cjs/wm-modal-pss_3.cjs.entry.js +14 -8
  25. package/dist/cjs/wm-modal_3.cjs.entry.js +14 -7
  26. package/dist/cjs/wm-navigation_3.cjs.entry.js +18 -9
  27. package/dist/cjs/wm-navigator.cjs.entry.js +15 -17
  28. package/dist/cjs/wm-nested-select.cjs.entry.js +16 -11
  29. package/dist/cjs/wm-optgroup.cjs.entry.js +7 -3
  30. package/dist/cjs/wm-option_2.cjs.entry.js +17 -10
  31. package/dist/cjs/wm-pagination.cjs.entry.js +13 -10
  32. package/dist/cjs/wm-progress-indicator_3.cjs.entry.js +27 -10
  33. package/dist/cjs/wm-search.cjs.entry.js +9 -25
  34. package/dist/cjs/wm-snackbar.cjs.entry.js +10 -8
  35. package/dist/cjs/wm-tab-item_3.cjs.entry.js +16 -20
  36. package/dist/cjs/wm-tag-input.cjs.entry.js +25 -12
  37. package/dist/cjs/wm-tag-option.cjs.entry.js +8 -2
  38. package/dist/cjs/wm-textarea.cjs.entry.js +12 -5
  39. package/dist/cjs/wm-timepicker.cjs.entry.js +14 -9
  40. package/dist/cjs/wm-toggletip.cjs.entry.js +11 -6
  41. package/dist/cjs/wm-uploader.cjs.entry.js +18 -8
  42. package/dist/cjs/wm-wrapper.cjs.entry.js +3 -1
  43. package/dist/collection/collection-manifest.json +7 -2
  44. package/dist/collection/components/charts/priv-chart-popover/priv-chart-popover.js +4 -8
  45. package/dist/collection/components/charts/wm-chart/wm-chart-slice.js +12 -15
  46. package/dist/collection/components/charts/wm-chart/wm-chart.js +22 -45
  47. package/dist/collection/components/charts/wm-line-chart/wm-line-chart.js +33 -52
  48. package/dist/collection/components/charts/wm-progress-monitor/wm-progress-indicator.js +16 -23
  49. package/dist/collection/components/charts/wm-progress-monitor/wm-progress-monitor.js +6 -9
  50. package/dist/collection/components/charts/wm-progress-monitor/wm-progress-slice.js +12 -15
  51. package/dist/collection/components/datepickers/priv-calendar/priv-calendar.js +12 -21
  52. package/dist/collection/components/datepickers/wm-date-range.js +19 -39
  53. package/dist/collection/components/datepickers/wm-datepicker.js +13 -27
  54. package/dist/collection/components/selects/priv-option-list/priv-option-list.js +16 -27
  55. package/dist/collection/components/selects/wm-nested-select/wm-nested-select.js +22 -46
  56. package/dist/collection/components/selects/wm-optgroup/wm-optgroup.js +5 -12
  57. package/dist/collection/components/selects/wm-option/wm-option.js +6 -15
  58. package/dist/collection/components/selects/wm-select/wm-select.js +19 -41
  59. package/dist/collection/components/wm-action-menu/wm-action-menu.js +15 -24
  60. package/dist/collection/components/wm-button/wm-button.js +22 -43
  61. package/dist/collection/components/wm-file/wm-file.js +18 -29
  62. package/dist/collection/components/wm-file-list/wm-file-list.js +1 -3
  63. package/dist/collection/components/wm-flyout/wm-flyout.js +19 -31
  64. package/dist/collection/components/wm-input/wm-input.js +28 -55
  65. package/dist/collection/components/wm-menuitem/wm-menuitem.js +4 -10
  66. package/dist/collection/components/wm-modal/wm-modal-footer.js +5 -15
  67. package/dist/collection/components/wm-modal/wm-modal-header.js +2 -6
  68. package/dist/collection/components/wm-modal/wm-modal.js +7 -13
  69. package/dist/collection/components/wm-modal-pss/wm-modal-pss-footer.js +5 -15
  70. package/dist/collection/components/wm-modal-pss/wm-modal-pss-header.js +2 -6
  71. package/dist/collection/components/wm-modal-pss/wm-modal-pss.js +7 -14
  72. package/dist/collection/components/wm-navigation/wm-navigation-hamburger.js +4 -5
  73. package/dist/collection/components/wm-navigation/wm-navigation-item.js +8 -9
  74. package/dist/collection/components/wm-navigation/wm-navigation.js +2 -4
  75. package/dist/collection/components/wm-navigator/priv-navigator-button/priv-navigator-button.js +2 -6
  76. package/dist/collection/components/wm-navigator/priv-navigator-item/priv-navigator-item.js +3 -9
  77. package/dist/collection/components/wm-navigator/wm-navigator.js +15 -34
  78. package/dist/collection/components/wm-pagination/wm-pagination.js +11 -21
  79. package/dist/collection/components/wm-search/wm-search.js +10 -45
  80. package/dist/collection/components/wm-snackbar/wm-snackbar.js +4 -7
  81. package/dist/collection/components/wm-tabs/wm-tab-item/wm-tab-item.js +6 -18
  82. package/dist/collection/components/wm-tabs/wm-tab-list/wm-tab-list.js +6 -9
  83. package/dist/collection/components/wm-tabs/wm-tab-panel/wm-tab-panel.js +2 -12
  84. package/dist/collection/components/wm-tag-input/wm-tag-input.js +32 -50
  85. package/dist/collection/components/wm-tag-input/wm-tag-option/wm-tag-option.js +10 -18
  86. package/dist/collection/components/wm-textarea/wm-textarea.js +16 -34
  87. package/dist/collection/components/wm-timepicker/wm-timepicker.js +15 -27
  88. package/dist/collection/components/wm-toggletip/wm-toggletip.js +9 -15
  89. package/dist/collection/components/wm-uploader/wm-uploader.js +22 -37
  90. package/dist/esm/{app-globals-D6Ly8ONe.js → app-globals-d8f7adb9.js} +2 -2
  91. package/dist/{components/p-K9lgwbAO.js → esm/chartFunctions-246aabf9.js} +4 -3
  92. package/dist/{components/p-DdlNyc6u.js → esm/functions-aad18286.js} +80 -75
  93. package/dist/esm/{index-EopL5zo4.js → index-130e07bb.js} +324 -539
  94. package/dist/{components/p-DStPjkvu.js → esm/intl-c8686c73.js} +1 -1
  95. package/dist/esm/loader.js +4 -4
  96. package/dist/esm/priv-calendar.entry.js +10 -6
  97. package/dist/esm/priv-chart-popover.entry.js +6 -4
  98. package/dist/esm/priv-navigator-button.entry.js +3 -2
  99. package/dist/esm/priv-navigator-item.entry.js +3 -2
  100. package/dist/esm/priv-option-list.entry.js +14 -10
  101. package/dist/esm/ripple.js +5 -6
  102. package/dist/esm/wm-action-menu_2.entry.js +16 -9
  103. package/dist/esm/wm-button.entry.js +14 -8
  104. package/dist/esm/wm-chart-slice.entry.js +6 -1
  105. package/dist/esm/wm-chart.entry.js +16 -14
  106. package/dist/esm/wm-date-range.entry.js +12 -9
  107. package/dist/esm/wm-datepicker.entry.js +9 -6
  108. package/dist/esm/wm-file-list.entry.js +3 -2
  109. package/dist/esm/wm-file.entry.js +13 -5
  110. package/dist/esm/wm-flyout.entry.js +14 -5
  111. package/dist/esm/wm-input.entry.js +15 -5
  112. package/dist/esm/wm-line-chart.entry.js +26 -18
  113. package/dist/esm/wm-modal-pss_3.entry.js +12 -8
  114. package/dist/esm/wm-modal_3.entry.js +12 -7
  115. package/dist/esm/wm-navigation_3.entry.js +16 -9
  116. package/dist/esm/wm-navigator.entry.js +13 -17
  117. package/dist/esm/wm-nested-select.entry.js +14 -11
  118. package/dist/esm/wm-optgroup.entry.js +5 -3
  119. package/dist/esm/wm-option_2.entry.js +15 -10
  120. package/dist/esm/wm-pagination.entry.js +11 -10
  121. package/dist/esm/wm-progress-indicator_3.entry.js +25 -10
  122. package/dist/esm/wm-search.entry.js +7 -25
  123. package/dist/esm/wm-snackbar.entry.js +8 -8
  124. package/dist/esm/wm-tab-item_3.entry.js +14 -20
  125. package/dist/esm/wm-tag-input.entry.js +23 -12
  126. package/dist/esm/wm-tag-option.entry.js +6 -2
  127. package/dist/esm/wm-textarea.entry.js +10 -5
  128. package/dist/esm/wm-timepicker.entry.js +12 -9
  129. package/dist/esm/wm-toggletip.entry.js +9 -6
  130. package/dist/esm/wm-uploader.entry.js +16 -8
  131. package/dist/esm/wm-wrapper.entry.js +1 -1
  132. package/dist/esm-es5/{app-globals-D6Ly8ONe.js → app-globals-d8f7adb9.js} +1 -1
  133. package/dist/esm-es5/chartFunctions-246aabf9.js +1 -0
  134. package/dist/esm-es5/functions-aad18286.js +1 -0
  135. package/dist/esm-es5/index-130e07bb.js +1 -0
  136. package/dist/esm-es5/{intl-DeM2tf6d.js → intl-c8686c73.js} +1 -1
  137. package/dist/esm-es5/loader.js +1 -1
  138. package/dist/esm-es5/priv-calendar.entry.js +1 -1
  139. package/dist/esm-es5/priv-chart-popover.entry.js +1 -1
  140. package/dist/esm-es5/priv-navigator-button.entry.js +1 -1
  141. package/dist/esm-es5/priv-navigator-item.entry.js +1 -1
  142. package/dist/esm-es5/priv-option-list.entry.js +1 -1
  143. package/dist/esm-es5/ripple.js +1 -1
  144. package/dist/esm-es5/wm-action-menu_2.entry.js +1 -1
  145. package/dist/esm-es5/wm-button.entry.js +1 -1
  146. package/dist/esm-es5/wm-chart-slice.entry.js +1 -1
  147. package/dist/esm-es5/wm-chart.entry.js +1 -1
  148. package/dist/esm-es5/wm-date-range.entry.js +1 -1
  149. package/dist/esm-es5/wm-datepicker.entry.js +1 -1
  150. package/dist/esm-es5/wm-file-list.entry.js +1 -1
  151. package/dist/esm-es5/wm-file.entry.js +1 -1
  152. package/dist/esm-es5/wm-flyout.entry.js +1 -1
  153. package/dist/esm-es5/wm-input.entry.js +1 -1
  154. package/dist/esm-es5/wm-line-chart.entry.js +1 -1
  155. package/dist/esm-es5/wm-modal-pss_3.entry.js +1 -1
  156. package/dist/esm-es5/wm-modal_3.entry.js +1 -1
  157. package/dist/esm-es5/wm-navigation_3.entry.js +1 -1
  158. package/dist/esm-es5/wm-navigator.entry.js +1 -1
  159. package/dist/esm-es5/wm-nested-select.entry.js +1 -1
  160. package/dist/esm-es5/wm-optgroup.entry.js +1 -1
  161. package/dist/esm-es5/wm-option_2.entry.js +1 -1
  162. package/dist/esm-es5/wm-pagination.entry.js +1 -1
  163. package/dist/esm-es5/wm-progress-indicator_3.entry.js +1 -1
  164. package/dist/esm-es5/wm-search.entry.js +1 -1
  165. package/dist/esm-es5/wm-snackbar.entry.js +1 -1
  166. package/dist/esm-es5/wm-tab-item_3.entry.js +1 -1
  167. package/dist/esm-es5/wm-tag-input.entry.js +1 -1
  168. package/dist/esm-es5/wm-tag-option.entry.js +1 -1
  169. package/dist/esm-es5/wm-textarea.entry.js +1 -1
  170. package/dist/esm-es5/wm-timepicker.entry.js +1 -1
  171. package/dist/esm-es5/wm-toggletip.entry.js +1 -1
  172. package/dist/esm-es5/wm-uploader.entry.js +1 -1
  173. package/dist/esm-es5/wm-wrapper.entry.js +1 -1
  174. package/dist/loader/package.json +11 -0
  175. package/dist/ripple/p-02634e13.entry.js +1 -0
  176. package/dist/ripple/{p-da5ad94c.system.entry.js → p-043901ab.system.entry.js} +1 -1
  177. package/dist/ripple/p-0494eb2c.system.js +1 -0
  178. package/dist/ripple/{p-b0a47a43.system.entry.js → p-07318072.system.entry.js} +1 -1
  179. package/dist/ripple/p-07a4b825.entry.js +1 -0
  180. package/dist/ripple/{p-61c089e4.system.entry.js → p-0a4a2582.system.entry.js} +1 -1
  181. package/dist/ripple/{p-ee8d7025.entry.js → p-0be3f364.entry.js} +1 -1
  182. package/dist/ripple/{p-69d1e480.system.entry.js → p-1111367a.system.entry.js} +1 -1
  183. package/dist/ripple/p-13b1d775.entry.js +1 -0
  184. package/dist/ripple/{p-3b0aaa5d.system.entry.js → p-1a0c51ee.system.entry.js} +1 -1
  185. package/dist/ripple/p-2785c796.entry.js +1 -0
  186. package/dist/ripple/{p-6785cd06.system.entry.js → p-2af01e17.system.entry.js} +1 -1
  187. package/dist/ripple/{p-6f8eecda.system.entry.js → p-2c954741.system.entry.js} +1 -1
  188. package/dist/ripple/{p-86815489.system.entry.js → p-2e8211ba.system.entry.js} +1 -1
  189. package/dist/ripple/{p-dc7feffa.system.entry.js → p-366193d0.system.entry.js} +1 -1
  190. package/dist/ripple/p-496564b3.entry.js +1 -0
  191. package/dist/ripple/{p-31b8fe9c.system.entry.js → p-4eaab96c.system.entry.js} +1 -1
  192. package/dist/ripple/p-501aa9b9.entry.js +1 -0
  193. package/dist/ripple/{p-8d09ca95.system.entry.js → p-58361d0e.system.entry.js} +1 -1
  194. package/dist/ripple/{p-27ecd83a.system.entry.js → p-5acc08cd.system.entry.js} +1 -1
  195. package/dist/ripple/p-6646cbd7.system.js +1 -0
  196. package/dist/{components/p-CLem5EoD.js → ripple/p-66e539e2.entry.js} +1 -42
  197. package/dist/ripple/p-678483ca.entry.js +1 -0
  198. package/dist/ripple/{p-c78fa8d0.system.entry.js → p-67f7aa48.system.entry.js} +1 -1
  199. package/dist/ripple/p-68b63f21.entry.js +1 -0
  200. package/dist/ripple/p-6b41644b.entry.js +1 -0
  201. package/dist/ripple/{p-9e10d3eb.entry.js → p-6d0b3395.entry.js} +1 -1
  202. package/dist/ripple/{p-68705f8f.system.entry.js → p-6d99517c.system.entry.js} +1 -1
  203. package/dist/ripple/{p-ClenAAhT.system.js → p-6e7c833c.system.js} +1 -1
  204. package/dist/ripple/p-703841a3.entry.js +1 -0
  205. package/dist/ripple/{p-ba6080a6.system.entry.js → p-70c6d33e.system.entry.js} +1 -1
  206. package/dist/ripple/{p-D7x793ET.js → p-723254b6.js} +1 -1
  207. package/dist/ripple/p-73081234.entry.js +1 -0
  208. package/dist/ripple/{p-64e6e3b7.entry.js → p-7360ce37.entry.js} +1 -1
  209. package/dist/ripple/{p-a95f9245.system.entry.js → p-7a6f535f.system.entry.js} +1 -1
  210. package/dist/ripple/p-823d7b4e.system.entry.js +1 -0
  211. package/dist/ripple/{p-3bee6a44.system.entry.js → p-86bd3990.system.entry.js} +1 -1
  212. package/dist/ripple/{p-d92218e6.system.entry.js → p-8cd81897.system.entry.js} +1 -1
  213. package/dist/ripple/{p-edc1b7cb.entry.js → p-91785165.entry.js} +1 -1
  214. package/dist/ripple/p-936e4fc3.entry.js +1 -0
  215. package/dist/ripple/{p-fe31bd98.system.entry.js → p-948173a2.system.entry.js} +1 -1
  216. package/dist/ripple/{p-49c9063a.entry.js → p-94ef3015.entry.js} +1 -1
  217. package/dist/ripple/{p-63bb5240.system.entry.js → p-9bfe715c.system.entry.js} +1 -1
  218. package/dist/ripple/p-a58ae308.system.entry.js +1 -0
  219. package/dist/ripple/p-a5bdcf1b.entry.js +1 -0
  220. package/dist/ripple/p-a81d3859.entry.js +1 -0
  221. package/dist/ripple/{p-957e8a70.entry.js → p-b254cdce.entry.js} +1 -1
  222. package/dist/ripple/p-b26f4852.entry.js +1 -0
  223. package/dist/{components/p-DG_w4q3M.js → ripple/p-b55bb2ab.entry.js} +1 -196
  224. package/dist/{components/wm-progress-monitor.js → ripple/p-b65b9b4c.entry.js} +1 -93
  225. package/dist/ripple/{p-a7f2af01.entry.js → p-bbb37d6e.entry.js} +1 -1
  226. package/dist/ripple/p-bf8e69a3.js +1 -0
  227. package/dist/ripple/p-c234c194.system.js +1 -0
  228. package/dist/ripple/{p-384d9208.system.entry.js → p-c3ab1c4b.system.entry.js} +1 -1
  229. package/dist/ripple/p-c4984ca1.system.js +1 -0
  230. package/dist/ripple/p-c8ef0086.entry.js +1 -0
  231. package/dist/ripple/p-c94ce42f.js +1 -0
  232. package/dist/ripple/{p-9a0216ba.entry.js → p-ca6bf276.entry.js} +1 -1
  233. package/dist/ripple/{p-74243614.system.entry.js → p-cbfb44b5.system.entry.js} +1 -1
  234. package/dist/ripple/{p-492a8a9f.entry.js → p-cd0cc88d.entry.js} +1 -1
  235. package/dist/ripple/{p-99d53b0e.system.entry.js → p-cd5c59ef.system.entry.js} +1 -1
  236. package/dist/ripple/p-cef8a45b.system.js +2 -0
  237. package/dist/ripple/{p-3e5a7fee.system.entry.js → p-d332cc27.system.entry.js} +1 -1
  238. package/dist/ripple/{p-ea7a4ac1.system.entry.js → p-d3adbf48.system.entry.js} +1 -1
  239. package/dist/ripple/{p-ae58e2d1.system.entry.js → p-d4f082db.system.entry.js} +1 -1
  240. package/dist/{components/wm-toggletip.js → ripple/p-d837c7d4.entry.js} +1 -200
  241. package/dist/ripple/p-d9da0502.js +2 -0
  242. package/dist/ripple/{p-0MnNQzHy.js → p-dd680e24.js} +1 -1
  243. package/dist/ripple/{p-9a72e53c.system.entry.js → p-de13b15f.system.entry.js} +1 -1
  244. package/dist/ripple/{p-2f1ffab1.system.entry.js → p-de5b5ff0.system.entry.js} +1 -1
  245. package/dist/ripple/p-e156c0c2.entry.js +1 -0
  246. package/dist/ripple/{p-fce91d27.system.entry.js → p-e455876c.system.entry.js} +1 -1
  247. package/dist/ripple/{p-3042aae4.entry.js → p-e9c4ed97.entry.js} +1 -1
  248. package/dist/ripple/p-eb74d85f.entry.js +1 -0
  249. package/dist/ripple/p-ed5dfa29.entry.js +1 -0
  250. package/dist/ripple/{p-84a4735d.system.entry.js → p-ee4026e0.system.entry.js} +1 -1
  251. package/dist/ripple/{p-4862126f.entry.js → p-f1b36057.entry.js} +1 -1
  252. package/dist/ripple/{p-e77d4c21.system.entry.js → p-f37094fe.system.entry.js} +1 -1
  253. package/dist/ripple/p-f912ce26.system.entry.js +1 -0
  254. package/dist/ripple/p-fadea131.entry.js +1 -0
  255. package/dist/ripple/{p-cd81d7de.system.entry.js → p-ff650269.system.entry.js} +1 -1
  256. package/dist/ripple/ripple.esm.js +1 -1
  257. package/dist/ripple/ripple.js +1 -1
  258. package/dist/types/stencil-public-runtime.d.ts +0 -28
  259. package/package.json +6 -23
  260. package/dist/components/index.d.ts +0 -33
  261. package/dist/components/index.js +0 -85
  262. package/dist/components/p-BlQdbOh_.js +0 -294
  263. package/dist/components/p-BvE5BEYe.js +0 -146
  264. package/dist/components/p-BzGDMpdL.js +0 -592
  265. package/dist/components/p-CWx2NF6K.js +0 -231
  266. package/dist/components/p-D9GMUh0-.js +0 -231
  267. package/dist/components/p-DCSxoWXP.js +0 -421
  268. package/dist/components/p-DvXS4oTB.js +0 -49
  269. package/dist/components/p-HPnDWE3g.js +0 -1686
  270. package/dist/components/p-e_A35rK5.js +0 -154
  271. package/dist/components/priv-calendar.d.ts +0 -11
  272. package/dist/components/priv-calendar.js +0 -6
  273. package/dist/components/priv-chart-popover.d.ts +0 -11
  274. package/dist/components/priv-chart-popover.js +0 -6
  275. package/dist/components/priv-navigator-button.d.ts +0 -11
  276. package/dist/components/priv-navigator-button.js +0 -6
  277. package/dist/components/priv-navigator-item.d.ts +0 -11
  278. package/dist/components/priv-navigator-item.js +0 -6
  279. package/dist/components/priv-option-list.d.ts +0 -11
  280. package/dist/components/priv-option-list.js +0 -6
  281. package/dist/components/wm-action-menu.d.ts +0 -11
  282. package/dist/components/wm-action-menu.js +0 -6
  283. package/dist/components/wm-button.d.ts +0 -11
  284. package/dist/components/wm-button.js +0 -6
  285. package/dist/components/wm-chart-slice.d.ts +0 -11
  286. package/dist/components/wm-chart-slice.js +0 -41
  287. package/dist/components/wm-chart.d.ts +0 -11
  288. package/dist/components/wm-chart.js +0 -197
  289. package/dist/components/wm-date-range.d.ts +0 -11
  290. package/dist/components/wm-date-range.js +0 -522
  291. package/dist/components/wm-datepicker.d.ts +0 -11
  292. package/dist/components/wm-datepicker.js +0 -287
  293. package/dist/components/wm-file-list.d.ts +0 -11
  294. package/dist/components/wm-file-list.js +0 -38
  295. package/dist/components/wm-file.d.ts +0 -11
  296. package/dist/components/wm-file.js +0 -228
  297. package/dist/components/wm-flyout.d.ts +0 -11
  298. package/dist/components/wm-flyout.js +0 -208
  299. package/dist/components/wm-input.d.ts +0 -11
  300. package/dist/components/wm-input.js +0 -152
  301. package/dist/components/wm-line-chart.d.ts +0 -11
  302. package/dist/components/wm-line-chart.js +0 -497
  303. package/dist/components/wm-menuitem.d.ts +0 -11
  304. package/dist/components/wm-menuitem.js +0 -6
  305. package/dist/components/wm-modal-footer.d.ts +0 -11
  306. package/dist/components/wm-modal-footer.js +0 -73
  307. package/dist/components/wm-modal-header.d.ts +0 -11
  308. package/dist/components/wm-modal-header.js +0 -61
  309. package/dist/components/wm-modal-pss-footer.d.ts +0 -11
  310. package/dist/components/wm-modal-pss-footer.js +0 -69
  311. package/dist/components/wm-modal-pss-header.d.ts +0 -11
  312. package/dist/components/wm-modal-pss-header.js +0 -64
  313. package/dist/components/wm-modal-pss.d.ts +0 -11
  314. package/dist/components/wm-modal-pss.js +0 -162
  315. package/dist/components/wm-modal.d.ts +0 -11
  316. package/dist/components/wm-modal.js +0 -161
  317. package/dist/components/wm-navigation-hamburger.d.ts +0 -11
  318. package/dist/components/wm-navigation-hamburger.js +0 -70
  319. package/dist/components/wm-navigation-item.d.ts +0 -11
  320. package/dist/components/wm-navigation-item.js +0 -40
  321. package/dist/components/wm-navigation.d.ts +0 -11
  322. package/dist/components/wm-navigation.js +0 -144
  323. package/dist/components/wm-navigator.d.ts +0 -11
  324. package/dist/components/wm-navigator.js +0 -369
  325. package/dist/components/wm-nested-select.d.ts +0 -11
  326. package/dist/components/wm-nested-select.js +0 -343
  327. package/dist/components/wm-optgroup.d.ts +0 -11
  328. package/dist/components/wm-optgroup.js +0 -107
  329. package/dist/components/wm-option.d.ts +0 -11
  330. package/dist/components/wm-option.js +0 -6
  331. package/dist/components/wm-pagination.d.ts +0 -11
  332. package/dist/components/wm-pagination.js +0 -251
  333. package/dist/components/wm-progress-indicator.d.ts +0 -11
  334. package/dist/components/wm-progress-indicator.js +0 -144
  335. package/dist/components/wm-progress-monitor.d.ts +0 -11
  336. package/dist/components/wm-progress-slice.d.ts +0 -11
  337. package/dist/components/wm-progress-slice.js +0 -37
  338. package/dist/components/wm-search.d.ts +0 -11
  339. package/dist/components/wm-search.js +0 -250
  340. package/dist/components/wm-select.d.ts +0 -11
  341. package/dist/components/wm-select.js +0 -6
  342. package/dist/components/wm-snackbar.d.ts +0 -11
  343. package/dist/components/wm-snackbar.js +0 -209
  344. package/dist/components/wm-tab-item.d.ts +0 -11
  345. package/dist/components/wm-tab-item.js +0 -85
  346. package/dist/components/wm-tab-list.d.ts +0 -11
  347. package/dist/components/wm-tab-list.js +0 -217
  348. package/dist/components/wm-tab-panel.d.ts +0 -11
  349. package/dist/components/wm-tab-panel.js +0 -52
  350. package/dist/components/wm-tag-input.d.ts +0 -11
  351. package/dist/components/wm-tag-input.js +0 -919
  352. package/dist/components/wm-tag-option.d.ts +0 -11
  353. package/dist/components/wm-tag-option.js +0 -63
  354. package/dist/components/wm-textarea.d.ts +0 -11
  355. package/dist/components/wm-textarea.js +0 -113
  356. package/dist/components/wm-timepicker.d.ts +0 -11
  357. package/dist/components/wm-timepicker.js +0 -333
  358. package/dist/components/wm-toggletip.d.ts +0 -11
  359. package/dist/components/wm-uploader.d.ts +0 -11
  360. package/dist/components/wm-uploader.js +0 -348
  361. package/dist/components/wm-wrapper.d.ts +0 -11
  362. package/dist/components/wm-wrapper.js +0 -34
  363. package/dist/esm/chartFunctions-Cmh1Ji0o.js +0 -724
  364. package/dist/esm/functions-C2kwukaR.js +0 -10485
  365. package/dist/esm/interfaces-COwzv5zO.js +0 -34
  366. package/dist/esm/intl-DeM2tf6d.js +0 -277
  367. package/dist/esm-es5/chartFunctions-Cmh1Ji0o.js +0 -1
  368. package/dist/esm-es5/functions-C2kwukaR.js +0 -1
  369. package/dist/esm-es5/index-EopL5zo4.js +0 -1
  370. package/dist/ripple/p-090ee1d9.entry.js +0 -1
  371. package/dist/ripple/p-25e1a9f9.entry.js +0 -1
  372. package/dist/ripple/p-30fb07a2.entry.js +0 -1
  373. package/dist/ripple/p-338b089a.entry.js +0 -1
  374. package/dist/ripple/p-340b73a9.system.entry.js +0 -1
  375. package/dist/ripple/p-3611aa0e.entry.js +0 -1
  376. package/dist/ripple/p-3b828dcd.entry.js +0 -1
  377. package/dist/ripple/p-3c54de9c.entry.js +0 -1
  378. package/dist/ripple/p-52e54dca.entry.js +0 -1
  379. package/dist/ripple/p-54aeadde.entry.js +0 -1
  380. package/dist/ripple/p-6838c144.entry.js +0 -1
  381. package/dist/ripple/p-774c49cd.entry.js +0 -1
  382. package/dist/ripple/p-782951b7.system.entry.js +0 -1
  383. package/dist/ripple/p-7aa9c503.entry.js +0 -1
  384. package/dist/ripple/p-85bdcfc2.entry.js +0 -1
  385. package/dist/ripple/p-9111db61.entry.js +0 -1
  386. package/dist/ripple/p-9583f20a.entry.js +0 -1
  387. package/dist/ripple/p-BzeVid5V.system.js +0 -1
  388. package/dist/ripple/p-C2kwukaR.js +0 -1
  389. package/dist/ripple/p-CG434V5a.system.js +0 -1
  390. package/dist/ripple/p-CTau6pR2.system.js +0 -2
  391. package/dist/ripple/p-CxDIDZPI.js +0 -1
  392. package/dist/ripple/p-EopL5zo4.js +0 -2
  393. package/dist/ripple/p-a121c779.entry.js +0 -1
  394. package/dist/ripple/p-a3c4aa31.entry.js +0 -1
  395. package/dist/ripple/p-a46a28c9.entry.js +0 -1
  396. package/dist/ripple/p-a6890863.entry.js +0 -1
  397. package/dist/ripple/p-b077fe55.system.entry.js +0 -1
  398. package/dist/ripple/p-c0440211.entry.js +0 -1
  399. package/dist/ripple/p-d77338ae.entry.js +0 -1
  400. package/dist/ripple/p-e3fb63fd.entry.js +0 -1
  401. package/dist/ripple/p-e3fc3c6b.entry.js +0 -1
  402. package/dist/ripple/p-ec611502.entry.js +0 -1
  403. package/dist/ripple/p-rcj5tIF6.system.js +0 -1
  404. package/dist/ripple/p-wFWSStJ9.system.js +0 -1
  405. /package/dist/cjs/{interfaces-C7YbtGnk.js → interfaces-85d78ae9.js} +0 -0
  406. /package/dist/{components/p-COwzv5zO.js → esm/interfaces-cc5b177f.js} +0 -0
  407. /package/dist/esm-es5/{interfaces-COwzv5zO.js → interfaces-cc5b177f.js} +0 -0
  408. /package/dist/ripple/{p-COwzv5zO.js → p-2732bddd.js} +0 -0
  409. /package/dist/ripple/{p-ClUp3GkF.system.js → p-42fa7a77.system.js} +0 -0
  410. /package/dist/ripple/{p-YWpyar7R.system.js → p-50ea2036.system.js} +0 -0
@@ -1,4 +1,11 @@
1
1
  export class ProgressSlice {
2
+ constructor() {
3
+ this.legend = undefined;
4
+ this.amount = undefined;
5
+ this.popoverTitle = undefined;
6
+ this.popoverText = undefined;
7
+ this.popoverButtonText = undefined;
8
+ }
2
9
  componentDidUpdate() {
3
10
  this.wmProgressSliceUpdated.emit();
4
11
  }
@@ -8,7 +15,6 @@ export class ProgressSlice {
8
15
  return {
9
16
  "legend": {
10
17
  "type": "string",
11
- "attribute": "legend",
12
18
  "mutable": false,
13
19
  "complexType": {
14
20
  "original": "string",
@@ -21,13 +27,11 @@ export class ProgressSlice {
21
27
  "tags": [],
22
28
  "text": ""
23
29
  },
24
- "getter": false,
25
- "setter": false,
30
+ "attribute": "legend",
26
31
  "reflect": false
27
32
  },
28
33
  "amount": {
29
34
  "type": "string",
30
- "attribute": "amount",
31
35
  "mutable": false,
32
36
  "complexType": {
33
37
  "original": "string",
@@ -40,13 +44,11 @@ export class ProgressSlice {
40
44
  "tags": [],
41
45
  "text": ""
42
46
  },
43
- "getter": false,
44
- "setter": false,
47
+ "attribute": "amount",
45
48
  "reflect": false
46
49
  },
47
50
  "popoverTitle": {
48
51
  "type": "string",
49
- "attribute": "popover-title",
50
52
  "mutable": false,
51
53
  "complexType": {
52
54
  "original": "string",
@@ -59,13 +61,11 @@ export class ProgressSlice {
59
61
  "tags": [],
60
62
  "text": ""
61
63
  },
62
- "getter": false,
63
- "setter": false,
64
+ "attribute": "popover-title",
64
65
  "reflect": false
65
66
  },
66
67
  "popoverText": {
67
68
  "type": "string",
68
- "attribute": "popover-text",
69
69
  "mutable": false,
70
70
  "complexType": {
71
71
  "original": "string",
@@ -78,13 +78,11 @@ export class ProgressSlice {
78
78
  "tags": [],
79
79
  "text": ""
80
80
  },
81
- "getter": false,
82
- "setter": false,
81
+ "attribute": "popover-text",
83
82
  "reflect": false
84
83
  },
85
84
  "popoverButtonText": {
86
85
  "type": "string",
87
- "attribute": "popover-button-text",
88
86
  "mutable": false,
89
87
  "complexType": {
90
88
  "original": "string",
@@ -97,8 +95,7 @@ export class ProgressSlice {
97
95
  "tags": [],
98
96
  "text": ""
99
97
  },
100
- "getter": false,
101
- "setter": false,
98
+ "attribute": "popover-button-text",
102
99
  "reflect": false
103
100
  }
104
101
  };
@@ -3,9 +3,6 @@ import { intl, dateFind, getMonthLength, makeISO, calendar_months, weekdays } fr
3
3
  export class PrivCalendar {
4
4
  constructor() {
5
5
  this.today = this.dateToISO(new Date());
6
- this.disabled = false;
7
- this.view = "day";
8
- this.focusDate = this.today; // ISO date
9
6
  this.calType = "single";
10
7
  this.calName = "";
11
8
  this.calInstructions = intl.formatMessage({
@@ -166,6 +163,12 @@ export class PrivCalendar {
166
163
  this.handleDateClick(ev.target);
167
164
  }, onMouseOver: () => this.cellHovered.emit(date), "data-month": dateFind.month.asString(date), "data-year": dateFind.year.asString(date), onBlur: (ev) => ev.stopPropagation(), tabIndex: isFocused ? 0 : -1 }, dayOfDate));
168
165
  };
166
+ this.disabled = false;
167
+ this.view = "day";
168
+ this.focusDate = this.today;
169
+ this.startDate = undefined;
170
+ this.endDate = undefined;
171
+ this.hoverDate = undefined;
169
172
  }
170
173
  setCalName() {
171
174
  const cals = this.el.parentElement.querySelectorAll("priv-calendar");
@@ -562,7 +565,6 @@ export class PrivCalendar {
562
565
  return {
563
566
  "disabled": {
564
567
  "type": "boolean",
565
- "attribute": "disabled",
566
568
  "mutable": false,
567
569
  "complexType": {
568
570
  "original": "boolean",
@@ -575,14 +577,12 @@ export class PrivCalendar {
575
577
  "tags": [],
576
578
  "text": ""
577
579
  },
578
- "getter": false,
579
- "setter": false,
580
+ "attribute": "disabled",
580
581
  "reflect": false,
581
582
  "defaultValue": "false"
582
583
  },
583
584
  "view": {
584
585
  "type": "string",
585
- "attribute": "view",
586
586
  "mutable": true,
587
587
  "complexType": {
588
588
  "original": "string",
@@ -595,14 +595,12 @@ export class PrivCalendar {
595
595
  "tags": [],
596
596
  "text": ""
597
597
  },
598
- "getter": false,
599
- "setter": false,
598
+ "attribute": "view",
600
599
  "reflect": false,
601
600
  "defaultValue": "\"day\""
602
601
  },
603
602
  "focusDate": {
604
603
  "type": "string",
605
- "attribute": "focus-date",
606
604
  "mutable": true,
607
605
  "complexType": {
608
606
  "original": "string",
@@ -615,14 +613,12 @@ export class PrivCalendar {
615
613
  "tags": [],
616
614
  "text": ""
617
615
  },
618
- "getter": false,
619
- "setter": false,
616
+ "attribute": "focus-date",
620
617
  "reflect": false,
621
618
  "defaultValue": "this.today"
622
619
  },
623
620
  "startDate": {
624
621
  "type": "string",
625
- "attribute": "start-date",
626
622
  "mutable": false,
627
623
  "complexType": {
628
624
  "original": "string",
@@ -635,13 +631,11 @@ export class PrivCalendar {
635
631
  "tags": [],
636
632
  "text": ""
637
633
  },
638
- "getter": false,
639
- "setter": false,
634
+ "attribute": "start-date",
640
635
  "reflect": false
641
636
  },
642
637
  "endDate": {
643
638
  "type": "string",
644
- "attribute": "end-date",
645
639
  "mutable": false,
646
640
  "complexType": {
647
641
  "original": "string",
@@ -654,13 +648,11 @@ export class PrivCalendar {
654
648
  "tags": [],
655
649
  "text": ""
656
650
  },
657
- "getter": false,
658
- "setter": false,
651
+ "attribute": "end-date",
659
652
  "reflect": false
660
653
  },
661
654
  "hoverDate": {
662
655
  "type": "string",
663
- "attribute": "hover-date",
664
656
  "mutable": false,
665
657
  "complexType": {
666
658
  "original": "string",
@@ -673,8 +665,7 @@ export class PrivCalendar {
673
665
  "tags": [],
674
666
  "text": ""
675
667
  },
676
- "getter": false,
677
- "setter": false,
668
+ "attribute": "hover-date",
678
669
  "reflect": false
679
670
  }
680
671
  };
@@ -2,22 +2,24 @@ import { h, Host, Fragment, } from "@stencil/core";
2
2
  import { intl, dateFind, toBool, handleDisabledAttribute, getContextMeasurements, findParentWithHiddenOverflow, dateToISO, shouldOpenUp, calendar_months, } from "../../global/functions";
3
3
  export class DateRange {
4
4
  constructor() {
5
+ this.openUp = false;
6
+ this.calWidth = 681; // 673 + 8px of room
7
+ this.popupClicked = false;
8
+ this.toggleButtonClicked = false;
9
+ this.formats = { "mm/dd/yyyy": "US", "dd/mm/yyyy": "INT", "yyyy/mm/dd": "ISO" };
5
10
  this.dateFormat = "mm/dd/yyyy";
6
11
  this.disabled = false;
12
+ this.errorMessage = undefined;
7
13
  this.invalidStart = false;
8
14
  this.invalidEnd = false;
9
15
  this.labelStart = "";
10
16
  this.labelEnd = "";
17
+ this.preselected = undefined;
11
18
  this.requiredField = false;
12
- this.valueStart = ""; // in user format (INT, US...)
19
+ this.valueStart = "";
13
20
  this.valueEnd = "";
14
- this.openUp = false;
15
- this.calWidth = 681; // 673 + 8px of room
16
21
  this.availSpace = 0;
17
- this.popupClicked = false;
18
- this.toggleButtonClicked = false;
19
22
  this.isExpanded = false;
20
- this.formats = { "mm/dd/yyyy": "US", "dd/mm/yyyy": "INT", "yyyy/mm/dd": "ISO" };
21
23
  }
22
24
  get _disabled() {
23
25
  // string "false" needs to be treated as bool False because react wrappers convert bool to string.
@@ -473,7 +475,6 @@ export class DateRange {
473
475
  return {
474
476
  "dateFormat": {
475
477
  "type": "string",
476
- "attribute": "date-format",
477
478
  "mutable": false,
478
479
  "complexType": {
479
480
  "original": "string",
@@ -486,14 +487,12 @@ export class DateRange {
486
487
  "tags": [],
487
488
  "text": ""
488
489
  },
489
- "getter": false,
490
- "setter": false,
490
+ "attribute": "date-format",
491
491
  "reflect": false,
492
492
  "defaultValue": "\"mm/dd/yyyy\""
493
493
  },
494
494
  "disabled": {
495
495
  "type": "boolean",
496
- "attribute": "disabled",
497
496
  "mutable": false,
498
497
  "complexType": {
499
498
  "original": "boolean",
@@ -506,14 +505,12 @@ export class DateRange {
506
505
  "tags": [],
507
506
  "text": ""
508
507
  },
509
- "getter": false,
510
- "setter": false,
508
+ "attribute": "disabled",
511
509
  "reflect": false,
512
510
  "defaultValue": "false"
513
511
  },
514
512
  "errorMessage": {
515
513
  "type": "string",
516
- "attribute": "error-message",
517
514
  "mutable": false,
518
515
  "complexType": {
519
516
  "original": "string",
@@ -526,13 +523,11 @@ export class DateRange {
526
523
  "tags": [],
527
524
  "text": ""
528
525
  },
529
- "getter": false,
530
- "setter": false,
526
+ "attribute": "error-message",
531
527
  "reflect": true
532
528
  },
533
529
  "invalidStart": {
534
530
  "type": "boolean",
535
- "attribute": "invalid-start",
536
531
  "mutable": false,
537
532
  "complexType": {
538
533
  "original": "boolean",
@@ -545,14 +540,12 @@ export class DateRange {
545
540
  "tags": [],
546
541
  "text": ""
547
542
  },
548
- "getter": false,
549
- "setter": false,
543
+ "attribute": "invalid-start",
550
544
  "reflect": false,
551
545
  "defaultValue": "false"
552
546
  },
553
547
  "invalidEnd": {
554
548
  "type": "boolean",
555
- "attribute": "invalid-end",
556
549
  "mutable": false,
557
550
  "complexType": {
558
551
  "original": "boolean",
@@ -565,14 +558,12 @@ export class DateRange {
565
558
  "tags": [],
566
559
  "text": ""
567
560
  },
568
- "getter": false,
569
- "setter": false,
561
+ "attribute": "invalid-end",
570
562
  "reflect": false,
571
563
  "defaultValue": "false"
572
564
  },
573
565
  "labelStart": {
574
566
  "type": "string",
575
- "attribute": "label-start",
576
567
  "mutable": false,
577
568
  "complexType": {
578
569
  "original": "string",
@@ -585,14 +576,12 @@ export class DateRange {
585
576
  "tags": [],
586
577
  "text": ""
587
578
  },
588
- "getter": false,
589
- "setter": false,
579
+ "attribute": "label-start",
590
580
  "reflect": false,
591
581
  "defaultValue": "\"\""
592
582
  },
593
583
  "labelEnd": {
594
584
  "type": "string",
595
- "attribute": "label-end",
596
585
  "mutable": false,
597
586
  "complexType": {
598
587
  "original": "string",
@@ -605,14 +594,12 @@ export class DateRange {
605
594
  "tags": [],
606
595
  "text": ""
607
596
  },
608
- "getter": false,
609
- "setter": false,
597
+ "attribute": "label-end",
610
598
  "reflect": false,
611
599
  "defaultValue": "\"\""
612
600
  },
613
601
  "preselected": {
614
602
  "type": "string",
615
- "attribute": "preselected",
616
603
  "mutable": false,
617
604
  "complexType": {
618
605
  "original": "string",
@@ -625,13 +612,11 @@ export class DateRange {
625
612
  "tags": [],
626
613
  "text": ""
627
614
  },
628
- "getter": false,
629
- "setter": false,
615
+ "attribute": "preselected",
630
616
  "reflect": false
631
617
  },
632
618
  "requiredField": {
633
619
  "type": "boolean",
634
- "attribute": "required-field",
635
620
  "mutable": false,
636
621
  "complexType": {
637
622
  "original": "boolean",
@@ -644,14 +629,12 @@ export class DateRange {
644
629
  "tags": [],
645
630
  "text": ""
646
631
  },
647
- "getter": false,
648
- "setter": false,
632
+ "attribute": "required-field",
649
633
  "reflect": false,
650
634
  "defaultValue": "false"
651
635
  },
652
636
  "valueStart": {
653
637
  "type": "string",
654
- "attribute": "value-start",
655
638
  "mutable": true,
656
639
  "complexType": {
657
640
  "original": "string",
@@ -664,14 +647,12 @@ export class DateRange {
664
647
  "tags": [],
665
648
  "text": ""
666
649
  },
667
- "getter": false,
668
- "setter": false,
650
+ "attribute": "value-start",
669
651
  "reflect": false,
670
652
  "defaultValue": "\"\""
671
653
  },
672
654
  "valueEnd": {
673
655
  "type": "string",
674
- "attribute": "value-end",
675
656
  "mutable": true,
676
657
  "complexType": {
677
658
  "original": "string",
@@ -684,8 +665,7 @@ export class DateRange {
684
665
  "tags": [],
685
666
  "text": ""
686
667
  },
687
- "getter": false,
688
- "setter": false,
668
+ "attribute": "value-end",
689
669
  "reflect": false,
690
670
  "defaultValue": "\"\""
691
671
  }
@@ -2,15 +2,17 @@ import { h, Host } from "@stencil/core";
2
2
  import { intl, toBool, handleDisabledAttribute, hasRoomRight, shouldOpenUp, dateToISO } from "../../global/functions";
3
3
  export class DatePicker {
4
4
  constructor() {
5
+ this.openUp = false;
6
+ this.popupClicked = false;
7
+ this.toggleButtonClicked = false;
5
8
  this.value = "";
6
9
  this.disabled = false;
7
10
  this.dateFormat = "mm/dd/yyyy";
11
+ this.errorMessage = undefined;
8
12
  this.labelPosition = "top";
9
13
  this.label = "";
10
14
  this.requiredField = false;
11
- this.openUp = false;
12
- this.popupClicked = false;
13
- this.toggleButtonClicked = false;
15
+ this.preselected = undefined;
14
16
  this.isExpanded = false;
15
17
  }
16
18
  get isDisabled() {
@@ -245,7 +247,6 @@ export class DatePicker {
245
247
  return {
246
248
  "value": {
247
249
  "type": "string",
248
- "attribute": "value",
249
250
  "mutable": true,
250
251
  "complexType": {
251
252
  "original": "string",
@@ -258,14 +259,12 @@ export class DatePicker {
258
259
  "tags": [],
259
260
  "text": ""
260
261
  },
261
- "getter": false,
262
- "setter": false,
262
+ "attribute": "value",
263
263
  "reflect": false,
264
264
  "defaultValue": "\"\""
265
265
  },
266
266
  "disabled": {
267
267
  "type": "boolean",
268
- "attribute": "disabled",
269
268
  "mutable": false,
270
269
  "complexType": {
271
270
  "original": "boolean",
@@ -278,14 +277,12 @@ export class DatePicker {
278
277
  "tags": [],
279
278
  "text": ""
280
279
  },
281
- "getter": false,
282
- "setter": false,
280
+ "attribute": "disabled",
283
281
  "reflect": false,
284
282
  "defaultValue": "false"
285
283
  },
286
284
  "dateFormat": {
287
285
  "type": "string",
288
- "attribute": "date-format",
289
286
  "mutable": false,
290
287
  "complexType": {
291
288
  "original": "string",
@@ -298,14 +295,12 @@ export class DatePicker {
298
295
  "tags": [],
299
296
  "text": ""
300
297
  },
301
- "getter": false,
302
- "setter": false,
298
+ "attribute": "date-format",
303
299
  "reflect": false,
304
300
  "defaultValue": "\"mm/dd/yyyy\""
305
301
  },
306
302
  "errorMessage": {
307
303
  "type": "string",
308
- "attribute": "error-message",
309
304
  "mutable": false,
310
305
  "complexType": {
311
306
  "original": "string",
@@ -318,13 +313,11 @@ export class DatePicker {
318
313
  "tags": [],
319
314
  "text": ""
320
315
  },
321
- "getter": false,
322
- "setter": false,
316
+ "attribute": "error-message",
323
317
  "reflect": true
324
318
  },
325
319
  "labelPosition": {
326
320
  "type": "string",
327
- "attribute": "label-position",
328
321
  "mutable": false,
329
322
  "complexType": {
330
323
  "original": "\"top\" | \"left\" | \"none\"",
@@ -337,14 +330,12 @@ export class DatePicker {
337
330
  "tags": [],
338
331
  "text": ""
339
332
  },
340
- "getter": false,
341
- "setter": false,
333
+ "attribute": "label-position",
342
334
  "reflect": false,
343
335
  "defaultValue": "\"top\""
344
336
  },
345
337
  "label": {
346
338
  "type": "string",
347
- "attribute": "label",
348
339
  "mutable": false,
349
340
  "complexType": {
350
341
  "original": "string",
@@ -357,14 +348,12 @@ export class DatePicker {
357
348
  "tags": [],
358
349
  "text": ""
359
350
  },
360
- "getter": false,
361
- "setter": false,
351
+ "attribute": "label",
362
352
  "reflect": false,
363
353
  "defaultValue": "\"\""
364
354
  },
365
355
  "requiredField": {
366
356
  "type": "boolean",
367
- "attribute": "required-field",
368
357
  "mutable": false,
369
358
  "complexType": {
370
359
  "original": "boolean",
@@ -377,14 +366,12 @@ export class DatePicker {
377
366
  "tags": [],
378
367
  "text": ""
379
368
  },
380
- "getter": false,
381
- "setter": false,
369
+ "attribute": "required-field",
382
370
  "reflect": false,
383
371
  "defaultValue": "false"
384
372
  },
385
373
  "preselected": {
386
374
  "type": "string",
387
- "attribute": "preselected",
388
375
  "mutable": false,
389
376
  "complexType": {
390
377
  "original": "string",
@@ -397,8 +384,7 @@ export class DatePicker {
397
384
  "tags": [],
398
385
  "text": ""
399
386
  },
400
- "getter": false,
401
- "setter": false,
387
+ "attribute": "preselected",
402
388
  "reflect": false
403
389
  }
404
390
  };