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
@@ -1,2 +1,2 @@
1
- import{r as s,h as i}from"./p-ad674a4e.js";import{T as t,M as e}from"./p-6d7ee489.js";import"./p-34d144e8.js";const r=".sc-smoothly-trigger-sink-h{display:block}[hidden].sc-smoothly-trigger-sink-h{display:none}";const n=r;const o=class{constructor(i){s(this,i);this.context=undefined;this.destination=undefined;this.filter=undefined}get filters(){if(!this.filtersValue)this.filtersValue=this.filter?this.filter.split(" "):[];return this.filtersValue}TriggerListener(s){if(t.is(s.detail)&&this.filters.some((i=>i==s.detail.name))){e.send(this.destination,s.detail,this.context||window);s.preventDefault();s.stopPropagation()}}render(){return i("slot",{key:"687672f602078fad85ca1b42295a02e312ba897f"})}};o.style=n;export{o as smoothly_trigger_sink};
2
- //# sourceMappingURL=p-651dcac2.entry.js.map
1
+ import{r as s,h as i}from"./p-ad674a4e.js";import{T as t,M as e}from"./p-6d7ee489.js";import"./p-34d144e8.js";const r=".sc-smoothly-trigger-sink-h{display:block}[hidden].sc-smoothly-trigger-sink-h{display:none}";const n=r;const o=class{constructor(i){s(this,i);this.context=undefined;this.destination=undefined;this.filter=undefined}get filters(){if(!this.filtersValue)this.filtersValue=this.filter?this.filter.split(" "):[];return this.filtersValue}TriggerListener(s){if(t.is(s.detail)&&this.filters.some((i=>i==s.detail.name))){e.send(this.destination,s.detail,this.context||window);s.preventDefault();s.stopPropagation()}}render(){return i("slot",{key:"6e203ad46a8b284ba3dbc155afd5956b8e9f1eca"})}};o.style=n;export{o as smoothly_trigger_sink};
2
+ //# sourceMappingURL=p-6a5409cf.entry.js.map
@@ -1,2 +1,2 @@
1
- import{r as s,c as t,h as e,g as o}from"./p-ad674a4e.js";import{M as i,T as r}from"./p-6d7ee489.js";import"./p-34d144e8.js";const n=".sc-smoothly-trigger-source-h{display:block}[hidden].sc-smoothly-trigger-source-h{display:none}";const c=n;const h=class{constructor(e){s(this,e);this.trigger=t(this,"trigger",7);this.smoothlyMessage=t(this,"smoothlyMessage",7);this.listen=undefined}componentDidLoad(){i.listen(this.listen,((s,t)=>{if(r.is(t))this.trigger.emit(t);else this.smoothlyMessage.emit({destination:s,content:t})}),window)}render(){return e("slot",{key:"1260a3c079cf2809fe3c77370f8bf149a558674e"})}get element(){return o(this)}};h.style=c;export{h as smoothly_trigger_source};
2
- //# sourceMappingURL=p-9f631b35.entry.js.map
1
+ import{r as s,c as t,h as e,g as o}from"./p-ad674a4e.js";import{M as i,T as r}from"./p-6d7ee489.js";import"./p-34d144e8.js";const n=".sc-smoothly-trigger-source-h{display:block}[hidden].sc-smoothly-trigger-source-h{display:none}";const a=n;const h=class{constructor(e){s(this,e);this.trigger=t(this,"trigger",7);this.smoothlyMessage=t(this,"smoothlyMessage",7);this.listen=undefined}componentDidLoad(){i.listen(this.listen,((s,t)=>{if(r.is(t))this.trigger.emit(t);else this.smoothlyMessage.emit({destination:s,content:t})}),window)}render(){return e("slot",{key:"731d2e003d86a8519078bcb8478aaff5575140e6"})}get element(){return o(this)}};h.style=a;export{h as smoothly_trigger_source};
2
+ //# sourceMappingURL=p-7afb0711.entry.js.map
@@ -0,0 +1,2 @@
1
+ import{r as e,h as a,H as t}from"./p-ad674a4e.js";import{D as o}from"./p-34d144e8.js";const c=class{constructor(a){e(this,a)}render(){return a(t,{key:"a7363fb37747fa771200774b6eb291900cf18ba7"},a("h2",{key:"9f94363e4d1d3f79c31ce7e24c493f7c19ed4a0e"},"All inputs"),a("smoothly-form",{key:"2c9595b887a54795a93899dcef6d543e693fbcd3",looks:"grid",readonly:true,action:"https://api.toiletapi.com/6b12fd2f-e896-46f9-b38f-25cf42cee4b4"},a("smoothly-input",{key:"bd5c0f59c89e2b1384ca8eeb83be6576c5ac04a5",readonly:true,name:"First Name",value:"John"},"First name"),a("smoothly-input",{key:"93fa95196b221f5ba42c49105436dde16ebe6a56",name:"Last name",value:"Doe"},"Last name",a("smoothly-input-clear",{key:"47ed0d2a0f45c22f9506295140478d41d9a52316",size:"icon",slot:"end"})),a("smoothly-input",{key:"26b05cf4d705cc457d0cf068f21bb24d67f58a4a",type:"phone",name:"Phone",value:"777888999"},"Phone",a("smoothly-input-reset",{key:"1ee178613933c5d8327c2a1d33762d77f3fb5746",size:"icon",slot:"end"})),a("smoothly-input-radio",{key:"92dc3112a329c01f82801084d728a406147eed11",clearable:true,name:"radioFirstInput"},a("p",{key:"9e8bd9f4f47b61973745f731f9328f46d7667dd0",slot:"label"},"Clearable"),a("smoothly-input-radio-item",{key:"15a7534b28f88c996daaadd61552b14178b6c81c",slot:"options",value:"first"},"Label 1"),a("smoothly-input-radio-item",{key:"e28d99c87efc661dd1e7c386d9a2ae617c7baf9e",selected:true,slot:"options",value:"second"},"Label 2"),a("smoothly-input-radio-item",{key:"8f9012008d279f42d39863bb20f0c3e4e16a51e1",slot:"options",value:"third"},"Label 3")),a("smoothly-input-color",{key:"01b10184e846da2e9ba1b2f889ebd37b72c96f64",name:"color",value:"#479f56",output:"rgb"},"Color"),a("smoothly-input-select",{key:"a13f81647f00fb6784e21195ea2ced3900552e54",menuHeight:"7.5items",placeholder:"Select...",multiple:true,name:"select-month"},a("label",{key:"c2de2c5c7411c5c342ab1ff9a2f415c6b49efb34",slot:"label"},"Month"),a("smoothly-item",{key:"6b7d7acbd40b20d60d3847b0b040de2fc756dc44",value:"1"},"January"),a("smoothly-item",{key:"99f631d7cccfb77923129b748ffc787d292ff3ed",value:"2"},"February"),a("smoothly-item",{key:"c329797250f8849f7026204fd4c2812386bb3c3d",value:"3"},"March"),a("smoothly-item",{key:"c9415752338eb4d9ea2803921ec7df77d4a20e6f",value:"4"},"April"),a("smoothly-item",{key:"7a77c212f11a8bb6f7d39183fb8911cc460c3cb9",value:"5"},"May"),a("smoothly-item",{key:"97f29f0080581a913303d2e16cb095c58f365b0b",value:"6"},"June"),a("smoothly-item",{key:"b289f94115d424f7868d110f078ba38631b3b031",value:"7"},"July"),a("smoothly-item",{key:"abd27addf10a357dd8e94933eaab563079927bc1",value:"8"},"August"),a("smoothly-item",{key:"81f5e1d3f2f32316ecfa5c49f110f573f4dfd444",value:"9"},"September"),a("smoothly-item",{key:"3bbd4df109d0b2db36ea2a486ac7f1e1bd61793f",value:"10"},"October"),a("smoothly-item",{key:"de72a03c9d508b852a880b01124a9ba8045b8c25",value:"11"},"November"),a("smoothly-item",{key:"f1871cf3bb02241969be77a21305f138cacba98b",value:"12"},"December"),a("smoothly-input-clear",{key:"0fcec9fb51eaf1507a608f57ccace7da5b70833d",size:"icon",slot:"end"})),a("smoothly-input-select",{key:"ae40715db85a87514874fa0088ffa6cbec2acef8",name:"select-icon",clearable:false,showSelected:false},a("smoothly-item",{key:"00c7f8e739cfd069225b405ba08a8543e4b089aa",value:"folder",selected:true},a("smoothly-icon",{key:"36e2092272d468603970198a2f71716699c772c4",size:"small",name:"folder-outline"})),a("smoothly-item",{key:"ae6294dc791a9e9e8da364c1f4a4b87d671e39f0",value:"camera"},a("smoothly-icon",{key:"e4f96905b253779aa553cab21e193e32217ceaa2",size:"small",name:"camera-outline"}))),a("smoothly-input-checkbox",{key:"677d2d54b3fc66419b67427e92571219466eef83",name:"checkbox"},"Check the box"),a("smoothly-input-checkbox",{key:"ce6ef60439a2bcc4306037786665206489136c85",name:"checkbox2",checked:true},"Check the box 2"),a("smoothly-input-date-range",{key:"c88dd5dc37d0c1b3f602d9698891aade3e69a8f7",start:o.now(),end:o.now()}),a("smoothly-input-date",{key:"531324bc8ac48c07bd44918b392bb8305e088d46",name:"date"},"Date",a("smoothly-input-clear",{key:"6dfd998669eeac5cff1fd6bc7d1c9bd7974b7d11",slot:"end"})),a("smoothly-input-range",{key:"ae998ffffdd7486b4a96c35138b9ea6e4036a616",step:1,name:"range3",value:2e4},"Select"),a("smoothly-input",{key:"fa69821396705f7aec7f4d57beafa3cfccee222a",name:"pets.0.name"},"First Pet's Name"),a("smoothly-input-range",{key:"ac5e3389cfc3c83146b6fec374d0a8181c91c0ed",name:"pets.0.age",max:100,step:1},"First Pet's Age"),a("smoothly-input",{key:"899fdf7b6f9deb1a8962e2ed5455cd323f1b4a3d",name:"pets.1.name"},"Second Pet's Name"),a("smoothly-input-range",{key:"eb86cb64cf67953fe7abc8b377c1ee6283f70e37",name:"pets.1.age",max:100,step:1},"Second Pet's Age"),a("smoothly-input",{key:"3d07239a38fe2864136e154d9513752b5e6c438e",name:"pets.2.name"},"Third Pet's Name"),a("smoothly-input-range",{key:"29f520da55d348db875bd9f76f594dad8313bd88",name:"pets.2.age",max:100,step:1},"Third Pet's Age"),a("smoothly-input-file",{key:"60cf922af34e42fd3e0583d4a052a73f13f164c2",name:"profile",placeholder:"Click or drag your profile picture here..."},a("span",{key:"0be220c827b638a65f5b14fb66d96506f9ec135d",slot:"label"},"Profile"),a("smoothly-icon",{key:"6b8d47dbcde36276aa899bfdba4fc415acd30557",slot:"button",name:"person-circle-outline",size:"tiny",fill:"default"})),a("smoothly-input-clear",{key:"629a6561f14ff411c8827c49309b931943fe1be5",fill:"default",type:"form",color:"warning",slot:"clear",size:"icon",shape:"rounded"}),a("smoothly-input-edit",{key:"e2bee73ff3a9bda617bdd5c06e59e082f3041010",fill:"default",type:"form",color:"tertiary",slot:"edit",size:"icon",shape:"rounded"}),a("smoothly-input-reset",{key:"703223e667642b74d657b08b0ba2b9c85a475f78",fill:"default",type:"form",color:"warning",slot:"reset",size:"icon",shape:"rounded"}),a("smoothly-input-submit",{key:"b69cd40c4bdcef38e8a3a0706cf810fc5cffd681",delete:true,slot:"delete",color:"danger",size:"icon",shape:"rounded"}),a("smoothly-input-submit",{key:"fbac32bd5f5ce7df4d1057197c1e432765533278",fill:"default",color:"success",slot:"submit",size:"icon",shape:"rounded"})))}};export{c as smoothly_input_checkbox_demo};
2
+ //# sourceMappingURL=p-8fa9500d.entry.js.map
@@ -1,2 +1,2 @@
1
- import{p as e,b as o}from"./p-ad674a4e.js";export{s as setNonce}from"./p-ad674a4e.js";import{g as l}from"./p-72539472.js";var t=()=>{const o=import.meta.url;const l={};if(o!==""){l.resourcesUrl=new URL(".",o).href}return e(l)};t().then((async e=>{await l();return o(JSON.parse('[["p-8cc47619",[[0,"smoothly-app-demo",{"baseUrl":[1,"base-url"]}],[2,"smoothly-form-demo"],[2,"smoothly-next-demo"],[2,"smoothly-input-demo",{"duration":[32],"alphanumeric":[32]}],[2,"smoothly-table-demo"],[2,"smoothly-icon-demo",{"display":[32],"props":[32]}],[2,"smoothly-theme-demo"],[0,"smoothly-display-demo",{"downloadingSpinner":[32]}],[0,"smoothly-button-demo"],[2,"smoothly-dialog-demo",{"openModal":[32],"openTallModal":[32],"showFrame":[32]}],[4,"smoothly-app",{"label":[513],"color":[1],"home":[1],"menuOpen":[1540,"menu-open"],"selected":[32],"selectRoom":[64]},[[8,"popstate","locationChangeHandler"],[0,"smoothlyRoomSelected","roomSelectedHandler"],[0,"smoothlyRoomLoaded","roomLoadedHandler"],[8,"click","clickHandler"]],{"selected":["selectedChanged"]}],[6,"smoothly-app-room",{"label":[513],"icon":[513],"disabled":[516],"path":[1],"selected":[1540],"content":[16],"getContent":[64],"setSelected":[64]}],[2,"smoothly-tabs-demo"],[2,"smoothly-form-demo-pet",{"hasOwner":[32],"owner":[32],"value":[32]}],[2,"smoothly-form-demo-all"],[2,"smoothly-input-demo-standard",{"duration":[32],"options":[32]}],[2,"smoothly-next-table-demo-filtered",{"criteria":[32],"cats":[32],"selector":[32]},[[0,"smoothlyFilter","onFilterUpdate"],[0,"smoothlyInput","smoothlyInputHandler"]]],[2,"smoothly-table-demo-filtered",{"criteria":[32],"cats":[32],"selector":[32]},[[0,"smoothlyFilter","onFilterUpdate"],[0,"smoothlyInput","smoothlyInputHandler"]]],[2,"smoothly-table-testing",{"counter":[32]}],[2,"smoothly-next-demo-group"],[2,"smoothly-form-demo-transparent"],[2,"smoothly-form-demo-typed"],[2,"smoothly-next-demo-colspan"],[2,"smoothly-next-demo-nested"],[2,"smoothly-next-demo-simple"],[2,"smoothly-form-demo-controlled",{"name":[32],"currency":[32],"date":[32]},null,{"name":["nameChanged"]}],[2,"smoothly-form-demo-date"],[2,"smoothly-form-demo-date-range"],[0,"smoothly-input-color-demo"],[0,"smoothly-input-range-demo"],[2,"smoothly-form-demo-login"],[2,"smoothly-form-demo-prices"],[2,"smoothly-form-demo-card"],[0,"smoothly-display-demo-json"],[2,"smoothly-theme-guide"],[2,"smoothly-input-price-demo",{"currencies":[32],"currency":[32]}],[6,"smoothly-notifier",{"icon":[4],"notices":[32]},[[0,"notice","onNotice"],[0,"remove","onRemove"]]],[6,"smoothly-theme-picker",{"element":[1]}],[6,"smoothly-dialog",{"color":[513],"open":[1540],"closable":[516],"header":[513]},[[0,"trigger","TriggerListener"]]],[2,"smoothly-theme-colors"],[2,"smoothly-toggle-switch-demo"],[2,"smoothly-burger",{"visible":[1540],"open":[1540],"mediaQuery":[513,"media-query"],"history":[32]},[[0,"click","clickHandler"],[9,"resize","resizeHandler"]],{"open":["openChanged"]}],[6,"smoothly-modal",{"open":[1540],"closable":[516],"align":[513]},null,{"open":["openChanged"]}],[2,"smoothly-frame",{"url":[1],"name":[513],"origin":[1],"send":[64]}],[6,"smoothly-label",{"hue":[2],"description":[1],"shape":[513]}],[6,"smoothly-toggle",{"selected":[1540],"shape":[513],"disabled":[516],"name":[1],"value":[8]},[[0,"click","onClick"]]],[2,"smoothly-next-demo-nested-inner",{"data":[16]}],[2,"smoothly-notification",{"notice":[16],"closable":[4],"icon":[4],"tick":[32]},[[0,"trigger","onTrigger"]],{"notice":["onUpdatedNotice"]}],[2,"smoothly-back-to-top",{"opacity":[1],"bottom":[1],"right":[1],"visible":[32]}],[2,"smoothly-theme-color",{"color":[1]}],[6,"smoothly-next-table-row-group",{"align":[516],"open":[1540]}],[6,"smoothly-submit",{"color":[513],"expand":[513],"fill":[513],"disabled":[516],"type":[513],"size":[513],"shape":[513],"prevent":[4]},[[0,"click","clickHandler"]]],[6,"smoothly-table-expandable-row",{"open":[1540],"allowSpotlight":[32],"spotlight":[32]},[[0,"smoothlyTableLoad","handleTableLoaded"]],{"open":["handleSpotlight"],"allowSpotlight":["handleSpotlight"]}],[6,"smoothly-table-cell"],[6,"smoothly-table-expandable-cell",{"open":[1540],"allowSpotlight":[32],"spotlight":[32]},[[0,"click","onClick"],[0,"smoothlyTableLoad","handleTableLoaded"]],{"open":["openChanged","handleSpotlight"],"allowSpotlight":["handleSpotlight"]}],[6,"smoothly-table",{"root":[1540],"color":[1537],"align":[513],"open":[1540]},[[0,"smoothlyExpandableLoad","handleExpandableLoaded"],[0,"smoothlyExpandableChange","handleExpandableState"],[0,"smoothlySpotlightChange","handleSpotlightState"],[0,"smoothlyNestedTable","handleNestedTable"],[0,"smoothlyExpansionLoad","handleEvents"],[0,"smoothlyExpansionOpen","handleEvents"]]],[6,"smoothly-table-footer"],[6,"smoothly-table-header",{"name":[513]}],[6,"smoothly-table-row",{"open":[1540]},[[0,"smoothlyExpansionLoad","onExpansionLoad"],[0,"smoothlyExpandableChange","onExpansionChange"],[0,"smoothlyExpansionOpen","onExpansionOpen"]]],[6,"smoothly-tabs",{"tabs":[32],"selectedElement":[32]},[[0,"smoothlyTabLoad","onInputLoad"],[0,"smoothlyTabOpen","openChanged"]],{"selectedElement":["onSelectedChange"]}],[2,"smoothly-theme-color-variant",{"color":[513],"variant":[513]}],[6,"smoothly-filter",{"detailChildren":[32],"criteria":[32],"expanded":[32]},[[0,"smoothlyFilterUpdate","updateHandler"],[0,"smoothlyFilterManipulate","manipulateHandler"],[0,"smoothlyFilterField","filterFieldHandler"]]],[6,"smoothly-filter-select",{"label":[1],"property":[1],"menuHeight":[1,"menu-height"],"multiple":[4],"type":[1],"looks":[1025]},[[0,"smoothlyInputLoad","smoothlyInputLoadHandler"],[0,"smoothlyInputLooks","smoothlyInputLooksHandler"]]],[6,"smoothly-filter-input",{"label":[1],"property":[1],"placeholder":[1],"needle":[32]}],[6,"smoothly-input-edit",{"color":[1],"expand":[513],"fill":[513],"disabled":[1540],"display":[1540],"shape":[513],"type":[513],"size":[513],"toolTip":[1,"tool-tip"]},[[0,"click","clickHandler"]]],[2,"smoothly-filter-toggle",{"icon":[1],"properties":[16],"toolTip":[1,"tool-tip"],"not":[4],"flip":[516],"active":[1028]}],[6,"smoothly-summary",{"open":[1540],"color":[1],"fill":[1],"size":[1]},[[0,"smoothlyInputLoad","onInputLoad"],[0,"smoothlyInput","onInputLoad"]]],[6,"smoothly-next-table-foot"],[6,"smoothly-tab",{"label":[1],"open":[1540]},[[0,"click","onClick"],[0,"smoothlyInputLoad","onInputLoad"],[0,"smoothlyInput","onInputLoad"]],{"open":["openHandler"]}],[2,"smoothly-filter-field",{"criteria":[8],"clear":[64]}],[6,"smoothly-lazy",{"show":[1028],"content":[16]}],[6,"smoothly-next-table-expandable-cell",{"span":[514],"open":[1540],"close":[64]},null,{"open":["openChange"]}],[6,"smoothly-next-table-expandable-row",{"open":[1540]},null,{"open":["openChange"]}],[6,"smoothly-trigger",{"color":[513],"fill":[513],"disabled":[516],"type":[513],"name":[1],"value":[8]},[[0,"click","onClick"]]],[6,"smoothly-input-checkbox",{"name":[513],"changed":[1028],"readonly":[1540],"checked":[1028],"value":[4],"looks":[1537],"color":[1537],"disabled":[516],"register":[64],"unregister":[64],"getValue":[64],"clear":[64],"listen":[64],"edit":[64],"reset":[64],"setInitialValue":[64]},null,{"checked":["elementCheck"]}],[2,"smoothly-load-more",{"triggerMode":[1,"trigger-mode"],"name":[1],"multiple":[4],"inView":[32]}],[6,"smoothly-next-table-body"],[6,"smoothly-input-color",{"value":[1025],"looks":[1537],"color":[1537],"changed":[1028],"readonly":[1540],"output":[1],"name":[513],"showLabel":[516,"show-label"],"open":[32],"sliderMode":[32],"register":[64],"unregister":[64],"getValue":[64],"clear":[64],"listen":[64],"edit":[64],"reset":[64],"setInitialValue":[64]},[[0,"smoothlyInputLooks","smoothlyInputLooksHandler"],[0,"smoothlyInputLoad","smoothlyInputLoadHandler"],[8,"click","onWindowClick"]],{"value":["valueChanged"]}],[6,"smoothly-input-date-range",{"name":[513],"color":[1537],"looks":[1537],"readonly":[1540],"showLabel":[516,"show-label"],"start":[1025],"end":[1025],"placeholder":[1],"invalid":[4],"max":[1],"min":[1],"changed":[1028],"value":[32],"open":[32],"register":[64],"unregister":[64],"getValue":[64],"listen":[64],"edit":[64],"reset":[64],"setInitialValue":[64],"clear":[64]},[[0,"smoothlyInputLoad","smoothlyInputLoadHandler"],[0,"smoothlyInputLooks","smoothlyInputLooksHandler"],[8,"click","onWindowClick"]],{"start":["updateValue"],"end":["updateValue"],"value":["valueChanged"]}],[6,"smoothly-input-clear",{"color":[1],"expand":[513],"fill":[513],"disabled":[1540],"size":[513],"shape":[513],"display":[1540],"type":[513],"tooltip":[1]},[[0,"click","clickHandler"]]],[6,"smoothly-input-file",{"changed":[1028],"readonly":[1540],"accept":[1],"color":[1537],"looks":[1537],"camera":[513],"name":[513],"showLabel":[516,"show-label"],"value":[1040],"placeholder":[1537],"dragging":[32],"register":[64],"unregister":[64],"getValue":[64],"clear":[64],"listen":[64],"edit":[64],"reset":[64],"setInitialValue":[64],"binary":[64]},[[0,"smoothlyInputLoad","smoothlyInputLoadHandler"]],{"value":["valueChanged"]}],[6,"smoothly-input-radio-item",{"value":[1032],"selected":[1540],"looks":[1537],"name":[1025]}],[6,"smoothly-input-radio",{"changed":[1028],"value":[1032],"looks":[1537],"color":[1537],"clearable":[4],"readonly":[1540],"name":[513],"showLabel":[516,"show-label"],"listen":[64],"register":[64],"unregister":[64],"getValue":[64],"clear":[64],"edit":[64],"reset":[64],"setInitialValue":[64]},[[0,"smoothlyRadioItemRegister","handleRegister"],[0,"smoothlyInputLoad","smoothlyInputLoadHandler"],[0,"smoothlySelect","smoothlyRadioInputHandler"]],{"value":["valueChanged"],"readonly":["watchingReadonly"]}],[6,"smoothly-next-table",{"columns":[2]},[[0,"smoothlyNextTableExpandableRowChange","smoothlyNextTableExpandableRowChange"],[0,"smoothlyNextTableExpandableCellChange","smoothlyNextTableExpandableCellChange"]]],[6,"smoothly-next-table-cell",{"span":[514]}],[6,"smoothly-next-table-head",{"scrolled":[32]}],[6,"smoothly-next-table-row",null,[[0,"smoothlyNextTableExpandableCellRegister","smoothlyNextTableExpandableCellRegisterHandler"],[0,"smoothlyNextTableExpandableCellChange","smoothlyNextTableExpandableCellChangeHandler"]]],[6,"smoothly-input-date",{"color":[1537],"looks":[1537],"name":[513],"changed":[1028],"readonly":[1540],"invalid":[4],"value":[1025],"open":[1028],"max":[1025],"min":[1025],"showLabel":[516,"show-label"],"register":[64],"unregister":[64],"getValue":[64],"listen":[64],"clear":[64],"edit":[64],"reset":[64],"setInitialValue":[64]},[[0,"smoothlyInput","smoothlyInputHandler"],[0,"smoothlyInputLooks","smoothlyInputLooksHandler"],[0,"smoothlyInputLoad","smoothlyInputLoadHandler"],[8,"click","onWindowClick"],[0,"smoothlyDateSet","dateSetHandler"]],{"value":["onStart"]}],[6,"smoothly-input-reset",{"color":[1],"expand":[513],"fill":[513],"disabled":[1540],"size":[513],"shape":[513],"display":[1540],"type":[513],"tooltip":[1]},[[0,"click","clickHandler"]]],[6,"smoothly-input-range",{"value":[1026],"looks":[1537],"color":[1537],"changed":[1028],"defined":[1028],"readonly":[1540],"type":[1],"min":[2],"max":[2],"name":[513],"step":[2],"outputSide":[1,"output-side"],"label":[1],"showInput":[32],"register":[64],"unregister":[64],"getValue":[64],"clear":[64],"listen":[64],"edit":[64],"reset":[64],"setInitialValue":[64]},[[0,"smoothlyInputLoad","smoothlyInputLoadHandler"],[0,"smoothlyInputLooks","smoothlyInputLooksHandler"]],{"value":["valueChanged"]}],[2,"smoothly-toggle-switch",{"checkmark":[516],"selected":[1540],"disabled":[516],"size":[513],"color":[513],"fill":[513]}],[6,"smoothly-calendar",{"month":[1025],"value":[1025],"start":[1025],"end":[1025],"max":[1025],"min":[1025],"doubleInput":[516,"double-input"],"firstSelected":[32]},null,{"start":["onStart"],"end":["onEnd"]}],[6,"smoothly-input-month",{"readonly":[1540],"color":[513],"looks":[1537],"name":[513],"value":[1025],"max":[1025],"min":[1025],"next":[516],"previous":[516],"inCalendar":[516,"in-calendar"],"showLabel":[516,"show-label"],"allowPreviousMonth":[32],"allowNextMonth":[32],"register":[64],"unregister":[64],"getValue":[64],"clear":[64],"listen":[64],"edit":[64],"reset":[64],"setInitialValue":[64]},[[0,"smoothlyInputLooks","smoothlyInputLooksHandler"],[0,"smoothlyInputLoad","smoothlyInputLoadHandler"]],{"value":["valueChanged","setAllowPreviousMonth","setAllowNextMonth"],"min":["setAllowPreviousMonth"],"max":["setAllowNextMonth"]}],[6,"smoothly-input-submit",{"delete":[516],"color":[1],"icon":[8],"expand":[513],"fill":[513],"disabled":[1540],"display":[1540],"shape":[513],"size":[513],"toolTip":[1,"tool-tip"]}],[6,"smoothly-button-confirm",{"color":[1],"name":[513],"doubleClickTime":[2,"double-click-time"],"expand":[513],"fill":[1],"disabled":[516],"shape":[1],"size":[1],"clickTimeStamp":[32]}],[4,"smoothly-form",{"color":[1537],"value":[1040],"action":[1],"validator":[16],"type":[1],"readonly":[1028],"looks":[513],"name":[513],"prevent":[4],"changed":[1028],"processing":[1040],"removeInput":[64],"listen":[64],"submit":[64],"clear":[64],"edit":[64],"reset":[64],"setInitialValue":[64]},[[0,"smoothlyInputLooks","smoothlyInputLooksHandler"],[0,"smoothlyInput","smoothlyInputHandler"],[8,"smoothlyFormSubmit","windowSubmitHandler"],[0,"smoothlyFormSubmit","submitHandler"],[0,"smoothlyInputLoad","smoothlyInputLoadHandler"],[0,"smoothlyFormDisable","smoothlyFormDisableHandler"]],{"value":["watchValue"],"readonly":["watchReadonly"]}],[2,"smoothly-spinner",{"size":[513],"overlay":[516]}],[6,"smoothly-input-select",{"invalid":[4],"name":[513],"color":[1537],"looks":[1537],"showLabel":[516,"show-label"],"showSelected":[1540,"show-selected"],"readonly":[1540],"inCalendar":[516,"in-calendar"],"ordered":[516],"multiple":[4],"clearable":[4],"changed":[1028],"defined":[1028],"placeholder":[520],"menuHeight":[1,"menu-height"],"required":[4],"searchDisabled":[4,"search-disabled"],"mutable":[4],"open":[32],"selected":[32],"filter":[32],"addedItems":[32],"register":[64],"unregister":[64],"getValue":[64],"getItems":[64],"listen":[64],"reset":[64],"clear":[64],"edit":[64],"setInitialValue":[64]},[[0,"smoothlyInputLoad","smoothlyInputLoadHandler"],[8,"click","onWindowClick"],[0,"smoothlyItemSelect","onItemSelect"],[0,"keydown","onKeyDown"]],{"selected":["onSelectedChange"],"required":["onRequiredChange"],"filter":["onFilterChange"],"readonly":["watchingReadonly"],"open":["onClosed"]}],[2,"smoothly-display",{"type":[1],"label":[1],"value":[8],"collapseDepth":[2,"collapse-depth"],"toInteger":[4,"to-integer"],"currency":[1],"country":[1],"format":[16]}],[6,"smoothly-item",{"value":[8],"selected":[1540],"marked":[1540],"selectable":[516],"deselectable":[4],"filter":[64]},[[0,"click","clickHandler"]],{"selected":["selectedWatcher"]}],[2,"smoothly-display-json",{"value":[8],"collapseDepth":[2,"collapse-depth"]}],[6,"smoothly-button",{"color":[513],"expand":[513],"fill":[513],"disabled":[516],"type":[513],"size":[513],"shape":[513],"link":[1]}],[2,"smoothly-display-json-object",{"value":[16],"collapseDepth":[2,"collapse-depth"],"open":[32],"empty":[32]}],[2,"smoothly-display-json-primitive",{"value":[8]}],[2,"smoothly-display-json-record-key",{"value":[8]}],[6,"smoothly-input",{"color":[1537],"looks":[1537],"name":[513],"value":[1032],"type":[513],"required":[516],"showLabel":[516,"show-label"],"autocomplete":[1],"placeholder":[513],"disabled":[4],"readonly":[1540],"toInteger":[4,"to-integer"],"currency":[513],"invalid":[516],"changed":[1028],"errorMessage":[1,"error-message"],"initialValue":[32],"state":[32],"getValue":[64],"setValue":[64],"setFocus":[64],"setSelection":[64],"listen":[64],"register":[64],"unregister":[64],"clear":[64],"edit":[64],"reset":[64],"setInitialValue":[64]},[[0,"smoothlyInputLoad","smoothlyInputLoadHandler"],[0,"input","onEvent"],[0,"beforeinput","onEvent"]],{"currency":["typeChange"],"type":["typeChange"],"state":["stateChange"],"value":["valueChange"],"readonly":["readonlyChange"]}],[2,"smoothly-icon",{"color":[513],"fill":[513],"name":[513],"size":[513],"rotate":[514],"flip":[513],"toolTip":[1,"tool-tip"],"latestPromise":[32],"document":[32]},null,{"toolTip":["nameChanged"],"name":["nameChanged"]}]]],["p-22f843be",[[2,"smoothly-input-checkbox-demo"]]],["p-152fd0d7",[[6,"smoothly-checkbox",{"size":[1],"checked":[1540],"intermediate":[1540],"unavailable":[516],"disabled":[516],"name":[513],"value":[8],"t":[32],"toggle":[64],"clear":[64]},null,{"checked":["unavailableChanged"],"unavailable":["unavailableChanged"]}]]],["p-75a26859",[[6,"smoothly-color",{"color":[513]}]]],["p-3ede8604",[[2,"smoothly-country",{"value":[1],"text":[1],"language":[32]}]]],["p-651dcac2",[[6,"smoothly-trigger-sink",{"context":[16],"destination":[1],"filter":[1]},[[0,"trigger","TriggerListener"]]]]],["p-9f631b35",[[6,"smoothly-trigger-source",{"listen":[1]}]]]]'),e)}));
1
+ import{p as e,b as o}from"./p-ad674a4e.js";export{s as setNonce}from"./p-ad674a4e.js";import{g as l}from"./p-72539472.js";var t=()=>{const o=import.meta.url;const l={};if(o!==""){l.resourcesUrl=new URL(".",o).href}return e(l)};t().then((async e=>{await l();return o(JSON.parse('[["p-01a28324",[[0,"smoothly-app-demo",{"baseUrl":[1,"base-url"]}],[2,"smoothly-form-demo"],[2,"smoothly-next-demo"],[2,"smoothly-input-demo",{"duration":[32],"alphanumeric":[32]}],[2,"smoothly-table-demo"],[2,"smoothly-icon-demo",{"display":[32],"props":[32]}],[2,"smoothly-theme-demo"],[0,"smoothly-display-demo",{"downloadingSpinner":[32]}],[0,"smoothly-button-demo"],[2,"smoothly-dialog-demo",{"openModal":[32],"openTallModal":[32],"showFrame":[32]}],[4,"smoothly-app",{"label":[513],"color":[1],"home":[1],"menuOpen":[1540,"menu-open"],"selected":[32],"selectRoom":[64]},[[8,"popstate","locationChangeHandler"],[0,"smoothlyRoomSelected","roomSelectedHandler"],[0,"smoothlyRoomLoaded","roomLoadedHandler"],[8,"click","clickHandler"]],{"selected":["selectedChanged"]}],[6,"smoothly-app-room",{"label":[513],"icon":[513],"disabled":[516],"path":[1],"selected":[1540],"content":[16],"getContent":[64],"setSelected":[64]}],[2,"smoothly-tabs-demo"],[2,"smoothly-form-demo-pet",{"hasOwner":[32],"owner":[32],"value":[32]}],[2,"smoothly-form-demo-all"],[2,"smoothly-input-demo-standard",{"duration":[32],"options":[32]}],[2,"smoothly-next-table-demo-filtered",{"criteria":[32],"cats":[32],"selector":[32]},[[0,"smoothlyFilter","onFilterUpdate"],[0,"smoothlyInput","smoothlyInputHandler"]]],[2,"smoothly-table-demo-filtered",{"criteria":[32],"cats":[32],"selector":[32]},[[0,"smoothlyFilter","onFilterUpdate"],[0,"smoothlyInput","smoothlyInputHandler"]]],[2,"smoothly-table-testing",{"counter":[32]}],[2,"smoothly-next-demo-group"],[2,"smoothly-form-demo-transparent"],[2,"smoothly-form-demo-typed"],[2,"smoothly-next-demo-colspan"],[2,"smoothly-next-demo-nested"],[2,"smoothly-next-demo-simple"],[2,"smoothly-form-demo-controlled",{"name":[32],"currency":[32],"date":[32]},null,{"name":["nameChanged"]}],[2,"smoothly-form-demo-date"],[2,"smoothly-form-demo-date-range"],[2,"smoothly-next-demo-filler-row-demo",{"cats":[32]}],[0,"smoothly-input-color-demo"],[0,"smoothly-input-range-demo"],[2,"smoothly-form-demo-login"],[2,"smoothly-form-demo-prices"],[2,"smoothly-form-demo-card"],[0,"smoothly-display-demo-json"],[2,"smoothly-theme-guide"],[2,"smoothly-input-price-demo",{"currencies":[32],"currency":[32]}],[6,"smoothly-notifier",{"icon":[4],"notices":[32]},[[0,"notice","onNotice"],[0,"remove","onRemove"]]],[6,"smoothly-theme-picker",{"element":[1]}],[6,"smoothly-dialog",{"color":[513],"open":[1540],"closable":[516],"header":[513]},[[0,"trigger","TriggerListener"]]],[2,"smoothly-theme-colors"],[2,"smoothly-toggle-switch-demo"],[2,"smoothly-burger",{"visible":[1540],"open":[1540],"mediaQuery":[513,"media-query"],"history":[32]},[[0,"click","clickHandler"],[9,"resize","resizeHandler"]],{"open":["openChanged"]}],[6,"smoothly-modal",{"open":[1540],"closable":[516],"align":[513]},null,{"open":["openChanged"]}],[2,"smoothly-frame",{"url":[1],"name":[513],"origin":[1],"send":[64]}],[6,"smoothly-label",{"hue":[2],"description":[1],"shape":[513]}],[6,"smoothly-toggle",{"selected":[1540],"shape":[513],"disabled":[516],"name":[1],"value":[8]},[[0,"click","onClick"]]],[2,"smoothly-next-demo-nested-inner",{"data":[16]}],[6,"smoothly-next-table-filler-row"],[2,"smoothly-notification",{"notice":[16],"closable":[4],"icon":[4],"tick":[32]},[[0,"trigger","onTrigger"]],{"notice":["onUpdatedNotice"]}],[2,"smoothly-back-to-top",{"opacity":[1],"bottom":[1],"right":[1],"visible":[32]}],[2,"smoothly-theme-color",{"color":[1]}],[6,"smoothly-next-table-row-group",{"align":[516],"open":[1540]}],[6,"smoothly-submit",{"color":[513],"expand":[513],"fill":[513],"disabled":[516],"type":[513],"size":[513],"shape":[513],"prevent":[4]},[[0,"click","clickHandler"]]],[6,"smoothly-table-expandable-row",{"open":[1540],"allowSpotlight":[32],"spotlight":[32]},[[0,"smoothlyTableLoad","handleTableLoaded"]],{"open":["handleSpotlight"],"allowSpotlight":["handleSpotlight"]}],[6,"smoothly-table-cell"],[6,"smoothly-table-expandable-cell",{"open":[1540],"allowSpotlight":[32],"spotlight":[32]},[[0,"click","onClick"],[0,"smoothlyTableLoad","handleTableLoaded"]],{"open":["openChanged","handleSpotlight"],"allowSpotlight":["handleSpotlight"]}],[6,"smoothly-table",{"root":[1540],"color":[1537],"align":[513],"open":[1540]},[[0,"smoothlyExpandableLoad","handleExpandableLoaded"],[0,"smoothlyExpandableChange","handleExpandableState"],[0,"smoothlySpotlightChange","handleSpotlightState"],[0,"smoothlyNestedTable","handleNestedTable"],[0,"smoothlyExpansionLoad","handleEvents"],[0,"smoothlyExpansionOpen","handleEvents"]]],[6,"smoothly-table-footer"],[6,"smoothly-table-header",{"name":[513]}],[6,"smoothly-table-row",{"open":[1540]},[[0,"smoothlyExpansionLoad","onExpansionLoad"],[0,"smoothlyExpandableChange","onExpansionChange"],[0,"smoothlyExpansionOpen","onExpansionOpen"]]],[6,"smoothly-tabs",{"tabs":[32],"selectedElement":[32]},[[0,"smoothlyTabLoad","onInputLoad"],[0,"smoothlyTabOpen","openChanged"]],{"selectedElement":["onSelectedChange"]}],[2,"smoothly-theme-color-variant",{"color":[513],"variant":[513]}],[6,"smoothly-filter",{"detailChildren":[32],"criteria":[32],"expanded":[32]},[[0,"smoothlyFilterUpdate","updateHandler"],[0,"smoothlyFilterManipulate","manipulateHandler"],[0,"smoothlyFilterField","filterFieldHandler"]]],[6,"smoothly-filter-select",{"label":[1],"property":[1],"menuHeight":[1,"menu-height"],"multiple":[4],"type":[1],"looks":[1025]},[[0,"smoothlyInputLoad","smoothlyInputLoadHandler"],[0,"smoothlyInputLooks","smoothlyInputLooksHandler"]]],[6,"smoothly-filter-input",{"label":[1],"property":[1],"placeholder":[1],"needle":[32]}],[6,"smoothly-input-edit",{"color":[1],"expand":[513],"fill":[513],"disabled":[1540],"display":[1540],"shape":[513],"type":[513],"size":[513],"toolTip":[1,"tool-tip"]},[[0,"click","clickHandler"]]],[2,"smoothly-filter-toggle",{"icon":[1],"properties":[16],"toolTip":[1,"tool-tip"],"not":[4],"flip":[516],"active":[1028]}],[6,"smoothly-summary",{"open":[1540],"color":[1],"fill":[1],"size":[1]},[[0,"smoothlyInputLoad","onInputLoad"],[0,"smoothlyInput","onInputLoad"]]],[6,"smoothly-next-table-foot"],[6,"smoothly-tab",{"label":[1],"open":[1540]},[[0,"click","onClick"],[0,"smoothlyInputLoad","onInputLoad"],[0,"smoothlyInput","onInputLoad"]],{"open":["openHandler"]}],[2,"smoothly-filter-field",{"criteria":[8],"clear":[64]}],[6,"smoothly-lazy",{"show":[1028],"content":[16]}],[6,"smoothly-next-table-expandable-cell",{"span":[514],"open":[1540],"close":[64]},null,{"open":["openChange"]}],[6,"smoothly-next-table-expandable-row",{"open":[1540]},null,{"open":["openChange"]}],[6,"smoothly-trigger",{"color":[513],"fill":[513],"disabled":[516],"type":[513],"name":[1],"value":[8]},[[0,"click","onClick"]]],[6,"smoothly-input-checkbox",{"name":[513],"changed":[1028],"readonly":[1540],"checked":[1028],"value":[4],"looks":[1537],"color":[1537],"disabled":[516],"register":[64],"unregister":[64],"getValue":[64],"clear":[64],"listen":[64],"edit":[64],"reset":[64],"setInitialValue":[64]},null,{"checked":["elementCheck"]}],[2,"smoothly-load-more",{"triggerMode":[1,"trigger-mode"],"name":[1],"multiple":[4],"inView":[32]}],[6,"smoothly-input-color",{"value":[1025],"looks":[1537],"color":[1537],"changed":[1028],"readonly":[1540],"output":[1],"name":[513],"showLabel":[516,"show-label"],"open":[32],"sliderMode":[32],"register":[64],"unregister":[64],"getValue":[64],"clear":[64],"listen":[64],"edit":[64],"reset":[64],"setInitialValue":[64]},[[0,"smoothlyInputLooks","smoothlyInputLooksHandler"],[0,"smoothlyInputLoad","smoothlyInputLoadHandler"],[8,"click","onWindowClick"]],{"value":["valueChanged"]}],[6,"smoothly-input-date-range",{"name":[513],"color":[1537],"looks":[1537],"readonly":[1540],"showLabel":[516,"show-label"],"start":[1025],"end":[1025],"placeholder":[1],"invalid":[4],"max":[1],"min":[1],"changed":[1028],"value":[32],"open":[32],"register":[64],"unregister":[64],"getValue":[64],"listen":[64],"edit":[64],"reset":[64],"setInitialValue":[64],"clear":[64]},[[0,"smoothlyInputLoad","smoothlyInputLoadHandler"],[0,"smoothlyInputLooks","smoothlyInputLooksHandler"],[8,"click","onWindowClick"]],{"start":["updateValue"],"end":["updateValue"],"value":["valueChanged"]}],[6,"smoothly-input-clear",{"color":[1],"expand":[513],"fill":[513],"disabled":[1540],"size":[513],"shape":[513],"display":[1540],"type":[513],"tooltip":[1]},[[0,"click","clickHandler"]]],[6,"smoothly-input-file",{"changed":[1028],"readonly":[1540],"accept":[1],"color":[1537],"looks":[1537],"camera":[513],"name":[513],"showLabel":[516,"show-label"],"value":[1040],"placeholder":[1537],"dragging":[32],"register":[64],"unregister":[64],"getValue":[64],"clear":[64],"listen":[64],"edit":[64],"reset":[64],"setInitialValue":[64],"binary":[64]},[[0,"smoothlyInputLoad","smoothlyInputLoadHandler"]],{"value":["valueChanged"]}],[6,"smoothly-input-radio-item",{"value":[1032],"selected":[1540],"looks":[1537],"name":[1025]}],[6,"smoothly-input-radio",{"changed":[1028],"value":[1032],"looks":[1537],"color":[1537],"clearable":[4],"readonly":[1540],"name":[513],"showLabel":[516,"show-label"],"listen":[64],"register":[64],"unregister":[64],"getValue":[64],"clear":[64],"edit":[64],"reset":[64],"setInitialValue":[64]},[[0,"smoothlyRadioItemRegister","handleRegister"],[0,"smoothlyInputLoad","smoothlyInputLoadHandler"],[0,"smoothlySelect","smoothlyRadioInputHandler"]],{"value":["valueChanged"],"readonly":["watchingReadonly"]}],[6,"smoothly-next-table-body"],[6,"smoothly-input-date",{"color":[1537],"looks":[1537],"name":[513],"changed":[1028],"readonly":[1540],"invalid":[4],"value":[1025],"open":[1028],"max":[1025],"min":[1025],"showLabel":[516,"show-label"],"register":[64],"unregister":[64],"getValue":[64],"listen":[64],"clear":[64],"edit":[64],"reset":[64],"setInitialValue":[64]},[[0,"smoothlyInput","smoothlyInputHandler"],[0,"smoothlyInputLooks","smoothlyInputLooksHandler"],[0,"smoothlyInputLoad","smoothlyInputLoadHandler"],[8,"click","onWindowClick"],[0,"smoothlyDateSet","dateSetHandler"]],{"value":["onStart"]}],[6,"smoothly-input-reset",{"color":[1],"expand":[513],"fill":[513],"disabled":[1540],"size":[513],"shape":[513],"display":[1540],"type":[513],"tooltip":[1]},[[0,"click","clickHandler"]]],[6,"smoothly-next-table",{"columns":[2]},[[0,"smoothlyNextTableExpandableRowChange","smoothlyNextTableExpandableRowChange"],[0,"smoothlyNextTableExpandableCellChange","smoothlyNextTableExpandableCellChange"]]],[6,"smoothly-next-table-head",{"scrolled":[32]}],[6,"smoothly-next-table-cell",{"span":[514]}],[6,"smoothly-next-table-row",null,[[0,"smoothlyNextTableExpandableCellRegister","smoothlyNextTableExpandableCellRegisterHandler"],[0,"smoothlyNextTableExpandableCellChange","smoothlyNextTableExpandableCellChangeHandler"]]],[6,"smoothly-input-range",{"value":[1026],"looks":[1537],"color":[1537],"changed":[1028],"defined":[1028],"readonly":[1540],"type":[1],"min":[2],"max":[2],"name":[513],"step":[2],"outputSide":[1,"output-side"],"label":[1],"showInput":[32],"register":[64],"unregister":[64],"getValue":[64],"clear":[64],"listen":[64],"edit":[64],"reset":[64],"setInitialValue":[64]},[[0,"smoothlyInputLoad","smoothlyInputLoadHandler"],[0,"smoothlyInputLooks","smoothlyInputLooksHandler"]],{"value":["valueChanged"]}],[2,"smoothly-toggle-switch",{"checkmark":[516],"selected":[1540],"disabled":[516],"size":[513],"color":[513],"fill":[513]}],[6,"smoothly-calendar",{"month":[1025],"value":[1025],"start":[1025],"end":[1025],"max":[1025],"min":[1025],"doubleInput":[516,"double-input"],"firstSelected":[32]},null,{"start":["onStart"],"end":["onEnd"]}],[6,"smoothly-input-month",{"readonly":[1540],"color":[513],"looks":[1537],"name":[513],"value":[1025],"max":[1025],"min":[1025],"next":[516],"previous":[516],"inCalendar":[516,"in-calendar"],"showLabel":[516,"show-label"],"allowPreviousMonth":[32],"allowNextMonth":[32],"register":[64],"unregister":[64],"getValue":[64],"clear":[64],"listen":[64],"edit":[64],"reset":[64],"setInitialValue":[64]},[[0,"smoothlyInputLooks","smoothlyInputLooksHandler"],[0,"smoothlyInputLoad","smoothlyInputLoadHandler"]],{"value":["valueChanged","setAllowPreviousMonth","setAllowNextMonth"],"min":["setAllowPreviousMonth"],"max":["setAllowNextMonth"]}],[6,"smoothly-input-submit",{"delete":[516],"color":[1],"icon":[8],"expand":[513],"fill":[513],"disabled":[1540],"display":[1540],"shape":[513],"size":[513],"toolTip":[1,"tool-tip"]}],[6,"smoothly-button-confirm",{"color":[1],"name":[513],"doubleClickTime":[2,"double-click-time"],"expand":[513],"fill":[1],"disabled":[516],"shape":[1],"size":[1],"clickTimeStamp":[32]}],[4,"smoothly-form",{"color":[1537],"value":[1040],"action":[1],"validator":[16],"type":[1],"readonly":[1028],"looks":[513],"name":[513],"prevent":[4],"changed":[1028],"processing":[1040],"removeInput":[64],"listen":[64],"submit":[64],"clear":[64],"edit":[64],"reset":[64],"setInitialValue":[64]},[[0,"smoothlyInputLooks","smoothlyInputLooksHandler"],[0,"smoothlyInput","smoothlyInputHandler"],[8,"smoothlyFormSubmit","windowSubmitHandler"],[0,"smoothlyFormSubmit","submitHandler"],[0,"smoothlyInputLoad","smoothlyInputLoadHandler"],[0,"smoothlyFormDisable","smoothlyFormDisableHandler"]],{"value":["watchValue"],"readonly":["watchReadonly"]}],[6,"smoothly-input-select",{"invalid":[4],"name":[513],"color":[1537],"looks":[1537],"showLabel":[516,"show-label"],"showSelected":[1540,"show-selected"],"readonly":[1540],"inCalendar":[516,"in-calendar"],"ordered":[516],"multiple":[4],"clearable":[4],"changed":[1028],"defined":[1028],"placeholder":[520],"menuHeight":[1,"menu-height"],"required":[4],"searchDisabled":[4,"search-disabled"],"mutable":[4],"open":[32],"selected":[32],"filter":[32],"addedItems":[32],"register":[64],"unregister":[64],"getValue":[64],"getItems":[64],"listen":[64],"reset":[64],"clear":[64],"edit":[64],"setInitialValue":[64]},[[0,"smoothlyInputLoad","smoothlyInputLoadHandler"],[8,"click","onWindowClick"],[0,"smoothlyItemSelect","onItemSelect"],[0,"keydown","onKeyDown"]],{"selected":["onSelectedChange"],"required":["onRequiredChange"],"filter":["onFilterChange"],"readonly":["watchingReadonly"],"open":["onClosed"]}],[2,"smoothly-spinner",{"size":[513],"overlay":[516]}],[6,"smoothly-item",{"value":[8],"selected":[1540],"marked":[1540],"selectable":[516],"deselectable":[4],"filter":[64]},[[0,"click","clickHandler"]],{"selected":["selectedWatcher"]}],[2,"smoothly-display",{"type":[1],"label":[1],"value":[8],"collapseDepth":[2,"collapse-depth"],"toInteger":[4,"to-integer"],"currency":[1],"country":[1],"format":[16]}],[2,"smoothly-display-json",{"value":[8],"collapseDepth":[2,"collapse-depth"]}],[6,"smoothly-button",{"color":[513],"expand":[513],"fill":[513],"disabled":[516],"type":[513],"size":[513],"shape":[513],"link":[1]}],[2,"smoothly-display-json-object",{"value":[16],"collapseDepth":[2,"collapse-depth"],"open":[32],"empty":[32]}],[2,"smoothly-display-json-primitive",{"value":[8]}],[2,"smoothly-display-json-record-key",{"value":[8]}],[6,"smoothly-input",{"color":[1537],"looks":[1537],"name":[513],"value":[1032],"type":[513],"required":[516],"showLabel":[516,"show-label"],"autocomplete":[1],"placeholder":[513],"disabled":[4],"readonly":[1540],"toInteger":[4,"to-integer"],"currency":[513],"invalid":[516],"changed":[1028],"errorMessage":[1,"error-message"],"initialValue":[32],"state":[32],"getValue":[64],"setValue":[64],"setFocus":[64],"setSelection":[64],"listen":[64],"register":[64],"unregister":[64],"clear":[64],"edit":[64],"reset":[64],"setInitialValue":[64]},[[0,"smoothlyInputLoad","smoothlyInputLoadHandler"],[0,"input","onEvent"],[0,"beforeinput","onEvent"]],{"currency":["typeChange"],"type":["typeChange"],"state":["stateChange"],"value":["valueChange"],"readonly":["readonlyChange"]}],[2,"smoothly-icon",{"color":[513],"fill":[513],"name":[513],"size":[513],"rotate":[514],"flip":[513],"toolTip":[1,"tool-tip"],"latestPromise":[32],"document":[32]},null,{"toolTip":["nameChanged"],"name":["nameChanged"]}]]],["p-8fa9500d",[[2,"smoothly-input-checkbox-demo"]]],["p-152fd0d7",[[6,"smoothly-checkbox",{"size":[1],"checked":[1540],"intermediate":[1540],"unavailable":[516],"disabled":[516],"name":[513],"value":[8],"t":[32],"toggle":[64],"clear":[64]},null,{"checked":["unavailableChanged"],"unavailable":["unavailableChanged"]}]]],["p-75a26859",[[6,"smoothly-color",{"color":[513]}]]],["p-3ede8604",[[2,"smoothly-country",{"value":[1],"text":[1],"language":[32]}]]],["p-6a5409cf",[[6,"smoothly-trigger-sink",{"context":[16],"destination":[1],"filter":[1]},[[0,"trigger","TriggerListener"]]]]],["p-7afb0711",[[6,"smoothly-trigger-source",{"listen":[1]}]]]]'),e)}));
2
2
  //# sourceMappingURL=smoothly.esm.js.map
