smoothly 1.2.1-alpha.48 → 1.2.1-alpha.49

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 (431) hide show
  1. package/dist/cjs/loader.cjs.js +1 -1
  2. package/dist/cjs/{smoothly-app_107.cjs.entry.js → smoothly-app_109.cjs.entry.js} +268 -234
  3. package/dist/cjs/smoothly-app_109.cjs.entry.js.map +1 -0
  4. package/dist/cjs/smoothly-input-checkbox-demo.cjs.entry.js +1 -1
  5. package/dist/cjs/smoothly-trigger-sink.cjs.entry.js +1 -1
  6. package/dist/cjs/smoothly-trigger-source.cjs.entry.js +1 -1
  7. package/dist/cjs/smoothly.cjs.js +1 -1
  8. package/dist/collection/collection-manifest.json +2 -0
  9. package/dist/collection/components/form/demo/pet/index.js +1 -1
  10. package/dist/collection/components/form/demo/pet/index.js.map +1 -1
  11. package/dist/collection/components/form/demo/prices/index.js +1 -1
  12. package/dist/collection/components/form/demo/transparent/index.js +1 -1
  13. package/dist/collection/components/form/demo/typed/index.js +1 -1
  14. package/dist/collection/components/icon/demo/index.js +1 -1
  15. package/dist/collection/components/icon/index.js +1 -1
  16. package/dist/collection/components/input/checkbox/demo/index.js +1 -1
  17. package/dist/collection/components/input/checkbox/index.js +1 -1
  18. package/dist/collection/components/input/clear/index.js +1 -1
  19. package/dist/collection/components/input/color/demo/index.js +1 -1
  20. package/dist/collection/components/input/color/index.js +2 -2
  21. package/dist/collection/components/input/date/index.js +3 -3
  22. package/dist/collection/components/input/date/range/index.js +2 -2
  23. package/dist/collection/components/input/demo/index.js +5 -5
  24. package/dist/collection/components/input/demo/price/index.js +1 -1
  25. package/dist/collection/components/input/demo/standard/index.js +1 -1
  26. package/dist/collection/components/input/edit/index.js +1 -1
  27. package/dist/collection/components/input/file/index.js +1 -1
  28. package/dist/collection/components/input/index.js +2 -2
  29. package/dist/collection/components/input/month/index.js +2 -2
  30. package/dist/collection/components/input/radio/index.js +1 -1
  31. package/dist/collection/components/input/radio/item/index.js +1 -1
  32. package/dist/collection/components/input/range/demo/index.js +1 -1
  33. package/dist/collection/components/input/range/index.js +4 -4
  34. package/dist/collection/components/input/reset/index.js +1 -1
  35. package/dist/collection/components/input/select/index.js +3 -3
  36. package/dist/collection/components/input/submit/index.js +1 -1
  37. package/dist/collection/components/item/index.js +1 -1
  38. package/dist/collection/components/label/index.js +2 -2
  39. package/dist/collection/components/lazy/index.js +1 -1
  40. package/dist/collection/components/load-more/index.js +1 -1
  41. package/dist/collection/components/modal/index.js +1 -1
  42. package/dist/collection/components/next/demo/colspan/index.js +1 -1
  43. package/dist/collection/components/next/demo/fillerRow/filleRowDemo.js +32 -0
  44. package/dist/collection/components/next/demo/fillerRow/filleRowDemo.js.map +1 -0
  45. package/dist/collection/components/next/demo/fillerRow/style.css +9 -0
  46. package/dist/collection/components/next/demo/filtered/index.js +5 -5
  47. package/dist/collection/components/next/demo/group/index.js +1 -1
  48. package/dist/collection/components/next/demo/index.js +1 -1
  49. package/dist/collection/components/next/demo/index.js.map +1 -1
  50. package/dist/collection/components/next/demo/nested/index.js +1 -1
  51. package/dist/collection/components/next/demo/nested/inner/index.js +1 -1
  52. package/dist/collection/components/next/demo/simple/simple.js +1 -1
  53. package/dist/collection/components/next/table/body/index.js +1 -1
  54. package/dist/collection/components/next/table/cell/index.js +1 -1
  55. package/dist/collection/components/next/table/expandable/cell/index.js +1 -1
  56. package/dist/collection/components/next/table/expandable/row/index.js +1 -1
  57. package/dist/collection/components/next/table/fillerRow/index.js +19 -0
  58. package/dist/collection/components/next/table/fillerRow/index.js.map +1 -0
  59. package/dist/collection/components/next/table/fillerRow/style.css +3 -0
  60. package/dist/collection/components/next/table/foot/index.js +1 -1
  61. package/dist/collection/components/next/table/group/index.js +1 -1
  62. package/dist/collection/components/next/table/head/index.js +1 -1
  63. package/dist/collection/components/next/table/index.js +1 -1
  64. package/dist/collection/components/next/table/row/index.js +1 -1
  65. package/dist/collection/components/notification/index.js +1 -1
  66. package/dist/collection/components/notifier/index.js +2 -2
  67. package/dist/collection/components/spinner/index.js +2 -2
  68. package/dist/collection/components/submit/index.js +1 -1
  69. package/dist/collection/components/summary/index.js +1 -1
  70. package/dist/collection/components/table/cell/index.js +1 -1
  71. package/dist/collection/components/table/demo/filtered/index.js +5 -5
  72. package/dist/collection/components/table/demo/index.js +1 -1
  73. package/dist/collection/components/table/demo/testing/index.js +1 -1
  74. package/dist/collection/components/table/expandable/cell/index.js +1 -1
  75. package/dist/collection/components/table/expandable/row/index.js +1 -1
  76. package/dist/collection/components/table/footer/index.js +1 -1
  77. package/dist/collection/components/table/header/index.js +1 -1
  78. package/dist/collection/components/table/index.js +1 -1
  79. package/dist/collection/components/table/row/index.js +1 -1
  80. package/dist/collection/components/tabs/demo/index.js +1 -1
  81. package/dist/collection/components/tabs/index.js +1 -1
  82. package/dist/collection/components/tabs/tab/index.js +1 -1
  83. package/dist/collection/components/theme/color/index.js +1 -1
  84. package/dist/collection/components/theme/demo/index.js +1 -1
  85. package/dist/collection/components/theme/guide/index.js +8 -8
  86. package/dist/collection/components/theme/picker/index.js +2 -2
  87. package/dist/collection/components/toggle/index.js +1 -1
  88. package/dist/collection/components/toggle-switch/demo/index.js +1 -1
  89. package/dist/collection/components/toggle-switch/index.js +1 -1
  90. package/dist/collection/components/trigger/index.js +1 -1
  91. package/dist/collection/components/trigger/sink/index.js +1 -1
  92. package/dist/collection/components/trigger/source/index.js +1 -1
  93. package/dist/components/{p-818a0ebe.js → p-00c5deff.js} +10 -10
  94. package/dist/components/{p-818a0ebe.js.map → p-00c5deff.js.map} +1 -1
  95. package/dist/components/{p-4fcc1ffa.js → p-017323e3.js} +12 -12
  96. package/dist/components/{p-4fcc1ffa.js.map → p-017323e3.js.map} +1 -1
  97. package/dist/components/{p-f64b103b.js → p-0b423141.js} +2 -2
  98. package/dist/components/{p-f64b103b.js.map → p-0b423141.js.map} +1 -1
  99. package/dist/components/{p-90e9aa1f.js → p-0d10cb58.js} +2 -2
  100. package/dist/components/{p-90e9aa1f.js.map → p-0d10cb58.js.map} +1 -1
  101. package/dist/components/{p-971ff797.js → p-0ea6c8fd.js} +23 -23
  102. package/dist/components/{p-971ff797.js.map → p-0ea6c8fd.js.map} +1 -1
  103. package/dist/components/{p-2f737371.js → p-1390a195.js} +20 -20
  104. package/dist/components/{p-2f737371.js.map → p-1390a195.js.map} +1 -1
  105. package/dist/components/{p-7a45faec.js → p-172f7392.js} +3 -3
  106. package/dist/components/{p-7a45faec.js.map → p-172f7392.js.map} +1 -1
  107. package/dist/components/{p-040802e2.js → p-192dca7c.js} +2 -2
  108. package/dist/components/{p-040802e2.js.map → p-192dca7c.js.map} +1 -1
  109. package/dist/components/{p-46e6dd30.js → p-19580a07.js} +2 -2
  110. package/dist/components/{p-46e6dd30.js.map → p-19580a07.js.map} +1 -1
  111. package/dist/components/{p-2b19c666.js → p-1cd836ca.js} +5 -5
  112. package/dist/components/{p-2b19c666.js.map → p-1cd836ca.js.map} +1 -1
  113. package/dist/components/{p-f4b2ed5f.js → p-1d427e55.js} +12 -12
  114. package/dist/components/{p-f4b2ed5f.js.map → p-1d427e55.js.map} +1 -1
  115. package/dist/components/p-1d44d3db.js +45 -0
  116. package/dist/components/p-1d44d3db.js.map +1 -0
  117. package/dist/components/p-1ff539de.js +123 -0
  118. package/dist/components/{p-f91c386e.js.map → p-1ff539de.js.map} +1 -1
  119. package/dist/components/{p-c47769b8.js → p-272d2d5a.js} +4 -4
  120. package/dist/components/{p-c47769b8.js.map → p-272d2d5a.js.map} +1 -1
  121. package/dist/components/{p-2eaee3c4.js → p-2737c300.js} +4 -4
  122. package/dist/components/{p-2eaee3c4.js.map → p-2737c300.js.map} +1 -1
  123. package/dist/components/{p-792cf362.js → p-29a260dd.js} +6 -6
  124. package/dist/components/{p-792cf362.js.map → p-29a260dd.js.map} +1 -1
  125. package/dist/components/{p-a560de93.js → p-2ceb6925.js} +2 -2
  126. package/dist/components/{p-a560de93.js.map → p-2ceb6925.js.map} +1 -1
  127. package/dist/components/p-2d4db101.js +113 -0
  128. package/dist/components/p-2d4db101.js.map +1 -0
  129. package/dist/components/{p-d5980695.js → p-2dba23a5.js} +10 -10
  130. package/dist/components/{p-d5980695.js.map → p-2dba23a5.js.map} +1 -1
  131. package/dist/components/{p-0b3c3d54.js → p-2ed3a16d.js} +36 -36
  132. package/dist/components/{p-0b3c3d54.js.map → p-2ed3a16d.js.map} +1 -1
  133. package/dist/components/{p-bfd34443.js → p-32f089f8.js} +2 -2
  134. package/dist/components/{p-bfd34443.js.map → p-32f089f8.js.map} +1 -1
  135. package/dist/components/{p-ed3722cc.js → p-38489e40.js} +3 -3
  136. package/dist/components/{p-ed3722cc.js.map → p-38489e40.js.map} +1 -1
  137. package/dist/components/{p-405b7f06.js → p-38c3ff20.js} +3 -3
  138. package/dist/components/{p-405b7f06.js.map → p-38c3ff20.js.map} +1 -1
  139. package/dist/components/{p-edcdcc51.js → p-38ce18a1.js} +2 -2
  140. package/dist/components/{p-edcdcc51.js.map → p-38ce18a1.js.map} +1 -1
  141. package/dist/components/{p-cc2c334d.js → p-422f3359.js} +4 -4
  142. package/dist/components/{p-cc2c334d.js.map → p-422f3359.js.map} +1 -1
  143. package/dist/components/{p-92adf709.js → p-448a256b.js} +2 -2
  144. package/dist/components/{p-92adf709.js.map → p-448a256b.js.map} +1 -1
  145. package/dist/components/{p-41d6da47.js → p-45124db6.js} +2 -2
  146. package/dist/components/{p-41d6da47.js.map → p-45124db6.js.map} +1 -1
  147. package/dist/components/{p-97686228.js → p-46d6198c.js} +2 -2
  148. package/dist/components/{p-97686228.js.map → p-46d6198c.js.map} +1 -1
  149. package/dist/components/{p-d0678b5e.js → p-47840b52.js} +19 -19
  150. package/dist/components/{p-d0678b5e.js.map → p-47840b52.js.map} +1 -1
  151. package/dist/components/{p-b3193095.js → p-47d6c43d.js} +6 -6
  152. package/dist/components/{p-b3193095.js.map → p-47d6c43d.js.map} +1 -1
  153. package/dist/components/{p-9d2628e7.js → p-4aad1b00.js} +5 -5
  154. package/dist/components/{p-9d2628e7.js.map → p-4aad1b00.js.map} +1 -1
  155. package/dist/components/{p-22f4742d.js → p-4b05e229.js} +10 -10
  156. package/dist/components/{p-22f4742d.js.map → p-4b05e229.js.map} +1 -1
  157. package/dist/components/{p-6f1d2edf.js → p-4b663489.js} +2 -2
  158. package/dist/components/{p-6f1d2edf.js.map → p-4b663489.js.map} +1 -1
  159. package/dist/components/{p-ebbe611d.js → p-4e8746f6.js} +7 -7
  160. package/dist/components/{p-ebbe611d.js.map → p-4e8746f6.js.map} +1 -1
  161. package/dist/components/{p-19671644.js → p-4f53a0e1.js} +7 -7
  162. package/dist/components/{p-19671644.js.map → p-4f53a0e1.js.map} +1 -1
  163. package/dist/components/{p-dd5d9674.js → p-4f911ef7.js} +3 -3
  164. package/dist/components/{p-dd5d9674.js.map → p-4f911ef7.js.map} +1 -1
  165. package/dist/components/{p-2951a47f.js → p-5501db91.js} +2 -2
  166. package/dist/components/{p-2951a47f.js.map → p-5501db91.js.map} +1 -1
  167. package/dist/components/{p-681bfb09.js → p-562db6b2.js} +2 -2
  168. package/dist/components/{p-681bfb09.js.map → p-562db6b2.js.map} +1 -1
  169. package/dist/components/{p-cd448401.js → p-575b902b.js} +8 -8
  170. package/dist/components/{p-cd448401.js.map → p-575b902b.js.map} +1 -1
  171. package/dist/components/{p-588bab5b.js → p-591e0e42.js} +6 -6
  172. package/dist/components/{p-588bab5b.js.map → p-591e0e42.js.map} +1 -1
  173. package/dist/components/{p-70ab7b2a.js → p-5926af96.js} +8 -8
  174. package/dist/components/{p-70ab7b2a.js.map → p-5926af96.js.map} +1 -1
  175. package/dist/components/{p-78eccb34.js → p-5a89aff9.js} +3 -3
  176. package/dist/components/{p-78eccb34.js.map → p-5a89aff9.js.map} +1 -1
  177. package/dist/components/{p-43651317.js → p-5bcf58c9.js} +3 -3
  178. package/dist/components/{p-43651317.js.map → p-5bcf58c9.js.map} +1 -1
  179. package/dist/components/{p-666206c5.js → p-5d648150.js} +5 -5
  180. package/dist/components/{p-666206c5.js.map → p-5d648150.js.map} +1 -1
  181. package/dist/components/{p-66efcdc0.js → p-5ef8d096.js} +4 -4
  182. package/dist/components/{p-66efcdc0.js.map → p-5ef8d096.js.map} +1 -1
  183. package/dist/components/{p-02796429.js → p-5ffba444.js} +4 -4
  184. package/dist/components/{p-02796429.js.map → p-5ffba444.js.map} +1 -1
  185. package/dist/components/{p-c77944e7.js → p-62c1780b.js} +3 -3
  186. package/dist/components/{p-c77944e7.js.map → p-62c1780b.js.map} +1 -1
  187. package/dist/components/p-63ac6b31.js +241 -0
  188. package/dist/components/{p-606ce249.js.map → p-63ac6b31.js.map} +1 -1
  189. package/dist/components/{p-9d011d36.js → p-67b8cf78.js} +8 -8
  190. package/dist/components/{p-9d011d36.js.map → p-67b8cf78.js.map} +1 -1
  191. package/dist/components/{p-d51e9e17.js → p-6b7f1394.js} +14 -14
  192. package/dist/components/{p-d51e9e17.js.map → p-6b7f1394.js.map} +1 -1
  193. package/dist/components/{p-d13712dc.js → p-6b8fa870.js} +3 -3
  194. package/dist/components/{p-d13712dc.js.map → p-6b8fa870.js.map} +1 -1
  195. package/dist/components/{p-2927f568.js → p-6c326e36.js} +6 -6
  196. package/dist/components/{p-2927f568.js.map → p-6c326e36.js.map} +1 -1
  197. package/dist/components/{p-046dcaa0.js → p-751259e1.js} +7 -7
  198. package/dist/components/{p-046dcaa0.js.map → p-751259e1.js.map} +1 -1
  199. package/dist/components/{p-d532422c.js → p-78e763a5.js} +3 -3
  200. package/dist/components/{p-d532422c.js.map → p-78e763a5.js.map} +1 -1
  201. package/dist/components/{p-4d44c37a.js → p-79ae3224.js} +2 -2
  202. package/dist/components/{p-4d44c37a.js.map → p-79ae3224.js.map} +1 -1
  203. package/dist/components/{p-9397efbf.js → p-7b5cb070.js} +10 -10
  204. package/dist/components/{p-9397efbf.js.map → p-7b5cb070.js.map} +1 -1
  205. package/dist/components/{p-db26eba4.js → p-7c727d4f.js} +7 -7
  206. package/dist/components/{p-db26eba4.js.map → p-7c727d4f.js.map} +1 -1
  207. package/dist/components/{p-07ed0ebd.js → p-7d208e60.js} +2 -2
  208. package/dist/components/{p-07ed0ebd.js.map → p-7d208e60.js.map} +1 -1
  209. package/dist/components/{p-969f9875.js → p-7e8da083.js} +2 -2
  210. package/dist/components/{p-969f9875.js.map → p-7e8da083.js.map} +1 -1
  211. package/dist/components/{p-a38dbdc4.js → p-835d7c93.js} +9 -9
  212. package/dist/components/{p-a38dbdc4.js.map → p-835d7c93.js.map} +1 -1
  213. package/dist/components/{p-515ab07d.js → p-864278eb.js} +4 -4
  214. package/dist/components/{p-515ab07d.js.map → p-864278eb.js.map} +1 -1
  215. package/dist/components/{p-edc7e53a.js → p-8e13449b.js} +2 -2
  216. package/dist/components/{p-edc7e53a.js.map → p-8e13449b.js.map} +1 -1
  217. package/dist/components/{p-4922697f.js → p-8e748704.js} +2 -2
  218. package/dist/components/{p-4922697f.js.map → p-8e748704.js.map} +1 -1
  219. package/dist/components/{p-1cebb9b6.js → p-93ece2c4.js} +24 -24
  220. package/dist/components/p-93ece2c4.js.map +1 -0
  221. package/dist/components/{p-4854855c.js → p-952205c2.js} +3 -3
  222. package/dist/components/{p-4854855c.js.map → p-952205c2.js.map} +1 -1
  223. package/dist/components/{p-ab4f6f94.js → p-954dd422.js} +2 -2
  224. package/dist/components/{p-ab4f6f94.js.map → p-954dd422.js.map} +1 -1
  225. package/dist/components/{p-2a79dcdb.js → p-97e2d2d1.js} +3 -3
  226. package/dist/components/{p-2a79dcdb.js.map → p-97e2d2d1.js.map} +1 -1
  227. package/dist/components/p-9a07b79f.js +207 -0
  228. package/dist/components/{p-69071ce8.js.map → p-9a07b79f.js.map} +1 -1
  229. package/dist/components/{p-c446b8ad.js → p-9caf65ff.js} +11 -11
  230. package/dist/components/{p-c446b8ad.js.map → p-9caf65ff.js.map} +1 -1
  231. package/dist/components/{p-78fd29c9.js → p-b1e386db.js} +3 -3
  232. package/dist/components/{p-78fd29c9.js.map → p-b1e386db.js.map} +1 -1
  233. package/dist/components/{p-08159d78.js → p-b2e18b02.js} +2 -2
  234. package/dist/components/{p-08159d78.js.map → p-b2e18b02.js.map} +1 -1
  235. package/dist/components/{p-4625dac5.js → p-b789d768.js} +4 -4
  236. package/dist/components/{p-4625dac5.js.map → p-b789d768.js.map} +1 -1
  237. package/dist/components/{p-3e30f0e3.js → p-b8c18e44.js} +2 -2
  238. package/dist/components/{p-3e30f0e3.js.map → p-b8c18e44.js.map} +1 -1
  239. package/dist/components/{p-550a71dc.js → p-b93f6336.js} +2 -2
  240. package/dist/components/{p-550a71dc.js.map → p-b93f6336.js.map} +1 -1
  241. package/dist/components/{p-ddf9d2aa.js → p-bad6a2f9.js} +4 -4
  242. package/dist/components/{p-ddf9d2aa.js.map → p-bad6a2f9.js.map} +1 -1
  243. package/dist/components/p-bdbac42a.js +45 -0
  244. package/dist/components/{p-c311a65d.js.map → p-bdbac42a.js.map} +1 -1
  245. package/dist/components/{p-25a43fb2.js → p-beb71121.js} +75 -63
  246. package/dist/components/p-beb71121.js.map +1 -0
  247. package/dist/components/{p-04e1a322.js → p-beb87a00.js} +2 -2
  248. package/dist/components/{p-04e1a322.js.map → p-beb87a00.js.map} +1 -1
  249. package/dist/components/{p-ae5eb701.js → p-bf57d733.js} +2 -2
  250. package/dist/components/{p-ae5eb701.js.map → p-bf57d733.js.map} +1 -1
  251. package/dist/components/{p-b3a66468.js → p-c0796b72.js} +3 -3
  252. package/dist/components/{p-b3a66468.js.map → p-c0796b72.js.map} +1 -1
  253. package/dist/components/{p-bbb43abd.js → p-c090ac4b.js} +2 -2
  254. package/dist/components/{p-bbb43abd.js.map → p-c090ac4b.js.map} +1 -1
  255. package/dist/components/{p-9741bfb4.js → p-d03c5e1c.js} +14 -14
  256. package/dist/components/{p-9741bfb4.js.map → p-d03c5e1c.js.map} +1 -1
  257. package/dist/components/{p-282a351d.js → p-d2c600c0.js} +4 -4
  258. package/dist/components/{p-282a351d.js.map → p-d2c600c0.js.map} +1 -1
  259. package/dist/components/{p-72b742f3.js → p-d51abfe0.js} +2 -2
  260. package/dist/components/{p-72b742f3.js.map → p-d51abfe0.js.map} +1 -1
  261. package/dist/components/{p-75de9c9a.js → p-d8318156.js} +4 -4
  262. package/dist/components/{p-75de9c9a.js.map → p-d8318156.js.map} +1 -1
  263. package/dist/components/{p-23e216a7.js → p-dcb5daf0.js} +7 -7
  264. package/dist/components/{p-23e216a7.js.map → p-dcb5daf0.js.map} +1 -1
  265. package/dist/components/{p-08d0d254.js → p-de7367c4.js} +2 -2
  266. package/dist/components/{p-08d0d254.js.map → p-de7367c4.js.map} +1 -1
  267. package/dist/components/{p-a9ea4176.js → p-df7644f9.js} +12 -12
  268. package/dist/components/{p-a9ea4176.js.map → p-df7644f9.js.map} +1 -1
  269. package/dist/components/{p-82080d82.js → p-e25d0a4a.js} +6 -6
  270. package/dist/components/{p-82080d82.js.map → p-e25d0a4a.js.map} +1 -1
  271. package/dist/components/{p-b75701e7.js → p-e93c2ce9.js} +9 -9
  272. package/dist/components/{p-b75701e7.js.map → p-e93c2ce9.js.map} +1 -1
  273. package/dist/components/{p-1b7eaa3c.js → p-e94f2ce5.js} +15 -15
  274. package/dist/components/{p-1b7eaa3c.js.map → p-e94f2ce5.js.map} +1 -1
  275. package/dist/components/{p-9b18f789.js → p-e98f0d21.js} +3 -3
  276. package/dist/components/{p-9b18f789.js.map → p-e98f0d21.js.map} +1 -1
  277. package/dist/components/{p-72ea39be.js → p-ea039b1e.js} +23 -23
  278. package/dist/components/{p-72ea39be.js.map → p-ea039b1e.js.map} +1 -1
  279. package/dist/components/{p-03f8f866.js → p-ee41db2f.js} +6 -6
  280. package/dist/components/{p-03f8f866.js.map → p-ee41db2f.js.map} +1 -1
  281. package/dist/components/{p-2d9134f1.js → p-ee8027c8.js} +9 -9
  282. package/dist/components/{p-2d9134f1.js.map → p-ee8027c8.js.map} +1 -1
  283. package/dist/components/{p-00307e9c.js → p-f92cf8e8.js} +10 -10
  284. package/dist/components/{p-00307e9c.js.map → p-f92cf8e8.js.map} +1 -1
  285. package/dist/components/{p-725308f2.js → p-f9cb46a5.js} +2 -2
  286. package/dist/components/{p-725308f2.js.map → p-f9cb46a5.js.map} +1 -1
  287. package/dist/components/{p-fb5105d9.js → p-fa59c097.js} +8 -8
  288. package/dist/components/{p-fb5105d9.js.map → p-fa59c097.js.map} +1 -1
  289. package/dist/components/{p-c39541c7.js → p-fc02cd6e.js} +4 -4
  290. package/dist/components/{p-c39541c7.js.map → p-fc02cd6e.js.map} +1 -1
  291. package/dist/components/smoothly-app-demo.js +191 -179
  292. package/dist/components/smoothly-app-demo.js.map +1 -1
  293. package/dist/components/smoothly-app-room.js +1 -1
  294. package/dist/components/smoothly-app.js +1 -1
  295. package/dist/components/smoothly-back-to-top.js +1 -1
  296. package/dist/components/smoothly-burger.js +1 -1
  297. package/dist/components/smoothly-button-confirm.js +1 -1
  298. package/dist/components/smoothly-button-demo.js +1 -1
  299. package/dist/components/smoothly-calendar.js +1 -1
  300. package/dist/components/smoothly-checkbox.js +1 -1
  301. package/dist/components/smoothly-dialog-demo.js +1 -1
  302. package/dist/components/smoothly-dialog.js +1 -1
  303. package/dist/components/smoothly-display-demo.js +1 -1
  304. package/dist/components/smoothly-filter-field.js +1 -1
  305. package/dist/components/smoothly-filter-input.js +1 -1
  306. package/dist/components/smoothly-filter-select.js +1 -1
  307. package/dist/components/smoothly-filter-toggle.js +1 -1
  308. package/dist/components/smoothly-filter.js +1 -1
  309. package/dist/components/smoothly-form-demo-all.js +1 -1
  310. package/dist/components/smoothly-form-demo-card.js +1 -1
  311. package/dist/components/smoothly-form-demo-controlled.js +1 -1
  312. package/dist/components/smoothly-form-demo-date-range.js +1 -1
  313. package/dist/components/smoothly-form-demo-date.js +1 -1
  314. package/dist/components/smoothly-form-demo-login.js +1 -1
  315. package/dist/components/smoothly-form-demo-pet.js +1 -1
  316. package/dist/components/smoothly-form-demo-prices.js +1 -1
  317. package/dist/components/smoothly-form-demo-transparent.js +1 -1
  318. package/dist/components/smoothly-form-demo-typed.js +1 -1
  319. package/dist/components/smoothly-form-demo.js +1 -1
  320. package/dist/components/smoothly-form.js +1 -1
  321. package/dist/components/smoothly-icon-demo.js +1 -1
  322. package/dist/components/smoothly-icon.js +1 -1
  323. package/dist/components/smoothly-input-checkbox-demo.js +23 -23
  324. package/dist/components/smoothly-input-checkbox.js +1 -1
  325. package/dist/components/smoothly-input-clear.js +1 -1
  326. package/dist/components/smoothly-input-color-demo.js +1 -1
  327. package/dist/components/smoothly-input-color.js +1 -1
  328. package/dist/components/smoothly-input-date-range.js +1 -1
  329. package/dist/components/smoothly-input-date.js +1 -1
  330. package/dist/components/smoothly-input-demo-standard.js +1 -1
  331. package/dist/components/smoothly-input-demo.js +1 -1
  332. package/dist/components/smoothly-input-edit.js +1 -1
  333. package/dist/components/smoothly-input-file.js +1 -1
  334. package/dist/components/smoothly-input-month.js +1 -1
  335. package/dist/components/smoothly-input-price-demo.js +1 -1
  336. package/dist/components/smoothly-input-radio-item.js +1 -1
  337. package/dist/components/smoothly-input-radio.js +1 -1
  338. package/dist/components/smoothly-input-range-demo.js +1 -1
  339. package/dist/components/smoothly-input-range.js +1 -1
  340. package/dist/components/smoothly-input-reset.js +1 -1
  341. package/dist/components/smoothly-input-select.js +1 -1
  342. package/dist/components/smoothly-input-submit.js +1 -1
  343. package/dist/components/smoothly-input.js +1 -1
  344. package/dist/components/smoothly-item.js +1 -1
  345. package/dist/components/smoothly-label.js +1 -1
  346. package/dist/components/smoothly-lazy.js +1 -1
  347. package/dist/components/smoothly-load-more.js +1 -1
  348. package/dist/components/smoothly-modal.js +1 -1
  349. package/dist/components/smoothly-next-demo-colspan.js +1 -1
  350. package/dist/components/smoothly-next-demo-filler-row-demo.d.ts +11 -0
  351. package/dist/components/smoothly-next-demo-filler-row-demo.js +8 -0
  352. package/dist/components/smoothly-next-demo-filler-row-demo.js.map +1 -0
  353. package/dist/components/smoothly-next-demo-group.js +1 -1
  354. package/dist/components/smoothly-next-demo-nested-inner.js +1 -1
  355. package/dist/components/smoothly-next-demo-nested.js +1 -1
  356. package/dist/components/smoothly-next-demo-simple.js +1 -1
  357. package/dist/components/smoothly-next-demo.js +1 -1
  358. package/dist/components/smoothly-next-table-body.js +1 -1
  359. package/dist/components/smoothly-next-table-cell.js +1 -1
  360. package/dist/components/smoothly-next-table-demo-filtered.js +1 -1
  361. package/dist/components/smoothly-next-table-expandable-cell.js +1 -1
  362. package/dist/components/smoothly-next-table-expandable-row.js +1 -1
  363. package/dist/components/smoothly-next-table-filler-row.d.ts +11 -0
  364. package/dist/components/smoothly-next-table-filler-row.js +8 -0
  365. package/dist/components/smoothly-next-table-filler-row.js.map +1 -0
  366. package/dist/components/smoothly-next-table-foot.js +1 -1
  367. package/dist/components/smoothly-next-table-head.js +1 -1
  368. package/dist/components/smoothly-next-table-row-group.js +1 -1
  369. package/dist/components/smoothly-next-table-row.js +1 -1
  370. package/dist/components/smoothly-next-table.js +1 -1
  371. package/dist/components/smoothly-notification.js +1 -1
  372. package/dist/components/smoothly-notifier.js +1 -1
  373. package/dist/components/smoothly-spinner.js +1 -1
  374. package/dist/components/smoothly-submit.js +1 -1
  375. package/dist/components/smoothly-summary.js +1 -1
  376. package/dist/components/smoothly-tab.js +1 -1
  377. package/dist/components/smoothly-table-cell.js +1 -1
  378. package/dist/components/smoothly-table-demo-filtered.js +1 -1
  379. package/dist/components/smoothly-table-demo.js +1 -1
  380. package/dist/components/smoothly-table-expandable-cell.js +1 -1
  381. package/dist/components/smoothly-table-expandable-row.js +1 -1
  382. package/dist/components/smoothly-table-footer.js +1 -1
  383. package/dist/components/smoothly-table-header.js +1 -1
  384. package/dist/components/smoothly-table-row.js +1 -1
  385. package/dist/components/smoothly-table-testing.js +1 -1
  386. package/dist/components/smoothly-table.js +1 -1
  387. package/dist/components/smoothly-tabs-demo.js +1 -1
  388. package/dist/components/smoothly-tabs.js +1 -1
  389. package/dist/components/smoothly-theme-color.js +1 -1
  390. package/dist/components/smoothly-theme-colors.js +1 -1
  391. package/dist/components/smoothly-theme-demo.js +1 -1
  392. package/dist/components/smoothly-theme-guide.js +1 -1
  393. package/dist/components/smoothly-theme-picker.js +1 -1
  394. package/dist/components/smoothly-toggle-switch-demo.js +1 -1
  395. package/dist/components/smoothly-toggle-switch.js +1 -1
  396. package/dist/components/smoothly-toggle.js +1 -1
  397. package/dist/components/smoothly-trigger-sink.js +1 -1
  398. package/dist/components/smoothly-trigger-source.js +1 -1
  399. package/dist/components/smoothly-trigger.js +1 -1
  400. package/dist/esm/loader.js +1 -1
  401. package/dist/esm/{smoothly-app_107.entry.js → smoothly-app_109.entry.js} +267 -235
  402. package/dist/esm/smoothly-app_109.entry.js.map +1 -0
  403. package/dist/esm/smoothly-input-checkbox-demo.entry.js +1 -1
  404. package/dist/esm/smoothly-trigger-sink.entry.js +1 -1
  405. package/dist/esm/smoothly-trigger-source.entry.js +1 -1
  406. package/dist/esm/smoothly.js +1 -1
  407. package/dist/smoothly/p-01a28324.entry.js +2 -0
  408. package/dist/smoothly/p-01a28324.entry.js.map +1 -0
  409. package/dist/smoothly/{p-651dcac2.entry.js → p-6a5409cf.entry.js} +2 -2
  410. package/dist/smoothly/{p-9f631b35.entry.js → p-7afb0711.entry.js} +2 -2
  411. package/dist/smoothly/p-8fa9500d.entry.js +2 -0
  412. package/dist/smoothly/smoothly.esm.js +1 -1
  413. package/dist/smoothly/smoothly.esm.js.map +1 -1
  414. package/dist/types/components/next/demo/fillerRow/filleRowDemo.d.ts +13 -0
  415. package/dist/types/components/next/table/fillerRow/index.d.ts +4 -0
  416. package/dist/types/components.d.ts +26 -0
  417. package/package.json +1 -1
  418. package/dist/cjs/smoothly-app_107.cjs.entry.js.map +0 -1
  419. package/dist/components/p-1cebb9b6.js.map +0 -1
  420. package/dist/components/p-25a43fb2.js.map +0 -1
  421. package/dist/components/p-606ce249.js +0 -241
  422. package/dist/components/p-69071ce8.js +0 -207
  423. package/dist/components/p-c311a65d.js +0 -45
  424. package/dist/components/p-f91c386e.js +0 -123
  425. package/dist/esm/smoothly-app_107.entry.js.map +0 -1
  426. package/dist/smoothly/p-22f843be.entry.js +0 -2
  427. package/dist/smoothly/p-8cc47619.entry.js +0 -2
  428. package/dist/smoothly/p-8cc47619.entry.js.map +0 -1
  429. /package/dist/smoothly/{p-651dcac2.entry.js.map → p-6a5409cf.entry.js.map} +0 -0
  430. /package/dist/smoothly/{p-9f631b35.entry.js.map → p-7afb0711.entry.js.map} +0 -0
  431. /package/dist/smoothly/{p-22f843be.entry.js.map → p-8fa9500d.entry.js.map} +0 -0
