smoothly 1.0.0-alpha.13 → 1.0.0-alpha.131
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/{Listenable-63ea2d90.js → Data-e345d3cd.js} +74 -4
- package/dist/cjs/Data-e345d3cd.js.map +1 -0
- package/dist/cjs/Observers-6450f075.js +25 -0
- package/dist/cjs/Observers-6450f075.js.map +1 -0
- package/dist/cjs/{getLanguage-430ecf04.js → getLanguage-28ce96e4.js} +1111 -890
- package/dist/cjs/getLanguage-28ce96e4.js.map +1 -0
- package/dist/cjs/{index-8352a4e0.js → index-6ae370b4.js} +12 -43
- package/dist/cjs/index-6ae370b4.js.map +1 -0
- package/dist/cjs/index.cjs.js +386 -22
- package/dist/cjs/index.cjs.js.map +1 -1
- package/dist/cjs/loader.cjs.js +4 -3
- package/dist/cjs/loader.cjs.js.map +1 -1
- package/dist/cjs/redirect-2e5d4524.js +104 -0
- package/dist/cjs/redirect-2e5d4524.js.map +1 -0
- package/dist/cjs/smoothly-accordion_70.cjs.entry.js +17204 -0
- package/dist/cjs/smoothly-accordion_70.cjs.entry.js.map +1 -0
- package/dist/cjs/smoothly-address-display.cjs.entry.js +1 -1
- package/dist/cjs/smoothly-address.cjs.entry.js +1 -1
- package/dist/cjs/smoothly-addresses.cjs.entry.js +1 -1
- package/dist/cjs/smoothly-color.cjs.entry.js +1 -1
- package/dist/cjs/smoothly-country.cjs.entry.js +9 -9
- package/dist/cjs/smoothly-country.cjs.entry.js.map +1 -1
- package/dist/cjs/smoothly-display-date-time.cjs.entry.js +26 -0
- package/dist/cjs/smoothly-display-date-time.cjs.entry.js.map +1 -0
- package/dist/cjs/smoothly-google-font.cjs.entry.js +1 -1
- package/dist/cjs/smoothly-radio-group.cjs.entry.js +1 -1
- package/dist/cjs/smoothly-reorder.cjs.entry.js +4 -4
- package/dist/cjs/smoothly-reorder.cjs.entry.js.map +1 -1
- package/dist/cjs/smoothly-trigger-sink.cjs.entry.js +4 -4
- package/dist/cjs/smoothly-trigger-sink.cjs.entry.js.map +1 -1
- package/dist/cjs/smoothly-trigger-source.cjs.entry.js +6 -6
- package/dist/cjs/smoothly-trigger-source.cjs.entry.js.map +1 -1
- package/dist/cjs/smoothly.cjs.js +4 -3
- package/dist/cjs/smoothly.cjs.js.map +1 -1
- package/dist/collection/collection-manifest.json +23 -12
- package/dist/collection/components/Button.js +16 -2
- package/dist/collection/components/Button.js.map +1 -1
- package/dist/collection/components/accordion/index.js +32 -12
- package/dist/collection/components/accordion/index.js.map +1 -1
- package/dist/collection/components/accordion-item/index.js +18 -25
- package/dist/collection/components/accordion-item/index.js.map +1 -1
- package/dist/collection/components/app/index.js +147 -1
- package/dist/collection/components/app/index.js.map +1 -1
- package/dist/collection/components/app/room/index.js +240 -0
- package/dist/collection/components/app/room/index.js.map +1 -0
- package/dist/collection/components/app/room/style.css +55 -0
- package/dist/collection/components/app/style.css +89 -101
- package/dist/collection/components/app-demo/index.js +5 -19
- package/dist/collection/components/app-demo/index.js.map +1 -1
- package/dist/collection/components/backtotop/index.js +3 -3
- package/dist/collection/components/backtotop/index.js.map +1 -1
- package/dist/collection/components/burger/index.js +174 -0
- package/dist/collection/components/burger/index.js.map +1 -0
- package/dist/collection/components/burger/style.css +22 -0
- package/dist/collection/components/button/index.js +10 -23
- package/dist/collection/components/button/index.js.map +1 -1
- package/dist/collection/components/button/style.css +13 -17
- package/dist/collection/components/button-demo/index.js +6 -2
- package/dist/collection/components/button-demo/index.js.map +1 -1
- package/dist/collection/components/button-demo/style.css +1 -0
- package/dist/collection/components/calendar/generate.js +1 -1
- package/dist/collection/components/calendar/generate.js.map +1 -1
- package/dist/collection/components/checkbox/index.js +25 -3
- package/dist/collection/components/checkbox/index.js.map +1 -1
- package/dist/collection/components/country/index.js +1 -1
- package/dist/collection/components/display/index.js +24 -3
- package/dist/collection/components/display/index.js.map +1 -1
- package/dist/collection/components/display-amount/index.js +1 -1
- package/dist/collection/components/display-demo/index.js +1 -1
- package/dist/collection/components/display-demo/index.js.map +1 -1
- package/dist/collection/components/filter/index.js +1 -1
- package/dist/collection/components/filter/index.js.map +1 -1
- package/dist/collection/components/filter/input/index.js +16 -9
- package/dist/collection/components/filter/input/index.js.map +1 -1
- package/dist/collection/components/form/index.js +132 -9
- package/dist/collection/components/form/index.js.map +1 -1
- package/dist/collection/components/form/style.css +9 -16
- package/dist/collection/components/frame/index.js +1 -2
- package/dist/collection/components/frame/index.js.map +1 -1
- package/dist/collection/components/icon/index.js +29 -38
- package/dist/collection/components/icon/index.js.map +1 -1
- package/dist/collection/components/icon-demo/index.js.map +1 -1
- package/dist/collection/components/icon-demo/style.css +1 -0
- package/dist/collection/components/input/Changeable.js +8 -0
- package/dist/collection/components/input/Changeable.js.map +1 -0
- package/dist/collection/components/input/Clearable.js.map +1 -0
- package/dist/collection/components/input/Input.js +2 -0
- package/dist/collection/components/input/Input.js.map +1 -0
- package/dist/collection/components/input/Looks.js +2 -0
- package/dist/collection/components/input/Looks.js.map +1 -0
- package/dist/collection/components/input/Submittable.js +8 -0
- package/dist/collection/components/input/Submittable.js.map +1 -0
- package/dist/collection/components/input/clear/index.js +237 -0
- package/dist/collection/components/input/clear/index.js.map +1 -0
- package/dist/collection/components/input/clear/style.css +254 -0
- package/dist/collection/components/{input-date → input/date}/index.js +160 -3
- package/dist/collection/components/input/date/index.js.map +1 -0
- package/dist/collection/components/{input-date-range → input/date/range}/index.js +161 -23
- package/dist/collection/components/input/date/range/index.js.map +1 -0
- package/dist/collection/components/input/date/range/style.css +69 -0
- package/dist/collection/components/input/date/style.css +58 -0
- package/dist/collection/components/input/demo/index.js +95 -0
- package/dist/collection/components/input/demo/index.js.map +1 -0
- package/dist/collection/components/{input-demo → input/demo}/style.css +1 -0
- package/dist/collection/components/input/file/index.js +305 -0
- package/dist/collection/components/input/file/index.js.map +1 -0
- package/dist/collection/components/input/file/style.css +85 -0
- package/dist/collection/components/input/index.js +131 -8
- package/dist/collection/components/input/index.js.map +1 -1
- package/dist/collection/components/{input-month → input/month}/index.js +5 -5
- package/dist/collection/components/input/month/index.js.map +1 -0
- package/dist/collection/components/{selector → input/select}/index.js +176 -5
- package/dist/collection/components/input/select/index.js.map +1 -0
- package/dist/collection/components/input/select/style.css +80 -0
- package/dist/collection/components/input/style.css +23 -8
- package/dist/collection/components/notification/index.js +45 -8
- package/dist/collection/components/notification/index.js.map +1 -1
- package/dist/collection/components/notification/style.css +25 -1
- package/dist/collection/components/notifier/style.css +1 -3
- package/dist/collection/components/picker/demo/index.js +91 -0
- package/dist/collection/components/picker/demo/index.js.map +1 -0
- package/dist/collection/components/picker/demo/style.css +26 -0
- package/dist/collection/components/picker/index.js +197 -396
- package/dist/collection/components/picker/index.js.map +1 -1
- package/dist/collection/components/picker/menu/index.js +422 -0
- package/dist/collection/components/picker/menu/index.js.map +1 -0
- package/dist/collection/components/picker/menu/style.css +44 -0
- package/dist/collection/components/picker/option/index.js +298 -0
- package/dist/collection/components/picker/option/index.js.map +1 -0
- package/dist/collection/components/picker/option/style.css +30 -0
- package/dist/collection/components/picker/slot-elements/index.js +109 -0
- package/dist/collection/components/picker/slot-elements/index.js.map +1 -0
- package/dist/collection/components/picker/slot-elements/style.css +3 -0
- package/dist/collection/components/picker/slotted-elements/index.js +84 -0
- package/dist/collection/components/picker/slotted-elements/index.js.map +1 -0
- package/dist/collection/components/picker/slotted-elements/style.css +3 -0
- package/dist/collection/components/picker/style.css +60 -144
- package/dist/collection/components/radio/index.js +4 -4
- package/dist/collection/components/radio/index.js.map +1 -1
- package/dist/collection/components/radio-button/index.js +35 -10
- package/dist/collection/components/radio-button/index.js.map +1 -1
- package/dist/collection/components/select-demo/index.js +0 -87
- package/dist/collection/components/select-demo/index.js.map +1 -1
- package/dist/collection/components/spinner/style.css +1 -0
- package/dist/collection/components/submit/index.js +64 -5
- package/dist/collection/components/submit/index.js.map +1 -1
- package/dist/collection/components/submit/style.css +224 -0
- package/dist/collection/components/summary/index.js +44 -1
- package/dist/collection/components/summary/index.js.map +1 -1
- package/dist/collection/components/svg/style.css +2 -2
- package/dist/collection/components/table/cell/index.js +1 -1
- package/dist/collection/components/table/cell/index.js.map +1 -1
- package/dist/collection/components/table/cell/style.css +19 -10
- package/dist/collection/components/table/demo/filtered/index.js +4 -3
- package/dist/collection/components/table/demo/filtered/index.js.map +1 -1
- package/dist/collection/components/table/demo/index.js +8 -2
- package/dist/collection/components/table/demo/index.js.map +1 -1
- package/dist/collection/components/table/demo/style.css +2 -0
- package/dist/collection/components/table/expandable/cell/index.js +14 -14
- package/dist/collection/components/table/expandable/cell/index.js.map +1 -1
- package/dist/collection/components/table/expandable/cell/style.css +32 -22
- package/dist/collection/components/table/expandable/row/index.js +9 -32
- package/dist/collection/components/table/expandable/row/index.js.map +1 -1
- package/dist/collection/components/table/expandable/row/style.css +32 -29
- package/dist/collection/components/table/footer/index.js +19 -0
- package/dist/collection/components/table/footer/index.js.map +1 -0
- package/dist/collection/components/table/footer/style.css +13 -0
- package/dist/collection/components/table/header/style.css +2 -2
- package/dist/collection/components/table/index.js +55 -12
- package/dist/collection/components/table/index.js.map +1 -1
- package/dist/collection/components/table/row/index.js +37 -5
- package/dist/collection/components/table/row/index.js.map +1 -1
- package/dist/collection/components/table/row/style.css +4 -1
- package/dist/collection/components/table/style.css +0 -2
- package/dist/collection/components/table/testing/data.js +28 -0
- package/dist/collection/components/table/testing/data.js.map +1 -0
- package/dist/collection/components/table/testing/index.js +28 -0
- package/dist/collection/components/table/testing/index.js.map +1 -0
- package/dist/collection/components/table/testing/style.css +22 -0
- package/dist/collection/components/theme/color/index.js +48 -0
- package/dist/collection/components/theme/color/index.js.map +1 -0
- package/dist/collection/components/theme/color/style.css +8 -0
- package/dist/collection/components/theme/color/variant/index.js +66 -0
- package/dist/collection/components/theme/color/variant/index.js.map +1 -0
- package/dist/collection/components/theme/color/variant/style.css +18 -0
- package/dist/collection/components/theme/colors/index.js +30 -0
- package/dist/collection/components/theme/colors/index.js.map +1 -0
- package/dist/collection/components/theme/colors/style.css +7 -0
- package/dist/collection/components/toggle-switch/index.js +69 -17
- package/dist/collection/components/toggle-switch/index.js.map +1 -1
- package/dist/collection/components/toggle-switch/style.css +19 -12
- package/dist/collection/components/trigger-source/index.js +3 -3
- package/dist/collection/components/trigger-source/index.js.map +1 -1
- package/dist/collection/global/Observers.js +22 -0
- package/dist/collection/global/Observers.js.map +1 -0
- package/dist/collection/global/index.js +5 -0
- package/dist/collection/global/index.js.map +1 -0
- package/dist/collection/index.js +2 -3
- package/dist/collection/index.js.map +1 -1
- package/dist/collection/model/Data.js.map +1 -0
- package/dist/collection/model/Icon.js +23 -0
- package/dist/collection/model/Icon.js.map +1 -0
- package/dist/collection/model/Listenable.js +2 -2
- package/dist/collection/model/Listenable.js.map +1 -1
- package/dist/collection/model/Notice.js +1 -1
- package/dist/collection/model/Notice.js.map +1 -1
- package/dist/collection/model/Option.js.map +1 -1
- package/dist/collection/model/index.js +3 -0
- package/dist/collection/model/index.js.map +1 -1
- package/dist/collection/model/redirect.js +8 -0
- package/dist/collection/model/redirect.js.map +1 -0
- package/dist/collection/smoothly.js +3 -0
- package/dist/collection/smoothly.js.map +1 -0
- package/dist/custom-elements/index.d.ts +94 -34
- package/dist/custom-elements/index.js +5360 -16302
- package/dist/custom-elements/index.js.map +1 -1
- package/dist/esm/{Listenable-fb6f4723.js → Data-37e7c0b9.js} +75 -5
- package/dist/esm/Data-37e7c0b9.js.map +1 -0
- package/dist/esm/Observers-5f08e828.js +25 -0
- package/dist/esm/Observers-5f08e828.js.map +1 -0
- package/dist/esm/{getLanguage-cccb8418.js → getLanguage-5233a597.js} +1111 -890
- package/dist/esm/getLanguage-5233a597.js.map +1 -0
- package/dist/esm/{index-7b57a52c.js → index-c196715a.js} +12 -42
- package/dist/esm/index-c196715a.js.map +1 -0
- package/dist/esm/index.js +388 -6
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/loader.js +5 -4
- package/dist/esm/loader.js.map +1 -1
- package/dist/esm/redirect-b0f87e88.js +101 -0
- package/dist/esm/redirect-b0f87e88.js.map +1 -0
- package/dist/esm/smoothly-accordion_70.entry.js +17131 -0
- package/dist/esm/smoothly-accordion_70.entry.js.map +1 -0
- package/dist/esm/smoothly-address-display.entry.js +1 -1
- package/dist/esm/smoothly-address.entry.js +1 -1
- package/dist/esm/smoothly-addresses.entry.js +1 -1
- package/dist/esm/smoothly-color.entry.js +1 -1
- package/dist/esm/smoothly-country.entry.js +9 -9
- package/dist/esm/smoothly-country.entry.js.map +1 -1
- package/dist/esm/smoothly-display-date-time.entry.js +22 -0
- package/dist/esm/smoothly-display-date-time.entry.js.map +1 -0
- package/dist/esm/smoothly-google-font.entry.js +1 -1
- package/dist/esm/smoothly-radio-group.entry.js +1 -1
- package/dist/esm/smoothly-reorder.entry.js +2 -2
- package/dist/esm/smoothly-reorder.entry.js.map +1 -1
- package/dist/esm/smoothly-trigger-sink.entry.js +2 -2
- package/dist/esm/smoothly-trigger-source.entry.js +4 -4
- package/dist/esm/smoothly-trigger-source.entry.js.map +1 -1
- package/dist/esm/smoothly.js +5 -4
- package/dist/esm/smoothly.js.map +1 -1
- package/dist/smoothly/index.esm.js +1 -1
- package/dist/smoothly/index.esm.js.map +1 -1
- package/dist/smoothly/{p-d4182274.entry.js → p-1efa3261.entry.js} +2 -2
- package/dist/smoothly/p-2a0c2387.js +2 -0
- package/dist/smoothly/p-2a0c2387.js.map +1 -0
- package/dist/smoothly/{p-e136b93e.entry.js → p-4d743f07.entry.js} +2 -2
- package/dist/smoothly/p-4ff439dd.entry.js +2 -0
- package/dist/smoothly/{p-5b28795c.entry.js.map → p-4ff439dd.entry.js.map} +1 -1
- package/dist/smoothly/{p-be2ff772.entry.js → p-5edb65c6.entry.js} +2 -2
- package/dist/smoothly/{p-c49d2094.entry.js → p-663ccbd0.entry.js} +2 -2
- package/dist/smoothly/p-73442332.entry.js +2 -0
- package/dist/smoothly/p-73442332.entry.js.map +1 -0
- package/dist/smoothly/{p-940af6d3.entry.js → p-9992c8c4.entry.js} +2 -2
- package/dist/smoothly/p-a6c4c2d4.entry.js +2 -0
- package/dist/smoothly/p-a6c4c2d4.entry.js.map +1 -0
- package/dist/smoothly/p-b9cb0514.js +2 -0
- package/dist/smoothly/p-b9cb0514.js.map +1 -0
- package/dist/smoothly/p-c833c402.js +2 -0
- package/dist/smoothly/p-c833c402.js.map +1 -0
- package/dist/smoothly/p-ce4e6f44.entry.js +2 -0
- package/dist/smoothly/p-ce4e6f44.entry.js.map +1 -0
- package/dist/smoothly/p-d0b8061e.js +3 -0
- package/dist/smoothly/p-d0b8061e.js.map +1 -0
- package/dist/smoothly/{p-79025273.entry.js → p-dbd1afa9.entry.js} +2 -2
- package/dist/smoothly/p-ede93d69.js +2 -0
- package/dist/smoothly/p-ede93d69.js.map +1 -0
- package/dist/smoothly/{p-712b362e.entry.js → p-f96e41aa.entry.js} +2 -2
- package/dist/smoothly/p-ff8acb9b.entry.js +2 -0
- package/dist/smoothly/p-ff8acb9b.entry.js.map +1 -0
- package/dist/smoothly/smoothly.esm.js +1 -1
- package/dist/smoothly/smoothly.esm.js.map +1 -1
- package/dist/types/components/Button.d.ts +1 -2
- package/dist/types/components/accordion/index.d.ts +1 -1
- package/dist/types/components/accordion-item/index.d.ts +5 -4
- package/dist/types/components/app/index.d.ts +25 -0
- package/dist/types/components/app/room/index.d.ts +25 -0
- package/dist/types/components/app-demo/index.d.ts +2 -0
- package/dist/types/components/backtotop/index.d.ts +1 -1
- package/dist/types/components/burger/index.d.ts +15 -0
- package/dist/types/components/button/index.d.ts +2 -2
- package/dist/types/components/checkbox/index.d.ts +4 -2
- package/dist/types/components/display/index.d.ts +1 -0
- package/dist/types/components/filter/input/index.d.ts +1 -1
- package/dist/types/components/form/index.d.ts +16 -3
- package/dist/types/components/frame/index.d.ts +1 -1
- package/dist/types/components/icon/index.d.ts +3 -9
- package/dist/types/components/input/Changeable.d.ts +7 -0
- package/dist/types/components/input/Input.d.ts +10 -0
- package/dist/types/components/input/Looks.d.ts +1 -0
- package/dist/types/components/input/Submittable.d.ts +6 -0
- package/dist/types/components/input/clear/index.d.ts +17 -0
- package/dist/types/components/input/date/index.d.ts +28 -0
- package/dist/types/components/input/date/range/index.d.ts +33 -0
- package/dist/types/components/input/demo/index.d.ts +8 -0
- package/dist/types/components/input/file/index.d.ts +24 -0
- package/dist/types/components/input/index.d.ts +17 -4
- package/dist/types/components/{input-month → input/month}/index.d.ts +1 -1
- package/dist/types/components/{selector → input/select}/index.d.ts +15 -3
- package/dist/types/components/notification/index.d.ts +3 -1
- package/dist/types/components/picker/demo/index.d.ts +18 -0
- package/dist/types/components/picker/index.d.ts +33 -45
- package/dist/types/components/picker/menu/index.d.ts +53 -0
- package/dist/types/components/picker/option/index.d.ts +23 -0
- package/dist/types/components/picker/slot-elements/index.d.ts +15 -0
- package/dist/types/components/picker/slotted-elements/index.d.ts +8 -0
- package/dist/types/components/radio/index.d.ts +1 -1
- package/dist/types/components/radio-button/index.d.ts +3 -5
- package/dist/types/components/select-demo/index.d.ts +0 -9
- package/dist/types/components/submit/index.d.ts +6 -1
- package/dist/types/components/summary/index.d.ts +4 -0
- package/dist/types/components/table/demo/filtered/index.d.ts +1 -1
- package/dist/types/components/table/expandable/cell/index.d.ts +4 -4
- package/dist/types/components/table/expandable/row/index.d.ts +3 -7
- package/dist/types/components/table/footer/index.d.ts +3 -0
- package/dist/types/components/table/index.d.ts +6 -3
- package/dist/types/components/table/row/index.d.ts +3 -1
- package/dist/types/components/table/testing/data.d.ts +5 -0
- package/dist/types/components/table/testing/index.d.ts +4 -0
- package/dist/types/components/theme/color/index.d.ts +5 -0
- package/dist/types/components/theme/color/variant/index.d.ts +6 -0
- package/dist/types/components/theme/colors/index.d.ts +3 -0
- package/dist/types/components/toggle-switch/index.d.ts +7 -2
- package/dist/types/components/trigger-source/index.d.ts +1 -1
- package/dist/types/components.d.ts +490 -226
- package/dist/types/global/Observers.d.ts +8 -0
- package/dist/types/global/index.d.ts +4 -0
- package/dist/types/index.d.ts +1 -4
- package/dist/types/model/Icon.d.ts +8 -0
- package/dist/types/model/Notice.d.ts +1 -1
- package/dist/types/model/Option.d.ts +24 -6
- package/dist/types/model/index.d.ts +4 -1
- package/dist/types/model/redirect.d.ts +1 -0
- package/dist/types/smoothly.d.ts +3 -0
- package/package.json +16 -16
- package/dist/cjs/Listenable-63ea2d90.js.map +0 -1
- package/dist/cjs/getLanguage-430ecf04.js.map +0 -1
- package/dist/cjs/index-8352a4e0.js.map +0 -1
- package/dist/cjs/index-b282ee83.js +0 -865
- package/dist/cjs/index-b282ee83.js.map +0 -1
- package/dist/cjs/smoothly-accordion_61.cjs.entry.js +0 -28113
- package/dist/cjs/smoothly-accordion_61.cjs.entry.js.map +0 -1
- package/dist/collection/components/App.js +0 -71
- package/dist/collection/components/App.js.map +0 -1
- package/dist/collection/components/form/Clearable.js.map +0 -1
- package/dist/collection/components/form/Data.js.map +0 -1
- package/dist/collection/components/input-date/index.js.map +0 -1
- package/dist/collection/components/input-date/style.css +0 -39
- package/dist/collection/components/input-date-range/index.js.map +0 -1
- package/dist/collection/components/input-date-range/style.css +0 -51
- package/dist/collection/components/input-demo/index.js +0 -45
- package/dist/collection/components/input-demo/index.js.map +0 -1
- package/dist/collection/components/input-month/index.js.map +0 -1
- package/dist/collection/components/menu-options/index.js +0 -413
- package/dist/collection/components/menu-options/index.js.map +0 -1
- package/dist/collection/components/menu-options/style.css +0 -18
- package/dist/collection/components/option/index.js +0 -270
- package/dist/collection/components/option/index.js.map +0 -1
- package/dist/collection/components/option/style.css +0 -42
- package/dist/collection/components/room/index.js +0 -90
- package/dist/collection/components/room/index.js.map +0 -1
- package/dist/collection/components/select/index.js +0 -108
- package/dist/collection/components/select/index.js.map +0 -1
- package/dist/collection/components/select/style.css +0 -20
- package/dist/collection/components/selector/index.js.map +0 -1
- package/dist/collection/components/selector/style.css +0 -46
- package/dist/esm/Listenable-fb6f4723.js.map +0 -1
- package/dist/esm/getLanguage-cccb8418.js.map +0 -1
- package/dist/esm/index-2e948fc3.js +0 -861
- package/dist/esm/index-2e948fc3.js.map +0 -1
- package/dist/esm/index-7b57a52c.js.map +0 -1
- package/dist/esm/smoothly-accordion_61.entry.js +0 -28049
- package/dist/esm/smoothly-accordion_61.entry.js.map +0 -1
- package/dist/smoothly/p-06337b89.js +0 -2
- package/dist/smoothly/p-06337b89.js.map +0 -1
- package/dist/smoothly/p-21341e18.entry.js +0 -2
- package/dist/smoothly/p-21341e18.entry.js.map +0 -1
- package/dist/smoothly/p-5b28795c.entry.js +0 -2
- package/dist/smoothly/p-5b6351f6.js +0 -2
- package/dist/smoothly/p-5b6351f6.js.map +0 -1
- package/dist/smoothly/p-70280a11.js +0 -2
- package/dist/smoothly/p-70280a11.js.map +0 -1
- package/dist/smoothly/p-b49664d8.entry.js +0 -2
- package/dist/smoothly/p-b49664d8.entry.js.map +0 -1
- package/dist/smoothly/p-b82efb2e.entry.js +0 -2
- package/dist/smoothly/p-b82efb2e.entry.js.map +0 -1
- package/dist/smoothly/p-c88ae468.js +0 -3
- package/dist/smoothly/p-c88ae468.js.map +0 -1
- package/dist/types/components/App.d.ts +0 -5
- package/dist/types/components/input-date/index.d.ts +0 -14
- package/dist/types/components/input-date-range/index.d.ts +0 -23
- package/dist/types/components/input-demo/index.d.ts +0 -3
- package/dist/types/components/menu-options/index.d.ts +0 -35
- package/dist/types/components/option/index.d.ts +0 -32
- package/dist/types/components/room/index.d.ts +0 -7
- package/dist/types/components/select/index.d.ts +0 -14
- /package/dist/collection/components/{form → input}/Clearable.js +0 -0
- /package/dist/collection/components/{input-month → input/month}/style.css +0 -0
- /package/dist/collection/{components/form → model}/Data.js +0 -0
- /package/dist/smoothly/{p-d4182274.entry.js.map → p-1efa3261.entry.js.map} +0 -0
- /package/dist/smoothly/{p-e136b93e.entry.js.map → p-4d743f07.entry.js.map} +0 -0
- /package/dist/smoothly/{p-be2ff772.entry.js.map → p-5edb65c6.entry.js.map} +0 -0
- /package/dist/smoothly/{p-c49d2094.entry.js.map → p-663ccbd0.entry.js.map} +0 -0
- /package/dist/smoothly/{p-940af6d3.entry.js.map → p-9992c8c4.entry.js.map} +0 -0
- /package/dist/smoothly/{p-79025273.entry.js.map → p-dbd1afa9.entry.js.map} +0 -0
- /package/dist/smoothly/{p-712b362e.entry.js.map → p-f96e41aa.entry.js.map} +0 -0
- /package/dist/types/components/{form → input}/Clearable.d.ts +0 -0
- /package/dist/types/{components/form → model}/Data.d.ts +0 -0
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{p as e,b as o}from"./p-c88ae468.js";export{s as setNonce}from"./p-c88ae468.js";const t=()=>{const o=import.meta.url;const t={};if(o!==""){t.resourcesUrl=new URL(".",o).href}return e(t)};t().then((e=>o([["p-b82efb2e",[[0,"smoothly-app-demo",{baseUrl:[1,"base-url"]}],[0,"smoothly-input-demo"],[2,"smoothly-table-demo"],[2,"smoothly-select-demo",null,[[0,"selectionChanged","handleSelectionChanged"]]],[0,"smoothly-display-demo"],[0,"smoothly-button-demo"],[4,"smoothly-app",{color:[1]}],[0,"smoothly-dialog-demo"],[2,"smoothly-icon-demo"],[4,"smoothly-room",{label:[1],icon:[1],path:[1],to:[1]}],[2,"smoothly-table-demo-filtered",{criteria:[32],data:[32],selector:[32]},[[0,"filters","onFilterUpdate"],[2,"smoothlyChecked","smoothlyCheckedHandler"]]],[2,"smoothly-input-date-range",{value:[1025],start:[1025],end:[1025],max:[1025],min:[1025],open:[1028],showLabel:[516,"show-label"],labelStart:[1,"label-start"],labelEnd:[1,"label-end"]},[[0,"startChanged","onStartChanged"],[0,"endChanged","onEndChanged"],[0,"dateRangeSet","onDateRangeSet"]]],[1,"smoothly-picker",{disabled:[516],readonly:[516],maxMenuHeight:[1,"max-menu-height"],maxHeight:[1,"max-height"],emptyMenuLabel:[1025,"empty-menu-label"],multiple:[516],mutable:[4],optionStyle:[8,"option-style"],options:[1040],labelSetting:[513,"label-setting"],label:[513],selections:[1040],selectNoneName:[1025,"select-none-name"],selectAllName:[1025,"select-all-name"],selectionName:[1025,"selection-name"],newOptionLabel:[1025,"new-option-label"],valueValidator:[16],isOpen:[32],empty:[32]},[[0,"optionSelect","optionSelectHandler"],[0,"optionUnselect","optionSelectHandler"],[0,"optionAdd","optionAddHandler"],[0,"menuEmpty","emptyHandler"]]],[6,"smoothly-notifier",{notices:[32]},[[0,"notice","onNotice"],[0,"remove","onRemove"]]],[6,"smoothly-dialog",{color:[513],open:[1540],closable:[516],header:[513]},[[0,"trigger","TriggerListener"]]],[6,"smoothly-checkbox",{size:[1],checked:[1540],intermediate:[1540],name:[1],value:[8],disabled:[516],t:[32],toggle:[64]}],[6,"smoothly-radio-button-item",{value:[8],selected:[1540],color:[513]}],[6,"smoothly-summary",{color:[1],fill:[1],size:[1]}],[1,"smoothly-toggle-switch",{selected:[1540],disabled:[516],size:[513],name:[1],value:[8]}],[0,"smoothly-urlencoded",{data:[1]}],[6,"smoothly-accordion",{value:[1025]},[[0,"smoothlyOpen","handleOpenClose"],[0,"smoothlyClose","handleOpenClose"],[0,"smoothlyAccordionItemDidLoad","onAccordionItemDidLoad"],[0,"smoothlyAccordionItemDidUnload","onAccordionItemDidUnload"]]],[6,"smoothly-accordion-item",{name:[1],brand:[1],open:[1540]}],[2,"smoothly-display",{type:[1],value:[8],currency:[1],country:[1],format:[16]}],[2,"smoothly-display-amount",{amount:[8],currency:[1],toInteger:[4,"to-integer"]}],[2,"smoothly-display-date-time",{datetime:[1]}],[2,"smoothly-frame",{url:[1],name:[1],origin:[1],send:[64]}],[6,"smoothly-popup",{visible:[1540],direction:[1537],cssVariables:[32]}],[6,"smoothly-radio",{name:[1],value:[1],checked:[1540],tabIndex:[2,"tab-index"]}],[6,"smoothly-radio-button",{name:[1],value:[1032],deselectable:[516],decoration:[513]},[[2,"radioItemSelectInternal","radioSelectHandler"]]],[6,"smoothly-select",{identifier:[1],background:[513],value:[1025]}],[2,"smoothly-skeleton",{widths:[16],width:[1025],color:[1],period:[2],distance:[1],align:[513]}],[6,"smoothly-submit",{color:[513],expand:[513],fill:[513],disabled:[516],type:[513],size:[513],shape:[513]}],[2,"smoothly-svg",{url:[513],size:[513],color:[1]}],[6,"smoothly-table-expandable-row",{align:[1],open:[1540],allowSpotlight:[32],spotlight:[32]},[[0,"click","onClick"],[0,"tableLoad","handleTableLoaded"]]],[6,"smoothly-toggle",{selected:[1540],shape:[513],disabled:[516],name:[1],value:[8]},[[0,"click","onClick"]]],[1,"smoothly-filter",{placeholder:[1025],criteria:[1040],inputValue:[1032,"input-value"],expanded:[32],freeSearchValue:[32],clear:[64]},[[0,"filter","filterHandler"]]],[6,"smoothly-input-date",{name:[513],value:[1025],open:[1028],max:[1025],min:[1025],disabled:[1028]},[[0,"dateSet","dateSetHandler"]]],[1,"smoothly-menu-options",{toggle:[4],emptyMenuLabel:[1025,"empty-menu-label"],newOptionLabel:[1,"new-option-label"],maxMenuHeight:[1,"max-menu-height"],order:[4],optionStyle:[8,"option-style"],options:[1040],resetHighlightOnOptionsChange:[1028,"reset-highlight-on-options-change"],mutable:[4],filteredOptions:[32],highlightIndex:[32],keyword:[32],moveHighlight:[64],setHighlight:[64],getHighlighted:[64],filterOptions:[64]},[[0,"optionHover","optionHoverHandler"]]],[1,"smoothly-filter-input",{name:[513],value:[1032],type:[513],required:[1540],minLength:[2,"min-length"],showLabel:[516,"show-label"],maxLength:[2,"max-length"],autocomplete:[4],pattern:[16],placeholder:[1],disabled:[4],readonly:[4],currency:[513],comparison:[1],criteria:[32],clear:[64]}],[2,"smoothly-backtotop",{opacity:[1],bottom:[1],right:[1],visible:[32]}],[6,"smoothly-table-cell"],[6,"smoothly-table-expandable-cell",{align:[1],open:[1540],allowSpotlight:[32],spotlight:[32]},[[0,"click","onClick"],[0,"tableLoad","handleTableLoaded"]]],[6,"smoothly-tab",{label:[1],open:[1540]},[[0,"click","onClick"]]],[6,"smoothly-tab-switch",{selectedElement:[32]},[[0,"expansionOpen","openChanged"]]],[6,"smoothly-table",{root:[1540],align:[513]},[[0,"expandableLoad","handleExpandableLoaded"],[0,"expandableChange","handleExpandableState"],[0,"spotlightChange","handleSpotlightState"],[0,"smoothlyNestedTable","handleNestedTable"],[0,"expansionLoad","handleEvents"],[0,"expansionOpen","handleEvents"]]],[6,"smoothly-table-header",{name:[1]}],[6,"smoothly-table-row",null,[[0,"expansionLoad","onExpansionLoad"],[0,"expansionOpen","onExpansionOpen"]]],[0,"smoothly-tuple",{tuple:[16]}],[1,"smoothly-option",{aliases:[513],dataHighlight:[1540,"data-highlight"],name:[1537],value:[1537],divider:[1540],checkbox:[4],new:[4],toggle:[4],checked:[1028]}],[2,"smoothly-calendar",{month:[1025],value:[1025],start:[1025],end:[1025],max:[1025],min:[1025],doubleInput:[516,"double-input"],firstSelected:[32]}],[4,"smoothly-form",{looks:[513],name:[1],method:[1],action:[1],processing:[1540],notice:[32],submit:[64],clear:[64]},[[2,"smoothlyInput","smoothlyInputHandler"],[2,"smoothlySubmit","smoothlySubmitHandler"]]],[1,"smoothly-button",{color:[513],expand:[513],fill:[513],disabled:[516],type:[513],size:[513],shape:[513],link:[1],download:[4]}],[2,"smoothly-input-month",{value:[1025]}],[6,"smoothly-quiet",{color:[1]}],[6,"smoothly-selector",{initialPrompt:[1,"initial-prompt"],opened:[32],selectedElement:[32],missing:[32],filter:[32],reset:[64]},[[0,"click","onClick"],[0,"itemSelected","onItemSelected"],[0,"keydown","onKeyDown"]]],[6,"smoothly-item",{value:[8],selected:[1540],marked:[1540],filter:[64]},[[0,"click","onClick"]]],[2,"smoothly-spinner",{active:[516],size:[513]}],[2,"smoothly-notification",{notice:[16],tick:[32]},[[0,"trigger","onTrigger"]]],[6,"smoothly-trigger",{color:[513],fill:[513],disabled:[516],type:[513],name:[1],value:[8]},[[0,"click","onClick"]]],[6,"smoothly-input",{name:[513],value:[1032],type:[513],required:[1540],minLength:[1026,"min-length"],showLabel:[516,"show-label"],maxLength:[1026,"max-length"],autocomplete:[1028],pattern:[1040],placeholder:[1537],disabled:[1028],readonly:[1028],currency:[513],initialValue:[32],clear:[64],getFormData:[64],setKeepFocusOnReRender:[64],setSelectionRange:[64]}],[2,"smoothly-icon",{color:[513],fill:[513],name:[1],size:[513],toolTip:[1,"tool-tip"],document:[32]}]]],["p-c49d2094",[[2,"smoothly-addresses",{value:[16],editable:[16]}]]],["p-79025273",[[6,"smoothly-color",{color:[513]}]]],["p-b49664d8",[[2,"smoothly-country",{value:[1],text:[1],language:[32]}]]],["p-712b362e",[[2,"smoothly-google-font",{value:[1]}]]],["p-d4182274",[[4,"smoothly-radio-group",{orientation:[513]}]]],["p-5b28795c",[[0,"smoothly-reorder"]]],["p-be2ff772",[[6,"smoothly-trigger-sink",{context:[16],destination:[1],filter:[1]},[[0,"trigger","TriggerListener"]]]]],["p-21341e18",[[6,"smoothly-trigger-source",{listen:[1]}]]],["p-e136b93e",[[2,"smoothly-address-display",{value:[16],editable:[4]}]]],["p-940af6d3",[[2,"smoothly-address",{value:[16],editable:[4]}]]]],e)));
|
|
1
|
+
import{p as o,b as e}from"./p-d0b8061e.js";export{s as setNonce}from"./p-d0b8061e.js";import"./p-ede93d69.js";const l=()=>{const e=import.meta.url;const l={};if(e!==""){l.resourcesUrl=new URL(".",e).href}return o(l)};l().then((o=>e(JSON.parse('[["p-ff8acb9b",[[0,"smoothly-app-demo",{"baseUrl":[1,"base-url"]}],[0,"smoothly-input-demo",null,[[0,"selectionChanged","handleSelectionChanged"]]],[2,"smoothly-table-demo"],[0,"smoothly-display-demo"],[0,"smoothly-button-demo"],[4,"smoothly-app",{"label":[1],"color":[1],"menuOpen":[1540,"menu-open"],"selected":[32],"selectRoom":[64]},[[8,"popstate","locationChangeHandler"],[0,"smoothlyRoomSelected","roomSelectedHandler"],[0,"smoothlyRoomLoaded","roomLoadedHandler"],[8,"click","clickHandler"]]],[0,"smoothly-dialog-demo"],[2,"smoothly-select-demo"],[6,"smoothly-app-room",{"label":[513],"icon":[513],"disabled":[516],"path":[1],"to":[1],"selected":[1540],"getContent":[64],"setSelected":[64]}],[2,"smoothly-icon-demo"],[2,"smoothly-table-testing",{"counter":[32]}],[2,"smoothly-picker-demo",{"counter":[32],"data":[32],"change":[32]},[[0,"smoothlyFormSubmit","submitHandler"]]],[2,"smoothly-table-demo-filtered",{"criteria":[32],"data":[32],"selector":[32]},[[0,"filters","onFilterUpdate"],[2,"smoothlyInput","smoothlyInputHandler"]]],[6,"smoothly-input-date",{"color":[1537],"looks":[1537],"name":[513],"value":[1025],"open":[1028],"max":[1025],"min":[1025],"showLabel":[516,"show-label"],"disabled":[1028],"clear":[64]},[[0,"smoothlyInput","smoothlyInputHandler"],[0,"smoothlyInputLooks","smoothlyInputLooksHandler"],[0,"dateSet","dateSetHandler"]]],[2,"smoothly-input-date-range",{"color":[1537],"looks":[1537],"name":[513],"value":[1025],"start":[1025],"end":[1025],"max":[1025],"min":[1025],"open":[1028],"showLabel":[516,"show-label"],"labelStart":[1,"label-start"],"labelEnd":[1,"label-end"],"clear":[64]},[[0,"smoothlyInput","smoothlyInputHandler"],[0,"smoothlyInputLooks","smoothlyInputLooksHandler"],[0,"startChanged","onStartChanged"],[0,"endChanged","onEndChanged"],[0,"dateRangeSet","onDateRangeSet"]]],[6,"smoothly-notifier",{"notices":[32]},[[0,"notice","onNotice"],[0,"remove","onRemove"]]],[6,"smoothly-dialog",{"color":[513],"open":[1540],"closable":[516],"header":[513]},[[0,"trigger","TriggerListener"]]],[2,"smoothly-theme-colors"],[2,"smoothly-burger",{"visible":[1540],"open":[1540],"mediaQuery":[513,"media-query"],"history":[32]},[[0,"click","clickHandler"],[9,"resize","resizeHandler"]]],[6,"smoothly-checkbox",{"size":[1],"checked":[1540],"intermediate":[1540],"name":[1],"value":[8],"disabled":[516],"t":[32],"toggle":[64],"clear":[64]}],[6,"smoothly-input-file",{"accept":[1],"color":[1537],"looks":[1537],"camera":[513],"name":[513],"showLabel":[516,"show-label"],"value":[1040],"placeholder":[1537],"dragging":[32],"clear":[64]}],[6,"smoothly-radio-button-item",{"value":[8],"selected":[1540],"color":[513]}],[6,"smoothly-summary",{"open":[1540],"color":[1],"fill":[1],"size":[1]}],[1,"smoothly-toggle-switch",{"checkmark":[516],"selected":[1540],"disabled":[516],"size":[513],"color":[513],"fill":[513]}],[0,"smoothly-urlencoded",{"data":[1]}],[6,"smoothly-accordion",{"value":[1025],"removeItem":[64]},[[0,"smoothlyOpen","handleOpenClose"],[0,"smoothlyClose","handleOpenClose"],[0,"smoothlyAccordionItemWillLoad","onAccordionItemDidLoad"]]],[6,"smoothly-accordion-item",{"name":[1],"brand":[1],"open":[1540]}],[2,"smoothly-display-amount",{"amount":[8],"currency":[1],"toInteger":[4,"to-integer"]}],[2,"smoothly-frame",{"url":[1],"name":[1],"origin":[1],"send":[64]}],[6,"smoothly-popup",{"visible":[1540],"direction":[1537],"cssVariables":[32]}],[6,"smoothly-quiet",{"color":[1]}],[6,"smoothly-radio",{"name":[1],"value":[1],"checked":[1540],"tab":[2]}],[6,"smoothly-radio-button",{"name":[1],"value":[1032],"deselectable":[516],"decoration":[513]},[[2,"radioItemSelectInternal","radioSelectHandler"]]],[2,"smoothly-skeleton",{"widths":[16],"width":[1025],"color":[1],"period":[2],"distance":[1],"align":[513]}],[2,"smoothly-svg",{"url":[513],"size":[513],"color":[1]}],[6,"smoothly-toggle",{"selected":[1540],"shape":[513],"disabled":[516],"name":[1],"value":[8]},[[0,"click","onClick"]]],[1,"smoothly-filter",{"placeholder":[1025],"criteria":[1040],"inputValue":[1032,"input-value"],"expanded":[32],"freeSearchValue":[32],"clear":[64]},[[0,"filter","filterHandler"]]],[6,"smoothly-picker",{"looks":[1537],"name":[513],"open":[1540],"mutable":[516],"multiple":[516],"readonly":[516],"validator":[16],"selected":[32],"display":[32],"clear":[64]},[[0,"smoothlyInputLooks","smoothlyInputLooksHandler"],[0,"smoothlyPickerMenuLoaded","menuLoadedHandler"],[0,"smoothlyPickerOptionLoaded","optionLoadedHandler"],[0,"smoothlyPickerOptionChange","optionChangeHandler"],[8,"click","clickHandler"],[8,"focusin","focusHandler"]]],[1,"smoothly-filter-input",{"name":[513],"value":[1025],"type":[513],"required":[1540],"minLength":[2,"min-length"],"showLabel":[516,"show-label"],"maxLength":[2,"max-length"],"autocomplete":[4],"pattern":[16],"placeholder":[1],"disabled":[4],"readonly":[516],"currency":[513],"comparison":[1],"criteria":[32],"clear":[64]}],[2,"smoothly-back-to-top",{"opacity":[1],"bottom":[1],"right":[1],"visible":[32]}],[2,"smoothly-theme-color",{"color":[1]}],[6,"smoothly-input-clear",{"color":[513],"expand":[513],"fill":[513],"disabled":[1540],"size":[513],"shape":[513],"display":[1540],"type":[513]},[[0,"click","clickHandler"]]],[6,"smoothly-tab",{"label":[1],"open":[1540]},[[0,"click","onClick"]]],[6,"smoothly-tab-switch",{"selectedElement":[32]},[[0,"expansionOpen","openChanged"]]],[6,"smoothly-table-expandable-row",{"align":[1],"open":[1540],"allowSpotlight":[32],"spotlight":[32]},[[0,"smoothlyTableLoad","handleTableLoaded"]]],[6,"smoothly-table-footer"],[0,"smoothly-tuple",{"tuple":[16]}],[6,"smoothly-picker-menu",{"looks":[1],"open":[516],"multiple":[516],"mutable":[516],"readonly":[516],"validator":[16],"backend":[32],"options":[32],"created":[32],"search":[32],"valid":[32],"display":[32],"flip":[32],"flipChecked":[32]},[[9,"scroll","scrollHandler"],[0,"smoothlyPickerOptionLoad","optionLoadHandler"],[0,"smoothlyPickerOptionLoaded","optionLoadedHandler"],[0,"smoothlyPickerOptionChange","optionChangeHandler"],[0,"smoothlySlotEmpty","emptyDisplayHandler"]]],[2,"smoothly-calendar",{"month":[1025],"value":[1025],"start":[1025],"end":[1025],"max":[1025],"min":[1025],"doubleInput":[516,"double-input"],"firstSelected":[32]}],[6,"smoothly-table-cell"],[6,"smoothly-table-expandable-cell",{"align":[1],"open":[1540],"allowSpotlight":[32],"spotlight":[32]},[[0,"click","onClick"],[0,"smoothlyTableLoad","handleTableLoaded"]]],[2,"smoothly-display",{"type":[1],"value":[8],"currency":[1],"country":[1],"format":[16],"unit":[1]}],[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-header",{"name":[1]}],[6,"smoothly-table-row",{"open":[1540]},[[0,"smoothlyExpansionLoad","onExpansionLoad"],[0,"smoothlyExpandableChange","onExpansionChange"],[0,"smoothlyExpansionOpen","onExpansionOpen"]]],[2,"smoothly-theme-color-variant",{"color":[513],"variant":[513]}],[2,"smoothly-input-month",{"value":[1025]}],[1,"smoothly-picker-option",{"selected":[1540],"visible":[1540],"value":[1032],"search":[1040],"position":[514],"required":[516],"readonly":[32],"slotted":[32],"clickHandler":[64]}],[6,"smoothly-slot-elements",{"clone":[4],"nodes":[1040]}],[6,"smoothly-submit",{"color":[513],"expand":[513],"fill":[513],"disabled":[516],"type":[513],"size":[513],"shape":[513],"prevent":[4]},[[0,"click","clickHandler"]]],[6,"smoothly-input-select",{"name":[1],"color":[1537],"looks":[1537],"type":[1537],"showSelected":[1540,"show-selected"],"initialPrompt":[1,"initial-prompt"],"initialValue":[8,"initial-value"],"opened":[32],"selectedElement":[32],"missing":[32],"filter":[32],"reset":[64]},[[0,"click","onClick"],[0,"itemSelected","onItemSelected"],[0,"keydown","onKeyDown"]]],[6,"smoothly-item",{"value":[8],"selected":[1540],"marked":[1540],"filter":[64]},[[0,"click","onClick"]]],[6,"smoothly-slotted-elements",{"clone":[4]}],[4,"smoothly-form",{"color":[1537],"value":[1040],"looks":[513],"name":[1],"method":[1],"action":[1],"processing":[1540],"prevent":[4],"changed":[1540],"notice":[32],"submit":[64],"clear":[64]},[[0,"smoothlyInputLooks","smoothlyInputLooksHandler"],[0,"smoothlyInput","smoothlyInputHandler"],[0,"smoothlySubmit","smoothlySubmitHandler"],[0,"smoothlyInputLoad","SmoothlyInputLoadHandler"]]],[6,"smoothly-button",{"color":[513],"expand":[513],"fill":[513],"disabled":[516],"type":[513],"size":[513],"shape":[513],"link":[1]}],[2,"smoothly-spinner",{"active":[516],"size":[513]}],[2,"smoothly-notification",{"notice":[16],"closable":[4],"icon":[4],"tick":[32]},[[0,"trigger","onTrigger"]]],[6,"smoothly-trigger",{"color":[513],"fill":[513],"disabled":[516],"type":[513],"name":[1],"value":[8]},[[0,"click","onClick"]]],[6,"smoothly-input",{"color":[1537],"looks":[1537],"name":[513],"value":[1032],"type":[513],"required":[1540],"minLength":[1026,"min-length"],"showLabel":[516,"show-label"],"maxLength":[1026,"max-length"],"autocomplete":[1028],"pattern":[1040],"placeholder":[1537],"disabled":[1028],"readonly":[1540],"currency":[513],"changed":[1540],"formatter":[32],"initialValue":[32],"clear":[64],"getFormData":[64],"setKeepFocusOnReRender":[64],"setSelectionRange":[64]},[[0,"smoothlyInputLoad","SmoothlyInputLoadHandler"]]],[2,"smoothly-icon",{"color":[513],"fill":[513],"name":[513],"size":[513],"toolTip":[1,"tool-tip"],"document":[32]}]]],["p-663ccbd0",[[2,"smoothly-addresses",{"value":[16],"editable":[16]}]]],["p-dbd1afa9",[[6,"smoothly-color",{"color":[513]}]]],["p-a6c4c2d4",[[2,"smoothly-country",{"value":[1],"text":[1],"language":[32]}]]],["p-ce4e6f44",[[2,"smoothly-display-date-time",{"datetime":[1]}]]],["p-f96e41aa",[[2,"smoothly-google-font",{"value":[1]}]]],["p-1efa3261",[[4,"smoothly-radio-group",{"orientation":[513]}]]],["p-4ff439dd",[[0,"smoothly-reorder"]]],["p-5edb65c6",[[6,"smoothly-trigger-sink",{"context":[16],"destination":[1],"filter":[1]},[[0,"trigger","TriggerListener"]]]]],["p-73442332",[[6,"smoothly-trigger-source",{"listen":[1]}]]],["p-4d743f07",[[2,"smoothly-address-display",{"value":[16],"editable":[4]}]]],["p-9992c8c4",[[2,"smoothly-address",{"value":[16],"editable":[4]}]]]]'),o)));
|
|
2
2
|
//# sourceMappingURL=smoothly.esm.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["patchBrowser","importMeta","import","meta","url","opts","resourcesUrl","URL","href","promiseResolve","then","options","bootstrapLazy","baseUrl","color","label","icon","path","to","criteria","data","selector","value","start","end","max","min","open","showLabel","labelStart","labelEnd","disabled","readonly","maxMenuHeight","maxHeight","emptyMenuLabel","multiple","mutable","optionStyle","labelSetting","selections","selectNoneName","selectAllName","selectionName","newOptionLabel","valueValidator","isOpen","empty","notices","closable","header","size","checked","intermediate","name","t","toggle","selected","fill","brand","type","currency","country","format","amount","toInteger","datetime","origin","send","visible","direction","cssVariables","tabIndex","deselectable","decoration","identifier","background","widths","width","period","distance","align","expand","shape","allowSpotlight","spotlight","placeholder","inputValue","expanded","freeSearchValue","clear","order","resetHighlightOnOptionsChange","filteredOptions","highlightIndex","keyword","moveHighlight","setHighlight","getHighlighted","filterOptions","required","minLength","maxLength","autocomplete","pattern","comparison","opacity","bottom","right","selectedElement","root","tuple","aliases","dataHighlight","divider","checkbox","new","month","doubleInput","firstSelected","looks","method","action","processing","notice","submit","link","download","initialPrompt","opened","missing","filter","reset","marked","active","tick","initialValue","getFormData","setKeepFocusOnReRender","setSelectionRange","toolTip","document","editable","text","language","orientation","context","destination","listen"],"sources":["./node_modules/@stencil/core/internal/client/patch-browser.js","@lazy-browser-entrypoint?app-data=conditional"],"sourcesContent":["/*\n Stencil Client Patch Browser v2.22.2 | MIT Licensed | https://stenciljs.com\n */\nimport { BUILD, NAMESPACE } from '@stencil/core/internal/app-data';\nimport { consoleDevInfo, plt, win, doc, promiseResolve, H } from '@stencil/core';\n/**\n * Helper method for querying a `meta` tag that contains a nonce value\n * out of a DOM's head.\n *\n * @param doc The DOM containing the `head` to query against\n * @returns The content of the meta tag representing the nonce value, or `undefined` if no tag\n * exists or the tag has no content.\n */\nfunction queryNonceMetaTagContent(doc) {\n var _a, _b, _c;\n return (_c = (_b = (_a = doc.head) === null || _a === void 0 ? void 0 : _a.querySelector('meta[name=\"csp-nonce\"]')) === null || _b === void 0 ? void 0 : _b.getAttribute('content')) !== null && _c !== void 0 ? _c : undefined;\n}\nconst getDynamicImportFunction = (namespace) => `__sc_import_${namespace.replace(/\\s|-/g, '_')}`;\nconst patchBrowser = () => {\n // NOTE!! This fn cannot use async/await!\n if (BUILD.isDev && !BUILD.isTesting) {\n consoleDevInfo('Running in development mode.');\n }\n if (BUILD.cssVarShim) {\n // shim css vars\n plt.$cssShim$ = win.__cssshim;\n }\n if (BUILD.cloneNodeFix) {\n // opted-in to polyfill cloneNode() for slot polyfilled components\n patchCloneNodeFix(H.prototype);\n }\n if (BUILD.profile && !performance.mark) {\n // not all browsers support performance.mark/measure (Safari 10)\n // because the mark/measure APIs are designed to write entries to a buffer in the browser that does not exist,\n // simply stub the implementations out.\n // TODO(STENCIL-323): Remove this patch when support for older browsers is removed (breaking)\n // @ts-ignore\n performance.mark = performance.measure = () => {\n /*noop*/\n };\n performance.getEntriesByName = () => [];\n }\n // @ts-ignore\n const scriptElm = BUILD.scriptDataOpts || BUILD.safari10 || BUILD.dynamicImportShim\n ? Array.from(doc.querySelectorAll('script')).find((s) => new RegExp(`\\/${NAMESPACE}(\\\\.esm)?\\\\.js($|\\\\?|#)`).test(s.src) ||\n s.getAttribute('data-stencil-namespace') === NAMESPACE)\n : null;\n const importMeta = import.meta.url;\n const opts = BUILD.scriptDataOpts ? scriptElm['data-opts'] || {} : {};\n if (BUILD.safari10 && 'onbeforeload' in scriptElm && !history.scrollRestoration /* IS_ESM_BUILD */) {\n // Safari < v11 support: This IF is true if it's Safari below v11.\n // This fn cannot use async/await since Safari didn't support it until v11,\n // however, Safari 10 did support modules. Safari 10 also didn't support \"nomodule\",\n // so both the ESM file and nomodule file would get downloaded. Only Safari\n // has 'onbeforeload' in the script, and \"history.scrollRestoration\" was added\n // to Safari in v11. Return a noop then() so the async/await ESM code doesn't continue.\n // IS_ESM_BUILD is replaced at build time so this check doesn't happen in systemjs builds.\n return {\n then() {\n /* promise noop */\n },\n };\n }\n if (!BUILD.safari10 && importMeta !== '') {\n opts.resourcesUrl = new URL('.', importMeta).href;\n }\n else if (BUILD.dynamicImportShim || BUILD.safari10) {\n opts.resourcesUrl = new URL('.', new URL(scriptElm.getAttribute('data-resources-url') || scriptElm.src, win.location.href)).href;\n if (BUILD.dynamicImportShim) {\n patchDynamicImport(opts.resourcesUrl, scriptElm);\n }\n if (BUILD.dynamicImportShim && !win.customElements) {\n // module support, but no custom elements support (Old Edge)\n // @ts-ignore\n return import(/* webpackChunkName: \"polyfills-dom\" */ './dom.js').then(() => opts);\n }\n }\n return promiseResolve(opts);\n};\nconst patchDynamicImport = (base, orgScriptElm) => {\n const importFunctionName = getDynamicImportFunction(NAMESPACE);\n try {\n // test if this browser supports dynamic imports\n // There is a caching issue in V8, that breaks using import() in Function\n // By generating a random string, we can workaround it\n // Check https://bugs.chromium.org/p/chromium/issues/detail?id=990810 for more info\n win[importFunctionName] = new Function('w', `return import(w);//${Math.random()}`);\n }\n catch (e) {\n // this shim is specifically for browsers that do support \"esm\" imports\n // however, they do NOT support \"dynamic\" imports\n // basically this code is for old Edge, v18 and below\n const moduleMap = new Map();\n win[importFunctionName] = (src) => {\n var _a;\n const url = new URL(src, base).href;\n let mod = moduleMap.get(url);\n if (!mod) {\n const script = doc.createElement('script');\n script.type = 'module';\n script.crossOrigin = orgScriptElm.crossOrigin;\n script.src = URL.createObjectURL(new Blob([`import * as m from '${url}'; window.${importFunctionName}.m = m;`], {\n type: 'application/javascript',\n }));\n // Apply CSP nonce to the script tag if it exists\n const nonce = (_a = plt.$nonce$) !== null && _a !== void 0 ? _a : queryNonceMetaTagContent(doc);\n if (nonce != null) {\n script.setAttribute('nonce', nonce);\n }\n mod = new Promise((resolve) => {\n script.onload = () => {\n resolve(win[importFunctionName].m);\n script.remove();\n };\n });\n moduleMap.set(url, mod);\n doc.head.appendChild(script);\n }\n return mod;\n };\n }\n};\nconst 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 // Node.ATTRIBUTE_NODE === 2, and checking because IE11\n if (srcChildNodes[i].nodeType !== 2) {\n clonedNode.appendChild(srcChildNodes[i].cloneNode(true));\n }\n }\n }\n return clonedNode;\n };\n};\nexport { patchBrowser };\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(options => {\n globalScripts();\n return bootstrapLazy([/*!__STENCIL_LAZY_DATA__*/], options);\n});\n"],"mappings":"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"}
|
|
1
|
+
{"version":3,"names":["patchBrowser","importMeta","import","meta","url","opts","resourcesUrl","URL","href","promiseResolve","then","options","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 v2.22.3 | MIT Licensed | https://stenciljs.com\n */\nimport { BUILD, NAMESPACE } from '@stencil/core/internal/app-data';\nimport { consoleDevInfo, plt, win, doc, promiseResolve, H } from '@stencil/core';\n/**\n * Helper method for querying a `meta` tag that contains a nonce value\n * out of a DOM's head.\n *\n * @param doc The DOM containing the `head` to query against\n * @returns The content of the meta tag representing the nonce value, or `undefined` if no tag\n * exists or the tag has no content.\n */\nfunction queryNonceMetaTagContent(doc) {\n var _a, _b, _c;\n return (_c = (_b = (_a = doc.head) === null || _a === void 0 ? void 0 : _a.querySelector('meta[name=\"csp-nonce\"]')) === null || _b === void 0 ? void 0 : _b.getAttribute('content')) !== null && _c !== void 0 ? _c : undefined;\n}\nconst getDynamicImportFunction = (namespace) => `__sc_import_${namespace.replace(/\\s|-/g, '_')}`;\nconst patchBrowser = () => {\n // NOTE!! This fn cannot use async/await!\n if (BUILD.isDev && !BUILD.isTesting) {\n consoleDevInfo('Running in development mode.');\n }\n if (BUILD.cssVarShim) {\n // shim css vars\n plt.$cssShim$ = win.__cssshim;\n }\n if (BUILD.cloneNodeFix) {\n // opted-in to polyfill cloneNode() for slot polyfilled components\n patchCloneNodeFix(H.prototype);\n }\n if (BUILD.profile && !performance.mark) {\n // not all browsers support performance.mark/measure (Safari 10)\n // because the mark/measure APIs are designed to write entries to a buffer in the browser that does not exist,\n // simply stub the implementations out.\n // TODO(STENCIL-323): Remove this patch when support for older browsers is removed (breaking)\n // @ts-ignore\n performance.mark = performance.measure = () => {\n /*noop*/\n };\n performance.getEntriesByName = () => [];\n }\n // @ts-ignore\n const scriptElm = BUILD.scriptDataOpts || BUILD.safari10 || BUILD.dynamicImportShim\n ? Array.from(doc.querySelectorAll('script')).find((s) => new RegExp(`\\/${NAMESPACE}(\\\\.esm)?\\\\.js($|\\\\?|#)`).test(s.src) ||\n s.getAttribute('data-stencil-namespace') === NAMESPACE)\n : null;\n const importMeta = import.meta.url;\n const opts = BUILD.scriptDataOpts ? scriptElm['data-opts'] || {} : {};\n if (BUILD.safari10 && 'onbeforeload' in scriptElm && !history.scrollRestoration /* IS_ESM_BUILD */) {\n // Safari < v11 support: This IF is true if it's Safari below v11.\n // This fn cannot use async/await since Safari didn't support it until v11,\n // however, Safari 10 did support modules. Safari 10 also didn't support \"nomodule\",\n // so both the ESM file and nomodule file would get downloaded. Only Safari\n // has 'onbeforeload' in the script, and \"history.scrollRestoration\" was added\n // to Safari in v11. Return a noop then() so the async/await ESM code doesn't continue.\n // IS_ESM_BUILD is replaced at build time so this check doesn't happen in systemjs builds.\n return {\n then() {\n /* promise noop */\n },\n };\n }\n if (!BUILD.safari10 && importMeta !== '') {\n opts.resourcesUrl = new URL('.', importMeta).href;\n }\n else if (BUILD.dynamicImportShim || BUILD.safari10) {\n opts.resourcesUrl = new URL('.', new URL(scriptElm.getAttribute('data-resources-url') || scriptElm.src, win.location.href)).href;\n if (BUILD.dynamicImportShim) {\n patchDynamicImport(opts.resourcesUrl, scriptElm);\n }\n if (BUILD.dynamicImportShim && !win.customElements) {\n // module support, but no custom elements support (Old Edge)\n // @ts-ignore\n return import(/* webpackChunkName: \"polyfills-dom\" */ './dom.js').then(() => opts);\n }\n }\n return promiseResolve(opts);\n};\nconst patchDynamicImport = (base, orgScriptElm) => {\n const importFunctionName = getDynamicImportFunction(NAMESPACE);\n try {\n // test if this browser supports dynamic imports\n // There is a caching issue in V8, that breaks using import() in Function\n // By generating a random string, we can workaround it\n // Check https://bugs.chromium.org/p/chromium/issues/detail?id=990810 for more info\n win[importFunctionName] = new Function('w', `return import(w);//${Math.random()}`);\n }\n catch (e) {\n // this shim is specifically for browsers that do support \"esm\" imports\n // however, they do NOT support \"dynamic\" imports\n // basically this code is for old Edge, v18 and below\n const moduleMap = new Map();\n win[importFunctionName] = (src) => {\n var _a;\n const url = new URL(src, base).href;\n let mod = moduleMap.get(url);\n if (!mod) {\n const script = doc.createElement('script');\n script.type = 'module';\n script.crossOrigin = orgScriptElm.crossOrigin;\n script.src = URL.createObjectURL(new Blob([`import * as m from '${url}'; window.${importFunctionName}.m = m;`], {\n type: 'application/javascript',\n }));\n // Apply CSP nonce to the script tag if it exists\n const nonce = (_a = plt.$nonce$) !== null && _a !== void 0 ? _a : queryNonceMetaTagContent(doc);\n if (nonce != null) {\n script.setAttribute('nonce', nonce);\n }\n mod = new Promise((resolve) => {\n script.onload = () => {\n resolve(win[importFunctionName].m);\n script.remove();\n };\n });\n moduleMap.set(url, mod);\n doc.head.appendChild(script);\n }\n return mod;\n };\n }\n};\nconst 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 // Node.ATTRIBUTE_NODE === 2, and checking because IE11\n if (srcChildNodes[i].nodeType !== 2) {\n clonedNode.appendChild(srcChildNodes[i].cloneNode(true));\n }\n }\n }\n return clonedNode;\n };\n};\nexport { patchBrowser };\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(options => {\n globalScripts();\n return bootstrapLazy([/*!__STENCIL_LAZY_DATA__*/], options);\n});\n"],"mappings":"8GAkBA,MAAMA,EAAe,KA6BjB,MAAMC,EAAaC,OAAOC,KAAKC,IAC/B,MAAMC,EAA6D,GAenE,GAAuBJ,IAAe,GAAI,CACtCI,EAAKC,aAAe,IAAIC,IAAI,IAAKN,GAAYO,IACrD,CAYI,OAAOC,EAAeJ,EAAK,ECzE/BL,IAAeU,MAAKC,GAEXC,EAAcC,KAAAC,MAAA,mnUAAuCH"}
|
|
@@ -8,8 +8,8 @@ export declare class SmoothlyAccordion {
|
|
|
8
8
|
open: boolean;
|
|
9
9
|
}>): void;
|
|
10
10
|
onAccordionItemDidLoad(ev: Event): void;
|
|
11
|
-
onAccordionItemDidUnload(ev: Event): void;
|
|
12
11
|
componentDidLoad(): void;
|
|
13
12
|
private updateItems;
|
|
13
|
+
removeItem(el: HTMLSmoothlyAccordionItemElement): Promise<void>;
|
|
14
14
|
render(): any[];
|
|
15
15
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { EventEmitter } from "../../stencil-public-runtime";
|
|
2
|
+
import { SmoothlyAccordion } from "../accordion";
|
|
2
3
|
export declare class SmoothlyAccordionItem {
|
|
3
4
|
name: string;
|
|
4
5
|
brand?: string | string[];
|
|
5
6
|
open?: boolean;
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
smoothlyAccordionItemDidUnload: EventEmitter<void>;
|
|
7
|
+
element: HTMLSmoothlyAccordionItemElement;
|
|
8
|
+
smoothlyAccordionItemWillLoad: EventEmitter<(parent: SmoothlyAccordion) => void>;
|
|
9
9
|
smoothlyOpen: EventEmitter<{
|
|
10
10
|
name: string;
|
|
11
11
|
open: boolean;
|
|
@@ -14,8 +14,9 @@ export declare class SmoothlyAccordionItem {
|
|
|
14
14
|
name: string;
|
|
15
15
|
open: boolean;
|
|
16
16
|
}>;
|
|
17
|
+
private parent?;
|
|
17
18
|
openChanged(isChecked: boolean): void;
|
|
18
|
-
|
|
19
|
+
componentWillLoad(): void;
|
|
19
20
|
disconnectedCallback(): void;
|
|
20
21
|
render(): any;
|
|
21
22
|
}
|
|
@@ -1,5 +1,30 @@
|
|
|
1
|
+
import { SmoothlyAppRoomCustomEvent } from "../../components";
|
|
1
2
|
import { Color } from "../../model";
|
|
3
|
+
type Room = {
|
|
4
|
+
element: HTMLSmoothlyAppRoomElement;
|
|
5
|
+
};
|
|
2
6
|
export declare class SmoothlyApp {
|
|
7
|
+
label: string;
|
|
3
8
|
color: Color;
|
|
9
|
+
menuOpen: boolean;
|
|
10
|
+
selected?: Room;
|
|
11
|
+
private burgerVisibility;
|
|
12
|
+
private burgerElement?;
|
|
13
|
+
private navElement?;
|
|
14
|
+
mainElement?: HTMLElement;
|
|
15
|
+
rooms: Record<string, Room | undefined>;
|
|
16
|
+
selectRoom(path: string): void;
|
|
17
|
+
selectedChanged(): Promise<void>;
|
|
18
|
+
burgerVisibilityHandler(event: CustomEvent<boolean>): void;
|
|
19
|
+
burgerStatusHandler(event: CustomEvent<boolean>): void;
|
|
20
|
+
locationChangeHandler(event: PopStateEvent): Promise<void>;
|
|
21
|
+
roomSelectedHandler(event: SmoothlyAppRoomCustomEvent<{
|
|
22
|
+
history: boolean;
|
|
23
|
+
}>): void;
|
|
24
|
+
roomLoadedHandler(event: SmoothlyAppRoomCustomEvent<{
|
|
25
|
+
selected: boolean;
|
|
26
|
+
}>): void;
|
|
27
|
+
clickHandler(event: MouseEvent): void;
|
|
4
28
|
render(): any;
|
|
5
29
|
}
|
|
30
|
+
export {};
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { EventEmitter } from "../../../stencil-public-runtime";
|
|
2
|
+
import "urlpattern-polyfill";
|
|
3
|
+
import { Icon } from "../../../model";
|
|
4
|
+
export declare class SmoothlyAppRoom {
|
|
5
|
+
label?: string;
|
|
6
|
+
icon?: Icon;
|
|
7
|
+
disabled: boolean;
|
|
8
|
+
path: string | URLPattern;
|
|
9
|
+
to?: string;
|
|
10
|
+
selected?: boolean;
|
|
11
|
+
smoothlyRoomSelected: EventEmitter<{
|
|
12
|
+
history: boolean;
|
|
13
|
+
}>;
|
|
14
|
+
smoothlyRoomLoaded: EventEmitter<{
|
|
15
|
+
selected: boolean;
|
|
16
|
+
}>;
|
|
17
|
+
private contentElement?;
|
|
18
|
+
componentWillLoad(): void;
|
|
19
|
+
getContent(): Promise<HTMLElement | undefined>;
|
|
20
|
+
setSelected(selected: boolean, options?: {
|
|
21
|
+
history?: boolean;
|
|
22
|
+
}): Promise<void>;
|
|
23
|
+
clickHandler(event: MouseEvent): void;
|
|
24
|
+
render(): any;
|
|
25
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { EventEmitter } from "../../stencil-public-runtime";
|
|
2
|
+
export declare class SmoothlyBurger {
|
|
3
|
+
element: HTMLSmoothlyBurgerElement;
|
|
4
|
+
visible: boolean;
|
|
5
|
+
open: boolean;
|
|
6
|
+
mediaQuery: string;
|
|
7
|
+
history: boolean;
|
|
8
|
+
navStatus: EventEmitter<boolean>;
|
|
9
|
+
visibleStatus: EventEmitter<boolean>;
|
|
10
|
+
componentWillLoad(): void;
|
|
11
|
+
openChanged(): void;
|
|
12
|
+
clickHandler(event: MouseEvent): void;
|
|
13
|
+
resizeHandler(): void;
|
|
14
|
+
render(): any;
|
|
15
|
+
}
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { Color, Fill } from "../../model";
|
|
2
|
+
import { Button } from "../Button";
|
|
2
3
|
export declare class SmoothlyButton {
|
|
3
4
|
color?: Color;
|
|
4
5
|
expand?: "block" | "full";
|
|
5
6
|
fill?: Fill;
|
|
6
7
|
disabled: boolean;
|
|
7
|
-
type: "
|
|
8
|
+
type: Button.Properties["type"];
|
|
8
9
|
size: "small" | "large" | "icon" | "flexible";
|
|
9
10
|
shape?: "rounded";
|
|
10
11
|
link?: string;
|
|
11
|
-
download?: boolean;
|
|
12
12
|
render(): any;
|
|
13
13
|
}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { EventEmitter } from "../../stencil-public-runtime";
|
|
2
2
|
import * as langly from "langly";
|
|
3
|
-
|
|
3
|
+
import { Clearable } from "../filter/Clearable";
|
|
4
|
+
export declare class SmoothlyCheckbox implements Clearable {
|
|
4
5
|
element: HTMLElement;
|
|
5
6
|
size: "tiny" | "small" | "medium" | "large";
|
|
6
7
|
checked: boolean;
|
|
@@ -8,9 +9,10 @@ export declare class SmoothlyCheckbox {
|
|
|
8
9
|
name: string;
|
|
9
10
|
value: any;
|
|
10
11
|
disabled: boolean;
|
|
11
|
-
|
|
12
|
+
smoothlyInput: EventEmitter<Record<string, any>>;
|
|
12
13
|
t: langly.Translate;
|
|
13
14
|
componentWillLoad(): void;
|
|
14
15
|
toggle(): Promise<void>;
|
|
16
|
+
clear(): Promise<void>;
|
|
15
17
|
render(): any;
|
|
16
18
|
}
|
|
@@ -1,19 +1,32 @@
|
|
|
1
1
|
import { EventEmitter } from "../../stencil-public-runtime";
|
|
2
|
+
import { Color } from "../../model";
|
|
3
|
+
import { Data } from "../../model/Data";
|
|
2
4
|
import { Notice } from "../../model/Notice";
|
|
3
|
-
import {
|
|
4
|
-
|
|
5
|
-
|
|
5
|
+
import { Changeable } from "../input/Changeable";
|
|
6
|
+
import { Clearable } from "../input/Clearable";
|
|
7
|
+
import { Looks } from "../input/Looks";
|
|
8
|
+
import { Submittable } from "../input/Submittable";
|
|
9
|
+
export declare class SmoothlyForm implements Changeable, Clearable, Submittable {
|
|
6
10
|
private clearables;
|
|
11
|
+
color?: Color;
|
|
12
|
+
value: Readonly<Data>;
|
|
7
13
|
looks: "plain" | "grid" | "border" | "line";
|
|
8
14
|
name?: string;
|
|
9
15
|
method?: "GET" | "POST";
|
|
10
16
|
action?: string;
|
|
11
17
|
processing: boolean;
|
|
18
|
+
prevent: boolean;
|
|
12
19
|
smoothlyFormInput: EventEmitter<Data>;
|
|
13
20
|
smoothlyFormSubmit: EventEmitter<Data>;
|
|
14
21
|
notice?: Notice;
|
|
22
|
+
changed: boolean;
|
|
23
|
+
private listeners;
|
|
24
|
+
listen(property: "changed", listener: (parent: Changeable) => Promise<void>): void;
|
|
25
|
+
watchValue(): void;
|
|
26
|
+
smoothlyInputLooksHandler(event: CustomEvent<(looks: Looks, color: Color | undefined) => void>): void;
|
|
15
27
|
smoothlyInputHandler(event: CustomEvent<Record<string, any>>): Promise<void>;
|
|
16
28
|
smoothlySubmitHandler(event: CustomEvent): Promise<void>;
|
|
29
|
+
SmoothlyInputLoadHandler(event: CustomEvent<(parent: SmoothlyForm) => void>): Promise<void>;
|
|
17
30
|
submit(): Promise<void>;
|
|
18
31
|
clear(): Promise<void>;
|
|
19
32
|
render(): any;
|
|
@@ -1,18 +1,12 @@
|
|
|
1
1
|
import { Color, Fill } from "../../model";
|
|
2
|
+
import { Icon } from "../../model";
|
|
2
3
|
export declare class SmoothlyIcon {
|
|
3
4
|
color: Color;
|
|
4
5
|
fill: Fill;
|
|
5
|
-
name
|
|
6
|
+
name: Icon | "empty";
|
|
6
7
|
size: "tiny" | "small" | "medium" | "large";
|
|
7
8
|
toolTip?: string;
|
|
8
9
|
document?: string;
|
|
9
|
-
loadDocument(): Promise<void>;
|
|
10
10
|
componentWillLoad(): Promise<void>;
|
|
11
|
-
|
|
12
|
-
innerHTML: string | undefined;
|
|
13
|
-
};
|
|
14
|
-
render(): never[];
|
|
15
|
-
private static fetch;
|
|
16
|
-
private static cache;
|
|
17
|
-
static load(name: string): Promise<string | undefined>;
|
|
11
|
+
render(): any;
|
|
18
12
|
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { EventEmitter } from "../../stencil-public-runtime";
|
|
2
|
+
import { Color } from "../../model";
|
|
3
|
+
import { Looks } from "./Looks";
|
|
4
|
+
export interface Input {
|
|
5
|
+
color?: Color;
|
|
6
|
+
name: string;
|
|
7
|
+
looks: Looks;
|
|
8
|
+
smoothlyInput: EventEmitter<Record<number, any>>;
|
|
9
|
+
smoothlyInputLooks: EventEmitter<(looks: Looks, color: Color | undefined) => void>;
|
|
10
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export type Looks = "plain" | "grid" | "border" | "line";
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { EventEmitter } from "../../../stencil-public-runtime";
|
|
2
|
+
import { Color, Fill } from "../../../model";
|
|
3
|
+
export declare class SmoothlyInputClear {
|
|
4
|
+
color?: Color;
|
|
5
|
+
expand?: "block" | "full";
|
|
6
|
+
fill?: Fill;
|
|
7
|
+
disabled: boolean;
|
|
8
|
+
size: "small" | "large" | "icon" | "flexible";
|
|
9
|
+
shape?: "rounded";
|
|
10
|
+
display: boolean;
|
|
11
|
+
type: "form" | "input";
|
|
12
|
+
private parent?;
|
|
13
|
+
smoothlyInputLoad: EventEmitter<(parent: HTMLElement) => void>;
|
|
14
|
+
componentWillLoad(): Promise<void>;
|
|
15
|
+
clickHandler(): void;
|
|
16
|
+
render(): any;
|
|
17
|
+
}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { EventEmitter } from "../../../stencil-public-runtime";
|
|
2
|
+
import { Date } from "isoly";
|
|
3
|
+
import { Color } from "../../../model";
|
|
4
|
+
import { Clearable } from "../Clearable";
|
|
5
|
+
import { Input } from "../Input";
|
|
6
|
+
import { Looks } from "../Looks";
|
|
7
|
+
export declare class InputDate implements Clearable, Input {
|
|
8
|
+
element: HTMLElement;
|
|
9
|
+
color?: Color;
|
|
10
|
+
looks: Looks;
|
|
11
|
+
name: string;
|
|
12
|
+
value?: Date;
|
|
13
|
+
open: boolean;
|
|
14
|
+
max: Date;
|
|
15
|
+
min: Date;
|
|
16
|
+
showLabel: boolean;
|
|
17
|
+
disabled: boolean;
|
|
18
|
+
valueChanged: EventEmitter<Date>;
|
|
19
|
+
smoothlyInput: EventEmitter<Record<string, any>>;
|
|
20
|
+
smoothlyInputLooks: EventEmitter<(looks: Looks, color: Color) => void>;
|
|
21
|
+
componentWillLoad(): void;
|
|
22
|
+
clear(): Promise<void>;
|
|
23
|
+
onStart(next: Date): void;
|
|
24
|
+
smoothlyInputHandler(event: CustomEvent<Record<string, any>>): void;
|
|
25
|
+
smoothlyInputLooksHandler(event: CustomEvent<(looks: Looks) => void>): void;
|
|
26
|
+
dateSetHandler(event: CustomEvent<Date>): void;
|
|
27
|
+
render(): any[];
|
|
28
|
+
}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { EventEmitter } from "../../../../stencil-public-runtime";
|
|
2
|
+
import { isoly } from "isoly";
|
|
3
|
+
import { Clearable } from "../../Clearable";
|
|
4
|
+
import { Input } from "../../Input";
|
|
5
|
+
import { Looks } from "../../Looks";
|
|
6
|
+
import { Color, Data } from "./../../../../model";
|
|
7
|
+
export declare class InputDateRange implements Clearable, Input {
|
|
8
|
+
element: HTMLElement;
|
|
9
|
+
color?: Color;
|
|
10
|
+
looks: Looks;
|
|
11
|
+
name: string;
|
|
12
|
+
value?: isoly.Date;
|
|
13
|
+
start?: isoly.Date;
|
|
14
|
+
end?: isoly.Date;
|
|
15
|
+
max: isoly.Date;
|
|
16
|
+
min: isoly.Date;
|
|
17
|
+
open: boolean;
|
|
18
|
+
showLabel: boolean;
|
|
19
|
+
labelStart: string;
|
|
20
|
+
labelEnd: string;
|
|
21
|
+
valueChanged: EventEmitter<isoly.Date>;
|
|
22
|
+
smoothlyInput: EventEmitter<Data>;
|
|
23
|
+
smoothlyInputLooks: EventEmitter<(looks: Looks, color: Color) => void>;
|
|
24
|
+
clear(): Promise<void>;
|
|
25
|
+
componentWillLoad(): void;
|
|
26
|
+
onValue(next: isoly.Date): void;
|
|
27
|
+
smoothlyInputHandler(event: CustomEvent<Record<string, any>>): void;
|
|
28
|
+
smoothlyInputLooksHandler(event: CustomEvent<(looks: Looks) => void>): void;
|
|
29
|
+
onStartChanged(event: CustomEvent<isoly.Date>): void;
|
|
30
|
+
onEndChanged(event: CustomEvent<isoly.Date>): void;
|
|
31
|
+
onDateRangeSet(event: CustomEvent<isoly.DateRange>): void;
|
|
32
|
+
render(): any[];
|
|
33
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { EventEmitter } from "../../../stencil-public-runtime";
|
|
2
|
+
import { Color } from "../../../model";
|
|
3
|
+
import { Clearable } from "../Clearable";
|
|
4
|
+
import { Input } from "../Input";
|
|
5
|
+
import { Looks } from "../Looks";
|
|
6
|
+
export declare class SmoothlyInputFile implements Clearable, Input {
|
|
7
|
+
private transfer;
|
|
8
|
+
private input?;
|
|
9
|
+
dragging: boolean;
|
|
10
|
+
accept?: string;
|
|
11
|
+
color?: Color;
|
|
12
|
+
looks: Looks;
|
|
13
|
+
camera: "front" | "back";
|
|
14
|
+
name: string;
|
|
15
|
+
showLabel: boolean;
|
|
16
|
+
value?: File;
|
|
17
|
+
placeholder: string | undefined;
|
|
18
|
+
smoothlyInputLooks: EventEmitter<(looks: Looks, color: Color) => void>;
|
|
19
|
+
smoothlyInput: EventEmitter<Record<string, File>>;
|
|
20
|
+
smoothlyChange: EventEmitter<Record<string, File>>;
|
|
21
|
+
componentWillLoad(): void;
|
|
22
|
+
clear(): Promise<void>;
|
|
23
|
+
render(): any;
|
|
24
|
+
}
|
|
@@ -1,14 +1,21 @@
|
|
|
1
1
|
import { EventEmitter } from "../../stencil-public-runtime";
|
|
2
2
|
import { Currency } from "isoly";
|
|
3
|
-
import { Converter, Direction, Formatter, Settings, State as TidilyState } from "tidily";
|
|
4
|
-
|
|
3
|
+
import { Converter, Direction, Formatter, Settings, State as TidilyState, Type } from "tidily";
|
|
4
|
+
import { Color } from "../../model";
|
|
5
|
+
import { Changeable } from "./Changeable";
|
|
6
|
+
import { Clearable } from "./Clearable";
|
|
7
|
+
import { Input } from "./Input";
|
|
8
|
+
import { Looks } from "./Looks";
|
|
9
|
+
export declare class SmoothlyInput implements Changeable, Clearable, Input {
|
|
5
10
|
private inputElement;
|
|
6
11
|
private keepFocusOnReRender;
|
|
7
12
|
private lastValue;
|
|
8
13
|
private state;
|
|
14
|
+
color?: Color;
|
|
15
|
+
looks: Looks;
|
|
9
16
|
name: string;
|
|
10
17
|
value: any;
|
|
11
|
-
type:
|
|
18
|
+
type: Type;
|
|
12
19
|
required: boolean;
|
|
13
20
|
minLength: number;
|
|
14
21
|
showLabel: boolean;
|
|
@@ -19,8 +26,14 @@ export declare class SmoothlyInput {
|
|
|
19
26
|
disabled: boolean;
|
|
20
27
|
readonly: boolean;
|
|
21
28
|
currency?: Currency;
|
|
29
|
+
formatter: Formatter & Converter<any>;
|
|
22
30
|
initialValue?: any;
|
|
23
|
-
|
|
31
|
+
smoothlyInputLooks: EventEmitter<(looks: Looks, color: Color) => void>;
|
|
32
|
+
changed: boolean;
|
|
33
|
+
private listener;
|
|
34
|
+
listen(property: "changed", listener: (parent: Changeable) => Promise<void>): void;
|
|
35
|
+
SmoothlyInputLoadHandler(event: CustomEvent<(parent: SmoothlyInput) => void>): Promise<void>;
|
|
36
|
+
typeChange(): void;
|
|
24
37
|
private newState;
|
|
25
38
|
smoothlyBlur: EventEmitter<void>;
|
|
26
39
|
smoothlyChange: EventEmitter<Record<string, any>>;
|
|
@@ -1,7 +1,16 @@
|
|
|
1
|
-
import { EventEmitter } from "
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
import { EventEmitter } from "../../../stencil-public-runtime";
|
|
2
|
+
import { Color } from "../../../model";
|
|
3
|
+
import { Input } from "../Input";
|
|
4
|
+
import { Looks } from "../Looks";
|
|
5
|
+
export declare class SmoothlyInputSelect implements Input {
|
|
6
|
+
element: HTMLSmoothlyInputSelectElement;
|
|
7
|
+
name: string;
|
|
8
|
+
color?: Color;
|
|
9
|
+
looks: Looks;
|
|
10
|
+
type?: "icon";
|
|
11
|
+
showSelected?: boolean;
|
|
4
12
|
initialPrompt?: string;
|
|
13
|
+
initialValue?: any;
|
|
5
14
|
opened: boolean;
|
|
6
15
|
items: HTMLSmoothlyItemElement[];
|
|
7
16
|
selectedElement?: HTMLSmoothlyItemElement;
|
|
@@ -9,7 +18,10 @@ export declare class Selector {
|
|
|
9
18
|
mainElement?: HTMLElement;
|
|
10
19
|
filter: string;
|
|
11
20
|
selected: EventEmitter<any>;
|
|
21
|
+
smoothlyInput: EventEmitter<Record<number, any>>;
|
|
12
22
|
aside?: HTMLElement;
|
|
23
|
+
smoothlyInputLooks: EventEmitter<(looks: Looks, color: Color) => void>;
|
|
24
|
+
componentWillLoad(): void;
|
|
13
25
|
reset(): Promise<void>;
|
|
14
26
|
onSelectedChange(value: HTMLSmoothlyItemElement | undefined, old: HTMLSmoothlyItemElement | undefined): void;
|
|
15
27
|
onFilterChange(value: string): Promise<void>;
|
|
@@ -2,10 +2,12 @@ import { EventEmitter } from "../../stencil-public-runtime";
|
|
|
2
2
|
import { Notice, Trigger } from "../../model";
|
|
3
3
|
export declare class Notification {
|
|
4
4
|
notice: Notice;
|
|
5
|
+
closable: boolean;
|
|
6
|
+
icon: boolean;
|
|
5
7
|
tick: {};
|
|
6
8
|
remove: EventEmitter<Notice>;
|
|
7
9
|
private listener;
|
|
8
|
-
private get
|
|
10
|
+
private get properties();
|
|
9
11
|
onTrigger(event: CustomEvent<Trigger>): void;
|
|
10
12
|
onUpdatedNotice(newValue: Notice, oldValue?: Notice): void;
|
|
11
13
|
componentDidLoad(): void;
|