@@ -1 +1 @@
1
- {"version":3,"names":["patchBrowser","importMeta","url","opts","resourcesUrl","URL","href","promiseResolve","then","async","options","globalScripts","bootstrapLazy","JSON","parse"],"sources":["node_modules/@stencil/core/internal/client/patch-browser.js","@lazy-browser-entrypoint?app-data=conditional"],"sourcesContent":["/*\n Stencil Client Patch Browser v4.18.3 | MIT Licensed | https://stenciljs.com\n */\n\n// src/client/client-patch-browser.ts\nimport { BUILD, NAMESPACE } from \"@stencil/core/internal/app-data\";\nimport { consoleDevInfo, doc, H, promiseResolve } from \"@stencil/core\";\nvar patchBrowser = () => {\n if (BUILD.isDev && !BUILD.isTesting) {\n consoleDevInfo(\"Running in development mode.\");\n }\n if (BUILD.cloneNodeFix) {\n patchCloneNodeFix(H.prototype);\n }\n const scriptElm = BUILD.scriptDataOpts ? Array.from(doc.querySelectorAll(\"script\")).find(\n (s) => new RegExp(`/${NAMESPACE}(\\\\.esm)?\\\\.js($|\\\\?|#)`).test(s.src) || s.getAttribute(\"data-stencil-namespace\") === NAMESPACE\n ) : null;\n const importMeta = import.meta.url;\n const opts = BUILD.scriptDataOpts ? (scriptElm || {})[\"data-opts\"] || {} : {};\n if (importMeta !== \"\") {\n opts.resourcesUrl = new URL(\".\", importMeta).href;\n }\n return promiseResolve(opts);\n};\nvar patchCloneNodeFix = (HTMLElementPrototype) => {\n const nativeCloneNodeFn = HTMLElementPrototype.cloneNode;\n HTMLElementPrototype.cloneNode = function(deep) {\n if (this.nodeName === \"TEMPLATE\") {\n return nativeCloneNodeFn.call(this, deep);\n }\n const clonedNode = nativeCloneNodeFn.call(this, false);\n const srcChildNodes = this.childNodes;\n if (deep) {\n for (let i = 0; i < srcChildNodes.length; i++) {\n if (srcChildNodes[i].nodeType !== 2) {\n clonedNode.appendChild(srcChildNodes[i].cloneNode(true));\n }\n }\n }\n return clonedNode;\n };\n};\nexport {\n patchBrowser\n};\n","export { setNonce } from '@stencil/core';\nimport { bootstrapLazy } from '@stencil/core';\nimport { patchBrowser } from '@stencil/core/internal/client/patch-browser';\nimport { globalScripts } from '@stencil/core/internal/app-globals';\npatchBrowser().then(async (options) => {\n await globalScripts();\n return bootstrapLazy([/*!__STENCIL_LAZY_DATA__*/], options);\n});\n"],"mappings":"0HAOA,IAAIA,EAAe,KAUjB,MAAMC,cAAyBC,IAC/B,MAAMC,EAAqE,GAC3E,GAAIF,IAAe,GAAI,CACrBE,EAAKC,aAAe,IAAIC,IAAI,IAAKJ,GAAYK,IACjD,CACE,OAAOC,EAAeJ,EAAK,EClB7BH,IAAeQ,MAAKC,MAAOC,UACnBC,IACN,OAAOC,EAAcC,KAAAC,MAAA,4igBAAuCJ,EAAA","ignoreList":[]}
1
+ {"version":3,"names":["patchBrowser","importMeta","url","opts","resourcesUrl","URL","href","promiseResolve","then","async","options","globalScripts","bootstrapLazy","JSON","parse"],"sources":["node_modules/@stencil/core/internal/client/patch-browser.js","@lazy-browser-entrypoint?app-data=conditional"],"sourcesContent":["/*\n Stencil Client Patch Browser v4.18.3 | MIT Licensed | https://stenciljs.com\n */\n\n// src/client/client-patch-browser.ts\nimport { BUILD, NAMESPACE } from \"@stencil/core/internal/app-data\";\nimport { consoleDevInfo, doc, H, promiseResolve } from \"@stencil/core\";\nvar patchBrowser = () => {\n if (BUILD.isDev && !BUILD.isTesting) {\n consoleDevInfo(\"Running in development mode.\");\n }\n if (BUILD.cloneNodeFix) {\n patchCloneNodeFix(H.prototype);\n }\n const scriptElm = BUILD.scriptDataOpts ? Array.from(doc.querySelectorAll(\"script\")).find(\n (s) => new RegExp(`/${NAMESPACE}(\\\\.esm)?\\\\.js($|\\\\?|#)`).test(s.src) || s.getAttribute(\"data-stencil-namespace\") === NAMESPACE\n ) : null;\n const importMeta = import.meta.url;\n const opts = BUILD.scriptDataOpts ? (scriptElm || {})[\"data-opts\"] || {} : {};\n if (importMeta !== \"\") {\n opts.resourcesUrl = new URL(\".\", importMeta).href;\n }\n return promiseResolve(opts);\n};\nvar patchCloneNodeFix = (HTMLElementPrototype) => {\n const nativeCloneNodeFn = HTMLElementPrototype.cloneNode;\n HTMLElementPrototype.cloneNode = function(deep) {\n if (this.nodeName === \"TEMPLATE\") {\n return nativeCloneNodeFn.call(this, deep);\n }\n const clonedNode = nativeCloneNodeFn.call(this, false);\n const srcChildNodes = this.childNodes;\n if (deep) {\n for (let i = 0; i < srcChildNodes.length; i++) {\n if (srcChildNodes[i].nodeType !== 2) {\n clonedNode.appendChild(srcChildNodes[i].cloneNode(true));\n }\n }\n }\n return clonedNode;\n };\n};\nexport {\n patchBrowser\n};\n","export { setNonce } from '@stencil/core';\nimport { bootstrapLazy } from '@stencil/core';\nimport { patchBrowser } from '@stencil/core/internal/client/patch-browser';\nimport { globalScripts } from '@stencil/core/internal/app-globals';\npatchBrowser().then(async (options) => {\n await globalScripts();\n return bootstrapLazy([/*!__STENCIL_LAZY_DATA__*/], options);\n});\n"],"mappings":"0HAOA,IAAIA,EAAe,KAUjB,MAAMC,cAAyBC,IAC/B,MAAMC,EAAqE,GAC3E,GAAIF,IAAe,GAAI,CACrBE,EAAKC,aAAe,IAAIC,IAAI,IAAKJ,GAAYK,IACjD,CACE,OAAOC,EAAeJ,EAAK,EClB7BH,IAAeQ,MAAKC,MAAOC,UACnBC,IACN,OAAOC,EAAcC,KAAAC,MAAA,wogBAAuCJ,EAAA","ignoreList":[]}
@@ -0,0 +1,13 @@
1
+ import { VNode } from "../../../../stencil-public-runtime";
2
+ export declare class SmoothlyNextDemoFillerRowDemo {
3
+ cats?: Cat[];
4
+ componentDidLoad(): Promise<void>;
5
+ render(): VNode | VNode[];
6
+ }
7
+ export interface Cat {
8
+ breed: string;
9
+ country: string;
10
+ origin: string;
11
+ coat: string;
12
+ pattern: string;
13
+ }
@@ -0,0 +1,4 @@
1
+ import { VNode } from "../../../../stencil-public-runtime";
2
+ export declare class SmoothlyNextTableFillerRow {
3
+ render(): VNode | VNode[];
4
+ }
@@ -545,6 +545,8 @@ export namespace Components {
545
545
  }
