smoothly 1.119.0 → 1.121.0

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 (446) hide show
  1. package/dist/cjs/loader.cjs.js +1 -1
  2. package/dist/cjs/smoothly-app_99.cjs.entry.js +270 -141
  3. package/dist/cjs/smoothly-app_99.cjs.entry.js.map +1 -1
  4. package/dist/cjs/smoothly-input-checkbox-demo.cjs.entry.js +1 -1
  5. package/dist/cjs/smoothly-submit.cjs.entry.js +1 -1
  6. package/dist/cjs/smoothly-trigger-sink.cjs.entry.js +1 -1
  7. package/dist/cjs/smoothly-trigger-source.cjs.entry.js +1 -1
  8. package/dist/cjs/smoothly.cjs.js +1 -1
  9. package/dist/collection/components/form/demo/all/index.js +1 -1
  10. package/dist/collection/components/form/demo/all/index.js.map +1 -1
  11. package/dist/collection/components/form/demo/card/index.js +1 -1
  12. package/dist/collection/components/form/demo/controlled/index.js +1 -1
  13. package/dist/collection/components/form/demo/date/index.js +1 -1
  14. package/dist/collection/components/form/demo/date-range/index.js +1 -1
  15. package/dist/collection/components/form/demo/login/index.js +1 -1
  16. package/dist/collection/components/form/demo/pet/index.js +2 -2
  17. package/dist/collection/components/form/demo/prices/index.js +1 -1
  18. package/dist/collection/components/form/demo/schedule/index.js +1 -1
  19. package/dist/collection/components/form/demo/transparent/index.js +1 -1
  20. package/dist/collection/components/form/demo/typed/index.js +1 -1
  21. package/dist/collection/components/icon/demo/index.js +5 -5
  22. package/dist/collection/components/icon/index.js +1 -1
  23. package/dist/collection/components/input/checkbox/demo/index.js +1 -1
  24. package/dist/collection/components/input/checkbox/index.js +2 -2
  25. package/dist/collection/components/input/checkbox/style.css +3 -0
  26. package/dist/collection/components/input/clear/index.js +1 -1
  27. package/dist/collection/components/input/color/demo/index.js +1 -1
  28. package/dist/collection/components/input/color/index.js +2 -2
  29. package/dist/collection/components/input/color/style.css +4 -1
  30. package/dist/collection/components/input/date/index.js +1 -1
  31. package/dist/collection/components/input/date/range/index.js +3 -3
  32. package/dist/collection/components/input/date/range/style.css +3 -0
  33. package/dist/collection/components/input/date/style.css +3 -0
  34. package/dist/collection/components/input/date/text/index.js +1 -1
  35. package/dist/collection/components/input/date/time/index.js +5 -5
  36. package/dist/collection/components/input/date/time/style.css +3 -0
  37. package/dist/collection/components/input/demo/date/index.js +1 -1
  38. package/dist/collection/components/input/demo/index.js +4 -4
  39. package/dist/collection/components/input/demo/price/index.js +1 -1
  40. package/dist/collection/components/input/demo/radio/index.js +1 -1
  41. package/dist/collection/components/input/demo/standard/index.js +1 -1
  42. package/dist/collection/components/input/demo/user-input/index.js +3 -3
  43. package/dist/collection/components/input/edit/index.js +1 -1
  44. package/dist/collection/components/input/file/index.js +1 -1
  45. package/dist/collection/components/input/file/style.css +3 -0
  46. package/dist/collection/components/input/index.js +21 -2
  47. package/dist/collection/components/input/index.js.map +1 -1
  48. package/dist/collection/components/input/month/index.js +4 -4
  49. package/dist/collection/components/input/radio/item/index.js +1 -1
  50. package/dist/collection/components/input/radio/style.css +3 -0
  51. package/dist/collection/components/input/range/Range.js +45 -0
  52. package/dist/collection/components/input/range/Range.js.map +1 -0
  53. package/dist/collection/components/input/range/demo/index.js +1 -1
  54. package/dist/collection/components/input/range/demo/index.js.map +1 -1
  55. package/dist/collection/components/input/range/index.js +136 -27
  56. package/dist/collection/components/input/range/index.js.map +1 -1
  57. package/dist/collection/components/input/range/style.css +101 -1
  58. package/dist/collection/components/input/reset/index.js +1 -1
  59. package/dist/collection/components/input/select/index.js +12 -3
  60. package/dist/collection/components/input/select/index.js.map +1 -1
  61. package/dist/collection/components/input/select/style.css +6 -2
  62. package/dist/collection/components/input/style.css +10 -0
  63. package/dist/collection/components/input/submit/index.js +1 -1
  64. package/dist/collection/components/item/index.js +1 -1
  65. package/dist/collection/components/label/index.js +2 -2
  66. package/dist/collection/components/lazy/index.js +1 -1
  67. package/dist/collection/components/load-more/index.js +1 -1
  68. package/dist/collection/components/modal/index.js +2 -2
  69. package/dist/collection/components/notification/index.js +1 -1
  70. package/dist/collection/components/notifier/demo/index.js +1 -1
  71. package/dist/collection/components/notifier/index.js +1 -1
  72. package/dist/collection/components/spinner/index.js +2 -2
  73. package/dist/collection/components/submit/index.js +1 -1
  74. package/dist/collection/components/summary/index.js +1 -1
  75. package/dist/collection/components/table/body/index.js +1 -1
  76. package/dist/collection/components/table/cell/index.js +1 -1
  77. package/dist/collection/components/table/demo/colspan/index.js +1 -1
  78. package/dist/collection/components/table/demo/filler-row/index.js +1 -1
  79. package/dist/collection/components/table/demo/group/index.js +1 -1
  80. package/dist/collection/components/table/demo/index.js +1 -1
  81. package/dist/collection/components/table/demo/nested-no-cell/index.js +2 -2
  82. package/dist/collection/components/table/demo/nested-no-cell/inner/index.js +1 -1
  83. package/dist/collection/components/table/demo/simple/simple.js +1 -1
  84. package/dist/collection/components/table/expandable/cell/index.js +1 -1
  85. package/dist/collection/components/table/expandable/row/index.js +1 -1
  86. package/dist/collection/components/table/filler-row/index.js +1 -1
  87. package/dist/collection/components/table/foot/index.js +1 -1
  88. package/dist/collection/components/table/group/index.js +1 -1
  89. package/dist/collection/components/table/head/index.js +2 -2
  90. package/dist/collection/components/table/index.js +1 -1
  91. package/dist/collection/components/table/row/index.js +1 -1
  92. package/dist/collection/components/tabs/demo/index.js +1 -1
  93. package/dist/collection/components/tabs/tab/index.js +1 -1
  94. package/dist/collection/components/theme/color/index.js +1 -1
  95. package/dist/collection/components/theme/demo/index.js +1 -1
  96. package/dist/collection/components/theme/guide/index.js +8 -8
  97. package/dist/collection/components/theme/picker/index.js +2 -2
  98. package/dist/collection/components/toggle-switch/demo/index.js +1 -1
  99. package/dist/collection/components/toggle-switch/index.js +1 -1
  100. package/dist/collection/components/trigger/index.js +1 -1
  101. package/dist/collection/components/trigger/sink/index.js +1 -1
  102. package/dist/collection/components/trigger/source/index.js +1 -1
  103. package/dist/components/{p-mgqCIR9Q.js → p--44NQk1v.js} +2 -2
  104. package/dist/components/{p-BTjay9Fy.js → p-0Oak1FtC.js} +2 -2
  105. package/dist/components/p-1eBV_fsy.js +2 -0
  106. package/dist/components/{p-BQOdxeHU.js → p-4Xn3Nprv.js} +2 -2
  107. package/dist/components/{p-vB-efyHR.js → p-7_LLYsTi.js} +2 -2
  108. package/dist/components/{p-CNEHa0dN.js → p-B2eJc1lR.js} +2 -2
  109. package/dist/components/{p-CauRo4fz.js → p-B3S9rR8a.js} +2 -2
  110. package/dist/components/p-B7BXt5wC.js +2 -0
  111. package/dist/components/{p-BDuUY4CB.js.map → p-B7BXt5wC.js.map} +1 -1
  112. package/dist/components/{p-M0gzpGV-.js → p-B7WG3bLU.js} +2 -2
  113. package/dist/components/p-B7y_cC4v.js +2 -0
  114. package/dist/components/{p-DnvyyAaF.js → p-BE5E3Jm6.js} +2 -2
  115. package/dist/components/p-BI_XG1Oj.js +2 -0
  116. package/dist/components/p-BJA3pU4q.js +2 -0
  117. package/dist/components/p-BKiQn3aG.js +2 -0
  118. package/dist/components/{p-ycoVDLCD.js → p-BLdivqFr.js} +2 -2
  119. package/dist/components/p-BSHxNVcQ.js +2 -0
  120. package/dist/components/{p-BdhEVyZ3.js.map → p-BSHxNVcQ.js.map} +1 -1
  121. package/dist/components/{p-D2AakJMz.js → p-BWdGj6F8.js} +2 -2
  122. package/dist/components/{p-Dk4OvZyQ.js → p-BX-sEZyq.js} +2 -2
  123. package/dist/components/{p-CE-IZkWY.js → p-BaXCWr8l.js} +2 -2
  124. package/dist/components/p-BbI_Odg-.js +2 -0
  125. package/dist/components/p-BcV_X5mg.js +2 -0
  126. package/dist/components/p-BplZiuMF.js +2 -0
  127. package/dist/components/p-BplZiuMF.js.map +1 -0
  128. package/dist/components/p-BrBilp2f.js +2 -0
  129. package/dist/components/{p-BCwizh6U.js → p-BsHachOX.js} +2 -2
  130. package/dist/components/{p-Df80nM_T.js → p-BsimTIMh.js} +2 -2
  131. package/dist/components/p-Bzg8bBIr.js +2 -0
  132. package/dist/components/p-C-5nbahV.js +2 -0
  133. package/dist/components/{p-CIXMGKGQ.js → p-C0Vb-3iG.js} +2 -2
  134. package/dist/components/{p-CLqKhHZ8.js → p-C22G-tNF.js} +2 -2
  135. package/dist/components/{p-DFPMixk-.js → p-C2woWb9T.js} +2 -2
  136. package/dist/components/{p-Cuq_eaHi.js → p-C9_7A_n7.js} +2 -2
  137. package/dist/components/{p-zLhQ1mMe.js → p-CCwzp3Kg.js} +2 -2
  138. package/dist/components/{p-DDtRlhit.js → p-CF7MePy1.js} +2 -2
  139. package/dist/components/p-CGfga7g-.js +2 -0
  140. package/dist/components/{p-bQGZECIZ.js → p-CHjWijPI.js} +2 -2
  141. package/dist/components/p-CKD_8Dn1.js +2 -0
  142. package/dist/components/{p-CMMaSJvr.js.map → p-CKD_8Dn1.js.map} +1 -1
  143. package/dist/components/{p-BFa-ypRu.js → p-CM72sJqO.js} +2 -2
  144. package/dist/components/p-CM72sJqO.js.map +1 -0
  145. package/dist/components/p-CPhreyuD.js +2 -0
  146. package/dist/components/{p-C9Wv8Ynb.js → p-CTwHHE82.js} +2 -2
  147. package/dist/components/{p-ByRyVRgY.js → p-CVdJ19AA.js} +2 -2
  148. package/dist/components/{p-BWT1q2tN.js → p-CceVYEd4.js} +2 -2
  149. package/dist/components/p-ChiRe9cW.js +2 -0
  150. package/dist/components/{p-MHAaISnU.js → p-Cl8L61mt.js} +2 -2
  151. package/dist/components/{p-Cq3zOYlg.js → p-CrDAs9xy.js} +2 -2
  152. package/dist/components/{p-B8I-Yh5P.js → p-CrnjoFOX.js} +2 -2
  153. package/dist/components/{p-BcEDrfmP.js → p-Cs0CtSI2.js} +2 -2
  154. package/dist/components/p-Cs1TuGgV.js +2 -0
  155. package/dist/components/{p-Dw1KwhCp.js.map → p-Cs1TuGgV.js.map} +1 -1
  156. package/dist/components/p-CtVEKtM6.js +2 -0
  157. package/dist/components/{p-BAMFAtTN.js.map → p-CtVEKtM6.js.map} +1 -1
  158. package/dist/components/{p-CTvqaqVm.js → p-CttQUOE5.js} +2 -2
  159. package/dist/components/p-Cx_sM6Sy.js +2 -0
  160. package/dist/components/{p-C77C00Ii.js.map → p-Cx_sM6Sy.js.map} +1 -1
  161. package/dist/components/p-Cyi2S_Qh.js +2 -0
  162. package/dist/components/{p-l818BCpp.js → p-D57O7AkC.js} +2 -2
  163. package/dist/components/p-D5xdTtVs.js +2 -0
  164. package/dist/components/p-D97PTGAK.js +2 -0
  165. package/dist/components/p-D97PTGAK.js.map +1 -0
  166. package/dist/components/{p-5Z_db2DH.js → p-DA4pyC19.js} +2 -2
  167. package/dist/components/{p-DDYB8QLF.js → p-DFSiKg4M.js} +2 -2
  168. package/dist/components/{p-w1uPMi4U.js → p-DFh4J14i.js} +2 -2
  169. package/dist/components/{p-BOzzNfNj.js → p-DLgeylX5.js} +2 -2
  170. package/dist/components/p-DLtJSM-r.js +2 -0
  171. package/dist/components/{p-C7rAw-Sf.js → p-DN8CxJxb.js} +2 -2
  172. package/dist/components/p-DO3QrEu1.js +2 -0
  173. package/dist/components/{p-B2GxOEjl.js → p-DUoSHWe1.js} +2 -2
  174. package/dist/components/p-DWcI5nnM.js +2 -0
  175. package/dist/components/p-DY_crgmf.js +2 -0
  176. package/dist/components/{p-C7PxdEtX.js → p-DYvlD9aR.js} +2 -2
  177. package/dist/components/p-DZ4052aB.js +2 -0
  178. package/dist/components/{p-ACHjKlBz.js → p-DbQqZdoI.js} +2 -2
  179. package/dist/components/p-Dd9tz4Tj.js +2 -0
  180. package/dist/components/{p-B-jhX7aN.js.map → p-Dd9tz4Tj.js.map} +1 -1
  181. package/dist/components/p-Dff2v1VD.js +2 -0
  182. package/dist/components/{p-jSrgQO7o.js.map → p-Dff2v1VD.js.map} +1 -1
  183. package/dist/components/{p-Iph4bHku.js → p-DlkQKgfQ.js} +2 -2
  184. package/dist/components/{p-CmUug44L.js → p-DvOr53No.js} +2 -2
  185. package/dist/components/p-EsCYK0HQ.js +2 -0
  186. package/dist/components/{p-CZERsWDV.js.map → p-EsCYK0HQ.js.map} +1 -1
  187. package/dist/components/p-KZeR_6LG.js +2 -0
  188. package/dist/components/{p-BrYTMGo3.js.map → p-KZeR_6LG.js.map} +1 -1
  189. package/dist/components/p-KhaLdt5K.js +2 -0
  190. package/dist/components/{p-DeslbBen.js → p-MduEqLch.js} +2 -2
  191. package/dist/components/{p-UCcJDJNC.js → p-MqffyRVU.js} +2 -2
  192. package/dist/components/{p-BdYr9Wou.js → p-QtHFbgfu.js} +2 -2
  193. package/dist/components/p-U7a1lSmf.js +2 -0
  194. package/dist/components/{p-CFwdTUm-.js → p-XZAGPm4i.js} +2 -2
  195. package/dist/components/p-ewmy4_JT.js +2 -0
  196. package/dist/components/{p-DUZEz-6n.js.map → p-ewmy4_JT.js.map} +1 -1
  197. package/dist/components/p-gEWA_tZo.js +2 -0
  198. package/dist/components/{p-UqPFIGlg.js.map → p-gEWA_tZo.js.map} +1 -1
  199. package/dist/components/p-j4UEmpTa.js +2 -0
  200. package/dist/components/p-j4UEmpTa.js.map +1 -0
  201. package/dist/components/p-o8kM0Soe.js +2 -0
  202. package/dist/components/p-o8kM0Soe.js.map +1 -0
  203. package/dist/components/{p-DGTXEwvN.js → p-tD13Ef_1.js} +2 -2
  204. package/dist/components/{p-DPlYDxyJ.js → p-vvQg46ti.js} +2 -2
  205. package/dist/components/p-wjlHVReJ.js +2 -0
  206. package/dist/components/{p-Bo1NnbuT.js.map → p-wjlHVReJ.js.map} +1 -1
  207. package/dist/components/p-y6VfFBKz.js +2 -0
  208. package/dist/components/p-y6VfFBKz.js.map +1 -0
  209. package/dist/components/{p-CKGlbozb.js → p-zRKK2Cul.js} +2 -2
  210. package/dist/components/smoothly-app-demo.js +1 -1
  211. package/dist/components/smoothly-app-room.js +1 -1
  212. package/dist/components/smoothly-app.js +1 -1
  213. package/dist/components/smoothly-back-to-top.js +1 -1
  214. package/dist/components/smoothly-burger.js +1 -1
  215. package/dist/components/smoothly-button-confirm.js +1 -1
  216. package/dist/components/smoothly-button-demo-standard.js +1 -1
  217. package/dist/components/smoothly-button-demo.js +1 -1
  218. package/dist/components/smoothly-calendar.js +1 -1
  219. package/dist/components/smoothly-checkbox.js +1 -1
  220. package/dist/components/smoothly-date-text.js +1 -1
  221. package/dist/components/smoothly-dialog-demo.js +1 -1
  222. package/dist/components/smoothly-dialog.js +1 -1
  223. package/dist/components/smoothly-display-demo.js +1 -1
  224. package/dist/components/smoothly-form-demo-all.js +1 -1
  225. package/dist/components/smoothly-form-demo-card.js +1 -1
  226. package/dist/components/smoothly-form-demo-controlled.js +1 -1
  227. package/dist/components/smoothly-form-demo-date-range.js +1 -1
  228. package/dist/components/smoothly-form-demo-date.js +1 -1
  229. package/dist/components/smoothly-form-demo-login.js +1 -1
  230. package/dist/components/smoothly-form-demo-pet.js +1 -1
  231. package/dist/components/smoothly-form-demo-prices.js +1 -1
  232. package/dist/components/smoothly-form-demo-schedule.js +1 -1
  233. package/dist/components/smoothly-form-demo-transparent.js +1 -1
  234. package/dist/components/smoothly-form-demo-typed.js +1 -1
  235. package/dist/components/smoothly-form-demo.js +1 -1
  236. package/dist/components/smoothly-form.js +1 -1
  237. package/dist/components/smoothly-icon-demo.js +1 -1
  238. package/dist/components/smoothly-icon.js +1 -1
  239. package/dist/components/smoothly-input-checkbox-demo.js +1 -1
  240. package/dist/components/smoothly-input-checkbox.js +1 -1
  241. package/dist/components/smoothly-input-clear.js +1 -1
  242. package/dist/components/smoothly-input-color-demo.js +1 -1
  243. package/dist/components/smoothly-input-color.js +1 -1
  244. package/dist/components/smoothly-input-date-demo.js +1 -1
  245. package/dist/components/smoothly-input-date-range.js +1 -1
  246. package/dist/components/smoothly-input-date-time.js +1 -1
  247. package/dist/components/smoothly-input-date.js +1 -1
  248. package/dist/components/smoothly-input-demo-radio.js +1 -1
  249. package/dist/components/smoothly-input-demo-standard.js +1 -1
  250. package/dist/components/smoothly-input-demo-user-input.js +1 -1
  251. package/dist/components/smoothly-input-demo.js +1 -1
  252. package/dist/components/smoothly-input-edit.js +1 -1
  253. package/dist/components/smoothly-input-file.js +1 -1
  254. package/dist/components/smoothly-input-month.js +1 -1
  255. package/dist/components/smoothly-input-price-demo.js +1 -1
  256. package/dist/components/smoothly-input-radio-item.js +1 -1
  257. package/dist/components/smoothly-input-radio.js +1 -1
  258. package/dist/components/smoothly-input-range-demo.js +1 -1
  259. package/dist/components/smoothly-input-range.js +1 -1
  260. package/dist/components/smoothly-input-reset.js +1 -1
  261. package/dist/components/smoothly-input-select.js +1 -1
  262. package/dist/components/smoothly-input-submit.js +1 -1
  263. package/dist/components/smoothly-input.js +1 -1
  264. package/dist/components/smoothly-item.js +1 -1
  265. package/dist/components/smoothly-label.js +1 -1
  266. package/dist/components/smoothly-lazy.js +1 -1
  267. package/dist/components/smoothly-load-more.js +1 -1
  268. package/dist/components/smoothly-modal.js +1 -1
  269. package/dist/components/smoothly-notification.js +1 -1
  270. package/dist/components/smoothly-notifier-demo.js +1 -1
  271. package/dist/components/smoothly-notifier.js +1 -1
  272. package/dist/components/smoothly-spinner.js +1 -1
  273. package/dist/components/smoothly-submit.js +1 -1
  274. package/dist/components/smoothly-summary.js +1 -1
  275. package/dist/components/smoothly-tab.js +1 -1
  276. package/dist/components/smoothly-table-body.js +1 -1
  277. package/dist/components/smoothly-table-cell.js +1 -1
  278. package/dist/components/smoothly-table-demo-colspan.js +1 -1
  279. package/dist/components/smoothly-table-demo-filler-row.js +1 -1
  280. package/dist/components/smoothly-table-demo-group.js +1 -1
  281. package/dist/components/smoothly-table-demo-nested-no-cell-inner.js +1 -1
  282. package/dist/components/smoothly-table-demo-nested-no-cell.js +1 -1
  283. package/dist/components/smoothly-table-demo-simple.js +1 -1
  284. package/dist/components/smoothly-table-demo.js +1 -1
  285. package/dist/components/smoothly-table-expandable-cell.js +1 -1
  286. package/dist/components/smoothly-table-expandable-row.js +1 -1
  287. package/dist/components/smoothly-table-filler-row.js +1 -1
  288. package/dist/components/smoothly-table-foot.js +1 -1
  289. package/dist/components/smoothly-table-head.js +1 -1
  290. package/dist/components/smoothly-table-row-group.js +1 -1
  291. package/dist/components/smoothly-table-row.js +1 -1
  292. package/dist/components/smoothly-table.js +1 -1
  293. package/dist/components/smoothly-tabs-demo.js +1 -1
  294. package/dist/components/smoothly-theme-color.js +1 -1
  295. package/dist/components/smoothly-theme-colors.js +1 -1
  296. package/dist/components/smoothly-theme-demo.js +1 -1
  297. package/dist/components/smoothly-theme-guide.js +1 -1
  298. package/dist/components/smoothly-theme-picker.js +1 -1
  299. package/dist/components/smoothly-toggle-switch-demo.js +1 -1
  300. package/dist/components/smoothly-toggle-switch.js +1 -1
  301. package/dist/components/smoothly-trigger-sink.js +1 -1
  302. package/dist/components/smoothly-trigger-source.js +1 -1
  303. package/dist/components/smoothly-trigger.js +1 -1
  304. package/dist/esm/loader.js +1 -1
  305. package/dist/esm/smoothly-app_99.entry.js +270 -141
  306. package/dist/esm/smoothly-app_99.entry.js.map +1 -1
  307. package/dist/esm/smoothly-input-checkbox-demo.entry.js +1 -1
  308. package/dist/esm/smoothly-submit.entry.js +1 -1
  309. package/dist/esm/smoothly-trigger-sink.entry.js +1 -1
  310. package/dist/esm/smoothly-trigger-source.entry.js +1 -1
  311. package/dist/esm/smoothly.js +1 -1
  312. package/dist/smoothly/{p-7a9308b9.entry.js → p-64cc747b.entry.js} +2 -2
  313. package/dist/smoothly/p-a2041097.entry.js +2 -0
  314. package/dist/smoothly/p-baf5063c.entry.js +2 -0
  315. package/dist/smoothly/p-baf5063c.entry.js.map +1 -0
  316. package/dist/smoothly/{p-ac2162c3.entry.js → p-c70e24bf.entry.js} +2 -2
  317. package/dist/smoothly/{p-36966f71.entry.js → p-e8015fc7.entry.js} +2 -2
  318. package/dist/smoothly/smoothly.esm.js +1 -1
  319. package/dist/types/components/input/index.d.ts +1 -0
  320. package/dist/types/components/input/range/Range.d.ts +15 -0
  321. package/dist/types/components/input/range/index.d.ts +13 -2
  322. package/dist/types/components/input/select/index.d.ts +1 -0
  323. package/dist/types/components.d.ts +18 -4
  324. package/package.json +1 -1
  325. package/dist/components/p-7UXKt7wZ.js +0 -2
  326. package/dist/components/p-B-jhX7aN.js +0 -2
  327. package/dist/components/p-BAMFAtTN.js +0 -2
  328. package/dist/components/p-BDuUY4CB.js +0 -2
  329. package/dist/components/p-BFa-ypRu.js.map +0 -1
  330. package/dist/components/p-BH3GbIqq.js +0 -2
  331. package/dist/components/p-BHTAR2x1.js +0 -2
  332. package/dist/components/p-BHTAR2x1.js.map +0 -1
  333. package/dist/components/p-BLIeXp8k.js +0 -2
  334. package/dist/components/p-BdhEVyZ3.js +0 -2
  335. package/dist/components/p-Bo1NnbuT.js +0 -2
  336. package/dist/components/p-BrYTMGo3.js +0 -2
  337. package/dist/components/p-Bv6ll-a-.js +0 -2
  338. package/dist/components/p-BvTs7KUn.js +0 -2
  339. package/dist/components/p-C0OwGHaZ.js +0 -2
  340. package/dist/components/p-C77C00Ii.js +0 -2
  341. package/dist/components/p-C9BPfP8V.js +0 -2
  342. package/dist/components/p-CCaI37_s.js +0 -2
  343. package/dist/components/p-CDzU4-Ri.js +0 -2
  344. package/dist/components/p-CDzU4-Ri.js.map +0 -1
  345. package/dist/components/p-CEYFnw7c.js +0 -2
  346. package/dist/components/p-CMMaSJvr.js +0 -2
  347. package/dist/components/p-CT5ZkMDd.js +0 -2
  348. package/dist/components/p-CUmpHIzY.js +0 -2
  349. package/dist/components/p-CXcvp4fs.js +0 -2
  350. package/dist/components/p-CZERsWDV.js +0 -2
  351. package/dist/components/p-CcBRUK1s.js +0 -2
  352. package/dist/components/p-Cppqe_PV.js +0 -2
  353. package/dist/components/p-Cppqe_PV.js.map +0 -1
  354. package/dist/components/p-Cu0ProBU.js +0 -2
  355. package/dist/components/p-CuBPxYv2.js +0 -2
  356. package/dist/components/p-DRyQsXc9.js +0 -2
  357. package/dist/components/p-DUZEz-6n.js +0 -2
  358. package/dist/components/p-DjX23A0S.js +0 -2
  359. package/dist/components/p-Dq8EU803.js +0 -2
  360. package/dist/components/p-Dq8EU803.js.map +0 -1
  361. package/dist/components/p-DvMoIxws.js +0 -2
  362. package/dist/components/p-Dw1KwhCp.js +0 -2
  363. package/dist/components/p-UqPFIGlg.js +0 -2
  364. package/dist/components/p-UyMXVF_R.js +0 -2
  365. package/dist/components/p-VQuZJp8X.js +0 -2
  366. package/dist/components/p-WiBL-FFH.js +0 -2
  367. package/dist/components/p-e7wZ4-5T.js +0 -2
  368. package/dist/components/p-jSrgQO7o.js +0 -2
  369. package/dist/components/p-vN0nUvmF.js +0 -2
  370. package/dist/components/p-vN0nUvmF.js.map +0 -1
  371. package/dist/smoothly/p-17170ef1.entry.js +0 -2
  372. package/dist/smoothly/p-b962448b.entry.js +0 -2
  373. package/dist/smoothly/p-b962448b.entry.js.map +0 -1
  374. /package/dist/components/{p-mgqCIR9Q.js.map → p--44NQk1v.js.map} +0 -0
  375. /package/dist/components/{p-BTjay9Fy.js.map → p-0Oak1FtC.js.map} +0 -0
  376. /package/dist/components/{p-CCaI37_s.js.map → p-1eBV_fsy.js.map} +0 -0
  377. /package/dist/components/{p-BQOdxeHU.js.map → p-4Xn3Nprv.js.map} +0 -0
  378. /package/dist/components/{p-vB-efyHR.js.map → p-7_LLYsTi.js.map} +0 -0
  379. /package/dist/components/{p-CNEHa0dN.js.map → p-B2eJc1lR.js.map} +0 -0
  380. /package/dist/components/{p-CauRo4fz.js.map → p-B3S9rR8a.js.map} +0 -0
  381. /package/dist/components/{p-M0gzpGV-.js.map → p-B7WG3bLU.js.map} +0 -0
  382. /package/dist/components/{p-Cu0ProBU.js.map → p-B7y_cC4v.js.map} +0 -0
  383. /package/dist/components/{p-DnvyyAaF.js.map → p-BE5E3Jm6.js.map} +0 -0
  384. /package/dist/components/{p-BH3GbIqq.js.map → p-BI_XG1Oj.js.map} +0 -0
  385. /package/dist/components/{p-VQuZJp8X.js.map → p-BJA3pU4q.js.map} +0 -0
  386. /package/dist/components/{p-UyMXVF_R.js.map → p-BKiQn3aG.js.map} +0 -0
  387. /package/dist/components/{p-ycoVDLCD.js.map → p-BLdivqFr.js.map} +0 -0
  388. /package/dist/components/{p-D2AakJMz.js.map → p-BWdGj6F8.js.map} +0 -0
  389. /package/dist/components/{p-Dk4OvZyQ.js.map → p-BX-sEZyq.js.map} +0 -0
  390. /package/dist/components/{p-CE-IZkWY.js.map → p-BaXCWr8l.js.map} +0 -0
  391. /package/dist/components/{p-CXcvp4fs.js.map → p-BbI_Odg-.js.map} +0 -0
  392. /package/dist/components/{p-BLIeXp8k.js.map → p-BcV_X5mg.js.map} +0 -0
  393. /package/dist/components/{p-CuBPxYv2.js.map → p-BrBilp2f.js.map} +0 -0
  394. /package/dist/components/{p-BCwizh6U.js.map → p-BsHachOX.js.map} +0 -0
  395. /package/dist/components/{p-Df80nM_T.js.map → p-BsimTIMh.js.map} +0 -0
  396. /package/dist/components/{p-CT5ZkMDd.js.map → p-Bzg8bBIr.js.map} +0 -0
  397. /package/dist/components/{p-C9BPfP8V.js.map → p-C-5nbahV.js.map} +0 -0
  398. /package/dist/components/{p-CIXMGKGQ.js.map → p-C0Vb-3iG.js.map} +0 -0
  399. /package/dist/components/{p-CLqKhHZ8.js.map → p-C22G-tNF.js.map} +0 -0
  400. /package/dist/components/{p-DFPMixk-.js.map → p-C2woWb9T.js.map} +0 -0
  401. /package/dist/components/{p-Cuq_eaHi.js.map → p-C9_7A_n7.js.map} +0 -0
  402. /package/dist/components/{p-zLhQ1mMe.js.map → p-CCwzp3Kg.js.map} +0 -0
  403. /package/dist/components/{p-DDtRlhit.js.map → p-CF7MePy1.js.map} +0 -0
  404. /package/dist/components/{p-Bv6ll-a-.js.map → p-CGfga7g-.js.map} +0 -0
  405. /package/dist/components/{p-bQGZECIZ.js.map → p-CHjWijPI.js.map} +0 -0
  406. /package/dist/components/{p-CcBRUK1s.js.map → p-CPhreyuD.js.map} +0 -0
  407. /package/dist/components/{p-C9Wv8Ynb.js.map → p-CTwHHE82.js.map} +0 -0
  408. /package/dist/components/{p-ByRyVRgY.js.map → p-CVdJ19AA.js.map} +0 -0
  409. /package/dist/components/{p-BWT1q2tN.js.map → p-CceVYEd4.js.map} +0 -0
  410. /package/dist/components/{p-DRyQsXc9.js.map → p-ChiRe9cW.js.map} +0 -0
  411. /package/dist/components/{p-MHAaISnU.js.map → p-Cl8L61mt.js.map} +0 -0
  412. /package/dist/components/{p-Cq3zOYlg.js.map → p-CrDAs9xy.js.map} +0 -0
  413. /package/dist/components/{p-B8I-Yh5P.js.map → p-CrnjoFOX.js.map} +0 -0
  414. /package/dist/components/{p-BcEDrfmP.js.map → p-Cs0CtSI2.js.map} +0 -0
  415. /package/dist/components/{p-CTvqaqVm.js.map → p-CttQUOE5.js.map} +0 -0
  416. /package/dist/components/{p-DjX23A0S.js.map → p-Cyi2S_Qh.js.map} +0 -0
  417. /package/dist/components/{p-l818BCpp.js.map → p-D57O7AkC.js.map} +0 -0
  418. /package/dist/components/{p-7UXKt7wZ.js.map → p-D5xdTtVs.js.map} +0 -0
  419. /package/dist/components/{p-5Z_db2DH.js.map → p-DA4pyC19.js.map} +0 -0
  420. /package/dist/components/{p-DDYB8QLF.js.map → p-DFSiKg4M.js.map} +0 -0
  421. /package/dist/components/{p-w1uPMi4U.js.map → p-DFh4J14i.js.map} +0 -0
  422. /package/dist/components/{p-BOzzNfNj.js.map → p-DLgeylX5.js.map} +0 -0
  423. /package/dist/components/{p-CUmpHIzY.js.map → p-DLtJSM-r.js.map} +0 -0
  424. /package/dist/components/{p-C7rAw-Sf.js.map → p-DN8CxJxb.js.map} +0 -0
  425. /package/dist/components/{p-DvMoIxws.js.map → p-DO3QrEu1.js.map} +0 -0
  426. /package/dist/components/{p-B2GxOEjl.js.map → p-DUoSHWe1.js.map} +0 -0
  427. /package/dist/components/{p-WiBL-FFH.js.map → p-DWcI5nnM.js.map} +0 -0
  428. /package/dist/components/{p-BvTs7KUn.js.map → p-DY_crgmf.js.map} +0 -0
  429. /package/dist/components/{p-C7PxdEtX.js.map → p-DYvlD9aR.js.map} +0 -0
  430. /package/dist/components/{p-C0OwGHaZ.js.map → p-DZ4052aB.js.map} +0 -0
  431. /package/dist/components/{p-ACHjKlBz.js.map → p-DbQqZdoI.js.map} +0 -0
  432. /package/dist/components/{p-Iph4bHku.js.map → p-DlkQKgfQ.js.map} +0 -0
  433. /package/dist/components/{p-CmUug44L.js.map → p-DvOr53No.js.map} +0 -0
  434. /package/dist/components/{p-e7wZ4-5T.js.map → p-KhaLdt5K.js.map} +0 -0
  435. /package/dist/components/{p-DeslbBen.js.map → p-MduEqLch.js.map} +0 -0
  436. /package/dist/components/{p-UCcJDJNC.js.map → p-MqffyRVU.js.map} +0 -0
  437. /package/dist/components/{p-BdYr9Wou.js.map → p-QtHFbgfu.js.map} +0 -0
  438. /package/dist/components/{p-CEYFnw7c.js.map → p-U7a1lSmf.js.map} +0 -0
  439. /package/dist/components/{p-CFwdTUm-.js.map → p-XZAGPm4i.js.map} +0 -0
  440. /package/dist/components/{p-DGTXEwvN.js.map → p-tD13Ef_1.js.map} +0 -0
  441. /package/dist/components/{p-DPlYDxyJ.js.map → p-vvQg46ti.js.map} +0 -0
  442. /package/dist/components/{p-CKGlbozb.js.map → p-zRKK2Cul.js.map} +0 -0
  443. /package/dist/smoothly/{p-7a9308b9.entry.js.map → p-64cc747b.entry.js.map} +0 -0
  444. /package/dist/smoothly/{p-17170ef1.entry.js.map → p-a2041097.entry.js.map} +0 -0
  445. /package/dist/smoothly/{p-ac2162c3.entry.js.map → p-c70e24bf.entry.js.map} +0 -0
  446. /package/dist/smoothly/{p-36966f71.entry.js.map → p-e8015fc7.entry.js.map} +0 -0
