{"version":3,"sources":["common/system.config-prod.js"],"names":["systemJsConfig","baseURL","map","lib","hy","temp","events","t3","jquery","lodash","picturefill","conditioner","utils/Observer","utils/mergeObjects","core/app","meta","core/vendor/conditioner/conditioner.js","core/vendor/conditioner/monitors/media.js","deps","bundles","common/bundle","packages","","defaultExtension","module","exports","window","define","System","amdDefine","require","requirejs","amdRequire","config","then","app","start","key","value"],"mappings":"AAAA,GAAIA,iBACAC,QAAS,aACTC,KACIC,IAAK,aAELC,GAAI,UACJC,KAAM,cAENC,OAAQ,4BAERC,GAAI,yBACJC,OAAQ,8BACRC,OAAQ,8BACRC,YAAa,wCAEbC,YAAa,yCACbC,iBAAkB,4CAClBC,qBAAsB,gDAEtBC,WAAY,eAEhBC,MACIC,0CAEI,gDACA,gDAGA,6CACA,4CACA,yCACA,6CACA,6CACA,6CACA,6CACA,+CAGJC,6CACIC,MACI,0CACA,yDAIZC,SACIC,iBACI,WAEA,SACA,SACA,cAEA,KAEA,cAEA,eACA,gBACA,iBACA,cAEA,SAEA,4CACA,0CACA,sDAEA,+BAEA,mCACA,2BACA,iCACA,gCACA,mCACA,iCAGRC,UACIC,IACIC,iBAAkB,OAKT,oBAAXC,QACNA,OAAOC,QAAUzB,gBAEjB0B,OAAOC,OAASC,OAAOC,UACvBH,OAAOI,QAAUJ,OAAOK,UAAYH,OAAOI,YAG/CJ,OAAOK,OAAOjC,gBACd4B,OAAAA,UAAc,YAAYM,KAAK,SAASC,GACpCA,EAAIC,MAAMV,OAAQ,OACZW,IAAK,WAAsBC,MAAO,uBAClCD,IAAK,YAAsBC,MAAO,+CAClCD,IAAK,WAAsBC,MAAO,gDAClCD,IAAK,WAAsBC,MAAO,uBAClCD,IAAK,YAAsBC,MAAO,wBAClCD,IAAK,WAAsBC,MAAO,wBAClCD,IAAK,aAAsBC,MAAO,wBAClCD,IAAK,YAAsBC,MAAO,wBAClCD,IAAK,qBAAsBC,MAAO","file":"../../../js/common/system.config-prod.js","sourcesContent":["var systemJsConfig = {\n baseURL: '/assets/js',\n map: {\n lib: 'common/lib',\n\n hy: 'core/hy',\n temp: 'common/temp',\n\n events: 'core/events/event-list.js',\n\n t3: 'core/vendor/t3js/t3.js',\n jquery: 'common/lib/jquery/jquery.js',\n lodash: 'common/lib/lodash/lodash.js',\n picturefill: 'common/lib/picturefill/picturefill.js',\n\n conditioner: 'core/vendor/conditioner/conditioner.js',\n 'utils/Observer': 'core/vendor/conditioner/utils/Observer.js',\n 'utils/mergeObjects': 'core/vendor/conditioner/utils/mergeObjects.js',\n\n 'core/app': 'core/app.js'\n },\n meta: {\n 'core/vendor/conditioner/conditioner.js': [\n // DOMContentLoaded is required for addEventListener to shim the 'DOMContentLoaded' event\n 'core/vendor/conditioner/shim/DOMContentLoaded',\n 'core/vendor/conditioner/shim/addEventListener',\n\n // Other small shims\n 'core/vendor/conditioner/shim/Array.forEach',\n 'core/vendor/conditioner/shim/Array.filter',\n 'core/vendor/conditioner/shim/Array.map',\n 'core/vendor/conditioner/shim/Array.indexOf',\n 'core/vendor/conditioner/shim/Array.isArray',\n 'core/vendor/conditioner/shim/Function.bind',\n 'core/vendor/conditioner/shim/Object.create',\n 'core/vendor/conditioner/shim/Object.keys,js'\n\n ],\n 'core/vendor/conditioner/monitors/media.js': {\n deps: [\n 'core/vendor/conditioner/shim/matchMedia',\n 'core/vendor/conditioner/shim/matchMedia.addListener'\n ]\n }\n },\n bundles :{\n 'common/bundle': [\n 'core/app',\n\n 'jquery',\n 'lodash',\n 'picturefill',\n\n 't3',\n\n 'conditioner',\n\n 'hy/hy-module',\n 'hy/hy-service',\n 'hy/hy-behavior',\n 'hy/hy-utils',\n\n 'events',\n\n 'core/vendor/conditioner/monitors/media.js',\n 'core/vendor/conditioner/shim/matchMedia',\n 'core/vendor/conditioner/shim/matchMedia.addListener',\n \n 'core/modules/hiding-focus.js',\n \n 'common/modules/ajax-send-form.js',\n 'common/modules/am-map.js',\n 'common/modules/autocomplete.js',\n 'common/modules/count-width.js',\n 'common/modules/floating-label.js',\n 'common/modules/off-canvas.js'\n ]\n },\n packages: {\n '': {\n defaultExtension: 'js'\n }\n }\n};\n\nif(typeof module !== 'undefined') {\n module.exports = systemJsConfig;\n} else {\n window.define = System.amdDefine;\n window.require = window.requirejs = System.amdRequire;\n}\n\nSystem.config(systemJsConfig);\nSystem.import('core/app').then(function(app) {\n app.start(window, 'HY', [\n { key: 'eq-small', value: '(max-width: 767px)' },\n { key: 'eq-medium', value: '(min-width: 768px) and (max-width: 1023px)' },\n { key: 'eq-large', value: '(min-width: 1024px) and (max-width: 1299px)' },\n { key: 'gt-small', value: '(min-width: 768px)' },\n { key: 'gt-medium', value: '(min-width: 1024px)' },\n { key: 'gt-large', value: '(min-width: 1300px)' },\n { key: 'lte-medium', value: '(max-width: 1023px)' },\n { key: 'lte-large', value: '(max-width: 1299px)' },\n { key: 'gt-small-lte-large', value: '(min-width: 768px) and (max-width: 1299px)' }\n ]);\n});\n"]}