stratosphere-ui 2.1.2 → 2.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/stratosphere-ui.js +6 -0
- package/package.json +1 -1
package/dist/stratosphere-ui.js
CHANGED
|
@@ -31404,6 +31404,7 @@ const a4 = [
|
|
|
31404
31404
|
m(`${s}.digit1`, P[0] ?? ""), m(`${s}.digit2`, P[1] ?? ""), m(`${s}.digit3`, P[2] ?? ""), m(`${s}.digit4`, P[3] ?? ""), m(`${s}.digit5`, P[4] ?? ""), m(`${s}.digit6`, P[5] ?? ""), (z = p == null ? void 0 : p.current) == null || z.focus();
|
|
31405
31405
|
},
|
|
31406
31406
|
inputClassName: l,
|
|
31407
|
+
inputMode: "numeric",
|
|
31407
31408
|
name: `${s}.digit1`,
|
|
31408
31409
|
transform: pg
|
|
31409
31410
|
}
|
|
@@ -31415,6 +31416,7 @@ const a4 = [
|
|
|
31415
31416
|
inputRef: E,
|
|
31416
31417
|
onChange: vg(T),
|
|
31417
31418
|
inputClassName: l,
|
|
31419
|
+
inputMode: "numeric",
|
|
31418
31420
|
name: `${s}.digit2`,
|
|
31419
31421
|
transform: pg
|
|
31420
31422
|
}
|
|
@@ -31426,6 +31428,7 @@ const a4 = [
|
|
|
31426
31428
|
inputRef: T,
|
|
31427
31429
|
onChange: vg(O),
|
|
31428
31430
|
inputClassName: l,
|
|
31431
|
+
inputMode: "numeric",
|
|
31429
31432
|
name: `${s}.digit3`,
|
|
31430
31433
|
transform: pg
|
|
31431
31434
|
}
|
|
@@ -31437,6 +31440,7 @@ const a4 = [
|
|
|
31437
31440
|
inputRef: O,
|
|
31438
31441
|
onChange: vg(M),
|
|
31439
31442
|
inputClassName: l,
|
|
31443
|
+
inputMode: "numeric",
|
|
31440
31444
|
name: `${s}.digit4`,
|
|
31441
31445
|
transform: pg
|
|
31442
31446
|
}
|
|
@@ -31448,6 +31452,7 @@ const a4 = [
|
|
|
31448
31452
|
inputRef: M,
|
|
31449
31453
|
onChange: vg(L),
|
|
31450
31454
|
inputClassName: l,
|
|
31455
|
+
inputMode: "numeric",
|
|
31451
31456
|
name: `${s}.digit5`,
|
|
31452
31457
|
transform: pg
|
|
31453
31458
|
}
|
|
@@ -31459,6 +31464,7 @@ const a4 = [
|
|
|
31459
31464
|
inputRef: L,
|
|
31460
31465
|
onChange: vg(p),
|
|
31461
31466
|
inputClassName: l,
|
|
31467
|
+
inputMode: "numeric",
|
|
31462
31468
|
name: `${s}.digit6`,
|
|
31463
31469
|
transform: pg
|
|
31464
31470
|
}
|