@@ -6,7 +6,7 @@ const SmoothlyInputCheckboxDemo = class {
6
6
  registerInstance(this, hostRef);
7
7
  }
8
8
  render() {
9
- return (h(Host, { key: 'b87b050eb78e63350fdef9978b8ab3f6f75f90ba' }, h("h2", { key: 'b59d7d2132935b59925b3d486334adaa57d34111' }, "All inputs"), h("smoothly-form", { key: '2cf49373621aa3b4952816aa554835ab9a1dc75a', looks: "grid", readonly: true, action: "https://api.toiletapi.com/6b12fd2f-e896-46f9-b38f-25cf42cee4b4" }, h("smoothly-input", { key: '342a601528a1e72db8a79995d906d2f2d8ebd85d', readonly: true, name: "First Name", value: "John" }, "First name"), h("smoothly-input", { key: '6ffb6868dc9fb8b91a535712012a2f1c12137afc', name: "Last name", value: "Doe" }, "Last name", h("smoothly-input-clear", { key: 'a61b4f80fa1a58b159870fcf6c3633ced18634ae', size: "icon", slot: "end" })), h("smoothly-input", { key: '774574e34066312584d662925f47ca07809e4e78', type: "phone", name: "Phone", value: "777888999" }, "Phone", h("smoothly-input-reset", { key: 'b60d029086821dc8b5e754776c5e62233e5cc3b8', size: "icon", slot: "end" })), h("smoothly-input-radio", { key: '3c9969ce5448170cc919b40944981f5ad43edd7e', clearable: true, name: "radioFirstInput" }, h("p", { key: 'd8410427e1341ff530ecb7dee9823c21852fa3a7', slot: "label" }, "Clearable"), h("smoothly-input-radio-item", { key: '61c64bbe7250b4eb4290bd2c75caf62528c355c1', slot: "options", value: "first" }, "Label 1"), h("smoothly-input-radio-item", { key: '44bbffb4103eb379652bbf436761458a14a7175f', selected: true, slot: "options", value: "second" }, "Label 2"), h("smoothly-input-radio-item", { key: 'c5dcb3b19adec142097e43ed1b10f80984477c49', slot: "options", value: "third" }, "Label 3")), h("smoothly-input-color", { key: 'e1cc8f36aa4dd9c84750797073c5d8ed0f2bad10', name: "color", value: "#479f56", output: "rgb" }, "Color"), h("smoothly-input-select", { key: '9543a9f9cc6ac7402415825a9872ec37d3048b3e', menuHeight: "7.5items", placeholder: "Select...", multiple: true, name: "select-month" }, h("label", { key: '41cbb2fab7585029ee91ea45d2b1d2f360a6a732', slot: "label" }, "Month"), h("smoothly-item", { key: '498d55992f8539e09c3862c0a147c271a645038d', value: "1" }, "January"), h("smoothly-item", { key: '1609ea60cb94e9ef195f4a18c61465c5319fb44d', value: "2" }, "February"), h("smoothly-item", { key: '1312da1f050e2e4ffde8c4b13dce23cb22711a2d', value: "3" }, "March"), h("smoothly-item", { key: 'ada60354212087fc55fb81939f831d6551d6ef7d', value: "4" }, "April"), h("smoothly-item", { key: '00da4e1699a9e1fc127a6f48ea7f440b0e3199da', value: "5" }, "May"), h("smoothly-item", { key: '93c3f12dd68334918a5f6a96b37506b548bba081', value: "6" }, "June"), h("smoothly-item", { key: '16c5a1d2d4a76312933e4c75312e29bbc4e77bc2', value: "7" }, "July"), h("smoothly-item", { key: 'fd8b80bb3b8e643f533543ea16041aed0e36a304', value: "8" }, "August"), h("smoothly-item", { key: '5f85430c08aa753b36b31f9de1a7a1d7d8d793e6', value: "9" }, "September"), h("smoothly-item", { key: '1c9447ee0e21fc37b625c4a2c9699659a6a03d80', value: "10" }, "October"), h("smoothly-item", { key: '648214d00c82a87a5403650e289dfc16470417d5', value: "11" }, "November"), h("smoothly-item", { key: '9b680e645e7589c8a8ece5f7fe951d3e818b04d2', value: "12" }, "December"), h("smoothly-input-clear", { key: '2cc62e638bd2037f1ff2f841c070840763b4ad32', size: "icon", slot: "end" })), h("smoothly-input-select", { key: '958f4e3773a9002b8b531defd76b69723abd8f3f', name: "select-icon", clearable: false, showSelected: false }, h("smoothly-item", { key: '962f4103e460087672484eb3f88045027d32a130', value: "folder", selected: true }, h("smoothly-icon", { key: '6345e8422873c99e0dbab80025984b73aa4bbf68', size: "small", name: "folder-outline" })), h("smoothly-item", { key: '848077e1177766f84d6c7d59d9ffec16792631d4', value: "camera" }, h("smoothly-icon", { key: 'd2c00f76124a9b7be6fc25fb9c07b4de189af3da', size: "small", name: "camera-outline" }))), h("smoothly-input-checkbox", { key: '66a99e5d40cc59d07b203c88596def4a04f80616', name: "checkbox" }, "Check the box"), h("smoothly-input-checkbox", { key: 'a1c6b415241594b64b0faf73f363d16f78124cd9', name: "checkbox2", checked: true }, "Check the box 2"), h("smoothly-input-date-range", { key: '100e28190aaddd73697716b92ec4fb9ad8dd4924', start: isoly.Date.now(), end: isoly.Date.now() }), h("smoothly-input-date", { key: 'ed20d251ffc8bc5a1ddf527da2b2995b9e3bd4bf', name: "date" }, "Date", h("smoothly-input-clear", { key: '92228279c6a86738a4674bd44288a524b83e6307', slot: "end" })), h("smoothly-input-range", { key: 'e4fe8940464d23127d57edcfc79a3f808122107a', step: 1, name: "range3", value: 20000 }, "Select"), h("smoothly-input", { key: '62f3734c6b281d314d585eba4667860ed93860d3', name: "pets.0.name" }, "First Pet's Name"), h("smoothly-input-range", { key: '67a043f52e277658892f34af93b8ab2d50451dd9', name: "pets.0.age", max: 100, step: 1 }, "First Pet's Age"), h("smoothly-input", { key: '133126812e7dbae7f1491640dab148f4feb1c561', name: "pets.1.name" }, "Second Pet's Name"), h("smoothly-input-range", { key: '24cde6c2ea0b981781248e2bd4bad76612bde4ae', name: "pets.1.age", max: 100, step: 1 }, "Second Pet's Age"), h("smoothly-input", { key: 'b3da2cca79cf80972d6d2eb2370c46bcfe75a7ed', name: "pets.2.name" }, "Third Pet's Name"), h("smoothly-input-range", { key: '352432da59dfba1eac043d8b150b2740faf38384', name: "pets.2.age", max: 100, step: 1 }, "Third Pet's Age"), h("smoothly-input-file", { key: 'f711a241f53cfb5803979dc19c0421aa5b4b9936', name: "profile", placeholder: "Click or drag your profile picture here..." }, h("span", { key: '9f0ab930a4b1159d0373f9e33490c54dc070f71f', slot: "label" }, "Profile"), h("smoothly-icon", { key: '114f04898200155379a21c30fd6fe0bc9fac29c1', slot: "button", name: "person-circle-outline", size: "tiny", fill: "default" })), h("smoothly-input-clear", { key: 'e13dfab8e36f03e1862a73ad36e7a16e2f55cd00', fill: "default", type: "form", color: "warning", slot: "clear", size: "icon", shape: "rounded" }), h("smoothly-input-edit", { key: '667402ebc3bdfef1b6cd11be423cd95259d096b9', fill: "default", type: "form", color: "tertiary", slot: "edit", size: "icon", shape: "rounded" }), h("smoothly-input-reset", { key: '8bf6222df1f9e450a44c28eba57774ab0b00aa43', fill: "default", type: "form", color: "warning", slot: "reset", size: "icon", shape: "rounded" }), h("smoothly-input-submit", { key: '3d628aed8faa2698a051915c01a6487b59ffa28c', delete: true, slot: "delete", color: "danger", size: "icon", shape: "rounded" }), h("smoothly-input-submit", { key: 'f82e58a33a25824d8ff34103072d404f4b4b98fb', fill: "default", color: "success", slot: "submit", size: "icon", shape: "rounded" }))));
9
+ return (h(Host, { key: 'b352bdfbee661343cf47d50f12abebfc0cf6ab16' }, h("h2", { key: '91c946ac08fdd45e077f83fc330b2ab936b3a1e4' }, "All inputs"), h("smoothly-form", { key: '6fff86e68d54df3d04c6aff0dd68cc159b59db8a', looks: "grid", readonly: true, action: "https://api.toiletapi.com/6b12fd2f-e896-46f9-b38f-25cf42cee4b4" }, h("smoothly-input", { key: '6dc3fd3c8e17bd65c40e10c209d5c9e9af05606c', readonly: true, name: "First Name", value: "John" }, "First name"), h("smoothly-input", { key: '7d7acb5d57428af599b670ffb305d1deec054ebe', name: "Last name", value: "Doe" }, "Last name", h("smoothly-input-clear", { key: '27c3f25370ebcd5cccce3db547b28a10570679fb', size: "icon", slot: "end" })), h("smoothly-input", { key: '49aa72aa749938f51ffdf9ebd7a466d94845ee9d', type: "phone", name: "Phone", value: "777888999" }, "Phone", h("smoothly-input-reset", { key: '286f46fa39c7ad3786b62730fd58be655d447917', size: "icon", slot: "end" })), h("smoothly-input-radio", { key: '91ad70640e71a52489c855e1852c609a88bb2eb6', clearable: true, name: "radioFirstInput" }, h("p", { key: '3068f8e03da6c743c9041d00e6206674d8647db6', slot: "label" }, "Clearable"), h("smoothly-input-radio-item", { key: 'd636989038d98000ba11ce424ccc27ab625d0515', slot: "options", value: "first" }, "Label 1"), h("smoothly-input-radio-item", { key: '5b5e6959f78fc2e3d08eb38e1be5d8e72e46972b', selected: true, slot: "options", value: "second" }, "Label 2"), h("smoothly-input-radio-item", { key: '1bbb84c8f3a50612a1fd0b54d08e12486ed98fc7', slot: "options", value: "third" }, "Label 3")), h("smoothly-input-color", { key: 'cd125a26f203f4d1aeb056bee95ae5acb632ff46', name: "color", value: "#479f56", output: "rgb" }, "Color"), h("smoothly-input-select", { key: '814ebdf5fde8126970fdf5b333bdf9fa78a528bc', menuHeight: "7.5items", placeholder: "Select...", multiple: true, name: "select-month" }, h("label", { key: '01b6346ec1df5a391709de9619eaffd6b5eb3142', slot: "label" }, "Month"), h("smoothly-item", { key: 'edccdd1fa584a1d1e8c4d0eb79236cca0da371d1', value: "1" }, "January"), h("smoothly-item", { key: 'd1e30185f0fe5d7be1fb93caa0858760c3ece3ea', value: "2" }, "February"), h("smoothly-item", { key: '87b05bb03e14c13271e9a4d91d1d61dcf2ccdb4e', value: "3" }, "March"), h("smoothly-item", { key: 'a2f732d3a5e1e2257fc63d1777d5ff9440e5a6ea', value: "4" }, "April"), h("smoothly-item", { key: '2a4355ba7020386bd68f3064e758f3c302c914b1', value: "5" }, "May"), h("smoothly-item", { key: '4e2ca1c70ebab9644f0b9f23f8838349a2af5662', value: "6" }, "June"), h("smoothly-item", { key: 'c28b5bf4614565fb363e96f1419f642a5a1e511a', value: "7" }, "July"), h("smoothly-item", { key: '29f55d2c10ea35f64d372b4bacf3d16ce6158462', value: "8" }, "August"), h("smoothly-item", { key: 'af6f0893b6c8f74ab2ec83c994fa4c283ccd50d1', value: "9" }, "September"), h("smoothly-item", { key: 'bb9dd4309de5f13ee8b09413ed140656f0cd8993', value: "10" }, "October"), h("smoothly-item", { key: '4494fc9fde1fcae901228b8a3bc59f66f39062e6', value: "11" }, "November"), h("smoothly-item", { key: '8e30882cfc9d205c27455edc3dddcef27c5f3f6e', value: "12" }, "December"), h("smoothly-input-clear", { key: '95012437948deee3d15b981e9fd2782dd2e69bf8', size: "icon", slot: "end" })), h("smoothly-input-select", { key: '488a3819d8b5f9d67c7d6a438f23c2f82fddf711', name: "select-icon", clearable: false, showSelected: false }, h("smoothly-item", { key: '246ee9908f5b491020a9e4bc983b11ded6a584a9', value: "folder", selected: true }, h("smoothly-icon", { key: 'c08ecd57f6eb097c243f291a3c81fb9d2348dd53', size: "small", name: "folder-outline" })), h("smoothly-item", { key: 'fae16d67f4e6d37db50eaa88b5f7c4a8c864a524', value: "camera" }, h("smoothly-icon", { key: '2599688d7fea657f0fc6eff69ef2418b972574a6', size: "small", name: "camera-outline" }))), h("smoothly-input-checkbox", { key: '322949e94c629f7e145dcecf9018fbf76d12288f', name: "checkbox" }, "Check the box"), h("smoothly-input-checkbox", { key: '9cc5b47dc19012948e305a5757ce8db32e8604a6', name: "checkbox2", checked: true }, "Check the box 2"), h("smoothly-input-date-range", { key: '90fd7d3c0be11f0392facadb1d222a103cb70229', start: isoly.Date.now(), end: isoly.Date.now() }), h("smoothly-input-date", { key: '4c2763206ed70c88dd68be14d7dd052b343e9ed4', name: "date" }, "Date", h("smoothly-input-clear", { key: '0d0d5e29aa88d9813233f37c4a44b03716b0b0c7', slot: "end" })), h("smoothly-input-range", { key: '7b9629770c6f9a0cf56bf6b2879622a1c3916bf8', step: 1, name: "range3", value: 20000 }, "Select"), h("smoothly-input", { key: '2189012b707e0c9d59ce9d98a2934e46d4757cd6', name: "pets.0.name" }, "First Pet's Name"), h("smoothly-input-range", { key: 'ec909bac6b45f203d3b62c3a4bf4edb1786ab29c', name: "pets.0.age", max: 100, step: 1 }, "First Pet's Age"), h("smoothly-input", { key: 'e4a149d8f21fe0183c1c02af96b36dd45372464e', name: "pets.1.name" }, "Second Pet's Name"), h("smoothly-input-range", { key: 'b12f8a0caa8efadc3517e4d49ac10a28a77c3113', name: "pets.1.age", max: 100, step: 1 }, "Second Pet's Age"), h("smoothly-input", { key: '5c0efcf118ca8fe07c45801b1ce0a40ec6ae057f', name: "pets.2.name" }, "Third Pet's Name"), h("smoothly-input-range", { key: 'ea359e74dfe9cbde7b72843d57c8a220b3b47fed', name: "pets.2.age", max: 100, step: 1 }, "Third Pet's Age"), h("smoothly-input-file", { key: 'ad4abed80bcd4d341202927e20f53348be67c254', name: "profile", placeholder: "Click or drag your profile picture here..." }, h("span", { key: '316576fc7488e1858fcb80431d9ca4550bfda77c', slot: "label" }, "Profile"), h("smoothly-icon", { key: '5e5c1586fa0728fcf8ca296a666fdf5557e3ef04', slot: "button", name: "person-circle-outline", size: "tiny", fill: "default" })), h("smoothly-input-clear", { key: '344bc835f9590416000916aa48b9e66a16dab543', fill: "default", type: "form", color: "warning", slot: "clear", size: "icon", shape: "rounded" }), h("smoothly-input-edit", { key: '46567f5f92d87e3352e61ee14115086804e8de1c', fill: "default", type: "form", color: "tertiary", slot: "edit", size: "icon", shape: "rounded" }), h("smoothly-input-reset", { key: '6857cae3aed0fe81e2600295af74e6be32b7a46a', fill: "default", type: "form", color: "warning", slot: "reset", size: "icon", shape: "rounded" }), h("smoothly-input-submit", { key: '5959f0903bfa4179c95609c9fa05adb4ccbc4eec', delete: true, slot: "delete", color: "danger", size: "icon", shape: "rounded" }), h("smoothly-input-submit", { key: '1503fb2488ea528635f4b7f162df3a28729d47b1', fill: "default", color: "success", slot: "submit", size: "icon", shape: "rounded" }))));
10
10
  }
