ordering-ui-external 1.1.1 → 1.1.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/_modules/index.js CHANGED
@@ -693,24 +693,102 @@ Object.defineProperty(exports, "capitalize", {
693
693
  return _utils.capitalize;
694
694
  }
695
695
  });
696
+ Object.defineProperty(exports, "checkSiteUrl", {
697
+ enumerable: true,
698
+ get: function get() {
699
+ return _utils.checkSiteUrl;
700
+ }
701
+ });
696
702
  Object.defineProperty(exports, "convertHoursToMinutes", {
697
703
  enumerable: true,
698
704
  get: function get() {
699
705
  return _utils.convertHoursToMinutes;
700
706
  }
701
707
  });
708
+ Object.defineProperty(exports, "convertToRadian", {
709
+ enumerable: true,
710
+ get: function get() {
711
+ return _utils.convertToRadian;
712
+ }
713
+ });
714
+ Object.defineProperty(exports, "fieldsToSort", {
715
+ enumerable: true,
716
+ get: function get() {
717
+ return _utils.fieldsToSort;
718
+ }
719
+ });
720
+ Object.defineProperty(exports, "flatArray", {
721
+ enumerable: true,
722
+ get: function get() {
723
+ return _utils.flatArray;
724
+ }
725
+ });
702
726
  Object.defineProperty(exports, "formatSeconds", {
703
727
  enumerable: true,
704
728
  get: function get() {
705
729
  return _utils.formatSeconds;
706
730
  }
707
731
  });
732
+ Object.defineProperty(exports, "formatUrlVideo", {
733
+ enumerable: true,
734
+ get: function get() {
735
+ return _utils.formatUrlVideo;
736
+ }
737
+ });
738
+ Object.defineProperty(exports, "getDistance", {
739
+ enumerable: true,
740
+ get: function get() {
741
+ return _utils.getDistance;
742
+ }
743
+ });
744
+ Object.defineProperty(exports, "getGoogleMapImage", {
745
+ enumerable: true,
746
+ get: function get() {
747
+ return _utils.getGoogleMapImage;
748
+ }
749
+ });
750
+ Object.defineProperty(exports, "getHourMin", {
751
+ enumerable: true,
752
+ get: function get() {
753
+ return _utils.getHourMin;
754
+ }
755
+ });
756
+ Object.defineProperty(exports, "getIconCard", {
757
+ enumerable: true,
758
+ get: function get() {
759
+ return _utils.getIconCard;
760
+ }
761
+ });
762
+ Object.defineProperty(exports, "getTraduction", {
763
+ enumerable: true,
764
+ get: function get() {
765
+ return _utils.getTraduction;
766
+ }
767
+ });
768
+ Object.defineProperty(exports, "priceList", {
769
+ enumerable: true,
770
+ get: function get() {
771
+ return _utils.priceList;
772
+ }
773
+ });
774
+ Object.defineProperty(exports, "reviewCommentList", {
775
+ enumerable: true,
776
+ get: function get() {
777
+ return _utils.reviewCommentList;
778
+ }
779
+ });
708
780
  Object.defineProperty(exports, "scrollTo", {
709
781
  enumerable: true,
710
782
  get: function get() {
711
783
  return _utils.scrollTo;
712
784
  }
713
785
  });
786
+ Object.defineProperty(exports, "shape", {
787
+ enumerable: true,
788
+ get: function get() {
789
+ return _utils.shape;
790
+ }
791
+ });
714
792
  Object.defineProperty(exports, "sortInputFields", {
715
793
  enumerable: true,
716
794
  get: function get() {
package/package.json CHANGED
@@ -1,22 +1,22 @@
1
1
  {
2
2
  "name": "ordering-ui-external",
3
- "version": "1.1.1",
3
+ "version": "1.1.2",
4
4
  "description": "Ordering UI Components",
5
- "main": "./src/index.js",
5
+ "main": "./_modules/index.js",
6
6
  "exports": {
7
- ".": "./src/index.js",
8
- "./theme_two": "./src/themes/two/index.js",
9
- "./theme_three": "./src/themes/three/index.js",
10
- "./theme_four": "./src/themes/four/index.js",
11
- "./theme_five": "./src/themes/five/index.js",
12
- "./theme_six": "./src/themes/six/index.js",
13
- "./theme_seven": "./src/themes/seven/index.js",
14
- "./theme_eight": "./src/themes/eight/index.js",
15
- "./theme_wow": "./src/themes/wow/index.js",
16
- "./theme_pwa": "./src/themes/pwa/index.js",
17
- "./order_and_pay": "./src/themes/orderAndPay/index.js",
18
- "./theme_franchise": "./src/themes/franchise/index.js",
19
- "./callcenter_original": "./src/themes/callcenterOriginal/index.js"
7
+ ".": "./_modules/index.js",
8
+ "./theme_two": "./_modules/themes/two/index.js",
9
+ "./theme_three": "./_modules/themes/three/index.js",
10
+ "./theme_four": "./_modules/themes/four/index.js",
11
+ "./theme_five": "./_modules/themes/five/index.js",
12
+ "./theme_six": "./_modules/themes/six/index.js",
13
+ "./theme_seven": "./_modules/themes/seven/index.js",
14
+ "./theme_eight": "./_modules/themes/eight/index.js",
15
+ "./theme_wow": "./_modules/themes/wow/index.js",
16
+ "./theme_pwa": "./_modules/themes/pwa/index.js",
17
+ "./order_and_pay": "./_modules/themes/orderAndPay/index.js",
18
+ "./theme_franchise": "./_modules/themes/franchise/index.js",
19
+ "./callcenter_original": "./_modules/themes/callcenterOriginal/index.js"
20
20
  },
21
21
  "scripts": {
22
22
  "clean": "shx rm -rf _bundles _modules",