smoothly 1.112.0 → 1.114.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 (389) hide show
  1. package/dist/cjs/loader.cjs.js +1 -1
  2. package/dist/cjs/smoothly-app_98.cjs.entry.js +293 -219
  3. package/dist/cjs/smoothly-app_98.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/icon/demo/index.js +25 -3
  10. package/dist/collection/components/icon/demo/index.js.map +1 -1
  11. package/dist/collection/components/input/checkbox/demo/index.js +1 -1
  12. package/dist/collection/components/input/checkbox/index.js +2 -2
  13. package/dist/collection/components/input/clear/index.js +1 -1
  14. package/dist/collection/components/input/color/demo/index.js +1 -1
  15. package/dist/collection/components/input/color/index.js +2 -2
  16. package/dist/collection/components/input/date/index.js +1 -1
  17. package/dist/collection/components/input/date/range/index.js +3 -3
  18. package/dist/collection/components/input/date/text/index.js +1 -1
  19. package/dist/collection/components/input/date/time/index.js +5 -5
  20. package/dist/collection/components/input/demo/date/index.js +1 -1
  21. package/dist/collection/components/input/demo/index.js +4 -4
  22. package/dist/collection/components/input/demo/price/index.js +1 -1
  23. package/dist/collection/components/input/demo/radio/index.js +1 -1
  24. package/dist/collection/components/input/demo/standard/index.js +1 -1
  25. package/dist/collection/components/input/demo/standard/index.js.map +1 -1
  26. package/dist/collection/components/input/demo/user-input/index.js +3 -3
  27. package/dist/collection/components/input/edit/index.js +1 -1
  28. package/dist/collection/components/input/file/index.js +1 -1
  29. package/dist/collection/components/input/index.js +2 -2
  30. package/dist/collection/components/input/month/index.js +4 -4
  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 +121 -133
  36. package/dist/collection/components/input/select/index.js.map +1 -1
  37. package/dist/collection/components/input/select/layout.js +21 -0
  38. package/dist/collection/components/input/select/layout.js.map +1 -0
  39. package/dist/collection/components/input/select/menu.js +33 -0
  40. package/dist/collection/components/input/select/menu.js.map +1 -0
  41. package/dist/collection/components/input/select/scroll.js +14 -0
  42. package/dist/collection/components/input/select/scroll.js.map +1 -0
  43. package/dist/collection/components/input/select/style.css +72 -64
  44. package/dist/collection/components/input/submit/index.js +1 -1
  45. package/dist/collection/components/item/index.js +1 -1
  46. package/dist/collection/components/label/index.js +2 -2
  47. package/dist/collection/components/lazy/index.js +1 -1
  48. package/dist/collection/components/load-more/index.js +1 -1
  49. package/dist/collection/components/modal/index.js +2 -2
  50. package/dist/collection/components/notification/index.js +1 -1
  51. package/dist/collection/components/notifier/index.js +1 -1
  52. package/dist/collection/components/spinner/index.js +2 -2
  53. package/dist/collection/components/submit/index.js +1 -1
  54. package/dist/collection/components/summary/index.js +1 -1
  55. package/dist/collection/components/table/body/index.js +1 -1
  56. package/dist/collection/components/table/cell/index.js +1 -1
  57. package/dist/collection/components/table/demo/colspan/index.js +1 -1
  58. package/dist/collection/components/table/demo/filler-row/index.js +1 -1
  59. package/dist/collection/components/table/demo/group/index.js +1 -1
  60. package/dist/collection/components/table/demo/index.js +1 -1
  61. package/dist/collection/components/table/demo/nested-no-cell/index.js +2 -2
  62. package/dist/collection/components/table/demo/nested-no-cell/inner/index.js +1 -1
  63. package/dist/collection/components/table/demo/simple/simple.js +1 -1
  64. package/dist/collection/components/table/expandable/cell/index.js +1 -1
  65. package/dist/collection/components/table/expandable/row/index.js +1 -1
  66. package/dist/collection/components/table/filler-row/index.js +1 -1
  67. package/dist/collection/components/table/foot/index.js +1 -1
  68. package/dist/collection/components/table/group/index.js +1 -1
  69. package/dist/collection/components/table/head/index.js +2 -2
  70. package/dist/collection/components/table/index.js +1 -1
  71. package/dist/collection/components/table/row/index.js +1 -1
  72. package/dist/collection/components/tabs/demo/index.js +1 -1
  73. package/dist/collection/components/tabs/tab/index.js +1 -1
  74. package/dist/collection/components/theme/color/index.js +1 -1
  75. package/dist/collection/components/theme/demo/index.js +1 -1
  76. package/dist/collection/components/theme/guide/index.js +8 -8
  77. package/dist/collection/components/theme/picker/index.js +2 -2
  78. package/dist/collection/components/toggle-switch/demo/index.js +1 -1
  79. package/dist/collection/components/toggle-switch/index.js +1 -1
  80. package/dist/collection/components/trigger/index.js +1 -1
  81. package/dist/collection/components/trigger/sink/index.js +1 -1
  82. package/dist/collection/components/trigger/source/index.js +1 -1
  83. package/dist/components/{p-BqAN7jax.js → p-1j2KmcfQ.js} +2 -2
  84. package/dist/components/{p-C519IJGa.js → p-4pGbxojU.js} +2 -2
  85. package/dist/components/{p-Bs8X_nDB.js → p-67RlLkJb.js} +2 -2
  86. package/dist/components/{p-Bm-gpoFa.js → p-6PsJb2Ez.js} +2 -2
  87. package/dist/components/{p-B8ljN4o0.js → p-AX8gOGUr.js} +2 -2
  88. package/dist/components/{p-Cvl7cLxT.js → p-B0kZrKne.js} +2 -2
  89. package/dist/components/{p-i8IFRTdL.js → p-B2MMqcTF.js} +2 -2
  90. package/dist/components/{p-jatJrx5f.js → p-B6sHuEsq.js} +2 -2
  91. package/dist/components/{p-DwYc62Ls.js → p-BEHgXDtQ.js} +2 -2
  92. package/dist/components/{p-CGG77xzV.js → p-BFJL6rrU.js} +2 -2
  93. package/dist/components/p-BGBbdXaw.js +2 -0
  94. package/dist/components/{p-BaGuG5hS.js → p-BGzrO9CQ.js} +2 -2
  95. package/dist/components/{p-DBuVH8IL.js → p-BHcHgI_e.js} +2 -2
  96. package/dist/components/p-BHsrC9Oh.js +2 -0
  97. package/dist/components/{p-CottiZWN.js.map → p-BHsrC9Oh.js.map} +1 -1
  98. package/dist/components/{p-CioJtwj-.js → p-BRoShuOu.js} +2 -2
  99. package/dist/components/{p-CKrPTQ_S.js → p-BUa0wBSK.js} +2 -2
  100. package/dist/components/p-BXoBluZQ.js +2 -0
  101. package/dist/components/{p-BRkEF66h.js → p-B_z5-Hf8.js} +2 -2
  102. package/dist/components/p-BanWK6rV.js +2 -0
  103. package/dist/components/{p-Dekg3IGr.js → p-Bes8H54c.js} +2 -2
  104. package/dist/components/{p-BDhPxj59.js → p-BfwEfI7H.js} +2 -2
  105. package/dist/components/{p-3dApo-uA.js → p-Bn7CZqdz.js} +2 -2
  106. package/dist/components/{p-BPh3sXo6.js → p-BpV6GXd7.js} +2 -2
  107. package/dist/components/{p-CsLlJDsh.js → p-Bpc6uh0M.js} +2 -2
  108. package/dist/components/p-Bq5YEPPT.js +2 -0
  109. package/dist/components/p-Bq5YEPPT.js.map +1 -0
  110. package/dist/components/{p-CVH3vlKv.js → p-BulPH2Jo.js} +2 -2
  111. package/dist/components/{p-CuMoDdaf.js → p-C-zr_dP8.js} +2 -2
  112. package/dist/components/{p-CTPT9Ngc.js → p-C02MtoAQ.js} +2 -2
  113. package/dist/components/{p-CR1YZ3na.js → p-C2xjUTYO.js} +2 -2
  114. package/dist/components/{p-Dx5PGIAk.js → p-C6T0ZB2C.js} +2 -2
  115. package/dist/components/{p-BiwhssQ8.js → p-CAgJrhiy.js} +2 -2
  116. package/dist/components/p-CApTrLt_.js +2 -0
  117. package/dist/components/{p-D1uYEo7L.js → p-CClpvMw2.js} +2 -2
  118. package/dist/components/{p-CG636AEF.js → p-CFgT9iMG.js} +2 -2
  119. package/dist/components/p-CJEV2v84.js +2 -0
  120. package/dist/components/p-CJEV2v84.js.map +1 -0
  121. package/dist/components/p-CKlr_F9h.js +2 -0
  122. package/dist/components/{p-DZ4ogW8V.js → p-CL7fW_Oh.js} +2 -2
  123. package/dist/components/{p-DVuQ4t_X.js → p-COK__8-d.js} +2 -2
  124. package/dist/components/{p-CRTkSTv3.js → p-CPnXAdGI.js} +2 -2
  125. package/dist/components/{p-CqSJ0pgl.js → p-CSXWpZjy.js} +2 -2
  126. package/dist/components/{p-D2FsRCII.js → p-CTdXhHGF.js} +2 -2
  127. package/dist/components/{p-iucZC6z5.js → p-CUdZx76u.js} +2 -2
  128. package/dist/components/{p-Bj9DsW03.js → p-CVNSeOlg.js} +2 -2
  129. package/dist/components/{p-BX6yRNGo.js → p-CcXqouEO.js} +2 -2
  130. package/dist/components/p-CgCEK6Lc.js +2 -0
  131. package/dist/components/{p-CUiFFtAw.js.map → p-CgCEK6Lc.js.map} +1 -1
  132. package/dist/components/{p-CF5IKGi5.js → p-CmPHR3tf.js} +2 -2
  133. package/dist/components/{p-BNnhxQyl.js → p-CoJyQegK.js} +2 -2
  134. package/dist/components/{p-BQSKXVmh.js → p-CooymHn6.js} +2 -2
  135. package/dist/components/{p-CMiST1Tm.js → p-CqMnH54Q.js} +2 -2
  136. package/dist/components/p-CqSiLhUe.js +2 -0
  137. package/dist/components/p-CqSiLhUe.js.map +1 -0
  138. package/dist/components/{p-BQIS-JBV.js → p-CqXSfYre.js} +2 -2
  139. package/dist/components/{p-D7cDUGTe.js → p-CqyGm3oe.js} +2 -2
  140. package/dist/components/{p-C_f8s6n5.js → p-CrKwvG9J.js} +2 -2
  141. package/dist/components/{p-nrkV1PqR.js → p-CrkBYYf-.js} +2 -2
  142. package/dist/components/{p-DTqtObrT.js → p-CtuuZV3u.js} +2 -2
  143. package/dist/components/p-Cv-uvD7X.js +2 -0
  144. package/dist/components/p-Cw_sHLuu.js +2 -0
  145. package/dist/components/{p-CjdBPauI.js → p-D-mAUrbR.js} +2 -2
  146. package/dist/components/{p-C3__jhwf.js → p-D5WTwmc6.js} +2 -2
  147. package/dist/components/{p-ByWVc-XC.js → p-D5dkLuTD.js} +2 -2
  148. package/dist/components/p-DGa_QPb9.js +2 -0
  149. package/dist/components/{p-1KOtWYkC.js.map → p-DGa_QPb9.js.map} +1 -1
  150. package/dist/components/p-DIf6-Fvg.js +2 -0
  151. package/dist/components/{p-DgaHxdNI.js → p-DIhqNc1G.js} +2 -2
  152. package/dist/components/p-DLBMEh0f.js +2 -0
  153. package/dist/components/{p-CrxXCTnH.js → p-DM3PMEgb.js} +2 -2
  154. package/dist/components/{p-DnLJBwZR.js → p-DS66Mn9S.js} +2 -2
  155. package/dist/components/p-DYNjCosy.js +2 -0
  156. package/dist/components/{p-CdgiqBtD.js.map → p-DYNjCosy.js.map} +1 -1
  157. package/dist/components/p-D_uKY0yY.js +2 -0
  158. package/dist/components/p-DkhX1qsg.js +2 -0
  159. package/dist/components/p-Dz8Bblye.js +2 -0
  160. package/dist/components/{p-t3cG0BK6.js.map → p-Dz8Bblye.js.map} +1 -1
  161. package/dist/components/p-He4KDK9-.js +2 -0
  162. package/dist/components/p-N-UYdc5h.js +2 -0
  163. package/dist/components/{p-Mk_F6MCP.js.map → p-N-UYdc5h.js.map} +1 -1
  164. package/dist/components/{p-DKggy9E3.js → p-NFd9Dxr1.js} +2 -2
  165. package/dist/components/{p-DSsOLbj6.js → p-NGbZCAH9.js} +2 -2
  166. package/dist/components/{p-Bp9BMsim.js → p-Qv-IgIvL.js} +2 -2
  167. package/dist/components/{p-R4uIvvER.js → p-Ww5QjB3D.js} +2 -2
  168. package/dist/components/{p-BaBGzDg_.js → p-_o_lUhve.js} +2 -2
  169. package/dist/components/{p-CtN3gqjJ.js → p-d26Fb7IS.js} +2 -2
  170. package/dist/components/{p-DMzn0Iz0.js → p-dBpTpVs8.js} +2 -2
  171. package/dist/components/{p-BS2SWUX6.js → p-fnKrPnzp.js} +2 -2
  172. package/dist/components/{p-DXHBXAV0.js → p-nFLcvugJ.js} +2 -2
  173. package/dist/components/{p-v06atw3t.js → p-qxJgmVrq.js} +2 -2
  174. package/dist/components/{p-C9zTTp-4.js → p-xkRxEiC8.js} +2 -2
  175. package/dist/components/smoothly-app-demo.js +1 -1
  176. package/dist/components/smoothly-app-room.js +1 -1
  177. package/dist/components/smoothly-app.js +1 -1
  178. package/dist/components/smoothly-button-demo-standard.js +1 -1
  179. package/dist/components/smoothly-button-demo.js +1 -1
  180. package/dist/components/smoothly-calendar.js +1 -1
  181. package/dist/components/smoothly-date-text.js +1 -1
  182. package/dist/components/smoothly-dialog-demo.js +1 -1
  183. package/dist/components/smoothly-dialog.js +1 -1
  184. package/dist/components/smoothly-display-demo.js +1 -1
  185. package/dist/components/smoothly-form-demo-all.js +1 -1
  186. package/dist/components/smoothly-form-demo-card.js +1 -1
  187. package/dist/components/smoothly-form-demo-controlled.js +1 -1
  188. package/dist/components/smoothly-form-demo-date-range.js +1 -1
  189. package/dist/components/smoothly-form-demo-date.js +1 -1
  190. package/dist/components/smoothly-form-demo-login.js +1 -1
  191. package/dist/components/smoothly-form-demo-pet.js +1 -1
  192. package/dist/components/smoothly-form-demo-prices.js +1 -1
  193. package/dist/components/smoothly-form-demo-schedule.js +1 -1
  194. package/dist/components/smoothly-form-demo-transparent.js +1 -1
  195. package/dist/components/smoothly-form-demo-typed.js +1 -1
  196. package/dist/components/smoothly-form-demo.js +1 -1
  197. package/dist/components/smoothly-form.js +1 -1
  198. package/dist/components/smoothly-icon-demo.js +1 -1
  199. package/dist/components/smoothly-input-checkbox-demo.js +1 -1
  200. package/dist/components/smoothly-input-checkbox.js +1 -1
  201. package/dist/components/smoothly-input-clear.js +1 -1
  202. package/dist/components/smoothly-input-color-demo.js +1 -1
  203. package/dist/components/smoothly-input-color.js +1 -1
  204. package/dist/components/smoothly-input-date-demo.js +1 -1
  205. package/dist/components/smoothly-input-date-range.js +1 -1
  206. package/dist/components/smoothly-input-date-time.js +1 -1
  207. package/dist/components/smoothly-input-date.js +1 -1
  208. package/dist/components/smoothly-input-demo-radio.js +1 -1
  209. package/dist/components/smoothly-input-demo-standard.js +1 -1
  210. package/dist/components/smoothly-input-demo-user-input.js +1 -1
  211. package/dist/components/smoothly-input-demo.js +1 -1
  212. package/dist/components/smoothly-input-edit.js +1 -1
  213. package/dist/components/smoothly-input-file.js +1 -1
  214. package/dist/components/smoothly-input-month.js +1 -1
  215. package/dist/components/smoothly-input-price-demo.js +1 -1
  216. package/dist/components/smoothly-input-radio-item.js +1 -1
  217. package/dist/components/smoothly-input-radio.js +1 -1
  218. package/dist/components/smoothly-input-range-demo.js +1 -1
  219. package/dist/components/smoothly-input-range.js +1 -1
  220. package/dist/components/smoothly-input-reset.js +1 -1
  221. package/dist/components/smoothly-input-select.js +1 -1
  222. package/dist/components/smoothly-input-submit.js +1 -1
  223. package/dist/components/smoothly-input.js +1 -1
  224. package/dist/components/smoothly-item.js +1 -1
  225. package/dist/components/smoothly-label.js +1 -1
  226. package/dist/components/smoothly-lazy.js +1 -1
  227. package/dist/components/smoothly-load-more.js +1 -1
  228. package/dist/components/smoothly-modal.js +1 -1
  229. package/dist/components/smoothly-notification.js +1 -1
  230. package/dist/components/smoothly-notifier.js +1 -1
  231. package/dist/components/smoothly-spinner.js +1 -1
  232. package/dist/components/smoothly-submit.js +1 -1
  233. package/dist/components/smoothly-summary.js +1 -1
  234. package/dist/components/smoothly-tab.js +1 -1
  235. package/dist/components/smoothly-table-body.js +1 -1
  236. package/dist/components/smoothly-table-cell.js +1 -1
  237. package/dist/components/smoothly-table-demo-colspan.js +1 -1
  238. package/dist/components/smoothly-table-demo-filler-row.js +1 -1
  239. package/dist/components/smoothly-table-demo-group.js +1 -1
  240. package/dist/components/smoothly-table-demo-nested-no-cell-inner.js +1 -1
  241. package/dist/components/smoothly-table-demo-nested-no-cell.js +1 -1
  242. package/dist/components/smoothly-table-demo-simple.js +1 -1
  243. package/dist/components/smoothly-table-demo.js +1 -1
  244. package/dist/components/smoothly-table-expandable-cell.js +1 -1
  245. package/dist/components/smoothly-table-expandable-row.js +1 -1
  246. package/dist/components/smoothly-table-filler-row.js +1 -1
  247. package/dist/components/smoothly-table-foot.js +1 -1
  248. package/dist/components/smoothly-table-head.js +1 -1
  249. package/dist/components/smoothly-table-row-group.js +1 -1
  250. package/dist/components/smoothly-table-row.js +1 -1
  251. package/dist/components/smoothly-table.js +1 -1
  252. package/dist/components/smoothly-tabs-demo.js +1 -1
  253. package/dist/components/smoothly-theme-color.js +1 -1
  254. package/dist/components/smoothly-theme-colors.js +1 -1
  255. package/dist/components/smoothly-theme-demo.js +1 -1
  256. package/dist/components/smoothly-theme-guide.js +1 -1
  257. package/dist/components/smoothly-theme-picker.js +1 -1
  258. package/dist/components/smoothly-toggle-switch-demo.js +1 -1
  259. package/dist/components/smoothly-toggle-switch.js +1 -1
  260. package/dist/components/smoothly-trigger-sink.js +1 -1
  261. package/dist/components/smoothly-trigger-source.js +1 -1
  262. package/dist/components/smoothly-trigger.js +1 -1
  263. package/dist/esm/loader.js +1 -1
  264. package/dist/esm/smoothly-app_98.entry.js +293 -219
  265. package/dist/esm/smoothly-app_98.entry.js.map +1 -1
  266. package/dist/esm/smoothly-input-checkbox-demo.entry.js +1 -1
  267. package/dist/esm/smoothly-submit.entry.js +1 -1
  268. package/dist/esm/smoothly-trigger-sink.entry.js +1 -1
  269. package/dist/esm/smoothly-trigger-source.entry.js +1 -1
  270. package/dist/esm/smoothly.js +1 -1
  271. package/dist/smoothly/p-7d6c72eb.entry.js +2 -0
  272. package/dist/smoothly/{p-5e123fe2.entry.js → p-94d091cd.entry.js} +2 -2
  273. package/dist/smoothly/{p-13d05a22.entry.js → p-be43737e.entry.js} +2 -2
  274. package/dist/smoothly/{p-7a59c6a9.entry.js → p-d4dad5a8.entry.js} +2 -2
  275. package/dist/smoothly/p-e7c5888e.entry.js +2 -0
  276. package/dist/smoothly/p-e7c5888e.entry.js.map +1 -0
  277. package/dist/smoothly/smoothly.esm.js +1 -1
  278. package/dist/types/components/icon/demo/index.d.ts +2 -0
  279. package/dist/types/components/input/select/index.d.ts +18 -9
  280. package/dist/types/components/input/select/layout.d.ts +6 -0
  281. package/dist/types/components/input/select/menu.d.ts +10 -0
  282. package/dist/types/components/input/select/scroll.d.ts +3 -0
  283. package/dist/types/components.d.ts +5 -3
  284. package/package.json +1 -1
  285. package/dist/components/p-1KOtWYkC.js +0 -2
  286. package/dist/components/p-4y8eF-fy.js +0 -2
  287. package/dist/components/p-B3OjIxsE.js +0 -2
  288. package/dist/components/p-BGKOGyFA.js +0 -2
  289. package/dist/components/p-CDQM-sOT.js +0 -2
  290. package/dist/components/p-CUiFFtAw.js +0 -2
  291. package/dist/components/p-CZ6kkjYF.js +0 -2
  292. package/dist/components/p-CdgiqBtD.js +0 -2
  293. package/dist/components/p-CottiZWN.js +0 -2
  294. package/dist/components/p-CqyInbXs.js +0 -2
  295. package/dist/components/p-CqyInbXs.js.map +0 -1
  296. package/dist/components/p-CrcmijCR.js +0 -2
  297. package/dist/components/p-D2cHi1Nb.js +0 -2
  298. package/dist/components/p-D58kSmOp.js +0 -2
  299. package/dist/components/p-D9qp7S6Q.js +0 -2
  300. package/dist/components/p-DbIjGsJb.js +0 -2
  301. package/dist/components/p-DbIjGsJb.js.map +0 -1
  302. package/dist/components/p-DdTTiJbE.js +0 -2
  303. package/dist/components/p-Mk_F6MCP.js +0 -2
  304. package/dist/components/p-RNCr3p17.js +0 -2
  305. package/dist/components/p-RNCr3p17.js.map +0 -1
  306. package/dist/components/p-nHKstm2X.js +0 -2
  307. package/dist/components/p-t3cG0BK6.js +0 -2
  308. package/dist/components/p-thKhutym.js +0 -2
  309. package/dist/smoothly/p-23badc13.entry.js +0 -2
  310. package/dist/smoothly/p-23badc13.entry.js.map +0 -1
  311. package/dist/smoothly/p-2fbd48bb.entry.js +0 -2
  312. /package/dist/components/{p-BqAN7jax.js.map → p-1j2KmcfQ.js.map} +0 -0
  313. /package/dist/components/{p-C519IJGa.js.map → p-4pGbxojU.js.map} +0 -0
  314. /package/dist/components/{p-Bs8X_nDB.js.map → p-67RlLkJb.js.map} +0 -0
  315. /package/dist/components/{p-Bm-gpoFa.js.map → p-6PsJb2Ez.js.map} +0 -0
  316. /package/dist/components/{p-B8ljN4o0.js.map → p-AX8gOGUr.js.map} +0 -0
  317. /package/dist/components/{p-Cvl7cLxT.js.map → p-B0kZrKne.js.map} +0 -0
  318. /package/dist/components/{p-i8IFRTdL.js.map → p-B2MMqcTF.js.map} +0 -0
  319. /package/dist/components/{p-jatJrx5f.js.map → p-B6sHuEsq.js.map} +0 -0
  320. /package/dist/components/{p-DwYc62Ls.js.map → p-BEHgXDtQ.js.map} +0 -0
  321. /package/dist/components/{p-CGG77xzV.js.map → p-BFJL6rrU.js.map} +0 -0
  322. /package/dist/components/{p-CrcmijCR.js.map → p-BGBbdXaw.js.map} +0 -0
  323. /package/dist/components/{p-BaGuG5hS.js.map → p-BGzrO9CQ.js.map} +0 -0
  324. /package/dist/components/{p-DBuVH8IL.js.map → p-BHcHgI_e.js.map} +0 -0
  325. /package/dist/components/{p-CioJtwj-.js.map → p-BRoShuOu.js.map} +0 -0
  326. /package/dist/components/{p-CKrPTQ_S.js.map → p-BUa0wBSK.js.map} +0 -0
  327. /package/dist/components/{p-BGKOGyFA.js.map → p-BXoBluZQ.js.map} +0 -0
  328. /package/dist/components/{p-BRkEF66h.js.map → p-B_z5-Hf8.js.map} +0 -0
  329. /package/dist/components/{p-D9qp7S6Q.js.map → p-BanWK6rV.js.map} +0 -0
  330. /package/dist/components/{p-Dekg3IGr.js.map → p-Bes8H54c.js.map} +0 -0
  331. /package/dist/components/{p-BDhPxj59.js.map → p-BfwEfI7H.js.map} +0 -0
  332. /package/dist/components/{p-3dApo-uA.js.map → p-Bn7CZqdz.js.map} +0 -0
  333. /package/dist/components/{p-BPh3sXo6.js.map → p-BpV6GXd7.js.map} +0 -0
  334. /package/dist/components/{p-CsLlJDsh.js.map → p-Bpc6uh0M.js.map} +0 -0
  335. /package/dist/components/{p-CVH3vlKv.js.map → p-BulPH2Jo.js.map} +0 -0
  336. /package/dist/components/{p-CuMoDdaf.js.map → p-C-zr_dP8.js.map} +0 -0
  337. /package/dist/components/{p-CTPT9Ngc.js.map → p-C02MtoAQ.js.map} +0 -0
  338. /package/dist/components/{p-CR1YZ3na.js.map → p-C2xjUTYO.js.map} +0 -0
  339. /package/dist/components/{p-Dx5PGIAk.js.map → p-C6T0ZB2C.js.map} +0 -0
  340. /package/dist/components/{p-BiwhssQ8.js.map → p-CAgJrhiy.js.map} +0 -0
  341. /package/dist/components/{p-CDQM-sOT.js.map → p-CApTrLt_.js.map} +0 -0
  342. /package/dist/components/{p-D1uYEo7L.js.map → p-CClpvMw2.js.map} +0 -0
  343. /package/dist/components/{p-CG636AEF.js.map → p-CFgT9iMG.js.map} +0 -0
  344. /package/dist/components/{p-nHKstm2X.js.map → p-CKlr_F9h.js.map} +0 -0
  345. /package/dist/components/{p-DZ4ogW8V.js.map → p-CL7fW_Oh.js.map} +0 -0
  346. /package/dist/components/{p-DVuQ4t_X.js.map → p-COK__8-d.js.map} +0 -0
  347. /package/dist/components/{p-CRTkSTv3.js.map → p-CPnXAdGI.js.map} +0 -0
  348. /package/dist/components/{p-CqSJ0pgl.js.map → p-CSXWpZjy.js.map} +0 -0
  349. /package/dist/components/{p-D2FsRCII.js.map → p-CTdXhHGF.js.map} +0 -0
  350. /package/dist/components/{p-iucZC6z5.js.map → p-CUdZx76u.js.map} +0 -0
  351. /package/dist/components/{p-Bj9DsW03.js.map → p-CVNSeOlg.js.map} +0 -0
  352. /package/dist/components/{p-BX6yRNGo.js.map → p-CcXqouEO.js.map} +0 -0
  353. /package/dist/components/{p-CF5IKGi5.js.map → p-CmPHR3tf.js.map} +0 -0
  354. /package/dist/components/{p-BNnhxQyl.js.map → p-CoJyQegK.js.map} +0 -0
  355. /package/dist/components/{p-BQSKXVmh.js.map → p-CooymHn6.js.map} +0 -0
  356. /package/dist/components/{p-CMiST1Tm.js.map → p-CqMnH54Q.js.map} +0 -0
  357. /package/dist/components/{p-BQIS-JBV.js.map → p-CqXSfYre.js.map} +0 -0
  358. /package/dist/components/{p-D7cDUGTe.js.map → p-CqyGm3oe.js.map} +0 -0
  359. /package/dist/components/{p-C_f8s6n5.js.map → p-CrKwvG9J.js.map} +0 -0
  360. /package/dist/components/{p-nrkV1PqR.js.map → p-CrkBYYf-.js.map} +0 -0
  361. /package/dist/components/{p-DTqtObrT.js.map → p-CtuuZV3u.js.map} +0 -0
  362. /package/dist/components/{p-4y8eF-fy.js.map → p-Cv-uvD7X.js.map} +0 -0
  363. /package/dist/components/{p-D58kSmOp.js.map → p-Cw_sHLuu.js.map} +0 -0
  364. /package/dist/components/{p-CjdBPauI.js.map → p-D-mAUrbR.js.map} +0 -0
  365. /package/dist/components/{p-C3__jhwf.js.map → p-D5WTwmc6.js.map} +0 -0
  366. /package/dist/components/{p-ByWVc-XC.js.map → p-D5dkLuTD.js.map} +0 -0
  367. /package/dist/components/{p-CZ6kkjYF.js.map → p-DIf6-Fvg.js.map} +0 -0
  368. /package/dist/components/{p-DgaHxdNI.js.map → p-DIhqNc1G.js.map} +0 -0
  369. /package/dist/components/{p-DdTTiJbE.js.map → p-DLBMEh0f.js.map} +0 -0
  370. /package/dist/components/{p-CrxXCTnH.js.map → p-DM3PMEgb.js.map} +0 -0
  371. /package/dist/components/{p-DnLJBwZR.js.map → p-DS66Mn9S.js.map} +0 -0
  372. /package/dist/components/{p-D2cHi1Nb.js.map → p-D_uKY0yY.js.map} +0 -0
  373. /package/dist/components/{p-thKhutym.js.map → p-DkhX1qsg.js.map} +0 -0
  374. /package/dist/components/{p-B3OjIxsE.js.map → p-He4KDK9-.js.map} +0 -0
  375. /package/dist/components/{p-DKggy9E3.js.map → p-NFd9Dxr1.js.map} +0 -0
  376. /package/dist/components/{p-DSsOLbj6.js.map → p-NGbZCAH9.js.map} +0 -0
  377. /package/dist/components/{p-Bp9BMsim.js.map → p-Qv-IgIvL.js.map} +0 -0
  378. /package/dist/components/{p-R4uIvvER.js.map → p-Ww5QjB3D.js.map} +0 -0
  379. /package/dist/components/{p-BaBGzDg_.js.map → p-_o_lUhve.js.map} +0 -0
  380. /package/dist/components/{p-CtN3gqjJ.js.map → p-d26Fb7IS.js.map} +0 -0
  381. /package/dist/components/{p-DMzn0Iz0.js.map → p-dBpTpVs8.js.map} +0 -0
  382. /package/dist/components/{p-BS2SWUX6.js.map → p-fnKrPnzp.js.map} +0 -0
  383. /package/dist/components/{p-DXHBXAV0.js.map → p-nFLcvugJ.js.map} +0 -0
  384. /package/dist/components/{p-v06atw3t.js.map → p-qxJgmVrq.js.map} +0 -0
  385. /package/dist/components/{p-C9zTTp-4.js.map → p-xkRxEiC8.js.map} +0 -0
  386. /package/dist/smoothly/{p-2fbd48bb.entry.js.map → p-7d6c72eb.entry.js.map} +0 -0
  387. /package/dist/smoothly/{p-5e123fe2.entry.js.map → p-94d091cd.entry.js.map} +0 -0
  388. /package/dist/smoothly/{p-13d05a22.entry.js.map → p-be43737e.entry.js.map} +0 -0
  389. /package/dist/smoothly/{p-7a59c6a9.entry.js.map → p-d4dad5a8.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: '62cd9b578b793b42ce87d31e8c479923c35c328a' }, h("h2", { key: '42c842216a71aa13d2be4383bc5fb18884ef7a54' }, "All inputs"), h("smoothly-form", { key: 'e2cb3ffdc3354e2447adaa34779a691a80e0b047', looks: "grid", readonly: true, action: "https://api.toiletapi.com/6b12fd2f-e896-46f9-b38f-25cf42cee4b4" }, h("smoothly-input", { key: '8911d921b47dcaf038125b4cb9891adda2e1f53a', readonly: true, name: "First Name", value: "John" }, "First name"), h("smoothly-input", { key: '82186c019e062fbf7039b2c812c1004f23f987a9', name: "Last name", value: "Doe" }, "Last name", h("smoothly-input-clear", { key: '8c0dad76fdf225a132a80e583ea34ba67b2c7595', size: "icon", slot: "end" })), h("smoothly-input", { key: '6dd2a725472e678d096093ea238d9386b0a97086', type: "phone", name: "Phone", value: "777888999" }, "Phone", h("smoothly-input-reset", { key: 'a1a998126419d72bc94e02be86a40a9fbc58e7aa', size: "icon", slot: "end" })), h("smoothly-input-radio", { key: 'fd3e7fda9a293e1e137412fdefc4b89942f20350', clearable: true, name: "radioFirstInput" }, h("p", { key: '3f295c0de2d9531e30783e195715e2fb4fcf612b', slot: "label" }, "Clearable"), h("smoothly-input-radio-item", { key: 'dd604c8017fccab9624aff3c4bdd0c754f41bf2f', slot: "options", value: "first" }, "Label 1"), h("smoothly-input-radio-item", { key: 'f7b8bbfcd00753c0ffc7612ede095d678dfedc99', selected: true, slot: "options", value: "second" }, "Label 2"), h("smoothly-input-radio-item", { key: '8185b37554d6e9973897d89ee860518a24d35049', slot: "options", value: "third" }, "Label 3")), h("smoothly-input-color", { key: '2304148d0df81929fcac680338a3696d9c9a8a47', name: "color", value: "#479f56", output: "rgb" }, "Color"), h("smoothly-input-select", { key: 'd676038323375ed173dddac5a2490e9037c60ea3', menuHeight: "7.5items", placeholder: "Select...", multiple: true, name: "select-month" }, h("label", { key: 'bbbd77b064171c2fb7ddbfefde89f494212e894b', slot: "label" }, "Month"), h("smoothly-item", { key: '5be4f0e88b14a1225fb5fd9dbf8bada60c68193c', value: "1" }, "January"), h("smoothly-item", { key: '39a347df6c77fdc8a7abc932bfe4f05976f6efb7', value: "2" }, "February"), h("smoothly-item", { key: 'c9cde1792b5512fb61f516f41d8087003f7e1434', value: "3" }, "March"), h("smoothly-item", { key: '1627e2bc2d340e2e9dcd846a5f151a3ccc37a418', value: "4" }, "April"), h("smoothly-item", { key: '557ca46be77349ce3ded22b079216efd1f0d03c3', value: "5" }, "May"), h("smoothly-item", { key: '6a50c4949f11afe60e6f7f3bfa0fb3099cd6c7d3', value: "6" }, "June"), h("smoothly-item", { key: '84fe924e744e8257edc6ae0bccbfa6a7f4a4b265', value: "7" }, "July"), h("smoothly-item", { key: 'b3143d747989a72d65e91cb2a0cf9a2cadba2504', value: "8" }, "August"), h("smoothly-item", { key: '24e5c25ae1a8bcd5b34aad7512fefe67f04d0918', value: "9" }, "September"), h("smoothly-item", { key: 'f8688b010b6c2ffdeede228d394104b42c58a988', value: "10" }, "October"), h("smoothly-item", { key: 'd8ca163502e7e04c6d8fab2d8863e1a23e61a085', value: "11" }, "November"), h("smoothly-item", { key: 'b50d2a5691e9588642596d2e24cbede7ffa0845f', value: "12" }, "December"), h("smoothly-input-clear", { key: '3c0d229fffc6ccf6132c5a23c4d0bd3f8589c861', size: "icon", slot: "end" })), h("smoothly-input-select", { key: 'be5f84ecaf35bedd71629621691311cfca695766', name: "select-icon", clearable: false, showSelected: false }, h("smoothly-item", { key: 'c8e2502dc5d05461b348ec685dd2f9f5870aed56', value: "folder", selected: true }, h("smoothly-icon", { key: 'ffa5a4176f0d7ecebbfbd867289364939bb2940a', size: "small", name: "folder-outline" })), h("smoothly-item", { key: 'fc028e2b8b5334d38e496b3726790e180664a8b4', value: "camera" }, h("smoothly-icon", { key: '0adfbc64668bceefb47187d9a7614609c2105f35', size: "small", name: "camera-outline" }))), h("smoothly-input-checkbox", { key: '886eb606828944b48dc7d306fd0831791798ace0', name: "checkbox" }, "Check the box"), h("smoothly-input-checkbox", { key: 'ea7d537284fccd859c22cadadc5551c988728c24', name: "checkbox2", checked: true }, "Check the box 2"), h("smoothly-input-date-range", { key: '32800d12cb52e378e665fa46e6acad80b5753226', start: isoly.Date.now(), end: isoly.Date.now() }), h("smoothly-input-date", { key: 'af7ec6c95f6dedd66c9bf469b50978de6eb6da0a', name: "date" }, "Date", h("smoothly-input-clear", { key: '9203d6b1561777759d1912af409696e24313b7ee', slot: "end" })), h("smoothly-input-range", { key: 'cbe6d674d73f5c202e4f49d4d5e16b347024d34c', step: 1, name: "range3", value: 20000 }, "Select"), h("smoothly-input", { key: '4b24a68961da14058371426c905c41dfde4eefd5', name: "pets.0.name" }, "First Pet's Name"), h("smoothly-input-range", { key: 'a9a1c86c1fe113995119f89f6390b51acd64312b', name: "pets.0.age", max: 100, step: 1 }, "First Pet's Age"), h("smoothly-input", { key: '602580c1b69eafece089ca242f7500e7fc2ee0cb', name: "pets.1.name" }, "Second Pet's Name"), h("smoothly-input-range", { key: '876655986846490d80cddb89b7b02a934cc3350f', name: "pets.1.age", max: 100, step: 1 }, "Second Pet's Age"), h("smoothly-input", { key: 'a5f37ec6acede820d50a1da9bb245a55ea12bff2', name: "pets.2.name" }, "Third Pet's Name"), h("smoothly-input-range", { key: '12caf47761fb7c802b37dfd0faa1c51727305936', name: "pets.2.age", max: 100, step: 1 }, "Third Pet's Age"), h("smoothly-input-file", { key: 'ac56467f4fca8f78131a8bdee6f8f03816508661', name: "profile", placeholder: "Click or drag your profile picture here..." }, h("span", { key: 'd4f91804a33080174dd6b563303e42e2d9d18579', slot: "label" }, "Profile"), h("smoothly-icon", { key: '7dee62dcf2298dbbaa9ef9c63ca32457d77ae95b', slot: "button", name: "person-circle-outline", size: "tiny", fill: "default" })), h("smoothly-input-clear", { key: '54a876639427fb7c31310c57247b823115a9ffe8', fill: "default", type: "form", color: "warning", slot: "clear", size: "icon", shape: "rounded" }), h("smoothly-input-edit", { key: 'd9549efa42c9b880e218bb7ed917c437cc043e40', fill: "default", type: "form", color: "tertiary", slot: "edit", size: "icon", shape: "rounded" }), h("smoothly-input-reset", { key: 'dfa1dc2459a11ee9d24dd5d90a9c7a0e36f8eb8a', fill: "default", type: "form", color: "warning", slot: "reset", size: "icon", shape: "rounded" }), h("smoothly-input-submit", { key: '6f8b2f85467de40d67965350ad262977d4d06a75', delete: true, slot: "delete", color: "danger", size: "icon", shape: "rounded" }), h("smoothly-input-submit", { key: '3919204248c4b41f8ff4452d2d577d825e74a727', fill: "default", color: "success", slot: "submit", size: "icon", shape: "rounded" }))));
