Skip to content

Commit

Permalink
deploy: 44542a7
Browse files Browse the repository at this point in the history
  • Loading branch information
dopenguin committed Aug 20, 2024
1 parent b0ef2d8 commit 83dbad4
Show file tree
Hide file tree
Showing 14 changed files with 66 additions and 36 deletions.
35 changes: 25 additions & 10 deletions docs/meldemichel/dist/client-meldemichel.js
Original file line number Diff line number Diff line change
Expand Up @@ -48036,18 +48036,28 @@ const rb = ["v1", "v2", "v3"], Cb = ["v4"], kl = {
class ab {
constructor(A) {
let t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {};
this.languageUtils = A, this.options = t, this.logger = QE.create("pluralResolver"), (!this.options.compatibilityJSON || Cb.includes(this.options.compatibilityJSON)) && (typeof Intl > "u" || !Intl.PluralRules) && (this.options.compatibilityJSON = "v3", this.logger.error("Your environment seems not to be Intl API compatible, use an Intl.PluralRules polyfill. Will fallback to the compatibilityJSON v3 format handling.")), this.rules = Yb();
this.languageUtils = A, this.options = t, this.logger = QE.create("pluralResolver"), (!this.options.compatibilityJSON || Cb.includes(this.options.compatibilityJSON)) && (typeof Intl > "u" || !Intl.PluralRules) && (this.options.compatibilityJSON = "v3", this.logger.error("Your environment seems not to be Intl API compatible, use an Intl.PluralRules polyfill. Will fallback to the compatibilityJSON v3 format handling.")), this.rules = Yb(), this.pluralRulesCache = {};
}
addRule(A, t) {
this.rules[A] = t;
}
clearCache() {
this.pluralRulesCache = {};
}
getRule(A) {
let t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {};
if (this.shouldUseIntlApi())
try {
return new Intl.PluralRules(cr(A === "dev" ? "en" : A), {
type: t.ordinal ? "ordinal" : "cardinal"
const B = cr(A === "dev" ? "en" : A), E = t.ordinal ? "ordinal" : "cardinal", c = JSON.stringify({
cleanedCode: B,
type: E
});
if (c in this.pluralRulesCache)
return this.pluralRulesCache[c];
const i = new Intl.PluralRules(B, {
type: E
});
return this.pluralRulesCache[c] = i, i;
} catch {
return;
}
Expand Down Expand Up @@ -48232,9 +48242,14 @@ const Ib = (e) => {
}, BQ = (e) => {
const A = {};
return (t, B, E) => {
const c = B + JSON.stringify(E);
let i = A[c];
return i || (i = e(cr(B), E), A[c] = i), i(t);
let c = E;
E && E.interpolationkey && E.formatParams && E.formatParams[E.interpolationkey] && E[E.interpolationkey] && (c = {
...c,
[E.interpolationkey]: void 0
});
const i = B + JSON.stringify(c);
let n = A[i];
return n || (n = e(cr(B), E), A[i] = n), n(t);
};
};
class Fb {
Expand Down Expand Up @@ -48348,9 +48363,9 @@ class xb extends AC {
}
loaded(A, t, B) {
const E = A.split("|"), c = E[0], i = E[1];
t && this.emit("failedLoading", c, i, t), B && this.store.addResourceBundle(c, i, B, void 0, void 0, {
t && this.emit("failedLoading", c, i, t), !t && B && this.store.addResourceBundle(c, i, B, void 0, void 0, {
skipCopy: !0
}), this.state[A] = t ? -1 : 2;
}), this.state[A] = t ? -1 : 2, t && B && (this.state[A] = 0);
const n = {};
this.queue.forEach((Q) => {
cb(Q.loaded, [c], i), wb(Q, A), t && Q.errors.push(t), Q.pendingCount === 0 && !Q.done && (Object.keys(Q.loaded).forEach((r) => {
Expand Down Expand Up @@ -48610,7 +48625,7 @@ class RM extends AC {
}
reloadResources(A, t, B) {
const E = Gg();
return A || (A = this.languages), t || (t = this.options.ns), B || (B = Ws), this.services.backendConnector.reload(A, t, (c) => {
return typeof A == "function" && (B = A, A = void 0), typeof t == "function" && (B = t, t = void 0), A || (A = this.languages), t || (t = this.options.ns), B || (B = Ws), this.services.backendConnector.reload(A, t, (c) => {
E.resolve(), B(c);
}), E;
}
Expand Down Expand Up @@ -48689,7 +48704,7 @@ class RM extends AC {
if (B.toLowerCase() === "cimode") return !0;
const i = (n, Q) => {
const r = this.services.backendConnector.state[`${n}|${Q}`];
return r === -1 || r === 2;
return r === -1 || r === 0 || r === 2;
};
if (t.precheck) {
const n = t.precheck(this, i);
Expand Down
2 changes: 1 addition & 1 deletion docs/meldemichel/dist/client-meldemichel.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/meldemichel/dist/client-meldemichel.umd.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/meldemichel/dist/client-meldemichel.umd.cjs.map

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/textLocator/dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
padding: 0;
}
</style>
<script type="module" crossorigin src="./assets/index-Df1Lej1i.js"></script>
<script type="module" crossorigin src="./assets/index-BVq_4ep_.js"></script>
<link data-polar="true" rel="stylesheet" crossorigin href="./assets/index-CEZGQrjp.css">
</head>
<body style="width: 100%; height: 100%; overscroll-behavior: contain">
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion node_modules/@polar/client-generic/dist/polar-client.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

0 comments on commit 83dbad4

Please sign in to comment.