smoothly 1.0.0-alpha.99 → 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/Data-50d47740.js +589 -0
- package/dist/cjs/Data-50d47740.js.map +1 -0
- package/dist/cjs/Observers-6450f075.js +25 -0
- package/dist/cjs/Observers-6450f075.js.map +1 -0
- package/dist/cjs/TimeZone-016ac7b0.js +6181 -0
- package/dist/cjs/TimeZone-016ac7b0.js.map +1 -0
- package/dist/cjs/{getLanguage-7e53766b.js → getLanguage-49a534df.js} +1 -5993
- package/dist/cjs/getLanguage-49a534df.js.map +1 -0
- package/dist/cjs/{index-6ae370b4.js → index-43af753b.js} +1 -4
- package/dist/cjs/index-43af753b.js.map +1 -0
- package/dist/cjs/index.cjs.js +3 -14
- 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/smoothly-accordion-item.cjs.entry.js +61 -0
- package/dist/cjs/smoothly-accordion-item.cjs.entry.js.map +1 -0
- package/dist/cjs/smoothly-accordion.cjs.entry.js +58 -0
- package/dist/cjs/smoothly-accordion.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-app_80.cjs.entry.js +11148 -0
- package/dist/cjs/smoothly-app_80.cjs.entry.js.map +1 -0
- package/dist/cjs/smoothly-checkbox.cjs.entry.js +102 -0
- package/dist/cjs/smoothly-checkbox.cjs.entry.js.map +1 -0
- package/dist/cjs/smoothly-color.cjs.entry.js +1 -1
- package/dist/cjs/smoothly-country.cjs.entry.js +56 -55
- package/dist/cjs/smoothly-country.cjs.entry.js.map +1 -1
- package/dist/cjs/smoothly-display-date-time.cjs.entry.js +1 -1
- package/dist/cjs/smoothly-google-font.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 +2 -2
- package/dist/cjs/smoothly-trigger-source.cjs.entry.js +2 -2
- package/dist/cjs/smoothly.cjs.js +4 -3
- package/dist/cjs/smoothly.cjs.js.map +1 -1
- package/dist/collection/collection-manifest.json +24 -7
- package/dist/collection/components/Button.js +16 -2
- package/dist/collection/components/Button.js.map +1 -1
- package/dist/collection/components/app/index.js +53 -1
- package/dist/collection/components/app/index.js.map +1 -1
- package/dist/collection/components/app/room/index.js +45 -2
- package/dist/collection/components/app/room/index.js.map +1 -1
- package/dist/collection/components/app/room/style.css +23 -9
- package/dist/collection/components/app/style.css +57 -32
- package/dist/collection/components/app-demo/index.js +1 -2
- package/dist/collection/components/app-demo/index.js.map +1 -1
- package/dist/collection/components/burger/index.js +9 -9
- package/dist/collection/components/burger/index.js.map +1 -1
- package/dist/collection/components/button/index.js +9 -22
- package/dist/collection/components/button/index.js.map +1 -1
- package/dist/collection/components/button/style.css +23 -20
- package/dist/collection/components/button-demo/index.js +3 -1
- 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/calendar/index.js +16 -16
- package/dist/collection/components/calendar/index.js.map +1 -1
- package/dist/collection/components/checkbox/index.js +60 -29
- package/dist/collection/components/checkbox/index.js.map +1 -1
- package/dist/collection/components/checkbox/style.css +39 -42
- package/dist/collection/components/confirm/index.js +261 -0
- package/dist/collection/components/confirm/index.js.map +1 -0
- package/dist/collection/components/confirm/style.css +15 -0
- package/dist/collection/components/display/index.js +4 -1
- package/dist/collection/components/display/index.js.map +1 -1
- package/dist/collection/components/display-demo/index.js +16 -1
- package/dist/collection/components/display-demo/index.js.map +1 -1
- package/dist/collection/components/filter/Filter.js +17 -0
- package/dist/collection/components/filter/Filter.js.map +1 -0
- package/dist/collection/components/filter/field/index.js +105 -0
- package/dist/collection/components/filter/field/index.js.map +1 -0
- package/dist/collection/components/filter/field/style.css +4 -0
- package/dist/collection/components/filter/index.js +55 -132
- package/dist/collection/components/filter/index.js.map +1 -1
- package/dist/collection/components/filter/input/index.js +84 -301
- package/dist/collection/components/filter/input/index.js.map +1 -1
- package/dist/collection/components/filter/picker/index.js +229 -0
- package/dist/collection/components/filter/picker/index.js.map +1 -0
- package/dist/collection/components/filter/picker/style.css +8 -0
- package/dist/collection/components/filter/style.css +56 -71
- package/dist/collection/components/filter/toggle/index.js +248 -0
- package/dist/collection/components/filter/toggle/index.js.map +1 -0
- package/dist/collection/components/filter/toggle/style.css +8 -0
- package/dist/collection/components/form/index.js +234 -66
- package/dist/collection/components/form/index.js.map +1 -1
- package/dist/collection/components/form/style.css +3 -1
- package/dist/collection/components/icon/index.js +60 -32
- package/dist/collection/components/icon/index.js.map +1 -1
- package/dist/collection/components/icon/style.css +15 -0
- package/dist/collection/components/icon-demo/index.js +3 -1
- package/dist/collection/components/icon-demo/index.js.map +1 -1
- package/dist/collection/components/icon-demo/style.css +5 -6
- package/dist/collection/components/input/Editable.js +19 -0
- package/dist/collection/components/input/Editable.js.map +1 -0
- package/dist/collection/components/input/Input.js +22 -1
- package/dist/collection/components/input/Input.js.map +1 -1
- package/dist/collection/components/input/Looks.js +7 -1
- package/dist/collection/components/input/Looks.js.map +1 -1
- package/dist/collection/components/input/Submittable.js.map +1 -1
- package/dist/collection/components/input/checkbox/index.js +382 -0
- package/dist/collection/components/input/checkbox/index.js.map +1 -0
- package/dist/collection/components/input/checkbox/style.css +75 -0
- package/dist/collection/components/input/clear/index.js +12 -7
- package/dist/collection/components/input/clear/index.js.map +1 -1
- package/dist/collection/components/input/clear/style.css +23 -20
- package/dist/collection/components/input/color/index.js +226 -0
- package/dist/collection/components/input/color/index.js.map +1 -0
- package/dist/collection/components/input/color/style.css +15 -0
- package/dist/collection/components/input/date/index.js +8 -8
- package/dist/collection/components/input/date/index.js.map +1 -1
- package/dist/collection/components/input/date/range/index.js +13 -17
- package/dist/collection/components/input/date/range/index.js.map +1 -1
- package/dist/collection/components/input/date/range/style.css +25 -0
- package/dist/collection/components/input/date/style.css +25 -0
- package/dist/collection/components/input/demo/index.js +28 -72
- package/dist/collection/components/input/demo/index.js.map +1 -1
- package/dist/collection/components/input/demo/style.css +15 -0
- package/dist/collection/components/input/edit/index.js +249 -0
- package/dist/collection/components/input/edit/index.js.map +1 -0
- package/dist/collection/components/input/edit/style.css +238 -0
- package/dist/collection/components/input/file/index.js +3 -3
- package/dist/collection/components/input/file/index.js.map +1 -1
- package/dist/collection/components/input/file/style.css +22 -0
- package/dist/collection/components/input/index.js +245 -110
- package/dist/collection/components/input/index.js.map +1 -1
- package/dist/collection/components/input/month/index.js +5 -5
- package/dist/collection/components/input/month/index.js.map +1 -1
- package/dist/collection/components/input/radio/Selected.js +11 -0
- package/dist/collection/components/input/radio/Selected.js.map +1 -0
- package/dist/collection/components/input/radio/index.js +426 -0
- package/dist/collection/components/input/radio/index.js.map +1 -0
- package/dist/collection/components/{radio-button → input/radio/item}/index.js +60 -72
- package/dist/collection/components/input/radio/item/index.js.map +1 -0
- package/dist/collection/components/input/radio/item/style.css +28 -0
- package/dist/collection/components/input/radio/style.css +66 -0
- package/dist/collection/components/input/range/index.js +440 -0
- package/dist/collection/components/input/range/index.js.map +1 -0
- package/dist/collection/components/input/range/style.css +154 -0
- package/dist/collection/components/input/reset/index.js +260 -0
- package/dist/collection/components/input/reset/index.js.map +1 -0
- package/dist/collection/components/input/reset/style.css +255 -0
- package/dist/collection/components/input/select/index.js +443 -95
- package/dist/collection/components/input/select/index.js.map +1 -1
- package/dist/collection/components/input/select/style.css +111 -23
- package/dist/collection/components/input/style.css +24 -2
- package/dist/collection/components/input/submit/index.js +269 -0
- package/dist/collection/components/input/submit/index.js.map +1 -0
- package/dist/collection/components/input/submit/style.css +11 -0
- package/dist/collection/components/item/Item.js +11 -0
- package/dist/collection/components/item/Item.js.map +1 -0
- package/dist/collection/components/item/index.js +69 -29
- package/dist/collection/components/item/index.js.map +1 -1
- package/dist/collection/components/item/style.css +1 -3
- package/dist/collection/components/label/index.js +81 -0
- package/dist/collection/components/label/index.js.map +1 -0
- package/dist/collection/components/label/style.css +15 -0
- package/dist/collection/components/lazy/index.js +73 -0
- package/dist/collection/components/lazy/index.js.map +1 -0
- package/dist/collection/components/{radio → load-more}/index.js +35 -46
- package/dist/collection/components/load-more/index.js.map +1 -0
- package/dist/collection/components/load-more/style.css +5 -0
- package/dist/collection/components/notification/index.js.map +1 -1
- package/dist/collection/components/picker/demo/index.js +17 -15
- package/dist/collection/components/picker/demo/index.js.map +1 -1
- package/dist/collection/components/picker/demo/style.css +24 -1
- package/dist/collection/components/picker/index.js +172 -7
- package/dist/collection/components/picker/index.js.map +1 -1
- package/dist/collection/components/picker/menu/index.js +74 -3
- package/dist/collection/components/picker/menu/index.js.map +1 -1
- package/dist/collection/components/picker/menu/style.css +16 -6
- package/dist/collection/components/picker/option/index.js +51 -3
- package/dist/collection/components/picker/option/index.js.map +1 -1
- package/dist/collection/components/picker/option/style.css +9 -4
- package/dist/collection/components/picker/style.css +28 -3
- package/dist/collection/components/popup/index.js +5 -5
- package/dist/collection/components/popup/index.js.map +1 -1
- package/dist/collection/components/popup/style.css +4 -4
- package/dist/collection/components/submit/index.js +0 -15
- package/dist/collection/components/submit/index.js.map +1 -1
- package/dist/collection/components/submit/style.css +23 -20
- package/dist/collection/components/summary/index.js +2 -3
- package/dist/collection/components/summary/index.js.map +1 -1
- package/dist/collection/components/summary/style.css +25 -16
- package/dist/collection/components/table/cell/style.css +3 -3
- package/dist/collection/components/table/demo/filtered/Root.js.map +1 -1
- package/dist/collection/components/table/demo/filtered/index.js +30 -15
- package/dist/collection/components/table/demo/filtered/index.js.map +1 -1
- package/dist/collection/components/table/demo/filtered/style.css +9 -0
- package/dist/collection/components/table/demo/index.js +2 -14
- package/dist/collection/components/table/demo/index.js.map +1 -1
- package/dist/collection/components/table/demo/style.css +5 -0
- package/dist/collection/components/table/demo/testing/data.js.map +1 -0
- package/dist/collection/components/table/demo/testing/index.js +28 -0
- package/dist/collection/components/table/demo/testing/index.js.map +1 -0
- package/dist/collection/components/table/demo/testing/style.css +32 -0
- package/dist/collection/components/table/expandable/cell/index.js +1 -20
- package/dist/collection/components/table/expandable/cell/index.js.map +1 -1
- package/dist/collection/components/table/expandable/cell/style.css +13 -13
- package/dist/collection/components/table/expandable/row/index.js +1 -20
- package/dist/collection/components/table/expandable/row/index.js.map +1 -1
- package/dist/collection/components/table/expandable/row/style.css +11 -11
- 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 +10 -0
- package/dist/collection/components/table/header/style.css +2 -3
- package/dist/collection/components/table/index.js +24 -1
- package/dist/collection/components/table/index.js.map +1 -1
- 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/theme/picker/index.js +48 -0
- package/dist/collection/components/theme/picker/index.js.map +1 -0
- package/dist/collection/components/theme/picker/style.css +0 -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/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/model/Color.js +18 -1
- package/dist/collection/model/Color.js.map +1 -1
- package/dist/collection/model/Data.js +8 -1
- package/dist/collection/model/Data.js.map +1 -1
- package/dist/collection/model/Icon.js +23 -0
- package/dist/collection/model/Icon.js.map +1 -0
- package/dist/collection/model/Listenable.js +16 -3
- package/dist/collection/model/Listenable.js.map +1 -1
- package/dist/collection/model/Option.js.map +1 -1
- package/dist/collection/model/index.js +2 -1
- package/dist/collection/model/index.js.map +1 -1
- package/dist/collection/smoothly.js +1 -1
- package/dist/collection/smoothly.js.map +1 -1
- package/dist/custom-elements/index.d.ts +120 -24
- package/dist/custom-elements/index.js +15445 -33845
- package/dist/custom-elements/index.js.map +1 -1
- package/dist/esm/Data-c8093b5a.js +579 -0
- package/dist/esm/Data-c8093b5a.js.map +1 -0
- package/dist/esm/Observers-5f08e828.js +25 -0
- package/dist/esm/Observers-5f08e828.js.map +1 -0
- package/dist/esm/TimeZone-c8df4905.js +6181 -0
- package/dist/esm/TimeZone-c8df4905.js.map +1 -0
- package/dist/esm/{getLanguage-9c833eef.js → getLanguage-1e9ec036.js} +2 -5994
- package/dist/esm/getLanguage-1e9ec036.js.map +1 -0
- package/dist/esm/{index-c196715a.js → index-258984d3.js} +2 -4
- package/dist/esm/index-258984d3.js.map +1 -0
- package/dist/esm/index.js +3 -14
- 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/smoothly-accordion-item.entry.js +57 -0
- package/dist/esm/smoothly-accordion-item.entry.js.map +1 -0
- package/dist/esm/smoothly-accordion.entry.js +54 -0
- package/dist/esm/smoothly-accordion.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-app_80.entry.js +11065 -0
- package/dist/esm/smoothly-app_80.entry.js.map +1 -0
- package/dist/esm/smoothly-checkbox.entry.js +98 -0
- package/dist/esm/smoothly-checkbox.entry.js.map +1 -0
- package/dist/esm/smoothly-color.entry.js +1 -1
- package/dist/esm/smoothly-country.entry.js +10 -9
- package/dist/esm/smoothly-country.entry.js.map +1 -1
- package/dist/esm/smoothly-display-date-time.entry.js +1 -1
- package/dist/esm/smoothly-google-font.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 +2 -2
- 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-663ccbd0.entry.js → p-12182a73.entry.js} +2 -2
- package/dist/smoothly/p-21905b32.entry.js +2 -0
- package/dist/smoothly/p-21905b32.entry.js.map +1 -0
- package/dist/smoothly/p-2e986022.js +2 -0
- package/dist/smoothly/p-2e986022.js.map +1 -0
- package/dist/smoothly/p-303520d1.entry.js +2 -0
- package/dist/smoothly/p-303520d1.entry.js.map +1 -0
- package/dist/smoothly/p-312ef066.js +2 -0
- package/dist/smoothly/p-312ef066.js.map +1 -0
- package/dist/smoothly/{p-9992c8c4.entry.js → p-47151a53.entry.js} +2 -2
- package/dist/smoothly/{p-d0b8061e.js → p-5e387578.js} +3 -3
- package/dist/smoothly/p-5e387578.js.map +1 -0
- package/dist/smoothly/{p-b82ef190.entry.js → p-635c813e.entry.js} +2 -2
- package/dist/smoothly/{p-dbd1afa9.entry.js → p-6aebb818.entry.js} +2 -2
- package/dist/smoothly/p-6e9aca2e.entry.js +2 -0
- package/dist/smoothly/p-6e9aca2e.entry.js.map +1 -0
- package/dist/smoothly/{p-c4ffc15d.entry.js → p-7a69b43f.entry.js} +2 -2
- package/dist/smoothly/{p-4d743f07.entry.js → p-7bf147bf.entry.js} +2 -2
- package/dist/smoothly/p-823e02b0.entry.js +2 -0
- package/dist/smoothly/p-823e02b0.entry.js.map +1 -0
- package/dist/smoothly/p-b3eac6af.entry.js +2 -0
- package/dist/smoothly/{p-4ff439dd.entry.js.map → p-b3eac6af.entry.js.map} +1 -1
- package/dist/smoothly/{p-f96e41aa.entry.js → p-cb493516.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-ce4e6f44.entry.js → p-eef1c80b.entry.js} +2 -2
- package/dist/smoothly/p-f125610c.entry.js +2 -0
- package/dist/smoothly/p-f125610c.entry.js.map +1 -0
- package/dist/smoothly/p-fa664317.js +2 -0
- package/dist/smoothly/p-fa664317.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/app/index.d.ts +3 -0
- package/dist/types/components/app/room/index.d.ts +4 -2
- package/dist/types/components/app-demo/index.d.ts +1 -0
- package/dist/types/components/burger/index.d.ts +2 -2
- package/dist/types/components/button/index.d.ts +2 -2
- package/dist/types/components/calendar/index.d.ts +5 -5
- package/dist/types/components/checkbox/index.d.ts +4 -2
- package/dist/types/components/confirm/index.d.ts +19 -0
- package/dist/types/components/filter/Filter.d.ts +21 -0
- package/dist/types/components/filter/field/index.d.ts +10 -0
- package/dist/types/components/filter/index.d.ts +13 -12
- package/dist/types/components/filter/input/index.d.ts +17 -23
- package/dist/types/components/filter/picker/index.d.ts +25 -0
- package/dist/types/components/filter/toggle/index.d.ts +22 -0
- package/dist/types/components/form/index.d.ts +22 -15
- package/dist/types/components/icon/index.d.ts +4 -6
- package/dist/types/components/input/Editable.d.ts +21 -0
- package/dist/types/components/input/Input.d.ts +19 -7
- package/dist/types/components/input/Looks.d.ts +7 -1
- package/dist/types/components/input/Submittable.d.ts +1 -1
- package/dist/types/components/input/checkbox/index.d.ts +30 -0
- package/dist/types/components/input/color/index.d.ts +24 -0
- package/dist/types/components/input/date/index.d.ts +1 -1
- package/dist/types/components/input/date/range/index.d.ts +2 -2
- package/dist/types/components/input/demo/index.d.ts +3 -6
- package/dist/types/components/input/edit/index.d.ts +18 -0
- package/dist/types/components/input/index.d.ts +30 -21
- package/dist/types/components/input/month/index.d.ts +1 -1
- package/dist/types/components/input/radio/Selected.d.ts +10 -0
- package/dist/types/components/input/radio/index.d.ts +36 -0
- package/dist/types/components/input/radio/item/index.d.ts +15 -0
- package/dist/types/components/input/range/index.d.ts +33 -0
- package/dist/types/components/input/reset/index.d.ts +19 -0
- package/dist/types/components/input/select/index.d.ts +41 -18
- package/dist/types/components/input/submit/index.d.ts +19 -0
- package/dist/types/components/item/Item.d.ts +10 -0
- package/dist/types/components/item/index.d.ts +8 -5
- package/dist/types/components/label/index.d.ts +6 -0
- package/dist/types/components/lazy/index.d.ts +7 -0
- package/dist/types/components/load-more/index.d.ts +11 -0
- package/dist/types/components/picker/demo/index.d.ts +7 -2
- package/dist/types/components/picker/index.d.ts +20 -6
- package/dist/types/components/picker/menu/index.d.ts +8 -0
- package/dist/types/components/picker/option/index.d.ts +2 -0
- package/dist/types/components/popup/index.d.ts +1 -1
- package/dist/types/components/submit/index.d.ts +0 -1
- package/dist/types/components/table/demo/filtered/Root.d.ts +2 -0
- package/dist/types/components/table/demo/filtered/index.d.ts +6 -6
- package/dist/types/components/table/demo/index.d.ts +1 -1
- package/dist/types/components/table/expandable/cell/index.d.ts +0 -1
- package/dist/types/components/table/expandable/row/index.d.ts +0 -1
- package/dist/types/components/table/footer/index.d.ts +3 -0
- package/dist/types/components/table/index.d.ts +2 -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/theme/picker/index.d.ts +4 -0
- package/dist/types/components/toggle-switch/index.d.ts +7 -2
- package/dist/types/components.d.ts +658 -182
- package/dist/types/global/Observers.d.ts +8 -0
- package/dist/types/global/index.d.ts +4 -0
- package/dist/types/model/Color.d.ts +7 -1
- package/dist/types/model/Data.d.ts +4 -0
- package/dist/types/model/Icon.d.ts +8 -0
- package/dist/types/model/Listenable.d.ts +10 -1
- package/dist/types/model/Option.d.ts +2 -0
- package/dist/types/model/index.d.ts +1 -1
- package/dist/types/smoothly.d.ts +1 -1
- package/package.json +7 -11
- package/dist/cjs/Data-afbe461d.js +0 -807
- package/dist/cjs/Data-afbe461d.js.map +0 -1
- package/dist/cjs/getLanguage-7e53766b.js.map +0 -1
- package/dist/cjs/index-6ae370b4.js.map +0 -1
- package/dist/cjs/smoothly-accordion_66.cjs.entry.js +0 -29732
- package/dist/cjs/smoothly-accordion_66.cjs.entry.js.map +0 -1
- package/dist/cjs/smoothly-radio-group.cjs.entry.js +0 -22
- package/dist/cjs/smoothly-radio-group.cjs.entry.js.map +0 -1
- package/dist/collection/components/filter/Clearable.js +0 -8
- package/dist/collection/components/filter/Clearable.js.map +0 -1
- package/dist/collection/components/icon/Icon.js +0 -2
- package/dist/collection/components/icon/Icon.js.map +0 -1
- package/dist/collection/components/input/Changeable.js +0 -8
- package/dist/collection/components/input/Changeable.js.map +0 -1
- package/dist/collection/components/radio/index.js.map +0 -1
- package/dist/collection/components/radio/style.css +0 -31
- package/dist/collection/components/radio-button/Selected.js +0 -2
- package/dist/collection/components/radio-button/Selected.js.map +0 -1
- package/dist/collection/components/radio-button/index.js.map +0 -1
- package/dist/collection/components/radio-button/item/index.js +0 -117
- package/dist/collection/components/radio-button/item/index.js.map +0 -1
- package/dist/collection/components/radio-button/item/style.css +0 -85
- package/dist/collection/components/radio-group/index.js +0 -43
- package/dist/collection/components/radio-group/index.js.map +0 -1
- package/dist/collection/components/radio-group/style.css +0 -36
- package/dist/collection/components/table/testing/data.js.map +0 -1
- package/dist/collection/components/table/testing/index.js +0 -28
- package/dist/collection/components/table/testing/index.js.map +0 -1
- package/dist/collection/components/table/testing/style.css +0 -8
- package/dist/collection/model/ClientIdentifier.js +0 -13
- package/dist/collection/model/ClientIdentifier.js.map +0 -1
- package/dist/esm/Data-77d2bdbe.js +0 -803
- package/dist/esm/Data-77d2bdbe.js.map +0 -1
- package/dist/esm/getLanguage-9c833eef.js.map +0 -1
- package/dist/esm/index-c196715a.js.map +0 -1
- package/dist/esm/smoothly-accordion_66.entry.js +0 -29663
- package/dist/esm/smoothly-accordion_66.entry.js.map +0 -1
- package/dist/esm/smoothly-radio-group.entry.js +0 -18
- package/dist/esm/smoothly-radio-group.entry.js.map +0 -1
- package/dist/smoothly/p-1b714a63.js +0 -2
- package/dist/smoothly/p-1b714a63.js.map +0 -1
- package/dist/smoothly/p-1efa3261.entry.js +0 -2
- package/dist/smoothly/p-1efa3261.entry.js.map +0 -1
- package/dist/smoothly/p-4ff439dd.entry.js +0 -2
- package/dist/smoothly/p-74a3586c.js +0 -2
- package/dist/smoothly/p-74a3586c.js.map +0 -1
- package/dist/smoothly/p-8a45ae84.entry.js +0 -2
- package/dist/smoothly/p-8a45ae84.entry.js.map +0 -1
- package/dist/smoothly/p-90b340b4.entry.js +0 -2
- package/dist/smoothly/p-90b340b4.entry.js.map +0 -1
- package/dist/smoothly/p-d0b8061e.js.map +0 -1
- package/dist/types/components/filter/Clearable.d.ts +0 -6
- package/dist/types/components/icon/Icon.d.ts +0 -4
- package/dist/types/components/input/Changeable.d.ts +0 -7
- package/dist/types/components/radio/index.d.ts +0 -13
- package/dist/types/components/radio-button/Selected.d.ts +0 -5
- package/dist/types/components/radio-button/index.d.ts +0 -13
- package/dist/types/components/radio-button/item/index.d.ts +0 -12
- package/dist/types/components/radio-group/index.d.ts +0 -4
- package/dist/types/model/ClientIdentifier.d.ts +0 -5
- /package/dist/collection/components/{radio-button → lazy}/style.css +0 -0
- /package/dist/collection/components/table/{testing → demo/testing}/data.js +0 -0
- /package/dist/smoothly/{p-663ccbd0.entry.js.map → p-12182a73.entry.js.map} +0 -0
- /package/dist/smoothly/{p-9992c8c4.entry.js.map → p-47151a53.entry.js.map} +0 -0
- /package/dist/smoothly/{p-b82ef190.entry.js.map → p-635c813e.entry.js.map} +0 -0
- /package/dist/smoothly/{p-dbd1afa9.entry.js.map → p-6aebb818.entry.js.map} +0 -0
- /package/dist/smoothly/{p-c4ffc15d.entry.js.map → p-7a69b43f.entry.js.map} +0 -0
- /package/dist/smoothly/{p-4d743f07.entry.js.map → p-7bf147bf.entry.js.map} +0 -0
- /package/dist/smoothly/{p-f96e41aa.entry.js.map → p-cb493516.entry.js.map} +0 -0
- /package/dist/smoothly/{p-ce4e6f44.entry.js.map → p-eef1c80b.entry.js.map} +0 -0
- /package/dist/types/components/table/{testing → demo/testing}/data.d.ts +0 -0
- /package/dist/types/components/table/{testing → demo/testing}/index.d.ts +0 -0
|
@@ -8,17 +8,19 @@ import { HTMLStencilElement, JSXBase } from "./stencil-public-runtime";
|
|
|
8
8
|
import { SmoothlyAccordion } from "./components/accordion";
|
|
9
9
|
import { address } from "./components/address-display";
|
|
10
10
|
import { address as address1 } from "./components/address-display/index";
|
|
11
|
-
import { Color, Data
|
|
12
|
-
import {
|
|
11
|
+
import { Color, Data, Fill, Icon, Message, Notice, Option, Trigger } from "./model";
|
|
12
|
+
import { FunctionalComponent, JSX } from "./stencil-public-runtime";
|
|
13
|
+
import { Button } from "./components/Button";
|
|
13
14
|
import { CountryCode, Currency, Date, DateRange, DateTime, isoly } from "isoly";
|
|
14
|
-
import {
|
|
15
|
-
import {
|
|
16
|
-
import {
|
|
17
|
-
import { GoogleFont } from "./model/GoogleFont";
|
|
15
|
+
import { tidily, Type } from "tidily";
|
|
16
|
+
import { selectively } from "selectively";
|
|
17
|
+
import { Filter } from "./components/filter/Filter";
|
|
18
18
|
import { Looks } from "./components/input/Looks";
|
|
19
|
+
import { Editable } from "./components/input/Editable";
|
|
20
|
+
import { GoogleFont } from "./model/GoogleFont";
|
|
21
|
+
import { Selectable } from "./components/input/radio/Selected";
|
|
19
22
|
import { Controls } from "./components/picker/menu";
|
|
20
23
|
import { Controls as Controls1 } from "./components/picker/menu/index";
|
|
21
|
-
import { Selected } from "./components/radio-button/Selected";
|
|
22
24
|
import { Slot } from "./components/picker/slot-elements/index";
|
|
23
25
|
export namespace Components {
|
|
24
26
|
interface SmoothlyAccordion {
|
|
@@ -44,13 +46,17 @@ export namespace Components {
|
|
|
44
46
|
}
|
|
45
47
|
interface SmoothlyApp {
|
|
46
48
|
"color": Color;
|
|
49
|
+
"home"?: string;
|
|
47
50
|
"label": string;
|
|
48
51
|
"menuOpen": boolean;
|
|
52
|
+
"selectRoom": (path: string) => Promise<void>;
|
|
49
53
|
}
|
|
50
54
|
interface SmoothlyAppDemo {
|
|
51
55
|
"baseUrl": string;
|
|
52
56
|
}
|
|
53
57
|
interface SmoothlyAppRoom {
|
|
58
|
+
"content"?: JSX.Element | FunctionalComponent;
|
|
59
|
+
"disabled": boolean;
|
|
54
60
|
"getContent": () => Promise<HTMLElement | undefined>;
|
|
55
61
|
"icon"?: Icon;
|
|
56
62
|
"label"?: string;
|
|
@@ -72,12 +78,22 @@ export namespace Components {
|
|
|
72
78
|
interface SmoothlyButton {
|
|
73
79
|
"color"?: Color;
|
|
74
80
|
"disabled": boolean;
|
|
75
|
-
"download"?: boolean;
|
|
76
81
|
"expand"?: "block" | "full";
|
|
77
82
|
"fill"?: Fill;
|
|
78
83
|
"link"?: string;
|
|
79
84
|
"shape"?: "rounded";
|
|
80
85
|
"size": "small" | "large" | "icon" | "flexible";
|
|
86
|
+
"type": Button.Properties["type"];
|
|
87
|
+
}
|
|
88
|
+
interface SmoothlyButtonConfirm {
|
|
89
|
+
"color"?: Color;
|
|
90
|
+
"disabled": boolean;
|
|
91
|
+
"doubleClickTime": number;
|
|
92
|
+
"expand"?: "block" | "full";
|
|
93
|
+
"fill"?: Fill;
|
|
94
|
+
"name": string;
|
|
95
|
+
"shape"?: "rounded";
|
|
96
|
+
"size": "small" | "large" | "icon" | "flexible";
|
|
81
97
|
"type": "link" | "button";
|
|
82
98
|
}
|
|
83
99
|
interface SmoothlyButtonDemo {
|
|
@@ -99,6 +115,7 @@ export namespace Components {
|
|
|
99
115
|
"name": string;
|
|
100
116
|
"size": "tiny" | "small" | "medium" | "large";
|
|
101
117
|
"toggle": () => Promise<void>;
|
|
118
|
+
"unavailable": boolean;
|
|
102
119
|
"value": any;
|
|
103
120
|
}
|
|
104
121
|
interface SmoothlyColor {
|
|
@@ -137,39 +154,45 @@ export namespace Components {
|
|
|
137
154
|
interface SmoothlyDisplayDemo {
|
|
138
155
|
}
|
|
139
156
|
interface SmoothlyFilter {
|
|
140
|
-
"clear": (event: MouseEvent) => Promise<void>;
|
|
141
|
-
"criteria": Record<string, Criteria>;
|
|
142
|
-
"inputValue": Criteria;
|
|
143
|
-
"placeholder": string | undefined;
|
|
144
157
|
}
|
|
145
|
-
interface
|
|
146
|
-
"autocomplete": boolean;
|
|
158
|
+
interface SmoothlyFilterField {
|
|
147
159
|
"clear": () => Promise<void>;
|
|
148
|
-
"
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
"
|
|
152
|
-
"
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
"
|
|
156
|
-
"
|
|
157
|
-
"
|
|
158
|
-
"
|
|
159
|
-
|
|
160
|
-
|
|
160
|
+
"criteria": selectively.Criteria;
|
|
161
|
+
}
|
|
162
|
+
interface SmoothlyFilterInput {
|
|
163
|
+
"placeholder": string;
|
|
164
|
+
"property": string;
|
|
165
|
+
}
|
|
166
|
+
interface SmoothlyFilterPicker {
|
|
167
|
+
"label": string;
|
|
168
|
+
"multiple": boolean;
|
|
169
|
+
"property": string;
|
|
170
|
+
"type": "array" | "string";
|
|
171
|
+
}
|
|
172
|
+
interface SmoothlyFilterToggle {
|
|
173
|
+
"active": boolean;
|
|
174
|
+
"flip": boolean;
|
|
175
|
+
"icon": Icon;
|
|
176
|
+
"not": boolean;
|
|
177
|
+
"properties": Record<string, string>;
|
|
178
|
+
"toolTip": string;
|
|
161
179
|
}
|
|
162
180
|
interface SmoothlyForm {
|
|
163
181
|
"action"?: string;
|
|
164
182
|
"changed": boolean;
|
|
165
183
|
"clear": () => Promise<void>;
|
|
166
184
|
"color"?: Color;
|
|
167
|
-
"
|
|
168
|
-
"
|
|
185
|
+
"edit": (editable: boolean) => Promise<void>;
|
|
186
|
+
"listen": (property: "changed", listener: (parent: Editable) => Promise<void>) => Promise<void>;
|
|
187
|
+
"looks": Looks;
|
|
169
188
|
"name"?: string;
|
|
170
189
|
"prevent": boolean;
|
|
171
190
|
"processing": boolean;
|
|
172
|
-
"
|
|
191
|
+
"readonly": boolean;
|
|
192
|
+
"reset": () => Promise<void>;
|
|
193
|
+
"setInitialValue": () => Promise<void>;
|
|
194
|
+
"submit": (remove?: boolean) => Promise<void>;
|
|
195
|
+
"type": "update" | "change" | "fetch" | "create";
|
|
173
196
|
"value": Readonly<Data>;
|
|
174
197
|
}
|
|
175
198
|
interface SmoothlyFrame {
|
|
@@ -184,7 +207,9 @@ export namespace Components {
|
|
|
184
207
|
interface SmoothlyIcon {
|
|
185
208
|
"color": Color;
|
|
186
209
|
"fill": Fill;
|
|
187
|
-
"
|
|
210
|
+
"flip"?: "x" | "y";
|
|
211
|
+
"name": Icon | "empty";
|
|
212
|
+
"rotate"?: number;
|
|
188
213
|
"size": "tiny" | "small" | "medium" | "large";
|
|
189
214
|
"toolTip"?: string;
|
|
190
215
|
}
|
|
@@ -195,23 +220,39 @@ export namespace Components {
|
|
|
195
220
|
"changed": boolean;
|
|
196
221
|
"clear": () => Promise<void>;
|
|
197
222
|
"color"?: Color;
|
|
198
|
-
"currency"?: Currency;
|
|
223
|
+
"currency"?: isoly.Currency;
|
|
224
|
+
"delay": number;
|
|
199
225
|
"disabled": boolean;
|
|
226
|
+
"edit": (editable: boolean) => Promise<void>;
|
|
200
227
|
"getFormData": (name: string) => Promise<Record<string, any>>;
|
|
228
|
+
"listen": (property: "changed", listener: (parent: Editable) => Promise<void>) => Promise<void>;
|
|
201
229
|
"looks": Looks;
|
|
202
|
-
"maxLength": number;
|
|
203
|
-
"minLength": number;
|
|
204
230
|
"name": string;
|
|
205
|
-
"pattern": RegExp | undefined;
|
|
206
231
|
"placeholder": string | undefined;
|
|
207
232
|
"readonly": boolean;
|
|
208
233
|
"required": boolean;
|
|
234
|
+
"reset": () => Promise<void>;
|
|
235
|
+
"setInitialValue": () => Promise<void>;
|
|
209
236
|
"setKeepFocusOnReRender": (keepFocus: boolean) => Promise<void>;
|
|
210
|
-
"setSelectionRange": (start: number, end: number, direction?: Direction) => Promise<void>;
|
|
237
|
+
"setSelectionRange": (start: number, end: number, direction?: tidily.Direction) => Promise<void>;
|
|
211
238
|
"showLabel": boolean;
|
|
212
|
-
"type":
|
|
239
|
+
"type": tidily.Type;
|
|
213
240
|
"value": any;
|
|
214
241
|
}
|
|
242
|
+
interface SmoothlyInputCheckbox {
|
|
243
|
+
"changed": boolean;
|
|
244
|
+
"checked": boolean;
|
|
245
|
+
"clear": () => Promise<void>;
|
|
246
|
+
"disabled": boolean;
|
|
247
|
+
"edit": (editable: boolean) => Promise<void>;
|
|
248
|
+
"listen": (property: "changed", listener: (parent: Editable) => Promise<void>) => Promise<void>;
|
|
249
|
+
"looks": Looks;
|
|
250
|
+
"name": string;
|
|
251
|
+
"readonly": boolean;
|
|
252
|
+
"reset": () => Promise<void>;
|
|
253
|
+
"setInitialValue": () => Promise<void>;
|
|
254
|
+
"value": boolean;
|
|
255
|
+
}
|
|
215
256
|
interface SmoothlyInputClear {
|
|
216
257
|
"color"?: Color;
|
|
217
258
|
"disabled": boolean;
|
|
@@ -222,6 +263,12 @@ export namespace Components {
|
|
|
222
263
|
"size": "small" | "large" | "icon" | "flexible";
|
|
223
264
|
"type": "form" | "input";
|
|
224
265
|
}
|
|
266
|
+
interface SmoothlyInputColor {
|
|
267
|
+
"clear": () => Promise<void>;
|
|
268
|
+
"looks": Looks;
|
|
269
|
+
"name": string;
|
|
270
|
+
"value": string | undefined;
|
|
271
|
+
}
|
|
225
272
|
interface SmoothlyInputDate {
|
|
226
273
|
"clear": () => Promise<void>;
|
|
227
274
|
"color"?: Color;
|
|
@@ -251,6 +298,17 @@ export namespace Components {
|
|
|
251
298
|
}
|
|
252
299
|
interface SmoothlyInputDemo {
|
|
253
300
|
}
|
|
301
|
+
interface SmoothlyInputEdit {
|
|
302
|
+
"color"?: Color;
|
|
303
|
+
"disabled": boolean;
|
|
304
|
+
"display": boolean;
|
|
305
|
+
"expand"?: "block" | "full";
|
|
306
|
+
"fill"?: Fill;
|
|
307
|
+
"shape"?: "rounded";
|
|
308
|
+
"size": "flexible" | "small" | "large" | "icon";
|
|
309
|
+
"toolTip": string;
|
|
310
|
+
"type": "link" | "button";
|
|
311
|
+
}
|
|
254
312
|
interface SmoothlyInputFile {
|
|
255
313
|
"accept"?: string;
|
|
256
314
|
"camera": "front" | "back";
|
|
@@ -265,19 +323,103 @@ export namespace Components {
|
|
|
265
323
|
interface SmoothlyInputMonth {
|
|
266
324
|
"value"?: Date;
|
|
267
325
|
}
|
|
326
|
+
interface SmoothlyInputRadio {
|
|
327
|
+
"changed": boolean;
|
|
328
|
+
"clear": () => Promise<void>;
|
|
329
|
+
"clearable"?: boolean;
|
|
330
|
+
"edit": (editable: boolean) => Promise<void>;
|
|
331
|
+
"listen": (property: "changed", listener: (parent: Editable) => Promise<void>) => Promise<void>;
|
|
332
|
+
"looks": Looks;
|
|
333
|
+
"name": string;
|
|
334
|
+
"readonly": boolean;
|
|
335
|
+
"reset": () => Promise<void>;
|
|
336
|
+
"setInitialValue": () => Promise<void>;
|
|
337
|
+
"value": any;
|
|
338
|
+
}
|
|
339
|
+
interface SmoothlyInputRadioItem {
|
|
340
|
+
"looks": Looks;
|
|
341
|
+
"name": string;
|
|
342
|
+
"selected": boolean;
|
|
343
|
+
"value": any;
|
|
344
|
+
}
|
|
345
|
+
interface SmoothlyInputRange {
|
|
346
|
+
"changed": boolean;
|
|
347
|
+
"clear": () => Promise<void>;
|
|
348
|
+
"edit": (editable: boolean) => Promise<void>;
|
|
349
|
+
"labelText"?: string;
|
|
350
|
+
"listen": (property: "changed", listener: (parent: Editable) => Promise<void>) => Promise<void>;
|
|
351
|
+
"looks": Looks;
|
|
352
|
+
"max": number;
|
|
353
|
+
"min": number;
|
|
354
|
+
"name": string;
|
|
355
|
+
"outputSide": "right" | "left";
|
|
356
|
+
"readonly": boolean;
|
|
357
|
+
"reset": () => Promise<void>;
|
|
358
|
+
"setInitialValue": () => Promise<void>;
|
|
359
|
+
"step": number | "any";
|
|
360
|
+
"value": number | undefined;
|
|
361
|
+
}
|
|
362
|
+
interface SmoothlyInputReset {
|
|
363
|
+
"color"?: Color;
|
|
364
|
+
"disabled": boolean;
|
|
365
|
+
"display": boolean;
|
|
366
|
+
"expand"?: "block" | "full";
|
|
367
|
+
"fill"?: Fill;
|
|
368
|
+
"shape"?: "rounded";
|
|
369
|
+
"size": "small" | "large" | "icon" | "flexible";
|
|
370
|
+
"tooltip": string;
|
|
371
|
+
"type": "form" | "input";
|
|
372
|
+
}
|
|
268
373
|
interface SmoothlyInputSelect {
|
|
374
|
+
"changed": boolean;
|
|
375
|
+
"clear": () => Promise<void>;
|
|
376
|
+
"clearable": boolean;
|
|
269
377
|
"color"?: Color;
|
|
270
|
-
"
|
|
378
|
+
"edit": (editable: boolean) => Promise<void>;
|
|
379
|
+
"listen": (property: "changed", listener: (parent: Editable) => Promise<void>) => Promise<void>;
|
|
271
380
|
"looks": Looks;
|
|
381
|
+
"menuHeight"?: `${number}${"items" | "rem" | "px" | "vh"}`;
|
|
382
|
+
"multiple": boolean;
|
|
272
383
|
"name": string;
|
|
384
|
+
"placeholder"?: string | any;
|
|
385
|
+
"readonly": boolean;
|
|
273
386
|
"reset": () => Promise<void>;
|
|
387
|
+
"setInitialValue": () => Promise<void>;
|
|
388
|
+
"showSelected"?: boolean;
|
|
389
|
+
}
|
|
390
|
+
interface SmoothlyInputSubmit {
|
|
391
|
+
"color"?: Color;
|
|
392
|
+
"delete": boolean;
|
|
393
|
+
"disabled": boolean;
|
|
394
|
+
"display": boolean;
|
|
395
|
+
"expand"?: "block" | "full";
|
|
396
|
+
"fill"?: Fill;
|
|
397
|
+
"shape"?: "rounded";
|
|
398
|
+
"size": "flexible" | "small" | "large" | "icon";
|
|
399
|
+
"toolTip": string;
|
|
400
|
+
"type": "link" | "button";
|
|
274
401
|
}
|
|
275
402
|
interface SmoothlyItem {
|
|
276
|
-
"filter": (filter: string) => Promise<
|
|
403
|
+
"filter": (filter: string) => Promise<void>;
|
|
277
404
|
"marked": boolean;
|
|
405
|
+
"selectable": boolean;
|
|
278
406
|
"selected": boolean;
|
|
279
407
|
"value": any;
|
|
280
408
|
}
|
|
409
|
+
interface SmoothlyLabel {
|
|
410
|
+
"description": string;
|
|
411
|
+
"hue": number;
|
|
412
|
+
"shape": "rectangle" | "rounded";
|
|
413
|
+
}
|
|
414
|
+
interface SmoothlyLazy {
|
|
415
|
+
"content"?: JSX.Element | FunctionalComponent;
|
|
416
|
+
"show": boolean;
|
|
417
|
+
}
|
|
418
|
+
interface SmoothlyLoadMore {
|
|
419
|
+
"multiple": boolean;
|
|
420
|
+
"name": string;
|
|
421
|
+
"offset": string;
|
|
422
|
+
}
|
|
281
423
|
interface SmoothlyNotification {
|
|
282
424
|
"closable": boolean;
|
|
283
425
|
"icon": boolean;
|
|
@@ -286,13 +428,18 @@ export namespace Components {
|
|
|
286
428
|
interface SmoothlyNotifier {
|
|
287
429
|
}
|
|
288
430
|
interface SmoothlyPicker {
|
|
431
|
+
"changed": boolean;
|
|
289
432
|
"clear": () => Promise<void>;
|
|
433
|
+
"edit": (editable: boolean) => Promise<void>;
|
|
434
|
+
"listen": (property: "changed", listener: (parent: Editable) => Promise<void>) => Promise<void>;
|
|
290
435
|
"looks": Looks;
|
|
291
436
|
"multiple": boolean;
|
|
292
437
|
"mutable": boolean;
|
|
293
438
|
"name": string;
|
|
294
439
|
"open": boolean;
|
|
295
440
|
"readonly": boolean;
|
|
441
|
+
"reset": () => Promise<void>;
|
|
442
|
+
"setInitialValue": () => Promise<void>;
|
|
296
443
|
"validator"?: (value: string) => boolean | { result: boolean; notice: Notice };
|
|
297
444
|
}
|
|
298
445
|
interface SmoothlyPickerDemo {
|
|
@@ -301,11 +448,14 @@ export namespace Components {
|
|
|
301
448
|
"looks": Looks;
|
|
302
449
|
"multiple": boolean;
|
|
303
450
|
"mutable": boolean;
|
|
451
|
+
"open": boolean;
|
|
304
452
|
"readonly": boolean;
|
|
305
453
|
"validator"?: (value: string) => boolean | { result: boolean; notice: Notice };
|
|
306
454
|
}
|
|
307
455
|
interface SmoothlyPickerOption {
|
|
308
456
|
"clickHandler": () => Promise<void>;
|
|
457
|
+
"position": number;
|
|
458
|
+
"required": boolean;
|
|
309
459
|
"search": string[];
|
|
310
460
|
"selected": boolean;
|
|
311
461
|
"value": any;
|
|
@@ -318,26 +468,6 @@ export namespace Components {
|
|
|
318
468
|
interface SmoothlyQuiet {
|
|
319
469
|
"color": string;
|
|
320
470
|
}
|
|
321
|
-
interface SmoothlyRadio {
|
|
322
|
-
"checked": boolean;
|
|
323
|
-
"name": string;
|
|
324
|
-
"tab": number;
|
|
325
|
-
"value": string;
|
|
326
|
-
}
|
|
327
|
-
interface SmoothlyRadioButton {
|
|
328
|
-
"decoration": "button" | "radio";
|
|
329
|
-
"deselectable"?: boolean;
|
|
330
|
-
"name": string;
|
|
331
|
-
"value"?: any;
|
|
332
|
-
}
|
|
333
|
-
interface SmoothlyRadioButtonItem {
|
|
334
|
-
"color"?: Color;
|
|
335
|
-
"selected": boolean;
|
|
336
|
-
"value": any;
|
|
337
|
-
}
|
|
338
|
-
interface SmoothlyRadioGroup {
|
|
339
|
-
"orientation"?: "horizontal" | "vertical";
|
|
340
|
-
}
|
|
341
471
|
interface SmoothlyReorder {
|
|
342
472
|
}
|
|
343
473
|
interface SmoothlySelectDemo {
|
|
@@ -390,6 +520,7 @@ export namespace Components {
|
|
|
390
520
|
}
|
|
391
521
|
interface SmoothlyTable {
|
|
392
522
|
"align": "middle" | "bottom" | "top";
|
|
523
|
+
"color"?: Color;
|
|
393
524
|
"open": boolean;
|
|
394
525
|
"root": boolean;
|
|
395
526
|
}
|
|
@@ -400,13 +531,13 @@ export namespace Components {
|
|
|
400
531
|
interface SmoothlyTableDemoFiltered {
|
|
401
532
|
}
|
|
402
533
|
interface SmoothlyTableExpandableCell {
|
|
403
|
-
"align": "left" | "center" | "right";
|
|
404
534
|
"open": boolean;
|
|
405
535
|
}
|
|
406
536
|
interface SmoothlyTableExpandableRow {
|
|
407
|
-
"align": "left" | "center" | "right";
|
|
408
537
|
"open": boolean;
|
|
409
538
|
}
|
|
539
|
+
interface SmoothlyTableFooter {
|
|
540
|
+
}
|
|
410
541
|
interface SmoothlyTableHeader {
|
|
411
542
|
"name": string;
|
|
412
543
|
}
|
|
@@ -415,6 +546,18 @@ export namespace Components {
|
|
|
415
546
|
}
|
|
416
547
|
interface SmoothlyTableTesting {
|
|
417
548
|
}
|
|
549
|
+
interface SmoothlyThemeColor {
|
|
550
|
+
"color": Color;
|
|
551
|
+
}
|
|
552
|
+
interface SmoothlyThemeColorVariant {
|
|
553
|
+
"color": Color;
|
|
554
|
+
"variant": "shade" | "tint" | "color";
|
|
555
|
+
}
|
|
556
|
+
interface SmoothlyThemeColors {
|
|
557
|
+
}
|
|
558
|
+
interface SmoothlyThemePicker {
|
|
559
|
+
"element": string;
|
|
560
|
+
}
|
|
418
561
|
interface SmoothlyToggle {
|
|
419
562
|
"disabled": boolean;
|
|
420
563
|
"name": string;
|
|
@@ -423,11 +566,12 @@ export namespace Components {
|
|
|
423
566
|
"value"?: any;
|
|
424
567
|
}
|
|
425
568
|
interface SmoothlyToggleSwitch {
|
|
569
|
+
"checkmark": boolean;
|
|
570
|
+
"color": Color;
|
|
426
571
|
"disabled": boolean;
|
|
427
|
-
"
|
|
572
|
+
"fill": Fill;
|
|
428
573
|
"selected": boolean;
|
|
429
574
|
"size": "small" | "default" | "large";
|
|
430
|
-
"value"?: any;
|
|
431
575
|
}
|
|
432
576
|
interface SmoothlyTrigger {
|
|
433
577
|
"color": Color | undefined;
|
|
@@ -464,6 +608,10 @@ export interface SmoothlyBurgerCustomEvent<T> extends CustomEvent<T> {
|
|
|
464
608
|
detail: T;
|
|
465
609
|
target: HTMLSmoothlyBurgerElement;
|
|
466
610
|
}
|
|
611
|
+
export interface SmoothlyButtonConfirmCustomEvent<T> extends CustomEvent<T> {
|
|
612
|
+
detail: T;
|
|
613
|
+
target: HTMLSmoothlyButtonConfirmElement;
|
|
614
|
+
}
|
|
467
615
|
export interface SmoothlyCalendarCustomEvent<T> extends CustomEvent<T> {
|
|
468
616
|
detail: T;
|
|
469
617
|
target: HTMLSmoothlyCalendarElement;
|
|
@@ -480,10 +628,22 @@ export interface SmoothlyFilterCustomEvent<T> extends CustomEvent<T> {
|
|
|
480
628
|
detail: T;
|
|
481
629
|
target: HTMLSmoothlyFilterElement;
|
|
482
630
|
}
|
|
631
|
+
export interface SmoothlyFilterFieldCustomEvent<T> extends CustomEvent<T> {
|
|
632
|
+
detail: T;
|
|
633
|
+
target: HTMLSmoothlyFilterFieldElement;
|
|
634
|
+
}
|
|
483
635
|
export interface SmoothlyFilterInputCustomEvent<T> extends CustomEvent<T> {
|
|
484
636
|
detail: T;
|
|
485
637
|
target: HTMLSmoothlyFilterInputElement;
|
|
486
638
|
}
|
|
639
|
+
export interface SmoothlyFilterPickerCustomEvent<T> extends CustomEvent<T> {
|
|
640
|
+
detail: T;
|
|
641
|
+
target: HTMLSmoothlyFilterPickerElement;
|
|
642
|
+
}
|
|
643
|
+
export interface SmoothlyFilterToggleCustomEvent<T> extends CustomEvent<T> {
|
|
644
|
+
detail: T;
|
|
645
|
+
target: HTMLSmoothlyFilterToggleElement;
|
|
646
|
+
}
|
|
487
647
|
export interface SmoothlyFormCustomEvent<T> extends CustomEvent<T> {
|
|
488
648
|
detail: T;
|
|
489
649
|
target: HTMLSmoothlyFormElement;
|
|
@@ -496,10 +656,18 @@ export interface SmoothlyInputCustomEvent<T> extends CustomEvent<T> {
|
|
|
496
656
|
detail: T;
|
|
497
657
|
target: HTMLSmoothlyInputElement;
|
|
498
658
|
}
|
|
659
|
+
export interface SmoothlyInputCheckboxCustomEvent<T> extends CustomEvent<T> {
|
|
660
|
+
detail: T;
|
|
661
|
+
target: HTMLSmoothlyInputCheckboxElement;
|
|
662
|
+
}
|
|
499
663
|
export interface SmoothlyInputClearCustomEvent<T> extends CustomEvent<T> {
|
|
500
664
|
detail: T;
|
|
501
665
|
target: HTMLSmoothlyInputClearElement;
|
|
502
666
|
}
|
|
667
|
+
export interface SmoothlyInputColorCustomEvent<T> extends CustomEvent<T> {
|
|
668
|
+
detail: T;
|
|
669
|
+
target: HTMLSmoothlyInputColorElement;
|
|
670
|
+
}
|
|
503
671
|
export interface SmoothlyInputDateCustomEvent<T> extends CustomEvent<T> {
|
|
504
672
|
detail: T;
|
|
505
673
|
target: HTMLSmoothlyInputDateElement;
|
|
@@ -508,6 +676,10 @@ export interface SmoothlyInputDateRangeCustomEvent<T> extends CustomEvent<T> {
|
|
|
508
676
|
detail: T;
|
|
509
677
|
target: HTMLSmoothlyInputDateRangeElement;
|
|
510
678
|
}
|
|
679
|
+
export interface SmoothlyInputEditCustomEvent<T> extends CustomEvent<T> {
|
|
680
|
+
detail: T;
|
|
681
|
+
target: HTMLSmoothlyInputEditElement;
|
|
682
|
+
}
|
|
511
683
|
export interface SmoothlyInputFileCustomEvent<T> extends CustomEvent<T> {
|
|
512
684
|
detail: T;
|
|
513
685
|
target: HTMLSmoothlyInputFileElement;
|
|
@@ -516,14 +688,38 @@ export interface SmoothlyInputMonthCustomEvent<T> extends CustomEvent<T> {
|
|
|
516
688
|
detail: T;
|
|
517
689
|
target: HTMLSmoothlyInputMonthElement;
|
|
518
690
|
}
|
|
691
|
+
export interface SmoothlyInputRadioCustomEvent<T> extends CustomEvent<T> {
|
|
692
|
+
detail: T;
|
|
693
|
+
target: HTMLSmoothlyInputRadioElement;
|
|
694
|
+
}
|
|
695
|
+
export interface SmoothlyInputRadioItemCustomEvent<T> extends CustomEvent<T> {
|
|
696
|
+
detail: T;
|
|
697
|
+
target: HTMLSmoothlyInputRadioItemElement;
|
|
698
|
+
}
|
|
699
|
+
export interface SmoothlyInputRangeCustomEvent<T> extends CustomEvent<T> {
|
|
700
|
+
detail: T;
|
|
701
|
+
target: HTMLSmoothlyInputRangeElement;
|
|
702
|
+
}
|
|
703
|
+
export interface SmoothlyInputResetCustomEvent<T> extends CustomEvent<T> {
|
|
704
|
+
detail: T;
|
|
705
|
+
target: HTMLSmoothlyInputResetElement;
|
|
706
|
+
}
|
|
519
707
|
export interface SmoothlyInputSelectCustomEvent<T> extends CustomEvent<T> {
|
|
520
708
|
detail: T;
|
|
521
709
|
target: HTMLSmoothlyInputSelectElement;
|
|
522
710
|
}
|
|
711
|
+
export interface SmoothlyInputSubmitCustomEvent<T> extends CustomEvent<T> {
|
|
712
|
+
detail: T;
|
|
713
|
+
target: HTMLSmoothlyInputSubmitElement;
|
|
714
|
+
}
|
|
523
715
|
export interface SmoothlyItemCustomEvent<T> extends CustomEvent<T> {
|
|
524
716
|
detail: T;
|
|
525
717
|
target: HTMLSmoothlyItemElement;
|
|
526
718
|
}
|
|
719
|
+
export interface SmoothlyLoadMoreCustomEvent<T> extends CustomEvent<T> {
|
|
720
|
+
detail: T;
|
|
721
|
+
target: HTMLSmoothlyLoadMoreElement;
|
|
722
|
+
}
|
|
527
723
|
export interface SmoothlyNotificationCustomEvent<T> extends CustomEvent<T> {
|
|
528
724
|
detail: T;
|
|
529
725
|
target: HTMLSmoothlyNotificationElement;
|
|
@@ -544,18 +740,6 @@ export interface SmoothlyPopupCustomEvent<T> extends CustomEvent<T> {
|
|
|
544
740
|
detail: T;
|
|
545
741
|
target: HTMLSmoothlyPopupElement;
|
|
546
742
|
}
|
|
547
|
-
export interface SmoothlyRadioCustomEvent<T> extends CustomEvent<T> {
|
|
548
|
-
detail: T;
|
|
549
|
-
target: HTMLSmoothlyRadioElement;
|
|
550
|
-
}
|
|
551
|
-
export interface SmoothlyRadioButtonCustomEvent<T> extends CustomEvent<T> {
|
|
552
|
-
detail: T;
|
|
553
|
-
target: HTMLSmoothlyRadioButtonElement;
|
|
554
|
-
}
|
|
555
|
-
export interface SmoothlyRadioButtonItemCustomEvent<T> extends CustomEvent<T> {
|
|
556
|
-
detail: T;
|
|
557
|
-
target: HTMLSmoothlyRadioButtonItemElement;
|
|
558
|
-
}
|
|
559
743
|
export interface SmoothlyReorderCustomEvent<T> extends CustomEvent<T> {
|
|
560
744
|
detail: T;
|
|
561
745
|
target: HTMLSmoothlyReorderElement;
|
|
@@ -592,6 +776,10 @@ export interface SmoothlyTableExpandableRowCustomEvent<T> extends CustomEvent<T>
|
|
|
592
776
|
detail: T;
|
|
593
777
|
target: HTMLSmoothlyTableExpandableRowElement;
|
|
594
778
|
}
|
|
779
|
+
export interface SmoothlyToggleSwitchCustomEvent<T> extends CustomEvent<T> {
|
|
780
|
+
detail: T;
|
|
781
|
+
target: HTMLSmoothlyToggleSwitchElement;
|
|
782
|
+
}
|
|
595
783
|
export interface SmoothlyTriggerCustomEvent<T> extends CustomEvent<T> {
|
|
596
784
|
detail: T;
|
|
597
785
|
target: HTMLSmoothlyTriggerElement;
|
|
@@ -667,6 +855,12 @@ declare global {
|
|
|
667
855
|
prototype: HTMLSmoothlyButtonElement;
|
|
668
856
|
new (): HTMLSmoothlyButtonElement;
|
|
669
857
|
};
|
|
858
|
+
interface HTMLSmoothlyButtonConfirmElement extends Components.SmoothlyButtonConfirm, HTMLStencilElement {
|
|
859
|
+
}
|
|
860
|
+
var HTMLSmoothlyButtonConfirmElement: {
|
|
861
|
+
prototype: HTMLSmoothlyButtonConfirmElement;
|
|
862
|
+
new (): HTMLSmoothlyButtonConfirmElement;
|
|
863
|
+
};
|
|
670
864
|
interface HTMLSmoothlyButtonDemoElement extends Components.SmoothlyButtonDemo, HTMLStencilElement {
|
|
671
865
|
}
|
|
672
866
|
var HTMLSmoothlyButtonDemoElement: {
|
|
@@ -742,12 +936,30 @@ declare global {
|
|
|
742
936
|
prototype: HTMLSmoothlyFilterElement;
|
|
743
937
|
new (): HTMLSmoothlyFilterElement;
|
|
744
938
|
};
|
|
939
|
+
interface HTMLSmoothlyFilterFieldElement extends Components.SmoothlyFilterField, HTMLStencilElement {
|
|
940
|
+
}
|
|
941
|
+
var HTMLSmoothlyFilterFieldElement: {
|
|
942
|
+
prototype: HTMLSmoothlyFilterFieldElement;
|
|
943
|
+
new (): HTMLSmoothlyFilterFieldElement;
|
|
944
|
+
};
|
|
745
945
|
interface HTMLSmoothlyFilterInputElement extends Components.SmoothlyFilterInput, HTMLStencilElement {
|
|
746
946
|
}
|
|
747
947
|
var HTMLSmoothlyFilterInputElement: {
|
|
748
948
|
prototype: HTMLSmoothlyFilterInputElement;
|
|
749
949
|
new (): HTMLSmoothlyFilterInputElement;
|
|
750
950
|
};
|
|
951
|
+
interface HTMLSmoothlyFilterPickerElement extends Components.SmoothlyFilterPicker, HTMLStencilElement {
|
|
952
|
+
}
|
|
953
|
+
var HTMLSmoothlyFilterPickerElement: {
|
|
954
|
+
prototype: HTMLSmoothlyFilterPickerElement;
|
|
955
|
+
new (): HTMLSmoothlyFilterPickerElement;
|
|
956
|
+
};
|
|
957
|
+
interface HTMLSmoothlyFilterToggleElement extends Components.SmoothlyFilterToggle, HTMLStencilElement {
|
|
958
|
+
}
|
|
959
|
+
var HTMLSmoothlyFilterToggleElement: {
|
|
960
|
+
prototype: HTMLSmoothlyFilterToggleElement;
|
|
961
|
+
new (): HTMLSmoothlyFilterToggleElement;
|
|
962
|
+
};
|
|
751
963
|
interface HTMLSmoothlyFormElement extends Components.SmoothlyForm, HTMLStencilElement {
|
|
752
964
|
}
|
|
753
965
|
var HTMLSmoothlyFormElement: {
|
|
@@ -784,12 +996,24 @@ declare global {
|
|
|
784
996
|
prototype: HTMLSmoothlyInputElement;
|
|
785
997
|
new (): HTMLSmoothlyInputElement;
|
|
786
998
|
};
|
|
999
|
+
interface HTMLSmoothlyInputCheckboxElement extends Components.SmoothlyInputCheckbox, HTMLStencilElement {
|
|
1000
|
+
}
|
|
1001
|
+
var HTMLSmoothlyInputCheckboxElement: {
|
|
1002
|
+
prototype: HTMLSmoothlyInputCheckboxElement;
|
|
1003
|
+
new (): HTMLSmoothlyInputCheckboxElement;
|
|
1004
|
+
};
|
|
787
1005
|
interface HTMLSmoothlyInputClearElement extends Components.SmoothlyInputClear, HTMLStencilElement {
|
|
788
1006
|
}
|
|
789
1007
|
var HTMLSmoothlyInputClearElement: {
|
|
790
1008
|
prototype: HTMLSmoothlyInputClearElement;
|
|
791
1009
|
new (): HTMLSmoothlyInputClearElement;
|
|
792
1010
|
};
|
|
1011
|
+
interface HTMLSmoothlyInputColorElement extends Components.SmoothlyInputColor, HTMLStencilElement {
|
|
1012
|
+
}
|
|
1013
|
+
var HTMLSmoothlyInputColorElement: {
|
|
1014
|
+
prototype: HTMLSmoothlyInputColorElement;
|
|
1015
|
+
new (): HTMLSmoothlyInputColorElement;
|
|
1016
|
+
};
|
|
793
1017
|
interface HTMLSmoothlyInputDateElement extends Components.SmoothlyInputDate, HTMLStencilElement {
|
|
794
1018
|
}
|
|
795
1019
|
var HTMLSmoothlyInputDateElement: {
|
|
@@ -808,6 +1032,12 @@ declare global {
|
|
|
808
1032
|
prototype: HTMLSmoothlyInputDemoElement;
|
|
809
1033
|
new (): HTMLSmoothlyInputDemoElement;
|
|
810
1034
|
};
|
|
1035
|
+
interface HTMLSmoothlyInputEditElement extends Components.SmoothlyInputEdit, HTMLStencilElement {
|
|
1036
|
+
}
|
|
1037
|
+
var HTMLSmoothlyInputEditElement: {
|
|
1038
|
+
prototype: HTMLSmoothlyInputEditElement;
|
|
1039
|
+
new (): HTMLSmoothlyInputEditElement;
|
|
1040
|
+
};
|
|
811
1041
|
interface HTMLSmoothlyInputFileElement extends Components.SmoothlyInputFile, HTMLStencilElement {
|
|
812
1042
|
}
|
|
813
1043
|
var HTMLSmoothlyInputFileElement: {
|
|
@@ -820,18 +1050,66 @@ declare global {
|
|
|
820
1050
|
prototype: HTMLSmoothlyInputMonthElement;
|
|
821
1051
|
new (): HTMLSmoothlyInputMonthElement;
|
|
822
1052
|
};
|
|
1053
|
+
interface HTMLSmoothlyInputRadioElement extends Components.SmoothlyInputRadio, HTMLStencilElement {
|
|
1054
|
+
}
|
|
1055
|
+
var HTMLSmoothlyInputRadioElement: {
|
|
1056
|
+
prototype: HTMLSmoothlyInputRadioElement;
|
|
1057
|
+
new (): HTMLSmoothlyInputRadioElement;
|
|
1058
|
+
};
|
|
1059
|
+
interface HTMLSmoothlyInputRadioItemElement extends Components.SmoothlyInputRadioItem, HTMLStencilElement {
|
|
1060
|
+
}
|
|
1061
|
+
var HTMLSmoothlyInputRadioItemElement: {
|
|
1062
|
+
prototype: HTMLSmoothlyInputRadioItemElement;
|
|
1063
|
+
new (): HTMLSmoothlyInputRadioItemElement;
|
|
1064
|
+
};
|
|
1065
|
+
interface HTMLSmoothlyInputRangeElement extends Components.SmoothlyInputRange, HTMLStencilElement {
|
|
1066
|
+
}
|
|
1067
|
+
var HTMLSmoothlyInputRangeElement: {
|
|
1068
|
+
prototype: HTMLSmoothlyInputRangeElement;
|
|
1069
|
+
new (): HTMLSmoothlyInputRangeElement;
|
|
1070
|
+
};
|
|
1071
|
+
interface HTMLSmoothlyInputResetElement extends Components.SmoothlyInputReset, HTMLStencilElement {
|
|
1072
|
+
}
|
|
1073
|
+
var HTMLSmoothlyInputResetElement: {
|
|
1074
|
+
prototype: HTMLSmoothlyInputResetElement;
|
|
1075
|
+
new (): HTMLSmoothlyInputResetElement;
|
|
1076
|
+
};
|
|
823
1077
|
interface HTMLSmoothlyInputSelectElement extends Components.SmoothlyInputSelect, HTMLStencilElement {
|
|
824
1078
|
}
|
|
825
1079
|
var HTMLSmoothlyInputSelectElement: {
|
|
826
1080
|
prototype: HTMLSmoothlyInputSelectElement;
|
|
827
1081
|
new (): HTMLSmoothlyInputSelectElement;
|
|
828
1082
|
};
|
|
1083
|
+
interface HTMLSmoothlyInputSubmitElement extends Components.SmoothlyInputSubmit, HTMLStencilElement {
|
|
1084
|
+
}
|
|
1085
|
+
var HTMLSmoothlyInputSubmitElement: {
|
|
1086
|
+
prototype: HTMLSmoothlyInputSubmitElement;
|
|
1087
|
+
new (): HTMLSmoothlyInputSubmitElement;
|
|
1088
|
+
};
|
|
829
1089
|
interface HTMLSmoothlyItemElement extends Components.SmoothlyItem, HTMLStencilElement {
|
|
830
1090
|
}
|
|
831
1091
|
var HTMLSmoothlyItemElement: {
|
|
832
1092
|
prototype: HTMLSmoothlyItemElement;
|
|
833
1093
|
new (): HTMLSmoothlyItemElement;
|
|
834
1094
|
};
|
|
1095
|
+
interface HTMLSmoothlyLabelElement extends Components.SmoothlyLabel, HTMLStencilElement {
|
|
1096
|
+
}
|
|
1097
|
+
var HTMLSmoothlyLabelElement: {
|
|
1098
|
+
prototype: HTMLSmoothlyLabelElement;
|
|
1099
|
+
new (): HTMLSmoothlyLabelElement;
|
|
1100
|
+
};
|
|
1101
|
+
interface HTMLSmoothlyLazyElement extends Components.SmoothlyLazy, HTMLStencilElement {
|
|
1102
|
+
}
|
|
1103
|
+
var HTMLSmoothlyLazyElement: {
|
|
1104
|
+
prototype: HTMLSmoothlyLazyElement;
|
|
1105
|
+
new (): HTMLSmoothlyLazyElement;
|
|
1106
|
+
};
|
|
1107
|
+
interface HTMLSmoothlyLoadMoreElement extends Components.SmoothlyLoadMore, HTMLStencilElement {
|
|
1108
|
+
}
|
|
1109
|
+
var HTMLSmoothlyLoadMoreElement: {
|
|
1110
|
+
prototype: HTMLSmoothlyLoadMoreElement;
|
|
1111
|
+
new (): HTMLSmoothlyLoadMoreElement;
|
|
1112
|
+
};
|
|
835
1113
|
interface HTMLSmoothlyNotificationElement extends Components.SmoothlyNotification, HTMLStencilElement {
|
|
836
1114
|
}
|
|
837
1115
|
var HTMLSmoothlyNotificationElement: {
|
|
@@ -880,30 +1158,6 @@ declare global {
|
|
|
880
1158
|
prototype: HTMLSmoothlyQuietElement;
|
|
881
1159
|
new (): HTMLSmoothlyQuietElement;
|
|
882
1160
|
};
|
|
883
|
-
interface HTMLSmoothlyRadioElement extends Components.SmoothlyRadio, HTMLStencilElement {
|
|
884
|
-
}
|
|
885
|
-
var HTMLSmoothlyRadioElement: {
|
|
886
|
-
prototype: HTMLSmoothlyRadioElement;
|
|
887
|
-
new (): HTMLSmoothlyRadioElement;
|
|
888
|
-
};
|
|
889
|
-
interface HTMLSmoothlyRadioButtonElement extends Components.SmoothlyRadioButton, HTMLStencilElement {
|
|
890
|
-
}
|
|
891
|
-
var HTMLSmoothlyRadioButtonElement: {
|
|
892
|
-
prototype: HTMLSmoothlyRadioButtonElement;
|
|
893
|
-
new (): HTMLSmoothlyRadioButtonElement;
|
|
894
|
-
};
|
|
895
|
-
interface HTMLSmoothlyRadioButtonItemElement extends Components.SmoothlyRadioButtonItem, HTMLStencilElement {
|
|
896
|
-
}
|
|
897
|
-
var HTMLSmoothlyRadioButtonItemElement: {
|
|
898
|
-
prototype: HTMLSmoothlyRadioButtonItemElement;
|
|
899
|
-
new (): HTMLSmoothlyRadioButtonItemElement;
|
|
900
|
-
};
|
|
901
|
-
interface HTMLSmoothlyRadioGroupElement extends Components.SmoothlyRadioGroup, HTMLStencilElement {
|
|
902
|
-
}
|
|
903
|
-
var HTMLSmoothlyRadioGroupElement: {
|
|
904
|
-
prototype: HTMLSmoothlyRadioGroupElement;
|
|
905
|
-
new (): HTMLSmoothlyRadioGroupElement;
|
|
906
|
-
};
|
|
907
1161
|
interface HTMLSmoothlyReorderElement extends Components.SmoothlyReorder, HTMLStencilElement {
|
|
908
1162
|
}
|
|
909
1163
|
var HTMLSmoothlyReorderElement: {
|
|
@@ -1006,6 +1260,12 @@ declare global {
|
|
|
1006
1260
|
prototype: HTMLSmoothlyTableExpandableRowElement;
|
|
1007
1261
|
new (): HTMLSmoothlyTableExpandableRowElement;
|
|
1008
1262
|
};
|
|
1263
|
+
interface HTMLSmoothlyTableFooterElement extends Components.SmoothlyTableFooter, HTMLStencilElement {
|
|
1264
|
+
}
|
|
1265
|
+
var HTMLSmoothlyTableFooterElement: {
|
|
1266
|
+
prototype: HTMLSmoothlyTableFooterElement;
|
|
1267
|
+
new (): HTMLSmoothlyTableFooterElement;
|
|
1268
|
+
};
|
|
1009
1269
|
interface HTMLSmoothlyTableHeaderElement extends Components.SmoothlyTableHeader, HTMLStencilElement {
|
|
1010
1270
|
}
|
|
1011
1271
|
var HTMLSmoothlyTableHeaderElement: {
|
|
@@ -1024,6 +1284,30 @@ declare global {
|
|
|
1024
1284
|
prototype: HTMLSmoothlyTableTestingElement;
|
|
1025
1285
|
new (): HTMLSmoothlyTableTestingElement;
|
|
1026
1286
|
};
|
|
1287
|
+
interface HTMLSmoothlyThemeColorElement extends Components.SmoothlyThemeColor, HTMLStencilElement {
|
|
1288
|
+
}
|
|
1289
|
+
var HTMLSmoothlyThemeColorElement: {
|
|
1290
|
+
prototype: HTMLSmoothlyThemeColorElement;
|
|
1291
|
+
new (): HTMLSmoothlyThemeColorElement;
|
|
1292
|
+
};
|
|
1293
|
+
interface HTMLSmoothlyThemeColorVariantElement extends Components.SmoothlyThemeColorVariant, HTMLStencilElement {
|
|
1294
|
+
}
|
|
1295
|
+
var HTMLSmoothlyThemeColorVariantElement: {
|
|
1296
|
+
prototype: HTMLSmoothlyThemeColorVariantElement;
|
|
1297
|
+
new (): HTMLSmoothlyThemeColorVariantElement;
|
|
1298
|
+
};
|
|
1299
|
+
interface HTMLSmoothlyThemeColorsElement extends Components.SmoothlyThemeColors, HTMLStencilElement {
|
|
1300
|
+
}
|
|
1301
|
+
var HTMLSmoothlyThemeColorsElement: {
|
|
1302
|
+
prototype: HTMLSmoothlyThemeColorsElement;
|
|
1303
|
+
new (): HTMLSmoothlyThemeColorsElement;
|
|
1304
|
+
};
|
|
1305
|
+
interface HTMLSmoothlyThemePickerElement extends Components.SmoothlyThemePicker, HTMLStencilElement {
|
|
1306
|
+
}
|
|
1307
|
+
var HTMLSmoothlyThemePickerElement: {
|
|
1308
|
+
prototype: HTMLSmoothlyThemePickerElement;
|
|
1309
|
+
new (): HTMLSmoothlyThemePickerElement;
|
|
1310
|
+
};
|
|
1027
1311
|
interface HTMLSmoothlyToggleElement extends Components.SmoothlyToggle, HTMLStencilElement {
|
|
1028
1312
|
}
|
|
1029
1313
|
var HTMLSmoothlyToggleElement: {
|
|
@@ -1078,6 +1362,7 @@ declare global {
|
|
|
1078
1362
|
"smoothly-back-to-top": HTMLSmoothlyBackToTopElement;
|
|
1079
1363
|
"smoothly-burger": HTMLSmoothlyBurgerElement;
|
|
1080
1364
|
"smoothly-button": HTMLSmoothlyButtonElement;
|
|
1365
|
+
"smoothly-button-confirm": HTMLSmoothlyButtonConfirmElement;
|
|
1081
1366
|
"smoothly-button-demo": HTMLSmoothlyButtonDemoElement;
|
|
1082
1367
|
"smoothly-calendar": HTMLSmoothlyCalendarElement;
|
|
1083
1368
|
"smoothly-checkbox": HTMLSmoothlyCheckboxElement;
|
|
@@ -1090,21 +1375,35 @@ declare global {
|
|
|
1090
1375
|
"smoothly-display-date-time": HTMLSmoothlyDisplayDateTimeElement;
|
|
1091
1376
|
"smoothly-display-demo": HTMLSmoothlyDisplayDemoElement;
|
|
1092
1377
|
"smoothly-filter": HTMLSmoothlyFilterElement;
|
|
1378
|
+
"smoothly-filter-field": HTMLSmoothlyFilterFieldElement;
|
|
1093
1379
|
"smoothly-filter-input": HTMLSmoothlyFilterInputElement;
|
|
1380
|
+
"smoothly-filter-picker": HTMLSmoothlyFilterPickerElement;
|
|
1381
|
+
"smoothly-filter-toggle": HTMLSmoothlyFilterToggleElement;
|
|
1094
1382
|
"smoothly-form": HTMLSmoothlyFormElement;
|
|
1095
1383
|
"smoothly-frame": HTMLSmoothlyFrameElement;
|
|
1096
1384
|
"smoothly-google-font": HTMLSmoothlyGoogleFontElement;
|
|
1097
1385
|
"smoothly-icon": HTMLSmoothlyIconElement;
|
|
1098
1386
|
"smoothly-icon-demo": HTMLSmoothlyIconDemoElement;
|
|
1099
1387
|
"smoothly-input": HTMLSmoothlyInputElement;
|
|
1388
|
+
"smoothly-input-checkbox": HTMLSmoothlyInputCheckboxElement;
|
|
1100
1389
|
"smoothly-input-clear": HTMLSmoothlyInputClearElement;
|
|
1390
|
+
"smoothly-input-color": HTMLSmoothlyInputColorElement;
|
|
1101
1391
|
"smoothly-input-date": HTMLSmoothlyInputDateElement;
|
|
1102
1392
|
"smoothly-input-date-range": HTMLSmoothlyInputDateRangeElement;
|
|
1103
1393
|
"smoothly-input-demo": HTMLSmoothlyInputDemoElement;
|
|
1394
|
+
"smoothly-input-edit": HTMLSmoothlyInputEditElement;
|
|
1104
1395
|
"smoothly-input-file": HTMLSmoothlyInputFileElement;
|
|
1105
1396
|
"smoothly-input-month": HTMLSmoothlyInputMonthElement;
|
|
1397
|
+
"smoothly-input-radio": HTMLSmoothlyInputRadioElement;
|
|
1398
|
+
"smoothly-input-radio-item": HTMLSmoothlyInputRadioItemElement;
|
|
1399
|
+
"smoothly-input-range": HTMLSmoothlyInputRangeElement;
|
|
1400
|
+
"smoothly-input-reset": HTMLSmoothlyInputResetElement;
|
|
1106
1401
|
"smoothly-input-select": HTMLSmoothlyInputSelectElement;
|
|
1402
|
+
"smoothly-input-submit": HTMLSmoothlyInputSubmitElement;
|
|
1107
1403
|
"smoothly-item": HTMLSmoothlyItemElement;
|
|
1404
|
+
"smoothly-label": HTMLSmoothlyLabelElement;
|
|
1405
|
+
"smoothly-lazy": HTMLSmoothlyLazyElement;
|
|
1406
|
+
"smoothly-load-more": HTMLSmoothlyLoadMoreElement;
|
|
1108
1407
|
"smoothly-notification": HTMLSmoothlyNotificationElement;
|
|
1109
1408
|
"smoothly-notifier": HTMLSmoothlyNotifierElement;
|
|
1110
1409
|
"smoothly-picker": HTMLSmoothlyPickerElement;
|
|
@@ -1113,10 +1412,6 @@ declare global {
|
|
|
1113
1412
|
"smoothly-picker-option": HTMLSmoothlyPickerOptionElement;
|
|
1114
1413
|
"smoothly-popup": HTMLSmoothlyPopupElement;
|
|
1115
1414
|
"smoothly-quiet": HTMLSmoothlyQuietElement;
|
|
1116
|
-
"smoothly-radio": HTMLSmoothlyRadioElement;
|
|
1117
|
-
"smoothly-radio-button": HTMLSmoothlyRadioButtonElement;
|
|
1118
|
-
"smoothly-radio-button-item": HTMLSmoothlyRadioButtonItemElement;
|
|
1119
|
-
"smoothly-radio-group": HTMLSmoothlyRadioGroupElement;
|
|
1120
1415
|
"smoothly-reorder": HTMLSmoothlyReorderElement;
|
|
1121
1416
|
"smoothly-select-demo": HTMLSmoothlySelectDemoElement;
|
|
1122
1417
|
"smoothly-skeleton": HTMLSmoothlySkeletonElement;
|
|
@@ -1134,9 +1429,14 @@ declare global {
|
|
|
1134
1429
|
"smoothly-table-demo-filtered": HTMLSmoothlyTableDemoFilteredElement;
|
|
1135
1430
|
"smoothly-table-expandable-cell": HTMLSmoothlyTableExpandableCellElement;
|
|
1136
1431
|
"smoothly-table-expandable-row": HTMLSmoothlyTableExpandableRowElement;
|
|
1432
|
+
"smoothly-table-footer": HTMLSmoothlyTableFooterElement;
|
|
1137
1433
|
"smoothly-table-header": HTMLSmoothlyTableHeaderElement;
|
|
1138
1434
|
"smoothly-table-row": HTMLSmoothlyTableRowElement;
|
|
1139
1435
|
"smoothly-table-testing": HTMLSmoothlyTableTestingElement;
|
|
1436
|
+
"smoothly-theme-color": HTMLSmoothlyThemeColorElement;
|
|
1437
|
+
"smoothly-theme-color-variant": HTMLSmoothlyThemeColorVariantElement;
|
|
1438
|
+
"smoothly-theme-colors": HTMLSmoothlyThemeColorsElement;
|
|
1439
|
+
"smoothly-theme-picker": HTMLSmoothlyThemePickerElement;
|
|
1140
1440
|
"smoothly-toggle": HTMLSmoothlyToggleElement;
|
|
1141
1441
|
"smoothly-toggle-switch": HTMLSmoothlyToggleSwitchElement;
|
|
1142
1442
|
"smoothly-trigger": HTMLSmoothlyTriggerElement;
|
|
@@ -1172,6 +1472,7 @@ declare namespace LocalJSX {
|
|
|
1172
1472
|
}
|
|
1173
1473
|
interface SmoothlyApp {
|
|
1174
1474
|
"color"?: Color;
|
|
1475
|
+
"home"?: string;
|
|
1175
1476
|
"label"?: string;
|
|
1176
1477
|
"menuOpen"?: boolean;
|
|
1177
1478
|
}
|
|
@@ -1179,6 +1480,8 @@ declare namespace LocalJSX {
|
|
|
1179
1480
|
"baseUrl"?: string;
|
|
1180
1481
|
}
|
|
1181
1482
|
interface SmoothlyAppRoom {
|
|
1483
|
+
"content"?: JSX.Element | FunctionalComponent;
|
|
1484
|
+
"disabled"?: boolean;
|
|
1182
1485
|
"icon"?: Icon;
|
|
1183
1486
|
"label"?: string;
|
|
1184
1487
|
"onSmoothlyRoomLoaded"?: (event: SmoothlyAppRoomCustomEvent<{ selected: boolean }>) => void;
|
|
@@ -1194,20 +1497,32 @@ declare namespace LocalJSX {
|
|
|
1194
1497
|
}
|
|
1195
1498
|
interface SmoothlyBurger {
|
|
1196
1499
|
"mediaQuery"?: string;
|
|
1197
|
-
"
|
|
1198
|
-
"
|
|
1500
|
+
"onSmoothlyNavStatus"?: (event: SmoothlyBurgerCustomEvent<boolean>) => void;
|
|
1501
|
+
"onSmoothlyVisibleStatus"?: (event: SmoothlyBurgerCustomEvent<boolean>) => void;
|
|
1199
1502
|
"open"?: boolean;
|
|
1200
1503
|
"visible"?: boolean;
|
|
1201
1504
|
}
|
|
1202
1505
|
interface SmoothlyButton {
|
|
1203
1506
|
"color"?: Color;
|
|
1204
1507
|
"disabled"?: boolean;
|
|
1205
|
-
"download"?: boolean;
|
|
1206
1508
|
"expand"?: "block" | "full";
|
|
1207
1509
|
"fill"?: Fill;
|
|
1208
1510
|
"link"?: string;
|
|
1209
1511
|
"shape"?: "rounded";
|
|
1210
1512
|
"size"?: "small" | "large" | "icon" | "flexible";
|
|
1513
|
+
"type"?: Button.Properties["type"];
|
|
1514
|
+
}
|
|
1515
|
+
interface SmoothlyButtonConfirm {
|
|
1516
|
+
"color"?: Color;
|
|
1517
|
+
"disabled"?: boolean;
|
|
1518
|
+
"doubleClickTime"?: number;
|
|
1519
|
+
"expand"?: "block" | "full";
|
|
1520
|
+
"fill"?: Fill;
|
|
1521
|
+
"name"?: string;
|
|
1522
|
+
"onSmoothlyConfirm"?: (event: SmoothlyButtonConfirmCustomEvent<Data>) => void;
|
|
1523
|
+
"onSmoothlyInputLoad"?: (event: SmoothlyButtonConfirmCustomEvent<(parent: HTMLElement) => void>) => void;
|
|
1524
|
+
"shape"?: "rounded";
|
|
1525
|
+
"size"?: "small" | "large" | "icon" | "flexible";
|
|
1211
1526
|
"type"?: "link" | "button";
|
|
1212
1527
|
}
|
|
1213
1528
|
interface SmoothlyButtonDemo {
|
|
@@ -1218,11 +1533,11 @@ declare namespace LocalJSX {
|
|
|
1218
1533
|
"max"?: Date;
|
|
1219
1534
|
"min"?: Date;
|
|
1220
1535
|
"month"?: Date;
|
|
1221
|
-
"
|
|
1222
|
-
"
|
|
1223
|
-
"
|
|
1224
|
-
"
|
|
1225
|
-
"
|
|
1536
|
+
"onSmoothlyDateRangeSet"?: (event: SmoothlyCalendarCustomEvent<DateRange>) => void;
|
|
1537
|
+
"onSmoothlyDateSet"?: (event: SmoothlyCalendarCustomEvent<Date>) => void;
|
|
1538
|
+
"onSmoothlyEndChange"?: (event: SmoothlyCalendarCustomEvent<Date>) => void;
|
|
1539
|
+
"onSmoothlyStartChange"?: (event: SmoothlyCalendarCustomEvent<Date>) => void;
|
|
1540
|
+
"onSmoothlyValueChange"?: (event: SmoothlyCalendarCustomEvent<Date>) => void;
|
|
1226
1541
|
"start"?: Date;
|
|
1227
1542
|
"value"?: Date;
|
|
1228
1543
|
}
|
|
@@ -1233,6 +1548,7 @@ declare namespace LocalJSX {
|
|
|
1233
1548
|
"name"?: string;
|
|
1234
1549
|
"onSmoothlyInput"?: (event: SmoothlyCheckboxCustomEvent<Record<string, any>>) => void;
|
|
1235
1550
|
"size"?: "tiny" | "small" | "medium" | "large";
|
|
1551
|
+
"unavailable"?: boolean;
|
|
1236
1552
|
"value"?: any;
|
|
1237
1553
|
}
|
|
1238
1554
|
interface SmoothlyColor {
|
|
@@ -1272,39 +1588,49 @@ declare namespace LocalJSX {
|
|
|
1272
1588
|
"onNotice"?: (event: SmoothlyDisplayDemoCustomEvent<Notice>) => void;
|
|
1273
1589
|
}
|
|
1274
1590
|
interface SmoothlyFilter {
|
|
1275
|
-
"
|
|
1276
|
-
|
|
1277
|
-
|
|
1278
|
-
"
|
|
1591
|
+
"onSmoothlyFilter"?: (event: SmoothlyFilterCustomEvent<selectively.Criteria>) => void;
|
|
1592
|
+
}
|
|
1593
|
+
interface SmoothlyFilterField {
|
|
1594
|
+
"criteria"?: selectively.Criteria;
|
|
1595
|
+
"onSmoothlyFilterField"?: (event: SmoothlyFilterFieldCustomEvent<selectively.Rule>) => void;
|
|
1279
1596
|
}
|
|
1280
1597
|
interface SmoothlyFilterInput {
|
|
1281
|
-
"
|
|
1282
|
-
"
|
|
1283
|
-
"currency"?: Currency;
|
|
1284
|
-
"disabled"?: boolean;
|
|
1285
|
-
"maxLength"?: number;
|
|
1286
|
-
"minLength"?: number;
|
|
1287
|
-
"name"?: string;
|
|
1288
|
-
"onFilter"?: (event: SmoothlyFilterInputCustomEvent<Criteria>) => void;
|
|
1289
|
-
"pattern"?: RegExp;
|
|
1598
|
+
"onSmoothlyFilterManipulate"?: (event: SmoothlyFilterInputCustomEvent<Filter.Manipulate>) => void;
|
|
1599
|
+
"onSmoothlyFilterUpdate"?: (event: SmoothlyFilterInputCustomEvent<Filter.Update>) => void;
|
|
1290
1600
|
"placeholder"?: string;
|
|
1291
|
-
"
|
|
1292
|
-
|
|
1293
|
-
|
|
1294
|
-
"
|
|
1295
|
-
"
|
|
1601
|
+
"property"?: string;
|
|
1602
|
+
}
|
|
1603
|
+
interface SmoothlyFilterPicker {
|
|
1604
|
+
"label"?: string;
|
|
1605
|
+
"multiple"?: boolean;
|
|
1606
|
+
"onSmoothlyFilterManipulate"?: (event: SmoothlyFilterPickerCustomEvent<Filter.Manipulate>) => void;
|
|
1607
|
+
"onSmoothlyFilterUpdate"?: (event: SmoothlyFilterPickerCustomEvent<Filter.Update>) => void;
|
|
1608
|
+
"property"?: string;
|
|
1609
|
+
"type"?: "array" | "string";
|
|
1610
|
+
}
|
|
1611
|
+
interface SmoothlyFilterToggle {
|
|
1612
|
+
"active"?: boolean;
|
|
1613
|
+
"flip"?: boolean;
|
|
1614
|
+
"icon"?: Icon;
|
|
1615
|
+
"not"?: boolean;
|
|
1616
|
+
"onSmoothlyFilterManipulate"?: (event: SmoothlyFilterToggleCustomEvent<Filter.Manipulate>) => void;
|
|
1617
|
+
"onSmoothlyFilterUpdate"?: (event: SmoothlyFilterToggleCustomEvent<Filter.Update>) => void;
|
|
1618
|
+
"properties"?: Record<string, string>;
|
|
1619
|
+
"toolTip"?: string;
|
|
1296
1620
|
}
|
|
1297
1621
|
interface SmoothlyForm {
|
|
1298
1622
|
"action"?: string;
|
|
1299
1623
|
"changed"?: boolean;
|
|
1300
1624
|
"color"?: Color;
|
|
1301
|
-
"looks"?:
|
|
1302
|
-
"method"?: "GET" | "POST";
|
|
1625
|
+
"looks"?: Looks;
|
|
1303
1626
|
"name"?: string;
|
|
1627
|
+
"onNotice"?: (event: SmoothlyFormCustomEvent<Notice>) => void;
|
|
1304
1628
|
"onSmoothlyFormInput"?: (event: SmoothlyFormCustomEvent<Data>) => void;
|
|
1305
|
-
"onSmoothlyFormSubmit"?: (event: SmoothlyFormCustomEvent<Data>) => void;
|
|
1629
|
+
"onSmoothlyFormSubmit"?: (event: SmoothlyFormCustomEvent<{ value: Data; type: "update" | "change" | "fetch" | "create" | "remove" }>) => void;
|
|
1306
1630
|
"prevent"?: boolean;
|
|
1307
1631
|
"processing"?: boolean;
|
|
1632
|
+
"readonly"?: boolean;
|
|
1633
|
+
"type"?: "update" | "change" | "fetch" | "create";
|
|
1308
1634
|
"value"?: Readonly<Data>;
|
|
1309
1635
|
}
|
|
1310
1636
|
interface SmoothlyFrame {
|
|
@@ -1320,7 +1646,9 @@ declare namespace LocalJSX {
|
|
|
1320
1646
|
interface SmoothlyIcon {
|
|
1321
1647
|
"color"?: Color;
|
|
1322
1648
|
"fill"?: Fill;
|
|
1649
|
+
"flip"?: "x" | "y";
|
|
1323
1650
|
"name"?: Icon | "empty";
|
|
1651
|
+
"rotate"?: number;
|
|
1324
1652
|
"size"?: "tiny" | "small" | "medium" | "large";
|
|
1325
1653
|
"toolTip"?: string;
|
|
1326
1654
|
}
|
|
@@ -1330,24 +1658,37 @@ declare namespace LocalJSX {
|
|
|
1330
1658
|
"autocomplete"?: boolean;
|
|
1331
1659
|
"changed"?: boolean;
|
|
1332
1660
|
"color"?: Color;
|
|
1333
|
-
"currency"?: Currency;
|
|
1661
|
+
"currency"?: isoly.Currency;
|
|
1662
|
+
"delay"?: number;
|
|
1334
1663
|
"disabled"?: boolean;
|
|
1335
1664
|
"looks"?: Looks;
|
|
1336
|
-
"maxLength"?: number;
|
|
1337
|
-
"minLength"?: number;
|
|
1338
1665
|
"name"?: string;
|
|
1339
1666
|
"onSmoothlyBlur"?: (event: SmoothlyInputCustomEvent<void>) => void;
|
|
1340
1667
|
"onSmoothlyChange"?: (event: SmoothlyInputCustomEvent<Record<string, any>>) => void;
|
|
1668
|
+
"onSmoothlyFormDisable"?: (event: SmoothlyInputCustomEvent<(disabled: boolean) => void>) => void;
|
|
1341
1669
|
"onSmoothlyInput"?: (event: SmoothlyInputCustomEvent<Record<string, any>>) => void;
|
|
1670
|
+
"onSmoothlyInputLoad"?: (event: SmoothlyInputCustomEvent<(parent: HTMLElement) => void>) => void;
|
|
1342
1671
|
"onSmoothlyInputLooks"?: (event: SmoothlyInputCustomEvent<(looks: Looks, color: Color) => void>) => void;
|
|
1343
|
-
"pattern"?: RegExp | undefined;
|
|
1344
1672
|
"placeholder"?: string | undefined;
|
|
1345
1673
|
"readonly"?: boolean;
|
|
1346
1674
|
"required"?: boolean;
|
|
1347
1675
|
"showLabel"?: boolean;
|
|
1348
|
-
"type"?:
|
|
1676
|
+
"type"?: tidily.Type;
|
|
1349
1677
|
"value"?: any;
|
|
1350
1678
|
}
|
|
1679
|
+
interface SmoothlyInputCheckbox {
|
|
1680
|
+
"changed"?: boolean;
|
|
1681
|
+
"checked"?: boolean;
|
|
1682
|
+
"disabled"?: boolean;
|
|
1683
|
+
"looks"?: Looks;
|
|
1684
|
+
"name"?: string;
|
|
1685
|
+
"onSmoothlyFormDisable"?: (event: SmoothlyInputCheckboxCustomEvent<(disabled: boolean) => void>) => void;
|
|
1686
|
+
"onSmoothlyInput"?: (event: SmoothlyInputCheckboxCustomEvent<Data>) => void;
|
|
1687
|
+
"onSmoothlyInputLoad"?: (event: SmoothlyInputCheckboxCustomEvent<(parent: HTMLElement) => void>) => void;
|
|
1688
|
+
"onSmoothlyInputLooks"?: (event: SmoothlyInputCheckboxCustomEvent<(looks: Looks, color: Color) => void>) => void;
|
|
1689
|
+
"readonly"?: boolean;
|
|
1690
|
+
"value"?: boolean;
|
|
1691
|
+
}
|
|
1351
1692
|
interface SmoothlyInputClear {
|
|
1352
1693
|
"color"?: Color;
|
|
1353
1694
|
"disabled"?: boolean;
|
|
@@ -1359,6 +1700,14 @@ declare namespace LocalJSX {
|
|
|
1359
1700
|
"size"?: "small" | "large" | "icon" | "flexible";
|
|
1360
1701
|
"type"?: "form" | "input";
|
|
1361
1702
|
}
|
|
1703
|
+
interface SmoothlyInputColor {
|
|
1704
|
+
"looks"?: Looks;
|
|
1705
|
+
"name"?: string;
|
|
1706
|
+
"onSmoothlyInput"?: (event: SmoothlyInputColorCustomEvent<Record<string, any>>) => void;
|
|
1707
|
+
"onSmoothlyInputLoad"?: (event: SmoothlyInputColorCustomEvent<(parent: HTMLElement) => void>) => void;
|
|
1708
|
+
"onSmoothlyInputLooks"?: (event: SmoothlyInputColorCustomEvent<(looks: Looks, color: Color) => void>) => void;
|
|
1709
|
+
"value"?: string | undefined;
|
|
1710
|
+
}
|
|
1362
1711
|
interface SmoothlyInputDate {
|
|
1363
1712
|
"color"?: Color;
|
|
1364
1713
|
"disabled"?: boolean;
|
|
@@ -1368,7 +1717,7 @@ declare namespace LocalJSX {
|
|
|
1368
1717
|
"name"?: string;
|
|
1369
1718
|
"onSmoothlyInput"?: (event: SmoothlyInputDateCustomEvent<Record<string, any>>) => void;
|
|
1370
1719
|
"onSmoothlyInputLooks"?: (event: SmoothlyInputDateCustomEvent<(looks: Looks, color: Color) => void>) => void;
|
|
1371
|
-
"
|
|
1720
|
+
"onSmoothlyValueChange"?: (event: SmoothlyInputDateCustomEvent<Date>) => void;
|
|
1372
1721
|
"open"?: boolean;
|
|
1373
1722
|
"showLabel"?: boolean;
|
|
1374
1723
|
"value"?: Date;
|
|
@@ -1382,9 +1731,9 @@ declare namespace LocalJSX {
|
|
|
1382
1731
|
"max"?: isoly.Date;
|
|
1383
1732
|
"min"?: isoly.Date;
|
|
1384
1733
|
"name"?: string;
|
|
1385
|
-
"onSmoothlyInput"?: (event: SmoothlyInputDateRangeCustomEvent<
|
|
1734
|
+
"onSmoothlyInput"?: (event: SmoothlyInputDateRangeCustomEvent<Data>) => void;
|
|
1386
1735
|
"onSmoothlyInputLooks"?: (event: SmoothlyInputDateRangeCustomEvent<(looks: Looks, color: Color) => void>) => void;
|
|
1387
|
-
"
|
|
1736
|
+
"onSmoothlyValueChange"?: (event: SmoothlyInputDateRangeCustomEvent<isoly.Date>) => void;
|
|
1388
1737
|
"open"?: boolean;
|
|
1389
1738
|
"showLabel"?: boolean;
|
|
1390
1739
|
"start"?: isoly.Date;
|
|
@@ -1392,6 +1741,18 @@ declare namespace LocalJSX {
|
|
|
1392
1741
|
}
|
|
1393
1742
|
interface SmoothlyInputDemo {
|
|
1394
1743
|
}
|
|
1744
|
+
interface SmoothlyInputEdit {
|
|
1745
|
+
"color"?: Color;
|
|
1746
|
+
"disabled"?: boolean;
|
|
1747
|
+
"display"?: boolean;
|
|
1748
|
+
"expand"?: "block" | "full";
|
|
1749
|
+
"fill"?: Fill;
|
|
1750
|
+
"onSmoothlyInputLoad"?: (event: SmoothlyInputEditCustomEvent<(parent: HTMLElement) => void>) => void;
|
|
1751
|
+
"shape"?: "rounded";
|
|
1752
|
+
"size"?: "flexible" | "small" | "large" | "icon";
|
|
1753
|
+
"toolTip"?: string;
|
|
1754
|
+
"type"?: "link" | "button";
|
|
1755
|
+
}
|
|
1395
1756
|
interface SmoothlyInputFile {
|
|
1396
1757
|
"accept"?: string;
|
|
1397
1758
|
"camera"?: "front" | "back";
|
|
@@ -1406,24 +1767,111 @@ declare namespace LocalJSX {
|
|
|
1406
1767
|
"value"?: File;
|
|
1407
1768
|
}
|
|
1408
1769
|
interface SmoothlyInputMonth {
|
|
1409
|
-
"
|
|
1770
|
+
"onSmoothlyValueChange"?: (event: SmoothlyInputMonthCustomEvent<Date>) => void;
|
|
1410
1771
|
"value"?: Date;
|
|
1411
1772
|
}
|
|
1773
|
+
interface SmoothlyInputRadio {
|
|
1774
|
+
"changed"?: boolean;
|
|
1775
|
+
"clearable"?: boolean;
|
|
1776
|
+
"looks"?: Looks;
|
|
1777
|
+
"name"?: string;
|
|
1778
|
+
"onSmoothlyFormDisable"?: (event: SmoothlyInputRadioCustomEvent<(disabled: boolean) => void>) => void;
|
|
1779
|
+
"onSmoothlyInput"?: (event: SmoothlyInputRadioCustomEvent<Data>) => void;
|
|
1780
|
+
"onSmoothlyInputLoad"?: (event: SmoothlyInputRadioCustomEvent<(parent: HTMLElement) => void>) => void;
|
|
1781
|
+
"onSmoothlyInputLooks"?: (event: SmoothlyInputRadioCustomEvent<(looks: Looks, color: Color) => void>) => void;
|
|
1782
|
+
"readonly"?: boolean;
|
|
1783
|
+
"value"?: any;
|
|
1784
|
+
}
|
|
1785
|
+
interface SmoothlyInputRadioItem {
|
|
1786
|
+
"looks"?: Looks;
|
|
1787
|
+
"name"?: string;
|
|
1788
|
+
"onSmoothlyRadioButtonRegister"?: (event: SmoothlyInputRadioItemCustomEvent<(name: string) => void>) => void;
|
|
1789
|
+
"onSmoothlySelect"?: (event: SmoothlyInputRadioItemCustomEvent<Selectable>) => void;
|
|
1790
|
+
"selected"?: boolean;
|
|
1791
|
+
"value"?: any;
|
|
1792
|
+
}
|
|
1793
|
+
interface SmoothlyInputRange {
|
|
1794
|
+
"changed"?: boolean;
|
|
1795
|
+
"labelText"?: string;
|
|
1796
|
+
"looks"?: Looks;
|
|
1797
|
+
"max"?: number;
|
|
1798
|
+
"min"?: number;
|
|
1799
|
+
"name"?: string;
|
|
1800
|
+
"onSmoothlyFormDisable"?: (event: SmoothlyInputRangeCustomEvent<(disabled: boolean) => void>) => void;
|
|
1801
|
+
"onSmoothlyInput"?: (event: SmoothlyInputRangeCustomEvent<Record<string, any>>) => void;
|
|
1802
|
+
"onSmoothlyInputLoad"?: (event: SmoothlyInputRangeCustomEvent<(parent: HTMLElement) => void>) => void;
|
|
1803
|
+
"onSmoothlyInputLooks"?: (event: SmoothlyInputRangeCustomEvent<(looks: Looks, color: Color) => void>) => void;
|
|
1804
|
+
"outputSide"?: "right" | "left";
|
|
1805
|
+
"readonly"?: boolean;
|
|
1806
|
+
"step"?: number | "any";
|
|
1807
|
+
"value"?: number | undefined;
|
|
1808
|
+
}
|
|
1809
|
+
interface SmoothlyInputReset {
|
|
1810
|
+
"color"?: Color;
|
|
1811
|
+
"disabled"?: boolean;
|
|
1812
|
+
"display"?: boolean;
|
|
1813
|
+
"expand"?: "block" | "full";
|
|
1814
|
+
"fill"?: Fill;
|
|
1815
|
+
"onSmoothlyInputLoad"?: (event: SmoothlyInputResetCustomEvent<(parent: HTMLElement) => void>) => void;
|
|
1816
|
+
"shape"?: "rounded";
|
|
1817
|
+
"size"?: "small" | "large" | "icon" | "flexible";
|
|
1818
|
+
"tooltip"?: string;
|
|
1819
|
+
"type"?: "form" | "input";
|
|
1820
|
+
}
|
|
1412
1821
|
interface SmoothlyInputSelect {
|
|
1822
|
+
"changed"?: boolean;
|
|
1823
|
+
"clearable"?: boolean;
|
|
1413
1824
|
"color"?: Color;
|
|
1414
|
-
"initialPrompt"?: string;
|
|
1415
1825
|
"looks"?: Looks;
|
|
1826
|
+
"menuHeight"?: `${number}${"items" | "rem" | "px" | "vh"}`;
|
|
1827
|
+
"multiple"?: boolean;
|
|
1416
1828
|
"name"?: string;
|
|
1417
|
-
"
|
|
1418
|
-
"onSmoothlyInput"?: (event: SmoothlyInputSelectCustomEvent<
|
|
1829
|
+
"onSmoothlyFormDisable"?: (event: SmoothlyInputSelectCustomEvent<(disabled: boolean) => void>) => void;
|
|
1830
|
+
"onSmoothlyInput"?: (event: SmoothlyInputSelectCustomEvent<Data>) => void;
|
|
1831
|
+
"onSmoothlyInputLoad"?: (event: SmoothlyInputSelectCustomEvent<(parent: HTMLElement) => void>) => void;
|
|
1419
1832
|
"onSmoothlyInputLooks"?: (event: SmoothlyInputSelectCustomEvent<(looks: Looks, color: Color) => void>) => void;
|
|
1833
|
+
"onSmoothlyItemSelect"?: (event: SmoothlyInputSelectCustomEvent<HTMLSmoothlyItemElement>) => void;
|
|
1834
|
+
"onSmoothlySelect"?: (event: SmoothlyInputSelectCustomEvent<unknown>) => void;
|
|
1835
|
+
"placeholder"?: string | any;
|
|
1836
|
+
"readonly"?: boolean;
|
|
1837
|
+
"showSelected"?: boolean;
|
|
1838
|
+
}
|
|
1839
|
+
interface SmoothlyInputSubmit {
|
|
1840
|
+
"color"?: Color;
|
|
1841
|
+
"delete"?: boolean;
|
|
1842
|
+
"disabled"?: boolean;
|
|
1843
|
+
"display"?: boolean;
|
|
1844
|
+
"expand"?: "block" | "full";
|
|
1845
|
+
"fill"?: Fill;
|
|
1846
|
+
"onSmoothlyInputLoad"?: (event: SmoothlyInputSubmitCustomEvent<(parent: HTMLElement) => void>) => void;
|
|
1847
|
+
"shape"?: "rounded";
|
|
1848
|
+
"size"?: "flexible" | "small" | "large" | "icon";
|
|
1849
|
+
"toolTip"?: string;
|
|
1850
|
+
"type"?: "link" | "button";
|
|
1420
1851
|
}
|
|
1421
1852
|
interface SmoothlyItem {
|
|
1422
1853
|
"marked"?: boolean;
|
|
1423
|
-
"
|
|
1854
|
+
"onSmoothlyInputLoad"?: (event: SmoothlyItemCustomEvent<(parent: HTMLElement) => void>) => void;
|
|
1855
|
+
"onSmoothlyItemSelect"?: (event: SmoothlyItemCustomEvent<HTMLSmoothlyItemElement>) => void;
|
|
1856
|
+
"selectable"?: boolean;
|
|
1424
1857
|
"selected"?: boolean;
|
|
1425
1858
|
"value"?: any;
|
|
1426
1859
|
}
|
|
1860
|
+
interface SmoothlyLabel {
|
|
1861
|
+
"description"?: string;
|
|
1862
|
+
"hue"?: number;
|
|
1863
|
+
"shape"?: "rectangle" | "rounded";
|
|
1864
|
+
}
|
|
1865
|
+
interface SmoothlyLazy {
|
|
1866
|
+
"content"?: JSX.Element | FunctionalComponent;
|
|
1867
|
+
"show"?: boolean;
|
|
1868
|
+
}
|
|
1869
|
+
interface SmoothlyLoadMore {
|
|
1870
|
+
"multiple"?: boolean;
|
|
1871
|
+
"name"?: string;
|
|
1872
|
+
"offset"?: string;
|
|
1873
|
+
"onSmoothlyLoadMore"?: (event: SmoothlyLoadMoreCustomEvent<string>) => void;
|
|
1874
|
+
}
|
|
1427
1875
|
interface SmoothlyNotification {
|
|
1428
1876
|
"closable"?: boolean;
|
|
1429
1877
|
"icon"?: boolean;
|
|
@@ -1433,12 +1881,15 @@ declare namespace LocalJSX {
|
|
|
1433
1881
|
interface SmoothlyNotifier {
|
|
1434
1882
|
}
|
|
1435
1883
|
interface SmoothlyPicker {
|
|
1884
|
+
"changed"?: boolean;
|
|
1436
1885
|
"looks"?: Looks;
|
|
1437
1886
|
"multiple"?: boolean;
|
|
1438
1887
|
"mutable"?: boolean;
|
|
1439
1888
|
"name"?: string;
|
|
1440
1889
|
"onSmoothlyChange"?: (event: SmoothlyPickerCustomEvent<Record<string, any | any[]>>) => void;
|
|
1890
|
+
"onSmoothlyFormDisable"?: (event: SmoothlyPickerCustomEvent<(disabled: boolean) => void>) => void;
|
|
1441
1891
|
"onSmoothlyInput"?: (event: SmoothlyPickerCustomEvent<Record<string, any | any[]>>) => void;
|
|
1892
|
+
"onSmoothlyInputLoad"?: (event: SmoothlyPickerCustomEvent<(parent: HTMLElement) => void>) => void;
|
|
1442
1893
|
"onSmoothlyInputLooks"?: (event: SmoothlyPickerCustomEvent<(looks: Looks) => void>) => void;
|
|
1443
1894
|
"onSmoothlyPickerLoaded"?: (event: SmoothlyPickerCustomEvent<Controls>) => void;
|
|
1444
1895
|
"open"?: boolean;
|
|
@@ -1453,6 +1904,7 @@ declare namespace LocalJSX {
|
|
|
1453
1904
|
"mutable"?: boolean;
|
|
1454
1905
|
"onNotice"?: (event: SmoothlyPickerMenuCustomEvent<Notice>) => void;
|
|
1455
1906
|
"onSmoothlyPickerMenuLoaded"?: (event: SmoothlyPickerMenuCustomEvent<Controls>) => void;
|
|
1907
|
+
"open"?: boolean;
|
|
1456
1908
|
"readonly"?: boolean;
|
|
1457
1909
|
"validator"?: (value: string) => boolean | { result: boolean; notice: Notice };
|
|
1458
1910
|
}
|
|
@@ -1460,6 +1912,8 @@ declare namespace LocalJSX {
|
|
|
1460
1912
|
"onSmoothlyPickerOptionChange"?: (event: SmoothlyPickerOptionCustomEvent<Option>) => void;
|
|
1461
1913
|
"onSmoothlyPickerOptionLoad"?: (event: SmoothlyPickerOptionCustomEvent<Option.Load>) => void;
|
|
1462
1914
|
"onSmoothlyPickerOptionLoaded"?: (event: SmoothlyPickerOptionCustomEvent<Option>) => void;
|
|
1915
|
+
"position"?: number;
|
|
1916
|
+
"required"?: boolean;
|
|
1463
1917
|
"search"?: string[];
|
|
1464
1918
|
"selected"?: boolean;
|
|
1465
1919
|
"value"?: any;
|
|
@@ -1473,30 +1927,6 @@ declare namespace LocalJSX {
|
|
|
1473
1927
|
interface SmoothlyQuiet {
|
|
1474
1928
|
"color"?: string;
|
|
1475
1929
|
}
|
|
1476
|
-
interface SmoothlyRadio {
|
|
1477
|
-
"checked"?: boolean;
|
|
1478
|
-
"name"?: string;
|
|
1479
|
-
"onSmoothlySelected"?: (event: SmoothlyRadioCustomEvent<{ name: string; value: string }>) => void;
|
|
1480
|
-
"tab"?: number;
|
|
1481
|
-
"value"?: string;
|
|
1482
|
-
}
|
|
1483
|
-
interface SmoothlyRadioButton {
|
|
1484
|
-
"decoration"?: "button" | "radio";
|
|
1485
|
-
"deselectable"?: boolean;
|
|
1486
|
-
"name"?: string;
|
|
1487
|
-
"onSmoothlyChange"?: (event: SmoothlyRadioButtonCustomEvent<Record<string, string>>) => void;
|
|
1488
|
-
"onSmoothlyInput"?: (event: SmoothlyRadioButtonCustomEvent<Record<string, string>>) => void;
|
|
1489
|
-
"value"?: any;
|
|
1490
|
-
}
|
|
1491
|
-
interface SmoothlyRadioButtonItem {
|
|
1492
|
-
"color"?: Color;
|
|
1493
|
-
"onRadioItemSelectInternal"?: (event: SmoothlyRadioButtonItemCustomEvent<Selected>) => void;
|
|
1494
|
-
"selected"?: boolean;
|
|
1495
|
-
"value"?: any;
|
|
1496
|
-
}
|
|
1497
|
-
interface SmoothlyRadioGroup {
|
|
1498
|
-
"orientation"?: "horizontal" | "vertical";
|
|
1499
|
-
}
|
|
1500
1930
|
interface SmoothlyReorder {
|
|
1501
1931
|
"onReorder"?: (event: SmoothlyReorderCustomEvent<[number, number]>) => void;
|
|
1502
1932
|
}
|
|
@@ -1529,7 +1959,6 @@ declare namespace LocalJSX {
|
|
|
1529
1959
|
"expand"?: "block" | "full";
|
|
1530
1960
|
"fill"?: Fill;
|
|
1531
1961
|
"onSmoothlyInputLoad"?: (event: SmoothlySubmitCustomEvent<(parent: HTMLElement) => void>) => void;
|
|
1532
|
-
"onSmoothlySubmit"?: (event: SmoothlySubmitCustomEvent<any>) => void;
|
|
1533
1962
|
"prevent"?: boolean;
|
|
1534
1963
|
"shape"?: "rounded";
|
|
1535
1964
|
"size"?: "flexible" | "small" | "large" | "icon";
|
|
@@ -1556,6 +1985,7 @@ declare namespace LocalJSX {
|
|
|
1556
1985
|
}
|
|
1557
1986
|
interface SmoothlyTable {
|
|
1558
1987
|
"align"?: "middle" | "bottom" | "top";
|
|
1988
|
+
"color"?: Color;
|
|
1559
1989
|
"onSmoothlyNestedTable"?: (event: SmoothlyTableCustomEvent<() => void>) => void;
|
|
1560
1990
|
"onSmoothlySpotlightChange"?: (event: SmoothlyTableCustomEvent<{ allowSpotlight: boolean; owner?: EventTarget }>) => void;
|
|
1561
1991
|
"onSmoothlyTableLoad"?: (event: SmoothlyTableCustomEvent<(owner: EventTarget) => void>) => void;
|
|
@@ -1569,7 +1999,6 @@ declare namespace LocalJSX {
|
|
|
1569
1999
|
interface SmoothlyTableDemoFiltered {
|
|
1570
2000
|
}
|
|
1571
2001
|
interface SmoothlyTableExpandableCell {
|
|
1572
|
-
"align"?: "left" | "center" | "right";
|
|
1573
2002
|
"onSmoothlyExpandableChange"?: (event: SmoothlyTableExpandableCellCustomEvent<boolean>) => void;
|
|
1574
2003
|
"onSmoothlyExpandableLoad"?: (event: SmoothlyTableExpandableCellCustomEvent<{ allowSpotlight: (allowed: boolean) => void }>) => void;
|
|
1575
2004
|
"onSmoothlyExpansionLoad"?: (event: SmoothlyTableExpandableCellCustomEvent<void>) => void;
|
|
@@ -1577,12 +2006,13 @@ declare namespace LocalJSX {
|
|
|
1577
2006
|
"open"?: boolean;
|
|
1578
2007
|
}
|
|
1579
2008
|
interface SmoothlyTableExpandableRow {
|
|
1580
|
-
"align"?: "left" | "center" | "right";
|
|
1581
2009
|
"onSmoothlyExpandableChange"?: (event: SmoothlyTableExpandableRowCustomEvent<boolean>) => void;
|
|
1582
2010
|
"onSmoothlyExpandableLoad"?: (event: SmoothlyTableExpandableRowCustomEvent<{ allowSpotlight: (allowed: boolean) => void }>) => void;
|
|
1583
2011
|
"onSmoothlyExpansionOpen"?: (event: SmoothlyTableExpandableRowCustomEvent<HTMLElement>) => void;
|
|
1584
2012
|
"open"?: boolean;
|
|
1585
2013
|
}
|
|
2014
|
+
interface SmoothlyTableFooter {
|
|
2015
|
+
}
|
|
1586
2016
|
interface SmoothlyTableHeader {
|
|
1587
2017
|
"name"?: string;
|
|
1588
2018
|
}
|
|
@@ -1591,6 +2021,18 @@ declare namespace LocalJSX {
|
|
|
1591
2021
|
}
|
|
1592
2022
|
interface SmoothlyTableTesting {
|
|
1593
2023
|
}
|
|
2024
|
+
interface SmoothlyThemeColor {
|
|
2025
|
+
"color"?: Color;
|
|
2026
|
+
}
|
|
2027
|
+
interface SmoothlyThemeColorVariant {
|
|
2028
|
+
"color"?: Color;
|
|
2029
|
+
"variant"?: "shade" | "tint" | "color";
|
|
2030
|
+
}
|
|
2031
|
+
interface SmoothlyThemeColors {
|
|
2032
|
+
}
|
|
2033
|
+
interface SmoothlyThemePicker {
|
|
2034
|
+
"element"?: string;
|
|
2035
|
+
}
|
|
1594
2036
|
interface SmoothlyToggle {
|
|
1595
2037
|
"disabled"?: boolean;
|
|
1596
2038
|
"name"?: string;
|
|
@@ -1599,11 +2041,13 @@ declare namespace LocalJSX {
|
|
|
1599
2041
|
"value"?: any;
|
|
1600
2042
|
}
|
|
1601
2043
|
interface SmoothlyToggleSwitch {
|
|
2044
|
+
"checkmark"?: boolean;
|
|
2045
|
+
"color"?: Color;
|
|
1602
2046
|
"disabled"?: boolean;
|
|
1603
|
-
"
|
|
2047
|
+
"fill"?: Fill;
|
|
2048
|
+
"onSmoothlyToggleSwitchChange"?: (event: SmoothlyToggleSwitchCustomEvent<boolean>) => void;
|
|
1604
2049
|
"selected"?: boolean;
|
|
1605
2050
|
"size"?: "small" | "default" | "large";
|
|
1606
|
-
"value"?: any;
|
|
1607
2051
|
}
|
|
1608
2052
|
interface SmoothlyTrigger {
|
|
1609
2053
|
"color"?: Color | undefined;
|
|
@@ -1642,6 +2086,7 @@ declare namespace LocalJSX {
|
|
|
1642
2086
|
"smoothly-back-to-top": SmoothlyBackToTop;
|
|
1643
2087
|
"smoothly-burger": SmoothlyBurger;
|
|
1644
2088
|
"smoothly-button": SmoothlyButton;
|
|
2089
|
+
"smoothly-button-confirm": SmoothlyButtonConfirm;
|
|
1645
2090
|
"smoothly-button-demo": SmoothlyButtonDemo;
|
|
1646
2091
|
"smoothly-calendar": SmoothlyCalendar;
|
|
1647
2092
|
"smoothly-checkbox": SmoothlyCheckbox;
|
|
@@ -1654,21 +2099,35 @@ declare namespace LocalJSX {
|
|
|
1654
2099
|
"smoothly-display-date-time": SmoothlyDisplayDateTime;
|
|
1655
2100
|
"smoothly-display-demo": SmoothlyDisplayDemo;
|
|
1656
2101
|
"smoothly-filter": SmoothlyFilter;
|
|
2102
|
+
"smoothly-filter-field": SmoothlyFilterField;
|
|
1657
2103
|
"smoothly-filter-input": SmoothlyFilterInput;
|
|
2104
|
+
"smoothly-filter-picker": SmoothlyFilterPicker;
|
|
2105
|
+
"smoothly-filter-toggle": SmoothlyFilterToggle;
|
|
1658
2106
|
"smoothly-form": SmoothlyForm;
|
|
1659
2107
|
"smoothly-frame": SmoothlyFrame;
|
|
1660
2108
|
"smoothly-google-font": SmoothlyGoogleFont;
|
|
1661
2109
|
"smoothly-icon": SmoothlyIcon;
|
|
1662
2110
|
"smoothly-icon-demo": SmoothlyIconDemo;
|
|
1663
2111
|
"smoothly-input": SmoothlyInput;
|
|
2112
|
+
"smoothly-input-checkbox": SmoothlyInputCheckbox;
|
|
1664
2113
|
"smoothly-input-clear": SmoothlyInputClear;
|
|
2114
|
+
"smoothly-input-color": SmoothlyInputColor;
|
|
1665
2115
|
"smoothly-input-date": SmoothlyInputDate;
|
|
1666
2116
|
"smoothly-input-date-range": SmoothlyInputDateRange;
|
|
1667
2117
|
"smoothly-input-demo": SmoothlyInputDemo;
|
|
2118
|
+
"smoothly-input-edit": SmoothlyInputEdit;
|
|
1668
2119
|
"smoothly-input-file": SmoothlyInputFile;
|
|
1669
2120
|
"smoothly-input-month": SmoothlyInputMonth;
|
|
2121
|
+
"smoothly-input-radio": SmoothlyInputRadio;
|
|
2122
|
+
"smoothly-input-radio-item": SmoothlyInputRadioItem;
|
|
2123
|
+
"smoothly-input-range": SmoothlyInputRange;
|
|
2124
|
+
"smoothly-input-reset": SmoothlyInputReset;
|
|
1670
2125
|
"smoothly-input-select": SmoothlyInputSelect;
|
|
2126
|
+
"smoothly-input-submit": SmoothlyInputSubmit;
|
|
1671
2127
|
"smoothly-item": SmoothlyItem;
|
|
2128
|
+
"smoothly-label": SmoothlyLabel;
|
|
2129
|
+
"smoothly-lazy": SmoothlyLazy;
|
|
2130
|
+
"smoothly-load-more": SmoothlyLoadMore;
|
|
1672
2131
|
"smoothly-notification": SmoothlyNotification;
|
|
1673
2132
|
"smoothly-notifier": SmoothlyNotifier;
|
|
1674
2133
|
"smoothly-picker": SmoothlyPicker;
|
|
@@ -1677,10 +2136,6 @@ declare namespace LocalJSX {
|
|
|
1677
2136
|
"smoothly-picker-option": SmoothlyPickerOption;
|
|
1678
2137
|
"smoothly-popup": SmoothlyPopup;
|
|
1679
2138
|
"smoothly-quiet": SmoothlyQuiet;
|
|
1680
|
-
"smoothly-radio": SmoothlyRadio;
|
|
1681
|
-
"smoothly-radio-button": SmoothlyRadioButton;
|
|
1682
|
-
"smoothly-radio-button-item": SmoothlyRadioButtonItem;
|
|
1683
|
-
"smoothly-radio-group": SmoothlyRadioGroup;
|
|
1684
2139
|
"smoothly-reorder": SmoothlyReorder;
|
|
1685
2140
|
"smoothly-select-demo": SmoothlySelectDemo;
|
|
1686
2141
|
"smoothly-skeleton": SmoothlySkeleton;
|
|
@@ -1698,9 +2153,14 @@ declare namespace LocalJSX {
|
|
|
1698
2153
|
"smoothly-table-demo-filtered": SmoothlyTableDemoFiltered;
|
|
1699
2154
|
"smoothly-table-expandable-cell": SmoothlyTableExpandableCell;
|
|
1700
2155
|
"smoothly-table-expandable-row": SmoothlyTableExpandableRow;
|
|
2156
|
+
"smoothly-table-footer": SmoothlyTableFooter;
|
|
1701
2157
|
"smoothly-table-header": SmoothlyTableHeader;
|
|
1702
2158
|
"smoothly-table-row": SmoothlyTableRow;
|
|
1703
2159
|
"smoothly-table-testing": SmoothlyTableTesting;
|
|
2160
|
+
"smoothly-theme-color": SmoothlyThemeColor;
|
|
2161
|
+
"smoothly-theme-color-variant": SmoothlyThemeColorVariant;
|
|
2162
|
+
"smoothly-theme-colors": SmoothlyThemeColors;
|
|
2163
|
+
"smoothly-theme-picker": SmoothlyThemePicker;
|
|
1704
2164
|
"smoothly-toggle": SmoothlyToggle;
|
|
1705
2165
|
"smoothly-toggle-switch": SmoothlyToggleSwitch;
|
|
1706
2166
|
"smoothly-trigger": SmoothlyTrigger;
|
|
@@ -1725,6 +2185,7 @@ declare module "@stencil/core" {
|
|
|
1725
2185
|
"smoothly-back-to-top": LocalJSX.SmoothlyBackToTop & JSXBase.HTMLAttributes<HTMLSmoothlyBackToTopElement>;
|
|
1726
2186
|
"smoothly-burger": LocalJSX.SmoothlyBurger & JSXBase.HTMLAttributes<HTMLSmoothlyBurgerElement>;
|
|
1727
2187
|
"smoothly-button": LocalJSX.SmoothlyButton & JSXBase.HTMLAttributes<HTMLSmoothlyButtonElement>;
|
|
2188
|
+
"smoothly-button-confirm": LocalJSX.SmoothlyButtonConfirm & JSXBase.HTMLAttributes<HTMLSmoothlyButtonConfirmElement>;
|
|
1728
2189
|
"smoothly-button-demo": LocalJSX.SmoothlyButtonDemo & JSXBase.HTMLAttributes<HTMLSmoothlyButtonDemoElement>;
|
|
1729
2190
|
"smoothly-calendar": LocalJSX.SmoothlyCalendar & JSXBase.HTMLAttributes<HTMLSmoothlyCalendarElement>;
|
|
1730
2191
|
"smoothly-checkbox": LocalJSX.SmoothlyCheckbox & JSXBase.HTMLAttributes<HTMLSmoothlyCheckboxElement>;
|
|
@@ -1740,21 +2201,35 @@ declare module "@stencil/core" {
|
|
|
1740
2201
|
"smoothly-display-date-time": LocalJSX.SmoothlyDisplayDateTime & JSXBase.HTMLAttributes<HTMLSmoothlyDisplayDateTimeElement>;
|
|
1741
2202
|
"smoothly-display-demo": LocalJSX.SmoothlyDisplayDemo & JSXBase.HTMLAttributes<HTMLSmoothlyDisplayDemoElement>;
|
|
1742
2203
|
"smoothly-filter": LocalJSX.SmoothlyFilter & JSXBase.HTMLAttributes<HTMLSmoothlyFilterElement>;
|
|
2204
|
+
"smoothly-filter-field": LocalJSX.SmoothlyFilterField & JSXBase.HTMLAttributes<HTMLSmoothlyFilterFieldElement>;
|
|
1743
2205
|
"smoothly-filter-input": LocalJSX.SmoothlyFilterInput & JSXBase.HTMLAttributes<HTMLSmoothlyFilterInputElement>;
|
|
2206
|
+
"smoothly-filter-picker": LocalJSX.SmoothlyFilterPicker & JSXBase.HTMLAttributes<HTMLSmoothlyFilterPickerElement>;
|
|
2207
|
+
"smoothly-filter-toggle": LocalJSX.SmoothlyFilterToggle & JSXBase.HTMLAttributes<HTMLSmoothlyFilterToggleElement>;
|
|
1744
2208
|
"smoothly-form": LocalJSX.SmoothlyForm & JSXBase.HTMLAttributes<HTMLSmoothlyFormElement>;
|
|
1745
2209
|
"smoothly-frame": LocalJSX.SmoothlyFrame & JSXBase.HTMLAttributes<HTMLSmoothlyFrameElement>;
|
|
1746
2210
|
"smoothly-google-font": LocalJSX.SmoothlyGoogleFont & JSXBase.HTMLAttributes<HTMLSmoothlyGoogleFontElement>;
|
|
1747
2211
|
"smoothly-icon": LocalJSX.SmoothlyIcon & JSXBase.HTMLAttributes<HTMLSmoothlyIconElement>;
|
|
1748
2212
|
"smoothly-icon-demo": LocalJSX.SmoothlyIconDemo & JSXBase.HTMLAttributes<HTMLSmoothlyIconDemoElement>;
|
|
1749
2213
|
"smoothly-input": LocalJSX.SmoothlyInput & JSXBase.HTMLAttributes<HTMLSmoothlyInputElement>;
|
|
2214
|
+
"smoothly-input-checkbox": LocalJSX.SmoothlyInputCheckbox & JSXBase.HTMLAttributes<HTMLSmoothlyInputCheckboxElement>;
|
|
1750
2215
|
"smoothly-input-clear": LocalJSX.SmoothlyInputClear & JSXBase.HTMLAttributes<HTMLSmoothlyInputClearElement>;
|
|
2216
|
+
"smoothly-input-color": LocalJSX.SmoothlyInputColor & JSXBase.HTMLAttributes<HTMLSmoothlyInputColorElement>;
|
|
1751
2217
|
"smoothly-input-date": LocalJSX.SmoothlyInputDate & JSXBase.HTMLAttributes<HTMLSmoothlyInputDateElement>;
|
|
1752
2218
|
"smoothly-input-date-range": LocalJSX.SmoothlyInputDateRange & JSXBase.HTMLAttributes<HTMLSmoothlyInputDateRangeElement>;
|
|
1753
2219
|
"smoothly-input-demo": LocalJSX.SmoothlyInputDemo & JSXBase.HTMLAttributes<HTMLSmoothlyInputDemoElement>;
|
|
2220
|
+
"smoothly-input-edit": LocalJSX.SmoothlyInputEdit & JSXBase.HTMLAttributes<HTMLSmoothlyInputEditElement>;
|
|
1754
2221
|
"smoothly-input-file": LocalJSX.SmoothlyInputFile & JSXBase.HTMLAttributes<HTMLSmoothlyInputFileElement>;
|
|
1755
2222
|
"smoothly-input-month": LocalJSX.SmoothlyInputMonth & JSXBase.HTMLAttributes<HTMLSmoothlyInputMonthElement>;
|
|
2223
|
+
"smoothly-input-radio": LocalJSX.SmoothlyInputRadio & JSXBase.HTMLAttributes<HTMLSmoothlyInputRadioElement>;
|
|
2224
|
+
"smoothly-input-radio-item": LocalJSX.SmoothlyInputRadioItem & JSXBase.HTMLAttributes<HTMLSmoothlyInputRadioItemElement>;
|
|
2225
|
+
"smoothly-input-range": LocalJSX.SmoothlyInputRange & JSXBase.HTMLAttributes<HTMLSmoothlyInputRangeElement>;
|
|
2226
|
+
"smoothly-input-reset": LocalJSX.SmoothlyInputReset & JSXBase.HTMLAttributes<HTMLSmoothlyInputResetElement>;
|
|
1756
2227
|
"smoothly-input-select": LocalJSX.SmoothlyInputSelect & JSXBase.HTMLAttributes<HTMLSmoothlyInputSelectElement>;
|
|
2228
|
+
"smoothly-input-submit": LocalJSX.SmoothlyInputSubmit & JSXBase.HTMLAttributes<HTMLSmoothlyInputSubmitElement>;
|
|
1757
2229
|
"smoothly-item": LocalJSX.SmoothlyItem & JSXBase.HTMLAttributes<HTMLSmoothlyItemElement>;
|
|
2230
|
+
"smoothly-label": LocalJSX.SmoothlyLabel & JSXBase.HTMLAttributes<HTMLSmoothlyLabelElement>;
|
|
2231
|
+
"smoothly-lazy": LocalJSX.SmoothlyLazy & JSXBase.HTMLAttributes<HTMLSmoothlyLazyElement>;
|
|
2232
|
+
"smoothly-load-more": LocalJSX.SmoothlyLoadMore & JSXBase.HTMLAttributes<HTMLSmoothlyLoadMoreElement>;
|
|
1758
2233
|
"smoothly-notification": LocalJSX.SmoothlyNotification & JSXBase.HTMLAttributes<HTMLSmoothlyNotificationElement>;
|
|
1759
2234
|
"smoothly-notifier": LocalJSX.SmoothlyNotifier & JSXBase.HTMLAttributes<HTMLSmoothlyNotifierElement>;
|
|
1760
2235
|
"smoothly-picker": LocalJSX.SmoothlyPicker & JSXBase.HTMLAttributes<HTMLSmoothlyPickerElement>;
|
|
@@ -1763,10 +2238,6 @@ declare module "@stencil/core" {
|
|
|
1763
2238
|
"smoothly-picker-option": LocalJSX.SmoothlyPickerOption & JSXBase.HTMLAttributes<HTMLSmoothlyPickerOptionElement>;
|
|
1764
2239
|
"smoothly-popup": LocalJSX.SmoothlyPopup & JSXBase.HTMLAttributes<HTMLSmoothlyPopupElement>;
|
|
1765
2240
|
"smoothly-quiet": LocalJSX.SmoothlyQuiet & JSXBase.HTMLAttributes<HTMLSmoothlyQuietElement>;
|
|
1766
|
-
"smoothly-radio": LocalJSX.SmoothlyRadio & JSXBase.HTMLAttributes<HTMLSmoothlyRadioElement>;
|
|
1767
|
-
"smoothly-radio-button": LocalJSX.SmoothlyRadioButton & JSXBase.HTMLAttributes<HTMLSmoothlyRadioButtonElement>;
|
|
1768
|
-
"smoothly-radio-button-item": LocalJSX.SmoothlyRadioButtonItem & JSXBase.HTMLAttributes<HTMLSmoothlyRadioButtonItemElement>;
|
|
1769
|
-
"smoothly-radio-group": LocalJSX.SmoothlyRadioGroup & JSXBase.HTMLAttributes<HTMLSmoothlyRadioGroupElement>;
|
|
1770
2241
|
"smoothly-reorder": LocalJSX.SmoothlyReorder & JSXBase.HTMLAttributes<HTMLSmoothlyReorderElement>;
|
|
1771
2242
|
"smoothly-select-demo": LocalJSX.SmoothlySelectDemo & JSXBase.HTMLAttributes<HTMLSmoothlySelectDemoElement>;
|
|
1772
2243
|
"smoothly-skeleton": LocalJSX.SmoothlySkeleton & JSXBase.HTMLAttributes<HTMLSmoothlySkeletonElement>;
|
|
@@ -1784,9 +2255,14 @@ declare module "@stencil/core" {
|
|
|
1784
2255
|
"smoothly-table-demo-filtered": LocalJSX.SmoothlyTableDemoFiltered & JSXBase.HTMLAttributes<HTMLSmoothlyTableDemoFilteredElement>;
|
|
1785
2256
|
"smoothly-table-expandable-cell": LocalJSX.SmoothlyTableExpandableCell & JSXBase.HTMLAttributes<HTMLSmoothlyTableExpandableCellElement>;
|
|
1786
2257
|
"smoothly-table-expandable-row": LocalJSX.SmoothlyTableExpandableRow & JSXBase.HTMLAttributes<HTMLSmoothlyTableExpandableRowElement>;
|
|
2258
|
+
"smoothly-table-footer": LocalJSX.SmoothlyTableFooter & JSXBase.HTMLAttributes<HTMLSmoothlyTableFooterElement>;
|
|
1787
2259
|
"smoothly-table-header": LocalJSX.SmoothlyTableHeader & JSXBase.HTMLAttributes<HTMLSmoothlyTableHeaderElement>;
|
|
1788
2260
|
"smoothly-table-row": LocalJSX.SmoothlyTableRow & JSXBase.HTMLAttributes<HTMLSmoothlyTableRowElement>;
|
|
1789
2261
|
"smoothly-table-testing": LocalJSX.SmoothlyTableTesting & JSXBase.HTMLAttributes<HTMLSmoothlyTableTestingElement>;
|
|
2262
|
+
"smoothly-theme-color": LocalJSX.SmoothlyThemeColor & JSXBase.HTMLAttributes<HTMLSmoothlyThemeColorElement>;
|
|
2263
|
+
"smoothly-theme-color-variant": LocalJSX.SmoothlyThemeColorVariant & JSXBase.HTMLAttributes<HTMLSmoothlyThemeColorVariantElement>;
|
|
2264
|
+
"smoothly-theme-colors": LocalJSX.SmoothlyThemeColors & JSXBase.HTMLAttributes<HTMLSmoothlyThemeColorsElement>;
|
|
2265
|
+
"smoothly-theme-picker": LocalJSX.SmoothlyThemePicker & JSXBase.HTMLAttributes<HTMLSmoothlyThemePickerElement>;
|
|
1790
2266
|
"smoothly-toggle": LocalJSX.SmoothlyToggle & JSXBase.HTMLAttributes<HTMLSmoothlyToggleElement>;
|
|
1791
2267
|
"smoothly-toggle-switch": LocalJSX.SmoothlyToggleSwitch & JSXBase.HTMLAttributes<HTMLSmoothlyToggleSwitchElement>;
|
|
1792
2268
|
"smoothly-trigger": LocalJSX.SmoothlyTrigger & JSXBase.HTMLAttributes<HTMLSmoothlyTriggerElement>;
|