9
+ return (h(Host, { key: 'f5df2f70e81f8189b2ed0fc110469fd31118f07e' }, h("h2", { key: 'f1805f70b5770fdf51ba8d7cd00ef7ddd2ab7706' }, "All inputs"), h("smoothly-form", { key: 'bcf287313fbda727ff66a43111c87f442ef2f77a', looks: "grid", readonly: true, action: "https://api.toiletapi.com/6b12fd2f-e896-46f9-b38f-25cf42cee4b4" }, h("smoothly-input", { key: '5ad0e09227c953003294064ec9a74a34dad99884', readonly: true, name: "First Name", value: "John" }, "First name"), h("smoothly-input", { key: '4a827cff07982019b2d95e4e440bd2976aeb49da', name: "Last name", value: "Doe" }, "Last name", h("smoothly-input-clear", { key: '9e4989baaba55d9d456c243354b611986ba1c42c', size: "icon", slot: "end" })), h("smoothly-input", { key: 'aa0d1fc77c155bc236459b40500802ad58716194', type: "phone", name: "Phone", value: "777888999" }, "Phone", h("smoothly-input-reset", { key: 'd80e1b9acbd7cf53acfced029cc8d5a0bd24d161', size: "icon", slot: "end" })), h("smoothly-input-radio", { key: '630fd379a65538192fb134f75cbcf55a282d8c44', clearable: true, name: "radioFirstInput" }, h("p", { key: '2b027b673dbcf3c4bf9d1f24c03f857f7477f59c', slot: "label" }, "Clearable"), h("smoothly-input-radio-item", { key: '3ba57b27799284c623037056b2f7d57637055dd8', slot: "options", value: "first" }, "Label 1"), h("smoothly-input-radio-item", { key: 'cc4daf5e360276819fb0166a7023afff132dc43a', selected: true, slot: "options", value: "second" }, "Label 2"), h("smoothly-input-radio-item", { key: '120fd9fd0758c17b5fb8926425b032a8a1065612', slot: "options", value: "third" }, "Label 3")), h("smoothly-input-color", { key: '1f326fa25ce6a00ecbebe2186cec26c6efdb6eb3', name: "color", value: "#479f56", output: "rgb" }, "Color"), h("smoothly-input-select", { key: 'a899972ebf9f79209c56d81b544184690b85dfaf', menuHeight: "7.5items", placeholder: "Select...", multiple: true, name: "select-month" }, h("label", { key: 'b4e4e3c4eebad921eb830a242531a650bef0acd3', slot: "label" }, "Month"), h("smoothly-item", { key: '13f7abe4d7201572786405f17557d44409a8ef3a', value: "1" }, "January"), h("smoothly-item", { key: 'd83d6bc200a1f124b850b8636420b388c47879f7', value: "2" }, "February"), h("smoothly-item", { key: 'b04c6c85a5db9e867ab2bc931794fe1105855c9e', value: "3" }, "March"), h("smoothly-item", { key: 'd5e5c01012f4c278144fcf08c59abcc09ac62533', value: "4" }, "April"), h("smoothly-item", { key: 'c4c2b5b4cb3c57f166ef809b0dbba85f0ec190e3', value: "5" }, "May"), h("smoothly-item", { key: 'cac9c84f18108bce0025a81635a3b8bdcead4f54', value: "6" }, "June"), h("smoothly-item", { key: '0f6c56fcca25ae22f7f22e27a21b379de9ca24b2', value: "7" }, "July"), h("smoothly-item", { key: '79019fb60f0b87844767ef3463fd2c5dbd309fa8', value: "8" }, "August"), h("smoothly-item", { key: '9a8d4fd4fc756c9b9925f8d176a99aa3bcab935f', value: "9" }, "September"), h("smoothly-item", { key: '63e1671cec1610bafe6e962af88f1715ee2dfb28', value: "10" }, "October"), h("smoothly-item", { key: '1c200d8d7e11673ce27d2d683a2b8bb9954ca552', value: "11" }, "November"), h("smoothly-item", { key: 'e6caeaac708433debb27ab47ec82b51c4ad16c2a', value: "12" }, "December"), h("smoothly-input-clear", { key: '8d2405dc1d53e2434dbad4b69990b49651e8c557', size: "icon", slot: "end" })), h("smoothly-input-select", { key: '8cb2fe5eb8b152d32045c4a150c7c790ad35d922', name: "select-icon", clearable: false, showSelected: false }, h("smoothly-item", { key: 'ae42e4ffed610af298235e7ebe3e1ec6b05d9e13', value: "folder", selected: true }, h("smoothly-icon", { key: '328f1295b0eb870bc80151c46a045bc5c180e998', size: "small", name: "folder-outline" })), h("smoothly-item", { key: 'c35837e991468d32bd1630519be188266558a976', value: "camera" }, h("smoothly-icon", { key: '02479e84c1ba0c5aca2bdbbe9cd72929e0572f0f', size: "small", name: "camera-outline" }))), h("smoothly-input-checkbox", { key: '6aa26dafb6d138c976683426757846b816c42dbc', name: "checkbox" }, "Check the box"), h("smoothly-input-checkbox", { key: '7bd63dbdc68f36325d579cf0d966fffa3435567c', name: "checkbox2", checked: true }, "Check the box 2"), h("smoothly-input-date-range", { key: '9183d69eae1040aede96d59cb5ff639335f43fb6', start: isoly.Date.now(), end: isoly.Date.now() }), h("smoothly-input-date", { key: '2650ad84a1f017d2672671af94c7c7991ea3e61b', name: "date" }, "Date", h("smoothly-input-clear", { key: 'e0f0b0c02189d0b930840e3a59a9adedd28a696a', slot: "end" })), h("smoothly-input-range", { key: '693b3fe5a9dd2aebf1dfb4ebb705ce0ecd5028a9', step: 1, name: "range3", value: 20000 }, "Select"), h("smoothly-input", { key: '0ac5d490c72cb234bfd328ffbd3cf3659bbc9aed', name: "pets.0.name" }, "First Pet's Name"), h("smoothly-input-range", { key: 'c86356ba541ab262d357dd194289ec2778ebbb07', name: "pets.0.age", max: 100, step: 1 }, "First Pet's Age"), h("smoothly-input", { key: 'd481ef9163d12757e43508af1e7ff0d7720ce31a', name: "pets.1.name" }, "Second Pet's Name"), h("smoothly-input-range", { key: 'e7bf653532ff0c957e6c3e82383cac5dc3210f40', name: "pets.1.age", max: 100, step: 1 }, "Second Pet's Age"), h("smoothly-input", { key: '27af92d8ccc19451a7786deb1cf8f59d10991e91', name: "pets.2.name" }, "Third Pet's Name"), h("smoothly-input-range", { key: 'fd9eb72093cf6f6c6fa7bdaa98a4d6066fbb43dc', name: "pets.2.age", max: 100, step: 1 }, "Third Pet's Age"), h("smoothly-input-file", { key: 'd444f859d0fdf764df0da9457d6a71e594ae560e', name: "profile", placeholder: "Click or drag your profile picture here..." }, h("span", { key: 'b044dca389ede3b37362ad564a5e84e9ccfd9c23', slot: "label" }, "Profile"), h("smoothly-icon", { key: 'adf0819cbb38fb45501aff5ba55ea75dd225b1e2', slot: "button", name: "person-circle-outline", size: "tiny", fill: "default" })), h("smoothly-input-clear", { key: 'ed14b047e2a63cbc29e7d01063abeebbe62e72ea', fill: "default", type: "form", color: "warning", slot: "clear", size: "icon", shape: "rounded" }), h("smoothly-input-edit", { key: '930962d9f3a141e8d863b3b7835efb6ac9e31a48', fill: "default", type: "form", color: "tertiary", slot: "edit", size: "icon", shape: "rounded" }), h("smoothly-input-reset", { key: '70eb43c4179e7edaa328f6360e24f7679930dfe7', fill: "default", type: "form", color: "warning", slot: "reset", size: "icon", shape: "rounded" }), h("smoothly-input-submit", { key: '16f3e821c21d5c79a400c21720aebcc34d96a8eb', delete: true, slot: "delete", color: "danger", size: "icon", shape: "rounded" }), h("smoothly-input-submit", { key: 'ff462593ad41911c666bd233d11109cfc9bca486', 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: '0e3b14b547a1e6e40a0712c67650f5735b127f31', disabled: this.disabled, type: this.type }, h("slot", { key: '14012bb8a6ba7532623db0027ac4f02ec300f772' })));
30
+ return (h(Button, { key: 'b56bb200c5af6dd9a949ed1989ef150cf5902f33', disabled: this.disabled, type: this.type }, h("slot", { key: 'c3795191df1b9e6c5a696e7821d0fbc865814cfd' })));
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: '986b262fc3d59ce2d4dbcbf39f115aae3fc20651' });
25
+ return h("slot", { key: '46aea3defd44d2a9b5038aacb56f734bc99857f4' });
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: '8513a6c20a822cdcf5fce2dfacf2df73a0cb486d' });
24
+ return h("slot", { key: 'f92141efaa40e81b8bc0614af2dd7095fa316a88' });
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_98\",[[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],\"mobileMode\":[32],\"setMobileMode\":[64],\"getContent\":[64],\"setSelected\":[64]},[[8,\"smoothlyUrlUpdate\",\"setQuery\"]]],[2,\"smoothly-tabs-demo\",{\"extraTab1\":[32],\"extraTab2\":[32]}],[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],\"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\"],[0,\"keydown\",\"onKeyDown\"]],{\"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_98\",[[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],\"mobileMode\":[32],\"setMobileMode\":[64],\"getContent\":[64],\"setSelected\":[64]},[[8,\"smoothlyUrlUpdate\",\"setQuery\"]]],[2,\"smoothly-tabs-demo\",{\"extraTab1\":[32],\"extraTab2\":[32]}],[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],\"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
 
