@rpcbase/ui 0.52.0 → 0.53.0
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.
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
export declare const
|
|
2
|
-
export declare const AddressAutocompleteInput: ({ id, label, placeholder, value, onValueChange, disabled, name, className, autofillShimName, googleMapsApiKey, boundingBox, allowedTypes, }: {
|
|
1
|
+
export declare const AddressAutocompleteInput: ({ id, label, placeholder, value, onValueChange, disabled, name, className, autofillShimName, googleMapsApiKey, locationRestriction, allowedTypes, }: {
|
|
3
2
|
id: string;
|
|
4
3
|
label: string;
|
|
5
4
|
placeholder: string;
|
|
@@ -10,7 +9,7 @@ export declare const AddressAutocompleteInput: ({ id, label, placeholder, value,
|
|
|
10
9
|
className?: string;
|
|
11
10
|
autofillShimName?: string;
|
|
12
11
|
googleMapsApiKey?: string;
|
|
13
|
-
|
|
12
|
+
locationRestriction: google.maps.LatLngBoundsLiteral | google.maps.LatLngBounds;
|
|
14
13
|
allowedTypes?: Iterable<string>;
|
|
15
14
|
}) => import("react/jsx-runtime").JSX.Element;
|
|
16
15
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../lib/components/AddressAutocompleteInput/index.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../lib/components/AddressAutocompleteInput/index.tsx"],"names":[],"mappings":"AAoJA,eAAO,MAAM,wBAAwB,GAAI,qJAatC;IACD,EAAE,EAAE,MAAM,CAAA;IACV,KAAK,EAAE,MAAM,CAAA;IACb,WAAW,EAAE,MAAM,CAAA;IACnB,KAAK,EAAE,MAAM,GAAG,SAAS,CAAA;IACzB,aAAa,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAA;IACtC,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,gBAAgB,CAAC,EAAE,MAAM,CAAA;IACzB,gBAAgB,CAAC,EAAE,MAAM,CAAA;IACzB,mBAAmB,EAAE,MAAM,CAAC,IAAI,CAAC,mBAAmB,GAAG,MAAM,CAAC,IAAI,CAAC,YAAY,CAAA;IAC/E,YAAY,CAAC,EAAE,QAAQ,CAAC,MAAM,CAAC,CAAA;CAChC,4CAwRA,CAAA"}
|
package/dist/index.js
CHANGED
|
@@ -75,14 +75,14 @@ function ke() {
|
|
|
75
75
|
), t.$$typeof) {
|
|
76
76
|
case v:
|
|
77
77
|
return "Portal";
|
|
78
|
-
case
|
|
78
|
+
case P:
|
|
79
79
|
return t.displayName || "Context";
|
|
80
80
|
case j:
|
|
81
81
|
return (t._context.displayName || "Context") + ".Consumer";
|
|
82
82
|
case A:
|
|
83
83
|
var i = t.render;
|
|
84
84
|
return t = t.displayName, t || (t = i.displayName || i.name || "", t = t !== "" ? "ForwardRef(" + t + ")" : "ForwardRef"), t;
|
|
85
|
-
case
|
|
85
|
+
case R:
|
|
86
86
|
return i = t.displayName || null, i !== null ? i : e(t.type) || "Memo";
|
|
87
87
|
case Y:
|
|
88
88
|
i = t._payload, t = t._init;
|
|
@@ -152,7 +152,7 @@ function ke() {
|
|
|
152
152
|
}
|
|
153
153
|
function m() {
|
|
154
154
|
var t = e(this.type);
|
|
155
|
-
return
|
|
155
|
+
return B[t] || (B[t] = !0, console.error(
|
|
156
156
|
"Accessing element.ref was removed in React 19. ref is now a regular prop. It will be removed from the JSX Element type in a future release."
|
|
157
157
|
)), t = this.props.ref, t !== void 0 ? t : null;
|
|
158
158
|
}
|
|
@@ -243,7 +243,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
243
243
|
function f(t) {
|
|
244
244
|
return typeof t == "object" && t !== null && t.$$typeof === w;
|
|
245
245
|
}
|
|
246
|
-
var T = _e, w = Symbol.for("react.transitional.element"), v = Symbol.for("react.portal"), k = Symbol.for("react.fragment"), y = Symbol.for("react.strict_mode"), D = Symbol.for("react.profiler"), j = Symbol.for("react.consumer"),
|
|
246
|
+
var T = _e, w = Symbol.for("react.transitional.element"), v = Symbol.for("react.portal"), k = Symbol.for("react.fragment"), y = Symbol.for("react.strict_mode"), D = Symbol.for("react.profiler"), j = Symbol.for("react.consumer"), P = Symbol.for("react.context"), A = Symbol.for("react.forward_ref"), O = Symbol.for("react.suspense"), F = Symbol.for("react.suspense_list"), R = Symbol.for("react.memo"), Y = Symbol.for("react.lazy"), W = Symbol.for("react.activity"), Q = Symbol.for("react.client.reference"), U = T.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE, q = Object.prototype.hasOwnProperty, te = Array.isArray, V = console.createTask ? console.createTask : function() {
|
|
247
247
|
return null;
|
|
248
248
|
};
|
|
249
249
|
T = {
|
|
@@ -251,10 +251,10 @@ React keys must be passed directly to JSX without using spread:
|
|
|
251
251
|
return t();
|
|
252
252
|
}
|
|
253
253
|
};
|
|
254
|
-
var K,
|
|
254
|
+
var K, B = {}, u = T.react_stack_bottom_frame.bind(
|
|
255
255
|
T,
|
|
256
256
|
c
|
|
257
|
-
)(), E =
|
|
257
|
+
)(), E = V(n(c)), J = {};
|
|
258
258
|
H.Fragment = k, H.jsx = function(t, i, g) {
|
|
259
259
|
var h = 1e4 > U.recentlyCreatedOwnerStacks++;
|
|
260
260
|
return b(
|
|
@@ -263,7 +263,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
263
263
|
g,
|
|
264
264
|
!1,
|
|
265
265
|
h ? Error("react-stack-top-frame") : u,
|
|
266
|
-
h ?
|
|
266
|
+
h ? V(n(t)) : E
|
|
267
267
|
);
|
|
268
268
|
}, H.jsxs = function(t, i, g) {
|
|
269
269
|
var h = 1e4 > U.recentlyCreatedOwnerStacks++;
|
|
@@ -273,7 +273,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
273
273
|
g,
|
|
274
274
|
!0,
|
|
275
275
|
h ? Error("react-stack-top-frame") : u,
|
|
276
|
-
h ?
|
|
276
|
+
h ? V(n(t)) : E
|
|
277
277
|
);
|
|
278
278
|
};
|
|
279
279
|
})()), H;
|
|
@@ -283,15 +283,15 @@ function je() {
|
|
|
283
283
|
return fe || (fe = 1, process.env.NODE_ENV === "production" ? ee.exports = Te() : ee.exports = ke()), ee.exports;
|
|
284
284
|
}
|
|
285
285
|
var s = je();
|
|
286
|
-
function
|
|
286
|
+
function Pe(e, r) {
|
|
287
287
|
e.src = r;
|
|
288
288
|
}
|
|
289
|
-
const
|
|
289
|
+
const Re = (e) => {
|
|
290
290
|
var r, o, n, a = "The Google Maps JavaScript API", c = "google", d = "importLibrary", p = "__ib__", m = document, x = window, b = x[c] || (x[c] = {}), l = b.maps || (b.maps = {}), f = /* @__PURE__ */ new Set(), T = new URLSearchParams(), w = () => r || (r = new Promise(async (v, k) => {
|
|
291
291
|
await (o = m.createElement("script")), T.set("libraries", [...f] + "");
|
|
292
292
|
for (n in e)
|
|
293
293
|
T.set(n.replace(/[A-Z]/g, (y) => "_" + y[0].toLowerCase()), e[n]);
|
|
294
|
-
T.set("callback", c + ".maps." + p),
|
|
294
|
+
T.set("callback", c + ".maps." + p), Pe(o, "https://maps.googleapis.com/maps/api/js?" + T), l[p] = v, o.onerror = () => r = k(Error(a + " could not load.")), o.nonce = m.querySelector("script[nonce]")?.nonce || "", m.head.append(o);
|
|
295
295
|
}));
|
|
296
296
|
l[d] ? console.warn(a + " only loads once. Ignoring:", e) : l[d] = (v, ...k) => f.add(v) && w().then(() => l[d](v, ...k));
|
|
297
297
|
}, Ne = (e) => `The setOptions() function should only be called once. The options passed to the additional call (${JSON.stringify(e)}) will be ignored.`, Ae = (e) => `The google.maps.importLibrary() function is already defined, and @googlemaps/js-api-loader will use the existing function instead of overwriting it. The options passed to setOptions (${JSON.stringify(e)}) will be ignored.`, Oe = "No options were set before calling importLibrary. Make sure to configure the loader using setOptions().", Se = "There already is a script loading the Google Maps JavaScript API, and no google.maps.importLibrary function is defined. @googlemaps/js-api-loader will proceed to bootstrap the API with the specified options, but the existing script might cause problems using the API. Make sure to remove the script loading the API.", ge = process.env.NODE_ENV !== "production", le = ge ? (e) => {
|
|
@@ -316,7 +316,7 @@ async function Le(e) {
|
|
|
316
316
|
}
|
|
317
317
|
function Ce(e) {
|
|
318
318
|
const r = !!window.google?.maps?.importLibrary;
|
|
319
|
-
r ? Ie(Ae(e)) : Me && document.querySelector('script[src*="maps.googleapis.com/maps/api/js"]') && le(Se), r ||
|
|
319
|
+
r ? Ie(Ae(e)) : Me && document.querySelector('script[src*="maps.googleapis.com/maps/api/js"]') && le(Se), r || Re(e);
|
|
320
320
|
}
|
|
321
321
|
let re = null, me = null;
|
|
322
322
|
const $e = (e) => {
|
|
@@ -362,12 +362,7 @@ function he(e) {
|
|
|
362
362
|
);
|
|
363
363
|
}
|
|
364
364
|
he.displayName = "Input";
|
|
365
|
-
const
|
|
366
|
-
north: 48.17277,
|
|
367
|
-
south: 46.948101,
|
|
368
|
-
east: 2.580919,
|
|
369
|
-
west: -2.216823
|
|
370
|
-
}, Fe = /* @__PURE__ */ new Set([
|
|
365
|
+
const Fe = /* @__PURE__ */ new Set([
|
|
371
366
|
"street_address",
|
|
372
367
|
"route",
|
|
373
368
|
"premise",
|
|
@@ -419,10 +414,10 @@ const ft = {
|
|
|
419
414
|
const n = o.placeId;
|
|
420
415
|
n && (r.has(n) || r.set(n, o));
|
|
421
416
|
}), Array.from(r.values());
|
|
422
|
-
}, qe = (e, r) => e.filter((o) => Ue(o, r)),
|
|
417
|
+
}, qe = (e, r) => e.filter((o) => Ue(o, r)), Ve = (e) => e.sort((r, o) => {
|
|
423
418
|
const n = r.distanceMeters ?? Number.POSITIVE_INFINITY, a = o.distanceMeters ?? Number.POSITIVE_INFINITY;
|
|
424
419
|
return n - a;
|
|
425
|
-
}),
|
|
420
|
+
}), Be = (e, r) => Ve(qe(We(e), r)), Je = (e, r) => ce(e).toLowerCase() === r.trim().toLowerCase(), ft = ({
|
|
426
421
|
id: e,
|
|
427
422
|
label: r,
|
|
428
423
|
placeholder: o,
|
|
@@ -433,10 +428,10 @@ const ft = {
|
|
|
433
428
|
className: p,
|
|
434
429
|
autofillShimName: m,
|
|
435
430
|
googleMapsApiKey: x,
|
|
436
|
-
|
|
431
|
+
locationRestriction: b,
|
|
437
432
|
allowedTypes: l
|
|
438
433
|
}) => {
|
|
439
|
-
const [f, T] = I(n ?? ""), [w, v] = I([]), [k, y] = I(!1), [D, j] = I(-1),
|
|
434
|
+
const [f, T] = I(n ?? ""), [w, v] = I([]), [k, y] = I(!1), [D, j] = I(-1), P = C(null), A = C(null), O = C(!1), F = C(!1), R = C(null), Y = ze("places", x), [W, Q] = I(null), U = xe(() => {
|
|
440
435
|
if (!l)
|
|
441
436
|
return Fe;
|
|
442
437
|
const u = /* @__PURE__ */ new Set();
|
|
@@ -467,7 +462,7 @@ const ft = {
|
|
|
467
462
|
if (!u)
|
|
468
463
|
return;
|
|
469
464
|
if (f.trim() === "") {
|
|
470
|
-
v([]), y(!1),
|
|
465
|
+
v([]), y(!1), R.current = null, n !== "" && a("");
|
|
471
466
|
return;
|
|
472
467
|
}
|
|
473
468
|
if (!W) return;
|
|
@@ -476,17 +471,17 @@ const ft = {
|
|
|
476
471
|
console.error("AddressAutocompleteInput: missing AutocompleteSuggestion or AutocompleteSessionToken exports"), v([]), y(!1);
|
|
477
472
|
return;
|
|
478
473
|
}
|
|
479
|
-
|
|
474
|
+
R.current || (R.current = new i());
|
|
480
475
|
const g = {
|
|
481
476
|
input: f,
|
|
482
|
-
sessionToken:
|
|
477
|
+
sessionToken: R.current ?? void 0,
|
|
483
478
|
locationRestriction: b,
|
|
484
479
|
includedRegionCodes: ["fr"]
|
|
485
480
|
};
|
|
486
481
|
t.fetchAutocompleteSuggestions(g).then((h) => {
|
|
487
482
|
if (!u)
|
|
488
483
|
return;
|
|
489
|
-
const G = h.suggestions.map((z) => z.placePrediction).filter((z) => !!z), S =
|
|
484
|
+
const G = h.suggestions.map((z) => z.placePrediction).filter((z) => !!z), S = Be(G, U), _ = S[0], L = _ && S.length === 1 && Je(_, f);
|
|
490
485
|
if (!F.current && L) {
|
|
491
486
|
v(S), y(!1);
|
|
492
487
|
return;
|
|
@@ -501,7 +496,7 @@ const ft = {
|
|
|
501
496
|
};
|
|
502
497
|
}, [f, W, a, n, b, U]), $(() => {
|
|
503
498
|
const u = (E) => {
|
|
504
|
-
|
|
499
|
+
P.current && !P.current.contains(E.target) && A.current && !A.current.contains(E.target) && y(!1);
|
|
505
500
|
};
|
|
506
501
|
return document.addEventListener("mousedown", u), () => {
|
|
507
502
|
document.removeEventListener("mousedown", u);
|
|
@@ -510,25 +505,25 @@ const ft = {
|
|
|
510
505
|
const q = (u) => {
|
|
511
506
|
O.current = !0;
|
|
512
507
|
const E = ce(u);
|
|
513
|
-
T(E), a(E), v([]), y(!1),
|
|
508
|
+
T(E), a(E), v([]), y(!1), R.current = null;
|
|
514
509
|
}, te = (u) => {
|
|
515
510
|
F.current = !0, T(u.target.value);
|
|
516
|
-
},
|
|
511
|
+
}, V = (u) => {
|
|
517
512
|
if (!k || w.length === 0) {
|
|
518
|
-
u.key === "Enter" && (u.preventDefault(), a(f), y(!1),
|
|
513
|
+
u.key === "Enter" && (u.preventDefault(), a(f), y(!1), R.current = null);
|
|
519
514
|
return;
|
|
520
515
|
}
|
|
521
|
-
u.key === "ArrowDown" ? (u.preventDefault(), j((E) => (E + 1) % w.length)) : u.key === "ArrowUp" ? (u.preventDefault(), j((E) => (E - 1 + w.length) % w.length)) : u.key === "Enter" ? (u.preventDefault(), D > -1 && w[D] ? q(w[D]) : (a(f), y(!1),
|
|
516
|
+
u.key === "ArrowDown" ? (u.preventDefault(), j((E) => (E + 1) % w.length)) : u.key === "ArrowUp" ? (u.preventDefault(), j((E) => (E - 1 + w.length) % w.length)) : u.key === "Enter" ? (u.preventDefault(), D > -1 && w[D] ? q(w[D]) : (a(f), y(!1), R.current = null)) : u.key === "Escape" && y(!1);
|
|
522
517
|
}, K = () => {
|
|
523
|
-
y(!1), n !== f && a(f),
|
|
524
|
-
},
|
|
518
|
+
y(!1), n !== f && a(f), R.current = null;
|
|
519
|
+
}, B = m ?? (d ? `${d}_shim` : void 0);
|
|
525
520
|
return /* @__PURE__ */ s.jsxs("div", { className: "relative", children: [
|
|
526
|
-
|
|
521
|
+
B && /* @__PURE__ */ s.jsx(
|
|
527
522
|
"input",
|
|
528
523
|
{
|
|
529
524
|
tabIndex: -1,
|
|
530
525
|
autoComplete: "street-address",
|
|
531
|
-
name:
|
|
526
|
+
name: B,
|
|
532
527
|
"aria-hidden": "true",
|
|
533
528
|
className: "pointer-events-none absolute left-0 top-0 h-0 w-0 opacity-0"
|
|
534
529
|
}
|
|
@@ -537,14 +532,14 @@ const ft = {
|
|
|
537
532
|
/* @__PURE__ */ s.jsx(
|
|
538
533
|
he,
|
|
539
534
|
{
|
|
540
|
-
ref:
|
|
535
|
+
ref: P,
|
|
541
536
|
id: e,
|
|
542
537
|
type: "text",
|
|
543
538
|
placeholder: o,
|
|
544
539
|
name: d ?? `${e}_input`,
|
|
545
540
|
value: f,
|
|
546
541
|
onChange: te,
|
|
547
|
-
onKeyDown:
|
|
542
|
+
onKeyDown: V,
|
|
548
543
|
onFocus: () => {
|
|
549
544
|
w.length > 0 && f && y(!0);
|
|
550
545
|
},
|
|
@@ -576,7 +571,7 @@ const ft = {
|
|
|
576
571
|
}
|
|
577
572
|
)
|
|
578
573
|
] });
|
|
579
|
-
},
|
|
574
|
+
}, mt = ({
|
|
580
575
|
className: e,
|
|
581
576
|
onClick: r,
|
|
582
577
|
children: o,
|
|
@@ -599,7 +594,7 @@ const ft = {
|
|
|
599
594
|
), Xe = {
|
|
600
595
|
red: "checked:border-red-700 checked:bg-red-700 indeterminate:border-red-700 indeterminate:bg-red-700 focus-visible:outline-red-700",
|
|
601
596
|
sky: "checked:border-sky-600 checked:bg-sky-600 indeterminate:border-sky-600 indeterminate:bg-sky-600 focus-visible:outline-sky-600"
|
|
602
|
-
},
|
|
597
|
+
}, pt = ({
|
|
603
598
|
id: e,
|
|
604
599
|
name: r,
|
|
605
600
|
defaultValue: o,
|
|
@@ -657,12 +652,12 @@ const ft = {
|
|
|
657
652
|
)
|
|
658
653
|
] }) });
|
|
659
654
|
};
|
|
660
|
-
function
|
|
655
|
+
function gt({
|
|
661
656
|
...e
|
|
662
657
|
}) {
|
|
663
658
|
return /* @__PURE__ */ s.jsx(N.Root, { "data-slot": "dialog", ...e });
|
|
664
659
|
}
|
|
665
|
-
function
|
|
660
|
+
function ht({
|
|
666
661
|
...e
|
|
667
662
|
}) {
|
|
668
663
|
return /* @__PURE__ */ s.jsx(N.Trigger, { "data-slot": "dialog-trigger", ...e });
|
|
@@ -672,7 +667,7 @@ function He({
|
|
|
672
667
|
}) {
|
|
673
668
|
return /* @__PURE__ */ s.jsx(N.Portal, { "data-slot": "dialog-portal", ...e });
|
|
674
669
|
}
|
|
675
|
-
function
|
|
670
|
+
function bt({
|
|
676
671
|
...e
|
|
677
672
|
}) {
|
|
678
673
|
return /* @__PURE__ */ s.jsx(N.Close, { "data-slot": "dialog-close", ...e });
|
|
@@ -723,7 +718,7 @@ const Qe = ve.forwardRef(({ className: e, children: r, showCloseButton: o = !0,
|
|
|
723
718
|
}
|
|
724
719
|
) }) }));
|
|
725
720
|
Qe.displayName = N.Content.displayName;
|
|
726
|
-
function
|
|
721
|
+
function vt({ className: e, ...r }) {
|
|
727
722
|
return /* @__PURE__ */ s.jsx(
|
|
728
723
|
"div",
|
|
729
724
|
{
|
|
@@ -733,7 +728,7 @@ function _t({ className: e, ...r }) {
|
|
|
733
728
|
}
|
|
734
729
|
);
|
|
735
730
|
}
|
|
736
|
-
function
|
|
731
|
+
function _t({ className: e, ...r }) {
|
|
737
732
|
return /* @__PURE__ */ s.jsx(
|
|
738
733
|
"div",
|
|
739
734
|
{
|
|
@@ -743,7 +738,7 @@ function xt({ className: e, ...r }) {
|
|
|
743
738
|
}
|
|
744
739
|
);
|
|
745
740
|
}
|
|
746
|
-
function
|
|
741
|
+
function xt({
|
|
747
742
|
className: e,
|
|
748
743
|
...r
|
|
749
744
|
}) {
|
|
@@ -756,7 +751,7 @@ function yt({
|
|
|
756
751
|
}
|
|
757
752
|
);
|
|
758
753
|
}
|
|
759
|
-
function
|
|
754
|
+
function yt({
|
|
760
755
|
className: e,
|
|
761
756
|
...r
|
|
762
757
|
}) {
|
|
@@ -809,8 +804,8 @@ var Ke = ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "A", "B", "C", "D",
|
|
|
809
804
|
let x = r * 4, b = new Uint8ClampedArray(x * o);
|
|
810
805
|
for (let l = 0; l < o; l++) for (let f = 0; f < r; f++) {
|
|
811
806
|
let T = 0, w = 0, v = 0;
|
|
812
|
-
for (let j = 0; j < c; j++) for (let
|
|
813
|
-
let A = Math.cos(Math.PI * f *
|
|
807
|
+
for (let j = 0; j < c; j++) for (let P = 0; P < d; P++) {
|
|
808
|
+
let A = Math.cos(Math.PI * f * P / r) * Math.cos(Math.PI * l * j / o), O = m[P + j * d];
|
|
814
809
|
T += O[0] * A, w += O[1] * A, v += O[2] * A;
|
|
815
810
|
}
|
|
816
811
|
let k = ne(T), y = ne(w), D = ne(v);
|
|
@@ -818,7 +813,7 @@ var Ke = ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "A", "B", "C", "D",
|
|
|
818
813
|
}
|
|
819
814
|
return b;
|
|
820
815
|
}, st = nt;
|
|
821
|
-
const
|
|
816
|
+
const Et = ({
|
|
822
817
|
src: e,
|
|
823
818
|
hash: r,
|
|
824
819
|
alt: o = "",
|
|
@@ -949,26 +944,25 @@ const wt = ({
|
|
|
949
944
|
]
|
|
950
945
|
}
|
|
951
946
|
);
|
|
952
|
-
},
|
|
947
|
+
}, wt = {
|
|
953
948
|
MenuPopover: at
|
|
954
949
|
};
|
|
955
950
|
export {
|
|
956
|
-
|
|
957
|
-
|
|
958
|
-
|
|
959
|
-
|
|
960
|
-
|
|
961
|
-
vt as DialogClose,
|
|
951
|
+
ft as AddressAutocompleteInput,
|
|
952
|
+
mt as ApplePayButton,
|
|
953
|
+
pt as Checkbox,
|
|
954
|
+
gt as Dialog,
|
|
955
|
+
bt as DialogClose,
|
|
962
956
|
Qe as DialogContent,
|
|
963
|
-
|
|
964
|
-
|
|
965
|
-
|
|
957
|
+
yt as DialogDescription,
|
|
958
|
+
_t as DialogFooter,
|
|
959
|
+
vt as DialogHeader,
|
|
966
960
|
Ze as DialogOverlay,
|
|
967
961
|
He as DialogPortal,
|
|
968
|
-
|
|
969
|
-
|
|
970
|
-
|
|
971
|
-
|
|
962
|
+
xt as DialogTitle,
|
|
963
|
+
ht as DialogTrigger,
|
|
964
|
+
wt as Header,
|
|
965
|
+
Et as Image,
|
|
972
966
|
he as Input,
|
|
973
967
|
dt as isMobileDevice
|
|
974
968
|
};
|