11
11
  };
12
12
 
@@ -27,7 +27,7 @@ const SmoothlySubmit = class {
27
27
  (_a = this.parent) === null || _a === void 0 ? void 0 : _a.submit();
28
28
  }
29
29
  render() {
30
- return (h(Button, { key: 'acc877b650fa22b82f50c4fd3a5069b2e668c94d', disabled: this.disabled, type: this.type }, h("slot", { key: '9b5dbe03ca023d879223239e24c84208c36c0bb7' })));
30
+ return (h(Button, { key: '1bf07e4fa1cb07457467d9a1ff354a789d198351', disabled: this.disabled, type: this.type }, h("slot", { key: 'cfa1b6e14321cb83f410d2e897160fc9dfe029f0' })));
31
31
  }
32
32
  };
33
33
  SmoothlySubmit.style = styleCss();
@@ -22,7 +22,7 @@ const SmoothlyTriggerSink = class {
22
22
  }
23
23
  }
24
24
  render() {
25
- return h("slot", { key: '50c905abcea9a6a8ad47134a44b837ca5f328f77' });
25
+ return h("slot", { key: 'a4cf9c0d1480244dd05e88e8689d8aebd5177d09' });
26
26
  }
27
27
  };
28
28
  SmoothlyTriggerSink.style = styleCss();
