@shopify/app-bridge-react 2.0.26 → 2.0.27

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/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [2.0.27](https://github.com/Shopify/app-bridge/compare/v2.0.26...v2.0.27) (2022-05-12)
7
+
8
+ **Note:** Version bump only for package @shopify/app-bridge-react
9
+
10
+
11
+
12
+
13
+
6
14
  ## [2.0.26](https://github.com/Shopify/app-bridge/compare/v2.0.25...v2.0.26) (2022-04-28)
7
15
 
8
16
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shopify/app-bridge-react",
3
- "version": "2.0.26",
3
+ "version": "2.0.27",
4
4
  "types": "index.d.ts",
5
5
  "main": "index.js",
6
6
  "unpkg": "umd/index.js",
@@ -45,7 +45,7 @@
45
45
  }
46
46
  ],
47
47
  "dependencies": {
48
- "@shopify/app-bridge": "^2.0.26"
48
+ "@shopify/app-bridge": "^2.0.27"
49
49
  },
50
50
  "devDependencies": {
51
51
  "@types/react": "^17.0.38",
@@ -55,5 +55,5 @@
55
55
  "peerDependencies": {
56
56
  "react": "^16.0.0 || ^17.0.0"
57
57
  },
58
- "gitHead": "7ce36b7e06b45e70db3b2d360de19ec49d65f115"
58
+ "gitHead": "501905d48e16d7785e33b5bf12618b990b1cdabf"
59
59
  }
package/umd/index.js CHANGED
@@ -11,4 +11,4 @@
11
11
  object-assign
12
12
  (c) Sindre Sorhus
13
13
  @license MIT