@@ -5,7 +5,7 @@ export class SmoothlyTableTesting {
5
5
  this.counter = 0;
6
6
  }
7
7
  render() {
8
- return (h(Host, { key: '19325eb2444ed608c0e080d3fa2d05632d5b01d5' }, h("smoothly-table", { key: '84b5fc3a45ac4f5fe56deb66edbfe381b72dc905', color: "dark" }, h("smoothly-table-row", { key: '389c265a2ee60633f7967170922d1092f90c4e24' }, h("smoothly-table-header", { key: '4d7ea68b2fe5216e1cfb64ba8bf6f8869c0416df' }, "Type"), h("smoothly-table-header", { key: '9c85bb77bf35c744f4f22943616c1ca041fb4341' }, "Name"), h("smoothly-table-header", { key: '111bafb16e97d7e21f3672b0eab58d00d46f1e09' }, "Age")), data.map(animal => (h("smoothly-table-expandable-row", null, h("smoothly-table-cell", null, animal.type), h("smoothly-table-cell", null, animal.name), h("smoothly-table-cell", null, animal.age), h("smoothly-form", { slot: "detail", onSmoothlyFormSubmit: () => this.counter++, looks: "line" }, h("smoothly-input", { value: animal.type }, "Type"), h("smoothly-input", { value: animal.name }, "Name"), h("smoothly-input", null, animal.age), h("smoothly-submit", { slot: "submit" }, "Submit!"))))), data.map(animal => (h("smoothly-table-row", null, h("smoothly-table-cell", null, animal.type), h("smoothly-table-expandable-cell", null, animal.name, h("smoothly-form", { slot: "detail", onSmoothlyFormSubmit: () => this.counter++, looks: "line" }, h("smoothly-input", { value: animal.name }, "Name"), h("smoothly-submit", { slot: "submit" }, "Submit!"))), h("smoothly-table-expandable-cell", null, animal.age, h("smoothly-form", { slot: "detail", onSmoothlyFormSubmit: () => this.counter++, looks: "line" }, h("smoothly-input", { value: animal.type }, "Type"), h("smoothly-input", { value: animal.name }, "Name"), h("smoothly-input", null, animal.age), h("smoothly-submit", { slot: "submit" }, "Submit!")))))), h("smoothly-table-footer", { key: '5c635161e1051765ca304cde3b91ed2c235bb773' }, h("td", { key: '12728755d5bd9d560ed68f1cd5a7452f0b8a55af', colSpan: 2 }, h("div", { key: '1f160cf8459caaca8511c1ad7b1fb6244f11908c', class: "footer" }, "Currently viewing content from:", h("smoothly-display", { key: '0b5d373d788d1d6e05ebb5ea9f5ef9038219cf4f', type: "date", value: "2023-10-12" }))), h("smoothly-table-header", { key: 'a1d3f62994b9c015c7fddff0208c88339d25f4f6' }, "Total age: " + data.reduce((r, a) => r + a.age, 0))))));
8
+ return (h(Host, { key: 'd3b16518ab101658dbe4735463079da729849dca' }, h("smoothly-table", { key: 'da39552f4c905f1336eb83b257759e76f0673650', color: "dark" }, h("smoothly-table-row", { key: '529154f440ac887b81890460ac2eabef8e9c6f3e' }, h("smoothly-table-header", { key: 'dd4d3f80169ec1449435ff706400404ca6079e4a' }, "Type"), h("smoothly-table-header", { key: '690683f0d2979eceb25e6e01567eebc605d1a365' }, "Name"), h("smoothly-table-header", { key: '20d8e456c99c639110a20b926d6e8e34d3ab292f' }, "Age")), data.map(animal => (h("smoothly-table-expandable-row", null, h("smoothly-table-cell", null, animal.type), h("smoothly-table-cell", null, animal.name), h("smoothly-table-cell", null, animal.age), h("smoothly-form", { slot: "detail", onSmoothlyFormSubmit: () => this.counter++, looks: "line" }, h("smoothly-input", { value: animal.type }, "Type"), h("smoothly-input", { value: animal.name }, "Name"), h("smoothly-input", null, animal.age), h("smoothly-submit", { slot: "submit" }, "Submit!"))))), data.map(animal => (h("smoothly-table-row", null, h("smoothly-table-cell", null, animal.type), h("smoothly-table-expandable-cell", null, animal.name, h("smoothly-form", { slot: "detail", onSmoothlyFormSubmit: () => this.counter++, looks: "line" }, h("smoothly-input", { value: animal.name }, "Name"), h("smoothly-submit", { slot: "submit" }, "Submit!"))), h("smoothly-table-expandable-cell", null, animal.age, h("smoothly-form", { slot: "detail", onSmoothlyFormSubmit: () => this.counter++, looks: "line" }, h("smoothly-input", { value: animal.type }, "Type"), h("smoothly-input", { value: animal.name }, "Name"), h("smoothly-input", null, animal.age), h("smoothly-submit", { slot: "submit" }, "Submit!")))))), h("smoothly-table-footer", { key: '3ca1cb2b675c155bf437ee324971fa658496515b' }, h("td", { key: 'a459d5a674c2279123ecefb75d4b4127a3446501', colSpan: 2 }, h("div", { key: '15b23a1a7e89a8ca6f012d7b61cc9661200a527b', class: "footer" }, "Currently viewing content from:", h("smoothly-display", { key: 'ae7a201456fbc2e88d32bd2f09456ffcd4c425c5', type: "date", value: "2023-10-12" }))), h("smoothly-table-header", { key: 'b7b385235081a5497c32e1e774ce2de9006214ae' }, "Total age: " + data.reduce((r, a) => r + a.age, 0))))));
9
9
  }
