@arkyn/components 3.0.1-beta.141 → 3.0.1-beta.142
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/bundle.js +389 -390
- package/dist/components/multiSelect/index.js +1 -1
- package/package.json +1 -1
package/dist/bundle.js
CHANGED
|
@@ -2,11 +2,10 @@ import { Children as e, cloneElement as t, createContext as n, forwardRef as r,
|
|
|
2
2
|
import { Fragment as f, jsx as p, jsxs as m } from "react/jsx-runtime";
|
|
3
3
|
import { AlertTriangle as h, AlignCenter as g, AlignJustify as _, AlignLeft as v, AlignRight as y, Bold as b, Check as x, CheckCircle2 as S, ChevronDown as C, ChevronLeft as w, ChevronRight as T, Code as E, Ellipsis as D, File as O, FileArchive as k, FileAudio as A, FileImage as j, Heading1 as M, Heading2 as N, Image as P, Info as F, Italic as I, Loader2 as L, MapPinned as R, Pause as z, Play as B, Quote as V, RefreshCw as H, Search as U, Underline as W, Video as G, X as K, XCircle as q } from "lucide-react";
|
|
4
4
|
import { findCountryMask as ee, formatToCapitalizeFirstWordLetter as te, formatToCurrency as J, formatToPhone as ne, removeNonNumeric as re } from "@arkyn/shared";
|
|
5
|
-
import { AnimatePresence as
|
|
6
|
-
import
|
|
7
|
-
import { createRoot as
|
|
8
|
-
import { InputMask as
|
|
9
|
-
import { FieldTemplate as se } from "@components/services/fieldTemplate";
|
|
5
|
+
import { AnimatePresence as ie, motion as Y } from "framer-motion";
|
|
6
|
+
import ae from "mapbox-gl";
|
|
7
|
+
import { createRoot as oe } from "react-dom/client";
|
|
8
|
+
import { InputMask as se } from "@react-input/mask";
|
|
10
9
|
import { countries as ce } from "@arkyn/templates";
|
|
11
10
|
import le from "is-hotkey";
|
|
12
11
|
import { Editor as ue, Element as de, Node as fe, Text as pe, Transforms as me, createEditor as he } from "slate";
|
|
@@ -210,7 +209,7 @@ function Re(e) {
|
|
|
210
209
|
}
|
|
211
210
|
//#endregion
|
|
212
211
|
//#region src/hooks/useForm.ts
|
|
213
|
-
function
|
|
212
|
+
function X() {
|
|
214
213
|
return a(Le);
|
|
215
214
|
}
|
|
216
215
|
//#endregion
|
|
@@ -244,7 +243,7 @@ function Ve(e) {
|
|
|
244
243
|
}
|
|
245
244
|
//#endregion
|
|
246
245
|
//#region src/services/iconRenderer.tsx
|
|
247
|
-
function
|
|
246
|
+
function Z(e) {
|
|
248
247
|
let { iconSize: t, icon: n, className: r, show: i = !0 } = e;
|
|
249
248
|
return !i || !n ? /* @__PURE__ */ p(f, {}) : typeof n == "string" ? /* @__PURE__ */ p("p", {
|
|
250
249
|
className: r,
|
|
@@ -257,7 +256,7 @@ function Q(e) {
|
|
|
257
256
|
}
|
|
258
257
|
//#endregion
|
|
259
258
|
//#region src/components/button/index.tsx
|
|
260
|
-
function
|
|
259
|
+
function Q(e) {
|
|
261
260
|
let { isLoading: t = !1, scheme: n = "primary", variant: r = "solid", loadingText: i, size: a = "md", leftIcon: o, rightIcon: s, disabled: c, className: l = "", children: u, ...d } = e, f = {
|
|
262
261
|
xs: 12,
|
|
263
262
|
sm: 16,
|
|
@@ -277,12 +276,12 @@ function $(e) {
|
|
|
277
276
|
}), /* @__PURE__ */ m("div", {
|
|
278
277
|
className: "arkynButtonContent",
|
|
279
278
|
children: [
|
|
280
|
-
/* @__PURE__ */ p(
|
|
279
|
+
/* @__PURE__ */ p(Z, {
|
|
281
280
|
iconSize: f,
|
|
282
281
|
icon: o
|
|
283
282
|
}),
|
|
284
283
|
u,
|
|
285
|
-
/* @__PURE__ */ p(
|
|
284
|
+
/* @__PURE__ */ p(Z, {
|
|
286
285
|
iconSize: f,
|
|
287
286
|
icon: s
|
|
288
287
|
})
|
|
@@ -391,7 +390,7 @@ function Ge(e) {
|
|
|
391
390
|
icon: H,
|
|
392
391
|
disabled: n
|
|
393
392
|
})
|
|
394
|
-
}), /* @__PURE__ */ p(
|
|
393
|
+
}), /* @__PURE__ */ p(Q, {
|
|
395
394
|
isLoading: a,
|
|
396
395
|
onClick: c,
|
|
397
396
|
variant: "outline",
|
|
@@ -425,7 +424,7 @@ function Ke(e) {
|
|
|
425
424
|
return /* @__PURE__ */ m("div", {
|
|
426
425
|
onDrop: s,
|
|
427
426
|
className: "arkynAudioUploadNoFileContent",
|
|
428
|
-
children: [/* @__PURE__ */ p(
|
|
427
|
+
children: [/* @__PURE__ */ p(Q, {
|
|
429
428
|
isLoading: n,
|
|
430
429
|
onClick: c,
|
|
431
430
|
variant: "ghost",
|
|
@@ -439,7 +438,7 @@ function Ke(e) {
|
|
|
439
438
|
//#endregion
|
|
440
439
|
//#region src/components/audioUpload/index.tsx
|
|
441
440
|
function qe(e) {
|
|
442
|
-
let { name: t, label: n, fileName: r = "file", method: i = "POST", onChange: a, fileResponseName: o = "url", selectAudioButtonText: s = "Selecionar arquivo de áudio", dropAudioText: c = "Ou arraste e solte um arquivo de áudio aqui", changeAudioButtonText: l = "Trocar arquivo de áudio", acceptAudio: d = "audio/*", action: f, defaultValue: h = "", showAsterisk: g = !1, disabled: _ = !1 } = e, { fieldErrors: v } =
|
|
441
|
+
let { name: t, label: n, fileName: r = "file", method: i = "POST", onChange: a, fileResponseName: o = "url", selectAudioButtonText: s = "Selecionar arquivo de áudio", dropAudioText: c = "Ou arraste e solte um arquivo de áudio aqui", changeAudioButtonText: l = "Trocar arquivo de áudio", acceptAudio: d = "audio/*", action: f, defaultValue: h = "", showAsterisk: g = !1, disabled: _ = !1 } = e, { fieldErrors: v } = X(), y = v?.[t], [b, x] = u(h), [S, C] = u(""), [w, T] = u(null), [E, D] = u(h), [O, k] = u(!1);
|
|
443
442
|
async function A(e) {
|
|
444
443
|
if (_) return;
|
|
445
444
|
k(!0), T(e), C("");
|
|
@@ -509,12 +508,12 @@ function Je(e) {
|
|
|
509
508
|
className: `arkynBadge ${t} ${n} ${r} ${o}`.trim(),
|
|
510
509
|
...c,
|
|
511
510
|
children: [
|
|
512
|
-
/* @__PURE__ */ p(
|
|
511
|
+
/* @__PURE__ */ p(Z, {
|
|
513
512
|
iconSize: l,
|
|
514
513
|
icon: i
|
|
515
514
|
}),
|
|
516
515
|
/* @__PURE__ */ p("p", { children: s }),
|
|
517
|
-
/* @__PURE__ */ p(
|
|
516
|
+
/* @__PURE__ */ p(Z, {
|
|
518
517
|
iconSize: l,
|
|
519
518
|
icon: a
|
|
520
519
|
})
|
|
@@ -695,7 +694,7 @@ function $e({ children: e }) {
|
|
|
695
694
|
}
|
|
696
695
|
//#endregion
|
|
697
696
|
//#region src/services/fieldTemplate.tsx
|
|
698
|
-
function
|
|
697
|
+
function $(e) {
|
|
699
698
|
let { name: t, label: n, showAsterisk: r, className: i, unShowFieldTemplate: a, errorMessage: o, children: s, orientation: c } = e;
|
|
700
699
|
return a ? s : /* @__PURE__ */ m(Ve, {
|
|
701
700
|
id: t,
|
|
@@ -713,7 +712,7 @@ function et(e) {
|
|
|
713
712
|
}
|
|
714
713
|
//#endregion
|
|
715
714
|
//#region src/components/select/selectChevron/index.tsx
|
|
716
|
-
function
|
|
715
|
+
function et(e) {
|
|
717
716
|
let { iconSize: t, isLoading: n, disabled: r, readOnly: i, isFocused: a } = e;
|
|
718
717
|
return n ? /* @__PURE__ */ p(f, {}) : /* @__PURE__ */ p(C, {
|
|
719
718
|
className: `arkynSelectChevron ${r || i ? "notAnimate" : ""} ${a ? "focused" : ""}`,
|
|
@@ -728,7 +727,7 @@ function tt(e) {
|
|
|
728
727
|
}
|
|
729
728
|
//#endregion
|
|
730
729
|
//#region src/components/select/selectContainer/index.tsx
|
|
731
|
-
function
|
|
730
|
+
function tt(e) {
|
|
732
731
|
let { children: t, handleContainerFocus: n, disabled: r, isError: i, isLoading: a, isFocused: o, className: s, readOnly: c, variant: l, size: u, id: d, prefixExists: f } = e;
|
|
733
732
|
return /* @__PURE__ */ p("section", {
|
|
734
733
|
id: d,
|
|
@@ -739,7 +738,7 @@ function nt(e) {
|
|
|
739
738
|
}
|
|
740
739
|
//#endregion
|
|
741
740
|
//#region src/components/select/selectContent/index.tsx
|
|
742
|
-
function
|
|
741
|
+
function nt(e) {
|
|
743
742
|
let { children: t, size: n } = e;
|
|
744
743
|
return /* @__PURE__ */ p("div", {
|
|
745
744
|
className: `arkynSelectContent ${n}`,
|
|
@@ -748,7 +747,7 @@ function rt(e) {
|
|
|
748
747
|
}
|
|
749
748
|
//#endregion
|
|
750
749
|
//#region src/components/select/selectOption/index.tsx
|
|
751
|
-
function
|
|
750
|
+
function rt(e) {
|
|
752
751
|
let { label: t, optionHasSelected: n, handleChangeValue: r, value: i, size: a } = e;
|
|
753
752
|
return /* @__PURE__ */ m("div", {
|
|
754
753
|
onClick: () => r(i),
|
|
@@ -762,13 +761,13 @@ function it(e) {
|
|
|
762
761
|
}
|
|
763
762
|
//#endregion
|
|
764
763
|
//#region src/hooks/useScrollLock.ts
|
|
765
|
-
function
|
|
764
|
+
function it() {
|
|
766
765
|
return typeof window > "u" ? 0 : window.innerWidth - document.documentElement.clientWidth;
|
|
767
766
|
}
|
|
768
|
-
function
|
|
767
|
+
function at(e) {
|
|
769
768
|
o(() => {
|
|
770
769
|
if (e) {
|
|
771
|
-
let e = document.body.style.overflow, t = document.body.style.paddingRight, n =
|
|
770
|
+
let e = document.body.style.overflow, t = document.body.style.paddingRight, n = it();
|
|
772
771
|
if (n > 0) {
|
|
773
772
|
let e = window.getComputedStyle(document.body), t = parseInt(e.paddingRight) || 0;
|
|
774
773
|
document.body.style.paddingRight = `${t + n}px`;
|
|
@@ -781,8 +780,8 @@ function ot(e) {
|
|
|
781
780
|
}
|
|
782
781
|
//#endregion
|
|
783
782
|
//#region src/components/input/index.tsx
|
|
784
|
-
function
|
|
785
|
-
let { name: t, disabled: n, title: r, style: i, variant: a = "solid", label: o, className: c = "", prefix: d, suffix: f, isLoading: h = !1, leftIcon: g, readOnly: _, onFocus: v, onBlur: y, unShowFieldTemplate: b = !1, errorMessage: x, showAsterisk: S, rightIcon: C, type: w = "text", size: T = "md", id: E, value: D, placeholder: O, orientation: k, ...A } = e, { fieldErrors: j } =
|
|
783
|
+
function ot(e) {
|
|
784
|
+
let { name: t, disabled: n, title: r, style: i, variant: a = "solid", label: o, className: c = "", prefix: d, suffix: f, isLoading: h = !1, leftIcon: g, readOnly: _, onFocus: v, onBlur: y, unShowFieldTemplate: b = !1, errorMessage: x, showAsterisk: S, rightIcon: C, type: w = "text", size: T = "md", id: E, value: D, placeholder: O, orientation: k, ...A } = e, { fieldErrors: j } = X(), [M, N] = u(!1), P = l(null), F = E || s(), I = x || j?.[t], R = !!I, z = n || h, B = {
|
|
786
785
|
md: 20,
|
|
787
786
|
lg: 20
|
|
788
787
|
}[T], V = C ? "right" : "left", H = V === "left" && h, U = V === "right" && h;
|
|
@@ -801,7 +800,7 @@ function st(e) {
|
|
|
801
800
|
type: "text",
|
|
802
801
|
ref: P,
|
|
803
802
|
...A
|
|
804
|
-
}) : /* @__PURE__ */ p(
|
|
803
|
+
}) : /* @__PURE__ */ p($, {
|
|
805
804
|
name: t,
|
|
806
805
|
label: o,
|
|
807
806
|
showAsterisk: S,
|
|
@@ -815,18 +814,18 @@ function st(e) {
|
|
|
815
814
|
onClick: W,
|
|
816
815
|
className: `arkynInput ${d ? "hasPrefix" : ""} ${n ? "disabled" : ""} ${f ? "hasSuffix" : ""} ${a} ${T} ${z || _ || h ? "opacity" : ""} ${R ? "errored" : ""} ${M ? "focused" : ""}`,
|
|
817
816
|
children: [
|
|
818
|
-
/* @__PURE__ */ p(
|
|
817
|
+
/* @__PURE__ */ p(Z, {
|
|
819
818
|
iconSize: B,
|
|
820
819
|
icon: d,
|
|
821
820
|
className: "prefix"
|
|
822
821
|
}),
|
|
823
|
-
/* @__PURE__ */ p(
|
|
822
|
+
/* @__PURE__ */ p(Z, {
|
|
824
823
|
show: H,
|
|
825
824
|
iconSize: B,
|
|
826
825
|
className: "spinner",
|
|
827
826
|
icon: L
|
|
828
827
|
}),
|
|
829
|
-
/* @__PURE__ */ p(
|
|
828
|
+
/* @__PURE__ */ p(Z, {
|
|
830
829
|
show: !h,
|
|
831
830
|
icon: g,
|
|
832
831
|
iconSize: B
|
|
@@ -844,18 +843,18 @@ function st(e) {
|
|
|
844
843
|
value: z ? void 0 : D,
|
|
845
844
|
...A
|
|
846
845
|
}),
|
|
847
|
-
/* @__PURE__ */ p(
|
|
846
|
+
/* @__PURE__ */ p(Z, {
|
|
848
847
|
show: !h,
|
|
849
848
|
icon: C,
|
|
850
849
|
iconSize: B
|
|
851
850
|
}),
|
|
852
|
-
/* @__PURE__ */ p(
|
|
851
|
+
/* @__PURE__ */ p(Z, {
|
|
853
852
|
show: U,
|
|
854
853
|
iconSize: B,
|
|
855
854
|
className: "spinner",
|
|
856
855
|
icon: L
|
|
857
856
|
}),
|
|
858
|
-
/* @__PURE__ */ p(
|
|
857
|
+
/* @__PURE__ */ p(Z, {
|
|
859
858
|
iconSize: B,
|
|
860
859
|
icon: f,
|
|
861
860
|
className: "suffix"
|
|
@@ -866,9 +865,9 @@ function st(e) {
|
|
|
866
865
|
}
|
|
867
866
|
//#endregion
|
|
868
867
|
//#region src/components/select/selectOptionsContainer/index.tsx
|
|
869
|
-
function
|
|
868
|
+
function st(e) {
|
|
870
869
|
let { children: t, isFocused: n, isSearchable: r, search: i, onSearch: a } = e, s = l(null), [c, d] = u("bottom");
|
|
871
|
-
|
|
870
|
+
at(n), o(() => {
|
|
872
871
|
n && (() => {
|
|
873
872
|
if (!s.current) return;
|
|
874
873
|
let e = s.current.parentElement;
|
|
@@ -883,7 +882,7 @@ function ct(e) {
|
|
|
883
882
|
return n ? /* @__PURE__ */ m("div", {
|
|
884
883
|
ref: s,
|
|
885
884
|
className: `arkynSelectOptionsContainer ${c}`,
|
|
886
|
-
children: [r && /* @__PURE__ */ p(
|
|
885
|
+
children: [r && /* @__PURE__ */ p(ot, {
|
|
887
886
|
type: "search",
|
|
888
887
|
name: "search-select",
|
|
889
888
|
variant: "underline",
|
|
@@ -895,7 +894,7 @@ function ct(e) {
|
|
|
895
894
|
}
|
|
896
895
|
//#endregion
|
|
897
896
|
//#region src/components/select/selectOverlay/index.tsx
|
|
898
|
-
function
|
|
897
|
+
function ct(e) {
|
|
899
898
|
let { isFocused: t, handleBlur: n } = e;
|
|
900
899
|
return t ? /* @__PURE__ */ p("aside", {
|
|
901
900
|
className: "arkynSelectOverlay",
|
|
@@ -904,7 +903,7 @@ function lt(e) {
|
|
|
904
903
|
}
|
|
905
904
|
//#endregion
|
|
906
905
|
//#region src/components/select/selectSpinner/index.tsx
|
|
907
|
-
function
|
|
906
|
+
function lt(e) {
|
|
908
907
|
let { iconSize: t, isLoading: n } = e;
|
|
909
908
|
return n ? /* @__PURE__ */ p(L, {
|
|
910
909
|
className: "arkynSelectSpinner",
|
|
@@ -914,8 +913,8 @@ function ut(e) {
|
|
|
914
913
|
}
|
|
915
914
|
//#endregion
|
|
916
915
|
//#region src/components/select/index.tsx
|
|
917
|
-
function
|
|
918
|
-
let { name: t, options: n, className: r = "", placeholder: i = "Selecione...", closeOnSelect: a = !0, defaultValue: o = "", errorMessage: c, isLoading: d = !1, readOnly: f = !1, isSearchable: h = !1, id: g, label: _, optionMaxHeight: v, showAsterisk: y, leftIcon: b, onSearch: x, onChange: S, onBlur: C, notFoundText: w = "Sem opções disponíveis", onFocus: T, disabled: E = !1, prefix: D, size: O = "md", value: k, variant: A = "solid", orientation: j = "horizontal", unShowFieldTemplate: M = !1 } = e, { fieldErrors: N } =
|
|
916
|
+
function ut(e) {
|
|
917
|
+
let { name: t, options: n, className: r = "", placeholder: i = "Selecione...", closeOnSelect: a = !0, defaultValue: o = "", errorMessage: c, isLoading: d = !1, readOnly: f = !1, isSearchable: h = !1, id: g, label: _, optionMaxHeight: v, showAsterisk: y, leftIcon: b, onSearch: x, onChange: S, onBlur: C, notFoundText: w = "Sem opções disponíveis", onFocus: T, disabled: E = !1, prefix: D, size: O = "md", value: k, variant: A = "solid", orientation: j = "horizontal", unShowFieldTemplate: M = !1 } = e, { fieldErrors: N } = X(), P = l(null), F = g || s(), I = c || N?.[t], L = !!I, R = E || d || f, z = {
|
|
919
918
|
md: 20,
|
|
920
919
|
lg: 20
|
|
921
920
|
}[O], [B, V] = u(""), [H, U] = u(!1), [W, G] = u(o), K = k || W;
|
|
@@ -937,8 +936,8 @@ function dt(e) {
|
|
|
937
936
|
function re(e) {
|
|
938
937
|
q(e) ? (G(""), S && S("")) : (G(e), S && S(e)), a && J();
|
|
939
938
|
}
|
|
940
|
-
let
|
|
941
|
-
return /* @__PURE__ */ p(
|
|
939
|
+
let ie = n.filter((t) => !!(e.onSearch || !e.isSearchable || t.label.toLowerCase().includes(B.toLowerCase())));
|
|
940
|
+
return /* @__PURE__ */ p($, {
|
|
942
941
|
name: t,
|
|
943
942
|
label: _,
|
|
944
943
|
showAsterisk: y,
|
|
@@ -946,7 +945,7 @@ function dt(e) {
|
|
|
946
945
|
errorMessage: I,
|
|
947
946
|
unShowFieldTemplate: M,
|
|
948
947
|
orientation: j,
|
|
949
|
-
children: /* @__PURE__ */ m(
|
|
948
|
+
children: /* @__PURE__ */ m(tt, {
|
|
950
949
|
handleContainerFocus: te,
|
|
951
950
|
disabled: R,
|
|
952
951
|
isError: L,
|
|
@@ -964,7 +963,7 @@ function dt(e) {
|
|
|
964
963
|
value: K,
|
|
965
964
|
type: "hidden"
|
|
966
965
|
}),
|
|
967
|
-
/* @__PURE__ */ p(
|
|
966
|
+
/* @__PURE__ */ p(Z, {
|
|
968
967
|
iconSize: z,
|
|
969
968
|
icon: D,
|
|
970
969
|
className: "prefix"
|
|
@@ -973,38 +972,38 @@ function dt(e) {
|
|
|
973
972
|
size: z,
|
|
974
973
|
strokeWidth: 2.5
|
|
975
974
|
}),
|
|
976
|
-
/* @__PURE__ */ m(
|
|
975
|
+
/* @__PURE__ */ m(nt, {
|
|
977
976
|
size: O,
|
|
978
977
|
children: [K !== "" && /* @__PURE__ */ p("p", {
|
|
979
978
|
className: "hasValue",
|
|
980
979
|
children: ee(K)
|
|
981
980
|
}), K === "" && /* @__PURE__ */ p("p", { children: i })]
|
|
982
981
|
}),
|
|
983
|
-
/* @__PURE__ */ m(
|
|
982
|
+
/* @__PURE__ */ m(st, {
|
|
984
983
|
isFocused: H,
|
|
985
984
|
isSearchable: h,
|
|
986
985
|
search: B,
|
|
987
986
|
onSearch: ne,
|
|
988
|
-
children: [
|
|
987
|
+
children: [ie.map(({ label: e, value: t }) => /* @__PURE__ */ p(rt, {
|
|
989
988
|
label: e,
|
|
990
989
|
value: t,
|
|
991
990
|
size: O,
|
|
992
991
|
handleChangeValue: re,
|
|
993
992
|
optionHasSelected: q
|
|
994
|
-
}, t)),
|
|
993
|
+
}, t)), ie.length <= 0 && /* @__PURE__ */ p("p", { children: w })]
|
|
995
994
|
}),
|
|
996
|
-
/* @__PURE__ */ p(
|
|
995
|
+
/* @__PURE__ */ p(et, {
|
|
997
996
|
disabled: R,
|
|
998
997
|
isFocused: H,
|
|
999
998
|
readOnly: f,
|
|
1000
999
|
iconSize: z,
|
|
1001
1000
|
isLoading: d
|
|
1002
1001
|
}),
|
|
1003
|
-
/* @__PURE__ */ p(
|
|
1002
|
+
/* @__PURE__ */ p(lt, {
|
|
1004
1003
|
iconSize: z,
|
|
1005
1004
|
isLoading: d
|
|
1006
1005
|
}),
|
|
1007
|
-
/* @__PURE__ */ p(
|
|
1006
|
+
/* @__PURE__ */ p(ct, {
|
|
1008
1007
|
handleBlur: J,
|
|
1009
1008
|
isFocused: H
|
|
1010
1009
|
})
|
|
@@ -1014,7 +1013,7 @@ function dt(e) {
|
|
|
1014
1013
|
}
|
|
1015
1014
|
//#endregion
|
|
1016
1015
|
//#region src/components/calendar/calendarHeader/index.tsx
|
|
1017
|
-
function
|
|
1016
|
+
function dt({ basicMode: e }) {
|
|
1018
1017
|
let t = Ze();
|
|
1019
1018
|
return e ? /* @__PURE__ */ m("div", {
|
|
1020
1019
|
className: "arkynCalendarHeader",
|
|
@@ -1041,14 +1040,14 @@ function ft({ basicMode: e }) {
|
|
|
1041
1040
|
className: "arkynCalendarButton",
|
|
1042
1041
|
onClick: () => t.nextMonth(),
|
|
1043
1042
|
children: /* @__PURE__ */ p(T, {})
|
|
1044
|
-
})] }), /* @__PURE__ */ m("div", { children: [/* @__PURE__ */ p(
|
|
1043
|
+
})] }), /* @__PURE__ */ m("div", { children: [/* @__PURE__ */ p(ut, {
|
|
1045
1044
|
name: "calendarMonth",
|
|
1046
1045
|
variant: "underline",
|
|
1047
1046
|
className: "calendarMonthSelect",
|
|
1048
1047
|
value: t.currentMonth,
|
|
1049
1048
|
options: t.listMonths,
|
|
1050
1049
|
onChange: (e) => t.changeMonth(+e)
|
|
1051
|
-
}), /* @__PURE__ */ p(
|
|
1050
|
+
}), /* @__PURE__ */ p(ut, {
|
|
1052
1051
|
name: "calendarYear",
|
|
1053
1052
|
variant: "underline",
|
|
1054
1053
|
className: "calendarYearSelect",
|
|
@@ -1060,7 +1059,7 @@ function ft({ basicMode: e }) {
|
|
|
1060
1059
|
}
|
|
1061
1060
|
//#endregion
|
|
1062
1061
|
//#region src/components/calendar/calendarTableTd/index.tsx
|
|
1063
|
-
function
|
|
1062
|
+
function ft(e) {
|
|
1064
1063
|
let { day: t, month: n, year: r, dayOwner: i, dayType: a } = e, { changeDay: o } = Ze();
|
|
1065
1064
|
function s() {
|
|
1066
1065
|
let e = /* @__PURE__ */ new Date();
|
|
@@ -1077,15 +1076,15 @@ function pt(e) {
|
|
|
1077
1076
|
}
|
|
1078
1077
|
//#endregion
|
|
1079
1078
|
//#region src/components/calendar/calendarTableBody/index.tsx
|
|
1080
|
-
function
|
|
1079
|
+
function pt() {
|
|
1081
1080
|
return /* @__PURE__ */ p("tbody", {
|
|
1082
1081
|
className: "arkynCalendarTableBody",
|
|
1083
|
-
children: Ze().listMatrix.map((e, t) => /* @__PURE__ */ p("tr", { children: e.map((e, t) => /* @__PURE__ */ p(
|
|
1082
|
+
children: Ze().listMatrix.map((e, t) => /* @__PURE__ */ p("tr", { children: e.map((e, t) => /* @__PURE__ */ p(ft, { ...e }, t)) }, t))
|
|
1084
1083
|
});
|
|
1085
1084
|
}
|
|
1086
1085
|
//#endregion
|
|
1087
1086
|
//#region src/components/calendar/calendarTableContainer/index.tsx
|
|
1088
|
-
function
|
|
1087
|
+
function mt({ children: e }) {
|
|
1089
1088
|
return /* @__PURE__ */ p("table", {
|
|
1090
1089
|
className: "arkynCalendarTableContainer",
|
|
1091
1090
|
children: e
|
|
@@ -1093,7 +1092,7 @@ function ht({ children: e }) {
|
|
|
1093
1092
|
}
|
|
1094
1093
|
//#endregion
|
|
1095
1094
|
//#region src/components/calendar/calendarTableHeader/index.tsx
|
|
1096
|
-
function
|
|
1095
|
+
function ht() {
|
|
1097
1096
|
let { listWeek: e } = Ze();
|
|
1098
1097
|
return /* @__PURE__ */ p("thead", {
|
|
1099
1098
|
className: "arkynCalendarTableHeader",
|
|
@@ -1102,38 +1101,38 @@ function gt() {
|
|
|
1102
1101
|
}
|
|
1103
1102
|
//#endregion
|
|
1104
1103
|
//#region src/components/calendar/index.tsx
|
|
1105
|
-
function
|
|
1104
|
+
function gt(e) {
|
|
1106
1105
|
let t = e.variant || "complete";
|
|
1107
1106
|
return e.type === "range" ? /* @__PURE__ */ p(Qe, {
|
|
1108
1107
|
defaultValue: e.defaultValue,
|
|
1109
1108
|
calendarType: "range",
|
|
1110
1109
|
onChange: e.onChange,
|
|
1111
1110
|
onChangeView: e.onChangeView,
|
|
1112
|
-
children: /* @__PURE__ */ m($e, { children: [/* @__PURE__ */ p(
|
|
1111
|
+
children: /* @__PURE__ */ m($e, { children: [/* @__PURE__ */ p(dt, { basicMode: t.includes("basic") }), /* @__PURE__ */ m(mt, { children: [/* @__PURE__ */ p(ht, {}), /* @__PURE__ */ p(pt, {})] })] })
|
|
1113
1112
|
}) : /* @__PURE__ */ p(Qe, {
|
|
1114
1113
|
defaultValue: e.defaultValue,
|
|
1115
1114
|
calendarType: "single",
|
|
1116
1115
|
onChange: e.onChange,
|
|
1117
1116
|
onChangeView: e.onChangeView,
|
|
1118
|
-
children: /* @__PURE__ */ m($e, { children: [/* @__PURE__ */ p(
|
|
1117
|
+
children: /* @__PURE__ */ m($e, { children: [/* @__PURE__ */ p(dt, { basicMode: t.includes("basic") }), /* @__PURE__ */ m(mt, { children: [/* @__PURE__ */ p(ht, {}), /* @__PURE__ */ p(pt, {})] })] })
|
|
1119
1118
|
});
|
|
1120
1119
|
}
|
|
1121
1120
|
//#endregion
|
|
1122
1121
|
//#region src/components/cardTab/cardTabContext.tsx
|
|
1123
|
-
var
|
|
1124
|
-
function
|
|
1125
|
-
return a(
|
|
1122
|
+
var _t = n({});
|
|
1123
|
+
function vt() {
|
|
1124
|
+
return a(_t);
|
|
1126
1125
|
}
|
|
1127
|
-
function
|
|
1128
|
-
return /* @__PURE__ */ p(
|
|
1126
|
+
function yt(e) {
|
|
1127
|
+
return /* @__PURE__ */ p(_t.Provider, {
|
|
1129
1128
|
value: e,
|
|
1130
1129
|
children: e.children
|
|
1131
1130
|
});
|
|
1132
1131
|
}
|
|
1133
1132
|
//#endregion
|
|
1134
1133
|
//#region src/components/cardTab/cardTabButton/index.tsx
|
|
1135
|
-
function
|
|
1136
|
-
let { children: t, disabled: n = !1, className: r = "", onClick: i, value: a, ...o } = e, { disabled: s, currentTab: c, changeCurrentTab: l } =
|
|
1134
|
+
function bt(e) {
|
|
1135
|
+
let { children: t, disabled: n = !1, className: r = "", onClick: i, value: a, ...o } = e, { disabled: s, currentTab: c, changeCurrentTab: l } = vt(), u = s || n, d = `arkynCardTabButton ${u ? "isDisabled" : ""} ${c === a && a ? "isActive" : ""} ${r}`;
|
|
1137
1136
|
function f(e) {
|
|
1138
1137
|
l(a), i && i(e);
|
|
1139
1138
|
}
|
|
@@ -1148,12 +1147,12 @@ function xt(e) {
|
|
|
1148
1147
|
}
|
|
1149
1148
|
//#endregion
|
|
1150
1149
|
//#region src/components/cardTab/cardTabContainer/index.tsx
|
|
1151
|
-
function
|
|
1150
|
+
function xt(e) {
|
|
1152
1151
|
let { children: t, onChange: n, defaultValue: r, disabled: i = !1, className: a, ...o } = e, [s, c] = u(r || ""), l = `arkynCardTabContainer ${a || ""}`;
|
|
1153
1152
|
function d(e) {
|
|
1154
1153
|
c(e), n && n(e);
|
|
1155
1154
|
}
|
|
1156
|
-
return /* @__PURE__ */ p(
|
|
1155
|
+
return /* @__PURE__ */ p(yt, {
|
|
1157
1156
|
disabled: i,
|
|
1158
1157
|
currentTab: s,
|
|
1159
1158
|
changeCurrentTab: d,
|
|
@@ -1166,13 +1165,13 @@ function St(e) {
|
|
|
1166
1165
|
}
|
|
1167
1166
|
//#endregion
|
|
1168
1167
|
//#region src/components/checkbox/index.tsx
|
|
1169
|
-
function
|
|
1170
|
-
let { id: t, name: n, className: r = "", size: i = "md", errorMessage: a, defaultChecked: o = !1, label: c, checked: d = null, onCheck: f, orientation: h = "horizontalReverse", showAsterisk: g, unShowFieldTemplate: _, value: v, ...y } = e, { fieldErrors: b } =
|
|
1168
|
+
function St(e) {
|
|
1169
|
+
let { id: t, name: n, className: r = "", size: i = "md", errorMessage: a, defaultChecked: o = !1, label: c, checked: d = null, onCheck: f, orientation: h = "horizontalReverse", showAsterisk: g, unShowFieldTemplate: _, value: v, ...y } = e, { fieldErrors: b } = X(), S = l(null), C = t || s(), w = a || b?.[n], T = !!w, [E, D] = u(o || !1), O = typeof d == "boolean" ? d : E, k = `arkynCheckbox ${i} ${T ? "errorTrue" : "errorFalse"} ${O ? "checkedTrue" : "checkedFalse"}`;
|
|
1171
1170
|
function A() {
|
|
1172
1171
|
let e = E;
|
|
1173
1172
|
D(!e), f && f(e ? "" : v || "checked");
|
|
1174
1173
|
}
|
|
1175
|
-
return /* @__PURE__ */ p(
|
|
1174
|
+
return /* @__PURE__ */ p($, {
|
|
1176
1175
|
name: n,
|
|
1177
1176
|
label: c,
|
|
1178
1177
|
showAsterisk: g,
|
|
@@ -1197,33 +1196,33 @@ function Ct(e) {
|
|
|
1197
1196
|
}
|
|
1198
1197
|
//#endregion
|
|
1199
1198
|
//#region src/hooks/useHydrated.ts
|
|
1200
|
-
function
|
|
1199
|
+
function Ct() {
|
|
1201
1200
|
return () => {};
|
|
1202
1201
|
}
|
|
1203
|
-
function
|
|
1204
|
-
return d(
|
|
1202
|
+
function wt() {
|
|
1203
|
+
return d(Ct, () => !0, () => !1);
|
|
1205
1204
|
}
|
|
1206
1205
|
//#endregion
|
|
1207
1206
|
//#region src/components/clientOnly.tsx
|
|
1208
|
-
function
|
|
1207
|
+
function Tt(e) {
|
|
1209
1208
|
let { children: t, fallback: n = null } = e;
|
|
1210
|
-
return
|
|
1209
|
+
return wt() ? /* @__PURE__ */ p(f, { children: t() }) : /* @__PURE__ */ p(f, { children: n });
|
|
1211
1210
|
}
|
|
1212
1211
|
//#endregion
|
|
1213
1212
|
//#region src/services/maskCurrencyValues.ts
|
|
1214
|
-
function
|
|
1213
|
+
function Et(e) {
|
|
1215
1214
|
let t = e;
|
|
1216
1215
|
return typeof e == "string" ? (t = +re(e), t % 1 != 0 && (t = t.toFixed(2))) : t = Number.isInteger(e) ? Number(e) * 10 ** 2 : e.toFixed(2), re(String(t)) / 10 ** 2;
|
|
1217
1216
|
}
|
|
1218
|
-
function
|
|
1217
|
+
function Dt(e, t) {
|
|
1219
1218
|
if (!e) return [0, J(0, t)];
|
|
1220
|
-
let n =
|
|
1219
|
+
let n = Et(e);
|
|
1221
1220
|
return [n, J(n, t)];
|
|
1222
1221
|
}
|
|
1223
1222
|
//#endregion
|
|
1224
1223
|
//#region src/components/currencyInput/index.tsx
|
|
1225
|
-
function
|
|
1226
|
-
let { name: t, disabled: n, title: r, style: i, variant: a = "solid", label: c, className: d = "", value: f, defaultValue: h, max: g = 1e9, locale: _, onChange: v, prefix: y, suffix: b, isLoading: x = !1, leftIcon: S, readOnly: C, onFocus: w, onBlur: T, errorMessage: E, unShowFieldTemplate: D, orientation: O, showAsterisk: k, rightIcon: A, size: j = "md", id: M, ...N } = e, { fieldErrors: P } =
|
|
1224
|
+
function Ot(e) {
|
|
1225
|
+
let { name: t, disabled: n, title: r, style: i, variant: a = "solid", label: c, className: d = "", value: f, defaultValue: h, max: g = 1e9, locale: _, onChange: v, prefix: y, suffix: b, isLoading: x = !1, leftIcon: S, readOnly: C, onFocus: w, onBlur: T, errorMessage: E, unShowFieldTemplate: D, orientation: O, showAsterisk: k, rightIcon: A, size: j = "md", id: M, ...N } = e, { fieldErrors: P } = X(), [F, I] = u(!1), [R, z] = u("0"), B = l(null), V = M || s(), H = E || P?.[t], U = !!H, W = n || x, G = {
|
|
1227
1226
|
md: 20,
|
|
1228
1227
|
lg: 20
|
|
1229
1228
|
}[j], K = A ? "right" : "left", q = K === "left" && x, ee = K === "right" && x;
|
|
@@ -1237,21 +1236,21 @@ function kt(e) {
|
|
|
1237
1236
|
I(!1), T && T(e);
|
|
1238
1237
|
}
|
|
1239
1238
|
let re = (e) => {
|
|
1240
|
-
let [t, n] =
|
|
1241
|
-
return !g || t <= g ? (z(n), [t, n]) :
|
|
1239
|
+
let [t, n] = Dt(e, _);
|
|
1240
|
+
return !g || t <= g ? (z(n), [t, n]) : Dt(e, _);
|
|
1242
1241
|
};
|
|
1243
1242
|
return o(() => {
|
|
1244
1243
|
function e() {
|
|
1245
1244
|
if (typeof f == "number") return f;
|
|
1246
1245
|
if (typeof h == "number") return h;
|
|
1247
1246
|
}
|
|
1248
|
-
let [, t] =
|
|
1247
|
+
let [, t] = Dt(e(), _);
|
|
1249
1248
|
z(t);
|
|
1250
1249
|
}, [
|
|
1251
1250
|
_,
|
|
1252
1251
|
h,
|
|
1253
1252
|
f
|
|
1254
|
-
]), /* @__PURE__ */ p(
|
|
1253
|
+
]), /* @__PURE__ */ p($, {
|
|
1255
1254
|
name: t,
|
|
1256
1255
|
label: c,
|
|
1257
1256
|
showAsterisk: k,
|
|
@@ -1265,18 +1264,18 @@ function kt(e) {
|
|
|
1265
1264
|
className: `arkynCurrencyInput ${y ? "hasPrefix" : ""} ${b ? "hasSuffix" : ""} ${a} ${j} ${W || C || x ? "opacity" : ""} ${U ? "errored" : ""} ${F ? "focused" : ""}`,
|
|
1266
1265
|
onClick: te,
|
|
1267
1266
|
children: [
|
|
1268
|
-
/* @__PURE__ */ p(
|
|
1267
|
+
/* @__PURE__ */ p(Z, {
|
|
1269
1268
|
iconSize: G,
|
|
1270
1269
|
icon: y,
|
|
1271
1270
|
className: "prefix"
|
|
1272
1271
|
}),
|
|
1273
|
-
/* @__PURE__ */ p(
|
|
1272
|
+
/* @__PURE__ */ p(Z, {
|
|
1274
1273
|
show: q,
|
|
1275
1274
|
iconSize: G,
|
|
1276
1275
|
className: "spinner",
|
|
1277
1276
|
icon: L
|
|
1278
1277
|
}),
|
|
1279
|
-
/* @__PURE__ */ p(
|
|
1278
|
+
/* @__PURE__ */ p(Z, {
|
|
1280
1279
|
show: !x,
|
|
1281
1280
|
icon: S,
|
|
1282
1281
|
iconSize: G
|
|
@@ -1300,21 +1299,21 @@ function kt(e) {
|
|
|
1300
1299
|
/* @__PURE__ */ p("input", {
|
|
1301
1300
|
type: "hidden",
|
|
1302
1301
|
name: t,
|
|
1303
|
-
value:
|
|
1302
|
+
value: Et(R),
|
|
1304
1303
|
readOnly: !0
|
|
1305
1304
|
}),
|
|
1306
|
-
/* @__PURE__ */ p(
|
|
1305
|
+
/* @__PURE__ */ p(Z, {
|
|
1307
1306
|
show: !x,
|
|
1308
1307
|
icon: A,
|
|
1309
1308
|
iconSize: G
|
|
1310
1309
|
}),
|
|
1311
|
-
/* @__PURE__ */ p(
|
|
1310
|
+
/* @__PURE__ */ p(Z, {
|
|
1312
1311
|
show: ee,
|
|
1313
1312
|
iconSize: G,
|
|
1314
1313
|
className: "spinner",
|
|
1315
1314
|
icon: L
|
|
1316
1315
|
}),
|
|
1317
|
-
/* @__PURE__ */ p(
|
|
1316
|
+
/* @__PURE__ */ p(Z, {
|
|
1318
1317
|
iconSize: G,
|
|
1319
1318
|
icon: b,
|
|
1320
1319
|
className: "suffix"
|
|
@@ -1325,28 +1324,28 @@ function kt(e) {
|
|
|
1325
1324
|
}
|
|
1326
1325
|
//#endregion
|
|
1327
1326
|
//#region src/components/drawer/drawerContext.tsx
|
|
1328
|
-
var
|
|
1329
|
-
function
|
|
1330
|
-
return /* @__PURE__ */ p(
|
|
1327
|
+
var kt = n({});
|
|
1328
|
+
function At(e) {
|
|
1329
|
+
return /* @__PURE__ */ p(kt.Provider, {
|
|
1331
1330
|
value: { makeInvisible: e.makeInvisible },
|
|
1332
1331
|
children: e.children
|
|
1333
1332
|
});
|
|
1334
1333
|
}
|
|
1335
|
-
function
|
|
1336
|
-
return a(
|
|
1334
|
+
function jt() {
|
|
1335
|
+
return a(kt);
|
|
1337
1336
|
}
|
|
1338
1337
|
//#endregion
|
|
1339
1338
|
//#region src/components/drawer/drawerContainer/index.tsx
|
|
1340
|
-
function
|
|
1339
|
+
function Mt(e) {
|
|
1341
1340
|
let { isVisible: t, makeInvisible: n, orientation: r = "left", children: i, className: a, ...o } = e;
|
|
1342
|
-
|
|
1341
|
+
at(t);
|
|
1343
1342
|
let s = r === "left" ? "-100%" : "100%", c = `arkynDrawerContainer ${r} ${t ? "visibleTrue" : "visibleFalse"} ${a}`;
|
|
1344
|
-
return /* @__PURE__ */ p(
|
|
1343
|
+
return /* @__PURE__ */ p(At, {
|
|
1345
1344
|
makeInvisible: n,
|
|
1346
|
-
children: /* @__PURE__ */ p(
|
|
1345
|
+
children: /* @__PURE__ */ p(ie, { children: t && /* @__PURE__ */ m("aside", {
|
|
1347
1346
|
className: c.trim(),
|
|
1348
1347
|
...o,
|
|
1349
|
-
children: [/* @__PURE__ */ p(
|
|
1348
|
+
children: [/* @__PURE__ */ p(Y.div, {
|
|
1350
1349
|
className: "arkynDrawerContainerOverlay",
|
|
1351
1350
|
transition: {
|
|
1352
1351
|
duration: .15,
|
|
@@ -1356,7 +1355,7 @@ function Nt(e) {
|
|
|
1356
1355
|
animate: { opacity: 1 },
|
|
1357
1356
|
exit: { opacity: 0 },
|
|
1358
1357
|
onClick: n
|
|
1359
|
-
}), /* @__PURE__ */ p(
|
|
1358
|
+
}), /* @__PURE__ */ p(Y.div, {
|
|
1360
1359
|
className: "arkynDrawerContainerContent",
|
|
1361
1360
|
transition: {
|
|
1362
1361
|
ease: "easeOut",
|
|
@@ -1372,8 +1371,8 @@ function Nt(e) {
|
|
|
1372
1371
|
}
|
|
1373
1372
|
//#endregion
|
|
1374
1373
|
//#region src/components/drawer/drawerHeader/index.tsx
|
|
1375
|
-
function
|
|
1376
|
-
let { showCloseButton: t = !0, className: n, children: r, ...i } = e, { makeInvisible: a } =
|
|
1374
|
+
function Nt(e) {
|
|
1375
|
+
let { showCloseButton: t = !0, className: n, children: r, ...i } = e, { makeInvisible: a } = jt();
|
|
1377
1376
|
return /* @__PURE__ */ m("header", {
|
|
1378
1377
|
className: `arkynDrawerHeader ${n}`.trim(),
|
|
1379
1378
|
...i,
|
|
@@ -1388,7 +1387,7 @@ function Pt(e) {
|
|
|
1388
1387
|
}
|
|
1389
1388
|
//#endregion
|
|
1390
1389
|
//#region src/components/facebookPixel/pixel.ts
|
|
1391
|
-
var
|
|
1390
|
+
var Pt = class {
|
|
1392
1391
|
pixelId;
|
|
1393
1392
|
autoConfig;
|
|
1394
1393
|
initialized;
|
|
@@ -1435,18 +1434,18 @@ var Ft = class {
|
|
|
1435
1434
|
};
|
|
1436
1435
|
//#endregion
|
|
1437
1436
|
//#region src/components/facebookPixel/facebookPixel.client.tsx
|
|
1438
|
-
function
|
|
1439
|
-
let { pixelId: t, options: n, pageView: r, track: i, trackCustom: a, trackSingle: o, trackSingleCustom: s, grantConsent: c, revokeConsent: l } = e, u = new
|
|
1437
|
+
function Ft(e) {
|
|
1438
|
+
let { pixelId: t, options: n, pageView: r, track: i, trackCustom: a, trackSingle: o, trackSingleCustom: s, grantConsent: c, revokeConsent: l } = e, u = new Pt(t, n);
|
|
1440
1439
|
return u.init(), r && u.pageView(), c && u.grantConsent(), l && u.revokeConsent(), i && u.track(...i), a && u.trackCustom(...a), o && u.trackSingle(t, ...o), s && u.trackSingleCustom(t, ...s), /* @__PURE__ */ p(f, {});
|
|
1441
1440
|
}
|
|
1442
1441
|
//#endregion
|
|
1443
1442
|
//#region src/components/facebookPixel/index.tsx
|
|
1444
|
-
function
|
|
1445
|
-
return process.env.NODE_ENV !== "production" && !e.showInDevMode ? /* @__PURE__ */ p(f, {}) : /* @__PURE__ */ p(
|
|
1443
|
+
function It(e) {
|
|
1444
|
+
return process.env.NODE_ENV !== "production" && !e.showInDevMode ? /* @__PURE__ */ p(f, {}) : /* @__PURE__ */ p(Tt, { children: () => /* @__PURE__ */ p(Ft, { ...e }) });
|
|
1446
1445
|
}
|
|
1447
1446
|
//#endregion
|
|
1448
1447
|
//#region src/components/fileUpload/hasFileContent/index.tsx
|
|
1449
|
-
function
|
|
1448
|
+
function Lt(e) {
|
|
1450
1449
|
let { disabled: t, file: n, isLoading: r, acceptFile: i, changeFileButtonText: a, handleSelectFile: o, reSendFile: s } = e;
|
|
1451
1450
|
function c() {
|
|
1452
1451
|
if (t) return;
|
|
@@ -1483,7 +1482,7 @@ function Rt(e) {
|
|
|
1483
1482
|
icon: H,
|
|
1484
1483
|
disabled: t
|
|
1485
1484
|
})
|
|
1486
|
-
}), /* @__PURE__ */ p(
|
|
1485
|
+
}), /* @__PURE__ */ p(Q, {
|
|
1487
1486
|
isLoading: r,
|
|
1488
1487
|
onClick: c,
|
|
1489
1488
|
variant: "outline",
|
|
@@ -1498,7 +1497,7 @@ function Rt(e) {
|
|
|
1498
1497
|
}
|
|
1499
1498
|
//#endregion
|
|
1500
1499
|
//#region src/components/fileUpload/noFileContent/index.tsx
|
|
1501
|
-
function
|
|
1500
|
+
function Rt(e) {
|
|
1502
1501
|
let { dropFileText: t, isLoading: n, acceptFile: r, handleSelectFile: i, selectFileButtonText: a, disabled: o } = e;
|
|
1503
1502
|
function s(e) {
|
|
1504
1503
|
if (o) return;
|
|
@@ -1517,7 +1516,7 @@ function zt(e) {
|
|
|
1517
1516
|
return /* @__PURE__ */ m("div", {
|
|
1518
1517
|
onDrop: s,
|
|
1519
1518
|
className: "arkynFileUploadNoFileContent",
|
|
1520
|
-
children: [/* @__PURE__ */ p(
|
|
1519
|
+
children: [/* @__PURE__ */ p(Q, {
|
|
1521
1520
|
isLoading: n,
|
|
1522
1521
|
onClick: c,
|
|
1523
1522
|
variant: "ghost",
|
|
@@ -1530,8 +1529,8 @@ function zt(e) {
|
|
|
1530
1529
|
}
|
|
1531
1530
|
//#endregion
|
|
1532
1531
|
//#region src/components/fileUpload/index.tsx
|
|
1533
|
-
function
|
|
1534
|
-
let { name: t, label: n, showAsterisk: r = !1, action: i, fileName: a = "file", method: o = "POST", acceptFile: s = "*", fileResponseName: c = "url", changeFileButtonText: l = "Alterar arquivo", selectFileButtonText: d = "Selecionar arquivo", dropFileText: f = "Ou arraste e solte o arquivo aqui", onChange: h, disabled: g = !1 } = e, { fieldErrors: _ } =
|
|
1532
|
+
function zt(e) {
|
|
1533
|
+
let { name: t, label: n, showAsterisk: r = !1, action: i, fileName: a = "file", method: o = "POST", acceptFile: s = "*", fileResponseName: c = "url", changeFileButtonText: l = "Alterar arquivo", selectFileButtonText: d = "Selecionar arquivo", dropFileText: f = "Ou arraste e solte o arquivo aqui", onChange: h, disabled: g = !1 } = e, { fieldErrors: _ } = X(), v = _?.[t], [y, b] = u(""), [x, S] = u(""), [C, w] = u(null), [T, E] = u(!1);
|
|
1535
1534
|
async function D(e) {
|
|
1536
1535
|
if (g) return;
|
|
1537
1536
|
E(!0), w(e), S("");
|
|
@@ -1562,7 +1561,7 @@ function Bt(e) {
|
|
|
1562
1561
|
name: t,
|
|
1563
1562
|
value: y || ""
|
|
1564
1563
|
}),
|
|
1565
|
-
!C && /* @__PURE__ */ p(
|
|
1564
|
+
!C && /* @__PURE__ */ p(Rt, {
|
|
1566
1565
|
disabled: g,
|
|
1567
1566
|
isLoading: T,
|
|
1568
1567
|
acceptFile: s,
|
|
@@ -1570,7 +1569,7 @@ function Bt(e) {
|
|
|
1570
1569
|
handleSelectFile: O,
|
|
1571
1570
|
selectFileButtonText: d
|
|
1572
1571
|
}),
|
|
1573
|
-
C && /* @__PURE__ */ p(
|
|
1572
|
+
C && /* @__PURE__ */ p(Lt, {
|
|
1574
1573
|
disabled: g,
|
|
1575
1574
|
isLoading: T,
|
|
1576
1575
|
acceptFile: s,
|
|
@@ -1586,7 +1585,7 @@ function Bt(e) {
|
|
|
1586
1585
|
}
|
|
1587
1586
|
//#endregion
|
|
1588
1587
|
//#region src/components/googleAnalytics/snippets/generateGAElements.ts
|
|
1589
|
-
function
|
|
1588
|
+
function Bt(e) {
|
|
1590
1589
|
let { measurementId: t } = e;
|
|
1591
1590
|
return t || console.warn("Google Analytics Measurement ID is required"), {
|
|
1592
1591
|
src: `https://www.googletagmanager.com/gtag/js?id=${t}`,
|
|
@@ -1599,7 +1598,7 @@ function Vt(e) {
|
|
|
1599
1598
|
}
|
|
1600
1599
|
//#endregion
|
|
1601
1600
|
//#region src/components/googleAnalytics/googleAnalytics.tsx
|
|
1602
|
-
var
|
|
1601
|
+
var Vt = class {
|
|
1603
1602
|
initializeAsyncScript(e) {
|
|
1604
1603
|
let t = document.createElement("script");
|
|
1605
1604
|
return t.async = !0, t.src = e, t;
|
|
@@ -1609,24 +1608,24 @@ var Ht = class {
|
|
|
1609
1608
|
return t.innerHTML = e, t;
|
|
1610
1609
|
}
|
|
1611
1610
|
initialize(e) {
|
|
1612
|
-
let { measurementId: t } = e, n =
|
|
1611
|
+
let { measurementId: t } = e, n = Bt({ measurementId: t }), r = this.initializeAsyncScript(n.src), i = this.initializeInlineScript(n.script);
|
|
1613
1612
|
document.head.appendChild(r), document.head.appendChild(i);
|
|
1614
1613
|
}
|
|
1615
1614
|
};
|
|
1616
1615
|
//#endregion
|
|
1617
1616
|
//#region src/components/googleAnalytics/googleAnalytics.client.tsx
|
|
1618
|
-
function
|
|
1619
|
-
return new
|
|
1617
|
+
function Ht(e) {
|
|
1618
|
+
return new Vt().initialize(e), /* @__PURE__ */ p(f, {});
|
|
1620
1619
|
}
|
|
1621
1620
|
//#endregion
|
|
1622
1621
|
//#region src/components/googleAnalytics/index.tsx
|
|
1623
|
-
function
|
|
1622
|
+
function Ut(e) {
|
|
1624
1623
|
let { measurementId: t, showInDevMode: n = !1 } = e;
|
|
1625
|
-
return process.env.NODE_ENV !== "production" && !n ? /* @__PURE__ */ p(f, {}) : /* @__PURE__ */ p(
|
|
1624
|
+
return process.env.NODE_ENV !== "production" && !n ? /* @__PURE__ */ p(f, {}) : /* @__PURE__ */ p(Tt, { children: () => /* @__PURE__ */ p(Ht, { measurementId: t }) });
|
|
1626
1625
|
}
|
|
1627
1626
|
//#endregion
|
|
1628
1627
|
//#region src/components/googleTagManager/snippets/appendToDataLayer.ts
|
|
1629
|
-
function
|
|
1628
|
+
function Wt(e) {
|
|
1630
1629
|
let { dataLayer: t, dataLayerName: n } = e;
|
|
1631
1630
|
return `
|
|
1632
1631
|
window.${n} = window.${n} || [];
|
|
@@ -1634,7 +1633,7 @@ function Gt(e) {
|
|
|
1634
1633
|
}
|
|
1635
1634
|
//#endregion
|
|
1636
1635
|
//#region src/components/googleTagManager/snippets/generateGTMElements.ts
|
|
1637
|
-
function
|
|
1636
|
+
function Gt(e) {
|
|
1638
1637
|
let { id: t, events: n, dataLayer: r, dataLayerName: i, preview: a, auth: o } = e, s = `>m_auth=${o}`, c = `>m_preview=${a}`;
|
|
1639
1638
|
return t || console.warn("GTM Id is required"), {
|
|
1640
1639
|
iframe: `
|
|
@@ -1647,7 +1646,7 @@ function Kt(e) {
|
|
|
1647
1646
|
j.async=true;j.src='https://www.googletagmanager.com/gtm.js?id='+i+dl+'${s}${c}>m_cookies_win=x';
|
|
1648
1647
|
f.parentNode.insertBefore(j,f);
|
|
1649
1648
|
})(window,document,'script','${i}','${t}');`,
|
|
1650
|
-
dataLayerVar:
|
|
1649
|
+
dataLayerVar: Wt({
|
|
1651
1650
|
dataLayer: r,
|
|
1652
1651
|
dataLayerName: i
|
|
1653
1652
|
})
|
|
@@ -1655,13 +1654,13 @@ function Kt(e) {
|
|
|
1655
1654
|
}
|
|
1656
1655
|
//#endregion
|
|
1657
1656
|
//#region src/components/googleTagManager/googleTagManager.tsx
|
|
1658
|
-
var
|
|
1657
|
+
var Kt = class {
|
|
1659
1658
|
initializeDataScript(e) {
|
|
1660
1659
|
let t = document.createElement("script");
|
|
1661
1660
|
return t.innerHTML = e, t;
|
|
1662
1661
|
}
|
|
1663
1662
|
initializeGTMElements(e) {
|
|
1664
|
-
let t =
|
|
1663
|
+
let t = Gt(e);
|
|
1665
1664
|
return {
|
|
1666
1665
|
noScript: () => {
|
|
1667
1666
|
let e = document.createElement("noscript");
|
|
@@ -1677,7 +1676,7 @@ var qt = class {
|
|
|
1677
1676
|
initializeDataLayer(e) {
|
|
1678
1677
|
let { dataLayer: t, dataLayerName: n } = e;
|
|
1679
1678
|
if (window[n]) return window[n].push(t);
|
|
1680
|
-
let r =
|
|
1679
|
+
let r = Wt({
|
|
1681
1680
|
dataLayer: t,
|
|
1682
1681
|
dataLayerName: n
|
|
1683
1682
|
}), i = this.initializeDataScript(r);
|
|
@@ -1697,14 +1696,14 @@ var qt = class {
|
|
|
1697
1696
|
};
|
|
1698
1697
|
//#endregion
|
|
1699
1698
|
//#region src/components/googleTagManager/googleTagManager.client.tsx
|
|
1700
|
-
function
|
|
1701
|
-
return new
|
|
1699
|
+
function qt(e) {
|
|
1700
|
+
return new Kt().initialize(e), /* @__PURE__ */ p(f, {});
|
|
1702
1701
|
}
|
|
1703
1702
|
//#endregion
|
|
1704
1703
|
//#region src/components/googleTagManager/index.tsx
|
|
1705
|
-
function
|
|
1704
|
+
function Jt(e) {
|
|
1706
1705
|
let { gtmId: t, auth: n = "", preview: r = "", dataLayerName: i = "dataLayer", events: a = {}, dataLayer: o = {}, showInDevMode: s = !1 } = e;
|
|
1707
|
-
return process.env.NODE_ENV !== "production" && !s ? /* @__PURE__ */ p(f, {}) : /* @__PURE__ */ p(
|
|
1706
|
+
return process.env.NODE_ENV !== "production" && !s ? /* @__PURE__ */ p(f, {}) : /* @__PURE__ */ p(Tt, { children: () => /* @__PURE__ */ p(qt, {
|
|
1708
1707
|
auth: n,
|
|
1709
1708
|
dataLayer: o,
|
|
1710
1709
|
dataLayerName: i,
|
|
@@ -1715,7 +1714,7 @@ function Yt(e) {
|
|
|
1715
1714
|
}
|
|
1716
1715
|
//#endregion
|
|
1717
1716
|
//#region src/components/imageUpload/hasFileContent/index.tsx
|
|
1718
|
-
function
|
|
1717
|
+
function Yt(e) {
|
|
1719
1718
|
let { disabled: t, filePath: n, isLoading: r, acceptImage: i, changeImageButtonText: a, handleSelectFile: o, reSendImage: s } = e;
|
|
1720
1719
|
function c() {
|
|
1721
1720
|
if (t) return;
|
|
@@ -1742,7 +1741,7 @@ function Xt(e) {
|
|
|
1742
1741
|
icon: H,
|
|
1743
1742
|
disabled: t
|
|
1744
1743
|
})
|
|
1745
|
-
}), /* @__PURE__ */ p(
|
|
1744
|
+
}), /* @__PURE__ */ p(Q, {
|
|
1746
1745
|
isLoading: r,
|
|
1747
1746
|
onClick: c,
|
|
1748
1747
|
variant: "outline",
|
|
@@ -1755,7 +1754,7 @@ function Xt(e) {
|
|
|
1755
1754
|
}
|
|
1756
1755
|
//#endregion
|
|
1757
1756
|
//#region src/components/imageUpload/noFileContent/index.tsx
|
|
1758
|
-
function
|
|
1757
|
+
function Xt(e) {
|
|
1759
1758
|
let { dropImageText: t, isLoading: n, acceptImage: r, handleSelectFile: i, selectImageButtonText: a, disabled: o } = e;
|
|
1760
1759
|
function s(e) {
|
|
1761
1760
|
if (o) return;
|
|
@@ -1774,7 +1773,7 @@ function Zt(e) {
|
|
|
1774
1773
|
return /* @__PURE__ */ m("div", {
|
|
1775
1774
|
onDrop: s,
|
|
1776
1775
|
className: "arkynImageUploadNoFileContent",
|
|
1777
|
-
children: [/* @__PURE__ */ p(
|
|
1776
|
+
children: [/* @__PURE__ */ p(Q, {
|
|
1778
1777
|
isLoading: n,
|
|
1779
1778
|
onClick: c,
|
|
1780
1779
|
variant: "ghost",
|
|
@@ -1787,8 +1786,8 @@ function Zt(e) {
|
|
|
1787
1786
|
}
|
|
1788
1787
|
//#endregion
|
|
1789
1788
|
//#region src/components/imageUpload/index.tsx
|
|
1790
|
-
function
|
|
1791
|
-
let { name: t, defaultValue: n = "", label: r, showAsterisk: i = !1, action: a, fileName: o = "file", className: s = "", method: c = "POST", acceptImage: l = "image/*", fileResponseName: d = "url", changeImageButtonText: f = "Alterar imagem", selectImageButtonText: h = "Selecionar imagem", dropImageText: g = "Ou arraste e solte a imagem aqui", onChange: _, disabled: v = !1, unShowFieldTemplate: y = !1, orientation: b = "horizontal" } = e, { fieldErrors: x } =
|
|
1789
|
+
function Zt(e) {
|
|
1790
|
+
let { name: t, defaultValue: n = "", label: r, showAsterisk: i = !1, action: a, fileName: o = "file", className: s = "", method: c = "POST", acceptImage: l = "image/*", fileResponseName: d = "url", changeImageButtonText: f = "Alterar imagem", selectImageButtonText: h = "Selecionar imagem", dropImageText: g = "Ou arraste e solte a imagem aqui", onChange: _, disabled: v = !1, unShowFieldTemplate: y = !1, orientation: b = "horizontal" } = e, { fieldErrors: x } = X(), S = x?.[t], [C, w] = u(n), [T, E] = u(""), [D, O] = u(null), [k, A] = u(n), [j, M] = u(!1);
|
|
1792
1791
|
async function N(e) {
|
|
1793
1792
|
if (v) return;
|
|
1794
1793
|
M(!0), O(e), E("");
|
|
@@ -1806,7 +1805,7 @@ function Qt(e) {
|
|
|
1806
1805
|
v || (A(URL.createObjectURL(e)), N(e));
|
|
1807
1806
|
}
|
|
1808
1807
|
let F = S || T;
|
|
1809
|
-
return /* @__PURE__ */ p(
|
|
1808
|
+
return /* @__PURE__ */ p($, {
|
|
1810
1809
|
name: t,
|
|
1811
1810
|
label: r,
|
|
1812
1811
|
showAsterisk: i,
|
|
@@ -1822,7 +1821,7 @@ function Qt(e) {
|
|
|
1822
1821
|
name: t,
|
|
1823
1822
|
value: C || ""
|
|
1824
1823
|
}),
|
|
1825
|
-
!k && /* @__PURE__ */ p(
|
|
1824
|
+
!k && /* @__PURE__ */ p(Xt, {
|
|
1826
1825
|
disabled: v,
|
|
1827
1826
|
isLoading: j,
|
|
1828
1827
|
acceptImage: l,
|
|
@@ -1830,7 +1829,7 @@ function Qt(e) {
|
|
|
1830
1829
|
handleSelectFile: P,
|
|
1831
1830
|
selectImageButtonText: h
|
|
1832
1831
|
}),
|
|
1833
|
-
k && /* @__PURE__ */ p(
|
|
1832
|
+
k && /* @__PURE__ */ p(Yt, {
|
|
1834
1833
|
disabled: v,
|
|
1835
1834
|
isLoading: j,
|
|
1836
1835
|
acceptImage: l,
|
|
@@ -1845,9 +1844,9 @@ function Qt(e) {
|
|
|
1845
1844
|
}
|
|
1846
1845
|
//#endregion
|
|
1847
1846
|
//#region src/components/mapView/mapView.client.tsx
|
|
1848
|
-
function
|
|
1847
|
+
function Qt({ center: e, coordinates: t, onMarkerClick: n, accessToken: r, ...i }) {
|
|
1849
1848
|
let a = l(null), s = l(null), c = e || t[0];
|
|
1850
|
-
return o(() => (
|
|
1849
|
+
return o(() => (ae.accessToken = r, a.current = new ae.Map({
|
|
1851
1850
|
container: s.current,
|
|
1852
1851
|
style: "mapbox://styles/mapbox/light-v11",
|
|
1853
1852
|
center: [c.lng, c.lat],
|
|
@@ -1856,11 +1855,11 @@ function $t({ center: e, coordinates: t, onMarkerClick: n, accessToken: r, ...i
|
|
|
1856
1855
|
}), t.forEach((e) => {
|
|
1857
1856
|
let { lat: t, lng: r, popUp: i } = e, o = document.createElement("img");
|
|
1858
1857
|
o.className = "arkynMarker", o.src = "https://i.postimg.cc/mgKggjk7/Pin.png";
|
|
1859
|
-
let s = new
|
|
1858
|
+
let s = new ae.Marker(o).setLngLat([r, t]).addTo(a.current);
|
|
1860
1859
|
if (i) {
|
|
1861
1860
|
let e = document.createElement("div");
|
|
1862
|
-
|
|
1863
|
-
let t = new
|
|
1861
|
+
oe(e).render(i);
|
|
1862
|
+
let t = new ae.Popup({
|
|
1864
1863
|
offset: 25,
|
|
1865
1864
|
closeButton: !1,
|
|
1866
1865
|
className: "arkynMapViewPopup"
|
|
@@ -1889,19 +1888,19 @@ function $t({ center: e, coordinates: t, onMarkerClick: n, accessToken: r, ...i
|
|
|
1889
1888
|
}
|
|
1890
1889
|
//#endregion
|
|
1891
1890
|
//#region src/components/mapView/index.tsx
|
|
1892
|
-
function
|
|
1891
|
+
function $t({ className: e }) {
|
|
1893
1892
|
return /* @__PURE__ */ p("div", {
|
|
1894
1893
|
className: "arkynMapViewPinnedEmpty " + e,
|
|
1895
1894
|
children: /* @__PURE__ */ p(R, {})
|
|
1896
1895
|
});
|
|
1897
1896
|
}
|
|
1898
|
-
function
|
|
1897
|
+
function en(e) {
|
|
1899
1898
|
let { coordinates: t, zoom: n = 18, accessToken: r, className: i, onMarkerClick: a, ...o } = e;
|
|
1900
|
-
if (!t) return /* @__PURE__ */ p(
|
|
1899
|
+
if (!t) return /* @__PURE__ */ p($t, { className: i });
|
|
1901
1900
|
let s = Array.isArray(t) ? t : [t];
|
|
1902
|
-
return s.length === 0 ? /* @__PURE__ */ p(
|
|
1903
|
-
fallback: /* @__PURE__ */ p(
|
|
1904
|
-
children: () => /* @__PURE__ */ p(
|
|
1901
|
+
return s.length === 0 ? /* @__PURE__ */ p($t, { className: i }) : /* @__PURE__ */ p(Tt, {
|
|
1902
|
+
fallback: /* @__PURE__ */ p($t, { className: i }),
|
|
1903
|
+
children: () => /* @__PURE__ */ p(Qt, {
|
|
1905
1904
|
accessToken: r,
|
|
1906
1905
|
coordinates: s,
|
|
1907
1906
|
center: s[0],
|
|
@@ -1912,12 +1911,12 @@ function tn(e) {
|
|
|
1912
1911
|
}
|
|
1913
1912
|
//#endregion
|
|
1914
1913
|
//#region src/components/maskedInput/index.tsx
|
|
1915
|
-
var
|
|
1914
|
+
var tn = r((e, t) => /* @__PURE__ */ p("input", {
|
|
1916
1915
|
ref: t,
|
|
1917
1916
|
...e
|
|
1918
1917
|
}));
|
|
1919
|
-
function
|
|
1920
|
-
let { name: t, disabled: n, title: r, style: i, variant: a = "solid", separate: o, mask: c, showMask: d, replacement: f, label: h, className: g = "", prefix: _, suffix: v, isLoading: y = !1, leftIcon: b, readOnly: x, onFocus: S, onBlur: C, errorMessage: w, defaultValue: T, showAsterisk: E, rightIcon: D, size: O = "md", id: k, value: A, placeholder: j, ...M } = e, { fieldErrors: N } =
|
|
1918
|
+
function nn(e) {
|
|
1919
|
+
let { name: t, disabled: n, title: r, style: i, variant: a = "solid", separate: o, mask: c, showMask: d, replacement: f, label: h, className: g = "", prefix: _, suffix: v, isLoading: y = !1, leftIcon: b, readOnly: x, onFocus: S, onBlur: C, errorMessage: w, defaultValue: T, showAsterisk: E, rightIcon: D, size: O = "md", id: k, value: A, placeholder: j, ...M } = e, { fieldErrors: N } = X(), [P, F] = u(!1), I = l(null), R = k || s(), z = w || N?.[t], B = !!z, V = n || y, H = {
|
|
1921
1920
|
md: 20,
|
|
1922
1921
|
lg: 20
|
|
1923
1922
|
}[O], U = D ? "right" : "left", W = U === "left" && y, G = U === "right" && y;
|
|
@@ -1945,24 +1944,24 @@ function rn(e) {
|
|
|
1945
1944
|
onClick: K,
|
|
1946
1945
|
className: te,
|
|
1947
1946
|
children: [
|
|
1948
|
-
/* @__PURE__ */ p(
|
|
1947
|
+
/* @__PURE__ */ p(Z, {
|
|
1949
1948
|
iconSize: H,
|
|
1950
1949
|
icon: _,
|
|
1951
1950
|
className: "prefix"
|
|
1952
1951
|
}),
|
|
1953
|
-
/* @__PURE__ */ p(
|
|
1952
|
+
/* @__PURE__ */ p(Z, {
|
|
1954
1953
|
show: W,
|
|
1955
1954
|
iconSize: H,
|
|
1956
1955
|
className: "spinner",
|
|
1957
1956
|
icon: L
|
|
1958
1957
|
}),
|
|
1959
|
-
/* @__PURE__ */ p(
|
|
1958
|
+
/* @__PURE__ */ p(Z, {
|
|
1960
1959
|
show: !y,
|
|
1961
1960
|
icon: b,
|
|
1962
1961
|
iconSize: H
|
|
1963
1962
|
}),
|
|
1964
|
-
/* @__PURE__ */ p(
|
|
1965
|
-
component:
|
|
1963
|
+
/* @__PURE__ */ p(se, {
|
|
1964
|
+
component: tn,
|
|
1966
1965
|
mask: c,
|
|
1967
1966
|
replacement: f,
|
|
1968
1967
|
separate: o,
|
|
@@ -1979,18 +1978,18 @@ function rn(e) {
|
|
|
1979
1978
|
value: V ? void 0 : A,
|
|
1980
1979
|
...M
|
|
1981
1980
|
}),
|
|
1982
|
-
/* @__PURE__ */ p(
|
|
1981
|
+
/* @__PURE__ */ p(Z, {
|
|
1983
1982
|
show: !y,
|
|
1984
1983
|
icon: D,
|
|
1985
1984
|
iconSize: H
|
|
1986
1985
|
}),
|
|
1987
|
-
/* @__PURE__ */ p(
|
|
1986
|
+
/* @__PURE__ */ p(Z, {
|
|
1988
1987
|
show: G,
|
|
1989
1988
|
iconSize: H,
|
|
1990
1989
|
className: "spinner",
|
|
1991
1990
|
icon: L
|
|
1992
1991
|
}),
|
|
1993
|
-
/* @__PURE__ */ p(
|
|
1992
|
+
/* @__PURE__ */ p(Z, {
|
|
1994
1993
|
iconSize: H,
|
|
1995
1994
|
icon: v,
|
|
1996
1995
|
className: "suffix"
|
|
@@ -2003,28 +2002,28 @@ function rn(e) {
|
|
|
2003
2002
|
}
|
|
2004
2003
|
//#endregion
|
|
2005
2004
|
//#region src/components/modal/modalContext.tsx
|
|
2006
|
-
var
|
|
2007
|
-
function
|
|
2008
|
-
return /* @__PURE__ */ p(
|
|
2005
|
+
var rn = n({});
|
|
2006
|
+
function an(e) {
|
|
2007
|
+
return /* @__PURE__ */ p(rn.Provider, {
|
|
2009
2008
|
value: { makeInvisible: e.makeInvisible },
|
|
2010
2009
|
children: e.children
|
|
2011
2010
|
});
|
|
2012
2011
|
}
|
|
2013
|
-
function
|
|
2014
|
-
return a(
|
|
2012
|
+
function on() {
|
|
2013
|
+
return a(rn);
|
|
2015
2014
|
}
|
|
2016
2015
|
//#endregion
|
|
2017
2016
|
//#region src/components/modal/modalContainer/index.tsx
|
|
2018
|
-
function
|
|
2017
|
+
function sn(e) {
|
|
2019
2018
|
let { isVisible: t, makeInvisible: n, children: r, className: i = "", ...a } = e;
|
|
2020
|
-
|
|
2019
|
+
at(t);
|
|
2021
2020
|
let o = `arkynModalContainer ${t ? "visibleTrue" : "visibleFalse"} ${i}`;
|
|
2022
|
-
return /* @__PURE__ */ p(
|
|
2021
|
+
return /* @__PURE__ */ p(an, {
|
|
2023
2022
|
makeInvisible: n,
|
|
2024
|
-
children: /* @__PURE__ */ p(
|
|
2023
|
+
children: /* @__PURE__ */ p(ie, { children: t && /* @__PURE__ */ m("aside", {
|
|
2025
2024
|
className: o.trim(),
|
|
2026
2025
|
...a,
|
|
2027
|
-
children: [/* @__PURE__ */ p(
|
|
2026
|
+
children: [/* @__PURE__ */ p(Y.div, {
|
|
2028
2027
|
className: "arkynModalContainerOverlay",
|
|
2029
2028
|
transition: {
|
|
2030
2029
|
duration: .15,
|
|
@@ -2034,7 +2033,7 @@ function cn(e) {
|
|
|
2034
2033
|
animate: { opacity: 1 },
|
|
2035
2034
|
exit: { opacity: 0 },
|
|
2036
2035
|
onClick: n
|
|
2037
|
-
}), /* @__PURE__ */ p(
|
|
2036
|
+
}), /* @__PURE__ */ p(Y.div, {
|
|
2038
2037
|
className: "arkynModalContainerContent",
|
|
2039
2038
|
transition: {
|
|
2040
2039
|
duration: .15,
|
|
@@ -2059,7 +2058,7 @@ function cn(e) {
|
|
|
2059
2058
|
}
|
|
2060
2059
|
//#endregion
|
|
2061
2060
|
//#region src/components/modal/modalFooter/index.tsx
|
|
2062
|
-
function
|
|
2061
|
+
function cn(e) {
|
|
2063
2062
|
let { alignment: t = "right", className: n, ...r } = e;
|
|
2064
2063
|
return /* @__PURE__ */ p("footer", {
|
|
2065
2064
|
className: `arkynModalFooter ${t} ${n}`.trim(),
|
|
@@ -2068,8 +2067,8 @@ function ln(e) {
|
|
|
2068
2067
|
}
|
|
2069
2068
|
//#endregion
|
|
2070
2069
|
//#region src/components/modal/modalHeader/index.tsx
|
|
2071
|
-
function
|
|
2072
|
-
let { showCloseButton: t = !0, className: n, children: r, ...i } = e, { makeInvisible: a } =
|
|
2070
|
+
function ln(e) {
|
|
2071
|
+
let { showCloseButton: t = !0, className: n, children: r, ...i } = e, { makeInvisible: a } = on();
|
|
2073
2072
|
return /* @__PURE__ */ m("header", {
|
|
2074
2073
|
className: `arkynModalHeader ${n}`.trim(),
|
|
2075
2074
|
...i,
|
|
@@ -2084,7 +2083,7 @@ function un(e) {
|
|
|
2084
2083
|
}
|
|
2085
2084
|
//#endregion
|
|
2086
2085
|
//#region src/components/multiSelect/multiSelectChevron/index.tsx
|
|
2087
|
-
function
|
|
2086
|
+
function un(e) {
|
|
2088
2087
|
let { iconSize: t, isLoading: n, disabled: r, readOnly: i, isFocused: a } = e;
|
|
2089
2088
|
return n ? /* @__PURE__ */ p(f, {}) : /* @__PURE__ */ p(C, {
|
|
2090
2089
|
className: `arkynMultiSelectChevron ${r || i ? "notAnimate" : ""} ${a ? "focused" : ""}`,
|
|
@@ -2099,7 +2098,7 @@ function dn(e) {
|
|
|
2099
2098
|
}
|
|
2100
2099
|
//#endregion
|
|
2101
2100
|
//#region src/components/multiSelect/multiSelectContainer/index.tsx
|
|
2102
|
-
function
|
|
2101
|
+
function dn(e) {
|
|
2103
2102
|
let { children: t, handleContainerFocus: n, disabled: r, isError: i, isLoading: a, isFocused: o, className: s, readOnly: c, variant: l, size: u, id: d, prefixExists: f } = e;
|
|
2104
2103
|
return /* @__PURE__ */ p("section", {
|
|
2105
2104
|
id: d,
|
|
@@ -2110,7 +2109,7 @@ function fn(e) {
|
|
|
2110
2109
|
}
|
|
2111
2110
|
//#endregion
|
|
2112
2111
|
//#region src/components/multiSelect/multiSelectContent/index.tsx
|
|
2113
|
-
function
|
|
2112
|
+
function fn(e) {
|
|
2114
2113
|
let { children: t, size: n } = e;
|
|
2115
2114
|
return /* @__PURE__ */ p("div", {
|
|
2116
2115
|
className: `arkynMultiSelectContent ${n}`,
|
|
@@ -2119,7 +2118,7 @@ function pn(e) {
|
|
|
2119
2118
|
}
|
|
2120
2119
|
//#endregion
|
|
2121
2120
|
//#region src/components/multiSelect/multiSelectMark/index.tsx
|
|
2122
|
-
function
|
|
2121
|
+
function pn(e) {
|
|
2123
2122
|
let { label: t, value: n, disabled: r, handleChangeValue: i } = e;
|
|
2124
2123
|
return /* @__PURE__ */ m("div", {
|
|
2125
2124
|
className: "arkynMultiSelectMark",
|
|
@@ -2135,7 +2134,7 @@ function mn(e) {
|
|
|
2135
2134
|
}
|
|
2136
2135
|
//#endregion
|
|
2137
2136
|
//#region src/components/multiSelect/multiSelectOption/index.tsx
|
|
2138
|
-
function
|
|
2137
|
+
function mn(e) {
|
|
2139
2138
|
let { label: t, optionHasSelected: n, handleChangeValue: r, value: i, size: a } = e;
|
|
2140
2139
|
return /* @__PURE__ */ m("div", {
|
|
2141
2140
|
onClick: () => r(i),
|
|
@@ -2149,9 +2148,9 @@ function hn(e) {
|
|
|
2149
2148
|
}
|
|
2150
2149
|
//#endregion
|
|
2151
2150
|
//#region src/components/multiSelect/multiSelectOptionsContainer/index.tsx
|
|
2152
|
-
function
|
|
2151
|
+
function hn(e) {
|
|
2153
2152
|
let { children: t, isFocused: n, isSearchable: r, search: i, onSearch: a } = e, s = l(null), [c, d] = u("bottom");
|
|
2154
|
-
|
|
2153
|
+
at(n), o(() => {
|
|
2155
2154
|
n && (() => {
|
|
2156
2155
|
if (!s.current) return;
|
|
2157
2156
|
let e = s.current.parentElement;
|
|
@@ -2166,7 +2165,7 @@ function gn(e) {
|
|
|
2166
2165
|
return n ? /* @__PURE__ */ m("div", {
|
|
2167
2166
|
ref: s,
|
|
2168
2167
|
className: `arkynMultiSelectOptionsContainer ${c}`,
|
|
2169
|
-
children: [r && /* @__PURE__ */ p(
|
|
2168
|
+
children: [r && /* @__PURE__ */ p(ot, {
|
|
2170
2169
|
type: "search",
|
|
2171
2170
|
name: "search-select",
|
|
2172
2171
|
variant: "underline",
|
|
@@ -2178,7 +2177,7 @@ function gn(e) {
|
|
|
2178
2177
|
}
|
|
2179
2178
|
//#endregion
|
|
2180
2179
|
//#region src/components/multiSelect/multiSelectOverlay/index.tsx
|
|
2181
|
-
function
|
|
2180
|
+
function gn(e) {
|
|
2182
2181
|
let { isFocused: t, handleBlur: n } = e;
|
|
2183
2182
|
return t ? /* @__PURE__ */ p("aside", {
|
|
2184
2183
|
className: "arkynMultiSelectOverlay",
|
|
@@ -2187,7 +2186,7 @@ function _n(e) {
|
|
|
2187
2186
|
}
|
|
2188
2187
|
//#endregion
|
|
2189
2188
|
//#region src/components/multiSelect/multiSelectSpinner/index.tsx
|
|
2190
|
-
function
|
|
2189
|
+
function _n(e) {
|
|
2191
2190
|
let { iconSize: t, isLoading: n } = e;
|
|
2192
2191
|
return n ? /* @__PURE__ */ p(L, {
|
|
2193
2192
|
className: "arkynMultiSelectSpinner",
|
|
@@ -2197,8 +2196,8 @@ function vn(e) {
|
|
|
2197
2196
|
}
|
|
2198
2197
|
//#endregion
|
|
2199
2198
|
//#region src/components/multiSelect/index.tsx
|
|
2200
|
-
function
|
|
2201
|
-
let { name: t, options: n, className: r = "", placeholder: i = "Selecione...", closeOnSelect: a = !1, defaultValue: o = [], errorMessage: c, isLoading: d = !1, readOnly: f = !1, isSearchable: h = !1, id: g, label: _, optionMaxHeight: v, showAsterisk: y, leftIcon: b, onSearch: x, onChange: S, onBlur: C, notFoundText: w = "Sem opções disponíveis", onFocus: T, disabled: E = !1, prefix: D, size: O = "md", value: k, variant: A = "solid", unShowFieldTemplate: j = !1, orientation: M = "horizontal" } = e, { fieldErrors: N } =
|
|
2199
|
+
function vn(e) {
|
|
2200
|
+
let { name: t, options: n, className: r = "", placeholder: i = "Selecione...", closeOnSelect: a = !1, defaultValue: o = [], errorMessage: c, isLoading: d = !1, readOnly: f = !1, isSearchable: h = !1, id: g, label: _, optionMaxHeight: v, showAsterisk: y, leftIcon: b, onSearch: x, onChange: S, onBlur: C, notFoundText: w = "Sem opções disponíveis", onFocus: T, disabled: E = !1, prefix: D, size: O = "md", value: k, variant: A = "solid", unShowFieldTemplate: j = !1, orientation: M = "horizontal" } = e, { fieldErrors: N } = X(), P = l(null), F = g || s(), I = c || N?.[t], L = !!I, R = E || d || f, z = {
|
|
2202
2201
|
md: 20,
|
|
2203
2202
|
lg: 20
|
|
2204
2203
|
}[O], [B, V] = u(""), [H, U] = u(!1), [W, G] = u(o), K = k || W;
|
|
@@ -2220,8 +2219,8 @@ function yn(e) {
|
|
|
2220
2219
|
function re(e) {
|
|
2221
2220
|
q(e) ? (G(W.filter((t) => t !== e)), S && S(W.filter((t) => t !== e))) : (G([...W, e]), S && S([...W, e])), a && J();
|
|
2222
2221
|
}
|
|
2223
|
-
let
|
|
2224
|
-
return /* @__PURE__ */ p(
|
|
2222
|
+
let ie = n.filter((t) => !!(e.onSearch || !e.isSearchable || t.label.toLowerCase().includes(B.toLowerCase())));
|
|
2223
|
+
return /* @__PURE__ */ p($, {
|
|
2225
2224
|
name: t,
|
|
2226
2225
|
label: _,
|
|
2227
2226
|
showAsterisk: y,
|
|
@@ -2229,7 +2228,7 @@ function yn(e) {
|
|
|
2229
2228
|
errorMessage: I,
|
|
2230
2229
|
unShowFieldTemplate: j,
|
|
2231
2230
|
orientation: M,
|
|
2232
|
-
children: /* @__PURE__ */ m(
|
|
2231
|
+
children: /* @__PURE__ */ m(dn, {
|
|
2233
2232
|
handleContainerFocus: te,
|
|
2234
2233
|
disabled: R,
|
|
2235
2234
|
isError: L,
|
|
@@ -2247,7 +2246,7 @@ function yn(e) {
|
|
|
2247
2246
|
value: JSON.stringify(K),
|
|
2248
2247
|
type: "hidden"
|
|
2249
2248
|
}),
|
|
2250
|
-
/* @__PURE__ */ p(
|
|
2249
|
+
/* @__PURE__ */ p(Z, {
|
|
2251
2250
|
iconSize: z,
|
|
2252
2251
|
icon: D,
|
|
2253
2252
|
className: "prefix"
|
|
@@ -2256,40 +2255,40 @@ function yn(e) {
|
|
|
2256
2255
|
size: z,
|
|
2257
2256
|
strokeWidth: 2.5
|
|
2258
2257
|
}),
|
|
2259
|
-
/* @__PURE__ */ m(
|
|
2258
|
+
/* @__PURE__ */ m(fn, {
|
|
2260
2259
|
size: O,
|
|
2261
|
-
children: [K.map((e) => /* @__PURE__ */ p(
|
|
2260
|
+
children: [K.map((e) => /* @__PURE__ */ p(pn, {
|
|
2262
2261
|
label: ee(e),
|
|
2263
2262
|
value: e,
|
|
2264
2263
|
handleChangeValue: re,
|
|
2265
2264
|
disabled: R
|
|
2266
2265
|
}, e)), K.length <= 0 && /* @__PURE__ */ p("p", { children: i })]
|
|
2267
2266
|
}),
|
|
2268
|
-
/* @__PURE__ */ m(
|
|
2267
|
+
/* @__PURE__ */ m(hn, {
|
|
2269
2268
|
isFocused: H,
|
|
2270
2269
|
isSearchable: h,
|
|
2271
2270
|
search: B,
|
|
2272
2271
|
onSearch: ne,
|
|
2273
|
-
children: [
|
|
2272
|
+
children: [ie.map(({ label: e, value: t }) => /* @__PURE__ */ p(mn, {
|
|
2274
2273
|
label: e,
|
|
2275
2274
|
value: t,
|
|
2276
2275
|
size: O,
|
|
2277
2276
|
handleChangeValue: re,
|
|
2278
2277
|
optionHasSelected: q
|
|
2279
|
-
}, t)),
|
|
2278
|
+
}, t)), ie.length <= 0 && /* @__PURE__ */ p("p", { children: w })]
|
|
2280
2279
|
}),
|
|
2281
|
-
/* @__PURE__ */ p(
|
|
2280
|
+
/* @__PURE__ */ p(un, {
|
|
2282
2281
|
disabled: R,
|
|
2283
2282
|
isFocused: H,
|
|
2284
2283
|
readOnly: f,
|
|
2285
2284
|
iconSize: z,
|
|
2286
2285
|
isLoading: d
|
|
2287
2286
|
}),
|
|
2288
|
-
/* @__PURE__ */ p(
|
|
2287
|
+
/* @__PURE__ */ p(_n, {
|
|
2289
2288
|
iconSize: z,
|
|
2290
2289
|
isLoading: d
|
|
2291
2290
|
}),
|
|
2292
|
-
/* @__PURE__ */ p(
|
|
2291
|
+
/* @__PURE__ */ p(gn, {
|
|
2293
2292
|
handleBlur: J,
|
|
2294
2293
|
isFocused: H
|
|
2295
2294
|
})
|
|
@@ -2299,7 +2298,7 @@ function yn(e) {
|
|
|
2299
2298
|
}
|
|
2300
2299
|
//#endregion
|
|
2301
2300
|
//#region src/components/pagination/chevronButton/index.tsx
|
|
2302
|
-
function
|
|
2301
|
+
function yn(e) {
|
|
2303
2302
|
let { orientation: t, handlePageChange: n, disabled: r } = e;
|
|
2304
2303
|
return /* @__PURE__ */ p("button", {
|
|
2305
2304
|
className: "arkynChevronPageButton",
|
|
@@ -2313,7 +2312,7 @@ function bn(e) {
|
|
|
2313
2312
|
}
|
|
2314
2313
|
//#endregion
|
|
2315
2314
|
//#region src/components/pagination/currentButton/index.tsx
|
|
2316
|
-
function
|
|
2315
|
+
function bn({ currentPage: e }) {
|
|
2317
2316
|
return /* @__PURE__ */ p("button", {
|
|
2318
2317
|
className: "arkynPaginationCurrentButton",
|
|
2319
2318
|
disabled: !0,
|
|
@@ -2322,7 +2321,7 @@ function xn({ currentPage: e }) {
|
|
|
2322
2321
|
}
|
|
2323
2322
|
//#endregion
|
|
2324
2323
|
//#region src/components/pagination/pageButton/index.tsx
|
|
2325
|
-
function
|
|
2324
|
+
function xn(e) {
|
|
2326
2325
|
let { page: t, handlePageChange: n } = e;
|
|
2327
2326
|
return /* @__PURE__ */ p("button", {
|
|
2328
2327
|
className: "arkynPaginationPageButton",
|
|
@@ -2332,7 +2331,7 @@ function Sn(e) {
|
|
|
2332
2331
|
}
|
|
2333
2332
|
//#endregion
|
|
2334
2333
|
//#region src/components/pagination/paginationService.ts
|
|
2335
|
-
var
|
|
2334
|
+
var Sn = class {
|
|
2336
2335
|
currentPage;
|
|
2337
2336
|
totalCountRegisters;
|
|
2338
2337
|
registerPerPage;
|
|
@@ -2365,7 +2364,7 @@ var Cn = class {
|
|
|
2365
2364
|
};
|
|
2366
2365
|
//#endregion
|
|
2367
2366
|
//#region src/components/pagination/spread/index.tsx
|
|
2368
|
-
function
|
|
2367
|
+
function Cn() {
|
|
2369
2368
|
return /* @__PURE__ */ p("p", {
|
|
2370
2369
|
className: "arkynPaginationSpread",
|
|
2371
2370
|
children: /* @__PURE__ */ p(D, {})
|
|
@@ -2373,8 +2372,8 @@ function wn() {
|
|
|
2373
2372
|
}
|
|
2374
2373
|
//#endregion
|
|
2375
2374
|
//#region src/components/pagination/index.tsx
|
|
2376
|
-
function
|
|
2377
|
-
let { totalCountRegisters: t, siblingsCount: n, currentPage: r, registerPerPage: i, onChange: a, ...o } = e, { currentPage: s, siblingsCount: c, previousPages: l, nextPages: u, lastPage: d, handlePageChange: h, handleMinusChange: g, handlePlusChange: _ } = new
|
|
2375
|
+
function wn(e) {
|
|
2376
|
+
let { totalCountRegisters: t, siblingsCount: n, currentPage: r, registerPerPage: i, onChange: a, ...o } = e, { currentPage: s, siblingsCount: c, previousPages: l, nextPages: u, lastPage: d, handlePageChange: h, handleMinusChange: g, handlePlusChange: _ } = new Sn({
|
|
2378
2377
|
totalCountRegisters: t,
|
|
2379
2378
|
currentPage: r,
|
|
2380
2379
|
registerPerPage: i,
|
|
@@ -2385,29 +2384,29 @@ function Tn(e) {
|
|
|
2385
2384
|
className: "arkynPagination",
|
|
2386
2385
|
...o,
|
|
2387
2386
|
children: [
|
|
2388
|
-
/* @__PURE__ */ p(
|
|
2387
|
+
/* @__PURE__ */ p(yn, {
|
|
2389
2388
|
orientation: "left",
|
|
2390
2389
|
handlePageChange: g,
|
|
2391
2390
|
disabled: s <= 1
|
|
2392
2391
|
}),
|
|
2393
|
-
s > 1 + c && /* @__PURE__ */ m(f, { children: [/* @__PURE__ */ p(
|
|
2392
|
+
s > 1 + c && /* @__PURE__ */ m(f, { children: [/* @__PURE__ */ p(xn, {
|
|
2394
2393
|
page: 1,
|
|
2395
2394
|
handlePageChange: () => h(1)
|
|
2396
|
-
}), s > 2 + c && /* @__PURE__ */ p(
|
|
2397
|
-
l.map((e, t) => /* @__PURE__ */ p(
|
|
2395
|
+
}), s > 2 + c && /* @__PURE__ */ p(Cn, {})] }),
|
|
2396
|
+
l.map((e, t) => /* @__PURE__ */ p(xn, {
|
|
2398
2397
|
page: e,
|
|
2399
2398
|
handlePageChange: g
|
|
2400
2399
|
}, t)),
|
|
2401
|
-
/* @__PURE__ */ p(
|
|
2402
|
-
u.map((e, t) => /* @__PURE__ */ p(
|
|
2400
|
+
/* @__PURE__ */ p(bn, { currentPage: s }),
|
|
2401
|
+
u.map((e, t) => /* @__PURE__ */ p(xn, {
|
|
2403
2402
|
page: e,
|
|
2404
2403
|
handlePageChange: _
|
|
2405
2404
|
}, t)),
|
|
2406
|
-
s + c < d && /* @__PURE__ */ m(f, { children: [s + 1 + c < d && /* @__PURE__ */ p(
|
|
2405
|
+
s + c < d && /* @__PURE__ */ m(f, { children: [s + 1 + c < d && /* @__PURE__ */ p(Cn, {}), /* @__PURE__ */ p(xn, {
|
|
2407
2406
|
page: d,
|
|
2408
2407
|
handlePageChange: () => h(d)
|
|
2409
2408
|
})] }),
|
|
2410
|
-
/* @__PURE__ */ p(
|
|
2409
|
+
/* @__PURE__ */ p(yn, {
|
|
2411
2410
|
orientation: "right",
|
|
2412
2411
|
handlePageChange: _,
|
|
2413
2412
|
disabled: s >= d
|
|
@@ -2417,7 +2416,7 @@ function Tn(e) {
|
|
|
2417
2416
|
}
|
|
2418
2417
|
//#endregion
|
|
2419
2418
|
//#region src/components/phoneInput/phoneInputContainer/index.tsx
|
|
2420
|
-
function
|
|
2419
|
+
function Tn(e) {
|
|
2421
2420
|
let { children: t, onFocus: n, disabled: r, isError: i, isLoading: a, isFocused: o, className: s = "", readOnly: c, variant: l, size: u } = e;
|
|
2422
2421
|
return /* @__PURE__ */ p("section", {
|
|
2423
2422
|
className: `arkynPhoneInputContainer ${l} ${u} ${r || c || a ? "opacity" : ""} ${i ? "errored" : ""} ${o ? "focused" : ""} ${s}`.trim(),
|
|
@@ -2427,7 +2426,7 @@ function En(e) {
|
|
|
2427
2426
|
}
|
|
2428
2427
|
//#endregion
|
|
2429
2428
|
//#region src/components/phoneInput/phoneInputCountriesOverlay/index.tsx
|
|
2430
|
-
function
|
|
2429
|
+
function En(e) {
|
|
2431
2430
|
let { isOpen: t, onClick: n } = e;
|
|
2432
2431
|
return t ? /* @__PURE__ */ p("aside", {
|
|
2433
2432
|
className: "arkynPhoneInputCountriesOverlay",
|
|
@@ -2436,7 +2435,7 @@ function Dn(e) {
|
|
|
2436
2435
|
}
|
|
2437
2436
|
//#endregion
|
|
2438
2437
|
//#region src/components/phoneInput/phoneInputCountryOption/index.tsx
|
|
2439
|
-
function
|
|
2438
|
+
function Dn(e) {
|
|
2440
2439
|
let { country: t, isActive: n, handleChangeValue: r, size: i } = e;
|
|
2441
2440
|
return /* @__PURE__ */ m("div", {
|
|
2442
2441
|
onClick: () => r(t),
|
|
@@ -2456,12 +2455,12 @@ function On(e) {
|
|
|
2456
2455
|
}
|
|
2457
2456
|
//#endregion
|
|
2458
2457
|
//#region src/components/phoneInput/phoneInputCountryOptionsContainer/index.tsx
|
|
2459
|
-
function
|
|
2458
|
+
function On(e) {
|
|
2460
2459
|
let { children: t, isOpen: n, onSearch: r, search: i, placeholder: a } = e, s = l(null), [c, d] = u("bottom");
|
|
2461
2460
|
function h(e) {
|
|
2462
2461
|
r(e.target.value);
|
|
2463
2462
|
}
|
|
2464
|
-
return
|
|
2463
|
+
return at(n), o(() => {
|
|
2465
2464
|
n && (() => {
|
|
2466
2465
|
if (!s.current) return;
|
|
2467
2466
|
let e = s.current.parentElement;
|
|
@@ -2485,7 +2484,7 @@ function kn(e) {
|
|
|
2485
2484
|
}
|
|
2486
2485
|
//#endregion
|
|
2487
2486
|
//#region src/components/phoneInput/phoneInputCountrySelector/index.tsx
|
|
2488
|
-
function
|
|
2487
|
+
function kn(e) {
|
|
2489
2488
|
let { currentCountry: t, onClick: n } = e;
|
|
2490
2489
|
return /* @__PURE__ */ m("div", {
|
|
2491
2490
|
className: "phoneInputSelectCountry",
|
|
@@ -2506,14 +2505,14 @@ function An(e) {
|
|
|
2506
2505
|
}
|
|
2507
2506
|
//#endregion
|
|
2508
2507
|
//#region src/utils/phoneInputUtilities.ts
|
|
2509
|
-
function
|
|
2508
|
+
function An(e) {
|
|
2510
2509
|
return e && e.replace(/[^0-9]/g, "");
|
|
2511
2510
|
}
|
|
2512
|
-
var
|
|
2511
|
+
var jn = {
|
|
2513
2512
|
EIGHT: "(99) 9999-9999",
|
|
2514
2513
|
NINE: "(99) 99999-9999"
|
|
2515
2514
|
};
|
|
2516
|
-
function
|
|
2515
|
+
function Mn(e, t) {
|
|
2517
2516
|
let n = "", r = 0;
|
|
2518
2517
|
for (let i = 0; i < t.length; i++) if (t[i] === "9") if (r < e.length) n += e[r], r++;
|
|
2519
2518
|
else break;
|
|
@@ -2521,21 +2520,21 @@ function Nn(e, t) {
|
|
|
2521
2520
|
else break;
|
|
2522
2521
|
return n;
|
|
2523
2522
|
}
|
|
2524
|
-
function
|
|
2523
|
+
function Nn(e) {
|
|
2525
2524
|
return e.length > 10 ? "NINE" : "EIGHT";
|
|
2526
2525
|
}
|
|
2527
|
-
var
|
|
2526
|
+
var Pn = An(jn.NINE).length, Fn = r((e, t) => /* @__PURE__ */ p("input", {
|
|
2528
2527
|
ref: t,
|
|
2529
2528
|
...e
|
|
2530
|
-
})),
|
|
2529
|
+
})), In = r((e, t) => {
|
|
2531
2530
|
let { onFocus: n, readonly: r, onBlur: i, size: a, onChange: s, value: c, currentCountry: l, disabled: d, id: f } = e, [m, h] = u(!1), g = typeof l.mask == "string" ? l.mask : l.mask[0];
|
|
2532
2531
|
o(() => {
|
|
2533
2532
|
m ? s(g) : h(!0);
|
|
2534
2533
|
}, [l]);
|
|
2535
2534
|
let _ = `phoneInputMask ${a}`;
|
|
2536
2535
|
function v(e) {
|
|
2537
|
-
let t =
|
|
2538
|
-
t.length >
|
|
2536
|
+
let t = An(e.target.value), n = Nn(t);
|
|
2537
|
+
t.length > Pn || (t = Mn(t, jn[n]), e.target.value = t, s(t));
|
|
2539
2538
|
}
|
|
2540
2539
|
return l.code === "+55" ? /* @__PURE__ */ p("input", {
|
|
2541
2540
|
id: f,
|
|
@@ -2546,13 +2545,13 @@ var Fn = jn(Mn.NINE).length, In = r((e, t) => /* @__PURE__ */ p("input", {
|
|
|
2546
2545
|
onBlur: i,
|
|
2547
2546
|
disabled: d,
|
|
2548
2547
|
ref: t
|
|
2549
|
-
}) : /* @__PURE__ */ p(
|
|
2548
|
+
}) : /* @__PURE__ */ p(se, {
|
|
2550
2549
|
id: f,
|
|
2551
2550
|
value: c,
|
|
2552
2551
|
readOnly: r,
|
|
2553
2552
|
onChange: (e) => s(e.target.value),
|
|
2554
2553
|
className: _,
|
|
2555
|
-
component:
|
|
2554
|
+
component: Fn,
|
|
2556
2555
|
onFocus: n,
|
|
2557
2556
|
onBlur: i,
|
|
2558
2557
|
disabled: d,
|
|
@@ -2564,8 +2563,8 @@ var Fn = jn(Mn.NINE).length, In = r((e, t) => /* @__PURE__ */ p("input", {
|
|
|
2564
2563
|
});
|
|
2565
2564
|
//#endregion
|
|
2566
2565
|
//#region src/components/phoneInput/index.tsx
|
|
2567
|
-
function
|
|
2568
|
-
let { defaultCountryIso: t, value: n, label: r, className: i = "", disabled: a = !1, errorMessage: o, isLoading: c = !1, readOnly: d = !1, size: f = "md", defaultValue: h = "", variant: g = "solid", showAsterisk: _, name: v, onChange: y, searchCountryPlaceholder: b = "Pesquisar país", notFoundCountryText: x = "Nenhum país encontrado", id: S, unShowFieldTemplate: C = !1, orientation: w = "horizontal" } = e, T = ce.find((e) => e.iso === "BR"), E = h ? ne(h) : "", D = h ? ee(h)[1] : T, [O, k] = u(!1), [A, j] = u(""), [M, N] = u(!1), [P, F] = u(E), I = n === void 0 ? P : n, [L, R] = u(D), { fieldErrors: z } =
|
|
2566
|
+
function Ln(e) {
|
|
2567
|
+
let { defaultCountryIso: t, value: n, label: r, className: i = "", disabled: a = !1, errorMessage: o, isLoading: c = !1, readOnly: d = !1, size: f = "md", defaultValue: h = "", variant: g = "solid", showAsterisk: _, name: v, onChange: y, searchCountryPlaceholder: b = "Pesquisar país", notFoundCountryText: x = "Nenhum país encontrado", id: S, unShowFieldTemplate: C = !1, orientation: w = "horizontal" } = e, T = ce.find((e) => e.iso === "BR"), E = h ? ne(h) : "", D = h ? ee(h)[1] : T, [O, k] = u(!1), [A, j] = u(""), [M, N] = u(!1), [P, F] = u(E), I = n === void 0 ? P : n, [L, R] = u(D), { fieldErrors: z } = X(), B = l(null), V = S || s(), H = o || z?.[v], U = !!H, W = a || c, G = l(null);
|
|
2569
2568
|
function K() {
|
|
2570
2569
|
W || O || M || (k(!0), G.current && G.current.focus());
|
|
2571
2570
|
}
|
|
@@ -2578,17 +2577,17 @@ function Rn(e) {
|
|
|
2578
2577
|
function J() {
|
|
2579
2578
|
k(!0);
|
|
2580
2579
|
}
|
|
2581
|
-
function
|
|
2580
|
+
function ie() {
|
|
2582
2581
|
k(!1);
|
|
2583
2582
|
}
|
|
2584
|
-
function
|
|
2583
|
+
function Y(e) {
|
|
2585
2584
|
return e.name.toLowerCase().includes(A.toLowerCase());
|
|
2586
2585
|
}
|
|
2587
|
-
function
|
|
2586
|
+
function ae(e) {
|
|
2588
2587
|
let t = L.code;
|
|
2589
2588
|
return t += re(e || I), t;
|
|
2590
2589
|
}
|
|
2591
|
-
return /* @__PURE__ */ p(
|
|
2590
|
+
return /* @__PURE__ */ p($, {
|
|
2592
2591
|
name: v,
|
|
2593
2592
|
label: r,
|
|
2594
2593
|
showAsterisk: _,
|
|
@@ -2596,7 +2595,7 @@ function Rn(e) {
|
|
|
2596
2595
|
errorMessage: H,
|
|
2597
2596
|
unShowFieldTemplate: C,
|
|
2598
2597
|
orientation: w,
|
|
2599
|
-
children: /* @__PURE__ */ m(
|
|
2598
|
+
children: /* @__PURE__ */ m(Tn, {
|
|
2600
2599
|
disabled: W,
|
|
2601
2600
|
isError: U,
|
|
2602
2601
|
isLoading: c,
|
|
@@ -2606,48 +2605,48 @@ function Rn(e) {
|
|
|
2606
2605
|
variant: g,
|
|
2607
2606
|
onFocus: K,
|
|
2608
2607
|
children: [
|
|
2609
|
-
/* @__PURE__ */ p(
|
|
2608
|
+
/* @__PURE__ */ p(kn, {
|
|
2610
2609
|
currentCountry: L,
|
|
2611
2610
|
onClick: q,
|
|
2612
2611
|
size: f
|
|
2613
2612
|
}),
|
|
2614
|
-
/* @__PURE__ */ m(
|
|
2613
|
+
/* @__PURE__ */ m(On, {
|
|
2615
2614
|
isOpen: W || d ? !1 : M,
|
|
2616
2615
|
search: A,
|
|
2617
2616
|
placeholder: b,
|
|
2618
2617
|
onSearch: j,
|
|
2619
|
-
children: [ce.filter((e) =>
|
|
2618
|
+
children: [ce.filter((e) => Y(e)).map((e) => /* @__PURE__ */ p(Dn, {
|
|
2620
2619
|
country: e,
|
|
2621
2620
|
handleChangeValue: () => {
|
|
2622
2621
|
R(e), N(!1), F("");
|
|
2623
2622
|
},
|
|
2624
2623
|
isActive: e.iso === L.iso,
|
|
2625
2624
|
size: f
|
|
2626
|
-
}, e.iso)), ce.filter((e) =>
|
|
2625
|
+
}, e.iso)), ce.filter((e) => Y(e)).length === 0 && /* @__PURE__ */ p("p", { children: x })]
|
|
2627
2626
|
}),
|
|
2628
|
-
/* @__PURE__ */ p(
|
|
2627
|
+
/* @__PURE__ */ p(En, {
|
|
2629
2628
|
isOpen: W || d ? !1 : M,
|
|
2630
2629
|
onClick: te
|
|
2631
2630
|
}),
|
|
2632
|
-
/* @__PURE__ */ p(
|
|
2631
|
+
/* @__PURE__ */ p(In, {
|
|
2633
2632
|
id: V,
|
|
2634
2633
|
ref: G,
|
|
2635
2634
|
readonly: d,
|
|
2636
2635
|
currentCountry: L,
|
|
2637
2636
|
value: I,
|
|
2638
2637
|
disabled: W,
|
|
2639
|
-
onBlur:
|
|
2638
|
+
onBlur: ie,
|
|
2640
2639
|
onFocus: J,
|
|
2641
2640
|
size: f,
|
|
2642
2641
|
onChange: (e) => {
|
|
2643
|
-
F(e), y && y(
|
|
2642
|
+
F(e), y && y(ae(e));
|
|
2644
2643
|
}
|
|
2645
2644
|
}),
|
|
2646
2645
|
/* @__PURE__ */ p("input", {
|
|
2647
2646
|
ref: B,
|
|
2648
2647
|
type: "hidden",
|
|
2649
2648
|
name: v,
|
|
2650
|
-
value:
|
|
2649
|
+
value: ae()
|
|
2651
2650
|
})
|
|
2652
2651
|
]
|
|
2653
2652
|
})
|
|
@@ -2655,17 +2654,17 @@ function Rn(e) {
|
|
|
2655
2654
|
}
|
|
2656
2655
|
//#endregion
|
|
2657
2656
|
//#region src/components/popover/index.tsx
|
|
2658
|
-
function
|
|
2657
|
+
function Rn(e) {
|
|
2659
2658
|
let { children: t, button: n, closeOnClick: r, className: i = "", orientation: a = "bottomLeft" } = e, [o, s] = u(!1), c = `arkynPopover ${a} ${o ? "visibleTrue" : "visibleFalse"} ${i}`;
|
|
2660
2659
|
function l() {
|
|
2661
2660
|
o || s(!0);
|
|
2662
2661
|
}
|
|
2663
|
-
return
|
|
2662
|
+
return at(o), /* @__PURE__ */ m("div", {
|
|
2664
2663
|
className: c,
|
|
2665
2664
|
onClick: l,
|
|
2666
2665
|
children: [
|
|
2667
2666
|
n,
|
|
2668
|
-
/* @__PURE__ */ p(
|
|
2667
|
+
/* @__PURE__ */ p(Y.div, {
|
|
2669
2668
|
style: { visibility: o ? "visible" : "hidden" },
|
|
2670
2669
|
transition: {
|
|
2671
2670
|
ease: "easeOut",
|
|
@@ -2687,10 +2686,10 @@ function zn(e) {
|
|
|
2687
2686
|
}
|
|
2688
2687
|
//#endregion
|
|
2689
2688
|
//#region src/components/radio/radioContext.tsx
|
|
2690
|
-
var
|
|
2691
|
-
function
|
|
2689
|
+
var zn = n({});
|
|
2690
|
+
function Bn(e) {
|
|
2692
2691
|
let { children: t, size: n, isError: r, handleChange: i, value: a, disabled: o } = e;
|
|
2693
|
-
return /* @__PURE__ */ p(
|
|
2692
|
+
return /* @__PURE__ */ p(zn.Provider, {
|
|
2694
2693
|
value: {
|
|
2695
2694
|
handleChange: i,
|
|
2696
2695
|
value: a,
|
|
@@ -2701,13 +2700,13 @@ function Vn(e) {
|
|
|
2701
2700
|
children: t
|
|
2702
2701
|
});
|
|
2703
2702
|
}
|
|
2704
|
-
function
|
|
2705
|
-
return a(
|
|
2703
|
+
function Vn() {
|
|
2704
|
+
return a(zn);
|
|
2706
2705
|
}
|
|
2707
2706
|
//#endregion
|
|
2708
2707
|
//#region src/components/radio/radioBox/index.tsx
|
|
2709
|
-
function
|
|
2710
|
-
let { value: t, size: n, disabled: r, children: i, className: a = "", onClick: o, onFocus: s, ...c } = e, { handleChange: l, size: u, value: d, isError: f, disabled: h } =
|
|
2708
|
+
function Hn(e) {
|
|
2709
|
+
let { value: t, size: n, disabled: r, children: i, className: a = "", onClick: o, onFocus: s, ...c } = e, { handleChange: l, size: u, value: d, isError: f, disabled: h } = Vn(), g = d === t, _ = n || u, v = r || h, y = `arkynRadioBox ${_} ${g ? "checkedTrue" : "checkedFalse"} ${f ? "errorTrue" : "errorFalse"} ${v ? "disabledTrue" : "disabledFalse"} ${a}`;
|
|
2711
2710
|
function b(e) {
|
|
2712
2711
|
o && o(e), l(t);
|
|
2713
2712
|
}
|
|
@@ -2727,13 +2726,13 @@ function Un(e) {
|
|
|
2727
2726
|
}
|
|
2728
2727
|
//#endregion
|
|
2729
2728
|
//#region src/components/radio/radioGroup/index.tsx
|
|
2730
|
-
function
|
|
2731
|
-
let { defaultValue: t = "", name: n, label: r, showAsterisk: i, errorMessage: a, value: o, onChange: s, size: c = "md", className: l = "", disabled: d = !1, unShowFieldTemplate: f = !1, orientation: h = "horizontal", ...g } = e, [_, v] = u(t), { fieldErrors: y } =
|
|
2729
|
+
function Un(e) {
|
|
2730
|
+
let { defaultValue: t = "", name: n, label: r, showAsterisk: i, errorMessage: a, value: o, onChange: s, size: c = "md", className: l = "", disabled: d = !1, unShowFieldTemplate: f = !1, orientation: h = "horizontal", ...g } = e, [_, v] = u(t), { fieldErrors: y } = X();
|
|
2732
2731
|
function b(e) {
|
|
2733
2732
|
v(e), s && s(e);
|
|
2734
2733
|
}
|
|
2735
2734
|
let x = a || y?.[n], S = !!x, C = `arkynRadioGroup ${c}`;
|
|
2736
|
-
return /* @__PURE__ */ p(
|
|
2735
|
+
return /* @__PURE__ */ p($, {
|
|
2737
2736
|
name: n,
|
|
2738
2737
|
label: r,
|
|
2739
2738
|
showAsterisk: i,
|
|
@@ -2741,7 +2740,7 @@ function Wn(e) {
|
|
|
2741
2740
|
errorMessage: x,
|
|
2742
2741
|
unShowFieldTemplate: f,
|
|
2743
2742
|
orientation: h,
|
|
2744
|
-
children: /* @__PURE__ */ m(
|
|
2743
|
+
children: /* @__PURE__ */ m(Bn, {
|
|
2745
2744
|
isError: S,
|
|
2746
2745
|
size: c,
|
|
2747
2746
|
value: o || _,
|
|
@@ -2762,7 +2761,7 @@ function Wn(e) {
|
|
|
2762
2761
|
}
|
|
2763
2762
|
//#endregion
|
|
2764
2763
|
//#region src/services/isBlockActive.ts
|
|
2765
|
-
function
|
|
2764
|
+
function Wn(e, t, n = "type") {
|
|
2766
2765
|
let { selection: r } = e;
|
|
2767
2766
|
if (!r) return !1;
|
|
2768
2767
|
let [i] = Array.from(ue.nodes(e, {
|
|
@@ -2773,15 +2772,15 @@ function Gn(e, t, n = "type") {
|
|
|
2773
2772
|
}
|
|
2774
2773
|
//#endregion
|
|
2775
2774
|
//#region src/templates/richTextTemplates.ts
|
|
2776
|
-
var
|
|
2775
|
+
var Gn = {
|
|
2777
2776
|
"mod+b": "bold",
|
|
2778
2777
|
"mod+i": "italic",
|
|
2779
2778
|
"mod+u": "underline",
|
|
2780
2779
|
"mod+`": "code"
|
|
2781
|
-
},
|
|
2780
|
+
}, Kn = [{
|
|
2782
2781
|
type: "paragraph",
|
|
2783
2782
|
children: [{ text: "" }]
|
|
2784
|
-
}],
|
|
2783
|
+
}], qn = ["listItem", "numberedList"], Jn = [
|
|
2785
2784
|
"left",
|
|
2786
2785
|
"center",
|
|
2787
2786
|
"right",
|
|
@@ -2789,14 +2788,14 @@ var Kn = {
|
|
|
2789
2788
|
];
|
|
2790
2789
|
//#endregion
|
|
2791
2790
|
//#region src/services/toggleBlock.ts
|
|
2792
|
-
function
|
|
2793
|
-
let n =
|
|
2791
|
+
function Yn(e, t) {
|
|
2792
|
+
let n = Wn(e, t, Jn.includes(t) ? "align" : "type"), r = qn.includes(t);
|
|
2794
2793
|
me.unwrapNodes(e, {
|
|
2795
|
-
match: (e) => !ue.isEditor(e) && de.isElement(e) &&
|
|
2794
|
+
match: (e) => !ue.isEditor(e) && de.isElement(e) && qn.includes(e.type) && !Jn.includes(t),
|
|
2796
2795
|
split: !0
|
|
2797
2796
|
});
|
|
2798
2797
|
let i;
|
|
2799
|
-
if (i =
|
|
2798
|
+
if (i = Jn.includes(t) ? { align: n ? void 0 : t } : { type: n ? "paragraph" : r ? "listItem" : t }, me.setNodes(e, i), !n && r) {
|
|
2800
2799
|
let n = {
|
|
2801
2800
|
type: t,
|
|
2802
2801
|
children: []
|
|
@@ -2806,10 +2805,10 @@ function Xn(e, t) {
|
|
|
2806
2805
|
}
|
|
2807
2806
|
//#endregion
|
|
2808
2807
|
//#region src/components/richText/blockButton/index.tsx
|
|
2809
|
-
function
|
|
2810
|
-
let n = ye(), r =
|
|
2808
|
+
function Xn({ format: e, icon: t }) {
|
|
2809
|
+
let n = ye(), r = Wn(n, e, Jn.includes(e) ? "align" : "type") ? "activeTrue" : "activeFalse";
|
|
2811
2810
|
function i(t) {
|
|
2812
|
-
t.preventDefault(),
|
|
2811
|
+
t.preventDefault(), Yn(n, e);
|
|
2813
2812
|
}
|
|
2814
2813
|
return /* @__PURE__ */ p("button", {
|
|
2815
2814
|
type: "button",
|
|
@@ -2820,7 +2819,7 @@ function Zn({ format: e, icon: t }) {
|
|
|
2820
2819
|
}
|
|
2821
2820
|
//#endregion
|
|
2822
2821
|
//#region src/components/richText/element/index.tsx
|
|
2823
|
-
function
|
|
2822
|
+
function Zn({ attributes: e, children: t, element: n }) {
|
|
2824
2823
|
let r = { textAlign: n.align };
|
|
2825
2824
|
switch (n.type) {
|
|
2826
2825
|
case "blockQuote": return /* @__PURE__ */ p("blockquote", {
|
|
@@ -2890,20 +2889,20 @@ function Qn({ attributes: e, children: t, element: n }) {
|
|
|
2890
2889
|
}
|
|
2891
2890
|
//#endregion
|
|
2892
2891
|
//#region src/components/tab/tabContext.tsx
|
|
2893
|
-
var
|
|
2894
|
-
function
|
|
2895
|
-
return a(
|
|
2892
|
+
var Qn = n({});
|
|
2893
|
+
function $n() {
|
|
2894
|
+
return a(Qn);
|
|
2896
2895
|
}
|
|
2897
|
-
function
|
|
2898
|
-
return /* @__PURE__ */ p(
|
|
2896
|
+
function er(e) {
|
|
2897
|
+
return /* @__PURE__ */ p(Qn.Provider, {
|
|
2899
2898
|
value: e,
|
|
2900
2899
|
children: e.children
|
|
2901
2900
|
});
|
|
2902
2901
|
}
|
|
2903
2902
|
//#endregion
|
|
2904
2903
|
//#region src/components/tab/tabButton/index.tsx
|
|
2905
|
-
function
|
|
2906
|
-
let { children: t, disabled: n = !1, className: r = "", onClick: i, value: a, ...o } = e, { disabled: s, currentTab: c, changeCurrentTab: l } =
|
|
2904
|
+
function tr(e) {
|
|
2905
|
+
let { children: t, disabled: n = !1, className: r = "", onClick: i, value: a, ...o } = e, { disabled: s, currentTab: c, changeCurrentTab: l } = $n(), u = s || n, d = `arkynTabButton ${u ? "isDisabled" : ""} ${c === a && a ? "isActive" : ""} ${r}`;
|
|
2907
2906
|
function f(e) {
|
|
2908
2907
|
l(a), i && i(e);
|
|
2909
2908
|
}
|
|
@@ -2918,12 +2917,12 @@ function nr(e) {
|
|
|
2918
2917
|
}
|
|
2919
2918
|
//#endregion
|
|
2920
2919
|
//#region src/components/tab/tabContainer/index.tsx
|
|
2921
|
-
function
|
|
2920
|
+
function nr(e) {
|
|
2922
2921
|
let { children: t, onChange: n, defaultValue: r, disabled: i = !1, className: a, ...o } = e, [s, c] = u(r || ""), l = `arkynTabContainer ${a || ""}`;
|
|
2923
2922
|
function d(e) {
|
|
2924
2923
|
c(e), n && n(e);
|
|
2925
2924
|
}
|
|
2926
|
-
return /* @__PURE__ */ p(
|
|
2925
|
+
return /* @__PURE__ */ p(er, {
|
|
2927
2926
|
disabled: i,
|
|
2928
2927
|
currentTab: s,
|
|
2929
2928
|
changeCurrentTab: d,
|
|
@@ -2936,7 +2935,7 @@ function rr(e) {
|
|
|
2936
2935
|
}
|
|
2937
2936
|
//#endregion
|
|
2938
2937
|
//#region src/components/richText/insertImage/index.tsx
|
|
2939
|
-
function
|
|
2938
|
+
function rr(e) {
|
|
2940
2939
|
let { action: t, tabLabels: n = ["Adicionar URL", "Upload de arquivo"], modalCancelButton: r = "Cancelar", modalConfirmButton: i = "Confirmar", modalInputImageLabel: a = "Imagem:", modalInputUrlLabel: o = "URL da imagem:", modalTitle: s = "Inserir imagem" } = e, c = ye(), [l, d] = u(!1), [h, g] = u(""), [_, v] = u("url");
|
|
2941
2940
|
function y(e) {
|
|
2942
2941
|
e.preventDefault(), !(!h || h === "") && (c.insertNodes([
|
|
@@ -2960,26 +2959,26 @@ function ir(e) {
|
|
|
2960
2959
|
className: "arkynRichTextInsertImage",
|
|
2961
2960
|
onMouseDown: () => d(!0),
|
|
2962
2961
|
children: /* @__PURE__ */ p(P, {})
|
|
2963
|
-
}), /* @__PURE__ */ m(
|
|
2962
|
+
}), /* @__PURE__ */ m(sn, {
|
|
2964
2963
|
isVisible: l,
|
|
2965
2964
|
makeInvisible: () => d(!1),
|
|
2966
2965
|
children: [
|
|
2967
|
-
/* @__PURE__ */ p(
|
|
2966
|
+
/* @__PURE__ */ p(ln, { children: s }),
|
|
2968
2967
|
/* @__PURE__ */ m("div", {
|
|
2969
2968
|
className: "arkynRichTextInsertImageModalContent",
|
|
2970
2969
|
children: [
|
|
2971
|
-
/* @__PURE__ */ m(
|
|
2970
|
+
/* @__PURE__ */ m(nr, {
|
|
2972
2971
|
defaultValue: _,
|
|
2973
2972
|
onChange: v,
|
|
2974
|
-
children: [/* @__PURE__ */ p(
|
|
2973
|
+
children: [/* @__PURE__ */ p(tr, {
|
|
2975
2974
|
value: "url",
|
|
2976
2975
|
children: n[0]
|
|
2977
|
-
}), /* @__PURE__ */ p(
|
|
2976
|
+
}), /* @__PURE__ */ p(tr, {
|
|
2978
2977
|
value: "file",
|
|
2979
2978
|
children: n[1]
|
|
2980
2979
|
})]
|
|
2981
2980
|
}),
|
|
2982
|
-
_ === "url" && /* @__PURE__ */ m(f, { children: [/* @__PURE__ */ p(
|
|
2981
|
+
_ === "url" && /* @__PURE__ */ m(f, { children: [/* @__PURE__ */ p(ot, {
|
|
2983
2982
|
type: "text",
|
|
2984
2983
|
name: "richTextImageURL",
|
|
2985
2984
|
label: o,
|
|
@@ -2991,7 +2990,7 @@ function ir(e) {
|
|
|
2991
2990
|
src: h,
|
|
2992
2991
|
alt: "preview"
|
|
2993
2992
|
})] }),
|
|
2994
|
-
_ === "file" && /* @__PURE__ */ p(
|
|
2993
|
+
_ === "file" && /* @__PURE__ */ p(Zt, {
|
|
2995
2994
|
name: "richTextImageURL",
|
|
2996
2995
|
action: t,
|
|
2997
2996
|
label: a,
|
|
@@ -3001,13 +3000,13 @@ function ir(e) {
|
|
|
3001
3000
|
})
|
|
3002
3001
|
]
|
|
3003
3002
|
}),
|
|
3004
|
-
/* @__PURE__ */ m(
|
|
3003
|
+
/* @__PURE__ */ m(cn, { children: [/* @__PURE__ */ p(Q, {
|
|
3005
3004
|
type: "button",
|
|
3006
3005
|
scheme: "danger",
|
|
3007
3006
|
variant: "outline",
|
|
3008
3007
|
onClick: () => d(!1),
|
|
3009
3008
|
children: r
|
|
3010
|
-
}), /* @__PURE__ */ p(
|
|
3009
|
+
}), /* @__PURE__ */ p(Q, {
|
|
3011
3010
|
type: "button",
|
|
3012
3011
|
onClick: y,
|
|
3013
3012
|
children: i
|
|
@@ -3017,7 +3016,7 @@ function ir(e) {
|
|
|
3017
3016
|
}
|
|
3018
3017
|
//#endregion
|
|
3019
3018
|
//#region src/components/richText/insertVideo/index.tsx
|
|
3020
|
-
function
|
|
3019
|
+
function ir(e) {
|
|
3021
3020
|
let { modalCancelButton: t = "Cancelar", modalConfirmButton: n = "Confirmar", modalInputUrlLabel: r = "URL do vídeo:", modalTitle: i = "Inserir vídeo", invalidUrlMessage: a = "URL inválida" } = e, s = ye(), [c, l] = u(!1), [d, h] = u(""), [g, _] = u(""), [v, y] = u("");
|
|
3022
3021
|
function b(e) {
|
|
3023
3022
|
if (e.preventDefault(), !d || d === "") return;
|
|
@@ -3050,14 +3049,14 @@ function ar(e) {
|
|
|
3050
3049
|
className: "arkynRichTextInsertVideo",
|
|
3051
3050
|
onMouseDown: () => l(!0),
|
|
3052
3051
|
children: /* @__PURE__ */ p(G, {})
|
|
3053
|
-
}), /* @__PURE__ */ m(
|
|
3052
|
+
}), /* @__PURE__ */ m(sn, {
|
|
3054
3053
|
isVisible: c,
|
|
3055
3054
|
makeInvisible: () => l(!1),
|
|
3056
3055
|
children: [
|
|
3057
|
-
/* @__PURE__ */ p(
|
|
3056
|
+
/* @__PURE__ */ p(ln, { children: i }),
|
|
3058
3057
|
/* @__PURE__ */ m("div", {
|
|
3059
3058
|
className: "arkynRichTextInsertVideoModalContent",
|
|
3060
|
-
children: [/* @__PURE__ */ p(
|
|
3059
|
+
children: [/* @__PURE__ */ p(ot, {
|
|
3061
3060
|
type: "text",
|
|
3062
3061
|
name: "richTextVideoURL",
|
|
3063
3062
|
label: r,
|
|
@@ -3075,13 +3074,13 @@ function ar(e) {
|
|
|
3075
3074
|
allowFullScreen: !0
|
|
3076
3075
|
})]
|
|
3077
3076
|
}),
|
|
3078
|
-
/* @__PURE__ */ m(
|
|
3077
|
+
/* @__PURE__ */ m(cn, { children: [/* @__PURE__ */ p(Q, {
|
|
3079
3078
|
type: "button",
|
|
3080
3079
|
scheme: "danger",
|
|
3081
3080
|
variant: "outline",
|
|
3082
3081
|
onClick: () => l(!1),
|
|
3083
3082
|
children: t
|
|
3084
|
-
}), /* @__PURE__ */ p(
|
|
3083
|
+
}), /* @__PURE__ */ p(Q, {
|
|
3085
3084
|
disabled: !d,
|
|
3086
3085
|
type: "button",
|
|
3087
3086
|
onClick: b,
|
|
@@ -3092,7 +3091,7 @@ function ar(e) {
|
|
|
3092
3091
|
}
|
|
3093
3092
|
//#endregion
|
|
3094
3093
|
//#region src/components/richText/leaf/index.tsx
|
|
3095
|
-
function
|
|
3094
|
+
function ar({ attributes: e, children: t, leaf: n }) {
|
|
3096
3095
|
return n.bold && (t = /* @__PURE__ */ p("strong", { children: t })), n.code && (t = /* @__PURE__ */ p("code", { children: t })), n.italic && (t = /* @__PURE__ */ p("em", { children: t })), n.underline && (t = /* @__PURE__ */ p("u", { children: t })), /* @__PURE__ */ p("span", {
|
|
3097
3096
|
...e,
|
|
3098
3097
|
children: t
|
|
@@ -3100,21 +3099,21 @@ function or({ attributes: e, children: t, leaf: n }) {
|
|
|
3100
3099
|
}
|
|
3101
3100
|
//#endregion
|
|
3102
3101
|
//#region src/services/isMarkActive.ts
|
|
3103
|
-
function
|
|
3102
|
+
function or(e, t) {
|
|
3104
3103
|
let n = ue.marks(e);
|
|
3105
3104
|
return n ? n[t] === !0 : !1;
|
|
3106
3105
|
}
|
|
3107
3106
|
//#endregion
|
|
3108
3107
|
//#region src/services/toggleMark.ts
|
|
3109
|
-
function
|
|
3110
|
-
|
|
3108
|
+
function sr(e, t) {
|
|
3109
|
+
or(e, t) ? ue.removeMark(e, t) : ue.addMark(e, t, !0);
|
|
3111
3110
|
}
|
|
3112
3111
|
//#endregion
|
|
3113
3112
|
//#region src/components/richText/markButton/index.tsx
|
|
3114
|
-
function
|
|
3115
|
-
let n = ye(), r =
|
|
3113
|
+
function cr({ format: e, icon: t }) {
|
|
3114
|
+
let n = ye(), r = or(n, e) ? "activeTrue" : "activeFalse";
|
|
3116
3115
|
function i(t) {
|
|
3117
|
-
t.preventDefault(),
|
|
3116
|
+
t.preventDefault(), sr(n, e);
|
|
3118
3117
|
}
|
|
3119
3118
|
return /* @__PURE__ */ p("button", {
|
|
3120
3119
|
type: "button",
|
|
@@ -3125,7 +3124,7 @@ function lr({ format: e, icon: t }) {
|
|
|
3125
3124
|
}
|
|
3126
3125
|
//#endregion
|
|
3127
3126
|
//#region src/components/richText/toolbar/index.tsx
|
|
3128
|
-
function
|
|
3127
|
+
function lr({ children: e }) {
|
|
3129
3128
|
return /* @__PURE__ */ p("div", {
|
|
3130
3129
|
className: "arkynRichTextToolbar",
|
|
3131
3130
|
children: e
|
|
@@ -3133,31 +3132,31 @@ function ur({ children: e }) {
|
|
|
3133
3132
|
}
|
|
3134
3133
|
//#endregion
|
|
3135
3134
|
//#region src/services/extractTextFromNode.ts
|
|
3136
|
-
function
|
|
3135
|
+
function ur(e) {
|
|
3137
3136
|
return e.map((e) => fe.string(e)).join("");
|
|
3138
3137
|
}
|
|
3139
3138
|
//#endregion
|
|
3140
3139
|
//#region src/components/richText/index.tsx
|
|
3141
|
-
function
|
|
3142
|
-
let { name: t, hiddenButtons: n, imageConfig: r, videoConfig: a, className: o = "", defaultValue: d = "[]", enforceCharacterLimit: f = !1, onChangeCharactersCount: h, baseErrorMessage: x, maxLimit: S = 1e4, onChange: C, isError: w, label: T, showAsterisk: D, id: O, orientation: k = "horizontal", unShowFieldTemplate: A = !1 } = e, j = c(() => ge(be(he())), []), { fieldErrors: P } =
|
|
3140
|
+
function dr(e) {
|
|
3141
|
+
let { name: t, hiddenButtons: n, imageConfig: r, videoConfig: a, className: o = "", defaultValue: d = "[]", enforceCharacterLimit: f = !1, onChangeCharactersCount: h, baseErrorMessage: x, maxLimit: S = 1e4, onChange: C, isError: w, label: T, showAsterisk: D, id: O, orientation: k = "horizontal", unShowFieldTemplate: A = !1 } = e, j = c(() => ge(be(he())), []), { fieldErrors: P } = X();
|
|
3143
3142
|
function F() {
|
|
3144
3143
|
try {
|
|
3145
3144
|
let e = JSON.parse(d);
|
|
3146
|
-
return !Array.isArray(e) || e.length <= 0 ?
|
|
3145
|
+
return !Array.isArray(e) || e.length <= 0 ? Kn : e.every((e) => typeof e == "object" && !!e && "type" in e && "children" in e) ? e : Kn;
|
|
3147
3146
|
} catch {
|
|
3148
|
-
return
|
|
3147
|
+
return Kn;
|
|
3149
3148
|
}
|
|
3150
3149
|
}
|
|
3151
|
-
let [L, R] = u(
|
|
3150
|
+
let [L, R] = u(ur(F()).length), [z, B] = u(JSON.stringify(F()) || "[]"), [H, U] = u(!1), G = l(null), K = O || s(), q = x || P?.[t], ee = w || !!q, te = i(ar, []), J = i(Zn, []);
|
|
3152
3151
|
function ne(e) {
|
|
3153
|
-
let t =
|
|
3152
|
+
let t = ur(e);
|
|
3154
3153
|
R(t.length), h && h(t.length), !(f && t.length >= S) && (B(JSON.stringify(e)), C && C(e), j.children = e, me.setNodes(j, { children: e }));
|
|
3155
3154
|
}
|
|
3156
|
-
let re = `arkynRichText ${ee || S < L ? "errorTrue" : "errorFalse"} ${H ? "focusTrue" : "focusFalse"}`,
|
|
3157
|
-
function
|
|
3155
|
+
let re = `arkynRichText ${ee || S < L ? "errorTrue" : "errorFalse"} ${H ? "focusTrue" : "focusFalse"}`, ie = S - L;
|
|
3156
|
+
function Y(e) {
|
|
3158
3157
|
return !n?.includes(e);
|
|
3159
3158
|
}
|
|
3160
|
-
return /* @__PURE__ */ p(
|
|
3159
|
+
return /* @__PURE__ */ p($, {
|
|
3161
3160
|
name: t,
|
|
3162
3161
|
label: T,
|
|
3163
3162
|
showAsterisk: D,
|
|
@@ -3174,53 +3173,53 @@ function fr(e) {
|
|
|
3174
3173
|
/* @__PURE__ */ m("div", {
|
|
3175
3174
|
className: re,
|
|
3176
3175
|
children: [
|
|
3177
|
-
/* @__PURE__ */ m(
|
|
3178
|
-
|
|
3176
|
+
/* @__PURE__ */ m(lr, { children: [
|
|
3177
|
+
Y("headingOne") && /* @__PURE__ */ p(Xn, {
|
|
3179
3178
|
format: "headingOne",
|
|
3180
3179
|
icon: M
|
|
3181
3180
|
}),
|
|
3182
|
-
|
|
3181
|
+
Y("headingTwo") && /* @__PURE__ */ p(Xn, {
|
|
3183
3182
|
format: "headingTwo",
|
|
3184
3183
|
icon: N
|
|
3185
3184
|
}),
|
|
3186
|
-
|
|
3185
|
+
Y("blockQuote") && /* @__PURE__ */ p(Xn, {
|
|
3187
3186
|
format: "blockQuote",
|
|
3188
3187
|
icon: V
|
|
3189
3188
|
}),
|
|
3190
|
-
|
|
3189
|
+
Y("bold") && /* @__PURE__ */ p(cr, {
|
|
3191
3190
|
format: "bold",
|
|
3192
3191
|
icon: b
|
|
3193
3192
|
}),
|
|
3194
|
-
|
|
3193
|
+
Y("italic") && /* @__PURE__ */ p(cr, {
|
|
3195
3194
|
format: "italic",
|
|
3196
3195
|
icon: I
|
|
3197
3196
|
}),
|
|
3198
|
-
|
|
3197
|
+
Y("underline") && /* @__PURE__ */ p(cr, {
|
|
3199
3198
|
format: "underline",
|
|
3200
3199
|
icon: W
|
|
3201
3200
|
}),
|
|
3202
|
-
|
|
3201
|
+
Y("code") && /* @__PURE__ */ p(cr, {
|
|
3203
3202
|
format: "code",
|
|
3204
3203
|
icon: E
|
|
3205
3204
|
}),
|
|
3206
|
-
|
|
3205
|
+
Y("left") && /* @__PURE__ */ p(Xn, {
|
|
3207
3206
|
format: "left",
|
|
3208
3207
|
icon: v
|
|
3209
3208
|
}),
|
|
3210
|
-
|
|
3209
|
+
Y("right") && /* @__PURE__ */ p(Xn, {
|
|
3211
3210
|
format: "right",
|
|
3212
3211
|
icon: y
|
|
3213
3212
|
}),
|
|
3214
|
-
|
|
3213
|
+
Y("center") && /* @__PURE__ */ p(Xn, {
|
|
3215
3214
|
format: "center",
|
|
3216
3215
|
icon: g
|
|
3217
3216
|
}),
|
|
3218
|
-
|
|
3217
|
+
Y("justify") && /* @__PURE__ */ p(Xn, {
|
|
3219
3218
|
format: "justify",
|
|
3220
3219
|
icon: _
|
|
3221
3220
|
}),
|
|
3222
|
-
r &&
|
|
3223
|
-
|
|
3221
|
+
r && Y("image") && /* @__PURE__ */ p(rr, { ...r }),
|
|
3222
|
+
Y("video") && /* @__PURE__ */ p(ir, { ...a })
|
|
3224
3223
|
] }),
|
|
3225
3224
|
/* @__PURE__ */ p(_e, {
|
|
3226
3225
|
className: "editorContainer",
|
|
@@ -3232,16 +3231,16 @@ function fr(e) {
|
|
|
3232
3231
|
onFocus: () => U(!0),
|
|
3233
3232
|
onBlur: () => U(!1),
|
|
3234
3233
|
onKeyDown: (e) => {
|
|
3235
|
-
for (let t in
|
|
3234
|
+
for (let t in Gn) if (le(t, e)) {
|
|
3236
3235
|
e.preventDefault();
|
|
3237
|
-
let n =
|
|
3238
|
-
|
|
3236
|
+
let n = Gn[t];
|
|
3237
|
+
sr(j, n);
|
|
3239
3238
|
}
|
|
3240
3239
|
}
|
|
3241
3240
|
}),
|
|
3242
|
-
|
|
3241
|
+
ie < 0 && /* @__PURE__ */ p("div", {
|
|
3243
3242
|
className: "restatesCharacters",
|
|
3244
|
-
children:
|
|
3243
|
+
children: ie
|
|
3245
3244
|
})
|
|
3246
3245
|
]
|
|
3247
3246
|
}),
|
|
@@ -3261,7 +3260,7 @@ function fr(e) {
|
|
|
3261
3260
|
}
|
|
3262
3261
|
//#endregion
|
|
3263
3262
|
//#region src/components/searchPlaces.tsx
|
|
3264
|
-
function
|
|
3263
|
+
function fr(e) {
|
|
3265
3264
|
let { onChange: t, onPlaceChanged: n, options: r, ...i } = e, [a, o] = u(null);
|
|
3266
3265
|
return /* @__PURE__ */ p(xe, {
|
|
3267
3266
|
onLoad: (e) => o(e),
|
|
@@ -3304,7 +3303,7 @@ function pr(e) {
|
|
|
3304
3303
|
}
|
|
3305
3304
|
},
|
|
3306
3305
|
options: r,
|
|
3307
|
-
children: /* @__PURE__ */ p(
|
|
3306
|
+
children: /* @__PURE__ */ p(ot, {
|
|
3308
3307
|
type: "text",
|
|
3309
3308
|
autoComplete: "off",
|
|
3310
3309
|
onChange: (e) => t && t(e.target.value),
|
|
@@ -3314,12 +3313,12 @@ function pr(e) {
|
|
|
3314
3313
|
}
|
|
3315
3314
|
//#endregion
|
|
3316
3315
|
//#region src/components/switch/index.tsx
|
|
3317
|
-
function
|
|
3316
|
+
function pr(e) {
|
|
3318
3317
|
let { label: t, size: n = "lg", defaultChecked: r = !1, checked: i = null, value: a, unCheckedValue: o = "", name: c, className: d = "", onCheck: f, id: m, orientation: h = "horizontalReverse", className: g = "", showAsterisk: _, errorMessage: v, unShowFieldTemplate: y = !1, ...b } = e, x = l(null), S = m || s(), [C, w] = u(r), T = typeof i == "boolean" ? i : C;
|
|
3319
3318
|
function E() {
|
|
3320
3319
|
w(!C), f && f(T ? o : a || "checked");
|
|
3321
3320
|
}
|
|
3322
|
-
return /* @__PURE__ */ p(
|
|
3321
|
+
return /* @__PURE__ */ p($, {
|
|
3323
3322
|
name: c,
|
|
3324
3323
|
label: t,
|
|
3325
3324
|
showAsterisk: _,
|
|
@@ -3345,7 +3344,7 @@ function mr(e) {
|
|
|
3345
3344
|
}
|
|
3346
3345
|
//#endregion
|
|
3347
3346
|
//#region src/components/table/tableBody/index.tsx
|
|
3348
|
-
function
|
|
3347
|
+
function mr(t) {
|
|
3349
3348
|
let { emptyMessage: n = "Nenhum dado adicionado.", className: r, children: i, ...a } = t, o = `arkynTableBody ${r}`, s = e.count(i) === 0;
|
|
3350
3349
|
return /* @__PURE__ */ p("tbody", {
|
|
3351
3350
|
className: o.trim(),
|
|
@@ -3361,7 +3360,7 @@ function hr(t) {
|
|
|
3361
3360
|
}
|
|
3362
3361
|
//#endregion
|
|
3363
3362
|
//#region src/components/table/tableCaption/index.tsx
|
|
3364
|
-
function
|
|
3363
|
+
function hr(e) {
|
|
3365
3364
|
let { className: t, children: n, ...r } = e;
|
|
3366
3365
|
return /* @__PURE__ */ p("caption", {
|
|
3367
3366
|
className: `arkynTableCaption ${t}`.trim(),
|
|
@@ -3374,7 +3373,7 @@ function gr(e) {
|
|
|
3374
3373
|
}
|
|
3375
3374
|
//#endregion
|
|
3376
3375
|
//#region src/components/table/tableContainer/index.tsx
|
|
3377
|
-
function
|
|
3376
|
+
function gr(e) {
|
|
3378
3377
|
let { children: t, className: n, ...r } = e;
|
|
3379
3378
|
return /* @__PURE__ */ p("div", {
|
|
3380
3379
|
className: `arkynTableContainer ${n}`.trim(),
|
|
@@ -3384,7 +3383,7 @@ function _r(e) {
|
|
|
3384
3383
|
}
|
|
3385
3384
|
//#endregion
|
|
3386
3385
|
//#region src/components/table/tableFooter/index.tsx
|
|
3387
|
-
function
|
|
3386
|
+
function _r(e) {
|
|
3388
3387
|
let { className: t, children: n, ...r } = e;
|
|
3389
3388
|
return /* @__PURE__ */ m("tfoot", {
|
|
3390
3389
|
className: `arkynTableFooter ${t}`.trim(),
|
|
@@ -3400,7 +3399,7 @@ function vr(e) {
|
|
|
3400
3399
|
}
|
|
3401
3400
|
//#endregion
|
|
3402
3401
|
//#region src/components/table/tableHeader/index.tsx
|
|
3403
|
-
function
|
|
3402
|
+
function vr(e) {
|
|
3404
3403
|
let { className: t, children: n, ...r } = e;
|
|
3405
3404
|
return /* @__PURE__ */ m("thead", {
|
|
3406
3405
|
className: `arkynTableHeader ${t}`.trim(),
|
|
@@ -3410,8 +3409,8 @@ function yr(e) {
|
|
|
3410
3409
|
}
|
|
3411
3410
|
//#endregion
|
|
3412
3411
|
//#region src/components/textarea/index.tsx
|
|
3413
|
-
function
|
|
3414
|
-
let { variant: t = "solid", size: n = "md", className: r, errorMessage: i, disabled: a = !1, readOnly: o = !1, label: c, showAsterisk: d, name: f, onFocus: h, onBlur: g, title: _, style: v, value: y, defaultValue: b, placeholder: x, id: S, ...C } = e, { fieldErrors: w } =
|
|
3412
|
+
function yr(e) {
|
|
3413
|
+
let { variant: t = "solid", size: n = "md", className: r, errorMessage: i, disabled: a = !1, readOnly: o = !1, label: c, showAsterisk: d, name: f, onFocus: h, onBlur: g, title: _, style: v, value: y, defaultValue: b, placeholder: x, id: S, ...C } = e, { fieldErrors: w } = X(), [T, E] = u(!1), D = l(null), O = S || s(), k = i || w?.[f], A = `arkynTextarea ${t} ${n} ${a || o ? "opacityTrue" : "opacityFalse"} ${k ? "errorTrue" : "errorFalse"} ${T ? "focusedTrue" : "focusedFalse"}`;
|
|
3415
3414
|
function j() {
|
|
3416
3415
|
a || !D?.current || (E(!0), D.current.focus());
|
|
3417
3416
|
}
|
|
@@ -3454,8 +3453,8 @@ function br(e) {
|
|
|
3454
3453
|
}
|
|
3455
3454
|
//#endregion
|
|
3456
3455
|
//#region src/providers/modalProvider.tsx
|
|
3457
|
-
var
|
|
3458
|
-
function
|
|
3456
|
+
var br = n({});
|
|
3457
|
+
function xr(e) {
|
|
3459
3458
|
let { children: t = !1 } = e, [n, r] = u([]);
|
|
3460
3459
|
function i(e) {
|
|
3461
3460
|
return !!n.some((t) => t.key === e);
|
|
@@ -3478,7 +3477,7 @@ function Sr(e) {
|
|
|
3478
3477
|
function c() {
|
|
3479
3478
|
r([]);
|
|
3480
3479
|
}
|
|
3481
|
-
return /* @__PURE__ */ p(
|
|
3480
|
+
return /* @__PURE__ */ p(br.Provider, {
|
|
3482
3481
|
value: {
|
|
3483
3482
|
modalIsOpen: i,
|
|
3484
3483
|
modalData: a,
|
|
@@ -3491,8 +3490,8 @@ function Sr(e) {
|
|
|
3491
3490
|
}
|
|
3492
3491
|
//#endregion
|
|
3493
3492
|
//#region src/hooks/useModal.ts
|
|
3494
|
-
function
|
|
3495
|
-
let t = a(
|
|
3493
|
+
function Sr(e) {
|
|
3494
|
+
let t = a(br);
|
|
3496
3495
|
if (Object.entries(t).length === 0) throw Error("useModal must be used within a Provider");
|
|
3497
3496
|
if (e) {
|
|
3498
3497
|
let { modalData: n, modalIsOpen: r, openModal: i, closeModal: a } = t;
|
|
@@ -3506,8 +3505,8 @@ function Cr(e) {
|
|
|
3506
3505
|
}
|
|
3507
3506
|
//#endregion
|
|
3508
3507
|
//#region src/providers/toastProvider.tsx
|
|
3509
|
-
var
|
|
3510
|
-
function
|
|
3508
|
+
var Cr = n({});
|
|
3509
|
+
function wr({ children: e }) {
|
|
3511
3510
|
function t(e) {
|
|
3512
3511
|
switch (e.type) {
|
|
3513
3512
|
case "success": return we.success(e.message, {
|
|
@@ -3538,7 +3537,7 @@ function Tr({ children: e }) {
|
|
|
3538
3537
|
});
|
|
3539
3538
|
}
|
|
3540
3539
|
}
|
|
3541
|
-
return /* @__PURE__ */ m(
|
|
3540
|
+
return /* @__PURE__ */ m(Cr.Provider, {
|
|
3542
3541
|
value: { showToast: t },
|
|
3543
3542
|
children: [/* @__PURE__ */ p(Te, {
|
|
3544
3543
|
position: "top-right",
|
|
@@ -3548,14 +3547,14 @@ function Tr({ children: e }) {
|
|
|
3548
3547
|
}
|
|
3549
3548
|
//#endregion
|
|
3550
3549
|
//#region src/hooks/useToast.ts
|
|
3551
|
-
function
|
|
3552
|
-
let e = a(
|
|
3550
|
+
function Tr() {
|
|
3551
|
+
let e = a(Cr);
|
|
3553
3552
|
if (Object.entries(e).length === 0) throw Error("useToast must be used within a Provider");
|
|
3554
3553
|
return e;
|
|
3555
3554
|
}
|
|
3556
3555
|
//#endregion
|
|
3557
3556
|
//#region src/templates/badResponses.ts
|
|
3558
|
-
var
|
|
3557
|
+
var Er = [
|
|
3559
3558
|
"BadGateway",
|
|
3560
3559
|
"BadRequest",
|
|
3561
3560
|
"Conflict",
|
|
@@ -3565,7 +3564,7 @@ var Dr = [
|
|
|
3565
3564
|
"ServerError",
|
|
3566
3565
|
"Unauthorized",
|
|
3567
3566
|
"UnprocessableEntity"
|
|
3568
|
-
],
|
|
3567
|
+
], Dr = [
|
|
3569
3568
|
"Created",
|
|
3570
3569
|
"Found",
|
|
3571
3570
|
"Success",
|
|
@@ -3573,15 +3572,15 @@ var Dr = [
|
|
|
3573
3572
|
];
|
|
3574
3573
|
//#endregion
|
|
3575
3574
|
//#region src/hooks/useAutomation.ts
|
|
3576
|
-
function
|
|
3577
|
-
let { closeAll: t } =
|
|
3575
|
+
function Or(e) {
|
|
3576
|
+
let { closeAll: t } = Sr(), { showToast: n } = Tr(), r = e?.closeModal, i = e?.message, a = e?.name, s = e?.cause?.data?.scrollTo, c = e?.cause?.fieldErrors ? Object.values(e?.cause?.fieldErrors)[0] : null;
|
|
3578
3577
|
function l() {
|
|
3579
3578
|
if (!(!i && !c)) {
|
|
3580
|
-
if (
|
|
3579
|
+
if (Dr.includes(a)) return n({
|
|
3581
3580
|
message: i,
|
|
3582
3581
|
type: "success"
|
|
3583
3582
|
});
|
|
3584
|
-
if (
|
|
3583
|
+
if (Er.includes(a)) {
|
|
3585
3584
|
if (c) return n({
|
|
3586
3585
|
message: c,
|
|
3587
3586
|
type: "danger"
|
|
@@ -3602,8 +3601,8 @@ function kr(e) {
|
|
|
3602
3601
|
}
|
|
3603
3602
|
//#endregion
|
|
3604
3603
|
//#region src/providers/drawerProvider.tsx
|
|
3605
|
-
var
|
|
3606
|
-
function
|
|
3604
|
+
var kr = n({});
|
|
3605
|
+
function Ar(e) {
|
|
3607
3606
|
let { children: t = !1 } = e, [n, r] = u([]);
|
|
3608
3607
|
function i(e) {
|
|
3609
3608
|
return !!n.some((t) => t.key === e);
|
|
@@ -3623,7 +3622,7 @@ function jr(e) {
|
|
|
3623
3622
|
function s(e) {
|
|
3624
3623
|
r(n.filter((t) => t.key !== e));
|
|
3625
3624
|
}
|
|
3626
|
-
return /* @__PURE__ */ p(
|
|
3625
|
+
return /* @__PURE__ */ p(kr.Provider, {
|
|
3627
3626
|
value: {
|
|
3628
3627
|
drawerIsOpen: i,
|
|
3629
3628
|
drawerData: a,
|
|
@@ -3635,8 +3634,8 @@ function jr(e) {
|
|
|
3635
3634
|
}
|
|
3636
3635
|
//#endregion
|
|
3637
3636
|
//#region src/hooks/useDrawer.ts
|
|
3638
|
-
function
|
|
3639
|
-
let t = a(
|
|
3637
|
+
function jr(e) {
|
|
3638
|
+
let t = a(kr);
|
|
3640
3639
|
if (Object.entries(t).length === 0) throw Error("useDrawer must be used within a Provider");
|
|
3641
3640
|
if (e) {
|
|
3642
3641
|
let { drawerData: n, drawerIsOpen: r, openDrawer: i, closeDrawer: a } = t;
|
|
@@ -3650,7 +3649,7 @@ function Mr(e) {
|
|
|
3650
3649
|
}
|
|
3651
3650
|
//#endregion
|
|
3652
3651
|
//#region src/hooks/useScopedParams.ts
|
|
3653
|
-
function
|
|
3652
|
+
function Mr(e, t = "") {
|
|
3654
3653
|
let n = new URLSearchParams(e), r = t ? `${t}:` : "", i = (e) => {
|
|
3655
3654
|
Object.entries(e).forEach(([e, t]) => {
|
|
3656
3655
|
t === void 0 ? n.delete(`${r}${e}`) : n.set(`${r}${e}`, String(t));
|
|
@@ -3667,8 +3666,8 @@ function Nr(e, t = "") {
|
|
|
3667
3666
|
}
|
|
3668
3667
|
//#endregion
|
|
3669
3668
|
//#region src/hooks/useSearchAutomation.ts
|
|
3670
|
-
function
|
|
3671
|
-
let { closeAll: n } =
|
|
3669
|
+
function Nr(e, t = "") {
|
|
3670
|
+
let { closeAll: n } = Sr(), { showToast: r } = Tr(), { getParam: i } = Mr(e, t), a = i("closeModal") === "true", s = i("message"), c = i("name"), l = i("type");
|
|
3672
3671
|
o(() => {
|
|
3673
3672
|
a && n(), s && (l === "success" && r({
|
|
3674
3673
|
message: s,
|
|
@@ -3676,10 +3675,10 @@ function Pr(e, t = "") {
|
|
|
3676
3675
|
}), l === "danger" && r({
|
|
3677
3676
|
message: s,
|
|
3678
3677
|
type: "danger"
|
|
3679
|
-
}), c &&
|
|
3678
|
+
}), c && Er.includes(c) && !Er.includes(s) && r({
|
|
3680
3679
|
message: s,
|
|
3681
3680
|
type: "danger"
|
|
3682
|
-
}), c &&
|
|
3681
|
+
}), c && Dr.includes(c) && !Dr.includes(s) && r({
|
|
3683
3682
|
message: s,
|
|
3684
3683
|
type: "success"
|
|
3685
3684
|
}));
|
|
@@ -3692,28 +3691,28 @@ function Pr(e, t = "") {
|
|
|
3692
3691
|
}
|
|
3693
3692
|
//#endregion
|
|
3694
3693
|
//#region src/providers/placesProvider.tsx
|
|
3695
|
-
var
|
|
3694
|
+
var Pr = [
|
|
3696
3695
|
"places",
|
|
3697
3696
|
"marker",
|
|
3698
3697
|
"maps"
|
|
3699
3698
|
];
|
|
3700
|
-
function
|
|
3699
|
+
function Fr(e) {
|
|
3701
3700
|
let { apiKey: t, children: n, preventFontsLoading: r = !0 } = e, { isLoaded: i } = Se({
|
|
3702
3701
|
googleMapsApiKey: t,
|
|
3703
|
-
libraries:
|
|
3702
|
+
libraries: Pr,
|
|
3704
3703
|
preventGoogleFontsLoading: r
|
|
3705
3704
|
});
|
|
3706
3705
|
return /* @__PURE__ */ p(f, { children: n(i) });
|
|
3707
3706
|
}
|
|
3708
3707
|
//#endregion
|
|
3709
3708
|
//#region src/utils/richTextUtilities.ts
|
|
3710
|
-
function
|
|
3709
|
+
function Ir(e) {
|
|
3711
3710
|
if (pe.isText(e)) {
|
|
3712
3711
|
let t = e?.text;
|
|
3713
3712
|
return e?.bold && (t = `<strong>${t}</strong>`), e?.code && (t = `<code>${t}</code>`), e?.italic && (t = `<em>${t}</em>`), e?.underline && (t = `<u>${t}</u>`), t;
|
|
3714
3713
|
}
|
|
3715
3714
|
if (de.isElement(e)) {
|
|
3716
|
-
let t = e.children?.map((e) =>
|
|
3715
|
+
let t = e.children?.map((e) => Ir(e)).join(""), n = e.align || "left";
|
|
3717
3716
|
switch (e.type) {
|
|
3718
3717
|
case "video": return `<iframe src="${e.src}" class="align_${n}" />`;
|
|
3719
3718
|
case "image": return `<img src="${e.src}" class="align_${n}" />`;
|
|
@@ -3729,9 +3728,9 @@ function Lr(e) {
|
|
|
3729
3728
|
}
|
|
3730
3729
|
return "";
|
|
3731
3730
|
}
|
|
3732
|
-
function
|
|
3731
|
+
function Lr(e) {
|
|
3733
3732
|
if (typeof e == "string") return { text: e };
|
|
3734
|
-
let t = Array.isArray(e.props.children) ? e.props.children.map((e) =>
|
|
3733
|
+
let t = Array.isArray(e.props.children) ? e.props.children.map((e) => Lr(e)) : [{ text: e.props.children || "" }], n = e.props.className?.replace("align_", "");
|
|
3735
3734
|
switch (e.type) {
|
|
3736
3735
|
case "img": return {
|
|
3737
3736
|
type: "image",
|
|
@@ -3795,14 +3794,14 @@ function Rr(e) {
|
|
|
3795
3794
|
}
|
|
3796
3795
|
//#endregion
|
|
3797
3796
|
//#region src/services/toHtml.ts
|
|
3798
|
-
function
|
|
3799
|
-
return e.map((e) =>
|
|
3797
|
+
function Rr(e) {
|
|
3798
|
+
return e.map((e) => Ir(e)).join("");
|
|
3800
3799
|
}
|
|
3801
3800
|
//#endregion
|
|
3802
3801
|
//#region src/services/toRichTextValue.ts
|
|
3803
|
-
function
|
|
3802
|
+
function zr(e) {
|
|
3804
3803
|
let t = Ee(e);
|
|
3805
|
-
return Array.isArray(t) ? t.map((e) => typeof e == "string" ? { text: e } :
|
|
3804
|
+
return Array.isArray(t) ? t.map((e) => typeof e == "string" ? { text: e } : Lr(e)) : typeof t == "string" ? [{ text: t }] : [Lr(t)];
|
|
3806
3805
|
}
|
|
3807
3806
|
//#endregion
|
|
3808
|
-
export { Ae as AlertContainer, je as AlertContent, Me as AlertDescription, Ne as AlertIcon, De as AlertTitle, Ie as AudioPlayer, qe as AudioUpload, Je as Badge,
|
|
3807
|
+
export { Ae as AlertContainer, je as AlertContent, Me as AlertDescription, Ne as AlertIcon, De as AlertTitle, Ie as AudioPlayer, qe as AudioUpload, Je as Badge, Q as Button, gt as Calendar, bt as CardTabButton, xt as CardTabContainer, St as Checkbox, Tt as ClientOnly, Ot as CurrencyInput, He as Divider, Mt as DrawerContainer, Nt as DrawerHeader, Ar as DrawerProvider, It as FacebookPixel, ze as FieldError, Be as FieldLabel, Ve as FieldWrapper, zt as FileUpload, Re as FormProvider, Ut as GoogleAnalytics, Jt as GoogleTagManager, Ue as IconButton, Zt as ImageUpload, ot as Input, en as MapView, nn as MaskedInput, sn as ModalContainer, cn as ModalFooter, ln as ModalHeader, xr as ModalProvider, vn as MultiSelect, wn as Pagination, Ln as PhoneInput, Fr as PlacesProvider, Rn as Popover, Hn as RadioBox, Un as RadioGroup, dr as RichText, fr as SearchPlaces, ut as Select, Fe as Slider, pr as Switch, tr as TabButton, nr as TabContainer, mr as TableBody, hr as TableCaption, gr as TableContainer, _r as TableFooter, vr as TableHeader, yr as Textarea, wr as ToastProvider, We as Tooltip, Rr as toHtml, zr as toRichTextValue, Or as useAutomation, jr as useDrawer, X as useForm, wt as useHydrated, Sr as useModal, Mr as useScopedParams, at as useScrollLock, Nr as useSearchAutomation, Pe as useSlider, Tr as useToast };
|