@iamproperty/components 2.7.0 → 2.7.1
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/assets/css/core.min.css +1 -1
- package/assets/css/core.min.css.map +1 -1
- package/assets/css/style.min.css +1 -1
- package/assets/css/style.min.css.map +1 -1
- package/assets/js/modules/form.js +110 -0
- package/assets/js/modules/table.js +16 -8
- package/assets/js/scripts.bundle.js +85 -5
- package/assets/js/scripts.bundle.js.map +1 -1
- package/assets/js/scripts.bundle.min.js +2 -2
- package/assets/js/scripts.bundle.min.js.map +1 -1
- package/assets/sass/_corefiles.scss +1 -0
- package/assets/sass/_functions/mixins.scss +1 -1
- package/assets/sass/_functions/utilities.scss +9 -0
- package/assets/sass/_functions/variables.scss +35 -2
- package/assets/sass/components/accordion.scss +2 -2
- package/assets/sass/components/alert.scss +3 -3
- package/assets/sass/components/charts.scss +5 -9
- package/assets/sass/components/drawer.scss +3 -3
- package/assets/sass/components/header.scss +2 -1
- package/assets/sass/components/modal.scss +3 -3
- package/assets/sass/components/nav.scss +217 -20
- package/assets/sass/components/stepper.scss +1 -1
- package/assets/sass/components/tabs.scss +28 -2
- package/assets/sass/elements/container.scss +1 -1
- package/assets/sass/elements/forms.scss +66 -0
- package/assets/sass/elements/lists.scss +63 -0
- package/assets/sass/elements/panel.scss +162 -0
- package/assets/sass/elements/tables.scss +31 -0
- package/assets/sass/elements/tooltips.scss +29 -18
- package/assets/sass/foundations/media.scss +3 -3
- package/assets/sass/foundations/root.scss +11 -2
- package/dist/components.common.js +371 -36
- package/dist/components.common.js.map +1 -1
- package/dist/components.css +1 -1
- package/dist/components.css.map +1 -1
- package/dist/components.umd.js +371 -36
- package/dist/components.umd.js.map +1 -1
- package/dist/components.umd.min.js +1 -1
- package/dist/components.umd.min.js.map +1 -1
- package/package.json +1 -1
- package/src/components/Nav/Nav.vue +120 -5
- package/src/components/NoteFeed/NoteFeed.vue +79 -0
- package/src/components/NoteFeed/README.md +16 -0
- package/src/elements/FileUploads/FileUploads.vue +48 -0
- package/src/elements/FileUploads/README.md +24 -0
- package/src/elements/Input/Input.vue +33 -1
- package/src/elements/Input/README.md +1 -0
- package/src/index.js +2 -0
package/dist/components.umd.js
CHANGED
|
@@ -449,6 +449,7 @@ __webpack_require__.d(__webpack_exports__, "Icon", function() { return /* reexpo
|
|
|
449
449
|
__webpack_require__.d(__webpack_exports__, "Logo", function() { return /* reexport */ Logo; });
|
|
450
450
|
__webpack_require__.d(__webpack_exports__, "Table", function() { return /* reexport */ Table; });
|
|
451
451
|
__webpack_require__.d(__webpack_exports__, "Input", function() { return /* reexport */ Input; });
|
|
452
|
+
__webpack_require__.d(__webpack_exports__, "FileUploads", function() { return /* reexport */ FileUploads; });
|
|
452
453
|
__webpack_require__.d(__webpack_exports__, "Accordion", function() { return /* reexport */ Accordion; });
|
|
453
454
|
__webpack_require__.d(__webpack_exports__, "AccordionItem", function() { return /* reexport */ AccordionItem; });
|
|
454
455
|
__webpack_require__.d(__webpack_exports__, "Banner", function() { return /* reexport */ Banner; });
|
|
@@ -466,6 +467,7 @@ __webpack_require__.d(__webpack_exports__, "Step", function() { return /* reexpo
|
|
|
466
467
|
__webpack_require__.d(__webpack_exports__, "Tabs", function() { return /* reexport */ Tabs; });
|
|
467
468
|
__webpack_require__.d(__webpack_exports__, "Tab", function() { return /* reexport */ Tab; });
|
|
468
469
|
__webpack_require__.d(__webpack_exports__, "Alert", function() { return /* reexport */ Alert; });
|
|
470
|
+
__webpack_require__.d(__webpack_exports__, "NoteFeed", function() { return /* reexport */ NoteFeed; });
|
|
469
471
|
|
|
470
472
|
// CONCATENATED MODULE: ./node_modules/@vue/cli-service/lib/commands/build/setPublicPath.js
|
|
471
473
|
// This file is imported into lib/wc client bundles.
|
|
@@ -491,7 +493,7 @@ if (typeof window !== 'undefined') {
|
|
|
491
493
|
// Indicate to webpack that this file can be concatenated
|
|
492
494
|
/* harmony default export */ var setPublicPath = (null);
|
|
493
495
|
|
|
494
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
496
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"4d1a5dda-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/foundations/Icon/Icon.vue?vue&type=template&id=07b8ef30&
|
|
495
497
|
var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('svg',{staticClass:"icon"},[_c('title',[_vm._v(_vm._s(_vm.id))]),_c('use',{attrs:{"xlink:href":'#icon-'+_vm.id}})])}
|
|
496
498
|
var staticRenderFns = []
|
|
497
499
|
|
|
@@ -638,7 +640,7 @@ var component = normalizeComponent(
|
|
|
638
640
|
)
|
|
639
641
|
|
|
640
642
|
/* harmony default export */ var Icon = (component.exports);
|
|
641
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
643
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"4d1a5dda-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/foundations/Logo/Logo.vue?vue&type=template&id=098e33a5&
|
|
642
644
|
var Logovue_type_template_id_098e33a5_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{class:_vm.className},[_c('svg',[_c('title',[_vm._v("iam "+_vm._s(_vm.id))]),_c('use',{attrs:{"xlink:href":_vm.path+_vm.src}})]),(_vm.desc)?_c('span',{domProps:{"innerHTML":_vm._s(_vm.desc)}}):_vm._e()])}
|
|
643
645
|
var Logovue_type_template_id_098e33a5_staticRenderFns = []
|
|
644
646
|
|
|
@@ -705,7 +707,7 @@ var Logo_component = normalizeComponent(
|
|
|
705
707
|
)
|
|
706
708
|
|
|
707
709
|
/* harmony default export */ var Logo = (Logo_component.exports);
|
|
708
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
710
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"4d1a5dda-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/elements/Table/Table.vue?vue&type=template&id=4b6328a7&
|
|
709
711
|
var Tablevue_type_template_id_4b6328a7_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{ref:"wrapper",staticClass:"table__wrapper",attrs:{"data-sortby":_vm.sortby,"data-sort":_vm.sort,"data-show":_vm.show,"data-page":_vm.page,"data-reorder":_vm.reorder}},[_c('table',[(_vm.fields)?_c('thead',[_c('tr',{class:_vm.headingclass},_vm._l((_vm.fields),function(field){return _c('th',{key:field.key,attrs:{"data-sortable":field.sortable,"data-filterable":field.filterable}},[_vm._v(_vm._s(_vm.cellHeading(field.key)))])}),0)]):_vm._e(),(_vm.items)?_c('tbody',_vm._l((_vm.items),function(value,index){return _c('tr',{key:index,attrs:{"data-row-id":value['rowid']}},_vm._l((Object.fromEntries(Object.entries(value).filter(function (ref) {
|
|
710
712
|
var key = ref[0];
|
|
711
713
|
|
|
@@ -1000,7 +1002,7 @@ function table(tableElement) {
|
|
|
1000
1002
|
|
|
1001
1003
|
var startShowing = show * (page - 1) + 1;
|
|
1002
1004
|
var stopShowing = show * page;
|
|
1003
|
-
style.innerHTML = "\n #".concat(randID, " tbody tr {\n display: none;\n }\n #").concat(randID, " tbody tr:nth-child(").concat(startShowing, "),\n #").concat(randID, " tbody tr:nth-child(").concat(startShowing, ") ~ tr{\n display: table-row;\n }\n #").concat(randID, " tbody tr:nth-child(").concat(stopShowing, ") ~ tr{\n display: none;\n }\n ");
|
|
1005
|
+
style.innerHTML = "\n #".concat(randID, " tbody tr {\n display: none;\n }\n #").concat(randID, " tbody tr:nth-child(").concat(startShowing, "),\n #").concat(randID, " tbody tr:nth-child(").concat(startShowing, ") ~ tr{\n display: block;\n }\n @media screen and (min-width: 36em) {\n #").concat(randID, " tbody tr:nth-child(").concat(startShowing, "),\n #").concat(randID, " tbody tr:nth-child(").concat(startShowing, ") ~ tr{\n display: table-row;\n }\n }\n #").concat(randID, " tbody tr:nth-child(").concat(stopShowing, ") ~ tr{\n display: none;\n }\n ");
|
|
1004
1006
|
tableElement.append(style);
|
|
1005
1007
|
};
|
|
1006
1008
|
|
|
@@ -1011,7 +1013,7 @@ function table(tableElement) {
|
|
|
1011
1013
|
form.classList.add('pt-3');
|
|
1012
1014
|
form.classList.add('pb-3'); // Create the form and create a container div to hold the pagination buttons
|
|
1013
1015
|
|
|
1014
|
-
form.innerHTML = "<div class=\"col
|
|
1016
|
+
form.innerHTML = "<div class=\"col mw-fit-content mb-3\">\n <div class=\"form-control__wrapper form-control-inline mb-0\">\n <label for=\"".concat(randID, "_showing\" class=\"form-label\">Showing:</label>\n <input type=\"number\" name=\"").concat(randID, "_showing\" id=\"").concat(randID, "_showing\" class=\"form-control form-control-sm showing-input-field\" placeholder=\"\" list=\"").concat(randID, "_pagination\" value=\"").concat(show, "\" min=\"1\" max=\"").concat(totalRows, "\" />\n </div>\n <datalist id=\"").concat(randID, "_pagination\">\n <option value=\"5\">5</option>\n ").concat(totalRows > 10 ? "<option value=\"10\">10</option>" : '', "\n ").concat(totalRows > 20 ? "<option value=\"20\">20</option>" : '', "\n <option value=\"").concat(totalRows, "\">").concat(totalRows, "</option>\n </datalist>\n</div>\n<div class=\"col mw-fit-content me-auto d-flex align-items-center mb-3\"><span class=\"label\">per page</span></div>\n<div class=\"col mw-fit-content d-sm-flex justify-content-end align-items-center\" id=\"").concat(randID, "_paginationBtns\"></div>"); // Add after the actual table
|
|
1015
1017
|
|
|
1016
1018
|
tableElement.append(form);
|
|
1017
1019
|
};
|
|
@@ -1032,7 +1034,7 @@ function table(tableElement) {
|
|
|
1032
1034
|
if (i == page) strButtons += "<li class=\"page-item active\" aria-current=\"page\"><span class=\"page-link\">".concat(i, "</span></li>");else strButtons += "<li class=\"page-item\"><button class=\"page-link\" data-page=\"".concat(i, "\">").concat(i, "</button></li>");
|
|
1033
1035
|
}
|
|
1034
1036
|
|
|
1035
|
-
paginationButtonsWrapper.innerHTML = "<span class=\"pe-2\">Page: </span><ul class=\"pagination mb-
|
|
1037
|
+
paginationButtonsWrapper.innerHTML = "<span class=\"pe-2 mb-3\">Page: </span><ul class=\"pagination mb-3\">\n ".concat(page == 1 ? "<li class=\"page-item disabled\"><span class=\"page-link\">Previous</span></li>" : "<li class=\"page-item\"><button class=\"page-link\" data-page=\"".concat(parseInt(page) - 1, "\">Previous</button></li>"), "\n ").concat(strButtons, "\n ").concat(page == numberPages ? "<li class=\"page-item disabled\"><span class=\"page-link\">Next</span></li>" : "<li class=\"page-item\"><button class=\"page-link\" data-page=\"".concat(parseInt(page) + 1, "\">Next</button></li>"), "\n </ul>");
|
|
1036
1038
|
} else {
|
|
1037
1039
|
// If more than 5 lets show a select field instead so that we dont have loads and loads of buttons
|
|
1038
1040
|
var strOptions = '';
|
|
@@ -1041,7 +1043,7 @@ function table(tableElement) {
|
|
|
1041
1043
|
if (_i == page) strOptions += "<option value=\"".concat(_i, "\" selected>Page ").concat(_i, "</option>");else strOptions += "<option value=\"".concat(_i, "\">Page ").concat(_i, "</option>");
|
|
1042
1044
|
}
|
|
1043
1045
|
|
|
1044
|
-
paginationButtonsWrapper.innerHTML = "\n<
|
|
1046
|
+
paginationButtonsWrapper.innerHTML = "\n<div class=\"form-control__wrapper page-number mb-2\">\n<select class=\"form-select\">\n ".concat(strOptions, "\n</select>\n</div>\n ");
|
|
1045
1047
|
}
|
|
1046
1048
|
}; // On page load check if the table should be paginated
|
|
1047
1049
|
|
|
@@ -1358,12 +1360,12 @@ var Table_component = normalizeComponent(
|
|
|
1358
1360
|
)
|
|
1359
1361
|
|
|
1360
1362
|
/* harmony default export */ var Table = (Table_component.exports);
|
|
1361
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
1362
|
-
var
|
|
1363
|
-
var
|
|
1363
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"4d1a5dda-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/elements/Input/Input.vue?vue&type=template&id=002c44af&
|
|
1364
|
+
var Inputvue_type_template_id_002c44af_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{ref:"wrapper",class:_vm.wrapperClass()},[(_vm.needsLabel())?_c('label',{class:("form-label" + (_vm.labelclass?(" " + _vm.labelclass):'')),attrs:{"for":_vm.id,"title":_vm.title},domProps:{"innerHTML":_vm._s(_vm.displayLabel())}}):_vm._e(),(_vm.prefix)?_c('span',{class:("prefix " + (this.prefixClass) + " " + (_vm.size?("prefix-" + _vm.size):'')),attrs:{"role":"presentation"},domProps:{"innerHTML":_vm._s(_vm.prefix)}}):_vm._e(),(_vm.suffix)?_c('span',{class:("suffix " + (this.suffixClass) + " " + (_vm.size?("suffix-" + _vm.size):'')),attrs:{"role":"presentation"},domProps:{"innerHTML":_vm._s(_vm.suffix)}}):_vm._e(),((_vm.type)==='checkbox'&&(_vm.isInput()))?_c('input',_vm._b({directives:[{name:"model",rawName:"v-model",value:(_vm.inputVal),expression:"inputVal"}],class:("form-control" + (_vm.size?(" form-control-" + _vm.size):"") + (_vm.inputclass?(" " + _vm.inputclass):"")),attrs:{"name":_vm.name?_vm.name:_vm.id,"id":_vm.id,"pattern":_vm.needPattern(),"list":_vm.hasOptions(),"type":"checkbox"},domProps:{"checked":Array.isArray(_vm.inputVal)?_vm._i(_vm.inputVal,null)>-1:(_vm.inputVal)},on:{"keyup":_vm.inputKeyup,"change":function($event){var $$a=_vm.inputVal,$$el=$event.target,$$c=$$el.checked?(true):(false);if(Array.isArray($$a)){var $$v=null,$$i=_vm._i($$a,$$v);if($$el.checked){$$i<0&&(_vm.inputVal=$$a.concat([$$v]))}else{$$i>-1&&(_vm.inputVal=$$a.slice(0,$$i).concat($$a.slice($$i+1)))}}else{_vm.inputVal=$$c}}}},'input',_vm.$attrs,false)):((_vm.type)==='radio'&&(_vm.isInput()))?_c('input',_vm._b({directives:[{name:"model",rawName:"v-model",value:(_vm.inputVal),expression:"inputVal"}],class:("form-control" + (_vm.size?(" form-control-" + _vm.size):"") + (_vm.inputclass?(" " + _vm.inputclass):"")),attrs:{"name":_vm.name?_vm.name:_vm.id,"id":_vm.id,"pattern":_vm.needPattern(),"list":_vm.hasOptions(),"type":"radio"},domProps:{"checked":_vm._q(_vm.inputVal,null)},on:{"keyup":_vm.inputKeyup,"change":function($event){_vm.inputVal=null}}},'input',_vm.$attrs,false)):(_vm.isInput())?_c('input',_vm._b({directives:[{name:"model",rawName:"v-model",value:(_vm.inputVal),expression:"inputVal"}],class:("form-control" + (_vm.size?(" form-control-" + _vm.size):"") + (_vm.inputclass?(" " + _vm.inputclass):"")),attrs:{"name":_vm.name?_vm.name:_vm.id,"id":_vm.id,"pattern":_vm.needPattern(),"list":_vm.hasOptions(),"type":_vm.type},domProps:{"value":(_vm.inputVal)},on:{"keyup":_vm.inputKeyup,"input":function($event){if($event.target.composing){ return; }_vm.inputVal=$event.target.value}}},'input',_vm.$attrs,false)):_vm._e(),(_vm.type=='textarea')?_c('textarea',_vm._b({directives:[{name:"model",rawName:"v-model",value:(_vm.inputVal),expression:"inputVal"}],class:("form-control" + (_vm.size?(" form-control-" + _vm.size):"") + (_vm.inputclass?(" " + _vm.inputclass):"")),attrs:{"type":_vm.type,"name":_vm.name?_vm.name:_vm.id,"id":_vm.id,"pattern":_vm.needPattern()},domProps:{"value":(_vm.inputVal)},on:{"input":function($event){if($event.target.composing){ return; }_vm.inputVal=$event.target.value}}},'textarea',_vm.$attrs,false)):_vm._e(),(_vm.type=='range')?_c('div',{staticClass:"input-group"},[((_vm.type)==='checkbox')?_c('input',_vm._b({directives:[{name:"model",rawName:"v-model",value:(_vm.inputVal),expression:"inputVal"}],class:("form-range" + (_vm.inputclass?(" " + _vm.inputclass):"")),attrs:{"name":_vm.name?_vm.name:_vm.id,"id":_vm.id,"pattern":_vm.needPattern(),"list":_vm.hasOptions(),"oninput":"this.nextElementSibling.value=this.value;","type":"checkbox"},domProps:{"checked":Array.isArray(_vm.inputVal)?_vm._i(_vm.inputVal,null)>-1:(_vm.inputVal)},on:{"change":function($event){var $$a=_vm.inputVal,$$el=$event.target,$$c=$$el.checked?(true):(false);if(Array.isArray($$a)){var $$v=null,$$i=_vm._i($$a,$$v);if($$el.checked){$$i<0&&(_vm.inputVal=$$a.concat([$$v]))}else{$$i>-1&&(_vm.inputVal=$$a.slice(0,$$i).concat($$a.slice($$i+1)))}}else{_vm.inputVal=$$c}}}},'input',_vm.$attrs,false)):((_vm.type)==='radio')?_c('input',_vm._b({directives:[{name:"model",rawName:"v-model",value:(_vm.inputVal),expression:"inputVal"}],class:("form-range" + (_vm.inputclass?(" " + _vm.inputclass):"")),attrs:{"name":_vm.name?_vm.name:_vm.id,"id":_vm.id,"pattern":_vm.needPattern(),"list":_vm.hasOptions(),"oninput":"this.nextElementSibling.value=this.value;","type":"radio"},domProps:{"checked":_vm._q(_vm.inputVal,null)},on:{"change":function($event){_vm.inputVal=null}}},'input',_vm.$attrs,false)):_c('input',_vm._b({directives:[{name:"model",rawName:"v-model",value:(_vm.inputVal),expression:"inputVal"}],class:("form-range" + (_vm.inputclass?(" " + _vm.inputclass):"")),attrs:{"name":_vm.name?_vm.name:_vm.id,"id":_vm.id,"pattern":_vm.needPattern(),"list":_vm.hasOptions(),"oninput":"this.nextElementSibling.value=this.value;","type":_vm.type},domProps:{"value":(_vm.inputVal)},on:{"input":function($event){if($event.target.composing){ return; }_vm.inputVal=$event.target.value}}},'input',_vm.$attrs,false)),_c('output',{staticClass:"input-group-text border-0 col-2 col-sm-1 px-0"},[_vm._v(_vm._s(_vm.value))])]):_vm._e(),(_vm.type=='color')?_c('div',{staticClass:"input-group"},[((_vm.type)==='checkbox')?_c('input',_vm._b({directives:[{name:"model",rawName:"v-model",value:(_vm.inputVal),expression:"inputVal"}],class:("form-control form-control-color" + (_vm.inputclass?(" " + _vm.inputclass):"")),attrs:{"name":_vm.name?_vm.name:_vm.id,"id":_vm.id,"pattern":_vm.needPattern(),"list":_vm.hasOptions(),"oninput":"this.nextElementSibling.value=this.value;","type":"checkbox"},domProps:{"checked":Array.isArray(_vm.inputVal)?_vm._i(_vm.inputVal,null)>-1:(_vm.inputVal)},on:{"change":function($event){var $$a=_vm.inputVal,$$el=$event.target,$$c=$$el.checked?(true):(false);if(Array.isArray($$a)){var $$v=null,$$i=_vm._i($$a,$$v);if($$el.checked){$$i<0&&(_vm.inputVal=$$a.concat([$$v]))}else{$$i>-1&&(_vm.inputVal=$$a.slice(0,$$i).concat($$a.slice($$i+1)))}}else{_vm.inputVal=$$c}}}},'input',_vm.$attrs,false)):((_vm.type)==='radio')?_c('input',_vm._b({directives:[{name:"model",rawName:"v-model",value:(_vm.inputVal),expression:"inputVal"}],class:("form-control form-control-color" + (_vm.inputclass?(" " + _vm.inputclass):"")),attrs:{"name":_vm.name?_vm.name:_vm.id,"id":_vm.id,"pattern":_vm.needPattern(),"list":_vm.hasOptions(),"oninput":"this.nextElementSibling.value=this.value;","type":"radio"},domProps:{"checked":_vm._q(_vm.inputVal,null)},on:{"change":function($event){_vm.inputVal=null}}},'input',_vm.$attrs,false)):_c('input',_vm._b({directives:[{name:"model",rawName:"v-model",value:(_vm.inputVal),expression:"inputVal"}],class:("form-control form-control-color" + (_vm.inputclass?(" " + _vm.inputclass):"")),attrs:{"name":_vm.name?_vm.name:_vm.id,"id":_vm.id,"pattern":_vm.needPattern(),"list":_vm.hasOptions(),"oninput":"this.nextElementSibling.value=this.value;","type":_vm.type},domProps:{"value":(_vm.inputVal)},on:{"input":function($event){if($event.target.composing){ return; }_vm.inputVal=$event.target.value}}},'input',_vm.$attrs,false)),_c('output',{staticClass:"input-group-text flex-fill"},[_vm._v(_vm._s(_vm.value?_vm.vale:'#000000'))])]):_vm._e(),(_vm.type=='select')?_c('select',_vm._b({directives:[{name:"model",rawName:"v-model",value:(_vm.inputVal),expression:"inputVal"}],class:("form-select" + (_vm.size?(" form-select-" + _vm.size):"") + (_vm.inputclass?(" " + _vm.inputclass):"")),attrs:{"type":_vm.type,"name":_vm.id,"id":_vm.id,"pattern":_vm.needPattern()},on:{"change":function($event){var $$selectedVal = Array.prototype.filter.call($event.target.options,function(o){return o.selected}).map(function(o){var val = "_value" in o ? o._value : o.value;return val}); _vm.inputVal=$event.target.multiple ? $$selectedVal : $$selectedVal[0]}}},'select',_vm.$attrs,false),_vm._l((_vm.options),function(value,index){return _c('option',{key:index,domProps:{"value":value.value}},[_vm._v(_vm._s(value.display ? value.display : value.value))])}),0):_vm._e(),(_vm.allowDatalist())?_c('datalist',{attrs:{"id":_vm.id+'-list'}},_vm._l((_vm.options),function(value,index){return _c('option',{key:index,domProps:{"value":value.value}},[_vm._v(_vm._s(value.value))])}),0):_vm._e(),(_vm.type=='checkbox'||_vm.type=='radio')?_c('input',_vm._b({staticClass:"form-check-input",attrs:{"type":_vm.type,"name":_vm.name?_vm.name:_vm.id,"id":_vm.id}},'input',_vm.$attrs,false)):_vm._e(),(_vm.type=='checkbox'||_vm.type=='radio')?_c('label',{class:("form-label form-check-label" + (_vm.labelclass?(" " + _vm.labelclass):'')),attrs:{"for":_vm.id},domProps:{"innerHTML":_vm._s(_vm.label)}}):_vm._e(),(_vm.type=='checkbox-btn'||_vm.type=='radio-btn')?_c('input',_vm._b({class:("btn-check" + (_vm.inputclass?(" " + _vm.inputclass):"")),attrs:{"type":_vm.type.replace('-btn',''),"autocomplete":"off","name":_vm.name?_vm.name:_vm.id,"id":_vm.id}},'input',_vm.$attrs,false)):_vm._e(),(_vm.type=='checkbox-btn'||_vm.type=='radio-btn')?_c('label',{class:("btn" + (_vm.labelclass?(" " + _vm.labelclass):'')),attrs:{"for":_vm.id},domProps:{"innerHTML":_vm._s(_vm.label)},on:{"click":_vm.clickEvent}}):_vm._e(),(_vm.errormsg)?_c('p',{staticClass:"invalid-feedback mb-0",domProps:{"innerHTML":_vm._s(_vm.errormsg)}}):_vm._e(),_vm._t("default")],2)}
|
|
1365
|
+
var Inputvue_type_template_id_002c44af_staticRenderFns = []
|
|
1364
1366
|
|
|
1365
1367
|
|
|
1366
|
-
// CONCATENATED MODULE: ./src/elements/Input/Input.vue?vue&type=template&id=
|
|
1368
|
+
// CONCATENATED MODULE: ./src/elements/Input/Input.vue?vue&type=template&id=002c44af&
|
|
1367
1369
|
|
|
1368
1370
|
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js??ref--13-0!./node_modules/@vue/cli-service/node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/elements/Input/Input.vue?vue&type=script&lang=js&
|
|
1369
1371
|
//
|
|
@@ -1411,6 +1413,10 @@ var Inputvue_type_template_id_fcd5c080_staticRenderFns = []
|
|
|
1411
1413
|
//
|
|
1412
1414
|
//
|
|
1413
1415
|
//
|
|
1416
|
+
//
|
|
1417
|
+
//
|
|
1418
|
+
//
|
|
1419
|
+
//
|
|
1414
1420
|
/* harmony default export */ var Inputvue_type_script_lang_js_ = ({
|
|
1415
1421
|
name: 'Input',
|
|
1416
1422
|
props: {
|
|
@@ -1458,6 +1464,30 @@ var Inputvue_type_template_id_fcd5c080_staticRenderFns = []
|
|
|
1458
1464
|
options: {
|
|
1459
1465
|
type: Array,
|
|
1460
1466
|
required: false
|
|
1467
|
+
},
|
|
1468
|
+
prefix: {
|
|
1469
|
+
type: String,
|
|
1470
|
+
required: false
|
|
1471
|
+
},
|
|
1472
|
+
prefixClass: {
|
|
1473
|
+
type: String,
|
|
1474
|
+
required: false
|
|
1475
|
+
},
|
|
1476
|
+
suffix: {
|
|
1477
|
+
type: String,
|
|
1478
|
+
required: false
|
|
1479
|
+
},
|
|
1480
|
+
suffixClass: {
|
|
1481
|
+
type: String,
|
|
1482
|
+
required: false
|
|
1483
|
+
},
|
|
1484
|
+
title: {
|
|
1485
|
+
type: String,
|
|
1486
|
+
required: false
|
|
1487
|
+
},
|
|
1488
|
+
hint: {
|
|
1489
|
+
type: String,
|
|
1490
|
+
required: false
|
|
1461
1491
|
}
|
|
1462
1492
|
},
|
|
1463
1493
|
computed: {
|
|
@@ -1467,6 +1497,10 @@ var Inputvue_type_template_id_fcd5c080_staticRenderFns = []
|
|
|
1467
1497
|
return this.label + "<span class=\"small d-block text-body font-body fw-normal\">Hold down the Ctrl (windows) or Command (Mac) button to select multiple options.</span>";
|
|
1468
1498
|
}
|
|
1469
1499
|
|
|
1500
|
+
if (this.hint) {
|
|
1501
|
+
return this.label + "<span class=\"small d-block text-body font-body fw-normal\">".concat(this.hint, "</span>");
|
|
1502
|
+
}
|
|
1503
|
+
|
|
1470
1504
|
return this.label;
|
|
1471
1505
|
};
|
|
1472
1506
|
},
|
|
@@ -1619,8 +1653,8 @@ var Inputvue_type_template_id_fcd5c080_staticRenderFns = []
|
|
|
1619
1653
|
|
|
1620
1654
|
var Input_component = normalizeComponent(
|
|
1621
1655
|
Input_Inputvue_type_script_lang_js_,
|
|
1622
|
-
|
|
1623
|
-
|
|
1656
|
+
Inputvue_type_template_id_002c44af_render,
|
|
1657
|
+
Inputvue_type_template_id_002c44af_staticRenderFns,
|
|
1624
1658
|
false,
|
|
1625
1659
|
null,
|
|
1626
1660
|
null,
|
|
@@ -1629,7 +1663,82 @@ var Input_component = normalizeComponent(
|
|
|
1629
1663
|
)
|
|
1630
1664
|
|
|
1631
1665
|
/* harmony default export */ var Input = (Input_component.exports);
|
|
1632
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
1666
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"4d1a5dda-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/elements/FileUploads/FileUploads.vue?vue&type=template&id=05a98343&
|
|
1667
|
+
var FileUploadsvue_type_template_id_05a98343_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"multiple-file-uploads mb-4"},[_c('div',{staticClass:"row"},[_c('div',{class:("" + (_vm.inputcolclass ? _vm.inputcolclass : 'col-12 col-sm-4'))},[_c('Input',{staticClass:"form-control-inline col",attrs:{"type":"file","id":_vm.id,"name":(_vm.id + "[]"),"label":"Add new file","labelclass":"d-none","required":"","data-filesize":_vm.maxfilesize}})],1),_c('div',{staticClass:"col-12 col-md me-auto"},[_vm._t("default")],2),_vm._m(0)]),_c('button',{staticClass:"btn btn-secondary me-0",attrs:{"type":"button","data-add":"","data-maxfiles":_vm.maxfiles}},[_vm._v("+ Add file")])])}
|
|
1668
|
+
var FileUploadsvue_type_template_id_05a98343_staticRenderFns = [function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"col mw-fit-content"},[_c('button',{staticClass:"btn btn-tertiary me-0",attrs:{"type":"button","data-delete":""}},[_vm._v("Delete")])])}]
|
|
1669
|
+
|
|
1670
|
+
|
|
1671
|
+
// CONCATENATED MODULE: ./src/elements/FileUploads/FileUploads.vue?vue&type=template&id=05a98343&
|
|
1672
|
+
|
|
1673
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js??ref--13-0!./node_modules/@vue/cli-service/node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/elements/FileUploads/FileUploads.vue?vue&type=script&lang=js&
|
|
1674
|
+
//
|
|
1675
|
+
//
|
|
1676
|
+
//
|
|
1677
|
+
//
|
|
1678
|
+
//
|
|
1679
|
+
//
|
|
1680
|
+
//
|
|
1681
|
+
//
|
|
1682
|
+
//
|
|
1683
|
+
//
|
|
1684
|
+
//
|
|
1685
|
+
//
|
|
1686
|
+
//
|
|
1687
|
+
//
|
|
1688
|
+
//
|
|
1689
|
+
//
|
|
1690
|
+
//
|
|
1691
|
+
//
|
|
1692
|
+
//
|
|
1693
|
+
//
|
|
1694
|
+
|
|
1695
|
+
/* harmony default export */ var FileUploadsvue_type_script_lang_js_ = ({
|
|
1696
|
+
components: {
|
|
1697
|
+
Input: Input
|
|
1698
|
+
},
|
|
1699
|
+
name: 'FileUploads',
|
|
1700
|
+
props: {
|
|
1701
|
+
id: {
|
|
1702
|
+
type: String,
|
|
1703
|
+
required: true
|
|
1704
|
+
},
|
|
1705
|
+
inputcolclass: {
|
|
1706
|
+
type: String,
|
|
1707
|
+
required: false
|
|
1708
|
+
},
|
|
1709
|
+
maxfilesize: {
|
|
1710
|
+
type: Number,
|
|
1711
|
+
required: false
|
|
1712
|
+
},
|
|
1713
|
+
maxfiles: {
|
|
1714
|
+
type: Number,
|
|
1715
|
+
required: false
|
|
1716
|
+
}
|
|
1717
|
+
}
|
|
1718
|
+
});
|
|
1719
|
+
// CONCATENATED MODULE: ./src/elements/FileUploads/FileUploads.vue?vue&type=script&lang=js&
|
|
1720
|
+
/* harmony default export */ var FileUploads_FileUploadsvue_type_script_lang_js_ = (FileUploadsvue_type_script_lang_js_);
|
|
1721
|
+
// CONCATENATED MODULE: ./src/elements/FileUploads/FileUploads.vue
|
|
1722
|
+
|
|
1723
|
+
|
|
1724
|
+
|
|
1725
|
+
|
|
1726
|
+
|
|
1727
|
+
/* normalize component */
|
|
1728
|
+
|
|
1729
|
+
var FileUploads_component = normalizeComponent(
|
|
1730
|
+
FileUploads_FileUploadsvue_type_script_lang_js_,
|
|
1731
|
+
FileUploadsvue_type_template_id_05a98343_render,
|
|
1732
|
+
FileUploadsvue_type_template_id_05a98343_staticRenderFns,
|
|
1733
|
+
false,
|
|
1734
|
+
null,
|
|
1735
|
+
null,
|
|
1736
|
+
null
|
|
1737
|
+
|
|
1738
|
+
)
|
|
1739
|
+
|
|
1740
|
+
/* harmony default export */ var FileUploads = (FileUploads_component.exports);
|
|
1741
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"4d1a5dda-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/Accordion/Accordion.vue?vue&type=template&id=10a028e0&
|
|
1633
1742
|
var Accordionvue_type_template_id_10a028e0_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{ref:"wrapper",staticClass:"container accordion"},[_vm._t("default")],2)}
|
|
1634
1743
|
var Accordionvue_type_template_id_10a028e0_staticRenderFns = []
|
|
1635
1744
|
|
|
@@ -1716,7 +1825,7 @@ var Accordion_component = normalizeComponent(
|
|
|
1716
1825
|
)
|
|
1717
1826
|
|
|
1718
1827
|
/* harmony default export */ var Accordion = (Accordion_component.exports);
|
|
1719
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
1828
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"4d1a5dda-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/Accordion/AccordionItem.vue?vue&type=template&id=b754197e&
|
|
1720
1829
|
var AccordionItemvue_type_template_id_b754197e_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('details',{staticClass:"accordion-item",attrs:{"id":_vm.createID(_vm.title)}},[_c('summary',{class:("" + (_vm.titlecolour?("bg-" + _vm.titlecolour):'')),on:{"click":function($event){_vm.show = true}}},[_c('span',{staticClass:"accordion-header accordion-button h4"},[_vm._v(_vm._s(_vm.title)),(_vm.badge)?_c('span',{class:("badge bg-" + _vm.badgecolour)},[_vm._v(_vm._s(_vm.badge))]):_vm._e()])]),(_vm.show)?_c('div',{staticClass:"accordion-body"},[_vm._t("default")],2):_vm._e()])}
|
|
1721
1830
|
var AccordionItemvue_type_template_id_b754197e_staticRenderFns = []
|
|
1722
1831
|
|
|
@@ -1798,7 +1907,7 @@ var AccordionItem_component = normalizeComponent(
|
|
|
1798
1907
|
)
|
|
1799
1908
|
|
|
1800
1909
|
/* harmony default export */ var AccordionItem = (AccordionItem_component.exports);
|
|
1801
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
1910
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"4d1a5dda-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/Banner/Banner.vue?vue&type=template&id=1acf827a&
|
|
1802
1911
|
var Bannervue_type_template_id_1acf827a_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"container"},[_c('div',{class:'bg-'+_vm.background+' mb-4'},[_c('div',{staticClass:"row"},[_c('div',{staticClass:"col-sm-6"},[_c('div',{staticClass:"pt-5 pb-3 px-4"},[_c('h2',[_vm._v(_vm._s(_vm.title))]),_vm._t("default")],2)]),_c('div',{staticClass:"col-sm-6 col-md-5 ms-auto"},[(_vm.image)?_c('img',{staticClass:"h-100 w-100 object-cover",attrs:{"src":_vm.image,"alt":""}}):_vm._e()])])])])}
|
|
1803
1912
|
var Bannervue_type_template_id_1acf827a_staticRenderFns = []
|
|
1804
1913
|
|
|
@@ -1864,7 +1973,7 @@ var Banner_component = normalizeComponent(
|
|
|
1864
1973
|
)
|
|
1865
1974
|
|
|
1866
1975
|
/* harmony default export */ var Banner = (Banner_component.exports);
|
|
1867
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
1976
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"4d1a5dda-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/elements/Card/Card.vue?vue&type=template&id=e6635cb8&
|
|
1868
1977
|
var Cardvue_type_template_id_e6635cb8_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('a',{class:'card'+(_vm.type?' card--'+_vm.type:''),attrs:{"href":_vm.link,"title":'Find out more: '+_vm.title+(_vm.subtitle ? ' - '+_vm.subtitle:'')}},[(_vm.image)?_c('div',{staticClass:"card-header__wrapper"},[_c('img',{staticClass:"card-image",attrs:{"src":_vm.image,"alt":"","loading":"lazy"}}),_c('div',{staticClass:"card-header"},[(this.details && this.details.status)?_c('span',{staticClass:"badge bg-primary p-2 me-2",domProps:{"innerHTML":_vm._s(_vm.cardStatus())}}):_vm._e(),(this.details && (this.details.images || this.details.videos))?_c('span',{staticClass:"badge bg-black bg-opacity-50 p-2 align-self-end",domProps:{"innerHTML":_vm._s(_vm.cardMedia())}}):_vm._e()]),(_vm.details && _vm.details.logo)?_c('img',{staticClass:"card-logo",attrs:{"src":_vm.details.logo,"alt":"","loading":"lazy"}}):_vm._e()]):_vm._e(),_c('div',{staticClass:"card-body",domProps:{"innerHTML":_vm._s(_vm.cardContent())}}),(_vm.hidectatext == false)?_c('div',{staticClass:"card-footer"},[_c('span',{class:((_vm.btntype == 'link' ? "link" : ("btn btn-" + _vm.btntype)) + " mb-0")},[_vm._v(_vm._s(_vm.ctatext)),_c('span',{staticClass:"visually-hidden"},[_vm._v(" about "+_vm._s(_vm.title))])])]):_vm._e()])}
|
|
1869
1978
|
var Cardvue_type_template_id_e6635cb8_staticRenderFns = []
|
|
1870
1979
|
|
|
@@ -2008,7 +2117,7 @@ var Card_component = normalizeComponent(
|
|
|
2008
2117
|
)
|
|
2009
2118
|
|
|
2010
2119
|
/* harmony default export */ var Card = (Card_component.exports);
|
|
2011
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
2120
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"4d1a5dda-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/CardDeck/CardDeck.vue?vue&type=template&id=dc8dec94&
|
|
2012
2121
|
var CardDeckvue_type_template_id_dc8dec94_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"container card-deck prevent-invert",attrs:{"data-card-type":_vm.cardtype}},[_vm._t("default"),_c('div',{class:("row row-cols-" + _vm.cols + " row-cols-sm-" + _vm.smcols + " row-cols-md-" + _vm.mdcols + " " + (_vm.gap ? ("g-" + _vm.gap): ""))},_vm._l((_vm.items),function(value,index){return _c('div',{key:index,staticClass:"col"},[_c('Card',_vm._b({class:_vm.cardclass,attrs:{"type":_vm.cardtype,"btntype":_vm.btntype,"titleclass":_vm.titleclass,"ctatext":_vm.ctatext,"hidectatext":_vm.hidectatext}},'Card',value,false))],1)}),0),_vm._t("after")],2)}
|
|
2013
2122
|
var CardDeckvue_type_template_id_dc8dec94_staticRenderFns = []
|
|
2014
2123
|
|
|
@@ -2116,7 +2225,7 @@ var CardDeck_component = normalizeComponent(
|
|
|
2116
2225
|
)
|
|
2117
2226
|
|
|
2118
2227
|
/* harmony default export */ var CardDeck = (CardDeck_component.exports);
|
|
2119
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
2228
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"4d1a5dda-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/Carousel/Carousel.vue?vue&type=template&id=9f631a76&
|
|
2120
2229
|
var Carouselvue_type_template_id_9f631a76_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{ref:"wrapper",staticClass:"container carousel",attrs:{"id":'carousel'+_vm.id,"data-cols":_vm.cols,"data-sm-cols":_vm.smcols,"data-md-cols":_vm.mdcols}},[_vm._t("default"),_c('div',{staticClass:"carousel__wrapper"},[_c('div',{staticClass:"carousel__inner"},[(_vm.type == 'card')?_c('div',{class:("row row-cols-" + _vm.cols + " row-cols-sm-" + _vm.smcols + " row-cols-md-" + _vm.mdcols + " " + (_vm.gap ? ("g-" + _vm.gap): ""))},_vm._l((_vm.items),function(value,index){return _c('div',{key:index,class:("col carousel__item" + (_vm.colclass?(" " + _vm.colclass):'')),attrs:{"id":'carousel'+_vm.id+'slide'+(index+1)}},[_c('Card',_vm._b({class:_vm.cardclass,attrs:{"type":_vm.cardtype,"btnyype":_vm.btntype,"titleclass":_vm.titleclass,"ctatext":_vm.ctatext,"hidectatext":_vm.hidectatext}},'Card',value,false))],1)}),0):_vm._e(),(_vm.type != 'card')?_c('div',{class:("row row-cols-" + _vm.cols + " row-cols-sm-" + _vm.smcols + " row-cols-md-" + _vm.mdcols + " " + (_vm.gap ? ("g-" + _vm.gap): ""))},_vm._l((_vm.items),function(value,index){return _c('div',{key:index,class:("col carousel__item" + (_vm.colclass?(" " + _vm.colclass):'')),attrs:{"id":'carousel'+_vm.id+'slide'+(index+1)},domProps:{"innerHTML":_vm._s(_vm.content(value))}})}),0):_vm._e()]),_c('div',{class:("carousel__controls cols-" + _vm.cols + " cols-sm-" + _vm.smcols + " cols-md-" + _vm.mdcols)},_vm._l((_vm.items),function(value,index){return _c('a',{key:index,class:("control-" + (index+1)),attrs:{"href":'\#carousel'+_vm.id+'slide'+(index+1)}},[_vm._v("Slide "+_vm._s(index+1))])}),0),_c('button',{staticClass:"btn btn-prev",attrs:{"data-go":"0","disabled":""}},[_vm._v("Prev")]),_c('button',{staticClass:"btn btn-next",attrs:{"data-go":"2"}},[_vm._v("Next")])])],2)}
|
|
2121
2230
|
var Carouselvue_type_template_id_9f631a76_staticRenderFns = []
|
|
2122
2231
|
|
|
@@ -2309,7 +2418,7 @@ var Carousel_component = normalizeComponent(
|
|
|
2309
2418
|
)
|
|
2310
2419
|
|
|
2311
2420
|
/* harmony default export */ var Carousel = (Carousel_component.exports);
|
|
2312
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
2421
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"4d1a5dda-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/Header/Header.vue?vue&type=template&id=1a09a7ae&
|
|
2313
2422
|
var Headervue_type_template_id_1a09a7ae_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('header',{staticClass:"header-banner"},[_c('div',{staticClass:"container"},[_vm._t("breadcrumb"),_c('div',{staticClass:"header-banner__inner"},[_c('h1',{domProps:{"innerHTML":_vm._s(_vm.title)}}),_vm._t("default")],2)],2),(_vm.image)?_c('picture',[_c('source',{attrs:{"srcset":_vm.image,"media":"(min-width: 62em)"}}),_c('img',{attrs:{"src":"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7","alt":""}})]):_vm._e()])}
|
|
2314
2423
|
var Headervue_type_template_id_1a09a7ae_staticRenderFns = []
|
|
2315
2424
|
|
|
@@ -2379,7 +2488,7 @@ var Header_component = normalizeComponent(
|
|
|
2379
2488
|
)
|
|
2380
2489
|
|
|
2381
2490
|
/* harmony default export */ var Header = (Header_component.exports);
|
|
2382
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
2491
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"4d1a5dda-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/Testimonial/Testimonial.vue?vue&type=template&id=c977152a&
|
|
2383
2492
|
var Testimonialvue_type_template_id_c977152a_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{ref:"wrapper",staticClass:"container testimonial mb-5",attrs:{"data-show":"1"}},[_c('div',{class:'bg-'+_vm.background},[_c('div',{staticClass:"row"},[_c('div',{staticClass:"col-md-5 position-relative"},[_c('div',{staticClass:"testimonial__images"},_vm._l((_vm.items),function(value,index){return _c('img',{key:index,class:'h-100 w-100 object-cover' + (value.image ? '' : ' opacity-0'),attrs:{"src":value.image ? value.image : 'data:image/gif;base64,R0lGODlhAQABAIAAAHd3dwAAACH5BAAAAAAALAAAAAABAAEAAAICRAEAOw==',"alt":""}})}),0),_vm._m(0)]),_c('div',{staticClass:"col-md-7"},[_c('h2',[_vm._v("What our customers think…")]),_c('div',{staticClass:"testimonial__content"},_vm._l((_vm.items),function(value,index){return _c('blockquote',{key:index,class:value.class},[_c('div',{domProps:{"innerHTML":_vm._s(value.quote)}}),_c('cite',{domProps:{"innerHTML":_vm._s(value.cite)}})])}),0),_c('div',{staticClass:"testimonial__after"},[_vm._t("default")],2)])]),_c('span',{staticClass:"circle circle--dots d-none d-md-block"})])])}
|
|
2384
2493
|
var Testimonialvue_type_template_id_c977152a_staticRenderFns = [function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"testimonial__controls"},[_c('button',{staticClass:"btn-prev",attrs:{"data-go":"0","disabled":""}},[_vm._v("Previous")]),_c('button',{staticClass:"btn-next",attrs:{"data-go":"2"}},[_vm._v("Next")])])}]
|
|
2385
2494
|
|
|
@@ -2529,7 +2638,7 @@ var Testimonial_component = normalizeComponent(
|
|
|
2529
2638
|
)
|
|
2530
2639
|
|
|
2531
2640
|
/* harmony default export */ var Testimonial = (Testimonial_component.exports);
|
|
2532
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
2641
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"4d1a5dda-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/PropertySearchbar/PropertySearchbar.vue?vue&type=template&id=c4f4431a&
|
|
2533
2642
|
var PropertySearchbarvue_type_template_id_c4f4431a_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{ref:"wrapper",staticClass:"container"},[_vm._t("default"),_c('div',{staticClass:"property-searchbar"},[_c('form',{staticClass:"row",attrs:{"action":_vm.formaction,"method":_vm.formmethod}},[_c('fieldset',{staticClass:"col-12 col-md-3"},[_c('Input',{ref:"search",attrs:{"inputClass":"input--locations","label":"Location","id":"location","options":_vm.locationsList(),"required":"","placeholder":"i.e. Newcastle or NE1"},on:{"keyupEvent":function($event){return _vm.locationKeyup.apply(void 0, arguments)}},model:{value:(_vm.locationSet),callback:function ($$v) {_vm.locationSet=$$v},expression:"locationSet"}}),_c('Input',{staticClass:"select--miles",attrs:{"label":"Miles","id":"miles","type":"select","options":_vm.distances}})],1),_c('fieldset',{staticClass:"col-12 col-md"},[_c('span',{staticClass:"form-label d-none d-md-block"},[_vm._v("Price range")]),_c('div',{staticClass:"row",attrs:{"data-input-range":""}},[_c('Input',{staticClass:"col-6",attrs:{"label":"Minimum price","id":"price-min","data-min":"true","type":"select","options":_vm.pricemin}}),_c('Input',{staticClass:"col-6",attrs:{"label":"Maximum price","id":"price-max","data-max":"true","type":"select","options":_vm.pricemax}})],1)]),_c('fieldset',{staticClass:"col-12 col-md"},[_c('span',{staticClass:"form-label d-none d-md-block"},[_vm._v("Number of beds")]),_c('div',{staticClass:"row",attrs:{"data-input-range":""}},[_c('Input',{staticClass:"col-6",attrs:{"label":"Minimum beds","id":"beds-min","data-min":"true","type":"select","options":_vm.bedsmin}}),_c('Input',{staticClass:"col-6",attrs:{"label":"Maximum beds","id":"beds-max","data-max":"true","type":"select","options":_vm.bedsmax}})],1)]),_c('fieldset',{staticClass:"col-12 col-md-2"},[_c('Input',{attrs:{"label":"Property type","id":"property-type","type":"select","options":_vm.propertytypes}})],1),_vm._m(0)])]),_vm._t("after")],2)}
|
|
2534
2643
|
var PropertySearchbarvue_type_template_id_c4f4431a_staticRenderFns = [function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"col-12 col-md mw-md-fit-content d-flex property-searchbar__btn"},[_c('button',{staticClass:"btn w-100 me-0",attrs:{"type":"submit","value":"submit"}},[_vm._v("Search")])])}]
|
|
2535
2644
|
|
|
@@ -2870,12 +2979,12 @@ var PropertySearchbar_component = normalizeComponent(
|
|
|
2870
2979
|
)
|
|
2871
2980
|
|
|
2872
2981
|
/* harmony default export */ var PropertySearchbar = (PropertySearchbar_component.exports);
|
|
2873
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
2874
|
-
var
|
|
2875
|
-
var
|
|
2982
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"4d1a5dda-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/Nav/Nav.vue?vue&type=template&id=1d746557&
|
|
2983
|
+
var Navvue_type_template_id_1d746557_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('nav',{ref:"wrapper",class:("nav" + (_vm.hasSecondarySlot?" has-secondary":''))},[_c('input',{staticClass:"d-none",attrs:{"type":"checkbox","name":"showMenu","id":"showMenu"}}),_c('input',{staticClass:"d-none",attrs:{"type":"checkbox","name":"showSearch","id":"showSearch"}}),(_vm.isMarketplace === false)?_c('div',{staticClass:"nav__inner"},[_c('div',{staticClass:"container"},[_c('div',{staticClass:"row"},[(_vm.hasLogoSlot)?_c('div',{staticClass:"col mw-md-fit-content nav__logo"},[_vm._t("logo")],2):_c('div',{staticClass:"col mw-md-fit-content nav__logo"},[_c('a',{staticClass:"text-decoration-none mb-0",attrs:{"href":"/"}},[_c('Logo',{staticClass:"pb-0",attrs:{"id":_vm.logo,"path":_vm.logopath,"desc":_vm.logotext}})],1)]),(_vm.hasSearchSlot)?_c('div',{staticClass:"col mw-fit-content nav__search-btn flex-row align-items-center"},[_c('label',{attrs:{"for":"showSearch"}},[_c('svg',{staticClass:"icon",attrs:{"viewBox":"0 0 32 32"}},[_c('title',[_vm._v("Search")]),_c('ellipse',{staticClass:"icon__outline",attrs:{"cx":"14.92","cy":"13.81","rx":"11.92","ry":"11.81"}}),_c('line',{staticClass:"icon__outline",attrs:{"x1":"22.68","y1":"22.75","x2":"30","y2":"30"}})])])]):_vm._e(),_vm._m(0),_c('div',{staticClass:"col-12 col-md nav__menu ms-auto flex-row align-items-center"},[_vm._t("default")],2),(_vm.btnlink)?_c('div',{staticClass:"col-12 col-md nav__btn mw-md-fit-content flex-row align-items-center"},[_c('a',{staticClass:"btn me-0",attrs:{"href":_vm.btnlink},domProps:{"innerHTML":_vm._s(_vm.btntext)}})]):_vm._e()])]),(_vm.hasSecondarySlot)?_c('div',{staticClass:"nav__menu--secondary"},[_c('div',{staticClass:"container"},[_vm._t("secondary")],2)]):_vm._e(),(_vm.hasSearchSlot)?_c('div',{staticClass:"nav__menu--search"},[_c('div',{staticClass:"bg-gradient pt-4"},[_c('div',{staticClass:"container"},[_vm._t("search")],2)])]):_vm._e()]):_c('div',{staticClass:"nav__inner"},[_c('div',{staticClass:"container"},[_c('div',{staticClass:"row"},[_c('div',{staticClass:"col nav__logo"},[_c('a',{class:("text-decoration-none mb-0 " + (_vm.logo=='property'?'current':'')),attrs:{"href":"/standalone/marketplace"}},[_c('Logo',{staticClass:"pb-0 pe-0",attrs:{"id":"property"}})],1),_c('a',{class:("text-decoration-none mb-0 " + (_vm.logo=='movebutler'?'current':'')),attrs:{"href":"/standalone/movebutler"}},[_c('Logo',{staticClass:"pb-0 pe-0",attrs:{"id":"movebutler"}})],1),_c('a',{class:("text-decoration-none mb-0 " + (_vm.logo=='sold'?'current':'')),attrs:{"href":"/standalone/agent"}},[_c('Logo',{staticClass:"pb-0 pe-0",attrs:{"id":"sold"}})],1)]),_vm._m(1)])]),(_vm.hasSecondarySlot)?_c('div',{staticClass:"nav__menu--secondary bg-primary"},[_c('div',{staticClass:"container"},[_vm._t("secondary")],2)]):_vm._e(),_c('div',{staticClass:"nav__menu flex-row"},[_c('span',{staticClass:"h6 text-muted"},[_vm._v("Services")]),_c('a',{staticClass:"text-decoration-none mb-4 d-flex justify-content-between align-items-center",attrs:{"href":"/standalone/marketplace"}},[_c('Logo',{staticClass:"pb-0 pe-0 fs-2",attrs:{"id":"property"}}),_c('span',{staticClass:"text-success"},[_vm._v("Active")])],1),_c('a',{staticClass:"text-decoration-none mb-4 d-flex justify-content-between align-items-center",attrs:{"href":"/standalone/movebutler"}},[_c('Logo',{staticClass:"pb-0 pe-0 fs-2",attrs:{"id":"movebutler"}}),_c('span',{staticClass:"text-success"},[_vm._v("Active")])],1),_c('a',{staticClass:"text-decoration-none mb-5 d-flex justify-content-between align-items-center",attrs:{"href":"/standalone/agent"}},[_c('Logo',{staticClass:"pb-0 pe-0 fs-2",attrs:{"id":"sold"}}),_c('span',{staticClass:"text-success"},[_vm._v("Active")])],1),_c('span',{staticClass:"h6 text-muted"},[_vm._v("My Branches")]),_c('form',[_c('Input',{attrs:{"type":"select","id":"test1","label":"Today, you're at","options":[{display:'Branch 1',value:'1'},{display:'Branch Two',value:'2'},{display:'Create new branch',value:'new'}],"data-value-if":"new","data-redirect":"/cp/company/branches/create"}})],1),_c('span',{staticClass:"h6 text-muted"},[_vm._v("Menu")]),_vm._m(2),_c('a',{staticClass:"nav__featured-link text-decoration-none pb-3 border-top pt-3 d-block mb-0",attrs:{"href":"/"}},[_c('span',{staticClass:"row"},[_c('span',{staticClass:"col mw-fit-content"},[_c('Icon',{staticClass:"fs-1 m-0",attrs:{"id":"tick-list"}})],1),_vm._m(3)])]),_c('a',{staticClass:"nav__featured-link text-decoration-none pb-3 border-top pt-3 d-block mb-0",attrs:{"href":"/"}},[_c('span',{staticClass:"row"},[_c('span',{staticClass:"col mw-fit-content"},[_c('Icon',{staticClass:"fs-1 m-0 p-1",attrs:{"id":"chat"}})],1),_vm._m(4)])]),_vm._m(5)])])])}
|
|
2984
|
+
var Navvue_type_template_id_1d746557_staticRenderFns = [function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"col mw-fit-content d-md-none flex-row align-items-center nav__menu-btn"},[_c('label',{attrs:{"for":"showMenu"}},[_vm._v("Menu")])])},function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"col mw-fit-content flex-row align-items-center nav__menu-btn"},[_c('label',{attrs:{"for":"showMenu"}},[_vm._v("Menu")])])},function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('a',{staticClass:"nav__featured-link text-decoration-none pb-3 d-block mb-0",attrs:{"href":"/"}},[_c('span',{staticClass:"row"},[_c('span',{staticClass:"col mw-fit-content"},[_c('i',{staticClass:"icon fs-1 fa-user"})]),_c('span',{staticClass:"col"},[_c('span',{attrs:{"Class":"h5 mb-1"}},[_vm._v("Control panel")]),_c('span',{staticClass:"text-muted small"},[_vm._v(" Manage your iamproperty account, branches, staff, billing and invoices ")])])])])},function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('span',{staticClass:"col"},[_c('span',{attrs:{"Class":"h5 mb-1"}},[_vm._v("Quick start guide & FAQ")]),_c('span',{staticClass:"text-muted small"},[_vm._v(" Download a guide on how to manage your account ")])])},function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('span',{staticClass:"col"},[_c('span',{attrs:{"Class":"h5 mb-1"}},[_vm._v("Contact us")]),_c('span',{staticClass:"text-muted small"},[_vm._v(" Get in touch ")])])},function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('a',{staticClass:"nav__featured-link text-decoration-none pb-3 border-top pt-3 d-block mb-0",attrs:{"href":"/"}},[_c('span',{staticClass:"row"},[_c('span',{staticClass:"col mw-fit-content"},[_c('i',{staticClass:"icon fs-1 fa-sign-out"})]),_c('span',{staticClass:"col"},[_c('span',{attrs:{"Class":"h5 mb-1"}},[_vm._v("Log out")]),_c('span',{staticClass:"text-muted small"},[_vm._v(" Martin Critchlow"),_c('br'),_vm._v(" Watson-Clark ")])])])])}]
|
|
2876
2985
|
|
|
2877
2986
|
|
|
2878
|
-
// CONCATENATED MODULE: ./src/components/Nav/Nav.vue?vue&type=template&id=
|
|
2987
|
+
// CONCATENATED MODULE: ./src/components/Nav/Nav.vue?vue&type=template&id=1d746557&
|
|
2879
2988
|
|
|
2880
2989
|
// CONCATENATED MODULE: ./assets/js/modules/nav.js
|
|
2881
2990
|
var navbar = element => {
|
|
@@ -2960,11 +3069,119 @@ var navbar = element => {
|
|
|
2960
3069
|
//
|
|
2961
3070
|
//
|
|
2962
3071
|
//
|
|
3072
|
+
//
|
|
3073
|
+
//
|
|
3074
|
+
//
|
|
3075
|
+
//
|
|
3076
|
+
//
|
|
3077
|
+
//
|
|
3078
|
+
//
|
|
3079
|
+
//
|
|
3080
|
+
//
|
|
3081
|
+
//
|
|
3082
|
+
//
|
|
3083
|
+
//
|
|
3084
|
+
//
|
|
3085
|
+
//
|
|
3086
|
+
//
|
|
3087
|
+
//
|
|
3088
|
+
//
|
|
3089
|
+
//
|
|
3090
|
+
//
|
|
3091
|
+
//
|
|
3092
|
+
//
|
|
3093
|
+
//
|
|
3094
|
+
//
|
|
3095
|
+
//
|
|
3096
|
+
//
|
|
3097
|
+
//
|
|
3098
|
+
//
|
|
3099
|
+
//
|
|
3100
|
+
//
|
|
3101
|
+
//
|
|
3102
|
+
//
|
|
3103
|
+
//
|
|
3104
|
+
//
|
|
3105
|
+
//
|
|
3106
|
+
//
|
|
3107
|
+
//
|
|
3108
|
+
//
|
|
3109
|
+
//
|
|
3110
|
+
//
|
|
3111
|
+
//
|
|
3112
|
+
//
|
|
3113
|
+
//
|
|
3114
|
+
//
|
|
3115
|
+
//
|
|
3116
|
+
//
|
|
3117
|
+
//
|
|
3118
|
+
//
|
|
3119
|
+
//
|
|
3120
|
+
//
|
|
3121
|
+
//
|
|
3122
|
+
//
|
|
3123
|
+
//
|
|
3124
|
+
//
|
|
3125
|
+
//
|
|
3126
|
+
//
|
|
3127
|
+
//
|
|
3128
|
+
//
|
|
3129
|
+
//
|
|
3130
|
+
//
|
|
3131
|
+
//
|
|
3132
|
+
//
|
|
3133
|
+
//
|
|
3134
|
+
//
|
|
3135
|
+
//
|
|
3136
|
+
//
|
|
3137
|
+
//
|
|
3138
|
+
//
|
|
3139
|
+
//
|
|
3140
|
+
//
|
|
3141
|
+
//
|
|
3142
|
+
//
|
|
3143
|
+
//
|
|
3144
|
+
//
|
|
3145
|
+
//
|
|
3146
|
+
//
|
|
3147
|
+
//
|
|
3148
|
+
//
|
|
3149
|
+
//
|
|
3150
|
+
//
|
|
3151
|
+
//
|
|
3152
|
+
//
|
|
3153
|
+
//
|
|
3154
|
+
//
|
|
3155
|
+
//
|
|
3156
|
+
//
|
|
3157
|
+
//
|
|
3158
|
+
//
|
|
3159
|
+
//
|
|
3160
|
+
//
|
|
3161
|
+
//
|
|
3162
|
+
//
|
|
3163
|
+
//
|
|
3164
|
+
//
|
|
3165
|
+
//
|
|
3166
|
+
//
|
|
3167
|
+
//
|
|
3168
|
+
//
|
|
3169
|
+
//
|
|
3170
|
+
//
|
|
3171
|
+
//
|
|
3172
|
+
//
|
|
3173
|
+
//
|
|
3174
|
+
//
|
|
3175
|
+
//
|
|
3176
|
+
|
|
3177
|
+
|
|
2963
3178
|
|
|
2964
3179
|
|
|
2965
3180
|
/* harmony default export */ var Navvue_type_script_lang_js_ = ({
|
|
2966
3181
|
components: {
|
|
2967
|
-
|
|
3182
|
+
Input: Input,
|
|
3183
|
+
Logo: Logo,
|
|
3184
|
+
Icon: Icon
|
|
2968
3185
|
},
|
|
2969
3186
|
name: 'Nav',
|
|
2970
3187
|
props: {
|
|
@@ -3010,12 +3227,20 @@ var navbar = element => {
|
|
|
3010
3227
|
|
|
3011
3228
|
},
|
|
3012
3229
|
computed: {
|
|
3230
|
+
hasLogoSlot() {
|
|
3231
|
+
return !!this.$slots.logo;
|
|
3232
|
+
},
|
|
3233
|
+
|
|
3013
3234
|
hasSecondarySlot() {
|
|
3014
3235
|
return !!this.$slots.secondary;
|
|
3015
3236
|
},
|
|
3016
3237
|
|
|
3017
3238
|
hasSearchSlot() {
|
|
3018
3239
|
return !!this.$slots.search;
|
|
3240
|
+
},
|
|
3241
|
+
|
|
3242
|
+
isMarketplace() {
|
|
3243
|
+
return this.$vnode.data.staticClass && this.$vnode.data.staticClass.includes('nav--marketplace') ? true : false;
|
|
3019
3244
|
}
|
|
3020
3245
|
|
|
3021
3246
|
},
|
|
@@ -3043,8 +3268,8 @@ var Navvue_type_style_index_0_lang_scss_ = __webpack_require__("d463");
|
|
|
3043
3268
|
|
|
3044
3269
|
var Nav_component = normalizeComponent(
|
|
3045
3270
|
Nav_Navvue_type_script_lang_js_,
|
|
3046
|
-
|
|
3047
|
-
|
|
3271
|
+
Navvue_type_template_id_1d746557_render,
|
|
3272
|
+
Navvue_type_template_id_1d746557_staticRenderFns,
|
|
3048
3273
|
false,
|
|
3049
3274
|
null,
|
|
3050
3275
|
null,
|
|
@@ -3053,7 +3278,7 @@ var Nav_component = normalizeComponent(
|
|
|
3053
3278
|
)
|
|
3054
3279
|
|
|
3055
3280
|
/* harmony default export */ var Nav = (Nav_component.exports);
|
|
3056
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
3281
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"4d1a5dda-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/Drawer/Drawer.vue?vue&type=template&id=67f17154&
|
|
3057
3282
|
var Drawervue_type_template_id_67f17154_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{ref:"wrapper"},[_c('input',{staticClass:"d-none",attrs:{"type":"checkbox","name":"showDrawer","id":"showDrawer"}}),_c('div',{staticClass:"drawer__btn pb-0"},[_c('div',{staticClass:"container text-end pb-0"},[_c('label',{staticClass:"btn btn-secondary me-0",attrs:{"for":"showDrawer"}},[_vm._v(_vm._s(_vm.label))])])]),_c('div',{ref:"drawer",staticClass:"drawer",attrs:{"id":"drawer"}},[_vm._m(0),_vm._t("default")],2),_c('hr',{attrs:{"id":"drawer-end"}})])}
|
|
3058
3283
|
var Drawervue_type_template_id_67f17154_staticRenderFns = [function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"container text-end pb-0"},[_c('label',{staticClass:"btn btn-tertiary mb-0 me-0 py-1 px-2",attrs:{"for":"showDrawer"}},[_c('span',{staticClass:"visually-hidden"},[_vm._v("Close")]),_vm._v("✕")])])}]
|
|
3059
3284
|
|
|
@@ -3148,7 +3373,7 @@ var Drawer_component = normalizeComponent(
|
|
|
3148
3373
|
)
|
|
3149
3374
|
|
|
3150
3375
|
/* harmony default export */ var Drawer = (Drawer_component.exports);
|
|
3151
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
3376
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"4d1a5dda-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/Modal/Modal.vue?vue&type=template&id=2d34419f&
|
|
3152
3377
|
var Modalvue_type_template_id_2d34419f_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{ref:"modal",staticClass:"modal",attrs:{"id":_vm.id,"role":"dialog","modal":"true"}},[_c('a',{attrs:{"href":("#" + (_vm.returnid?_vm.returnid:'')),"tabindex":"-1"}},[_c('span',{staticClass:"visually-hidden"},[_vm._v("Close")])]),_c('div',{staticClass:"modal__outer"},[_c('a',{staticClass:"btn btn-tertiary py-1 px-2",attrs:{"href":("#" + (_vm.returnid?_vm.returnid:''))}},[_c('span',{staticClass:"visually-hidden"},[_vm._v("Close")]),_vm._v("✕")]),_c('div',{staticClass:"modal__inner"},[_vm._t("default")],2)]),_c('button',{staticClass:"modal__dock--left btn btn-prev",attrs:{"tabindex":"-1"}},[_vm._v("Left")]),_c('button',{staticClass:"modal__dock--right btn btn-next",attrs:{"tabindex":"-1"}},[_vm._v("Right")])])}
|
|
3153
3378
|
var Modalvue_type_template_id_2d34419f_staticRenderFns = []
|
|
3154
3379
|
|
|
@@ -3290,7 +3515,7 @@ var Modal_component = normalizeComponent(
|
|
|
3290
3515
|
)
|
|
3291
3516
|
|
|
3292
3517
|
/* harmony default export */ var Modal = (Modal_component.exports);
|
|
3293
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
3518
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"4d1a5dda-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/Stepper/Stepper.vue?vue&type=template&id=538c1cae&
|
|
3294
3519
|
var Steppervue_type_template_id_538c1cae_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"container"},[_c('nav',{staticClass:"stepper",attrs:{"aria-label":_vm.label?_vm.label:'Progress'}},[(_vm.label)?_c('span',{staticClass:"h6 stepper__start"},[_vm._v(_vm._s(_vm.label))]):_vm._e(),_c('ol',{staticClass:"list-unstyled"},[_vm._t("default")],2),_c('span',{staticClass:"h6 stepper__end"},[_vm._v(_vm._s(_vm.endlabel))])])])}
|
|
3295
3520
|
var Steppervue_type_template_id_538c1cae_staticRenderFns = []
|
|
3296
3521
|
|
|
@@ -3355,7 +3580,7 @@ var Stepper_component = normalizeComponent(
|
|
|
3355
3580
|
)
|
|
3356
3581
|
|
|
3357
3582
|
/* harmony default export */ var Stepper = (Stepper_component.exports);
|
|
3358
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
3583
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"4d1a5dda-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/Stepper/Step.vue?vue&type=template&id=d80b9c98&
|
|
3359
3584
|
var Stepvue_type_template_id_d80b9c98_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('li',[_c('a',{class:("" + (_vm.status?'bg-'+_vm.status:'') + (typeof _vm.current != 'undefined'?'current':'')),attrs:{"href":_vm.url,"aria-current":typeof _vm.current != 'undefined'?true:false}},[_c('span',[_vm._t("default")],2),(_vm.status)?_c('em',{staticClass:"visually-hidden"},[_vm._v(" - status: "+_vm._s(_vm.status))]):_vm._e()])])}
|
|
3360
3585
|
var Stepvue_type_template_id_d80b9c98_staticRenderFns = []
|
|
3361
3586
|
|
|
@@ -3411,7 +3636,7 @@ var Step_component = normalizeComponent(
|
|
|
3411
3636
|
)
|
|
3412
3637
|
|
|
3413
3638
|
/* harmony default export */ var Step = (Step_component.exports);
|
|
3414
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
3639
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"4d1a5dda-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/Tabs/Tabs.vue?vue&type=template&id=a94687de&
|
|
3415
3640
|
var Tabsvue_type_template_id_a94687de_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{ref:"wrapper",staticClass:"container tabs__container"},[_vm._l((_vm.tabLinks()),function(value,index){return _c('input',{key:index,staticClass:"d-none",attrs:{"type":"radio","name":value.name,"id":value.id},domProps:{"checked":index == 0? 'checked':''}})}),_c('div',{staticClass:"tabs__links"},_vm._l((_vm.tabLinks()),function(value,index){return _c('label',{key:index,staticClass:"link",attrs:{"for":value.id},on:{"click":function($event){return _vm.openTab(index)}}},[_vm._v(" "+_vm._s(value.tabTitle)+" ")])}),0),_c('div',{staticClass:"tabs"},[_vm._t("default")],2)],2)}
|
|
3416
3641
|
var Tabsvue_type_template_id_a94687de_staticRenderFns = []
|
|
3417
3642
|
|
|
@@ -3514,7 +3739,7 @@ var Tabs_component = normalizeComponent(
|
|
|
3514
3739
|
)
|
|
3515
3740
|
|
|
3516
3741
|
/* harmony default export */ var Tabs = (Tabs_component.exports);
|
|
3517
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
3742
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"4d1a5dda-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/Tabs/Tab.vue?vue&type=template&id=2fb8b28a&
|
|
3518
3743
|
var Tabvue_type_template_id_2fb8b28a_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return (_vm.show)?_c('div',{staticClass:"tab"},[_vm._t("default")],2):_vm._e()}
|
|
3519
3744
|
var Tabvue_type_template_id_2fb8b28a_staticRenderFns = []
|
|
3520
3745
|
|
|
@@ -3570,7 +3795,7 @@ var Tab_component = normalizeComponent(
|
|
|
3570
3795
|
)
|
|
3571
3796
|
|
|
3572
3797
|
/* harmony default export */ var Tab = (Tab_component.exports);
|
|
3573
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
3798
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"4d1a5dda-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/Alert/Alert.vue?vue&type=template&id=451f0c28&
|
|
3574
3799
|
var Alertvue_type_template_id_451f0c28_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{ref:"wrapper",class:("container alert pb-0 " + (_vm.dismissible?'alert--dismissible fade show':'')),style:(_vm.timeout?("--animation-length: " + _vm.timeout + "ms"):''),attrs:{"data-timeout":_vm.timeout}},[_c('div',{class:("alert__inner bg-" + _vm.colour),attrs:{"role":"alert"}},[(_vm.dismissible)?_c('button',{staticClass:"btn-close",attrs:{"type":"button","data-bs-dismiss":"alert","aria-label":"Close"}}):_vm._e(),_vm._t("default")],2)])}
|
|
3575
3800
|
var Alertvue_type_template_id_451f0c28_staticRenderFns = []
|
|
3576
3801
|
|
|
@@ -3685,12 +3910,121 @@ var Alert_component = normalizeComponent(
|
|
|
3685
3910
|
)
|
|
3686
3911
|
|
|
3687
3912
|
/* harmony default export */ var Alert = (Alert_component.exports);
|
|
3913
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"4d1a5dda-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/NoteFeed/NoteFeed.vue?vue&type=template&id=d99a9532&
|
|
3914
|
+
var NoteFeedvue_type_template_id_d99a9532_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"container note-feed mb-2"},[(_vm.title)?_c('span',{staticClass:"h3",domProps:{"innerHTML":_vm._s(_vm.title)}}):_vm._e(),_c('Table',_vm._b({staticClass:"mb-0",attrs:{"fields":[{ key: 'date_added' },{ key: 'user' },{ key: 'note' }],"items":_vm.itemsData}},'Table',_vm.$props,false)),_c('form',{attrs:{"action":_vm.action,"method":_vm.method},on:{"submit":function($event){$event.preventDefault();return _vm.submitForm.apply(void 0, arguments)}}},[_c('input',{attrs:{"type":"hidden","name":"user"},domProps:{"value":_vm.user}}),_c('Input',{staticClass:"mw-100",attrs:{"id":"addNote","type":"textarea","label":"Add note","required":""}}),_c('button',{staticClass:"btn btn-tertiary"},[_vm._v("Submit note")])],1)],1)}
|
|
3915
|
+
var NoteFeedvue_type_template_id_d99a9532_staticRenderFns = []
|
|
3916
|
+
|
|
3917
|
+
|
|
3918
|
+
// CONCATENATED MODULE: ./src/components/NoteFeed/NoteFeed.vue?vue&type=template&id=d99a9532&
|
|
3919
|
+
|
|
3920
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js??ref--13-0!./node_modules/@vue/cli-service/node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/NoteFeed/NoteFeed.vue?vue&type=script&lang=js&
|
|
3921
|
+
|
|
3922
|
+
|
|
3923
|
+
function NoteFeedvue_type_script_lang_js_ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
3924
|
+
|
|
3925
|
+
function NoteFeedvue_type_script_lang_js_objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? NoteFeedvue_type_script_lang_js_ownKeys(Object(source), !0).forEach(function (key) { defineProperty_default()(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : NoteFeedvue_type_script_lang_js_ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
3926
|
+
|
|
3927
|
+
//
|
|
3928
|
+
//
|
|
3929
|
+
//
|
|
3930
|
+
//
|
|
3931
|
+
//
|
|
3932
|
+
//
|
|
3933
|
+
//
|
|
3934
|
+
//
|
|
3935
|
+
//
|
|
3936
|
+
//
|
|
3937
|
+
//
|
|
3938
|
+
//
|
|
3939
|
+
//
|
|
3940
|
+
|
|
3941
|
+
|
|
3942
|
+
var tableProps = Table.props;
|
|
3943
|
+
tableProps.fields.required = false;
|
|
3944
|
+
/* harmony default export */ var NoteFeedvue_type_script_lang_js_ = ({
|
|
3945
|
+
components: {
|
|
3946
|
+
Table: Table,
|
|
3947
|
+
Input: Input
|
|
3948
|
+
},
|
|
3949
|
+
|
|
3950
|
+
data() {
|
|
3951
|
+
return {
|
|
3952
|
+
itemsData: [...this.items] // Redefine data to avoid bleeding of data to other components
|
|
3953
|
+
|
|
3954
|
+
};
|
|
3955
|
+
},
|
|
3956
|
+
|
|
3957
|
+
methods: {
|
|
3958
|
+
submitForm: function submitForm(event) {
|
|
3959
|
+
console.log(this);
|
|
3960
|
+
var data = new FormData(event.target);
|
|
3961
|
+
var today = new Date();
|
|
3962
|
+
var yyyy = today.getFullYear();
|
|
3963
|
+
var mm = today.getMonth() + 1; // Months start at 0!
|
|
3964
|
+
|
|
3965
|
+
var dd = today.getDate();
|
|
3966
|
+
if (dd < 10) dd = '0' + dd;
|
|
3967
|
+
if (mm < 10) mm = '0' + mm;
|
|
3968
|
+
today = dd + '/' + mm + '/' + yyyy;
|
|
3969
|
+
this.itemsData.unshift({
|
|
3970
|
+
date_added: today,
|
|
3971
|
+
user: data.get('user'),
|
|
3972
|
+
note: data.get('addNote')
|
|
3973
|
+
});
|
|
3974
|
+
this.$emit('formSubmitted', event);
|
|
3975
|
+
}
|
|
3976
|
+
},
|
|
3977
|
+
name: 'NoteFeed',
|
|
3978
|
+
props: NoteFeedvue_type_script_lang_js_objectSpread(NoteFeedvue_type_script_lang_js_objectSpread({
|
|
3979
|
+
user: {
|
|
3980
|
+
type: String,
|
|
3981
|
+
required: true
|
|
3982
|
+
}
|
|
3983
|
+
}, tableProps), {}, {
|
|
3984
|
+
title: {
|
|
3985
|
+
type: String,
|
|
3986
|
+
required: false
|
|
3987
|
+
},
|
|
3988
|
+
method: {
|
|
3989
|
+
type: String,
|
|
3990
|
+
required: false,
|
|
3991
|
+
default: 'post'
|
|
3992
|
+
},
|
|
3993
|
+
action: {
|
|
3994
|
+
type: String,
|
|
3995
|
+
required: false
|
|
3996
|
+
}
|
|
3997
|
+
})
|
|
3998
|
+
});
|
|
3999
|
+
// CONCATENATED MODULE: ./src/components/NoteFeed/NoteFeed.vue?vue&type=script&lang=js&
|
|
4000
|
+
/* harmony default export */ var NoteFeed_NoteFeedvue_type_script_lang_js_ = (NoteFeedvue_type_script_lang_js_);
|
|
4001
|
+
// CONCATENATED MODULE: ./src/components/NoteFeed/NoteFeed.vue
|
|
4002
|
+
|
|
4003
|
+
|
|
4004
|
+
|
|
4005
|
+
|
|
4006
|
+
|
|
4007
|
+
/* normalize component */
|
|
4008
|
+
|
|
4009
|
+
var NoteFeed_component = normalizeComponent(
|
|
4010
|
+
NoteFeed_NoteFeedvue_type_script_lang_js_,
|
|
4011
|
+
NoteFeedvue_type_template_id_d99a9532_render,
|
|
4012
|
+
NoteFeedvue_type_template_id_d99a9532_staticRenderFns,
|
|
4013
|
+
false,
|
|
4014
|
+
null,
|
|
4015
|
+
null,
|
|
4016
|
+
null
|
|
4017
|
+
|
|
4018
|
+
)
|
|
4019
|
+
|
|
4020
|
+
/* harmony default export */ var NoteFeed = (NoteFeed_component.exports);
|
|
3688
4021
|
// CONCATENATED MODULE: ./src/index.js
|
|
3689
4022
|
// Foundations
|
|
3690
4023
|
|
|
3691
4024
|
// Elements
|
|
3692
4025
|
|
|
3693
4026
|
|
|
4027
|
+
|
|
3694
4028
|
// Components
|
|
3695
4029
|
|
|
3696
4030
|
|
|
@@ -3710,6 +4044,7 @@ var Alert_component = normalizeComponent(
|
|
|
3710
4044
|
|
|
3711
4045
|
|
|
3712
4046
|
|
|
4047
|
+
|
|
3713
4048
|
// CONCATENATED MODULE: ./node_modules/@vue/cli-service/lib/commands/build/entry-lib-no-default.js
|
|
3714
4049
|
|
|
3715
4050
|
|