inertia-bootstrap-forms 1.0.96 → 1.0.97
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/{index-44pMAgyY.js → index-CjvHl4SS.js} +1 -1
- package/dist/{index-CB9UGQcm.js → index-DAKDc7eT.js} +4 -1
- package/dist/inertia-bootstrap-forms.es.js +1 -1
- package/dist/inertia-bootstrap-forms.umd.js +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
- package/src/TelInput.vue +90 -67
|
@@ -5,7 +5,7 @@ var et = (i) => {
|
|
|
5
5
|
var ct = (i, e, t) => e in i ? pt(i, e, { enumerable: !0, configurable: !0, writable: !0, value: t }) : i[e] = t;
|
|
6
6
|
var y = (i, e, t) => ct(i, typeof e != "symbol" ? e + "" : e, t), G = (i, e, t) => e.has(i) || et("Cannot " + t);
|
|
7
7
|
var r = (i, e, t) => (G(i, e, "read from private field"), t ? t.call(i) : e.get(i)), m = (i, e, t) => e.has(i) ? et("Cannot add the same private member more than once") : e instanceof WeakSet ? e.add(i) : e.set(i, t), c = (i, e, t, s) => (G(i, e, "write to private field"), s ? s.call(i, t) : e.set(i, t), t), g = (i, e, t) => (G(i, e, "access private method"), t);
|
|
8
|
-
import { T as mt } from "./index-
|
|
8
|
+
import { T as mt } from "./index-DAKDc7eT.js";
|
|
9
9
|
class K extends Error {
|
|
10
10
|
constructor(t, s = null) {
|
|
11
11
|
super("This looks like a network error, the endpoint might be blocked by an internet provider or a firewall.");
|
|
@@ -6876,9 +6876,12 @@ function Gg(t, e, i, n, r, s) {
|
|
|
6876
6876
|
mode: "national",
|
|
6877
6877
|
validCharactersOnly: !0,
|
|
6878
6878
|
defaultCountry: "ir",
|
|
6879
|
+
preferredCountries: ["ir", "us", "tr", "ca"],
|
|
6879
6880
|
dropdownOptions: {
|
|
6880
6881
|
showDialCodeInList: !0,
|
|
6881
6882
|
showDialCodeInSelection: !0,
|
|
6883
|
+
showSearchBox: !0,
|
|
6884
|
+
searchBoxPlaceholder: "Search...",
|
|
6882
6885
|
showFlags: !1
|
|
6883
6886
|
},
|
|
6884
6887
|
onOnInput: t.inputEvent,
|
|
@@ -13167,7 +13170,7 @@ const Wv = {
|
|
|
13167
13170
|
b === !0 && y === !1 && g();
|
|
13168
13171
|
}), on(() => {
|
|
13169
13172
|
var b, y, w, O, T, M, V, F;
|
|
13170
|
-
i.useXHR && import("./index-
|
|
13173
|
+
i.useXHR && import("./index-CjvHl4SS.js").then((z) => {
|
|
13171
13174
|
const X = z.default;
|
|
13172
13175
|
o.value.use(X, {
|
|
13173
13176
|
method: "POST",
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { A as n, C as s, a as p, b as u, c as e, _ as o, d as I, E as i, F as r, f as l, l as c, G as m, L as b, M as C, h as x, g as S, P as d, Q as g, R as h, k, S as F, j as P, i as T, m as y, n as A, o as E, e as L } from "./index-
|
|
1
|
+
import { A as n, C as s, a as p, b as u, c as e, _ as o, d as I, E as i, F as r, f as l, l as c, G as m, L as b, M as C, h as x, g as S, P as d, Q as g, R as h, k, S as F, j as P, i as T, m as y, n as A, o as E, e as L } from "./index-DAKDc7eT.js";
|
|
2
2
|
export {
|
|
3
3
|
n as AmountInput,
|
|
4
4
|
s as CaptchaInput,
|