forstok-ui-lib 6.2.12 → 6.3.2
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 +20 -18
- package/dist/index.js +252 -62
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +317 -127
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/assets/javascripts/function.ts +2 -2
- package/src/assets/stylesheets/shares.styles.ts +197 -5
- package/src/typeds/shares.typed.ts +29 -1
package/dist/index.js
CHANGED
|
@@ -1103,7 +1103,7 @@
|
|
|
1103
1103
|
margin: 9px auto 30px;
|
|
1104
1104
|
padding: 16px 0 16px;
|
|
1105
1105
|
}
|
|
1106
|
-
`,
|
|
1106
|
+
`,rt=o.default.div`
|
|
1107
1107
|
display: grid;
|
|
1108
1108
|
grid-auto-flow: row;
|
|
1109
1109
|
grid-gap: 10px;
|
|
@@ -1145,7 +1145,7 @@
|
|
|
1145
1145
|
}
|
|
1146
1146
|
}
|
|
1147
1147
|
`}
|
|
1148
|
-
`,
|
|
1148
|
+
`,it=o.default.div`
|
|
1149
1149
|
display: grid;
|
|
1150
1150
|
justify-content: center;
|
|
1151
1151
|
align-content: center;
|
|
@@ -1176,18 +1176,18 @@
|
|
|
1176
1176
|
cursor: default;
|
|
1177
1177
|
}
|
|
1178
1178
|
`}
|
|
1179
|
-
`,
|
|
1179
|
+
`,at=o.default.span`
|
|
1180
1180
|
font-size: 12px;
|
|
1181
1181
|
text-align: center;
|
|
1182
|
-
`,
|
|
1182
|
+
`,ot=o.default.div`
|
|
1183
1183
|
padding-top: 3px;
|
|
1184
1184
|
height: 28px;
|
|
1185
1185
|
width: 28px;
|
|
1186
1186
|
text-align: center;
|
|
1187
|
-
`,
|
|
1187
|
+
`,st=o.default.span`
|
|
1188
1188
|
font-size: 14px;
|
|
1189
1189
|
font-weight: 400;
|
|
1190
|
-
`,
|
|
1190
|
+
`,lt=o.default.article`
|
|
1191
1191
|
display: inline-grid;
|
|
1192
1192
|
grid-auto-flow: row;
|
|
1193
1193
|
grid-gap: 14px;
|
|
@@ -1203,11 +1203,11 @@
|
|
|
1203
1203
|
border: 0;
|
|
1204
1204
|
border-top: 1px solid var(--pri-clr-ln);
|
|
1205
1205
|
}
|
|
1206
|
-
`,
|
|
1206
|
+
`,ct=o.default.article`
|
|
1207
1207
|
> div {
|
|
1208
1208
|
justify-content: left;
|
|
1209
1209
|
}
|
|
1210
|
-
`,
|
|
1210
|
+
`,dt=o.default.div`
|
|
1211
1211
|
width: 100%;
|
|
1212
1212
|
margin-bottom: 16px !important;
|
|
1213
1213
|
> article {
|
|
@@ -1230,7 +1230,7 @@
|
|
|
1230
1230
|
${({$mode:e})=>"detail"===e&&t.css`
|
|
1231
1231
|
padding-bottom: 10px;
|
|
1232
1232
|
`}
|
|
1233
|
-
`,
|
|
1233
|
+
`,ut=o.default.div`
|
|
1234
1234
|
display: grid;
|
|
1235
1235
|
grid-template-columns: 148px 1fr;
|
|
1236
1236
|
position: relative;
|
|
@@ -1267,7 +1267,7 @@
|
|
|
1267
1267
|
width: ${e};
|
|
1268
1268
|
}
|
|
1269
1269
|
`}}}
|
|
1270
|
-
`,
|
|
1270
|
+
`,pt=o.default.div`
|
|
1271
1271
|
position: relative;
|
|
1272
1272
|
display: grid;
|
|
1273
1273
|
grid-auto-flow: column;
|
|
@@ -1302,7 +1302,7 @@
|
|
|
1302
1302
|
font-size: var(--pri-ft-sz);
|
|
1303
1303
|
}
|
|
1304
1304
|
}
|
|
1305
|
-
`,
|
|
1305
|
+
`,ht=o.default.section`
|
|
1306
1306
|
display: inline-block;
|
|
1307
1307
|
padding-left: 0;
|
|
1308
1308
|
width: 100%;
|
|
@@ -1313,7 +1313,7 @@
|
|
|
1313
1313
|
> article {
|
|
1314
1314
|
margin-top: 10px;
|
|
1315
1315
|
}
|
|
1316
|
-
${
|
|
1316
|
+
${pt} {
|
|
1317
1317
|
margin-bottom: 10px;
|
|
1318
1318
|
&:last-child {
|
|
1319
1319
|
margin-right: 0;
|
|
@@ -1370,11 +1370,11 @@
|
|
|
1370
1370
|
&:first-child {
|
|
1371
1371
|
padding-left: 0;
|
|
1372
1372
|
}
|
|
1373
|
-
${
|
|
1373
|
+
${pt} {
|
|
1374
1374
|
margin-bottom: 0;
|
|
1375
1375
|
}
|
|
1376
1376
|
}
|
|
1377
|
-
`,
|
|
1377
|
+
`,gt=o.default.div`
|
|
1378
1378
|
display: grid;
|
|
1379
1379
|
padding: 0 .625em 10px;
|
|
1380
1380
|
@media only screen and (min-width: 375px) {
|
|
@@ -1386,8 +1386,8 @@
|
|
|
1386
1386
|
@media only screen and (min-width: 1800px) {
|
|
1387
1387
|
padding: 0 16px 0 9px;
|
|
1388
1388
|
}
|
|
1389
|
-
`,
|
|
1390
|
-
${
|
|
1389
|
+
`,ft=o.default.section``,mt={item:t.css`
|
|
1390
|
+
${ft} {
|
|
1391
1391
|
grid-template-columns: var(--checkbox) var(--item) minmax(auto, max-content) var(--time) minmax(88px, auto);
|
|
1392
1392
|
&[role=rowheader] > div[role=group],
|
|
1393
1393
|
&[role=row] > div[role=cellgroup] > div[role=rowgroup],
|
|
@@ -1402,7 +1402,7 @@
|
|
|
1402
1402
|
}
|
|
1403
1403
|
}
|
|
1404
1404
|
`,listing:t.css`
|
|
1405
|
-
${
|
|
1405
|
+
${ft} {
|
|
1406
1406
|
grid-template-columns: var(--checkbox) var(--item) minmax(auto, max-content) minmax(88px, auto);
|
|
1407
1407
|
&[role=rowheader] > div[role=group],
|
|
1408
1408
|
&[role=row] > div[role=cellgroup] > div[role=rowgroup],
|
|
@@ -1417,9 +1417,104 @@
|
|
|
1417
1417
|
}
|
|
1418
1418
|
}
|
|
1419
1419
|
`,quantity:t.css`
|
|
1420
|
-
|
|
1421
|
-
|
|
1422
|
-
|
|
1420
|
+
overflow: hidden;
|
|
1421
|
+
> div {
|
|
1422
|
+
overflow: auto;
|
|
1423
|
+
}
|
|
1424
|
+
@media only screen and (min-width: 1024px) {
|
|
1425
|
+
> div {
|
|
1426
|
+
margin: 0px 9px 0px 9px;
|
|
1427
|
+
}
|
|
1428
|
+
}
|
|
1429
|
+
${ft} {
|
|
1430
|
+
width: 100%;
|
|
1431
|
+
display: flex;
|
|
1432
|
+
margin: 0;
|
|
1433
|
+
padding: 0;
|
|
1434
|
+
grid-gap: 0;
|
|
1435
|
+
&[role=rowheader] > div[role=group],
|
|
1436
|
+
&[role=row] > div[role=group],
|
|
1437
|
+
&[role=row] > div[role=cellgroup] > div[role=rowgroup],
|
|
1438
|
+
&[role=row] > div[role=cellgroup],
|
|
1439
|
+
._refCollapse > div:not(._refCollapseContainer),
|
|
1440
|
+
._refCollapseContainer > div {
|
|
1441
|
+
display: flex;
|
|
1442
|
+
flex: 2;
|
|
1443
|
+
grid-gap: 0;
|
|
1444
|
+
}
|
|
1445
|
+
&[role=row] > div[role=cellgroup] {
|
|
1446
|
+
flex-direction: column;
|
|
1447
|
+
}
|
|
1448
|
+
&[role=rowheader] > div[role=columnheader],
|
|
1449
|
+
&[role=rowheader] > div[role=group] > div[role=cell],
|
|
1450
|
+
&[role=row] > div[role=cell],
|
|
1451
|
+
&[role=row] > div[role=cellgroup] > div[role=rowgroup] > div[role=cell],
|
|
1452
|
+
._refCollapse > div:not(._refCollapseContainer) > div[role=cell],
|
|
1453
|
+
._refCollapseContainer > div > div[role=cell] {
|
|
1454
|
+
align-self: stretch;
|
|
1455
|
+
width: 100%;
|
|
1456
|
+
}
|
|
1457
|
+
&[role=rowheader] > div[role=columnheader],
|
|
1458
|
+
&[role=rowheader] > div[role=group] > div[role=cell] {
|
|
1459
|
+
padding-top: 1em;
|
|
1460
|
+
padding-bottom: 1em;
|
|
1461
|
+
border-bottom: 1px solid var(--ter-clr-ln);
|
|
1462
|
+
}
|
|
1463
|
+
&[role=row] > div[role=cell],
|
|
1464
|
+
&[role=row] > div[role=cellgroup] > div[role=rowgroup] > div[role=cell],
|
|
1465
|
+
._refCollapse > div:not(._refCollapseContainer) > div[role=cell],
|
|
1466
|
+
._refCollapseContainer > div > div[role=cell] {
|
|
1467
|
+
padding-top: 1.25em;
|
|
1468
|
+
padding-bottom: 1.25em;
|
|
1469
|
+
}
|
|
1470
|
+
&[role=rowheader], &[role=row] {
|
|
1471
|
+
padding: 0;
|
|
1472
|
+
margin: 0;
|
|
1473
|
+
> div {
|
|
1474
|
+
padding-right: 12px;
|
|
1475
|
+
&:first-child {
|
|
1476
|
+
padding-left: 0;
|
|
1477
|
+
}
|
|
1478
|
+
&:last-child {
|
|
1479
|
+
padding-right: 0;
|
|
1480
|
+
}
|
|
1481
|
+
}
|
|
1482
|
+
}
|
|
1483
|
+
&[role=rowheader] > div[role=group] > div[role=cell], &[role=row] > div[role=cellgroup] > div[role=rowgroup] > div[role=cell] {
|
|
1484
|
+
padding-right: 12px;
|
|
1485
|
+
&:last-child {
|
|
1486
|
+
|
|
1487
|
+
}
|
|
1488
|
+
}
|
|
1489
|
+
&[role=rowheader] {
|
|
1490
|
+
border: none;
|
|
1491
|
+
}
|
|
1492
|
+
&[role=row] > div[role=cellgroup] > div[role=rowgroup],
|
|
1493
|
+
._refCollapse > div, ._refCollapseContainer > div {
|
|
1494
|
+
padding-bottom: 0;
|
|
1495
|
+
padding-top: 0;
|
|
1496
|
+
&:nth-child(n+2) {
|
|
1497
|
+
padding-top: 0;
|
|
1498
|
+
}
|
|
1499
|
+
&:last-child {
|
|
1500
|
+
padding-bottom: 0;
|
|
1501
|
+
}
|
|
1502
|
+
}
|
|
1503
|
+
&:last-child {
|
|
1504
|
+
margin-bottom: 0;
|
|
1505
|
+
}
|
|
1506
|
+
@media only screen and (min-width: 1024px) {
|
|
1507
|
+
&[role=rowheader], &[role=row] {
|
|
1508
|
+
> div {
|
|
1509
|
+
&:first-child {
|
|
1510
|
+
padding-left: 9px;
|
|
1511
|
+
}
|
|
1512
|
+
&:last-child {
|
|
1513
|
+
padding-right: 9px;
|
|
1514
|
+
}
|
|
1515
|
+
}
|
|
1516
|
+
}
|
|
1517
|
+
}
|
|
1423
1518
|
.column-product {
|
|
1424
1519
|
min-width: calc(var(--item-min) + 25px);
|
|
1425
1520
|
max-width: calc(var(--item-max) + 25px);
|
|
@@ -1512,70 +1607,70 @@
|
|
|
1512
1607
|
}
|
|
1513
1608
|
}
|
|
1514
1609
|
`,picklist:t.css`
|
|
1515
|
-
${
|
|
1610
|
+
${ft} {
|
|
1516
1611
|
grid-template-columns: var(--checkbox) var(--time) var(--id) var(--status) var(--person) var(--warehouse) var(--ref) var(--time) minmax(185px, auto);
|
|
1517
1612
|
}
|
|
1518
1613
|
`,package:t.css`
|
|
1519
|
-
${
|
|
1614
|
+
${ft} {
|
|
1520
1615
|
grid-template-columns: var(--checkbox) var(--time) var(--id) var(--status) var(--person) var(--warehouse) var(--person) var(--ref) var(--time) minmax(110px, auto);
|
|
1521
1616
|
}
|
|
1522
1617
|
`,shipment:t.css`
|
|
1523
|
-
${
|
|
1618
|
+
${ft} {
|
|
1524
1619
|
grid-template-columns: var(--checkbox) var(--time) var(--id-big) var(--status) minmax(80px, 160px) minmax(80px, 160px) minmax(95px, 160px) var(--ref) minmax(140px, auto);
|
|
1525
1620
|
}
|
|
1526
1621
|
`,invoice:t.css`
|
|
1527
|
-
${
|
|
1622
|
+
${ft} {
|
|
1528
1623
|
grid-template-columns: var(--checkbox) var(--id-big) var(--status-small) var(--store) var(--price) var(--price) var(--ref) var(--person) var(--time) minmax(180px, auto);
|
|
1529
1624
|
@media only screen and (max-width: 1279px) {
|
|
1530
1625
|
width: unset;
|
|
1531
1626
|
}
|
|
1532
1627
|
}
|
|
1533
1628
|
`,"payment-receive":t.css`
|
|
1534
|
-
${
|
|
1629
|
+
${ft} {
|
|
1535
1630
|
grid-template-columns: var(--time) 155px var(--person) var(--qty) var(--price) minmax(110px, auto);
|
|
1536
1631
|
}
|
|
1537
1632
|
`,"sales-return":t.css`
|
|
1538
|
-
${
|
|
1633
|
+
${ft} {
|
|
1539
1634
|
grid-template-columns: var(--id-big) var(--status) var(--warehouse) var(--person) var(--person) var(--ref-big) var(--time) minmax(120px, auto);
|
|
1540
1635
|
}
|
|
1541
1636
|
`,activity:t.css`
|
|
1542
|
-
${
|
|
1637
|
+
${ft} {
|
|
1543
1638
|
grid-template-columns: var(--time) var(--id-big) var(--item) var(--status) var(--email) var(--status) var(--status) minmax(110px, auto);
|
|
1544
1639
|
}
|
|
1545
1640
|
`,putaway:t.css`
|
|
1546
|
-
${
|
|
1641
|
+
${ft} {
|
|
1547
1642
|
grid-template-columns: var(--id-pd20) var(--status-big) var(--warehouse) var(--ref) var(--person) var(--time) minmax(60px, auto);
|
|
1548
1643
|
}
|
|
1549
1644
|
`,inbound:t.css`
|
|
1550
|
-
${
|
|
1645
|
+
${ft} {
|
|
1551
1646
|
grid-template-columns: var(--id-pd20) var(--status-big) var(--warehouse) var(--ref) minmax(140px, 160px) var(--person) var(--time) minmax(170px, auto);
|
|
1552
1647
|
}
|
|
1553
1648
|
`,lowstock:t.css`
|
|
1554
|
-
${
|
|
1649
|
+
${ft} {
|
|
1555
1650
|
grid-template-columns: var(--checkbox) var(--item) var(--variant) var(--sku) var(--warehouse) var(--qty-big) var(--statusnow) var(--time) minmax(60px, auto);
|
|
1556
1651
|
}
|
|
1557
1652
|
`,price:t.css`
|
|
1558
|
-
${
|
|
1653
|
+
${ft} {
|
|
1559
1654
|
grid-template-columns: var(--time) var(--id-big) var(--status) var(--qty) var(--email) var(--status) minmax(60px, auto);
|
|
1560
1655
|
}
|
|
1561
1656
|
`,"stock-adjustment":t.css`
|
|
1562
|
-
${
|
|
1657
|
+
${ft} {
|
|
1563
1658
|
grid-template-columns: var(--id-pd20) var(--status-big) var(--warehouse) var(--ref) minmax(140px, 150px) var(--person) var(--time) minmax(160px, auto);
|
|
1564
1659
|
}
|
|
1565
1660
|
`,"stock-outbound":t.css`
|
|
1566
|
-
${
|
|
1661
|
+
${ft} {
|
|
1567
1662
|
grid-template-columns: var(--id-pd20) var(--status-big) var(--warehouse) var(--ref) minmax(150px,160px) var(--person) var(--time) minmax(160px, auto);
|
|
1568
1663
|
}
|
|
1569
1664
|
`,"stock-transfer":t.css`
|
|
1570
|
-
${
|
|
1665
|
+
${ft} {
|
|
1571
1666
|
grid-template-columns: var(--id) var(--status-big) var(--warehouse) var(--warehouse) minmax(90px, 100px) var(--person) var(--time) minmax(160px, auto);
|
|
1572
1667
|
}
|
|
1573
1668
|
`,promotion:t.css`
|
|
1574
|
-
${
|
|
1669
|
+
${ft} {
|
|
1575
1670
|
grid-template-columns: var(--store) var(--id-big) var(--ref-big) minmax(100px,160px) var(--status-small) var(--time) var(--time) minmax(42px, 88px) var(--time) minmax(62px, auto);
|
|
1576
1671
|
}
|
|
1577
1672
|
`,"stock-history":t.css`
|
|
1578
|
-
${
|
|
1673
|
+
${ft} {
|
|
1579
1674
|
grid-template-columns: minmax(120px, 360px) var(--sku) var(--warehouse) minmax(85px,120px) minmax(105px,190px) var(--qty-small) var(--qty-small) minmax(68px, 100px) var(--time) minmax(75px, 88px);
|
|
1580
1675
|
> *:last-child {
|
|
1581
1676
|
display: unset;
|
|
@@ -1586,7 +1681,7 @@
|
|
|
1586
1681
|
}
|
|
1587
1682
|
}
|
|
1588
1683
|
`,"price-history":t.css`
|
|
1589
|
-
${
|
|
1684
|
+
${ft} {
|
|
1590
1685
|
@media only screen and (max-width: 1279px) {
|
|
1591
1686
|
width: unset;
|
|
1592
1687
|
}
|
|
@@ -1597,7 +1692,7 @@
|
|
|
1597
1692
|
grid-template-columns: minmax(110px,146px) minmax(120px,360px) var(--sku) var(--store) minmax(75px,120px) minmax(85px,120px) minmax(75px,120px) minmax(80px,120px) var(--time) var(--status) minmax(75px,88px);
|
|
1598
1693
|
}
|
|
1599
1694
|
`,turnover:t.css`
|
|
1600
|
-
${
|
|
1695
|
+
${ft} {
|
|
1601
1696
|
@media only screen and (max-width: 1279px) {
|
|
1602
1697
|
width: unset;
|
|
1603
1698
|
}
|
|
@@ -1608,7 +1703,7 @@
|
|
|
1608
1703
|
grid-template-columns: minmax(120px,360px) var(--sku) var(--warehouse) repeat(4, var(--qty)) minmax(75px,88px);
|
|
1609
1704
|
}
|
|
1610
1705
|
`,"days-outofstock":t.css`
|
|
1611
|
-
${
|
|
1706
|
+
${ft} {
|
|
1612
1707
|
@media only screen and (max-width: 1279px) {
|
|
1613
1708
|
width: unset;
|
|
1614
1709
|
}
|
|
@@ -1619,11 +1714,11 @@
|
|
|
1619
1714
|
grid-template-columns: minmax(120px,360px) var(--sku) var(--warehouse) var(--qty-big) var(--qty) var(--qty-big) var(--time) minmax(75px,88px);
|
|
1620
1715
|
}
|
|
1621
1716
|
`,warehouses:t.css`
|
|
1622
|
-
${
|
|
1717
|
+
${ft} {
|
|
1623
1718
|
grid-template-columns: var(--warehouse) var(--status) var(--id-big) var(--qty-big) var(--time) minmax(110px, auto);
|
|
1624
1719
|
}
|
|
1625
1720
|
`,archived:t.css`
|
|
1626
|
-
${
|
|
1721
|
+
${ft} {
|
|
1627
1722
|
grid-template-columns: var(--time-pd20) minmax(auto, max-content) minmax(88px, auto);
|
|
1628
1723
|
&[role=rowheader] > div[role=group],
|
|
1629
1724
|
&[role=row] > div[role=cellgroup] > div[role=rowgroup],
|
|
@@ -1633,7 +1728,7 @@
|
|
|
1633
1728
|
}
|
|
1634
1729
|
}
|
|
1635
1730
|
`,order:t.css`
|
|
1636
|
-
${
|
|
1731
|
+
${ft} {
|
|
1637
1732
|
grid-template-columns: var(--checkbox) 118px 90px minmax(auto, max-content);
|
|
1638
1733
|
input[name=checkbox-list]{
|
|
1639
1734
|
& + span {
|
|
@@ -1656,7 +1751,7 @@
|
|
|
1656
1751
|
}
|
|
1657
1752
|
}
|
|
1658
1753
|
@media only screen and (min-width: 1280px) {
|
|
1659
|
-
${
|
|
1754
|
+
${ft} {
|
|
1660
1755
|
grid-template-columns: var(--checkbox) 118px 118px minmax(auto, max-content);
|
|
1661
1756
|
&[role=rowheader] > div[role=group] {
|
|
1662
1757
|
grid-template-columns: var(--order) 40px 80px 80px 107px minmax(145px, auto);
|
|
@@ -1668,7 +1763,7 @@
|
|
|
1668
1763
|
}
|
|
1669
1764
|
}
|
|
1670
1765
|
@media only screen and (min-width: 1366px) {
|
|
1671
|
-
${
|
|
1766
|
+
${ft} {
|
|
1672
1767
|
grid-template-columns: var(--checkbox) 120px 118px minmax(auto, max-content);
|
|
1673
1768
|
&[role=rowheader] > div[role=group] {
|
|
1674
1769
|
grid-template-columns: var(--order) 40px 90px 80px 130px minmax(150px, auto);
|
|
@@ -1680,7 +1775,7 @@
|
|
|
1680
1775
|
}
|
|
1681
1776
|
}
|
|
1682
1777
|
@media only screen and (min-width: 1800px) {
|
|
1683
|
-
${
|
|
1778
|
+
${ft} {
|
|
1684
1779
|
grid-template-columns: var(--checkbox) minmax(125px, 170px) minmax(85px, 145px) minmax(auto, max-content);
|
|
1685
1780
|
&[role=rowheader] > div[role=group] {
|
|
1686
1781
|
grid-template-columns: var(--order) 50px 110px 130px 130px minmax(50px, 2000px);
|
|
@@ -1692,7 +1787,7 @@
|
|
|
1692
1787
|
}
|
|
1693
1788
|
}
|
|
1694
1789
|
@media only screen and (min-width: 1920px) {
|
|
1695
|
-
${
|
|
1790
|
+
${ft} {
|
|
1696
1791
|
&[role=rowheader] > div[role=group] {
|
|
1697
1792
|
grid-template-columns: var(--order) 50px 110px 145px 130px minmax(50px, 2000px);
|
|
1698
1793
|
}
|
|
@@ -1703,19 +1798,114 @@
|
|
|
1703
1798
|
}
|
|
1704
1799
|
}
|
|
1705
1800
|
`,"table-customheader":t.css`
|
|
1706
|
-
|
|
1707
|
-
|
|
1708
|
-
|
|
1801
|
+
overflow: hidden;
|
|
1802
|
+
> div {
|
|
1803
|
+
overflow: auto;
|
|
1804
|
+
}
|
|
1805
|
+
@media only screen and (min-width: 1024px) {
|
|
1806
|
+
> div {
|
|
1807
|
+
margin: 0px 9px 0px 9px;
|
|
1808
|
+
}
|
|
1809
|
+
}
|
|
1810
|
+
${ft} {
|
|
1811
|
+
width: 100%;
|
|
1812
|
+
display: flex;
|
|
1813
|
+
margin: 0;
|
|
1814
|
+
padding: 0;
|
|
1815
|
+
grid-gap: 0;
|
|
1816
|
+
&[role=rowheader] > div[role=group],
|
|
1817
|
+
&[role=row] > div[role=group],
|
|
1818
|
+
&[role=row] > div[role=cellgroup] > div[role=rowgroup],
|
|
1819
|
+
&[role=row] > div[role=cellgroup],
|
|
1820
|
+
._refCollapse > div:not(._refCollapseContainer),
|
|
1821
|
+
._refCollapseContainer > div {
|
|
1822
|
+
display: flex;
|
|
1823
|
+
flex: 2;
|
|
1824
|
+
grid-gap: 0;
|
|
1825
|
+
}
|
|
1826
|
+
&[role=row] > div[role=cellgroup] {
|
|
1827
|
+
flex-direction: column;
|
|
1828
|
+
}
|
|
1829
|
+
&[role=rowheader] > div[role=columnheader],
|
|
1830
|
+
&[role=rowheader] > div[role=group] > div[role=cell],
|
|
1831
|
+
&[role=row] > div[role=cell],
|
|
1832
|
+
&[role=row] > div[role=cellgroup] > div[role=rowgroup] > div[role=cell],
|
|
1833
|
+
._refCollapse > div:not(._refCollapseContainer) > div[role=cell],
|
|
1834
|
+
._refCollapseContainer > div > div[role=cell] {
|
|
1835
|
+
align-self: stretch;
|
|
1836
|
+
width: 100%;
|
|
1837
|
+
}
|
|
1838
|
+
&[role=rowheader] > div[role=columnheader],
|
|
1839
|
+
&[role=rowheader] > div[role=group] > div[role=cell] {
|
|
1840
|
+
padding-top: 1em;
|
|
1841
|
+
padding-bottom: 1em;
|
|
1842
|
+
border-bottom: 1px solid var(--ter-clr-ln);
|
|
1843
|
+
}
|
|
1844
|
+
&[role=row] > div[role=cell],
|
|
1845
|
+
&[role=row] > div[role=cellgroup] > div[role=rowgroup] > div[role=cell],
|
|
1846
|
+
._refCollapse > div:not(._refCollapseContainer) > div[role=cell],
|
|
1847
|
+
._refCollapseContainer > div > div[role=cell] {
|
|
1848
|
+
padding-top: 1.25em;
|
|
1849
|
+
padding-bottom: 1.25em;
|
|
1850
|
+
}
|
|
1851
|
+
&[role=rowheader], &[role=row] {
|
|
1852
|
+
padding: 0;
|
|
1853
|
+
margin: 0;
|
|
1854
|
+
> div {
|
|
1855
|
+
padding-right: 12px;
|
|
1856
|
+
&:first-child {
|
|
1857
|
+
padding-left: 0;
|
|
1858
|
+
}
|
|
1859
|
+
&:last-child {
|
|
1860
|
+
padding-right: 0;
|
|
1861
|
+
}
|
|
1862
|
+
}
|
|
1863
|
+
}
|
|
1864
|
+
&[role=rowheader] > div[role=group] > div[role=cell], &[role=row] > div[role=cellgroup] > div[role=rowgroup] > div[role=cell] {
|
|
1865
|
+
padding-right: 12px;
|
|
1866
|
+
&:last-child {
|
|
1867
|
+
|
|
1868
|
+
}
|
|
1869
|
+
}
|
|
1870
|
+
&[role=rowheader] {
|
|
1871
|
+
border: none;
|
|
1872
|
+
}
|
|
1873
|
+
&[role=row] > div[role=cellgroup] > div[role=rowgroup],
|
|
1874
|
+
._refCollapse > div, ._refCollapseContainer > div {
|
|
1875
|
+
padding-bottom: 0;
|
|
1876
|
+
padding-top: 0;
|
|
1877
|
+
&:nth-child(n+2) {
|
|
1878
|
+
padding-top: 0;
|
|
1879
|
+
}
|
|
1880
|
+
&:last-child {
|
|
1881
|
+
padding-bottom: 0;
|
|
1882
|
+
}
|
|
1883
|
+
}
|
|
1884
|
+
&:last-child {
|
|
1885
|
+
margin-bottom: 0;
|
|
1886
|
+
}
|
|
1887
|
+
@media only screen and (min-width: 1024px) {
|
|
1888
|
+
&[role=rowheader], &[role=row] {
|
|
1889
|
+
> div {
|
|
1890
|
+
&:first-child {
|
|
1891
|
+
padding-left: 9px;
|
|
1892
|
+
}
|
|
1893
|
+
&:last-child {
|
|
1894
|
+
padding-right: 9px;
|
|
1895
|
+
}
|
|
1896
|
+
}
|
|
1897
|
+
}
|
|
1898
|
+
}
|
|
1709
1899
|
> *:last-child {
|
|
1710
1900
|
display: block;
|
|
1711
1901
|
justify-content: inherit;
|
|
1712
1902
|
}
|
|
1713
1903
|
}
|
|
1714
|
-
`},
|
|
1904
|
+
`},xt=o.default.main`
|
|
1715
1905
|
position: relative;
|
|
1716
1906
|
width: 100%;
|
|
1717
1907
|
overflow-x: auto;
|
|
1718
|
-
${
|
|
1908
|
+
${ft} {
|
|
1719
1909
|
padding: 8px 0 8px 0;
|
|
1720
1910
|
width: calc(100% - 20px);
|
|
1721
1911
|
min-width: 975px;
|
|
@@ -1774,7 +1964,7 @@
|
|
|
1774
1964
|
}
|
|
1775
1965
|
}
|
|
1776
1966
|
@media only screen and (min-width: 1024px) {
|
|
1777
|
-
${
|
|
1967
|
+
${ft} {
|
|
1778
1968
|
&[role=rowheader],
|
|
1779
1969
|
&[role=row] {
|
|
1780
1970
|
margin: 0 10px;
|
|
@@ -1783,8 +1973,8 @@
|
|
|
1783
1973
|
}
|
|
1784
1974
|
}
|
|
1785
1975
|
}
|
|
1786
|
-
${({$mode:e})=>e&&e in
|
|
1787
|
-
`,
|
|
1976
|
+
${({$mode:e})=>e&&e in mt?mt[e]:""}
|
|
1977
|
+
`,yt=o.default.div`
|
|
1788
1978
|
display: grid;
|
|
1789
1979
|
grid-template-columns: 16px 125px;
|
|
1790
1980
|
position: relative;
|
|
@@ -1803,7 +1993,7 @@
|
|
|
1803
1993
|
cursor: pointer;
|
|
1804
1994
|
}
|
|
1805
1995
|
}
|
|
1806
|
-
`,
|
|
1996
|
+
`,vt=o.default.div`
|
|
1807
1997
|
padding: 1em 1em .8em;
|
|
1808
1998
|
display: grid;
|
|
1809
1999
|
grid-auto-flow: column;
|
|
@@ -1812,7 +2002,7 @@
|
|
|
1812
2002
|
i {
|
|
1813
2003
|
font-style: normal;
|
|
1814
2004
|
}
|
|
1815
|
-
`,
|
|
2005
|
+
`,bt=o.default.ul`
|
|
1816
2006
|
${C}
|
|
1817
2007
|
max-height: 44vh;
|
|
1818
2008
|
overflow: auto;
|
|
@@ -1826,7 +2016,7 @@
|
|
|
1826
2016
|
@media only screen and (min-width: 1366px) {
|
|
1827
2017
|
max-height: 50vh;
|
|
1828
2018
|
}
|
|
1829
|
-
`,
|
|
2019
|
+
`,Ct=o.default.li`
|
|
1830
2020
|
display: inline-grid;
|
|
1831
2021
|
width: 100%;
|
|
1832
2022
|
grid-gap: 10px;
|
|
@@ -1850,16 +2040,16 @@
|
|
|
1850
2040
|
grid-template-columns: 22px auto;
|
|
1851
2041
|
}
|
|
1852
2042
|
`}
|
|
1853
|
-
`,
|
|
2043
|
+
`,wt=o.default.div`
|
|
1854
2044
|
padding: .8em 1em 1em;
|
|
1855
2045
|
display: grid;
|
|
1856
2046
|
grid-auto-flow: column;
|
|
1857
2047
|
justify-content: end;
|
|
1858
2048
|
grid-gap: 4px;
|
|
1859
2049
|
border-top: 1px solid var(--sec-clr-ln);
|
|
1860
|
-
`,
|
|
2050
|
+
`,kt=o.default.ul`
|
|
1861
2051
|
${C}
|
|
1862
|
-
|
|
2052
|
+
`,It=o.default.li`
|
|
1863
2053
|
&._refCheckbox {
|
|
1864
2054
|
display: block;
|
|
1865
2055
|
float: left;
|
|
@@ -1907,7 +2097,7 @@
|
|
|
1907
2097
|
border-radius: var(--sec-rd);
|
|
1908
2098
|
}
|
|
1909
2099
|
}
|
|
1910
|
-
|
|
2100
|
+
`,Et=o.default.strong`
|
|
1911
2101
|
padding-top: 8px;
|
|
1912
2102
|
font-size: 13px;
|
|
1913
2103
|
`,At=o.default.div`
|
|
@@ -4180,5 +4370,5 @@ and limitations under the License.
|
|
|
4180
4370
|
`:n?t.css`
|
|
4181
4371
|
x: ${n}
|
|
4182
4372
|
`:void 0}
|
|
4183
|
-
`,Vb=K().width,Hb=K().height,zb={rangeDate:"lastsecondweek",startDate:yv().clone().subtract(13,"days").format("YYYY-MM-DD"),endDate:yv().clone().format("YYYY-MM-DD"),placeholder:"Last 14 days",minDate:yv().clone().subtract(89,"days").format("YYYY-MM-DD")};exports.BoxContainer=Fe,exports.BreadcrumbContainer=Ae,exports.BulkActionWrapper=Me,exports.ButtonComponent=mn,exports.ButtonGroup=ht,exports.ButtonLabel=lt,exports.CardContainer=Ft,exports.CardWrapper=Tt,exports.CheckboxComponent=xe,exports.CollapseContainer=tt,exports.ContentLoaderAccountsList=()=>x.jsxs(Fb,{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:[x.jsx("rect",{x:"10",y:"15",rx:"0",ry:"0",width:"40",height:"40"}),x.jsx("rect",{x:"62",y:"15",rx:"0",ry:"0",width:"90",height:"13"}),x.jsx("rect",{x:"62",y:"30",rx:"0",ry:"0",width:"185",height:"13"}),x.jsx("rect",{x:"62",y:"45",rx:"0",ry:"0",width:"50",height:"11"}),x.jsx("rect",{x:"257",y:"23",rx:"50",ry:"50",width:"25",height:"25"}),x.jsx("rect",{x:"10",y:"70",rx:"0",ry:"0",width:"40",height:"40"}),x.jsx("rect",{x:"62",y:"70",rx:"0",ry:"0",width:"90",height:"13"}),x.jsx("rect",{x:"62",y:"85",rx:"0",ry:"0",width:"185",height:"13"}),x.jsx("rect",{x:"62",y:"100",rx:"0",ry:"0",width:"50",height:"11"}),x.jsx("rect",{x:"257",y:"77",rx:"50",ry:"50",width:"25",height:"25"}),x.jsx("rect",{x:"10",y:"125",rx:"0",ry:"0",width:"40",height:"40"}),x.jsx("rect",{x:"62",y:"125",rx:"0",ry:"0",width:"90",height:"13"}),x.jsx("rect",{x:"62",y:"140",rx:"0",ry:"0",width:"185",height:"13"}),x.jsx("rect",{x:"62",y:"155",rx:"0",ry:"0",width:"50",height:"11"}),x.jsx("rect",{x:"257",y:"131",rx:"50",ry:"50",width:"25",height:"25"}),x.jsx("rect",{x:"10",y:"180",rx:"0",ry:"0",width:"40",height:"40"}),x.jsx("rect",{x:"62",y:"180",rx:"0",ry:"0",width:"90",height:"13"}),x.jsx("rect",{x:"62",y:"195",rx:"0",ry:"0",width:"185",height:"13"}),x.jsx("rect",{x:"62",y:"210",rx:"0",ry:"0",width:"50",height:"11"}),x.jsx("rect",{x:"257",y:"185",rx:"50",ry:"50",width:"25",height:"25"}),x.jsx("rect",{x:"10",y:"235",rx:"0",ry:"0",width:"40",height:"40"}),x.jsx("rect",{x:"62",y:"235",rx:"0",ry:"0",width:"90",height:"13"}),x.jsx("rect",{x:"62",y:"250",rx:"0",ry:"0",width:"185",height:"13"}),x.jsx("rect",{x:"62",y:"265",rx:"0",ry:"0",width:"50",height:"11"}),x.jsx("rect",{x:"257",y:"239",rx:"50",ry:"50",width:"25",height:"25"})]}),exports.ContentLoaderActivityList=()=>x.jsxs(Fb,{height:260,width:"100%",speed:1,backgroundColor:"rgb(0,0,0)",foregroundColor:"rgb(0,0,0)",backgroundOpacity:.06,foregroundOpacity:.12,children:[x.jsx("rect",{x:"10",y:"15",rx:"50",ry:"50",width:"35",height:"35"}),x.jsx("rect",{x:"55",y:"15",rx:"0",ry:"0",width:"330",height:"13"}),x.jsx("rect",{x:"55",y:"35",rx:"0",ry:"0",width:"330",height:"11"}),x.jsx("rect",{x:"10",y:"65",rx:"50",ry:"50",width:"35",height:"35"}),x.jsx("rect",{x:"55",y:"65",rx:"0",ry:"0",width:"330",height:"13"}),x.jsx("rect",{x:"55",y:"85",rx:"0",ry:"0",width:"330",height:"11"}),x.jsx("rect",{x:"10",y:"115",rx:"50",ry:"50",width:"35",height:"35"}),x.jsx("rect",{x:"55",y:"115",rx:"0",ry:"0",width:"330",height:"13"}),x.jsx("rect",{x:"55",y:"135",rx:"0",ry:"0",width:"330",height:"11"}),x.jsx("rect",{x:"10",y:"165",rx:"50",ry:"50",width:"35",height:"35"}),x.jsx("rect",{x:"55",y:"165",rx:"0",ry:"0",width:"330",height:"13"}),x.jsx("rect",{x:"55",y:"185",rx:"0",ry:"0",width:"330",height:"11"}),x.jsx("rect",{x:"10",y:"215",rx:"50",ry:"50",width:"35",height:"35"}),x.jsx("rect",{x:"55",y:"215",rx:"0",ry:"0",width:"330",height:"13"}),x.jsx("rect",{x:"55",y:"235",rx:"0",ry:"0",width:"330",height:"11"})]}),exports.ContentLoaderAddition=()=>{let e=Vb>=994?Vb>=1031&&Vb>=1031?Vb-100:Vb-60:994;const t=e-777,n=e-665,r=e-555,i=e-405,a=e-230;return x.jsx(Rb,{children:x.jsxs(Fb,{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:[x.jsx("rect",{x:"38",y:"15",rx:"2",ry:"2",width:"31",height:"61"}),x.jsx("rect",{x:95,y:"15",rx:"2",ry:"2",width:t,height:"61"}),x.jsx("rect",{x:n,y:"15",rx:"2",ry:"2",width:90,height:"61"}),x.jsx("rect",{x:r,y:"15",rx:"2",ry:"2",width:140,height:"61"}),x.jsx("rect",{x:i,y:"15",rx:"2",ry:"2",width:160,height:"61"}),x.jsx("rect",{x:a,y:"15",rx:"2",ry:"2",width:140,height:"61"})]})})},exports.ContentLoaderAnalyticsMenu=()=>x.jsx(Fb,{height:60,width:"100%",speed:1,backgroundColor:"rgb(0,0,0)",foregroundColor:"rgb(0,0,0)",backgroundOpacity:.06,foregroundOpacity:.12,children:x.jsx("rect",{x:"0",y:"15",rx:"0",ry:"0",width:"100%",height:"36"})}),exports.ContentLoaderCategoryList=()=>{const t=window.innerHeight-286,n=Vb>=1336||Vb>=1112?400:300,r=32+n+12,i=Vb-n-85,a=t?Math.ceil((t-78)/70):0;return x.jsx(Lb,{children:x.jsxs(Fb,{speed:1,width:Vb,height:"100%",backgroundColor:"rgb(0,0,0)",foregroundColor:"rgb(0,0,0)",backgroundOpacity:.06,foregroundOpacity:.12,style:{position:"relative",zIndex:"2"},children:[x.jsx("rect",{x:32,y:"23",rx:"2",ry:"2",width:n,height:"16"}),x.jsx("rect",{x:r,y:"23",rx:"2",ry:"2",width:i,height:"16"}),Array.apply(0,Array(a)).map(((t,a)=>{const o=70*a+78;return x.jsxs(e.Fragment,{children:[x.jsx("rect",{x:32,y:o,rx:"2",ry:"2",width:n,height:"31"}),x.jsx("rect",{x:r,y:o,rx:"2",ry:"2",width:i,height:"31"})]},a)}))]})})},exports.ContentLoaderChatAccounts=({mode:t})=>{const n=document.querySelector("._refChatContainer"),r=n?n.offsetWidth:0,i="single"===t?65:n&&n.offsetHeight-140>=0?n.offsetHeight:0,a=r-48-88-20,o=a+60+16,s="single"===t?1:Math.floor(i/64);let l=0;return x.jsx(Fb,{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(((t,n)=>{const r=14+l,i=32+l,s=64+l;return l=s,x.jsxs(e.Fragment,{children:[x.jsx("rect",{x:"16",y:r,rx:"4",ry:"4",width:"32",height:"32"}),x.jsx("rect",{x:"60",y:r,rx:"0",ry:"0",width:a,height:"14"}),x.jsx("rect",{x:"60",y:i,rx:"0",ry:"0",width:a,height:"14"}),x.jsx("rect",{x:o,y:r,rx:"0",ry:"0",width:"66",height:"14"}),x.jsx("rect",{x:o,y:i,rx:"0",ry:"0",width:"66",height:"14"}),x.jsx("rect",{x:"0",y:s,rx:"0",ry:"0",width:"100%",height:"1"})]},n)}))})},exports.ContentLoaderChatMessages=({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 x.jsx(Fb,{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,x.jsx("rect",{x:t>=3?"16":o,y:n,rx:"10",ry:"10",width:a,height:"60"},t)}))})},exports.ContentLoaderChatProducts=({mode:t})=>{const n=document.querySelector("._refTabsContent"),r=document.querySelector("._refChatContainer"),i=n&&n.offsetWidth-30>=0?n.offsetWidth-30:0,a="single"===t?65:r&&r.offsetHeight-204>=0?r.offsetHeight-204:0,o=i-48-88,s=o+60+16+22,l="single"===t?1:Math.floor(a/64);let c=0;return!(i<=0)&&x.jsx(Fb,{height:a,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(((t,n)=>{const r=14+c,i=32+c,a=64+c;return c=a,x.jsxs(e.Fragment,{children:[x.jsx("rect",{x:"16",y:r,rx:"4",ry:"4",width:"14",height:"14"}),x.jsx("rect",{x:"38",y:r,rx:"4",ry:"4",width:"32",height:"32"}),x.jsx("rect",{x:"78",y:r,rx:"0",ry:"0",width:o,height:"14"}),x.jsx("rect",{x:"78",y:i,rx:"0",ry:"0",width:o,height:"20"}),x.jsx("rect",{x:s,y:r,rx:"0",ry:"0",width:"20",height:"14"}),x.jsx("rect",{x:s,y:i,rx:"0",ry:"0",width:"20",height:"14"}),x.jsx("rect",{x:"0",y:a,rx:"0",ry:"0",width:"100%",height:"1"})]},n)}))})},exports.ContentLoaderChatStores=()=>x.jsxs(Fb,{height:220,width:"100%",speed:1,backgroundColor:"rgb(0,0,0)",foregroundColor:"rgb(0,0,0)",backgroundOpacity:.06,foregroundOpacity:.12,children:[x.jsx("rect",{x:"0",y:"0",rx:"0",ry:"0",width:"100%",height:"14"}),x.jsx("rect",{x:"0",y:"28",rx:"0",ry:"0",width:"100%",height:"14"}),x.jsx("rect",{x:"0",y:"56",rx:"0",ry:"0",width:"100%",height:"14"}),x.jsx("rect",{x:"0",y:"84",rx:"0",ry:"0",width:"100%",height:"14"}),x.jsx("rect",{x:"0",y:"112",rx:"0",ry:"0",width:"100%",height:"14"}),x.jsx("rect",{x:"0",y:"140",rx:"0",ry:"0",width:"100%",height:"14"}),x.jsx("rect",{x:"0",y:"168",rx:"0",ry:"0",width:"100%",height:"14"})]}),exports.ContentLoaderDashboardCard=()=>x.jsx(Wb,{children:x.jsxs(Fb,{height:220,width:"100%",speed:1,backgroundColor:"rgb(0,0,0)",foregroundColor:"rgb(0,0,0)",backgroundOpacity:.06,foregroundOpacity:.12,children:[x.jsx("rect",{x:"0",y:"0",rx:"0",ry:"0",width:"200",height:"50"}),x.jsx("rect",{x:"0",y:"70",rx:"0",ry:"0",width:"100%",height:"25"}),x.jsx("rect",{x:"0",y:"105",rx:"0",ry:"0",width:"100%",height:"15"}),x.jsx("rect",{x:"0",y:"130",rx:"0",ry:"0",width:"100%",height:"15"}),x.jsx("rect",{x:"0",y:"155",rx:"0",ry:"0",width:"100%",height:"15"}),x.jsx("rect",{x:"0",y:"180",rx:"0",ry:"0",width:"100%",height:"15"}),x.jsx("rect",{x:"0",y:"205",rx:"0",ry:"0",width:"100%",height:"15"})]})}),exports.ContentLoaderEditBundle=()=>x.jsxs(Fb,{height:500,width:1150,speed:1,backgroundColor:"rgb(0,0,0)",foregroundColor:"rgb(0,0,0)",backgroundOpacity:.06,foregroundOpacity:.12,children:[x.jsx("rect",{x:"0",y:"25",width:"35",height:"35"}),x.jsx("rect",{x:"50",y:"25",width:"400",height:"35"}),x.jsx("rect",{x:"50",y:"75",width:"170",height:"35"}),x.jsx("rect",{x:"235",y:"75",width:"170",height:"35"}),x.jsx("rect",{x:"420",y:"75",width:"170",height:"35"}),x.jsx("rect",{x:"605",y:"75",width:"170",height:"35"}),x.jsx("rect",{x:"50",y:"125",width:"170",height:"35"}),x.jsx("rect",{x:"0",y:"245",width:"200",height:"35"}),x.jsx("rect",{x:"420",y:"305",width:"150",height:"25"}),x.jsx("rect",{x:"585",y:"305",width:"150",height:"25"}),x.jsx("rect",{x:"750",y:"305",width:"150",height:"25"}),x.jsx("rect",{x:"915",y:"305",width:"150",height:"25"}),x.jsx("rect",{x:"0",y:"345",width:"25",height:"25"}),x.jsx("rect",{x:"40",y:"345",width:"360",height:"25"}),x.jsx("rect",{x:"420",y:"345",width:"150",height:"25"}),x.jsx("rect",{x:"585",y:"345",width:"150",height:"25"}),x.jsx("rect",{x:"750",y:"345",width:"150",height:"25"}),x.jsx("rect",{x:"915",y:"345",width:"150",height:"25"}),x.jsx("rect",{x:"750",y:"395",width:"315",height:"25"})]}),exports.ContentLoaderFilterCategories=()=>x.jsxs(Fb,{height:172,width:210,speed:1,backgroundColor:"rgb(0,0,0)",foregroundColor:"rgb(0,0,0)",backgroundOpacity:.06,foregroundOpacity:.12,children:[x.jsx("rect",{x:"4",y:"12",rx:"4",ry:"4",width:"14",height:"14"}),x.jsx("rect",{x:"28",y:"12",rx:"2",ry:"2",width:"170",height:"14"}),x.jsx("rect",{x:"4",y:"36",rx:"4",ry:"4",width:"14",height:"14"}),x.jsx("rect",{x:"28",y:"36",rx:"2",ry:"2",width:"170",height:"14"}),x.jsx("rect",{x:"4",y:"60",rx:"4",ry:"4",width:"14",height:"14"}),x.jsx("rect",{x:"28",y:"60",rx:"2",ry:"2",width:"170",height:"14"}),x.jsx("rect",{x:"4",y:"84",rx:"4",ry:"4",width:"14",height:"14"}),x.jsx("rect",{x:"28",y:"84",rx:"2",ry:"2",width:"170",height:"14"}),x.jsx("rect",{x:"4",y:"108",rx:"4",ry:"4",width:"14",height:"14"}),x.jsx("rect",{x:"28",y:"108",rx:"2",ry:"2",width:"170",height:"14"}),x.jsx("rect",{x:"4",y:"132",rx:"4",ry:"4",width:"14",height:"14"}),x.jsx("rect",{x:"28",y:"132",rx:"2",ry:"2",width:"170",height:"14"}),x.jsx("rect",{x:"4",y:"156",rx:"4",ry:"4",width:"14",height:"14"}),x.jsx("rect",{x:"28",y:"156",rx:"2",ry:"2",width:"170",height:"14"})]}),exports.ContentLoaderFilters=()=>x.jsxs(Fb,{height:31,width:500,speed:1,backgroundColor:"rgb(0,0,0)",foregroundColor:"rgb(0,0,0)",backgroundOpacity:.06,foregroundOpacity:.12,children:[x.jsx("rect",{x:"0",y:"5",rx:"8",ry:"8",width:"90",height:"20"}),x.jsx("rect",{x:"100",y:"5",rx:"8",ry:"8",width:"90",height:"20"}),x.jsx("rect",{x:"200",y:"5",rx:"8",ry:"8",width:"90",height:"20"}),x.jsx("rect",{x:"300",y:"5",rx:"8",ry:"8",width:"90",height:"20"}),x.jsx("rect",{x:"400",y:"5",rx:"8",ry:"8",width:"90",height:"20"})]}),exports.ContentLoaderInvoiceListPaymentreceiveDetail=()=>x.jsx(_b,{className:"_refLoadingList",children:x.jsxs(Fb,{speed:1,width:Vb,height:250,backgroundColor:"rgb(0,0,0)",foregroundColor:"rgb(0,0,0)",backgroundOpacity:.06,foregroundOpacity:.12,style:{width:"100%",maxWidth:"1336px",minWidth:"1024px"},children:[x.jsx("rect",{x:"40",y:"0",rx:"2",ry:"2",width:"130",height:"21"}),x.jsx("rect",{x:"190",y:"0",rx:"2",ry:"2",width:"130",height:"21"}),x.jsx("rect",{x:"330",y:"0",rx:"2",ry:"2",width:"250",height:"21"}),x.jsx("rect",{x:"600",y:"0",rx:"2",ry:"2",width:"200",height:"21"}),x.jsx("rect",{x:Vb-240,y:"0",rx:"2",ry:"2",width:"200",height:"21"}),x.jsx("rect",{x:"40",y:"50",rx:"2",ry:"2",width:"130",height:"31"}),x.jsx("rect",{x:"190",y:"50",rx:"2",ry:"2",width:"130",height:"31"}),x.jsx("rect",{x:"330",y:"50",rx:"2",ry:"2",width:"250",height:"31"}),x.jsx("rect",{x:"600",y:"50",rx:"2",ry:"2",width:"200",height:"31"}),x.jsx("rect",{x:Vb-240,y:"50",rx:"2",ry:"2",width:"200",height:"31"}),x.jsx("rect",{x:"40",y:"100",rx:"2",ry:"2",width:"130",height:"31"}),x.jsx("rect",{x:"190",y:"100",rx:"2",ry:"2",width:"130",height:"31"}),x.jsx("rect",{x:"330",y:"100",rx:"2",ry:"2",width:"250",height:"31"}),x.jsx("rect",{x:"600",y:"100",rx:"2",ry:"2",width:"200",height:"31"}),x.jsx("rect",{x:Vb-240,y:"100",rx:"2",ry:"2",width:"200",height:"31"}),x.jsx("rect",{x:"40",y:"150",rx:"2",ry:"2",width:"130",height:"31"}),x.jsx("rect",{x:"190",y:"150",rx:"2",ry:"2",width:"130",height:"31"}),x.jsx("rect",{x:"330",y:"150",rx:"2",ry:"2",width:"250",height:"31"}),x.jsx("rect",{x:"600",y:"150",rx:"2",ry:"2",width:"200",height:"31"}),x.jsx("rect",{x:Vb-240,y:"150",rx:"2",ry:"2",width:"200",height:"31"}),x.jsx("rect",{x:"40",y:"200",rx:"2",ry:"2",width:"130",height:"31"}),x.jsx("rect",{x:"190",y:"200",rx:"2",ry:"2",width:"130",height:"31"}),x.jsx("rect",{x:"330",y:"200",rx:"2",ry:"2",width:"250",height:"31"}),x.jsx("rect",{x:"600",y:"200",rx:"2",ry:"2",width:"200",height:"31"}),x.jsx("rect",{x:Vb-240,y:"200",rx:"2",ry:"2",width:"200",height:"31"})]})}),exports.ContentLoaderMasterBundleDetail=()=>{const e=Vb>=1336?540:Vb>=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 x.jsx(Ob,{children:x.jsxs(Fb,{speed:1,width:Vb,height:300,backgroundColor:"rgb(0,0,0)",foregroundColor:"rgb(0,0,0)",backgroundOpacity:.06,foregroundOpacity:.12,style:{position:"relative",zIndex:"2"},children:[x.jsx("rect",{x:"15",y:"25",rx:"2",ry:"2",width:e,height:"15"}),x.jsx("rect",{x:t,y:"25",rx:"2",ry:"2",width:n,height:"15"}),x.jsx("rect",{x:r,y:"25",rx:"2",ry:"2",width:i,height:"15"}),x.jsx("rect",{x:a,y:"25",rx:"2",ry:"2",width:o,height:"15"}),x.jsx("rect",{x:s,y:"25",rx:"2",ry:"2",width:80,height:"15"}),x.jsx("rect",{x:"15",y:"60",rx:"2",ry:"2",width:e,height:"30"}),x.jsx("rect",{x:t,y:"60",rx:"2",ry:"2",width:n,height:"30"}),x.jsx("rect",{x:r,y:"60",rx:"2",ry:"2",width:i,height:"30"}),x.jsx("rect",{x:a,y:"60",rx:"2",ry:"2",width:o,height:"30"}),x.jsx("rect",{x:s,y:"60",rx:"2",ry:"2",width:80,height:"30"}),x.jsx("rect",{x:"15",y:"110",rx:"2",ry:"2",width:e,height:"30"}),x.jsx("rect",{x:t,y:"110",rx:"2",ry:"2",width:n,height:"30"}),x.jsx("rect",{x:r,y:"110",rx:"2",ry:"2",width:i,height:"30"}),x.jsx("rect",{x:a,y:"110",rx:"2",ry:"2",width:o,height:"30"}),x.jsx("rect",{x:s,y:"110",rx:"2",ry:"2",width:80,height:"30"}),x.jsx("rect",{x:"15",y:"160",rx:"2",ry:"2",width:e,height:"30"}),x.jsx("rect",{x:t,y:"160",rx:"2",ry:"2",width:n,height:"30"}),x.jsx("rect",{x:r,y:"160",rx:"2",ry:"2",width:i,height:"30"}),x.jsx("rect",{x:a,y:"160",rx:"2",ry:"2",width:o,height:"30"}),x.jsx("rect",{x:s,y:"160",rx:"2",ry:"2",width:80,height:"30"}),x.jsx("rect",{x:"15",y:"210",rx:"2",ry:"2",width:e,height:"30"}),x.jsx("rect",{x:t,y:"210",rx:"2",ry:"2",width:n,height:"30"}),x.jsx("rect",{x:r,y:"210",rx:"2",ry:"2",width:i,height:"30"}),x.jsx("rect",{x:a,y:"210",rx:"2",ry:"2",width:o,height:"30"}),x.jsx("rect",{x:s,y:"210",rx:"2",ry:"2",width:80,height:"30"})]})})},exports.ContentLoaderMasterDetail=()=>{const e=Vb-250,t=Vb-150,n=Vb-80,r=140,i=183,a=200,o=388,s=140,l=533,c=140,d=678,u=140,p=823,h=140;return x.jsx(Pb,{children:x.jsxs(Fb,{speed:1,width:Vb,height:"100%",backgroundColor:"rgb(0,0,0)",foregroundColor:"rgb(0,0,0)",backgroundOpacity:.06,foregroundOpacity:.12,style:{position:"relative",zIndex:"2"},children:[x.jsx("rect",{x:38,y:"20",rx:"2",ry:"2",width:e,height:"30"}),x.jsx("rect",{x:t,y:"20",rx:"2",ry:"2",width:60,height:"30"}),x.jsx("rect",{x:n,y:"20",rx:"2",ry:"2",width:30,height:"30"}),x.jsx("rect",{x:"50",y:"80",rx:"2",ry:"2",width:"110",height:"31"}),x.jsx("rect",{x:"170",y:"80",rx:"2",ry:"2",width:"110",height:"31"}),x.jsx("rect",{x:"290",y:"80",rx:"2",ry:"2",width:"110",height:"31"}),x.jsx("rect",{x:"38",y:"130",rx:"2",ry:"2",width:"150",height:"20"}),x.jsx("rect",{x:"200",y:"130",rx:"2",ry:"2",width:"285",height:"20"}),x.jsx("rect",{x:"38",y:"165",rx:"2",ry:"2",width:"150",height:"20"}),x.jsx("rect",{x:"200",y:"165",rx:"2",ry:"2",width:"285",height:"20"}),x.jsx("rect",{x:"38",y:"200",rx:"2",ry:"2",width:"150",height:"20"}),x.jsx("rect",{x:"200",y:"200",rx:"2",ry:"2",width:"285",height:"20"}),x.jsx("rect",{x:"38",y:"235",rx:"2",ry:"2",width:"150",height:"20"}),x.jsx("rect",{x:"200",y:"235",rx:"2",ry:"2",width:"285",height:"20"}),x.jsx("rect",{x:"38",y:"270",rx:"2",ry:"2",width:"150",height:"20"}),x.jsx("rect",{x:"200",y:"270",rx:"2",ry:"2",width:"285",height:"20"}),x.jsx("rect",{x:38,y:"320",rx:"2",ry:"2",width:r,height:"31"}),x.jsx("rect",{x:i,y:"320",rx:"2",ry:"2",width:a,height:"31"}),x.jsx("rect",{x:o,y:"320",rx:"2",ry:"2",width:s,height:"31"}),x.jsx("rect",{x:l,y:"320",rx:"2",ry:"2",width:c,height:"31"}),x.jsx("rect",{x:d,y:"320",rx:"2",ry:"2",width:u,height:"31"}),x.jsx("rect",{x:p,y:"320",rx:"2",ry:"2",width:h,height:"31"}),x.jsx("rect",{x:38,y:"370",rx:"2",ry:"2",width:r,height:"31"}),x.jsx("rect",{x:i,y:"370",rx:"2",ry:"2",width:a,height:"31"}),x.jsx("rect",{x:o,y:"370",rx:"2",ry:"2",width:s,height:"31"}),x.jsx("rect",{x:l,y:"370",rx:"2",ry:"2",width:c,height:"31"}),x.jsx("rect",{x:d,y:"370",rx:"2",ry:"2",width:u,height:"31"}),x.jsx("rect",{x:p,y:"370",rx:"2",ry:"2",width:h,height:"31"}),x.jsx("rect",{x:38,y:"420",rx:"2",ry:"2",width:r,height:"31"}),x.jsx("rect",{x:i,y:"420",rx:"2",ry:"2",width:a,height:"31"}),x.jsx("rect",{x:o,y:"420",rx:"2",ry:"2",width:s,height:"31"}),x.jsx("rect",{x:l,y:"420",rx:"2",ry:"2",width:c,height:"31"}),x.jsx("rect",{x:d,y:"420",rx:"2",ry:"2",width:u,height:"31"}),x.jsx("rect",{x:p,y:"420",rx:"2",ry:"2",width:h,height:"31"}),x.jsx("rect",{x:38,y:"470",rx:"2",ry:"2",width:r,height:"31"}),x.jsx("rect",{x:i,y:"470",rx:"2",ry:"2",width:a,height:"31"}),x.jsx("rect",{x:o,y:"470",rx:"2",ry:"2",width:s,height:"31"}),x.jsx("rect",{x:l,y:"470",rx:"2",ry:"2",width:c,height:"31"}),x.jsx("rect",{x:d,y:"470",rx:"2",ry:"2",width:u,height:"31"}),x.jsx("rect",{x:p,y:"470",rx:"2",ry:"2",width:h,height:"31"}),x.jsx("rect",{x:"38",y:"530",rx:"2",ry:"2",width:"200",height:"15"}),x.jsx("rect",{x:38,y:"560",rx:"2",ry:"2",width:"50",height:"50"}),x.jsx("rect",{x:108,y:"560",rx:"2",ry:"2",width:"50",height:"50"}),x.jsx("rect",{x:178,y:"560",rx:"2",ry:"2",width:"50",height:"50"}),x.jsx("rect",{x:248,y:"560",rx:"2",ry:"2",width:"50",height:"50"}),x.jsx("rect",{x:318,y:"560",rx:"2",ry:"2",width:"50",height:"50"})]})})},exports.ContentLoaderMasterList=()=>{const t=Hb-286,n=Vb>=1336?370:Vb>=1112?250:150,r=29+n+12,i=Vb>=1336?130:Vb>=1112?110:100,a=r+i+12,o=Vb>=1336?100:95,s=a+o+12,l=Vb>=1336?90:80,c=s+l+12,d=Vb>=1336?85:75,u=c+d+12,p=Vb>=1336?80:70,h=u+p+12,g=Vb>=1336?70:60,f=h+g+12,m=Vb>=1336?95:85,y=Vb-100-24,v=Hb&&Math.ceil((t-78)/70)>0?Math.ceil((t-78)/70):0;let b=f+m+12,C=[];for(let e=0;b+122<y;e++)C.push({x:f+m+12+122*e,w:110}),b=f+m+12+122*e;return x.jsx(Lb,{children:x.jsxs(Fb,{speed:1,width:Vb,height:"100%",backgroundColor:"rgb(0,0,0)",foregroundColor:"rgb(0,0,0)",backgroundOpacity:.06,foregroundOpacity:.12,style:{position:"relative",zIndex:"2"},children:[x.jsx("rect",{x:29,y:"23",rx:"2",ry:"2",width:n,height:"16"}),x.jsx("rect",{x:r,y:"23",rx:"2",ry:"2",width:i,height:"16"}),x.jsx("rect",{x:a,y:"23",rx:"2",ry:"2",width:o,height:"16"}),x.jsx("rect",{x:s,y:"23",rx:"2",ry:"2",width:l,height:"16"}),x.jsx("rect",{x:c,y:"23",rx:"2",ry:"2",width:d,height:"16"}),x.jsx("rect",{x:u,y:"23",rx:"2",ry:"2",width:p,height:"16"}),x.jsx("rect",{x:h,y:"23",rx:"2",ry:"2",width:g,height:"16"}),x.jsx("rect",{x:f,y:"23",rx:"2",ry:"2",width:m,height:"16"}),C.map(((t,n)=>x.jsx(e.Fragment,{children:x.jsx("rect",{x:t.x,y:"23",rx:"2",ry:"2",width:t.w,height:"16"})},n))),x.jsx("rect",{x:y,y:"23",rx:"2",ry:"2",width:100,height:"16"}),Array.apply(0,Array(v)).map(((t,v)=>{const b=70*v+78;return x.jsxs(e.Fragment,{children:[x.jsx("rect",{x:29,y:b,rx:"2",ry:"2",width:n,height:"31"}),x.jsx("rect",{x:r,y:b,rx:"2",ry:"2",width:i,height:"31"}),x.jsx("rect",{x:a,y:b,rx:"2",ry:"2",width:o,height:"31"}),x.jsx("rect",{x:s,y:b,rx:"2",ry:"2",width:l,height:"31"}),x.jsx("rect",{x:c,y:b,rx:"2",ry:"2",width:d,height:"31"}),x.jsx("rect",{x:u,y:b,rx:"2",ry:"2",width:p,height:"31"}),x.jsx("rect",{x:h,y:b,rx:"2",ry:"2",width:g,height:"31"}),x.jsx("rect",{x:f,y:b,rx:"2",ry:"2",width:m,height:"31"}),C.map(((t,n)=>x.jsx(e.Fragment,{children:x.jsx("rect",{x:t.x,y:b,rx:"2",ry:"2",width:t.w,height:"31"})},n))),x.jsx("rect",{x:y,y:b,rx:"2",ry:"2",width:100,height:"31"})]},v)}))]})})},exports.ContentLoaderMasterListingDetail=()=>{const e=Vb>=1336?645:Vb>=1112?400:300,t=e+45,n=e+90;return x.jsx(Ob,{children:x.jsxs(Fb,{speed:1,width:Vb,height:300,backgroundColor:"rgb(0,0,0)",foregroundColor:"rgb(0,0,0)",backgroundOpacity:.06,foregroundOpacity:.12,style:{position:"relative",zIndex:"2"},children:[x.jsx("rect",{x:"15",y:"25",rx:"2",ry:"2",width:t,height:"15"}),x.jsx("rect",{x:n,y:"25",rx:"2",ry:"2",width:"250",height:"15"}),x.jsx("rect",{x:"15",y:"60",rx:"8",ry:"8",width:"30",height:"30"}),x.jsx("rect",{x:"60",y:"60",rx:"2",ry:"2",width:e,height:"30"}),x.jsx("rect",{x:n,y:"60",rx:"2",ry:"2",width:"250",height:"30"}),x.jsx("rect",{x:"15",y:"110",rx:"8",ry:"8",width:"30",height:"30"}),x.jsx("rect",{x:"60",y:"110",rx:"2",ry:"2",width:e,height:"30"}),x.jsx("rect",{x:n,y:"110",rx:"2",ry:"2",width:"250",height:"30"}),x.jsx("rect",{x:"15",y:"160",rx:"8",ry:"8",width:"30",height:"30"}),x.jsx("rect",{x:"60",y:"160",rx:"2",ry:"2",width:e,height:"30"}),x.jsx("rect",{x:n,y:"160",rx:"2",ry:"2",width:"250",height:"30"}),x.jsx("rect",{x:"15",y:"210",rx:"8",ry:"8",width:"30",height:"30"}),x.jsx("rect",{x:"60",y:"210",rx:"2",ry:"2",width:e,height:"30"}),x.jsx("rect",{x:n,y:"210",rx:"2",ry:"2",width:"250",height:"30"})]})})},exports.ContentLoaderNonOrderList=()=>{const t=window.innerWidth,n=t>=1336?150:t>=1112?110:100,r=29+n+12,i=t>=1336?120:t>=1112?110:100,a=r+i+12,o=t>=1336||t>=1112?110:105,s=a+o+12,l=t>=1336||t>=1112?140:130,c=s+l+12,d=t>=1336?130:t>=1112?120:100,u=c+d+12,p=t>=1336?115:t>=1112?105:100,h=u+p+12,g=t>=1336?150:t>=1112?110:100,f=t-150-24,m=Hb?Math.ceil((Hb-78)/70):0;let y=h+g+12,v=[];for(let e=0;y+122<f;e++)v.push({x:h+g+12+122*e,w:110}),y=h+g+12+122*e;return x.jsx(Lb,{className:"_refLoadingList",children:x.jsxs(Fb,{speed:1,width:t,height:"100%",backgroundColor:"rgb(0,0,0)",foregroundColor:"rgb(0,0,0)",backgroundOpacity:.06,foregroundOpacity:.12,style:{position:"relative",zIndex:"2"},children:[x.jsx("rect",{x:29,y:"23",rx:"2",ry:"2",width:n,height:"16"}),x.jsx("rect",{x:r,y:"23",rx:"2",ry:"2",width:i,height:"16"}),x.jsx("rect",{x:a,y:"23",rx:"2",ry:"2",width:o,height:"16"}),x.jsx("rect",{x:s,y:"23",rx:"2",ry:"2",width:l,height:"16"}),x.jsx("rect",{x:c,y:"23",rx:"2",ry:"2",width:d,height:"16"}),x.jsx("rect",{x:u,y:"23",rx:"2",ry:"2",width:p,height:"16"}),x.jsx("rect",{x:h,y:"23",rx:"2",ry:"2",width:g,height:"16"}),v.map(((t,n)=>x.jsx(e.Fragment,{children:x.jsx("rect",{x:t.x,y:"23",rx:"2",ry:"2",width:t.w,height:"16"})},n))),x.jsx("rect",{x:f,y:"23",rx:"2",ry:"2",width:100,height:"16"}),Array.apply(0,Array(m)).map(((t,m)=>{const y=70*m+78;return x.jsxs(e.Fragment,{children:[x.jsx("rect",{x:29,y:y,rx:"2",ry:"2",width:n,height:"31"}),x.jsx("rect",{x:r,y:y,rx:"2",ry:"2",width:i,height:"31"}),x.jsx("rect",{x:a,y:y,rx:"2",ry:"2",width:o,height:"31"}),x.jsx("rect",{x:s,y:y,rx:"2",ry:"2",width:l,height:"31"}),x.jsx("rect",{x:c,y:y,rx:"2",ry:"2",width:d,height:"31"}),x.jsx("rect",{x:u,y:y,rx:"2",ry:"2",width:p,height:"31"}),x.jsx("rect",{x:h,y:y,rx:"2",ry:"2",width:g,height:"31"}),v.map(((t,n)=>x.jsx(e.Fragment,{children:x.jsx("rect",{x:t.x,y:y,rx:"2",ry:"2",width:t.w,height:"31"})},n))),x.jsx("rect",{x:f,y:y,rx:"2",ry:"2",width:100,height:"31"})]},m)}))]})})},exports.ContentLoaderNotifUpdate=()=>x.jsx(Fb,{height:36,width:"100%",speed:1,backgroundColor:"rgb(0,0,0)",foregroundColor:"rgb(0,0,0)",backgroundOpacity:.06,foregroundOpacity:.12,children:x.jsx("rect",{x:"0",y:"0",rx:"0",ry:"0",width:"100%",height:"36"})}),exports.ContentLoaderOneLinePromotion=()=>x.jsx(Fb,{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:x.jsx("rect",{x:"0",y:"2",rx:"5",ry:"5",width:80,height:14})}),exports.ContentLoaderOnlyBodyDashboardCard=()=>x.jsxs(Fb,{height:650,width:"100%",speed:1,backgroundColor:"rgb(0,0,0)",foregroundColor:"rgb(0,0,0)",backgroundOpacity:.06,foregroundOpacity:.12,children:[x.jsx("rect",{x:"0",y:"30",rx:"0",ry:"0",width:"50%",height:"20"}),x.jsx("rect",{x:"0",y:"55",rx:"0",ry:"0",width:"50%",height:"20"}),x.jsx("rect",{x:"0",y:"80",rx:"0",ry:"0",width:"50%",height:"20"}),x.jsx("rect",{x:"0",y:"105",rx:"0",ry:"0",width:"50%",height:"20"}),x.jsx("rect",{x:"0",y:"130",rx:"0",ry:"0",width:"50%",height:"20"}),x.jsx("rect",{x:"0",y:"155",rx:"0",ry:"0",width:"50%",height:"20"}),x.jsx("rect",{x:"0",y:"180",rx:"0",ry:"0",width:"50%",height:"20"}),x.jsx("rect",{x:"0",y:"205",rx:"0",ry:"0",width:"50%",height:"20"}),x.jsx("rect",{x:"0",y:"250",rx:"0",ry:"0",width:"100%",height:"250"}),x.jsx("rect",{x:"0",y:"525",rx:"0",ry:"0",width:"100%",height:"15"}),x.jsx("rect",{x:"0",y:"550",rx:"0",ry:"0",width:"100%",height:"15"}),x.jsx("rect",{x:"0",y:"575",rx:"0",ry:"0",width:"100%",height:"15"})]}),exports.ContentLoaderOnlyBodyTableList=()=>{const e=window.innerHeight-96,t=Math.floor((Vb-110)/120),n=Math.floor((e-20)/50);return x.jsx(_b,{children:x.jsx(Fb,{speed:1,width:Vb,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 x.jsx("rect",{x:n,y:r,rx:"2",ry:"2",width:100,height:"30"},t)}))}))})})},exports.ContentLoaderOnlyHeaderTableList=()=>{const e=Math.floor((Vb-110)/120);return x.jsx(_b,{children:x.jsx(Fb,{speed:1,width:Vb,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 x.jsx("rect",{x:r,y:20,rx:"2",ry:"2",width:100,height:0===n?16:30},t)}))))})})},exports.ContentLoaderOrderDetail=()=>{const e=Vb-700,t=Vb-432,n=Vb-302,r=Vb-217,i=Vb-72,a=Vb-777,o=Vb-665,s=Vb-625,l=Vb-515,c=Vb-365,d=Vb-190,u=140,p=Vb-777,h=Vb-629,g=Vb-529,f=Vb-389,m=Vb-214;return x.jsx(Pb,{children:x.jsxs(Fb,{speed:1,width:Vb,height:"100%",backgroundColor:"rgb(0,0,0)",foregroundColor:"rgb(0,0,0)",backgroundOpacity:.06,foregroundOpacity:.12,style:{position:"relative",zIndex:"2"},children:[x.jsx("rect",{x:"38",y:"18",rx:"2",ry:"2",width:"36",height:"36"}),x.jsx("rect",{x:84,y:"18",rx:"2",ry:"2",width:e,height:"36"}),x.jsx("rect",{x:t,y:"20",rx:"2",ry:"2",width:120,height:"32"}),x.jsx("rect",{x:n,y:"20",rx:"2",ry:"2",width:80,height:"32"}),x.jsx("rect",{x:r,y:"20",rx:"2",ry:"2",width:140,height:"32"}),x.jsx("rect",{x:i,y:"20",rx:"2",ry:"2",width:30,height:"32"}),x.jsx("rect",{x:"38",y:"85",rx:"2",ry:"2",width:"110",height:"31"}),x.jsx("rect",{x:"152",y:"85",rx:"2",ry:"2",width:"110",height:"31"}),x.jsx("rect",{x:"266",y:"85",rx:"2",ry:"2",width:"110",height:"31"}),x.jsx("rect",{x:"64",y:"150",rx:"2",ry:"2",width:"31",height:"61"}),x.jsx("rect",{x:121,y:"150",rx:"2",ry:"2",width:p,height:"61"}),x.jsx("rect",{x:h,y:"150",rx:"2",ry:"2",width:90,height:"61"}),x.jsx("rect",{x:g,y:"150",rx:"2",ry:"2",width:140,height:"61"}),x.jsx("rect",{x:f,y:"150",rx:"2",ry:"2",width:160,height:"61"}),x.jsx("rect",{x:m,y:"150",rx:"2",ry:"2",width:140,height:"61"}),x.jsx("rect",{x:"38",y:"284",rx:"2",ry:"2",width:"285",height:"31"}),x.jsx("rect",{x:"389",y:"284",rx:"2",ry:"2",width:"285",height:"31"}),x.jsx("rect",{x:"38",y:"324",rx:"2",ry:"2",width:"285",height:"31"}),x.jsx("rect",{x:"389",y:"324",rx:"2",ry:"2",width:"285",height:"31"}),x.jsx("rect",{x:"38",y:"364",rx:"2",ry:"2",width:"285",height:"31"}),x.jsx("rect",{x:"389",y:"364",rx:"2",ry:"2",width:"285",height:"31"}),x.jsx("rect",{x:"38",y:"404",rx:"2",ry:"2",width:"285",height:"31"}),x.jsx("rect",{x:"389",y:"404",rx:"2",ry:"2",width:"285",height:"31"}),x.jsx("rect",{x:"38",y:"444",rx:"2",ry:"2",width:"285",height:"31"}),x.jsx("rect",{x:"389",y:"444",rx:"2",ry:"2",width:"285",height:"31"}),x.jsx("rect",{x:"38",y:"515",rx:"2",ry:"2",width:"31",height:"31"}),x.jsx("rect",{x:95,y:"515",rx:"2",ry:"2",width:a,height:"31"}),x.jsx("rect",{x:o,y:"515",rx:"2",ry:"2",width:26,height:"31"}),x.jsx("rect",{x:s,y:"515",rx:"2",ry:"2",width:90,height:"31"}),x.jsx("rect",{x:l,y:"515",rx:"2",ry:"2",width:140,height:"31"}),x.jsx("rect",{x:c,y:"515",rx:"2",ry:"2",width:160,height:"31"}),x.jsx("rect",{x:d,y:"515",rx:"2",ry:"2",width:u,height:"31"}),x.jsx("rect",{x:"38",y:"555",rx:"2",ry:"2",width:"31",height:"31"}),x.jsx("rect",{x:95,y:"555",rx:"2",ry:"2",width:a,height:"31"}),x.jsx("rect",{x:o,y:"555",rx:"2",ry:"2",width:26,height:"31"}),x.jsx("rect",{x:s,y:"555",rx:"2",ry:"2",width:90,height:"31"}),x.jsx("rect",{x:l,y:"555",rx:"2",ry:"2",width:140,height:"31"}),x.jsx("rect",{x:c,y:"555",rx:"2",ry:"2",width:160,height:"31"}),x.jsx("rect",{x:d,y:"555",rx:"2",ry:"2",width:u,height:"31"}),x.jsx("rect",{x:d,y:"604",rx:"2",ry:"2",width:u,height:"31"}),x.jsx("rect",{x:d,y:"654",rx:"2",ry:"2",width:u,height:"31"}),x.jsx("rect",{x:"38",y:"684",rx:"2",ry:"2",width:e,height:"36"})]})})},exports.ContentLoaderOrderList=()=>{const e=100,t=Vb-600,n=Vb-405,r=120,i=Vb-275,a=Vb-190,o=140,s=Vb-45,l=Vb-18,c=Vb-777,d=Vb-665,u=Vb-625,p=Vb-515,h=140,g=Vb-365,f=160,m=Vb-190,y=140;return x.jsxs(Tb,{children:[x.jsx(Nb,{children:x.jsxs(Fb,{speed:1,width:Vb,height:"100%",backgroundColor:"rgb(0,0,0)",foregroundColor:"rgb(0,0,0)",backgroundOpacity:.06,foregroundOpacity:.12,style:{position:"relative",zIndex:"2"},children:[x.jsx("rect",{x:"52",y:"15",rx:"2",ry:"2",width:"31",height:"31"}),x.jsx("rect",{x:e,y:"15",rx:"2",ry:"2",width:t,height:"31"}),x.jsx("rect",{x:n,y:"15",rx:"2",ry:"2",width:r,height:"32"}),x.jsx("rect",{x:i,y:"15",rx:"2",ry:"2",width:80,height:"32"}),x.jsx("rect",{x:a,y:"15",rx:"2",ry:"2",width:o,height:"32"}),x.jsx("rect",{x:s,y:"15",rx:"2",ry:"2",width:30,height:"32"}),x.jsx("rect",{x:"52",y:"80",rx:"2",ry:"2",width:"200",height:"15"}),x.jsx("rect",{x:9,y:"110",rx:"0",ry:"0",width:l,height:"2"}),x.jsx("rect",{x:"52",y:"127",rx:"2",ry:"2",width:"31",height:"31"}),x.jsx("rect",{x:95,y:"127",rx:"2",ry:"2",width:c,height:"50"}),x.jsx("rect",{x:d,y:"127",rx:"2",ry:"2",width:26,height:"31"}),x.jsx("rect",{x:u,y:"127",rx:"2",ry:"2",width:90,height:"31"}),x.jsx("rect",{x:p,y:"127",rx:"2",ry:"2",width:h,height:"31"}),x.jsx("rect",{x:g,y:"127",rx:"2",ry:"2",width:f,height:"31"}),x.jsx("rect",{x:m,y:"127",rx:"2",ry:"2",width:y,height:"65"})]})}),x.jsx(Nb,{children:x.jsxs(Fb,{speed:1,width:Vb,height:"100%",backgroundColor:"rgb(0,0,0)",foregroundColor:"rgb(0,0,0)",backgroundOpacity:.06,foregroundOpacity:.12,style:{position:"relative",zIndex:"2"},children:[x.jsx("rect",{x:"52",y:"15",rx:"2",ry:"2",width:"31",height:"31"}),x.jsx("rect",{x:e,y:"15",rx:"2",ry:"2",width:t,height:"31"}),x.jsx("rect",{x:n,y:"15",rx:"2",ry:"2",width:r,height:"32"}),x.jsx("rect",{x:i,y:"15",rx:"2",ry:"2",width:80,height:"32"}),x.jsx("rect",{x:a,y:"15",rx:"2",ry:"2",width:o,height:"32"}),x.jsx("rect",{x:s,y:"15",rx:"2",ry:"2",width:30,height:"32"}),x.jsx("rect",{x:"52",y:"80",rx:"2",ry:"2",width:"200",height:"15"}),x.jsx("rect",{x:9,y:"110",rx:"0",ry:"0",width:l,height:"2"}),x.jsx("rect",{x:"52",y:"127",rx:"2",ry:"2",width:"31",height:"31"}),x.jsx("rect",{x:95,y:"127",rx:"2",ry:"2",width:c,height:"50"}),x.jsx("rect",{x:d,y:"127",rx:"2",ry:"2",width:26,height:"31"}),x.jsx("rect",{x:u,y:"127",rx:"2",ry:"2",width:90,height:"31"}),x.jsx("rect",{x:p,y:"127",rx:"2",ry:"2",width:h,height:"31"}),x.jsx("rect",{x:g,y:"127",rx:"2",ry:"2",width:f,height:"31"}),x.jsx("rect",{x:m,y:"127",rx:"2",ry:"2",width:y,height:"65"})]})}),x.jsx(Nb,{children:x.jsxs(Fb,{speed:1,width:Vb,height:"100%",backgroundColor:"rgb(0,0,0)",foregroundColor:"rgb(0,0,0)",backgroundOpacity:.06,foregroundOpacity:.12,style:{position:"relative",zIndex:"2"},children:[x.jsx("rect",{x:"52",y:"15",rx:"2",ry:"2",width:"31",height:"31"}),x.jsx("rect",{x:e,y:"15",rx:"2",ry:"2",width:t,height:"31"}),x.jsx("rect",{x:n,y:"15",rx:"2",ry:"2",width:r,height:"32"}),x.jsx("rect",{x:i,y:"15",rx:"2",ry:"2",width:80,height:"32"}),x.jsx("rect",{x:a,y:"15",rx:"2",ry:"2",width:o,height:"32"}),x.jsx("rect",{x:s,y:"15",rx:"2",ry:"2",width:30,height:"32"}),x.jsx("rect",{x:"52",y:"80",rx:"2",ry:"2",width:"200",height:"15"}),x.jsx("rect",{x:9,y:"110",rx:"0",ry:"0",width:l,height:"2"}),x.jsx("rect",{x:"52",y:"127",rx:"2",ry:"2",width:"31",height:"31"}),x.jsx("rect",{x:95,y:"127",rx:"2",ry:"2",width:c,height:"50"}),x.jsx("rect",{x:d,y:"127",rx:"2",ry:"2",width:26,height:"31"}),x.jsx("rect",{x:u,y:"127",rx:"2",ry:"2",width:90,height:"31"}),x.jsx("rect",{x:p,y:"127",rx:"2",ry:"2",width:h,height:"31"}),x.jsx("rect",{x:g,y:"127",rx:"2",ry:"2",width:f,height:"31"}),x.jsx("rect",{x:m,y:"127",rx:"2",ry:"2",width:y,height:"65"})]})}),x.jsx(Nb,{children:x.jsxs(Fb,{speed:1,width:Vb,height:"100%",backgroundColor:"rgb(0,0,0)",foregroundColor:"rgb(0,0,0)",backgroundOpacity:.06,foregroundOpacity:.12,style:{position:"relative",zIndex:"2"},children:[x.jsx("rect",{x:"52",y:"15",rx:"2",ry:"2",width:"31",height:"31"}),x.jsx("rect",{x:e,y:"15",rx:"2",ry:"2",width:t,height:"31"}),x.jsx("rect",{x:n,y:"15",rx:"2",ry:"2",width:r,height:"32"}),x.jsx("rect",{x:i,y:"15",rx:"2",ry:"2",width:80,height:"32"}),x.jsx("rect",{x:a,y:"15",rx:"2",ry:"2",width:o,height:"32"}),x.jsx("rect",{x:s,y:"15",rx:"2",ry:"2",width:30,height:"32"}),x.jsx("rect",{x:"52",y:"80",rx:"2",ry:"2",width:"200",height:"15"}),x.jsx("rect",{x:9,y:"110",rx:"0",ry:"0",width:l,height:"2"}),x.jsx("rect",{x:"52",y:"127",rx:"2",ry:"2",width:"31",height:"31"}),x.jsx("rect",{x:95,y:"127",rx:"2",ry:"2",width:c,height:"50"}),x.jsx("rect",{x:d,y:"127",rx:"2",ry:"2",width:26,height:"31"}),x.jsx("rect",{x:u,y:"127",rx:"2",ry:"2",width:90,height:"31"}),x.jsx("rect",{x:p,y:"127",rx:"2",ry:"2",width:h,height:"31"}),x.jsx("rect",{x:g,y:"127",rx:"2",ry:"2",width:f,height:"31"}),x.jsx("rect",{x:m,y:"127",rx:"2",ry:"2",width:y,height:"65"})]})}),x.jsx(Nb,{children:x.jsxs(Fb,{speed:1,width:Vb,height:"100%",backgroundColor:"rgb(0,0,0)",foregroundColor:"rgb(0,0,0)",backgroundOpacity:.06,foregroundOpacity:.12,style:{position:"relative",zIndex:"2"},children:[x.jsx("rect",{x:"52",y:"15",rx:"2",ry:"2",width:"31",height:"31"}),x.jsx("rect",{x:e,y:"15",rx:"2",ry:"2",width:t,height:"31"}),x.jsx("rect",{x:n,y:"15",rx:"2",ry:"2",width:r,height:"32"}),x.jsx("rect",{x:i,y:"15",rx:"2",ry:"2",width:80,height:"32"}),x.jsx("rect",{x:a,y:"15",rx:"2",ry:"2",width:o,height:"32"}),x.jsx("rect",{x:s,y:"15",rx:"2",ry:"2",width:30,height:"32"}),x.jsx("rect",{x:"52",y:"80",rx:"2",ry:"2",width:"200",height:"15"}),x.jsx("rect",{x:9,y:"110",rx:"0",ry:"0",width:l,height:"2"}),x.jsx("rect",{x:"52",y:"127",rx:"2",ry:"2",width:"31",height:"31"}),x.jsx("rect",{x:95,y:"127",rx:"2",ry:"2",width:c,height:"50"}),x.jsx("rect",{x:d,y:"127",rx:"2",ry:"2",width:26,height:"31"}),x.jsx("rect",{x:u,y:"127",rx:"2",ry:"2",width:90,height:"31"}),x.jsx("rect",{x:p,y:"127",rx:"2",ry:"2",width:h,height:"31"}),x.jsx("rect",{x:g,y:"127",rx:"2",ry:"2",width:f,height:"31"}),x.jsx("rect",{x:m,y:"127",rx:"2",ry:"2",width:y,height:"65"})]})})]})},exports.ContentLoaderPOSCategory=()=>{const e=Math.floor(31*Math.random())+50;return x.jsx(Fb,{height:30,width:e,speed:1,backgroundColor:"rgb(0,0,0)",foregroundColor:"rgb(0,0,0)",backgroundOpacity:.06,foregroundOpacity:.12,children:x.jsx("rect",{x:"0",y:"0",rx:"4",ry:"4",width:"100%",height:"30"})})},exports.ContentLoaderPOSItem=()=>x.jsxs(Fb,{height:116,width:"100%",speed:1,backgroundColor:"rgb(0,0,0)",foregroundColor:"rgb(0,0,0)",backgroundOpacity:.06,foregroundOpacity:.12,children:[x.jsx(Yb,{$width:"calc(100% - 20px)",x:"10",y:"10",rx:"0",ry:"0",height:"16"}),x.jsx("rect",{x:"10",y:"35",rx:"0",ry:"0",width:"75%",height:"16"}),x.jsx(Yb,{$width:"calc(100% - 20px)",x:"10",y:"63",rx:"0",ry:"0",height:"16"}),x.jsx(Yb,{$x:"calc(50% - 30px)",y:"95",rx:"4",ry:"4",width:"60px",height:"16"})]}),exports.ContentLoaderPOSStore=()=>x.jsxs(Fb,{height:125,width:"100%",speed:1,backgroundColor:"rgb(0,0,0)",foregroundColor:"rgb(0,0,0)",backgroundOpacity:.06,foregroundOpacity:.12,children:[x.jsx("rect",{x:"0",y:"4",rx:"0",ry:"0",width:"100%",height:"20"}),x.jsx("rect",{x:"0",y:"28",rx:"0",ry:"0",width:"100%",height:"20"}),x.jsx("rect",{x:"0",y:"70",rx:"0",ry:"0",width:"180px",height:"16"}),x.jsx("rect",{x:"0",y:"110",rx:"0",ry:"0",width:"100px",height:"14"})]}),exports.ContentLoaderPagination=()=>{const e=Vb/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 x.jsx(Bb,{className:"_refLoadingPage",children:x.jsxs(Fb,{speed:1,width:Vb,height:"100%",backgroundColor:"rgb(0,0,0)",foregroundColor:"rgb(0,0,0)",backgroundOpacity:.06,foregroundOpacity:.12,style:{position:"relative",zIndex:"2"},children:[x.jsx("rect",{x:t,y:"23",rx:"2",ry:"2",width:"27",height:"27"}),x.jsx("rect",{x:n,y:"23",rx:"2",ry:"2",width:"27",height:"27"}),x.jsx("rect",{x:r,y:"23",rx:"2",ry:"2",width:"27",height:"27"}),x.jsx("rect",{x:i,y:"23",rx:"2",ry:"2",width:"27",height:"27"}),x.jsx("rect",{x:a,y:"23",rx:"2",ry:"2",width:"27",height:"27"}),x.jsx("rect",{x:o,y:"23",rx:"2",ry:"2",width:"27",height:"27"}),x.jsx("rect",{x:s,y:"23",rx:"2",ry:"2",width:"27",height:"27"}),x.jsx("rect",{x:l,y:"23",rx:"2",ry:"2",width:"27",height:"27"}),x.jsx("rect",{x:c,y:"23",rx:"2",ry:"2",width:"27",height:"27"}),x.jsx("rect",{x:d,y:"23",rx:"2",ry:"2",width:"27",height:"27"}),x.jsx("rect",{x:i,y:"60",rx:"2",ry:"2",width:"128",height:"6"})]})})},exports.ContentLoaderPopupBundle=()=>x.jsxs(Fb,{height:270,width:800,speed:1,backgroundColor:"rgb(0,0,0)",foregroundColor:"rgb(0,0,0)",backgroundOpacity:.06,foregroundOpacity:.12,children:[x.jsx("rect",{x:"15",y:"60",width:"300",height:"15"}),x.jsx("rect",{x:"330",y:"25",width:"100",height:"15"}),x.jsx("rect",{x:"450",y:"25",width:"75",height:"15"}),x.jsx("rect",{x:"540",y:"25",width:"130",height:"15"}),x.jsx("rect",{x:"690",y:"25",width:"75",height:"15"}),x.jsx("rect",{x:"15",y:"60",width:"300",height:"30"}),x.jsx("rect",{x:"330",y:"60",width:"100",height:"30"}),x.jsx("rect",{x:"450",y:"60",width:"75",height:"30"}),x.jsx("rect",{x:"540",y:"60",width:"130",height:"30"}),x.jsx("rect",{x:"690",y:"60",width:"75",height:"30"}),x.jsx("rect",{x:"15",y:"110",width:"300",height:"30"}),x.jsx("rect",{x:"330",y:"110",width:"100",height:"30"}),x.jsx("rect",{x:"450",y:"110",width:"75",height:"30"}),x.jsx("rect",{x:"540",y:"110",width:"130",height:"30"}),x.jsx("rect",{x:"690",y:"110",width:"75",height:"30"}),x.jsx("rect",{x:"15",y:"160",width:"300",height:"30"}),x.jsx("rect",{x:"330",y:"160",width:"100",height:"30"}),x.jsx("rect",{x:"450",y:"160",width:"75",height:"30"}),x.jsx("rect",{x:"540",y:"160",width:"130",height:"30"}),x.jsx("rect",{x:"690",y:"160",width:"75",height:"30"}),x.jsx("rect",{x:"15",y:"210",width:"300",height:"30"}),x.jsx("rect",{x:"330",y:"210",width:"100",height:"30"}),x.jsx("rect",{x:"450",y:"210",width:"75",height:"30"}),x.jsx("rect",{x:"540",y:"210",width:"130",height:"30"}),x.jsx("rect",{x:"690",y:"210",width:"75",height:"30"})]}),exports.ContentLoaderPopupChooseStore=()=>x.jsxs(Fb,{height:80,width:600,speed:1,backgroundColor:"rgb(0,0,0)",foregroundColor:"rgb(0,0,0)",backgroundOpacity:.06,foregroundOpacity:.12,children:[x.jsx("rect",{x:"0",y:"0",rx:"5",ry:"5",width:"172",height:"34"}),x.jsx("rect",{x:"178",y:"0",rx:"5",ry:"5",width:"172",height:"34"}),x.jsx("rect",{x:"356",y:"0",rx:"5",ry:"5",width:"100",height:"34"}),x.jsx("rect",{x:"462",y:"0",rx:"5",ry:"5",width:"100",height:"34"}),x.jsx("rect",{x:"0",y:"40",rx:"5",ry:"5",width:"172",height:"34"}),x.jsx("rect",{x:"178",y:"40",rx:"5",ry:"5",width:"100",height:"34"}),x.jsx("rect",{x:"284",y:"40",rx:"5",ry:"5",width:"140",height:"34"}),x.jsx("rect",{x:"430",y:"40",rx:"5",ry:"5",width:"100",height:"34"})]}),exports.ContentLoaderPopupLinkedListing=()=>x.jsxs(Fb,{height:270,width:800,speed:1,backgroundColor:"rgb(0,0,0)",foregroundColor:"rgb(0,0,0)",backgroundOpacity:.06,foregroundOpacity:.12,children:[x.jsx("rect",{x:"15",y:"25",width:"425",height:"15"}),x.jsx("rect",{x:"490",y:"25",width:"150",height:"15"}),x.jsx("rect",{x:"670",y:"25",width:"95",height:"15"}),x.jsx("rect",{x:"15",y:"60",rx:"8",ry:"8",width:"30",height:"30"}),x.jsx("rect",{x:"60",y:"60",width:"380",height:"30"}),x.jsx("rect",{x:"490",y:"60",width:"150",height:"30"}),x.jsx("rect",{x:"670",y:"60",width:"95",height:"30"}),x.jsx("rect",{x:"15",y:"110",rx:"8",ry:"8",width:"30",height:"30"}),x.jsx("rect",{x:"60",y:"110",width:"380",height:"30"}),x.jsx("rect",{x:"490",y:"110",width:"150",height:"30"}),x.jsx("rect",{x:"670",y:"110",width:"95",height:"30"}),x.jsx("rect",{x:"15",y:"160",rx:"8",ry:"8",width:"30",height:"30"}),x.jsx("rect",{x:"60",y:"160",width:"380",height:"30"}),x.jsx("rect",{x:"490",y:"160",width:"150",height:"30"}),x.jsx("rect",{x:"670",y:"160",width:"95",height:"30"}),x.jsx("rect",{x:"15",y:"210",rx:"8",ry:"8",width:"30",height:"30"}),x.jsx("rect",{x:"60",y:"210",width:"380",height:"30"}),x.jsx("rect",{x:"490",y:"210",width:"150",height:"30"}),x.jsx("rect",{x:"670",y:"210",width:"95",height:"30"})]}),exports.ContentLoaderPopupListOrder=()=>x.jsx(Gb,{children:x.jsxs(Fb,{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:[x.jsx("rect",{x:"20",y:"25",rx:"2",ry:"2",width:"25",height:"22"}),x.jsx("rect",{x:"55",y:"20",rx:"2",ry:"2",width:"32",height:"32"}),x.jsx("rect",{x:"97",y:"20",rx:"2",ry:"2",width:"250",height:"32"}),x.jsx("rect",{x:"620",y:"20",rx:"2",ry:"2",width:"170",height:"32"}),x.jsx("rect",{x:"800",y:"20",rx:"2",ry:"2",width:"25",height:"22"}),x.jsx("rect",{x:"60",y:"80",rx:"2",ry:"2",width:"200",height:"20"}),x.jsx("rect",{x:"440",y:"80",rx:"2",ry:"2",width:"90",height:"20"}),x.jsx("rect",{x:"560",y:"80",rx:"2",ry:"2",width:"90",height:"20"}),x.jsx("rect",{x:"680",y:"80",rx:"2",ry:"2",width:"90",height:"20"}),x.jsx("rect",{x:"60",y:"130",rx:"2",ry:"2",width:"200",height:"20"}),x.jsx("rect",{x:"440",y:"130",rx:"2",ry:"2",width:"90",height:"20"}),x.jsx("rect",{x:"560",y:"130",rx:"2",ry:"2",width:"90",height:"20"}),x.jsx("rect",{x:"680",y:"130",rx:"2",ry:"2",width:"90",height:"20"}),x.jsx("rect",{x:"20",y:"210",rx:"2",ry:"2",width:"25",height:"22"}),x.jsx("rect",{x:"55",y:"205",rx:"2",ry:"2",width:"32",height:"32"}),x.jsx("rect",{x:"97",y:"205",rx:"2",ry:"2",width:"250",height:"32"}),x.jsx("rect",{x:"620",y:"205",rx:"2",ry:"2",width:"170",height:"32"}),x.jsx("rect",{x:"800",y:"205",rx:"2",ry:"2",width:"25",height:"22"})]})}),exports.ContentLoaderPopupPaymentReceive=()=>x.jsx(Gb,{children:x.jsxs(Fb,{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:[x.jsx("rect",{x:"40",y:"20",rx:"2",ry:"2",width:"80",height:"21"}),x.jsx("rect",{x:"40",y:"51",rx:"2",ry:"2",width:"260",height:"30"}),x.jsx("rect",{x:"40",y:"110",rx:"2",ry:"2",width:"80",height:"21"}),x.jsx("rect",{x:"320",y:"110",rx:"2",ry:"2",width:"80",height:"21"}),x.jsx("rect",{x:"40",y:"141",rx:"2",ry:"2",width:"260",height:"30"}),x.jsx("rect",{x:"320",y:"141",rx:"2",ry:"2",width:"260",height:"30"}),x.jsx("rect",{x:"55",y:"200",rx:"2",ry:"2",width:"220",height:"30"}),x.jsx("rect",{x:"320",y:"200",rx:"2",ry:"2",width:"260",height:"30"}),x.jsx("rect",{x:"55",y:"245",rx:"2",ry:"2",width:"220",height:"30"}),x.jsx("rect",{x:"320",y:"245",rx:"2",ry:"2",width:"260",height:"30"}),x.jsx("rect",{x:"55",y:"290",rx:"2",ry:"2",width:"220",height:"30"}),x.jsx("rect",{x:"320",y:"290",rx:"2",ry:"2",width:"260",height:"30"})]})}),exports.ContentLoaderPopupPaymentReceived=()=>x.jsx(Gb,{children:x.jsxs(Fb,{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:[x.jsx("rect",{x:"60",y:"20",rx:"2",ry:"2",width:"100",height:"21"}),x.jsx("rect",{x:"60",y:"51",rx:"2",ry:"2",width:"280",height:"36"}),x.jsx("rect",{x:"360",y:"20",rx:"2",ry:"2",width:"100",height:"21"}),x.jsx("rect",{x:"360",y:"51",rx:"2",ry:"2",width:"280",height:"36"}),x.jsx("rect",{x:"660",y:"20",rx:"2",ry:"2",width:"100",height:"21"}),x.jsx("rect",{x:"660",y:"51",rx:"2",ry:"2",width:"280",height:"36"}),x.jsx("rect",{x:"52",y:"130",rx:"2",ry:"2",width:"31",height:"31"}),x.jsx("rect",{x:"95",y:"130",rx:"2",ry:"2",width:"110",height:"31"}),x.jsx("rect",{x:"217",y:"130",rx:"2",ry:"2",width:"110",height:"31"}),x.jsx("rect",{x:"339",y:"130",rx:"2",ry:"2",width:"110",height:"31"}),x.jsx("rect",{x:"461",y:"130",rx:"2",ry:"2",width:"110",height:"31"}),x.jsx("rect",{x:"583",y:"130",rx:"2",ry:"2",width:"110",height:"31"}),x.jsx("rect",{x:"705",y:"130",rx:"2",ry:"2",width:"110",height:"31"}),x.jsx("rect",{x:"827",y:"130",rx:"2",ry:"2",width:"110",height:"31"}),x.jsx("rect",{x:"52",y:"170",rx:"2",ry:"2",width:"31",height:"31"}),x.jsx("rect",{x:"95",y:"170",rx:"2",ry:"2",width:"110",height:"31"}),x.jsx("rect",{x:"217",y:"170",rx:"2",ry:"2",width:"110",height:"31"}),x.jsx("rect",{x:"339",y:"170",rx:"2",ry:"2",width:"110",height:"31"}),x.jsx("rect",{x:"461",y:"170",rx:"2",ry:"2",width:"110",height:"31"}),x.jsx("rect",{x:"583",y:"170",rx:"2",ry:"2",width:"110",height:"31"}),x.jsx("rect",{x:"705",y:"170",rx:"2",ry:"2",width:"110",height:"31"}),x.jsx("rect",{x:"827",y:"170",rx:"2",ry:"2",width:"110",height:"31"}),x.jsx("rect",{x:"52",y:"210",rx:"2",ry:"2",width:"31",height:"31"}),x.jsx("rect",{x:"95",y:"210",rx:"2",ry:"2",width:"110",height:"31"}),x.jsx("rect",{x:"217",y:"210",rx:"2",ry:"2",width:"110",height:"31"}),x.jsx("rect",{x:"339",y:"210",rx:"2",ry:"2",width:"110",height:"31"}),x.jsx("rect",{x:"461",y:"210",rx:"2",ry:"2",width:"110",height:"31"}),x.jsx("rect",{x:"583",y:"210",rx:"2",ry:"2",width:"110",height:"31"}),x.jsx("rect",{x:"705",y:"210",rx:"2",ry:"2",width:"110",height:"31"}),x.jsx("rect",{x:"827",y:"210",rx:"2",ry:"2",width:"110",height:"31"}),x.jsx("rect",{x:"52",y:"250",rx:"2",ry:"2",width:"31",height:"31"}),x.jsx("rect",{x:"95",y:"250",rx:"2",ry:"2",width:"110",height:"31"}),x.jsx("rect",{x:"217",y:"250",rx:"2",ry:"2",width:"110",height:"31"}),x.jsx("rect",{x:"339",y:"250",rx:"2",ry:"2",width:"110",height:"31"}),x.jsx("rect",{x:"461",y:"250",rx:"2",ry:"2",width:"110",height:"31"}),x.jsx("rect",{x:"583",y:"250",rx:"2",ry:"2",width:"110",height:"31"}),x.jsx("rect",{x:"705",y:"250",rx:"2",ry:"2",width:"110",height:"31"}),x.jsx("rect",{x:"827",y:"250",rx:"2",ry:"2",width:"110",height:"31"})]})}),exports.ContentLoaderPopupPicklist=()=>x.jsx(Gb,{children:x.jsxs(Fb,{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:[x.jsx("rect",{x:"130",y:"20",rx:"2",ry:"2",width:"100",height:"21"}),x.jsx("rect",{x:"510",y:"20",rx:"2",ry:"2",width:"100",height:"21"}),x.jsx("rect",{x:"130",y:"51",rx:"2",ry:"2",width:"360",height:"36"}),x.jsx("rect",{x:"510",y:"51",rx:"2",ry:"2",width:"360",height:"36"}),x.jsx("rect",{x:"130",y:"110",rx:"2",ry:"2",width:"100",height:"21"}),x.jsx("rect",{x:"510",y:"110",rx:"2",ry:"2",width:"100",height:"21"}),x.jsx("rect",{x:"130",y:"141",rx:"2",ry:"2",width:"360",height:"36"}),x.jsx("rect",{x:"510",y:"141",rx:"2",ry:"2",width:"360",height:"36"}),x.jsx("rect",{x:"52",y:"200",rx:"2",ry:"2",width:"31",height:"31"}),x.jsx("rect",{x:"95",y:"200",rx:"2",ry:"2",width:"110",height:"31"}),x.jsx("rect",{x:"217",y:"200",rx:"2",ry:"2",width:"110",height:"31"}),x.jsx("rect",{x:"339",y:"200",rx:"2",ry:"2",width:"110",height:"31"}),x.jsx("rect",{x:"461",y:"200",rx:"2",ry:"2",width:"110",height:"31"}),x.jsx("rect",{x:"583",y:"200",rx:"2",ry:"2",width:"110",height:"31"}),x.jsx("rect",{x:"705",y:"200",rx:"2",ry:"2",width:"110",height:"31"}),x.jsx("rect",{x:"827",y:"200",rx:"2",ry:"2",width:"110",height:"31"}),x.jsx("rect",{x:"52",y:"240",rx:"2",ry:"2",width:"31",height:"31"}),x.jsx("rect",{x:"95",y:"240",rx:"2",ry:"2",width:"110",height:"31"}),x.jsx("rect",{x:"217",y:"240",rx:"2",ry:"2",width:"110",height:"31"}),x.jsx("rect",{x:"339",y:"240",rx:"2",ry:"2",width:"110",height:"31"}),x.jsx("rect",{x:"461",y:"240",rx:"2",ry:"2",width:"110",height:"31"}),x.jsx("rect",{x:"583",y:"240",rx:"2",ry:"2",width:"110",height:"31"}),x.jsx("rect",{x:"705",y:"240",rx:"2",ry:"2",width:"110",height:"31"}),x.jsx("rect",{x:"827",y:"240",rx:"2",ry:"2",width:"110",height:"31"}),x.jsx("rect",{x:"52",y:"280",rx:"2",ry:"2",width:"31",height:"31"}),x.jsx("rect",{x:"95",y:"280",rx:"2",ry:"2",width:"110",height:"31"}),x.jsx("rect",{x:"217",y:"280",rx:"2",ry:"2",width:"110",height:"31"}),x.jsx("rect",{x:"339",y:"280",rx:"2",ry:"2",width:"110",height:"31"}),x.jsx("rect",{x:"461",y:"280",rx:"2",ry:"2",width:"110",height:"31"}),x.jsx("rect",{x:"583",y:"280",rx:"2",ry:"2",width:"110",height:"31"}),x.jsx("rect",{x:"705",y:"280",rx:"2",ry:"2",width:"110",height:"31"}),x.jsx("rect",{x:"827",y:"280",rx:"2",ry:"2",width:"110",height:"31"})]})}),exports.ContentLoaderPopupReadyToShip=()=>x.jsx(Gb,{children:x.jsxs(Fb,{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:[x.jsx("rect",{x:"20",y:"25",rx:"2",ry:"2",width:"25",height:"22"}),x.jsx("rect",{x:"55",y:"20",rx:"2",ry:"2",width:"32",height:"32"}),x.jsx("rect",{x:"97",y:"20",rx:"2",ry:"2",width:"250",height:"32"}),x.jsx("rect",{x:"500",y:"20",rx:"2",ry:"2",width:"170",height:"32"}),x.jsx("rect",{x:"680",y:"20",rx:"2",ry:"2",width:"170",height:"32"}),x.jsx("rect",{x:"860",y:"20",rx:"2",ry:"2",width:"25",height:"22"}),x.jsx("rect",{x:"20",y:"70",rx:"2",ry:"2",width:"25",height:"22"}),x.jsx("rect",{x:"55",y:"65",rx:"2",ry:"2",width:"32",height:"32"}),x.jsx("rect",{x:"97",y:"65",rx:"2",ry:"2",width:"250",height:"32"}),x.jsx("rect",{x:"500",y:"65",rx:"2",ry:"2",width:"170",height:"32"}),x.jsx("rect",{x:"680",y:"65",rx:"2",ry:"2",width:"170",height:"32"}),x.jsx("rect",{x:"860",y:"65",rx:"2",ry:"2",width:"25",height:"22"}),x.jsx("rect",{x:"20",y:"115",rx:"2",ry:"2",width:"25",height:"22"}),x.jsx("rect",{x:"55",y:"110",rx:"2",ry:"2",width:"32",height:"32"}),x.jsx("rect",{x:"97",y:"110",rx:"2",ry:"2",width:"250",height:"32"}),x.jsx("rect",{x:"500",y:"110",rx:"2",ry:"2",width:"170",height:"32"}),x.jsx("rect",{x:"680",y:"110",rx:"2",ry:"2",width:"170",height:"32"}),x.jsx("rect",{x:"860",y:"110",rx:"2",ry:"2",width:"25",height:"22"}),x.jsx("rect",{x:"20",y:"160",rx:"2",ry:"2",width:"25",height:"22"}),x.jsx("rect",{x:"55",y:"155",rx:"2",ry:"2",width:"32",height:"32"}),x.jsx("rect",{x:"97",y:"155",rx:"2",ry:"2",width:"250",height:"32"}),x.jsx("rect",{x:"500",y:"155",rx:"2",ry:"2",width:"170",height:"32"}),x.jsx("rect",{x:"680",y:"155",rx:"2",ry:"2",width:"170",height:"32"}),x.jsx("rect",{x:"860",y:"155",rx:"2",ry:"2",width:"25",height:"22"}),x.jsx("rect",{x:"20",y:"205",rx:"2",ry:"2",width:"25",height:"22"}),x.jsx("rect",{x:"55",y:"200",rx:"2",ry:"2",width:"32",height:"32"}),x.jsx("rect",{x:"97",y:"200",rx:"2",ry:"2",width:"250",height:"32"}),x.jsx("rect",{x:"500",y:"200",rx:"2",ry:"2",width:"170",height:"32"}),x.jsx("rect",{x:"680",y:"200",rx:"2",ry:"2",width:"170",height:"32"}),x.jsx("rect",{x:"860",y:"200",rx:"2",ry:"2",width:"25",height:"22"})]})}),exports.ContentLoaderPopupStoreSelect=()=>x.jsx(Gb,{children:x.jsx(Fb,{speed:1,width:325.5,height:30,backgroundColor:"rgb(0,0,0)",foregroundColor:"rgb(0,0,0)",backgroundOpacity:.06,foregroundOpacity:.12,children:x.jsx("rect",{x:"0",y:"0",rx:"5",ry:"5",width:"325.5",height:"30"})})}),exports.ContentLoaderPosProductDetail=()=>x.jsxs(Fb,{speed:1,width:"100%",height:580,backgroundColor:"rgb(0,0,0)",foregroundColor:"rgb(0,0,0)",backgroundOpacity:.06,foregroundOpacity:.12,children:[x.jsx("rect",{x:"0",y:"0",rx:"0",ry:"0",width:"100%",height:"198"}),x.jsx("rect",{x:"0",y:"214",rx:"0",ry:"0",width:"100%",height:"16"}),x.jsx("rect",{x:"0",y:"240",rx:"0",ry:"0",width:"100%",height:"16"}),x.jsx("rect",{x:"0",y:"266",rx:"0",ry:"0",width:"100%",height:"16"}),x.jsx("rect",{x:"0",y:"292",rx:"0",ry:"0",width:"100%",height:"16"}),x.jsx("rect",{x:"0",y:"318",rx:"0",ry:"0",width:"100%",height:"40"}),x.jsx("rect",{x:"0",y:"368",rx:"0",ry:"0",width:"100%",height:"16"}),x.jsx("rect",{x:"0",y:"394",rx:"0",ry:"0",width:"100%",height:"16"}),x.jsx("rect",{x:"0",y:"420",rx:"0",ry:"0",width:"100%",height:"16"}),x.jsx("rect",{x:"0",y:"456",rx:"0",ry:"0",width:"100px",height:"16"}),x.jsx("rect",{x:"0",y:"480",rx:"0",ry:"0",width:"100%",height:"94"})]}),exports.ContentLoaderPromotionHover=()=>x.jsxs(Fb,{height:151,width:"100%",speed:1,backgroundColor:"rgb(0,0,0)",foregroundColor:"rgb(0,0,0)",backgroundOpacity:.06,foregroundOpacity:.12,children:[x.jsx("rect",{x:"0",y:"4",rx:"0",ry:"0",width:"135",height:"14"}),x.jsx("rect",{x:"150",y:"4",rx:"0",ry:"0",width:"140",height:"14"}),x.jsx("rect",{x:"0",y:"32",rx:"0",ry:"0",width:"135",height:"14"}),x.jsx("rect",{x:"150",y:"32",rx:"0",ry:"0",width:"140",height:"14"}),x.jsx("rect",{x:"0",y:"60",rx:"0",ry:"0",width:"135",height:"14"}),x.jsx("rect",{x:"150",y:"60",rx:"0",ry:"0",width:"140",height:"14"}),x.jsx("rect",{x:"0",y:"88",rx:"0",ry:"0",width:"135",height:"14"}),x.jsx("rect",{x:"150",y:"88",rx:"0",ry:"0",width:"140",height:"14"}),x.jsx("rect",{x:"0",y:"116",rx:"0",ry:"0",width:"135",height:"14"}),x.jsx("rect",{x:"150",y:"116",rx:"0",ry:"0",width:"140",height:"14"}),x.jsx("rect",{x:"150",y:"132",rx:"0",ry:"0",width:"140",height:"14"})]}),exports.ContentLoaderReportingDashboard=()=>x.jsx(Wb,{children:x.jsxs(Fb,{speed:1,width:Vb,height:500,backgroundColor:"rgb(0,0,0)",foregroundColor:"rgb(0,0,0)",backgroundOpacity:.06,foregroundOpacity:.12,style:{position:"relative",zIndex:"2"},children:[x.jsx("rect",{x:"10",y:"10",rx:"2",ry:"2",width:"210",height:"25"}),x.jsx("rect",{x:"10",y:"60",rx:"2",ry:"2",width:"210",height:"20"}),x.jsx("rect",{x:"10",y:"95",rx:"2",ry:"2",width:"210",height:"20"}),x.jsx("rect",{x:"10",y:"130",rx:"2",ry:"2",width:"210",height:"20"}),x.jsx("rect",{x:"10",y:"165",rx:"2",ry:"2",width:"210",height:"20"}),x.jsx("rect",{x:"10",y:"200",rx:"2",ry:"2",width:"210",height:"20"}),x.jsx("rect",{x:"10",y:"235",rx:"2",ry:"2",width:"210",height:"20"}),x.jsx("rect",{x:"10",y:"270",rx:"2",ry:"2",width:"210",height:"20"}),x.jsx("rect",{x:"10",y:"305",rx:"2",ry:"2",width:"210",height:"20"}),x.jsx("rect",{x:"280",y:"10",rx:"2",ry:"2",width:"210",height:"25"}),x.jsx("rect",{x:"280",y:"60",rx:"2",ry:"2",width:"210",height:"20"}),x.jsx("rect",{x:"280",y:"95",rx:"2",ry:"2",width:"210",height:"20"}),x.jsx("rect",{x:"280",y:"130",rx:"2",ry:"2",width:"210",height:"20"}),x.jsx("rect",{x:"280",y:"165",rx:"2",ry:"2",width:"210",height:"20"}),x.jsx("rect",{x:"280",y:"200",rx:"2",ry:"2",width:"210",height:"20"}),x.jsx("rect",{x:"280",y:"235",rx:"2",ry:"2",width:"210",height:"20"}),x.jsx("rect",{x:"280",y:"270",rx:"2",ry:"2",width:"210",height:"20"}),x.jsx("rect",{x:"280",y:"305",rx:"2",ry:"2",width:"210",height:"20"}),x.jsx("rect",{x:"550",y:"10",rx:"2",ry:"2",width:"210",height:"25"}),x.jsx("rect",{x:"550",y:"60",rx:"2",ry:"2",width:"210",height:"20"}),x.jsx("rect",{x:"550",y:"95",rx:"2",ry:"2",width:"210",height:"20"}),x.jsx("rect",{x:"550",y:"130",rx:"2",ry:"2",width:"210",height:"20"}),x.jsx("rect",{x:"550",y:"165",rx:"2",ry:"2",width:"210",height:"20"}),x.jsx("rect",{x:"550",y:"200",rx:"2",ry:"2",width:"210",height:"20"}),x.jsx("rect",{x:"550",y:"235",rx:"2",ry:"2",width:"210",height:"20"}),x.jsx("rect",{x:"550",y:"270",rx:"2",ry:"2",width:"210",height:"20"}),x.jsx("rect",{x:"550",y:"305",rx:"2",ry:"2",width:"210",height:"20"})]})}),exports.ContentLoaderSetting=()=>x.jsxs(Fb,{speed:1,width:"100%",height:550,backgroundColor:"rgb(0,0,0)",foregroundColor:"rgb(0,0,0)",backgroundOpacity:.06,foregroundOpacity:.12,children:[x.jsx("rect",{x:"0",y:"0",rx:"2",ry:"2",width:"125",height:"15"}),x.jsx("rect",{x:"0",y:"25",rx:"2",ry:"2",width:"620",height:"25"}),x.jsx("rect",{x:"0",y:"60",rx:"2",ry:"2",width:"450",height:"25"}),x.jsx("rect",{x:"0",y:"110",rx:"2",ry:"2",width:"125",height:"15"}),x.jsx("rect",{x:"0",y:"135",rx:"2",ry:"2",width:"620",height:"25"}),x.jsx("rect",{x:"0",y:"170",rx:"2",ry:"2",width:"450",height:"25"}),x.jsx("rect",{x:"0",y:"220",rx:"2",ry:"2",width:"125",height:"15"}),x.jsx("rect",{x:"0",y:"245",rx:"2",ry:"2",width:"620",height:"25"}),x.jsx("rect",{x:"0",y:"280",rx:"2",ry:"2",width:"450",height:"25"}),x.jsx("rect",{x:"0",y:"330",rx:"2",ry:"2",width:"125",height:"15"}),x.jsx("rect",{x:"0",y:"355",rx:"2",ry:"2",width:"450",height:"80"}),x.jsx("rect",{x:"0",y:"460",rx:"2",ry:"2",width:"125",height:"15"}),x.jsx("rect",{x:"0",y:"485",rx:"2",ry:"2",width:"450",height:"80"}),x.jsx("rect",{x:"0",y:"585",rx:"2",ry:"2",width:"125",height:"15"}),x.jsx("rect",{x:"0",y:"610",rx:"2",ry:"2",width:"170",height:"25"}),x.jsx("rect",{x:"180",y:"610",rx:"2",ry:"2",width:"170",height:"25"}),x.jsx("rect",{x:"0",y:"645",rx:"2",ry:"2",width:"170",height:"25"}),x.jsx("rect",{x:"180",y:"645",rx:"2",ry:"2",width:"170",height:"25"}),x.jsx("rect",{x:"0",y:"695",rx:"2",ry:"2",width:"125",height:"15"}),x.jsx("rect",{x:"0",y:"720",rx:"2",ry:"2",width:"450",height:"25"}),x.jsx("rect",{x:"0",y:"755",rx:"2",ry:"2",width:"400",height:"25"})]}),exports.ContentLoaderTableList=()=>{const e=Hb-96,t=Math.floor((Vb-110)/120),n=Math.floor((e-20)/50);return x.jsx(_b,{children:x.jsx(Fb,{speed:1,width:Vb,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 x.jsx("rect",{x:i,y:r,rx:"2",ry:"2",width:100,height:0===n?16:30},t)}))}))})})},exports.CreateContainer=Yt,exports.CreateHeaderWrapper=Vt,exports.CreateToolWrapper=Ht,exports.DateComponent=Mv,exports.DateTimeComponent=({dateTimeData:e})=>{const t=yv(e,"YYYY-MM-DD HH:mm:ss ZZ").format("D MMM YYYY,"),n=yv(e,"YYYY-MM-DD HH:mm:ss ZZ").format("hh:mm A");return x.jsx(Tv,{children:e?x.jsxs(x.Fragment,{children:[x.jsx("span",{children:t}),x.jsx("span",{children:n})]}):"-"})},exports.DateWrapper=vt,exports.DetailItem=Bt,exports.DetailItemAction=Ot,exports.DetailItemInfo=_t,exports.DetailItemTitle=Lt,exports.DetailItemWrapper=Pt,exports.DetailList=Nt,exports.DetailPanelWrapper=Rt,exports.DetailWrapper=jt,exports.DropdownAction=kt,exports.DropdownItem=wt,exports.DropdownList=Ct,exports.DropdownTitle=bt,exports.ErrorComponent=$h,exports.FigureWraper=Le,exports.FilterButton=At,exports.FilterColumnContainer=un,exports.FilterContainer=dt,exports.FilterList=It,exports.FilterListTitle=Et,exports.FilterWrapper=gt,exports.FoContainer=Ee,exports.FormContainer=Ab,exports.HeaderContainer=ye,exports.IconComponent=En,exports.IconDot=Dt,exports.ImageComponent=ts,exports.InfoGroup=De,exports.InitialContainer=Te,exports.InputComponent=ue,exports.InputGroup=je,exports.InputOTPComponent=e=>{var{otpLength:t=6,value:n,onChange:r}=e,i=l(e,["otpLength","value","onChange"]);const a=e=>{var i;const a=e.target,o=a.value,s=a.dataset.index?parseInt(a.dataset.index):0;if(""===o||/^\d$/.test(o)){let e=n.split("");e[s]=o;const a=e.join("");r(a),""!==o&&s<t-1&&(null===(i=document.getElementById(`otp-inputbox-${s+1}`))||void 0===i||i.focus())}},o=e=>{var t;const r=e.target,i=r.dataset.index?parseInt(r.dataset.index):0;"Backspace"===e.key&&!n[i]&&i>0&&(null===(t=document.getElementById("otp-inputbox-"+(i-1)))||void 0===t||t.focus())};let s=[];for(let e=0;e<t;e++)s.push(x.jsx(de,Object.assign({"data-index":e,id:`otp-inputbox-${e}`,name:`otp-input-${e}`,autoComplete:"one-time-code",inputMode:"numeric",required:!0,value:n[e]||"",onChange:e=>a(e),onKeyDown:e=>o(e),onFocus:e=>{e.target.addEventListener("wheel",(function(e){e.preventDefault()}),{passive:!1}),e.target.select()}},i),e));return x.jsx("div",{onPaste:e=>{e.preventDefault();const n=e.clipboardData.getData("Text").replace(/\D/g,"").slice(0,t);r(n)},children:s})},exports.InputRefComponent=pe,exports.IsNumeric=Q,exports.ItemPriceLabel=ze,exports.ItemTable=mt,exports.LabelComponent=e=>{var{children:t,$mode:n,$position:r}=e,i=l(e,["children","$mode","$position"]);return x.jsx(vn,Object.assign({$mode:n,$position:r},i,{children:t}))},exports.LeftPanelContainer=Be,exports.LinkComponent=R,exports.LinkContainer=ct,exports.ListAddItemContainer=Qt,exports.ListComponent=e=>{var{children:t,$mode:n,$selected:r,$type:i}=e,a=l(e,["children","$mode","$selected","$type"]);return x.jsx(Ib,Object.assign({$mode:n,$selected:r,$type:i},a,{children:t}))},exports.ListContainer=we,exports.ListTable=yt,exports.ListTableContainer=ft,exports.LoadingComponent=wn,exports.MasterTableActionWrapper=Ne,exports.MasterTableComponent=t=>{const{evOpenPopup:n,headerColumns:r,data:i,setData:a,resultPopup:o,setResultPopup:s,type:l,evCreateMessageQuestion:c,evCreateMessage:d,autoCopy:u,setAutoCopy:p,isRemovable:h=!0,isForceUpdate:g,setForceUpdate:f}=t,[m,y]=e.useState(!1),[v,C]=e.useState();e.useEffect((()=>{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 w=H(l||"");e.useEffect((()=>{const e=document.querySelector("#master-clone"),t=e?e.innerHTML:"";if((null==i?void 0:i.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"}}),[i]);const k=55,I=h?55:0;let E=0,A=0;for(const e of r.filter((e=>!(null==e?void 0:e.isHidden))))"colGroup"===e.type&&(A+=e.width),E+=e.width;E+=k+I+1,A+=k;const D=(e,t,n,r)=>{const o="category"===(null==e?void 0:e.condition)?"Array":e.typeData||"String",s=te(o,t),c="category"===(null==e?void 0:e.condition)?ne(e,s,(null==e?void 0:e.condition[0].toUpperCase())+(null==e?void 0:e.condition.substring(1))):ne(e,s,void 0,re(e.validations,null==i?void 0:i[n]));if(n>=0){let t=[...i],o=t[n];if(r&&r>=0)if("putaway-inbound"===l){let t=o.locations[r];const n=e.key.replace("locations-","");t[n]=s,c.approved?delete t[n+"_error"]:t[n+"_error"]=c.errors[0],o.locations.splice(r,1,t)}else{let t=o.variants[r];const n=e.key.replace("variants-",""),i=o.variants.length;if("options-option"===n||"options-type"===n){const a=-1!==e.name.indexOf("1")?0:1,l="options-option"===n?"option":"type";if("type"===l){let e=[];for(let t=0;t<i;t++){let n=o.variants[t];if(n.options[a][l]=s,`${l}_error`in n.options[a]&&delete n.options[a][`${l}_error`],n.options.length>1){const e=0===a?1:0;`${l}_error`in n.options[e]&&delete n.options[e][`${l}_error`],s.toLowerCase()===n.options[e].type.toLowerCase()&&(n.options[a][`${l}_error`]="Variant type is duplicate")}e.push(n)}o.variants=e}else t.options[a][l]=s,c.approved?delete t.options[a][l+"_error"]:t.options[a][l+"_error"]=c.errors[0],o.variants.splice(r,1,t)}else t[n]=s,c.approved?delete t[n+"_error"]:t[n+"_error"]=c.errors[0],o.variants.splice(r,1,t)}else if("category"===(null==e?void 0:e.condition)){if(-1!==e.key.indexOf("listing")&&o.listing){const t=o.listing.findIndex((t=>t.accountId===e.value));if(t>=0){let n=[...o.listing],r=n[t];r[e.condition]=s,c.approved?delete r[e.condition+"_error"]:r[e.condition+"_error"]=c.errors[0],n.splice(t,1,r),o.listing=n}}}else o[e.key]=s,c.approved?delete o[e.key+"_error"]:o[e.key+"_error"]=c.errors[0];t.splice(n,1,o),a(t),e.bare&&c.approved&&f&&f(!0)}},S=e=>{const t=e.target,n=J("confirm",`Are you sure you want to remove ${"create-paymentreceive"===l?"invoice":"product"}?`,"",(()=>{let e=[...i];const n=t=>{var n;if(!u)return!1;let r=[...u];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)}}}p&&p(r),v&&C(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 o=e.filter(((e,t)=>-1===i.indexOf(t)));"listing"===w?(n(i),a(o,(e=>r(e)))):a(o),O()}else{const i=t.closest(".cell-trash"),o=i.dataset.idx?parseInt(i.dataset.idx):null,s=i.dataset.row?parseInt(i.dataset.row):null;if(null!==o)if("listing"===w)n([o]),e.splice(o,1),a(e,(e=>r(e)));else if("master"===w){let t=Object.assign({},e[o]);if(null==t?void 0:t.variants)if(1===t.variants.length)e.splice(o,1);else{let n=[...t.variants];s&&n.splice(s,1),t.variants=n,e.splice(o,1,t)}else e.splice(o,1);a(e)}else if("putaway-inbound"===l){let t=Object.assign({},e[o]);if(null==t?void 0:t.locations)if(1===t.locations.length)e.splice(o,1);else{let n=[...t.locations];s&&n.splice(s,1),t.locations=n,e.splice(o,1,t)}else e.splice(o,1);a(e)}else e.splice(o,1),a(e)}}));c&&c(n)},j=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")},F=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=U("warning","No Products Selected");d&&d(t),e.target.checked=!1,y(!1)}j()},M=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")),j()},T="stock"===w?66:82,N=(e,t,r,i,a,c,d)=>{const u=c||T,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(t.fieldType){case"image":h=x.jsx(mb,{head:t,value:r,height:u,evOpenPopup:n,idx:e,variantIdx:a,evChange:D,resultPopup:o,setResultPopup:s,error:i,evCloseEditor:p});break;case"textarea":h=x.jsx(wb,{head:t,value:r,height:u,idx:e,variantIdx:a});break;case"select":h=t.bare?x.jsx(vb,{head:t,value:r,idx:e,variantIdx:a,evChange:D,error:i,content:d,isForceUpdate:g,setForceUpdate:f}):x.jsx(yb,{head:t,value:r,height:u,idx:e,variantIdx:a,evChange:D,error:i,evCloseEditor:p});break;case"tag":h=x.jsx(Cb,{head:t,value:r,height:u,evOpenPopup:n,idx:e,variantIdx:a,evChange:D,resultPopup:o,setResultPopup:s,evCloseEditor:p});break;case"label":h=x.jsx(xb,{head:t,value:r,height:u,idx:e,evOpenPopup:n,content:d,type:l,variantIdx:a});break;case"switch":h=x.jsx(bb,{head:t,value:r,idx:e,variantIdx:a,evChange:D,evCloseEditor:p});break;case"date":h=t.bare?x.jsx(hb,{head:t,value:r,idx:e,variantIdx:a,evChange:D,error:i,isForceUpdate:g,setForceUpdate:f}):x.jsx(pb,{head:t,value:r,height:u,idx:e,variantIdx:a,evChange:D,error:i,evCloseEditor:p});break;default:h=t.bare?x.jsx(fb,{head:t,content:d,value:r,height:u,idx:e,variantIdx:a,evChange:D,error:i,type:l,isForceUpdate:g,setForceUpdate:f}):x.jsx(gb,{head:t,value:r,height:u,idx:e,variantIdx:a,evChange:D,error:i,evCloseEditor:p,content:d})}return h},L=e=>{const t=e.target.dataset.key||"",n=r.findIndex((e=>e.key===t));if(n>=0){const e=r[n],o=document.querySelector("[name='checkbox-selectAll']"),s=document.querySelectorAll("[name='checkbox-list']:checked"),l=!o.checked&&s.length?`Clear to selected products (${s.length})`:"Clear all products",d=J("confirm","Are you sure you want to clear this column?","By clearing data, you can't undo this action.",(()=>{const n="validations"in e?ne(e,""):{approved:!0},r=t.split("-"),l=r[0],c=r[1],d="Boolean"!==e.typeData&&"";let u=[...i];if("stock"===w){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}));a(e)}else if(!o.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)}}a(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}));a(e)}}),l);c&&c(d)}},O=e.useCallback((()=>{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}m&&y(!1)}),[m]);e.useEffect((()=>{if(o&&"edit"in o){const e=o.edit.key,t=o.edit.value,n=e.split("-"),r=n[0],l=n[1],c=document.querySelector("[name='checkbox-selectAll']"),d=document.querySelectorAll("[name='checkbox-list']:checked");let u=[...i];if(!c.checked&&d.length){for(let e=0;e<d.length;e++){const n=d[e],i=n.dataset.key?parseInt(n.dataset.key):null;if(null!==i){let e=u[i];if(l){const n=e[r].map((e=>{const n=e;return n[l]=t,delete n[l+"_error"],n}));e[r]=n}else e[r]="",delete e[r+"_error"];u.splice(i,1,e)}}a(u)}else{const e=u.map((e=>{let n=e;if(l){const e=n[r].map((e=>{const n=e;return n[l]=t,delete n[l+"_error"],n}));n[r]=e}else n[r]="",delete n[r+"_error"];return n}));a(e)}s&&s(null)}}),[o,s,i,a,w,l,r]);const _=r.filter((e=>e.isMassEditable||e.isMassClearable)).length>0,B=(e,t,r,a,o,s)=>(null==e?void 0:e.length)?x.jsxs(Uv,{className:""+(s?"_refMasterTableHeaderClone":"_refMasterTableHeader"),style:{width:s&&o||"100%"},children:[x.jsxs(Jv,{children:[x.jsx("div",{className:"headerCell headerCell-Checkbox",style:{width:t},children:h?x.jsx(xe,{onClick:F,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 x.jsxs("div",{className:"headerCell "+(e.icon||e.initial?"headerCell-img":""),"data-key":e.key,style:{width:e.width},children:[e.icon?x.jsx(ts,{width:"24px",src:e.icon,alt:e.name}):e.initial?x.jsx(Te,{className:"initial-wrapper",style:{width:"24px",height:"24px",backgroundColor:(null==e?void 0:e.color)||"#000000",fontSize:"10px"},children:e.initial}):null,x.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)&&x.jsx(b,{$color:"red",style:{display:"inline",lineHeight:"normal"},children:"*"}),(null==e?void 0:e.tip)&&x.jsx(En,{$name:"question",$width:"12px","data-tip":e.tip,"data-place":"top","data-multiline":!0})]})]},t+1)})),h?x.jsx("div",{className:"headerCell headerCell-trash",style:{width:r}},e.length+("picklist"===w?2:1)):null]}),_&&(null==i?void 0:i.length)?x.jsxs(Ne,{children:[x.jsx("div",{className:"actionCell",style:{width:t}}),e.filter((e=>!(null==e?void 0:e.isHidden))).map(((e,t)=>x.jsx("div",{className:"actionCell",style:{width:e.width},children:x.jsxs(ob,{children:[e.isMassEditable&&x.jsx(R,{mode:"clear",title:"Bulk Edit","data-popup":"table-mass-edit","data-detail":JSON.stringify({title:"Bulk Edit",head:e}),onClick:n,children:"Edit"}),e.isMassClearable&&x.jsx(R,{mode:"clear",title:"Bulk Clear","data-key":e.key,onClick:L,children:"Clear"})]})},t+1))),h?x.jsx("div",{className:"actionCell",style:{width:r}},e.length+("picklist"===w?2:1)):null]}):null]}):null;return console.log(i,"dataTable"),x.jsxs(x.Fragment,{children:[B(r,k,I,0,E,!0),x.jsxs($v,{children:[x.jsx(Xv,{children:x.jsx(Zv,{className:"_refMasterTableViewport",$mode:l||"create-master",children:x.jsxs(Qv,{className:"_refMasterTableCanvas",style:{width:E},children:[B(r,k,I),x.jsx(qv,{className:"_refMasterTableBody",children:(null==i?void 0:i.length)?"putaway-inbound"===l?x.jsx(db,{data:i,heightContent:T,firstHeaderColumnsWidth:k,evCheckbox:M,headerColumns:r,switchEditor:N,totalColGroupWidth:A,lastHeaderColumnsWidth:I,evRemove:S,type:l,isRemovable:h}):x.jsx(ub,{data:i,firstHeaderColumnsWidth:k,evCheckbox:M,headerColumns:r,switchEditor:N,lastHeaderColumnsWidth:I,evRemove:S,type:l,isRemovable:h}):null})]})})}),x.jsxs("section",{className:"_refContainer",children:[x.jsxs(Me,{className:"_refMasterTableBulkWrapper",children:[x.jsx(En,{className:"_refBulkCloseButton",$name:"cross",$width:"16px",onClick:e=>{e.persist(),O()}}),x.jsx("span",{children:"0 Selected"}),x.jsxs(mn,{$mode:"red","data-type":"bulk",onClick:S,children:["Remove ","create-paymentreceive"===l?"Invoice":"Product"]})]}),x.jsx("div",{className:"_refDropdownOverlay",onClick:()=>{document.querySelector("._refDropdownOverlay").style.display="none";document.getElementsByTagName("BODY")[0].classList.remove("is-immuned")}})]})]}),x.jsx("div",{id:"master-clone",className:"hidden"})]})},exports.MenuList=e=>x.jsx(xu.MenuList,Object.assign({},e,{children:e.children})),exports.MessageComponent=({timer:t=500,$type:n,message:r,callback:i})=>{const[a,o]=Sn.useStateWithCallbackLazy(!1),[s,l]=Sn.useStateWithCallbackLazy(!1),[c,d]=Sn.useStateWithCallbackLazy(!1),u=e.useCallback((()=>{d(!c,(()=>{document.getElementsByTagName("BODY")[0].classList.remove("is-immuned"),i&&i()}))}),[i,d,c]),p=e.useCallback((()=>{u()}),[u]);return e.useEffect((()=>{const e=t||2e3,n=document.querySelector("._refMessageOverlay");return a||c?a&&c&&(o&&o(!a,(()=>{})),l&&l(!s,(()=>{})),n&&n.removeEventListener("click",p)):o(!a,(()=>{n&&n.addEventListener("click",p),setTimeout((()=>{l(!s,(()=>{setTimeout((()=>!s&&u()),e)}))}),1)})),()=>{n&&n.removeEventListener("click",p)}}),[a,s,t,u,o,l,p,c]),x.jsxs(Mn,{$isOpen:a,children:[x.jsx(Tn,{className:"_refMessageOverlay"}),x.jsx(Ln,{children:x.jsx(Nn,{$isOpen:s,children:x.jsxs(On,{$type:n,children:[x.jsx("i",{}),r,x.jsx(mn,{$mode:"small-white-round-close",onClick:u})]})})})]})},exports.MessageQuestionComponent=({$type:t,title:n,subtitle:r,callback:i,buttonSubmit:a,cancelCallback:o})=>{const[s,l]=Sn.useStateWithCallbackLazy(!1),[c,d]=Sn.useStateWithCallbackLazy(!1),[u,p]=Sn.useStateWithCallbackLazy(!1),h=e.useCallback((()=>{p(!u,(()=>{o&&o();document.getElementsByTagName("BODY")[0].classList.remove("is-immuned")}))}),[o,u,p]),g=e.useCallback((()=>{h()}),[h]);return e.useEffect((()=>{const e=document.querySelector("._refQuestionMessageOverlay");s||u?s&&u&&(l(!s,(()=>{})),d(!c,(()=>{})),e&&e.removeEventListener("click",g)):l(!s,(()=>{setTimeout((()=>{d(!c,(()=>{})),e&&e.addEventListener("click",g)}),1)}))}),[s,c,l,d,g,u]),x.jsxs(Mn,{$isOpen:s,children:[x.jsx(Tn,{className:"_refQuestionMessageOverlay",$type:t}),x.jsx(Ln,{$type:t,children:x.jsx(Nn,{$isOpen:c,children:x.jsxs(On,{$type:t,children:[x.jsx("i",{}),x.jsxs("div",{children:[x.jsx(b,{$elipsis:!1,style:{fontWeight:600,fontSize:"15px"},children:n}),x.jsx(b,{$color:"grey",$elipsis:!1,children:Go(r)}),x.jsxs("aside",{children:[x.jsx(mn,{$mode:"white",$size:"small",onClick:h,children:"Cancel"}),x.jsx(mn,{$mode:"red",$size:"small",onClick:()=>{p(!u,(()=>{document.getElementsByTagName("BODY")[0].classList.remove("is-immuned"),i&&i()}))},children:a||"Confirm"})]})]})]})})})]})},exports.MultiPanelContainer=_e,exports.MuteLabel=Se,exports.NameLabel=Xe,exports.NavChildItem=ln,exports.NavChildLine=sn,exports.NavContainer=an,exports.NavContainerStyles=rn,exports.NavList=tn,exports.NavMainItem=on,exports.NavMainItemWrapper=cn,exports.NavMobileHeaderWrapper=nn,exports.NavMobileOverlay=en,exports.PageButton=at,exports.PageDot=st,exports.PageLabel=ot,exports.PageWrapper=it,exports.PaginationContainer=nt,exports.PanelBody=Oe,exports.PanelContainer=Ce,exports.PanelWrapper=be,exports.PopupAddProductContainer=Jt,exports.PopupBoxWrapper=Gt,exports.PopupCard=qt,exports.PopupComponent=t=>{var{children:n,body:r,mode:i,height:a,width:o,isOpen:s,evTooglePopup:c}=t,d=l(t,["children","body","mode","height","width","isOpen","evTooglePopup"]);const[u,p]=Sn.useStateWithCallbackLazy(!1),h=e.useRef(null),g=e.useCallback((e=>{Jo=setTimeout((()=>{p(e,(()=>{const e=h&&h.current?h.current:null;e&&(e.scrollTop=0)})),clearTimeout(Jo)}),1)}),[p]),f=e.useRef({init:()=>{g(s)}});e.useEffect((()=>{const{init:e}=f.current;return e(),()=>{clearTimeout(Jo)}}),[]),e.useEffect((()=>{g(s)}),[s,g]);let m=[...n];const y=(null==m?void 0:m.filter((t=>e.isValidElement(t)&&"head"===t.props["aria-label"])))||null,v=(null==m?void 0:m.filter((t=>e.isValidElement(t)&&"sub-head"===t.props["aria-label"])))||null,b=(null==m?void 0:m.filter((t=>e.isValidElement(t)&&"body"===t.props["aria-label"])))||null,C=(null==m?void 0:m.filter((t=>e.isValidElement(t)&&"foot"===t.props["aria-label"])))||null,w=(null==m?void 0:m.filter((t=>e.isValidElement(t)&&"left-foot"===t.props["aria-label"])))||null,k=v.length?x.jsx("aside",{children:v[0]&&e.isValidElement(v[0])?v[0].props.children:null}):null,I=y.length&&y[0]&&e.isValidElement(y[0])?y[0].props["data-qa-id"]:"";return x.jsxs(Yo,{$isOpen:s,children:[x.jsx(Vo,{}),x.jsx(Ho,Object.assign({ref:h},d["data-qa-id"]&&{"data-qa-id":d["data-qa-id"]},{children:"question"===i?x.jsx(zo,{$isOpen:u,children:x.jsxs(Uo,{$width:o,children:[x.jsx(En,{$name:"warning",$width:"30px"}),x.jsxs($o,{$mode:i,children:[y.length?x.jsx(Xo,{children:y[0]&&e.isValidElement(y[0])?y[0].props.children:null}):null,k,C.length?x.jsx(Qo,{children:C[0]&&e.isValidElement(C[0])?x.jsx("aside",{"data-type":C[0].props.type||"",children:C[0].props.children}):null}):null]})]})}):x.jsxs(x.Fragment,{children:[x.jsx($o,{$width:o,$isOpen:u,$mode:i,children:y.length?x.jsxs(x.Fragment,{children:[x.jsx(mn,{$mode:"round-close",onClick:c}),x.jsx(Xo,{"data-qa-id":I,children:y[0]&&e.isValidElement(y[0])&&y[0].props.children})]}):null}),x.jsxs(zo,{$width:o,$isOpen:u,$withHeader:!!y.length,children:[k,b.length?x.jsx(Zo,{$mode:r,$width:o,$height:a,children:b[0]&&e.isValidElement(b[0])&&b[0].props.children}):null,C.length?x.jsxs(Qo,{$isLeft:!!w.length,children:[x.jsx("aside",{children:w&&w.length&&w[0]&&e.isValidElement(w[0])?w[0].props.children:null}),C[0]&&e.isValidElement(C[0])?x.jsxs("aside",{"data-type":C[0].props.type||"",children:[i&&"info"===i?x.jsx(mn,{$mode:"white",$size:"small",onClick:c,children:"Close"}):x.jsx(mn,{$mode:"white",$size:"small",onClick:c,"data-qa-id":"popup-button-cancel",children:"Cancel"}),C[0].props.children]}):null]}):null]})]})}))]})},exports.PopupDownloadWrapper=Wt,exports.PopupExportCardWrapper=Kt,exports.RadioComponent=e=>{var{children:t,$mode:n,evChange:r}=e,i=l(e,["children","$mode","evChange"]);const{id:a}=i;return x.jsx(Nv,{children:x.jsxs("label",{htmlFor:a,children:[x.jsx(Ov,Object.assign({type:"radio",id:a,$mode:n,onChange:e=>{r&&r(e)}},i)),x.jsx(Lv,Object.assign({$mode:n},i["data-qa-id"]&&{"data-qa-id":i["data-qa-id"]},{children:t}))]})})},exports.RightPanelContainer=Pe,exports.ScrollArrowContainer=pn,exports.SearchDropdownContainer=zt,exports.SearchFilterContainer=ut,exports.SearchFormWrapper=Re,exports.SearchResultItem=Zt,exports.SearchResultList=Xt,exports.SearchResultWrapper=$t,exports.SearchWrapper=pt,exports.SearchWrapperPopup=Ut,exports.SelectComponent=Hh,exports.SingleFormContainer=Db,exports.SortByWrapper=St,exports.SwitchComponent=Rv,exports.TableColumnGroup=He,exports.TableHeadLabel=Ge,exports.TableHeadWrapper=We,exports.TableItemColumn=qe,exports.TableItemWrapper=Ke,exports.TableLabel=$e,exports.TableRightGroup=Ve,exports.TableRowGroup=Ye,exports.TabsContainer=ke,exports.TabsContent=Ie,exports.TabsHeader=Ze,exports.TabsItem=Qe,exports.TabsList=Ue,exports.TabsWrapper=Je,exports.TextAreaComponent=sg,exports.TextAreaRefComponent=lg,exports.TextComponent=b,exports.Title=ve,exports.TotalLabel=dn,exports.UpdateContainer=et,exports.UploadComponent=e=>{var{children:t,mode:n}=e,r=l(e,["children","mode"]);const{id:i,width:a}=r;return"image"===n?x.jsxs(x.Fragment,{children:[t,x.jsx(qh,Object.assign({},"data-idx"in r&&{"data-idx":r["data-idx"]},r["data-detail"]&&{"data-detail":r["data-detail"]},r))]}):x.jsxs(Zh,{$width:a,children:[x.jsxs(Qh,{htmlFor:i,children:[x.jsx(Jh,{}),x.jsx(Uh,{children:t})]}),x.jsx(qh,Object.assign({},"data-idx"in r&&{"data-idx":r["data-idx"]},r["data-detail"]&&{"data-detail":r["data-detail"]},r))]})},exports.UploadDragDropComponent=t=>{var{children:n,id:r,name:i,evChange:a,evCreateMessage:o}=t,s=l(t,["children","id","name","evChange","evCreateMessage"]);const{accept:c}=s,[d,u]=e.useState(!1),p=e=>{e.preventDefault(),e.stopPropagation(),"dragenter"===e.type||"dragover"===e.type?u(!0):"dragleave"===e.type&&u(!1)};return x.jsxs(Kh,{onDragEnter:p,className:d?"drag-active":"",children:[x.jsx(qh,Object.assign({id:r,name:i,onChange:e=>{e.preventDefault();const t=e.target;t.files&&t.files[0]&&a&&a(t.files)}},s)),x.jsx(eg,{id:"label-file-dragdrop-upload",htmlFor:r,children:x.jsx(ng,{children:n?x.jsxs(ig,{children:[x.jsx(ag,{}),x.jsx("span",{children:n})]}):x.jsxs(rg,{children:["Drag & Drop file here to upload, or ",x.jsx("span",{children:"browse"}),"."]})})}),d&&x.jsx(tg,{onDragEnter:p,onDragLeave:p,onDragOver:p,onDrop:e=>{if(e.preventDefault(),e.stopPropagation(),u(!1),e.dataTransfer.files[0]){const t=c?c.split(",").map((e=>e.trim().replace(".",""))):null;for(let n=0;n<e.dataTransfer.files.length;n++){const r=e.dataTransfer.files[n].name.split(".").pop();if((null==t?void 0:t.length)&&r&&!t.includes(r)){const e=U("failed","File type is not allowed. Please check again");return o&&o(e),!1}}a&&a(e.dataTransfer.files)}}})]})},exports.abbreviateNumber=e=>{let t="";if(void 0!==e&&(t=e.toString(),e>=1e3)){const n=["","k","m","b","t"],r=Math.floor((""+e).length/3);let i;for(let t=2;t>=1;t--){i=parseFloat((0!==r?e/Math.pow(1e3,r):e).toPrecision(t));if((i+"").replace(/[^a-zA-Z 0-9]+/g,"").length<=2)break}t=i+n[r]}return t},exports.buttonActiveShadowStyle=T,exports.buttonActiveStyle=M,exports.buttonHoverStyle=F,exports.buttonStyle=j,exports.capitalize=e=>e?e[0].toUpperCase()+e.substring(1):"",exports.channelMap=e=>({2:"Shopify",3:"Lazada",5:"Blanja",6:"Matahari mall",7:"Magento 1",8:"Elevania",9:"Blibli","1o":"Magento 2",11:"Bukalapak",12:"Shopee",13:"Zalora Indonesia",15:"Tokopedia",16:"JD Indonesia",18:"Zilingo",19:"Woocommerce",21:"Manual SO",3532:"Aladin Mall",10017:"Grabmart",10030:"Tiktok"}[e.toString()]||""),exports.clearList=C,exports.colorCommonQuantity=$,exports.colorStatus=e=>{switch(e){case"Pending_payment":case"Pending_courier":case"pending payment":case"Pending Payment":case"pending courier":case"not started yet":case"Pending":case"Draft":case"Not_picked":case"Not Picked":case"Unpaid":case"Overdue":case"Write_off":case"Write Off":case"write off":case"Written Off":case"Failed Delivery":case"failed delivery":return"#FF585C";case"Open":case"open":case"In_picking":case"Partial_picked":case"in picking":case"In Picking":case"Incoming":case"not shipped":case"Not Shipped":case"Partial_paid":return"#F8813E";case"Picked":case"picked":case"Packed":case"Ready_to_ship":case"ready to ship":case"Ready to Ship":case"Ready_to_pickup":case"Shipped":case"shipped":case"Fulfilled":case"Delivered":case"delivered":case"Picked_up":case"Invoiced":case"Not_invoiced":case"Invoice_paid":case"Completed":case"completed":case"Paid":case"In Progress":case"Active":case"Confirmed":case"Adjusted":return"#21BA45";case"Cancelled":case"cancelled":case"Voided":return"#a9a9a9";case"Returned":case"return":case"Return":return"#ff585d";case"Closed":return"#2c913d";default:return"green"}},exports.colorStockAdjust=(e,t)=>e<t?"lightgreen":"red",exports.colorStockInboundQuantity=e=>["Inbounded","Incompleted","Putaway"].includes(e)?"lightgreen":"yellow",exports.colorStockInboundStatus=e=>{switch(e){case"inbounded":case"Inbounded":case"incompleted":case"Incompleted":case"Incomplete":case"putaway":case"Putaway":return"#21BA45";case"waiting-inbound":case"Waiting Inbound":case"partial-inbounded":case"Partial Inbounded":case"partial-putaway":case"Partial Putaway":return"#F8813E";default:return"#696969"}},exports.colorStockQuantity=(e,t)=>e===t?"lightgreen":"red",exports.colorStockStatus=e=>{switch(e){case"success":case"approved":case"putaway":case"adjusted":case"Adjusted":case"outbounded":case"Outbounded":return"#21BA45";case"waiting":case"waiting adjustment":case"Waiting Adjustment":case"waiting outbound":case"Waiting Outbound":return"#F8813E";default:return"#696969"}},exports.components=xu,exports.configDateRange=zb,exports.currencyNumber=q,exports.dateRangeStatus=e=>({today:"Today",lastweek:"Last 7 days",lastsecondweek:"Last 14 days",lastmonth:"Last 30 days",lastquart:"Last 90 days",custom:"Date"}[e]),exports.debounce=X,exports.dropBase=A,exports.elipsis=k,exports.errorMessage=e=>"unique"===e?"already exists":"is required",exports.errorTitle=z,exports.evCheckAllValidation=e=>{let t=!1;for(let n=0;n<e.length;n++){const r=e[n],i=Object.keys(r);for(let e of i){if(Array.isArray(r[e]))for(let n=0;n<r[e].length;n++){const i=r[e][n],a=Object.keys(i);for(let e of a){if(Array.isArray(i[e]))for(let n=0;n<i[e].length;n++){const r=i[e][n],a=Object.keys(r);for(let e of a)if(-1===e.indexOf("_error")||t||(t=!0),t)break;if(t)break}else if(-1===e.indexOf("_error")||t||(t=!0),t)break;if(t)break}if(t)break}else if(-1===e.indexOf("_error")||t||(t=!0),t)break;if(t)break}}return t},exports.evCloseDropdown=e=>{const t=e.closest("._refContainer");if(!!t&&t.classList.contains("is-shown")){const e=document.getElementsByClassName("_refContainer is-shown");if(null==e?void 0:e.length)for(let t=0;t<e.length;t++){const n=e[t].querySelector("._refDropdownOverlay");n&&(n.style.display="none"),e[t].classList.remove("is-shown")}const t=document.querySelector("._refScrollContainer");if(document.getElementsByTagName("BODY")[0].classList.remove("is-immuned"),t){t.style.overflow="auto";t.firstChild.style.overflowY="unset"}}},exports.evExecuteError=e=>{const t=U("failed","Validation Errors found, Please fix it!");e&&e(t);const n=document.querySelectorAll(".cell-error");n.length&&ae(n[0])},exports.evGenerateValueMatch=re,exports.evHighlight=e=>{if(!(null==e?void 0:e.length))return;const t=10*Math.ceil(e.length/10)<=10?30:10*Math.ceil(e.length/10)>=200?200:10*Math.ceil(e.length/10);setTimeout((()=>{const t=document.querySelectorAll("._refMasterTableBodyContent.is-highlighted");if(null==t?void 0:t.length)for(const e of t)e.classList.remove("is-highlighted");for(let t=0;t<e.length;t++){const n=e[t],r=document.querySelector(`#row-${n}`);if(r&&(r.classList.add("is-highlighted"),setTimeout((()=>{r.classList.remove("is-highlighted")}),1888)),t===e.length-1){const t=document.querySelector(`#row-${e[0]}`);t&&ae(t,140)}}}),t)},exports.evKeyMapperScanner=e=>{var t=e.which;switch(!0){case t>=48&&t<=90:case t>=106&&t<=111||45===t||173===t||189===t:if(void 0!==e.key&&""!==e.key)return e.key;var n=String.fromCharCode(t);switch(e.shiftKey){case!1:n=n.toLowerCase();break;case!0:n=n.toUpperCase()}return n;case t>=96&&t<=105:return t-96+0}return""},exports.evScrollTo=ae,exports.evSetTotal=(e,t,n)=>{e&&t&&(t.innerText=`(${e})`,t.removeAttribute("hidden")),n&&"function"==typeof n&&n()},exports.evUpdateInputRc=(e,t)=>{var n;if(!e)return!1;const r=null===(n=Object.getOwnPropertyDescriptor(window.HTMLInputElement.prototype,"value"))||void 0===n?void 0:n.set;r&&r.call(e,void 0===t?"":t);const i=new Event("input",{bubbles:!0});e.dispatchEvent(i)},exports.formLabel=S,exports.formatNumber=Z,exports.generateMessage=U,exports.generateMessageQuestion=J,exports.generateValue=te,exports.generateValueTable=ee,exports.getSizeContainer=K,exports.getStorage=(e,t="string",n,r="load")=>{let i;switch(null!==sessionStorage.getItem(r)?i=null!==sessionStorage.getItem(e)?sessionStorage.getItem(e):n:(i=null!==localStorage.getItem(e)?localStorage.getItem(e):n,null!==localStorage.getItem(e)&&sessionStorage.setItem(e,i)),t){case"boolean":i=void 0!==i&&"undefined"!==i&&"true"===i;break;case"number":case"integer":i=void 0!==i&&"undefined"!==i?parseInt(i):0;break;case"object":case"array":i=void 0!==i&&"undefined"!==i?"string"==typeof i?""!==i?JSON.parse(i):void 0:i:void 0;break;default:i=void 0===i||"undefined"===i?"":i}return i},exports.headTable=D,exports.historyType=e=>{if(!e)return"";switch(e){case"Transfer":return"ST";case"Adjustment":case"Adjustment (API)":case"Adjustment (Interface & Excel)":return"SA";case"Inbound":return"SI";case"Outbound":return"SOB";case"Return":return"RMA";case"Sales Order":return"SO";default:return""}},exports.isDesktop=()=>document.body.clientWidth>=1024,exports.isMobile=()=>document.body.clientWidth<768,exports.isTablet=()=>document.body.clientWidth>=768&&document.body.clientWidth<1024,exports.multiElipsis=I,exports.pageMasterTable=H,exports.pasteIntoInput=(e,t)=>{if(e.focus(),"number"==typeof e.selectionStart&&"number"==typeof e.selectionEnd){var n=e.value,r=e.selectionStart;e.value=n.slice(0,r)+t+n.slice(e.selectionEnd),e.selectionEnd=e.selectionStart=r+t.length}else if(void 0!==document.selection){var i=document.selection.createRange();i.text=t,i.collapse(!1),i.select()}},exports.removeStorage=e=>(localStorage.removeItem(e),sessionStorage.removeItem(e),!0),exports.responseWidth=w,exports.setStorage=(e,t,n)=>{if(null==t)return!1;const r="string"!=typeof t?"object"==typeof t?JSON.stringify(t):t.toString():t;switch(n){case"session":sessionStorage.setItem(e,r);break;case"local":localStorage.setItem(e,r);break;default:sessionStorage.setItem(e,r),localStorage.setItem(e,r)}},exports.statusColor=e=>{if(!e)return"";switch(e){case"Picked Up":case"Shipped":case"Delivered":case"Completed":return"green";case"Ready to Ship":case"Not Shipped":return"#F8813E";case"Pending Payment":return"red";default:return""}},exports.thirdElipsis=E,exports.typePage=e=>{if(!e)return"";switch(e){case"adjustment":case"inbound":case"outbound":return"stock";case"bundle":return"bundle";case"sales":return"sales";default:return""}},exports.unCamelCaseKeys=e=>Object.entries(e).reduce(((e,[t,n])=>(e[(e=>e.replace(/([a-z][A-Z])/g,(function(e){return e[0]+"_"+e[1].toLowerCase()})))(t)]=n,e)),{}),exports.unescapeHTML=ie,exports.validateByApproveJs=ne;
|
|
4373
|
+
`,Vb=K().width,Hb=K().height,zb={rangeDate:"lastsecondweek",startDate:yv().clone().subtract(13,"days").format("YYYY-MM-DD"),endDate:yv().clone().format("YYYY-MM-DD"),placeholder:"Last 14 days",minDate:yv().clone().subtract(89,"days").format("YYYY-MM-DD")};exports.BoxContainer=Fe,exports.BreadcrumbContainer=Ae,exports.BulkActionWrapper=Me,exports.ButtonComponent=mn,exports.ButtonGroup=pt,exports.ButtonLabel=st,exports.CardContainer=Ft,exports.CardWrapper=Tt,exports.CheckboxComponent=xe,exports.CollapseContainer=tt,exports.ContentLoaderAccountsList=()=>x.jsxs(Fb,{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:[x.jsx("rect",{x:"10",y:"15",rx:"0",ry:"0",width:"40",height:"40"}),x.jsx("rect",{x:"62",y:"15",rx:"0",ry:"0",width:"90",height:"13"}),x.jsx("rect",{x:"62",y:"30",rx:"0",ry:"0",width:"185",height:"13"}),x.jsx("rect",{x:"62",y:"45",rx:"0",ry:"0",width:"50",height:"11"}),x.jsx("rect",{x:"257",y:"23",rx:"50",ry:"50",width:"25",height:"25"}),x.jsx("rect",{x:"10",y:"70",rx:"0",ry:"0",width:"40",height:"40"}),x.jsx("rect",{x:"62",y:"70",rx:"0",ry:"0",width:"90",height:"13"}),x.jsx("rect",{x:"62",y:"85",rx:"0",ry:"0",width:"185",height:"13"}),x.jsx("rect",{x:"62",y:"100",rx:"0",ry:"0",width:"50",height:"11"}),x.jsx("rect",{x:"257",y:"77",rx:"50",ry:"50",width:"25",height:"25"}),x.jsx("rect",{x:"10",y:"125",rx:"0",ry:"0",width:"40",height:"40"}),x.jsx("rect",{x:"62",y:"125",rx:"0",ry:"0",width:"90",height:"13"}),x.jsx("rect",{x:"62",y:"140",rx:"0",ry:"0",width:"185",height:"13"}),x.jsx("rect",{x:"62",y:"155",rx:"0",ry:"0",width:"50",height:"11"}),x.jsx("rect",{x:"257",y:"131",rx:"50",ry:"50",width:"25",height:"25"}),x.jsx("rect",{x:"10",y:"180",rx:"0",ry:"0",width:"40",height:"40"}),x.jsx("rect",{x:"62",y:"180",rx:"0",ry:"0",width:"90",height:"13"}),x.jsx("rect",{x:"62",y:"195",rx:"0",ry:"0",width:"185",height:"13"}),x.jsx("rect",{x:"62",y:"210",rx:"0",ry:"0",width:"50",height:"11"}),x.jsx("rect",{x:"257",y:"185",rx:"50",ry:"50",width:"25",height:"25"}),x.jsx("rect",{x:"10",y:"235",rx:"0",ry:"0",width:"40",height:"40"}),x.jsx("rect",{x:"62",y:"235",rx:"0",ry:"0",width:"90",height:"13"}),x.jsx("rect",{x:"62",y:"250",rx:"0",ry:"0",width:"185",height:"13"}),x.jsx("rect",{x:"62",y:"265",rx:"0",ry:"0",width:"50",height:"11"}),x.jsx("rect",{x:"257",y:"239",rx:"50",ry:"50",width:"25",height:"25"})]}),exports.ContentLoaderActivityList=()=>x.jsxs(Fb,{height:260,width:"100%",speed:1,backgroundColor:"rgb(0,0,0)",foregroundColor:"rgb(0,0,0)",backgroundOpacity:.06,foregroundOpacity:.12,children:[x.jsx("rect",{x:"10",y:"15",rx:"50",ry:"50",width:"35",height:"35"}),x.jsx("rect",{x:"55",y:"15",rx:"0",ry:"0",width:"330",height:"13"}),x.jsx("rect",{x:"55",y:"35",rx:"0",ry:"0",width:"330",height:"11"}),x.jsx("rect",{x:"10",y:"65",rx:"50",ry:"50",width:"35",height:"35"}),x.jsx("rect",{x:"55",y:"65",rx:"0",ry:"0",width:"330",height:"13"}),x.jsx("rect",{x:"55",y:"85",rx:"0",ry:"0",width:"330",height:"11"}),x.jsx("rect",{x:"10",y:"115",rx:"50",ry:"50",width:"35",height:"35"}),x.jsx("rect",{x:"55",y:"115",rx:"0",ry:"0",width:"330",height:"13"}),x.jsx("rect",{x:"55",y:"135",rx:"0",ry:"0",width:"330",height:"11"}),x.jsx("rect",{x:"10",y:"165",rx:"50",ry:"50",width:"35",height:"35"}),x.jsx("rect",{x:"55",y:"165",rx:"0",ry:"0",width:"330",height:"13"}),x.jsx("rect",{x:"55",y:"185",rx:"0",ry:"0",width:"330",height:"11"}),x.jsx("rect",{x:"10",y:"215",rx:"50",ry:"50",width:"35",height:"35"}),x.jsx("rect",{x:"55",y:"215",rx:"0",ry:"0",width:"330",height:"13"}),x.jsx("rect",{x:"55",y:"235",rx:"0",ry:"0",width:"330",height:"11"})]}),exports.ContentLoaderAddition=()=>{let e=Vb>=994?Vb>=1031&&Vb>=1031?Vb-100:Vb-60:994;const t=e-777,n=e-665,r=e-555,i=e-405,a=e-230;return x.jsx(Rb,{children:x.jsxs(Fb,{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:[x.jsx("rect",{x:"38",y:"15",rx:"2",ry:"2",width:"31",height:"61"}),x.jsx("rect",{x:95,y:"15",rx:"2",ry:"2",width:t,height:"61"}),x.jsx("rect",{x:n,y:"15",rx:"2",ry:"2",width:90,height:"61"}),x.jsx("rect",{x:r,y:"15",rx:"2",ry:"2",width:140,height:"61"}),x.jsx("rect",{x:i,y:"15",rx:"2",ry:"2",width:160,height:"61"}),x.jsx("rect",{x:a,y:"15",rx:"2",ry:"2",width:140,height:"61"})]})})},exports.ContentLoaderAnalyticsMenu=()=>x.jsx(Fb,{height:60,width:"100%",speed:1,backgroundColor:"rgb(0,0,0)",foregroundColor:"rgb(0,0,0)",backgroundOpacity:.06,foregroundOpacity:.12,children:x.jsx("rect",{x:"0",y:"15",rx:"0",ry:"0",width:"100%",height:"36"})}),exports.ContentLoaderCategoryList=()=>{const t=window.innerHeight-286,n=Vb>=1336||Vb>=1112?400:300,r=32+n+12,i=Vb-n-85,a=t?Math.ceil((t-78)/70):0;return x.jsx(Lb,{children:x.jsxs(Fb,{speed:1,width:Vb,height:"100%",backgroundColor:"rgb(0,0,0)",foregroundColor:"rgb(0,0,0)",backgroundOpacity:.06,foregroundOpacity:.12,style:{position:"relative",zIndex:"2"},children:[x.jsx("rect",{x:32,y:"23",rx:"2",ry:"2",width:n,height:"16"}),x.jsx("rect",{x:r,y:"23",rx:"2",ry:"2",width:i,height:"16"}),Array.apply(0,Array(a)).map(((t,a)=>{const o=70*a+78;return x.jsxs(e.Fragment,{children:[x.jsx("rect",{x:32,y:o,rx:"2",ry:"2",width:n,height:"31"}),x.jsx("rect",{x:r,y:o,rx:"2",ry:"2",width:i,height:"31"})]},a)}))]})})},exports.ContentLoaderChatAccounts=({mode:t})=>{const n=document.querySelector("._refChatContainer"),r=n?n.offsetWidth:0,i="single"===t?65:n&&n.offsetHeight-140>=0?n.offsetHeight:0,a=r-48-88-20,o=a+60+16,s="single"===t?1:Math.floor(i/64);let l=0;return x.jsx(Fb,{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(((t,n)=>{const r=14+l,i=32+l,s=64+l;return l=s,x.jsxs(e.Fragment,{children:[x.jsx("rect",{x:"16",y:r,rx:"4",ry:"4",width:"32",height:"32"}),x.jsx("rect",{x:"60",y:r,rx:"0",ry:"0",width:a,height:"14"}),x.jsx("rect",{x:"60",y:i,rx:"0",ry:"0",width:a,height:"14"}),x.jsx("rect",{x:o,y:r,rx:"0",ry:"0",width:"66",height:"14"}),x.jsx("rect",{x:o,y:i,rx:"0",ry:"0",width:"66",height:"14"}),x.jsx("rect",{x:"0",y:s,rx:"0",ry:"0",width:"100%",height:"1"})]},n)}))})},exports.ContentLoaderChatMessages=({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 x.jsx(Fb,{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,x.jsx("rect",{x:t>=3?"16":o,y:n,rx:"10",ry:"10",width:a,height:"60"},t)}))})},exports.ContentLoaderChatProducts=({mode:t})=>{const n=document.querySelector("._refTabsContent"),r=document.querySelector("._refChatContainer"),i=n&&n.offsetWidth-30>=0?n.offsetWidth-30:0,a="single"===t?65:r&&r.offsetHeight-204>=0?r.offsetHeight-204:0,o=i-48-88,s=o+60+16+22,l="single"===t?1:Math.floor(a/64);let c=0;return!(i<=0)&&x.jsx(Fb,{height:a,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(((t,n)=>{const r=14+c,i=32+c,a=64+c;return c=a,x.jsxs(e.Fragment,{children:[x.jsx("rect",{x:"16",y:r,rx:"4",ry:"4",width:"14",height:"14"}),x.jsx("rect",{x:"38",y:r,rx:"4",ry:"4",width:"32",height:"32"}),x.jsx("rect",{x:"78",y:r,rx:"0",ry:"0",width:o,height:"14"}),x.jsx("rect",{x:"78",y:i,rx:"0",ry:"0",width:o,height:"20"}),x.jsx("rect",{x:s,y:r,rx:"0",ry:"0",width:"20",height:"14"}),x.jsx("rect",{x:s,y:i,rx:"0",ry:"0",width:"20",height:"14"}),x.jsx("rect",{x:"0",y:a,rx:"0",ry:"0",width:"100%",height:"1"})]},n)}))})},exports.ContentLoaderChatStores=()=>x.jsxs(Fb,{height:220,width:"100%",speed:1,backgroundColor:"rgb(0,0,0)",foregroundColor:"rgb(0,0,0)",backgroundOpacity:.06,foregroundOpacity:.12,children:[x.jsx("rect",{x:"0",y:"0",rx:"0",ry:"0",width:"100%",height:"14"}),x.jsx("rect",{x:"0",y:"28",rx:"0",ry:"0",width:"100%",height:"14"}),x.jsx("rect",{x:"0",y:"56",rx:"0",ry:"0",width:"100%",height:"14"}),x.jsx("rect",{x:"0",y:"84",rx:"0",ry:"0",width:"100%",height:"14"}),x.jsx("rect",{x:"0",y:"112",rx:"0",ry:"0",width:"100%",height:"14"}),x.jsx("rect",{x:"0",y:"140",rx:"0",ry:"0",width:"100%",height:"14"}),x.jsx("rect",{x:"0",y:"168",rx:"0",ry:"0",width:"100%",height:"14"})]}),exports.ContentLoaderDashboardCard=()=>x.jsx(Wb,{children:x.jsxs(Fb,{height:220,width:"100%",speed:1,backgroundColor:"rgb(0,0,0)",foregroundColor:"rgb(0,0,0)",backgroundOpacity:.06,foregroundOpacity:.12,children:[x.jsx("rect",{x:"0",y:"0",rx:"0",ry:"0",width:"200",height:"50"}),x.jsx("rect",{x:"0",y:"70",rx:"0",ry:"0",width:"100%",height:"25"}),x.jsx("rect",{x:"0",y:"105",rx:"0",ry:"0",width:"100%",height:"15"}),x.jsx("rect",{x:"0",y:"130",rx:"0",ry:"0",width:"100%",height:"15"}),x.jsx("rect",{x:"0",y:"155",rx:"0",ry:"0",width:"100%",height:"15"}),x.jsx("rect",{x:"0",y:"180",rx:"0",ry:"0",width:"100%",height:"15"}),x.jsx("rect",{x:"0",y:"205",rx:"0",ry:"0",width:"100%",height:"15"})]})}),exports.ContentLoaderEditBundle=()=>x.jsxs(Fb,{height:500,width:1150,speed:1,backgroundColor:"rgb(0,0,0)",foregroundColor:"rgb(0,0,0)",backgroundOpacity:.06,foregroundOpacity:.12,children:[x.jsx("rect",{x:"0",y:"25",width:"35",height:"35"}),x.jsx("rect",{x:"50",y:"25",width:"400",height:"35"}),x.jsx("rect",{x:"50",y:"75",width:"170",height:"35"}),x.jsx("rect",{x:"235",y:"75",width:"170",height:"35"}),x.jsx("rect",{x:"420",y:"75",width:"170",height:"35"}),x.jsx("rect",{x:"605",y:"75",width:"170",height:"35"}),x.jsx("rect",{x:"50",y:"125",width:"170",height:"35"}),x.jsx("rect",{x:"0",y:"245",width:"200",height:"35"}),x.jsx("rect",{x:"420",y:"305",width:"150",height:"25"}),x.jsx("rect",{x:"585",y:"305",width:"150",height:"25"}),x.jsx("rect",{x:"750",y:"305",width:"150",height:"25"}),x.jsx("rect",{x:"915",y:"305",width:"150",height:"25"}),x.jsx("rect",{x:"0",y:"345",width:"25",height:"25"}),x.jsx("rect",{x:"40",y:"345",width:"360",height:"25"}),x.jsx("rect",{x:"420",y:"345",width:"150",height:"25"}),x.jsx("rect",{x:"585",y:"345",width:"150",height:"25"}),x.jsx("rect",{x:"750",y:"345",width:"150",height:"25"}),x.jsx("rect",{x:"915",y:"345",width:"150",height:"25"}),x.jsx("rect",{x:"750",y:"395",width:"315",height:"25"})]}),exports.ContentLoaderFilterCategories=()=>x.jsxs(Fb,{height:172,width:210,speed:1,backgroundColor:"rgb(0,0,0)",foregroundColor:"rgb(0,0,0)",backgroundOpacity:.06,foregroundOpacity:.12,children:[x.jsx("rect",{x:"4",y:"12",rx:"4",ry:"4",width:"14",height:"14"}),x.jsx("rect",{x:"28",y:"12",rx:"2",ry:"2",width:"170",height:"14"}),x.jsx("rect",{x:"4",y:"36",rx:"4",ry:"4",width:"14",height:"14"}),x.jsx("rect",{x:"28",y:"36",rx:"2",ry:"2",width:"170",height:"14"}),x.jsx("rect",{x:"4",y:"60",rx:"4",ry:"4",width:"14",height:"14"}),x.jsx("rect",{x:"28",y:"60",rx:"2",ry:"2",width:"170",height:"14"}),x.jsx("rect",{x:"4",y:"84",rx:"4",ry:"4",width:"14",height:"14"}),x.jsx("rect",{x:"28",y:"84",rx:"2",ry:"2",width:"170",height:"14"}),x.jsx("rect",{x:"4",y:"108",rx:"4",ry:"4",width:"14",height:"14"}),x.jsx("rect",{x:"28",y:"108",rx:"2",ry:"2",width:"170",height:"14"}),x.jsx("rect",{x:"4",y:"132",rx:"4",ry:"4",width:"14",height:"14"}),x.jsx("rect",{x:"28",y:"132",rx:"2",ry:"2",width:"170",height:"14"}),x.jsx("rect",{x:"4",y:"156",rx:"4",ry:"4",width:"14",height:"14"}),x.jsx("rect",{x:"28",y:"156",rx:"2",ry:"2",width:"170",height:"14"})]}),exports.ContentLoaderFilters=()=>x.jsxs(Fb,{height:31,width:500,speed:1,backgroundColor:"rgb(0,0,0)",foregroundColor:"rgb(0,0,0)",backgroundOpacity:.06,foregroundOpacity:.12,children:[x.jsx("rect",{x:"0",y:"5",rx:"8",ry:"8",width:"90",height:"20"}),x.jsx("rect",{x:"100",y:"5",rx:"8",ry:"8",width:"90",height:"20"}),x.jsx("rect",{x:"200",y:"5",rx:"8",ry:"8",width:"90",height:"20"}),x.jsx("rect",{x:"300",y:"5",rx:"8",ry:"8",width:"90",height:"20"}),x.jsx("rect",{x:"400",y:"5",rx:"8",ry:"8",width:"90",height:"20"})]}),exports.ContentLoaderInvoiceListPaymentreceiveDetail=()=>x.jsx(_b,{className:"_refLoadingList",children:x.jsxs(Fb,{speed:1,width:Vb,height:250,backgroundColor:"rgb(0,0,0)",foregroundColor:"rgb(0,0,0)",backgroundOpacity:.06,foregroundOpacity:.12,style:{width:"100%",maxWidth:"1336px",minWidth:"1024px"},children:[x.jsx("rect",{x:"40",y:"0",rx:"2",ry:"2",width:"130",height:"21"}),x.jsx("rect",{x:"190",y:"0",rx:"2",ry:"2",width:"130",height:"21"}),x.jsx("rect",{x:"330",y:"0",rx:"2",ry:"2",width:"250",height:"21"}),x.jsx("rect",{x:"600",y:"0",rx:"2",ry:"2",width:"200",height:"21"}),x.jsx("rect",{x:Vb-240,y:"0",rx:"2",ry:"2",width:"200",height:"21"}),x.jsx("rect",{x:"40",y:"50",rx:"2",ry:"2",width:"130",height:"31"}),x.jsx("rect",{x:"190",y:"50",rx:"2",ry:"2",width:"130",height:"31"}),x.jsx("rect",{x:"330",y:"50",rx:"2",ry:"2",width:"250",height:"31"}),x.jsx("rect",{x:"600",y:"50",rx:"2",ry:"2",width:"200",height:"31"}),x.jsx("rect",{x:Vb-240,y:"50",rx:"2",ry:"2",width:"200",height:"31"}),x.jsx("rect",{x:"40",y:"100",rx:"2",ry:"2",width:"130",height:"31"}),x.jsx("rect",{x:"190",y:"100",rx:"2",ry:"2",width:"130",height:"31"}),x.jsx("rect",{x:"330",y:"100",rx:"2",ry:"2",width:"250",height:"31"}),x.jsx("rect",{x:"600",y:"100",rx:"2",ry:"2",width:"200",height:"31"}),x.jsx("rect",{x:Vb-240,y:"100",rx:"2",ry:"2",width:"200",height:"31"}),x.jsx("rect",{x:"40",y:"150",rx:"2",ry:"2",width:"130",height:"31"}),x.jsx("rect",{x:"190",y:"150",rx:"2",ry:"2",width:"130",height:"31"}),x.jsx("rect",{x:"330",y:"150",rx:"2",ry:"2",width:"250",height:"31"}),x.jsx("rect",{x:"600",y:"150",rx:"2",ry:"2",width:"200",height:"31"}),x.jsx("rect",{x:Vb-240,y:"150",rx:"2",ry:"2",width:"200",height:"31"}),x.jsx("rect",{x:"40",y:"200",rx:"2",ry:"2",width:"130",height:"31"}),x.jsx("rect",{x:"190",y:"200",rx:"2",ry:"2",width:"130",height:"31"}),x.jsx("rect",{x:"330",y:"200",rx:"2",ry:"2",width:"250",height:"31"}),x.jsx("rect",{x:"600",y:"200",rx:"2",ry:"2",width:"200",height:"31"}),x.jsx("rect",{x:Vb-240,y:"200",rx:"2",ry:"2",width:"200",height:"31"})]})}),exports.ContentLoaderMasterBundleDetail=()=>{const e=Vb>=1336?540:Vb>=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 x.jsx(Ob,{children:x.jsxs(Fb,{speed:1,width:Vb,height:300,backgroundColor:"rgb(0,0,0)",foregroundColor:"rgb(0,0,0)",backgroundOpacity:.06,foregroundOpacity:.12,style:{position:"relative",zIndex:"2"},children:[x.jsx("rect",{x:"15",y:"25",rx:"2",ry:"2",width:e,height:"15"}),x.jsx("rect",{x:t,y:"25",rx:"2",ry:"2",width:n,height:"15"}),x.jsx("rect",{x:r,y:"25",rx:"2",ry:"2",width:i,height:"15"}),x.jsx("rect",{x:a,y:"25",rx:"2",ry:"2",width:o,height:"15"}),x.jsx("rect",{x:s,y:"25",rx:"2",ry:"2",width:80,height:"15"}),x.jsx("rect",{x:"15",y:"60",rx:"2",ry:"2",width:e,height:"30"}),x.jsx("rect",{x:t,y:"60",rx:"2",ry:"2",width:n,height:"30"}),x.jsx("rect",{x:r,y:"60",rx:"2",ry:"2",width:i,height:"30"}),x.jsx("rect",{x:a,y:"60",rx:"2",ry:"2",width:o,height:"30"}),x.jsx("rect",{x:s,y:"60",rx:"2",ry:"2",width:80,height:"30"}),x.jsx("rect",{x:"15",y:"110",rx:"2",ry:"2",width:e,height:"30"}),x.jsx("rect",{x:t,y:"110",rx:"2",ry:"2",width:n,height:"30"}),x.jsx("rect",{x:r,y:"110",rx:"2",ry:"2",width:i,height:"30"}),x.jsx("rect",{x:a,y:"110",rx:"2",ry:"2",width:o,height:"30"}),x.jsx("rect",{x:s,y:"110",rx:"2",ry:"2",width:80,height:"30"}),x.jsx("rect",{x:"15",y:"160",rx:"2",ry:"2",width:e,height:"30"}),x.jsx("rect",{x:t,y:"160",rx:"2",ry:"2",width:n,height:"30"}),x.jsx("rect",{x:r,y:"160",rx:"2",ry:"2",width:i,height:"30"}),x.jsx("rect",{x:a,y:"160",rx:"2",ry:"2",width:o,height:"30"}),x.jsx("rect",{x:s,y:"160",rx:"2",ry:"2",width:80,height:"30"}),x.jsx("rect",{x:"15",y:"210",rx:"2",ry:"2",width:e,height:"30"}),x.jsx("rect",{x:t,y:"210",rx:"2",ry:"2",width:n,height:"30"}),x.jsx("rect",{x:r,y:"210",rx:"2",ry:"2",width:i,height:"30"}),x.jsx("rect",{x:a,y:"210",rx:"2",ry:"2",width:o,height:"30"}),x.jsx("rect",{x:s,y:"210",rx:"2",ry:"2",width:80,height:"30"})]})})},exports.ContentLoaderMasterDetail=()=>{const e=Vb-250,t=Vb-150,n=Vb-80,r=140,i=183,a=200,o=388,s=140,l=533,c=140,d=678,u=140,p=823,h=140;return x.jsx(Pb,{children:x.jsxs(Fb,{speed:1,width:Vb,height:"100%",backgroundColor:"rgb(0,0,0)",foregroundColor:"rgb(0,0,0)",backgroundOpacity:.06,foregroundOpacity:.12,style:{position:"relative",zIndex:"2"},children:[x.jsx("rect",{x:38,y:"20",rx:"2",ry:"2",width:e,height:"30"}),x.jsx("rect",{x:t,y:"20",rx:"2",ry:"2",width:60,height:"30"}),x.jsx("rect",{x:n,y:"20",rx:"2",ry:"2",width:30,height:"30"}),x.jsx("rect",{x:"50",y:"80",rx:"2",ry:"2",width:"110",height:"31"}),x.jsx("rect",{x:"170",y:"80",rx:"2",ry:"2",width:"110",height:"31"}),x.jsx("rect",{x:"290",y:"80",rx:"2",ry:"2",width:"110",height:"31"}),x.jsx("rect",{x:"38",y:"130",rx:"2",ry:"2",width:"150",height:"20"}),x.jsx("rect",{x:"200",y:"130",rx:"2",ry:"2",width:"285",height:"20"}),x.jsx("rect",{x:"38",y:"165",rx:"2",ry:"2",width:"150",height:"20"}),x.jsx("rect",{x:"200",y:"165",rx:"2",ry:"2",width:"285",height:"20"}),x.jsx("rect",{x:"38",y:"200",rx:"2",ry:"2",width:"150",height:"20"}),x.jsx("rect",{x:"200",y:"200",rx:"2",ry:"2",width:"285",height:"20"}),x.jsx("rect",{x:"38",y:"235",rx:"2",ry:"2",width:"150",height:"20"}),x.jsx("rect",{x:"200",y:"235",rx:"2",ry:"2",width:"285",height:"20"}),x.jsx("rect",{x:"38",y:"270",rx:"2",ry:"2",width:"150",height:"20"}),x.jsx("rect",{x:"200",y:"270",rx:"2",ry:"2",width:"285",height:"20"}),x.jsx("rect",{x:38,y:"320",rx:"2",ry:"2",width:r,height:"31"}),x.jsx("rect",{x:i,y:"320",rx:"2",ry:"2",width:a,height:"31"}),x.jsx("rect",{x:o,y:"320",rx:"2",ry:"2",width:s,height:"31"}),x.jsx("rect",{x:l,y:"320",rx:"2",ry:"2",width:c,height:"31"}),x.jsx("rect",{x:d,y:"320",rx:"2",ry:"2",width:u,height:"31"}),x.jsx("rect",{x:p,y:"320",rx:"2",ry:"2",width:h,height:"31"}),x.jsx("rect",{x:38,y:"370",rx:"2",ry:"2",width:r,height:"31"}),x.jsx("rect",{x:i,y:"370",rx:"2",ry:"2",width:a,height:"31"}),x.jsx("rect",{x:o,y:"370",rx:"2",ry:"2",width:s,height:"31"}),x.jsx("rect",{x:l,y:"370",rx:"2",ry:"2",width:c,height:"31"}),x.jsx("rect",{x:d,y:"370",rx:"2",ry:"2",width:u,height:"31"}),x.jsx("rect",{x:p,y:"370",rx:"2",ry:"2",width:h,height:"31"}),x.jsx("rect",{x:38,y:"420",rx:"2",ry:"2",width:r,height:"31"}),x.jsx("rect",{x:i,y:"420",rx:"2",ry:"2",width:a,height:"31"}),x.jsx("rect",{x:o,y:"420",rx:"2",ry:"2",width:s,height:"31"}),x.jsx("rect",{x:l,y:"420",rx:"2",ry:"2",width:c,height:"31"}),x.jsx("rect",{x:d,y:"420",rx:"2",ry:"2",width:u,height:"31"}),x.jsx("rect",{x:p,y:"420",rx:"2",ry:"2",width:h,height:"31"}),x.jsx("rect",{x:38,y:"470",rx:"2",ry:"2",width:r,height:"31"}),x.jsx("rect",{x:i,y:"470",rx:"2",ry:"2",width:a,height:"31"}),x.jsx("rect",{x:o,y:"470",rx:"2",ry:"2",width:s,height:"31"}),x.jsx("rect",{x:l,y:"470",rx:"2",ry:"2",width:c,height:"31"}),x.jsx("rect",{x:d,y:"470",rx:"2",ry:"2",width:u,height:"31"}),x.jsx("rect",{x:p,y:"470",rx:"2",ry:"2",width:h,height:"31"}),x.jsx("rect",{x:"38",y:"530",rx:"2",ry:"2",width:"200",height:"15"}),x.jsx("rect",{x:38,y:"560",rx:"2",ry:"2",width:"50",height:"50"}),x.jsx("rect",{x:108,y:"560",rx:"2",ry:"2",width:"50",height:"50"}),x.jsx("rect",{x:178,y:"560",rx:"2",ry:"2",width:"50",height:"50"}),x.jsx("rect",{x:248,y:"560",rx:"2",ry:"2",width:"50",height:"50"}),x.jsx("rect",{x:318,y:"560",rx:"2",ry:"2",width:"50",height:"50"})]})})},exports.ContentLoaderMasterList=()=>{const t=Hb-286,n=Vb>=1336?370:Vb>=1112?250:150,r=29+n+12,i=Vb>=1336?130:Vb>=1112?110:100,a=r+i+12,o=Vb>=1336?100:95,s=a+o+12,l=Vb>=1336?90:80,c=s+l+12,d=Vb>=1336?85:75,u=c+d+12,p=Vb>=1336?80:70,h=u+p+12,g=Vb>=1336?70:60,f=h+g+12,m=Vb>=1336?95:85,y=Vb-100-24,v=Hb&&Math.ceil((t-78)/70)>0?Math.ceil((t-78)/70):0;let b=f+m+12,C=[];for(let e=0;b+122<y;e++)C.push({x:f+m+12+122*e,w:110}),b=f+m+12+122*e;return x.jsx(Lb,{children:x.jsxs(Fb,{speed:1,width:Vb,height:"100%",backgroundColor:"rgb(0,0,0)",foregroundColor:"rgb(0,0,0)",backgroundOpacity:.06,foregroundOpacity:.12,style:{position:"relative",zIndex:"2"},children:[x.jsx("rect",{x:29,y:"23",rx:"2",ry:"2",width:n,height:"16"}),x.jsx("rect",{x:r,y:"23",rx:"2",ry:"2",width:i,height:"16"}),x.jsx("rect",{x:a,y:"23",rx:"2",ry:"2",width:o,height:"16"}),x.jsx("rect",{x:s,y:"23",rx:"2",ry:"2",width:l,height:"16"}),x.jsx("rect",{x:c,y:"23",rx:"2",ry:"2",width:d,height:"16"}),x.jsx("rect",{x:u,y:"23",rx:"2",ry:"2",width:p,height:"16"}),x.jsx("rect",{x:h,y:"23",rx:"2",ry:"2",width:g,height:"16"}),x.jsx("rect",{x:f,y:"23",rx:"2",ry:"2",width:m,height:"16"}),C.map(((t,n)=>x.jsx(e.Fragment,{children:x.jsx("rect",{x:t.x,y:"23",rx:"2",ry:"2",width:t.w,height:"16"})},n))),x.jsx("rect",{x:y,y:"23",rx:"2",ry:"2",width:100,height:"16"}),Array.apply(0,Array(v)).map(((t,v)=>{const b=70*v+78;return x.jsxs(e.Fragment,{children:[x.jsx("rect",{x:29,y:b,rx:"2",ry:"2",width:n,height:"31"}),x.jsx("rect",{x:r,y:b,rx:"2",ry:"2",width:i,height:"31"}),x.jsx("rect",{x:a,y:b,rx:"2",ry:"2",width:o,height:"31"}),x.jsx("rect",{x:s,y:b,rx:"2",ry:"2",width:l,height:"31"}),x.jsx("rect",{x:c,y:b,rx:"2",ry:"2",width:d,height:"31"}),x.jsx("rect",{x:u,y:b,rx:"2",ry:"2",width:p,height:"31"}),x.jsx("rect",{x:h,y:b,rx:"2",ry:"2",width:g,height:"31"}),x.jsx("rect",{x:f,y:b,rx:"2",ry:"2",width:m,height:"31"}),C.map(((t,n)=>x.jsx(e.Fragment,{children:x.jsx("rect",{x:t.x,y:b,rx:"2",ry:"2",width:t.w,height:"31"})},n))),x.jsx("rect",{x:y,y:b,rx:"2",ry:"2",width:100,height:"31"})]},v)}))]})})},exports.ContentLoaderMasterListingDetail=()=>{const e=Vb>=1336?645:Vb>=1112?400:300,t=e+45,n=e+90;return x.jsx(Ob,{children:x.jsxs(Fb,{speed:1,width:Vb,height:300,backgroundColor:"rgb(0,0,0)",foregroundColor:"rgb(0,0,0)",backgroundOpacity:.06,foregroundOpacity:.12,style:{position:"relative",zIndex:"2"},children:[x.jsx("rect",{x:"15",y:"25",rx:"2",ry:"2",width:t,height:"15"}),x.jsx("rect",{x:n,y:"25",rx:"2",ry:"2",width:"250",height:"15"}),x.jsx("rect",{x:"15",y:"60",rx:"8",ry:"8",width:"30",height:"30"}),x.jsx("rect",{x:"60",y:"60",rx:"2",ry:"2",width:e,height:"30"}),x.jsx("rect",{x:n,y:"60",rx:"2",ry:"2",width:"250",height:"30"}),x.jsx("rect",{x:"15",y:"110",rx:"8",ry:"8",width:"30",height:"30"}),x.jsx("rect",{x:"60",y:"110",rx:"2",ry:"2",width:e,height:"30"}),x.jsx("rect",{x:n,y:"110",rx:"2",ry:"2",width:"250",height:"30"}),x.jsx("rect",{x:"15",y:"160",rx:"8",ry:"8",width:"30",height:"30"}),x.jsx("rect",{x:"60",y:"160",rx:"2",ry:"2",width:e,height:"30"}),x.jsx("rect",{x:n,y:"160",rx:"2",ry:"2",width:"250",height:"30"}),x.jsx("rect",{x:"15",y:"210",rx:"8",ry:"8",width:"30",height:"30"}),x.jsx("rect",{x:"60",y:"210",rx:"2",ry:"2",width:e,height:"30"}),x.jsx("rect",{x:n,y:"210",rx:"2",ry:"2",width:"250",height:"30"})]})})},exports.ContentLoaderNonOrderList=()=>{const t=window.innerWidth,n=t>=1336?150:t>=1112?110:100,r=29+n+12,i=t>=1336?120:t>=1112?110:100,a=r+i+12,o=t>=1336||t>=1112?110:105,s=a+o+12,l=t>=1336||t>=1112?140:130,c=s+l+12,d=t>=1336?130:t>=1112?120:100,u=c+d+12,p=t>=1336?115:t>=1112?105:100,h=u+p+12,g=t>=1336?150:t>=1112?110:100,f=t-150-24,m=Hb?Math.ceil((Hb-78)/70):0;let y=h+g+12,v=[];for(let e=0;y+122<f;e++)v.push({x:h+g+12+122*e,w:110}),y=h+g+12+122*e;return x.jsx(Lb,{className:"_refLoadingList",children:x.jsxs(Fb,{speed:1,width:t,height:"100%",backgroundColor:"rgb(0,0,0)",foregroundColor:"rgb(0,0,0)",backgroundOpacity:.06,foregroundOpacity:.12,style:{position:"relative",zIndex:"2"},children:[x.jsx("rect",{x:29,y:"23",rx:"2",ry:"2",width:n,height:"16"}),x.jsx("rect",{x:r,y:"23",rx:"2",ry:"2",width:i,height:"16"}),x.jsx("rect",{x:a,y:"23",rx:"2",ry:"2",width:o,height:"16"}),x.jsx("rect",{x:s,y:"23",rx:"2",ry:"2",width:l,height:"16"}),x.jsx("rect",{x:c,y:"23",rx:"2",ry:"2",width:d,height:"16"}),x.jsx("rect",{x:u,y:"23",rx:"2",ry:"2",width:p,height:"16"}),x.jsx("rect",{x:h,y:"23",rx:"2",ry:"2",width:g,height:"16"}),v.map(((t,n)=>x.jsx(e.Fragment,{children:x.jsx("rect",{x:t.x,y:"23",rx:"2",ry:"2",width:t.w,height:"16"})},n))),x.jsx("rect",{x:f,y:"23",rx:"2",ry:"2",width:100,height:"16"}),Array.apply(0,Array(m)).map(((t,m)=>{const y=70*m+78;return x.jsxs(e.Fragment,{children:[x.jsx("rect",{x:29,y:y,rx:"2",ry:"2",width:n,height:"31"}),x.jsx("rect",{x:r,y:y,rx:"2",ry:"2",width:i,height:"31"}),x.jsx("rect",{x:a,y:y,rx:"2",ry:"2",width:o,height:"31"}),x.jsx("rect",{x:s,y:y,rx:"2",ry:"2",width:l,height:"31"}),x.jsx("rect",{x:c,y:y,rx:"2",ry:"2",width:d,height:"31"}),x.jsx("rect",{x:u,y:y,rx:"2",ry:"2",width:p,height:"31"}),x.jsx("rect",{x:h,y:y,rx:"2",ry:"2",width:g,height:"31"}),v.map(((t,n)=>x.jsx(e.Fragment,{children:x.jsx("rect",{x:t.x,y:y,rx:"2",ry:"2",width:t.w,height:"31"})},n))),x.jsx("rect",{x:f,y:y,rx:"2",ry:"2",width:100,height:"31"})]},m)}))]})})},exports.ContentLoaderNotifUpdate=()=>x.jsx(Fb,{height:36,width:"100%",speed:1,backgroundColor:"rgb(0,0,0)",foregroundColor:"rgb(0,0,0)",backgroundOpacity:.06,foregroundOpacity:.12,children:x.jsx("rect",{x:"0",y:"0",rx:"0",ry:"0",width:"100%",height:"36"})}),exports.ContentLoaderOneLinePromotion=()=>x.jsx(Fb,{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:x.jsx("rect",{x:"0",y:"2",rx:"5",ry:"5",width:80,height:14})}),exports.ContentLoaderOnlyBodyDashboardCard=()=>x.jsxs(Fb,{height:650,width:"100%",speed:1,backgroundColor:"rgb(0,0,0)",foregroundColor:"rgb(0,0,0)",backgroundOpacity:.06,foregroundOpacity:.12,children:[x.jsx("rect",{x:"0",y:"30",rx:"0",ry:"0",width:"50%",height:"20"}),x.jsx("rect",{x:"0",y:"55",rx:"0",ry:"0",width:"50%",height:"20"}),x.jsx("rect",{x:"0",y:"80",rx:"0",ry:"0",width:"50%",height:"20"}),x.jsx("rect",{x:"0",y:"105",rx:"0",ry:"0",width:"50%",height:"20"}),x.jsx("rect",{x:"0",y:"130",rx:"0",ry:"0",width:"50%",height:"20"}),x.jsx("rect",{x:"0",y:"155",rx:"0",ry:"0",width:"50%",height:"20"}),x.jsx("rect",{x:"0",y:"180",rx:"0",ry:"0",width:"50%",height:"20"}),x.jsx("rect",{x:"0",y:"205",rx:"0",ry:"0",width:"50%",height:"20"}),x.jsx("rect",{x:"0",y:"250",rx:"0",ry:"0",width:"100%",height:"250"}),x.jsx("rect",{x:"0",y:"525",rx:"0",ry:"0",width:"100%",height:"15"}),x.jsx("rect",{x:"0",y:"550",rx:"0",ry:"0",width:"100%",height:"15"}),x.jsx("rect",{x:"0",y:"575",rx:"0",ry:"0",width:"100%",height:"15"})]}),exports.ContentLoaderOnlyBodyTableList=()=>{const e=window.innerHeight-96,t=Math.floor((Vb-110)/120),n=Math.floor((e-20)/50);return x.jsx(_b,{children:x.jsx(Fb,{speed:1,width:Vb,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 x.jsx("rect",{x:n,y:r,rx:"2",ry:"2",width:100,height:"30"},t)}))}))})})},exports.ContentLoaderOnlyHeaderTableList=()=>{const e=Math.floor((Vb-110)/120);return x.jsx(_b,{children:x.jsx(Fb,{speed:1,width:Vb,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 x.jsx("rect",{x:r,y:20,rx:"2",ry:"2",width:100,height:0===n?16:30},t)}))))})})},exports.ContentLoaderOrderDetail=()=>{const e=Vb-700,t=Vb-432,n=Vb-302,r=Vb-217,i=Vb-72,a=Vb-777,o=Vb-665,s=Vb-625,l=Vb-515,c=Vb-365,d=Vb-190,u=140,p=Vb-777,h=Vb-629,g=Vb-529,f=Vb-389,m=Vb-214;return x.jsx(Pb,{children:x.jsxs(Fb,{speed:1,width:Vb,height:"100%",backgroundColor:"rgb(0,0,0)",foregroundColor:"rgb(0,0,0)",backgroundOpacity:.06,foregroundOpacity:.12,style:{position:"relative",zIndex:"2"},children:[x.jsx("rect",{x:"38",y:"18",rx:"2",ry:"2",width:"36",height:"36"}),x.jsx("rect",{x:84,y:"18",rx:"2",ry:"2",width:e,height:"36"}),x.jsx("rect",{x:t,y:"20",rx:"2",ry:"2",width:120,height:"32"}),x.jsx("rect",{x:n,y:"20",rx:"2",ry:"2",width:80,height:"32"}),x.jsx("rect",{x:r,y:"20",rx:"2",ry:"2",width:140,height:"32"}),x.jsx("rect",{x:i,y:"20",rx:"2",ry:"2",width:30,height:"32"}),x.jsx("rect",{x:"38",y:"85",rx:"2",ry:"2",width:"110",height:"31"}),x.jsx("rect",{x:"152",y:"85",rx:"2",ry:"2",width:"110",height:"31"}),x.jsx("rect",{x:"266",y:"85",rx:"2",ry:"2",width:"110",height:"31"}),x.jsx("rect",{x:"64",y:"150",rx:"2",ry:"2",width:"31",height:"61"}),x.jsx("rect",{x:121,y:"150",rx:"2",ry:"2",width:p,height:"61"}),x.jsx("rect",{x:h,y:"150",rx:"2",ry:"2",width:90,height:"61"}),x.jsx("rect",{x:g,y:"150",rx:"2",ry:"2",width:140,height:"61"}),x.jsx("rect",{x:f,y:"150",rx:"2",ry:"2",width:160,height:"61"}),x.jsx("rect",{x:m,y:"150",rx:"2",ry:"2",width:140,height:"61"}),x.jsx("rect",{x:"38",y:"284",rx:"2",ry:"2",width:"285",height:"31"}),x.jsx("rect",{x:"389",y:"284",rx:"2",ry:"2",width:"285",height:"31"}),x.jsx("rect",{x:"38",y:"324",rx:"2",ry:"2",width:"285",height:"31"}),x.jsx("rect",{x:"389",y:"324",rx:"2",ry:"2",width:"285",height:"31"}),x.jsx("rect",{x:"38",y:"364",rx:"2",ry:"2",width:"285",height:"31"}),x.jsx("rect",{x:"389",y:"364",rx:"2",ry:"2",width:"285",height:"31"}),x.jsx("rect",{x:"38",y:"404",rx:"2",ry:"2",width:"285",height:"31"}),x.jsx("rect",{x:"389",y:"404",rx:"2",ry:"2",width:"285",height:"31"}),x.jsx("rect",{x:"38",y:"444",rx:"2",ry:"2",width:"285",height:"31"}),x.jsx("rect",{x:"389",y:"444",rx:"2",ry:"2",width:"285",height:"31"}),x.jsx("rect",{x:"38",y:"515",rx:"2",ry:"2",width:"31",height:"31"}),x.jsx("rect",{x:95,y:"515",rx:"2",ry:"2",width:a,height:"31"}),x.jsx("rect",{x:o,y:"515",rx:"2",ry:"2",width:26,height:"31"}),x.jsx("rect",{x:s,y:"515",rx:"2",ry:"2",width:90,height:"31"}),x.jsx("rect",{x:l,y:"515",rx:"2",ry:"2",width:140,height:"31"}),x.jsx("rect",{x:c,y:"515",rx:"2",ry:"2",width:160,height:"31"}),x.jsx("rect",{x:d,y:"515",rx:"2",ry:"2",width:u,height:"31"}),x.jsx("rect",{x:"38",y:"555",rx:"2",ry:"2",width:"31",height:"31"}),x.jsx("rect",{x:95,y:"555",rx:"2",ry:"2",width:a,height:"31"}),x.jsx("rect",{x:o,y:"555",rx:"2",ry:"2",width:26,height:"31"}),x.jsx("rect",{x:s,y:"555",rx:"2",ry:"2",width:90,height:"31"}),x.jsx("rect",{x:l,y:"555",rx:"2",ry:"2",width:140,height:"31"}),x.jsx("rect",{x:c,y:"555",rx:"2",ry:"2",width:160,height:"31"}),x.jsx("rect",{x:d,y:"555",rx:"2",ry:"2",width:u,height:"31"}),x.jsx("rect",{x:d,y:"604",rx:"2",ry:"2",width:u,height:"31"}),x.jsx("rect",{x:d,y:"654",rx:"2",ry:"2",width:u,height:"31"}),x.jsx("rect",{x:"38",y:"684",rx:"2",ry:"2",width:e,height:"36"})]})})},exports.ContentLoaderOrderList=()=>{const e=100,t=Vb-600,n=Vb-405,r=120,i=Vb-275,a=Vb-190,o=140,s=Vb-45,l=Vb-18,c=Vb-777,d=Vb-665,u=Vb-625,p=Vb-515,h=140,g=Vb-365,f=160,m=Vb-190,y=140;return x.jsxs(Tb,{children:[x.jsx(Nb,{children:x.jsxs(Fb,{speed:1,width:Vb,height:"100%",backgroundColor:"rgb(0,0,0)",foregroundColor:"rgb(0,0,0)",backgroundOpacity:.06,foregroundOpacity:.12,style:{position:"relative",zIndex:"2"},children:[x.jsx("rect",{x:"52",y:"15",rx:"2",ry:"2",width:"31",height:"31"}),x.jsx("rect",{x:e,y:"15",rx:"2",ry:"2",width:t,height:"31"}),x.jsx("rect",{x:n,y:"15",rx:"2",ry:"2",width:r,height:"32"}),x.jsx("rect",{x:i,y:"15",rx:"2",ry:"2",width:80,height:"32"}),x.jsx("rect",{x:a,y:"15",rx:"2",ry:"2",width:o,height:"32"}),x.jsx("rect",{x:s,y:"15",rx:"2",ry:"2",width:30,height:"32"}),x.jsx("rect",{x:"52",y:"80",rx:"2",ry:"2",width:"200",height:"15"}),x.jsx("rect",{x:9,y:"110",rx:"0",ry:"0",width:l,height:"2"}),x.jsx("rect",{x:"52",y:"127",rx:"2",ry:"2",width:"31",height:"31"}),x.jsx("rect",{x:95,y:"127",rx:"2",ry:"2",width:c,height:"50"}),x.jsx("rect",{x:d,y:"127",rx:"2",ry:"2",width:26,height:"31"}),x.jsx("rect",{x:u,y:"127",rx:"2",ry:"2",width:90,height:"31"}),x.jsx("rect",{x:p,y:"127",rx:"2",ry:"2",width:h,height:"31"}),x.jsx("rect",{x:g,y:"127",rx:"2",ry:"2",width:f,height:"31"}),x.jsx("rect",{x:m,y:"127",rx:"2",ry:"2",width:y,height:"65"})]})}),x.jsx(Nb,{children:x.jsxs(Fb,{speed:1,width:Vb,height:"100%",backgroundColor:"rgb(0,0,0)",foregroundColor:"rgb(0,0,0)",backgroundOpacity:.06,foregroundOpacity:.12,style:{position:"relative",zIndex:"2"},children:[x.jsx("rect",{x:"52",y:"15",rx:"2",ry:"2",width:"31",height:"31"}),x.jsx("rect",{x:e,y:"15",rx:"2",ry:"2",width:t,height:"31"}),x.jsx("rect",{x:n,y:"15",rx:"2",ry:"2",width:r,height:"32"}),x.jsx("rect",{x:i,y:"15",rx:"2",ry:"2",width:80,height:"32"}),x.jsx("rect",{x:a,y:"15",rx:"2",ry:"2",width:o,height:"32"}),x.jsx("rect",{x:s,y:"15",rx:"2",ry:"2",width:30,height:"32"}),x.jsx("rect",{x:"52",y:"80",rx:"2",ry:"2",width:"200",height:"15"}),x.jsx("rect",{x:9,y:"110",rx:"0",ry:"0",width:l,height:"2"}),x.jsx("rect",{x:"52",y:"127",rx:"2",ry:"2",width:"31",height:"31"}),x.jsx("rect",{x:95,y:"127",rx:"2",ry:"2",width:c,height:"50"}),x.jsx("rect",{x:d,y:"127",rx:"2",ry:"2",width:26,height:"31"}),x.jsx("rect",{x:u,y:"127",rx:"2",ry:"2",width:90,height:"31"}),x.jsx("rect",{x:p,y:"127",rx:"2",ry:"2",width:h,height:"31"}),x.jsx("rect",{x:g,y:"127",rx:"2",ry:"2",width:f,height:"31"}),x.jsx("rect",{x:m,y:"127",rx:"2",ry:"2",width:y,height:"65"})]})}),x.jsx(Nb,{children:x.jsxs(Fb,{speed:1,width:Vb,height:"100%",backgroundColor:"rgb(0,0,0)",foregroundColor:"rgb(0,0,0)",backgroundOpacity:.06,foregroundOpacity:.12,style:{position:"relative",zIndex:"2"},children:[x.jsx("rect",{x:"52",y:"15",rx:"2",ry:"2",width:"31",height:"31"}),x.jsx("rect",{x:e,y:"15",rx:"2",ry:"2",width:t,height:"31"}),x.jsx("rect",{x:n,y:"15",rx:"2",ry:"2",width:r,height:"32"}),x.jsx("rect",{x:i,y:"15",rx:"2",ry:"2",width:80,height:"32"}),x.jsx("rect",{x:a,y:"15",rx:"2",ry:"2",width:o,height:"32"}),x.jsx("rect",{x:s,y:"15",rx:"2",ry:"2",width:30,height:"32"}),x.jsx("rect",{x:"52",y:"80",rx:"2",ry:"2",width:"200",height:"15"}),x.jsx("rect",{x:9,y:"110",rx:"0",ry:"0",width:l,height:"2"}),x.jsx("rect",{x:"52",y:"127",rx:"2",ry:"2",width:"31",height:"31"}),x.jsx("rect",{x:95,y:"127",rx:"2",ry:"2",width:c,height:"50"}),x.jsx("rect",{x:d,y:"127",rx:"2",ry:"2",width:26,height:"31"}),x.jsx("rect",{x:u,y:"127",rx:"2",ry:"2",width:90,height:"31"}),x.jsx("rect",{x:p,y:"127",rx:"2",ry:"2",width:h,height:"31"}),x.jsx("rect",{x:g,y:"127",rx:"2",ry:"2",width:f,height:"31"}),x.jsx("rect",{x:m,y:"127",rx:"2",ry:"2",width:y,height:"65"})]})}),x.jsx(Nb,{children:x.jsxs(Fb,{speed:1,width:Vb,height:"100%",backgroundColor:"rgb(0,0,0)",foregroundColor:"rgb(0,0,0)",backgroundOpacity:.06,foregroundOpacity:.12,style:{position:"relative",zIndex:"2"},children:[x.jsx("rect",{x:"52",y:"15",rx:"2",ry:"2",width:"31",height:"31"}),x.jsx("rect",{x:e,y:"15",rx:"2",ry:"2",width:t,height:"31"}),x.jsx("rect",{x:n,y:"15",rx:"2",ry:"2",width:r,height:"32"}),x.jsx("rect",{x:i,y:"15",rx:"2",ry:"2",width:80,height:"32"}),x.jsx("rect",{x:a,y:"15",rx:"2",ry:"2",width:o,height:"32"}),x.jsx("rect",{x:s,y:"15",rx:"2",ry:"2",width:30,height:"32"}),x.jsx("rect",{x:"52",y:"80",rx:"2",ry:"2",width:"200",height:"15"}),x.jsx("rect",{x:9,y:"110",rx:"0",ry:"0",width:l,height:"2"}),x.jsx("rect",{x:"52",y:"127",rx:"2",ry:"2",width:"31",height:"31"}),x.jsx("rect",{x:95,y:"127",rx:"2",ry:"2",width:c,height:"50"}),x.jsx("rect",{x:d,y:"127",rx:"2",ry:"2",width:26,height:"31"}),x.jsx("rect",{x:u,y:"127",rx:"2",ry:"2",width:90,height:"31"}),x.jsx("rect",{x:p,y:"127",rx:"2",ry:"2",width:h,height:"31"}),x.jsx("rect",{x:g,y:"127",rx:"2",ry:"2",width:f,height:"31"}),x.jsx("rect",{x:m,y:"127",rx:"2",ry:"2",width:y,height:"65"})]})}),x.jsx(Nb,{children:x.jsxs(Fb,{speed:1,width:Vb,height:"100%",backgroundColor:"rgb(0,0,0)",foregroundColor:"rgb(0,0,0)",backgroundOpacity:.06,foregroundOpacity:.12,style:{position:"relative",zIndex:"2"},children:[x.jsx("rect",{x:"52",y:"15",rx:"2",ry:"2",width:"31",height:"31"}),x.jsx("rect",{x:e,y:"15",rx:"2",ry:"2",width:t,height:"31"}),x.jsx("rect",{x:n,y:"15",rx:"2",ry:"2",width:r,height:"32"}),x.jsx("rect",{x:i,y:"15",rx:"2",ry:"2",width:80,height:"32"}),x.jsx("rect",{x:a,y:"15",rx:"2",ry:"2",width:o,height:"32"}),x.jsx("rect",{x:s,y:"15",rx:"2",ry:"2",width:30,height:"32"}),x.jsx("rect",{x:"52",y:"80",rx:"2",ry:"2",width:"200",height:"15"}),x.jsx("rect",{x:9,y:"110",rx:"0",ry:"0",width:l,height:"2"}),x.jsx("rect",{x:"52",y:"127",rx:"2",ry:"2",width:"31",height:"31"}),x.jsx("rect",{x:95,y:"127",rx:"2",ry:"2",width:c,height:"50"}),x.jsx("rect",{x:d,y:"127",rx:"2",ry:"2",width:26,height:"31"}),x.jsx("rect",{x:u,y:"127",rx:"2",ry:"2",width:90,height:"31"}),x.jsx("rect",{x:p,y:"127",rx:"2",ry:"2",width:h,height:"31"}),x.jsx("rect",{x:g,y:"127",rx:"2",ry:"2",width:f,height:"31"}),x.jsx("rect",{x:m,y:"127",rx:"2",ry:"2",width:y,height:"65"})]})})]})},exports.ContentLoaderPOSCategory=()=>{const e=Math.floor(31*Math.random())+50;return x.jsx(Fb,{height:30,width:e,speed:1,backgroundColor:"rgb(0,0,0)",foregroundColor:"rgb(0,0,0)",backgroundOpacity:.06,foregroundOpacity:.12,children:x.jsx("rect",{x:"0",y:"0",rx:"4",ry:"4",width:"100%",height:"30"})})},exports.ContentLoaderPOSItem=()=>x.jsxs(Fb,{height:116,width:"100%",speed:1,backgroundColor:"rgb(0,0,0)",foregroundColor:"rgb(0,0,0)",backgroundOpacity:.06,foregroundOpacity:.12,children:[x.jsx(Yb,{$width:"calc(100% - 20px)",x:"10",y:"10",rx:"0",ry:"0",height:"16"}),x.jsx("rect",{x:"10",y:"35",rx:"0",ry:"0",width:"75%",height:"16"}),x.jsx(Yb,{$width:"calc(100% - 20px)",x:"10",y:"63",rx:"0",ry:"0",height:"16"}),x.jsx(Yb,{$x:"calc(50% - 30px)",y:"95",rx:"4",ry:"4",width:"60px",height:"16"})]}),exports.ContentLoaderPOSStore=()=>x.jsxs(Fb,{height:125,width:"100%",speed:1,backgroundColor:"rgb(0,0,0)",foregroundColor:"rgb(0,0,0)",backgroundOpacity:.06,foregroundOpacity:.12,children:[x.jsx("rect",{x:"0",y:"4",rx:"0",ry:"0",width:"100%",height:"20"}),x.jsx("rect",{x:"0",y:"28",rx:"0",ry:"0",width:"100%",height:"20"}),x.jsx("rect",{x:"0",y:"70",rx:"0",ry:"0",width:"180px",height:"16"}),x.jsx("rect",{x:"0",y:"110",rx:"0",ry:"0",width:"100px",height:"14"})]}),exports.ContentLoaderPagination=()=>{const e=Vb/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 x.jsx(Bb,{className:"_refLoadingPage",children:x.jsxs(Fb,{speed:1,width:Vb,height:"100%",backgroundColor:"rgb(0,0,0)",foregroundColor:"rgb(0,0,0)",backgroundOpacity:.06,foregroundOpacity:.12,style:{position:"relative",zIndex:"2"},children:[x.jsx("rect",{x:t,y:"23",rx:"2",ry:"2",width:"27",height:"27"}),x.jsx("rect",{x:n,y:"23",rx:"2",ry:"2",width:"27",height:"27"}),x.jsx("rect",{x:r,y:"23",rx:"2",ry:"2",width:"27",height:"27"}),x.jsx("rect",{x:i,y:"23",rx:"2",ry:"2",width:"27",height:"27"}),x.jsx("rect",{x:a,y:"23",rx:"2",ry:"2",width:"27",height:"27"}),x.jsx("rect",{x:o,y:"23",rx:"2",ry:"2",width:"27",height:"27"}),x.jsx("rect",{x:s,y:"23",rx:"2",ry:"2",width:"27",height:"27"}),x.jsx("rect",{x:l,y:"23",rx:"2",ry:"2",width:"27",height:"27"}),x.jsx("rect",{x:c,y:"23",rx:"2",ry:"2",width:"27",height:"27"}),x.jsx("rect",{x:d,y:"23",rx:"2",ry:"2",width:"27",height:"27"}),x.jsx("rect",{x:i,y:"60",rx:"2",ry:"2",width:"128",height:"6"})]})})},exports.ContentLoaderPopupBundle=()=>x.jsxs(Fb,{height:270,width:800,speed:1,backgroundColor:"rgb(0,0,0)",foregroundColor:"rgb(0,0,0)",backgroundOpacity:.06,foregroundOpacity:.12,children:[x.jsx("rect",{x:"15",y:"60",width:"300",height:"15"}),x.jsx("rect",{x:"330",y:"25",width:"100",height:"15"}),x.jsx("rect",{x:"450",y:"25",width:"75",height:"15"}),x.jsx("rect",{x:"540",y:"25",width:"130",height:"15"}),x.jsx("rect",{x:"690",y:"25",width:"75",height:"15"}),x.jsx("rect",{x:"15",y:"60",width:"300",height:"30"}),x.jsx("rect",{x:"330",y:"60",width:"100",height:"30"}),x.jsx("rect",{x:"450",y:"60",width:"75",height:"30"}),x.jsx("rect",{x:"540",y:"60",width:"130",height:"30"}),x.jsx("rect",{x:"690",y:"60",width:"75",height:"30"}),x.jsx("rect",{x:"15",y:"110",width:"300",height:"30"}),x.jsx("rect",{x:"330",y:"110",width:"100",height:"30"}),x.jsx("rect",{x:"450",y:"110",width:"75",height:"30"}),x.jsx("rect",{x:"540",y:"110",width:"130",height:"30"}),x.jsx("rect",{x:"690",y:"110",width:"75",height:"30"}),x.jsx("rect",{x:"15",y:"160",width:"300",height:"30"}),x.jsx("rect",{x:"330",y:"160",width:"100",height:"30"}),x.jsx("rect",{x:"450",y:"160",width:"75",height:"30"}),x.jsx("rect",{x:"540",y:"160",width:"130",height:"30"}),x.jsx("rect",{x:"690",y:"160",width:"75",height:"30"}),x.jsx("rect",{x:"15",y:"210",width:"300",height:"30"}),x.jsx("rect",{x:"330",y:"210",width:"100",height:"30"}),x.jsx("rect",{x:"450",y:"210",width:"75",height:"30"}),x.jsx("rect",{x:"540",y:"210",width:"130",height:"30"}),x.jsx("rect",{x:"690",y:"210",width:"75",height:"30"})]}),exports.ContentLoaderPopupChooseStore=()=>x.jsxs(Fb,{height:80,width:600,speed:1,backgroundColor:"rgb(0,0,0)",foregroundColor:"rgb(0,0,0)",backgroundOpacity:.06,foregroundOpacity:.12,children:[x.jsx("rect",{x:"0",y:"0",rx:"5",ry:"5",width:"172",height:"34"}),x.jsx("rect",{x:"178",y:"0",rx:"5",ry:"5",width:"172",height:"34"}),x.jsx("rect",{x:"356",y:"0",rx:"5",ry:"5",width:"100",height:"34"}),x.jsx("rect",{x:"462",y:"0",rx:"5",ry:"5",width:"100",height:"34"}),x.jsx("rect",{x:"0",y:"40",rx:"5",ry:"5",width:"172",height:"34"}),x.jsx("rect",{x:"178",y:"40",rx:"5",ry:"5",width:"100",height:"34"}),x.jsx("rect",{x:"284",y:"40",rx:"5",ry:"5",width:"140",height:"34"}),x.jsx("rect",{x:"430",y:"40",rx:"5",ry:"5",width:"100",height:"34"})]}),exports.ContentLoaderPopupLinkedListing=()=>x.jsxs(Fb,{height:270,width:800,speed:1,backgroundColor:"rgb(0,0,0)",foregroundColor:"rgb(0,0,0)",backgroundOpacity:.06,foregroundOpacity:.12,children:[x.jsx("rect",{x:"15",y:"25",width:"425",height:"15"}),x.jsx("rect",{x:"490",y:"25",width:"150",height:"15"}),x.jsx("rect",{x:"670",y:"25",width:"95",height:"15"}),x.jsx("rect",{x:"15",y:"60",rx:"8",ry:"8",width:"30",height:"30"}),x.jsx("rect",{x:"60",y:"60",width:"380",height:"30"}),x.jsx("rect",{x:"490",y:"60",width:"150",height:"30"}),x.jsx("rect",{x:"670",y:"60",width:"95",height:"30"}),x.jsx("rect",{x:"15",y:"110",rx:"8",ry:"8",width:"30",height:"30"}),x.jsx("rect",{x:"60",y:"110",width:"380",height:"30"}),x.jsx("rect",{x:"490",y:"110",width:"150",height:"30"}),x.jsx("rect",{x:"670",y:"110",width:"95",height:"30"}),x.jsx("rect",{x:"15",y:"160",rx:"8",ry:"8",width:"30",height:"30"}),x.jsx("rect",{x:"60",y:"160",width:"380",height:"30"}),x.jsx("rect",{x:"490",y:"160",width:"150",height:"30"}),x.jsx("rect",{x:"670",y:"160",width:"95",height:"30"}),x.jsx("rect",{x:"15",y:"210",rx:"8",ry:"8",width:"30",height:"30"}),x.jsx("rect",{x:"60",y:"210",width:"380",height:"30"}),x.jsx("rect",{x:"490",y:"210",width:"150",height:"30"}),x.jsx("rect",{x:"670",y:"210",width:"95",height:"30"})]}),exports.ContentLoaderPopupListOrder=()=>x.jsx(Gb,{children:x.jsxs(Fb,{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:[x.jsx("rect",{x:"20",y:"25",rx:"2",ry:"2",width:"25",height:"22"}),x.jsx("rect",{x:"55",y:"20",rx:"2",ry:"2",width:"32",height:"32"}),x.jsx("rect",{x:"97",y:"20",rx:"2",ry:"2",width:"250",height:"32"}),x.jsx("rect",{x:"620",y:"20",rx:"2",ry:"2",width:"170",height:"32"}),x.jsx("rect",{x:"800",y:"20",rx:"2",ry:"2",width:"25",height:"22"}),x.jsx("rect",{x:"60",y:"80",rx:"2",ry:"2",width:"200",height:"20"}),x.jsx("rect",{x:"440",y:"80",rx:"2",ry:"2",width:"90",height:"20"}),x.jsx("rect",{x:"560",y:"80",rx:"2",ry:"2",width:"90",height:"20"}),x.jsx("rect",{x:"680",y:"80",rx:"2",ry:"2",width:"90",height:"20"}),x.jsx("rect",{x:"60",y:"130",rx:"2",ry:"2",width:"200",height:"20"}),x.jsx("rect",{x:"440",y:"130",rx:"2",ry:"2",width:"90",height:"20"}),x.jsx("rect",{x:"560",y:"130",rx:"2",ry:"2",width:"90",height:"20"}),x.jsx("rect",{x:"680",y:"130",rx:"2",ry:"2",width:"90",height:"20"}),x.jsx("rect",{x:"20",y:"210",rx:"2",ry:"2",width:"25",height:"22"}),x.jsx("rect",{x:"55",y:"205",rx:"2",ry:"2",width:"32",height:"32"}),x.jsx("rect",{x:"97",y:"205",rx:"2",ry:"2",width:"250",height:"32"}),x.jsx("rect",{x:"620",y:"205",rx:"2",ry:"2",width:"170",height:"32"}),x.jsx("rect",{x:"800",y:"205",rx:"2",ry:"2",width:"25",height:"22"})]})}),exports.ContentLoaderPopupPaymentReceive=()=>x.jsx(Gb,{children:x.jsxs(Fb,{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:[x.jsx("rect",{x:"40",y:"20",rx:"2",ry:"2",width:"80",height:"21"}),x.jsx("rect",{x:"40",y:"51",rx:"2",ry:"2",width:"260",height:"30"}),x.jsx("rect",{x:"40",y:"110",rx:"2",ry:"2",width:"80",height:"21"}),x.jsx("rect",{x:"320",y:"110",rx:"2",ry:"2",width:"80",height:"21"}),x.jsx("rect",{x:"40",y:"141",rx:"2",ry:"2",width:"260",height:"30"}),x.jsx("rect",{x:"320",y:"141",rx:"2",ry:"2",width:"260",height:"30"}),x.jsx("rect",{x:"55",y:"200",rx:"2",ry:"2",width:"220",height:"30"}),x.jsx("rect",{x:"320",y:"200",rx:"2",ry:"2",width:"260",height:"30"}),x.jsx("rect",{x:"55",y:"245",rx:"2",ry:"2",width:"220",height:"30"}),x.jsx("rect",{x:"320",y:"245",rx:"2",ry:"2",width:"260",height:"30"}),x.jsx("rect",{x:"55",y:"290",rx:"2",ry:"2",width:"220",height:"30"}),x.jsx("rect",{x:"320",y:"290",rx:"2",ry:"2",width:"260",height:"30"})]})}),exports.ContentLoaderPopupPaymentReceived=()=>x.jsx(Gb,{children:x.jsxs(Fb,{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:[x.jsx("rect",{x:"60",y:"20",rx:"2",ry:"2",width:"100",height:"21"}),x.jsx("rect",{x:"60",y:"51",rx:"2",ry:"2",width:"280",height:"36"}),x.jsx("rect",{x:"360",y:"20",rx:"2",ry:"2",width:"100",height:"21"}),x.jsx("rect",{x:"360",y:"51",rx:"2",ry:"2",width:"280",height:"36"}),x.jsx("rect",{x:"660",y:"20",rx:"2",ry:"2",width:"100",height:"21"}),x.jsx("rect",{x:"660",y:"51",rx:"2",ry:"2",width:"280",height:"36"}),x.jsx("rect",{x:"52",y:"130",rx:"2",ry:"2",width:"31",height:"31"}),x.jsx("rect",{x:"95",y:"130",rx:"2",ry:"2",width:"110",height:"31"}),x.jsx("rect",{x:"217",y:"130",rx:"2",ry:"2",width:"110",height:"31"}),x.jsx("rect",{x:"339",y:"130",rx:"2",ry:"2",width:"110",height:"31"}),x.jsx("rect",{x:"461",y:"130",rx:"2",ry:"2",width:"110",height:"31"}),x.jsx("rect",{x:"583",y:"130",rx:"2",ry:"2",width:"110",height:"31"}),x.jsx("rect",{x:"705",y:"130",rx:"2",ry:"2",width:"110",height:"31"}),x.jsx("rect",{x:"827",y:"130",rx:"2",ry:"2",width:"110",height:"31"}),x.jsx("rect",{x:"52",y:"170",rx:"2",ry:"2",width:"31",height:"31"}),x.jsx("rect",{x:"95",y:"170",rx:"2",ry:"2",width:"110",height:"31"}),x.jsx("rect",{x:"217",y:"170",rx:"2",ry:"2",width:"110",height:"31"}),x.jsx("rect",{x:"339",y:"170",rx:"2",ry:"2",width:"110",height:"31"}),x.jsx("rect",{x:"461",y:"170",rx:"2",ry:"2",width:"110",height:"31"}),x.jsx("rect",{x:"583",y:"170",rx:"2",ry:"2",width:"110",height:"31"}),x.jsx("rect",{x:"705",y:"170",rx:"2",ry:"2",width:"110",height:"31"}),x.jsx("rect",{x:"827",y:"170",rx:"2",ry:"2",width:"110",height:"31"}),x.jsx("rect",{x:"52",y:"210",rx:"2",ry:"2",width:"31",height:"31"}),x.jsx("rect",{x:"95",y:"210",rx:"2",ry:"2",width:"110",height:"31"}),x.jsx("rect",{x:"217",y:"210",rx:"2",ry:"2",width:"110",height:"31"}),x.jsx("rect",{x:"339",y:"210",rx:"2",ry:"2",width:"110",height:"31"}),x.jsx("rect",{x:"461",y:"210",rx:"2",ry:"2",width:"110",height:"31"}),x.jsx("rect",{x:"583",y:"210",rx:"2",ry:"2",width:"110",height:"31"}),x.jsx("rect",{x:"705",y:"210",rx:"2",ry:"2",width:"110",height:"31"}),x.jsx("rect",{x:"827",y:"210",rx:"2",ry:"2",width:"110",height:"31"}),x.jsx("rect",{x:"52",y:"250",rx:"2",ry:"2",width:"31",height:"31"}),x.jsx("rect",{x:"95",y:"250",rx:"2",ry:"2",width:"110",height:"31"}),x.jsx("rect",{x:"217",y:"250",rx:"2",ry:"2",width:"110",height:"31"}),x.jsx("rect",{x:"339",y:"250",rx:"2",ry:"2",width:"110",height:"31"}),x.jsx("rect",{x:"461",y:"250",rx:"2",ry:"2",width:"110",height:"31"}),x.jsx("rect",{x:"583",y:"250",rx:"2",ry:"2",width:"110",height:"31"}),x.jsx("rect",{x:"705",y:"250",rx:"2",ry:"2",width:"110",height:"31"}),x.jsx("rect",{x:"827",y:"250",rx:"2",ry:"2",width:"110",height:"31"})]})}),exports.ContentLoaderPopupPicklist=()=>x.jsx(Gb,{children:x.jsxs(Fb,{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:[x.jsx("rect",{x:"130",y:"20",rx:"2",ry:"2",width:"100",height:"21"}),x.jsx("rect",{x:"510",y:"20",rx:"2",ry:"2",width:"100",height:"21"}),x.jsx("rect",{x:"130",y:"51",rx:"2",ry:"2",width:"360",height:"36"}),x.jsx("rect",{x:"510",y:"51",rx:"2",ry:"2",width:"360",height:"36"}),x.jsx("rect",{x:"130",y:"110",rx:"2",ry:"2",width:"100",height:"21"}),x.jsx("rect",{x:"510",y:"110",rx:"2",ry:"2",width:"100",height:"21"}),x.jsx("rect",{x:"130",y:"141",rx:"2",ry:"2",width:"360",height:"36"}),x.jsx("rect",{x:"510",y:"141",rx:"2",ry:"2",width:"360",height:"36"}),x.jsx("rect",{x:"52",y:"200",rx:"2",ry:"2",width:"31",height:"31"}),x.jsx("rect",{x:"95",y:"200",rx:"2",ry:"2",width:"110",height:"31"}),x.jsx("rect",{x:"217",y:"200",rx:"2",ry:"2",width:"110",height:"31"}),x.jsx("rect",{x:"339",y:"200",rx:"2",ry:"2",width:"110",height:"31"}),x.jsx("rect",{x:"461",y:"200",rx:"2",ry:"2",width:"110",height:"31"}),x.jsx("rect",{x:"583",y:"200",rx:"2",ry:"2",width:"110",height:"31"}),x.jsx("rect",{x:"705",y:"200",rx:"2",ry:"2",width:"110",height:"31"}),x.jsx("rect",{x:"827",y:"200",rx:"2",ry:"2",width:"110",height:"31"}),x.jsx("rect",{x:"52",y:"240",rx:"2",ry:"2",width:"31",height:"31"}),x.jsx("rect",{x:"95",y:"240",rx:"2",ry:"2",width:"110",height:"31"}),x.jsx("rect",{x:"217",y:"240",rx:"2",ry:"2",width:"110",height:"31"}),x.jsx("rect",{x:"339",y:"240",rx:"2",ry:"2",width:"110",height:"31"}),x.jsx("rect",{x:"461",y:"240",rx:"2",ry:"2",width:"110",height:"31"}),x.jsx("rect",{x:"583",y:"240",rx:"2",ry:"2",width:"110",height:"31"}),x.jsx("rect",{x:"705",y:"240",rx:"2",ry:"2",width:"110",height:"31"}),x.jsx("rect",{x:"827",y:"240",rx:"2",ry:"2",width:"110",height:"31"}),x.jsx("rect",{x:"52",y:"280",rx:"2",ry:"2",width:"31",height:"31"}),x.jsx("rect",{x:"95",y:"280",rx:"2",ry:"2",width:"110",height:"31"}),x.jsx("rect",{x:"217",y:"280",rx:"2",ry:"2",width:"110",height:"31"}),x.jsx("rect",{x:"339",y:"280",rx:"2",ry:"2",width:"110",height:"31"}),x.jsx("rect",{x:"461",y:"280",rx:"2",ry:"2",width:"110",height:"31"}),x.jsx("rect",{x:"583",y:"280",rx:"2",ry:"2",width:"110",height:"31"}),x.jsx("rect",{x:"705",y:"280",rx:"2",ry:"2",width:"110",height:"31"}),x.jsx("rect",{x:"827",y:"280",rx:"2",ry:"2",width:"110",height:"31"})]})}),exports.ContentLoaderPopupReadyToShip=()=>x.jsx(Gb,{children:x.jsxs(Fb,{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:[x.jsx("rect",{x:"20",y:"25",rx:"2",ry:"2",width:"25",height:"22"}),x.jsx("rect",{x:"55",y:"20",rx:"2",ry:"2",width:"32",height:"32"}),x.jsx("rect",{x:"97",y:"20",rx:"2",ry:"2",width:"250",height:"32"}),x.jsx("rect",{x:"500",y:"20",rx:"2",ry:"2",width:"170",height:"32"}),x.jsx("rect",{x:"680",y:"20",rx:"2",ry:"2",width:"170",height:"32"}),x.jsx("rect",{x:"860",y:"20",rx:"2",ry:"2",width:"25",height:"22"}),x.jsx("rect",{x:"20",y:"70",rx:"2",ry:"2",width:"25",height:"22"}),x.jsx("rect",{x:"55",y:"65",rx:"2",ry:"2",width:"32",height:"32"}),x.jsx("rect",{x:"97",y:"65",rx:"2",ry:"2",width:"250",height:"32"}),x.jsx("rect",{x:"500",y:"65",rx:"2",ry:"2",width:"170",height:"32"}),x.jsx("rect",{x:"680",y:"65",rx:"2",ry:"2",width:"170",height:"32"}),x.jsx("rect",{x:"860",y:"65",rx:"2",ry:"2",width:"25",height:"22"}),x.jsx("rect",{x:"20",y:"115",rx:"2",ry:"2",width:"25",height:"22"}),x.jsx("rect",{x:"55",y:"110",rx:"2",ry:"2",width:"32",height:"32"}),x.jsx("rect",{x:"97",y:"110",rx:"2",ry:"2",width:"250",height:"32"}),x.jsx("rect",{x:"500",y:"110",rx:"2",ry:"2",width:"170",height:"32"}),x.jsx("rect",{x:"680",y:"110",rx:"2",ry:"2",width:"170",height:"32"}),x.jsx("rect",{x:"860",y:"110",rx:"2",ry:"2",width:"25",height:"22"}),x.jsx("rect",{x:"20",y:"160",rx:"2",ry:"2",width:"25",height:"22"}),x.jsx("rect",{x:"55",y:"155",rx:"2",ry:"2",width:"32",height:"32"}),x.jsx("rect",{x:"97",y:"155",rx:"2",ry:"2",width:"250",height:"32"}),x.jsx("rect",{x:"500",y:"155",rx:"2",ry:"2",width:"170",height:"32"}),x.jsx("rect",{x:"680",y:"155",rx:"2",ry:"2",width:"170",height:"32"}),x.jsx("rect",{x:"860",y:"155",rx:"2",ry:"2",width:"25",height:"22"}),x.jsx("rect",{x:"20",y:"205",rx:"2",ry:"2",width:"25",height:"22"}),x.jsx("rect",{x:"55",y:"200",rx:"2",ry:"2",width:"32",height:"32"}),x.jsx("rect",{x:"97",y:"200",rx:"2",ry:"2",width:"250",height:"32"}),x.jsx("rect",{x:"500",y:"200",rx:"2",ry:"2",width:"170",height:"32"}),x.jsx("rect",{x:"680",y:"200",rx:"2",ry:"2",width:"170",height:"32"}),x.jsx("rect",{x:"860",y:"200",rx:"2",ry:"2",width:"25",height:"22"})]})}),exports.ContentLoaderPopupStoreSelect=()=>x.jsx(Gb,{children:x.jsx(Fb,{speed:1,width:325.5,height:30,backgroundColor:"rgb(0,0,0)",foregroundColor:"rgb(0,0,0)",backgroundOpacity:.06,foregroundOpacity:.12,children:x.jsx("rect",{x:"0",y:"0",rx:"5",ry:"5",width:"325.5",height:"30"})})}),exports.ContentLoaderPosProductDetail=()=>x.jsxs(Fb,{speed:1,width:"100%",height:580,backgroundColor:"rgb(0,0,0)",foregroundColor:"rgb(0,0,0)",backgroundOpacity:.06,foregroundOpacity:.12,children:[x.jsx("rect",{x:"0",y:"0",rx:"0",ry:"0",width:"100%",height:"198"}),x.jsx("rect",{x:"0",y:"214",rx:"0",ry:"0",width:"100%",height:"16"}),x.jsx("rect",{x:"0",y:"240",rx:"0",ry:"0",width:"100%",height:"16"}),x.jsx("rect",{x:"0",y:"266",rx:"0",ry:"0",width:"100%",height:"16"}),x.jsx("rect",{x:"0",y:"292",rx:"0",ry:"0",width:"100%",height:"16"}),x.jsx("rect",{x:"0",y:"318",rx:"0",ry:"0",width:"100%",height:"40"}),x.jsx("rect",{x:"0",y:"368",rx:"0",ry:"0",width:"100%",height:"16"}),x.jsx("rect",{x:"0",y:"394",rx:"0",ry:"0",width:"100%",height:"16"}),x.jsx("rect",{x:"0",y:"420",rx:"0",ry:"0",width:"100%",height:"16"}),x.jsx("rect",{x:"0",y:"456",rx:"0",ry:"0",width:"100px",height:"16"}),x.jsx("rect",{x:"0",y:"480",rx:"0",ry:"0",width:"100%",height:"94"})]}),exports.ContentLoaderPromotionHover=()=>x.jsxs(Fb,{height:151,width:"100%",speed:1,backgroundColor:"rgb(0,0,0)",foregroundColor:"rgb(0,0,0)",backgroundOpacity:.06,foregroundOpacity:.12,children:[x.jsx("rect",{x:"0",y:"4",rx:"0",ry:"0",width:"135",height:"14"}),x.jsx("rect",{x:"150",y:"4",rx:"0",ry:"0",width:"140",height:"14"}),x.jsx("rect",{x:"0",y:"32",rx:"0",ry:"0",width:"135",height:"14"}),x.jsx("rect",{x:"150",y:"32",rx:"0",ry:"0",width:"140",height:"14"}),x.jsx("rect",{x:"0",y:"60",rx:"0",ry:"0",width:"135",height:"14"}),x.jsx("rect",{x:"150",y:"60",rx:"0",ry:"0",width:"140",height:"14"}),x.jsx("rect",{x:"0",y:"88",rx:"0",ry:"0",width:"135",height:"14"}),x.jsx("rect",{x:"150",y:"88",rx:"0",ry:"0",width:"140",height:"14"}),x.jsx("rect",{x:"0",y:"116",rx:"0",ry:"0",width:"135",height:"14"}),x.jsx("rect",{x:"150",y:"116",rx:"0",ry:"0",width:"140",height:"14"}),x.jsx("rect",{x:"150",y:"132",rx:"0",ry:"0",width:"140",height:"14"})]}),exports.ContentLoaderReportingDashboard=()=>x.jsx(Wb,{children:x.jsxs(Fb,{speed:1,width:Vb,height:500,backgroundColor:"rgb(0,0,0)",foregroundColor:"rgb(0,0,0)",backgroundOpacity:.06,foregroundOpacity:.12,style:{position:"relative",zIndex:"2"},children:[x.jsx("rect",{x:"10",y:"10",rx:"2",ry:"2",width:"210",height:"25"}),x.jsx("rect",{x:"10",y:"60",rx:"2",ry:"2",width:"210",height:"20"}),x.jsx("rect",{x:"10",y:"95",rx:"2",ry:"2",width:"210",height:"20"}),x.jsx("rect",{x:"10",y:"130",rx:"2",ry:"2",width:"210",height:"20"}),x.jsx("rect",{x:"10",y:"165",rx:"2",ry:"2",width:"210",height:"20"}),x.jsx("rect",{x:"10",y:"200",rx:"2",ry:"2",width:"210",height:"20"}),x.jsx("rect",{x:"10",y:"235",rx:"2",ry:"2",width:"210",height:"20"}),x.jsx("rect",{x:"10",y:"270",rx:"2",ry:"2",width:"210",height:"20"}),x.jsx("rect",{x:"10",y:"305",rx:"2",ry:"2",width:"210",height:"20"}),x.jsx("rect",{x:"280",y:"10",rx:"2",ry:"2",width:"210",height:"25"}),x.jsx("rect",{x:"280",y:"60",rx:"2",ry:"2",width:"210",height:"20"}),x.jsx("rect",{x:"280",y:"95",rx:"2",ry:"2",width:"210",height:"20"}),x.jsx("rect",{x:"280",y:"130",rx:"2",ry:"2",width:"210",height:"20"}),x.jsx("rect",{x:"280",y:"165",rx:"2",ry:"2",width:"210",height:"20"}),x.jsx("rect",{x:"280",y:"200",rx:"2",ry:"2",width:"210",height:"20"}),x.jsx("rect",{x:"280",y:"235",rx:"2",ry:"2",width:"210",height:"20"}),x.jsx("rect",{x:"280",y:"270",rx:"2",ry:"2",width:"210",height:"20"}),x.jsx("rect",{x:"280",y:"305",rx:"2",ry:"2",width:"210",height:"20"}),x.jsx("rect",{x:"550",y:"10",rx:"2",ry:"2",width:"210",height:"25"}),x.jsx("rect",{x:"550",y:"60",rx:"2",ry:"2",width:"210",height:"20"}),x.jsx("rect",{x:"550",y:"95",rx:"2",ry:"2",width:"210",height:"20"}),x.jsx("rect",{x:"550",y:"130",rx:"2",ry:"2",width:"210",height:"20"}),x.jsx("rect",{x:"550",y:"165",rx:"2",ry:"2",width:"210",height:"20"}),x.jsx("rect",{x:"550",y:"200",rx:"2",ry:"2",width:"210",height:"20"}),x.jsx("rect",{x:"550",y:"235",rx:"2",ry:"2",width:"210",height:"20"}),x.jsx("rect",{x:"550",y:"270",rx:"2",ry:"2",width:"210",height:"20"}),x.jsx("rect",{x:"550",y:"305",rx:"2",ry:"2",width:"210",height:"20"})]})}),exports.ContentLoaderSetting=()=>x.jsxs(Fb,{speed:1,width:"100%",height:550,backgroundColor:"rgb(0,0,0)",foregroundColor:"rgb(0,0,0)",backgroundOpacity:.06,foregroundOpacity:.12,children:[x.jsx("rect",{x:"0",y:"0",rx:"2",ry:"2",width:"125",height:"15"}),x.jsx("rect",{x:"0",y:"25",rx:"2",ry:"2",width:"620",height:"25"}),x.jsx("rect",{x:"0",y:"60",rx:"2",ry:"2",width:"450",height:"25"}),x.jsx("rect",{x:"0",y:"110",rx:"2",ry:"2",width:"125",height:"15"}),x.jsx("rect",{x:"0",y:"135",rx:"2",ry:"2",width:"620",height:"25"}),x.jsx("rect",{x:"0",y:"170",rx:"2",ry:"2",width:"450",height:"25"}),x.jsx("rect",{x:"0",y:"220",rx:"2",ry:"2",width:"125",height:"15"}),x.jsx("rect",{x:"0",y:"245",rx:"2",ry:"2",width:"620",height:"25"}),x.jsx("rect",{x:"0",y:"280",rx:"2",ry:"2",width:"450",height:"25"}),x.jsx("rect",{x:"0",y:"330",rx:"2",ry:"2",width:"125",height:"15"}),x.jsx("rect",{x:"0",y:"355",rx:"2",ry:"2",width:"450",height:"80"}),x.jsx("rect",{x:"0",y:"460",rx:"2",ry:"2",width:"125",height:"15"}),x.jsx("rect",{x:"0",y:"485",rx:"2",ry:"2",width:"450",height:"80"}),x.jsx("rect",{x:"0",y:"585",rx:"2",ry:"2",width:"125",height:"15"}),x.jsx("rect",{x:"0",y:"610",rx:"2",ry:"2",width:"170",height:"25"}),x.jsx("rect",{x:"180",y:"610",rx:"2",ry:"2",width:"170",height:"25"}),x.jsx("rect",{x:"0",y:"645",rx:"2",ry:"2",width:"170",height:"25"}),x.jsx("rect",{x:"180",y:"645",rx:"2",ry:"2",width:"170",height:"25"}),x.jsx("rect",{x:"0",y:"695",rx:"2",ry:"2",width:"125",height:"15"}),x.jsx("rect",{x:"0",y:"720",rx:"2",ry:"2",width:"450",height:"25"}),x.jsx("rect",{x:"0",y:"755",rx:"2",ry:"2",width:"400",height:"25"})]}),exports.ContentLoaderTableList=()=>{const e=Hb-96,t=Math.floor((Vb-110)/120),n=Math.floor((e-20)/50);return x.jsx(_b,{children:x.jsx(Fb,{speed:1,width:Vb,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 x.jsx("rect",{x:i,y:r,rx:"2",ry:"2",width:100,height:0===n?16:30},t)}))}))})})},exports.CreateContainer=Yt,exports.CreateHeaderWrapper=Vt,exports.CreateToolWrapper=Ht,exports.DateComponent=Mv,exports.DateTimeComponent=({dateTimeData:e})=>{const t=yv(e,"YYYY-MM-DD HH:mm:ss ZZ").format("D MMM YYYY,"),n=yv(e,"YYYY-MM-DD HH:mm:ss ZZ").format("hh:mm A");return x.jsx(Tv,{children:e?x.jsxs(x.Fragment,{children:[x.jsx("span",{children:t}),x.jsx("span",{children:n})]}):"-"})},exports.DateWrapper=yt,exports.DetailItem=Bt,exports.DetailItemAction=Ot,exports.DetailItemInfo=_t,exports.DetailItemTitle=Lt,exports.DetailItemWrapper=Pt,exports.DetailList=Nt,exports.DetailPanelWrapper=Rt,exports.DetailWrapper=jt,exports.DropdownAction=wt,exports.DropdownItem=Ct,exports.DropdownList=bt,exports.DropdownTitle=vt,exports.ErrorComponent=$h,exports.FigureWraper=Le,exports.FilterButton=At,exports.FilterColumnContainer=un,exports.FilterContainer=ct,exports.FilterItem=It,exports.FilterList=kt,exports.FilterListTitle=Et,exports.FilterWrapper=ht,exports.FoContainer=Ee,exports.FormContainer=Ab,exports.HeaderContainer=ye,exports.IconComponent=En,exports.IconDot=Dt,exports.ImageComponent=ts,exports.InfoGroup=De,exports.InitialContainer=Te,exports.InputComponent=ue,exports.InputGroup=je,exports.InputOTPComponent=e=>{var{otpLength:t=6,value:n,onChange:r}=e,i=l(e,["otpLength","value","onChange"]);const a=e=>{var i;const a=e.target,o=a.value,s=a.dataset.index?parseInt(a.dataset.index):0;if(""===o||/^\d$/.test(o)){let e=n.split("");e[s]=o;const a=e.join("");r(a),""!==o&&s<t-1&&(null===(i=document.getElementById(`otp-inputbox-${s+1}`))||void 0===i||i.focus())}},o=e=>{var t;const r=e.target,i=r.dataset.index?parseInt(r.dataset.index):0;"Backspace"===e.key&&!n[i]&&i>0&&(null===(t=document.getElementById("otp-inputbox-"+(i-1)))||void 0===t||t.focus())};let s=[];for(let e=0;e<t;e++)s.push(x.jsx(de,Object.assign({"data-index":e,id:`otp-inputbox-${e}`,name:`otp-input-${e}`,autoComplete:"one-time-code",inputMode:"numeric",required:!0,value:n[e]||"",onChange:e=>a(e),onKeyDown:e=>o(e),onFocus:e=>{e.target.addEventListener("wheel",(function(e){e.preventDefault()}),{passive:!1}),e.target.select()}},i),e));return x.jsx("div",{onPaste:e=>{e.preventDefault();const n=e.clipboardData.getData("Text").replace(/\D/g,"").slice(0,t);r(n)},children:s})},exports.InputRefComponent=pe,exports.IsNumeric=Q,exports.ItemPriceLabel=ze,exports.ItemTable=ft,exports.LabelComponent=e=>{var{children:t,$mode:n,$position:r}=e,i=l(e,["children","$mode","$position"]);return x.jsx(vn,Object.assign({$mode:n,$position:r},i,{children:t}))},exports.LeftPanelContainer=Be,exports.LinkComponent=R,exports.LinkContainer=lt,exports.ListAddItemContainer=Qt,exports.ListComponent=e=>{var{children:t,$mode:n,$selected:r,$type:i}=e,a=l(e,["children","$mode","$selected","$type"]);return x.jsx(Ib,Object.assign({$mode:n,$selected:r,$type:i},a,{children:t}))},exports.ListContainer=we,exports.ListTable=xt,exports.ListTableContainer=gt,exports.LoadingComponent=wn,exports.MasterTableActionWrapper=Ne,exports.MasterTableComponent=t=>{const{evOpenPopup:n,headerColumns:r,data:i,setData:a,resultPopup:o,setResultPopup:s,type:l,evCreateMessageQuestion:c,evCreateMessage:d,autoCopy:u,setAutoCopy:p,isRemovable:h=!0,isForceUpdate:g,setForceUpdate:f}=t,[m,y]=e.useState(!1),[v,C]=e.useState();e.useEffect((()=>{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 w=H(l||"");e.useEffect((()=>{const e=document.querySelector("#master-clone"),t=e?e.innerHTML:"";if((null==i?void 0:i.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"}}),[i]);const k=55,I=h?55:0;let E=0,A=0;for(const e of r.filter((e=>!(null==e?void 0:e.isHidden))))"colGroup"===e.type&&(A+=e.width),E+=e.width;E+=k+I+1,A+=k;const D=(e,t,n,r)=>{const o="category"===(null==e?void 0:e.condition)?"Array":e.typeData||"String",s=te(o,t),c="category"===(null==e?void 0:e.condition)?ne(e,s,(null==e?void 0:e.condition[0].toUpperCase())+(null==e?void 0:e.condition.substring(1))):ne(e,s,void 0,re(e.validations,null==i?void 0:i[n]));if(n>=0){let t=[...i],o=t[n];if(r&&r>=0)if("putaway-inbound"===l){let t=o.locations[r];const n=e.key.replace("locations-","");t[n]=s,c.approved?delete t[n+"_error"]:t[n+"_error"]=c.errors[0],o.locations.splice(r,1,t)}else{let t=o.variants[r];const n=e.key.replace("variants-",""),i=o.variants.length;if("options-option"===n||"options-type"===n){const a=-1!==e.name.indexOf("1")?0:1,l="options-option"===n?"option":"type";if("type"===l){let e=[];for(let t=0;t<i;t++){let n=o.variants[t];if(n.options[a][l]=s,`${l}_error`in n.options[a]&&delete n.options[a][`${l}_error`],n.options.length>1){const e=0===a?1:0;`${l}_error`in n.options[e]&&delete n.options[e][`${l}_error`],s.toLowerCase()===n.options[e].type.toLowerCase()&&(n.options[a][`${l}_error`]="Variant type is duplicate")}e.push(n)}o.variants=e}else t.options[a][l]=s,c.approved?delete t.options[a][l+"_error"]:t.options[a][l+"_error"]=c.errors[0],o.variants.splice(r,1,t)}else t[n]=s,c.approved?delete t[n+"_error"]:t[n+"_error"]=c.errors[0],o.variants.splice(r,1,t)}else if("category"===(null==e?void 0:e.condition)){if(-1!==e.key.indexOf("listing")&&o.listing){const t=o.listing.findIndex((t=>t.accountId===e.value));if(t>=0){let n=[...o.listing],r=n[t];r[e.condition]=s,c.approved?delete r[e.condition+"_error"]:r[e.condition+"_error"]=c.errors[0],n.splice(t,1,r),o.listing=n}}}else o[e.key]=s,c.approved?delete o[e.key+"_error"]:o[e.key+"_error"]=c.errors[0];t.splice(n,1,o),a(t),e.bare&&c.approved&&f&&f(!0)}},S=e=>{const t=e.target,n=J("confirm",`Are you sure you want to remove ${"create-paymentreceive"===l?"invoice":"product"}?`,"",(()=>{let e=[...i];const n=t=>{var n;if(!u)return!1;let r=[...u];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)}}}p&&p(r),v&&C(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 o=e.filter(((e,t)=>-1===i.indexOf(t)));"listing"===w?(n(i),a(o,(e=>r(e)))):a(o),O()}else{const i=t.closest(".cell-trash"),o=i.dataset.idx?parseInt(i.dataset.idx):null,s=i.dataset.row?parseInt(i.dataset.row):null;if(null!==o)if("listing"===w)n([o]),e.splice(o,1),a(e,(e=>r(e)));else if("master"===w){let t=Object.assign({},e[o]);if(null==t?void 0:t.variants)if(1===t.variants.length)e.splice(o,1);else{let n=[...t.variants];s&&n.splice(s,1),t.variants=n,e.splice(o,1,t)}else e.splice(o,1);a(e)}else if("putaway-inbound"===l){let t=Object.assign({},e[o]);if(null==t?void 0:t.locations)if(1===t.locations.length)e.splice(o,1);else{let n=[...t.locations];s&&n.splice(s,1),t.locations=n,e.splice(o,1,t)}else e.splice(o,1);a(e)}else e.splice(o,1),a(e)}}));c&&c(n)},j=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")},F=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=U("warning","No Products Selected");d&&d(t),e.target.checked=!1,y(!1)}j()},M=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")),j()},T="stock"===w?66:82,N=(e,t,r,i,a,c,d)=>{const u=c||T,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(t.fieldType){case"image":h=x.jsx(mb,{head:t,value:r,height:u,evOpenPopup:n,idx:e,variantIdx:a,evChange:D,resultPopup:o,setResultPopup:s,error:i,evCloseEditor:p});break;case"textarea":h=x.jsx(wb,{head:t,value:r,height:u,idx:e,variantIdx:a});break;case"select":h=t.bare?x.jsx(vb,{head:t,value:r,idx:e,variantIdx:a,evChange:D,error:i,content:d,isForceUpdate:g,setForceUpdate:f}):x.jsx(yb,{head:t,value:r,height:u,idx:e,variantIdx:a,evChange:D,error:i,evCloseEditor:p});break;case"tag":h=x.jsx(Cb,{head:t,value:r,height:u,evOpenPopup:n,idx:e,variantIdx:a,evChange:D,resultPopup:o,setResultPopup:s,evCloseEditor:p});break;case"label":h=x.jsx(xb,{head:t,value:r,height:u,idx:e,evOpenPopup:n,content:d,type:l,variantIdx:a});break;case"switch":h=x.jsx(bb,{head:t,value:r,idx:e,variantIdx:a,evChange:D,evCloseEditor:p});break;case"date":h=t.bare?x.jsx(hb,{head:t,value:r,idx:e,variantIdx:a,evChange:D,error:i,isForceUpdate:g,setForceUpdate:f}):x.jsx(pb,{head:t,value:r,height:u,idx:e,variantIdx:a,evChange:D,error:i,evCloseEditor:p});break;default:h=t.bare?x.jsx(fb,{head:t,content:d,value:r,height:u,idx:e,variantIdx:a,evChange:D,error:i,type:l,isForceUpdate:g,setForceUpdate:f}):x.jsx(gb,{head:t,value:r,height:u,idx:e,variantIdx:a,evChange:D,error:i,evCloseEditor:p,content:d})}return h},L=e=>{const t=e.target.dataset.key||"",n=r.findIndex((e=>e.key===t));if(n>=0){const e=r[n],o=document.querySelector("[name='checkbox-selectAll']"),s=document.querySelectorAll("[name='checkbox-list']:checked"),l=!o.checked&&s.length?`Clear to selected products (${s.length})`:"Clear all products",d=J("confirm","Are you sure you want to clear this column?","By clearing data, you can't undo this action.",(()=>{const n="validations"in e?ne(e,""):{approved:!0},r=t.split("-"),l=r[0],c=r[1],d="Boolean"!==e.typeData&&"";let u=[...i];if("stock"===w){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}));a(e)}else if(!o.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)}}a(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}));a(e)}}),l);c&&c(d)}},O=e.useCallback((()=>{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}m&&y(!1)}),[m]);e.useEffect((()=>{if(o&&"edit"in o){const e=o.edit.key,t=o.edit.value,n=e.split("-"),r=n[0],l=n[1],c=document.querySelector("[name='checkbox-selectAll']"),d=document.querySelectorAll("[name='checkbox-list']:checked");let u=[...i];if(!c.checked&&d.length){for(let e=0;e<d.length;e++){const n=d[e],i=n.dataset.key?parseInt(n.dataset.key):null;if(null!==i){let e=u[i];if(l){const n=e[r].map((e=>{const n=e;return n[l]=t,delete n[l+"_error"],n}));e[r]=n}else e[r]="",delete e[r+"_error"];u.splice(i,1,e)}}a(u)}else{const e=u.map((e=>{let n=e;if(l){const e=n[r].map((e=>{const n=e;return n[l]=t,delete n[l+"_error"],n}));n[r]=e}else n[r]="",delete n[r+"_error"];return n}));a(e)}s&&s(null)}}),[o,s,i,a,w,l,r]);const _=r.filter((e=>e.isMassEditable||e.isMassClearable)).length>0,B=(e,t,r,a,o,s)=>(null==e?void 0:e.length)?x.jsxs(Uv,{className:""+(s?"_refMasterTableHeaderClone":"_refMasterTableHeader"),style:{width:s&&o||"100%"},children:[x.jsxs(Jv,{children:[x.jsx("div",{className:"headerCell headerCell-Checkbox",style:{width:t},children:h?x.jsx(xe,{onClick:F,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 x.jsxs("div",{className:"headerCell "+(e.icon||e.initial?"headerCell-img":""),"data-key":e.key,style:{width:e.width},children:[e.icon?x.jsx(ts,{width:"24px",src:e.icon,alt:e.name}):e.initial?x.jsx(Te,{className:"initial-wrapper",style:{width:"24px",height:"24px",backgroundColor:(null==e?void 0:e.color)||"#000000",fontSize:"10px"},children:e.initial}):null,x.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)&&x.jsx(b,{$color:"red",style:{display:"inline",lineHeight:"normal"},children:"*"}),(null==e?void 0:e.tip)&&x.jsx(En,{$name:"question",$width:"12px","data-tip":e.tip,"data-place":"top","data-multiline":!0})]})]},t+1)})),h?x.jsx("div",{className:"headerCell headerCell-trash",style:{width:r}},e.length+("picklist"===w?2:1)):null]}),_&&(null==i?void 0:i.length)?x.jsxs(Ne,{children:[x.jsx("div",{className:"actionCell",style:{width:t}}),e.filter((e=>!(null==e?void 0:e.isHidden))).map(((e,t)=>x.jsx("div",{className:"actionCell",style:{width:e.width},children:x.jsxs(ob,{children:[e.isMassEditable&&x.jsx(R,{mode:"clear",title:"Bulk Edit","data-popup":"table-mass-edit","data-detail":JSON.stringify({title:"Bulk Edit",head:e}),onClick:n,children:"Edit"}),e.isMassClearable&&x.jsx(R,{mode:"clear",title:"Bulk Clear","data-key":e.key,onClick:L,children:"Clear"})]})},t+1))),h?x.jsx("div",{className:"actionCell",style:{width:r}},e.length+("picklist"===w?2:1)):null]}):null]}):null;return console.log(i,"dataTable"),x.jsxs(x.Fragment,{children:[B(r,k,I,0,E,!0),x.jsxs($v,{children:[x.jsx(Xv,{children:x.jsx(Zv,{className:"_refMasterTableViewport",$mode:l||"create-master",children:x.jsxs(Qv,{className:"_refMasterTableCanvas",style:{width:E},children:[B(r,k,I),x.jsx(qv,{className:"_refMasterTableBody",children:(null==i?void 0:i.length)?"putaway-inbound"===l?x.jsx(db,{data:i,heightContent:T,firstHeaderColumnsWidth:k,evCheckbox:M,headerColumns:r,switchEditor:N,totalColGroupWidth:A,lastHeaderColumnsWidth:I,evRemove:S,type:l,isRemovable:h}):x.jsx(ub,{data:i,firstHeaderColumnsWidth:k,evCheckbox:M,headerColumns:r,switchEditor:N,lastHeaderColumnsWidth:I,evRemove:S,type:l,isRemovable:h}):null})]})})}),x.jsxs("section",{className:"_refContainer",children:[x.jsxs(Me,{className:"_refMasterTableBulkWrapper",children:[x.jsx(En,{className:"_refBulkCloseButton",$name:"cross",$width:"16px",onClick:e=>{e.persist(),O()}}),x.jsx("span",{children:"0 Selected"}),x.jsxs(mn,{$mode:"red","data-type":"bulk",onClick:S,children:["Remove ","create-paymentreceive"===l?"Invoice":"Product"]})]}),x.jsx("div",{className:"_refDropdownOverlay",onClick:()=>{document.querySelector("._refDropdownOverlay").style.display="none";document.getElementsByTagName("BODY")[0].classList.remove("is-immuned")}})]})]}),x.jsx("div",{id:"master-clone",className:"hidden"})]})},exports.MenuList=e=>x.jsx(xu.MenuList,Object.assign({},e,{children:e.children})),exports.MessageComponent=({timer:t=500,$type:n,message:r,callback:i})=>{const[a,o]=Sn.useStateWithCallbackLazy(!1),[s,l]=Sn.useStateWithCallbackLazy(!1),[c,d]=Sn.useStateWithCallbackLazy(!1),u=e.useCallback((()=>{d(!c,(()=>{document.getElementsByTagName("BODY")[0].classList.remove("is-immuned"),i&&i()}))}),[i,d,c]),p=e.useCallback((()=>{u()}),[u]);return e.useEffect((()=>{const e=t||2e3,n=document.querySelector("._refMessageOverlay");return a||c?a&&c&&(o&&o(!a,(()=>{})),l&&l(!s,(()=>{})),n&&n.removeEventListener("click",p)):o(!a,(()=>{n&&n.addEventListener("click",p),setTimeout((()=>{l(!s,(()=>{setTimeout((()=>!s&&u()),e)}))}),1)})),()=>{n&&n.removeEventListener("click",p)}}),[a,s,t,u,o,l,p,c]),x.jsxs(Mn,{$isOpen:a,children:[x.jsx(Tn,{className:"_refMessageOverlay"}),x.jsx(Ln,{children:x.jsx(Nn,{$isOpen:s,children:x.jsxs(On,{$type:n,children:[x.jsx("i",{}),r,x.jsx(mn,{$mode:"small-white-round-close",onClick:u})]})})})]})},exports.MessageQuestionComponent=({$type:t,title:n,subtitle:r,callback:i,buttonSubmit:a,cancelCallback:o})=>{const[s,l]=Sn.useStateWithCallbackLazy(!1),[c,d]=Sn.useStateWithCallbackLazy(!1),[u,p]=Sn.useStateWithCallbackLazy(!1),h=e.useCallback((()=>{p(!u,(()=>{o&&o();document.getElementsByTagName("BODY")[0].classList.remove("is-immuned")}))}),[o,u,p]),g=e.useCallback((()=>{h()}),[h]);return e.useEffect((()=>{const e=document.querySelector("._refQuestionMessageOverlay");s||u?s&&u&&(l(!s,(()=>{})),d(!c,(()=>{})),e&&e.removeEventListener("click",g)):l(!s,(()=>{setTimeout((()=>{d(!c,(()=>{})),e&&e.addEventListener("click",g)}),1)}))}),[s,c,l,d,g,u]),x.jsxs(Mn,{$isOpen:s,children:[x.jsx(Tn,{className:"_refQuestionMessageOverlay",$type:t}),x.jsx(Ln,{$type:t,children:x.jsx(Nn,{$isOpen:c,children:x.jsxs(On,{$type:t,children:[x.jsx("i",{}),x.jsxs("div",{children:[x.jsx(b,{$elipsis:!1,style:{fontWeight:600,fontSize:"15px"},children:n}),x.jsx(b,{$color:"grey",$elipsis:!1,children:Go(r)}),x.jsxs("aside",{children:[x.jsx(mn,{$mode:"white",$size:"small",onClick:h,children:"Cancel"}),x.jsx(mn,{$mode:"red",$size:"small",onClick:()=>{p(!u,(()=>{document.getElementsByTagName("BODY")[0].classList.remove("is-immuned"),i&&i()}))},children:a||"Confirm"})]})]})]})})})]})},exports.MultiPanelContainer=_e,exports.MuteLabel=Se,exports.NameLabel=Xe,exports.NavChildItem=ln,exports.NavChildLine=sn,exports.NavContainer=an,exports.NavContainerStyles=rn,exports.NavList=tn,exports.NavMainItem=on,exports.NavMainItemWrapper=cn,exports.NavMobileHeaderWrapper=nn,exports.NavMobileOverlay=en,exports.PageButton=it,exports.PageDot=ot,exports.PageLabel=at,exports.PageWrapper=rt,exports.PaginationContainer=nt,exports.PanelBody=Oe,exports.PanelContainer=Ce,exports.PanelWrapper=be,exports.PopupAddProductContainer=Jt,exports.PopupBoxWrapper=Gt,exports.PopupCard=qt,exports.PopupComponent=t=>{var{children:n,body:r,mode:i,height:a,width:o,isOpen:s,evTooglePopup:c}=t,d=l(t,["children","body","mode","height","width","isOpen","evTooglePopup"]);const[u,p]=Sn.useStateWithCallbackLazy(!1),h=e.useRef(null),g=e.useCallback((e=>{Jo=setTimeout((()=>{p(e,(()=>{const e=h&&h.current?h.current:null;e&&(e.scrollTop=0)})),clearTimeout(Jo)}),1)}),[p]),f=e.useRef({init:()=>{g(s)}});e.useEffect((()=>{const{init:e}=f.current;return e(),()=>{clearTimeout(Jo)}}),[]),e.useEffect((()=>{g(s)}),[s,g]);let m=[...n];const y=(null==m?void 0:m.filter((t=>e.isValidElement(t)&&"head"===t.props["aria-label"])))||null,v=(null==m?void 0:m.filter((t=>e.isValidElement(t)&&"sub-head"===t.props["aria-label"])))||null,b=(null==m?void 0:m.filter((t=>e.isValidElement(t)&&"body"===t.props["aria-label"])))||null,C=(null==m?void 0:m.filter((t=>e.isValidElement(t)&&"foot"===t.props["aria-label"])))||null,w=(null==m?void 0:m.filter((t=>e.isValidElement(t)&&"left-foot"===t.props["aria-label"])))||null,k=v.length?x.jsx("aside",{children:v[0]&&e.isValidElement(v[0])?v[0].props.children:null}):null,I=y.length&&y[0]&&e.isValidElement(y[0])?y[0].props["data-qa-id"]:"";return x.jsxs(Yo,{$isOpen:s,children:[x.jsx(Vo,{}),x.jsx(Ho,Object.assign({ref:h},d["data-qa-id"]&&{"data-qa-id":d["data-qa-id"]},{children:"question"===i?x.jsx(zo,{$isOpen:u,children:x.jsxs(Uo,{$width:o,children:[x.jsx(En,{$name:"warning",$width:"30px"}),x.jsxs($o,{$mode:i,children:[y.length?x.jsx(Xo,{children:y[0]&&e.isValidElement(y[0])?y[0].props.children:null}):null,k,C.length?x.jsx(Qo,{children:C[0]&&e.isValidElement(C[0])?x.jsx("aside",{"data-type":C[0].props.type||"",children:C[0].props.children}):null}):null]})]})}):x.jsxs(x.Fragment,{children:[x.jsx($o,{$width:o,$isOpen:u,$mode:i,children:y.length?x.jsxs(x.Fragment,{children:[x.jsx(mn,{$mode:"round-close",onClick:c}),x.jsx(Xo,{"data-qa-id":I,children:y[0]&&e.isValidElement(y[0])&&y[0].props.children})]}):null}),x.jsxs(zo,{$width:o,$isOpen:u,$withHeader:!!y.length,children:[k,b.length?x.jsx(Zo,{$mode:r,$width:o,$height:a,children:b[0]&&e.isValidElement(b[0])&&b[0].props.children}):null,C.length?x.jsxs(Qo,{$isLeft:!!w.length,children:[x.jsx("aside",{children:w&&w.length&&w[0]&&e.isValidElement(w[0])?w[0].props.children:null}),C[0]&&e.isValidElement(C[0])?x.jsxs("aside",{"data-type":C[0].props.type||"",children:[i&&"info"===i?x.jsx(mn,{$mode:"white",$size:"small",onClick:c,children:"Close"}):x.jsx(mn,{$mode:"white",$size:"small",onClick:c,"data-qa-id":"popup-button-cancel",children:"Cancel"}),C[0].props.children]}):null]}):null]})]})}))]})},exports.PopupDownloadWrapper=Wt,exports.PopupExportCardWrapper=Kt,exports.RadioComponent=e=>{var{children:t,$mode:n,evChange:r}=e,i=l(e,["children","$mode","evChange"]);const{id:a}=i;return x.jsx(Nv,{children:x.jsxs("label",{htmlFor:a,children:[x.jsx(Ov,Object.assign({type:"radio",id:a,$mode:n,onChange:e=>{r&&r(e)}},i)),x.jsx(Lv,Object.assign({$mode:n},i["data-qa-id"]&&{"data-qa-id":i["data-qa-id"]},{children:t}))]})})},exports.RightPanelContainer=Pe,exports.ScrollArrowContainer=pn,exports.SearchDropdownContainer=zt,exports.SearchFilterContainer=dt,exports.SearchFormWrapper=Re,exports.SearchResultItem=Zt,exports.SearchResultList=Xt,exports.SearchResultWrapper=$t,exports.SearchWrapper=ut,exports.SearchWrapperPopup=Ut,exports.SelectComponent=Hh,exports.SingleFormContainer=Db,exports.SortByWrapper=St,exports.SwitchComponent=Rv,exports.TableColumnGroup=He,exports.TableHeadLabel=Ge,exports.TableHeadWrapper=We,exports.TableItemColumn=qe,exports.TableItemWrapper=Ke,exports.TableLabel=$e,exports.TableRightGroup=Ve,exports.TableRowGroup=Ye,exports.TabsContainer=ke,exports.TabsContent=Ie,exports.TabsHeader=Ze,exports.TabsItem=Qe,exports.TabsList=Ue,exports.TabsWrapper=Je,exports.TextAreaComponent=sg,exports.TextAreaRefComponent=lg,exports.TextComponent=b,exports.Title=ve,exports.TotalLabel=dn,exports.UpdateContainer=et,exports.UploadComponent=e=>{var{children:t,mode:n}=e,r=l(e,["children","mode"]);const{id:i,width:a}=r;return"image"===n?x.jsxs(x.Fragment,{children:[t,x.jsx(qh,Object.assign({},"data-idx"in r&&{"data-idx":r["data-idx"]},r["data-detail"]&&{"data-detail":r["data-detail"]},r))]}):x.jsxs(Zh,{$width:a,children:[x.jsxs(Qh,{htmlFor:i,children:[x.jsx(Jh,{}),x.jsx(Uh,{children:t})]}),x.jsx(qh,Object.assign({},"data-idx"in r&&{"data-idx":r["data-idx"]},r["data-detail"]&&{"data-detail":r["data-detail"]},r))]})},exports.UploadDragDropComponent=t=>{var{children:n,id:r,name:i,evChange:a,evCreateMessage:o}=t,s=l(t,["children","id","name","evChange","evCreateMessage"]);const{accept:c}=s,[d,u]=e.useState(!1),p=e=>{e.preventDefault(),e.stopPropagation(),"dragenter"===e.type||"dragover"===e.type?u(!0):"dragleave"===e.type&&u(!1)};return x.jsxs(Kh,{onDragEnter:p,className:d?"drag-active":"",children:[x.jsx(qh,Object.assign({id:r,name:i,onChange:e=>{e.preventDefault();const t=e.target;t.files&&t.files[0]&&a&&a(t.files)}},s)),x.jsx(eg,{id:"label-file-dragdrop-upload",htmlFor:r,children:x.jsx(ng,{children:n?x.jsxs(ig,{children:[x.jsx(ag,{}),x.jsx("span",{children:n})]}):x.jsxs(rg,{children:["Drag & Drop file here to upload, or ",x.jsx("span",{children:"browse"}),"."]})})}),d&&x.jsx(tg,{onDragEnter:p,onDragLeave:p,onDragOver:p,onDrop:e=>{if(e.preventDefault(),e.stopPropagation(),u(!1),e.dataTransfer.files[0]){const t=c?c.split(",").map((e=>e.trim().replace(".",""))):null;for(let n=0;n<e.dataTransfer.files.length;n++){const r=e.dataTransfer.files[n].name.split(".").pop();if((null==t?void 0:t.length)&&r&&!t.includes(r)){const e=U("failed","File type is not allowed. Please check again");return o&&o(e),!1}}a&&a(e.dataTransfer.files)}}})]})},exports.abbreviateNumber=e=>{let t="";if(void 0!==e&&(t=e.toString(),e>=1e3)){const n=["","k","m","b","t"],r=Math.floor((""+e).length/3);let i;for(let t=2;t>=1;t--){i=parseFloat((0!==r?e/Math.pow(1e3,r):e).toPrecision(t));if((i+"").replace(/[^a-zA-Z 0-9]+/g,"").length<=2)break}t=i+n[r]}return t},exports.buttonActiveShadowStyle=T,exports.buttonActiveStyle=M,exports.buttonHoverStyle=F,exports.buttonStyle=j,exports.capitalize=e=>e?e[0].toUpperCase()+e.substring(1):"",exports.channelMap=e=>({2:"Shopify",3:"Lazada",5:"Blanja",6:"Matahari mall",7:"Magento 1",8:"Elevania",9:"Blibli","1o":"Magento 2",11:"Bukalapak",12:"Shopee",13:"Zalora Indonesia",15:"Tokopedia",16:"JD Indonesia",18:"Zilingo",19:"Woocommerce",21:"Manual SO",3532:"Aladin Mall",10017:"Grabmart",10030:"Tiktok"}[e.toString()]||""),exports.clearList=C,exports.colorCommonQuantity=$,exports.colorStatus=e=>{switch(e){case"Pending_payment":case"Pending_courier":case"pending payment":case"Pending Payment":case"pending courier":case"not started yet":case"Pending":case"Draft":case"Not_picked":case"Not Picked":case"Unpaid":case"Overdue":case"Write_off":case"Write Off":case"write off":case"Written Off":case"Failed Delivery":case"failed delivery":return"#FF585C";case"Open":case"open":case"In_picking":case"Partial_picked":case"in picking":case"In Picking":case"Incoming":case"not shipped":case"Not Shipped":case"Partial_paid":return"#F8813E";case"Picked":case"picked":case"Packed":case"Ready_to_ship":case"ready to ship":case"Ready to Ship":case"Ready_to_pickup":case"Shipped":case"shipped":case"Fulfilled":case"Delivered":case"delivered":case"Picked_up":case"Invoiced":case"Not_invoiced":case"Invoice_paid":case"Completed":case"completed":case"Paid":case"In Progress":case"Active":case"Confirmed":case"Adjusted":return"#21BA45";case"Cancelled":case"cancelled":case"Voided":return"#a9a9a9";case"Returned":case"return":case"Return":return"#ff585d";case"Closed":return"#2c913d";default:return"green"}},exports.colorStockAdjust=(e,t)=>e<t?"lightgreen":"red",exports.colorStockInboundQuantity=e=>["Inbounded","Incompleted","Putaway"].includes(e)?"lightgreen":"yellow",exports.colorStockInboundStatus=e=>{switch(e){case"inbounded":case"Inbounded":case"incompleted":case"Incompleted":case"Incomplete":case"putaway":case"Putaway":return"#21BA45";case"waiting-inbound":case"Waiting Inbound":case"partial-inbounded":case"Partial Inbounded":case"partial-putaway":case"Partial Putaway":return"#F8813E";default:return"#696969"}},exports.colorStockQuantity=(e,t)=>e===t?"lightgreen":"red",exports.colorStockStatus=e=>{switch(e){case"success":case"approved":case"putaway":case"adjusted":case"Adjusted":case"outbounded":case"Outbounded":return"#21BA45";case"waiting":case"waiting adjustment":case"Waiting Adjustment":case"waiting outbound":case"Waiting Outbound":return"#F8813E";default:return"#696969"}},exports.components=xu,exports.configDateRange=zb,exports.currencyNumber=q,exports.dateRangeStatus=e=>({today:"Today",lastweek:"Last 7 days",lastsecondweek:"Last 14 days",lastmonth:"Last 30 days",lastquart:"Last 90 days",custom:"Date"}[e]),exports.debounce=X,exports.dropBase=A,exports.elipsis=k,exports.errorMessage=e=>"unique"===e?"already exists":"is required",exports.errorTitle=z,exports.evCheckAllValidation=e=>{let t=!1;for(let n=0;n<e.length;n++){const r=e[n],i=Object.keys(r);for(let e of i){if(Array.isArray(r[e]))for(let n=0;n<r[e].length;n++){const i=r[e][n],a=Object.keys(i);for(let e of a){if(Array.isArray(i[e]))for(let n=0;n<i[e].length;n++){const r=i[e][n],a=Object.keys(r);for(let e of a)if(-1===e.indexOf("_error")||t||(t=!0),t)break;if(t)break}else if(-1===e.indexOf("_error")||t||(t=!0),t)break;if(t)break}if(t)break}else if(-1===e.indexOf("_error")||t||(t=!0),t)break;if(t)break}}return t},exports.evCloseDropdown=e=>{const t=e.closest("._refContainer");if(!!t&&t.classList.contains("is-shown")){const e=document.getElementsByClassName("_refContainer is-shown");if(null==e?void 0:e.length)for(let t=0;t<e.length;t++){const n=e[t].querySelector("._refDropdownOverlay");n&&(n.style.display="none"),e[t].classList.remove("is-shown")}const t=document.querySelector("._refScrollContainer");if(document.getElementsByTagName("BODY")[0].classList.remove("is-immuned"),t){t.style.overflow="auto";t.firstChild.style.overflowY="unset"}}},exports.evExecuteError=e=>{const t=U("failed","Validation Errors found, Please fix it!");e&&e(t);const n=document.querySelectorAll(".cell-error");n.length&&ae(n[0])},exports.evGenerateValueMatch=re,exports.evHighlight=e=>{if(!(null==e?void 0:e.length))return;const t=10*Math.ceil(e.length/10)<=10?30:10*Math.ceil(e.length/10)>=200?200:10*Math.ceil(e.length/10);setTimeout((()=>{const t=document.querySelectorAll("._refMasterTableBodyContent.is-highlighted");if(null==t?void 0:t.length)for(const e of t)e.classList.remove("is-highlighted");for(let t=0;t<e.length;t++){const n=e[t],r=document.querySelector(`#row-${n}`);if(r&&(r.classList.add("is-highlighted"),setTimeout((()=>{r.classList.remove("is-highlighted")}),1888)),t===e.length-1){const t=document.querySelector(`#row-${e[0]}`);t&&ae(t,140)}}}),t)},exports.evKeyMapperScanner=e=>{var t=e.which;switch(!0){case t>=48&&t<=90:case t>=106&&t<=111||45===t||173===t||189===t:if(void 0!==e.key&&""!==e.key)return e.key;var n=String.fromCharCode(t);switch(e.shiftKey){case!1:n=n.toLowerCase();break;case!0:n=n.toUpperCase()}return n;case t>=96&&t<=105:return t-96+0}return""},exports.evScrollTo=ae,exports.evSetTotal=(e,t,n)=>{e&&t&&(t.innerText=`(${e})`,t.removeAttribute("hidden")),n&&"function"==typeof n&&n()},exports.evUpdateInputRc=(e,t)=>{var n;if(!e)return!1;const r=null===(n=Object.getOwnPropertyDescriptor(window.HTMLInputElement.prototype,"value"))||void 0===n?void 0:n.set;r&&r.call(e,void 0===t?"":t);const i=new Event("input",{bubbles:!0});e.dispatchEvent(i)},exports.formLabel=S,exports.formatNumber=Z,exports.generateMessage=U,exports.generateMessageQuestion=J,exports.generateValue=te,exports.generateValueTable=ee,exports.getSizeContainer=K,exports.getStorage=(e,t="string",n,r="load")=>{let i;switch(null!==sessionStorage.getItem(r)?i=null!==sessionStorage.getItem(e)?sessionStorage.getItem(e):n:(i=null!==localStorage.getItem(e)?localStorage.getItem(e):n,null!==localStorage.getItem(e)&&sessionStorage.setItem(e,i)),t){case"boolean":i=void 0!==i&&"undefined"!==i&&"true"===i;break;case"number":case"integer":i=void 0!==i&&"undefined"!==i?parseInt(i):0;break;case"object":case"array":i=void 0!==i&&"undefined"!==i?"string"==typeof i?""!==i?JSON.parse(i):void 0:i:void 0;break;default:i=void 0===i||"undefined"===i?"":i}return i},exports.headTable=D,exports.historyType=e=>{if(!e)return"";switch(e){case"Transfer":return"ST";case"Adjustment":case"Adjustment (API)":case"Adjustment (Interface & Excel)":return"SA";case"Inbound":return"SI";case"Outbound":return"SOB";case"Return":return"RMA";case"Sales Order":return"SO";default:return""}},exports.isDesktop=()=>document.body.clientWidth>=1024,exports.isMobile=()=>document.body.clientWidth<768,exports.isTablet=()=>document.body.clientWidth>=768&&document.body.clientWidth<1024,exports.multiElipsis=I,exports.pageMasterTable=H,exports.pasteIntoInput=(e,t)=>{if(e.focus(),"number"==typeof e.selectionStart&&"number"==typeof e.selectionEnd){var n=e.value,r=e.selectionStart;e.value=n.slice(0,r)+t+n.slice(e.selectionEnd),e.selectionEnd=e.selectionStart=r+t.length}else if(void 0!==document.selection){var i=document.selection.createRange();i.text=t,i.collapse(!1),i.select()}},exports.removeStorage=e=>(localStorage.removeItem(e),sessionStorage.removeItem(e),!0),exports.responseWidth=w,exports.setStorage=(e,t,n)=>{if(null==t)return!1;const r="string"!=typeof t?"object"==typeof t?JSON.stringify(t):t.toString():t;switch(n){case"session":sessionStorage.setItem(e,r);break;case"local":localStorage.setItem(e,r);break;default:sessionStorage.setItem(e,r),localStorage.setItem(e,r)}},exports.statusColor=e=>{if(!e)return"";switch(e){case"Picked Up":case"Shipped":case"Delivered":case"Completed":return"green";case"Ready to Ship":case"Not Shipped":return"#F8813E";case"Pending Payment":return"red";default:return""}},exports.thirdElipsis=E,exports.typePage=e=>{if(!e)return"";switch(e){case"adjustment":case"inbound":case"outbound":return"stock";case"bundle":return"bundle";case"sales":return"sales";default:return""}},exports.unCamelCaseKeys=e=>Object.entries(e).reduce(((e,[t,n])=>(e[(e=>e.replace(/([a-z][A-Z])/g,(function(e){return e[0]+"_"+e[1].toLowerCase()})))(t)]=n,e)),{}),exports.unescapeHTML=ie,exports.validateByApproveJs=ne;
|
|
4184
4374
|
//# sourceMappingURL=index.js.map
|