1mpacto-react-ui 2.0.25 → 2.0.26
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/assets/_colors.scss +42 -0
- package/dist/assets/_typography.scss +32 -2
- package/dist/assets/core.css +1 -1
- package/dist/assets/fontfamily.css +1 -1
- package/dist/assets/style.css +1 -1
- package/dist/components/Button/Button.config.cjs +1 -1
- package/dist/components/Button/Button.config.mjs +58 -55
- package/dist/components/Button/style.module.scss.cjs +1 -1
- package/dist/components/Button/style.module.scss.mjs +60 -57
- package/dist/components/Calendar/Calendar.cjs +1 -1
- package/dist/components/Calendar/Calendar.config.cjs +1 -0
- package/dist/components/Calendar/Calendar.config.mjs +22 -0
- package/dist/components/Calendar/Calendar.mjs +221 -133
- package/dist/components/Calendar/CalendarCell.cjs +1 -1
- package/dist/components/Calendar/CalendarCell.mjs +9 -9
- package/dist/components/Calendar/CalendarMonth.cjs +1 -1
- package/dist/components/Calendar/CalendarMonth.mjs +23 -21
- package/dist/components/Calendar/CalendarRange.cjs +1 -1
- package/dist/components/Calendar/CalendarRange.mjs +100 -98
- package/dist/components/Calendar/CalendarYear.cjs +2 -2
- package/dist/components/Calendar/CalendarYear.mjs +25 -23
- package/dist/components/Calendar/style.module.scss.cjs +1 -1
- package/dist/components/Calendar/style.module.scss.mjs +35 -33
- package/dist/components/Chart/LineChart.cjs +1 -1
- package/dist/components/Chart/LineChart.mjs +1 -1
- package/dist/components/DatePicker/DatePicker.cjs +1 -1
- package/dist/components/DatePicker/DatePicker.mjs +78 -69
- package/dist/components/DatePicker/DateRangePicker.cjs +1 -1
- package/dist/components/DatePicker/DateRangePicker.mjs +91 -79
- package/dist/components/DatePicker/FilterDate.cjs +1 -1
- package/dist/components/DatePicker/FilterDate.mjs +181 -127
- package/dist/components/DatePicker/MonthYearPicker.cjs +1 -1
- package/dist/components/DatePicker/MonthYearPicker.mjs +58 -49
- package/dist/components/Input/InputInnerLabel.cjs +6 -6
- package/dist/components/Input/InputInnerLabel.config.cjs +1 -1
- package/dist/components/Input/InputInnerLabel.config.mjs +9 -5
- package/dist/components/Input/InputInnerLabel.mjs +36 -35
- package/dist/components/Input/InputInnerLabel.module.scss.cjs +1 -1
- package/dist/components/Input/InputInnerLabel.module.scss.mjs +19 -17
- package/dist/components/Sidebar/ItemSidebar.config.cjs +1 -1
- package/dist/components/Sidebar/ItemSidebar.config.mjs +6 -2
- package/dist/components/Sidebar/Sidebar.cjs +1 -1
- package/dist/components/Sidebar/Sidebar.config.cjs +1 -1
- package/dist/components/Sidebar/Sidebar.config.mjs +14 -12
- package/dist/components/Sidebar/Sidebar.mjs +78 -77
- package/dist/components/Sidebar/Sidebar.module.scss.cjs +1 -1
- package/dist/components/Sidebar/Sidebar.module.scss.mjs +22 -20
- package/dist/components/Sidebar/itemSidebar.module.scss.cjs +1 -1
- package/dist/components/Sidebar/itemSidebar.module.scss.mjs +25 -24
- package/dist/config/resources/index.cjs +1 -1
- package/dist/config/resources/index.mjs +1 -1
- package/dist/config/tailwind/colors.cjs +1 -1
- package/dist/config/tailwind/colors.mjs +22 -1
- package/dist/config/tailwind/typography.cjs +1 -1
- package/dist/config/tailwind/typography.mjs +70 -3
- package/dist/package.json.cjs +1 -1
- package/dist/package.json.d.ts +1 -1
- package/dist/package.json.mjs +1 -1
- package/dist/src/components/Button/Button.config.d.ts +3 -0
- package/dist/src/components/Calendar/Calendar.config.d.ts +19 -0
- package/dist/src/components/Calendar/Calendar.d.ts +5 -3
- package/dist/src/components/Calendar/Calendar.stories.d.ts +21 -5
- package/dist/src/components/Calendar/CalendarMonth.d.ts +1 -1
- package/dist/src/components/Calendar/CalendarRange.d.ts +1 -1
- package/dist/src/components/Calendar/CalendarYear.d.ts +1 -1
- package/dist/src/components/DatePicker/DatePicker.stories.d.ts +28 -0
- package/dist/src/components/DatePicker/FilterDate.d.ts +1 -1
- package/dist/src/components/DatePicker/FilterDate.stories.d.ts +29 -1
- package/dist/src/components/DatePicker/MonthYearPicker.d.ts +1 -1
- package/dist/src/components/DatePicker/MonthYearPicker.stories.d.ts +29 -1
- package/dist/src/components/Input/InputInnerLabel.config.d.ts +5 -1
- package/dist/src/components/Input/InputInnerLabel.stories.d.ts +16 -0
- package/dist/src/components/Sidebar/ItemSidebar.config.d.ts +4 -0
- package/dist/src/components/Sidebar/Sidebar.config.d.ts +2 -0
- package/dist/src/config/resources/index.d.ts +2 -2
- package/dist/src/config/tailwind/typography.d.ts +1 -0
- package/dist/src/interfaces/components/Button/index.d.ts +1 -1
- package/dist/src/interfaces/components/Calendar/index.d.ts +41 -0
- package/dist/src/interfaces/components/DatePicker/index.d.ts +41 -1
- package/dist/src/interfaces/components/Input/index.d.ts +10 -0
- package/dist/src/interfaces/components/Sidebar/index.d.ts +6 -1
- package/dist/utils/common.cjs +1 -1
- package/dist/utils/common.mjs +7 -7
- package/package.json +1 -1
|
@@ -1,59 +1,60 @@
|
|
|
1
|
-
import { jsxs as
|
|
2
|
-
import
|
|
1
|
+
import { jsxs as i, jsx as o } from "react/jsx-runtime";
|
|
2
|
+
import l from "react";
|
|
3
3
|
import e from "./InputInnerLabel.module.scss.mjs";
|
|
4
|
-
import { configInputInnerLabel as
|
|
5
|
-
const
|
|
4
|
+
import { configInputInnerLabel as m } from "./InputInnerLabel.config.mjs";
|
|
5
|
+
const x = l.forwardRef((p, b) => {
|
|
6
6
|
const {
|
|
7
7
|
isRequired: f,
|
|
8
|
-
classNameContainer:
|
|
9
|
-
className:
|
|
10
|
-
classNameLabel:
|
|
11
|
-
classNameLabelError:
|
|
8
|
+
classNameContainer: $,
|
|
9
|
+
className: u,
|
|
10
|
+
classNameLabel: N,
|
|
11
|
+
classNameLabelError: h,
|
|
12
12
|
name: c,
|
|
13
13
|
id: d,
|
|
14
|
-
label:
|
|
15
|
-
type:
|
|
16
|
-
startIcon:
|
|
17
|
-
endIcon:
|
|
14
|
+
label: s,
|
|
15
|
+
type: I = "text",
|
|
16
|
+
startIcon: a,
|
|
17
|
+
endIcon: n,
|
|
18
18
|
error: t,
|
|
19
|
-
sizeInput:
|
|
19
|
+
sizeInput: y = "large",
|
|
20
|
+
variant: v = "bill-blue-800",
|
|
20
21
|
...r
|
|
21
|
-
} =
|
|
22
|
-
return /* @__PURE__ */
|
|
22
|
+
} = p, E = () => typeof a == "function" || l.isValidElement(a), L = () => typeof n == "function" || l.isValidElement(n);
|
|
23
|
+
return /* @__PURE__ */ i(
|
|
23
24
|
"div",
|
|
24
25
|
{
|
|
25
|
-
className: `${
|
|
26
|
-
|
|
26
|
+
className: `${m.size[y]} ${m.variant[v]}
|
|
27
|
+
${$ ?? ""} ${s ? "" : e["hidden-label"]}`,
|
|
27
28
|
children: [
|
|
28
|
-
/* @__PURE__ */
|
|
29
|
-
/* @__PURE__ */
|
|
30
|
-
typeof
|
|
31
|
-
|
|
29
|
+
/* @__PURE__ */ i("div", { className: `${e["container-input"]}`, children: [
|
|
30
|
+
/* @__PURE__ */ i("div", { className: e["start-icon"], children: [
|
|
31
|
+
typeof a == "function" && a(),
|
|
32
|
+
l.isValidElement(a) && a
|
|
32
33
|
] }),
|
|
33
34
|
/* @__PURE__ */ o(
|
|
34
35
|
"input",
|
|
35
36
|
{
|
|
36
37
|
id: d ?? c,
|
|
37
38
|
className: `${e.input} ${t ? e.error : ""}
|
|
38
|
-
${
|
|
39
|
-
${
|
|
40
|
-
${
|
|
41
|
-
ref:
|
|
42
|
-
type:
|
|
39
|
+
${E() ? e["isset-left-icon"] : ""}
|
|
40
|
+
${L() ? e["isset-right-icon"] : ""}
|
|
41
|
+
${u ?? ""}`,
|
|
42
|
+
ref: b,
|
|
43
|
+
type: I,
|
|
43
44
|
...r
|
|
44
45
|
}
|
|
45
46
|
),
|
|
46
|
-
/* @__PURE__ */
|
|
47
|
-
typeof
|
|
48
|
-
|
|
47
|
+
/* @__PURE__ */ i("div", { className: e["end-icon"], children: [
|
|
48
|
+
typeof n == "function" && n(),
|
|
49
|
+
l.isValidElement(n) && n
|
|
49
50
|
] }),
|
|
50
|
-
|
|
51
|
+
s && /* @__PURE__ */ i(
|
|
51
52
|
"label",
|
|
52
53
|
{
|
|
53
54
|
htmlFor: d ?? c,
|
|
54
|
-
className: `${e.label} ${r.disabled ? e.disabled : ""} ${
|
|
55
|
+
className: `${e.label} ${r.disabled ? e.disabled : ""} ${N ?? ""}`,
|
|
55
56
|
children: [
|
|
56
|
-
|
|
57
|
+
s,
|
|
57
58
|
" ",
|
|
58
59
|
f && /* @__PURE__ */ o("span", { children: "*" })
|
|
59
60
|
]
|
|
@@ -64,7 +65,7 @@ const v = i.forwardRef((m, p) => {
|
|
|
64
65
|
"label",
|
|
65
66
|
{
|
|
66
67
|
className: `${e["label-error"]}
|
|
67
|
-
${r.disabled ? e.disabled : ""} ${
|
|
68
|
+
${r.disabled ? e.disabled : ""} ${h ?? ""}`,
|
|
68
69
|
children: t
|
|
69
70
|
}
|
|
70
71
|
)
|
|
@@ -72,7 +73,7 @@ const v = i.forwardRef((m, p) => {
|
|
|
72
73
|
}
|
|
73
74
|
);
|
|
74
75
|
});
|
|
75
|
-
|
|
76
|
+
x.displayName = "InputInnerLabel";
|
|
76
77
|
export {
|
|
77
|
-
|
|
78
|
+
x as default
|
|
78
79
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const n="_input_5nva2_12",e="_label_5nva2_38",_="_error_5nva2_58",a={"container-large":"_container-large_5nva2_1","container-input":"_container-input_5nva2_6",input:n,label:e,error:_,"isset-right-icon":"_isset-right-icon_5nva2_80","isset-left-icon":"_isset-left-icon_5nva2_83","start-icon":"_start-icon_5nva2_86","end-icon":"_end-icon_5nva2_93","label-error":"_label-error_5nva2_100","hidden-label":"_hidden-label_5nva2_111","container-small":"_container-small_5nva2_225","bill-blue-800":"_bill-blue-800_5nva2_449","fin-black":"_fin-black_5nva2_456"};exports.default=a;exports.error=_;exports.input=n;exports.label=e;
|
|
@@ -1,20 +1,22 @@
|
|
|
1
|
-
const
|
|
2
|
-
"container-large": "_container-
|
|
3
|
-
"container-input": "_container-
|
|
4
|
-
input:
|
|
5
|
-
label:
|
|
6
|
-
error:
|
|
7
|
-
"isset-right-icon": "_isset-right-
|
|
8
|
-
"isset-left-icon": "_isset-left-
|
|
9
|
-
"start-icon": "_start-
|
|
10
|
-
"end-icon": "_end-
|
|
11
|
-
"label-error": "_label-
|
|
12
|
-
"hidden-label": "_hidden-
|
|
13
|
-
"container-small": "_container-
|
|
1
|
+
const n = "_input_5nva2_12", _ = "_label_5nva2_38", a = "_error_5nva2_58", e = {
|
|
2
|
+
"container-large": "_container-large_5nva2_1",
|
|
3
|
+
"container-input": "_container-input_5nva2_6",
|
|
4
|
+
input: n,
|
|
5
|
+
label: _,
|
|
6
|
+
error: a,
|
|
7
|
+
"isset-right-icon": "_isset-right-icon_5nva2_80",
|
|
8
|
+
"isset-left-icon": "_isset-left-icon_5nva2_83",
|
|
9
|
+
"start-icon": "_start-icon_5nva2_86",
|
|
10
|
+
"end-icon": "_end-icon_5nva2_93",
|
|
11
|
+
"label-error": "_label-error_5nva2_100",
|
|
12
|
+
"hidden-label": "_hidden-label_5nva2_111",
|
|
13
|
+
"container-small": "_container-small_5nva2_225",
|
|
14
|
+
"bill-blue-800": "_bill-blue-800_5nva2_449",
|
|
15
|
+
"fin-black": "_fin-black_5nva2_456"
|
|
14
16
|
};
|
|
15
17
|
export {
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
18
|
+
e as default,
|
|
19
|
+
a as error,
|
|
20
|
+
n as input,
|
|
21
|
+
_ as label
|
|
20
22
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./itemSidebar.module.scss.cjs"),a={variant:{"payhere-brand-base-white":e.default["sidebar-payhere"],"payhere-brand-base-transparent":e.default["sidebar-payhere"],"payhere-brand-indigo-900-transparent":e.default["sidebar-payhere-indigo-800"],"payhere-brand-blue-gray-900-transparent":e.default["sidebar-payhere-blue-gray-800"],"laba-white":e.default["sidebar-laba"],"lpd-brand-base-white":e.default["sidebar-lpd"],"lpd-brand-base-transparent":e.default["sidebar-lpd"],"lpd-brand-base-white-responsive":e.default["sidebar-lpd"],"lpd-brand-base-transparent-responsive":e.default["sidebar-lpd"],"bill-brand-base":e.default["sidebar-bill"],"bill-brand-base-responsive":e.default["sidebar-bill"]},parent:{1:e.default["parent-sidebar-1"],2:e.default["parent-sidebar-2"],3:e.default["parent-sidebar-3"],4:e.default["parent-sidebar-4"],5:e.default["parent-sidebar-5"],6:e.default["parent-sidebar-6"],7:e.default["parent-sidebar-7"],8:e.default["parent-sidebar-8"]},divider:{"payhere-brand-base-white":e.default["divider-item-sidebar-payhere"],"payhere-brand-base-transparent":e.default["divider-item-sidebar-payhere"],"payhere-brand-indigo-900-transparent":e.default["divider-item-sidebar-payhere"],"payhere-brand-blue-gray-900-transparent":e.default["divider-item-sidebar-payhere"],"laba-white":e.default["divider-item-sidebar-laba"],"lpd-brand-base-white":e.default["divider-item-sidebar-lpd"],"lpd-brand-base-transparent":e.default["divider-item-sidebar-lpd"],"lpd-brand-base-white-responsive":e.default["divider-item-sidebar-lpd"],"lpd-brand-base-transparent-responsive":e.default["divider-item-sidebar-lpd"],"bill-brand-base":e.default["divider-item-sidebar-bill"],"bill-brand-base-responsive":e.default["divider-item-sidebar-bill"]}};exports.configItemSidebar=a;
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./itemSidebar.module.scss.cjs"),a={variant:{"payhere-brand-base-white":e.default["sidebar-payhere"],"payhere-brand-base-transparent":e.default["sidebar-payhere"],"payhere-brand-indigo-900-transparent":e.default["sidebar-payhere-indigo-800"],"payhere-brand-blue-gray-900-transparent":e.default["sidebar-payhere-blue-gray-800"],"laba-white":e.default["sidebar-laba"],"lpd-brand-base-white":e.default["sidebar-lpd"],"lpd-brand-base-transparent":e.default["sidebar-lpd"],"lpd-brand-base-white-responsive":e.default["sidebar-lpd"],"lpd-brand-base-transparent-responsive":e.default["sidebar-lpd"],"bill-brand-base":e.default["sidebar-bill"],"bill-brand-base-responsive":e.default["sidebar-bill"],"fin-base":e.default["sidebar-fin"],"fin-base-responsive":e.default["sidebar-fin"]},parent:{1:e.default["parent-sidebar-1"],2:e.default["parent-sidebar-2"],3:e.default["parent-sidebar-3"],4:e.default["parent-sidebar-4"],5:e.default["parent-sidebar-5"],6:e.default["parent-sidebar-6"],7:e.default["parent-sidebar-7"],8:e.default["parent-sidebar-8"]},divider:{"payhere-brand-base-white":e.default["divider-item-sidebar-payhere"],"payhere-brand-base-transparent":e.default["divider-item-sidebar-payhere"],"payhere-brand-indigo-900-transparent":e.default["divider-item-sidebar-payhere"],"payhere-brand-blue-gray-900-transparent":e.default["divider-item-sidebar-payhere"],"laba-white":e.default["divider-item-sidebar-laba"],"lpd-brand-base-white":e.default["divider-item-sidebar-lpd"],"lpd-brand-base-transparent":e.default["divider-item-sidebar-lpd"],"lpd-brand-base-white-responsive":e.default["divider-item-sidebar-lpd"],"lpd-brand-base-transparent-responsive":e.default["divider-item-sidebar-lpd"],"bill-brand-base":e.default["divider-item-sidebar-bill"],"bill-brand-base-responsive":e.default["divider-item-sidebar-bill"],"fin-base":e.default["divider-item-sidebar-fin"],"fin-base-responsive":e.default["divider-item-sidebar-fin"]}};exports.configItemSidebar=a;
|
|
@@ -11,7 +11,9 @@ const r = {
|
|
|
11
11
|
"lpd-brand-base-white-responsive": e["sidebar-lpd"],
|
|
12
12
|
"lpd-brand-base-transparent-responsive": e["sidebar-lpd"],
|
|
13
13
|
"bill-brand-base": e["sidebar-bill"],
|
|
14
|
-
"bill-brand-base-responsive": e["sidebar-bill"]
|
|
14
|
+
"bill-brand-base-responsive": e["sidebar-bill"],
|
|
15
|
+
"fin-base": e["sidebar-fin"],
|
|
16
|
+
"fin-base-responsive": e["sidebar-fin"]
|
|
15
17
|
},
|
|
16
18
|
parent: {
|
|
17
19
|
1: e["parent-sidebar-1"],
|
|
@@ -34,7 +36,9 @@ const r = {
|
|
|
34
36
|
"lpd-brand-base-white-responsive": e["divider-item-sidebar-lpd"],
|
|
35
37
|
"lpd-brand-base-transparent-responsive": e["divider-item-sidebar-lpd"],
|
|
36
38
|
"bill-brand-base": e["divider-item-sidebar-bill"],
|
|
37
|
-
"bill-brand-base-responsive": e["divider-item-sidebar-bill"]
|
|
39
|
+
"bill-brand-base-responsive": e["divider-item-sidebar-bill"],
|
|
40
|
+
"fin-base": e["divider-item-sidebar-fin"],
|
|
41
|
+
"fin-base-responsive": e["divider-item-sidebar-fin"]
|
|
38
42
|
}
|
|
39
43
|
};
|
|
40
44
|
export {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const t=require("react/jsx-runtime"),e=require("react"),
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const t=require("react/jsx-runtime"),e=require("react"),o=require("./Sidebar.module.scss.cjs"),P=require("./ItemSidebar.cjs"),I=require("../../config/tailwind/nativeScreen.cjs"),C=require("./Sidebar.config.cjs"),R=e.forwardRef((O,W)=>{const{as:v,children:w,patch:c="/",iconCompany:r,iconSubs:k,iconCollapse:m,iconCollapseClose:g,modules:q,toleranceWidthIconCompany:$=25,onClickItems:V,variant:u="payhere-brand-base-white",footer:l,withInheritance:j,id:f="1ru-sidebar",styleSidebar:L,styleContent:M,defaultOpen:a,..._}=O,z=e.useRef(null),[n,d]=e.useState(null),[i,b]=e.useState(typeof a=="boolean"?a:null),[F,x]=e.useState(""),[E,h]=e.useState(),[N,T]=e.useState(0),y=()=>{let s=0;document.getElementById("icon-company-sidebar")?.childNodes?.forEach(B=>{s+=B.getBoundingClientRect().width??0}),h(s+$+"px")},S=()=>{T(window.innerWidth)},p=()=>{d(!i),i?h("auto"):setTimeout(()=>{y()},100)};return e.useEffect(()=>{N>=(C.configSidebar.mobileSupport.includes(u)?I.default.lg:I.default.md)?(d(typeof a=="boolean"?a:!0),setTimeout(()=>{y()},100)):(d(typeof a=="boolean"?a:!1),h("auto"))},[N]),e.useEffect(()=>{typeof n=="boolean"&&b(n)},[n]),e.useImperativeHandle(W,()=>({openSidebar:n,setOpenSidebar:d,handlerClickCollapse:p}),[n,i]),e.useEffect(()=>(c&&c.split("/").length>1&&x(c+"/"),y(),S(),window.addEventListener("resize",S),()=>window.removeEventListener("resize",S)),[]),t.jsxs("div",{className:C.configSidebar.variants[u],..._,ref:z,children:[t.jsxs("div",{id:f,className:`${o.default.sidebar} ${typeof i=="boolean"&&i?o.default["sidebar-open"]:""} ${typeof i=="boolean"&&!i?o.default["sidebar-close"]:""}`,style:L||{},children:[e.isValidElement(m)&&t.jsxs("div",{className:o.default["button-collaps-sidebar"],id:`${f}-${n?"close-collapse":"open-collapse"}`,onClick:p,children:[n&&m,n?"":e.isValidElement(g)?g:m]}),t.jsx("div",{className:o.default["container-icon-company-sidebar"],children:t.jsxs("div",{id:"icon-company-sidebar",className:o.default["icon-company-sidebar"],style:{width:E&&C.configSidebar.withCuctomWidthIconCompany.includes(u)?E:"100%"},children:[e.isValidElement(r)&&r,typeof r=="function"&&r({openSidebar:i,setOpenSidebar:d})]})}),t.jsx("div",{className:o.default["menu-sidebar"],onMouseOver:()=>{n||b(!0)},onMouseOut:()=>{n||b(!1)},children:q.map(s=>e.createElement(P.default,{...s,as:s.manualRoute||s.subs.length>0?"div":v,linkComponent:v,key:s.name,show:F,open:i,patch:c,iconSubs:k,variant:u,setShow:x,onClickItems:V}))}),l&&t.jsxs("div",{className:i?"iru-opacity-[1]":"iru-opacity-0",children:[e.isValidElement(l)&&t.jsx("div",{children:l}),typeof l=="function"&&t.jsx("div",{children:l()})]})]}),n&&t.jsx("div",{id:`${f}-splace-screen`,className:o.default["splace-screen"],onClick:p}),t.jsxs("div",{className:o.default["content-sidebar"],style:M||{},children:[j&&e.Children?.map(w,s=>t.jsx(t.Fragment,{children:e.isValidElement(s)&&t.jsx(t.Fragment,{children:e.cloneElement(s,{openSidebar:n,handlerClickCollapse:p})})})),!j&&t.jsx(t.Fragment,{children:w})]})]})});R.displayName="Sidebar";exports.default=R;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./Sidebar.module.scss.cjs"),a={withCuctomWidthIconCompany:["payhere-brand-base-white","payhere-brand-base-transparent"],variants:{"payhere-brand-base-white":e.default["payhere-brand-base-white"],"payhere-brand-base-transparent":e.default["payhere-brand-base-transparent"],"payhere-brand-indigo-900-transparent":e.default["payhere-brand-indigo-900-transparent"],"payhere-brand-blue-gray-900-transparent":e.default["payhere-brand-blue-gray-900-transparent"],"laba-white":e.default["laba-white"],"lpd-brand-base-white":e.default["lpd-brand-base-white"],"lpd-brand-base-transparent":e.default["lpd-brand-base-transparent"],"lpd-brand-base-white-responsive":e.default["lpd-brand-base-white-responsive"],"lpd-brand-base-transparent-responsive":e.default["lpd-brand-base-transparent-responsive"],"bill-brand-base":e.default["bill-brand-base"],"bill-brand-base-responsive":e.default["bill-brand-base-responsive"]},mobileSupport:["lpd-brand-base-transparent-responsive","lpd-brand-base-white-responsive","bill-brand-base-responsive"]};exports.configSidebar=a;
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./Sidebar.module.scss.cjs"),a={withCuctomWidthIconCompany:["payhere-brand-base-white","payhere-brand-base-transparent"],variants:{"payhere-brand-base-white":e.default["payhere-brand-base-white"],"payhere-brand-base-transparent":e.default["payhere-brand-base-transparent"],"payhere-brand-indigo-900-transparent":e.default["payhere-brand-indigo-900-transparent"],"payhere-brand-blue-gray-900-transparent":e.default["payhere-brand-blue-gray-900-transparent"],"laba-white":e.default["laba-white"],"lpd-brand-base-white":e.default["lpd-brand-base-white"],"lpd-brand-base-transparent":e.default["lpd-brand-base-transparent"],"lpd-brand-base-white-responsive":e.default["lpd-brand-base-white-responsive"],"lpd-brand-base-transparent-responsive":e.default["lpd-brand-base-transparent-responsive"],"bill-brand-base":e.default["bill-brand-base"],"bill-brand-base-responsive":e.default["bill-brand-base-responsive"],"fin-base":e.default["fin-base"],"fin-base-responsive":e.default["fin-base-responsive"]},mobileSupport:["lpd-brand-base-transparent-responsive","lpd-brand-base-white-responsive","bill-brand-base-responsive"]};exports.configSidebar=a;
|
|
@@ -1,18 +1,20 @@
|
|
|
1
|
-
import
|
|
1
|
+
import e from "./Sidebar.module.scss.mjs";
|
|
2
2
|
const r = {
|
|
3
3
|
withCuctomWidthIconCompany: ["payhere-brand-base-white", "payhere-brand-base-transparent"],
|
|
4
4
|
variants: {
|
|
5
|
-
"payhere-brand-base-white":
|
|
6
|
-
"payhere-brand-base-transparent":
|
|
7
|
-
"payhere-brand-indigo-900-transparent":
|
|
8
|
-
"payhere-brand-blue-gray-900-transparent":
|
|
9
|
-
"laba-white":
|
|
10
|
-
"lpd-brand-base-white":
|
|
11
|
-
"lpd-brand-base-transparent":
|
|
12
|
-
"lpd-brand-base-white-responsive":
|
|
13
|
-
"lpd-brand-base-transparent-responsive":
|
|
14
|
-
"bill-brand-base":
|
|
15
|
-
"bill-brand-base-responsive":
|
|
5
|
+
"payhere-brand-base-white": e["payhere-brand-base-white"],
|
|
6
|
+
"payhere-brand-base-transparent": e["payhere-brand-base-transparent"],
|
|
7
|
+
"payhere-brand-indigo-900-transparent": e["payhere-brand-indigo-900-transparent"],
|
|
8
|
+
"payhere-brand-blue-gray-900-transparent": e["payhere-brand-blue-gray-900-transparent"],
|
|
9
|
+
"laba-white": e["laba-white"],
|
|
10
|
+
"lpd-brand-base-white": e["lpd-brand-base-white"],
|
|
11
|
+
"lpd-brand-base-transparent": e["lpd-brand-base-transparent"],
|
|
12
|
+
"lpd-brand-base-white-responsive": e["lpd-brand-base-white-responsive"],
|
|
13
|
+
"lpd-brand-base-transparent-responsive": e["lpd-brand-base-transparent-responsive"],
|
|
14
|
+
"bill-brand-base": e["bill-brand-base"],
|
|
15
|
+
"bill-brand-base-responsive": e["bill-brand-base-responsive"],
|
|
16
|
+
"fin-base": e["fin-base"],
|
|
17
|
+
"fin-base-responsive": e["fin-base-responsive"]
|
|
16
18
|
},
|
|
17
19
|
mobileSupport: [
|
|
18
20
|
"lpd-brand-base-transparent-responsive",
|
|
@@ -1,133 +1,134 @@
|
|
|
1
|
-
import { jsxs as
|
|
2
|
-
import e, { createElement as
|
|
3
|
-
import
|
|
4
|
-
import
|
|
5
|
-
import
|
|
6
|
-
import { configSidebar as
|
|
7
|
-
const
|
|
8
|
-
($,
|
|
1
|
+
import { jsxs as l, jsx as s, Fragment as S } from "react/jsx-runtime";
|
|
2
|
+
import e, { createElement as A } from "react";
|
|
3
|
+
import i from "./Sidebar.module.scss.mjs";
|
|
4
|
+
import D from "./ItemSidebar.mjs";
|
|
5
|
+
import O from "../../config/tailwind/nativeScreen.mjs";
|
|
6
|
+
import { configSidebar as v } from "./Sidebar.config.mjs";
|
|
7
|
+
const G = e.forwardRef(
|
|
8
|
+
($, V) => {
|
|
9
9
|
const {
|
|
10
|
-
as:
|
|
11
|
-
children:
|
|
12
|
-
patch:
|
|
13
|
-
iconCompany:
|
|
14
|
-
iconSubs:
|
|
15
|
-
iconCollapse:
|
|
16
|
-
iconCollapseClose:
|
|
17
|
-
modules:
|
|
18
|
-
toleranceWidthIconCompany:
|
|
19
|
-
onClickItems:
|
|
10
|
+
as: E,
|
|
11
|
+
children: N,
|
|
12
|
+
patch: r = "/",
|
|
13
|
+
iconCompany: p,
|
|
14
|
+
iconSubs: x,
|
|
15
|
+
iconCollapse: f,
|
|
16
|
+
iconCollapseClose: g,
|
|
17
|
+
modules: L,
|
|
18
|
+
toleranceWidthIconCompany: z = 25,
|
|
19
|
+
onClickItems: j,
|
|
20
20
|
variant: m = "payhere-brand-base-white",
|
|
21
|
-
footer:
|
|
22
|
-
withInheritance:
|
|
21
|
+
footer: d,
|
|
22
|
+
withInheritance: I,
|
|
23
23
|
id: h = "1ru-sidebar",
|
|
24
|
-
styleSidebar:
|
|
25
|
-
styleContent:
|
|
26
|
-
|
|
27
|
-
|
|
24
|
+
styleSidebar: B,
|
|
25
|
+
styleContent: M,
|
|
26
|
+
defaultOpen: a,
|
|
27
|
+
...T
|
|
28
|
+
} = $, F = e.useRef(null), [n, c] = e.useState(null), [o, b] = e.useState(typeof a == "boolean" ? a : null), [H, R] = e.useState(""), [W, y] = e.useState(), [k, P] = e.useState(0), C = () => {
|
|
28
29
|
let t = 0;
|
|
29
|
-
document.getElementById("icon-company-sidebar")?.childNodes?.forEach((
|
|
30
|
-
t +=
|
|
31
|
-
}),
|
|
32
|
-
},
|
|
33
|
-
|
|
34
|
-
},
|
|
35
|
-
|
|
36
|
-
|
|
30
|
+
document.getElementById("icon-company-sidebar")?.childNodes?.forEach((q) => {
|
|
31
|
+
t += q.getBoundingClientRect().width ?? 0;
|
|
32
|
+
}), y(t + z + "px");
|
|
33
|
+
}, w = () => {
|
|
34
|
+
P(window.innerWidth);
|
|
35
|
+
}, u = () => {
|
|
36
|
+
c(!o), o ? y("auto") : setTimeout(() => {
|
|
37
|
+
C();
|
|
37
38
|
}, 100);
|
|
38
39
|
};
|
|
39
40
|
return e.useEffect(() => {
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}, 100)) : (
|
|
43
|
-
}, [
|
|
44
|
-
typeof n == "boolean" &&
|
|
41
|
+
k >= (v.mobileSupport.includes(m) ? O.lg : O.md) ? (c(typeof a == "boolean" ? a : !0), setTimeout(() => {
|
|
42
|
+
C();
|
|
43
|
+
}, 100)) : (c(typeof a == "boolean" ? a : !1), y("auto"));
|
|
44
|
+
}, [k]), e.useEffect(() => {
|
|
45
|
+
typeof n == "boolean" && b(n);
|
|
45
46
|
}, [n]), e.useImperativeHandle(
|
|
46
|
-
|
|
47
|
+
V,
|
|
47
48
|
() => ({
|
|
48
49
|
openSidebar: n,
|
|
49
|
-
setOpenSidebar:
|
|
50
|
-
handlerClickCollapse:
|
|
50
|
+
setOpenSidebar: c,
|
|
51
|
+
handlerClickCollapse: u
|
|
51
52
|
}),
|
|
52
|
-
[n,
|
|
53
|
-
), e.useEffect(() => (
|
|
54
|
-
/* @__PURE__ */
|
|
53
|
+
[n, o]
|
|
54
|
+
), e.useEffect(() => (r && r.split("/").length > 1 && R(r + "/"), C(), w(), window.addEventListener("resize", w), () => window.removeEventListener("resize", w)), []), /* @__PURE__ */ l("div", { className: v.variants[m], ...T, ref: F, children: [
|
|
55
|
+
/* @__PURE__ */ l(
|
|
55
56
|
"div",
|
|
56
57
|
{
|
|
57
58
|
id: h,
|
|
58
|
-
className: `${
|
|
59
|
-
style:
|
|
59
|
+
className: `${i.sidebar} ${typeof o == "boolean" && o ? i["sidebar-open"] : ""} ${typeof o == "boolean" && !o ? i["sidebar-close"] : ""}`,
|
|
60
|
+
style: B || {},
|
|
60
61
|
children: [
|
|
61
|
-
e.isValidElement(
|
|
62
|
+
e.isValidElement(f) && /* @__PURE__ */ l(
|
|
62
63
|
"div",
|
|
63
64
|
{
|
|
64
|
-
className:
|
|
65
|
+
className: i["button-collaps-sidebar"],
|
|
65
66
|
id: `${h}-${n ? "close-collapse" : "open-collapse"}`,
|
|
66
|
-
onClick:
|
|
67
|
+
onClick: u,
|
|
67
68
|
children: [
|
|
68
|
-
n &&
|
|
69
|
-
n ? "" : e.isValidElement(
|
|
69
|
+
n && f,
|
|
70
|
+
n ? "" : e.isValidElement(g) ? g : f
|
|
70
71
|
]
|
|
71
72
|
}
|
|
72
73
|
),
|
|
73
|
-
/* @__PURE__ */ s("div", { className:
|
|
74
|
+
/* @__PURE__ */ s("div", { className: i["container-icon-company-sidebar"], children: /* @__PURE__ */ l(
|
|
74
75
|
"div",
|
|
75
76
|
{
|
|
76
77
|
id: "icon-company-sidebar",
|
|
77
|
-
className:
|
|
78
|
+
className: i["icon-company-sidebar"],
|
|
78
79
|
style: {
|
|
79
|
-
width:
|
|
80
|
+
width: W && v.withCuctomWidthIconCompany.includes(m) ? W : "100%"
|
|
80
81
|
},
|
|
81
82
|
children: [
|
|
82
|
-
e.isValidElement(
|
|
83
|
-
typeof
|
|
83
|
+
e.isValidElement(p) && p,
|
|
84
|
+
typeof p == "function" && p({ openSidebar: o, setOpenSidebar: c })
|
|
84
85
|
]
|
|
85
86
|
}
|
|
86
87
|
) }),
|
|
87
88
|
/* @__PURE__ */ s(
|
|
88
89
|
"div",
|
|
89
90
|
{
|
|
90
|
-
className:
|
|
91
|
+
className: i["menu-sidebar"],
|
|
91
92
|
onMouseOver: () => {
|
|
92
|
-
n ||
|
|
93
|
+
n || b(!0);
|
|
93
94
|
},
|
|
94
95
|
onMouseOut: () => {
|
|
95
|
-
n ||
|
|
96
|
+
n || b(!1);
|
|
96
97
|
},
|
|
97
|
-
children:
|
|
98
|
-
|
|
98
|
+
children: L.map((t) => /* @__PURE__ */ A(
|
|
99
|
+
D,
|
|
99
100
|
{
|
|
100
101
|
...t,
|
|
101
|
-
as: t.manualRoute || t.subs.length > 0 ? "div" :
|
|
102
|
-
linkComponent:
|
|
102
|
+
as: t.manualRoute || t.subs.length > 0 ? "div" : E,
|
|
103
|
+
linkComponent: E,
|
|
103
104
|
key: t.name,
|
|
104
|
-
show:
|
|
105
|
-
open:
|
|
106
|
-
patch:
|
|
107
|
-
iconSubs:
|
|
105
|
+
show: H,
|
|
106
|
+
open: o,
|
|
107
|
+
patch: r,
|
|
108
|
+
iconSubs: x,
|
|
108
109
|
variant: m,
|
|
109
|
-
setShow:
|
|
110
|
-
onClickItems:
|
|
110
|
+
setShow: R,
|
|
111
|
+
onClickItems: j
|
|
111
112
|
}
|
|
112
113
|
))
|
|
113
114
|
}
|
|
114
115
|
),
|
|
115
|
-
|
|
116
|
-
e.isValidElement(
|
|
117
|
-
typeof
|
|
116
|
+
d && /* @__PURE__ */ l("div", { className: o ? "iru-opacity-[1]" : "iru-opacity-0", children: [
|
|
117
|
+
e.isValidElement(d) && /* @__PURE__ */ s("div", { children: d }),
|
|
118
|
+
typeof d == "function" && /* @__PURE__ */ s("div", { children: d() })
|
|
118
119
|
] })
|
|
119
120
|
]
|
|
120
121
|
}
|
|
121
122
|
),
|
|
122
|
-
n && /* @__PURE__ */ s("div", { id: `${h}-splace-screen`, className:
|
|
123
|
-
/* @__PURE__ */
|
|
124
|
-
|
|
125
|
-
!
|
|
123
|
+
n && /* @__PURE__ */ s("div", { id: `${h}-splace-screen`, className: i["splace-screen"], onClick: u }),
|
|
124
|
+
/* @__PURE__ */ l("div", { className: i["content-sidebar"], style: M || {}, children: [
|
|
125
|
+
I && e.Children?.map(N, (t) => /* @__PURE__ */ s(S, { children: e.isValidElement(t) && /* @__PURE__ */ s(S, { children: e.cloneElement(t, { openSidebar: n, handlerClickCollapse: u }) }) })),
|
|
126
|
+
!I && /* @__PURE__ */ s(S, { children: N })
|
|
126
127
|
] })
|
|
127
128
|
] });
|
|
128
129
|
}
|
|
129
130
|
);
|
|
130
|
-
|
|
131
|
+
G.displayName = "Sidebar";
|
|
131
132
|
export {
|
|
132
|
-
|
|
133
|
+
G as default
|
|
133
134
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e="
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e="_sidebar_fnsvp_16",a={"splace-screen":"_splace-screen_fnsvp_1","payhere-brand-base-white":"_payhere-brand-base-white_fnsvp_13",sidebar:e,"button-collaps-sidebar":"_button-collaps-sidebar_fnsvp_31","menu-sidebar":"_menu-sidebar_fnsvp_48","sidebar-open":"_sidebar-open_fnsvp_79","container-icon-company-sidebar":"_container-icon-company-sidebar_fnsvp_96","icon-company-sidebar":"_icon-company-sidebar_fnsvp_99","sidebar-close":"_sidebar-close_fnsvp_107","content-sidebar":"_content-sidebar_fnsvp_132","payhere-brand-base-transparent":"_payhere-brand-base-transparent_fnsvp_211","payhere-brand-blue-gray-900-transparent":"_payhere-brand-blue-gray-900-transparent_fnsvp_409","payhere-brand-indigo-900-transparent":"_payhere-brand-indigo-900-transparent_fnsvp_607","laba-white":"_laba-white_fnsvp_805","lpd-brand-base-white":"_lpd-brand-base-white_fnsvp_1195","lpd-brand-base-transparent":"_lpd-brand-base-transparent_fnsvp_1393","lpd-brand-base-white-responsive":"_lpd-brand-base-white-responsive_fnsvp_1591","lpd-brand-base-transparent-responsive":"_lpd-brand-base-transparent-responsive_fnsvp_1825","bill-brand-base":"_bill-brand-base_fnsvp_2059","bill-brand-base-responsive":"_bill-brand-base-responsive_fnsvp_2460","fin-base":"_fin-base_fnsvp_2861","fin-base-responsive":"_fin-base-responsive_fnsvp_3251"};exports.default=a;exports.sidebar=e;
|
|
@@ -1,24 +1,26 @@
|
|
|
1
|
-
const e = "
|
|
2
|
-
"splace-screen": "_splace-
|
|
3
|
-
"payhere-brand-base-white": "_payhere-brand-base-
|
|
1
|
+
const e = "_sidebar_fnsvp_16", a = {
|
|
2
|
+
"splace-screen": "_splace-screen_fnsvp_1",
|
|
3
|
+
"payhere-brand-base-white": "_payhere-brand-base-white_fnsvp_13",
|
|
4
4
|
sidebar: e,
|
|
5
|
-
"button-collaps-sidebar": "_button-collaps-
|
|
6
|
-
"menu-sidebar": "_menu-
|
|
7
|
-
"sidebar-open": "_sidebar-
|
|
8
|
-
"container-icon-company-sidebar": "_container-icon-company-
|
|
9
|
-
"icon-company-sidebar": "_icon-company-
|
|
10
|
-
"sidebar-close": "_sidebar-
|
|
11
|
-
"content-sidebar": "_content-
|
|
12
|
-
"payhere-brand-base-transparent": "_payhere-brand-base-
|
|
13
|
-
"payhere-brand-blue-gray-900-transparent": "_payhere-brand-blue-gray-900-
|
|
14
|
-
"payhere-brand-indigo-900-transparent": "_payhere-brand-indigo-900-
|
|
15
|
-
"laba-white": "_laba-
|
|
16
|
-
"lpd-brand-base-white": "_lpd-brand-base-
|
|
17
|
-
"lpd-brand-base-transparent": "_lpd-brand-base-
|
|
18
|
-
"lpd-brand-base-white-responsive": "_lpd-brand-base-white-
|
|
19
|
-
"lpd-brand-base-transparent-responsive": "_lpd-brand-base-transparent-
|
|
20
|
-
"bill-brand-base": "_bill-brand-
|
|
21
|
-
"bill-brand-base-responsive": "_bill-brand-base-
|
|
5
|
+
"button-collaps-sidebar": "_button-collaps-sidebar_fnsvp_31",
|
|
6
|
+
"menu-sidebar": "_menu-sidebar_fnsvp_48",
|
|
7
|
+
"sidebar-open": "_sidebar-open_fnsvp_79",
|
|
8
|
+
"container-icon-company-sidebar": "_container-icon-company-sidebar_fnsvp_96",
|
|
9
|
+
"icon-company-sidebar": "_icon-company-sidebar_fnsvp_99",
|
|
10
|
+
"sidebar-close": "_sidebar-close_fnsvp_107",
|
|
11
|
+
"content-sidebar": "_content-sidebar_fnsvp_132",
|
|
12
|
+
"payhere-brand-base-transparent": "_payhere-brand-base-transparent_fnsvp_211",
|
|
13
|
+
"payhere-brand-blue-gray-900-transparent": "_payhere-brand-blue-gray-900-transparent_fnsvp_409",
|
|
14
|
+
"payhere-brand-indigo-900-transparent": "_payhere-brand-indigo-900-transparent_fnsvp_607",
|
|
15
|
+
"laba-white": "_laba-white_fnsvp_805",
|
|
16
|
+
"lpd-brand-base-white": "_lpd-brand-base-white_fnsvp_1195",
|
|
17
|
+
"lpd-brand-base-transparent": "_lpd-brand-base-transparent_fnsvp_1393",
|
|
18
|
+
"lpd-brand-base-white-responsive": "_lpd-brand-base-white-responsive_fnsvp_1591",
|
|
19
|
+
"lpd-brand-base-transparent-responsive": "_lpd-brand-base-transparent-responsive_fnsvp_1825",
|
|
20
|
+
"bill-brand-base": "_bill-brand-base_fnsvp_2059",
|
|
21
|
+
"bill-brand-base-responsive": "_bill-brand-base-responsive_fnsvp_2460",
|
|
22
|
+
"fin-base": "_fin-base_fnsvp_2861",
|
|
23
|
+
"fin-base-responsive": "_fin-base-responsive_fnsvp_3251"
|
|
22
24
|
};
|
|
23
25
|
export {
|
|
24
26
|
a as default,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e="
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e="_hidden_gveg1_96",i="_active_gveg1_152",_={"item-icon-subs":"_item-icon-subs_gveg1_1","item-sidebar-2":"_item-sidebar-2_gveg1_1","item-sidebar-1":"_item-sidebar-1_gveg1_1","end-icon":"_end-icon_gveg1_1","item-icon":"_item-icon_gveg1_1","item-label":"_item-label_gveg1_25","item-sidebar-open":"_item-sidebar-open_gveg1_51","item-sidebar-close":"_item-sidebar-close_gveg1_66","item-icon-subs-active":"_item-icon-subs-active_gveg1_75","item-subs-sidebar":"_item-subs-sidebar_gveg1_82","sidebar-bill":"_sidebar-bill_gveg1_85",hidden:e,"divider-item-sidebar-payhere":"_divider-item-sidebar-payhere_gveg1_106","divider-item-sidebar-lpd":"_divider-item-sidebar-lpd_gveg1_111","parent-sidebar-5":"_parent-sidebar-5_gveg1_133","parent-sidebar-6":"_parent-sidebar-6_gveg1_137","parent-sidebar-7":"_parent-sidebar-7_gveg1_141","parent-sidebar-8":"_parent-sidebar-8_gveg1_146",active:i,"sidebar-payhere-blue-gray-800":"_sidebar-payhere-blue-gray-800_gveg1_162","sidebar-payhere-indigo-800":"_sidebar-payhere-indigo-800_gveg1_188","sidebar-payhere":"_sidebar-payhere_gveg1_162","sidebar-laba":"_sidebar-laba_gveg1_240","sidebar-lpd":"_sidebar-lpd_gveg1_273","sidebar-fin":"_sidebar-fin_gveg1_299"};exports.active=i;exports.default=_;exports.hidden=e;
|
|
@@ -1,31 +1,32 @@
|
|
|
1
|
-
const e = "
|
|
2
|
-
"item-icon-subs": "_item-icon-
|
|
3
|
-
"item-sidebar-2": "_item-sidebar-
|
|
4
|
-
"item-sidebar-1": "_item-sidebar-
|
|
5
|
-
"end-icon": "_end-
|
|
6
|
-
"item-icon": "_item-
|
|
7
|
-
"item-label": "_item-
|
|
8
|
-
"item-sidebar-open": "_item-sidebar-
|
|
9
|
-
"item-sidebar-close": "_item-sidebar-
|
|
10
|
-
"item-icon-subs-active": "_item-icon-subs-
|
|
11
|
-
"item-subs-sidebar": "_item-subs-
|
|
12
|
-
"sidebar-bill": "_sidebar-
|
|
1
|
+
const e = "_hidden_gveg1_96", i = "_active_gveg1_152", _ = {
|
|
2
|
+
"item-icon-subs": "_item-icon-subs_gveg1_1",
|
|
3
|
+
"item-sidebar-2": "_item-sidebar-2_gveg1_1",
|
|
4
|
+
"item-sidebar-1": "_item-sidebar-1_gveg1_1",
|
|
5
|
+
"end-icon": "_end-icon_gveg1_1",
|
|
6
|
+
"item-icon": "_item-icon_gveg1_1",
|
|
7
|
+
"item-label": "_item-label_gveg1_25",
|
|
8
|
+
"item-sidebar-open": "_item-sidebar-open_gveg1_51",
|
|
9
|
+
"item-sidebar-close": "_item-sidebar-close_gveg1_66",
|
|
10
|
+
"item-icon-subs-active": "_item-icon-subs-active_gveg1_75",
|
|
11
|
+
"item-subs-sidebar": "_item-subs-sidebar_gveg1_82",
|
|
12
|
+
"sidebar-bill": "_sidebar-bill_gveg1_85",
|
|
13
13
|
hidden: e,
|
|
14
|
-
"divider-item-sidebar-payhere": "_divider-item-sidebar-
|
|
15
|
-
"divider-item-sidebar-lpd": "_divider-item-sidebar-
|
|
16
|
-
"parent-sidebar-5": "_parent-sidebar-
|
|
17
|
-
"parent-sidebar-6": "_parent-sidebar-
|
|
18
|
-
"parent-sidebar-7": "_parent-sidebar-
|
|
19
|
-
"parent-sidebar-8": "_parent-sidebar-
|
|
14
|
+
"divider-item-sidebar-payhere": "_divider-item-sidebar-payhere_gveg1_106",
|
|
15
|
+
"divider-item-sidebar-lpd": "_divider-item-sidebar-lpd_gveg1_111",
|
|
16
|
+
"parent-sidebar-5": "_parent-sidebar-5_gveg1_133",
|
|
17
|
+
"parent-sidebar-6": "_parent-sidebar-6_gveg1_137",
|
|
18
|
+
"parent-sidebar-7": "_parent-sidebar-7_gveg1_141",
|
|
19
|
+
"parent-sidebar-8": "_parent-sidebar-8_gveg1_146",
|
|
20
20
|
active: i,
|
|
21
|
-
"sidebar-payhere-blue-gray-800": "_sidebar-payhere-blue-gray-
|
|
22
|
-
"sidebar-payhere-indigo-800": "_sidebar-payhere-indigo-
|
|
23
|
-
"sidebar-payhere": "_sidebar-
|
|
24
|
-
"sidebar-laba": "_sidebar-
|
|
25
|
-
"sidebar-lpd": "_sidebar-
|
|
21
|
+
"sidebar-payhere-blue-gray-800": "_sidebar-payhere-blue-gray-800_gveg1_162",
|
|
22
|
+
"sidebar-payhere-indigo-800": "_sidebar-payhere-indigo-800_gveg1_188",
|
|
23
|
+
"sidebar-payhere": "_sidebar-payhere_gveg1_162",
|
|
24
|
+
"sidebar-laba": "_sidebar-laba_gveg1_240",
|
|
25
|
+
"sidebar-lpd": "_sidebar-lpd_gveg1_273",
|
|
26
|
+
"sidebar-fin": "_sidebar-fin_gveg1_299"
|
|
26
27
|
};
|
|
27
28
|
export {
|
|
28
29
|
i as active,
|
|
29
|
-
|
|
30
|
+
_ as default,
|
|
30
31
|
e as hidden
|
|
31
32
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});var e="https://unpkg.com/1mpacto-web-resources@1.0.
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});var e="https://unpkg.com/1mpacto-web-resources@1.0.2/tinymce_8.2.1";exports.tinymceResource=e;
|