smoothly 1.0.0-alpha.13 → 1.0.0-alpha.130
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/{Listenable-63ea2d90.js → Data-e345d3cd.js} +74 -4
- package/dist/cjs/Data-e345d3cd.js.map +1 -0
- package/dist/cjs/Observers-6450f075.js +25 -0
- package/dist/cjs/Observers-6450f075.js.map +1 -0
- package/dist/cjs/{getLanguage-430ecf04.js → getLanguage-28ce96e4.js} +1111 -890
- package/dist/cjs/getLanguage-28ce96e4.js.map +1 -0
- package/dist/cjs/{index-8352a4e0.js → index-43af753b.js} +9 -43
- package/dist/cjs/index-43af753b.js.map +1 -0
- package/dist/cjs/index.cjs.js +386 -22
- package/dist/cjs/index.cjs.js.map +1 -1
- package/dist/cjs/loader.cjs.js +4 -3
- package/dist/cjs/loader.cjs.js.map +1 -1
- package/dist/cjs/redirect-2e5d4524.js +104 -0
- package/dist/cjs/redirect-2e5d4524.js.map +1 -0
- package/dist/cjs/smoothly-accordion_70.cjs.entry.js +17206 -0
- package/dist/cjs/smoothly-accordion_70.cjs.entry.js.map +1 -0
- package/dist/cjs/smoothly-address-display.cjs.entry.js +1 -1
- package/dist/cjs/smoothly-address.cjs.entry.js +1 -1
- package/dist/cjs/smoothly-addresses.cjs.entry.js +1 -1
- package/dist/cjs/smoothly-color.cjs.entry.js +1 -1
- package/dist/cjs/smoothly-country.cjs.entry.js +9 -9
- package/dist/cjs/smoothly-country.cjs.entry.js.map +1 -1
- package/dist/cjs/smoothly-display-date-time.cjs.entry.js +26 -0
- package/dist/cjs/smoothly-display-date-time.cjs.entry.js.map +1 -0
- package/dist/cjs/smoothly-google-font.cjs.entry.js +1 -1
- package/dist/cjs/smoothly-radio-group.cjs.entry.js +1 -1
- package/dist/cjs/smoothly-reorder.cjs.entry.js +1 -1
- package/dist/cjs/smoothly-trigger-sink.cjs.entry.js +4 -4
- package/dist/cjs/smoothly-trigger-sink.cjs.entry.js.map +1 -1
- package/dist/cjs/smoothly-trigger-source.cjs.entry.js +6 -6
- package/dist/cjs/smoothly-trigger-source.cjs.entry.js.map +1 -1
- package/dist/cjs/smoothly.cjs.js +4 -3
- package/dist/cjs/smoothly.cjs.js.map +1 -1
- package/dist/collection/collection-manifest.json +23 -12
- package/dist/collection/components/Button.js +16 -2
- package/dist/collection/components/Button.js.map +1 -1
- package/dist/collection/components/accordion/index.js +32 -12
- package/dist/collection/components/accordion/index.js.map +1 -1
- package/dist/collection/components/accordion-item/index.js +18 -25
- package/dist/collection/components/accordion-item/index.js.map +1 -1
- package/dist/collection/components/app/index.js +147 -1
- package/dist/collection/components/app/index.js.map +1 -1
- package/dist/collection/components/app/room/index.js +240 -0
- package/dist/collection/components/app/room/index.js.map +1 -0
- package/dist/collection/components/app/room/style.css +55 -0
- package/dist/collection/components/app/style.css +89 -101
- package/dist/collection/components/app-demo/index.js +5 -19
- package/dist/collection/components/app-demo/index.js.map +1 -1
- package/dist/collection/components/backtotop/index.js +3 -3
- package/dist/collection/components/backtotop/index.js.map +1 -1
- package/dist/collection/components/burger/index.js +174 -0
- package/dist/collection/components/burger/index.js.map +1 -0
- package/dist/collection/components/burger/style.css +22 -0
- package/dist/collection/components/button/index.js +10 -23
- package/dist/collection/components/button/index.js.map +1 -1
- package/dist/collection/components/button/style.css +13 -17
- package/dist/collection/components/button-demo/index.js +6 -2
- package/dist/collection/components/button-demo/index.js.map +1 -1
- package/dist/collection/components/button-demo/style.css +1 -0
- package/dist/collection/components/calendar/generate.js +1 -1
- package/dist/collection/components/calendar/generate.js.map +1 -1
- package/dist/collection/components/checkbox/index.js +25 -3
- package/dist/collection/components/checkbox/index.js.map +1 -1
- package/dist/collection/components/country/index.js +1 -1
- package/dist/collection/components/display/index.js +24 -3
- package/dist/collection/components/display/index.js.map +1 -1
- package/dist/collection/components/display-amount/index.js +1 -1
- package/dist/collection/components/display-demo/index.js +1 -1
- package/dist/collection/components/display-demo/index.js.map +1 -1
- package/dist/collection/components/filter/index.js +1 -1
- package/dist/collection/components/filter/index.js.map +1 -1
- package/dist/collection/components/filter/input/index.js +16 -9
- package/dist/collection/components/filter/input/index.js.map +1 -1
- package/dist/collection/components/form/index.js +132 -9
- package/dist/collection/components/form/index.js.map +1 -1
- package/dist/collection/components/form/style.css +9 -16
- package/dist/collection/components/frame/index.js +1 -2
- package/dist/collection/components/frame/index.js.map +1 -1
- package/dist/collection/components/icon/index.js +28 -35
- package/dist/collection/components/icon/index.js.map +1 -1
- package/dist/collection/components/icon-demo/index.js.map +1 -1
- package/dist/collection/components/icon-demo/style.css +1 -0
- package/dist/collection/components/input/Changeable.js +8 -0
- package/dist/collection/components/input/Changeable.js.map +1 -0
- package/dist/collection/components/input/Clearable.js.map +1 -0
- package/dist/collection/components/input/Input.js +2 -0
- package/dist/collection/components/input/Input.js.map +1 -0
- package/dist/collection/components/input/Looks.js +2 -0
- package/dist/collection/components/input/Looks.js.map +1 -0
- package/dist/collection/components/input/Submittable.js +8 -0
- package/dist/collection/components/input/Submittable.js.map +1 -0
- package/dist/collection/components/input/clear/index.js +237 -0
- package/dist/collection/components/input/clear/index.js.map +1 -0
- package/dist/collection/components/input/clear/style.css +254 -0
- package/dist/collection/components/{input-date → input/date}/index.js +160 -3
- package/dist/collection/components/input/date/index.js.map +1 -0
- package/dist/collection/components/{input-date-range → input/date/range}/index.js +161 -23
- package/dist/collection/components/input/date/range/index.js.map +1 -0
- package/dist/collection/components/input/date/range/style.css +69 -0
- package/dist/collection/components/input/date/style.css +58 -0
- package/dist/collection/components/input/demo/index.js +95 -0
- package/dist/collection/components/input/demo/index.js.map +1 -0
- package/dist/collection/components/{input-demo → input/demo}/style.css +1 -0
- package/dist/collection/components/input/file/index.js +305 -0
- package/dist/collection/components/input/file/index.js.map +1 -0
- package/dist/collection/components/input/file/style.css +85 -0
- package/dist/collection/components/input/index.js +131 -8
- package/dist/collection/components/input/index.js.map +1 -1
- package/dist/collection/components/{input-month → input/month}/index.js +5 -5
- package/dist/collection/components/input/month/index.js.map +1 -0
- package/dist/collection/components/{selector → input/select}/index.js +176 -5
- package/dist/collection/components/input/select/index.js.map +1 -0
- package/dist/collection/components/input/select/style.css +80 -0
- package/dist/collection/components/input/style.css +23 -8
- package/dist/collection/components/notification/index.js +45 -8
- package/dist/collection/components/notification/index.js.map +1 -1
- package/dist/collection/components/notification/style.css +25 -1
- package/dist/collection/components/notifier/style.css +1 -3
- package/dist/collection/components/picker/demo/index.js +91 -0
- package/dist/collection/components/picker/demo/index.js.map +1 -0
- package/dist/collection/components/picker/demo/style.css +26 -0
- package/dist/collection/components/picker/index.js +197 -396
- package/dist/collection/components/picker/index.js.map +1 -1
- package/dist/collection/components/picker/menu/index.js +422 -0
- package/dist/collection/components/picker/menu/index.js.map +1 -0
- package/dist/collection/components/picker/menu/style.css +44 -0
- package/dist/collection/components/picker/option/index.js +298 -0
- package/dist/collection/components/picker/option/index.js.map +1 -0
- package/dist/collection/components/picker/option/style.css +30 -0
- package/dist/collection/components/picker/slot-elements/index.js +109 -0
- package/dist/collection/components/picker/slot-elements/index.js.map +1 -0
- package/dist/collection/components/picker/slot-elements/style.css +3 -0
- package/dist/collection/components/picker/slotted-elements/index.js +84 -0
- package/dist/collection/components/picker/slotted-elements/index.js.map +1 -0
- package/dist/collection/components/picker/slotted-elements/style.css +3 -0
- package/dist/collection/components/picker/style.css +60 -144
- package/dist/collection/components/radio/index.js +4 -4
- package/dist/collection/components/radio/index.js.map +1 -1
- package/dist/collection/components/radio-button/index.js +35 -10
- package/dist/collection/components/radio-button/index.js.map +1 -1
- package/dist/collection/components/select-demo/index.js +0 -87
- package/dist/collection/components/select-demo/index.js.map +1 -1
- package/dist/collection/components/spinner/style.css +1 -0
- package/dist/collection/components/submit/index.js +64 -5
- package/dist/collection/components/submit/index.js.map +1 -1
- package/dist/collection/components/submit/style.css +224 -0
- package/dist/collection/components/summary/index.js +44 -1
- package/dist/collection/components/summary/index.js.map +1 -1
- package/dist/collection/components/svg/style.css +2 -2
- package/dist/collection/components/table/cell/index.js +1 -1
- package/dist/collection/components/table/cell/index.js.map +1 -1
- package/dist/collection/components/table/cell/style.css +19 -10
- package/dist/collection/components/table/demo/filtered/index.js +4 -3
- package/dist/collection/components/table/demo/filtered/index.js.map +1 -1
- package/dist/collection/components/table/demo/index.js +8 -2
- package/dist/collection/components/table/demo/index.js.map +1 -1
- package/dist/collection/components/table/demo/style.css +2 -0
- package/dist/collection/components/table/expandable/cell/index.js +14 -14
- package/dist/collection/components/table/expandable/cell/index.js.map +1 -1
- package/dist/collection/components/table/expandable/cell/style.css +32 -22
- package/dist/collection/components/table/expandable/row/index.js +9 -32
- package/dist/collection/components/table/expandable/row/index.js.map +1 -1
- package/dist/collection/components/table/expandable/row/style.css +32 -29
- package/dist/collection/components/table/footer/index.js +19 -0
- package/dist/collection/components/table/footer/index.js.map +1 -0
- package/dist/collection/components/table/footer/style.css +13 -0
- package/dist/collection/components/table/header/style.css +2 -2
- package/dist/collection/components/table/index.js +55 -12
- package/dist/collection/components/table/index.js.map +1 -1
- package/dist/collection/components/table/row/index.js +37 -5
- package/dist/collection/components/table/row/index.js.map +1 -1
- package/dist/collection/components/table/row/style.css +4 -1
- package/dist/collection/components/table/style.css +0 -2
- package/dist/collection/components/table/testing/data.js +28 -0
- package/dist/collection/components/table/testing/data.js.map +1 -0
- package/dist/collection/components/table/testing/index.js +28 -0
- package/dist/collection/components/table/testing/index.js.map +1 -0
- package/dist/collection/components/table/testing/style.css +22 -0
- package/dist/collection/components/theme/color/index.js +48 -0
- package/dist/collection/components/theme/color/index.js.map +1 -0
- package/dist/collection/components/theme/color/style.css +8 -0
- package/dist/collection/components/theme/color/variant/index.js +66 -0
- package/dist/collection/components/theme/color/variant/index.js.map +1 -0
- package/dist/collection/components/theme/color/variant/style.css +18 -0
- package/dist/collection/components/theme/colors/index.js +30 -0
- package/dist/collection/components/theme/colors/index.js.map +1 -0
- package/dist/collection/components/theme/colors/style.css +7 -0
- package/dist/collection/components/toggle-switch/index.js +69 -17
- package/dist/collection/components/toggle-switch/index.js.map +1 -1
- package/dist/collection/components/toggle-switch/style.css +19 -12
- package/dist/collection/components/trigger-source/index.js +3 -3
- package/dist/collection/components/trigger-source/index.js.map +1 -1
- package/dist/collection/global/Observers.js +22 -0
- package/dist/collection/global/Observers.js.map +1 -0
- package/dist/collection/global/index.js +5 -0
- package/dist/collection/global/index.js.map +1 -0
- package/dist/collection/index.js +2 -3
- package/dist/collection/index.js.map +1 -1
- package/dist/collection/model/Data.js.map +1 -0
- package/dist/collection/model/Icon.js +23 -0
- package/dist/collection/model/Icon.js.map +1 -0
- package/dist/collection/model/Listenable.js +2 -2
- package/dist/collection/model/Listenable.js.map +1 -1
- package/dist/collection/model/Notice.js +1 -1
- package/dist/collection/model/Notice.js.map +1 -1
- package/dist/collection/model/Option.js.map +1 -1
- package/dist/collection/model/index.js +3 -0
- package/dist/collection/model/index.js.map +1 -1
- package/dist/collection/model/redirect.js +8 -0
- package/dist/collection/model/redirect.js.map +1 -0
- package/dist/collection/smoothly.js +3 -0
- package/dist/collection/smoothly.js.map +1 -0
- package/dist/custom-elements/index.d.ts +94 -34
- package/dist/custom-elements/index.js +5359 -16299
- package/dist/custom-elements/index.js.map +1 -1
- package/dist/esm/{Listenable-fb6f4723.js → Data-37e7c0b9.js} +75 -5
- package/dist/esm/Data-37e7c0b9.js.map +1 -0
- package/dist/esm/Observers-5f08e828.js +25 -0
- package/dist/esm/Observers-5f08e828.js.map +1 -0
- package/dist/esm/{getLanguage-cccb8418.js → getLanguage-5233a597.js} +1111 -890
- package/dist/esm/getLanguage-5233a597.js.map +1 -0
- package/dist/esm/{index-7b57a52c.js → index-258984d3.js} +10 -42
- package/dist/esm/index-258984d3.js.map +1 -0
- package/dist/esm/index.js +388 -6
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/loader.js +5 -4
- package/dist/esm/loader.js.map +1 -1
- package/dist/esm/redirect-b0f87e88.js +101 -0
- package/dist/esm/redirect-b0f87e88.js.map +1 -0
- package/dist/esm/smoothly-accordion_70.entry.js +17133 -0
- package/dist/esm/smoothly-accordion_70.entry.js.map +1 -0
- package/dist/esm/smoothly-address-display.entry.js +1 -1
- package/dist/esm/smoothly-address.entry.js +1 -1
- package/dist/esm/smoothly-addresses.entry.js +1 -1
- package/dist/esm/smoothly-color.entry.js +1 -1
- package/dist/esm/smoothly-country.entry.js +9 -9
- package/dist/esm/smoothly-country.entry.js.map +1 -1
- package/dist/esm/smoothly-display-date-time.entry.js +22 -0
- package/dist/esm/smoothly-display-date-time.entry.js.map +1 -0
- package/dist/esm/smoothly-google-font.entry.js +1 -1
- package/dist/esm/smoothly-radio-group.entry.js +1 -1
- package/dist/esm/smoothly-reorder.entry.js +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-c49d2094.entry.js → p-12182a73.entry.js} +2 -2
- package/dist/smoothly/p-2a0c2387.js +2 -0
- package/dist/smoothly/p-2a0c2387.js.map +1 -0
- package/dist/smoothly/{p-940af6d3.entry.js → p-47151a53.entry.js} +2 -2
- package/dist/smoothly/{p-be2ff772.entry.js → p-4c1bb81e.entry.js} +2 -2
- package/dist/smoothly/p-5e387578.js +3 -0
- package/dist/smoothly/p-5e387578.js.map +1 -0
- package/dist/smoothly/{p-d4182274.entry.js → p-66e9a8b1.entry.js} +2 -2
- package/dist/smoothly/{p-79025273.entry.js → p-6aebb818.entry.js} +2 -2
- package/dist/smoothly/p-6fad95bf.entry.js +2 -0
- package/dist/smoothly/p-6fad95bf.entry.js.map +1 -0
- package/dist/smoothly/{p-e136b93e.entry.js → p-7bf147bf.entry.js} +2 -2
- package/dist/smoothly/{p-5b28795c.entry.js → p-b3eac6af.entry.js} +2 -2
- package/dist/smoothly/p-b9cb0514.js +2 -0
- package/dist/smoothly/p-b9cb0514.js.map +1 -0
- package/dist/smoothly/p-bf63d2e6.entry.js +2 -0
- package/dist/smoothly/p-bf63d2e6.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-712b362e.entry.js → p-cb493516.entry.js} +2 -2
- package/dist/smoothly/p-d6185f62.entry.js +2 -0
- package/dist/smoothly/p-d6185f62.entry.js.map +1 -0
- 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/smoothly.esm.js +1 -1
- package/dist/smoothly/smoothly.esm.js.map +1 -1
- package/dist/types/components/Button.d.ts +1 -2
- package/dist/types/components/accordion/index.d.ts +1 -1
- package/dist/types/components/accordion-item/index.d.ts +5 -4
- package/dist/types/components/app/index.d.ts +25 -0
- package/dist/types/components/app/room/index.d.ts +25 -0
- package/dist/types/components/app-demo/index.d.ts +2 -0
- package/dist/types/components/backtotop/index.d.ts +1 -1
- package/dist/types/components/burger/index.d.ts +15 -0
- package/dist/types/components/button/index.d.ts +2 -2
- package/dist/types/components/checkbox/index.d.ts +4 -2
- package/dist/types/components/display/index.d.ts +1 -0
- package/dist/types/components/filter/input/index.d.ts +1 -1
- package/dist/types/components/form/index.d.ts +16 -3
- package/dist/types/components/frame/index.d.ts +1 -1
- package/dist/types/components/icon/index.d.ts +4 -9
- package/dist/types/components/input/Changeable.d.ts +7 -0
- package/dist/types/components/input/Input.d.ts +10 -0
- package/dist/types/components/input/Looks.d.ts +1 -0
- package/dist/types/components/input/Submittable.d.ts +6 -0
- package/dist/types/components/input/clear/index.d.ts +17 -0
- package/dist/types/components/input/date/index.d.ts +28 -0
- package/dist/types/components/input/date/range/index.d.ts +33 -0
- package/dist/types/components/input/demo/index.d.ts +8 -0
- package/dist/types/components/input/file/index.d.ts +24 -0
- package/dist/types/components/input/index.d.ts +17 -4
- package/dist/types/components/{input-month → input/month}/index.d.ts +1 -1
- package/dist/types/components/{selector → input/select}/index.d.ts +15 -3
- package/dist/types/components/notification/index.d.ts +3 -1
- package/dist/types/components/picker/demo/index.d.ts +18 -0
- package/dist/types/components/picker/index.d.ts +33 -45
- package/dist/types/components/picker/menu/index.d.ts +53 -0
- package/dist/types/components/picker/option/index.d.ts +23 -0
- package/dist/types/components/picker/slot-elements/index.d.ts +15 -0
- package/dist/types/components/picker/slotted-elements/index.d.ts +8 -0
- package/dist/types/components/radio/index.d.ts +1 -1
- package/dist/types/components/radio-button/index.d.ts +3 -5
- package/dist/types/components/select-demo/index.d.ts +0 -9
- package/dist/types/components/submit/index.d.ts +6 -1
- package/dist/types/components/summary/index.d.ts +4 -0
- package/dist/types/components/table/demo/filtered/index.d.ts +1 -1
- package/dist/types/components/table/expandable/cell/index.d.ts +4 -4
- package/dist/types/components/table/expandable/row/index.d.ts +3 -7
- package/dist/types/components/table/footer/index.d.ts +3 -0
- package/dist/types/components/table/index.d.ts +6 -3
- package/dist/types/components/table/row/index.d.ts +3 -1
- package/dist/types/components/table/testing/data.d.ts +5 -0
- package/dist/types/components/table/testing/index.d.ts +4 -0
- package/dist/types/components/theme/color/index.d.ts +5 -0
- package/dist/types/components/theme/color/variant/index.d.ts +6 -0
- package/dist/types/components/theme/colors/index.d.ts +3 -0
- package/dist/types/components/toggle-switch/index.d.ts +7 -2
- package/dist/types/components/trigger-source/index.d.ts +1 -1
- package/dist/types/components.d.ts +490 -226
- package/dist/types/global/Observers.d.ts +8 -0
- package/dist/types/global/index.d.ts +4 -0
- package/dist/types/index.d.ts +1 -4
- package/dist/types/model/Icon.d.ts +8 -0
- package/dist/types/model/Notice.d.ts +1 -1
- package/dist/types/model/Option.d.ts +24 -6
- package/dist/types/model/index.d.ts +4 -1
- package/dist/types/model/redirect.d.ts +1 -0
- package/dist/types/smoothly.d.ts +3 -0
- package/package.json +16 -16
- package/dist/cjs/Listenable-63ea2d90.js.map +0 -1
- package/dist/cjs/getLanguage-430ecf04.js.map +0 -1
- package/dist/cjs/index-8352a4e0.js.map +0 -1
- package/dist/cjs/index-b282ee83.js +0 -865
- package/dist/cjs/index-b282ee83.js.map +0 -1
- package/dist/cjs/smoothly-accordion_61.cjs.entry.js +0 -28113
- package/dist/cjs/smoothly-accordion_61.cjs.entry.js.map +0 -1
- package/dist/collection/components/App.js +0 -71
- package/dist/collection/components/App.js.map +0 -1
- package/dist/collection/components/form/Clearable.js.map +0 -1
- package/dist/collection/components/form/Data.js.map +0 -1
- package/dist/collection/components/input-date/index.js.map +0 -1
- package/dist/collection/components/input-date/style.css +0 -39
- package/dist/collection/components/input-date-range/index.js.map +0 -1
- package/dist/collection/components/input-date-range/style.css +0 -51
- package/dist/collection/components/input-demo/index.js +0 -45
- package/dist/collection/components/input-demo/index.js.map +0 -1
- package/dist/collection/components/input-month/index.js.map +0 -1
- package/dist/collection/components/menu-options/index.js +0 -413
- package/dist/collection/components/menu-options/index.js.map +0 -1
- package/dist/collection/components/menu-options/style.css +0 -18
- package/dist/collection/components/option/index.js +0 -270
- package/dist/collection/components/option/index.js.map +0 -1
- package/dist/collection/components/option/style.css +0 -42
- package/dist/collection/components/room/index.js +0 -90
- package/dist/collection/components/room/index.js.map +0 -1
- package/dist/collection/components/select/index.js +0 -108
- package/dist/collection/components/select/index.js.map +0 -1
- package/dist/collection/components/select/style.css +0 -20
- package/dist/collection/components/selector/index.js.map +0 -1
- package/dist/collection/components/selector/style.css +0 -46
- package/dist/esm/Listenable-fb6f4723.js.map +0 -1
- package/dist/esm/getLanguage-cccb8418.js.map +0 -1
- package/dist/esm/index-2e948fc3.js +0 -861
- package/dist/esm/index-2e948fc3.js.map +0 -1
- package/dist/esm/index-7b57a52c.js.map +0 -1
- package/dist/esm/smoothly-accordion_61.entry.js +0 -28049
- package/dist/esm/smoothly-accordion_61.entry.js.map +0 -1
- package/dist/smoothly/p-06337b89.js +0 -2
- package/dist/smoothly/p-06337b89.js.map +0 -1
- package/dist/smoothly/p-21341e18.entry.js +0 -2
- package/dist/smoothly/p-21341e18.entry.js.map +0 -1
- package/dist/smoothly/p-5b6351f6.js +0 -2
- package/dist/smoothly/p-5b6351f6.js.map +0 -1
- package/dist/smoothly/p-70280a11.js +0 -2
- package/dist/smoothly/p-70280a11.js.map +0 -1
- package/dist/smoothly/p-b49664d8.entry.js +0 -2
- package/dist/smoothly/p-b49664d8.entry.js.map +0 -1
- package/dist/smoothly/p-b82efb2e.entry.js +0 -2
- package/dist/smoothly/p-b82efb2e.entry.js.map +0 -1
- package/dist/smoothly/p-c88ae468.js +0 -3
- package/dist/smoothly/p-c88ae468.js.map +0 -1
- package/dist/types/components/App.d.ts +0 -5
- package/dist/types/components/input-date/index.d.ts +0 -14
- package/dist/types/components/input-date-range/index.d.ts +0 -23
- package/dist/types/components/input-demo/index.d.ts +0 -3
- package/dist/types/components/menu-options/index.d.ts +0 -35
- package/dist/types/components/option/index.d.ts +0 -32
- package/dist/types/components/room/index.d.ts +0 -7
- package/dist/types/components/select/index.d.ts +0 -14
- /package/dist/collection/components/{form → input}/Clearable.js +0 -0
- /package/dist/collection/components/{input-month → input/month}/style.css +0 -0
- /package/dist/collection/{components/form → model}/Data.js +0 -0
- /package/dist/smoothly/{p-c49d2094.entry.js.map → p-12182a73.entry.js.map} +0 -0
- /package/dist/smoothly/{p-940af6d3.entry.js.map → p-47151a53.entry.js.map} +0 -0
- /package/dist/smoothly/{p-be2ff772.entry.js.map → p-4c1bb81e.entry.js.map} +0 -0
- /package/dist/smoothly/{p-d4182274.entry.js.map → p-66e9a8b1.entry.js.map} +0 -0
- /package/dist/smoothly/{p-79025273.entry.js.map → p-6aebb818.entry.js.map} +0 -0
- /package/dist/smoothly/{p-e136b93e.entry.js.map → p-7bf147bf.entry.js.map} +0 -0
- /package/dist/smoothly/{p-5b28795c.entry.js.map → p-b3eac6af.entry.js.map} +0 -0
- /package/dist/smoothly/{p-712b362e.entry.js.map → p-cb493516.entry.js.map} +0 -0
- /package/dist/types/components/{form → input}/Clearable.d.ts +0 -0
- /package/dist/types/{components/form → model}/Data.d.ts +0 -0
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{r as t,c as s,
|
|
2
|
-
//# sourceMappingURL=p-
|
|
1
|
+
import{r as t,c as s,g as i}from"./p-5e387578.js";const h="smoothly-reorder>*{cursor:move;transition:transform 0.3s}smoothly-reorder>*.dragging{transition:none;box-shadow:0 0 10px rgba(var(--smoothly-dark-color));z-index:1;user-select:none}";const e=class{constructor(i){t(this,i);this.reorder=s(this,"reorder",7)}get children(){let t=[];if(this.childrenCache)t=this.childrenCache;else{for(let s=0;s<this.element.children.length;s++){const i=this.element.children[s];if(i instanceof HTMLElement){const s=i.getBoundingClientRect();t.push({top:s.top,middle:s.top+s.height/2,bottom:s.bottom,element:i})}}this.childrenCache=t}return t}onMouseDown(t){if(!this.move&&this.element.children.length>1){this.bounds=this.element.getBoundingClientRect();this.childrenCache=undefined;const s=this.getCurrentIndex(t.clientY);this.dragged=Object.assign(Object.assign({},this.children[s]),{startY:t.clientY,offsetY:t.clientY-this.children[s].middle,index:s,height:s<this.children.length-1?this.children[s+1].top-this.children[s].top:this.children[s].bottom-this.children[s-1].bottom});this.dragged.element.className+=" dragging"}}onMouseMove(t){if(this.dragged&&this.bounds&&t.clientY>=this.bounds.top&&t.clientY<=this.bounds.bottom){const s=this.getCurrentIndex(t.clientY-this.dragged.offsetY);this.translate(this.dragged.index,s,t.clientY-this.dragged.startY)}}onMouseUp(t){if(this.dragged){this.dragged.element.className=this.dragged.element.className.replace(" dragging","");const s=this.getCurrentIndex(t.clientY-this.dragged.offsetY);this.translate(this.dragged.index,s,this.children[s].top-this.dragged.top);this.move={from:this.dragged.index,to:s};this.dragged=undefined;window.setTimeout((()=>{if(this.move){const t=[...this.children.map((t=>t.element))];const s=t.splice(this.move.from,1);t.splice(this.move.to,0,...s);t.forEach((t=>this.element.removeChild(t)));t.forEach((t=>{t.style.transform="";this.element.appendChild(t)}));this.reorder.emit([this.move.from,this.move.to]);this.move=undefined}}),500)}}translate(t,s,i){for(let h=0;h<this.children.length;h++){let e;if(this.dragged){if(t<s&&h>t&&h<=s)e=-this.dragged.height;else if(t>s&&h<t&&h>=s)e=this.dragged.height;else e=h==t?i:0;this.children[h].element.style.transform=`translateY(${e}px)`}}}getCurrentIndex(t){return this.children.findIndex((s=>t<s.bottom))}componentDidLoad(){this.element.childNodes.forEach((t=>{t.addEventListener("mousedown",(t=>this.onMouseDown(t)));t.addEventListener("mousemove",(t=>this.onMouseMove(t)));t.addEventListener("mouseup",(t=>this.onMouseUp(t)))}))}get element(){return i(this)}};e.style=h;export{e as smoothly_reorder};
|
|
2
|
+
//# sourceMappingURL=p-b3eac6af.entry.js.map
|
|
@@ -0,0 +1,2 @@
|
|
|
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 o=n[r];const s=[];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;s.push(o[n>>>2]);s.push(o[(n&3)<<4|r>>>4]);s.push(o[(r&15)<<2|i>>>6]);s.push(o[i&63])}const c=Math.ceil(e.length/3*4);return s.join("").substr(0,c)+i.repeat(s.length-c)}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 o=new Uint8Array(Math.floor(i.length/4*3));for(let t=0;t<o.length;t+=3){const n=i.shift()||0;const e=i.shift()||0;const r=i.shift()||0;const s=i.shift()||0;o[t]=n<<2|e>>>4;o[t+1]=(e&15)<<4|r>>>2;o[t+2]=(r&3)<<6|s}return o}function i(t,e=1,r="standard"){const s=n[r];const c=t.length>1?t.substring(0,t.length-1):e>0?"":s[63];const a=(t.length==0?0:s.indexOf(t[t.length-1]))+e;return(a>63||a<0?i(c,Math.floor(a/63),r):c)+s[o(a,64)]}function o(t,n){return t>=0?t%n:o(t+n,n)}const s=typeof window!="undefined"?window.crypto||window.msCrypto:self.crypto||self.msCrypto;var c;(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 o=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:o[n],...o}}t.create=n})(c||(c={}));function a(t){return Array.isArray(t)&&t.length>0&&typeof t[0]=="string"}var u;(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})(u||(u={}));var f;(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 o(t){return p(t.toString(16).padStart(6,"0"))}t.fromUint24=o;function c(t){return Number.parseInt(d(t,6),16)}t.toUint24=c;function a(t){return p(t.toString(16).padStart(12,"0"))}t.fromUint48=a;function u(t){return Number.parseInt(d(t,12),16)}t.toUint48=u;function f(t){return e(t,"url")}t.fromBinary=f;function S(t){return r(t,"url")}t.toBinary=S;function y(t){return f(s.getRandomValues(new Uint8Array(t/4*3)))}t.generate=y;function p(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 f(n)}t.fromHexadecimal=p;function d(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=d;function h(t){return"".padStart(t,"A")}t.min=h;function w(t){return"".padStart(t,"_")}t.max=w;function l(t,n=1){const e=i(t,n,"url");return e.length==t.length?e:e.substring(e.length-t.length)}t.next=l;function A(t,n=1){return l(t,-n)}t.previous=A;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={}))})(f||(f={}));var S;(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(s.getRandomValues(new Uint8Array(64)));return{hash:await t.sign(r+n),salt:r}}t.hash=r;async function i(n,e,r){return(await t.hash(n,r,e.salt)).hash==e.hash}t.verify=i;(function(t){function n(t){return typeof t=="object"&&typeof t.hash=="string"&&typeof t.salt=="string"}t.is=n})(t.Hashed||(t.Hashed={}))})(S||(S={}));var y;(function(t){function n(t){return s.getRandomValues(t)}t.generate=n})(y||(y={}));var p;(function(t){function n(t){return t=="HMAC"||t=="RSA"||t=="ECDSA"||t=="RSA-PSS"}t.is=n})(p||(p={}));class d{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 h extends d{constructor(t,n,e){super();this.hash=t;if(n){if(typeof n=="string")n=r(n);this.publicKey=s.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=s.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 s.subtle.sign({name:"ECDSA",hash:{name:this.hash}},await this.privateKey,t))}async verifyBinary(t,n){return s.subtle.verify({name:"ECDSA",hash:{name:this.hash}},await this.publicKey,n,t)}}var w;(function(t){function n(t){return t=="SHA-1"||t=="SHA-256"||t=="SHA-384"||t=="SHA-512"}t.is=n})(w||(w={}));class l extends d{async verifyBinary(t,n){return e(await this.signBinary(t),"url")==e(n,"url")}}class A extends l{constructor(t,n){super();this.hash=t;if(typeof n=="string")n=r(n,"url");this.key=s.subtle.importKey("raw",n,{name:"HMAC",hash:{name:t}},false,["sign","verify"])}async signBinary(t){return new Uint8Array(await s.subtle.sign("HMAC",await this.key,t))}}class b extends l{signBinary(t){return Promise.resolve(new Uint8Array(0))}}class v extends d{constructor(t,n,e){super();this.variant=t;this.publicKey=n;this.privateKey=e}get parameters(){return H(this.variant)}async signBinary(t){return this.privateKey?new Uint8Array(await s.subtle.sign(this.parameters,await this.privateKey,t)):new Uint8Array(0)}async verifyBinary(t,n){return!!this.publicKey&&s.subtle.verify(this.parameters,await this.publicKey,n,t)}async export(t,n="base64"){const r=await(t=="private"?this.privateKey:this.publicKey);let i;if(r)switch(n){case"jwk":i=await s.subtle.exportKey("jwk",r);break;case"buffer":i=await s.subtle.exportKey(t=="private"?"pkcs8":"spki",r);break;case"base64":{const n=await this.export(t,"buffer");i=n&&e(new Uint8Array(n),"standard","=")}break;case"pem":{const n=await this.export(t,"base64");i=n&&[`-----BEGIN ${t.toUpperCase()} KEY-----`,...g(n,64),`-----END ${t.toUpperCase()} KEY-----`].join("\n")}break}return i}static import(t,n,e,r){return new v(t,v.importHelper(t,n,"public",e),v.importHelper(t,n,"private",r))}static importHelper(t,n,e,i){if(typeof i=="string")i=r(i);return i&&s.subtle.importKey(e=="private"?"pkcs8":"spki",i,{name:H(t).name,hash:{name:n}},true,[e=="private"?"sign":"verify"])}static generate(t,n,e){const r=s.subtle.generateKey({name:H(t).name,modulusLength:e,publicExponent:new Uint8Array([1,0,1]),hash:n},true,["sign","verify"]);return new v(t,r.then((t=>t.publicKey)),r.then((t=>t.privateKey)))}}function*g(t,n){let e=0;while(e<t.length)yield t.slice(e,e=e+n)}function H(t){return t=="PSS"?{name:"RSA-PSS",saltLength:128}:{name:"RSASSA-PKCS1-v1_5"}}var m;(function(t){(function(t){t.is=p.is})(t.Algorithm||(t.Algorithm={}));(function(t){t.is=w.is})(t.Hash||(t.Hash={}));function n(t,n,e){let r;switch(t){case"RSA":r=v.generate("SSA",n,e);break;case"RSA-PSS":r=v.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=v.import("SSA",n,e[0],e[1]);break;case"RSA-PSS":r=v.import("PSS",n,e[0],e[1]);break;case"ECDSA":r=new h(n,e[0],e[1]);break}else if(t=="None")r=new b;return r}t.create=e})(m||(m={}));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 o=new this(i.length);for(let t=0;t<o.length;t++){o[t]=i[t]}return o}})()}var k;(function(t){function n(t){return typeof t=="object"&&Object.values(t).every((t=>t&&typeof t=="object"&&"forward"in t&&typeof t.forward=="function"&&"backward"in t&&typeof t.backward=="function"))}t.is=n})(k||(k={}));var P;(function(t){function n(t){return Array.isArray(t)&&t.every((t=>typeof t=="string"))}t.is=n})(P||(P={}));var j;(function(t){function n(t){return typeof t=="object"&&Object.entries(t).every((t=>typeof t[1]=="string"))}t.is=n})(j||(j={}));var E;(function(t){function n(t){return P.is(t)||k.is(t)||j.is(t)}t.is=n;(function(t){t.is=k.is})(t.Converter||(t.Converter={}));(function(t){t.is=P.is})(t.Crypto||(t.Crypto={}));(function(t){t.is=j.is})(t.Renamer||(t.Renamer={}))})(E||(E={}));var R;(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})(R||(R={}));var C;(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})(C||(C={}));var O;(function(t){function n(t){return t=="HS256"||t=="HS384"||t=="HS512"}t.is=n})(O||(O={}));var U;(function(t){function n(t){return t=="none"||O.is(t)||C.is(t)}t.is=n;(function(t){t.is=O.is})(t.Symmetric||(t.Symmetric={}));(function(t){t.is=C.is})(t.Asymmetric||(t.Asymmetric={}))})(U||(U={}));var M=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,o){function s(t){try{a(r.next(t))}catch(t){o(t)}}function c(t){try{a(r["throw"](t))}catch(t){o(t)}}function a(t){t.done?e(t.value):i(t.value).then(s,c)}a((r=r.apply(t,n||[])).next())}))};class D{constructor(t,n){this.name=t;this.signer=n}sign(t){return M(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=m.create("ECDSA","SHA-256",n[0],n[1]);break;case"ES384":e=m.create("ECDSA","SHA-384",n[0],n[1]);break;case"ES512":e=m.create("ECDSA","SHA-512",n[0],n[1]);break;case"PS256":e=m.create("RSA-PSS","SHA-256",n[0],n[1]);break;case"PS384":e=m.create("RSA-PSS","SHA-384",n[0],n[1]);break;case"PS512":e=m.create("RSA-PSS","SHA-512",n[0],n[1]);break;case"HS256":e=m.create("HMAC","SHA-256",n[0]);break;case"HS384":e=m.create("HMAC","SHA-384",n[0]);break;case"HS512":e=m.create("HMAC","SHA-512",n[0]);break;case"RS256":e=m.create("RSA","SHA-256",n[0],n[1]);break;case"RS384":e=m.create("RSA","SHA-384",n[0],n[1]);break;case"RS512":e=m.create("RSA","SHA-512",n[0],n[1]);break;case"none":e=m.create("None");break}return e&&new D(t,e)}static none(){return D.create("none")}static HS256(t){return D.create("HS256",t)}static HS384(t){return D.create("HS384",t)}static HS512(t){return D.create("HS512",t)}static RS256(t,n){return D.create("RS256",t,n)}static RS384(t,n){return D.create("RS384",t,n)}static RS512(t,n){return D.create("RS512",t,n)}static ES256(t,n){return D.create("ES256",t,n)}static ES384(t,n){return D.create("ES384",t,n)}static ES512(t,n){return D.create("ES512",t,n)}static PS256(t,n){return D.create("PS256",t,n)}static PS384(t,n){return D.create("PS384",t,n)}static PS512(t,n){return D.create("PS512",t,n)}}(function(t){(function(t){t.is=U.is;(function(t){t.is=U.Symmetric.is})(t.Symmetric||(t.Symmetric={}));(function(t){t.is=U.Asymmetric.is})(t.Asymmetric||(t.Asymmetric={}))})(t.Name||(t.Name={}))})(D||(D={}));var B;(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})(B||(B={}));var x;(function(t){const n={"*":"https://ionicons.pages.dev/svg/${name}.svg"};const e={};async function r(t){const n=await globalThis.fetch(t);return n.ok?n.text():undefined}async function i(t){var i,o;const s=((i=n[t])!==null&&i!==void 0?i:n["*"]).replace("${name}",t);return(o=e[s])!==null&&o!==void 0?o:e[s]=r(s)}t.load=i;function o(t,...e){for(const r of e)n[r]=t}t.add=o})(x||(x={}));class N{static is(t){return typeof t=="object"&&typeof t.destination=="string"&&t.content!=undefined}static send(t,n,e){if(N.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")N.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(N.is(r)&&(t=="*"||e.origin==t)&&(i==""||r.destination==i))n(r.destination,r.content)}))}}class T{static is(t){return typeof t=="object"&&typeof t.name=="string"}}var _=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 z;class Z{constructor(){z.set(this,{})}listen(t,n){var e,r;(r=(e=_(this,z,"f")[t])===null||e===void 0?void 0:e.push(n))!==null&&r!==void 0?r:_(this,z,"f")[t]=[n];n(this[t])}unlisten(t,n){var e,r;const i=(e=_(this,z,"f")[t])===null||e===void 0?void 0:e.indexOf(n);i!=undefined&&i>=0&&((r=_(this,z,"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=_(n,z,"f")[e])===null||i===void 0?void 0:i.forEach((n=>n(t[e])))}}:{get(){return t[e]}}])))}}}z=new WeakMap;var I;(function(t){function n(t,[e,...r],i){const o=t[e!==null&&e!==void 0?e:""];return Object.assign(Object.assign({},t),{[e!==null&&e!==void 0?e:""]:!r.length?i:n(typeof o=="object"&&!(o instanceof Blob)?o:{},r,i)})}t.set=n;function e(t){return Object.entries(t).reduce(((t,[e,r])=>n(t,e.split("."),r)),{})}t.deepen=e})(I||(I={}));export{I as D,f as I,Z as L,N as M,T,x as a};
|
|
2
|
+
//# sourceMappingURL=p-b9cb0514.js.map
|
|
@@ -0,0 +1 @@
|
|
|
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","next","increment","rest","substring","number","remainder","left","right","crypto","window","msCrypto","self","Algorithms","create","current","secrets","first","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","min","max","Base64.next","previous","decrement","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","values","v","forward","backward","Crypto","Renamer","thing","Creatable","CCrypto","CConverter","CRenamer","Transformer","apply","reverse","transformer","Asymmetric","Name","NameSymmetric","NameAsymmetric","__awaiter","thisArg","_arguments","P","generator","adopt","reject","fulfilled","step","e","rejected","done","signer","AlgorithmName","Token","test","Icon","names","cache","fetch","response","globalThis","ok","text","load","_a","_b","add","n","Message","destination","content","message","context","postMessage","send","origin","handle","addEventListener","Trigger","Listenable","_Listenable_listeners","set","listen","property","listener","__classPrivateFieldGet","unlisten","splice","backend","listenable","defineProperties","getProperties","getOwnPropertyDescriptors","getPrototypeOf","descriptor","get","bind","writable","forEach","Data","head","tail","Blob","deepen","reduce"],"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/Icon.ts","./src/model/Message.ts","./src/model/Trigger.ts","./src/model/Listenable.ts","./src/model/Data.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}\nexport function next(value, increment = 1, standard = \"standard\") {\n const table = tables[standard];\n const rest = value.length > 1 ? value.substring(0, value.length - 1) : increment > 0 ? \"\" : table[63];\n const number = (value.length == 0 ? 0 : table.indexOf(value[value.length - 1])) + increment;\n return ((number > 63 || number < 0 ? next(rest, Math.floor(number / 63), standard) : rest) + table[remainder(number, 64)]);\n}\nfunction remainder(left, right) {\n return left >= 0 ? left % right : remainder(left + right, right);\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 function min(length) {\n return \"\".padStart(length, \"A\");\n }\n Identifier.min = min;\n function max(length) {\n return \"\".padStart(length, \"_\");\n }\n Identifier.max = max;\n function next(identifier, increment = 1) {\n const result = Base64.next(identifier, increment, \"url\");\n return result.length == identifier.length ? result : result.substring(result.length - identifier.length);\n }\n Identifier.next = next;\n function previous(identifier, decrement = 1) {\n return next(identifier, -decrement);\n }\n Identifier.previous = previous;\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\" &&\n Object.values(value).every(v => v &&\n typeof v == \"object\" &&\n \"forward\" in v &&\n typeof v.forward == \"function\" &&\n \"backward\" in v &&\n typeof v.backward == \"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","type Name =\n\t| \"accessibility\"\n\t| \"add-circle\"\n\t| \"add\"\n\t| \"airplane\"\n\t| \"alarm\"\n\t| \"albums\"\n\t| \"alert-circle\"\n\t| \"alert\"\n\t| \"american-football\"\n\t| \"analytics\"\n\t| \"aperture\"\n\t| \"apps\"\n\t| \"archive\"\n\t| \"arrow-back-circle\"\n\t| \"arrow-back\"\n\t| \"arrow-down-circle\"\n\t| \"arrow-down\"\n\t| \"arrow-forward-circle\"\n\t| \"arrow-forward\"\n\t| \"arrow-redo-circle\"\n\t| \"arrow-redo\"\n\t| \"arrow-undo-circle\"\n\t| \"arrow-undo\"\n\t| \"arrow-up-circle\"\n\t| \"arrow-up\"\n\t| \"at-circle\"\n\t| \"at\"\n\t| \"attach\"\n\t| \"backspace\"\n\t| \"bag\"\n\t| \"bag-add\"\n\t| \"bag-check\"\n\t| \"bag-handle\"\n\t| \"balloon\"\n\t| \"ban\"\n\t| \"bandage\"\n\t| \"barbell\"\n\t| \"bar-chart\"\n\t| \"barcode\"\n\t| \"baseball\"\n\t| \"basketball\"\n\t| \"basket\"\n\t| \"battery-charging\"\n\t| \"battery-dead\"\n\t| \"battery-full\"\n\t| \"battery-half\"\n\t| \"beaker\"\n\t| \"bed\"\n\t| \"beer\"\n\t| \"bicycle\"\n\t| \"bluetooth\"\n\t| \"boat\"\n\t| \"body\"\n\t| \"bonfire\"\n\t| \"bowling-ball\"\n\t| \"bookmarks\"\n\t| \"bookmark\"\n\t| \"book\"\n\t| \"briefcase\"\n\t| \"browsers\"\n\t| \"brush\"\n\t| \"bug\"\n\t| \"build\"\n\t| \"bulb\"\n\t| \"business\"\n\t| \"bus\"\n\t| \"cafe\"\n\t| \"calculator\"\n\t| \"calendar\"\n\t| \"calendar-clear\"\n\t| \"calendar-number\"\n\t| \"call\"\n\t| \"camera-reverse\"\n\t| \"camera\"\n\t| \"card\"\n\t| \"caret-back-circle\"\n\t| \"caret-back\"\n\t| \"caret-down-circle\"\n\t| \"caret-down\"\n\t| \"caret-forward-circle\"\n\t| \"caret-forward\"\n\t| \"caret-up-circle\"\n\t| \"caret-up\"\n\t| \"car-sport\"\n\t| \"car\"\n\t| \"cart\"\n\t| \"cash\"\n\t| \"cellular\"\n\t| \"chatbox-ellipses\"\n\t| \"chatbox\"\n\t| \"chatbubble-ellipses\"\n\t| \"chatbubbles\"\n\t| \"chatbubble\"\n\t| \"checkbox\"\n\t| \"checkmark-circle\"\n\t| \"checkmark-done-circle\"\n\t| \"checkmark-done\"\n\t| \"checkmark\"\n\t| \"chevron-back-circle\"\n\t| \"chevron-back\"\n\t| \"chevron-down-circle\"\n\t| \"chevron-down\"\n\t| \"chevron-forward-circle\"\n\t| \"chevron-forward\"\n\t| \"chevron-up-circle\"\n\t| \"chevron-up\"\n\t| \"clipboard\"\n\t| \"close-circle\"\n\t| \"close\"\n\t| \"cloud-circle\"\n\t| \"cloud-done\"\n\t| \"cloud-download\"\n\t| \"cloud-offline\"\n\t| \"cloud\"\n\t| \"cloud-upload\"\n\t| \"cloudy-night\"\n\t| \"cloudy\"\n\t| \"code-download\"\n\t| \"code-slash\"\n\t| \"code\"\n\t| \"code-working\"\n\t| \"cog\"\n\t| \"color-fill\"\n\t| \"color-filter\"\n\t| \"color-palette\"\n\t| \"color-wand\"\n\t| \"compass\"\n\t| \"construct\"\n\t| \"contract\"\n\t| \"contrast\"\n\t| \"copy\"\n\t| \"create\"\n\t| \"crop\"\n\t| \"cube\"\n\t| \"cut\"\n\t| \"desktop\"\n\t| \"diamond\"\n\t| \"dice\"\n\t| \"disc\"\n\t| \"document-attach\"\n\t| \"document-lock\"\n\t| \"documents\"\n\t| \"document\"\n\t| \"document-text\"\n\t| \"download\"\n\t| \"duplicate\"\n\t| \"ear\"\n\t| \"earth\"\n\t| \"easel\"\n\t| \"egg\"\n\t| \"ellipse\"\n\t| \"ellipsis-horizontal-circle\"\n\t| \"ellipsis-horizontal\"\n\t| \"ellipsis-vertical-circle\"\n\t| \"ellipsis-vertical\"\n\t| \"enter\"\n\t| \"exit\"\n\t| \"expand\"\n\t| \"eyedrop\"\n\t| \"eye-off\"\n\t| \"eye\"\n\t| \"fast-food\"\n\t| \"female\"\n\t| \"file-tray-full\"\n\t| \"file-tray-stacked\"\n\t| \"file-tray\"\n\t| \"film\"\n\t| \"filter\"\n\t| \"filter-circle\"\n\t| \"finger-print\"\n\t| \"fish\"\n\t| \"fitness\"\n\t| \"flag\"\n\t| \"flame\"\n\t| \"flashlight\"\n\t| \"flash-off\"\n\t| \"flash\"\n\t| \"flask\"\n\t| \"flower\"\n\t| \"folder-open\"\n\t| \"folder\"\n\t| \"football\"\n\t| \"footsteps\"\n\t| \"funnel\"\n\t| \"game-controller\"\n\t| \"gift\"\n\t| \"git-branch\"\n\t| \"git-commit\"\n\t| \"git-compare\"\n\t| \"git-merge\"\n\t| \"git-network\"\n\t| \"git-pull-request\"\n\t| \"glasses\"\n\t| \"globe\"\n\t| \"golf\"\n\t| \"grid\"\n\t| \"hammer\"\n\t| \"hand-left\"\n\t| \"hand-right\"\n\t| \"happy\"\n\t| \"hardware-chip\"\n\t| \"headset\"\n\t| \"heart-circle\"\n\t| \"heart-dislike-circle\"\n\t| \"heart-dislike\"\n\t| \"heart-half\"\n\t| \"heart\"\n\t| \"help-buoy\"\n\t| \"help-circle\"\n\t| \"help\"\n\t| \"home\"\n\t| \"hourglass\"\n\t| \"ice-cream\"\n\t| \"id-card\"\n\t| \"images\"\n\t| \"image\"\n\t| \"infinite\"\n\t| \"information-circle\"\n\t| \"information\"\n\t| \"journal\"\n\t| \"invert-mode\"\n\t| \"keypad\"\n\t| \"key\"\n\t| \"language\"\n\t| \"laptop\"\n\t| \"layers\"\n\t| \"leaf\"\n\t| \"library\"\n\t| \"link\"\n\t| \"list-circle\"\n\t| \"list\"\n\t| \"locate\"\n\t| \"location\"\n\t| \"lock-closed\"\n\t| \"lock-open\"\n\t| \"log-in\"\n\t| \"logo-alipay\"\n\t| \"logo-amazon\"\n\t| \"logo-amplify\"\n\t| \"logo-android\"\n\t| \"logo-angular\"\n\t| \"logo-apple-appstore\"\n\t| \"logo-apple\"\n\t| \"logo-apple-ar\"\n\t| \"logo-behance\"\n\t| \"logo-bitbucket\"\n\t| \"logo-bitcoin\"\n\t| \"logo-buffer\"\n\t| \"logo-capacitor\"\n\t| \"logo-chrome\"\n\t| \"logo-closed-captioning\"\n\t| \"logo-codepen\"\n\t| \"logo-css3\"\n\t| \"logo-designernews\"\n\t| \"logo-deviantart\"\n\t| \"logo-discord\"\n\t| \"logo-docker\"\n\t| \"logo-dribbble\"\n\t| \"logo-dropbox\"\n\t| \"logo-edge\"\n\t| \"logo-electron\"\n\t| \"logo-euro\"\n\t| \"logo-facebook\"\n\t| \"logo-firebase\"\n\t| \"logo-firefox\"\n\t| \"logo-flickr\"\n\t| \"logo-foursquare\"\n\t| \"logo-github\"\n\t| \"logo-gitlab\"\n\t| \"logo-google-playstore\"\n\t| \"logo-google\"\n\t| \"logo-hackernews\"\n\t| \"logo-html5\"\n\t| \"logo-instagram\"\n\t| \"logo-ionic\"\n\t| \"logo-ionitron\"\n\t| \"logo-javascript\"\n\t| \"logo-laravel\"\n\t| \"logo-linkedin\"\n\t| \"logo-markdown\"\n\t| \"logo-mastodon\"\n\t| \"logo-medium\"\n\t| \"logo-microsoft\"\n\t| \"logo-nodejs\"\n\t| \"logo-no-smoking\"\n\t| \"logo-npm\"\n\t| \"logo-octocat\"\n\t| \"logo-paypal\"\n\t| \"logo-pinterest\"\n\t| \"logo-playstation\"\n\t| \"logo-pwa\"\n\t| \"logo-python\"\n\t| \"logo-react\"\n\t| \"logo-reddit\"\n\t| \"logo-rss\"\n\t| \"logo-sass\"\n\t| \"logo-skype\"\n\t| \"logo-slack\"\n\t| \"logo-snapchat\"\n\t| \"logo-soundcloud\"\n\t| \"logo-stackoverflow\"\n\t| \"logo-steam\"\n\t| \"logo-stencil\"\n\t| \"logo-tableau\"\n\t| \"logo-tiktok\"\n\t| \"logo-tumblr\"\n\t| \"logo-tux\"\n\t| \"logo-twitch\"\n\t| \"logo-twitter\"\n\t| \"logo-usd\"\n\t| \"log-out\"\n\t| \"logo-web-component\"\n\t| \"logo-venmo\"\n\t| \"logo-whatsapp\"\n\t| \"logo-vercel\"\n\t| \"logo-vimeo\"\n\t| \"logo-windows\"\n\t| \"logo-vk\"\n\t| \"logo-wordpress\"\n\t| \"logo-vue\"\n\t| \"logo-xbox\"\n\t| \"logo-xing\"\n\t| \"logo-yahoo\"\n\t| \"logo-yen\"\n\t| \"logo-youtube\"\n\t| \"magnet\"\n\t| \"mail-open\"\n\t| \"mail\"\n\t| \"mail-unread\"\n\t| \"male-female\"\n\t| \"male\"\n\t| \"man\"\n\t| \"map\"\n\t| \"medal\"\n\t| \"medical\"\n\t| \"medkit\"\n\t| \"megaphone\"\n\t| \"menu\"\n\t| \"mic-circle\"\n\t| \"mic-off-circle\"\n\t| \"mic-off\"\n\t| \"mic\"\n\t| \"moon\"\n\t| \"move\"\n\t| \"musical-notes\"\n\t| \"musical-note\"\n\t| \"navigate-circle\"\n\t| \"navigate\"\n\t| \"newspaper\"\n\t| \"notifications-circle\"\n\t| \"notifications-off-circle\"\n\t| \"notifications-off\"\n\t| \"notifications\"\n\t| \"nuclear\"\n\t| \"nutrition\"\n\t| \"open\"\n\t| \"options\"\n\t| \"paper-plane\"\n\t| \"partly-sunny\"\n\t| \"pause-circle\"\n\t| \"pause\"\n\t| \"paw\"\n\t| \"pencil\"\n\t| \"people-circle\"\n\t| \"people\"\n\t| \"person-add\"\n\t| \"person-circle\"\n\t| \"person-remove\"\n\t| \"person\"\n\t| \"phone-landscape\"\n\t| \"phone-portrait\"\n\t| \"pie-chart\"\n\t| \"pin\"\n\t| \"pint\"\n\t| \"pizza\"\n\t| \"planet\"\n\t| \"play-back-circle\"\n\t| \"play-back\"\n\t| \"play-circle\"\n\t| \"play-forward-circle\"\n\t| \"play-forward\"\n\t| \"play-skip-back-circle\"\n\t| \"play-skip-back\"\n\t| \"play-skip-forward-circle\"\n\t| \"play-skip-forward\"\n\t| \"play\"\n\t| \"podium\"\n\t| \"power\"\n\t| \"pricetags\"\n\t| \"prism\"\n\t| \"pricetag\"\n\t| \"print\"\n\t| \"pulse\"\n\t| \"push\"\n\t| \"qr-code\"\n\t| \"radio-button-off\"\n\t| \"radio-button-on\"\n\t| \"radio\"\n\t| \"rainy\"\n\t| \"reader\"\n\t| \"receipt\"\n\t| \"recording\"\n\t| \"refresh-circle\"\n\t| \"refresh\"\n\t| \"reload-circle\"\n\t| \"reload\"\n\t| \"remove-circle\"\n\t| \"remove\"\n\t| \"reorder-four\"\n\t| \"reorder-three\"\n\t| \"reorder-two\"\n\t| \"repeat\"\n\t| \"resize\"\n\t| \"restaurant\"\n\t| \"return-down-back\"\n\t| \"return-down-forward\"\n\t| \"return-up-back\"\n\t| \"return-up-forward\"\n\t| \"ribbon\"\n\t| \"rocket\"\n\t| \"rose\"\n\t| \"sad\"\n\t| \"save\"\n\t| \"scan-circle\"\n\t| \"scale\"\n\t| \"scan\"\n\t| \"school\"\n\t| \"search-circle\"\n\t| \"search\"\n\t| \"send\"\n\t| \"server\"\n\t| \"settings\"\n\t| \"shapes\"\n\t| \"share-social\"\n\t| \"share\"\n\t| \"shield-checkmark\"\n\t| \"shield-half\"\n\t| \"shield\"\n\t| \"shirt\"\n\t| \"shuffle\"\n\t| \"skull\"\n\t| \"snow\"\n\t| \"sparkles\"\n\t| \"speedometer\"\n\t| \"square\"\n\t| \"star-half\"\n\t| \"star\"\n\t| \"stats-chart\"\n\t| \"stop-circle\"\n\t| \"stop\"\n\t| \"stopwatch\"\n\t| \"storefront\"\n\t| \"subway\"\n\t| \"sunny\"\n\t| \"swap-horizontal\"\n\t| \"swap-vertical\"\n\t| \"sync-circle\"\n\t| \"sync\"\n\t| \"tablet-landscape\"\n\t| \"tablet-portrait\"\n\t| \"telescope\"\n\t| \"tennisball\"\n\t| \"terminal\"\n\t| \"text\"\n\t| \"thermometer\"\n\t| \"thumbs-down\"\n\t| \"thumbs-up\"\n\t| \"thunderstorm\"\n\t| \"ticket\"\n\t| \"timer\"\n\t| \"time\"\n\t| \"today\"\n\t| \"toggle\"\n\t| \"trail-sign\"\n\t| \"train\"\n\t| \"transgender\"\n\t| \"trash-bin\"\n\t| \"trash\"\n\t| \"trending-down\"\n\t| \"trending-up\"\n\t| \"triangle\"\n\t| \"trophy\"\n\t| \"tv\"\n\t| \"umbrella\"\n\t| \"unlink\"\n\t| \"videocam-off\"\n\t| \"walk\"\n\t| \"wallet\"\n\t| \"warning\"\n\t| \"watch\"\n\t| \"water\"\n\t| \"videocam\"\n\t| \"wifi\"\n\t| \"wine\"\n\t| \"volume-high\"\n\t| \"volume-low\"\n\t| \"volume-medium\"\n\t| \"volume-mute\"\n\t| \"volume-off\"\n\t| \"woman\"\n\ntype Variants = \"outline\" | \"sharp\"\nexport type Icon = Name | `${Name}-${Variants}`\n\nexport namespace Icon {\n\tconst names: Record<string, string | undefined> & { \"*\": string } = {\n\t\t\"*\": \"https://ionicons.pages.dev/svg/${name}.svg\",\n\t}\n\tconst cache: { [url: string]: Promise<string | undefined> | undefined } = {}\n\tasync function fetch(url: string): Promise<string | undefined> {\n\t\tconst response = await globalThis.fetch(url)\n\t\treturn response.ok ? response.text() : undefined\n\t}\n\texport async function load(name: string): Promise<string | undefined> {\n\t\tconst url = (names[name] ?? names[\"*\"]).replace(\"${name}\", name)\n\t\treturn cache[url] ?? (cache[url] = fetch(url))\n\t}\n\texport function add(url: string, ...name: string[]): void {\n\t\tfor (const n of name)\n\t\t\tnames[n] = url\n\t}\n}\n","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(backend[name]))\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]\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","type Value = string | number | boolean | Blob | undefined\nexport type Data = { [name: string]: Data | Value }\n\nexport namespace Data {\n\texport function set(data: Data, [head, ...tail]: string[], value: Value): Data {\n\t\tconst current = data[head ?? \"\"]\n\t\treturn {\n\t\t\t...data,\n\t\t\t[head ?? \"\"]: !tail.length\n\t\t\t\t? value\n\t\t\t\t: set(typeof current == \"object\" && !(current instanceof Blob) ? current : {}, tail, value),\n\t\t}\n\t}\n\texport function deepen(data: Record<string, Value>): Data {\n\t\treturn Object.entries(data).reduce((result, [name, value]) => set(result, name.split(\".\"), value), {})\n\t}\n}\n"],"mappings":"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"}
|