10
10
  static get is() { return "smoothly-table-testing"; }
11
11
  static get encapsulation() { return "scoped"; }
@@ -36,7 +36,7 @@ export class TableExpandableCell {
36
36
  event.detail(this.element);
37
37
  }
38
38
  render() {
39
- return (h(Host, { key: 'c18073e79ed648b097932f65afc57b1a086d2aef' }, h("div", { key: '7b1ca3f50b8c2c1e2ccd009188a883d606f8f89d' }, h("smoothly-icon", { key: '38e25d23939f163e58e61541d5456d30842fc237', name: "caret-forward-outline" }), h("slot", { key: '6a6854a144d228579fd929a6454778e70c54a48b' })), h("tr", { key: '76832340657756d93f8257c7089ff4ec7a0c5b56', class: { spotlight: this.spotlight }, ref: e => (this.expansionElement = e) }, h("td", { key: 'e786ee682b26589bf7d66ef358f042111eb63749', colSpan: 999 }, h("slot", { key: 'fc7df9a42bd8b719fe1c486cd0d47e730401b195', name: "detail" })))));
39
+ return (h(Host, { key: '3b96c6446f7d105c4c0b8f065f15449b31dabe61' }, h("div", { key: 'f6a50207742b41f744483e78b2ca18c32c4aea26' }, h("smoothly-icon", { key: 'f2e9faed7478803a4b97f7ce683071bfb0549132', name: "caret-forward-outline" }), h("slot", { key: '6c85d60723c8e7ee001a106af8b4424ba5e2de7e' })), h("tr", { key: '82f521f234d8e0104dc3bae445d33709cea74fa4', class: { spotlight: this.spotlight }, ref: e => (this.expansionElement = e) }, h("td", { key: '0ea5e9db2e4bbbf326bf7b02e23e933d84b660a7', colSpan: 999 }, h("slot", { key: 'fcdf1464b3c2f53e9c501025f2b777ed59b16bb4', name: "detail" })))));
40
40
  }
41
41
  static get is() { return "smoothly-table-expandable-cell"; }
42
42
  static get encapsulation() { return "scoped"; }
@@ -18,7 +18,7 @@ export class TableExpandableRow {
18
18
  event.detail(this.element);
19
19
  }
20
20
  render() {
21
- return (h(Host, { key: '362c94fec5a6a946fa4cd3bbb0a7f1cd4b90de30' }, h("div", { key: '3f52cfe9f9bd4f40644473372b9917942659405a', onClick: () => (this.open = !this.open) }, h("slot", { key: 'a9973318d66636bc402e25cfb41233f278169aab' })), h("tr", { key: '580cfcc88440342a6705e87a95218d662303bed2', class: { spotlight: this.spotlight } }, h("td", { key: '833beb04554be089cc7b963287c5853216d8d90b', colSpan: 999 }, h("slot", { key: '0a5baffcc73ef8a859235ea3796c81f40fdded8d', name: "detail" })))));
21
+ return (h(Host, { key: 'eb8d4b386b9003a6e65569fcbaebabee362cdf48' }, h("div", { key: 'b1c21f3fc20b5c3882d5cac9addb169395b7abb7', onClick: () => (this.open = !this.open) }, h("slot", { key: 'a269c4c71341658ceba5249a7f3d4c50b3e661da' })), h("tr", { key: 'ba537bfcbe717e2e9766ed1e571925823050402d', class: { spotlight: this.spotlight } }, h("td", { key: '06869691410b558ec8998ee70e96cb37dcc2d327', colSpan: 999 }, h("slot", { key: 'f5008f4026d9898df1d0b8f8029a07e0e263a680', name: "detail" })))));
22
22
  }
23
23
  static get is() { return "smoothly-table-expandable-row"; }
24
24
  static get encapsulation() { return "scoped"; }
@@ -1,7 +1,7 @@
1
1
  import { h } from "@stencil/core";
