@photoroom/ui 0.1.59 → 0.1.61
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/index.mjs
CHANGED
|
@@ -5,7 +5,7 @@ import { ActivityIcon as D, AddIcon as O, AppleIcon as k, ArrowLeftIcon as A, Ar
|
|
|
5
5
|
import * as Pe from "react-dom";
|
|
6
6
|
import Fe, { flushSync as Ie } from "react-dom";
|
|
7
7
|
import { AiShadowsFloatingActiveColorIcon as eee, AiShadowsFloatingColorIcon as tee, AiShadowsHardActiveColorIcon as nee, AiShadowsHardColorIcon as ree, AiShadowsNoneActiveColorIcon as iee, AiShadowsNoneColorIcon as aee, AiShadowsSoftActiveColorIcon as oee, AiShadowsSoftColorIcon as Le, FacebookColorIcon as Re, GoogleColorIcon as ze, PositionBottomActiveColorIcon as Be, PositionBottomColorIcon as Ve, PositionCenterActiveColorIcon as He, PositionCenterColorIcon as Ue, PositionCustomActiveColorIcon as We, PositionCustomColorIcon as Ge, PositionLeftActiveColorIcon as Ke, PositionLeftColorIcon as qe, PositionNoneActiveColorIcon as Je, PositionNoneColorIcon as Ye, PositionRightActiveColorIcon as Xe, PositionRightColorIcon as Ze, PositionTemplateActiveColorIcon as Qe, PositionTemplateColorIcon as $e } from "@photoroom/icons/colors";
|
|
8
|
-
import { AppStoreDeIcon as et, AppStoreEnIcon as tt, AppStoreEsIcon as nt, AppStoreFrIcon as rt, AppStoreIdIcon as it, AppStoreItIcon as at, AppStoreJpIcon as see, AppStoreKrIcon as cee, AppStoreMyIcon as lee, AppStorePtBrIcon as uee, AppStorePtPtIcon as dee, AppStoreRuIcon as fee, AppStoreThIcon as pee, AppStoreTrIcon as mee, AppStoreVnIcon as hee, PlayStoreDeIcon as gee, PlayStoreEnIcon as _ee, PlayStoreEsIcon as vee, PlayStoreFrIcon as yee, PlayStoreIdIcon as bee, PlayStoreItIcon as xee, PlayStoreJpIcon as See, PlayStoreKrIcon as Cee, PlayStoreMyIcon as wee, PlayStorePtBrIcon as Tee, PlayStorePtPtIcon as Eee, PlayStoreRuIcon as Dee, PlayStoreThIcon as
|
|
8
|
+
import { AppStoreDeIcon as et, AppStoreEnIcon as tt, AppStoreEsIcon as nt, AppStoreFrIcon as rt, AppStoreIdIcon as it, AppStoreItIcon as at, AppStoreJpIcon as see, AppStoreKrIcon as cee, AppStoreMyIcon as lee, AppStorePtBrIcon as uee, AppStorePtPtIcon as dee, AppStoreRuIcon as fee, AppStoreThIcon as pee, AppStoreTrIcon as mee, AppStoreVnIcon as hee, PlayStoreDeIcon as gee, PlayStoreEnIcon as _ee, PlayStoreEsIcon as vee, PlayStoreFrIcon as yee, PlayStoreIdIcon as bee, PlayStoreItIcon as xee, PlayStoreJpIcon as See, PlayStoreKrIcon as Cee, PlayStoreMyIcon as wee, PlayStorePtBrIcon as Tee, PlayStorePtPtIcon as Eee, PlayStoreRuIcon as Dee, PlayStoreThIcon as ot, PlayStoreTrIcon as Oee, PlayStoreVnIcon as st, WebAppDeIcon as ct, WebAppEnIcon as lt, WebAppEsIcon as ut, WebAppFrIcon as dt, WebAppIdIcon as ft, WebAppItIcon as pt, WebAppJpIcon as mt, WebAppKrIcon as kee, WebAppMyIcon as Aee, WebAppPtBrIcon as jee, WebAppPtPtIcon as Mee, WebAppRuIcon as Nee, WebAppThIcon as Pee, WebAppTrIcon as Fee, WebAppVnIcon as Iee } from "@photoroom/icons/store-buttons";
|
|
9
9
|
import { useTranslation as Lee } from "react-i18next";
|
|
10
10
|
import { CrossIcon as Ree } from "@photoroom/icons/monochromes/CrossIcon";
|
|
11
11
|
import { DisclosureTriangleIcon as ht } from "@photoroom/icons/monochromes/DisclosureTriangleIcon";
|
|
@@ -13752,13 +13752,13 @@ var Vm = function() {
|
|
|
13752
13752
|
//#endregion
|
|
13753
13753
|
//#region ../../node_modules/.pnpm/@amplitude+analytics-core@2.47.0/node_modules/@amplitude/analytics-core/lib/esm/diagnostics/diagnostics-storage.js
|
|
13754
13754
|
Y();
|
|
13755
|
-
var Hm = 10,
|
|
13755
|
+
var Hm = 10, Yre = 1, Um = {
|
|
13756
13756
|
TAGS: "tags",
|
|
13757
13757
|
COUNTERS: "counters",
|
|
13758
13758
|
HISTOGRAMS: "histograms",
|
|
13759
13759
|
EVENTS: "events",
|
|
13760
13760
|
INTERNAL: "internal"
|
|
13761
|
-
},
|
|
13761
|
+
}, Wm = { LAST_FLUSH_TIMESTAMP: "last_flush_timestamp" }, Gm = function() {
|
|
13762
13762
|
function e(e, t) {
|
|
13763
13763
|
this.dbPromise = null, this.logger = t, this.dbName = `AMP_diagnostics_${e.substring(0, 10)}`;
|
|
13764
13764
|
}
|
|
@@ -13773,7 +13773,7 @@ var Hm = 10, Um = 1, Wm = {
|
|
|
13773
13773
|
}, e.prototype.openDB = function() {
|
|
13774
13774
|
var e = this;
|
|
13775
13775
|
return new Promise(function(t, n) {
|
|
13776
|
-
var r = indexedDB.open(e.dbName,
|
|
13776
|
+
var r = indexedDB.open(e.dbName, Yre);
|
|
13777
13777
|
r.onerror = function() {
|
|
13778
13778
|
e.dbPromise = null, n(/* @__PURE__ */ Error("Failed to open IndexedDB"));
|
|
13779
13779
|
}, r.onsuccess = function() {
|
|
@@ -13789,10 +13789,10 @@ var Hm = 10, Um = 1, Wm = {
|
|
|
13789
13789
|
};
|
|
13790
13790
|
});
|
|
13791
13791
|
}, e.prototype.createTables = function(e) {
|
|
13792
|
-
e.objectStoreNames.contains(
|
|
13792
|
+
e.objectStoreNames.contains(Um.TAGS) || e.createObjectStore(Um.TAGS, { keyPath: "key" }), e.objectStoreNames.contains(Um.COUNTERS) || e.createObjectStore(Um.COUNTERS, { keyPath: "key" }), e.objectStoreNames.contains(Um.HISTOGRAMS) || e.createObjectStore(Um.HISTOGRAMS, { keyPath: "key" }), e.objectStoreNames.contains(Um.EVENTS) || e.createObjectStore(Um.EVENTS, {
|
|
13793
13793
|
keyPath: "id",
|
|
13794
13794
|
autoIncrement: !0
|
|
13795
|
-
}).createIndex("time_idx", "time", { unique: !1 }), e.objectStoreNames.contains(
|
|
13795
|
+
}).createIndex("time_idx", "time", { unique: !1 }), e.objectStoreNames.contains(Um.INTERNAL) || e.createObjectStore(Um.INTERNAL, { keyPath: "key" });
|
|
13796
13796
|
}, e.prototype.setTags = function(e) {
|
|
13797
13797
|
return K(this, void 0, void 0, function() {
|
|
13798
13798
|
var t, n, r, i, a = this;
|
|
@@ -13804,7 +13804,7 @@ var Hm = 10, Um = 1, Wm = {
|
|
|
13804
13804
|
,
|
|
13805
13805
|
3
|
|
13806
13806
|
]), Object.entries(e).length === 0 ? [2] : [4, this.getDB()];
|
|
13807
|
-
case 1: return t = o.sent(), n = t.transaction([
|
|
13807
|
+
case 1: return t = o.sent(), n = t.transaction([Um.TAGS], "readwrite"), r = n.objectStore(Um.TAGS), [2, new Promise(function(t) {
|
|
13808
13808
|
var i = Object.entries(e);
|
|
13809
13809
|
n.oncomplete = function() {
|
|
13810
13810
|
t();
|
|
@@ -13836,7 +13836,7 @@ var Hm = 10, Um = 1, Wm = {
|
|
|
13836
13836
|
,
|
|
13837
13837
|
3
|
|
13838
13838
|
]), Object.entries(e).length === 0 ? [2] : [4, this.getDB()];
|
|
13839
|
-
case 1: return t = o.sent(), n = t.transaction([
|
|
13839
|
+
case 1: return t = o.sent(), n = t.transaction([Um.COUNTERS], "readwrite"), r = n.objectStore(Um.COUNTERS), [2, new Promise(function(t) {
|
|
13840
13840
|
var i = Object.entries(e);
|
|
13841
13841
|
n.oncomplete = function() {
|
|
13842
13842
|
t();
|
|
@@ -13873,7 +13873,7 @@ var Hm = 10, Um = 1, Wm = {
|
|
|
13873
13873
|
,
|
|
13874
13874
|
3
|
|
13875
13875
|
]), Object.entries(e).length === 0 ? [2] : [4, this.getDB()];
|
|
13876
|
-
case 1: return t = o.sent(), n = t.transaction([
|
|
13876
|
+
case 1: return t = o.sent(), n = t.transaction([Um.HISTOGRAMS], "readwrite"), r = n.objectStore(Um.HISTOGRAMS), [2, new Promise(function(t) {
|
|
13877
13877
|
var i = Object.entries(e);
|
|
13878
13878
|
n.oncomplete = function() {
|
|
13879
13879
|
t();
|
|
@@ -13919,7 +13919,7 @@ var Hm = 10, Um = 1, Wm = {
|
|
|
13919
13919
|
,
|
|
13920
13920
|
3
|
|
13921
13921
|
]), e.length === 0 ? [2] : [4, this.getDB()];
|
|
13922
|
-
case 1: return t = o.sent(), n = t.transaction([
|
|
13922
|
+
case 1: return t = o.sent(), n = t.transaction([Um.EVENTS], "readwrite"), r = n.objectStore(Um.EVENTS), [2, new Promise(function(t) {
|
|
13923
13923
|
/* istanbul ignore next */
|
|
13924
13924
|
n.oncomplete = function() {
|
|
13925
13925
|
t();
|
|
@@ -13955,7 +13955,7 @@ var Hm = 10, Um = 1, Wm = {
|
|
|
13955
13955
|
,
|
|
13956
13956
|
3
|
|
13957
13957
|
]), [4, this.getDB()];
|
|
13958
|
-
case 1: return n = o.sent(), r = n.transaction([
|
|
13958
|
+
case 1: return n = o.sent(), r = n.transaction([Um.INTERNAL], "readwrite"), i = r.objectStore(Um.INTERNAL), [2, new Promise(function(n, a) {
|
|
13959
13959
|
/* istanbul ignore next */
|
|
13960
13960
|
r.onabort = function() {
|
|
13961
13961
|
return a(/* @__PURE__ */ Error("Failed to set internal value"));
|
|
@@ -13987,7 +13987,7 @@ var Hm = 10, Um = 1, Wm = {
|
|
|
13987
13987
|
,
|
|
13988
13988
|
3
|
|
13989
13989
|
]), [4, this.getDB()];
|
|
13990
|
-
case 1: return t = a.sent(), n = t.transaction([
|
|
13990
|
+
case 1: return t = a.sent(), n = t.transaction([Um.INTERNAL], "readonly"), r = n.objectStore(Um.INTERNAL), [2, new Promise(function(t, i) {
|
|
13991
13991
|
/* istanbul ignore next */
|
|
13992
13992
|
n.onabort = function() {
|
|
13993
13993
|
return i(/* @__PURE__ */ Error("Failed to get internal value"));
|
|
@@ -14015,7 +14015,7 @@ var Hm = 10, Um = 1, Wm = {
|
|
|
14015
14015
|
2,
|
|
14016
14016
|
,
|
|
14017
14017
|
3
|
|
14018
|
-
]), [4, this.getInternal(
|
|
14018
|
+
]), [4, this.getInternal(Wm.LAST_FLUSH_TIMESTAMP)];
|
|
14019
14019
|
case 1: return e = n.sent(), [2, e ? parseInt(e.value, 10) : void 0];
|
|
14020
14020
|
case 2:
|
|
14021
14021
|
/* istanbul ignore next */
|
|
@@ -14034,7 +14034,7 @@ var Hm = 10, Um = 1, Wm = {
|
|
|
14034
14034
|
2,
|
|
14035
14035
|
,
|
|
14036
14036
|
3
|
|
14037
|
-
]), [4, this.setInternal(
|
|
14037
|
+
]), [4, this.setInternal(Wm.LAST_FLUSH_TIMESTAMP, e.toString())];
|
|
14038
14038
|
case 1: return n.sent(), [3, 3];
|
|
14039
14039
|
case 2: return t = n.sent(), this.logger.debug("DiagnosticsStorage: Failed to set last flush timestamp", t), [3, 3];
|
|
14040
14040
|
case 3: return [2];
|
|
@@ -14062,20 +14062,20 @@ var Hm = 10, Um = 1, Wm = {
|
|
|
14062
14062
|
5
|
|
14063
14063
|
]), [4, this.getDB()];
|
|
14064
14064
|
case 1: return e = c.sent(), t = e.transaction([
|
|
14065
|
-
|
|
14066
|
-
|
|
14067
|
-
|
|
14068
|
-
|
|
14065
|
+
Um.TAGS,
|
|
14066
|
+
Um.COUNTERS,
|
|
14067
|
+
Um.HISTOGRAMS,
|
|
14068
|
+
Um.EVENTS
|
|
14069
14069
|
], "readwrite"), [4, Promise.all([
|
|
14070
|
-
this.getAllFromStore(t,
|
|
14071
|
-
this.getAllFromStore(t,
|
|
14072
|
-
this.getAllFromStore(t,
|
|
14073
|
-
this.getAllFromStore(t,
|
|
14070
|
+
this.getAllFromStore(t, Um.TAGS),
|
|
14071
|
+
this.getAllFromStore(t, Um.COUNTERS),
|
|
14072
|
+
this.getAllFromStore(t, Um.HISTOGRAMS),
|
|
14073
|
+
this.getAllFromStore(t, Um.EVENTS)
|
|
14074
14074
|
])];
|
|
14075
14075
|
case 2: return n = Ap.apply(void 0, [c.sent(), 4]), r = n[0], i = n[1], a = n[2], o = n[3], [4, Promise.all([
|
|
14076
|
-
this.clearTable(t,
|
|
14077
|
-
this.clearTable(t,
|
|
14078
|
-
this.clearTable(t,
|
|
14076
|
+
this.clearTable(t, Um.COUNTERS),
|
|
14077
|
+
this.clearTable(t, Um.HISTOGRAMS),
|
|
14078
|
+
this.clearTable(t, Um.EVENTS)
|
|
14079
14079
|
])];
|
|
14080
14080
|
case 3: return c.sent(), [2, {
|
|
14081
14081
|
tags: r,
|
|
@@ -14107,15 +14107,15 @@ var Hm = 10, Um = 1, Wm = {
|
|
|
14107
14107
|
//#endregion
|
|
14108
14108
|
//#region ../../node_modules/.pnpm/@amplitude+analytics-core@2.47.0/node_modules/@amplitude/analytics-core/lib/esm/diagnostics/uncaught-sdk-errors.js
|
|
14109
14109
|
Y();
|
|
14110
|
-
var
|
|
14110
|
+
var Xre = "__AMPLITUDE_SCRIPT_URL__", Km = "sdk.error.uncaught", qm = function() {
|
|
14111
14111
|
var e = am();
|
|
14112
14112
|
/* istanbul ignore next */
|
|
14113
14113
|
if (!e) return [];
|
|
14114
|
-
var t = e[
|
|
14114
|
+
var t = e[Xre];
|
|
14115
14115
|
return Array.isArray(t) ? t :
|
|
14116
14116
|
/* istanbul ignore next - legacy single URL stored as string */
|
|
14117
14117
|
typeof t == "string" ? [t] : [];
|
|
14118
|
-
},
|
|
14118
|
+
}, Zre = function(e) {
|
|
14119
14119
|
var t = am();
|
|
14120
14120
|
if (!(!t || typeof t.addEventListener != "function")) {
|
|
14121
14121
|
var n = function(e) {
|
|
@@ -14153,7 +14153,7 @@ typeof t == "string" ? [t] : [];
|
|
|
14153
14153
|
}
|
|
14154
14154
|
});
|
|
14155
14155
|
}, i = function(t) {
|
|
14156
|
-
e.recordEvent(
|
|
14156
|
+
e.recordEvent(Km, J({
|
|
14157
14157
|
type: t.type,
|
|
14158
14158
|
message: t.message,
|
|
14159
14159
|
filename: t.filename,
|
|
@@ -14164,7 +14164,7 @@ typeof t == "string" ? [t] : [];
|
|
|
14164
14164
|
t.addEventListener("error", n, !0), t.addEventListener("unhandledrejection", r, !0);
|
|
14165
14165
|
}
|
|
14166
14166
|
}, Jm = function(e) {
|
|
14167
|
-
var t, n, r =
|
|
14167
|
+
var t, n, r = qm();
|
|
14168
14168
|
if (r.length !== 0) try {
|
|
14169
14169
|
for (var i = kp(r), a = i.next(); !a.done; a = i.next()) {
|
|
14170
14170
|
var o = a.value;
|
|
@@ -14202,7 +14202,7 @@ var eie = 1e3, Ym = 300 * 1e3, tie = "https://diagnostics.prod.us-west-2.amplitu
|
|
|
14202
14202
|
n === void 0 && (n = "US"), this.inMemoryTags = {}, this.inMemoryCounters = {}, this.inMemoryHistograms = {}, this.inMemoryEvents = [], this.saveTimer = null, this.flushTimer = null, this.apiKey = e, this.logger = t, this.serverUrl = n === "US" ? tie : nie, this.logger.debug("DiagnosticsClient: Initializing with options", JSON.stringify(r, null, 2)), this.config = J({
|
|
14203
14203
|
enabled: !0,
|
|
14204
14204
|
sampleRate: 0
|
|
14205
|
-
}, r), this.startTimestamp = Date.now(), this.shouldTrack = Pm(this.startTimestamp, this.config.sampleRate) && this.config.enabled,
|
|
14205
|
+
}, r), this.startTimestamp = Date.now(), this.shouldTrack = Pm(this.startTimestamp, this.config.sampleRate) && this.config.enabled, Gm.isSupported() ? this.storage = new Gm(e, t) : this.logger.debug("DiagnosticsClient: IndexedDB is not supported"), this.initializeFlushInterval(), this.shouldTrack && (this.increment("sdk.diagnostics.sampled.in.and.enabled"), Zre(this));
|
|
14206
14206
|
}
|
|
14207
14207
|
return e.prototype.isStorageAndTrackEnabled = function() {
|
|
14208
14208
|
return !!this.storage && !!this.shouldTrack;
|
|
@@ -14450,7 +14450,7 @@ function Qm(e) {
|
|
|
14450
14450
|
}
|
|
14451
14451
|
//#endregion
|
|
14452
14452
|
//#region ../../node_modules/.pnpm/@amplitude+analytics-core@2.47.0/node_modules/@amplitude/analytics-core/lib/esm/remote-config/remote-config-localstorage.js
|
|
14453
|
-
var
|
|
14453
|
+
var $m = function() {
|
|
14454
14454
|
function e(e, t) {
|
|
14455
14455
|
this.key = `AMP_remote_config_${e.substring(0, 10)}`, this.logger = t;
|
|
14456
14456
|
}
|
|
@@ -14486,13 +14486,13 @@ var iie = function() {
|
|
|
14486
14486
|
//#endregion
|
|
14487
14487
|
//#region ../../node_modules/.pnpm/@amplitude+analytics-core@2.47.0/node_modules/@amplitude/analytics-core/lib/esm/remote-config/remote-config.js
|
|
14488
14488
|
Y();
|
|
14489
|
-
var
|
|
14489
|
+
var eh = {
|
|
14490
14490
|
INVALID_API_KEY: 401,
|
|
14491
14491
|
FORBIDDEN: 403,
|
|
14492
14492
|
RATE_LIMIT: 429
|
|
14493
|
-
},
|
|
14493
|
+
}, th = 1e3, nh = 300 * 1e3, rh = function() {
|
|
14494
14494
|
function e(e, t, n, r) {
|
|
14495
|
-
n === void 0 && (n = "US"), this.callbackInfos = [], this.lastSuccessfulFetch = null, this.fetchPromise = null, this.isLastFetchInvalidApiKey = !1, this.apiKey = e, this.serverUrl = r || (n === "US" ? "https://sr-client-cfg.amplitude.com/config" : "https://sr-client-cfg.eu.amplitude.com/config"), this.logger = t, this.storage = new
|
|
14495
|
+
n === void 0 && (n = "US"), this.callbackInfos = [], this.lastSuccessfulFetch = null, this.fetchPromise = null, this.isLastFetchInvalidApiKey = !1, this.apiKey = e, this.serverUrl = r || (n === "US" ? "https://sr-client-cfg.amplitude.com/config" : "https://sr-client-cfg.eu.amplitude.com/config"), this.logger = t, this.storage = new $m(e, t);
|
|
14496
14496
|
}
|
|
14497
14497
|
return e.prototype.subscribe = function(e, t, n) {
|
|
14498
14498
|
var r = sm(), i = {
|
|
@@ -14512,7 +14512,7 @@ var $m = {
|
|
|
14512
14512
|
var e, t, n = this;
|
|
14513
14513
|
return q(this, function(r) {
|
|
14514
14514
|
switch (r.label) {
|
|
14515
|
-
case 0: return this.lastSuccessfulFetch && (e = Date.now() - this.lastSuccessfulFetch, e <
|
|
14515
|
+
case 0: return this.lastSuccessfulFetch && (e = Date.now() - this.lastSuccessfulFetch, e < nh) ? (this.logger.debug("Remote config client skipping updateConfigs: Too recent"), [2]) : [4, this.getOrCreateFetchPromise()];
|
|
14516
14516
|
case 1: return t = r.sent(), this.storage.setConfig(t), this.callbackInfos.forEach(function(e) {
|
|
14517
14517
|
n.sendCallback(e, t, "remote");
|
|
14518
14518
|
}), [2];
|
|
@@ -14576,7 +14576,7 @@ var $m = {
|
|
|
14576
14576
|
}, t.remoteConfig) : t.remoteConfig;
|
|
14577
14577
|
e.callback(r, n, t.lastFetch);
|
|
14578
14578
|
}, e.prototype.fetch = function(e, t) {
|
|
14579
|
-
return e === void 0 && (e = 3), t === void 0 && (t =
|
|
14579
|
+
return e === void 0 && (e = 3), t === void 0 && (t = th), K(this, void 0, void 0, function() {
|
|
14580
14580
|
var n, r, i, a, o, s, c = this;
|
|
14581
14581
|
return q(this, function(l) {
|
|
14582
14582
|
switch (l.label) {
|
|
@@ -14601,7 +14601,7 @@ var $m = {
|
|
|
14601
14601
|
signal: o.signal
|
|
14602
14602
|
})];
|
|
14603
14603
|
case 2: return l = p.sent(), l.ok ? [3, 4] : [4, l.text()];
|
|
14604
|
-
case 3: return u = p.sent(), a.logger.debug(`Remote config client fetch with retry time ${e} failed with ${l.status}: ${u}`), l.status ===
|
|
14604
|
+
case 3: return u = p.sent(), a.logger.debug(`Remote config client fetch with retry time ${e} failed with ${l.status}: ${u}`), l.status === eh.INVALID_API_KEY || l.status === eh.FORBIDDEN ? (a.logger.error(`Remote config client fetch failed with ${l.status}. Invalid API key; future fetches will be skipped.`), a.isLastFetchInvalidApiKey = !0, i = !1) : l.status >= 400 && l.status < 500 && l.status !== eh.RATE_LIMIT && (i = !1), [3, 6];
|
|
14605
14605
|
case 4: return [4, l.json()];
|
|
14606
14606
|
case 5: return d = p.sent(), [2, { value: {
|
|
14607
14607
|
remoteConfig: d,
|
|
@@ -14638,14 +14638,14 @@ var $m = {
|
|
|
14638
14638
|
//#endregion
|
|
14639
14639
|
//#region ../../node_modules/.pnpm/@amplitude+analytics-core@2.47.0/node_modules/@amplitude/analytics-core/lib/esm/observers/console.js
|
|
14640
14640
|
Y();
|
|
14641
|
-
var
|
|
14642
|
-
function
|
|
14643
|
-
return !
|
|
14641
|
+
var ih = am()?.console, ah = {}, oh = {}, sh = !1;
|
|
14642
|
+
function ch(e) {
|
|
14643
|
+
return !ih || typeof ih[e] != "function" ? !1 : oh[e] ? !0 : (oh[e] = ih[e], ih[e] = function() {
|
|
14644
14644
|
var t = [...arguments];
|
|
14645
14645
|
try {
|
|
14646
|
-
if (
|
|
14647
|
-
|
|
14648
|
-
var n =
|
|
14646
|
+
if (ah[e] && !sh) {
|
|
14647
|
+
sh = !0;
|
|
14648
|
+
var n = ah[e];
|
|
14649
14649
|
n && n.forEach(function(n) {
|
|
14650
14650
|
try {
|
|
14651
14651
|
n(e, t);
|
|
@@ -14653,18 +14653,18 @@ function sh(e) {
|
|
|
14653
14653
|
});
|
|
14654
14654
|
}
|
|
14655
14655
|
} catch {}
|
|
14656
|
-
return
|
|
14656
|
+
return sh = !1, oh[e].apply(ih, t);
|
|
14657
14657
|
}, !0);
|
|
14658
14658
|
}
|
|
14659
|
-
function
|
|
14659
|
+
function lh(e, t) {
|
|
14660
14660
|
/* istanbul ignore if */
|
|
14661
|
-
if (!
|
|
14662
|
-
|
|
14661
|
+
if (!ch(e)) return /* @__PURE__ */ Error("Console override failed");
|
|
14662
|
+
ah[e] ? ah[e].push(t) : ah[e] = [t];
|
|
14663
14663
|
}
|
|
14664
|
-
function
|
|
14664
|
+
function uh(e) {
|
|
14665
14665
|
var t, n;
|
|
14666
14666
|
try {
|
|
14667
|
-
for (var r = kp(Object.values(
|
|
14667
|
+
for (var r = kp(Object.values(ah)), i = r.next(); !i.done; i = r.next()) for (var a = i.value, o = a.length - 1; o >= 0; o--) if (a[o] === e) {
|
|
14668
14668
|
a.splice(o, 1);
|
|
14669
14669
|
break;
|
|
14670
14670
|
}
|
|
@@ -14678,12 +14678,12 @@ function lh(e) {
|
|
|
14678
14678
|
}
|
|
14679
14679
|
}
|
|
14680
14680
|
}
|
|
14681
|
-
function
|
|
14681
|
+
function dh() {
|
|
14682
14682
|
var e, t;
|
|
14683
14683
|
try {
|
|
14684
|
-
for (var n = kp(Object.entries(
|
|
14684
|
+
for (var n = kp(Object.entries(oh)), r = n.next(); !r.done; r = n.next()) {
|
|
14685
14685
|
var i = Ap(r.value, 2), a = i[0], o = i[1];
|
|
14686
|
-
o && (
|
|
14686
|
+
o && (ih[a] = o);
|
|
14687
14687
|
}
|
|
14688
14688
|
} catch (t) {
|
|
14689
14689
|
e = { error: t };
|
|
@@ -14694,13 +14694,13 @@ function uh() {
|
|
|
14694
14694
|
if (e) throw e.error;
|
|
14695
14695
|
}
|
|
14696
14696
|
}
|
|
14697
|
-
|
|
14697
|
+
oh = {}, ah = {};
|
|
14698
14698
|
}
|
|
14699
|
-
var
|
|
14700
|
-
addListener:
|
|
14701
|
-
removeListener:
|
|
14702
|
-
_restoreConsole:
|
|
14703
|
-
},
|
|
14699
|
+
var fh = {
|
|
14700
|
+
addListener: lh,
|
|
14701
|
+
removeListener: uh,
|
|
14702
|
+
_restoreConsole: dh
|
|
14703
|
+
}, iie = [
|
|
14704
14704
|
"a",
|
|
14705
14705
|
"button",
|
|
14706
14706
|
"input",
|
|
@@ -17388,8 +17388,8 @@ var l_ = am(), u_ = function() {
|
|
|
17388
17388
|
message: r
|
|
17389
17389
|
});
|
|
17390
17390
|
};
|
|
17391
|
-
return
|
|
17392
|
-
|
|
17391
|
+
return fh.addListener("error", t), function() {
|
|
17392
|
+
fh.removeListener(t);
|
|
17393
17393
|
};
|
|
17394
17394
|
});
|
|
17395
17395
|
}, Gae = function(e, t) {
|
|
@@ -17477,7 +17477,7 @@ var l_ = am(), u_ = function() {
|
|
|
17477
17477
|
} catch {
|
|
17478
17478
|
return;
|
|
17479
17479
|
}
|
|
17480
|
-
},
|
|
17480
|
+
}, f_ = function(e, t, n) {
|
|
17481
17481
|
e.forEach(function(e) {
|
|
17482
17482
|
if (typeof e != "string" && e.actionType === "ATTACH_EVENT_PROPERTY") {
|
|
17483
17483
|
var r = n.extractDataFromDataSource(e.dataSource, t.closestTrackedAncestor);
|
|
@@ -17488,11 +17488,11 @@ var l_ = am(), u_ = function() {
|
|
|
17488
17488
|
//#endregion
|
|
17489
17489
|
//#region ../../node_modules/.pnpm/@amplitude+plugin-autocapture-browser@1.26.0/node_modules/@amplitude/plugin-autocapture-browser/lib/esm/pageActions/triggers.js
|
|
17490
17490
|
Y();
|
|
17491
|
-
var
|
|
17491
|
+
var p_ = {
|
|
17492
17492
|
"[Amplitude] Element Clicked": "click",
|
|
17493
17493
|
"[Amplitude] Element Changed": "change"
|
|
17494
|
-
},
|
|
17495
|
-
var t, n, r, i, a = Object.values(
|
|
17494
|
+
}, m_ = function(e) {
|
|
17495
|
+
var t, n, r, i, a = Object.values(p_).reduce(function(e, t) {
|
|
17496
17496
|
return e[t] = /* @__PURE__ */ new Set(), e;
|
|
17497
17497
|
}, {});
|
|
17498
17498
|
if (!e) return a;
|
|
@@ -17502,7 +17502,7 @@ var f_ = {
|
|
|
17502
17502
|
try {
|
|
17503
17503
|
try {
|
|
17504
17504
|
for (var l = (r = void 0, kp(c.definition)), u = l.next(); !u.done; u = l.next()) {
|
|
17505
|
-
var d =
|
|
17505
|
+
var d = p_[u.value.event_type];
|
|
17506
17506
|
d && a[d].add(c.id);
|
|
17507
17507
|
}
|
|
17508
17508
|
} catch (e) {
|
|
@@ -17528,7 +17528,7 @@ var f_ = {
|
|
|
17528
17528
|
}
|
|
17529
17529
|
}
|
|
17530
17530
|
return a;
|
|
17531
|
-
},
|
|
17531
|
+
}, h_ = function(e) {
|
|
17532
17532
|
var t, n, r, i, a = /* @__PURE__ */ new Map();
|
|
17533
17533
|
try {
|
|
17534
17534
|
for (var o = kp(e), s = o.next(); !s.done; s = o.next()) {
|
|
@@ -17561,15 +17561,15 @@ var f_ = {
|
|
|
17561
17561
|
}
|
|
17562
17562
|
}
|
|
17563
17563
|
return a;
|
|
17564
|
-
},
|
|
17564
|
+
}, g_ = function(e, t) {
|
|
17565
17565
|
return t.filter(function(t) {
|
|
17566
17566
|
return t.definition.some(function(t) {
|
|
17567
|
-
return
|
|
17567
|
+
return p_[t.event_type] === e.type && t.filters.every(function(t) {
|
|
17568
17568
|
return Xae(e, t);
|
|
17569
17569
|
});
|
|
17570
17570
|
});
|
|
17571
17571
|
});
|
|
17572
|
-
},
|
|
17572
|
+
}, __ = function(e, t) {
|
|
17573
17573
|
var n, r, i, a, o = /* @__PURE__ */ new Set();
|
|
17574
17574
|
try {
|
|
17575
17575
|
for (var s = kp(e), c = s.next(); !c.done; c = s.next()) {
|
|
@@ -17599,20 +17599,20 @@ var f_ = {
|
|
|
17599
17599
|
}
|
|
17600
17600
|
}
|
|
17601
17601
|
return Array.from(o);
|
|
17602
|
-
},
|
|
17602
|
+
}, v_ = function() {
|
|
17603
17603
|
function e(e, t, n, r) {
|
|
17604
17604
|
this.groupedLabeledEvents = e, this.labeledEventToTriggerMap = t, this.dataExtractor = n, this.options = r;
|
|
17605
17605
|
}
|
|
17606
17606
|
return e.prototype.evaluate = function(e) {
|
|
17607
17607
|
var t, n, r = this.options.pageActions;
|
|
17608
17608
|
if (!r) return e;
|
|
17609
|
-
var i = g_(
|
|
17609
|
+
var i = __(g_(e, Array.from(this.groupedLabeledEvents[e.type]).map(function(e) {
|
|
17610
17610
|
return r.labeledEvents[e];
|
|
17611
17611
|
})), this.labeledEventToTriggerMap);
|
|
17612
17612
|
try {
|
|
17613
17613
|
for (var a = kp(i), o = a.next(); !o.done; o = a.next()) {
|
|
17614
17614
|
var s = o.value;
|
|
17615
|
-
|
|
17615
|
+
f_(s.actions, e, this.dataExtractor);
|
|
17616
17616
|
}
|
|
17617
17617
|
} catch (e) {
|
|
17618
17618
|
t = { error: e };
|
|
@@ -17627,13 +17627,13 @@ var f_ = {
|
|
|
17627
17627
|
}, e.prototype.update = function(e, t, n) {
|
|
17628
17628
|
this.groupedLabeledEvents = e, this.labeledEventToTriggerMap = t, this.options = n;
|
|
17629
17629
|
}, e;
|
|
17630
|
-
}(),
|
|
17631
|
-
return new
|
|
17630
|
+
}(), y_ = function(e, t, n, r) {
|
|
17631
|
+
return new v_(e, t, n, r);
|
|
17632
17632
|
};
|
|
17633
17633
|
//#endregion
|
|
17634
17634
|
//#region ../../node_modules/.pnpm/@amplitude+plugin-autocapture-browser@1.26.0/node_modules/@amplitude/plugin-autocapture-browser/lib/esm/hierarchy.js
|
|
17635
17635
|
Y();
|
|
17636
|
-
var
|
|
17636
|
+
var b_ = new Set([
|
|
17637
17637
|
"id",
|
|
17638
17638
|
"class",
|
|
17639
17639
|
"style",
|
|
@@ -17652,12 +17652,12 @@ var y_ = new Set([
|
|
|
17652
17652
|
"data-reactroot",
|
|
17653
17653
|
$g,
|
|
17654
17654
|
Oh
|
|
17655
|
-
]),
|
|
17655
|
+
]), x_ = ["type"], S_ = [
|
|
17656
17656
|
"svg",
|
|
17657
17657
|
"path",
|
|
17658
17658
|
"g"
|
|
17659
|
-
],
|
|
17660
|
-
function
|
|
17659
|
+
], C_ = ["password", "hidden"];
|
|
17660
|
+
function w_(e, t) {
|
|
17661
17661
|
var n, r;
|
|
17662
17662
|
if (e === null) return null;
|
|
17663
17663
|
var i = String(e.tagName).toLowerCase(), a = { tag: i }, o = Array.from(e.parentElement?.children ?? []);
|
|
@@ -17671,12 +17671,12 @@ function C_(e, t) {
|
|
|
17671
17671
|
var l = Array.from(e.classList);
|
|
17672
17672
|
l.length && (a.classes = l);
|
|
17673
17673
|
var u = {}, d = Array.from(e.attributes).filter(function(e) {
|
|
17674
|
-
return !
|
|
17674
|
+
return !b_.has(e.name);
|
|
17675
17675
|
}), f = !Nae(e);
|
|
17676
|
-
if (!
|
|
17676
|
+
if (!C_.includes(String(e.getAttribute("type"))) && !S_.includes(i)) try {
|
|
17677
17677
|
for (var p = kp(d), m = p.next(); !m.done; m = p.next()) {
|
|
17678
17678
|
var h = m.value;
|
|
17679
|
-
if (!(f && !
|
|
17679
|
+
if (!(f && !x_.includes(h.name))) {
|
|
17680
17680
|
if (t.has(h.name)) {
|
|
17681
17681
|
u[h.name] = kh;
|
|
17682
17682
|
continue;
|
|
@@ -17695,7 +17695,7 @@ function C_(e, t) {
|
|
|
17695
17695
|
}
|
|
17696
17696
|
return Object.keys(u).length && (a.attrs = u), a;
|
|
17697
17697
|
}
|
|
17698
|
-
function
|
|
17698
|
+
function T_(e) {
|
|
17699
17699
|
var t = [];
|
|
17700
17700
|
if (!e) return t;
|
|
17701
17701
|
t.push(e);
|
|
@@ -17705,34 +17705,34 @@ function w_(e) {
|
|
|
17705
17705
|
//#endregion
|
|
17706
17706
|
//#region ../../node_modules/.pnpm/@amplitude+plugin-autocapture-browser@1.26.0/node_modules/@amplitude/plugin-autocapture-browser/lib/esm/libs/element-path.js
|
|
17707
17707
|
Y();
|
|
17708
|
-
var
|
|
17708
|
+
var E_ = function() {
|
|
17709
17709
|
function e(e, t) {
|
|
17710
17710
|
this.value = e, this.optimized = t;
|
|
17711
17711
|
}
|
|
17712
17712
|
return e.prototype.toString = function() {
|
|
17713
17713
|
return this.value;
|
|
17714
17714
|
}, e;
|
|
17715
|
-
}(),
|
|
17715
|
+
}(), D_ = function(e, t) {
|
|
17716
17716
|
if (e.nodeType !== Node.ELEMENT_NODE) return "";
|
|
17717
17717
|
for (var n = [], r = e; r;) {
|
|
17718
|
-
var i =
|
|
17718
|
+
var i = O_(r, !!t, r === e);
|
|
17719
17719
|
if (!i || (n.push(i), i.optimized)) break;
|
|
17720
17720
|
r = r.parentElement;
|
|
17721
17721
|
}
|
|
17722
17722
|
return n.reverse(), n.join(" > ");
|
|
17723
|
-
},
|
|
17723
|
+
}, O_ = function(e, t, n) {
|
|
17724
17724
|
var r, i;
|
|
17725
17725
|
if (e.nodeType !== Node.ELEMENT_NODE) return null;
|
|
17726
17726
|
var a = e.getAttribute("id");
|
|
17727
17727
|
if (t) {
|
|
17728
|
-
if (a) return new
|
|
17728
|
+
if (a) return new E_(u(a), !0);
|
|
17729
17729
|
var o = e.tagName.toLowerCase();
|
|
17730
|
-
if (o === "body" || o === "head" || o === "html") return new
|
|
17730
|
+
if (o === "body" || o === "head" || o === "html") return new E_(o, !0);
|
|
17731
17731
|
}
|
|
17732
17732
|
var s = e.tagName.toLowerCase();
|
|
17733
|
-
if (a) return new
|
|
17733
|
+
if (a) return new E_(s + u(a), !0);
|
|
17734
17734
|
var c = e.parentNode;
|
|
17735
|
-
if (!c || c.nodeType === Node.DOCUMENT_NODE) return new
|
|
17735
|
+
if (!c || c.nodeType === Node.DOCUMENT_NODE) return new E_(s, !0);
|
|
17736
17736
|
function l(e) {
|
|
17737
17737
|
var t = e.getAttribute("class");
|
|
17738
17738
|
return t ? t.split(/\s+/g).filter(Boolean).map(function(e) {
|
|
@@ -17782,12 +17782,12 @@ var T_ = function() {
|
|
|
17782
17782
|
if (r) throw r.error;
|
|
17783
17783
|
}
|
|
17784
17784
|
}
|
|
17785
|
-
return new
|
|
17785
|
+
return new E_(C, !1);
|
|
17786
17786
|
};
|
|
17787
17787
|
//#endregion
|
|
17788
17788
|
//#region ../../node_modules/.pnpm/@amplitude+plugin-autocapture-browser@1.26.0/node_modules/@amplitude/plugin-autocapture-browser/lib/esm/data-extractor.js
|
|
17789
17789
|
Y();
|
|
17790
|
-
var
|
|
17790
|
+
var k_ = function() {
|
|
17791
17791
|
function e(e, t) {
|
|
17792
17792
|
var n, r, i = this;
|
|
17793
17793
|
this.replaceSensitiveString = function(e) {
|
|
@@ -17795,7 +17795,7 @@ var O_ = function() {
|
|
|
17795
17795
|
}, this.getHierarchy = function(e) {
|
|
17796
17796
|
var t, n, r, a = performance.now(), o = [];
|
|
17797
17797
|
if (!e) return [];
|
|
17798
|
-
for (var s =
|
|
17798
|
+
for (var s = T_(e), c = /* @__PURE__ */ new Map(), l = s.length - 1; l >= 0; l--) {
|
|
17799
17799
|
var u = s[l];
|
|
17800
17800
|
if (u) {
|
|
17801
17801
|
var d = Pae(u.getAttribute($g)), f = l === s.length - 1 ? [] : c.get(s[l + 1]) ?? /* @__PURE__ */ new Set(), p = new Set(jp(jp([], Ap(f), !1), Ap(d), !1));
|
|
@@ -17803,7 +17803,7 @@ var O_ = function() {
|
|
|
17803
17803
|
}
|
|
17804
17804
|
}
|
|
17805
17805
|
o = s.map(function(e) {
|
|
17806
|
-
return
|
|
17806
|
+
return w_(e, c.get(e) ?? /* @__PURE__ */ new Set());
|
|
17807
17807
|
});
|
|
17808
17808
|
var m = function(e) {
|
|
17809
17809
|
e?.attrs && Object.entries(e.attrs).forEach(function(t) {
|
|
@@ -17841,7 +17841,7 @@ var O_ = function() {
|
|
|
17841
17841
|
}, this.getElementPath = function(e) {
|
|
17842
17842
|
var t;
|
|
17843
17843
|
if (!e) return "";
|
|
17844
|
-
var n = performance.now(), r =
|
|
17844
|
+
var n = performance.now(), r = D_(e), a = performance.now();
|
|
17845
17845
|
return (t = i.diagnosticsClient) == null || t.recordHistogram("autocapturePlugin.getElementPath", a - n), r;
|
|
17846
17846
|
}, this.getEventProperties = function(e, t, n) {
|
|
17847
17847
|
var r, a, o = ((a = t?.tagName)?.toLowerCase)?.call(a), s = typeof t.getBoundingClientRect == "function" ? t.getBoundingClientRect() : {
|
|
@@ -17938,7 +17938,7 @@ var O_ = function() {
|
|
|
17938
17938
|
}();
|
|
17939
17939
|
//#endregion
|
|
17940
17940
|
//#region ../../node_modules/.pnpm/@amplitude+plugin-autocapture-browser@1.26.0/node_modules/@amplitude/plugin-autocapture-browser/lib/esm/autocapture/track-exposure.js
|
|
17941
|
-
function
|
|
17941
|
+
function A_(e) {
|
|
17942
17942
|
var t = e.allObservables, n = e.onExposure, r = e.dataExtractor, i = e.exposureDuration, a = i === void 0 ? 150 : i, o = /* @__PURE__ */ new Map(), s = /* @__PURE__ */ new Map(), c = t.exposureObservable.subscribe(function(e) {
|
|
17943
17943
|
var t = e, i = t.target;
|
|
17944
17944
|
if (t.isIntersecting) {
|
|
@@ -17966,7 +17966,7 @@ function k_(e) {
|
|
|
17966
17966
|
}
|
|
17967
17967
|
//#endregion
|
|
17968
17968
|
//#region ../../node_modules/.pnpm/@amplitude+plugin-autocapture-browser@1.26.0/node_modules/@amplitude/plugin-autocapture-browser/lib/esm/autocapture/track-viewport-content-updated.js
|
|
17969
|
-
function
|
|
17969
|
+
function j_(e) {
|
|
17970
17970
|
var t, n = e.amplitude, r = e.scrollTracker, i = e.currentElementExposed, a = e.elementExposedForPage, o = e.exposureTracker, s = e.isPageEnd, c = e.lastScroll, l = r.getState(), u = am(), d = u?.innerWidth ?? 0, f = u?.innerHeight ?? 0, p = (t = {}, t[Yg] = u?.location?.href, t[Dae] = l.maxX + d, t[Oae] = l.maxY + f, t[Xg] = f, t[Zg] = d, t["[Amplitude] Element Exposed"] = Array.from(i), t), m = i_();
|
|
17971
17971
|
if (m && (p[Qg] = m), i.size === 0 && l.maxX === c.maxX && l.maxY === c.maxY) {
|
|
17972
17972
|
s && (r.reset(), a.clear(), o?.reset());
|
|
@@ -17974,7 +17974,7 @@ function A_(e) {
|
|
|
17974
17974
|
}
|
|
17975
17975
|
n?.track("[Amplitude] Viewport Content Updated", p), c.maxX = l.maxX, c.maxY = l.maxY, i.clear(), s && (r.reset(), a.clear(), o?.reset());
|
|
17976
17976
|
}
|
|
17977
|
-
function
|
|
17977
|
+
function M_(e, t, n, r) {
|
|
17978
17978
|
if (!t.has(e)) {
|
|
17979
17979
|
t.add(e), n.add(e);
|
|
17980
17980
|
var i = Array.from(n);
|
|
@@ -17984,14 +17984,14 @@ function j_(e, t, n, r) {
|
|
|
17984
17984
|
//#endregion
|
|
17985
17985
|
//#region ../../node_modules/.pnpm/@amplitude+plugin-autocapture-browser@1.26.0/node_modules/@amplitude/plugin-autocapture-browser/lib/esm/autocapture-plugin.js
|
|
17986
17986
|
Y();
|
|
17987
|
-
var
|
|
17987
|
+
var N_;
|
|
17988
17988
|
(function(e) {
|
|
17989
17989
|
e.ClickObservable = "clickObservable", e.ChangeObservable = "changeObservable", e.NavigateObservable = "navigateObservable", e.MutationObservable = "mutationObservable", e.ScrollObservable = "scrollObservable", e.ExposureObservable = "exposureObservable", e.BrowserErrorObservable = "browserErrorObservable", e.SelectionObservable = "selectionObservable", e.MouseMoveObservable = "mouseMoveObservable";
|
|
17990
|
-
})(
|
|
17991
|
-
var
|
|
17990
|
+
})(N_ ||= {});
|
|
17991
|
+
var P_ = function(e, t) {
|
|
17992
17992
|
e === void 0 && (e = {}), t?.diagnosticsClient.setTag("plugin.autocapture.version", "1.26.0");
|
|
17993
17993
|
var n = e.dataAttributePrefix, r = n === void 0 ? ph : n, i = e.visualTaggingOptions, a = i === void 0 ? { enabled: !0 } : i;
|
|
17994
|
-
e.cssSelectorAllowlist = e.cssSelectorAllowlist ??
|
|
17994
|
+
e.cssSelectorAllowlist = e.cssSelectorAllowlist ?? iie, e.actionClickAllowlist = e.actionClickAllowlist ?? aie, e.debounceTime = e.debounceTime ?? 0;
|
|
17995
17995
|
var o = e.viewportContentUpdated?.enabled !== !1, s = e.viewportContentUpdated?.exposureDuration ?? e.exposureDuration ?? 150;
|
|
17996
17996
|
e.viewportContentUpdated = J(J({}, e.viewportContentUpdated), { exposureDuration: s }), e.pageUrlExcludelist = e.pageUrlExcludelist?.reduce(function(e, t) {
|
|
17997
17997
|
if (typeof t == "string" && e.push(t), t instanceof RegExp && e.push(t), typeof t == "object" && t && "pattern" in t) try {
|
|
@@ -18001,7 +18001,7 @@ var N_ = function(e, t) {
|
|
|
18001
18001
|
}
|
|
18002
18002
|
return e;
|
|
18003
18003
|
}, []);
|
|
18004
|
-
var c = cae, l = "enrichment", u = [], d = new
|
|
18004
|
+
var c = cae, l = "enrichment", u = [], d = new k_(e, t), f = /* @__PURE__ */ new Set(), p = /* @__PURE__ */ new Set(), m, h = function() {
|
|
18005
18005
|
var t, n = Bh(d_().map(function(t) {
|
|
18006
18006
|
return d.addAdditionalEventProperties(t, "click", e.cssSelectorAllowlist, r);
|
|
18007
18007
|
})), i = Bh(new Lh.default(function(t) {
|
|
@@ -18027,9 +18027,9 @@ var N_ = function(e, t) {
|
|
|
18027
18027
|
var o = Bh(u_().map(function(t) {
|
|
18028
18028
|
return d.addAdditionalEventProperties(t, "mutation", e.cssSelectorAllowlist, r);
|
|
18029
18029
|
})), s = Uae(), c = Gae(o, e.cssSelectorAllowlist);
|
|
18030
|
-
return t = {}, t[
|
|
18031
|
-
}, g =
|
|
18032
|
-
t && (e.pageActions = J(J({}, e.pageActions), t), g =
|
|
18030
|
+
return t = {}, t[N_.ChangeObservable] = i, t[N_.ClickObservable] = n, t[N_.MutationObservable] = o, t[N_.NavigateObservable] = a, t[N_.ScrollObservable] = s, t[N_.ExposureObservable] = c, t;
|
|
18031
|
+
}, g = m_(Object.values(e.pageActions?.labeledEvents ?? {})), _ = h_(e.pageActions?.triggers ?? []), v = y_(g, _, d, e), y = function(t) {
|
|
18032
|
+
t && (e.pageActions = J(J({}, e.pageActions), t), g = m_(Object.values(e.pageActions.labeledEvents ?? {})), _ = h_(e.pageActions.triggers ?? []), v.update(g, _, e));
|
|
18033
18033
|
};
|
|
18034
18034
|
return {
|
|
18035
18035
|
name: c,
|
|
@@ -18073,7 +18073,7 @@ var N_ = function(e, t) {
|
|
|
18073
18073
|
}), u.push(w), T = {}, E = am(), D = function(e) {
|
|
18074
18074
|
e && i || (setTimeout(function() {
|
|
18075
18075
|
i = !1;
|
|
18076
|
-
}, 100), i = !0,
|
|
18076
|
+
}, 100), i = !0, j_({
|
|
18077
18077
|
amplitude: n,
|
|
18078
18078
|
scrollTracker: w,
|
|
18079
18079
|
currentElementExposed: p,
|
|
@@ -18083,8 +18083,8 @@ var N_ = function(e, t) {
|
|
|
18083
18083
|
lastScroll: l
|
|
18084
18084
|
}));
|
|
18085
18085
|
}, O = function(e) {
|
|
18086
|
-
|
|
18087
|
-
}, o && (T.exposure =
|
|
18086
|
+
M_(e, f, p, D);
|
|
18087
|
+
}, o && (T.exposure = A_({
|
|
18088
18088
|
allObservables: b,
|
|
18089
18089
|
onExposure: O,
|
|
18090
18090
|
dataExtractor: d,
|
|
@@ -18096,7 +18096,7 @@ var N_ = function(e, t) {
|
|
|
18096
18096
|
E?.removeEventListener("beforeunload", k);
|
|
18097
18097
|
}, u.push({ unsubscribe: function() {
|
|
18098
18098
|
return m();
|
|
18099
|
-
} }), A = b[
|
|
18099
|
+
} }), A = b[N_.NavigateObservable], A ? u.push(A.subscribe(function() {
|
|
18100
18100
|
D(!0);
|
|
18101
18101
|
})) : E && (j = function() {
|
|
18102
18102
|
D(!0);
|
|
@@ -18150,16 +18150,16 @@ var N_ = function(e, t) {
|
|
|
18150
18150
|
//#endregion
|
|
18151
18151
|
//#region ../../node_modules/.pnpm/@amplitude+plugin-autocapture-browser@1.26.0/node_modules/@amplitude/plugin-autocapture-browser/lib/esm/autocapture/track-dead-click.js
|
|
18152
18152
|
Y();
|
|
18153
|
-
var
|
|
18154
|
-
function
|
|
18153
|
+
var F_ = 3e3, I_ = ["mutation", "navigate"];
|
|
18154
|
+
function L_(e) {
|
|
18155
18155
|
var t = e.amplitude, n = e.allObservables, r = e.getEventProperties, i = e.shouldTrackDeadClick, a = n.clickObservable, o = n.mutationObservable, s = n.navigateObservable, c = zh(a.filter(function(e) {
|
|
18156
18156
|
return o_(e) && i("click", e.closestTrackedAncestor) && e.event.target instanceof Element && e.event.target.closest("a[target=\"_blank\"]") === null && e.event.button === s_.LEFT_OR_TOUCH_CONTACT;
|
|
18157
18157
|
}), s ? zh(o, s) : o), l = null;
|
|
18158
18158
|
return Rh(c, function(e) {
|
|
18159
|
-
return l &&
|
|
18159
|
+
return l && I_.includes(e.type) ? (clearTimeout(l), l = null, Promise.resolve(null)) : e.type === "click" ? l ? Promise.resolve(null) : new Promise(function(t) {
|
|
18160
18160
|
l = setTimeout(function() {
|
|
18161
18161
|
t(e), l = null;
|
|
18162
|
-
},
|
|
18162
|
+
}, F_);
|
|
18163
18163
|
}) : Promise.resolve(null);
|
|
18164
18164
|
}).subscribe(function(e) {
|
|
18165
18165
|
if (e) {
|
|
@@ -18174,12 +18174,12 @@ function I_(e) {
|
|
|
18174
18174
|
//#endregion
|
|
18175
18175
|
//#region ../../node_modules/.pnpm/@amplitude+plugin-autocapture-browser@1.26.0/node_modules/@amplitude/plugin-autocapture-browser/lib/esm/autocapture/track-rage-click.js
|
|
18176
18176
|
Y();
|
|
18177
|
-
var
|
|
18178
|
-
function
|
|
18177
|
+
var R_ = 4, z_ = lie, B_ = 50;
|
|
18178
|
+
function V_(e, t) {
|
|
18179
18179
|
var n = t.event, r = n.pageX, i = n.pageY;
|
|
18180
|
-
e.yMin = Math.min(e.yMin ?? i, i), e.yMax = Math.max(e.yMax ?? i, i), e.xMin = Math.min(e.xMin ?? r, r), e.xMax = Math.max(e.xMax ?? r, r), e.isOutOfBounds = e.yMax - e.yMin >
|
|
18180
|
+
e.yMin = Math.min(e.yMin ?? i, i), e.yMax = Math.max(e.yMax ?? i, i), e.xMin = Math.min(e.xMin ?? r, r), e.xMax = Math.max(e.xMax ?? r, r), e.isOutOfBounds = e.yMax - e.yMin > B_ || e.xMax - e.xMin > B_;
|
|
18181
18181
|
}
|
|
18182
|
-
function
|
|
18182
|
+
function H_(e) {
|
|
18183
18183
|
/* istanbul ignore if */
|
|
18184
18184
|
if (e.length === 0) return null;
|
|
18185
18185
|
var t = e[0], n = e[e.length - 1];
|
|
@@ -18200,17 +18200,17 @@ function V_(e) {
|
|
|
18200
18200
|
time: t.timestamp
|
|
18201
18201
|
};
|
|
18202
18202
|
}
|
|
18203
|
-
function H_(e, t) {
|
|
18204
|
-
var n = e[Math.max(0, e.length - L_ + 1)];
|
|
18205
|
-
return t.timestamp - n.timestamp >= R_;
|
|
18206
|
-
}
|
|
18207
18203
|
function U_(e, t) {
|
|
18204
|
+
var n = e[Math.max(0, e.length - R_ + 1)];
|
|
18205
|
+
return t.timestamp - n.timestamp >= z_;
|
|
18206
|
+
}
|
|
18207
|
+
function W_(e, t) {
|
|
18208
18208
|
return e.length > 0 && e[e.length - 1].closestTrackedAncestor !== t.closestTrackedAncestor;
|
|
18209
18209
|
}
|
|
18210
|
-
function
|
|
18210
|
+
function G_(e) {
|
|
18211
18211
|
var t = this, n = e.amplitude, r = e.allObservables, i = e.shouldTrackRageClick, a = r.clickObservable, o = r.selectionObservable, s = [], c = {}, l = null;
|
|
18212
18212
|
function u(e) {
|
|
18213
|
-
s = [], c = {}, e && (
|
|
18213
|
+
s = [], c = {}, e && (V_(c, e), s.push(e));
|
|
18214
18214
|
}
|
|
18215
18215
|
var d = Rh(a.filter(function(e) {
|
|
18216
18216
|
return i("click", e.closestTrackedAncestor);
|
|
@@ -18218,12 +18218,12 @@ function W_(e) {
|
|
|
18218
18218
|
return K(t, void 0, void 0, function() {
|
|
18219
18219
|
var t;
|
|
18220
18220
|
return q(this, function(n) {
|
|
18221
|
-
return
|
|
18221
|
+
return V_(c, e), t = null, s.length === 0 || W_(s, e) || U_(s, e) || c.isOutOfBounds ? (l && (t = H_(s)), u(e)) : s.push(e), l &&= (clearTimeout(l.timerId), l.resolve(t), null), s.length >= R_ ? [2, new Promise(function(e) {
|
|
18222
18222
|
l = {
|
|
18223
18223
|
resolve: e,
|
|
18224
18224
|
timerId: setTimeout(function() {
|
|
18225
|
-
e(
|
|
18226
|
-
},
|
|
18225
|
+
e(H_(s));
|
|
18226
|
+
}, z_)
|
|
18227
18227
|
};
|
|
18228
18228
|
})] : [2, null];
|
|
18229
18229
|
});
|
|
@@ -18241,8 +18241,8 @@ function W_(e) {
|
|
|
18241
18241
|
//#endregion
|
|
18242
18242
|
//#region ../../node_modules/.pnpm/@amplitude+plugin-autocapture-browser@1.26.0/node_modules/@amplitude/plugin-autocapture-browser/lib/esm/autocapture/track-error-click.js
|
|
18243
18243
|
Y();
|
|
18244
|
-
var
|
|
18245
|
-
function
|
|
18244
|
+
var K_ = 2e3;
|
|
18245
|
+
function q_(e) {
|
|
18246
18246
|
var t = e.amplitude, n = e.allObservables, r = e.shouldTrackErrorClick, i = n.clickObservable, a = n.browserErrorObservable, o = i.filter(function(e) {
|
|
18247
18247
|
return o_(e) && r("click", e.closestTrackedAncestor) && e.event.target instanceof Element && e.event.target.closest("a[target=\"_blank\"]") === null && e.event.button === s_.LEFT_OR_TOUCH_CONTACT;
|
|
18248
18248
|
}), s = null, c = null, l = function() {
|
|
@@ -18251,7 +18251,7 @@ function K_(e) {
|
|
|
18251
18251
|
return zh(o, a).subscribe(function(e) {
|
|
18252
18252
|
var n;
|
|
18253
18253
|
if (e.type === "click") {
|
|
18254
|
-
l(), c = e, s = setTimeout(l,
|
|
18254
|
+
l(), c = e, s = setTimeout(l, K_);
|
|
18255
18255
|
return;
|
|
18256
18256
|
}
|
|
18257
18257
|
e.type === "error" && c && (t.track(pae, J((n = {}, n["[Amplitude] Kind"] = e.event.kind, n["[Amplitude] Message"] = e.event.message, n["[Amplitude] Stack"] = e.event.stack, n["[Amplitude] Filename"] = e.event.filename, n["[Amplitude] Line Number"] = e.event.lineNumber, n["[Amplitude] Column Number"] = e.event.columnNumber, n), c.targetElementProperties)), l());
|
|
@@ -18259,15 +18259,15 @@ function K_(e) {
|
|
|
18259
18259
|
}
|
|
18260
18260
|
//#endregion
|
|
18261
18261
|
//#region ../../node_modules/.pnpm/@amplitude+plugin-autocapture-browser@1.26.0/node_modules/@amplitude/plugin-autocapture-browser/lib/esm/autocapture/track-thrashed-cursor.js
|
|
18262
|
-
var
|
|
18262
|
+
var J_;
|
|
18263
18263
|
(function(e) {
|
|
18264
18264
|
e.INCREASING = "increasing", e.DECREASING = "decreasing";
|
|
18265
|
-
})(
|
|
18266
|
-
var
|
|
18265
|
+
})(J_ ||= {});
|
|
18266
|
+
var Y_;
|
|
18267
18267
|
(function(e) {
|
|
18268
18268
|
e.X = "x", e.Y = "y";
|
|
18269
|
-
})(
|
|
18270
|
-
var
|
|
18269
|
+
})(Y_ ||= {});
|
|
18270
|
+
var X_ = function(e) {
|
|
18271
18271
|
var t = e.allWindowObservables.mouseMoveObservable;
|
|
18272
18272
|
return new Lh.default(function(e) {
|
|
18273
18273
|
var n = null, r = null, i = null;
|
|
@@ -18280,37 +18280,37 @@ var Y_ = function(e) {
|
|
|
18280
18280
|
n = a;
|
|
18281
18281
|
return;
|
|
18282
18282
|
}
|
|
18283
|
-
a.x > n.x ? (r ===
|
|
18283
|
+
a.x > n.x ? (r === J_.DECREASING && e.next(Y_.X), r = J_.INCREASING) : a.x < n.x && (r === J_.INCREASING && e.next(Y_.X), r = J_.DECREASING), a.y > n.y ? (i === J_.DECREASING && e.next(Y_.Y), i = J_.INCREASING) : a.y < n.y && (i === J_.INCREASING && e.next(Y_.Y), i = J_.DECREASING), n = a;
|
|
18284
18284
|
});
|
|
18285
18285
|
});
|
|
18286
18286
|
};
|
|
18287
|
-
function
|
|
18287
|
+
function Z_(e) {
|
|
18288
18288
|
var t = +Date.now();
|
|
18289
18289
|
e.startTime = e.startTime || t;
|
|
18290
18290
|
var n = e.changes, r = e.changesThreshold;
|
|
18291
18291
|
n.push(t), n.length > r && n.shift();
|
|
18292
18292
|
}
|
|
18293
|
-
function
|
|
18293
|
+
function Q_(e) {
|
|
18294
18294
|
var t = e.changes, n = e.changesThreshold, r = e.thresholdMs;
|
|
18295
18295
|
return t.length < n ? !1 : t[t.length - 1] - t[0] < r;
|
|
18296
18296
|
}
|
|
18297
|
-
function
|
|
18297
|
+
function $_(e) {
|
|
18298
18298
|
e.changes = [], e.startTime = void 0;
|
|
18299
18299
|
}
|
|
18300
|
-
function
|
|
18300
|
+
function ev(e) {
|
|
18301
18301
|
for (var t = e.changes, n = e.thresholdMs, r = 0, i = t[t.length - 1]; r < t.length && !(i - t[r] < n); r++);
|
|
18302
18302
|
r !== 0 && (e.startTime = t[r], e.changes.splice(0, r));
|
|
18303
18303
|
}
|
|
18304
|
-
function
|
|
18304
|
+
function tv(e, t) {
|
|
18305
18305
|
var n = void 0;
|
|
18306
|
-
if (
|
|
18306
|
+
if (Q_(e) && (n = e.startTime), Q_(t)) {
|
|
18307
18307
|
var r = t.startTime;
|
|
18308
18308
|
r && (!n || r < n) && (n = r);
|
|
18309
18309
|
}
|
|
18310
18310
|
return n;
|
|
18311
18311
|
}
|
|
18312
|
-
var
|
|
18313
|
-
var t = e.mouseDirectionChangeObservable, n = e.directionChanges, r = n === void 0 ?
|
|
18312
|
+
var nv = 20, rv = 2e3, iv = function(e) {
|
|
18313
|
+
var t = e.mouseDirectionChangeObservable, n = e.directionChanges, r = n === void 0 ? nv : n, i = e.thresholdMs, a = i === void 0 ? rv : i;
|
|
18314
18314
|
return new Lh.default(function(e) {
|
|
18315
18315
|
var n = {
|
|
18316
18316
|
changes: [],
|
|
@@ -18322,24 +18322,24 @@ var tv = 20, nv = 2e3, rv = function(e) {
|
|
|
18322
18322
|
thresholdMs: a
|
|
18323
18323
|
}, o = void 0, s = null;
|
|
18324
18324
|
function c() {
|
|
18325
|
-
o !== void 0 && (e.next(o), o = void 0, s !== null && clearTimeout(s),
|
|
18325
|
+
o !== void 0 && (e.next(o), o = void 0, s !== null && clearTimeout(s), $_(n), $_(i));
|
|
18326
18326
|
}
|
|
18327
18327
|
return t.subscribe(function(e) {
|
|
18328
|
-
s !== null && clearTimeout(s),
|
|
18329
|
-
var t =
|
|
18328
|
+
s !== null && clearTimeout(s), Z_(e === Y_.X ? n : i);
|
|
18329
|
+
var t = tv(n, i);
|
|
18330
18330
|
/* istanbul ignore next */
|
|
18331
18331
|
return t ? (o ||= t, s = setTimeout(function() {
|
|
18332
18332
|
c(), s = null;
|
|
18333
|
-
}, a)) : c(),
|
|
18333
|
+
}, a)) : c(), ev(n), ev(i), function() {
|
|
18334
18334
|
/* istanbul ignore if */
|
|
18335
18335
|
s !== null && (clearTimeout(s), s = null);
|
|
18336
18336
|
};
|
|
18337
18337
|
});
|
|
18338
18338
|
});
|
|
18339
|
-
},
|
|
18340
|
-
var t = e.amplitude, n = e.options, r = e.allObservables, i = e.directionChanges, a = i === void 0 ?
|
|
18341
|
-
return
|
|
18342
|
-
mouseDirectionChangeObservable:
|
|
18339
|
+
}, av = function(e) {
|
|
18340
|
+
var t = e.amplitude, n = e.options, r = e.allObservables, i = e.directionChanges, a = i === void 0 ? nv : i, o = e.thresholdMs, s = o === void 0 ? rv : o;
|
|
18341
|
+
return iv({
|
|
18342
|
+
mouseDirectionChangeObservable: X_({ allWindowObservables: r }),
|
|
18343
18343
|
directionChanges: a,
|
|
18344
18344
|
thresholdMs: s
|
|
18345
18345
|
}).subscribe(function(e) {
|
|
@@ -18349,18 +18349,18 @@ var tv = 20, nv = 2e3, rv = function(e) {
|
|
|
18349
18349
|
//#endregion
|
|
18350
18350
|
//#region ../../node_modules/.pnpm/@amplitude+plugin-autocapture-browser@1.26.0/node_modules/@amplitude/plugin-autocapture-browser/lib/esm/frustration-plugin.js
|
|
18351
18351
|
Y();
|
|
18352
|
-
function
|
|
18352
|
+
function ov(e, t, n, r) {
|
|
18353
18353
|
if (!r) return [];
|
|
18354
18354
|
var i = e[t];
|
|
18355
18355
|
return typeof i == "object" && i && "cssSelectorAllowlist" in i && Array.isArray(i.cssSelectorAllowlist) ? i.cssSelectorAllowlist : n;
|
|
18356
18356
|
}
|
|
18357
|
-
var
|
|
18357
|
+
var sv = 5, cv = 4e3, lv = function(e) {
|
|
18358
18358
|
e === void 0 && (e = {});
|
|
18359
18359
|
var t = lae, n = "enrichment", r = [], i = e.errorClicks !== !1;
|
|
18360
18360
|
e.errorClicks || (i = !1);
|
|
18361
18361
|
var a = e.deadClicks !== !1 && e.deadClicks !== null, o = e.rageClicks !== !1 && e.rageClicks !== null, s = e.thrashedCursor !== !1 && e.thrashedCursor !== null;
|
|
18362
18362
|
e.thrashedCursor || (s = !1);
|
|
18363
|
-
var c =
|
|
18363
|
+
var c = ov(e, "rageClicks", cie, o), l = ov(e, "deadClicks", oie, a), u = ov(e, "errorClicks", sie, i), d = e.dataAttributePrefix ?? ph, f = new k_(e), p = jp([], Ap(new Set(jp(jp(jp([], Ap(c), !1), Ap(l), !1), Ap(u), !1))), !1), m = function() {
|
|
18364
18364
|
var e, t = Bh(d_("pointerdown").map(function(e) {
|
|
18365
18365
|
return f.addAdditionalEventProperties(e, "click", p, d, !0);
|
|
18366
18366
|
})), n = Bh(Jae().map(function(e) {
|
|
@@ -18397,7 +18397,7 @@ var ov = 5, sv = 4e3, cv = function(e) {
|
|
|
18397
18397
|
window.document.removeEventListener("selectionchange", t);
|
|
18398
18398
|
};
|
|
18399
18399
|
})), o = Bh(Yae());
|
|
18400
|
-
return e = {}, e[
|
|
18400
|
+
return e = {}, e[N_.ClickObservable] = t, e[N_.MutationObservable] = r, e[N_.NavigateObservable] = i, e[N_.BrowserErrorObservable] = n, e[N_.SelectionObservable] = a, e[N_.MouseMoveObservable] = o, e;
|
|
18401
18401
|
};
|
|
18402
18402
|
return {
|
|
18403
18403
|
name: t,
|
|
@@ -18406,22 +18406,22 @@ var ov = 5, sv = 4e3, cv = function(e) {
|
|
|
18406
18406
|
return K(void 0, void 0, void 0, function() {
|
|
18407
18407
|
var h, g, _, v, y, b, x, S, C, w, T;
|
|
18408
18408
|
return q(this, function(E) {
|
|
18409
|
-
return typeof document > "u" ? [2] : (h = m(), o && (g = n_(e, c), _ =
|
|
18409
|
+
return typeof document > "u" ? [2] : (h = m(), o && (g = n_(e, c), _ = G_({
|
|
18410
18410
|
allObservables: h,
|
|
18411
18411
|
amplitude: p,
|
|
18412
18412
|
shouldTrackRageClick: g
|
|
18413
|
-
}), r.push(_)), a && (v = n_(e, l), y =
|
|
18413
|
+
}), r.push(_)), a && (v = n_(e, l), y = L_({
|
|
18414
18414
|
amplitude: p,
|
|
18415
18415
|
allObservables: h,
|
|
18416
18416
|
getEventProperties: function(e, t) {
|
|
18417
18417
|
return f.getEventProperties(e, t, d);
|
|
18418
18418
|
},
|
|
18419
18419
|
shouldTrackDeadClick: v
|
|
18420
|
-
}), r.push(y)), i && (b = n_(e, u), x =
|
|
18420
|
+
}), r.push(y)), i && (b = n_(e, u), x = q_({
|
|
18421
18421
|
amplitude: p,
|
|
18422
18422
|
allObservables: h,
|
|
18423
18423
|
shouldTrackErrorClick: b
|
|
18424
|
-
}), r.push(x)), s && (S = void 0, C = void 0, typeof e.thrashedCursor == "object" && (S = e.thrashedCursor.directionChanges, C = e.thrashedCursor.threshold, S && S <
|
|
18424
|
+
}), r.push(x)), s && (S = void 0, C = void 0, typeof e.thrashedCursor == "object" && (S = e.thrashedCursor.directionChanges, C = e.thrashedCursor.threshold, S && S < sv && (n.loggerProvider.warn(`'thrashedCursor.directionChanges' of ${S} is below the minimum of ${sv}, setting to ${sv}`), S = sv), C && C > cv && (n.loggerProvider.warn(`'thrashedCursor.threshold' of ${C} is above the maximum of ${cv}, setting to ${cv}`), C = cv)), w = av({
|
|
18425
18425
|
amplitude: p,
|
|
18426
18426
|
options: e,
|
|
18427
18427
|
allObservables: h,
|
|
@@ -18462,8 +18462,8 @@ var ov = 5, sv = 4e3, cv = function(e) {
|
|
|
18462
18462
|
//#endregion
|
|
18463
18463
|
//#region ../../node_modules/.pnpm/@amplitude+plugin-autocapture-browser@1.26.0/node_modules/@amplitude/plugin-autocapture-browser/lib/esm/autocapture/track-long-task.js
|
|
18464
18464
|
Y();
|
|
18465
|
-
var
|
|
18466
|
-
function
|
|
18465
|
+
var uv = 100, dv = 1e4;
|
|
18466
|
+
function fv(e, t) {
|
|
18467
18467
|
var n = e.startTime + e.duration;
|
|
18468
18468
|
return t.filter(function(t) {
|
|
18469
18469
|
return t.startTime < n && t.startTime + t.duration > e.startTime;
|
|
@@ -18471,8 +18471,8 @@ function dv(e, t) {
|
|
|
18471
18471
|
return e.name;
|
|
18472
18472
|
});
|
|
18473
18473
|
}
|
|
18474
|
-
function
|
|
18475
|
-
var n =
|
|
18474
|
+
function pv(e, t) {
|
|
18475
|
+
var n = fv(e, t), r = e.scripts ?? [], i = r.map(function(e) {
|
|
18476
18476
|
return e.sourceURL;
|
|
18477
18477
|
}).filter(Boolean), a = r.map(function(e) {
|
|
18478
18478
|
return e.sourceFunctionName;
|
|
@@ -18492,8 +18492,8 @@ function fv(e, t) {
|
|
|
18492
18492
|
"[Amplitude] Main Thread Block Script Count": r.length
|
|
18493
18493
|
}), i.length > 0 && { "[Amplitude] Main Thread Block Script URLs": i }), a.length > 0 && { "[Amplitude] Main Thread Block Script Functions": a }), o.length > 0 && { "[Amplitude] Main Thread Block Invoker Types": o }), s.length > 0 && { "[Amplitude] Main Thread Block Invokers": s });
|
|
18494
18494
|
}
|
|
18495
|
-
function
|
|
18496
|
-
var n =
|
|
18495
|
+
function mv(e, t) {
|
|
18496
|
+
var n = fv(e, t), r = e.attribution ?? [];
|
|
18497
18497
|
return J(J({
|
|
18498
18498
|
"[Amplitude] Main Thread Block Source": "long-task",
|
|
18499
18499
|
"[Amplitude] Main Thread Block Duration": e.duration,
|
|
@@ -18503,7 +18503,7 @@ function pv(e, t) {
|
|
|
18503
18503
|
return e.name;
|
|
18504
18504
|
}) });
|
|
18505
18505
|
}
|
|
18506
|
-
function
|
|
18506
|
+
function hv() {
|
|
18507
18507
|
/* istanbul ignore next */
|
|
18508
18508
|
if (typeof PerformanceObserver > "u") return null;
|
|
18509
18509
|
try {
|
|
@@ -18513,8 +18513,8 @@ function mv() {
|
|
|
18513
18513
|
} catch {}
|
|
18514
18514
|
return null;
|
|
18515
18515
|
}
|
|
18516
|
-
function
|
|
18517
|
-
var t = e.amplitude, n = e.options, r = e.durationThreshold, i = r === void 0 ?
|
|
18516
|
+
function gv(e) {
|
|
18517
|
+
var t = e.amplitude, n = e.options, r = e.durationThreshold, i = r === void 0 ? uv : r, a = hv();
|
|
18518
18518
|
/* istanbul ignore next */
|
|
18519
18519
|
if (!a) return { unsubscribe: function() {} };
|
|
18520
18520
|
var o = [], s = new PerformanceObserver(function(e) {
|
|
@@ -18533,7 +18533,7 @@ function hv(e) {
|
|
|
18533
18533
|
if (t) throw t.error;
|
|
18534
18534
|
}
|
|
18535
18535
|
}
|
|
18536
|
-
for (var c = r -
|
|
18536
|
+
for (var c = r - dv; o.length > 0 && o[0].startTime < c;) o.shift();
|
|
18537
18537
|
});
|
|
18538
18538
|
try {
|
|
18539
18539
|
s.observe({ entryTypes: ["measure"] });
|
|
@@ -18545,7 +18545,7 @@ function hv(e) {
|
|
|
18545
18545
|
var u = l.value;
|
|
18546
18546
|
if (!t_(n)) return;
|
|
18547
18547
|
if (!(u.duration < i)) {
|
|
18548
|
-
var d = a === "long-animation-frame" ?
|
|
18548
|
+
var d = a === "long-animation-frame" ? pv(u, o) : mv(u, o);
|
|
18549
18549
|
t.track(hae, d);
|
|
18550
18550
|
}
|
|
18551
18551
|
}
|
|
@@ -18571,7 +18571,7 @@ function hv(e) {
|
|
|
18571
18571
|
//#endregion
|
|
18572
18572
|
//#region ../../node_modules/.pnpm/@amplitude+plugin-autocapture-browser@1.26.0/node_modules/@amplitude/plugin-autocapture-browser/lib/esm/performance-plugin.js
|
|
18573
18573
|
Y();
|
|
18574
|
-
var
|
|
18574
|
+
var _v = 100, vv = function(e) {
|
|
18575
18575
|
e === void 0 && (e = {});
|
|
18576
18576
|
var t = uae, n = "enrichment", r = [], i = e.mainThreadBlock === !0 || typeof e.mainThreadBlock == "object" && e.mainThreadBlock !== null;
|
|
18577
18577
|
return {
|
|
@@ -18581,7 +18581,7 @@ var gv = 100, _v = function(e) {
|
|
|
18581
18581
|
return K(void 0, void 0, void 0, function() {
|
|
18582
18582
|
var o, s, c;
|
|
18583
18583
|
return q(this, function(l) {
|
|
18584
|
-
return typeof document > "u" ? [2] : (i && (o =
|
|
18584
|
+
return typeof document > "u" ? [2] : (i && (o = _v, typeof e.mainThreadBlock == "object" && e.mainThreadBlock.durationThreshold !== void 0 && (o = e.mainThreadBlock.durationThreshold), s = gv({
|
|
18585
18585
|
amplitude: a,
|
|
18586
18586
|
options: e,
|
|
18587
18587
|
durationThreshold: o
|
|
@@ -18616,16 +18616,16 @@ var gv = 100, _v = function(e) {
|
|
|
18616
18616
|
});
|
|
18617
18617
|
}
|
|
18618
18618
|
};
|
|
18619
|
-
},
|
|
18619
|
+
}, yv = "@amplitude/plugin-network-capture-browser";
|
|
18620
18620
|
//#endregion
|
|
18621
18621
|
//#region ../../node_modules/.pnpm/@amplitude+plugin-network-capture-browser@1.9.15/node_modules/@amplitude/plugin-network-capture-browser/lib/esm/track-network-event.js
|
|
18622
18622
|
Y();
|
|
18623
|
-
var
|
|
18624
|
-
function
|
|
18623
|
+
var bv = "500-599";
|
|
18624
|
+
function xv(e, t) {
|
|
18625
18625
|
var n = "^" + t.replace(/[-[\]{}()+?.,\\^$|#\s]/g, "\\$&").replace(/\*/g, ".*") + "$";
|
|
18626
18626
|
return new RegExp(n).test(e);
|
|
18627
18627
|
}
|
|
18628
|
-
function
|
|
18628
|
+
function Sv(e, t) {
|
|
18629
18629
|
var n, r, i = t.split(",");
|
|
18630
18630
|
try {
|
|
18631
18631
|
for (var a = kp(i), o = a.next(); !o.done; o = a.next()) {
|
|
@@ -18643,14 +18643,14 @@ function xv(e, t) {
|
|
|
18643
18643
|
}
|
|
18644
18644
|
return !1;
|
|
18645
18645
|
}
|
|
18646
|
-
function
|
|
18646
|
+
function Cv(e, t, n, r, i) {
|
|
18647
18647
|
if (!(e.hosts && !e.hosts.find(function(e) {
|
|
18648
|
-
return
|
|
18648
|
+
return xv(t, e);
|
|
18649
18649
|
})) && !(r && e.urls && !Mm(r, e.urls)) && !(i && e.methods && !e.methods.find(function(e) {
|
|
18650
18650
|
return i.toLowerCase() === e.toLowerCase() || e === "*";
|
|
18651
|
-
}))) return !((n || n === 0) && !
|
|
18651
|
+
}))) return !((n || n === 0) && !Sv(n, e.statusCodeRange || bv));
|
|
18652
18652
|
}
|
|
18653
|
-
function
|
|
18653
|
+
function wv(e) {
|
|
18654
18654
|
if (e) try {
|
|
18655
18655
|
/* istanbul ignore next */
|
|
18656
18656
|
var t = am()?.location.href, n = new URL(e, t), r = n.searchParams.toString(), i = n.hash.replace("#", ""), a = n.href, o = n.host;
|
|
@@ -18666,7 +18666,7 @@ function Cv(e) {
|
|
|
18666
18666
|
return;
|
|
18667
18667
|
}
|
|
18668
18668
|
}
|
|
18669
|
-
function
|
|
18669
|
+
function Tv(e, t) {
|
|
18670
18670
|
if (e.includes("amplitude.com")) try {
|
|
18671
18671
|
var n = t.body;
|
|
18672
18672
|
if (typeof n != "string") return !1;
|
|
@@ -18676,47 +18676,47 @@ function wv(e, t) {
|
|
|
18676
18676
|
} catch {}
|
|
18677
18677
|
return !1;
|
|
18678
18678
|
}
|
|
18679
|
-
function
|
|
18679
|
+
function Ev(e) {
|
|
18680
18680
|
if (typeof e != "object" || !e) return e ? jp([], Ap(Qp), !1) : void 0;
|
|
18681
18681
|
if (e.length !== 0) return e;
|
|
18682
18682
|
}
|
|
18683
|
-
function
|
|
18683
|
+
function Dv(e) {
|
|
18684
18684
|
/* istanbul ignore next */
|
|
18685
18685
|
return !e?.allowlist?.length && !e?.blocklist?.length;
|
|
18686
18686
|
}
|
|
18687
|
-
function
|
|
18687
|
+
function Ov(e, t) {
|
|
18688
18688
|
t === void 0 && (t = {});
|
|
18689
|
-
var n =
|
|
18689
|
+
var n = wv(e.url);
|
|
18690
18690
|
/* istanbul ignore if */
|
|
18691
18691
|
if (!n)
|
|
18692
18692
|
/* istanbul ignore next */
|
|
18693
18693
|
return !1;
|
|
18694
18694
|
var r = n.host;
|
|
18695
|
-
if (t.ignoreAmplitudeRequests !== !1 && (
|
|
18696
|
-
return
|
|
18697
|
-
}) || !t.captureRules && e.status !== void 0 && !
|
|
18695
|
+
if (t.ignoreAmplitudeRequests !== !1 && (xv(r, "*.amplitude.com") || xv(r, "amplitude.com")) || t.ignoreHosts?.find(function(e) {
|
|
18696
|
+
return xv(r, e);
|
|
18697
|
+
}) || !t.captureRules && e.status !== void 0 && !Sv(e.status, bv)) return !1;
|
|
18698
18698
|
if (t.captureRules) {
|
|
18699
18699
|
var i;
|
|
18700
18700
|
if (jp([], Ap(t.captureRules), !1).reverse().find(function(t) {
|
|
18701
|
-
if (i =
|
|
18702
|
-
var n =
|
|
18701
|
+
if (i = Cv(t, r, e.status, e.url, e.method), i) {
|
|
18702
|
+
var n = Ev(t.responseHeaders);
|
|
18703
18703
|
if (e.responseWrapper && n) {
|
|
18704
18704
|
var a = e.responseWrapper.headers(n);
|
|
18705
18705
|
a && (e.responseHeaders = a);
|
|
18706
18706
|
}
|
|
18707
|
-
var o =
|
|
18707
|
+
var o = Ev(t.requestHeaders);
|
|
18708
18708
|
if (e.requestWrapper && o) {
|
|
18709
18709
|
var s = e.requestWrapper.headers(o);
|
|
18710
18710
|
s && (e.requestHeaders = s);
|
|
18711
18711
|
}
|
|
18712
|
-
e.responseWrapper && t.responseBody && !
|
|
18712
|
+
e.responseWrapper && t.responseBody && !Dv(t.responseBody) && (e.responseBodyJson = e.responseWrapper.json(t.responseBody.allowlist, t.responseBody.blocklist)), e.requestWrapper && t.requestBody && !Dv(t.requestBody) && (e.requestBodyJson = e.requestWrapper.json(t.requestBody.allowlist, t.requestBody.blocklist));
|
|
18713
18713
|
}
|
|
18714
18714
|
return i !== void 0;
|
|
18715
18715
|
}), !i) return !1;
|
|
18716
18716
|
}
|
|
18717
|
-
return !(e.requestWrapper &&
|
|
18717
|
+
return !(e.requestWrapper && Tv(r, e.requestWrapper));
|
|
18718
18718
|
}
|
|
18719
|
-
function
|
|
18719
|
+
function kv(e, t, n, r) {
|
|
18720
18720
|
return K(this, void 0, void 0, function() {
|
|
18721
18721
|
var i, a, o;
|
|
18722
18722
|
return q(this, function(s) {
|
|
@@ -18741,28 +18741,28 @@ function Ov(e, t, n, r) {
|
|
|
18741
18741
|
});
|
|
18742
18742
|
});
|
|
18743
18743
|
}
|
|
18744
|
-
function
|
|
18744
|
+
function Av(e) {
|
|
18745
18745
|
var t = e.allObservables, n = e.networkTrackingOptions, r = e.amplitude, i = e.loggerProvider;
|
|
18746
18746
|
return t.networkObservable.filter(function(e) {
|
|
18747
|
-
return
|
|
18747
|
+
return Ov(e.event, n);
|
|
18748
18748
|
}).subscribe(function(e) {
|
|
18749
|
-
var t, n = e.event, a =
|
|
18749
|
+
var t, n = e.event, a = wv(n.url);
|
|
18750
18750
|
if (a) {
|
|
18751
18751
|
var o = n.responseWrapper?.bodySize, s = n.requestWrapper?.bodySize;
|
|
18752
|
-
|
|
18752
|
+
kv((t = {}, t["[Amplitude] URL"] = a.hrefWithoutQueryOrHash, t["[Amplitude] URL Query"] = a.query, t["[Amplitude] URL Fragment"] = a.fragment, t["[Amplitude] Request Method"] = n.method, t["[Amplitude] Status Code"] = n.status, t["[Amplitude] Start Time"] = n.startTime, t["[Amplitude] Completion Time"] = n.endTime, t["[Amplitude] Duration"] = n.duration, t["[Amplitude] Request Body Size"] = s, t["[Amplitude] Response Body Size"] = o, t["[Amplitude] Request Type"] = n.type, t["[Amplitude] Request Headers"] = n.requestHeaders, t["[Amplitude] Response Headers"] = n.responseHeaders, t), n, r, i);
|
|
18753
18753
|
}
|
|
18754
18754
|
});
|
|
18755
18755
|
}
|
|
18756
18756
|
//#endregion
|
|
18757
18757
|
//#region ../../node_modules/.pnpm/@amplitude+plugin-network-capture-browser@1.9.15/node_modules/@amplitude/plugin-network-capture-browser/lib/esm/network-capture-plugin.js
|
|
18758
18758
|
Y();
|
|
18759
|
-
var
|
|
18759
|
+
var jv;
|
|
18760
18760
|
(function(e) {
|
|
18761
18761
|
e.NetworkObservable = "networkObservable";
|
|
18762
|
-
})(
|
|
18763
|
-
var
|
|
18762
|
+
})(jv ||= {});
|
|
18763
|
+
var Mv, Nv = function(e) {
|
|
18764
18764
|
e === void 0 && (e = {});
|
|
18765
|
-
var t =
|
|
18765
|
+
var t = yv, n = "enrichment", r, i = function(e, t) {
|
|
18766
18766
|
return {
|
|
18767
18767
|
event: e,
|
|
18768
18768
|
timestamp: Date.now(),
|
|
@@ -18778,7 +18778,7 @@ var jv, Mv = function(e) {
|
|
|
18778
18778
|
Eh.unsubscribe(t);
|
|
18779
18779
|
};
|
|
18780
18780
|
});
|
|
18781
|
-
return e = {}, e[
|
|
18781
|
+
return e = {}, e[jv.NetworkObservable] = t, e;
|
|
18782
18782
|
};
|
|
18783
18783
|
return {
|
|
18784
18784
|
name: t,
|
|
@@ -18787,7 +18787,7 @@ var jv, Mv = function(e) {
|
|
|
18787
18787
|
return K(void 0, void 0, void 0, function() {
|
|
18788
18788
|
var o;
|
|
18789
18789
|
return q(this, function(s) {
|
|
18790
|
-
return typeof document > "u" ? [2] : (o = a(), r = n?.loggerProvider,
|
|
18790
|
+
return typeof document > "u" ? [2] : (o = a(), r = n?.loggerProvider, Mv = Av({
|
|
18791
18791
|
allObservables: o,
|
|
18792
18792
|
networkTrackingOptions: e,
|
|
18793
18793
|
amplitude: i,
|
|
@@ -18806,28 +18806,28 @@ var jv, Mv = function(e) {
|
|
|
18806
18806
|
teardown: function() {
|
|
18807
18807
|
return K(void 0, void 0, void 0, function() {
|
|
18808
18808
|
return q(this, function(e) {
|
|
18809
|
-
return
|
|
18809
|
+
return Mv.unsubscribe(), [2];
|
|
18810
18810
|
});
|
|
18811
18811
|
});
|
|
18812
18812
|
}
|
|
18813
18813
|
};
|
|
18814
|
-
},
|
|
18814
|
+
}, Pv = "web-vitals-browser", Fv = "[Amplitude] Web Vitals", Iv = -1, Lv = (e) => {
|
|
18815
18815
|
addEventListener("pageshow", ((t) => {
|
|
18816
|
-
t.persisted && (
|
|
18816
|
+
t.persisted && (Iv = t.timeStamp, e(t));
|
|
18817
18817
|
}), !0);
|
|
18818
|
-
},
|
|
18818
|
+
}, Rv = (e, t, n, r) => {
|
|
18819
18819
|
let i, a;
|
|
18820
18820
|
return (o) => {
|
|
18821
18821
|
t.value >= 0 && (o || r) && (a = t.value - (i ?? 0), (a || i === void 0) && (i = t.value, t.delta = a, t.rating = ((e, t) => e > t[1] ? "poor" : e > t[0] ? "needs-improvement" : "good")(t.value, n), e(t)));
|
|
18822
18822
|
};
|
|
18823
|
-
},
|
|
18823
|
+
}, zv = (e) => {
|
|
18824
18824
|
requestAnimationFrame((() => requestAnimationFrame((() => e()))));
|
|
18825
|
-
},
|
|
18825
|
+
}, Bv = () => {
|
|
18826
18826
|
let e = performance.getEntriesByType("navigation")[0];
|
|
18827
18827
|
if (e && e.responseStart > 0 && e.responseStart < performance.now()) return e;
|
|
18828
|
-
},
|
|
18829
|
-
let n =
|
|
18830
|
-
return
|
|
18828
|
+
}, Vv = () => Bv()?.activationStart ?? 0, Hv = (e, t = -1) => {
|
|
18829
|
+
let n = Bv(), r = "navigate";
|
|
18830
|
+
return Iv >= 0 ? r = "back-forward-cache" : n && (document.prerendering || Vv() > 0 ? r = "prerender" : document.wasDiscarded ? r = "restore" : n.type && (r = n.type.replace(/_/g, "-"))), {
|
|
18831
18831
|
name: e,
|
|
18832
18832
|
value: t,
|
|
18833
18833
|
rating: "good",
|
|
@@ -18836,11 +18836,11 @@ var jv, Mv = function(e) {
|
|
|
18836
18836
|
id: `v5-${Date.now()}-${Math.floor(8999999999999 * Math.random()) + 0xe8d4a51000}`,
|
|
18837
18837
|
navigationType: r
|
|
18838
18838
|
};
|
|
18839
|
-
},
|
|
18840
|
-
function
|
|
18841
|
-
return
|
|
18839
|
+
}, Uv = /* @__PURE__ */ new WeakMap();
|
|
18840
|
+
function Wv(e, t) {
|
|
18841
|
+
return Uv.get(e) || Uv.set(e, new t()), Uv.get(e);
|
|
18842
18842
|
}
|
|
18843
|
-
var
|
|
18843
|
+
var Gv = class {
|
|
18844
18844
|
t;
|
|
18845
18845
|
i = 0;
|
|
18846
18846
|
o = [];
|
|
@@ -18849,7 +18849,7 @@ var Wv = class {
|
|
|
18849
18849
|
let t = this.o[0], n = this.o.at(-1);
|
|
18850
18850
|
this.i && t && n && e.startTime - n.startTime < 1e3 && e.startTime - t.startTime < 5e3 ? (this.i += e.value, this.o.push(e)) : (this.i = e.value, this.o = [e]), this.t?.(e);
|
|
18851
18851
|
}
|
|
18852
|
-
},
|
|
18852
|
+
}, Kv = (e, t, n = {}) => {
|
|
18853
18853
|
try {
|
|
18854
18854
|
if (PerformanceObserver.supportedEntryTypes.includes(e)) {
|
|
18855
18855
|
let r = new PerformanceObserver(((e) => {
|
|
@@ -18864,77 +18864,77 @@ var Wv = class {
|
|
|
18864
18864
|
}), r;
|
|
18865
18865
|
}
|
|
18866
18866
|
} catch {}
|
|
18867
|
-
},
|
|
18867
|
+
}, qv = (e) => {
|
|
18868
18868
|
let t = !1;
|
|
18869
18869
|
return () => {
|
|
18870
18870
|
t ||= (e(), !0);
|
|
18871
18871
|
};
|
|
18872
|
-
},
|
|
18872
|
+
}, Jv = -1, Yv = /* @__PURE__ */ new Set(), Xv = () => document.visibilityState !== "hidden" || document.prerendering ? Infinity : 0, Zv = (e) => {
|
|
18873
18873
|
if (document.visibilityState === "hidden") {
|
|
18874
|
-
if (e.type === "visibilitychange") for (let e of
|
|
18875
|
-
isFinite(
|
|
18874
|
+
if (e.type === "visibilitychange") for (let e of Yv) e();
|
|
18875
|
+
isFinite(Jv) || (Jv = e.type === "visibilitychange" ? e.timeStamp : 0, removeEventListener("prerenderingchange", Zv, !0));
|
|
18876
18876
|
}
|
|
18877
|
-
},
|
|
18878
|
-
if (
|
|
18879
|
-
let e =
|
|
18880
|
-
|
|
18877
|
+
}, Qv = () => {
|
|
18878
|
+
if (Jv < 0) {
|
|
18879
|
+
let e = Vv();
|
|
18880
|
+
Jv = (document.prerendering ? void 0 : globalThis.performance.getEntriesByType("visibility-state").filter(((t) => t.name === "hidden" && t.startTime > e))[0]?.startTime) ?? Xv(), addEventListener("visibilitychange", Zv, !0), addEventListener("prerenderingchange", Zv, !0), Lv((() => {
|
|
18881
18881
|
setTimeout((() => {
|
|
18882
|
-
|
|
18882
|
+
Jv = Xv();
|
|
18883
18883
|
}));
|
|
18884
18884
|
}));
|
|
18885
18885
|
}
|
|
18886
18886
|
return {
|
|
18887
18887
|
get firstHiddenTime() {
|
|
18888
|
-
return
|
|
18888
|
+
return Jv;
|
|
18889
18889
|
},
|
|
18890
18890
|
onHidden(e) {
|
|
18891
|
-
|
|
18891
|
+
Yv.add(e);
|
|
18892
18892
|
}
|
|
18893
18893
|
};
|
|
18894
|
-
},
|
|
18894
|
+
}, $v = (e) => {
|
|
18895
18895
|
document.prerendering ? addEventListener("prerenderingchange", (() => e()), !0) : e();
|
|
18896
|
-
},
|
|
18897
|
-
|
|
18898
|
-
let n =
|
|
18899
|
-
for (let t of e) t.name === "first-contentful-paint" && (a.disconnect(), t.startTime < n.firstHiddenTime && (i.value = Math.max(t.startTime -
|
|
18896
|
+
}, ey = [1800, 3e3], ty = (e, t = {}) => {
|
|
18897
|
+
$v((() => {
|
|
18898
|
+
let n = Qv(), r, i = Hv("FCP"), a = Kv("paint", ((e) => {
|
|
18899
|
+
for (let t of e) t.name === "first-contentful-paint" && (a.disconnect(), t.startTime < n.firstHiddenTime && (i.value = Math.max(t.startTime - Vv(), 0), i.entries.push(t), r(!0)));
|
|
18900
18900
|
}));
|
|
18901
|
-
a && (r =
|
|
18902
|
-
i =
|
|
18901
|
+
a && (r = Rv(e, i, ey, t.reportAllChanges), Lv(((n) => {
|
|
18902
|
+
i = Hv("FCP"), r = Rv(e, i, ey, t.reportAllChanges), zv((() => {
|
|
18903
18903
|
i.value = performance.now() - n.timeStamp, r(!0);
|
|
18904
18904
|
}));
|
|
18905
18905
|
})));
|
|
18906
18906
|
}));
|
|
18907
|
-
},
|
|
18908
|
-
let n =
|
|
18909
|
-
|
|
18910
|
-
let r, i =
|
|
18907
|
+
}, ny = [.1, .25], ry = (e, t = {}) => {
|
|
18908
|
+
let n = Qv();
|
|
18909
|
+
ty(qv((() => {
|
|
18910
|
+
let r, i = Hv("CLS", 0), a = Wv(t, Gv), o = (e) => {
|
|
18911
18911
|
for (let t of e) a.h(t);
|
|
18912
18912
|
a.i > i.value && (i.value = a.i, i.entries = a.o, r());
|
|
18913
|
-
}, s =
|
|
18914
|
-
s && (r =
|
|
18913
|
+
}, s = Kv("layout-shift", o);
|
|
18914
|
+
s && (r = Rv(e, i, ny, t.reportAllChanges), n.onHidden((() => {
|
|
18915
18915
|
o(s.takeRecords()), r(!0);
|
|
18916
|
-
})),
|
|
18917
|
-
a.i = 0, i =
|
|
18916
|
+
})), Lv((() => {
|
|
18917
|
+
a.i = 0, i = Hv("CLS", 0), r = Rv(e, i, ny, t.reportAllChanges), zv((() => r()));
|
|
18918
18918
|
})), setTimeout(r));
|
|
18919
18919
|
})));
|
|
18920
|
-
},
|
|
18921
|
-
for (let t of e) t.interactionId && (
|
|
18922
|
-
},
|
|
18923
|
-
"interactionCount" in performance ||
|
|
18920
|
+
}, iy = 0, ay = Infinity, oy = 0, sy = (e) => {
|
|
18921
|
+
for (let t of e) t.interactionId && (ay = Math.min(ay, t.interactionId), oy = Math.max(oy, t.interactionId), iy = oy ? (oy - ay) / 7 + 1 : 0);
|
|
18922
|
+
}, cy, ly = () => cy ? iy : performance.interactionCount ?? 0, uy = () => {
|
|
18923
|
+
"interactionCount" in performance || cy || (cy = Kv("event", sy, {
|
|
18924
18924
|
type: "event",
|
|
18925
18925
|
buffered: !0,
|
|
18926
18926
|
durationThreshold: 0
|
|
18927
18927
|
}));
|
|
18928
|
-
},
|
|
18928
|
+
}, dy = 0, fy = class {
|
|
18929
18929
|
u = [];
|
|
18930
18930
|
l = /* @__PURE__ */ new Map();
|
|
18931
18931
|
m;
|
|
18932
18932
|
p;
|
|
18933
18933
|
v() {
|
|
18934
|
-
|
|
18934
|
+
dy = ly(), this.u.length = 0, this.l.clear();
|
|
18935
18935
|
}
|
|
18936
18936
|
L() {
|
|
18937
|
-
let e = Math.min(this.u.length - 1, Math.floor((
|
|
18937
|
+
let e = Math.min(this.u.length - 1, Math.floor((ly() - dy) / 50));
|
|
18938
18938
|
return this.u[e];
|
|
18939
18939
|
}
|
|
18940
18940
|
h(e) {
|
|
@@ -18952,98 +18952,98 @@ var Wv = class {
|
|
|
18952
18952
|
this.p?.(n);
|
|
18953
18953
|
}
|
|
18954
18954
|
}
|
|
18955
|
-
},
|
|
18955
|
+
}, py = (e) => {
|
|
18956
18956
|
let t = globalThis.requestIdleCallback || setTimeout;
|
|
18957
|
-
document.visibilityState === "hidden" ? e() : (e =
|
|
18957
|
+
document.visibilityState === "hidden" ? e() : (e = qv(e), addEventListener("visibilitychange", e, {
|
|
18958
18958
|
once: !0,
|
|
18959
18959
|
capture: !0
|
|
18960
18960
|
}), t((() => {
|
|
18961
18961
|
e(), removeEventListener("visibilitychange", e, { capture: !0 });
|
|
18962
18962
|
})));
|
|
18963
|
-
},
|
|
18963
|
+
}, my = [200, 500], hy = (e, t = {}) => {
|
|
18964
18964
|
if (!globalThis.PerformanceEventTiming || !("interactionId" in PerformanceEventTiming.prototype)) return;
|
|
18965
|
-
let n =
|
|
18966
|
-
|
|
18967
|
-
|
|
18968
|
-
let r, i =
|
|
18969
|
-
|
|
18965
|
+
let n = Qv();
|
|
18966
|
+
$v((() => {
|
|
18967
|
+
uy();
|
|
18968
|
+
let r, i = Hv("INP"), a = Wv(t, fy), o = (e) => {
|
|
18969
|
+
py((() => {
|
|
18970
18970
|
for (let t of e) a.h(t);
|
|
18971
18971
|
let t = a.L();
|
|
18972
18972
|
t && t.P !== i.value && (i.value = t.P, i.entries = t.entries, r());
|
|
18973
18973
|
}));
|
|
18974
|
-
}, s =
|
|
18975
|
-
r =
|
|
18974
|
+
}, s = Kv("event", o, { durationThreshold: t.durationThreshold ?? 40 });
|
|
18975
|
+
r = Rv(e, i, my, t.reportAllChanges), s && (s.observe({
|
|
18976
18976
|
type: "first-input",
|
|
18977
18977
|
buffered: !0
|
|
18978
18978
|
}), n.onHidden((() => {
|
|
18979
18979
|
o(s.takeRecords()), r(!0);
|
|
18980
|
-
})),
|
|
18981
|
-
a.v(), i =
|
|
18980
|
+
})), Lv((() => {
|
|
18981
|
+
a.v(), i = Hv("INP"), r = Rv(e, i, my, t.reportAllChanges);
|
|
18982
18982
|
})));
|
|
18983
18983
|
}));
|
|
18984
|
-
},
|
|
18984
|
+
}, gy = class {
|
|
18985
18985
|
m;
|
|
18986
18986
|
h(e) {
|
|
18987
18987
|
this.m?.(e);
|
|
18988
18988
|
}
|
|
18989
|
-
},
|
|
18990
|
-
|
|
18991
|
-
let n =
|
|
18989
|
+
}, _y = [2500, 4e3], vy = (e, t = {}) => {
|
|
18990
|
+
$v((() => {
|
|
18991
|
+
let n = Qv(), r, i = Hv("LCP"), a = Wv(t, gy), o = (e) => {
|
|
18992
18992
|
t.reportAllChanges || (e = e.slice(-1));
|
|
18993
|
-
for (let t of e) a.h(t), t.startTime < n.firstHiddenTime && (i.value = Math.max(t.startTime -
|
|
18994
|
-
}, s =
|
|
18993
|
+
for (let t of e) a.h(t), t.startTime < n.firstHiddenTime && (i.value = Math.max(t.startTime - Vv(), 0), i.entries = [t], r());
|
|
18994
|
+
}, s = Kv("largest-contentful-paint", o);
|
|
18995
18995
|
if (s) {
|
|
18996
|
-
r =
|
|
18997
|
-
let n =
|
|
18996
|
+
r = Rv(e, i, _y, t.reportAllChanges);
|
|
18997
|
+
let n = qv((() => {
|
|
18998
18998
|
o(s.takeRecords()), s.disconnect(), r(!0);
|
|
18999
18999
|
})), a = (e) => {
|
|
19000
|
-
e.isTrusted && (
|
|
19000
|
+
e.isTrusted && (py(n), removeEventListener(e.type, a, { capture: !0 }));
|
|
19001
19001
|
};
|
|
19002
19002
|
for (let e of [
|
|
19003
19003
|
"keydown",
|
|
19004
19004
|
"click",
|
|
19005
19005
|
"visibilitychange"
|
|
19006
19006
|
]) addEventListener(e, a, { capture: !0 });
|
|
19007
|
-
|
|
19008
|
-
i =
|
|
19007
|
+
Lv(((n) => {
|
|
19008
|
+
i = Hv("LCP"), r = Rv(e, i, _y, t.reportAllChanges), zv((() => {
|
|
19009
19009
|
i.value = performance.now() - n.timeStamp, r(!0);
|
|
19010
19010
|
}));
|
|
19011
19011
|
}));
|
|
19012
19012
|
}
|
|
19013
19013
|
}));
|
|
19014
|
-
},
|
|
19015
|
-
document.prerendering ?
|
|
19016
|
-
},
|
|
19017
|
-
let n =
|
|
19018
|
-
|
|
19019
|
-
let i =
|
|
19020
|
-
i && (n.value = Math.max(i.responseStart -
|
|
19021
|
-
n =
|
|
19014
|
+
}, yy = [800, 1800], by = (e) => {
|
|
19015
|
+
document.prerendering ? $v((() => by(e))) : document.readyState === "complete" ? setTimeout(e) : addEventListener("load", (() => by(e)), !0);
|
|
19016
|
+
}, xy = (e, t = {}) => {
|
|
19017
|
+
let n = Hv("TTFB"), r = Rv(e, n, yy, t.reportAllChanges);
|
|
19018
|
+
by((() => {
|
|
19019
|
+
let i = Bv();
|
|
19020
|
+
i && (n.value = Math.max(i.responseStart - Vv(), 0), n.entries = [i], r(!0), Lv((() => {
|
|
19021
|
+
n = Hv("TTFB", 0), r = Rv(e, n, yy, t.reportAllChanges), r(!0);
|
|
19022
19022
|
})));
|
|
19023
19023
|
}));
|
|
19024
19024
|
};
|
|
19025
19025
|
//#endregion
|
|
19026
19026
|
//#region ../../node_modules/.pnpm/@amplitude+plugin-web-vitals-browser@1.1.30/node_modules/@amplitude/plugin-web-vitals-browser/lib/esm/web-vitals-plugin.js
|
|
19027
19027
|
Y();
|
|
19028
|
-
function
|
|
19028
|
+
function Sy(e) {
|
|
19029
19029
|
var t = e.entries[0]?.startTime || 0;
|
|
19030
19030
|
return performance.timeOrigin + t;
|
|
19031
19031
|
}
|
|
19032
|
-
function
|
|
19032
|
+
function Cy(e) {
|
|
19033
19033
|
return {
|
|
19034
19034
|
value: e.value,
|
|
19035
19035
|
rating: e.rating,
|
|
19036
19036
|
delta: e.delta,
|
|
19037
19037
|
navigationType: e.navigationType,
|
|
19038
19038
|
id: e.id,
|
|
19039
|
-
timestamp: Math.floor(
|
|
19039
|
+
timestamp: Math.floor(Sy(e)),
|
|
19040
19040
|
navigationStart: Math.floor(performance.timeOrigin)
|
|
19041
19041
|
};
|
|
19042
19042
|
}
|
|
19043
|
-
var
|
|
19043
|
+
var wy = function() {
|
|
19044
19044
|
var e = null, t = am(), n = t?.document, r = t?.location;
|
|
19045
19045
|
return {
|
|
19046
|
-
name:
|
|
19046
|
+
name: Pv,
|
|
19047
19047
|
type: "enrichment",
|
|
19048
19048
|
setup: function(t, i) {
|
|
19049
19049
|
return K(void 0, void 0, void 0, function() {
|
|
@@ -19063,18 +19063,18 @@ var Cy = function() {
|
|
|
19063
19063
|
),
|
|
19064
19064
|
"[Amplitude] Page Title": typeof document < "u" && document.title || "",
|
|
19065
19065
|
"[Amplitude] Page URL": Nm(a.split("?")[0], t.loggerProvider)
|
|
19066
|
-
},
|
|
19067
|
-
o["[Amplitude] LCP"] =
|
|
19068
|
-
}),
|
|
19069
|
-
o["[Amplitude] FCP"] =
|
|
19070
|
-
}),
|
|
19071
|
-
o["[Amplitude] INP"] =
|
|
19072
|
-
}),
|
|
19073
|
-
o["[Amplitude] CLS"] =
|
|
19074
|
-
}),
|
|
19075
|
-
o["[Amplitude] TTFB"] =
|
|
19066
|
+
}, vy(function(e) {
|
|
19067
|
+
o["[Amplitude] LCP"] = Cy(e);
|
|
19068
|
+
}), ty(function(e) {
|
|
19069
|
+
o["[Amplitude] FCP"] = Cy(e);
|
|
19070
|
+
}), hy(function(e) {
|
|
19071
|
+
o["[Amplitude] INP"] = Cy(e);
|
|
19072
|
+
}), ry(function(e) {
|
|
19073
|
+
o["[Amplitude] CLS"] = Cy(e);
|
|
19074
|
+
}), xy(function(e) {
|
|
19075
|
+
o["[Amplitude] TTFB"] = Cy(e);
|
|
19076
19076
|
}), e = function() {
|
|
19077
|
-
n.visibilityState === "hidden" && e && (i.track(
|
|
19077
|
+
n.visibilityState === "hidden" && e && (i.track(Fv, o), n.removeEventListener("visibilitychange", e), e = null);
|
|
19078
19078
|
}, n.addEventListener("visibilitychange", e), [2]);
|
|
19079
19079
|
});
|
|
19080
19080
|
});
|
|
@@ -19098,7 +19098,7 @@ var Cy = function() {
|
|
|
19098
19098
|
//#endregion
|
|
19099
19099
|
//#region ../../node_modules/.pnpm/@amplitude+analytics-browser@2.41.0/node_modules/@amplitude/analytics-browser/lib/esm/attribution/web-attribution.js
|
|
19100
19100
|
Y();
|
|
19101
|
-
var
|
|
19101
|
+
var Ty = function() {
|
|
19102
19102
|
function e(e, t) {
|
|
19103
19103
|
this.shouldTrackNewCampaign = !1, this.options = J({
|
|
19104
19104
|
initialEmptyValue: "EMPTY",
|
|
@@ -19143,9 +19143,9 @@ var wy = function() {
|
|
|
19143
19143
|
//#endregion
|
|
19144
19144
|
//#region ../../node_modules/.pnpm/@amplitude+plugin-event-property-attribution-browser@0.1.1/node_modules/@amplitude/plugin-event-property-attribution-browser/lib/esm/event-property-tracking.js
|
|
19145
19145
|
Y();
|
|
19146
|
-
var
|
|
19146
|
+
var Ey = "[Amplitude] Attribution", Dy = new Set([Pp.IDENTIFY, Pp.GROUP_IDENTIFY]), Oy = function(e) {
|
|
19147
19147
|
return Fm(e);
|
|
19148
|
-
},
|
|
19148
|
+
}, ky = function(e) {
|
|
19149
19149
|
e === void 0 && (e = {});
|
|
19150
19150
|
var t = e.fallbackAttributionEvent ?? !1, n = am(), r, i, a = {}, o = !1, s = !1, c, l, u, d, f = function() {
|
|
19151
19151
|
return K(void 0, void 0, void 0, function() {
|
|
@@ -19153,7 +19153,7 @@ var Ty = "[Amplitude] Attribution", Ey = new Set([Pp.IDENTIFY, Pp.GROUP_IDENTIFY
|
|
|
19153
19153
|
return q(this, function(n) {
|
|
19154
19154
|
switch (n.label) {
|
|
19155
19155
|
case 0: return [4, new Dh().parse()];
|
|
19156
|
-
case 1: return e = n.sent(), a =
|
|
19156
|
+
case 1: return e = n.sent(), a = Oy(e), t && (i?.log("Tracking attribution fallback event."), r?.track(Ey, a)), [2];
|
|
19157
19157
|
}
|
|
19158
19158
|
});
|
|
19159
19159
|
});
|
|
@@ -19187,7 +19187,7 @@ var Ty = "[Amplitude] Attribution", Ey = new Set([Pp.IDENTIFY, Pp.GROUP_IDENTIFY
|
|
|
19187
19187
|
execute: function(e) {
|
|
19188
19188
|
return K(void 0, void 0, void 0, function() {
|
|
19189
19189
|
return q(this, function(t) {
|
|
19190
|
-
return
|
|
19190
|
+
return Dy.has(e.event_type) || (e.event_properties = J(J({}, a), e.event_properties)), [2, e];
|
|
19191
19191
|
});
|
|
19192
19192
|
});
|
|
19193
19193
|
},
|
|
@@ -19204,15 +19204,15 @@ var Ty = "[Amplitude] Attribution", Ey = new Set([Pp.IDENTIFY, Pp.GROUP_IDENTIFY
|
|
|
19204
19204
|
//#endregion
|
|
19205
19205
|
//#region ../../node_modules/.pnpm/@amplitude+plugin-page-url-enrichment-browser@0.7.7/node_modules/@amplitude/plugin-page-url-enrichment-browser/lib/esm/page-url-enrichment.js
|
|
19206
19206
|
Y();
|
|
19207
|
-
var
|
|
19207
|
+
var Ay = "AMP_CURRENT_PAGE", jy = "AMP_PREVIOUS_PAGE", My = "AMP_URL_INFO", Ny;
|
|
19208
19208
|
(function(e) {
|
|
19209
19209
|
e.Direct = "direct", e.Internal = "internal", e.External = "external";
|
|
19210
|
-
})(
|
|
19211
|
-
var
|
|
19210
|
+
})(Ny ||= {});
|
|
19211
|
+
var Py = new Set([
|
|
19212
19212
|
Pp.IDENTIFY,
|
|
19213
19213
|
Pp.GROUP_IDENTIFY,
|
|
19214
19214
|
Pp.REVENUE
|
|
19215
|
-
]),
|
|
19215
|
+
]), Fy = function(e) {
|
|
19216
19216
|
var t = (e === void 0 ? {} : e).internalDomains, n = t === void 0 ? [] : t, r = am(), i = void 0, a = !1, o = void 0, s = !1, c = !1, l = function(e) {
|
|
19217
19217
|
var t;
|
|
19218
19218
|
try {
|
|
@@ -19225,20 +19225,20 @@ var Ny = new Set([
|
|
|
19225
19225
|
return t;
|
|
19226
19226
|
}, u = function(e) {
|
|
19227
19227
|
var t = typeof location < "u" && location.hostname || "", r = e ? l(e) : void 0;
|
|
19228
|
-
if (!r) return
|
|
19228
|
+
if (!r) return Ny.Direct;
|
|
19229
19229
|
var i = n.some(function(e) {
|
|
19230
19230
|
return t.indexOf(e) !== -1;
|
|
19231
19231
|
}), a = n.some(function(e) {
|
|
19232
19232
|
return r.indexOf(e) !== -1;
|
|
19233
19233
|
});
|
|
19234
|
-
return t === r || a && i ?
|
|
19234
|
+
return t === r || a && i ? Ny.Internal : Ny.External;
|
|
19235
19235
|
}, d = function() {
|
|
19236
19236
|
return K(void 0, void 0, void 0, function() {
|
|
19237
19237
|
var e, t, n, r, o;
|
|
19238
19238
|
return q(this, function(s) {
|
|
19239
19239
|
switch (s.label) {
|
|
19240
|
-
case 0: return i && a ? [4, i.get(
|
|
19241
|
-
case 1: return e = s.sent(), t = Nm(typeof location < "u" && location.href || ""), n = e?.AMP_CURRENT_PAGE || "", r = void 0, r = t === n ? e?.AMP_PREVIOUS_PAGE || "" : n || document.referrer || "", [4, i.set(
|
|
19240
|
+
case 0: return i && a ? [4, i.get(My)] : [3, 3];
|
|
19241
|
+
case 1: return e = s.sent(), t = Nm(typeof location < "u" && location.href || ""), n = e?.AMP_CURRENT_PAGE || "", r = void 0, r = t === n ? e?.AMP_PREVIOUS_PAGE || "" : n || document.referrer || "", [4, i.set(My, (o = {}, o[Ay] = t, o[jy] = r, o))];
|
|
19242
19242
|
case 2: s.sent(), s.label = 3;
|
|
19243
19243
|
case 3: return [2];
|
|
19244
19244
|
}
|
|
@@ -19288,18 +19288,18 @@ var Ny = new Set([
|
|
|
19288
19288
|
var t, n, r, o, s;
|
|
19289
19289
|
return q(this, function(c) {
|
|
19290
19290
|
switch (c.label) {
|
|
19291
|
-
case 0: return t = Nm(typeof location < "u" && location.href || ""), i && a ? [4, i.get(
|
|
19292
|
-
case 1: return n = c.sent(), n?.AMP_CURRENT_PAGE ? [3, 3] : [4, i.set(
|
|
19291
|
+
case 0: return t = Nm(typeof location < "u" && location.href || ""), i && a ? [4, i.get(My)] : [3, 5];
|
|
19292
|
+
case 1: return n = c.sent(), n?.AMP_CURRENT_PAGE ? [3, 3] : [4, i.set(My, (s = {}, s[Ay] = t, s[jy] = document.referrer || "", s))];
|
|
19293
19293
|
case 2: c.sent(), c.label = 3;
|
|
19294
|
-
case 3: return [4, i.get(
|
|
19294
|
+
case 3: return [4, i.get(My)];
|
|
19295
19295
|
case 4:
|
|
19296
|
-
if (r = c.sent(), o = "", r && (o = r.AMP_PREVIOUS_PAGE || ""),
|
|
19296
|
+
if (r = c.sent(), o = "", r && (o = r.AMP_PREVIOUS_PAGE || ""), Py.has(e.event_type)) return [2, e];
|
|
19297
19297
|
e.event_properties = J(J({}, e.event_properties || {}), {
|
|
19298
|
-
"[Amplitude] Page Domain":
|
|
19299
|
-
"[Amplitude] Page Location":
|
|
19300
|
-
"[Amplitude] Page Path":
|
|
19301
|
-
"[Amplitude] Page Title":
|
|
19302
|
-
"[Amplitude] Page URL":
|
|
19298
|
+
"[Amplitude] Page Domain": Iy(e, "[Amplitude] Page Domain", typeof location < "u" && location.hostname || ""),
|
|
19299
|
+
"[Amplitude] Page Location": Iy(e, "[Amplitude] Page Location", t),
|
|
19300
|
+
"[Amplitude] Page Path": Iy(e, "[Amplitude] Page Path", typeof location < "u" && Nm(location.pathname) || ""),
|
|
19301
|
+
"[Amplitude] Page Title": Iy(e, "[Amplitude] Page Title", Ph(Nh)),
|
|
19302
|
+
"[Amplitude] Page URL": Iy(e, "[Amplitude] Page URL", t.split("?")[0]),
|
|
19303
19303
|
"[Amplitude] Previous Page Location": o,
|
|
19304
19304
|
"[Amplitude] Previous Page Type": u(o)
|
|
19305
19305
|
}), c.label = 5;
|
|
@@ -19312,7 +19312,7 @@ var Ny = new Set([
|
|
|
19312
19312
|
return K(void 0, void 0, void 0, function() {
|
|
19313
19313
|
return q(this, function(e) {
|
|
19314
19314
|
switch (e.label) {
|
|
19315
|
-
case 0: return r && (r.removeEventListener("popstate", f), c = !1), i && a ? [4, i.set(
|
|
19315
|
+
case 0: return r && (r.removeEventListener("popstate", f), c = !1), i && a ? [4, i.set(My, {})] : [3, 2];
|
|
19316
19316
|
case 1: e.sent(), e.label = 2;
|
|
19317
19317
|
case 2: return [2];
|
|
19318
19318
|
}
|
|
@@ -19321,13 +19321,13 @@ var Ny = new Set([
|
|
|
19321
19321
|
}
|
|
19322
19322
|
};
|
|
19323
19323
|
};
|
|
19324
|
-
function
|
|
19324
|
+
function Iy(e, t, n) {
|
|
19325
19325
|
return e.event_properties ||= {}, e.event_properties[t] === void 0 ? n : e.event_properties[t];
|
|
19326
19326
|
}
|
|
19327
19327
|
//#endregion
|
|
19328
19328
|
//#region ../../node_modules/.pnpm/@amplitude+plugin-custom-enrichment-browser@0.1.6/node_modules/@amplitude/plugin-custom-enrichment-browser/lib/esm/custom-enrichment.js
|
|
19329
19329
|
Y();
|
|
19330
|
-
var
|
|
19330
|
+
var Ly = function() {
|
|
19331
19331
|
var e, t, n;
|
|
19332
19332
|
function r(e) {
|
|
19333
19333
|
return typeof e != "object" || !e ? !1 : "body" in e && typeof e.body == "string";
|
|
@@ -19383,22 +19383,22 @@ var Iy = function() {
|
|
|
19383
19383
|
//#endregion
|
|
19384
19384
|
//#region ../../node_modules/.pnpm/@amplitude+analytics-browser@2.41.0/node_modules/@amplitude/analytics-browser/lib/esm/attribution/tracking-methods.js
|
|
19385
19385
|
Y();
|
|
19386
|
-
var
|
|
19386
|
+
var Ry = "userProperty", zy = "eventProperty", By = function(e) {
|
|
19387
19387
|
return e === "userProperty" || e === "eventProperty";
|
|
19388
|
-
},
|
|
19389
|
-
var t = jp([], Ap(new Set((Array.isArray(e) ? e : [e]).filter(
|
|
19390
|
-
return t.length > 0 ? t : [
|
|
19391
|
-
},
|
|
19392
|
-
return
|
|
19393
|
-
}, Hy = function(e) {
|
|
19394
|
-
return Vy(e, Ly);
|
|
19388
|
+
}, Vy = function(e) {
|
|
19389
|
+
var t = jp([], Ap(new Set((Array.isArray(e) ? e : [e]).filter(By))), !1);
|
|
19390
|
+
return t.length > 0 ? t : [Ry];
|
|
19391
|
+
}, Hy = function(e, t) {
|
|
19392
|
+
return Vy(e.trackingMethod).includes(t);
|
|
19395
19393
|
}, Uy = function(e) {
|
|
19396
|
-
return
|
|
19394
|
+
return Hy(e, Ry);
|
|
19395
|
+
}, Wy = function(e) {
|
|
19396
|
+
return Hy(e, zy);
|
|
19397
19397
|
};
|
|
19398
19398
|
//#endregion
|
|
19399
19399
|
//#region ../../node_modules/.pnpm/@amplitude+analytics-browser@2.41.0/node_modules/@amplitude/analytics-browser/lib/esm/browser-client.js
|
|
19400
19400
|
Y();
|
|
19401
|
-
var
|
|
19401
|
+
var Gy = -1, Ky = function(e) {
|
|
19402
19402
|
Dp(t, e);
|
|
19403
19403
|
function t() {
|
|
19404
19404
|
var t = e !== null && e.apply(this, arguments) || this;
|
|
@@ -19416,7 +19416,7 @@ var Wy = -1, Gy = function(e) {
|
|
|
19416
19416
|
var n, r, i, a, o, s, c, l, u, d, f, p, m, h, g, _ = this;
|
|
19417
19417
|
return q(this, function(v) {
|
|
19418
19418
|
switch (v.label) {
|
|
19419
|
-
case 0: return this.initializing ? [2] : (this.initializing = !0, n = Xie(t), r = t.loggerProvider ?? new pm(), t.loggerProvider || r.enable(t.logLevel ?? dm.Warn), i = t.serverZone ?? "US", o = this._diagnosticsSampleRate, s = t.enableDiagnostics ?? !0, n ? (a = new
|
|
19419
|
+
case 0: return this.initializing ? [2] : (this.initializing = !0, n = Xie(t), r = t.loggerProvider ?? new pm(), t.loggerProvider || r.enable(t.logLevel ?? dm.Warn), i = t.serverZone ?? "US", o = this._diagnosticsSampleRate, s = t.enableDiagnostics ?? !0, n ? (a = new rh(t.apiKey, r, i, t.remoteConfig?.serverUrl), [4, new Promise(function(e) {
|
|
19420
19420
|
// istanbul ignore next
|
|
19421
19421
|
a?.subscribe("configs.diagnostics.browserSDK", "all", function(t, n, i) {
|
|
19422
19422
|
if (r.debug("Diagnostics remote configuration received:", JSON.stringify({
|
|
@@ -19454,22 +19454,22 @@ var Wy = -1, Gy = function(e) {
|
|
|
19454
19454
|
})] : [3, 5];
|
|
19455
19455
|
case 4: v.sent(), v.label = 5;
|
|
19456
19456
|
case 5: return [4, e.prototype._init.call(this, l)];
|
|
19457
|
-
case 6: return v.sent(), this.logBrowserOptions(l), this.config.remoteConfigClient = a, u = xg(this.config), ig(this.config.defaultTracking) &&
|
|
19457
|
+
case 6: return v.sent(), this.logBrowserOptions(l), this.config.remoteConfigClient = a, u = xg(this.config), ig(this.config.defaultTracking) && Uy(u) ? (this.config.optOut && this.timeline.addOptOutListener(function(e) {
|
|
19458
19458
|
return K(_, void 0, void 0, function() {
|
|
19459
19459
|
return q(this, function(t) {
|
|
19460
19460
|
switch (t.label) {
|
|
19461
|
-
case 0: return e ? [3, 2] : (this.webAttribution = new
|
|
19461
|
+
case 0: return e ? [3, 2] : (this.webAttribution = new Ty(u, this.config), [4, this.webAttribution.init()]);
|
|
19462
19462
|
case 1: t.sent(), t.label = 2;
|
|
19463
19463
|
case 2: return [2];
|
|
19464
19464
|
}
|
|
19465
19465
|
});
|
|
19466
19466
|
});
|
|
19467
|
-
}), this.webAttribution = new
|
|
19467
|
+
}), this.webAttribution = new Ty(u, this.config), [4, this.webAttribution.init()]) : [3, 8];
|
|
19468
19468
|
case 7: v.sent(), v.label = 8;
|
|
19469
|
-
case 8: return d = Am(), f = d.ampTimestamp ? Number(d.ampTimestamp) : void 0, p = f ? Date.now() < f : !0, m = p && !Number.isNaN(Number(d.ampSessionId)) ? Number(d.ampSessionId) : void 0, h = this.config.deferredSessionId, h ===
|
|
19469
|
+
case 8: return d = Am(), f = d.ampTimestamp ? Number(d.ampTimestamp) : void 0, p = f ? Date.now() < f : !0, m = p && !Number.isNaN(Number(d.ampSessionId)) ? Number(d.ampSessionId) : void 0, h = this.config.deferredSessionId, h === Gy && !this.config.optOut && (h = Date.now()), this.setSessionId(t.sessionId ?? m ?? h ?? this.config.sessionId), this.config.optOut && this.timeline.addOptOutListener(function(e) {
|
|
19470
19470
|
return K(_, void 0, void 0, function() {
|
|
19471
19471
|
return q(this, function(t) {
|
|
19472
|
-
return !e && this.config.deferredSessionId && (this.config.deferredSessionId ===
|
|
19472
|
+
return !e && this.config.deferredSessionId && (this.config.deferredSessionId === Gy ? this.setSessionId(void 0) : this.setSessionId(this.config.deferredSessionId)), [2];
|
|
19473
19473
|
});
|
|
19474
19474
|
});
|
|
19475
19475
|
}), g = Dm(t.instanceName), g.identityStore.setIdentity({
|
|
@@ -19496,21 +19496,21 @@ var Wy = -1, Gy = function(e) {
|
|
|
19496
19496
|
});
|
|
19497
19497
|
});
|
|
19498
19498
|
}), v.label = 20;
|
|
19499
|
-
case 20: return ig(this.config.defaultTracking) &&
|
|
19499
|
+
case 20: return ig(this.config.defaultTracking) && Wy(u) ? (this.config.loggerProvider.debug("Adding event property attribution plugin"), [4, this.add(ky(u)).promise]) : [3, 22];
|
|
19500
19500
|
case 21: v.sent(), v.label = 22;
|
|
19501
|
-
case 22: return dg(this.config.autocapture) ? (this.config.loggerProvider.debug("Adding user interactions plugin (autocapture plugin)"), [4, this.add(
|
|
19501
|
+
case 22: return dg(this.config.autocapture) ? (this.config.loggerProvider.debug("Adding user interactions plugin (autocapture plugin)"), [4, this.add(P_(_g(this.config), { diagnosticsClient: c })).promise]) : [3, 24];
|
|
19502
19502
|
case 23: v.sent(), v.label = 24;
|
|
19503
|
-
case 24: return pg(this.config.autocapture) ? (this.config.loggerProvider.debug("Adding frustration interactions plugin"), [4, this.add(
|
|
19503
|
+
case 24: return pg(this.config.autocapture) ? (this.config.loggerProvider.debug("Adding frustration interactions plugin"), [4, this.add(lv(vg(this.config))).promise]) : [3, 26];
|
|
19504
19504
|
case 25: v.sent(), v.label = 26;
|
|
19505
|
-
case 26: return ug(this.config.autocapture) ? (this.config.loggerProvider.debug("Adding network tracking plugin"), [4, this.add(
|
|
19505
|
+
case 26: return ug(this.config.autocapture) ? (this.config.loggerProvider.debug("Adding network tracking plugin"), [4, this.add(Nv(yg(this.config))).promise]) : [3, 28];
|
|
19506
19506
|
case 27: v.sent(), v.label = 28;
|
|
19507
|
-
case 28: return fg(this.config.autocapture) ? (this.config.loggerProvider.debug("Adding web vitals plugin"), [4, this.add(
|
|
19507
|
+
case 28: return fg(this.config.autocapture) ? (this.config.loggerProvider.debug("Adding web vitals plugin"), [4, this.add(wy()).promise]) : [3, 30];
|
|
19508
19508
|
case 29: v.sent(), v.label = 30;
|
|
19509
|
-
case 30: return mg(this.config.autocapture) ? (this.config.loggerProvider.debug("Adding performance tracking plugin"), [4, this.add(
|
|
19509
|
+
case 30: return mg(this.config.autocapture) ? (this.config.loggerProvider.debug("Adding performance tracking plugin"), [4, this.add(vv(hg(this.config))).promise]) : [3, 32];
|
|
19510
19510
|
case 31: v.sent(), v.label = 32;
|
|
19511
|
-
case 32: return lg(this.config.autocapture) ? (this.config.loggerProvider.debug("Adding referrer page url plugin"), [4, this.add(
|
|
19511
|
+
case 32: return lg(this.config.autocapture) ? (this.config.loggerProvider.debug("Adding referrer page url plugin"), [4, this.add(Fy()).promise]) : [3, 34];
|
|
19512
19512
|
case 33: v.sent(), v.label = 34;
|
|
19513
|
-
case 34: return gg(this.config.customEnrichment) ? (this.config.loggerProvider.debug("Adding custom enrichment plugin"), [4, this.add(
|
|
19513
|
+
case 34: return gg(this.config.customEnrichment) ? (this.config.loggerProvider.debug("Adding custom enrichment plugin"), [4, this.add(Ly()).promise]) : [3, 36];
|
|
19514
19514
|
case 35: v.sent(), v.label = 36;
|
|
19515
19515
|
case 36: return this.initializing = !1, [4, this.runQueuedFunctions("dispatchQ")];
|
|
19516
19516
|
case 37: return v.sent(), g.eventBridge.setEventReceiver(function(e) {
|
|
@@ -19572,7 +19572,7 @@ var Wy = -1, Gy = function(e) {
|
|
|
19572
19572
|
}, t.prototype.setSessionId = function(e) {
|
|
19573
19573
|
var t = [];
|
|
19574
19574
|
if (!this.config) return this.q.push(this.setSessionId.bind(this, e)), lm(Promise.resolve());
|
|
19575
|
-
if (this.config.optOut) return this.config.deferredSessionId = e ??
|
|
19575
|
+
if (this.config.optOut) return this.config.deferredSessionId = e ?? Gy, lm(Promise.resolve());
|
|
19576
19576
|
if (e === void 0 && (e = Date.now()), e === this.config.sessionId) return lm(Promise.resolve());
|
|
19577
19577
|
this.config.loggerProvider.debug("function setSessionId: ", e);
|
|
19578
19578
|
var n = this.getSessionId();
|
|
@@ -19622,7 +19622,7 @@ var Wy = -1, Gy = function(e) {
|
|
|
19622
19622
|
}
|
|
19623
19623
|
return e.prototype.revenue.call(this, t, n);
|
|
19624
19624
|
}, t.prototype.trackCampaignEventIfNeeded = function(e, t) {
|
|
19625
|
-
if (!this.webAttribution || !this.webAttribution.shouldTrackNewCampaign || !
|
|
19625
|
+
if (!this.webAttribution || !this.webAttribution.shouldTrackNewCampaign || !Uy(this.webAttribution.options)) return !1;
|
|
19626
19626
|
var n = this.webAttribution.generateCampaignEvent(e);
|
|
19627
19627
|
return t ? t.push(this.track(n).promise) : this.track(n), this.config.loggerProvider.log("Tracking attribution."), !0;
|
|
19628
19628
|
}, t.prototype.process = function(t) {
|
|
@@ -19651,8 +19651,8 @@ var Wy = -1, Gy = function(e) {
|
|
|
19651
19651
|
return;
|
|
19652
19652
|
}
|
|
19653
19653
|
}, t;
|
|
19654
|
-
}(xre),
|
|
19655
|
-
var e = new
|
|
19654
|
+
}(xre), qy = function() {
|
|
19655
|
+
var e = new Ky();
|
|
19656
19656
|
return {
|
|
19657
19657
|
init: bm(e.init.bind(e), "init", vm(e), ym(e, ["config"])),
|
|
19658
19658
|
add: bm(e.add.bind(e), "add", vm(e), ym(e, ["config.apiKey", "timeline.plugins"])),
|
|
@@ -19689,10 +19689,10 @@ var Wy = -1, Gy = function(e) {
|
|
|
19689
19689
|
_enableRequestBodyCompressionExperimental: bm(e._enableRequestBodyCompressionExperimental.bind(e), "_enableRequestBodyCompressionExperimental", vm(e), ym(e, ["config"]))
|
|
19690
19690
|
};
|
|
19691
19691
|
};
|
|
19692
|
-
|
|
19692
|
+
qy();
|
|
19693
19693
|
//#endregion
|
|
19694
19694
|
//#region ../shared/lib/ampli/index.ts
|
|
19695
|
-
var
|
|
19695
|
+
var Jy = { production: "0cc38251f8841c0d84d11fd20b400b07" }, Yy = {
|
|
19696
19696
|
plan: {
|
|
19697
19697
|
version: "312",
|
|
19698
19698
|
branch: "main",
|
|
@@ -19703,1282 +19703,1282 @@ var qy = { production: "0cc38251f8841c0d84d11fd20b400b07" }, Jy = {
|
|
|
19703
19703
|
sourceName: "browser-typescript-ampli",
|
|
19704
19704
|
sourceVersion: "2.0.0"
|
|
19705
19705
|
}
|
|
19706
|
-
},
|
|
19706
|
+
}, Xy = class {
|
|
19707
19707
|
event_type = "[Engine] Batch: Item Renamed";
|
|
19708
19708
|
constructor(e) {
|
|
19709
19709
|
this.event_properties = e, this.event_properties = e;
|
|
19710
19710
|
}
|
|
19711
|
-
},
|
|
19711
|
+
}, Zy = class {
|
|
19712
19712
|
event_type = "[Engine] Batch: Items Reordered";
|
|
19713
19713
|
constructor(e) {
|
|
19714
19714
|
this.event_properties = e, this.event_properties = e;
|
|
19715
19715
|
}
|
|
19716
|
-
},
|
|
19716
|
+
}, Qy = class {
|
|
19717
19717
|
event_type = "[Engine] Batch: Section Created";
|
|
19718
19718
|
constructor(e) {
|
|
19719
19719
|
this.event_properties = e, this.event_properties = e;
|
|
19720
19720
|
}
|
|
19721
|
-
},
|
|
19721
|
+
}, $y = class {
|
|
19722
19722
|
event_type = "[Engine] Batch: Section Reordered";
|
|
19723
19723
|
constructor(e) {
|
|
19724
19724
|
this.event_properties = e, this.event_properties = e;
|
|
19725
19725
|
}
|
|
19726
|
-
},
|
|
19726
|
+
}, eb = class {
|
|
19727
19727
|
event_type = "[Engine] Recent Upload Used";
|
|
19728
19728
|
constructor(e) {
|
|
19729
19729
|
this.event_properties = e, this.event_properties = e;
|
|
19730
19730
|
}
|
|
19731
|
-
},
|
|
19731
|
+
}, tb = class {
|
|
19732
19732
|
event_type = "[Experiment] Fallback Triggered";
|
|
19733
19733
|
constructor(e) {
|
|
19734
19734
|
this.event_properties = e, this.event_properties = e;
|
|
19735
19735
|
}
|
|
19736
|
-
},
|
|
19736
|
+
}, nb = class {
|
|
19737
19737
|
event_type = "Access List Opened";
|
|
19738
19738
|
constructor(e) {
|
|
19739
19739
|
this.event_properties = e, this.event_properties = e;
|
|
19740
19740
|
}
|
|
19741
|
-
}, nb = class {
|
|
19742
|
-
event_type = "Account: Data Control: Opted In";
|
|
19743
19741
|
}, rb = class {
|
|
19744
|
-
event_type = "Account: Data Control: Opted
|
|
19742
|
+
event_type = "Account: Data Control: Opted In";
|
|
19745
19743
|
}, ib = class {
|
|
19744
|
+
event_type = "Account: Data Control: Opted Out";
|
|
19745
|
+
}, ab = class {
|
|
19746
19746
|
event_type = "Activity Opened";
|
|
19747
19747
|
constructor(e) {
|
|
19748
19748
|
this.event_properties = e, this.event_properties = e;
|
|
19749
19749
|
}
|
|
19750
|
-
},
|
|
19750
|
+
}, ob = class {
|
|
19751
19751
|
event_type = "Activity: Mark All As Read";
|
|
19752
19752
|
constructor(e) {
|
|
19753
19753
|
this.event_properties = e, this.event_properties = e;
|
|
19754
19754
|
}
|
|
19755
|
-
},
|
|
19755
|
+
}, sb = class {
|
|
19756
19756
|
event_type = "Add Text";
|
|
19757
19757
|
constructor(e) {
|
|
19758
19758
|
this.event_properties = e, this.event_properties = e;
|
|
19759
19759
|
}
|
|
19760
|
-
},
|
|
19760
|
+
}, cb = class {
|
|
19761
19761
|
event_type = "AI Background: Regenerate";
|
|
19762
19762
|
constructor(e) {
|
|
19763
19763
|
this.event_properties = e, this.event_properties = e;
|
|
19764
19764
|
}
|
|
19765
|
-
},
|
|
19765
|
+
}, lb = class {
|
|
19766
19766
|
event_type = "AI Backgrounds Model Switcher: AI Backgrounds Version Changed";
|
|
19767
19767
|
constructor(e) {
|
|
19768
19768
|
this.event_properties = e, this.event_properties = e;
|
|
19769
19769
|
}
|
|
19770
|
-
}, lb = class {
|
|
19771
|
-
event_type = "AI Backgrounds Model Switcher: Open";
|
|
19772
19770
|
}, ub = class {
|
|
19771
|
+
event_type = "AI Backgrounds Model Switcher: Open";
|
|
19772
|
+
}, db = class {
|
|
19773
19773
|
event_type = "AI Edit: Generation Completed";
|
|
19774
19774
|
constructor(e) {
|
|
19775
19775
|
this.event_properties = e, this.event_properties = e;
|
|
19776
19776
|
}
|
|
19777
|
-
},
|
|
19777
|
+
}, fb = class {
|
|
19778
19778
|
event_type = "AI Edit: Generation Started";
|
|
19779
19779
|
constructor(e) {
|
|
19780
19780
|
this.event_properties = e, this.event_properties = e;
|
|
19781
19781
|
}
|
|
19782
|
-
},
|
|
19782
|
+
}, pb = class {
|
|
19783
19783
|
event_type = "AI Edit: Image Change Opened";
|
|
19784
19784
|
constructor(e) {
|
|
19785
19785
|
this.event_properties = e, this.event_properties = e;
|
|
19786
19786
|
}
|
|
19787
|
-
},
|
|
19787
|
+
}, mb = class {
|
|
19788
19788
|
event_type = "AI Edit: Image Used";
|
|
19789
19789
|
constructor(e) {
|
|
19790
19790
|
this.event_properties = e, this.event_properties = e;
|
|
19791
19791
|
}
|
|
19792
|
-
},
|
|
19792
|
+
}, hb = class {
|
|
19793
19793
|
event_type = "AI Images: Parameter Opened";
|
|
19794
19794
|
constructor(e) {
|
|
19795
19795
|
this.event_properties = e, this.event_properties = e;
|
|
19796
19796
|
}
|
|
19797
|
-
},
|
|
19797
|
+
}, gb = class {
|
|
19798
19798
|
event_type = "AI Images: Parameter Selected";
|
|
19799
19799
|
constructor(e) {
|
|
19800
19800
|
this.event_properties = e, this.event_properties = e;
|
|
19801
19801
|
}
|
|
19802
|
-
},
|
|
19802
|
+
}, _b = class {
|
|
19803
19803
|
event_type = "AI Images:Image Change Opened";
|
|
19804
19804
|
constructor(e) {
|
|
19805
19805
|
this.event_properties = e, this.event_properties = e;
|
|
19806
19806
|
}
|
|
19807
|
-
}, _b = class {
|
|
19808
|
-
event_type = "AI Images:Image Deleted";
|
|
19809
19807
|
}, vb = class {
|
|
19808
|
+
event_type = "AI Images:Image Deleted";
|
|
19809
|
+
}, yb = class {
|
|
19810
19810
|
event_type = "AI Images:Image Detail View Opened";
|
|
19811
19811
|
constructor(e) {
|
|
19812
19812
|
this.event_properties = e, this.event_properties = e;
|
|
19813
19813
|
}
|
|
19814
|
-
},
|
|
19814
|
+
}, bb = class {
|
|
19815
19815
|
event_type = "AI Images:Image Generation Completed";
|
|
19816
19816
|
constructor(e) {
|
|
19817
19817
|
this.event_properties = e, this.event_properties = e;
|
|
19818
19818
|
}
|
|
19819
|
-
},
|
|
19819
|
+
}, xb = class {
|
|
19820
19820
|
event_type = "AI Images:Image Generation Started";
|
|
19821
19821
|
constructor(e) {
|
|
19822
19822
|
this.event_properties = e, this.event_properties = e;
|
|
19823
19823
|
}
|
|
19824
|
-
},
|
|
19824
|
+
}, Sb = class {
|
|
19825
19825
|
event_type = "AI Images:Image Used";
|
|
19826
19826
|
constructor(e) {
|
|
19827
19827
|
this.event_properties = e, this.event_properties = e;
|
|
19828
19828
|
}
|
|
19829
|
-
},
|
|
19829
|
+
}, Cb = class {
|
|
19830
19830
|
event_type = "AI Images:MiniApp Opened";
|
|
19831
19831
|
constructor(e) {
|
|
19832
19832
|
this.event_properties = e, this.event_properties = e;
|
|
19833
19833
|
}
|
|
19834
|
-
},
|
|
19834
|
+
}, wb = class {
|
|
19835
19835
|
event_type = "AI Images:Opened";
|
|
19836
19836
|
constructor(e) {
|
|
19837
19837
|
this.event_properties = e, this.event_properties = e;
|
|
19838
19838
|
}
|
|
19839
|
-
}, wb = class {
|
|
19840
|
-
event_type = "AI Tools Tab: Opened";
|
|
19841
19839
|
}, Tb = class {
|
|
19840
|
+
event_type = "AI Tools Tab: Opened";
|
|
19841
|
+
}, Eb = class {
|
|
19842
19842
|
event_type = "AI Videos: Export";
|
|
19843
19843
|
constructor(e) {
|
|
19844
19844
|
this.event_properties = e, this.event_properties = e;
|
|
19845
19845
|
}
|
|
19846
|
-
},
|
|
19846
|
+
}, Db = class {
|
|
19847
19847
|
event_type = "AI Videos: MiniApp Opened";
|
|
19848
19848
|
constructor(e) {
|
|
19849
19849
|
this.event_properties = e, this.event_properties = e;
|
|
19850
19850
|
}
|
|
19851
|
-
},
|
|
19851
|
+
}, Ob = class {
|
|
19852
19852
|
event_type = "AI Videos: Parameter Opened";
|
|
19853
19853
|
constructor(e) {
|
|
19854
19854
|
this.event_properties = e, this.event_properties = e;
|
|
19855
19855
|
}
|
|
19856
|
-
},
|
|
19856
|
+
}, kb = class {
|
|
19857
19857
|
event_type = "AI Videos: Parameter Selected";
|
|
19858
19858
|
constructor(e) {
|
|
19859
19859
|
this.event_properties = e, this.event_properties = e;
|
|
19860
19860
|
}
|
|
19861
|
-
},
|
|
19861
|
+
}, Ab = class {
|
|
19862
19862
|
event_type = "AI Videos: Video Generation Completed";
|
|
19863
19863
|
constructor(e) {
|
|
19864
19864
|
this.event_properties = e, this.event_properties = e;
|
|
19865
19865
|
}
|
|
19866
|
-
},
|
|
19866
|
+
}, jb = class {
|
|
19867
19867
|
event_type = "AI Videos: Video Generation Failed";
|
|
19868
19868
|
constructor(e) {
|
|
19869
19869
|
this.event_properties = e, this.event_properties = e;
|
|
19870
19870
|
}
|
|
19871
|
-
},
|
|
19871
|
+
}, Mb = class {
|
|
19872
19872
|
event_type = "AI Videos: Video Generation Started";
|
|
19873
19873
|
constructor(e) {
|
|
19874
19874
|
this.event_properties = e, this.event_properties = e;
|
|
19875
19875
|
}
|
|
19876
|
-
},
|
|
19876
|
+
}, Nb = class {
|
|
19877
19877
|
event_type = "API Onboarding: Select Image Number";
|
|
19878
19878
|
constructor(e) {
|
|
19879
19879
|
this.event_properties = e, this.event_properties = e;
|
|
19880
19880
|
}
|
|
19881
|
-
},
|
|
19881
|
+
}, Pb = class {
|
|
19882
19882
|
event_type = "API Onboarding: Select Storage Method";
|
|
19883
19883
|
constructor(e) {
|
|
19884
19884
|
this.event_properties = e, this.event_properties = e;
|
|
19885
19885
|
}
|
|
19886
|
-
},
|
|
19886
|
+
}, Fb = class {
|
|
19887
19887
|
event_type = "API Onboarding: Select Use Case";
|
|
19888
19888
|
constructor(e) {
|
|
19889
19889
|
this.event_properties = e, this.event_properties = e;
|
|
19890
19890
|
}
|
|
19891
|
-
}, Fb = class {
|
|
19892
|
-
event_type = "API Onboarding: Start Use Case";
|
|
19893
19891
|
}, Ib = class {
|
|
19892
|
+
event_type = "API Onboarding: Start Use Case";
|
|
19893
|
+
}, Lb = class {
|
|
19894
19894
|
event_type = "API Playground: CTA Click";
|
|
19895
19895
|
constructor(e) {
|
|
19896
19896
|
this.event_properties = e, this.event_properties = e;
|
|
19897
19897
|
}
|
|
19898
|
-
},
|
|
19898
|
+
}, Rb = class {
|
|
19899
19899
|
event_type = "API: API Dashboard Learn Section Option Clicked";
|
|
19900
19900
|
constructor(e) {
|
|
19901
19901
|
this.event_properties = e, this.event_properties = e;
|
|
19902
19902
|
}
|
|
19903
|
-
}, Rb = class {
|
|
19904
|
-
event_type = "API: API Dashboard Opened";
|
|
19905
19903
|
}, zb = class {
|
|
19906
|
-
event_type = "API:
|
|
19904
|
+
event_type = "API: API Dashboard Opened";
|
|
19907
19905
|
}, Bb = class {
|
|
19906
|
+
event_type = "API: Copy Key";
|
|
19907
|
+
}, Vb = class {
|
|
19908
19908
|
event_type = "API: Enterprise Integrations Screen Options Clicked";
|
|
19909
19909
|
constructor(e) {
|
|
19910
19910
|
this.event_properties = e, this.event_properties = e;
|
|
19911
19911
|
}
|
|
19912
|
-
},
|
|
19912
|
+
}, Hb = class {
|
|
19913
19913
|
event_type = "API: Get Key";
|
|
19914
19914
|
constructor(e) {
|
|
19915
19915
|
this.event_properties = e, this.event_properties = e;
|
|
19916
19916
|
}
|
|
19917
|
-
}, Hb = class {
|
|
19918
|
-
event_type = "API: Show Upsell";
|
|
19919
19917
|
}, Ub = class {
|
|
19920
|
-
event_type = "API: Show
|
|
19918
|
+
event_type = "API: Show Upsell";
|
|
19921
19919
|
}, Wb = class {
|
|
19920
|
+
event_type = "API: Show Usage";
|
|
19921
|
+
}, Gb = class {
|
|
19922
19922
|
event_type = "Avatar:BackgroundSelected";
|
|
19923
19923
|
constructor(e) {
|
|
19924
19924
|
this.event_properties = e, this.event_properties = e;
|
|
19925
19925
|
}
|
|
19926
|
-
}, Gb = class {
|
|
19927
|
-
event_type = "Avatar:Delete";
|
|
19928
19926
|
}, Kb = class {
|
|
19927
|
+
event_type = "Avatar:Delete";
|
|
19928
|
+
}, qb = class {
|
|
19929
19929
|
event_type = "Avatar:SegmentationSuccess";
|
|
19930
19930
|
constructor(e) {
|
|
19931
19931
|
this.event_properties = e, this.event_properties = e;
|
|
19932
19932
|
}
|
|
19933
|
-
}, qb = class {
|
|
19934
|
-
event_type = "Avatar:Update";
|
|
19935
19933
|
}, Jb = class {
|
|
19934
|
+
event_type = "Avatar:Update";
|
|
19935
|
+
}, Yb = class {
|
|
19936
19936
|
event_type = "Background Switcher Opened";
|
|
19937
19937
|
constructor(e) {
|
|
19938
19938
|
this.event_properties = e, this.event_properties = e;
|
|
19939
19939
|
}
|
|
19940
|
-
},
|
|
19940
|
+
}, Xb = class {
|
|
19941
19941
|
event_type = "Background Switcher Option Selected";
|
|
19942
19942
|
constructor(e) {
|
|
19943
19943
|
this.event_properties = e, this.event_properties = e;
|
|
19944
19944
|
}
|
|
19945
|
-
},
|
|
19945
|
+
}, Zb = class {
|
|
19946
19946
|
event_type = "Banner: Clicked";
|
|
19947
19947
|
constructor(e) {
|
|
19948
19948
|
this.event_properties = e, this.event_properties = e;
|
|
19949
19949
|
}
|
|
19950
|
-
},
|
|
19950
|
+
}, Qb = class {
|
|
19951
19951
|
event_type = "Banner: Dismissed";
|
|
19952
19952
|
constructor(e) {
|
|
19953
19953
|
this.event_properties = e, this.event_properties = e;
|
|
19954
19954
|
}
|
|
19955
|
-
},
|
|
19955
|
+
}, $b = class {
|
|
19956
19956
|
event_type = "Banner: Viewed";
|
|
19957
19957
|
constructor(e) {
|
|
19958
19958
|
this.event_properties = e, this.event_properties = e;
|
|
19959
19959
|
}
|
|
19960
|
-
}, $b = class {
|
|
19961
|
-
event_type = "Batch: Card selected";
|
|
19962
19960
|
}, ex = class {
|
|
19961
|
+
event_type = "Batch: Card selected";
|
|
19962
|
+
}, tx = class {
|
|
19963
19963
|
event_type = "Batch: Editor Navigation Interacted";
|
|
19964
19964
|
constructor(e) {
|
|
19965
19965
|
this.event_properties = e, this.event_properties = e;
|
|
19966
19966
|
}
|
|
19967
|
-
},
|
|
19967
|
+
}, nx = class {
|
|
19968
19968
|
event_type = "Batch: Export";
|
|
19969
19969
|
constructor(e) {
|
|
19970
19970
|
this.event_properties = e, this.event_properties = e;
|
|
19971
19971
|
}
|
|
19972
|
-
},
|
|
19972
|
+
}, rx = class {
|
|
19973
19973
|
event_type = "Batch: Export View Opened";
|
|
19974
19974
|
constructor(e) {
|
|
19975
19975
|
this.event_properties = e, this.event_properties = e;
|
|
19976
19976
|
}
|
|
19977
|
-
},
|
|
19977
|
+
}, ix = class {
|
|
19978
19978
|
event_type = "Batch: Panel Interacted";
|
|
19979
19979
|
constructor(e) {
|
|
19980
19980
|
this.event_properties = e, this.event_properties = e;
|
|
19981
19981
|
}
|
|
19982
|
-
},
|
|
19982
|
+
}, ax = class {
|
|
19983
19983
|
event_type = "Batch: Select homepage template";
|
|
19984
19984
|
constructor(e) {
|
|
19985
19985
|
this.event_properties = e, this.event_properties = e;
|
|
19986
19986
|
}
|
|
19987
|
-
},
|
|
19987
|
+
}, ox = class {
|
|
19988
19988
|
event_type = "Batch: Template Created";
|
|
19989
19989
|
constructor(e) {
|
|
19990
19990
|
this.event_properties = e, this.event_properties = e;
|
|
19991
19991
|
}
|
|
19992
|
-
},
|
|
19992
|
+
}, sx = class {
|
|
19993
19993
|
event_type = "Batch: Viewed";
|
|
19994
19994
|
constructor(e) {
|
|
19995
19995
|
this.event_properties = e, this.event_properties = e;
|
|
19996
19996
|
}
|
|
19997
|
-
},
|
|
19997
|
+
}, cx = class {
|
|
19998
19998
|
event_type = "Batch:ImagesSelected";
|
|
19999
19999
|
constructor(e) {
|
|
20000
20000
|
this.event_properties = e, this.event_properties = e;
|
|
20001
20001
|
}
|
|
20002
|
-
},
|
|
20002
|
+
}, lx = class {
|
|
20003
20003
|
event_type = "Brand Kit Element Added";
|
|
20004
20004
|
constructor(e) {
|
|
20005
20005
|
this.event_properties = e, this.event_properties = e;
|
|
20006
20006
|
}
|
|
20007
|
-
},
|
|
20007
|
+
}, ux = class {
|
|
20008
20008
|
event_type = "Brand Kit Element Removed";
|
|
20009
20009
|
constructor(e) {
|
|
20010
20010
|
this.event_properties = e, this.event_properties = e;
|
|
20011
20011
|
}
|
|
20012
|
-
},
|
|
20012
|
+
}, dx = class {
|
|
20013
20013
|
event_type = "Brand Kit Element Renamed";
|
|
20014
20014
|
constructor(e) {
|
|
20015
20015
|
this.event_properties = e, this.event_properties = e;
|
|
20016
20016
|
}
|
|
20017
|
-
},
|
|
20017
|
+
}, fx = class {
|
|
20018
20018
|
event_type = "Brand Kit Element Used";
|
|
20019
20019
|
constructor(e) {
|
|
20020
20020
|
this.event_properties = e, this.event_properties = e;
|
|
20021
20021
|
}
|
|
20022
|
-
},
|
|
20022
|
+
}, px = class {
|
|
20023
20023
|
event_type = "Brand Kit Information Opened";
|
|
20024
20024
|
constructor(e) {
|
|
20025
20025
|
this.event_properties = e, this.event_properties = e;
|
|
20026
20026
|
}
|
|
20027
|
-
},
|
|
20027
|
+
}, mx = class {
|
|
20028
20028
|
event_type = "Brand Kit Information Updated";
|
|
20029
20029
|
constructor(e) {
|
|
20030
20030
|
this.event_properties = e, this.event_properties = e;
|
|
20031
20031
|
}
|
|
20032
|
-
},
|
|
20032
|
+
}, hx = class {
|
|
20033
20033
|
event_type = "Brand Kit Opened";
|
|
20034
20034
|
constructor(e) {
|
|
20035
20035
|
this.event_properties = e, this.event_properties = e;
|
|
20036
20036
|
}
|
|
20037
|
-
},
|
|
20037
|
+
}, gx = class {
|
|
20038
20038
|
event_type = "Brand Kit Prompt Copied";
|
|
20039
20039
|
constructor(e) {
|
|
20040
20040
|
this.event_properties = e, this.event_properties = e;
|
|
20041
20041
|
}
|
|
20042
|
-
}, gx = class {
|
|
20043
|
-
event_type = "Brand Kit: Virtual Model Added";
|
|
20044
20042
|
}, _x = class {
|
|
20043
|
+
event_type = "Brand Kit: Virtual Model Added";
|
|
20044
|
+
}, vx = class {
|
|
20045
20045
|
event_type = "Brand Kit: Virtual Model Deleted";
|
|
20046
20046
|
constructor(e) {
|
|
20047
20047
|
this.event_properties = e, this.event_properties = e;
|
|
20048
20048
|
}
|
|
20049
|
-
}, vx = class {
|
|
20050
|
-
event_type = "Brand Kit: Virtual Model Updated";
|
|
20051
20049
|
}, yx = class {
|
|
20052
|
-
event_type = "
|
|
20050
|
+
event_type = "Brand Kit: Virtual Model Updated";
|
|
20053
20051
|
}, bx = class {
|
|
20054
|
-
event_type = "Catalog:
|
|
20052
|
+
event_type = "Catalog: Catalog Synced";
|
|
20055
20053
|
}, xx = class {
|
|
20056
|
-
event_type = "Catalog:
|
|
20054
|
+
event_type = "Catalog: Collection Selected";
|
|
20057
20055
|
}, Sx = class {
|
|
20056
|
+
event_type = "Catalog: Connection Success Modal Shown";
|
|
20057
|
+
}, Cx = class {
|
|
20058
20058
|
event_type = "Catalog: Empty State Shown";
|
|
20059
20059
|
constructor(e) {
|
|
20060
20060
|
this.event_properties = e, this.event_properties = e;
|
|
20061
20061
|
}
|
|
20062
|
-
}, Cx = class {
|
|
20063
|
-
event_type = "Catalog: Filter Applied";
|
|
20064
20062
|
}, wx = class {
|
|
20065
|
-
event_type = "Catalog:
|
|
20063
|
+
event_type = "Catalog: Filter Applied";
|
|
20066
20064
|
}, Tx = class {
|
|
20067
|
-
event_type = "Catalog: Max Upsell Info Bar Upgrade
|
|
20065
|
+
event_type = "Catalog: Max Upsell Info Bar Upgrade Clicked";
|
|
20068
20066
|
}, Ex = class {
|
|
20069
|
-
event_type = "Catalog:
|
|
20067
|
+
event_type = "Catalog: Max Upsell Info Bar Upgrade Dismissed";
|
|
20070
20068
|
}, Dx = class {
|
|
20071
|
-
event_type = "Catalog: New Product Creation
|
|
20069
|
+
event_type = "Catalog: New Product Creation Shown";
|
|
20072
20070
|
}, Ox = class {
|
|
20073
|
-
event_type = "Catalog:
|
|
20071
|
+
event_type = "Catalog: New Product Creation Success";
|
|
20074
20072
|
}, kx = class {
|
|
20075
|
-
event_type = "Catalog: Onboarding Tour
|
|
20073
|
+
event_type = "Catalog: Onboarding Tour Finished";
|
|
20076
20074
|
}, Ax = class {
|
|
20077
|
-
event_type = "Catalog:
|
|
20075
|
+
event_type = "Catalog: Onboarding Tour Started";
|
|
20078
20076
|
}, jx = class {
|
|
20077
|
+
event_type = "Catalog: Overview Opened";
|
|
20078
|
+
}, Mx = class {
|
|
20079
20079
|
event_type = "Catalog: Product Images Exported";
|
|
20080
20080
|
constructor(e) {
|
|
20081
20081
|
this.event_properties = e, this.event_properties = e;
|
|
20082
20082
|
}
|
|
20083
|
-
},
|
|
20083
|
+
}, Nx = class {
|
|
20084
20084
|
event_type = "Catalog: Product Selection Modal Shown";
|
|
20085
20085
|
constructor(e) {
|
|
20086
20086
|
this.event_properties = e, this.event_properties = e;
|
|
20087
20087
|
}
|
|
20088
|
-
},
|
|
20088
|
+
}, Px = class {
|
|
20089
20089
|
event_type = "Catalog: Product Synced";
|
|
20090
20090
|
constructor(e) {
|
|
20091
20091
|
this.event_properties = e, this.event_properties = e;
|
|
20092
20092
|
}
|
|
20093
|
-
}, Px = class {
|
|
20094
|
-
event_type = "Catalog: Search Initiated";
|
|
20095
20093
|
}, Fx = class {
|
|
20096
|
-
event_type = "Catalog:
|
|
20094
|
+
event_type = "Catalog: Search Initiated";
|
|
20097
20095
|
}, Ix = class {
|
|
20096
|
+
event_type = "Catalog: Shopify App Installation Selected";
|
|
20097
|
+
}, Lx = class {
|
|
20098
20098
|
event_type = "Catalog: Shopify URL Added";
|
|
20099
20099
|
constructor(e) {
|
|
20100
20100
|
this.event_properties = e, this.event_properties = e;
|
|
20101
20101
|
}
|
|
20102
|
-
}, Lx = class {
|
|
20103
|
-
event_type = "Catalog: Sync Warning Shown";
|
|
20104
20102
|
}, Rx = class {
|
|
20103
|
+
event_type = "Catalog: Sync Warning Shown";
|
|
20104
|
+
}, zx = class {
|
|
20105
20105
|
event_type = "Change Team";
|
|
20106
20106
|
constructor(e) {
|
|
20107
20107
|
this.event_properties = e, this.event_properties = e;
|
|
20108
20108
|
}
|
|
20109
|
-
},
|
|
20109
|
+
}, Bx = class {
|
|
20110
20110
|
event_type = "Comment Added";
|
|
20111
20111
|
constructor(e) {
|
|
20112
20112
|
this.event_properties = e, this.event_properties = e;
|
|
20113
20113
|
}
|
|
20114
|
-
},
|
|
20114
|
+
}, Vx = class {
|
|
20115
20115
|
event_type = "Comment Deleted";
|
|
20116
20116
|
constructor(e) {
|
|
20117
20117
|
this.event_properties = e, this.event_properties = e;
|
|
20118
20118
|
}
|
|
20119
|
-
},
|
|
20119
|
+
}, Hx = class {
|
|
20120
20120
|
event_type = "Comment Panel Opened";
|
|
20121
20121
|
constructor(e) {
|
|
20122
20122
|
this.event_properties = e, this.event_properties = e;
|
|
20123
20123
|
}
|
|
20124
|
-
}, Hx = class {
|
|
20125
|
-
event_type = "Create Personal Team Set Name: Added";
|
|
20126
20124
|
}, Ux = class {
|
|
20127
|
-
event_type = "Create Personal Team Set Name:
|
|
20125
|
+
event_type = "Create Personal Team Set Name: Added";
|
|
20128
20126
|
}, Wx = class {
|
|
20127
|
+
event_type = "Create Personal Team Set Name: Show";
|
|
20128
|
+
}, Gx = class {
|
|
20129
20129
|
event_type = "Create Team: Create Team Button Tapped";
|
|
20130
20130
|
constructor(e) {
|
|
20131
20131
|
this.event_properties = e, this.event_properties = e;
|
|
20132
20132
|
}
|
|
20133
|
-
},
|
|
20133
|
+
}, Kx = class {
|
|
20134
20134
|
event_type = "Create Team: Create Team Modal Show";
|
|
20135
20135
|
constructor(e) {
|
|
20136
20136
|
this.event_properties = e, this.event_properties = e;
|
|
20137
20137
|
}
|
|
20138
|
-
},
|
|
20138
|
+
}, qx = class {
|
|
20139
20139
|
event_type = "Create Team: Team Name Show";
|
|
20140
20140
|
constructor(e) {
|
|
20141
20141
|
this.event_properties = e, this.event_properties = e;
|
|
20142
20142
|
}
|
|
20143
|
-
}, qx = class {
|
|
20144
|
-
event_type = "Create Team: Team Name Success";
|
|
20145
20143
|
}, Jx = class {
|
|
20144
|
+
event_type = "Create Team: Team Name Success";
|
|
20145
|
+
}, Yx = class {
|
|
20146
20146
|
event_type = "Create Team:Invite";
|
|
20147
20147
|
constructor(e) {
|
|
20148
20148
|
this.event_properties = e, this.event_properties = e;
|
|
20149
20149
|
}
|
|
20150
|
-
},
|
|
20150
|
+
}, Xx = class {
|
|
20151
20151
|
event_type = "Create Team:Start";
|
|
20152
20152
|
constructor(e) {
|
|
20153
20153
|
this.event_properties = e, this.event_properties = e;
|
|
20154
20154
|
}
|
|
20155
|
-
},
|
|
20155
|
+
}, Zx = class {
|
|
20156
20156
|
event_type = "Create Team:Success";
|
|
20157
20157
|
constructor(e) {
|
|
20158
20158
|
this.event_properties = e, this.event_properties = e;
|
|
20159
20159
|
}
|
|
20160
|
-
}, Zx = class {
|
|
20161
|
-
event_type = "Custom Font Upload Disclaimer Accepted";
|
|
20162
20160
|
}, Qx = class {
|
|
20163
|
-
event_type = "Custom Font Upload Disclaimer
|
|
20161
|
+
event_type = "Custom Font Upload Disclaimer Accepted";
|
|
20164
20162
|
}, $x = class {
|
|
20163
|
+
event_type = "Custom Font Upload Disclaimer Show";
|
|
20164
|
+
}, eS = class {
|
|
20165
20165
|
event_type = "Custom Font Upload Failure";
|
|
20166
20166
|
constructor(e) {
|
|
20167
20167
|
this.event_properties = e, this.event_properties = e;
|
|
20168
20168
|
}
|
|
20169
|
-
},
|
|
20169
|
+
}, tS = class {
|
|
20170
20170
|
event_type = "Custom Font Upload Started";
|
|
20171
20171
|
constructor(e) {
|
|
20172
20172
|
this.event_properties = e, this.event_properties = e;
|
|
20173
20173
|
}
|
|
20174
|
-
},
|
|
20174
|
+
}, nS = class {
|
|
20175
20175
|
event_type = "Custom Font Upload Success";
|
|
20176
20176
|
constructor(e) {
|
|
20177
20177
|
this.event_properties = e, this.event_properties = e;
|
|
20178
20178
|
}
|
|
20179
|
-
},
|
|
20179
|
+
}, rS = class {
|
|
20180
20180
|
event_type = "Custom Template Applied";
|
|
20181
20181
|
constructor(e) {
|
|
20182
20182
|
this.event_properties = e, this.event_properties = e;
|
|
20183
20183
|
}
|
|
20184
|
-
}, rS = class {
|
|
20185
|
-
event_type = "Delete Team: Start";
|
|
20186
20184
|
}, iS = class {
|
|
20187
|
-
event_type = "Delete Team:
|
|
20185
|
+
event_type = "Delete Team: Start";
|
|
20188
20186
|
}, aS = class {
|
|
20187
|
+
event_type = "Delete Team: Success";
|
|
20188
|
+
}, oS = class {
|
|
20189
20189
|
event_type = "Design Duplicated";
|
|
20190
20190
|
constructor(e) {
|
|
20191
20191
|
this.event_properties = e, this.event_properties = e;
|
|
20192
20192
|
}
|
|
20193
|
-
},
|
|
20193
|
+
}, sS = class {
|
|
20194
20194
|
event_type = "Design Edited";
|
|
20195
20195
|
constructor(e) {
|
|
20196
20196
|
this.event_properties = e, this.event_properties = e;
|
|
20197
20197
|
}
|
|
20198
|
-
},
|
|
20198
|
+
}, cS = class {
|
|
20199
20199
|
event_type = "Design Email Invite Shared";
|
|
20200
20200
|
constructor(e) {
|
|
20201
20201
|
this.event_properties = e, this.event_properties = e;
|
|
20202
20202
|
}
|
|
20203
|
-
},
|
|
20203
|
+
}, lS = class {
|
|
20204
20204
|
event_type = "Design Invite Revoked";
|
|
20205
20205
|
constructor(e) {
|
|
20206
20206
|
this.event_properties = e, this.event_properties = e;
|
|
20207
20207
|
}
|
|
20208
|
-
},
|
|
20208
|
+
}, uS = class {
|
|
20209
20209
|
event_type = "Design Link Copied";
|
|
20210
20210
|
constructor(e) {
|
|
20211
20211
|
this.event_properties = e, this.event_properties = e;
|
|
20212
20212
|
}
|
|
20213
|
-
},
|
|
20213
|
+
}, dS = class {
|
|
20214
20214
|
event_type = "Design Link Opened";
|
|
20215
20215
|
constructor(e) {
|
|
20216
20216
|
this.event_properties = e, this.event_properties = e;
|
|
20217
20217
|
}
|
|
20218
|
-
},
|
|
20218
|
+
}, fS = class {
|
|
20219
20219
|
event_type = "Design Link Permission Update";
|
|
20220
20220
|
constructor(e) {
|
|
20221
20221
|
this.event_properties = e, this.event_properties = e;
|
|
20222
20222
|
}
|
|
20223
|
-
},
|
|
20223
|
+
}, pS = class {
|
|
20224
20224
|
event_type = "Design Link Tapped";
|
|
20225
20225
|
constructor(e) {
|
|
20226
20226
|
this.event_properties = e, this.event_properties = e;
|
|
20227
20227
|
}
|
|
20228
|
-
},
|
|
20228
|
+
}, mS = class {
|
|
20229
20229
|
event_type = "Design Moved";
|
|
20230
20230
|
constructor(e) {
|
|
20231
20231
|
this.event_properties = e, this.event_properties = e;
|
|
20232
20232
|
}
|
|
20233
|
-
},
|
|
20233
|
+
}, hS = class {
|
|
20234
20234
|
event_type = "Design Permission Changed";
|
|
20235
20235
|
constructor(e) {
|
|
20236
20236
|
this.event_properties = e, this.event_properties = e;
|
|
20237
20237
|
}
|
|
20238
|
-
}, hS = class {
|
|
20239
|
-
event_type = "Design Permission Modal Show";
|
|
20240
20238
|
}, gS = class {
|
|
20239
|
+
event_type = "Design Permission Modal Show";
|
|
20240
|
+
}, _S = class {
|
|
20241
20241
|
event_type = "Edit Cutout: Cancel";
|
|
20242
20242
|
constructor(e) {
|
|
20243
20243
|
this.event_properties = e, this.event_properties = e;
|
|
20244
20244
|
}
|
|
20245
|
-
},
|
|
20245
|
+
}, vS = class {
|
|
20246
20246
|
event_type = "Edit Cutout: Done";
|
|
20247
20247
|
constructor(e) {
|
|
20248
20248
|
this.event_properties = e, this.event_properties = e;
|
|
20249
20249
|
}
|
|
20250
|
-
},
|
|
20250
|
+
}, yS = class {
|
|
20251
20251
|
event_type = "Edit Cutout:Start";
|
|
20252
20252
|
constructor(e) {
|
|
20253
20253
|
this.event_properties = e, this.event_properties = e;
|
|
20254
20254
|
}
|
|
20255
|
-
},
|
|
20255
|
+
}, bS = class {
|
|
20256
20256
|
event_type = "Editor: Concept Selection Started";
|
|
20257
20257
|
constructor(e) {
|
|
20258
20258
|
this.event_properties = e, this.event_properties = e;
|
|
20259
20259
|
}
|
|
20260
|
-
},
|
|
20260
|
+
}, xS = class {
|
|
20261
20261
|
event_type = "Editor: Insert View Opened";
|
|
20262
20262
|
constructor(e) {
|
|
20263
20263
|
this.event_properties = e, this.event_properties = e;
|
|
20264
20264
|
}
|
|
20265
|
-
},
|
|
20265
|
+
}, SS = class {
|
|
20266
20266
|
event_type = "Editor: Template View Opened";
|
|
20267
20267
|
constructor(e) {
|
|
20268
20268
|
this.event_properties = e, this.event_properties = e;
|
|
20269
20269
|
}
|
|
20270
|
-
},
|
|
20270
|
+
}, CS = class {
|
|
20271
20271
|
event_type = "Editor: Unstable connection alert shown";
|
|
20272
20272
|
constructor(e) {
|
|
20273
20273
|
this.event_properties = e, this.event_properties = e;
|
|
20274
20274
|
}
|
|
20275
|
-
},
|
|
20275
|
+
}, wS = class {
|
|
20276
20276
|
event_type = "Editor: Unstable connection toast shown";
|
|
20277
20277
|
constructor(e) {
|
|
20278
20278
|
this.event_properties = e, this.event_properties = e;
|
|
20279
20279
|
}
|
|
20280
|
-
},
|
|
20280
|
+
}, TS = class {
|
|
20281
20281
|
event_type = "Editor:AI Tools Opened";
|
|
20282
20282
|
constructor(e) {
|
|
20283
20283
|
this.event_properties = e, this.event_properties = e;
|
|
20284
20284
|
}
|
|
20285
|
-
},
|
|
20285
|
+
}, ES = class {
|
|
20286
20286
|
event_type = "Editor:Text Insert View Opened";
|
|
20287
20287
|
constructor(e) {
|
|
20288
20288
|
this.event_properties = e, this.event_properties = e;
|
|
20289
20289
|
}
|
|
20290
|
-
},
|
|
20290
|
+
}, DS = class {
|
|
20291
20291
|
event_type = "Export";
|
|
20292
20292
|
constructor(e) {
|
|
20293
20293
|
this.event_properties = e, this.event_properties = e;
|
|
20294
20294
|
}
|
|
20295
|
-
}, DS = class {
|
|
20296
|
-
event_type = "Export View:Opened";
|
|
20297
20295
|
}, OS = class {
|
|
20298
|
-
event_type = "
|
|
20296
|
+
event_type = "Export View:Opened";
|
|
20299
20297
|
}, kS = class {
|
|
20300
|
-
event_type = "
|
|
20298
|
+
event_type = "First Open";
|
|
20301
20299
|
}, AS = class {
|
|
20302
|
-
event_type = "Google Invite
|
|
20300
|
+
event_type = "Google Invite Authentication: Success";
|
|
20303
20301
|
}, jS = class {
|
|
20302
|
+
event_type = "Google Invite Button: Clicked";
|
|
20303
|
+
}, MS = class {
|
|
20304
20304
|
event_type = "Google Invite Step: Shown";
|
|
20305
20305
|
constructor(e) {
|
|
20306
20306
|
this.event_properties = e, this.event_properties = e;
|
|
20307
20307
|
}
|
|
20308
|
-
},
|
|
20308
|
+
}, NS = class {
|
|
20309
20309
|
event_type = "Handraiser: Contact Sales Clicked";
|
|
20310
20310
|
constructor(e) {
|
|
20311
20311
|
this.event_properties = e, this.event_properties = e;
|
|
20312
20312
|
}
|
|
20313
|
-
}, NS = class {
|
|
20314
|
-
event_type = "Handraiser: Enterprise Integration Clicked";
|
|
20315
20313
|
}, PS = class {
|
|
20314
|
+
event_type = "Handraiser: Enterprise Integration Clicked";
|
|
20315
|
+
}, FS = class {
|
|
20316
20316
|
event_type = "Handraiser: Onboarding Flow Started";
|
|
20317
20317
|
constructor(e) {
|
|
20318
20318
|
this.event_properties = e, this.event_properties = e;
|
|
20319
20319
|
}
|
|
20320
|
-
},
|
|
20320
|
+
}, IS = class {
|
|
20321
20321
|
event_type = "Handraiser: Submitted Information";
|
|
20322
20322
|
constructor(e) {
|
|
20323
20323
|
this.event_properties = e, this.event_properties = e;
|
|
20324
20324
|
}
|
|
20325
|
-
},
|
|
20325
|
+
}, LS = class {
|
|
20326
20326
|
event_type = "Hit Batch Export Limit";
|
|
20327
20327
|
constructor(e) {
|
|
20328
20328
|
this.event_properties = e, this.event_properties = e;
|
|
20329
20329
|
}
|
|
20330
|
-
}, LS = class {
|
|
20331
|
-
event_type = "Hit Manual Export Limit";
|
|
20332
20330
|
}, RS = class {
|
|
20333
|
-
event_type = "
|
|
20331
|
+
event_type = "Hit Manual Export Limit";
|
|
20334
20332
|
}, zS = class {
|
|
20333
|
+
event_type = "Import Brand Editor Card Dismissed";
|
|
20334
|
+
}, BS = class {
|
|
20335
20335
|
event_type = "Import Brand Modal Brand Elements Extracted";
|
|
20336
20336
|
constructor(e) {
|
|
20337
20337
|
this.event_properties = e, this.event_properties = e;
|
|
20338
20338
|
}
|
|
20339
|
-
},
|
|
20339
|
+
}, VS = class {
|
|
20340
20340
|
event_type = "Import Brand Modal Brand Elements Saved";
|
|
20341
20341
|
constructor(e) {
|
|
20342
20342
|
this.event_properties = e, this.event_properties = e;
|
|
20343
20343
|
}
|
|
20344
|
-
},
|
|
20344
|
+
}, HS = class {
|
|
20345
20345
|
event_type = "Import Brand Modal Show";
|
|
20346
20346
|
constructor(e) {
|
|
20347
20347
|
this.event_properties = e, this.event_properties = e;
|
|
20348
20348
|
}
|
|
20349
|
-
},
|
|
20349
|
+
}, US = class {
|
|
20350
20350
|
event_type = "Import Brand Website Added";
|
|
20351
20351
|
constructor(e) {
|
|
20352
20352
|
this.event_properties = e, this.event_properties = e;
|
|
20353
20353
|
}
|
|
20354
|
-
},
|
|
20354
|
+
}, WS = class {
|
|
20355
20355
|
event_type = "Insert View:Image Picked";
|
|
20356
20356
|
constructor(e) {
|
|
20357
20357
|
this.event_properties = e, this.event_properties = e;
|
|
20358
20358
|
}
|
|
20359
|
-
},
|
|
20359
|
+
}, GS = class {
|
|
20360
20360
|
event_type = "Instant Background:New Scene Created";
|
|
20361
20361
|
constructor(e) {
|
|
20362
20362
|
this.event_properties = e, this.event_properties = e;
|
|
20363
20363
|
}
|
|
20364
|
-
},
|
|
20364
|
+
}, KS = class {
|
|
20365
20365
|
event_type = "Instant Background:Start Create New Scene Flow";
|
|
20366
20366
|
constructor(e) {
|
|
20367
20367
|
this.event_properties = e, this.event_properties = e;
|
|
20368
20368
|
}
|
|
20369
|
-
},
|
|
20369
|
+
}, qS = class {
|
|
20370
20370
|
event_type = "Instant Backgrounds:Search Abandoned";
|
|
20371
20371
|
constructor(e) {
|
|
20372
20372
|
this.event_properties = e, this.event_properties = e;
|
|
20373
20373
|
}
|
|
20374
|
-
}, qS = class {
|
|
20375
|
-
event_type = "Instant Backgrounds:Search Focused";
|
|
20376
20374
|
}, JS = class {
|
|
20377
|
-
event_type = "Instant Backgrounds:Search
|
|
20375
|
+
event_type = "Instant Backgrounds:Search Focused";
|
|
20378
20376
|
}, YS = class {
|
|
20377
|
+
event_type = "Instant Backgrounds:Search Initiated";
|
|
20378
|
+
}, XS = class {
|
|
20379
20379
|
event_type = "Instant Backgrounds:Search Result Tapped";
|
|
20380
20380
|
constructor(e) {
|
|
20381
20381
|
this.event_properties = e, this.event_properties = e;
|
|
20382
20382
|
}
|
|
20383
|
-
},
|
|
20383
|
+
}, ZS = class {
|
|
20384
20384
|
event_type = "Instant Shadows:Apply Selection";
|
|
20385
20385
|
constructor(e) {
|
|
20386
20386
|
this.event_properties = e, this.event_properties = e;
|
|
20387
20387
|
}
|
|
20388
|
-
},
|
|
20388
|
+
}, QS = class {
|
|
20389
20389
|
event_type = "Instant Shadows:Open Selection";
|
|
20390
20390
|
constructor(e) {
|
|
20391
20391
|
this.event_properties = e, this.event_properties = e;
|
|
20392
20392
|
}
|
|
20393
|
-
},
|
|
20393
|
+
}, $S = class {
|
|
20394
20394
|
event_type = "Instant Shadows:Open Template";
|
|
20395
20395
|
constructor(e) {
|
|
20396
20396
|
this.event_properties = e, this.event_properties = e;
|
|
20397
20397
|
}
|
|
20398
|
-
},
|
|
20398
|
+
}, eC = class {
|
|
20399
20399
|
event_type = "Invitation Create Opened";
|
|
20400
20400
|
constructor(e) {
|
|
20401
20401
|
this.event_properties = e, this.event_properties = e;
|
|
20402
20402
|
}
|
|
20403
|
-
}, eC = class {
|
|
20404
|
-
event_type = "Invite Revoked";
|
|
20405
20403
|
}, tC = class {
|
|
20404
|
+
event_type = "Invite Revoked";
|
|
20405
|
+
}, nC = class {
|
|
20406
20406
|
event_type = "Invite Sent";
|
|
20407
20407
|
constructor(e) {
|
|
20408
20408
|
this.event_properties = e, this.event_properties = e;
|
|
20409
20409
|
}
|
|
20410
|
-
},
|
|
20410
|
+
}, rC = class {
|
|
20411
20411
|
event_type = "Invite Show";
|
|
20412
20412
|
constructor(e) {
|
|
20413
20413
|
this.event_properties = e, this.event_properties = e;
|
|
20414
20414
|
}
|
|
20415
|
-
},
|
|
20415
|
+
}, iC = class {
|
|
20416
20416
|
event_type = "Invite Skipped";
|
|
20417
20417
|
constructor(e) {
|
|
20418
20418
|
this.event_properties = e, this.event_properties = e;
|
|
20419
20419
|
}
|
|
20420
|
-
}, iC = class {
|
|
20421
|
-
event_type = "Invite to Team";
|
|
20422
20420
|
}, aC = class {
|
|
20421
|
+
event_type = "Invite to Team";
|
|
20422
|
+
}, oC = class {
|
|
20423
20423
|
event_type = "Join Team:Show";
|
|
20424
20424
|
constructor(e) {
|
|
20425
20425
|
this.event_properties = e, this.event_properties = e;
|
|
20426
20426
|
}
|
|
20427
|
-
},
|
|
20427
|
+
}, sC = class {
|
|
20428
20428
|
event_type = "Join Team:Success";
|
|
20429
20429
|
constructor(e) {
|
|
20430
20430
|
this.event_properties = e, this.event_properties = e;
|
|
20431
20431
|
}
|
|
20432
|
-
},
|
|
20432
|
+
}, cC = class {
|
|
20433
20433
|
event_type = "Join Team:User Name";
|
|
20434
20434
|
constructor(e) {
|
|
20435
20435
|
this.event_properties = e, this.event_properties = e;
|
|
20436
20436
|
}
|
|
20437
|
-
}, cC = class {
|
|
20438
|
-
event_type = "Leave Team";
|
|
20439
20437
|
}, lC = class {
|
|
20440
|
-
event_type = "
|
|
20438
|
+
event_type = "Leave Team";
|
|
20441
20439
|
}, uC = class {
|
|
20442
|
-
event_type = "
|
|
20440
|
+
event_type = "Log Out";
|
|
20443
20441
|
}, dC = class {
|
|
20442
|
+
event_type = "Login: Pre Login Show";
|
|
20443
|
+
}, fC = class {
|
|
20444
20444
|
event_type = "Login: Show";
|
|
20445
20445
|
constructor(e) {
|
|
20446
20446
|
this.event_properties = e, this.event_properties = e;
|
|
20447
20447
|
}
|
|
20448
|
-
},
|
|
20448
|
+
}, pC = class {
|
|
20449
20449
|
event_type = "Login:Failed";
|
|
20450
20450
|
constructor(e) {
|
|
20451
20451
|
this.event_properties = e, this.event_properties = e;
|
|
20452
20452
|
}
|
|
20453
|
-
},
|
|
20453
|
+
}, mC = class {
|
|
20454
20454
|
event_type = "Login:Start";
|
|
20455
20455
|
constructor(e) {
|
|
20456
20456
|
this.event_properties = e, this.event_properties = e;
|
|
20457
20457
|
}
|
|
20458
|
-
},
|
|
20458
|
+
}, hC = class {
|
|
20459
20459
|
event_type = "Login:Success";
|
|
20460
20460
|
constructor(e) {
|
|
20461
20461
|
this.event_properties = e, this.event_properties = e;
|
|
20462
20462
|
}
|
|
20463
|
-
},
|
|
20463
|
+
}, gC = class {
|
|
20464
20464
|
event_type = "Magic Studio Scene:Generate More Button Tapped";
|
|
20465
20465
|
constructor(e) {
|
|
20466
20466
|
this.event_properties = e, this.event_properties = e;
|
|
20467
20467
|
}
|
|
20468
|
-
},
|
|
20468
|
+
}, _C = class {
|
|
20469
20469
|
event_type = "Magic Studio:Open Scene";
|
|
20470
20470
|
constructor(e) {
|
|
20471
20471
|
this.event_properties = e, this.event_properties = e;
|
|
20472
20472
|
}
|
|
20473
|
-
},
|
|
20473
|
+
}, vC = class {
|
|
20474
20474
|
event_type = "Magic Studio:Open Template";
|
|
20475
20475
|
constructor(e) {
|
|
20476
20476
|
this.event_properties = e, this.event_properties = e;
|
|
20477
20477
|
}
|
|
20478
|
-
},
|
|
20478
|
+
}, yC = class {
|
|
20479
20479
|
event_type = "Magic Studio:Show";
|
|
20480
20480
|
constructor(e) {
|
|
20481
20481
|
this.event_properties = e, this.event_properties = e;
|
|
20482
20482
|
}
|
|
20483
|
-
},
|
|
20483
|
+
}, bC = class {
|
|
20484
20484
|
event_type = "Manage Team";
|
|
20485
20485
|
constructor(e) {
|
|
20486
20486
|
this.event_properties = e, this.event_properties = e;
|
|
20487
20487
|
}
|
|
20488
|
-
},
|
|
20488
|
+
}, xC = class {
|
|
20489
20489
|
event_type = "Mini App: Asset Deleted";
|
|
20490
20490
|
constructor(e) {
|
|
20491
20491
|
this.event_properties = e, this.event_properties = e;
|
|
20492
20492
|
}
|
|
20493
|
-
},
|
|
20493
|
+
}, SC = class {
|
|
20494
20494
|
event_type = "Mini App: Asset Detail View Opened";
|
|
20495
20495
|
constructor(e) {
|
|
20496
20496
|
this.event_properties = e, this.event_properties = e;
|
|
20497
20497
|
}
|
|
20498
|
-
},
|
|
20498
|
+
}, CC = class {
|
|
20499
20499
|
event_type = "Mini App: Asset Used";
|
|
20500
20500
|
constructor(e) {
|
|
20501
20501
|
this.event_properties = e, this.event_properties = e;
|
|
20502
20502
|
}
|
|
20503
|
-
},
|
|
20503
|
+
}, wC = class {
|
|
20504
20504
|
event_type = "Mini App: Generation Completed";
|
|
20505
20505
|
constructor(e) {
|
|
20506
20506
|
this.event_properties = e, this.event_properties = e;
|
|
20507
20507
|
}
|
|
20508
|
-
},
|
|
20508
|
+
}, TC = class {
|
|
20509
20509
|
event_type = "Mini App: Generation Failed";
|
|
20510
20510
|
constructor(e) {
|
|
20511
20511
|
this.event_properties = e, this.event_properties = e;
|
|
20512
20512
|
}
|
|
20513
|
-
},
|
|
20513
|
+
}, EC = class {
|
|
20514
20514
|
event_type = "Mini App: Generation Started";
|
|
20515
20515
|
constructor(e) {
|
|
20516
20516
|
this.event_properties = e, this.event_properties = e;
|
|
20517
20517
|
}
|
|
20518
|
-
},
|
|
20518
|
+
}, DC = class {
|
|
20519
20519
|
event_type = "Mini App: Opened";
|
|
20520
20520
|
constructor(e) {
|
|
20521
20521
|
this.event_properties = e, this.event_properties = e;
|
|
20522
20522
|
}
|
|
20523
|
-
},
|
|
20523
|
+
}, OC = class {
|
|
20524
20524
|
event_type = "Mini App: Parameter Opened";
|
|
20525
20525
|
constructor(e) {
|
|
20526
20526
|
this.event_properties = e, this.event_properties = e;
|
|
20527
20527
|
}
|
|
20528
|
-
},
|
|
20528
|
+
}, kC = class {
|
|
20529
20529
|
event_type = "Mini App: Parameter Selected";
|
|
20530
20530
|
constructor(e) {
|
|
20531
20531
|
this.event_properties = e, this.event_properties = e;
|
|
20532
20532
|
}
|
|
20533
|
-
},
|
|
20533
|
+
}, AC = class {
|
|
20534
20534
|
event_type = "Mini App: Post Generation Rating Submitted";
|
|
20535
20535
|
constructor(e) {
|
|
20536
20536
|
this.event_properties = e, this.event_properties = e;
|
|
20537
20537
|
}
|
|
20538
|
-
},
|
|
20538
|
+
}, jC = class {
|
|
20539
20539
|
event_type = "Mini App: Post Generation Survey Issues Submitted";
|
|
20540
20540
|
constructor(e) {
|
|
20541
20541
|
this.event_properties = e, this.event_properties = e;
|
|
20542
20542
|
}
|
|
20543
|
-
},
|
|
20543
|
+
}, MC = class {
|
|
20544
20544
|
event_type = "Mini App: Template Selected";
|
|
20545
20545
|
constructor(e) {
|
|
20546
20546
|
this.event_properties = e, this.event_properties = e;
|
|
20547
20547
|
}
|
|
20548
|
-
},
|
|
20548
|
+
}, NC = class {
|
|
20549
20549
|
event_type = "Mini App: Templates List Category Selected";
|
|
20550
20550
|
constructor(e) {
|
|
20551
20551
|
this.event_properties = e, this.event_properties = e;
|
|
20552
20552
|
}
|
|
20553
|
-
},
|
|
20553
|
+
}, PC = class {
|
|
20554
20554
|
event_type = "Mini App: Templates List Opened";
|
|
20555
20555
|
constructor(e) {
|
|
20556
20556
|
this.event_properties = e, this.event_properties = e;
|
|
20557
20557
|
}
|
|
20558
|
-
},
|
|
20558
|
+
}, FC = class {
|
|
20559
20559
|
event_type = "Mini App: Templates List Skipped";
|
|
20560
20560
|
constructor(e) {
|
|
20561
20561
|
this.event_properties = e, this.event_properties = e;
|
|
20562
20562
|
}
|
|
20563
|
-
},
|
|
20563
|
+
}, IC = class {
|
|
20564
20564
|
event_type = "Mobile Browser: Design Link Button Tapped";
|
|
20565
20565
|
constructor(e) {
|
|
20566
20566
|
this.event_properties = e, this.event_properties = e;
|
|
20567
20567
|
}
|
|
20568
|
-
},
|
|
20568
|
+
}, LC = class {
|
|
20569
20569
|
event_type = "Mobile Browser: Download Button Tapped";
|
|
20570
20570
|
constructor(e) {
|
|
20571
20571
|
this.event_properties = e, this.event_properties = e;
|
|
20572
20572
|
}
|
|
20573
|
-
},
|
|
20573
|
+
}, RC = class {
|
|
20574
20574
|
event_type = "Mobile Browser: Team Link Button Tapped";
|
|
20575
20575
|
constructor(e) {
|
|
20576
20576
|
this.event_properties = e, this.event_properties = e;
|
|
20577
20577
|
}
|
|
20578
|
-
}, RC = class {
|
|
20579
|
-
event_type = "More Angles: Generation Completed";
|
|
20580
20578
|
}, zC = class {
|
|
20579
|
+
event_type = "More Angles: Generation Completed";
|
|
20580
|
+
}, BC = class {
|
|
20581
20581
|
event_type = "More Angles: Generation Started";
|
|
20582
20582
|
constructor(e) {
|
|
20583
20583
|
this.event_properties = e, this.event_properties = e;
|
|
20584
20584
|
}
|
|
20585
|
-
}, BC = class {
|
|
20586
|
-
event_type = "MyContent:AddFavorite";
|
|
20587
20585
|
}, VC = class {
|
|
20588
|
-
event_type = "
|
|
20586
|
+
event_type = "MyContent:AddFavorite";
|
|
20589
20587
|
}, HC = class {
|
|
20590
|
-
event_type = "Onboarding:
|
|
20588
|
+
event_type = "Onboarding: Animation";
|
|
20591
20589
|
}, UC = class {
|
|
20592
|
-
event_type = "Onboarding:
|
|
20590
|
+
event_type = "Onboarding: Completed";
|
|
20593
20591
|
}, WC = class {
|
|
20594
|
-
event_type = "Onboarding:
|
|
20592
|
+
event_type = "Onboarding: Image Editing Intent Screen Viewed";
|
|
20595
20593
|
}, GC = class {
|
|
20594
|
+
event_type = "Onboarding: Recommendation Click";
|
|
20595
|
+
}, KC = class {
|
|
20596
20596
|
event_type = "Onboarding: Select Attribution";
|
|
20597
20597
|
constructor(e) {
|
|
20598
20598
|
this.event_properties = e, this.event_properties = e;
|
|
20599
20599
|
}
|
|
20600
|
-
},
|
|
20600
|
+
}, qC = class {
|
|
20601
20601
|
event_type = "Onboarding: Select Company Size";
|
|
20602
20602
|
constructor(e) {
|
|
20603
20603
|
this.event_properties = e, this.event_properties = e;
|
|
20604
20604
|
}
|
|
20605
|
-
},
|
|
20605
|
+
}, JC = class {
|
|
20606
20606
|
event_type = "Onboarding: Select For Who";
|
|
20607
20607
|
constructor(e) {
|
|
20608
20608
|
this.event_properties = e, this.event_properties = e;
|
|
20609
20609
|
}
|
|
20610
|
-
},
|
|
20610
|
+
}, YC = class {
|
|
20611
20611
|
event_type = "Onboarding: Select How Many Images";
|
|
20612
20612
|
constructor(e) {
|
|
20613
20613
|
this.event_properties = e, this.event_properties = e;
|
|
20614
20614
|
}
|
|
20615
|
-
},
|
|
20615
|
+
}, XC = class {
|
|
20616
20616
|
event_type = "Onboarding: Select How Many Products Listed";
|
|
20617
20617
|
constructor(e) {
|
|
20618
20618
|
this.event_properties = e, this.event_properties = e;
|
|
20619
20619
|
}
|
|
20620
|
-
},
|
|
20620
|
+
}, ZC = class {
|
|
20621
20621
|
event_type = "Onboarding: Select Persona";
|
|
20622
20622
|
constructor(e) {
|
|
20623
20623
|
this.event_properties = e, this.event_properties = e;
|
|
20624
20624
|
}
|
|
20625
|
-
},
|
|
20625
|
+
}, QC = class {
|
|
20626
20626
|
event_type = "Onboarding: Select Product Seller";
|
|
20627
20627
|
constructor(e) {
|
|
20628
20628
|
this.event_properties = e, this.event_properties = e;
|
|
20629
20629
|
}
|
|
20630
|
-
},
|
|
20630
|
+
}, $C = class {
|
|
20631
20631
|
event_type = "Onboarding: Select Sell Platform";
|
|
20632
20632
|
constructor(e) {
|
|
20633
20633
|
this.event_properties = e, this.event_properties = e;
|
|
20634
20634
|
}
|
|
20635
|
-
},
|
|
20635
|
+
}, ew = class {
|
|
20636
20636
|
event_type = "Onboarding: Select Team Size";
|
|
20637
20637
|
constructor(e) {
|
|
20638
20638
|
this.event_properties = e, this.event_properties = e;
|
|
20639
20639
|
}
|
|
20640
|
-
},
|
|
20640
|
+
}, tw = class {
|
|
20641
20641
|
event_type = "Onboarding: Select Use Case";
|
|
20642
20642
|
constructor(e) {
|
|
20643
20643
|
this.event_properties = e, this.event_properties = e;
|
|
20644
20644
|
}
|
|
20645
|
-
}, tw = class {
|
|
20646
|
-
event_type = "Onboarding: Show";
|
|
20647
20645
|
}, nw = class {
|
|
20648
|
-
event_type = "Onboarding:
|
|
20646
|
+
event_type = "Onboarding: Show";
|
|
20649
20647
|
}, rw = class {
|
|
20650
|
-
event_type = "Onboarding: Start
|
|
20648
|
+
event_type = "Onboarding: Start Attribution";
|
|
20651
20649
|
}, iw = class {
|
|
20652
|
-
event_type = "Onboarding: Start
|
|
20650
|
+
event_type = "Onboarding: Start For Who";
|
|
20653
20651
|
}, aw = class {
|
|
20652
|
+
event_type = "Onboarding: Start Use Case";
|
|
20653
|
+
}, ow = class {
|
|
20654
20654
|
event_type = "Onboarding: Upload Images Succeeded";
|
|
20655
20655
|
constructor(e) {
|
|
20656
20656
|
this.event_properties = e, this.event_properties = e;
|
|
20657
20657
|
}
|
|
20658
|
-
},
|
|
20658
|
+
}, sw = class {
|
|
20659
20659
|
event_type = "Onboarding: Upload Images Viewed";
|
|
20660
20660
|
constructor(e) {
|
|
20661
20661
|
this.event_properties = e, this.event_properties = e;
|
|
20662
20662
|
}
|
|
20663
|
-
},
|
|
20663
|
+
}, cw = class {
|
|
20664
20664
|
event_type = "Open Editor";
|
|
20665
20665
|
constructor(e) {
|
|
20666
20666
|
this.event_properties = e, this.event_properties = e;
|
|
20667
20667
|
}
|
|
20668
|
-
},
|
|
20668
|
+
}, lw = class {
|
|
20669
20669
|
event_type = "Open Quick View";
|
|
20670
20670
|
constructor(e) {
|
|
20671
20671
|
this.event_properties = e, this.event_properties = e;
|
|
20672
20672
|
}
|
|
20673
|
-
},
|
|
20673
|
+
}, uw = class {
|
|
20674
20674
|
event_type = "Open Template";
|
|
20675
20675
|
constructor(e) {
|
|
20676
20676
|
this.event_properties = e, this.event_properties = e;
|
|
20677
20677
|
}
|
|
20678
|
-
},
|
|
20678
|
+
}, dw = class {
|
|
20679
20679
|
event_type = "Paywall: Toggle Period Tapped";
|
|
20680
20680
|
constructor(e) {
|
|
20681
20681
|
this.event_properties = e, this.event_properties = e;
|
|
20682
20682
|
}
|
|
20683
|
-
},
|
|
20683
|
+
}, fw = class {
|
|
20684
20684
|
event_type = "Paywall: Toggle Tapped";
|
|
20685
20685
|
constructor(e) {
|
|
20686
20686
|
this.event_properties = e, this.event_properties = e;
|
|
20687
20687
|
}
|
|
20688
|
-
}, fw = class {
|
|
20689
|
-
event_type = "Personal Team: Retry";
|
|
20690
20688
|
}, pw = class {
|
|
20691
|
-
event_type = "
|
|
20689
|
+
event_type = "Personal Team: Retry";
|
|
20692
20690
|
}, mw = class {
|
|
20693
|
-
event_type = "Plan Usage:
|
|
20691
|
+
event_type = "Plan Usage: Learn More";
|
|
20694
20692
|
}, hw = class {
|
|
20695
|
-
event_type = "
|
|
20693
|
+
event_type = "Plan Usage: Show";
|
|
20696
20694
|
}, gw = class {
|
|
20697
|
-
event_type = "Popup Message Dismissed:
|
|
20695
|
+
event_type = "Popup Message Dismissed: Create Team";
|
|
20698
20696
|
}, _w = class {
|
|
20699
|
-
event_type = "Popup Message
|
|
20697
|
+
event_type = "Popup Message Dismissed: Share Design";
|
|
20700
20698
|
}, vw = class {
|
|
20701
|
-
event_type = "Popup Message Show:
|
|
20699
|
+
event_type = "Popup Message Show: Create Team";
|
|
20702
20700
|
}, yw = class {
|
|
20701
|
+
event_type = "Popup Message Show: Share Design";
|
|
20702
|
+
}, bw = class {
|
|
20703
20703
|
event_type = "Pricing Blocking Drawer: Show";
|
|
20704
20704
|
constructor(e) {
|
|
20705
20705
|
this.event_properties = e, this.event_properties = e;
|
|
20706
20706
|
}
|
|
20707
|
-
},
|
|
20707
|
+
}, xw = class {
|
|
20708
20708
|
event_type = "Pricing Blocking Drawer: Skip";
|
|
20709
20709
|
constructor(e) {
|
|
20710
20710
|
this.event_properties = e, this.event_properties = e;
|
|
20711
20711
|
}
|
|
20712
|
-
},
|
|
20712
|
+
}, Sw = class {
|
|
20713
20713
|
event_type = "Pricing Info Sheet: Show";
|
|
20714
20714
|
constructor(e) {
|
|
20715
20715
|
this.event_properties = e, this.event_properties = e;
|
|
20716
20716
|
}
|
|
20717
|
-
},
|
|
20717
|
+
}, Cw = class {
|
|
20718
20718
|
event_type = "Pricing Warning Drawer: Show";
|
|
20719
20719
|
constructor(e) {
|
|
20720
20720
|
this.event_properties = e, this.event_properties = e;
|
|
20721
20721
|
}
|
|
20722
|
-
}, Cw = class {
|
|
20723
|
-
event_type = "Pricing Warning Drawer: Skip";
|
|
20724
20722
|
}, ww = class {
|
|
20723
|
+
event_type = "Pricing Warning Drawer: Skip";
|
|
20724
|
+
}, Tw = class {
|
|
20725
20725
|
event_type = "Private Design Visibility";
|
|
20726
20726
|
constructor(e) {
|
|
20727
20727
|
this.event_properties = e, this.event_properties = e;
|
|
20728
20728
|
}
|
|
20729
|
-
},
|
|
20729
|
+
}, Ew = class {
|
|
20730
20730
|
event_type = "Product Details Page: AI Shot List Generation Completed";
|
|
20731
20731
|
constructor(e) {
|
|
20732
20732
|
this.event_properties = e, this.event_properties = e;
|
|
20733
20733
|
}
|
|
20734
|
-
},
|
|
20734
|
+
}, Dw = class {
|
|
20735
20735
|
event_type = "Product Details Page: AI Shot List Generation Started";
|
|
20736
20736
|
constructor(e) {
|
|
20737
20737
|
this.event_properties = e, this.event_properties = e;
|
|
20738
20738
|
}
|
|
20739
|
-
},
|
|
20739
|
+
}, Ow = class {
|
|
20740
20740
|
event_type = "Product Details Page: AI Shot List Opened";
|
|
20741
20741
|
constructor(e) {
|
|
20742
20742
|
this.event_properties = e, this.event_properties = e;
|
|
20743
20743
|
}
|
|
20744
|
-
}, Ow = class {
|
|
20745
|
-
event_type = "Product Details Page: All Image Metadata Generated";
|
|
20746
20744
|
}, kw = class {
|
|
20747
|
-
event_type = "Product Details Page:
|
|
20745
|
+
event_type = "Product Details Page: All Image Metadata Generated";
|
|
20748
20746
|
}, Aw = class {
|
|
20749
|
-
event_type = "Product Details Page:
|
|
20747
|
+
event_type = "Product Details Page: Description Generated";
|
|
20750
20748
|
}, jw = class {
|
|
20749
|
+
event_type = "Product Details Page: Image Added";
|
|
20750
|
+
}, Mw = class {
|
|
20751
20751
|
event_type = "Product Details Page: Image Metadata Opened";
|
|
20752
20752
|
constructor(e) {
|
|
20753
20753
|
this.event_properties = e, this.event_properties = e;
|
|
20754
20754
|
}
|
|
20755
|
-
},
|
|
20755
|
+
}, Nw = class {
|
|
20756
20756
|
event_type = "Product Details Page: Listing Score Opened";
|
|
20757
20757
|
constructor(e) {
|
|
20758
20758
|
this.event_properties = e, this.event_properties = e;
|
|
20759
20759
|
}
|
|
20760
|
-
}, Nw = class {
|
|
20761
|
-
event_type = "Product Details Page: Opened";
|
|
20762
20760
|
}, Pw = class {
|
|
20763
|
-
event_type = "Product Details Page:
|
|
20761
|
+
event_type = "Product Details Page: Opened";
|
|
20764
20762
|
}, Fw = class {
|
|
20765
|
-
event_type = "Product Details Page: Product
|
|
20763
|
+
event_type = "Product Details Page: Product Duplicated";
|
|
20766
20764
|
}, Iw = class {
|
|
20765
|
+
event_type = "Product Details Page: Product Information Generated";
|
|
20766
|
+
}, Lw = class {
|
|
20767
20767
|
event_type = "Product Details Page: Product Information Opened";
|
|
20768
20768
|
constructor(e) {
|
|
20769
20769
|
this.event_properties = e, this.event_properties = e;
|
|
20770
20770
|
}
|
|
20771
|
-
}, Lw = class {
|
|
20772
|
-
event_type = "Product Details Page: Product Title Generated";
|
|
20773
20771
|
}, Rw = class {
|
|
20774
|
-
event_type = "Product Details Page: Title
|
|
20772
|
+
event_type = "Product Details Page: Product Title Generated";
|
|
20775
20773
|
}, zw = class {
|
|
20776
|
-
event_type = "Product Details Page:
|
|
20774
|
+
event_type = "Product Details Page: Title Updated";
|
|
20777
20775
|
}, Bw = class {
|
|
20776
|
+
event_type = "Product Details Page: Variant Image Added";
|
|
20777
|
+
}, Vw = class {
|
|
20778
20778
|
event_type = "Product Details Page: Variants Opened";
|
|
20779
20779
|
constructor(e) {
|
|
20780
20780
|
this.event_properties = e, this.event_properties = e;
|
|
20781
20781
|
}
|
|
20782
|
-
}, Vw = class {
|
|
20783
|
-
event_type = "Product Image Details: Alt Text Generated";
|
|
20784
20782
|
}, Hw = class {
|
|
20785
|
-
event_type = "Product Image Details:
|
|
20783
|
+
event_type = "Product Image Details: Alt Text Generated";
|
|
20786
20784
|
}, Uw = class {
|
|
20787
|
-
event_type = "
|
|
20785
|
+
event_type = "Product Image Details: File Name Generated";
|
|
20788
20786
|
}, Ww = class {
|
|
20787
|
+
event_type = "Quiz Onboarding: Start";
|
|
20788
|
+
}, Gw = class {
|
|
20789
20789
|
event_type = "Reaction Added";
|
|
20790
20790
|
constructor(e) {
|
|
20791
20791
|
this.event_properties = e, this.event_properties = e;
|
|
20792
20792
|
}
|
|
20793
|
-
},
|
|
20793
|
+
}, Kw = class {
|
|
20794
20794
|
event_type = "Refund: Ask Refund";
|
|
20795
20795
|
constructor(e) {
|
|
20796
20796
|
this.event_properties = e, this.event_properties = e;
|
|
20797
20797
|
}
|
|
20798
|
-
},
|
|
20798
|
+
}, qw = class {
|
|
20799
20799
|
event_type = "Refund:Failed";
|
|
20800
20800
|
constructor(e) {
|
|
20801
20801
|
this.event_properties = e, this.event_properties = e;
|
|
20802
20802
|
}
|
|
20803
|
-
}, qw = class {
|
|
20804
|
-
event_type = "Refund:Success";
|
|
20805
20803
|
}, Jw = class {
|
|
20804
|
+
event_type = "Refund:Success";
|
|
20805
|
+
}, Yw = class {
|
|
20806
20806
|
event_type = "Resize:Finish";
|
|
20807
20807
|
constructor(e) {
|
|
20808
20808
|
this.event_properties = e, this.event_properties = e;
|
|
20809
20809
|
}
|
|
20810
|
-
},
|
|
20810
|
+
}, Xw = class {
|
|
20811
20811
|
event_type = "Resize:Start";
|
|
20812
20812
|
constructor(e) {
|
|
20813
20813
|
this.event_properties = e, this.event_properties = e;
|
|
20814
20814
|
}
|
|
20815
|
-
},
|
|
20815
|
+
}, Zw = class {
|
|
20816
20816
|
event_type = "Retouch:Cancelled";
|
|
20817
20817
|
constructor(e) {
|
|
20818
20818
|
this.event_properties = e, this.event_properties = e;
|
|
20819
20819
|
}
|
|
20820
|
-
},
|
|
20820
|
+
}, Qw = class {
|
|
20821
20821
|
event_type = "Retouch:Finish";
|
|
20822
20822
|
constructor(e) {
|
|
20823
20823
|
this.event_properties = e, this.event_properties = e;
|
|
20824
20824
|
}
|
|
20825
|
-
},
|
|
20825
|
+
}, $w = class {
|
|
20826
20826
|
event_type = "Retouch:Start";
|
|
20827
20827
|
constructor(e) {
|
|
20828
20828
|
this.event_properties = e, this.event_properties = e;
|
|
20829
20829
|
}
|
|
20830
|
-
},
|
|
20830
|
+
}, eT = class {
|
|
20831
20831
|
event_type = "Segmentation:Success";
|
|
20832
20832
|
constructor(e) {
|
|
20833
20833
|
this.event_properties = e, this.event_properties = e;
|
|
20834
20834
|
}
|
|
20835
|
-
},
|
|
20835
|
+
}, tT = class {
|
|
20836
20836
|
event_type = "Selfserve Onboarding: Screen Completed";
|
|
20837
20837
|
constructor(e) {
|
|
20838
20838
|
this.event_properties = e, this.event_properties = e;
|
|
20839
20839
|
}
|
|
20840
|
-
},
|
|
20840
|
+
}, nT = class {
|
|
20841
20841
|
event_type = "Selfserve Onboarding: Screen Show";
|
|
20842
20842
|
constructor(e) {
|
|
20843
20843
|
this.event_properties = e, this.event_properties = e;
|
|
20844
20844
|
}
|
|
20845
|
-
},
|
|
20845
|
+
}, rT = class {
|
|
20846
20846
|
event_type = "Share Summary Opened";
|
|
20847
20847
|
constructor(e) {
|
|
20848
20848
|
this.event_properties = e, this.event_properties = e;
|
|
20849
20849
|
}
|
|
20850
|
-
},
|
|
20850
|
+
}, iT = class {
|
|
20851
20851
|
event_type = "Signup:Success";
|
|
20852
20852
|
constructor(e) {
|
|
20853
20853
|
this.event_properties = e, this.event_properties = e;
|
|
20854
20854
|
}
|
|
20855
|
-
},
|
|
20855
|
+
}, aT = class {
|
|
20856
20856
|
event_type = "Team Link:Copy";
|
|
20857
20857
|
constructor(e) {
|
|
20858
20858
|
this.event_properties = e, this.event_properties = e;
|
|
20859
20859
|
}
|
|
20860
|
-
}, aT = class {
|
|
20861
|
-
event_type = "Team Logo: Add";
|
|
20862
20860
|
}, oT = class {
|
|
20863
|
-
event_type = "Team Logo:
|
|
20861
|
+
event_type = "Team Logo: Add";
|
|
20864
20862
|
}, sT = class {
|
|
20865
|
-
event_type = "Team Logo:
|
|
20863
|
+
event_type = "Team Logo: Remove";
|
|
20866
20864
|
}, cT = class {
|
|
20867
|
-
event_type = "Team
|
|
20865
|
+
event_type = "Team Logo: Update";
|
|
20868
20866
|
}, lT = class {
|
|
20867
|
+
event_type = "Team Name: Edited";
|
|
20868
|
+
}, uT = class {
|
|
20869
20869
|
event_type = "Team Presence: Clicked";
|
|
20870
20870
|
constructor(e) {
|
|
20871
20871
|
this.event_properties = e, this.event_properties = e;
|
|
20872
20872
|
}
|
|
20873
|
-
},
|
|
20873
|
+
}, dT = class {
|
|
20874
20874
|
event_type = "Team Subscription: Get More Seats Show";
|
|
20875
20875
|
constructor(e) {
|
|
20876
20876
|
this.event_properties = e, this.event_properties = e;
|
|
20877
20877
|
}
|
|
20878
|
-
},
|
|
20878
|
+
}, fT = class {
|
|
20879
20879
|
event_type = "Team Subscription: Update Web Billing Show";
|
|
20880
20880
|
constructor(e) {
|
|
20881
20881
|
this.event_properties = e, this.event_properties = e;
|
|
20882
20882
|
}
|
|
20883
|
-
}, fT = class {
|
|
20884
|
-
event_type = "Team Subscription: Update Web Billing Success";
|
|
20885
20883
|
}, pT = class {
|
|
20886
|
-
event_type = "
|
|
20884
|
+
event_type = "Team Subscription: Update Web Billing Success";
|
|
20887
20885
|
}, mT = class {
|
|
20888
|
-
event_type = "Template:Search
|
|
20886
|
+
event_type = "Template:Search Focused";
|
|
20889
20887
|
}, hT = class {
|
|
20888
|
+
event_type = "Template:Search Initiated";
|
|
20889
|
+
}, gT = class {
|
|
20890
20890
|
event_type = "Template:Search Result Tapped";
|
|
20891
20891
|
constructor(e) {
|
|
20892
20892
|
this.event_properties = e, this.event_properties = e;
|
|
20893
20893
|
}
|
|
20894
|
-
},
|
|
20894
|
+
}, _T = class {
|
|
20895
20895
|
event_type = "Templates:FromPhoto:Imported";
|
|
20896
20896
|
constructor(e) {
|
|
20897
20897
|
this.event_properties = e, this.event_properties = e;
|
|
20898
20898
|
}
|
|
20899
|
-
},
|
|
20899
|
+
}, vT = class {
|
|
20900
20900
|
event_type = "Templates:FromPhoto:Start";
|
|
20901
20901
|
constructor(e) {
|
|
20902
20902
|
this.event_properties = e, this.event_properties = e;
|
|
20903
20903
|
}
|
|
20904
|
-
},
|
|
20904
|
+
}, yT = class {
|
|
20905
20905
|
event_type = "Text Edited: Text Decoration Changed";
|
|
20906
20906
|
constructor(e) {
|
|
20907
20907
|
this.event_properties = e, this.event_properties = e;
|
|
20908
20908
|
}
|
|
20909
|
-
}, yT = class {
|
|
20910
|
-
event_type = "Upscale:Upscaling Cancelled";
|
|
20911
20909
|
}, bT = class {
|
|
20912
|
-
event_type = "Upscale:Upscaling
|
|
20910
|
+
event_type = "Upscale:Upscaling Cancelled";
|
|
20913
20911
|
}, xT = class {
|
|
20912
|
+
event_type = "Upscale:Upscaling Finished";
|
|
20913
|
+
}, ST = class {
|
|
20914
20914
|
event_type = "Upscale:Upscaling Started";
|
|
20915
20915
|
constructor(e) {
|
|
20916
20916
|
this.event_properties = e, this.event_properties = e;
|
|
20917
20917
|
}
|
|
20918
|
-
},
|
|
20918
|
+
}, CT = class {
|
|
20919
20919
|
event_type = "Upsell: Pre Paywall Show";
|
|
20920
20920
|
constructor(e) {
|
|
20921
20921
|
this.event_properties = e, this.event_properties = e;
|
|
20922
20922
|
}
|
|
20923
|
-
},
|
|
20923
|
+
}, wT = class {
|
|
20924
20924
|
event_type = "Upsell:Ask";
|
|
20925
20925
|
constructor(e) {
|
|
20926
20926
|
this.event_properties = e, this.event_properties = e;
|
|
20927
20927
|
}
|
|
20928
|
-
},
|
|
20928
|
+
}, TT = class {
|
|
20929
20929
|
event_type = "Upsell:Choose_plan";
|
|
20930
20930
|
constructor(e) {
|
|
20931
20931
|
this.event_properties = e, this.event_properties = e;
|
|
20932
20932
|
}
|
|
20933
|
-
},
|
|
20933
|
+
}, ET = class {
|
|
20934
20934
|
event_type = "Upsell:Grant";
|
|
20935
20935
|
constructor(e) {
|
|
20936
20936
|
this.event_properties = e, this.event_properties = e;
|
|
20937
20937
|
}
|
|
20938
|
-
},
|
|
20938
|
+
}, DT = class {
|
|
20939
20939
|
event_type = "Upsell:Show";
|
|
20940
20940
|
constructor(e) {
|
|
20941
20941
|
this.event_properties = e, this.event_properties = e;
|
|
20942
20942
|
}
|
|
20943
|
-
}, DT = class {
|
|
20944
|
-
event_type = "Usage Based Pricing Explanation: Exit";
|
|
20945
20943
|
}, OT = class {
|
|
20946
|
-
event_type = "Usage Based Pricing Explanation:
|
|
20944
|
+
event_type = "Usage Based Pricing Explanation: Exit";
|
|
20947
20945
|
}, kT = class {
|
|
20946
|
+
event_type = "Usage Based Pricing Explanation: Read More Tapped";
|
|
20947
|
+
}, AT = class {
|
|
20948
20948
|
event_type = "Usage Based Pricing Explanation: Share More Answer";
|
|
20949
20949
|
constructor(e) {
|
|
20950
20950
|
this.event_properties = e, this.event_properties = e;
|
|
20951
20951
|
}
|
|
20952
|
-
}, AT = class {
|
|
20953
|
-
event_type = "Usage Based Pricing Explanation: Show";
|
|
20954
20952
|
}, jT = class {
|
|
20955
|
-
event_type = "
|
|
20953
|
+
event_type = "Usage Based Pricing Explanation: Show";
|
|
20956
20954
|
}, MT = class {
|
|
20957
|
-
event_type = "User Name:
|
|
20955
|
+
event_type = "User Name: Added";
|
|
20958
20956
|
}, NT = class {
|
|
20959
|
-
event_type = "
|
|
20957
|
+
event_type = "User Name: Opened";
|
|
20960
20958
|
}, PT = class {
|
|
20959
|
+
event_type = "Video Generator: Mini App Clicked";
|
|
20960
|
+
}, FT = class {
|
|
20961
20961
|
event_type = "Virtual Folder: Opened";
|
|
20962
20962
|
constructor(e) {
|
|
20963
20963
|
this.event_properties = e, this.event_properties = e;
|
|
20964
20964
|
}
|
|
20965
|
-
}, FT = class {
|
|
20966
|
-
event_type = "Virtual Model:Custom Upload Completed";
|
|
20967
20965
|
}, IT = class {
|
|
20968
|
-
event_type = "Virtual Model:Custom Upload
|
|
20966
|
+
event_type = "Virtual Model:Custom Upload Completed";
|
|
20969
20967
|
}, LT = class {
|
|
20968
|
+
event_type = "Virtual Model:Custom Upload Started";
|
|
20969
|
+
}, RT = class {
|
|
20970
20970
|
event_type = "Website: Post Download Modal Button Tapped";
|
|
20971
20971
|
constructor(e) {
|
|
20972
20972
|
this.event_properties = e, this.event_properties = e;
|
|
20973
20973
|
}
|
|
20974
|
-
}, RT = class {
|
|
20975
|
-
event_type = "Website: Post Download Modal Closed";
|
|
20976
20974
|
}, zT = class {
|
|
20975
|
+
event_type = "Website: Post Download Modal Closed";
|
|
20976
|
+
}, BT = class {
|
|
20977
20977
|
event_type = "Website: Post Download Modal Show";
|
|
20978
20978
|
constructor(e) {
|
|
20979
20979
|
this.event_properties = e, this.event_properties = e;
|
|
20980
20980
|
}
|
|
20981
|
-
},
|
|
20981
|
+
}, VT = () => ({ promise: Promise.resolve() });
|
|
20982
20982
|
new class {
|
|
20983
20983
|
disabled = !1;
|
|
20984
20984
|
amplitude;
|
|
@@ -20992,21 +20992,21 @@ new class {
|
|
|
20992
20992
|
return this.amplitude ? !this.disabled : (console.error("ERROR: Ampli is not yet initialized. Have you called ampli.load() on app start?"), !1);
|
|
20993
20993
|
}
|
|
20994
20994
|
load(e) {
|
|
20995
|
-
if (this.disabled = e.disabled ?? !1, this.amplitude) return console.warn("WARNING: Ampli is already intialized. Ampli.load() should be called once at application startup."),
|
|
20995
|
+
if (this.disabled = e.disabled ?? !1, this.amplitude) return console.warn("WARNING: Ampli is already intialized. Ampli.load() should be called once at application startup."), VT();
|
|
20996
20996
|
let t = null;
|
|
20997
|
-
if (e.client && "apiKey" in e.client ? t = e.client.apiKey : "environment" in e && (t =
|
|
20997
|
+
if (e.client && "apiKey" in e.client ? t = e.client.apiKey : "environment" in e && (t = Jy[e.environment]), e.client && "instance" in e.client) this.amplitude = e.client.instance;
|
|
20998
20998
|
else if (t) {
|
|
20999
|
-
this.amplitude =
|
|
20999
|
+
this.amplitude = qy();
|
|
21000
21000
|
let n = e.client && "configuration" in e.client ? e.client.configuration : {};
|
|
21001
21001
|
return this.amplitude.init(t, void 0, {
|
|
21002
|
-
...
|
|
21002
|
+
...Yy,
|
|
21003
21003
|
...n
|
|
21004
21004
|
});
|
|
21005
21005
|
} else console.error("ERROR: ampli.load() requires 'environment', 'client.apiKey', or 'client.instance'");
|
|
21006
|
-
return
|
|
21006
|
+
return VT();
|
|
21007
21007
|
}
|
|
21008
21008
|
identify(e, t, n) {
|
|
21009
|
-
if (!this.isInitializedAndEnabled()) return
|
|
21009
|
+
if (!this.isInitializedAndEnabled()) return VT();
|
|
21010
21010
|
e && (n = {
|
|
21011
21011
|
...n,
|
|
21012
21012
|
user_id: e
|
|
@@ -21016,969 +21016,969 @@ new class {
|
|
|
21016
21016
|
return this.amplitude.identify(r, n);
|
|
21017
21017
|
}
|
|
21018
21018
|
flush() {
|
|
21019
|
-
return this.isInitializedAndEnabled() ? this.amplitude.flush() :
|
|
21019
|
+
return this.isInitializedAndEnabled() ? this.amplitude.flush() : VT();
|
|
21020
21020
|
}
|
|
21021
21021
|
track(e, t) {
|
|
21022
|
-
return this.isInitializedAndEnabled() ? this.amplitude.track(e, void 0, t) :
|
|
21022
|
+
return this.isInitializedAndEnabled() ? this.amplitude.track(e, void 0, t) : VT();
|
|
21023
21023
|
}
|
|
21024
21024
|
engineBatchItemRenamed(e, t) {
|
|
21025
|
-
return this.track(new
|
|
21025
|
+
return this.track(new Xy(e), t);
|
|
21026
21026
|
}
|
|
21027
21027
|
engineBatchItemsReordered(e, t) {
|
|
21028
|
-
return this.track(new
|
|
21028
|
+
return this.track(new Zy(e), t);
|
|
21029
21029
|
}
|
|
21030
21030
|
engineBatchSectionCreated(e, t) {
|
|
21031
|
-
return this.track(new
|
|
21031
|
+
return this.track(new Qy(e), t);
|
|
21032
21032
|
}
|
|
21033
21033
|
engineBatchSectionReordered(e, t) {
|
|
21034
|
-
return this.track(new
|
|
21034
|
+
return this.track(new $y(e), t);
|
|
21035
21035
|
}
|
|
21036
21036
|
engineRecentUploadUsed(e, t) {
|
|
21037
|
-
return this.track(new
|
|
21037
|
+
return this.track(new eb(e), t);
|
|
21038
21038
|
}
|
|
21039
21039
|
experimentFallbackTriggered(e, t) {
|
|
21040
|
-
return this.track(new
|
|
21040
|
+
return this.track(new tb(e), t);
|
|
21041
21041
|
}
|
|
21042
21042
|
accessListOpened(e, t) {
|
|
21043
|
-
return this.track(new
|
|
21043
|
+
return this.track(new nb(e), t);
|
|
21044
21044
|
}
|
|
21045
21045
|
accountDataControlOptedIn(e) {
|
|
21046
|
-
return this.track(new
|
|
21046
|
+
return this.track(new rb(), e);
|
|
21047
21047
|
}
|
|
21048
21048
|
accountDataControlOptedOut(e) {
|
|
21049
|
-
return this.track(new
|
|
21049
|
+
return this.track(new ib(), e);
|
|
21050
21050
|
}
|
|
21051
21051
|
activityOpened(e, t) {
|
|
21052
|
-
return this.track(new
|
|
21052
|
+
return this.track(new ab(e), t);
|
|
21053
21053
|
}
|
|
21054
21054
|
activityMarkAllAsRead(e, t) {
|
|
21055
|
-
return this.track(new
|
|
21055
|
+
return this.track(new ob(e), t);
|
|
21056
21056
|
}
|
|
21057
21057
|
addText(e, t) {
|
|
21058
|
-
return this.track(new
|
|
21058
|
+
return this.track(new sb(e), t);
|
|
21059
21059
|
}
|
|
21060
21060
|
aiBackgroundRegenerate(e, t) {
|
|
21061
|
-
return this.track(new
|
|
21061
|
+
return this.track(new cb(e), t);
|
|
21062
21062
|
}
|
|
21063
21063
|
aiBackgroundsModelSwitcherAiBackgroundsVersionChanged(e, t) {
|
|
21064
|
-
return this.track(new
|
|
21064
|
+
return this.track(new lb(e), t);
|
|
21065
21065
|
}
|
|
21066
21066
|
aiBackgroundsModelSwitcherOpen(e) {
|
|
21067
|
-
return this.track(new
|
|
21067
|
+
return this.track(new ub(), e);
|
|
21068
21068
|
}
|
|
21069
21069
|
aiEditGenerationCompleted(e, t) {
|
|
21070
|
-
return this.track(new
|
|
21070
|
+
return this.track(new db(e), t);
|
|
21071
21071
|
}
|
|
21072
21072
|
aiEditGenerationStarted(e, t) {
|
|
21073
|
-
return this.track(new
|
|
21073
|
+
return this.track(new fb(e), t);
|
|
21074
21074
|
}
|
|
21075
21075
|
aiEditImageChangeOpened(e, t) {
|
|
21076
|
-
return this.track(new
|
|
21076
|
+
return this.track(new pb(e), t);
|
|
21077
21077
|
}
|
|
21078
21078
|
aiEditImageUsed(e, t) {
|
|
21079
|
-
return this.track(new
|
|
21079
|
+
return this.track(new mb(e), t);
|
|
21080
21080
|
}
|
|
21081
21081
|
aiImagesParameterOpened(e, t) {
|
|
21082
|
-
return this.track(new
|
|
21082
|
+
return this.track(new hb(e), t);
|
|
21083
21083
|
}
|
|
21084
21084
|
aiImagesParameterSelected(e, t) {
|
|
21085
|
-
return this.track(new
|
|
21085
|
+
return this.track(new gb(e), t);
|
|
21086
21086
|
}
|
|
21087
21087
|
aiImagesImageChangeOpened(e, t) {
|
|
21088
|
-
return this.track(new
|
|
21088
|
+
return this.track(new _b(e), t);
|
|
21089
21089
|
}
|
|
21090
21090
|
aiImagesImageDeleted(e) {
|
|
21091
|
-
return this.track(new
|
|
21091
|
+
return this.track(new vb(), e);
|
|
21092
21092
|
}
|
|
21093
21093
|
aiImagesImageDetailViewOpened(e, t) {
|
|
21094
|
-
return this.track(new
|
|
21094
|
+
return this.track(new yb(e), t);
|
|
21095
21095
|
}
|
|
21096
21096
|
aiImagesImageGenerationCompleted(e, t) {
|
|
21097
|
-
return this.track(new
|
|
21097
|
+
return this.track(new bb(e), t);
|
|
21098
21098
|
}
|
|
21099
21099
|
aiImagesImageGenerationStarted(e, t) {
|
|
21100
|
-
return this.track(new
|
|
21100
|
+
return this.track(new xb(e), t);
|
|
21101
21101
|
}
|
|
21102
21102
|
aiImagesImageUsed(e, t) {
|
|
21103
|
-
return this.track(new
|
|
21103
|
+
return this.track(new Sb(e), t);
|
|
21104
21104
|
}
|
|
21105
21105
|
aiImagesMiniAppOpened(e, t) {
|
|
21106
|
-
return this.track(new
|
|
21106
|
+
return this.track(new Cb(e), t);
|
|
21107
21107
|
}
|
|
21108
21108
|
aiImagesOpened(e, t) {
|
|
21109
|
-
return this.track(new
|
|
21109
|
+
return this.track(new wb(e), t);
|
|
21110
21110
|
}
|
|
21111
21111
|
aiToolsTabOpened(e) {
|
|
21112
|
-
return this.track(new
|
|
21112
|
+
return this.track(new Tb(), e);
|
|
21113
21113
|
}
|
|
21114
21114
|
aiVideosExport(e, t) {
|
|
21115
|
-
return this.track(new
|
|
21115
|
+
return this.track(new Eb(e), t);
|
|
21116
21116
|
}
|
|
21117
21117
|
aiVideosMiniAppOpened(e, t) {
|
|
21118
|
-
return this.track(new
|
|
21118
|
+
return this.track(new Db(e), t);
|
|
21119
21119
|
}
|
|
21120
21120
|
aiVideosParameterOpened(e, t) {
|
|
21121
|
-
return this.track(new
|
|
21121
|
+
return this.track(new Ob(e), t);
|
|
21122
21122
|
}
|
|
21123
21123
|
aiVideosParameterSelected(e, t) {
|
|
21124
|
-
return this.track(new
|
|
21124
|
+
return this.track(new kb(e), t);
|
|
21125
21125
|
}
|
|
21126
21126
|
aiVideosVideoGenerationCompleted(e, t) {
|
|
21127
|
-
return this.track(new
|
|
21127
|
+
return this.track(new Ab(e), t);
|
|
21128
21128
|
}
|
|
21129
21129
|
aiVideosVideoGenerationFailed(e, t) {
|
|
21130
|
-
return this.track(new
|
|
21130
|
+
return this.track(new jb(e), t);
|
|
21131
21131
|
}
|
|
21132
21132
|
aiVideosVideoGenerationStarted(e, t) {
|
|
21133
|
-
return this.track(new
|
|
21133
|
+
return this.track(new Mb(e), t);
|
|
21134
21134
|
}
|
|
21135
21135
|
apiOnboardingSelectImageNumber(e, t) {
|
|
21136
|
-
return this.track(new
|
|
21136
|
+
return this.track(new Nb(e), t);
|
|
21137
21137
|
}
|
|
21138
21138
|
apiOnboardingSelectStorageMethod(e, t) {
|
|
21139
|
-
return this.track(new
|
|
21139
|
+
return this.track(new Pb(e), t);
|
|
21140
21140
|
}
|
|
21141
21141
|
apiOnboardingSelectUseCase(e, t) {
|
|
21142
|
-
return this.track(new
|
|
21142
|
+
return this.track(new Fb(e), t);
|
|
21143
21143
|
}
|
|
21144
21144
|
apiOnboardingStartUseCase(e) {
|
|
21145
|
-
return this.track(new
|
|
21145
|
+
return this.track(new Ib(), e);
|
|
21146
21146
|
}
|
|
21147
21147
|
apiPlaygroundCtaClick(e, t) {
|
|
21148
|
-
return this.track(new
|
|
21148
|
+
return this.track(new Lb(e), t);
|
|
21149
21149
|
}
|
|
21150
21150
|
apiApiDashboardLearnSectionOptionClicked(e, t) {
|
|
21151
|
-
return this.track(new
|
|
21151
|
+
return this.track(new Rb(e), t);
|
|
21152
21152
|
}
|
|
21153
21153
|
apiApiDashboardOpened(e) {
|
|
21154
|
-
return this.track(new
|
|
21154
|
+
return this.track(new zb(), e);
|
|
21155
21155
|
}
|
|
21156
21156
|
apiCopyKey(e) {
|
|
21157
|
-
return this.track(new
|
|
21157
|
+
return this.track(new Bb(), e);
|
|
21158
21158
|
}
|
|
21159
21159
|
apiEnterpriseIntegrationsScreenOptionsClicked(e, t) {
|
|
21160
|
-
return this.track(new
|
|
21160
|
+
return this.track(new Vb(e), t);
|
|
21161
21161
|
}
|
|
21162
21162
|
apiGetKey(e, t) {
|
|
21163
|
-
return this.track(new
|
|
21163
|
+
return this.track(new Hb(e), t);
|
|
21164
21164
|
}
|
|
21165
21165
|
apiShowUpsell(e) {
|
|
21166
|
-
return this.track(new
|
|
21166
|
+
return this.track(new Ub(), e);
|
|
21167
21167
|
}
|
|
21168
21168
|
apiShowUsage(e) {
|
|
21169
|
-
return this.track(new
|
|
21169
|
+
return this.track(new Wb(), e);
|
|
21170
21170
|
}
|
|
21171
21171
|
avatarBackgroundSelected(e, t) {
|
|
21172
|
-
return this.track(new
|
|
21172
|
+
return this.track(new Gb(e), t);
|
|
21173
21173
|
}
|
|
21174
21174
|
avatarDelete(e) {
|
|
21175
|
-
return this.track(new
|
|
21175
|
+
return this.track(new Kb(), e);
|
|
21176
21176
|
}
|
|
21177
21177
|
avatarSegmentationSuccess(e, t) {
|
|
21178
|
-
return this.track(new
|
|
21178
|
+
return this.track(new qb(e), t);
|
|
21179
21179
|
}
|
|
21180
21180
|
avatarUpdate(e) {
|
|
21181
|
-
return this.track(new
|
|
21181
|
+
return this.track(new Jb(), e);
|
|
21182
21182
|
}
|
|
21183
21183
|
backgroundSwitcherOpened(e, t) {
|
|
21184
|
-
return this.track(new
|
|
21184
|
+
return this.track(new Yb(e), t);
|
|
21185
21185
|
}
|
|
21186
21186
|
backgroundSwitcherOptionSelected(e, t) {
|
|
21187
|
-
return this.track(new
|
|
21187
|
+
return this.track(new Xb(e), t);
|
|
21188
21188
|
}
|
|
21189
21189
|
bannerClicked(e, t) {
|
|
21190
|
-
return this.track(new
|
|
21190
|
+
return this.track(new Zb(e), t);
|
|
21191
21191
|
}
|
|
21192
21192
|
bannerDismissed(e, t) {
|
|
21193
|
-
return this.track(new
|
|
21193
|
+
return this.track(new Qb(e), t);
|
|
21194
21194
|
}
|
|
21195
21195
|
bannerViewed(e, t) {
|
|
21196
|
-
return this.track(new
|
|
21196
|
+
return this.track(new $b(e), t);
|
|
21197
21197
|
}
|
|
21198
21198
|
batchCardSelected(e) {
|
|
21199
|
-
return this.track(new
|
|
21199
|
+
return this.track(new ex(), e);
|
|
21200
21200
|
}
|
|
21201
21201
|
batchEditorNavigationInteracted(e, t) {
|
|
21202
|
-
return this.track(new
|
|
21202
|
+
return this.track(new tx(e), t);
|
|
21203
21203
|
}
|
|
21204
21204
|
batchExport(e, t) {
|
|
21205
|
-
return this.track(new
|
|
21205
|
+
return this.track(new nx(e), t);
|
|
21206
21206
|
}
|
|
21207
21207
|
batchExportViewOpened(e, t) {
|
|
21208
|
-
return this.track(new
|
|
21208
|
+
return this.track(new rx(e), t);
|
|
21209
21209
|
}
|
|
21210
21210
|
batchPanelInteracted(e, t) {
|
|
21211
|
-
return this.track(new
|
|
21211
|
+
return this.track(new ix(e), t);
|
|
21212
21212
|
}
|
|
21213
21213
|
batchSelectHomepageTemplate(e, t) {
|
|
21214
|
-
return this.track(new
|
|
21214
|
+
return this.track(new ax(e), t);
|
|
21215
21215
|
}
|
|
21216
21216
|
batchTemplateCreated(e, t) {
|
|
21217
|
-
return this.track(new
|
|
21217
|
+
return this.track(new ox(e), t);
|
|
21218
21218
|
}
|
|
21219
21219
|
batchViewed(e, t) {
|
|
21220
|
-
return this.track(new
|
|
21220
|
+
return this.track(new sx(e), t);
|
|
21221
21221
|
}
|
|
21222
21222
|
batchImagesSelected(e, t) {
|
|
21223
|
-
return this.track(new
|
|
21223
|
+
return this.track(new cx(e), t);
|
|
21224
21224
|
}
|
|
21225
21225
|
brandKitElementAdded(e, t) {
|
|
21226
|
-
return this.track(new
|
|
21226
|
+
return this.track(new lx(e), t);
|
|
21227
21227
|
}
|
|
21228
21228
|
brandKitElementRemoved(e, t) {
|
|
21229
|
-
return this.track(new
|
|
21229
|
+
return this.track(new ux(e), t);
|
|
21230
21230
|
}
|
|
21231
21231
|
brandKitElementRenamed(e, t) {
|
|
21232
|
-
return this.track(new
|
|
21232
|
+
return this.track(new dx(e), t);
|
|
21233
21233
|
}
|
|
21234
21234
|
brandKitElementUsed(e, t) {
|
|
21235
|
-
return this.track(new
|
|
21235
|
+
return this.track(new fx(e), t);
|
|
21236
21236
|
}
|
|
21237
21237
|
brandKitInformationOpened(e, t) {
|
|
21238
|
-
return this.track(new
|
|
21238
|
+
return this.track(new px(e), t);
|
|
21239
21239
|
}
|
|
21240
21240
|
brandKitInformationUpdated(e, t) {
|
|
21241
|
-
return this.track(new
|
|
21241
|
+
return this.track(new mx(e), t);
|
|
21242
21242
|
}
|
|
21243
21243
|
brandKitOpened(e, t) {
|
|
21244
|
-
return this.track(new
|
|
21244
|
+
return this.track(new hx(e), t);
|
|
21245
21245
|
}
|
|
21246
21246
|
brandKitPromptCopied(e, t) {
|
|
21247
|
-
return this.track(new
|
|
21247
|
+
return this.track(new gx(e), t);
|
|
21248
21248
|
}
|
|
21249
21249
|
brandKitVirtualModelAdded(e) {
|
|
21250
|
-
return this.track(new
|
|
21250
|
+
return this.track(new _x(), e);
|
|
21251
21251
|
}
|
|
21252
21252
|
brandKitVirtualModelDeleted(e, t) {
|
|
21253
|
-
return this.track(new
|
|
21253
|
+
return this.track(new vx(e), t);
|
|
21254
21254
|
}
|
|
21255
21255
|
brandKitVirtualModelUpdated(e) {
|
|
21256
|
-
return this.track(new
|
|
21256
|
+
return this.track(new yx(), e);
|
|
21257
21257
|
}
|
|
21258
21258
|
catalogCatalogSynced(e) {
|
|
21259
|
-
return this.track(new
|
|
21259
|
+
return this.track(new bx(), e);
|
|
21260
21260
|
}
|
|
21261
21261
|
catalogCollectionSelected(e) {
|
|
21262
|
-
return this.track(new
|
|
21262
|
+
return this.track(new xx(), e);
|
|
21263
21263
|
}
|
|
21264
21264
|
catalogConnectionSuccessModalShown(e) {
|
|
21265
|
-
return this.track(new
|
|
21265
|
+
return this.track(new Sx(), e);
|
|
21266
21266
|
}
|
|
21267
21267
|
catalogEmptyStateShown(e, t) {
|
|
21268
|
-
return this.track(new
|
|
21268
|
+
return this.track(new Cx(e), t);
|
|
21269
21269
|
}
|
|
21270
21270
|
catalogFilterApplied(e) {
|
|
21271
|
-
return this.track(new
|
|
21271
|
+
return this.track(new wx(), e);
|
|
21272
21272
|
}
|
|
21273
21273
|
catalogMaxUpsellInfoBarUpgradeClicked(e) {
|
|
21274
|
-
return this.track(new
|
|
21274
|
+
return this.track(new Tx(), e);
|
|
21275
21275
|
}
|
|
21276
21276
|
catalogMaxUpsellInfoBarUpgradeDismissed(e) {
|
|
21277
|
-
return this.track(new
|
|
21277
|
+
return this.track(new Ex(), e);
|
|
21278
21278
|
}
|
|
21279
21279
|
catalogNewProductCreationShown(e) {
|
|
21280
|
-
return this.track(new
|
|
21280
|
+
return this.track(new Dx(), e);
|
|
21281
21281
|
}
|
|
21282
21282
|
catalogNewProductCreationSuccess(e) {
|
|
21283
|
-
return this.track(new
|
|
21283
|
+
return this.track(new Ox(), e);
|
|
21284
21284
|
}
|
|
21285
21285
|
catalogOnboardingTourFinished(e) {
|
|
21286
|
-
return this.track(new
|
|
21286
|
+
return this.track(new kx(), e);
|
|
21287
21287
|
}
|
|
21288
21288
|
catalogOnboardingTourStarted(e) {
|
|
21289
|
-
return this.track(new
|
|
21289
|
+
return this.track(new Ax(), e);
|
|
21290
21290
|
}
|
|
21291
21291
|
catalogOverviewOpened(e) {
|
|
21292
|
-
return this.track(new
|
|
21292
|
+
return this.track(new jx(), e);
|
|
21293
21293
|
}
|
|
21294
21294
|
catalogProductImagesExported(e, t) {
|
|
21295
|
-
return this.track(new
|
|
21295
|
+
return this.track(new Mx(e), t);
|
|
21296
21296
|
}
|
|
21297
21297
|
catalogProductSelectionModalShown(e, t) {
|
|
21298
|
-
return this.track(new
|
|
21298
|
+
return this.track(new Nx(e), t);
|
|
21299
21299
|
}
|
|
21300
21300
|
catalogProductSynced(e, t) {
|
|
21301
|
-
return this.track(new
|
|
21301
|
+
return this.track(new Px(e), t);
|
|
21302
21302
|
}
|
|
21303
21303
|
catalogSearchInitiated(e) {
|
|
21304
|
-
return this.track(new
|
|
21304
|
+
return this.track(new Fx(), e);
|
|
21305
21305
|
}
|
|
21306
21306
|
catalogShopifyAppInstallationSelected(e) {
|
|
21307
|
-
return this.track(new
|
|
21307
|
+
return this.track(new Ix(), e);
|
|
21308
21308
|
}
|
|
21309
21309
|
catalogShopifyUrlAdded(e, t) {
|
|
21310
|
-
return this.track(new
|
|
21310
|
+
return this.track(new Lx(e), t);
|
|
21311
21311
|
}
|
|
21312
21312
|
catalogSyncWarningShown(e) {
|
|
21313
|
-
return this.track(new
|
|
21313
|
+
return this.track(new Rx(), e);
|
|
21314
21314
|
}
|
|
21315
21315
|
changeTeam(e, t) {
|
|
21316
|
-
return this.track(new
|
|
21316
|
+
return this.track(new zx(e), t);
|
|
21317
21317
|
}
|
|
21318
21318
|
commentAdded(e, t) {
|
|
21319
|
-
return this.track(new
|
|
21319
|
+
return this.track(new Bx(e), t);
|
|
21320
21320
|
}
|
|
21321
21321
|
commentDeleted(e, t) {
|
|
21322
|
-
return this.track(new
|
|
21322
|
+
return this.track(new Vx(e), t);
|
|
21323
21323
|
}
|
|
21324
21324
|
commentPanelOpened(e, t) {
|
|
21325
|
-
return this.track(new
|
|
21325
|
+
return this.track(new Hx(e), t);
|
|
21326
21326
|
}
|
|
21327
21327
|
createPersonalTeamSetNameAdded(e) {
|
|
21328
|
-
return this.track(new
|
|
21328
|
+
return this.track(new Ux(), e);
|
|
21329
21329
|
}
|
|
21330
21330
|
createPersonalTeamSetNameShow(e) {
|
|
21331
|
-
return this.track(new
|
|
21331
|
+
return this.track(new Wx(), e);
|
|
21332
21332
|
}
|
|
21333
21333
|
createTeamCreateTeamButtonTapped(e, t) {
|
|
21334
|
-
return this.track(new
|
|
21334
|
+
return this.track(new Gx(e), t);
|
|
21335
21335
|
}
|
|
21336
21336
|
createTeamCreateTeamModalShow(e, t) {
|
|
21337
|
-
return this.track(new
|
|
21337
|
+
return this.track(new Kx(e), t);
|
|
21338
21338
|
}
|
|
21339
21339
|
createTeamTeamNameShow(e, t) {
|
|
21340
|
-
return this.track(new
|
|
21340
|
+
return this.track(new qx(e), t);
|
|
21341
21341
|
}
|
|
21342
21342
|
createTeamTeamNameSuccess(e) {
|
|
21343
|
-
return this.track(new
|
|
21343
|
+
return this.track(new Jx(), e);
|
|
21344
21344
|
}
|
|
21345
21345
|
createTeamInvite(e, t) {
|
|
21346
|
-
return this.track(new
|
|
21346
|
+
return this.track(new Yx(e), t);
|
|
21347
21347
|
}
|
|
21348
21348
|
createTeamStart(e, t) {
|
|
21349
|
-
return this.track(new
|
|
21349
|
+
return this.track(new Xx(e), t);
|
|
21350
21350
|
}
|
|
21351
21351
|
createTeamSuccess(e, t) {
|
|
21352
|
-
return this.track(new
|
|
21352
|
+
return this.track(new Zx(e), t);
|
|
21353
21353
|
}
|
|
21354
21354
|
customFontUploadDisclaimerAccepted(e) {
|
|
21355
|
-
return this.track(new
|
|
21355
|
+
return this.track(new Qx(), e);
|
|
21356
21356
|
}
|
|
21357
21357
|
customFontUploadDisclaimerShow(e) {
|
|
21358
|
-
return this.track(new
|
|
21358
|
+
return this.track(new $x(), e);
|
|
21359
21359
|
}
|
|
21360
21360
|
customFontUploadFailure(e, t) {
|
|
21361
|
-
return this.track(new
|
|
21361
|
+
return this.track(new eS(e), t);
|
|
21362
21362
|
}
|
|
21363
21363
|
customFontUploadStarted(e, t) {
|
|
21364
|
-
return this.track(new
|
|
21364
|
+
return this.track(new tS(e), t);
|
|
21365
21365
|
}
|
|
21366
21366
|
customFontUploadSuccess(e, t) {
|
|
21367
|
-
return this.track(new
|
|
21367
|
+
return this.track(new nS(e), t);
|
|
21368
21368
|
}
|
|
21369
21369
|
customTemplateApplied(e, t) {
|
|
21370
|
-
return this.track(new
|
|
21370
|
+
return this.track(new rS(e), t);
|
|
21371
21371
|
}
|
|
21372
21372
|
deleteTeamStart(e) {
|
|
21373
|
-
return this.track(new
|
|
21373
|
+
return this.track(new iS(), e);
|
|
21374
21374
|
}
|
|
21375
21375
|
deleteTeamSuccess(e) {
|
|
21376
|
-
return this.track(new
|
|
21376
|
+
return this.track(new aS(), e);
|
|
21377
21377
|
}
|
|
21378
21378
|
designDuplicated(e, t) {
|
|
21379
|
-
return this.track(new
|
|
21379
|
+
return this.track(new oS(e), t);
|
|
21380
21380
|
}
|
|
21381
21381
|
designEdited(e, t) {
|
|
21382
|
-
return this.track(new
|
|
21382
|
+
return this.track(new sS(e), t);
|
|
21383
21383
|
}
|
|
21384
21384
|
designEmailInviteShared(e, t) {
|
|
21385
|
-
return this.track(new
|
|
21385
|
+
return this.track(new cS(e), t);
|
|
21386
21386
|
}
|
|
21387
21387
|
designInviteRevoked(e, t) {
|
|
21388
|
-
return this.track(new
|
|
21388
|
+
return this.track(new lS(e), t);
|
|
21389
21389
|
}
|
|
21390
21390
|
designLinkCopied(e, t) {
|
|
21391
|
-
return this.track(new
|
|
21391
|
+
return this.track(new uS(e), t);
|
|
21392
21392
|
}
|
|
21393
21393
|
designLinkOpened(e, t) {
|
|
21394
|
-
return this.track(new
|
|
21394
|
+
return this.track(new dS(e), t);
|
|
21395
21395
|
}
|
|
21396
21396
|
designLinkPermissionUpdate(e, t) {
|
|
21397
|
-
return this.track(new
|
|
21397
|
+
return this.track(new fS(e), t);
|
|
21398
21398
|
}
|
|
21399
21399
|
designLinkTapped(e, t) {
|
|
21400
|
-
return this.track(new
|
|
21400
|
+
return this.track(new pS(e), t);
|
|
21401
21401
|
}
|
|
21402
21402
|
designMoved(e, t) {
|
|
21403
|
-
return this.track(new
|
|
21403
|
+
return this.track(new mS(e), t);
|
|
21404
21404
|
}
|
|
21405
21405
|
designPermissionChanged(e, t) {
|
|
21406
|
-
return this.track(new
|
|
21406
|
+
return this.track(new hS(e), t);
|
|
21407
21407
|
}
|
|
21408
21408
|
designPermissionModalShow(e) {
|
|
21409
|
-
return this.track(new
|
|
21409
|
+
return this.track(new gS(), e);
|
|
21410
21410
|
}
|
|
21411
21411
|
editCutoutCancel(e, t) {
|
|
21412
|
-
return this.track(new
|
|
21412
|
+
return this.track(new _S(e), t);
|
|
21413
21413
|
}
|
|
21414
21414
|
editCutoutDone(e, t) {
|
|
21415
|
-
return this.track(new
|
|
21415
|
+
return this.track(new vS(e), t);
|
|
21416
21416
|
}
|
|
21417
21417
|
editCutoutStart(e, t) {
|
|
21418
|
-
return this.track(new
|
|
21418
|
+
return this.track(new yS(e), t);
|
|
21419
21419
|
}
|
|
21420
21420
|
editorConceptSelectionStarted(e, t) {
|
|
21421
|
-
return this.track(new
|
|
21421
|
+
return this.track(new bS(e), t);
|
|
21422
21422
|
}
|
|
21423
21423
|
editorInsertViewOpened(e, t) {
|
|
21424
|
-
return this.track(new
|
|
21424
|
+
return this.track(new xS(e), t);
|
|
21425
21425
|
}
|
|
21426
21426
|
editorTemplateViewOpened(e, t) {
|
|
21427
|
-
return this.track(new
|
|
21427
|
+
return this.track(new SS(e), t);
|
|
21428
21428
|
}
|
|
21429
21429
|
editorUnstableConnectionAlertShown(e, t) {
|
|
21430
|
-
return this.track(new
|
|
21430
|
+
return this.track(new CS(e), t);
|
|
21431
21431
|
}
|
|
21432
21432
|
editorUnstableConnectionToastShown(e, t) {
|
|
21433
|
-
return this.track(new
|
|
21433
|
+
return this.track(new wS(e), t);
|
|
21434
21434
|
}
|
|
21435
21435
|
editorAiToolsOpened(e, t) {
|
|
21436
|
-
return this.track(new
|
|
21436
|
+
return this.track(new TS(e), t);
|
|
21437
21437
|
}
|
|
21438
21438
|
editorTextInsertViewOpened(e, t) {
|
|
21439
|
-
return this.track(new
|
|
21439
|
+
return this.track(new ES(e), t);
|
|
21440
21440
|
}
|
|
21441
21441
|
export(e, t) {
|
|
21442
|
-
return this.track(new
|
|
21442
|
+
return this.track(new DS(e), t);
|
|
21443
21443
|
}
|
|
21444
21444
|
exportViewOpened(e) {
|
|
21445
|
-
return this.track(new
|
|
21445
|
+
return this.track(new OS(), e);
|
|
21446
21446
|
}
|
|
21447
21447
|
firstOpen(e) {
|
|
21448
|
-
return this.track(new
|
|
21448
|
+
return this.track(new kS(), e);
|
|
21449
21449
|
}
|
|
21450
21450
|
googleInviteAuthenticationSuccess(e) {
|
|
21451
|
-
return this.track(new
|
|
21451
|
+
return this.track(new AS(), e);
|
|
21452
21452
|
}
|
|
21453
21453
|
googleInviteButtonClicked(e) {
|
|
21454
|
-
return this.track(new
|
|
21454
|
+
return this.track(new jS(), e);
|
|
21455
21455
|
}
|
|
21456
21456
|
googleInviteStepShown(e, t) {
|
|
21457
|
-
return this.track(new
|
|
21457
|
+
return this.track(new MS(e), t);
|
|
21458
21458
|
}
|
|
21459
21459
|
handraiserContactSalesClicked(e, t) {
|
|
21460
|
-
return this.track(new
|
|
21460
|
+
return this.track(new NS(e), t);
|
|
21461
21461
|
}
|
|
21462
21462
|
handraiserEnterpriseIntegrationClicked(e) {
|
|
21463
|
-
return this.track(new
|
|
21463
|
+
return this.track(new PS(), e);
|
|
21464
21464
|
}
|
|
21465
21465
|
handraiserOnboardingFlowStarted(e, t) {
|
|
21466
|
-
return this.track(new
|
|
21466
|
+
return this.track(new FS(e), t);
|
|
21467
21467
|
}
|
|
21468
21468
|
handraiserSubmittedInformation(e, t) {
|
|
21469
|
-
return this.track(new
|
|
21469
|
+
return this.track(new IS(e), t);
|
|
21470
21470
|
}
|
|
21471
21471
|
hitBatchExportLimit(e, t) {
|
|
21472
|
-
return this.track(new
|
|
21472
|
+
return this.track(new LS(e), t);
|
|
21473
21473
|
}
|
|
21474
21474
|
hitManualExportLimit(e) {
|
|
21475
|
-
return this.track(new
|
|
21475
|
+
return this.track(new RS(), e);
|
|
21476
21476
|
}
|
|
21477
21477
|
importBrandEditorCardDismissed(e) {
|
|
21478
|
-
return this.track(new
|
|
21478
|
+
return this.track(new zS(), e);
|
|
21479
21479
|
}
|
|
21480
21480
|
importBrandModalBrandElementsExtracted(e, t) {
|
|
21481
|
-
return this.track(new
|
|
21481
|
+
return this.track(new BS(e), t);
|
|
21482
21482
|
}
|
|
21483
21483
|
importBrandModalBrandElementsSaved(e, t) {
|
|
21484
|
-
return this.track(new
|
|
21484
|
+
return this.track(new VS(e), t);
|
|
21485
21485
|
}
|
|
21486
21486
|
importBrandModalShow(e, t) {
|
|
21487
|
-
return this.track(new
|
|
21487
|
+
return this.track(new HS(e), t);
|
|
21488
21488
|
}
|
|
21489
21489
|
importBrandWebsiteAdded(e, t) {
|
|
21490
|
-
return this.track(new
|
|
21490
|
+
return this.track(new US(e), t);
|
|
21491
21491
|
}
|
|
21492
21492
|
insertViewImagePicked(e, t) {
|
|
21493
|
-
return this.track(new
|
|
21493
|
+
return this.track(new WS(e), t);
|
|
21494
21494
|
}
|
|
21495
21495
|
instantBackgroundNewSceneCreated(e, t) {
|
|
21496
|
-
return this.track(new
|
|
21496
|
+
return this.track(new GS(e), t);
|
|
21497
21497
|
}
|
|
21498
21498
|
instantBackgroundStartCreateNewSceneFlow(e, t) {
|
|
21499
|
-
return this.track(new
|
|
21499
|
+
return this.track(new KS(e), t);
|
|
21500
21500
|
}
|
|
21501
21501
|
instantBackgroundsSearchAbandoned(e, t) {
|
|
21502
|
-
return this.track(new
|
|
21502
|
+
return this.track(new qS(e), t);
|
|
21503
21503
|
}
|
|
21504
21504
|
instantBackgroundsSearchFocused(e) {
|
|
21505
|
-
return this.track(new
|
|
21505
|
+
return this.track(new JS(), e);
|
|
21506
21506
|
}
|
|
21507
21507
|
instantBackgroundsSearchInitiated(e) {
|
|
21508
|
-
return this.track(new
|
|
21508
|
+
return this.track(new YS(), e);
|
|
21509
21509
|
}
|
|
21510
21510
|
instantBackgroundsSearchResultTapped(e, t) {
|
|
21511
|
-
return this.track(new
|
|
21511
|
+
return this.track(new XS(e), t);
|
|
21512
21512
|
}
|
|
21513
21513
|
instantShadowsApplySelection(e, t) {
|
|
21514
|
-
return this.track(new
|
|
21514
|
+
return this.track(new ZS(e), t);
|
|
21515
21515
|
}
|
|
21516
21516
|
instantShadowsOpenSelection(e, t) {
|
|
21517
|
-
return this.track(new
|
|
21517
|
+
return this.track(new QS(e), t);
|
|
21518
21518
|
}
|
|
21519
21519
|
instantShadowsOpenTemplate(e, t) {
|
|
21520
|
-
return this.track(new
|
|
21520
|
+
return this.track(new $S(e), t);
|
|
21521
21521
|
}
|
|
21522
21522
|
invitationCreateOpened(e, t) {
|
|
21523
|
-
return this.track(new
|
|
21523
|
+
return this.track(new eC(e), t);
|
|
21524
21524
|
}
|
|
21525
21525
|
inviteRevoked(e) {
|
|
21526
|
-
return this.track(new
|
|
21526
|
+
return this.track(new tC(), e);
|
|
21527
21527
|
}
|
|
21528
21528
|
inviteSent(e, t) {
|
|
21529
|
-
return this.track(new
|
|
21529
|
+
return this.track(new nC(e), t);
|
|
21530
21530
|
}
|
|
21531
21531
|
inviteShow(e, t) {
|
|
21532
|
-
return this.track(new
|
|
21532
|
+
return this.track(new rC(e), t);
|
|
21533
21533
|
}
|
|
21534
21534
|
inviteSkipped(e, t) {
|
|
21535
|
-
return this.track(new
|
|
21535
|
+
return this.track(new iC(e), t);
|
|
21536
21536
|
}
|
|
21537
21537
|
inviteToTeam(e) {
|
|
21538
|
-
return this.track(new
|
|
21538
|
+
return this.track(new aC(), e);
|
|
21539
21539
|
}
|
|
21540
21540
|
joinTeamShow(e, t) {
|
|
21541
|
-
return this.track(new
|
|
21541
|
+
return this.track(new oC(e), t);
|
|
21542
21542
|
}
|
|
21543
21543
|
joinTeamSuccess(e, t) {
|
|
21544
|
-
return this.track(new
|
|
21544
|
+
return this.track(new sC(e), t);
|
|
21545
21545
|
}
|
|
21546
21546
|
joinTeamUserName(e, t) {
|
|
21547
|
-
return this.track(new
|
|
21547
|
+
return this.track(new cC(e), t);
|
|
21548
21548
|
}
|
|
21549
21549
|
leaveTeam(e) {
|
|
21550
|
-
return this.track(new
|
|
21550
|
+
return this.track(new lC(), e);
|
|
21551
21551
|
}
|
|
21552
21552
|
logOut(e) {
|
|
21553
|
-
return this.track(new
|
|
21553
|
+
return this.track(new uC(), e);
|
|
21554
21554
|
}
|
|
21555
21555
|
loginPreLoginShow(e) {
|
|
21556
|
-
return this.track(new
|
|
21556
|
+
return this.track(new dC(), e);
|
|
21557
21557
|
}
|
|
21558
21558
|
loginShow(e, t) {
|
|
21559
|
-
return this.track(new
|
|
21559
|
+
return this.track(new fC(e), t);
|
|
21560
21560
|
}
|
|
21561
21561
|
loginFailed(e, t) {
|
|
21562
|
-
return this.track(new
|
|
21562
|
+
return this.track(new pC(e), t);
|
|
21563
21563
|
}
|
|
21564
21564
|
loginStart(e, t) {
|
|
21565
|
-
return this.track(new
|
|
21565
|
+
return this.track(new mC(e), t);
|
|
21566
21566
|
}
|
|
21567
21567
|
loginSuccess(e, t) {
|
|
21568
|
-
return this.track(new
|
|
21568
|
+
return this.track(new hC(e), t);
|
|
21569
21569
|
}
|
|
21570
21570
|
magicStudioSceneGenerateMoreButtonTapped(e, t) {
|
|
21571
|
-
return this.track(new
|
|
21571
|
+
return this.track(new gC(e), t);
|
|
21572
21572
|
}
|
|
21573
21573
|
magicStudioOpenScene(e, t) {
|
|
21574
|
-
return this.track(new
|
|
21574
|
+
return this.track(new _C(e), t);
|
|
21575
21575
|
}
|
|
21576
21576
|
magicStudioOpenTemplate(e, t) {
|
|
21577
|
-
return this.track(new
|
|
21577
|
+
return this.track(new vC(e), t);
|
|
21578
21578
|
}
|
|
21579
21579
|
magicStudioShow(e, t) {
|
|
21580
|
-
return this.track(new
|
|
21580
|
+
return this.track(new yC(e), t);
|
|
21581
21581
|
}
|
|
21582
21582
|
manageTeam(e, t) {
|
|
21583
|
-
return this.track(new
|
|
21583
|
+
return this.track(new bC(e), t);
|
|
21584
21584
|
}
|
|
21585
21585
|
miniAppAssetDeleted(e, t) {
|
|
21586
|
-
return this.track(new
|
|
21586
|
+
return this.track(new xC(e), t);
|
|
21587
21587
|
}
|
|
21588
21588
|
miniAppAssetDetailViewOpened(e, t) {
|
|
21589
|
-
return this.track(new
|
|
21589
|
+
return this.track(new SC(e), t);
|
|
21590
21590
|
}
|
|
21591
21591
|
miniAppAssetUsed(e, t) {
|
|
21592
|
-
return this.track(new
|
|
21592
|
+
return this.track(new CC(e), t);
|
|
21593
21593
|
}
|
|
21594
21594
|
miniAppGenerationCompleted(e, t) {
|
|
21595
|
-
return this.track(new
|
|
21595
|
+
return this.track(new wC(e), t);
|
|
21596
21596
|
}
|
|
21597
21597
|
miniAppGenerationFailed(e, t) {
|
|
21598
|
-
return this.track(new
|
|
21598
|
+
return this.track(new TC(e), t);
|
|
21599
21599
|
}
|
|
21600
21600
|
miniAppGenerationStarted(e, t) {
|
|
21601
|
-
return this.track(new
|
|
21601
|
+
return this.track(new EC(e), t);
|
|
21602
21602
|
}
|
|
21603
21603
|
miniAppOpened(e, t) {
|
|
21604
|
-
return this.track(new
|
|
21604
|
+
return this.track(new DC(e), t);
|
|
21605
21605
|
}
|
|
21606
21606
|
miniAppParameterOpened(e, t) {
|
|
21607
|
-
return this.track(new
|
|
21607
|
+
return this.track(new OC(e), t);
|
|
21608
21608
|
}
|
|
21609
21609
|
miniAppParameterSelected(e, t) {
|
|
21610
|
-
return this.track(new
|
|
21610
|
+
return this.track(new kC(e), t);
|
|
21611
21611
|
}
|
|
21612
21612
|
miniAppPostGenerationRatingSubmitted(e, t) {
|
|
21613
|
-
return this.track(new
|
|
21613
|
+
return this.track(new AC(e), t);
|
|
21614
21614
|
}
|
|
21615
21615
|
miniAppPostGenerationSurveyIssuesSubmitted(e, t) {
|
|
21616
|
-
return this.track(new
|
|
21616
|
+
return this.track(new jC(e), t);
|
|
21617
21617
|
}
|
|
21618
21618
|
miniAppTemplateSelected(e, t) {
|
|
21619
|
-
return this.track(new
|
|
21619
|
+
return this.track(new MC(e), t);
|
|
21620
21620
|
}
|
|
21621
21621
|
miniAppTemplatesListCategorySelected(e, t) {
|
|
21622
|
-
return this.track(new
|
|
21622
|
+
return this.track(new NC(e), t);
|
|
21623
21623
|
}
|
|
21624
21624
|
miniAppTemplatesListOpened(e, t) {
|
|
21625
|
-
return this.track(new
|
|
21625
|
+
return this.track(new PC(e), t);
|
|
21626
21626
|
}
|
|
21627
21627
|
miniAppTemplatesListSkipped(e, t) {
|
|
21628
|
-
return this.track(new
|
|
21628
|
+
return this.track(new FC(e), t);
|
|
21629
21629
|
}
|
|
21630
21630
|
mobileBrowserDesignLinkButtonTapped(e, t) {
|
|
21631
|
-
return this.track(new
|
|
21631
|
+
return this.track(new IC(e), t);
|
|
21632
21632
|
}
|
|
21633
21633
|
mobileBrowserDownloadButtonTapped(e, t) {
|
|
21634
|
-
return this.track(new
|
|
21634
|
+
return this.track(new LC(e), t);
|
|
21635
21635
|
}
|
|
21636
21636
|
mobileBrowserTeamLinkButtonTapped(e, t) {
|
|
21637
|
-
return this.track(new
|
|
21637
|
+
return this.track(new RC(e), t);
|
|
21638
21638
|
}
|
|
21639
21639
|
moreAnglesGenerationCompleted(e) {
|
|
21640
|
-
return this.track(new
|
|
21640
|
+
return this.track(new zC(), e);
|
|
21641
21641
|
}
|
|
21642
21642
|
moreAnglesGenerationStarted(e, t) {
|
|
21643
|
-
return this.track(new
|
|
21643
|
+
return this.track(new BC(e), t);
|
|
21644
21644
|
}
|
|
21645
21645
|
myContentAddFavorite(e) {
|
|
21646
|
-
return this.track(new
|
|
21646
|
+
return this.track(new VC(), e);
|
|
21647
21647
|
}
|
|
21648
21648
|
onboardingAnimation(e) {
|
|
21649
|
-
return this.track(new
|
|
21649
|
+
return this.track(new HC(), e);
|
|
21650
21650
|
}
|
|
21651
21651
|
onboardingCompleted(e) {
|
|
21652
|
-
return this.track(new
|
|
21652
|
+
return this.track(new UC(), e);
|
|
21653
21653
|
}
|
|
21654
21654
|
onboardingImageEditingIntentScreenViewed(e) {
|
|
21655
|
-
return this.track(new
|
|
21655
|
+
return this.track(new WC(), e);
|
|
21656
21656
|
}
|
|
21657
21657
|
onboardingRecommendationClick(e) {
|
|
21658
|
-
return this.track(new
|
|
21658
|
+
return this.track(new GC(), e);
|
|
21659
21659
|
}
|
|
21660
21660
|
onboardingSelectAttribution(e, t) {
|
|
21661
|
-
return this.track(new
|
|
21661
|
+
return this.track(new KC(e), t);
|
|
21662
21662
|
}
|
|
21663
21663
|
onboardingSelectCompanySize(e, t) {
|
|
21664
|
-
return this.track(new
|
|
21664
|
+
return this.track(new qC(e), t);
|
|
21665
21665
|
}
|
|
21666
21666
|
onboardingSelectForWho(e, t) {
|
|
21667
|
-
return this.track(new
|
|
21667
|
+
return this.track(new JC(e), t);
|
|
21668
21668
|
}
|
|
21669
21669
|
onboardingSelectHowManyImages(e, t) {
|
|
21670
|
-
return this.track(new
|
|
21670
|
+
return this.track(new YC(e), t);
|
|
21671
21671
|
}
|
|
21672
21672
|
onboardingSelectHowManyProductsListed(e, t) {
|
|
21673
|
-
return this.track(new
|
|
21673
|
+
return this.track(new XC(e), t);
|
|
21674
21674
|
}
|
|
21675
21675
|
onboardingSelectPersona(e, t) {
|
|
21676
|
-
return this.track(new
|
|
21676
|
+
return this.track(new ZC(e), t);
|
|
21677
21677
|
}
|
|
21678
21678
|
onboardingSelectProductSeller(e, t) {
|
|
21679
|
-
return this.track(new
|
|
21679
|
+
return this.track(new QC(e), t);
|
|
21680
21680
|
}
|
|
21681
21681
|
onboardingSelectSellPlatform(e, t) {
|
|
21682
|
-
return this.track(new
|
|
21682
|
+
return this.track(new $C(e), t);
|
|
21683
21683
|
}
|
|
21684
21684
|
onboardingSelectTeamSize(e, t) {
|
|
21685
|
-
return this.track(new
|
|
21685
|
+
return this.track(new ew(e), t);
|
|
21686
21686
|
}
|
|
21687
21687
|
onboardingSelectUseCase(e, t) {
|
|
21688
|
-
return this.track(new
|
|
21688
|
+
return this.track(new tw(e), t);
|
|
21689
21689
|
}
|
|
21690
21690
|
onboardingShow(e) {
|
|
21691
|
-
return this.track(new
|
|
21691
|
+
return this.track(new nw(), e);
|
|
21692
21692
|
}
|
|
21693
21693
|
onboardingStartAttribution(e) {
|
|
21694
|
-
return this.track(new
|
|
21694
|
+
return this.track(new rw(), e);
|
|
21695
21695
|
}
|
|
21696
21696
|
onboardingStartForWho(e) {
|
|
21697
|
-
return this.track(new
|
|
21697
|
+
return this.track(new iw(), e);
|
|
21698
21698
|
}
|
|
21699
21699
|
onboardingStartUseCase(e) {
|
|
21700
|
-
return this.track(new
|
|
21700
|
+
return this.track(new aw(), e);
|
|
21701
21701
|
}
|
|
21702
21702
|
onboardingUploadImagesSucceeded(e, t) {
|
|
21703
|
-
return this.track(new
|
|
21703
|
+
return this.track(new ow(e), t);
|
|
21704
21704
|
}
|
|
21705
21705
|
onboardingUploadImagesViewed(e, t) {
|
|
21706
|
-
return this.track(new
|
|
21706
|
+
return this.track(new sw(e), t);
|
|
21707
21707
|
}
|
|
21708
21708
|
openEditor(e, t) {
|
|
21709
|
-
return this.track(new
|
|
21709
|
+
return this.track(new cw(e), t);
|
|
21710
21710
|
}
|
|
21711
21711
|
openQuickView(e, t) {
|
|
21712
|
-
return this.track(new
|
|
21712
|
+
return this.track(new lw(e), t);
|
|
21713
21713
|
}
|
|
21714
21714
|
openTemplate(e, t) {
|
|
21715
|
-
return this.track(new
|
|
21715
|
+
return this.track(new uw(e), t);
|
|
21716
21716
|
}
|
|
21717
21717
|
paywallTogglePeriodTapped(e, t) {
|
|
21718
|
-
return this.track(new
|
|
21718
|
+
return this.track(new dw(e), t);
|
|
21719
21719
|
}
|
|
21720
21720
|
paywallToggleTapped(e, t) {
|
|
21721
|
-
return this.track(new
|
|
21721
|
+
return this.track(new fw(e), t);
|
|
21722
21722
|
}
|
|
21723
21723
|
personalTeamRetry(e) {
|
|
21724
|
-
return this.track(new
|
|
21724
|
+
return this.track(new pw(), e);
|
|
21725
21725
|
}
|
|
21726
21726
|
planUsageLearnMore(e) {
|
|
21727
|
-
return this.track(new
|
|
21727
|
+
return this.track(new mw(), e);
|
|
21728
21728
|
}
|
|
21729
21729
|
planUsageShow(e) {
|
|
21730
|
-
return this.track(new
|
|
21730
|
+
return this.track(new hw(), e);
|
|
21731
21731
|
}
|
|
21732
21732
|
popupMessageDismissedCreateTeam(e) {
|
|
21733
|
-
return this.track(new
|
|
21733
|
+
return this.track(new gw(), e);
|
|
21734
21734
|
}
|
|
21735
21735
|
popupMessageDismissedShareDesign(e) {
|
|
21736
|
-
return this.track(new
|
|
21736
|
+
return this.track(new _w(), e);
|
|
21737
21737
|
}
|
|
21738
21738
|
popupMessageShowCreateTeam(e) {
|
|
21739
|
-
return this.track(new
|
|
21739
|
+
return this.track(new vw(), e);
|
|
21740
21740
|
}
|
|
21741
21741
|
popupMessageShowShareDesign(e) {
|
|
21742
|
-
return this.track(new
|
|
21742
|
+
return this.track(new yw(), e);
|
|
21743
21743
|
}
|
|
21744
21744
|
pricingBlockingDrawerShow(e, t) {
|
|
21745
|
-
return this.track(new
|
|
21745
|
+
return this.track(new bw(e), t);
|
|
21746
21746
|
}
|
|
21747
21747
|
pricingBlockingDrawerSkip(e, t) {
|
|
21748
|
-
return this.track(new
|
|
21748
|
+
return this.track(new xw(e), t);
|
|
21749
21749
|
}
|
|
21750
21750
|
pricingInfoSheetShow(e, t) {
|
|
21751
|
-
return this.track(new
|
|
21751
|
+
return this.track(new Sw(e), t);
|
|
21752
21752
|
}
|
|
21753
21753
|
pricingWarningDrawerShow(e, t) {
|
|
21754
|
-
return this.track(new
|
|
21754
|
+
return this.track(new Cw(e), t);
|
|
21755
21755
|
}
|
|
21756
21756
|
pricingWarningDrawerSkip(e) {
|
|
21757
|
-
return this.track(new
|
|
21757
|
+
return this.track(new ww(), e);
|
|
21758
21758
|
}
|
|
21759
21759
|
privateDesignVisibility(e, t) {
|
|
21760
|
-
return this.track(new
|
|
21760
|
+
return this.track(new Tw(e), t);
|
|
21761
21761
|
}
|
|
21762
21762
|
productDetailsPageAiShotListGenerationCompleted(e, t) {
|
|
21763
|
-
return this.track(new
|
|
21763
|
+
return this.track(new Ew(e), t);
|
|
21764
21764
|
}
|
|
21765
21765
|
productDetailsPageAiShotListGenerationStarted(e, t) {
|
|
21766
|
-
return this.track(new
|
|
21766
|
+
return this.track(new Dw(e), t);
|
|
21767
21767
|
}
|
|
21768
21768
|
productDetailsPageAiShotListOpened(e, t) {
|
|
21769
|
-
return this.track(new
|
|
21769
|
+
return this.track(new Ow(e), t);
|
|
21770
21770
|
}
|
|
21771
21771
|
productDetailsPageAllImageMetadataGenerated(e) {
|
|
21772
|
-
return this.track(new
|
|
21772
|
+
return this.track(new kw(), e);
|
|
21773
21773
|
}
|
|
21774
21774
|
productDetailsPageDescriptionGenerated(e) {
|
|
21775
|
-
return this.track(new
|
|
21775
|
+
return this.track(new Aw(), e);
|
|
21776
21776
|
}
|
|
21777
21777
|
productDetailsPageImageAdded(e) {
|
|
21778
|
-
return this.track(new
|
|
21778
|
+
return this.track(new jw(), e);
|
|
21779
21779
|
}
|
|
21780
21780
|
productDetailsPageImageMetadataOpened(e, t) {
|
|
21781
|
-
return this.track(new
|
|
21781
|
+
return this.track(new Mw(e), t);
|
|
21782
21782
|
}
|
|
21783
21783
|
productDetailsPageListingScoreOpened(e, t) {
|
|
21784
|
-
return this.track(new
|
|
21784
|
+
return this.track(new Nw(e), t);
|
|
21785
21785
|
}
|
|
21786
21786
|
productDetailsPageOpened(e) {
|
|
21787
|
-
return this.track(new
|
|
21787
|
+
return this.track(new Pw(), e);
|
|
21788
21788
|
}
|
|
21789
21789
|
productDetailsPageProductDuplicated(e) {
|
|
21790
|
-
return this.track(new
|
|
21790
|
+
return this.track(new Fw(), e);
|
|
21791
21791
|
}
|
|
21792
21792
|
productDetailsPageProductInformationGenerated(e) {
|
|
21793
|
-
return this.track(new
|
|
21793
|
+
return this.track(new Iw(), e);
|
|
21794
21794
|
}
|
|
21795
21795
|
productDetailsPageProductInformationOpened(e, t) {
|
|
21796
|
-
return this.track(new
|
|
21796
|
+
return this.track(new Lw(e), t);
|
|
21797
21797
|
}
|
|
21798
21798
|
productDetailsPageProductTitleGenerated(e) {
|
|
21799
|
-
return this.track(new
|
|
21799
|
+
return this.track(new Rw(), e);
|
|
21800
21800
|
}
|
|
21801
21801
|
productDetailsPageTitleUpdated(e) {
|
|
21802
|
-
return this.track(new
|
|
21802
|
+
return this.track(new zw(), e);
|
|
21803
21803
|
}
|
|
21804
21804
|
productDetailsPageVariantImageAdded(e) {
|
|
21805
|
-
return this.track(new
|
|
21805
|
+
return this.track(new Bw(), e);
|
|
21806
21806
|
}
|
|
21807
21807
|
productDetailsPageVariantsOpened(e, t) {
|
|
21808
|
-
return this.track(new
|
|
21808
|
+
return this.track(new Vw(e), t);
|
|
21809
21809
|
}
|
|
21810
21810
|
productImageDetailsAltTextGenerated(e) {
|
|
21811
|
-
return this.track(new
|
|
21811
|
+
return this.track(new Hw(), e);
|
|
21812
21812
|
}
|
|
21813
21813
|
productImageDetailsFileNameGenerated(e) {
|
|
21814
|
-
return this.track(new
|
|
21814
|
+
return this.track(new Uw(), e);
|
|
21815
21815
|
}
|
|
21816
21816
|
quizOnboardingStart(e) {
|
|
21817
|
-
return this.track(new
|
|
21817
|
+
return this.track(new Ww(), e);
|
|
21818
21818
|
}
|
|
21819
21819
|
reactionAdded(e, t) {
|
|
21820
|
-
return this.track(new
|
|
21820
|
+
return this.track(new Gw(e), t);
|
|
21821
21821
|
}
|
|
21822
21822
|
refundAskRefund(e, t) {
|
|
21823
|
-
return this.track(new
|
|
21823
|
+
return this.track(new Kw(e), t);
|
|
21824
21824
|
}
|
|
21825
21825
|
refundFailed(e, t) {
|
|
21826
|
-
return this.track(new
|
|
21826
|
+
return this.track(new qw(e), t);
|
|
21827
21827
|
}
|
|
21828
21828
|
refundSuccess(e) {
|
|
21829
|
-
return this.track(new
|
|
21829
|
+
return this.track(new Jw(), e);
|
|
21830
21830
|
}
|
|
21831
21831
|
resizeFinish(e, t) {
|
|
21832
|
-
return this.track(new
|
|
21832
|
+
return this.track(new Yw(e), t);
|
|
21833
21833
|
}
|
|
21834
21834
|
resizeStart(e, t) {
|
|
21835
|
-
return this.track(new
|
|
21835
|
+
return this.track(new Xw(e), t);
|
|
21836
21836
|
}
|
|
21837
21837
|
retouchCancelled(e, t) {
|
|
21838
|
-
return this.track(new
|
|
21838
|
+
return this.track(new Zw(e), t);
|
|
21839
21839
|
}
|
|
21840
21840
|
retouchFinish(e, t) {
|
|
21841
|
-
return this.track(new
|
|
21841
|
+
return this.track(new Qw(e), t);
|
|
21842
21842
|
}
|
|
21843
21843
|
retouchStart(e, t) {
|
|
21844
|
-
return this.track(new
|
|
21844
|
+
return this.track(new $w(e), t);
|
|
21845
21845
|
}
|
|
21846
21846
|
segmentationSuccess(e, t) {
|
|
21847
|
-
return this.track(new
|
|
21847
|
+
return this.track(new eT(e), t);
|
|
21848
21848
|
}
|
|
21849
21849
|
selfserveOnboardingScreenCompleted(e, t) {
|
|
21850
|
-
return this.track(new
|
|
21850
|
+
return this.track(new tT(e), t);
|
|
21851
21851
|
}
|
|
21852
21852
|
selfserveOnboardingScreenShow(e, t) {
|
|
21853
|
-
return this.track(new
|
|
21853
|
+
return this.track(new nT(e), t);
|
|
21854
21854
|
}
|
|
21855
21855
|
shareSummaryOpened(e, t) {
|
|
21856
|
-
return this.track(new
|
|
21856
|
+
return this.track(new rT(e), t);
|
|
21857
21857
|
}
|
|
21858
21858
|
signupSuccess(e, t) {
|
|
21859
|
-
return this.track(new
|
|
21859
|
+
return this.track(new iT(e), t);
|
|
21860
21860
|
}
|
|
21861
21861
|
teamLinkCopy(e, t) {
|
|
21862
|
-
return this.track(new
|
|
21862
|
+
return this.track(new aT(e), t);
|
|
21863
21863
|
}
|
|
21864
21864
|
teamLogoAdd(e) {
|
|
21865
|
-
return this.track(new
|
|
21865
|
+
return this.track(new oT(), e);
|
|
21866
21866
|
}
|
|
21867
21867
|
teamLogoRemove(e) {
|
|
21868
|
-
return this.track(new
|
|
21868
|
+
return this.track(new sT(), e);
|
|
21869
21869
|
}
|
|
21870
21870
|
teamLogoUpdate(e) {
|
|
21871
|
-
return this.track(new
|
|
21871
|
+
return this.track(new cT(), e);
|
|
21872
21872
|
}
|
|
21873
21873
|
teamNameEdited(e) {
|
|
21874
|
-
return this.track(new
|
|
21874
|
+
return this.track(new lT(), e);
|
|
21875
21875
|
}
|
|
21876
21876
|
teamPresenceClicked(e, t) {
|
|
21877
|
-
return this.track(new
|
|
21877
|
+
return this.track(new uT(e), t);
|
|
21878
21878
|
}
|
|
21879
21879
|
teamSubscriptionGetMoreSeatsShow(e, t) {
|
|
21880
|
-
return this.track(new
|
|
21880
|
+
return this.track(new dT(e), t);
|
|
21881
21881
|
}
|
|
21882
21882
|
teamSubscriptionUpdateWebBillingShow(e, t) {
|
|
21883
|
-
return this.track(new
|
|
21883
|
+
return this.track(new fT(e), t);
|
|
21884
21884
|
}
|
|
21885
21885
|
teamSubscriptionUpdateWebBillingSuccess(e) {
|
|
21886
|
-
return this.track(new
|
|
21886
|
+
return this.track(new pT(), e);
|
|
21887
21887
|
}
|
|
21888
21888
|
templateSearchFocused(e) {
|
|
21889
|
-
return this.track(new
|
|
21889
|
+
return this.track(new mT(), e);
|
|
21890
21890
|
}
|
|
21891
21891
|
templateSearchInitiated(e) {
|
|
21892
|
-
return this.track(new
|
|
21892
|
+
return this.track(new hT(), e);
|
|
21893
21893
|
}
|
|
21894
21894
|
templateSearchResultTapped(e, t) {
|
|
21895
|
-
return this.track(new
|
|
21895
|
+
return this.track(new gT(e), t);
|
|
21896
21896
|
}
|
|
21897
21897
|
templatesFromPhotoImported(e, t) {
|
|
21898
|
-
return this.track(new
|
|
21898
|
+
return this.track(new _T(e), t);
|
|
21899
21899
|
}
|
|
21900
21900
|
templatesFromPhotoStart(e, t) {
|
|
21901
|
-
return this.track(new
|
|
21901
|
+
return this.track(new vT(e), t);
|
|
21902
21902
|
}
|
|
21903
21903
|
textEditedTextDecorationChanged(e, t) {
|
|
21904
|
-
return this.track(new
|
|
21904
|
+
return this.track(new yT(e), t);
|
|
21905
21905
|
}
|
|
21906
21906
|
upscaleUpscalingCancelled(e) {
|
|
21907
|
-
return this.track(new
|
|
21907
|
+
return this.track(new bT(), e);
|
|
21908
21908
|
}
|
|
21909
21909
|
upscaleUpscalingFinished(e) {
|
|
21910
|
-
return this.track(new
|
|
21910
|
+
return this.track(new xT(), e);
|
|
21911
21911
|
}
|
|
21912
21912
|
upscaleUpscalingStarted(e, t) {
|
|
21913
|
-
return this.track(new
|
|
21913
|
+
return this.track(new ST(e), t);
|
|
21914
21914
|
}
|
|
21915
21915
|
upsellPrePaywallShow(e, t) {
|
|
21916
|
-
return this.track(new
|
|
21916
|
+
return this.track(new CT(e), t);
|
|
21917
21917
|
}
|
|
21918
21918
|
upsellAsk(e, t) {
|
|
21919
|
-
return this.track(new
|
|
21919
|
+
return this.track(new wT(e), t);
|
|
21920
21920
|
}
|
|
21921
21921
|
upsellChoosePlan(e, t) {
|
|
21922
|
-
return this.track(new
|
|
21922
|
+
return this.track(new TT(e), t);
|
|
21923
21923
|
}
|
|
21924
21924
|
upsellGrant(e, t) {
|
|
21925
|
-
return this.track(new
|
|
21925
|
+
return this.track(new ET(e), t);
|
|
21926
21926
|
}
|
|
21927
21927
|
upsellShow(e, t) {
|
|
21928
|
-
return this.track(new
|
|
21928
|
+
return this.track(new DT(e), t);
|
|
21929
21929
|
}
|
|
21930
21930
|
usageBasedPricingExplanationExit(e) {
|
|
21931
|
-
return this.track(new
|
|
21931
|
+
return this.track(new OT(), e);
|
|
21932
21932
|
}
|
|
21933
21933
|
usageBasedPricingExplanationReadMoreTapped(e) {
|
|
21934
|
-
return this.track(new
|
|
21934
|
+
return this.track(new kT(), e);
|
|
21935
21935
|
}
|
|
21936
21936
|
usageBasedPricingExplanationShareMoreAnswer(e, t) {
|
|
21937
|
-
return this.track(new
|
|
21937
|
+
return this.track(new AT(e), t);
|
|
21938
21938
|
}
|
|
21939
21939
|
usageBasedPricingExplanationShow(e) {
|
|
21940
|
-
return this.track(new
|
|
21940
|
+
return this.track(new jT(), e);
|
|
21941
21941
|
}
|
|
21942
21942
|
userNameAdded(e) {
|
|
21943
|
-
return this.track(new
|
|
21943
|
+
return this.track(new MT(), e);
|
|
21944
21944
|
}
|
|
21945
21945
|
userNameOpened(e) {
|
|
21946
|
-
return this.track(new
|
|
21946
|
+
return this.track(new NT(), e);
|
|
21947
21947
|
}
|
|
21948
21948
|
videoGeneratorMiniAppClicked(e) {
|
|
21949
|
-
return this.track(new
|
|
21949
|
+
return this.track(new PT(), e);
|
|
21950
21950
|
}
|
|
21951
21951
|
virtualFolderOpened(e, t) {
|
|
21952
|
-
return this.track(new
|
|
21952
|
+
return this.track(new FT(e), t);
|
|
21953
21953
|
}
|
|
21954
21954
|
virtualModelCustomUploadCompleted(e) {
|
|
21955
|
-
return this.track(new
|
|
21955
|
+
return this.track(new IT(), e);
|
|
21956
21956
|
}
|
|
21957
21957
|
virtualModelCustomUploadStarted(e) {
|
|
21958
|
-
return this.track(new
|
|
21958
|
+
return this.track(new LT(), e);
|
|
21959
21959
|
}
|
|
21960
21960
|
websitePostDownloadModalButtonTapped(e, t) {
|
|
21961
|
-
return this.track(new
|
|
21961
|
+
return this.track(new RT(e), t);
|
|
21962
21962
|
}
|
|
21963
21963
|
websitePostDownloadModalClosed(e) {
|
|
21964
|
-
return this.track(new
|
|
21964
|
+
return this.track(new zT(), e);
|
|
21965
21965
|
}
|
|
21966
21966
|
websitePostDownloadModalShow(e, t) {
|
|
21967
|
-
return this.track(new
|
|
21967
|
+
return this.track(new BT(e), t);
|
|
21968
21968
|
}
|
|
21969
21969
|
}();
|
|
21970
21970
|
//#endregion
|
|
21971
21971
|
//#region src/components/action/StoreButton/StoreButton.tsx
|
|
21972
|
-
var
|
|
21972
|
+
var HT = "en", UT = {
|
|
21973
21973
|
web: {
|
|
21974
|
-
de:
|
|
21975
|
-
en:
|
|
21976
|
-
es:
|
|
21977
|
-
fr:
|
|
21978
|
-
id:
|
|
21979
|
-
it:
|
|
21980
|
-
ja:
|
|
21981
|
-
ko:
|
|
21974
|
+
de: ct,
|
|
21975
|
+
en: lt,
|
|
21976
|
+
es: ut,
|
|
21977
|
+
fr: dt,
|
|
21978
|
+
id: ft,
|
|
21979
|
+
it: pt,
|
|
21980
|
+
ja: mt,
|
|
21981
|
+
ko: kee,
|
|
21982
21982
|
ms: Aee,
|
|
21983
21983
|
"pt-br": jee,
|
|
21984
21984
|
"pt-pt": Mee,
|
|
@@ -22017,19 +22017,19 @@ var VT = "en", HT = {
|
|
|
22017
22017
|
"pt-br": Tee,
|
|
22018
22018
|
"pt-pt": Eee,
|
|
22019
22019
|
ru: Dee,
|
|
22020
|
-
th:
|
|
22021
|
-
tr:
|
|
22022
|
-
vi:
|
|
22020
|
+
th: ot,
|
|
22021
|
+
tr: Oee,
|
|
22022
|
+
vi: st
|
|
22023
22023
|
}
|
|
22024
|
-
},
|
|
22024
|
+
}, WT = {
|
|
22025
22025
|
web: { href: "https://app.photoroom.com/" },
|
|
22026
22026
|
ios: { href: Sc },
|
|
22027
22027
|
android: { href: Cc }
|
|
22028
|
-
},
|
|
22029
|
-
let s =
|
|
22028
|
+
}, GT = ({ store: e, params: t, className: n, lang: r = HT, title: i, onClick: a, links: o = WT }) => {
|
|
22029
|
+
let s = UT[e][r] || UT[e][HT];
|
|
22030
22030
|
return /* @__PURE__ */ T("a", {
|
|
22031
22031
|
href: b(() => {
|
|
22032
|
-
let { href: n } = o?.[e] ||
|
|
22032
|
+
let { href: n } = o?.[e] || WT[e];
|
|
22033
22033
|
if (!t) return n;
|
|
22034
22034
|
let r = new URL(n);
|
|
22035
22035
|
return new URLSearchParams(t).forEach((e, t) => {
|
|
@@ -22048,7 +22048,7 @@ var VT = "en", HT = {
|
|
|
22048
22048
|
};
|
|
22049
22049
|
//#endregion
|
|
22050
22050
|
//#region ../../node_modules/.pnpm/@radix-ui+react-use-previous@1.1.1_@types+react@19.2.14_react@19.2.4/node_modules/@radix-ui/react-use-previous/dist/index.mjs
|
|
22051
|
-
function
|
|
22051
|
+
function KT(t) {
|
|
22052
22052
|
let n = e.useRef({
|
|
22053
22053
|
value: t,
|
|
22054
22054
|
previous: t
|
|
@@ -22057,14 +22057,14 @@ function GT(t) {
|
|
|
22057
22057
|
}
|
|
22058
22058
|
//#endregion
|
|
22059
22059
|
//#region ../../node_modules/.pnpm/@radix-ui+react-switch@1.2.6_@types+react-dom@19.2.3_@types+react@19.2.14__@types+react_e3738c514c10df2ef7e24af5ee461853/node_modules/@radix-ui/react-switch/dist/index.mjs
|
|
22060
|
-
var
|
|
22060
|
+
var qT = "Switch", [JT, Qae] = Zn(qT), [YT, $ae] = JT(qT), XT = e.forwardRef((t, n) => {
|
|
22061
22061
|
let { __scopeSwitch: r, name: i, checked: a, defaultChecked: o, required: s, disabled: c, value: l = "on", onCheckedChange: u, form: d, ...f } = t, [p, m] = e.useState(null), h = Yn(n, (e) => m(e)), g = e.useRef(!1), _ = p ? d || !!p.closest("form") : !0, [v, y] = ba({
|
|
22062
22062
|
prop: a,
|
|
22063
22063
|
defaultProp: o ?? !1,
|
|
22064
22064
|
onChange: u,
|
|
22065
|
-
caller:
|
|
22065
|
+
caller: qT
|
|
22066
22066
|
});
|
|
22067
|
-
return /* @__PURE__ */ E(
|
|
22067
|
+
return /* @__PURE__ */ E(YT, {
|
|
22068
22068
|
scope: r,
|
|
22069
22069
|
checked: v,
|
|
22070
22070
|
disabled: c,
|
|
@@ -22095,9 +22095,9 @@ var KT = "Switch", [qT, $ae] = Zn(KT), [JT, YT] = qT(KT), XT = e.forwardRef((t,
|
|
|
22095
22095
|
})]
|
|
22096
22096
|
});
|
|
22097
22097
|
});
|
|
22098
|
-
XT.displayName =
|
|
22098
|
+
XT.displayName = qT;
|
|
22099
22099
|
var ZT = "SwitchThumb", QT = e.forwardRef((e, t) => {
|
|
22100
|
-
let { __scopeSwitch: n, ...r } = e, i =
|
|
22100
|
+
let { __scopeSwitch: n, ...r } = e, i = $ae(ZT, n);
|
|
22101
22101
|
return /* @__PURE__ */ T(tr.span, {
|
|
22102
22102
|
"data-state": eE(i.checked),
|
|
22103
22103
|
"data-disabled": i.disabled ? "" : void 0,
|
|
@@ -22107,7 +22107,7 @@ var ZT = "SwitchThumb", QT = e.forwardRef((e, t) => {
|
|
|
22107
22107
|
});
|
|
22108
22108
|
QT.displayName = ZT;
|
|
22109
22109
|
var eoe = "SwitchBubbleInput", $T = e.forwardRef(({ __scopeSwitch: t, control: n, checked: r, bubbles: i = !0, ...a }, o) => {
|
|
22110
|
-
let s = e.useRef(null), c = Yn(s, o), l =
|
|
22110
|
+
let s = e.useRef(null), c = Yn(s, o), l = KT(r), u = ea(n);
|
|
22111
22111
|
return e.useEffect(() => {
|
|
22112
22112
|
let e = s.current;
|
|
22113
22113
|
if (!e) return;
|
|
@@ -32633,7 +32633,7 @@ var xG = "RadioIndicator", SG = e.forwardRef((e, t) => {
|
|
|
32633
32633
|
});
|
|
32634
32634
|
SG.displayName = xG;
|
|
32635
32635
|
var CG = "RadioBubbleInput", wG = e.forwardRef(({ __scopeRadio: t, control: n, checked: r, bubbles: i = !0, ...a }, o) => {
|
|
32636
|
-
let s = e.useRef(null), c = Yn(s, o), l =
|
|
32636
|
+
let s = e.useRef(null), c = Yn(s, o), l = KT(r), u = ea(n);
|
|
32637
32637
|
return e.useEffect(() => {
|
|
32638
32638
|
let e = s.current;
|
|
32639
32639
|
if (!e) return;
|
|
@@ -45368,7 +45368,7 @@ var m3 = "CheckboxIndicator", h3 = e.forwardRef((e, t) => {
|
|
|
45368
45368
|
});
|
|
45369
45369
|
h3.displayName = m3;
|
|
45370
45370
|
var g3 = "CheckboxBubbleInput", _3 = e.forwardRef(({ __scopeCheckbox: t, ...n }, r) => {
|
|
45371
|
-
let { control: i, hasConsumerStoppedPropagationRef: a, checked: o, defaultChecked: s, required: c, disabled: l, name: u, value: d, form: f, bubbleInput: p, setBubbleInput: m } = u3(g3, t), h = Yn(r, m), g =
|
|
45371
|
+
let { control: i, hasConsumerStoppedPropagationRef: a, checked: o, defaultChecked: s, required: c, disabled: l, name: u, value: d, form: f, bubbleInput: p, setBubbleInput: m } = u3(g3, t), h = Yn(r, m), g = KT(o), _ = ea(i);
|
|
45372
45372
|
e.useEffect(() => {
|
|
45373
45373
|
let e = p;
|
|
45374
45374
|
if (!e) return;
|
|
@@ -48003,7 +48003,7 @@ var a8 = "SelectArrow", yde = e.forwardRef((e, t) => {
|
|
|
48003
48003
|
});
|
|
48004
48004
|
yde.displayName = a8;
|
|
48005
48005
|
var bde = "SelectBubbleInput", o8 = e.forwardRef(({ __scopeSelect: t, value: n, ...r }, i) => {
|
|
48006
|
-
let a = e.useRef(null), o = Yn(i, a), s =
|
|
48006
|
+
let a = e.useRef(null), o = Yn(i, a), s = KT(n);
|
|
48007
48007
|
return e.useEffect(() => {
|
|
48008
48008
|
let e = a.current;
|
|
48009
48009
|
if (!e) return;
|
|
@@ -48511,7 +48511,7 @@ var k8 = "SliderThumb", A8 = e.forwardRef((t, n) => {
|
|
|
48511
48511
|
});
|
|
48512
48512
|
A8.displayName = k8;
|
|
48513
48513
|
var Rde = "RadioBubbleInput", j8 = e.forwardRef(({ __scopeSlider: t, value: n, ...r }, i) => {
|
|
48514
|
-
let a = e.useRef(null), o = Yn(a, i), s =
|
|
48514
|
+
let a = e.useRef(null), o = Yn(a, i), s = KT(n);
|
|
48515
48515
|
return e.useEffect(() => {
|
|
48516
48516
|
let e = a.current;
|
|
48517
48517
|
if (!e) return;
|
|
@@ -52930,7 +52930,7 @@ d9.displayName = "BlogSubtleActionBlock";
|
|
|
52930
52930
|
//#endregion
|
|
52931
52931
|
//#region src/components/website/CardsBlock/CardsBlock.tsx
|
|
52932
52932
|
var Rme = ({ titleBlock: e, children: t, ...n }) => /* @__PURE__ */ E("div", {
|
|
52933
|
-
className: V("flex flex-col
|
|
52933
|
+
className: V("flex flex-col pt-e700 pb-e1000 gap-i600", "px-4 sm:px-6 md:px-8 xl:px-10"),
|
|
52934
52934
|
...n,
|
|
52935
52935
|
children: [e, /* @__PURE__ */ T("div", {
|
|
52936
52936
|
className: V("mx-auto w-full xl:max-w-[1200px]", "grid grid-cols-1 gap-y-8", "sm:grid-cols-2 sm:gap-6 sm:gap-y-12", "lg:grid-cols-3"),
|
|
@@ -53096,59 +53096,55 @@ var Rme = ({ titleBlock: e, children: t, ...n }) => /* @__PURE__ */ E("div", {
|
|
|
53096
53096
|
}, `data-card-${t}`))
|
|
53097
53097
|
})]
|
|
53098
53098
|
}), p9 = ({ children: e, className: t }) => /* @__PURE__ */ T("div", {
|
|
53099
|
-
className:
|
|
53100
|
-
children:
|
|
53099
|
+
className: "px-4 sm:px-6 md:px-8 xl:px-10",
|
|
53100
|
+
children: /* @__PURE__ */ T("div", {
|
|
53101
|
+
className: V("mx-auto max-w-[1200px]", t),
|
|
53102
|
+
children: e
|
|
53103
|
+
})
|
|
53101
53104
|
}), Kme = ({ title: e, children: t, cta: n, type: r = "default", previousLabel: i, nextLabel: a, ...o }) => {
|
|
53102
53105
|
let { showLeftButton: s, showRightButton: c, handleClickLeftButton: l, handleClickRightButton: u, scrollerRef: d } = PB();
|
|
53103
53106
|
return /* @__PURE__ */ E("div", {
|
|
53104
|
-
className: "
|
|
53107
|
+
className: "flex flex-col pt-e700 pb-e1000 gap-i600",
|
|
53105
53108
|
...o,
|
|
53106
|
-
children: [e && /* @__PURE__ */ T(p9, {
|
|
53107
|
-
className: "
|
|
53108
|
-
children: /* @__PURE__ */ T("div", {
|
|
53109
|
-
|
|
53110
|
-
|
|
53111
|
-
|
|
53112
|
-
|
|
53113
|
-
|
|
53114
|
-
|
|
53115
|
-
|
|
53116
|
-
|
|
53117
|
-
|
|
53118
|
-
|
|
53119
|
-
|
|
53120
|
-
|
|
53121
|
-
|
|
53122
|
-
|
|
53123
|
-
|
|
53124
|
-
|
|
53125
|
-
children: e
|
|
53126
|
-
}, t))
|
|
53127
|
-
})
|
|
53128
|
-
}),
|
|
53129
|
-
(s || c) && /* @__PURE__ */ E(p9, {
|
|
53130
|
-
className: "flex justify-center gap-2",
|
|
53109
|
+
children: [e && /* @__PURE__ */ T(p9, { children: e }), /* @__PURE__ */ E("div", {
|
|
53110
|
+
className: "flex flex-col gap-i500",
|
|
53111
|
+
children: [/* @__PURE__ */ T("div", {
|
|
53112
|
+
ref: d,
|
|
53113
|
+
className: V("[--viewport-content:1200px]", "[--side-padding-raw:calc(50%-var(--viewport-content)/2)]", "[--side-padding:max(var(--side-padding-raw),16px)]", "sm:[--side-padding:max(var(--side-padding-raw),24px)]", "md:[--side-padding:max(var(--side-padding-raw),32px)]", "xl:[--side-padding:max(var(--side-padding-raw),40px)]", "snap-x snap-mandatory scroll-p-[var(--side-padding)] overflow-x-scroll", "scrollbar-none scroll-smooth"),
|
|
53114
|
+
children: !!t && /* @__PURE__ */ T("div", {
|
|
53115
|
+
className: V("mx-auto grid w-fit grid-flow-col gap-6", "px-[var(--side-padding)] py-[3px]"),
|
|
53116
|
+
children: t.map((e, t) => /* @__PURE__ */ T("div", {
|
|
53117
|
+
className: V("flex snap-start", {
|
|
53118
|
+
"w-[240px] sm:w-[282px]": r === "default",
|
|
53119
|
+
"w-[240px] sm:w-[282px] lg:w-[384px]": r === "wide"
|
|
53120
|
+
}),
|
|
53121
|
+
children: e
|
|
53122
|
+
}, t))
|
|
53123
|
+
})
|
|
53124
|
+
}), (n || s || c) && /* @__PURE__ */ E(p9, {
|
|
53125
|
+
className: "flex flex-row-reverse items-center justify-between gap-2",
|
|
53126
|
+
children: [(s || c) && /* @__PURE__ */ E("div", {
|
|
53127
|
+
className: "flex shrink-0 gap-2",
|
|
53131
53128
|
children: [/* @__PURE__ */ T(Ln, {
|
|
53132
53129
|
variant: "secondary",
|
|
53133
53130
|
icon: A,
|
|
53134
|
-
density: "
|
|
53131
|
+
density: "spacious",
|
|
53135
53132
|
onClick: l,
|
|
53136
53133
|
disabled: !s,
|
|
53137
53134
|
"aria-label": i || "Previous"
|
|
53138
53135
|
}), /* @__PURE__ */ T(Ln, {
|
|
53139
53136
|
variant: "secondary",
|
|
53140
53137
|
icon: j,
|
|
53141
|
-
density: "
|
|
53138
|
+
density: "spacious",
|
|
53142
53139
|
onClick: u,
|
|
53143
53140
|
disabled: !c,
|
|
53144
53141
|
"aria-label": a || "Next"
|
|
53145
53142
|
})]
|
|
53146
|
-
}),
|
|
53147
|
-
|
|
53148
|
-
className: "flex justify-center",
|
|
53143
|
+
}), n && /* @__PURE__ */ T("div", {
|
|
53144
|
+
className: "shrink-0 lg:hidden",
|
|
53149
53145
|
children: n
|
|
53150
|
-
})
|
|
53151
|
-
]
|
|
53146
|
+
})]
|
|
53147
|
+
})]
|
|
53152
53148
|
})]
|
|
53153
53149
|
});
|
|
53154
53150
|
}, qme = ({ title: e, content: t }) => /* @__PURE__ */ T("div", {
|
|
@@ -53832,22 +53828,24 @@ var y9 = {}, b9 = ({ variant: e, className: t, cssBackgroundColor: n, children:
|
|
|
53832
53828
|
className: "body-500 mx-auto max-w-[512px] pt-6 text-center text-content-secondary lg:max-w-[720px]",
|
|
53833
53829
|
children: t
|
|
53834
53830
|
})]
|
|
53835
|
-
}), whe = ({ titleBlock: e,
|
|
53836
|
-
className: V("
|
|
53837
|
-
|
|
53831
|
+
}), whe = ({ titleBlock: e, background: t = "lightgrey", cta: n, children: r, className: i, ...a }) => /* @__PURE__ */ T("section", {
|
|
53832
|
+
className: V("px-4 pt-e700 pb-e1000 sm:px-6 md:px-8 xl:px-10", {
|
|
53833
|
+
"bg-surface-default": t === "white",
|
|
53834
|
+
"bg-neutral-50": t === "lightgrey"
|
|
53835
|
+
}, i),
|
|
53836
|
+
...a,
|
|
53838
53837
|
children: /* @__PURE__ */ E("div", {
|
|
53839
|
-
className: "
|
|
53840
|
-
children: [
|
|
53841
|
-
|
|
53842
|
-
/* @__PURE__ */ T("div", {
|
|
53843
|
-
className: "
|
|
53838
|
+
className: "mx-auto flex w-full max-w-[1200px] flex-col gap-i600",
|
|
53839
|
+
children: [e, /* @__PURE__ */ E("div", {
|
|
53840
|
+
className: "flex w-full flex-col gap-i500",
|
|
53841
|
+
children: [/* @__PURE__ */ T("div", {
|
|
53842
|
+
className: "grid w-full grid-cols-1 gap-6 sm:grid-cols-2 lg:grid-cols-3",
|
|
53843
|
+
children: r
|
|
53844
|
+
}), !!n && /* @__PURE__ */ T("div", {
|
|
53845
|
+
className: "lg:hidden",
|
|
53844
53846
|
children: n
|
|
53845
|
-
})
|
|
53846
|
-
|
|
53847
|
-
className: "flex justify-center pt-i500 lg:absolute lg:right-0 lg:top-0 lg:justify-end lg:pt-[3.5px]",
|
|
53848
|
-
children: t
|
|
53849
|
-
})
|
|
53850
|
-
]
|
|
53847
|
+
})]
|
|
53848
|
+
})]
|
|
53851
53849
|
})
|
|
53852
53850
|
}), The = ({ title: e, cards: t, features: n, ...r }) => /* @__PURE__ */ T("div", {
|
|
53853
53851
|
className: V("px-4 sm:px-6 md:px-8 xl:px-10", "py-e400"),
|
|
@@ -56178,6 +56176,6 @@ var Zge = $9, Qge = ({ videoId: e, className: t }) => {
|
|
|
56178
56176
|
}) : null;
|
|
56179
56177
|
};
|
|
56180
56178
|
//#endregion
|
|
56181
|
-
export { T9 as API_BASIC_PLAN_SHORTNAME, D9 as API_ENTERPRISE_PLAN_SHORTNAME, E9 as API_PLUS_PLAN_SHORTNAME, Ome as AccentDropZone, RU as ActionButton, ofe as ActionHeader, iG as ActivityIndicator, Nfe as ActivityRow, kme as ApiHeroBlock, jhe as ApiPricingCardsContainer, Nhe as ApiPricingCardsItem, zhe as ApiPricingFeaturesLegend, Bhe as ApiPricingFeaturesSectionItemBadge, Phe as ApiPricingMonthlyPricePerImage, Fhe as ApiPricingPartnerCard, Dt as AppButton, Vhe as AppPricingCardsContainer, Whe as AppPricingCardsItemV2, Ghe as AppPricingFeaturesLegend, Khe as AppPricingFeaturesSectionItemBadge, s9 as ArticleAuthor, c9 as ArticleContent, jme as ArticleHeroBlock, Mme as AssetPreview, Ko as Avatar, Lfe as AvatarSkeleton, Ufe as AvatarStack, Fme as AwardsBlock, $o as Badge, Ime as BlogActionBlock, gW as BlogActionCard, _W as BlogEditorialCard, Lme as BlogQuoteBlock, Ot as BlogSocialButton, d9 as BlogSubtleActionBlock, DW as Bone, Wfe as Breadcrumbs, Ln as Button, zn as ButtonCluster, Tn as CDN, oue as CODE_LENGTH, c3 as CanvasInput, tpe as CardBadge, Rme as CardsBlock, zme as CardsHeroBlock, Bme as CareersBlock, Vme as CareersBlockItem, RB as CheckGroup, IB as CheckGroupContext, b3 as Checkbox, iue as CheckboxField, aue as Chip, t3 as ChoiceFeedTile, n3 as ChoiceFeedTileGroup, K5 as ChoiceMultipleGroup, q5 as ChoiceSingleGroup, J5 as ChoiceSingleTile, Hn as CircularButton, Gn as ClearButton, S3 as CodeInput, Ble as CollectionTile, uq as ColorPalette, WJ as ColorPicker, KJ as ColorRow, GW as ColorSwatch, fq as ColorWheel, Pfe as CommentRow, Hme as ComparisonBlock, CW as ComparisonSlider, Ume as ComparisonTable, jH as ContextMenu, Wme as CustomerStoriesBlock, TW as CustomerStoryCard, Gme as DataBlock, OW as DesignPreview, qK as Dialog, TH as Divider, C3 as DomainField, j3 as DropZone, T3 as DropZoneAreaWrapper, D3 as DropZoneFullscreen, E3 as DropZoneOverlay, rq as DropdownListBox, iq as DropdownListBoxItem, PU as DropdownMenu, PU as LegacyDropdownMenu, aq as DropdownSearchField, q3 as DropdownSelectionMenu, zW as EditorialCard, Kme as EditorialLineupBlock, npe as EmptySpace, Ffe as EventRow, upe as ExportLimitCard, qme as ExtraTextBlock, Jme as FaqBlock, Yme as FaqItem, $me as FeatureBlock, rhe as FeatureBlockListItem, ehe as FeatureClassicVisual, the as FeatureSwitcher, nhe as FeatureVideoElement, Xme as FeaturesBlock, Jpe as FeaturesList, ihe as FeaturesListBlock, ahe as FeaturesListBlockItem, IU as FeedHeader, Ms as FeedTile, Kn as FieldClearButton, lq as FieldLabel, ohe as FocusBlock, P3 as FolderList, K8 as FontFamilyRow, I3 as FontWeightSelectorItem, m9 as FooterV2Block, fpe as FullScreenLoader, ppe as Gauge, _9 as GlossaryAlphabet, uhe as GlossarySection, v9 as GlossaryTermCard, b9 as HeaderBanner, Xpe as Heading, Yo as HelpButton, bJ as HelperText, Xo as HeroButton, dhe as HeroTitleBlock, O3 as HiddenFileInput, T7 as HighLightedText, Hle as Hint, qJ as HoverObjectBox, L3 as ImageField, R3 as ImagePicker, H3 as ImageWidget, fhe as ImpactBlock, phe as ImpactCard, U3 as ImportWidget, Zpe as InfoBanner, Gle as InfoBar, Zo as InfoButton, mhe as InfoSnapshot, hhe as InfoSnapshotItem, BW as InfoTable, VW as InfoTableRow, UJ as InlineColorPicker, W3 as InlineRadioGroup, G3 as InlineSelector, Ls as InputButton, ghe as InspirationWallBlock, _he as JoinTeamBlock, xJ as Label, JJ as LayerIndicator, As as LazyImage, HW as LightPromoBanner, Us as LimitButton, tq as LimitGauge, Hs as LimitIndicatorGauge, UW as LinkCard, Y5 as ListChoiceSingleTile, YJ as ListItem, qs as LoginButton, vhe as LogosBlock, yhe as LogosWallBlock, Cme as MobileDrawer, Js as MobileNavigationButton, bW as MoreTile, LU as MultiActionWidget, $s as NavigationButton, Qs as NavigationToggleButton, JW as NewPaletteTile, c7 as Notification, gpe as NotificationImage, Bpe as NotificationStack, Vpe as NotificationsStore, zJ as NumberField, Dme as NumberSelectField, XJ as ObjectItem, KW as ObjectPreview, YW as OfferCard, bhe as OffersBlock, Y3 as OptionGroup, tc as OverlayButton, ec as OverlayButtonBase, nc as OverlaySelectButton, z9 as PROMO_BANNER_SESSION_KEY, xhe as PageTitle, w7 as PanelHeader, S7 as PanelHeaderSwitcherButton, X3 as PanelStandardInput, sfe as PeopleListItem, yue as PhotoDropZone, $J as Pill, QJ as PillDivider, o3 as PlaceholderTile, Gfe as PlanPicker, She as PlaygroundBlock, Che as PlaygroundHeroBlock, hW as Popover, nY as PresenceObjectBox, Q3 as PresetGroup, rc as PresetPullDownButton, whe as PressBlock, qG as PreviewBox, Ihe as PricingFeatures, A9 as PricingFeaturesLegend, Lhe as PricingFeaturesSection, Rhe as PricingFeaturesSectionItem, j9 as PricingFeaturesSectionItemBadge, The as PricingHeroBlock, qhe as PricingPicker, Xhe as PricingPickerButton, ys as ProBadge, oG as ProductTile, s7 as Progress, g7 as ProgressStep, Zhe as PromoBannerBlock, r3 as Prompt, i3 as PromptSuggestion, sG as PromptTile, mG as PropList, lc as PullDownButton, uc as QuickActionCard, Sue as QuickActionPhotoCard, Qhe as QuickToolHeroBlock, $he as QuoteBlock, $3 as RadioGroup, Tue as ReactionBar, Eue as ReactionButton, dc as RetryButton, tge as Review, ege as ReviewsBlock, gc as RoundButton, _c as RoundedButton, n6 as SamplePicker, m8 as SearchInput, p8 as SearchableSelect, nge as SectionTitle, D5 as SegmentedControl, Zfe as SegmentedPicker, CJ as SelectField, K3 as SelectTrigger, N3 as SelectionBadge, Q4 as SelectionObjectBox, VG as SelectionTile, rG as SellScore, Wpe as Shortcut, O5 as SideNavigationHeader, k5 as SideNavigationItem, $fe as SideNavigationItemSkeleton, rge as SidePageTitle, q8 as SizeListItem, I8 as Slider, Yde as SliderField, ige as SmallSectionTitle, vc as SocialButton, oq as SpaceDropdownActionItem, sq as SpaceDropdownItem, cq as SpacePullDownButton, nq as SpaceUsageDialog, bc as StandaloneLink, $de as StandardInput, L8 as StandardInputImagePrompt, z8 as StandardInputTextPrompt, HG as StarterTile, v7 as StatusBadge, UG as StepCard, age as StepsBlock,
|
|
56179
|
+
export { T9 as API_BASIC_PLAN_SHORTNAME, D9 as API_ENTERPRISE_PLAN_SHORTNAME, E9 as API_PLUS_PLAN_SHORTNAME, Ome as AccentDropZone, RU as ActionButton, ofe as ActionHeader, iG as ActivityIndicator, Nfe as ActivityRow, kme as ApiHeroBlock, jhe as ApiPricingCardsContainer, Nhe as ApiPricingCardsItem, zhe as ApiPricingFeaturesLegend, Bhe as ApiPricingFeaturesSectionItemBadge, Phe as ApiPricingMonthlyPricePerImage, Fhe as ApiPricingPartnerCard, Dt as AppButton, Vhe as AppPricingCardsContainer, Whe as AppPricingCardsItemV2, Ghe as AppPricingFeaturesLegend, Khe as AppPricingFeaturesSectionItemBadge, s9 as ArticleAuthor, c9 as ArticleContent, jme as ArticleHeroBlock, Mme as AssetPreview, Ko as Avatar, Lfe as AvatarSkeleton, Ufe as AvatarStack, Fme as AwardsBlock, $o as Badge, Ime as BlogActionBlock, gW as BlogActionCard, _W as BlogEditorialCard, Lme as BlogQuoteBlock, Ot as BlogSocialButton, d9 as BlogSubtleActionBlock, DW as Bone, Wfe as Breadcrumbs, Ln as Button, zn as ButtonCluster, Tn as CDN, oue as CODE_LENGTH, c3 as CanvasInput, tpe as CardBadge, Rme as CardsBlock, zme as CardsHeroBlock, Bme as CareersBlock, Vme as CareersBlockItem, RB as CheckGroup, IB as CheckGroupContext, b3 as Checkbox, iue as CheckboxField, aue as Chip, t3 as ChoiceFeedTile, n3 as ChoiceFeedTileGroup, K5 as ChoiceMultipleGroup, q5 as ChoiceSingleGroup, J5 as ChoiceSingleTile, Hn as CircularButton, Gn as ClearButton, S3 as CodeInput, Ble as CollectionTile, uq as ColorPalette, WJ as ColorPicker, KJ as ColorRow, GW as ColorSwatch, fq as ColorWheel, Pfe as CommentRow, Hme as ComparisonBlock, CW as ComparisonSlider, Ume as ComparisonTable, jH as ContextMenu, Wme as CustomerStoriesBlock, TW as CustomerStoryCard, Gme as DataBlock, OW as DesignPreview, qK as Dialog, TH as Divider, C3 as DomainField, j3 as DropZone, T3 as DropZoneAreaWrapper, D3 as DropZoneFullscreen, E3 as DropZoneOverlay, rq as DropdownListBox, iq as DropdownListBoxItem, PU as DropdownMenu, PU as LegacyDropdownMenu, aq as DropdownSearchField, q3 as DropdownSelectionMenu, zW as EditorialCard, Kme as EditorialLineupBlock, npe as EmptySpace, Ffe as EventRow, upe as ExportLimitCard, qme as ExtraTextBlock, Jme as FaqBlock, Yme as FaqItem, $me as FeatureBlock, rhe as FeatureBlockListItem, ehe as FeatureClassicVisual, the as FeatureSwitcher, nhe as FeatureVideoElement, Xme as FeaturesBlock, Jpe as FeaturesList, ihe as FeaturesListBlock, ahe as FeaturesListBlockItem, IU as FeedHeader, Ms as FeedTile, Kn as FieldClearButton, lq as FieldLabel, ohe as FocusBlock, P3 as FolderList, K8 as FontFamilyRow, I3 as FontWeightSelectorItem, m9 as FooterV2Block, fpe as FullScreenLoader, ppe as Gauge, _9 as GlossaryAlphabet, uhe as GlossarySection, v9 as GlossaryTermCard, b9 as HeaderBanner, Xpe as Heading, Yo as HelpButton, bJ as HelperText, Xo as HeroButton, dhe as HeroTitleBlock, O3 as HiddenFileInput, T7 as HighLightedText, Hle as Hint, qJ as HoverObjectBox, L3 as ImageField, R3 as ImagePicker, H3 as ImageWidget, fhe as ImpactBlock, phe as ImpactCard, U3 as ImportWidget, Zpe as InfoBanner, Gle as InfoBar, Zo as InfoButton, mhe as InfoSnapshot, hhe as InfoSnapshotItem, BW as InfoTable, VW as InfoTableRow, UJ as InlineColorPicker, W3 as InlineRadioGroup, G3 as InlineSelector, Ls as InputButton, ghe as InspirationWallBlock, _he as JoinTeamBlock, xJ as Label, JJ as LayerIndicator, As as LazyImage, HW as LightPromoBanner, Us as LimitButton, tq as LimitGauge, Hs as LimitIndicatorGauge, UW as LinkCard, Y5 as ListChoiceSingleTile, YJ as ListItem, qs as LoginButton, vhe as LogosBlock, yhe as LogosWallBlock, Cme as MobileDrawer, Js as MobileNavigationButton, bW as MoreTile, LU as MultiActionWidget, $s as NavigationButton, Qs as NavigationToggleButton, JW as NewPaletteTile, c7 as Notification, gpe as NotificationImage, Bpe as NotificationStack, Vpe as NotificationsStore, zJ as NumberField, Dme as NumberSelectField, XJ as ObjectItem, KW as ObjectPreview, YW as OfferCard, bhe as OffersBlock, Y3 as OptionGroup, tc as OverlayButton, ec as OverlayButtonBase, nc as OverlaySelectButton, z9 as PROMO_BANNER_SESSION_KEY, xhe as PageTitle, w7 as PanelHeader, S7 as PanelHeaderSwitcherButton, X3 as PanelStandardInput, sfe as PeopleListItem, yue as PhotoDropZone, $J as Pill, QJ as PillDivider, o3 as PlaceholderTile, Gfe as PlanPicker, She as PlaygroundBlock, Che as PlaygroundHeroBlock, hW as Popover, nY as PresenceObjectBox, Q3 as PresetGroup, rc as PresetPullDownButton, whe as PressBlock, qG as PreviewBox, Ihe as PricingFeatures, A9 as PricingFeaturesLegend, Lhe as PricingFeaturesSection, Rhe as PricingFeaturesSectionItem, j9 as PricingFeaturesSectionItemBadge, The as PricingHeroBlock, qhe as PricingPicker, Xhe as PricingPickerButton, ys as ProBadge, oG as ProductTile, s7 as Progress, g7 as ProgressStep, Zhe as PromoBannerBlock, r3 as Prompt, i3 as PromptSuggestion, sG as PromptTile, mG as PropList, lc as PullDownButton, uc as QuickActionCard, Sue as QuickActionPhotoCard, Qhe as QuickToolHeroBlock, $he as QuoteBlock, $3 as RadioGroup, Tue as ReactionBar, Eue as ReactionButton, dc as RetryButton, tge as Review, ege as ReviewsBlock, gc as RoundButton, _c as RoundedButton, n6 as SamplePicker, m8 as SearchInput, p8 as SearchableSelect, nge as SectionTitle, D5 as SegmentedControl, Zfe as SegmentedPicker, CJ as SelectField, K3 as SelectTrigger, N3 as SelectionBadge, Q4 as SelectionObjectBox, VG as SelectionTile, rG as SellScore, Wpe as Shortcut, O5 as SideNavigationHeader, k5 as SideNavigationItem, $fe as SideNavigationItemSkeleton, rge as SidePageTitle, q8 as SizeListItem, I8 as Slider, Yde as SliderField, ige as SmallSectionTitle, vc as SocialButton, oq as SpaceDropdownActionItem, sq as SpaceDropdownItem, cq as SpacePullDownButton, nq as SpaceUsageDialog, bc as StandaloneLink, $de as StandardInput, L8 as StandardInputImagePrompt, z8 as StandardInputTextPrompt, HG as StarterTile, v7 as StatusBadge, UG as StepCard, age as StepsBlock, GT as StoreButton, bs as StudioBadge, Vle as Suggestion, B8 as SwitchField, V8 as SwitchGroup, M5 as Tabs, B9 as TagCloudBlock, U8 as TagField, H8 as TagFieldComponent, P5 as TagGroup, I5 as TagNavigation, oge as TakeActionBlock, sge as TakeActionBlockV2, cge as TestimonialsBlock, R8 as TextArea, lge as TextContentBlock, dge as TextContentCard, W8 as TextEditionBox, G8 as TextField, ife as TextFieldLabel, EJ as TextInput, a3 as TextSuggestion, $4 as TextureSwatch, Gpe as ToastProgress, nE as ToggleButton, PE as ToggleStack, V9 as ToolCard, fge as ToolCategoryBannerBlock, L5 as ToolMenuButton, H9 as ToolSmallCard, so as Tooltip, lo as TooltipSection, qo as TooltipUserRow, Kpe as TransformationEmptySpace, mge as UseCaseItemContentTransform, hge as UseCaseItemContentTransformItem, pge as UseCasesBlock, FE as ValidationBanner, _ge as ValueCard, gge as ValuesBlock, Afe as VariantsList, T5 as VariantsListItem, GG as VideoPlayer, YG as VisualToolTile, Qge as YoutubeEmbed, EW as boneVariants, H as cn, KK as contentVariants, Jo as convertMarkdownLinksToHTML, N9 as getMonthlyPriceDetails, M9 as getWeeklyPriceDetails, P9 as getYearlyPriceDetails, bn as isValidComponent, yn as noop, GK as overlayVariants, O9 as useApiMonthlyPlanPrice, F9 as useBillingPeriodPrices, PB as useCarousel, LB as useCheckGroup, sue as useCodeInput, FB as useControlledState, dpe as useExportLimitCard, A3 as useFileUploader, zB as useFocusKeyNav, mH as useFuse, hH as useLazyLoadVideo, I9 as useLocalizedAppPriceInfo, gH as usePasteFilesHandler, x9 as usePriceCountryCurrencyDisplayName, _H as useWindowDragEvents, co as withTooltip };
|
|
56182
56180
|
|
|
56183
56181
|
//# sourceMappingURL=index.mjs.map
|