@one-commerce/sdk-core 1.18.0-alpha.0 → 1.18.0
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/lib/bundles/bundle.esm.js +155 -181
- package/lib/bundles/bundle.esm.js.map +1 -1
- package/lib/bundles/bundle.esm.min.js +1 -1
- package/lib/bundles/bundle.esm.min.js.map +1 -1
- package/lib/bundles/bundle.umd.js +155 -181
- package/lib/bundles/bundle.umd.js.map +1 -1
- package/lib/bundles/bundle.umd.min.js +1 -1
- package/lib/bundles/bundle.umd.min.js.map +1 -1
- package/lib/cjs/backofficeServices.js +40 -115
- package/lib/cjs/backofficeServices.js.map +1 -1
- package/lib/cjs/index.js +8 -5
- package/lib/cjs/index.js.map +1 -1
- package/lib/cjs/shopServices.js +113 -70
- package/lib/cjs/shopServices.js.map +1 -1
- package/lib/esm/backofficeServices.js +0 -34
- package/lib/esm/backofficeServices.js.map +1 -1
- package/lib/esm/index.js +11 -7
- package/lib/esm/index.js.map +1 -1
- package/lib/esm/shopServices.js +20 -0
- package/lib/esm/shopServices.js.map +1 -1
- package/lib/types/backofficeServices.d.ts +0 -12
- package/lib/types/backofficeServices.d.ts.map +1 -1
- package/lib/types/index.d.ts +4 -6
- package/lib/types/index.d.ts.map +1 -1
- package/lib/types/shopServices.d.ts +6 -0
- package/lib/types/shopServices.d.ts.map +1 -1
- package/package.json +3 -3
|
@@ -391,15 +391,15 @@
|
|
|
391
391
|
|
|
392
392
|
return _createClass(BackofficeTenant);
|
|
393
393
|
}(BaseCallClass);
|
|
394
|
-
var
|
|
395
|
-
_inherits(
|
|
394
|
+
var BackofficeLayout = /*#__PURE__*/function (_BaseCallClass4) {
|
|
395
|
+
_inherits(BackofficeLayout, _BaseCallClass4);
|
|
396
396
|
|
|
397
|
-
var _super4 = _createSuper(
|
|
397
|
+
var _super4 = _createSuper(BackofficeLayout);
|
|
398
398
|
|
|
399
|
-
function
|
|
399
|
+
function BackofficeLayout() {
|
|
400
400
|
var _this4;
|
|
401
401
|
|
|
402
|
-
_classCallCheck(this,
|
|
402
|
+
_classCallCheck(this, BackofficeLayout);
|
|
403
403
|
|
|
404
404
|
for (var _len4 = arguments.length, args = new Array(_len4), _key4 = 0; _key4 < _len4; _key4++) {
|
|
405
405
|
args[_key4] = arguments[_key4];
|
|
@@ -407,22 +407,24 @@
|
|
|
407
407
|
|
|
408
408
|
_this4 = _super4.call.apply(_super4, [this].concat(args));
|
|
409
409
|
|
|
410
|
-
_defineProperty(_assertThisInitialized(_this4), "serviceName", '
|
|
410
|
+
_defineProperty(_assertThisInitialized(_this4), "serviceName", 'layout');
|
|
411
|
+
|
|
412
|
+
_defineProperty(_assertThisInitialized(_this4), "isAsideOpened", void 0);
|
|
411
413
|
|
|
412
414
|
return _this4;
|
|
413
415
|
}
|
|
414
416
|
|
|
415
|
-
return _createClass(
|
|
417
|
+
return _createClass(BackofficeLayout);
|
|
416
418
|
}(BaseCallClass);
|
|
417
|
-
var
|
|
418
|
-
_inherits(
|
|
419
|
+
var BackofficeAuthorization = /*#__PURE__*/function (_BaseCallClass5) {
|
|
420
|
+
_inherits(BackofficeAuthorization, _BaseCallClass5);
|
|
419
421
|
|
|
420
|
-
var _super5 = _createSuper(
|
|
422
|
+
var _super5 = _createSuper(BackofficeAuthorization);
|
|
421
423
|
|
|
422
|
-
function
|
|
424
|
+
function BackofficeAuthorization() {
|
|
423
425
|
var _this5;
|
|
424
426
|
|
|
425
|
-
_classCallCheck(this,
|
|
427
|
+
_classCallCheck(this, BackofficeAuthorization);
|
|
426
428
|
|
|
427
429
|
for (var _len5 = arguments.length, args = new Array(_len5), _key5 = 0; _key5 < _len5; _key5++) {
|
|
428
430
|
args[_key5] = arguments[_key5];
|
|
@@ -430,36 +432,11 @@
|
|
|
430
432
|
|
|
431
433
|
_this5 = _super5.call.apply(_super5, [this].concat(args));
|
|
432
434
|
|
|
433
|
-
_defineProperty(_assertThisInitialized(_this5), "serviceName", '
|
|
434
|
-
|
|
435
|
-
_defineProperty(_assertThisInitialized(_this5), "isAsideOpened", void 0);
|
|
435
|
+
_defineProperty(_assertThisInitialized(_this5), "serviceName", 'authorization');
|
|
436
436
|
|
|
437
437
|
return _this5;
|
|
438
438
|
}
|
|
439
439
|
|
|
440
|
-
return _createClass(BackofficeLayout);
|
|
441
|
-
}(BaseCallClass);
|
|
442
|
-
var BackofficeAuthorization = /*#__PURE__*/function (_BaseCallClass6) {
|
|
443
|
-
_inherits(BackofficeAuthorization, _BaseCallClass6);
|
|
444
|
-
|
|
445
|
-
var _super6 = _createSuper(BackofficeAuthorization);
|
|
446
|
-
|
|
447
|
-
function BackofficeAuthorization() {
|
|
448
|
-
var _this6;
|
|
449
|
-
|
|
450
|
-
_classCallCheck(this, BackofficeAuthorization);
|
|
451
|
-
|
|
452
|
-
for (var _len6 = arguments.length, args = new Array(_len6), _key6 = 0; _key6 < _len6; _key6++) {
|
|
453
|
-
args[_key6] = arguments[_key6];
|
|
454
|
-
}
|
|
455
|
-
|
|
456
|
-
_this6 = _super6.call.apply(_super6, [this].concat(args));
|
|
457
|
-
|
|
458
|
-
_defineProperty(_assertThisInitialized(_this6), "serviceName", 'authorization');
|
|
459
|
-
|
|
460
|
-
return _this6;
|
|
461
|
-
}
|
|
462
|
-
|
|
463
440
|
_createClass(BackofficeAuthorization, [{
|
|
464
441
|
key: "getAuthToken",
|
|
465
442
|
value: function getAuthToken() {
|
|
@@ -469,108 +446,62 @@
|
|
|
469
446
|
|
|
470
447
|
return BackofficeAuthorization;
|
|
471
448
|
}(BaseCallClass);
|
|
472
|
-
var BackofficeCustomer = /*#__PURE__*/function (
|
|
473
|
-
_inherits(BackofficeCustomer,
|
|
449
|
+
var BackofficeCustomer = /*#__PURE__*/function (_BaseCallClass6) {
|
|
450
|
+
_inherits(BackofficeCustomer, _BaseCallClass6);
|
|
474
451
|
|
|
475
|
-
var
|
|
452
|
+
var _super6 = _createSuper(BackofficeCustomer);
|
|
476
453
|
|
|
477
454
|
function BackofficeCustomer() {
|
|
478
|
-
var
|
|
455
|
+
var _this6;
|
|
479
456
|
|
|
480
457
|
_classCallCheck(this, BackofficeCustomer);
|
|
481
458
|
|
|
482
|
-
for (var
|
|
483
|
-
args[
|
|
459
|
+
for (var _len6 = arguments.length, args = new Array(_len6), _key6 = 0; _key6 < _len6; _key6++) {
|
|
460
|
+
args[_key6] = arguments[_key6];
|
|
484
461
|
}
|
|
485
462
|
|
|
486
|
-
|
|
463
|
+
_this6 = _super6.call.apply(_super6, [this].concat(args));
|
|
487
464
|
|
|
488
|
-
_defineProperty(_assertThisInitialized(
|
|
465
|
+
_defineProperty(_assertThisInitialized(_this6), "serviceName", 'customer');
|
|
489
466
|
|
|
490
|
-
_defineProperty(_assertThisInitialized(
|
|
467
|
+
_defineProperty(_assertThisInitialized(_this6), "id", void 0);
|
|
491
468
|
|
|
492
|
-
_defineProperty(_assertThisInitialized(
|
|
469
|
+
_defineProperty(_assertThisInitialized(_this6), "name", void 0);
|
|
493
470
|
|
|
494
|
-
return
|
|
471
|
+
return _this6;
|
|
495
472
|
}
|
|
496
473
|
|
|
497
474
|
return _createClass(BackofficeCustomer);
|
|
498
475
|
}(BaseCallClass);
|
|
499
|
-
var BackofficePlugin = /*#__PURE__*/function (
|
|
500
|
-
_inherits(BackofficePlugin,
|
|
476
|
+
var BackofficePlugin = /*#__PURE__*/function (_BaseCallClass7) {
|
|
477
|
+
_inherits(BackofficePlugin, _BaseCallClass7);
|
|
501
478
|
|
|
502
|
-
var
|
|
479
|
+
var _super7 = _createSuper(BackofficePlugin);
|
|
503
480
|
|
|
504
481
|
function BackofficePlugin() {
|
|
505
|
-
var
|
|
482
|
+
var _this7;
|
|
506
483
|
|
|
507
484
|
_classCallCheck(this, BackofficePlugin);
|
|
508
485
|
|
|
509
|
-
for (var
|
|
510
|
-
args[
|
|
486
|
+
for (var _len7 = arguments.length, args = new Array(_len7), _key7 = 0; _key7 < _len7; _key7++) {
|
|
487
|
+
args[_key7] = arguments[_key7];
|
|
511
488
|
}
|
|
512
489
|
|
|
513
|
-
|
|
490
|
+
_this7 = _super7.call.apply(_super7, [this].concat(args));
|
|
514
491
|
|
|
515
|
-
_defineProperty(_assertThisInitialized(
|
|
492
|
+
_defineProperty(_assertThisInitialized(_this7), "serviceName", 'plugin');
|
|
516
493
|
|
|
517
|
-
_defineProperty(_assertThisInitialized(
|
|
494
|
+
_defineProperty(_assertThisInitialized(_this7), "id", void 0);
|
|
518
495
|
|
|
519
|
-
_defineProperty(_assertThisInitialized(
|
|
496
|
+
_defineProperty(_assertThisInitialized(_this7), "srcUrl", void 0);
|
|
520
497
|
|
|
521
|
-
_defineProperty(_assertThisInitialized(
|
|
498
|
+
_defineProperty(_assertThisInitialized(_this7), "name", void 0);
|
|
522
499
|
|
|
523
|
-
return
|
|
500
|
+
return _this7;
|
|
524
501
|
}
|
|
525
502
|
|
|
526
503
|
return _createClass(BackofficePlugin);
|
|
527
504
|
}(BaseCallClass);
|
|
528
|
-
var BackofficeAddToCartContext = /*#__PURE__*/function (_BaseCallClass9) {
|
|
529
|
-
_inherits(BackofficeAddToCartContext, _BaseCallClass9);
|
|
530
|
-
|
|
531
|
-
var _super9 = _createSuper(BackofficeAddToCartContext);
|
|
532
|
-
|
|
533
|
-
function BackofficeAddToCartContext() {
|
|
534
|
-
var _this9;
|
|
535
|
-
|
|
536
|
-
_classCallCheck(this, BackofficeAddToCartContext);
|
|
537
|
-
|
|
538
|
-
for (var _len9 = arguments.length, args = new Array(_len9), _key9 = 0; _key9 < _len9; _key9++) {
|
|
539
|
-
args[_key9] = arguments[_key9];
|
|
540
|
-
}
|
|
541
|
-
|
|
542
|
-
_this9 = _super9.call.apply(_super9, [this].concat(args));
|
|
543
|
-
|
|
544
|
-
_defineProperty(_assertThisInitialized(_this9), "serviceName", 'addToCartContext');
|
|
545
|
-
|
|
546
|
-
_defineProperty(_assertThisInitialized(_this9), "productId", void 0);
|
|
547
|
-
|
|
548
|
-
_defineProperty(_assertThisInitialized(_this9), "cartId", void 0);
|
|
549
|
-
|
|
550
|
-
_defineProperty(_assertThisInitialized(_this9), "warehouses", void 0);
|
|
551
|
-
|
|
552
|
-
return _this9;
|
|
553
|
-
}
|
|
554
|
-
|
|
555
|
-
_createClass(BackofficeAddToCartContext, [{
|
|
556
|
-
key: "closePlugin",
|
|
557
|
-
value: function closePlugin() {
|
|
558
|
-
this.call('closePlugin');
|
|
559
|
-
}
|
|
560
|
-
}, {
|
|
561
|
-
key: "closePluginAndAddToCart",
|
|
562
|
-
value: function closePluginAndAddToCart() {
|
|
563
|
-
this.call('closePluginAndAddToCart');
|
|
564
|
-
}
|
|
565
|
-
}, {
|
|
566
|
-
key: "closePluginAndRefreshCart",
|
|
567
|
-
value: function closePluginAndRefreshCart() {
|
|
568
|
-
this.call('closePluginAndRefreshCart');
|
|
569
|
-
}
|
|
570
|
-
}]);
|
|
571
|
-
|
|
572
|
-
return BackofficeAddToCartContext;
|
|
573
|
-
}(BaseCallClass);
|
|
574
505
|
|
|
575
506
|
var Events = /*#__PURE__*/function () {
|
|
576
507
|
function Events() {
|
|
@@ -654,15 +585,15 @@
|
|
|
654
585
|
|
|
655
586
|
return ShopCatalog;
|
|
656
587
|
}(BaseCallClass);
|
|
657
|
-
var
|
|
658
|
-
_inherits(
|
|
588
|
+
var ShopWishlist = /*#__PURE__*/function (_BaseCallClass2) {
|
|
589
|
+
_inherits(ShopWishlist, _BaseCallClass2);
|
|
659
590
|
|
|
660
|
-
var _super2 = _createSuper(
|
|
591
|
+
var _super2 = _createSuper(ShopWishlist);
|
|
661
592
|
|
|
662
|
-
function
|
|
593
|
+
function ShopWishlist() {
|
|
663
594
|
var _this2;
|
|
664
595
|
|
|
665
|
-
_classCallCheck(this,
|
|
596
|
+
_classCallCheck(this, ShopWishlist);
|
|
666
597
|
|
|
667
598
|
for (var _len2 = arguments.length, args = new Array(_len2), _key2 = 0; _key2 < _len2; _key2++) {
|
|
668
599
|
args[_key2] = arguments[_key2];
|
|
@@ -670,17 +601,57 @@
|
|
|
670
601
|
|
|
671
602
|
_this2 = _super2.call.apply(_super2, [this].concat(args));
|
|
672
603
|
|
|
673
|
-
_defineProperty(_assertThisInitialized(_this2), "serviceName", '
|
|
604
|
+
_defineProperty(_assertThisInitialized(_this2), "serviceName", 'wishlist');
|
|
674
605
|
|
|
675
|
-
|
|
606
|
+
return _this2;
|
|
607
|
+
}
|
|
676
608
|
|
|
677
|
-
|
|
609
|
+
_createClass(ShopWishlist, [{
|
|
610
|
+
key: "addProductsToWishlist",
|
|
611
|
+
value: function addProductsToWishlist(wishlistId, newProduct) {
|
|
612
|
+
return this.call('addProductsToWishlist', wishlistId, newProduct);
|
|
613
|
+
}
|
|
614
|
+
}, {
|
|
615
|
+
key: "getWishlists",
|
|
616
|
+
value: function getWishlists() {
|
|
617
|
+
return this.call('getWishlists');
|
|
618
|
+
}
|
|
619
|
+
}, {
|
|
620
|
+
key: "createWishlist",
|
|
621
|
+
value: function createWishlist(name) {
|
|
622
|
+
return this.call('createWishlist', name);
|
|
623
|
+
}
|
|
624
|
+
}]);
|
|
678
625
|
|
|
679
|
-
|
|
626
|
+
return ShopWishlist;
|
|
627
|
+
}(BaseCallClass);
|
|
628
|
+
var ShopAccount = /*#__PURE__*/function (_BaseCallClass3) {
|
|
629
|
+
_inherits(ShopAccount, _BaseCallClass3);
|
|
680
630
|
|
|
681
|
-
|
|
631
|
+
var _super3 = _createSuper(ShopAccount);
|
|
682
632
|
|
|
683
|
-
|
|
633
|
+
function ShopAccount() {
|
|
634
|
+
var _this3;
|
|
635
|
+
|
|
636
|
+
_classCallCheck(this, ShopAccount);
|
|
637
|
+
|
|
638
|
+
for (var _len3 = arguments.length, args = new Array(_len3), _key3 = 0; _key3 < _len3; _key3++) {
|
|
639
|
+
args[_key3] = arguments[_key3];
|
|
640
|
+
}
|
|
641
|
+
|
|
642
|
+
_this3 = _super3.call.apply(_super3, [this].concat(args));
|
|
643
|
+
|
|
644
|
+
_defineProperty(_assertThisInitialized(_this3), "serviceName", 'account');
|
|
645
|
+
|
|
646
|
+
_defineProperty(_assertThisInitialized(_this3), "client", void 0);
|
|
647
|
+
|
|
648
|
+
_defineProperty(_assertThisInitialized(_this3), "isAuthenticated", void 0);
|
|
649
|
+
|
|
650
|
+
_defineProperty(_assertThisInitialized(_this3), "user", void 0);
|
|
651
|
+
|
|
652
|
+
_defineProperty(_assertThisInitialized(_this3), "manager", void 0);
|
|
653
|
+
|
|
654
|
+
return _this3;
|
|
684
655
|
}
|
|
685
656
|
|
|
686
657
|
_createClass(ShopAccount, [{
|
|
@@ -696,31 +667,31 @@
|
|
|
696
667
|
|
|
697
668
|
return ShopAccount;
|
|
698
669
|
}(BaseCallClass);
|
|
699
|
-
var ShopCart = /*#__PURE__*/function (
|
|
700
|
-
_inherits(ShopCart,
|
|
670
|
+
var ShopCart = /*#__PURE__*/function (_BaseCallClass4) {
|
|
671
|
+
_inherits(ShopCart, _BaseCallClass4);
|
|
701
672
|
|
|
702
|
-
var
|
|
673
|
+
var _super4 = _createSuper(ShopCart);
|
|
703
674
|
|
|
704
675
|
function ShopCart() {
|
|
705
|
-
var
|
|
676
|
+
var _this4;
|
|
706
677
|
|
|
707
678
|
_classCallCheck(this, ShopCart);
|
|
708
679
|
|
|
709
|
-
for (var
|
|
710
|
-
args[
|
|
680
|
+
for (var _len4 = arguments.length, args = new Array(_len4), _key4 = 0; _key4 < _len4; _key4++) {
|
|
681
|
+
args[_key4] = arguments[_key4];
|
|
711
682
|
}
|
|
712
683
|
|
|
713
|
-
|
|
684
|
+
_this4 = _super4.call.apply(_super4, [this].concat(args));
|
|
714
685
|
|
|
715
|
-
_defineProperty(_assertThisInitialized(
|
|
686
|
+
_defineProperty(_assertThisInitialized(_this4), "serviceName", 'cart');
|
|
716
687
|
|
|
717
|
-
_defineProperty(_assertThisInitialized(
|
|
688
|
+
_defineProperty(_assertThisInitialized(_this4), "carts", void 0);
|
|
718
689
|
|
|
719
|
-
_defineProperty(_assertThisInitialized(
|
|
690
|
+
_defineProperty(_assertThisInitialized(_this4), "currentCart", void 0);
|
|
720
691
|
|
|
721
|
-
_defineProperty(_assertThisInitialized(
|
|
692
|
+
_defineProperty(_assertThisInitialized(_this4), "totalCartPrice", void 0);
|
|
722
693
|
|
|
723
|
-
return
|
|
694
|
+
return _this4;
|
|
724
695
|
}
|
|
725
696
|
|
|
726
697
|
_createClass(ShopCart, [{
|
|
@@ -732,25 +703,25 @@
|
|
|
732
703
|
|
|
733
704
|
return ShopCart;
|
|
734
705
|
}(BaseCallClass);
|
|
735
|
-
var ShopAuthorization = /*#__PURE__*/function (
|
|
736
|
-
_inherits(ShopAuthorization,
|
|
706
|
+
var ShopAuthorization = /*#__PURE__*/function (_BaseCallClass5) {
|
|
707
|
+
_inherits(ShopAuthorization, _BaseCallClass5);
|
|
737
708
|
|
|
738
|
-
var
|
|
709
|
+
var _super5 = _createSuper(ShopAuthorization);
|
|
739
710
|
|
|
740
711
|
function ShopAuthorization() {
|
|
741
|
-
var
|
|
712
|
+
var _this5;
|
|
742
713
|
|
|
743
714
|
_classCallCheck(this, ShopAuthorization);
|
|
744
715
|
|
|
745
|
-
for (var
|
|
746
|
-
args[
|
|
716
|
+
for (var _len5 = arguments.length, args = new Array(_len5), _key5 = 0; _key5 < _len5; _key5++) {
|
|
717
|
+
args[_key5] = arguments[_key5];
|
|
747
718
|
}
|
|
748
719
|
|
|
749
|
-
|
|
720
|
+
_this5 = _super5.call.apply(_super5, [this].concat(args));
|
|
750
721
|
|
|
751
|
-
_defineProperty(_assertThisInitialized(
|
|
722
|
+
_defineProperty(_assertThisInitialized(_this5), "serviceName", 'authorization');
|
|
752
723
|
|
|
753
|
-
return
|
|
724
|
+
return _this5;
|
|
754
725
|
}
|
|
755
726
|
|
|
756
727
|
_createClass(ShopAuthorization, [{
|
|
@@ -762,41 +733,41 @@
|
|
|
762
733
|
|
|
763
734
|
return ShopAuthorization;
|
|
764
735
|
}(BaseCallClass);
|
|
765
|
-
var ShopUtils = /*#__PURE__*/function (
|
|
766
|
-
_inherits(ShopUtils,
|
|
736
|
+
var ShopUtils = /*#__PURE__*/function (_BaseCallClass6) {
|
|
737
|
+
_inherits(ShopUtils, _BaseCallClass6);
|
|
767
738
|
|
|
768
|
-
var
|
|
739
|
+
var _super6 = _createSuper(ShopUtils);
|
|
769
740
|
|
|
770
741
|
function ShopUtils(call) {
|
|
771
|
-
var
|
|
742
|
+
var _this6;
|
|
772
743
|
|
|
773
744
|
_classCallCheck(this, ShopUtils);
|
|
774
745
|
|
|
775
|
-
|
|
746
|
+
_this6 = _super6.call(this, call);
|
|
776
747
|
|
|
777
|
-
_defineProperty(_assertThisInitialized(
|
|
748
|
+
_defineProperty(_assertThisInitialized(_this6), "serviceName", 'utils');
|
|
778
749
|
|
|
779
|
-
_defineProperty(_assertThisInitialized(
|
|
750
|
+
_defineProperty(_assertThisInitialized(_this6), "currency", void 0);
|
|
780
751
|
|
|
781
|
-
_defineProperty(_assertThisInitialized(
|
|
752
|
+
_defineProperty(_assertThisInitialized(_this6), "isAnonymousAndPurchaseDisabled", void 0);
|
|
782
753
|
|
|
783
|
-
_defineProperty(_assertThisInitialized(
|
|
754
|
+
_defineProperty(_assertThisInitialized(_this6), "isB2B", void 0);
|
|
784
755
|
|
|
785
|
-
_defineProperty(_assertThisInitialized(
|
|
756
|
+
_defineProperty(_assertThisInitialized(_this6), "isB2BAndPlatformIsNotOpened", void 0);
|
|
786
757
|
|
|
787
|
-
_defineProperty(_assertThisInitialized(
|
|
758
|
+
_defineProperty(_assertThisInitialized(_this6), "isIndexPage", void 0);
|
|
788
759
|
|
|
789
|
-
_defineProperty(_assertThisInitialized(
|
|
760
|
+
_defineProperty(_assertThisInitialized(_this6), "isPurchaseEnabledOrAuthenticated", void 0);
|
|
790
761
|
|
|
791
|
-
_defineProperty(_assertThisInitialized(
|
|
762
|
+
_defineProperty(_assertThisInitialized(_this6), "routes", void 0);
|
|
792
763
|
|
|
793
|
-
|
|
794
|
-
getCategoryPath:
|
|
795
|
-
getManufacturerSearchUrl:
|
|
796
|
-
getProductUrl:
|
|
797
|
-
isExternalUrl:
|
|
764
|
+
_this6.routes = {
|
|
765
|
+
getCategoryPath: _this6.getCategoryPath,
|
|
766
|
+
getManufacturerSearchUrl: _this6.getManufacturerSearchUrl,
|
|
767
|
+
getProductUrl: _this6.getProductUrl,
|
|
768
|
+
isExternalUrl: _this6.isExternalUrl
|
|
798
769
|
};
|
|
799
|
-
return
|
|
770
|
+
return _this6;
|
|
800
771
|
}
|
|
801
772
|
|
|
802
773
|
_createClass(ShopUtils, [{
|
|
@@ -823,43 +794,43 @@
|
|
|
823
794
|
|
|
824
795
|
return ShopUtils;
|
|
825
796
|
}(BaseCallClass);
|
|
826
|
-
var ShopConfig = /*#__PURE__*/function (
|
|
827
|
-
_inherits(ShopConfig,
|
|
797
|
+
var ShopConfig = /*#__PURE__*/function (_BaseCallClass7) {
|
|
798
|
+
_inherits(ShopConfig, _BaseCallClass7);
|
|
828
799
|
|
|
829
|
-
var
|
|
800
|
+
var _super7 = _createSuper(ShopConfig);
|
|
830
801
|
|
|
831
802
|
function ShopConfig() {
|
|
832
|
-
var
|
|
803
|
+
var _this7;
|
|
833
804
|
|
|
834
805
|
_classCallCheck(this, ShopConfig);
|
|
835
806
|
|
|
836
|
-
for (var
|
|
837
|
-
args[
|
|
807
|
+
for (var _len6 = arguments.length, args = new Array(_len6), _key6 = 0; _key6 < _len6; _key6++) {
|
|
808
|
+
args[_key6] = arguments[_key6];
|
|
838
809
|
}
|
|
839
810
|
|
|
840
|
-
|
|
811
|
+
_this7 = _super7.call.apply(_super7, [this].concat(args));
|
|
841
812
|
|
|
842
|
-
_defineProperty(_assertThisInitialized(
|
|
813
|
+
_defineProperty(_assertThisInitialized(_this7), "serviceName", 'config');
|
|
843
814
|
|
|
844
|
-
_defineProperty(_assertThisInitialized(
|
|
815
|
+
_defineProperty(_assertThisInitialized(_this7), "accessMode", void 0);
|
|
845
816
|
|
|
846
|
-
_defineProperty(_assertThisInitialized(
|
|
817
|
+
_defineProperty(_assertThisInitialized(_this7), "isB2CRegistrationEnabled", void 0);
|
|
847
818
|
|
|
848
|
-
_defineProperty(_assertThisInitialized(
|
|
819
|
+
_defineProperty(_assertThisInitialized(_this7), "isCatalogOpened", void 0);
|
|
849
820
|
|
|
850
|
-
_defineProperty(_assertThisInitialized(
|
|
821
|
+
_defineProperty(_assertThisInitialized(_this7), "isGrossSelected", void 0);
|
|
851
822
|
|
|
852
|
-
_defineProperty(_assertThisInitialized(
|
|
823
|
+
_defineProperty(_assertThisInitialized(_this7), "isPlatformClosed", void 0);
|
|
853
824
|
|
|
854
|
-
_defineProperty(_assertThisInitialized(
|
|
825
|
+
_defineProperty(_assertThisInitialized(_this7), "isPlatformOpened", void 0);
|
|
855
826
|
|
|
856
|
-
_defineProperty(_assertThisInitialized(
|
|
827
|
+
_defineProperty(_assertThisInitialized(_this7), "isPurchaseEnabled", void 0);
|
|
857
828
|
|
|
858
|
-
_defineProperty(_assertThisInitialized(
|
|
829
|
+
_defineProperty(_assertThisInitialized(_this7), "isRegistrationEnabled", void 0);
|
|
859
830
|
|
|
860
|
-
_defineProperty(_assertThisInitialized(
|
|
831
|
+
_defineProperty(_assertThisInitialized(_this7), "currency", void 0);
|
|
861
832
|
|
|
862
|
-
return
|
|
833
|
+
return _this7;
|
|
863
834
|
}
|
|
864
835
|
|
|
865
836
|
return _createClass(ShopConfig);
|
|
@@ -1046,11 +1017,15 @@
|
|
|
1046
1017
|
method: fun,
|
|
1047
1018
|
payload: payload
|
|
1048
1019
|
});
|
|
1049
|
-
return new Promise(function (resolve) {
|
|
1020
|
+
return new Promise(function (resolve, reject) {
|
|
1050
1021
|
var onChannelMessage = function onChannelMessage(response) {
|
|
1051
1022
|
if (response.callId === callId) {
|
|
1052
1023
|
_this4.channel.unsubscribe(main.Message.METHOD_RESULT, onChannelMessage);
|
|
1053
1024
|
|
|
1025
|
+
if (response.isException) {
|
|
1026
|
+
return reject(response.result);
|
|
1027
|
+
}
|
|
1028
|
+
|
|
1054
1029
|
return resolve(response.result);
|
|
1055
1030
|
}
|
|
1056
1031
|
};
|
|
@@ -1117,15 +1092,13 @@
|
|
|
1117
1092
|
hash: '',
|
|
1118
1093
|
query: {}
|
|
1119
1094
|
},
|
|
1120
|
-
orderpath: new BackofficeOrderpath(_this5.callFunction.bind(_assertThisInitialized(_this5))),
|
|
1121
1095
|
catalog: new BackofficeCatalog(_this5.callFunction.bind(_assertThisInitialized(_this5))),
|
|
1122
1096
|
user: new BackofficeUser(_this5.callFunction.bind(_assertThisInitialized(_this5))),
|
|
1123
1097
|
tenant: new BackofficeTenant(_this5.callFunction.bind(_assertThisInitialized(_this5))),
|
|
1124
1098
|
layout: new BackofficeLayout(_this5.callFunction.bind(_assertThisInitialized(_this5))),
|
|
1125
1099
|
authorization: new BackofficeAuthorization(_this5.callFunction.bind(_assertThisInitialized(_this5))),
|
|
1126
1100
|
customer: new BackofficeCustomer(_this5.callFunction.bind(_assertThisInitialized(_this5))),
|
|
1127
|
-
plugin: new BackofficePlugin(_this5.callFunction.bind(_assertThisInitialized(_this5)))
|
|
1128
|
-
addToCartContext: new BackofficeAddToCartContext(_this5.callFunction.bind(_assertThisInitialized(_this5)))
|
|
1101
|
+
plugin: new BackofficePlugin(_this5.callFunction.bind(_assertThisInitialized(_this5)))
|
|
1129
1102
|
});
|
|
1130
1103
|
|
|
1131
1104
|
return _this5;
|
|
@@ -1159,7 +1132,8 @@
|
|
|
1159
1132
|
catalog: new ShopCatalog(_this6.callFunction.bind(_assertThisInitialized(_this6))),
|
|
1160
1133
|
account: new ShopAccount(_this6.callFunction.bind(_assertThisInitialized(_this6))),
|
|
1161
1134
|
utils: new ShopUtils(_this6.callFunction.bind(_assertThisInitialized(_this6))),
|
|
1162
|
-
config: new ShopConfig(_this6.callFunction.bind(_assertThisInitialized(_this6)))
|
|
1135
|
+
config: new ShopConfig(_this6.callFunction.bind(_assertThisInitialized(_this6))),
|
|
1136
|
+
wishlist: new ShopWishlist(_this6.callFunction.bind(_assertThisInitialized(_this6)))
|
|
1163
1137
|
});
|
|
1164
1138
|
|
|
1165
1139
|
return _this6;
|