2
2
  export class TableFooter {
3
3
  render() {
4
- return h("slot", { key: '01a691843d07bc7434c9ffa2d86767ca3e45fa18' });
4
+ return h("slot", { key: '575481a8396873d1b466d2efebac37ef653f8286' });
5
5
  }
6
6
  static get is() { return "smoothly-table-footer"; }
7
7
  static get encapsulation() { return "scoped"; }
@@ -4,7 +4,7 @@ export class TableHeader {
4
4
  this.name = undefined;
5
5
  }
6
6
  render() {
7
- return (h(Host, { key: 'fb355436a7e5cdbc99236125054ea66721d6bda4' }, h("slot", { key: '1ca0bc6b9058546578507cbd73f96c6aa306fb8f' })));
7
+ return (h(Host, { key: 'b50b7037457c17fef20cac801dbc64dfec762c7c' }, h("slot", { key: '0b62231fd6e44c40634a397b1c859a8c692a3487' })));
8
8
  }
9
9
  static get is() { return "smoothly-table-header"; }
10
10
  static get encapsulation() { return "scoped"; }
@@ -35,7 +35,7 @@ export class Table {
35
35
  event.stopPropagation();
36
36
  }
37
37
  render() {
38
- return [h("slot", { key: 'f820bba496a87eec4d3a16f455493511aafe9bfc' })];
38
+ return [h("slot", { key: '265b3acc3c6bd631813f524ed66f60a155031364' })];
39
39
  }
40
40
  static get is() { return "smoothly-table"; }
41
41
  static get encapsulation() { return "scoped"; }
@@ -20,7 +20,7 @@ export class TableRow {
20
20
  (_a = this.element) === null || _a === void 0 ? void 0 : _a.after(event.detail);
21
21
  }
22
22
  render() {
23
- return (h("div", { key: '52a85d45e77f78a479c1e314650c38b7b97502e4', ref: e => (this.element = e) }, h("slot", { key: '7438dcbe1986dd6d286cd9c2961d51a34f181c37' })));
23
+ return (h("div", { key: 'd397fd128214f9a53c972cfcf64f6b6ff0e942b4', ref: e => (this.element = e) }, h("slot", { key: 'c5beda6ed3bbc9d418688018101fb9849e777dce' })));
24
24
  }
25
25
  static get is() { return "smoothly-table-row"; }
26
26
  static get encapsulation() { return "scoped"; }
@@ -1,7 +1,7 @@
1
1
  import { h } from "@stencil/core";
2
2
  export class SmoothlyTabsDemo {
3
3
  render() {
4
- return (h("smoothly-tabs", { key: 'bf3e5c01fa0476ec17008f510c3627b12f41907e' }, h("smoothly-tab", { key: '65819b7cabe33f935ff283400dc5f242894a8d1e', label: "test1", open: true }, "Hello world!"), h("smoothly-tab", { key: '77baaf959e4bfe230e5699b8c684c364eb2290e9', label: "test2" }, "this is a test message!"), h("smoothly-tab", { key: '6db948cc03dc3c952e2453b0a98bdac5fbc9e917', label: "test3" }, "this is a test message again!")));
4
+ return (h("smoothly-tabs", { key: 'cd133cd34cd0483b706cbaf0f0f2a322ad49a295' }, h("smoothly-tab", { key: 'd9681e8c15e04b1612f702027e3d89a69f81bb39', label: "test1", open: true }, "Hello world!"), h("smoothly-tab", { key: 'd2520cc70bfb0adc07e0c467c08cb25072b2163d', label: "test2" }, "this is a test message!"), h("smoothly-tab", { key: 'e0566ea72fbc6f78a41f19e3ba2e7814bf21228b', label: "test3" }, "this is a test message again!")));
5
5
  }
6
6
  static get is() { return "smoothly-tabs-demo"; }
7
7
  static get encapsulation() { return "scoped"; }
@@ -21,7 +21,7 @@ export class SmoothlyTabs {
21
21
  old.open = false;
22
22
  }
23
23
  render() {
24
- return (h(Host, { key: '13265df1e5924c455ab8b94b2e1d3942722120c5', style: { "--tabs": `${this.tabs.length}` } }, h("slot", { key: 'ef457b562f8ea6c2d00f52c1049ae644bc0fadba' })));
24
+ return (h(Host, { key: '62320fc166667791415c62201ecf1401858ee49c', style: { "--tabs": `${this.tabs.length}` } }, h("slot", { key: '12f62cda12d9dd8d6a9359fd9248fcd50fe42ff5' })));
25
25
  }
26
26
  static get is() { return "smoothly-tabs"; }
27
27
  static get encapsulation() { return "scoped"; }
@@ -30,7 +30,7 @@ export class SmoothlyTab {
30
30
  }
31
31
  }
32
32
  render() {
33
- return (h(Host, { key: '82fa93a5fd1668ad6920381496b4122b666b23fa' }, h("div", { key: 'def76d857153320a77e9ac5a7d5ac44217abae3a' }, h("label", { key: 'b6d0b9281fa9cdfcd663dcd2168f50d122a21768' }, this.label)), h("div", { key: '7a5eec80d48636333f319b838bf8b309b8436157', hidden: !this.open }, h("slot", { key: '5dc00e63cd6cea0151a4d895195c1c0f9dec733d' }))));
33
+ return (h(Host, { key: 'd9c5ab54349e8aba1eab236e8e274db072c14924' }, h("div", { key: '7fe71ac5dc41adfbdd9af2e7e5b43495262a5890' }, h("label", { key: '4a5db95950b0e2a35d5bee4607808378e2f7548d' }, this.label)), h("div", { key: '6bee7214a5ba12fb50e38d5e7c6585d8890a8930', hidden: !this.open }, h("slot", { key: '731c5480b03f78ea0aaacd6e909dc03347882200' }))));
34
34
  }
35
35
  static get is() { return "smoothly-tab"; }
36
36
  static get encapsulation() { return "scoped"; }
@@ -4,7 +4,7 @@ export class SmoothlyThemeColor {
4
4
  this.color = undefined;
5
5
  }
6
6
  render() {
7
- return (h(Host, { key: 'a7d4302217c958ba525227484df493bc8fa312e5' }, this.color, ["tint", "color", "shade"].map(variant => (h("smoothly-theme-color-variant", { title: `${this.color} ${variant}`, color: this.color, variant: variant })))));
7
+ return (h(Host, { key: '208366285e531c96366b785aae8561351a890de8' }, this.color, ["tint", "color", "shade"].map(variant => (h("smoothly-theme-color-variant", { title: `${this.color} ${variant}`, color: this.color, variant: variant })))));
8
8
  }
9
9
  static get is() { return "smoothly-theme-color"; }
10
10
  static get encapsulation() { return "scoped"; }
@@ -1,7 +1,7 @@
1
1
  import { h, Host } from "@stencil/core";
2
2
  export class SmoothlyThemeDemo {
3
3
  render() {
4
- return (h(Host, { key: '67785f5a8f7b0dfcc05ed3db061b16847f0cf2be' }, h("h2", { key: '010fc56a1a101557b8f6aa2d58e8e0d08f5e9a19' }, "Theme"), h("smoothly-theme-picker", { key: '78859336f91dc966250d92714dd68669f8fea47e' }, h("smoothly-item", { key: '7f7dfdc5179fcfe81129f0d29a057211ef37b7c0', selected: true, value: "assets/style/smoothly.css" }, "Smoothly"), h("smoothly-item", { key: '5200084b7f82c9d2684d8891d2edabd3910c7af8', value: "https://app.issuefab.com/assets/style/index.css" }, "Issuefab"), h("smoothly-item", { key: '842c142cf1c1e22d082ea773ecf68762d33955c4', value: "https://app.proquse.com/assets/style/index.css" }, "Proquse"), h("smoothly-item", { key: '272f4ccd9f2a242ace94b07e49331d89af093c06', value: "https://app.weekmeter.com/assets/style/index.css" }, "Weekmeter"), h("smoothly-item", { key: 'cc4a39a589fc9b763b8f01f528537661929699eb', value: "https://dash.pax2pay.app/p2pdash.css" }, "Pax2Pay Dashboard"), h("smoothly-item", { key: 'dd9058c57fc46878af36f0a6957d7b010bc25f0c', value: "https://ui.pax2pay.app/assets/style/pax2pay.css" }, "Pax2Pay Portal"), h("smoothly-item", { key: 'da173ddd9a73cf8259adf9d5d292d2a799fb5bc9', value: "https://theme.payfunc.com/intergiro/index.css" }, "Intergiro Monitor"), h("smoothly-item", { key: '44dbf248be4a3515834defd174f0dc2bea726f7c', value: "https://theme.payfunc.com/light/index.css" }, "Payfunc Light"), h("smoothly-item", { key: 'c5e345aa503265dd8e8ef9d3c4023493f4c8fc42', value: "https://theme.payfunc.com/dark/index.css" }, "Payfunc Dark")), h("span", { key: 'f3578ff957b2a03ccc96d99b21255edb29c582ba' }, h("smoothly-theme-colors", { key: '5e293d62e394aa20f7e01f9d037cca5ecad36406' }), h("smoothly-theme-guide", { key: '447122ad26e6a3aa2944377e4417cab78c13988e' })), h("smoothly-button", { key: '13a8176fa6057cec8e980e9e327e52c4ebd405b0', type: "link", link: "/redirect" }, "To redirect"), h("smoothly-button", { key: 'c6e60ae0a148040df8880b44697f167d3b2802b9', type: "link", link: "/redirect" }, "To /redirect"), h("smoothly-button", { key: '397c225e488ffd99c0054c18b807b2539f6ad961', type: "link", link: new URL("/redirect", window.location.origin).href }, "To new URL(\"redirect\")"), h("smoothly-button", { key: 'e6651a36be501ac3e862512f83825e27c3b0f364', type: "link", link: "redirect/nested" }, "To redirect nested")));
4
+ return (h(Host, { key: '29375396b871401ba39141f28f8001cd2cb496b0' }, h("h2", { key: 'a0ffeb6f000ffa09949469f94b52811e8bd594a5' }, "Theme"), h("smoothly-theme-picker", { key: 'aa2b128ec1d3d62c9c03090d5a28683fc52d7557' }, h("smoothly-item", { key: '25256010d729cc5c9fff99b0bc7dd6c80bf8396d', selected: true, value: "assets/style/smoothly.css" }, "Smoothly"), h("smoothly-item", { key: '995daf5aef95f969e988f2ddbd8911b42e899635', value: "https://app.issuefab.com/assets/style/index.css" }, "Issuefab"), h("smoothly-item", { key: '8a118da44f57ff4890369f6d79e1451f2938e882', value: "https://app.proquse.com/assets/style/index.css" }, "Proquse"), h("smoothly-item", { key: 'f366910cddcb677e9d8c511968f7ca5e6e203860', value: "https://app.weekmeter.com/assets/style/index.css" }, "Weekmeter"), h("smoothly-item", { key: 'c8656de8c738eb7abd725b563d8a263b7f26a30e', value: "https://dash.pax2pay.app/p2pdash.css" }, "Pax2Pay Dashboard"), h("smoothly-item", { key: 'aa892b290b120acbd3a3e48d08fcfb50f14e9786', value: "https://ui.pax2pay.app/assets/style/pax2pay.css" }, "Pax2Pay Portal"), h("smoothly-item", { key: 'b8966a8e12b9b7d53e1ce39bc4f5fb063a0deacd', value: "https://theme.payfunc.com/intergiro/index.css" }, "Intergiro Monitor"), h("smoothly-item", { key: '2aace80da08fda656c29e142d04e8cc53ff9c4e8', value: "https://theme.payfunc.com/light/index.css" }, "Payfunc Light"), h("smoothly-item", { key: '489f0ad340f2dc34c4f4b48454659ae005877e55', value: "https://theme.payfunc.com/dark/index.css" }, "Payfunc Dark")), h("span", { key: '1165f9cc16486b826c8e10118b4c5fb94bb4fb80' }, h("smoothly-theme-colors", { key: 'd415f70305e96cf4de6b33543d3975077f106180' }), h("smoothly-theme-guide", { key: '937e00bb557776e826c5478c5217059db840c132' })), h("smoothly-button", { key: '701464bcfe23d78c18a428fb98a204f9626aed13', type: "link", link: "/redirect" }, "To redirect"), h("smoothly-button", { key: '25fa1161b22bfe00e22a48d77e7bdcc129e6522f', type: "link", link: "/redirect" }, "To /redirect"), h("smoothly-button", { key: '39c24153ec681bf688875651b53377eb079ea10a', type: "link", link: new URL("/redirect", window.location.origin).href }, "To new URL(\"redirect\")"), h("smoothly-button", { key: '02ac6bfbceb3ea744d002872c3fc02ee0a83bad4', type: "link", link: "redirect/nested" }, "To redirect nested")));
5
5
  }
6
6
  static get is() { return "smoothly-theme-demo"; }
7
7
  static get encapsulation() { return "scoped"; }
@@ -2,14 +2,14 @@ import { h } from "@stencil/core";
2
2
  export class SmoothlyThemeColors {
3
3
  render() {
4
4
  return [
5
- h("smoothly-display", { key: 'd78f620cf75a4531322bf69c0b9edc1ad0760fb0' }, "Tint is used as background to highlight, for example hovering an item in the select menu."),
6
- h("br", { key: '82afe82bdbf31fe782fe2a25a13b1786172ce8d9' }),
7
- h("smoothly-display", { key: '036aec35c1a3707770e0cc858050d7ad3cf80c2b' }, "Color is used as a normal background or as a background to show that something is selected, for example a selected item in the select menu."),
8
- h("br", { key: '6f78be3cf45e8a8a255ee14f8ebfe344f4a2e461' }),
9
- h("smoothly-display", { key: '7169ee0c18d1f5e96e4c8f5c813cb88699f3cf49' }, "Shade is used as border and for symbols in buttons. It works as a semi-low contrast against color and tint."),
10
- h("br", { key: 'c653eb38519794d49abbbc1c50375d624b07fb37' }),
11
- h("smoothly-display", { key: '437ed227e0ad31891c165849373cfbea265d333b' }, "One can use the ", "<smoothly-color>", " component to switch between what color set is used.", " "),
12
- h("br", { key: 'bd99df5526d7a1178779ba7810acdc2fef644924' }),
5
+ h("smoothly-display", { key: '7511b2e23b258c4707e41aee9b19efce33744105' }, "Tint is used as background to highlight, for example hovering an item in the select menu."),
6
+ h("br", { key: 'cc6ea0b8e6b978ca1849529543900230ff269e5a' }),
7
+ h("smoothly-display", { key: 'df1fd9e5cc4e04220aebf139e9d621741af272c3' }, "Color is used as a normal background or as a background to show that something is selected, for example a selected item in the select menu."),
8
+ h("br", { key: 'c517b47f167e9209a0c54778aed1ad543d32e640' }),
9
+ h("smoothly-display", { key: 'd84350be84cd1c85731d0b9ed88473f4b9835b46' }, "Shade is used as border and for symbols in buttons. It works as a semi-low contrast against color and tint."),
10
+ h("br", { key: 'a163fd2bf1accc40cf20ad3e6dcb0454fcffaf7f' }),
11
+ h("smoothly-display", { key: '57ad8b25d3cc74421a6e91e07be9e04f4478ba4b' }, "One can use the ", "<smoothly-color>", " component to switch between what color set is used.", " "),
12
+ h("br", { key: '3fcff61693a7e5ddb6ff81446ad92ccf53de7f97' }),
13
13
  ];
14
14
  }
15
15
  static get is() { return "smoothly-theme-guide"; }
@@ -4,11 +4,11 @@ export class SmoothlyThemePicker {
4
4
  this.element = "smoothly-css";
5
5
  }
6
6
  render() {
7
- return (h(Host, { key: 'a2b3e60ee78f0d719db88d169a6a0acb63de474e' }, h("smoothly-input-select", { key: '41cd3a9dcac297edd67e5e07e5f2fd634c3e021c', name: "theme", looks: "border", onSmoothlyInput: e => {
7
+ return (h(Host, { key: '660d98cf1e0d5b81eda0e776997ecab09ecb1e84' }, h("smoothly-input-select", { key: 'ab18ff0fc073a8c249d3015bfba2062bc3a66b3b', name: "theme", looks: "border", onSmoothlyInput: e => {
8
8
  const element = document.querySelector(`#${this.element}`);
9
9
  if (element instanceof HTMLLinkElement && typeof e.detail.theme == "string")
10
10
  element.href = e.detail.theme;
11
- } }, h("label", { key: '3e1f6a91391bfcb8baf9920e16e185f70a0a2b92', slot: "label" }, "Select theme"), h("slot", { key: 'e0499d19e385e8aa23ad10706b2efcc869efd9f8' }))));
11
+ } }, h("label", { key: '03b7b68be0532dbafc8a656ee9b1527c306d1055', slot: "label" }, "Select theme"), h("slot", { key: '84d94419a984292e533123a42c82dc3daa84260f' }))));
12
12
  }
13
13
  static get is() { return "smoothly-theme-picker"; }
14
14
  static get encapsulation() { return "scoped"; }
@@ -11,7 +11,7 @@ export class SmoothlyToggle {
11
11
  this.selected = !this.selected;
12
12
  }
13
13
  render() {
14
- return (h("button", { key: '1197f56c537ebeac3d65e66f329eab2efe5bd5bd', type: "button" }, h("slot", { key: '9e7d5c1bd176809c47809577281397fdb549c802', name: "icon-slot" }), h("slot", { key: 'cedb75a43b1cdbe42460ac64964b3de48c962181' }, this.name)));
14
+ return (h("button", { key: '21621f5fda23bc3e8f1a36bbef73dae664f014ac', type: "button" }, h("slot", { key: 'e1e403a1da879ce5bcdce2275a7a64dddfaed2d2', name: "icon-slot" }), h("slot", { key: '6bc34cedf541aad130aa23fffc92cbf42bb507c6' }, this.name)));
15
15
  }
16
16
  static get is() { return "smoothly-toggle"; }
17
17
  static get encapsulation() { return "scoped"; }
@@ -1,7 +1,7 @@
1
1
  import { h, Host } from "@stencil/core";
2
2
  export class SmoothlyToggleSwitchDemo {
3
3
  render() {
4
- return (h(Host, { key: 'e4decc2823333a5a791092e8e34a92258d5b808c' }, h("h4", { key: '8f2d3332e00c539d493ab8fd5a5f8f8ee6732715' }, "Toggle switches"), h("div", { key: '6da6533cddf5fc818d2d6aa68427e8cfa1496ede' }, h("p", { key: '766ebc883c9879d0e798309a88c3021f0387c54b' }, "Checkmark"), h("span", { key: '6cafbd95e9157237ad07b78b22ef434f4494987d' }, h("p", { key: '89c96abca44265f7b134a7fc971638d33c3b35cd' }, "Tiny"), h("smoothly-toggle-switch", { key: 'f41097e4819f5f18d68520b50111bf2c3b3303f7', disabled: false, size: "tiny" })), h("span", { key: '2abdefe0c854ddbe984d2cbfa228af0fb1c2be43' }, h("p", { key: '25b22d0ba23a34b2b93f6272abdbd56dcb26f9f6' }, "Small"), h("smoothly-toggle-switch", { key: '3152dc8eb87f3b70383942bfa9571d9c05dbef71', disabled: false, size: "small" })), h("span", { key: '6c49c1476a6145a3699bfaae389d67fa08284d97' }, h("p", { key: 'cdc8a155962f2db1314b4612f69c46f6e10e438e' }, "Standard"), h("smoothly-toggle-switch", { key: '5567ecc1cb679afad70edf324cb9a683e933870b', disabled: false })), h("span", { key: '3651352629c6555d322cfae0433735d813656de3' }, h("p", { key: '4698eba882ff962b05eb5e461e89b4a02abdba6e' }, "Large"), h("smoothly-toggle-switch", { key: 'ef884c9c8644f42d0f8a7c342e3e63026ccb454b', disabled: false, size: "large" })), h("p", { key: '6c4c2cf44cb00a6966456f1eb625ffe7a20ece0f' }, "Colors checkmark"), h("span", { key: '06257fab92ae6fb47da27b1b42a7beb01509ae0e' }, h("p", { key: 'b02c3e1f9a7e4d977743b57711bc1167607c3f73' }, "Danger"), h("smoothly-toggle-switch", { key: '68cf0c6ecaba81cbca33a41d646f90185897f61a', color: "danger", disabled: false, size: "small" })), h("span", { key: '31e12e703bd5b746a3bbb15520aab241cab92df8' }, h("p", { key: '374d0ab72fe29c01a2e1aa0dfea8648eef8df5e2' }, "Primary color"), h("smoothly-toggle-switch", { key: '8d6ee4f423a439c864882d5d1d731de6a4ea2c0a', color: "primary", disabled: false, size: "small" })), h("span", { key: 'ba8c1546ca7bd9f8e2216a54b3fa801bbbf5f0c5' }, h("p", { key: '4da8260d03362b0c42e298e9fa8528a278e6296a' }, "Secondary color"), h("smoothly-toggle-switch", { key: '76e608995b4aff9912fe454e34253e25fe63b33d', color: "secondary", disabled: false, size: "small" })), h("p", { key: 'cf18f647898cbdb270a936fa6c3f09384ec10308' }), h("p", { key: '3baf367e5396e228746af376bf600466adaf699a' }, "Colors no checkmark"), h("span", { key: '82fdd9f4d57c6f1df933681a2585870e8a92f87b' }, h("p", { key: '78e34f4bf07011afee3bf81afa6cc058d5f3cb00' }, "Danger"), h("smoothly-toggle-switch", { key: 'f15d080393f73866d7d83aa49037b14480de0608', checkmark: false, color: "danger", disabled: false, size: "small" })), h("span", { key: '50a556b0630714a435b706cd75aff01da5ac994c' }, h("p", { key: '1a574f415960e5b32928d3123a378a383376250d' }, "Primary color"), h("smoothly-toggle-switch", { key: '77f466f0e5fe38f0cbf46d41ea3d27ec64570cfb', checkmark: false, color: "primary", disabled: false, size: "small" })), h("span", { key: 'b1ee16f7d6bc445afd7054325b5a7ec8edb469cb' }, h("p", { key: 'e1c2eabf3e079467052370dd47101f44daeee106' }, "Secondary color"), h("smoothly-toggle-switch", { key: '96aaa6e9392f03a1843f8ec137d8dcfb1208d85a', checkmark: false, color: "secondary", disabled: false, size: "small" })))));
4
+ return (h(Host, { key: 'f359304926b7ca0d9865f33207e5ba07dcc6d170' }, h("h4", { key: '97a93321680922545d1584b3d53ca1e028fba48c' }, "Toggle switches"), h("div", { key: '0a54b74bfbf9cc3ef5ac1284190cfedb8fe5a21a' }, h("p", { key: '54bdea49c121453ae20a68db4a83a6cabaea691b' }, "Checkmark"), h("span", { key: 'e855c8e16421bb1f47a7571a139afd5f369edd30' }, h("p", { key: '6f817fb1e279b9634c2ab13d81f019c1e36537ea' }, "Tiny"), h("smoothly-toggle-switch", { key: '87d67ef9075ebbc08312fda7fa68157ebcbe67a8', disabled: false, size: "tiny" })), h("span", { key: '4071f37857ff468ac7151d5843a94d32230b5a58' }, h("p", { key: '19d88d533be79ed08d0ffe7da150a67fc4047b33' }, "Small"), h("smoothly-toggle-switch", { key: '1f9297dca055d8e3c3cd5deb71eaa0bd1adf0d92', disabled: false, size: "small" })), h("span", { key: '62cbc8ec527020ae3b6170a0430e0801ae89d857' }, h("p", { key: '4e7414c615173c0d5dd824bef93f8086b5628ac7' }, "Standard"), h("smoothly-toggle-switch", { key: '950aa37af003f8e5223b89c28b43f8b720e5d062', disabled: false })), h("span", { key: '9864274ec9b96eddb0d1535462421c76a287cac9' }, h("p", { key: '8e4c05bfa0e35e35062fbfd49b418c223c22ac2b' }, "Large"), h("smoothly-toggle-switch", { key: '2f2bb9f1ed981f71fd873d3ebfde326b6bee9dd0', disabled: false, size: "large" })), h("p", { key: 'f008041769ff1fe0cee9c94d3ccd515581af0aa9' }, "Colors checkmark"), h("span", { key: '056aef6ff71511e68fe05b2e4f1ac89a8b2abb56' }, h("p", { key: '06594916622dcaa468216bb21aba6b7876bb2b7e' }, "Danger"), h("smoothly-toggle-switch", { key: '528482dfb8c6f4d80a3b25de7ce3848ff7a35317', color: "danger", disabled: false, size: "small" })), h("span", { key: '0671e2888ff6fe62a1decbbbbfedf229fb6a6e5b' }, h("p", { key: '641abc2f9863d586f2c86217879510d162b32f98' }, "Primary color"), h("smoothly-toggle-switch", { key: '7db827e7785e32357913d71958a8bbf192608f8d', color: "primary", disabled: false, size: "small" })), h("span", { key: '384ede24f3a57ca5c3b9bbf6ed20bee224620649' }, h("p", { key: '5257a7131ed3fc79a66ca3456524ee0de5e071e0' }, "Secondary color"), h("smoothly-toggle-switch", { key: 'f93f554a029517a894886c310aa5efa60f3ad0c0', color: "secondary", disabled: false, size: "small" })), h("p", { key: 'c759dd6a6e3e69054db3948b884265f0aa0d4e37' }), h("p", { key: '6a184d8d7a950481aef9dbb80efb0ee9adf44988' }, "Colors no checkmark"), h("span", { key: '8df41f799212e382e48f623a3c2279aa7b7ac70c' }, h("p", { key: '48dd5cc144821092edbbe2157759bfadb99e1597' }, "Danger"), h("smoothly-toggle-switch", { key: '04eb03ad6b58807a182e28088bd589023c0dca89', checkmark: false, color: "danger", disabled: false, size: "small" })), h("span", { key: '81e72e3e7d913f4f59c2f3b2bed81736e154da1e' }, h("p", { key: 'a447aaa0b5cb4afd3e88d55bdf59cee6de12b270' }, "Primary color"), h("smoothly-toggle-switch", { key: 'ea4ee5443b00e6a852df47da80eccbed2f78e699', checkmark: false, color: "primary", disabled: false, size: "small" })), h("span", { key: 'cc8d4533de1b94ea11550031564e3c0db47d10ce' }, h("p", { key: 'faf1650e4ab170790f6a4307bd2d4c89374ce918' }, "Secondary color"), h("smoothly-toggle-switch", { key: '1120ee4aa4eabef7bfa9f9385c218fc668fee1e2', checkmark: false, color: "secondary", disabled: false, size: "small" })))));
5
5
  }
6
6
  static get is() { return "smoothly-toggle-switch-demo"; }
7
7
  static get encapsulation() { return "scoped"; }
@@ -13,7 +13,7 @@ export class SmoothlyToggleSwitch {
13
13
  this.smoothlyToggleSwitchChange.emit(this.selected);
14
14
  }
15
15
  render() {
16
- return (h(Host, { key: '96fc3020027e002266e463f12602426620acc78c' }, h("button", { key: '54935f0112f0b8f5b9206929ed802900543a93e1', type: "button", disabled: this.disabled, onClick: () => this.handleClick() }, h("smoothly-icon", { key: 'c978637753cd03f94fe222b3d4e9a0932f994bde', color: this.color, name: !this.checkmark ? "ellipse" : this.selected ? "checkmark-circle" : "close-circle", fill: "clear", class: { selected: this.selected } }))));
16
+ return (h(Host, { key: '9aecae15d2386dba892c4bd3b4c8c11d29f4be08' }, h("button", { key: '25ee44e7a83d4224902189845c52911ed7757411', type: "button", disabled: this.disabled, onClick: () => this.handleClick() }, h("smoothly-icon", { key: '5e7284728f78efc65998eeaf1d03a85c07b0e30b', color: this.color, name: !this.checkmark ? "ellipse" : this.selected ? "checkmark-circle" : "close-circle", fill: "clear", class: { selected: this.selected } }))));
17
17
  }
18
18
  static get is() { return "smoothly-toggle-switch"; }
19
19
  static get encapsulation() { return "scoped"; }
@@ -20,7 +20,7 @@ export class SmoothlyTrigger {
20
20
  result = this.disabled ? (h("slot", null)) : (h("a", { onClick: e => this.onClick(e) }, h("slot", null)));
21
21
  break;
22
22
  case "button":
23
- result = (h("button", { key: 'd15f2a85ef75c7ff5e3c79b2a2c0fb26389532b1', disabled: this.disabled, name: this.name }, h("slot", { key: 'dabc32f8e23ccd3b63a3afe2acf4b828bc116032' })));
23
+ result = (h("button", { key: '083db04bfd222da72704d6c232be5419f9f0a209', disabled: this.disabled, name: this.name }, h("slot", { key: '80be6127f777b4e294839a31982b49a75ca25f0f' })));
24
24
  break;
25
25
  }
26
26
  return result;
@@ -19,7 +19,7 @@ export class SmoothlyTriggerSink {
19
19
  }
20
20
  }
21
21
  render() {
22
- return h("slot", { key: '687672f602078fad85ca1b42295a02e312ba897f' });
22
+ return h("slot", { key: '6e203ad46a8b284ba3dbc155afd5956b8e9f1eca' });
23
23
  }
24
24
  static get is() { return "smoothly-trigger-sink"; }
25
25
  static get encapsulation() { return "scoped"; }
@@ -13,7 +13,7 @@ export class SmoothlyTriggerSource {
13
13
  }, window);
14
14
  }
15
15
  render() {
16
- return h("slot", { key: '1260a3c079cf2809fe3c77370f8bf149a558674e' });
16
+ return h("slot", { key: '731d2e003d86a8519078bcb8478aaff5575140e6' });
17
17
  }
18
18
  static get is() { return "smoothly-trigger-source"; }
19
19
  static get encapsulation() { return "scoped"; }
@@ -4,14 +4,14 @@ import { d as defineCustomElement$c } from './p-f770567b.js';
4
4
  import { d as defineCustomElement$b } from './p-96acfe2c.js';
5
5
  import { d as defineCustomElement$a } from './p-f46dd8e4.js';
6
6
  import { d as defineCustomElement$9 } from './p-4c6fe645.js';
7
- import { d as defineCustomElement$8 } from './p-405b7f06.js';
8
- import { d as defineCustomElement$7 } from './p-ab4f6f94.js';
9
- import { d as defineCustomElement$6 } from './p-46e6dd30.js';
10
- import { d as defineCustomElement$5 } from './p-08159d78.js';
11
- import { d as defineCustomElement$4 } from './p-f64b103b.js';
12
- import { d as defineCustomElement$3 } from './p-a560de93.js';
13
- import { d as defineCustomElement$2 } from './p-3e30f0e3.js';
14
- import { d as defineCustomElement$1 } from './p-07ed0ebd.js';
7
+ import { d as defineCustomElement$8 } from './p-38c3ff20.js';
8
+ import { d as defineCustomElement$7 } from './p-954dd422.js';
9
+ import { d as defineCustomElement$6 } from './p-19580a07.js';
10
+ import { d as defineCustomElement$5 } from './p-b2e18b02.js';
11
+ import { d as defineCustomElement$4 } from './p-0b423141.js';
12
+ import { d as defineCustomElement$3 } from './p-2ceb6925.js';
13
+ import { d as defineCustomElement$2 } from './p-b8c18e44.js';
14
+ import { d as defineCustomElement$1 } from './p-7d208e60.js';
15
15
 
16
16
  const styleCss = ".sc-smoothly-next-demo-colspan-h{display:block}.sc-smoothly-next-demo-colspan-h smoothly-display.sc-smoothly-next-demo-colspan{display:inline}";
17
17
  const SmoothlyNextDemoColspanStyle0 = styleCss;
@@ -22,7 +22,7 @@ const SmoothlyNextDemoColspan = proxyCustomElement(class SmoothlyNextDemoColspan
22
22
  this.__registerHost();
23
23
  }
24
24
  render() {
25
- return (h(Host, { key: '9fae5ae5fd52417900b85cd1b7286226211988ae' }, h("smoothly-next-table", { key: '7fa918696ff0cbc055fc9679fada1682d83c30db', columns: 3 }, h("smoothly-next-table-head", { key: '953b379bc04dfbc70c48555be37634cc633bbe89' }, h("smoothly-next-table-row", { key: 'a57b92a5a37e839f5de4e33d2d0b1c36dfea9c4d' }, h("smoothly-next-table-cell", { key: '93aae315bf7dd8067602f31497c7d88453551d4c' }, "Date"), h("smoothly-next-table-cell", { key: '691050621549e189413af27ad3abebd7b1d06631' }, "Skip"), h("smoothly-next-table-cell", { key: '769cca5e01095fd8c4a99f9c88d0c5ee605c0ce6' }, "Total"))), h("smoothly-next-table-body", { key: 'ba10a91dc9b7dd6e36c5251316365054190e5f65' }, h("smoothly-next-table-row", { key: '0ef1e28d588a03cd17c49ec4b311d049404722df' }, h("smoothly-next-table-cell", { key: '2f01f179122351a37aa4d9bfee49c3a9f7a9f1b0', span: 2 }, h("smoothly-display", { key: 'cdce0e78b6cc01a43fcad4cf4f8f2ef985b3b51e', type: "date", value: "2024-01-01" })), h("smoothly-next-table-cell", { key: '5d17373e81827518dfb5e719b6501aa2cad32f56' }, h("smoothly-display", { key: 'ac37b31a93d75ec0cc51b8f026a044fd5c38968c', type: "price", value: 120, currency: "EUR" }))), h("smoothly-next-table-row", { key: '96632fe65093c0a5ffb0a99f13bbe673144e3cf6' }, h("smoothly-next-table-expandable-cell", { key: 'ccfd950b1e3f891501de681727fb04e30eb3e644', span: 2 }, h("smoothly-display", { key: '133eab18da8f74a9b5a1b062c503d517fd6f5483', type: "date", value: "2024-01-02" }), h("smoothly-lazy", { key: '0038fc2344f62cd389599c8259b1c688c6d84e1f', slot: "detail", content: h("smoothly-display", { type: "date-time", value: "2024-01-02T13:37:00.000Z" }) })), h("smoothly-next-table-expandable-cell", { key: '52ca0b3bc98dd236105cbd1070840f911f7088b1' }, h("smoothly-display", { key: '835f4f495f37982e3eeccf4fd1fd52b3bf06a884', type: "price", value: 220, currency: "EUR" }), h("smoothly-lazy", { key: '294b4a0bd1348ceafeb2bc97e7dd91ca7adfd1c2', slot: "detail", content: h("span", null, h("smoothly-display", { type: "price", value: 120, currency: "EUR" }), " + ", h("smoothly-display", { type: "price", value: 100, currency: "EUR" })) }))), h("smoothly-next-table-row", { key: 'a816070b9f7e2452e454c068ba820936158d32a9' }, h("smoothly-next-table-cell", { key: 'ba8caee508c08f738a05f94d77f94afff212a044' }, h("smoothly-display", { key: '12e4191c74895446481c8ef2b18c562139f63781', type: "date", value: "2024-01-02" })), h("smoothly-next-table-cell", { key: 'ac0a9f374fa3213b236b61eb703b8817f7e36faf' }, "Not Skipped"), h("smoothly-next-table-cell", { key: '1281d3957bb7ba877a594c1b3fd39e659ebe6a95' }, h("smoothly-display", { key: 'e861b9022b6ade127f99014d24cb2a4767733f51', type: "price", value: 320, currency: "EUR" })))))));
25
+ return (h(Host, { key: '488976738e54fe7baf9e74f42344fe7b1e98e3fb' }, h("smoothly-next-table", { key: '82a93a63188133f2d04ce24ef7b143f6fa2de4cd', columns: 3 }, h("smoothly-next-table-head", { key: '89bddc285955f8fc60f851d9b7684d844ad0aaca' }, h("smoothly-next-table-row", { key: 'b6bac346038a04cd1622456367180e7c7c35193f' }, h("smoothly-next-table-cell", { key: '44d8e9466d1c5176b74eafd80fdecce612f4f227' }, "Date"), h("smoothly-next-table-cell", { key: 'efb9740506adf2c568e3262ef740480acaf7a4c6' }, "Skip"), h("smoothly-next-table-cell", { key: 'b265b78176bce89426c64bef1359397f88d8e22b' }, "Total"))), h("smoothly-next-table-body", { key: 'df5616f10c1d5579dfa2d39406cacbc7980318fa' }, h("smoothly-next-table-row", { key: 'fc61d9e1bd606ab7067c1d02cd33f3464e372dbb' }, h("smoothly-next-table-cell", { key: '684dd628487396dab30035ff5c9496eb463f2dbc', span: 2 }, h("smoothly-display", { key: '0a2977c12d50e3969014be7653963ad77ac5edda', type: "date", value: "2024-01-01" })), h("smoothly-next-table-cell", { key: '9e58d24032d52652961a6a43d94b907eeb5f006b' }, h("smoothly-display", { key: '37c76375bccc7cd9cea03b8b1be97294eee42ab1', type: "price", value: 120, currency: "EUR" }))), h("smoothly-next-table-row", { key: '8c39aec297e4f7dd8ba768ce828f71a2ac7c0439' }, h("smoothly-next-table-expandable-cell", { key: 'c2911ffccca9d3f23fd158679a5a2892887dd50c', span: 2 }, h("smoothly-display", { key: 'f462fc5572f5b87bee43427a056878d27b895f0d', type: "date", value: "2024-01-02" }), h("smoothly-lazy", { key: 'b032bba062c484b9b1c9328605444f308a39ef85', slot: "detail", content: h("smoothly-display", { type: "date-time", value: "2024-01-02T13:37:00.000Z" }) })), h("smoothly-next-table-expandable-cell", { key: 'a25e49f7aaba75ecd1cd5223ac378cb9f8d44be7' }, h("smoothly-display", { key: '96fba2bc8dd413a449b68d2e10ab9c34eeb13148', type: "price", value: 220, currency: "EUR" }), h("smoothly-lazy", { key: '47ab93b1ad2ade9210be22892305329328763f57', slot: "detail", content: h("span", null, h("smoothly-display", { type: "price", value: 120, currency: "EUR" }), " + ", h("smoothly-display", { type: "price", value: 100, currency: "EUR" })) }))), h("smoothly-next-table-row", { key: '6e39d072882582b22a019473ae68a85fbac3b2e3' }, h("smoothly-next-table-cell", { key: '5984a3b8cd4dda298a40f2bec180a70f82421877' }, h("smoothly-display", { key: 'f1c278506c6aceb8ffec23191a5eb246cdef321b', type: "date", value: "2024-01-02" })), h("smoothly-next-table-cell", { key: '60e4e11a34fea1b24eefa7de4474e5364ec73df7' }, "Not Skipped"), h("smoothly-next-table-cell", { key: '1d02c9cfc12335a59ba489f48d71de08bed55459' }, h("smoothly-display", { key: '954a2b7822d289678ff75c2fea90e92f69426b05', type: "price", value: 320, currency: "EUR" })))))));
26
26
  }
27
27
  static get style() { return SmoothlyNextDemoColspanStyle0; }
28
28
  }, [2, "smoothly-next-demo-colspan"]);
