smoothly 1.2.1-alpha.34 → 1.2.1-alpha.36
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_107.cjs.entry.js +147 -146
- package/dist/cjs/smoothly-app_107.cjs.entry.js.map +1 -1
- package/dist/cjs/smoothly-input-checkbox-demo.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/button/Button.js +1 -1
- package/dist/collection/components/button/Button.js.map +1 -1
- package/dist/collection/components/dialog/demo/index.js +1 -1
- package/dist/collection/components/dialog/demo/index.js.map +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/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/index.js +1 -1
- 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 +5 -5
- 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 +20 -1
- package/dist/collection/components/modal/index.js.map +1 -1
- package/dist/collection/components/modal/style.css +6 -1
- package/dist/collection/components/next/demo/colspan/index.js +1 -1
- package/dist/collection/components/next/demo/filtered/index.js +5 -5
- package/dist/collection/components/next/demo/group/index.js +1 -1
- package/dist/collection/components/next/demo/index.js +1 -1
- package/dist/collection/components/next/demo/nested/index.js +1 -1
- package/dist/collection/components/next/demo/nested/inner/index.js +1 -1
- package/dist/collection/components/next/demo/simple/simple.js +1 -1
- package/dist/collection/components/next/table/body/index.js +1 -1
- package/dist/collection/components/next/table/cell/index.js +1 -1
- package/dist/collection/components/next/table/expandable/cell/index.js +1 -1
- package/dist/collection/components/next/table/expandable/row/index.js +1 -1
- package/dist/collection/components/next/table/foot/index.js +1 -1
- package/dist/collection/components/next/table/group/index.js +1 -1
- package/dist/collection/components/next/table/head/index.js +1 -1
- package/dist/collection/components/next/table/index.js +1 -1
- package/dist/collection/components/next/table/row/index.js +1 -1
- package/dist/collection/components/notification/index.js +1 -1
- package/dist/collection/components/notifier/index.js +2 -2
- 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/cell/index.js +1 -1
- package/dist/collection/components/table/demo/filtered/index.js +5 -5
- package/dist/collection/components/table/demo/index.js +1 -1
- package/dist/collection/components/table/demo/testing/index.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/footer/index.js +1 -1
- package/dist/collection/components/table/header/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/index.js +1 -1
- package/dist/collection/components/toggle/index.js.map +1 -1
- 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/index.js.map +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-ee00a65d.js → p-040802e2.js} +2 -2
- package/dist/components/{p-ee00a65d.js.map → p-040802e2.js.map} +1 -1
- package/dist/components/{p-478e2d25.js → p-04e1a322.js} +2 -2
- package/dist/components/{p-478e2d25.js.map → p-04e1a322.js.map} +1 -1
- package/dist/components/{p-b6dda896.js → p-05eefe3c.js} +28 -28
- package/dist/components/{p-b6dda896.js.map → p-05eefe3c.js.map} +1 -1
- package/dist/components/{p-d2d048b2.js → p-07ed0ebd.js} +2 -2
- package/dist/components/{p-d2d048b2.js.map → p-07ed0ebd.js.map} +1 -1
- package/dist/components/{p-86d3b8ad.js → p-08159d78.js} +2 -2
- package/dist/components/{p-86d3b8ad.js.map → p-08159d78.js.map} +1 -1
- package/dist/components/{p-f47eb337.js → p-083143a9.js} +7 -7
- package/dist/components/{p-f47eb337.js.map → p-083143a9.js.map} +1 -1
- package/dist/components/p-0960a2bb.js +207 -0
- package/dist/components/{p-a9586d11.js.map → p-0960a2bb.js.map} +1 -1
- package/dist/components/{p-7ee3f874.js → p-09934532.js} +5 -5
- package/dist/components/{p-7ee3f874.js.map → p-09934532.js.map} +1 -1
- package/dist/components/{p-51d51732.js → p-0b16cab5.js} +5 -5
- package/dist/components/{p-51d51732.js.map → p-0b16cab5.js.map} +1 -1
- package/dist/components/{p-17e815cf.js → p-13f400dc.js} +15 -15
- package/dist/components/{p-17e815cf.js.map → p-13f400dc.js.map} +1 -1
- package/dist/components/{p-6dfe2edb.js → p-1c62f140.js} +5 -5
- package/dist/components/{p-6dfe2edb.js.map → p-1c62f140.js.map} +1 -1
- package/dist/components/{p-ef26341d.js → p-214c06fa.js} +9 -9
- package/dist/components/{p-ef26341d.js.map → p-214c06fa.js.map} +1 -1
- package/dist/components/{p-4713a48e.js → p-2738b430.js} +5 -5
- package/dist/components/{p-4713a48e.js.map → p-2738b430.js.map} +1 -1
- package/dist/components/{p-cbd573e1.js → p-2951a47f.js} +2 -2
- package/dist/components/{p-cbd573e1.js.map → p-2951a47f.js.map} +1 -1
- package/dist/components/{p-ff7e1321.js → p-29f6edb8.js} +16 -16
- package/dist/components/{p-ff7e1321.js.map → p-29f6edb8.js.map} +1 -1
- package/dist/components/{p-0ddc42e8.js → p-2b111073.js} +13 -13
- package/dist/components/{p-0ddc42e8.js.map → p-2b111073.js.map} +1 -1
- package/dist/components/{p-42c6e01c.js → p-2c7d79f3.js} +8 -8
- package/dist/components/{p-42c6e01c.js.map → p-2c7d79f3.js.map} +1 -1
- package/dist/components/{p-be6d380e.js → p-306f9cb3.js} +2 -2
- package/dist/components/{p-be6d380e.js.map → p-306f9cb3.js.map} +1 -1
- package/dist/components/{p-f07d4901.js → p-35ddfe42.js} +28 -28
- package/dist/components/{p-f07d4901.js.map → p-35ddfe42.js.map} +1 -1
- package/dist/components/{p-541e1b43.js → p-3c7a0927.js} +2 -2
- package/dist/components/{p-541e1b43.js.map → p-3c7a0927.js.map} +1 -1
- package/dist/components/p-3dad2f38.js +175 -0
- package/dist/components/{p-e6d6fd25.js.map → p-3dad2f38.js.map} +1 -1
- package/dist/components/{p-a6c3baf1.js → p-3e30f0e3.js} +2 -2
- package/dist/components/{p-a6c3baf1.js.map → p-3e30f0e3.js.map} +1 -1
- package/dist/components/{p-f5e15f8c.js → p-405b7f06.js} +3 -3
- package/dist/components/{p-f5e15f8c.js.map → p-405b7f06.js.map} +1 -1
- package/dist/components/{p-ce772794.js → p-41d6da47.js} +2 -2
- package/dist/components/p-41d6da47.js.map +1 -0
- package/dist/components/{p-4d3cdc01.js → p-4338ac8d.js} +8 -8
- package/dist/components/{p-4d3cdc01.js.map → p-4338ac8d.js.map} +1 -1
- package/dist/components/{p-9bf13adb.js → p-43b737be.js} +3 -3
- package/dist/components/{p-9bf13adb.js.map → p-43b737be.js.map} +1 -1
- package/dist/components/{p-96491f9d.js → p-44a51525.js} +43 -43
- package/dist/components/{p-96491f9d.js.map → p-44a51525.js.map} +1 -1
- package/dist/components/{p-d92ee30a.js → p-45ff39e4.js} +3 -3
- package/dist/components/p-45ff39e4.js.map +1 -0
- package/dist/components/{p-fc0a36d9.js → p-462b875b.js} +4 -4
- package/dist/components/{p-fc0a36d9.js.map → p-462b875b.js.map} +1 -1
- package/dist/components/{p-872161d7.js → p-466856c4.js} +6 -6
- package/dist/components/{p-872161d7.js.map → p-466856c4.js.map} +1 -1
- package/dist/components/{p-330e3342.js → p-4854855c.js} +3 -3
- package/dist/components/{p-330e3342.js.map → p-4854855c.js.map} +1 -1
- package/dist/components/{p-be430d3b.js → p-498755ab.js} +5 -5
- package/dist/components/{p-be430d3b.js.map → p-498755ab.js.map} +1 -1
- package/dist/components/{p-b4bb3e74.js → p-4c6fe645.js} +2 -2
- package/dist/components/{p-b4bb3e74.js.map → p-4c6fe645.js.map} +1 -1
- package/dist/components/{p-0cd742cf.js → p-4c8ef04f.js} +13 -13
- package/dist/components/{p-0cd742cf.js.map → p-4c8ef04f.js.map} +1 -1
- package/dist/components/{p-531d9885.js → p-4d026008.js} +14 -14
- package/dist/components/{p-531d9885.js.map → p-4d026008.js.map} +1 -1
- package/dist/components/{p-d41d7830.js → p-4d44c37a.js} +2 -2
- package/dist/components/{p-d41d7830.js.map → p-4d44c37a.js.map} +1 -1
- package/dist/components/{p-f9770ff7.js → p-4f80c811.js} +8 -8
- package/dist/components/{p-f9770ff7.js.map → p-4f80c811.js.map} +1 -1
- package/dist/components/{p-e07ca0d2.js → p-550a71dc.js} +2 -2
- package/dist/components/{p-e07ca0d2.js.map → p-550a71dc.js.map} +1 -1
- package/dist/components/{p-bdfcae2a.js → p-5aa92290.js} +3 -3
- package/dist/components/{p-bdfcae2a.js.map → p-5aa92290.js.map} +1 -1
- package/dist/components/{p-76514c29.js → p-5b16ff97.js} +5 -5
- package/dist/components/{p-76514c29.js.map → p-5b16ff97.js.map} +1 -1
- package/dist/components/{p-4c690de1.js → p-5ec298f3.js} +3 -3
- package/dist/components/{p-4c690de1.js.map → p-5ec298f3.js.map} +1 -1
- package/dist/components/{p-f949a509.js → p-62b70c3f.js} +4 -4
- package/dist/components/{p-f949a509.js.map → p-62b70c3f.js.map} +1 -1
- package/dist/components/{p-9702b067.js → p-631148b4.js} +5 -5
- package/dist/components/{p-9702b067.js.map → p-631148b4.js.map} +1 -1
- package/dist/components/{p-ed03e56a.js → p-63db398c.js} +4 -4
- package/dist/components/{p-ed03e56a.js.map → p-63db398c.js.map} +1 -1
- package/dist/components/{p-db853fcf.js → p-681bfb09.js} +2 -2
- package/dist/components/{p-db853fcf.js.map → p-681bfb09.js.map} +1 -1
- package/dist/components/{p-e5bd19b5.js → p-686ec006.js} +3 -3
- package/dist/components/{p-e5bd19b5.js.map → p-686ec006.js.map} +1 -1
- package/dist/components/{p-9064ac46.js → p-6f1d2edf.js} +2 -2
- package/dist/components/{p-9064ac46.js.map → p-6f1d2edf.js.map} +1 -1
- package/dist/components/{p-1513aabc.js → p-702f01d3.js} +10 -10
- package/dist/components/{p-1513aabc.js.map → p-702f01d3.js.map} +1 -1
- package/dist/components/{p-f8e8e77c.js → p-72b742f3.js} +2 -2
- package/dist/components/{p-f8e8e77c.js.map → p-72b742f3.js.map} +1 -1
- package/dist/components/p-7514961a.js +45 -0
- package/dist/components/{p-e1bdb1d6.js.map → p-7514961a.js.map} +1 -1
- package/dist/components/{p-133d18ac.js → p-79474a9a.js} +3 -3
- package/dist/components/{p-133d18ac.js.map → p-79474a9a.js.map} +1 -1
- package/dist/components/{p-8ca594b3.js → p-7f8fcc19.js} +6 -6
- package/dist/components/{p-8ca594b3.js.map → p-7f8fcc19.js.map} +1 -1
- package/dist/components/{p-482b7713.js → p-8120c99f.js} +4 -4
- package/dist/components/{p-482b7713.js.map → p-8120c99f.js.map} +1 -1
- package/dist/components/p-82b00748.js +123 -0
- package/dist/components/{p-6bce4d32.js.map → p-82b00748.js.map} +1 -1
- package/dist/components/{p-6000a56c.js → p-878c6ba2.js} +15 -15
- package/dist/components/{p-6000a56c.js.map → p-878c6ba2.js.map} +1 -1
- package/dist/components/{p-5268264b.js → p-8ea7eab2.js} +19 -19
- package/dist/components/{p-5268264b.js.map → p-8ea7eab2.js.map} +1 -1
- package/dist/components/{p-91b783bd.js → p-90e9aa1f.js} +2 -2
- package/dist/components/{p-91b783bd.js.map → p-90e9aa1f.js.map} +1 -1
- package/dist/components/{p-516e62ab.js → p-93e899e7.js} +10 -10
- package/dist/components/{p-516e62ab.js.map → p-93e899e7.js.map} +1 -1
- package/dist/components/{p-ac7fb911.js → p-95404634.js} +26 -26
- package/dist/components/{p-ac7fb911.js.map → p-95404634.js.map} +1 -1
- package/dist/components/{p-d09d31f6.js → p-969f9875.js} +2 -2
- package/dist/components/{p-d09d31f6.js.map → p-969f9875.js.map} +1 -1
- package/dist/components/{p-6ead1a42.js → p-96acfe2c.js} +5 -5
- package/dist/components/{p-6ead1a42.js.map → p-96acfe2c.js.map} +1 -1
- package/dist/components/{p-4ee37617.js → p-97686228.js} +2 -2
- package/dist/components/{p-4ee37617.js.map → p-97686228.js.map} +1 -1
- package/dist/components/p-980ec6be.js +176 -0
- package/dist/components/{p-d03c0d34.js.map → p-980ec6be.js.map} +1 -1
- package/dist/components/{p-06e94eb0.js → p-991bc1b1.js} +7 -7
- package/dist/components/{p-06e94eb0.js.map → p-991bc1b1.js.map} +1 -1
- package/dist/components/{p-d14c101c.js → p-99eb5153.js} +15 -15
- package/dist/components/{p-d14c101c.js.map → p-99eb5153.js.map} +1 -1
- package/dist/components/{p-95d3df21.js → p-9a91c77c.js} +15 -15
- package/dist/components/{p-95d3df21.js.map → p-9a91c77c.js.map} +1 -1
- package/dist/components/{p-0c9d0809.js → p-9b4a2430.js} +10 -10
- package/dist/components/{p-0c9d0809.js.map → p-9b4a2430.js.map} +1 -1
- package/dist/components/{p-362e1809.js → p-9e0dd271.js} +2 -2
- package/dist/components/{p-362e1809.js.map → p-9e0dd271.js.map} +1 -1
- package/dist/components/{p-f14627ff.js → p-a071eaed.js} +3 -3
- package/dist/components/{p-f14627ff.js.map → p-a071eaed.js.map} +1 -1
- package/dist/components/{p-4bd5519b.js → p-a38dbdc4.js} +14 -14
- package/dist/components/{p-4bd5519b.js.map → p-a38dbdc4.js.map} +1 -1
- package/dist/components/{p-61a23ca0.js → p-a509a3b5.js} +14 -14
- package/dist/components/{p-61a23ca0.js.map → p-a509a3b5.js.map} +1 -1
- package/dist/components/{p-d35746af.js → p-a560de93.js} +2 -2
- package/dist/components/{p-d35746af.js.map → p-a560de93.js.map} +1 -1
- package/dist/components/p-a5ada613.js +55 -0
- package/dist/components/p-a5ada613.js.map +1 -0
- package/dist/components/{p-29c0438b.js → p-ab304bad.js} +3 -3
- package/dist/components/{p-29c0438b.js.map → p-ab304bad.js.map} +1 -1
- package/dist/components/{p-cc15c25a.js → p-ab4f6f94.js} +2 -2
- package/dist/components/{p-cc15c25a.js.map → p-ab4f6f94.js.map} +1 -1
- package/dist/components/p-acb7d70d.js +241 -0
- package/dist/components/{p-be89672b.js.map → p-acb7d70d.js.map} +1 -1
- package/dist/components/{p-7f313329.js → p-b1db8b28.js} +4 -4
- package/dist/components/{p-7f313329.js.map → p-b1db8b28.js.map} +1 -1
- package/dist/components/{p-4380feb9.js → p-b20e3206.js} +7 -7
- package/dist/components/{p-4380feb9.js.map → p-b20e3206.js.map} +1 -1
- package/dist/components/{p-a1f3fde9.js → p-bb959ca6.js} +16 -16
- package/dist/components/{p-a1f3fde9.js.map → p-bb959ca6.js.map} +1 -1
- package/dist/components/{p-9658ae2c.js → p-bfd34443.js} +2 -2
- package/dist/components/{p-9658ae2c.js.map → p-bfd34443.js.map} +1 -1
- package/dist/components/{p-b5bca419.js → p-c63db1c1.js} +2 -2
- package/dist/components/{p-b5bca419.js.map → p-c63db1c1.js.map} +1 -1
- package/dist/components/{p-0cfd31a4.js → p-c77944e7.js} +3 -3
- package/dist/components/{p-0cfd31a4.js.map → p-c77944e7.js.map} +1 -1
- package/dist/components/{p-061353e6.js → p-ca69a0ef.js} +3 -3
- package/dist/components/{p-061353e6.js.map → p-ca69a0ef.js.map} +1 -1
- package/dist/components/{p-300a9bbc.js → p-ca7d6987.js} +3 -3
- package/dist/components/{p-300a9bbc.js.map → p-ca7d6987.js.map} +1 -1
- package/dist/components/{p-d634bd29.js → p-cc863bad.js} +4 -4
- package/dist/components/{p-d634bd29.js.map → p-cc863bad.js.map} +1 -1
- package/dist/components/p-ccb21ce6.js +82 -0
- package/dist/components/p-ccb21ce6.js.map +1 -0
- package/dist/components/{p-0deda363.js → p-cd07fedf.js} +3 -3
- package/dist/components/{p-0deda363.js.map → p-cd07fedf.js.map} +1 -1
- package/dist/components/{p-2e8d8347.js → p-ce0f05d1.js} +14 -14
- package/dist/components/{p-2e8d8347.js.map → p-ce0f05d1.js.map} +1 -1
- package/dist/components/{p-7301def9.js → p-d1daa4a3.js} +12 -12
- package/dist/components/{p-7301def9.js.map → p-d1daa4a3.js.map} +1 -1
- package/dist/components/{p-8f3652f7.js → p-d2d74dcd.js} +7 -7
- package/dist/components/{p-8f3652f7.js.map → p-d2d74dcd.js.map} +1 -1
- package/dist/components/{p-ceaca6de.js → p-d30b90e7.js} +4 -4
- package/dist/components/{p-ceaca6de.js.map → p-d30b90e7.js.map} +1 -1
- package/dist/components/{p-c9c44bdd.js → p-d84d93f2.js} +6 -6
- package/dist/components/{p-c9c44bdd.js.map → p-d84d93f2.js.map} +1 -1
- package/dist/components/{p-6c22a95a.js → p-e29ce583.js} +35 -35
- package/dist/components/{p-6c22a95a.js.map → p-e29ce583.js.map} +1 -1
- package/dist/components/{p-afffe85e.js → p-e3d11a1b.js} +15 -15
- package/dist/components/{p-afffe85e.js.map → p-e3d11a1b.js.map} +1 -1
- package/dist/components/{p-60c0addf.js → p-e59eebf8.js} +12 -12
- package/dist/components/{p-60c0addf.js.map → p-e59eebf8.js.map} +1 -1
- package/dist/components/{p-125b5bb2.js → p-e73af3d4.js} +31 -31
- package/dist/components/{p-125b5bb2.js.map → p-e73af3d4.js.map} +1 -1
- package/dist/components/{p-fcc5ab02.js → p-e8d7c6da.js} +2 -2
- package/dist/components/{p-fcc5ab02.js.map → p-e8d7c6da.js.map} +1 -1
- package/dist/components/{p-5bbf4b7e.js → p-edcdcc51.js} +2 -2
- package/dist/components/{p-5bbf4b7e.js.map → p-edcdcc51.js.map} +1 -1
- package/dist/components/{p-441249ea.js → p-edf035be.js} +6 -6
- package/dist/components/{p-441249ea.js.map → p-edf035be.js.map} +1 -1
- package/dist/components/{p-bfb63e71.js → p-f2fc107c.js} +11 -11
- package/dist/components/{p-bfb63e71.js.map → p-f2fc107c.js.map} +1 -1
- package/dist/components/{p-2020cb82.js → p-f46dd8e4.js} +2 -2
- package/dist/components/{p-2020cb82.js.map → p-f46dd8e4.js.map} +1 -1
- package/dist/components/{p-53671a89.js → p-f4da0b35.js} +2 -2
- package/dist/components/p-f4da0b35.js.map +1 -0
- package/dist/components/{p-53ef7cd2.js → p-f6149a35.js} +4 -4
- package/dist/components/{p-53ef7cd2.js.map → p-f6149a35.js.map} +1 -1
- package/dist/components/{p-0168449e.js → p-f64b103b.js} +2 -2
- package/dist/components/{p-0168449e.js.map → p-f64b103b.js.map} +1 -1
- package/dist/components/{p-7c5243b2.js → p-f770567b.js} +5 -5
- package/dist/components/{p-7c5243b2.js.map → p-f770567b.js.map} +1 -1
- package/dist/components/smoothly-app-demo.js +104 -104
- 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-button.js +1 -1
- package/dist/components/smoothly-calendar.js +1 -1
- package/dist/components/smoothly-checkbox.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-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 +29 -29
- 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-next-demo-colspan.js +1 -1
- package/dist/components/smoothly-next-demo-group.js +1 -1
- package/dist/components/smoothly-next-demo-nested-inner.js +1 -1
- package/dist/components/smoothly-next-demo-nested.js +1 -1
- package/dist/components/smoothly-next-demo-simple.js +1 -1
- package/dist/components/smoothly-next-demo.js +1 -1
- package/dist/components/smoothly-next-table-body.js +1 -1
- package/dist/components/smoothly-next-table-cell.js +1 -1
- package/dist/components/smoothly-next-table-demo-filtered.js +1 -1
- package/dist/components/smoothly-next-table-expandable-cell.js +1 -1
- package/dist/components/smoothly-next-table-expandable-row.js +1 -1
- package/dist/components/smoothly-next-table-foot.js +1 -1
- package/dist/components/smoothly-next-table-head.js +1 -1
- package/dist/components/smoothly-next-table-row-group.js +1 -1
- package/dist/components/smoothly-next-table-row.js +1 -1
- package/dist/components/smoothly-next-table.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-cell.js +1 -1
- package/dist/components/smoothly-table-demo-filtered.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-footer.js +1 -1
- package/dist/components/smoothly-table-header.js +1 -1
- package/dist/components/smoothly-table-row.js +1 -1
- package/dist/components/smoothly-table-testing.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-toggle.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_107.entry.js +147 -146
- package/dist/esm/smoothly-app_107.entry.js.map +1 -1
- package/dist/esm/smoothly-input-checkbox-demo.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-191595d1.entry.js +2 -0
- package/dist/smoothly/p-191595d1.entry.js.map +1 -0
- package/dist/smoothly/p-22f843be.entry.js +2 -0
- package/dist/smoothly/p-651dcac2.entry.js +2 -0
- package/dist/smoothly/{p-fcba77c0.entry.js → p-9f631b35.entry.js} +2 -2
- package/dist/smoothly/smoothly.esm.js +1 -1
- package/dist/smoothly/smoothly.esm.js.map +1 -1
- package/dist/types/components/modal/index.d.ts +1 -0
- package/dist/types/components.d.ts +2 -0
- package/package.json +1 -1
- package/dist/components/p-37d74e11.js +0 -76
- package/dist/components/p-37d74e11.js.map +0 -1
- package/dist/components/p-53671a89.js.map +0 -1
- package/dist/components/p-6bce4d32.js +0 -123
- package/dist/components/p-a9586d11.js +0 -207
- package/dist/components/p-be89672b.js +0 -241
- package/dist/components/p-c99a7044.js +0 -53
- package/dist/components/p-c99a7044.js.map +0 -1
- package/dist/components/p-ce772794.js.map +0 -1
- package/dist/components/p-d03c0d34.js +0 -176
- package/dist/components/p-d92ee30a.js.map +0 -1
- package/dist/components/p-e1bdb1d6.js +0 -45
- package/dist/components/p-e6d6fd25.js +0 -175
- package/dist/smoothly/p-0f87a1f6.entry.js +0 -2
- package/dist/smoothly/p-32aff682.entry.js +0 -2
- package/dist/smoothly/p-32aff682.entry.js.map +0 -1
- package/dist/smoothly/p-44d11e9d.entry.js +0 -2
- /package/dist/smoothly/{p-0f87a1f6.entry.js.map → p-22f843be.entry.js.map} +0 -0
- /package/dist/smoothly/{p-44d11e9d.entry.js.map → p-651dcac2.entry.js.map} +0 -0
- /package/dist/smoothly/{p-fcba77c0.entry.js.map → p-9f631b35.entry.js.map} +0 -0
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import{r as e,h as a,H as t}from"./p-ad674a4e.js";import{D as c}from"./p-34d144e8.js";const o=class{constructor(a){e(this,a)}render(){return a(t,{key:"a6f376b95e198f8e4a10b9bb933c40d4c031b011"},a("h2",{key:"b3744c82937a71878155530e7a15c8b185f6e617"},"All inputs"),a("smoothly-form",{key:"25deb2cc9256bad2ad18853bb5f372838cfe0a1d",looks:"grid",readonly:true,action:"https://api.toiletapi.com/6b12fd2f-e896-46f9-b38f-25cf42cee4b4"},a("smoothly-input",{key:"008a8813ced7189f41fb920bd1683ee5648018a1",readonly:true,name:"First Name",value:"John"},"First name"),a("smoothly-input",{key:"b62469d3afdc886f4c727c16ff367e8ab133bd3a",name:"Last name",value:"Doe"},"Last name",a("smoothly-input-clear",{key:"7166466f1c170e9e5dfe7655798fe99cbf7dfbdf",size:"icon",slot:"end"})),a("smoothly-input",{key:"d0d53c69e02b2420405a5da3d8d7bebaa673cde3",type:"phone",name:"Phone",value:"777888999"},"Phone",a("smoothly-input-reset",{key:"100841b4979cd6915e4e36e1d3fc37eb50b75f08",size:"icon",slot:"end"})),a("smoothly-input-radio",{key:"d8cc8e56e26024dcc35ae48d812887be4b8b3af8",clearable:true,name:"radioFirstInput"},a("p",{key:"37ee1b07f23f7e004985da92bef2e3d26cb816ea",slot:"label"},"Clearable"),a("smoothly-input-radio-item",{key:"20d1411240069e89ee5ccf8b330a8d058bcb965f",slot:"options",value:"first"},"Label 1"),a("smoothly-input-radio-item",{key:"da656e4feb53aa2831a9be30c8d75250d6514c98",selected:true,slot:"options",value:"second"},"Label 2"),a("smoothly-input-radio-item",{key:"23dea65e0f2f957d58c943777c97b3b2ffc120e5",slot:"options",value:"third"},"Label 3")),a("smoothly-input-color",{key:"9359c38d48945a727167ded78a3805a2df83f89a",name:"color",value:"#479f56",output:"rgb"},"Color"),a("smoothly-input-select",{key:"56687357823a0b53abc878049a4ce76b90d61497",menuHeight:"7.5items",placeholder:"Select...",multiple:true,name:"select-month"},a("label",{key:"1c106111b353bbb025097529db997c69010f6145",slot:"label"},"Month"),a("smoothly-item",{key:"8569d0c0bdd5061cd6092ec9eb81a77e9e8bc1b1",value:"1"},"January"),a("smoothly-item",{key:"ab0f990709601d93274516c88dda16cf5c6b9c1c",value:"2"},"February"),a("smoothly-item",{key:"1af7b2877392961baacf042d98a9e8e6a382338e",value:"3"},"March"),a("smoothly-item",{key:"fe3b4d3500f617afafc51f89f4d32892f6ce33fe",value:"4"},"April"),a("smoothly-item",{key:"1944a5db20307fac3ebcdd1d0a32fcab157bfe50",value:"5"},"May"),a("smoothly-item",{key:"d949d04947e37bbdba9b36b2c8ba442a95dd431a",value:"6"},"June"),a("smoothly-item",{key:"79a809f66889f27dc191b114fcb1e278baedf043",value:"7"},"July"),a("smoothly-item",{key:"7477373025012d3539f184efec2ceabd52565c23",value:"8"},"August"),a("smoothly-item",{key:"1803036533fcced262056902363f68846c1493f4",value:"9"},"September"),a("smoothly-item",{key:"475d4e4bacfc63956180bc6b1dc9ae6d0d5b87fb",value:"10"},"October"),a("smoothly-item",{key:"f8890466af21d148b90aead11d1daa9a9fec5019",value:"11"},"November"),a("smoothly-item",{key:"da8f7e423de7059a525a125252c424fb75cd9a48",value:"12"},"December"),a("smoothly-input-clear",{key:"fa937815fb2c168b79ce36393ea0e48e0c29c4d0",size:"icon",slot:"end"})),a("smoothly-input-select",{key:"d5a1bd69e592ba5065831fa8038f71b9c1478aa1",name:"select-icon",clearable:false,showSelected:false},a("smoothly-item",{key:"d2bd3fcb5f639f8e831b8bdfd35eaf12ea67a472",value:"folder",selected:true},a("smoothly-icon",{key:"132f42bdc075baabbec8fab3f09e6e4c61b521cc",size:"small",name:"folder-outline"})),a("smoothly-item",{key:"d2251cf2d45f2f675fffc8244dd8dc7d6cd252da",value:"camera"},a("smoothly-icon",{key:"72e1ac99f39535b86645ccf14d559c12995eb8c4",size:"small",name:"camera-outline"}))),a("smoothly-input-checkbox",{key:"111fc6e078f24c088cffed107e3e51b95862909f",name:"checkbox"},"Check the box"),a("smoothly-input-checkbox",{key:"d8c05a00060289c70bd1f555fe22157413b7864c",name:"checkbox2",checked:true},"Check the box 2"),a("smoothly-input-date-range",{key:"11fbaaa3c1e8a80b1c959f664db6ab993428ce7b",start:c.now(),end:c.now()}),a("smoothly-input-date",{key:"afe6ca0f5e3bc4cdedbc7b2e8e6bc0925c63b3d5",name:"date"},"Date",a("smoothly-input-clear",{key:"9389dd63bd5188c18cc18d33b153e384e3b070cc",slot:"end"})),a("smoothly-input-range",{key:"1c0aaf3d37de892eaacbb648084d8ad2d6e2720d",step:1,name:"range3",value:2e4},"Select"),a("smoothly-input",{key:"d6b37d39e3b59a32a06f51fdb980c5832cefcc5e",name:"pets.0.name"},"First Pet's Name"),a("smoothly-input-range",{key:"3a8935abc92e6c30b6ab618f8329a758bb1d9ae1",name:"pets.0.age",max:100,step:1},"First Pet's Age"),a("smoothly-input",{key:"ec4a04854d1ec1eff8053255ae8785ce451acd70",name:"pets.1.name"},"Second Pet's Name"),a("smoothly-input-range",{key:"aa4d94ad2ac104aeb8b5e77f944ea0a86cf624fe",name:"pets.1.age",max:100,step:1},"Second Pet's Age"),a("smoothly-input",{key:"1ff6583d9011c58ba2bb9aa33754efdf84ad1759",name:"pets.2.name"},"Third Pet's Name"),a("smoothly-input-range",{key:"2cd4750a0a06d5089403695c8047c19e77474ba3",name:"pets.2.age",max:100,step:1},"Third Pet's Age"),a("smoothly-input-file",{key:"e942f9e50f461ec91a13e4e82b3c74bd8afd1de1",name:"profile",placeholder:"Click or drag your profile picture here..."},a("span",{key:"203f38abd284c44b70af481b3279b65abff495b3",slot:"label"},"Profile"),a("smoothly-icon",{key:"a3834d3cad37f9c15fa189d496cd9dec1a069b58",slot:"button",name:"person-circle-outline",size:"tiny",fill:"default"})),a("smoothly-input-clear",{key:"71f9e216baec6ab76a48201213ecc57e93d9b0f3",fill:"default",type:"form",color:"warning",slot:"clear",size:"icon",shape:"rounded"}),a("smoothly-input-edit",{key:"1ace06c75ba81a89e133b2a2f30d67b9b1669464",fill:"default",type:"form",color:"tertiary",slot:"edit",size:"icon",shape:"rounded"}),a("smoothly-input-reset",{key:"5536f9c2e7d05f90d1bdeac2fee7750b9099c5ed",fill:"default",type:"form",color:"warning",slot:"reset",size:"icon",shape:"rounded"}),a("smoothly-input-submit",{key:"886b8b6c023e025ec3de1cef7af4c28f26189be0",delete:true,slot:"delete",color:"danger",size:"icon",shape:"rounded"}),a("smoothly-input-submit",{key:"6dd2fea9587776d370ce3edc5eee3345391c1280",fill:"default",color:"success",slot:"submit",size:"icon",shape:"rounded"})))}};export{o as smoothly_input_checkbox_demo};
|
|
2
|
+
//# sourceMappingURL=p-22f843be.entry.js.map
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import{r as s,h as i}from"./p-ad674a4e.js";import{T as t,M as e}from"./p-6d7ee489.js";import"./p-34d144e8.js";const r=".sc-smoothly-trigger-sink-h{display:block}[hidden].sc-smoothly-trigger-sink-h{display:none}";const n=r;const o=class{constructor(i){s(this,i);this.context=undefined;this.destination=undefined;this.filter=undefined}get filters(){if(!this.filtersValue)this.filtersValue=this.filter?this.filter.split(" "):[];return this.filtersValue}TriggerListener(s){if(t.is(s.detail)&&this.filters.some((i=>i==s.detail.name))){e.send(this.destination,s.detail,this.context||window);s.preventDefault();s.stopPropagation()}}render(){return i("slot",{key:"687672f602078fad85ca1b42295a02e312ba897f"})}};o.style=n;export{o as smoothly_trigger_sink};
|
|
2
|
+
//# sourceMappingURL=p-651dcac2.entry.js.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{r as s,c as t,h as e,g as o}from"./p-ad674a4e.js";import{M as i,T as r}from"./p-6d7ee489.js";import"./p-34d144e8.js";const n=".sc-smoothly-trigger-source-h{display:block}[hidden].sc-smoothly-trigger-source-h{display:none}";const c=n;const
|
|
2
|
-
//# sourceMappingURL=p-
|
|
1
|
+
import{r as s,c as t,h as e,g as o}from"./p-ad674a4e.js";import{M as i,T as r}from"./p-6d7ee489.js";import"./p-34d144e8.js";const n=".sc-smoothly-trigger-source-h{display:block}[hidden].sc-smoothly-trigger-source-h{display:none}";const c=n;const h=class{constructor(e){s(this,e);this.trigger=t(this,"trigger",7);this.smoothlyMessage=t(this,"smoothlyMessage",7);this.listen=undefined}componentDidLoad(){i.listen(this.listen,((s,t)=>{if(r.is(t))this.trigger.emit(t);else this.smoothlyMessage.emit({destination:s,content:t})}),window)}render(){return e("slot",{key:"1260a3c079cf2809fe3c77370f8bf149a558674e"})}get element(){return o(this)}};h.style=c;export{h as smoothly_trigger_source};
|
|
2
|
+
//# sourceMappingURL=p-9f631b35.entry.js.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{p as e,b as o}from"./p-ad674a4e.js";export{s as setNonce}from"./p-ad674a4e.js";import{g as l}from"./p-72539472.js";var t=()=>{const o=import.meta.url;const l={};if(o!==""){l.resourcesUrl=new URL(".",o).href}return e(l)};t().then((async e=>{await l();return o(JSON.parse('[["p-32aff682",[[0,"smoothly-app-demo",{"baseUrl":[1,"base-url"]}],[2,"smoothly-form-demo"],[2,"smoothly-next-demo"],[2,"smoothly-input-demo",{"duration":[32],"alphanumeric":[32]}],[2,"smoothly-table-demo"],[2,"smoothly-icon-demo",{"display":[32],"props":[32]}],[2,"smoothly-theme-demo"],[0,"smoothly-display-demo",{"downloadingSpinner":[32]}],[0,"smoothly-button-demo"],[2,"smoothly-dialog-demo",{"openModal":[32],"openTallModal":[32],"showFrame":[32]}],[4,"smoothly-app",{"label":[513],"color":[1],"home":[1],"menuOpen":[1540,"menu-open"],"selected":[32],"selectRoom":[64]},[[8,"popstate","locationChangeHandler"],[0,"smoothlyRoomSelected","roomSelectedHandler"],[0,"smoothlyRoomLoaded","roomLoadedHandler"],[8,"click","clickHandler"]],{"selected":["selectedChanged"]}],[6,"smoothly-app-room",{"label":[513],"icon":[513],"disabled":[516],"path":[1],"selected":[1540],"content":[16],"getContent":[64],"setSelected":[64]}],[2,"smoothly-tabs-demo"],[2,"smoothly-form-demo-pet",{"hasOwner":[32],"owner":[32],"value":[32]}],[2,"smoothly-form-demo-all"],[2,"smoothly-input-demo-standard",{"duration":[32],"options":[32]}],[2,"smoothly-next-table-demo-filtered",{"criteria":[32],"cats":[32],"selector":[32]},[[0,"smoothlyFilter","onFilterUpdate"],[0,"smoothlyInput","smoothlyInputHandler"]]],[2,"smoothly-table-demo-filtered",{"criteria":[32],"cats":[32],"selector":[32]},[[0,"smoothlyFilter","onFilterUpdate"],[0,"smoothlyInput","smoothlyInputHandler"]]],[2,"smoothly-table-testing",{"counter":[32]}],[2,"smoothly-next-demo-group"],[2,"smoothly-form-demo-transparent"],[2,"smoothly-form-demo-typed"],[2,"smoothly-next-demo-colspan"],[2,"smoothly-next-demo-nested"],[2,"smoothly-next-demo-simple"],[2,"smoothly-form-demo-controlled",{"name":[32],"currency":[32],"date":[32]},null,{"name":["nameChanged"]}],[2,"smoothly-form-demo-date"],[2,"smoothly-form-demo-date-range"],[0,"smoothly-input-color-demo"],[0,"smoothly-input-range-demo"],[2,"smoothly-form-demo-login"],[2,"smoothly-form-demo-prices"],[2,"smoothly-form-demo-card"],[0,"smoothly-display-demo-json"],[2,"smoothly-theme-guide"],[2,"smoothly-input-price-demo",{"currencies":[32],"currency":[32]}],[6,"smoothly-notifier",{"icon":[4],"notices":[32]},[[0,"notice","onNotice"],[0,"remove","onRemove"]]],[6,"smoothly-theme-picker",{"element":[1]}],[6,"smoothly-dialog",{"color":[513],"open":[1540],"closable":[516],"header":[513]},[[0,"trigger","TriggerListener"]]],[2,"smoothly-theme-colors"],[2,"smoothly-toggle-switch-demo"],[2,"smoothly-burger",{"visible":[1540],"open":[1540],"mediaQuery":[513,"media-query"],"history":[32]},[[0,"click","clickHandler"],[9,"resize","resizeHandler"]],{"open":["openChanged"]}],[6,"smoothly-modal",{"open":[1540],"closable":[516]},null,{"open":["openChanged"]}],[2,"smoothly-frame",{"url":[1],"name":[513],"origin":[1],"send":[64]}],[6,"smoothly-label",{"hue":[2],"description":[1],"shape":[513]}],[6,"smoothly-toggle",{"selected":[1540],"shape":[513],"disabled":[516],"name":[1],"value":[8]},[[0,"click","onClick"]]],[2,"smoothly-next-demo-nested-inner",{"data":[16]}],[2,"smoothly-notification",{"notice":[16],"closable":[4],"icon":[4],"tick":[32]},[[0,"trigger","onTrigger"]],{"notice":["onUpdatedNotice"]}],[2,"smoothly-back-to-top",{"opacity":[1],"bottom":[1],"right":[1],"visible":[32]}],[2,"smoothly-theme-color",{"color":[1]}],[6,"smoothly-next-table-row-group",{"align":[516],"open":[1540]}],[6,"smoothly-submit",{"color":[513],"expand":[513],"fill":[513],"disabled":[516],"type":[513],"size":[513],"shape":[513],"prevent":[4]},[[0,"click","clickHandler"]]],[6,"smoothly-table-expandable-row",{"open":[1540],"allowSpotlight":[32],"spotlight":[32]},[[0,"smoothlyTableLoad","handleTableLoaded"]],{"open":["handleSpotlight"],"allowSpotlight":["handleSpotlight"]}],[6,"smoothly-summary",{"open":[1540],"color":[1],"fill":[1],"size":[1]},[[0,"smoothlyInputLoad","onInputLoad"],[0,"smoothlyInput","onInputLoad"]]],[6,"smoothly-table-cell"],[6,"smoothly-table-expandable-cell",{"open":[1540],"allowSpotlight":[32],"spotlight":[32]},[[0,"click","onClick"],[0,"smoothlyTableLoad","handleTableLoaded"]],{"open":["openChanged","handleSpotlight"],"allowSpotlight":["handleSpotlight"]}],[6,"smoothly-table",{"root":[1540],"color":[1537],"align":[513],"open":[1540]},[[0,"smoothlyExpandableLoad","handleExpandableLoaded"],[0,"smoothlyExpandableChange","handleExpandableState"],[0,"smoothlySpotlightChange","handleSpotlightState"],[0,"smoothlyNestedTable","handleNestedTable"],[0,"smoothlyExpansionLoad","handleEvents"],[0,"smoothlyExpansionOpen","handleEvents"]]],[6,"smoothly-table-footer"],[6,"smoothly-table-header",{"name":[513]}],[6,"smoothly-table-row",{"open":[1540]},[[0,"smoothlyExpansionLoad","onExpansionLoad"],[0,"smoothlyExpandableChange","onExpansionChange"],[0,"smoothlyExpansionOpen","onExpansionOpen"]]],[6,"smoothly-tabs",{"tabs":[32],"selectedElement":[32]},[[0,"smoothlyTabLoad","onInputLoad"],[0,"smoothlyTabOpen","openChanged"]],{"selectedElement":["onSelectedChange"]}],[2,"smoothly-theme-color-variant",{"color":[513],"variant":[513]}],[6,"smoothly-filter",{"detailChildren":[32],"criteria":[32],"expanded":[32]},[[0,"smoothlyFilterUpdate","updateHandler"],[0,"smoothlyFilterManipulate","manipulateHandler"],[0,"smoothlyFilterField","filterFieldHandler"]]],[6,"smoothly-filter-select",{"label":[1],"property":[1],"menuHeight":[1,"menu-height"],"multiple":[4],"type":[1],"looks":[1025]},[[0,"smoothlyInputLoad","smoothlyInputLoadHandler"],[0,"smoothlyInputLooks","smoothlyInputLooksHandler"]]],[6,"smoothly-filter-input",{"label":[1],"property":[1],"placeholder":[1],"needle":[32]}],[6,"smoothly-input-edit",{"color":[1],"expand":[513],"fill":[513],"disabled":[1540],"display":[1540],"shape":[513],"type":[513],"size":[513],"toolTip":[1,"tool-tip"]},[[0,"click","clickHandler"]]],[2,"smoothly-filter-toggle",{"icon":[1],"properties":[16],"toolTip":[1,"tool-tip"],"not":[4],"flip":[516],"active":[1028]}],[6,"smoothly-next-table-foot"],[6,"smoothly-tab",{"label":[1],"open":[1540]},[[0,"click","onClick"],[0,"smoothlyInputLoad","onInputLoad"],[0,"smoothlyInput","onInputLoad"]],{"open":["openHandler"]}],[2,"smoothly-filter-field",{"criteria":[8],"clear":[64]}],[6,"smoothly-lazy",{"show":[1028],"content":[16]}],[6,"smoothly-next-table-expandable-cell",{"span":[514],"open":[1540],"close":[64]},null,{"open":["openChange"]}],[6,"smoothly-next-table-expandable-row",{"open":[1540]},null,{"open":["openChange"]}],[6,"smoothly-trigger",{"color":[513],"fill":[513],"disabled":[516],"type":[513],"name":[1],"value":[8]},[[0,"click","onClick"]]],[6,"smoothly-input-checkbox",{"name":[513],"changed":[1028],"readonly":[1540],"checked":[1028],"value":[4],"looks":[1537],"color":[1537],"disabled":[516],"register":[64],"unregister":[64],"getValue":[64],"clear":[64],"listen":[64],"edit":[64],"reset":[64],"setInitialValue":[64]},null,{"checked":["elementCheck"]}],[2,"smoothly-load-more",{"triggerMode":[1,"trigger-mode"],"name":[1],"multiple":[4],"inView":[32]}],[6,"smoothly-next-table-body"],[6,"smoothly-input-color",{"value":[1025],"looks":[1537],"color":[1537],"changed":[1028],"readonly":[1540],"output":[1],"name":[513],"showLabel":[516,"show-label"],"open":[32],"sliderMode":[32],"register":[64],"unregister":[64],"getValue":[64],"clear":[64],"listen":[64],"edit":[64],"reset":[64],"setInitialValue":[64]},[[0,"smoothlyInputLooks","smoothlyInputLooksHandler"],[0,"smoothlyInputLoad","smoothlyInputLoadHandler"],[8,"click","onWindowClick"]],{"value":["valueChanged"]}],[6,"smoothly-input-date-range",{"name":[513],"color":[1537],"looks":[1537],"readonly":[1540],"showLabel":[516,"show-label"],"start":[1025],"end":[1025],"placeholder":[1],"invalid":[4],"max":[1],"min":[1],"changed":[1028],"value":[32],"open":[32],"register":[64],"unregister":[64],"getValue":[64],"listen":[64],"edit":[64],"reset":[64],"setInitialValue":[64],"clear":[64]},[[0,"smoothlyInputLoad","smoothlyInputLoadHandler"],[0,"smoothlyInputLooks","smoothlyInputLooksHandler"],[8,"click","onWindowClick"]],{"start":["updateValue"],"end":["updateValue"],"value":["valueChanged"]}],[6,"smoothly-input-clear",{"color":[1],"expand":[513],"fill":[513],"disabled":[1540],"size":[513],"shape":[513],"display":[1540],"type":[513],"tooltip":[1]},[[0,"click","clickHandler"]]],[6,"smoothly-input-file",{"changed":[1028],"readonly":[1540],"accept":[1],"color":[1537],"looks":[1537],"camera":[513],"name":[513],"showLabel":[516,"show-label"],"value":[1040],"placeholder":[1537],"dragging":[32],"register":[64],"unregister":[64],"getValue":[64],"clear":[64],"listen":[64],"edit":[64],"reset":[64],"setInitialValue":[64],"binary":[64]},[[0,"smoothlyInputLoad","smoothlyInputLoadHandler"]],{"value":["valueChanged"]}],[6,"smoothly-input-radio-item",{"value":[1032],"selected":[1540],"looks":[1537],"name":[1025]}],[6,"smoothly-input-radio",{"changed":[1028],"value":[1032],"looks":[1537],"color":[1537],"clearable":[4],"readonly":[1540],"name":[513],"showLabel":[516,"show-label"],"listen":[64],"register":[64],"unregister":[64],"getValue":[64],"clear":[64],"edit":[64],"reset":[64],"setInitialValue":[64]},[[0,"smoothlyRadioItemRegister","handleRegister"],[0,"smoothlyInputLoad","smoothlyInputLoadHandler"],[0,"smoothlySelect","smoothlyRadioInputHandler"]],{"value":["valueChanged"],"readonly":["watchingReadonly"]}],[6,"smoothly-next-table",{"columns":[2]},[[0,"smoothlyNextTableExpandableCellChange","smoothlyNextTableExpandableCellChange"]]],[6,"smoothly-next-table-cell",{"span":[514]}],[6,"smoothly-next-table-head",{"scrolled":[32]}],[6,"smoothly-next-table-row",null,[[0,"smoothlyNextTableExpandableCellRegister","smoothlyNextTableExpandableCellRegisterHandler"],[0,"smoothlyNextTableExpandableCellChange","smoothlyNextTableExpandableCellChangeHandler"]]],[6,"smoothly-input-date",{"color":[1537],"looks":[1537],"name":[513],"changed":[1028],"readonly":[1540],"invalid":[4],"value":[1025],"open":[1028],"max":[1025],"min":[1025],"showLabel":[516,"show-label"],"register":[64],"unregister":[64],"getValue":[64],"listen":[64],"clear":[64],"edit":[64],"reset":[64],"setInitialValue":[64]},[[0,"smoothlyInput","smoothlyInputHandler"],[0,"smoothlyInputLooks","smoothlyInputLooksHandler"],[0,"smoothlyInputLoad","smoothlyInputLoadHandler"],[8,"click","onWindowClick"],[0,"smoothlyDateSet","dateSetHandler"]],{"value":["onStart"]}],[6,"smoothly-input-reset",{"color":[1],"expand":[513],"fill":[513],"disabled":[1540],"size":[513],"shape":[513],"display":[1540],"type":[513],"tooltip":[1]},[[0,"click","clickHandler"]]],[6,"smoothly-input-range",{"value":[1026],"looks":[1537],"color":[1537],"changed":[1028],"defined":[1028],"readonly":[1540],"type":[1],"min":[2],"max":[2],"name":[513],"step":[2],"outputSide":[1,"output-side"],"label":[1],"showInput":[32],"register":[64],"unregister":[64],"getValue":[64],"clear":[64],"listen":[64],"edit":[64],"reset":[64],"setInitialValue":[64]},[[0,"smoothlyInputLoad","smoothlyInputLoadHandler"],[0,"smoothlyInputLooks","smoothlyInputLooksHandler"]],{"value":["valueChanged"]}],[2,"smoothly-toggle-switch",{"checkmark":[516],"selected":[1540],"disabled":[516],"size":[513],"color":[513],"fill":[513]}],[6,"smoothly-calendar",{"month":[1025],"value":[1025],"start":[1025],"end":[1025],"max":[1025],"min":[1025],"doubleInput":[516,"double-input"],"firstSelected":[32]},null,{"start":["onStart"],"end":["onEnd"]}],[6,"smoothly-input-month",{"readonly":[1540],"color":[513],"looks":[1537],"name":[513],"value":[1025],"max":[1025],"min":[1025],"next":[516],"previous":[516],"inCalendar":[516,"in-calendar"],"showLabel":[516,"show-label"],"allowPreviousMonth":[32],"allowNextMonth":[32],"register":[64],"unregister":[64],"getValue":[64],"clear":[64],"listen":[64],"edit":[64],"reset":[64],"setInitialValue":[64]},[[0,"smoothlyInputLooks","smoothlyInputLooksHandler"],[0,"smoothlyInputLoad","smoothlyInputLoadHandler"]],{"value":["valueChanged","setAllowPreviousMonth","setAllowNextMonth"],"min":["setAllowPreviousMonth"],"max":["setAllowNextMonth"]}],[6,"smoothly-input-submit",{"delete":[516],"color":[1],"icon":[8],"expand":[513],"fill":[513],"disabled":[1540],"display":[1540],"shape":[513],"size":[513],"toolTip":[1,"tool-tip"]}],[6,"smoothly-button-confirm",{"color":[1],"name":[513],"doubleClickTime":[2,"double-click-time"],"expand":[513],"fill":[1],"disabled":[516],"shape":[1],"size":[1],"clickTimeStamp":[32]}],[4,"smoothly-form",{"color":[1537],"value":[1040],"action":[1],"validator":[16],"type":[1],"readonly":[1028],"looks":[513],"name":[513],"prevent":[4],"changed":[1028],"processing":[1040],"removeInput":[64],"listen":[64],"submit":[64],"clear":[64],"edit":[64],"reset":[64],"setInitialValue":[64]},[[0,"smoothlyInputLooks","smoothlyInputLooksHandler"],[0,"smoothlyInput","smoothlyInputHandler"],[8,"smoothlyFormSubmit","windowSubmitHandler"],[0,"smoothlyFormSubmit","submitHandler"],[0,"smoothlyInputLoad","smoothlyInputLoadHandler"],[0,"smoothlyFormDisable","smoothlyFormDisableHandler"]],{"value":["watchValue"],"readonly":["watchReadonly"]}],[2,"smoothly-spinner",{"size":[513],"overlay":[516]}],[6,"smoothly-input-select",{"invalid":[4],"name":[513],"color":[1537],"looks":[1537],"showLabel":[516,"show-label"],"showSelected":[1540,"show-selected"],"readonly":[1540],"inCalendar":[516,"in-calendar"],"ordered":[516],"multiple":[4],"clearable":[4],"changed":[1028],"defined":[1028],"placeholder":[520],"menuHeight":[1,"menu-height"],"required":[4],"searchDisabled":[4,"search-disabled"],"mutable":[4],"open":[32],"selected":[32],"filter":[32],"addedItems":[32],"register":[64],"unregister":[64],"getValue":[64],"getItems":[64],"listen":[64],"reset":[64],"clear":[64],"edit":[64],"setInitialValue":[64]},[[0,"smoothlyInputLoad","smoothlyInputLoadHandler"],[8,"click","onWindowClick"],[0,"smoothlyItemSelect","onItemSelect"],[0,"keydown","onKeyDown"]],{"selected":["onSelectedChange"],"required":["onRequiredChange"],"filter":["onFilterChange"],"readonly":["watchingReadonly"],"open":["onClosed"]}],[2,"smoothly-display",{"type":[1],"label":[1],"value":[8],"collapseDepth":[2,"collapse-depth"],"toInteger":[4,"to-integer"],"currency":[1],"country":[1],"format":[16]}],[6,"smoothly-item",{"value":[8],"selected":[1540],"marked":[1540],"selectable":[516],"deselectable":[4],"filter":[64]},[[0,"click","clickHandler"]],{"selected":["selectedWatcher"]}],[2,"smoothly-display-json",{"value":[8],"collapseDepth":[2,"collapse-depth"]}],[6,"smoothly-button",{"color":[513],"expand":[513],"fill":[513],"disabled":[516],"type":[513],"size":[513],"shape":[513],"link":[1]}],[2,"smoothly-display-json-object",{"value":[16],"collapseDepth":[2,"collapse-depth"],"open":[32],"empty":[32]}],[2,"smoothly-display-json-primitive",{"value":[8]}],[2,"smoothly-display-json-record-key",{"value":[8]}],[6,"smoothly-input",{"color":[1537],"looks":[1537],"name":[513],"value":[1032],"type":[513],"required":[516],"showLabel":[516,"show-label"],"autocomplete":[1],"placeholder":[513],"disabled":[4],"readonly":[1540],"toInteger":[4,"to-integer"],"currency":[513],"invalid":[516],"changed":[1028],"errorMessage":[1,"error-message"],"initialValue":[32],"state":[32],"getValue":[64],"listen":[64],"register":[64],"unregister":[64],"clear":[64],"edit":[64],"reset":[64],"setInitialValue":[64]},[[0,"smoothlyInputLoad","smoothlyInputLoadHandler"],[0,"input","onEvent"],[0,"beforeinput","onEvent"]],{"currency":["typeChange"],"type":["typeChange"],"state":["stateChange"],"value":["valueChange"],"readonly":["readonlyChange"]}],[2,"smoothly-icon",{"color":[513],"fill":[513],"name":[513],"size":[513],"rotate":[514],"flip":[513],"toolTip":[1,"tool-tip"],"latestPromise":[32],"document":[32]},null,{"name":["nameChanged"]}]]],["p-0f87a1f6",[[2,"smoothly-input-checkbox-demo"]]],["p-152fd0d7",[[6,"smoothly-checkbox",{"size":[1],"checked":[1540],"intermediate":[1540],"unavailable":[516],"disabled":[516],"name":[513],"value":[8],"t":[32],"toggle":[64],"clear":[64]},null,{"checked":["unavailableChanged"],"unavailable":["unavailableChanged"]}]]],["p-75a26859",[[6,"smoothly-color",{"color":[513]}]]],["p-3ede8604",[[2,"smoothly-country",{"value":[1],"text":[1],"language":[32]}]]],["p-44d11e9d",[[6,"smoothly-trigger-sink",{"context":[16],"destination":[1],"filter":[1]},[[0,"trigger","TriggerListener"]]]]],["p-fcba77c0",[[6,"smoothly-trigger-source",{"listen":[1]}]]]]'),e)}));
|
|
1
|
+
import{p as e,b as o}from"./p-ad674a4e.js";export{s as setNonce}from"./p-ad674a4e.js";import{g as l}from"./p-72539472.js";var t=()=>{const o=import.meta.url;const l={};if(o!==""){l.resourcesUrl=new URL(".",o).href}return e(l)};t().then((async e=>{await l();return o(JSON.parse('[["p-191595d1",[[0,"smoothly-app-demo",{"baseUrl":[1,"base-url"]}],[2,"smoothly-form-demo"],[2,"smoothly-next-demo"],[2,"smoothly-input-demo",{"duration":[32],"alphanumeric":[32]}],[2,"smoothly-table-demo"],[2,"smoothly-icon-demo",{"display":[32],"props":[32]}],[2,"smoothly-theme-demo"],[0,"smoothly-display-demo",{"downloadingSpinner":[32]}],[0,"smoothly-button-demo"],[2,"smoothly-dialog-demo",{"openModal":[32],"openTallModal":[32],"showFrame":[32]}],[4,"smoothly-app",{"label":[513],"color":[1],"home":[1],"menuOpen":[1540,"menu-open"],"selected":[32],"selectRoom":[64]},[[8,"popstate","locationChangeHandler"],[0,"smoothlyRoomSelected","roomSelectedHandler"],[0,"smoothlyRoomLoaded","roomLoadedHandler"],[8,"click","clickHandler"]],{"selected":["selectedChanged"]}],[6,"smoothly-app-room",{"label":[513],"icon":[513],"disabled":[516],"path":[1],"selected":[1540],"content":[16],"getContent":[64],"setSelected":[64]}],[2,"smoothly-tabs-demo"],[2,"smoothly-form-demo-pet",{"hasOwner":[32],"owner":[32],"value":[32]}],[2,"smoothly-form-demo-all"],[2,"smoothly-input-demo-standard",{"duration":[32],"options":[32]}],[2,"smoothly-next-table-demo-filtered",{"criteria":[32],"cats":[32],"selector":[32]},[[0,"smoothlyFilter","onFilterUpdate"],[0,"smoothlyInput","smoothlyInputHandler"]]],[2,"smoothly-table-demo-filtered",{"criteria":[32],"cats":[32],"selector":[32]},[[0,"smoothlyFilter","onFilterUpdate"],[0,"smoothlyInput","smoothlyInputHandler"]]],[2,"smoothly-table-testing",{"counter":[32]}],[2,"smoothly-next-demo-group"],[2,"smoothly-form-demo-transparent"],[2,"smoothly-form-demo-typed"],[2,"smoothly-next-demo-colspan"],[2,"smoothly-next-demo-nested"],[2,"smoothly-next-demo-simple"],[2,"smoothly-form-demo-controlled",{"name":[32],"currency":[32],"date":[32]},null,{"name":["nameChanged"]}],[2,"smoothly-form-demo-date"],[2,"smoothly-form-demo-date-range"],[0,"smoothly-input-color-demo"],[0,"smoothly-input-range-demo"],[2,"smoothly-form-demo-login"],[2,"smoothly-form-demo-prices"],[2,"smoothly-form-demo-card"],[0,"smoothly-display-demo-json"],[2,"smoothly-theme-guide"],[2,"smoothly-input-price-demo",{"currencies":[32],"currency":[32]}],[6,"smoothly-notifier",{"icon":[4],"notices":[32]},[[0,"notice","onNotice"],[0,"remove","onRemove"]]],[6,"smoothly-theme-picker",{"element":[1]}],[6,"smoothly-dialog",{"color":[513],"open":[1540],"closable":[516],"header":[513]},[[0,"trigger","TriggerListener"]]],[2,"smoothly-theme-colors"],[2,"smoothly-toggle-switch-demo"],[2,"smoothly-burger",{"visible":[1540],"open":[1540],"mediaQuery":[513,"media-query"],"history":[32]},[[0,"click","clickHandler"],[9,"resize","resizeHandler"]],{"open":["openChanged"]}],[6,"smoothly-modal",{"open":[1540],"closable":[516],"align":[513]},null,{"open":["openChanged"]}],[2,"smoothly-frame",{"url":[1],"name":[513],"origin":[1],"send":[64]}],[6,"smoothly-label",{"hue":[2],"description":[1],"shape":[513]}],[6,"smoothly-toggle",{"selected":[1540],"shape":[513],"disabled":[516],"name":[1],"value":[8]},[[0,"click","onClick"]]],[2,"smoothly-next-demo-nested-inner",{"data":[16]}],[2,"smoothly-notification",{"notice":[16],"closable":[4],"icon":[4],"tick":[32]},[[0,"trigger","onTrigger"]],{"notice":["onUpdatedNotice"]}],[2,"smoothly-back-to-top",{"opacity":[1],"bottom":[1],"right":[1],"visible":[32]}],[2,"smoothly-theme-color",{"color":[1]}],[6,"smoothly-next-table-row-group",{"align":[516],"open":[1540]}],[6,"smoothly-submit",{"color":[513],"expand":[513],"fill":[513],"disabled":[516],"type":[513],"size":[513],"shape":[513],"prevent":[4]},[[0,"click","clickHandler"]]],[6,"smoothly-table-expandable-row",{"open":[1540],"allowSpotlight":[32],"spotlight":[32]},[[0,"smoothlyTableLoad","handleTableLoaded"]],{"open":["handleSpotlight"],"allowSpotlight":["handleSpotlight"]}],[6,"smoothly-table-cell"],[6,"smoothly-table-expandable-cell",{"open":[1540],"allowSpotlight":[32],"spotlight":[32]},[[0,"click","onClick"],[0,"smoothlyTableLoad","handleTableLoaded"]],{"open":["openChanged","handleSpotlight"],"allowSpotlight":["handleSpotlight"]}],[6,"smoothly-table",{"root":[1540],"color":[1537],"align":[513],"open":[1540]},[[0,"smoothlyExpandableLoad","handleExpandableLoaded"],[0,"smoothlyExpandableChange","handleExpandableState"],[0,"smoothlySpotlightChange","handleSpotlightState"],[0,"smoothlyNestedTable","handleNestedTable"],[0,"smoothlyExpansionLoad","handleEvents"],[0,"smoothlyExpansionOpen","handleEvents"]]],[6,"smoothly-table-footer"],[6,"smoothly-table-header",{"name":[513]}],[6,"smoothly-table-row",{"open":[1540]},[[0,"smoothlyExpansionLoad","onExpansionLoad"],[0,"smoothlyExpandableChange","onExpansionChange"],[0,"smoothlyExpansionOpen","onExpansionOpen"]]],[6,"smoothly-tabs",{"tabs":[32],"selectedElement":[32]},[[0,"smoothlyTabLoad","onInputLoad"],[0,"smoothlyTabOpen","openChanged"]],{"selectedElement":["onSelectedChange"]}],[2,"smoothly-theme-color-variant",{"color":[513],"variant":[513]}],[6,"smoothly-filter",{"detailChildren":[32],"criteria":[32],"expanded":[32]},[[0,"smoothlyFilterUpdate","updateHandler"],[0,"smoothlyFilterManipulate","manipulateHandler"],[0,"smoothlyFilterField","filterFieldHandler"]]],[6,"smoothly-filter-select",{"label":[1],"property":[1],"menuHeight":[1,"menu-height"],"multiple":[4],"type":[1],"looks":[1025]},[[0,"smoothlyInputLoad","smoothlyInputLoadHandler"],[0,"smoothlyInputLooks","smoothlyInputLooksHandler"]]],[6,"smoothly-filter-input",{"label":[1],"property":[1],"placeholder":[1],"needle":[32]}],[6,"smoothly-input-edit",{"color":[1],"expand":[513],"fill":[513],"disabled":[1540],"display":[1540],"shape":[513],"type":[513],"size":[513],"toolTip":[1,"tool-tip"]},[[0,"click","clickHandler"]]],[2,"smoothly-filter-toggle",{"icon":[1],"properties":[16],"toolTip":[1,"tool-tip"],"not":[4],"flip":[516],"active":[1028]}],[6,"smoothly-summary",{"open":[1540],"color":[1],"fill":[1],"size":[1]},[[0,"smoothlyInputLoad","onInputLoad"],[0,"smoothlyInput","onInputLoad"]]],[6,"smoothly-next-table-foot"],[6,"smoothly-tab",{"label":[1],"open":[1540]},[[0,"click","onClick"],[0,"smoothlyInputLoad","onInputLoad"],[0,"smoothlyInput","onInputLoad"]],{"open":["openHandler"]}],[2,"smoothly-filter-field",{"criteria":[8],"clear":[64]}],[6,"smoothly-lazy",{"show":[1028],"content":[16]}],[6,"smoothly-next-table-expandable-cell",{"span":[514],"open":[1540],"close":[64]},null,{"open":["openChange"]}],[6,"smoothly-next-table-expandable-row",{"open":[1540]},null,{"open":["openChange"]}],[6,"smoothly-trigger",{"color":[513],"fill":[513],"disabled":[516],"type":[513],"name":[1],"value":[8]},[[0,"click","onClick"]]],[6,"smoothly-input-checkbox",{"name":[513],"changed":[1028],"readonly":[1540],"checked":[1028],"value":[4],"looks":[1537],"color":[1537],"disabled":[516],"register":[64],"unregister":[64],"getValue":[64],"clear":[64],"listen":[64],"edit":[64],"reset":[64],"setInitialValue":[64]},null,{"checked":["elementCheck"]}],[2,"smoothly-load-more",{"triggerMode":[1,"trigger-mode"],"name":[1],"multiple":[4],"inView":[32]}],[6,"smoothly-next-table-body"],[6,"smoothly-input-color",{"value":[1025],"looks":[1537],"color":[1537],"changed":[1028],"readonly":[1540],"output":[1],"name":[513],"showLabel":[516,"show-label"],"open":[32],"sliderMode":[32],"register":[64],"unregister":[64],"getValue":[64],"clear":[64],"listen":[64],"edit":[64],"reset":[64],"setInitialValue":[64]},[[0,"smoothlyInputLooks","smoothlyInputLooksHandler"],[0,"smoothlyInputLoad","smoothlyInputLoadHandler"],[8,"click","onWindowClick"]],{"value":["valueChanged"]}],[6,"smoothly-input-date-range",{"name":[513],"color":[1537],"looks":[1537],"readonly":[1540],"showLabel":[516,"show-label"],"start":[1025],"end":[1025],"placeholder":[1],"invalid":[4],"max":[1],"min":[1],"changed":[1028],"value":[32],"open":[32],"register":[64],"unregister":[64],"getValue":[64],"listen":[64],"edit":[64],"reset":[64],"setInitialValue":[64],"clear":[64]},[[0,"smoothlyInputLoad","smoothlyInputLoadHandler"],[0,"smoothlyInputLooks","smoothlyInputLooksHandler"],[8,"click","onWindowClick"]],{"start":["updateValue"],"end":["updateValue"],"value":["valueChanged"]}],[6,"smoothly-input-clear",{"color":[1],"expand":[513],"fill":[513],"disabled":[1540],"size":[513],"shape":[513],"display":[1540],"type":[513],"tooltip":[1]},[[0,"click","clickHandler"]]],[6,"smoothly-input-file",{"changed":[1028],"readonly":[1540],"accept":[1],"color":[1537],"looks":[1537],"camera":[513],"name":[513],"showLabel":[516,"show-label"],"value":[1040],"placeholder":[1537],"dragging":[32],"register":[64],"unregister":[64],"getValue":[64],"clear":[64],"listen":[64],"edit":[64],"reset":[64],"setInitialValue":[64],"binary":[64]},[[0,"smoothlyInputLoad","smoothlyInputLoadHandler"]],{"value":["valueChanged"]}],[6,"smoothly-input-radio-item",{"value":[1032],"selected":[1540],"looks":[1537],"name":[1025]}],[6,"smoothly-input-radio",{"changed":[1028],"value":[1032],"looks":[1537],"color":[1537],"clearable":[4],"readonly":[1540],"name":[513],"showLabel":[516,"show-label"],"listen":[64],"register":[64],"unregister":[64],"getValue":[64],"clear":[64],"edit":[64],"reset":[64],"setInitialValue":[64]},[[0,"smoothlyRadioItemRegister","handleRegister"],[0,"smoothlyInputLoad","smoothlyInputLoadHandler"],[0,"smoothlySelect","smoothlyRadioInputHandler"]],{"value":["valueChanged"],"readonly":["watchingReadonly"]}],[6,"smoothly-next-table",{"columns":[2]},[[0,"smoothlyNextTableExpandableCellChange","smoothlyNextTableExpandableCellChange"]]],[6,"smoothly-next-table-cell",{"span":[514]}],[6,"smoothly-next-table-head",{"scrolled":[32]}],[6,"smoothly-next-table-row",null,[[0,"smoothlyNextTableExpandableCellRegister","smoothlyNextTableExpandableCellRegisterHandler"],[0,"smoothlyNextTableExpandableCellChange","smoothlyNextTableExpandableCellChangeHandler"]]],[6,"smoothly-input-date",{"color":[1537],"looks":[1537],"name":[513],"changed":[1028],"readonly":[1540],"invalid":[4],"value":[1025],"open":[1028],"max":[1025],"min":[1025],"showLabel":[516,"show-label"],"register":[64],"unregister":[64],"getValue":[64],"listen":[64],"clear":[64],"edit":[64],"reset":[64],"setInitialValue":[64]},[[0,"smoothlyInput","smoothlyInputHandler"],[0,"smoothlyInputLooks","smoothlyInputLooksHandler"],[0,"smoothlyInputLoad","smoothlyInputLoadHandler"],[8,"click","onWindowClick"],[0,"smoothlyDateSet","dateSetHandler"]],{"value":["onStart"]}],[6,"smoothly-input-reset",{"color":[1],"expand":[513],"fill":[513],"disabled":[1540],"size":[513],"shape":[513],"display":[1540],"type":[513],"tooltip":[1]},[[0,"click","clickHandler"]]],[6,"smoothly-input-range",{"value":[1026],"looks":[1537],"color":[1537],"changed":[1028],"defined":[1028],"readonly":[1540],"type":[1],"min":[2],"max":[2],"name":[513],"step":[2],"outputSide":[1,"output-side"],"label":[1],"showInput":[32],"register":[64],"unregister":[64],"getValue":[64],"clear":[64],"listen":[64],"edit":[64],"reset":[64],"setInitialValue":[64]},[[0,"smoothlyInputLoad","smoothlyInputLoadHandler"],[0,"smoothlyInputLooks","smoothlyInputLooksHandler"]],{"value":["valueChanged"]}],[2,"smoothly-toggle-switch",{"checkmark":[516],"selected":[1540],"disabled":[516],"size":[513],"color":[513],"fill":[513]}],[6,"smoothly-calendar",{"month":[1025],"value":[1025],"start":[1025],"end":[1025],"max":[1025],"min":[1025],"doubleInput":[516,"double-input"],"firstSelected":[32]},null,{"start":["onStart"],"end":["onEnd"]}],[6,"smoothly-input-month",{"readonly":[1540],"color":[513],"looks":[1537],"name":[513],"value":[1025],"max":[1025],"min":[1025],"next":[516],"previous":[516],"inCalendar":[516,"in-calendar"],"showLabel":[516,"show-label"],"allowPreviousMonth":[32],"allowNextMonth":[32],"register":[64],"unregister":[64],"getValue":[64],"clear":[64],"listen":[64],"edit":[64],"reset":[64],"setInitialValue":[64]},[[0,"smoothlyInputLooks","smoothlyInputLooksHandler"],[0,"smoothlyInputLoad","smoothlyInputLoadHandler"]],{"value":["valueChanged","setAllowPreviousMonth","setAllowNextMonth"],"min":["setAllowPreviousMonth"],"max":["setAllowNextMonth"]}],[6,"smoothly-input-submit",{"delete":[516],"color":[1],"icon":[8],"expand":[513],"fill":[513],"disabled":[1540],"display":[1540],"shape":[513],"size":[513],"toolTip":[1,"tool-tip"]}],[6,"smoothly-button-confirm",{"color":[1],"name":[513],"doubleClickTime":[2,"double-click-time"],"expand":[513],"fill":[1],"disabled":[516],"shape":[1],"size":[1],"clickTimeStamp":[32]}],[4,"smoothly-form",{"color":[1537],"value":[1040],"action":[1],"validator":[16],"type":[1],"readonly":[1028],"looks":[513],"name":[513],"prevent":[4],"changed":[1028],"processing":[1040],"removeInput":[64],"listen":[64],"submit":[64],"clear":[64],"edit":[64],"reset":[64],"setInitialValue":[64]},[[0,"smoothlyInputLooks","smoothlyInputLooksHandler"],[0,"smoothlyInput","smoothlyInputHandler"],[8,"smoothlyFormSubmit","windowSubmitHandler"],[0,"smoothlyFormSubmit","submitHandler"],[0,"smoothlyInputLoad","smoothlyInputLoadHandler"],[0,"smoothlyFormDisable","smoothlyFormDisableHandler"]],{"value":["watchValue"],"readonly":["watchReadonly"]}],[2,"smoothly-spinner",{"size":[513],"overlay":[516]}],[6,"smoothly-input-select",{"invalid":[4],"name":[513],"color":[1537],"looks":[1537],"showLabel":[516,"show-label"],"showSelected":[1540,"show-selected"],"readonly":[1540],"inCalendar":[516,"in-calendar"],"ordered":[516],"multiple":[4],"clearable":[4],"changed":[1028],"defined":[1028],"placeholder":[520],"menuHeight":[1,"menu-height"],"required":[4],"searchDisabled":[4,"search-disabled"],"mutable":[4],"open":[32],"selected":[32],"filter":[32],"addedItems":[32],"register":[64],"unregister":[64],"getValue":[64],"getItems":[64],"listen":[64],"reset":[64],"clear":[64],"edit":[64],"setInitialValue":[64]},[[0,"smoothlyInputLoad","smoothlyInputLoadHandler"],[8,"click","onWindowClick"],[0,"smoothlyItemSelect","onItemSelect"],[0,"keydown","onKeyDown"]],{"selected":["onSelectedChange"],"required":["onRequiredChange"],"filter":["onFilterChange"],"readonly":["watchingReadonly"],"open":["onClosed"]}],[2,"smoothly-display",{"type":[1],"label":[1],"value":[8],"collapseDepth":[2,"collapse-depth"],"toInteger":[4,"to-integer"],"currency":[1],"country":[1],"format":[16]}],[6,"smoothly-item",{"value":[8],"selected":[1540],"marked":[1540],"selectable":[516],"deselectable":[4],"filter":[64]},[[0,"click","clickHandler"]],{"selected":["selectedWatcher"]}],[2,"smoothly-display-json",{"value":[8],"collapseDepth":[2,"collapse-depth"]}],[6,"smoothly-button",{"color":[513],"expand":[513],"fill":[513],"disabled":[516],"type":[513],"size":[513],"shape":[513],"link":[1]}],[2,"smoothly-display-json-object",{"value":[16],"collapseDepth":[2,"collapse-depth"],"open":[32],"empty":[32]}],[2,"smoothly-display-json-primitive",{"value":[8]}],[2,"smoothly-display-json-record-key",{"value":[8]}],[6,"smoothly-input",{"color":[1537],"looks":[1537],"name":[513],"value":[1032],"type":[513],"required":[516],"showLabel":[516,"show-label"],"autocomplete":[1],"placeholder":[513],"disabled":[4],"readonly":[1540],"toInteger":[4,"to-integer"],"currency":[513],"invalid":[516],"changed":[1028],"errorMessage":[1,"error-message"],"initialValue":[32],"state":[32],"getValue":[64],"listen":[64],"register":[64],"unregister":[64],"clear":[64],"edit":[64],"reset":[64],"setInitialValue":[64]},[[0,"smoothlyInputLoad","smoothlyInputLoadHandler"],[0,"input","onEvent"],[0,"beforeinput","onEvent"]],{"currency":["typeChange"],"type":["typeChange"],"state":["stateChange"],"value":["valueChange"],"readonly":["readonlyChange"]}],[2,"smoothly-icon",{"color":[513],"fill":[513],"name":[513],"size":[513],"rotate":[514],"flip":[513],"toolTip":[1,"tool-tip"],"latestPromise":[32],"document":[32]},null,{"name":["nameChanged"]}]]],["p-22f843be",[[2,"smoothly-input-checkbox-demo"]]],["p-152fd0d7",[[6,"smoothly-checkbox",{"size":[1],"checked":[1540],"intermediate":[1540],"unavailable":[516],"disabled":[516],"name":[513],"value":[8],"t":[32],"toggle":[64],"clear":[64]},null,{"checked":["unavailableChanged"],"unavailable":["unavailableChanged"]}]]],["p-75a26859",[[6,"smoothly-color",{"color":[513]}]]],["p-3ede8604",[[2,"smoothly-country",{"value":[1],"text":[1],"language":[32]}]]],["p-651dcac2",[[6,"smoothly-trigger-sink",{"context":[16],"destination":[1],"filter":[1]},[[0,"trigger","TriggerListener"]]]]],["p-9f631b35",[[6,"smoothly-trigger-source",{"listen":[1]}]]]]'),e)}));
|
|
2
2
|
//# sourceMappingURL=smoothly.esm.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["patchBrowser","importMeta","url","opts","resourcesUrl","URL","href","promiseResolve","then","async","options","globalScripts","bootstrapLazy","JSON","parse"],"sources":["node_modules/@stencil/core/internal/client/patch-browser.js","@lazy-browser-entrypoint?app-data=conditional"],"sourcesContent":["/*\n Stencil Client Patch Browser v4.18.3 | MIT Licensed | https://stenciljs.com\n */\n\n// src/client/client-patch-browser.ts\nimport { BUILD, NAMESPACE } from \"@stencil/core/internal/app-data\";\nimport { consoleDevInfo, doc, H, promiseResolve } from \"@stencil/core\";\nvar patchBrowser = () => {\n if (BUILD.isDev && !BUILD.isTesting) {\n consoleDevInfo(\"Running in development mode.\");\n }\n if (BUILD.cloneNodeFix) {\n patchCloneNodeFix(H.prototype);\n }\n const scriptElm = BUILD.scriptDataOpts ? Array.from(doc.querySelectorAll(\"script\")).find(\n (s) => new RegExp(`/${NAMESPACE}(\\\\.esm)?\\\\.js($|\\\\?|#)`).test(s.src) || s.getAttribute(\"data-stencil-namespace\") === NAMESPACE\n ) : null;\n const importMeta = import.meta.url;\n const opts = BUILD.scriptDataOpts ? (scriptElm || {})[\"data-opts\"] || {} : {};\n if (importMeta !== \"\") {\n opts.resourcesUrl = new URL(\".\", importMeta).href;\n }\n return promiseResolve(opts);\n};\nvar patchCloneNodeFix = (HTMLElementPrototype) => {\n const nativeCloneNodeFn = HTMLElementPrototype.cloneNode;\n HTMLElementPrototype.cloneNode = function(deep) {\n if (this.nodeName === \"TEMPLATE\") {\n return nativeCloneNodeFn.call(this, deep);\n }\n const clonedNode = nativeCloneNodeFn.call(this, false);\n const srcChildNodes = this.childNodes;\n if (deep) {\n for (let i = 0; i < srcChildNodes.length; i++) {\n if (srcChildNodes[i].nodeType !== 2) {\n clonedNode.appendChild(srcChildNodes[i].cloneNode(true));\n }\n }\n }\n return clonedNode;\n };\n};\nexport {\n patchBrowser\n};\n","export { setNonce } from '@stencil/core';\nimport { bootstrapLazy } from '@stencil/core';\nimport { patchBrowser } from '@stencil/core/internal/client/patch-browser';\nimport { globalScripts } from '@stencil/core/internal/app-globals';\npatchBrowser().then(async (options) => {\n await globalScripts();\n return bootstrapLazy([/*!__STENCIL_LAZY_DATA__*/], options);\n});\n"],"mappings":"0HAOA,IAAIA,EAAe,KAUjB,MAAMC,cAAyBC,IAC/B,MAAMC,EAAqE,GAC3E,GAAIF,IAAe,GAAI,CACrBE,EAAKC,aAAe,IAAIC,IAAI,IAAKJ,GAAYK,IACjD,CACE,OAAOC,EAAeJ,EAAK,EClB7BH,IAAeQ,MAAKC,MAAOC,UACnBC,IACN,OAAOC,EAAcC,KAAAC,MAAA,
|
|
1
|
+
{"version":3,"names":["patchBrowser","importMeta","url","opts","resourcesUrl","URL","href","promiseResolve","then","async","options","globalScripts","bootstrapLazy","JSON","parse"],"sources":["node_modules/@stencil/core/internal/client/patch-browser.js","@lazy-browser-entrypoint?app-data=conditional"],"sourcesContent":["/*\n Stencil Client Patch Browser v4.18.3 | MIT Licensed | https://stenciljs.com\n */\n\n// src/client/client-patch-browser.ts\nimport { BUILD, NAMESPACE } from \"@stencil/core/internal/app-data\";\nimport { consoleDevInfo, doc, H, promiseResolve } from \"@stencil/core\";\nvar patchBrowser = () => {\n if (BUILD.isDev && !BUILD.isTesting) {\n consoleDevInfo(\"Running in development mode.\");\n }\n if (BUILD.cloneNodeFix) {\n patchCloneNodeFix(H.prototype);\n }\n const scriptElm = BUILD.scriptDataOpts ? Array.from(doc.querySelectorAll(\"script\")).find(\n (s) => new RegExp(`/${NAMESPACE}(\\\\.esm)?\\\\.js($|\\\\?|#)`).test(s.src) || s.getAttribute(\"data-stencil-namespace\") === NAMESPACE\n ) : null;\n const importMeta = import.meta.url;\n const opts = BUILD.scriptDataOpts ? (scriptElm || {})[\"data-opts\"] || {} : {};\n if (importMeta !== \"\") {\n opts.resourcesUrl = new URL(\".\", importMeta).href;\n }\n return promiseResolve(opts);\n};\nvar patchCloneNodeFix = (HTMLElementPrototype) => {\n const nativeCloneNodeFn = HTMLElementPrototype.cloneNode;\n HTMLElementPrototype.cloneNode = function(deep) {\n if (this.nodeName === \"TEMPLATE\") {\n return nativeCloneNodeFn.call(this, deep);\n }\n const clonedNode = nativeCloneNodeFn.call(this, false);\n const srcChildNodes = this.childNodes;\n if (deep) {\n for (let i = 0; i < srcChildNodes.length; i++) {\n if (srcChildNodes[i].nodeType !== 2) {\n clonedNode.appendChild(srcChildNodes[i].cloneNode(true));\n }\n }\n }\n return clonedNode;\n };\n};\nexport {\n patchBrowser\n};\n","export { setNonce } from '@stencil/core';\nimport { bootstrapLazy } from '@stencil/core';\nimport { patchBrowser } from '@stencil/core/internal/client/patch-browser';\nimport { globalScripts } from '@stencil/core/internal/app-globals';\npatchBrowser().then(async (options) => {\n await globalScripts();\n return bootstrapLazy([/*!__STENCIL_LAZY_DATA__*/], options);\n});\n"],"mappings":"0HAOA,IAAIA,EAAe,KAUjB,MAAMC,cAAyBC,IAC/B,MAAMC,EAAqE,GAC3E,GAAIF,IAAe,GAAI,CACrBE,EAAKC,aAAe,IAAIC,IAAI,IAAKJ,GAAYK,IACjD,CACE,OAAOC,EAAeJ,EAAK,EClB7BH,IAAeQ,MAAKC,MAAOC,UACnBC,IACN,OAAOC,EAAcC,KAAAC,MAAA,44fAAuCJ,EAAA","ignoreList":[]}
|
|
@@ -534,6 +534,7 @@ export namespace Components {
|
|
|
534
534
|
"triggerMode": "scroll" | "intersection";
|
|
535
535
|
}
|
|
536
536
|
interface SmoothlyModal {
|
|
537
|
+
"align": "top" | "center";
|
|
537
538
|
"closable": boolean;
|
|
538
539
|
"open": boolean;
|
|
539
540
|
}
|
|
@@ -2771,6 +2772,7 @@ declare namespace LocalJSX {
|
|
|
2771
2772
|
"triggerMode"?: "scroll" | "intersection";
|
|
2772
2773
|
}
|
|
2773
2774
|
interface SmoothlyModal {
|
|
2775
|
+
"align"?: "top" | "center";
|
|
2774
2776
|
"closable"?: boolean;
|
|
2775
2777
|
"onSmoothlyModalChange"?: (event: SmoothlyModalCustomEvent<boolean>) => void;
|
|
2776
2778
|
"open"?: boolean;
|
package/package.json
CHANGED
|
@@ -1,76 +0,0 @@
|
|
|
1
|
-
import { p as proxyCustomElement, H, h, d as Host } from './p-f765921a.js';
|
|
2
|
-
import { d as defineCustomElement$6 } from './p-be6d380e.js';
|
|
3
|
-
import { d as defineCustomElement$5 } from './p-300a9bbc.js';
|
|
4
|
-
import { d as defineCustomElement$4 } from './p-2d60ab95.js';
|
|
5
|
-
import { d as defineCustomElement$3 } from './p-b5bca419.js';
|
|
6
|
-
import { d as defineCustomElement$2 } from './p-c99a7044.js';
|
|
7
|
-
import { d as defineCustomElement$1 } from './p-9658ae2c.js';
|
|
8
|
-
|
|
9
|
-
const styleCss = ".sc-smoothly-dialog-demo-h>smoothly-button.sc-smoothly-dialog-demo{display:block;margin-block:2rem}";
|
|
10
|
-
const SmoothlyDialogDemoStyle0 = styleCss;
|
|
11
|
-
|
|
12
|
-
const SmoothlyDialogDemo = proxyCustomElement(class SmoothlyDialogDemo extends H {
|
|
13
|
-
constructor() {
|
|
14
|
-
super();
|
|
15
|
-
this.__registerHost();
|
|
16
|
-
this.openModal = false;
|
|
17
|
-
this.openTallModal = false;
|
|
18
|
-
this.showFrame = false;
|
|
19
|
-
}
|
|
20
|
-
render() {
|
|
21
|
-
return (h(Host, { key: '6f23592546df981ab328a997d491fc38dd018cd9' }, h("smoothly-button", { key: '10c77679cf0d56bc2a6f72a811af6a8565c8a089', fill: "solid", color: "light", onClick: () => (this.openModal = true) }, "Open Modal"), h("smoothly-button", { key: '3ac4824da8c88e874ef3ce1fd074c14eb03b564c', fill: "solid", color: "light", onClick: () => (this.openTallModal = true) }, "Open Modal with long text"), h("smoothly-button", { key: '129d197f52ccfacf87c4af5fa0ce3a3ec200ba4e', fill: "solid", color: "light", onClick: () => (this.showFrame = !this.showFrame) }, "Show Frame"), h("smoothly-modal", { key: '951f8764d9b57d24399ac51550c886fdcdce98a6', closable: true, open: this.openModal, onSmoothlyModalChange: e => (this.openModal = e.detail) }, h("h2", { key: '074bfe974be4887ec60e5ce0d12c2b4a27cf1891', slot: "header" }, "Modal"), h("span", { key: '48e53abb102dc62d4b4d65d804cf9b3cf9bcfead' }, "Are you sure you want to confirm this action?"), h("smoothly-button", { key: '81cc4d058f49ab4525046ec2ef589876bc269555', slot: "actions", color: "success" }, "Confirm"), h("smoothly-button", { key: 'e611c3c8a644d96d6db2444f4229aae82b6f2795', slot: "actions", color: "light", fill: "outline", onClick: () => (this.openModal = false) }, "Cancel")), h("smoothly-modal", { key: 'b8d779280ad362372b67c2fa03d29c2c301bb36e', closable: true, open: this.openTallModal, onSmoothlyModalChange: e => (this.openTallModal = e.detail) }, h("h2", { key: '9f9ed5125ec6df8b09afef98c8e6aea9689c0512', slot: "header" }, "Modal"), h("div", { key: 'ae95b36b3a1d30d8877dc070060d0099e08a576e' }, Array.from({ length: 10 }).map(() => (h("p", null, "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-button", { key: 'c6de6bc0b9aff9c63a95d4ac210ae9314537936d', slot: "actions", color: "light", fill: "outline", onClick: () => (this.openTallModal = false) }, "Cancel")), this.showFrame && (h("smoothly-dialog", { key: 'b4b59028c956dc34e857556bf0c3f909dca4dd77', closable: true }, h("smoothly-frame", { key: '0e7f75e998a37d4c0d02041c694f1b05563230d8', url: "https://www.wikipedia.org/", name: "parent", style: { height: "80vh" } })))));
|
|
22
|
-
}
|
|
23
|
-
static get style() { return SmoothlyDialogDemoStyle0; }
|
|
24
|
-
}, [2, "smoothly-dialog-demo", {
|
|
25
|
-
"openModal": [32],
|
|
26
|
-
"openTallModal": [32],
|
|
27
|
-
"showFrame": [32]
|
|
28
|
-
}]);
|
|
29
|
-
function defineCustomElement() {
|
|
30
|
-
if (typeof customElements === "undefined") {
|
|
31
|
-
return;
|
|
32
|
-
}
|
|
33
|
-
const components = ["smoothly-dialog-demo", "smoothly-button", "smoothly-dialog", "smoothly-frame", "smoothly-icon", "smoothly-modal", "smoothly-trigger"];
|
|
34
|
-
components.forEach(tagName => { switch (tagName) {
|
|
35
|
-
case "smoothly-dialog-demo":
|
|
36
|
-
if (!customElements.get(tagName)) {
|
|
37
|
-
customElements.define(tagName, SmoothlyDialogDemo);
|
|
38
|
-
}
|
|
39
|
-
break;
|
|
40
|
-
case "smoothly-button":
|
|
41
|
-
if (!customElements.get(tagName)) {
|
|
42
|
-
defineCustomElement$6();
|
|
43
|
-
}
|
|
44
|
-
break;
|
|
45
|
-
case "smoothly-dialog":
|
|
46
|
-
if (!customElements.get(tagName)) {
|
|
47
|
-
defineCustomElement$5();
|
|
48
|
-
}
|
|
49
|
-
break;
|
|
50
|
-
case "smoothly-frame":
|
|
51
|
-
if (!customElements.get(tagName)) {
|
|
52
|
-
defineCustomElement$4();
|
|
53
|
-
}
|
|
54
|
-
break;
|
|
55
|
-
case "smoothly-icon":
|
|
56
|
-
if (!customElements.get(tagName)) {
|
|
57
|
-
defineCustomElement$3();
|
|
58
|
-
}
|
|
59
|
-
break;
|
|
60
|
-
case "smoothly-modal":
|
|
61
|
-
if (!customElements.get(tagName)) {
|
|
62
|
-
defineCustomElement$2();
|
|
63
|
-
}
|
|
64
|
-
break;
|
|
65
|
-
case "smoothly-trigger":
|
|
66
|
-
if (!customElements.get(tagName)) {
|
|
67
|
-
defineCustomElement$1();
|
|
68
|
-
}
|
|
69
|
-
break;
|
|
70
|
-
} });
|
|
71
|
-
}
|
|
72
|
-
defineCustomElement();
|
|
73
|
-
|
|
74
|
-
export { SmoothlyDialogDemo as S, defineCustomElement as d };
|
|
75
|
-
|
|
76
|
-
//# sourceMappingURL=p-37d74e11.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"file":"p-37d74e11.js","mappings":";;;;;;;;AAAA,MAAM,QAAQ,GAAG,qGAAqG,CAAC;AACvH,iCAAe,QAAQ;;MCMV,kBAAkB;;;;yBACT,KAAK;6BACD,KAAK;yBACT,KAAK;;IAE1B,MAAM;QACL,QACC,EAAC,IAAI,uDACJ,wEAAiB,IAAI,EAAC,OAAO,EAAC,KAAK,EAAC,OAAO,EAAC,OAAO,EAAE,OAAO,IAAI,CAAC,SAAS,GAAG,IAAI,CAAC,iBAEhE,EAClB,wEAAiB,IAAI,EAAC,OAAO,EAAC,KAAK,EAAC,OAAO,EAAC,OAAO,EAAE,OAAO,IAAI,CAAC,aAAa,GAAG,IAAI,CAAC,gCAEpE,EAClB,wEAAiB,IAAI,EAAC,OAAO,EAAC,KAAK,EAAC,OAAO,EAAC,OAAO,EAAE,OAAO,IAAI,CAAC,SAAS,GAAG,CAAC,IAAI,CAAC,SAAS,CAAC,iBAE3E,EAElB,uEAAgB,QAAQ,QAAC,IAAI,EAAE,IAAI,CAAC,SAAS,EAAE,qBAAqB,EAAE,CAAC,KAAK,IAAI,CAAC,SAAS,GAAG,CAAC,CAAC,MAAM,CAAC,IACrG,2DAAI,IAAI,EAAC,QAAQ,YAAW,EAC5B,+GAA0D,EAC1D,wEAAiB,IAAI,EAAC,SAAS,EAAC,KAAK,EAAC,SAAS,cAE7B,EAClB,wEAAiB,IAAI,EAAC,SAAS,EAAC,KAAK,EAAC,OAAO,EAAC,IAAI,EAAC,SAAS,EAAC,OAAO,EAAE,OAAO,IAAI,CAAC,SAAS,GAAG,KAAK,CAAC,aAElF,CACF,EAEjB,uEAAgB,QAAQ,QAAC,IAAI,EAAE,IAAI,CAAC,aAAa,EAAE,qBAAqB,EAAE,CAAC,KAAK,IAAI,CAAC,aAAa,GAAG,CAAC,CAAC,MAAM,CAAC,IAC7G,2DAAI,IAAI,EAAC,QAAQ,YAAW,EAC5B,8DACE,KAAK,CAAC,IAAI,CAAC,EAAE,MAAM,EAAE,EAAE,EAAE,CAAC,CAAC,GAAG,CAAC,OAC/B,6cAMI,CACJ,CAAC,CACG,EACN,wEAAiB,IAAI,EAAC,SAAS,EAAC,KAAK,EAAC,OAAO,EAAC,IAAI,EAAC,SAAS,EAAC,OAAO,EAAE,OAAO,IAAI,CAAC,aAAa,GAAG,KAAK,CAAC,aAEtF,CACF,EAEhB,IAAI,CAAC,SAAS,KACd,wEAAiB,QAAQ,UACxB,uEAAgB,GAAG,EAAC,4BAA4B,EAAC,IAAI,EAAC,QAAQ,EAAC,KAAK,EAAE,EAAE,MAAM,EAAE,MAAM,EAAE,GAAI,CAC3E,CAClB,CACK,EACP;KACD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;","names":[],"sources":["src/components/dialog/demo/style.css?tag=smoothly-dialog-demo&encapsulation=scoped","src/components/dialog/demo/index.tsx"],"sourcesContent":["\n:host > smoothly-button {\n\tdisplay: block;\n\tmargin-block: 2rem;\n}\n","import { Component, h, Host, State } from \"@stencil/core\"\n\n@Component({\n\ttag: \"smoothly-dialog-demo\",\n\tstyleUrl: \"style.css\",\n\tscoped: true,\n})\nexport class SmoothlyDialogDemo {\n\t@State() openModal = false\n\t@State() openTallModal = false\n\t@State() showFrame = false\n\n\trender() {\n\t\treturn (\n\t\t\t<Host>\n\t\t\t\t<smoothly-button fill=\"solid\" color=\"light\" onClick={() => (this.openModal = true)}>\n\t\t\t\t\tOpen Modal\n\t\t\t\t</smoothly-button>\n\t\t\t\t<smoothly-button fill=\"solid\" color=\"light\" onClick={() => (this.openTallModal = true)}>\n\t\t\t\t\tOpen Modal with long text\n\t\t\t\t</smoothly-button>\n\t\t\t\t<smoothly-button fill=\"solid\" color=\"light\" onClick={() => (this.showFrame = !this.showFrame)}>\n\t\t\t\t\tShow Frame\n\t\t\t\t</smoothly-button>\n\n\t\t\t\t<smoothly-modal closable open={this.openModal} onSmoothlyModalChange={e => (this.openModal = e.detail)}>\n\t\t\t\t\t<h2 slot=\"header\">Modal</h2>\n\t\t\t\t\t<span>Are you sure you want to confirm this action?</span>\n\t\t\t\t\t<smoothly-button slot=\"actions\" color=\"success\">\n\t\t\t\t\t\tConfirm\n\t\t\t\t\t</smoothly-button>\n\t\t\t\t\t<smoothly-button slot=\"actions\" color=\"light\" fill=\"outline\" onClick={() => (this.openModal = false)}>\n\t\t\t\t\t\tCancel\n\t\t\t\t\t</smoothly-button>\n\t\t\t\t</smoothly-modal>\n\n\t\t\t\t<smoothly-modal closable open={this.openTallModal} onSmoothlyModalChange={e => (this.openTallModal = e.detail)}>\n\t\t\t\t\t<h2 slot=\"header\">Modal</h2>\n\t\t\t\t\t<div>\n\t\t\t\t\t\t{Array.from({ length: 10 }).map(() => (\n\t\t\t\t\t\t\t<p>\n\t\t\t\t\t\t\t\tLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et\n\t\t\t\t\t\t\t\tdolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip\n\t\t\t\t\t\t\t\tex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu\n\t\t\t\t\t\t\t\tfugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia\n\t\t\t\t\t\t\t\tdeserunt mollit anim id est laborum.\n\t\t\t\t\t\t\t</p>\n\t\t\t\t\t\t))}\n\t\t\t\t\t</div>\n\t\t\t\t\t<smoothly-button slot=\"actions\" color=\"light\" fill=\"outline\" onClick={() => (this.openTallModal = false)}>\n\t\t\t\t\t\tCancel\n\t\t\t\t\t</smoothly-button>\n\t\t\t\t</smoothly-modal>\n\n\t\t\t\t{this.showFrame && (\n\t\t\t\t\t<smoothly-dialog closable>\n\t\t\t\t\t\t<smoothly-frame url=\"https://www.wikipedia.org/\" name=\"parent\" style={{ height: \"80vh\" }} />\n\t\t\t\t\t</smoothly-dialog>\n\t\t\t\t)}\n\t\t\t</Host>\n\t\t)\n\t}\n}\n"],"version":3}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"file":"p-53671a89.js","mappings":";;;;;;MAGa,MAAM,GAA2C,CAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,IAAI,EAAE,EAAE,QAAQ;IAChG,OAAO,QAAQ,KAAK,IAAI,IAAI,IAAI,IAAI,MAAM,CAAC,IAC1C,eAAa,IACV,IAAI,IAAI,MAAM,IACjB,SAAG,IAAI,EAAE,IAAI,EAAE,OAAO,EAAE,CAAC,IAAI,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,GAAG,SAAS,GAAG,CAAC,KAAK,CAAC,CAAC,cAAc,EAAE,EAAE,QAAQ,CAAC,OAAO,CAAC,IAAI,CAAC,CAAC,CAAC;QAC7G,YAAM,IAAI,EAAC,OAAO,GAAQ;QAC1B,eAAa;QACZ,QAAQ;QACT,YAAM,IAAI,EAAC,KAAK,GAAQ,CACrB,IACD,IAAI,IAAI,UAAU,IACrB,SAAG,IAAI,EAAE,IAAI,EAAE,MAAM,EAAC,QAAQ,EAAC,QAAQ;QACtC,YAAM,IAAI,EAAC,OAAO,GAAQ;QAC1B,eAAa;QACZ,QAAQ;QACT,YAAM,IAAI,EAAC,KAAK,GAAQ,CACrB,KAEJ,cAAQ,QAAQ,EAAE,QAAQ;QACzB,YAAM,IAAI,EAAC,OAAO,GAAQ;QAC1B,eAAa;QACZ,QAAQ;QACT,YAAM,IAAI,EAAC,KAAK,GAAQ,CAChB,CACT,CAAA;AACF,EAAC;AACD,SAAS,OAAO,CAAC,IAAY;IAC5B,IAAI,MAAkC,CAAA;IACtC,IAAI,IAAI,CAAC,UAAU,CAAC,MAAM,CAAC,QAAQ,CAAC,MAAM,CAAC;QAC1C,MAAM,GAAG,IAAI,GAAG,CAAC,IAAI,CAAC,CAAC,QAAQ,CAAA;SAC3B,IAAI,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC;QACzB,MAAM,GAAG,IAAI,GAAG,CAAC,IAAI,EAAE,MAAM,CAAC,QAAQ,CAAC,MAAM,CAAC,CAAC,QAAQ,CAAA;;QAEvD,MAAM,GAAG,IAAI,GAAG,CAAC,GAAG,MAAM,CAAC,QAAQ,CAAC,QAAQ,CAAC,OAAO,CAAC,MAAM,EAAE,EAAE,CAAC,IAAI,IAAI,EAAE,EAAE,MAAM,CAAC,QAAQ,CAAC,MAAM,CAAC,CAAC,QAAQ,CAAA;IAE7G,OAAO,MAAM,CAAA;AACd,CAAC;AAED,SAAS,KAAK,CAAC,IAAY;IAC1B,OAAO,IAAI,GAAG,CAAC,IAAI,EAAE,MAAM,CAAC,QAAQ,CAAC,MAAM,CAAC,CAAC,MAAM,IAAI,MAAM,CAAC,QAAQ,CAAC,MAAM,CAAA;AAC9E;;;;","names":[],"sources":["src/components/button/Button.tsx"],"sourcesContent":["import { FunctionalComponent, h } from \"@stencil/core\"\nimport { redirect } from \"../../model\"\n\nexport const Button: FunctionalComponent<Button.Properties> = ({ disabled, type, link }, children) => {\n\treturn disabled && (link || type == \"link\") ? (\n\t\t<slot></slot>\n\t) : type == \"link\" ? (\n\t\t<a href={link} onClick={!link || !local(link) ? undefined : e => (e.preventDefault(), redirect(convert(link)))}>\n\t\t\t<slot name=\"start\"></slot>\n\t\t\t<slot></slot>\n\t\t\t{children}\n\t\t\t<slot name=\"end\"></slot>\n\t\t</a>\n\t) : type == \"download\" ? (\n\t\t<a href={link} target=\"_blank\" download>\n\t\t\t<slot name=\"start\"></slot>\n\t\t\t<slot></slot>\n\t\t\t{children}\n\t\t\t<slot name=\"end\"></slot>\n\t\t</a>\n\t) : (\n\t\t<button disabled={disabled}>\n\t\t\t<slot name=\"start\"></slot>\n\t\t\t<slot></slot>\n\t\t\t{children}\n\t\t\t<slot name=\"end\"></slot>\n\t\t</button>\n\t)\n}\nfunction convert(path: string): string {\n\tlet result: ReturnType<typeof convert>\n\tif (path.startsWith(window.location.origin))\n\t\tresult = new URL(path).pathname\n\telse if (path.match(/^\\//))\n\t\tresult = new URL(path, window.location.origin).pathname\n\telse\n\t\tresult = new URL(`${window.location.pathname.replace(/\\/+$/, \"\")}/${path}`, window.location.origin).pathname\n\n\treturn result\n}\n\nfunction local(path: string): boolean {\n\treturn new URL(path, window.location.origin).origin == window.location.origin\n}\nexport namespace Button {\n\texport interface Properties {\n\t\tdisabled: boolean\n\t\ttype: \"link\" | \"button\" | \"download\"\n\t\tlink?: string\n\t}\n}\n"],"version":3}
|
|
@@ -1,123 +0,0 @@
|
|
|
1
|
-
import { p as proxyCustomElement, H, h, F as Fragment, d as Host } from './p-f765921a.js';
|
|
2
|
-
import { d as defineCustomElement$f } from './p-f9770ff7.js';
|
|
3
|
-
import { d as defineCustomElement$e } from './p-7c5243b2.js';
|
|
4
|
-
import { d as defineCustomElement$d } from './p-6ead1a42.js';
|
|
5
|
-
import { d as defineCustomElement$c } from './p-2020cb82.js';
|
|
6
|
-
import { d as defineCustomElement$b } from './p-b4bb3e74.js';
|
|
7
|
-
import { d as defineCustomElement$a } from './p-f5e15f8c.js';
|
|
8
|
-
import { d as defineCustomElement$9 } from './p-cc15c25a.js';
|
|
9
|
-
import { d as defineCustomElement$8 } from './p-fcc5ab02.js';
|
|
10
|
-
import { d as defineCustomElement$7 } from './p-86d3b8ad.js';
|
|
11
|
-
import { d as defineCustomElement$6 } from './p-0168449e.js';
|
|
12
|
-
import { d as defineCustomElement$5 } from './p-d35746af.js';
|
|
13
|
-
import { d as defineCustomElement$4 } from './p-478e2d25.js';
|
|
14
|
-
import { d as defineCustomElement$3 } from './p-a6c3baf1.js';
|
|
15
|
-
import { d as defineCustomElement$2 } from './p-d2d048b2.js';
|
|
16
|
-
import { d as defineCustomElement$1 } from './p-e07ca0d2.js';
|
|
17
|
-
|
|
18
|
-
const styleCss = ".sc-smoothly-next-demo-group-h{display:block}.sc-smoothly-next-demo-group-h smoothly-display.sc-smoothly-next-demo-group{display:inline}.sc-smoothly-next-demo-group-h fake-cell-wrapper.span-2.sc-smoothly-next-demo-group{grid-column:span 2}.sc-smoothly-next-demo-group-h>smoothly-display.sc-smoothly-next-demo-group{display:inherit;font-size:2em}.sc-smoothly-next-demo-group-h>*.sc-smoothly-next-demo-group{margin-bottom:2rem}.sc-smoothly-next-demo-group-h fake-group-wrapper.sc-smoothly-next-demo-group,.sc-smoothly-next-demo-group-h fake-row-wrapper.sc-smoothly-next-demo-group,.sc-smoothly-next-demo-group-h fake-expandable-row-wrapper.sc-smoothly-next-demo-group{grid-column:1 / -1;display:grid;grid-template-columns:subgrid}.sc-smoothly-next-demo-group-h fake-cell-wrapper.sc-smoothly-next-demo-group{grid-column:span 1;display:block}.sc-smoothly-next-demo-group-h fake-expandable-cell-wrapper.sc-smoothly-next-demo-group{display:contents}";
|
|
19
|
-
const SmoothlyNextDemoGroupStyle0 = styleCss;
|
|
20
|
-
|
|
21
|
-
const SmoothlyNextDemoGroup = proxyCustomElement(class SmoothlyNextDemoGroup extends H {
|
|
22
|
-
constructor() {
|
|
23
|
-
super();
|
|
24
|
-
this.__registerHost();
|
|
25
|
-
}
|
|
26
|
-
render() {
|
|
27
|
-
return (h(Host, { key: 'd04e8c35153417e76bba14acd36ea4ca7a55c3ec' }, h("smoothly-display", { key: '45973c766fa5e9f2de58fb465f175142a750e3db', type: "text", value: "Group" }), h("smoothly-next-table", { key: 'cfd126eb4d264e375b58967c659235d736b50c3d', color: "primary", columns: 2 }, h("smoothly-next-table-head", { key: 'c3c4ce2044e020cf2745fa8dc40df3c19ca24f63' }, h("smoothly-next-table-row", { key: 'fad438c3509dfff4df18082c0b57cb650895e546' }, h("smoothly-next-table-cell", { key: 'a53c5c4be617d724e5bc05d2511f983f85b3172f' }, "Date"), h("smoothly-next-table-cell", { key: '4d058ee9aa113d8ef0148b96e166ea774967d144' }, "Total"))), h("smoothly-next-table-body", { key: 'e0f0747e86439ff3d90f3a6171ca282731eaf358' }, h("smoothly-next-table-row-group", { key: '15511e13439150b8a92d52391f21b01d9be82b8a', align: true }, h("smoothly-display", { key: 'd6025dfbbd9a9b4d0fa0a7903937d3ad372201a5', slot: "start", type: "date", value: "2024-01-01" }), h("smoothly-display", { key: 'e0741caeb2ae307a4307ddb757b38fe536c32122', slot: "end", type: "price", currency: "EUR", value: 510 }), h("smoothly-next-table-expandable-row", { key: 'cf3287e8015acf361d1590fa81f364c3a511a661' }, h("smoothly-next-table-cell", { key: '7aa5daa4614bab82c0483f39f7d1fc552c6315ff' }, h("smoothly-display", { key: '2edbf7c3201bf10ab21941bd7cd6496307cd770d', type: "date-time", value: "2024-01-01T01:37:00.000Z" })), h("smoothly-next-table-cell", { key: '1bf0b2f56c52546c8691a812c7fb689608580fe2' }, h("smoothly-display", { key: '05a8761b2b0cb683363709c4ec5371a824abfa71', type: "price", currency: "EUR", value: 250 })), h("smoothly-lazy", { key: '17b67e01e33757832dffa10015a31affe9500036', slot: "detail", content: h(Fragment, null, "Details of 2024-01-01T01:37:00.000Z") })), h("smoothly-next-table-expandable-row", { key: '28f2b114fb220d0adfebdbdae124bb2472ca30d6' }, h("smoothly-next-table-cell", { key: 'a200b2197ab8b94e9b3c7e95824f9af8a835e79e' }, h("smoothly-display", { key: '9a688195d0a5905f540197085211c6f1e5216d17', type: "date-time", value: "2024-01-01T13:37:00.000Z" })), h("smoothly-next-table-cell", { key: 'b20029908c653d5faba884752364c3b3a5876e05' }, h("smoothly-display", { key: '8784939571b6805fd657ada73847695e8fa0163f', type: "price", currency: "EUR", value: 260 })), h("smoothly-lazy", { key: 'b9be8d6d6176960f7a049c20c2edbc14fa88cd45', slot: "detail", content: h(Fragment, null, "Details of 2024-01-01T13:37:00.000Z") }))), h("smoothly-next-table-row", { key: '668ce58755d59879479a02ff46f54a31053fae0f' }, h("smoothly-next-table-cell", { key: '7e14ed0793eaf28b4b30a1977d866de86d16d564' }, h("smoothly-display", { key: 'd5db14298acd3818a28504fdf90157be80806beb', type: "date", value: "2024-01-02" })), h("smoothly-next-table-cell", { key: '8be549ef0cb3aca8cc88bfb5d7f7d80c10d1d085' }, h("smoothly-display", { key: '73e18de7dc992c7bbf44afe16b1f9d2fdbf1dbdb', type: "price", currency: "EUR", value: 130 }))), h("smoothly-next-table-row-group", { key: '587669b4c01cd33711a28c8f8d2ffa51f4a42ac4' }, h("smoothly-display", { key: '28954087fb6438f6ac144677d95ca4ce8ddf1db4', slot: "start", type: "date", value: "2024-01-03" }), h("smoothly-display", { key: 'bff26087e74f633be84cfdaa1b2b3c0c2212644d', slot: "end", type: "price", currency: "EUR", value: 720 }), h("smoothly-next-table-expandable-row", { key: '045e21ff3f3e7369e5c22227165fd6924e95a7df' }, h("smoothly-next-table-cell", { key: 'd48c17ad4d6ad581967bdf285d6f48f8ddd3a2eb' }, h("smoothly-display", { key: 'd035a6fab995d18389b87320dffd61142acaf3da', type: "date-time", value: "2024-01-03T01:37:00.000Z" })), h("smoothly-next-table-cell", { key: 'cbdca0f53679358b66b71c0d0d5ea6162e07cacc' }, h("smoothly-display", { key: '2550e158ae294def827bee82d598c428e300f77c', type: "price", currency: "EUR", value: 320 })), h("smoothly-lazy", { key: '808b6848a47f39544c75106c8fe52d67946cdba1', slot: "detail", content: h(Fragment, null, "Details of 2024-01-03T01:37:00.000Z") })), h("smoothly-next-table-expandable-row", { key: 'ca2f239d8db4b65c5ec053c606fb78ba9afb3d92' }, h("smoothly-next-table-cell", { key: 'b323b68935ab2a21bff9c48795bcdd899ea8c82c' }, h("smoothly-display", { key: 'b80e960842a48f8d9f7444dfd15794eeb881a992', type: "date-time", value: "2024-01-03T13:37:00.000Z" })), h("smoothly-next-table-cell", { key: 'edb157281e51e08030d353e22d5f3622c03fe82c' }, h("smoothly-display", { key: 'c340c065598212a016fd43052b69a326350a7e7b', type: "price", currency: "EUR", value: 400 })), h("smoothly-lazy", { key: 'e123201f6341fb44b62818e793a5e7c2c34e323f', slot: "detail", content: h(Fragment, null, "Details of 2024-01-03T13:37:00.000Z") }))), h("smoothly-next-table-row-group", { key: 'a766e561ba2f5f270c394ee301c650c2d76a6884' }, h("smoothly-display", { key: 'f87ae1dd2860d7a5ed692157b87ba3dd2efb8611', slot: "start", type: "date", value: "2024-01-04" }), h("smoothly-next-table-expandable-row", { key: 'a6fdb5701da825cf3c9fcf8d695e808cc2e5874f' }, h("smoothly-next-table-cell", { key: 'a72fae772e958d7d22a688db3a2a81d0c4abf29b' }, h("smoothly-display", { key: 'd4f6c8135a71be2eae4fdae73260aeca39a1ee38', type: "date-time", value: "2024-01-04T01:37:00.000Z" })), h("smoothly-next-table-cell", { key: 'd039c7016265c977cfef3525e3222c03362fce99' }, h("smoothly-display", { key: '50ec614595e3ff2344b243315649d4535c64eb06', type: "price", currency: "EUR", value: 320 })), h("smoothly-lazy", { key: 'c1434b0eb47245530e0819275a1cee6ef8271e2c', slot: "detail", content: h(Fragment, null, "Details of 2024-01-04T01:37:00.000Z") })), h("smoothly-next-table-expandable-row", { key: 'e9e6ebcdd9cef452818d28c71c596a1242b0f205' }, h("smoothly-next-table-cell", { key: '2733ff9bc8e16e4acc0a6d9e9c8cc9d886c44558' }, h("smoothly-display", { key: '33c4db0fbed9d0221091032fdbb4c1b6c8c5f30b', type: "date-time", value: "2024-01-04T13:37:00.000Z" })), h("smoothly-next-table-cell", { key: '3b29e90b233fd7260c04ca449b65e3f7173c090f' }, h("smoothly-display", { key: '978af4218d9af91ff45a462ad6792e5e9eb37a3e', type: "price", currency: "EUR", value: 400 })), h("smoothly-lazy", { key: '66218c9e216b8e4f976442b0fd177ade75ddc42a', slot: "detail", content: h(Fragment, null, "Details of 2024-01-04T13:37:00.000Z") }))), h("smoothly-next-table-row-group", { key: '446d0e34d7ccc20a433933864f46f14b6a4c12e9' }, h("smoothly-display", { key: 'f7c4e5c34c0ccb49c07180d54cc576abd3304108', slot: "end", type: "price", currency: "EUR", value: 720 }), h("smoothly-next-table-expandable-row", { key: 'b9cc6547eb1b3a0bfd7c8825651807b11b86ee40' }, h("smoothly-next-table-cell", { key: 'c61156c4d46d9ed051e50a3728c0f1c6e5f11102' }, h("smoothly-display", { key: 'c7ec764a0932d07bf8bbe8f5c9c2874d24e71c7d', type: "date-time", value: "2024-01-05T01:37:00.000Z" })), h("smoothly-next-table-cell", { key: 'f516de923e16af3f1d81638d9944d3fc29ad011d' }, h("smoothly-display", { key: '4be7e012c8849ab7c16c248caecc4fa7cb07473b', type: "price", currency: "EUR", value: 320 })), h("smoothly-lazy", { key: 'f92b87c1c882a17362d34fd7113201115a1fc6f9', slot: "detail", content: h(Fragment, null, "Details of 2024-01-05T01:37:00.000Z") })), h("smoothly-next-table-expandable-row", { key: '3585351b9a566e40a1a81d3d04e65c3d71ab3489' }, h("smoothly-next-table-cell", { key: '4985799bacb6611fc366e079989eb8b96cbef8f7' }, h("smoothly-display", { key: 'c932c83068a8786d70e88eda742172a85ad3bc12', type: "date-time", value: "2024-01-05T13:37:00.000Z" })), h("smoothly-next-table-cell", { key: '0d3a603683cd7198c47f98a5c2fa04b8d5ed7ed5' }, h("smoothly-display", { key: '72e4a955d95f296bb1b4e23fc516bfa2318a603d', type: "price", currency: "EUR", value: 400 })), h("smoothly-lazy", { key: '90f148647cea3373df3842c92b3dd3e1af24de89', slot: "detail", content: h(Fragment, null, "Details of 2024-01-05T13:37:00.000Z") }))), h("fake-group-wrapper", { key: '77c771394227915988cb8045248c3bdc9d3e7da8' }, h("smoothly-next-table-row-group", { key: '1e309ad2bc941f611621adad1ee35d1426d373bb' }, h("smoothly-display", { key: 'aeb8df50733526bce7d1c2b45c7e662fdf4a27c1', slot: "start", type: "date", value: "2024-01-06" }), h("smoothly-display", { key: '23234d0f7215037c4e0e4a391acf1a224a822a4e', slot: "end", type: "price", currency: "EUR", value: 720 }), h("fake-row-wrapper", { key: '1441d65eac330485a0d67ba4da04794701c2a3f3' }, h("smoothly-next-table-row", { key: '99169f5e4843630a88cf4ba2feb8995dd1c7a6e9' }, h("fake-cell-wrapper", { key: 'f8728758cf1fd2820aa3495a7b14752bf2b454bb' }, h("smoothly-next-table-cell", { key: 'a9a795b78df65f1ace69e3a68420a1eaa12f76c9' }, h("smoothly-display", { key: '671e72183571983d83cfc9bb12c8ca42289e28bd', type: "date", value: "2024-01-02" }))), h("fake-expandable-cell-wrapper", { key: 'f63a4cf639ce50a82ebb1215b28198307009498a' }, h("smoothly-next-table-expandable-cell", { key: '79077527b9db7986243558f6283a57976fbaaf52' }, h("smoothly-display", { key: '4a1684618784970112d56021e33f072efaa8a7af', type: "price", currency: "EUR", value: 130 }), h("smoothly-lazy", { key: 'e0804b12698c1f69cf02f1ddbea48e6657405881', 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: 'f5ca21a477eb968f7e368966b21e94e215ef7f6e' }, h("smoothly-next-table-expandable-row", { key: 'aa84b462d7f31077d57b2edcec07bb964fd22a13' }, h("fake-cell-wrapper", { key: '19dd81792f7b4c6e194ddcfbbc3487faee27a5b2', class: "span-2" }, h("smoothly-next-table-cell", { key: '0d7c1e44d6ec12f464b3397f2cdb33bee34babc6', span: 2 }, h("smoothly-display", { key: 'f29965447072706a42077fc644b9edfc2851eee6', type: "date", value: "2024-01-07" }))), h("smoothly-lazy", { key: '66bf15ee9b7ac24ac4807bb12aef379d8bd2e34e', slot: "detail", content: h("smoothly-display", { type: "date-time", value: "2024-01-07T13:37:00.000Z" }) }))))), h("smoothly-next-table-row-group", { key: '8e7fd297cab98d86eebd601f8a88e28d2a617602' }, h("smoothly-display", { key: 'bee4e8292c9a724d39fe4595d8b126905874e2ec', slot: "start", type: "date", value: "2024-01-08" }), h("smoothly-display", { key: '0b2dee430ae48168b00c93e5550e6746bd608025', slot: "end", type: "price", currency: "EUR", value: 720 }))))));
|
|
28
|
-
}
|
|
29
|
-
static get style() { return SmoothlyNextDemoGroupStyle0; }
|
|
30
|
-
}, [2, "smoothly-next-demo-group"]);
|
|
31
|
-
function defineCustomElement() {
|
|
32
|
-
if (typeof customElements === "undefined") {
|
|
33
|
-
return;
|
|
34
|
-
}
|
|
35
|
-
const components = ["smoothly-next-demo-group", "smoothly-display", "smoothly-display-json", "smoothly-display-json-object", "smoothly-display-json-primitive", "smoothly-display-json-record-key", "smoothly-lazy", "smoothly-load-more", "smoothly-next-table", "smoothly-next-table-body", "smoothly-next-table-cell", "smoothly-next-table-expandable-cell", "smoothly-next-table-expandable-row", "smoothly-next-table-head", "smoothly-next-table-row", "smoothly-next-table-row-group"];
|
|
36
|
-
components.forEach(tagName => { switch (tagName) {
|
|
37
|
-
case "smoothly-next-demo-group":
|
|
38
|
-
if (!customElements.get(tagName)) {
|
|
39
|
-
customElements.define(tagName, SmoothlyNextDemoGroup);
|
|
40
|
-
}
|
|
41
|
-
break;
|
|
42
|
-
case "smoothly-display":
|
|
43
|
-
if (!customElements.get(tagName)) {
|
|
44
|
-
defineCustomElement$f();
|
|
45
|
-
}
|
|
46
|
-
break;
|
|
47
|
-
case "smoothly-display-json":
|
|
48
|
-
if (!customElements.get(tagName)) {
|
|
49
|
-
defineCustomElement$e();
|
|
50
|
-
}
|
|
51
|
-
break;
|
|
52
|
-
case "smoothly-display-json-object":
|
|
53
|
-
if (!customElements.get(tagName)) {
|
|
54
|
-
defineCustomElement$d();
|
|
55
|
-
}
|
|
56
|
-
break;
|
|
57
|
-
case "smoothly-display-json-primitive":
|
|
58
|
-
if (!customElements.get(tagName)) {
|
|
59
|
-
defineCustomElement$c();
|
|
60
|
-
}
|
|
61
|
-
break;
|
|
62
|
-
case "smoothly-display-json-record-key":
|
|
63
|
-
if (!customElements.get(tagName)) {
|
|
64
|
-
defineCustomElement$b();
|
|
65
|
-
}
|
|
66
|
-
break;
|
|
67
|
-
case "smoothly-lazy":
|
|
68
|
-
if (!customElements.get(tagName)) {
|
|
69
|
-
defineCustomElement$a();
|
|
70
|
-
}
|
|
71
|
-
break;
|
|
72
|
-
case "smoothly-load-more":
|
|
73
|
-
if (!customElements.get(tagName)) {
|
|
74
|
-
defineCustomElement$9();
|
|
75
|
-
}
|
|
76
|
-
break;
|
|
77
|
-
case "smoothly-next-table":
|
|
78
|
-
if (!customElements.get(tagName)) {
|
|
79
|
-
defineCustomElement$8();
|
|
80
|
-
}
|
|
81
|
-
break;
|
|
82
|
-
case "smoothly-next-table-body":
|
|
83
|
-
if (!customElements.get(tagName)) {
|
|
84
|
-
defineCustomElement$7();
|
|
85
|
-
}
|
|
86
|
-
break;
|
|
87
|
-
case "smoothly-next-table-cell":
|
|
88
|
-
if (!customElements.get(tagName)) {
|
|
89
|
-
defineCustomElement$6();
|
|
90
|
-
}
|
|
91
|
-
break;
|
|
92
|
-
case "smoothly-next-table-expandable-cell":
|
|
93
|
-
if (!customElements.get(tagName)) {
|
|
94
|
-
defineCustomElement$5();
|
|
95
|
-
}
|
|
96
|
-
break;
|
|
97
|
-
case "smoothly-next-table-expandable-row":
|
|
98
|
-
if (!customElements.get(tagName)) {
|
|
99
|
-
defineCustomElement$4();
|
|
100
|
-
}
|
|
101
|
-
break;
|
|
102
|
-
case "smoothly-next-table-head":
|
|
103
|
-
if (!customElements.get(tagName)) {
|
|
104
|
-
defineCustomElement$3();
|
|
105
|
-
}
|
|
106
|
-
break;
|
|
107
|
-
case "smoothly-next-table-row":
|
|
108
|
-
if (!customElements.get(tagName)) {
|
|
109
|
-
defineCustomElement$2();
|
|
110
|
-
}
|
|
111
|
-
break;
|
|
112
|
-
case "smoothly-next-table-row-group":
|
|
113
|
-
if (!customElements.get(tagName)) {
|
|
114
|
-
defineCustomElement$1();
|
|
115
|
-
}
|
|
116
|
-
break;
|
|
117
|
-
} });
|
|
118
|
-
}
|
|
119
|
-
defineCustomElement();
|
|
120
|
-
|
|
121
|
-
export { SmoothlyNextDemoGroup as S, defineCustomElement as d };
|
|
122
|
-
|
|
123
|
-
//# sourceMappingURL=p-6bce4d32.js.map
|