smoothly 1.119.0 → 1.121.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/smoothly-app_99.cjs.entry.js +270 -141
- package/dist/cjs/smoothly-app_99.cjs.entry.js.map +1 -1
- package/dist/cjs/smoothly-input-checkbox-demo.cjs.entry.js +1 -1
- package/dist/cjs/smoothly-submit.cjs.entry.js +1 -1
- package/dist/cjs/smoothly-trigger-sink.cjs.entry.js +1 -1
- package/dist/cjs/smoothly-trigger-source.cjs.entry.js +1 -1
- package/dist/cjs/smoothly.cjs.js +1 -1
- package/dist/collection/components/form/demo/all/index.js +1 -1
- package/dist/collection/components/form/demo/all/index.js.map +1 -1
- package/dist/collection/components/form/demo/card/index.js +1 -1
- package/dist/collection/components/form/demo/controlled/index.js +1 -1
- package/dist/collection/components/form/demo/date/index.js +1 -1
- package/dist/collection/components/form/demo/date-range/index.js +1 -1
- package/dist/collection/components/form/demo/login/index.js +1 -1
- package/dist/collection/components/form/demo/pet/index.js +2 -2
- package/dist/collection/components/form/demo/prices/index.js +1 -1
- package/dist/collection/components/form/demo/schedule/index.js +1 -1
- package/dist/collection/components/form/demo/transparent/index.js +1 -1
- package/dist/collection/components/form/demo/typed/index.js +1 -1
- package/dist/collection/components/icon/demo/index.js +5 -5
- package/dist/collection/components/icon/index.js +1 -1
- package/dist/collection/components/input/checkbox/demo/index.js +1 -1
- package/dist/collection/components/input/checkbox/index.js +2 -2
- package/dist/collection/components/input/checkbox/style.css +3 -0
- package/dist/collection/components/input/clear/index.js +1 -1
- package/dist/collection/components/input/color/demo/index.js +1 -1
- package/dist/collection/components/input/color/index.js +2 -2
- package/dist/collection/components/input/color/style.css +4 -1
- package/dist/collection/components/input/date/index.js +1 -1
- package/dist/collection/components/input/date/range/index.js +3 -3
- package/dist/collection/components/input/date/range/style.css +3 -0
- package/dist/collection/components/input/date/style.css +3 -0
- package/dist/collection/components/input/date/text/index.js +1 -1
- package/dist/collection/components/input/date/time/index.js +5 -5
- package/dist/collection/components/input/date/time/style.css +3 -0
- package/dist/collection/components/input/demo/date/index.js +1 -1
- package/dist/collection/components/input/demo/index.js +4 -4
- package/dist/collection/components/input/demo/price/index.js +1 -1
- package/dist/collection/components/input/demo/radio/index.js +1 -1
- package/dist/collection/components/input/demo/standard/index.js +1 -1
- package/dist/collection/components/input/demo/user-input/index.js +3 -3
- package/dist/collection/components/input/edit/index.js +1 -1
- package/dist/collection/components/input/file/index.js +1 -1
- package/dist/collection/components/input/file/style.css +3 -0
- package/dist/collection/components/input/index.js +21 -2
- package/dist/collection/components/input/index.js.map +1 -1
- package/dist/collection/components/input/month/index.js +4 -4
- package/dist/collection/components/input/radio/item/index.js +1 -1
- package/dist/collection/components/input/radio/style.css +3 -0
- package/dist/collection/components/input/range/Range.js +45 -0
- package/dist/collection/components/input/range/Range.js.map +1 -0
- package/dist/collection/components/input/range/demo/index.js +1 -1
- package/dist/collection/components/input/range/demo/index.js.map +1 -1
- package/dist/collection/components/input/range/index.js +136 -27
- package/dist/collection/components/input/range/index.js.map +1 -1
- package/dist/collection/components/input/range/style.css +101 -1
- package/dist/collection/components/input/reset/index.js +1 -1
- package/dist/collection/components/input/select/index.js +12 -3
- package/dist/collection/components/input/select/index.js.map +1 -1
- package/dist/collection/components/input/select/style.css +6 -2
- package/dist/collection/components/input/style.css +10 -0
- package/dist/collection/components/input/submit/index.js +1 -1
- package/dist/collection/components/item/index.js +1 -1
- package/dist/collection/components/label/index.js +2 -2
- package/dist/collection/components/lazy/index.js +1 -1
- package/dist/collection/components/load-more/index.js +1 -1
- package/dist/collection/components/modal/index.js +2 -2
- package/dist/collection/components/notification/index.js +1 -1
- package/dist/collection/components/notifier/demo/index.js +1 -1
- package/dist/collection/components/notifier/index.js +1 -1
- package/dist/collection/components/spinner/index.js +2 -2
- package/dist/collection/components/submit/index.js +1 -1
- package/dist/collection/components/summary/index.js +1 -1
- package/dist/collection/components/table/body/index.js +1 -1
- package/dist/collection/components/table/cell/index.js +1 -1
- package/dist/collection/components/table/demo/colspan/index.js +1 -1
- package/dist/collection/components/table/demo/filler-row/index.js +1 -1
- package/dist/collection/components/table/demo/group/index.js +1 -1
- package/dist/collection/components/table/demo/index.js +1 -1
- package/dist/collection/components/table/demo/nested-no-cell/index.js +2 -2
- package/dist/collection/components/table/demo/nested-no-cell/inner/index.js +1 -1
- package/dist/collection/components/table/demo/simple/simple.js +1 -1
- package/dist/collection/components/table/expandable/cell/index.js +1 -1
- package/dist/collection/components/table/expandable/row/index.js +1 -1
- package/dist/collection/components/table/filler-row/index.js +1 -1
- package/dist/collection/components/table/foot/index.js +1 -1
- package/dist/collection/components/table/group/index.js +1 -1
- package/dist/collection/components/table/head/index.js +2 -2
- package/dist/collection/components/table/index.js +1 -1
- package/dist/collection/components/table/row/index.js +1 -1
- package/dist/collection/components/tabs/demo/index.js +1 -1
- package/dist/collection/components/tabs/tab/index.js +1 -1
- package/dist/collection/components/theme/color/index.js +1 -1
- package/dist/collection/components/theme/demo/index.js +1 -1
- package/dist/collection/components/theme/guide/index.js +8 -8
- package/dist/collection/components/theme/picker/index.js +2 -2
- package/dist/collection/components/toggle-switch/demo/index.js +1 -1
- package/dist/collection/components/toggle-switch/index.js +1 -1
- package/dist/collection/components/trigger/index.js +1 -1
- package/dist/collection/components/trigger/sink/index.js +1 -1
- package/dist/collection/components/trigger/source/index.js +1 -1
- package/dist/components/{p-mgqCIR9Q.js → p--44NQk1v.js} +2 -2
- package/dist/components/{p-BTjay9Fy.js → p-0Oak1FtC.js} +2 -2
- package/dist/components/p-1eBV_fsy.js +2 -0
- package/dist/components/{p-BQOdxeHU.js → p-4Xn3Nprv.js} +2 -2
- package/dist/components/{p-vB-efyHR.js → p-7_LLYsTi.js} +2 -2
- package/dist/components/{p-CNEHa0dN.js → p-B2eJc1lR.js} +2 -2
- package/dist/components/{p-CauRo4fz.js → p-B3S9rR8a.js} +2 -2
- package/dist/components/p-B7BXt5wC.js +2 -0
- package/dist/components/{p-BDuUY4CB.js.map → p-B7BXt5wC.js.map} +1 -1
- package/dist/components/{p-M0gzpGV-.js → p-B7WG3bLU.js} +2 -2
- package/dist/components/p-B7y_cC4v.js +2 -0
- package/dist/components/{p-DnvyyAaF.js → p-BE5E3Jm6.js} +2 -2
- package/dist/components/p-BI_XG1Oj.js +2 -0
- package/dist/components/p-BJA3pU4q.js +2 -0
- package/dist/components/p-BKiQn3aG.js +2 -0
- package/dist/components/{p-ycoVDLCD.js → p-BLdivqFr.js} +2 -2
- package/dist/components/p-BSHxNVcQ.js +2 -0
- package/dist/components/{p-BdhEVyZ3.js.map → p-BSHxNVcQ.js.map} +1 -1
- package/dist/components/{p-D2AakJMz.js → p-BWdGj6F8.js} +2 -2
- package/dist/components/{p-Dk4OvZyQ.js → p-BX-sEZyq.js} +2 -2
- package/dist/components/{p-CE-IZkWY.js → p-BaXCWr8l.js} +2 -2
- package/dist/components/p-BbI_Odg-.js +2 -0
- package/dist/components/p-BcV_X5mg.js +2 -0
- package/dist/components/p-BplZiuMF.js +2 -0
- package/dist/components/p-BplZiuMF.js.map +1 -0
- package/dist/components/p-BrBilp2f.js +2 -0
- package/dist/components/{p-BCwizh6U.js → p-BsHachOX.js} +2 -2
- package/dist/components/{p-Df80nM_T.js → p-BsimTIMh.js} +2 -2
- package/dist/components/p-Bzg8bBIr.js +2 -0
- package/dist/components/p-C-5nbahV.js +2 -0
- package/dist/components/{p-CIXMGKGQ.js → p-C0Vb-3iG.js} +2 -2
- package/dist/components/{p-CLqKhHZ8.js → p-C22G-tNF.js} +2 -2
- package/dist/components/{p-DFPMixk-.js → p-C2woWb9T.js} +2 -2
- package/dist/components/{p-Cuq_eaHi.js → p-C9_7A_n7.js} +2 -2
- package/dist/components/{p-zLhQ1mMe.js → p-CCwzp3Kg.js} +2 -2
- package/dist/components/{p-DDtRlhit.js → p-CF7MePy1.js} +2 -2
- package/dist/components/p-CGfga7g-.js +2 -0
- package/dist/components/{p-bQGZECIZ.js → p-CHjWijPI.js} +2 -2
- package/dist/components/p-CKD_8Dn1.js +2 -0
- package/dist/components/{p-CMMaSJvr.js.map → p-CKD_8Dn1.js.map} +1 -1
- package/dist/components/{p-BFa-ypRu.js → p-CM72sJqO.js} +2 -2
- package/dist/components/p-CM72sJqO.js.map +1 -0
- package/dist/components/p-CPhreyuD.js +2 -0
- package/dist/components/{p-C9Wv8Ynb.js → p-CTwHHE82.js} +2 -2
- package/dist/components/{p-ByRyVRgY.js → p-CVdJ19AA.js} +2 -2
- package/dist/components/{p-BWT1q2tN.js → p-CceVYEd4.js} +2 -2
- package/dist/components/p-ChiRe9cW.js +2 -0
- package/dist/components/{p-MHAaISnU.js → p-Cl8L61mt.js} +2 -2
- package/dist/components/{p-Cq3zOYlg.js → p-CrDAs9xy.js} +2 -2
- package/dist/components/{p-B8I-Yh5P.js → p-CrnjoFOX.js} +2 -2
- package/dist/components/{p-BcEDrfmP.js → p-Cs0CtSI2.js} +2 -2
- package/dist/components/p-Cs1TuGgV.js +2 -0
- package/dist/components/{p-Dw1KwhCp.js.map → p-Cs1TuGgV.js.map} +1 -1
- package/dist/components/p-CtVEKtM6.js +2 -0
- package/dist/components/{p-BAMFAtTN.js.map → p-CtVEKtM6.js.map} +1 -1
- package/dist/components/{p-CTvqaqVm.js → p-CttQUOE5.js} +2 -2
- package/dist/components/p-Cx_sM6Sy.js +2 -0
- package/dist/components/{p-C77C00Ii.js.map → p-Cx_sM6Sy.js.map} +1 -1
- package/dist/components/p-Cyi2S_Qh.js +2 -0
- package/dist/components/{p-l818BCpp.js → p-D57O7AkC.js} +2 -2
- package/dist/components/p-D5xdTtVs.js +2 -0
- package/dist/components/p-D97PTGAK.js +2 -0
- package/dist/components/p-D97PTGAK.js.map +1 -0
- package/dist/components/{p-5Z_db2DH.js → p-DA4pyC19.js} +2 -2
- package/dist/components/{p-DDYB8QLF.js → p-DFSiKg4M.js} +2 -2
- package/dist/components/{p-w1uPMi4U.js → p-DFh4J14i.js} +2 -2
- package/dist/components/{p-BOzzNfNj.js → p-DLgeylX5.js} +2 -2
- package/dist/components/p-DLtJSM-r.js +2 -0
- package/dist/components/{p-C7rAw-Sf.js → p-DN8CxJxb.js} +2 -2
- package/dist/components/p-DO3QrEu1.js +2 -0
- package/dist/components/{p-B2GxOEjl.js → p-DUoSHWe1.js} +2 -2
- package/dist/components/p-DWcI5nnM.js +2 -0
- package/dist/components/p-DY_crgmf.js +2 -0
- package/dist/components/{p-C7PxdEtX.js → p-DYvlD9aR.js} +2 -2
- package/dist/components/p-DZ4052aB.js +2 -0
- package/dist/components/{p-ACHjKlBz.js → p-DbQqZdoI.js} +2 -2
- package/dist/components/p-Dd9tz4Tj.js +2 -0
- package/dist/components/{p-B-jhX7aN.js.map → p-Dd9tz4Tj.js.map} +1 -1
- package/dist/components/p-Dff2v1VD.js +2 -0
- package/dist/components/{p-jSrgQO7o.js.map → p-Dff2v1VD.js.map} +1 -1
- package/dist/components/{p-Iph4bHku.js → p-DlkQKgfQ.js} +2 -2
- package/dist/components/{p-CmUug44L.js → p-DvOr53No.js} +2 -2
- package/dist/components/p-EsCYK0HQ.js +2 -0
- package/dist/components/{p-CZERsWDV.js.map → p-EsCYK0HQ.js.map} +1 -1
- package/dist/components/p-KZeR_6LG.js +2 -0
- package/dist/components/{p-BrYTMGo3.js.map → p-KZeR_6LG.js.map} +1 -1
- package/dist/components/p-KhaLdt5K.js +2 -0
- package/dist/components/{p-DeslbBen.js → p-MduEqLch.js} +2 -2
- package/dist/components/{p-UCcJDJNC.js → p-MqffyRVU.js} +2 -2
- package/dist/components/{p-BdYr9Wou.js → p-QtHFbgfu.js} +2 -2
- package/dist/components/p-U7a1lSmf.js +2 -0
- package/dist/components/{p-CFwdTUm-.js → p-XZAGPm4i.js} +2 -2
- package/dist/components/p-ewmy4_JT.js +2 -0
- package/dist/components/{p-DUZEz-6n.js.map → p-ewmy4_JT.js.map} +1 -1
- package/dist/components/p-gEWA_tZo.js +2 -0
- package/dist/components/{p-UqPFIGlg.js.map → p-gEWA_tZo.js.map} +1 -1
- package/dist/components/p-j4UEmpTa.js +2 -0
- package/dist/components/p-j4UEmpTa.js.map +1 -0
- package/dist/components/p-o8kM0Soe.js +2 -0
- package/dist/components/p-o8kM0Soe.js.map +1 -0
- package/dist/components/{p-DGTXEwvN.js → p-tD13Ef_1.js} +2 -2
- package/dist/components/{p-DPlYDxyJ.js → p-vvQg46ti.js} +2 -2
- package/dist/components/p-wjlHVReJ.js +2 -0
- package/dist/components/{p-Bo1NnbuT.js.map → p-wjlHVReJ.js.map} +1 -1
- package/dist/components/p-y6VfFBKz.js +2 -0
- package/dist/components/p-y6VfFBKz.js.map +1 -0
- package/dist/components/{p-CKGlbozb.js → p-zRKK2Cul.js} +2 -2
- package/dist/components/smoothly-app-demo.js +1 -1
- package/dist/components/smoothly-app-room.js +1 -1
- package/dist/components/smoothly-app.js +1 -1
- package/dist/components/smoothly-back-to-top.js +1 -1
- package/dist/components/smoothly-burger.js +1 -1
- package/dist/components/smoothly-button-confirm.js +1 -1
- package/dist/components/smoothly-button-demo-standard.js +1 -1
- package/dist/components/smoothly-button-demo.js +1 -1
- package/dist/components/smoothly-calendar.js +1 -1
- package/dist/components/smoothly-checkbox.js +1 -1
- package/dist/components/smoothly-date-text.js +1 -1
- package/dist/components/smoothly-dialog-demo.js +1 -1
- package/dist/components/smoothly-dialog.js +1 -1
- package/dist/components/smoothly-display-demo.js +1 -1
- package/dist/components/smoothly-form-demo-all.js +1 -1
- package/dist/components/smoothly-form-demo-card.js +1 -1
- package/dist/components/smoothly-form-demo-controlled.js +1 -1
- package/dist/components/smoothly-form-demo-date-range.js +1 -1
- package/dist/components/smoothly-form-demo-date.js +1 -1
- package/dist/components/smoothly-form-demo-login.js +1 -1
- package/dist/components/smoothly-form-demo-pet.js +1 -1
- package/dist/components/smoothly-form-demo-prices.js +1 -1
- package/dist/components/smoothly-form-demo-schedule.js +1 -1
- package/dist/components/smoothly-form-demo-transparent.js +1 -1
- package/dist/components/smoothly-form-demo-typed.js +1 -1
- package/dist/components/smoothly-form-demo.js +1 -1
- package/dist/components/smoothly-form.js +1 -1
- package/dist/components/smoothly-icon-demo.js +1 -1
- package/dist/components/smoothly-icon.js +1 -1
- package/dist/components/smoothly-input-checkbox-demo.js +1 -1
- package/dist/components/smoothly-input-checkbox.js +1 -1
- package/dist/components/smoothly-input-clear.js +1 -1
- package/dist/components/smoothly-input-color-demo.js +1 -1
- package/dist/components/smoothly-input-color.js +1 -1
- package/dist/components/smoothly-input-date-demo.js +1 -1
- package/dist/components/smoothly-input-date-range.js +1 -1
- package/dist/components/smoothly-input-date-time.js +1 -1
- package/dist/components/smoothly-input-date.js +1 -1
- package/dist/components/smoothly-input-demo-radio.js +1 -1
- package/dist/components/smoothly-input-demo-standard.js +1 -1
- package/dist/components/smoothly-input-demo-user-input.js +1 -1
- package/dist/components/smoothly-input-demo.js +1 -1
- package/dist/components/smoothly-input-edit.js +1 -1
- package/dist/components/smoothly-input-file.js +1 -1
- package/dist/components/smoothly-input-month.js +1 -1
- package/dist/components/smoothly-input-price-demo.js +1 -1
- package/dist/components/smoothly-input-radio-item.js +1 -1
- package/dist/components/smoothly-input-radio.js +1 -1
- package/dist/components/smoothly-input-range-demo.js +1 -1
- package/dist/components/smoothly-input-range.js +1 -1
- package/dist/components/smoothly-input-reset.js +1 -1
- package/dist/components/smoothly-input-select.js +1 -1
- package/dist/components/smoothly-input-submit.js +1 -1
- package/dist/components/smoothly-input.js +1 -1
- package/dist/components/smoothly-item.js +1 -1
- package/dist/components/smoothly-label.js +1 -1
- package/dist/components/smoothly-lazy.js +1 -1
- package/dist/components/smoothly-load-more.js +1 -1
- package/dist/components/smoothly-modal.js +1 -1
- package/dist/components/smoothly-notification.js +1 -1
- package/dist/components/smoothly-notifier-demo.js +1 -1
- package/dist/components/smoothly-notifier.js +1 -1
- package/dist/components/smoothly-spinner.js +1 -1
- package/dist/components/smoothly-submit.js +1 -1
- package/dist/components/smoothly-summary.js +1 -1
- package/dist/components/smoothly-tab.js +1 -1
- package/dist/components/smoothly-table-body.js +1 -1
- package/dist/components/smoothly-table-cell.js +1 -1
- package/dist/components/smoothly-table-demo-colspan.js +1 -1
- package/dist/components/smoothly-table-demo-filler-row.js +1 -1
- package/dist/components/smoothly-table-demo-group.js +1 -1
- package/dist/components/smoothly-table-demo-nested-no-cell-inner.js +1 -1
- package/dist/components/smoothly-table-demo-nested-no-cell.js +1 -1
- package/dist/components/smoothly-table-demo-simple.js +1 -1
- package/dist/components/smoothly-table-demo.js +1 -1
- package/dist/components/smoothly-table-expandable-cell.js +1 -1
- package/dist/components/smoothly-table-expandable-row.js +1 -1
- package/dist/components/smoothly-table-filler-row.js +1 -1
- package/dist/components/smoothly-table-foot.js +1 -1
- package/dist/components/smoothly-table-head.js +1 -1
- package/dist/components/smoothly-table-row-group.js +1 -1
- package/dist/components/smoothly-table-row.js +1 -1
- package/dist/components/smoothly-table.js +1 -1
- package/dist/components/smoothly-tabs-demo.js +1 -1
- package/dist/components/smoothly-theme-color.js +1 -1
- package/dist/components/smoothly-theme-colors.js +1 -1
- package/dist/components/smoothly-theme-demo.js +1 -1
- package/dist/components/smoothly-theme-guide.js +1 -1
- package/dist/components/smoothly-theme-picker.js +1 -1
- package/dist/components/smoothly-toggle-switch-demo.js +1 -1
- package/dist/components/smoothly-toggle-switch.js +1 -1
- package/dist/components/smoothly-trigger-sink.js +1 -1
- package/dist/components/smoothly-trigger-source.js +1 -1
- package/dist/components/smoothly-trigger.js +1 -1
- package/dist/esm/loader.js +1 -1
- package/dist/esm/smoothly-app_99.entry.js +270 -141
- package/dist/esm/smoothly-app_99.entry.js.map +1 -1
- package/dist/esm/smoothly-input-checkbox-demo.entry.js +1 -1
- package/dist/esm/smoothly-submit.entry.js +1 -1
- package/dist/esm/smoothly-trigger-sink.entry.js +1 -1
- package/dist/esm/smoothly-trigger-source.entry.js +1 -1
- package/dist/esm/smoothly.js +1 -1
- package/dist/smoothly/{p-7a9308b9.entry.js → p-64cc747b.entry.js} +2 -2
- package/dist/smoothly/p-a2041097.entry.js +2 -0
- package/dist/smoothly/p-baf5063c.entry.js +2 -0
- package/dist/smoothly/p-baf5063c.entry.js.map +1 -0
- package/dist/smoothly/{p-ac2162c3.entry.js → p-c70e24bf.entry.js} +2 -2
- package/dist/smoothly/{p-36966f71.entry.js → p-e8015fc7.entry.js} +2 -2
- package/dist/smoothly/smoothly.esm.js +1 -1
- package/dist/types/components/input/index.d.ts +1 -0
- package/dist/types/components/input/range/Range.d.ts +15 -0
- package/dist/types/components/input/range/index.d.ts +13 -2
- package/dist/types/components/input/select/index.d.ts +1 -0
- package/dist/types/components.d.ts +18 -4
- package/package.json +1 -1
- package/dist/components/p-7UXKt7wZ.js +0 -2
- package/dist/components/p-B-jhX7aN.js +0 -2
- package/dist/components/p-BAMFAtTN.js +0 -2
- package/dist/components/p-BDuUY4CB.js +0 -2
- package/dist/components/p-BFa-ypRu.js.map +0 -1
- package/dist/components/p-BH3GbIqq.js +0 -2
- package/dist/components/p-BHTAR2x1.js +0 -2
- package/dist/components/p-BHTAR2x1.js.map +0 -1
- package/dist/components/p-BLIeXp8k.js +0 -2
- package/dist/components/p-BdhEVyZ3.js +0 -2
- package/dist/components/p-Bo1NnbuT.js +0 -2
- package/dist/components/p-BrYTMGo3.js +0 -2
- package/dist/components/p-Bv6ll-a-.js +0 -2
- package/dist/components/p-BvTs7KUn.js +0 -2
- package/dist/components/p-C0OwGHaZ.js +0 -2
- package/dist/components/p-C77C00Ii.js +0 -2
- package/dist/components/p-C9BPfP8V.js +0 -2
- package/dist/components/p-CCaI37_s.js +0 -2
- package/dist/components/p-CDzU4-Ri.js +0 -2
- package/dist/components/p-CDzU4-Ri.js.map +0 -1
- package/dist/components/p-CEYFnw7c.js +0 -2
- package/dist/components/p-CMMaSJvr.js +0 -2
- package/dist/components/p-CT5ZkMDd.js +0 -2
- package/dist/components/p-CUmpHIzY.js +0 -2
- package/dist/components/p-CXcvp4fs.js +0 -2
- package/dist/components/p-CZERsWDV.js +0 -2
- package/dist/components/p-CcBRUK1s.js +0 -2
- package/dist/components/p-Cppqe_PV.js +0 -2
- package/dist/components/p-Cppqe_PV.js.map +0 -1
- package/dist/components/p-Cu0ProBU.js +0 -2
- package/dist/components/p-CuBPxYv2.js +0 -2
- package/dist/components/p-DRyQsXc9.js +0 -2
- package/dist/components/p-DUZEz-6n.js +0 -2
- package/dist/components/p-DjX23A0S.js +0 -2
- package/dist/components/p-Dq8EU803.js +0 -2
- package/dist/components/p-Dq8EU803.js.map +0 -1
- package/dist/components/p-DvMoIxws.js +0 -2
- package/dist/components/p-Dw1KwhCp.js +0 -2
- package/dist/components/p-UqPFIGlg.js +0 -2
- package/dist/components/p-UyMXVF_R.js +0 -2
- package/dist/components/p-VQuZJp8X.js +0 -2
- package/dist/components/p-WiBL-FFH.js +0 -2
- package/dist/components/p-e7wZ4-5T.js +0 -2
- package/dist/components/p-jSrgQO7o.js +0 -2
- package/dist/components/p-vN0nUvmF.js +0 -2
- package/dist/components/p-vN0nUvmF.js.map +0 -1
- package/dist/smoothly/p-17170ef1.entry.js +0 -2
- package/dist/smoothly/p-b962448b.entry.js +0 -2
- package/dist/smoothly/p-b962448b.entry.js.map +0 -1
- /package/dist/components/{p-mgqCIR9Q.js.map → p--44NQk1v.js.map} +0 -0
- /package/dist/components/{p-BTjay9Fy.js.map → p-0Oak1FtC.js.map} +0 -0
- /package/dist/components/{p-CCaI37_s.js.map → p-1eBV_fsy.js.map} +0 -0
- /package/dist/components/{p-BQOdxeHU.js.map → p-4Xn3Nprv.js.map} +0 -0
- /package/dist/components/{p-vB-efyHR.js.map → p-7_LLYsTi.js.map} +0 -0
- /package/dist/components/{p-CNEHa0dN.js.map → p-B2eJc1lR.js.map} +0 -0
- /package/dist/components/{p-CauRo4fz.js.map → p-B3S9rR8a.js.map} +0 -0
- /package/dist/components/{p-M0gzpGV-.js.map → p-B7WG3bLU.js.map} +0 -0
- /package/dist/components/{p-Cu0ProBU.js.map → p-B7y_cC4v.js.map} +0 -0
- /package/dist/components/{p-DnvyyAaF.js.map → p-BE5E3Jm6.js.map} +0 -0
- /package/dist/components/{p-BH3GbIqq.js.map → p-BI_XG1Oj.js.map} +0 -0
- /package/dist/components/{p-VQuZJp8X.js.map → p-BJA3pU4q.js.map} +0 -0
- /package/dist/components/{p-UyMXVF_R.js.map → p-BKiQn3aG.js.map} +0 -0
- /package/dist/components/{p-ycoVDLCD.js.map → p-BLdivqFr.js.map} +0 -0
- /package/dist/components/{p-D2AakJMz.js.map → p-BWdGj6F8.js.map} +0 -0
- /package/dist/components/{p-Dk4OvZyQ.js.map → p-BX-sEZyq.js.map} +0 -0
- /package/dist/components/{p-CE-IZkWY.js.map → p-BaXCWr8l.js.map} +0 -0
- /package/dist/components/{p-CXcvp4fs.js.map → p-BbI_Odg-.js.map} +0 -0
- /package/dist/components/{p-BLIeXp8k.js.map → p-BcV_X5mg.js.map} +0 -0
- /package/dist/components/{p-CuBPxYv2.js.map → p-BrBilp2f.js.map} +0 -0
- /package/dist/components/{p-BCwizh6U.js.map → p-BsHachOX.js.map} +0 -0
- /package/dist/components/{p-Df80nM_T.js.map → p-BsimTIMh.js.map} +0 -0
- /package/dist/components/{p-CT5ZkMDd.js.map → p-Bzg8bBIr.js.map} +0 -0
- /package/dist/components/{p-C9BPfP8V.js.map → p-C-5nbahV.js.map} +0 -0
- /package/dist/components/{p-CIXMGKGQ.js.map → p-C0Vb-3iG.js.map} +0 -0
- /package/dist/components/{p-CLqKhHZ8.js.map → p-C22G-tNF.js.map} +0 -0
- /package/dist/components/{p-DFPMixk-.js.map → p-C2woWb9T.js.map} +0 -0
- /package/dist/components/{p-Cuq_eaHi.js.map → p-C9_7A_n7.js.map} +0 -0
- /package/dist/components/{p-zLhQ1mMe.js.map → p-CCwzp3Kg.js.map} +0 -0
- /package/dist/components/{p-DDtRlhit.js.map → p-CF7MePy1.js.map} +0 -0
- /package/dist/components/{p-Bv6ll-a-.js.map → p-CGfga7g-.js.map} +0 -0
- /package/dist/components/{p-bQGZECIZ.js.map → p-CHjWijPI.js.map} +0 -0
- /package/dist/components/{p-CcBRUK1s.js.map → p-CPhreyuD.js.map} +0 -0
- /package/dist/components/{p-C9Wv8Ynb.js.map → p-CTwHHE82.js.map} +0 -0
- /package/dist/components/{p-ByRyVRgY.js.map → p-CVdJ19AA.js.map} +0 -0
- /package/dist/components/{p-BWT1q2tN.js.map → p-CceVYEd4.js.map} +0 -0
- /package/dist/components/{p-DRyQsXc9.js.map → p-ChiRe9cW.js.map} +0 -0
- /package/dist/components/{p-MHAaISnU.js.map → p-Cl8L61mt.js.map} +0 -0
- /package/dist/components/{p-Cq3zOYlg.js.map → p-CrDAs9xy.js.map} +0 -0
- /package/dist/components/{p-B8I-Yh5P.js.map → p-CrnjoFOX.js.map} +0 -0
- /package/dist/components/{p-BcEDrfmP.js.map → p-Cs0CtSI2.js.map} +0 -0
- /package/dist/components/{p-CTvqaqVm.js.map → p-CttQUOE5.js.map} +0 -0
- /package/dist/components/{p-DjX23A0S.js.map → p-Cyi2S_Qh.js.map} +0 -0
- /package/dist/components/{p-l818BCpp.js.map → p-D57O7AkC.js.map} +0 -0
- /package/dist/components/{p-7UXKt7wZ.js.map → p-D5xdTtVs.js.map} +0 -0
- /package/dist/components/{p-5Z_db2DH.js.map → p-DA4pyC19.js.map} +0 -0
- /package/dist/components/{p-DDYB8QLF.js.map → p-DFSiKg4M.js.map} +0 -0
- /package/dist/components/{p-w1uPMi4U.js.map → p-DFh4J14i.js.map} +0 -0
- /package/dist/components/{p-BOzzNfNj.js.map → p-DLgeylX5.js.map} +0 -0
- /package/dist/components/{p-CUmpHIzY.js.map → p-DLtJSM-r.js.map} +0 -0
- /package/dist/components/{p-C7rAw-Sf.js.map → p-DN8CxJxb.js.map} +0 -0
- /package/dist/components/{p-DvMoIxws.js.map → p-DO3QrEu1.js.map} +0 -0
- /package/dist/components/{p-B2GxOEjl.js.map → p-DUoSHWe1.js.map} +0 -0
- /package/dist/components/{p-WiBL-FFH.js.map → p-DWcI5nnM.js.map} +0 -0
- /package/dist/components/{p-BvTs7KUn.js.map → p-DY_crgmf.js.map} +0 -0
- /package/dist/components/{p-C7PxdEtX.js.map → p-DYvlD9aR.js.map} +0 -0
- /package/dist/components/{p-C0OwGHaZ.js.map → p-DZ4052aB.js.map} +0 -0
- /package/dist/components/{p-ACHjKlBz.js.map → p-DbQqZdoI.js.map} +0 -0
- /package/dist/components/{p-Iph4bHku.js.map → p-DlkQKgfQ.js.map} +0 -0
- /package/dist/components/{p-CmUug44L.js.map → p-DvOr53No.js.map} +0 -0
- /package/dist/components/{p-e7wZ4-5T.js.map → p-KhaLdt5K.js.map} +0 -0
- /package/dist/components/{p-DeslbBen.js.map → p-MduEqLch.js.map} +0 -0
- /package/dist/components/{p-UCcJDJNC.js.map → p-MqffyRVU.js.map} +0 -0
- /package/dist/components/{p-BdYr9Wou.js.map → p-QtHFbgfu.js.map} +0 -0
- /package/dist/components/{p-CEYFnw7c.js.map → p-U7a1lSmf.js.map} +0 -0
- /package/dist/components/{p-CFwdTUm-.js.map → p-XZAGPm4i.js.map} +0 -0
- /package/dist/components/{p-DGTXEwvN.js.map → p-tD13Ef_1.js.map} +0 -0
- /package/dist/components/{p-DPlYDxyJ.js.map → p-vvQg46ti.js.map} +0 -0
- /package/dist/components/{p-CKGlbozb.js.map → p-zRKK2Cul.js.map} +0 -0
- /package/dist/smoothly/{p-7a9308b9.entry.js.map → p-64cc747b.entry.js.map} +0 -0
- /package/dist/smoothly/{p-17170ef1.entry.js.map → p-a2041097.entry.js.map} +0 -0
- /package/dist/smoothly/{p-ac2162c3.entry.js.map → p-c70e24bf.entry.js.map} +0 -0
- /package/dist/smoothly/{p-36966f71.entry.js.map → p-e8015fc7.entry.js.map} +0 -0
|
@@ -7,25 +7,25 @@ export class SmoothlyIconDemo {
|
|
|
7
7
|
this.props = {};
|
|
8
8
|
}
|
|
9
9
|
render() {
|
|
10
|
-
return (h(Host, { key: '
|
|
10
|
+
return (h(Host, { key: '8fbea784d2ed3e61eed53bbde4bf62acd7c00c33' }, h("h2", { key: 'e0ffda5c80cffb4a5819b69889980d43dc873c5c' }, "Filter and Variants"), h("smoothly-form", { key: '9734546f38e2bc3aa1136ec2d60ca919f96b7c78', looks: "grid", onSmoothlyFormInput: e => (this.display = e.detail) }, h("smoothly-input", { key: 'fb615bfa1bb32cde349e9461eb7c95db4561c5f1', name: "filter" }, "Filter"), h("smoothly-input-select", { key: '63402507181804347642d78531856b217174951a', name: "variant" }, h("span", { key: 'd301e5204b7ce8bc4d3d31ab5c0ced12f1e3d893', slot: "label" }, "Variant"), h("smoothly-item", { key: 'fca79aa0f519c2c9823c0fc08dba8fc7d017c184', value: "outline" }, "outline"), h("smoothly-item", { key: '78f2882358c54452f4ce56f976bed73fcade9b4f', value: "sharp" }, "sharp"), h("smoothly-input-clear", { key: '1f3d317162149b9abd016a5f329d69ac05683646', slot: "end" }))), h("h2", { key: '3e894f0b4aa610c5a8267a183277e272f4855a9b' }, "Props"), h("smoothly-form", { key: '694c7a9bd59edbea5823eb04156dc16e0bae9712', looks: "grid", onSmoothlyFormInput: e => {
|
|
11
11
|
this.props = e.detail;
|
|
12
12
|
console.log("props", this.props);
|
|
13
|
-
} }, h("smoothly-input-select", { key: '
|
|
13
|
+
} }, h("smoothly-input-select", { key: '0c3057a4f67a05e690ff3b063c930465016d8dd6', name: "color" }, h("span", { key: 'ae91aea176ba10c3da98a60c3063ec0f43167bff', slot: "label" }, "Color"), Color.values.map(color => (h("smoothly-item", { value: color }, h("span", { style: {
|
|
14
14
|
background: `rgb(var(--smoothly-${color}-color))`,
|
|
15
15
|
"margin-right": "0.5rem",
|
|
16
16
|
width: "2.5rem",
|
|
17
17
|
height: "2.5rem",
|
|
18
|
-
} }), h("span", null, color)))), h("smoothly-input-clear", { key: '
|
|
18
|
+
} }), h("span", null, color)))), h("smoothly-input-clear", { key: '22657bf293b433e392d57a06ca7ae2301c50676d', slot: "end" })), h("smoothly-input-select", { key: 'a3cb883bd3ce072da544acb7c4a9d23de599d63f', name: "fill" }, h("span", { key: 'f2332f34ea7fd13b2722addacbb8ccb0a02a005e', slot: "label" }, "Fill"), Fill.values.map(fill => (h("smoothly-item", { value: fill }, fill))), h("smoothly-input-clear", { key: '8518dae156b2233616eaaa468421a05c8f34025f', slot: "end" })), h("smoothly-input-select", { key: '0c684a06181b5e3aba3e9285c27e5dfc95b11fba', name: "customColor", menuHeight: "12items", ordered: true }, h("span", { key: 'bdf65faa5cc2d6ac46c2d8f57d12f6c980dbed4f', slot: "label" }, "Custom Color"), Color.values.flatMap(c => (h(Fragment, null, ["tint", "color", "shade", "contrast"].map(v => (h("smoothly-item", { value: `--smoothly-${c}-${v}` }, h("span", { style: {
|
|
19
19
|
background: `rgb(var(--smoothly-${c}-${v}))`,
|
|
20
20
|
"margin-right": "0.5rem",
|
|
21
21
|
width: "2.5rem",
|
|
22
22
|
height: "2.5rem",
|
|
23
|
-
} }), h("span", null, `rgb(var(--smoothly-${c}-${v}))`)))))))), h("smoothly-input-select", { key: '
|
|
23
|
+
} }), h("span", null, `rgb(var(--smoothly-${c}-${v}))`)))))))), h("smoothly-input-select", { key: '38e1df15f3e5756a231ea13ae7e603ad729cbfd5', name: "customBackground", menuHeight: "12items", ordered: true }, h("span", { key: '034a6c1102fcfc4f84802b652ae4773daedcc79a', slot: "label" }, "Custom Background"), Color.values.flatMap(c => (h(Fragment, null, ["tint", "color", "shade", "contrast"].map(v => (h("smoothly-item", { value: `--smoothly-${c}-${v}` }, h("span", { style: {
|
|
24
24
|
background: `rgb(var(--smoothly-${c}-${v}))`,
|
|
25
25
|
"margin-right": "0.5rem",
|
|
26
26
|
width: "2.5rem",
|
|
27
27
|
height: "2.5rem",
|
|
28
|
-
} }), h("span", null, `rgb(var(--smoothly-${c}-${v}))`)))))))), h("smoothly-input-select", { key: '
|
|
28
|
+
} }), h("span", null, `rgb(var(--smoothly-${c}-${v}))`)))))))), h("smoothly-input-select", { key: 'bf07ed563c77658d9c8627794932cf807d4d497c', name: "flip" }, h("span", { key: 'f117c483d18de238eb575e23c358ecd54eec249f', slot: "label" }, "Flip"), h("smoothly-item", { key: 'd8d6d1da3ede777093bfb6882c4a34a498b109d1', value: "x" }, "x"), h("smoothly-item", { key: 'fb202fe8bf15b614abacc3778e49f2a9da67abd8', value: "y" }, "y"), h("smoothly-input-clear", { key: 'c6067ab01e51359091f41c82f315aa36aad09ad4', slot: "end" })), h("smoothly-input-select", { key: '9ba36e95d18097099035b4a11182091e1e7e2287', name: "size" }, h("span", { key: '571f9a1953f6b3f22d18f0dd591c9743d3818687', slot: "label" }, "Size"), h("smoothly-item", { key: 'c38f009d2fb5df14dc7c5dbde70538f8ae5b3e04', value: "tiny" }, "tiny"), h("smoothly-item", { key: '800ae091d06fe8f3f9a728ad4ac63b67a7141200', value: "small" }, "small"), h("smoothly-item", { key: 'b24d245d0614bae7fc0c125824c7cf6ad3a11aa2', value: "medium" }, "medium"), h("smoothly-item", { key: '8fdb8c8686a36898c63d6981ef44fc2348e6018e', value: "large" }, "large"), h("smoothly-item", { key: 'a1d2a033d0531ca802a3241f0f7bfe3b9ab6faf6', value: "xlarge" }, "xlarge"), h("smoothly-input-clear", { key: 'b72340bf5146665b425c1debb51dcf46bab08a72', slot: "end" })), h("smoothly-input-range", { key: 'b39307e3bd9fb244dd56b4de51f392b3522cd39d', name: "rotate", step: 1, min: -180, max: 180, value: 0 }, "Rotate", h("smoothly-input-clear", { key: 'b73479f5999155b57a18c1adaf4dd2a06f98fab5', slot: "end" }))), h("h1", { key: 'd9423d81faff0144d5d67a1a15af7395dec71c13' }, "Icons"), h("div", { key: '26499ec293ff6772322d9853841d33ad1c0a1195', class: "icons" }, [
|
|
29
29
|
...Icon.Name.values
|
|
30
30
|
.filter(name => !this.display.filter || name.includes(this.display.filter))
|
|
31
31
|
.map((name) => (this.display.variant ? `${name}-${this.display.variant}` : name)),
|
|
@@ -43,7 +43,7 @@ export class SmoothlyIcon {
|
|
|
43
43
|
}
|
|
44
44
|
render() {
|
|
45
45
|
var _a;
|
|
46
|
-
return h(Host, { key: '
|
|
46
|
+
return h(Host, { key: 'a04fcfccfde192d4146ebb8113809c8606bcd04f', title: this.tooltip, style: { ["--rotation"]: `${(_a = this.rotate) !== null && _a !== void 0 ? _a : 0}deg` } });
|
|
47
47
|
}
|
|
48
48
|
static get is() { return "smoothly-icon"; }
|
|
49
49
|
static get encapsulation() { return "scoped"; }
|
|
@@ -2,7 +2,7 @@ import { h, Host } from "@stencil/core";
|
|
|
2
2
|
import { isoly } from "isoly";
|
|
3
3
|
export class SmoothlyInputCheckboxDemo {
|
|
4
4
|
render() {
|
|
5
|
-
return (h(Host, { key: '
|
|
5
|
+
return (h(Host, { key: 'b352bdfbee661343cf47d50f12abebfc0cf6ab16' }, h("h2", { key: '91c946ac08fdd45e077f83fc330b2ab936b3a1e4' }, "All inputs"), h("smoothly-form", { key: '6fff86e68d54df3d04c6aff0dd68cc159b59db8a', looks: "grid", readonly: true, action: "https://api.toiletapi.com/6b12fd2f-e896-46f9-b38f-25cf42cee4b4" }, h("smoothly-input", { key: '6dc3fd3c8e17bd65c40e10c209d5c9e9af05606c', readonly: true, name: "First Name", value: "John" }, "First name"), h("smoothly-input", { key: '7d7acb5d57428af599b670ffb305d1deec054ebe', name: "Last name", value: "Doe" }, "Last name", h("smoothly-input-clear", { key: '27c3f25370ebcd5cccce3db547b28a10570679fb', size: "icon", slot: "end" })), h("smoothly-input", { key: '49aa72aa749938f51ffdf9ebd7a466d94845ee9d', type: "phone", name: "Phone", value: "777888999" }, "Phone", h("smoothly-input-reset", { key: '286f46fa39c7ad3786b62730fd58be655d447917', size: "icon", slot: "end" })), h("smoothly-input-radio", { key: '91ad70640e71a52489c855e1852c609a88bb2eb6', clearable: true, name: "radioFirstInput" }, h("p", { key: '3068f8e03da6c743c9041d00e6206674d8647db6', slot: "label" }, "Clearable"), h("smoothly-input-radio-item", { key: 'd636989038d98000ba11ce424ccc27ab625d0515', slot: "options", value: "first" }, "Label 1"), h("smoothly-input-radio-item", { key: '5b5e6959f78fc2e3d08eb38e1be5d8e72e46972b', selected: true, slot: "options", value: "second" }, "Label 2"), h("smoothly-input-radio-item", { key: '1bbb84c8f3a50612a1fd0b54d08e12486ed98fc7', slot: "options", value: "third" }, "Label 3")), h("smoothly-input-color", { key: 'cd125a26f203f4d1aeb056bee95ae5acb632ff46', name: "color", value: "#479f56", output: "rgb" }, "Color"), h("smoothly-input-select", { key: '814ebdf5fde8126970fdf5b333bdf9fa78a528bc', menuHeight: "7.5items", placeholder: "Select...", multiple: true, name: "select-month" }, h("label", { key: '01b6346ec1df5a391709de9619eaffd6b5eb3142', slot: "label" }, "Month"), h("smoothly-item", { key: 'edccdd1fa584a1d1e8c4d0eb79236cca0da371d1', value: "1" }, "January"), h("smoothly-item", { key: 'd1e30185f0fe5d7be1fb93caa0858760c3ece3ea', value: "2" }, "February"), h("smoothly-item", { key: '87b05bb03e14c13271e9a4d91d1d61dcf2ccdb4e', value: "3" }, "March"), h("smoothly-item", { key: 'a2f732d3a5e1e2257fc63d1777d5ff9440e5a6ea', value: "4" }, "April"), h("smoothly-item", { key: '2a4355ba7020386bd68f3064e758f3c302c914b1', value: "5" }, "May"), h("smoothly-item", { key: '4e2ca1c70ebab9644f0b9f23f8838349a2af5662', value: "6" }, "June"), h("smoothly-item", { key: 'c28b5bf4614565fb363e96f1419f642a5a1e511a', value: "7" }, "July"), h("smoothly-item", { key: '29f55d2c10ea35f64d372b4bacf3d16ce6158462', value: "8" }, "August"), h("smoothly-item", { key: 'af6f0893b6c8f74ab2ec83c994fa4c283ccd50d1', value: "9" }, "September"), h("smoothly-item", { key: 'bb9dd4309de5f13ee8b09413ed140656f0cd8993', value: "10" }, "October"), h("smoothly-item", { key: '4494fc9fde1fcae901228b8a3bc59f66f39062e6', value: "11" }, "November"), h("smoothly-item", { key: '8e30882cfc9d205c27455edc3dddcef27c5f3f6e', value: "12" }, "December"), h("smoothly-input-clear", { key: '95012437948deee3d15b981e9fd2782dd2e69bf8', size: "icon", slot: "end" })), h("smoothly-input-select", { key: '488a3819d8b5f9d67c7d6a438f23c2f82fddf711', name: "select-icon", clearable: false, showSelected: false }, h("smoothly-item", { key: '246ee9908f5b491020a9e4bc983b11ded6a584a9', value: "folder", selected: true }, h("smoothly-icon", { key: 'c08ecd57f6eb097c243f291a3c81fb9d2348dd53', size: "small", name: "folder-outline" })), h("smoothly-item", { key: 'fae16d67f4e6d37db50eaa88b5f7c4a8c864a524', value: "camera" }, h("smoothly-icon", { key: '2599688d7fea657f0fc6eff69ef2418b972574a6', size: "small", name: "camera-outline" }))), h("smoothly-input-checkbox", { key: '322949e94c629f7e145dcecf9018fbf76d12288f', name: "checkbox" }, "Check the box"), h("smoothly-input-checkbox", { key: '9cc5b47dc19012948e305a5757ce8db32e8604a6', name: "checkbox2", checked: true }, "Check the box 2"), h("smoothly-input-date-range", { key: '90fd7d3c0be11f0392facadb1d222a103cb70229', start: isoly.Date.now(), end: isoly.Date.now() }), h("smoothly-input-date", { key: '4c2763206ed70c88dd68be14d7dd052b343e9ed4', name: "date" }, "Date", h("smoothly-input-clear", { key: '0d0d5e29aa88d9813233f37c4a44b03716b0b0c7', slot: "end" })), h("smoothly-input-range", { key: '7b9629770c6f9a0cf56bf6b2879622a1c3916bf8', step: 1, name: "range3", value: 20000 }, "Select"), h("smoothly-input", { key: '2189012b707e0c9d59ce9d98a2934e46d4757cd6', name: "pets.0.name" }, "First Pet's Name"), h("smoothly-input-range", { key: 'ec909bac6b45f203d3b62c3a4bf4edb1786ab29c', name: "pets.0.age", max: 100, step: 1 }, "First Pet's Age"), h("smoothly-input", { key: 'e4a149d8f21fe0183c1c02af96b36dd45372464e', name: "pets.1.name" }, "Second Pet's Name"), h("smoothly-input-range", { key: 'b12f8a0caa8efadc3517e4d49ac10a28a77c3113', name: "pets.1.age", max: 100, step: 1 }, "Second Pet's Age"), h("smoothly-input", { key: '5c0efcf118ca8fe07c45801b1ce0a40ec6ae057f', name: "pets.2.name" }, "Third Pet's Name"), h("smoothly-input-range", { key: 'ea359e74dfe9cbde7b72843d57c8a220b3b47fed', name: "pets.2.age", max: 100, step: 1 }, "Third Pet's Age"), h("smoothly-input-file", { key: 'ad4abed80bcd4d341202927e20f53348be67c254', name: "profile", placeholder: "Click or drag your profile picture here..." }, h("span", { key: '316576fc7488e1858fcb80431d9ca4550bfda77c', slot: "label" }, "Profile"), h("smoothly-icon", { key: '5e5c1586fa0728fcf8ca296a666fdf5557e3ef04', slot: "button", name: "person-circle-outline", size: "tiny", fill: "default" })), h("smoothly-input-clear", { key: '344bc835f9590416000916aa48b9e66a16dab543', fill: "default", type: "form", color: "warning", slot: "clear", size: "icon", shape: "rounded" }), h("smoothly-input-edit", { key: '46567f5f92d87e3352e61ee14115086804e8de1c', fill: "default", type: "form", color: "tertiary", slot: "edit", size: "icon", shape: "rounded" }), h("smoothly-input-reset", { key: '6857cae3aed0fe81e2600295af74e6be32b7a46a', fill: "default", type: "form", color: "warning", slot: "reset", size: "icon", shape: "rounded" }), h("smoothly-input-submit", { key: '5959f0903bfa4179c95609c9fa05adb4ccbc4eec', delete: true, slot: "delete", color: "danger", size: "icon", shape: "rounded" }), h("smoothly-input-submit", { key: '1503fb2488ea528635f4b7f162df3a28729d47b1', fill: "default", color: "success", slot: "submit", size: "icon", shape: "rounded" }))));
|
|
6
6
|
}
|
|
7
7
|
static get is() { return "smoothly-input-checkbox-demo"; }
|
|
8
8
|
static get encapsulation() { return "scoped"; }
|
|
@@ -64,10 +64,10 @@ export class SmoothlyInputCheckbox {
|
|
|
64
64
|
}
|
|
65
65
|
}
|
|
66
66
|
render() {
|
|
67
|
-
return (h(Host, { key: '
|
|
67
|
+
return (h(Host, { key: '8d586e5be3e100b6f67e79694bdb7166b2aeddf8' }, h("input", { key: 'fe7b1db5fe641116040034355e04ca8b5ab22e97', type: "checkbox", id: this.id, checked: this.checked, disabled: this.disabled || this.readonly, onChange: async (e) => {
|
|
68
68
|
this.checked = e.target.checked;
|
|
69
69
|
this.smoothlyUserInput.emit({ name: this.name, value: await this.getValue() });
|
|
70
|
-
} }), this.checked && h("smoothly-icon", { key: '
|
|
70
|
+
} }), this.checked && h("smoothly-icon", { key: '51b9efb24588c22d2a568227297787d023571e71', name: "checkmark-sharp", size: "tiny" }), h("label", { key: '6987b8f1b6e08a7f2c0b14c57e081939bc174fb4', htmlFor: this.id }, h("slot", { key: '3f86fa549bbe9a68c83895a8bda1517b1554a926' })), h("span", { key: '75546ae8484e8aa1945fdec28fd4449880304ae9', class: "smoothly-checkbox-end-slot" }, h("slot", { key: '1e4e1fcf24e300d18b3728bfbde4a1e178253bce', name: "end" }))));
|
|
71
71
|
}
|
|
72
72
|
static get is() { return "smoothly-input-checkbox"; }
|
|
73
73
|
static get encapsulation() { return "scoped"; }
|
|
@@ -42,7 +42,7 @@ export class SmoothlyInputClear {
|
|
|
42
42
|
}
|
|
43
43
|
render() {
|
|
44
44
|
var _a;
|
|
45
|
-
return (h(Host, { key: '
|
|
45
|
+
return (h(Host, { key: '5c6e49461edbf91245aaa2bf66de4550e334919c', title: this.tooltip }, h("smoothly-button", { key: 'ad7d421bdedceaf36cc14d87602ce960c19f77eb', disabled: this.disabled, size: this.size, type: "button", shape: this.shape, expand: this.expand, color: this.color, fill: (_a = this.fill) !== null && _a !== void 0 ? _a : (this.type == "input" ? "clear" : undefined) }, h("slot", { key: '84cf8946d1d4681dde6c708aac9f791a276fd070' }), h("smoothly-icon", { key: '55a4310a4db96393cc6da853a7cfd974479bfe6c', name: "close", size: "tiny" }))));
|
|
46
46
|
}
|
|
47
47
|
static get is() { return "smoothly-input-clear"; }
|
|
48
48
|
static get encapsulation() { return "scoped"; }
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { h, Host } from "@stencil/core";
|
|
2
2
|
export class SmoothlyInputColorDemo {
|
|
3
3
|
render() {
|
|
4
|
-
return (h(Host, { key: '
|
|
4
|
+
return (h(Host, { key: '9ad04e1aa481ec3ad05d6487a25ab69202d2a8bf' }, h("h2", { key: 'cc47b241d3bb3e43752a3b0ec2e72144b2955bfa' }, "Color"), h("smoothly-input-color", { key: 'db081098c0eb29a73c9a708df96b48fd77425796', name: "color" }, "Choose color")));
|
|
5
5
|
}
|
|
6
6
|
static get is() { return "smoothly-input-color-demo"; }
|
|
7
7
|
static get styles() { return "style.css"; }
|
|
@@ -146,7 +146,7 @@ export class SmoothlyInputColor {
|
|
|
146
146
|
}
|
|
147
147
|
render() {
|
|
148
148
|
var _a, _b, _c, _d, _e, _f;
|
|
149
|
-
return (h(Host, { key: '
|
|
149
|
+
return (h(Host, { key: '4db4d9329eaee9cad54871a66e4ea406e04a5b92', style: {
|
|
150
150
|
"--hexCode": this.value,
|
|
151
151
|
"--rgb-r": `${Math.round((_a = this.rgb.r) !== null && _a !== void 0 ? _a : 0)}`,
|
|
152
152
|
"--rgb-g": `${Math.round((_b = this.rgb.g) !== null && _b !== void 0 ? _b : 0)}`,
|
|
@@ -155,7 +155,7 @@ export class SmoothlyInputColor {
|
|
|
155
155
|
"--hsl-s": `${Math.round((_e = this.hsl.s) !== null && _e !== void 0 ? _e : 0)}%`,
|
|
156
156
|
"--hsl-l": `${Math.round((_f = this.hsl.l) !== null && _f !== void 0 ? _f : 0)}%`,
|
|
157
157
|
"--element-height": `${this.element.clientHeight}px`,
|
|
158
|
-
} }, h("smoothly-input", { key: '
|
|
158
|
+
} }, h("smoothly-input", { key: 'd3fe0aeedcd45bacc1d38e75d7d5e97be3992a34', value: this.value, color: this.color, looks: undefined, name: this.name, type: "hex-color", readonly: this.readonly, disabled: this.disabled, showLabel: this.showLabel, onSmoothlyInput: event => (event === null || event === void 0 ? void 0 : event.stopPropagation(), this.hexInputHandler(event.detail[this.name])) }, h("slot", { key: '77f78c79097fc43d15b453044170290e25c1bfc2' })), h("div", { key: 'f8c144c3cfdc9ef249c941f492b009030eb97dda', class: "color-sample" }), h("smoothly-icon", { key: '8d29d95ef7cbc08cdf429088e9f005a02544ecad', color: this.color, name: "options-outline", size: "small", onClick: () => !this.readonly && !this.disabled && this.openDropdown() }), h("div", { key: '8efce2fd4ca6fbde9968bddd60b54cb6e097091e' }, h("slot", { key: 'fd99776b1a150dd549d69e013124308ab6d2f16f', name: "end" })), this.open && !this.readonly && !this.disabled && (h("div", { key: '67b8c3fb973292a65257eedb64ac7a01044843d2', class: "rgb-sliders" }, h("smoothly-toggle-switch", { key: 'f576c2ce5b277209b94c8560e559299c715ea1e1', title: `${this.sliderMode === "rgb" ? "To HSL" : "To RGB"}`, onSmoothlyToggleSwitchChange: event => this.handleSwitchMode(event), size: "tiny", checkmark: false, selected: this.sliderMode === "hsl" }), Object.entries(this.rgb).map(([key, value]) => (h("smoothly-input-range", { style: this.sliderMode != "rgb" ? { display: "none" } : {}, name: key, min: 0, max: 255, color: undefined, type: "text", value: value, step: 1, outputSide: "right", onSmoothlyInput: event => this.sliderInputHandler(event), onSmoothlyUserInput: event => event.stopPropagation(), label: key.toUpperCase() }))), Object.entries(this.hsl).map(([key, value]) => (h("smoothly-input-range", { style: this.sliderMode != "hsl" ? { display: "none" } : {}, name: key, min: 0, max: key === "h" ? 359 : 1, color: undefined, type: key === "s" || key === "l" ? "percent" : "text", value: (key === "s" || key === "l") && value ? value / 100 : value, step: key === "s" || key === "l" ? 0.01 : 1, outputSide: "right", onSmoothlyInput: event => this.sliderInputHandler(event), onSmoothlyUserInput: event => event.stopPropagation(), label: key.toUpperCase() })))))));
|
|
159
159
|
}
|
|
160
160
|
static get is() { return "smoothly-input-color"; }
|
|
161
161
|
static get encapsulation() { return "scoped"; }
|
|
@@ -87,6 +87,9 @@
|
|
|
87
87
|
transform-origin: top left;
|
|
88
88
|
transition: transform 100ms ease;
|
|
89
89
|
}
|
|
90
|
+
:host[right] .label {
|
|
91
|
+
transform-origin: top right;
|
|
92
|
+
}
|
|
90
93
|
|
|
91
94
|
:host.floating-label ::slotted([slot=label]),
|
|
92
95
|
:host.has-value ::slotted([slot=label]),
|
|
@@ -143,7 +146,7 @@
|
|
|
143
146
|
:host>div.rgb-sliders {
|
|
144
147
|
background-color: rgb(var(--smoothly-input-background));
|
|
145
148
|
position: absolute;
|
|
146
|
-
padding:
|
|
149
|
+
padding: 1rem 0 1rem 2.5rem;
|
|
147
150
|
top: calc(var(--element-height) + .8em);
|
|
148
151
|
left: 0;
|
|
149
152
|
box-sizing: border-box;
|
|
@@ -108,7 +108,7 @@ export class SmoothlyInputDate {
|
|
|
108
108
|
event.stopPropagation();
|
|
109
109
|
}
|
|
110
110
|
render() {
|
|
111
|
-
return (h(Host, { key: '
|
|
111
|
+
return (h(Host, { key: '23eb18ee49132c7fa6bb48a457212e95b3297499', tabindex: this.disabled ? undefined : 0, class: { "has-value": !!this.value, "has-text": this.hasText, "floating-label": this.alwaysShowGuide }, onClick: (e) => this.onClick(e) }, h("slot", { key: '92c0fc2f3bdba5377ffee8289cba726125541997', name: "start" }), h("label", { key: 'cd6a68025235ba18a254dd1a7e7bdb722f5c24ec', class: "label float-on-focus" }, h("slot", { key: 'c2d23b15c470fe987088c41abc9fb3af2fb5c7f4' })), this.placeholder && h("span", { key: '530b2676fc554e1cf1efce7f1553897fdf405767', class: "smoothly-date-placeholder" }, this.placeholder), h("smoothly-date-text", { key: '8d4fa83adba95afedc7adebbf88582801141b8ca', ref: el => (this.dateTextElement = el), locale: this.locale, readonly: this.readonly, disabled: this.disabled, showLabel: this.showLabel, value: this.value, onSmoothlyDateTextHasText: e => (e.stopPropagation(), (this.hasText = e.detail)), onSmoothlyDateTextFocusChange: e => (e.stopPropagation(), (this.hasFocus = e.detail)), onSmoothlyDateHasPartialDate: e => { var _a; return (e.stopPropagation(), (_a = this.calendarElement) === null || _a === void 0 ? void 0 : _a.jumpTo(e.detail)); }, onSmoothlyDateTextChange: e => (e.stopPropagation(), this.onUserChangedValue(e)), onSmoothlyDateTextDone: e => { var _a; return (e.stopPropagation(), (this.open = false), (_a = this.dateTextElement) === null || _a === void 0 ? void 0 : _a.deselect()); } }), h("span", { key: '697c0a69230175703f5be27b2ffe5608424e3c6e', class: "smoothly-icons", ref: el => (this.iconsElement = el) }, h("smoothly-icon", { key: '1d33bc9911d8bfe7e955bed1be025da988c34897', class: "smoothly-invalid", name: "alert-circle", size: "small", tooltip: this.errorMessage }), h("slot", { key: 'c0a3906ace69bd3a6c41c39a3538a811554673bc', name: "end" })), this.open && !this.readonly && (h("smoothly-calendar", { key: '19d3e81a19c37a7d50ee31b1a27b1762a32de2ee', ref: el => (this.calendarElement = el), doubleInput: false, value: this.value, onSmoothlyDateSet: e => (e.stopPropagation(), this.onUserChangedValue(e)), max: this.max, min: this.min }, h("div", { key: '960b3b1b2fb3928d6f71d6d7f3456b6d86c537f2', slot: "year-label" }, h("slot", { key: '1ba7fa33c27fbc2310f6fbb6094f1fac3901ca0f', name: "year-label" })), h("div", { key: 'b129672d85ce661203e6a0746a0778437a4ea857', slot: "month-label" }, h("slot", { key: '8c19839eb59e587650b40715722ee8ce12fb26a7', name: "month-label" }))))));
|
|
112
112
|
}
|
|
113
113
|
static get is() { return "smoothly-input-date"; }
|
|
114
114
|
static get encapsulation() { return "scoped"; }
|
|
@@ -123,15 +123,15 @@ export class SmoothlyInputDateRange {
|
|
|
123
123
|
this.smoothlyInput.emit({ [this.name]: undefined });
|
|
124
124
|
}
|
|
125
125
|
render() {
|
|
126
|
-
return (h(Host, { key: '
|
|
126
|
+
return (h(Host, { key: '8d1cc0bf552d9366cd676ca4d28ba9131b762985', tabindex: this.disabled ? undefined : 0, class: {
|
|
127
127
|
"has-value": !!(this.start || this.end),
|
|
128
128
|
"has-text": !!(this.startHasText || this.endHasText),
|
|
129
129
|
"floating-label": this.alwaysShowGuide,
|
|
130
|
-
} }, h("span", { key: '
|
|
130
|
+
} }, h("span", { key: 'ea5b162b919565e8ab3ba6d5c7420fad8d7bbfbd', class: "smoothly-date-range-input-part", onClick: (e) => this.onClick(e) }, h("slot", { key: 'ea6a109b34aefa2256aa1b82972dbbc5fef55897', name: "start" }), h("label", { key: 'b9b7f869df370e0f6e882b95babbe5c8f54ea324', class: "label float-on-focus" }, h("slot", { key: '1aa509d8a9438fa7151d4d50c62e9e07c981c58c' })), this.placeholder && h("span", { key: 'ece35a37734177645133e14582ae692565c8a0a6', class: "smoothly-date-range-placeholder" }, this.placeholder), h("smoothly-date-text", { key: 'b840c7a75cf6aa6a73bac8aef415d709e533a7f4', ref: el => (this.startTextElement = el), class: "start-date-text", locale: this.locale, onSmoothlyDateTextHasText: e => (e.stopPropagation(), (this.startHasText = e.detail)), onSmoothlyDateTextFocusChange: e => (e.stopPropagation(), (this.hasFocus = e.detail)), onSmoothlyDateHasPartialDate: e => { var _a; return (e.stopPropagation(), (_a = this.calendarElement) === null || _a === void 0 ? void 0 : _a.jumpTo(e.detail)); }, onSmoothlyDateTextChange: e => (e.stopPropagation(), this.onSmoothlyDateTextChange(e, "start")), onSmoothlyDateTextNext: e => { var _a; return (e.stopPropagation(), (_a = this.endTextElement) === null || _a === void 0 ? void 0 : _a.select()); }, onSmoothlyDateTextDone: e => {
|
|
131
131
|
var _a, _b;
|
|
132
132
|
return (e.stopPropagation(),
|
|
133
133
|
this.end ? ((_a = this.startTextElement) === null || _a === void 0 ? void 0 : _a.deselect(), (this.open = false)) : (_b = this.endTextElement) === null || _b === void 0 ? void 0 : _b.select());
|
|
134
|
-
}, value: this.start, readonly: this.readonly, disabled: this.disabled, showLabel: this.showLabel }), h("span", { key: '
|
|
134
|
+
}, value: this.start, readonly: this.readonly, disabled: this.disabled, showLabel: this.showLabel }), h("span", { key: 'f17bfad7cd7aca649b05cc75f3062a28fcf0cd5f', class: "smoothly-date-range-separator" }, " \u2013 "), h("smoothly-date-text", { key: '1aa47809013250eaea4ded0dc664b1af5a1170ba', ref: el => (this.endTextElement = el), class: "end-date-text", locale: this.locale, onSmoothlyDateTextHasText: e => (e.stopPropagation(), (this.endHasText = e.detail)), onSmoothlyDateTextFocusChange: e => (e.stopPropagation(), (this.hasFocus = e.detail)), onSmoothlyDateHasPartialDate: e => { var _a; return (e.stopPropagation(), (_a = this.calendarElement) === null || _a === void 0 ? void 0 : _a.jumpTo(e.detail)); }, onSmoothlyDateTextChange: e => (e.stopPropagation(), this.onSmoothlyDateTextChange(e, "end")), onSmoothlyDateTextPrevious: e => { var _a; return (e.stopPropagation(), (_a = this.startTextElement) === null || _a === void 0 ? void 0 : _a.select("end")); }, onSmoothlyDateTextNext: e => e.stopPropagation(), onSmoothlyDateTextDone: e => { var _a; return (e.stopPropagation(), (_a = this.endTextElement) === null || _a === void 0 ? void 0 : _a.deselect(), (this.open = false)); }, value: this.end, readonly: this.readonly, disabled: this.disabled, showLabel: this.showLabel })), h("span", { key: 'b429db5ba1bf4197a08c5872028549f09390ac99', class: "smoothly-icons" }, h("smoothly-icon", { key: '1b9f165fe8fc3a509636aebe6cd5050ffc99e153', class: "smoothly-invalid", name: "alert-circle", size: "small", tooltip: this.errorMessage }), h("slot", { key: 'e508de43633d4cadd8a1f83de6a2fa8599175e30', name: "end" })), this.open && (h("smoothly-calendar", { key: '273526a8a97a657724014910b805c3c41c04833f', ref: el => (this.calendarElement = el), doubleInput: true, onSmoothlyDateSet: e => e.stopPropagation(), onSmoothlyDateRangeSet: e => {
|
|
135
135
|
e.stopPropagation();
|
|
136
136
|
this.open = false;
|
|
137
137
|
this.start = e.detail.start;
|
|
@@ -182,7 +182,7 @@ export class SmoothlyInputDateRangeText {
|
|
|
182
182
|
}
|
|
183
183
|
}
|
|
184
184
|
render() {
|
|
185
|
-
return (h(Host, { key: '
|
|
185
|
+
return (h(Host, { key: 'f85c786115e7a171f69dc12fc7cd7fd95d47dc04', class: { "has-text": Object.values(this.parts).some(part => !!part) } }, DateFormat.Order.toArray(this.order).map((part, index) => {
|
|
186
186
|
var _a;
|
|
187
187
|
return (h("span", { onClick: () => !this.readonly && !this.disabled && this.setFocus(index) }, h("span", { class: {
|
|
188
188
|
"smoothly-date-text-part": true,
|
|
@@ -97,30 +97,30 @@ export class SmoothlyInputDateTime {
|
|
|
97
97
|
this.isDifferentFromInitial = false;
|
|
98
98
|
}
|
|
99
99
|
render() {
|
|
100
|
-
return (h(Host, { key: '
|
|
100
|
+
return (h(Host, { key: '40f6c261f57e7dba3054cf01875d40cdc554ba16' }, h("smoothly-input", { key: '98aa0e61e439a1ae686191425fca97a99e3e9232', color: this.color, looks: this.looks == "transparent" ? this.looks : undefined, name: "date", onFocus: () => !this.readonly && !this.disabled && (this.open = !this.open), onClick: () => !this.readonly && !this.disabled && (this.open = !this.open), readonly: this.readonly, disabled: this.disabled, type: "date", value: this.date, showLabel: this.showLabel, onSmoothlyInputLoad: e => e.stopPropagation(), onSmoothlyInput: async (e) => {
|
|
101
101
|
e.stopPropagation();
|
|
102
102
|
this.date = e.detail.date;
|
|
103
103
|
}, onSmoothlyUserInput: async (e) => {
|
|
104
104
|
e.stopPropagation();
|
|
105
105
|
this.smoothlyUserInput.emit({ name: this.name, value: await this.getValue() });
|
|
106
|
-
} }, h("slot", { key: '
|
|
106
|
+
} }, h("slot", { key: 'e54f5e30a8f8bb9add88f07365a723a784da6060' })), h("smoothly-input", { key: '777133878145c16fe94dc58ed7a3c7cbeb6bd44d', name: "hour", type: "integer", max: 23, pad: 2, value: this.hour, readonly: this.readonly, disabled: this.disabled, placeholder: "hh", onSmoothlyInputLoad: e => e.stopPropagation(), onSmoothlyInput: async (e) => {
|
|
107
107
|
e.stopPropagation();
|
|
108
108
|
this.hour = e.detail.hour;
|
|
109
109
|
}, onSmoothlyUserInput: async (e) => {
|
|
110
110
|
e.stopPropagation();
|
|
111
111
|
this.smoothlyUserInput.emit({ name: this.name, value: await this.getValue() });
|
|
112
|
-
} }), h("span", { key: '
|
|
112
|
+
} }), h("span", { key: '885faf984fcf9070a1d700acc89dd53dfc5f0731', class: "colon" }, ":"), h("smoothly-input", { key: '4af1ab62eabdb841edd6a20b9db3758eff7e26b6', name: "minute", type: "integer", max: 59, pad: 2, value: this.minute, readonly: this.readonly, disabled: this.disabled, placeholder: "mm", onSmoothlyInputLoad: e => e.stopPropagation(), onSmoothlyInput: async (e) => {
|
|
113
113
|
e.stopPropagation();
|
|
114
114
|
this.minute = e.detail.minute;
|
|
115
115
|
}, onSmoothlyUserInput: async (e) => {
|
|
116
116
|
e.stopPropagation();
|
|
117
117
|
this.smoothlyUserInput.emit({ name: this.name, value: await this.getValue() });
|
|
118
|
-
} }), h("span", { key: '
|
|
118
|
+
} }), h("span", { key: 'ae5f1d26cffedde15e3857148fe17c985e147c8d', class: "icons" }, h("smoothly-icon", { key: 'f50114861f0731b7d5078a6ff683a065defa60e4', class: "smoothly-invalid", name: "alert-circle", size: "small", tooltip: this.errorMessage }), h("slot", { key: 'dbe69226779cb9f14e2077381fd9de71c96f5640', name: "end" })), this.open && !this.readonly && (h("smoothly-calendar", { key: 'e047e6e5de085a1c771854ecb9b990ca16e1aa52', doubleInput: false, value: this.value ? isoly.DateTime.getDate(this.value) : undefined, min: this.min ? isoly.DateTime.getDate(this.min) : undefined, max: this.max ? isoly.DateTime.getDate(this.max) : undefined, onSmoothlyDateSet: async (e) => {
|
|
119
119
|
e.stopPropagation();
|
|
120
120
|
this.date = e.detail;
|
|
121
121
|
this.smoothlyUserInput.emit({ name: this.name, value: await this.getValue() });
|
|
122
122
|
this.open = false;
|
|
123
|
-
} }, h("div", { key: '
|
|
123
|
+
} }, h("div", { key: 'a06fbb5b5d6800c17166980e056023768eeaf26c', slot: "year-label" }, h("slot", { key: '2baa75fd451515f003ae91bc1e7393765cee9de7', name: "year-label" })), h("div", { key: '0b35ff73fbd4e4a0b8b49938a2c8f4deb79f6dd0', slot: "month-label" }, h("slot", { key: 'f41fd202bcd5d82d87b10ec331e8de51bd518f99', name: "month-label" }))))));
|
|
124
124
|
}
|
|
125
125
|
static get is() { return "smoothly-input-date-time"; }
|
|
126
126
|
static get encapsulation() { return "scoped"; }
|
|
@@ -5,7 +5,7 @@ export class SmoothlyInputDateDemo {
|
|
|
5
5
|
this.alwaysShowGuide = false;
|
|
6
6
|
}
|
|
7
7
|
render() {
|
|
8
|
-
return (h(Host, { key: '
|
|
8
|
+
return (h(Host, { key: 'cbba15250597a6d89b26f48ae9e79d6fced8e48d' }, h("div", { key: '15e49388b292c871a95ef08c250e60211bd7da69' }, h("h2", { key: '5027fbeaad76df66416ad518ba62e5d406f9aec2' }, "Date input"), h("p", { key: 'e0fda7a58506997767f4f8fd3fee8adf14ce482f' }, "Different locales formatting the same date"), h("smoothly-button", { key: '0b83e9e07173233d5a071a4799069b59dbbcf641', color: "primary", onClick: () => (this.date = this.date ? isoly.Date.next(this.date) : isoly.Date.now()) }, "Set date"), h("smoothly-input-checkbox", { key: '237b78757e9984326376f0e9dc838f4481d02930', looks: "transparent", onSmoothlyUserInput: e => {
|
|
9
9
|
this.alwaysShowGuide = e.detail.value;
|
|
10
10
|
console.log(this.alwaysShowGuide);
|
|
11
11
|
} }, "Always Show Guide")), ["en-US", "en-GB", "de-DE", "se-SE"].map(locale => (h(Fragment, null, h("smoothly-input-date", { locale: locale, name: locale, looks: "border", value: this.date, alwaysShowGuide: this.alwaysShowGuide }, locale, h("smoothly-input-clear", { slot: "end" })), h("smoothly-input-date-range", { locale: locale, name: locale + "-range", looks: "border", start: this.date, end: this.date ? isoly.Date.next(this.date) : undefined, alwaysShowGuide: this.alwaysShowGuide }, locale, " Range", h("smoothly-input-clear", { slot: "end" })))))));
|
|
@@ -7,14 +7,14 @@ export class SmoothlyInputDemo {
|
|
|
7
7
|
this.numbers = [1, 2, 3, 4, 5, 6, 7, 8, 9];
|
|
8
8
|
}
|
|
9
9
|
render() {
|
|
10
|
-
return (h(Host, { key: '
|
|
10
|
+
return (h(Host, { key: '9abde760302f7d14296fc58d56b168ccd992c88a' }, h("smoothly-input-demo-standard", { key: '7145773de0c84eab437b1dc065202dc2cb19b37a' }), h("smoothly-input-date-demo", { key: 'c0304ad310674ae499009d58ddce974f7412c33f' }), h("smoothly-input-demo-user-input", { key: 'efde7d5d40929dcc96890f54a91797d0251db2bc' }), h("smoothly-input-demo-radio", { key: '9cde328a31101ee88b7ac3fd7f86abb00b8aedca' }), h("div", { key: '066262aa80f355d87120622b163621c209b0f43c', class: "inputs" }, h("h2", { key: 'bc38dbe23f7eb3611cac8cf83c5ce0634cb4e722' }, "Calendar"), h("smoothly-input-date", { key: 'f56708f29f4fa6158ea18b55d806215ee414c599', name: "some-date" }, "Calendar"), h("smoothly-input-date-time", { key: '5fe8d855011464f877d70981663f27980080c16a', name: "someDateTime", value: isoly.DateTime.now() }, "DateTime"), h("h2", { key: 'f060f3978aeb3707d20c26cdf03724ffb8b25220' }, "Date Range"), h("smoothly-input-date-range", { key: '397960f5adb2f9cdb84883e4a4a73134054e23be', name: "testing", start: isoly.Date.now(), end: isoly.Date.nextMonth(isoly.Date.now()), min: "2021-10-01", max: "2025-01-31" }), h("smoothly-input-date-range", { key: '37e2a88696a6c59498b203a00067c96028b8b7a9', name: "testing", start: isoly.Date.now(), end: isoly.Date.nextMonth(isoly.Date.now()), min: "2021-10-10", max: "2024-12-30" }, h("smoothly-input-reset", { key: 'e50dcde7cd3ce5a5286f5a9e6dfd8bbee00be2f9', slot: "end", size: "icon" })), h("smoothly-input-date-range", { key: 'ab99b94f110b3861c6b0350e555442325332f42a', looks: "grid", start: isoly.Date.now(), end: isoly.Date.nextMonth(isoly.Date.now()), min: "2021-10-10", max: "2025-12-30", showLabel: false, style: {
|
|
11
11
|
"--smoothly-input-border-radius": "0.5rem",
|
|
12
|
-
} }, h("smoothly-input-clear", { key: '
|
|
12
|
+
} }, h("smoothly-input-clear", { key: '7f6081c65f5280584d04b6ce8f7905ac77634a3e', slot: "end", size: "icon" })), h("h2", { key: '37f34f036ee7dc8fb75c4c00659da25e601ff5b1' }, "Date"), h("smoothly-input-date", { key: '511529a03ebe91114a24ac5a1942bf2007e1c338' }, "Date"), h("smoothly-input-date", { key: 'f0b777d7e776387614b9cbeb866f91fd20c86710', showLabel: false, value: "2021-10-28", max: "2021-12-30", min: "2021-10-10" }, "Date"), h("smoothly-input-date", { key: '11c9d53699c3f56ab059fcc4ae23ae3ede7c3ef7', value: "2021-10-28" }, "Date", h("smoothly-input-reset", { key: 'd8f02f6d1c3a5866f9666199b8dff8bffa2f020a', slot: "end", size: "icon" })), h("smoothly-input-date", { key: 'b818db6b9c7b7a3e52bd110795f814f440eab4f7', value: "2021-10-28" }, "Date", h("smoothly-input-clear", { key: 'c099251b5d2925af72bf10d4e897f4102f62be43', slot: "end", size: "icon" })), h("h2", { key: '8033cbfa7ee22ca7440d58952676a43f092c1304' }, "Select"), h("div", { key: '1de49162035bde4ab43a46cea27a2e4ef016c784', class: "select-div" }, h("smoothly-input-select", { key: '2d2acbd594c6a260b1bd571f00a35e53db9f904f', name: "select-dessert", looks: "border" }, h("label", { key: '4a1ebbb1757580ebfba6c58651fa8207a186274c', slot: "label" }, "Select with clear button"), h("smoothly-item", { key: '10fe2d4eec5af17e61f704b594be8a700dde57e8', value: "1" }, "Ice cream"), h("smoothly-item", { key: '50f3be0902fa5d9989e0827df63cbbc1e4969a4e', value: "2" }, "Sponge cake"), h("smoothly-item", { key: '54d4950affc3378a23311d30f01a6b75877921a8', value: "3", disabled: true }, "Disabled Item"), h("smoothly-item", { key: '2b669d8c3138b6bef8b2c0a5b0a17f07ea2b1fc3', value: "4" }, "Cookie"), h("smoothly-item", { key: '1d222cd2827315a43f1d8412777f2deab42c707e', value: "5" }, "Croissant"), h("smoothly-item", { key: 'f5582ec1306d69273508415467d56ef166d59592', value: "6" }, "Chocolate fondue"), h("smoothly-input-clear", { key: '903c91c69080f05179a1d4c5c4176f651bbac1a7', size: "icon", slot: "end" })), h("smoothly-input-select", { key: 'a73b2cdcca14bddac369727f65113cfe2e36f9c8', multiple: true, name: "select-dessert-multiple", looks: "border" }, h("label", { key: '264c0c5c870d69ccd4acd552c0c69b75bdf41322', slot: "label" }, "Select multiple with reset button"), h("smoothly-item", { key: '1b013b6fce5892e21cec768704c1c7847f9c2d6b', value: "ice cream" }, "Ice cream"), h("smoothly-item", { key: 'cbf0fb98cd04b4c21d56c4640ebc7fea61de1b8e', value: "sponge cake" }, "Sponge cake"), h("smoothly-item", { key: '5244238b76c116e31888c36887b3f4ac5c88f2d0', selected: true, value: "cookie" }, "Cookie"), h("smoothly-item", { key: '665cd5efa69f937a8de2e16549f6b5030f87aadd', value: "croissant" }, "Croissant"), h("smoothly-item", { key: 'f33f606105a30eadeb8ad91d1d098b59f03f1de2', selected: true, value: "chocolate fondue" }, "Chocolate fondue"), h("smoothly-input-reset", { key: '903d7955210a152bdd397bf011ede1bdff121949', size: "icon", slot: "end" })), h("smoothly-input-select", { key: 'a3b64c46106cc3059130d7c3a91d7f490d1d2751', name: "spirit-animals", looks: "border", mutable: true }, h("label", { key: 'a004cf922bae1aad8f4df3af6898096e965cfc6a', slot: "label" }, "Select or add new options"), h("smoothly-item", { key: '4aa4ef91d108edb11936203365632dfc604e6973', value: "manatee" }, "Manatee"), h("smoothly-item", { key: '12985b2fd02dec4a942274c1ecd0b8d64045fb62', selected: true, value: "cthulu" }, "Cthulu")), h("smoothly-input-select", { key: '926065319fff2eb3024955686991469cf4128a36', name: "select-icon", clearable: false, showSelected: false }, h("smoothly-item", { key: '1ac998cba750b6779c9d2159cef8245ab915f528', value: "folder", selected: true }, h("smoothly-icon", { key: '30d4832563d4b16c0bbb77cb33e0da404b743090', size: "small", name: "folder-outline" })), h("smoothly-item", { key: 'b04f79adc06b65369baed20874f53ef04a33f80f', value: "camera" }, h("smoothly-icon", { key: 'b16eaceb42a9e0b56587ce78e8cfdc6452dddd7b', size: "small", name: "camera-outline" }))), h("smoothly-input-select", { key: '5e225cc4758897b81015db7495c7d7a224776e53', ordered: true, menuHeight: "7.5items", placeholder: "Select...", name: "select-month" }, h("label", { key: '4b9bcc2a3fe30dabc8669888a19ce86f369cc41e', slot: "label" }, "Alphabet ordered select"), Array.from({ length: 26 })
|
|
13
13
|
.map((_, i) => String.fromCharCode(i + 65))
|
|
14
|
-
.map(char => (h("smoothly-item", { value: char, selected: char == "H" }, char)))), h("smoothly-input-select", { key: '
|
|
14
|
+
.map(char => (h("smoothly-item", { value: char, selected: char == "H" }, char)))), h("smoothly-input-select", { key: 'a171d4ffb8e1bfc698f0fc9ae4ed69e98ced36c9', multiple: true, menuHeight: "7.5items", placeholder: "Select...", name: "select-month" }, h("label", { key: 'a23c78b0a859472f5e0123b0c02c010911417369', slot: "label" }, "Month multiple select"), h("smoothly-item", { key: 'a733057d56e91b60e5baa989e26dddbd91e0241a', value: "1" }, "January"), h("smoothly-item", { key: '376d92471d5d2eaa9dd88812a8fc583153410198', value: "2" }, "February"), h("smoothly-item", { key: '7a1fce8efd0b7974e5528a5fa5662c1dfd778394', value: "3" }, "March"), h("smoothly-item", { key: 'cb9baf077486cb9bcdbbf89649530a5e0d6063c7', value: "4" }, "April"), h("smoothly-item", { key: '0a3473edcc3c472a629ba3d8a79f902acb2e26f3', value: "5" }, "May"), h("smoothly-item", { key: '5fdae912db41bffabf3b295d2c3032277dffaa94', value: "6" }, "June"), h("smoothly-item", { key: '80047591254fd32dc669b14753e4786d43d3c97d', value: "7" }, "July"), h("smoothly-item", { key: 'c9df20403a3c394c64aba952b9fedf32e79ccb4d', value: "8" }, "August"), h("smoothly-item", { key: '68313242691a68d57283d668fe9b515793737c7e', value: "9" }, "September"), h("smoothly-item", { key: '443d7a691c41599d0d89db84b537eb1f257ef517', value: "10" }, "October"), h("smoothly-item", { key: '9744bb0bda7582ad2b8b1f90fdf8032258463c54', value: "11" }, "November"), h("smoothly-item", { key: 'a96a75320e5c546549c4fa35f4176f35a82f5441', value: "12" }, "December")), h("div", { key: '3e7603380ceba63da34a828e2516632da73e39c4', class: "select-div-row" }, h("smoothly-input-select", { key: '408634ba59447206b05b3cd1fd1cc33d1eb8c65d', name: "select-icon", clearable: false, showSelected: false }, h("smoothly-item", { key: 'ee676953d6e5787b02d09f18296c90f0de191c1d', value: "folder", selected: true }, h("smoothly-icon", { key: 'a904b9c0a3606d2427f70b0de7038c58e126eb8f', size: "small", name: "folder-outline" })), h("smoothly-item", { key: '3005772f6f0db186e465eaa8cdf0664acc8df98a', value: "camera" }, h("smoothly-icon", { key: 'd6d6da52e16928ffae5914bb57c5d507dcd753d7', size: "small", name: "camera-outline" })), h("smoothly-item", { key: 'e7f997b52e887a470a300bde751cb2972a8a6d1c', value: "boat" }, h("smoothly-icon", { key: '7d2fa7593473fea8a742b06451b86234dc2c984f', size: "small", name: "boat-outline" }))), h("smoothly-input-select", { key: '72b7dd2b8193e7daa76e87e2b2c0229e6542b95d', name: "select-number", clearable: false }, this.numbers.map(number => (h("smoothly-item", { value: "number", selected: number === 3 }, number)))), h("smoothly-input", { key: '2eaf99ab88e42d799677b83d1e7cac4bf27b2cab', name: "name", value: "Sten Qvist" }, "Name"))), h("h2", { key: 'bdf117c705543939f57d4f8c001b9bd6b0f6d419' }, "Duration"), h("smoothly-input", { key: '8c58c7e2d86e031ffb41a6a46fc738bd87d73a8d', name: "duration", type: "duration", placeholder: "hh:mm", value: this.duration, onSmoothlyInput: e => (this.duration = e.detail.duration) }, "Duration"), h("smoothly-input", { key: '0e0b25be2290f7adfc1dc72807e11791965a1ad8', name: "duration", type: "duration", value: this.duration, placeholder: "-hh:mm", onSmoothlyInput: e => {
|
|
15
15
|
const duration = e.detail.duration;
|
|
16
16
|
this.duration = duration;
|
|
17
|
-
} }, "Duration"), h("h2", { key: '
|
|
17
|
+
} }, "Duration"), h("h2", { key: 'ed1c66a6809ae277a848826be61161405e712e89' }, "Integer with Min/Max"), h("smoothly-input", { key: '220dca7d4c2fe1111025b6e44d23a40d105efe89', name: "days", type: "integer", min: 0, max: 365 }, "Days per year (0-365)"), h("smoothly-input", { key: 'e2b1ae2d00b98366ee26f02d37915e319736f002', name: "hour", type: "integer", min: 0, max: 23 }, "Hours per day (0-23)"), h("smoothly-input", { key: '1ecd944814b02bbd94314507d76bea0f988352f4', name: "minute", type: "integer", min: 0, max: 59 }, "Minutes per hour (0-59)"), h("smoothly-input", { key: 'b8990cc9cad14d470ca47ab3c6c04b4f685a0c55', name: "minute", type: "integer", min: 18, max: 120 }, "Age (18-120)"), h("h2", { key: '2a747aa7ff1fb76fa374c730b59802c8f3a508cd' }, "Invalid text with warning icon and tooltip"), h("smoothly-input", { key: '817b52d0ef2e31056e8ee8a7faab79990797c732', copyable: true, name: "alphanumeric", invalid: !/^[a-zA-Z0-9]+$/.test(this.alphanumeric), errorMessage: "Only alphanumeric allowed", value: this.alphanumeric, onSmoothlyInput: e => (this.alphanumeric = e.detail.alphanumeric) }, "Alphanumeric"), h("h2", { key: 'cd628bebd9e2b9de77eb82b0f9591cfe8d7b3ca2' }, "Identifiers"), h("smoothly-input", { key: 'fe1d2d89f25cd8a60fd537bfb5a9580548491604', type: "identifier-code" }, "Code"), h("smoothly-input", { key: '14d47570684ca9165381718becda2f318c9c88bf', type: "identifier-attribute" }, "Attribute"), h("smoothly-input", { key: 'fb5ed7f2a284640369bf648a548161d233756dd5', type: "identifier-snake" }, "Snake"), h("smoothly-input", { key: 'cde9cde9c787d99c0eaf75085f0567139b8130c8', type: "identifier-pascal" }, "Pascal"), h("smoothly-input", { key: '509c743780e2d2f0d759ab3cff67893318256443', type: "identifier-camel" }, "Camel"), h("h2", { key: '81ea90cb970b799945d3aeb14b70bb8184d911e4' }, "Input Alternatives"), h("smoothly-input", { key: '01ba72593f0e056a20d87c8722e2bc4317932962', type: "text", name: "name.last" }, h("smoothly-icon", { key: '70491c3ed08d7f0d13a3cd8eba72e47fa1de1008', name: "checkmark-circle", slot: "start" }), "First Name"), h("smoothly-input", { key: 'ab3a45839ee4d8bacfac8ca96bcd7ec260ce36d9', type: "text", name: "name.first" }, "Last Name", h("smoothly-icon", { key: 'a7996638a9ec278f74d967e0fcb03dcaf4445315', name: "checkmark-circle", slot: "end" })), h("smoothly-input", { key: 'f524fc067947a8637a1c416a74d3de0c37744255', type: "text", name: "name.first", placeholder: "Smith" }, "Last Name", h("smoothly-icon", { key: 'ec440199d9625155037e1cd9e614266748997f7a', name: "checkmark-circle", slot: "end" })), h("smoothly-input", { key: '27cc6d614a7bae4893462b5e708cb663bcffcec1', placeholder: "test" }), h("smoothly-input-submit", { key: '789ee37616c3c27e8e6414992be1f9ee2117a5d3', slot: "submit", fill: "solid", onSubmit: (e) => alert(e), color: "success" }), h("h4", { key: '5c256926b8f451dca0b5297992f6a6312a2f5494' }, "Smoothly checkboxes"), h("div", { key: '6650b3b1b27d5fbca72ef5679f03d11c3c5cc1a7', class: "checkbox-group" }, h("smoothly-input-checkbox", { key: '9030dedf496556b87212376fbd15617f6abebf48', disabled: true, name: "first-checkbox" }, h("smoothly-icon", { key: 'e3a47da2376066cdfc082fbf4100adf340b70f36', name: "checkmark-circle", slot: "start", size: "tiny" }), "First"), h("smoothly-input-checkbox", { key: 'd86dbe0e70d983c82791caf5729ed0510df48b4d', name: "second-checkbox", checked: true }, h("smoothly-icon", { key: '28505106b36406f9a24fdd0f8f27dea211544f38', name: "checkmark-circle", slot: "start", size: "tiny" }), "second", h("smoothly-input-clear", { key: '7240cc38a40cfe3ca5ee3cdbb5ae971ebbf23efb', size: "icon", slot: "end" })), h("smoothly-input-checkbox", { key: '64df44307f15d6ca5878b5933b847931973a4bd4', name: "third-checkbox" }, "3rd")), h("h4", { key: 'd6cd694e036d14b16241a4664ed9e9a6b9257c80' }, "Smoothly Radio Buttons"), h("smoothly-input-radio", { key: '43f5fe05e6889b3f009a85a996ca9f3df8418d85', clearable: true, name: "radioFirstInput" }, h("smoothly-icon", { key: '67303cd42725a67937687862934c5eb4efb08617', name: "checkmark-circle", slot: "start" }), h("label", { key: '20faf3230a26de4d0578cc142212f849447826b0', slot: "label" }, "Clearable"), h("smoothly-input-radio-item", { key: 'c8f0663f1aca55d837179e535675837b8c5dc486', value: "first" }, "Label 1"), h("smoothly-input-radio-item", { key: 'f699d87b7edd1e815068671279f6454a071dd26f', selected: true, value: "second" }, "Label 2"), h("smoothly-input-radio-item", { key: '6c76a26cbcf6c0279ea178a8c2fa5cb70d592614', value: "third" }, "Label 3"), h("smoothly-input-clear", { key: '146770892b8d84fe6686d7d360b2c119271b068e', size: "icon", slot: "end" })), h("smoothly-input-radio", { key: 'd15590998dacc095683e2a2149bd4d0008458c6c', name: "radioSecondInput" }, h("label", { key: '91206150e39f16cc6b63c27e936e0890d085dd3c', slot: "label" }, "Not clearable"), h("smoothly-input-radio-item", { key: '4be57f196fceca8c421b1a76539383e583815d47', value: "first" }, "Label 1"), h("smoothly-input-radio-item", { key: '64fb53d589cbc3c41d2716bcd0a94e0852b61984', value: "second" }, "Label 2"), h("smoothly-input-radio-item", { key: 'cfd1618ca1085b04f892a0f7c41c3ba015817f8e', value: "third" }, "Label 3"), h("smoothly-input-radio-item", { key: '5204c85dc39eb90eb2203f7bc95465fd3505e0ee', value: "fourth" }, "Label 4"), h("smoothly-input-radio-item", { key: '7beb685e25cd77b0c4ee67d52c08d3dda77bbb43', value: "fifth" }, "Label 5"), h("smoothly-input-radio-item", { key: '2e540abce5ef3a5ef00f9bf66e28d4dcc2dcf033', value: "sixth" }, "Label 6")), h("smoothly-input-range-demo", { key: '0734d3ef8222645914a3de1baca3a564658155b2' }), h("smoothly-input-color-demo", { key: '4efc6abf40e3b21f406e0bc0c56e0b1549bf7c62' }), h("smoothly-input-price-demo", { key: 'bd457e1f8ac312ee0feb1685bee15b7ec9cfd451' }), h("smoothly-back-to-top", { key: 'a1795f547d9bcfc820f76df3e60f9611a8d654e8' }))));
|
|
18
18
|
}
|
|
19
19
|
static get is() { return "smoothly-input-demo"; }
|
|
20
20
|
static get encapsulation() { return "scoped"; }
|
|
@@ -6,7 +6,7 @@ export class SmoothlyInputPriceDemo {
|
|
|
6
6
|
this.currency = "USD";
|
|
7
7
|
}
|
|
8
8
|
render() {
|
|
9
|
-
return (h(Host, { key: '
|
|
9
|
+
return (h(Host, { key: '2643df3e90deb2ae7492de2e95307210c9d96a1a' }, h("h2", { key: '8d7c08032c0fd5d42ea0a4b83bbc789ee12ad60c' }, "State demo on smoothly-input"), h("p", { key: '7bd734e458356493b22a048bf6b3cc33eb089a88' }, "This demo/test the internal state of the smoothly-input component."), h("p", { key: '9129cc133c3e16c1473ce93c4bf4e85f02e1dc76' }, "The currency of the price should update when switching between the currencies."), h("smoothly-input-radio", { key: '100da1f7a7e0a4e8ccb610211dc1ef0f9a324853', name: "currency", onSmoothlyInput: e => (this.currency = isoly.Currency.is(e.detail.currency) ? e.detail.currency : undefined) }, this.currencies.map(currency => (h("smoothly-input-radio-item", { key: currency, selected: currency == this.currency, value: currency }, currency)))), h("smoothly-input", { key: 'b60680c3c0a27ab6e1616844da966aaf5add80fe', type: "price", currency: this.currency }, "price")));
|
|
10
10
|
}
|
|
11
11
|
static get is() { return "smoothly-input-price-demo"; }
|
|
12
12
|
static get encapsulation() { return "scoped"; }
|
|
@@ -4,7 +4,7 @@ export class SmoothlyInputDemoRadio {
|
|
|
4
4
|
console.log("selected", this.selected);
|
|
5
5
|
}
|
|
6
6
|
render() {
|
|
7
|
-
return (h(Host, { key: '
|
|
7
|
+
return (h(Host, { key: '1d9b9369e8ab2eaef5660633873c4e9d6688446c' }, h("h2", { key: '3ce4a937fed4e899be4becf616b328eb3bbf6807' }, "radio input - column direction"), h("smoothly-input-radio", { key: '3f99a12df3e65d6e43ca7c1f592dc4c358b4f173', name: "radio", direction: "column", onSmoothlyInput: e => (this.selected = e.detail.radio) }, h("smoothly-input-radio-item", { key: 'feda533691060ea6c92b08268e5ce977b535e8cb', value: "1" }, h("span", { key: '3635ace507b96b4596f612244f47bd52fa4efbde' }, "Option 1"), h("span", { key: 'fed88b7f85dcb5f40bd76defb20d337945ae1973', slot: "detail" }, "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.")), h("smoothly-input-radio-item", { key: '4973ad139be68dadadf3632b10734a70cd9dadec', value: "2", selected: true }, h("span", { key: '0c00fc9d3fe743d98322e37b04d250207ccb86dd' }, "Option 2"), h("div", { key: 'd2eda29ea9aabb04c4f017b7cb9f3500033efc38', slot: "detail" }, h("smoothly-tabs", { key: 'df82602edfa7865c748dfc801b275ee6ad420798' }, h("smoothly-tab", { key: '5d0d4ad5de30797b4146bbd3b49f3d437eeb7be0', label: "Dog", name: "dog", open: true }, "\uD83D\uDC15"), h("smoothly-tab", { key: '96c1e24f24443f3ca5ed9110c1f61bfe83e77922', label: "Cat", name: "cat" }, "\uD83D\uDC08"), h("smoothly-tab", { key: 'fec1d4386c7221ed7164f89b0c4b74caac413a54', label: "Rat", name: "rat" }, "\uD83D\uDC00")))))));
|
|
8
8
|
}
|
|
9
9
|
static get is() { return "smoothly-input-demo-radio"; }
|
|
10
10
|
static get encapsulation() { return "scoped"; }
|