forstok-ui-lib 5.12.2 → 5.13.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +3 -1
- package/dist/index.js +123 -86
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +123 -86
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/assets/stylesheets/shares.styles.ts +39 -0
- package/src/components/listTable/index.tsx +409 -0
package/dist/index.mjs
CHANGED
|
@@ -2410,16 +2410,53 @@ r.version="2.30.1",i(qn),r.fn=la,r.min=Kn,r.max=er,r.now=tr,r.utc=g,r.unix=ca,r.
|
|
|
2410
2410
|
`,gb=x.span`
|
|
2411
2411
|
letter-spacing: 1.25px;
|
|
2412
2412
|
display: inline;
|
|
2413
|
-
`,mb=
|
|
2413
|
+
`,mb=x.section`
|
|
2414
|
+
display: grid;
|
|
2415
|
+
justify-content: end;
|
|
2416
|
+
padding-left: 10px;
|
|
2417
|
+
`,fb=x.section`
|
|
2418
|
+
padding-left: 10px;
|
|
2419
|
+
> :first-child {
|
|
2420
|
+
margin-right: 2px;
|
|
2421
|
+
&::after {
|
|
2422
|
+
position: absolute;
|
|
2423
|
+
content: '';
|
|
2424
|
+
right: 50%;
|
|
2425
|
+
padding: 4px;
|
|
2426
|
+
border-style: solid;
|
|
2427
|
+
border-width: 0 2px 2px 0;
|
|
2428
|
+
transform: rotate(135deg) translate(-50%, -50%);
|
|
2429
|
+
}
|
|
2430
|
+
}
|
|
2431
|
+
> :last-child {
|
|
2432
|
+
&::after {
|
|
2433
|
+
position: absolute;
|
|
2434
|
+
content: '';
|
|
2435
|
+
left: 50%;
|
|
2436
|
+
padding: 4px;
|
|
2437
|
+
border-style: solid;
|
|
2438
|
+
border-width: 0 2px 2px 0;
|
|
2439
|
+
transform: rotate(-45deg) translate(-50%, -50%);
|
|
2440
|
+
}
|
|
2441
|
+
}
|
|
2442
|
+
button {
|
|
2443
|
+
height: 30px;
|
|
2444
|
+
padding: 0 15px;
|
|
2445
|
+
border-radius: 0;
|
|
2446
|
+
&:hover {
|
|
2447
|
+
color: var(--sec-clr-lnk__hvr);
|
|
2448
|
+
}
|
|
2449
|
+
}
|
|
2450
|
+
`,xb=y`
|
|
2414
2451
|
align-items: center;
|
|
2415
2452
|
display: flex;
|
|
2416
2453
|
flex: 1;
|
|
2417
2454
|
flex-wrap: wrap;
|
|
2418
2455
|
height: 100%;
|
|
2419
|
-
`,
|
|
2456
|
+
`,yb=y`
|
|
2420
2457
|
background-color: var(--act-clr-bg);
|
|
2421
2458
|
color: var(--sec-clr);
|
|
2422
|
-
`,
|
|
2459
|
+
`,vb=({$isError:e})=>{if(e)return"\n input { \n border:1px solid var(--err-clr-ln) !important; \n }\n "},bb=x.section`
|
|
2423
2460
|
${W}
|
|
2424
2461
|
top:100%;
|
|
2425
2462
|
margin: 8px 0;
|
|
@@ -2436,14 +2473,14 @@ r.version="2.30.1",i(qn),r.fn=la,r.min=Kn,r.max=er,r.now=tr,r.utc=g,r.unix=ca,r.
|
|
|
2436
2473
|
@media (min-width: 1280px) {
|
|
2437
2474
|
width: 660px;
|
|
2438
2475
|
}
|
|
2439
|
-
${({$mode:e})=>{let t="";return"filterorder"===e?t+=`\n width: auto;\n transform: translateX(-50%);\n ${
|
|
2440
|
-
`,
|
|
2441
|
-
${
|
|
2476
|
+
${({$mode:e})=>{let t="";return"filterorder"===e?t+=`\n width: auto;\n transform: translateX(-50%);\n ${jb} {\n text-align: center;\n }\n @media (min-width: 768px) {\n width: auto;\n left: 50% !important;\n transform: translateX(-50%);\n }\n @media (min-width: 1024px) {\n width: auto;\n }\n @media (min-width: 1280px) {\n width: 660px;\n ${jb} {\n text-align: left;\n }\n }\n `:"filterdashboard"===e?t+=`\n width: auto;\n left: 50% !important;\n transform: translateX(-50%);\n ${jb} {\n text-align: center;\n }\n @media (min-width: 768px) {\n width: auto;\n left: 50% !important;\n transform: translateX(-50%);\n }\n @media (min-width: 1024px) {\n width: auto;\n }\n @media (min-width: 1280px) {\n width: 660px;\n left: 0 !important;\n transform: none;\n ${jb} {\n text-align: left;\n }\n }\n `:"filterordertofulfill"===e?t+=` \n width: auto;\n left: 50% !important;\n transform: translateX(-50%);\n ${jb} {\n text-align: center;\n }\n @media (min-width: 768px) {\n width: auto;\n left: unset !important;\n right: 0;\n transform: none;\n }\n @media (min-width: 1024px) {\n width: auto;\n }\n @media (min-width: 1280px) {\n width: 660px;\n ${jb} {\n text-align: left;\n }\n }\n `:"popuppayment"===e&&(t+="\n width: auto;\n border-radius: var(--ter-rd);\n "),t}}
|
|
2477
|
+
`,wb=x.div`
|
|
2478
|
+
${xb}
|
|
2442
2479
|
border: 1px solid var(--ck-clr-ln);
|
|
2443
2480
|
border-radius: var(--ter-rd);
|
|
2444
2481
|
cursor: pointer;
|
|
2445
2482
|
justify-content: space-between;
|
|
2446
|
-
${({$mode:e,$size:t})=>{let n="";return n+="small"===t?"height: 30px;":"height: 36px;","filterorder"===e||"filterdashboard"===e||"filterordertofulfill"===e?n+="\n height: auto;\n border: none;\n ":"popuppayment"===e&&(n+=`\n height: 30px;\n border-radius: var(--ter-rd);\n background-color: hsl(0,0%,100%);\n & ${
|
|
2483
|
+
${({$mode:e,$size:t})=>{let n="";return n+="small"===t?"height: 30px;":"height: 36px;","filterorder"===e||"filterdashboard"===e||"filterordertofulfill"===e?n+="\n height: auto;\n border: none;\n ":"popuppayment"===e&&(n+=`\n height: 30px;\n border-radius: var(--ter-rd);\n background-color: hsl(0,0%,100%);\n & ${kb} {\n color: var(--inp-clr);\n padding-bottom: 0;\n }\n & ${Ib} {\n padding: 0 4px;\n }\n `),n}}
|
|
2447
2484
|
`;x.section`
|
|
2448
2485
|
position: relative;
|
|
2449
2486
|
display: inline-grid;
|
|
@@ -2454,14 +2491,14 @@ r.version="2.30.1",i(qn),r.fn=la,r.min=Kn,r.max=er,r.now=tr,r.utc=g,r.unix=ca,r.
|
|
|
2454
2491
|
@media (min-width: 1280px) {
|
|
2455
2492
|
width: 305px;
|
|
2456
2493
|
}
|
|
2457
|
-
${({$mode:e})=>{let t=`\n &.is-shown {\n & ${
|
|
2458
|
-
`;const
|
|
2459
|
-
${
|
|
2494
|
+
${({$mode:e})=>{let t=`\n &.is-shown {\n & ${bb} {\n display: block;\n }\n > div button { box-shadow: var(--act-shd-bx); }\n }\n `;return"filter"===e?t+=`\n width: 100%;\n & ${bb} {\n width: 100%;\n margin-left: 16px;\n @media (min-width: 768px) {\n width: calc(40vw - 32px);\n }\n }\n & ${wb}, \n & ${Cb}, \n & ${Ib} {\n height: 14px;\n }\n & ${Cb} {\n margin-left: 15px;\n }\n & ${wb} {\n border: 0;\n }\n & ${kb} {\n padding-top: 3px;\n }\n & ${Ib} {\n margin-top: -5px;\n }\n & ${Ab} {\n fill: #429ddf;\n }\n & .DateRangePicker__Month {\n @media (min-width: 768px) {\n width: calc((40vw - 182px) / 2);\n margin: 0 10px;\n }\n @media (min-width: 1280px) {\n width: calc((40vw - 234px) / 2);\n margin: 0 20px;\n }\n }\n ._refCheckboxContainer {\n position: absolute; \n top: 7px;\n left: 0;\n }\n @media (min-width: 768px) {\n width: 100%;\n }\n `:"filterorder"===e||"filterdashboard"===e||"filterordertofulfill"===e?t+="\n width: auto !important;\n ":"popuppayment"===e&&(t+=" \n width: 100% !important;\n &.is-shown {\n > div {\n border: 1px solid var(--pri-clr-ln__fc) !important; \n }\n }\n "),t}}
|
|
2495
|
+
`;const Cb=x.div`
|
|
2496
|
+
${xb}
|
|
2460
2497
|
padding: 0 8px;
|
|
2461
2498
|
position: relative;
|
|
2462
2499
|
overflow: hidden;
|
|
2463
2500
|
|
|
2464
|
-
`,
|
|
2501
|
+
`,kb=x.div`
|
|
2465
2502
|
position: absolute;
|
|
2466
2503
|
top: 50%;
|
|
2467
2504
|
max-width: calc(100% - 8px);
|
|
@@ -2474,12 +2511,12 @@ r.version="2.30.1",i(qn),r.fn=la,r.min=Kn,r.max=er,r.now=tr,r.utc=g,r.unix=ca,r.
|
|
|
2474
2511
|
padding-bottom: 2px;
|
|
2475
2512
|
font-weight: 400;
|
|
2476
2513
|
${({$size:e})=>{if("small"===e)return"\n font-size: 14px;\n "}}
|
|
2477
|
-
`,
|
|
2514
|
+
`,Ib=x.div`
|
|
2478
2515
|
color: #757575;
|
|
2479
2516
|
display: flex;
|
|
2480
2517
|
padding: 0 8px;
|
|
2481
2518
|
transition: color 150ms;
|
|
2482
|
-
`,
|
|
2519
|
+
`,Ab=x.svg`
|
|
2483
2520
|
display: inline-block;
|
|
2484
2521
|
fill: currentColor;
|
|
2485
2522
|
stroke: currentColor;
|
|
@@ -2491,7 +2528,7 @@ r.version="2.30.1",i(qn),r.fn=la,r.min=Kn,r.max=er,r.now=tr,r.utc=g,r.unix=ca,r.
|
|
|
2491
2528
|
@media (min-width: 1280px) {
|
|
2492
2529
|
grid-template-columns: 112px 1fr;
|
|
2493
2530
|
}
|
|
2494
|
-
`;const
|
|
2531
|
+
`;const jb=x.aside`
|
|
2495
2532
|
display: inline-grid;
|
|
2496
2533
|
grid-auto-flow: column;
|
|
2497
2534
|
border-bottom: 1px solid rgba(0, 0, 0, .1);
|
|
@@ -2521,7 +2558,7 @@ r.version="2.30.1",i(qn),r.fn=la,r.min=Kn,r.max=er,r.now=tr,r.utc=g,r.unix=ca,r.
|
|
|
2521
2558
|
height: auto;
|
|
2522
2559
|
border-right: 0;
|
|
2523
2560
|
}
|
|
2524
|
-
${({$activated:e})=>{if(e)return
|
|
2561
|
+
${({$activated:e})=>{if(e)return yb}}
|
|
2525
2562
|
`,x.aside`
|
|
2526
2563
|
display: grid;
|
|
2527
2564
|
width: 100%;
|
|
@@ -2539,13 +2576,13 @@ r.version="2.30.1",i(qn),r.fn=la,r.min=Kn,r.max=er,r.now=tr,r.utc=g,r.unix=ca,r.
|
|
|
2539
2576
|
grid-auto-flow: column;
|
|
2540
2577
|
grid-gap: 8px;
|
|
2541
2578
|
}
|
|
2542
|
-
`;const
|
|
2579
|
+
`;const Sb=x.div`
|
|
2543
2580
|
position: relative;
|
|
2544
2581
|
.react-datepicker-wrapper {
|
|
2545
2582
|
width: 100%;
|
|
2546
2583
|
}
|
|
2547
|
-
${
|
|
2548
|
-
`,
|
|
2584
|
+
${vb}
|
|
2585
|
+
`,Db=x.div`
|
|
2549
2586
|
position: absolute;
|
|
2550
2587
|
top: 5px;
|
|
2551
2588
|
right: 2px;
|
|
@@ -2570,7 +2607,7 @@ r.version="2.30.1",i(qn),r.fn=la,r.min=Kn,r.max=er,r.now=tr,r.utc=g,r.unix=ca,r.
|
|
|
2570
2607
|
.react-datepicker-wrapper {
|
|
2571
2608
|
width: 100%;
|
|
2572
2609
|
}
|
|
2573
|
-
${
|
|
2610
|
+
${vb}
|
|
2574
2611
|
`,x.div`
|
|
2575
2612
|
display: inline-block;
|
|
2576
2613
|
position: fixed;
|
|
@@ -2578,20 +2615,20 @@ r.version="2.30.1",i(qn),r.fn=la,r.min=Kn,r.max=er,r.now=tr,r.utc=g,r.unix=ca,r.
|
|
|
2578
2615
|
left: 0;
|
|
2579
2616
|
z-index: 999;
|
|
2580
2617
|
&.is-shown {
|
|
2581
|
-
& ${
|
|
2618
|
+
& ${bb} {
|
|
2582
2619
|
display: block;
|
|
2583
2620
|
}
|
|
2584
2621
|
}
|
|
2585
2622
|
`,x.div`
|
|
2586
2623
|
display: flex;
|
|
2587
2624
|
padding: 0 0 0 12px;
|
|
2588
|
-
`;const
|
|
2625
|
+
`;const Eb=i(((e,t)=>{var{dateFormat:i="MMM dd, yyyy",name:a,evChange:o,isField:s,saveFormat:l,showFormat:c,evChangeCustom:d,value:u,isForceUpdate:p,setForceUpdate:h,isError:g=!1,showTimeInput:m=!1,allowEmpty:f=!1}=e,x=C(e,["dateFormat","name","evChange","isField","saveFormat","showFormat","evChangeCustom","value","isForceUpdate","setForceUpdate","isError","showTimeInput","allowEmpty"]);const[y,v]=n(u||(f?null:new Date)),b=e=>{v(e),o&&o(a,e),s&&d&&d(a,e?Sy(e).format(l):e)};return r((()=>{if(p){const e=u||(f?null:new Date);v(e),h&&h(!1)}}),[p,h,u,f]),N.jsxs(Sb,Object.assign({$isError:g},x["data-qa-id"]&&{"data-qa-id":x["data-qa-id"]},{children:[N.jsx(by,{selected:y,name:a,portalId:"popup-portal",dateFormat:i,onChange:b,showTimeInput:m,onKeyDown:e=>e.preventDefault(),ref:t}),f&&y?N.jsx(Db,{onClick:()=>b(null),title:"clear",children:N.jsx("svg",{height:"20",width:"20",viewBox:"0 0 20 20","aria-hidden":"true",focusable:"false",children:N.jsx("path",{d:"M14.348 14.849c-0.469 0.469-1.229 0.469-1.697 0l-2.651-3.030-2.651 3.029c-0.469 0.469-1.229 0.469-1.697 0-0.469-0.469-0.469-1.229 0-1.697l2.758-3.15-2.759-3.152c-0.469-0.469-0.469-1.228 0-1.697s1.228-0.469 1.697 0l2.652 3.031 2.651-3.031c0.469-0.469 1.228-0.469 1.697 0s0.469 1.229 0 1.697l-2.758 3.152 2.758 3.15c0.469 0.469 0.469 1.229 0 1.698z"})})}):null]}))})),Mb=x.div`
|
|
2589
2626
|
display: grid;
|
|
2590
|
-
`,
|
|
2627
|
+
`,Nb=({dateTimeData:e})=>{const t=Sy(e,"YYYY-MM-DD HH:mm:ss ZZ").format("D MMM YYYY,"),n=Sy(e,"YYYY-MM-DD HH:mm:ss ZZ").format("hh:mm A");return N.jsx(Mb,{children:e?N.jsxs(N.Fragment,{children:[N.jsx("span",{children:t}),N.jsx("span",{children:n})]}):"-"})},Tb=x.div`
|
|
2591
2628
|
display: grid;
|
|
2592
2629
|
grid-auto-flow: column;
|
|
2593
2630
|
justify-self: self-start;
|
|
2594
|
-
`,
|
|
2631
|
+
`,Ob=x.span`
|
|
2595
2632
|
position: relative;
|
|
2596
2633
|
cursor: pointer;
|
|
2597
2634
|
display: inline-block;
|
|
@@ -2626,12 +2663,12 @@ r.version="2.30.1",i(qn),r.fn=la,r.min=Kn,r.max=er,r.now=tr,r.utc=g,r.unix=ca,r.
|
|
|
2626
2663
|
border: none;
|
|
2627
2664
|
}
|
|
2628
2665
|
`}}
|
|
2629
|
-
`,
|
|
2666
|
+
`,_b=x.input`
|
|
2630
2667
|
position: absolute;
|
|
2631
2668
|
opacity: 0;
|
|
2632
2669
|
pointer-events: none;
|
|
2633
2670
|
width: auto;
|
|
2634
|
-
&:checked + ${
|
|
2671
|
+
&:checked + ${Ob} {
|
|
2635
2672
|
&:before {
|
|
2636
2673
|
border: 2px solid var(--err-clr-ln);
|
|
2637
2674
|
}
|
|
@@ -2642,7 +2679,7 @@ r.version="2.30.1",i(qn),r.fn=la,r.min=Kn,r.max=er,r.now=tr,r.utc=g,r.unix=ca,r.
|
|
|
2642
2679
|
}
|
|
2643
2680
|
}
|
|
2644
2681
|
${({$mode:e})=>{if("check"===e)return y`
|
|
2645
|
-
&:checked + ${
|
|
2682
|
+
&:checked + ${Ob} {
|
|
2646
2683
|
&:before,
|
|
2647
2684
|
&:after {
|
|
2648
2685
|
border: none;
|
|
@@ -2655,16 +2692,16 @@ r.version="2.30.1",i(qn),r.fn=la,r.min=Kn,r.max=er,r.now=tr,r.utc=g,r.unix=ca,r.
|
|
|
2655
2692
|
}
|
|
2656
2693
|
}
|
|
2657
2694
|
`}}
|
|
2658
|
-
`,
|
|
2695
|
+
`,Lb=e=>{var{children:t,$mode:n,evChange:r}=e,i=C(e,["children","$mode","evChange"]);const{id:a}=i;return N.jsx(Tb,{children:N.jsxs("label",{htmlFor:a,children:[N.jsx(_b,Object.assign({type:"radio",id:a,$mode:n,onChange:e=>{r&&r(e)}},i)),N.jsx(Ob,Object.assign({$mode:n},i["data-qa-id"]&&{"data-qa-id":i["data-qa-id"]},{children:t}))]})})},Pb=x.div`
|
|
2659
2696
|
> input:checked + label::after {
|
|
2660
2697
|
left: 16px;
|
|
2661
2698
|
}
|
|
2662
2699
|
> input:checked + label {
|
|
2663
2700
|
background-color: var(--sw-clr-bg__fc);
|
|
2664
2701
|
}
|
|
2665
|
-
`,
|
|
2702
|
+
`,Bb=x.input`
|
|
2666
2703
|
display: none;
|
|
2667
|
-
`,
|
|
2704
|
+
`,Fb=x.label`
|
|
2668
2705
|
position: relative;
|
|
2669
2706
|
display: inline-block;
|
|
2670
2707
|
width: 32px;
|
|
@@ -2684,7 +2721,7 @@ r.version="2.30.1",i(qn),r.fn=la,r.min=Kn,r.max=er,r.now=tr,r.utc=g,r.unix=ca,r.
|
|
|
2684
2721
|
left: 1px;
|
|
2685
2722
|
transition: all 0.3s;
|
|
2686
2723
|
}
|
|
2687
|
-
`,
|
|
2724
|
+
`,Rb=e=>{var{isForceUpdate:t,setForceUpdate:i,reset:a,setReset:o,evChange:s}=e,l=C(e,["isForceUpdate","setForceUpdate","reset","setReset","evChange"]);const{id:c,defaultChecked:d}=l,[u,p]=n(d||!1);r((()=>{t&&(p(d||!1),i&&i(!1)),a&&(p(!1),o&&o(!1))}),[t,i,a,o,d,p]);let h=Object.assign({},l);return delete h.defaultChecked,N.jsxs(Pb,{children:[N.jsx(Bb,Object.assign({type:"checkbox",checked:u,onChange:e=>{(e=>{const t=e.target.checked;p(t)})(e),s&&s(e)}},h)),N.jsx(Fb,{role:"checkbox-label",htmlFor:c})]})},Gb=y`
|
|
2688
2725
|
overflow: hidden;
|
|
2689
2726
|
position: relative;
|
|
2690
2727
|
top: 0;
|
|
@@ -2697,7 +2734,7 @@ r.version="2.30.1",i(qn),r.fn=la,r.min=Kn,r.max=er,r.now=tr,r.utc=g,r.unix=ca,r.
|
|
|
2697
2734
|
font-size: 1em
|
|
2698
2735
|
color: var(--hd-clr);
|
|
2699
2736
|
transition: width .25s ease-in-out;
|
|
2700
|
-
`,
|
|
2737
|
+
`,Wb=y`
|
|
2701
2738
|
overflow: hidden;
|
|
2702
2739
|
position: relative;
|
|
2703
2740
|
top: 0;
|
|
@@ -2712,14 +2749,14 @@ r.version="2.30.1",i(qn),r.fn=la,r.min=Kn,r.max=er,r.now=tr,r.utc=g,r.unix=ca,r.
|
|
|
2712
2749
|
align-self: flex-start;
|
|
2713
2750
|
cursor: pointer;
|
|
2714
2751
|
}
|
|
2715
|
-
`,
|
|
2752
|
+
`,Yb=y`
|
|
2716
2753
|
overflow: auto;
|
|
2717
2754
|
top: auto;
|
|
2718
2755
|
height: auto;
|
|
2719
2756
|
padding: 0;
|
|
2720
2757
|
border: 0;
|
|
2721
2758
|
cursor: default;
|
|
2722
|
-
|
|
2759
|
+
`,$b=y`
|
|
2723
2760
|
input, textarea, .table-image-figure.is-error, .rc-cascader-selector, ._refCascaderContainer > div {
|
|
2724
2761
|
border: 1px solid var(--err-clr-ln) !important;
|
|
2725
2762
|
}
|
|
@@ -2732,7 +2769,7 @@ r.version="2.30.1",i(qn),r.fn=la,r.min=Kn,r.max=er,r.now=tr,r.utc=g,r.unix=ca,r.
|
|
|
2732
2769
|
border: none !important;
|
|
2733
2770
|
}
|
|
2734
2771
|
}
|
|
2735
|
-
`,
|
|
2772
|
+
`,Hb=y`
|
|
2736
2773
|
.table-image-figure {
|
|
2737
2774
|
display: block;
|
|
2738
2775
|
overflow: hidden;
|
|
@@ -2816,7 +2853,7 @@ r.version="2.30.1",i(qn),r.fn=la,r.min=Kn,r.max=er,r.now=tr,r.utc=g,r.unix=ca,r.
|
|
|
2816
2853
|
background-color: var(--pri-clr-bg);
|
|
2817
2854
|
}
|
|
2818
2855
|
}
|
|
2819
|
-
|
|
2856
|
+
`,Vb=y`
|
|
2820
2857
|
.truncate-overflow {
|
|
2821
2858
|
position: relative;
|
|
2822
2859
|
max-height: calc(16 * 3)px;
|
|
@@ -2832,14 +2869,14 @@ r.version="2.30.1",i(qn),r.fn=la,r.min=Kn,r.max=er,r.now=tr,r.utc=g,r.unix=ca,r.
|
|
|
2832
2869
|
line-height: 16px;
|
|
2833
2870
|
}
|
|
2834
2871
|
}
|
|
2835
|
-
`,
|
|
2872
|
+
`,zb=x.section`
|
|
2836
2873
|
position: relative;
|
|
2837
|
-
`,
|
|
2874
|
+
`,Xb=x.article`
|
|
2838
2875
|
display: inline-block;
|
|
2839
2876
|
width: 100vw;
|
|
2840
2877
|
height: 100vh;
|
|
2841
2878
|
position: relative;
|
|
2842
|
-
`,
|
|
2879
|
+
`,Zb=x.section`
|
|
2843
2880
|
display: inline-block;
|
|
2844
2881
|
width: 100vw;
|
|
2845
2882
|
height: calc(100vh - 220px);
|
|
@@ -2849,13 +2886,13 @@ r.version="2.30.1",i(qn),r.fn=la,r.min=Kn,r.max=er,r.now=tr,r.utc=g,r.unix=ca,r.
|
|
|
2849
2886
|
@media only screen and (min-width: 768px) {
|
|
2850
2887
|
height: calc(100vh - 140px);
|
|
2851
2888
|
}
|
|
2852
|
-
${({$mode:e})=>{let t="";return"edit-master"===e||"create-listing"===e||"edit-listing"===e?(t+="\n height: calc(100vh - 120px);\n @media only screen and (min-width: 768px) {\n height: calc(100vh - 70px);\n }\n ","create-listing"!==e&&"edit-listing"!==e||(t+=`\n ${
|
|
2853
|
-
`,
|
|
2889
|
+
${({$mode:e})=>{let t="";return"edit-master"===e||"create-listing"===e||"edit-listing"===e?(t+="\n height: calc(100vh - 120px);\n @media only screen and (min-width: 768px) {\n height: calc(100vh - 70px);\n }\n ","create-listing"!==e&&"edit-listing"!==e||(t+=`\n ${Kb} .cell-colGroup {\n &, > div {\n min-height: 122px;\n }\n .cell-uneditable {\n min-width: 449px;\n }\n }\n `)):"create-inbound"===e||"create-outbound"===e||"create-adjustment"===e?t+="\n height: calc(100vh - 164px - 367px);\n @media only screen and (min-width: 768px) {\n height: calc(100vh - 70px - 239px);\n }\n @media only screen and (min-width: 1024px) {\n height: calc(100vh - 70px - 180px);\n }\n ":"create-transfer"===e&&(t+="\n height: calc(100vh - 120px - 426px);\n @media only screen and (min-width: 768px) {\n height: calc(100vh - 76px - 249px);\n }\n @media only screen and (min-width: 1024px) {\n height: calc(100vh - 76px - 180px);\n }\n "),t}}
|
|
2890
|
+
`,qb=x.article`
|
|
2854
2891
|
display: inline-grid;
|
|
2855
2892
|
grid-auto-flow: row;
|
|
2856
2893
|
padding-bottom: 1px;
|
|
2857
2894
|
min-width: 100vw;
|
|
2858
|
-
`,
|
|
2895
|
+
`,Jb=x.section`
|
|
2859
2896
|
display: inline-block;
|
|
2860
2897
|
width: 100%;
|
|
2861
2898
|
position: relative;
|
|
@@ -2864,7 +2901,7 @@ r.version="2.30.1",i(qn),r.fn=la,r.min=Kn,r.max=er,r.now=tr,r.utc=g,r.unix=ca,r.
|
|
|
2864
2901
|
transition: left 0s linear;
|
|
2865
2902
|
visibility: hidden;
|
|
2866
2903
|
> section > div {
|
|
2867
|
-
${
|
|
2904
|
+
${Gb}
|
|
2868
2905
|
& >header {
|
|
2869
2906
|
position: absolute;
|
|
2870
2907
|
top: 50% !important;
|
|
@@ -2895,7 +2932,7 @@ r.version="2.30.1",i(qn),r.fn=la,r.min=Kn,r.max=er,r.now=tr,r.utc=g,r.unix=ca,r.
|
|
|
2895
2932
|
min-width: 100%;
|
|
2896
2933
|
overflow-y: hidden;
|
|
2897
2934
|
}
|
|
2898
|
-
`,
|
|
2935
|
+
`,Qb=x.section`
|
|
2899
2936
|
display: inline-block;
|
|
2900
2937
|
width: 100%;
|
|
2901
2938
|
height: 50px;
|
|
@@ -2908,16 +2945,16 @@ r.version="2.30.1",i(qn),r.fn=la,r.min=Kn,r.max=er,r.now=tr,r.utc=g,r.unix=ca,r.
|
|
|
2908
2945
|
position: relative;
|
|
2909
2946
|
top: 2px;
|
|
2910
2947
|
}
|
|
2911
|
-
`,
|
|
2948
|
+
`,Ub=x.section`
|
|
2912
2949
|
display: inline-grid;
|
|
2913
2950
|
grid-auto-flow: row;
|
|
2914
2951
|
height: 100%;
|
|
2915
2952
|
align-content: start;
|
|
2916
|
-
`,
|
|
2953
|
+
`,Kb=x.article`
|
|
2917
2954
|
position: relative;
|
|
2918
2955
|
border-bottom: 1px solid var(--tab-clr-ln);
|
|
2919
|
-
${
|
|
2920
|
-
${
|
|
2956
|
+
${Hb}
|
|
2957
|
+
${Vb}
|
|
2921
2958
|
&.is-highlighted, &.is-fullfilled {
|
|
2922
2959
|
background-color: rgba(232, 255, 237, .7);
|
|
2923
2960
|
.cell-rowGroup {
|
|
@@ -2947,10 +2984,10 @@ r.version="2.30.1",i(qn),r.fn=la,r.min=Kn,r.max=er,r.now=tr,r.utc=g,r.unix=ca,r.
|
|
|
2947
2984
|
}
|
|
2948
2985
|
}
|
|
2949
2986
|
> div {
|
|
2950
|
-
${
|
|
2987
|
+
${Wb}
|
|
2951
2988
|
}
|
|
2952
2989
|
.custom-error {
|
|
2953
|
-
${
|
|
2990
|
+
${$b}
|
|
2954
2991
|
}
|
|
2955
2992
|
.cell {
|
|
2956
2993
|
> div:not(.truncate-overflow) {
|
|
@@ -3019,7 +3056,7 @@ r.version="2.30.1",i(qn),r.fn=la,r.min=Kn,r.max=er,r.now=tr,r.utc=g,r.unix=ca,r.
|
|
|
3019
3056
|
}
|
|
3020
3057
|
&-error {
|
|
3021
3058
|
&:not(.cell-custom_select):not(.cell-custom_input) {
|
|
3022
|
-
${
|
|
3059
|
+
${$b}
|
|
3023
3060
|
}
|
|
3024
3061
|
}
|
|
3025
3062
|
&-uneditable {
|
|
@@ -3063,7 +3100,7 @@ r.version="2.30.1",i(qn),r.fn=la,r.min=Kn,r.max=er,r.now=tr,r.utc=g,r.unix=ca,r.
|
|
|
3063
3100
|
border-right: 0;
|
|
3064
3101
|
line-height: 0;
|
|
3065
3102
|
> div {
|
|
3066
|
-
${
|
|
3103
|
+
${Wb}
|
|
3067
3104
|
&:first-child {
|
|
3068
3105
|
> div {
|
|
3069
3106
|
display: grid;
|
|
@@ -3073,7 +3110,7 @@ r.version="2.30.1",i(qn),r.fn=la,r.min=Kn,r.max=er,r.now=tr,r.utc=g,r.unix=ca,r.
|
|
|
3073
3110
|
}
|
|
3074
3111
|
}
|
|
3075
3112
|
.cell-rowGroup {
|
|
3076
|
-
${
|
|
3113
|
+
${Yb}
|
|
3077
3114
|
position: absolute;
|
|
3078
3115
|
top: 0;
|
|
3079
3116
|
display: inline-grid;
|
|
@@ -3086,7 +3123,7 @@ r.version="2.30.1",i(qn),r.fn=la,r.min=Kn,r.max=er,r.now=tr,r.utc=g,r.unix=ca,r.
|
|
|
3086
3123
|
border-bottom: 0;
|
|
3087
3124
|
}
|
|
3088
3125
|
> div {
|
|
3089
|
-
${
|
|
3126
|
+
${Wb}
|
|
3090
3127
|
}
|
|
3091
3128
|
.cell-disabled {
|
|
3092
3129
|
background-color: rgb(250, 250, 250);
|
|
@@ -3192,7 +3229,7 @@ r.version="2.30.1",i(qn),r.fn=la,r.min=Kn,r.max=er,r.now=tr,r.utc=g,r.unix=ca,r.
|
|
|
3192
3229
|
${({$mode:e})=>{let t="";return"create-transfer"===e||"confirm-inbound"===e||"confirm-outbound"===e||"confirm-adjustment"===e?t+='\n > div {\n min-height: 66px;\n &.cell-colGroup {\n > div { \n min-height: 66px; \n }\n }\n &.cell-rowGroup {\n .cell-row {\n &, > div { \n min-height: 66px; \n }\n }\n }\n .cell {\n &-label {\n &:not([data-key="item"]) {\n > span, .cell-wrapper {\n padding-top: 6px;\n }\n }\n }\n &-trash {\n > article, >div {\n padding-top: 6px;\n }\n }\n &-checkbox {\n padding-top: 22px;\n }\n }\n }\n ':"create-return"===e?t+='\n > div {\n .cell {\n &-label {\n &:not([data-key="item"]) {\n > span, .cell-wrapper {\n padding-top: 6px;\n }\n }\n }\n &-trash {\n > article, >div {\n padding-top: 6px;\n }\n }\n &-checkbox {\n padding-top: 22px;\n }\n }\n }\n ':"create-price"===e?t+=`\n > div {\n min-height: 100px;\n &.cell-colGroup {\n > div { \n min-height: 100px; \n }\n }\n &.cell-rowGroup {\n .cell-row {\n &, \n > div { \n min-height: 100px; \n }\n }\n }\n }\n ._refErrorContainer {\n ${R}\n }\n `:"create-adjustment"!==e&&"create-outbound"!==e||(t+=" \n > div {\n min-height: 90px;\n &.cell-colGroup {\n > div { \n min-height: 90px; \n }\n }\n &.cell-rowGroup {\n .cell-row {\n &, \n > div { \n min-height: 90px; \n }\n }\n }\n }\n "),t}}
|
|
3193
3230
|
`;x.section`
|
|
3194
3231
|
overflow: hidden;
|
|
3195
|
-
${
|
|
3232
|
+
${Hb}
|
|
3196
3233
|
.ck-editor__editable {
|
|
3197
3234
|
min-height: 200px;
|
|
3198
3235
|
max-height: 200px;
|
|
@@ -3256,14 +3293,14 @@ r.version="2.30.1",i(qn),r.fn=la,r.min=Kn,r.max=er,r.now=tr,r.utc=g,r.unix=ca,r.
|
|
|
3256
3293
|
${({$mode:e})=>{if("switch"===e)return y`
|
|
3257
3294
|
grid-auto-flow: column;
|
|
3258
3295
|
`}}
|
|
3259
|
-
`;const
|
|
3296
|
+
`;const ew=x.article`
|
|
3260
3297
|
display: inline-grid;
|
|
3261
3298
|
width: 100%;
|
|
3262
3299
|
grid-auto-flow: column;
|
|
3263
3300
|
grid-template-columns: max-content auto;
|
|
3264
3301
|
grid-gap: 10px;
|
|
3265
3302
|
align-items: center;
|
|
3266
|
-
`,
|
|
3303
|
+
`,tw=x.div`
|
|
3267
3304
|
display: inline-grid;
|
|
3268
3305
|
width: 100%;
|
|
3269
3306
|
grid-auto-flow: row;
|
|
@@ -3292,7 +3329,7 @@ r.version="2.30.1",i(qn),r.fn=la,r.min=Kn,r.max=er,r.now=tr,r.utc=g,r.unix=ca,r.
|
|
|
3292
3329
|
line-height: 13px;
|
|
3293
3330
|
}
|
|
3294
3331
|
}
|
|
3295
|
-
`,
|
|
3332
|
+
`,nw=x.div`
|
|
3296
3333
|
height: auto;
|
|
3297
3334
|
max-height: 34px;
|
|
3298
3335
|
white-space: nowrap;
|
|
@@ -3306,7 +3343,7 @@ r.version="2.30.1",i(qn),r.fn=la,r.min=Kn,r.max=er,r.now=tr,r.utc=g,r.unix=ca,r.
|
|
|
3306
3343
|
-webkit-line-clamp: 2;
|
|
3307
3344
|
-webkit-box-orient: vertical;
|
|
3308
3345
|
}
|
|
3309
|
-
`,
|
|
3346
|
+
`,rw=x.article`
|
|
3310
3347
|
${({$mode:e})=>{if("add"===e)return y`
|
|
3311
3348
|
div {
|
|
3312
3349
|
position: relative;
|
|
@@ -3314,7 +3351,7 @@ r.version="2.30.1",i(qn),r.fn=la,r.min=Kn,r.max=er,r.now=tr,r.utc=g,r.unix=ca,r.
|
|
|
3314
3351
|
text-align: center;
|
|
3315
3352
|
}
|
|
3316
3353
|
`}}
|
|
3317
|
-
`,
|
|
3354
|
+
`,iw=x.article`
|
|
3318
3355
|
display: inline-grid;
|
|
3319
3356
|
position: relative;
|
|
3320
3357
|
width: 100%;
|
|
@@ -3347,7 +3384,7 @@ r.version="2.30.1",i(qn),r.fn=la,r.min=Kn,r.max=er,r.now=tr,r.utc=g,r.unix=ca,r.
|
|
|
3347
3384
|
grid-auto-flow: row;
|
|
3348
3385
|
grid-gap: 10px;
|
|
3349
3386
|
input, textarea { box-shadow: none; }
|
|
3350
|
-
${({$isExpand:e,$isEditable:t})=>{let n="";return e&&(n+=`\n & ${
|
|
3387
|
+
${({$isExpand:e,$isEditable:t})=>{let n="";return e&&(n+=`\n & ${iw} {\n padding-bottom: 8px;\n }\n `),!1===t&&(n+="\n grid-gap: 4px;\n padding-left: 4px;\n padding-top: 6px;\n "),n}}
|
|
3351
3388
|
`,x.div`
|
|
3352
3389
|
width: 429px;
|
|
3353
3390
|
display: block;
|
|
@@ -3373,15 +3410,15 @@ r.version="2.30.1",i(qn),r.fn=la,r.min=Kn,r.max=er,r.now=tr,r.utc=g,r.unix=ca,r.
|
|
|
3373
3410
|
grid-auto-flow: row;
|
|
3374
3411
|
grid-gap:8px;
|
|
3375
3412
|
font-size: 13px;
|
|
3376
|
-
${({$isVariant:e,$isTotal:t})=>e?`\n padding: 12px !important;\n border-bottom: 1px solid #e3e3e3;\n & ${
|
|
3377
|
-
`;const
|
|
3413
|
+
${({$isVariant:e,$isTotal:t})=>e?`\n padding: 12px !important;\n border-bottom: 1px solid #e3e3e3;\n & ${aw} {\n grid-template-columns: 90px repeat(${t||4}, 114px);\n > aside {\n padding-left: 0;\n }\n }\n `:`\n padding-bottom: 8px;\n ${aw} {\n grid-template-columns: repeat(4,150px);\n }\n `}
|
|
3414
|
+
`;const aw=x.div`
|
|
3378
3415
|
display: grid;
|
|
3379
3416
|
grid-auto-flow: column;
|
|
3380
3417
|
grid-template-columns: 110px auto;
|
|
3381
3418
|
grid-gap:10px;
|
|
3382
3419
|
align-items: baseline;
|
|
3383
3420
|
justify-content: start;
|
|
3384
|
-
`,
|
|
3421
|
+
`,ow=x.div`
|
|
3385
3422
|
grid-gap: 12px !important;
|
|
3386
3423
|
> a {
|
|
3387
3424
|
position: relative;
|
|
@@ -3398,7 +3435,7 @@ r.version="2.30.1",i(qn),r.fn=la,r.min=Kn,r.max=er,r.now=tr,r.utc=g,r.unix=ca,r.
|
|
|
3398
3435
|
}
|
|
3399
3436
|
}
|
|
3400
3437
|
}
|
|
3401
|
-
`,
|
|
3438
|
+
`,sw=x.div`
|
|
3402
3439
|
display: inline-grid;
|
|
3403
3440
|
width: 100%;
|
|
3404
3441
|
grid-auto-flow: row;
|
|
@@ -3416,34 +3453,34 @@ r.version="2.30.1",i(qn),r.fn=la,r.min=Kn,r.max=er,r.now=tr,r.utc=g,r.unix=ca,r.
|
|
|
3416
3453
|
font-size: 13px;
|
|
3417
3454
|
}
|
|
3418
3455
|
}
|
|
3419
|
-
`,
|
|
3456
|
+
`,lw=x.span`
|
|
3420
3457
|
display: inline-block;
|
|
3421
3458
|
font-weight: 600;
|
|
3422
3459
|
margin-top: 5px;
|
|
3423
3460
|
width: 100%;
|
|
3424
|
-
`,
|
|
3461
|
+
`,cw=x.span`
|
|
3425
3462
|
display: flex;
|
|
3426
3463
|
margin-top: 5px;
|
|
3427
3464
|
font-size: 12px;
|
|
3428
3465
|
text-wrap: wrap;
|
|
3429
3466
|
word-wrap: break-word;
|
|
3430
|
-
`,lw=({data:e,heightContent:t,firstHeaderColumnsWidth:n,evCheckbox:r,headerColumns:i,switchEditor:a,totalColGroupWidth:o,lastHeaderColumnsWidth:s,evRemove:l,type:c,isRemovable:d})=>e.map(((e,u)=>{const p=t?e.variants.length*t:e.variants.length;let h=u;if("putaway-inbound"===c)h=e.id;else h=u;return N.jsxs(Qb,{className:"_refMasterTableBodyContent",style:{height:p},children:[N.jsxs("div",{className:"cell-colGroup",style:{height:p},children:[N.jsx("div",{className:"cell cell-checkbox",style:{width:n,height:p},children:N.jsxs("article",{children:[N.jsx("div",{children:u+1}),N.jsx(nt,{id:`checkbox-list-${u}`,name:"checkbox-list",extendKey:u.toString(),onClick:r})]})},0),i.filter((e=>!(null==e?void 0:e.isHidden))).filter((e=>"colGroup"===e.type)).map(((t,n)=>{const r=e[t.key],i=n+1,o=(null==e?void 0:e[t.key+"_error"])||"",s=a(u,t,r,o,void 0,p,e);return N.jsx("div",{"data-idx":u,"data-key":t.key,className:`cell cell-${t.fieldType} ${o?"cell-error":""}`,style:{width:t.width,height:p},children:s},i)}))]},0),N.jsx("div",{className:"cell-rowGroup",style:{left:o,overflow:"hidden"},children:e.locations.map(((n,r)=>{var o;const p="create-adjustment"===c?r+"-"+((null===(o=n.batchId)||void 0===o?void 0:o.value)||"0")+"-"+(n.location||"0"):r;let h=[];return N.jsxs("div",{className:"cell-row","data-row":r,style:{height:t},children:[i.filter((e=>!(null==e?void 0:e.isHidden))).filter((e=>"colGroup"!==e.type)).map(((t,i)=>{var o,s,l,c,d;const p=i+1;let g=null,m="",f=!1,x=t.key.replace("locations-","");if(-1===x.indexOf("-"))g=n[x],m=(null===(s=null===(o=null==e?void 0:e.locations)||void 0===o?void 0:o[r])||void 0===s?void 0:s[x+"_error"])||"";else{const t=x.split("-"),i=t[0],a=t[1],o=n[i]?n[i].length:0;if(o){let t=0;h.filter((e=>e===x)).length&&(t=h.filter((e=>e===x)).length),g=o>t?n[i][t][a]:null,m=o>t?null===(c=null===(l=null==e?void 0:e.locations)||void 0===l?void 0:l[r])||void 0===c?void 0:c[i][t][a+"_error"]:null,h.push(x)}}"adjustLocation"!==(null==t?void 0:t.condition)&&"countAdjustment"!==(null==t?void 0:t.condition)||(null===(d=e.locations[r])||void 0===d?void 0:d.location)||(f=!0);const y=a(u,t,g,m,r);return N.jsx("div",{"data-idx":u,"data-key":t.key,"data-row":r,className:`cell cell-${t.fieldType} ${m?"cell-error":""} ${f?"cell-disabled":""}`,style:{width:t.width},children:y},p)})),d?N.jsx("div",{"data-idx":u,"data-key":"trash","data-row":r,className:"cell cell-trash",onClick:l,style:{width:s},children:N.jsx("div",{children:N.jsx(ft,{$name:"trash",$width:"18px","data-qa-id":`mt-icon-trash-${u}${null!==r?"-"+r:""}`})})},i.length+1):null]},p)}))},1)]},h)})),cw=({data:e,firstHeaderColumnsWidth:t,evCheckbox:n,headerColumns:r,switchEditor:i,lastHeaderColumnsWidth:a,evRemove:o,type:s,isRemovable:l})=>e.map(((e,c)=>{var d;let u=c;switch(s){case"create-promotion":case"create-adjustment":case"create-price":case"create-inbound":case"create-outbound":case"create-transfer":case"confirm-adjustment":case"confirm-inbound":case"confirm-outbound":u=e.id;break;case"create-return":u=(null===(d=null==e?void 0:e.product)||void 0===d?void 0:d.id)||c;break;default:u=c}let p="";return"edit-picklist"===s?p=e.qtyOrdered===e.qtyPicked?"is-fullfilled":"":"create-package"===s?p=e.qtyOrdered===e.qtyPack?"is-fullfilled":"":"create-return"===s&&(p=e.qtyOrdered-e.qtyReturned===e.qtyToReturn?"is-fullfilled":""),N.jsx(Qb,{$mode:s,id:`row-${u}`,className:`_refMasterTableBodyContent ${p}`,children:N.jsxs("div",{className:"cell-colGroup",children:[N.jsx("div",{className:"cell cell-checkbox",style:{width:t},children:l?N.jsxs("article",{children:[N.jsx("div",{children:c+1}),N.jsx("div",{children:N.jsx(nt,{id:`checkbox-list-${c}`,name:"checkbox-list",extendKey:c.toString(),onClick:n})})]}):N.jsx("div",{children:c+1})},0),r.filter((e=>!(null==e?void 0:e.isHidden))).filter((e=>"colGroup"===e.type)).map(((t,n)=>{const r=e[t.key],a=n+1,o=(null==e?void 0:e[t.key+"_error"])||"",l=i(c,t,r,o,void 0,"auto",e);let d=!1;if("create-price"===s&&"price"!==t.key&&"salePrice"!==t.key&&"item"!==t.key){const n=t.key.split("_");"salePrice"===n[1]||"saleStartAt"===n[1]||"saleEndAt"===n[1]?void 0===e[`${n[0]}_salePrice`]&&void 0===e[`${n[0]}_saleStartAt`]&&void 0===e[`${n[0]}_saleEndAt`]&&(d=!0):void 0===r&&(d=!0)}return N.jsx("div",{"data-idx":c,"data-key":t.key,className:`cell cell-${t.fieldType} ${d?"cell-disabled":""} ${o?"cell-error":""}`,style:{width:t.width},children:l},a)})),l?N.jsx("div",{"data-idx":c,"data-key":"trash",className:"cell cell-trash",style:{width:a},onClick:o,children:N.jsx("div",{children:N.jsx(ft,{$name:"trash",$width:"18px","data-qa-id":`mt-icon-trash-${c}`})})},r.length+1):null]},0)},u)})),dw=({head:e,value:t,height:i,evChange:o,idx:s,variantIdx:c,error:d,evCloseEditor:u})=>{const[p,h]=n(!1),[g,m]=n(t||null),[f,x]=n(!0),[y,v]=n(!1),b=a(null),w=e.format||"DD/MM/YYYY",C=`${e.key}-${s}${void 0!==c?"-"+c:""}`;r((()=>{const e=t?Sy(t,w).toDate():t;m(e)}),[w,t]);const k=l((t=>{const n=document.getElementById("cur-key"),r=n?n.innerHTML:"";r&&r===C&&(o(e,t,s,c),u((()=>{h(!1)})))}),[C,e,s,c,o,u]);r((()=>{if(f)x(!1);else{const e=g?Sy(g).format(w):g;k(e)}}),[g,k,f,w]),r((()=>{const e=document.body,t=e=>{if(!p)return!1;const t=e.target;return!t.closest(".react-datepicker")&&!t.closest(".cell-wrapper")&&(t.closest(".master-editor")?void 0:(m(g),void u((()=>{h(!1)}))))};return e.addEventListener("click",t),()=>e.removeEventListener("click",t)}),[g,p,u]);const I=`${e.name.toLowerCase().replaceAll(" ","-")}-${s}${void 0!==c?"-"+c:""}`;return p?N.jsx("div",{className:"master-editor",children:N.jsx(Sb,Object.assign({ref:b,saveFormat:w,evChange:(e,t)=>{m(t),v(!0)},name:e.fieldType+"_"+e.key},g&&{value:g},{isError:!!d,isForceUpdate:y,setForceUpdate:v,"data-qa-id":`mt-field-date-${I}`},(null==e?void 0:e.allowEmpty)&&{allowEmpty:e.allowEmpty},(null==e?void 0:e.showFormat)&&{showFormat:e.showFormat}))}):N.jsx("section",{onClick:e=>{e.preventDefault();const t=e.target;if(t.closest(".cell-disabled"))return!1;const n=document.getElementById("cur-key");n&&(n.innerHTML=C),h(!p);const r=t.closest(".cell");p?r&&r.classList.remove("cell-editing"):r&&r.classList.add("cell-editing")},className:"cell-wrapper",children:e.multiline?N.jsxs(N.Fragment,{children:[!g&&d?N.jsx(_,{$color:"blue",style:{fontWeight:500},children:"+ Add"}):N.jsx("div",{className:"truncate-overflow",style:{maxHeight:i?parseInt(i)-34:"auto"},"data-qa-id":`mt-input-label-${I}`,children:(null==e?void 0:e.showFormat)&&g?Sy(g,w).format(e.showFormat):g}),d&&N.jsx(eh,{$mode:"table",children:d})]}):N.jsxs(N.Fragment,{children:[!g&&d?N.jsx(_,{$color:"blue",style:{fontWeight:500},children:"+ Add"}):N.jsx("div",{"data-qa-id":`mt-input-label-${I}`,children:(null==e?void 0:e.showFormat)&&g?Sy(g,w).format(e.showFormat):g}),d&&N.jsx(eh,{$mode:"table",children:d})]})})},uw=({head:e,value:t,evChange:n,idx:r,variantIdx:i,error:a,isForceUpdate:o,setForceUpdate:s})=>{const c=`${e.key}-${r}${void 0!==i?"-"+i:""}`,d=l((t=>{const a=document.getElementById("cur-key"),o=a?a.innerHTML:"";o&&o===c&&n(e,t,r,i)}),[c,e,r,i,n]),u=e.format||"DD/MM/YYYY",p=`${e.name.toLowerCase().replaceAll(" ","-")}-${r}${void 0!==i?"-"+i:""}`,h=t?Sy(t,u).toDate():t;return N.jsx("div",{className:"master-editor",children:void 0===t&&"sale"===(null==e?void 0:e.condition)?N.jsx(_,{$color:"grey",children:"No Listing yet!"}):N.jsx(Sb,Object.assign({saveFormat:u,evChange:(e,t)=>{const n=document.getElementById("cur-key");n&&(n.innerHTML=c);const r=t?Sy(t).format(u):t;d(r)},name:e.fieldType+"_"+e.key,value:h},(null==e?void 0:e.allowEmpty)&&{allowEmpty:!0},a&&{isError:!0,"data-tip":a,"data-place":"top","data-type":"error"},{isForceUpdate:o,setForceUpdate:s,"data-qa-id":`mt-field-date-${p}`},(null==e?void 0:e.showFormat)&&{showFormat:e.showFormat}))})},pw=({head:e,value:t,height:i,evChange:a,idx:o,variantIdx:s,error:c,evCloseEditor:d,content:u})=>{const[p,h]=n(!1),[g,m]=n(t||""),[f,x]=n(!0);r((()=>{m(t)}),[t]);const y=`${e.key}-${o}${void 0!==s?"-"+s:""}`,v=l((t=>{const n=document.getElementById("cur-key"),r=n?n.innerHTML:"";r&&r===y&&(a(e,t,o,s),d((()=>{h(!1)})))}),[y,e,o,s,a,d]);r((()=>{f?x(!1):v(g)}),[g,v,f]);const b=ve((e=>{}),250),w=t=>{const n=t.value,r="Integer"===e.typeData?!g&&!n||parseInt(g)===parseInt(n):g===n;m(n),r&&d((()=>{h(!1)}))},C=`${e.name.toLowerCase().replaceAll(" ","-")}-${o}${void 0!==s?"-"+s:""}`,k="Currency"===e.typeData||"Integer"===e.typeData?null!==g?g:"":g?"string"==typeof g?g.toString().trim():g:"";let I=N.jsx("div",{"data-qa-id":`mt-input-label-${C}`,children:De(t,e.key)});if("priceAdjustment"===(null==e?void 0:e.condition)||"priceAdjustment-sale"===(null==e?void 0:e.condition)){let n=parseInt(t||0)-parseInt(u[`${e.key}_base`]||0),r=Ae(n);n>0?r="+"+Ae(n):0===n&&(r=""),I=N.jsxs("div",{children:[N.jsx("div",{"data-qa-id":`mt-input-label-${C}`,children:De(t,e.key)}),0!==n&&null!==n&&!c&&N.jsx(ow,{style:{color:ie(n)},children:r})]})}return p?N.jsx("div",{className:"master-editor",children:e.multiline?N.jsx(xh,{name:e.fieldType+"_"+e.key,defaultValue:g,evChange:e=>{b(e.target)},evBlur:e=>{b(e.target),w(e.target)}}):N.jsx(qe,Object.assign({type:"Integer"===e.typeData?"number":"text"},"Currency"===e.typeData&&{mode:"currency"},{name:e.fieldType+"_"+e.key,defaultValue:g,evChange:e=>{b(e.target)},evBlur:e=>{b(e.target),w(e.target)},evKeyUp:t=>{if("Enter"===t.key){t.preventDefault();const n=t.currentTarget.value,r="Integer"===e.typeData?parseInt(g)===parseInt(n):g===n;return m(n),void(r&&d((()=>{h(!1)})))}},"data-qa-id":`mt-input-${C}`}))}):N.jsx("section",{onClick:e=>{e.preventDefault();const t=e.target;if(t.closest(".cell-disabled"))return!1;const n=document.getElementById("cur-key");n&&(n.innerHTML=y),h(!p);const r=t.closest(".cell");p?r&&r.classList.remove("cell-editing"):r&&r.classList.add("cell-editing"),setTimeout((()=>{const e=r.querySelector("input");e&&e.focus(),e&&e.select()}),1)},className:"cell-wrapper",children:e.multiline?N.jsxs(N.Fragment,{children:[""===k&&c?N.jsx(_,{$color:"blue",style:{fontWeight:500},children:"+ Add"}):N.jsx("div",{className:"truncate-overflow","data-qa-id":`mt-input-label-${C}`,style:{maxHeight:i?parseInt(i)-34:"auto"},children:De(t,e.key)}),c&&N.jsx(eh,{$mode:"table",children:c})]}):N.jsxs(N.Fragment,{children:[""===k&&c?N.jsx(_,{$color:"blue",style:{fontWeight:500},children:"+ Add"}):I,c&&N.jsx(eh,{$mode:"table",children:c})]})})},hw=({head:e,value:t,evChange:n,idx:r,variantIdx:i,error:a,content:o,type:s,isForceUpdate:c,setForceUpdate:d})=>{const u=`${e.key}-${r}${void 0!==i?"-"+i:""}`,p=l((t=>{const a=document.getElementById("cur-key"),o=a?a.innerHTML:"";o&&o===u&&n(e,t,r,i)}),[u,e,r,i,n]),h=ve((e=>{}),250),g=e=>{p(e.value)},m=e=>{if("Enter"===e.key)return e.preventDefault(),void p(e.currentTarget.value)},f=e=>{e.persist(),setTimeout((()=>{const t=e.target,n=t.value;""!==n&&null!=n&&(t&&t.focus(),t&&t.select())}),1);const t=document.getElementById("cur-key");t&&(t.innerHTML=u)},x=De(t,e.key),y=["shipping","platformRebate"],v=e.multiline?N.jsx(xh,Object.assign({name:e.fieldType+"_"+e.key,defaultValue:t,evChange:e=>{h(e.target)},evBlur:e=>{h(e.target),g(e.target)},onClick:e=>{e.persist();const t=document.getElementById("cur-key");t&&(t.innerHTML=u)}},a&&{isError:!0,"data-tip":a,"data-place":"top","data-type":"error"})):N.jsx(qe,Object.assign({type:"Integer"===e.typeData?"number":"text",name:e.fieldType+"_"+e.key,defaultValue:t,evChange:e=>{h(e.target)},evBlur:e=>{h(e.target),g(e.target)},onKeyUp:m,onClick:f,onFocus:f,isForceUpdate:c,setForceUpdate:d,"data-qa-id":`mt-input-${e.name.toLowerCase().replaceAll(" ","-")}-${r}${void 0!==i?"-"+i:""}`},"Currency"===e.typeData&&{mode:"currency",aliasLabel:y.includes(e.key)?"+":"-"},e.placeholder&&{placeholder:e.placeholder},a&&{isError:!0,"data-tip":a,"data-place":"top","data-type":"error"}));let b=N.jsx("div",{className:"master-editor",children:v});return"countAdjustment"===(null==e?void 0:e.condition)?b=N.jsx("div",{className:"master-editor",children:N.jsxs(N.Fragment,{children:[v,null!==t&&t<o.qtyReserved&&N.jsx(sw,{style:{color:"red"},children:"Qty Available'll be minus"})]})}):"countOutbound"===(null==e?void 0:e.condition)&&(b=N.jsx("div",{className:"master-editor",children:N.jsxs(N.Fragment,{children:[v,null!==t&&t>o.qtyOnHand&&N.jsx(sw,{style:{color:"red"},children:"Qty On Hand'll be minus"})]})})),"create-paymentreceive"===s?N.jsx(qe,Object.assign({type:"Integer"===e.typeData?"number":"text",disabled:o.orderCashless&&"shipping"===e.key||!1,name:e.fieldType+"_"+e.key,defaultValue:x,evChange:e=>{h(e.target)},evBlur:e=>{h(e.target),g(e.target)},evKeyUp:m,onClick:f,onFocus:f,"data-qa-id":`mt-input-${e.name.toLowerCase().replaceAll(" ","-")}-${r}${void 0!==i?"-"+i:""}`},"Currency"===e.typeData&&{mode:"currency",aliasLabel:y.includes(e.key)?"+":"-"},e.placeholder&&{placeholder:e.placeholder},a&&{isError:!0,"data-tip":a,"data-place":"top","data-type":"error"})):b},gw=({head:e,value:t,evChange:n,evOpenPopup:i,idx:a,variantIdx:o,resultPopup:s,setResultPopup:c,error:d,evCloseEditor:u})=>{const p=`${e.key}-${a}${void 0!==o?"-"+o:""}`,h=l((t=>{const r=document.getElementById("cur-key"),i=r?r.innerHTML:"";i&&i===p&&(n(e,t,a,o),u())}),[p,e,a,o,n,u]);r((()=>(s&&"image"in s&&(c&&c(null),h(s.image)),()=>{c&&c(null)})),[s,c,h]);return N.jsxs("section",{className:"cell-wrapper",onClick:e=>{e.preventDefault();const t=e.target;if(t.closest(".cell-disabled"))return!1;const n=document.getElementById("cur-key");n&&(n.innerHTML=p);const r=t.closest(".cell");r&&r.classList.add("cell-editing"),i&&i(e,"cell-wrapper")},"data-popup":"table-image","data-detail":JSON.stringify({title:e.name,value:t,head:e}),children:[d&&-1===d.indexOf("minimum")&&-1===d.indexOf("maximum")?N.jsx(_,{$color:"blue",style:{fontWeight:500},children:"+ Add"}):N.jsx("div",{children:t&&N.jsx("figure",{className:"table-image-figure","data-qa-id":`mt-image-${e.name.toLowerCase().replaceAll(" ","-")}-${a}${void 0!==o?"-"+o:""}`,children:N.jsx(so,{src:Array.isArray(t)?t[0]:t})})}),d&&N.jsx(eh,{$mode:"table",children:d.replace("Product","")})]})},mw=({head:e,value:t,height:n,idx:r,evOpenPopup:i,content:a,type:o})=>{let s=t?"object"==typeof(l=t)&&!Array.isArray(l)&&null!==l&&Object.keys(t).length?t[Object.keys(t)[0]]:t:"Integer"===e.typeData?t.toString():"";var l;let c;if("product"===(null==e?void 0:e.condition)){const e=t.imageUrl?Array.isArray(t.imageUrl)&&t.imageUrl.length?t.imageUrl[0]:t.imageUrl:"";c=N.jsx("section",{className:"cell-wrapper",children:N.jsxs(Kb,{children:[N.jsxs("section",{children:[N.jsx("figure",{className:"table-image-figure",children:N.jsx(so,{src:e})}),N.jsxs("div",{children:[N.jsx(ew,{children:t.name}),t.totalVariant&&N.jsxs("span",{className:"counter-product-label",children:[t.totalVariant," variants"]})]})]}),N.jsxs("section",{children:[N.jsxs("div",{children:[N.jsx(Gy,{$size:"medium",children:"Category: "})," ",t.category||"No Category"]}),N.jsxs("div",{children:[N.jsx(Gy,{$size:"medium",children:"Brand: "})," ",t.brand||"No Brand"]})]})]})})}else if("addVariant"===(null==e?void 0:e.condition))c=N.jsx("section",{className:"cell-wrapper","data-detail":JSON.stringify({idx:r,data:a}),"data-popup":"add-variant-master",children:N.jsx(tw,{$mode:"add",children:N.jsx("div",{onClick:e=>i&&i(e,"cell-wrapper"),children:N.jsx(_,{color:"blue",title:"Add Variant",style:{fontWeight:500},children:"+ Add"})})})});else if("item"===(null==e?void 0:e.condition)){const e=t.imageUrl?Array.isArray(t.imageUrl)&&t.imageUrl.length?t.imageUrl[0]:t.imageUrl:"";c=N.jsx("section",{className:"cell-wrapper",children:N.jsxs(Ub,{children:[N.jsx(zy,{$size:"30px",children:N.jsx(so,{alt:t.name,$mode:"product",src:e||""})}),N.jsxs("div",{children:[N.jsx(ew,{children:N.jsx("strong",{children:t.name})}),t.sku&&N.jsxs(Gy,{$size:"medium",children:[N.jsx("span",{children:"SKU:"}),N.jsx(J,{target:"_blank",href:`https://app.forstok.com/dashboard/items/master/${encodeURIComponent(t.sku)}?src=sku`,children:t.sku})]})]})]})})}else if("productPicklist"===(null==e?void 0:e.condition)){const e=t.imageUrl?Array.isArray(t.imageUrl)&&t.imageUrl.length?t.imageUrl[0]:t.imageUrl:"";c=N.jsx("section",{className:"cell-wrapper",children:N.jsxs(Ub,{children:[N.jsx(zy,{$size:"30px",children:N.jsx(so,{alt:t.name,$mode:"product",src:e||""})}),N.jsxs("div",{style:{display:"grid",gridGap:"4px"},children:[N.jsx(_,{style:{fontWeight:600},children:t.name}),N.jsxs(Gy,{$size:"medium",children:[N.jsx("span",{children:"SKU:"}),t.sku?N.jsx(J,{target:"_blank",href:`https://app.forstok.com/dashboard/items/master/${encodeURIComponent(t.sku)}?src=sku`,children:t.sku}):"-"]}),N.jsxs(Gy,{$size:"medium",children:[N.jsx("span",{children:"UPC:"}),t.barcode||"-"]})]})]})})}else if("option"===(null==e?void 0:e.condition))c=N.jsx(_,{$elipsis:!1,className:"multi-elipsis",children:t||"-"});else if("adjustment"===(null==e?void 0:e.condition)){let t=a.quantity-a.availableQuantity;t>0?t="+"+t:0===t&&(t=""),c=N.jsx(_,{$elipsis:!1,id:`text-${e.key}-${r}`,className:"multi-elipsis",style:Object.assign({display:"inline"},(null==e?void 0:e.align)&&{textAlign:e.align}),children:t||"-"})}else if("countAdjustment"===(null==e?void 0:e.condition)){let t=0;null!==a.quantity&&void 0!==a.quantity&&(t=a.quantity-a.qtyOnHand);const n=t>0?"+"+t:t;c=t?N.jsx(ow,{id:`text-${e.key}-${r}`,className:"multi-elipsis",style:{color:ie(t),textAlign:(null==e?void 0:e.align)||";eft"},children:n}):N.jsx(N.Fragment,{})}else c="store"===(null==e?void 0:e.condition)?N.jsx("section",{className:"cell-wrapper",children:N.jsx(aw,{children:N.jsxs("section",{children:[t.channelImage?N.jsx(so,{$mode:"store",alt:t.channelName,src:t.channelImage,width:"30px"}):N.jsx(Hy,{style:{fontSize:"10px",width:"30px",height:"30px",backgroundColor:t.channelColor||"#000000"},children:t.channelInitials}),N.jsxs("div",{children:[N.jsx("strong",{className:"multi-elipsis",title:null==t?void 0:t.accountName,children:(null==t?void 0:t.accountName)||"-"}),N.jsxs(J,{target:"_blank",href:`https://app.forstok.com/dashboard/invoices/salesinvoices/${a.invoiceId}`,children:["INV-",a.invoiceId]})]})]})})}):N.jsx("section",{className:"cell-wrapper",children:N.jsx("div",Object.assign({className:"truncate-overflow"},n&&"auto"!==n&&{style:{maxHeight:n?parseInt(n)-34:"auto"}},(null==e?void 0:e.align)&&{style:{textAlign:e.align}},{children:s}))});return c},fw=({head:e,value:t,height:i,evChange:a,idx:o,variantIdx:s,error:c,evCloseEditor:d})=>{var u,p;const[h,g]=n(!1),[m,f]=n(null),[x,y]=n(null!==t||void 0!==t?t:""),[v,b]=n(!1),[w,C]=n(!0),k=`${e.key}-${o}${void 0!==s?"-"+s:""}`,I=l((t=>{const n=document.getElementById("cur-key"),r=n?n.innerHTML:"";r&&r===k&&(a(e,t,o,s),d&&d((()=>{g(!1)})))}),[k,e,o,s,a,d]);r((()=>{w?v?I(x):C(!1):I(x)}),[x,I,w,v]),r((()=>{const e=document.body,t=e=>{if(!h)return!1;const t=e.target,n=t.dataset.id||"";return(!n||!/^react-select/.test(n))&&(t.closest(".master-editor ._refSelectContainer")?void 0:(y(x),void d((()=>{g(!1)}))))};return e.addEventListener("click",t),()=>{e.removeEventListener("click",t)}}),[x,h,d]);r((()=>{if(!m){const t=document.getElementById("master-categories"),n=(null==e?void 0:e.schema)&&"master_category"===e.schema?""!==t.innerHTML?JSON.parse(Te(t.innerHTML)):[]:e.options||[];f&&f(n)}}),[e,m]);const A="Boolean"===e.typeData?(null===(u=e.options)||void 0===u?void 0:u.filter((e=>e.value===t)).length)?e.options.filter((e=>e.value===t))[0]:t:t?"string"==typeof t?{value:t,label:t}:t:{},j="Boolean"===e.typeData&&(null===(p=e.options)||void 0===p?void 0:p.filter((e=>e.value===t)).length)?e.options.filter((e=>e.value===t))[0].label:t,S=`${e.name.toLowerCase().replaceAll(" ","-")}-${o}${void 0!==s?"-"+s:""}`;return h?N.jsx("div",{className:"master-editor",children:N.jsx(Qp,Object.assign({options:m,defaultValue:A,mode:"small-table",name:e.fieldType+"_"+e.key,evCreate:e=>{y(e),b(!0)},evChange:e=>{const t=e;(null==t?void 0:t.value)&&y(t.value),b(!0)},isForceUpdate:v,setForceUpdate:b,"data-qa-id":`mt-select-${S}`},"category"===e.key&&{isCreateable:!0}))}):N.jsx("section",{onClick:e=>{e.preventDefault();const t=e.target;if(t.closest(".cell-disabled"))return!1;const n=document.getElementById("cur-key");n&&(n.innerHTML=k),g(!h);const r=t.closest(".cell");h?r&&r.classList.remove("cell-editing"):r&&r.classList.add("cell-editing")},className:"cell-wrapper",children:e.multiline?N.jsxs(N.Fragment,{children:[""===x&&c?N.jsx(_,{$color:"blue",style:{fontWeight:500},children:"+ Add"}):N.jsx("div",{className:"truncate-overflow","data-qa-id":`mt-select-label-${S}`,style:{maxHeight:i?parseInt(i)-34:"auto"},children:j}),c&&N.jsx(eh,{$mode:"table",children:c})]}):N.jsxs(N.Fragment,{children:[""===x&&c?N.jsx(_,{$color:"blue",style:{fontWeight:500},children:"+ Add"}):N.jsx("div",{"data-qa-id":`mt-select-label-${S}`,children:j}),c&&N.jsx(eh,{$mode:"table",children:c})]})})},xw=({head:e,value:t,evChange:i,idx:a,variantIdx:o,error:s,isForceUpdate:c,setForceUpdate:d,content:u})=>{var p,h;const[g,m]=n(null),f=`${e.key}-${a}${void 0!==o?"-"+o:""}`,x=l((t=>{const n=document.getElementById("cur-key"),r=n?n.innerHTML:"";r&&r===f&&i(e,t,a,o)}),[f,e,a,o,i]),y=l((()=>{let t=[];if(null==u?void 0:u.dataLocations)if("locations-batchId"===e.key){const e=u.dataLocations.filter((e=>{var t,n;return e.location===(null===(n=null===(t=u.locations)||void 0===t?void 0:t[o||0])||void 0===n?void 0:n.location)}));e.length&&(t=e.map((e=>e.batchId)).filter(((e,t,n)=>n.indexOf(e)===t)).map((e=>({value:e,label:e}))))}else if("locations-expiryDate"===e.key){const e=u.dataLocations.filter((e=>{var t,n,r,i;return e.location===(null===(n=null===(t=u.locations)||void 0===t?void 0:t[o||0])||void 0===n?void 0:n.location)&&e.batchId===(null===(i=null===(r=u.locations)||void 0===r?void 0:r[o||0])||void 0===i?void 0:i.batchId.value)}));e.length&&(t=e.map((e=>({value:e.expiryDate,label:Sy(e.expiryDate,"YYYY-MM-DD HH:mm:ss ZZ").format("D MMM YYYY, hh:mm A")}))))}return t}),[u,e,o]);r((()=>{if(!g){const t=document.getElementById("master-categories");let n=[];if("qtyToReturn"===(null==e?void 0:e.condition)){const e=u.qtyOrdered-u.qtyReturned;for(let t=0;t<=e;t++)n.push({value:t,label:t})}else n=(null==e?void 0:e.schema)?"master_category"===e.schema&&""!==(null==t?void 0:t.innerHTML)?JSON.parse(Te(null==t?void 0:t.innerHTML)):[]:y().length?y():e.options||[];m(n)}}),[u,y,e,g]),r((()=>{if(c){const e=y();e.length&&m(e),d&&d(!1)}}),[u,y,e,c,d,o]);const v="qtyToReturn"===(null==e?void 0:e.condition)?{value:t,label:t}:"Boolean"===e.typeData?(null===(p=e.options)||void 0===p?void 0:p.filter((e=>e.value===t)).length)?e.options.filter((e=>e.value===t))[0]:t:t?"string"==typeof t?{value:t,label:t}:t:{},b=`${e.name.toLowerCase().replaceAll(" ","-")}-${a}${void 0!==o?"-"+o:""}`;return"adjustLocation"!==(null==e?void 0:e.condition)||(null===(h=u.locations[o||0])||void 0===h?void 0:h.location)?N.jsx("div",{className:"master-editor",children:N.jsx(Qp,Object.assign({},"category"===e.key&&{isCreateable:!0},{options:g,defaultValue:v,mode:"small-table",name:e.fieldType+"_"+e.key,evCreate:e=>{const t=document.getElementById("cur-key");t&&(t.innerHTML=f),x(e),d&&d(!0)},evChange:t=>{const n=t,r=document.getElementById("cur-key");r&&(r.innerHTML=f),"qtyToReturn"===(null==e?void 0:e.condition)?x(null==n?void 0:n.value):x(n),d&&d(!0)},isForceUpdate:c,setForceUpdate:d,"data-qa-id":`mt-select-${b}`},s&&{isError:!0,"data-tip":s,"data-place":"top","data-type":"error"},{placeholder:`Select ${e.name}`}))}):null},yw=({head:e,value:t,evChange:i,idx:a,variantIdx:o,evCloseEditor:s})=>{const[c,d]=n(t||!1),[u,p]=n(!0),h=`${e.name.toLowerCase().replaceAll(" ","-")}-${a}${void 0!==o?"-"+o:""}`;r((()=>{const n=document.getElementById(`${e.fieldType}_${h}`);n&&(n.checked=t),d(t)}),[t,e,h]);const g=`${e.key}-${a}${void 0!==o?"-"+o:""}`,m=l((t=>{const n=document.getElementById("cur-key"),r=n?n.innerHTML:"";r&&r===g&&(i(e,t,a,o),s())}),[g,e,a,o,i,s]);r((()=>{u?p(!1):m(c)}),[c,m,u]);const f=c;return N.jsx("div",{className:"master-editor",children:N.jsx(Bb,{name:e.fieldType+"_"+e.key,id:`${e.fieldType}_${h}`,"aria-label":e.name,value:c.toString(),defaultChecked:f,"data-qa-id":`mt-checkbox-${h}`,evChange:e=>{(e=>{const t=document.getElementById("cur-key");t&&(t.innerHTML=g);const n=e.closest(".cell");n&&n.classList.add("cell-editing");const r=e.checked,i=c===r;d(r),i&&s()})(e.target)}})})},vw=({head:e,value:t,height:n,evChange:i,evOpenPopup:a,idx:o,variantIdx:s,resultPopup:c,setResultPopup:d,evCloseEditor:u})=>{const p=`${e.key}-${o}${void 0!==s?"-"+s:""}`,h=l((t=>{const n=document.getElementById("cur-key"),r=n?n.innerHTML:"";r&&r===p&&(i(e,t,o,s),u())}),[p,e,o,s,i,u]);r((()=>{c&&"tag"in c&&(d&&d(null),h(c.tag))}),[c,d,h]);return N.jsx("section",{className:"cell-wrapper",onClick:e=>{e.preventDefault();const t=e.target;if(t.closest(".cell-disabled"))return!1;const n=document.getElementById("cur-key");n&&(n.innerHTML=p);const r=t.closest(".cell");r&&r.classList.add("cell-editing"),a&&a(e,"cell-wrapper")},"data-popup":"table-tag","data-detail":JSON.stringify({title:e.name,value:t}),children:N.jsx("div",{className:"truncate-overflow",style:{maxHeight:n?parseInt(n)-34:"auto"},children:t&&t.map(((e,t)=>N.jsx("span",{children:e},t)))})})},bw=({value:e,height:t})=>N.jsx("section",{className:"cell-wrapper",children:N.jsx("div",Object.assign({className:"truncate-overflow"},t&&"auto"!==t&&{style:{maxHeight:t?parseInt(t)-34:"auto"}},{children:e}))}),ww=e=>{const{evOpenPopup:t,headerColumns:i,data:a,setData:o,resultPopup:s,setResultPopup:c,type:d,evCreateMessageQuestion:u,evCreateMessage:p,autoCopy:h,setAutoCopy:g,isRemovable:m=!0,isForceUpdate:f,setForceUpdate:x}=e,[y,v]=n(!1),[b,w]=n();r((()=>{const e=()=>{const e=document.querySelector("._refResizeContainer");if(e){const t=document.querySelector("._refMasterTableViewport"),n=e.offsetHeight,r=document.querySelector("._refHeaderContainer"),i=r?r.offsetHeight:0;t&&(t.style.height=`calc(100vh - ${n+i+12}px)`)}};return e(),window.addEventListener("resize",e,!0),()=>{window.removeEventListener("resize",e,!0)}}),[]);const C=ne(d||"");r((()=>{const e=document.querySelector("#master-clone"),t=e?e.innerHTML:"";if((null==a?void 0:a.length)&&!t){const t=document.querySelector("._refMasterTableViewport"),n=document.querySelector("._refMasterTableHeaderClone");let r=0,i=0,a=!1;t&&t.addEventListener("scroll",(e=>{const o=t.offsetWidth-t.clientWidth,s=t.scrollLeft;i!==o&&(n.style.width=parseInt(n.style.width)+o+"px"),a||(window.requestAnimationFrame((()=>{r!==s&&(n.style.left="-"+s+"px"),a=!1,r=s})),a=!0),i=o}),{passive:!0}),e.innerHTML="true"}}),[a]);const k=55,I=m?55:0;let A=0,j=0;for(const e of i.filter((e=>!(null==e?void 0:e.isHidden))))"colGroup"===e.type&&(j+=e.width),A+=e.width;A+=k+I+1,j+=k;const S=(e,t,n,r)=>{const i="category"===(null==e?void 0:e.condition)?"Array":e.typeData||"String",s=Ee(i,t),l="category"===(null==e?void 0:e.condition)?Me(e,s,(null==e?void 0:e.condition[0].toUpperCase())+(null==e?void 0:e.condition.substring(1))):Me(e,s);if(n>=0){let t=[...a],i=t[n];if(r&&r>=0)if("putaway-inbound"===d){let t=i.locations[r];const n=e.key.replace("locations-","");t[n]=s,l.approved?delete t[n+"_error"]:t[n+"_error"]=l.errors[0],i.locations.splice(r,1,t)}else{let t=i.variants[r];const n=e.key.replace("variants-",""),a=i.variants.length;if("options-option"===n||"options-type"===n){const o=-1!==e.name.indexOf("1")?0:1,c="options-option"===n?"option":"type";if("type"===c){let e=[];for(let t=0;t<a;t++){let n=i.variants[t];if(n.options[o][c]=s,`${c}_error`in n.options[o]&&delete n.options[o][`${c}_error`],n.options.length>1){const e=0===o?1:0;`${c}_error`in n.options[e]&&delete n.options[e][`${c}_error`],s.toLowerCase()===n.options[e].type.toLowerCase()&&(n.options[o][`${c}_error`]="Variant type is duplicate")}e.push(n)}i.variants=e}else t.options[o][c]=s,l.approved?delete t.options[o][c+"_error"]:t.options[o][c+"_error"]=l.errors[0],i.variants.splice(r,1,t)}else t[n]=s,l.approved?delete t[n+"_error"]:t[n+"_error"]=l.errors[0],i.variants.splice(r,1,t)}else if("category"===(null==e?void 0:e.condition)){if(-1!==e.key.indexOf("listing")&&i.listing){const t=i.listing.findIndex((t=>t.accountId===e.value));if(t>=0){let n=[...i.listing],r=n[t];r[e.condition]=s,l.approved?delete r[e.condition+"_error"]:r[e.condition+"_error"]=l.errors[0],n.splice(t,1,r),i.listing=n}}}else i[e.key]=s,l.approved?delete i[e.key+"_error"]:i[e.key+"_error"]=l.errors[0];t.splice(n,1,i),o(t),e.bare&&l.approved&&x&&x(!0)}},D=e=>{const t=e.target,n=Ie("confirm",`Are you sure you want to remove ${"create-paymentreceive"===d?"invoice":"product"}?`,"",(()=>{let e=[...a];const n=t=>{var n;if(!h)return!1;let r=[...h];for(const i of t){const t=Object.assign({},e[i]),a=t.category,o=r.reduce(((e,t,n)=>e.concat(t.category===a?n:[])),[]);if(o.length)for(const e of o)if(e>=0){let i=null===(n=r[e])||void 0===n?void 0:n.copy;if(i){const e=i.findIndex((e=>e.id===t.id));e>=0&&i.splice(e,1)}}}g&&g(r),b&&w(void 0)},r=e=>{const t=document.getElementById("listing-data");t&&!t.innerHTML&&(t.innerText=JSON.stringify(e))};if("bulk"===(t.dataset.type||"")){let t=document.querySelectorAll("[name='checkbox-list']:checked"),i=[];for(let e=0;e<t.length;e++){const n=t[e],r=n.dataset.key?parseInt(n.dataset.key):0;i.push(r)}const a=e.filter(((e,t)=>-1===i.indexOf(t)));"listing"===C?(n(i),o(a,(e=>r(e)))):o(a),B()}else{const i=t.closest(".cell-trash"),a=i.dataset.idx?parseInt(i.dataset.idx):null,s=i.dataset.row?parseInt(i.dataset.row):null;if(null!==a)if("listing"===C)n([a]),e.splice(a,1),o(e,(e=>r(e)));else if("master"===C){let t=Object.assign({},e[a]);if(null==t?void 0:t.variants)if(1===t.variants.length)e.splice(a,1);else{let n=[...t.variants];s&&n.splice(s,1),t.variants=n,e.splice(a,1,t)}else e.splice(a,1);o(e)}else if("putaway-inbound"===d){let t=Object.assign({},e[a]);if(null==t?void 0:t.locations)if(1===t.locations.length)e.splice(a,1);else{let n=[...t.locations];s&&n.splice(s,1),t.locations=n,e.splice(a,1,t)}else e.splice(a,1);o(e)}else e.splice(a,1),o(e)}}));u&&u(n)},E=e=>{const t=document.querySelectorAll("[name='checkbox-list']:checked").length,n=document.querySelector("._refMasterTableBulkWrapper"),r=n.getElementsByTagName("span");r&&(r[0].innerHTML=`${t} selected`),t>0?n.classList.add("is-active"):n.classList.remove("is-active")},M=e=>{const t=e.target.checked,n=document.querySelectorAll("[name='checkbox-list']");if(null==n?void 0:n.length)for(let e=0;e<n.length;e++){const r=n[e],i=r.closest(".cell-checkbox"),a=r.closest("._refMasterTableBodyContent");t?(i&&i.classList.add("isChecked"),a&&a.classList.add("is-highlighted")):(i&&i.classList.remove("isChecked"),a&&a.classList.remove("is-highlighted")),r.checked=t}else{const t=ke("warning","No Products Selected");p&&p(t),e.target.checked=!1,v(!1)}E()},T=e=>{const t=e.target,n=t.checked,r=document.querySelectorAll("[name='checkbox-selectAll']"),i=t.closest(".cell-checkbox"),a=t.closest("._refMasterTableBodyContent");!n&&(null==r?void 0:r.length)&&r.forEach((e=>e.checked&&(e.checked=!1))),n?(i&&i.classList.add("isChecked"),a&&a.classList.add("is-highlighted")):(i&&i.classList.remove("isChecked"),a&&a.classList.remove("is-highlighted")),E()},O="stock"===C?66:82,L=(e,n,r,i,a,o,l)=>{const u=o||O,p=e=>{const t=document.getElementById("cur-key");document.querySelectorAll(".cell-editing").forEach((e=>e.classList.remove("cell-editing"))),t&&(t.innerHTML=""),e&&e()};let h;switch(n.fieldType){case"image":h=N.jsx(gw,{head:n,value:r,height:u,evOpenPopup:t,idx:e,variantIdx:a,evChange:S,resultPopup:s,setResultPopup:c,error:i,evCloseEditor:p});break;case"textarea":h=N.jsx(bw,{head:n,value:r,height:u,idx:e,variantIdx:a});break;case"select":h=n.bare?N.jsx(xw,{head:n,value:r,idx:e,variantIdx:a,evChange:S,error:i,content:l,isForceUpdate:f,setForceUpdate:x}):N.jsx(fw,{head:n,value:r,height:u,idx:e,variantIdx:a,evChange:S,error:i,evCloseEditor:p});break;case"tag":h=N.jsx(vw,{head:n,value:r,height:u,evOpenPopup:t,idx:e,variantIdx:a,evChange:S,resultPopup:s,setResultPopup:c,evCloseEditor:p});break;case"label":h=N.jsx(mw,{head:n,value:r,height:u,idx:e,evOpenPopup:t,content:l,type:d,variantIdx:a});break;case"switch":h=N.jsx(yw,{head:n,value:r,idx:e,variantIdx:a,evChange:S,evCloseEditor:p});break;case"date":h=n.bare?N.jsx(uw,{head:n,value:r,idx:e,variantIdx:a,evChange:S,error:i,isForceUpdate:f,setForceUpdate:x}):N.jsx(dw,{head:n,value:r,height:u,idx:e,variantIdx:a,evChange:S,error:i,evCloseEditor:p});break;default:h=n.bare?N.jsx(hw,{head:n,content:l,value:r,height:u,idx:e,variantIdx:a,evChange:S,error:i,type:d,isForceUpdate:f,setForceUpdate:x}):N.jsx(pw,{head:n,value:r,height:u,idx:e,variantIdx:a,evChange:S,error:i,evCloseEditor:p,content:l})}return h},P=e=>{const t=e.target.dataset.key||"",n=i.findIndex((e=>e.key===t));if(n>=0){const e=i[n],r=document.querySelector("[name='checkbox-selectAll']"),s=document.querySelectorAll("[name='checkbox-list']:checked"),l=!r.checked&&s.length?`Clear to selected products (${s.length})`:"Clear all products",c=Ie("confirm","Are you sure you want to clear this column?","By clearing data, you can't undo this action.",(()=>{const n="validations"in e?Me(e,""):{approved:!0},i=t.split("-"),l=i[0],c=i[1],d="Boolean"!==e.typeData&&"";let u=[...a];if("stock"===C){const e=u.map((e=>{let r=e;return t&&(r[t]=d,n.approved?delete r[t+"_error"]:r[t+"_error"]=n.errors[0]),r}));o(e)}else if(!r.checked&&s.length){for(let e=0;e<s.length;e++){const t=s[e],r=t.dataset.key?parseInt(t.dataset.key):null;if(null!==r){let e=u[r];if(c){const t=e[l].map((e=>{const t=e;return t[c]=d,n.approved?delete t[c+"_error"]:t[c+"_error"]=n.errors[0],t}));e[l]=t}else e[l]=d,n.approved?delete e[l+"_error"]:e[l+"_error"]=n.errors[0];u.splice(r,1,e)}}o(u)}else{const e=u.map((e=>{let t=e;if(c){const e=t[l].map((e=>{const t=e;return t[c]=d,n.approved?delete t[c+"_error"]:t[c+"_error"]=n.errors[0],t}));t[l]=e}else t[l]=d,n.approved?delete t[l+"_error"]:t[l+"_error"]=n.errors[0];return t}));o(e)}}),l);u&&u(c)}},B=l((()=>{const e=document.querySelectorAll("[name='checkbox-selectAll']");setTimeout((()=>{e.forEach((e=>e.checked&&(e.checked=!1)))}),10);const t=document.querySelectorAll("[name='checkbox-list']:checked");if(null==t?void 0:t.length)for(let e=0;e<t.length;e++){const n=t[e],r=n.closest(".cell-checkbox"),i=n.closest("._refMasterTableBodyContent");r&&r.classList.remove("isChecked"),i&&i.classList.remove("is-highlighted"),n.checked=!1}y&&v(!1)}),[y]);r((()=>{if(s&&"edit"in s){const e=s.edit.key,t=s.edit.value,n=e.split("-"),r=n[0],i=n[1],l=document.querySelector("[name='checkbox-selectAll']"),d=document.querySelectorAll("[name='checkbox-list']:checked");let u=[...a];if(!l.checked&&d.length){for(let e=0;e<d.length;e++){const n=d[e],a=n.dataset.key?parseInt(n.dataset.key):null;if(null!==a){let e=u[a];if(i){const n=e[r].map((e=>{const n=e;return n[i]=t,delete n[i+"_error"],n}));e[r]=n}else e[r]="",delete e[r+"_error"];u.splice(a,1,e)}}o(u)}else{const e=u.map((e=>{let n=e;if(i){const e=n[r].map((e=>{const n=e;return n[i]=t,delete n[i+"_error"],n}));n[r]=e}else n[r]="",delete n[r+"_error"];return n}));o(e)}c&&c(null)}}),[s,c,a,o,C,d,i]);const F=i.filter((e=>e.isMassEditable||e.isMassClearable)).length>0,R=(e,n,r,i,o,s)=>(null==e?void 0:e.length)?N.jsxs(Zb,{className:""+(s?"_refMasterTableHeaderClone":"_refMasterTableHeader"),style:{width:s&&o||"100%"},children:[N.jsxs(qb,{children:[N.jsx("div",{className:"headerCell headerCell-Checkbox",style:{width:n},children:m?N.jsx(nt,{onClick:M,name:"checkbox-selectAll",id:""+(s?"checkbox-selectAll-clone":"checkbox-selectAll")}):null},0),e.filter((e=>!(null==e?void 0:e.isHidden))).map(((e,t)=>{var n;return N.jsxs("div",{className:"headerCell "+(e.icon||e.initial?"headerCell-img":""),"data-key":e.key,style:{width:e.width},children:[e.icon?N.jsx(so,{width:"24px",src:e.icon,alt:e.name}):e.initial?N.jsx(Hy,{className:"initial-wrapper",style:{width:"24px",height:"24px",backgroundColor:(null==e?void 0:e.color)||"#000000",fontSize:"10px"},children:e.initial}):null,N.jsxs("header",{className:"multi-elipsis",title:e.name,children:[e.name,(null===(n=null==e?void 0:e.validations)||void 0===n?void 0:n.required)&&N.jsx(_,{$color:"red",style:{display:"inline",lineHeight:"normal"},children:"*"}),(null==e?void 0:e.tip)&&N.jsx(ft,{$name:"question",$width:"12px","data-tip":e.tip,"data-place":"top","data-multiline":!0})]})]},t+1)})),m?N.jsx("div",{className:"headerCell headerCell-trash",style:{width:r}},e.length+("picklist"===C?2:1)):null]}),F&&(null==a?void 0:a.length)?N.jsxs(Vy,{children:[N.jsx("div",{className:"actionCell",style:{width:n}}),e.filter((e=>!(null==e?void 0:e.isHidden))).map(((e,n)=>N.jsx("div",{className:"actionCell",style:{width:e.width},children:N.jsxs(iw,{children:[e.isMassEditable&&N.jsx(J,{mode:"clear",title:"Bulk Edit","data-popup":"table-mass-edit","data-detail":JSON.stringify({title:"Bulk Edit",head:e}),onClick:t,children:"Edit"}),e.isMassClearable&&N.jsx(J,{mode:"clear",title:"Bulk Clear","data-key":e.key,onClick:P,children:"Clear"})]})},n+1))),m?N.jsx("div",{className:"actionCell",style:{width:r}},e.length+("picklist"===C?2:1)):null]}):null]}):null;return console.log(a,"dataTable"),N.jsxs(N.Fragment,{children:[R(i,k,I,0,A,!0),N.jsxs(Hb,{children:[N.jsx(Vb,{children:N.jsx(zb,{className:"_refMasterTableViewport",$mode:d||"create-master",children:N.jsxs(Xb,{className:"_refMasterTableCanvas",style:{width:A},children:[R(i,k,I),N.jsx(Jb,{className:"_refMasterTableBody",children:(null==a?void 0:a.length)?"putaway-inbound"===d?N.jsx(lw,{data:a,heightContent:O,firstHeaderColumnsWidth:k,evCheckbox:T,headerColumns:i,switchEditor:L,totalColGroupWidth:j,lastHeaderColumnsWidth:I,evRemove:D,type:d,isRemovable:m}):N.jsx(cw,{data:a,firstHeaderColumnsWidth:k,evCheckbox:T,headerColumns:i,switchEditor:L,lastHeaderColumnsWidth:I,evRemove:D,type:d,isRemovable:m}):null})]})})}),N.jsxs("section",{className:"_refContainer",children:[N.jsxs($y,{className:"_refMasterTableBulkWrapper",children:[N.jsx(ft,{className:"_refBulkCloseButton",$name:"cross",$width:"16px",onClick:e=>{e.persist(),B()}}),N.jsx("span",{children:"0 Selected"}),N.jsxs(ot,{$mode:"red",$shadow:!0,"data-type":"bulk",onClick:D,children:["Remove ","create-paymentreceive"===d?"Invoice":"Product"]})]}),N.jsx("div",{className:"_refDropdownOverlay",onClick:()=>{document.querySelector("._refDropdownOverlay").style.display="none";document.getElementsByTagName("BODY")[0].classList.remove("is-immuned")}})]})]}),N.jsx("div",{id:"master-clone",className:"hidden"})]})},Cw=y`
|
|
3467
|
+
`,dw=({data:e,heightContent:t,firstHeaderColumnsWidth:n,evCheckbox:r,headerColumns:i,switchEditor:a,totalColGroupWidth:o,lastHeaderColumnsWidth:s,evRemove:l,type:c,isRemovable:d})=>e.map(((e,u)=>{const p=t?e.variants.length*t:e.variants.length;let h=u;if("putaway-inbound"===c)h=e.id;else h=u;return N.jsxs(Kb,{className:"_refMasterTableBodyContent",style:{height:p},children:[N.jsxs("div",{className:"cell-colGroup",style:{height:p},children:[N.jsx("div",{className:"cell cell-checkbox",style:{width:n,height:p},children:N.jsxs("article",{children:[N.jsx("div",{children:u+1}),N.jsx(nt,{id:`checkbox-list-${u}`,name:"checkbox-list",extendKey:u.toString(),onClick:r})]})},0),i.filter((e=>!(null==e?void 0:e.isHidden))).filter((e=>"colGroup"===e.type)).map(((t,n)=>{const r=e[t.key],i=n+1,o=(null==e?void 0:e[t.key+"_error"])||"",s=a(u,t,r,o,void 0,p,e);return N.jsx("div",{"data-idx":u,"data-key":t.key,className:`cell cell-${t.fieldType} ${o?"cell-error":""}`,style:{width:t.width,height:p},children:s},i)}))]},0),N.jsx("div",{className:"cell-rowGroup",style:{left:o,overflow:"hidden"},children:e.locations.map(((n,r)=>{var o;const p="create-adjustment"===c?r+"-"+((null===(o=n.batchId)||void 0===o?void 0:o.value)||"0")+"-"+(n.location||"0"):r;let h=[];return N.jsxs("div",{className:"cell-row","data-row":r,style:{height:t},children:[i.filter((e=>!(null==e?void 0:e.isHidden))).filter((e=>"colGroup"!==e.type)).map(((t,i)=>{var o,s,l,c,d;const p=i+1;let g=null,m="",f=!1,x=t.key.replace("locations-","");if(-1===x.indexOf("-"))g=n[x],m=(null===(s=null===(o=null==e?void 0:e.locations)||void 0===o?void 0:o[r])||void 0===s?void 0:s[x+"_error"])||"";else{const t=x.split("-"),i=t[0],a=t[1],o=n[i]?n[i].length:0;if(o){let t=0;h.filter((e=>e===x)).length&&(t=h.filter((e=>e===x)).length),g=o>t?n[i][t][a]:null,m=o>t?null===(c=null===(l=null==e?void 0:e.locations)||void 0===l?void 0:l[r])||void 0===c?void 0:c[i][t][a+"_error"]:null,h.push(x)}}"adjustLocation"!==(null==t?void 0:t.condition)&&"countAdjustment"!==(null==t?void 0:t.condition)||(null===(d=e.locations[r])||void 0===d?void 0:d.location)||(f=!0);const y=a(u,t,g,m,r);return N.jsx("div",{"data-idx":u,"data-key":t.key,"data-row":r,className:`cell cell-${t.fieldType} ${m?"cell-error":""} ${f?"cell-disabled":""}`,style:{width:t.width},children:y},p)})),d?N.jsx("div",{"data-idx":u,"data-key":"trash","data-row":r,className:"cell cell-trash",onClick:l,style:{width:s},children:N.jsx("div",{children:N.jsx(ft,{$name:"trash",$width:"18px","data-qa-id":`mt-icon-trash-${u}${null!==r?"-"+r:""}`})})},i.length+1):null]},p)}))},1)]},h)})),uw=({data:e,firstHeaderColumnsWidth:t,evCheckbox:n,headerColumns:r,switchEditor:i,lastHeaderColumnsWidth:a,evRemove:o,type:s,isRemovable:l})=>e.map(((e,c)=>{var d;let u=c;switch(s){case"create-promotion":case"create-adjustment":case"create-price":case"create-inbound":case"create-outbound":case"create-transfer":case"confirm-adjustment":case"confirm-inbound":case"confirm-outbound":u=e.id;break;case"create-return":u=(null===(d=null==e?void 0:e.product)||void 0===d?void 0:d.id)||c;break;default:u=c}let p="";return"edit-picklist"===s?p=e.qtyOrdered===e.qtyPicked?"is-fullfilled":"":"create-package"===s?p=e.qtyOrdered===e.qtyPack?"is-fullfilled":"":"create-return"===s&&(p=e.qtyOrdered-e.qtyReturned===e.qtyToReturn?"is-fullfilled":""),N.jsx(Kb,{$mode:s,id:`row-${u}`,className:`_refMasterTableBodyContent ${p}`,children:N.jsxs("div",{className:"cell-colGroup",children:[N.jsx("div",{className:"cell cell-checkbox",style:{width:t},children:l?N.jsxs("article",{children:[N.jsx("div",{children:c+1}),N.jsx("div",{children:N.jsx(nt,{id:`checkbox-list-${c}`,name:"checkbox-list",extendKey:c.toString(),onClick:n})})]}):N.jsx("div",{children:c+1})},0),r.filter((e=>!(null==e?void 0:e.isHidden))).filter((e=>"colGroup"===e.type)).map(((t,n)=>{const r=e[t.key],a=n+1,o=(null==e?void 0:e[t.key+"_error"])||"",l=i(c,t,r,o,void 0,"auto",e);let d=!1;if("create-price"===s&&"price"!==t.key&&"salePrice"!==t.key&&"item"!==t.key){const n=t.key.split("_");"salePrice"===n[1]||"saleStartAt"===n[1]||"saleEndAt"===n[1]?void 0===e[`${n[0]}_salePrice`]&&void 0===e[`${n[0]}_saleStartAt`]&&void 0===e[`${n[0]}_saleEndAt`]&&(d=!0):void 0===r&&(d=!0)}return N.jsx("div",{"data-idx":c,"data-key":t.key,className:`cell cell-${t.fieldType} ${d?"cell-disabled":""} ${o?"cell-error":""}`,style:{width:t.width},children:l},a)})),l?N.jsx("div",{"data-idx":c,"data-key":"trash",className:"cell cell-trash",style:{width:a},onClick:o,children:N.jsx("div",{children:N.jsx(ft,{$name:"trash",$width:"18px","data-qa-id":`mt-icon-trash-${c}`})})},r.length+1):null]},0)},u)})),pw=({head:e,value:t,height:i,evChange:o,idx:s,variantIdx:c,error:d,evCloseEditor:u})=>{const[p,h]=n(!1),[g,m]=n(t||null),[f,x]=n(!0),[y,v]=n(!1),b=a(null),w=e.format||"DD/MM/YYYY",C=`${e.key}-${s}${void 0!==c?"-"+c:""}`;r((()=>{const e=t?Sy(t,w).toDate():t;m(e)}),[w,t]);const k=l((t=>{const n=document.getElementById("cur-key"),r=n?n.innerHTML:"";r&&r===C&&(o(e,t,s,c),u((()=>{h(!1)})))}),[C,e,s,c,o,u]);r((()=>{if(f)x(!1);else{const e=g?Sy(g).format(w):g;k(e)}}),[g,k,f,w]),r((()=>{const e=document.body,t=e=>{if(!p)return!1;const t=e.target;return!t.closest(".react-datepicker")&&!t.closest(".cell-wrapper")&&(t.closest(".master-editor")?void 0:(m(g),void u((()=>{h(!1)}))))};return e.addEventListener("click",t),()=>e.removeEventListener("click",t)}),[g,p,u]);const I=`${e.name.toLowerCase().replaceAll(" ","-")}-${s}${void 0!==c?"-"+c:""}`;return p?N.jsx("div",{className:"master-editor",children:N.jsx(Eb,Object.assign({ref:b,saveFormat:w,evChange:(e,t)=>{m(t),v(!0)},name:e.fieldType+"_"+e.key},g&&{value:g},{isError:!!d,isForceUpdate:y,setForceUpdate:v,"data-qa-id":`mt-field-date-${I}`},(null==e?void 0:e.allowEmpty)&&{allowEmpty:e.allowEmpty},(null==e?void 0:e.showFormat)&&{showFormat:e.showFormat}))}):N.jsx("section",{onClick:e=>{e.preventDefault();const t=e.target;if(t.closest(".cell-disabled"))return!1;const n=document.getElementById("cur-key");n&&(n.innerHTML=C),h(!p);const r=t.closest(".cell");p?r&&r.classList.remove("cell-editing"):r&&r.classList.add("cell-editing")},className:"cell-wrapper",children:e.multiline?N.jsxs(N.Fragment,{children:[!g&&d?N.jsx(_,{$color:"blue",style:{fontWeight:500},children:"+ Add"}):N.jsx("div",{className:"truncate-overflow",style:{maxHeight:i?parseInt(i)-34:"auto"},"data-qa-id":`mt-input-label-${I}`,children:(null==e?void 0:e.showFormat)&&g?Sy(g,w).format(e.showFormat):g}),d&&N.jsx(eh,{$mode:"table",children:d})]}):N.jsxs(N.Fragment,{children:[!g&&d?N.jsx(_,{$color:"blue",style:{fontWeight:500},children:"+ Add"}):N.jsx("div",{"data-qa-id":`mt-input-label-${I}`,children:(null==e?void 0:e.showFormat)&&g?Sy(g,w).format(e.showFormat):g}),d&&N.jsx(eh,{$mode:"table",children:d})]})})},hw=({head:e,value:t,evChange:n,idx:r,variantIdx:i,error:a,isForceUpdate:o,setForceUpdate:s})=>{const c=`${e.key}-${r}${void 0!==i?"-"+i:""}`,d=l((t=>{const a=document.getElementById("cur-key"),o=a?a.innerHTML:"";o&&o===c&&n(e,t,r,i)}),[c,e,r,i,n]),u=e.format||"DD/MM/YYYY",p=`${e.name.toLowerCase().replaceAll(" ","-")}-${r}${void 0!==i?"-"+i:""}`,h=t?Sy(t,u).toDate():t;return N.jsx("div",{className:"master-editor",children:void 0===t&&"sale"===(null==e?void 0:e.condition)?N.jsx(_,{$color:"grey",children:"No Listing yet!"}):N.jsx(Eb,Object.assign({saveFormat:u,evChange:(e,t)=>{const n=document.getElementById("cur-key");n&&(n.innerHTML=c);const r=t?Sy(t).format(u):t;d(r)},name:e.fieldType+"_"+e.key,value:h},(null==e?void 0:e.allowEmpty)&&{allowEmpty:!0},a&&{isError:!0,"data-tip":a,"data-place":"top","data-type":"error"},{isForceUpdate:o,setForceUpdate:s,"data-qa-id":`mt-field-date-${p}`},(null==e?void 0:e.showFormat)&&{showFormat:e.showFormat}))})},gw=({head:e,value:t,height:i,evChange:a,idx:o,variantIdx:s,error:c,evCloseEditor:d,content:u})=>{const[p,h]=n(!1),[g,m]=n(t||""),[f,x]=n(!0);r((()=>{m(t)}),[t]);const y=`${e.key}-${o}${void 0!==s?"-"+s:""}`,v=l((t=>{const n=document.getElementById("cur-key"),r=n?n.innerHTML:"";r&&r===y&&(a(e,t,o,s),d((()=>{h(!1)})))}),[y,e,o,s,a,d]);r((()=>{f?x(!1):v(g)}),[g,v,f]);const b=ve((e=>{}),250),w=t=>{const n=t.value,r="Integer"===e.typeData?!g&&!n||parseInt(g)===parseInt(n):g===n;m(n),r&&d((()=>{h(!1)}))},C=`${e.name.toLowerCase().replaceAll(" ","-")}-${o}${void 0!==s?"-"+s:""}`,k="Currency"===e.typeData||"Integer"===e.typeData?null!==g?g:"":g?"string"==typeof g?g.toString().trim():g:"";let I=N.jsx("div",{"data-qa-id":`mt-input-label-${C}`,children:De(t,e.key)});if("priceAdjustment"===(null==e?void 0:e.condition)||"priceAdjustment-sale"===(null==e?void 0:e.condition)){let n=parseInt(t||0)-parseInt(u[`${e.key}_base`]||0),r=Ae(n);n>0?r="+"+Ae(n):0===n&&(r=""),I=N.jsxs("div",{children:[N.jsx("div",{"data-qa-id":`mt-input-label-${C}`,children:De(t,e.key)}),0!==n&&null!==n&&!c&&N.jsx(lw,{style:{color:ie(n)},children:r})]})}return p?N.jsx("div",{className:"master-editor",children:e.multiline?N.jsx(xh,{name:e.fieldType+"_"+e.key,defaultValue:g,evChange:e=>{b(e.target)},evBlur:e=>{b(e.target),w(e.target)}}):N.jsx(qe,Object.assign({type:"Integer"===e.typeData?"number":"text"},"Currency"===e.typeData&&{mode:"currency"},{name:e.fieldType+"_"+e.key,defaultValue:g,evChange:e=>{b(e.target)},evBlur:e=>{b(e.target),w(e.target)},evKeyUp:t=>{if("Enter"===t.key){t.preventDefault();const n=t.currentTarget.value,r="Integer"===e.typeData?parseInt(g)===parseInt(n):g===n;return m(n),void(r&&d((()=>{h(!1)})))}},"data-qa-id":`mt-input-${C}`}))}):N.jsx("section",{onClick:e=>{e.preventDefault();const t=e.target;if(t.closest(".cell-disabled"))return!1;const n=document.getElementById("cur-key");n&&(n.innerHTML=y),h(!p);const r=t.closest(".cell");p?r&&r.classList.remove("cell-editing"):r&&r.classList.add("cell-editing"),setTimeout((()=>{const e=r.querySelector("input");e&&e.focus(),e&&e.select()}),1)},className:"cell-wrapper",children:e.multiline?N.jsxs(N.Fragment,{children:[""===k&&c?N.jsx(_,{$color:"blue",style:{fontWeight:500},children:"+ Add"}):N.jsx("div",{className:"truncate-overflow","data-qa-id":`mt-input-label-${C}`,style:{maxHeight:i?parseInt(i)-34:"auto"},children:De(t,e.key)}),c&&N.jsx(eh,{$mode:"table",children:c})]}):N.jsxs(N.Fragment,{children:[""===k&&c?N.jsx(_,{$color:"blue",style:{fontWeight:500},children:"+ Add"}):I,c&&N.jsx(eh,{$mode:"table",children:c})]})})},mw=({head:e,value:t,evChange:n,idx:r,variantIdx:i,error:a,content:o,type:s,isForceUpdate:c,setForceUpdate:d})=>{const u=`${e.key}-${r}${void 0!==i?"-"+i:""}`,p=l((t=>{const a=document.getElementById("cur-key"),o=a?a.innerHTML:"";o&&o===u&&n(e,t,r,i)}),[u,e,r,i,n]),h=ve((e=>{}),250),g=e=>{p(e.value)},m=e=>{if("Enter"===e.key)return e.preventDefault(),void p(e.currentTarget.value)},f=e=>{e.persist(),setTimeout((()=>{const t=e.target,n=t.value;""!==n&&null!=n&&(t&&t.focus(),t&&t.select())}),1);const t=document.getElementById("cur-key");t&&(t.innerHTML=u)},x=De(t,e.key),y=["shipping","platformRebate"],v=e.multiline?N.jsx(xh,Object.assign({name:e.fieldType+"_"+e.key,defaultValue:t,evChange:e=>{h(e.target)},evBlur:e=>{h(e.target),g(e.target)},onClick:e=>{e.persist();const t=document.getElementById("cur-key");t&&(t.innerHTML=u)}},a&&{isError:!0,"data-tip":a,"data-place":"top","data-type":"error"})):N.jsx(qe,Object.assign({type:"Integer"===e.typeData?"number":"text",name:e.fieldType+"_"+e.key,defaultValue:t,evChange:e=>{h(e.target)},evBlur:e=>{h(e.target),g(e.target)},onKeyUp:m,onClick:f,onFocus:f,isForceUpdate:c,setForceUpdate:d,"data-qa-id":`mt-input-${e.name.toLowerCase().replaceAll(" ","-")}-${r}${void 0!==i?"-"+i:""}`},"Currency"===e.typeData&&{mode:"currency",aliasLabel:y.includes(e.key)?"+":"-"},e.placeholder&&{placeholder:e.placeholder},a&&{isError:!0,"data-tip":a,"data-place":"top","data-type":"error"}));let b=N.jsx("div",{className:"master-editor",children:v});return"countAdjustment"===(null==e?void 0:e.condition)?b=N.jsx("div",{className:"master-editor",children:N.jsxs(N.Fragment,{children:[v,null!==t&&t<o.qtyReserved&&N.jsx(cw,{style:{color:"red"},children:"Qty Available'll be minus"})]})}):"countOutbound"===(null==e?void 0:e.condition)&&(b=N.jsx("div",{className:"master-editor",children:N.jsxs(N.Fragment,{children:[v,null!==t&&t>o.qtyOnHand&&N.jsx(cw,{style:{color:"red"},children:"Qty On Hand'll be minus"})]})})),"create-paymentreceive"===s?N.jsx(qe,Object.assign({type:"Integer"===e.typeData?"number":"text",disabled:o.orderCashless&&"shipping"===e.key||!1,name:e.fieldType+"_"+e.key,defaultValue:x,evChange:e=>{h(e.target)},evBlur:e=>{h(e.target),g(e.target)},evKeyUp:m,onClick:f,onFocus:f,"data-qa-id":`mt-input-${e.name.toLowerCase().replaceAll(" ","-")}-${r}${void 0!==i?"-"+i:""}`},"Currency"===e.typeData&&{mode:"currency",aliasLabel:y.includes(e.key)?"+":"-"},e.placeholder&&{placeholder:e.placeholder},a&&{isError:!0,"data-tip":a,"data-place":"top","data-type":"error"})):b},fw=({head:e,value:t,evChange:n,evOpenPopup:i,idx:a,variantIdx:o,resultPopup:s,setResultPopup:c,error:d,evCloseEditor:u})=>{const p=`${e.key}-${a}${void 0!==o?"-"+o:""}`,h=l((t=>{const r=document.getElementById("cur-key"),i=r?r.innerHTML:"";i&&i===p&&(n(e,t,a,o),u())}),[p,e,a,o,n,u]);r((()=>(s&&"image"in s&&(c&&c(null),h(s.image)),()=>{c&&c(null)})),[s,c,h]);return N.jsxs("section",{className:"cell-wrapper",onClick:e=>{e.preventDefault();const t=e.target;if(t.closest(".cell-disabled"))return!1;const n=document.getElementById("cur-key");n&&(n.innerHTML=p);const r=t.closest(".cell");r&&r.classList.add("cell-editing"),i&&i(e,"cell-wrapper")},"data-popup":"table-image","data-detail":JSON.stringify({title:e.name,value:t,head:e}),children:[d&&-1===d.indexOf("minimum")&&-1===d.indexOf("maximum")?N.jsx(_,{$color:"blue",style:{fontWeight:500},children:"+ Add"}):N.jsx("div",{children:t&&N.jsx("figure",{className:"table-image-figure","data-qa-id":`mt-image-${e.name.toLowerCase().replaceAll(" ","-")}-${a}${void 0!==o?"-"+o:""}`,children:N.jsx(so,{src:Array.isArray(t)?t[0]:t})})}),d&&N.jsx(eh,{$mode:"table",children:d.replace("Product","")})]})},xw=({head:e,value:t,height:n,idx:r,evOpenPopup:i,content:a,type:o})=>{let s=t?"object"==typeof(l=t)&&!Array.isArray(l)&&null!==l&&Object.keys(t).length?t[Object.keys(t)[0]]:t:"Integer"===e.typeData?t.toString():"";var l;let c;if("product"===(null==e?void 0:e.condition)){const e=t.imageUrl?Array.isArray(t.imageUrl)&&t.imageUrl.length?t.imageUrl[0]:t.imageUrl:"";c=N.jsx("section",{className:"cell-wrapper",children:N.jsxs(tw,{children:[N.jsxs("section",{children:[N.jsx("figure",{className:"table-image-figure",children:N.jsx(so,{src:e})}),N.jsxs("div",{children:[N.jsx(nw,{children:t.name}),t.totalVariant&&N.jsxs("span",{className:"counter-product-label",children:[t.totalVariant," variants"]})]})]}),N.jsxs("section",{children:[N.jsxs("div",{children:[N.jsx(Gy,{$size:"medium",children:"Category: "})," ",t.category||"No Category"]}),N.jsxs("div",{children:[N.jsx(Gy,{$size:"medium",children:"Brand: "})," ",t.brand||"No Brand"]})]})]})})}else if("addVariant"===(null==e?void 0:e.condition))c=N.jsx("section",{className:"cell-wrapper","data-detail":JSON.stringify({idx:r,data:a}),"data-popup":"add-variant-master",children:N.jsx(rw,{$mode:"add",children:N.jsx("div",{onClick:e=>i&&i(e,"cell-wrapper"),children:N.jsx(_,{color:"blue",title:"Add Variant",style:{fontWeight:500},children:"+ Add"})})})});else if("item"===(null==e?void 0:e.condition)){const e=t.imageUrl?Array.isArray(t.imageUrl)&&t.imageUrl.length?t.imageUrl[0]:t.imageUrl:"";c=N.jsx("section",{className:"cell-wrapper",children:N.jsxs(ew,{children:[N.jsx(zy,{$size:"30px",children:N.jsx(so,{alt:t.name,$mode:"product",src:e||""})}),N.jsxs("div",{children:[N.jsx(nw,{children:N.jsx("strong",{children:t.name})}),t.sku&&N.jsxs(Gy,{$size:"medium",children:[N.jsx("span",{children:"SKU:"}),N.jsx(J,{target:"_blank",href:`https://app.forstok.com/dashboard/items/master/${encodeURIComponent(t.sku)}?src=sku`,children:t.sku})]})]})]})})}else if("productPicklist"===(null==e?void 0:e.condition)){const e=t.imageUrl?Array.isArray(t.imageUrl)&&t.imageUrl.length?t.imageUrl[0]:t.imageUrl:"";c=N.jsx("section",{className:"cell-wrapper",children:N.jsxs(ew,{children:[N.jsx(zy,{$size:"30px",children:N.jsx(so,{alt:t.name,$mode:"product",src:e||""})}),N.jsxs("div",{style:{display:"grid",gridGap:"4px"},children:[N.jsx(_,{style:{fontWeight:600},children:t.name}),N.jsxs(Gy,{$size:"medium",children:[N.jsx("span",{children:"SKU:"}),t.sku?N.jsx(J,{target:"_blank",href:`https://app.forstok.com/dashboard/items/master/${encodeURIComponent(t.sku)}?src=sku`,children:t.sku}):"-"]}),N.jsxs(Gy,{$size:"medium",children:[N.jsx("span",{children:"UPC:"}),t.barcode||"-"]})]})]})})}else if("option"===(null==e?void 0:e.condition))c=N.jsx(_,{$elipsis:!1,className:"multi-elipsis",children:t||"-"});else if("adjustment"===(null==e?void 0:e.condition)){let t=a.quantity-a.availableQuantity;t>0?t="+"+t:0===t&&(t=""),c=N.jsx(_,{$elipsis:!1,id:`text-${e.key}-${r}`,className:"multi-elipsis",style:Object.assign({display:"inline"},(null==e?void 0:e.align)&&{textAlign:e.align}),children:t||"-"})}else if("countAdjustment"===(null==e?void 0:e.condition)){let t=0;null!==a.quantity&&void 0!==a.quantity&&(t=a.quantity-a.qtyOnHand);const n=t>0?"+"+t:t;c=t?N.jsx(lw,{id:`text-${e.key}-${r}`,className:"multi-elipsis",style:{color:ie(t),textAlign:(null==e?void 0:e.align)||";eft"},children:n}):N.jsx(N.Fragment,{})}else c="store"===(null==e?void 0:e.condition)?N.jsx("section",{className:"cell-wrapper",children:N.jsx(sw,{children:N.jsxs("section",{children:[t.channelImage?N.jsx(so,{$mode:"store",alt:t.channelName,src:t.channelImage,width:"30px"}):N.jsx(Hy,{style:{fontSize:"10px",width:"30px",height:"30px",backgroundColor:t.channelColor||"#000000"},children:t.channelInitials}),N.jsxs("div",{children:[N.jsx("strong",{className:"multi-elipsis",title:null==t?void 0:t.accountName,children:(null==t?void 0:t.accountName)||"-"}),N.jsxs(J,{target:"_blank",href:`https://app.forstok.com/dashboard/invoices/salesinvoices/${a.invoiceId}`,children:["INV-",a.invoiceId]})]})]})})}):N.jsx("section",{className:"cell-wrapper",children:N.jsx("div",Object.assign({className:"truncate-overflow"},n&&"auto"!==n&&{style:{maxHeight:n?parseInt(n)-34:"auto"}},(null==e?void 0:e.align)&&{style:{textAlign:e.align}},{children:s}))});return c},yw=({head:e,value:t,height:i,evChange:a,idx:o,variantIdx:s,error:c,evCloseEditor:d})=>{var u,p;const[h,g]=n(!1),[m,f]=n(null),[x,y]=n(null!==t||void 0!==t?t:""),[v,b]=n(!1),[w,C]=n(!0),k=`${e.key}-${o}${void 0!==s?"-"+s:""}`,I=l((t=>{const n=document.getElementById("cur-key"),r=n?n.innerHTML:"";r&&r===k&&(a(e,t,o,s),d&&d((()=>{g(!1)})))}),[k,e,o,s,a,d]);r((()=>{w?v?I(x):C(!1):I(x)}),[x,I,w,v]),r((()=>{const e=document.body,t=e=>{if(!h)return!1;const t=e.target,n=t.dataset.id||"";return(!n||!/^react-select/.test(n))&&(t.closest(".master-editor ._refSelectContainer")?void 0:(y(x),void d((()=>{g(!1)}))))};return e.addEventListener("click",t),()=>{e.removeEventListener("click",t)}}),[x,h,d]);r((()=>{if(!m){const t=document.getElementById("master-categories"),n=(null==e?void 0:e.schema)&&"master_category"===e.schema?""!==t.innerHTML?JSON.parse(Te(t.innerHTML)):[]:e.options||[];f&&f(n)}}),[e,m]);const A="Boolean"===e.typeData?(null===(u=e.options)||void 0===u?void 0:u.filter((e=>e.value===t)).length)?e.options.filter((e=>e.value===t))[0]:t:t?"string"==typeof t?{value:t,label:t}:t:{},j="Boolean"===e.typeData&&(null===(p=e.options)||void 0===p?void 0:p.filter((e=>e.value===t)).length)?e.options.filter((e=>e.value===t))[0].label:t,S=`${e.name.toLowerCase().replaceAll(" ","-")}-${o}${void 0!==s?"-"+s:""}`;return h?N.jsx("div",{className:"master-editor",children:N.jsx(Qp,Object.assign({options:m,defaultValue:A,mode:"small-table",name:e.fieldType+"_"+e.key,evCreate:e=>{y(e),b(!0)},evChange:e=>{const t=e;(null==t?void 0:t.value)&&y(t.value),b(!0)},isForceUpdate:v,setForceUpdate:b,"data-qa-id":`mt-select-${S}`},"category"===e.key&&{isCreateable:!0}))}):N.jsx("section",{onClick:e=>{e.preventDefault();const t=e.target;if(t.closest(".cell-disabled"))return!1;const n=document.getElementById("cur-key");n&&(n.innerHTML=k),g(!h);const r=t.closest(".cell");h?r&&r.classList.remove("cell-editing"):r&&r.classList.add("cell-editing")},className:"cell-wrapper",children:e.multiline?N.jsxs(N.Fragment,{children:[""===x&&c?N.jsx(_,{$color:"blue",style:{fontWeight:500},children:"+ Add"}):N.jsx("div",{className:"truncate-overflow","data-qa-id":`mt-select-label-${S}`,style:{maxHeight:i?parseInt(i)-34:"auto"},children:j}),c&&N.jsx(eh,{$mode:"table",children:c})]}):N.jsxs(N.Fragment,{children:[""===x&&c?N.jsx(_,{$color:"blue",style:{fontWeight:500},children:"+ Add"}):N.jsx("div",{"data-qa-id":`mt-select-label-${S}`,children:j}),c&&N.jsx(eh,{$mode:"table",children:c})]})})},vw=({head:e,value:t,evChange:i,idx:a,variantIdx:o,error:s,isForceUpdate:c,setForceUpdate:d,content:u})=>{var p,h;const[g,m]=n(null),f=`${e.key}-${a}${void 0!==o?"-"+o:""}`,x=l((t=>{const n=document.getElementById("cur-key"),r=n?n.innerHTML:"";r&&r===f&&i(e,t,a,o)}),[f,e,a,o,i]),y=l((()=>{let t=[];if(null==u?void 0:u.dataLocations)if("locations-batchId"===e.key){const e=u.dataLocations.filter((e=>{var t,n;return e.location===(null===(n=null===(t=u.locations)||void 0===t?void 0:t[o||0])||void 0===n?void 0:n.location)}));e.length&&(t=e.map((e=>e.batchId)).filter(((e,t,n)=>n.indexOf(e)===t)).map((e=>({value:e,label:e}))))}else if("locations-expiryDate"===e.key){const e=u.dataLocations.filter((e=>{var t,n,r,i;return e.location===(null===(n=null===(t=u.locations)||void 0===t?void 0:t[o||0])||void 0===n?void 0:n.location)&&e.batchId===(null===(i=null===(r=u.locations)||void 0===r?void 0:r[o||0])||void 0===i?void 0:i.batchId.value)}));e.length&&(t=e.map((e=>({value:e.expiryDate,label:Sy(e.expiryDate,"YYYY-MM-DD HH:mm:ss ZZ").format("D MMM YYYY, hh:mm A")}))))}return t}),[u,e,o]);r((()=>{if(!g){const t=document.getElementById("master-categories");let n=[];if("qtyToReturn"===(null==e?void 0:e.condition)){const e=u.qtyOrdered-u.qtyReturned;for(let t=0;t<=e;t++)n.push({value:t,label:t})}else n=(null==e?void 0:e.schema)?"master_category"===e.schema&&""!==(null==t?void 0:t.innerHTML)?JSON.parse(Te(null==t?void 0:t.innerHTML)):[]:y().length?y():e.options||[];m(n)}}),[u,y,e,g]),r((()=>{if(c){const e=y();e.length&&m(e),d&&d(!1)}}),[u,y,e,c,d,o]);const v="qtyToReturn"===(null==e?void 0:e.condition)?{value:t,label:t}:"Boolean"===e.typeData?(null===(p=e.options)||void 0===p?void 0:p.filter((e=>e.value===t)).length)?e.options.filter((e=>e.value===t))[0]:t:t?"string"==typeof t?{value:t,label:t}:t:{},b=`${e.name.toLowerCase().replaceAll(" ","-")}-${a}${void 0!==o?"-"+o:""}`;return"adjustLocation"!==(null==e?void 0:e.condition)||(null===(h=u.locations[o||0])||void 0===h?void 0:h.location)?N.jsx("div",{className:"master-editor",children:N.jsx(Qp,Object.assign({},"category"===e.key&&{isCreateable:!0},{options:g,defaultValue:v,mode:"small-table",name:e.fieldType+"_"+e.key,evCreate:e=>{const t=document.getElementById("cur-key");t&&(t.innerHTML=f),x(e),d&&d(!0)},evChange:t=>{const n=t,r=document.getElementById("cur-key");r&&(r.innerHTML=f),"qtyToReturn"===(null==e?void 0:e.condition)?x(null==n?void 0:n.value):x(n),d&&d(!0)},isForceUpdate:c,setForceUpdate:d,"data-qa-id":`mt-select-${b}`},s&&{isError:!0,"data-tip":s,"data-place":"top","data-type":"error"},{placeholder:`Select ${e.name}`}))}):null},bw=({head:e,value:t,evChange:i,idx:a,variantIdx:o,evCloseEditor:s})=>{const[c,d]=n(t||!1),[u,p]=n(!0),h=`${e.name.toLowerCase().replaceAll(" ","-")}-${a}${void 0!==o?"-"+o:""}`;r((()=>{const n=document.getElementById(`${e.fieldType}_${h}`);n&&(n.checked=t),d(t)}),[t,e,h]);const g=`${e.key}-${a}${void 0!==o?"-"+o:""}`,m=l((t=>{const n=document.getElementById("cur-key"),r=n?n.innerHTML:"";r&&r===g&&(i(e,t,a,o),s())}),[g,e,a,o,i,s]);r((()=>{u?p(!1):m(c)}),[c,m,u]);const f=c;return N.jsx("div",{className:"master-editor",children:N.jsx(Rb,{name:e.fieldType+"_"+e.key,id:`${e.fieldType}_${h}`,"aria-label":e.name,value:c.toString(),defaultChecked:f,"data-qa-id":`mt-checkbox-${h}`,evChange:e=>{(e=>{const t=document.getElementById("cur-key");t&&(t.innerHTML=g);const n=e.closest(".cell");n&&n.classList.add("cell-editing");const r=e.checked,i=c===r;d(r),i&&s()})(e.target)}})})},ww=({head:e,value:t,height:n,evChange:i,evOpenPopup:a,idx:o,variantIdx:s,resultPopup:c,setResultPopup:d,evCloseEditor:u})=>{const p=`${e.key}-${o}${void 0!==s?"-"+s:""}`,h=l((t=>{const n=document.getElementById("cur-key"),r=n?n.innerHTML:"";r&&r===p&&(i(e,t,o,s),u())}),[p,e,o,s,i,u]);r((()=>{c&&"tag"in c&&(d&&d(null),h(c.tag))}),[c,d,h]);return N.jsx("section",{className:"cell-wrapper",onClick:e=>{e.preventDefault();const t=e.target;if(t.closest(".cell-disabled"))return!1;const n=document.getElementById("cur-key");n&&(n.innerHTML=p);const r=t.closest(".cell");r&&r.classList.add("cell-editing"),a&&a(e,"cell-wrapper")},"data-popup":"table-tag","data-detail":JSON.stringify({title:e.name,value:t}),children:N.jsx("div",{className:"truncate-overflow",style:{maxHeight:n?parseInt(n)-34:"auto"},children:t&&t.map(((e,t)=>N.jsx("span",{children:e},t)))})})},Cw=({value:e,height:t})=>N.jsx("section",{className:"cell-wrapper",children:N.jsx("div",Object.assign({className:"truncate-overflow"},t&&"auto"!==t&&{style:{maxHeight:t?parseInt(t)-34:"auto"}},{children:e}))}),kw=e=>{const{evOpenPopup:t,headerColumns:i,data:a,setData:o,resultPopup:s,setResultPopup:c,type:d,evCreateMessageQuestion:u,evCreateMessage:p,autoCopy:h,setAutoCopy:g,isRemovable:m=!0,isForceUpdate:f,setForceUpdate:x}=e,[y,v]=n(!1),[b,w]=n();r((()=>{const e=()=>{const e=document.querySelector("._refResizeContainer");if(e){const t=document.querySelector("._refMasterTableViewport"),n=e.offsetHeight,r=document.querySelector("._refHeaderContainer"),i=r?r.offsetHeight:0;t&&(t.style.height=`calc(100vh - ${n+i+12}px)`)}};return e(),window.addEventListener("resize",e,!0),()=>{window.removeEventListener("resize",e,!0)}}),[]);const C=ne(d||"");r((()=>{const e=document.querySelector("#master-clone"),t=e?e.innerHTML:"";if((null==a?void 0:a.length)&&!t){const t=document.querySelector("._refMasterTableViewport"),n=document.querySelector("._refMasterTableHeaderClone");let r=0,i=0,a=!1;t&&t.addEventListener("scroll",(e=>{const o=t.offsetWidth-t.clientWidth,s=t.scrollLeft;i!==o&&(n.style.width=parseInt(n.style.width)+o+"px"),a||(window.requestAnimationFrame((()=>{r!==s&&(n.style.left="-"+s+"px"),a=!1,r=s})),a=!0),i=o}),{passive:!0}),e.innerHTML="true"}}),[a]);const k=55,I=m?55:0;let A=0,j=0;for(const e of i.filter((e=>!(null==e?void 0:e.isHidden))))"colGroup"===e.type&&(j+=e.width),A+=e.width;A+=k+I+1,j+=k;const S=(e,t,n,r)=>{const i="category"===(null==e?void 0:e.condition)?"Array":e.typeData||"String",s=Ee(i,t),l="category"===(null==e?void 0:e.condition)?Me(e,s,(null==e?void 0:e.condition[0].toUpperCase())+(null==e?void 0:e.condition.substring(1))):Me(e,s);if(n>=0){let t=[...a],i=t[n];if(r&&r>=0)if("putaway-inbound"===d){let t=i.locations[r];const n=e.key.replace("locations-","");t[n]=s,l.approved?delete t[n+"_error"]:t[n+"_error"]=l.errors[0],i.locations.splice(r,1,t)}else{let t=i.variants[r];const n=e.key.replace("variants-",""),a=i.variants.length;if("options-option"===n||"options-type"===n){const o=-1!==e.name.indexOf("1")?0:1,c="options-option"===n?"option":"type";if("type"===c){let e=[];for(let t=0;t<a;t++){let n=i.variants[t];if(n.options[o][c]=s,`${c}_error`in n.options[o]&&delete n.options[o][`${c}_error`],n.options.length>1){const e=0===o?1:0;`${c}_error`in n.options[e]&&delete n.options[e][`${c}_error`],s.toLowerCase()===n.options[e].type.toLowerCase()&&(n.options[o][`${c}_error`]="Variant type is duplicate")}e.push(n)}i.variants=e}else t.options[o][c]=s,l.approved?delete t.options[o][c+"_error"]:t.options[o][c+"_error"]=l.errors[0],i.variants.splice(r,1,t)}else t[n]=s,l.approved?delete t[n+"_error"]:t[n+"_error"]=l.errors[0],i.variants.splice(r,1,t)}else if("category"===(null==e?void 0:e.condition)){if(-1!==e.key.indexOf("listing")&&i.listing){const t=i.listing.findIndex((t=>t.accountId===e.value));if(t>=0){let n=[...i.listing],r=n[t];r[e.condition]=s,l.approved?delete r[e.condition+"_error"]:r[e.condition+"_error"]=l.errors[0],n.splice(t,1,r),i.listing=n}}}else i[e.key]=s,l.approved?delete i[e.key+"_error"]:i[e.key+"_error"]=l.errors[0];t.splice(n,1,i),o(t),e.bare&&l.approved&&x&&x(!0)}},D=e=>{const t=e.target,n=Ie("confirm",`Are you sure you want to remove ${"create-paymentreceive"===d?"invoice":"product"}?`,"",(()=>{let e=[...a];const n=t=>{var n;if(!h)return!1;let r=[...h];for(const i of t){const t=Object.assign({},e[i]),a=t.category,o=r.reduce(((e,t,n)=>e.concat(t.category===a?n:[])),[]);if(o.length)for(const e of o)if(e>=0){let i=null===(n=r[e])||void 0===n?void 0:n.copy;if(i){const e=i.findIndex((e=>e.id===t.id));e>=0&&i.splice(e,1)}}}g&&g(r),b&&w(void 0)},r=e=>{const t=document.getElementById("listing-data");t&&!t.innerHTML&&(t.innerText=JSON.stringify(e))};if("bulk"===(t.dataset.type||"")){let t=document.querySelectorAll("[name='checkbox-list']:checked"),i=[];for(let e=0;e<t.length;e++){const n=t[e],r=n.dataset.key?parseInt(n.dataset.key):0;i.push(r)}const a=e.filter(((e,t)=>-1===i.indexOf(t)));"listing"===C?(n(i),o(a,(e=>r(e)))):o(a),B()}else{const i=t.closest(".cell-trash"),a=i.dataset.idx?parseInt(i.dataset.idx):null,s=i.dataset.row?parseInt(i.dataset.row):null;if(null!==a)if("listing"===C)n([a]),e.splice(a,1),o(e,(e=>r(e)));else if("master"===C){let t=Object.assign({},e[a]);if(null==t?void 0:t.variants)if(1===t.variants.length)e.splice(a,1);else{let n=[...t.variants];s&&n.splice(s,1),t.variants=n,e.splice(a,1,t)}else e.splice(a,1);o(e)}else if("putaway-inbound"===d){let t=Object.assign({},e[a]);if(null==t?void 0:t.locations)if(1===t.locations.length)e.splice(a,1);else{let n=[...t.locations];s&&n.splice(s,1),t.locations=n,e.splice(a,1,t)}else e.splice(a,1);o(e)}else e.splice(a,1),o(e)}}));u&&u(n)},E=e=>{const t=document.querySelectorAll("[name='checkbox-list']:checked").length,n=document.querySelector("._refMasterTableBulkWrapper"),r=n.getElementsByTagName("span");r&&(r[0].innerHTML=`${t} selected`),t>0?n.classList.add("is-active"):n.classList.remove("is-active")},M=e=>{const t=e.target.checked,n=document.querySelectorAll("[name='checkbox-list']");if(null==n?void 0:n.length)for(let e=0;e<n.length;e++){const r=n[e],i=r.closest(".cell-checkbox"),a=r.closest("._refMasterTableBodyContent");t?(i&&i.classList.add("isChecked"),a&&a.classList.add("is-highlighted")):(i&&i.classList.remove("isChecked"),a&&a.classList.remove("is-highlighted")),r.checked=t}else{const t=ke("warning","No Products Selected");p&&p(t),e.target.checked=!1,v(!1)}E()},T=e=>{const t=e.target,n=t.checked,r=document.querySelectorAll("[name='checkbox-selectAll']"),i=t.closest(".cell-checkbox"),a=t.closest("._refMasterTableBodyContent");!n&&(null==r?void 0:r.length)&&r.forEach((e=>e.checked&&(e.checked=!1))),n?(i&&i.classList.add("isChecked"),a&&a.classList.add("is-highlighted")):(i&&i.classList.remove("isChecked"),a&&a.classList.remove("is-highlighted")),E()},O="stock"===C?66:82,L=(e,n,r,i,a,o,l)=>{const u=o||O,p=e=>{const t=document.getElementById("cur-key");document.querySelectorAll(".cell-editing").forEach((e=>e.classList.remove("cell-editing"))),t&&(t.innerHTML=""),e&&e()};let h;switch(n.fieldType){case"image":h=N.jsx(fw,{head:n,value:r,height:u,evOpenPopup:t,idx:e,variantIdx:a,evChange:S,resultPopup:s,setResultPopup:c,error:i,evCloseEditor:p});break;case"textarea":h=N.jsx(Cw,{head:n,value:r,height:u,idx:e,variantIdx:a});break;case"select":h=n.bare?N.jsx(vw,{head:n,value:r,idx:e,variantIdx:a,evChange:S,error:i,content:l,isForceUpdate:f,setForceUpdate:x}):N.jsx(yw,{head:n,value:r,height:u,idx:e,variantIdx:a,evChange:S,error:i,evCloseEditor:p});break;case"tag":h=N.jsx(ww,{head:n,value:r,height:u,evOpenPopup:t,idx:e,variantIdx:a,evChange:S,resultPopup:s,setResultPopup:c,evCloseEditor:p});break;case"label":h=N.jsx(xw,{head:n,value:r,height:u,idx:e,evOpenPopup:t,content:l,type:d,variantIdx:a});break;case"switch":h=N.jsx(bw,{head:n,value:r,idx:e,variantIdx:a,evChange:S,evCloseEditor:p});break;case"date":h=n.bare?N.jsx(hw,{head:n,value:r,idx:e,variantIdx:a,evChange:S,error:i,isForceUpdate:f,setForceUpdate:x}):N.jsx(pw,{head:n,value:r,height:u,idx:e,variantIdx:a,evChange:S,error:i,evCloseEditor:p});break;default:h=n.bare?N.jsx(mw,{head:n,content:l,value:r,height:u,idx:e,variantIdx:a,evChange:S,error:i,type:d,isForceUpdate:f,setForceUpdate:x}):N.jsx(gw,{head:n,value:r,height:u,idx:e,variantIdx:a,evChange:S,error:i,evCloseEditor:p,content:l})}return h},P=e=>{const t=e.target.dataset.key||"",n=i.findIndex((e=>e.key===t));if(n>=0){const e=i[n],r=document.querySelector("[name='checkbox-selectAll']"),s=document.querySelectorAll("[name='checkbox-list']:checked"),l=!r.checked&&s.length?`Clear to selected products (${s.length})`:"Clear all products",c=Ie("confirm","Are you sure you want to clear this column?","By clearing data, you can't undo this action.",(()=>{const n="validations"in e?Me(e,""):{approved:!0},i=t.split("-"),l=i[0],c=i[1],d="Boolean"!==e.typeData&&"";let u=[...a];if("stock"===C){const e=u.map((e=>{let r=e;return t&&(r[t]=d,n.approved?delete r[t+"_error"]:r[t+"_error"]=n.errors[0]),r}));o(e)}else if(!r.checked&&s.length){for(let e=0;e<s.length;e++){const t=s[e],r=t.dataset.key?parseInt(t.dataset.key):null;if(null!==r){let e=u[r];if(c){const t=e[l].map((e=>{const t=e;return t[c]=d,n.approved?delete t[c+"_error"]:t[c+"_error"]=n.errors[0],t}));e[l]=t}else e[l]=d,n.approved?delete e[l+"_error"]:e[l+"_error"]=n.errors[0];u.splice(r,1,e)}}o(u)}else{const e=u.map((e=>{let t=e;if(c){const e=t[l].map((e=>{const t=e;return t[c]=d,n.approved?delete t[c+"_error"]:t[c+"_error"]=n.errors[0],t}));t[l]=e}else t[l]=d,n.approved?delete t[l+"_error"]:t[l+"_error"]=n.errors[0];return t}));o(e)}}),l);u&&u(c)}},B=l((()=>{const e=document.querySelectorAll("[name='checkbox-selectAll']");setTimeout((()=>{e.forEach((e=>e.checked&&(e.checked=!1)))}),10);const t=document.querySelectorAll("[name='checkbox-list']:checked");if(null==t?void 0:t.length)for(let e=0;e<t.length;e++){const n=t[e],r=n.closest(".cell-checkbox"),i=n.closest("._refMasterTableBodyContent");r&&r.classList.remove("isChecked"),i&&i.classList.remove("is-highlighted"),n.checked=!1}y&&v(!1)}),[y]);r((()=>{if(s&&"edit"in s){const e=s.edit.key,t=s.edit.value,n=e.split("-"),r=n[0],i=n[1],l=document.querySelector("[name='checkbox-selectAll']"),d=document.querySelectorAll("[name='checkbox-list']:checked");let u=[...a];if(!l.checked&&d.length){for(let e=0;e<d.length;e++){const n=d[e],a=n.dataset.key?parseInt(n.dataset.key):null;if(null!==a){let e=u[a];if(i){const n=e[r].map((e=>{const n=e;return n[i]=t,delete n[i+"_error"],n}));e[r]=n}else e[r]="",delete e[r+"_error"];u.splice(a,1,e)}}o(u)}else{const e=u.map((e=>{let n=e;if(i){const e=n[r].map((e=>{const n=e;return n[i]=t,delete n[i+"_error"],n}));n[r]=e}else n[r]="",delete n[r+"_error"];return n}));o(e)}c&&c(null)}}),[s,c,a,o,C,d,i]);const F=i.filter((e=>e.isMassEditable||e.isMassClearable)).length>0,R=(e,n,r,i,o,s)=>(null==e?void 0:e.length)?N.jsxs(Jb,{className:""+(s?"_refMasterTableHeaderClone":"_refMasterTableHeader"),style:{width:s&&o||"100%"},children:[N.jsxs(Qb,{children:[N.jsx("div",{className:"headerCell headerCell-Checkbox",style:{width:n},children:m?N.jsx(nt,{onClick:M,name:"checkbox-selectAll",id:""+(s?"checkbox-selectAll-clone":"checkbox-selectAll")}):null},0),e.filter((e=>!(null==e?void 0:e.isHidden))).map(((e,t)=>{var n;return N.jsxs("div",{className:"headerCell "+(e.icon||e.initial?"headerCell-img":""),"data-key":e.key,style:{width:e.width},children:[e.icon?N.jsx(so,{width:"24px",src:e.icon,alt:e.name}):e.initial?N.jsx(Hy,{className:"initial-wrapper",style:{width:"24px",height:"24px",backgroundColor:(null==e?void 0:e.color)||"#000000",fontSize:"10px"},children:e.initial}):null,N.jsxs("header",{className:"multi-elipsis",title:e.name,children:[e.name,(null===(n=null==e?void 0:e.validations)||void 0===n?void 0:n.required)&&N.jsx(_,{$color:"red",style:{display:"inline",lineHeight:"normal"},children:"*"}),(null==e?void 0:e.tip)&&N.jsx(ft,{$name:"question",$width:"12px","data-tip":e.tip,"data-place":"top","data-multiline":!0})]})]},t+1)})),m?N.jsx("div",{className:"headerCell headerCell-trash",style:{width:r}},e.length+("picklist"===C?2:1)):null]}),F&&(null==a?void 0:a.length)?N.jsxs(Vy,{children:[N.jsx("div",{className:"actionCell",style:{width:n}}),e.filter((e=>!(null==e?void 0:e.isHidden))).map(((e,n)=>N.jsx("div",{className:"actionCell",style:{width:e.width},children:N.jsxs(ow,{children:[e.isMassEditable&&N.jsx(J,{mode:"clear",title:"Bulk Edit","data-popup":"table-mass-edit","data-detail":JSON.stringify({title:"Bulk Edit",head:e}),onClick:t,children:"Edit"}),e.isMassClearable&&N.jsx(J,{mode:"clear",title:"Bulk Clear","data-key":e.key,onClick:P,children:"Clear"})]})},n+1))),m?N.jsx("div",{className:"actionCell",style:{width:r}},e.length+("picklist"===C?2:1)):null]}):null]}):null;return console.log(a,"dataTable"),N.jsxs(N.Fragment,{children:[R(i,k,I,0,A,!0),N.jsxs(zb,{children:[N.jsx(Xb,{children:N.jsx(Zb,{className:"_refMasterTableViewport",$mode:d||"create-master",children:N.jsxs(qb,{className:"_refMasterTableCanvas",style:{width:A},children:[R(i,k,I),N.jsx(Ub,{className:"_refMasterTableBody",children:(null==a?void 0:a.length)?"putaway-inbound"===d?N.jsx(dw,{data:a,heightContent:O,firstHeaderColumnsWidth:k,evCheckbox:T,headerColumns:i,switchEditor:L,totalColGroupWidth:j,lastHeaderColumnsWidth:I,evRemove:D,type:d,isRemovable:m}):N.jsx(uw,{data:a,firstHeaderColumnsWidth:k,evCheckbox:T,headerColumns:i,switchEditor:L,lastHeaderColumnsWidth:I,evRemove:D,type:d,isRemovable:m}):null})]})})}),N.jsxs("section",{className:"_refContainer",children:[N.jsxs($y,{className:"_refMasterTableBulkWrapper",children:[N.jsx(ft,{className:"_refBulkCloseButton",$name:"cross",$width:"16px",onClick:e=>{e.persist(),B()}}),N.jsx("span",{children:"0 Selected"}),N.jsxs(ot,{$mode:"red",$shadow:!0,"data-type":"bulk",onClick:D,children:["Remove ","create-paymentreceive"===d?"Invoice":"Product"]})]}),N.jsx("div",{className:"_refDropdownOverlay",onClick:()=>{document.querySelector("._refDropdownOverlay").style.display="none";document.getElementsByTagName("BODY")[0].classList.remove("is-immuned")}})]})]}),N.jsx("div",{id:"master-clone",className:"hidden"})]})},Iw=y`
|
|
3431
3468
|
display: grid;
|
|
3432
3469
|
grid-template-columns: 1fr;
|
|
3433
3470
|
align-items: center;
|
|
3434
3471
|
padding: 14px 16px 13px;
|
|
3435
3472
|
border-bottom: 1px solid var(--pri-clr-ln);
|
|
3436
|
-
`,
|
|
3437
|
-
${
|
|
3473
|
+
`,Aw=x.div`
|
|
3474
|
+
${Iw}
|
|
3438
3475
|
${({$mode:e,$selected:t,$type:n})=>{let r="";return"check"===e||"uncheck"===e?(r+="order"===n||"return"===n?"\n grid-template-columns: 24px 38px 50% 30%;\n @media (min-width: 375px) {\n grid-template-columns: 24px 38px 50% 32%;\n }\n @media (min-width: 425px) {\n grid-template-columns: 24px 38px 50% 34%;\n }\n @media (min-width: 768px) {\n grid-template-columns: 24px 38px 2.5fr 1.5fr;\n }\n ":"confirm"===n?"\n grid-template-columns: 24px 38px 3.5fr 25px 1fr;\n \n div:nth-child(3) {\n grid-row-start: 1;\n }\n div:nth-child(4) {\n grid-row-start: 1;\n grid-row-end: 3;\n justify-self: center;\n padding-top: 8px;\n padding-left: 4px;\n }\n ":"item"===n||"price"===n?"\n grid-auto-flow: column;\n grid-template-columns: 24px 38px auto 100px 158px 100px;\n ._refCheckboxWrapper, figure {\n grid-row: unset !important;\n }\n *:nth-child(3) {\n padding-right: 1em;\n }\n ":"\n grid-template-columns: 24px 38px 3fr 1fr;\n ",r+="\n align-items: center;\n :hover {\n background-color: var(--hg-clr-bg);\n }\n ._refCheckboxWrapper {\n grid-row-start: 1;\n grid-row-end: 4;\n }\n figure {\n grid-row-start: 1;\n grid-row-end: 4;\n }\n &.is-selected {\n &, &:hover {\n background-color: var(--hg-clr-bg__fc); \n }\n }\n "):"clear"===e?r+="\n display: block;\n padding: 4px 16px;\n text-overflow: ellipsis;\n white-space: nowrap;\n overflow: hidden;\n font-size: 13px;\n line-height: 21px\n text-transform: uppercase;\n @media (min-width: 425px) {\n font-size: 13px;\n }\n ":"remove"===e&&(r+="\n grid-template-columns: 40px 3fr 1fr 20px;\n align-items:start;\n padding: 14px 16px 13px;\n @media (min-width: 768px) {\n grid-template-columns: 40px 3fr 1fr 30px;\n padding: 12px 16px;\n }\n figure {\n grid-row-start: 1;\n grid-row-end: 4;\n }\n i {\n display: grid;\n justify-content: end;\n }\n &, &:hover {\n background-color: var(--hg-clr-bg__fc); \n }\n "),"uncheck"===e&&(r+="\n figure {\n grid-column-start: 2;\n }\n div:nth-child(2) {\n grid-column-start: 3;\n }\n div:nth-child(3) {\n grid-column-start: 4;\n }\n div:nth-child(4) {\n grid-column-start: 3;\n }\n div:nth-child(5) {\n grid-column-start: 4;\n }\n "),"check"===e&&t&&(r+=" \n &, &:hover {\n background-color: var(--hg-clr-bg__fc); \n }\n "),r+=" cursor: pointer; ",r}}
|
|
3439
|
-
`,
|
|
3476
|
+
`,jw=e=>{var{children:t,$mode:n,$selected:r,$type:i}=e,a=C(e,["children","$mode","$selected","$type"]);return N.jsx(Aw,Object.assign({$mode:n,$selected:r,$type:i},a,{children:t}))},Sw=y`
|
|
3440
3477
|
display: grid;
|
|
3441
3478
|
grid-row-gap: 12px;
|
|
3442
3479
|
grid-column-gap: 16px;
|
|
3443
3480
|
width: 100%;
|
|
3444
3481
|
margin-bottom: 12px;
|
|
3445
3482
|
align-items: start;
|
|
3446
|
-
`,
|
|
3483
|
+
`,Dw=x.form.attrs((e=>({name:e.name||"form",autoComplete:e.autoComplete||"off"})))`
|
|
3447
3484
|
display: inline-grid;
|
|
3448
3485
|
grid-auto-flow: row;
|
|
3449
3486
|
grid-gap: 25px;
|
|
@@ -3458,8 +3495,8 @@ r.version="2.30.1",i(qn),r.fn=la,r.min=Kn,r.max=er,r.now=tr,r.utc=g,r.unix=ca,r.
|
|
|
3458
3495
|
}
|
|
3459
3496
|
}
|
|
3460
3497
|
${({name:e})=>{let t="";return"invoiceForm"===e&&(t+="\n grid-gap: 15px;\n "),t}}
|
|
3461
|
-
`,
|
|
3462
|
-
${
|
|
3498
|
+
`,Ew=x.section`
|
|
3499
|
+
${Sw}
|
|
3463
3500
|
${({$width:e})=>{let t="";return e&&(t+=` \n @media (min-width: 768px) {\n width: ${e}; \n }\n `),t}}
|
|
3464
3501
|
`
|
|
3465
3502
|
/*! *****************************************************************************
|
|
@@ -3475,13 +3512,13 @@ MERCHANTABLITY OR NON-INFRINGEMENT.
|
|
|
3475
3512
|
|
|
3476
3513
|
See the Apache Version 2.0 License for specific language governing permissions
|
|
3477
3514
|
and limitations under the License.
|
|
3478
|
-
***************************************************************************** */;var
|
|
3515
|
+
***************************************************************************** */;var Mw=function(){return Mw=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var i in t=arguments[n])Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e},Mw.apply(this,arguments)};var Nw=function(e){var t=e.animate,n=void 0===t||t,r=e.backgroundColor,i=void 0===r?"#f5f6f7":r,a=e.backgroundOpacity,o=void 0===a?1:a,l=e.baseUrl,c=void 0===l?"":l,d=e.children,u=e.foregroundColor,p=void 0===u?"#eee":u,h=e.foregroundOpacity,g=void 0===h?1:h,m=e.gradientRatio,x=void 0===m?2:m,y=e.uniqueKey,v=e.rtl,b=void 0!==v&&v,w=e.speed,C=void 0===w?1.2:w,k=e.style,I=void 0===k?{}:k,A=e.title,j=void 0===A?"Loading...":A,S=e.beforeMask,D=void 0===S?null:S,E=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var i=0;for(r=Object.getOwnPropertySymbols(e);i<r.length;i++)t.indexOf(r[i])<0&&Object.prototype.propertyIsEnumerable.call(e,r[i])&&(n[r[i]]=e[r[i]])}return n}(e,["animate","backgroundColor","backgroundOpacity","baseUrl","children","foregroundColor","foregroundOpacity","gradientRatio","uniqueKey","rtl","speed","style","title","beforeMask"]),M=y||Math.random().toString(36).substring(6),N="".concat(M,"-diff"),T="".concat(M,"-animated-diff"),O="".concat(M,"-aria"),_=b?{transform:"scaleX(-1)"}:null,L="".concat(C,"s"),P="".concat(-1*x," 0"),B="".concat(x," 0");return f("svg",Mw({"aria-labelledby":O,role:"img",style:Mw(Mw({},I),_)},E),j?f("title",{id:O},j):null,D&&s(D)?D:null,f("rect",{role:"presentation",x:"0",y:"0",width:"100%",height:"100%",clipPath:"url(".concat(c,"#").concat(N,")"),style:{fill:"url(".concat(c,"#").concat(T,")")}}),f("defs",null,f("clipPath",{id:N},d),f("linearGradient",{id:T,gradientTransform:"translate(".concat(P,")")},f("stop",{offset:"0%",stopColor:i,stopOpacity:o}),f("stop",{offset:"50%",stopColor:p,stopOpacity:g}),f("stop",{offset:"100%",stopColor:i,stopOpacity:o}),n&&f("animateTransform",{attributeName:"gradientTransform",type:"translate",values:"".concat(P,"; 0 0; ").concat(B),dur:L,repeatCount:"indefinite"}))))},Tw=function(e){return e.children?f(Nw,Mw({},e)):f(Ow,Mw({},e))},Ow=function(e){return f(Tw,Mw({viewBox:"0 0 476 124"},e),f("rect",{x:"48",y:"8",width:"88",height:"6",rx:"3"}),f("rect",{x:"48",y:"26",width:"52",height:"6",rx:"3"}),f("rect",{x:"0",y:"56",width:"410",height:"6",rx:"3"}),f("rect",{x:"0",y:"72",width:"380",height:"6",rx:"3"}),f("rect",{x:"0",y:"88",width:"178",height:"6",rx:"3"}),f("circle",{cx:"20",cy:"20",r:"20"}))};x.div`
|
|
3479
3516
|
display: inline-block;
|
|
3480
3517
|
position: relative;
|
|
3481
3518
|
width: 100%;
|
|
3482
3519
|
vertical-align: middle;
|
|
3483
3520
|
overflow: hidden;
|
|
3484
|
-
`;const
|
|
3521
|
+
`;const _w=x.div`
|
|
3485
3522
|
display: block;
|
|
3486
3523
|
max-height: calc(100vh - 286px);
|
|
3487
3524
|
height: calc(100vh - 286px);
|
|
@@ -3492,14 +3529,14 @@ and limitations under the License.
|
|
|
3492
3529
|
> div:not(:first-child) {
|
|
3493
3530
|
margin-top: 15px;
|
|
3494
3531
|
}
|
|
3495
|
-
`,
|
|
3532
|
+
`,Lw=x.div`
|
|
3496
3533
|
${G}
|
|
3497
3534
|
display: inline-block;
|
|
3498
3535
|
width: auto;
|
|
3499
3536
|
height: 220px;
|
|
3500
3537
|
position: relative;
|
|
3501
3538
|
margin: 30px 30px 0px 30px;
|
|
3502
|
-
`,
|
|
3539
|
+
`,Pw=x.div`
|
|
3503
3540
|
${G}
|
|
3504
3541
|
display: inline-block;
|
|
3505
3542
|
width: 100%;
|
|
@@ -3507,47 +3544,47 @@ and limitations under the License.
|
|
|
3507
3544
|
max-height: calc(100vh - 286px);
|
|
3508
3545
|
height: calc(100vh - 286px);
|
|
3509
3546
|
overflow: hidden;
|
|
3510
|
-
`,
|
|
3547
|
+
`,Bw=x.div`
|
|
3511
3548
|
display: inline-block;
|
|
3512
3549
|
margin-top: -15px;
|
|
3513
|
-
`,
|
|
3550
|
+
`,Fw=x.div`
|
|
3514
3551
|
display: inline-block;
|
|
3515
3552
|
width: 100%;
|
|
3516
3553
|
background: #FFF;
|
|
3517
3554
|
position: relative;
|
|
3518
3555
|
height: 100%;
|
|
3519
3556
|
overflow: hidden;
|
|
3520
|
-
`,
|
|
3557
|
+
`,Rw=x.div`
|
|
3521
3558
|
display: inline-block;
|
|
3522
3559
|
width: 100%;
|
|
3523
3560
|
border-radius: 10px;
|
|
3524
3561
|
height: 80px;
|
|
3525
3562
|
position: relative;
|
|
3526
|
-
`,
|
|
3563
|
+
`,Gw=x.div`
|
|
3527
3564
|
${G}
|
|
3528
3565
|
display: inline-block;
|
|
3529
3566
|
max-height: 750px;
|
|
3530
3567
|
height: calc(100vh - 124px);
|
|
3531
3568
|
overflow: hidden;
|
|
3532
3569
|
padding-bottom: 28px;
|
|
3533
|
-
`,
|
|
3570
|
+
`,Ww=x.div`
|
|
3534
3571
|
display: inline-block;
|
|
3535
3572
|
background-color: #fff;
|
|
3536
3573
|
border-radius: 5px;
|
|
3537
3574
|
border: 1px solid #E3E3E3;
|
|
3538
3575
|
height: 89px;
|
|
3539
3576
|
margin-bottom: 20px;
|
|
3540
|
-
`,
|
|
3577
|
+
`,Yw=x.div`
|
|
3541
3578
|
display: inline-block;
|
|
3542
|
-
|
|
3579
|
+
`,$w=x.div`
|
|
3543
3580
|
${G}
|
|
3544
3581
|
padding: 2em;
|
|
3545
3582
|
margin-bottom: 30px;
|
|
3546
|
-
`,
|
|
3583
|
+
`,Hw=x.rect`
|
|
3547
3584
|
${({$width:e,$x:t})=>e?y`
|
|
3548
3585
|
width: ${e}
|
|
3549
3586
|
`:t?y`
|
|
3550
3587
|
x: ${t}
|
|
3551
3588
|
`:void 0}
|
|
3552
|
-
`,$w=Se().width,Hw=Se().height,Vw=()=>N.jsxs(Mw,{height:260,width:"100%",speed:1,backgroundColor:"rgb(0,0,0)",foregroundColor:"rgb(0,0,0)",backgroundOpacity:.06,foregroundOpacity:.12,children:[N.jsx("rect",{x:"10",y:"15",rx:"50",ry:"50",width:"35",height:"35"}),N.jsx("rect",{x:"55",y:"15",rx:"0",ry:"0",width:"330",height:"13"}),N.jsx("rect",{x:"55",y:"35",rx:"0",ry:"0",width:"330",height:"11"}),N.jsx("rect",{x:"10",y:"65",rx:"50",ry:"50",width:"35",height:"35"}),N.jsx("rect",{x:"55",y:"65",rx:"0",ry:"0",width:"330",height:"13"}),N.jsx("rect",{x:"55",y:"85",rx:"0",ry:"0",width:"330",height:"11"}),N.jsx("rect",{x:"10",y:"115",rx:"50",ry:"50",width:"35",height:"35"}),N.jsx("rect",{x:"55",y:"115",rx:"0",ry:"0",width:"330",height:"13"}),N.jsx("rect",{x:"55",y:"135",rx:"0",ry:"0",width:"330",height:"11"}),N.jsx("rect",{x:"10",y:"165",rx:"50",ry:"50",width:"35",height:"35"}),N.jsx("rect",{x:"55",y:"165",rx:"0",ry:"0",width:"330",height:"13"}),N.jsx("rect",{x:"55",y:"185",rx:"0",ry:"0",width:"330",height:"11"}),N.jsx("rect",{x:"10",y:"215",rx:"50",ry:"50",width:"35",height:"35"}),N.jsx("rect",{x:"55",y:"215",rx:"0",ry:"0",width:"330",height:"13"}),N.jsx("rect",{x:"55",y:"235",rx:"0",ry:"0",width:"330",height:"11"})]}),zw=()=>N.jsxs(Mw,{height:284,width:"100%",speed:1,backgroundColor:"rgb(0,0,0)",foregroundColor:"rgb(0,0,0)",backgroundOpacity:.06,foregroundOpacity:.12,viewBox:"0 0 290 284",children:[N.jsx("rect",{x:"10",y:"15",rx:"0",ry:"0",width:"40",height:"40"}),N.jsx("rect",{x:"62",y:"15",rx:"0",ry:"0",width:"90",height:"13"}),N.jsx("rect",{x:"62",y:"30",rx:"0",ry:"0",width:"185",height:"13"}),N.jsx("rect",{x:"62",y:"45",rx:"0",ry:"0",width:"50",height:"11"}),N.jsx("rect",{x:"257",y:"23",rx:"50",ry:"50",width:"25",height:"25"}),N.jsx("rect",{x:"10",y:"70",rx:"0",ry:"0",width:"40",height:"40"}),N.jsx("rect",{x:"62",y:"70",rx:"0",ry:"0",width:"90",height:"13"}),N.jsx("rect",{x:"62",y:"85",rx:"0",ry:"0",width:"185",height:"13"}),N.jsx("rect",{x:"62",y:"100",rx:"0",ry:"0",width:"50",height:"11"}),N.jsx("rect",{x:"257",y:"77",rx:"50",ry:"50",width:"25",height:"25"}),N.jsx("rect",{x:"10",y:"125",rx:"0",ry:"0",width:"40",height:"40"}),N.jsx("rect",{x:"62",y:"125",rx:"0",ry:"0",width:"90",height:"13"}),N.jsx("rect",{x:"62",y:"140",rx:"0",ry:"0",width:"185",height:"13"}),N.jsx("rect",{x:"62",y:"155",rx:"0",ry:"0",width:"50",height:"11"}),N.jsx("rect",{x:"257",y:"131",rx:"50",ry:"50",width:"25",height:"25"}),N.jsx("rect",{x:"10",y:"180",rx:"0",ry:"0",width:"40",height:"40"}),N.jsx("rect",{x:"62",y:"180",rx:"0",ry:"0",width:"90",height:"13"}),N.jsx("rect",{x:"62",y:"195",rx:"0",ry:"0",width:"185",height:"13"}),N.jsx("rect",{x:"62",y:"210",rx:"0",ry:"0",width:"50",height:"11"}),N.jsx("rect",{x:"257",y:"185",rx:"50",ry:"50",width:"25",height:"25"}),N.jsx("rect",{x:"10",y:"235",rx:"0",ry:"0",width:"40",height:"40"}),N.jsx("rect",{x:"62",y:"235",rx:"0",ry:"0",width:"90",height:"13"}),N.jsx("rect",{x:"62",y:"250",rx:"0",ry:"0",width:"185",height:"13"}),N.jsx("rect",{x:"62",y:"265",rx:"0",ry:"0",width:"50",height:"11"}),N.jsx("rect",{x:"257",y:"239",rx:"50",ry:"50",width:"25",height:"25"})]}),Xw=()=>N.jsx(Mw,{height:60,width:"100%",speed:1,backgroundColor:"rgb(0,0,0)",foregroundColor:"rgb(0,0,0)",backgroundOpacity:.06,foregroundOpacity:.12,children:N.jsx("rect",{x:"0",y:"15",rx:"0",ry:"0",width:"100%",height:"36"})}),Zw=()=>{const e=100,t=$w-600,n=$w-405,r=120,i=$w-275,a=$w-190,o=140,s=$w-45,l=$w-18,c=$w-777,d=$w-665,u=$w-625,p=$w-515,h=140,g=$w-365,m=160,f=$w-190,x=140;return N.jsxs(Tw,{children:[N.jsx(Ow,{children:N.jsxs(Mw,{speed:1,width:$w,height:"100%",backgroundColor:"rgb(0,0,0)",foregroundColor:"rgb(0,0,0)",backgroundOpacity:.06,foregroundOpacity:.12,style:{position:"relative",zIndex:"2"},children:[N.jsx("rect",{x:"52",y:"15",rx:"2",ry:"2",width:"31",height:"31"}),N.jsx("rect",{x:e,y:"15",rx:"2",ry:"2",width:t,height:"31"}),N.jsx("rect",{x:n,y:"15",rx:"2",ry:"2",width:r,height:"32"}),N.jsx("rect",{x:i,y:"15",rx:"2",ry:"2",width:80,height:"32"}),N.jsx("rect",{x:a,y:"15",rx:"2",ry:"2",width:o,height:"32"}),N.jsx("rect",{x:s,y:"15",rx:"2",ry:"2",width:30,height:"32"}),N.jsx("rect",{x:"52",y:"80",rx:"2",ry:"2",width:"200",height:"15"}),N.jsx("rect",{x:9,y:"110",rx:"0",ry:"0",width:l,height:"2"}),N.jsx("rect",{x:"52",y:"127",rx:"2",ry:"2",width:"31",height:"31"}),N.jsx("rect",{x:95,y:"127",rx:"2",ry:"2",width:c,height:"50"}),N.jsx("rect",{x:d,y:"127",rx:"2",ry:"2",width:26,height:"31"}),N.jsx("rect",{x:u,y:"127",rx:"2",ry:"2",width:90,height:"31"}),N.jsx("rect",{x:p,y:"127",rx:"2",ry:"2",width:h,height:"31"}),N.jsx("rect",{x:g,y:"127",rx:"2",ry:"2",width:m,height:"31"}),N.jsx("rect",{x:f,y:"127",rx:"2",ry:"2",width:x,height:"65"})]})}),N.jsx(Ow,{children:N.jsxs(Mw,{speed:1,width:$w,height:"100%",backgroundColor:"rgb(0,0,0)",foregroundColor:"rgb(0,0,0)",backgroundOpacity:.06,foregroundOpacity:.12,style:{position:"relative",zIndex:"2"},children:[N.jsx("rect",{x:"52",y:"15",rx:"2",ry:"2",width:"31",height:"31"}),N.jsx("rect",{x:e,y:"15",rx:"2",ry:"2",width:t,height:"31"}),N.jsx("rect",{x:n,y:"15",rx:"2",ry:"2",width:r,height:"32"}),N.jsx("rect",{x:i,y:"15",rx:"2",ry:"2",width:80,height:"32"}),N.jsx("rect",{x:a,y:"15",rx:"2",ry:"2",width:o,height:"32"}),N.jsx("rect",{x:s,y:"15",rx:"2",ry:"2",width:30,height:"32"}),N.jsx("rect",{x:"52",y:"80",rx:"2",ry:"2",width:"200",height:"15"}),N.jsx("rect",{x:9,y:"110",rx:"0",ry:"0",width:l,height:"2"}),N.jsx("rect",{x:"52",y:"127",rx:"2",ry:"2",width:"31",height:"31"}),N.jsx("rect",{x:95,y:"127",rx:"2",ry:"2",width:c,height:"50"}),N.jsx("rect",{x:d,y:"127",rx:"2",ry:"2",width:26,height:"31"}),N.jsx("rect",{x:u,y:"127",rx:"2",ry:"2",width:90,height:"31"}),N.jsx("rect",{x:p,y:"127",rx:"2",ry:"2",width:h,height:"31"}),N.jsx("rect",{x:g,y:"127",rx:"2",ry:"2",width:m,height:"31"}),N.jsx("rect",{x:f,y:"127",rx:"2",ry:"2",width:x,height:"65"})]})}),N.jsx(Ow,{children:N.jsxs(Mw,{speed:1,width:$w,height:"100%",backgroundColor:"rgb(0,0,0)",foregroundColor:"rgb(0,0,0)",backgroundOpacity:.06,foregroundOpacity:.12,style:{position:"relative",zIndex:"2"},children:[N.jsx("rect",{x:"52",y:"15",rx:"2",ry:"2",width:"31",height:"31"}),N.jsx("rect",{x:e,y:"15",rx:"2",ry:"2",width:t,height:"31"}),N.jsx("rect",{x:n,y:"15",rx:"2",ry:"2",width:r,height:"32"}),N.jsx("rect",{x:i,y:"15",rx:"2",ry:"2",width:80,height:"32"}),N.jsx("rect",{x:a,y:"15",rx:"2",ry:"2",width:o,height:"32"}),N.jsx("rect",{x:s,y:"15",rx:"2",ry:"2",width:30,height:"32"}),N.jsx("rect",{x:"52",y:"80",rx:"2",ry:"2",width:"200",height:"15"}),N.jsx("rect",{x:9,y:"110",rx:"0",ry:"0",width:l,height:"2"}),N.jsx("rect",{x:"52",y:"127",rx:"2",ry:"2",width:"31",height:"31"}),N.jsx("rect",{x:95,y:"127",rx:"2",ry:"2",width:c,height:"50"}),N.jsx("rect",{x:d,y:"127",rx:"2",ry:"2",width:26,height:"31"}),N.jsx("rect",{x:u,y:"127",rx:"2",ry:"2",width:90,height:"31"}),N.jsx("rect",{x:p,y:"127",rx:"2",ry:"2",width:h,height:"31"}),N.jsx("rect",{x:g,y:"127",rx:"2",ry:"2",width:m,height:"31"}),N.jsx("rect",{x:f,y:"127",rx:"2",ry:"2",width:x,height:"65"})]})}),N.jsx(Ow,{children:N.jsxs(Mw,{speed:1,width:$w,height:"100%",backgroundColor:"rgb(0,0,0)",foregroundColor:"rgb(0,0,0)",backgroundOpacity:.06,foregroundOpacity:.12,style:{position:"relative",zIndex:"2"},children:[N.jsx("rect",{x:"52",y:"15",rx:"2",ry:"2",width:"31",height:"31"}),N.jsx("rect",{x:e,y:"15",rx:"2",ry:"2",width:t,height:"31"}),N.jsx("rect",{x:n,y:"15",rx:"2",ry:"2",width:r,height:"32"}),N.jsx("rect",{x:i,y:"15",rx:"2",ry:"2",width:80,height:"32"}),N.jsx("rect",{x:a,y:"15",rx:"2",ry:"2",width:o,height:"32"}),N.jsx("rect",{x:s,y:"15",rx:"2",ry:"2",width:30,height:"32"}),N.jsx("rect",{x:"52",y:"80",rx:"2",ry:"2",width:"200",height:"15"}),N.jsx("rect",{x:9,y:"110",rx:"0",ry:"0",width:l,height:"2"}),N.jsx("rect",{x:"52",y:"127",rx:"2",ry:"2",width:"31",height:"31"}),N.jsx("rect",{x:95,y:"127",rx:"2",ry:"2",width:c,height:"50"}),N.jsx("rect",{x:d,y:"127",rx:"2",ry:"2",width:26,height:"31"}),N.jsx("rect",{x:u,y:"127",rx:"2",ry:"2",width:90,height:"31"}),N.jsx("rect",{x:p,y:"127",rx:"2",ry:"2",width:h,height:"31"}),N.jsx("rect",{x:g,y:"127",rx:"2",ry:"2",width:m,height:"31"}),N.jsx("rect",{x:f,y:"127",rx:"2",ry:"2",width:x,height:"65"})]})}),N.jsx(Ow,{children:N.jsxs(Mw,{speed:1,width:$w,height:"100%",backgroundColor:"rgb(0,0,0)",foregroundColor:"rgb(0,0,0)",backgroundOpacity:.06,foregroundOpacity:.12,style:{position:"relative",zIndex:"2"},children:[N.jsx("rect",{x:"52",y:"15",rx:"2",ry:"2",width:"31",height:"31"}),N.jsx("rect",{x:e,y:"15",rx:"2",ry:"2",width:t,height:"31"}),N.jsx("rect",{x:n,y:"15",rx:"2",ry:"2",width:r,height:"32"}),N.jsx("rect",{x:i,y:"15",rx:"2",ry:"2",width:80,height:"32"}),N.jsx("rect",{x:a,y:"15",rx:"2",ry:"2",width:o,height:"32"}),N.jsx("rect",{x:s,y:"15",rx:"2",ry:"2",width:30,height:"32"}),N.jsx("rect",{x:"52",y:"80",rx:"2",ry:"2",width:"200",height:"15"}),N.jsx("rect",{x:9,y:"110",rx:"0",ry:"0",width:l,height:"2"}),N.jsx("rect",{x:"52",y:"127",rx:"2",ry:"2",width:"31",height:"31"}),N.jsx("rect",{x:95,y:"127",rx:"2",ry:"2",width:c,height:"50"}),N.jsx("rect",{x:d,y:"127",rx:"2",ry:"2",width:26,height:"31"}),N.jsx("rect",{x:u,y:"127",rx:"2",ry:"2",width:90,height:"31"}),N.jsx("rect",{x:p,y:"127",rx:"2",ry:"2",width:h,height:"31"}),N.jsx("rect",{x:g,y:"127",rx:"2",ry:"2",width:m,height:"31"}),N.jsx("rect",{x:f,y:"127",rx:"2",ry:"2",width:x,height:"65"})]})})]})},qw=()=>{const e=$w-700,t=$w-432,n=$w-302,r=$w-217,i=$w-72,a=$w-777,o=$w-665,s=$w-625,l=$w-515,c=$w-365,d=$w-190,u=140,p=$w-777,h=$w-629,g=$w-529,m=$w-389,f=$w-214;return N.jsx(Fw,{children:N.jsxs(Mw,{speed:1,width:$w,height:"100%",backgroundColor:"rgb(0,0,0)",foregroundColor:"rgb(0,0,0)",backgroundOpacity:.06,foregroundOpacity:.12,style:{position:"relative",zIndex:"2"},children:[N.jsx("rect",{x:"38",y:"18",rx:"2",ry:"2",width:"36",height:"36"}),N.jsx("rect",{x:84,y:"18",rx:"2",ry:"2",width:e,height:"36"}),N.jsx("rect",{x:t,y:"20",rx:"2",ry:"2",width:120,height:"32"}),N.jsx("rect",{x:n,y:"20",rx:"2",ry:"2",width:80,height:"32"}),N.jsx("rect",{x:r,y:"20",rx:"2",ry:"2",width:140,height:"32"}),N.jsx("rect",{x:i,y:"20",rx:"2",ry:"2",width:30,height:"32"}),N.jsx("rect",{x:"38",y:"85",rx:"2",ry:"2",width:"110",height:"31"}),N.jsx("rect",{x:"152",y:"85",rx:"2",ry:"2",width:"110",height:"31"}),N.jsx("rect",{x:"266",y:"85",rx:"2",ry:"2",width:"110",height:"31"}),N.jsx("rect",{x:"64",y:"150",rx:"2",ry:"2",width:"31",height:"61"}),N.jsx("rect",{x:121,y:"150",rx:"2",ry:"2",width:p,height:"61"}),N.jsx("rect",{x:h,y:"150",rx:"2",ry:"2",width:90,height:"61"}),N.jsx("rect",{x:g,y:"150",rx:"2",ry:"2",width:140,height:"61"}),N.jsx("rect",{x:m,y:"150",rx:"2",ry:"2",width:160,height:"61"}),N.jsx("rect",{x:f,y:"150",rx:"2",ry:"2",width:140,height:"61"}),N.jsx("rect",{x:"38",y:"284",rx:"2",ry:"2",width:"285",height:"31"}),N.jsx("rect",{x:"389",y:"284",rx:"2",ry:"2",width:"285",height:"31"}),N.jsx("rect",{x:"38",y:"324",rx:"2",ry:"2",width:"285",height:"31"}),N.jsx("rect",{x:"389",y:"324",rx:"2",ry:"2",width:"285",height:"31"}),N.jsx("rect",{x:"38",y:"364",rx:"2",ry:"2",width:"285",height:"31"}),N.jsx("rect",{x:"389",y:"364",rx:"2",ry:"2",width:"285",height:"31"}),N.jsx("rect",{x:"38",y:"404",rx:"2",ry:"2",width:"285",height:"31"}),N.jsx("rect",{x:"389",y:"404",rx:"2",ry:"2",width:"285",height:"31"}),N.jsx("rect",{x:"38",y:"444",rx:"2",ry:"2",width:"285",height:"31"}),N.jsx("rect",{x:"389",y:"444",rx:"2",ry:"2",width:"285",height:"31"}),N.jsx("rect",{x:"38",y:"515",rx:"2",ry:"2",width:"31",height:"31"}),N.jsx("rect",{x:95,y:"515",rx:"2",ry:"2",width:a,height:"31"}),N.jsx("rect",{x:o,y:"515",rx:"2",ry:"2",width:26,height:"31"}),N.jsx("rect",{x:s,y:"515",rx:"2",ry:"2",width:90,height:"31"}),N.jsx("rect",{x:l,y:"515",rx:"2",ry:"2",width:140,height:"31"}),N.jsx("rect",{x:c,y:"515",rx:"2",ry:"2",width:160,height:"31"}),N.jsx("rect",{x:d,y:"515",rx:"2",ry:"2",width:u,height:"31"}),N.jsx("rect",{x:"38",y:"555",rx:"2",ry:"2",width:"31",height:"31"}),N.jsx("rect",{x:95,y:"555",rx:"2",ry:"2",width:a,height:"31"}),N.jsx("rect",{x:o,y:"555",rx:"2",ry:"2",width:26,height:"31"}),N.jsx("rect",{x:s,y:"555",rx:"2",ry:"2",width:90,height:"31"}),N.jsx("rect",{x:l,y:"555",rx:"2",ry:"2",width:140,height:"31"}),N.jsx("rect",{x:c,y:"555",rx:"2",ry:"2",width:160,height:"31"}),N.jsx("rect",{x:d,y:"555",rx:"2",ry:"2",width:u,height:"31"}),N.jsx("rect",{x:d,y:"604",rx:"2",ry:"2",width:u,height:"31"}),N.jsx("rect",{x:d,y:"654",rx:"2",ry:"2",width:u,height:"31"}),N.jsx("rect",{x:"38",y:"684",rx:"2",ry:"2",width:e,height:"36"})]})})},Jw=()=>{const e=$w-250,t=$w-150,n=$w-80,r=140,i=183,a=200,o=388,s=140,l=533,c=140,d=678,u=140,p=823,h=140;return N.jsx(Fw,{children:N.jsxs(Mw,{speed:1,width:$w,height:"100%",backgroundColor:"rgb(0,0,0)",foregroundColor:"rgb(0,0,0)",backgroundOpacity:.06,foregroundOpacity:.12,style:{position:"relative",zIndex:"2"},children:[N.jsx("rect",{x:38,y:"20",rx:"2",ry:"2",width:e,height:"30"}),N.jsx("rect",{x:t,y:"20",rx:"2",ry:"2",width:60,height:"30"}),N.jsx("rect",{x:n,y:"20",rx:"2",ry:"2",width:30,height:"30"}),N.jsx("rect",{x:"50",y:"80",rx:"2",ry:"2",width:"110",height:"31"}),N.jsx("rect",{x:"170",y:"80",rx:"2",ry:"2",width:"110",height:"31"}),N.jsx("rect",{x:"290",y:"80",rx:"2",ry:"2",width:"110",height:"31"}),N.jsx("rect",{x:"38",y:"130",rx:"2",ry:"2",width:"150",height:"20"}),N.jsx("rect",{x:"200",y:"130",rx:"2",ry:"2",width:"285",height:"20"}),N.jsx("rect",{x:"38",y:"165",rx:"2",ry:"2",width:"150",height:"20"}),N.jsx("rect",{x:"200",y:"165",rx:"2",ry:"2",width:"285",height:"20"}),N.jsx("rect",{x:"38",y:"200",rx:"2",ry:"2",width:"150",height:"20"}),N.jsx("rect",{x:"200",y:"200",rx:"2",ry:"2",width:"285",height:"20"}),N.jsx("rect",{x:"38",y:"235",rx:"2",ry:"2",width:"150",height:"20"}),N.jsx("rect",{x:"200",y:"235",rx:"2",ry:"2",width:"285",height:"20"}),N.jsx("rect",{x:"38",y:"270",rx:"2",ry:"2",width:"150",height:"20"}),N.jsx("rect",{x:"200",y:"270",rx:"2",ry:"2",width:"285",height:"20"}),N.jsx("rect",{x:38,y:"320",rx:"2",ry:"2",width:r,height:"31"}),N.jsx("rect",{x:i,y:"320",rx:"2",ry:"2",width:a,height:"31"}),N.jsx("rect",{x:o,y:"320",rx:"2",ry:"2",width:s,height:"31"}),N.jsx("rect",{x:l,y:"320",rx:"2",ry:"2",width:c,height:"31"}),N.jsx("rect",{x:d,y:"320",rx:"2",ry:"2",width:u,height:"31"}),N.jsx("rect",{x:p,y:"320",rx:"2",ry:"2",width:h,height:"31"}),N.jsx("rect",{x:38,y:"370",rx:"2",ry:"2",width:r,height:"31"}),N.jsx("rect",{x:i,y:"370",rx:"2",ry:"2",width:a,height:"31"}),N.jsx("rect",{x:o,y:"370",rx:"2",ry:"2",width:s,height:"31"}),N.jsx("rect",{x:l,y:"370",rx:"2",ry:"2",width:c,height:"31"}),N.jsx("rect",{x:d,y:"370",rx:"2",ry:"2",width:u,height:"31"}),N.jsx("rect",{x:p,y:"370",rx:"2",ry:"2",width:h,height:"31"}),N.jsx("rect",{x:38,y:"420",rx:"2",ry:"2",width:r,height:"31"}),N.jsx("rect",{x:i,y:"420",rx:"2",ry:"2",width:a,height:"31"}),N.jsx("rect",{x:o,y:"420",rx:"2",ry:"2",width:s,height:"31"}),N.jsx("rect",{x:l,y:"420",rx:"2",ry:"2",width:c,height:"31"}),N.jsx("rect",{x:d,y:"420",rx:"2",ry:"2",width:u,height:"31"}),N.jsx("rect",{x:p,y:"420",rx:"2",ry:"2",width:h,height:"31"}),N.jsx("rect",{x:38,y:"470",rx:"2",ry:"2",width:r,height:"31"}),N.jsx("rect",{x:i,y:"470",rx:"2",ry:"2",width:a,height:"31"}),N.jsx("rect",{x:o,y:"470",rx:"2",ry:"2",width:s,height:"31"}),N.jsx("rect",{x:l,y:"470",rx:"2",ry:"2",width:c,height:"31"}),N.jsx("rect",{x:d,y:"470",rx:"2",ry:"2",width:u,height:"31"}),N.jsx("rect",{x:p,y:"470",rx:"2",ry:"2",width:h,height:"31"}),N.jsx("rect",{x:"38",y:"530",rx:"2",ry:"2",width:"200",height:"15"}),N.jsx("rect",{x:38,y:"560",rx:"2",ry:"2",width:"50",height:"50"}),N.jsx("rect",{x:108,y:"560",rx:"2",ry:"2",width:"50",height:"50"}),N.jsx("rect",{x:178,y:"560",rx:"2",ry:"2",width:"50",height:"50"}),N.jsx("rect",{x:248,y:"560",rx:"2",ry:"2",width:"50",height:"50"}),N.jsx("rect",{x:318,y:"560",rx:"2",ry:"2",width:"50",height:"50"})]})})},Qw=()=>{let e=$w>=994?$w>=1031&&$w>=1031?$w-100:$w-60:994;const t=e-777,n=e-665,r=e-555,i=e-405,a=e-230;return N.jsx(Rw,{children:N.jsxs(Mw,{speed:1,width:e,height:"100%",backgroundColor:"rgb(0,0,0)",foregroundColor:"rgb(0,0,0)",backgroundOpacity:.06,foregroundOpacity:.12,style:{position:"relative",zIndex:"2"},children:[N.jsx("rect",{x:"38",y:"15",rx:"2",ry:"2",width:"31",height:"61"}),N.jsx("rect",{x:95,y:"15",rx:"2",ry:"2",width:t,height:"61"}),N.jsx("rect",{x:n,y:"15",rx:"2",ry:"2",width:90,height:"61"}),N.jsx("rect",{x:r,y:"15",rx:"2",ry:"2",width:140,height:"61"}),N.jsx("rect",{x:i,y:"15",rx:"2",ry:"2",width:160,height:"61"}),N.jsx("rect",{x:a,y:"15",rx:"2",ry:"2",width:140,height:"61"})]})})},Uw=()=>{const e=window.innerWidth,t=e>=1336?150:e>=1112?110:100,n=29+t+12,r=e>=1336?120:e>=1112?110:100,i=n+r+12,a=e>=1336||e>=1112?110:105,o=i+a+12,s=e>=1336||e>=1112?140:130,l=o+s+12,c=e>=1336?130:e>=1112?120:100,d=l+c+12,u=e>=1336?115:e>=1112?105:100,p=d+u+12,g=e>=1336?150:e>=1112?110:100,m=e-150-24,f=Hw?Math.ceil((Hw-78)/70):0;let x=p+g+12,y=[];for(let e=0;x+122<m;e++)y.push({x:p+g+12+122*e,w:110}),x=p+g+12+122*e;return N.jsx(_w,{className:"_refLoadingList",children:N.jsxs(Mw,{speed:1,width:e,height:"100%",backgroundColor:"rgb(0,0,0)",foregroundColor:"rgb(0,0,0)",backgroundOpacity:.06,foregroundOpacity:.12,style:{position:"relative",zIndex:"2"},children:[N.jsx("rect",{x:29,y:"23",rx:"2",ry:"2",width:t,height:"16"}),N.jsx("rect",{x:n,y:"23",rx:"2",ry:"2",width:r,height:"16"}),N.jsx("rect",{x:i,y:"23",rx:"2",ry:"2",width:a,height:"16"}),N.jsx("rect",{x:o,y:"23",rx:"2",ry:"2",width:s,height:"16"}),N.jsx("rect",{x:l,y:"23",rx:"2",ry:"2",width:c,height:"16"}),N.jsx("rect",{x:d,y:"23",rx:"2",ry:"2",width:u,height:"16"}),N.jsx("rect",{x:p,y:"23",rx:"2",ry:"2",width:g,height:"16"}),y.map(((e,t)=>N.jsx(h,{children:N.jsx("rect",{x:e.x,y:"23",rx:"2",ry:"2",width:e.w,height:"16"})},t))),N.jsx("rect",{x:m,y:"23",rx:"2",ry:"2",width:100,height:"16"}),Array.apply(0,Array(f)).map(((e,f)=>{const x=70*f+78;return N.jsxs(h,{children:[N.jsx("rect",{x:29,y:x,rx:"2",ry:"2",width:t,height:"31"}),N.jsx("rect",{x:n,y:x,rx:"2",ry:"2",width:r,height:"31"}),N.jsx("rect",{x:i,y:x,rx:"2",ry:"2",width:a,height:"31"}),N.jsx("rect",{x:o,y:x,rx:"2",ry:"2",width:s,height:"31"}),N.jsx("rect",{x:l,y:x,rx:"2",ry:"2",width:c,height:"31"}),N.jsx("rect",{x:d,y:x,rx:"2",ry:"2",width:u,height:"31"}),N.jsx("rect",{x:p,y:x,rx:"2",ry:"2",width:g,height:"31"}),y.map(((e,t)=>N.jsx(h,{children:N.jsx("rect",{x:e.x,y:x,rx:"2",ry:"2",width:e.w,height:"31"})},t))),N.jsx("rect",{x:m,y:x,rx:"2",ry:"2",width:100,height:"31"})]},f)}))]})})},Kw=()=>{const e=$w/2,t=e-160,n=e-128,r=e-96,i=e-64,a=e-32,o=e+0,s=e+32,l=e+64,c=e+96,d=e+128;return N.jsx(Bw,{className:"_refLoadingPage",children:N.jsxs(Mw,{speed:1,width:$w,height:"100%",backgroundColor:"rgb(0,0,0)",foregroundColor:"rgb(0,0,0)",backgroundOpacity:.06,foregroundOpacity:.12,style:{position:"relative",zIndex:"2"},children:[N.jsx("rect",{x:t,y:"23",rx:"2",ry:"2",width:"27",height:"27"}),N.jsx("rect",{x:n,y:"23",rx:"2",ry:"2",width:"27",height:"27"}),N.jsx("rect",{x:r,y:"23",rx:"2",ry:"2",width:"27",height:"27"}),N.jsx("rect",{x:i,y:"23",rx:"2",ry:"2",width:"27",height:"27"}),N.jsx("rect",{x:a,y:"23",rx:"2",ry:"2",width:"27",height:"27"}),N.jsx("rect",{x:o,y:"23",rx:"2",ry:"2",width:"27",height:"27"}),N.jsx("rect",{x:s,y:"23",rx:"2",ry:"2",width:"27",height:"27"}),N.jsx("rect",{x:l,y:"23",rx:"2",ry:"2",width:"27",height:"27"}),N.jsx("rect",{x:c,y:"23",rx:"2",ry:"2",width:"27",height:"27"}),N.jsx("rect",{x:d,y:"23",rx:"2",ry:"2",width:"27",height:"27"}),N.jsx("rect",{x:i,y:"60",rx:"2",ry:"2",width:"128",height:"6"})]})})},eC=()=>N.jsx(Pw,{className:"_refLoadingList",children:N.jsxs(Mw,{speed:1,width:$w,height:250,backgroundColor:"rgb(0,0,0)",foregroundColor:"rgb(0,0,0)",backgroundOpacity:.06,foregroundOpacity:.12,style:{width:"100%",maxWidth:"1336px",minWidth:"1024px"},children:[N.jsx("rect",{x:"40",y:"0",rx:"2",ry:"2",width:"130",height:"21"}),N.jsx("rect",{x:"190",y:"0",rx:"2",ry:"2",width:"130",height:"21"}),N.jsx("rect",{x:"330",y:"0",rx:"2",ry:"2",width:"250",height:"21"}),N.jsx("rect",{x:"600",y:"0",rx:"2",ry:"2",width:"200",height:"21"}),N.jsx("rect",{x:$w-240,y:"0",rx:"2",ry:"2",width:"200",height:"21"}),N.jsx("rect",{x:"40",y:"50",rx:"2",ry:"2",width:"130",height:"31"}),N.jsx("rect",{x:"190",y:"50",rx:"2",ry:"2",width:"130",height:"31"}),N.jsx("rect",{x:"330",y:"50",rx:"2",ry:"2",width:"250",height:"31"}),N.jsx("rect",{x:"600",y:"50",rx:"2",ry:"2",width:"200",height:"31"}),N.jsx("rect",{x:$w-240,y:"50",rx:"2",ry:"2",width:"200",height:"31"}),N.jsx("rect",{x:"40",y:"100",rx:"2",ry:"2",width:"130",height:"31"}),N.jsx("rect",{x:"190",y:"100",rx:"2",ry:"2",width:"130",height:"31"}),N.jsx("rect",{x:"330",y:"100",rx:"2",ry:"2",width:"250",height:"31"}),N.jsx("rect",{x:"600",y:"100",rx:"2",ry:"2",width:"200",height:"31"}),N.jsx("rect",{x:$w-240,y:"100",rx:"2",ry:"2",width:"200",height:"31"}),N.jsx("rect",{x:"40",y:"150",rx:"2",ry:"2",width:"130",height:"31"}),N.jsx("rect",{x:"190",y:"150",rx:"2",ry:"2",width:"130",height:"31"}),N.jsx("rect",{x:"330",y:"150",rx:"2",ry:"2",width:"250",height:"31"}),N.jsx("rect",{x:"600",y:"150",rx:"2",ry:"2",width:"200",height:"31"}),N.jsx("rect",{x:$w-240,y:"150",rx:"2",ry:"2",width:"200",height:"31"}),N.jsx("rect",{x:"40",y:"200",rx:"2",ry:"2",width:"130",height:"31"}),N.jsx("rect",{x:"190",y:"200",rx:"2",ry:"2",width:"130",height:"31"}),N.jsx("rect",{x:"330",y:"200",rx:"2",ry:"2",width:"250",height:"31"}),N.jsx("rect",{x:"600",y:"200",rx:"2",ry:"2",width:"200",height:"31"}),N.jsx("rect",{x:$w-240,y:"200",rx:"2",ry:"2",width:"200",height:"31"})]})}),tC=()=>N.jsx(Gw,{children:N.jsxs(Mw,{speed:1,width:900,height:255,backgroundColor:"rgb(0,0,0)",foregroundColor:"rgb(0,0,0)",backgroundOpacity:.06,foregroundOpacity:.12,style:{width:"100%",maxWidth:"900px",minWidth:"800px"},children:[N.jsx("rect",{x:"20",y:"25",rx:"2",ry:"2",width:"25",height:"22"}),N.jsx("rect",{x:"55",y:"20",rx:"2",ry:"2",width:"32",height:"32"}),N.jsx("rect",{x:"97",y:"20",rx:"2",ry:"2",width:"250",height:"32"}),N.jsx("rect",{x:"500",y:"20",rx:"2",ry:"2",width:"170",height:"32"}),N.jsx("rect",{x:"680",y:"20",rx:"2",ry:"2",width:"170",height:"32"}),N.jsx("rect",{x:"860",y:"20",rx:"2",ry:"2",width:"25",height:"22"}),N.jsx("rect",{x:"20",y:"70",rx:"2",ry:"2",width:"25",height:"22"}),N.jsx("rect",{x:"55",y:"65",rx:"2",ry:"2",width:"32",height:"32"}),N.jsx("rect",{x:"97",y:"65",rx:"2",ry:"2",width:"250",height:"32"}),N.jsx("rect",{x:"500",y:"65",rx:"2",ry:"2",width:"170",height:"32"}),N.jsx("rect",{x:"680",y:"65",rx:"2",ry:"2",width:"170",height:"32"}),N.jsx("rect",{x:"860",y:"65",rx:"2",ry:"2",width:"25",height:"22"}),N.jsx("rect",{x:"20",y:"115",rx:"2",ry:"2",width:"25",height:"22"}),N.jsx("rect",{x:"55",y:"110",rx:"2",ry:"2",width:"32",height:"32"}),N.jsx("rect",{x:"97",y:"110",rx:"2",ry:"2",width:"250",height:"32"}),N.jsx("rect",{x:"500",y:"110",rx:"2",ry:"2",width:"170",height:"32"}),N.jsx("rect",{x:"680",y:"110",rx:"2",ry:"2",width:"170",height:"32"}),N.jsx("rect",{x:"860",y:"110",rx:"2",ry:"2",width:"25",height:"22"}),N.jsx("rect",{x:"20",y:"160",rx:"2",ry:"2",width:"25",height:"22"}),N.jsx("rect",{x:"55",y:"155",rx:"2",ry:"2",width:"32",height:"32"}),N.jsx("rect",{x:"97",y:"155",rx:"2",ry:"2",width:"250",height:"32"}),N.jsx("rect",{x:"500",y:"155",rx:"2",ry:"2",width:"170",height:"32"}),N.jsx("rect",{x:"680",y:"155",rx:"2",ry:"2",width:"170",height:"32"}),N.jsx("rect",{x:"860",y:"155",rx:"2",ry:"2",width:"25",height:"22"}),N.jsx("rect",{x:"20",y:"205",rx:"2",ry:"2",width:"25",height:"22"}),N.jsx("rect",{x:"55",y:"200",rx:"2",ry:"2",width:"32",height:"32"}),N.jsx("rect",{x:"97",y:"200",rx:"2",ry:"2",width:"250",height:"32"}),N.jsx("rect",{x:"500",y:"200",rx:"2",ry:"2",width:"170",height:"32"}),N.jsx("rect",{x:"680",y:"200",rx:"2",ry:"2",width:"170",height:"32"}),N.jsx("rect",{x:"860",y:"200",rx:"2",ry:"2",width:"25",height:"22"})]})}),nC=()=>N.jsx(Gw,{children:N.jsxs(Mw,{speed:1,width:840,height:255,backgroundColor:"rgb(0,0,0)",foregroundColor:"rgb(0,0,0)",backgroundOpacity:.06,foregroundOpacity:.12,style:{width:"100%",maxWidth:"840px",minWidth:"800px"},children:[N.jsx("rect",{x:"20",y:"25",rx:"2",ry:"2",width:"25",height:"22"}),N.jsx("rect",{x:"55",y:"20",rx:"2",ry:"2",width:"32",height:"32"}),N.jsx("rect",{x:"97",y:"20",rx:"2",ry:"2",width:"250",height:"32"}),N.jsx("rect",{x:"620",y:"20",rx:"2",ry:"2",width:"170",height:"32"}),N.jsx("rect",{x:"800",y:"20",rx:"2",ry:"2",width:"25",height:"22"}),N.jsx("rect",{x:"60",y:"80",rx:"2",ry:"2",width:"200",height:"20"}),N.jsx("rect",{x:"440",y:"80",rx:"2",ry:"2",width:"90",height:"20"}),N.jsx("rect",{x:"560",y:"80",rx:"2",ry:"2",width:"90",height:"20"}),N.jsx("rect",{x:"680",y:"80",rx:"2",ry:"2",width:"90",height:"20"}),N.jsx("rect",{x:"60",y:"130",rx:"2",ry:"2",width:"200",height:"20"}),N.jsx("rect",{x:"440",y:"130",rx:"2",ry:"2",width:"90",height:"20"}),N.jsx("rect",{x:"560",y:"130",rx:"2",ry:"2",width:"90",height:"20"}),N.jsx("rect",{x:"680",y:"130",rx:"2",ry:"2",width:"90",height:"20"}),N.jsx("rect",{x:"20",y:"210",rx:"2",ry:"2",width:"25",height:"22"}),N.jsx("rect",{x:"55",y:"205",rx:"2",ry:"2",width:"32",height:"32"}),N.jsx("rect",{x:"97",y:"205",rx:"2",ry:"2",width:"250",height:"32"}),N.jsx("rect",{x:"620",y:"205",rx:"2",ry:"2",width:"170",height:"32"}),N.jsx("rect",{x:"800",y:"205",rx:"2",ry:"2",width:"25",height:"22"})]})}),rC=()=>N.jsx(Gw,{children:N.jsxs(Mw,{speed:1,width:1e3,height:340,backgroundColor:"rgb(0,0,0)",foregroundColor:"rgb(0,0,0)",backgroundOpacity:.06,foregroundOpacity:.12,style:{width:"100%",maxWidth:"1000px",minWidth:"800px"},children:[N.jsx("rect",{x:"130",y:"20",rx:"2",ry:"2",width:"100",height:"21"}),N.jsx("rect",{x:"510",y:"20",rx:"2",ry:"2",width:"100",height:"21"}),N.jsx("rect",{x:"130",y:"51",rx:"2",ry:"2",width:"360",height:"36"}),N.jsx("rect",{x:"510",y:"51",rx:"2",ry:"2",width:"360",height:"36"}),N.jsx("rect",{x:"130",y:"110",rx:"2",ry:"2",width:"100",height:"21"}),N.jsx("rect",{x:"510",y:"110",rx:"2",ry:"2",width:"100",height:"21"}),N.jsx("rect",{x:"130",y:"141",rx:"2",ry:"2",width:"360",height:"36"}),N.jsx("rect",{x:"510",y:"141",rx:"2",ry:"2",width:"360",height:"36"}),N.jsx("rect",{x:"52",y:"200",rx:"2",ry:"2",width:"31",height:"31"}),N.jsx("rect",{x:"95",y:"200",rx:"2",ry:"2",width:"110",height:"31"}),N.jsx("rect",{x:"217",y:"200",rx:"2",ry:"2",width:"110",height:"31"}),N.jsx("rect",{x:"339",y:"200",rx:"2",ry:"2",width:"110",height:"31"}),N.jsx("rect",{x:"461",y:"200",rx:"2",ry:"2",width:"110",height:"31"}),N.jsx("rect",{x:"583",y:"200",rx:"2",ry:"2",width:"110",height:"31"}),N.jsx("rect",{x:"705",y:"200",rx:"2",ry:"2",width:"110",height:"31"}),N.jsx("rect",{x:"827",y:"200",rx:"2",ry:"2",width:"110",height:"31"}),N.jsx("rect",{x:"52",y:"240",rx:"2",ry:"2",width:"31",height:"31"}),N.jsx("rect",{x:"95",y:"240",rx:"2",ry:"2",width:"110",height:"31"}),N.jsx("rect",{x:"217",y:"240",rx:"2",ry:"2",width:"110",height:"31"}),N.jsx("rect",{x:"339",y:"240",rx:"2",ry:"2",width:"110",height:"31"}),N.jsx("rect",{x:"461",y:"240",rx:"2",ry:"2",width:"110",height:"31"}),N.jsx("rect",{x:"583",y:"240",rx:"2",ry:"2",width:"110",height:"31"}),N.jsx("rect",{x:"705",y:"240",rx:"2",ry:"2",width:"110",height:"31"}),N.jsx("rect",{x:"827",y:"240",rx:"2",ry:"2",width:"110",height:"31"}),N.jsx("rect",{x:"52",y:"280",rx:"2",ry:"2",width:"31",height:"31"}),N.jsx("rect",{x:"95",y:"280",rx:"2",ry:"2",width:"110",height:"31"}),N.jsx("rect",{x:"217",y:"280",rx:"2",ry:"2",width:"110",height:"31"}),N.jsx("rect",{x:"339",y:"280",rx:"2",ry:"2",width:"110",height:"31"}),N.jsx("rect",{x:"461",y:"280",rx:"2",ry:"2",width:"110",height:"31"}),N.jsx("rect",{x:"583",y:"280",rx:"2",ry:"2",width:"110",height:"31"}),N.jsx("rect",{x:"705",y:"280",rx:"2",ry:"2",width:"110",height:"31"}),N.jsx("rect",{x:"827",y:"280",rx:"2",ry:"2",width:"110",height:"31"})]})}),iC=()=>N.jsx(Gw,{children:N.jsxs(Mw,{speed:1,width:1e3,height:340,backgroundColor:"rgb(0,0,0)",foregroundColor:"rgb(0,0,0)",backgroundOpacity:.06,foregroundOpacity:.12,style:{width:"100%",maxWidth:"1000px",minWidth:"800px"},children:[N.jsx("rect",{x:"40",y:"20",rx:"2",ry:"2",width:"80",height:"21"}),N.jsx("rect",{x:"40",y:"51",rx:"2",ry:"2",width:"260",height:"30"}),N.jsx("rect",{x:"40",y:"110",rx:"2",ry:"2",width:"80",height:"21"}),N.jsx("rect",{x:"320",y:"110",rx:"2",ry:"2",width:"80",height:"21"}),N.jsx("rect",{x:"40",y:"141",rx:"2",ry:"2",width:"260",height:"30"}),N.jsx("rect",{x:"320",y:"141",rx:"2",ry:"2",width:"260",height:"30"}),N.jsx("rect",{x:"55",y:"200",rx:"2",ry:"2",width:"220",height:"30"}),N.jsx("rect",{x:"320",y:"200",rx:"2",ry:"2",width:"260",height:"30"}),N.jsx("rect",{x:"55",y:"245",rx:"2",ry:"2",width:"220",height:"30"}),N.jsx("rect",{x:"320",y:"245",rx:"2",ry:"2",width:"260",height:"30"}),N.jsx("rect",{x:"55",y:"290",rx:"2",ry:"2",width:"220",height:"30"}),N.jsx("rect",{x:"320",y:"290",rx:"2",ry:"2",width:"260",height:"30"})]})}),aC=()=>N.jsx(Gw,{children:N.jsx(Mw,{speed:1,width:325.5,height:30,backgroundColor:"rgb(0,0,0)",foregroundColor:"rgb(0,0,0)",backgroundOpacity:.06,foregroundOpacity:.12,children:N.jsx("rect",{x:"0",y:"0",rx:"5",ry:"5",width:"325.5",height:"30"})})}),oC=()=>N.jsxs(Mw,{height:31,width:500,speed:1,backgroundColor:"rgb(0,0,0)",foregroundColor:"rgb(0,0,0)",backgroundOpacity:.06,foregroundOpacity:.12,children:[N.jsx("rect",{x:"0",y:"5",rx:"8",ry:"8",width:"90",height:"20"}),N.jsx("rect",{x:"100",y:"5",rx:"8",ry:"8",width:"90",height:"20"}),N.jsx("rect",{x:"200",y:"5",rx:"8",ry:"8",width:"90",height:"20"}),N.jsx("rect",{x:"300",y:"5",rx:"8",ry:"8",width:"90",height:"20"}),N.jsx("rect",{x:"400",y:"5",rx:"8",ry:"8",width:"90",height:"20"})]}),sC=()=>N.jsxs(Mw,{height:172,width:210,speed:1,backgroundColor:"rgb(0,0,0)",foregroundColor:"rgb(0,0,0)",backgroundOpacity:.06,foregroundOpacity:.12,children:[N.jsx("rect",{x:"4",y:"12",rx:"4",ry:"4",width:"14",height:"14"}),N.jsx("rect",{x:"28",y:"12",rx:"2",ry:"2",width:"170",height:"14"}),N.jsx("rect",{x:"4",y:"36",rx:"4",ry:"4",width:"14",height:"14"}),N.jsx("rect",{x:"28",y:"36",rx:"2",ry:"2",width:"170",height:"14"}),N.jsx("rect",{x:"4",y:"60",rx:"4",ry:"4",width:"14",height:"14"}),N.jsx("rect",{x:"28",y:"60",rx:"2",ry:"2",width:"170",height:"14"}),N.jsx("rect",{x:"4",y:"84",rx:"4",ry:"4",width:"14",height:"14"}),N.jsx("rect",{x:"28",y:"84",rx:"2",ry:"2",width:"170",height:"14"}),N.jsx("rect",{x:"4",y:"108",rx:"4",ry:"4",width:"14",height:"14"}),N.jsx("rect",{x:"28",y:"108",rx:"2",ry:"2",width:"170",height:"14"}),N.jsx("rect",{x:"4",y:"132",rx:"4",ry:"4",width:"14",height:"14"}),N.jsx("rect",{x:"28",y:"132",rx:"2",ry:"2",width:"170",height:"14"}),N.jsx("rect",{x:"4",y:"156",rx:"4",ry:"4",width:"14",height:"14"}),N.jsx("rect",{x:"28",y:"156",rx:"2",ry:"2",width:"170",height:"14"})]}),lC=()=>{const e=Hw-96,t=Math.floor(($w-110)/120),n=Math.floor((e-20)/50);return N.jsx(Pw,{children:N.jsx(Mw,{speed:1,width:$w,height:e,backgroundColor:"rgb(0,0,0)",foregroundColor:"rgb(0,0,0)",backgroundOpacity:.06,foregroundOpacity:.12,style:{position:"relative",zIndex:"2"},children:Array.apply(0,Array(n)).map(((e,n)=>{const r=n+50*(n+1)-30;return Array.apply(0,Array(t)).map(((e,t)=>{const i=t+120*(t+1)-65;return N.jsx("rect",{x:i,y:r,rx:"2",ry:"2",width:100,height:0===n?16:30},t)}))}))})})},cC=()=>{const e=Hw-286,t=$w>=1336?370:$w>=1112?250:150,n=29+t+12,r=$w>=1336?130:$w>=1112?110:100,i=n+r+12,a=$w>=1336?100:95,o=i+a+12,s=$w>=1336?90:80,l=o+s+12,c=$w>=1336?85:75,d=l+c+12,u=$w>=1336?80:70,p=d+u+12,g=$w>=1336?70:60,m=p+g+12,f=$w>=1336?95:85,x=$w-100-24,y=Hw&&Math.ceil((e-78)/70)>0?Math.ceil((e-78)/70):0;let v=m+f+12,b=[];for(let e=0;v+122<x;e++)b.push({x:m+f+12+122*e,w:110}),v=m+f+12+122*e;return N.jsx(_w,{children:N.jsxs(Mw,{speed:1,width:$w,height:"100%",backgroundColor:"rgb(0,0,0)",foregroundColor:"rgb(0,0,0)",backgroundOpacity:.06,foregroundOpacity:.12,style:{position:"relative",zIndex:"2"},children:[N.jsx("rect",{x:29,y:"23",rx:"2",ry:"2",width:t,height:"16"}),N.jsx("rect",{x:n,y:"23",rx:"2",ry:"2",width:r,height:"16"}),N.jsx("rect",{x:i,y:"23",rx:"2",ry:"2",width:a,height:"16"}),N.jsx("rect",{x:o,y:"23",rx:"2",ry:"2",width:s,height:"16"}),N.jsx("rect",{x:l,y:"23",rx:"2",ry:"2",width:c,height:"16"}),N.jsx("rect",{x:d,y:"23",rx:"2",ry:"2",width:u,height:"16"}),N.jsx("rect",{x:p,y:"23",rx:"2",ry:"2",width:g,height:"16"}),N.jsx("rect",{x:m,y:"23",rx:"2",ry:"2",width:f,height:"16"}),b.map(((e,t)=>N.jsx(h,{children:N.jsx("rect",{x:e.x,y:"23",rx:"2",ry:"2",width:e.w,height:"16"})},t))),N.jsx("rect",{x:x,y:"23",rx:"2",ry:"2",width:100,height:"16"}),Array.apply(0,Array(y)).map(((e,y)=>{const v=70*y+78;return N.jsxs(h,{children:[N.jsx("rect",{x:29,y:v,rx:"2",ry:"2",width:t,height:"31"}),N.jsx("rect",{x:n,y:v,rx:"2",ry:"2",width:r,height:"31"}),N.jsx("rect",{x:i,y:v,rx:"2",ry:"2",width:a,height:"31"}),N.jsx("rect",{x:o,y:v,rx:"2",ry:"2",width:s,height:"31"}),N.jsx("rect",{x:l,y:v,rx:"2",ry:"2",width:c,height:"31"}),N.jsx("rect",{x:d,y:v,rx:"2",ry:"2",width:u,height:"31"}),N.jsx("rect",{x:p,y:v,rx:"2",ry:"2",width:g,height:"31"}),N.jsx("rect",{x:m,y:v,rx:"2",ry:"2",width:f,height:"31"}),b.map(((e,t)=>N.jsx(h,{children:N.jsx("rect",{x:e.x,y:v,rx:"2",ry:"2",width:e.w,height:"31"})},t))),N.jsx("rect",{x:x,y:v,rx:"2",ry:"2",width:100,height:"31"})]},y)}))]})})},dC=()=>N.jsxs(Mw,{height:270,width:800,speed:1,backgroundColor:"rgb(0,0,0)",foregroundColor:"rgb(0,0,0)",backgroundOpacity:.06,foregroundOpacity:.12,children:[N.jsx("rect",{x:"15",y:"25",width:"425",height:"15"}),N.jsx("rect",{x:"490",y:"25",width:"150",height:"15"}),N.jsx("rect",{x:"670",y:"25",width:"95",height:"15"}),N.jsx("rect",{x:"15",y:"60",rx:"8",ry:"8",width:"30",height:"30"}),N.jsx("rect",{x:"60",y:"60",width:"380",height:"30"}),N.jsx("rect",{x:"490",y:"60",width:"150",height:"30"}),N.jsx("rect",{x:"670",y:"60",width:"95",height:"30"}),N.jsx("rect",{x:"15",y:"110",rx:"8",ry:"8",width:"30",height:"30"}),N.jsx("rect",{x:"60",y:"110",width:"380",height:"30"}),N.jsx("rect",{x:"490",y:"110",width:"150",height:"30"}),N.jsx("rect",{x:"670",y:"110",width:"95",height:"30"}),N.jsx("rect",{x:"15",y:"160",rx:"8",ry:"8",width:"30",height:"30"}),N.jsx("rect",{x:"60",y:"160",width:"380",height:"30"}),N.jsx("rect",{x:"490",y:"160",width:"150",height:"30"}),N.jsx("rect",{x:"670",y:"160",width:"95",height:"30"}),N.jsx("rect",{x:"15",y:"210",rx:"8",ry:"8",width:"30",height:"30"}),N.jsx("rect",{x:"60",y:"210",width:"380",height:"30"}),N.jsx("rect",{x:"490",y:"210",width:"150",height:"30"}),N.jsx("rect",{x:"670",y:"210",width:"95",height:"30"})]}),uC=()=>N.jsxs(Mw,{height:270,width:800,speed:1,backgroundColor:"rgb(0,0,0)",foregroundColor:"rgb(0,0,0)",backgroundOpacity:.06,foregroundOpacity:.12,children:[N.jsx("rect",{x:"15",y:"60",width:"300",height:"15"}),N.jsx("rect",{x:"330",y:"25",width:"100",height:"15"}),N.jsx("rect",{x:"450",y:"25",width:"75",height:"15"}),N.jsx("rect",{x:"540",y:"25",width:"130",height:"15"}),N.jsx("rect",{x:"690",y:"25",width:"75",height:"15"}),N.jsx("rect",{x:"15",y:"60",width:"300",height:"30"}),N.jsx("rect",{x:"330",y:"60",width:"100",height:"30"}),N.jsx("rect",{x:"450",y:"60",width:"75",height:"30"}),N.jsx("rect",{x:"540",y:"60",width:"130",height:"30"}),N.jsx("rect",{x:"690",y:"60",width:"75",height:"30"}),N.jsx("rect",{x:"15",y:"110",width:"300",height:"30"}),N.jsx("rect",{x:"330",y:"110",width:"100",height:"30"}),N.jsx("rect",{x:"450",y:"110",width:"75",height:"30"}),N.jsx("rect",{x:"540",y:"110",width:"130",height:"30"}),N.jsx("rect",{x:"690",y:"110",width:"75",height:"30"}),N.jsx("rect",{x:"15",y:"160",width:"300",height:"30"}),N.jsx("rect",{x:"330",y:"160",width:"100",height:"30"}),N.jsx("rect",{x:"450",y:"160",width:"75",height:"30"}),N.jsx("rect",{x:"540",y:"160",width:"130",height:"30"}),N.jsx("rect",{x:"690",y:"160",width:"75",height:"30"}),N.jsx("rect",{x:"15",y:"210",width:"300",height:"30"}),N.jsx("rect",{x:"330",y:"210",width:"100",height:"30"}),N.jsx("rect",{x:"450",y:"210",width:"75",height:"30"}),N.jsx("rect",{x:"540",y:"210",width:"130",height:"30"}),N.jsx("rect",{x:"690",y:"210",width:"75",height:"30"})]}),pC=()=>{const e=$w>=1336?645:$w>=1112?400:300,t=e+45,n=e+90;return N.jsx(Lw,{children:N.jsxs(Mw,{speed:1,width:$w,height:300,backgroundColor:"rgb(0,0,0)",foregroundColor:"rgb(0,0,0)",backgroundOpacity:.06,foregroundOpacity:.12,style:{position:"relative",zIndex:"2"},children:[N.jsx("rect",{x:"15",y:"25",rx:"2",ry:"2",width:t,height:"15"}),N.jsx("rect",{x:n,y:"25",rx:"2",ry:"2",width:"250",height:"15"}),N.jsx("rect",{x:"15",y:"60",rx:"8",ry:"8",width:"30",height:"30"}),N.jsx("rect",{x:"60",y:"60",rx:"2",ry:"2",width:e,height:"30"}),N.jsx("rect",{x:n,y:"60",rx:"2",ry:"2",width:"250",height:"30"}),N.jsx("rect",{x:"15",y:"110",rx:"8",ry:"8",width:"30",height:"30"}),N.jsx("rect",{x:"60",y:"110",rx:"2",ry:"2",width:e,height:"30"}),N.jsx("rect",{x:n,y:"110",rx:"2",ry:"2",width:"250",height:"30"}),N.jsx("rect",{x:"15",y:"160",rx:"8",ry:"8",width:"30",height:"30"}),N.jsx("rect",{x:"60",y:"160",rx:"2",ry:"2",width:e,height:"30"}),N.jsx("rect",{x:n,y:"160",rx:"2",ry:"2",width:"250",height:"30"}),N.jsx("rect",{x:"15",y:"210",rx:"8",ry:"8",width:"30",height:"30"}),N.jsx("rect",{x:"60",y:"210",rx:"2",ry:"2",width:e,height:"30"}),N.jsx("rect",{x:n,y:"210",rx:"2",ry:"2",width:"250",height:"30"})]})})},hC=()=>{const e=$w>=1336?540:$w>=1112?320:250,t=e+30,n=150,r=t+n+15,i=80,a=r+i+15,o=150,s=a+o+15;return N.jsx(Lw,{children:N.jsxs(Mw,{speed:1,width:$w,height:300,backgroundColor:"rgb(0,0,0)",foregroundColor:"rgb(0,0,0)",backgroundOpacity:.06,foregroundOpacity:.12,style:{position:"relative",zIndex:"2"},children:[N.jsx("rect",{x:"15",y:"25",rx:"2",ry:"2",width:e,height:"15"}),N.jsx("rect",{x:t,y:"25",rx:"2",ry:"2",width:n,height:"15"}),N.jsx("rect",{x:r,y:"25",rx:"2",ry:"2",width:i,height:"15"}),N.jsx("rect",{x:a,y:"25",rx:"2",ry:"2",width:o,height:"15"}),N.jsx("rect",{x:s,y:"25",rx:"2",ry:"2",width:80,height:"15"}),N.jsx("rect",{x:"15",y:"60",rx:"2",ry:"2",width:e,height:"30"}),N.jsx("rect",{x:t,y:"60",rx:"2",ry:"2",width:n,height:"30"}),N.jsx("rect",{x:r,y:"60",rx:"2",ry:"2",width:i,height:"30"}),N.jsx("rect",{x:a,y:"60",rx:"2",ry:"2",width:o,height:"30"}),N.jsx("rect",{x:s,y:"60",rx:"2",ry:"2",width:80,height:"30"}),N.jsx("rect",{x:"15",y:"110",rx:"2",ry:"2",width:e,height:"30"}),N.jsx("rect",{x:t,y:"110",rx:"2",ry:"2",width:n,height:"30"}),N.jsx("rect",{x:r,y:"110",rx:"2",ry:"2",width:i,height:"30"}),N.jsx("rect",{x:a,y:"110",rx:"2",ry:"2",width:o,height:"30"}),N.jsx("rect",{x:s,y:"110",rx:"2",ry:"2",width:80,height:"30"}),N.jsx("rect",{x:"15",y:"160",rx:"2",ry:"2",width:e,height:"30"}),N.jsx("rect",{x:t,y:"160",rx:"2",ry:"2",width:n,height:"30"}),N.jsx("rect",{x:r,y:"160",rx:"2",ry:"2",width:i,height:"30"}),N.jsx("rect",{x:a,y:"160",rx:"2",ry:"2",width:o,height:"30"}),N.jsx("rect",{x:s,y:"160",rx:"2",ry:"2",width:80,height:"30"}),N.jsx("rect",{x:"15",y:"210",rx:"2",ry:"2",width:e,height:"30"}),N.jsx("rect",{x:t,y:"210",rx:"2",ry:"2",width:n,height:"30"}),N.jsx("rect",{x:r,y:"210",rx:"2",ry:"2",width:i,height:"30"}),N.jsx("rect",{x:a,y:"210",rx:"2",ry:"2",width:o,height:"30"}),N.jsx("rect",{x:s,y:"210",rx:"2",ry:"2",width:80,height:"30"})]})})},gC=()=>N.jsxs(Mw,{height:80,width:600,speed:1,backgroundColor:"rgb(0,0,0)",foregroundColor:"rgb(0,0,0)",backgroundOpacity:.06,foregroundOpacity:.12,children:[N.jsx("rect",{x:"0",y:"0",rx:"5",ry:"5",width:"172",height:"34"}),N.jsx("rect",{x:"178",y:"0",rx:"5",ry:"5",width:"172",height:"34"}),N.jsx("rect",{x:"356",y:"0",rx:"5",ry:"5",width:"100",height:"34"}),N.jsx("rect",{x:"462",y:"0",rx:"5",ry:"5",width:"100",height:"34"}),N.jsx("rect",{x:"0",y:"40",rx:"5",ry:"5",width:"172",height:"34"}),N.jsx("rect",{x:"178",y:"40",rx:"5",ry:"5",width:"100",height:"34"}),N.jsx("rect",{x:"284",y:"40",rx:"5",ry:"5",width:"140",height:"34"}),N.jsx("rect",{x:"430",y:"40",rx:"5",ry:"5",width:"100",height:"34"})]}),mC=()=>N.jsxs(Mw,{height:500,width:1150,speed:1,backgroundColor:"rgb(0,0,0)",foregroundColor:"rgb(0,0,0)",backgroundOpacity:.06,foregroundOpacity:.12,children:[N.jsx("rect",{x:"0",y:"25",width:"35",height:"35"}),N.jsx("rect",{x:"50",y:"25",width:"400",height:"35"}),N.jsx("rect",{x:"50",y:"75",width:"170",height:"35"}),N.jsx("rect",{x:"235",y:"75",width:"170",height:"35"}),N.jsx("rect",{x:"420",y:"75",width:"170",height:"35"}),N.jsx("rect",{x:"605",y:"75",width:"170",height:"35"}),N.jsx("rect",{x:"50",y:"125",width:"170",height:"35"}),N.jsx("rect",{x:"0",y:"245",width:"200",height:"35"}),N.jsx("rect",{x:"420",y:"305",width:"150",height:"25"}),N.jsx("rect",{x:"585",y:"305",width:"150",height:"25"}),N.jsx("rect",{x:"750",y:"305",width:"150",height:"25"}),N.jsx("rect",{x:"915",y:"305",width:"150",height:"25"}),N.jsx("rect",{x:"0",y:"345",width:"25",height:"25"}),N.jsx("rect",{x:"40",y:"345",width:"360",height:"25"}),N.jsx("rect",{x:"420",y:"345",width:"150",height:"25"}),N.jsx("rect",{x:"585",y:"345",width:"150",height:"25"}),N.jsx("rect",{x:"750",y:"345",width:"150",height:"25"}),N.jsx("rect",{x:"915",y:"345",width:"150",height:"25"}),N.jsx("rect",{x:"750",y:"395",width:"315",height:"25"})]}),fC=()=>{const e=Math.floor(($w-110)/120);return N.jsx(Pw,{children:N.jsx(Mw,{speed:1,width:$w,height:100,backgroundColor:"rgb(0,0,0)",foregroundColor:"rgb(0,0,0)",backgroundOpacity:.06,foregroundOpacity:.12,style:{position:"relative",zIndex:"2"},children:[0].map(((t,n)=>Array.apply(0,Array(e)).map(((e,t)=>{const r=t+120*(t+1)-65;return N.jsx("rect",{x:r,y:20,rx:"2",ry:"2",width:100,height:0===n?16:30},t)}))))})})},xC=()=>{const e=window.innerHeight-96,t=Math.floor(($w-110)/120),n=Math.floor((e-20)/50);return N.jsx(Pw,{children:N.jsx(Mw,{speed:1,width:$w,height:e,backgroundColor:"rgb(0,0,0)",foregroundColor:"rgb(0,0,0)",backgroundOpacity:.06,foregroundOpacity:.12,style:{position:"relative",zIndex:"2"},children:Array.apply(0,Array(n)).map(((e,n)=>{const r=n+50*(n+1)-30;return Array.apply(0,Array(t)).map(((e,t)=>{const n=t+120*(t+1)-65;return N.jsx("rect",{x:n,y:r,rx:"2",ry:"2",width:100,height:"30"},t)}))}))})})},yC=()=>N.jsx(Ww,{children:N.jsxs(Mw,{height:220,width:"100%",speed:1,backgroundColor:"rgb(0,0,0)",foregroundColor:"rgb(0,0,0)",backgroundOpacity:.06,foregroundOpacity:.12,children:[N.jsx("rect",{x:"0",y:"0",rx:"0",ry:"0",width:"200",height:"50"}),N.jsx("rect",{x:"0",y:"70",rx:"0",ry:"0",width:"100%",height:"25"}),N.jsx("rect",{x:"0",y:"105",rx:"0",ry:"0",width:"100%",height:"15"}),N.jsx("rect",{x:"0",y:"130",rx:"0",ry:"0",width:"100%",height:"15"}),N.jsx("rect",{x:"0",y:"155",rx:"0",ry:"0",width:"100%",height:"15"}),N.jsx("rect",{x:"0",y:"180",rx:"0",ry:"0",width:"100%",height:"15"}),N.jsx("rect",{x:"0",y:"205",rx:"0",ry:"0",width:"100%",height:"15"})]})}),vC=()=>N.jsxs(Mw,{height:650,width:"100%",speed:1,backgroundColor:"rgb(0,0,0)",foregroundColor:"rgb(0,0,0)",backgroundOpacity:.06,foregroundOpacity:.12,children:[N.jsx("rect",{x:"0",y:"30",rx:"0",ry:"0",width:"50%",height:"20"}),N.jsx("rect",{x:"0",y:"55",rx:"0",ry:"0",width:"50%",height:"20"}),N.jsx("rect",{x:"0",y:"80",rx:"0",ry:"0",width:"50%",height:"20"}),N.jsx("rect",{x:"0",y:"105",rx:"0",ry:"0",width:"50%",height:"20"}),N.jsx("rect",{x:"0",y:"130",rx:"0",ry:"0",width:"50%",height:"20"}),N.jsx("rect",{x:"0",y:"155",rx:"0",ry:"0",width:"50%",height:"20"}),N.jsx("rect",{x:"0",y:"180",rx:"0",ry:"0",width:"50%",height:"20"}),N.jsx("rect",{x:"0",y:"205",rx:"0",ry:"0",width:"50%",height:"20"}),N.jsx("rect",{x:"0",y:"250",rx:"0",ry:"0",width:"100%",height:"250"}),N.jsx("rect",{x:"0",y:"525",rx:"0",ry:"0",width:"100%",height:"15"}),N.jsx("rect",{x:"0",y:"550",rx:"0",ry:"0",width:"100%",height:"15"}),N.jsx("rect",{x:"0",y:"575",rx:"0",ry:"0",width:"100%",height:"15"})]}),bC=()=>N.jsxs(Mw,{height:220,width:"100%",speed:1,backgroundColor:"rgb(0,0,0)",foregroundColor:"rgb(0,0,0)",backgroundOpacity:.06,foregroundOpacity:.12,children:[N.jsx("rect",{x:"0",y:"0",rx:"0",ry:"0",width:"100%",height:"14"}),N.jsx("rect",{x:"0",y:"28",rx:"0",ry:"0",width:"100%",height:"14"}),N.jsx("rect",{x:"0",y:"56",rx:"0",ry:"0",width:"100%",height:"14"}),N.jsx("rect",{x:"0",y:"84",rx:"0",ry:"0",width:"100%",height:"14"}),N.jsx("rect",{x:"0",y:"112",rx:"0",ry:"0",width:"100%",height:"14"}),N.jsx("rect",{x:"0",y:"140",rx:"0",ry:"0",width:"100%",height:"14"}),N.jsx("rect",{x:"0",y:"168",rx:"0",ry:"0",width:"100%",height:"14"})]}),wC=({mode:e})=>{const t=document.querySelector("._refChatContainer"),n=t?t.offsetWidth:0,r="single"===e?65:t&&t.offsetHeight-140>=0?t.offsetHeight:0,i=n-48-88-20,a=i+60+16,o="single"===e?1:Math.floor(r/64);let s=0;return N.jsx(Mw,{height:r,width:"100%",speed:1,backgroundColor:"rgb(0,0,0)",foregroundColor:"rgb(0,0,0)",backgroundOpacity:.06,foregroundOpacity:.12,children:Array.apply(0,Array(o)).map(((e,t)=>{const n=14+s,r=32+s,o=64+s;return s=o,N.jsxs(h,{children:[N.jsx("rect",{x:"16",y:n,rx:"4",ry:"4",width:"32",height:"32"}),N.jsx("rect",{x:"60",y:n,rx:"0",ry:"0",width:i,height:"14"}),N.jsx("rect",{x:"60",y:r,rx:"0",ry:"0",width:i,height:"14"}),N.jsx("rect",{x:a,y:n,rx:"0",ry:"0",width:"66",height:"14"}),N.jsx("rect",{x:a,y:r,rx:"0",ry:"0",width:"66",height:"14"}),N.jsx("rect",{x:"0",y:o,rx:"0",ry:"0",width:"100%",height:"1"})]},t)}))})},CC=({mode:e})=>{const t=document.querySelector("._refTabsContent"),n=document.querySelector("._refChatContainer"),r=t&&t.offsetWidth-30>=0?t.offsetWidth-30:0,i="single"===e?65:n&&n.offsetHeight-204>=0?n.offsetHeight-204:0,a=r-48-88,o=a+60+16+22,s="single"===e?1:Math.floor(i/64);let l=0;return!(r<=0)&&N.jsx(Mw,{height:i,width:"100%",speed:1,backgroundColor:"rgb(0,0,0)",foregroundColor:"rgb(0,0,0)",backgroundOpacity:.06,foregroundOpacity:.12,children:Array.apply(0,Array(s)).map(((e,t)=>{const n=14+l,r=32+l,i=64+l;return l=i,N.jsxs(h,{children:[N.jsx("rect",{x:"16",y:n,rx:"4",ry:"4",width:"14",height:"14"}),N.jsx("rect",{x:"38",y:n,rx:"4",ry:"4",width:"32",height:"32"}),N.jsx("rect",{x:"78",y:n,rx:"0",ry:"0",width:a,height:"14"}),N.jsx("rect",{x:"78",y:r,rx:"0",ry:"0",width:a,height:"20"}),N.jsx("rect",{x:o,y:n,rx:"0",ry:"0",width:"20",height:"14"}),N.jsx("rect",{x:o,y:r,rx:"0",ry:"0",width:"20",height:"14"}),N.jsx("rect",{x:"0",y:i,rx:"0",ry:"0",width:"100%",height:"1"})]},t)}))})},kC=({mode:e})=>{const t=document.querySelectorAll("._refChatContainer > article"),n=document.querySelector("._refChatContainer");let r=t[0]&&t[0].offsetWidth>=0?t[0].offsetWidth:0;r=r<=0?n&&n.offsetWidth>=0?n.offsetWidth:0:r;const i="single"===e?234:n&&n.offsetHeight>=0?n.offsetHeight:0,a=r-32<=360?r-32:360,o=r-a-16,s=i-145,l="single"===e?1:Math.floor(s/76);let c=0;return N.jsx(Mw,{height:s,width:"100%",speed:1,backgroundColor:"rgb(0,0,0)",foregroundColor:"rgb(0,0,0)",backgroundOpacity:.06,foregroundOpacity:.12,children:Array.apply(0,Array(l)).map(((e,t)=>{const n=0===t?s-76:c-76;return c=n,N.jsx("rect",{x:t>=3?"16":o,y:n,rx:"10",ry:"10",width:a,height:"60"},t)}))})},IC=()=>N.jsxs(Mw,{speed:1,width:"100%",height:550,backgroundColor:"rgb(0,0,0)",foregroundColor:"rgb(0,0,0)",backgroundOpacity:.06,foregroundOpacity:.12,children:[N.jsx("rect",{x:"0",y:"0",rx:"2",ry:"2",width:"125",height:"15"}),N.jsx("rect",{x:"0",y:"25",rx:"2",ry:"2",width:"620",height:"25"}),N.jsx("rect",{x:"0",y:"60",rx:"2",ry:"2",width:"450",height:"25"}),N.jsx("rect",{x:"0",y:"110",rx:"2",ry:"2",width:"125",height:"15"}),N.jsx("rect",{x:"0",y:"135",rx:"2",ry:"2",width:"620",height:"25"}),N.jsx("rect",{x:"0",y:"170",rx:"2",ry:"2",width:"450",height:"25"}),N.jsx("rect",{x:"0",y:"220",rx:"2",ry:"2",width:"125",height:"15"}),N.jsx("rect",{x:"0",y:"245",rx:"2",ry:"2",width:"620",height:"25"}),N.jsx("rect",{x:"0",y:"280",rx:"2",ry:"2",width:"450",height:"25"}),N.jsx("rect",{x:"0",y:"330",rx:"2",ry:"2",width:"125",height:"15"}),N.jsx("rect",{x:"0",y:"355",rx:"2",ry:"2",width:"450",height:"80"}),N.jsx("rect",{x:"0",y:"460",rx:"2",ry:"2",width:"125",height:"15"}),N.jsx("rect",{x:"0",y:"485",rx:"2",ry:"2",width:"450",height:"80"}),N.jsx("rect",{x:"0",y:"585",rx:"2",ry:"2",width:"125",height:"15"}),N.jsx("rect",{x:"0",y:"610",rx:"2",ry:"2",width:"170",height:"25"}),N.jsx("rect",{x:"180",y:"610",rx:"2",ry:"2",width:"170",height:"25"}),N.jsx("rect",{x:"0",y:"645",rx:"2",ry:"2",width:"170",height:"25"}),N.jsx("rect",{x:"180",y:"645",rx:"2",ry:"2",width:"170",height:"25"}),N.jsx("rect",{x:"0",y:"695",rx:"2",ry:"2",width:"125",height:"15"}),N.jsx("rect",{x:"0",y:"720",rx:"2",ry:"2",width:"450",height:"25"}),N.jsx("rect",{x:"0",y:"755",rx:"2",ry:"2",width:"400",height:"25"})]}),AC=()=>N.jsx(Ww,{children:N.jsxs(Mw,{speed:1,width:$w,height:500,backgroundColor:"rgb(0,0,0)",foregroundColor:"rgb(0,0,0)",backgroundOpacity:.06,foregroundOpacity:.12,style:{position:"relative",zIndex:"2"},children:[N.jsx("rect",{x:"10",y:"10",rx:"2",ry:"2",width:"210",height:"25"}),N.jsx("rect",{x:"10",y:"60",rx:"2",ry:"2",width:"210",height:"20"}),N.jsx("rect",{x:"10",y:"95",rx:"2",ry:"2",width:"210",height:"20"}),N.jsx("rect",{x:"10",y:"130",rx:"2",ry:"2",width:"210",height:"20"}),N.jsx("rect",{x:"10",y:"165",rx:"2",ry:"2",width:"210",height:"20"}),N.jsx("rect",{x:"10",y:"200",rx:"2",ry:"2",width:"210",height:"20"}),N.jsx("rect",{x:"10",y:"235",rx:"2",ry:"2",width:"210",height:"20"}),N.jsx("rect",{x:"10",y:"270",rx:"2",ry:"2",width:"210",height:"20"}),N.jsx("rect",{x:"10",y:"305",rx:"2",ry:"2",width:"210",height:"20"}),N.jsx("rect",{x:"280",y:"10",rx:"2",ry:"2",width:"210",height:"25"}),N.jsx("rect",{x:"280",y:"60",rx:"2",ry:"2",width:"210",height:"20"}),N.jsx("rect",{x:"280",y:"95",rx:"2",ry:"2",width:"210",height:"20"}),N.jsx("rect",{x:"280",y:"130",rx:"2",ry:"2",width:"210",height:"20"}),N.jsx("rect",{x:"280",y:"165",rx:"2",ry:"2",width:"210",height:"20"}),N.jsx("rect",{x:"280",y:"200",rx:"2",ry:"2",width:"210",height:"20"}),N.jsx("rect",{x:"280",y:"235",rx:"2",ry:"2",width:"210",height:"20"}),N.jsx("rect",{x:"280",y:"270",rx:"2",ry:"2",width:"210",height:"20"}),N.jsx("rect",{x:"280",y:"305",rx:"2",ry:"2",width:"210",height:"20"}),N.jsx("rect",{x:"550",y:"10",rx:"2",ry:"2",width:"210",height:"25"}),N.jsx("rect",{x:"550",y:"60",rx:"2",ry:"2",width:"210",height:"20"}),N.jsx("rect",{x:"550",y:"95",rx:"2",ry:"2",width:"210",height:"20"}),N.jsx("rect",{x:"550",y:"130",rx:"2",ry:"2",width:"210",height:"20"}),N.jsx("rect",{x:"550",y:"165",rx:"2",ry:"2",width:"210",height:"20"}),N.jsx("rect",{x:"550",y:"200",rx:"2",ry:"2",width:"210",height:"20"}),N.jsx("rect",{x:"550",y:"235",rx:"2",ry:"2",width:"210",height:"20"}),N.jsx("rect",{x:"550",y:"270",rx:"2",ry:"2",width:"210",height:"20"}),N.jsx("rect",{x:"550",y:"305",rx:"2",ry:"2",width:"210",height:"20"})]})}),jC=()=>{const e=window.innerHeight-286,t=$w>=1336||$w>=1112?400:300,n=32+t+12,r=$w-t-85,i=e?Math.ceil((e-78)/70):0;return N.jsx(_w,{children:N.jsxs(Mw,{speed:1,width:$w,height:"100%",backgroundColor:"rgb(0,0,0)",foregroundColor:"rgb(0,0,0)",backgroundOpacity:.06,foregroundOpacity:.12,style:{position:"relative",zIndex:"2"},children:[N.jsx("rect",{x:32,y:"23",rx:"2",ry:"2",width:t,height:"16"}),N.jsx("rect",{x:n,y:"23",rx:"2",ry:"2",width:r,height:"16"}),Array.apply(0,Array(i)).map(((e,i)=>{const a=70*i+78;return N.jsxs(h,{children:[N.jsx("rect",{x:32,y:a,rx:"2",ry:"2",width:t,height:"31"}),N.jsx("rect",{x:n,y:a,rx:"2",ry:"2",width:r,height:"31"})]},i)}))]})})},SC=()=>N.jsx(Gw,{children:N.jsxs(Mw,{speed:1,width:1e3,height:300,backgroundColor:"rgb(0,0,0)",foregroundColor:"rgb(0,0,0)",backgroundOpacity:.06,foregroundOpacity:.12,style:{width:"100%",maxWidth:"1000px",minWidth:"800px"},children:[N.jsx("rect",{x:"60",y:"20",rx:"2",ry:"2",width:"100",height:"21"}),N.jsx("rect",{x:"60",y:"51",rx:"2",ry:"2",width:"280",height:"36"}),N.jsx("rect",{x:"360",y:"20",rx:"2",ry:"2",width:"100",height:"21"}),N.jsx("rect",{x:"360",y:"51",rx:"2",ry:"2",width:"280",height:"36"}),N.jsx("rect",{x:"660",y:"20",rx:"2",ry:"2",width:"100",height:"21"}),N.jsx("rect",{x:"660",y:"51",rx:"2",ry:"2",width:"280",height:"36"}),N.jsx("rect",{x:"52",y:"130",rx:"2",ry:"2",width:"31",height:"31"}),N.jsx("rect",{x:"95",y:"130",rx:"2",ry:"2",width:"110",height:"31"}),N.jsx("rect",{x:"217",y:"130",rx:"2",ry:"2",width:"110",height:"31"}),N.jsx("rect",{x:"339",y:"130",rx:"2",ry:"2",width:"110",height:"31"}),N.jsx("rect",{x:"461",y:"130",rx:"2",ry:"2",width:"110",height:"31"}),N.jsx("rect",{x:"583",y:"130",rx:"2",ry:"2",width:"110",height:"31"}),N.jsx("rect",{x:"705",y:"130",rx:"2",ry:"2",width:"110",height:"31"}),N.jsx("rect",{x:"827",y:"130",rx:"2",ry:"2",width:"110",height:"31"}),N.jsx("rect",{x:"52",y:"170",rx:"2",ry:"2",width:"31",height:"31"}),N.jsx("rect",{x:"95",y:"170",rx:"2",ry:"2",width:"110",height:"31"}),N.jsx("rect",{x:"217",y:"170",rx:"2",ry:"2",width:"110",height:"31"}),N.jsx("rect",{x:"339",y:"170",rx:"2",ry:"2",width:"110",height:"31"}),N.jsx("rect",{x:"461",y:"170",rx:"2",ry:"2",width:"110",height:"31"}),N.jsx("rect",{x:"583",y:"170",rx:"2",ry:"2",width:"110",height:"31"}),N.jsx("rect",{x:"705",y:"170",rx:"2",ry:"2",width:"110",height:"31"}),N.jsx("rect",{x:"827",y:"170",rx:"2",ry:"2",width:"110",height:"31"}),N.jsx("rect",{x:"52",y:"210",rx:"2",ry:"2",width:"31",height:"31"}),N.jsx("rect",{x:"95",y:"210",rx:"2",ry:"2",width:"110",height:"31"}),N.jsx("rect",{x:"217",y:"210",rx:"2",ry:"2",width:"110",height:"31"}),N.jsx("rect",{x:"339",y:"210",rx:"2",ry:"2",width:"110",height:"31"}),N.jsx("rect",{x:"461",y:"210",rx:"2",ry:"2",width:"110",height:"31"}),N.jsx("rect",{x:"583",y:"210",rx:"2",ry:"2",width:"110",height:"31"}),N.jsx("rect",{x:"705",y:"210",rx:"2",ry:"2",width:"110",height:"31"}),N.jsx("rect",{x:"827",y:"210",rx:"2",ry:"2",width:"110",height:"31"}),N.jsx("rect",{x:"52",y:"250",rx:"2",ry:"2",width:"31",height:"31"}),N.jsx("rect",{x:"95",y:"250",rx:"2",ry:"2",width:"110",height:"31"}),N.jsx("rect",{x:"217",y:"250",rx:"2",ry:"2",width:"110",height:"31"}),N.jsx("rect",{x:"339",y:"250",rx:"2",ry:"2",width:"110",height:"31"}),N.jsx("rect",{x:"461",y:"250",rx:"2",ry:"2",width:"110",height:"31"}),N.jsx("rect",{x:"583",y:"250",rx:"2",ry:"2",width:"110",height:"31"}),N.jsx("rect",{x:"705",y:"250",rx:"2",ry:"2",width:"110",height:"31"}),N.jsx("rect",{x:"827",y:"250",rx:"2",ry:"2",width:"110",height:"31"})]})}),DC=()=>N.jsx(Mw,{height:36,width:"100%",speed:1,backgroundColor:"rgb(0,0,0)",foregroundColor:"rgb(0,0,0)",backgroundOpacity:.06,foregroundOpacity:.12,children:N.jsx("rect",{x:"0",y:"0",rx:"0",ry:"0",width:"100%",height:"36"})}),EC=()=>N.jsxs(Mw,{height:151,width:"100%",speed:1,backgroundColor:"rgb(0,0,0)",foregroundColor:"rgb(0,0,0)",backgroundOpacity:.06,foregroundOpacity:.12,children:[N.jsx("rect",{x:"0",y:"4",rx:"0",ry:"0",width:"135",height:"14"}),N.jsx("rect",{x:"150",y:"4",rx:"0",ry:"0",width:"140",height:"14"}),N.jsx("rect",{x:"0",y:"32",rx:"0",ry:"0",width:"135",height:"14"}),N.jsx("rect",{x:"150",y:"32",rx:"0",ry:"0",width:"140",height:"14"}),N.jsx("rect",{x:"0",y:"60",rx:"0",ry:"0",width:"135",height:"14"}),N.jsx("rect",{x:"150",y:"60",rx:"0",ry:"0",width:"140",height:"14"}),N.jsx("rect",{x:"0",y:"88",rx:"0",ry:"0",width:"135",height:"14"}),N.jsx("rect",{x:"150",y:"88",rx:"0",ry:"0",width:"140",height:"14"}),N.jsx("rect",{x:"0",y:"116",rx:"0",ry:"0",width:"135",height:"14"}),N.jsx("rect",{x:"150",y:"116",rx:"0",ry:"0",width:"140",height:"14"}),N.jsx("rect",{x:"150",y:"132",rx:"0",ry:"0",width:"140",height:"14"})]}),MC=()=>N.jsx(Mw,{height:16,width:86,speed:1,backgroundColor:"rgb(0,0,0)",foregroundColor:"rgb(0,0,0)",backgroundOpacity:.06,foregroundOpacity:.12,viewBox:"0 0 86 16",children:N.jsx("rect",{x:"0",y:"2",rx:"5",ry:"5",width:80,height:14})}),NC=()=>N.jsxs(Mw,{height:125,width:"100%",speed:1,backgroundColor:"rgb(0,0,0)",foregroundColor:"rgb(0,0,0)",backgroundOpacity:.06,foregroundOpacity:.12,children:[N.jsx("rect",{x:"0",y:"4",rx:"0",ry:"0",width:"100%",height:"20"}),N.jsx("rect",{x:"0",y:"28",rx:"0",ry:"0",width:"100%",height:"20"}),N.jsx("rect",{x:"0",y:"70",rx:"0",ry:"0",width:"180px",height:"16"}),N.jsx("rect",{x:"0",y:"110",rx:"0",ry:"0",width:"100px",height:"14"})]}),TC=()=>{const e=Math.floor(31*Math.random())+50;return N.jsx(Mw,{height:30,width:e,speed:1,backgroundColor:"rgb(0,0,0)",foregroundColor:"rgb(0,0,0)",backgroundOpacity:.06,foregroundOpacity:.12,children:N.jsx("rect",{x:"0",y:"0",rx:"4",ry:"4",width:"100%",height:"30"})})},OC=()=>N.jsxs(Mw,{height:116,width:"100%",speed:1,backgroundColor:"rgb(0,0,0)",foregroundColor:"rgb(0,0,0)",backgroundOpacity:.06,foregroundOpacity:.12,children:[N.jsx(Yw,{$width:"calc(100% - 20px)",x:"10",y:"10",rx:"0",ry:"0",height:"16"}),N.jsx("rect",{x:"10",y:"35",rx:"0",ry:"0",width:"75%",height:"16"}),N.jsx(Yw,{$width:"calc(100% - 20px)",x:"10",y:"63",rx:"0",ry:"0",height:"16"}),N.jsx(Yw,{$x:"calc(50% - 30px)",y:"95",rx:"4",ry:"4",width:"60px",height:"16"})]}),_C=()=>N.jsxs(Mw,{speed:1,width:"100%",height:580,backgroundColor:"rgb(0,0,0)",foregroundColor:"rgb(0,0,0)",backgroundOpacity:.06,foregroundOpacity:.12,children:[N.jsx("rect",{x:"0",y:"0",rx:"0",ry:"0",width:"100%",height:"198"}),N.jsx("rect",{x:"0",y:"214",rx:"0",ry:"0",width:"100%",height:"16"}),N.jsx("rect",{x:"0",y:"240",rx:"0",ry:"0",width:"100%",height:"16"}),N.jsx("rect",{x:"0",y:"266",rx:"0",ry:"0",width:"100%",height:"16"}),N.jsx("rect",{x:"0",y:"292",rx:"0",ry:"0",width:"100%",height:"16"}),N.jsx("rect",{x:"0",y:"318",rx:"0",ry:"0",width:"100%",height:"40"}),N.jsx("rect",{x:"0",y:"368",rx:"0",ry:"0",width:"100%",height:"16"}),N.jsx("rect",{x:"0",y:"394",rx:"0",ry:"0",width:"100%",height:"16"}),N.jsx("rect",{x:"0",y:"420",rx:"0",ry:"0",width:"100%",height:"16"}),N.jsx("rect",{x:"0",y:"456",rx:"0",ry:"0",width:"100px",height:"16"}),N.jsx("rect",{x:"0",y:"480",rx:"0",ry:"0",width:"100%",height:"94"})]}),LC={rangeDate:"lastsecondweek",startDate:Sy().clone().subtract(13,"days").format("YYYY-MM-DD"),endDate:Sy().clone().format("YYYY-MM-DD"),placeholder:"Last 14 days",minDate:Sy().clone().subtract(89,"days").format("YYYY-MM-DD")};export{Yy as BoxContainer,Fy as BreadcrumbContainer,$y as BulkActionWrapper,ot as ButtonComponent,kv as ButtonGroup,yv as ButtonLabel,Gv as CardContainer,Wv as CardWrapper,nt as CheckboxComponent,pv as CollapseContainer,zw as ContentLoaderAccountsList,Vw as ContentLoaderActivityList,Qw as ContentLoaderAddition,Xw as ContentLoaderAnalyticsMenu,jC as ContentLoaderCategoryList,wC as ContentLoaderChatAccounts,kC as ContentLoaderChatMessages,CC as ContentLoaderChatProducts,bC as ContentLoaderChatStores,yC as ContentLoaderDashboardCard,mC as ContentLoaderEditBundle,sC as ContentLoaderFilterCategories,oC as ContentLoaderFilters,eC as ContentLoaderInvoiceListPaymentreceiveDetail,hC as ContentLoaderMasterBundleDetail,Jw as ContentLoaderMasterDetail,cC as ContentLoaderMasterList,pC as ContentLoaderMasterListingDetail,Uw as ContentLoaderNonOrderList,DC as ContentLoaderNotifUpdate,MC as ContentLoaderOneLinePromotion,vC as ContentLoaderOnlyBodyDashboardCard,xC as ContentLoaderOnlyBodyTableList,fC as ContentLoaderOnlyHeaderTableList,qw as ContentLoaderOrderDetail,Zw as ContentLoaderOrderList,TC as ContentLoaderPOSCategory,OC as ContentLoaderPOSItem,NC as ContentLoaderPOSStore,Kw as ContentLoaderPagination,uC as ContentLoaderPopupBundle,gC as ContentLoaderPopupChooseStore,dC as ContentLoaderPopupLinkedListing,nC as ContentLoaderPopupListOrder,iC as ContentLoaderPopupPaymentReceive,SC as ContentLoaderPopupPaymentReceived,rC as ContentLoaderPopupPicklist,tC as ContentLoaderPopupReadyToShip,aC as ContentLoaderPopupStoreSelect,_C as ContentLoaderPosProductDetail,EC as ContentLoaderPromotionHover,AC as ContentLoaderReportingDashboard,IC as ContentLoaderSetting,lC as ContentLoaderTableList,Qv as CreateContainer,Uv as CreateHeaderWrapper,Kv as CreateToolWrapper,Sb as DateComponent,Eb as DateTimeComponent,Dv as DateWrapper,zv as DetailItem,Hv as DetailItemAction,Vv as DetailItemInfo,$v as DetailItemTitle,Xv as DetailItemWrapper,Yv as DetailList,Zv as DetailPanelWrapper,Rv as DetailWrapper,Dt as DropDownComponent,Tv as DropdownAction,Nv as DropdownItem,Mv as DropdownList,Ev as DropdownTitle,eh as ErrorComponent,zy as FigureWraper,Pv as FilterButton,bv as FilterContainer,_v as FilterItem,Ov as FilterList,Lv as FilterListTitle,Iv as FilterWrapper,By as FoContainer,jw as FormContainer,My as HeaderContainer,ft as IconComponent,Bv as IconDot,so as ImageComponent,Ry as InfoGroup,Hy as InitialContainer,qe as InputComponent,Wy as InputGroup,Qe as InputOTPComponent,Je as InputRefComponent,Ce as IsNumeric,rv as ItemPriceLabel,jv as ItemTable,dt as LabelComponent,qy as LeftPanelContainer,J as LinkComponent,vv as LinkContainer,ib as ListAddItemContainer,Iw as ListComponent,_y as ListContainer,Sv as ListTable,Av as ListTableContainer,ht as LoadingComponent,Vy as MasterTableActionWrapper,ww as MasterTableComponent,Up as MenuList,Rt as MessageComponent,Va as MessageQuestionComponent,Zy as MultiPanelContainer,Gy as MuteLabel,av as NameLabel,hb as NavChildItem,db as NavList,ub as NavMainItem,pb as NavMainItemWrapper,cb as NavMobileOverlay,mv as PageButton,xv as PageDot,fv as PageLabel,gv as PageWrapper,hv as PaginationContainer,Xy as PanelBody,Oy as PanelContainer,Ty as PanelWrapper,ob as PopupAddProductContainer,qv as PopupBoxWrapper,sb as PopupCard,ro as PopupComponent,Jv as PopupDownloadWrapper,lb as PopupExportCardWrapper,Ob as RadioComponent,Jy as RightPanelContainer,eb as SearchDropdownContainer,wv as SearchFilterContainer,Qy as SearchFormWrapper,rb as SearchResultItem,nb as SearchResultList,tb as SearchResultWrapper,Cv as SearchWrapper,ab as SearchWrapperPopup,Qp as SelectComponent,Sw as SingleFormContainer,Fv as SortByWrapper,Bb as SwitchComponent,nv as TableColumnGroup,Uy as TableHeadLabel,Ky as TableHeadWrapper,dv as TableItemColumn,uv as TableItemWrapper,iv as TableLabel,tv as TableRightGroup,ev as TableRowGroup,Ly as TabsContainer,Py as TabsContent,ov as TabsHeader,sv as TabsItem,lv as TabsList,cv as TabsWrapper,xh as TextAreaComponent,yh as TextAreaRefComponent,_ as TextComponent,Ny as Title,gb as TotalLabel,gh as UploadComponent,mh as UploadDragDropComponent,Re as abbreviateNumber,G as boxBase,be as capitalize,ge as channelMap,L as clearList,ie as colorCommonQuantity,me as colorStatus,de as colorStockAdjust,ce as colorStockInboundQuantity,se as colorStockInboundStatus,le as colorStockQuantity,oe as colorStockStatus,Id as components,LC as configDateRange,Ae as currencyNumber,te as dateRangeStatus,ve as debounce,W as dropBase,B as elipsis,ue as errorMessage,re as errorTitle,Be as evCheckAllValidation,Pe as evExecuteError,Ne as evGenerateValueMatch,_e as evHighlight,Le as evKeyMapperScanner,Oe as evScrollTo,je as evUpdateInputRc,$ as formLabel,we as formatNumber,ke as generateMessage,Ie as generateMessageQuestion,Ee as generateValue,De as generateValueTable,Se as getSizeContainer,fe as getStorage,Y as headTable,he as historyType,We as isDesktop,$e as isMobile,Ye as isTablet,F as multiElipsis,ne as pageMasterTable,Ge as pasteIntoInput,ye as removeStorage,P as responseWidth,xe as setStorage,ae as statusColor,R as thirdElipsis,pe as typePage,Fe as unCamelCaseKeys,Te as unescapeHTML,Me as validateByApproveJs};
|
|
3589
|
+
`,Vw=Se().width,zw=Se().height,Xw=()=>N.jsxs(Tw,{height:260,width:"100%",speed:1,backgroundColor:"rgb(0,0,0)",foregroundColor:"rgb(0,0,0)",backgroundOpacity:.06,foregroundOpacity:.12,children:[N.jsx("rect",{x:"10",y:"15",rx:"50",ry:"50",width:"35",height:"35"}),N.jsx("rect",{x:"55",y:"15",rx:"0",ry:"0",width:"330",height:"13"}),N.jsx("rect",{x:"55",y:"35",rx:"0",ry:"0",width:"330",height:"11"}),N.jsx("rect",{x:"10",y:"65",rx:"50",ry:"50",width:"35",height:"35"}),N.jsx("rect",{x:"55",y:"65",rx:"0",ry:"0",width:"330",height:"13"}),N.jsx("rect",{x:"55",y:"85",rx:"0",ry:"0",width:"330",height:"11"}),N.jsx("rect",{x:"10",y:"115",rx:"50",ry:"50",width:"35",height:"35"}),N.jsx("rect",{x:"55",y:"115",rx:"0",ry:"0",width:"330",height:"13"}),N.jsx("rect",{x:"55",y:"135",rx:"0",ry:"0",width:"330",height:"11"}),N.jsx("rect",{x:"10",y:"165",rx:"50",ry:"50",width:"35",height:"35"}),N.jsx("rect",{x:"55",y:"165",rx:"0",ry:"0",width:"330",height:"13"}),N.jsx("rect",{x:"55",y:"185",rx:"0",ry:"0",width:"330",height:"11"}),N.jsx("rect",{x:"10",y:"215",rx:"50",ry:"50",width:"35",height:"35"}),N.jsx("rect",{x:"55",y:"215",rx:"0",ry:"0",width:"330",height:"13"}),N.jsx("rect",{x:"55",y:"235",rx:"0",ry:"0",width:"330",height:"11"})]}),Zw=()=>N.jsxs(Tw,{height:284,width:"100%",speed:1,backgroundColor:"rgb(0,0,0)",foregroundColor:"rgb(0,0,0)",backgroundOpacity:.06,foregroundOpacity:.12,viewBox:"0 0 290 284",children:[N.jsx("rect",{x:"10",y:"15",rx:"0",ry:"0",width:"40",height:"40"}),N.jsx("rect",{x:"62",y:"15",rx:"0",ry:"0",width:"90",height:"13"}),N.jsx("rect",{x:"62",y:"30",rx:"0",ry:"0",width:"185",height:"13"}),N.jsx("rect",{x:"62",y:"45",rx:"0",ry:"0",width:"50",height:"11"}),N.jsx("rect",{x:"257",y:"23",rx:"50",ry:"50",width:"25",height:"25"}),N.jsx("rect",{x:"10",y:"70",rx:"0",ry:"0",width:"40",height:"40"}),N.jsx("rect",{x:"62",y:"70",rx:"0",ry:"0",width:"90",height:"13"}),N.jsx("rect",{x:"62",y:"85",rx:"0",ry:"0",width:"185",height:"13"}),N.jsx("rect",{x:"62",y:"100",rx:"0",ry:"0",width:"50",height:"11"}),N.jsx("rect",{x:"257",y:"77",rx:"50",ry:"50",width:"25",height:"25"}),N.jsx("rect",{x:"10",y:"125",rx:"0",ry:"0",width:"40",height:"40"}),N.jsx("rect",{x:"62",y:"125",rx:"0",ry:"0",width:"90",height:"13"}),N.jsx("rect",{x:"62",y:"140",rx:"0",ry:"0",width:"185",height:"13"}),N.jsx("rect",{x:"62",y:"155",rx:"0",ry:"0",width:"50",height:"11"}),N.jsx("rect",{x:"257",y:"131",rx:"50",ry:"50",width:"25",height:"25"}),N.jsx("rect",{x:"10",y:"180",rx:"0",ry:"0",width:"40",height:"40"}),N.jsx("rect",{x:"62",y:"180",rx:"0",ry:"0",width:"90",height:"13"}),N.jsx("rect",{x:"62",y:"195",rx:"0",ry:"0",width:"185",height:"13"}),N.jsx("rect",{x:"62",y:"210",rx:"0",ry:"0",width:"50",height:"11"}),N.jsx("rect",{x:"257",y:"185",rx:"50",ry:"50",width:"25",height:"25"}),N.jsx("rect",{x:"10",y:"235",rx:"0",ry:"0",width:"40",height:"40"}),N.jsx("rect",{x:"62",y:"235",rx:"0",ry:"0",width:"90",height:"13"}),N.jsx("rect",{x:"62",y:"250",rx:"0",ry:"0",width:"185",height:"13"}),N.jsx("rect",{x:"62",y:"265",rx:"0",ry:"0",width:"50",height:"11"}),N.jsx("rect",{x:"257",y:"239",rx:"50",ry:"50",width:"25",height:"25"})]}),qw=()=>N.jsx(Tw,{height:60,width:"100%",speed:1,backgroundColor:"rgb(0,0,0)",foregroundColor:"rgb(0,0,0)",backgroundOpacity:.06,foregroundOpacity:.12,children:N.jsx("rect",{x:"0",y:"15",rx:"0",ry:"0",width:"100%",height:"36"})}),Jw=()=>{const e=100,t=Vw-600,n=Vw-405,r=120,i=Vw-275,a=Vw-190,o=140,s=Vw-45,l=Vw-18,c=Vw-777,d=Vw-665,u=Vw-625,p=Vw-515,h=140,g=Vw-365,m=160,f=Vw-190,x=140;return N.jsxs(_w,{children:[N.jsx(Lw,{children:N.jsxs(Tw,{speed:1,width:Vw,height:"100%",backgroundColor:"rgb(0,0,0)",foregroundColor:"rgb(0,0,0)",backgroundOpacity:.06,foregroundOpacity:.12,style:{position:"relative",zIndex:"2"},children:[N.jsx("rect",{x:"52",y:"15",rx:"2",ry:"2",width:"31",height:"31"}),N.jsx("rect",{x:e,y:"15",rx:"2",ry:"2",width:t,height:"31"}),N.jsx("rect",{x:n,y:"15",rx:"2",ry:"2",width:r,height:"32"}),N.jsx("rect",{x:i,y:"15",rx:"2",ry:"2",width:80,height:"32"}),N.jsx("rect",{x:a,y:"15",rx:"2",ry:"2",width:o,height:"32"}),N.jsx("rect",{x:s,y:"15",rx:"2",ry:"2",width:30,height:"32"}),N.jsx("rect",{x:"52",y:"80",rx:"2",ry:"2",width:"200",height:"15"}),N.jsx("rect",{x:9,y:"110",rx:"0",ry:"0",width:l,height:"2"}),N.jsx("rect",{x:"52",y:"127",rx:"2",ry:"2",width:"31",height:"31"}),N.jsx("rect",{x:95,y:"127",rx:"2",ry:"2",width:c,height:"50"}),N.jsx("rect",{x:d,y:"127",rx:"2",ry:"2",width:26,height:"31"}),N.jsx("rect",{x:u,y:"127",rx:"2",ry:"2",width:90,height:"31"}),N.jsx("rect",{x:p,y:"127",rx:"2",ry:"2",width:h,height:"31"}),N.jsx("rect",{x:g,y:"127",rx:"2",ry:"2",width:m,height:"31"}),N.jsx("rect",{x:f,y:"127",rx:"2",ry:"2",width:x,height:"65"})]})}),N.jsx(Lw,{children:N.jsxs(Tw,{speed:1,width:Vw,height:"100%",backgroundColor:"rgb(0,0,0)",foregroundColor:"rgb(0,0,0)",backgroundOpacity:.06,foregroundOpacity:.12,style:{position:"relative",zIndex:"2"},children:[N.jsx("rect",{x:"52",y:"15",rx:"2",ry:"2",width:"31",height:"31"}),N.jsx("rect",{x:e,y:"15",rx:"2",ry:"2",width:t,height:"31"}),N.jsx("rect",{x:n,y:"15",rx:"2",ry:"2",width:r,height:"32"}),N.jsx("rect",{x:i,y:"15",rx:"2",ry:"2",width:80,height:"32"}),N.jsx("rect",{x:a,y:"15",rx:"2",ry:"2",width:o,height:"32"}),N.jsx("rect",{x:s,y:"15",rx:"2",ry:"2",width:30,height:"32"}),N.jsx("rect",{x:"52",y:"80",rx:"2",ry:"2",width:"200",height:"15"}),N.jsx("rect",{x:9,y:"110",rx:"0",ry:"0",width:l,height:"2"}),N.jsx("rect",{x:"52",y:"127",rx:"2",ry:"2",width:"31",height:"31"}),N.jsx("rect",{x:95,y:"127",rx:"2",ry:"2",width:c,height:"50"}),N.jsx("rect",{x:d,y:"127",rx:"2",ry:"2",width:26,height:"31"}),N.jsx("rect",{x:u,y:"127",rx:"2",ry:"2",width:90,height:"31"}),N.jsx("rect",{x:p,y:"127",rx:"2",ry:"2",width:h,height:"31"}),N.jsx("rect",{x:g,y:"127",rx:"2",ry:"2",width:m,height:"31"}),N.jsx("rect",{x:f,y:"127",rx:"2",ry:"2",width:x,height:"65"})]})}),N.jsx(Lw,{children:N.jsxs(Tw,{speed:1,width:Vw,height:"100%",backgroundColor:"rgb(0,0,0)",foregroundColor:"rgb(0,0,0)",backgroundOpacity:.06,foregroundOpacity:.12,style:{position:"relative",zIndex:"2"},children:[N.jsx("rect",{x:"52",y:"15",rx:"2",ry:"2",width:"31",height:"31"}),N.jsx("rect",{x:e,y:"15",rx:"2",ry:"2",width:t,height:"31"}),N.jsx("rect",{x:n,y:"15",rx:"2",ry:"2",width:r,height:"32"}),N.jsx("rect",{x:i,y:"15",rx:"2",ry:"2",width:80,height:"32"}),N.jsx("rect",{x:a,y:"15",rx:"2",ry:"2",width:o,height:"32"}),N.jsx("rect",{x:s,y:"15",rx:"2",ry:"2",width:30,height:"32"}),N.jsx("rect",{x:"52",y:"80",rx:"2",ry:"2",width:"200",height:"15"}),N.jsx("rect",{x:9,y:"110",rx:"0",ry:"0",width:l,height:"2"}),N.jsx("rect",{x:"52",y:"127",rx:"2",ry:"2",width:"31",height:"31"}),N.jsx("rect",{x:95,y:"127",rx:"2",ry:"2",width:c,height:"50"}),N.jsx("rect",{x:d,y:"127",rx:"2",ry:"2",width:26,height:"31"}),N.jsx("rect",{x:u,y:"127",rx:"2",ry:"2",width:90,height:"31"}),N.jsx("rect",{x:p,y:"127",rx:"2",ry:"2",width:h,height:"31"}),N.jsx("rect",{x:g,y:"127",rx:"2",ry:"2",width:m,height:"31"}),N.jsx("rect",{x:f,y:"127",rx:"2",ry:"2",width:x,height:"65"})]})}),N.jsx(Lw,{children:N.jsxs(Tw,{speed:1,width:Vw,height:"100%",backgroundColor:"rgb(0,0,0)",foregroundColor:"rgb(0,0,0)",backgroundOpacity:.06,foregroundOpacity:.12,style:{position:"relative",zIndex:"2"},children:[N.jsx("rect",{x:"52",y:"15",rx:"2",ry:"2",width:"31",height:"31"}),N.jsx("rect",{x:e,y:"15",rx:"2",ry:"2",width:t,height:"31"}),N.jsx("rect",{x:n,y:"15",rx:"2",ry:"2",width:r,height:"32"}),N.jsx("rect",{x:i,y:"15",rx:"2",ry:"2",width:80,height:"32"}),N.jsx("rect",{x:a,y:"15",rx:"2",ry:"2",width:o,height:"32"}),N.jsx("rect",{x:s,y:"15",rx:"2",ry:"2",width:30,height:"32"}),N.jsx("rect",{x:"52",y:"80",rx:"2",ry:"2",width:"200",height:"15"}),N.jsx("rect",{x:9,y:"110",rx:"0",ry:"0",width:l,height:"2"}),N.jsx("rect",{x:"52",y:"127",rx:"2",ry:"2",width:"31",height:"31"}),N.jsx("rect",{x:95,y:"127",rx:"2",ry:"2",width:c,height:"50"}),N.jsx("rect",{x:d,y:"127",rx:"2",ry:"2",width:26,height:"31"}),N.jsx("rect",{x:u,y:"127",rx:"2",ry:"2",width:90,height:"31"}),N.jsx("rect",{x:p,y:"127",rx:"2",ry:"2",width:h,height:"31"}),N.jsx("rect",{x:g,y:"127",rx:"2",ry:"2",width:m,height:"31"}),N.jsx("rect",{x:f,y:"127",rx:"2",ry:"2",width:x,height:"65"})]})}),N.jsx(Lw,{children:N.jsxs(Tw,{speed:1,width:Vw,height:"100%",backgroundColor:"rgb(0,0,0)",foregroundColor:"rgb(0,0,0)",backgroundOpacity:.06,foregroundOpacity:.12,style:{position:"relative",zIndex:"2"},children:[N.jsx("rect",{x:"52",y:"15",rx:"2",ry:"2",width:"31",height:"31"}),N.jsx("rect",{x:e,y:"15",rx:"2",ry:"2",width:t,height:"31"}),N.jsx("rect",{x:n,y:"15",rx:"2",ry:"2",width:r,height:"32"}),N.jsx("rect",{x:i,y:"15",rx:"2",ry:"2",width:80,height:"32"}),N.jsx("rect",{x:a,y:"15",rx:"2",ry:"2",width:o,height:"32"}),N.jsx("rect",{x:s,y:"15",rx:"2",ry:"2",width:30,height:"32"}),N.jsx("rect",{x:"52",y:"80",rx:"2",ry:"2",width:"200",height:"15"}),N.jsx("rect",{x:9,y:"110",rx:"0",ry:"0",width:l,height:"2"}),N.jsx("rect",{x:"52",y:"127",rx:"2",ry:"2",width:"31",height:"31"}),N.jsx("rect",{x:95,y:"127",rx:"2",ry:"2",width:c,height:"50"}),N.jsx("rect",{x:d,y:"127",rx:"2",ry:"2",width:26,height:"31"}),N.jsx("rect",{x:u,y:"127",rx:"2",ry:"2",width:90,height:"31"}),N.jsx("rect",{x:p,y:"127",rx:"2",ry:"2",width:h,height:"31"}),N.jsx("rect",{x:g,y:"127",rx:"2",ry:"2",width:m,height:"31"}),N.jsx("rect",{x:f,y:"127",rx:"2",ry:"2",width:x,height:"65"})]})})]})},Qw=()=>{const e=Vw-700,t=Vw-432,n=Vw-302,r=Vw-217,i=Vw-72,a=Vw-777,o=Vw-665,s=Vw-625,l=Vw-515,c=Vw-365,d=Vw-190,u=140,p=Vw-777,h=Vw-629,g=Vw-529,m=Vw-389,f=Vw-214;return N.jsx(Gw,{children:N.jsxs(Tw,{speed:1,width:Vw,height:"100%",backgroundColor:"rgb(0,0,0)",foregroundColor:"rgb(0,0,0)",backgroundOpacity:.06,foregroundOpacity:.12,style:{position:"relative",zIndex:"2"},children:[N.jsx("rect",{x:"38",y:"18",rx:"2",ry:"2",width:"36",height:"36"}),N.jsx("rect",{x:84,y:"18",rx:"2",ry:"2",width:e,height:"36"}),N.jsx("rect",{x:t,y:"20",rx:"2",ry:"2",width:120,height:"32"}),N.jsx("rect",{x:n,y:"20",rx:"2",ry:"2",width:80,height:"32"}),N.jsx("rect",{x:r,y:"20",rx:"2",ry:"2",width:140,height:"32"}),N.jsx("rect",{x:i,y:"20",rx:"2",ry:"2",width:30,height:"32"}),N.jsx("rect",{x:"38",y:"85",rx:"2",ry:"2",width:"110",height:"31"}),N.jsx("rect",{x:"152",y:"85",rx:"2",ry:"2",width:"110",height:"31"}),N.jsx("rect",{x:"266",y:"85",rx:"2",ry:"2",width:"110",height:"31"}),N.jsx("rect",{x:"64",y:"150",rx:"2",ry:"2",width:"31",height:"61"}),N.jsx("rect",{x:121,y:"150",rx:"2",ry:"2",width:p,height:"61"}),N.jsx("rect",{x:h,y:"150",rx:"2",ry:"2",width:90,height:"61"}),N.jsx("rect",{x:g,y:"150",rx:"2",ry:"2",width:140,height:"61"}),N.jsx("rect",{x:m,y:"150",rx:"2",ry:"2",width:160,height:"61"}),N.jsx("rect",{x:f,y:"150",rx:"2",ry:"2",width:140,height:"61"}),N.jsx("rect",{x:"38",y:"284",rx:"2",ry:"2",width:"285",height:"31"}),N.jsx("rect",{x:"389",y:"284",rx:"2",ry:"2",width:"285",height:"31"}),N.jsx("rect",{x:"38",y:"324",rx:"2",ry:"2",width:"285",height:"31"}),N.jsx("rect",{x:"389",y:"324",rx:"2",ry:"2",width:"285",height:"31"}),N.jsx("rect",{x:"38",y:"364",rx:"2",ry:"2",width:"285",height:"31"}),N.jsx("rect",{x:"389",y:"364",rx:"2",ry:"2",width:"285",height:"31"}),N.jsx("rect",{x:"38",y:"404",rx:"2",ry:"2",width:"285",height:"31"}),N.jsx("rect",{x:"389",y:"404",rx:"2",ry:"2",width:"285",height:"31"}),N.jsx("rect",{x:"38",y:"444",rx:"2",ry:"2",width:"285",height:"31"}),N.jsx("rect",{x:"389",y:"444",rx:"2",ry:"2",width:"285",height:"31"}),N.jsx("rect",{x:"38",y:"515",rx:"2",ry:"2",width:"31",height:"31"}),N.jsx("rect",{x:95,y:"515",rx:"2",ry:"2",width:a,height:"31"}),N.jsx("rect",{x:o,y:"515",rx:"2",ry:"2",width:26,height:"31"}),N.jsx("rect",{x:s,y:"515",rx:"2",ry:"2",width:90,height:"31"}),N.jsx("rect",{x:l,y:"515",rx:"2",ry:"2",width:140,height:"31"}),N.jsx("rect",{x:c,y:"515",rx:"2",ry:"2",width:160,height:"31"}),N.jsx("rect",{x:d,y:"515",rx:"2",ry:"2",width:u,height:"31"}),N.jsx("rect",{x:"38",y:"555",rx:"2",ry:"2",width:"31",height:"31"}),N.jsx("rect",{x:95,y:"555",rx:"2",ry:"2",width:a,height:"31"}),N.jsx("rect",{x:o,y:"555",rx:"2",ry:"2",width:26,height:"31"}),N.jsx("rect",{x:s,y:"555",rx:"2",ry:"2",width:90,height:"31"}),N.jsx("rect",{x:l,y:"555",rx:"2",ry:"2",width:140,height:"31"}),N.jsx("rect",{x:c,y:"555",rx:"2",ry:"2",width:160,height:"31"}),N.jsx("rect",{x:d,y:"555",rx:"2",ry:"2",width:u,height:"31"}),N.jsx("rect",{x:d,y:"604",rx:"2",ry:"2",width:u,height:"31"}),N.jsx("rect",{x:d,y:"654",rx:"2",ry:"2",width:u,height:"31"}),N.jsx("rect",{x:"38",y:"684",rx:"2",ry:"2",width:e,height:"36"})]})})},Uw=()=>{const e=Vw-250,t=Vw-150,n=Vw-80,r=140,i=183,a=200,o=388,s=140,l=533,c=140,d=678,u=140,p=823,h=140;return N.jsx(Gw,{children:N.jsxs(Tw,{speed:1,width:Vw,height:"100%",backgroundColor:"rgb(0,0,0)",foregroundColor:"rgb(0,0,0)",backgroundOpacity:.06,foregroundOpacity:.12,style:{position:"relative",zIndex:"2"},children:[N.jsx("rect",{x:38,y:"20",rx:"2",ry:"2",width:e,height:"30"}),N.jsx("rect",{x:t,y:"20",rx:"2",ry:"2",width:60,height:"30"}),N.jsx("rect",{x:n,y:"20",rx:"2",ry:"2",width:30,height:"30"}),N.jsx("rect",{x:"50",y:"80",rx:"2",ry:"2",width:"110",height:"31"}),N.jsx("rect",{x:"170",y:"80",rx:"2",ry:"2",width:"110",height:"31"}),N.jsx("rect",{x:"290",y:"80",rx:"2",ry:"2",width:"110",height:"31"}),N.jsx("rect",{x:"38",y:"130",rx:"2",ry:"2",width:"150",height:"20"}),N.jsx("rect",{x:"200",y:"130",rx:"2",ry:"2",width:"285",height:"20"}),N.jsx("rect",{x:"38",y:"165",rx:"2",ry:"2",width:"150",height:"20"}),N.jsx("rect",{x:"200",y:"165",rx:"2",ry:"2",width:"285",height:"20"}),N.jsx("rect",{x:"38",y:"200",rx:"2",ry:"2",width:"150",height:"20"}),N.jsx("rect",{x:"200",y:"200",rx:"2",ry:"2",width:"285",height:"20"}),N.jsx("rect",{x:"38",y:"235",rx:"2",ry:"2",width:"150",height:"20"}),N.jsx("rect",{x:"200",y:"235",rx:"2",ry:"2",width:"285",height:"20"}),N.jsx("rect",{x:"38",y:"270",rx:"2",ry:"2",width:"150",height:"20"}),N.jsx("rect",{x:"200",y:"270",rx:"2",ry:"2",width:"285",height:"20"}),N.jsx("rect",{x:38,y:"320",rx:"2",ry:"2",width:r,height:"31"}),N.jsx("rect",{x:i,y:"320",rx:"2",ry:"2",width:a,height:"31"}),N.jsx("rect",{x:o,y:"320",rx:"2",ry:"2",width:s,height:"31"}),N.jsx("rect",{x:l,y:"320",rx:"2",ry:"2",width:c,height:"31"}),N.jsx("rect",{x:d,y:"320",rx:"2",ry:"2",width:u,height:"31"}),N.jsx("rect",{x:p,y:"320",rx:"2",ry:"2",width:h,height:"31"}),N.jsx("rect",{x:38,y:"370",rx:"2",ry:"2",width:r,height:"31"}),N.jsx("rect",{x:i,y:"370",rx:"2",ry:"2",width:a,height:"31"}),N.jsx("rect",{x:o,y:"370",rx:"2",ry:"2",width:s,height:"31"}),N.jsx("rect",{x:l,y:"370",rx:"2",ry:"2",width:c,height:"31"}),N.jsx("rect",{x:d,y:"370",rx:"2",ry:"2",width:u,height:"31"}),N.jsx("rect",{x:p,y:"370",rx:"2",ry:"2",width:h,height:"31"}),N.jsx("rect",{x:38,y:"420",rx:"2",ry:"2",width:r,height:"31"}),N.jsx("rect",{x:i,y:"420",rx:"2",ry:"2",width:a,height:"31"}),N.jsx("rect",{x:o,y:"420",rx:"2",ry:"2",width:s,height:"31"}),N.jsx("rect",{x:l,y:"420",rx:"2",ry:"2",width:c,height:"31"}),N.jsx("rect",{x:d,y:"420",rx:"2",ry:"2",width:u,height:"31"}),N.jsx("rect",{x:p,y:"420",rx:"2",ry:"2",width:h,height:"31"}),N.jsx("rect",{x:38,y:"470",rx:"2",ry:"2",width:r,height:"31"}),N.jsx("rect",{x:i,y:"470",rx:"2",ry:"2",width:a,height:"31"}),N.jsx("rect",{x:o,y:"470",rx:"2",ry:"2",width:s,height:"31"}),N.jsx("rect",{x:l,y:"470",rx:"2",ry:"2",width:c,height:"31"}),N.jsx("rect",{x:d,y:"470",rx:"2",ry:"2",width:u,height:"31"}),N.jsx("rect",{x:p,y:"470",rx:"2",ry:"2",width:h,height:"31"}),N.jsx("rect",{x:"38",y:"530",rx:"2",ry:"2",width:"200",height:"15"}),N.jsx("rect",{x:38,y:"560",rx:"2",ry:"2",width:"50",height:"50"}),N.jsx("rect",{x:108,y:"560",rx:"2",ry:"2",width:"50",height:"50"}),N.jsx("rect",{x:178,y:"560",rx:"2",ry:"2",width:"50",height:"50"}),N.jsx("rect",{x:248,y:"560",rx:"2",ry:"2",width:"50",height:"50"}),N.jsx("rect",{x:318,y:"560",rx:"2",ry:"2",width:"50",height:"50"})]})})},Kw=()=>{let e=Vw>=994?Vw>=1031&&Vw>=1031?Vw-100:Vw-60:994;const t=e-777,n=e-665,r=e-555,i=e-405,a=e-230;return N.jsx(Ww,{children:N.jsxs(Tw,{speed:1,width:e,height:"100%",backgroundColor:"rgb(0,0,0)",foregroundColor:"rgb(0,0,0)",backgroundOpacity:.06,foregroundOpacity:.12,style:{position:"relative",zIndex:"2"},children:[N.jsx("rect",{x:"38",y:"15",rx:"2",ry:"2",width:"31",height:"61"}),N.jsx("rect",{x:95,y:"15",rx:"2",ry:"2",width:t,height:"61"}),N.jsx("rect",{x:n,y:"15",rx:"2",ry:"2",width:90,height:"61"}),N.jsx("rect",{x:r,y:"15",rx:"2",ry:"2",width:140,height:"61"}),N.jsx("rect",{x:i,y:"15",rx:"2",ry:"2",width:160,height:"61"}),N.jsx("rect",{x:a,y:"15",rx:"2",ry:"2",width:140,height:"61"})]})})},eC=()=>{const e=window.innerWidth,t=e>=1336?150:e>=1112?110:100,n=29+t+12,r=e>=1336?120:e>=1112?110:100,i=n+r+12,a=e>=1336||e>=1112?110:105,o=i+a+12,s=e>=1336||e>=1112?140:130,l=o+s+12,c=e>=1336?130:e>=1112?120:100,d=l+c+12,u=e>=1336?115:e>=1112?105:100,p=d+u+12,g=e>=1336?150:e>=1112?110:100,m=e-150-24,f=zw?Math.ceil((zw-78)/70):0;let x=p+g+12,y=[];for(let e=0;x+122<m;e++)y.push({x:p+g+12+122*e,w:110}),x=p+g+12+122*e;return N.jsx(Pw,{className:"_refLoadingList",children:N.jsxs(Tw,{speed:1,width:e,height:"100%",backgroundColor:"rgb(0,0,0)",foregroundColor:"rgb(0,0,0)",backgroundOpacity:.06,foregroundOpacity:.12,style:{position:"relative",zIndex:"2"},children:[N.jsx("rect",{x:29,y:"23",rx:"2",ry:"2",width:t,height:"16"}),N.jsx("rect",{x:n,y:"23",rx:"2",ry:"2",width:r,height:"16"}),N.jsx("rect",{x:i,y:"23",rx:"2",ry:"2",width:a,height:"16"}),N.jsx("rect",{x:o,y:"23",rx:"2",ry:"2",width:s,height:"16"}),N.jsx("rect",{x:l,y:"23",rx:"2",ry:"2",width:c,height:"16"}),N.jsx("rect",{x:d,y:"23",rx:"2",ry:"2",width:u,height:"16"}),N.jsx("rect",{x:p,y:"23",rx:"2",ry:"2",width:g,height:"16"}),y.map(((e,t)=>N.jsx(h,{children:N.jsx("rect",{x:e.x,y:"23",rx:"2",ry:"2",width:e.w,height:"16"})},t))),N.jsx("rect",{x:m,y:"23",rx:"2",ry:"2",width:100,height:"16"}),Array.apply(0,Array(f)).map(((e,f)=>{const x=70*f+78;return N.jsxs(h,{children:[N.jsx("rect",{x:29,y:x,rx:"2",ry:"2",width:t,height:"31"}),N.jsx("rect",{x:n,y:x,rx:"2",ry:"2",width:r,height:"31"}),N.jsx("rect",{x:i,y:x,rx:"2",ry:"2",width:a,height:"31"}),N.jsx("rect",{x:o,y:x,rx:"2",ry:"2",width:s,height:"31"}),N.jsx("rect",{x:l,y:x,rx:"2",ry:"2",width:c,height:"31"}),N.jsx("rect",{x:d,y:x,rx:"2",ry:"2",width:u,height:"31"}),N.jsx("rect",{x:p,y:x,rx:"2",ry:"2",width:g,height:"31"}),y.map(((e,t)=>N.jsx(h,{children:N.jsx("rect",{x:e.x,y:x,rx:"2",ry:"2",width:e.w,height:"31"})},t))),N.jsx("rect",{x:m,y:x,rx:"2",ry:"2",width:100,height:"31"})]},f)}))]})})},tC=()=>{const e=Vw/2,t=e-160,n=e-128,r=e-96,i=e-64,a=e-32,o=e+0,s=e+32,l=e+64,c=e+96,d=e+128;return N.jsx(Rw,{className:"_refLoadingPage",children:N.jsxs(Tw,{speed:1,width:Vw,height:"100%",backgroundColor:"rgb(0,0,0)",foregroundColor:"rgb(0,0,0)",backgroundOpacity:.06,foregroundOpacity:.12,style:{position:"relative",zIndex:"2"},children:[N.jsx("rect",{x:t,y:"23",rx:"2",ry:"2",width:"27",height:"27"}),N.jsx("rect",{x:n,y:"23",rx:"2",ry:"2",width:"27",height:"27"}),N.jsx("rect",{x:r,y:"23",rx:"2",ry:"2",width:"27",height:"27"}),N.jsx("rect",{x:i,y:"23",rx:"2",ry:"2",width:"27",height:"27"}),N.jsx("rect",{x:a,y:"23",rx:"2",ry:"2",width:"27",height:"27"}),N.jsx("rect",{x:o,y:"23",rx:"2",ry:"2",width:"27",height:"27"}),N.jsx("rect",{x:s,y:"23",rx:"2",ry:"2",width:"27",height:"27"}),N.jsx("rect",{x:l,y:"23",rx:"2",ry:"2",width:"27",height:"27"}),N.jsx("rect",{x:c,y:"23",rx:"2",ry:"2",width:"27",height:"27"}),N.jsx("rect",{x:d,y:"23",rx:"2",ry:"2",width:"27",height:"27"}),N.jsx("rect",{x:i,y:"60",rx:"2",ry:"2",width:"128",height:"6"})]})})},nC=()=>N.jsx(Fw,{className:"_refLoadingList",children:N.jsxs(Tw,{speed:1,width:Vw,height:250,backgroundColor:"rgb(0,0,0)",foregroundColor:"rgb(0,0,0)",backgroundOpacity:.06,foregroundOpacity:.12,style:{width:"100%",maxWidth:"1336px",minWidth:"1024px"},children:[N.jsx("rect",{x:"40",y:"0",rx:"2",ry:"2",width:"130",height:"21"}),N.jsx("rect",{x:"190",y:"0",rx:"2",ry:"2",width:"130",height:"21"}),N.jsx("rect",{x:"330",y:"0",rx:"2",ry:"2",width:"250",height:"21"}),N.jsx("rect",{x:"600",y:"0",rx:"2",ry:"2",width:"200",height:"21"}),N.jsx("rect",{x:Vw-240,y:"0",rx:"2",ry:"2",width:"200",height:"21"}),N.jsx("rect",{x:"40",y:"50",rx:"2",ry:"2",width:"130",height:"31"}),N.jsx("rect",{x:"190",y:"50",rx:"2",ry:"2",width:"130",height:"31"}),N.jsx("rect",{x:"330",y:"50",rx:"2",ry:"2",width:"250",height:"31"}),N.jsx("rect",{x:"600",y:"50",rx:"2",ry:"2",width:"200",height:"31"}),N.jsx("rect",{x:Vw-240,y:"50",rx:"2",ry:"2",width:"200",height:"31"}),N.jsx("rect",{x:"40",y:"100",rx:"2",ry:"2",width:"130",height:"31"}),N.jsx("rect",{x:"190",y:"100",rx:"2",ry:"2",width:"130",height:"31"}),N.jsx("rect",{x:"330",y:"100",rx:"2",ry:"2",width:"250",height:"31"}),N.jsx("rect",{x:"600",y:"100",rx:"2",ry:"2",width:"200",height:"31"}),N.jsx("rect",{x:Vw-240,y:"100",rx:"2",ry:"2",width:"200",height:"31"}),N.jsx("rect",{x:"40",y:"150",rx:"2",ry:"2",width:"130",height:"31"}),N.jsx("rect",{x:"190",y:"150",rx:"2",ry:"2",width:"130",height:"31"}),N.jsx("rect",{x:"330",y:"150",rx:"2",ry:"2",width:"250",height:"31"}),N.jsx("rect",{x:"600",y:"150",rx:"2",ry:"2",width:"200",height:"31"}),N.jsx("rect",{x:Vw-240,y:"150",rx:"2",ry:"2",width:"200",height:"31"}),N.jsx("rect",{x:"40",y:"200",rx:"2",ry:"2",width:"130",height:"31"}),N.jsx("rect",{x:"190",y:"200",rx:"2",ry:"2",width:"130",height:"31"}),N.jsx("rect",{x:"330",y:"200",rx:"2",ry:"2",width:"250",height:"31"}),N.jsx("rect",{x:"600",y:"200",rx:"2",ry:"2",width:"200",height:"31"}),N.jsx("rect",{x:Vw-240,y:"200",rx:"2",ry:"2",width:"200",height:"31"})]})}),rC=()=>N.jsx(Yw,{children:N.jsxs(Tw,{speed:1,width:900,height:255,backgroundColor:"rgb(0,0,0)",foregroundColor:"rgb(0,0,0)",backgroundOpacity:.06,foregroundOpacity:.12,style:{width:"100%",maxWidth:"900px",minWidth:"800px"},children:[N.jsx("rect",{x:"20",y:"25",rx:"2",ry:"2",width:"25",height:"22"}),N.jsx("rect",{x:"55",y:"20",rx:"2",ry:"2",width:"32",height:"32"}),N.jsx("rect",{x:"97",y:"20",rx:"2",ry:"2",width:"250",height:"32"}),N.jsx("rect",{x:"500",y:"20",rx:"2",ry:"2",width:"170",height:"32"}),N.jsx("rect",{x:"680",y:"20",rx:"2",ry:"2",width:"170",height:"32"}),N.jsx("rect",{x:"860",y:"20",rx:"2",ry:"2",width:"25",height:"22"}),N.jsx("rect",{x:"20",y:"70",rx:"2",ry:"2",width:"25",height:"22"}),N.jsx("rect",{x:"55",y:"65",rx:"2",ry:"2",width:"32",height:"32"}),N.jsx("rect",{x:"97",y:"65",rx:"2",ry:"2",width:"250",height:"32"}),N.jsx("rect",{x:"500",y:"65",rx:"2",ry:"2",width:"170",height:"32"}),N.jsx("rect",{x:"680",y:"65",rx:"2",ry:"2",width:"170",height:"32"}),N.jsx("rect",{x:"860",y:"65",rx:"2",ry:"2",width:"25",height:"22"}),N.jsx("rect",{x:"20",y:"115",rx:"2",ry:"2",width:"25",height:"22"}),N.jsx("rect",{x:"55",y:"110",rx:"2",ry:"2",width:"32",height:"32"}),N.jsx("rect",{x:"97",y:"110",rx:"2",ry:"2",width:"250",height:"32"}),N.jsx("rect",{x:"500",y:"110",rx:"2",ry:"2",width:"170",height:"32"}),N.jsx("rect",{x:"680",y:"110",rx:"2",ry:"2",width:"170",height:"32"}),N.jsx("rect",{x:"860",y:"110",rx:"2",ry:"2",width:"25",height:"22"}),N.jsx("rect",{x:"20",y:"160",rx:"2",ry:"2",width:"25",height:"22"}),N.jsx("rect",{x:"55",y:"155",rx:"2",ry:"2",width:"32",height:"32"}),N.jsx("rect",{x:"97",y:"155",rx:"2",ry:"2",width:"250",height:"32"}),N.jsx("rect",{x:"500",y:"155",rx:"2",ry:"2",width:"170",height:"32"}),N.jsx("rect",{x:"680",y:"155",rx:"2",ry:"2",width:"170",height:"32"}),N.jsx("rect",{x:"860",y:"155",rx:"2",ry:"2",width:"25",height:"22"}),N.jsx("rect",{x:"20",y:"205",rx:"2",ry:"2",width:"25",height:"22"}),N.jsx("rect",{x:"55",y:"200",rx:"2",ry:"2",width:"32",height:"32"}),N.jsx("rect",{x:"97",y:"200",rx:"2",ry:"2",width:"250",height:"32"}),N.jsx("rect",{x:"500",y:"200",rx:"2",ry:"2",width:"170",height:"32"}),N.jsx("rect",{x:"680",y:"200",rx:"2",ry:"2",width:"170",height:"32"}),N.jsx("rect",{x:"860",y:"200",rx:"2",ry:"2",width:"25",height:"22"})]})}),iC=()=>N.jsx(Yw,{children:N.jsxs(Tw,{speed:1,width:840,height:255,backgroundColor:"rgb(0,0,0)",foregroundColor:"rgb(0,0,0)",backgroundOpacity:.06,foregroundOpacity:.12,style:{width:"100%",maxWidth:"840px",minWidth:"800px"},children:[N.jsx("rect",{x:"20",y:"25",rx:"2",ry:"2",width:"25",height:"22"}),N.jsx("rect",{x:"55",y:"20",rx:"2",ry:"2",width:"32",height:"32"}),N.jsx("rect",{x:"97",y:"20",rx:"2",ry:"2",width:"250",height:"32"}),N.jsx("rect",{x:"620",y:"20",rx:"2",ry:"2",width:"170",height:"32"}),N.jsx("rect",{x:"800",y:"20",rx:"2",ry:"2",width:"25",height:"22"}),N.jsx("rect",{x:"60",y:"80",rx:"2",ry:"2",width:"200",height:"20"}),N.jsx("rect",{x:"440",y:"80",rx:"2",ry:"2",width:"90",height:"20"}),N.jsx("rect",{x:"560",y:"80",rx:"2",ry:"2",width:"90",height:"20"}),N.jsx("rect",{x:"680",y:"80",rx:"2",ry:"2",width:"90",height:"20"}),N.jsx("rect",{x:"60",y:"130",rx:"2",ry:"2",width:"200",height:"20"}),N.jsx("rect",{x:"440",y:"130",rx:"2",ry:"2",width:"90",height:"20"}),N.jsx("rect",{x:"560",y:"130",rx:"2",ry:"2",width:"90",height:"20"}),N.jsx("rect",{x:"680",y:"130",rx:"2",ry:"2",width:"90",height:"20"}),N.jsx("rect",{x:"20",y:"210",rx:"2",ry:"2",width:"25",height:"22"}),N.jsx("rect",{x:"55",y:"205",rx:"2",ry:"2",width:"32",height:"32"}),N.jsx("rect",{x:"97",y:"205",rx:"2",ry:"2",width:"250",height:"32"}),N.jsx("rect",{x:"620",y:"205",rx:"2",ry:"2",width:"170",height:"32"}),N.jsx("rect",{x:"800",y:"205",rx:"2",ry:"2",width:"25",height:"22"})]})}),aC=()=>N.jsx(Yw,{children:N.jsxs(Tw,{speed:1,width:1e3,height:340,backgroundColor:"rgb(0,0,0)",foregroundColor:"rgb(0,0,0)",backgroundOpacity:.06,foregroundOpacity:.12,style:{width:"100%",maxWidth:"1000px",minWidth:"800px"},children:[N.jsx("rect",{x:"130",y:"20",rx:"2",ry:"2",width:"100",height:"21"}),N.jsx("rect",{x:"510",y:"20",rx:"2",ry:"2",width:"100",height:"21"}),N.jsx("rect",{x:"130",y:"51",rx:"2",ry:"2",width:"360",height:"36"}),N.jsx("rect",{x:"510",y:"51",rx:"2",ry:"2",width:"360",height:"36"}),N.jsx("rect",{x:"130",y:"110",rx:"2",ry:"2",width:"100",height:"21"}),N.jsx("rect",{x:"510",y:"110",rx:"2",ry:"2",width:"100",height:"21"}),N.jsx("rect",{x:"130",y:"141",rx:"2",ry:"2",width:"360",height:"36"}),N.jsx("rect",{x:"510",y:"141",rx:"2",ry:"2",width:"360",height:"36"}),N.jsx("rect",{x:"52",y:"200",rx:"2",ry:"2",width:"31",height:"31"}),N.jsx("rect",{x:"95",y:"200",rx:"2",ry:"2",width:"110",height:"31"}),N.jsx("rect",{x:"217",y:"200",rx:"2",ry:"2",width:"110",height:"31"}),N.jsx("rect",{x:"339",y:"200",rx:"2",ry:"2",width:"110",height:"31"}),N.jsx("rect",{x:"461",y:"200",rx:"2",ry:"2",width:"110",height:"31"}),N.jsx("rect",{x:"583",y:"200",rx:"2",ry:"2",width:"110",height:"31"}),N.jsx("rect",{x:"705",y:"200",rx:"2",ry:"2",width:"110",height:"31"}),N.jsx("rect",{x:"827",y:"200",rx:"2",ry:"2",width:"110",height:"31"}),N.jsx("rect",{x:"52",y:"240",rx:"2",ry:"2",width:"31",height:"31"}),N.jsx("rect",{x:"95",y:"240",rx:"2",ry:"2",width:"110",height:"31"}),N.jsx("rect",{x:"217",y:"240",rx:"2",ry:"2",width:"110",height:"31"}),N.jsx("rect",{x:"339",y:"240",rx:"2",ry:"2",width:"110",height:"31"}),N.jsx("rect",{x:"461",y:"240",rx:"2",ry:"2",width:"110",height:"31"}),N.jsx("rect",{x:"583",y:"240",rx:"2",ry:"2",width:"110",height:"31"}),N.jsx("rect",{x:"705",y:"240",rx:"2",ry:"2",width:"110",height:"31"}),N.jsx("rect",{x:"827",y:"240",rx:"2",ry:"2",width:"110",height:"31"}),N.jsx("rect",{x:"52",y:"280",rx:"2",ry:"2",width:"31",height:"31"}),N.jsx("rect",{x:"95",y:"280",rx:"2",ry:"2",width:"110",height:"31"}),N.jsx("rect",{x:"217",y:"280",rx:"2",ry:"2",width:"110",height:"31"}),N.jsx("rect",{x:"339",y:"280",rx:"2",ry:"2",width:"110",height:"31"}),N.jsx("rect",{x:"461",y:"280",rx:"2",ry:"2",width:"110",height:"31"}),N.jsx("rect",{x:"583",y:"280",rx:"2",ry:"2",width:"110",height:"31"}),N.jsx("rect",{x:"705",y:"280",rx:"2",ry:"2",width:"110",height:"31"}),N.jsx("rect",{x:"827",y:"280",rx:"2",ry:"2",width:"110",height:"31"})]})}),oC=()=>N.jsx(Yw,{children:N.jsxs(Tw,{speed:1,width:1e3,height:340,backgroundColor:"rgb(0,0,0)",foregroundColor:"rgb(0,0,0)",backgroundOpacity:.06,foregroundOpacity:.12,style:{width:"100%",maxWidth:"1000px",minWidth:"800px"},children:[N.jsx("rect",{x:"40",y:"20",rx:"2",ry:"2",width:"80",height:"21"}),N.jsx("rect",{x:"40",y:"51",rx:"2",ry:"2",width:"260",height:"30"}),N.jsx("rect",{x:"40",y:"110",rx:"2",ry:"2",width:"80",height:"21"}),N.jsx("rect",{x:"320",y:"110",rx:"2",ry:"2",width:"80",height:"21"}),N.jsx("rect",{x:"40",y:"141",rx:"2",ry:"2",width:"260",height:"30"}),N.jsx("rect",{x:"320",y:"141",rx:"2",ry:"2",width:"260",height:"30"}),N.jsx("rect",{x:"55",y:"200",rx:"2",ry:"2",width:"220",height:"30"}),N.jsx("rect",{x:"320",y:"200",rx:"2",ry:"2",width:"260",height:"30"}),N.jsx("rect",{x:"55",y:"245",rx:"2",ry:"2",width:"220",height:"30"}),N.jsx("rect",{x:"320",y:"245",rx:"2",ry:"2",width:"260",height:"30"}),N.jsx("rect",{x:"55",y:"290",rx:"2",ry:"2",width:"220",height:"30"}),N.jsx("rect",{x:"320",y:"290",rx:"2",ry:"2",width:"260",height:"30"})]})}),sC=()=>N.jsx(Yw,{children:N.jsx(Tw,{speed:1,width:325.5,height:30,backgroundColor:"rgb(0,0,0)",foregroundColor:"rgb(0,0,0)",backgroundOpacity:.06,foregroundOpacity:.12,children:N.jsx("rect",{x:"0",y:"0",rx:"5",ry:"5",width:"325.5",height:"30"})})}),lC=()=>N.jsxs(Tw,{height:31,width:500,speed:1,backgroundColor:"rgb(0,0,0)",foregroundColor:"rgb(0,0,0)",backgroundOpacity:.06,foregroundOpacity:.12,children:[N.jsx("rect",{x:"0",y:"5",rx:"8",ry:"8",width:"90",height:"20"}),N.jsx("rect",{x:"100",y:"5",rx:"8",ry:"8",width:"90",height:"20"}),N.jsx("rect",{x:"200",y:"5",rx:"8",ry:"8",width:"90",height:"20"}),N.jsx("rect",{x:"300",y:"5",rx:"8",ry:"8",width:"90",height:"20"}),N.jsx("rect",{x:"400",y:"5",rx:"8",ry:"8",width:"90",height:"20"})]}),cC=()=>N.jsxs(Tw,{height:172,width:210,speed:1,backgroundColor:"rgb(0,0,0)",foregroundColor:"rgb(0,0,0)",backgroundOpacity:.06,foregroundOpacity:.12,children:[N.jsx("rect",{x:"4",y:"12",rx:"4",ry:"4",width:"14",height:"14"}),N.jsx("rect",{x:"28",y:"12",rx:"2",ry:"2",width:"170",height:"14"}),N.jsx("rect",{x:"4",y:"36",rx:"4",ry:"4",width:"14",height:"14"}),N.jsx("rect",{x:"28",y:"36",rx:"2",ry:"2",width:"170",height:"14"}),N.jsx("rect",{x:"4",y:"60",rx:"4",ry:"4",width:"14",height:"14"}),N.jsx("rect",{x:"28",y:"60",rx:"2",ry:"2",width:"170",height:"14"}),N.jsx("rect",{x:"4",y:"84",rx:"4",ry:"4",width:"14",height:"14"}),N.jsx("rect",{x:"28",y:"84",rx:"2",ry:"2",width:"170",height:"14"}),N.jsx("rect",{x:"4",y:"108",rx:"4",ry:"4",width:"14",height:"14"}),N.jsx("rect",{x:"28",y:"108",rx:"2",ry:"2",width:"170",height:"14"}),N.jsx("rect",{x:"4",y:"132",rx:"4",ry:"4",width:"14",height:"14"}),N.jsx("rect",{x:"28",y:"132",rx:"2",ry:"2",width:"170",height:"14"}),N.jsx("rect",{x:"4",y:"156",rx:"4",ry:"4",width:"14",height:"14"}),N.jsx("rect",{x:"28",y:"156",rx:"2",ry:"2",width:"170",height:"14"})]}),dC=()=>{const e=zw-96,t=Math.floor((Vw-110)/120),n=Math.floor((e-20)/50);return N.jsx(Fw,{children:N.jsx(Tw,{speed:1,width:Vw,height:e,backgroundColor:"rgb(0,0,0)",foregroundColor:"rgb(0,0,0)",backgroundOpacity:.06,foregroundOpacity:.12,style:{position:"relative",zIndex:"2"},children:Array.apply(0,Array(n)).map(((e,n)=>{const r=n+50*(n+1)-30;return Array.apply(0,Array(t)).map(((e,t)=>{const i=t+120*(t+1)-65;return N.jsx("rect",{x:i,y:r,rx:"2",ry:"2",width:100,height:0===n?16:30},t)}))}))})})},uC=()=>{const e=zw-286,t=Vw>=1336?370:Vw>=1112?250:150,n=29+t+12,r=Vw>=1336?130:Vw>=1112?110:100,i=n+r+12,a=Vw>=1336?100:95,o=i+a+12,s=Vw>=1336?90:80,l=o+s+12,c=Vw>=1336?85:75,d=l+c+12,u=Vw>=1336?80:70,p=d+u+12,g=Vw>=1336?70:60,m=p+g+12,f=Vw>=1336?95:85,x=Vw-100-24,y=zw&&Math.ceil((e-78)/70)>0?Math.ceil((e-78)/70):0;let v=m+f+12,b=[];for(let e=0;v+122<x;e++)b.push({x:m+f+12+122*e,w:110}),v=m+f+12+122*e;return N.jsx(Pw,{children:N.jsxs(Tw,{speed:1,width:Vw,height:"100%",backgroundColor:"rgb(0,0,0)",foregroundColor:"rgb(0,0,0)",backgroundOpacity:.06,foregroundOpacity:.12,style:{position:"relative",zIndex:"2"},children:[N.jsx("rect",{x:29,y:"23",rx:"2",ry:"2",width:t,height:"16"}),N.jsx("rect",{x:n,y:"23",rx:"2",ry:"2",width:r,height:"16"}),N.jsx("rect",{x:i,y:"23",rx:"2",ry:"2",width:a,height:"16"}),N.jsx("rect",{x:o,y:"23",rx:"2",ry:"2",width:s,height:"16"}),N.jsx("rect",{x:l,y:"23",rx:"2",ry:"2",width:c,height:"16"}),N.jsx("rect",{x:d,y:"23",rx:"2",ry:"2",width:u,height:"16"}),N.jsx("rect",{x:p,y:"23",rx:"2",ry:"2",width:g,height:"16"}),N.jsx("rect",{x:m,y:"23",rx:"2",ry:"2",width:f,height:"16"}),b.map(((e,t)=>N.jsx(h,{children:N.jsx("rect",{x:e.x,y:"23",rx:"2",ry:"2",width:e.w,height:"16"})},t))),N.jsx("rect",{x:x,y:"23",rx:"2",ry:"2",width:100,height:"16"}),Array.apply(0,Array(y)).map(((e,y)=>{const v=70*y+78;return N.jsxs(h,{children:[N.jsx("rect",{x:29,y:v,rx:"2",ry:"2",width:t,height:"31"}),N.jsx("rect",{x:n,y:v,rx:"2",ry:"2",width:r,height:"31"}),N.jsx("rect",{x:i,y:v,rx:"2",ry:"2",width:a,height:"31"}),N.jsx("rect",{x:o,y:v,rx:"2",ry:"2",width:s,height:"31"}),N.jsx("rect",{x:l,y:v,rx:"2",ry:"2",width:c,height:"31"}),N.jsx("rect",{x:d,y:v,rx:"2",ry:"2",width:u,height:"31"}),N.jsx("rect",{x:p,y:v,rx:"2",ry:"2",width:g,height:"31"}),N.jsx("rect",{x:m,y:v,rx:"2",ry:"2",width:f,height:"31"}),b.map(((e,t)=>N.jsx(h,{children:N.jsx("rect",{x:e.x,y:v,rx:"2",ry:"2",width:e.w,height:"31"})},t))),N.jsx("rect",{x:x,y:v,rx:"2",ry:"2",width:100,height:"31"})]},y)}))]})})},pC=()=>N.jsxs(Tw,{height:270,width:800,speed:1,backgroundColor:"rgb(0,0,0)",foregroundColor:"rgb(0,0,0)",backgroundOpacity:.06,foregroundOpacity:.12,children:[N.jsx("rect",{x:"15",y:"25",width:"425",height:"15"}),N.jsx("rect",{x:"490",y:"25",width:"150",height:"15"}),N.jsx("rect",{x:"670",y:"25",width:"95",height:"15"}),N.jsx("rect",{x:"15",y:"60",rx:"8",ry:"8",width:"30",height:"30"}),N.jsx("rect",{x:"60",y:"60",width:"380",height:"30"}),N.jsx("rect",{x:"490",y:"60",width:"150",height:"30"}),N.jsx("rect",{x:"670",y:"60",width:"95",height:"30"}),N.jsx("rect",{x:"15",y:"110",rx:"8",ry:"8",width:"30",height:"30"}),N.jsx("rect",{x:"60",y:"110",width:"380",height:"30"}),N.jsx("rect",{x:"490",y:"110",width:"150",height:"30"}),N.jsx("rect",{x:"670",y:"110",width:"95",height:"30"}),N.jsx("rect",{x:"15",y:"160",rx:"8",ry:"8",width:"30",height:"30"}),N.jsx("rect",{x:"60",y:"160",width:"380",height:"30"}),N.jsx("rect",{x:"490",y:"160",width:"150",height:"30"}),N.jsx("rect",{x:"670",y:"160",width:"95",height:"30"}),N.jsx("rect",{x:"15",y:"210",rx:"8",ry:"8",width:"30",height:"30"}),N.jsx("rect",{x:"60",y:"210",width:"380",height:"30"}),N.jsx("rect",{x:"490",y:"210",width:"150",height:"30"}),N.jsx("rect",{x:"670",y:"210",width:"95",height:"30"})]}),hC=()=>N.jsxs(Tw,{height:270,width:800,speed:1,backgroundColor:"rgb(0,0,0)",foregroundColor:"rgb(0,0,0)",backgroundOpacity:.06,foregroundOpacity:.12,children:[N.jsx("rect",{x:"15",y:"60",width:"300",height:"15"}),N.jsx("rect",{x:"330",y:"25",width:"100",height:"15"}),N.jsx("rect",{x:"450",y:"25",width:"75",height:"15"}),N.jsx("rect",{x:"540",y:"25",width:"130",height:"15"}),N.jsx("rect",{x:"690",y:"25",width:"75",height:"15"}),N.jsx("rect",{x:"15",y:"60",width:"300",height:"30"}),N.jsx("rect",{x:"330",y:"60",width:"100",height:"30"}),N.jsx("rect",{x:"450",y:"60",width:"75",height:"30"}),N.jsx("rect",{x:"540",y:"60",width:"130",height:"30"}),N.jsx("rect",{x:"690",y:"60",width:"75",height:"30"}),N.jsx("rect",{x:"15",y:"110",width:"300",height:"30"}),N.jsx("rect",{x:"330",y:"110",width:"100",height:"30"}),N.jsx("rect",{x:"450",y:"110",width:"75",height:"30"}),N.jsx("rect",{x:"540",y:"110",width:"130",height:"30"}),N.jsx("rect",{x:"690",y:"110",width:"75",height:"30"}),N.jsx("rect",{x:"15",y:"160",width:"300",height:"30"}),N.jsx("rect",{x:"330",y:"160",width:"100",height:"30"}),N.jsx("rect",{x:"450",y:"160",width:"75",height:"30"}),N.jsx("rect",{x:"540",y:"160",width:"130",height:"30"}),N.jsx("rect",{x:"690",y:"160",width:"75",height:"30"}),N.jsx("rect",{x:"15",y:"210",width:"300",height:"30"}),N.jsx("rect",{x:"330",y:"210",width:"100",height:"30"}),N.jsx("rect",{x:"450",y:"210",width:"75",height:"30"}),N.jsx("rect",{x:"540",y:"210",width:"130",height:"30"}),N.jsx("rect",{x:"690",y:"210",width:"75",height:"30"})]}),gC=()=>{const e=Vw>=1336?645:Vw>=1112?400:300,t=e+45,n=e+90;return N.jsx(Bw,{children:N.jsxs(Tw,{speed:1,width:Vw,height:300,backgroundColor:"rgb(0,0,0)",foregroundColor:"rgb(0,0,0)",backgroundOpacity:.06,foregroundOpacity:.12,style:{position:"relative",zIndex:"2"},children:[N.jsx("rect",{x:"15",y:"25",rx:"2",ry:"2",width:t,height:"15"}),N.jsx("rect",{x:n,y:"25",rx:"2",ry:"2",width:"250",height:"15"}),N.jsx("rect",{x:"15",y:"60",rx:"8",ry:"8",width:"30",height:"30"}),N.jsx("rect",{x:"60",y:"60",rx:"2",ry:"2",width:e,height:"30"}),N.jsx("rect",{x:n,y:"60",rx:"2",ry:"2",width:"250",height:"30"}),N.jsx("rect",{x:"15",y:"110",rx:"8",ry:"8",width:"30",height:"30"}),N.jsx("rect",{x:"60",y:"110",rx:"2",ry:"2",width:e,height:"30"}),N.jsx("rect",{x:n,y:"110",rx:"2",ry:"2",width:"250",height:"30"}),N.jsx("rect",{x:"15",y:"160",rx:"8",ry:"8",width:"30",height:"30"}),N.jsx("rect",{x:"60",y:"160",rx:"2",ry:"2",width:e,height:"30"}),N.jsx("rect",{x:n,y:"160",rx:"2",ry:"2",width:"250",height:"30"}),N.jsx("rect",{x:"15",y:"210",rx:"8",ry:"8",width:"30",height:"30"}),N.jsx("rect",{x:"60",y:"210",rx:"2",ry:"2",width:e,height:"30"}),N.jsx("rect",{x:n,y:"210",rx:"2",ry:"2",width:"250",height:"30"})]})})},mC=()=>{const e=Vw>=1336?540:Vw>=1112?320:250,t=e+30,n=150,r=t+n+15,i=80,a=r+i+15,o=150,s=a+o+15;return N.jsx(Bw,{children:N.jsxs(Tw,{speed:1,width:Vw,height:300,backgroundColor:"rgb(0,0,0)",foregroundColor:"rgb(0,0,0)",backgroundOpacity:.06,foregroundOpacity:.12,style:{position:"relative",zIndex:"2"},children:[N.jsx("rect",{x:"15",y:"25",rx:"2",ry:"2",width:e,height:"15"}),N.jsx("rect",{x:t,y:"25",rx:"2",ry:"2",width:n,height:"15"}),N.jsx("rect",{x:r,y:"25",rx:"2",ry:"2",width:i,height:"15"}),N.jsx("rect",{x:a,y:"25",rx:"2",ry:"2",width:o,height:"15"}),N.jsx("rect",{x:s,y:"25",rx:"2",ry:"2",width:80,height:"15"}),N.jsx("rect",{x:"15",y:"60",rx:"2",ry:"2",width:e,height:"30"}),N.jsx("rect",{x:t,y:"60",rx:"2",ry:"2",width:n,height:"30"}),N.jsx("rect",{x:r,y:"60",rx:"2",ry:"2",width:i,height:"30"}),N.jsx("rect",{x:a,y:"60",rx:"2",ry:"2",width:o,height:"30"}),N.jsx("rect",{x:s,y:"60",rx:"2",ry:"2",width:80,height:"30"}),N.jsx("rect",{x:"15",y:"110",rx:"2",ry:"2",width:e,height:"30"}),N.jsx("rect",{x:t,y:"110",rx:"2",ry:"2",width:n,height:"30"}),N.jsx("rect",{x:r,y:"110",rx:"2",ry:"2",width:i,height:"30"}),N.jsx("rect",{x:a,y:"110",rx:"2",ry:"2",width:o,height:"30"}),N.jsx("rect",{x:s,y:"110",rx:"2",ry:"2",width:80,height:"30"}),N.jsx("rect",{x:"15",y:"160",rx:"2",ry:"2",width:e,height:"30"}),N.jsx("rect",{x:t,y:"160",rx:"2",ry:"2",width:n,height:"30"}),N.jsx("rect",{x:r,y:"160",rx:"2",ry:"2",width:i,height:"30"}),N.jsx("rect",{x:a,y:"160",rx:"2",ry:"2",width:o,height:"30"}),N.jsx("rect",{x:s,y:"160",rx:"2",ry:"2",width:80,height:"30"}),N.jsx("rect",{x:"15",y:"210",rx:"2",ry:"2",width:e,height:"30"}),N.jsx("rect",{x:t,y:"210",rx:"2",ry:"2",width:n,height:"30"}),N.jsx("rect",{x:r,y:"210",rx:"2",ry:"2",width:i,height:"30"}),N.jsx("rect",{x:a,y:"210",rx:"2",ry:"2",width:o,height:"30"}),N.jsx("rect",{x:s,y:"210",rx:"2",ry:"2",width:80,height:"30"})]})})},fC=()=>N.jsxs(Tw,{height:80,width:600,speed:1,backgroundColor:"rgb(0,0,0)",foregroundColor:"rgb(0,0,0)",backgroundOpacity:.06,foregroundOpacity:.12,children:[N.jsx("rect",{x:"0",y:"0",rx:"5",ry:"5",width:"172",height:"34"}),N.jsx("rect",{x:"178",y:"0",rx:"5",ry:"5",width:"172",height:"34"}),N.jsx("rect",{x:"356",y:"0",rx:"5",ry:"5",width:"100",height:"34"}),N.jsx("rect",{x:"462",y:"0",rx:"5",ry:"5",width:"100",height:"34"}),N.jsx("rect",{x:"0",y:"40",rx:"5",ry:"5",width:"172",height:"34"}),N.jsx("rect",{x:"178",y:"40",rx:"5",ry:"5",width:"100",height:"34"}),N.jsx("rect",{x:"284",y:"40",rx:"5",ry:"5",width:"140",height:"34"}),N.jsx("rect",{x:"430",y:"40",rx:"5",ry:"5",width:"100",height:"34"})]}),xC=()=>N.jsxs(Tw,{height:500,width:1150,speed:1,backgroundColor:"rgb(0,0,0)",foregroundColor:"rgb(0,0,0)",backgroundOpacity:.06,foregroundOpacity:.12,children:[N.jsx("rect",{x:"0",y:"25",width:"35",height:"35"}),N.jsx("rect",{x:"50",y:"25",width:"400",height:"35"}),N.jsx("rect",{x:"50",y:"75",width:"170",height:"35"}),N.jsx("rect",{x:"235",y:"75",width:"170",height:"35"}),N.jsx("rect",{x:"420",y:"75",width:"170",height:"35"}),N.jsx("rect",{x:"605",y:"75",width:"170",height:"35"}),N.jsx("rect",{x:"50",y:"125",width:"170",height:"35"}),N.jsx("rect",{x:"0",y:"245",width:"200",height:"35"}),N.jsx("rect",{x:"420",y:"305",width:"150",height:"25"}),N.jsx("rect",{x:"585",y:"305",width:"150",height:"25"}),N.jsx("rect",{x:"750",y:"305",width:"150",height:"25"}),N.jsx("rect",{x:"915",y:"305",width:"150",height:"25"}),N.jsx("rect",{x:"0",y:"345",width:"25",height:"25"}),N.jsx("rect",{x:"40",y:"345",width:"360",height:"25"}),N.jsx("rect",{x:"420",y:"345",width:"150",height:"25"}),N.jsx("rect",{x:"585",y:"345",width:"150",height:"25"}),N.jsx("rect",{x:"750",y:"345",width:"150",height:"25"}),N.jsx("rect",{x:"915",y:"345",width:"150",height:"25"}),N.jsx("rect",{x:"750",y:"395",width:"315",height:"25"})]}),yC=()=>{const e=Math.floor((Vw-110)/120);return N.jsx(Fw,{children:N.jsx(Tw,{speed:1,width:Vw,height:100,backgroundColor:"rgb(0,0,0)",foregroundColor:"rgb(0,0,0)",backgroundOpacity:.06,foregroundOpacity:.12,style:{position:"relative",zIndex:"2"},children:[0].map(((t,n)=>Array.apply(0,Array(e)).map(((e,t)=>{const r=t+120*(t+1)-65;return N.jsx("rect",{x:r,y:20,rx:"2",ry:"2",width:100,height:0===n?16:30},t)}))))})})},vC=()=>{const e=window.innerHeight-96,t=Math.floor((Vw-110)/120),n=Math.floor((e-20)/50);return N.jsx(Fw,{children:N.jsx(Tw,{speed:1,width:Vw,height:e,backgroundColor:"rgb(0,0,0)",foregroundColor:"rgb(0,0,0)",backgroundOpacity:.06,foregroundOpacity:.12,style:{position:"relative",zIndex:"2"},children:Array.apply(0,Array(n)).map(((e,n)=>{const r=n+50*(n+1)-30;return Array.apply(0,Array(t)).map(((e,t)=>{const n=t+120*(t+1)-65;return N.jsx("rect",{x:n,y:r,rx:"2",ry:"2",width:100,height:"30"},t)}))}))})})},bC=()=>N.jsx($w,{children:N.jsxs(Tw,{height:220,width:"100%",speed:1,backgroundColor:"rgb(0,0,0)",foregroundColor:"rgb(0,0,0)",backgroundOpacity:.06,foregroundOpacity:.12,children:[N.jsx("rect",{x:"0",y:"0",rx:"0",ry:"0",width:"200",height:"50"}),N.jsx("rect",{x:"0",y:"70",rx:"0",ry:"0",width:"100%",height:"25"}),N.jsx("rect",{x:"0",y:"105",rx:"0",ry:"0",width:"100%",height:"15"}),N.jsx("rect",{x:"0",y:"130",rx:"0",ry:"0",width:"100%",height:"15"}),N.jsx("rect",{x:"0",y:"155",rx:"0",ry:"0",width:"100%",height:"15"}),N.jsx("rect",{x:"0",y:"180",rx:"0",ry:"0",width:"100%",height:"15"}),N.jsx("rect",{x:"0",y:"205",rx:"0",ry:"0",width:"100%",height:"15"})]})}),wC=()=>N.jsxs(Tw,{height:650,width:"100%",speed:1,backgroundColor:"rgb(0,0,0)",foregroundColor:"rgb(0,0,0)",backgroundOpacity:.06,foregroundOpacity:.12,children:[N.jsx("rect",{x:"0",y:"30",rx:"0",ry:"0",width:"50%",height:"20"}),N.jsx("rect",{x:"0",y:"55",rx:"0",ry:"0",width:"50%",height:"20"}),N.jsx("rect",{x:"0",y:"80",rx:"0",ry:"0",width:"50%",height:"20"}),N.jsx("rect",{x:"0",y:"105",rx:"0",ry:"0",width:"50%",height:"20"}),N.jsx("rect",{x:"0",y:"130",rx:"0",ry:"0",width:"50%",height:"20"}),N.jsx("rect",{x:"0",y:"155",rx:"0",ry:"0",width:"50%",height:"20"}),N.jsx("rect",{x:"0",y:"180",rx:"0",ry:"0",width:"50%",height:"20"}),N.jsx("rect",{x:"0",y:"205",rx:"0",ry:"0",width:"50%",height:"20"}),N.jsx("rect",{x:"0",y:"250",rx:"0",ry:"0",width:"100%",height:"250"}),N.jsx("rect",{x:"0",y:"525",rx:"0",ry:"0",width:"100%",height:"15"}),N.jsx("rect",{x:"0",y:"550",rx:"0",ry:"0",width:"100%",height:"15"}),N.jsx("rect",{x:"0",y:"575",rx:"0",ry:"0",width:"100%",height:"15"})]}),CC=()=>N.jsxs(Tw,{height:220,width:"100%",speed:1,backgroundColor:"rgb(0,0,0)",foregroundColor:"rgb(0,0,0)",backgroundOpacity:.06,foregroundOpacity:.12,children:[N.jsx("rect",{x:"0",y:"0",rx:"0",ry:"0",width:"100%",height:"14"}),N.jsx("rect",{x:"0",y:"28",rx:"0",ry:"0",width:"100%",height:"14"}),N.jsx("rect",{x:"0",y:"56",rx:"0",ry:"0",width:"100%",height:"14"}),N.jsx("rect",{x:"0",y:"84",rx:"0",ry:"0",width:"100%",height:"14"}),N.jsx("rect",{x:"0",y:"112",rx:"0",ry:"0",width:"100%",height:"14"}),N.jsx("rect",{x:"0",y:"140",rx:"0",ry:"0",width:"100%",height:"14"}),N.jsx("rect",{x:"0",y:"168",rx:"0",ry:"0",width:"100%",height:"14"})]}),kC=({mode:e})=>{const t=document.querySelector("._refChatContainer"),n=t?t.offsetWidth:0,r="single"===e?65:t&&t.offsetHeight-140>=0?t.offsetHeight:0,i=n-48-88-20,a=i+60+16,o="single"===e?1:Math.floor(r/64);let s=0;return N.jsx(Tw,{height:r,width:"100%",speed:1,backgroundColor:"rgb(0,0,0)",foregroundColor:"rgb(0,0,0)",backgroundOpacity:.06,foregroundOpacity:.12,children:Array.apply(0,Array(o)).map(((e,t)=>{const n=14+s,r=32+s,o=64+s;return s=o,N.jsxs(h,{children:[N.jsx("rect",{x:"16",y:n,rx:"4",ry:"4",width:"32",height:"32"}),N.jsx("rect",{x:"60",y:n,rx:"0",ry:"0",width:i,height:"14"}),N.jsx("rect",{x:"60",y:r,rx:"0",ry:"0",width:i,height:"14"}),N.jsx("rect",{x:a,y:n,rx:"0",ry:"0",width:"66",height:"14"}),N.jsx("rect",{x:a,y:r,rx:"0",ry:"0",width:"66",height:"14"}),N.jsx("rect",{x:"0",y:o,rx:"0",ry:"0",width:"100%",height:"1"})]},t)}))})},IC=({mode:e})=>{const t=document.querySelector("._refTabsContent"),n=document.querySelector("._refChatContainer"),r=t&&t.offsetWidth-30>=0?t.offsetWidth-30:0,i="single"===e?65:n&&n.offsetHeight-204>=0?n.offsetHeight-204:0,a=r-48-88,o=a+60+16+22,s="single"===e?1:Math.floor(i/64);let l=0;return!(r<=0)&&N.jsx(Tw,{height:i,width:"100%",speed:1,backgroundColor:"rgb(0,0,0)",foregroundColor:"rgb(0,0,0)",backgroundOpacity:.06,foregroundOpacity:.12,children:Array.apply(0,Array(s)).map(((e,t)=>{const n=14+l,r=32+l,i=64+l;return l=i,N.jsxs(h,{children:[N.jsx("rect",{x:"16",y:n,rx:"4",ry:"4",width:"14",height:"14"}),N.jsx("rect",{x:"38",y:n,rx:"4",ry:"4",width:"32",height:"32"}),N.jsx("rect",{x:"78",y:n,rx:"0",ry:"0",width:a,height:"14"}),N.jsx("rect",{x:"78",y:r,rx:"0",ry:"0",width:a,height:"20"}),N.jsx("rect",{x:o,y:n,rx:"0",ry:"0",width:"20",height:"14"}),N.jsx("rect",{x:o,y:r,rx:"0",ry:"0",width:"20",height:"14"}),N.jsx("rect",{x:"0",y:i,rx:"0",ry:"0",width:"100%",height:"1"})]},t)}))})},AC=({mode:e})=>{const t=document.querySelectorAll("._refChatContainer > article"),n=document.querySelector("._refChatContainer");let r=t[0]&&t[0].offsetWidth>=0?t[0].offsetWidth:0;r=r<=0?n&&n.offsetWidth>=0?n.offsetWidth:0:r;const i="single"===e?234:n&&n.offsetHeight>=0?n.offsetHeight:0,a=r-32<=360?r-32:360,o=r-a-16,s=i-145,l="single"===e?1:Math.floor(s/76);let c=0;return N.jsx(Tw,{height:s,width:"100%",speed:1,backgroundColor:"rgb(0,0,0)",foregroundColor:"rgb(0,0,0)",backgroundOpacity:.06,foregroundOpacity:.12,children:Array.apply(0,Array(l)).map(((e,t)=>{const n=0===t?s-76:c-76;return c=n,N.jsx("rect",{x:t>=3?"16":o,y:n,rx:"10",ry:"10",width:a,height:"60"},t)}))})},jC=()=>N.jsxs(Tw,{speed:1,width:"100%",height:550,backgroundColor:"rgb(0,0,0)",foregroundColor:"rgb(0,0,0)",backgroundOpacity:.06,foregroundOpacity:.12,children:[N.jsx("rect",{x:"0",y:"0",rx:"2",ry:"2",width:"125",height:"15"}),N.jsx("rect",{x:"0",y:"25",rx:"2",ry:"2",width:"620",height:"25"}),N.jsx("rect",{x:"0",y:"60",rx:"2",ry:"2",width:"450",height:"25"}),N.jsx("rect",{x:"0",y:"110",rx:"2",ry:"2",width:"125",height:"15"}),N.jsx("rect",{x:"0",y:"135",rx:"2",ry:"2",width:"620",height:"25"}),N.jsx("rect",{x:"0",y:"170",rx:"2",ry:"2",width:"450",height:"25"}),N.jsx("rect",{x:"0",y:"220",rx:"2",ry:"2",width:"125",height:"15"}),N.jsx("rect",{x:"0",y:"245",rx:"2",ry:"2",width:"620",height:"25"}),N.jsx("rect",{x:"0",y:"280",rx:"2",ry:"2",width:"450",height:"25"}),N.jsx("rect",{x:"0",y:"330",rx:"2",ry:"2",width:"125",height:"15"}),N.jsx("rect",{x:"0",y:"355",rx:"2",ry:"2",width:"450",height:"80"}),N.jsx("rect",{x:"0",y:"460",rx:"2",ry:"2",width:"125",height:"15"}),N.jsx("rect",{x:"0",y:"485",rx:"2",ry:"2",width:"450",height:"80"}),N.jsx("rect",{x:"0",y:"585",rx:"2",ry:"2",width:"125",height:"15"}),N.jsx("rect",{x:"0",y:"610",rx:"2",ry:"2",width:"170",height:"25"}),N.jsx("rect",{x:"180",y:"610",rx:"2",ry:"2",width:"170",height:"25"}),N.jsx("rect",{x:"0",y:"645",rx:"2",ry:"2",width:"170",height:"25"}),N.jsx("rect",{x:"180",y:"645",rx:"2",ry:"2",width:"170",height:"25"}),N.jsx("rect",{x:"0",y:"695",rx:"2",ry:"2",width:"125",height:"15"}),N.jsx("rect",{x:"0",y:"720",rx:"2",ry:"2",width:"450",height:"25"}),N.jsx("rect",{x:"0",y:"755",rx:"2",ry:"2",width:"400",height:"25"})]}),SC=()=>N.jsx($w,{children:N.jsxs(Tw,{speed:1,width:Vw,height:500,backgroundColor:"rgb(0,0,0)",foregroundColor:"rgb(0,0,0)",backgroundOpacity:.06,foregroundOpacity:.12,style:{position:"relative",zIndex:"2"},children:[N.jsx("rect",{x:"10",y:"10",rx:"2",ry:"2",width:"210",height:"25"}),N.jsx("rect",{x:"10",y:"60",rx:"2",ry:"2",width:"210",height:"20"}),N.jsx("rect",{x:"10",y:"95",rx:"2",ry:"2",width:"210",height:"20"}),N.jsx("rect",{x:"10",y:"130",rx:"2",ry:"2",width:"210",height:"20"}),N.jsx("rect",{x:"10",y:"165",rx:"2",ry:"2",width:"210",height:"20"}),N.jsx("rect",{x:"10",y:"200",rx:"2",ry:"2",width:"210",height:"20"}),N.jsx("rect",{x:"10",y:"235",rx:"2",ry:"2",width:"210",height:"20"}),N.jsx("rect",{x:"10",y:"270",rx:"2",ry:"2",width:"210",height:"20"}),N.jsx("rect",{x:"10",y:"305",rx:"2",ry:"2",width:"210",height:"20"}),N.jsx("rect",{x:"280",y:"10",rx:"2",ry:"2",width:"210",height:"25"}),N.jsx("rect",{x:"280",y:"60",rx:"2",ry:"2",width:"210",height:"20"}),N.jsx("rect",{x:"280",y:"95",rx:"2",ry:"2",width:"210",height:"20"}),N.jsx("rect",{x:"280",y:"130",rx:"2",ry:"2",width:"210",height:"20"}),N.jsx("rect",{x:"280",y:"165",rx:"2",ry:"2",width:"210",height:"20"}),N.jsx("rect",{x:"280",y:"200",rx:"2",ry:"2",width:"210",height:"20"}),N.jsx("rect",{x:"280",y:"235",rx:"2",ry:"2",width:"210",height:"20"}),N.jsx("rect",{x:"280",y:"270",rx:"2",ry:"2",width:"210",height:"20"}),N.jsx("rect",{x:"280",y:"305",rx:"2",ry:"2",width:"210",height:"20"}),N.jsx("rect",{x:"550",y:"10",rx:"2",ry:"2",width:"210",height:"25"}),N.jsx("rect",{x:"550",y:"60",rx:"2",ry:"2",width:"210",height:"20"}),N.jsx("rect",{x:"550",y:"95",rx:"2",ry:"2",width:"210",height:"20"}),N.jsx("rect",{x:"550",y:"130",rx:"2",ry:"2",width:"210",height:"20"}),N.jsx("rect",{x:"550",y:"165",rx:"2",ry:"2",width:"210",height:"20"}),N.jsx("rect",{x:"550",y:"200",rx:"2",ry:"2",width:"210",height:"20"}),N.jsx("rect",{x:"550",y:"235",rx:"2",ry:"2",width:"210",height:"20"}),N.jsx("rect",{x:"550",y:"270",rx:"2",ry:"2",width:"210",height:"20"}),N.jsx("rect",{x:"550",y:"305",rx:"2",ry:"2",width:"210",height:"20"})]})}),DC=()=>{const e=window.innerHeight-286,t=Vw>=1336||Vw>=1112?400:300,n=32+t+12,r=Vw-t-85,i=e?Math.ceil((e-78)/70):0;return N.jsx(Pw,{children:N.jsxs(Tw,{speed:1,width:Vw,height:"100%",backgroundColor:"rgb(0,0,0)",foregroundColor:"rgb(0,0,0)",backgroundOpacity:.06,foregroundOpacity:.12,style:{position:"relative",zIndex:"2"},children:[N.jsx("rect",{x:32,y:"23",rx:"2",ry:"2",width:t,height:"16"}),N.jsx("rect",{x:n,y:"23",rx:"2",ry:"2",width:r,height:"16"}),Array.apply(0,Array(i)).map(((e,i)=>{const a=70*i+78;return N.jsxs(h,{children:[N.jsx("rect",{x:32,y:a,rx:"2",ry:"2",width:t,height:"31"}),N.jsx("rect",{x:n,y:a,rx:"2",ry:"2",width:r,height:"31"})]},i)}))]})})},EC=()=>N.jsx(Yw,{children:N.jsxs(Tw,{speed:1,width:1e3,height:300,backgroundColor:"rgb(0,0,0)",foregroundColor:"rgb(0,0,0)",backgroundOpacity:.06,foregroundOpacity:.12,style:{width:"100%",maxWidth:"1000px",minWidth:"800px"},children:[N.jsx("rect",{x:"60",y:"20",rx:"2",ry:"2",width:"100",height:"21"}),N.jsx("rect",{x:"60",y:"51",rx:"2",ry:"2",width:"280",height:"36"}),N.jsx("rect",{x:"360",y:"20",rx:"2",ry:"2",width:"100",height:"21"}),N.jsx("rect",{x:"360",y:"51",rx:"2",ry:"2",width:"280",height:"36"}),N.jsx("rect",{x:"660",y:"20",rx:"2",ry:"2",width:"100",height:"21"}),N.jsx("rect",{x:"660",y:"51",rx:"2",ry:"2",width:"280",height:"36"}),N.jsx("rect",{x:"52",y:"130",rx:"2",ry:"2",width:"31",height:"31"}),N.jsx("rect",{x:"95",y:"130",rx:"2",ry:"2",width:"110",height:"31"}),N.jsx("rect",{x:"217",y:"130",rx:"2",ry:"2",width:"110",height:"31"}),N.jsx("rect",{x:"339",y:"130",rx:"2",ry:"2",width:"110",height:"31"}),N.jsx("rect",{x:"461",y:"130",rx:"2",ry:"2",width:"110",height:"31"}),N.jsx("rect",{x:"583",y:"130",rx:"2",ry:"2",width:"110",height:"31"}),N.jsx("rect",{x:"705",y:"130",rx:"2",ry:"2",width:"110",height:"31"}),N.jsx("rect",{x:"827",y:"130",rx:"2",ry:"2",width:"110",height:"31"}),N.jsx("rect",{x:"52",y:"170",rx:"2",ry:"2",width:"31",height:"31"}),N.jsx("rect",{x:"95",y:"170",rx:"2",ry:"2",width:"110",height:"31"}),N.jsx("rect",{x:"217",y:"170",rx:"2",ry:"2",width:"110",height:"31"}),N.jsx("rect",{x:"339",y:"170",rx:"2",ry:"2",width:"110",height:"31"}),N.jsx("rect",{x:"461",y:"170",rx:"2",ry:"2",width:"110",height:"31"}),N.jsx("rect",{x:"583",y:"170",rx:"2",ry:"2",width:"110",height:"31"}),N.jsx("rect",{x:"705",y:"170",rx:"2",ry:"2",width:"110",height:"31"}),N.jsx("rect",{x:"827",y:"170",rx:"2",ry:"2",width:"110",height:"31"}),N.jsx("rect",{x:"52",y:"210",rx:"2",ry:"2",width:"31",height:"31"}),N.jsx("rect",{x:"95",y:"210",rx:"2",ry:"2",width:"110",height:"31"}),N.jsx("rect",{x:"217",y:"210",rx:"2",ry:"2",width:"110",height:"31"}),N.jsx("rect",{x:"339",y:"210",rx:"2",ry:"2",width:"110",height:"31"}),N.jsx("rect",{x:"461",y:"210",rx:"2",ry:"2",width:"110",height:"31"}),N.jsx("rect",{x:"583",y:"210",rx:"2",ry:"2",width:"110",height:"31"}),N.jsx("rect",{x:"705",y:"210",rx:"2",ry:"2",width:"110",height:"31"}),N.jsx("rect",{x:"827",y:"210",rx:"2",ry:"2",width:"110",height:"31"}),N.jsx("rect",{x:"52",y:"250",rx:"2",ry:"2",width:"31",height:"31"}),N.jsx("rect",{x:"95",y:"250",rx:"2",ry:"2",width:"110",height:"31"}),N.jsx("rect",{x:"217",y:"250",rx:"2",ry:"2",width:"110",height:"31"}),N.jsx("rect",{x:"339",y:"250",rx:"2",ry:"2",width:"110",height:"31"}),N.jsx("rect",{x:"461",y:"250",rx:"2",ry:"2",width:"110",height:"31"}),N.jsx("rect",{x:"583",y:"250",rx:"2",ry:"2",width:"110",height:"31"}),N.jsx("rect",{x:"705",y:"250",rx:"2",ry:"2",width:"110",height:"31"}),N.jsx("rect",{x:"827",y:"250",rx:"2",ry:"2",width:"110",height:"31"})]})}),MC=()=>N.jsx(Tw,{height:36,width:"100%",speed:1,backgroundColor:"rgb(0,0,0)",foregroundColor:"rgb(0,0,0)",backgroundOpacity:.06,foregroundOpacity:.12,children:N.jsx("rect",{x:"0",y:"0",rx:"0",ry:"0",width:"100%",height:"36"})}),NC=()=>N.jsxs(Tw,{height:151,width:"100%",speed:1,backgroundColor:"rgb(0,0,0)",foregroundColor:"rgb(0,0,0)",backgroundOpacity:.06,foregroundOpacity:.12,children:[N.jsx("rect",{x:"0",y:"4",rx:"0",ry:"0",width:"135",height:"14"}),N.jsx("rect",{x:"150",y:"4",rx:"0",ry:"0",width:"140",height:"14"}),N.jsx("rect",{x:"0",y:"32",rx:"0",ry:"0",width:"135",height:"14"}),N.jsx("rect",{x:"150",y:"32",rx:"0",ry:"0",width:"140",height:"14"}),N.jsx("rect",{x:"0",y:"60",rx:"0",ry:"0",width:"135",height:"14"}),N.jsx("rect",{x:"150",y:"60",rx:"0",ry:"0",width:"140",height:"14"}),N.jsx("rect",{x:"0",y:"88",rx:"0",ry:"0",width:"135",height:"14"}),N.jsx("rect",{x:"150",y:"88",rx:"0",ry:"0",width:"140",height:"14"}),N.jsx("rect",{x:"0",y:"116",rx:"0",ry:"0",width:"135",height:"14"}),N.jsx("rect",{x:"150",y:"116",rx:"0",ry:"0",width:"140",height:"14"}),N.jsx("rect",{x:"150",y:"132",rx:"0",ry:"0",width:"140",height:"14"})]}),TC=()=>N.jsx(Tw,{height:16,width:86,speed:1,backgroundColor:"rgb(0,0,0)",foregroundColor:"rgb(0,0,0)",backgroundOpacity:.06,foregroundOpacity:.12,viewBox:"0 0 86 16",children:N.jsx("rect",{x:"0",y:"2",rx:"5",ry:"5",width:80,height:14})}),OC=()=>N.jsxs(Tw,{height:125,width:"100%",speed:1,backgroundColor:"rgb(0,0,0)",foregroundColor:"rgb(0,0,0)",backgroundOpacity:.06,foregroundOpacity:.12,children:[N.jsx("rect",{x:"0",y:"4",rx:"0",ry:"0",width:"100%",height:"20"}),N.jsx("rect",{x:"0",y:"28",rx:"0",ry:"0",width:"100%",height:"20"}),N.jsx("rect",{x:"0",y:"70",rx:"0",ry:"0",width:"180px",height:"16"}),N.jsx("rect",{x:"0",y:"110",rx:"0",ry:"0",width:"100px",height:"14"})]}),_C=()=>{const e=Math.floor(31*Math.random())+50;return N.jsx(Tw,{height:30,width:e,speed:1,backgroundColor:"rgb(0,0,0)",foregroundColor:"rgb(0,0,0)",backgroundOpacity:.06,foregroundOpacity:.12,children:N.jsx("rect",{x:"0",y:"0",rx:"4",ry:"4",width:"100%",height:"30"})})},LC=()=>N.jsxs(Tw,{height:116,width:"100%",speed:1,backgroundColor:"rgb(0,0,0)",foregroundColor:"rgb(0,0,0)",backgroundOpacity:.06,foregroundOpacity:.12,children:[N.jsx(Hw,{$width:"calc(100% - 20px)",x:"10",y:"10",rx:"0",ry:"0",height:"16"}),N.jsx("rect",{x:"10",y:"35",rx:"0",ry:"0",width:"75%",height:"16"}),N.jsx(Hw,{$width:"calc(100% - 20px)",x:"10",y:"63",rx:"0",ry:"0",height:"16"}),N.jsx(Hw,{$x:"calc(50% - 30px)",y:"95",rx:"4",ry:"4",width:"60px",height:"16"})]}),PC=()=>N.jsxs(Tw,{speed:1,width:"100%",height:580,backgroundColor:"rgb(0,0,0)",foregroundColor:"rgb(0,0,0)",backgroundOpacity:.06,foregroundOpacity:.12,children:[N.jsx("rect",{x:"0",y:"0",rx:"0",ry:"0",width:"100%",height:"198"}),N.jsx("rect",{x:"0",y:"214",rx:"0",ry:"0",width:"100%",height:"16"}),N.jsx("rect",{x:"0",y:"240",rx:"0",ry:"0",width:"100%",height:"16"}),N.jsx("rect",{x:"0",y:"266",rx:"0",ry:"0",width:"100%",height:"16"}),N.jsx("rect",{x:"0",y:"292",rx:"0",ry:"0",width:"100%",height:"16"}),N.jsx("rect",{x:"0",y:"318",rx:"0",ry:"0",width:"100%",height:"40"}),N.jsx("rect",{x:"0",y:"368",rx:"0",ry:"0",width:"100%",height:"16"}),N.jsx("rect",{x:"0",y:"394",rx:"0",ry:"0",width:"100%",height:"16"}),N.jsx("rect",{x:"0",y:"420",rx:"0",ry:"0",width:"100%",height:"16"}),N.jsx("rect",{x:"0",y:"456",rx:"0",ry:"0",width:"100px",height:"16"}),N.jsx("rect",{x:"0",y:"480",rx:"0",ry:"0",width:"100%",height:"94"})]}),BC={rangeDate:"lastsecondweek",startDate:Sy().clone().subtract(13,"days").format("YYYY-MM-DD"),endDate:Sy().clone().format("YYYY-MM-DD"),placeholder:"Last 14 days",minDate:Sy().clone().subtract(89,"days").format("YYYY-MM-DD")};export{Yy as BoxContainer,Fy as BreadcrumbContainer,$y as BulkActionWrapper,ot as ButtonComponent,kv as ButtonGroup,yv as ButtonLabel,Gv as CardContainer,Wv as CardWrapper,nt as CheckboxComponent,pv as CollapseContainer,Zw as ContentLoaderAccountsList,Xw as ContentLoaderActivityList,Kw as ContentLoaderAddition,qw as ContentLoaderAnalyticsMenu,DC as ContentLoaderCategoryList,kC as ContentLoaderChatAccounts,AC as ContentLoaderChatMessages,IC as ContentLoaderChatProducts,CC as ContentLoaderChatStores,bC as ContentLoaderDashboardCard,xC as ContentLoaderEditBundle,cC as ContentLoaderFilterCategories,lC as ContentLoaderFilters,nC as ContentLoaderInvoiceListPaymentreceiveDetail,mC as ContentLoaderMasterBundleDetail,Uw as ContentLoaderMasterDetail,uC as ContentLoaderMasterList,gC as ContentLoaderMasterListingDetail,eC as ContentLoaderNonOrderList,MC as ContentLoaderNotifUpdate,TC as ContentLoaderOneLinePromotion,wC as ContentLoaderOnlyBodyDashboardCard,vC as ContentLoaderOnlyBodyTableList,yC as ContentLoaderOnlyHeaderTableList,Qw as ContentLoaderOrderDetail,Jw as ContentLoaderOrderList,_C as ContentLoaderPOSCategory,LC as ContentLoaderPOSItem,OC as ContentLoaderPOSStore,tC as ContentLoaderPagination,hC as ContentLoaderPopupBundle,fC as ContentLoaderPopupChooseStore,pC as ContentLoaderPopupLinkedListing,iC as ContentLoaderPopupListOrder,oC as ContentLoaderPopupPaymentReceive,EC as ContentLoaderPopupPaymentReceived,aC as ContentLoaderPopupPicklist,rC as ContentLoaderPopupReadyToShip,sC as ContentLoaderPopupStoreSelect,PC as ContentLoaderPosProductDetail,NC as ContentLoaderPromotionHover,SC as ContentLoaderReportingDashboard,jC as ContentLoaderSetting,dC as ContentLoaderTableList,Qv as CreateContainer,Uv as CreateHeaderWrapper,Kv as CreateToolWrapper,Eb as DateComponent,Nb as DateTimeComponent,Dv as DateWrapper,zv as DetailItem,Hv as DetailItemAction,Vv as DetailItemInfo,$v as DetailItemTitle,Xv as DetailItemWrapper,Yv as DetailList,Zv as DetailPanelWrapper,Rv as DetailWrapper,Dt as DropDownComponent,Tv as DropdownAction,Nv as DropdownItem,Mv as DropdownList,Ev as DropdownTitle,eh as ErrorComponent,zy as FigureWraper,Pv as FilterButton,mb as FilterColumnContainer,bv as FilterContainer,_v as FilterItem,Ov as FilterList,Lv as FilterListTitle,Iv as FilterWrapper,By as FoContainer,Dw as FormContainer,My as HeaderContainer,ft as IconComponent,Bv as IconDot,so as ImageComponent,Ry as InfoGroup,Hy as InitialContainer,qe as InputComponent,Wy as InputGroup,Qe as InputOTPComponent,Je as InputRefComponent,Ce as IsNumeric,rv as ItemPriceLabel,jv as ItemTable,dt as LabelComponent,qy as LeftPanelContainer,J as LinkComponent,vv as LinkContainer,ib as ListAddItemContainer,jw as ListComponent,_y as ListContainer,Sv as ListTable,Av as ListTableContainer,ht as LoadingComponent,Vy as MasterTableActionWrapper,kw as MasterTableComponent,Up as MenuList,Rt as MessageComponent,Va as MessageQuestionComponent,Zy as MultiPanelContainer,Gy as MuteLabel,av as NameLabel,hb as NavChildItem,db as NavList,ub as NavMainItem,pb as NavMainItemWrapper,cb as NavMobileOverlay,mv as PageButton,xv as PageDot,fv as PageLabel,gv as PageWrapper,hv as PaginationContainer,Xy as PanelBody,Oy as PanelContainer,Ty as PanelWrapper,ob as PopupAddProductContainer,qv as PopupBoxWrapper,sb as PopupCard,ro as PopupComponent,Jv as PopupDownloadWrapper,lb as PopupExportCardWrapper,Lb as RadioComponent,Jy as RightPanelContainer,fb as ScrollArrowContainer,eb as SearchDropdownContainer,wv as SearchFilterContainer,Qy as SearchFormWrapper,rb as SearchResultItem,nb as SearchResultList,tb as SearchResultWrapper,Cv as SearchWrapper,ab as SearchWrapperPopup,Qp as SelectComponent,Ew as SingleFormContainer,Fv as SortByWrapper,Rb as SwitchComponent,nv as TableColumnGroup,Uy as TableHeadLabel,Ky as TableHeadWrapper,dv as TableItemColumn,uv as TableItemWrapper,iv as TableLabel,tv as TableRightGroup,ev as TableRowGroup,Ly as TabsContainer,Py as TabsContent,ov as TabsHeader,sv as TabsItem,lv as TabsList,cv as TabsWrapper,xh as TextAreaComponent,yh as TextAreaRefComponent,_ as TextComponent,Ny as Title,gb as TotalLabel,gh as UploadComponent,mh as UploadDragDropComponent,Re as abbreviateNumber,G as boxBase,be as capitalize,ge as channelMap,L as clearList,ie as colorCommonQuantity,me as colorStatus,de as colorStockAdjust,ce as colorStockInboundQuantity,se as colorStockInboundStatus,le as colorStockQuantity,oe as colorStockStatus,Id as components,BC as configDateRange,Ae as currencyNumber,te as dateRangeStatus,ve as debounce,W as dropBase,B as elipsis,ue as errorMessage,re as errorTitle,Be as evCheckAllValidation,Pe as evExecuteError,Ne as evGenerateValueMatch,_e as evHighlight,Le as evKeyMapperScanner,Oe as evScrollTo,je as evUpdateInputRc,$ as formLabel,we as formatNumber,ke as generateMessage,Ie as generateMessageQuestion,Ee as generateValue,De as generateValueTable,Se as getSizeContainer,fe as getStorage,Y as headTable,he as historyType,We as isDesktop,$e as isMobile,Ye as isTablet,F as multiElipsis,ne as pageMasterTable,Ge as pasteIntoInput,ye as removeStorage,P as responseWidth,xe as setStorage,ae as statusColor,R as thirdElipsis,pe as typePage,Fe as unCamelCaseKeys,Te as unescapeHTML,Me as validateByApproveJs};
|
|
3553
3590
|
//# sourceMappingURL=index.mjs.map
|