@@ -108,4 +108,4 @@ defineCustomElement();
108
108
 
109
109
  export { SmoothlyNextDemoColspan as S, defineCustomElement as d };
110
110
 
111
- //# sourceMappingURL=p-818a0ebe.js.map
111
+ //# sourceMappingURL=p-00c5deff.js.map
@@ -1 +1 @@
1
- {"file":"p-818a0ebe.js","mappings":";;;;;;;;;;;;;;;AAAA,MAAM,QAAQ,GAAG,gJAAgJ,CAAC;AAClK,sCAAe,QAAQ;;MCMV,uBAAuB;;;;;IACnC,MAAM;QACL,QACC,EAAC,IAAI,uDACJ,4EAAqB,OAAO,EAAE,CAAC,IAC9B,mFACC,kFACC,0FAAyD,EACzD,0FAAyD,EACzD,2FAA0D,CACjC,CACA,EAC3B,mFACC,kFACC,iFAA0B,IAAI,EAAE,CAAC,IAChC,yEAAkB,IAAI,EAAE,MAAM,EAAE,KAAK,EAAE,YAAY,GAAI,CAC7B,EAC3B,mFACC,yEAAkB,IAAI,EAAE,OAAO,EAAE,KAAK,EAAE,GAAG,EAAE,QAAQ,EAAE,KAAK,GAAI,CACtC,CACF,EAC1B,kFACC,4FAAqC,IAAI,EAAE,CAAC,IAC3C,yEAAkB,IAAI,EAAE,MAAM,EAAE,KAAK,EAAE,YAAY,GAAI,EACvD,sEACC,IAAI,EAAE,QAAQ,EACd,OAAO,EAAE,wBAAkB,IAAI,EAAE,WAAW,EAAE,KAAK,EAAE,0BAA0B,GAAI,GAClF,CACmC,EACtC,8FACC,yEAAkB,IAAI,EAAE,OAAO,EAAE,KAAK,EAAE,GAAG,EAAE,QAAQ,EAAE,KAAK,GAAI,EAChE,sEACC,IAAI,EAAE,QAAQ,EACd,OAAO,EACN,gBACC,wBAAkB,IAAI,EAAE,OAAO,EAAE,KAAK,EAAE,GAAG,EAAE,QAAQ,EAAE,KAAK,GAAI,EAC/D,KAAK,EACN,wBAAkB,IAAI,EAAE,OAAO,EAAE,KAAK,EAAE,GAAG,EAAE,QAAQ,EAAE,KAAK,GAAI,CAC1D,GAEP,CACmC,CACb,EAC1B,kFACC,mFACC,yEAAkB,IAAI,EAAE,MAAM,EAAE,KAAK,EAAE,YAAY,GAAI,CAC7B,EAC3B,iGAAgE,EAChE,mFACC,yEAAkB,IAAI,EAAE,OAAO,EAAE,KAAK,EAAE,GAAG,EAAE,QAAQ,EAAE,KAAK,GAAI,CACtC,CACF,CACA,CACN,CAChB,EACP;KACD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;","names":[],"sources":["src/components/next/demo/colspan/style.css?tag=smoothly-next-demo-colspan&encapsulation=scoped","src/components/next/demo/colspan/index.tsx"],"sourcesContent":[":host {\n\tdisplay: block;\n}\n:host smoothly-display {\n\tdisplay: inline;\n}\n","import { Component, h, Host, VNode } from \"@stencil/core\"\n\n@Component({\n\ttag: \"smoothly-next-demo-colspan\",\n\tstyleUrl: \"style.css\",\n\tscoped: true,\n})\nexport class SmoothlyNextDemoColspan {\n\trender(): VNode | VNode[] {\n\t\treturn (\n\t\t\t<Host>\n\t\t\t\t<smoothly-next-table columns={3}>\n\t\t\t\t\t<smoothly-next-table-head>\n\t\t\t\t\t\t<smoothly-next-table-row>\n\t\t\t\t\t\t\t<smoothly-next-table-cell>Date</smoothly-next-table-cell>\n\t\t\t\t\t\t\t<smoothly-next-table-cell>Skip</smoothly-next-table-cell>\n\t\t\t\t\t\t\t<smoothly-next-table-cell>Total</smoothly-next-table-cell>\n\t\t\t\t\t\t</smoothly-next-table-row>\n\t\t\t\t\t</smoothly-next-table-head>\n\t\t\t\t\t<smoothly-next-table-body>\n\t\t\t\t\t\t<smoothly-next-table-row>\n\t\t\t\t\t\t\t<smoothly-next-table-cell span={2}>\n\t\t\t\t\t\t\t\t<smoothly-display type={\"date\"} value={\"2024-01-01\"} />\n\t\t\t\t\t\t\t</smoothly-next-table-cell>\n\t\t\t\t\t\t\t<smoothly-next-table-cell>\n\t\t\t\t\t\t\t\t<smoothly-display type={\"price\"} value={120} currency={\"EUR\"} />\n\t\t\t\t\t\t\t</smoothly-next-table-cell>\n\t\t\t\t\t\t</smoothly-next-table-row>\n\t\t\t\t\t\t<smoothly-next-table-row>\n\t\t\t\t\t\t\t<smoothly-next-table-expandable-cell span={2}>\n\t\t\t\t\t\t\t\t<smoothly-display type={\"date\"} value={\"2024-01-02\"} />\n\t\t\t\t\t\t\t\t<smoothly-lazy\n\t\t\t\t\t\t\t\t\tslot={\"detail\"}\n\t\t\t\t\t\t\t\t\tcontent={<smoothly-display type={\"date-time\"} value={\"2024-01-02T13:37:00.000Z\"} />}\n\t\t\t\t\t\t\t\t/>\n\t\t\t\t\t\t\t</smoothly-next-table-expandable-cell>\n\t\t\t\t\t\t\t<smoothly-next-table-expandable-cell>\n\t\t\t\t\t\t\t\t<smoothly-display type={\"price\"} value={220} currency={\"EUR\"} />\n\t\t\t\t\t\t\t\t<smoothly-lazy\n\t\t\t\t\t\t\t\t\tslot={\"detail\"}\n\t\t\t\t\t\t\t\t\tcontent={\n\t\t\t\t\t\t\t\t\t\t<span>\n\t\t\t\t\t\t\t\t\t\t\t<smoothly-display type={\"price\"} value={120} currency={\"EUR\"} />\n\t\t\t\t\t\t\t\t\t\t\t{\" + \"}\n\t\t\t\t\t\t\t\t\t\t\t<smoothly-display type={\"price\"} value={100} currency={\"EUR\"} />\n\t\t\t\t\t\t\t\t\t\t</span>\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t/>\n\t\t\t\t\t\t\t</smoothly-next-table-expandable-cell>\n\t\t\t\t\t\t</smoothly-next-table-row>\n\t\t\t\t\t\t<smoothly-next-table-row>\n\t\t\t\t\t\t\t<smoothly-next-table-cell>\n\t\t\t\t\t\t\t\t<smoothly-display type={\"date\"} value={\"2024-01-02\"} />\n\t\t\t\t\t\t\t</smoothly-next-table-cell>\n\t\t\t\t\t\t\t<smoothly-next-table-cell>Not Skipped</smoothly-next-table-cell>\n\t\t\t\t\t\t\t<smoothly-next-table-cell>\n\t\t\t\t\t\t\t\t<smoothly-display type={\"price\"} value={320} currency={\"EUR\"} />\n\t\t\t\t\t\t\t</smoothly-next-table-cell>\n\t\t\t\t\t\t</smoothly-next-table-row>\n\t\t\t\t\t</smoothly-next-table-body>\n\t\t\t\t</smoothly-next-table>\n\t\t\t</Host>\n\t\t)\n\t}\n}\n"],"version":3}
1
+ {"file":"p-00c5deff.js","mappings":";;;;;;;;;;;;;;;AAAA,MAAM,QAAQ,GAAG,gJAAgJ,CAAC;AAClK,sCAAe,QAAQ;;MCMV,uBAAuB;;;;;IACnC,MAAM;QACL,QACC,EAAC,IAAI,uDACJ,4EAAqB,OAAO,EAAE,CAAC,IAC9B,mFACC,kFACC,0FAAyD,EACzD,0FAAyD,EACzD,2FAA0D,CACjC,CACA,EAC3B,mFACC,kFACC,iFAA0B,IAAI,EAAE,CAAC,IAChC,yEAAkB,IAAI,EAAE,MAAM,EAAE,KAAK,EAAE,YAAY,GAAI,CAC7B,EAC3B,mFACC,yEAAkB,IAAI,EAAE,OAAO,EAAE,KAAK,EAAE,GAAG,EAAE,QAAQ,EAAE,KAAK,GAAI,CACtC,CACF,EAC1B,kFACC,4FAAqC,IAAI,EAAE,CAAC,IAC3C,yEAAkB,IAAI,EAAE,MAAM,EAAE,KAAK,EAAE,YAAY,GAAI,EACvD,sEACC,IAAI,EAAE,QAAQ,EACd,OAAO,EAAE,wBAAkB,IAAI,EAAE,WAAW,EAAE,KAAK,EAAE,0BAA0B,GAAI,GAClF,CACmC,EACtC,8FACC,yEAAkB,IAAI,EAAE,OAAO,EAAE,KAAK,EAAE,GAAG,EAAE,QAAQ,EAAE,KAAK,GAAI,EAChE,sEACC,IAAI,EAAE,QAAQ,EACd,OAAO,EACN,gBACC,wBAAkB,IAAI,EAAE,OAAO,EAAE,KAAK,EAAE,GAAG,EAAE,QAAQ,EAAE,KAAK,GAAI,EAC/D,KAAK,EACN,wBAAkB,IAAI,EAAE,OAAO,EAAE,KAAK,EAAE,GAAG,EAAE,QAAQ,EAAE,KAAK,GAAI,CAC1D,GAEP,CACmC,CACb,EAC1B,kFACC,mFACC,yEAAkB,IAAI,EAAE,MAAM,EAAE,KAAK,EAAE,YAAY,GAAI,CAC7B,EAC3B,iGAAgE,EAChE,mFACC,yEAAkB,IAAI,EAAE,OAAO,EAAE,KAAK,EAAE,GAAG,EAAE,QAAQ,EAAE,KAAK,GAAI,CACtC,CACF,CACA,CACN,CAChB,EACP;KACD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;","names":[],"sources":["src/components/next/demo/colspan/style.css?tag=smoothly-next-demo-colspan&encapsulation=scoped","src/components/next/demo/colspan/index.tsx"],"sourcesContent":[":host {\n\tdisplay: block;\n}\n:host smoothly-display {\n\tdisplay: inline;\n}\n","import { Component, h, Host, VNode } from \"@stencil/core\"\n\n@Component({\n\ttag: \"smoothly-next-demo-colspan\",\n\tstyleUrl: \"style.css\",\n\tscoped: true,\n})\nexport class SmoothlyNextDemoColspan {\n\trender(): VNode | VNode[] {\n\t\treturn (\n\t\t\t<Host>\n\t\t\t\t<smoothly-next-table columns={3}>\n\t\t\t\t\t<smoothly-next-table-head>\n\t\t\t\t\t\t<smoothly-next-table-row>\n\t\t\t\t\t\t\t<smoothly-next-table-cell>Date</smoothly-next-table-cell>\n\t\t\t\t\t\t\t<smoothly-next-table-cell>Skip</smoothly-next-table-cell>\n\t\t\t\t\t\t\t<smoothly-next-table-cell>Total</smoothly-next-table-cell>\n\t\t\t\t\t\t</smoothly-next-table-row>\n\t\t\t\t\t</smoothly-next-table-head>\n\t\t\t\t\t<smoothly-next-table-body>\n\t\t\t\t\t\t<smoothly-next-table-row>\n\t\t\t\t\t\t\t<smoothly-next-table-cell span={2}>\n\t\t\t\t\t\t\t\t<smoothly-display type={\"date\"} value={\"2024-01-01\"} />\n\t\t\t\t\t\t\t</smoothly-next-table-cell>\n\t\t\t\t\t\t\t<smoothly-next-table-cell>\n\t\t\t\t\t\t\t\t<smoothly-display type={\"price\"} value={120} currency={\"EUR\"} />\n\t\t\t\t\t\t\t</smoothly-next-table-cell>\n\t\t\t\t\t\t</smoothly-next-table-row>\n\t\t\t\t\t\t<smoothly-next-table-row>\n\t\t\t\t\t\t\t<smoothly-next-table-expandable-cell span={2}>\n\t\t\t\t\t\t\t\t<smoothly-display type={\"date\"} value={\"2024-01-02\"} />\n\t\t\t\t\t\t\t\t<smoothly-lazy\n\t\t\t\t\t\t\t\t\tslot={\"detail\"}\n\t\t\t\t\t\t\t\t\tcontent={<smoothly-display type={\"date-time\"} value={\"2024-01-02T13:37:00.000Z\"} />}\n\t\t\t\t\t\t\t\t/>\n\t\t\t\t\t\t\t</smoothly-next-table-expandable-cell>\n\t\t\t\t\t\t\t<smoothly-next-table-expandable-cell>\n\t\t\t\t\t\t\t\t<smoothly-display type={\"price\"} value={220} currency={\"EUR\"} />\n\t\t\t\t\t\t\t\t<smoothly-lazy\n\t\t\t\t\t\t\t\t\tslot={\"detail\"}\n\t\t\t\t\t\t\t\t\tcontent={\n\t\t\t\t\t\t\t\t\t\t<span>\n\t\t\t\t\t\t\t\t\t\t\t<smoothly-display type={\"price\"} value={120} currency={\"EUR\"} />\n\t\t\t\t\t\t\t\t\t\t\t{\" + \"}\n\t\t\t\t\t\t\t\t\t\t\t<smoothly-display type={\"price\"} value={100} currency={\"EUR\"} />\n\t\t\t\t\t\t\t\t\t\t</span>\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t/>\n\t\t\t\t\t\t\t</smoothly-next-table-expandable-cell>\n\t\t\t\t\t\t</smoothly-next-table-row>\n\t\t\t\t\t\t<smoothly-next-table-row>\n\t\t\t\t\t\t\t<smoothly-next-table-cell>\n\t\t\t\t\t\t\t\t<smoothly-display type={\"date\"} value={\"2024-01-02\"} />\n\t\t\t\t\t\t\t</smoothly-next-table-cell>\n\t\t\t\t\t\t\t<smoothly-next-table-cell>Not Skipped</smoothly-next-table-cell>\n\t\t\t\t\t\t\t<smoothly-next-table-cell>\n\t\t\t\t\t\t\t\t<smoothly-display type={\"price\"} value={320} currency={\"EUR\"} />\n\t\t\t\t\t\t\t</smoothly-next-table-cell>\n\t\t\t\t\t\t</smoothly-next-table-row>\n\t\t\t\t\t</smoothly-next-table-body>\n\t\t\t\t</smoothly-next-table>\n\t\t\t</Host>\n\t\t)\n\t}\n}\n"],"version":3}
@@ -5,17 +5,17 @@ import { f as fromIs } from './p-8e1e509d.js';
5
5
  import { N as Notice } from './p-ef01331e.js';