546
546
  interface SmoothlyNextDemoColspan {
547
547
  }
548
+ interface SmoothlyNextDemoFillerRowDemo {
549
+ }
548
550
  interface SmoothlyNextDemoGroup {
549
551
  }
550
552
  interface SmoothlyNextDemoNested {
@@ -577,6 +579,8 @@ export namespace Components {
577
579
  interface SmoothlyNextTableExpandableRow {
578
580
  "open": boolean;
579
581
  }
582
+ interface SmoothlyNextTableFillerRow {
583
+ }
580
584
  interface SmoothlyNextTableFoot {
581
585
  }
582
586
  interface SmoothlyNextTableHead {
@@ -1736,6 +1740,12 @@ declare global {
1736
1740
  prototype: HTMLSmoothlyNextDemoColspanElement;
1737
1741
  new (): HTMLSmoothlyNextDemoColspanElement;
1738
1742
  };
1743
+ interface HTMLSmoothlyNextDemoFillerRowDemoElement extends Components.SmoothlyNextDemoFillerRowDemo, HTMLStencilElement {
1744
+ }
1745
+ var HTMLSmoothlyNextDemoFillerRowDemoElement: {
1746
+ prototype: HTMLSmoothlyNextDemoFillerRowDemoElement;
1747
+ new (): HTMLSmoothlyNextDemoFillerRowDemoElement;
1748
+ };
1739
1749
  interface HTMLSmoothlyNextDemoGroupElement extends Components.SmoothlyNextDemoGroup, HTMLStencilElement {
1740
1750
  }
1741
1751
  var HTMLSmoothlyNextDemoGroupElement: {
@@ -1819,6 +1829,12 @@ declare global {
1819
1829
  prototype: HTMLSmoothlyNextTableExpandableRowElement;
1820
1830
  new (): HTMLSmoothlyNextTableExpandableRowElement;
1821
1831
  };
1832
+ interface HTMLSmoothlyNextTableFillerRowElement extends Components.SmoothlyNextTableFillerRow, HTMLStencilElement {
1833
+ }
1834
+ var HTMLSmoothlyNextTableFillerRowElement: {
1835
+ prototype: HTMLSmoothlyNextTableFillerRowElement;
1836
+ new (): HTMLSmoothlyNextTableFillerRowElement;
1837
+ };
1822
1838
  interface HTMLSmoothlyNextTableFootElement extends Components.SmoothlyNextTableFoot, HTMLStencilElement {
1823
1839
  }
1824
1840
  var HTMLSmoothlyNextTableFootElement: {
@@ -2234,6 +2250,7 @@ declare global {
2234
2250
  "smoothly-modal": HTMLSmoothlyModalElement;
2235
2251
  "smoothly-next-demo": HTMLSmoothlyNextDemoElement;
2236
2252
  "smoothly-next-demo-colspan": HTMLSmoothlyNextDemoColspanElement;
2253
+ "smoothly-next-demo-filler-row-demo": HTMLSmoothlyNextDemoFillerRowDemoElement;
2237
2254
  "smoothly-next-demo-group": HTMLSmoothlyNextDemoGroupElement;
2238
2255
  "smoothly-next-demo-nested": HTMLSmoothlyNextDemoNestedElement;
2239
2256
  "smoothly-next-demo-nested-inner": HTMLSmoothlyNextDemoNestedInnerElement;
@@ -2244,6 +2261,7 @@ declare global {
2244
2261
  "smoothly-next-table-demo-filtered": HTMLSmoothlyNextTableDemoFilteredElement;
2245
2262
  "smoothly-next-table-expandable-cell": HTMLSmoothlyNextTableExpandableCellElement;
2246
2263
  "smoothly-next-table-expandable-row": HTMLSmoothlyNextTableExpandableRowElement;
2264
+ "smoothly-next-table-filler-row": HTMLSmoothlyNextTableFillerRowElement;
2247
2265
  "smoothly-next-table-foot": HTMLSmoothlyNextTableFootElement;
2248
2266
  "smoothly-next-table-head": HTMLSmoothlyNextTableHeadElement;
2249
2267
  "smoothly-next-table-row": HTMLSmoothlyNextTableRowElement;
@@ -2784,6 +2802,8 @@ declare namespace LocalJSX {
2784
2802
  }
2785
2803
  interface SmoothlyNextDemoColspan {
2786
2804
  }
2805
+ interface SmoothlyNextDemoFillerRowDemo {
2806
+ }
2787
2807
  interface SmoothlyNextDemoGroup {
2788
2808
  }
2789
2809
  interface SmoothlyNextDemoNested {
@@ -2818,6 +2838,8 @@ declare namespace LocalJSX {
2818
2838
  "onSmoothlyNextTableExpandableRowChange"?: (event: SmoothlyNextTableExpandableRowCustomEvent<boolean>) => void;
2819
2839
  "open"?: boolean;
2820
2840
  }
2841
+ interface SmoothlyNextTableFillerRow {
2842
+ }
2821
2843
  interface SmoothlyNextTableFoot {
2822
2844
  }
2823
2845
  interface SmoothlyNextTableHead {
@@ -3032,6 +3054,7 @@ declare namespace LocalJSX {
3032
3054
  "smoothly-modal": SmoothlyModal;
3033
3055
  "smoothly-next-demo": SmoothlyNextDemo;
3034
3056
  "smoothly-next-demo-colspan": SmoothlyNextDemoColspan;
3057
+ "smoothly-next-demo-filler-row-demo": SmoothlyNextDemoFillerRowDemo;
3035
3058
  "smoothly-next-demo-group": SmoothlyNextDemoGroup;
3036
3059
  "smoothly-next-demo-nested": SmoothlyNextDemoNested;
3037
3060
  "smoothly-next-demo-nested-inner": SmoothlyNextDemoNestedInner;
@@ -3042,6 +3065,7 @@ declare namespace LocalJSX {
3042
3065
  "smoothly-next-table-demo-filtered": SmoothlyNextTableDemoFiltered;
3043
3066
  "smoothly-next-table-expandable-cell": SmoothlyNextTableExpandableCell;
3044
3067
  "smoothly-next-table-expandable-row": SmoothlyNextTableExpandableRow;
3068
+ "smoothly-next-table-filler-row": SmoothlyNextTableFillerRow;
3045
3069
  "smoothly-next-table-foot": SmoothlyNextTableFoot;
3046
3070
  "smoothly-next-table-head": SmoothlyNextTableHead;
3047
3071
  "smoothly-next-table-row": SmoothlyNextTableRow;
@@ -3151,6 +3175,7 @@ declare module "@stencil/core" {
3151
3175
  "smoothly-modal": LocalJSX.SmoothlyModal & JSXBase.HTMLAttributes<HTMLSmoothlyModalElement>;
3152
3176
  "smoothly-next-demo": LocalJSX.SmoothlyNextDemo & JSXBase.HTMLAttributes<HTMLSmoothlyNextDemoElement>;
3153
3177
  "smoothly-next-demo-colspan": LocalJSX.SmoothlyNextDemoColspan & JSXBase.HTMLAttributes<HTMLSmoothlyNextDemoColspanElement>;
3178
+ "smoothly-next-demo-filler-row-demo": LocalJSX.SmoothlyNextDemoFillerRowDemo & JSXBase.HTMLAttributes<HTMLSmoothlyNextDemoFillerRowDemoElement>;
3154
3179
  "smoothly-next-demo-group": LocalJSX.SmoothlyNextDemoGroup & JSXBase.HTMLAttributes<HTMLSmoothlyNextDemoGroupElement>;
3155
3180
  "smoothly-next-demo-nested": LocalJSX.SmoothlyNextDemoNested & JSXBase.HTMLAttributes<HTMLSmoothlyNextDemoNestedElement>;
3156
3181
  "smoothly-next-demo-nested-inner": LocalJSX.SmoothlyNextDemoNestedInner & JSXBase.HTMLAttributes<HTMLSmoothlyNextDemoNestedInnerElement>;
@@ -3161,6 +3186,7 @@ declare module "@stencil/core" {
3161
3186
  "smoothly-next-table-demo-filtered": LocalJSX.SmoothlyNextTableDemoFiltered & JSXBase.HTMLAttributes<HTMLSmoothlyNextTableDemoFilteredElement>;
3162
3187
  "smoothly-next-table-expandable-cell": LocalJSX.SmoothlyNextTableExpandableCell & JSXBase.HTMLAttributes<HTMLSmoothlyNextTableExpandableCellElement>;
3163
3188
  "smoothly-next-table-expandable-row": LocalJSX.SmoothlyNextTableExpandableRow & JSXBase.HTMLAttributes<HTMLSmoothlyNextTableExpandableRowElement>;
3189
+ "smoothly-next-table-filler-row": LocalJSX.SmoothlyNextTableFillerRow & JSXBase.HTMLAttributes<HTMLSmoothlyNextTableFillerRowElement>;
3164
3190
  "smoothly-next-table-foot": LocalJSX.SmoothlyNextTableFoot & JSXBase.HTMLAttributes<HTMLSmoothlyNextTableFootElement>;
3165
3191
  "smoothly-next-table-head": LocalJSX.SmoothlyNextTableHead & JSXBase.HTMLAttributes<HTMLSmoothlyNextTableHeadElement>;
3166
3192
  "smoothly-next-table-row": LocalJSX.SmoothlyNextTableRow & JSXBase.HTMLAttributes<HTMLSmoothlyNextTableRowElement>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "smoothly",
3
- "version": "1.2.1-alpha.48",
3
+ "version": "1.2.1-alpha.49",
4
4
  "description": "Web component library written in Stencil.",
5
5
  "author": "Utily",
6
6
  "license": "MIT",