@salesgenterp/ui-components 0.4.338 → 0.4.339
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.js +2 -54
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +7 -59
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -29,8 +29,8 @@ var moment$1 = _interopDefault(require('moment/moment'));
|
|
|
29
29
|
var Cards = _interopDefault(require('react-credit-cards'));
|
|
30
30
|
var hi = require('react-icons/hi');
|
|
31
31
|
var bs = require('react-icons/bs');
|
|
32
|
-
|
|
33
|
-
|
|
32
|
+
require('react-icons/tfi');
|
|
33
|
+
require('react-icons/go');
|
|
34
34
|
var ri = require('react-icons/ri');
|
|
35
35
|
var bi = require('react-icons/bi');
|
|
36
36
|
var Checkbox = _interopDefault(require('@mui/material/Checkbox'));
|
|
@@ -3500,58 +3500,6 @@ var sideMenuItems = [{
|
|
|
3500
3500
|
link: '/',
|
|
3501
3501
|
Icon: bi.BiLockOpen
|
|
3502
3502
|
}]
|
|
3503
|
-
}, {
|
|
3504
|
-
name: 'Order Information',
|
|
3505
|
-
Icon: hi.HiOutlineTruck,
|
|
3506
|
-
items: [{
|
|
3507
|
-
name: 'Orders list',
|
|
3508
|
-
link: '/orders',
|
|
3509
|
-
path: '',
|
|
3510
|
-
Icon: bs.BsBoxSeam
|
|
3511
|
-
}, {
|
|
3512
|
-
name: 'Return Orders list',
|
|
3513
|
-
link: '/orders',
|
|
3514
|
-
path: '',
|
|
3515
|
-
Icon: go.GoPackage
|
|
3516
|
-
}, {
|
|
3517
|
-
name: 'Wishlist',
|
|
3518
|
-
link: '/orders',
|
|
3519
|
-
path: '',
|
|
3520
|
-
Icon: ai.AiOutlineHeart
|
|
3521
|
-
}]
|
|
3522
|
-
}, {
|
|
3523
|
-
name: 'Payment Information',
|
|
3524
|
-
Icon: tfi.TfiWallet,
|
|
3525
|
-
items: [{
|
|
3526
|
-
name: 'Payment List',
|
|
3527
|
-
link: '/customers',
|
|
3528
|
-
path: '',
|
|
3529
|
-
Icon: ri.RiFileList3Line
|
|
3530
|
-
}, {
|
|
3531
|
-
name: 'Store Credit History',
|
|
3532
|
-
link: '/customers',
|
|
3533
|
-
path: '',
|
|
3534
|
-
Icon: md.MdOutlineStorefront
|
|
3535
|
-
}, {
|
|
3536
|
-
name: 'Saved Cards',
|
|
3537
|
-
link: '/customers',
|
|
3538
|
-
path: '',
|
|
3539
|
-
Icon: ai.AiOutlineCreditCard
|
|
3540
|
-
}]
|
|
3541
|
-
}, {
|
|
3542
|
-
name: 'Deals',
|
|
3543
|
-
Icon: tb.TbAward,
|
|
3544
|
-
items: [{
|
|
3545
|
-
name: 'Deals List',
|
|
3546
|
-
link: '/deals',
|
|
3547
|
-
path: '',
|
|
3548
|
-
Icon: ai.AiOutlineFileText
|
|
3549
|
-
}, {
|
|
3550
|
-
name: 'Setting',
|
|
3551
|
-
link: '/setting',
|
|
3552
|
-
path: '',
|
|
3553
|
-
Icon: ai.AiOutlineSetting
|
|
3554
|
-
}]
|
|
3555
3503
|
}];
|
|
3556
3504
|
var SideMenu = function SideMenu(props) {
|
|
3557
3505
|
return /*#__PURE__*/React__default.createElement(material.List, {
|