6
6
  import './p-47ea6b68.js';
7
7
  import { d as defineCustomElement$c } from './p-7d0eafb0.js';
8
- import { d as defineCustomElement$b } from './p-edc7e53a.js';
9
- import { d as defineCustomElement$a } from './p-666206c5.js';
10
- import { d as defineCustomElement$9 } from './p-08d0d254.js';
11
- import { d as defineCustomElement$8 } from './p-4922697f.js';
12
- import { d as defineCustomElement$7 } from './p-2b19c666.js';
13
- import { d as defineCustomElement$6 } from './p-22f4742d.js';
14
- import { d as defineCustomElement$5 } from './p-046dcaa0.js';
15
- import { d as defineCustomElement$4 } from './p-db26eba4.js';
16
- import { d as defineCustomElement$3 } from './p-02796429.js';
17
- import { d as defineCustomElement$2 } from './p-edcdcc51.js';
18
- import { d as defineCustomElement$1 } from './p-c77944e7.js';
8
+ import { d as defineCustomElement$b } from './p-8e13449b.js';
9
+ import { d as defineCustomElement$a } from './p-5d648150.js';
10
+ import { d as defineCustomElement$9 } from './p-de7367c4.js';
11
+ import { d as defineCustomElement$8 } from './p-8e748704.js';
12
+ import { d as defineCustomElement$7 } from './p-1cd836ca.js';
13
+ import { d as defineCustomElement$6 } from './p-4b05e229.js';
14
+ import { d as defineCustomElement$5 } from './p-751259e1.js';
15
+ import { d as defineCustomElement$4 } from './p-7c727d4f.js';
16
+ import { d as defineCustomElement$3 } from './p-5ffba444.js';
17
+ import { d as defineCustomElement$2 } from './p-38ce18a1.js';
18
+ import { d as defineCustomElement$1 } from './p-62c1780b.js';
19
19
 
20
20
  const styleCss = ".sc-smoothly-form-demo-date-range-h{display:block}";
21
21
  const SmoothlyFormDemoDateRangeStyle0 = styleCss;
@@ -123,4 +123,4 @@ defineCustomElement();
123
123
 
124
124
  export { SmoothlyFormDemoDateRange as S, defineCustomElement as d };
125
125
 
