@unidy.io/sdk 1.1.4 → 1.2.0-alpha2
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/app-globals-DSKjcXX_.js.map +1 -1
- package/dist/cjs/{auth-store-BaxuIp4z.js → auth-store-DC9EVec8.js} +2 -3
- package/dist/cjs/auth-store-DC9EVec8.js.map +1 -0
- package/dist/cjs/{i18n-BoDZ8kd2.js → i18n-BAZB-eHh.js} +2 -8
- package/dist/cjs/{i18n-BoDZ8kd2.js.map → i18n-BAZB-eHh.js.map} +1 -1
- package/dist/cjs/{index-R2MKLaem.js → index-CvFbf5-D.js} +1477 -1105
- package/dist/cjs/index-CvFbf5-D.js.map +1 -0
- package/dist/cjs/index.cjs.js +6 -5
- package/dist/cjs/index.cjs.js.map +1 -1
- package/dist/cjs/{newsletter-helpers-DR0vsegt.js → newsletter-helpers-Dj0yYHZf.js} +61 -74
- package/dist/cjs/newsletter-helpers-Dj0yYHZf.js.map +1 -0
- package/dist/cjs/{profile-helpers-B2h2III_.js → profile-helpers-D66Ycaft.js} +3 -3
- package/dist/cjs/{profile-helpers-B2h2III_.js.map → profile-helpers-D66Ycaft.js.map} +1 -1
- package/dist/cjs/u-conditional-render.cjs.entry.js +5 -6
- package/dist/cjs/u-conditional-render.entry.cjs.js.map +1 -1
- package/dist/cjs/u-config.cjs.entry.js +5 -6
- package/dist/cjs/u-config.entry.cjs.js.map +1 -1
- package/dist/cjs/u-email-field.cjs.entry.js +2 -2
- package/dist/cjs/u-error-message.cjs.entry.js +3 -3
- package/dist/cjs/u-error-message.entry.cjs.js.map +1 -1
- package/dist/cjs/u-field.u-raw-field.entry.cjs.js.map +1 -1
- package/dist/cjs/u-field_2.cjs.entry.js +2 -2
- package/dist/cjs/u-full-profile.cjs.entry.js +1 -1
- package/dist/cjs/u-logout-button.cjs.entry.js +6 -7
- package/dist/cjs/u-logout-button.entry.cjs.js.map +1 -1
- package/dist/cjs/u-magic-code-field.cjs.entry.js +5 -6
- package/dist/cjs/u-magic-code-field.entry.cjs.js.map +1 -1
- package/dist/cjs/u-missing-field.cjs.entry.js +1 -1
- package/dist/cjs/u-missing-fields-submit-button.cjs.entry.js +9 -5
- package/dist/cjs/u-missing-fields-submit-button.entry.cjs.js.map +1 -1
- package/dist/cjs/u-newsletter-checkbox.cjs.entry.js +5 -6
- package/dist/cjs/u-newsletter-checkbox.entry.cjs.js.map +1 -1
- package/dist/cjs/u-newsletter-logout-button.cjs.entry.js +6 -7
- package/dist/cjs/u-newsletter-logout-button.entry.cjs.js.map +1 -1
- package/dist/cjs/u-newsletter-preference-checkbox.cjs.entry.js +5 -6
- package/dist/cjs/u-newsletter-preference-checkbox.entry.cjs.js.map +1 -1
- package/dist/cjs/u-newsletter-resend-doi-button.cjs.entry.js +4 -5
- package/dist/cjs/u-newsletter-resend-doi-button.entry.cjs.js.map +1 -1
- package/dist/cjs/u-newsletter-root.cjs.entry.js +5 -6
- package/dist/cjs/u-newsletter-root.entry.cjs.js.map +1 -1
- package/dist/cjs/u-newsletter-toggle-subscription-button.cjs.entry.js +4 -5
- package/dist/cjs/u-newsletter-toggle-subscription-button.entry.cjs.js.map +1 -1
- package/dist/cjs/u-passkey.cjs.entry.js +5 -6
- package/dist/cjs/u-passkey.entry.cjs.js.map +1 -1
- package/dist/cjs/u-password-field.cjs.entry.js +2 -2
- package/dist/cjs/u-profile.u-submit-button.entry.cjs.js.map +1 -1
- package/dist/cjs/u-profile_2.cjs.entry.js +35 -55
- package/dist/cjs/u-registration-button.cjs.entry.js +2 -2
- package/dist/cjs/u-reset-password-button.cjs.entry.js +4 -5
- package/dist/cjs/u-reset-password-button.entry.cjs.js.map +1 -1
- package/dist/cjs/u-send-magic-code-button.cjs.entry.js +5 -6
- package/dist/cjs/u-send-magic-code-button.entry.cjs.js.map +1 -1
- package/dist/cjs/u-signed-in.cjs.entry.js +1 -1
- package/dist/cjs/u-signin-root.cjs.entry.js +1 -1
- package/dist/cjs/u-signin-step.cjs.entry.js +5 -6
- package/dist/cjs/u-signin-step.entry.cjs.js.map +1 -1
- package/dist/cjs/u-signin-strategy.cjs.entry.js +1 -1
- package/dist/cjs/u-social-login-button.cjs.entry.js +2 -2
- package/dist/cjs/u-spinner.cjs.entry.js +1 -1
- package/dist/cjs/u-spinner.entry.cjs.js.map +1 -1
- package/dist/cjs/u-ticketable-list.cjs.entry.js +39 -29
- package/dist/cjs/u-ticketable-list.entry.cjs.js.map +1 -1
- package/dist/collection/api/base-client.js +129 -0
- package/dist/collection/api/base-client.js.map +1 -0
- package/dist/collection/api/base-service.js +72 -0
- package/dist/collection/api/base-service.js.map +1 -0
- package/dist/collection/api/client.js +18 -139
- package/dist/collection/api/client.js.map +1 -1
- package/dist/collection/api/index.js +25 -5
- package/dist/collection/api/index.js.map +1 -1
- package/dist/collection/api/shared.js +11 -2
- package/dist/collection/api/shared.js.map +1 -1
- package/dist/collection/api/standalone.js +88 -0
- package/dist/collection/api/standalone.js.map +1 -0
- package/dist/collection/auth/api/auth.js +66 -124
- package/dist/collection/auth/api/auth.js.map +1 -1
- package/dist/collection/auth/api/schemas.js +78 -0
- package/dist/collection/auth/api/schemas.js.map +1 -0
- package/dist/collection/auth/auth-helpers.js +47 -36
- package/dist/collection/auth/auth-helpers.js.map +1 -1
- package/dist/collection/auth/components/missing-fields-submit-button/missing-fields-submit-button.js +4 -1
- package/dist/collection/auth/components/missing-fields-submit-button/missing-fields-submit-button.js.map +1 -1
- package/dist/collection/auth/components/password-field/password-field.js +1 -1
- package/dist/collection/auth/passkey-auth.js +8 -6
- package/dist/collection/auth/passkey-auth.js.map +1 -1
- package/dist/collection/auth/store/auth-store.js +0 -1
- package/dist/collection/auth/store/auth-store.js.map +1 -1
- package/dist/collection/locales/de.json +0 -1
- package/dist/collection/locales/en.json +0 -1
- package/dist/collection/locales/fr.json +0 -1
- package/dist/collection/locales/it.json +0 -1
- package/dist/collection/locales/nl_be.json +0 -1
- package/dist/collection/locales/ro.json +0 -1
- package/dist/collection/newsletter/api/newsletters.js +192 -167
- package/dist/collection/newsletter/api/newsletters.js.map +1 -1
- package/dist/collection/newsletter/api/schemas.js +112 -0
- package/dist/collection/newsletter/api/schemas.js.map +1 -0
- package/dist/collection/newsletter/newsletter-helpers.js +57 -70
- package/dist/collection/newsletter/newsletter-helpers.js.map +1 -1
- package/dist/collection/profile/api/profile.js +56 -155
- package/dist/collection/profile/api/profile.js.map +1 -1
- package/dist/collection/profile/api/schemas.js +120 -0
- package/dist/collection/profile/api/schemas.js.map +1 -0
- package/dist/collection/profile/components/field/field.css +1 -1
- package/dist/collection/profile/components/profile/profile.js +35 -101
- package/dist/collection/profile/components/profile/profile.js.map +1 -1
- package/dist/collection/shared/components/config/config.js +2 -2
- package/dist/collection/shared/components/error-message/error-message.js +3 -3
- package/dist/collection/shared/components/error-message/error-message.js.map +1 -1
- package/dist/collection/shared/components/spinner/spinner.css +1 -1
- package/dist/collection/shared/components/submit-button/submit-button.css +1 -1
- package/dist/collection/ticketable/api/schemas.js +58 -9
- package/dist/collection/ticketable/api/schemas.js.map +1 -1
- package/dist/collection/ticketable/api/subscriptions.js +13 -44
- package/dist/collection/ticketable/api/subscriptions.js.map +1 -1
- package/dist/collection/ticketable/api/ticketable-service.js +74 -0
- package/dist/collection/ticketable/api/ticketable-service.js.map +1 -0
- package/dist/collection/ticketable/api/tickets.js +13 -45
- package/dist/collection/ticketable/api/tickets.js.map +1 -1
- package/dist/collection/ticketable/components/ticketable-list/ticketable-list.js +37 -77
- package/dist/collection/ticketable/components/ticketable-list/ticketable-list.js.map +1 -1
- package/dist/components/auth-store.js +0 -1
- package/dist/components/auth-store.js.map +1 -1
- package/dist/components/field.js +1 -1
- package/dist/components/field.js.map +1 -1
- package/dist/components/i18n.js +0 -6
- package/dist/components/i18n.js.map +1 -1
- package/dist/components/index.js +1 -2
- package/dist/components/index.js.map +1 -1
- package/dist/components/index2.js +1475 -1106
- package/dist/components/index2.js.map +1 -1
- package/dist/components/newsletter-helpers.js +57 -70
- package/dist/components/newsletter-helpers.js.map +1 -1
- package/dist/components/profile.js +34 -54
- package/dist/components/profile.js.map +1 -1
- package/dist/components/spinner.js +1 -1
- package/dist/components/spinner.js.map +1 -1
- package/dist/components/submit-button.js +1 -1
- package/dist/components/submit-button.js.map +1 -1
- package/dist/components/u-config.js +1 -2
- package/dist/components/u-config.js.map +1 -1
- package/dist/components/u-error-message.js +2 -2
- package/dist/components/u-error-message.js.map +1 -1
- package/dist/components/u-logout-button.js +1 -1
- package/dist/components/u-magic-code-field.js +1 -1
- package/dist/components/u-missing-fields-submit-button.js +4 -1
- package/dist/components/u-missing-fields-submit-button.js.map +1 -1
- package/dist/components/u-newsletter-root.js +1 -1
- package/dist/components/u-passkey.js +1 -1
- package/dist/components/u-reset-password-button.js +1 -1
- package/dist/components/u-send-magic-code-button.js +1 -1
- package/dist/components/u-signin-step.js +1 -1
- package/dist/components/u-ticketable-list.js +36 -29
- package/dist/components/u-ticketable-list.js.map +1 -1
- package/dist/esm/app-globals-CPU9ZcqZ.js.map +1 -1
- package/dist/esm/{auth-store-CVvBlKGv.js → auth-store-BMqUdTpC.js} +2 -3
- package/dist/esm/auth-store-BMqUdTpC.js.map +1 -0
- package/dist/esm/{i18n-CLdWzy5J.js → i18n-BANodpxG.js} +2 -8
- package/dist/esm/{i18n-CLdWzy5J.js.map → i18n-BANodpxG.js.map} +1 -1
- package/dist/esm/{index-DSDkaHWI.js → index-2p1QEJrx.js} +1477 -1108
- package/dist/esm/index-2p1QEJrx.js.map +1 -0
- package/dist/esm/index.js +3 -4
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/{newsletter-helpers-Dc_24im3.js → newsletter-helpers-D64LTcSM.js} +61 -74
- package/dist/esm/newsletter-helpers-D64LTcSM.js.map +1 -0
- package/dist/esm/{profile-helpers-CglNd6Nw.js → profile-helpers-DAvXZ9Uj.js} +3 -3
- package/dist/esm/{profile-helpers-CglNd6Nw.js.map → profile-helpers-DAvXZ9Uj.js.map} +1 -1
- package/dist/esm/u-conditional-render.entry.js +5 -6
- package/dist/esm/u-conditional-render.entry.js.map +1 -1
- package/dist/esm/u-config.entry.js +4 -5
- package/dist/esm/u-config.entry.js.map +1 -1
- package/dist/esm/u-email-field.entry.js +2 -2
- package/dist/esm/u-error-message.entry.js +3 -3
- package/dist/esm/u-error-message.entry.js.map +1 -1
- package/dist/esm/u-field.u-raw-field.entry.js.map +1 -1
- package/dist/esm/u-field_2.entry.js +2 -2
- package/dist/esm/u-full-profile.entry.js +1 -1
- package/dist/esm/u-logout-button.entry.js +5 -6
- package/dist/esm/u-logout-button.entry.js.map +1 -1
- package/dist/esm/u-magic-code-field.entry.js +4 -5
- package/dist/esm/u-magic-code-field.entry.js.map +1 -1
- package/dist/esm/u-missing-field.entry.js +1 -1
- package/dist/esm/u-missing-fields-submit-button.entry.js +9 -5
- package/dist/esm/u-missing-fields-submit-button.entry.js.map +1 -1
- package/dist/esm/u-newsletter-checkbox.entry.js +5 -6
- package/dist/esm/u-newsletter-checkbox.entry.js.map +1 -1
- package/dist/esm/u-newsletter-logout-button.entry.js +6 -7
- package/dist/esm/u-newsletter-logout-button.entry.js.map +1 -1
- package/dist/esm/u-newsletter-preference-checkbox.entry.js +5 -6
- package/dist/esm/u-newsletter-preference-checkbox.entry.js.map +1 -1
- package/dist/esm/u-newsletter-resend-doi-button.entry.js +4 -5
- package/dist/esm/u-newsletter-resend-doi-button.entry.js.map +1 -1
- package/dist/esm/u-newsletter-root.entry.js +4 -5
- package/dist/esm/u-newsletter-root.entry.js.map +1 -1
- package/dist/esm/u-newsletter-toggle-subscription-button.entry.js +4 -5
- package/dist/esm/u-newsletter-toggle-subscription-button.entry.js.map +1 -1
- package/dist/esm/u-passkey.entry.js +4 -5
- package/dist/esm/u-passkey.entry.js.map +1 -1
- package/dist/esm/u-password-field.entry.js +2 -2
- package/dist/esm/u-profile.u-submit-button.entry.js.map +1 -1
- package/dist/esm/u-profile_2.entry.js +36 -56
- package/dist/esm/u-registration-button.entry.js +2 -2
- package/dist/esm/u-reset-password-button.entry.js +3 -4
- package/dist/esm/u-reset-password-button.entry.js.map +1 -1
- package/dist/esm/u-send-magic-code-button.entry.js +4 -5
- package/dist/esm/u-send-magic-code-button.entry.js.map +1 -1
- package/dist/esm/u-signed-in.entry.js +1 -1
- package/dist/esm/u-signin-root.entry.js +1 -1
- package/dist/esm/u-signin-step.entry.js +4 -5
- package/dist/esm/u-signin-step.entry.js.map +1 -1
- package/dist/esm/u-signin-strategy.entry.js +1 -1
- package/dist/esm/u-social-login-button.entry.js +2 -2
- package/dist/esm/u-spinner.entry.js +1 -1
- package/dist/esm/u-spinner.entry.js.map +1 -1
- package/dist/esm/u-ticketable-list.entry.js +40 -30
- package/dist/esm/u-ticketable-list.entry.js.map +1 -1
- package/dist/sdk/index.esm.js +1 -1
- package/dist/sdk/index.esm.js.map +1 -1
- package/dist/sdk/locales/de.json +0 -1
- package/dist/sdk/locales/en.json +0 -1
- package/dist/sdk/locales/fr.json +0 -1
- package/dist/sdk/locales/it.json +0 -1
- package/dist/sdk/locales/nl_be.json +0 -1
- package/dist/sdk/locales/ro.json +0 -1
- package/dist/sdk/{p-5babee6b.entry.js → p-098eef67.entry.js} +2 -2
- package/dist/sdk/p-0e74de96.entry.js +2 -0
- package/dist/sdk/p-0e74de96.entry.js.map +1 -0
- package/dist/sdk/p-0ed36cbb.entry.js +2 -0
- package/dist/sdk/p-0ed36cbb.entry.js.map +1 -0
- package/dist/sdk/p-1149e044.entry.js +2 -0
- package/dist/sdk/p-1149e044.entry.js.map +1 -0
- package/dist/sdk/p-16d763fd.entry.js +2 -0
- package/dist/sdk/p-16d763fd.entry.js.map +1 -0
- package/dist/sdk/p-1d404c36.entry.js +2 -0
- package/dist/sdk/p-1d404c36.entry.js.map +1 -0
- package/dist/sdk/p-32da9922.entry.js +2 -0
- package/dist/sdk/p-32da9922.entry.js.map +1 -0
- package/dist/sdk/p-3d3a9c90.entry.js +2 -0
- package/dist/sdk/p-3d3a9c90.entry.js.map +1 -0
- package/dist/sdk/p-43024bd6.entry.js +2 -0
- package/dist/sdk/p-43024bd6.entry.js.map +1 -0
- package/dist/sdk/{p-e2e7061b.entry.js → p-5da49d00.entry.js} +2 -2
- package/dist/sdk/{p-f961fbea.entry.js → p-67af762e.entry.js} +2 -2
- package/dist/sdk/{p-f961fbea.entry.js.map → p-67af762e.entry.js.map} +1 -1
- package/dist/sdk/p-7099bd56.entry.js +2 -0
- package/dist/sdk/p-7099bd56.entry.js.map +1 -0
- package/dist/sdk/p-745742f1.entry.js +2 -0
- package/dist/sdk/{p-9e71a36c.entry.js → p-74e6523f.entry.js} +2 -2
- package/dist/sdk/p-86d16818.entry.js +2 -0
- package/dist/sdk/{p-effaf86b.entry.js.map → p-86d16818.entry.js.map} +1 -1
- package/dist/sdk/{p-DA84OuuU.js → p-BasehRhW.js} +2 -2
- package/dist/sdk/{p-DA84OuuU.js.map → p-BasehRhW.js.map} +1 -1
- package/dist/sdk/p-C4aHo4nN.js +2 -0
- package/dist/sdk/p-C4aHo4nN.js.map +1 -0
- package/dist/sdk/p-CFiZLMAA.js.map +1 -1
- package/dist/sdk/p-DGDhaqCd.js +2 -0
- package/dist/sdk/p-DGDhaqCd.js.map +1 -0
- package/dist/sdk/{p-CbRhHGU5.js → p-DSq94RWc.js} +2 -2
- package/dist/sdk/{p-CbRhHGU5.js.map → p-DSq94RWc.js.map} +1 -1
- package/dist/sdk/p-DSwwVdp1.js +2 -0
- package/dist/sdk/p-DSwwVdp1.js.map +1 -0
- package/dist/sdk/p-a037bbe3.entry.js +2 -0
- package/dist/sdk/p-a037bbe3.entry.js.map +1 -0
- package/dist/sdk/p-adcb7911.entry.js +2 -0
- package/dist/sdk/p-adcb7911.entry.js.map +1 -0
- package/dist/sdk/{p-39b61f33.entry.js → p-bbbec3d4.entry.js} +2 -2
- package/dist/sdk/{p-f232929b.entry.js → p-c2fba7c8.entry.js} +2 -2
- package/dist/sdk/p-c4618822.entry.js +2 -0
- package/dist/sdk/p-c4618822.entry.js.map +1 -0
- package/dist/sdk/p-ca4e57f2.entry.js +2 -0
- package/dist/sdk/p-ca4e57f2.entry.js.map +1 -0
- package/dist/sdk/p-ce4ab77c.entry.js +2 -0
- package/dist/sdk/p-ce4ab77c.entry.js.map +1 -0
- package/dist/sdk/p-d143e097.entry.js +2 -0
- package/dist/sdk/p-d143e097.entry.js.map +1 -0
- package/dist/sdk/{p-a69b83ec.entry.js → p-e0d2397c.entry.js} +2 -2
- package/dist/sdk/{p-80034205.entry.js → p-e6beb9d7.entry.js} +2 -2
- package/dist/sdk/p-ecc7fcff.entry.js +2 -0
- package/dist/sdk/p-ecc7fcff.entry.js.map +1 -0
- package/dist/sdk/{p-2cb6a2d0.entry.js → p-f1788e52.entry.js} +2 -2
- package/dist/sdk/p-fb665a5c.entry.js +2 -0
- package/dist/sdk/p-fb665a5c.entry.js.map +1 -0
- package/dist/sdk/p-fc67cf07.entry.js +2 -0
- package/dist/sdk/p-fc67cf07.entry.js.map +1 -0
- package/dist/sdk/sdk.esm.js +1 -1
- package/dist/sdk/u-conditional-render.entry.esm.js.map +1 -1
- package/dist/sdk/u-config.entry.esm.js.map +1 -1
- package/dist/sdk/u-error-message.entry.esm.js.map +1 -1
- package/dist/sdk/u-field.u-raw-field.entry.esm.js.map +1 -1
- package/dist/sdk/u-logout-button.entry.esm.js.map +1 -1
- package/dist/sdk/u-magic-code-field.entry.esm.js.map +1 -1
- package/dist/sdk/u-missing-fields-submit-button.entry.esm.js.map +1 -1
- package/dist/sdk/u-newsletter-checkbox.entry.esm.js.map +1 -1
- package/dist/sdk/u-newsletter-logout-button.entry.esm.js.map +1 -1
- package/dist/sdk/u-newsletter-preference-checkbox.entry.esm.js.map +1 -1
- package/dist/sdk/u-newsletter-resend-doi-button.entry.esm.js.map +1 -1
- package/dist/sdk/u-newsletter-root.entry.esm.js.map +1 -1
- package/dist/sdk/u-newsletter-toggle-subscription-button.entry.esm.js.map +1 -1
- package/dist/sdk/u-passkey.entry.esm.js.map +1 -1
- package/dist/sdk/u-profile.u-submit-button.entry.esm.js.map +1 -1
- package/dist/sdk/u-reset-password-button.entry.esm.js.map +1 -1
- package/dist/sdk/u-send-magic-code-button.entry.esm.js.map +1 -1
- package/dist/sdk/u-signin-step.entry.esm.js.map +1 -1
- package/dist/sdk/u-spinner.entry.esm.js.map +1 -1
- package/dist/sdk/u-ticketable-list.entry.esm.js.map +1 -1
- package/dist/types/api/base-client.d.ts +54 -0
- package/dist/types/api/base-service.d.ts +62 -0
- package/dist/types/api/client.d.ts +9 -31
- package/dist/types/api/index.d.ts +1 -0
- package/dist/types/api/shared.d.ts +11 -0
- package/dist/types/api/standalone.d.ts +105 -0
- package/dist/types/auth/api/auth.d.ts +71 -287
- package/dist/types/auth/api/schemas.d.ts +572 -0
- package/dist/types/auth/auth-helpers.d.ts +65 -66
- package/dist/types/auth/store/auth-store.d.ts +3 -3
- package/dist/types/components.d.ts +0 -72
- package/dist/types/newsletter/api/newsletters.d.ts +73 -196
- package/dist/types/newsletter/api/schemas.d.ts +192 -0
- package/dist/types/profile/api/profile.d.ts +12 -237
- package/dist/types/profile/api/schemas.d.ts +336 -0
- package/dist/types/profile/components/profile/profile.d.ts +1 -17
- package/dist/types/shared/components/error-message/error-message.d.ts +1 -1
- package/dist/types/ticketable/api/schemas.d.ts +108 -15
- package/dist/types/ticketable/api/subscriptions.d.ts +16 -83
- package/dist/types/ticketable/api/ticketable-service.d.ts +39 -0
- package/dist/types/ticketable/api/tickets.d.ts +16 -85
- package/dist/types/ticketable/components/ticketable-list/ticketable-list.d.ts +2 -12
- package/package.json +5 -1
- package/dist/cjs/auth-NU3DBc-6.js +0 -581
- package/dist/cjs/auth-NU3DBc-6.js.map +0 -1
- package/dist/cjs/auth-store-BaxuIp4z.js.map +0 -1
- package/dist/cjs/index-R2MKLaem.js.map +0 -1
- package/dist/cjs/newsletter-helpers-DR0vsegt.js.map +0 -1
- package/dist/collection/ticketable/api/get-with-schema.js +0 -35
- package/dist/collection/ticketable/api/get-with-schema.js.map +0 -1
- package/dist/components/auth.js +0 -580
- package/dist/components/auth.js.map +0 -1
- package/dist/esm/auth-nsjRdpvS.js +0 -579
- package/dist/esm/auth-nsjRdpvS.js.map +0 -1
- package/dist/esm/auth-store-CVvBlKGv.js.map +0 -1
- package/dist/esm/index-DSDkaHWI.js.map +0 -1
- package/dist/esm/newsletter-helpers-Dc_24im3.js.map +0 -1
- package/dist/sdk/p-0ab98e7a.entry.js +0 -2
- package/dist/sdk/p-0ab98e7a.entry.js.map +0 -1
- package/dist/sdk/p-0d324822.entry.js +0 -2
- package/dist/sdk/p-0d324822.entry.js.map +0 -1
- package/dist/sdk/p-0fb37ee9.entry.js +0 -2
- package/dist/sdk/p-0fb37ee9.entry.js.map +0 -1
- package/dist/sdk/p-3049e73f.entry.js +0 -2
- package/dist/sdk/p-3049e73f.entry.js.map +0 -1
- package/dist/sdk/p-312b919e.entry.js +0 -2
- package/dist/sdk/p-312b919e.entry.js.map +0 -1
- package/dist/sdk/p-319c5d3b.entry.js +0 -2
- package/dist/sdk/p-319c5d3b.entry.js.map +0 -1
- package/dist/sdk/p-34b98f55.entry.js +0 -2
- package/dist/sdk/p-34b98f55.entry.js.map +0 -1
- package/dist/sdk/p-4ec3302d.entry.js +0 -2
- package/dist/sdk/p-4ec3302d.entry.js.map +0 -1
- package/dist/sdk/p-568eabbc.entry.js +0 -2
- package/dist/sdk/p-568eabbc.entry.js.map +0 -1
- package/dist/sdk/p-5b40a68b.entry.js +0 -2
- package/dist/sdk/p-5b40a68b.entry.js.map +0 -1
- package/dist/sdk/p-66587fdd.entry.js +0 -2
- package/dist/sdk/p-66587fdd.entry.js.map +0 -1
- package/dist/sdk/p-88d93d64.entry.js +0 -2
- package/dist/sdk/p-90e2253e.entry.js +0 -2
- package/dist/sdk/p-90e2253e.entry.js.map +0 -1
- package/dist/sdk/p-BiILQPdb.js +0 -2
- package/dist/sdk/p-BiILQPdb.js.map +0 -1
- package/dist/sdk/p-DdUvQelg.js +0 -2
- package/dist/sdk/p-DdUvQelg.js.map +0 -1
- package/dist/sdk/p-PKvQIsOt.js +0 -2
- package/dist/sdk/p-PKvQIsOt.js.map +0 -1
- package/dist/sdk/p-a4f5940f.entry.js +0 -2
- package/dist/sdk/p-a4f5940f.entry.js.map +0 -1
- package/dist/sdk/p-aMrLKr2m.js +0 -2
- package/dist/sdk/p-aMrLKr2m.js.map +0 -1
- package/dist/sdk/p-bfb04b17.entry.js +0 -2
- package/dist/sdk/p-bfb04b17.entry.js.map +0 -1
- package/dist/sdk/p-c6816542.entry.js +0 -2
- package/dist/sdk/p-c6816542.entry.js.map +0 -1
- package/dist/sdk/p-da363474.entry.js +0 -2
- package/dist/sdk/p-da363474.entry.js.map +0 -1
- package/dist/sdk/p-e54d5d38.entry.js +0 -2
- package/dist/sdk/p-e54d5d38.entry.js.map +0 -1
- package/dist/sdk/p-e81bbd62.entry.js +0 -2
- package/dist/sdk/p-e81bbd62.entry.js.map +0 -1
- package/dist/sdk/p-effaf86b.entry.js +0 -2
- package/dist/types/ticketable/api/get-with-schema.d.ts +0 -3
- /package/dist/sdk/{p-5babee6b.entry.js.map → p-098eef67.entry.js.map} +0 -0
- /package/dist/sdk/{p-e2e7061b.entry.js.map → p-5da49d00.entry.js.map} +0 -0
- /package/dist/sdk/{p-88d93d64.entry.js.map → p-745742f1.entry.js.map} +0 -0
- /package/dist/sdk/{p-9e71a36c.entry.js.map → p-74e6523f.entry.js.map} +0 -0
- /package/dist/sdk/{p-39b61f33.entry.js.map → p-bbbec3d4.entry.js.map} +0 -0
- /package/dist/sdk/{p-f232929b.entry.js.map → p-c2fba7c8.entry.js.map} +0 -0
- /package/dist/sdk/{p-a69b83ec.entry.js.map → p-e0d2397c.entry.js.map} +0 -0
- /package/dist/sdk/{p-80034205.entry.js.map → p-e6beb9d7.entry.js.map} +0 -0
- /package/dist/sdk/{p-2cb6a2d0.entry.js.map → p-f1788e52.entry.js.map} +0 -0
|
@@ -2,10 +2,15 @@ import type { UnidyClient } from "../api";
|
|
|
2
2
|
export declare class AuthHelpers {
|
|
3
3
|
private client;
|
|
4
4
|
private logger;
|
|
5
|
-
private static readonly PASSWORD_ERROR_IDENTIFIERS;
|
|
6
5
|
constructor(client: UnidyClient);
|
|
7
|
-
createSignIn(email: string, password?: string, sendMagicCode?: boolean): Promise<readonly ["
|
|
6
|
+
createSignIn(email: string, password?: string, sendMagicCode?: boolean): Promise<readonly ["connection_failed" | "schema_validation_error" | "account_not_found" | "invalid_password" | "sign_in_not_found" | "sign_in_expired" | "account_locked" | "missing_required_fields" | "magic_code_recently_created", {
|
|
8
7
|
error_identifier: string;
|
|
8
|
+
} | {
|
|
9
|
+
error_identifier: string;
|
|
10
|
+
errors: string[];
|
|
11
|
+
} | {
|
|
12
|
+
jwt: string;
|
|
13
|
+
sid?: string;
|
|
9
14
|
} | {
|
|
10
15
|
sid: string;
|
|
11
16
|
status: "pending_verification" | "authenticated" | "completed";
|
|
@@ -17,12 +22,6 @@ export declare class AuthHelpers {
|
|
|
17
22
|
social_logins: string[];
|
|
18
23
|
passkey: boolean;
|
|
19
24
|
};
|
|
20
|
-
} | {
|
|
21
|
-
jwt: string;
|
|
22
|
-
sid?: string;
|
|
23
|
-
} | {
|
|
24
|
-
enable_resend_after: number;
|
|
25
|
-
sid?: string;
|
|
26
25
|
} | {
|
|
27
26
|
error_identifier: "missing_required_fields";
|
|
28
27
|
fields: {
|
|
@@ -35,21 +34,16 @@ export declare class AuthHelpers {
|
|
|
35
34
|
locked_text?: string;
|
|
36
35
|
value?: string;
|
|
37
36
|
};
|
|
38
|
-
|
|
37
|
+
first_name?: {
|
|
39
38
|
required: boolean;
|
|
40
39
|
label: string;
|
|
41
40
|
attr_name: string;
|
|
42
|
-
type: "
|
|
43
|
-
radio_options: {
|
|
44
|
-
label: string;
|
|
45
|
-
checked: boolean;
|
|
46
|
-
value?: string | boolean;
|
|
47
|
-
}[];
|
|
41
|
+
type: "text" | "textarea";
|
|
48
42
|
locked?: boolean;
|
|
49
43
|
locked_text?: string;
|
|
50
|
-
value?: string
|
|
44
|
+
value?: string;
|
|
51
45
|
};
|
|
52
|
-
|
|
46
|
+
last_name?: {
|
|
53
47
|
required: boolean;
|
|
54
48
|
label: string;
|
|
55
49
|
attr_name: string;
|
|
@@ -58,14 +52,19 @@ export declare class AuthHelpers {
|
|
|
58
52
|
locked_text?: string;
|
|
59
53
|
value?: string;
|
|
60
54
|
};
|
|
61
|
-
|
|
55
|
+
salutation?: {
|
|
62
56
|
required: boolean;
|
|
63
57
|
label: string;
|
|
64
58
|
attr_name: string;
|
|
65
|
-
type: "
|
|
59
|
+
type: "radio";
|
|
60
|
+
radio_options: {
|
|
61
|
+
label: string;
|
|
62
|
+
checked: boolean;
|
|
63
|
+
value?: string | boolean;
|
|
64
|
+
}[];
|
|
66
65
|
locked?: boolean;
|
|
67
66
|
locked_text?: string;
|
|
68
|
-
value?: string;
|
|
67
|
+
value?: string | boolean;
|
|
69
68
|
};
|
|
70
69
|
phone_number?: {
|
|
71
70
|
required: boolean;
|
|
@@ -76,6 +75,15 @@ export declare class AuthHelpers {
|
|
|
76
75
|
locked_text?: string;
|
|
77
76
|
value?: string;
|
|
78
77
|
};
|
|
78
|
+
date_of_birth?: {
|
|
79
|
+
required: boolean;
|
|
80
|
+
label: string;
|
|
81
|
+
attr_name: string;
|
|
82
|
+
type: "date" | "datetime-local";
|
|
83
|
+
locked?: boolean;
|
|
84
|
+
locked_text?: string;
|
|
85
|
+
value?: string;
|
|
86
|
+
};
|
|
79
87
|
company_name?: {
|
|
80
88
|
required: boolean;
|
|
81
89
|
label: string;
|
|
@@ -134,15 +142,6 @@ export declare class AuthHelpers {
|
|
|
134
142
|
locked_text?: string;
|
|
135
143
|
value?: string;
|
|
136
144
|
};
|
|
137
|
-
date_of_birth?: {
|
|
138
|
-
required: boolean;
|
|
139
|
-
label: string;
|
|
140
|
-
attr_name: string;
|
|
141
|
-
type: "date" | "datetime-local";
|
|
142
|
-
locked?: boolean;
|
|
143
|
-
locked_text?: string;
|
|
144
|
-
value?: string;
|
|
145
|
-
};
|
|
146
145
|
preferred_language?: {
|
|
147
146
|
required: boolean;
|
|
148
147
|
label: string;
|
|
@@ -156,7 +155,7 @@ export declare class AuthHelpers {
|
|
|
156
155
|
required: boolean;
|
|
157
156
|
label: string;
|
|
158
157
|
attr_name: string;
|
|
159
|
-
type: "number" | "boolean" | "date" | "
|
|
158
|
+
type: "number" | "boolean" | "date" | "text" | "textarea" | "select" | "radio" | "datetime-local" | "checkbox" | "tel";
|
|
160
159
|
readonly: boolean;
|
|
161
160
|
locked?: boolean;
|
|
162
161
|
locked_text?: string;
|
|
@@ -172,17 +171,17 @@ export declare class AuthHelpers {
|
|
|
172
171
|
}[];
|
|
173
172
|
}>;
|
|
174
173
|
};
|
|
175
|
-
sid
|
|
174
|
+
sid: string;
|
|
176
175
|
} | {
|
|
177
176
|
error_identifier: string;
|
|
178
177
|
enable_resend_after: number;
|
|
179
178
|
} | {
|
|
180
|
-
|
|
181
|
-
|
|
179
|
+
enable_resend_after: number;
|
|
180
|
+
sid?: string;
|
|
182
181
|
}]>;
|
|
183
182
|
authenticateWithPassword(password: string): Promise<void>;
|
|
184
183
|
private handleAuthError;
|
|
185
|
-
logout(): Promise<readonly ["connection_failed" | "schema_validation_error" | "
|
|
184
|
+
logout(): Promise<readonly ["connection_failed" | "schema_validation_error" | "missing_id_token" | "sign_in_not_found" | "invalid_id_token", {
|
|
186
185
|
error_identifier: string;
|
|
187
186
|
} | {
|
|
188
187
|
error_identifier: string;
|
|
@@ -190,8 +189,14 @@ export declare class AuthHelpers {
|
|
|
190
189
|
}]>;
|
|
191
190
|
refreshToken(): Promise<void>;
|
|
192
191
|
handleSocialAuthRedirect(): void;
|
|
193
|
-
sendMagicCode(): Promise<readonly ["
|
|
192
|
+
sendMagicCode(): Promise<readonly ["connection_failed" | "schema_validation_error" | "account_not_found" | "invalid_password" | "sign_in_not_found" | "sign_in_expired" | "account_locked" | "missing_required_fields" | "magic_code_recently_created", {
|
|
194
193
|
error_identifier: string;
|
|
194
|
+
} | {
|
|
195
|
+
error_identifier: string;
|
|
196
|
+
errors: string[];
|
|
197
|
+
} | {
|
|
198
|
+
jwt: string;
|
|
199
|
+
sid?: string;
|
|
195
200
|
} | {
|
|
196
201
|
sid: string;
|
|
197
202
|
status: "pending_verification" | "authenticated" | "completed";
|
|
@@ -203,12 +208,6 @@ export declare class AuthHelpers {
|
|
|
203
208
|
social_logins: string[];
|
|
204
209
|
passkey: boolean;
|
|
205
210
|
};
|
|
206
|
-
} | {
|
|
207
|
-
jwt: string;
|
|
208
|
-
sid?: string;
|
|
209
|
-
} | {
|
|
210
|
-
enable_resend_after: number;
|
|
211
|
-
sid?: string;
|
|
212
211
|
} | {
|
|
213
212
|
error_identifier: "missing_required_fields";
|
|
214
213
|
fields: {
|
|
@@ -221,21 +220,16 @@ export declare class AuthHelpers {
|
|
|
221
220
|
locked_text?: string;
|
|
222
221
|
value?: string;
|
|
223
222
|
};
|
|
224
|
-
|
|
223
|
+
first_name?: {
|
|
225
224
|
required: boolean;
|
|
226
225
|
label: string;
|
|
227
226
|
attr_name: string;
|
|
228
|
-
type: "
|
|
229
|
-
radio_options: {
|
|
230
|
-
label: string;
|
|
231
|
-
checked: boolean;
|
|
232
|
-
value?: string | boolean;
|
|
233
|
-
}[];
|
|
227
|
+
type: "text" | "textarea";
|
|
234
228
|
locked?: boolean;
|
|
235
229
|
locked_text?: string;
|
|
236
|
-
value?: string
|
|
230
|
+
value?: string;
|
|
237
231
|
};
|
|
238
|
-
|
|
232
|
+
last_name?: {
|
|
239
233
|
required: boolean;
|
|
240
234
|
label: string;
|
|
241
235
|
attr_name: string;
|
|
@@ -244,14 +238,19 @@ export declare class AuthHelpers {
|
|
|
244
238
|
locked_text?: string;
|
|
245
239
|
value?: string;
|
|
246
240
|
};
|
|
247
|
-
|
|
241
|
+
salutation?: {
|
|
248
242
|
required: boolean;
|
|
249
243
|
label: string;
|
|
250
244
|
attr_name: string;
|
|
251
|
-
type: "
|
|
245
|
+
type: "radio";
|
|
246
|
+
radio_options: {
|
|
247
|
+
label: string;
|
|
248
|
+
checked: boolean;
|
|
249
|
+
value?: string | boolean;
|
|
250
|
+
}[];
|
|
252
251
|
locked?: boolean;
|
|
253
252
|
locked_text?: string;
|
|
254
|
-
value?: string;
|
|
253
|
+
value?: string | boolean;
|
|
255
254
|
};
|
|
256
255
|
phone_number?: {
|
|
257
256
|
required: boolean;
|
|
@@ -262,6 +261,15 @@ export declare class AuthHelpers {
|
|
|
262
261
|
locked_text?: string;
|
|
263
262
|
value?: string;
|
|
264
263
|
};
|
|
264
|
+
date_of_birth?: {
|
|
265
|
+
required: boolean;
|
|
266
|
+
label: string;
|
|
267
|
+
attr_name: string;
|
|
268
|
+
type: "date" | "datetime-local";
|
|
269
|
+
locked?: boolean;
|
|
270
|
+
locked_text?: string;
|
|
271
|
+
value?: string;
|
|
272
|
+
};
|
|
265
273
|
company_name?: {
|
|
266
274
|
required: boolean;
|
|
267
275
|
label: string;
|
|
@@ -320,15 +328,6 @@ export declare class AuthHelpers {
|
|
|
320
328
|
locked_text?: string;
|
|
321
329
|
value?: string;
|
|
322
330
|
};
|
|
323
|
-
date_of_birth?: {
|
|
324
|
-
required: boolean;
|
|
325
|
-
label: string;
|
|
326
|
-
attr_name: string;
|
|
327
|
-
type: "date" | "datetime-local";
|
|
328
|
-
locked?: boolean;
|
|
329
|
-
locked_text?: string;
|
|
330
|
-
value?: string;
|
|
331
|
-
};
|
|
332
331
|
preferred_language?: {
|
|
333
332
|
required: boolean;
|
|
334
333
|
label: string;
|
|
@@ -342,7 +341,7 @@ export declare class AuthHelpers {
|
|
|
342
341
|
required: boolean;
|
|
343
342
|
label: string;
|
|
344
343
|
attr_name: string;
|
|
345
|
-
type: "number" | "boolean" | "date" | "
|
|
344
|
+
type: "number" | "boolean" | "date" | "text" | "textarea" | "select" | "radio" | "datetime-local" | "checkbox" | "tel";
|
|
346
345
|
readonly: boolean;
|
|
347
346
|
locked?: boolean;
|
|
348
347
|
locked_text?: string;
|
|
@@ -358,13 +357,13 @@ export declare class AuthHelpers {
|
|
|
358
357
|
}[];
|
|
359
358
|
}>;
|
|
360
359
|
};
|
|
361
|
-
sid
|
|
360
|
+
sid: string;
|
|
362
361
|
} | {
|
|
363
362
|
error_identifier: string;
|
|
364
363
|
enable_resend_after: number;
|
|
365
364
|
} | {
|
|
366
|
-
|
|
367
|
-
|
|
365
|
+
enable_resend_after: number;
|
|
366
|
+
sid?: string;
|
|
368
367
|
}]>;
|
|
369
368
|
authenticateWithMagicCode(code: string): Promise<void>;
|
|
370
369
|
sendResetPasswordEmail(): Promise<void>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import type { LoginOptions, RequiredFieldsResponse } from "../api/auth";
|
|
2
1
|
import type { SigninRoot } from "../components/signin-root/signin-root";
|
|
2
|
+
import type { LoginOptions, RequiredFieldsResponse } from "../api/auth";
|
|
3
3
|
export type AuthStep = "email" | "verification" | "magic-code" | "missing-fields" | "reset-password" | "registration" | "single-login";
|
|
4
4
|
export interface AuthState {
|
|
5
5
|
step: AuthStep;
|
|
@@ -16,7 +16,7 @@ export interface AuthState {
|
|
|
16
16
|
missingRequiredFields?: RequiredFieldsResponse["fields"];
|
|
17
17
|
availableLoginOptions: LoginOptions | null;
|
|
18
18
|
loading: boolean;
|
|
19
|
-
errors: Record<"email" | "password" | "magicCode" | "resetPassword" | "general" | "connection"
|
|
19
|
+
errors: Record<"email" | "password" | "magicCode" | "resetPassword" | "general" | "connection", string | null>;
|
|
20
20
|
globalErrors: Record<string, string | null>;
|
|
21
21
|
authenticated: boolean;
|
|
22
22
|
token: string | null;
|
|
@@ -38,7 +38,7 @@ declare class AuthStore {
|
|
|
38
38
|
setFieldError(field: string, error: string | null): void;
|
|
39
39
|
setGlobalError(key: string, error: string | null): void;
|
|
40
40
|
private handleError;
|
|
41
|
-
clearFieldError(field: "email" | "password" | "magicCode" | "resetPassword" | "general" | "connection"
|
|
41
|
+
clearFieldError(field: "email" | "password" | "magicCode" | "resetPassword" | "general" | "connection"): void;
|
|
42
42
|
clearErrors(): void;
|
|
43
43
|
setStep(step: AuthStep): void;
|
|
44
44
|
setSignInId(signInId: string): void;
|
|
@@ -9,7 +9,6 @@ import { AuthState } from "./auth/store/auth-store";
|
|
|
9
9
|
import { Config, ConfigChange } from "./shared/components/config/config";
|
|
10
10
|
import { NewsletterButtonFor } from "./newsletter/components/submit-button/newsletter-submit-button";
|
|
11
11
|
import { PasswordFieldFor } from "./auth/components/password-field/password-field";
|
|
12
|
-
import { ProfileRaw } from "./profile/store/profile-store";
|
|
13
12
|
import { Option } from "./profile/components/raw-input-fields/Select";
|
|
14
13
|
import { RadioOption } from "./profile/components/raw-input-fields/RadioGroup";
|
|
15
14
|
import { MultiSelectOption } from "./profile/components/raw-input-fields/MultiSelect";
|
|
@@ -17,13 +16,10 @@ import { TokenResponse } from "./auth/api/auth";
|
|
|
17
16
|
import { AuthButtonFor } from "./auth/components/submit-button/auth-submit-button";
|
|
18
17
|
import { PaginationMeta } from "./api";
|
|
19
18
|
import { PaginationStore } from "./ticketable/store/pagination-store";
|
|
20
|
-
import { Subscription } from "./ticketable/api/subscriptions";
|
|
21
|
-
import { Ticket } from "./ticketable/api/tickets";
|
|
22
19
|
export { AuthState } from "./auth/store/auth-store";
|
|
23
20
|
export { Config, ConfigChange } from "./shared/components/config/config";
|
|
24
21
|
export { NewsletterButtonFor } from "./newsletter/components/submit-button/newsletter-submit-button";
|
|
25
22
|
export { PasswordFieldFor } from "./auth/components/password-field/password-field";
|
|
26
|
-
export { ProfileRaw } from "./profile/store/profile-store";
|
|
27
23
|
export { Option } from "./profile/components/raw-input-fields/Select";
|
|
28
24
|
export { RadioOption } from "./profile/components/raw-input-fields/RadioGroup";
|
|
29
25
|
export { MultiSelectOption } from "./profile/components/raw-input-fields/MultiSelect";
|
|
@@ -31,8 +27,6 @@ export { TokenResponse } from "./auth/api/auth";
|
|
|
31
27
|
export { AuthButtonFor } from "./auth/components/submit-button/auth-submit-button";
|
|
32
28
|
export { PaginationMeta } from "./api";
|
|
33
29
|
export { PaginationStore } from "./ticketable/store/pagination-store";
|
|
34
|
-
export { Subscription } from "./ticketable/api/subscriptions";
|
|
35
|
-
export { Ticket } from "./ticketable/api/tickets";
|
|
36
30
|
export namespace Components {
|
|
37
31
|
interface UConditionalRender {
|
|
38
32
|
"conditionFunction"?: (state: AuthState) => boolean;
|
|
@@ -430,18 +424,10 @@ export interface ULogoutButtonCustomEvent<T> extends CustomEvent<T> {
|
|
|
430
424
|
detail: T;
|
|
431
425
|
target: HTMLULogoutButtonElement;
|
|
432
426
|
}
|
|
433
|
-
export interface UProfileCustomEvent<T> extends CustomEvent<T> {
|
|
434
|
-
detail: T;
|
|
435
|
-
target: HTMLUProfileElement;
|
|
436
|
-
}
|
|
437
427
|
export interface USigninRootCustomEvent<T> extends CustomEvent<T> {
|
|
438
428
|
detail: T;
|
|
439
429
|
target: HTMLUSigninRootElement;
|
|
440
430
|
}
|
|
441
|
-
export interface UTicketableListCustomEvent<T> extends CustomEvent<T> {
|
|
442
|
-
detail: T;
|
|
443
|
-
target: HTMLUTicketableListElement;
|
|
444
|
-
}
|
|
445
431
|
declare global {
|
|
446
432
|
interface HTMLUConditionalRenderElement extends Components.UConditionalRender, HTMLStencilElement {
|
|
447
433
|
}
|
|
@@ -592,27 +578,7 @@ declare global {
|
|
|
592
578
|
prototype: HTMLUPasswordFieldElement;
|
|
593
579
|
new (): HTMLUPasswordFieldElement;
|
|
594
580
|
};
|
|
595
|
-
interface HTMLUProfileElementEventMap {
|
|
596
|
-
"uProfileSuccess": { message: string; payload: ProfileRaw };
|
|
597
|
-
"uProfileError": {
|
|
598
|
-
error: string;
|
|
599
|
-
details: {
|
|
600
|
-
fieldErrors?: Record<string, string>;
|
|
601
|
-
flashErrors?: Record<string, string>;
|
|
602
|
-
httpStatus?: number;
|
|
603
|
-
responseData?: unknown;
|
|
604
|
-
};
|
|
605
|
-
};
|
|
606
|
-
}
|
|
607
581
|
interface HTMLUProfileElement extends Components.UProfile, HTMLStencilElement {
|
|
608
|
-
addEventListener<K extends keyof HTMLUProfileElementEventMap>(type: K, listener: (this: HTMLUProfileElement, ev: UProfileCustomEvent<HTMLUProfileElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
609
|
-
addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
610
|
-
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
611
|
-
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
612
|
-
removeEventListener<K extends keyof HTMLUProfileElementEventMap>(type: K, listener: (this: HTMLUProfileElement, ev: UProfileCustomEvent<HTMLUProfileElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
|
|
613
|
-
removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
614
|
-
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
615
|
-
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
616
582
|
}
|
|
617
583
|
var HTMLUProfileElement: {
|
|
618
584
|
prototype: HTMLUProfileElement;
|
|
@@ -696,26 +662,7 @@ declare global {
|
|
|
696
662
|
prototype: HTMLUSubmitButtonElement;
|
|
697
663
|
new (): HTMLUSubmitButtonElement;
|
|
698
664
|
};
|
|
699
|
-
interface HTMLUTicketableListElementEventMap {
|
|
700
|
-
"uTicketableListSuccess": {
|
|
701
|
-
ticketableType: "ticket" | "subscription";
|
|
702
|
-
items: Subscription[] | Ticket[];
|
|
703
|
-
paginationMeta: PaginationMeta | null;
|
|
704
|
-
};
|
|
705
|
-
"uTicketableListError": {
|
|
706
|
-
ticketableType?: "ticket" | "subscription";
|
|
707
|
-
error: string;
|
|
708
|
-
};
|
|
709
|
-
}
|
|
710
665
|
interface HTMLUTicketableListElement extends Components.UTicketableList, HTMLStencilElement {
|
|
711
|
-
addEventListener<K extends keyof HTMLUTicketableListElementEventMap>(type: K, listener: (this: HTMLUTicketableListElement, ev: UTicketableListCustomEvent<HTMLUTicketableListElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
712
|
-
addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
713
|
-
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
714
|
-
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
715
|
-
removeEventListener<K extends keyof HTMLUTicketableListElementEventMap>(type: K, listener: (this: HTMLUTicketableListElement, ev: UTicketableListCustomEvent<HTMLUTicketableListElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
|
|
716
|
-
removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
717
|
-
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
718
|
-
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
719
666
|
}
|
|
720
667
|
var HTMLUTicketableListElement: {
|
|
721
668
|
prototype: HTMLUTicketableListElement;
|
|
@@ -982,16 +929,6 @@ declare namespace LocalJSX {
|
|
|
982
929
|
* @default ""
|
|
983
930
|
*/
|
|
984
931
|
"initialData"?: string | Record<string, string>;
|
|
985
|
-
"onUProfileError"?: (event: UProfileCustomEvent<{
|
|
986
|
-
error: string;
|
|
987
|
-
details: {
|
|
988
|
-
fieldErrors?: Record<string, string>;
|
|
989
|
-
flashErrors?: Record<string, string>;
|
|
990
|
-
httpStatus?: number;
|
|
991
|
-
responseData?: unknown;
|
|
992
|
-
};
|
|
993
|
-
}>) => void;
|
|
994
|
-
"onUProfileSuccess"?: (event: UProfileCustomEvent<{ message: string; payload: ProfileRaw }>) => void;
|
|
995
932
|
"profileId"?: string;
|
|
996
933
|
}
|
|
997
934
|
interface URawField {
|
|
@@ -1137,15 +1074,6 @@ declare namespace LocalJSX {
|
|
|
1137
1074
|
* @default 10
|
|
1138
1075
|
*/
|
|
1139
1076
|
"limit"?: number;
|
|
1140
|
-
"onUTicketableListError"?: (event: UTicketableListCustomEvent<{
|
|
1141
|
-
ticketableType?: "ticket" | "subscription";
|
|
1142
|
-
error: string;
|
|
1143
|
-
}>) => void;
|
|
1144
|
-
"onUTicketableListSuccess"?: (event: UTicketableListCustomEvent<{
|
|
1145
|
-
ticketableType: "ticket" | "subscription";
|
|
1146
|
-
items: Subscription[] | Ticket[];
|
|
1147
|
-
paginationMeta: PaginationMeta | null;
|
|
1148
|
-
}>) => void;
|
|
1149
1077
|
/**
|
|
1150
1078
|
* @default 1
|
|
1151
1079
|
*/
|