{"version":3,"sources":["webpack:///./src/views/sessions/components/SessionLimitControl.vue?5f05","webpack:///./src/views/sessions/components/SessionLimitControl.vue","webpack:///./src/views/sessions/components/SessionLimitControl.vue?5a7a","webpack:///./src/views/sessions/components/SessionLimitControl.vue?842f"],"names":["render","_vm","this","_h","$createElement","_c","_self","staticClass","staticStyle","_v","_s","$t","VSelect","attrs","values","model","value","callback","$$v","limit","expression","staticRenderFns","SessionLimitControl","len","length","vals","Array","Math","floor","fill","map","_","i","Vue","__decorate","Prop","default","PropSync","Component","component"],"mappings":"uIAEIA,EAAS,WAAa,IAAIC,EAAIC,KAASC,EAAGF,EAAIG,eAAmBC,EAAGJ,EAAIK,MAAMD,IAAIF,EAAG,OAAOE,EAAG,MAAM,CAACE,YAAY,cAAcC,YAAY,CAAC,cAAc,WAAW,CAACH,EAAG,MAAM,CAACE,YAAY,QAAQ,CAACN,EAAIQ,GAAGR,EAAIS,GAAGT,EAAIU,GAAG,0BAA0BN,EAAGO,EAAA,KAAQ,CAACJ,YAAY,CAAC,YAAY,QAAQ,OAAS,MAAM,QAAU,OAAOK,MAAM,CAAC,MAAQZ,EAAIa,OAAO,eAAe,GAAG,KAAO,GAAG,MAAQ,GAAG,SAAW,IAAIC,MAAM,CAACC,MAAOf,EAAS,MAAEgB,SAAS,SAAUC,GAAMjB,EAAIkB,MAAMD,GAAKE,WAAW,YAAY,IAC1eC,EAAkB,G,gICiBDC,EAAmB,2HAWrC,OAXqC,oCAItC,WACE,IAAIC,EAAMrB,KAAKsB,OACf,GAAID,EAAM,EAAG,MAAO,GACpB,IAAME,EAAO,IAAIC,MAAcC,KAAKC,MAAML,EAAM,IAC7CM,KAAK,EAAG,GACRC,KAAI,SAACC,EAAGC,GAAC,OAAe,GAATA,EAAI,MACtB,OAAOT,EAAM,EAAIE,EAAO,GAAH,sBAAOA,GAAI,CAAEF,QACnC,EAXqC,CAASU,cACnBC,gBAA3BC,eAAK,CAAEC,QAAS,kBAAM,MAAI,6BACkBF,gBAA5CG,eAAS,YAAa,CAAED,QAAS,kBAAM,MAAI,4BAFzBd,EAAmB,gBADvCgB,QACoBhB,WCpB6Z,I,YCO9aiB,EAAY,eACd,EACAvC,EACAqB,GACA,EACA,KACA,KACA,MAIa,aAAAkB,E","file":"assets/js/chunk-2d0bfed7.409885de.js","sourcesContent":["import { VSelect } from 'vuetify/lib/components/VSelect';\n\nvar render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:\"d-flex mr-4\",staticStyle:{\"align-items\":\"center\"}},[_c('div',{staticClass:\"mr-4\"},[_vm._v(_vm._s(_vm.$t(\"sess.progresslimit\")))]),_c(VSelect,{staticStyle:{\"max-width\":\"100px\",\"margin\":\"0px\",\"padding\":\"0px\"},attrs:{\"items\":_vm.values,\"hide-details\":\"\",\"flat\":\"\",\"dense\":\"\",\"outlined\":\"\"},model:{value:(_vm.limit),callback:function ($$v) {_vm.limit=$$v},expression:\"limit\"}})],1)}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\r\nimport Vue from \"vue\";\r\nimport { Component, Prop, PropSync } from \"vue-property-decorator\";\r\n\r\n@Component\r\nexport default class SessionLimitControl extends Vue {\r\n @Prop({ default: () => 0 }) length!: number;\r\n @PropSync(\"limitProp\", { default: () => 0 }) limit!: number;\r\n\r\n get values() {\r\n let len = this.length;\r\n if (len < 2) return [];\r\n const vals = new Array(Math.floor(len / 2))\r\n .fill(0, 0)\r\n .map((_, i) => (i + 1) * 2);\r\n return len % 2 ? vals : [...vals, len];\r\n }\r\n}\r\n","import mod from \"-!../../../../node_modules/cache-loader/dist/cjs.js??ref--15-0!../../../../node_modules/thread-loader/dist/cjs.js!../../../../node_modules/babel-loader/lib/index.js!../../../../node_modules/ts-loader/index.js??ref--15-3!../../../../node_modules/cache-loader/dist/cjs.js??ref--1-0!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./SessionLimitControl.vue?vue&type=script&lang=ts&\"; export default mod; export * from \"-!../../../../node_modules/cache-loader/dist/cjs.js??ref--15-0!../../../../node_modules/thread-loader/dist/cjs.js!../../../../node_modules/babel-loader/lib/index.js!../../../../node_modules/ts-loader/index.js??ref--15-3!../../../../node_modules/cache-loader/dist/cjs.js??ref--1-0!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./SessionLimitControl.vue?vue&type=script&lang=ts&\"","import { render, staticRenderFns } from \"./SessionLimitControl.vue?vue&type=template&id=06507322&\"\nimport script from \"./SessionLimitControl.vue?vue&type=script&lang=ts&\"\nexport * from \"./SessionLimitControl.vue?vue&type=script&lang=ts&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null\n \n)\n\nexport default component.exports"],"sourceRoot":""}