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
|
@@ -5,17 +5,24 @@
|
|
|
5
5
|
* It contains typing information for all components that exist in this project.
|
|
6
6
|
*/
|
|
7
7
|
import { HTMLStencilElement, JSXBase } from "./stencil-public-runtime";
|
|
8
|
+
import { SmoothlyAccordion } from "./components/accordion";
|
|
8
9
|
import { address } from "./components/address-display";
|
|
9
10
|
import { address as address1 } from "./components/address-display/index";
|
|
10
|
-
import { Color, Fill, Message, Notice, Option, Trigger } from "./model";
|
|
11
|
-
import {
|
|
11
|
+
import { Color, Data as Data1, Fill, Icon, Message, Notice, Option, Trigger } from "./model";
|
|
12
|
+
import { Button } from "./components/Button";
|
|
13
|
+
import { CountryCode, Currency, Date, DateRange, DateTime, isoly } from "isoly";
|
|
12
14
|
import { Direction, Type } from "tidily";
|
|
13
15
|
import { Criteria } from "selectively";
|
|
14
|
-
import { Data } from "./
|
|
16
|
+
import { Data } from "./model/Data";
|
|
15
17
|
import { GoogleFont } from "./model/GoogleFont";
|
|
18
|
+
import { Looks } from "./components/input/Looks";
|
|
19
|
+
import { Controls } from "./components/picker/menu";
|
|
20
|
+
import { Controls as Controls1 } from "./components/picker/menu/index";
|
|
16
21
|
import { Selected } from "./components/radio-button/Selected";
|
|
22
|
+
import { Slot } from "./components/picker/slot-elements/index";
|
|
17
23
|
export namespace Components {
|
|
18
24
|
interface SmoothlyAccordion {
|
|
25
|
+
"removeItem": (el: HTMLSmoothlyAccordionItemElement) => Promise<void>;
|
|
19
26
|
"value"?: string;
|
|
20
27
|
}
|
|
21
28
|
interface SmoothlyAccordionItem {
|
|
@@ -37,25 +44,42 @@ export namespace Components {
|
|
|
37
44
|
}
|
|
38
45
|
interface SmoothlyApp {
|
|
39
46
|
"color": Color;
|
|
47
|
+
"label": string;
|
|
48
|
+
"menuOpen": boolean;
|
|
49
|
+
"selectRoom": (path: string) => Promise<void>;
|
|
40
50
|
}
|
|
41
51
|
interface SmoothlyAppDemo {
|
|
42
52
|
"baseUrl": string;
|
|
43
53
|
}
|
|
44
|
-
interface
|
|
54
|
+
interface SmoothlyAppRoom {
|
|
55
|
+
"disabled": boolean;
|
|
56
|
+
"getContent": () => Promise<HTMLElement | undefined>;
|
|
57
|
+
"icon"?: Icon;
|
|
58
|
+
"label"?: string;
|
|
59
|
+
"path": string | URLPattern;
|
|
60
|
+
"selected"?: boolean;
|
|
61
|
+
"setSelected": (selected: boolean, options?: { history?: boolean; }) => Promise<void>;
|
|
62
|
+
"to"?: string;
|
|
63
|
+
}
|
|
64
|
+
interface SmoothlyBackToTop {
|
|
45
65
|
"bottom": string;
|
|
46
66
|
"opacity": string;
|
|
47
67
|
"right": string;
|
|
48
68
|
}
|
|
69
|
+
interface SmoothlyBurger {
|
|
70
|
+
"mediaQuery": string;
|
|
71
|
+
"open": boolean;
|
|
72
|
+
"visible": boolean;
|
|
73
|
+
}
|
|
49
74
|
interface SmoothlyButton {
|
|
50
75
|
"color"?: Color;
|
|
51
76
|
"disabled": boolean;
|
|
52
|
-
"download"?: boolean;
|
|
53
77
|
"expand"?: "block" | "full";
|
|
54
78
|
"fill"?: Fill;
|
|
55
79
|
"link"?: string;
|
|
56
80
|
"shape"?: "rounded";
|
|
57
81
|
"size": "small" | "large" | "icon" | "flexible";
|
|
58
|
-
"type": "
|
|
82
|
+
"type": Button.Properties["type"];
|
|
59
83
|
}
|
|
60
84
|
interface SmoothlyButtonDemo {
|
|
61
85
|
}
|
|
@@ -70,6 +94,7 @@ export namespace Components {
|
|
|
70
94
|
}
|
|
71
95
|
interface SmoothlyCheckbox {
|
|
72
96
|
"checked": boolean;
|
|
97
|
+
"clear": () => Promise<void>;
|
|
73
98
|
"disabled": boolean;
|
|
74
99
|
"intermediate": boolean;
|
|
75
100
|
"name": string;
|
|
@@ -97,6 +122,7 @@ export namespace Components {
|
|
|
97
122
|
"currency"?: Currency;
|
|
98
123
|
"format"?: DateTime.Format;
|
|
99
124
|
"type": Type;
|
|
125
|
+
"unit"?: string;
|
|
100
126
|
"value"?: any;
|
|
101
127
|
}
|
|
102
128
|
interface SmoothlyDisplayAmount {
|
|
@@ -133,16 +159,20 @@ export namespace Components {
|
|
|
133
159
|
"required": boolean;
|
|
134
160
|
"showLabel": boolean;
|
|
135
161
|
"type": string;
|
|
136
|
-
"value":
|
|
162
|
+
"value": string;
|
|
137
163
|
}
|
|
138
164
|
interface SmoothlyForm {
|
|
139
165
|
"action"?: string;
|
|
166
|
+
"changed": boolean;
|
|
140
167
|
"clear": () => Promise<void>;
|
|
168
|
+
"color"?: Color;
|
|
141
169
|
"looks": "plain" | "grid" | "border" | "line";
|
|
142
170
|
"method"?: "GET" | "POST";
|
|
143
171
|
"name"?: string;
|
|
172
|
+
"prevent": boolean;
|
|
144
173
|
"processing": boolean;
|
|
145
174
|
"submit": () => Promise<void>;
|
|
175
|
+
"value": Readonly<Data>;
|
|
146
176
|
}
|
|
147
177
|
interface SmoothlyFrame {
|
|
148
178
|
"name": string;
|
|
@@ -156,7 +186,7 @@ export namespace Components {
|
|
|
156
186
|
interface SmoothlyIcon {
|
|
157
187
|
"color": Color;
|
|
158
188
|
"fill": Fill;
|
|
159
|
-
"name"
|
|
189
|
+
"name": Icon | "empty";
|
|
160
190
|
"size": "tiny" | "small" | "medium" | "large";
|
|
161
191
|
"toolTip"?: string;
|
|
162
192
|
}
|
|
@@ -164,10 +194,13 @@ export namespace Components {
|
|
|
164
194
|
}
|
|
165
195
|
interface SmoothlyInput {
|
|
166
196
|
"autocomplete": boolean;
|
|
197
|
+
"changed": boolean;
|
|
167
198
|
"clear": () => Promise<void>;
|
|
199
|
+
"color"?: Color;
|
|
168
200
|
"currency"?: Currency;
|
|
169
201
|
"disabled": boolean;
|
|
170
202
|
"getFormData": (name: string) => Promise<Record<string, any>>;
|
|
203
|
+
"looks": Looks;
|
|
171
204
|
"maxLength": number;
|
|
172
205
|
"minLength": number;
|
|
173
206
|
"name": string;
|
|
@@ -178,88 +211,113 @@ export namespace Components {
|
|
|
178
211
|
"setKeepFocusOnReRender": (keepFocus: boolean) => Promise<void>;
|
|
179
212
|
"setSelectionRange": (start: number, end: number, direction?: Direction) => Promise<void>;
|
|
180
213
|
"showLabel": boolean;
|
|
181
|
-
"type":
|
|
214
|
+
"type": Type;
|
|
182
215
|
"value": any;
|
|
183
216
|
}
|
|
217
|
+
interface SmoothlyInputClear {
|
|
218
|
+
"color"?: Color;
|
|
219
|
+
"disabled": boolean;
|
|
220
|
+
"display": boolean;
|
|
221
|
+
"expand"?: "block" | "full";
|
|
222
|
+
"fill"?: Fill;
|
|
223
|
+
"shape"?: "rounded";
|
|
224
|
+
"size": "small" | "large" | "icon" | "flexible";
|
|
225
|
+
"type": "form" | "input";
|
|
226
|
+
}
|
|
184
227
|
interface SmoothlyInputDate {
|
|
228
|
+
"clear": () => Promise<void>;
|
|
229
|
+
"color"?: Color;
|
|
185
230
|
"disabled": boolean;
|
|
231
|
+
"looks": Looks;
|
|
186
232
|
"max": Date;
|
|
187
233
|
"min": Date;
|
|
188
234
|
"name": string;
|
|
189
235
|
"open": boolean;
|
|
236
|
+
"showLabel": boolean;
|
|
190
237
|
"value"?: Date;
|
|
191
238
|
}
|
|
192
239
|
interface SmoothlyInputDateRange {
|
|
193
|
-
"
|
|
240
|
+
"clear": () => Promise<void>;
|
|
241
|
+
"color"?: Color;
|
|
242
|
+
"end"?: isoly.Date;
|
|
194
243
|
"labelEnd": string;
|
|
195
244
|
"labelStart": string;
|
|
196
|
-
"
|
|
197
|
-
"
|
|
245
|
+
"looks": Looks;
|
|
246
|
+
"max": isoly.Date;
|
|
247
|
+
"min": isoly.Date;
|
|
248
|
+
"name": string;
|
|
198
249
|
"open": boolean;
|
|
199
250
|
"showLabel": boolean;
|
|
200
|
-
"start"?: Date;
|
|
201
|
-
"value"?: Date;
|
|
251
|
+
"start"?: isoly.Date;
|
|
252
|
+
"value"?: isoly.Date;
|
|
202
253
|
}
|
|
203
254
|
interface SmoothlyInputDemo {
|
|
204
255
|
}
|
|
256
|
+
interface SmoothlyInputFile {
|
|
257
|
+
"accept"?: string;
|
|
258
|
+
"camera": "front" | "back";
|
|
259
|
+
"clear": () => Promise<void>;
|
|
260
|
+
"color"?: Color;
|
|
261
|
+
"looks": Looks;
|
|
262
|
+
"name": string;
|
|
263
|
+
"placeholder": string | undefined;
|
|
264
|
+
"showLabel": boolean;
|
|
265
|
+
"value"?: File;
|
|
266
|
+
}
|
|
205
267
|
interface SmoothlyInputMonth {
|
|
206
268
|
"value"?: Date;
|
|
207
269
|
}
|
|
270
|
+
interface SmoothlyInputSelect {
|
|
271
|
+
"color"?: Color;
|
|
272
|
+
"initialPrompt"?: string;
|
|
273
|
+
"initialValue"?: any;
|
|
274
|
+
"looks": Looks;
|
|
275
|
+
"name": string;
|
|
276
|
+
"reset": () => Promise<void>;
|
|
277
|
+
"showSelected"?: boolean;
|
|
278
|
+
"type"?: "icon";
|
|
279
|
+
}
|
|
208
280
|
interface SmoothlyItem {
|
|
209
281
|
"filter": (filter: string) => Promise<boolean>;
|
|
210
282
|
"marked": boolean;
|
|
211
283
|
"selected": boolean;
|
|
212
284
|
"value": any;
|
|
213
285
|
}
|
|
214
|
-
interface SmoothlyMenuOptions {
|
|
215
|
-
"emptyMenuLabel": string;
|
|
216
|
-
"filterOptions": (keyword: string, excludeValues?: string[]) => Promise<void>;
|
|
217
|
-
"getHighlighted": () => Promise<Option | undefined>;
|
|
218
|
-
"maxMenuHeight": "inherit";
|
|
219
|
-
"moveHighlight": (step: number) => Promise<void>;
|
|
220
|
-
"mutable": boolean;
|
|
221
|
-
"newOptionLabel": string;
|
|
222
|
-
"optionStyle": any;
|
|
223
|
-
"options": Option[];
|
|
224
|
-
"order": boolean;
|
|
225
|
-
"resetHighlightOnOptionsChange": boolean;
|
|
226
|
-
"setHighlight": (newIndex: number | string, scrollToHighlight?: boolean) => Promise<void>;
|
|
227
|
-
"toggle": boolean;
|
|
228
|
-
}
|
|
229
286
|
interface SmoothlyNotification {
|
|
287
|
+
"closable": boolean;
|
|
288
|
+
"icon": boolean;
|
|
230
289
|
"notice": Notice;
|
|
231
290
|
}
|
|
232
291
|
interface SmoothlyNotifier {
|
|
233
292
|
}
|
|
234
|
-
interface
|
|
235
|
-
"
|
|
236
|
-
"
|
|
237
|
-
"
|
|
238
|
-
"
|
|
239
|
-
"divider"?: boolean;
|
|
293
|
+
interface SmoothlyPicker {
|
|
294
|
+
"clear": () => Promise<void>;
|
|
295
|
+
"looks": Looks;
|
|
296
|
+
"multiple": boolean;
|
|
297
|
+
"mutable": boolean;
|
|
240
298
|
"name": string;
|
|
241
|
-
"
|
|
242
|
-
"
|
|
243
|
-
"value
|
|
299
|
+
"open": boolean;
|
|
300
|
+
"readonly": boolean;
|
|
301
|
+
"validator"?: (value: string) => boolean | { result: boolean; notice: Notice };
|
|
244
302
|
}
|
|
245
|
-
interface
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
"
|
|
249
|
-
"labelSetting": "hide" | "default";
|
|
250
|
-
"maxHeight": string;
|
|
251
|
-
"maxMenuHeight": string;
|
|
303
|
+
interface SmoothlyPickerDemo {
|
|
304
|
+
}
|
|
305
|
+
interface SmoothlyPickerMenu {
|
|
306
|
+
"looks": Looks;
|
|
252
307
|
"multiple": boolean;
|
|
253
308
|
"mutable": boolean;
|
|
254
|
-
"
|
|
255
|
-
"optionStyle": any;
|
|
256
|
-
"options": (Option & { checked?: boolean })[];
|
|
309
|
+
"open": boolean;
|
|
257
310
|
"readonly": boolean;
|
|
258
|
-
"
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
"
|
|
262
|
-
"
|
|
311
|
+
"validator"?: (value: string) => boolean | { result: boolean; notice: Notice };
|
|
312
|
+
}
|
|
313
|
+
interface SmoothlyPickerOption {
|
|
314
|
+
"clickHandler": () => Promise<void>;
|
|
315
|
+
"position": number;
|
|
316
|
+
"required": boolean;
|
|
317
|
+
"search": string[];
|
|
318
|
+
"selected": boolean;
|
|
319
|
+
"value": any;
|
|
320
|
+
"visible": boolean;
|
|
263
321
|
}
|
|
264
322
|
interface SmoothlyPopup {
|
|
265
323
|
"direction": "up" | "down";
|
|
@@ -271,13 +329,13 @@ export namespace Components {
|
|
|
271
329
|
interface SmoothlyRadio {
|
|
272
330
|
"checked": boolean;
|
|
273
331
|
"name": string;
|
|
274
|
-
"
|
|
332
|
+
"tab": number;
|
|
275
333
|
"value": string;
|
|
276
334
|
}
|
|
277
335
|
interface SmoothlyRadioButton {
|
|
278
336
|
"decoration": "button" | "radio";
|
|
279
337
|
"deselectable"?: boolean;
|
|
280
|
-
"name"
|
|
338
|
+
"name": string;
|
|
281
339
|
"value"?: any;
|
|
282
340
|
}
|
|
283
341
|
interface SmoothlyRadioButtonItem {
|
|
@@ -290,23 +348,8 @@ export namespace Components {
|
|
|
290
348
|
}
|
|
291
349
|
interface SmoothlyReorder {
|
|
292
350
|
}
|
|
293
|
-
interface SmoothlyRoom {
|
|
294
|
-
"icon"?: string;
|
|
295
|
-
"label"?: string;
|
|
296
|
-
"path": string | RegExp;
|
|
297
|
-
"to"?: string;
|
|
298
|
-
}
|
|
299
|
-
interface SmoothlySelect {
|
|
300
|
-
"background"?: string;
|
|
301
|
-
"identifier": string;
|
|
302
|
-
"value": string;
|
|
303
|
-
}
|
|
304
351
|
interface SmoothlySelectDemo {
|
|
305
352
|
}
|
|
306
|
-
interface SmoothlySelector {
|
|
307
|
-
"initialPrompt"?: string;
|
|
308
|
-
"reset": () => Promise<void>;
|
|
309
|
-
}
|
|
310
353
|
interface SmoothlySkeleton {
|
|
311
354
|
"align": "left" | "center" | "right";
|
|
312
355
|
"color": string;
|
|
@@ -315,6 +358,13 @@ export namespace Components {
|
|
|
315
358
|
"width": string;
|
|
316
359
|
"widths": string[];
|
|
317
360
|
}
|
|
361
|
+
interface SmoothlySlotElements {
|
|
362
|
+
"clone": boolean;
|
|
363
|
+
"nodes"?: Node | Node[];
|
|
364
|
+
}
|
|
365
|
+
interface SmoothlySlottedElements {
|
|
366
|
+
"clone": boolean;
|
|
367
|
+
}
|
|
318
368
|
interface SmoothlySpinner {
|
|
319
369
|
"active": boolean;
|
|
320
370
|
"size": "small" | "medium" | "large";
|
|
@@ -324,13 +374,15 @@ export namespace Components {
|
|
|
324
374
|
"disabled": boolean;
|
|
325
375
|
"expand"?: "block" | "full";
|
|
326
376
|
"fill"?: Fill;
|
|
377
|
+
"prevent": boolean;
|
|
327
378
|
"shape"?: "rounded";
|
|
328
|
-
"size": "small" | "large" | "icon";
|
|
379
|
+
"size": "flexible" | "small" | "large" | "icon";
|
|
329
380
|
"type": "link" | "button";
|
|
330
381
|
}
|
|
331
382
|
interface SmoothlySummary {
|
|
332
383
|
"color": Color;
|
|
333
384
|
"fill": Fill;
|
|
385
|
+
"open": boolean;
|
|
334
386
|
"size": "tiny" | "small" | "medium" | "large";
|
|
335
387
|
}
|
|
336
388
|
interface SmoothlySvg {
|
|
@@ -346,6 +398,8 @@ export namespace Components {
|
|
|
346
398
|
}
|
|
347
399
|
interface SmoothlyTable {
|
|
348
400
|
"align": "middle" | "bottom" | "top";
|
|
401
|
+
"color"?: Color;
|
|
402
|
+
"open": boolean;
|
|
349
403
|
"root": boolean;
|
|
350
404
|
}
|
|
351
405
|
interface SmoothlyTableCell {
|
|
@@ -362,10 +416,24 @@ export namespace Components {
|
|
|
362
416
|
"align": "left" | "center" | "right";
|
|
363
417
|
"open": boolean;
|
|
364
418
|
}
|
|
419
|
+
interface SmoothlyTableFooter {
|
|
420
|
+
}
|
|
365
421
|
interface SmoothlyTableHeader {
|
|
366
422
|
"name": string;
|
|
367
423
|
}
|
|
368
424
|
interface SmoothlyTableRow {
|
|
425
|
+
"open": boolean;
|
|
426
|
+
}
|
|
427
|
+
interface SmoothlyTableTesting {
|
|
428
|
+
}
|
|
429
|
+
interface SmoothlyThemeColor {
|
|
430
|
+
"color": Color;
|
|
431
|
+
}
|
|
432
|
+
interface SmoothlyThemeColorVariant {
|
|
433
|
+
"color": Color;
|
|
434
|
+
"variant": "shade" | "tint" | "color";
|
|
435
|
+
}
|
|
436
|
+
interface SmoothlyThemeColors {
|
|
369
437
|
}
|
|
370
438
|
interface SmoothlyToggle {
|
|
371
439
|
"disabled": boolean;
|
|
@@ -375,11 +443,12 @@ export namespace Components {
|
|
|
375
443
|
"value"?: any;
|
|
376
444
|
}
|
|
377
445
|
interface SmoothlyToggleSwitch {
|
|
446
|
+
"checkmark": boolean;
|
|
447
|
+
"color": Color;
|
|
378
448
|
"disabled": boolean;
|
|
379
|
-
"
|
|
449
|
+
"fill": Fill;
|
|
380
450
|
"selected": boolean;
|
|
381
451
|
"size": "small" | "default" | "large";
|
|
382
|
-
"value"?: any;
|
|
383
452
|
}
|
|
384
453
|
interface SmoothlyTrigger {
|
|
385
454
|
"color": Color | undefined;
|
|
@@ -408,6 +477,14 @@ export interface SmoothlyAccordionItemCustomEvent<T> extends CustomEvent<T> {
|
|
|
408
477
|
detail: T;
|
|
409
478
|
target: HTMLSmoothlyAccordionItemElement;
|
|
410
479
|
}
|
|
480
|
+
export interface SmoothlyAppRoomCustomEvent<T> extends CustomEvent<T> {
|
|
481
|
+
detail: T;
|
|
482
|
+
target: HTMLSmoothlyAppRoomElement;
|
|
483
|
+
}
|
|
484
|
+
export interface SmoothlyBurgerCustomEvent<T> extends CustomEvent<T> {
|
|
485
|
+
detail: T;
|
|
486
|
+
target: HTMLSmoothlyBurgerElement;
|
|
487
|
+
}
|
|
411
488
|
export interface SmoothlyCalendarCustomEvent<T> extends CustomEvent<T> {
|
|
412
489
|
detail: T;
|
|
413
490
|
target: HTMLSmoothlyCalendarElement;
|
|
@@ -440,6 +517,10 @@ export interface SmoothlyInputCustomEvent<T> extends CustomEvent<T> {
|
|
|
440
517
|
detail: T;
|
|
441
518
|
target: HTMLSmoothlyInputElement;
|
|
442
519
|
}
|
|
520
|
+
export interface SmoothlyInputClearCustomEvent<T> extends CustomEvent<T> {
|
|
521
|
+
detail: T;
|
|
522
|
+
target: HTMLSmoothlyInputClearElement;
|
|
523
|
+
}
|
|
443
524
|
export interface SmoothlyInputDateCustomEvent<T> extends CustomEvent<T> {
|
|
444
525
|
detail: T;
|
|
445
526
|
target: HTMLSmoothlyInputDateElement;
|
|
@@ -448,30 +529,38 @@ export interface SmoothlyInputDateRangeCustomEvent<T> extends CustomEvent<T> {
|
|
|
448
529
|
detail: T;
|
|
449
530
|
target: HTMLSmoothlyInputDateRangeElement;
|
|
450
531
|
}
|
|
532
|
+
export interface SmoothlyInputFileCustomEvent<T> extends CustomEvent<T> {
|
|
533
|
+
detail: T;
|
|
534
|
+
target: HTMLSmoothlyInputFileElement;
|
|
535
|
+
}
|
|
451
536
|
export interface SmoothlyInputMonthCustomEvent<T> extends CustomEvent<T> {
|
|
452
537
|
detail: T;
|
|
453
538
|
target: HTMLSmoothlyInputMonthElement;
|
|
454
539
|
}
|
|
455
|
-
export interface
|
|
540
|
+
export interface SmoothlyInputSelectCustomEvent<T> extends CustomEvent<T> {
|
|
456
541
|
detail: T;
|
|
457
|
-
target:
|
|
542
|
+
target: HTMLSmoothlyInputSelectElement;
|
|
458
543
|
}
|
|
459
|
-
export interface
|
|
544
|
+
export interface SmoothlyItemCustomEvent<T> extends CustomEvent<T> {
|
|
460
545
|
detail: T;
|
|
461
|
-
target:
|
|
546
|
+
target: HTMLSmoothlyItemElement;
|
|
462
547
|
}
|
|
463
548
|
export interface SmoothlyNotificationCustomEvent<T> extends CustomEvent<T> {
|
|
464
549
|
detail: T;
|
|
465
550
|
target: HTMLSmoothlyNotificationElement;
|
|
466
551
|
}
|
|
467
|
-
export interface SmoothlyOptionCustomEvent<T> extends CustomEvent<T> {
|
|
468
|
-
detail: T;
|
|
469
|
-
target: HTMLSmoothlyOptionElement;
|
|
470
|
-
}
|
|
471
552
|
export interface SmoothlyPickerCustomEvent<T> extends CustomEvent<T> {
|
|
472
553
|
detail: T;
|
|
473
554
|
target: HTMLSmoothlyPickerElement;
|
|
474
555
|
}
|
|
556
|
+
export interface SmoothlyPickerMenuCustomEvent<T> extends CustomEvent<T> {
|
|
557
|
+
detail: T;
|
|
558
|
+
target: HTMLSmoothlyPickerMenuElement;
|
|
559
|
+
}
|
|
560
|
+
export interface SmoothlyPickerOptionCustomEvent<T> extends CustomEvent<T> {
|
|
561
|
+
detail: T;
|
|
562
|
+
target: HTMLSmoothlyPickerOptionElement;
|
|
563
|
+
}
|
|
475
564
|
export interface SmoothlyPopupCustomEvent<T> extends CustomEvent<T> {
|
|
476
565
|
detail: T;
|
|
477
566
|
target: HTMLSmoothlyPopupElement;
|
|
@@ -492,18 +581,22 @@ export interface SmoothlyReorderCustomEvent<T> extends CustomEvent<T> {
|
|
|
492
581
|
detail: T;
|
|
493
582
|
target: HTMLSmoothlyReorderElement;
|
|
494
583
|
}
|
|
495
|
-
export interface
|
|
584
|
+
export interface SmoothlySlotElementsCustomEvent<T> extends CustomEvent<T> {
|
|
496
585
|
detail: T;
|
|
497
|
-
target:
|
|
586
|
+
target: HTMLSmoothlySlotElementsElement;
|
|
498
587
|
}
|
|
499
|
-
export interface
|
|
588
|
+
export interface SmoothlySlottedElementsCustomEvent<T> extends CustomEvent<T> {
|
|
500
589
|
detail: T;
|
|
501
|
-
target:
|
|
590
|
+
target: HTMLSmoothlySlottedElementsElement;
|
|
502
591
|
}
|
|
503
592
|
export interface SmoothlySubmitCustomEvent<T> extends CustomEvent<T> {
|
|
504
593
|
detail: T;
|
|
505
594
|
target: HTMLSmoothlySubmitElement;
|
|
506
595
|
}
|
|
596
|
+
export interface SmoothlySummaryCustomEvent<T> extends CustomEvent<T> {
|
|
597
|
+
detail: T;
|
|
598
|
+
target: HTMLSmoothlySummaryElement;
|
|
599
|
+
}
|
|
507
600
|
export interface SmoothlyTabCustomEvent<T> extends CustomEvent<T> {
|
|
508
601
|
detail: T;
|
|
509
602
|
target: HTMLSmoothlyTabElement;
|
|
@@ -520,6 +613,10 @@ export interface SmoothlyTableExpandableRowCustomEvent<T> extends CustomEvent<T>
|
|
|
520
613
|
detail: T;
|
|
521
614
|
target: HTMLSmoothlyTableExpandableRowElement;
|
|
522
615
|
}
|
|
616
|
+
export interface SmoothlyToggleSwitchCustomEvent<T> extends CustomEvent<T> {
|
|
617
|
+
detail: T;
|
|
618
|
+
target: HTMLSmoothlyToggleSwitchElement;
|
|
619
|
+
}
|
|
523
620
|
export interface SmoothlyTriggerCustomEvent<T> extends CustomEvent<T> {
|
|
524
621
|
detail: T;
|
|
525
622
|
target: HTMLSmoothlyTriggerElement;
|
|
@@ -571,11 +668,23 @@ declare global {
|
|
|
571
668
|
prototype: HTMLSmoothlyAppDemoElement;
|
|
572
669
|
new (): HTMLSmoothlyAppDemoElement;
|
|
573
670
|
};
|
|
574
|
-
interface
|
|
671
|
+
interface HTMLSmoothlyAppRoomElement extends Components.SmoothlyAppRoom, HTMLStencilElement {
|
|
672
|
+
}
|
|
673
|
+
var HTMLSmoothlyAppRoomElement: {
|
|
674
|
+
prototype: HTMLSmoothlyAppRoomElement;
|
|
675
|
+
new (): HTMLSmoothlyAppRoomElement;
|
|
676
|
+
};
|
|
677
|
+
interface HTMLSmoothlyBackToTopElement extends Components.SmoothlyBackToTop, HTMLStencilElement {
|
|
575
678
|
}
|
|
576
|
-
var
|
|
577
|
-
prototype:
|
|
578
|
-
new ():
|
|
679
|
+
var HTMLSmoothlyBackToTopElement: {
|
|
680
|
+
prototype: HTMLSmoothlyBackToTopElement;
|
|
681
|
+
new (): HTMLSmoothlyBackToTopElement;
|
|
682
|
+
};
|
|
683
|
+
interface HTMLSmoothlyBurgerElement extends Components.SmoothlyBurger, HTMLStencilElement {
|
|
684
|
+
}
|
|
685
|
+
var HTMLSmoothlyBurgerElement: {
|
|
686
|
+
prototype: HTMLSmoothlyBurgerElement;
|
|
687
|
+
new (): HTMLSmoothlyBurgerElement;
|
|
579
688
|
};
|
|
580
689
|
interface HTMLSmoothlyButtonElement extends Components.SmoothlyButton, HTMLStencilElement {
|
|
581
690
|
}
|
|
@@ -700,6 +809,12 @@ declare global {
|
|
|
700
809
|
prototype: HTMLSmoothlyInputElement;
|
|
701
810
|
new (): HTMLSmoothlyInputElement;
|
|
702
811
|
};
|
|
812
|
+
interface HTMLSmoothlyInputClearElement extends Components.SmoothlyInputClear, HTMLStencilElement {
|
|
813
|
+
}
|
|
814
|
+
var HTMLSmoothlyInputClearElement: {
|
|
815
|
+
prototype: HTMLSmoothlyInputClearElement;
|
|
816
|
+
new (): HTMLSmoothlyInputClearElement;
|
|
817
|
+
};
|
|
703
818
|
interface HTMLSmoothlyInputDateElement extends Components.SmoothlyInputDate, HTMLStencilElement {
|
|
704
819
|
}
|
|
705
820
|
var HTMLSmoothlyInputDateElement: {
|
|
@@ -718,24 +833,30 @@ declare global {
|
|
|
718
833
|
prototype: HTMLSmoothlyInputDemoElement;
|
|
719
834
|
new (): HTMLSmoothlyInputDemoElement;
|
|
720
835
|
};
|
|
836
|
+
interface HTMLSmoothlyInputFileElement extends Components.SmoothlyInputFile, HTMLStencilElement {
|
|
837
|
+
}
|
|
838
|
+
var HTMLSmoothlyInputFileElement: {
|
|
839
|
+
prototype: HTMLSmoothlyInputFileElement;
|
|
840
|
+
new (): HTMLSmoothlyInputFileElement;
|
|
841
|
+
};
|
|
721
842
|
interface HTMLSmoothlyInputMonthElement extends Components.SmoothlyInputMonth, HTMLStencilElement {
|
|
722
843
|
}
|
|
723
844
|
var HTMLSmoothlyInputMonthElement: {
|
|
724
845
|
prototype: HTMLSmoothlyInputMonthElement;
|
|
725
846
|
new (): HTMLSmoothlyInputMonthElement;
|
|
726
847
|
};
|
|
848
|
+
interface HTMLSmoothlyInputSelectElement extends Components.SmoothlyInputSelect, HTMLStencilElement {
|
|
849
|
+
}
|
|
850
|
+
var HTMLSmoothlyInputSelectElement: {
|
|
851
|
+
prototype: HTMLSmoothlyInputSelectElement;
|
|
852
|
+
new (): HTMLSmoothlyInputSelectElement;
|
|
853
|
+
};
|
|
727
854
|
interface HTMLSmoothlyItemElement extends Components.SmoothlyItem, HTMLStencilElement {
|
|
728
855
|
}
|
|
729
856
|
var HTMLSmoothlyItemElement: {
|
|
730
857
|
prototype: HTMLSmoothlyItemElement;
|
|
731
858
|
new (): HTMLSmoothlyItemElement;
|
|
732
859
|
};
|
|
733
|
-
interface HTMLSmoothlyMenuOptionsElement extends Components.SmoothlyMenuOptions, HTMLStencilElement {
|
|
734
|
-
}
|
|
735
|
-
var HTMLSmoothlyMenuOptionsElement: {
|
|
736
|
-
prototype: HTMLSmoothlyMenuOptionsElement;
|
|
737
|
-
new (): HTMLSmoothlyMenuOptionsElement;
|
|
738
|
-
};
|
|
739
860
|
interface HTMLSmoothlyNotificationElement extends Components.SmoothlyNotification, HTMLStencilElement {
|
|
740
861
|
}
|
|
741
862
|
var HTMLSmoothlyNotificationElement: {
|
|
@@ -748,18 +869,30 @@ declare global {
|
|
|
748
869
|
prototype: HTMLSmoothlyNotifierElement;
|
|
749
870
|
new (): HTMLSmoothlyNotifierElement;
|
|
750
871
|
};
|
|
751
|
-
interface HTMLSmoothlyOptionElement extends Components.SmoothlyOption, HTMLStencilElement {
|
|
752
|
-
}
|
|
753
|
-
var HTMLSmoothlyOptionElement: {
|
|
754
|
-
prototype: HTMLSmoothlyOptionElement;
|
|
755
|
-
new (): HTMLSmoothlyOptionElement;
|
|
756
|
-
};
|
|
757
872
|
interface HTMLSmoothlyPickerElement extends Components.SmoothlyPicker, HTMLStencilElement {
|
|
758
873
|
}
|
|
759
874
|
var HTMLSmoothlyPickerElement: {
|
|
760
875
|
prototype: HTMLSmoothlyPickerElement;
|
|
761
876
|
new (): HTMLSmoothlyPickerElement;
|
|
762
877
|
};
|
|
878
|
+
interface HTMLSmoothlyPickerDemoElement extends Components.SmoothlyPickerDemo, HTMLStencilElement {
|
|
879
|
+
}
|
|
880
|
+
var HTMLSmoothlyPickerDemoElement: {
|
|
881
|
+
prototype: HTMLSmoothlyPickerDemoElement;
|
|
882
|
+
new (): HTMLSmoothlyPickerDemoElement;
|
|
883
|
+
};
|
|
884
|
+
interface HTMLSmoothlyPickerMenuElement extends Components.SmoothlyPickerMenu, HTMLStencilElement {
|
|
885
|
+
}
|
|
886
|
+
var HTMLSmoothlyPickerMenuElement: {
|
|
887
|
+
prototype: HTMLSmoothlyPickerMenuElement;
|
|
888
|
+
new (): HTMLSmoothlyPickerMenuElement;
|
|
889
|
+
};
|
|
890
|
+
interface HTMLSmoothlyPickerOptionElement extends Components.SmoothlyPickerOption, HTMLStencilElement {
|
|
891
|
+
}
|
|
892
|
+
var HTMLSmoothlyPickerOptionElement: {
|
|
893
|
+
prototype: HTMLSmoothlyPickerOptionElement;
|
|
894
|
+
new (): HTMLSmoothlyPickerOptionElement;
|
|
895
|
+
};
|
|
763
896
|
interface HTMLSmoothlyPopupElement extends Components.SmoothlyPopup, HTMLStencilElement {
|
|
764
897
|
}
|
|
765
898
|
var HTMLSmoothlyPopupElement: {
|
|
@@ -802,36 +935,30 @@ declare global {
|
|
|
802
935
|
prototype: HTMLSmoothlyReorderElement;
|
|
803
936
|
new (): HTMLSmoothlyReorderElement;
|
|
804
937
|
};
|
|
805
|
-
interface HTMLSmoothlyRoomElement extends Components.SmoothlyRoom, HTMLStencilElement {
|
|
806
|
-
}
|
|
807
|
-
var HTMLSmoothlyRoomElement: {
|
|
808
|
-
prototype: HTMLSmoothlyRoomElement;
|
|
809
|
-
new (): HTMLSmoothlyRoomElement;
|
|
810
|
-
};
|
|
811
|
-
interface HTMLSmoothlySelectElement extends Components.SmoothlySelect, HTMLStencilElement {
|
|
812
|
-
}
|
|
813
|
-
var HTMLSmoothlySelectElement: {
|
|
814
|
-
prototype: HTMLSmoothlySelectElement;
|
|
815
|
-
new (): HTMLSmoothlySelectElement;
|
|
816
|
-
};
|
|
817
938
|
interface HTMLSmoothlySelectDemoElement extends Components.SmoothlySelectDemo, HTMLStencilElement {
|
|
818
939
|
}
|
|
819
940
|
var HTMLSmoothlySelectDemoElement: {
|
|
820
941
|
prototype: HTMLSmoothlySelectDemoElement;
|
|
821
942
|
new (): HTMLSmoothlySelectDemoElement;
|
|
822
943
|
};
|
|
823
|
-
interface HTMLSmoothlySelectorElement extends Components.SmoothlySelector, HTMLStencilElement {
|
|
824
|
-
}
|
|
825
|
-
var HTMLSmoothlySelectorElement: {
|
|
826
|
-
prototype: HTMLSmoothlySelectorElement;
|
|
827
|
-
new (): HTMLSmoothlySelectorElement;
|
|
828
|
-
};
|
|
829
944
|
interface HTMLSmoothlySkeletonElement extends Components.SmoothlySkeleton, HTMLStencilElement {
|
|
830
945
|
}
|
|
831
946
|
var HTMLSmoothlySkeletonElement: {
|
|
832
947
|
prototype: HTMLSmoothlySkeletonElement;
|
|
833
948
|
new (): HTMLSmoothlySkeletonElement;
|
|
834
949
|
};
|
|
950
|
+
interface HTMLSmoothlySlotElementsElement extends Components.SmoothlySlotElements, HTMLStencilElement {
|
|
951
|
+
}
|
|
952
|
+
var HTMLSmoothlySlotElementsElement: {
|
|
953
|
+
prototype: HTMLSmoothlySlotElementsElement;
|
|
954
|
+
new (): HTMLSmoothlySlotElementsElement;
|
|
955
|
+
};
|
|
956
|
+
interface HTMLSmoothlySlottedElementsElement extends Components.SmoothlySlottedElements, HTMLStencilElement {
|
|
957
|
+
}
|
|
958
|
+
var HTMLSmoothlySlottedElementsElement: {
|
|
959
|
+
prototype: HTMLSmoothlySlottedElementsElement;
|
|
960
|
+
new (): HTMLSmoothlySlottedElementsElement;
|
|
961
|
+
};
|
|
835
962
|
interface HTMLSmoothlySpinnerElement extends Components.SmoothlySpinner, HTMLStencilElement {
|
|
836
963
|
}
|
|
837
964
|
var HTMLSmoothlySpinnerElement: {
|
|
@@ -904,6 +1031,12 @@ declare global {
|
|
|
904
1031
|
prototype: HTMLSmoothlyTableExpandableRowElement;
|
|
905
1032
|
new (): HTMLSmoothlyTableExpandableRowElement;
|
|
906
1033
|
};
|
|
1034
|
+
interface HTMLSmoothlyTableFooterElement extends Components.SmoothlyTableFooter, HTMLStencilElement {
|
|
1035
|
+
}
|
|
1036
|
+
var HTMLSmoothlyTableFooterElement: {
|
|
1037
|
+
prototype: HTMLSmoothlyTableFooterElement;
|
|
1038
|
+
new (): HTMLSmoothlyTableFooterElement;
|
|
1039
|
+
};
|
|
907
1040
|
interface HTMLSmoothlyTableHeaderElement extends Components.SmoothlyTableHeader, HTMLStencilElement {
|
|
908
1041
|
}
|
|
909
1042
|
var HTMLSmoothlyTableHeaderElement: {
|
|
@@ -916,6 +1049,30 @@ declare global {
|
|
|
916
1049
|
prototype: HTMLSmoothlyTableRowElement;
|
|
917
1050
|
new (): HTMLSmoothlyTableRowElement;
|
|
918
1051
|
};
|
|
1052
|
+
interface HTMLSmoothlyTableTestingElement extends Components.SmoothlyTableTesting, HTMLStencilElement {
|
|
1053
|
+
}
|
|
1054
|
+
var HTMLSmoothlyTableTestingElement: {
|
|
1055
|
+
prototype: HTMLSmoothlyTableTestingElement;
|
|
1056
|
+
new (): HTMLSmoothlyTableTestingElement;
|
|
1057
|
+
};
|
|
1058
|
+
interface HTMLSmoothlyThemeColorElement extends Components.SmoothlyThemeColor, HTMLStencilElement {
|
|
1059
|
+
}
|
|
1060
|
+
var HTMLSmoothlyThemeColorElement: {
|
|
1061
|
+
prototype: HTMLSmoothlyThemeColorElement;
|
|
1062
|
+
new (): HTMLSmoothlyThemeColorElement;
|
|
1063
|
+
};
|
|
1064
|
+
interface HTMLSmoothlyThemeColorVariantElement extends Components.SmoothlyThemeColorVariant, HTMLStencilElement {
|
|
1065
|
+
}
|
|
1066
|
+
var HTMLSmoothlyThemeColorVariantElement: {
|
|
1067
|
+
prototype: HTMLSmoothlyThemeColorVariantElement;
|
|
1068
|
+
new (): HTMLSmoothlyThemeColorVariantElement;
|
|
1069
|
+
};
|
|
1070
|
+
interface HTMLSmoothlyThemeColorsElement extends Components.SmoothlyThemeColors, HTMLStencilElement {
|
|
1071
|
+
}
|
|
1072
|
+
var HTMLSmoothlyThemeColorsElement: {
|
|
1073
|
+
prototype: HTMLSmoothlyThemeColorsElement;
|
|
1074
|
+
new (): HTMLSmoothlyThemeColorsElement;
|
|
1075
|
+
};
|
|
919
1076
|
interface HTMLSmoothlyToggleElement extends Components.SmoothlyToggle, HTMLStencilElement {
|
|
920
1077
|
}
|
|
921
1078
|
var HTMLSmoothlyToggleElement: {
|
|
@@ -966,7 +1123,9 @@ declare global {
|
|
|
966
1123
|
"smoothly-addresses": HTMLSmoothlyAddressesElement;
|
|
967
1124
|
"smoothly-app": HTMLSmoothlyAppElement;
|
|
968
1125
|
"smoothly-app-demo": HTMLSmoothlyAppDemoElement;
|
|
969
|
-
"smoothly-
|
|
1126
|
+
"smoothly-app-room": HTMLSmoothlyAppRoomElement;
|
|
1127
|
+
"smoothly-back-to-top": HTMLSmoothlyBackToTopElement;
|
|
1128
|
+
"smoothly-burger": HTMLSmoothlyBurgerElement;
|
|
970
1129
|
"smoothly-button": HTMLSmoothlyButtonElement;
|
|
971
1130
|
"smoothly-button-demo": HTMLSmoothlyButtonDemoElement;
|
|
972
1131
|
"smoothly-calendar": HTMLSmoothlyCalendarElement;
|
|
@@ -987,16 +1146,20 @@ declare global {
|
|
|
987
1146
|
"smoothly-icon": HTMLSmoothlyIconElement;
|
|
988
1147
|
"smoothly-icon-demo": HTMLSmoothlyIconDemoElement;
|
|
989
1148
|
"smoothly-input": HTMLSmoothlyInputElement;
|
|
1149
|
+
"smoothly-input-clear": HTMLSmoothlyInputClearElement;
|
|
990
1150
|
"smoothly-input-date": HTMLSmoothlyInputDateElement;
|
|
991
1151
|
"smoothly-input-date-range": HTMLSmoothlyInputDateRangeElement;
|
|
992
1152
|
"smoothly-input-demo": HTMLSmoothlyInputDemoElement;
|
|
1153
|
+
"smoothly-input-file": HTMLSmoothlyInputFileElement;
|
|
993
1154
|
"smoothly-input-month": HTMLSmoothlyInputMonthElement;
|
|
1155
|
+
"smoothly-input-select": HTMLSmoothlyInputSelectElement;
|
|
994
1156
|
"smoothly-item": HTMLSmoothlyItemElement;
|
|
995
|
-
"smoothly-menu-options": HTMLSmoothlyMenuOptionsElement;
|
|
996
1157
|
"smoothly-notification": HTMLSmoothlyNotificationElement;
|
|
997
1158
|
"smoothly-notifier": HTMLSmoothlyNotifierElement;
|
|
998
|
-
"smoothly-option": HTMLSmoothlyOptionElement;
|
|
999
1159
|
"smoothly-picker": HTMLSmoothlyPickerElement;
|
|
1160
|
+
"smoothly-picker-demo": HTMLSmoothlyPickerDemoElement;
|
|
1161
|
+
"smoothly-picker-menu": HTMLSmoothlyPickerMenuElement;
|
|
1162
|
+
"smoothly-picker-option": HTMLSmoothlyPickerOptionElement;
|
|
1000
1163
|
"smoothly-popup": HTMLSmoothlyPopupElement;
|
|
1001
1164
|
"smoothly-quiet": HTMLSmoothlyQuietElement;
|
|
1002
1165
|
"smoothly-radio": HTMLSmoothlyRadioElement;
|
|
@@ -1004,11 +1167,10 @@ declare global {
|
|
|
1004
1167
|
"smoothly-radio-button-item": HTMLSmoothlyRadioButtonItemElement;
|
|
1005
1168
|
"smoothly-radio-group": HTMLSmoothlyRadioGroupElement;
|
|
1006
1169
|
"smoothly-reorder": HTMLSmoothlyReorderElement;
|
|
1007
|
-
"smoothly-room": HTMLSmoothlyRoomElement;
|
|
1008
|
-
"smoothly-select": HTMLSmoothlySelectElement;
|
|
1009
1170
|
"smoothly-select-demo": HTMLSmoothlySelectDemoElement;
|
|
1010
|
-
"smoothly-selector": HTMLSmoothlySelectorElement;
|
|
1011
1171
|
"smoothly-skeleton": HTMLSmoothlySkeletonElement;
|
|
1172
|
+
"smoothly-slot-elements": HTMLSmoothlySlotElementsElement;
|
|
1173
|
+
"smoothly-slotted-elements": HTMLSmoothlySlottedElementsElement;
|
|
1012
1174
|
"smoothly-spinner": HTMLSmoothlySpinnerElement;
|
|
1013
1175
|
"smoothly-submit": HTMLSmoothlySubmitElement;
|
|
1014
1176
|
"smoothly-summary": HTMLSmoothlySummaryElement;
|
|
@@ -1021,8 +1183,13 @@ declare global {
|
|
|
1021
1183
|
"smoothly-table-demo-filtered": HTMLSmoothlyTableDemoFilteredElement;
|
|
1022
1184
|
"smoothly-table-expandable-cell": HTMLSmoothlyTableExpandableCellElement;
|
|
1023
1185
|
"smoothly-table-expandable-row": HTMLSmoothlyTableExpandableRowElement;
|
|
1186
|
+
"smoothly-table-footer": HTMLSmoothlyTableFooterElement;
|
|
1024
1187
|
"smoothly-table-header": HTMLSmoothlyTableHeaderElement;
|
|
1025
1188
|
"smoothly-table-row": HTMLSmoothlyTableRowElement;
|
|
1189
|
+
"smoothly-table-testing": HTMLSmoothlyTableTestingElement;
|
|
1190
|
+
"smoothly-theme-color": HTMLSmoothlyThemeColorElement;
|
|
1191
|
+
"smoothly-theme-color-variant": HTMLSmoothlyThemeColorVariantElement;
|
|
1192
|
+
"smoothly-theme-colors": HTMLSmoothlyThemeColorsElement;
|
|
1026
1193
|
"smoothly-toggle": HTMLSmoothlyToggleElement;
|
|
1027
1194
|
"smoothly-toggle-switch": HTMLSmoothlyToggleSwitchElement;
|
|
1028
1195
|
"smoothly-trigger": HTMLSmoothlyTriggerElement;
|
|
@@ -1039,8 +1206,7 @@ declare namespace LocalJSX {
|
|
|
1039
1206
|
interface SmoothlyAccordionItem {
|
|
1040
1207
|
"brand"?: string | string[];
|
|
1041
1208
|
"name"?: string;
|
|
1042
|
-
"
|
|
1043
|
-
"onSmoothlyAccordionItemDidUnload"?: (event: SmoothlyAccordionItemCustomEvent<void>) => void;
|
|
1209
|
+
"onSmoothlyAccordionItemWillLoad"?: (event: SmoothlyAccordionItemCustomEvent<(parent: SmoothlyAccordion) => void>) => void;
|
|
1044
1210
|
"onSmoothlyClose"?: (event: SmoothlyAccordionItemCustomEvent<{ name: string; open: boolean }>) => void;
|
|
1045
1211
|
"onSmoothlyOpen"?: (event: SmoothlyAccordionItemCustomEvent<{ name: string; open: boolean }>) => void;
|
|
1046
1212
|
"open"?: boolean;
|
|
@@ -1059,25 +1225,43 @@ declare namespace LocalJSX {
|
|
|
1059
1225
|
}
|
|
1060
1226
|
interface SmoothlyApp {
|
|
1061
1227
|
"color"?: Color;
|
|
1228
|
+
"label"?: string;
|
|
1229
|
+
"menuOpen"?: boolean;
|
|
1062
1230
|
}
|
|
1063
1231
|
interface SmoothlyAppDemo {
|
|
1064
1232
|
"baseUrl"?: string;
|
|
1065
1233
|
}
|
|
1066
|
-
interface
|
|
1234
|
+
interface SmoothlyAppRoom {
|
|
1235
|
+
"disabled"?: boolean;
|
|
1236
|
+
"icon"?: Icon;
|
|
1237
|
+
"label"?: string;
|
|
1238
|
+
"onSmoothlyRoomLoaded"?: (event: SmoothlyAppRoomCustomEvent<{ selected: boolean }>) => void;
|
|
1239
|
+
"onSmoothlyRoomSelected"?: (event: SmoothlyAppRoomCustomEvent<{ history: boolean }>) => void;
|
|
1240
|
+
"path"?: string | URLPattern;
|
|
1241
|
+
"selected"?: boolean;
|
|
1242
|
+
"to"?: string;
|
|
1243
|
+
}
|
|
1244
|
+
interface SmoothlyBackToTop {
|
|
1067
1245
|
"bottom"?: string;
|
|
1068
1246
|
"opacity"?: string;
|
|
1069
1247
|
"right"?: string;
|
|
1070
1248
|
}
|
|
1249
|
+
interface SmoothlyBurger {
|
|
1250
|
+
"mediaQuery"?: string;
|
|
1251
|
+
"onNavStatus"?: (event: SmoothlyBurgerCustomEvent<boolean>) => void;
|
|
1252
|
+
"onVisibleStatus"?: (event: SmoothlyBurgerCustomEvent<boolean>) => void;
|
|
1253
|
+
"open"?: boolean;
|
|
1254
|
+
"visible"?: boolean;
|
|
1255
|
+
}
|
|
1071
1256
|
interface SmoothlyButton {
|
|
1072
1257
|
"color"?: Color;
|
|
1073
1258
|
"disabled"?: boolean;
|
|
1074
|
-
"download"?: boolean;
|
|
1075
1259
|
"expand"?: "block" | "full";
|
|
1076
1260
|
"fill"?: Fill;
|
|
1077
1261
|
"link"?: string;
|
|
1078
1262
|
"shape"?: "rounded";
|
|
1079
1263
|
"size"?: "small" | "large" | "icon" | "flexible";
|
|
1080
|
-
"type"?: "
|
|
1264
|
+
"type"?: Button.Properties["type"];
|
|
1081
1265
|
}
|
|
1082
1266
|
interface SmoothlyButtonDemo {
|
|
1083
1267
|
}
|
|
@@ -1100,7 +1284,7 @@ declare namespace LocalJSX {
|
|
|
1100
1284
|
"disabled"?: boolean;
|
|
1101
1285
|
"intermediate"?: boolean;
|
|
1102
1286
|
"name"?: string;
|
|
1103
|
-
"
|
|
1287
|
+
"onSmoothlyInput"?: (event: SmoothlyCheckboxCustomEvent<Record<string, any>>) => void;
|
|
1104
1288
|
"size"?: "tiny" | "small" | "medium" | "large";
|
|
1105
1289
|
"value"?: any;
|
|
1106
1290
|
}
|
|
@@ -1124,6 +1308,7 @@ declare namespace LocalJSX {
|
|
|
1124
1308
|
"currency"?: Currency;
|
|
1125
1309
|
"format"?: DateTime.Format;
|
|
1126
1310
|
"type"?: Type;
|
|
1311
|
+
"unit"?: string;
|
|
1127
1312
|
"value"?: any;
|
|
1128
1313
|
}
|
|
1129
1314
|
interface SmoothlyDisplayAmount {
|
|
@@ -1161,16 +1346,20 @@ declare namespace LocalJSX {
|
|
|
1161
1346
|
"required"?: boolean;
|
|
1162
1347
|
"showLabel"?: boolean;
|
|
1163
1348
|
"type"?: string;
|
|
1164
|
-
"value"?:
|
|
1349
|
+
"value"?: string;
|
|
1165
1350
|
}
|
|
1166
1351
|
interface SmoothlyForm {
|
|
1167
1352
|
"action"?: string;
|
|
1353
|
+
"changed"?: boolean;
|
|
1354
|
+
"color"?: Color;
|
|
1168
1355
|
"looks"?: "plain" | "grid" | "border" | "line";
|
|
1169
1356
|
"method"?: "GET" | "POST";
|
|
1170
1357
|
"name"?: string;
|
|
1171
1358
|
"onSmoothlyFormInput"?: (event: SmoothlyFormCustomEvent<Data>) => void;
|
|
1172
1359
|
"onSmoothlyFormSubmit"?: (event: SmoothlyFormCustomEvent<Data>) => void;
|
|
1360
|
+
"prevent"?: boolean;
|
|
1173
1361
|
"processing"?: boolean;
|
|
1362
|
+
"value"?: Readonly<Data>;
|
|
1174
1363
|
}
|
|
1175
1364
|
interface SmoothlyFrame {
|
|
1176
1365
|
"name"?: string;
|
|
@@ -1185,7 +1374,7 @@ declare namespace LocalJSX {
|
|
|
1185
1374
|
interface SmoothlyIcon {
|
|
1186
1375
|
"color"?: Color;
|
|
1187
1376
|
"fill"?: Fill;
|
|
1188
|
-
"name"?:
|
|
1377
|
+
"name"?: Icon | "empty";
|
|
1189
1378
|
"size"?: "tiny" | "small" | "medium" | "large";
|
|
1190
1379
|
"toolTip"?: string;
|
|
1191
1380
|
}
|
|
@@ -1193,109 +1382,148 @@ declare namespace LocalJSX {
|
|
|
1193
1382
|
}
|
|
1194
1383
|
interface SmoothlyInput {
|
|
1195
1384
|
"autocomplete"?: boolean;
|
|
1385
|
+
"changed"?: boolean;
|
|
1386
|
+
"color"?: Color;
|
|
1196
1387
|
"currency"?: Currency;
|
|
1197
1388
|
"disabled"?: boolean;
|
|
1389
|
+
"looks"?: Looks;
|
|
1198
1390
|
"maxLength"?: number;
|
|
1199
1391
|
"minLength"?: number;
|
|
1200
1392
|
"name"?: string;
|
|
1201
1393
|
"onSmoothlyBlur"?: (event: SmoothlyInputCustomEvent<void>) => void;
|
|
1202
1394
|
"onSmoothlyChange"?: (event: SmoothlyInputCustomEvent<Record<string, any>>) => void;
|
|
1203
1395
|
"onSmoothlyInput"?: (event: SmoothlyInputCustomEvent<Record<string, any>>) => void;
|
|
1396
|
+
"onSmoothlyInputLooks"?: (event: SmoothlyInputCustomEvent<(looks: Looks, color: Color) => void>) => void;
|
|
1204
1397
|
"pattern"?: RegExp | undefined;
|
|
1205
1398
|
"placeholder"?: string | undefined;
|
|
1206
1399
|
"readonly"?: boolean;
|
|
1207
1400
|
"required"?: boolean;
|
|
1208
1401
|
"showLabel"?: boolean;
|
|
1209
|
-
"type"?:
|
|
1402
|
+
"type"?: Type;
|
|
1210
1403
|
"value"?: any;
|
|
1211
1404
|
}
|
|
1405
|
+
interface SmoothlyInputClear {
|
|
1406
|
+
"color"?: Color;
|
|
1407
|
+
"disabled"?: boolean;
|
|
1408
|
+
"display"?: boolean;
|
|
1409
|
+
"expand"?: "block" | "full";
|
|
1410
|
+
"fill"?: Fill;
|
|
1411
|
+
"onSmoothlyInputLoad"?: (event: SmoothlyInputClearCustomEvent<(parent: HTMLElement) => void>) => void;
|
|
1412
|
+
"shape"?: "rounded";
|
|
1413
|
+
"size"?: "small" | "large" | "icon" | "flexible";
|
|
1414
|
+
"type"?: "form" | "input";
|
|
1415
|
+
}
|
|
1212
1416
|
interface SmoothlyInputDate {
|
|
1417
|
+
"color"?: Color;
|
|
1213
1418
|
"disabled"?: boolean;
|
|
1419
|
+
"looks"?: Looks;
|
|
1214
1420
|
"max"?: Date;
|
|
1215
1421
|
"min"?: Date;
|
|
1216
1422
|
"name"?: string;
|
|
1423
|
+
"onSmoothlyInput"?: (event: SmoothlyInputDateCustomEvent<Record<string, any>>) => void;
|
|
1424
|
+
"onSmoothlyInputLooks"?: (event: SmoothlyInputDateCustomEvent<(looks: Looks, color: Color) => void>) => void;
|
|
1217
1425
|
"onValueChanged"?: (event: SmoothlyInputDateCustomEvent<Date>) => void;
|
|
1218
1426
|
"open"?: boolean;
|
|
1427
|
+
"showLabel"?: boolean;
|
|
1219
1428
|
"value"?: Date;
|
|
1220
1429
|
}
|
|
1221
1430
|
interface SmoothlyInputDateRange {
|
|
1222
|
-
"
|
|
1431
|
+
"color"?: Color;
|
|
1432
|
+
"end"?: isoly.Date;
|
|
1223
1433
|
"labelEnd"?: string;
|
|
1224
1434
|
"labelStart"?: string;
|
|
1225
|
-
"
|
|
1226
|
-
"
|
|
1227
|
-
"
|
|
1228
|
-
"
|
|
1435
|
+
"looks"?: Looks;
|
|
1436
|
+
"max"?: isoly.Date;
|
|
1437
|
+
"min"?: isoly.Date;
|
|
1438
|
+
"name"?: string;
|
|
1439
|
+
"onSmoothlyInput"?: (event: SmoothlyInputDateRangeCustomEvent<Data1>) => void;
|
|
1440
|
+
"onSmoothlyInputLooks"?: (event: SmoothlyInputDateRangeCustomEvent<(looks: Looks, color: Color) => void>) => void;
|
|
1441
|
+
"onValueChanged"?: (event: SmoothlyInputDateRangeCustomEvent<isoly.Date>) => void;
|
|
1229
1442
|
"open"?: boolean;
|
|
1230
1443
|
"showLabel"?: boolean;
|
|
1231
|
-
"start"?: Date;
|
|
1232
|
-
"value"?: Date;
|
|
1444
|
+
"start"?: isoly.Date;
|
|
1445
|
+
"value"?: isoly.Date;
|
|
1233
1446
|
}
|
|
1234
1447
|
interface SmoothlyInputDemo {
|
|
1235
1448
|
}
|
|
1449
|
+
interface SmoothlyInputFile {
|
|
1450
|
+
"accept"?: string;
|
|
1451
|
+
"camera"?: "front" | "back";
|
|
1452
|
+
"color"?: Color;
|
|
1453
|
+
"looks"?: Looks;
|
|
1454
|
+
"name"?: string;
|
|
1455
|
+
"onSmoothlyChange"?: (event: SmoothlyInputFileCustomEvent<Record<string, File>>) => void;
|
|
1456
|
+
"onSmoothlyInput"?: (event: SmoothlyInputFileCustomEvent<Record<string, File>>) => void;
|
|
1457
|
+
"onSmoothlyInputLooks"?: (event: SmoothlyInputFileCustomEvent<(looks: Looks, color: Color) => void>) => void;
|
|
1458
|
+
"placeholder"?: string | undefined;
|
|
1459
|
+
"showLabel"?: boolean;
|
|
1460
|
+
"value"?: File;
|
|
1461
|
+
}
|
|
1236
1462
|
interface SmoothlyInputMonth {
|
|
1237
1463
|
"onValueChanged"?: (event: SmoothlyInputMonthCustomEvent<Date>) => void;
|
|
1238
1464
|
"value"?: Date;
|
|
1239
1465
|
}
|
|
1466
|
+
interface SmoothlyInputSelect {
|
|
1467
|
+
"color"?: Color;
|
|
1468
|
+
"initialPrompt"?: string;
|
|
1469
|
+
"initialValue"?: any;
|
|
1470
|
+
"looks"?: Looks;
|
|
1471
|
+
"name"?: string;
|
|
1472
|
+
"onSelected"?: (event: SmoothlyInputSelectCustomEvent<any>) => void;
|
|
1473
|
+
"onSmoothlyInput"?: (event: SmoothlyInputSelectCustomEvent<Record<number, any>>) => void;
|
|
1474
|
+
"onSmoothlyInputLooks"?: (event: SmoothlyInputSelectCustomEvent<(looks: Looks, color: Color) => void>) => void;
|
|
1475
|
+
"showSelected"?: boolean;
|
|
1476
|
+
"type"?: "icon";
|
|
1477
|
+
}
|
|
1240
1478
|
interface SmoothlyItem {
|
|
1241
1479
|
"marked"?: boolean;
|
|
1242
1480
|
"onItemSelected"?: (event: SmoothlyItemCustomEvent<void>) => void;
|
|
1243
1481
|
"selected"?: boolean;
|
|
1244
1482
|
"value"?: any;
|
|
1245
1483
|
}
|
|
1246
|
-
interface SmoothlyMenuOptions {
|
|
1247
|
-
"emptyMenuLabel"?: string;
|
|
1248
|
-
"maxMenuHeight"?: "inherit";
|
|
1249
|
-
"mutable"?: boolean;
|
|
1250
|
-
"newOptionLabel"?: string;
|
|
1251
|
-
"onMenuEmpty"?: (event: SmoothlyMenuOptionsCustomEvent<boolean>) => void;
|
|
1252
|
-
"optionStyle"?: any;
|
|
1253
|
-
"options"?: Option[];
|
|
1254
|
-
"order"?: boolean;
|
|
1255
|
-
"resetHighlightOnOptionsChange"?: boolean;
|
|
1256
|
-
"toggle"?: boolean;
|
|
1257
|
-
}
|
|
1258
1484
|
interface SmoothlyNotification {
|
|
1485
|
+
"closable"?: boolean;
|
|
1486
|
+
"icon"?: boolean;
|
|
1259
1487
|
"notice"?: Notice;
|
|
1260
1488
|
"onRemove"?: (event: SmoothlyNotificationCustomEvent<Notice>) => void;
|
|
1261
1489
|
}
|
|
1262
1490
|
interface SmoothlyNotifier {
|
|
1263
1491
|
}
|
|
1264
|
-
interface
|
|
1265
|
-
"
|
|
1266
|
-
"
|
|
1267
|
-
"
|
|
1268
|
-
"dataHighlight"?: boolean;
|
|
1269
|
-
"divider"?: boolean;
|
|
1492
|
+
interface SmoothlyPicker {
|
|
1493
|
+
"looks"?: Looks;
|
|
1494
|
+
"multiple"?: boolean;
|
|
1495
|
+
"mutable"?: boolean;
|
|
1270
1496
|
"name"?: string;
|
|
1271
|
-
"
|
|
1272
|
-
"
|
|
1273
|
-
"
|
|
1274
|
-
"
|
|
1275
|
-
"
|
|
1276
|
-
"
|
|
1277
|
-
"
|
|
1497
|
+
"onSmoothlyChange"?: (event: SmoothlyPickerCustomEvent<Record<string, any | any[]>>) => void;
|
|
1498
|
+
"onSmoothlyInput"?: (event: SmoothlyPickerCustomEvent<Record<string, any | any[]>>) => void;
|
|
1499
|
+
"onSmoothlyInputLooks"?: (event: SmoothlyPickerCustomEvent<(looks: Looks) => void>) => void;
|
|
1500
|
+
"onSmoothlyPickerLoaded"?: (event: SmoothlyPickerCustomEvent<Controls>) => void;
|
|
1501
|
+
"open"?: boolean;
|
|
1502
|
+
"readonly"?: boolean;
|
|
1503
|
+
"validator"?: (value: string) => boolean | { result: boolean; notice: Notice };
|
|
1278
1504
|
}
|
|
1279
|
-
interface
|
|
1280
|
-
|
|
1281
|
-
|
|
1282
|
-
"
|
|
1283
|
-
"labelSetting"?: "hide" | "default";
|
|
1284
|
-
"maxHeight"?: string;
|
|
1285
|
-
"maxMenuHeight"?: string;
|
|
1505
|
+
interface SmoothlyPickerDemo {
|
|
1506
|
+
}
|
|
1507
|
+
interface SmoothlyPickerMenu {
|
|
1508
|
+
"looks"?: Looks;
|
|
1286
1509
|
"multiple"?: boolean;
|
|
1287
1510
|
"mutable"?: boolean;
|
|
1288
|
-
"
|
|
1289
|
-
"
|
|
1290
|
-
"
|
|
1291
|
-
"optionStyle"?: any;
|
|
1292
|
-
"options"?: (Option & { checked?: boolean })[];
|
|
1511
|
+
"onNotice"?: (event: SmoothlyPickerMenuCustomEvent<Notice>) => void;
|
|
1512
|
+
"onSmoothlyPickerMenuLoaded"?: (event: SmoothlyPickerMenuCustomEvent<Controls & { synced: () => boolean }>) => void;
|
|
1513
|
+
"open"?: boolean;
|
|
1293
1514
|
"readonly"?: boolean;
|
|
1294
|
-
"
|
|
1295
|
-
|
|
1296
|
-
|
|
1297
|
-
"
|
|
1298
|
-
"
|
|
1515
|
+
"validator"?: (value: string) => boolean | { result: boolean; notice: Notice };
|
|
1516
|
+
}
|
|
1517
|
+
interface SmoothlyPickerOption {
|
|
1518
|
+
"onSmoothlyPickerOptionChange"?: (event: SmoothlyPickerOptionCustomEvent<Option>) => void;
|
|
1519
|
+
"onSmoothlyPickerOptionLoad"?: (event: SmoothlyPickerOptionCustomEvent<Option.Load>) => void;
|
|
1520
|
+
"onSmoothlyPickerOptionLoaded"?: (event: SmoothlyPickerOptionCustomEvent<Option>) => void;
|
|
1521
|
+
"position"?: number;
|
|
1522
|
+
"required"?: boolean;
|
|
1523
|
+
"search"?: string[];
|
|
1524
|
+
"selected"?: boolean;
|
|
1525
|
+
"value"?: any;
|
|
1526
|
+
"visible"?: boolean;
|
|
1299
1527
|
}
|
|
1300
1528
|
interface SmoothlyPopup {
|
|
1301
1529
|
"direction"?: "up" | "down";
|
|
@@ -1309,14 +1537,15 @@ declare namespace LocalJSX {
|
|
|
1309
1537
|
"checked"?: boolean;
|
|
1310
1538
|
"name"?: string;
|
|
1311
1539
|
"onSmoothlySelected"?: (event: SmoothlyRadioCustomEvent<{ name: string; value: string }>) => void;
|
|
1312
|
-
"
|
|
1540
|
+
"tab"?: number;
|
|
1313
1541
|
"value"?: string;
|
|
1314
1542
|
}
|
|
1315
1543
|
interface SmoothlyRadioButton {
|
|
1316
1544
|
"decoration"?: "button" | "radio";
|
|
1317
1545
|
"deselectable"?: boolean;
|
|
1318
1546
|
"name"?: string;
|
|
1319
|
-
"
|
|
1547
|
+
"onSmoothlyChange"?: (event: SmoothlyRadioButtonCustomEvent<Record<string, string>>) => void;
|
|
1548
|
+
"onSmoothlyInput"?: (event: SmoothlyRadioButtonCustomEvent<Record<string, string>>) => void;
|
|
1320
1549
|
"value"?: any;
|
|
1321
1550
|
}
|
|
1322
1551
|
interface SmoothlyRadioButtonItem {
|
|
@@ -1331,24 +1560,8 @@ declare namespace LocalJSX {
|
|
|
1331
1560
|
interface SmoothlyReorder {
|
|
1332
1561
|
"onReorder"?: (event: SmoothlyReorderCustomEvent<[number, number]>) => void;
|
|
1333
1562
|
}
|
|
1334
|
-
interface SmoothlyRoom {
|
|
1335
|
-
"icon"?: string;
|
|
1336
|
-
"label"?: string;
|
|
1337
|
-
"path"?: string | RegExp;
|
|
1338
|
-
"to"?: string;
|
|
1339
|
-
}
|
|
1340
|
-
interface SmoothlySelect {
|
|
1341
|
-
"background"?: string;
|
|
1342
|
-
"identifier"?: string;
|
|
1343
|
-
"onSelectionChanged"?: (event: SmoothlySelectCustomEvent<{ identifier: string; value: string }>) => void;
|
|
1344
|
-
"value"?: string;
|
|
1345
|
-
}
|
|
1346
1563
|
interface SmoothlySelectDemo {
|
|
1347
1564
|
}
|
|
1348
|
-
interface SmoothlySelector {
|
|
1349
|
-
"initialPrompt"?: string;
|
|
1350
|
-
"onSelected"?: (event: SmoothlySelectorCustomEvent<any>) => void;
|
|
1351
|
-
}
|
|
1352
1565
|
interface SmoothlySkeleton {
|
|
1353
1566
|
"align"?: "left" | "center" | "right";
|
|
1354
1567
|
"color"?: string;
|
|
@@ -1357,6 +1570,15 @@ declare namespace LocalJSX {
|
|
|
1357
1570
|
"width"?: string;
|
|
1358
1571
|
"widths"?: string[];
|
|
1359
1572
|
}
|
|
1573
|
+
interface SmoothlySlotElements {
|
|
1574
|
+
"clone"?: boolean;
|
|
1575
|
+
"nodes"?: Node | Node[];
|
|
1576
|
+
"onSmoothlySlotEmpty"?: (event: SmoothlySlotElementsCustomEvent<Slot>) => void;
|
|
1577
|
+
}
|
|
1578
|
+
interface SmoothlySlottedElements {
|
|
1579
|
+
"clone"?: boolean;
|
|
1580
|
+
"onSmoothlySlottedChange"?: (event: SmoothlySlottedElementsCustomEvent<Node[]>) => void;
|
|
1581
|
+
}
|
|
1360
1582
|
interface SmoothlySpinner {
|
|
1361
1583
|
"active"?: boolean;
|
|
1362
1584
|
"size"?: "small" | "medium" | "large";
|
|
@@ -1366,14 +1588,18 @@ declare namespace LocalJSX {
|
|
|
1366
1588
|
"disabled"?: boolean;
|
|
1367
1589
|
"expand"?: "block" | "full";
|
|
1368
1590
|
"fill"?: Fill;
|
|
1591
|
+
"onSmoothlyInputLoad"?: (event: SmoothlySubmitCustomEvent<(parent: HTMLElement) => void>) => void;
|
|
1369
1592
|
"onSmoothlySubmit"?: (event: SmoothlySubmitCustomEvent<any>) => void;
|
|
1593
|
+
"prevent"?: boolean;
|
|
1370
1594
|
"shape"?: "rounded";
|
|
1371
|
-
"size"?: "small" | "large" | "icon";
|
|
1595
|
+
"size"?: "flexible" | "small" | "large" | "icon";
|
|
1372
1596
|
"type"?: "link" | "button";
|
|
1373
1597
|
}
|
|
1374
1598
|
interface SmoothlySummary {
|
|
1375
1599
|
"color"?: Color;
|
|
1376
1600
|
"fill"?: Fill;
|
|
1601
|
+
"onSmoothlySummaryOpen"?: (event: SmoothlySummaryCustomEvent<boolean>) => void;
|
|
1602
|
+
"open"?: boolean;
|
|
1377
1603
|
"size"?: "tiny" | "small" | "medium" | "large";
|
|
1378
1604
|
}
|
|
1379
1605
|
interface SmoothlySvg {
|
|
@@ -1390,9 +1616,11 @@ declare namespace LocalJSX {
|
|
|
1390
1616
|
}
|
|
1391
1617
|
interface SmoothlyTable {
|
|
1392
1618
|
"align"?: "middle" | "bottom" | "top";
|
|
1619
|
+
"color"?: Color;
|
|
1393
1620
|
"onSmoothlyNestedTable"?: (event: SmoothlyTableCustomEvent<() => void>) => void;
|
|
1394
|
-
"
|
|
1395
|
-
"
|
|
1621
|
+
"onSmoothlySpotlightChange"?: (event: SmoothlyTableCustomEvent<{ allowSpotlight: boolean; owner?: EventTarget }>) => void;
|
|
1622
|
+
"onSmoothlyTableLoad"?: (event: SmoothlyTableCustomEvent<(owner: EventTarget) => void>) => void;
|
|
1623
|
+
"open"?: boolean;
|
|
1396
1624
|
"root"?: boolean;
|
|
1397
1625
|
}
|
|
1398
1626
|
interface SmoothlyTableCell {
|
|
@@ -1403,23 +1631,37 @@ declare namespace LocalJSX {
|
|
|
1403
1631
|
}
|
|
1404
1632
|
interface SmoothlyTableExpandableCell {
|
|
1405
1633
|
"align"?: "left" | "center" | "right";
|
|
1406
|
-
"
|
|
1407
|
-
"
|
|
1408
|
-
"
|
|
1409
|
-
"
|
|
1634
|
+
"onSmoothlyExpandableChange"?: (event: SmoothlyTableExpandableCellCustomEvent<boolean>) => void;
|
|
1635
|
+
"onSmoothlyExpandableLoad"?: (event: SmoothlyTableExpandableCellCustomEvent<{ allowSpotlight: (allowed: boolean) => void }>) => void;
|
|
1636
|
+
"onSmoothlyExpansionLoad"?: (event: SmoothlyTableExpandableCellCustomEvent<void>) => void;
|
|
1637
|
+
"onSmoothlyExpansionOpen"?: (event: SmoothlyTableExpandableCellCustomEvent<HTMLElement>) => void;
|
|
1410
1638
|
"open"?: boolean;
|
|
1411
1639
|
}
|
|
1412
1640
|
interface SmoothlyTableExpandableRow {
|
|
1413
1641
|
"align"?: "left" | "center" | "right";
|
|
1414
|
-
"
|
|
1415
|
-
"
|
|
1416
|
-
"
|
|
1642
|
+
"onSmoothlyExpandableChange"?: (event: SmoothlyTableExpandableRowCustomEvent<boolean>) => void;
|
|
1643
|
+
"onSmoothlyExpandableLoad"?: (event: SmoothlyTableExpandableRowCustomEvent<{ allowSpotlight: (allowed: boolean) => void }>) => void;
|
|
1644
|
+
"onSmoothlyExpansionOpen"?: (event: SmoothlyTableExpandableRowCustomEvent<HTMLElement>) => void;
|
|
1417
1645
|
"open"?: boolean;
|
|
1418
1646
|
}
|
|
1647
|
+
interface SmoothlyTableFooter {
|
|
1648
|
+
}
|
|
1419
1649
|
interface SmoothlyTableHeader {
|
|
1420
1650
|
"name"?: string;
|
|
1421
1651
|
}
|
|
1422
1652
|
interface SmoothlyTableRow {
|
|
1653
|
+
"open"?: boolean;
|
|
1654
|
+
}
|
|
1655
|
+
interface SmoothlyTableTesting {
|
|
1656
|
+
}
|
|
1657
|
+
interface SmoothlyThemeColor {
|
|
1658
|
+
"color"?: Color;
|
|
1659
|
+
}
|
|
1660
|
+
interface SmoothlyThemeColorVariant {
|
|
1661
|
+
"color"?: Color;
|
|
1662
|
+
"variant"?: "shade" | "tint" | "color";
|
|
1663
|
+
}
|
|
1664
|
+
interface SmoothlyThemeColors {
|
|
1423
1665
|
}
|
|
1424
1666
|
interface SmoothlyToggle {
|
|
1425
1667
|
"disabled"?: boolean;
|
|
@@ -1429,11 +1671,13 @@ declare namespace LocalJSX {
|
|
|
1429
1671
|
"value"?: any;
|
|
1430
1672
|
}
|
|
1431
1673
|
interface SmoothlyToggleSwitch {
|
|
1674
|
+
"checkmark"?: boolean;
|
|
1675
|
+
"color"?: Color;
|
|
1432
1676
|
"disabled"?: boolean;
|
|
1433
|
-
"
|
|
1677
|
+
"fill"?: Fill;
|
|
1678
|
+
"onSmoothlyToggleSwitchChange"?: (event: SmoothlyToggleSwitchCustomEvent<boolean>) => void;
|
|
1434
1679
|
"selected"?: boolean;
|
|
1435
1680
|
"size"?: "small" | "default" | "large";
|
|
1436
|
-
"value"?: any;
|
|
1437
1681
|
}
|
|
1438
1682
|
interface SmoothlyTrigger {
|
|
1439
1683
|
"color"?: Color | undefined;
|
|
@@ -1451,7 +1695,7 @@ declare namespace LocalJSX {
|
|
|
1451
1695
|
}
|
|
1452
1696
|
interface SmoothlyTriggerSource {
|
|
1453
1697
|
"listen"?: string;
|
|
1454
|
-
"
|
|
1698
|
+
"onSmoothlyMessage"?: (event: SmoothlyTriggerSourceCustomEvent<Message<any>>) => void;
|
|
1455
1699
|
"onTrigger"?: (event: SmoothlyTriggerSourceCustomEvent<Trigger>) => void;
|
|
1456
1700
|
}
|
|
1457
1701
|
interface SmoothlyTuple {
|
|
@@ -1468,7 +1712,9 @@ declare namespace LocalJSX {
|
|
|
1468
1712
|
"smoothly-addresses": SmoothlyAddresses;
|
|
1469
1713
|
"smoothly-app": SmoothlyApp;
|
|
1470
1714
|
"smoothly-app-demo": SmoothlyAppDemo;
|
|
1471
|
-
"smoothly-
|
|
1715
|
+
"smoothly-app-room": SmoothlyAppRoom;
|
|
1716
|
+
"smoothly-back-to-top": SmoothlyBackToTop;
|
|
1717
|
+
"smoothly-burger": SmoothlyBurger;
|
|
1472
1718
|
"smoothly-button": SmoothlyButton;
|
|
1473
1719
|
"smoothly-button-demo": SmoothlyButtonDemo;
|
|
1474
1720
|
"smoothly-calendar": SmoothlyCalendar;
|
|
@@ -1489,16 +1735,20 @@ declare namespace LocalJSX {
|
|
|
1489
1735
|
"smoothly-icon": SmoothlyIcon;
|
|
1490
1736
|
"smoothly-icon-demo": SmoothlyIconDemo;
|
|
1491
1737
|
"smoothly-input": SmoothlyInput;
|
|
1738
|
+
"smoothly-input-clear": SmoothlyInputClear;
|
|
1492
1739
|
"smoothly-input-date": SmoothlyInputDate;
|
|
1493
1740
|
"smoothly-input-date-range": SmoothlyInputDateRange;
|
|
1494
1741
|
"smoothly-input-demo": SmoothlyInputDemo;
|
|
1742
|
+
"smoothly-input-file": SmoothlyInputFile;
|
|
1495
1743
|
"smoothly-input-month": SmoothlyInputMonth;
|
|
1744
|
+
"smoothly-input-select": SmoothlyInputSelect;
|
|
1496
1745
|
"smoothly-item": SmoothlyItem;
|
|
1497
|
-
"smoothly-menu-options": SmoothlyMenuOptions;
|
|
1498
1746
|
"smoothly-notification": SmoothlyNotification;
|
|
1499
1747
|
"smoothly-notifier": SmoothlyNotifier;
|
|
1500
|
-
"smoothly-option": SmoothlyOption;
|
|
1501
1748
|
"smoothly-picker": SmoothlyPicker;
|
|
1749
|
+
"smoothly-picker-demo": SmoothlyPickerDemo;
|
|
1750
|
+
"smoothly-picker-menu": SmoothlyPickerMenu;
|
|
1751
|
+
"smoothly-picker-option": SmoothlyPickerOption;
|
|
1502
1752
|
"smoothly-popup": SmoothlyPopup;
|
|
1503
1753
|
"smoothly-quiet": SmoothlyQuiet;
|
|
1504
1754
|
"smoothly-radio": SmoothlyRadio;
|
|
@@ -1506,11 +1756,10 @@ declare namespace LocalJSX {
|
|
|
1506
1756
|
"smoothly-radio-button-item": SmoothlyRadioButtonItem;
|
|
1507
1757
|
"smoothly-radio-group": SmoothlyRadioGroup;
|
|
1508
1758
|
"smoothly-reorder": SmoothlyReorder;
|
|
1509
|
-
"smoothly-room": SmoothlyRoom;
|
|
1510
|
-
"smoothly-select": SmoothlySelect;
|
|
1511
1759
|
"smoothly-select-demo": SmoothlySelectDemo;
|
|
1512
|
-
"smoothly-selector": SmoothlySelector;
|
|
1513
1760
|
"smoothly-skeleton": SmoothlySkeleton;
|
|
1761
|
+
"smoothly-slot-elements": SmoothlySlotElements;
|
|
1762
|
+
"smoothly-slotted-elements": SmoothlySlottedElements;
|
|
1514
1763
|
"smoothly-spinner": SmoothlySpinner;
|
|
1515
1764
|
"smoothly-submit": SmoothlySubmit;
|
|
1516
1765
|
"smoothly-summary": SmoothlySummary;
|
|
@@ -1523,8 +1772,13 @@ declare namespace LocalJSX {
|
|
|
1523
1772
|
"smoothly-table-demo-filtered": SmoothlyTableDemoFiltered;
|
|
1524
1773
|
"smoothly-table-expandable-cell": SmoothlyTableExpandableCell;
|
|
1525
1774
|
"smoothly-table-expandable-row": SmoothlyTableExpandableRow;
|
|
1775
|
+
"smoothly-table-footer": SmoothlyTableFooter;
|
|
1526
1776
|
"smoothly-table-header": SmoothlyTableHeader;
|
|
1527
1777
|
"smoothly-table-row": SmoothlyTableRow;
|
|
1778
|
+
"smoothly-table-testing": SmoothlyTableTesting;
|
|
1779
|
+
"smoothly-theme-color": SmoothlyThemeColor;
|
|
1780
|
+
"smoothly-theme-color-variant": SmoothlyThemeColorVariant;
|
|
1781
|
+
"smoothly-theme-colors": SmoothlyThemeColors;
|
|
1528
1782
|
"smoothly-toggle": SmoothlyToggle;
|
|
1529
1783
|
"smoothly-toggle-switch": SmoothlyToggleSwitch;
|
|
1530
1784
|
"smoothly-trigger": SmoothlyTrigger;
|
|
@@ -1545,7 +1799,9 @@ declare module "@stencil/core" {
|
|
|
1545
1799
|
"smoothly-addresses": LocalJSX.SmoothlyAddresses & JSXBase.HTMLAttributes<HTMLSmoothlyAddressesElement>;
|
|
1546
1800
|
"smoothly-app": LocalJSX.SmoothlyApp & JSXBase.HTMLAttributes<HTMLSmoothlyAppElement>;
|
|
1547
1801
|
"smoothly-app-demo": LocalJSX.SmoothlyAppDemo & JSXBase.HTMLAttributes<HTMLSmoothlyAppDemoElement>;
|
|
1548
|
-
"smoothly-
|
|
1802
|
+
"smoothly-app-room": LocalJSX.SmoothlyAppRoom & JSXBase.HTMLAttributes<HTMLSmoothlyAppRoomElement>;
|
|
1803
|
+
"smoothly-back-to-top": LocalJSX.SmoothlyBackToTop & JSXBase.HTMLAttributes<HTMLSmoothlyBackToTopElement>;
|
|
1804
|
+
"smoothly-burger": LocalJSX.SmoothlyBurger & JSXBase.HTMLAttributes<HTMLSmoothlyBurgerElement>;
|
|
1549
1805
|
"smoothly-button": LocalJSX.SmoothlyButton & JSXBase.HTMLAttributes<HTMLSmoothlyButtonElement>;
|
|
1550
1806
|
"smoothly-button-demo": LocalJSX.SmoothlyButtonDemo & JSXBase.HTMLAttributes<HTMLSmoothlyButtonDemoElement>;
|
|
1551
1807
|
"smoothly-calendar": LocalJSX.SmoothlyCalendar & JSXBase.HTMLAttributes<HTMLSmoothlyCalendarElement>;
|
|
@@ -1569,16 +1825,20 @@ declare module "@stencil/core" {
|
|
|
1569
1825
|
"smoothly-icon": LocalJSX.SmoothlyIcon & JSXBase.HTMLAttributes<HTMLSmoothlyIconElement>;
|
|
1570
1826
|
"smoothly-icon-demo": LocalJSX.SmoothlyIconDemo & JSXBase.HTMLAttributes<HTMLSmoothlyIconDemoElement>;
|
|
1571
1827
|
"smoothly-input": LocalJSX.SmoothlyInput & JSXBase.HTMLAttributes<HTMLSmoothlyInputElement>;
|
|
1828
|
+
"smoothly-input-clear": LocalJSX.SmoothlyInputClear & JSXBase.HTMLAttributes<HTMLSmoothlyInputClearElement>;
|
|
1572
1829
|
"smoothly-input-date": LocalJSX.SmoothlyInputDate & JSXBase.HTMLAttributes<HTMLSmoothlyInputDateElement>;
|
|
1573
1830
|
"smoothly-input-date-range": LocalJSX.SmoothlyInputDateRange & JSXBase.HTMLAttributes<HTMLSmoothlyInputDateRangeElement>;
|
|
1574
1831
|
"smoothly-input-demo": LocalJSX.SmoothlyInputDemo & JSXBase.HTMLAttributes<HTMLSmoothlyInputDemoElement>;
|
|
1832
|
+
"smoothly-input-file": LocalJSX.SmoothlyInputFile & JSXBase.HTMLAttributes<HTMLSmoothlyInputFileElement>;
|
|
1575
1833
|
"smoothly-input-month": LocalJSX.SmoothlyInputMonth & JSXBase.HTMLAttributes<HTMLSmoothlyInputMonthElement>;
|
|
1834
|
+
"smoothly-input-select": LocalJSX.SmoothlyInputSelect & JSXBase.HTMLAttributes<HTMLSmoothlyInputSelectElement>;
|
|
1576
1835
|
"smoothly-item": LocalJSX.SmoothlyItem & JSXBase.HTMLAttributes<HTMLSmoothlyItemElement>;
|
|
1577
|
-
"smoothly-menu-options": LocalJSX.SmoothlyMenuOptions & JSXBase.HTMLAttributes<HTMLSmoothlyMenuOptionsElement>;
|
|
1578
1836
|
"smoothly-notification": LocalJSX.SmoothlyNotification & JSXBase.HTMLAttributes<HTMLSmoothlyNotificationElement>;
|
|
1579
1837
|
"smoothly-notifier": LocalJSX.SmoothlyNotifier & JSXBase.HTMLAttributes<HTMLSmoothlyNotifierElement>;
|
|
1580
|
-
"smoothly-option": LocalJSX.SmoothlyOption & JSXBase.HTMLAttributes<HTMLSmoothlyOptionElement>;
|
|
1581
1838
|
"smoothly-picker": LocalJSX.SmoothlyPicker & JSXBase.HTMLAttributes<HTMLSmoothlyPickerElement>;
|
|
1839
|
+
"smoothly-picker-demo": LocalJSX.SmoothlyPickerDemo & JSXBase.HTMLAttributes<HTMLSmoothlyPickerDemoElement>;
|
|
1840
|
+
"smoothly-picker-menu": LocalJSX.SmoothlyPickerMenu & JSXBase.HTMLAttributes<HTMLSmoothlyPickerMenuElement>;
|
|
1841
|
+
"smoothly-picker-option": LocalJSX.SmoothlyPickerOption & JSXBase.HTMLAttributes<HTMLSmoothlyPickerOptionElement>;
|
|
1582
1842
|
"smoothly-popup": LocalJSX.SmoothlyPopup & JSXBase.HTMLAttributes<HTMLSmoothlyPopupElement>;
|
|
1583
1843
|
"smoothly-quiet": LocalJSX.SmoothlyQuiet & JSXBase.HTMLAttributes<HTMLSmoothlyQuietElement>;
|
|
1584
1844
|
"smoothly-radio": LocalJSX.SmoothlyRadio & JSXBase.HTMLAttributes<HTMLSmoothlyRadioElement>;
|
|
@@ -1586,11 +1846,10 @@ declare module "@stencil/core" {
|
|
|
1586
1846
|
"smoothly-radio-button-item": LocalJSX.SmoothlyRadioButtonItem & JSXBase.HTMLAttributes<HTMLSmoothlyRadioButtonItemElement>;
|
|
1587
1847
|
"smoothly-radio-group": LocalJSX.SmoothlyRadioGroup & JSXBase.HTMLAttributes<HTMLSmoothlyRadioGroupElement>;
|
|
1588
1848
|
"smoothly-reorder": LocalJSX.SmoothlyReorder & JSXBase.HTMLAttributes<HTMLSmoothlyReorderElement>;
|
|
1589
|
-
"smoothly-room": LocalJSX.SmoothlyRoom & JSXBase.HTMLAttributes<HTMLSmoothlyRoomElement>;
|
|
1590
|
-
"smoothly-select": LocalJSX.SmoothlySelect & JSXBase.HTMLAttributes<HTMLSmoothlySelectElement>;
|
|
1591
1849
|
"smoothly-select-demo": LocalJSX.SmoothlySelectDemo & JSXBase.HTMLAttributes<HTMLSmoothlySelectDemoElement>;
|
|
1592
|
-
"smoothly-selector": LocalJSX.SmoothlySelector & JSXBase.HTMLAttributes<HTMLSmoothlySelectorElement>;
|
|
1593
1850
|
"smoothly-skeleton": LocalJSX.SmoothlySkeleton & JSXBase.HTMLAttributes<HTMLSmoothlySkeletonElement>;
|
|
1851
|
+
"smoothly-slot-elements": LocalJSX.SmoothlySlotElements & JSXBase.HTMLAttributes<HTMLSmoothlySlotElementsElement>;
|
|
1852
|
+
"smoothly-slotted-elements": LocalJSX.SmoothlySlottedElements & JSXBase.HTMLAttributes<HTMLSmoothlySlottedElementsElement>;
|
|
1594
1853
|
"smoothly-spinner": LocalJSX.SmoothlySpinner & JSXBase.HTMLAttributes<HTMLSmoothlySpinnerElement>;
|
|
1595
1854
|
"smoothly-submit": LocalJSX.SmoothlySubmit & JSXBase.HTMLAttributes<HTMLSmoothlySubmitElement>;
|
|
1596
1855
|
"smoothly-summary": LocalJSX.SmoothlySummary & JSXBase.HTMLAttributes<HTMLSmoothlySummaryElement>;
|
|
@@ -1603,8 +1862,13 @@ declare module "@stencil/core" {
|
|
|
1603
1862
|
"smoothly-table-demo-filtered": LocalJSX.SmoothlyTableDemoFiltered & JSXBase.HTMLAttributes<HTMLSmoothlyTableDemoFilteredElement>;
|
|
1604
1863
|
"smoothly-table-expandable-cell": LocalJSX.SmoothlyTableExpandableCell & JSXBase.HTMLAttributes<HTMLSmoothlyTableExpandableCellElement>;
|
|
1605
1864
|
"smoothly-table-expandable-row": LocalJSX.SmoothlyTableExpandableRow & JSXBase.HTMLAttributes<HTMLSmoothlyTableExpandableRowElement>;
|
|
1865
|
+
"smoothly-table-footer": LocalJSX.SmoothlyTableFooter & JSXBase.HTMLAttributes<HTMLSmoothlyTableFooterElement>;
|
|
1606
1866
|
"smoothly-table-header": LocalJSX.SmoothlyTableHeader & JSXBase.HTMLAttributes<HTMLSmoothlyTableHeaderElement>;
|
|
1607
1867
|
"smoothly-table-row": LocalJSX.SmoothlyTableRow & JSXBase.HTMLAttributes<HTMLSmoothlyTableRowElement>;
|
|
1868
|
+
"smoothly-table-testing": LocalJSX.SmoothlyTableTesting & JSXBase.HTMLAttributes<HTMLSmoothlyTableTestingElement>;
|
|
1869
|
+
"smoothly-theme-color": LocalJSX.SmoothlyThemeColor & JSXBase.HTMLAttributes<HTMLSmoothlyThemeColorElement>;
|
|
1870
|
+
"smoothly-theme-color-variant": LocalJSX.SmoothlyThemeColorVariant & JSXBase.HTMLAttributes<HTMLSmoothlyThemeColorVariantElement>;
|
|
1871
|
+
"smoothly-theme-colors": LocalJSX.SmoothlyThemeColors & JSXBase.HTMLAttributes<HTMLSmoothlyThemeColorsElement>;
|
|
1608
1872
|
"smoothly-toggle": LocalJSX.SmoothlyToggle & JSXBase.HTMLAttributes<HTMLSmoothlyToggleElement>;
|
|
1609
1873
|
"smoothly-toggle-switch": LocalJSX.SmoothlyToggleSwitch & JSXBase.HTMLAttributes<HTMLSmoothlyToggleSwitchElement>;
|
|
1610
1874
|
"smoothly-trigger": LocalJSX.SmoothlyTrigger & JSXBase.HTMLAttributes<HTMLSmoothlyTriggerElement>;
|