@@ -0,0 +1,2 @@
1
+ import{r as e,h as a,H as t}from"./p-CdFSoe1d.js";import{i as c}from"./p-BVKhAhsB.js";const o=class{constructor(a){e(this,a)}render(){return a(t,{key:"f5df2f70e81f8189b2ed0fc110469fd31118f07e"},a("h2",{key:"f1805f70b5770fdf51ba8d7cd00ef7ddd2ab7706"},"All inputs"),a("smoothly-form",{key:"bcf287313fbda727ff66a43111c87f442ef2f77a",looks:"grid",readonly:true,action:"https://api.toiletapi.com/6b12fd2f-e896-46f9-b38f-25cf42cee4b4"},a("smoothly-input",{key:"5ad0e09227c953003294064ec9a74a34dad99884",readonly:true,name:"First Name",value:"John"},"First name"),a("smoothly-input",{key:"4a827cff07982019b2d95e4e440bd2976aeb49da",name:"Last name",value:"Doe"},"Last name",a("smoothly-input-clear",{key:"9e4989baaba55d9d456c243354b611986ba1c42c",size:"icon",slot:"end"})),a("smoothly-input",{key:"aa0d1fc77c155bc236459b40500802ad58716194",type:"phone",name:"Phone",value:"777888999"},"Phone",a("smoothly-input-reset",{key:"d80e1b9acbd7cf53acfced029cc8d5a0bd24d161",size:"icon",slot:"end"})),a("smoothly-input-radio",{key:"630fd379a65538192fb134f75cbcf55a282d8c44",clearable:true,name:"radioFirstInput"},a("p",{key:"2b027b673dbcf3c4bf9d1f24c03f857f7477f59c",slot:"label"},"Clearable"),a("smoothly-input-radio-item",{key:"3ba57b27799284c623037056b2f7d57637055dd8",slot:"options",value:"first"},"Label 1"),a("smoothly-input-radio-item",{key:"cc4daf5e360276819fb0166a7023afff132dc43a",selected:true,slot:"options",value:"second"},"Label 2"),a("smoothly-input-radio-item",{key:"120fd9fd0758c17b5fb8926425b032a8a1065612",slot:"options",value:"third"},"Label 3")),a("smoothly-input-color",{key:"1f326fa25ce6a00ecbebe2186cec26c6efdb6eb3",name:"color",value:"#479f56",output:"rgb"},"Color"),a("smoothly-input-select",{key:"a899972ebf9f79209c56d81b544184690b85dfaf",menuHeight:"7.5items",placeholder:"Select...",multiple:true,name:"select-month"},a("label",{key:"b4e4e3c4eebad921eb830a242531a650bef0acd3",slot:"label"},"Month"),a("smoothly-item",{key:"13f7abe4d7201572786405f17557d44409a8ef3a",value:"1"},"January"),a("smoothly-item",{key:"d83d6bc200a1f124b850b8636420b388c47879f7",value:"2"},"February"),a("smoothly-item",{key:"b04c6c85a5db9e867ab2bc931794fe1105855c9e",value:"3"},"March"),a("smoothly-item",{key:"d5e5c01012f4c278144fcf08c59abcc09ac62533",value:"4"},"April"),a("smoothly-item",{key:"c4c2b5b4cb3c57f166ef809b0dbba85f0ec190e3",value:"5"},"May"),a("smoothly-item",{key:"cac9c84f18108bce0025a81635a3b8bdcead4f54",value:"6"},"June"),a("smoothly-item",{key:"0f6c56fcca25ae22f7f22e27a21b379de9ca24b2",value:"7"},"July"),a("smoothly-item",{key:"79019fb60f0b87844767ef3463fd2c5dbd309fa8",value:"8"},"August"),a("smoothly-item",{key:"9a8d4fd4fc756c9b9925f8d176a99aa3bcab935f",value:"9"},"September"),a("smoothly-item",{key:"63e1671cec1610bafe6e962af88f1715ee2dfb28",value:"10"},"October"),a("smoothly-item",{key:"1c200d8d7e11673ce27d2d683a2b8bb9954ca552",value:"11"},"November"),a("smoothly-item",{key:"e6caeaac708433debb27ab47ec82b51c4ad16c2a",value:"12"},"December"),a("smoothly-input-clear",{key:"8d2405dc1d53e2434dbad4b69990b49651e8c557",size:"icon",slot:"end"})),a("smoothly-input-select",{key:"8cb2fe5eb8b152d32045c4a150c7c790ad35d922",name:"select-icon",clearable:false,showSelected:false},a("smoothly-item",{key:"ae42e4ffed610af298235e7ebe3e1ec6b05d9e13",value:"folder",selected:true},a("smoothly-icon",{key:"328f1295b0eb870bc80151c46a045bc5c180e998",size:"small",name:"folder-outline"})),a("smoothly-item",{key:"c35837e991468d32bd1630519be188266558a976",value:"camera"},a("smoothly-icon",{key:"02479e84c1ba0c5aca2bdbbe9cd72929e0572f0f",size:"small",name:"camera-outline"}))),a("smoothly-input-checkbox",{key:"6aa26dafb6d138c976683426757846b816c42dbc",name:"checkbox"},"Check the box"),a("smoothly-input-checkbox",{key:"7bd63dbdc68f36325d579cf0d966fffa3435567c",name:"checkbox2",checked:true},"Check the box 2"),a("smoothly-input-date-range",{key:"9183d69eae1040aede96d59cb5ff639335f43fb6",start:c.Date.now(),end:c.Date.now()}),a("smoothly-input-date",{key:"2650ad84a1f017d2672671af94c7c7991ea3e61b",name:"date"},"Date",a("smoothly-input-clear",{key:"e0f0b0c02189d0b930840e3a59a9adedd28a696a",slot:"end"})),a("smoothly-input-range",{key:"693b3fe5a9dd2aebf1dfb4ebb705ce0ecd5028a9",step:1,name:"range3",value:2e4},"Select"),a("smoothly-input",{key:"0ac5d490c72cb234bfd328ffbd3cf3659bbc9aed",name:"pets.0.name"},"First Pet's Name"),a("smoothly-input-range",{key:"c86356ba541ab262d357dd194289ec2778ebbb07",name:"pets.0.age",max:100,step:1},"First Pet's Age"),a("smoothly-input",{key:"d481ef9163d12757e43508af1e7ff0d7720ce31a",name:"pets.1.name"},"Second Pet's Name"),a("smoothly-input-range",{key:"e7bf653532ff0c957e6c3e82383cac5dc3210f40",name:"pets.1.age",max:100,step:1},"Second Pet's Age"),a("smoothly-input",{key:"27af92d8ccc19451a7786deb1cf8f59d10991e91",name:"pets.2.name"},"Third Pet's Name"),a("smoothly-input-range",{key:"fd9eb72093cf6f6c6fa7bdaa98a4d6066fbb43dc",name:"pets.2.age",max:100,step:1},"Third Pet's Age"),a("smoothly-input-file",{key:"d444f859d0fdf764df0da9457d6a71e594ae560e",name:"profile",placeholder:"Click or drag your profile picture here..."},a("span",{key:"b044dca389ede3b37362ad564a5e84e9ccfd9c23",slot:"label"},"Profile"),a("smoothly-icon",{key:"adf0819cbb38fb45501aff5ba55ea75dd225b1e2",slot:"button",name:"person-circle-outline",size:"tiny",fill:"default"})),a("smoothly-input-clear",{key:"ed14b047e2a63cbc29e7d01063abeebbe62e72ea",fill:"default",type:"form",color:"warning",slot:"clear",size:"icon",shape:"rounded"}),a("smoothly-input-edit",{key:"930962d9f3a141e8d863b3b7835efb6ac9e31a48",fill:"default",type:"form",color:"tertiary",slot:"edit",size:"icon",shape:"rounded"}),a("smoothly-input-reset",{key:"70eb43c4179e7edaa328f6360e24f7679930dfe7",fill:"default",type:"form",color:"warning",slot:"reset",size:"icon",shape:"rounded"}),a("smoothly-input-submit",{key:"16f3e821c21d5c79a400c21720aebcc34d96a8eb",delete:true,slot:"delete",color:"danger",size:"icon",shape:"rounded"}),a("smoothly-input-submit",{key:"ff462593ad41911c666bd233d11109cfc9bca486",fill:"default",color:"success",slot:"submit",size:"icon",shape:"rounded"})))}};export{o as smoothly_input_checkbox_demo};
2
+ //# sourceMappingURL=p-7d6c72eb.entry.js.map
@@ -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-B1D3P7eJ.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:"8513a6c20a822cdcf5fce2dfacf2df73a0cb486d"})}get element(){return e(this)}};h.style=c();export{h as smoothly_trigger_source};
2
- //# sourceMappingURL=p-5e123fe2.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-B1D3P7eJ.js";import"./p-BVKhAhsB.js";const h=()=>`.sc-smoothly-trigger-source-h{display:block}[hidden].sc-smoothly-trigger-source-h{display:none}`;const a=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:"f92141efaa40e81b8bc0614af2dd7095fa316a88"})}get element(){return e(this)}};a.style=h();export{a as smoothly_trigger_source};
2
+ //# sourceMappingURL=p-94d091cd.entry.js.map
@@ -1,2 +1,2 @@
1
- import{r as s,h as t}from"./p-CdFSoe1d.js";import{T as i,M as r}from"./p-B1D3P7eJ.js";import"./p-BVKhAhsB.js";const o=()=>`.sc-smoothly-trigger-sink-h{display:block}[hidden].sc-smoothly-trigger-sink-h{display:none}`;const e=class{constructor(t){s(this,t)}get filters(){if(!this.filtersValue){this.filtersValue=this.filter?this.filter.split(" "):[]}return this.filtersValue}TriggerListener(s){if(i.is(s.detail)&&this.filters.some((t=>t==s.detail.name))){r.send(this.destination,s.detail,this.context||window);s.preventDefault();s.stopPropagation()}}render(){return t("slot",{key:"986b262fc3d59ce2d4dbcbf39f115aae3fc20651"})}};e.style=o();export{e as smoothly_trigger_sink};
2
- //# sourceMappingURL=p-13d05a22.entry.js.map
1
+ import{r as s,h as t}from"./p-CdFSoe1d.js";import{T as i,M as r}from"./p-B1D3P7eJ.js";import"./p-BVKhAhsB.js";const o=()=>`.sc-smoothly-trigger-sink-h{display:block}[hidden].sc-smoothly-trigger-sink-h{display:none}`;const e=class{constructor(t){s(this,t)}get filters(){if(!this.filtersValue){this.filtersValue=this.filter?this.filter.split(" "):[]}return this.filtersValue}TriggerListener(s){if(i.is(s.detail)&&this.filters.some((t=>t==s.detail.name))){r.send(this.destination,s.detail,this.context||window);s.preventDefault();s.stopPropagation()}}render(){return t("slot",{key:"46aea3defd44d2a9b5038aacb56f734bc99857f4"})}};e.style=o();export{e as smoothly_trigger_sink};
2
+ //# sourceMappingURL=p-be43737e.entry.js.map
@@ -1,2 +1,2 @@
1
- import{r as o,c as t,h as s}from"./p-CdFSoe1d.js";import{S as l,B as r}from"./p-rhMhTGHt.js";import"./p-B1D3P7eJ.js";import"./p-BVKhAhsB.js";import"./p-D0tCcwtl.js";const m=()=>`[color=default].sc-smoothly-submit{--smoothly-color:var(--smoothly-default-color);--smoothly-color-contrast:var(--smoothly-default-contrast);--smoothly-color-shade:var(--smoothly-default-shade);--smoothly-color-tint:var(--smoothly-default-tint)}[color=primary].sc-smoothly-submit{--smoothly-color:var(--smoothly-primary-color);--smoothly-color-contrast:var(--smoothly-primary-contrast);--smoothly-color-shade:var(--smoothly-primary-shade);--smoothly-color-tint:var(--smoothly-primary-tint)}[color=secondary].sc-smoothly-submit{--smoothly-color:var(--smoothly-secondary-color);--smoothly-color-contrast:var(--smoothly-secondary-contrast);--smoothly-color-shade:var(--smoothly-secondary-shade);--smoothly-color-tint:var(--smoothly-secondary-tint)}[color=tertiary].sc-smoothly-submit{--smoothly-color:var(--smoothly-tertiary-color);--smoothly-color-contrast:var(--smoothly-tertiary-contrast);--smoothly-color-shade:var(--smoothly-tertiary-shade);--smoothly-color-tint:var(--smoothly-tertiary-tint)}[color=success].sc-smoothly-submit{--smoothly-color:var(--smoothly-success-color);--smoothly-color-contrast:var(--smoothly-success-contrast);--smoothly-color-shade:var(--smoothly-success-shade);--smoothly-color-tint:var(--smoothly-success-tint)}[color=warning].sc-smoothly-submit{--smoothly-color:var(--smoothly-warning-color);--smoothly-color-contrast:var(--smoothly-warning-contrast);--smoothly-color-shade:var(--smoothly-warning-shade);--smoothly-color-tint:var(--smoothly-warning-tint)}[color=danger].sc-smoothly-submit{--smoothly-color:var(--smoothly-danger-color);--smoothly-color-contrast:var(--smoothly-danger-contrast);--smoothly-color-shade:var(--smoothly-danger-shade);--smoothly-color-tint:var(--smoothly-danger-tint)}[color=light].sc-smoothly-submit{--smoothly-color:var(--smoothly-light-color);--smoothly-color-contrast:var(--smoothly-light-contrast);--smoothly-color-shade:var(--smoothly-light-shade);--smoothly-color-tint:var(--smoothly-light-tint)}[color=medium].sc-smoothly-submit{--smoothly-color:var(--smoothly-medium-color);--smoothly-color-contrast:var(--smoothly-medium-contrast);--smoothly-color-shade:var(--smoothly-medium-shade);--smoothly-color-tint:var(--smoothly-medium-tint)}[color=dark].sc-smoothly-submit{--smoothly-color:var(--smoothly-dark-color);--smoothly-color-contrast:var(--smoothly-dark-contrast);--smoothly-color-shade:var(--smoothly-dark-shade);--smoothly-color-tint:var(--smoothly-dark-tint)}.sc-smoothly-submit-h{--smoothly-button-border-radius:0.5rem;display:inline-flex;box-sizing:border-box;border-radius:var(--smoothly-button-border-radius);font-size:var(--smoothly-button-font-size, 1rem);cursor:pointer;border:none;outline:none;position:relative}[shape=rounded].sc-smoothly-submit-h{--smoothly-button-border-radius:2rem}[type=link].sc-smoothly-submit-h{display:inline}[disabled].sc-smoothly-submit-h{opacity:0.5}.sc-smoothly-submit-h>a.sc-smoothly-submit{font-weight:400;background-color:transparent}.sc-smoothly-submit-h>a.sc-smoothly-submit,.sc-smoothly-submit-h>button.sc-smoothly-submit{font-size:var(--smoothly-button-font-size);border:1px solid transparent;outline:none;cursor:pointer;display:inline-flex;gap:0.5rem;box-sizing:border-box}.sc-smoothly-submit-h>button.sc-smoothly-submit{font-weight:bold;justify-content:center;width:100%;align-items:center;border-radius:var(--smoothly-button-border-radius);padding-inline:var(--smoothly-button-padding-inline, 1rem)}.sc-smoothly-submit-h{min-height:var(--smoothly-button-height, 2.5rem)}.sc-smoothly-submit-h:has(>a:empty),.sc-smoothly-submit-h:has(>button:empty),.sc-smoothly-submit-h>a.sc-smoothly-submit:empty,.sc-smoothly-submit-h>button.sc-smoothly-submit:empty{border-width:0;min-height:0;padding-inline:0}[size=small].sc-smoothly-submit-h{--smoothly-button-height:2rem;--smoothly-button-padding-inline:0.75rem;--smoothly-button-font-size:0.875rem;--smoothly-icon-size:1.4rem}[size=large].sc-smoothly-submit-h{--smoothly-button-height:3rem;--smoothly-button-padding-inline:1.25rem;--smoothly-button-font-size:1.125rem}.sc-smoothly-submit-h:not([size=icon]):not([size=flexible])>button.sc-smoothly-submit{min-width:8rem}[size=icon].sc-smoothly-submit-h{--smoothly-icon-size:1.4rem}[size=icon].sc-smoothly-submit-h>button.sc-smoothly-submit{min-height:var(--smoothly-button-height, 2.5rem);min-width:var(--smoothly-button-height, 2.5rem);padding:0}.sc-smoothly-submit-h:not([size=icon]){min-width:8em}[size=flexible].sc-smoothly-submit-h{min-width:unset;padding:0;margin:0;display:flex;justify-content:center}[size=flexible].sc-smoothly-submit-h>button.sc-smoothly-submit{min-width:unset;padding:0;margin:0}[expand].sc-smoothly-submit-h{width:100%}[expand=full].sc-smoothly-submit-h{border-left:none;border-right:none;--smoothly-button-border-radius:0}[fill=outline].sc-smoothly-submit-h>button.sc-smoothly-submit{background-color:transparent;color:rgb(var(--smoothly-button-foreground));fill:rgb(var(--smoothly-button-foreground));stroke:rgb(var(--smoothly-button-foreground));border-color:rgb(var(--smoothly-button-foreground))}.sc-smoothly-submit-h:not([fill=clear]):not([disabled])>button.sc-smoothly-submit:hover,.sc-smoothly-submit-h:not([disabled])>button.sc-smoothly-submit:focus-visible,[fill=outline].sc-smoothly-submit-h:not([disabled]):active>button.sc-smoothly-submit::before{border-color:rgb(var(--smoothly-button-focus-color))}[fill=outline].sc-smoothly-submit-h:not([disabled])>button.sc-smoothly-submit:hover::before,[fill=outline].sc-smoothly-submit-h:not([disabled])>button.sc-smoothly-submit:focus-within::before,[fill=outline].sc-smoothly-submit-h:not([disabled])>button.sc-smoothly-submit:active::before{content:"";position:absolute;border:2px solid rgb(var(--smoothly-button-focus-border));inset:-1px;border-radius:var(--smoothly-button-border-radius)}.sc-smoothly-submit-h:not([fill=clear]):not([fill=outline]):not([disabled])>button.sc-smoothly-submit:hover,.sc-smoothly-submit-h:not([fill=clear]):not([fill=outline]):not([disabled])>button.sc-smoothly-submit:focus-visible,.sc-smoothly-submit-h:not([fill=clear]):not([fill=outline]):not([disabled])>button.sc-smoothly-submit:active{background:rgb(var(--smoothly-button-hover-background))}.sc-smoothly-submit-h>button.sc-smoothly-submit,.sc-smoothly-submit-h.sc-smoothly-submit-s>smoothly-icon,.sc-smoothly-submit-h .sc-smoothly-submit-s>smoothly-icon{color:rgb(var(--smoothly-button-foreground));stroke:rgb(var(--smoothly-button-foreground));fill:rgb(var(--smoothly-button-foreground))}[hidden].sc-smoothly-submit-h{display:none}.sc-smoothly-submit-h{margin:1em 0em}`;const i=class{constructor(s){o(this,s);this.smoothlyInputLoad=t(this,"smoothlyInputLoad");this.color="success";this.disabled=false;this.prevent=true}async componentWillLoad(){console.warn(`smoothly-submit is deprecated, use smoothly-input-submit instead.\n <smoothly-button type="submit"> can also be used if you're using a regular form.`);this.smoothlyInputLoad.emit((o=>{if(l.is(o)){this.parent=o}}))}clickHandler(){var o;(o=this.parent)===null||o===void 0?void 0:o.submit()}render(){return s(r,{key:"0e3b14b547a1e6e40a0712c67650f5735b127f31",disabled:this.disabled,type:this.type},s("slot",{key:"14012bb8a6ba7532623db0027ac4f02ec300f772"}))}};i.style=m();export{i as smoothly_submit};
2
- //# sourceMappingURL=p-7a59c6a9.entry.js.map
1
+ import{r as o,c as t,h as s}from"./p-CdFSoe1d.js";import{S as l,B as r}from"./p-rhMhTGHt.js";import"./p-B1D3P7eJ.js";import"./p-BVKhAhsB.js";import"./p-D0tCcwtl.js";const m=()=>`[color=default].sc-smoothly-submit{--smoothly-color:var(--smoothly-default-color);--smoothly-color-contrast:var(--smoothly-default-contrast);--smoothly-color-shade:var(--smoothly-default-shade);--smoothly-color-tint:var(--smoothly-default-tint)}[color=primary].sc-smoothly-submit{--smoothly-color:var(--smoothly-primary-color);--smoothly-color-contrast:var(--smoothly-primary-contrast);--smoothly-color-shade:var(--smoothly-primary-shade);--smoothly-color-tint:var(--smoothly-primary-tint)}[color=secondary].sc-smoothly-submit{--smoothly-color:var(--smoothly-secondary-color);--smoothly-color-contrast:var(--smoothly-secondary-contrast);--smoothly-color-shade:var(--smoothly-secondary-shade);--smoothly-color-tint:var(--smoothly-secondary-tint)}[color=tertiary].sc-smoothly-submit{--smoothly-color:var(--smoothly-tertiary-color);--smoothly-color-contrast:var(--smoothly-tertiary-contrast);--smoothly-color-shade:var(--smoothly-tertiary-shade);--smoothly-color-tint:var(--smoothly-tertiary-tint)}[color=success].sc-smoothly-submit{--smoothly-color:var(--smoothly-success-color);--smoothly-color-contrast:var(--smoothly-success-contrast);--smoothly-color-shade:var(--smoothly-success-shade);--smoothly-color-tint:var(--smoothly-success-tint)}[color=warning].sc-smoothly-submit{--smoothly-color:var(--smoothly-warning-color);--smoothly-color-contrast:var(--smoothly-warning-contrast);--smoothly-color-shade:var(--smoothly-warning-shade);--smoothly-color-tint:var(--smoothly-warning-tint)}[color=danger].sc-smoothly-submit{--smoothly-color:var(--smoothly-danger-color);--smoothly-color-contrast:var(--smoothly-danger-contrast);--smoothly-color-shade:var(--smoothly-danger-shade);--smoothly-color-tint:var(--smoothly-danger-tint)}[color=light].sc-smoothly-submit{--smoothly-color:var(--smoothly-light-color);--smoothly-color-contrast:var(--smoothly-light-contrast);--smoothly-color-shade:var(--smoothly-light-shade);--smoothly-color-tint:var(--smoothly-light-tint)}[color=medium].sc-smoothly-submit{--smoothly-color:var(--smoothly-medium-color);--smoothly-color-contrast:var(--smoothly-medium-contrast);--smoothly-color-shade:var(--smoothly-medium-shade);--smoothly-color-tint:var(--smoothly-medium-tint)}[color=dark].sc-smoothly-submit{--smoothly-color:var(--smoothly-dark-color);--smoothly-color-contrast:var(--smoothly-dark-contrast);--smoothly-color-shade:var(--smoothly-dark-shade);--smoothly-color-tint:var(--smoothly-dark-tint)}.sc-smoothly-submit-h{--smoothly-button-border-radius:0.5rem;display:inline-flex;box-sizing:border-box;border-radius:var(--smoothly-button-border-radius);font-size:var(--smoothly-button-font-size, 1rem);cursor:pointer;border:none;outline:none;position:relative}[shape=rounded].sc-smoothly-submit-h{--smoothly-button-border-radius:2rem}[type=link].sc-smoothly-submit-h{display:inline}[disabled].sc-smoothly-submit-h{opacity:0.5}.sc-smoothly-submit-h>a.sc-smoothly-submit{font-weight:400;background-color:transparent}.sc-smoothly-submit-h>a.sc-smoothly-submit,.sc-smoothly-submit-h>button.sc-smoothly-submit{font-size:var(--smoothly-button-font-size);border:1px solid transparent;outline:none;cursor:pointer;display:inline-flex;gap:0.5rem;box-sizing:border-box}.sc-smoothly-submit-h>button.sc-smoothly-submit{font-weight:bold;justify-content:center;width:100%;align-items:center;border-radius:var(--smoothly-button-border-radius);padding-inline:var(--smoothly-button-padding-inline, 1rem)}.sc-smoothly-submit-h{min-height:var(--smoothly-button-height, 2.5rem)}.sc-smoothly-submit-h:has(>a:empty),.sc-smoothly-submit-h:has(>button:empty),.sc-smoothly-submit-h>a.sc-smoothly-submit:empty,.sc-smoothly-submit-h>button.sc-smoothly-submit:empty{border-width:0;min-height:0;padding-inline:0}[size=small].sc-smoothly-submit-h{--smoothly-button-height:2rem;--smoothly-button-padding-inline:0.75rem;--smoothly-button-font-size:0.875rem;--smoothly-icon-size:1.4rem}[size=large].sc-smoothly-submit-h{--smoothly-button-height:3rem;--smoothly-button-padding-inline:1.25rem;--smoothly-button-font-size:1.125rem}.sc-smoothly-submit-h:not([size=icon]):not([size=flexible])>button.sc-smoothly-submit{min-width:8rem}[size=icon].sc-smoothly-submit-h{--smoothly-icon-size:1.4rem}[size=icon].sc-smoothly-submit-h>button.sc-smoothly-submit{min-height:var(--smoothly-button-height, 2.5rem);min-width:var(--smoothly-button-height, 2.5rem);padding:0}.sc-smoothly-submit-h:not([size=icon]){min-width:8em}[size=flexible].sc-smoothly-submit-h{min-width:unset;padding:0;margin:0;display:flex;justify-content:center}[size=flexible].sc-smoothly-submit-h>button.sc-smoothly-submit{min-width:unset;padding:0;margin:0}[expand].sc-smoothly-submit-h{width:100%}[expand=full].sc-smoothly-submit-h{border-left:none;border-right:none;--smoothly-button-border-radius:0}[fill=outline].sc-smoothly-submit-h>button.sc-smoothly-submit{background-color:transparent;color:rgb(var(--smoothly-button-foreground));fill:rgb(var(--smoothly-button-foreground));stroke:rgb(var(--smoothly-button-foreground));border-color:rgb(var(--smoothly-button-foreground))}.sc-smoothly-submit-h:not([fill=clear]):not([disabled])>button.sc-smoothly-submit:hover,.sc-smoothly-submit-h:not([disabled])>button.sc-smoothly-submit:focus-visible,[fill=outline].sc-smoothly-submit-h:not([disabled]):active>button.sc-smoothly-submit::before{border-color:rgb(var(--smoothly-button-focus-color))}[fill=outline].sc-smoothly-submit-h:not([disabled])>button.sc-smoothly-submit:hover::before,[fill=outline].sc-smoothly-submit-h:not([disabled])>button.sc-smoothly-submit:focus-within::before,[fill=outline].sc-smoothly-submit-h:not([disabled])>button.sc-smoothly-submit:active::before{content:"";position:absolute;border:2px solid rgb(var(--smoothly-button-focus-border));inset:-1px;border-radius:var(--smoothly-button-border-radius)}.sc-smoothly-submit-h:not([fill=clear]):not([fill=outline]):not([disabled])>button.sc-smoothly-submit:hover,.sc-smoothly-submit-h:not([fill=clear]):not([fill=outline]):not([disabled])>button.sc-smoothly-submit:focus-visible,.sc-smoothly-submit-h:not([fill=clear]):not([fill=outline]):not([disabled])>button.sc-smoothly-submit:active{background:rgb(var(--smoothly-button-hover-background))}.sc-smoothly-submit-h>button.sc-smoothly-submit,.sc-smoothly-submit-h.sc-smoothly-submit-s>smoothly-icon,.sc-smoothly-submit-h .sc-smoothly-submit-s>smoothly-icon{color:rgb(var(--smoothly-button-foreground));stroke:rgb(var(--smoothly-button-foreground));fill:rgb(var(--smoothly-button-foreground))}[hidden].sc-smoothly-submit-h{display:none}.sc-smoothly-submit-h{margin:1em 0em}`;const i=class{constructor(s){o(this,s);this.smoothlyInputLoad=t(this,"smoothlyInputLoad");this.color="success";this.disabled=false;this.prevent=true}async componentWillLoad(){console.warn(`smoothly-submit is deprecated, use smoothly-input-submit instead.\n <smoothly-button type="submit"> can also be used if you're using a regular form.`);this.smoothlyInputLoad.emit((o=>{if(l.is(o)){this.parent=o}}))}clickHandler(){var o;(o=this.parent)===null||o===void 0?void 0:o.submit()}render(){return s(r,{key:"b56bb200c5af6dd9a949ed1989ef150cf5902f33",disabled:this.disabled,type:this.type},s("slot",{key:"c3795191df1b9e6c5a696e7821d0fbc865814cfd"}))}};i.style=m();export{i as smoothly_submit};
2
+ //# sourceMappingURL=p-d4dad5a8.entry.js.map