126
- //# sourceMappingURL=p-4fcc1ffa.js.map
126
+ //# sourceMappingURL=p-017323e3.js.map
@@ -1 +1 @@
1
- {"file":"p-4fcc1ffa.js","mappings":";;;;;;;;;;;;;;;;;;;AAAA,MAAM,QAAQ,GAAG,oDAAoD,CAAC;AACtE,wCAAe,QAAQ;;MCSV,yBAAyB;IALtC;;;;QAOS,cAAS,GAAGA,MAAW,CAA6B;YAC3D,KAAK,EAAEC,MAAW,CAAC,iBAAiB,EAAEC,SAAe,CAAC,EAAE,CAAC;SACzD,CAAC,CAAA;KA6BF;IA5BA,MAAM,aAAa,CAAC,KAA0B;QAC7C,KAAK,CAAC,eAAe,EAAE,CAAA;QACvB,IAAI,CAAC,IAAI,CAAC,SAAS,CAAC,EAAE,CAAC,KAAK,CAAC,MAAM,CAAC,KAAK,CAAC,EAAE;YAC3C,OAAO,CAAC,KAAK,CAAC,qBAAqB,CAAC,CAAA;YACpC,IAAI,CAAC,MAAM,CAAC,IAAI,CAAC,MAAM,CAAC,MAAM,CAAC,qBAAqB,CAAC,CAAC,CAAA;SACtD;aAAM;YACN,IAAI,CAAC,MAAM,CAAC,IAAI,CAAC,MAAM,CAAC,SAAS,CAAC,mBAAmB,CAAC,CAAC,CAAA;YACvD,KAAK,CAAC,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAA;SACzB;QACD,KAAK,CAAC,MAAM,CAAC,MAAM,CAAC,KAAK,CAAC,CAAA;KAC1B;IACD,MAAM;QACL,QACC,EAAC,IAAI,uDACJ,gFAAyB,EACzB,sEACC,KAAK,EAAE,QAAQ,EACf,IAAI,EAAE,QAAQ,EACd,SAAS,EAAE,IAAI,CAAC,SAAS,EACzB,oBAAoB,EAAE,CAAC,IAAI,IAAI,CAAC,aAAa,CAAC,CAAC,CAAC,IAChD,kFAA2B,IAAI,EAAE,OAAO,IAAG,OAAO,CAA6B,EAC/E,8EAAuB,IAAI,EAAE,QAAQ,IACpC,sEAAe,IAAI,EAAE,mBAAmB,GAAI,CACrB,CACT,CACV,EACP;KACD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;","names":["isly.object","isly.fromIs","isoly.DateRange"],"sources":["src/components/form/demo/date-range/style.css?tag=smoothly-form-demo-date-range&encapsulation=scoped","src/components/form/demo/date-range/index.tsx"],"sourcesContent":[":host {\n\tdisplay: block;\n}\n","import { Component, Event, EventEmitter, h, Host, VNode } from \"@stencil/core\"\nimport { isoly } from \"isoly\"\nimport { isly } from \"isly\"\nimport { Notice, Submit } from \"../../../../model\"\n\n@Component({\n\ttag: \"smoothly-form-demo-date-range\",\n\tstyleUrl: \"style.css\",\n\tscoped: true,\n})\nexport class SmoothlyFormDemoDateRange {\n\t@Event() notice: EventEmitter<Notice>\n\tprivate validator = isly.object<{ range: isoly.DateRange }>({\n\t\trange: isly.fromIs(\"isoly.DateRange\", isoly.DateRange.is),\n\t})\n\tasync submitHandler(event: CustomEvent<Submit>): Promise<void> {\n\t\tevent.stopPropagation()\n\t\tif (!this.validator.is(event.detail.value)) {\n\t\t\tconsole.error(`Type is incomplete.`)\n\t\t\tthis.notice.emit(Notice.failed(`Type is incomplete.`))\n\t\t} else {\n\t\t\tthis.notice.emit(Notice.succeeded(`Type is complete!`))\n\t\t\tevent.detail.result(true)\n\t\t}\n\t\tevent.detail.result(false)\n\t}\n\trender(): VNode | VNode[] {\n\t\treturn (\n\t\t\t<Host>\n\t\t\t\t<h2>Date-range input</h2>\n\t\t\t\t<smoothly-form\n\t\t\t\t\tlooks={\"border\"}\n\t\t\t\t\ttype={\"create\"}\n\t\t\t\t\tvalidator={this.validator}\n\t\t\t\t\tonSmoothlyFormSubmit={e => this.submitHandler(e)}>\n\t\t\t\t\t<smoothly-input-date-range name={\"range\"}>{\"Range\"}</smoothly-input-date-range>\n\t\t\t\t\t<smoothly-input-submit slot={\"submit\"}>\n\t\t\t\t\t\t<smoothly-icon name={\"checkmark-outline\"} />\n\t\t\t\t\t</smoothly-input-submit>\n\t\t\t\t</smoothly-form>\n\t\t\t</Host>\n\t\t)\n\t}\n}\n"],"version":3}
1
+ {"file":"p-017323e3.js","mappings":";;;;;;;;;;;;;;;;;;;AAAA,MAAM,QAAQ,GAAG,oDAAoD,CAAC;AACtE,wCAAe,QAAQ;;MCSV,yBAAyB;IALtC;;;;QAOS,cAAS,GAAGA,MAAW,CAA6B;YAC3D,KAAK,EAAEC,MAAW,CAAC,iBAAiB,EAAEC,SAAe,CAAC,EAAE,CAAC;SACzD,CAAC,CAAA;KA6BF;IA5BA,MAAM,aAAa,CAAC,KAA0B;QAC7C,KAAK,CAAC,eAAe,EAAE,CAAA;QACvB,IAAI,CAAC,IAAI,CAAC,SAAS,CAAC,EAAE,CAAC,KAAK,CAAC,MAAM,CAAC,KAAK,CAAC,EAAE;YAC3C,OAAO,CAAC,KAAK,CAAC,qBAAqB,CAAC,CAAA;YACpC,IAAI,CAAC,MAAM,CAAC,IAAI,CAAC,MAAM,CAAC,MAAM,CAAC,qBAAqB,CAAC,CAAC,CAAA;SACtD;aAAM;YACN,IAAI,CAAC,MAAM,CAAC,IAAI,CAAC,MAAM,CAAC,SAAS,CAAC,mBAAmB,CAAC,CAAC,CAAA;YACvD,KAAK,CAAC,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAA;SACzB;QACD,KAAK,CAAC,MAAM,CAAC,MAAM,CAAC,KAAK,CAAC,CAAA;KAC1B;IACD,MAAM;QACL,QACC,EAAC,IAAI,uDACJ,gFAAyB,EACzB,sEACC,KAAK,EAAE,QAAQ,EACf,IAAI,EAAE,QAAQ,EACd,SAAS,EAAE,IAAI,CAAC,SAAS,EACzB,oBAAoB,EAAE,CAAC,IAAI,IAAI,CAAC,aAAa,CAAC,CAAC,CAAC,IAChD,kFAA2B,IAAI,EAAE,OAAO,IAAG,OAAO,CAA6B,EAC/E,8EAAuB,IAAI,EAAE,QAAQ,IACpC,sEAAe,IAAI,EAAE,mBAAmB,GAAI,CACrB,CACT,CACV,EACP;KACD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;","names":["isly.object","isly.fromIs","isoly.DateRange"],"sources":["src/components/form/demo/date-range/style.css?tag=smoothly-form-demo-date-range&encapsulation=scoped","src/components/form/demo/date-range/index.tsx"],"sourcesContent":[":host {\n\tdisplay: block;\n}\n","import { Component, Event, EventEmitter, h, Host, VNode } from \"@stencil/core\"\nimport { isoly } from \"isoly\"\nimport { isly } from \"isly\"\nimport { Notice, Submit } from \"../../../../model\"\n\n@Component({\n\ttag: \"smoothly-form-demo-date-range\",\n\tstyleUrl: \"style.css\",\n\tscoped: true,\n})\nexport class SmoothlyFormDemoDateRange {\n\t@Event() notice: EventEmitter<Notice>\n\tprivate validator = isly.object<{ range: isoly.DateRange }>({\n\t\trange: isly.fromIs(\"isoly.DateRange\", isoly.DateRange.is),\n\t})\n\tasync submitHandler(event: CustomEvent<Submit>): Promise<void> {\n\t\tevent.stopPropagation()\n\t\tif (!this.validator.is(event.detail.value)) {\n\t\t\tconsole.error(`Type is incomplete.`)\n\t\t\tthis.notice.emit(Notice.failed(`Type is incomplete.`))\n\t\t} else {\n\t\t\tthis.notice.emit(Notice.succeeded(`Type is complete!`))\n\t\t\tevent.detail.result(true)\n\t\t}\n\t\tevent.detail.result(false)\n\t}\n\trender(): VNode | VNode[] {\n\t\treturn (\n\t\t\t<Host>\n\t\t\t\t<h2>Date-range input</h2>\n\t\t\t\t<smoothly-form\n\t\t\t\t\tlooks={\"border\"}\n\t\t\t\t\ttype={\"create\"}\n\t\t\t\t\tvalidator={this.validator}\n\t\t\t\t\tonSmoothlyFormSubmit={e => this.submitHandler(e)}>\n\t\t\t\t\t<smoothly-input-date-range name={\"range\"}>{\"Range\"}</smoothly-input-date-range>\n\t\t\t\t\t<smoothly-input-submit slot={\"submit\"}>\n\t\t\t\t\t\t<smoothly-icon name={\"checkmark-outline\"} />\n\t\t\t\t\t</smoothly-input-submit>\n\t\t\t\t</smoothly-form>\n\t\t\t</Host>\n\t\t)\n\t}\n}\n"],"version":3}
@@ -11,7 +11,7 @@ const SmoothlyNextTableCell = proxyCustomElement(class SmoothlyNextTableCell ext
11
11
  }
12
12
  render() {
13
13
  var _a;
14
- return (h(Host, { key: 'e1d89f9205ee275b8ca39f3804d8689bfd3ab45d', style: { "--smoothly-table-cell-span": (_a = this.span) === null || _a === void 0 ? void 0 : _a.toString(10) } }, h("slot", { key: 'f2edaf031290ab53caad9201b9ba74d1338d4d01' })));
14
+ return (h(Host, { key: '9d004f7e7bdd32825a8bd8da70dcd3578f0cec8d', style: { "--smoothly-table-cell-span": (_a = this.span) === null || _a === void 0 ? void 0 : _a.toString(10) } }, h("slot", { key: '12eb3e8385155eae52ad2ad8226e5645d755e2b7' })));
15
15
  }
16
16
  static get style() { return SmoothlyNextTableCellStyle0; }
