ordering-ui-external 10.9.1 → 10.9.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.
|
@@ -23,8 +23,8 @@ var _OrderTypeSelectorHeader = require("../OrderTypeSelectorHeader");
|
|
|
23
23
|
var _CartContent = require("../CartContent");
|
|
24
24
|
var _Modal = require("../Modal");
|
|
25
25
|
var _MomentContent = require("../MomentContent");
|
|
26
|
-
var _AddressList = require("
|
|
27
|
-
var _AddressForm = require("
|
|
26
|
+
var _AddressList = require("../AddressList");
|
|
27
|
+
var _AddressForm = require("../AddressForm");
|
|
28
28
|
var _HeaderOption = require("../HeaderOption");
|
|
29
29
|
var _SidebarMenu = require("../SidebarMenu");
|
|
30
30
|
var _UserDetails = require("../UserDetails");
|
|
@@ -45,8 +45,7 @@ function _nonIterableRest() { throw new TypeError("Invalid attempt to destructur
|
|
|
45
45
|
function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
|
|
46
46
|
function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; return arr2; }
|
|
47
47
|
function _iterableToArrayLimit(r, l) { var t = null == r ? null : "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"]; if (null != t) { var e, n, i, u, a = [], f = !0, o = !1; try { if (i = (t = t.call(r)).next, 0 === l) { if (Object(t) !== t) return; f = !1; } else for (; !(f = (e = i.call(t)).done) && (a.push(e.value), a.length !== l); f = !0); } catch (r) { o = !0, n = r; } finally { try { if (!f && null != t.return && (u = t.return(), Object(u) !== u)) return; } finally { if (o) throw n; } } return a; } }
|
|
48
|
-
function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
|
|
49
|
-
// import { AddressForm } from '../AddressForm'
|
|
48
|
+
function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
|
|
50
49
|
var Header = function Header(props) {
|
|
51
50
|
var _configState$configs, _configState$configs2, _orderState$options, _theme$images, _theme$images2, _theme$images3, _orderState$options3, _configState$configs3, _configState$configs4, _configState$configs5, _orderState$options4, _orderState$options5, _configState$configs6, _theme$defaultLanguag2, _theme$defaultLanguag3, _orderState$options6, _configState$configs7, _orderState$options7, _configState$configs8, _configState$configs9, _orderState$options8, _configState$configs10, _orderState$options9, _configState$configs11, _configState$configs12, _orderState$options10, _customerState$user, _customerState$user2, _theme$defaultLanguag4, _theme$defaultLanguag5;
|
|
52
51
|
var isHome = props.isHome,
|
package/package.json
CHANGED
|
@@ -34,10 +34,8 @@ import { OrderTypeSelectorHeader } from '../OrderTypeSelectorHeader'
|
|
|
34
34
|
import { CartContent } from '../CartContent'
|
|
35
35
|
import { Modal } from '../Modal'
|
|
36
36
|
import { MomentContent } from '../MomentContent'
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
import { AddressList } from '../../../../five/src/components/AddressList'
|
|
40
|
-
import { AddressForm } from '../../../../five/src/components/AddressForm'
|
|
37
|
+
import { AddressList } from '../AddressList'
|
|
38
|
+
import { AddressForm } from '../AddressForm'
|
|
41
39
|
import { HeaderOption } from '../HeaderOption'
|
|
42
40
|
import { SidebarMenu } from '../SidebarMenu'
|
|
43
41
|
import { UserDetails } from '../UserDetails'
|