smoothly 1.2.1-alpha.61 → 1.2.1-alpha.62
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 → smoothly-app_98.cjs.entry.js} +302 -324
- package/dist/cjs/smoothly-app_98.cjs.entry.js.map +1 -0
- package/dist/cjs/smoothly-checkbox.cjs.entry.js +2 -2
- package/dist/cjs/smoothly-color.cjs.entry.js +1 -1
- package/dist/cjs/smoothly-country.cjs.entry.js +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/collection-manifest.json +0 -1
- package/dist/collection/components/burger/style.css +5 -5
- package/dist/collection/components/button/demo/index.js +2 -2
- package/dist/collection/components/button/demo/index.js.map +1 -1
- package/dist/collection/components/calendar/index.js +2 -2
- package/dist/collection/components/checkbox/index.js +2 -2
- package/dist/collection/components/color/index.js +1 -1
- package/dist/collection/components/confirm/index.js +1 -1
- package/dist/collection/components/country/index.js +1 -1
- package/dist/collection/components/dialog/demo/index.js +1 -1
- package/dist/collection/components/dialog/index.js +1 -1
- package/dist/collection/components/display/demo/index.js +10 -10
- package/dist/collection/components/display/demo/json/index.js +1 -1
- package/dist/collection/components/display/index.js +3 -3
- package/dist/collection/components/display/json/index.js +1 -1
- package/dist/collection/components/display/json/object/index.js +2 -2
- package/dist/collection/components/display/json/object/key/index.js +1 -1
- package/dist/collection/components/display/json/primitive/index.js +1 -1
- package/dist/collection/components/filter/field/index.js +1 -1
- package/dist/collection/components/filter/index.js +3 -3
- package/dist/collection/components/filter/input/index.js +1 -1
- package/dist/collection/components/filter/select/index.js +1 -1
- package/dist/collection/components/filter/toggle/index.js +1 -1
- package/dist/collection/components/form/demo/all/index.js +2 -2
- 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/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/form/index.js +1 -1
- package/dist/collection/components/icon/demo/index.js +1 -1
- package/dist/collection/components/icon/demo/index.js.map +1 -1
- package/dist/collection/components/icon/index.js +6 -7
- package/dist/collection/components/icon/index.js.map +1 -1
- package/dist/collection/components/icon/style.css +10 -11
- package/dist/collection/components/input/checkbox/demo/index.js +1 -1
- package/dist/collection/components/input/checkbox/index.js +1 -1
- 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/date/index.js +3 -3
- package/dist/collection/components/input/date/range/index.js +2 -2
- 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/standard/index.js +1 -1
- 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/index.js +2 -2
- package/dist/collection/components/input/month/index.js +2 -2
- package/dist/collection/components/input/radio/index.js +1 -1
- package/dist/collection/components/input/radio/item/index.js +1 -1
- package/dist/collection/components/input/range/demo/index.js +1 -1
- package/dist/collection/components/input/range/index.js +4 -4
- package/dist/collection/components/input/reset/index.js +1 -1
- package/dist/collection/components/input/select/index.js +3 -3
- 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 +1 -1
- package/dist/collection/components/notification/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/filtered/index.js +5 -5
- 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/index.js +1 -1
- package/dist/collection/components/table/demo/nested/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 +1 -1
- 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/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/toggle-switch/style.css +12 -20
- 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-e02f5eef.js → p-0156d1ac.js} +14 -14
- package/dist/components/{p-e02f5eef.js.map → p-0156d1ac.js.map} +1 -1
- package/dist/components/{p-42f2126d.js → p-08ff9613.js} +4 -4
- package/dist/components/{p-42f2126d.js.map → p-08ff9613.js.map} +1 -1
- package/dist/components/{p-e966bb8a.js → p-09f490eb.js} +4 -4
- package/dist/components/{p-e966bb8a.js.map → p-09f490eb.js.map} +1 -1
- package/dist/components/{p-8f0f82cd.js → p-0a200b85.js} +4 -4
- package/dist/components/{p-8f0f82cd.js.map → p-0a200b85.js.map} +1 -1
- package/dist/components/{p-23d9ecf6.js → p-0d09457c.js} +25 -25
- package/dist/components/{p-23d9ecf6.js.map → p-0d09457c.js.map} +1 -1
- package/dist/components/{p-7448315b.js → p-0d597c0f.js} +15 -15
- package/dist/components/p-0d597c0f.js.map +1 -0
- package/dist/components/{p-bfad759f.js → p-0ddbb10b.js} +11 -11
- package/dist/components/{p-bfad759f.js.map → p-0ddbb10b.js.map} +1 -1
- package/dist/components/{p-41400859.js → p-11e5cabe.js} +37 -37
- package/dist/components/{p-41400859.js.map → p-11e5cabe.js.map} +1 -1
- package/dist/components/{p-705b4afe.js → p-1512ddfa.js} +30 -30
- package/dist/components/{p-705b4afe.js.map → p-1512ddfa.js.map} +1 -1
- package/dist/components/{p-637d2964.js → p-188fb617.js} +4 -4
- package/dist/components/{p-637d2964.js.map → p-188fb617.js.map} +1 -1
- package/dist/components/{p-95abdb03.js → p-189a3517.js} +8 -8
- package/dist/components/{p-95abdb03.js.map → p-189a3517.js.map} +1 -1
- package/dist/components/{p-49f90785.js → p-1cc8de56.js} +8 -8
- package/dist/components/{p-49f90785.js.map → p-1cc8de56.js.map} +1 -1
- package/dist/components/{p-32acfe2f.js → p-1de0fb0e.js} +2 -2
- package/dist/components/{p-32acfe2f.js.map → p-1de0fb0e.js.map} +1 -1
- package/dist/components/{p-90cfcbfc.js → p-1fe82c92.js} +14 -14
- package/dist/components/{p-90cfcbfc.js.map → p-1fe82c92.js.map} +1 -1
- package/dist/components/{p-2020cb82.js → p-21601376.js} +2 -2
- package/dist/components/{p-2020cb82.js.map → p-21601376.js.map} +1 -1
- package/dist/components/{p-461ffea2.js → p-22a5c35b.js} +7 -7
- package/dist/components/{p-461ffea2.js.map → p-22a5c35b.js.map} +1 -1
- package/dist/components/{p-eafc7555.js → p-24934ba0.js} +4 -4
- package/dist/components/p-24934ba0.js.map +1 -0
- package/dist/components/{p-7add6ea0.js → p-27fead40.js} +14 -14
- package/dist/components/{p-7add6ea0.js.map → p-27fead40.js.map} +1 -1
- package/dist/components/{p-e15e5a5d.js → p-2b457d53.js} +2 -2
- package/dist/components/{p-e15e5a5d.js.map → p-2b457d53.js.map} +1 -1
- package/dist/components/{p-fe36713e.js → p-3091ab20.js} +2 -2
- package/dist/components/{p-fe36713e.js.map → p-3091ab20.js.map} +1 -1
- package/dist/components/{p-bc324b5e.js → p-3493b852.js} +2 -2
- package/dist/components/{p-bc324b5e.js.map → p-3493b852.js.map} +1 -1
- package/dist/components/{p-a820e0e8.js → p-37e8e0b4.js} +6 -6
- package/dist/components/{p-a820e0e8.js.map → p-37e8e0b4.js.map} +1 -1
- package/dist/components/{p-ba58a227.js → p-38ff4ddd.js} +5 -5
- package/dist/components/{p-ba58a227.js.map → p-38ff4ddd.js.map} +1 -1
- package/dist/components/p-3c1569b7.js +176 -0
- package/dist/components/{p-94cb3bb9.js.map → p-3c1569b7.js.map} +1 -1
- package/dist/components/{p-305c8221.js → p-3cdc6c8b.js} +13 -13
- package/dist/components/{p-305c8221.js.map → p-3cdc6c8b.js.map} +1 -1
- package/dist/components/{p-90f56544.js → p-3ef90e87.js} +15 -15
- package/dist/components/{p-90f56544.js.map → p-3ef90e87.js.map} +1 -1
- package/dist/components/{p-2137d036.js → p-41441353.js} +4 -4
- package/dist/components/{p-2137d036.js.map → p-41441353.js.map} +1 -1
- package/dist/components/p-43bad1c0.js +175 -0
- package/dist/components/{p-59f81a89.js.map → p-43bad1c0.js.map} +1 -1
- package/dist/components/{p-96841986.js → p-479909bd.js} +7 -7
- package/dist/components/{p-96841986.js.map → p-479909bd.js.map} +1 -1
- package/dist/components/{p-f0281d58.js → p-47e5df73.js} +3 -3
- package/dist/components/{p-f0281d58.js.map → p-47e5df73.js.map} +1 -1
- package/dist/components/{p-ab4db085.js → p-49d437f4.js} +4 -4
- package/dist/components/{p-ab4db085.js.map → p-49d437f4.js.map} +1 -1
- package/dist/components/{p-bc671400.js → p-52d1d5a1.js} +6 -6
- package/dist/components/{p-bc671400.js.map → p-52d1d5a1.js.map} +1 -1
- package/dist/components/{p-24488303.js → p-5c67d11d.js} +4 -4
- package/dist/components/{p-24488303.js.map → p-5c67d11d.js.map} +1 -1
- package/dist/components/p-5e2b1c67.js +57 -0
- package/dist/components/p-5e2b1c67.js.map +1 -0
- package/dist/components/{p-be11a354.js → p-619819ae.js} +4 -4
- package/dist/components/{p-be11a354.js.map → p-619819ae.js.map} +1 -1
- package/dist/components/{p-a7980d2c.js → p-62f513b3.js} +3 -3
- package/dist/components/{p-a7980d2c.js.map → p-62f513b3.js.map} +1 -1
- package/dist/components/{p-68b77df6.js → p-65801f7e.js} +5 -5
- package/dist/components/{p-68b77df6.js.map → p-65801f7e.js.map} +1 -1
- package/dist/components/{p-bae20465.js → p-67be9571.js} +3 -3
- package/dist/components/{p-bae20465.js.map → p-67be9571.js.map} +1 -1
- package/dist/components/{p-291b57ee.js → p-68f97107.js} +13 -13
- package/dist/components/{p-291b57ee.js.map → p-68f97107.js.map} +1 -1
- package/dist/components/{p-21ba8cd0.js → p-6abf2d7c.js} +13 -13
- package/dist/components/{p-21ba8cd0.js.map → p-6abf2d7c.js.map} +1 -1
- package/dist/components/{p-a698a6b7.js → p-6e6d0815.js} +5 -5
- package/dist/components/{p-a698a6b7.js.map → p-6e6d0815.js.map} +1 -1
- package/dist/components/p-75cf720d.js +123 -0
- package/dist/components/{p-58be554d.js.map → p-75cf720d.js.map} +1 -1
- package/dist/components/{p-2193cd07.js → p-76047d98.js} +2 -2
- package/dist/components/{p-2193cd07.js.map → p-76047d98.js.map} +1 -1
- package/dist/components/{p-433d4084.js → p-7c5d155e.js} +3 -3
- package/dist/components/{p-433d4084.js.map → p-7c5d155e.js.map} +1 -1
- package/dist/components/{p-04d6a4e3.js → p-7ea55b4d.js} +3 -3
- package/dist/components/{p-04d6a4e3.js.map → p-7ea55b4d.js.map} +1 -1
- package/dist/components/{p-3fbd90ff.js → p-81e4b071.js} +15 -15
- package/dist/components/{p-3fbd90ff.js.map → p-81e4b071.js.map} +1 -1
- package/dist/components/{p-cf4e20eb.js → p-85c2a76c.js} +3 -3
- package/dist/components/{p-cf4e20eb.js.map → p-85c2a76c.js.map} +1 -1
- package/dist/components/{p-259613c8.js → p-8789a504.js} +2 -2
- package/dist/components/{p-259613c8.js.map → p-8789a504.js.map} +1 -1
- package/dist/components/{p-7d3a1edc.js → p-8abb7216.js} +5 -5
- package/dist/components/{p-7d3a1edc.js.map → p-8abb7216.js.map} +1 -1
- package/dist/components/{p-bc67259a.js → p-8cd54408.js} +7 -7
- package/dist/components/{p-bc67259a.js.map → p-8cd54408.js.map} +1 -1
- package/dist/components/{p-6963d21b.js → p-8d3eea77.js} +2 -2
- package/dist/components/{p-6963d21b.js.map → p-8d3eea77.js.map} +1 -1
- package/dist/components/{p-271384e5.js → p-91ab8d87.js} +2 -2
- package/dist/components/{p-271384e5.js.map → p-91ab8d87.js.map} +1 -1
- package/dist/components/{p-db95d66d.js → p-92144b1e.js} +5 -5
- package/dist/components/{p-db95d66d.js.map → p-92144b1e.js.map} +1 -1
- package/dist/components/{p-d305739c.js → p-9832d3b5.js} +3 -3
- package/dist/components/{p-d305739c.js.map → p-9832d3b5.js.map} +1 -1
- package/dist/components/{p-04a36eba.js → p-994fd1b4.js} +4 -4
- package/dist/components/{p-04a36eba.js.map → p-994fd1b4.js.map} +1 -1
- package/dist/components/{p-48c1e6f9.js → p-9d7780cb.js} +3 -3
- package/dist/components/{p-48c1e6f9.js.map → p-9d7780cb.js.map} +1 -1
- package/dist/components/{p-256804de.js → p-9e2029f7.js} +13 -13
- package/dist/components/{p-256804de.js.map → p-9e2029f7.js.map} +1 -1
- package/dist/components/{p-2b3160e5.js → p-a10dfe73.js} +2 -2
- package/dist/components/{p-2b3160e5.js.map → p-a10dfe73.js.map} +1 -1
- package/dist/components/{p-dd071666.js → p-a12494c3.js} +2 -2
- package/dist/components/{p-dd071666.js.map → p-a12494c3.js.map} +1 -1
- package/dist/components/p-a129dc60.js +73 -0
- package/dist/components/p-a129dc60.js.map +1 -0
- package/dist/components/p-a141fe7c.js +238 -0
- package/dist/components/{p-c57b7011.js.map → p-a141fe7c.js.map} +1 -1
- package/dist/components/{p-0f1adb3d.js → p-a4d10377.js} +2 -2
- package/dist/components/{p-0f1adb3d.js.map → p-a4d10377.js.map} +1 -1
- package/dist/components/{p-bf12e671.js → p-a669dad9.js} +11 -11
- package/dist/components/{p-bf12e671.js.map → p-a669dad9.js.map} +1 -1
- package/dist/components/{p-2faaedc8.js → p-ab1e1709.js} +7 -7
- package/dist/components/{p-2faaedc8.js.map → p-ab1e1709.js.map} +1 -1
- package/dist/components/{p-2bc57b0f.js → p-ab2e4633.js} +8 -8
- package/dist/components/{p-2bc57b0f.js.map → p-ab2e4633.js.map} +1 -1
- package/dist/components/{p-e12d35bb.js → p-abdbd635.js} +4 -4
- package/dist/components/{p-e12d35bb.js.map → p-abdbd635.js.map} +1 -1
- package/dist/components/p-abf172db.js +45 -0
- package/dist/components/{p-73e309ae.js.map → p-abf172db.js.map} +1 -1
- package/dist/components/{p-438a59fc.js → p-b4db4967.js} +14 -14
- package/dist/components/{p-438a59fc.js.map → p-b4db4967.js.map} +1 -1
- package/dist/components/{p-b92f7f7f.js → p-b84d424b.js} +12 -12
- package/dist/components/{p-b92f7f7f.js.map → p-b84d424b.js.map} +1 -1
- package/dist/components/{p-121a3877.js → p-b89242b5.js} +3 -3
- package/dist/components/p-b89242b5.js.map +1 -0
- package/dist/components/{p-b22a5b41.js → p-b9872a14.js} +2 -2
- package/dist/components/{p-b22a5b41.js.map → p-b9872a14.js.map} +1 -1
- package/dist/components/{p-0a6f27a2.js → p-b99e9582.js} +2 -2
- package/dist/components/{p-0a6f27a2.js.map → p-b99e9582.js.map} +1 -1
- package/dist/components/{p-cdeece09.js → p-bd00e096.js} +2 -2
- package/dist/components/{p-cdeece09.js.map → p-bd00e096.js.map} +1 -1
- package/dist/components/{p-5cea42bb.js → p-bd902bf1.js} +2 -2
- package/dist/components/{p-5cea42bb.js.map → p-bd902bf1.js.map} +1 -1
- package/dist/components/{p-fba7e056.js → p-c9904619.js} +4 -4
- package/dist/components/{p-fba7e056.js.map → p-c9904619.js.map} +1 -1
- package/dist/components/{p-941cca12.js → p-cbffcc9d.js} +9 -9
- package/dist/components/{p-941cca12.js.map → p-cbffcc9d.js.map} +1 -1
- package/dist/components/{p-570e8262.js → p-cce0e89e.js} +3 -3
- package/dist/components/{p-570e8262.js.map → p-cce0e89e.js.map} +1 -1
- package/dist/components/{p-7df6aaed.js → p-d3888e8f.js} +3 -3
- package/dist/components/{p-7df6aaed.js.map → p-d3888e8f.js.map} +1 -1
- package/dist/components/{p-6aa25ab9.js → p-d3bc4725.js} +15 -15
- package/dist/components/{p-6aa25ab9.js.map → p-d3bc4725.js.map} +1 -1
- package/dist/components/{p-ebe0f3b2.js → p-d4f2eec1.js} +4 -4
- package/dist/components/{p-ebe0f3b2.js.map → p-d4f2eec1.js.map} +1 -1
- package/dist/components/{p-853367ff.js → p-d77cf57f.js} +7 -7
- package/dist/components/{p-853367ff.js.map → p-d77cf57f.js.map} +1 -1
- package/dist/components/{p-b4bb3e74.js → p-d9989605.js} +2 -2
- package/dist/components/{p-b4bb3e74.js.map → p-d9989605.js.map} +1 -1
- package/dist/components/{p-5867f2a1.js → p-d9d1453e.js} +2 -2
- package/dist/components/{p-5867f2a1.js.map → p-d9d1453e.js.map} +1 -1
- package/dist/components/{p-d69de688.js → p-e28192a5.js} +3 -3
- package/dist/components/{p-d69de688.js.map → p-e28192a5.js.map} +1 -1
- package/dist/components/{p-65b429d4.js → p-e55b30b0.js} +15 -15
- package/dist/components/{p-65b429d4.js.map → p-e55b30b0.js.map} +1 -1
- package/dist/components/{p-90642fb7.js → p-ea7e5a85.js} +6 -6
- package/dist/components/{p-90642fb7.js.map → p-ea7e5a85.js.map} +1 -1
- package/dist/components/{p-6ea4a4b6.js → p-ecb1c83a.js} +43 -43
- package/dist/components/{p-6ea4a4b6.js.map → p-ecb1c83a.js.map} +1 -1
- package/dist/components/{p-8918ad9d.js → p-ecbbfbcd.js} +4 -4
- package/dist/components/{p-8918ad9d.js.map → p-ecbbfbcd.js.map} +1 -1
- package/dist/components/{p-bb9a9d24.js → p-f7f92307.js} +7 -7
- package/dist/components/{p-bb9a9d24.js.map → p-f7f92307.js.map} +1 -1
- package/dist/components/{p-e1a977af.js → p-f89d6ab1.js} +14 -14
- package/dist/components/{p-e1a977af.js.map → p-f89d6ab1.js.map} +1 -1
- package/dist/components/{p-a398630f.js → p-fa1bb361.js} +10 -10
- package/dist/components/{p-a398630f.js.map → p-fa1bb361.js.map} +1 -1
- package/dist/components/{p-6e648f09.js → p-fa2bcda4.js} +9 -9
- package/dist/components/{p-6e648f09.js.map → p-fa2bcda4.js.map} +1 -1
- package/dist/components/{p-617e63f4.js → p-fc9f4cae.js} +28 -28
- package/dist/components/{p-617e63f4.js.map → p-fc9f4cae.js.map} +1 -1
- package/dist/components/{p-04f778b7.js → p-fe705776.js} +13 -13
- package/dist/components/{p-04f778b7.js.map → p-fe705776.js.map} +1 -1
- package/dist/components/smoothly-app-demo.js +191 -197
- package/dist/components/smoothly-app-demo.js.map +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.js +1 -1
- package/dist/components/smoothly-calendar.js +1 -1
- package/dist/components/smoothly-checkbox.js +3 -3
- package/dist/components/smoothly-color.js +1 -1
- package/dist/components/smoothly-country.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-json.js +1 -1
- package/dist/components/smoothly-display-demo.js +1 -1
- package/dist/components/smoothly-display-json-object.js +1 -1
- package/dist/components/smoothly-display-json-primitive.js +1 -1
- package/dist/components/smoothly-display-json-record-key.js +1 -1
- package/dist/components/smoothly-display-json.js +1 -1
- package/dist/components/smoothly-display.js +1 -1
- package/dist/components/smoothly-filter-field.js +1 -1
- package/dist/components/smoothly-filter-input.js +1 -1
- package/dist/components/smoothly-filter-select.js +1 -1
- package/dist/components/smoothly-filter-toggle.js +1 -1
- package/dist/components/smoothly-filter.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 +28 -28
- 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-range.js +1 -1
- package/dist/components/smoothly-input-date.js +1 -1
- package/dist/components/smoothly-input-demo-standard.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.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-filtered.js +1 -1
- package/dist/components/smoothly-table-demo-group.js +1 -1
- package/dist/components/smoothly-table-demo-nested-inner.js +1 -1
- package/dist/components/smoothly-table-demo-nested.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-tabs.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 → smoothly-app_98.entry.js} +303 -324
- package/dist/esm/smoothly-app_98.entry.js.map +1 -0
- package/dist/esm/smoothly-checkbox.entry.js +2 -2
- package/dist/esm/smoothly-color.entry.js +1 -1
- package/dist/esm/smoothly-country.entry.js +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-37d77190.entry.js → p-018e3f3c.entry.js} +2 -2
- package/dist/smoothly/{p-aef275e0.entry.js → p-0c10da7c.entry.js} +2 -2
- package/dist/smoothly/{p-534c56da.entry.js → p-2f60a07e.entry.js} +2 -2
- package/dist/smoothly/{p-8a7f2913.entry.js → p-69c6102d.entry.js} +2 -2
- package/dist/smoothly/{p-faea4d1c.entry.js → p-8a1d7506.entry.js} +2 -2
- package/dist/smoothly/p-b803a3c2.entry.js +2 -0
- package/dist/smoothly/p-b803a3c2.entry.js.map +1 -0
- package/dist/smoothly/{p-963b72df.entry.js → p-cdb8913e.entry.js} +2 -2
- package/dist/smoothly/p-d3024318.entry.js +2 -0
- package/dist/smoothly/smoothly.esm.js +1 -1
- package/dist/smoothly/smoothly.esm.js.map +1 -1
- package/dist/types/components/icon/demo/index.d.ts +1 -1
- package/dist/types/components/icon/index.d.ts +1 -1
- package/dist/types/components.d.ts +2 -25
- package/package.json +1 -1
- package/dist/cjs/smoothly-app_99.cjs.entry.js.map +0 -1
- package/dist/collection/components/toggle/index.js +0 -129
- package/dist/collection/components/toggle/index.js.map +0 -1
- package/dist/collection/components/toggle/style.css +0 -36
- package/dist/components/p-121a3877.js.map +0 -1
- package/dist/components/p-310690f3.js +0 -47
- package/dist/components/p-310690f3.js.map +0 -1
- package/dist/components/p-58be554d.js +0 -123
- package/dist/components/p-59f81a89.js +0 -175
- package/dist/components/p-73e309ae.js +0 -45
- package/dist/components/p-7448315b.js.map +0 -1
- package/dist/components/p-94cb3bb9.js +0 -176
- package/dist/components/p-9e758101.js +0 -57
- package/dist/components/p-9e758101.js.map +0 -1
- package/dist/components/p-bad4348e.js +0 -79
- package/dist/components/p-bad4348e.js.map +0 -1
- package/dist/components/p-c57b7011.js +0 -238
- package/dist/components/p-eafc7555.js.map +0 -1
- package/dist/components/smoothly-toggle.d.ts +0 -11
- package/dist/components/smoothly-toggle.js +0 -8
- package/dist/components/smoothly-toggle.js.map +0 -1
- package/dist/esm/smoothly-app_99.entry.js.map +0 -1
- package/dist/smoothly/p-0d394534.entry.js +0 -2
- package/dist/smoothly/p-0d394534.entry.js.map +0 -1
- package/dist/smoothly/p-cbcf6951.entry.js +0 -2
- package/dist/types/components/toggle/index.d.ts +0 -9
- /package/dist/smoothly/{p-37d77190.entry.js.map → p-018e3f3c.entry.js.map} +0 -0
- /package/dist/smoothly/{p-aef275e0.entry.js.map → p-0c10da7c.entry.js.map} +0 -0
- /package/dist/smoothly/{p-534c56da.entry.js.map → p-2f60a07e.entry.js.map} +0 -0
- /package/dist/smoothly/{p-8a7f2913.entry.js.map → p-69c6102d.entry.js.map} +0 -0
- /package/dist/smoothly/{p-faea4d1c.entry.js.map → p-8a1d7506.entry.js.map} +0 -0
- /package/dist/smoothly/{p-963b72df.entry.js.map → p-cdb8913e.entry.js.map} +0 -0
- /package/dist/smoothly/{p-cbcf6951.entry.js.map → p-d3024318.entry.js.map} +0 -0
|
@@ -106,9 +106,9 @@ export class SmoothlyInputMonth {
|
|
|
106
106
|
}
|
|
107
107
|
render() {
|
|
108
108
|
var _a, _b;
|
|
109
|
-
return (h(Host, { key: '
|
|
109
|
+
return (h(Host, { key: '8d6d58f19857560bb647feb6f07d117ff32f5e5c' }, h("smoothly-icon", { key: 'a96466450e2c0f52a4547c3e73be5f12e7fc8185', name: "caret-back-outline", size: "tiny", color: this.color, fill: "default", class: {
|
|
110
110
|
disabled: this.readonly || !this.allowPreviousMonth,
|
|
111
|
-
}, onClick: () => this.allowPreviousMonth && this.adjustMonth(-1) }), h("smoothly-input-select", { key: '
|
|
111
|
+
}, onClick: () => this.allowPreviousMonth && this.adjustMonth(-1) }), h("smoothly-input-select", { key: '4d9bc7ff4ba2abb8706feba8d70bf27d8358c6bf', ref: e => (this.year = e), name: `${this.name}-year`, readonly: this.readonly, changed: this.changed, menuHeight: "5.5items", required: true, ordered: true, inCalendar: this.inCalendar, showLabel: this.showLabel, onSmoothlyInput: e => this.inputHandler(e), searchDisabled: true }, h("div", { key: 'b2b7c3c08e6190b111fe6705da0a67dbb8ac7a13', slot: "label" }, h("slot", { key: '390da9b74eec6f2e26b35a9dc4e7e028d49a7ce8', name: "year-label" })), generate.years((_a = this.value) !== null && _a !== void 0 ? _a : isoly.Date.now(), this.min, this.max).map(year => (h("smoothly-item", { key: year.date, value: year.date, selected: year.selected || this.value == year.date }, year.name)))), h("smoothly-input-select", { key: 'ea8933a3d7c111b4945622056bef619fbeda3885', ref: e => (this.month = e), name: `${this.name}-month`, readonly: this.readonly, color: this.color, looks: this.looks, changed: this.changed, menuHeight: "5.5items", required: true, ordered: true, inCalendar: this.inCalendar, showLabel: this.showLabel, onSmoothlyInput: e => this.inputHandler(e), searchDisabled: true }, h("div", { key: '4406bf69875cdee066dea362b6079c1e02c79f2a', slot: "label" }, h("slot", { key: '36dccb1cd12ac6580b55c859bc56a892e57cf704', name: "month-label" })), generate.months((_b = this.value) !== null && _b !== void 0 ? _b : isoly.Date.now()).map(month => (h("smoothly-item", { key: month.date, value: month.date, selected: month.selected || this.value == month.date }, month.name)))), h("smoothly-icon", { key: '9b0fbe42d865b52cb06fff38cc525c410d9705a3', name: "caret-forward-outline", size: "tiny", color: this.color, fill: "default", class: {
|
|
112
112
|
disabled: this.readonly || !this.allowNextMonth,
|
|
113
113
|
}, onClick: () => this.allowNextMonth && this.adjustMonth(1) })));
|
|
114
114
|
}
|
|
@@ -96,7 +96,7 @@ export class SmoothlyInputRadio {
|
|
|
96
96
|
(_b = (_a = this.listener).changed) === null || _b === void 0 ? void 0 : _b.call(_a, this);
|
|
97
97
|
}
|
|
98
98
|
render() {
|
|
99
|
-
return (h(Host, { key: '
|
|
99
|
+
return (h(Host, { key: '14c5f85b5b0c7cfd321e2328b677452b782aa5fc', class: "floating-label" }, h("slot", { key: '206397de0c4f978e662d8c5a0d6eb4677bc1538b', name: "start" }), h("div", { key: '481361e50d551d93508b306909843f08c02e4c61' }, h("slot", { key: 'cf59f6ced7a7c727c7815f94e0eb85c6bce2a884', name: "label" }), h("div", { key: '103d55a402384f5cb1b20a228e173a6944b6e6fd', class: "options" }, h("slot", { key: '131fe08ee7e3d771ca291b1cb4daf258fe54217d' }))), h("slot", { key: '9bc6a3ae69e22269209965fbf5467a11c824793f', name: "end" })));
|
|
100
100
|
}
|
|
101
101
|
static get is() { return "smoothly-input-radio"; }
|
|
102
102
|
static get encapsulation() { return "scoped"; }
|
|
@@ -14,7 +14,7 @@ export class SmoothlyInputRadioItem {
|
|
|
14
14
|
this.smoothlySelect.emit({ value: this.value, selected: this.selected, select: s => (this.selected = s) });
|
|
15
15
|
}
|
|
16
16
|
render() {
|
|
17
|
-
return (h(Host, { key: '
|
|
17
|
+
return (h(Host, { key: '445ef0f4c36d3b307154b6ea14b186d9c0d47c6e', onClick: () => this.inputHandler() }, h("input", { key: '082a0bd1fe3a850dd72da3b7a933898cd06b5d9a', name: this.name, type: "radio", checked: this.selected }), h("smoothly-icon", { key: '22e4068f2fb882d078772d01a6d9b958ce627c43', name: this.selected ? "checkmark-circle" : "ellipse-outline", size: "small", fill: "outline", color: this.selected ? "success" : "medium", toolTip: "Select" }), h("label", { key: 'c11b76f7cbdb3bf1e5f56295ac44cc2f8feeb818' }, h("slot", { key: '8312f51540b6f9b15d385bda77959799fdeddd5e' }))));
|
|
18
18
|
}
|
|
19
19
|
static get is() { return "smoothly-input-radio-item"; }
|
|
20
20
|
static get encapsulation() { return "scoped"; }
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { h, Host } from "@stencil/core";
|
|
2
2
|
export class SmoothlyInputRangeDemo {
|
|
3
3
|
render() {
|
|
4
|
-
return (h(Host, { key: '
|
|
4
|
+
return (h(Host, { key: '85b6282c50f89bee4840e693926c5ce11b8468d2' }, h("h2", { key: 'b5a5bfea39b7a5865dc2b675328518dcaa580815' }, "Range"), h("h3", { key: '3027e87b61097dbead9b1cf4f10631a32f0d6117' }, "Phone Number"), h("smoothly-input-range", { key: '31757986d4852b37927bcb19668890e700f85504', min: 700000000, max: 799999999, step: 1, label: "Phone Number" }), h("h3", { key: '59ea0e4817e7b9bbc58d036519e353a1aa5e8e4b' }, "Stars out of ten"), h("smoothly-input-range", { key: 'aee411b555cf88517a82aca02c6b5b38322a1483', max: 10, step: 1, label: "Stars" }), h("h3", { key: 'f1c1639384fc3d62e9bc37cf7c58cebe27d53a87' }, "Percent"), h("smoothly-input-range", { key: '4719a44a7107c7383df68a36bb9b84e1d3e5ac60', type: "percent", max: 1, step: 0.01, label: "Percent" }), h("h3", { key: '0e07c305b2bc726df28d1c9382f2b9b867437f6e' }, "With icon at start and clear button"), h("smoothly-input-range", { key: 'f68492573ae570abfbaa7b78e2f7fec795516576', step: 1, name: "range2", label: "Select" }, h("smoothly-icon", { key: '5a8edd71548ada20177deb229daec450ec3aac25', name: "checkmark-circle", slot: "start" }), h("smoothly-input-clear", { key: 'f5e2bbaa52d1eff08ab227349dcea905804d941d', size: "icon", slot: "end" }))));
|
|
5
5
|
}
|
|
6
6
|
static get is() { return "smoothly-input-range-demo"; }
|
|
7
7
|
}
|
|
@@ -90,17 +90,17 @@ export class SmoothlyInputRange {
|
|
|
90
90
|
}
|
|
91
91
|
render() {
|
|
92
92
|
var _a, _b, _c;
|
|
93
|
-
return (h(Host, { key: '
|
|
93
|
+
return (h(Host, { key: 'db783417b42bed5076f915f08313768bb88da4dd', class: {
|
|
94
94
|
"output-side-right": this.outputSide === "right",
|
|
95
95
|
"show-label": this.outputSide === "left" && !!this.label,
|
|
96
|
-
} }, h("slot", { key: '
|
|
96
|
+
} }, h("slot", { key: 'fa546d63cc333586a0790952abd17d3e38ed57d8', name: "start" }), h("div", { key: '7174fa5235b46e4d5814a6319ee87780f53182a1' }, h("label", { key: '68acdcdac91793738f6b9c793bbec91112452656', htmlFor: this.name }, this.label), h("smoothly-input", { key: '2358aca48abfdbb7bf64509ffca4415c1417a7b0', ref: e => (this.input = e), looks: undefined, color: this.color, name: this.name, showLabel: this.outputSide === "left" && !!this.label, type: this.type, onSmoothlyInputLoad: async (e) => (e.stopPropagation(),
|
|
97
97
|
this.setValue(Input.Element.is(e.target) ? Number(await e.target.getValue()) : undefined)), onSmoothlyBlur: e => e.stopPropagation(), onSmoothlyInput: async (e) => {
|
|
98
98
|
e.stopPropagation();
|
|
99
99
|
this.setValue(Input.Element.is(e.target) ? Number(await e.target.getValue()) : undefined);
|
|
100
|
-
}, value: this.type == "percent" ? this.value : (_a = this.value) === null || _a === void 0 ? void 0 : _a.toString(), placeholder: this.outputSide === "right" ? "-" : undefined, readonly: this.readonly }, this.label), h("smoothly-display", { key: '
|
|
100
|
+
}, value: this.type == "percent" ? this.value : (_a = this.value) === null || _a === void 0 ? void 0 : _a.toString(), placeholder: this.outputSide === "right" ? "-" : undefined, readonly: this.readonly }, this.label), h("smoothly-display", { key: '46d85841ca98e52c4983f3ec120aac867c82fbff', label: (this.type == "percent" ? this.min * 100 : this.min).toString() }), h("input", { key: '0ab661e4cec6705de67f731b5ea77030358a2326', name: this.name, part: "range", type: "range", min: this.min, max: this.max, step: (_b = this.step) !== null && _b !== void 0 ? _b : "any", disabled: this.readonly, onInput: event => {
|
|
101
101
|
event.stopPropagation();
|
|
102
102
|
this.setValue(event.target.valueAsNumber);
|
|
103
|
-
}, value: (_c = this.value) !== null && _c !== void 0 ? _c : this.min }), h("smoothly-display", { key: '
|
|
103
|
+
}, value: (_c = this.value) !== null && _c !== void 0 ? _c : this.min }), h("smoothly-display", { key: '07ea47fe23295c4f7ffa6897b4454d3f5506ad46', label: (this.type == "percent" ? this.max * 100 : this.max).toString() })), h("slot", { key: '86f0ecb601f375f1b9991308b7840cec3594860f', name: "end" })));
|
|
104
104
|
}
|
|
105
105
|
static get is() { return "smoothly-input-range"; }
|
|
106
106
|
static get encapsulation() { return "scoped"; }
|
|
@@ -39,7 +39,7 @@ export class SmoothlyInputReset {
|
|
|
39
39
|
}
|
|
40
40
|
render() {
|
|
41
41
|
var _a;
|
|
42
|
-
return (h(Host, { key: '
|
|
42
|
+
return (h(Host, { key: 'ddf4d620b1e0a0ff24f3ebaa02d310d44ffcbe16', title: this.tooltip }, h("smoothly-button", { key: '6275117e110e26ca2a335384da1ffcc16bf14195', 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), onClick: event => this.clickHandler(event) }, h("slot", { key: 'b3161df742bcd93d8c14e693e35403a3939b10ef' }), h("smoothly-icon", { key: 'a2fe246a617475efda9604db8526d7aa7b7b546e', flip: "x", name: "refresh-outline", size: "tiny" }))));
|
|
43
43
|
}
|
|
44
44
|
static get is() { return "smoothly-input-reset"; }
|
|
45
45
|
static get encapsulation() { return "scoped"; }
|
|
@@ -279,14 +279,14 @@ export class SmoothlyInputSelect {
|
|
|
279
279
|
this.addedItems = this.addedItems.concat(h("smoothly-item", { value: this.filter, selected: true }, this.filter));
|
|
280
280
|
}
|
|
281
281
|
render() {
|
|
282
|
-
return (h(Host, { key: '
|
|
282
|
+
return (h(Host, { key: '53ca1c9cf778456791b51a012feef878a757b201', tabIndex: 0, class: { "has-value": this.selected.length !== 0, open: this.open }, onClick: (event) => this.handleShowOptions(event) }, h("div", { key: '6f34984590263650dc01631642dd8d1fcb99e6f8', class: "select-display", ref: element => (this.displaySelectedElement = element) }, this.placeholder), h("div", { key: '4bc2998836740edcdf28cba931a493e41eb27164', class: "icons", ref: element => (this.iconsDiv = element) }, h("smoothly-icon", { key: '7ecbd020399beedb2f247dc24f34e124dff681ec', class: "smoothly-invalid", name: "alert-circle", color: "danger", fill: "clear", size: "small", toolTip: this.errorMessage }), h("slot", { key: '12a9f9bd31a268275d52e072f200b65065c6ebab', name: "end" }), this.looks == "border" && !this.readonly && (h("smoothly-icon", { key: '471609e7f3392d240a86dcc12ec7789efb5fdbf0', ref: element => (this.toggle = element), size: "tiny", name: this.open ? "caret-down-outline" : "caret-forward-outline" }))), h("slot", { key: '86dd1aab9ec4f5de581116941c093190a753800e', name: "label" }), h("div", { key: '2df664b32bc54c10aa785f04fb433041ca77e5af', class: { hidden: !this.open, options: true }, ref: (el) => (this.optionsDiv = el) }, this.filter.length > 0 && (h("div", { key: '5f79fc4cadd7de3b18391b04beafb49d192eb471', class: "search-preview" }, h("smoothly-icon", { key: 'e39f46a99686b49c6d2b84efdc6b1b0af3ec4292', name: "search-outline", size: "small" }), this.filter, h("smoothly-icon", { key: 'df7b29e678db8cd87fe4f57c8bcad7b9cb71bef0', name: "backspace-outline", size: "small", onClick: e => {
|
|
283
283
|
e.stopPropagation();
|
|
284
284
|
this.filter = "";
|
|
285
285
|
this.element.focus();
|
|
286
|
-
} }), this.mutable && (h("smoothly-icon", { key: '
|
|
286
|
+
} }), this.mutable && (h("smoothly-icon", { key: '264aa85b53723489930a72ba8f070b51223de7ad', name: "add", size: "small", onClick: e => {
|
|
287
287
|
e.stopPropagation();
|
|
288
288
|
this.addItem();
|
|
289
|
-
} })))), h("slot", { key: '
|
|
289
|
+
} })))), h("slot", { key: '1f1d5c8170cafcf97c73f1b9c25afd2333339606' }), this.addedItems)));
|
|
290
290
|
}
|
|
291
291
|
static get is() { return "smoothly-input-select"; }
|
|
292
292
|
static get encapsulation() { return "scoped"; }
|
|
@@ -38,7 +38,7 @@ export class SmoothlyInputSubmit {
|
|
|
38
38
|
}
|
|
39
39
|
render() {
|
|
40
40
|
var _a, _b;
|
|
41
|
-
return (h(Host, { key: '
|
|
41
|
+
return (h(Host, { key: '1d8c88daf379890ea99a468e995664358fe34358', title: this.toolTip }, this.delete == true ? (h("smoothly-button-confirm", { size: this.size, shape: this.shape, expand: this.expand, color: (_a = this.color) !== null && _a !== void 0 ? _a : "danger", fill: this.fill, onSmoothlyConfirm: () => this.clickHandler() }, h("slot", null), h("smoothly-icon", { name: "trash-outline", fill: "solid", size: "tiny" }))) : (h("smoothly-button", { disabled: this.disabled, size: this.size, type: "button", shape: this.shape, expand: this.expand, color: (_b = this.color) !== null && _b !== void 0 ? _b : "success", fill: this.fill, onClick: () => this.clickHandler() }, h("slot", null), this.icon && h("smoothly-icon", { name: this.icon, fill: "solid", size: "tiny" })))));
|
|
42
42
|
}
|
|
43
43
|
static get is() { return "smoothly-input-submit"; }
|
|
44
44
|
static get encapsulation() { return "scoped"; }
|
|
@@ -29,7 +29,7 @@ export class SmoothlyItem {
|
|
|
29
29
|
: false;
|
|
30
30
|
}
|
|
31
31
|
render() {
|
|
32
|
-
return (h(Host, { key: '
|
|
32
|
+
return (h(Host, { key: '3ed995516cbc1201d69cf5ac51fec581d7d336e1', tabIndex: -1 }, h("slot", { key: '86b7afe4dba82ba858cb5cb423c48e83be1613cc' })));
|
|
33
33
|
}
|
|
34
34
|
static get is() { return "smoothly-item"; }
|
|
35
35
|
static get encapsulation() { return "scoped"; }
|
|
@@ -7,9 +7,9 @@ export class SmoothlyLabel {
|
|
|
7
7
|
}
|
|
8
8
|
render() {
|
|
9
9
|
var _a;
|
|
10
|
-
return (h(Host, { key: '
|
|
10
|
+
return (h(Host, { key: '5774de78bb12d627ff4cbe9e929e9111fb7190d5', title: this.description, style: {
|
|
11
11
|
"--hue": (_a = this.hue) === null || _a === void 0 ? void 0 : _a.toString(),
|
|
12
|
-
} }, h("slot", { key: '
|
|
12
|
+
} }, h("slot", { key: '9a8a3d260c46b24373ea2f825a01934044406eb0' })));
|
|
13
13
|
}
|
|
14
14
|
static get is() { return "smoothly-label"; }
|
|
15
15
|
static get encapsulation() { return "scoped"; }
|
|
@@ -9,7 +9,7 @@ export class SmoothlyLazy {
|
|
|
9
9
|
this.show = true;
|
|
10
10
|
}
|
|
11
11
|
render() {
|
|
12
|
-
return (h(Host, { key: '
|
|
12
|
+
return (h(Host, { key: '9232620482ed6c3a6f428bfe60cb697414b6a336' }, h("slot", { key: '25929b29e0ae6429f009bd55c60698e9031375ba', name: "before" }), h("smoothly-load-more", { key: '636eedc57a3698f4a376b1f72557124e1fb9acfd', onSmoothlyLoadMore: e => this.loadMoreHandler(e) }), this.show && (typeof this.content == "function" ? h(this.content, null) : this.content), h("slot", { key: '0d88241bd8026ae932531aa40995f6fe852cae66' })));
|
|
13
13
|
}
|
|
14
14
|
static get is() { return "smoothly-lazy"; }
|
|
15
15
|
static get encapsulation() { return "scoped"; }
|
|
@@ -37,7 +37,7 @@ export class LoadMore {
|
|
|
37
37
|
}
|
|
38
38
|
}
|
|
39
39
|
render() {
|
|
40
|
-
return h(Host, { key: '
|
|
40
|
+
return h(Host, { key: 'ab441b5c3f3d5d75cf571153176f2feb2e22be74' });
|
|
41
41
|
}
|
|
42
42
|
static get is() { return "smoothly-load-more"; }
|
|
43
43
|
static get encapsulation() { return "scoped"; }
|
|
@@ -9,7 +9,7 @@ export class SmoothlyModal {
|
|
|
9
9
|
this.smoothlyModalChange.emit(this.open);
|
|
10
10
|
}
|
|
11
11
|
render() {
|
|
12
|
-
return (h(Host, { key: '
|
|
12
|
+
return (h(Host, { key: '4e8e1a3fa1514c5f4e96be5ca19a3e51b00c8ebf', role: "alertdialog" }, h("div", { key: 'e34db35173c29b139189d2f4ed3f9ae32a0d1b8b', class: "modal" }, h("div", { key: 'd612e953afeeb5f263733f3962b75352b0acd4ac', class: "header" }, h("slot", { key: '43bc2a0ba4af24172aa61445527bcca7daa20062', name: "header" }), this.closable && h("smoothly-icon", { key: '077cfd88bb565982a48044d5449c23a33c86cf6f', name: "close-outline", fill: "solid", onClick: () => (this.open = false) })), h("slot", { key: '7cf4fd88b99e833ceae23b9a84629cd832429615' }), h("div", { key: '694537630273a9b0457329c25930a681cac0d822', class: "actions" }, h("slot", { key: '3be84aa4fb5b6df9745bf83121d5470df03e063f', name: "actions" })))));
|
|
13
13
|
}
|
|
14
14
|
static get is() { return "smoothly-modal"; }
|
|
15
15
|
static get encapsulation() { return "scoped"; }
|
|
@@ -49,7 +49,7 @@ export class Notification {
|
|
|
49
49
|
this.onUpdatedNotice(this.notice);
|
|
50
50
|
}
|
|
51
51
|
render() {
|
|
52
|
-
return (h(Host, { key: '
|
|
52
|
+
return (h(Host, { key: '7c845d41e00adf4dcaae082e75dc602fbad208da', color: this.properties[0], fill: "solid" }, this.closable && (h("smoothly-trigger", { key: '4ba34762185e7f145ca7220ff7a93e8139601caf', fill: "clear", name: "close" }, h("smoothly-icon", { key: 'a01ea1020f051a238299b6082d7f9513582b437d', name: "close-circle-outline" }))), h("span", { key: '750ba5c476f6b4261f994fc5c3355e4a86127be3', class: this.icon ? "icon" : "clean" }, this.icon && h("smoothly-icon", { key: 'ba67d3bf5712d9693c66ddee9a66da24521c7d60', name: this.properties[1] }), h("p", { key: '58b2e4f5ae440f81332125276bb6797dbed026d6' }, this.notice.message))));
|
|
53
53
|
}
|
|
54
54
|
static get is() { return "smoothly-notification"; }
|
|
55
55
|
static get encapsulation() { return "scoped"; }
|
|
@@ -11,7 +11,7 @@ export class Notifier {
|
|
|
11
11
|
this.notices = [...this.notices.filter(n => n != event.detail)];
|
|
12
12
|
}
|
|
13
13
|
render() {
|
|
14
|
-
return (h(Host, { key: '
|
|
14
|
+
return (h(Host, { key: 'c3f5493e09550b6c51e8a4a5d79e879213177971' }, h("slot", { key: '031af69c7df7e8ec52665912c005603ef19e607c' }), h("aside", { key: 'b373e41f80802cad42a1893ddb4cdcc11767d0d9' }, this.notices.map(n => (h("smoothly-notification", { notice: n, icon: this.icon }))))));
|
|
15
15
|
}
|
|
16
16
|
static get is() { return "smoothly-notifier"; }
|
|
17
17
|
static get encapsulation() { return "scoped"; }
|
|
@@ -6,9 +6,9 @@ export class SmoothlySpinner {
|
|
|
6
6
|
}
|
|
7
7
|
render() {
|
|
8
8
|
const strokeWidth = this.size == "large" ? 6 : this.size == "medium" ? 8 : this.size == "icon" ? 8 : 12;
|
|
9
|
-
return (h(Host, { key: '
|
|
9
|
+
return (h(Host, { key: 'ad927ab405fb8e1d9f65754de12159074f4674e4', style: {
|
|
10
10
|
"--spinner-size": this.size == "large" ? "5em" : this.size == "medium" ? "3em" : this.size == "icon" ? "1.8em" : "1.2em",
|
|
11
|
-
} }, h("svg", { key: '
|
|
11
|
+
} }, h("svg", { key: 'c40d7dc9441ded52ef098365baf77870b110f757', class: "spinner", viewBox: `0 0 ${60 + strokeWidth} ${60 + strokeWidth}`, xmlns: "http://www.w3.org/2000/svg" }, h("circle", { key: '8653e85654b023d560baaef3c094da84eac870e1', class: "path", fill: "none", "stroke-width": strokeWidth, "stroke-linecap": "round", cx: `${30 + strokeWidth / 2}`, cy: `${30 + strokeWidth / 2}`, r: "30" }))));
|
|
12
12
|
}
|
|
13
13
|
static get is() { return "smoothly-spinner"; }
|
|
14
14
|
static get encapsulation() { return "scoped"; }
|
|
@@ -25,7 +25,7 @@ export class SmoothlySubmit {
|
|
|
25
25
|
(_a = this.parent) === null || _a === void 0 ? void 0 : _a.submit();
|
|
26
26
|
}
|
|
27
27
|
render() {
|
|
28
|
-
return (h(Button, { key: '
|
|
28
|
+
return (h(Button, { key: '831af4459da02ff6cbe3ef5361ce21a4969facde', disabled: this.disabled, type: this.type }, h("slot", { key: '8c0ec50155ca4cbe2444cfb83f2191ab1f85d46b' })));
|
|
29
29
|
}
|
|
30
30
|
static get is() { return "smoothly-submit"; }
|
|
31
31
|
static get encapsulation() { return "scoped"; }
|
|
@@ -25,7 +25,7 @@ export class SmoothlySummary {
|
|
|
25
25
|
}
|
|
26
26
|
}
|
|
27
27
|
render() {
|
|
28
|
-
return (h("details", { key: '
|
|
28
|
+
return (h("details", { key: '867e247e3c2b27f03fe3d8d79ddccd2a4a24bd2a', onToggle: e => this.toggleHandler(e), open: this.open }, h("summary", { key: '302c2da5ca9acd9b7b1d0500f7cd449d5c0363b9' }, h("smoothly-icon", { key: 'd8f86b4a3a12ccb790a9d00269501d8f427eafcb', name: "caret-forward", color: this.color, fill: this.fill, size: this.size }), h("slot", { key: 'b6746b271026ed27921a810b9adcc30a5d139a57', name: "summary" })), h("slot", { key: '81118cd7721c2ed5294eabb32c0fe819c423d9e0', name: "content" })));
|
|
29
29
|
}
|
|
30
30
|
static get is() { return "smoothly-summary"; }
|
|
31
31
|
static get encapsulation() { return "scoped"; }
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { h, Host } from "@stencil/core";
|
|
2
2
|
export class SmoothlyTableBody {
|
|
3
3
|
render() {
|
|
4
|
-
return (h(Host, { key: '
|
|
4
|
+
return (h(Host, { key: '3514090979dca3daa66aa8ea35358229fd0b9065' }, h("slot", { key: '9540bae0c43bdeff30d05835c2b039f23c9c458a' })));
|
|
5
5
|
}
|
|
6
6
|
static get is() { return "smoothly-table-body"; }
|
|
7
7
|
static get encapsulation() { return "scoped"; }
|
|
@@ -5,7 +5,7 @@ export class SmoothlyTableCell {
|
|
|
5
5
|
}
|
|
6
6
|
render() {
|
|
7
7
|
var _a;
|
|
8
|
-
return (h(Host, { key: '
|
|
8
|
+
return (h(Host, { key: '579536102af161d3f9eb9e00af627344d069b2d9', style: { "--smoothly-table-cell-span": (_a = this.span) === null || _a === void 0 ? void 0 : _a.toString(10) } }, h("slot", { key: '716b8539866c94a4e9f57beedc26c0b3398f3830' })));
|
|
9
9
|
}
|
|
10
10
|
static get is() { return "smoothly-table-cell"; }
|
|
11
11
|
static get encapsulation() { return "scoped"; }
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { h, Host } from "@stencil/core";
|
|
2
2
|
export class SmoothlyTableDemoColspan {
|
|
3
3
|
render() {
|
|
4
|
-
return (h(Host, { key: '
|
|
4
|
+
return (h(Host, { key: '9f2e3eb9e4d95cd8230e6fb82791d5d0c6012b53' }, h("smoothly-table", { key: 'f74d01b7f0160f4b23424ffdb8fa6b7b44d9fedd', columns: 3 }, h("smoothly-table-head", { key: '4a53bd44d03ef7a46a46a85bd39af45b69456f59' }, h("smoothly-table-row", { key: '1823ff3900ae5b940aacafa8f1b610b51e4adaa4' }, h("smoothly-table-cell", { key: 'c5c75b7295bd895df50f12fed08995265ffbfbbb' }, "Date"), h("smoothly-table-cell", { key: '79bbe92adfea579806f89da74bff195092a1e85b' }, "Skip"), h("smoothly-table-cell", { key: 'c8541523b82dc0e447ab67b52ab66e15f655bf16' }, "Total"))), h("smoothly-table-body", { key: '7c924ca900b3d482b340d3cbb5b461cc0371dc45' }, h("smoothly-table-row", { key: '73845881085f1dba7afb783d6ec9eeea860df09f' }, h("smoothly-table-cell", { key: '33c011cd65a3cbed12dc95372b3cc8321861e2c8', span: 2 }, h("smoothly-display", { key: 'd35fb76e50566c42e4ae7834d056ec7c3fd19651', type: "date", value: "2024-01-01" })), h("smoothly-table-cell", { key: '34b5085f8162964c3b5a690704a28d57ba98c507' }, h("smoothly-display", { key: 'cf24a3b830e3f0e4e57b8c0ece0b8d639c11fc82', type: "price", value: 120, currency: "EUR" }))), h("smoothly-table-row", { key: '2a4f9a805b0141475f0f56305b68babfdbe99364' }, h("smoothly-table-expandable-cell", { key: '1e37cefbe785ecc65d5cec5370d8f1ec8ae155bc', span: 2 }, h("smoothly-display", { key: '16a398443bf00001d9302a106708a33739138cef', type: "date", value: "2024-01-02" }), h("smoothly-lazy", { key: 'c872fac48a23e9245817e020bbf119f10abb5a87', slot: "detail", content: h("smoothly-display", { type: "date-time", value: "2024-01-02T13:37:00.000Z" }) })), h("smoothly-table-expandable-cell", { key: 'a0619681740d615b3638b0c1381868fd876d7b96' }, h("smoothly-display", { key: '9b983efcc92fe95fa83b691ae129f4c81ec27566', type: "price", value: 220, currency: "EUR" }), h("smoothly-lazy", { key: 'c066cb080f4938384a01ec61b0d8660fc4f74267', slot: "detail", content: h("span", null, h("smoothly-display", { type: "price", value: 120, currency: "EUR" }), " + ", h("smoothly-display", { type: "price", value: 100, currency: "EUR" })) }))), h("smoothly-table-row", { key: 'b50830acc0c012b28d177b54cacc50f8bd4bfb1e' }, h("smoothly-table-cell", { key: 'ce9db98b833a2e09ee94bfad3582c0d5d107d9f5' }, h("smoothly-display", { key: '5770b3138473dfd7fab6ec400f67250ac6b671f0', type: "date", value: "2024-01-02" })), h("smoothly-table-cell", { key: 'c9f828236815c213bb2e78f989f1a484f7fd5a26' }, "Not Skipped"), h("smoothly-table-cell", { key: 'ddd50ffd161dd24d9196e6760fcd9e4bfce003c6' }, h("smoothly-display", { key: '30b22f99777dcfb88cdb6420b718c45f709b2db5', type: "price", value: 320, currency: "EUR" })))))));
|
|
5
5
|
}
|
|
6
6
|
static get is() { return "smoothly-table-demo-colspan"; }
|
|
7
7
|
static get encapsulation() { return "scoped"; }
|
|
@@ -9,7 +9,7 @@ export class SmoothlyTableDemoFillerRow {
|
|
|
9
9
|
}, 3000);
|
|
10
10
|
}
|
|
11
11
|
render() {
|
|
12
|
-
return (h(Host, { key: '
|
|
12
|
+
return (h(Host, { key: '4bfc0a1cdf124c7e8b9e139cea9fb1d40a698977' }, h("smoothly-display", { key: 'b4ecca1026d3f3c0d5fd964b0e6e668f068fd4de', type: "text", value: "Filler row" }), h("smoothly-table", { key: 'aa373236eada287cf36872a8309b46864cd8a23e', color: "primary", columns: 4 }, h("smoothly-table-head", { key: '0ab77571d777d6e808eaed27304af683dc0ae7ce' }, h("smoothly-table-row", { key: '5a615f3b3dfbb0c3c2627cb5fc93643931adebf3' }, h("smoothly-table-cell", { key: 'c874d318c92a76a6eca2050cde288ac99c6aa3de' }, "Breed"), h("smoothly-table-cell", { key: '8325696db18f5c147f6dce7154bfb5f328557fbe' }, "Country"), h("smoothly-table-cell", { key: '7bbb2ab808a0a51dbd00a4b0cd8b4e16a4901fc5' }, "Coat"), h("smoothly-table-cell", { key: 'a26e3b609437a4bb89485b02cfca289beba1c427' }, "Origin"))), h("smoothly-table-body", { key: 'e3505ea86686e84fd19a3bd054193e02a879396d' }, this.cats === undefined ? (h("smoothly-table-filler-row", null, "No data to display")) : this.cats.length === 0 ? (h("smoothly-table-filler-row", null, h("smoothly-spinner", { style: { margin: "auto" }, color: "default", size: "small" }))) : (this.cats.map(a => (h("smoothly-table-row", null, h("smoothly-table-cell", null, a.breed), h("smoothly-table-cell", null, a.country), h("smoothly-table-cell", null, a.coat), h("smoothly-table-cell", null, a.origin)))))))));
|
|
13
13
|
}
|
|
14
14
|
static get is() { return "smoothly-table-demo-filler-row"; }
|
|
15
15
|
static get encapsulation() { return "scoped"; }
|
|
@@ -27,18 +27,18 @@ export class TableDemoFiltered {
|
|
|
27
27
|
}
|
|
28
28
|
render() {
|
|
29
29
|
const cats = this.cats && selectively.filter(this.criteria, this.cats);
|
|
30
|
-
return (h(Host, { key: '
|
|
30
|
+
return (h(Host, { key: '8d55f782a5df458d13a02d59a0c204037cb084d3' }, h("smoothly-display", { key: 'b031a5503b68b070fbe0fa1e0a7973104bdd66b9', type: "text", value: "Filtered" }), h("smoothly-filter", { key: '5114ba3045e6a38813a4dda29ac3303f001af64e' }, h("smoothly-filter-toggle", { key: '845ee58c9a0ce4fa8ff8c1e4114de768ac175fac', properties: { ["nested.pattern"]: "Ticked", breed: "" }, icon: "add", toolTip: "Nested Ticked", slot: "bar" }), h("smoothly-filter-toggle", { key: '7c8e98ac1bfc7537a9aa6412255b34a54fc60de3', properties: { pattern: "Ticked", breed: "" }, icon: "paw", toolTip: "Ticked cats", slot: "bar" }), h("smoothly-filter-toggle", { key: 'f14605713a881dfdc90e7fcac7bd7a550b06f587', properties: { breed: "Bombay", pattern: "Solid" }, icon: "radio-button-on", toolTip: "Solid bombay cats", slot: "bar" }), h("smoothly-filter-toggle", { key: '2183ee1b6762ebd5ccaff93f0c1848a6c4cac5c7', properties: { pattern: "Colorpoint" }, not: true, active: true, icon: "alert", toolTip: "Colored cats", slot: "bar" }), h("smoothly-filter-select", { key: '266ad69988175d612400edfcfb8dcfd7af16670b', menuHeight: "5items", label: "coat", property: "nested.coat", slot: "bar", multiple: false }, this.cats &&
|
|
31
31
|
Object.values(this.cats.reduce((r, cat) => (cat.nested ? Object.assign(Object.assign({}, r), { [cat.nested.coat]: cat }) : r), {})).map(cat => {
|
|
32
32
|
var _a;
|
|
33
33
|
return ((_a = cat.nested) === null || _a === void 0 ? void 0 : _a.coat) && (h("smoothly-item", { slot: "items", value: cat.nested.coat }, cat.nested.coat));
|
|
34
|
-
})), h("div", { key: '
|
|
34
|
+
})), h("div", { key: '801474cee57610ea30e72193425c88d8de454e4e', slot: "detail" }, h("smoothly-form", { key: '752f211850ac2e71727e5a7b2021f1bbcf7d68b3', looks: "border" }, h("smoothly-filter-select", { key: 'e9ecc6a81dd93740bb29c31d0916b32191317d77', menuHeight: "5items", label: "coat", property: "nested.coat", multiple: true }, this.cats &&
|
|
35
35
|
Object.values(this.cats.reduce((r, cat) => (cat.nested ? Object.assign(Object.assign({}, r), { [cat.nested.coat]: cat }) : r), {})).map(cat => {
|
|
36
36
|
var _a;
|
|
37
37
|
return ((_a = cat.nested) === null || _a === void 0 ? void 0 : _a.coat) && (h("smoothly-item", { slot: "items", value: cat.nested.coat }, cat.nested.coat));
|
|
38
|
-
})), h("smoothly-filter-select", { key: '
|
|
39
|
-
Object.values(this.cats.reduce((r, cat) => (cat.breed ? Object.assign(Object.assign({}, r), { [cat.breed]: cat }) : r), {})).map(cat => cat.breed && (h("smoothly-item", { slot: "items", value: cat.breed }, cat.breed)))), h("smoothly-filter-select", { key: '
|
|
38
|
+
})), h("smoothly-filter-select", { key: 'e3ccd5e3248302430f151cb7190b82f6013e6c65', menuHeight: "5items", label: "breed", property: "breed", multiple: false }, this.cats &&
|
|
39
|
+
Object.values(this.cats.reduce((r, cat) => (cat.breed ? Object.assign(Object.assign({}, r), { [cat.breed]: cat }) : r), {})).map(cat => cat.breed && (h("smoothly-item", { slot: "items", value: cat.breed }, cat.breed)))), h("smoothly-filter-select", { key: '72505b6a1afe108c13b52aef6ab2874bb5c97782', menuHeight: "5items", label: "names", property: "nested.names", multiple: true, type: "array" }, Object.keys(Object.values(names)
|
|
40
40
|
.flat()
|
|
41
|
-
.reduce((r, name) => (Object.assign(Object.assign({}, r), { [name]: true })), {})).flatMap(name => (h("smoothly-item", { slot: "items", value: name }, name)))), h("smoothly-filter-input", { key: '
|
|
41
|
+
.reduce((r, name) => (Object.assign(Object.assign({}, r), { [name]: true })), {})).flatMap(name => (h("smoothly-item", { slot: "items", value: name }, name)))), h("smoothly-filter-input", { key: '6b5fc795a759f451ff4e46fad05c108ed5b47fc5', label: "Coat", property: "coat" }), h("smoothly-filter-input", { key: '53086231e9056ad86984bd63c1208b8e1df5ef15', label: "Nested Coat", property: "nested.coat" })))), !cats ? ("Failed to load data.") : (h("smoothly-table", { columns: 4 }, h("smoothly-table-head", null, h("smoothly-table-row", null, h("smoothly-table-cell", null, this.selector.render(cats)), h("smoothly-table-cell", null, "Breed"), h("smoothly-table-cell", null, "Coat"), h("smoothly-table-cell", null, "Price"))), cats.map(cat => (h("smoothly-table-row", null, h("smoothly-table-cell", null, this.selector.render(cat)), h("smoothly-table-expandable-cell", null, cat.breed, h("div", { slot: "detail" }, "Country: ", cat.country)), h("smoothly-table-expandable-cell", null, cat.coat, h("div", { slot: "detail" }, "Pattern: ", cat.pattern)), h("smoothly-table-cell", null, h("smoothly-display", { type: "price", value: cat.price, currency: "SEK" }))))), h("smoothly-table-foot", null, h("smoothly-table-row", null, h("smoothly-table-cell", { span: 3 }, h("smoothly-display", { type: "text", value: `Selected: ${this.selector.selected.length != 0 ? this.selector.selected.length : cats ? cats.length : "?"}` }))))))));
|
|
42
42
|
}
|
|
43
43
|
static get is() { return "smoothly-table-demo-filtered"; }
|
|
44
44
|
static get encapsulation() { return "scoped"; }
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Fragment, h, Host } from "@stencil/core";
|
|
2
2
|
export class SmoothlyTableDemoGroup {
|
|
3
3
|
render() {
|
|
4
|
-
return (h(Host, { key: '
|
|
4
|
+
return (h(Host, { key: 'ab17a5de6350253218129e9ef1a901afca119cb9' }, h("smoothly-display", { key: '241b4f2a5d975758716c86f4a9e607a603deda71', type: "text", value: "Group" }), h("smoothly-table", { key: '862a1f6f51b60bdf7180a23ae2e5e8ba756da733', color: "primary", columns: 2 }, h("smoothly-table-head", { key: 'fd02d23e191fa245f87fba4ad4d6bca4589568d9' }, h("smoothly-table-row", { key: 'e680167eb05b171558d9eaa020078890e21b4417' }, h("smoothly-table-cell", { key: '6b52630d199801fed460f8ec4006ed99917b55b0' }, "Date"), h("smoothly-table-cell", { key: '257ab1871963edba4c508b9239d91fdc47a4188c' }, "Total"))), h("smoothly-table-body", { key: 'e105bea8ba10cbc7f28ff60276e905905e6a4f61' }, h("smoothly-table-row-group", { key: 'cfb10b12fa24d5f3503efc04cb630ed6f062426d', align: true }, h("smoothly-display", { key: '1eb844826cb1b1acf2ac13aa7e042a430d930cfd', slot: "start", type: "date", value: "2024-01-01" }), h("smoothly-display", { key: 'f80a2845de1d28e0827cc41f5d1060749c4ec953', slot: "end", type: "price", currency: "EUR", value: 510 }), h("smoothly-table-expandable-row", { key: '4efa1e4899770886d3a227487f50c3584555a8d0' }, h("smoothly-table-cell", { key: '547add4a1a36ed0d969caa0c066d564cb44e2748' }, h("smoothly-display", { key: 'bb67befeef44104cbc3bf02c7880ff58387f2891', type: "date-time", value: "2024-01-01T01:37:00.000Z" })), h("smoothly-table-cell", { key: '6c9442e995afeba0d129e32c7a32744af53c9725' }, h("smoothly-display", { key: '2d310c3f5a84ccad1d17c457dfb74b9d7e1bd9fc', type: "price", currency: "EUR", value: 250 })), h("smoothly-lazy", { key: '6f978c968c43d7315509241291a2a955ebbe5539', slot: "detail", content: h(Fragment, null, "Details of 2024-01-01T01:37:00.000Z") })), h("smoothly-table-expandable-row", { key: '492e93fa2821b38ab1f0ce305ea9fd65f8781e62' }, h("smoothly-table-cell", { key: '68dd180e3c2954bf50ec903b3809304b4300dac8' }, h("smoothly-display", { key: '172525308c6323f08391250970f83648f295f928', type: "date-time", value: "2024-01-01T13:37:00.000Z" })), h("smoothly-table-cell", { key: '102655f27f8fff0e563c1b9c4f91a7a5180517ed' }, h("smoothly-display", { key: 'a292efb6a9913c52a09669531f1ae420dee9bafe', type: "price", currency: "EUR", value: 260 })), h("smoothly-lazy", { key: '2229625dc6667273d75e5bab7e37c28353ff55c1', slot: "detail", content: h(Fragment, null, "Details of 2024-01-01T13:37:00.000Z") }))), h("smoothly-table-row", { key: '2f6a9d343d2b8faeb54591568fca534491e09624' }, h("smoothly-table-cell", { key: 'd28918b88277bab63ce3ac9e0c2ea2952fdc149f' }, h("smoothly-display", { key: '57254b712a9af72bd17db942d8c67b550f4bc249', type: "date", value: "2024-01-02" })), h("smoothly-table-cell", { key: 'ce6078b20e8ad3a60a2c7487b3c10033721c71e7' }, h("smoothly-display", { key: '59811e12b22df83a8b9f96743592aa3f0660c06a', type: "price", currency: "EUR", value: 130 }))), h("smoothly-table-row-group", { key: '794c6bd76c772c87610ddaf77da871e28b6fa3ce' }, h("smoothly-display", { key: '4abdc694438211eca8549e931f62db5078e13d4f', slot: "start", type: "date", value: "2024-01-03" }), h("smoothly-display", { key: '4d9af1d234da7b5489714cb6e0c2fa368e88e39e', slot: "end", type: "price", currency: "EUR", value: 720 }), h("smoothly-table-expandable-row", { key: 'a0866cf4f36b6e50e600d446ff6d101ebd5164fd' }, h("smoothly-table-cell", { key: 'd5f7ad1ff62d6b1002a3b191352fc3bf4cd4945c' }, h("smoothly-display", { key: 'e0066e67a6de844cd3e61d0898b216c14664dc65', type: "date-time", value: "2024-01-03T01:37:00.000Z" })), h("smoothly-table-cell", { key: '2de722ca6f420151fc220421e71e6ae4f76d63d6' }, h("smoothly-display", { key: '83f90ecb3d641449e5abceaf5ea70dcc863ce6ad', type: "price", currency: "EUR", value: 320 })), h("smoothly-lazy", { key: 'cab86fe7bdf6a750ab4acdf9f329829b8ee0f885', slot: "detail", content: h(Fragment, null, "Details of 2024-01-03T01:37:00.000Z") })), h("smoothly-table-expandable-row", { key: '737a4b2c40839d199221bc63185b59668a081428' }, h("smoothly-table-cell", { key: '1aab121795680be1745e57dc057d0b3d110679c7' }, h("smoothly-display", { key: 'ca32ff5340a004a4c2c44bf321ec47e7857a144c', type: "date-time", value: "2024-01-03T13:37:00.000Z" })), h("smoothly-table-cell", { key: '340e08d0a9bc1e9d483215e9bda2c9c20183fff3' }, h("smoothly-display", { key: '017cdd7cf3ac6aa73b2419abbd10484223ff8c93', type: "price", currency: "EUR", value: 400 })), h("smoothly-lazy", { key: '7e924702b8fd7ab2485fbeeca10c37851a415f62', slot: "detail", content: h(Fragment, null, "Details of 2024-01-03T13:37:00.000Z") }))), h("smoothly-table-row-group", { key: '0a71b3746078226007b57f1ef91a2cdd29a22dad' }, h("smoothly-display", { key: '6e179b5eddbcf3ba6effb11e02c0fd0c414a2f89', slot: "start", type: "date", value: "2024-01-04" }), h("smoothly-table-expandable-row", { key: '05dcfe20a4b3f6e312d2a7f487690b31190d0191' }, h("smoothly-table-cell", { key: '9ec721a6d7ef609b489c9a9c67ef9013f337d187' }, h("smoothly-display", { key: 'bbf1daa961b4fa73148bab8bd0cb843f34aecafc', type: "date-time", value: "2024-01-04T01:37:00.000Z" })), h("smoothly-table-cell", { key: '9bf0559b4456306ca7547011a93ea009dfa5a47a' }, h("smoothly-display", { key: 'a505d472404ec220b78837d01fa9c48ab479fbf1', type: "price", currency: "EUR", value: 320 })), h("smoothly-lazy", { key: '07defc9828ac26cda563bc5fab971e95e5edb7cb', slot: "detail", content: h(Fragment, null, "Details of 2024-01-04T01:37:00.000Z") })), h("smoothly-table-expandable-row", { key: 'b14b8ddb71431247dbaf2fa0a9a5bfa519773850' }, h("smoothly-table-cell", { key: '15f885b73e9b55da373fc4ba2a9f2ec26df7a1ad' }, h("smoothly-display", { key: 'f837ee876510ded9cdc95fb1f319ad3f0d033066', type: "date-time", value: "2024-01-04T13:37:00.000Z" })), h("smoothly-table-cell", { key: '24ee4da95e2f6567e84979bf550ba12383f8bbc7' }, h("smoothly-display", { key: '0c238ff9e955c702396b5f55362aa2b9b870e623', type: "price", currency: "EUR", value: 400 })), h("smoothly-lazy", { key: '4ddb314c99c1fcd10e0dfd624e15c705194d3999', slot: "detail", content: h(Fragment, null, "Details of 2024-01-04T13:37:00.000Z") }))), h("smoothly-table-row-group", { key: '76c28c274cbe1d43976ce8bf2f68c6a7c38cfb20' }, h("smoothly-display", { key: 'b906ac9acb1c046c0e180d99cb5f4d75ccb063aa', slot: "end", type: "price", currency: "EUR", value: 720 }), h("smoothly-table-expandable-row", { key: '1a1cfdb1ed8c2fe215346bba93775813853aa082' }, h("smoothly-table-cell", { key: '5d093841d54189dff2088e417a0df853af75fd9e' }, h("smoothly-display", { key: '85c9271cc6eeb69e1e8a9b2e99baaecec0d24e6e', type: "date-time", value: "2024-01-05T01:37:00.000Z" })), h("smoothly-table-cell", { key: 'd0207e188bfc3fcae67208cb54313e37b39bcae4' }, h("smoothly-display", { key: 'fda474c50fc46b3b1f9e3a765b83859082367204', type: "price", currency: "EUR", value: 320 })), h("smoothly-lazy", { key: 'a6212b95f076d12ab0f70d1ce10170647d3dac5f', slot: "detail", content: h(Fragment, null, "Details of 2024-01-05T01:37:00.000Z") })), h("smoothly-table-expandable-row", { key: '2e3631f82c36b66f801d36ac420a9972121626e2' }, h("smoothly-table-cell", { key: '83e96169bc9e24188f64356e8ce2909ea93705a5' }, h("smoothly-display", { key: 'fac1debee6f460708486d20a44da4783f7ef798d', type: "date-time", value: "2024-01-05T13:37:00.000Z" })), h("smoothly-table-cell", { key: 'acc2178f2d34df95125bb8a6591f3eeac8637c97' }, h("smoothly-display", { key: '2ba249b1cb1f3fa8e0f19d660bf555bfc2023934', type: "price", currency: "EUR", value: 400 })), h("smoothly-lazy", { key: 'e2325d894438f3283173ed8b9ed9a5ad7fe1f766', slot: "detail", content: h(Fragment, null, "Details of 2024-01-05T13:37:00.000Z") }))), h("fake-group-wrapper", { key: '6f03088f762e762bca3aaf5c9c2e0db272ea859b' }, h("smoothly-table-row-group", { key: '8588a6eb1d4ae426898fdaac653e45053488f977' }, h("smoothly-display", { key: 'e74e5318cf74c0a3baf0af70a603238dd0aea2bc', slot: "start", type: "date", value: "2024-01-06" }), h("smoothly-display", { key: '37bbc408b2e023340c64ee2184efb3414a8ed78a', slot: "end", type: "price", currency: "EUR", value: 720 }), h("fake-row-wrapper", { key: 'aa2b9dcb132df48feba44e8e645bb5f9d866d700' }, h("smoothly-table-row", { key: '3fb8882c74c28e9f52bb812ecf95fc72788f4e28' }, h("fake-cell-wrapper", { key: '65a11fedd55768fa7a2bfde52e35752f20bf941c' }, h("smoothly-table-cell", { key: '3abc35523c899732331481fd7a533499647e9e11' }, h("smoothly-display", { key: '15d61e95a487e711bb423a71dd687b9c8ac99b3b', type: "date", value: "2024-01-02" }))), h("fake-expandable-cell-wrapper", { key: 'a5635badb923e122f6b539825695f23f07784ee5' }, h("smoothly-table-expandable-cell", { key: '92596731648f02e90a6d3393f5b9154358590fc5' }, h("smoothly-display", { key: '946cce4395db9b1db2994fbb898dabcf9587c445', type: "price", currency: "EUR", value: 130 }), h("smoothly-lazy", { key: '593551e1a00a7367db227a1b165b01325d0bbfe2', slot: "detail", content: h("span", null, h("smoothly-display", { type: "price", value: 100, currency: "EUR" }), " + ", h("smoothly-display", { type: "price", value: 30, currency: "EUR" })) }))))), h("fake-expandable-row-wrapper", { key: 'c3b8371c6f75c763d2f7983f9d6814cb6fda7b2b' }, h("smoothly-table-expandable-row", { key: 'f368d9a8964cd3491a6c3b15fee582316d93321b' }, h("fake-cell-wrapper", { key: 'e53b542c79a919162a5663937ea215f5ade7abe7', class: "span-2" }, h("smoothly-table-cell", { key: '4d3d43c2fbcb74b8ab0ddc290d31eddf6eb3adaf', span: 2 }, h("smoothly-display", { key: 'e29d593e033eef6aa308729c115d6131c57527f8', type: "date", value: "2024-01-07" }))), h("smoothly-lazy", { key: '8efb4c4255338d4a042909417b6bdeee312a1395', slot: "detail", content: h("smoothly-display", { type: "date-time", value: "2024-01-07T13:37:00.000Z" }) }))))), h("smoothly-table-row-group", { key: 'b6d86bb92d60916bd58e1eb3d6eee104cfbe95e3' }, h("smoothly-display", { key: '7f9f43eb7f95a2671a83bda52957c69b286881d3', slot: "start", type: "date", value: "2024-01-08" }), h("smoothly-display", { key: '5c7cac6977f26a51ad35fdcbf4a70a0aefa0d4cf', slot: "end", type: "price", currency: "EUR", value: 720 }))))));
|
|
5
5
|
}
|
|
6
6
|
static get is() { return "smoothly-table-demo-group"; }
|
|
7
7
|
static get encapsulation() { return "scoped"; }
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { h, Host } from "@stencil/core";
|
|
2
2
|
export class SmoothlyTableDemo {
|
|
3
3
|
render() {
|
|
4
|
-
return (h(Host, { key: '
|
|
4
|
+
return (h(Host, { key: 'f02c9aa3d13d5348511bc42671c77fe88473618e' }, h("smoothly-table-demo-filler-row", { key: '57b9f89eba6c6a93cfea05e753646a08ec5999d1' }), h("smoothly-table-demo-group", { key: '8bef227a7c5e4c4b3094c1ec04393909b22fdca9' }), h("smoothly-table-demo-colspan", { key: '2f4d90087abedaa28c03d535835f92b60f596241' }), h("smoothly-table-demo-simple", { key: 'c518a151a2d43c0377bd4d9d94f85497bb73c1ec' }), h("smoothly-table-demo-nested", { key: '4ce6c41b94062d9dfea5b1730cdda6e9a87391a6' }), h("smoothly-table-demo-filtered", { key: '4a7901a241a00affa343c593c477509776596735' })));
|
|
5
5
|
}
|
|
6
6
|
static get is() { return "smoothly-table-demo"; }
|
|
7
7
|
static get encapsulation() { return "scoped"; }
|
|
@@ -2,7 +2,7 @@ import { h, Host } from "@stencil/core";
|
|
|
2
2
|
import { data } from "./data";
|
|
3
3
|
export class SmoothlyTableDemoNested {
|
|
4
4
|
render() {
|
|
5
|
-
return (h(Host, { key: '
|
|
5
|
+
return (h(Host, { key: 'f7dc608b56f946058e12ed68ea7e90df810f987a' }, h("smoothly-display", { key: '358904431eafbb1d627d0fdee7c08086f6153dc6', type: "text", value: "Nested" }), h("smoothly-table", { key: 'c2f0330f908bffe60134686ab682c4cd2387248d', color: "primary", columns: 8 }, h("smoothly-table-head", { key: 'b1fe6f04435b744f361633a7a887578b933fa1cd' }, h("smoothly-table-row", { key: '78e9506a94ad8fdf48e78f9ab62bec3e9d9bb935' }, h("smoothly-table-cell", { key: '7a7231af5f81a6eb7ee43349d63f83358103eb3d' }, "Id"), h("smoothly-table-cell", { key: 'ff3a6cc9c47a64b963b5e40001e88d3069bdbf0c' }, "Registered"), h("smoothly-table-cell", { key: 'c38b672be9a1365330d07b69054989f5e60ee1c8' }, "Name"), h("smoothly-table-cell", { key: 'c292d75f64bdc388ff8c264ecbf085e771ce2492' }, "Age"), h("smoothly-table-cell", { key: '8365cd3d2247db5520b8e50ea0d0fcd87b382cd6' }, "Balance"), h("smoothly-table-cell", { key: '62d413791161883a1e49ee7dff722391e82e5fb3' }, "EyeColor"), h("smoothly-table-cell", { key: '49c25aaf48bb22a60746db2ccf645e7036a64ead' }, "Gender"), h("smoothly-table-cell", { key: '0788fc296b75856ccc29ed294b4e626492813c5a' }, "Company"))), h("smoothly-table-body", { key: '1a0cd70d6e0571c0ab7eb46af0d593f5728a6706' }, data.map(entry => (h("smoothly-table-expandable-row", null, h("smoothly-table-demo-nested-inner", { color: "secondary", data: entry.friends, slot: "detail" }), h("smoothly-table-cell", null, entry.id), h("smoothly-table-cell", null, entry.registered), h("smoothly-table-cell", null, entry.name), h("smoothly-table-cell", null, entry.age), h("smoothly-table-cell", null, entry.balance), h("smoothly-table-cell", null, entry.eyeColor), h("smoothly-table-cell", null, entry.gender), h("smoothly-table-cell", null, entry.company))))), h("smoothly-table-foot", { key: 'ffd413ef41a90b18d9bc871c7b93f41510dc0509' }, h("smoothly-table-row", { key: 'eaf3e4be22c78eef4eb41ff9299781fca20496e0' }, h("smoothly-table-cell", { key: 'afae4894d7f49040746b279f6ce95a3eeb110778' }, "Footer Cell"), h("smoothly-table-cell", { key: 'c4b6dd203fbe9d891a46eb279188fd1140e6f514' }, "Footer Cell"))))));
|
|
6
6
|
}
|
|
7
7
|
static get is() { return "smoothly-table-demo-nested"; }
|
|
8
8
|
static get encapsulation() { return "scoped"; }
|
|
@@ -5,7 +5,7 @@ export class SmoothlyTableDemoNestedInner {
|
|
|
5
5
|
}
|
|
6
6
|
render() {
|
|
7
7
|
var _a;
|
|
8
|
-
return (h(Host, { key: '
|
|
8
|
+
return (h(Host, { key: '5c101d92550729cfde6440bf56e62dfd38aa03c6' }, h("smoothly-table", { key: '9412c6c571b7ad4b48f883e30914cdb82a2ab24d', columns: 4 }, h("smoothly-table-head", { key: '8c7348cef6b37f3a44fcdcfe24df87f54ec65144' }, h("smoothly-table-row", { key: '0c81c23928a5c3822190d40e855dd86869094a01' }, h("smoothly-table-cell", { key: '3ad50370e49f30a997b9549f262dc305e53ff25c' }, "Id"), h("smoothly-table-cell", { key: '64e491e442a81d44f04719f9244f28fbe184a91d' }, "Name"), h("smoothly-table-cell", { key: 'fd80beeaacbd5f32db39deb0eeeaaf3c4fcd5034' }, "Age"), h("smoothly-table-cell", { key: 'fa5cbb0cfe826bfb09459894a822467a0e7e5ca7' }, "Balance"))), h("smoothly-table-body", { key: 'cbfc52a2bda400b6dcc2798a152d3b752bb7ce76' }, (_a = this.data) === null || _a === void 0 ? void 0 : _a.map(entry => (h("smoothly-table-expandable-row", null, h("smoothly-table-cell", null, entry.id), h("smoothly-table-cell", null, entry.name), h("smoothly-table-cell", null, entry.age), h("smoothly-table-cell", null, entry.balance))))))));
|
|
9
9
|
}
|
|
10
10
|
static get is() { return "smoothly-table-demo-nested-inner"; }
|
|
11
11
|
static get encapsulation() { return "scoped"; }
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { h, Host } from "@stencil/core";
|
|
2
2
|
export class SmoothlyTableDemoSimple {
|
|
3
3
|
render() {
|
|
4
|
-
return (h(Host, { key: '
|
|
4
|
+
return (h(Host, { key: '7a1bac3d2892a466093ba4142113a0c67b757a6e' }, h("smoothly-display", { key: 'd0281faf4bc55a5432974d45971dad531e61fa2a', type: "text", value: "Simple" }), h("smoothly-table", { key: '09b616689732bf5d0246af33cdfe9551e6a6a879', color: "primary", columns: 2 }, h("smoothly-table-head", { key: '7fad53ce1745be87aa696524fe5992472e509f13' }, h("smoothly-table-row", { key: '7a38f71a563e17dde293404d1b2e744f86c4d356' }, h("smoothly-table-cell", { key: 'f24ae5d56b106567db557f6958b32d539590f251' }, "Breed"), h("smoothly-table-cell", { key: '96ba0bf58ec0f283f84c00c90107d06254c63a81' }, "Coat"))), h("smoothly-table-body", { key: '992aaee0b138ea7401ed3db9c5349eec6a7afeec' }, cats.map(cat => (h("smoothly-table-row", null, h("smoothly-table-expandable-cell", null, cat.breed, h("div", { slot: "detail" }, "Country:", h("br", null), cat.country)), h("smoothly-table-expandable-cell", null, cat.coat, h("div", { slot: "detail" }, "Pattern: ", cat.pattern))))), h("smoothly-table-expandable-row", { key: 'c2ec45ddc7b5dc119a915cd0d2457b2367f12188' }, h("div", { key: '73c069db23c714c6b1c084bb24173e4a09e8b564', slot: "detail" }, "Content", h("br", { key: 'cc86f8f9c9dda93bb9c15a1c5cc6cc8a2a3486e7' }), "of", h("br", { key: 'a2eee8e62352f2340613cca097e7953d01525bc0' }), "the", h("br", { key: 'e99454d1aab588f127ad11841d0b6cc5d67e3b73' }), "expandable", h("br", { key: '90d33ff03447c0db1eb214e5c12ee6936e5e43a2' }), "row"), h("smoothly-table-cell", { key: 'a6fd99375d0dce9c73bb42c9ee7ef644efbf4e33' }, "Cell1 in expandable row"), h("smoothly-table-cell", { key: 'e9db7f1181f1081c8a6c41156ab3081e129e415e' }, "Cell2 in expandable row")), h("smoothly-table-row", { key: '737ef8dd3914162e4107b24dae43077b29786b5f' }, h("smoothly-table-cell", { key: '5b68efd60b226c22993cc064db1eaca8d54070e5' }, "Cell5"), h("smoothly-table-expandable-cell", { key: '354dcf3f557b809c78dda6b22106613425bbd6e7' }, "Expandable Cell", h("div", { key: '2008c93a669890609aff6b1f049b219682be1277', slot: "detail" }, "Content of the expandable cell"))), h("smoothly-table-row", { key: '89fd80e93b9dab809e2a53d3ae30b1a552ca0eba' }, h("smoothly-table-expandable-cell", { key: '3bace8fae4cacc7f427902e09a3384fcca784ea6' }, "Expandable Cell 1", h("div", { key: '072770a51f3c9bd98d5c43e70f6c12c51ce1030d', slot: "detail" }, "Content of the expandable cell 1")), h("smoothly-table-expandable-cell", { key: '2cd5fe1b928d238ef45217c4a061756e9b887b9a' }, "Expandable Cell 2", h("div", { key: '65d0735ba8dd6f0059e26e2afaf2b89c5b1ea533', slot: "detail" }, "Content of the expandable cell 2")))), h("smoothly-table-foot", { key: '65653e24e03fd281077a57ab93ab4235ff5eb858' }, h("smoothly-table-row", { key: 'f2f5735fdfa593094a37b8b9acab98036b1a54d2' }, h("smoothly-table-cell", { key: 'ad4ed310413fc142079ee4854a543345dcc5ad1d' }, "Footer Cell"), h("smoothly-table-cell", { key: '9cbed75f0aa8890bb0843e8a6ea32e33d6cd9781' }, "Footer Cell"))))));
|
|
5
5
|
}
|
|
6
6
|
static get is() { return "smoothly-table-demo-simple"; }
|
|
7
7
|
static get encapsulation() { return "scoped"; }
|
|
@@ -18,7 +18,7 @@ export class SmoothlyTableExpandableCell {
|
|
|
18
18
|
}
|
|
19
19
|
render() {
|
|
20
20
|
var _a;
|
|
21
|
-
return (h(Host, { key: '
|
|
21
|
+
return (h(Host, { key: 'edf19222d3f1a5954572dbe5dc67035f47e33f2b', style: { "--smoothly-table-cell-span": (_a = this.span) === null || _a === void 0 ? void 0 : _a.toString(10) } }, h("div", { key: '21e0ad7b364c875f510e981dbf3b0449459a55d2', onClick: () => this.clickHandler(), class: "content" }, h("slot", { key: 'dbd3f3735d7de5ccaef85fa724ff89dc4606432f' })), h("div", { key: 'f8032d040bf4b84c8aac87a8b2c2cafd8885abef', class: "detail" }, h("slot", { key: 'f603898706b87596c4eaefe1588dad1db17028f2', name: "detail" }))));
|
|
22
22
|
}
|
|
23
23
|
static get is() { return "smoothly-table-expandable-cell"; }
|
|
24
24
|
static get encapsulation() { return "scoped"; }
|
|
@@ -11,7 +11,7 @@ export class SmoothlyTableExpandableRow {
|
|
|
11
11
|
this.smoothlyTableExpandableRowChange.emit(this.open);
|
|
12
12
|
}
|
|
13
13
|
render() {
|
|
14
|
-
return (h(Host, { key: '
|
|
14
|
+
return (h(Host, { key: '4bed1759b9e09e82573bb7f3c251dfb994b0ad25', onClick: (e) => this.clickHandler(e) }, h("slot", { key: 'b1a6428a863fffce9452ab4a0c5d4f4aa29ab0f4' }), h("div", { key: '904504be6f7815e689145eeb8c1904686db515cd', ref: e => (this.div = e) }, h("slot", { key: 'a1d7dc0b75d7573ac3f9e04fbeaaed5972548a14', name: "detail" }))));
|
|
15
15
|
}
|
|
16
16
|
static get is() { return "smoothly-table-expandable-row"; }
|
|
17
17
|
static get encapsulation() { return "scoped"; }
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { h } from "@stencil/core";
|
|
2
2
|
export class SmoothlyTableFillerRow {
|
|
3
3
|
render() {
|
|
4
|
-
return (h("smoothly-table-row", { key: '
|
|
4
|
+
return (h("smoothly-table-row", { key: '487cc599f66e2256280eba9623a90c089489d1f6' }, h("smoothly-table-cell", { key: '4ad4fb2d4bd3ff44bf6a62d20489cf7607f5d7ca' }, h("slot", { key: 'b1b8b30cdca397452636e65e2ff2f0c2e8624d42' }))));
|
|
5
5
|
}
|
|
6
6
|
static get is() { return "smoothly-table-filler-row"; }
|
|
7
7
|
static get encapsulation() { return "scoped"; }
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { h, Host } from "@stencil/core";
|
|
2
2
|
export class SmoothlyTableFoot {
|
|
3
3
|
render() {
|
|
4
|
-
return (h(Host, { key: '
|
|
4
|
+
return (h(Host, { key: '8f13c28ec690d682f9d9d2161af1d8f5d21ac027' }, h("slot", { key: '97de36a9401b62b683a8b6e86eef2d72910c067f' })));
|
|
5
5
|
}
|
|
6
6
|
static get is() { return "smoothly-table-foot"; }
|
|
7
7
|
static get encapsulation() { return "scoped"; }
|
|
@@ -9,7 +9,7 @@ export class SmoothlyTableRowGroup {
|
|
|
9
9
|
this.smoothlyTableRowGroupChange.emit(this.open);
|
|
10
10
|
}
|
|
11
11
|
render() {
|
|
12
|
-
return (h(Host, { key: '
|
|
12
|
+
return (h(Host, { key: 'd39263848ea2642912f8f7944b4af31bbeb7bedb' }, h("div", { key: 'c646cbc32e7a6d1dab115ad61e34e1d23df1b5c2', onClick: () => this.clickHandler() }, h("div", { key: '8625237beff7d80edd3d4b48ab97dafc688ebdad' }, h("slot", { key: '19eb66f64c2f9d836ac74c11565cc3cf1573f9c4', name: "start" })), h("div", { key: '7a0605223df89b3f0edafa723244b495c0466608' }, h("slot", { key: '5e781edb2a74e94b80bed6732abe028d5ddb0fa6', name: "end" }))), h("div", { key: '530f66f946ca11615f058bd0a8b061a858ec7751' }, h("slot", { key: '7a9dccab9430529f5779424940073fcd19187775' }))));
|
|
13
13
|
}
|
|
14
14
|
static get is() { return "smoothly-table-row-group"; }
|
|
15
15
|
static get encapsulation() { return "scoped"; }
|