14
- */var r=Object.getOwnPropertySymbols,o=Object.prototype.hasOwnProperty,i=Object.prototype.propertyIsEnumerable;function u(t){if(null==t)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(t)}t.exports=function(){try{if(!Object.assign)return!1;var t=new String("abc");if(t[5]="de","5"===Object.getOwnPropertyNames(t)[0])return!1;for(var e={},n=0;n<10;n++)e["_"+String.fromCharCode(n)]=n;if("0123456789"!==Object.getOwnPropertyNames(e).map((function(t){return e[t]})).join(""))return!1;var r={};return"abcdefghijklmnopqrst".split("").forEach((function(t){r[t]=t})),"abcdefghijklmnopqrst"===Object.keys(Object.assign({},r)).join("")}catch(t){return!1}}()?Object.assign:function(t,e){for(var n,a,s=u(t),c=1;c<arguments.length;c++){for(var p in n=Object(arguments[c]))o.call(n,p)&&(s[p]=n[p]);if(r){a=r(n);for(var l=0;l<a.length;l++)i.call(n,a[l])&&(s[a[l]]=n[a[l]])}}return s}},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.respond=e.request=e.Action=void 0;var r,o=n(0),i=n(1);!function(t){t.REQUEST="APP::AUTH_CODE::REQUEST",t.RESPOND="APP::AUTH_CODE::RESPOND"}(r=e.Action||(e.Action={})),e.request=function(t){return o.actionWrapper({group:i.Group.AuthCode,type:r.REQUEST,payload:{id:t}})},e.respond=function(t){return o.actionWrapper({payload:t,group:i.Group.AuthCode,type:r.RESPOND})}},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=function t(e,n){if(null==n)return n;if(void 0===e||!Object.prototype.isPrototypeOf.call(Object.getPrototypeOf(e),n)||"Object"!==n.constructor.name&&"Array"!==n.constructor.name)return n;var r={};return Object.keys(n).forEach((function(o){Object.prototype.hasOwnProperty.call(e,o)?"object"!=typeof e[o]||Array.isArray(e[o])?r[o]=n[o]:r[o]=t(e[o],n[o]):r[o]=n[o]})),Object.keys(e).forEach((function(t){Object.prototype.hasOwnProperty.call(n,t)||(r[t]=e[t])})),Object.setPrototypeOf(r,Object.getPrototypeOf(e)),r}},function(t){t.exports=JSON.parse('{"name":"@shopify/app-bridge","version":"2.0.26","types":"index.d.ts","main":"index.js","unpkg":"umd/index.js","jsdelivr":"umd/index.js","files":["/actions/","/client/","/umd/","/util/","/validate/","/development.d.ts","/development.js","/index.d.ts","/index.js","/MessageTransport.d.ts","/MessageTransport.js","/production.d.ts","/production.js"],"private":false,"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"repository":"git@github.com:Shopify/app-bridge.git","homepage":"https://shopify.dev/tools/app-bridge","author":"Shopify Inc.","license":"MIT","scripts":{"build":"yarn build:tsc && yarn build:npm && yarn build:umd","build:tsc":"NODE_ENV=production tsc","build:umd":"NODE_ENV=production webpack -p","build:npm":"shx cp -r ./npm/index.js ./index.js","check":"tsc","clean":"cat package.json | node -pe \\"JSON.parse(require(\'fs\').readFileSync(\'/dev/stdin\').toString()).files.map(f => \'./\'+f).join(\' \')\\" | xargs rm -rf","pack":"yarn pack","size":"size-limit"},"sideEffects":false,"size-limit":[{"limit":"17 KB","path":"production.js"}],"dependencies":{"base64url":"^3.0.1"},"devDependencies":{"@types/node":"^10.12.5","shx":"^0.3.3"}}')},function(t,e,n){"use strict";function r(t){return Array.from(t).map((function(t){return("00"+t.toString(16)).slice(-2)})).join("")}function o(t){if("function"==typeof Uint8Array&&"object"==typeof window&&window.crypto){var e=new Uint8Array(t),n=window.crypto.getRandomValues(e);if(n)return n}return Array.from(new Array(t),(function(){return 255*Math.random()|0}))}function i(){var t=o(1),e=o(2);return t[0]&=191,e[0]&=79,[r(o(4)),"-",r(o(2)),"-",r(e),"-",r(t),r(o(1)),"-",r(o(6))].join("")}Object.defineProperty(e,"__esModule",{value:!0}),e.generateUuid=void 0,e.generateUuid=i,e.default=i},function(t,e,n){"use strict";var r,o=this&&this.__extends||(r=function(t,e){return(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n])})(t,e)},function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");function n(){this.constructor=t}r(t,e),t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)}),i=this&&this.__assign||function(){return(i=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++)for(var o in e=arguments[n])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t}).apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.create=e.Cart=e.setLineItemProperties=e.removeLineItemDiscount=e.setLineItemDiscount=e.removeLineItem=e.updateLineItem=e.addLineItem=e.removeProperties=e.setProperties=e.setDiscount=e.updateCustomerAddress=e.addCustomerAddress=e.setCustomer=e.update=e.fetch=e.Action=void 0;var u,a=n(0),s=n(2),c=n(1);function p(t,e){return void 0===e&&(e={}),a.actionWrapper({group:c.Group.Cart,type:t,payload:e})}!function(t){t.FETCH="APP::CART::FETCH",t.UPDATE="APP::CART::UPDATE",t.SET_CUSTOMER="APP::CART::SET_CUSTOMER",t.REMOVE_CUSTOMER="APP::CART::REMOVE_CUSTOMER",t.ADD_CUSTOMER_ADDRESS="APP::CART::ADD_CUSTOMER_ADDRESS",t.UPDATE_CUSTOMER_ADDRESS="APP::CART::UPDATE_CUSTOMER_ADDRESS",t.SET_DISCOUNT="APP::CART::SET_DISCOUNT",t.REMOVE_DISCOUNT="APP::CART::REMOVE_DISCOUNT",t.SET_PROPERTIES="APP::CART::SET_PROPERTIES",t.REMOVE_PROPERTIES="APP::CART::REMOVE_PROPERTIES",t.CLEAR="APP::CART::CLEAR",t.ADD_LINE_ITEM="APP::CART::ADD_LINE_ITEM",t.UPDATE_LINE_ITEM="APP::CART::UPDATE_LINE_ITEM",t.REMOVE_LINE_ITEM="APP::CART::REMOVE_LINE_ITEM",t.SET_LINE_ITEM_DISCOUNT="APP::CART::SET_LINE_ITEM_DISCOUNT",t.REMOVE_LINE_ITEM_DISCOUNT="APP::CART::REMOVE_LINE_ITEM_DISCOUNT",t.SET_LINE_ITEM_PROPERTIES="APP::CART::SET_LINE_ITEM_PROPERTIES",t.REMOVE_LINE_ITEM_PROPERTIES="APP::CART::REMOVE_LINE_ITEM_PROPERTIES"}(u=e.Action||(e.Action={})),e.fetch=function(){return p(u.FETCH)},e.update=function(t){return p(u.UPDATE,t)},e.setCustomer=function(t){return p(u.SET_CUSTOMER,t)},e.addCustomerAddress=function(t){return p(u.ADD_CUSTOMER_ADDRESS,t)},e.updateCustomerAddress=function(t){return p(u.UPDATE_CUSTOMER_ADDRESS,t)},e.setDiscount=function(t){return p(u.SET_DISCOUNT,t)},e.setProperties=function(t){return p(u.SET_PROPERTIES,t)},e.removeProperties=function(t){return p(u.REMOVE_PROPERTIES,t)},e.addLineItem=function(t){return p(u.ADD_LINE_ITEM,t)},e.updateLineItem=function(t){return p(u.UPDATE_LINE_ITEM,t)},e.removeLineItem=function(t){return p(u.REMOVE_LINE_ITEM,t)},e.setLineItemDiscount=function(t){return p(u.SET_LINE_ITEM_DISCOUNT,t)},e.removeLineItemDiscount=function(t){return p(u.REMOVE_LINE_ITEM_DISCOUNT,t)},e.setLineItemProperties=function(t){return p(u.SET_LINE_ITEM_PROPERTIES,t)};var l=function(t){function e(e,n){return t.call(this,e,c.Group.Cart,c.Group.Cart,n?n.id:void 0)||this}return o(e,t),e.prototype.dispatch=function(t,e){switch(t){case u.FETCH:this.dispatchCartAction(u.FETCH);break;case u.UPDATE:this.dispatchCartAction(u.UPDATE,e);break;case u.SET_CUSTOMER:this.dispatchCartAction(u.SET_CUSTOMER,e);break;case u.REMOVE_CUSTOMER:this.dispatchCartAction(u.REMOVE_CUSTOMER,e);break;case u.ADD_CUSTOMER_ADDRESS:this.dispatchCartAction(u.ADD_CUSTOMER_ADDRESS,e);break;case u.UPDATE_CUSTOMER_ADDRESS:this.dispatchCartAction(u.UPDATE_CUSTOMER_ADDRESS,e);break;case u.SET_DISCOUNT:this.dispatchCartAction(u.SET_DISCOUNT,e);break;case u.REMOVE_DISCOUNT:this.dispatchCartAction(u.REMOVE_DISCOUNT,e);break;case u.SET_PROPERTIES:this.dispatchCartAction(u.SET_PROPERTIES,e);break;case u.REMOVE_PROPERTIES:this.dispatchCartAction(u.REMOVE_PROPERTIES,e);break;case u.CLEAR:this.dispatchCartAction(u.CLEAR,e);break;case u.ADD_LINE_ITEM:this.dispatchCartAction(u.ADD_LINE_ITEM,e);break;case u.UPDATE_LINE_ITEM:this.dispatchCartAction(u.UPDATE_LINE_ITEM,e);break;case u.REMOVE_LINE_ITEM:this.dispatchCartAction(u.REMOVE_LINE_ITEM,e);break;case u.SET_LINE_ITEM_DISCOUNT:this.dispatchCartAction(u.SET_LINE_ITEM_DISCOUNT,e);break;case u.REMOVE_LINE_ITEM_DISCOUNT:this.dispatchCartAction(u.REMOVE_LINE_ITEM_DISCOUNT,e);break;case u.SET_LINE_ITEM_PROPERTIES:this.dispatchCartAction(u.SET_LINE_ITEM_PROPERTIES,e);break;case u.REMOVE_LINE_ITEM_PROPERTIES:this.dispatchCartAction(u.REMOVE_LINE_ITEM_PROPERTIES,e)}return this},e.prototype.dispatchCartAction=function(t,e){this.app.dispatch(p(t,i(i({},e),{id:this.id})))},e}(s.ActionSet);e.Cart=l,e.create=function(t,e){return new l(t,e)}},function(t,e,n){"use strict";var r=this&&this.__createBinding||(Object.create?function(t,e,n,r){void 0===r&&(r=n),Object.defineProperty(t,r,{enumerable:!0,get:function(){return e[n]}})}:function(t,e,n,r){void 0===r&&(r=n),t[r]=e[n]}),o=this&&this.__exportStar||function(t,e){for(var n in t)"default"===n||Object.prototype.hasOwnProperty.call(e,n)||r(e,t,n)};Object.defineProperty(e,"__esModule",{value:!0}),o(n(57),e)},function(t,e,n){"use strict";var r,o=this&&this.__extends||(r=function(t,e){return(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n])})(t,e)},function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");function n(){this.constructor=t}r(t,e),t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)});Object.defineProperty(e,"__esModule",{value:!0}),e.create=e.Flash=e.show=e.clear=void 0;var i=n(12),u=n(12);Object.defineProperty(e,"clear",{enumerable:!0,get:function(){return u.clear}}),Object.defineProperty(e,"show",{enumerable:!0,get:function(){return u.show}});var a=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return o(e,t),e}(i.Toast);e.Flash=a,e.create=function(t,e){return new a(t,e)}},function(t,e,n){"use strict";var r,o=this&&this.__extends||(r=function(t,e){return(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n])})(t,e)},function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");function n(){this.constructor=t}r(t,e),t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)}),i=this&&this.__assign||function(){return(i=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++)for(var o in e=arguments[n])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t}).apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.create=e.Features=void 0;var u=n(0),a=n(2),s=n(1),c=n(16),p=function(t){function e(e,n){return t.call(this,e,s.Group.Features,s.Group.Features,n?n.id:void 0)||this}return o(e,t),e.prototype.dispatch=function(t,e){switch(t){case c.Action.REQUEST:this.dispatchFeaturesAction(c.Action.REQUEST,e)}return this},e.prototype.dispatchFeaturesAction=function(t,e){this.app.dispatch(u.actionWrapper({group:s.Group.Features,type:t,payload:i(i({},e||{}),{id:this.id})}))},e}(a.ActionSet);e.Features=p,e.create=function(t,e){return new p(t,e)}},function(t,e,n){"use strict";var r,o=this&&this.__extends||(r=function(t,e){return(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n])})(t,e)},function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");function n(){this.constructor=t}r(t,e),t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)}),i=this&&this.__assign||function(){return(i=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++)for(var o in e=arguments[n])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t}).apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.create=e.FeedbackModal=e.close=e.open=e.Action=void 0;var u,a=n(0),s=n(2),c=n(1);function p(t){return a.actionWrapper({group:c.Group.FeedbackModal,payload:t,type:u.OPEN})}function l(t){return a.actionWrapper({group:c.Group.FeedbackModal,payload:t,type:u.CLOSE})}!function(t){t.OPEN="APP::FEEDBACK_MODAL::OPEN",t.CLOSE="APP::FEEDBACK_MODAL::CLOSE"}(u=e.Action||(e.Action={})),e.open=p,e.close=l;var f=function(t){function e(e,n){var r=t.call(this,e,c.Group.FeedbackModal,c.Group.FeedbackModal)||this;return r.options=n,r.set(n),r}return o(e,t),Object.defineProperty(e.prototype,"payload",{get:function(){return i({id:this.id},this.options)},enumerable:!1,configurable:!0}),e.prototype.set=function(t){return this.options=a.getMergedProps(this.options,t),this},e.prototype.dispatch=function(t){switch(t){case u.OPEN:var e=p(this.payload);this.app.dispatch(e);break;case u.CLOSE:var n=l(this.payload);this.app.dispatch(n)}return this},e}(s.ActionSet);e.FeedbackModal=f,e.create=function(t,e){return new f(t,e)}},function(t,e,n){"use strict";var r,o=this&&this.__extends||(r=function(t,e){return(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n])})(t,e)},function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");function n(){this.constructor=t}r(t,e),t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)});Object.defineProperty(e,"__esModule",{value:!0}),e.create=e.Fullscreen=e.exit=e.enter=e.Action=void 0;var i,u=n(0),a=n(2),s=n(1);!function(t){t.ENTER="APP::FULLSCREEN::ENTER",t.EXIT="APP::FULLSCREEN::EXIT"}(i=e.Action||(e.Action={})),e.enter=function(){return u.actionWrapper({group:s.Group.Fullscreen,type:i.ENTER})},e.exit=function(){return u.actionWrapper({group:s.Group.Fullscreen,type:i.EXIT})};var c=function(t){function e(e){return t.call(this,e,s.Group.Fullscreen,s.Group.Fullscreen)||this}return o(e,t),Object.defineProperty(e.prototype,"payload",{get:function(){return{id:this.id}},enumerable:!1,configurable:!0}),e.prototype.dispatch=function(t){return this.app.dispatch(u.actionWrapper({group:this.group,type:t,payload:this.payload})),this},e}(a.ActionSet);e.Fullscreen=c,e.create=function(t){return new c(t)}},function(t,e,n){"use strict";var r,o=this&&this.__extends||(r=function(t,e){return(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n])})(t,e)},function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");function n(){this.constructor=t}r(t,e),t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)}),i=this&&this.__assign||function(){return(i=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++)for(var o in e=arguments[n])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t}).apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.create=e.LeaveConfirmation=e.confirm=e.disable=e.enable=e.Action=void 0;var u,a=n(0),s=n(2),c=n(1);function p(t){return void 0===t&&(t={}),a.actionWrapper({group:c.Group.LeaveConfirmation,payload:t,type:u.ENABLE})}function l(t){return void 0===t&&(t={}),a.actionWrapper({group:c.Group.LeaveConfirmation,payload:t,type:u.DISABLE})}function f(t){return void 0===t&&(t={}),a.actionWrapper({group:c.Group.LeaveConfirmation,payload:t,type:u.CONFIRM})}!function(t){t.ENABLE="APP::LEAVE_CONFIRMATION::ENABLE",t.DISABLE="APP::LEAVE_CONFIRMATION::DISABLE",t.CONFIRM="APP::LEAVE_CONFIRMATION::CONFIRM"}(u=e.Action||(e.Action={})),e.enable=p,e.disable=l,e.confirm=f;var d=function(t){function e(e,n){void 0===n&&(n={});var r=t.call(this,e,c.Group.LeaveConfirmation,c.Group.LeaveConfirmation)||this;return r.options=n,r.set(n),r}return o(e,t),Object.defineProperty(e.prototype,"payload",{get:function(){return i({id:this.id},this.options)},enumerable:!1,configurable:!0}),e.prototype.set=function(t){return this.options=a.getMergedProps(this.options,t),this},e.prototype.dispatch=function(t){switch(t){case u.ENABLE:var e=p(this.payload);this.app.dispatch(e);break;case u.DISABLE:var n=l(this.payload);this.app.dispatch(n);break;case u.CONFIRM:var r=f(this.payload);this.app.dispatch(r)}return this},e}(s.ActionSet);e.LeaveConfirmation=d,e.create=function(t,e){return void 0===e&&(e={}),new d(t,e)}},function(t,e,n){"use strict";var r,o=this&&this.__extends||(r=function(t,e){return(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n])})(t,e)},function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");function n(){this.constructor=t}r(t,e),t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)});Object.defineProperty(e,"__esModule",{value:!0}),e.create=e.Loading=e.stop=e.start=e.Action=void 0;var i,u=n(0),a=n(2),s=n(1);function c(t){return u.actionWrapper({payload:t,group:s.Group.Loading,type:i.START})}function p(t){return u.actionWrapper({payload:t,group:s.Group.Loading,type:i.STOP})}!function(t){t.START="APP::LOADING::START",t.STOP="APP::LOADING::STOP"}(i=e.Action||(e.Action={})),e.start=c,e.stop=p;var l=function(t){function e(e){return t.call(this,e,s.Group.Loading,s.Group.Loading)||this}return o(e,t),Object.defineProperty(e.prototype,"payload",{get:function(){return{id:this.id}},enumerable:!1,configurable:!0}),e.prototype.dispatch=function(t){switch(t){case i.START:this.app.dispatch(c(this.payload));break;case i.STOP:this.app.dispatch(p(this.payload))}return this},e}(a.ActionSet);e.Loading=l,e.create=function(t){return new l(t)}},function(t,e,n){"use strict";var r,o=this&&this.__extends||(r=function(t,e){return(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n])})(t,e)},function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");function n(){this.constructor=t}r(t,e),t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)}),i=this&&this.__assign||function(){return(i=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++)for(var o in e=arguments[n])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t}).apply(this,arguments)},u=this&&this.__awaiter||function(t,e,n,r){return new(n||(n=Promise))((function(o,i){function u(t){try{s(r.next(t))}catch(t){i(t)}}function a(t){try{s(r.throw(t))}catch(t){i(t)}}function s(t){var e;t.done?o(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(u,a)}s((r=r.apply(t,e||[])).next())}))},a=this&&this.__generator||function(t,e){var n,r,o,i,u={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:a(0),throw:a(1),return:a(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function a(i){return function(a){return function(i){if(n)throw new TypeError("Generator is already executing.");for(;u;)try{if(n=1,r&&(o=2&i[0]?r.return:i[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,i[1])).done)return o;switch(r=0,o&&(i=[2&i[0],o.value]),i[0]){case 0:case 1:o=i;break;case 4:return u.label++,{value:i[1],done:!1};case 5:u.label++,r=i[1],i=[0];continue;case 7:i=u.ops.pop(),u.trys.pop();continue;default:if(!(o=u.trys,(o=o.length>0&&o[o.length-1])||6!==i[0]&&2!==i[0])){u=0;continue}if(3===i[0]&&(!o||i[1]>o[0]&&i[1]<o[3])){u.label=i[1];break}if(6===i[0]&&u.label<o[1]){u.label=o[1],o=i;break}if(o&&u.label<o[2]){u.label=o[2],u.ops.push(i);break}o[2]&&u.ops.pop(),u.trys.pop();continue}i=e.call(t,u)}catch(t){i=[6,t],r=0}finally{n=o=0}if(5&i[0])throw i[1];return{value:i[0]?i[1]:void 0,done:!0}}([i,a])}}};Object.defineProperty(e,"__esModule",{value:!0}),e.create=e.ModalContent=e.Action=void 0;var s,c=n(0),p=n(2),l=n(1),f=n(17);!function(t){t.LOADING="LOADING",t.LOADED="LOADED"}(s=e.Action||(e.Action={}));var d=function(t){function e(e,n){return t.call(this,e,l.Group.Modal,l.Group.Modal,n?n.id:void 0)||this}return o(e,t),e.prototype.loaded=function(){this.dispatch(s.LOADED)},e.prototype.loading=function(){this.dispatch(s.LOADING)},e.prototype.dispatch=function(t){switch(t){case s.LOADED:this.dispatchModalAction(f.Action.UPDATE_CONTENT,{loading:!1});break;case s.LOADING:this.dispatchModalAction(f.Action.UPDATE_CONTENT,{loading:!0})}return this},e.prototype.dispatchModalAction=function(t,e){return u(this,void 0,void 0,(function(){var n;return a(this,(function(r){return n=c.actionWrapper({type:t,group:l.Group.Modal,payload:i({},e)}),this.app.dispatch(n),[2]}))}))},e}(p.ActionSet);e.ModalContent=d,e.create=function(t,e){return new d(t,e)}},function(t,e,n){"use strict";var r,o=this&&this.__extends||(r=function(t,e){return(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n])})(t,e)},function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");function n(){this.constructor=t}r(t,e),t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)}),i=this&&this.__assign||function(){return(i=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++)for(var o in e=arguments[n])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t}).apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.create=e.History=e.replace=e.push=e.Action=void 0;var u,a=n(0),s=n(2),c=n(1);function p(t){return a.actionWrapper({payload:t,group:c.Group.Navigation,type:u.PUSH})}function l(t){return a.actionWrapper({payload:t,group:c.Group.Navigation,type:u.REPLACE})}!function(t){t.PUSH="APP::NAVIGATION::HISTORY::PUSH",t.REPLACE="APP::NAVIGATION::HISTORY::REPLACE"}(u=e.Action||(e.Action={})),e.push=p,e.replace=l;var f=function(t){function e(e){return t.call(this,e,"History",c.Group.Navigation)||this}return o(e,t),Object.defineProperty(e.prototype,"payload",{get:function(){return{id:this.id}},enumerable:!1,configurable:!0}),e.prototype.dispatch=function(t,e){var n=i(i({},this.payload),{path:e});switch(t){case u.PUSH:this.app.dispatch(p(n));break;case u.REPLACE:this.app.dispatch(l(n))}return this},e}(s.ActionSet);e.History=f,e.create=function(t){return new f(t)}},function(t,e,n){"use strict";var r,o=this&&this.__extends||(r=function(t,e){return(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n])})(t,e)},function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");function n(){this.constructor=t}r(t,e),t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)});Object.defineProperty(e,"__esModule",{value:!0}),e.capture=e.openCamera=e.create=e.Scanner=e.Action=void 0;var i,u=n(0),a=n(2),s=n(1);!function(t){t.OPEN_CAMERA="APP::SCANNER::OPEN::CAMERA",t.CAPTURE="APP::SCANNER::CAPTURE"}(i=e.Action||(e.Action={}));var c=function(t){function e(e,n){return t.call(this,e,s.Group.Scanner,s.Group.Scanner,n?n.id:void 0)||this}return o(e,t),e.prototype.dispatch=function(t){switch(t){case i.OPEN_CAMERA:this.dispatchScannerAction(i.OPEN_CAMERA)}return this},e.prototype.dispatchScannerAction=function(t){this.app.dispatch(u.actionWrapper({type:t,group:s.Group.Scanner,payload:{id:this.id}}))},e}(a.ActionSet);e.Scanner=c,e.create=function(t,e){return new c(t,e)},e.openCamera=function(){return u.actionWrapper({group:s.Group.Scanner,type:i.OPEN_CAMERA})},e.capture=function(t){return u.actionWrapper({group:s.Group.Scanner,type:i.CAPTURE,payload:t})}},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.respond=e.request=e.Action=void 0;var r,o=n(0),i=n(1);!function(t){t.REQUEST="APP::SESSION_TOKEN::REQUEST",t.RESPOND="APP::SESSION_TOKEN::RESPOND"}(r=e.Action||(e.Action={})),e.request=function(){return o.actionWrapper({group:i.Group.SessionToken,type:r.REQUEST})},e.respond=function(t){return o.actionWrapper({payload:t,group:i.Group.SessionToken,type:r.RESPOND})}},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.getGroupedButton=void 0;var r=n(10);e.getGroupedButton=function(t,e,n,o){t.addChild(e,t.group,n);var i=e.id,u=e.label,a=e.disabled,s=e.buttons,c=e.plain;return t.subscribeToChild(e,r.Action.UPDATE,o),{id:i,label:u,buttons:s,disabled:a,plain:c}}},function(t,e,n){"use strict";var r,o=this&&this.__extends||(r=function(t,e){return(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n])})(t,e)},function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");function n(){this.constructor=t}r(t,e),t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)}),i=this&&this.__assign||function(){return(i=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++)for(var o in e=arguments[n])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t}).apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.close=e.show=e.create=e.Share=e.Action=void 0;var u,a=n(1),s=n(0),c=n(2);!function(t){t.SHOW="APP::SHARE::SHOW",t.CLOSE="APP::SHARE::CLOSE"}(u=e.Action||(e.Action={}));var p=function(t){function e(e){return t.call(this,e,a.Group.Share,a.Group.Share)||this}return o(e,t),e.prototype.dispatch=function(t,e){switch(t){case u.SHOW:this.dispatchShareAction(u.SHOW,e);break;default:throw new Error("Action: "+t+" not supported")}return this},e.prototype.dispatchShareAction=function(t,e){this.app.dispatch(s.actionWrapper({type:t,group:a.Group.Share,payload:i({id:this.id},e)}))},e}(c.ActionSet);e.Share=p,e.create=function(t){return new p(t)},e.show=function(){return s.actionWrapper({group:a.Group.Share,type:u.SHOW})},e.close=function(){return s.actionWrapper({group:a.Group.Share,type:u.CLOSE})}},function(t,e,n){"use strict";var r,o=this&&this.__extends||(r=function(t,e){return(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n])})(t,e)},function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");function n(){this.constructor=t}r(t,e),t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)}),i=this&&this.__assign||function(){return(i=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++)for(var o in e=arguments[n])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t}).apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.create=e.ChannelMenu=e.update=e.Action=void 0;var u,a=n(14),s=n(0),c=n(2),p=n(1),l=["Channel_Menu"];function f(t){return s.actionWrapper({payload:t,group:p.Group.Menu,type:u.UPDATE})}!function(t){t.UPDATE="APP::MENU::CHANNEL_MENU::UPDATE",t.LINK_UPDATE="APP::MENU::CHANNEL_MENU::LINK::UPDATE"}(u=e.Action||(e.Action={})),e.update=f;var d=function(t){function e(e,n){var r=t.call(this,e,"Channel_Menu",p.Group.Menu)||this;return r.items=[],r.set(n),r}return o(e,t),Object.defineProperty(e.prototype,"options",{get:function(){return{items:this.itemsOptions,active:this.activeOptions}},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"payload",{get:function(){return i(i({},this.options),{active:this.active,items:this.items,id:this.id})},enumerable:!1,configurable:!0}),e.prototype.set=function(t,e){void 0===e&&(e=!0);var n=s.getMergedProps(this.options,t),r=n.items,o=n.active;return this.setItems(r),this.activeOptions=o,this.active=o&&o.id,e&&this.dispatch(u.UPDATE),this},e.prototype.dispatch=function(t){switch(t){case u.UPDATE:this.app.dispatch(f(this.payload))}return this},e.prototype.updateItem=function(t){if(this.items){var e=this.items.find((function(e){return e.id===t.id}));e&&s.updateActionFromPayload(e,t)&&this.dispatch(u.UPDATE)}},e.prototype.setItems=function(t){var e=this,n=t||[],r=this.itemsOptions||[];this.itemsOptions=this.getUpdatedChildActions(n,r),this.items=this.itemsOptions?this.itemsOptions.map((function(t){return e.addChild(t,e.group,l),e.subscribeToChild(t,a.Action.UPDATE,e.updateItem),t.payload})):[]},e}(c.ActionSetWithChildren);e.ChannelMenu=d,e.create=function(t,e){return new d(t,e)}},function(t,e,n){"use strict";var r,o=this&&this.__extends||(r=function(t,e){return(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n])})(t,e)},function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");function n(){this.constructor=t}r(t,e),t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)});Object.defineProperty(e,"__esModule",{value:!0}),e.create=e.Pos=e.close=e.Action=void 0;var i,u=n(0),a=n(2),s=n(1);function c(){return u.actionWrapper({group:s.Group.Pos,type:i.CLOSE})}!function(t){t.CLOSE="APP::POS::CLOSE",t.LOCATION_UPDATE="APP::POS::LOCATION::UPDATE",t.USER_UPDATE="APP::POS::USER::UPDATE",t.DEVICE_UPDATE="APP::POS::DEVICE::UPDATE"}(i=e.Action||(e.Action={})),e.close=c;var p=function(t){function e(e){return t.call(this,e,s.Group.Pos,s.Group.Pos)||this}return o(e,t),e.prototype.dispatch=function(t){switch(t){case i.CLOSE:this.app.dispatch(c())}return this},e}(a.ActionSet);e.Pos=p,e.create=function(t){return new p(t)}},function(t,e,n){"use strict";var r,o=this&&this.__extends||(r=function(t,e){return(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n])})(t,e)},function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");function n(){this.constructor=t}r(t,e),t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)}),i=this&&this.__assign||function(){return(i=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++)for(var o in e=arguments[n])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t}).apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.create=e.MarketingExternalActivityTopBar=e.update=e.clickActionButton=e.MarketingActivityStatusBadgeType=e.Action=void 0;var u,a=n(7),s=n(11),c=n(0),p=n(2),l=n(1);!function(t){t.UPDATE="APP::MARKETING_EXTERNAL_ACTIVITY_TOP_BAR::UPDATE",t.BUTTON_CLICK="APP::MARKETING_EXTERNAL_ACTIVITY_TOP_BAR::BUTTONS::BUTTON::CLICK",t.BUTTON_UPDATE="APP::MARKETING_EXTERNAL_ACTIVITY_TOP_BAR::BUTTONS::BUTTON::UPDATE"}(u=e.Action||(e.Action={})),function(t){t.Default="DEFAULT",t.Success="SUCCESS",t.Attention="ATTENTION",t.Warning="WARNING",t.Info="INFO"}(e.MarketingActivityStatusBadgeType||(e.MarketingActivityStatusBadgeType={}));var f={group:l.Group.MarketingExternalActivityTopBar,subgroups:["Buttons"]};function d(t){return c.actionWrapper({payload:t,group:l.Group.MarketingExternalActivityTopBar,type:u.UPDATE})}e.clickActionButton=function(t,e){var n=l.ComponentType.Button,r=i({id:t,type:n},f);return a.clickButton(l.Group.MarketingExternalActivityTopBar,r,e)},e.update=d;var h=function(t){function e(e,n){var r=t.call(this,e,l.Group.MarketingExternalActivityTopBar,l.Group.MarketingExternalActivityTopBar)||this;return r.set(n),r}return o(e,t),Object.defineProperty(e.prototype,"buttons",{get:function(){if(this.primary||this.secondary)return{primary:this.primary,secondary:this.secondary}},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"buttonsOptions",{get:function(){if(this.primaryOptions||this.secondaryOptions)return{primary:this.primaryOptions,secondary:this.secondaryOptions}},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"options",{get:function(){return{title:this.title,status:this.status,saving:this.saving,saved:this.saved,buttons:this.buttonsOptions}},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"payload",{get:function(){return i(i({},this.options),{buttons:this.buttons,id:this.id})},enumerable:!1,configurable:!0}),e.prototype.set=function(t,e){void 0===e&&(e=!0);var n=c.getMergedProps(this.options,t),r=n.title,o=n.buttons,i=n.saved,a=n.saving,s=n.status;return this.title=r,this.saving=a,this.saved=i,this.status=s,this.setPrimaryButton(o?o.primary:void 0),this.setSecondaryButtons(o?o.secondary:void 0),e&&this.dispatch(u.UPDATE),this},e.prototype.dispatch=function(t){switch(t){case u.UPDATE:this.app.dispatch(d(this.payload))}return this},e.prototype.getButton=function(t,e,n){return s.getSingleButton(this,t,e,n)},e.prototype.updatePrimaryButton=function(t){this.primary&&c.updateActionFromPayload(this.primary,t)&&this.dispatch(u.UPDATE)},e.prototype.updateSecondaryButtons=function(t){if(this.secondary){var e=this.secondary.find((function(e){return e.id===t.id}));if(e)c.updateActionFromPayload(e,t)&&this.dispatch(u.UPDATE)}},e.prototype.setPrimaryButton=function(t){this.primaryOptions=this.getChildButton(t,this.primaryOptions),this.primary=this.primaryOptions?this.getButton(this.primaryOptions,f.subgroups,this.updatePrimaryButton):void 0},e.prototype.setSecondaryButtons=function(t){var e=this,n=t||[],r=this.secondaryOptions||[];this.secondaryOptions=this.getUpdatedChildActions(n,r),this.secondary=this.secondaryOptions?this.secondaryOptions.map((function(t){return e.getButton(t,f.subgroups,e.updateSecondaryButtons)})):void 0},e.prototype.updateSaving=function(t){this.saving=t,this.dispatch(u.UPDATE)},e.prototype.updateSaved=function(t){this.saved=t,this.dispatch(u.UPDATE)},e.prototype.updateStatus=function(t){this.status=t,this.dispatch(u.UPDATE)},e.prototype.getChildButton=function(t,e){var n=t?[t]:[],r=e?[e]:[],o=this.getUpdatedChildActions(n,r);return o?o[0]:void 0},e}(p.ActionSetWithChildren);e.MarketingExternalActivityTopBar=h,e.create=function(t,e){return new h(t,e)}},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.fullPageLoad=e.skeletonPageLoad=e.Action=void 0;var r,o=n(1),i=n(0);!function(t){t.SKELETON_PAGE_LOAD="APP::PERFORMANCE::SKELETON_PAGE_LOAD",t.FULL_PAGE_LOAD="APP::PERFORMANCE::FULL_PAGE_LOAD"}(r=e.Action||(e.Action={})),e.skeletonPageLoad=function(){return i.actionWrapper({group:o.Group.Performance,type:r.SKELETON_PAGE_LOAD})},e.fullPageLoad=function(){return i.actionWrapper({group:o.Group.Performance,type:r.FULL_PAGE_LOAD})}},function(t,e,n){"use strict";var r=this&&this.__importDefault||function(t){return t&&t.__esModule?t:{default:t}};Object.defineProperty(e,"__esModule",{value:!0});var o=r(n(74));e.default=o.default},function(t,e,n){"use strict";var r,o=this&&this.__extends||(r=function(t,e){return(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n])})(t,e)},function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");function n(){this.constructor=t}r(t,e),t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)}),i=this&&this.__importDefault||function(t){return t&&t.__esModule?t:{default:t}};Object.defineProperty(e,"__esModule",{value:!0});var u=i(n(3)),a=n(6),s=n(5),c=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return o(e,t),e.prototype.componentDidMount=function(){var t=this.context;this.loading=a.Loading.create(t),null!=this.loading&&this.loading.dispatch(a.Loading.Action.START)},e.prototype.componentWillUnmount=function(){null!=this.loading&&this.loading.dispatch(a.Loading.Action.STOP)},e.prototype.render=function(){return null},e.contextType=s.AppBridgeContext,e}(u.default.Component);e.default=c},function(t,e,n){"use strict";var r=this&&this.__importDefault||function(t){return t&&t.__esModule?t:{default:t}};Object.defineProperty(e,"__esModule",{value:!0}),e.Props=e.ModalContent=void 0;var o=r(n(30)),i=n(76);Object.defineProperty(e,"ModalContent",{enumerable:!0,get:function(){return r(i).default}});var u=n(30);Object.defineProperty(e,"Props",{enumerable:!0,get:function(){return u.Props}}),e.default=o.default},function(t,e,n){"use strict";var r=this&&this.__importDefault||function(t){return t&&t.__esModule?t:{default:t}};Object.defineProperty(e,"__esModule",{value:!0});var o=r(n(77));e.default=o.default},function(t,e,n){"use strict";var r,o=this&&this.__extends||(r=function(t,e){return(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n])})(t,e)},function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");function n(){this.constructor=t}r(t,e),t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)}),i=this&&this.__importDefault||function(t){return t&&t.__esModule?t:{default:t}};Object.defineProperty(e,"__esModule",{value:!0});var u=i(n(3)),a=n(6),s=n(5),c=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return o(e,t),e.prototype.componentDidMount=function(){var t=this.context;this.modalContent=a.ModalContent.create(t),this.syncLoadingStatus()},e.prototype.componentDidUpdate=function(){this.syncLoadingStatus()},e.prototype.syncLoadingStatus=function(){this.modalContent&&(this.props.loading?this.modalContent.loading():this.modalContent.loaded())},e.prototype.render=function(){return null},e.contextType=s.AppBridgeContext,e}(u.default.Component);e.default=c},function(t,e,n){"use strict";var r=this&&this.__importDefault||function(t){return t&&t.__esModule?t:{default:t}};Object.defineProperty(e,"__esModule",{value:!0}),e.Props=void 0;var o=r(n(32)),i=n(32);Object.defineProperty(e,"Props",{enumerable:!0,get:function(){return i.Props}}),e.default=o.default},function(t,e,n){"use strict";var r=this&&this.__importDefault||function(t){return t&&t.__esModule?t:{default:t}};Object.defineProperty(e,"__esModule",{value:!0}),e.Props=void 0;var o=r(n(33)),i=n(33);Object.defineProperty(e,"Props",{enumerable:!0,get:function(){return i.Props}}),e.default=o.default},function(t,e,n){t.exports=n(81)},function(t,e,n){"use strict";var r=this&&this.__createBinding||(Object.create?function(t,e,n,r){void 0===r&&(r=n),Object.defineProperty(t,r,{enumerable:!0,get:function(){return e[n]}})}:function(t,e,n,r){void 0===r&&(r=n),t[r]=e[n]}),o=this&&this.__exportStar||function(t,e){for(var n in t)"default"===n||Object.prototype.hasOwnProperty.call(e,n)||r(e,t,n)};Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var i=n(34);Object.defineProperty(e,"default",{enumerable:!0,get:function(){return i.createApp}}),o(n(18),e),o(n(34),e)},function(t,e){var n,r,o=t.exports={};function i(){throw new Error("setTimeout has not been defined")}function u(){throw new Error("clearTimeout has not been defined")}function a(t){if(n===setTimeout)return setTimeout(t,0);if((n===i||!n)&&setTimeout)return n=setTimeout,setTimeout(t,0);try{return n(t,0)}catch(e){try{return n.call(null,t,0)}catch(e){return n.call(this,t,0)}}}!function(){try{n="function"==typeof setTimeout?setTimeout:i}catch(t){n=i}try{r="function"==typeof clearTimeout?clearTimeout:u}catch(t){r=u}}();var s,c=[],p=!1,l=-1;function f(){p&&s&&(p=!1,s.length?c=s.concat(c):l=-1,c.length&&d())}function d(){if(!p){var t=a(f);p=!0;for(var e=c.length;e;){for(s=c,c=[];++l<e;)s&&s[l].run();l=-1,e=c.length}s=null,p=!1,function(t){if(r===clearTimeout)return clearTimeout(t);if((r===u||!r)&&clearTimeout)return r=clearTimeout,clearTimeout(t);try{r(t)}catch(e){try{return r.call(null,t)}catch(e){return r.call(this,t)}}}(t)}}function h(t,e){this.fun=t,this.array=e}function y(){}o.nextTick=function(t){var e=new Array(arguments.length-1);if(arguments.length>1)for(var n=1;n<arguments.length;n++)e[n-1]=arguments[n];c.push(new h(t,e)),1!==c.length||p||a(d)},h.prototype.run=function(){this.fun.apply(null,this.array)},o.title="browser",o.browser=!0,o.env={},o.argv=[],o.version="",o.versions={},o.on=y,o.addListener=y,o.once=y,o.off=y,o.removeListener=y,o.removeAllListeners=y,o.emit=y,o.prependListener=y,o.prependOnceListener=y,o.listeners=function(t){return[]},o.binding=function(t){throw new Error("process.binding is not supported")},o.cwd=function(){return"/"},o.chdir=function(t){throw new Error("process.chdir is not supported")},o.umask=function(){return 0}},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.serverAppBridge=void 0;var r=n(9),o=function(){};e.serverAppBridge={dispatch:function(){return{}},error:function(){return o},featuresAvailable:function(){return Promise.reject(r.fromAction("Feature detection is only available on the client side.",r.AppActionType.WINDOW_UNDEFINED))},getState:function(){return Promise.reject(r.fromAction("State is only available on the client side.",r.AppActionType.WINDOW_UNDEFINED))},localOrigin:"",hostOrigin:"",subscribe:function(){return o}}},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.handleAppPrint=void 0;var r=n(37);function o(){var t;null===(t=r.getWindow())||void 0===t||t.print()}function i(){var t=function(){var t=r.getWindow();if(t&&t.document&&t.document.body){var e=t.document.createElement("input");return e.style.display="none",t.document.body.appendChild(e),e}}();t&&(t.select(),o(),t.remove())}e.handleAppPrint=function(){navigator.userAgent.indexOf("iOS")>=0?i():o()}},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var r=n(15),o=function(){function t(){this.map={}}return t.prototype.set=function(t,e){Object.prototype.hasOwnProperty.call(this.map,t)||(this.map[t]=[]);var n={handler:e,remove:function(){}},o=r.addAndRemoveFromCollection(this.map[t],n);return n={handler:e,remove:o},o},t.prototype.get=function(t){var e=this.map[t];return e?e.map((function(t){return t.handler})):void 0},t.prototype.run=function(t,e,n){for(var r=[],o=3;o<arguments.length;o++)r[o-3]=arguments[o];var i=0,u=this.get(t)||[];function a(){for(var t=[],r=0;r<arguments.length;r++)t[r]=arguments[r];var o=u[i++];return o?o(a).apply(n,t):e.apply(n,t)}return a.apply(n,r)},t}();e.default=o},function(t,e,n){"use strict";var r,o=this&&this.__extends||(r=function(t,e){return(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n])})(t,e)},function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");function n(){this.constructor=t}r(t,e),t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)}),i=this&&this.__importDefault||function(t){return t&&t.__esModule?t:{default:t}};Object.defineProperty(e,"__esModule",{value:!0});var u=i(n(3)),a=n(5),s=n(19),c=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return o(e,t),e.prototype.componentDidMount=function(){var t=this.props.history;this.unsubscribe=s.handleRouteChange(this.context,t)},e.prototype.componentWillUnmount=function(){this.unsubscribe&&this.unsubscribe()},e.prototype.render=function(){return null},e.contextType=a.AppBridgeContext,e}(u.default.Component);e.default=c},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var r=n(3),o=n(4),i=n(19);e.default=function(t){var e=o.useAppBridge();r.useEffect((function(){return i.handleRouteChange(e,t)}),[e,t])}},function(t,e,n){"use strict";var r,o=this&&this.__extends||(r=function(t,e){return(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n])})(t,e)},function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");function n(){this.constructor=t}r(t,e),t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)}),i=this&&this.__importDefault||function(t){return t&&t.__esModule?t:{default:t}};Object.defineProperty(e,"__esModule",{value:!0});var u=i(n(3)),a=n(5),s=n(20),c=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return o(e,t),e.prototype.componentDidMount=function(){var t=this.props.location;s.updateHistory(this.context,t)},e.prototype.componentDidUpdate=function(t){var e=t.location,n=this.props.location;n!==e&&s.updateHistory(this.context,n)},e.prototype.render=function(){return null},e.contextType=a.AppBridgeContext,e}(u.default.Component);e.default=c},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.getOrigin=e.getTopWindow=e.getSelfWindow=void 0,e.getSelfWindow=function(){return window.self},e.getTopWindow=function(){return window.top},e.getOrigin=function(){return location.origin}},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var r=n(3),o=n(4),i=n(20);e.default=function(t){var e=o.useAppBridge();r.useEffect((function(){i.updateHistory(e,t)}),[e,t])}},function(t){t.exports=JSON.parse('{"name":"@shopify/app-bridge-react","version":"2.0.26","types":"index.d.ts","main":"index.js","unpkg":"umd/index.js","jsdelivr":"umd/index.js","files":["/components/","/umd/","/hooks/","/utilities/","/context.d.ts","/context.js","/index.d.ts","/index.js","/types.d.ts","/types.js","/useAppBridge.d.ts","/useAppBridge.js"],"private":false,"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"repository":"git@github.com:Shopify/app-bridge.git","homepage":"https://shopify.dev/tools/app-bridge/react-components","author":"Shopify Inc.","license":"MIT","scripts":{"build":"yarn build:tsc && yarn build:umd","build:tsc":"NODE_ENV=production tsc","build:umd":"NODE_ENV=production webpack -p","check":"tsc","clean":"cat package.json | node -pe \\"JSON.parse(require(\'fs\').readFileSync(\'/dev/stdin\').toString()).files.map(f => \'./\'+f).join(\' \')\\" | xargs rm -rf","pack":"yarn pack","size":"size-limit"},"sideEffects":false,"size-limit":[{"limit":"30 KB","path":"index.js"}],"dependencies":{"@shopify/app-bridge":"^2.0.26"},"devDependencies":{"@types/react":"^17.0.38","enzyme":"3.11.0","react-dom":"^17.0.2"},"peerDependencies":{"react":"^16.0.0 || ^17.0.0"}}')},function(t,e,n){"use strict";var r=this&&this.__importDefault||function(t){return t&&t.__esModule?t:{default:t}};Object.defineProperty(e,"__esModule",{value:!0}),e.Props=void 0;var o=r(n(40)),i=n(40);Object.defineProperty(e,"Props",{enumerable:!0,get:function(){return i.Props}}),e.default=o.default},function(t,e,n){"use strict";var r=this&&this.__importDefault||function(t){return t&&t.__esModule?t:{default:t}};Object.defineProperty(e,"__esModule",{value:!0}),e.Props=void 0;var o=r(n(41)),i=n(41);Object.defineProperty(e,"Props",{enumerable:!0,get:function(){return i.Props}}),e.default=o.default},function(t,e,n){"use strict";var r=this&&this.__importDefault||function(t){return t&&t.__esModule?t:{default:t}};Object.defineProperty(e,"__esModule",{value:!0}),e.Props=void 0;var o=r(n(42)),i=n(42);Object.defineProperty(e,"Props",{enumerable:!0,get:function(){return i.Props}}),e.default=o.default},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.useNavigate=e.useAppBridgeState=e.useToast=e.useNavigationHistory=e.useFeatureRequest=e.useFeaturesAvailable=e.useContextualSaveBar=void 0;var r=n(96);Object.defineProperty(e,"useContextualSaveBar",{enumerable:!0,get:function(){return r.useContextualSaveBar}});var o=n(43);Object.defineProperty(e,"useFeaturesAvailable",{enumerable:!0,get:function(){return o.useFeaturesAvailable}});var i=n(99);Object.defineProperty(e,"useFeatureRequest",{enumerable:!0,get:function(){return i.useFeatureRequest}});var u=n(44);Object.defineProperty(e,"useNavigationHistory",{enumerable:!0,get:function(){return u.useNavigationHistory}});var a=n(102);Object.defineProperty(e,"useToast",{enumerable:!0,get:function(){return a.useToast}});var s=n(104);Object.defineProperty(e,"useAppBridgeState",{enumerable:!0,get:function(){return s.useAppBridgeState}});var c=n(106);Object.defineProperty(e,"useNavigate",{enumerable:!0,get:function(){return c.useNavigate}})},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.useContextualSaveBar=void 0;var r=n(97);Object.defineProperty(e,"useContextualSaveBar",{enumerable:!0,get:function(){return r.useContextualSaveBar}})},function(t,e,n){"use strict";var r=this&&this.__rest||function(t,e){var n={};for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&e.indexOf(r)<0&&(n[r]=t[r]);if(null!=t&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(t);o<r.length;o++)e.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(t,r[o])&&(n[r[o]]=t[r[o]])}return n};Object.defineProperty(e,"__esModule",{value:!0}),e.useContextualSaveBar=void 0;var o=n(3),i=n(27),u=n(4);e.useContextualSaveBar=function(t){var e=t.discardAction,n=t.saveAction,a=t.fullWidth,s=t.leaveConfirmationDisable,c=t.visible,p=u.useAppBridge(),l=n.onAction,f=r(n,["onAction"]),d=e.onAction,h=r(e,["onAction"]),y=o.useMemo((function(){return i.create(p,{saveAction:f,discardAction:h,fullWidth:a,leaveConfirmationDisable:s})}),[p]);return o.useEffect((function(){y.set({saveAction:f,discardAction:h,fullWidth:a,leaveConfirmationDisable:s},Boolean(c))}),[y,f,h,a,s,c]),o.useEffect((function(){return y.subscribe(i.Action.DISCARD,d),y.subscribe(i.Action.SAVE,l),function(){y.unsubscribe()}}),[y]),o.useEffect((function(){c?y.dispatch(i.Action.SHOW):y.dispatch(i.Action.HIDE)}),[y,c]),null}},function(t,e,n){"use strict";var r=this&&this.__awaiter||function(t,e,n,r){return new(n||(n=Promise))((function(o,i){function u(t){try{s(r.next(t))}catch(t){i(t)}}function a(t){try{s(r.throw(t))}catch(t){i(t)}}function s(t){var e;t.done?o(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(u,a)}s((r=r.apply(t,e||[])).next())}))},o=this&&this.__generator||function(t,e){var n,r,o,i,u={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:a(0),throw:a(1),return:a(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function a(i){return function(a){return function(i){if(n)throw new TypeError("Generator is already executing.");for(;u;)try{if(n=1,r&&(o=2&i[0]?r.return:i[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,i[1])).done)return o;switch(r=0,o&&(i=[2&i[0],o.value]),i[0]){case 0:case 1:o=i;break;case 4:return u.label++,{value:i[1],done:!1};case 5:u.label++,r=i[1],i=[0];continue;case 7:i=u.ops.pop(),u.trys.pop();continue;default:if(!(o=u.trys,(o=o.length>0&&o[o.length-1])||6!==i[0]&&2!==i[0])){u=0;continue}if(3===i[0]&&(!o||i[1]>o[0]&&i[1]<o[3])){u.label=i[1];break}if(6===i[0]&&u.label<o[1]){u.label=o[1],o=i;break}if(o&&u.label<o[2]){u.label=o[2],u.ops.push(i);break}o[2]&&u.ops.pop(),u.trys.pop();continue}i=e.call(t,u)}catch(t){i=[6,t],r=0}finally{n=o=0}if(5&i[0])throw i[1];return{value:i[0]?i[1]:void 0,done:!0}}([i,a])}}};Object.defineProperty(e,"__esModule",{value:!0}),e.useFeaturesAvailable=void 0;var i=n(3),u=n(16),a=n(4);e.useFeaturesAvailable=function(){for(var t=this,e=[],n=0;n<arguments.length;n++)e[n]=arguments[n];var s=a.useAppBridge(),c=i.useState(),p=c[0],l=c[1],f=i.useRef([]),d=i.useCallback((function(){var e=!1;return r(t,void 0,void 0,(function(){var t;return o(this,(function(n){switch(n.label){case 0:return[4,s.featuresAvailable.apply(s,f.current)];case 1:return t=n.sent(),e||l((function(e){return JSON.stringify(e)===JSON.stringify(t)?e:t})),[2]}}))})),function(){e=!0}}),[s]);return i.useEffect((function(){return f.current=e,d()}),[JSON.stringify(e)]),i.useEffect((function(){var t,e=s.subscribe(u.Action.UPDATE,(function(){t=d()}));return function(){e(),null==t||t()}}),[s,d]),p}},function(t,e,n){"use strict";var r=this&&this.__createBinding||(Object.create?function(t,e,n,r){void 0===r&&(r=n),Object.defineProperty(t,r,{enumerable:!0,get:function(){return e[n]}})}:function(t,e,n,r){void 0===r&&(r=n),t[r]=e[n]}),o=this&&this.__exportStar||function(t,e){for(var n in t)"default"===n||Object.prototype.hasOwnProperty.call(e,n)||r(e,t,n)};Object.defineProperty(e,"__esModule",{value:!0}),o(n(100),e)},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.useFeatureRequest=void 0;var r=n(3),o=n(23),i=n(4),u=n(43);e.useFeatureRequest=function(t,e){var n=i.useAppBridge(),a=u.useFeaturesAvailable(),s=r.useState(),c=s[0],p=s[1],l=r.useCallback((function(n){var r=null==n?void 0:n[t];if(e&&(null==r?void 0:r[e])){var o=null==r?void 0:r[e];p((function(t){return JSON.stringify(o)!==JSON.stringify(t)?o:t}))}else p((function(t){return JSON.stringify(r)!==JSON.stringify(t)?r:t}))}),[t,e]);return r.useEffect((function(){o.create(n).dispatch(o.Action.REQUEST,{feature:t,action:e})}),[n,t,e]),r.useEffect((function(){l(a)}),[a,l]),c}},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.useNavigationHistory=void 0;var r=n(3),o=n(6),i=n(4);e.useNavigationHistory=function(){var t=i.useAppBridge();return r.useMemo((function(){var e=o.History.create(t);return{push:function(t){e.dispatch(o.History.Action.PUSH,t.pathname)},replace:function(t){e.dispatch(o.History.Action.REPLACE,t.pathname)}}}),[])}},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.useToast=void 0;var r=n(103);Object.defineProperty(e,"useToast",{enumerable:!0,get:function(){return r.useToast}})},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.useToast=e.DEFAULT_TOAST_DURATION=void 0;var r=n(3),o=n(12),i=n(4);e.DEFAULT_TOAST_DURATION=5e3,e.useToast=function(){var t,n=i.useAppBridge(),u=r.useCallback((function(r){var i=r.content,u=r.duration,a=void 0===u?e.DEFAULT_TOAST_DURATION:u,s=r.isError,c=r.onDismiss;(t=o.create(n,{message:i,isError:s,duration:a})).dispatch(o.Action.SHOW),c&&t.subscribe(o.Action.CLEAR,c)}),[n]);return r.useEffect((function(){return function(){t.unsubscribe()}}),[]),{show:u}}},function(t,e,n){"use strict";var r=this&&this.__createBinding||(Object.create?function(t,e,n,r){void 0===r&&(r=n),Object.defineProperty(t,r,{enumerable:!0,get:function(){return e[n]}})}:function(t,e,n,r){void 0===r&&(r=n),t[r]=e[n]}),o=this&&this.__exportStar||function(t,e){for(var n in t)"default"===n||Object.prototype.hasOwnProperty.call(e,n)||r(e,t,n)};Object.defineProperty(e,"__esModule",{value:!0}),o(n(105),e)},function(t,e,n){"use strict";var r=this&&this.__awaiter||function(t,e,n,r){return new(n||(n=Promise))((function(o,i){function u(t){try{s(r.next(t))}catch(t){i(t)}}function a(t){try{s(r.throw(t))}catch(t){i(t)}}function s(t){var e;t.done?o(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(u,a)}s((r=r.apply(t,e||[])).next())}))},o=this&&this.__generator||function(t,e){var n,r,o,i,u={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:a(0),throw:a(1),return:a(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function a(i){return function(a){return function(i){if(n)throw new TypeError("Generator is already executing.");for(;u;)try{if(n=1,r&&(o=2&i[0]?r.return:i[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,i[1])).done)return o;switch(r=0,o&&(i=[2&i[0],o.value]),i[0]){case 0:case 1:o=i;break;case 4:return u.label++,{value:i[1],done:!1};case 5:u.label++,r=i[1],i=[0];continue;case 7:i=u.ops.pop(),u.trys.pop();continue;default:if(!(o=u.trys,(o=o.length>0&&o[o.length-1])||6!==i[0]&&2!==i[0])){u=0;continue}if(3===i[0]&&(!o||i[1]>o[0]&&i[1]<o[3])){u.label=i[1];break}if(6===i[0]&&u.label<o[1]){u.label=o[1],o=i;break}if(o&&u.label<o[2]){u.label=o[2],u.ops.push(i);break}o[2]&&u.ops.pop(),u.trys.pop();continue}i=e.call(t,u)}catch(t){i=[6,t],r=0}finally{n=o=0}if(5&i[0])throw i[1];return{value:i[0]?i[1]:void 0,done:!0}}([i,a])}}};Object.defineProperty(e,"__esModule",{value:!0}),e.useAppBridgeState=void 0;var i=n(3),u=n(4);e.useAppBridgeState=function(t){var e=u.useAppBridge(),n=i.useState(),a=n[0],s=n[1],c=i.useRef(!1),p=i.useCallback((function(){return r(void 0,void 0,void 0,(function(){var n,r;return o(this,(function(o){switch(o.label){case 0:return t?[4,e.getState(t)]:[3,2];case 1:return r=o.sent(),[3,4];case 2:return[4,e.getState()];case 3:r=o.sent(),o.label=4;case 4:return n=r,c.current?[2]:(s((function(t){return JSON.stringify(n)===JSON.stringify(t)?t:n})),[2])}}))}))}),[e,t]);return i.useEffect((function(){return p(),e.subscribe((function(){p()}))}),[e,p]),i.useEffect((function(){return function(){c.current=!0}}),[e]),a}},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.useNavigate=void 0;var r=n(107);Object.defineProperty(e,"useNavigate",{enumerable:!0,get:function(){return r.useNavigate}})},function(t,e,n){"use strict";var r=this&&this.__assign||function(){return(r=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++)for(var o in e=arguments[n])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t}).apply(this,arguments)},o=this&&this.__createBinding||(Object.create?function(t,e,n,r){void 0===r&&(r=n),Object.defineProperty(t,r,{enumerable:!0,get:function(){return e[n]}})}:function(t,e,n,r){void 0===r&&(r=n),t[r]=e[n]}),i=this&&this.__setModuleDefault||(Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e}),u=this&&this.__importStar||function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var n in t)"default"!==n&&Object.prototype.hasOwnProperty.call(t,n)&&o(e,t,n);return i(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.isAdminSection=e.useNavigate=void 0;var a=n(3),s=u(n(13)),c=n(4),p=n(44);function l(t){return"object"==typeof t&&"string"==typeof(null==t?void 0:t.name)}function f(t){return""+t.pathname+(t.search||"")+(t.hash||"")}function d(t){if("string"==typeof t)return t.startsWith("/")?t:f(new URL(t));var e=t.search instanceof URLSearchParams?t.search.toString():t.search;return f(r(r({},t),{search:e}))}e.useNavigate=function(){var t=c.useAppBridge(),e=p.useNavigationHistory(),n=a.useMemo((function(){return s.create(t)}),[t]),o=a.useCallback((function(r,o){var i=function(t){if(t instanceof URL)return t.toString();if("string"==typeof t)return t;return d(t)}(r),u=i.startsWith(t.localOrigin),a=i.startsWith(t.hostOrigin),c=i.startsWith("/");if(u||a||c){var p=d(i);return a||"new"===(null==o?void 0:o.target)||"host"===(null==o?void 0:o.target)?void n.dispatch(s.Action.ADMIN_PATH,{path:p.replace(/^\/admin/,""),newContext:"new"===(null==o?void 0:o.target)}):"self"!==(null==o?void 0:o.target)&&(null==o?void 0:o.target)||!(null==o?void 0:o.replace)?void n.dispatch(s.Action.APP,p):void e.replace({pathname:p})}n.dispatch(s.Action.REMOTE,{url:i,newContext:"new"===(null==o?void 0:o.target)})}),[n,e]);return a.useCallback((function(t,e){if(l(t)){var i=r(r({},t),{name:s.ResourceType[t.name]});n.dispatch(s.Action.ADMIN_SECTION,{section:i,newContext:"new"===(null==e?void 0:e.target)})}else o(t,e)}),[o,n])},e.isAdminSection=l}])}));
14
+ */var r=Object.getOwnPropertySymbols,o=Object.prototype.hasOwnProperty,i=Object.prototype.propertyIsEnumerable;function u(t){if(null==t)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(t)}t.exports=function(){try{if(!Object.assign)return!1;var t=new String("abc");if(t[5]="de","5"===Object.getOwnPropertyNames(t)[0])return!1;for(var e={},n=0;n<10;n++)e["_"+String.fromCharCode(n)]=n;if("0123456789"!==Object.getOwnPropertyNames(e).map((function(t){return e[t]})).join(""))return!1;var r={};return"abcdefghijklmnopqrst".split("").forEach((function(t){r[t]=t})),"abcdefghijklmnopqrst"===Object.keys(Object.assign({},r)).join("")}catch(t){return!1}}()?Object.assign:function(t,e){for(var n,a,s=u(t),c=1;c<arguments.length;c++){for(var p in n=Object(arguments[c]))o.call(n,p)&&(s[p]=n[p]);if(r){a=r(n);for(var l=0;l<a.length;l++)i.call(n,a[l])&&(s[a[l]]=n[a[l]])}}return s}},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.respond=e.request=e.Action=void 0;var r,o=n(0),i=n(1);!function(t){t.REQUEST="APP::AUTH_CODE::REQUEST",t.RESPOND="APP::AUTH_CODE::RESPOND"}(r=e.Action||(e.Action={})),e.request=function(t){return o.actionWrapper({group:i.Group.AuthCode,type:r.REQUEST,payload:{id:t}})},e.respond=function(t){return o.actionWrapper({payload:t,group:i.Group.AuthCode,type:r.RESPOND})}},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=function t(e,n){if(null==n)return n;if(void 0===e||!Object.prototype.isPrototypeOf.call(Object.getPrototypeOf(e),n)||"Object"!==n.constructor.name&&"Array"!==n.constructor.name)return n;var r={};return Object.keys(n).forEach((function(o){Object.prototype.hasOwnProperty.call(e,o)?"object"!=typeof e[o]||Array.isArray(e[o])?r[o]=n[o]:r[o]=t(e[o],n[o]):r[o]=n[o]})),Object.keys(e).forEach((function(t){Object.prototype.hasOwnProperty.call(n,t)||(r[t]=e[t])})),Object.setPrototypeOf(r,Object.getPrototypeOf(e)),r}},function(t){t.exports=JSON.parse('{"name":"@shopify/app-bridge","version":"2.0.27","types":"index.d.ts","main":"index.js","unpkg":"umd/index.js","jsdelivr":"umd/index.js","files":["/actions/","/client/","/umd/","/util/","/validate/","/development.d.ts","/development.js","/index.d.ts","/index.js","/MessageTransport.d.ts","/MessageTransport.js","/production.d.ts","/production.js"],"private":false,"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"repository":"git@github.com:Shopify/app-bridge.git","homepage":"https://shopify.dev/tools/app-bridge","author":"Shopify Inc.","license":"MIT","scripts":{"build":"yarn build:tsc && yarn build:npm && yarn build:umd","build:tsc":"NODE_ENV=production tsc","build:umd":"NODE_ENV=production webpack -p","build:npm":"shx cp -r ./npm/index.js ./index.js","check":"tsc","clean":"cat package.json | node -pe \\"JSON.parse(require(\'fs\').readFileSync(\'/dev/stdin\').toString()).files.map(f => \'./\'+f).join(\' \')\\" | xargs rm -rf","pack":"yarn pack","size":"size-limit"},"sideEffects":false,"size-limit":[{"limit":"17 KB","path":"production.js"}],"dependencies":{"base64url":"^3.0.1"},"devDependencies":{"@types/node":"^10.12.5","shx":"^0.3.3"}}')},function(t,e,n){"use strict";function r(t){return Array.from(t).map((function(t){return("00"+t.toString(16)).slice(-2)})).join("")}function o(t){if("function"==typeof Uint8Array&&"object"==typeof window&&window.crypto){var e=new Uint8Array(t),n=window.crypto.getRandomValues(e);if(n)return n}return Array.from(new Array(t),(function(){return 255*Math.random()|0}))}function i(){var t=o(1),e=o(2);return t[0]&=191,e[0]&=79,[r(o(4)),"-",r(o(2)),"-",r(e),"-",r(t),r(o(1)),"-",r(o(6))].join("")}Object.defineProperty(e,"__esModule",{value:!0}),e.generateUuid=void 0,e.generateUuid=i,e.default=i},function(t,e,n){"use strict";var r,o=this&&this.__extends||(r=function(t,e){return(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n])})(t,e)},function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");function n(){this.constructor=t}r(t,e),t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)}),i=this&&this.__assign||function(){return(i=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++)for(var o in e=arguments[n])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t}).apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.create=e.Cart=e.setLineItemProperties=e.removeLineItemDiscount=e.setLineItemDiscount=e.removeLineItem=e.updateLineItem=e.addLineItem=e.removeProperties=e.setProperties=e.setDiscount=e.updateCustomerAddress=e.addCustomerAddress=e.setCustomer=e.update=e.fetch=e.Action=void 0;var u,a=n(0),s=n(2),c=n(1);function p(t,e){return void 0===e&&(e={}),a.actionWrapper({group:c.Group.Cart,type:t,payload:e})}!function(t){t.FETCH="APP::CART::FETCH",t.UPDATE="APP::CART::UPDATE",t.SET_CUSTOMER="APP::CART::SET_CUSTOMER",t.REMOVE_CUSTOMER="APP::CART::REMOVE_CUSTOMER",t.ADD_CUSTOMER_ADDRESS="APP::CART::ADD_CUSTOMER_ADDRESS",t.UPDATE_CUSTOMER_ADDRESS="APP::CART::UPDATE_CUSTOMER_ADDRESS",t.SET_DISCOUNT="APP::CART::SET_DISCOUNT",t.REMOVE_DISCOUNT="APP::CART::REMOVE_DISCOUNT",t.SET_PROPERTIES="APP::CART::SET_PROPERTIES",t.REMOVE_PROPERTIES="APP::CART::REMOVE_PROPERTIES",t.CLEAR="APP::CART::CLEAR",t.ADD_LINE_ITEM="APP::CART::ADD_LINE_ITEM",t.UPDATE_LINE_ITEM="APP::CART::UPDATE_LINE_ITEM",t.REMOVE_LINE_ITEM="APP::CART::REMOVE_LINE_ITEM",t.SET_LINE_ITEM_DISCOUNT="APP::CART::SET_LINE_ITEM_DISCOUNT",t.REMOVE_LINE_ITEM_DISCOUNT="APP::CART::REMOVE_LINE_ITEM_DISCOUNT",t.SET_LINE_ITEM_PROPERTIES="APP::CART::SET_LINE_ITEM_PROPERTIES",t.REMOVE_LINE_ITEM_PROPERTIES="APP::CART::REMOVE_LINE_ITEM_PROPERTIES"}(u=e.Action||(e.Action={})),e.fetch=function(){return p(u.FETCH)},e.update=function(t){return p(u.UPDATE,t)},e.setCustomer=function(t){return p(u.SET_CUSTOMER,t)},e.addCustomerAddress=function(t){return p(u.ADD_CUSTOMER_ADDRESS,t)},e.updateCustomerAddress=function(t){return p(u.UPDATE_CUSTOMER_ADDRESS,t)},e.setDiscount=function(t){return p(u.SET_DISCOUNT,t)},e.setProperties=function(t){return p(u.SET_PROPERTIES,t)},e.removeProperties=function(t){return p(u.REMOVE_PROPERTIES,t)},e.addLineItem=function(t){return p(u.ADD_LINE_ITEM,t)},e.updateLineItem=function(t){return p(u.UPDATE_LINE_ITEM,t)},e.removeLineItem=function(t){return p(u.REMOVE_LINE_ITEM,t)},e.setLineItemDiscount=function(t){return p(u.SET_LINE_ITEM_DISCOUNT,t)},e.removeLineItemDiscount=function(t){return p(u.REMOVE_LINE_ITEM_DISCOUNT,t)},e.setLineItemProperties=function(t){return p(u.SET_LINE_ITEM_PROPERTIES,t)};var l=function(t){function e(e,n){return t.call(this,e,c.Group.Cart,c.Group.Cart,n?n.id:void 0)||this}return o(e,t),e.prototype.dispatch=function(t,e){switch(t){case u.FETCH:this.dispatchCartAction(u.FETCH);break;case u.UPDATE:this.dispatchCartAction(u.UPDATE,e);break;case u.SET_CUSTOMER:this.dispatchCartAction(u.SET_CUSTOMER,e);break;case u.REMOVE_CUSTOMER:this.dispatchCartAction(u.REMOVE_CUSTOMER,e);break;case u.ADD_CUSTOMER_ADDRESS:this.dispatchCartAction(u.ADD_CUSTOMER_ADDRESS,e);break;case u.UPDATE_CUSTOMER_ADDRESS:this.dispatchCartAction(u.UPDATE_CUSTOMER_ADDRESS,e);break;case u.SET_DISCOUNT:this.dispatchCartAction(u.SET_DISCOUNT,e);break;case u.REMOVE_DISCOUNT:this.dispatchCartAction(u.REMOVE_DISCOUNT,e);break;case u.SET_PROPERTIES:this.dispatchCartAction(u.SET_PROPERTIES,e);break;case u.REMOVE_PROPERTIES:this.dispatchCartAction(u.REMOVE_PROPERTIES,e);break;case u.CLEAR:this.dispatchCartAction(u.CLEAR,e);break;case u.ADD_LINE_ITEM:this.dispatchCartAction(u.ADD_LINE_ITEM,e);break;case u.UPDATE_LINE_ITEM:this.dispatchCartAction(u.UPDATE_LINE_ITEM,e);break;case u.REMOVE_LINE_ITEM:this.dispatchCartAction(u.REMOVE_LINE_ITEM,e);break;case u.SET_LINE_ITEM_DISCOUNT:this.dispatchCartAction(u.SET_LINE_ITEM_DISCOUNT,e);break;case u.REMOVE_LINE_ITEM_DISCOUNT:this.dispatchCartAction(u.REMOVE_LINE_ITEM_DISCOUNT,e);break;case u.SET_LINE_ITEM_PROPERTIES:this.dispatchCartAction(u.SET_LINE_ITEM_PROPERTIES,e);break;case u.REMOVE_LINE_ITEM_PROPERTIES:this.dispatchCartAction(u.REMOVE_LINE_ITEM_PROPERTIES,e)}return this},e.prototype.dispatchCartAction=function(t,e){this.app.dispatch(p(t,i(i({},e),{id:this.id})))},e}(s.ActionSet);e.Cart=l,e.create=function(t,e){return new l(t,e)}},function(t,e,n){"use strict";var r=this&&this.__createBinding||(Object.create?function(t,e,n,r){void 0===r&&(r=n),Object.defineProperty(t,r,{enumerable:!0,get:function(){return e[n]}})}:function(t,e,n,r){void 0===r&&(r=n),t[r]=e[n]}),o=this&&this.__exportStar||function(t,e){for(var n in t)"default"===n||Object.prototype.hasOwnProperty.call(e,n)||r(e,t,n)};Object.defineProperty(e,"__esModule",{value:!0}),o(n(57),e)},function(t,e,n){"use strict";var r,o=this&&this.__extends||(r=function(t,e){return(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n])})(t,e)},function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");function n(){this.constructor=t}r(t,e),t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)});Object.defineProperty(e,"__esModule",{value:!0}),e.create=e.Flash=e.show=e.clear=void 0;var i=n(12),u=n(12);Object.defineProperty(e,"clear",{enumerable:!0,get:function(){return u.clear}}),Object.defineProperty(e,"show",{enumerable:!0,get:function(){return u.show}});var a=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return o(e,t),e}(i.Toast);e.Flash=a,e.create=function(t,e){return new a(t,e)}},function(t,e,n){"use strict";var r,o=this&&this.__extends||(r=function(t,e){return(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n])})(t,e)},function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");function n(){this.constructor=t}r(t,e),t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)}),i=this&&this.__assign||function(){return(i=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++)for(var o in e=arguments[n])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t}).apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.create=e.Features=void 0;var u=n(0),a=n(2),s=n(1),c=n(16),p=function(t){function e(e,n){return t.call(this,e,s.Group.Features,s.Group.Features,n?n.id:void 0)||this}return o(e,t),e.prototype.dispatch=function(t,e){switch(t){case c.Action.REQUEST:this.dispatchFeaturesAction(c.Action.REQUEST,e)}return this},e.prototype.dispatchFeaturesAction=function(t,e){this.app.dispatch(u.actionWrapper({group:s.Group.Features,type:t,payload:i(i({},e||{}),{id:this.id})}))},e}(a.ActionSet);e.Features=p,e.create=function(t,e){return new p(t,e)}},function(t,e,n){"use strict";var r,o=this&&this.__extends||(r=function(t,e){return(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n])})(t,e)},function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");function n(){this.constructor=t}r(t,e),t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)}),i=this&&this.__assign||function(){return(i=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++)for(var o in e=arguments[n])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t}).apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.create=e.FeedbackModal=e.close=e.open=e.Action=void 0;var u,a=n(0),s=n(2),c=n(1);function p(t){return a.actionWrapper({group:c.Group.FeedbackModal,payload:t,type:u.OPEN})}function l(t){return a.actionWrapper({group:c.Group.FeedbackModal,payload:t,type:u.CLOSE})}!function(t){t.OPEN="APP::FEEDBACK_MODAL::OPEN",t.CLOSE="APP::FEEDBACK_MODAL::CLOSE"}(u=e.Action||(e.Action={})),e.open=p,e.close=l;var f=function(t){function e(e,n){var r=t.call(this,e,c.Group.FeedbackModal,c.Group.FeedbackModal)||this;return r.options=n,r.set(n),r}return o(e,t),Object.defineProperty(e.prototype,"payload",{get:function(){return i({id:this.id},this.options)},enumerable:!1,configurable:!0}),e.prototype.set=function(t){return this.options=a.getMergedProps(this.options,t),this},e.prototype.dispatch=function(t){switch(t){case u.OPEN:var e=p(this.payload);this.app.dispatch(e);break;case u.CLOSE:var n=l(this.payload);this.app.dispatch(n)}return this},e}(s.ActionSet);e.FeedbackModal=f,e.create=function(t,e){return new f(t,e)}},function(t,e,n){"use strict";var r,o=this&&this.__extends||(r=function(t,e){return(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n])})(t,e)},function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");function n(){this.constructor=t}r(t,e),t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)});Object.defineProperty(e,"__esModule",{value:!0}),e.create=e.Fullscreen=e.exit=e.enter=e.Action=void 0;var i,u=n(0),a=n(2),s=n(1);!function(t){t.ENTER="APP::FULLSCREEN::ENTER",t.EXIT="APP::FULLSCREEN::EXIT"}(i=e.Action||(e.Action={})),e.enter=function(){return u.actionWrapper({group:s.Group.Fullscreen,type:i.ENTER})},e.exit=function(){return u.actionWrapper({group:s.Group.Fullscreen,type:i.EXIT})};var c=function(t){function e(e){return t.call(this,e,s.Group.Fullscreen,s.Group.Fullscreen)||this}return o(e,t),Object.defineProperty(e.prototype,"payload",{get:function(){return{id:this.id}},enumerable:!1,configurable:!0}),e.prototype.dispatch=function(t){return this.app.dispatch(u.actionWrapper({group:this.group,type:t,payload:this.payload})),this},e}(a.ActionSet);e.Fullscreen=c,e.create=function(t){return new c(t)}},function(t,e,n){"use strict";var r,o=this&&this.__extends||(r=function(t,e){return(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n])})(t,e)},function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");function n(){this.constructor=t}r(t,e),t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)}),i=this&&this.__assign||function(){return(i=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++)for(var o in e=arguments[n])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t}).apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.create=e.LeaveConfirmation=e.confirm=e.disable=e.enable=e.Action=void 0;var u,a=n(0),s=n(2),c=n(1);function p(t){return void 0===t&&(t={}),a.actionWrapper({group:c.Group.LeaveConfirmation,payload:t,type:u.ENABLE})}function l(t){return void 0===t&&(t={}),a.actionWrapper({group:c.Group.LeaveConfirmation,payload:t,type:u.DISABLE})}function f(t){return void 0===t&&(t={}),a.actionWrapper({group:c.Group.LeaveConfirmation,payload:t,type:u.CONFIRM})}!function(t){t.ENABLE="APP::LEAVE_CONFIRMATION::ENABLE",t.DISABLE="APP::LEAVE_CONFIRMATION::DISABLE",t.CONFIRM="APP::LEAVE_CONFIRMATION::CONFIRM"}(u=e.Action||(e.Action={})),e.enable=p,e.disable=l,e.confirm=f;var d=function(t){function e(e,n){void 0===n&&(n={});var r=t.call(this,e,c.Group.LeaveConfirmation,c.Group.LeaveConfirmation)||this;return r.options=n,r.set(n),r}return o(e,t),Object.defineProperty(e.prototype,"payload",{get:function(){return i({id:this.id},this.options)},enumerable:!1,configurable:!0}),e.prototype.set=function(t){return this.options=a.getMergedProps(this.options,t),this},e.prototype.dispatch=function(t){switch(t){case u.ENABLE:var e=p(this.payload);this.app.dispatch(e);break;case u.DISABLE:var n=l(this.payload);this.app.dispatch(n);break;case u.CONFIRM:var r=f(this.payload);this.app.dispatch(r)}return this},e}(s.ActionSet);e.LeaveConfirmation=d,e.create=function(t,e){return void 0===e&&(e={}),new d(t,e)}},function(t,e,n){"use strict";var r,o=this&&this.__extends||(r=function(t,e){return(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n])})(t,e)},function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");function n(){this.constructor=t}r(t,e),t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)});Object.defineProperty(e,"__esModule",{value:!0}),e.create=e.Loading=e.stop=e.start=e.Action=void 0;var i,u=n(0),a=n(2),s=n(1);function c(t){return u.actionWrapper({payload:t,group:s.Group.Loading,type:i.START})}function p(t){return u.actionWrapper({payload:t,group:s.Group.Loading,type:i.STOP})}!function(t){t.START="APP::LOADING::START",t.STOP="APP::LOADING::STOP"}(i=e.Action||(e.Action={})),e.start=c,e.stop=p;var l=function(t){function e(e){return t.call(this,e,s.Group.Loading,s.Group.Loading)||this}return o(e,t),Object.defineProperty(e.prototype,"payload",{get:function(){return{id:this.id}},enumerable:!1,configurable:!0}),e.prototype.dispatch=function(t){switch(t){case i.START:this.app.dispatch(c(this.payload));break;case i.STOP:this.app.dispatch(p(this.payload))}return this},e}(a.ActionSet);e.Loading=l,e.create=function(t){return new l(t)}},function(t,e,n){"use strict";var r,o=this&&this.__extends||(r=function(t,e){return(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n])})(t,e)},function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");function n(){this.constructor=t}r(t,e),t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)}),i=this&&this.__assign||function(){return(i=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++)for(var o in e=arguments[n])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t}).apply(this,arguments)},u=this&&this.__awaiter||function(t,e,n,r){return new(n||(n=Promise))((function(o,i){function u(t){try{s(r.next(t))}catch(t){i(t)}}function a(t){try{s(r.throw(t))}catch(t){i(t)}}function s(t){var e;t.done?o(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(u,a)}s((r=r.apply(t,e||[])).next())}))},a=this&&this.__generator||function(t,e){var n,r,o,i,u={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:a(0),throw:a(1),return:a(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function a(i){return function(a){return function(i){if(n)throw new TypeError("Generator is already executing.");for(;u;)try{if(n=1,r&&(o=2&i[0]?r.return:i[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,i[1])).done)return o;switch(r=0,o&&(i=[2&i[0],o.value]),i[0]){case 0:case 1:o=i;break;case 4:return u.label++,{value:i[1],done:!1};case 5:u.label++,r=i[1],i=[0];continue;case 7:i=u.ops.pop(),u.trys.pop();continue;default:if(!(o=u.trys,(o=o.length>0&&o[o.length-1])||6!==i[0]&&2!==i[0])){u=0;continue}if(3===i[0]&&(!o||i[1]>o[0]&&i[1]<o[3])){u.label=i[1];break}if(6===i[0]&&u.label<o[1]){u.label=o[1],o=i;break}if(o&&u.label<o[2]){u.label=o[2],u.ops.push(i);break}o[2]&&u.ops.pop(),u.trys.pop();continue}i=e.call(t,u)}catch(t){i=[6,t],r=0}finally{n=o=0}if(5&i[0])throw i[1];return{value:i[0]?i[1]:void 0,done:!0}}([i,a])}}};Object.defineProperty(e,"__esModule",{value:!0}),e.create=e.ModalContent=e.Action=void 0;var s,c=n(0),p=n(2),l=n(1),f=n(17);!function(t){t.LOADING="LOADING",t.LOADED="LOADED"}(s=e.Action||(e.Action={}));var d=function(t){function e(e,n){return t.call(this,e,l.Group.Modal,l.Group.Modal,n?n.id:void 0)||this}return o(e,t),e.prototype.loaded=function(){this.dispatch(s.LOADED)},e.prototype.loading=function(){this.dispatch(s.LOADING)},e.prototype.dispatch=function(t){switch(t){case s.LOADED:this.dispatchModalAction(f.Action.UPDATE_CONTENT,{loading:!1});break;case s.LOADING:this.dispatchModalAction(f.Action.UPDATE_CONTENT,{loading:!0})}return this},e.prototype.dispatchModalAction=function(t,e){return u(this,void 0,void 0,(function(){var n;return a(this,(function(r){return n=c.actionWrapper({type:t,group:l.Group.Modal,payload:i({},e)}),this.app.dispatch(n),[2]}))}))},e}(p.ActionSet);e.ModalContent=d,e.create=function(t,e){return new d(t,e)}},function(t,e,n){"use strict";var r,o=this&&this.__extends||(r=function(t,e){return(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n])})(t,e)},function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");function n(){this.constructor=t}r(t,e),t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)}),i=this&&this.__assign||function(){return(i=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++)for(var o in e=arguments[n])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t}).apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.create=e.History=e.replace=e.push=e.Action=void 0;var u,a=n(0),s=n(2),c=n(1);function p(t){return a.actionWrapper({payload:t,group:c.Group.Navigation,type:u.PUSH})}function l(t){return a.actionWrapper({payload:t,group:c.Group.Navigation,type:u.REPLACE})}!function(t){t.PUSH="APP::NAVIGATION::HISTORY::PUSH",t.REPLACE="APP::NAVIGATION::HISTORY::REPLACE"}(u=e.Action||(e.Action={})),e.push=p,e.replace=l;var f=function(t){function e(e){return t.call(this,e,"History",c.Group.Navigation)||this}return o(e,t),Object.defineProperty(e.prototype,"payload",{get:function(){return{id:this.id}},enumerable:!1,configurable:!0}),e.prototype.dispatch=function(t,e){var n=i(i({},this.payload),{path:e});switch(t){case u.PUSH:this.app.dispatch(p(n));break;case u.REPLACE:this.app.dispatch(l(n))}return this},e}(s.ActionSet);e.History=f,e.create=function(t){return new f(t)}},function(t,e,n){"use strict";var r,o=this&&this.__extends||(r=function(t,e){return(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n])})(t,e)},function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");function n(){this.constructor=t}r(t,e),t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)});Object.defineProperty(e,"__esModule",{value:!0}),e.capture=e.openCamera=e.create=e.Scanner=e.Action=void 0;var i,u=n(0),a=n(2),s=n(1);!function(t){t.OPEN_CAMERA="APP::SCANNER::OPEN::CAMERA",t.CAPTURE="APP::SCANNER::CAPTURE"}(i=e.Action||(e.Action={}));var c=function(t){function e(e,n){return t.call(this,e,s.Group.Scanner,s.Group.Scanner,n?n.id:void 0)||this}return o(e,t),e.prototype.dispatch=function(t){switch(t){case i.OPEN_CAMERA:this.dispatchScannerAction(i.OPEN_CAMERA)}return this},e.prototype.dispatchScannerAction=function(t){this.app.dispatch(u.actionWrapper({type:t,group:s.Group.Scanner,payload:{id:this.id}}))},e}(a.ActionSet);e.Scanner=c,e.create=function(t,e){return new c(t,e)},e.openCamera=function(){return u.actionWrapper({group:s.Group.Scanner,type:i.OPEN_CAMERA})},e.capture=function(t){return u.actionWrapper({group:s.Group.Scanner,type:i.CAPTURE,payload:t})}},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.respond=e.request=e.Action=void 0;var r,o=n(0),i=n(1);!function(t){t.REQUEST="APP::SESSION_TOKEN::REQUEST",t.RESPOND="APP::SESSION_TOKEN::RESPOND"}(r=e.Action||(e.Action={})),e.request=function(){return o.actionWrapper({group:i.Group.SessionToken,type:r.REQUEST})},e.respond=function(t){return o.actionWrapper({payload:t,group:i.Group.SessionToken,type:r.RESPOND})}},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.getGroupedButton=void 0;var r=n(10);e.getGroupedButton=function(t,e,n,o){t.addChild(e,t.group,n);var i=e.id,u=e.label,a=e.disabled,s=e.buttons,c=e.plain;return t.subscribeToChild(e,r.Action.UPDATE,o),{id:i,label:u,buttons:s,disabled:a,plain:c}}},function(t,e,n){"use strict";var r,o=this&&this.__extends||(r=function(t,e){return(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n])})(t,e)},function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");function n(){this.constructor=t}r(t,e),t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)}),i=this&&this.__assign||function(){return(i=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++)for(var o in e=arguments[n])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t}).apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.close=e.show=e.create=e.Share=e.Action=void 0;var u,a=n(1),s=n(0),c=n(2);!function(t){t.SHOW="APP::SHARE::SHOW",t.CLOSE="APP::SHARE::CLOSE"}(u=e.Action||(e.Action={}));var p=function(t){function e(e){return t.call(this,e,a.Group.Share,a.Group.Share)||this}return o(e,t),e.prototype.dispatch=function(t,e){switch(t){case u.SHOW:this.dispatchShareAction(u.SHOW,e);break;default:throw new Error("Action: "+t+" not supported")}return this},e.prototype.dispatchShareAction=function(t,e){this.app.dispatch(s.actionWrapper({type:t,group:a.Group.Share,payload:i({id:this.id},e)}))},e}(c.ActionSet);e.Share=p,e.create=function(t){return new p(t)},e.show=function(){return s.actionWrapper({group:a.Group.Share,type:u.SHOW})},e.close=function(){return s.actionWrapper({group:a.Group.Share,type:u.CLOSE})}},function(t,e,n){"use strict";var r,o=this&&this.__extends||(r=function(t,e){return(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n])})(t,e)},function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");function n(){this.constructor=t}r(t,e),t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)}),i=this&&this.__assign||function(){return(i=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++)for(var o in e=arguments[n])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t}).apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.create=e.ChannelMenu=e.update=e.Action=void 0;var u,a=n(14),s=n(0),c=n(2),p=n(1),l=["Channel_Menu"];function f(t){return s.actionWrapper({payload:t,group:p.Group.Menu,type:u.UPDATE})}!function(t){t.UPDATE="APP::MENU::CHANNEL_MENU::UPDATE",t.LINK_UPDATE="APP::MENU::CHANNEL_MENU::LINK::UPDATE"}(u=e.Action||(e.Action={})),e.update=f;var d=function(t){function e(e,n){var r=t.call(this,e,"Channel_Menu",p.Group.Menu)||this;return r.items=[],r.set(n),r}return o(e,t),Object.defineProperty(e.prototype,"options",{get:function(){return{items:this.itemsOptions,active:this.activeOptions}},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"payload",{get:function(){return i(i({},this.options),{active:this.active,items:this.items,id:this.id})},enumerable:!1,configurable:!0}),e.prototype.set=function(t,e){void 0===e&&(e=!0);var n=s.getMergedProps(this.options,t),r=n.items,o=n.active;return this.setItems(r),this.activeOptions=o,this.active=o&&o.id,e&&this.dispatch(u.UPDATE),this},e.prototype.dispatch=function(t){switch(t){case u.UPDATE:this.app.dispatch(f(this.payload))}return this},e.prototype.updateItem=function(t){if(this.items){var e=this.items.find((function(e){return e.id===t.id}));e&&s.updateActionFromPayload(e,t)&&this.dispatch(u.UPDATE)}},e.prototype.setItems=function(t){var e=this,n=t||[],r=this.itemsOptions||[];this.itemsOptions=this.getUpdatedChildActions(n,r),this.items=this.itemsOptions?this.itemsOptions.map((function(t){return e.addChild(t,e.group,l),e.subscribeToChild(t,a.Action.UPDATE,e.updateItem),t.payload})):[]},e}(c.ActionSetWithChildren);e.ChannelMenu=d,e.create=function(t,e){return new d(t,e)}},function(t,e,n){"use strict";var r,o=this&&this.__extends||(r=function(t,e){return(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n])})(t,e)},function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");function n(){this.constructor=t}r(t,e),t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)});Object.defineProperty(e,"__esModule",{value:!0}),e.create=e.Pos=e.close=e.Action=void 0;var i,u=n(0),a=n(2),s=n(1);function c(){return u.actionWrapper({group:s.Group.Pos,type:i.CLOSE})}!function(t){t.CLOSE="APP::POS::CLOSE",t.LOCATION_UPDATE="APP::POS::LOCATION::UPDATE",t.USER_UPDATE="APP::POS::USER::UPDATE",t.DEVICE_UPDATE="APP::POS::DEVICE::UPDATE"}(i=e.Action||(e.Action={})),e.close=c;var p=function(t){function e(e){return t.call(this,e,s.Group.Pos,s.Group.Pos)||this}return o(e,t),e.prototype.dispatch=function(t){switch(t){case i.CLOSE:this.app.dispatch(c())}return this},e}(a.ActionSet);e.Pos=p,e.create=function(t){return new p(t)}},function(t,e,n){"use strict";var r,o=this&&this.__extends||(r=function(t,e){return(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n])})(t,e)},function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");function n(){this.constructor=t}r(t,e),t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)}),i=this&&this.__assign||function(){return(i=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++)for(var o in e=arguments[n])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t}).apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.create=e.MarketingExternalActivityTopBar=e.update=e.clickActionButton=e.MarketingActivityStatusBadgeType=e.Action=void 0;var u,a=n(7),s=n(11),c=n(0),p=n(2),l=n(1);!function(t){t.UPDATE="APP::MARKETING_EXTERNAL_ACTIVITY_TOP_BAR::UPDATE",t.BUTTON_CLICK="APP::MARKETING_EXTERNAL_ACTIVITY_TOP_BAR::BUTTONS::BUTTON::CLICK",t.BUTTON_UPDATE="APP::MARKETING_EXTERNAL_ACTIVITY_TOP_BAR::BUTTONS::BUTTON::UPDATE"}(u=e.Action||(e.Action={})),function(t){t.Default="DEFAULT",t.Success="SUCCESS",t.Attention="ATTENTION",t.Warning="WARNING",t.Info="INFO"}(e.MarketingActivityStatusBadgeType||(e.MarketingActivityStatusBadgeType={}));var f={group:l.Group.MarketingExternalActivityTopBar,subgroups:["Buttons"]};function d(t){return c.actionWrapper({payload:t,group:l.Group.MarketingExternalActivityTopBar,type:u.UPDATE})}e.clickActionButton=function(t,e){var n=l.ComponentType.Button,r=i({id:t,type:n},f);return a.clickButton(l.Group.MarketingExternalActivityTopBar,r,e)},e.update=d;var h=function(t){function e(e,n){var r=t.call(this,e,l.Group.MarketingExternalActivityTopBar,l.Group.MarketingExternalActivityTopBar)||this;return r.set(n),r}return o(e,t),Object.defineProperty(e.prototype,"buttons",{get:function(){if(this.primary||this.secondary)return{primary:this.primary,secondary:this.secondary}},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"buttonsOptions",{get:function(){if(this.primaryOptions||this.secondaryOptions)return{primary:this.primaryOptions,secondary:this.secondaryOptions}},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"options",{get:function(){return{title:this.title,status:this.status,saving:this.saving,saved:this.saved,buttons:this.buttonsOptions}},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"payload",{get:function(){return i(i({},this.options),{buttons:this.buttons,id:this.id})},enumerable:!1,configurable:!0}),e.prototype.set=function(t,e){void 0===e&&(e=!0);var n=c.getMergedProps(this.options,t),r=n.title,o=n.buttons,i=n.saved,a=n.saving,s=n.status;return this.title=r,this.saving=a,this.saved=i,this.status=s,this.setPrimaryButton(o?o.primary:void 0),this.setSecondaryButtons(o?o.secondary:void 0),e&&this.dispatch(u.UPDATE),this},e.prototype.dispatch=function(t){switch(t){case u.UPDATE:this.app.dispatch(d(this.payload))}return this},e.prototype.getButton=function(t,e,n){return s.getSingleButton(this,t,e,n)},e.prototype.updatePrimaryButton=function(t){this.primary&&c.updateActionFromPayload(this.primary,t)&&this.dispatch(u.UPDATE)},e.prototype.updateSecondaryButtons=function(t){if(this.secondary){var e=this.secondary.find((function(e){return e.id===t.id}));if(e)c.updateActionFromPayload(e,t)&&this.dispatch(u.UPDATE)}},e.prototype.setPrimaryButton=function(t){this.primaryOptions=this.getChildButton(t,this.primaryOptions),this.primary=this.primaryOptions?this.getButton(this.primaryOptions,f.subgroups,this.updatePrimaryButton):void 0},e.prototype.setSecondaryButtons=function(t){var e=this,n=t||[],r=this.secondaryOptions||[];this.secondaryOptions=this.getUpdatedChildActions(n,r),this.secondary=this.secondaryOptions?this.secondaryOptions.map((function(t){return e.getButton(t,f.subgroups,e.updateSecondaryButtons)})):void 0},e.prototype.updateSaving=function(t){this.saving=t,this.dispatch(u.UPDATE)},e.prototype.updateSaved=function(t){this.saved=t,this.dispatch(u.UPDATE)},e.prototype.updateStatus=function(t){this.status=t,this.dispatch(u.UPDATE)},e.prototype.getChildButton=function(t,e){var n=t?[t]:[],r=e?[e]:[],o=this.getUpdatedChildActions(n,r);return o?o[0]:void 0},e}(p.ActionSetWithChildren);e.MarketingExternalActivityTopBar=h,e.create=function(t,e){return new h(t,e)}},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.fullPageLoad=e.skeletonPageLoad=e.Action=void 0;var r,o=n(1),i=n(0);!function(t){t.SKELETON_PAGE_LOAD="APP::PERFORMANCE::SKELETON_PAGE_LOAD",t.FULL_PAGE_LOAD="APP::PERFORMANCE::FULL_PAGE_LOAD"}(r=e.Action||(e.Action={})),e.skeletonPageLoad=function(){return i.actionWrapper({group:o.Group.Performance,type:r.SKELETON_PAGE_LOAD})},e.fullPageLoad=function(){return i.actionWrapper({group:o.Group.Performance,type:r.FULL_PAGE_LOAD})}},function(t,e,n){"use strict";var r=this&&this.__importDefault||function(t){return t&&t.__esModule?t:{default:t}};Object.defineProperty(e,"__esModule",{value:!0});var o=r(n(74));e.default=o.default},function(t,e,n){"use strict";var r,o=this&&this.__extends||(r=function(t,e){return(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n])})(t,e)},function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");function n(){this.constructor=t}r(t,e),t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)}),i=this&&this.__importDefault||function(t){return t&&t.__esModule?t:{default:t}};Object.defineProperty(e,"__esModule",{value:!0});var u=i(n(3)),a=n(6),s=n(5),c=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return o(e,t),e.prototype.componentDidMount=function(){var t=this.context;this.loading=a.Loading.create(t),null!=this.loading&&this.loading.dispatch(a.Loading.Action.START)},e.prototype.componentWillUnmount=function(){null!=this.loading&&this.loading.dispatch(a.Loading.Action.STOP)},e.prototype.render=function(){return null},e.contextType=s.AppBridgeContext,e}(u.default.Component);e.default=c},function(t,e,n){"use strict";var r=this&&this.__importDefault||function(t){return t&&t.__esModule?t:{default:t}};Object.defineProperty(e,"__esModule",{value:!0}),e.Props=e.ModalContent=void 0;var o=r(n(30)),i=n(76);Object.defineProperty(e,"ModalContent",{enumerable:!0,get:function(){return r(i).default}});var u=n(30);Object.defineProperty(e,"Props",{enumerable:!0,get:function(){return u.Props}}),e.default=o.default},function(t,e,n){"use strict";var r=this&&this.__importDefault||function(t){return t&&t.__esModule?t:{default:t}};Object.defineProperty(e,"__esModule",{value:!0});var o=r(n(77));e.default=o.default},function(t,e,n){"use strict";var r,o=this&&this.__extends||(r=function(t,e){return(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n])})(t,e)},function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");function n(){this.constructor=t}r(t,e),t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)}),i=this&&this.__importDefault||function(t){return t&&t.__esModule?t:{default:t}};Object.defineProperty(e,"__esModule",{value:!0});var u=i(n(3)),a=n(6),s=n(5),c=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return o(e,t),e.prototype.componentDidMount=function(){var t=this.context;this.modalContent=a.ModalContent.create(t),this.syncLoadingStatus()},e.prototype.componentDidUpdate=function(){this.syncLoadingStatus()},e.prototype.syncLoadingStatus=function(){this.modalContent&&(this.props.loading?this.modalContent.loading():this.modalContent.loaded())},e.prototype.render=function(){return null},e.contextType=s.AppBridgeContext,e}(u.default.Component);e.default=c},function(t,e,n){"use strict";var r=this&&this.__importDefault||function(t){return t&&t.__esModule?t:{default:t}};Object.defineProperty(e,"__esModule",{value:!0}),e.Props=void 0;var o=r(n(32)),i=n(32);Object.defineProperty(e,"Props",{enumerable:!0,get:function(){return i.Props}}),e.default=o.default},function(t,e,n){"use strict";var r=this&&this.__importDefault||function(t){return t&&t.__esModule?t:{default:t}};Object.defineProperty(e,"__esModule",{value:!0}),e.Props=void 0;var o=r(n(33)),i=n(33);Object.defineProperty(e,"Props",{enumerable:!0,get:function(){return i.Props}}),e.default=o.default},function(t,e,n){t.exports=n(81)},function(t,e,n){"use strict";var r=this&&this.__createBinding||(Object.create?function(t,e,n,r){void 0===r&&(r=n),Object.defineProperty(t,r,{enumerable:!0,get:function(){return e[n]}})}:function(t,e,n,r){void 0===r&&(r=n),t[r]=e[n]}),o=this&&this.__exportStar||function(t,e){for(var n in t)"default"===n||Object.prototype.hasOwnProperty.call(e,n)||r(e,t,n)};Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var i=n(34);Object.defineProperty(e,"default",{enumerable:!0,get:function(){return i.createApp}}),o(n(18),e),o(n(34),e)},function(t,e){var n,r,o=t.exports={};function i(){throw new Error("setTimeout has not been defined")}function u(){throw new Error("clearTimeout has not been defined")}function a(t){if(n===setTimeout)return setTimeout(t,0);if((n===i||!n)&&setTimeout)return n=setTimeout,setTimeout(t,0);try{return n(t,0)}catch(e){try{return n.call(null,t,0)}catch(e){return n.call(this,t,0)}}}!function(){try{n="function"==typeof setTimeout?setTimeout:i}catch(t){n=i}try{r="function"==typeof clearTimeout?clearTimeout:u}catch(t){r=u}}();var s,c=[],p=!1,l=-1;function f(){p&&s&&(p=!1,s.length?c=s.concat(c):l=-1,c.length&&d())}function d(){if(!p){var t=a(f);p=!0;for(var e=c.length;e;){for(s=c,c=[];++l<e;)s&&s[l].run();l=-1,e=c.length}s=null,p=!1,function(t){if(r===clearTimeout)return clearTimeout(t);if((r===u||!r)&&clearTimeout)return r=clearTimeout,clearTimeout(t);try{r(t)}catch(e){try{return r.call(null,t)}catch(e){return r.call(this,t)}}}(t)}}function h(t,e){this.fun=t,this.array=e}function y(){}o.nextTick=function(t){var e=new Array(arguments.length-1);if(arguments.length>1)for(var n=1;n<arguments.length;n++)e[n-1]=arguments[n];c.push(new h(t,e)),1!==c.length||p||a(d)},h.prototype.run=function(){this.fun.apply(null,this.array)},o.title="browser",o.browser=!0,o.env={},o.argv=[],o.version="",o.versions={},o.on=y,o.addListener=y,o.once=y,o.off=y,o.removeListener=y,o.removeAllListeners=y,o.emit=y,o.prependListener=y,o.prependOnceListener=y,o.listeners=function(t){return[]},o.binding=function(t){throw new Error("process.binding is not supported")},o.cwd=function(){return"/"},o.chdir=function(t){throw new Error("process.chdir is not supported")},o.umask=function(){return 0}},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.serverAppBridge=void 0;var r=n(9),o=function(){};e.serverAppBridge={dispatch:function(){return{}},error:function(){return o},featuresAvailable:function(){return Promise.reject(r.fromAction("Feature detection is only available on the client side.",r.AppActionType.WINDOW_UNDEFINED))},getState:function(){return Promise.reject(r.fromAction("State is only available on the client side.",r.AppActionType.WINDOW_UNDEFINED))},localOrigin:"",hostOrigin:"",subscribe:function(){return o}}},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.handleAppPrint=void 0;var r=n(37);function o(){var t;null===(t=r.getWindow())||void 0===t||t.print()}function i(){var t=function(){var t=r.getWindow();if(t&&t.document&&t.document.body){var e=t.document.createElement("input");return e.style.display="none",t.document.body.appendChild(e),e}}();t&&(t.select(),o(),t.remove())}e.handleAppPrint=function(){navigator.userAgent.indexOf("iOS")>=0?i():o()}},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var r=n(15),o=function(){function t(){this.map={}}return t.prototype.set=function(t,e){Object.prototype.hasOwnProperty.call(this.map,t)||(this.map[t]=[]);var n={handler:e,remove:function(){}},o=r.addAndRemoveFromCollection(this.map[t],n);return n={handler:e,remove:o},o},t.prototype.get=function(t){var e=this.map[t];return e?e.map((function(t){return t.handler})):void 0},t.prototype.run=function(t,e,n){for(var r=[],o=3;o<arguments.length;o++)r[o-3]=arguments[o];var i=0,u=this.get(t)||[];function a(){for(var t=[],r=0;r<arguments.length;r++)t[r]=arguments[r];var o=u[i++];return o?o(a).apply(n,t):e.apply(n,t)}return a.apply(n,r)},t}();e.default=o},function(t,e,n){"use strict";var r,o=this&&this.__extends||(r=function(t,e){return(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n])})(t,e)},function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");function n(){this.constructor=t}r(t,e),t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)}),i=this&&this.__importDefault||function(t){return t&&t.__esModule?t:{default:t}};Object.defineProperty(e,"__esModule",{value:!0});var u=i(n(3)),a=n(5),s=n(19),c=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return o(e,t),e.prototype.componentDidMount=function(){var t=this.props.history;this.unsubscribe=s.handleRouteChange(this.context,t)},e.prototype.componentWillUnmount=function(){this.unsubscribe&&this.unsubscribe()},e.prototype.render=function(){return null},e.contextType=a.AppBridgeContext,e}(u.default.Component);e.default=c},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var r=n(3),o=n(4),i=n(19);e.default=function(t){var e=o.useAppBridge();r.useEffect((function(){return i.handleRouteChange(e,t)}),[e,t])}},function(t,e,n){"use strict";var r,o=this&&this.__extends||(r=function(t,e){return(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n])})(t,e)},function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");function n(){this.constructor=t}r(t,e),t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)}),i=this&&this.__importDefault||function(t){return t&&t.__esModule?t:{default:t}};Object.defineProperty(e,"__esModule",{value:!0});var u=i(n(3)),a=n(5),s=n(20),c=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return o(e,t),e.prototype.componentDidMount=function(){var t=this.props.location;s.updateHistory(this.context,t)},e.prototype.componentDidUpdate=function(t){var e=t.location,n=this.props.location;n!==e&&s.updateHistory(this.context,n)},e.prototype.render=function(){return null},e.contextType=a.AppBridgeContext,e}(u.default.Component);e.default=c},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.getOrigin=e.getTopWindow=e.getSelfWindow=void 0,e.getSelfWindow=function(){return window.self},e.getTopWindow=function(){return window.top},e.getOrigin=function(){return location.origin}},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var r=n(3),o=n(4),i=n(20);e.default=function(t){var e=o.useAppBridge();r.useEffect((function(){i.updateHistory(e,t)}),[e,t])}},function(t){t.exports=JSON.parse('{"name":"@shopify/app-bridge-react","version":"2.0.27","types":"index.d.ts","main":"index.js","unpkg":"umd/index.js","jsdelivr":"umd/index.js","files":["/components/","/umd/","/hooks/","/utilities/","/context.d.ts","/context.js","/index.d.ts","/index.js","/types.d.ts","/types.js","/useAppBridge.d.ts","/useAppBridge.js"],"private":false,"publishConfig":{"access":"public","@shopify:registry":"https://registry.npmjs.org"},"repository":"git@github.com:Shopify/app-bridge.git","homepage":"https://shopify.dev/tools/app-bridge/react-components","author":"Shopify Inc.","license":"MIT","scripts":{"build":"yarn build:tsc && yarn build:umd","build:tsc":"NODE_ENV=production tsc","build:umd":"NODE_ENV=production webpack -p","check":"tsc","clean":"cat package.json | node -pe \\"JSON.parse(require(\'fs\').readFileSync(\'/dev/stdin\').toString()).files.map(f => \'./\'+f).join(\' \')\\" | xargs rm -rf","pack":"yarn pack","size":"size-limit"},"sideEffects":false,"size-limit":[{"limit":"30 KB","path":"index.js"}],"dependencies":{"@shopify/app-bridge":"^2.0.27"},"devDependencies":{"@types/react":"^17.0.38","enzyme":"3.11.0","react-dom":"^17.0.2"},"peerDependencies":{"react":"^16.0.0 || ^17.0.0"}}')},function(t,e,n){"use strict";var r=this&&this.__importDefault||function(t){return t&&t.__esModule?t:{default:t}};Object.defineProperty(e,"__esModule",{value:!0}),e.Props=void 0;var o=r(n(40)),i=n(40);Object.defineProperty(e,"Props",{enumerable:!0,get:function(){return i.Props}}),e.default=o.default},function(t,e,n){"use strict";var r=this&&this.__importDefault||function(t){return t&&t.__esModule?t:{default:t}};Object.defineProperty(e,"__esModule",{value:!0}),e.Props=void 0;var o=r(n(41)),i=n(41);Object.defineProperty(e,"Props",{enumerable:!0,get:function(){return i.Props}}),e.default=o.default},function(t,e,n){"use strict";var r=this&&this.__importDefault||function(t){return t&&t.__esModule?t:{default:t}};Object.defineProperty(e,"__esModule",{value:!0}),e.Props=void 0;var o=r(n(42)),i=n(42);Object.defineProperty(e,"Props",{enumerable:!0,get:function(){return i.Props}}),e.default=o.default},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.useNavigate=e.useAppBridgeState=e.useToast=e.useNavigationHistory=e.useFeatureRequest=e.useFeaturesAvailable=e.useContextualSaveBar=void 0;var r=n(96);Object.defineProperty(e,"useContextualSaveBar",{enumerable:!0,get:function(){return r.useContextualSaveBar}});var o=n(43);Object.defineProperty(e,"useFeaturesAvailable",{enumerable:!0,get:function(){return o.useFeaturesAvailable}});var i=n(99);Object.defineProperty(e,"useFeatureRequest",{enumerable:!0,get:function(){return i.useFeatureRequest}});var u=n(44);Object.defineProperty(e,"useNavigationHistory",{enumerable:!0,get:function(){return u.useNavigationHistory}});var a=n(102);Object.defineProperty(e,"useToast",{enumerable:!0,get:function(){return a.useToast}});var s=n(104);Object.defineProperty(e,"useAppBridgeState",{enumerable:!0,get:function(){return s.useAppBridgeState}});var c=n(106);Object.defineProperty(e,"useNavigate",{enumerable:!0,get:function(){return c.useNavigate}})},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.useContextualSaveBar=void 0;var r=n(97);Object.defineProperty(e,"useContextualSaveBar",{enumerable:!0,get:function(){return r.useContextualSaveBar}})},function(t,e,n){"use strict";var r=this&&this.__rest||function(t,e){var n={};for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&e.indexOf(r)<0&&(n[r]=t[r]);if(null!=t&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(t);o<r.length;o++)e.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(t,r[o])&&(n[r[o]]=t[r[o]])}return n};Object.defineProperty(e,"__esModule",{value:!0}),e.useContextualSaveBar=void 0;var o=n(3),i=n(27),u=n(4);e.useContextualSaveBar=function(t){var e=t.discardAction,n=t.saveAction,a=t.fullWidth,s=t.leaveConfirmationDisable,c=t.visible,p=u.useAppBridge(),l=n.onAction,f=r(n,["onAction"]),d=e.onAction,h=r(e,["onAction"]),y=o.useMemo((function(){return i.create(p,{saveAction:f,discardAction:h,fullWidth:a,leaveConfirmationDisable:s})}),[p]);return o.useEffect((function(){y.set({saveAction:f,discardAction:h,fullWidth:a,leaveConfirmationDisable:s},Boolean(c))}),[y,f,h,a,s,c]),o.useEffect((function(){return y.subscribe(i.Action.DISCARD,d),y.subscribe(i.Action.SAVE,l),function(){y.unsubscribe()}}),[y]),o.useEffect((function(){c?y.dispatch(i.Action.SHOW):y.dispatch(i.Action.HIDE)}),[y,c]),null}},function(t,e,n){"use strict";var r=this&&this.__awaiter||function(t,e,n,r){return new(n||(n=Promise))((function(o,i){function u(t){try{s(r.next(t))}catch(t){i(t)}}function a(t){try{s(r.throw(t))}catch(t){i(t)}}function s(t){var e;t.done?o(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(u,a)}s((r=r.apply(t,e||[])).next())}))},o=this&&this.__generator||function(t,e){var n,r,o,i,u={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:a(0),throw:a(1),return:a(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function a(i){return function(a){return function(i){if(n)throw new TypeError("Generator is already executing.");for(;u;)try{if(n=1,r&&(o=2&i[0]?r.return:i[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,i[1])).done)return o;switch(r=0,o&&(i=[2&i[0],o.value]),i[0]){case 0:case 1:o=i;break;case 4:return u.label++,{value:i[1],done:!1};case 5:u.label++,r=i[1],i=[0];continue;case 7:i=u.ops.pop(),u.trys.pop();continue;default:if(!(o=u.trys,(o=o.length>0&&o[o.length-1])||6!==i[0]&&2!==i[0])){u=0;continue}if(3===i[0]&&(!o||i[1]>o[0]&&i[1]<o[3])){u.label=i[1];break}if(6===i[0]&&u.label<o[1]){u.label=o[1],o=i;break}if(o&&u.label<o[2]){u.label=o[2],u.ops.push(i);break}o[2]&&u.ops.pop(),u.trys.pop();continue}i=e.call(t,u)}catch(t){i=[6,t],r=0}finally{n=o=0}if(5&i[0])throw i[1];return{value:i[0]?i[1]:void 0,done:!0}}([i,a])}}};Object.defineProperty(e,"__esModule",{value:!0}),e.useFeaturesAvailable=void 0;var i=n(3),u=n(16),a=n(4);e.useFeaturesAvailable=function(){for(var t=this,e=[],n=0;n<arguments.length;n++)e[n]=arguments[n];var s=a.useAppBridge(),c=i.useState(),p=c[0],l=c[1],f=i.useRef([]),d=i.useCallback((function(){var e=!1;return r(t,void 0,void 0,(function(){var t;return o(this,(function(n){switch(n.label){case 0:return[4,s.featuresAvailable.apply(s,f.current)];case 1:return t=n.sent(),e||l((function(e){return JSON.stringify(e)===JSON.stringify(t)?e:t})),[2]}}))})),function(){e=!0}}),[s]);return i.useEffect((function(){return f.current=e,d()}),[JSON.stringify(e)]),i.useEffect((function(){var t,e=s.subscribe(u.Action.UPDATE,(function(){t=d()}));return function(){e(),null==t||t()}}),[s,d]),p}},function(t,e,n){"use strict";var r=this&&this.__createBinding||(Object.create?function(t,e,n,r){void 0===r&&(r=n),Object.defineProperty(t,r,{enumerable:!0,get:function(){return e[n]}})}:function(t,e,n,r){void 0===r&&(r=n),t[r]=e[n]}),o=this&&this.__exportStar||function(t,e){for(var n in t)"default"===n||Object.prototype.hasOwnProperty.call(e,n)||r(e,t,n)};Object.defineProperty(e,"__esModule",{value:!0}),o(n(100),e)},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.useFeatureRequest=void 0;var r=n(3),o=n(23),i=n(4),u=n(43);e.useFeatureRequest=function(t,e){var n=i.useAppBridge(),a=u.useFeaturesAvailable(),s=r.useState(),c=s[0],p=s[1],l=r.useCallback((function(n){var r=null==n?void 0:n[t];if(e&&(null==r?void 0:r[e])){var o=null==r?void 0:r[e];p((function(t){return JSON.stringify(o)!==JSON.stringify(t)?o:t}))}else p((function(t){return JSON.stringify(r)!==JSON.stringify(t)?r:t}))}),[t,e]);return r.useEffect((function(){o.create(n).dispatch(o.Action.REQUEST,{feature:t,action:e})}),[n,t,e]),r.useEffect((function(){l(a)}),[a,l]),c}},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.useNavigationHistory=void 0;var r=n(3),o=n(6),i=n(4);e.useNavigationHistory=function(){var t=i.useAppBridge();return r.useMemo((function(){var e=o.History.create(t);return{push:function(t){e.dispatch(o.History.Action.PUSH,t.pathname)},replace:function(t){e.dispatch(o.History.Action.REPLACE,t.pathname)}}}),[])}},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.useToast=void 0;var r=n(103);Object.defineProperty(e,"useToast",{enumerable:!0,get:function(){return r.useToast}})},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.useToast=e.DEFAULT_TOAST_DURATION=void 0;var r=n(3),o=n(12),i=n(4);e.DEFAULT_TOAST_DURATION=5e3,e.useToast=function(){var t,n=i.useAppBridge(),u=r.useCallback((function(r){var i=r.content,u=r.duration,a=void 0===u?e.DEFAULT_TOAST_DURATION:u,s=r.isError,c=r.onDismiss;(t=o.create(n,{message:i,isError:s,duration:a})).dispatch(o.Action.SHOW),c&&t.subscribe(o.Action.CLEAR,c)}),[n]);return r.useEffect((function(){return function(){t.unsubscribe()}}),[]),{show:u}}},function(t,e,n){"use strict";var r=this&&this.__createBinding||(Object.create?function(t,e,n,r){void 0===r&&(r=n),Object.defineProperty(t,r,{enumerable:!0,get:function(){return e[n]}})}:function(t,e,n,r){void 0===r&&(r=n),t[r]=e[n]}),o=this&&this.__exportStar||function(t,e){for(var n in t)"default"===n||Object.prototype.hasOwnProperty.call(e,n)||r(e,t,n)};Object.defineProperty(e,"__esModule",{value:!0}),o(n(105),e)},function(t,e,n){"use strict";var r=this&&this.__awaiter||function(t,e,n,r){return new(n||(n=Promise))((function(o,i){function u(t){try{s(r.next(t))}catch(t){i(t)}}function a(t){try{s(r.throw(t))}catch(t){i(t)}}function s(t){var e;t.done?o(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(u,a)}s((r=r.apply(t,e||[])).next())}))},o=this&&this.__generator||function(t,e){var n,r,o,i,u={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:a(0),throw:a(1),return:a(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function a(i){return function(a){return function(i){if(n)throw new TypeError("Generator is already executing.");for(;u;)try{if(n=1,r&&(o=2&i[0]?r.return:i[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,i[1])).done)return o;switch(r=0,o&&(i=[2&i[0],o.value]),i[0]){case 0:case 1:o=i;break;case 4:return u.label++,{value:i[1],done:!1};case 5:u.label++,r=i[1],i=[0];continue;case 7:i=u.ops.pop(),u.trys.pop();continue;default:if(!(o=u.trys,(o=o.length>0&&o[o.length-1])||6!==i[0]&&2!==i[0])){u=0;continue}if(3===i[0]&&(!o||i[1]>o[0]&&i[1]<o[3])){u.label=i[1];break}if(6===i[0]&&u.label<o[1]){u.label=o[1],o=i;break}if(o&&u.label<o[2]){u.label=o[2],u.ops.push(i);break}o[2]&&u.ops.pop(),u.trys.pop();continue}i=e.call(t,u)}catch(t){i=[6,t],r=0}finally{n=o=0}if(5&i[0])throw i[1];return{value:i[0]?i[1]:void 0,done:!0}}([i,a])}}};Object.defineProperty(e,"__esModule",{value:!0}),e.useAppBridgeState=void 0;var i=n(3),u=n(4);e.useAppBridgeState=function(t){var e=u.useAppBridge(),n=i.useState(),a=n[0],s=n[1],c=i.useRef(!1),p=i.useCallback((function(){return r(void 0,void 0,void 0,(function(){var n,r;return o(this,(function(o){switch(o.label){case 0:return t?[4,e.getState(t)]:[3,2];case 1:return r=o.sent(),[3,4];case 2:return[4,e.getState()];case 3:r=o.sent(),o.label=4;case 4:return n=r,c.current?[2]:(s((function(t){return JSON.stringify(n)===JSON.stringify(t)?t:n})),[2])}}))}))}),[e,t]);return i.useEffect((function(){return p(),e.subscribe((function(){p()}))}),[e,p]),i.useEffect((function(){return function(){c.current=!0}}),[e]),a}},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.useNavigate=void 0;var r=n(107);Object.defineProperty(e,"useNavigate",{enumerable:!0,get:function(){return r.useNavigate}})},function(t,e,n){"use strict";var r=this&&this.__assign||function(){return(r=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++)for(var o in e=arguments[n])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t}).apply(this,arguments)},o=this&&this.__createBinding||(Object.create?function(t,e,n,r){void 0===r&&(r=n),Object.defineProperty(t,r,{enumerable:!0,get:function(){return e[n]}})}:function(t,e,n,r){void 0===r&&(r=n),t[r]=e[n]}),i=this&&this.__setModuleDefault||(Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e}),u=this&&this.__importStar||function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var n in t)"default"!==n&&Object.prototype.hasOwnProperty.call(t,n)&&o(e,t,n);return i(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.isAdminSection=e.useNavigate=void 0;var a=n(3),s=u(n(13)),c=n(4),p=n(44);function l(t){return"object"==typeof t&&"string"==typeof(null==t?void 0:t.name)}function f(t){return""+t.pathname+(t.search||"")+(t.hash||"")}function d(t){if("string"==typeof t)return t.startsWith("/")?t:f(new URL(t));var e=t.search instanceof URLSearchParams?t.search.toString():t.search;return f(r(r({},t),{search:e}))}e.useNavigate=function(){var t=c.useAppBridge(),e=p.useNavigationHistory(),n=a.useMemo((function(){return s.create(t)}),[t]),o=a.useCallback((function(r,o){var i=function(t){if(t instanceof URL)return t.toString();if("string"==typeof t)return t;return d(t)}(r),u=i.startsWith(t.localOrigin),a=i.startsWith(t.hostOrigin),c=i.startsWith("/");if(u||a||c){var p=d(i);return a||"new"===(null==o?void 0:o.target)||"host"===(null==o?void 0:o.target)?void n.dispatch(s.Action.ADMIN_PATH,{path:p.replace(/^\/admin/,""),newContext:"new"===(null==o?void 0:o.target)}):"self"!==(null==o?void 0:o.target)&&(null==o?void 0:o.target)||!(null==o?void 0:o.replace)?void n.dispatch(s.Action.APP,p):void e.replace({pathname:p})}n.dispatch(s.Action.REMOTE,{url:i,newContext:"new"===(null==o?void 0:o.target)})}),[n,e]);return a.useCallback((function(t,e){if(l(t)){var i=r(r({},t),{name:s.ResourceType[t.name]});n.dispatch(s.Action.ADMIN_SECTION,{section:i,newContext:"new"===(null==e?void 0:e.target)})}else o(t,e)}),[o,n])},e.isAdminSection=l}])}));