@@ -21,7 +21,7 @@ const SmoothlyTriggerSource = class {
21
21
  }, window);
22
22
  }
23
23
  render() {
24
- return h("slot", { key: 'a802c3a97c5523f4b16160e3c54f05ea27acbd81' });
24
+ return h("slot", { key: '5c9a3d827ccb03e4af75c6fdc51443bc21da9ee9' });
25
25
  }
26
26
  get element() { return getElement(this); }
27
27
  };
@@ -17,7 +17,7 @@ var patchBrowser = () => {
17
17
 
18
18
  patchBrowser().then(async (options) => {
19
19
  await globalScripts();
20
- return bootstrapLazy(JSON.parse("[[\"smoothly-app_99\",[[0,\"smoothly-app-demo\",{\"baseUrl\":[1,\"base-url\"]},[[8,\"smoothlyUrlChange\",\"urlChangeHandler\"]]],[2,\"smoothly-form-demo\"],[2,\"smoothly-input-demo\",{\"duration\":[32],\"alphanumeric\":[32]}],[2,\"smoothly-table-demo\"],[0,\"smoothly-button-demo\"],[2,\"smoothly-icon-demo\",{\"display\":[32],\"props\":[32]}],[2,\"smoothly-theme-demo\"],[0,\"smoothly-display-demo\",{\"downloadingSpinner\":[32]}],[2,\"smoothly-dialog-demo\",{\"openModal\":[32],\"openTallModal\":[32],\"showFrame\":[32]}],[260,\"smoothly-app\",{\"label\":[513],\"color\":[1],\"home\":[1],\"menuOpen\":[1540,\"menu-open\"],\"navBreakpoint\":[513,\"nav-breakpoint\"],\"mobileMode\":[32],\"selected\":[32],\"selectRoom\":[64]},[[8,\"popstate\",\"locationChangeHandler\"],[0,\"smoothlyRoomSelect\",\"roomSelectedHandler\"],[0,\"smoothlyRoomLoad\",\"roomLoadedHandler\"],[8,\"click\",\"clickHandler\"]],{\"selected\":[{\"selectedChanged\":0}]}],[262,\"smoothly-app-room\",{\"label\":[513],\"icon\":[513],\"disabled\":[516],\"path\":[1],\"selected\":[1540],\"content\":[16],\"paths\":[32],\"mobileMode\":[32],\"setMobileMode\":[64],\"getContent\":[64],\"setSelected\":[64]},[[8,\"smoothlyUrlUpdate\",\"setQuery\"]]],[2,\"smoothly-tabs-demo\",{\"extraTab1\":[32],\"extraTab2\":[32]}],[0,\"smoothly-notifier-demo\"],[2,\"smoothly-form-demo-pet\",{\"hasOwner\":[32],\"owner\":[32],\"value\":[32]}],[2,\"smoothly-input-demo-standard\",{\"duration\":[32],\"options\":[32]}],[2,\"smoothly-form-demo-all\"],[2,\"smoothly-input-demo-user-input\",{\"textIndex\":[32],\"selectIndex\":[32],\"checkboxChecked\":[32],\"radioIndex\":[32],\"rangeValue\":[32],\"colorIndex\":[32],\"dateValue\":[32],\"datetimeValue\":[32],\"dateRangeValue\":[32]}],[2,\"smoothly-form-demo-transparent\"],[2,\"smoothly-table-demo-group\"],[2,\"smoothly-form-demo-schedule\"],[2,\"smoothly-form-demo-typed\"],[2,\"smoothly-table-demo-colspan\"],[2,\"smoothly-table-demo-nested-no-cell\",{\"loadingIndex\":[32],\"loadedRows\":[32]}],[2,\"smoothly-form-demo-controlled\",{\"name\":[32],\"currency\":[32],\"date\":[32]},null,{\"name\":[{\"nameChanged\":0}]}],[2,\"smoothly-form-demo-date\"],[2,\"smoothly-form-demo-date-range\"],[2,\"smoothly-table-demo-filler-row\",{\"cats\":[32]}],[2,\"smoothly-table-demo-simple\"],[2,\"smoothly-button-demo-standard\",{\"props\":[32],\"heightText\":[32],\"lastButton\":[32]},null,{\"props\":[{\"updateInputHeightText\":0}]}],[2,\"smoothly-input-date-demo\",{\"date\":[32],\"alwaysShowGuide\":[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-input-demo-radio\",{\"selected\":[32]},null,{\"selected\":[{\"selectedChange\":0}]}],[2,\"smoothly-theme-guide\"],[2,\"smoothly-input-price-demo\",{\"currencies\":[32],\"currency\":[32]}],[262,\"smoothly-notifier\",{\"icon\":[4],\"notices\":[32]},[[0,\"notice\",\"onNotice\"],[0,\"remove\",\"onRemove\"]]],[262,\"smoothly-theme-picker\",{\"element\":[1]}],[262,\"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\",{\"open\":[1540]},[[0,\"click\",\"clickHandler\"]],{\"open\":[{\"openChanged\":0}]}],[262,\"smoothly-modal\",{\"open\":[1540],\"closable\":[516],\"align\":[513],\"closeModal\":[64],\"openModal\":[64]},null,{\"open\":[{\"openChanged\":0}]}],[2,\"smoothly-frame\",{\"url\":[1],\"name\":[513],\"origin\":[1],\"send\":[64]}],[262,\"smoothly-label\",{\"hue\":[2],\"description\":[1],\"shape\":[513]}],[2,\"smoothly-table-demo-nested-no-cell-inner\",{\"data\":[16]}],[2,\"smoothly-notification\",{\"notice\":[16],\"closable\":[4],\"icon\":[4],\"tick\":[32]},[[0,\"trigger\",\"onTrigger\"]],{\"notice\":[{\"onUpdatedNotice\":0}]}],[262,\"smoothly-table-filler-row\"],[2,\"smoothly-back-to-top\",{\"opacity\":[1],\"bottom\":[1],\"right\":[1],\"visible\":[32]}],[262,\"smoothly-summary\",{\"open\":[1540]}],[2,\"smoothly-theme-color\",{\"color\":[1]}],[262,\"smoothly-table-row-group\",{\"align\":[516],\"open\":[1540]}],[262,\"smoothly-table-foot\"],[2,\"smoothly-theme-color-variant\",{\"color\":[513],\"variant\":[513]}],[262,\"smoothly-input-edit\",{\"color\":[1],\"expand\":[513],\"fill\":[513],\"disabled\":[1540],\"display\":[1540],\"shape\":[513],\"type\":[513],\"size\":[513],\"tooltip\":[1]},[[0,\"click\",\"clickHandler\"]]],[262,\"smoothly-lazy\",{\"show\":[1028],\"content\":[16]}],[262,\"smoothly-table-expandable-cell\",{\"span\":[514],\"open\":[1540],\"close\":[64]},null,{\"open\":[{\"openChange\":0}]}],[262,\"smoothly-table-expandable-row\",{\"open\":[1540]},null,{\"open\":[{\"openChange\":0}]}],[262,\"smoothly-input-date-time\",{\"color\":[1537],\"looks\":[1537],\"name\":[513],\"readonly\":[1540],\"disabled\":[516],\"invalid\":[516],\"errorMessage\":[513,\"error-message\"],\"value\":[1025],\"open\":[1028],\"showLabel\":[516,\"show-label\"],\"min\":[1],\"max\":[1],\"date\":[32],\"hour\":[32],\"minute\":[32],\"register\":[64],\"unregister\":[64],\"getValue\":[64],\"listen\":[64],\"clear\":[64],\"edit\":[64],\"reset\":[64],\"setInitialValue\":[64]},[[0,\"smoothlyInputLooks\",\"smoothlyInputLooksHandler\"],[0,\"smoothlyInputLoad\",\"smoothlyInputLoadHandler\"],[8,\"click\",\"onWindowClick\"]],{\"name\":[{\"nameChange\":0}],\"date\":[{\"handleChange\":0}],\"hour\":[{\"handleChange\":0}],\"minute\":[{\"handleChange\":0}],\"value\":[{\"valueChange\":0}],\"disabled\":[{\"watchingReadonly\":0}],\"readonly\":[{\"watchingReadonly\":0}]}],[2,\"smoothly-load-more\",{\"triggerMode\":[1,\"trigger-mode\"],\"name\":[1],\"multiple\":[4],\"inView\":[32]}],[262,\"smoothly-tab\",{\"label\":[1],\"name\":[1],\"tooltip\":[1],\"open\":[1540],\"disabled\":[516]},[[0,\"smoothlyInputLoad\",\"onInputLoad\"],[0,\"smoothlyInput\",\"onInputLoad\"]],{\"open\":[{\"openHandler\":0}]}],[262,\"smoothly-tabs\",{\"tabs\":[513],\"numberOfTabs\":[2,\"number-of-tabs\"],\"tabElements\":[32],\"selectedElement\":[32],\"removeTab\":[64]},[[0,\"smoothlyTabLoad\",\"onInputLoad\"],[0,\"smoothlyTabOpen\",\"openChanged\"]],{\"selectedElement\":[{\"onSelectedChange\":0}]}],[262,\"smoothly-trigger\",{\"color\":[513],\"fill\":[513],\"disabled\":[516],\"type\":[513],\"name\":[1],\"value\":[8]},[[0,\"click\",\"onClick\"]]],[262,\"smoothly-table-cell\",{\"span\":[514]}],[262,\"smoothly-input-file\",{\"readonly\":[1540],\"disabled\":[516],\"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\"]],{\"name\":[{\"nameChange\":0}],\"value\":[{\"valueChanged\":0}]}],[262,\"smoothly-table\",{\"columns\":[2]},[[0,\"smoothlyTableExpandableRowChange\",\"smoothlyTableExpandableRowChange\"],[0,\"smoothlyTableExpandableCellChange\",\"smoothlyTableExpandableCellChange\"]]],[262,\"smoothly-table-body\"],[262,\"smoothly-table-head\",{\"scrolled\":[32],\"depth\":[32]}],[262,\"smoothly-input-color\",{\"value\":[1025],\"looks\":[1537],\"color\":[1537],\"readonly\":[1540],\"disabled\":[516],\"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\"]],{\"name\":[{\"nameChange\":0}],\"disabled\":[{\"watchingReadonly\":0}],\"readonly\":[{\"watchingReadonly\":0}],\"value\":[{\"valueChanged\":0}]}],[262,\"smoothly-table-row\",null,[[0,\"smoothlyTableExpandableCellRegister\",\"smoothlyTableExpandableCellRegisterHandler\"],[0,\"smoothlyTableExpandableCellChange\",\"smoothlyTableExpandableCellChangeHandler\"]]],[262,\"smoothly-input-date-range\",{\"locale\":[513],\"name\":[513],\"color\":[1537],\"looks\":[1537],\"readonly\":[1540],\"disabled\":[516],\"showLabel\":[516,\"show-label\"],\"start\":[1025],\"end\":[1025],\"placeholder\":[513],\"alwaysShowGuide\":[516,\"always-show-guide\"],\"invalid\":[516],\"errorMessage\":[513,\"error-message\"],\"max\":[1],\"min\":[1],\"open\":[32],\"startHasText\":[32],\"endHasText\":[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\":[{\"startChanged\":0}],\"end\":[{\"endChanged\":0}],\"disabled\":[{\"watchingReadonly\":0}],\"readonly\":[{\"watchingReadonly\":0}],\"name\":[{\"nameChange\":0}]}],[262,\"smoothly-input-checkbox\",{\"name\":[513],\"readonly\":[1540],\"disabled\":[516],\"checked\":[1540],\"value\":[16],\"looks\":[1537],\"color\":[1537],\"register\":[64],\"unregister\":[64],\"getValue\":[64],\"clear\":[64],\"listen\":[64],\"edit\":[64],\"reset\":[64],\"setInitialValue\":[64]},[[0,\"smoothlyInputLoad\",\"smoothlyInputLoadHandler\"]],{\"name\":[{\"nameChange\":0}],\"disabled\":[{\"handleDisabledChange\":0}],\"readonly\":[{\"handleDisabledChange\":0}],\"checked\":[{\"elementCheck\":0}]}],[262,\"smoothly-input-range\",{\"value\":[1026],\"looks\":[1537],\"color\":[1537],\"defined\":[1028],\"readonly\":[1540],\"disabled\":[516],\"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\"]],{\"name\":[{\"nameChange\":0}],\"value\":[{\"valueChanged\":0}],\"disabled\":[{\"watchingReadonly\":0}],\"readonly\":[{\"watchingReadonly\":0}]}],[262,\"smoothly-input-date\",{\"locale\":[513],\"color\":[1537],\"looks\":[1537],\"name\":[513],\"readonly\":[1540],\"disabled\":[516],\"invalid\":[516],\"errorMessage\":[513,\"error-message\"],\"placeholder\":[513],\"alwaysShowGuide\":[516,\"always-show-guide\"],\"value\":[1025],\"open\":[1028],\"max\":[1025],\"min\":[1025],\"showLabel\":[516,\"show-label\"],\"hasText\":[32],\"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\"]],{\"name\":[{\"nameChange\":0}],\"value\":[{\"onValueChange\":0}],\"disabled\":[{\"watchingReadonly\":0}],\"readonly\":[{\"watchingReadonly\":0}]}],[262,\"smoothly-input-clear\",{\"color\":[1],\"expand\":[513],\"fill\":[513],\"disabled\":[1540],\"size\":[513],\"shape\":[513],\"display\":[1540],\"type\":[513],\"tooltip\":[1]},[[0,\"click\",\"clickHandler\"]]],[262,\"smoothly-input-reset\",{\"color\":[1],\"expand\":[513],\"fill\":[513],\"disabled\":[1540],\"size\":[513],\"shape\":[513],\"display\":[1540],\"type\":[513],\"tooltip\":[1]},[[0,\"click\",\"clickHandler\"]]],[262,\"smoothly-input-radio-item\",{\"value\":[1032],\"selected\":[1540],\"looks\":[1537],\"name\":[1025],\"disabled\":[32]}],[2,\"smoothly-toggle-switch\",{\"checkmark\":[516],\"selected\":[1540],\"disabled\":[516],\"size\":[513],\"color\":[513],\"fill\":[513]}],[262,\"smoothly-input-radio\",{\"value\":[1032],\"looks\":[1537],\"color\":[1537],\"direction\":[513],\"clearable\":[4],\"readonly\":[1540],\"disabled\":[516],\"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,\"smoothlyRadioItemSelect\",\"smoothlyRadioInputHandler\"]],{\"name\":[{\"nameChange\":0}],\"value\":[{\"valueChanged\":0}],\"disabled\":[{\"watchingReadonly\":0}],\"readonly\":[{\"watchingReadonly\":0}]}],[262,\"smoothly-input-submit\",{\"delete\":[516],\"color\":[1],\"icon\":[8],\"expand\":[513],\"fill\":[513],\"disabled\":[1540],\"display\":[1540],\"shape\":[513],\"size\":[513],\"tooltip\":[1]}],[2,\"smoothly-date-text\",{\"locale\":[1],\"readonly\":[516],\"disabled\":[516],\"showLabel\":[516,\"show-label\"],\"value\":[1],\"parts\":[32],\"order\":[32],\"separator\":[32],\"focusedIndex\":[32],\"setValue\":[64],\"select\":[64],\"deselect\":[64]},[[0,\"beforeinput\",\"beforeInputHandler\"],[2,\"input\",\"inputHandler\"]],{\"parts\":[{\"partsHandler\":0}],\"focusedIndex\":[{\"focusedIndexHandler\":0}]}],[262,\"smoothly-calendar\",{\"month\":[1025],\"value\":[1025],\"start\":[1],\"end\":[1],\"max\":[1025],\"min\":[1025],\"doubleInput\":[516,\"double-input\"],\"startInternal\":[32],\"endInternal\":[32],\"jumpTo\":[64]},null,{\"start\":[{\"onStart\":0}],\"end\":[{\"onEnd\":0}]}],[262,\"smoothly-button-confirm\",{\"color\":[1],\"name\":[513],\"doubleClickTime\":[2,\"double-click-time\"],\"expand\":[513],\"fill\":[1],\"disabled\":[516],\"shape\":[1],\"size\":[1],\"clickTimeStamp\":[32]}],[262,\"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\":0},{\"setAllowPreviousMonth\":0},{\"setAllowNextMonth\":0}],\"min\":[{\"setAllowPreviousMonth\":0}],\"max\":[{\"setAllowNextMonth\":0}],\"name\":[{\"nameChange\":0}]}],[260,\"smoothly-form\",{\"color\":[1537],\"value\":[1040],\"action\":[1],\"validator\":[16],\"type\":[1],\"readonly\":[1028],\"looks\":[513],\"name\":[513],\"prevent\":[4],\"processing\":[1040],\"removeInput\":[64],\"listen\":[64],\"submit\":[64],\"clear\":[64],\"edit\":[64],\"reset\":[64],\"setInitialValue\":[64]},[[0,\"smoothlyInputLooks\",\"smoothlyInputLooksHandler\"],[0,\"smoothlyInput\",\"smoothlyInputHandler\"],[0,\"smoothlyKeydown\",\"smoothlyKeydownHandler\"],[8,\"smoothlyFormSubmit\",\"windowSubmitHandler\"],[0,\"smoothlyFormSubmit\",\"submitHandler\"],[0,\"smoothlyInputLoad\",\"smoothlyInputLoadHandler\"],[0,\"smoothlyFormDisable\",\"smoothlyFormDisableHandler\"]],{\"value\":[{\"watchValue\":0}],\"readonly\":[{\"watchReadonly\":0}]}],[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\"]}],[262,\"smoothly-input\",{\"color\":[1537],\"looks\":[1537],\"name\":[513],\"value\":[1032],\"type\":[513],\"required\":[516],\"showLabel\":[516,\"show-label\"],\"autocomplete\":[1],\"placeholder\":[513],\"disabled\":[516],\"readonly\":[1540],\"toInteger\":[4,\"to-integer\"],\"currency\":[513],\"min\":[2],\"max\":[2],\"pad\":[2],\"invalid\":[516],\"errorMessage\":[513,\"error-message\"],\"copyable\":[516],\"initialValue\":[32],\"state\":[32],\"copied\":[32],\"getValue\":[64],\"setValue\":[64],\"setFocus\":[64],\"setSelection\":[64],\"listen\":[64],\"register\":[64],\"unregister\":[64],\"clear\":[64],\"edit\":[64],\"reset\":[64],\"setInitialValue\":[64],\"setCustomInitialValue\":[64]},[[0,\"smoothlyInputLoad\",\"smoothlyInputLoadHandler\"],[0,\"input\",\"onEvent\"],[0,\"beforeinput\",\"onEvent\"]],{\"name\":[{\"nameChange\":0}],\"currency\":[{\"typeChange\":0}],\"type\":[{\"typeChange\":0}],\"state\":[{\"stateChange\":0}],\"value\":[{\"valueChange\":0}],\"disabled\":[{\"readonlyChange\":0}],\"readonly\":[{\"readonlyChange\":0}]}],[2,\"smoothly-spinner\",{\"size\":[513],\"overlay\":[516]}],[262,\"smoothly-input-select\",{\"invalid\":[516],\"errorMessage\":[513,\"error-message\"],\"name\":[513],\"color\":[1537],\"looks\":[1537],\"showLabel\":[516,\"show-label\"],\"showSelected\":[1540,\"show-selected\"],\"readonly\":[1540],\"disabled\":[516],\"inCalendar\":[516,\"in-calendar\"],\"ordered\":[516],\"multiple\":[516],\"clearable\":[4],\"defined\":[1028],\"placeholder\":[520],\"menuHeight\":[1,\"menu-height\"],\"required\":[4],\"searchDisabled\":[4,\"search-disabled\"],\"mutable\":[4],\"open\":[32],\"selected\":[32],\"filter\":[32],\"addedItems\":[32],\"display\":[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,\"smoothlyItemDOMChange\",\"onItemDomChange\"],[0,\"smoothlyItemSelect\",\"onItemSelect\"]],{\"name\":[{\"nameChange\":0}],\"selected\":[{\"onSelectedChange\":0}],\"required\":[{\"onRequiredChange\":0}],\"filter\":[{\"onFilterChange\":0}],\"disabled\":[{\"watchingReadonly\":0}],\"readonly\":[{\"watchingReadonly\":0}],\"open\":[{\"onClosed\":0}]}],[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]}],[262,\"smoothly-item\",{\"value\":[8],\"selected\":[1540],\"marked\":[1540],\"disabled\":[516],\"deselectable\":[4],\"filter\":[64]},[[0,\"click\",\"clickHandler\"]],{\"selected\":[{\"selectedWatcher\":0}]}],[262,\"smoothly-button\",{\"color\":[513],\"expand\":[513],\"fill\":[513],\"tooltip\":[513],\"disabled\":[516],\"type\":[513],\"size\":[513],\"shape\":[513],\"link\":[1]}],[2,\"smoothly-icon\",{\"color\":[513],\"fill\":[513],\"name\":[513],\"size\":[513],\"rotate\":[514],\"flip\":[513],\"tooltip\":[1],\"latestPromise\":[32]},null,{\"tooltip\":[{\"nameChanged\":0}],\"name\":[{\"nameChanged\":0}]}]]],[\"smoothly-input-checkbox-demo\",[[2,\"smoothly-input-checkbox-demo\"]]],[\"smoothly-checkbox\",[[262,\"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\":0}],\"unavailable\":[{\"unavailableChanged\":0}]}]]],[\"smoothly-color\",[[262,\"smoothly-color\",{\"color\":[513]}]]],[\"smoothly-country\",[[2,\"smoothly-country\",{\"value\":[1],\"text\":[1],\"language\":[32]}]]],[\"smoothly-submit\",[[262,\"smoothly-submit\",{\"color\":[513],\"expand\":[513],\"fill\":[513],\"disabled\":[516],\"type\":[513],\"size\":[513],\"shape\":[513],\"prevent\":[4]},[[0,\"click\",\"clickHandler\"]]]]],[\"smoothly-trigger-sink\",[[262,\"smoothly-trigger-sink\",{\"context\":[16],\"destination\":[1],\"filter\":[1]},[[0,\"trigger\",\"TriggerListener\"]]]]],[\"smoothly-trigger-source\",[[262,\"smoothly-trigger-source\",{\"listen\":[1]}]]]]"), options);
20
+ return bootstrapLazy(JSON.parse("[[\"smoothly-app_99\",[[0,\"smoothly-app-demo\",{\"baseUrl\":[1,\"base-url\"]},[[8,\"smoothlyUrlChange\",\"urlChangeHandler\"]]],[2,\"smoothly-form-demo\"],[2,\"smoothly-input-demo\",{\"duration\":[32],\"alphanumeric\":[32]}],[2,\"smoothly-table-demo\"],[0,\"smoothly-button-demo\"],[2,\"smoothly-icon-demo\",{\"display\":[32],\"props\":[32]}],[2,\"smoothly-theme-demo\"],[0,\"smoothly-display-demo\",{\"downloadingSpinner\":[32]}],[2,\"smoothly-dialog-demo\",{\"openModal\":[32],\"openTallModal\":[32],\"showFrame\":[32]}],[260,\"smoothly-app\",{\"label\":[513],\"color\":[1],\"home\":[1],\"menuOpen\":[1540,\"menu-open\"],\"navBreakpoint\":[513,\"nav-breakpoint\"],\"mobileMode\":[32],\"selected\":[32],\"selectRoom\":[64]},[[8,\"popstate\",\"locationChangeHandler\"],[0,\"smoothlyRoomSelect\",\"roomSelectedHandler\"],[0,\"smoothlyRoomLoad\",\"roomLoadedHandler\"],[8,\"click\",\"clickHandler\"]],{\"selected\":[{\"selectedChanged\":0}]}],[262,\"smoothly-app-room\",{\"label\":[513],\"icon\":[513],\"disabled\":[516],\"path\":[1],\"selected\":[1540],\"content\":[16],\"paths\":[32],\"mobileMode\":[32],\"setMobileMode\":[64],\"getContent\":[64],\"setSelected\":[64]},[[8,\"smoothlyUrlUpdate\",\"setQuery\"]]],[2,\"smoothly-tabs-demo\",{\"extraTab1\":[32],\"extraTab2\":[32]}],[0,\"smoothly-notifier-demo\"],[2,\"smoothly-form-demo-pet\",{\"hasOwner\":[32],\"owner\":[32],\"value\":[32]}],[2,\"smoothly-input-demo-standard\",{\"duration\":[32],\"options\":[32]}],[2,\"smoothly-form-demo-all\"],[2,\"smoothly-input-demo-user-input\",{\"textIndex\":[32],\"selectIndex\":[32],\"checkboxChecked\":[32],\"radioIndex\":[32],\"rangeValue\":[32],\"colorIndex\":[32],\"dateValue\":[32],\"datetimeValue\":[32],\"dateRangeValue\":[32]}],[2,\"smoothly-form-demo-transparent\"],[2,\"smoothly-table-demo-group\"],[2,\"smoothly-form-demo-schedule\"],[2,\"smoothly-form-demo-typed\"],[2,\"smoothly-table-demo-colspan\"],[2,\"smoothly-table-demo-nested-no-cell\",{\"loadingIndex\":[32],\"loadedRows\":[32]}],[2,\"smoothly-form-demo-controlled\",{\"name\":[32],\"currency\":[32],\"date\":[32]},null,{\"name\":[{\"nameChanged\":0}]}],[2,\"smoothly-form-demo-date\"],[2,\"smoothly-form-demo-date-range\"],[2,\"smoothly-table-demo-filler-row\",{\"cats\":[32]}],[2,\"smoothly-table-demo-simple\"],[2,\"smoothly-button-demo-standard\",{\"props\":[32],\"heightText\":[32],\"lastButton\":[32]},null,{\"props\":[{\"updateInputHeightText\":0}]}],[2,\"smoothly-input-date-demo\",{\"date\":[32],\"alwaysShowGuide\":[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-input-demo-radio\",{\"selected\":[32]},null,{\"selected\":[{\"selectedChange\":0}]}],[2,\"smoothly-theme-guide\"],[2,\"smoothly-input-price-demo\",{\"currencies\":[32],\"currency\":[32]}],[262,\"smoothly-notifier\",{\"icon\":[4],\"notices\":[32]},[[0,\"notice\",\"onNotice\"],[0,\"remove\",\"onRemove\"]]],[262,\"smoothly-theme-picker\",{\"element\":[1]}],[262,\"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\",{\"open\":[1540]},[[0,\"click\",\"clickHandler\"]],{\"open\":[{\"openChanged\":0}]}],[262,\"smoothly-modal\",{\"open\":[1540],\"closable\":[516],\"align\":[513],\"closeModal\":[64],\"openModal\":[64]},null,{\"open\":[{\"openChanged\":0}]}],[2,\"smoothly-frame\",{\"url\":[1],\"name\":[513],\"origin\":[1],\"send\":[64]}],[262,\"smoothly-label\",{\"hue\":[2],\"description\":[1],\"shape\":[513]}],[2,\"smoothly-table-demo-nested-no-cell-inner\",{\"data\":[16]}],[2,\"smoothly-notification\",{\"notice\":[16],\"closable\":[4],\"icon\":[4],\"tick\":[32]},[[0,\"trigger\",\"onTrigger\"]],{\"notice\":[{\"onUpdatedNotice\":0}]}],[262,\"smoothly-table-filler-row\"],[2,\"smoothly-back-to-top\",{\"opacity\":[1],\"bottom\":[1],\"right\":[1],\"visible\":[32]}],[262,\"smoothly-summary\",{\"open\":[1540]}],[2,\"smoothly-theme-color\",{\"color\":[1]}],[262,\"smoothly-table-row-group\",{\"align\":[516],\"open\":[1540]}],[262,\"smoothly-table-foot\"],[2,\"smoothly-theme-color-variant\",{\"color\":[513],\"variant\":[513]}],[262,\"smoothly-input-edit\",{\"color\":[1],\"expand\":[513],\"fill\":[513],\"disabled\":[1540],\"display\":[1540],\"shape\":[513],\"type\":[513],\"size\":[513],\"tooltip\":[1]},[[0,\"click\",\"clickHandler\"]]],[262,\"smoothly-lazy\",{\"show\":[1028],\"content\":[16]}],[262,\"smoothly-table-expandable-cell\",{\"span\":[514],\"open\":[1540],\"close\":[64]},null,{\"open\":[{\"openChange\":0}]}],[262,\"smoothly-table-expandable-row\",{\"open\":[1540]},null,{\"open\":[{\"openChange\":0}]}],[262,\"smoothly-input-date-time\",{\"color\":[1537],\"looks\":[1537],\"name\":[513],\"readonly\":[1540],\"disabled\":[516],\"invalid\":[516],\"errorMessage\":[513,\"error-message\"],\"value\":[1025],\"open\":[1028],\"showLabel\":[516,\"show-label\"],\"min\":[1],\"max\":[1],\"date\":[32],\"hour\":[32],\"minute\":[32],\"register\":[64],\"unregister\":[64],\"getValue\":[64],\"listen\":[64],\"clear\":[64],\"edit\":[64],\"reset\":[64],\"setInitialValue\":[64]},[[0,\"smoothlyInputLooks\",\"smoothlyInputLooksHandler\"],[0,\"smoothlyInputLoad\",\"smoothlyInputLoadHandler\"],[8,\"click\",\"onWindowClick\"]],{\"name\":[{\"nameChange\":0}],\"date\":[{\"handleChange\":0}],\"hour\":[{\"handleChange\":0}],\"minute\":[{\"handleChange\":0}],\"value\":[{\"valueChange\":0}],\"disabled\":[{\"watchingReadonly\":0}],\"readonly\":[{\"watchingReadonly\":0}]}],[2,\"smoothly-load-more\",{\"triggerMode\":[1,\"trigger-mode\"],\"name\":[1],\"multiple\":[4],\"inView\":[32]}],[262,\"smoothly-tab\",{\"label\":[1],\"name\":[1],\"tooltip\":[1],\"open\":[1540],\"disabled\":[516]},[[0,\"smoothlyInputLoad\",\"onInputLoad\"],[0,\"smoothlyInput\",\"onInputLoad\"]],{\"open\":[{\"openHandler\":0}]}],[262,\"smoothly-tabs\",{\"tabs\":[513],\"numberOfTabs\":[2,\"number-of-tabs\"],\"tabElements\":[32],\"selectedElement\":[32],\"removeTab\":[64]},[[0,\"smoothlyTabLoad\",\"onInputLoad\"],[0,\"smoothlyTabOpen\",\"openChanged\"]],{\"selectedElement\":[{\"onSelectedChange\":0}]}],[262,\"smoothly-trigger\",{\"color\":[513],\"fill\":[513],\"disabled\":[516],\"type\":[513],\"name\":[1],\"value\":[8]},[[0,\"click\",\"onClick\"]]],[262,\"smoothly-table-cell\",{\"span\":[514]}],[262,\"smoothly-input-file\",{\"readonly\":[1540],\"disabled\":[516],\"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\"]],{\"name\":[{\"nameChange\":0}],\"value\":[{\"valueChanged\":0}]}],[262,\"smoothly-table\",{\"columns\":[2]},[[0,\"smoothlyTableExpandableRowChange\",\"smoothlyTableExpandableRowChange\"],[0,\"smoothlyTableExpandableCellChange\",\"smoothlyTableExpandableCellChange\"]]],[262,\"smoothly-table-body\"],[262,\"smoothly-table-head\",{\"scrolled\":[32],\"depth\":[32]}],[262,\"smoothly-input-color\",{\"value\":[1025],\"looks\":[1537],\"color\":[1537],\"readonly\":[1540],\"disabled\":[516],\"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\"]],{\"name\":[{\"nameChange\":0}],\"disabled\":[{\"watchingReadonly\":0}],\"readonly\":[{\"watchingReadonly\":0}],\"value\":[{\"valueChanged\":0}]}],[262,\"smoothly-table-row\",null,[[0,\"smoothlyTableExpandableCellRegister\",\"smoothlyTableExpandableCellRegisterHandler\"],[0,\"smoothlyTableExpandableCellChange\",\"smoothlyTableExpandableCellChangeHandler\"]]],[262,\"smoothly-input-date-range\",{\"locale\":[513],\"name\":[513],\"color\":[1537],\"looks\":[1537],\"readonly\":[1540],\"disabled\":[516],\"showLabel\":[516,\"show-label\"],\"start\":[1025],\"end\":[1025],\"placeholder\":[513],\"alwaysShowGuide\":[516,\"always-show-guide\"],\"invalid\":[516],\"errorMessage\":[513,\"error-message\"],\"max\":[1],\"min\":[1],\"open\":[32],\"startHasText\":[32],\"endHasText\":[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\":[{\"startChanged\":0}],\"end\":[{\"endChanged\":0}],\"disabled\":[{\"watchingReadonly\":0}],\"readonly\":[{\"watchingReadonly\":0}],\"name\":[{\"nameChange\":0}]}],[262,\"smoothly-input-checkbox\",{\"name\":[513],\"readonly\":[1540],\"disabled\":[516],\"checked\":[1540],\"value\":[16],\"looks\":[1537],\"color\":[1537],\"register\":[64],\"unregister\":[64],\"getValue\":[64],\"clear\":[64],\"listen\":[64],\"edit\":[64],\"reset\":[64],\"setInitialValue\":[64]},[[0,\"smoothlyInputLoad\",\"smoothlyInputLoadHandler\"]],{\"name\":[{\"nameChange\":0}],\"disabled\":[{\"handleDisabledChange\":0}],\"readonly\":[{\"handleDisabledChange\":0}],\"checked\":[{\"elementCheck\":0}]}],[262,\"smoothly-input-range\",{\"value\":[1026],\"dual\":[4],\"looks\":[1537],\"color\":[1537],\"defined\":[1028],\"readonly\":[1540],\"disabled\":[516],\"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\"]],{\"name\":[{\"nameChange\":0}],\"value\":[{\"valueChanged\":0}],\"disabled\":[{\"watchingReadonly\":0}],\"readonly\":[{\"watchingReadonly\":0}]}],[262,\"smoothly-input-date\",{\"locale\":[513],\"color\":[1537],\"looks\":[1537],\"name\":[513],\"readonly\":[1540],\"disabled\":[516],\"invalid\":[516],\"errorMessage\":[513,\"error-message\"],\"placeholder\":[513],\"alwaysShowGuide\":[516,\"always-show-guide\"],\"value\":[1025],\"open\":[1028],\"max\":[1025],\"min\":[1025],\"showLabel\":[516,\"show-label\"],\"hasText\":[32],\"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\"]],{\"name\":[{\"nameChange\":0}],\"value\":[{\"onValueChange\":0}],\"disabled\":[{\"watchingReadonly\":0}],\"readonly\":[{\"watchingReadonly\":0}]}],[262,\"smoothly-input-clear\",{\"color\":[1],\"expand\":[513],\"fill\":[513],\"disabled\":[1540],\"size\":[513],\"shape\":[513],\"display\":[1540],\"type\":[513],\"tooltip\":[1]},[[0,\"click\",\"clickHandler\"]]],[262,\"smoothly-input-reset\",{\"color\":[1],\"expand\":[513],\"fill\":[513],\"disabled\":[1540],\"size\":[513],\"shape\":[513],\"display\":[1540],\"type\":[513],\"tooltip\":[1]},[[0,\"click\",\"clickHandler\"]]],[262,\"smoothly-input-radio-item\",{\"value\":[1032],\"selected\":[1540],\"looks\":[1537],\"name\":[1025],\"disabled\":[32]}],[2,\"smoothly-toggle-switch\",{\"checkmark\":[516],\"selected\":[1540],\"disabled\":[516],\"size\":[513],\"color\":[513],\"fill\":[513]}],[262,\"smoothly-input-radio\",{\"value\":[1032],\"looks\":[1537],\"color\":[1537],\"direction\":[513],\"clearable\":[4],\"readonly\":[1540],\"disabled\":[516],\"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,\"smoothlyRadioItemSelect\",\"smoothlyRadioInputHandler\"]],{\"name\":[{\"nameChange\":0}],\"value\":[{\"valueChanged\":0}],\"disabled\":[{\"watchingReadonly\":0}],\"readonly\":[{\"watchingReadonly\":0}]}],[262,\"smoothly-input-submit\",{\"delete\":[516],\"color\":[1],\"icon\":[8],\"expand\":[513],\"fill\":[513],\"disabled\":[1540],\"display\":[1540],\"shape\":[513],\"size\":[513],\"tooltip\":[1]}],[2,\"smoothly-date-text\",{\"locale\":[1],\"readonly\":[516],\"disabled\":[516],\"showLabel\":[516,\"show-label\"],\"value\":[1],\"parts\":[32],\"order\":[32],\"separator\":[32],\"focusedIndex\":[32],\"setValue\":[64],\"select\":[64],\"deselect\":[64]},[[0,\"beforeinput\",\"beforeInputHandler\"],[2,\"input\",\"inputHandler\"]],{\"parts\":[{\"partsHandler\":0}],\"focusedIndex\":[{\"focusedIndexHandler\":0}]}],[262,\"smoothly-calendar\",{\"month\":[1025],\"value\":[1025],\"start\":[1],\"end\":[1],\"max\":[1025],\"min\":[1025],\"doubleInput\":[516,\"double-input\"],\"startInternal\":[32],\"endInternal\":[32],\"jumpTo\":[64]},null,{\"start\":[{\"onStart\":0}],\"end\":[{\"onEnd\":0}]}],[262,\"smoothly-button-confirm\",{\"color\":[1],\"name\":[513],\"doubleClickTime\":[2,\"double-click-time\"],\"expand\":[513],\"fill\":[1],\"disabled\":[516],\"shape\":[1],\"size\":[1],\"clickTimeStamp\":[32]}],[262,\"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\":0},{\"setAllowPreviousMonth\":0},{\"setAllowNextMonth\":0}],\"min\":[{\"setAllowPreviousMonth\":0}],\"max\":[{\"setAllowNextMonth\":0}],\"name\":[{\"nameChange\":0}]}],[260,\"smoothly-form\",{\"color\":[1537],\"value\":[1040],\"action\":[1],\"validator\":[16],\"type\":[1],\"readonly\":[1028],\"looks\":[513],\"name\":[513],\"prevent\":[4],\"processing\":[1040],\"removeInput\":[64],\"listen\":[64],\"submit\":[64],\"clear\":[64],\"edit\":[64],\"reset\":[64],\"setInitialValue\":[64]},[[0,\"smoothlyInputLooks\",\"smoothlyInputLooksHandler\"],[0,\"smoothlyInput\",\"smoothlyInputHandler\"],[0,\"smoothlyKeydown\",\"smoothlyKeydownHandler\"],[8,\"smoothlyFormSubmit\",\"windowSubmitHandler\"],[0,\"smoothlyFormSubmit\",\"submitHandler\"],[0,\"smoothlyInputLoad\",\"smoothlyInputLoadHandler\"],[0,\"smoothlyFormDisable\",\"smoothlyFormDisableHandler\"]],{\"value\":[{\"watchValue\":0}],\"readonly\":[{\"watchReadonly\":0}]}],[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\"]}],[262,\"smoothly-input\",{\"color\":[1537],\"looks\":[1537],\"name\":[513],\"value\":[1032],\"type\":[513],\"required\":[516],\"showLabel\":[516,\"show-label\"],\"autocomplete\":[1],\"placeholder\":[513],\"disabled\":[516],\"readonly\":[1540],\"toInteger\":[4,\"to-integer\"],\"currency\":[513],\"min\":[2],\"max\":[2],\"pad\":[2],\"invalid\":[516],\"errorMessage\":[513,\"error-message\"],\"copyable\":[516],\"right\":[516],\"initialValue\":[32],\"state\":[32],\"copied\":[32],\"getValue\":[64],\"setValue\":[64],\"setFocus\":[64],\"setSelection\":[64],\"listen\":[64],\"register\":[64],\"unregister\":[64],\"clear\":[64],\"edit\":[64],\"reset\":[64],\"setInitialValue\":[64],\"setCustomInitialValue\":[64]},[[0,\"smoothlyInputLoad\",\"smoothlyInputLoadHandler\"],[0,\"input\",\"onEvent\"],[0,\"beforeinput\",\"onEvent\"]],{\"name\":[{\"nameChange\":0}],\"currency\":[{\"typeChange\":0}],\"type\":[{\"typeChange\":0}],\"state\":[{\"stateChange\":0}],\"value\":[{\"valueChange\":0}],\"disabled\":[{\"readonlyChange\":0}],\"readonly\":[{\"readonlyChange\":0}]}],[2,\"smoothly-spinner\",{\"size\":[513],\"overlay\":[516]}],[262,\"smoothly-input-select\",{\"invalid\":[516],\"errorMessage\":[513,\"error-message\"],\"name\":[513],\"color\":[1537],\"looks\":[1537],\"showLabel\":[516,\"show-label\"],\"showSelected\":[1540,\"show-selected\"],\"readonly\":[1540],\"disabled\":[516],\"inCalendar\":[516,\"in-calendar\"],\"ordered\":[516],\"multiple\":[516],\"clearable\":[4],\"defined\":[1028],\"placeholder\":[520],\"menuHeight\":[1,\"menu-height\"],\"required\":[4],\"searchDisabled\":[4,\"search-disabled\"],\"mutable\":[4],\"open\":[32],\"selected\":[32],\"filter\":[32],\"addedItems\":[32],\"display\":[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,\"smoothlyItemDOMChange\",\"onItemDomChange\"],[0,\"smoothlyItemSelect\",\"onItemSelect\"]],{\"name\":[{\"nameChange\":0}],\"selected\":[{\"onSelectedChange\":0}],\"required\":[{\"onRequiredChange\":0}],\"filter\":[{\"onFilterChange\":0}],\"disabled\":[{\"watchingReadonly\":0}],\"readonly\":[{\"watchingReadonly\":0}],\"open\":[{\"onClosed\":0}]}],[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]}],[262,\"smoothly-item\",{\"value\":[8],\"selected\":[1540],\"marked\":[1540],\"disabled\":[516],\"deselectable\":[4],\"filter\":[64]},[[0,\"click\",\"clickHandler\"]],{\"selected\":[{\"selectedWatcher\":0}]}],[262,\"smoothly-button\",{\"color\":[513],\"expand\":[513],\"fill\":[513],\"tooltip\":[513],\"disabled\":[516],\"type\":[513],\"size\":[513],\"shape\":[513],\"link\":[1]}],[2,\"smoothly-icon\",{\"color\":[513],\"fill\":[513],\"name\":[513],\"size\":[513],\"rotate\":[514],\"flip\":[513],\"tooltip\":[1],\"latestPromise\":[32]},null,{\"tooltip\":[{\"nameChanged\":0}],\"name\":[{\"nameChanged\":0}]}]]],[\"smoothly-input-checkbox-demo\",[[2,\"smoothly-input-checkbox-demo\"]]],[\"smoothly-checkbox\",[[262,\"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\":0}],\"unavailable\":[{\"unavailableChanged\":0}]}]]],[\"smoothly-color\",[[262,\"smoothly-color\",{\"color\":[513]}]]],[\"smoothly-country\",[[2,\"smoothly-country\",{\"value\":[1],\"text\":[1],\"language\":[32]}]]],[\"smoothly-submit\",[[262,\"smoothly-submit\",{\"color\":[513],\"expand\":[513],\"fill\":[513],\"disabled\":[516],\"type\":[513],\"size\":[513],\"shape\":[513],\"prevent\":[4]},[[0,\"click\",\"clickHandler\"]]]]],[\"smoothly-trigger-sink\",[[262,\"smoothly-trigger-sink\",{\"context\":[16],\"destination\":[1],\"filter\":[1]},[[0,\"trigger\",\"TriggerListener\"]]]]],[\"smoothly-trigger-source\",[[262,\"smoothly-trigger-source\",{\"listen\":[1]}]]]]"), options);
21
21
  });
22
22
  //# sourceMappingURL=smoothly.js.map
23
23
 
@@ -1,2 +1,2 @@
1
- import{r as s,c as t,h as o,g as e}from"./p-CdFSoe1d.js";import{M as r,T as i}from"./p-CbMKpwBI.js";import"./p-BVKhAhsB.js";const c=()=>`.sc-smoothly-trigger-source-h{display:block}[hidden].sc-smoothly-trigger-source-h{display:none}`;const h=class{constructor(o){s(this,o);this.trigger=t(this,"trigger");this.smoothlyMessage=t(this,"smoothlyMessage")}componentDidLoad(){r.listen(this.listen,((s,t)=>{if(i.is(t)){this.trigger.emit(t)}else{this.smoothlyMessage.emit({destination:s,content:t})}}),window)}render(){return o("slot",{key:"a802c3a97c5523f4b16160e3c54f05ea27acbd81"})}get element(){return e(this)}};h.style=c();export{h as smoothly_trigger_source};
2
- //# sourceMappingURL=p-7a9308b9.entry.js.map
1
+ import{r as s,c as t,h as o,g as e}from"./p-CdFSoe1d.js";import{M as r,T as i}from"./p-CbMKpwBI.js";import"./p-BVKhAhsB.js";const c=()=>`.sc-smoothly-trigger-source-h{display:block}[hidden].sc-smoothly-trigger-source-h{display:none}`;const h=class{constructor(o){s(this,o);this.trigger=t(this,"trigger");this.smoothlyMessage=t(this,"smoothlyMessage")}componentDidLoad(){r.listen(this.listen,((s,t)=>{if(i.is(t)){this.trigger.emit(t)}else{this.smoothlyMessage.emit({destination:s,content:t})}}),window)}render(){return o("slot",{key:"5c9a3d827ccb03e4af75c6fdc51443bc21da9ee9"})}get element(){return e(this)}};h.style=c();export{h as smoothly_trigger_source};
2
+ //# sourceMappingURL=p-64cc747b.entry.js.map
@@ -0,0 +1,2 @@
1
+ import{r as e,h as a,H as t}from"./p-CdFSoe1d.js";import{i as o}from"./p-BVKhAhsB.js";const c=class{constructor(a){e(this,a)}render(){return a(t,{key:"b352bdfbee661343cf47d50f12abebfc0cf6ab16"},a("h2",{key:"91c946ac08fdd45e077f83fc330b2ab936b3a1e4"},"All inputs"),a("smoothly-form",{key:"6fff86e68d54df3d04c6aff0dd68cc159b59db8a",looks:"grid",readonly:true,action:"https://api.toiletapi.com/6b12fd2f-e896-46f9-b38f-25cf42cee4b4"},a("smoothly-input",{key:"6dc3fd3c8e17bd65c40e10c209d5c9e9af05606c",readonly:true,name:"First Name",value:"John"},"First name"),a("smoothly-input",{key:"7d7acb5d57428af599b670ffb305d1deec054ebe",name:"Last name",value:"Doe"},"Last name",a("smoothly-input-clear",{key:"27c3f25370ebcd5cccce3db547b28a10570679fb",size:"icon",slot:"end"})),a("smoothly-input",{key:"49aa72aa749938f51ffdf9ebd7a466d94845ee9d",type:"phone",name:"Phone",value:"777888999"},"Phone",a("smoothly-input-reset",{key:"286f46fa39c7ad3786b62730fd58be655d447917",size:"icon",slot:"end"})),a("smoothly-input-radio",{key:"91ad70640e71a52489c855e1852c609a88bb2eb6",clearable:true,name:"radioFirstInput"},a("p",{key:"3068f8e03da6c743c9041d00e6206674d8647db6",slot:"label"},"Clearable"),a("smoothly-input-radio-item",{key:"d636989038d98000ba11ce424ccc27ab625d0515",slot:"options",value:"first"},"Label 1"),a("smoothly-input-radio-item",{key:"5b5e6959f78fc2e3d08eb38e1be5d8e72e46972b",selected:true,slot:"options",value:"second"},"Label 2"),a("smoothly-input-radio-item",{key:"1bbb84c8f3a50612a1fd0b54d08e12486ed98fc7",slot:"options",value:"third"},"Label 3")),a("smoothly-input-color",{key:"cd125a26f203f4d1aeb056bee95ae5acb632ff46",name:"color",value:"#479f56",output:"rgb"},"Color"),a("smoothly-input-select",{key:"814ebdf5fde8126970fdf5b333bdf9fa78a528bc",menuHeight:"7.5items",placeholder:"Select...",multiple:true,name:"select-month"},a("label",{key:"01b6346ec1df5a391709de9619eaffd6b5eb3142",slot:"label"},"Month"),a("smoothly-item",{key:"edccdd1fa584a1d1e8c4d0eb79236cca0da371d1",value:"1"},"January"),a("smoothly-item",{key:"d1e30185f0fe5d7be1fb93caa0858760c3ece3ea",value:"2"},"February"),a("smoothly-item",{key:"87b05bb03e14c13271e9a4d91d1d61dcf2ccdb4e",value:"3"},"March"),a("smoothly-item",{key:"a2f732d3a5e1e2257fc63d1777d5ff9440e5a6ea",value:"4"},"April"),a("smoothly-item",{key:"2a4355ba7020386bd68f3064e758f3c302c914b1",value:"5"},"May"),a("smoothly-item",{key:"4e2ca1c70ebab9644f0b9f23f8838349a2af5662",value:"6"},"June"),a("smoothly-item",{key:"c28b5bf4614565fb363e96f1419f642a5a1e511a",value:"7"},"July"),a("smoothly-item",{key:"29f55d2c10ea35f64d372b4bacf3d16ce6158462",value:"8"},"August"),a("smoothly-item",{key:"af6f0893b6c8f74ab2ec83c994fa4c283ccd50d1",value:"9"},"September"),a("smoothly-item",{key:"bb9dd4309de5f13ee8b09413ed140656f0cd8993",value:"10"},"October"),a("smoothly-item",{key:"4494fc9fde1fcae901228b8a3bc59f66f39062e6",value:"11"},"November"),a("smoothly-item",{key:"8e30882cfc9d205c27455edc3dddcef27c5f3f6e",value:"12"},"December"),a("smoothly-input-clear",{key:"95012437948deee3d15b981e9fd2782dd2e69bf8",size:"icon",slot:"end"})),a("smoothly-input-select",{key:"488a3819d8b5f9d67c7d6a438f23c2f82fddf711",name:"select-icon",clearable:false,showSelected:false},a("smoothly-item",{key:"246ee9908f5b491020a9e4bc983b11ded6a584a9",value:"folder",selected:true},a("smoothly-icon",{key:"c08ecd57f6eb097c243f291a3c81fb9d2348dd53",size:"small",name:"folder-outline"})),a("smoothly-item",{key:"fae16d67f4e6d37db50eaa88b5f7c4a8c864a524",value:"camera"},a("smoothly-icon",{key:"2599688d7fea657f0fc6eff69ef2418b972574a6",size:"small",name:"camera-outline"}))),a("smoothly-input-checkbox",{key:"322949e94c629f7e145dcecf9018fbf76d12288f",name:"checkbox"},"Check the box"),a("smoothly-input-checkbox",{key:"9cc5b47dc19012948e305a5757ce8db32e8604a6",name:"checkbox2",checked:true},"Check the box 2"),a("smoothly-input-date-range",{key:"90fd7d3c0be11f0392facadb1d222a103cb70229",start:o.Date.now(),end:o.Date.now()}),a("smoothly-input-date",{key:"4c2763206ed70c88dd68be14d7dd052b343e9ed4",name:"date"},"Date",a("smoothly-input-clear",{key:"0d0d5e29aa88d9813233f37c4a44b03716b0b0c7",slot:"end"})),a("smoothly-input-range",{key:"7b9629770c6f9a0cf56bf6b2879622a1c3916bf8",step:1,name:"range3",value:2e4},"Select"),a("smoothly-input",{key:"2189012b707e0c9d59ce9d98a2934e46d4757cd6",name:"pets.0.name"},"First Pet's Name"),a("smoothly-input-range",{key:"ec909bac6b45f203d3b62c3a4bf4edb1786ab29c",name:"pets.0.age",max:100,step:1},"First Pet's Age"),a("smoothly-input",{key:"e4a149d8f21fe0183c1c02af96b36dd45372464e",name:"pets.1.name"},"Second Pet's Name"),a("smoothly-input-range",{key:"b12f8a0caa8efadc3517e4d49ac10a28a77c3113",name:"pets.1.age",max:100,step:1},"Second Pet's Age"),a("smoothly-input",{key:"5c0efcf118ca8fe07c45801b1ce0a40ec6ae057f",name:"pets.2.name"},"Third Pet's Name"),a("smoothly-input-range",{key:"ea359e74dfe9cbde7b72843d57c8a220b3b47fed",name:"pets.2.age",max:100,step:1},"Third Pet's Age"),a("smoothly-input-file",{key:"ad4abed80bcd4d341202927e20f53348be67c254",name:"profile",placeholder:"Click or drag your profile picture here..."},a("span",{key:"316576fc7488e1858fcb80431d9ca4550bfda77c",slot:"label"},"Profile"),a("smoothly-icon",{key:"5e5c1586fa0728fcf8ca296a666fdf5557e3ef04",slot:"button",name:"person-circle-outline",size:"tiny",fill:"default"})),a("smoothly-input-clear",{key:"344bc835f9590416000916aa48b9e66a16dab543",fill:"default",type:"form",color:"warning",slot:"clear",size:"icon",shape:"rounded"}),a("smoothly-input-edit",{key:"46567f5f92d87e3352e61ee14115086804e8de1c",fill:"default",type:"form",color:"tertiary",slot:"edit",size:"icon",shape:"rounded"}),a("smoothly-input-reset",{key:"6857cae3aed0fe81e2600295af74e6be32b7a46a",fill:"default",type:"form",color:"warning",slot:"reset",size:"icon",shape:"rounded"}),a("smoothly-input-submit",{key:"5959f0903bfa4179c95609c9fa05adb4ccbc4eec",delete:true,slot:"delete",color:"danger",size:"icon",shape:"rounded"}),a("smoothly-input-submit",{key:"1503fb2488ea528635f4b7f162df3a28729d47b1",fill:"default",color:"success",slot:"submit",size:"icon",shape:"rounded"})))}};export{c as smoothly_input_checkbox_demo};
2
+ //# sourceMappingURL=p-a2041097.entry.js.map