@getmicdrop/venue-calendar 4.3.1 → 4.3.3
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/{ArrowLeftIcon-DvOokN4u.js → ArrowLeftIcon-Z4nKB5nM.js} +2 -2
- package/dist/{Badge-Gg5PWs7f.js → Badge-B-RPK9j4.js} +5 -5
- package/dist/{BlockPlaceholder-C2PUGPNA.js → BlockPlaceholder-BwrNdnWs.js} +4 -4
- package/dist/{Button-Cm6xkipe.js → Button-lNEMFgek.js} +7 -7
- package/dist/{Calendar-bhl8Q8us.js → Calendar-DHbfAnnZ.js} +256 -256
- package/dist/{CalendarFoundryView-C2O_AmBk.js → CalendarFoundryView-CispqB9b.js} +315 -315
- package/dist/{CalendarIcon-DvhQ-GaL.js → CalendarIcon-BEjbOHHM.js} +2 -2
- package/dist/{CartView-D57bwixz.js → CartView-D1WVQdkX.js} +26 -26
- package/dist/{Checkbox-24CWEsty.js → Checkbox-BwLIRQAK.js} +1 -1
- package/dist/{Checkout-BqaJK6UP.js → Checkout-BEVK-XxA.js} +18 -18
- package/dist/{Checkout-DQWeMchu.js → Checkout-pe1Nz_ai.js} +27 -27
- package/dist/{CheckoutTimer-8tVmatUn.js → CheckoutTimer-CEMQlOey.js} +4 -4
- package/dist/{ChevronDownIcon-DyNmV5XZ.js → ChevronDownIcon-BvODFygz.js} +2 -2
- package/dist/{ClockIcon-dOWVO61o.js → ClockIcon-DTyldSrw.js} +2 -2
- package/dist/{CloseIcon-a3S2RgbP.js → CloseIcon-BYaEoomX.js} +4 -4
- package/dist/{CloseOutline-qpVa62mu.js → CloseOutline-e-QEon4Z.js} +1 -1
- package/dist/{CollectionView-B-PR54hU.js → CollectionView-YMExbUJJ.js} +8 -8
- package/dist/{CropImage-CxLcNArr.js → CropImage-Cn-w5oSo.js} +11 -11
- package/dist/{Event-DxNC58Zb.js → Event-Cr2vouCk.js} +40 -40
- package/dist/{EventPage-Y3NWzmN0.js → EventPage-Dfqh7dVU.js} +20 -20
- package/dist/{Heading-cKAx0Ogl.js → Heading-D56WGHbq.js} +4 -4
- package/dist/{Image-CNZLcePz.js → Image-C-BoBbtK.js} +8 -8
- package/dist/{Input-D1FpSX5Q.js → Input-C13S6gqr.js} +10 -10
- package/dist/{LiveRegion-D9Me4kBs.js → LiveRegion-BNdFVeEi.js} +2 -2
- package/dist/{MailIcon-CR_eGi6n.js → MailIcon-Ab4c-DXb.js} +3 -3
- package/dist/{Modal-LkN8lh_m.js → Modal-Hx_2J7Rs.js} +3 -3
- package/dist/{ModalFooter-B_8f1Z5p.js → ModalFooter-ygemSWQg.js} +12 -12
- package/dist/{PasswordInput-Bt6tvpzi.js → PasswordInput-BSXp5UU8.js} +7 -7
- package/dist/{RequiredIndicator-CYcnRFsA.js → RequiredIndicator-mZNE0avg.js} +1 -1
- package/dist/{ScarcityBadge-g0dRh6K7.js → ScarcityBadge-DTRsuMeS.js} +6 -6
- package/dist/{SeriesPage-D2305oP-.js → SeriesPage-HAInGoce.js} +5 -5
- package/dist/{Spinner-LroI7eOC.js → Spinner-RgxkOQM6.js} +3 -3
- package/dist/{Success-ClXshzvl.js → Success-Cyh4ctR_.js} +22 -22
- package/dist/{TagIcon-BhLrURo_.js → TagIcon-C0gWJ2Ne.js} +2 -2
- package/dist/{Text-CqjLjIF8.js → Text-BBLpprzD.js} +1 -1
- package/dist/{ViewTicketsEmbed-CvuMdTA7.js → ViewTicketsEmbed-DqE85DNR.js} +13 -13
- package/dist/{WarningCircleIcon-BxBY0OMQ.js → WarningCircleIcon-B9vMus2i.js} +4 -4
- package/dist/{WarningTriIcon-QVzQiEM4.js → WarningTriIcon-DiK82tSQ.js} +2 -2
- package/dist/{__SKIP_PATHS__-B0_APtpt.js → __SKIP_PATHS__-t6fsPcoF.js} +2 -2
- package/dist/api/api.cjs +1 -0
- package/dist/api/api.mjs +1442 -0
- package/dist/api/client.d.ts +157 -0
- package/dist/api/cta.d.ts +50 -0
- package/dist/api/events.d.ts +202 -0
- package/dist/api/gift-cards.d.ts +119 -0
- package/dist/api/index.d.ts +46 -0
- package/dist/api/orders.d.ts +193 -0
- package/dist/api/promo.d.ts +45 -0
- package/dist/api/result.d.ts +78 -0
- package/dist/api/route-manifest.d.ts +206 -0
- package/dist/api/transformers/address.d.ts +18 -0
- package/dist/api/transformers/cart.d.ts +34 -0
- package/dist/api/transformers/collection.d.ts +12 -0
- package/dist/api/transformers/event.d.ts +177 -0
- package/dist/api/transformers/faq.d.ts +40 -0
- package/dist/api/transformers/giftCard.d.ts +11 -0
- package/dist/api/transformers/index.d.ts +27 -0
- package/dist/api/transformers/order.d.ts +44 -0
- package/dist/api/transformers/performer.d.ts +8 -0
- package/dist/api/transformers/series.d.ts +12 -0
- package/dist/api/transformers/venue.d.ts +65 -0
- package/dist/api/types.d.ts +554 -0
- package/dist/api/venues.d.ts +33 -0
- package/dist/api/waitlist.d.ts +77 -0
- package/dist/{browser-viCaCwoW.js → browser-CDcw1U3g.js} +4 -4
- package/dist/{colors-BsP3TRan.js → colors-BCno-V3M.js} +7 -7
- package/dist/{constants-PBNG9ikv.js → constants-0rB39hh9.js} +5 -5
- package/dist/{copyToClipboard-B2F5d6Cj.js → copyToClipboard-BTRjm2k0.js} +3 -3
- package/dist/{defaultLabels-BigaGqKj.js → defaultLabels-B8o4uGeh.js} +57 -57
- package/dist/{dist-bwbfGPKR.js → dist-yd2QOrGL.js} +2 -2
- package/dist/{event-rtg4-kWS.js → event-B9vk_NJu.js} +2 -2
- package/dist/{event-transform-J7U1JmeK.js → event-transform-CFZBM0Jm.js} +4 -4
- package/dist/{eventStatusStream-CJVT_9Gu.js → eventStatusStream-BJwYyjtM.js} +2 -2
- package/dist/{filepond-plugin-file-validate-size-DNnItZ84.js → filepond-plugin-file-validate-size-D_xBVbw2.js} +1 -1
- package/dist/{filepond-plugin-file-validate-type-CUMTkI8X.js → filepond-plugin-file-validate-type-C5UkfEsQ.js} +1 -1
- package/dist/{filepond-plugin-image-exif-orientation-GEwHZTBU.js → filepond-plugin-image-exif-orientation-0721-UXO.js} +1 -1
- package/dist/{filepond-plugin-image-preview-DKfgAnVa.js → filepond-plugin-image-preview-BeajRRvH.js} +1 -1
- package/dist/{href-Dx7B6ZiQ.js → href-BtTkmi3g.js} +8 -8
- package/dist/{i18n-sO8wTASy.js → i18n-Bj098Btz.js} +2 -2
- package/dist/{i18n-C0aOwSpF.js → i18n-Dmbmi7EI.js} +6 -6
- package/dist/{imageOptimizer-BwLwBMI6.js → imageOptimizer-DRZxsGFT.js} +7 -7
- package/dist/{keyboard-fiZFqeNA.js → keyboard-BNjnLxNp.js} +1 -1
- package/dist/{labels-BBFJnXep.js → labels-mpBWpCQ5.js} +1 -1
- package/dist/{lazyOnce-CCfEO1xG.js → lazyOnce-BouNSpBW.js} +1 -1
- package/dist/{modalManager.svelte-B9mhX1cG.js → modalManager.svelte-66X2xNff.js} +4 -4
- package/dist/{order-totals-DR-oXumr.js → order-totals-DoPTpTUE.js} +3 -3
- package/dist/{orders-CFF0Hb2x.js → orders-BndkYkeg.js} +4 -4
- package/dist/{phoneUtils-C2GGZYvA.js → phoneUtils-CdzublA9.js} +53 -53
- package/dist/{pixels-M4FTi1Of.js → pixels-B_k0f9uV.js} +3 -3
- package/dist/{portal-DqxEuE-7.js → portal-C5DJ9GxX.js} +4 -4
- package/dist/{promo--p3GbP64.js → promo-Bf90ebR5.js} +1 -1
- package/dist/seo/HostSeoController.d.ts +68 -0
- package/dist/seo/buildCollectionJsonLd.d.ts +8 -0
- package/dist/seo/buildEventJsonLd.d.ts +9 -0
- package/dist/seo/buildSeriesJsonLd.d.ts +6 -0
- package/dist/seo/helpers.d.ts +88 -0
- package/dist/seo/index.d.ts +10 -0
- package/dist/seo/seo.cjs +1 -0
- package/dist/seo/seo.mjs +592 -0
- package/dist/seo/types.d.ts +156 -0
- package/dist/{serverTotals-Dbi69SIr.js → serverTotals-ClFGyoJV.js} +8 -8
- package/dist/{shareCopyFeedback.svelte-Ba3vibxL.js → shareCopyFeedback.svelte-DBgw9De7.js} +5 -5
- package/dist/{showcase-state-options-BZGCm4wo.js → showcase-state-options-lz-9ttqv.js} +1 -1
- package/dist/{sortable.esm--ZtTTTPp.js → sortable.esm-CgRu3FYx.js} +1 -1
- package/dist/{src-DZgagYE3.js → src-BBt05SRE.js} +1 -1
- package/dist/{to-event-card-props-dIhKdERf.js → to-event-card-props-CoYVe2P7.js} +15 -15
- package/dist/types/index.d.ts +3 -0
- package/dist/{utils-CbacksjX.js → utils-CuFPcNng.js} +4 -4
- package/dist/venue-calendar.css +1 -1
- package/dist/venue-calendar.es.js +1038 -1000
- package/dist/venue-calendar.iife.js +35 -35
- package/dist/venue-calendar.umd.js +26 -26
- package/dist/{z-index-BgKs9X9U.js → z-index-DrhWc2Sn.js} +2 -2
- package/package.json +220 -220
- /package/dist/locales/{4.3.1 → 4.3.3}/flow/de.js +0 -0
- /package/dist/locales/{4.3.1 → 4.3.3}/flow/es.js +0 -0
- /package/dist/locales/{4.3.1 → 4.3.3}/flow/fr.js +0 -0
- /package/dist/locales/{4.3.1 → 4.3.3}/flow/id.js +0 -0
- /package/dist/locales/{4.3.1 → 4.3.3}/flow/it.js +0 -0
- /package/dist/locales/{4.3.1 → 4.3.3}/flow/ja.js +0 -0
- /package/dist/locales/{4.3.1 → 4.3.3}/flow/ko.js +0 -0
- /package/dist/locales/{4.3.1 → 4.3.3}/flow/nl.js +0 -0
- /package/dist/locales/{4.3.1 → 4.3.3}/flow/pl.js +0 -0
- /package/dist/locales/{4.3.1 → 4.3.3}/flow/pt-br.js +0 -0
- /package/dist/locales/{4.3.1 → 4.3.3}/flow/tr.js +0 -0
- /package/dist/locales/{4.3.1 → 4.3.3}/flow/zh.js +0 -0
- /package/dist/locales/{4.3.1 → 4.3.3}/main/de.js +0 -0
- /package/dist/locales/{4.3.1 → 4.3.3}/main/es.js +0 -0
- /package/dist/locales/{4.3.1 → 4.3.3}/main/fr.js +0 -0
- /package/dist/locales/{4.3.1 → 4.3.3}/main/id.js +0 -0
- /package/dist/locales/{4.3.1 → 4.3.3}/main/it.js +0 -0
- /package/dist/locales/{4.3.1 → 4.3.3}/main/ja.js +0 -0
- /package/dist/locales/{4.3.1 → 4.3.3}/main/ko.js +0 -0
- /package/dist/locales/{4.3.1 → 4.3.3}/main/nl.js +0 -0
- /package/dist/locales/{4.3.1 → 4.3.3}/main/pl.js +0 -0
- /package/dist/locales/{4.3.1 → 4.3.3}/main/pt-br.js +0 -0
- /package/dist/locales/{4.3.1 → 4.3.3}/main/tr.js +0 -0
- /package/dist/locales/{4.3.1 → 4.3.3}/main/zh.js +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { J as e } from "./constants-
|
|
1
|
+
import { J as e } from "./constants-0rB39hh9.js";
|
|
2
2
|
import "svelte/internal/disclose-version";
|
|
3
3
|
import * as t from "svelte/internal/client";
|
|
4
|
-
//#region node_modules/@getmicdrop/svelte-components/dist/primitives/Icons/ExclamationTriangleOutline.svelte
|
|
4
|
+
//#region ../../Users/gus/git/jetbook/npm-calendar/node_modules/@getmicdrop/svelte-components/dist/primitives/Icons/ExclamationTriangleOutline.svelte
|
|
5
5
|
var n = t.from_svg("<svg aria-hidden=\"true\" fill=\"none\" stroke-width=\"1.5\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M12 9v3.75m-9.303 3.376c-.866 1.5.217 3.374 1.948 3.374h14.71c1.73 0 2.813-1.874 1.948-3.374L13.949 3.378c-.866-1.5-3.032-1.5-3.898 0L2.697 16.126zM12 15.75h.007v.008H12v-.008z\"></path></svg>");
|
|
6
6
|
function r(e, r) {
|
|
7
7
|
let i = t.prop(r, "size", 3, "24"), a = t.prop(r, "color", 3, "currentColor"), o = t.prop(r, "class", 3, "");
|
|
@@ -11,7 +11,7 @@ function r(e, r) {
|
|
|
11
11
|
}), t.append(e, s);
|
|
12
12
|
}
|
|
13
13
|
//#endregion
|
|
14
|
-
//#region node_modules/@getmicdrop/svelte-components/dist/primitives/Icons/phosphor/ViewOffIcon.svelte
|
|
14
|
+
//#region ../../Users/gus/git/jetbook/npm-calendar/node_modules/@getmicdrop/svelte-components/dist/primitives/Icons/phosphor/ViewOffIcon.svelte
|
|
15
15
|
var i = t.from_svg("<path d=\"M96.68,57.87a4,4,0,0,1,2.08-6.6A130.13,130.13,0,0,1,128,48c34.88,0,66.57,13.26,91.66,38.35,18.83,18.83,27.3,37.62,27.65,38.41a8,8,0,0,1,0,6.5c-.35.79-8.82,19.57-27.65,38.4q-4.28,4.26-8.79,8.07a4,4,0,0,1-5.55-.36ZM213.92,210.62a8,8,0,1,1-11.84,10.76L180,197.13A127.21,127.21,0,0,1,128,208c-34.88,0-66.57-13.26-91.66-38.34C17.51,150.83,9,132.05,8.69,131.26a8,8,0,0,1,0-6.5C9,124,17.51,105.18,36.34,86.35a135,135,0,0,1,25-19.78L42.08,45.38A8,8,0,1,1,53.92,34.62Zm-65.49-48.25-52.69-58a40,40,0,0,0,52.69,58Z\"></path>"), a = t.from_svg("<line x1=\"48\" y1=\"40\" x2=\"208\" y2=\"216\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"16\"></line><path d=\"M154.91,157.6a40,40,0,0,1-53.82-59.2\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"16\"></path><path d=\"M135.53,88.71a40,40,0,0,1,32.3,35.53\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"16\"></path><path d=\"M208.61,169.1C230.41,149.58,240,128,240,128S208,56,128,56a126,126,0,0,0-20.68,1.68\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"16\"></path><path d=\"M74,68.6C33.23,89.24,16,128,16,128s32,72,112,72a118.05,118.05,0,0,0,54-12.6\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"16\"></path>", 1), o = t.from_svg("<svg aria-hidden=\"true\" viewBox=\"0 0 256 256\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"><!></svg>");
|
|
16
16
|
function s(n, r) {
|
|
17
17
|
t.push(r, !0);
|
|
@@ -32,7 +32,7 @@ function s(n, r) {
|
|
|
32
32
|
}), t.append(n, f), t.pop();
|
|
33
33
|
}
|
|
34
34
|
//#endregion
|
|
35
|
-
//#region node_modules/@getmicdrop/svelte-components/dist/assets/svg/cancel.svg
|
|
35
|
+
//#region ../../Users/gus/git/jetbook/npm-calendar/node_modules/@getmicdrop/svelte-components/dist/assets/svg/cancel.svg
|
|
36
36
|
var c = "data:image/svg+xml,%3csvg%20width='14'%20height='14'%20viewBox='0%200%2014%2014'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='cancel'%3e%3cpath%20id='Vector'%20d='M11.0846%202.91797L2.91797%2011.0846M2.91797%202.91797L11.0846%2011.0846'%20stroke='%23FF6666'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3c/svg%3e", l = {
|
|
37
37
|
version: 4,
|
|
38
38
|
country_calling_codes: {
|
|
@@ -7469,13 +7469,13 @@ var c = "data:image/svg+xml,%3csvg%20width='14'%20height='14'%20viewBox='0%200%2
|
|
|
7469
7469
|
}
|
|
7470
7470
|
};
|
|
7471
7471
|
//#endregion
|
|
7472
|
-
//#region node_modules/libphonenumber-js/min/exports/withMetadataArgument.js
|
|
7472
|
+
//#region ../../Users/gus/git/jetbook/npm-calendar/node_modules/libphonenumber-js/min/exports/withMetadataArgument.js
|
|
7473
7473
|
function u(e, t) {
|
|
7474
7474
|
var n = Array.prototype.slice.call(t);
|
|
7475
7475
|
return n.push(l), e.apply(this, n);
|
|
7476
7476
|
}
|
|
7477
7477
|
//#endregion
|
|
7478
|
-
//#region node_modules/libphonenumber-js/es6/tools/semver-compare.js
|
|
7478
|
+
//#region ../../Users/gus/git/jetbook/npm-calendar/node_modules/libphonenumber-js/es6/tools/semver-compare.js
|
|
7479
7479
|
function d(e, t) {
|
|
7480
7480
|
e = e.split("-"), t = t.split("-");
|
|
7481
7481
|
for (var n = e[0].split("."), r = t[0].split("."), i = 0; i < 3; i++) {
|
|
@@ -7488,19 +7488,19 @@ function d(e, t) {
|
|
|
7488
7488
|
return e[1] && t[1] ? e[1] > t[1] ? 1 : e[1] < t[1] ? -1 : 0 : !e[1] && t[1] ? 1 : e[1] && !t[1] ? -1 : 0;
|
|
7489
7489
|
}
|
|
7490
7490
|
//#endregion
|
|
7491
|
-
//#region node_modules/libphonenumber-js/es6/helpers/isObject.js
|
|
7491
|
+
//#region ../../Users/gus/git/jetbook/npm-calendar/node_modules/libphonenumber-js/es6/helpers/isObject.js
|
|
7492
7492
|
var f = {}.constructor;
|
|
7493
7493
|
function p(e) {
|
|
7494
7494
|
return e != null && e.constructor === f;
|
|
7495
7495
|
}
|
|
7496
7496
|
//#endregion
|
|
7497
|
-
//#region node_modules/libphonenumber-js/es6/helpers/isCallingCode.js
|
|
7497
|
+
//#region ../../Users/gus/git/jetbook/npm-calendar/node_modules/libphonenumber-js/es6/helpers/isCallingCode.js
|
|
7498
7498
|
var m = /^\d+$/;
|
|
7499
7499
|
function h(e) {
|
|
7500
7500
|
return m.test(e);
|
|
7501
7501
|
}
|
|
7502
7502
|
//#endregion
|
|
7503
|
-
//#region node_modules/libphonenumber-js/es6/metadata.js
|
|
7503
|
+
//#region ../../Users/gus/git/jetbook/npm-calendar/node_modules/libphonenumber-js/es6/metadata.js
|
|
7504
7504
|
function g(e) {
|
|
7505
7505
|
"@babel/helpers - typeof";
|
|
7506
7506
|
return g = typeof Symbol == "function" && typeof Symbol.iterator == "symbol" ? function(e) {
|
|
@@ -7970,7 +7970,7 @@ function he(e) {
|
|
|
7970
7970
|
typeof t == "number" ? (this.v1 = t === 1, this.v2 = t === 2, this.v3 = t === 3, this.v4 = t === 4) : t ? d(t, re) === -1 ? this.v2 = !0 : d(t, ie) === -1 ? this.v3 = !0 : this.v4 = !0 : this.v1 = !0;
|
|
7971
7971
|
}
|
|
7972
7972
|
//#endregion
|
|
7973
|
-
//#region node_modules/libphonenumber-js/es6/helpers/mergeArrays.js
|
|
7973
|
+
//#region ../../Users/gus/git/jetbook/npm-calendar/node_modules/libphonenumber-js/es6/helpers/mergeArrays.js
|
|
7974
7974
|
function ge(e, t) {
|
|
7975
7975
|
var n = typeof Symbol < "u" && e[Symbol.iterator] || e["@@iterator"];
|
|
7976
7976
|
if (n) return (n = n.call(e)).next.bind(n);
|
|
@@ -8008,7 +8008,7 @@ function ye(e, t) {
|
|
|
8008
8008
|
});
|
|
8009
8009
|
}
|
|
8010
8010
|
//#endregion
|
|
8011
|
-
//#region node_modules/libphonenumber-js/es6/helpers/checkNumberLength.js
|
|
8011
|
+
//#region ../../Users/gus/git/jetbook/npm-calendar/node_modules/libphonenumber-js/es6/helpers/checkNumberLength.js
|
|
8012
8012
|
function b(e, t, n) {
|
|
8013
8013
|
return be(e, void 0, t, n);
|
|
8014
8014
|
}
|
|
@@ -8026,7 +8026,7 @@ function be(e, t, n, r) {
|
|
|
8026
8026
|
return c === s ? "IS_POSSIBLE" : c > s ? "TOO_SHORT" : a[a.length - 1] < s ? "TOO_LONG" : a.indexOf(s, 1) >= 0 ? "IS_POSSIBLE" : "INVALID_LENGTH";
|
|
8027
8027
|
}
|
|
8028
8028
|
//#endregion
|
|
8029
|
-
//#region node_modules/libphonenumber-js/es6/isPossible.js
|
|
8029
|
+
//#region ../../Users/gus/git/jetbook/npm-calendar/node_modules/libphonenumber-js/es6/isPossible.js
|
|
8030
8030
|
function xe(e, t, n) {
|
|
8031
8031
|
/* istanbul ignore if */
|
|
8032
8032
|
t === void 0 && (t = {});
|
|
@@ -8055,12 +8055,12 @@ function Se(e, t) {
|
|
|
8055
8055
|
}
|
|
8056
8056
|
}
|
|
8057
8057
|
//#endregion
|
|
8058
|
-
//#region node_modules/libphonenumber-js/es6/helpers/matchesEntirely.js
|
|
8058
|
+
//#region ../../Users/gus/git/jetbook/npm-calendar/node_modules/libphonenumber-js/es6/helpers/matchesEntirely.js
|
|
8059
8059
|
function x(e, t) {
|
|
8060
8060
|
return e ||= "", RegExp("^(?:" + t + ")$").test(e);
|
|
8061
8061
|
}
|
|
8062
8062
|
//#endregion
|
|
8063
|
-
//#region node_modules/libphonenumber-js/es6/helpers/getNumberType.js
|
|
8063
|
+
//#region ../../Users/gus/git/jetbook/npm-calendar/node_modules/libphonenumber-js/es6/helpers/getNumberType.js
|
|
8064
8064
|
function Ce(e, t) {
|
|
8065
8065
|
var n = typeof Symbol < "u" && e[Symbol.iterator] || e["@@iterator"];
|
|
8066
8066
|
if (n) return (n = n.call(e)).next.bind(n);
|
|
@@ -8118,14 +8118,14 @@ function De(e, t, n) {
|
|
|
8118
8118
|
return !r || !r.pattern() || r.possibleLengths() && r.possibleLengths().indexOf(e.length) < 0 ? !1 : x(e, r.pattern());
|
|
8119
8119
|
}
|
|
8120
8120
|
//#endregion
|
|
8121
|
-
//#region node_modules/libphonenumber-js/es6/isValid.js
|
|
8121
|
+
//#region ../../Users/gus/git/jetbook/npm-calendar/node_modules/libphonenumber-js/es6/isValid.js
|
|
8122
8122
|
function Oe(e, t, n) {
|
|
8123
8123
|
t ||= {};
|
|
8124
8124
|
var r = new y(n);
|
|
8125
8125
|
return r.selectNumberingPlan(e.country || e.countryCallingCode), r.hasTypes() ? S(e, t, r.metadata) !== void 0 : x(t.v2 ? e.nationalNumber : e.phone, r.nationalNumberPattern());
|
|
8126
8126
|
}
|
|
8127
8127
|
//#endregion
|
|
8128
|
-
//#region node_modules/libphonenumber-js/es6/helpers/isCountryCode.js
|
|
8128
|
+
//#region ../../Users/gus/git/jetbook/npm-calendar/node_modules/libphonenumber-js/es6/helpers/isCountryCode.js
|
|
8129
8129
|
var ke = /^[A-Z]{2}$/;
|
|
8130
8130
|
function Ae(e) {
|
|
8131
8131
|
return ke.test(e);
|
|
@@ -8138,7 +8138,7 @@ function je(e, t) {
|
|
|
8138
8138
|
};
|
|
8139
8139
|
}
|
|
8140
8140
|
//#endregion
|
|
8141
|
-
//#region node_modules/libphonenumber-js/es6/helpers/getPossibleCountriesForNumber.js
|
|
8141
|
+
//#region ../../Users/gus/git/jetbook/npm-calendar/node_modules/libphonenumber-js/es6/helpers/getPossibleCountriesForNumber.js
|
|
8142
8142
|
function Me(e, t, n) {
|
|
8143
8143
|
var r = new y(n).getCountryCodesForCallingCode(e);
|
|
8144
8144
|
return r ? r.filter(function(e) {
|
|
@@ -8150,7 +8150,7 @@ function Ne(e, t, n) {
|
|
|
8150
8150
|
return r.selectNumberingPlan(t), r.numberingPlan.possibleLengths().indexOf(e.length) >= 0;
|
|
8151
8151
|
}
|
|
8152
8152
|
//#endregion
|
|
8153
|
-
//#region node_modules/libphonenumber-js/es6/constants.js
|
|
8153
|
+
//#region ../../Users/gus/git/jetbook/npm-calendar/node_modules/libphonenumber-js/es6/constants.js
|
|
8154
8154
|
var C = "0-90-9٠-٩۰-۹", w = "-‐-―−ー-//.. \xA0 ()()[]\\[\\]~⁓∼~", T = "++", Pe = RegExp("([" + C + "])");
|
|
8155
8155
|
function Fe(e, t, n, r) {
|
|
8156
8156
|
if (t) {
|
|
@@ -8165,7 +8165,7 @@ function Fe(e, t, n, r) {
|
|
|
8165
8165
|
}
|
|
8166
8166
|
}
|
|
8167
8167
|
//#endregion
|
|
8168
|
-
//#region node_modules/libphonenumber-js/es6/helpers/extractNationalNumberFromPossiblyIncompleteNumber.js
|
|
8168
|
+
//#region ../../Users/gus/git/jetbook/npm-calendar/node_modules/libphonenumber-js/es6/helpers/extractNationalNumberFromPossiblyIncompleteNumber.js
|
|
8169
8169
|
function E(e, t) {
|
|
8170
8170
|
if (e && t.numberingPlan.nationalPrefixForParsing()) {
|
|
8171
8171
|
var n = RegExp("^(?:" + t.numberingPlan.nationalPrefixForParsing() + ")"), r = n.exec(e);
|
|
@@ -8191,7 +8191,7 @@ function E(e, t) {
|
|
|
8191
8191
|
return { nationalNumber: e };
|
|
8192
8192
|
}
|
|
8193
8193
|
//#endregion
|
|
8194
|
-
//#region node_modules/libphonenumber-js/es6/helpers/getCountryByNationalNumber.js
|
|
8194
|
+
//#region ../../Users/gus/git/jetbook/npm-calendar/node_modules/libphonenumber-js/es6/helpers/getCountryByNationalNumber.js
|
|
8195
8195
|
function Ie(e, t) {
|
|
8196
8196
|
var n = typeof Symbol < "u" && e[Symbol.iterator] || e["@@iterator"];
|
|
8197
8197
|
if (n) return (n = n.call(e)).next.bind(n);
|
|
@@ -8235,7 +8235,7 @@ function D(e, t) {
|
|
|
8235
8235
|
if (i) return i.length === 1 ? i[0] : ze(n, i, r.metadata);
|
|
8236
8236
|
}
|
|
8237
8237
|
//#endregion
|
|
8238
|
-
//#region node_modules/libphonenumber-js/es6/helpers/extractNationalNumber.js
|
|
8238
|
+
//#region ../../Users/gus/git/jetbook/npm-calendar/node_modules/libphonenumber-js/es6/helpers/extractNationalNumber.js
|
|
8239
8239
|
function O(e, t, n) {
|
|
8240
8240
|
var r = E(e, n), i = r.carrierCode, a = r.nationalNumber;
|
|
8241
8241
|
return a !== e && (!Be(e, a, n) || n.numberingPlan.possibleLengths() && (t ||= D(n.numberingPlan.callingCode(), {
|
|
@@ -8257,7 +8257,7 @@ function Ve(e, t, n) {
|
|
|
8257
8257
|
}
|
|
8258
8258
|
}
|
|
8259
8259
|
//#endregion
|
|
8260
|
-
//#region node_modules/libphonenumber-js/es6/helpers/extractCountryCallingCodeFromInternationalNumberWithoutPlusSign.js
|
|
8260
|
+
//#region ../../Users/gus/git/jetbook/npm-calendar/node_modules/libphonenumber-js/es6/helpers/extractCountryCallingCodeFromInternationalNumberWithoutPlusSign.js
|
|
8261
8261
|
function He(e, t, n, r, i) {
|
|
8262
8262
|
if (!(t || n || r)) return { number: e };
|
|
8263
8263
|
var a = t || n ? pe(t || n, i) : r;
|
|
@@ -8273,7 +8273,7 @@ function He(e, t, n, r, i) {
|
|
|
8273
8273
|
return { number: e };
|
|
8274
8274
|
}
|
|
8275
8275
|
//#endregion
|
|
8276
|
-
//#region node_modules/libphonenumber-js/es6/helpers/extractCountryCallingCode.js
|
|
8276
|
+
//#region ../../Users/gus/git/jetbook/npm-calendar/node_modules/libphonenumber-js/es6/helpers/extractCountryCallingCode.js
|
|
8277
8277
|
function Ue(e, t, n, r, i) {
|
|
8278
8278
|
if (!e) return {};
|
|
8279
8279
|
var a;
|
|
@@ -8305,12 +8305,12 @@ function Ue(e, t, n, r, i) {
|
|
|
8305
8305
|
return {};
|
|
8306
8306
|
}
|
|
8307
8307
|
//#endregion
|
|
8308
|
-
//#region node_modules/libphonenumber-js/es6/helpers/applyInternationalSeparatorStyle.js
|
|
8308
|
+
//#region ../../Users/gus/git/jetbook/npm-calendar/node_modules/libphonenumber-js/es6/helpers/applyInternationalSeparatorStyle.js
|
|
8309
8309
|
function We(e) {
|
|
8310
8310
|
return e.replace(RegExp(`[${w}]+`, "g"), " ").trim();
|
|
8311
8311
|
}
|
|
8312
8312
|
//#endregion
|
|
8313
|
-
//#region node_modules/libphonenumber-js/es6/helpers/formatNationalNumberUsingFormat.js
|
|
8313
|
+
//#region ../../Users/gus/git/jetbook/npm-calendar/node_modules/libphonenumber-js/es6/helpers/formatNationalNumberUsingFormat.js
|
|
8314
8314
|
var Ge = /(\$\d)/;
|
|
8315
8315
|
function Ke(e, t, n) {
|
|
8316
8316
|
var r = n.useInternationalFormat, i = n.withNationalPrefix;
|
|
@@ -8319,7 +8319,7 @@ function Ke(e, t, n) {
|
|
|
8319
8319
|
return r ? We(a) : a;
|
|
8320
8320
|
}
|
|
8321
8321
|
//#endregion
|
|
8322
|
-
//#region node_modules/libphonenumber-js/es6/helpers/getIddPrefix.js
|
|
8322
|
+
//#region ../../Users/gus/git/jetbook/npm-calendar/node_modules/libphonenumber-js/es6/helpers/getIddPrefix.js
|
|
8323
8323
|
var qe = /^[\d]+(?:[~\u2053\u223C\uFF5E][\d]+)?$/;
|
|
8324
8324
|
function Je(e, t, n) {
|
|
8325
8325
|
var r = new y(n);
|
|
@@ -8327,7 +8327,7 @@ function Je(e, t, n) {
|
|
|
8327
8327
|
if (qe.test(r.IDDPrefix())) return r.IDDPrefix();
|
|
8328
8328
|
}
|
|
8329
8329
|
//#endregion
|
|
8330
|
-
//#region node_modules/libphonenumber-js/es6/helpers/extension/createExtensionPattern.js
|
|
8330
|
+
//#region ../../Users/gus/git/jetbook/npm-calendar/node_modules/libphonenumber-js/es6/helpers/extension/createExtensionPattern.js
|
|
8331
8331
|
var Ye = ";ext=", k = function(e) {
|
|
8332
8332
|
return `([${C}]{1,${e}})`;
|
|
8333
8333
|
};
|
|
@@ -8336,7 +8336,7 @@ function Xe(e) {
|
|
|
8336
8336
|
return p + "|" + m + "|" + h + "|" + g + "|" + _ + "|" + ee;
|
|
8337
8337
|
}
|
|
8338
8338
|
//#endregion
|
|
8339
|
-
//#region node_modules/libphonenumber-js/es6/helpers/isViablePhoneNumber.js
|
|
8339
|
+
//#region ../../Users/gus/git/jetbook/npm-calendar/node_modules/libphonenumber-js/es6/helpers/isViablePhoneNumber.js
|
|
8340
8340
|
var Ze = "[" + C + "]{2}", Qe = "[" + T + "]{0,1}(?:[" + w + "]*[" + C + "]){3,}[" + w + C + "]*", $e = RegExp("^[" + T + "]{0,1}(?:[" + w + "]*[" + C + "]){1,2}$", "i"), et = Qe + "(?:" + Xe() + ")?", tt = RegExp("^" + Ze + "$|^" + et + "$", "i");
|
|
8341
8341
|
function nt(e) {
|
|
8342
8342
|
return e.length >= 2 && tt.test(e);
|
|
@@ -8345,7 +8345,7 @@ function rt(e) {
|
|
|
8345
8345
|
return $e.test(e);
|
|
8346
8346
|
}
|
|
8347
8347
|
//#endregion
|
|
8348
|
-
//#region node_modules/libphonenumber-js/es6/helpers/RFC3966.js
|
|
8348
|
+
//#region ../../Users/gus/git/jetbook/npm-calendar/node_modules/libphonenumber-js/es6/helpers/RFC3966.js
|
|
8349
8349
|
function it(e) {
|
|
8350
8350
|
var t = e.number, n = e.ext;
|
|
8351
8351
|
if (!t) return "";
|
|
@@ -8353,7 +8353,7 @@ function it(e) {
|
|
|
8353
8353
|
return `tel:${t}${n ? ";ext=" + n : ""}`;
|
|
8354
8354
|
}
|
|
8355
8355
|
//#endregion
|
|
8356
|
-
//#region node_modules/libphonenumber-js/es6/format.js
|
|
8356
|
+
//#region ../../Users/gus/git/jetbook/npm-calendar/node_modules/libphonenumber-js/es6/format.js
|
|
8357
8357
|
var at = { formatExtension: function(e, t, n) {
|
|
8358
8358
|
return `${e}${n.ext()}${t}`;
|
|
8359
8359
|
} };
|
|
@@ -8424,7 +8424,7 @@ function dt(e, t) {
|
|
|
8424
8424
|
}
|
|
8425
8425
|
}
|
|
8426
8426
|
//#endregion
|
|
8427
|
-
//#region node_modules/libphonenumber-js/es6/PhoneNumber.js
|
|
8427
|
+
//#region ../../Users/gus/git/jetbook/npm-calendar/node_modules/libphonenumber-js/es6/PhoneNumber.js
|
|
8428
8428
|
function j(e) {
|
|
8429
8429
|
"@babel/helpers - typeof";
|
|
8430
8430
|
return j = typeof Symbol == "function" && typeof Symbol.iterator == "symbol" ? function(e) {
|
|
@@ -8578,7 +8578,7 @@ var bt = /*#__PURE__*/ function() {
|
|
|
8578
8578
|
]);
|
|
8579
8579
|
}(), xt = /^\+\d+$/;
|
|
8580
8580
|
//#endregion
|
|
8581
|
-
//#region node_modules/libphonenumber-js/es6/ParseError.js
|
|
8581
|
+
//#region ../../Users/gus/git/jetbook/npm-calendar/node_modules/libphonenumber-js/es6/ParseError.js
|
|
8582
8582
|
function M(e) {
|
|
8583
8583
|
"@babel/helpers - typeof";
|
|
8584
8584
|
return M = typeof Symbol == "function" && typeof Symbol.iterator == "symbol" ? function(e) {
|
|
@@ -8704,7 +8704,7 @@ function It(e) {
|
|
|
8704
8704
|
}
|
|
8705
8705
|
}
|
|
8706
8706
|
//#endregion
|
|
8707
|
-
//#region node_modules/libphonenumber-js/es6/helpers/parseDigits.js
|
|
8707
|
+
//#region ../../Users/gus/git/jetbook/npm-calendar/node_modules/libphonenumber-js/es6/helpers/parseDigits.js
|
|
8708
8708
|
function Lt(e, t) {
|
|
8709
8709
|
var n = typeof Symbol < "u" && e[Symbol.iterator] || e["@@iterator"];
|
|
8710
8710
|
if (n) return (n = n.call(e)).next.bind(n);
|
|
@@ -8785,7 +8785,7 @@ function I(e) {
|
|
|
8785
8785
|
return t;
|
|
8786
8786
|
}
|
|
8787
8787
|
//#endregion
|
|
8788
|
-
//#region node_modules/libphonenumber-js/es6/parseIncompletePhoneNumber.js
|
|
8788
|
+
//#region ../../Users/gus/git/jetbook/npm-calendar/node_modules/libphonenumber-js/es6/parseIncompletePhoneNumber.js
|
|
8789
8789
|
function Ht(e, t) {
|
|
8790
8790
|
var n = typeof Symbol < "u" && e[Symbol.iterator] || e["@@iterator"];
|
|
8791
8791
|
if (n) return (n = n.call(e)).next.bind(n);
|
|
@@ -8843,7 +8843,7 @@ function rn(e) {
|
|
|
8843
8843
|
return e === null ? !0 : e.length === 0 ? !1 : Yt.test(e) || $t.test(e);
|
|
8844
8844
|
}
|
|
8845
8845
|
//#endregion
|
|
8846
|
-
//#region node_modules/libphonenumber-js/es6/helpers/extractFormattedPhoneNumberFromPossibleRfc3966NumberUri.js
|
|
8846
|
+
//#region ../../Users/gus/git/jetbook/npm-calendar/node_modules/libphonenumber-js/es6/helpers/extractFormattedPhoneNumberFromPossibleRfc3966NumberUri.js
|
|
8847
8847
|
function an(e, t) {
|
|
8848
8848
|
var n = t.extractFormattedPhoneNumber, r = nn(e);
|
|
8849
8849
|
if (!rn(r)) throw new F("NOT_A_NUMBER");
|
|
@@ -8858,7 +8858,7 @@ function an(e, t) {
|
|
|
8858
8858
|
if (c > 0 && (i = i.substring(0, c)), i !== "") return i;
|
|
8859
8859
|
}
|
|
8860
8860
|
//#endregion
|
|
8861
|
-
//#region node_modules/libphonenumber-js/es6/parse.js
|
|
8861
|
+
//#region ../../Users/gus/git/jetbook/npm-calendar/node_modules/libphonenumber-js/es6/parse.js
|
|
8862
8862
|
var on = 250, sn = RegExp("[" + T + C + "]"), cn = RegExp("[^" + C + "#]+$");
|
|
8863
8863
|
function ln(e, t, n) {
|
|
8864
8864
|
t ||= {};
|
|
@@ -8947,7 +8947,7 @@ function pn(e, t, n, r) {
|
|
|
8947
8947
|
};
|
|
8948
8948
|
}
|
|
8949
8949
|
//#endregion
|
|
8950
|
-
//#region node_modules/libphonenumber-js/es6/parsePhoneNumberWithError_.js
|
|
8950
|
+
//#region ../../Users/gus/git/jetbook/npm-calendar/node_modules/libphonenumber-js/es6/parsePhoneNumberWithError_.js
|
|
8951
8951
|
function z(e) {
|
|
8952
8952
|
"@babel/helpers - typeof";
|
|
8953
8953
|
return z = typeof Symbol == "function" && typeof Symbol.iterator == "symbol" ? function(e) {
|
|
@@ -9003,7 +9003,7 @@ function B(e, t, n) {
|
|
|
9003
9003
|
return ln(e, hn(hn({}, t), {}, { v2: !0 }), n);
|
|
9004
9004
|
}
|
|
9005
9005
|
//#endregion
|
|
9006
|
-
//#region node_modules/libphonenumber-js/es6/normalizeArguments.js
|
|
9006
|
+
//#region ../../Users/gus/git/jetbook/npm-calendar/node_modules/libphonenumber-js/es6/normalizeArguments.js
|
|
9007
9007
|
function V(e) {
|
|
9008
9008
|
"@babel/helpers - typeof";
|
|
9009
9009
|
return V = typeof Symbol == "function" && typeof Symbol.iterator == "symbol" ? function(e) {
|
|
@@ -9111,13 +9111,13 @@ function H(e) {
|
|
|
9111
9111
|
};
|
|
9112
9112
|
}
|
|
9113
9113
|
//#endregion
|
|
9114
|
-
//#region node_modules/libphonenumber-js/es6/parsePhoneNumberWithError.js
|
|
9114
|
+
//#region ../../Users/gus/git/jetbook/npm-calendar/node_modules/libphonenumber-js/es6/parsePhoneNumberWithError.js
|
|
9115
9115
|
function An() {
|
|
9116
9116
|
var e = H(arguments), t = e.text, n = e.options, r = e.metadata;
|
|
9117
9117
|
return B(t, n, r);
|
|
9118
9118
|
}
|
|
9119
9119
|
//#endregion
|
|
9120
|
-
//#region node_modules/libphonenumber-js/es6/parsePhoneNumber_.js
|
|
9120
|
+
//#region ../../Users/gus/git/jetbook/npm-calendar/node_modules/libphonenumber-js/es6/parsePhoneNumber_.js
|
|
9121
9121
|
function U(e) {
|
|
9122
9122
|
"@babel/helpers - typeof";
|
|
9123
9123
|
return U = typeof Symbol == "function" && typeof Symbol.iterator == "symbol" ? function(e) {
|
|
@@ -9179,7 +9179,7 @@ function In(e, t, n) {
|
|
|
9179
9179
|
}
|
|
9180
9180
|
}
|
|
9181
9181
|
//#endregion
|
|
9182
|
-
//#region node_modules/libphonenumber-js/es6/isValidPhoneNumber.js
|
|
9182
|
+
//#region ../../Users/gus/git/jetbook/npm-calendar/node_modules/libphonenumber-js/es6/isValidPhoneNumber.js
|
|
9183
9183
|
function W(e) {
|
|
9184
9184
|
"@babel/helpers - typeof";
|
|
9185
9185
|
return W = typeof Symbol == "function" && typeof Symbol.iterator == "symbol" ? function(e) {
|
|
@@ -9238,7 +9238,7 @@ function Hn() {
|
|
|
9238
9238
|
return i && i.isValid() || !1;
|
|
9239
9239
|
}
|
|
9240
9240
|
//#endregion
|
|
9241
|
-
//#region node_modules/libphonenumber-js/es6/AsYouTypeState.js
|
|
9241
|
+
//#region ../../Users/gus/git/jetbook/npm-calendar/node_modules/libphonenumber-js/es6/AsYouTypeState.js
|
|
9242
9242
|
function G(e) {
|
|
9243
9243
|
"@babel/helpers - typeof";
|
|
9244
9244
|
return G = typeof Symbol == "function" && typeof Symbol.iterator == "symbol" ? function(e) {
|
|
@@ -9352,7 +9352,7 @@ var Jn = /*#__PURE__*/ function() {
|
|
|
9352
9352
|
]);
|
|
9353
9353
|
}();
|
|
9354
9354
|
//#endregion
|
|
9355
|
-
//#region node_modules/libphonenumber-js/es6/AsYouTypeFormatter.util.js
|
|
9355
|
+
//#region ../../Users/gus/git/jetbook/npm-calendar/node_modules/libphonenumber-js/es6/AsYouTypeFormatter.util.js
|
|
9356
9356
|
function Yn(e, t) {
|
|
9357
9357
|
var n = typeof Symbol < "u" && e[Symbol.iterator] || e["@@iterator"];
|
|
9358
9358
|
if (n) return (n = n.call(e)).next.bind(n);
|
|
@@ -9408,7 +9408,7 @@ function tr(e, t, n) {
|
|
|
9408
9408
|
return [e, t];
|
|
9409
9409
|
}
|
|
9410
9410
|
//#endregion
|
|
9411
|
-
//#region node_modules/libphonenumber-js/es6/AsYouTypeFormatter.complete.js
|
|
9411
|
+
//#region ../../Users/gus/git/jetbook/npm-calendar/node_modules/libphonenumber-js/es6/AsYouTypeFormatter.complete.js
|
|
9412
9412
|
function nr(e, t, n) {
|
|
9413
9413
|
var r = n.metadata, i = n.shouldTryNationalPrefixFormattingRule, a = n.getSeparatorAfterNationalPrefix;
|
|
9414
9414
|
if (RegExp(`^(?:${t.pattern()})\$`).test(e.nationalSignificantNumber)) return ir(e, t, {
|
|
@@ -9449,7 +9449,7 @@ function or(e, t) {
|
|
|
9449
9449
|
return I(e) === t.getNationalDigits();
|
|
9450
9450
|
}
|
|
9451
9451
|
//#endregion
|
|
9452
|
-
//#region node_modules/libphonenumber-js/es6/AsYouTypeFormatter.PatternParser.js
|
|
9452
|
+
//#region ../../Users/gus/git/jetbook/npm-calendar/node_modules/libphonenumber-js/es6/AsYouTypeFormatter.PatternParser.js
|
|
9453
9453
|
function q(e) {
|
|
9454
9454
|
"@babel/helpers - typeof";
|
|
9455
9455
|
return q = typeof Symbol == "function" && typeof Symbol.iterator == "symbol" ? function(e) {
|
|
@@ -9594,7 +9594,7 @@ function gr(e) {
|
|
|
9594
9594
|
return e.length === 1 ? e[0] : e;
|
|
9595
9595
|
}
|
|
9596
9596
|
//#endregion
|
|
9597
|
-
//#region node_modules/libphonenumber-js/es6/AsYouTypeFormatter.PatternMatcher.js
|
|
9597
|
+
//#region ../../Users/gus/git/jetbook/npm-calendar/node_modules/libphonenumber-js/es6/AsYouTypeFormatter.PatternMatcher.js
|
|
9598
9598
|
function _r(e, t) {
|
|
9599
9599
|
var n = typeof Symbol < "u" && e[Symbol.iterator] || e["@@iterator"];
|
|
9600
9600
|
if (n) return (n = n.call(e)).next.bind(n);
|
|
@@ -9736,7 +9736,7 @@ ${JSON.stringify(f, null, 2)}`);
|
|
|
9736
9736
|
}
|
|
9737
9737
|
}
|
|
9738
9738
|
//#endregion
|
|
9739
|
-
//#region node_modules/libphonenumber-js/es6/AsYouTypeFormatter.js
|
|
9739
|
+
//#region ../../Users/gus/git/jetbook/npm-calendar/node_modules/libphonenumber-js/es6/AsYouTypeFormatter.js
|
|
9740
9740
|
function Y(e) {
|
|
9741
9741
|
"@babel/helpers - typeof";
|
|
9742
9742
|
return Y = typeof Symbol == "function" && typeof Symbol.iterator == "symbol" ? function(e) {
|
|
@@ -9986,7 +9986,7 @@ var Fr = "9", Ir = K(Fr, 15), Lr = /[- ]/, X = !0, Rr = X && function() {
|
|
|
9986
9986
|
]);
|
|
9987
9987
|
}();
|
|
9988
9988
|
//#endregion
|
|
9989
|
-
//#region node_modules/libphonenumber-js/es6/AsYouTypeParser.js
|
|
9989
|
+
//#region ../../Users/gus/git/jetbook/npm-calendar/node_modules/libphonenumber-js/es6/AsYouTypeParser.js
|
|
9990
9990
|
function Z(e) {
|
|
9991
9991
|
"@babel/helpers - typeof";
|
|
9992
9992
|
return Z = typeof Symbol == "function" && typeof Symbol.iterator == "symbol" ? function(e) {
|
|
@@ -10221,7 +10221,7 @@ function ci(e) {
|
|
|
10221
10221
|
return ti.test(n) || (n = ""), [n, r];
|
|
10222
10222
|
}
|
|
10223
10223
|
//#endregion
|
|
10224
|
-
//#region node_modules/libphonenumber-js/es6/AsYouType.js
|
|
10224
|
+
//#region ../../Users/gus/git/jetbook/npm-calendar/node_modules/libphonenumber-js/es6/AsYouType.js
|
|
10225
10225
|
function Q(e) {
|
|
10226
10226
|
"@babel/helpers - typeof";
|
|
10227
10227
|
return Q = typeof Symbol == "function" && typeof Symbol.iterator == "symbol" ? function(e) {
|
|
@@ -10522,23 +10522,23 @@ function xi(e, t, n) {
|
|
|
10522
10522
|
if (r.length > 1) return ze(t, r, n.metadata);
|
|
10523
10523
|
}
|
|
10524
10524
|
//#endregion
|
|
10525
|
-
//#region node_modules/libphonenumber-js/min/exports/parsePhoneNumberWithError.js
|
|
10525
|
+
//#region ../../Users/gus/git/jetbook/npm-calendar/node_modules/libphonenumber-js/min/exports/parsePhoneNumberWithError.js
|
|
10526
10526
|
function Si() {
|
|
10527
10527
|
return u(An, arguments);
|
|
10528
10528
|
}
|
|
10529
10529
|
//#endregion
|
|
10530
|
-
//#region node_modules/libphonenumber-js/min/exports/isValidPhoneNumber.js
|
|
10530
|
+
//#region ../../Users/gus/git/jetbook/npm-calendar/node_modules/libphonenumber-js/min/exports/isValidPhoneNumber.js
|
|
10531
10531
|
function Ci() {
|
|
10532
10532
|
return u(Hn, arguments);
|
|
10533
10533
|
}
|
|
10534
10534
|
//#endregion
|
|
10535
|
-
//#region node_modules/libphonenumber-js/min/exports/AsYouType.js
|
|
10535
|
+
//#region ../../Users/gus/git/jetbook/npm-calendar/node_modules/libphonenumber-js/min/exports/AsYouType.js
|
|
10536
10536
|
function $(e) {
|
|
10537
10537
|
return bi.call(this, e, l);
|
|
10538
10538
|
}
|
|
10539
10539
|
$.prototype = Object.create(bi.prototype, {}), $.prototype.constructor = $;
|
|
10540
10540
|
//#endregion
|
|
10541
|
-
//#region node_modules/@getmicdrop/svelte-components/dist/utils/phoneUtils.js
|
|
10541
|
+
//#region ../../Users/gus/git/jetbook/npm-calendar/node_modules/@getmicdrop/svelte-components/dist/utils/phoneUtils.js
|
|
10542
10542
|
function wi(e) {
|
|
10543
10543
|
if (!e) return null;
|
|
10544
10544
|
let t = e.replace(/\D/g, "");
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { x as e } from "./Button-
|
|
2
|
-
import { D as t } from "./defaultLabels-
|
|
3
|
-
import { S as n, T as r, x as i } from "./orders-
|
|
1
|
+
import { x as e } from "./Button-lNEMFgek.js";
|
|
2
|
+
import { D as t } from "./defaultLabels-B8o4uGeh.js";
|
|
3
|
+
import { S as n, T as r, x as i } from "./orders-BndkYkeg.js";
|
|
4
4
|
//#region src/lib/embed-bridge.js
|
|
5
5
|
var a = e("embed-bridge"), o = "micdrop-calendar", s = Object.freeze({
|
|
6
6
|
NAVIGATION: "MICDROP_NAVIGATION",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { getContext as e, setContext as t } from "svelte";
|
|
2
|
-
//#region node_modules/@getmicdrop/svelte-components/dist/utils/focusTrap.js
|
|
2
|
+
//#region ../../Users/gus/git/jetbook/npm-calendar/node_modules/@getmicdrop/svelte-components/dist/utils/focusTrap.js
|
|
3
3
|
function n(e, t = {}) {
|
|
4
4
|
let n = [
|
|
5
5
|
"a[href]",
|
|
@@ -52,7 +52,7 @@ function n(e, t = {}) {
|
|
|
52
52
|
};
|
|
53
53
|
}
|
|
54
54
|
//#endregion
|
|
55
|
-
//#region node_modules/@getmicdrop/svelte-components/dist/utils/body-scroll-lock.js
|
|
55
|
+
//#region ../../Users/gus/git/jetbook/npm-calendar/node_modules/@getmicdrop/svelte-components/dist/utils/body-scroll-lock.js
|
|
56
56
|
var r = 0, i = 0;
|
|
57
57
|
function a() {
|
|
58
58
|
if (typeof document > "u") return () => {};
|
|
@@ -67,7 +67,7 @@ function a() {
|
|
|
67
67
|
};
|
|
68
68
|
}
|
|
69
69
|
//#endregion
|
|
70
|
-
//#region node_modules/@getmicdrop/svelte-components/dist/utils/portalContainment.js
|
|
70
|
+
//#region ../../Users/gus/git/jetbook/npm-calendar/node_modules/@getmicdrop/svelte-components/dist/utils/portalContainment.js
|
|
71
71
|
var o = Symbol("portal-containment");
|
|
72
72
|
function s(e) {
|
|
73
73
|
t(o, e);
|
|
@@ -122,7 +122,7 @@ function v(e) {
|
|
|
122
122
|
};
|
|
123
123
|
}
|
|
124
124
|
//#endregion
|
|
125
|
-
//#region node_modules/@getmicdrop/svelte-components/dist/utils/portal.js
|
|
125
|
+
//#region ../../Users/gus/git/jetbook/npm-calendar/node_modules/@getmicdrop/svelte-components/dist/utils/portal.js
|
|
126
126
|
function y(e, t) {
|
|
127
127
|
let n = c(), r = t, i = e.parentNode;
|
|
128
128
|
function a() {
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
import { HostSeoControllerOptions } from './types';
|
|
2
|
+
interface ListingEvent {
|
|
3
|
+
id: number | string;
|
|
4
|
+
name: string;
|
|
5
|
+
slug?: string;
|
|
6
|
+
startDateTime?: string;
|
|
7
|
+
image?: string;
|
|
8
|
+
}
|
|
9
|
+
interface VenueData {
|
|
10
|
+
name: string;
|
|
11
|
+
address?: string;
|
|
12
|
+
googleLocationNameCache?: string;
|
|
13
|
+
timeZone?: string;
|
|
14
|
+
timezone?: string;
|
|
15
|
+
}
|
|
16
|
+
export declare class HostSeoController {
|
|
17
|
+
/**
|
|
18
|
+
* Single active instance. A venue page that mounts >1 calendar embed
|
|
19
|
+
* (e.g. "upcoming shows" + "this weekend") will see the *later*
|
|
20
|
+
* controller take over `<head>` — the earlier one is destroyed.
|
|
21
|
+
*
|
|
22
|
+
* KNOWN LIMITATION: multi-embed pages cannot run two SEO controllers
|
|
23
|
+
* in parallel because they would both fight to own `<title>`/OG/etc.
|
|
24
|
+
* Pass `data-inject-seo="false"` on all but one embed to opt out.
|
|
25
|
+
*/
|
|
26
|
+
static _activeInstance: HostSeoController | null;
|
|
27
|
+
private _state;
|
|
28
|
+
private _venueName;
|
|
29
|
+
private _venueAddress;
|
|
30
|
+
private _venueTimeZone;
|
|
31
|
+
private _baseUrl;
|
|
32
|
+
private _originals;
|
|
33
|
+
private _originalsSaved;
|
|
34
|
+
private _events;
|
|
35
|
+
constructor(options: HostSeoControllerOptions);
|
|
36
|
+
private _saveOriginals;
|
|
37
|
+
private _injectJsonLd;
|
|
38
|
+
private _setMeta;
|
|
39
|
+
private _setCanonical;
|
|
40
|
+
private _removeAllInjected;
|
|
41
|
+
private _restoreOriginals;
|
|
42
|
+
private _restoreMetaProperty;
|
|
43
|
+
private _restoreMetaName;
|
|
44
|
+
private _buildItemList;
|
|
45
|
+
private _buildEntityUrl;
|
|
46
|
+
/**
|
|
47
|
+
* Called when events finish loading from the API.
|
|
48
|
+
* Injects an ItemList JSON-LD for the listing. Does not modify OG/canonical/title.
|
|
49
|
+
*/
|
|
50
|
+
onEventsLoaded(events: ListingEvent[], venue?: VenueData): void;
|
|
51
|
+
/**
|
|
52
|
+
* Called when the user selects an event, series, or collection.
|
|
53
|
+
* Replaces ItemList JSON-LD with entity-specific JSON-LD and updates
|
|
54
|
+
* all head tags (canonical, OG, meta description, title).
|
|
55
|
+
*/
|
|
56
|
+
onEntitySelected(type: 'event' | 'series' | 'collection', data: any, venue?: VenueData): void;
|
|
57
|
+
/**
|
|
58
|
+
* Called when the user navigates back to the event listing.
|
|
59
|
+
* Restores original head elements and re-injects ItemList JSON-LD.
|
|
60
|
+
*/
|
|
61
|
+
onBackToListing(): void;
|
|
62
|
+
/**
|
|
63
|
+
* Called when the widget is destroyed. Removes all injected elements
|
|
64
|
+
* and restores originals. Clears the static active instance.
|
|
65
|
+
*/
|
|
66
|
+
destroy(): void;
|
|
67
|
+
}
|
|
68
|
+
export {};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { CollectionJsonLdInput } from './types';
|
|
2
|
+
export interface BuildCollectionJsonLdOptions {
|
|
3
|
+
collection: CollectionJsonLdInput;
|
|
4
|
+
baseEventUrl?: string;
|
|
5
|
+
/** Accepted for API compatibility; the summary ItemList carries no dates. */
|
|
6
|
+
defaultTimeZone?: string;
|
|
7
|
+
}
|
|
8
|
+
export declare function buildCollectionJsonLd(options: BuildCollectionJsonLdOptions): Record<string, unknown> | null;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { EventJsonLdInput, VenueInput, OrganizerInput } from './types';
|
|
2
|
+
export interface BuildEventJsonLdOptions {
|
|
3
|
+
event: EventJsonLdInput;
|
|
4
|
+
venue: VenueInput;
|
|
5
|
+
venueTimeZone?: string;
|
|
6
|
+
eventUrl?: string;
|
|
7
|
+
organizer?: OrganizerInput;
|
|
8
|
+
}
|
|
9
|
+
export declare function buildEventJsonLd(options: BuildEventJsonLdOptions): Record<string, unknown> | null;
|