{"version":3,"sources":["webpack:///o-doc-list.js","webpack:///./Sig.Web/src/atomic/organism/o-doc-list/o-doc-list.chunk.js"],"names":["webpackJsonp","129","module","exports","__webpack_require__","_classCallCheck","instance","Constructor","TypeError","require","$","DocumentList","document","container","this","$container","$orderSelect","find","change","window","location","href","val","initModels","each","130"],"mappings":"AAAAA,cAAc,KAERC,IACA,SAAUC,EAAQC,EAASC,GAEjC,YAGA,SAASC,GAAgBC,EAAUC,GAAe,KAAMD,YAAoBC,IAAgB,KAAM,IAAIC,WAAU,qCCRhHC,EAAQ,IAER,IAAIC,GAAID,EAAQ,GAGVE,GAFUD,EAAEE,UAGd,WAAYC,GAAW,UACnBC,KAAKC,WAAaL,EAAEG,EAEpB,IAAIG,GAAeF,KAAKC,WAAWE,KAAK,iCAExCD,GAAaE,OAAO,WAChBC,OAAOC,SAASC,KAAOL,EAAaM,UAK5CC,EAAa,WACbb,EAAE,qBAAqBc,KAAK,WACpBV,KAAKH,eACTG,KAAKH,aAAe,GAAIA,GAAaG,WAIlC,WACPS,QDiBEE,IACA,SAAUvB,EAAQC,OAMrB","file":"o-doc-list.js","sourcesContent":["webpackJsonp([48],{\n\n/***/ 129:\n/***/ (function(module, exports, __webpack_require__) {\n\n\"use strict\";\n\n\nfunction _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError(\"Cannot call a class as a function\"); } }\n\n__webpack_require__(130);\n\nvar $ = __webpack_require__(0);\nvar $document = $(document);\n\nvar DocumentList = function DocumentList(container) {\n _classCallCheck(this, DocumentList);\n\n this.$container = $(container);\n\n var $orderSelect = this.$container.find(\"[data-o-doc-list-order-values]\");\n\n $orderSelect.change(function () {\n window.location.href = $orderSelect.val();\n });\n};\n\nvar initModels = function initModels() {\n $(\"[data-o-doc-list]\").each(function () {\n if (this.DocumentList) return;\n this.DocumentList = new DocumentList(this);\n });\n};\n\nvar init = function init() {\n initModels();\n};\n\ninit();\n\n/***/ }),\n\n/***/ 130:\n/***/ (function(module, exports) {\n\n// removed by extract-text-webpack-plugin\n\n/***/ })\n\n},[129]);\n\n\n// WEBPACK FOOTER //\n// o-doc-list.js","require(\"./o-doc-list.scss\");\r\n\r\nvar $ = require(\"jquery\");\r\nlet $document = $(document);\r\n\r\nclass DocumentList {\r\n constructor(container) {\r\n this.$container = $(container);\r\n\r\n var $orderSelect = this.$container.find(\"[data-o-doc-list-order-values]\");\r\n\r\n $orderSelect.change(function () {\r\n window.location.href = $orderSelect.val();\r\n });\r\n }\r\n}\r\n\r\nlet initModels = function () {\r\n $(\"[data-o-doc-list]\").each(function () {\r\n if (this.DocumentList) return;\r\n this.DocumentList = new DocumentList(this);\r\n });\r\n}\r\n\r\nlet init = function () {\r\n initModels();\r\n}\r\n\r\ninit();\n\n\n// WEBPACK FOOTER //\n// ./Sig.Web/src/atomic/organism/o-doc-list/o-doc-list.chunk.js"],"sourceRoot":""}