smoothly 1.0.0-alpha.21 → 1.0.0-alpha.211
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/{Listenable-63ea2d90.js → Data-ae713814.js} +523 -6
- package/dist/cjs/Data-ae713814.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-49a534df.js +6118 -0
- package/dist/cjs/getLanguage-49a534df.js.map +1 -0
- package/dist/cjs/{index-8adc5c1b.js → index-43af753b.js} +55 -2
- package/dist/cjs/index-43af753b.js.map +1 -0
- package/dist/cjs/index.cjs.js +22 -17
- 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/{Notice-88ba4c70.js → redirect-2e5d4524.js} +11 -2
- package/dist/cjs/redirect-2e5d4524.js.map +1 -0
- 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 +10897 -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 +26 -0
- package/dist/cjs/smoothly-display-date-time.cjs.entry.js.map +1 -0
- package/dist/cjs/smoothly-google-font.cjs.entry.js +1 -1
- package/dist/cjs/smoothly-reorder.cjs.entry.js +1 -1
- package/dist/cjs/smoothly-trigger-sink.cjs.entry.js +4 -4
- package/dist/cjs/smoothly-trigger-sink.cjs.entry.js.map +1 -1
- package/dist/cjs/smoothly-trigger-source.cjs.entry.js +6 -6
- package/dist/cjs/smoothly-trigger-source.cjs.entry.js.map +1 -1
- package/dist/cjs/smoothly.cjs.js +4 -3
- package/dist/cjs/smoothly.cjs.js.map +1 -1
- package/dist/collection/collection-manifest.json +37 -15
- package/dist/collection/components/Button.js +16 -2
- package/dist/collection/components/Button.js.map +1 -1
- package/dist/collection/components/accordion/index.js +32 -12
- package/dist/collection/components/accordion/index.js.map +1 -1
- package/dist/collection/components/accordion-item/index.js +18 -25
- package/dist/collection/components/accordion-item/index.js.map +1 -1
- package/dist/collection/components/app/index.js +99 -29
- package/dist/collection/components/app/index.js.map +1 -1
- package/dist/collection/components/app/room/index.js +134 -25
- package/dist/collection/components/app/room/index.js.map +1 -1
- package/dist/collection/components/app/room/style.css +39 -10
- package/dist/collection/components/app/style.css +104 -39
- package/dist/collection/components/app-demo/index.js +1 -1
- package/dist/collection/components/app-demo/index.js.map +1 -1
- package/dist/collection/components/backtotop/index.js +3 -3
- package/dist/collection/components/backtotop/index.js.map +1 -1
- package/dist/collection/components/burger/index.js +60 -14
- package/dist/collection/components/burger/index.js.map +1 -1
- package/dist/collection/components/burger/style.css +2 -2
- package/dist/collection/components/button/index.js +10 -23
- package/dist/collection/components/button/index.js.map +1 -1
- package/dist/collection/components/button/style.css +33 -35
- package/dist/collection/components/button-demo/index.js +4 -2
- package/dist/collection/components/button-demo/index.js.map +1 -1
- package/dist/collection/components/button-demo/style.css +1 -0
- package/dist/collection/components/calendar/generate.js +1 -1
- package/dist/collection/components/calendar/generate.js.map +1 -1
- package/dist/collection/components/calendar/index.js +16 -16
- package/dist/collection/components/calendar/index.js.map +1 -1
- package/dist/collection/components/checkbox/index.js +82 -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/country/index.js +1 -1
- package/dist/collection/components/display/index.js +6 -3
- package/dist/collection/components/display/index.js.map +1 -1
- package/dist/collection/components/display-amount/index.js +1 -1
- package/dist/collection/components/display-demo/index.js +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 +64 -302
- package/dist/collection/components/filter/input/index.js.map +1 -1
- package/dist/collection/components/filter/picker/index.js +209 -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 +302 -35
- package/dist/collection/components/form/index.js.map +1 -1
- package/dist/collection/components/form/style.css +11 -17
- package/dist/collection/components/icon/index.js +29 -38
- package/dist/collection/components/icon/index.js.map +1 -1
- package/dist/collection/components/icon-demo/index.js +1 -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/Clearable.js.map +1 -0
- package/dist/collection/components/input/Editable.js +18 -0
- package/dist/collection/components/input/Editable.js.map +1 -0
- package/dist/collection/components/input/Input.js +23 -0
- package/dist/collection/components/input/Input.js.map +1 -0
- package/dist/collection/components/input/Looks.js +8 -0
- package/dist/collection/components/input/Looks.js.map +1 -0
- package/dist/collection/components/input/Submittable.js +8 -0
- package/dist/collection/components/input/Submittable.js.map +1 -0
- package/dist/collection/components/input/checkbox/index.js +235 -0
- package/dist/collection/components/input/checkbox/index.js.map +1 -0
- package/dist/collection/components/input/checkbox/style.css +31 -0
- package/dist/collection/components/input/clear/index.js +242 -0
- package/dist/collection/components/input/clear/index.js.map +1 -0
- package/dist/collection/components/input/clear/style.css +256 -0
- 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-range → input/date}/index.js +153 -99
- package/dist/collection/components/input/date/index.js.map +1 -0
- package/dist/collection/components/input/date/range/index.js +443 -0
- package/dist/collection/components/input/date/range/index.js.map +1 -0
- package/dist/collection/components/input/date/range/style.css +94 -0
- package/dist/collection/components/input/date/style.css +83 -0
- package/dist/collection/components/input/demo/index.js +47 -0
- package/dist/collection/components/input/demo/index.js.map +1 -0
- package/dist/collection/components/input/demo/style.css +15 -0
- package/dist/collection/components/input/edit/index.js +231 -0
- package/dist/collection/components/input/edit/index.js.map +1 -0
- package/dist/collection/components/input/edit/style.css +239 -0
- package/dist/collection/components/input/file/index.js +305 -0
- package/dist/collection/components/input/file/index.js.map +1 -0
- package/dist/collection/components/input/file/style.css +107 -0
- package/dist/collection/components/input/index.js +329 -104
- package/dist/collection/components/input/index.js.map +1 -1
- package/dist/collection/components/{input-month → input/month}/index.js +8 -8
- package/dist/collection/components/input/month/index.js.map +1 -0
- 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 +404 -0
- package/dist/collection/components/input/radio/index.js.map +1 -0
- package/dist/collection/components/input/radio/item/index.js +150 -0
- 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 +305 -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 +241 -0
- package/dist/collection/components/input/reset/index.js.map +1 -0
- package/dist/collection/components/input/reset/style.css +259 -0
- package/dist/collection/components/input/select/index.js +452 -0
- package/dist/collection/components/input/select/index.js.map +1 -0
- package/dist/collection/components/input/select/style.css +104 -0
- package/dist/collection/components/input/style.css +47 -10
- package/dist/collection/components/input/submit/index.js +232 -0
- package/dist/collection/components/input/submit/index.js.map +1 -0
- package/dist/collection/components/input/submit/style.css +236 -0
- package/dist/collection/components/item/index.js +5 -5
- package/dist/collection/components/item/index.js.map +1 -1
- 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 +45 -8
- package/dist/collection/components/notification/index.js.map +1 -1
- package/dist/collection/components/notification/style.css +25 -1
- package/dist/collection/components/notifier/style.css +1 -3
- package/dist/collection/components/picker/demo/index.js +91 -0
- package/dist/collection/components/picker/demo/index.js.map +1 -0
- package/dist/collection/components/picker/demo/style.css +30 -0
- package/dist/collection/components/picker/index.js +197 -396
- package/dist/collection/components/picker/index.js.map +1 -1
- package/dist/collection/components/picker/menu/index.js +429 -0
- package/dist/collection/components/picker/menu/index.js.map +1 -0
- package/dist/collection/components/picker/menu/style.css +44 -0
- package/dist/collection/components/picker/option/index.js +298 -0
- package/dist/collection/components/picker/option/index.js.map +1 -0
- package/dist/collection/components/picker/option/style.css +30 -0
- package/dist/collection/components/picker/slot-elements/index.js +109 -0
- package/dist/collection/components/picker/slot-elements/index.js.map +1 -0
- package/dist/collection/components/picker/slot-elements/style.css +3 -0
- package/dist/collection/components/picker/slotted-elements/index.js +84 -0
- package/dist/collection/components/picker/slotted-elements/index.js.map +1 -0
- package/dist/collection/components/picker/slotted-elements/style.css +3 -0
- package/dist/collection/components/picker/style.css +76 -136
- 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/select-demo/index.js +0 -87
- package/dist/collection/components/select-demo/index.js.map +1 -1
- package/dist/collection/components/spinner/style.css +1 -0
- package/dist/collection/components/submit/index.js +64 -5
- package/dist/collection/components/submit/index.js.map +1 -1
- package/dist/collection/components/submit/style.css +226 -0
- package/dist/collection/components/summary/index.js +46 -4
- package/dist/collection/components/summary/index.js.map +1 -1
- package/dist/collection/components/summary/style.css +25 -16
- package/dist/collection/components/svg/style.css +2 -2
- package/dist/collection/components/table/cell/index.js +1 -1
- package/dist/collection/components/table/cell/index.js.map +1 -1
- package/dist/collection/components/table/cell/style.css +18 -11
- package/dist/collection/components/table/demo/filtered/Root.js.map +1 -1
- package/dist/collection/components/table/demo/filtered/index.js +25 -18
- 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 -9
- package/dist/collection/components/table/demo/index.js.map +1 -1
- package/dist/collection/components/table/demo/style.css +7 -0
- package/dist/collection/components/table/demo/testing/data.js +28 -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 +14 -33
- package/dist/collection/components/table/expandable/cell/index.js.map +1 -1
- package/dist/collection/components/table/expandable/cell/style.css +32 -25
- package/dist/collection/components/table/expandable/row/index.js +9 -51
- package/dist/collection/components/table/expandable/row/index.js.map +1 -1
- package/dist/collection/components/table/expandable/row/style.css +32 -29
- package/dist/collection/components/table/footer/index.js +19 -0
- package/dist/collection/components/table/footer/index.js.map +1 -0
- package/dist/collection/components/table/footer/style.css +10 -0
- package/dist/collection/components/table/header/style.css +2 -3
- package/dist/collection/components/table/index.js +55 -12
- package/dist/collection/components/table/index.js.map +1 -1
- package/dist/collection/components/table/row/index.js +37 -5
- package/dist/collection/components/table/row/index.js.map +1 -1
- package/dist/collection/components/table/row/style.css +4 -1
- package/dist/collection/components/table/style.css +0 -2
- package/dist/collection/components/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/components/trigger-source/index.js +3 -3
- package/dist/collection/components/trigger-source/index.js.map +1 -1
- package/dist/collection/global/Observers.js +22 -0
- package/dist/collection/global/Observers.js.map +1 -0
- package/dist/collection/global/index.js +5 -0
- package/dist/collection/global/index.js.map +1 -0
- package/dist/collection/index.js +2 -2
- package/dist/collection/index.js.map +1 -1
- package/dist/collection/model/Color.js +18 -1
- package/dist/collection/model/Color.js.map +1 -1
- package/dist/collection/{components/form → model}/Data.js +8 -1
- package/dist/collection/model/Data.js.map +1 -0
- package/dist/collection/model/Icon.js +23 -0
- package/dist/collection/model/Icon.js.map +1 -0
- package/dist/collection/model/Listenable.js +17 -4
- package/dist/collection/model/Listenable.js.map +1 -1
- package/dist/collection/model/Notice.js +1 -1
- package/dist/collection/model/Notice.js.map +1 -1
- package/dist/collection/model/Option.js.map +1 -1
- package/dist/collection/model/index.js +4 -0
- package/dist/collection/model/index.js.map +1 -1
- package/dist/collection/model/redirect.js +8 -0
- package/dist/collection/model/redirect.js.map +1 -0
- package/dist/collection/smoothly.js +3 -0
- package/dist/collection/smoothly.js.map +1 -0
- package/dist/custom-elements/index.d.ts +176 -50
- package/dist/custom-elements/index.js +13394 -29834
- package/dist/custom-elements/index.js.map +1 -1
- package/dist/esm/{Listenable-fb6f4723.js → Data-0390d600.js} +518 -7
- package/dist/esm/Data-0390d600.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-1e9ec036.js +6116 -0
- package/dist/esm/getLanguage-1e9ec036.js.map +1 -0
- package/dist/esm/{index-6ac4212d.js → index-258984d3.js} +55 -2
- package/dist/esm/index-258984d3.js.map +1 -0
- package/dist/esm/index.js +20 -5
- 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/{Notice-1fa17794.js → redirect-b0f87e88.js} +11 -3
- package/dist/esm/redirect-b0f87e88.js.map +1 -0
- 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 +10814 -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 +22 -0
- package/dist/esm/smoothly-display-date-time.entry.js.map +1 -0
- package/dist/esm/smoothly-google-font.entry.js +1 -1
- package/dist/esm/smoothly-reorder.entry.js +1 -1
- package/dist/esm/smoothly-trigger-sink.entry.js +2 -2
- package/dist/esm/smoothly-trigger-source.entry.js +4 -4
- package/dist/esm/smoothly-trigger-source.entry.js.map +1 -1
- package/dist/esm/smoothly.js +5 -4
- package/dist/esm/smoothly.js.map +1 -1
- package/dist/smoothly/index.esm.js +1 -1
- package/dist/smoothly/index.esm.js.map +1 -1
- package/dist/smoothly/{p-04fb45e1.entry.js → p-12182a73.entry.js} +2 -2
- package/dist/smoothly/{p-5629e452.entry.js → p-127dcc56.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-312ef066.js +2 -0
- package/dist/smoothly/p-312ef066.js.map +1 -0
- package/dist/smoothly/p-47151a53.entry.js +2 -0
- package/dist/smoothly/p-5e387578.js +3 -0
- package/dist/smoothly/p-5e387578.js.map +1 -0
- package/dist/smoothly/{p-0fec28cc.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-ae467192.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-9b828bde.js +2 -0
- package/dist/smoothly/p-9b828bde.js.map +1 -0
- package/dist/smoothly/p-a0ebd646.entry.js +2 -0
- package/dist/smoothly/p-a0ebd646.entry.js.map +1 -0
- package/dist/smoothly/{p-b3eef141.entry.js → p-b3eac6af.entry.js} +2 -2
- package/dist/smoothly/p-b9165e1d.entry.js +2 -0
- package/dist/smoothly/p-b9165e1d.entry.js.map +1 -0
- package/dist/smoothly/p-c833c402.js +2 -0
- package/dist/smoothly/p-c833c402.js.map +1 -0
- package/dist/smoothly/{p-3a6873ed.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-eef1c80b.entry.js +2 -0
- package/dist/smoothly/p-eef1c80b.entry.js.map +1 -0
- 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/accordion/index.d.ts +1 -1
- package/dist/types/components/accordion-item/index.d.ts +5 -4
- package/dist/types/components/app/index.d.ts +23 -10
- package/dist/types/components/app/room/index.d.ts +21 -7
- package/dist/types/components/app-demo/index.d.ts +1 -0
- package/dist/types/components/backtotop/index.d.ts +1 -1
- package/dist/types/components/burger/index.d.ts +7 -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 +7 -3
- 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 +15 -23
- package/dist/types/components/filter/picker/index.d.ts +24 -0
- package/dist/types/components/filter/toggle/index.d.ts +22 -0
- package/dist/types/components/form/index.d.ts +23 -7
- package/dist/types/components/icon/index.d.ts +3 -9
- package/dist/types/components/input/Editable.d.ts +20 -0
- package/dist/types/components/input/Input.d.ts +22 -0
- package/dist/types/components/input/Looks.d.ts +7 -0
- package/dist/types/components/input/Submittable.d.ts +6 -0
- package/dist/types/components/input/checkbox/index.d.ts +20 -0
- package/dist/types/components/input/clear/index.d.ts +17 -0
- package/dist/types/components/input/color/index.d.ts +24 -0
- package/dist/types/components/input/date/index.d.ts +28 -0
- package/dist/types/components/input/date/range/index.d.ts +33 -0
- package/dist/types/components/input/demo/index.d.ts +6 -0
- package/dist/types/components/input/edit/index.d.ts +17 -0
- package/dist/types/components/input/file/index.d.ts +24 -0
- package/dist/types/components/input/index.d.ts +30 -11
- package/dist/types/components/{input-month → input/month}/index.d.ts +2 -2
- package/dist/types/components/input/radio/Selected.d.ts +10 -0
- package/dist/types/components/input/radio/index.d.ts +35 -0
- package/dist/types/components/input/radio/item/index.d.ts +15 -0
- package/dist/types/components/input/range/index.d.ts +24 -0
- package/dist/types/components/input/reset/index.d.ts +18 -0
- package/dist/types/components/input/select/index.d.ts +36 -0
- package/dist/types/components/input/submit/index.d.ts +17 -0
- package/dist/types/components/item/index.d.ts +1 -1
- 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/notification/index.d.ts +3 -1
- package/dist/types/components/picker/demo/index.d.ts +22 -0
- package/dist/types/components/picker/index.d.ts +33 -45
- package/dist/types/components/picker/menu/index.d.ts +54 -0
- package/dist/types/components/picker/option/index.d.ts +23 -0
- package/dist/types/components/picker/slot-elements/index.d.ts +15 -0
- package/dist/types/components/picker/slotted-elements/index.d.ts +8 -0
- package/dist/types/components/popup/index.d.ts +1 -1
- package/dist/types/components/select-demo/index.d.ts +0 -9
- package/dist/types/components/submit/index.d.ts +6 -1
- package/dist/types/components/summary/index.d.ts +4 -0
- package/dist/types/components/table/demo/filtered/Root.d.ts +2 -0
- package/dist/types/components/table/demo/filtered/index.d.ts +7 -7
- package/dist/types/components/table/demo/index.d.ts +1 -1
- package/dist/types/components/table/demo/testing/data.d.ts +5 -0
- package/dist/types/components/table/demo/testing/index.d.ts +4 -0
- package/dist/types/components/table/expandable/cell/index.d.ts +4 -5
- package/dist/types/components/table/expandable/row/index.d.ts +3 -8
- package/dist/types/components/table/footer/index.d.ts +3 -0
- package/dist/types/components/table/index.d.ts +6 -3
- package/dist/types/components/table/row/index.d.ts +3 -1
- package/dist/types/components/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/trigger-source/index.d.ts +1 -1
- package/dist/types/components.d.ts +914 -347
- package/dist/types/global/Observers.d.ts +8 -0
- package/dist/types/global/index.d.ts +4 -0
- package/dist/types/index.d.ts +1 -3
- package/dist/types/model/Color.d.ts +7 -1
- package/dist/types/{components/form → 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/Notice.d.ts +1 -1
- package/dist/types/model/Option.d.ts +24 -6
- package/dist/types/model/index.d.ts +3 -0
- package/dist/types/model/redirect.d.ts +1 -0
- package/dist/types/smoothly.d.ts +3 -0
- package/package.json +7 -6
- package/dist/cjs/Listenable-63ea2d90.js.map +0 -1
- package/dist/cjs/Notice-88ba4c70.js.map +0 -1
- package/dist/cjs/getLanguage-4f0a45d5.js +0 -12227
- package/dist/cjs/getLanguage-4f0a45d5.js.map +0 -1
- package/dist/cjs/index-8adc5c1b.js.map +0 -1
- package/dist/cjs/index-d16d46f4.js +0 -1224
- package/dist/cjs/index-d16d46f4.js.map +0 -1
- package/dist/cjs/smoothly-accordion_62.cjs.entry.js +0 -28199
- package/dist/cjs/smoothly-accordion_62.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.map +0 -1
- package/dist/collection/components/form/Clearable.js +0 -8
- package/dist/collection/components/form/Clearable.js.map +0 -1
- package/dist/collection/components/form/Data.js.map +0 -1
- package/dist/collection/components/input-date/index.js +0 -206
- package/dist/collection/components/input-date/index.js.map +0 -1
- package/dist/collection/components/input-date/style.css +0 -40
- package/dist/collection/components/input-date-range/index.js.map +0 -1
- package/dist/collection/components/input-date-range/style.css +0 -51
- package/dist/collection/components/input-demo/index.js +0 -45
- package/dist/collection/components/input-demo/index.js.map +0 -1
- package/dist/collection/components/input-demo/style.css +0 -4
- package/dist/collection/components/input-month/index.js.map +0 -1
- package/dist/collection/components/menu-options/index.js +0 -413
- package/dist/collection/components/menu-options/index.js.map +0 -1
- package/dist/collection/components/menu-options/style.css +0 -18
- package/dist/collection/components/option/index.js +0 -270
- package/dist/collection/components/option/index.js.map +0 -1
- package/dist/collection/components/option/style.css +0 -42
- package/dist/collection/components/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 +0 -137
- 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/select/index.js +0 -108
- package/dist/collection/components/select/index.js.map +0 -1
- package/dist/collection/components/select/style.css +0 -20
- package/dist/collection/components/selector/index.js +0 -234
- package/dist/collection/components/selector/index.js.map +0 -1
- package/dist/collection/components/selector/style.css +0 -46
- package/dist/custom-elements/index2.js +0 -1222
- package/dist/custom-elements/index2.js.map +0 -1
- package/dist/esm/Listenable-fb6f4723.js.map +0 -1
- package/dist/esm/Notice-1fa17794.js.map +0 -1
- package/dist/esm/getLanguage-ffacd7b7.js +0 -12225
- package/dist/esm/getLanguage-ffacd7b7.js.map +0 -1
- package/dist/esm/index-6ac4212d.js.map +0 -1
- package/dist/esm/index-d5330059.js +0 -1222
- package/dist/esm/index-d5330059.js.map +0 -1
- package/dist/esm/smoothly-accordion_62.entry.js +0 -28134
- package/dist/esm/smoothly-accordion_62.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-06337b89.js +0 -2
- package/dist/smoothly/p-06337b89.js.map +0 -1
- package/dist/smoothly/p-16cba662.entry.js +0 -2
- package/dist/smoothly/p-16cba662.entry.js.map +0 -1
- package/dist/smoothly/p-3ad51805.entry.js +0 -2
- package/dist/smoothly/p-3ad51805.entry.js.map +0 -1
- package/dist/smoothly/p-5e34795b.js +0 -2
- package/dist/smoothly/p-5e34795b.js.map +0 -1
- package/dist/smoothly/p-75373584.js +0 -2
- package/dist/smoothly/p-75373584.js.map +0 -1
- package/dist/smoothly/p-75452eb8.js +0 -2
- package/dist/smoothly/p-75452eb8.js.map +0 -1
- package/dist/smoothly/p-ae33d7e1.entry.js +0 -2
- package/dist/smoothly/p-ae33d7e1.entry.js.map +0 -1
- package/dist/smoothly/p-b98cd447.js +0 -3
- package/dist/smoothly/p-b98cd447.js.map +0 -1
- package/dist/smoothly/p-c109fc66.entry.js +0 -2
- package/dist/smoothly/p-c109fc66.entry.js.map +0 -1
- package/dist/smoothly/p-f29cc9ff.entry.js +0 -2
- package/dist/types/components/form/Clearable.d.ts +0 -6
- package/dist/types/components/input-date/index.d.ts +0 -14
- package/dist/types/components/input-date-range/index.d.ts +0 -23
- package/dist/types/components/input-demo/index.d.ts +0 -3
- package/dist/types/components/menu-options/index.d.ts +0 -35
- package/dist/types/components/option/index.d.ts +0 -32
- package/dist/types/components/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 -15
- 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/components/select/index.d.ts +0 -14
- package/dist/types/components/selector/index.d.ts +0 -23
- /package/dist/collection/components/{filter → input}/Clearable.js +0 -0
- /package/dist/collection/components/{input-month → input/month}/style.css +0 -0
- /package/dist/collection/components/{radio-button → lazy}/style.css +0 -0
- /package/dist/smoothly/{p-04fb45e1.entry.js.map → p-12182a73.entry.js.map} +0 -0
- /package/dist/smoothly/{p-5629e452.entry.js.map → p-127dcc56.entry.js.map} +0 -0
- /package/dist/smoothly/{p-f29cc9ff.entry.js.map → p-47151a53.entry.js.map} +0 -0
- /package/dist/smoothly/{p-0fec28cc.entry.js.map → p-6aebb818.entry.js.map} +0 -0
- /package/dist/smoothly/{p-ae467192.entry.js.map → p-7bf147bf.entry.js.map} +0 -0
- /package/dist/smoothly/{p-b3eef141.entry.js.map → p-b3eac6af.entry.js.map} +0 -0
- /package/dist/smoothly/{p-3a6873ed.entry.js.map → p-cb493516.entry.js.map} +0 -0
- /package/dist/types/components/{filter → input}/Clearable.d.ts +0 -0
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import { r as registerInstance, h } from './index-6ac4212d.js';
|
|
2
|
-
|
|
3
|
-
const styleCss = "smoothly-radio-group{display:flex;position:relative;color:none !important;background:none !important;margin:0.5em 0}smoothly-radio-group[hidden]{display:none}smoothly-radio-group[orientation=vertical] *:not(:first-of-type)>input[type=radio]~label{border-top:none}smoothly-radio-group:not([orientation=vertical]) *:not(:first-of-type)>input[type=radio]~label{border-left:none}smoothly-radio-group[orientation=vertical]{flex-direction:column}smoothly-radio-group[orientation=vertical] :first-of-type>input[type=radio]~label{border-radius:4px 4px 0 0}smoothly-radio-group[orientation=vertical] :last-of-type>input[type=radio]~label{border-radius:0 0 4px 4px}smoothly-radio-group:not([orientation=vertical]){flex-direction:row}smoothly-radio-group:not([orientation=vertical]) :first-of-type>input[type=radio]~label{border-radius:4px 0 0 4px}smoothly-radio-group:not([orientation=vertical]) :last-of-type>input[type=radio]~label{border-radius:0 4px 4px 0}";
|
|
4
|
-
|
|
5
|
-
const SmoothlyToggleGroup = class {
|
|
6
|
-
constructor(hostRef) {
|
|
7
|
-
registerInstance(this, hostRef);
|
|
8
|
-
this.orientation = "horizontal";
|
|
9
|
-
}
|
|
10
|
-
render() {
|
|
11
|
-
return h("slot", null);
|
|
12
|
-
}
|
|
13
|
-
};
|
|
14
|
-
SmoothlyToggleGroup.style = styleCss;
|
|
15
|
-
|
|
16
|
-
export { SmoothlyToggleGroup as smoothly_radio_group };
|
|
17
|
-
|
|
18
|
-
//# sourceMappingURL=smoothly-radio-group.entry.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"file":"smoothly-radio-group.entry.js","mappings":";;AAAA,MAAM,QAAQ,GAAG,w7BAAw7B;;MCM57B,mBAAmB;;;uBACoC,YAAY;;EAC/E,MAAM;IACL,OAAO,eAAa,CAAA;GACpB;;;;;;","names":[],"sources":["./src/components/radio-group/style.css?tag=smoothly-radio-group","./src/components/radio-group/index.tsx"],"sourcesContent":["smoothly-radio-group {\n\tdisplay: flex;\n\tposition: relative;\n\t/* stylelint-disable-next-line declaration-no-important */\n\tcolor: none !important;\n\t/* stylelint-disable-next-line declaration-no-important */\n\tbackground: none !important;\n\tmargin: 0.5em 0;\n}\nsmoothly-radio-group[hidden] {\n\tdisplay: none;\n}\nsmoothly-radio-group[orientation=vertical] *:not(:first-of-type) > input[type=radio] ~ label {\n\tborder-top: none;\n}\nsmoothly-radio-group:not([orientation=vertical]) *:not(:first-of-type) > input[type=radio] ~ label {\n\tborder-left: none;\n}\nsmoothly-radio-group[orientation=vertical] {\n\tflex-direction: column;\n}\nsmoothly-radio-group[orientation=vertical] :first-of-type > input[type=radio] ~ label {\n\tborder-radius: 4px 4px 0 0;\n}\nsmoothly-radio-group[orientation=vertical] :last-of-type > input[type=radio] ~ label {\n\tborder-radius: 0 0 4px 4px;\n}\nsmoothly-radio-group:not([orientation=vertical]) {\n\tflex-direction: row;\n}\nsmoothly-radio-group:not([orientation=vertical]) :first-of-type > input[type=radio] ~ label {\n\tborder-radius: 4px 0 0 4px;\n}\nsmoothly-radio-group:not([orientation=vertical]) :last-of-type > input[type=radio] ~ label {\n\tborder-radius: 0 4px 4px 0;\n}\n","import { Component, h, Prop } from \"@stencil/core\"\n\n@Component({\n\ttag: \"smoothly-radio-group\",\n\tstyleUrl: \"style.css\",\n})\nexport class SmoothlyToggleGroup {\n\t@Prop({ reflect: true }) orientation?: \"horizontal\" | \"vertical\" = \"horizontal\"\n\trender() {\n\t\treturn <slot></slot>\n\t}\n}\n"],"version":3}
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
class t{constructor(){this.encoding="utf-8"}encode(t){return Uint8Array.from(unescape(encodeURIComponent(t)).split(""),(t=>t.charCodeAt(0)))}}const n={standard:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",url:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_"};function e(e,r="standard",i=""){if(typeof e=="string")e=(new t).encode(e);const s=n[r];const a=[];for(let t=0;t<e.length;t+=3){const n=e[t];const r=t+1<e.length?e[t+1]:0;const i=t+2<e.length?e[t+2]:0;a.push(s[n>>>2]);a.push(s[(n&3)<<4|r>>>4]);a.push(s[(r&15)<<2|i>>>6]);a.push(s[i&63])}const o=Math.ceil(e.length/3*4);return a.join("").substr(0,o)+i.repeat(a.length-o)}function r(t,e="standard"){while(t.endsWith("=")&&t.length>0)t=t.substr(0,t.length-1);const r=n[e];const i=t.split("").map((t=>r.indexOf(t)));const s=new Uint8Array(Math.floor(i.length/4*3));for(let t=0;t<s.length;t+=3){const n=i.shift()||0;const e=i.shift()||0;const r=i.shift()||0;const a=i.shift()||0;s[t]=n<<2|e>>>4;s[t+1]=(e&15)<<4|r>>>2;s[t+2]=(r&3)<<6|a}return s}const i=typeof window!="undefined"?window.crypto||window.msCrypto:self.crypto||self.msCrypto;var s;(function(t){function n(t,n,...e){const[r,...i]=a(e)?e.map((t=>Object.fromEntries(t.split(",").map((t=>t.split(":",2).map((t=>t.trim()))))))):e;const s=Object.assign({},...Object.entries(r).map((([t,n])=>[t,[n,...i.map((n=>n[t])).filter((t=>t))]])).map((([n,e])=>({get[n](){return Object.assign(t(e),{name:n})}}))));return{current:s[n],...s}}t.create=n})(s||(s={}));function a(t){return Array.isArray(t)&&t.length>0&&typeof t[0]=="string"}var o;(function(t){function n(t){return typeof t=="object"&&(t.key==undefined||typeof t.key=="string")&&typeof t.value=="string"&&typeof t.salt=="string"}t.is=n;function e(t){t.key=t.key&&t.key.length!=4?t.key.slice(-2):t.key;return[t.key,t.salt,t.value].join(".")}t.stringify=e;function r(n){const e=n.split(".");const r={key:e[0],salt:e[1],value:e[2]};return t.is(r)?r:undefined}t.parse=r})(o||(o={}));var c;(function(t){function n(t,n){return typeof t=="string"&&(n==undefined||t.length==n)&&Array.from(t).every((t=>t>="0"&&t<="9"||t>="A"&&t<="Z"||t>="a"&&t<="z"||t=="-"||t=="_"))}t.is=n;function s(t){return y(t.toString(16).padStart(6,"0"))}t.fromUint24=s;function a(t){return Number.parseInt(p(t,6),16)}t.toUint24=a;function o(t){return y(t.toString(16).padStart(12,"0"))}t.fromUint48=o;function c(t){return Number.parseInt(p(t,12),16)}t.toUint48=c;function u(t){return e(t,"url")}t.fromBinary=u;function f(t){return r(t,"url")}t.toBinary=f;function S(t){return u(i.getRandomValues(new Uint8Array(t/4*3)))}t.generate=S;function y(t){if(t.length%2==1)t+="0";const n=new Uint8Array(t.length/2);for(let e=0;e<n.length;e++)n[e]=Number.parseInt(t[e*2],16)*16+Number.parseInt(t[e*2+1],16);return u(n)}t.fromHexadecimal=y;function p(t,n){const e=r(t,"url");let i=[];for(const t of e)i.push(Math.floor(t/16).toString(16),(t%16).toString(16));if(n)i=i.slice(0,n);return i.join("")}t.toHexadecimal=p;t.length=[4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76,80,84,88,92,96,100,104,108,112,116,120,124,128];(function(t){function n(t){return typeof t=="number"&&t>=4&&t<=128&&(t&252)==t}t.is=n})(t.Length||(t.Length={}))})(c||(c={}));var u;(function(t){function n(t){return typeof t=="string"||typeof t=="object"&&typeof t.hash=="string"&&typeof t.salt=="string"}t.is=n;async function r(t,n,r){if(!r)r=e(i.getRandomValues(new Uint8Array(64)));return{hash:await t.sign(r+n),salt:r}}t.hash=r;async function s(n,e,r){return(await t.hash(n,r,e.salt)).hash==e.hash}t.verify=s;(function(t){function n(t){return typeof t=="object"&&typeof t.hash=="string"&&typeof t.salt=="string"}t.is=n})(t.Hashed||(t.Hashed={}))})(u||(u={}));var f;(function(t){function n(t){return i.getRandomValues(t)}t.generate=n})(f||(f={}));var S;(function(t){function n(t){return t=="HMAC"||t=="RSA"||t=="ECDSA"||t=="RSA-PSS"}t.is=n})(S||(S={}));class y{async sign(n){return typeof n=="string"?e(await this.signBinary((new t).encode(n)),"url"):this.signBinary(n)}verify(n,e){if(typeof e=="string")e=r(e,"url");return typeof n=="string"?this.verifyBinary((new t).encode(n),e):this.verifyBinary(n,e)}}class p extends y{constructor(t,n,e){super();this.hash=t;if(n){if(typeof n=="string")n=r(n);this.publicKey=i.subtle.importKey("spki",n,{name:"ECDSA",namedCurve:t.replace("SHA","P")=="P-512"?"P-521":t.replace("SHA","P")},false,["verify"])}if(e){if(typeof e=="string")e=r(e);this.privateKey=i.subtle.importKey("pkcs8",e,{name:"ECDSA",namedCurve:t.replace("SHA","P")=="P-512"?"P-521":t.replace("SHA","P")},true,["sign","verify"])}}async signBinary(t){return new Uint8Array(await i.subtle.sign({name:"ECDSA",hash:{name:this.hash}},await this.privateKey,t))}async verifyBinary(t,n){return i.subtle.verify({name:"ECDSA",hash:{name:this.hash}},await this.publicKey,n,t)}}var h;(function(t){function n(t){return t=="SHA-1"||t=="SHA-256"||t=="SHA-384"||t=="SHA-512"}t.is=n})(h||(h={}));class w extends y{async verifyBinary(t,n){return e(await this.signBinary(t),"url")==e(n,"url")}}class A extends w{constructor(t,n){super();this.hash=t;if(typeof n=="string")n=r(n,"url");this.key=i.subtle.importKey("raw",n,{name:"HMAC",hash:{name:t}},false,["sign","verify"])}async signBinary(t){return new Uint8Array(await i.subtle.sign("HMAC",await this.key,t))}}class d extends w{signBinary(t){return Promise.resolve(new Uint8Array(0))}}class l extends y{constructor(t,n,e){super();this.variant=t;this.publicKey=n;this.privateKey=e}get parameters(){return v(this.variant)}async signBinary(t){return this.privateKey?new Uint8Array(await i.subtle.sign(this.parameters,await this.privateKey,t)):new Uint8Array(0)}async verifyBinary(t,n){return!!this.publicKey&&i.subtle.verify(this.parameters,await this.publicKey,n,t)}async export(t,n="base64"){const r=await(t=="private"?this.privateKey:this.publicKey);let s;if(r)switch(n){case"jwk":s=await i.subtle.exportKey("jwk",r);break;case"buffer":s=await i.subtle.exportKey(t=="private"?"pkcs8":"spki",r);break;case"base64":{const n=await this.export(t,"buffer");s=n&&e(new Uint8Array(n),"standard","=")}break;case"pem":{const n=await this.export(t,"base64");s=n&&[`-----BEGIN ${t.toUpperCase()} KEY-----`,...b(n,64),`-----END ${t.toUpperCase()} KEY-----`].join("\n")}break}return s}static import(t,n,e,r){return new l(t,l.importHelper(t,n,"public",e),l.importHelper(t,n,"private",r))}static importHelper(t,n,e,s){if(typeof s=="string")s=r(s);return s&&i.subtle.importKey(e=="private"?"pkcs8":"spki",s,{name:v(t).name,hash:{name:n}},true,[e=="private"?"sign":"verify"])}static generate(t,n,e){const r=i.subtle.generateKey({name:v(t).name,modulusLength:e,publicExponent:new Uint8Array([1,0,1]),hash:n},true,["sign","verify"]);return new l(t,r.then((t=>t.publicKey)),r.then((t=>t.privateKey)))}}function*b(t,n){let e=0;while(e<t.length)yield t.slice(e,e=e+n)}function v(t){return t=="PSS"?{name:"RSA-PSS",saltLength:128}:{name:"RSASSA-PKCS1-v1_5"}}var g;(function(t){(function(t){t.is=S.is})(t.Algorithm||(t.Algorithm={}));(function(t){t.is=h.is})(t.Hash||(t.Hash={}));function n(t,n,e){let r;switch(t){case"RSA":r=l.generate("SSA",n,e);break;case"RSA-PSS":r=l.generate("PSS",n,e);break}return r}t.generate=n;function e(t,n,...e){let r;if(n!=undefined)switch(t){case"HMAC":r=new A(n,e[0]);break;case"RSA":r=l.import("SSA",n,e[0],e[1]);break;case"RSA-PSS":r=l.import("PSS",n,e[0],e[1]);break;case"ECDSA":r=new p(n,e[0],e[1]);break}else if(t=="None")r=new d;return r}t.create=e})(g||(g={}));if(!Uint8Array.__proto__.from){(()=>{Uint8Array.__proto__.from=function(t,n,e){const r=Uint8Array.__proto__;if(typeof this!=="function"){throw new TypeError("# is not a constructor")}if(this.__proto__!==r){throw new TypeError("this is not a typed array.")}n=n||(t=>t);if(typeof n!=="function"){throw new TypeError("specified argument is not a function")}t=Object(t);if(!t.length){return new this(0)}let i=[];for(const t of i){i.push(t)}i=i.map(n,e);const s=new this(i.length);for(let t=0;t<s.length;t++){s[t]=i[t]}return s}})()}var H;(function(t){function n(t){return typeof t=="object"&&Object.entries(t).every((t=>typeof t=="function"))}t.is=n})(H||(H={}));var m;(function(t){function n(t){return Array.isArray(t)&&t.every((t=>typeof t=="string"))}t.is=n})(m||(m={}));var P;(function(t){function n(t){return typeof t=="object"&&Object.entries(t).every((t=>typeof t[1]=="string"))}t.is=n})(P||(P={}));var k;(function(t){function n(t){return m.is(t)||H.is(t)||P.is(t)}t.is=n;(function(t){t.is=H.is})(t.Converter||(t.Converter={}));(function(t){t.is=m.is})(t.Crypto||(t.Crypto={}));(function(t){t.is=P.is})(t.Renamer||(t.Renamer={}))})(k||(k={}));var E;(function(t){function n(t){return typeof t=="object"&&typeof t.apply=="function"&&typeof t.reverse=="function"}t.is=n;function e(t){return{apply:t.apply?t.apply:t=>t,reverse:t.reverse?t.reverse:t=>t}}t.create=e})(E||(E={}));var R;(function(t){function n(t){return t=="RS256"||t=="RS384"||t=="RS512"||t=="ES256"||t=="ES384"||t=="ES512"||t=="PS256"||t=="PS384"||t=="PS512"}t.is=n})(R||(R={}));var j;(function(t){function n(t){return t=="HS256"||t=="HS384"||t=="HS512"}t.is=n})(j||(j={}));var C;(function(t){function n(t){return t=="none"||j.is(t)||R.is(t)}t.is=n;(function(t){t.is=j.is})(t.Symmetric||(t.Symmetric={}));(function(t){t.is=R.is})(t.Asymmetric||(t.Asymmetric={}))})(C||(C={}));var U=undefined&&undefined.__awaiter||function(t,n,e,r){function i(t){return t instanceof e?t:new e((function(n){n(t)}))}return new(e||(e=Promise))((function(e,s){function a(t){try{c(r.next(t))}catch(t){s(t)}}function o(t){try{c(r["throw"](t))}catch(t){s(t)}}function c(t){t.done?e(t.value):i(t.value).then(a,o)}c((r=r.apply(t,n||[])).next())}))};class O{constructor(t,n){this.name=t;this.signer=n}sign(t){return U(this,void 0,void 0,(function*(){return typeof t=="string"?this.signer.sign(t):this.signer.sign(t)}))}verify(t,n){return this.signer.verify(t,n)}static create(t,...n){let e;switch(t){case"ES256":e=g.create("ECDSA","SHA-256",n[0],n[1]);break;case"ES384":e=g.create("ECDSA","SHA-384",n[0],n[1]);break;case"ES512":e=g.create("ECDSA","SHA-512",n[0],n[1]);break;case"PS256":e=g.create("RSA-PSS","SHA-256",n[0],n[1]);break;case"PS384":e=g.create("RSA-PSS","SHA-384",n[0],n[1]);break;case"PS512":e=g.create("RSA-PSS","SHA-512",n[0],n[1]);break;case"HS256":e=g.create("HMAC","SHA-256",n[0]);break;case"HS384":e=g.create("HMAC","SHA-384",n[0]);break;case"HS512":e=g.create("HMAC","SHA-512",n[0]);break;case"RS256":e=g.create("RSA","SHA-256",n[0],n[1]);break;case"RS384":e=g.create("RSA","SHA-384",n[0],n[1]);break;case"RS512":e=g.create("RSA","SHA-512",n[0],n[1]);break;case"none":e=g.create("None");break}return e&&new O(t,e)}static none(){return O.create("none")}static HS256(t){return O.create("HS256",t)}static HS384(t){return O.create("HS384",t)}static HS512(t){return O.create("HS512",t)}static RS256(t,n){return O.create("RS256",t,n)}static RS384(t,n){return O.create("RS384",t,n)}static RS512(t,n){return O.create("RS512",t,n)}static ES256(t,n){return O.create("ES256",t,n)}static ES384(t,n){return O.create("ES384",t,n)}static ES512(t,n){return O.create("ES512",t,n)}static PS256(t,n){return O.create("PS256",t,n)}static PS384(t,n){return O.create("PS384",t,n)}static PS512(t,n){return O.create("PS512",t,n)}}(function(t){(function(t){t.is=C.is;(function(t){t.is=C.Symmetric.is})(t.Symmetric||(t.Symmetric={}));(function(t){t.is=C.Asymmetric.is})(t.Asymmetric||(t.Asymmetric={}))})(t.Name||(t.Name={}))})(O||(O={}));var M;(function(t){function n(t){return typeof t=="string"&&/^[A-Za-z0-9-_=]+\.[A-Za-z0-9-_=]+\.?[A-Za-z0-9-_.+/=]*$/.test(t)}t.is=n})(M||(M={}));class D{static is(t){return typeof t=="object"&&typeof t.destination=="string"&&t.content!=undefined}static send(t,n,e){if(D.is(t)&&e==undefined){e=n;if(!e)e=window;const r=t.destination.split("#",2);t={destination:r[1],content:t.content};e.postMessage(t,r[0])}else if(typeof e!="string"){if(!e)e=window;if(typeof t=="string")D.send({destination:t,content:n},e)}}static listen(t,n,e){const r=t.split("#",2);let i="";if(r.length==2){t=r[0];i=r[1]}(e||window).addEventListener("message",(e=>{const r=e.data;if(D.is(r)&&(t=="*"||e.origin==t)&&(i==""||r.destination==i))n(r.destination,r.content)}))}}class x{static is(t){return typeof t=="object"&&typeof t.name=="string"}}var B=undefined&&undefined.__classPrivateFieldGet||function(t,n,e,r){if(e==="a"&&!r)throw new TypeError("Private accessor was defined without a getter");if(typeof n==="function"?t!==n||!r:!n.has(t))throw new TypeError("Cannot read private member from an object whose class did not declare it");return e==="m"?r:e==="a"?r.call(t):r?r.value:n.get(t)};var N;class T{constructor(){N.set(this,{})}listen(t,n){var e,r;(r=(e=B(this,N,"f")[t])===null||e===void 0?void 0:e.push(n))!==null&&r!==void 0?r:B(this,N,"f")[t]=[n];n(this[t])}unlisten(t,n){var e,r;const i=(e=B(this,N,"f")[t])===null||e===void 0?void 0:e.indexOf(n);i!=undefined&&i>=0&&((r=B(this,N,"f")[t])===null||r===void 0?void 0:r.splice(i,1))}static load(t){const n=t.listenable;return Object.defineProperties(n,e(t));function e(t){return Object.fromEntries(Object.entries(Object.assign(Object.assign({},Object.getOwnPropertyDescriptors(t)),Object.getOwnPropertyDescriptors(Object.getPrototypeOf(t)))).map((([e,r])=>[e,typeof r.value=="function"?{get(){return t[e].bind(t)}}:r.writable||r.set?{get(){return t[e]},set(r){var i;t[e]=r;(i=B(n,N,"f")[e])===null||i===void 0?void 0:i.forEach((t=>t(r)))}}:{get(){return t[e].bind(t)}}])))}}}N=new WeakMap;export{c as I,T as L,D as M,x as T};
|
|
2
|
-
//# sourceMappingURL=p-06337b89.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["TextEncoder","constructor","this","encoding","encode","data","Uint8Array","from","unescape","encodeURIComponent","split","c","charCodeAt","tables","standard","url","value","padding","table","result","length","c0","c1","c2","push","Math","ceil","join","substr","repeat","decode","endsWith","map","indexOf","floor","d0","shift","d1","d2","d3","crypto","window","msCrypto","self","Algorithms","create","current","secrets","first","remainder","isStringArray","part","Object","fromEntries","secret","item","trim","assign","entries","name","filter","Array","isArray","Encrypted","is","key","undefined","salt","stringify","encrypted","slice","parse","encryptedString","splitted","Identifier","every","fromUint24","fromHexadecimal","toString","padStart","toUint24","identifier","Number","parseInt","toHexadecimal","fromUint48","toUint48","fromBinary","Base64.encode","toBinary","Base64.decode","generate","getRandomValues","index","d","Length","Password","hash","async","algorithm","password","sign","verify","Hashed","RandomValue","array","Algorithm","Base","signBinary","signature","verifyBinary","ECDSA","publicKey","privateKey","super","subtle","importKey","namedCurve","replace","Hash","Symmetric","HMAC","None","_","Promise","resolve","Rsa","variant","parameters","getParameters","type","format","exportKey","export","toUpperCase","static","importHelper","keyPair","generateKey","modulusLength","publicExponent","then","start","saltLength","Signer","SignerAlgorithm","SignerHash","keys","import","__proto__","object","theFunction","thisObject","typedArrayClass","TypeError","element","copyData","typedArray","i","Converter","v","Crypto","Renamer","thing","Creatable","CCrypto","CConverter","CRenamer","Transformer","apply","reverse","transformer","Asymmetric","Name","NameSymmetric","NameAsymmetric","__awaiter","thisArg","_arguments","P","generator","adopt","reject","fulfilled","step","next","e","rejected","done","signer","AlgorithmName","Token","test","Message","destination","content","message","context","postMessage","send","origin","handle","addEventListener","Trigger","Listenable","_Listenable_listeners","set","listen","property","listener","_b","_a","__classPrivateFieldGet","unlisten","splice","backend","listenable","defineProperties","getProperties","getOwnPropertyDescriptors","getPrototypeOf","descriptor","get","bind","writable","forEach"],"sources":["./node_modules/cryptly/dist/TextEncoder.js","./node_modules/cryptly/dist/Base64.js","./node_modules/cryptly/dist/crypto.browser.js","./node_modules/cryptly/dist/Algorithms.js","./node_modules/cryptly/dist/Encrypted.js","./node_modules/cryptly/dist/Identifier.js","./node_modules/cryptly/dist/Password.js","./node_modules/cryptly/dist/RandomValue.js","./node_modules/cryptly/dist/Signer/Algorithm.js","./node_modules/cryptly/dist/Signer/Base.js","./node_modules/cryptly/dist/Signer/ECDSA.js","./node_modules/cryptly/dist/Signer/Hash.js","./node_modules/cryptly/dist/Signer/Symmetric.js","./node_modules/cryptly/dist/Signer/HMAC.js","./node_modules/cryptly/dist/Signer/None.js","./node_modules/cryptly/dist/Signer/Rsa.js","./node_modules/cryptly/dist/Signer/index.js","./node_modules/authly/dist/shim/TypedArray-from.js","./node_modules/authly/dist/Property/Creatable/Converter.js","./node_modules/authly/dist/Property/Creatable/Crypto.js","./node_modules/authly/dist/Property/Creatable/Renamer.js","./node_modules/authly/dist/Property/Creatable/index.js","./node_modules/authly/dist/Property/Transformer.js","./node_modules/authly/dist/Algorithm/Name/Asymmetric.js","./node_modules/authly/dist/Algorithm/Name/Symmetric.js","./node_modules/authly/dist/Algorithm/Name/index.js","./node_modules/authly/dist/Algorithm/index.js","./node_modules/authly/dist/Token.js","./src/model/Message.ts","./src/model/Trigger.ts","./src/model/Listenable.ts"],"sourcesContent":["export class TextEncoder {\n constructor() {\n this.encoding = \"utf-8\";\n }\n encode(data) {\n return Uint8Array.from(unescape(encodeURIComponent(data)).split(\"\"), c => c.charCodeAt(0));\n }\n}\n//# sourceMappingURL=TextEncoder.js.map","import { TextEncoder } from \"./TextEncoder\";\nconst tables = {\n standard: \"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/\",\n url: \"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_\",\n};\nexport function encode(value, standard = \"standard\", padding = \"\") {\n if (typeof value == \"string\")\n value = new TextEncoder().encode(value);\n const table = tables[standard];\n const result = [];\n for (let c = 0; c < value.length; c += 3) {\n const c0 = value[c];\n const c1 = c + 1 < value.length ? value[c + 1] : 0;\n const c2 = c + 2 < value.length ? value[c + 2] : 0;\n result.push(table[c0 >>> 2]);\n result.push(table[((c0 & 3) << 4) | (c1 >>> 4)]);\n result.push(table[((c1 & 15) << 2) | (c2 >>> 6)]);\n result.push(table[c2 & 63]);\n }\n const length = Math.ceil((value.length / 3) * 4);\n return result.join(\"\").substr(0, length) + padding.repeat(result.length - length);\n}\nexport function decode(value, standard = \"standard\") {\n while (value.endsWith(\"=\") && value.length > 0)\n value = value.substr(0, value.length - 1);\n const table = tables[standard];\n const data = value.split(\"\").map(c => table.indexOf(c));\n const result = new Uint8Array(Math.floor((data.length / 4) * 3));\n for (let c = 0; c < result.length; c += 3) {\n const d0 = data.shift() || 0;\n const d1 = data.shift() || 0;\n const d2 = data.shift() || 0;\n const d3 = data.shift() || 0;\n result[c] = (d0 << 2) | (d1 >>> 4);\n result[c + 1] = ((d1 & 15) << 4) | (d2 >>> 2);\n result[c + 2] = ((d2 & 3) << 6) | d3;\n }\n return result;\n}\n//# sourceMappingURL=Base64.js.map","export const crypto = typeof window != \"undefined\"\n ? window.crypto || window.msCrypto\n : self.crypto || self.msCrypto;\n//# sourceMappingURL=crypto.browser.js.map","export var Algorithms;\n(function (Algorithms) {\n function create(create, current, ...secrets) {\n const [first, ...remainder] = isStringArray(secrets)\n ? secrets.map(part => Object.fromEntries(part.split(\",\").map(secret => secret.split(\":\", 2).map(item => item.trim()))))\n : secrets;\n const result = Object.assign({}, ...Object.entries(first)\n .map(([name, secret]) => [\n name,\n [secret, ...remainder.map(part => part[name]).filter(part => part)],\n ])\n .map(([name, secrets]) => ({\n get [name]() {\n return Object.assign(create(secrets), { name });\n },\n })));\n return { current: result[current], ...result };\n }\n Algorithms.create = create;\n})(Algorithms || (Algorithms = {}));\nfunction isStringArray(value) {\n return Array.isArray(value) && value.length > 0 && typeof value[0] == \"string\";\n}\n//# sourceMappingURL=Algorithms.js.map","export var Encrypted;\n(function (Encrypted) {\n function is(value) {\n return (typeof value == \"object\" &&\n (value.key == undefined || typeof value.key == \"string\") &&\n typeof value.value == \"string\" &&\n typeof value.salt == \"string\");\n }\n Encrypted.is = is;\n function stringify(encrypted) {\n encrypted.key = encrypted.key && encrypted.key.length != 4 ? encrypted.key.slice(-2) : encrypted.key;\n return [encrypted.key, encrypted.salt, encrypted.value].join(\".\");\n }\n Encrypted.stringify = stringify;\n function parse(encryptedString) {\n const splitted = encryptedString.split(\".\");\n const encrypted = { key: splitted[0], salt: splitted[1], value: splitted[2] };\n return Encrypted.is(encrypted) ? encrypted : undefined;\n }\n Encrypted.parse = parse;\n})(Encrypted || (Encrypted = {}));\n//# sourceMappingURL=Encrypted.js.map","import * as Base64 from \"./Base64\";\nimport { crypto } from \"./crypto\";\nexport var Identifier;\n(function (Identifier) {\n function is(value, length) {\n return (typeof value == \"string\" &&\n (length == undefined || value.length == length) &&\n Array.from(value).every(c => (c >= \"0\" && c <= \"9\") || (c >= \"A\" && c <= \"Z\") || (c >= \"a\" && c <= \"z\") || c == \"-\" || c == \"_\"));\n }\n Identifier.is = is;\n function fromUint24(value) {\n return fromHexadecimal(value.toString(16).padStart(6, \"0\"));\n }\n Identifier.fromUint24 = fromUint24;\n function toUint24(identifier) {\n return Number.parseInt(toHexadecimal(identifier, 6), 16);\n }\n Identifier.toUint24 = toUint24;\n function fromUint48(value) {\n return fromHexadecimal(value.toString(16).padStart(12, \"0\"));\n }\n Identifier.fromUint48 = fromUint48;\n function toUint48(identifier) {\n return Number.parseInt(toHexadecimal(identifier, 12), 16);\n }\n Identifier.toUint48 = toUint48;\n function fromBinary(identifier) {\n return Base64.encode(identifier, \"url\");\n }\n Identifier.fromBinary = fromBinary;\n function toBinary(identifier) {\n return Base64.decode(identifier, \"url\");\n }\n Identifier.toBinary = toBinary;\n function generate(length) {\n return fromBinary(crypto.getRandomValues(new Uint8Array((length / 4) * 3)));\n }\n Identifier.generate = generate;\n function fromHexadecimal(identifier) {\n if (identifier.length % 2 == 1)\n identifier += \"0\";\n const result = new Uint8Array(identifier.length / 2);\n for (let index = 0; index < result.length; index++)\n result[index] = Number.parseInt(identifier[index * 2], 16) * 16 + Number.parseInt(identifier[index * 2 + 1], 16);\n return fromBinary(result);\n }\n Identifier.fromHexadecimal = fromHexadecimal;\n function toHexadecimal(identifier, length) {\n const data = Base64.decode(identifier, \"url\");\n let result = [];\n for (const d of data)\n result.push(Math.floor(d / 16).toString(16), (d % 16).toString(16));\n if (length)\n result = result.slice(0, length);\n return result.join(\"\");\n }\n Identifier.toHexadecimal = toHexadecimal;\n Identifier.length = [\n 4, 8, 12, 16, 20, 24, 28, 32, 36, 40, 44, 48, 52, 56, 60, 64, 68, 72, 76, 80, 84, 88, 92, 96, 100, 104, 108, 112,\n 116, 120, 124, 128,\n ];\n let Length;\n (function (Length) {\n function is(value) {\n return typeof value == \"number\" && value >= 4 && value <= 128 && (value & 252) == value;\n }\n Length.is = is;\n })(Length = Identifier.Length || (Identifier.Length = {}));\n})(Identifier || (Identifier = {}));\n//# sourceMappingURL=Identifier.js.map","import * as Base64 from \"./Base64\";\nimport { crypto } from \"./crypto\";\nexport var Password;\n(function (Password) {\n function is(value) {\n return (typeof value == \"string\" ||\n (typeof value == \"object\" && typeof value.hash == \"string\" && typeof value.salt == \"string\"));\n }\n Password.is = is;\n async function hash(algorithm, password, salt) {\n if (!salt)\n salt = Base64.encode(crypto.getRandomValues(new Uint8Array(64)));\n return {\n hash: await algorithm.sign(salt + password),\n salt,\n };\n }\n Password.hash = hash;\n async function verify(algorithm, hash, password) {\n return (await Password.hash(algorithm, password, hash.salt)).hash == hash.hash;\n }\n Password.verify = verify;\n let Hashed;\n (function (Hashed) {\n function is(value) {\n return typeof value == \"object\" && typeof value.hash == \"string\" && typeof value.salt == \"string\";\n }\n Hashed.is = is;\n })(Hashed = Password.Hashed || (Password.Hashed = {}));\n})(Password || (Password = {}));\n//# sourceMappingURL=Password.js.map","import { crypto } from \"./crypto\";\nexport var RandomValue;\n(function (RandomValue) {\n function generate(array) {\n return crypto.getRandomValues(array);\n }\n RandomValue.generate = generate;\n})(RandomValue || (RandomValue = {}));\n//# sourceMappingURL=RandomValue.js.map","export var Algorithm;\n(function (Algorithm) {\n function is(value) {\n return value == \"HMAC\" || value == \"RSA\" || value == \"ECDSA\" || value == \"RSA-PSS\";\n }\n Algorithm.is = is;\n})(Algorithm || (Algorithm = {}));\n//# sourceMappingURL=Algorithm.js.map","import * as Base64 from \"../Base64\";\nimport { TextEncoder } from \"../TextEncoder\";\nexport class Base {\n async sign(data) {\n return typeof data == \"string\"\n ? Base64.encode(await this.signBinary(new TextEncoder().encode(data)), \"url\")\n : this.signBinary(data);\n }\n verify(data, signature) {\n if (typeof signature == \"string\")\n signature = Base64.decode(signature, \"url\");\n return typeof data == \"string\"\n ? this.verifyBinary(new TextEncoder().encode(data), signature)\n : this.verifyBinary(data, signature);\n }\n}\n//# sourceMappingURL=Base.js.map","import * as Base64 from \"../Base64\";\nimport { crypto } from \"../crypto\";\nimport { Base } from \"./Base\";\nexport class ECDSA extends Base {\n constructor(hash, publicKey, privateKey) {\n super();\n this.hash = hash;\n if (publicKey) {\n if (typeof publicKey == \"string\")\n publicKey = Base64.decode(publicKey);\n this.publicKey = crypto.subtle.importKey(\"spki\", publicKey, { name: \"ECDSA\", namedCurve: hash.replace(\"SHA\", \"P\") == \"P-512\" ? \"P-521\" : hash.replace(\"SHA\", \"P\") }, false, [\"verify\"]);\n }\n if (privateKey) {\n if (typeof privateKey == \"string\")\n privateKey = Base64.decode(privateKey);\n this.privateKey = crypto.subtle.importKey(\"pkcs8\", privateKey, { name: \"ECDSA\", namedCurve: hash.replace(\"SHA\", \"P\") == \"P-512\" ? \"P-521\" : hash.replace(\"SHA\", \"P\") }, true, [\"sign\", \"verify\"]);\n }\n }\n async signBinary(data) {\n return new Uint8Array(await crypto.subtle.sign({ name: \"ECDSA\", hash: { name: this.hash } }, await this.privateKey, data));\n }\n async verifyBinary(data, signature) {\n return crypto.subtle.verify({ name: \"ECDSA\", hash: { name: this.hash } }, await this.publicKey, signature, data);\n }\n}\n//# sourceMappingURL=ECDSA.js.map","export var Hash;\n(function (Hash) {\n function is(value) {\n return value == \"SHA-1\" || value == \"SHA-256\" || value == \"SHA-384\" || value == \"SHA-512\";\n }\n Hash.is = is;\n})(Hash || (Hash = {}));\n//# sourceMappingURL=Hash.js.map","import * as Base64 from \"../Base64\";\nimport { Base } from \"./Base\";\nexport class Symmetric extends Base {\n async verifyBinary(data, signature) {\n return Base64.encode(await this.signBinary(data), \"url\") == Base64.encode(signature, \"url\");\n }\n}\n//# sourceMappingURL=Symmetric.js.map","import * as Base64 from \"../Base64\";\nimport { crypto } from \"../crypto\";\nimport { Symmetric } from \"./Symmetric\";\nexport class HMAC extends Symmetric {\n constructor(hash, key) {\n super();\n this.hash = hash;\n if (typeof key == \"string\")\n key = Base64.decode(key, \"url\");\n this.key = crypto.subtle.importKey(\"raw\", key, { name: \"HMAC\", hash: { name: hash } }, false, [\"sign\", \"verify\"]);\n }\n async signBinary(data) {\n return new Uint8Array(await crypto.subtle.sign(\"HMAC\", await this.key, data));\n }\n}\n//# sourceMappingURL=HMAC.js.map","import { Symmetric } from \"./Symmetric\";\nexport class None extends Symmetric {\n signBinary(_) {\n return Promise.resolve(new Uint8Array(0));\n }\n}\n//# sourceMappingURL=None.js.map","import * as Base64 from \"../Base64\";\nimport { crypto } from \"../crypto\";\nimport { Base } from \"./Base\";\nexport class Rsa extends Base {\n constructor(variant, publicKey, privateKey) {\n super();\n this.variant = variant;\n this.publicKey = publicKey;\n this.privateKey = privateKey;\n }\n get parameters() {\n return getParameters(this.variant);\n }\n async signBinary(data) {\n return this.privateKey\n ? new Uint8Array(await crypto.subtle.sign(this.parameters, await this.privateKey, data))\n : new Uint8Array(0);\n }\n async verifyBinary(data, signature) {\n return !!this.publicKey && crypto.subtle.verify(this.parameters, await this.publicKey, signature, data);\n }\n async export(type, format = \"base64\") {\n const key = await (type == \"private\" ? this.privateKey : this.publicKey);\n let result;\n if (key)\n switch (format) {\n case \"jwk\":\n result = await crypto.subtle.exportKey(\"jwk\", key);\n break;\n case \"buffer\":\n result = await crypto.subtle.exportKey(type == \"private\" ? \"pkcs8\" : \"spki\", key);\n break;\n case \"base64\":\n {\n const data = await this.export(type, \"buffer\");\n result = data && Base64.encode(new Uint8Array(data), \"standard\", \"=\");\n }\n break;\n case \"pem\":\n {\n const data = await this.export(type, \"base64\");\n result =\n data &&\n [\n `-----BEGIN ${type.toUpperCase()} KEY-----`,\n ...slice(data, 64),\n `-----END ${type.toUpperCase()} KEY-----`,\n ].join(\"\\n\");\n }\n break;\n }\n return result;\n }\n static import(variant, hash, publicKey, privateKey) {\n return new Rsa(variant, Rsa.importHelper(variant, hash, \"public\", publicKey), Rsa.importHelper(variant, hash, \"private\", privateKey));\n }\n static importHelper(variant, hash, type, key) {\n if (typeof key == \"string\")\n key = Base64.decode(key);\n return (key &&\n crypto.subtle.importKey(type == \"private\" ? \"pkcs8\" : \"spki\", key, { name: getParameters(variant).name, hash: { name: hash } }, true, [type == \"private\" ? \"sign\" : \"verify\"]));\n }\n static generate(variant, hash, length) {\n const keyPair = crypto.subtle.generateKey({\n name: getParameters(variant).name,\n modulusLength: length,\n publicExponent: new Uint8Array([1, 0, 1]),\n hash,\n }, true, [\"sign\", \"verify\"]);\n return new Rsa(variant, keyPair.then(value => value.publicKey), keyPair.then(value => value.privateKey));\n }\n}\nfunction* slice(data, length) {\n let start = 0;\n while (start < data.length)\n yield data.slice(start, (start = start + length));\n}\nfunction getParameters(variant) {\n return variant == \"PSS\" ? { name: \"RSA-PSS\", saltLength: 128 } : { name: \"RSASSA-PKCS1-v1_5\" };\n}\n//# sourceMappingURL=Rsa.js.map","import { Algorithm as SignerAlgorithm } from \"./Algorithm\";\nimport { ECDSA } from \"./ECDSA\";\nimport { Hash as SignerHash } from \"./Hash\";\nimport { HMAC } from \"./HMAC\";\nimport { None } from \"./None\";\nimport { Rsa } from \"./Rsa\";\nexport var Signer;\n(function (Signer) {\n let Algorithm;\n (function (Algorithm) {\n Algorithm.is = SignerAlgorithm.is;\n })(Algorithm = Signer.Algorithm || (Signer.Algorithm = {}));\n let Hash;\n (function (Hash) {\n Hash.is = SignerHash.is;\n })(Hash = Signer.Hash || (Signer.Hash = {}));\n function generate(algorithm, hash, length) {\n let result;\n switch (algorithm) {\n case \"RSA\":\n result = Rsa.generate(\"SSA\", hash, length);\n break;\n case \"RSA-PSS\":\n result = Rsa.generate(\"PSS\", hash, length);\n break;\n }\n return result;\n }\n Signer.generate = generate;\n function create(algorithm, hash, ...keys) {\n let result;\n if (hash != undefined)\n switch (algorithm) {\n case \"HMAC\":\n result = new HMAC(hash, keys[0]);\n break;\n case \"RSA\":\n result = Rsa.import(\"SSA\", hash, keys[0], keys[1]);\n break;\n case \"RSA-PSS\":\n result = Rsa.import(\"PSS\", hash, keys[0], keys[1]);\n break;\n case \"ECDSA\":\n result = new ECDSA(hash, keys[0], keys[1]);\n break;\n }\n else if (algorithm == \"None\")\n result = new None();\n return result;\n }\n Signer.create = create;\n})(Signer || (Signer = {}));\n//# sourceMappingURL=index.js.map","if (!Uint8Array.__proto__.from) {\n ;\n (() => {\n Uint8Array.__proto__.from = function (object, theFunction, thisObject) {\n const typedArrayClass = Uint8Array.__proto__;\n if (typeof this !== \"function\") {\n throw new TypeError(\"# is not a constructor\");\n }\n if (this.__proto__ !== typedArrayClass) {\n throw new TypeError(\"this is not a typed array.\");\n }\n theFunction = theFunction || (element => element);\n if (typeof theFunction !== \"function\") {\n throw new TypeError(\"specified argument is not a function\");\n }\n object = Object(object);\n if (!object.length) {\n return new this(0);\n }\n let copyData = [];\n for (const data of copyData) {\n copyData.push(data);\n }\n copyData = copyData.map(theFunction, thisObject);\n const typedArray = new this(copyData.length);\n for (let i = 0; i < typedArray.length; i++) {\n typedArray[i] = copyData[i];\n }\n return typedArray;\n };\n })();\n}\n//# sourceMappingURL=TypedArray-from.js.map","export var Converter;\n(function (Converter) {\n function is(value) {\n return typeof value == \"object\" && Object.entries(value).every(v => typeof v == \"function\");\n }\n Converter.is = is;\n})(Converter || (Converter = {}));\n//# sourceMappingURL=Converter.js.map","export var Crypto;\n(function (Crypto) {\n function is(value) {\n return Array.isArray(value) && value.every(v => typeof v == \"string\");\n }\n Crypto.is = is;\n})(Crypto || (Crypto = {}));\n//# sourceMappingURL=Crypto.js.map","export var Renamer;\n(function (Renamer) {\n function is(value) {\n return typeof value == \"object\" && Object.entries(value).every(thing => typeof thing[1] == \"string\");\n }\n Renamer.is = is;\n})(Renamer || (Renamer = {}));\n//# sourceMappingURL=Renamer.js.map","import { Converter as CConverter } from \"./Converter\";\nimport { Crypto as CCrypto } from \"./Crypto\";\nimport { Renamer as CRenamer } from \"./Renamer\";\nexport var Creatable;\n(function (Creatable) {\n function is(value) {\n return CCrypto.is(value) || CConverter.is(value) || CRenamer.is(value);\n }\n Creatable.is = is;\n let Converter;\n (function (Converter) {\n Converter.is = CConverter.is;\n })(Converter = Creatable.Converter || (Creatable.Converter = {}));\n let Crypto;\n (function (Crypto) {\n Crypto.is = CCrypto.is;\n })(Crypto = Creatable.Crypto || (Creatable.Crypto = {}));\n let Renamer;\n (function (Renamer) {\n Renamer.is = CRenamer.is;\n })(Renamer = Creatable.Renamer || (Creatable.Renamer = {}));\n})(Creatable || (Creatable = {}));\n//# sourceMappingURL=index.js.map","export var Transformer;\n(function (Transformer) {\n function is(value) {\n return typeof value == \"object\" && typeof value.apply == \"function\" && typeof value.reverse == \"function\";\n }\n Transformer.is = is;\n function create(transformer) {\n return {\n apply: transformer.apply ? transformer.apply : (v) => v,\n reverse: transformer.reverse ? transformer.reverse : (v) => v,\n };\n }\n Transformer.create = create;\n})(Transformer || (Transformer = {}));\n//# sourceMappingURL=Transformer.js.map","export var Asymmetric;\n(function (Asymmetric) {\n function is(value) {\n return (value == \"RS256\" ||\n value == \"RS384\" ||\n value == \"RS512\" ||\n value == \"ES256\" ||\n value == \"ES384\" ||\n value == \"ES512\" ||\n value == \"PS256\" ||\n value == \"PS384\" ||\n value == \"PS512\");\n }\n Asymmetric.is = is;\n})(Asymmetric || (Asymmetric = {}));\n//# sourceMappingURL=Asymmetric.js.map","export var Symmetric;\n(function (Symmetric) {\n function is(value) {\n return value == \"HS256\" || value == \"HS384\" || value == \"HS512\";\n }\n Symmetric.is = is;\n})(Symmetric || (Symmetric = {}));\n//# sourceMappingURL=Symmetric.js.map","import { Asymmetric as NameAsymmetric } from \"./Asymmetric\";\nimport { Symmetric as NameSymmetric } from \"./Symmetric\";\nexport var Name;\n(function (Name) {\n function is(value) {\n return value == \"none\" || NameSymmetric.is(value) || NameAsymmetric.is(value);\n }\n Name.is = is;\n let Symmetric;\n (function (Symmetric) {\n Symmetric.is = NameSymmetric.is;\n })(Symmetric = Name.Symmetric || (Name.Symmetric = {}));\n let Asymmetric;\n (function (Asymmetric) {\n Asymmetric.is = NameAsymmetric.is;\n })(Asymmetric = Name.Asymmetric || (Name.Asymmetric = {}));\n})(Name || (Name = {}));\n//# sourceMappingURL=index.js.map","var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {\n function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }\n return new (P || (P = Promise))(function (resolve, reject) {\n function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }\n function rejected(value) { try { step(generator[\"throw\"](value)); } catch (e) { reject(e); } }\n function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }\n step((generator = generator.apply(thisArg, _arguments || [])).next());\n });\n};\nimport { Signer } from \"cryptly\";\nimport { Name as AlgorithmName } from \"./Name\";\nexport class Algorithm {\n constructor(name, signer) {\n this.name = name;\n this.signer = signer;\n }\n sign(data) {\n return __awaiter(this, void 0, void 0, function* () {\n return typeof data == \"string\" ? this.signer.sign(data) : this.signer.sign(data);\n });\n }\n verify(data, signature) {\n return this.signer.verify(data, signature);\n }\n static create(name, ...keys) {\n let result;\n switch (name) {\n case \"ES256\":\n result = Signer.create(\"ECDSA\", \"SHA-256\", keys[0], keys[1]);\n break;\n case \"ES384\":\n result = Signer.create(\"ECDSA\", \"SHA-384\", keys[0], keys[1]);\n break;\n case \"ES512\":\n result = Signer.create(\"ECDSA\", \"SHA-512\", keys[0], keys[1]);\n break;\n case \"PS256\":\n result = Signer.create(\"RSA-PSS\", \"SHA-256\", keys[0], keys[1]);\n break;\n case \"PS384\":\n result = Signer.create(\"RSA-PSS\", \"SHA-384\", keys[0], keys[1]);\n break;\n case \"PS512\":\n result = Signer.create(\"RSA-PSS\", \"SHA-512\", keys[0], keys[1]);\n break;\n case \"HS256\":\n result = Signer.create(\"HMAC\", \"SHA-256\", keys[0]);\n break;\n case \"HS384\":\n result = Signer.create(\"HMAC\", \"SHA-384\", keys[0]);\n break;\n case \"HS512\":\n result = Signer.create(\"HMAC\", \"SHA-512\", keys[0]);\n break;\n case \"RS256\":\n result = Signer.create(\"RSA\", \"SHA-256\", keys[0], keys[1]);\n break;\n case \"RS384\":\n result = Signer.create(\"RSA\", \"SHA-384\", keys[0], keys[1]);\n break;\n case \"RS512\":\n result = Signer.create(\"RSA\", \"SHA-512\", keys[0], keys[1]);\n break;\n case \"none\":\n result = Signer.create(\"None\");\n break;\n }\n return result && new Algorithm(name, result);\n }\n static none() {\n return Algorithm.create(\"none\");\n }\n static HS256(key) {\n return Algorithm.create(\"HS256\", key);\n }\n static HS384(key) {\n return Algorithm.create(\"HS384\", key);\n }\n static HS512(key) {\n return Algorithm.create(\"HS512\", key);\n }\n static RS256(publicKey, privateKey) {\n return Algorithm.create(\"RS256\", publicKey, privateKey);\n }\n static RS384(publicKey, privateKey) {\n return Algorithm.create(\"RS384\", publicKey, privateKey);\n }\n static RS512(publicKey, privateKey) {\n return Algorithm.create(\"RS512\", publicKey, privateKey);\n }\n static ES256(publicKey, privateKey) {\n return Algorithm.create(\"ES256\", publicKey, privateKey);\n }\n static ES384(publicKey, privateKey) {\n return Algorithm.create(\"ES384\", publicKey, privateKey);\n }\n static ES512(publicKey, privateKey) {\n return Algorithm.create(\"ES512\", publicKey, privateKey);\n }\n static PS256(publicKey, privateKey) {\n return Algorithm.create(\"PS256\", publicKey, privateKey);\n }\n static PS384(publicKey, privateKey) {\n return Algorithm.create(\"PS384\", publicKey, privateKey);\n }\n static PS512(publicKey, privateKey) {\n return Algorithm.create(\"PS512\", publicKey, privateKey);\n }\n}\n(function (Algorithm) {\n let Name;\n (function (Name) {\n Name.is = AlgorithmName.is;\n let Symmetric;\n (function (Symmetric) {\n Symmetric.is = AlgorithmName.Symmetric.is;\n })(Symmetric = Name.Symmetric || (Name.Symmetric = {}));\n let Asymmetric;\n (function (Asymmetric) {\n Asymmetric.is = AlgorithmName.Asymmetric.is;\n })(Asymmetric = Name.Asymmetric || (Name.Asymmetric = {}));\n })(Name = Algorithm.Name || (Algorithm.Name = {}));\n})(Algorithm || (Algorithm = {}));\n//# sourceMappingURL=index.js.map","export var Token;\n(function (Token) {\n function is(value) {\n return typeof value == \"string\" && /^[A-Za-z0-9-_=]+\\.[A-Za-z0-9-_=]+\\.?[A-Za-z0-9-_.+/=]*$/.test(value);\n }\n Token.is = is;\n})(Token || (Token = {}));\n//# sourceMappingURL=Token.js.map","export interface Message<T> {\n\tdestination: string\n\tcontent: T\n}\n\n// eslint-disable-next-line @typescript-eslint/no-unused-vars\nexport class Message<T> {\n\tstatic is(value: Message<any> | any): value is Message<any> {\n\t\treturn typeof value == \"object\" && typeof value.destination == \"string\" && value.content != undefined\n\t}\n\tstatic send(message: Message<any>, context?: Window): void\n\tstatic send(destination: string, content: any, context?: Window): void\n\tstatic send(message: string | Message<any>, content?: any | Window, context?: Window): void {\n\t\tif (Message.is(message) && context == undefined) {\n\t\t\tcontext = content as Window\n\t\t\tif (!context)\n\t\t\t\tcontext = window\n\t\t\tconst destination = message.destination.split(\"#\", 2)\n\t\t\tmessage = { destination: destination[1], content: message.content }\n\t\t\tcontext.postMessage(message, destination[0])\n\t\t} else if (typeof context != \"string\") {\n\t\t\tif (!context)\n\t\t\t\tcontext = window\n\t\t\tif (typeof message == \"string\")\n\t\t\t\tMessage.send({ destination: message, content }, context)\n\t\t}\n\t}\n\tstatic listen(origin: string, handle: (destination: string, content: any) => void, context?: Window): void {\n\t\tconst splitted = origin.split(\"#\", 2)\n\t\tlet destination = \"\"\n\t\tif (splitted.length == 2) {\n\t\t\torigin = splitted[0]\n\t\t\tdestination = splitted[1]\n\t\t}\n\t\t;(context || window).addEventListener(\"message\", (e: MessageEvent) => {\n\t\t\tconst message = e.data\n\t\t\tif (\n\t\t\t\tMessage.is(message) &&\n\t\t\t\t(origin == \"*\" || e.origin == origin) &&\n\t\t\t\t(destination == \"\" || message.destination == destination)\n\t\t\t)\n\t\t\t\thandle(message.destination, message.content)\n\t\t})\n\t}\n}\n","export interface Trigger {\n\tname: string\n\tvalue?: any\n}\nexport class Trigger {\n\tstatic is(value: Trigger | any): value is Trigger {\n\t\treturn typeof value == \"object\" && typeof value.name == \"string\"\n\t}\n}\n","export type WithListenable<T extends Record<string, any>> = T & Listenable<T>\n\nexport type CanBeListenable = Record<string, any>\n\nexport interface HasListenable<T extends CanBeListenable> {\n\treadonly listenable: WithListenable<T>\n}\n\nexport class Listenable<T extends CanBeListenable> {\n\t#listeners: Listeners<ListenableProperties<T>> = {}\n\tlisten<K extends keyof ListenableProperties<T>>(\n\t\tthis: T & Listenable<T>,\n\t\tproperty: K,\n\t\tlistener: Listener<T[K]>\n\t): void {\n\t\tthis.#listeners[property]?.push(listener) ?? (this.#listeners[property] = [listener])\n\t\tlistener(this[property])\n\t}\n\tunlisten<K extends keyof ListenableProperties<T>>(property: K, listener: Listener<T[K]>): void {\n\t\tconst index = this.#listeners[property]?.indexOf(listener)\n\t\tindex != undefined && index >= 0 && this.#listeners[property]?.splice(index, 1)\n\t}\n\n\tstatic load<T extends HasListenable<CanBeListenable>>(backend: T): WithListenable<T> {\n\t\tconst result = backend.listenable\n\n\t\treturn Object.defineProperties(result, getProperties(backend)) as WithListenable<T>\n\n\t\tfunction getProperties(backend: any) {\n\t\t\treturn Object.fromEntries(\n\t\t\t\t(\n\t\t\t\t\tObject.entries({\n\t\t\t\t\t\t...Object.getOwnPropertyDescriptors(backend),\n\t\t\t\t\t\t...Object.getOwnPropertyDescriptors(Object.getPrototypeOf(backend)),\n\t\t\t\t\t}) as [keyof T, PropertyDescriptor][]\n\t\t\t\t).map(([name, descriptor]) => [\n\t\t\t\t\tname,\n\t\t\t\t\ttypeof descriptor.value == \"function\"\n\t\t\t\t\t\t? {\n\t\t\t\t\t\t\t\tget() {\n\t\t\t\t\t\t\t\t\treturn backend[name].bind(backend)\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t }\n\t\t\t\t\t\t: descriptor.writable || descriptor.set\n\t\t\t\t\t\t? {\n\t\t\t\t\t\t\t\tget() {\n\t\t\t\t\t\t\t\t\treturn backend[name]\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tset(value: any) {\n\t\t\t\t\t\t\t\t\tbackend[name] = value\n\t\t\t\t\t\t\t\t\tresult.#listeners[name]?.forEach(listener => listener(value))\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t }\n\t\t\t\t\t\t: {\n\t\t\t\t\t\t\t\tget() {\n\t\t\t\t\t\t\t\t\treturn backend[name].bind(backend)\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t },\n\t\t\t\t])\n\t\t\t)\n\t\t}\n\t}\n}\ntype ListenableProperties<T> = {\n\t// eslint-disable-next-line @typescript-eslint/ban-types\n\t[P in keyof T as T[P] extends Function ? never : P]: T[P]\n}\n\nexport type Listener<V> = (value: V) => void\nexport type Listeners<T> = {\n\t[K in keyof T]?: Listener<T[K]>[]\n}\n"],"mappings":"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"}
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
import{r as o,h as t}from"./p-b98cd447.js";const r="smoothly-radio-group{display:flex;position:relative;color:none !important;background:none !important;margin:0.5em 0}smoothly-radio-group[hidden]{display:none}smoothly-radio-group[orientation=vertical] *:not(:first-of-type)>input[type=radio]~label{border-top:none}smoothly-radio-group:not([orientation=vertical]) *:not(:first-of-type)>input[type=radio]~label{border-left:none}smoothly-radio-group[orientation=vertical]{flex-direction:column}smoothly-radio-group[orientation=vertical] :first-of-type>input[type=radio]~label{border-radius:4px 4px 0 0}smoothly-radio-group[orientation=vertical] :last-of-type>input[type=radio]~label{border-radius:0 0 4px 4px}smoothly-radio-group:not([orientation=vertical]){flex-direction:row}smoothly-radio-group:not([orientation=vertical]) :first-of-type>input[type=radio]~label{border-radius:4px 0 0 4px}smoothly-radio-group:not([orientation=vertical]) :last-of-type>input[type=radio]~label{border-radius:0 4px 4px 0}";const i=class{constructor(t){o(this,t);this.orientation="horizontal"}render(){return t("slot",null)}};i.style=r;export{i as smoothly_radio_group};
|
|
2
|
-
//# sourceMappingURL=p-16cba662.entry.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["styleCss","SmoothlyToggleGroup","render","h"],"sources":["./src/components/radio-group/style.css?tag=smoothly-radio-group","./src/components/radio-group/index.tsx"],"sourcesContent":["smoothly-radio-group {\n\tdisplay: flex;\n\tposition: relative;\n\t/* stylelint-disable-next-line declaration-no-important */\n\tcolor: none !important;\n\t/* stylelint-disable-next-line declaration-no-important */\n\tbackground: none !important;\n\tmargin: 0.5em 0;\n}\nsmoothly-radio-group[hidden] {\n\tdisplay: none;\n}\nsmoothly-radio-group[orientation=vertical] *:not(:first-of-type) > input[type=radio] ~ label {\n\tborder-top: none;\n}\nsmoothly-radio-group:not([orientation=vertical]) *:not(:first-of-type) > input[type=radio] ~ label {\n\tborder-left: none;\n}\nsmoothly-radio-group[orientation=vertical] {\n\tflex-direction: column;\n}\nsmoothly-radio-group[orientation=vertical] :first-of-type > input[type=radio] ~ label {\n\tborder-radius: 4px 4px 0 0;\n}\nsmoothly-radio-group[orientation=vertical] :last-of-type > input[type=radio] ~ label {\n\tborder-radius: 0 0 4px 4px;\n}\nsmoothly-radio-group:not([orientation=vertical]) {\n\tflex-direction: row;\n}\nsmoothly-radio-group:not([orientation=vertical]) :first-of-type > input[type=radio] ~ label {\n\tborder-radius: 4px 0 0 4px;\n}\nsmoothly-radio-group:not([orientation=vertical]) :last-of-type > input[type=radio] ~ label {\n\tborder-radius: 0 4px 4px 0;\n}\n","import { Component, h, Prop } from \"@stencil/core\"\n\n@Component({\n\ttag: \"smoothly-radio-group\",\n\tstyleUrl: \"style.css\",\n})\nexport class SmoothlyToggleGroup {\n\t@Prop({ reflect: true }) orientation?: \"horizontal\" | \"vertical\" = \"horizontal\"\n\trender() {\n\t\treturn <slot></slot>\n\t}\n}\n"],"mappings":"2CAAA,MAAMA,EAAW,y7B,MCMJC,EAAmB,M,0CACoC,Y,CACnEC,SACC,OAAOC,EAAA,Y"}
|