17
17
  }, [6, "smoothly-next-table-cell", {
@@ -34,4 +34,4 @@ defineCustomElement();
34
34
 
35
35
  export { SmoothlyNextTableCell as S, defineCustomElement as d };
36
36
 
37
- //# sourceMappingURL=p-f64b103b.js.map
37
+ //# sourceMappingURL=p-0b423141.js.map
@@ -1 +1 @@
1
- {"file":"p-f64b103b.js","mappings":";;AAAA,MAAM,QAAQ,GAAG,8JAA8J,CAAC;AAChL,oCAAe,QAAQ;;MCMV,qBAAqB;;;;oBACQ,CAAC;;IAE1C,MAAM;;QACL,QACC,EAAC,IAAI,qDAAC,KAAK,EAAE,EAAE,4BAA4B,EAAE,MAAA,IAAI,CAAC,IAAI,0CAAE,QAAQ,CAAC,EAAE,CAAC,EAAE,IACrE,8DAAQ,CACF,EACP;KACD;;;;;;;;;;;;;;;;;;;;;;","names":[],"sources":["src/components/next/table/cell/style.css?tag=smoothly-next-table-cell&encapsulation=scoped","src/components/next/table/cell/index.tsx"],"sourcesContent":[":host {\n\tgrid-column: span var(--smoothly-table-cell-span, 1);\n\tdisplay: flex;\n\talign-items: center;\n\tpadding: 0.3rem 1.1rem;\n\twhite-space: nowrap;\n}\n","import { Component, h, Host, Prop, VNode } from \"@stencil/core\"\n\n@Component({\n\ttag: \"smoothly-next-table-cell\",\n\tstyleUrl: \"style.css\",\n\tscoped: true,\n})\nexport class SmoothlyNextTableCell {\n\t@Prop({ reflect: true }) span?: number = 1\n\n\trender(): VNode | VNode[] {\n\t\treturn (\n\t\t\t<Host style={{ \"--smoothly-table-cell-span\": this.span?.toString(10) }}>\n\t\t\t\t<slot />\n\t\t\t</Host>\n\t\t)\n\t}\n}\n"],"version":3}
1
+ {"file":"p-0b423141.js","mappings":";;AAAA,MAAM,QAAQ,GAAG,8JAA8J,CAAC;AAChL,oCAAe,QAAQ;;MCMV,qBAAqB;;;;oBACQ,CAAC;;IAE1C,MAAM;;QACL,QACC,EAAC,IAAI,qDAAC,KAAK,EAAE,EAAE,4BAA4B,EAAE,MAAA,IAAI,CAAC,IAAI,0CAAE,QAAQ,CAAC,EAAE,CAAC,EAAE,IACrE,8DAAQ,CACF,EACP;KACD;;;;;;;;;;;;;;;;;;;;;;","names":[],"sources":["src/components/next/table/cell/style.css?tag=smoothly-next-table-cell&encapsulation=scoped","src/components/next/table/cell/index.tsx"],"sourcesContent":[":host {\n\tgrid-column: span var(--smoothly-table-cell-span, 1);\n\tdisplay: flex;\n\talign-items: center;\n\tpadding: 0.3rem 1.1rem;\n\twhite-space: nowrap;\n}\n","import { Component, h, Host, Prop, VNode } from \"@stencil/core\"\n\n@Component({\n\ttag: \"smoothly-next-table-cell\",\n\tstyleUrl: \"style.css\",\n\tscoped: true,\n})\nexport class SmoothlyNextTableCell {\n\t@Prop({ reflect: true }) span?: number = 1\n\n\trender(): VNode | VNode[] {\n\t\treturn (\n\t\t\t<Host style={{ \"--smoothly-table-cell-span\": this.span?.toString(10) }}>\n\t\t\t\t<slot />\n\t\t\t</Host>\n\t\t)\n\t}\n}\n"],"version":3}
@@ -10,7 +10,7 @@ const TableHeader = proxyCustomElement(class TableHeader extends H {
10
10
  this.name = undefined;
11
11
  }
12
12
  render() {
13
- return (h(Host, { key: 'fb355436a7e5cdbc99236125054ea66721d6bda4' }, h("slot", { key: '1ca0bc6b9058546578507cbd73f96c6aa306fb8f' })));
13
+ return (h(Host, { key: 'b50b7037457c17fef20cac801dbc64dfec762c7c' }, h("slot", { key: '0b62231fd6e44c40634a397b1c859a8c692a3487' })));
14
14
  }
15
15
  static get style() { return SmoothlyTableHeaderStyle0; }
16
16
  }, [6, "smoothly-table-header", {
@@ -33,4 +33,4 @@ defineCustomElement();
33
33
 
34
34
  export { TableHeader as T, defineCustomElement as d };
35
35
 
36
- //# sourceMappingURL=p-90e9aa1f.js.map
36
+ //# sourceMappingURL=p-0d10cb58.js.map
@@ -1 +1 @@
1
- {"file":"p-90e9aa1f.js","mappings":";;AAAA,MAAM,QAAQ,GAAG,wbAAwb,CAAC;AAC1c,kCAAe,QAAQ;;MCMV,WAAW;;;;;;IAEvB,MAAM;QACL,QACC,EAAC,IAAI,uDACJ,8DAAa,CACP,EACP;KACD;;;;;;;;;;;;;;;;;;;;;;","names":[],"sources":["src/components/table/header/style.css?tag=smoothly-table-header&encapsulation=scoped","src/components/table/header/index.tsx"],"sourcesContent":[":host {\n\tdisplay: table-cell;\n\tline-height: 2.5rem;\n\tborder-top: 1px solid rgb(var(--smoothly-color-shade));\n\tbox-shadow: 0 1px 0 0 rgb(var(--smoothly-color-shade));\n\tpadding: 0 .5rem;\n\tfont-weight: bold;\n}\n\nsmoothly-table[align=bottom] :host {\n\tvertical-align: bottom;\n}\nsmoothly-table[align=middle] :host {\n\tvertical-align: middle;\n}\nsmoothly-table[align=top] :host {\n\tvertical-align: top;\n}\n","import { Component, h, Host, Prop } from \"@stencil/core\"\n\n@Component({\n\ttag: \"smoothly-table-header\",\n\tstyleUrl: \"style.css\",\n\tscoped: true,\n})\nexport class TableHeader {\n\t@Prop({ reflect: true }) name: string\n\trender() {\n\t\treturn (\n\t\t\t<Host>\n\t\t\t\t<slot></slot>\n\t\t\t</Host>\n\t\t)\n\t}\n}\n"],"version":3}
1
+ {"file":"p-0d10cb58.js","mappings":";;AAAA,MAAM,QAAQ,GAAG,wbAAwb,CAAC;AAC1c,kCAAe,QAAQ;;MCMV,WAAW;;;;;;IAEvB,MAAM;QACL,QACC,EAAC,IAAI,uDACJ,8DAAa,CACP,EACP;KACD;;;;;;;;;;;;;;;;;;;;;;","names":[],"sources":["src/components/table/header/style.css?tag=smoothly-table-header&encapsulation=scoped","src/components/table/header/index.tsx"],"sourcesContent":[":host {\n\tdisplay: table-cell;\n\tline-height: 2.5rem;\n\tborder-top: 1px solid rgb(var(--smoothly-color-shade));\n\tbox-shadow: 0 1px 0 0 rgb(var(--smoothly-color-shade));\n\tpadding: 0 .5rem;\n\tfont-weight: bold;\n}\n\nsmoothly-table[align=bottom] :host {\n\tvertical-align: bottom;\n}\nsmoothly-table[align=middle] :host {\n\tvertical-align: middle;\n}\nsmoothly-table[align=top] :host {\n\tvertical-align: top;\n}\n","import { Component, h, Host, Prop } from \"@stencil/core\"\n\n@Component({\n\ttag: \"smoothly-table-header\",\n\tstyleUrl: \"style.css\",\n\tscoped: true,\n})\nexport class TableHeader {\n\t@Prop({ reflect: true }) name: string\n\trender() {\n\t\treturn (\n\t\t\t<Host>\n\t\t\t\t<slot></slot>\n\t\t\t</Host>\n\t\t)\n\t}\n}\n"],"version":3}
@@ -1,29 +1,29 @@
1
1
  import { p as proxyCustomElement, H, h, d as Host } from './p-f765921a.js';
2
2
  import './p-caf09da9.js';
3
3
  import { f as filter } from './p-5ae9e20e.js';
4
- import { f as fetch, d as defineCustomElement$c } from './p-08d0d254.js';
4
+ import { f as fetch, d as defineCustomElement$c } from './p-de7367c4.js';
5
5
  import { S as Selector } from './p-80ad9aac.js';
6
6
  import { d as defineCustomElement$m } from './p-4f80c811.js';
7
7
  import { d as defineCustomElement$l } from './p-f770567b.js';
8
8
  import { d as defineCustomElement$k } from './p-96acfe2c.js';
9
9
  import { d as defineCustomElement$j } from './p-f46dd8e4.js';
10
10
  import { d as defineCustomElement$i } from './p-4c6fe645.js';
11
- import { d as defineCustomElement$h } from './p-2eaee3c4.js';
12
- import { d as defineCustomElement$g } from './p-2a79dcdb.js';
13
- import { d as defineCustomElement$f } from './p-d13712dc.js';
14
- import { d as defineCustomElement$e } from './p-4625dac5.js';
15
- import { d as defineCustomElement$d } from './p-ae5eb701.js';
16
- import { d as defineCustomElement$b } from './p-4922697f.js';
17
- import { d as defineCustomElement$a } from './p-2b19c666.js';
18
- import { d as defineCustomElement$9 } from './p-db26eba4.js';
19
- import { d as defineCustomElement$8 } from './p-edcdcc51.js';
20
- import { d as defineCustomElement$7 } from './p-46e6dd30.js';
21
- import { d as defineCustomElement$6 } from './p-f64b103b.js';
22
- import { d as defineCustomElement$5 } from './p-a560de93.js';
23
- import { d as defineCustomElement$4 } from './p-4d44c37a.js';
24
- import { d as defineCustomElement$3 } from './p-3e30f0e3.js';
25
- import { d as defineCustomElement$2 } from './p-07ed0ebd.js';
26
- import { d as defineCustomElement$1 } from './p-c77944e7.js';
11
+ import { d as defineCustomElement$h } from './p-2737c300.js';
12
+ import { d as defineCustomElement$g } from './p-97e2d2d1.js';
13
+ import { d as defineCustomElement$f } from './p-6b8fa870.js';
14
+ import { d as defineCustomElement$e } from './p-b789d768.js';
15
+ import { d as defineCustomElement$d } from './p-bf57d733.js';
16
+ import { d as defineCustomElement$b } from './p-8e748704.js';
17
+ import { d as defineCustomElement$a } from './p-1cd836ca.js';
18
+ import { d as defineCustomElement$9 } from './p-7c727d4f.js';
19
+ import { d as defineCustomElement$8 } from './p-38ce18a1.js';
20
+ import { d as defineCustomElement$7 } from './p-19580a07.js';
21
+ import { d as defineCustomElement$6 } from './p-0b423141.js';
22
+ import { d as defineCustomElement$5 } from './p-2ceb6925.js';
23
+ import { d as defineCustomElement$4 } from './p-79ae3224.js';
24
+ import { d as defineCustomElement$3 } from './p-b8c18e44.js';
25
+ import { d as defineCustomElement$2 } from './p-7d208e60.js';
26
+ import { d as defineCustomElement$1 } from './p-62c1780b.js';
27
27
 
28
28
  const styleCss = ".sc-smoothly-next-table-demo-filtered-h{display:grid;grid-template-columns:auto auto;grid-template-areas:\"header filter\"\n\t\t\"main main\";margin-bottom:50em}.sc-smoothly-next-table-demo-filtered-h>smoothly-display.sc-smoothly-next-table-demo-filtered{font-size:2em;grid-area:header}.sc-smoothly-next-table-demo-filtered-h>smoothly-filter.sc-smoothly-next-table-demo-filtered{margin-left:auto;grid-area:filter;height:fit-content}.sc-smoothly-next-table-demo-filtered-h>*.sc-smoothly-next-table-demo-filtered{margin-bottom:2rem;grid-area:main}.sc-smoothly-next-table-demo-filtered-h>smoothly-next-table.sc-smoothly-next-table-demo-filtered{grid-template-columns:min-content repeat(calc(var(--columns) - 1), auto)}smoothly-next-table.sc-smoothly-next-table-demo-filtered>smoothly-next-table-row.sc-smoothly-next-table-demo-filtered>smoothly-next-table-cell.sc-smoothly-next-table-demo-filtered:nth-of-type(2),.sc-smoothly-next-table-demo-filtered-h>smoothly-next-table.sc-smoothly-next-table-demo-filtered>smoothly-next-table-head.sc-smoothly-next-table-demo-filtered>smoothly-next-table-row.sc-smoothly-next-table-demo-filtered>smoothly-next-table-cell.sc-smoothly-next-table-demo-filtered:nth-of-type(4){justify-content:end}";
29
29
  const SmoothlyNextTableDemoFilteredStyle0 = styleCss;
@@ -55,18 +55,18 @@ const TableDemoFiltered = proxyCustomElement(class TableDemoFiltered extends H {
55
55
  }
56
56
  render() {
57
57
  const cats = this.cats && filter(this.criteria, this.cats);
58
- return (h(Host, { key: 'c404d58def3c3f7914736425f44b84ed0cf62441' }, h("smoothly-display", { key: 'a9cbe527936a663f454e7946397404f0d61af565', type: "text", value: "Filtered" }), h("smoothly-filter", { key: '00613bd320d8e7d244649e3aabb4ef8f35626abf' }, h("smoothly-filter-toggle", { key: 'dfdb7ef8c4ee1cb66836d1577a2b0315d3fc94ab', properties: { ["nested.pattern"]: "Ticked", breed: "" }, icon: "add", toolTip: "Nested Ticked", slot: "bar" }), h("smoothly-filter-toggle", { key: 'a53b725089f7909b8dba61c681be67f3b6a22648', properties: { pattern: "Ticked", breed: "" }, icon: "paw", toolTip: "Ticked cats", slot: "bar" }), h("smoothly-filter-toggle", { key: 'a9946e90151c488dca6cf485aecb7e9280eab2b1', properties: { breed: "Bombay", pattern: "Solid" }, icon: "radio-button-on", toolTip: "Solid bombay cats", slot: "bar" }), h("smoothly-filter-toggle", { key: '4d77c916108266c02800615a85ac4e86c035d002', properties: { pattern: "Colorpoint" }, not: true, active: true, icon: "alert", toolTip: "Colored cats", slot: "bar" }), h("smoothly-filter-select", { key: 'fc584e7577ae6cf7ffcf3cbb4376a113bca12041', menuHeight: "5items", label: "coat", property: "nested.coat", slot: "bar", multiple: false }, this.cats &&
58
+ return (h(Host, { key: '0dd432641c659d11a37f2cccf45cf2c98a33c79d' }, h("smoothly-display", { key: 'a8075e83e7d158d991a50434afda6d5e19753dcd', type: "text", value: "Filtered" }), h("smoothly-filter", { key: 'c35363824c3af0255adbaacf94c531623f4a4eda' }, h("smoothly-filter-toggle", { key: '206fe5173a1690ddb2d4e535660920548cec9894', properties: { ["nested.pattern"]: "Ticked", breed: "" }, icon: "add", toolTip: "Nested Ticked", slot: "bar" }), h("smoothly-filter-toggle", { key: '2532caa64b20f1b37af1bb89ef1e5713f124d829', properties: { pattern: "Ticked", breed: "" }, icon: "paw", toolTip: "Ticked cats", slot: "bar" }), h("smoothly-filter-toggle", { key: '867c7453a5eb4b8907bfd6691347d70ea45fac0c', properties: { breed: "Bombay", pattern: "Solid" }, icon: "radio-button-on", toolTip: "Solid bombay cats", slot: "bar" }), h("smoothly-filter-toggle", { key: '91d9763f9aeb845fb36daf4ab5eb32543698a7a1', properties: { pattern: "Colorpoint" }, not: true, active: true, icon: "alert", toolTip: "Colored cats", slot: "bar" }), h("smoothly-filter-select", { key: '14de2efc8309dbc7f151b4e015d5974a4e89ec1a', menuHeight: "5items", label: "coat", property: "nested.coat", slot: "bar", multiple: false }, this.cats &&
59
59
  Object.values(this.cats.reduce((r, cat) => (cat.nested ? Object.assign(Object.assign({}, r), { [cat.nested.coat]: cat }) : r), {})).map(cat => {
60
60
  var _a;
61
61
  return ((_a = cat.nested) === null || _a === void 0 ? void 0 : _a.coat) && (h("smoothly-item", { slot: "items", value: cat.nested.coat }, cat.nested.coat));
62
- })), h("div", { key: 'cd47ae3e7fde506a0fee97fccc62a0fe2cb13758', slot: "detail" }, h("smoothly-form", { key: '843a2f2d18ff4a5d226362c05271de9fdd208370', looks: "border" }, h("smoothly-filter-select", { key: 'ad9c7bf21e573c01fdadd3ebfe6bdc0a1ef58cf5', menuHeight: "5items", label: "coat", property: "nested.coat", multiple: true }, this.cats &&
62
+ })), h("div", { key: '1beb1c785eda697de92cfdec64acf0df46c1869d', slot: "detail" }, h("smoothly-form", { key: 'c79fa83df94c89b7f48b52b1bad4b28b5ba9c39f', looks: "border" }, h("smoothly-filter-select", { key: '965ecef6568e3496acc17daebb2ba88703292f88', menuHeight: "5items", label: "coat", property: "nested.coat", multiple: true }, this.cats &&
63
63
  Object.values(this.cats.reduce((r, cat) => (cat.nested ? Object.assign(Object.assign({}, r), { [cat.nested.coat]: cat }) : r), {})).map(cat => {
64
64
  var _a;
65
65
  return ((_a = cat.nested) === null || _a === void 0 ? void 0 : _a.coat) && (h("smoothly-item", { slot: "items", value: cat.nested.coat }, cat.nested.coat));
66
- })), h("smoothly-filter-select", { key: 'f9e28061b92518d2f2c6fb76bab76232ea21611b', menuHeight: "5items", label: "breed", property: "breed", multiple: false }, this.cats &&
67
- Object.values(this.cats.reduce((r, cat) => (cat.breed ? Object.assign(Object.assign({}, r), { [cat.breed]: cat }) : r), {})).map(cat => cat.breed && (h("smoothly-item", { slot: "items", value: cat.breed }, cat.breed)))), h("smoothly-filter-select", { key: '20950cf227e487754578871d8cbf7f5d1ec341aa', menuHeight: "5items", label: "names", property: "nested.names", multiple: true, type: "array" }, Object.keys(Object.values(names)
66
+ })), h("smoothly-filter-select", { key: 'c6e5b26bbe0cca9c62aaa1a693885a6e81dafba3', menuHeight: "5items", label: "breed", property: "breed", multiple: false }, this.cats &&
67
+ Object.values(this.cats.reduce((r, cat) => (cat.breed ? Object.assign(Object.assign({}, r), { [cat.breed]: cat }) : r), {})).map(cat => cat.breed && (h("smoothly-item", { slot: "items", value: cat.breed }, cat.breed)))), h("smoothly-filter-select", { key: 'c09c1f2ad4a2cbf4a940d163cc5248d9309c333d', menuHeight: "5items", label: "names", property: "nested.names", multiple: true, type: "array" }, Object.keys(Object.values(names)
68
68
  .flat()
69
- .reduce((r, name) => (Object.assign(Object.assign({}, r), { [name]: true })), {})).flatMap(name => (h("smoothly-item", { slot: "items", value: name }, name)))), h("smoothly-filter-input", { key: '4ae6421aeff8d0d33c4d1241e27af31cfc58a536', label: "Coat", property: "coat" }), h("smoothly-filter-input", { key: 'd9b10a96f555bc1ca6f468a58309cce0eab8fe35', label: "Nested Coat", property: "nested.coat" })))), !cats ? ("Failed to load data.") : (h("smoothly-next-table", { columns: 4 }, h("smoothly-next-table-head", null, h("smoothly-next-table-row", null, h("smoothly-next-table-cell", null, this.selector.render(cats)), h("smoothly-next-table-cell", null, "Breed"), h("smoothly-next-table-cell", null, "Coat"), h("smoothly-next-table-cell", null, "Price"))), cats.map(cat => (h("smoothly-next-table-row", null, h("smoothly-next-table-cell", null, this.selector.render(cat)), h("smoothly-next-table-expandable-cell", null, cat.breed, h("div", { slot: "detail" }, "Country: ", cat.country)), h("smoothly-next-table-expandable-cell", null, cat.coat, h("div", { slot: "detail" }, "Pattern: ", cat.pattern)), h("smoothly-next-table-cell", null, h("smoothly-display", { type: "price", value: cat.price, currency: "SEK" }))))), h("smoothly-next-table-foot", null, h("smoothly-next-table-row", null, h("smoothly-next-table-cell", { span: 3 }, h("smoothly-display", { type: "text", value: `Selected: ${this.selector.selected.length != 0 ? this.selector.selected.length : cats ? cats.length : "?"}` }))))))));
69
+ .reduce((r, name) => (Object.assign(Object.assign({}, r), { [name]: true })), {})).flatMap(name => (h("smoothly-item", { slot: "items", value: name }, name)))), h("smoothly-filter-input", { key: '59e3e17c59829697530b1b05ed8c8cc58da1436e', label: "Coat", property: "coat" }), h("smoothly-filter-input", { key: '691be43977e1095305539c619c20bd8a10d4b63e', label: "Nested Coat", property: "nested.coat" })))), !cats ? ("Failed to load data.") : (h("smoothly-next-table", { columns: 4 }, h("smoothly-next-table-head", null, h("smoothly-next-table-row", null, h("smoothly-next-table-cell", null, this.selector.render(cats)), h("smoothly-next-table-cell", null, "Breed"), h("smoothly-next-table-cell", null, "Coat"), h("smoothly-next-table-cell", null, "Price"))), cats.map(cat => (h("smoothly-next-table-row", null, h("smoothly-next-table-cell", null, this.selector.render(cat)), h("smoothly-next-table-expandable-cell", null, cat.breed, h("div", { slot: "detail" }, "Country: ", cat.country)), h("smoothly-next-table-expandable-cell", null, cat.coat, h("div", { slot: "detail" }, "Pattern: ", cat.pattern)), h("smoothly-next-table-cell", null, h("smoothly-display", { type: "price", value: cat.price, currency: "SEK" }))))), h("smoothly-next-table-foot", null, h("smoothly-next-table-row", null, h("smoothly-next-table-cell", { span: 3 }, h("smoothly-display", { type: "text", value: `Selected: ${this.selector.selected.length != 0 ? this.selector.selected.length : cats ? cats.length : "?"}` }))))))));
70
70
  }
71
71
  static get style() { return SmoothlyNextTableDemoFilteredStyle0; }
72
72
  }, [2, "smoothly-next-table-demo-filtered", {
@@ -207,4 +207,4 @@ defineCustomElement();
207
207
 
208
208
  export { TableDemoFiltered as T, defineCustomElement as d };
209
209
 
210
- //# sourceMappingURL=p-971ff797.js.map
210
+ //# sourceMappingURL=p-0ea6c8fd.js.map