classcard-ui 0.2.594 → 0.2.597
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/dist/classcard-ui.common.js +108 -81
- package/dist/classcard-ui.common.js.map +1 -1
- package/dist/classcard-ui.umd.js +108 -81
- package/dist/classcard-ui.umd.js.map +1 -1
- package/dist/classcard-ui.umd.min.js +1 -1
- package/dist/classcard-ui.umd.min.js.map +1 -1
- package/package.json +1 -1
- package/src/components/CCalendar/CCalendar.vue +10 -3
- package/src/components/CIcon/CIcon.vue +9 -4
- package/src/components/CInput/CInput.vue +5 -0
- package/src/components/CStackedList/CStackedList.vue +0 -1
|
@@ -40385,9 +40385,14 @@ function ownKeys(object, enumerableOnly) {
|
|
|
40385
40385
|
|
|
40386
40386
|
if (Object.getOwnPropertySymbols) {
|
|
40387
40387
|
var symbols = Object.getOwnPropertySymbols(object);
|
|
40388
|
-
|
|
40389
|
-
|
|
40390
|
-
|
|
40388
|
+
|
|
40389
|
+
if (enumerableOnly) {
|
|
40390
|
+
symbols = symbols.filter(function (sym) {
|
|
40391
|
+
return Object.getOwnPropertyDescriptor(object, sym).enumerable;
|
|
40392
|
+
});
|
|
40393
|
+
}
|
|
40394
|
+
|
|
40395
|
+
keys.push.apply(keys, symbols);
|
|
40391
40396
|
}
|
|
40392
40397
|
|
|
40393
40398
|
return keys;
|
|
@@ -40395,12 +40400,19 @@ function ownKeys(object, enumerableOnly) {
|
|
|
40395
40400
|
|
|
40396
40401
|
function _objectSpread2(target) {
|
|
40397
40402
|
for (var i = 1; i < arguments.length; i++) {
|
|
40398
|
-
var source =
|
|
40399
|
-
|
|
40400
|
-
|
|
40401
|
-
|
|
40402
|
-
|
|
40403
|
-
|
|
40403
|
+
var source = arguments[i] != null ? arguments[i] : {};
|
|
40404
|
+
|
|
40405
|
+
if (i % 2) {
|
|
40406
|
+
ownKeys(Object(source), true).forEach(function (key) {
|
|
40407
|
+
_defineProperty(target, key, source[key]);
|
|
40408
|
+
});
|
|
40409
|
+
} else if (Object.getOwnPropertyDescriptors) {
|
|
40410
|
+
Object.defineProperties(target, Object.getOwnPropertyDescriptors(source));
|
|
40411
|
+
} else {
|
|
40412
|
+
ownKeys(Object(source)).forEach(function (key) {
|
|
40413
|
+
Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));
|
|
40414
|
+
});
|
|
40415
|
+
}
|
|
40404
40416
|
}
|
|
40405
40417
|
|
|
40406
40418
|
return target;
|
|
@@ -78883,19 +78895,19 @@ if (typeof window !== 'undefined') {
|
|
|
78883
78895
|
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.function.name.js
|
|
78884
78896
|
var es_function_name = __webpack_require__("b0c0");
|
|
78885
78897
|
|
|
78886
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
78898
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"6fd73ebf-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/CAlerts/CAlerts.vue?vue&type=template&id=65742bd8&
|
|
78887
78899
|
var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{class:_vm.type == 'withAccentBorder' ? ("bg-" + _vm.color + "-50 border-l-4 border-" + _vm.color + "-400 p-4") : ("rounded-md bg-" + _vm.color + "-50 p-4")},[_c('div',{staticClass:"flex"},[(_vm.icon)?_c('div',{staticClass:"flex-shrink-0"},[_c('c-icon',{class:("h-5 w-5 text-" + _vm.color + "-700"),attrs:{"type":_vm.icon.type,"name":_vm.icon.name}})],1):_vm._e(),(_vm.type == 'withAccentBorder')?_c('div',{staticClass:"ml-3"},[_c('p',{class:("text-sm text-" + _vm.color + "-700")},[_c('a',{class:("font-medium underline text-" + _vm.color + "-700 hover:text-" + _vm.color + "-600"),attrs:{"href":"#"}},[_vm._v(" "+_vm._s(_vm.linkLabel)+" ")]),_vm._v(" "+_vm._s(_vm.label)+" ")])]):_c('div',{staticClass:"ml-3"},[_c('h3',{class:("text-sm font-medium text-" + _vm.color + "-800")},[_vm._v(" "+_vm._s(_vm.label)+" ")]),(_vm.description)?_c('div',{class:("mt-2 text-sm text-" + _vm.color + "-700")},[_c('p',[_vm._v(" "+_vm._s(_vm.description)+" ")])]):_vm._e(),(_vm.type == 'withActions')?_c('div',{staticClass:"mt-4"},[_c('div',{staticClass:"-mx-2 -my-1.5 flex"},[_c('button',{class:("bg-" + _vm.color + "-50 px-2 py-1.5 rounded-md text-sm font-medium text-" + _vm.color + "-800 hover:bg-" + _vm.color + "-100 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-offset-" + _vm.color + "-50 focus:ring-" + _vm.color + "-600")},[_vm._v(" "+_vm._s(_vm.actions.label)+" ")])])]):_vm._e()])])])}
|
|
78888
78900
|
var staticRenderFns = []
|
|
78889
78901
|
|
|
78890
78902
|
|
|
78891
78903
|
// CONCATENATED MODULE: ./src/components/CAlerts/CAlerts.vue?vue&type=template&id=65742bd8&
|
|
78892
78904
|
|
|
78893
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
78894
|
-
var
|
|
78895
|
-
var
|
|
78905
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"6fd73ebf-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/CIcon/CIcon.vue?vue&type=template&id=843f9350&
|
|
78906
|
+
var CIconvue_type_template_id_843f9350_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[(_vm.name == 'loader')?_c('svg',{staticClass:"animate-spin",class:_vm.classes,attrs:{"xmlns":"http://www.w3.org/2000/svg","fill":"none","viewBox":"0 0 24 24"}},[_c('circle',{staticClass:"opacity-25",attrs:{"cx":"12","cy":"12","r":"10","stroke":"currentColor","stroke-width":"4"}}),_c('path',{staticClass:"opacity-75",attrs:{"fill":"currentColor","d":_vm.path}})]):_vm._e(),(_vm.name !== 'loader' && _vm.type == 'solid')?_c('svg',{class:(_vm.classes ? _vm.classes : '') + (_vm.cursorType ? _vm.cursorType : ''),attrs:{"viewBox":_vm.viewBox,"fill":"currentColor","fill-rule":"evenodd"}},[_c('path',{attrs:{"d":_vm.path}})]):_vm._e(),(_vm.name !== 'loader' && _vm.type == 'outline')?_c('svg',{class:(_vm.classes ? _vm.classes : '') + (_vm.cursorType ? _vm.cursorType : ''),attrs:{"viewBox":"0 0 24 24","fill":"none","stroke":"currentColor"}},[_c('path',{attrs:{"stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2","d":_vm.path}})]):_vm._e()])}
|
|
78907
|
+
var CIconvue_type_template_id_843f9350_staticRenderFns = []
|
|
78896
78908
|
|
|
78897
78909
|
|
|
78898
|
-
// CONCATENATED MODULE: ./src/components/CIcon/CIcon.vue?vue&type=template&id=
|
|
78910
|
+
// CONCATENATED MODULE: ./src/components/CIcon/CIcon.vue?vue&type=template&id=843f9350&
|
|
78899
78911
|
|
|
78900
78912
|
// CONCATENATED MODULE: ./src/icons.js
|
|
78901
78913
|
/* harmony default export */ var icons = ({
|
|
@@ -79084,6 +79096,11 @@ var CIconvue_type_template_id_706816d6_staticRenderFns = []
|
|
|
79084
79096
|
//
|
|
79085
79097
|
//
|
|
79086
79098
|
//
|
|
79099
|
+
//
|
|
79100
|
+
//
|
|
79101
|
+
//
|
|
79102
|
+
//
|
|
79103
|
+
//
|
|
79087
79104
|
|
|
79088
79105
|
/* harmony default export */ var CIconvue_type_script_lang_js_ = ({
|
|
79089
79106
|
name: "CIcon",
|
|
@@ -79104,7 +79121,7 @@ var CIconvue_type_template_id_706816d6_staticRenderFns = []
|
|
|
79104
79121
|
},
|
|
79105
79122
|
cursorType: {
|
|
79106
79123
|
type: String,
|
|
79107
|
-
default: "cursor-
|
|
79124
|
+
default: "cursor-default"
|
|
79108
79125
|
}
|
|
79109
79126
|
},
|
|
79110
79127
|
computed: {
|
|
@@ -79225,8 +79242,8 @@ function normalizeComponent (
|
|
|
79225
79242
|
|
|
79226
79243
|
var CIcon_component = normalizeComponent(
|
|
79227
79244
|
CIcon_CIconvue_type_script_lang_js_,
|
|
79228
|
-
|
|
79229
|
-
|
|
79245
|
+
CIconvue_type_template_id_843f9350_render,
|
|
79246
|
+
CIconvue_type_template_id_843f9350_staticRenderFns,
|
|
79230
79247
|
false,
|
|
79231
79248
|
null,
|
|
79232
79249
|
null,
|
|
@@ -79329,7 +79346,7 @@ var CAlerts_component = normalizeComponent(
|
|
|
79329
79346
|
// CONCATENATED MODULE: ./src/components/CAlerts/index.js
|
|
79330
79347
|
|
|
79331
79348
|
/* harmony default export */ var components_CAlerts = (CAlerts);
|
|
79332
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
79349
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"6fd73ebf-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/CAnchorTabs/CAnchorTabs.vue?vue&type=template&id=bfcad70c&
|
|
79333
79350
|
var CAnchorTabsvue_type_template_id_bfcad70c_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_vm._m(0),_c('div',{staticClass:"hidden sm:block"},[_c('div',{staticClass:"border-b border-gray-200"},[_c('nav',{staticClass:"-mb-px flex space-x-8",class:_vm.classes,attrs:{"aria-label":"Tabs"}},_vm._l((_vm.tabs),function(tab){return _c('a',{key:tab.name,staticClass:"group inline-flex cursor-pointer items-center whitespace-nowrap border-b-2 py-4 px-1 text-sm font-medium",class:_vm.activeTab == tab.name
|
|
79334
79351
|
? 'border-indigo-600 text-indigo-700 hover:text-indigo-800'
|
|
79335
79352
|
: 'border-transparent text-gray-500 hover:border-gray-300 hover:text-gray-700',on:{"click":function($event){return _vm.switchTab(tab.name)}}},[(tab.icon)?_c('c-icon',{staticClass:"-ml-0.5 mr-2 h-5 w-5",class:_vm.activeTab == tab.name
|
|
@@ -79464,7 +79481,7 @@ var CAnchorTabs_component = normalizeComponent(
|
|
|
79464
79481
|
// CONCATENATED MODULE: ./src/components/CAnchorTabs/index.js
|
|
79465
79482
|
|
|
79466
79483
|
/* harmony default export */ var components_CAnchorTabs = (CAnchorTabs);
|
|
79467
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
79484
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"6fd73ebf-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/CAnchorTag/CAnchorTag.vue?vue&type=template&id=3b5737ae&
|
|
79468
79485
|
var CAnchorTagvue_type_template_id_3b5737ae_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('a',{staticClass:"flex cursor-pointer text-sm hover:underline",class:(_vm.classes + " " + _vm.textColor),attrs:{"href":_vm.href},on:{"click":function (event) { return _vm.clickAction(event,_vm.action); }}},[(_vm.icon)?_c('c-icon',{class:_vm.icon.class,attrs:{"type":_vm.icon.type,"name":_vm.icon.name}}):_vm._e(),_vm._v(" "+_vm._s(_vm.label)+" ")],1)}
|
|
79469
79486
|
var CAnchorTagvue_type_template_id_3b5737ae_staticRenderFns = []
|
|
79470
79487
|
|
|
@@ -79557,7 +79574,7 @@ var CAnchorTag_component = normalizeComponent(
|
|
|
79557
79574
|
// CONCATENATED MODULE: ./src/components/CAnchorTag/index.js
|
|
79558
79575
|
|
|
79559
79576
|
/* harmony default export */ var components_CAnchorTag = (CAnchorTag);
|
|
79560
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
79577
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"6fd73ebf-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/CAvatar/CAvatar.vue?vue&type=template&id=7d33eb04&
|
|
79561
79578
|
var CAvatarvue_type_template_id_7d33eb04_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_c('div',{staticClass:"flex",class:_vm.description ? 'items-start' : 'items-center'},[(_vm.image)?_c('div',[_c('img',{staticClass:"inline-block object-cover",class:[_vm.classes, _vm.imageClasses],attrs:{"src":_vm.image,"alt":""},on:{"error":function($event){return _vm.$emit('error', $event)}}})]):_c('div',{staticClass:"flex-none border-red-300 bg-red-100 text-center font-medium text-red-600",class:_vm.nameInitialsClasses,style:([
|
|
79562
79579
|
_vm.size == 'medium' ? { 'line-height': '3rem' } : '',
|
|
79563
79580
|
_vm.size == 'large' ? { 'line-height': '3.5rem' } : '',
|
|
@@ -79690,7 +79707,7 @@ var CAvatar_component = normalizeComponent(
|
|
|
79690
79707
|
// CONCATENATED MODULE: ./src/components/CAvatar/index.js
|
|
79691
79708
|
|
|
79692
79709
|
/* harmony default export */ var components_CAvatar = (CAvatar);
|
|
79693
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
79710
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"6fd73ebf-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/CAvatarGroup/CAvatarGroup.vue?vue&type=template&id=7ea626cc&
|
|
79694
79711
|
var CAvatarGroupvue_type_template_id_7ea626cc_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"flex",class:_vm.description ? 'items-start' : 'items-center'},[(_vm.images && _vm.images.length <= 3)?_c('div',{staticClass:"flex -space-x-1"},_vm._l((_vm.images),function(image,index){return _c('img',{key:index,staticClass:"inline-block ring-2 ring-white",class:_vm.classes,attrs:{"src":image.image,"alt":""}})}),0):_vm._e(),(_vm.images && _vm.images.length > 3)?_c('div',{staticClass:"flex -space-x-1"},_vm._l((_vm.images.slice(0, 4)),function(image,index){return _c('img',{key:index,staticClass:"inline-block ring-2 ring-white",class:_vm.classes,attrs:{"src":image.image,"alt":""}})}),0):_vm._e(),(_vm.nameInitials && _vm.nameInitialsWithColors.length > 4)?_c('div',{staticClass:"flex -space-x-1"},_vm._l((_vm.nameInitialsWithColors.slice(0, 4)),function(name,index){return _c('div',{key:index,class:[
|
|
79695
79712
|
'inline-block text-center font-medium ring-2 ring-white',
|
|
79696
79713
|
_vm.nameInitialsClasses,
|
|
@@ -79906,7 +79923,7 @@ var CAvatarGroup_component = normalizeComponent(
|
|
|
79906
79923
|
// CONCATENATED MODULE: ./src/components/CAvatarGroup/index.js
|
|
79907
79924
|
|
|
79908
79925
|
/* harmony default export */ var components_CAvatarGroup = (CAvatarGroup);
|
|
79909
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
79926
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"6fd73ebf-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/CBasicTable/CBasicTable.vue?vue&type=template&id=6ee9b382&
|
|
79910
79927
|
var CBasicTablevue_type_template_id_6ee9b382_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_c('div',{staticClass:"flex flex-col"},[_c('div',{staticClass:"-my-2"},[_c('div',{staticClass:"py-2 align-middle inline-block min-w-full"},[_c('div',{},[_c('table',{staticClass:"min-w-full",class:_vm.columnData ? 'divide-y divide-gray-200' : ''},[_c('thead',{staticClass:"table w-full table-fixed"},[(_vm.columnData && _vm.columnData.length)?_c('tr',[(_vm.enableSelection)?_c('th',{staticClass:"px-2 py-3 sticky top-0 z-10 bg-gray-100"},[_c('c-checkbox',{on:{"onChange":_vm.changeAllValues}})],1):_vm._e(),_vm._l((_vm.columnData),function(column,index){return _c('th',{key:index,staticClass:"px-2 py-3 text-left text-sm font-medium text-gray-500 sticky top-0 z-10 bg-gray-100",attrs:{"scope":"col"}},[_vm._v(" "+_vm._s(column)+" ")])})],2):_vm._e()]),_c('tbody',{staticClass:"bg-white divide-y divide-gray-200 max-h-96 block overflow-y-auto"},_vm._l((_vm.rowRecords),function(row,index){return _c('tr',{key:row.index,staticClass:"align-top table w-full table-fixed",class:[
|
|
79911
79928
|
("" + (_vm.selectedRow && index === _vm.selectedIndex ? 'bg-indigo-100' : '')),
|
|
79912
79929
|
("" + (_vm.disabledRow ? 'opacity-40 pointer-events-none' : '')) ],on:{"click":function($event){return _vm.$emit('rowClick', index)}}},_vm._l((row),function(record,index){return _c('td',{key:index,staticClass:"px-2 whitespace-nowrap text-sm text-gray-900",class:_vm.columnClasses},[(_vm.enableSelection && record.isSelected)?_c('c-checkbox',{attrs:{"value":record.isSelected.value}}):(record.tag)?_c('p',[_c('c-tag',{attrs:{"label":record.tag.label,"color":record.tag.color}})],1):(record.avatar)?_c('p',[_c('c-avatar',{attrs:{"image":record.avatar.image,"rounded":record.avatar.rounded,"size":record.avatar.size,"name":record.avatar.name,"description":record.avatar.description}})],1):(record.secondary)?_c('p',{staticClass:"text-gray-500"},[_vm._v(" "+_vm._s(record.secondary.label)+" ")]):(record.icon)?_c('p',[_c('c-icon',{class:record.icon.class,attrs:{"type":record.icon.type,"name":record.icon.name}})],1):(record.linkLabel)?_c('p',[_c('a',{staticClass:"flex block text-sm text-indigo-600 hover:underline",attrs:{"href":"#"},on:{"click":function($event){$event.preventDefault();return _vm.action.apply(null, arguments)}}},[_vm._v(" "+_vm._s(record.linkLabel.label)+" ")])]):(record.switch)?_c('p',[_c('c-switch',{attrs:{"value":record.switch.value}})],1):(record.selectpicker)?_c('div',[_c('c-select',{attrs:{"placeholder":record.selectpicker.placeholder,"options":record.selectpicker.options,"dropdownClass":record.selectpicker.dropdownClass}})],1):(record.stackedList)?_c('div',[_c('c-stacked-list',{attrs:{"listItems":record.stackedList.items,"divider":record.stackedList.divider}})],1):(record.colorText)?_c('div',[_c('p',{class:record.colorText.class},[_vm._v(" "+_vm._s(record.colorText.value)+" ")]),(record.colorText.description)?_c('p',{staticClass:"text-gray-500"},[_vm._v(" "+_vm._s(record.colorText.description)+" ")]):_vm._e()]):_c('div',[_c('p',[_vm._v(_vm._s(record.record.value))]),(record.record.description)?_c('div',{staticClass:"flex"},[_vm._t("default"),_c('p',{staticClass:"text-gray-500"},[_vm._v(" "+_vm._s(record.record.description)+" ")])],2):_vm._e()])],1)}),0)}),0)])])])])])])}
|
|
@@ -79918,7 +79935,7 @@ var CBasicTablevue_type_template_id_6ee9b382_staticRenderFns = []
|
|
|
79918
79935
|
// EXTERNAL MODULE: ./node_modules/core-js/modules/web.dom-collections.for-each.js
|
|
79919
79936
|
var web_dom_collections_for_each = __webpack_require__("159b");
|
|
79920
79937
|
|
|
79921
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
79938
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"6fd73ebf-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/CTag/CTag.vue?vue&type=template&id=7ced7f4e&
|
|
79922
79939
|
var CTagvue_type_template_id_7ced7f4e_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_c('span',{staticClass:"px-2.5 py-0.5 inline-flex text-sm leading-5 rounded-md",class:[_vm.colorClasses, _vm.tagClasses]},[_vm._v(" "+_vm._s(_vm.label)+" ")])])}
|
|
79923
79940
|
var CTagvue_type_template_id_7ced7f4e_staticRenderFns = []
|
|
79924
79941
|
|
|
@@ -79987,7 +80004,7 @@ var CTag_component = normalizeComponent(
|
|
|
79987
80004
|
)
|
|
79988
80005
|
|
|
79989
80006
|
/* harmony default export */ var CTag = (CTag_component.exports);
|
|
79990
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
80007
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"6fd73ebf-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/CSwitch/CSwitch.vue?vue&type=template&id=14f05e80&
|
|
79991
80008
|
var CSwitchvue_type_template_id_14f05e80_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[(_vm.size === 'small')?_c('div',{staticClass:"flex cursor-pointer justify-between",class:_vm.label == '' ? 'items-center' : 'items-start'},[(_vm.direction == 'left')?_c('span',{staticClass:"flex flex-grow flex-col",attrs:{"id":"smallleft"},on:{"click":_vm.switchValue}},[(_vm.label)?_c('span',{staticClass:"text-gray-900",class:_vm.classes},[_vm._v(_vm._s(_vm.label))]):_vm._e(),(_vm.description)?_c('span',{staticClass:"text-sm text-gray-500"},[_vm._v(_vm._s(_vm.description))]):_vm._e()]):_vm._e(),_c('button',{staticClass:"group focus:outline-none relative inline-flex h-5 w-10 flex-shrink-0 cursor-pointer items-center justify-center rounded-full focus:ring-2 focus:ring-indigo-500 focus:ring-offset-2 disabled:opacity-50",attrs:{"type":"button","aria-pressed":"false","disabled":_vm.disabled},on:{"click":_vm.switchValue}},[_c('span',{staticClass:"sr-only"},[_vm._v("Use setting")]),_c('span',{staticClass:"pointer-events-none absolute h-full w-full rounded-md bg-white",attrs:{"aria-hidden":"true"}}),_c('span',{staticClass:"pointer-events-none absolute mx-auto h-4 w-9 rounded-full transition-colors duration-200 ease-in-out",class:{ 'bg-indigo-600': _vm.isToggle, 'bg-gray-200': !_vm.isToggle },attrs:{"aria-hidden":"true"}}),_c('span',{staticClass:"pointer-events-none absolute left-0 inline-block h-5 w-5 transform rounded-full border border-gray-200 bg-white ring-0 transition-transform duration-200 ease-in-out",class:{ 'translate-x-5': _vm.isToggle, 'translate-x-0': !_vm.isToggle },attrs:{"aria-hidden":"true"}})]),(_vm.direction == 'right')?_c('span',{staticClass:"flex flex-col",attrs:{"id":"toggleLabel"},on:{"click":_vm.switchValue}},[(_vm.label)?_c('span',{staticClass:"text-gray-900",class:_vm.classes},[_vm._v(_vm._s(_vm.label))]):_vm._e(),(_vm.description)?_c('span',{staticClass:"text-sm text-gray-500"},[_vm._v(_vm._s(_vm.description))]):_vm._e()]):_vm._e()]):_c('div',{staticClass:"flex cursor-pointer justify-between",class:_vm.label == '' ? 'items-center' : 'items-start'},[(_vm.direction == 'left')?_c('span',{staticClass:"flex flex-grow flex-col",attrs:{"id":"toggleLabel"},on:{"click":_vm.switchValue}},[(_vm.label)?_c('span',{staticClass:"text-gray-900",class:_vm.classes},[_vm._v(_vm._s(_vm.label))]):_vm._e(),(_vm.description)?_c('span',{staticClass:"text-sm text-gray-500"},[_vm._v(_vm._s(_vm.description))]):_vm._e()]):_vm._e(),_c('button',{staticClass:"focus:outline-none relative inline-flex h-6 w-11 flex-shrink-0 cursor-pointer rounded-full border-2 border-transparent transition-colors duration-200 ease-in-out focus:ring-2 focus:ring-indigo-500 focus:ring-offset-2 disabled:opacity-50",class:{ 'bg-indigo-600': _vm.isToggle == 1, 'bg-gray-200': _vm.isToggle == 0 },attrs:{"type":"button","aria-pressed":"false","disabled":_vm.disabled},on:{"click":function($event){$event.stopPropagation();return _vm.switchValue.apply(null, arguments)}}},[_c('span',{staticClass:"sr-only"},[_vm._v("Use setting")]),_c('span',{staticClass:"inline-block h-5 w-5 transform rounded-full bg-white ring-0 transition duration-200 ease-in-out",class:{ 'translate-x-5': _vm.isToggle == 1, 'translate-x-0': _vm.isToggle == 0 },attrs:{"aria-hidden":"true"}})]),(_vm.direction == 'right')?_c('span',{staticClass:"flex flex-col disabled:opacity-50",attrs:{"id":"toggleLabel"}},[(_vm.label)?_c('span',{staticClass:"text-gray-900",class:_vm.classes},[_vm._v(_vm._s(_vm.label))]):_vm._e(),(_vm.description)?_c('span',{staticClass:"text-sm text-gray-500"},[_vm._v(_vm._s(_vm.description))]):_vm._e()]):_vm._e()])])}
|
|
79992
80009
|
var CSwitchvue_type_template_id_14f05e80_staticRenderFns = []
|
|
79993
80010
|
|
|
@@ -80151,7 +80168,7 @@ var CSwitch_component = normalizeComponent(
|
|
|
80151
80168
|
)
|
|
80152
80169
|
|
|
80153
80170
|
/* harmony default export */ var CSwitch = (CSwitch_component.exports);
|
|
80154
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
80171
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"6fd73ebf-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/CCheckbox/CCheckbox.vue?vue&type=template&id=14e646b8&
|
|
80155
80172
|
var CCheckboxvue_type_template_id_14e646b8_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_c('div',{staticClass:"relative flex items-start"},[_c('div',{staticClass:"flex h-5 items-center"},[_c('input',{directives:[{name:"model",rawName:"v-model",value:(_vm.checkedValue),expression:"checkedValue"}],staticClass:"h-4 w-4 cursor-pointer rounded border-gray-300 text-indigo-600 focus:ring-indigo-500 disabled:opacity-50",attrs:{"type":"checkbox","disabled":_vm.isDisabled},domProps:{"checked":Array.isArray(_vm.checkedValue)?_vm._i(_vm.checkedValue,null)>-1:(_vm.checkedValue)},on:{"click":_vm.changeValue,"change":function($event){var $$a=_vm.checkedValue,$$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.checkedValue=$$a.concat([$$v]))}else{$$i>-1&&(_vm.checkedValue=$$a.slice(0,$$i).concat($$a.slice($$i+1)))}}else{_vm.checkedValue=$$c}}}})]),_c('div',{staticClass:"ml-3 cursor-pointer text-sm",class:_vm.isDisabled ? 'pointer-events-none' : '',on:{"click":_vm.changeValue}},[_c('label',{class:("cursor-pointer font-medium text-gray-900 " + (_vm.isDisabled ? 'opacity-50' : ''))},[_vm._v(_vm._s(_vm.label))]),_c('p',{class:("mt-0.5 cursor-pointer text-gray-500 " + (_vm.isDisabled ? 'opacity-50' : ''))},[_vm._v(" "+_vm._s(_vm.description)+" ")])])])])}
|
|
80156
80173
|
var CCheckboxvue_type_template_id_14e646b8_staticRenderFns = []
|
|
80157
80174
|
|
|
@@ -80256,7 +80273,7 @@ var CCheckbox_component = normalizeComponent(
|
|
|
80256
80273
|
)
|
|
80257
80274
|
|
|
80258
80275
|
/* harmony default export */ var CCheckbox = (CCheckbox_component.exports);
|
|
80259
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
80276
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"6fd73ebf-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/CSelect/CSelect.vue?vue&type=template&id=f602507a&
|
|
80260
80277
|
var CSelectvue_type_template_id_f602507a_render = function () {
|
|
80261
80278
|
var _obj;
|
|
80262
80279
|
var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[(_vm.label)?_c('div',{staticClass:"flex w-full items-center justify-between"},[_c('div',{staticClass:"flex items-center"},[_c('label',{staticClass:"block text-sm font-medium text-gray-900"},[_vm._v(" "+_vm._s(_vm.label)+" ")]),(_vm.isRequired)?_c('p',{staticClass:"ml-1 text-red-600"},[_vm._v("*")]):_vm._e()]),(_vm.hint)?_c('span',{staticClass:"text-sm text-gray-500"},[_vm._v(_vm._s(_vm.hint))]):_vm._e()]):_vm._e(),_c('div',{staticClass:"relative",class:_vm.label ? 'mt-1' : ''},[_c('input',{directives:[{name:"model",rawName:"v-model",value:(_vm.selectSearch),expression:"selectSearch"}],staticClass:"relative w-full cursor-pointer rounded-md py-2 pl-3 pr-10 text-left text-sm focus:outline-none disabled:opacity-50 sm:text-sm",class:Object.assign({}, _vm.classes, ( _obj = {}, _obj[_vm.inputClasses] = true, _obj )),attrs:{"type":"text","aria-haspopup":"listbox","aria-expanded":"true","aria-labelledby":"listbox-label","disabled":_vm.isDisabled,"autocomplete":"off"},domProps:{"value":(_vm.selectSearch)},on:{"click":function($event){_vm.toggleDropdown = !_vm.toggleDropdown},"focus":function($event){_vm.type == 'tertiary' ? (_vm.showFocus = true) : ''},"blur":function($event){return _vm.close()},"keyup":function($event){return _vm.search()},"input":function($event){if($event.target.composing){ return; }_vm.selectSearch=$event.target.value}}}),_c('div',{staticClass:"pointer-events-none absolute top-[7px] left-3 flex"},[_c('span',{staticClass:"flex items-center",style:(_vm.selectedOptionStyles)},[(_vm.showImage && !_vm.selectSearch && _vm.value)?_c('div',[(_vm.value.photo)?_c('c-avatar',{attrs:{"size":"extraextrasmall","image":_vm.value.photo,"rounded":true}}):_c('c-avatar',{attrs:{"size":"extraextrasmall","nameInitials":_vm.value.initials,"rounded":true}})],1):_vm._e(),(_vm.icon && !_vm.showImage)?_c('c-icon',{class:_vm.icon.class,attrs:{"name":_vm.icon.name,"type":_vm.icon.type}}):_vm._e(),_c('span',{staticClass:"block truncate text-sm",class:_vm.showImage ? 'ml-3' : ''},[_vm._v(" "+_vm._s(_vm.selectedValue ? _vm.selectedValue : !_vm.selectSearch || _vm.selectSearch == "" ? _vm.placeholder : null)+" ")])],1)]),_c('div',{staticClass:"pointer-events-none absolute top-2 right-3 flex"},[(_vm.type == 'tertiary' ? _vm.showFocus : true)?_c('div',{staticClass:"pointer-events-none right-0 flex items-center"},[_c('c-icon',{staticClass:"h-5 w-5 text-gray-400",attrs:{"name":"selector","type":"solid"}})],1):_vm._e()]),_c('transition',{attrs:{"enter-active-class":"transition ease-out duration-100","enter-class":"transform opacity-0 scale-95","enter-to-class":"transform opacity-100 scale-100","leave-active-class":"transition ease-in duration-75","leave-class":"transform opacity-100 scale-100","leave-to-class":"transform opacity-0 scale-95"}},[(_vm.toggleDropdown && !_vm.isDisabled)?_c('div',{staticClass:"absolute z-10 mt-1 w-full rounded-md bg-white shadow-lg"},[_c('ul',{staticClass:"max-h-60 overflow-auto rounded-md py-1 text-base ring-1 ring-gray-900 ring-opacity-5 focus:outline-none sm:text-sm",attrs:{"tabindex":"-1","role":"listbox","aria-labelledby":"listbox-label"}},[(_vm.addAction)?_c('li',{staticClass:"relative flex cursor-pointer select-none py-2 pl-3 pr-9 text-indigo-500 hover:bg-indigo-100 hover:text-indigo-700",on:{"mousedown":function($event){return _vm.actionEvent($event)}}},[_c('c-icon',{staticClass:"mr-1 h-5 w-5 text-indigo-400 group-hover:text-indigo-500",attrs:{"type":"outline","name":"plus"}}),_vm._v(" "+_vm._s(_vm.addAction.label)+" ")],1):_vm._e(),_vm._l((_vm.renderOptions),function(option,index){return _c('li',{key:index,staticClass:"relative cursor-pointer select-none py-2 pl-3 pr-9 text-gray-900 hover:bg-indigo-700 hover:text-white",class:option.isDisabled ? 'pointer-events-none opacity-50' : '',attrs:{"id":"listbox-option-0","role":"option"},on:{"mousedown":function($event){return _vm.handleSelect($event, option)}}},[_c('span',{staticClass:"flex items-center"},[(option.showImage)?_c('div',[(option.photo)?_c('c-avatar',{attrs:{"size":"extraextrasmall","image":option.photo,"rounded":true}}):_c('c-avatar',{attrs:{"size":"extraextrasmall","nameInitials":option.initials,"rounded":true}})],1):_vm._e(),(option.showIcon && option.icon)?_c('c-icon',{staticClass:"flex-none",class:option.icon.class,attrs:{"name":option.icon.name,"type":option.icon.type}}):_vm._e(),_c('span',{staticClass:"list-options block break-words font-normal",class:option.photo || option.initials ? 'ml-3' : ''},[_vm._v(_vm._s(option[_vm.renderOptionName])+" ")])],1),_c('span',{staticClass:"absolute inset-y-0 right-0 flex items-center pr-4 text-indigo-600"},[_c('c-icon',{directives:[{name:"show",rawName:"v-show",value:(_vm.showSelectedValue),expression:"showSelectedValue"}],staticClass:"h-5 w-5",attrs:{"id":"list-icon","name":"check","type":"solid"}})],1)])})],2)]):_vm._e()]),(!_vm.isValidate)?_c('p',{staticClass:"mt-2 text-left text-sm text-red-600"},[_vm._v(" "+_vm._s(_vm.errorMessage)+" ")]):_vm._e(),(_vm.helpText)?_c('p',{staticClass:"mt-2 text-sm text-gray-500"},[_vm._v(" "+_vm._s(_vm.helpText)+" ")]):_vm._e()],1)])}
|
|
@@ -80635,15 +80652,15 @@ var CSelect_component = normalizeComponent(
|
|
|
80635
80652
|
)
|
|
80636
80653
|
|
|
80637
80654
|
/* harmony default export */ var CSelect = (CSelect_component.exports);
|
|
80638
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
80639
|
-
var
|
|
80655
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"6fd73ebf-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/CStackedList/CStackedList.vue?vue&type=template&id=52cad4d2&
|
|
80656
|
+
var CStackedListvue_type_template_id_52cad4d2_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_c('ul',_vm._l((_vm.listItems),function(items){return _c('li',{key:items.size,staticClass:"flex items-center justify-between py-4",class:{
|
|
80640
80657
|
'cursor-pointer': items.collapse,
|
|
80641
80658
|
'border-b border-gray-200': _vm.divider === true,
|
|
80642
80659
|
}},[_c('div',_vm._g({staticClass:"flex w-full"},items.collapse ? { click: function () { return _vm.collapseList(); } } : null),[(items.collapse)?_c('c-icon',{staticClass:"mt-3 mr-3 h-5 w-5 shrink-0 text-gray-900",attrs:{"name":_vm.showSection ? 'chevron-down' : 'chevron-right',"type":"solid"}}):_vm._e(),(_vm.isIcon)?_c('div',{staticClass:"h-full rounded-md bg-gray-100"},[(items.image)?_c('c-avatar',{staticClass:"shrink-0",attrs:{"size":items.size,"rounded":items.rounded,"image":items.image}}):_c('c-icon',{class:_vm.icon.class,attrs:{"name":_vm.icon.name,"type":_vm.icon.type}})],1):_c('c-avatar',{staticClass:"shrink-0",attrs:{"size":items.size,"rounded":items.rounded,"image":items.image}}),_c('div',{staticClass:"ml-3 w-full"},[_c('div',{staticClass:"flex pb-1"},[_c('p',{staticClass:"text-sm font-medium text-gray-900"},[_vm._v(" "+_vm._s(items.heading)+" ")]),(items.tag)?_c('c-tag',{staticClass:"relative bottom-0.5 ml-2.5",attrs:{"label":items.tagLabel,"color":items.tagColor}}):_vm._e()],1),_c('p',{staticClass:"text-sm text-gray-500"},[_vm._v(_vm._s(items.description))]),(_vm.showSection)?_c('div',{staticClass:"mt-3"},[_vm._t("default")],2):_vm._e()])],1),(items.listIcon)?_c('button',{staticClass:"flex h-8 w-8 items-center justify-center rounded-full text-gray-500 hover:bg-red-100 hover:text-red-800 focus:outline-none focus:ring-2 focus:ring-red-500",attrs:{"type":"button","id":_vm.listId ? _vm.listId : ''},on:{"click":_vm.deleteItem}},[_c('c-icon',{staticClass:"h-5 w-5 hover:text-red-800",attrs:{"name":"trash","type":"solid"}})],1):_vm._e()])}),0)])}
|
|
80643
|
-
var
|
|
80660
|
+
var CStackedListvue_type_template_id_52cad4d2_staticRenderFns = []
|
|
80644
80661
|
|
|
80645
80662
|
|
|
80646
|
-
// CONCATENATED MODULE: ./src/components/CStackedList/CStackedList.vue?vue&type=template&id=
|
|
80663
|
+
// CONCATENATED MODULE: ./src/components/CStackedList/CStackedList.vue?vue&type=template&id=52cad4d2&
|
|
80647
80664
|
|
|
80648
80665
|
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js??ref--12-0!./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/CStackedList/CStackedList.vue?vue&type=script&lang=js&
|
|
80649
80666
|
//
|
|
@@ -80772,8 +80789,6 @@ var CStackedListvue_type_template_id_3e9bf008_staticRenderFns = []
|
|
|
80772
80789
|
this.showSection = !this.showSection;
|
|
80773
80790
|
},
|
|
80774
80791
|
deleteItem: function deleteItem(item) {
|
|
80775
|
-
console.log(this.listId);
|
|
80776
|
-
|
|
80777
80792
|
if (this.listId) {
|
|
80778
80793
|
this.$emit("delete-item", this.listId, item);
|
|
80779
80794
|
} else {
|
|
@@ -80794,8 +80809,8 @@ var CStackedListvue_type_template_id_3e9bf008_staticRenderFns = []
|
|
|
80794
80809
|
|
|
80795
80810
|
var CStackedList_component = normalizeComponent(
|
|
80796
80811
|
CStackedList_CStackedListvue_type_script_lang_js_,
|
|
80797
|
-
|
|
80798
|
-
|
|
80812
|
+
CStackedListvue_type_template_id_52cad4d2_render,
|
|
80813
|
+
CStackedListvue_type_template_id_52cad4d2_staticRenderFns,
|
|
80799
80814
|
false,
|
|
80800
80815
|
null,
|
|
80801
80816
|
null,
|
|
@@ -81011,7 +81026,7 @@ var CBasicTable_component = normalizeComponent(
|
|
|
81011
81026
|
// CONCATENATED MODULE: ./src/components/CBasicTable/index.js
|
|
81012
81027
|
|
|
81013
81028
|
/* harmony default export */ var components_CBasicTable = (CBasicTable);
|
|
81014
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
81029
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"6fd73ebf-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/CBreadcrumbs/CBreadcrumbs.vue?vue&type=template&id=1aedac34&
|
|
81015
81030
|
var CBreadcrumbsvue_type_template_id_1aedac34_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_c('nav',{staticClass:"flex",attrs:{"aria-label":"Breadcrumb"}},[_c('ol',{staticClass:"flex items-center space-x-4"},_vm._l((_vm.navObject),function(nav){return _c('li',{key:nav.label},[_c('div',{staticClass:"flex items-center"},[_c('c-icon',{staticClass:"flex-shrink-0 h-5 w-5 text-gray-400",attrs:{"name":"chevron-right","type":"solid"}}),_c('a',{staticClass:"ml-4 text-sm font-medium text-gray-500 hover:text-gray-700",attrs:{"href":nav.href}},[_vm._v(_vm._s(nav.label))])],1)])}),0)])])}
|
|
81016
81031
|
var CBreadcrumbsvue_type_template_id_1aedac34_staticRenderFns = []
|
|
81017
81032
|
|
|
@@ -81080,7 +81095,7 @@ var CBreadcrumbs_component = normalizeComponent(
|
|
|
81080
81095
|
// CONCATENATED MODULE: ./src/components/CBreadcrumbs/index.js
|
|
81081
81096
|
|
|
81082
81097
|
/* harmony default export */ var components_CBreadcrumbs = (CBreadcrumbs);
|
|
81083
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
81098
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"6fd73ebf-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/CButton/CButton.vue?vue&type=template&id=f3fd782e&
|
|
81084
81099
|
var CButtonvue_type_template_id_f3fd782e_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_vm._t("default"),(_vm.type == 'tertiary')?_c('button',{staticClass:"focus:outline-none flex cursor-pointer flex-row rounded-md px-4 py-2 text-sm text-indigo-600 hover:bg-indigo-100 hover:text-indigo-800 focus:ring-2 focus:ring-indigo-200 focus:ring-offset-2",class:_vm.customClasses,on:{"click":function($event){$event.preventDefault();return _vm.$emit('action')}}},[(_vm.icon)?_c('c-icon',{class:_vm.iconClasses,attrs:{"type":_vm.icon.type,"name":_vm.icon.name,"viewBox":_vm.icon.viewBox}}):_vm._e(),_vm._v(_vm._s(_vm.label)+" "),_vm._t("customButtonContent")],2):(_vm.type != 'tertiary' && _vm.label.length)?_c('button',{staticClass:"focus:outline-none inline-flex items-center rounded-md px-4 py-2 text-sm font-medium shadow-sm focus:ring-2 focus:ring-offset-2 disabled:opacity-50",class:_vm.classes,attrs:{"type":_vm.type,"disabled":_vm.disabled},on:{"click":function($event){$event.preventDefault();return _vm.$emit('action')}}},[(_vm.isLoading)?_c('c-icon',{staticClass:"mr-2 h-4 w-4",attrs:{"name":"loader"}}):_vm._e(),(_vm.icon && !_vm.isLoading)?_c('c-icon',{class:_vm.iconClasses,attrs:{"type":_vm.icon.type,"name":_vm.icon.name,"viewBox":_vm.icon.viewBox}}):_vm._e(),_vm._v(" "+_vm._s(_vm.label)+" "),_vm._t("customButtonContent")],2):(_vm.type != 'tertiary' && _vm.label.length == 0)?_c('button',{staticClass:"focus:outline-none inline-flex items-center rounded-md px-3 py-2 text-sm font-medium shadow-sm focus:ring-2 focus:ring-offset-2 disabled:opacity-50",class:_vm.classes,attrs:{"type":_vm.type,"disabled":_vm.disabled},on:{"click":function($event){$event.preventDefault();return _vm.$emit('action')}}},[(_vm.isLoading)?_c('c-icon',{staticClass:"mr-2 h-4 w-4",attrs:{"name":"loader"}}):_vm._e(),(_vm.icon && !_vm.isLoading)?_c('c-icon',{class:_vm.iconClasses,attrs:{"type":_vm.icon.type,"name":_vm.icon.name,"viewBox":_vm.icon.viewBox}}):_vm._e(),_vm._t("customButtonContent")],2):_vm._e()],2)}
|
|
81085
81100
|
var CButtonvue_type_template_id_f3fd782e_staticRenderFns = []
|
|
81086
81101
|
|
|
@@ -81245,7 +81260,7 @@ var CButton_component = normalizeComponent(
|
|
|
81245
81260
|
// CONCATENATED MODULE: ./src/components/CButton/index.js
|
|
81246
81261
|
|
|
81247
81262
|
/* harmony default export */ var components_CButton = (CButton);
|
|
81248
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
81263
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"6fd73ebf-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/CButtonGroup/CButtonGroup.vue?vue&type=template&id=92d6e38e&
|
|
81249
81264
|
var CButtonGroupvue_type_template_id_92d6e38e_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[(!_vm.hideDropdownIcon)?_c('span',{staticClass:"relative -ml-px block sm:hidden sm:shadow-sm"},[_c('div',[_c('button',{staticClass:"focus:ring-blue-600 focus:border-blue-600 relative inline-flex items-center rounded-md border border-gray-300 bg-white px-2 py-2 text-sm font-medium text-gray-900 hover:bg-gray-50 focus:z-10 focus:outline-none focus:ring-1 sm:rounded-md sm:px-3",attrs:{"type":"button","id":"menu-3","aria-expanded":"false","aria-haspopup":"true"},on:{"click":function($event){_vm.showButtons = !_vm.showButtons}}},[_c('span',{},[_vm._v(_vm._s(_vm.buttonObject[0].label))]),_c('c-icon',{staticClass:"ml-2 h-5 w-5",attrs:{"type":"solid","name":"chevron-down"}})],1)]),_c('div',{directives:[{name:"show",rawName:"v-show",value:(_vm.showButtons),expression:"showButtons"}],staticClass:"absolute z-10 mt-2 w-full origin-top-right rounded-md bg-white shadow-lg ring-1 ring-black ring-opacity-5 focus:outline-none",attrs:{"role":"menu","aria-orientation":"vertical"}},[_c('div',{staticClass:"py-1"},_vm._l((_vm.buttonObject),function(button){return _c('a',{key:button.label,staticClass:"flex px-4 py-2 text-sm text-gray-700 hover:bg-gray-100 hover:text-gray-900 focus:bg-gray-100 focus:text-gray-900",attrs:{"href":"#","role":"menuitem"}},[(button.icon == '')?_c('div',{staticClass:"h-5"}):_vm._e(),(button.icon)?_c('c-icon',{staticClass:"-ml-1 mr-2 h-5 w-5 text-gray-400",attrs:{"name":button.icon,"type":"solid"}}):_vm._e(),_vm._v(" "+_vm._s(button.label)+" ")],1)}),0)])]):_vm._e(),_c('span',{class:_vm.buttonClass},_vm._l((_vm.buttonObject),function(button,index){return _c('button',{key:button.label,staticClass:"relative inline-flex items-center border-r border-l border-t border-b border-gray-300 bg-white px-2 py-2 text-sm font-medium text-gray-700 hover:bg-gray-50 focus:z-10 focus:border-indigo-500 focus:outline-none focus:ring-1 focus:ring-indigo-500",class:{
|
|
81250
81265
|
'rounded-r-md rounded-l-none border-l-0 border-r':
|
|
81251
81266
|
index == _vm.buttonObject.length - 1,
|
|
@@ -81395,7 +81410,7 @@ var CButtonGroup_component = normalizeComponent(
|
|
|
81395
81410
|
// CONCATENATED MODULE: ./src/components/CButtonGroup/index.js
|
|
81396
81411
|
|
|
81397
81412
|
/* harmony default export */ var components_CButtonGroup = (CButtonGroup);
|
|
81398
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
81413
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"6fd73ebf-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/CButtonIcon/CButtonIcon.vue?vue&type=template&id=520cbd57&
|
|
81399
81414
|
var CButtonIconvue_type_template_id_520cbd57_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_vm._t("default"),(_vm.type == 'tertiary')?_c('button',{staticClass:"focus:outline-none flex cursor-pointer flex-row rounded-md px-2 py-2 text-sm text-indigo-600 hover:bg-indigo-100 hover:text-indigo-800 focus:ring-2 focus:ring-indigo-200 focus:ring-offset-2",on:{"click":function($event){$event.preventDefault();return _vm.$emit('action')}}},[(_vm.icon)?_c('c-icon',{class:_vm.icon.class,attrs:{"type":_vm.icon.type,"name":_vm.icon.name}}):_vm._e(),_vm._t("default")],2):(_vm.type == 'rounded-hover')?_c('button',{staticClass:"focus:outline-none flex h-8 w-8 cursor-pointer items-center justify-center rounded-full bg-white text-gray-500 hover:bg-gray-100 hover:text-gray-500 focus:ring-2 focus:ring-indigo-500",on:{"click":function($event){$event.preventDefault();return _vm.$emit('action')}}},[(_vm.icon)?_c('c-icon',{class:_vm.icon.class,attrs:{"type":_vm.icon.type,"name":_vm.icon.name}}):_vm._e()],1):_c('button',{staticClass:"focus:outline-none inline-flex items-center rounded-md px-2 py-2 text-sm font-medium shadow-sm focus:ring-2 focus:ring-offset-2",class:_vm.classes,attrs:{"type":_vm.type},on:{"click":function($event){$event.preventDefault();return _vm.$emit('action')}}},[(_vm.isLoading)?_c('c-icon',{staticClass:"mr-2 h-5 w-5",class:_vm.loaderClasses,attrs:{"name":"loader"}}):_vm._e(),(_vm.icon)?_c('c-icon',{class:_vm.icon.class,attrs:{"type":_vm.icon.type,"name":_vm.icon.name,"viewBox":_vm.icon.viewBox}}):_vm._e(),_vm._t("default")],2)],2)}
|
|
81400
81415
|
var CButtonIconvue_type_template_id_520cbd57_staticRenderFns = []
|
|
81401
81416
|
|
|
@@ -81511,7 +81526,7 @@ var CButtonIcon_component = normalizeComponent(
|
|
|
81511
81526
|
// CONCATENATED MODULE: ./src/components/CButtonIcon/index.js
|
|
81512
81527
|
|
|
81513
81528
|
/* harmony default export */ var components_CButtonIcon = (CButtonIcon);
|
|
81514
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
81529
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"6fd73ebf-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/CButtonLink/CButtonLink.vue?vue&type=template&id=a8e85572&
|
|
81515
81530
|
var CButtonLinkvue_type_template_id_a8e85572_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('span',{staticClass:"relative z-0 inline-flex w-full rounded-md shadow-sm"},[(_vm.image)?_c('button',{staticClass:"focus:outline-none relative -ml-px inline-flex items-center rounded-l-md border border-gray-300 bg-white text-sm font-medium text-gray-700 hover:bg-gray-50 focus:z-10 focus:border-indigo-500 focus:ring-1 focus:ring-indigo-500",attrs:{"type":"button"}},[_c('img',{staticClass:"h-10 w-10",attrs:{"src":_vm.image}})]):_vm._e(),_c('button',{staticClass:"focus:outline-none relative inline-flex w-full items-center justify-between rounded-r-md border border-gray-300 bg-white py-2 pl-4 pr-1 text-sm font-medium text-gray-700 hover:bg-gray-50 focus:z-10 focus:border-indigo-500 focus:ring-1 focus:ring-indigo-500",class:_vm.image ? 'rounded-r-md' : 'rounded-md',attrs:{"type":"button"},on:{"click":function($event){return _vm.$emit('action')}}},[_vm._v(" "+_vm._s(_vm.label)+" "),_c('c-icon',{staticClass:"h-5 w-5",attrs:{"type":"solid","name":"chevron-right"}})],1)])}
|
|
81516
81531
|
var CButtonLinkvue_type_template_id_a8e85572_staticRenderFns = []
|
|
81517
81532
|
|
|
@@ -81583,7 +81598,7 @@ var CButtonLink_component = normalizeComponent(
|
|
|
81583
81598
|
// CONCATENATED MODULE: ./src/components/CButtonLink/index.js
|
|
81584
81599
|
|
|
81585
81600
|
/* harmony default export */ var components_CButtonLink = (CButtonLink);
|
|
81586
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
81601
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"6fd73ebf-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/CButtonSelect/CButtonSelect.vue?vue&type=template&id=07d48928&
|
|
81587
81602
|
var CButtonSelectvue_type_template_id_07d48928_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_vm._t("default"),_c('div',{staticClass:"relative inline-block text-left"},[_c('button',{staticClass:"inline-flex justify-center w-full rounded-md border border-transparent shadow-sm px-4 py-2 text-sm font-medium focus:outline-none",class:_vm.classes,attrs:{"type":_vm.type,"aria-haspopup":"listbox","aria-expanded":"true","aria-labelledby":"listbox-label"},on:{"click":function($event){_vm.toggleDropdown = !_vm.toggleDropdown},"blur":function($event){return _vm.close()}}},[(_vm.isLoading)?_c('c-icon',{staticClass:"mr-2 h-5 w-5",attrs:{"name":"loader"}}):_vm._e(),_vm._v(" "+_vm._s(_vm.label)+" "),_c('c-icon',{staticClass:"ml-2 h-5 w-5",attrs:{"name":"chevron-down","type":"solid"}})],1),(_vm.toggleDropdown)?_c('div',{staticClass:"z-10 absolute mt-2 -mr-1 w-56 rounded-md shadow-lg bg-white ring-1 ring-gray-900 ring-opacity-5",class:_vm.dropdownPositionClass},[_c('ul',{staticClass:"py-1",attrs:{"tabindex":"-1","role":"listbox","aria-labelledby":"listbox-label"}},_vm._l((_vm.items),function(item){return _c('li',{key:item.text,staticClass:"flex px-4 py-2 text-sm text-gray-700 hover:bg-gray-100 hover:text-gray-900 cursor-pointer",on:{"mousedown":function($event){return _vm.emitOptionAction(item.action)}}},[(item.icon)?_c('c-icon',{staticClass:"mr-2 h-5 w-5 text-gray-500",attrs:{"type":item.iconType,"name":item.icon}}):_vm._e(),(item.customIcon)?_vm._t("customIcon"):_vm._e(),_vm._v(" "+_vm._s(item.text)+" ")],2)}),0)]):_vm._e()])],2)}
|
|
81588
81603
|
var CButtonSelectvue_type_template_id_07d48928_staticRenderFns = []
|
|
81589
81604
|
|
|
@@ -81714,7 +81729,7 @@ var CButtonSelect_component = normalizeComponent(
|
|
|
81714
81729
|
// CONCATENATED MODULE: ./src/components/CButtonSelect/index.js
|
|
81715
81730
|
|
|
81716
81731
|
/* harmony default export */ var components_CButtonSelect = (CButtonSelect);
|
|
81717
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
81732
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"6fd73ebf-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/CButtonWithDropdown/CButtonWithDropdown.vue?vue&type=template&id=62dae8d0&
|
|
81718
81733
|
var CButtonWithDropdownvue_type_template_id_62dae8d0_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_c('span',{staticClass:"relative inline-flex shadow-sm rounded-md"},[_c('button',{staticClass:"\n relative\n inline-flex\n items-center\n px-4\n py-2\n rounded-l-md\n text-sm\n font-medium\n focus:z-10\n focus:outline-none\n focus:ring-1\n ",class:_vm.classes,attrs:{"type":_vm.type},on:{"click":_vm.handleButtonClick}},[_vm._v(" "+_vm._s(_vm.selectedValue ? _vm.selectedValue : _vm.label)+" ")]),_c('span',{staticClass:"-ml-px relative block"},[_c('button',{staticClass:"\n relative\n inline-flex\n items-center\n px-2\n py-2\n rounded-r-md\n text-sm\n font-medium\n t\n focus:z-10\n focus:outline-none\n focus:ring-1\n ",class:_vm.classes,attrs:{"type":_vm.type},on:{"click":function($event){_vm.toggleDropdown = !_vm.toggleDropdown},"blur":function($event){return _vm.close()}}},[_c('span',{staticClass:"sr-only"},[_vm._v("Open options")]),_c('c-icon',{staticClass:"h-5 w-5",attrs:{"name":"chevron-down","type":"solid"}})],1),(_vm.toggleDropdown)?_c('div',{staticClass:"\n origin-top-right\n absolute\n right-0\n z-10\n mt-2\n w-56\n rounded-md\n shadow-lg\n bg-white\n ring-1 ring-gray-900 ring-opacity-5\n ",class:_vm.dropdownPositionClass},[_c('div',{staticClass:"py-1",attrs:{"role":"menu","aria-orientation":"vertical","aria-labelledby":"option-menu"}},_vm._l((_vm.items),function(item){return _c('li',{key:item.items,staticClass:"\n block\n px-4\n py-2\n text-sm text-left text-gray-700\n hover:bg-gray-100\n hover:text-gray-900\n cursor-pointer\n ",attrs:{"role":"menuitem"},on:{"mousedown":function($event){return _vm.selectOption($event, item.value)}}},[_vm._v(" "+_vm._s(item.text)+" ")])}),0)]):_vm._e()])])])}
|
|
81719
81734
|
var CButtonWithDropdownvue_type_template_id_62dae8d0_staticRenderFns = []
|
|
81720
81735
|
|
|
@@ -81906,7 +81921,7 @@ var CButtonWithDropdown_component = normalizeComponent(
|
|
|
81906
81921
|
// CONCATENATED MODULE: ./src/components/CButtonWithDropdown/index.js
|
|
81907
81922
|
|
|
81908
81923
|
/* harmony default export */ var components_CButtonWithDropdown = (CButtonWithDropdown);
|
|
81909
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
81924
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"6fd73ebf-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/CCard/CCard.vue?vue&type=template&id=2ae3371e&
|
|
81910
81925
|
var CCardvue_type_template_id_2ae3371e_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"relative rounded-lg border border-gray-300 bg-white px-6 py-5 shadow-sm flex items-center space-x-3 hover:border-gray-400 focus-within:ring-2 focus-within:ring-offset-2 focus-within:ring-indigo-500"},[_c('div',{staticClass:"flex-shrink-0 p-2 rounded-md bg-gray-100"},[_c('c-avatar',{attrs:{"image":_vm.image.image,"rounded":_vm.image.rounded,"size":_vm.image.size,"imageClasses":"object-contain"}})],1),_c('div',{staticClass:"flex-1 min-w-0"},[_c('a',{staticClass:"focus:outline-none",attrs:{"href":"#"}},[_c('span',{staticClass:"absolute inset-0",attrs:{"aria-hidden":"true"}}),_c('div',{staticClass:"flex"},[_c('p',{staticClass:"text-sm text-gray-900"},[_vm._v(" "+_vm._s(_vm.name)+" ")]),_vm._t("default")],2),_c('p',{staticClass:"text-sm text-gray-500 truncate"},[_vm._v(" "+_vm._s(_vm.description)+" ")])])])])}
|
|
81911
81926
|
var CCardvue_type_template_id_2ae3371e_staticRenderFns = []
|
|
81912
81927
|
|
|
@@ -81989,7 +82004,7 @@ var CCard_component = normalizeComponent(
|
|
|
81989
82004
|
// CONCATENATED MODULE: ./src/components/CCheckbox/index.js
|
|
81990
82005
|
|
|
81991
82006
|
/* harmony default export */ var components_CCheckbox = (CCheckbox);
|
|
81992
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
82007
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"6fd73ebf-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/CCollapsibleSection/CCollapsibleSection.vue?vue&type=template&id=01528a23&
|
|
81993
82008
|
var CCollapsibleSectionvue_type_template_id_01528a23_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_c('div',{staticClass:"flex flex-row items-center justify-between cursor-pointer",class:_vm.divider || _vm.showSection ? 'border-b border-gray-200 pb-2' : '',on:{"click":function($event){if($event.target !== $event.currentTarget){ return null; }return _vm.collapse.apply(null, arguments)}}},[_c('div',{staticClass:"flex flex-row items-center",on:{"click":_vm.collapse}},[_c('c-icon',{staticClass:"text-gray-900 h-5 w-5",attrs:{"name":_vm.showSection ? 'chevron-down' : 'chevron-right',"type":"solid"}}),_c('div',{staticClass:"border-transparent text-gray-900 hover:text-gray-700 hover:border-gray-300 whitespace-nowrap font-semibold text-base ml-1",class:{ 'py-2': _vm.tabAction }},[_vm._v(" "+_vm._s(_vm.label)+" ")])],1),(_vm.tabAction && _vm.showSection)?_c('c-button',{attrs:{"type":"tertiary","label":_vm.buttonLabel},on:{"action":_vm.action}}):_vm._e(),(_vm.tabLink && _vm.showSection)?_c('c-anchor-tag',{attrs:{"label":_vm.tabLink.label,"action":_vm.action}}):_vm._e()],1),(_vm.showSection)?_c('div',{staticClass:"text-sm text-gray-500 mt-5"},[_vm._t("default")],2):_vm._e()])}
|
|
81994
82009
|
var CCollapsibleSectionvue_type_template_id_01528a23_staticRenderFns = []
|
|
81995
82010
|
|
|
@@ -82125,7 +82140,7 @@ var CCollapsibleSection_component = normalizeComponent(
|
|
|
82125
82140
|
// CONCATENATED MODULE: ./src/components/CCollapsibleSection/index.js
|
|
82126
82141
|
|
|
82127
82142
|
/* harmony default export */ var components_CCollapsibleSection = (CCollapsibleSection);
|
|
82128
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
82143
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"6fd73ebf-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/CColorDots/CColorDots.vue?vue&type=template&id=c055bc24&
|
|
82129
82144
|
var CColorDotsvue_type_template_id_c055bc24_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"flex items-center"},[_c('span',{staticClass:"h-1.5 w-1.5 rounded-full",class:_vm.colorClasses,attrs:{"aria-hidden":"true"}}),_c('div',{staticClass:"ml-2 text-sm font-medium"},[_vm._v(" "+_vm._s(_vm.label)+" ")])])}
|
|
82130
82145
|
var CColorDotsvue_type_template_id_c055bc24_staticRenderFns = []
|
|
82131
82146
|
|
|
@@ -82191,7 +82206,7 @@ var CColorDots_component = normalizeComponent(
|
|
|
82191
82206
|
// CONCATENATED MODULE: ./src/components/CColorDots/index.js
|
|
82192
82207
|
|
|
82193
82208
|
/* harmony default export */ var components_CColorDots = (CColorDots);
|
|
82194
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
82209
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"6fd73ebf-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/CDatepicker/CDatepicker.vue?vue&type=template&id=5536f3dc&
|
|
82195
82210
|
var CDatepickervue_type_template_id_5536f3dc_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_c('div',{staticClass:"flex items-center"},[(_vm.label)?_c('div',[_c('label',{staticClass:"block text-sm font-medium text-gray-900"},[_vm._v(" "+_vm._s(_vm.label)+" ")])]):_vm._e(),(_vm.isRequired)?_c('p',{staticClass:"ml-1 text-red-600"},[_vm._v("*")]):_vm._e()]),_c('v-date-picker',{class:{
|
|
82196
82211
|
'inline-block h-full': true,
|
|
82197
82212
|
'w-full': _vm.isExpanded,
|
|
@@ -82370,7 +82385,7 @@ var CDatepicker_component = normalizeComponent(
|
|
|
82370
82385
|
// CONCATENATED MODULE: ./src/components/CDatepicker/index.js
|
|
82371
82386
|
|
|
82372
82387
|
/* harmony default export */ var components_CDatepicker = (CDatepicker);
|
|
82373
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
82388
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"6fd73ebf-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/CEditor/CEditor.vue?vue&type=template&id=8277a4d0&
|
|
82374
82389
|
var CEditorvue_type_template_id_8277a4d0_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_c('div',{staticClass:"flex justify-between"},[_c('p',{staticClass:"text-sm font-medium text-gray-900"},[_vm._v(_vm._s(_vm.label))]),(_vm.hint)?_c('p',{staticClass:"text-sm text-gray-500"},[_vm._v(_vm._s(_vm.hint))]):_vm._e()]),_c('quill-editor',{staticClass:"mt-1 rounded-md bg-white text-sm shadow-sm",attrs:{"value":_vm.content,"options":_vm.editorOption},on:{"change":function($event){return _vm.onChange($event)},"ready":function($event){return _vm.onReady($event)}}}),(_vm.helpText)?_c('p',{staticClass:"mt-2 text-sm text-gray-500"},[_vm._v(" "+_vm._s(_vm.helpText)+" ")]):_vm._e()],1)}
|
|
82375
82390
|
var CEditorvue_type_template_id_8277a4d0_staticRenderFns = []
|
|
82376
82391
|
|
|
@@ -82490,7 +82505,7 @@ var CEditor_component = normalizeComponent(
|
|
|
82490
82505
|
// CONCATENATED MODULE: ./src/components/CEditor/index.js
|
|
82491
82506
|
|
|
82492
82507
|
/* harmony default export */ var components_CEditor = (CEditor);
|
|
82493
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
82508
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"6fd73ebf-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/CDualSelect/CDualSelect.vue?vue&type=template&id=489b336c&
|
|
82494
82509
|
var CDualSelectvue_type_template_id_489b336c_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_c('div',{staticClass:"flex"},[_c('button',{staticClass:"relative inline-flex items-center pl-3 pr-10 py-2 text-left rounded-l-md border border-gray-300 bg-white text-sm font-medium text-gray-900 hover:bg-gray-50 focus:z-10 focus:outline-none focus:ring-1 focus:ring-indigo-500 focus:border-indigo-500 shadow-sm disabled:opacity-50",attrs:{"type":"button","aria-haspopup":"listbox","aria-expanded":"true","aria-labelledby":"listbox-label","disabled":_vm.isDisabled},on:{"click":function($event){_vm.toggleFirstDropdown = !_vm.toggleFirstDropdown},"blur":function($event){return _vm.close()}}},[_c('span',{staticClass:"block truncate"},[_vm._v(" "+_vm._s(_vm.firstDropdownSelectedValue ? _vm.firstDropdownSelectedValue : "Select a option")+" ")]),_c('span',{staticClass:"absolute inset-y-0 right-0 flex items-center pr-2 pointer-events-none"},[_c('c-icon',{staticClass:"h-5 w-5",attrs:{"name":"chevron-down","type":"solid"}})],1)]),_c('button',{staticClass:"relative items-center -ml-px pl-3 pr-10 py-2 text-left rounded-r-md border border-gray-300 bg-white text-sm font-medium text-gray-900 hover:bg-gray-50 focus:z-10 focus:outline-none focus:ring-1 focus:ring-indigo-500 focus:border-indigo-500 shadow-sm disabled:opacity-50",attrs:{"type":"button","aria-haspopup":"listbox","aria-expanded":"true","aria-labelledby":"listbox-label","disabled":_vm.isDisabled},on:{"click":function($event){_vm.toggleSecondDropdown = !_vm.toggleSecondDropdown},"blur":function($event){return _vm.close()}}},[_c('span',{staticClass:"block truncate"},[_vm._v(" "+_vm._s(_vm.secondDropdownSelectedValue ? _vm.secondDropdownSelectedValue : "Select a option")+" ")]),_c('span',{staticClass:"absolute inset-y-0 right-0 flex items-center pr-2 pointer-events-none"},[_c('c-icon',{staticClass:"h-5 w-5",attrs:{"name":"chevron-down","type":"solid"}})],1)])]),_c('transition',{attrs:{"enter-active-class":"transition ease-out duration-100","enter-class":"transform opacity-0 scale-95","enter-to-class":"transform opacity-100 scale-100","leave-active-class":"transition ease-in duration-75","leave-class":"transform opacity-100 scale-100","leave-to-class":"transform opacity-0 scale-95"}},[(_vm.toggleFirstDropdown && !_vm.isDisabled)?_c('div',{staticClass:"origin-top-right absolute mt-2 -mr-1 w-56 rounded-md shadow-lg bg-white ring-1 ring-gray-900 ring-opacity-5 z-10"},[_c('ul',{staticClass:"max-h-60 rounded-md py-1 text-base ring-1 ring-black ring-opacity-5 overflow-auto focus:outline-none sm:text-sm",attrs:{"tabindex":"-1","role":"listbox","aria-labelledby":"listbox-label"}},_vm._l((_vm.firstDropdownOptions),function(item){return _c('li',{key:item.items,staticClass:"text-gray-900 select-none relative py-2 pl-3 pr-9 cursor-pointer",attrs:{"role":"menuitem"},on:{"mousedown":function($event){return _vm.handleFirstClick(item)}}},[_c('span',{staticClass:"font-normal block truncate list-options"},[_vm._v(" "+_vm._s(item.text)+" ")])])}),0)]):_vm._e()]),_c('transition',{attrs:{"enter-active-class":"transition ease-out duration-100","enter-class":"transform opacity-0 scale-95","enter-to-class":"transform opacity-100 scale-100","leave-active-class":"transition ease-in duration-75","leave-class":"transform opacity-100 scale-100","leave-to-class":"transform opacity-0 scale-95"}},[(_vm.toggleSecondDropdown && !_vm.isDisabled)?_c('div',{staticClass:"origin-top-right absolute mt-2 -mr-1 w-56 rounded-md shadow-lg bg-white ring-1 ring-gray-900 ring-opacity-5 z-10"},[_c('ul',{staticClass:"max-h-60 rounded-md py-1 text-base ring-1 ring-black ring-opacity-5 overflow-auto focus:outline-none sm:text-sm",attrs:{"tabindex":"-1","role":"listbox","aria-labelledby":"listbox-label"}},_vm._l((_vm.secondDropdownOptions),function(item){return _c('li',{key:item.items,staticClass:"text-gray-900 select-none relative py-2 pl-3 pr-9 cursor-pointer",attrs:{"role":"menuitem"},on:{"mousedown":function($event){return _vm.handleSecondClick(item)}}},[_c('span',{staticClass:"font-normal block truncate list-options"},[_vm._v(" "+_vm._s(item.text)+" ")])])}),0)]):_vm._e()]),(!_vm.isValidate)?_c('p',{staticClass:"mt-2 text-sm text-red-600"},[_vm._v(" "+_vm._s(_vm.errorMessage)+" ")]):_vm._e()],1)}
|
|
82495
82510
|
var CDualSelectvue_type_template_id_489b336c_staticRenderFns = []
|
|
82496
82511
|
|
|
@@ -82714,7 +82729,7 @@ var CDualSelect_component = normalizeComponent(
|
|
|
82714
82729
|
// CONCATENATED MODULE: ./src/components/CDualSelect/index.js
|
|
82715
82730
|
|
|
82716
82731
|
/* harmony default export */ var components_CDualSelect = (CDualSelect);
|
|
82717
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
82732
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"6fd73ebf-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/CFormSectionHeading/CFormSectionHeading.vue?vue&type=template&id=71116743&
|
|
82718
82733
|
var CFormSectionHeadingvue_type_template_id_71116743_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_c('div',{staticClass:"border-gray-200",class:_vm.classes},[_c('div',{staticClass:"flex justify-between items-center"},[_c('div',[_c('h3',{staticClass:"text-base font-semibold text-gray-900"},[_vm._v(" "+_vm._s(_vm.heading)+" ")]),(_vm.description)?_c('p',{staticClass:"max-w-4xl text-sm text-gray-500"},[_vm._v(" "+_vm._s(_vm.description)+" ")]):_vm._e()]),(_vm.tabAction)?_c('c-button',{attrs:{"type":_vm.tabAction.type,"label":_vm.tabAction.label},on:{"action":_vm.emitTabAction}}):_vm._e(),(_vm.tabLink)?_c('c-anchor-tag',{attrs:{"label":_vm.tabLink.label,"action":_vm.emitTabLink}}):_vm._e()],1)])])}
|
|
82719
82734
|
var CFormSectionHeadingvue_type_template_id_71116743_staticRenderFns = []
|
|
82720
82735
|
|
|
@@ -82814,7 +82829,7 @@ var CFormSectionHeading_component = normalizeComponent(
|
|
|
82814
82829
|
// CONCATENATED MODULE: ./src/components/CIcon/index.js
|
|
82815
82830
|
|
|
82816
82831
|
/* harmony default export */ var components_CIcon = (CIcon);
|
|
82817
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
82832
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"6fd73ebf-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/CGroupedSelect/CGroupedSelect.vue?vue&type=template&id=31b18bd7&
|
|
82818
82833
|
var CGroupedSelectvue_type_template_id_31b18bd7_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[(_vm.showDropDown && _vm.options.length > 0)?_c('div',{staticClass:"fixed inset-0",attrs:{"aria-hidden":"true"},on:{"click":function($event){return _vm.closeDropDown()}}}):_vm._e(),(_vm.label)?_c('label',{staticClass:"block text-sm font-medium text-gray-700"},[_vm._v(" "+_vm._s(_vm.label)+" ")]):_vm._e(),_c('div',{staticClass:"relative mt-1"},[_c('div',{staticClass:"relative"},[_c('input',{staticClass:"relative w-full cursor-default rounded-md border border-gray-300 bg-white py-2 pl-3 pr-10 text-left shadow-sm focus:border-indigo-500 focus:outline-none focus:ring-1 focus:ring-indigo-500 disabled:pointer-events-none disabled:opacity-50 sm:text-sm",attrs:{"type":"text","aria-haspopup":"listbox","aria-expanded":"true","aria-labelledby":"listbox-label","placeholder":_vm.placeholder,"disabled":_vm.disabled},domProps:{"value":_vm.inputValue},on:{"focus":function($event){return _vm.openDropDown()},"input":_vm.onInput}}),_c('span',{staticClass:"pointer-events-none absolute inset-y-0 right-0 flex items-center pr-2"},[(_vm.isSearching)?_c('svg',{staticClass:"h-5 w-5 animate-spin text-gray-400",attrs:{"xmlns":"http://www.w3.org/2000/svg","fill":"none","viewBox":"0 0 24 24"}},[_c('circle',{staticClass:"opacity-25",attrs:{"cx":"12","cy":"12","r":"10","stroke":"currentColor","stroke-width":"4"}}),_c('path',{staticClass:"opacity-75",attrs:{"fill":"currentColor","d":"M4 12a8 8 0 018-8V0C5.373 0 0 5.373 0 12h4zm2 5.291A7.962 7.962 0 014 12H0c0 3.042 1.135 5.824 3 7.938l3-2.647z"}})]):_vm._e(),(!_vm.isSearching)?_c('svg',{staticClass:"h-5 w-5 text-gray-400",attrs:{"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 20 20","fill":"currentColor","aria-hidden":"true"}},[_c('path',{attrs:{"fill-rule":"evenodd","d":"M10 3a1 1 0 01.707.293l3 3a1 1 0 01-1.414 1.414L10 5.414 7.707 7.707a1 1 0 01-1.414-1.414l3-3A1 1 0 0110 3zm-3.707 9.293a1 1 0 011.414 0L10 14.586l2.293-2.293a1 1 0 011.414 1.414l-3 3a1 1 0 01-1.414 0l-3-3a1 1 0 010-1.414z","clip-rule":"evenodd"}})]):_vm._e()])]),(_vm.showDropDown && _vm.options.length > 0)?_c('ul',{staticClass:"absolute z-10 mt-1 max-h-60 w-full overflow-auto rounded-md bg-white py-1 text-base shadow-lg ring-1 ring-black ring-opacity-5 focus:outline-none sm:text-sm",attrs:{"tabindex":"-1","role":"listbox","aria-labelledby":"listbox-label","aria-activedescendant":"listbox-option-3"}},_vm._l((_vm.options),function(option){return _c('span',{key:option.id},[_c('li',{staticClass:"relative cursor-default select-none bg-gray-100 py-2 pl-3 pr-9 text-left text-xs font-semibold text-gray-900",attrs:{"role":"option"}},[_c('span',{staticClass:"block truncate"},[_vm._v(" "+_vm._s(option.label)+" ")])]),_vm._l((option.options),function(subOption){return _c('li',{key:subOption.id,staticClass:"group relative cursor-default select-none py-2 pl-3 pr-9 text-left text-gray-900 hover:bg-indigo-600 hover:text-white",attrs:{"role":"option"},on:{"click":function($event){return _vm.handleOptionClick(subOption)}}},[_c('span',{class:[
|
|
82819
82834
|
subOption[_vm.keyField] === _vm.value[_vm.keyField]
|
|
82820
82835
|
? 'font-semibold'
|
|
@@ -83606,7 +83621,7 @@ var CGroupedSelect_component = normalizeComponent(
|
|
|
83606
83621
|
// CONCATENATED MODULE: ./src/components/CGroupedSelect/index.js
|
|
83607
83622
|
|
|
83608
83623
|
/* harmony default export */ var components_CGroupedSelect = (CGroupedSelect);
|
|
83609
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
83624
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"6fd73ebf-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/CIconDropdown/CIconDropdown.vue?vue&type=template&id=572df6ec&
|
|
83610
83625
|
var CIconDropdownvue_type_template_id_572df6ec_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_vm._t("default"),_c('div',{staticClass:"relative inline-block text-left"},[_c('div',[_c('button',{class:_vm.customClasses
|
|
83611
83626
|
? _vm.iconClasses
|
|
83612
83627
|
: 'inline-flex w-full justify-center rounded-full border-none p-2 focus:outline-none focus:ring-2 focus:ring-indigo-600 focus:ring-offset-2',attrs:{"type":"white","aria-haspopup":"true","aria-expanded":"true"},on:{"click":function($event){$event.stopPropagation();_vm.toggleDropdown = !_vm.toggleDropdown},"blur":function($event){return _vm.close()}}},[_c('c-icon',{class:_vm.icon.class,attrs:{"name":_vm.icon.name,"type":_vm.icon.type}})],1)]),_c('div',{directives:[{name:"show",rawName:"v-show",value:(_vm.toggleDropdown),expression:"toggleDropdown"}],staticClass:"absolute z-10 mt-2 -mr-1 origin-top-right rounded-md bg-white shadow-lg ring-1 ring-gray-900 ring-opacity-5",class:_vm.classes},[_c('div',{staticClass:"w-max py-2",attrs:{"role":"menu","aria-orientation":"vertical","aria-labelledby":"option-menu"}},_vm._l((_vm.items),function(item,index){return _c('a',{key:item.text,staticClass:"flex cursor-pointer px-4 py-2 text-sm text-gray-700 hover:bg-gray-100 hover:text-gray-900 disabled:pointer-events-none disabled:opacity-50",class:item.class,attrs:{"role":"menuitem","disabled":item.disabled},on:{"mousedown":function($event){$event.stopPropagation();$event.preventDefault();return _vm.dropdownAction(item)}}},[(item.icon)?_c('c-icon',{class:_vm.dropdownIcons[index].class,attrs:{"name":_vm.dropdownIcons[index].name,"type":_vm.dropdownIcons[index].type}}):_vm._e(),_vm._v(" "+_vm._s(item.text)+" ")],1)}),0)])])],2)}
|
|
@@ -83744,12 +83759,12 @@ var CIconDropdown_component = normalizeComponent(
|
|
|
83744
83759
|
// CONCATENATED MODULE: ./src/components/CIconDropdown/index.js
|
|
83745
83760
|
|
|
83746
83761
|
/* harmony default export */ var components_CIconDropdown = (CIconDropdown);
|
|
83747
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
83748
|
-
var
|
|
83749
|
-
var
|
|
83762
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"6fd73ebf-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/CInput/CInput.vue?vue&type=template&id=60adf618&
|
|
83763
|
+
var CInputvue_type_template_id_60adf618_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_c('div',{staticClass:"flex justify-between"},[_c('div',{staticClass:"flex items-center"},[_c('label',{staticClass:"block text-sm font-medium text-gray-900"},[_vm._v(" "+_vm._s(_vm.label)+" ")]),(_vm.isRequired)?_c('p',{staticClass:"ml-1 text-red-600"},[_vm._v("*")]):_vm._e()]),(_vm.hint)?_c('span',{staticClass:"text-sm text-gray-500"},[_vm._v(_vm._s(_vm.hint))]):_vm._e()]),_c('div',{staticClass:"relative mt-1 rounded-md"},[_c('input',{staticClass:"block w-full flex-1 rounded-md px-3 py-2 text-sm text-gray-900 shadow-sm focus:border-indigo-500 focus:ring-indigo-500 disabled:opacity-50",class:_vm.errorClasses,attrs:{"readonly":_vm.readonly,"type":_vm.type,"placeholder":_vm.placeholder,"disabled":_vm.disabled},domProps:{"value":_vm.inputValue},on:{"input":function($event){return _vm.$emit('input', $event.target.value)},"blur":function($event){return _vm.$emit('blur', $event.target.value)},"focus":function($event){return _vm.$emit('focus', $event.target.value)}}}),(!_vm.isValidate && !_vm.customIcon)?_c('div',{staticClass:"pointer-events-none absolute inset-y-0 right-0 flex items-center pr-3 text-red-600"},[_c('c-icon',{staticClass:"h-5 w-5",attrs:{"name":"exclamation-circle","type":"solid"}})],1):_vm._e(),(_vm.customIcon)?_vm._t("customIcon"):_vm._e()],2),(!_vm.isValidate)?_c('p',{staticClass:"mt-2 text-sm text-red-600"},[_vm._v(" "+_vm._s(_vm.errorMessage)+" ")]):_vm._e(),(_vm.helpText && _vm.isValidate == true)?_c('p',{staticClass:"mt-2 text-sm text-gray-500"},[_vm._v(" "+_vm._s(_vm.helpText)+" ")]):_vm._e()])}
|
|
83764
|
+
var CInputvue_type_template_id_60adf618_staticRenderFns = []
|
|
83750
83765
|
|
|
83751
83766
|
|
|
83752
|
-
// CONCATENATED MODULE: ./src/components/CInput/CInput.vue?vue&type=template&id=
|
|
83767
|
+
// CONCATENATED MODULE: ./src/components/CInput/CInput.vue?vue&type=template&id=60adf618&
|
|
83753
83768
|
|
|
83754
83769
|
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js??ref--12-0!./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/CInput/CInput.vue?vue&type=script&lang=js&
|
|
83755
83770
|
//
|
|
@@ -83798,6 +83813,7 @@ var CInputvue_type_template_id_fd491a90_staticRenderFns = []
|
|
|
83798
83813
|
//
|
|
83799
83814
|
//
|
|
83800
83815
|
//
|
|
83816
|
+
//
|
|
83801
83817
|
|
|
83802
83818
|
/* harmony default export */ var CInputvue_type_script_lang_js_ = ({
|
|
83803
83819
|
name: "CInput",
|
|
@@ -83809,6 +83825,10 @@ var CInputvue_type_template_id_fd491a90_staticRenderFns = []
|
|
|
83809
83825
|
label: {
|
|
83810
83826
|
type: String
|
|
83811
83827
|
},
|
|
83828
|
+
// Read only of input field
|
|
83829
|
+
readonly: {
|
|
83830
|
+
type: Boolean
|
|
83831
|
+
},
|
|
83812
83832
|
// placeholder of input
|
|
83813
83833
|
placeholder: {
|
|
83814
83834
|
type: String
|
|
@@ -83882,8 +83902,8 @@ var CInputvue_type_template_id_fd491a90_staticRenderFns = []
|
|
|
83882
83902
|
|
|
83883
83903
|
var CInput_component = normalizeComponent(
|
|
83884
83904
|
CInput_CInputvue_type_script_lang_js_,
|
|
83885
|
-
|
|
83886
|
-
|
|
83905
|
+
CInputvue_type_template_id_60adf618_render,
|
|
83906
|
+
CInputvue_type_template_id_60adf618_staticRenderFns,
|
|
83887
83907
|
false,
|
|
83888
83908
|
null,
|
|
83889
83909
|
null,
|
|
@@ -83895,7 +83915,7 @@ var CInput_component = normalizeComponent(
|
|
|
83895
83915
|
// CONCATENATED MODULE: ./src/components/CInput/index.js
|
|
83896
83916
|
|
|
83897
83917
|
/* harmony default export */ var components_CInput = (CInput);
|
|
83898
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
83918
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"6fd73ebf-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/CInputAddon/CInputAddon.vue?vue&type=template&id=f62556f0&
|
|
83899
83919
|
var CInputAddonvue_type_template_id_f62556f0_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_c('div',{staticClass:"flex justify-between"},[_c('div',{staticClass:"flex items-center"},[_c('label',{staticClass:"block text-sm font-medium text-gray-900"},[_vm._v(" "+_vm._s(_vm.label)+" ")]),(_vm.isRequired)?_c('p',{staticClass:"ml-1 text-red-600"},[_vm._v("*")]):_vm._e()]),(_vm.hint)?_c('span',{staticClass:"text-sm text-gray-500"},[_vm._v(_vm._s(_vm.hint))]):_vm._e()]),(!_vm.inlineAddon && _vm.addonType == 'leading')?_c('div',{staticClass:"relative mt-1 flex rounded-md"},[(_vm.addon)?_c('span',{staticClass:"inline-flex items-center rounded-l-md border border-r-0 border-gray-300 bg-gray-50 px-3 text-gray-500 sm:text-sm",class:_vm.disabled ? 'opacity-50' : ''},[_vm._v(" "+_vm._s(_vm.addon)+" ")]):_vm._e(),_c('input',{staticClass:"block w-full flex-1 rounded-r-md px-3 py-2 text-gray-900 shadow-sm focus:border-indigo-500 focus:ring-indigo-500 disabled:opacity-50 sm:text-sm",class:Object.assign({}, _vm.errorClasses, {'rounded-l-md': !_vm.addon}),attrs:{"type":_vm.inputType,"placeholder":_vm.placeholder,"disabled":_vm.disabled},domProps:{"value":_vm.inputValue},on:{"input":function($event){return _vm.$emit('input', $event.target.value)},"blur":function($event){return _vm.$emit('blur', $event.target.value)}}}),(!_vm.isValidate)?_c('div',{staticClass:"pointer-events-none absolute inset-y-0 right-0 flex items-center pr-3 text-red-600"},[_c('c-icon',{staticClass:"h-5 w-5",attrs:{"name":"exclamation-circle","type":"solid"}})],1):_vm._e()]):_vm._e(),(!_vm.inlineAddon && _vm.addonType == 'trailing')?_c('div',{staticClass:"relative mt-1 flex rounded-md"},[_c('input',{staticClass:"block w-full flex-1 rounded-l-md px-3 py-2 text-gray-900 shadow-sm focus:border-indigo-500 focus:ring-indigo-500 disabled:opacity-50 sm:text-sm",class:_vm.errorClasses,attrs:{"type":_vm.inputType,"placeholder":_vm.placeholder,"disabled":_vm.disabled},domProps:{"value":_vm.inputValue},on:{"input":function($event){return _vm.$emit('input', $event.target.value)},"blur":function($event){return _vm.$emit('blur', $event.target.value)}}}),(!_vm.isValidate)?_c('div',{staticClass:"pointer-events-none absolute inset-y-0 right-14 flex items-center pr-3 text-red-600"},[_c('c-icon',{staticClass:"h-5 w-5",attrs:{"name":"exclamation-circle","type":"solid"}})],1):_vm._e(),_c('span',{staticClass:"inline-flex items-center rounded-r-md border border-l-0 border-gray-300 bg-gray-50 px-4 py-2 text-gray-500 sm:text-sm",class:_vm.disabled ? 'opacity-50' : ''},[_vm._v(" "+_vm._s(_vm.addon)+" ")])]):_vm._e(),(_vm.inlineAddon && _vm.addonType == 'trailing')?_c('div',{staticClass:"relative mt-1 flex rounded-md"},[_c('input',{staticClass:"block w-full flex-1 rounded-md px-3 py-2 text-gray-900 shadow-sm focus:border-indigo-500 focus:ring-indigo-500 disabled:opacity-50 sm:text-sm",class:_vm.errorClasses,attrs:{"type":_vm.inputType,"placeholder":_vm.placeholder,"disabled":_vm.disabled},domProps:{"value":_vm.inputValue},on:{"input":function($event){return _vm.$emit('input', $event.target.value)},"blur":function($event){return _vm.$emit('blur', $event.target.value)}}}),_c('div',{staticClass:"pointer-events-none absolute inset-y-0 right-3 flex items-center"},[(!_vm.isValidate)?_c('div',{staticClass:"pointer-events-none right-0 flex items-center pr-2 text-red-600"},[_c('c-icon',{staticClass:"h-5 w-5",attrs:{"name":"exclamation-circle","type":"solid"}})],1):_vm._e(),_c('span',{staticClass:"text-gray-500 sm:text-sm",class:[_vm.disabled ? 'opacity-50' : '', _vm.inputType === 'number' ? 'mr-5' : '']},[_vm._v(" "+_vm._s(_vm.addon)+" ")])])]):_vm._e(),(_vm.inlineAddon && _vm.addonType == 'leading')?_c('div',{staticClass:"relative mt-1 flex rounded-md"},[_c('div',{staticClass:"pointer-events-none absolute inset-y-0 left-0 flex items-center pl-3"},[_c('span',{staticClass:"text-gray-500 sm:text-sm"},[_vm._v(_vm._s(_vm.addon))])]),_c('input',{staticClass:"block w-full rounded-md text-gray-900 shadow-sm focus:border-indigo-500 focus:ring-indigo-500 disabled:opacity-50 sm:text-sm",class:_vm.errorClasses,style:(("padding-left:" + _vm.leftPaddingStyle)),attrs:{"type":_vm.inputType,"placeholder":_vm.placeholder,"disabled":_vm.disabled},domProps:{"value":_vm.inputValue},on:{"input":function($event){return _vm.$emit('input', $event.target.value)},"blur":function($event){return _vm.$emit('blur', $event.target.value)}}}),(!_vm.isValidate)?_c('div',{staticClass:"pointer-events-none absolute inset-y-0 right-0 flex items-center pr-3 text-red-600"},[_c('c-icon',{staticClass:"h-5 w-5",attrs:{"name":"exclamation-circle","type":"solid"}})],1):_vm._e()]):_vm._e(),(!_vm.isValidate)?_c('p',{staticClass:"mt-2 text-left text-sm text-red-600"},[_vm._v(" "+_vm._s(_vm.errorMessage)+" ")]):_vm._e(),(_vm.helpText && _vm.isValidate == true)?_c('p',{class:("mt-2 text-sm " + _vm.helpTextColorStyles)},[_vm._v(" "+_vm._s(_vm.helpText)+" ")]):_vm._e()])}
|
|
83900
83920
|
var CInputAddonvue_type_template_id_f62556f0_staticRenderFns = []
|
|
83901
83921
|
|
|
@@ -84142,7 +84162,7 @@ var CInputAddon_component = normalizeComponent(
|
|
|
84142
84162
|
// CONCATENATED MODULE: ./src/components/CInputAddon/index.js
|
|
84143
84163
|
|
|
84144
84164
|
/* harmony default export */ var components_CInputAddon = (CInputAddon);
|
|
84145
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
84165
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"6fd73ebf-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/CInputEmail/CInputEmail.vue?vue&type=template&id=8ace5418&
|
|
84146
84166
|
var CInputEmailvue_type_template_id_8ace5418_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_c('div',{staticClass:"flex justify-between"},[_c('label',{staticClass:"block text-sm font-medium text-gray-900"},[_vm._v(" "+_vm._s(_vm.label)+" ")]),(_vm.hint)?_c('span',{staticClass:"text-sm text-gray-500"},[_vm._v(_vm._s(_vm.hint))]):_vm._e()]),_c('div',{staticClass:"relative mt-1 rounded-md"},[_c('input',{staticClass:"block w-full flex-1 rounded-md px-3 py-2 text-gray-900 focus:border-indigo-500 focus:ring-indigo-500 sm:text-sm",class:_vm.errorClasses,attrs:{"type":"text","placeholder":_vm.placeholder},domProps:{"value":_vm.email},on:{"blur":_vm.checkValidation,"input":function($event){return _vm.$emit('input', $event.target.value)}}}),(_vm.isValidate)?_c('div',{staticClass:"pointer-events-none absolute inset-y-0 right-0 flex items-center pr-3 text-red-600"},[_c('c-icon',{staticClass:"h-5 w-5",attrs:{"name":"exclamation-circle","type":"solid"}})],1):_vm._e()]),(_vm.isValidate)?_c('p',{staticClass:"mt-2 text-sm text-red-600"},[_vm._v("Please enter valid email address")]):_vm._e(),(_vm.helpText && _vm.isValidate == false)?_c('p',{staticClass:"mt-2 text-sm text-gray-500"},[_vm._v(" "+_vm._s(_vm.helpText)+" ")]):_vm._e()])}
|
|
84147
84167
|
var CInputEmailvue_type_template_id_8ace5418_staticRenderFns = []
|
|
84148
84168
|
|
|
@@ -84257,7 +84277,7 @@ var CInputEmail_component = normalizeComponent(
|
|
|
84257
84277
|
// CONCATENATED MODULE: ./src/components/CInputEmail/index.js
|
|
84258
84278
|
|
|
84259
84279
|
/* harmony default export */ var components_CInputEmail = (CInputEmail);
|
|
84260
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
84280
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"6fd73ebf-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/CModalHeading/CModalHeading.vue?vue&type=template&id=2995f526&
|
|
84261
84281
|
var CModalHeadingvue_type_template_id_2995f526_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_c('div',{staticClass:"pb-2 border-gray-200",class:{ 'border-b-2': _vm.divider }},[_c('h3',{staticClass:"text-lg leading-6 font-medium text-gray-700"},[_vm._v(" "+_vm._s(_vm.title)+" ")]),(_vm.description)?_c('p',{staticClass:"max-w-4xl text-sm text-gray-500"},[_vm._v(" "+_vm._s(_vm.description)+" ")]):_vm._e()])])}
|
|
84262
84282
|
var CModalHeadingvue_type_template_id_2995f526_staticRenderFns = []
|
|
84263
84283
|
|
|
@@ -84317,7 +84337,7 @@ var CModalHeading_component = normalizeComponent(
|
|
|
84317
84337
|
// CONCATENATED MODULE: ./src/components/CModalHeading/index.js
|
|
84318
84338
|
|
|
84319
84339
|
/* harmony default export */ var components_CModalHeading = (CModalHeading);
|
|
84320
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
84340
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"6fd73ebf-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/CModuleHelpLinks/CModuleHelpLinks.vue?vue&type=template&id=39f6663e&
|
|
84321
84341
|
var CModuleHelpLinksvue_type_template_id_39f6663e_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[(_vm.description)?_c('div',{staticClass:"mt-2 flex flex-col sm:flex-row sm:flex-wrap sm:space-x-6"},[_c('div',{staticClass:"flex items-center text-sm text-gray-500"},[_vm._v(" "+_vm._s(_vm.description)+" ")])]):_vm._e(),_c('div',{staticClass:"mt-1 flex flex-col sm:flex-row sm:flex-wrap sm:mt-0 sm:space-x-6"},[(_vm.helpArticle)?_c('div',{staticClass:"mt-2 flex items-center text-sm text-indigo-600"},[_c('c-icon',{staticClass:"mr-1.5 h-5 w-5",attrs:{"name":"book-open","type":"solid"}}),_c('a',{staticClass:"font-medium text-indigo-600 hover:underline",attrs:{"href":_vm.helpArticle,"target":"_blank"}},[_vm._v(" How to get started ")])],1):_vm._e(),(_vm.helpVideo)?_c('div',{staticClass:"mt-2 flex items-center text-sm text-indigo-600"},[_c('c-icon',{staticClass:"mr-1.5 h-5 w-5",attrs:{"name":"video-camera","type":"solid"}}),_c('a',{staticClass:"font-medium text-indigo-600 hover:underline",attrs:{"href":_vm.helpVideo,"target":"_blank"}},[_vm._v(" Watch a video ")])],1):_vm._e()])])}
|
|
84322
84342
|
var CModuleHelpLinksvue_type_template_id_39f6663e_staticRenderFns = []
|
|
84323
84343
|
|
|
@@ -84393,7 +84413,7 @@ var CModuleHelpLinks_component = normalizeComponent(
|
|
|
84393
84413
|
// CONCATENATED MODULE: ./src/components/CModuleHelpLinks/index.js
|
|
84394
84414
|
|
|
84395
84415
|
/* harmony default export */ var components_CModuleHelpLinks = (CModuleHelpLinks);
|
|
84396
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
84416
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"6fd73ebf-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/CMultiselect/CMultiselect.vue?vue&type=template&id=78d01c62&
|
|
84397
84417
|
var CMultiselectvue_type_template_id_78d01c62_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_c('div',{staticClass:"flex items-center"},[(_vm.label)?_c('label',{staticClass:"text-sm font-medium text-gray-900"},[_vm._v(_vm._s(_vm.label))]):_vm._e(),(_vm.isRequired)?_c('p',{staticClass:"ml-1 text-red-600"},[_vm._v("*")]):_vm._e()]),_c('v-select',{staticClass:"mt-1 text-sm",attrs:{"placeholder":_vm.placeholder,"multiple":_vm.isMultiple,"taggable":_vm.isTaggable,"push-tags":_vm.pushTags,"filterable":_vm.filterable,"options":_vm.options,"label":_vm.optionLabel,"clearable":_vm.clearable,"loading":_vm.loading},on:{"input":_vm.setSelectedOptions,"search":_vm.fetchOptions,"search:focus":function($event){return _vm.$emit('search:focus')},"open":_vm.onOpen,"close":_vm.onClose},scopedSlots:_vm._u([{key:"open-indicator",fn:function(ref){
|
|
84398
84418
|
var attributes = ref.attributes;
|
|
84399
84419
|
return [_c('span',_vm._b({},'span',attributes,false),[_c('svg',{staticClass:"h-5 w-5 cursor-pointer text-gray-400",attrs:{"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 20 20","fill":"currentColor"}},[_c('path',{attrs:{"fill-rule":"evenodd","d":"M5.293 7.293a1 1 0 011.414 0L10 10.586l3.293-3.293a1 1 0 111.414 1.414l-4 4a1 1 0 01-1.414 0l-4-4a1 1 0 010-1.414z","clip-rule":"evenodd"}})])])]}},{key:"no-options",fn:function(ref){
|
|
@@ -84888,7 +84908,7 @@ var CMultiselect_component = normalizeComponent(
|
|
|
84888
84908
|
// CONCATENATED MODULE: ./src/components/CMultiselect/index.js
|
|
84889
84909
|
|
|
84890
84910
|
/* harmony default export */ var components_CMultiselect = (CMultiselect);
|
|
84891
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
84911
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"6fd73ebf-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/CPageHeading/CPageHeading.vue?vue&type=template&id=7d572889&
|
|
84892
84912
|
var CPageHeadingvue_type_template_id_7d572889_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"sticky top-0 z-10 -mx-16 bg-transparent px-16 backdrop-blur-xl"},[_c('div',{staticClass:"flex flex-col items-start justify-between pt-4 pb-2 sm:max-w-full sm:flex-row sm:items-center sm:pb-1"},[_c('div',[_c('h2',{staticClass:"mt-1 text-xl font-bold leading-7 text-gray-900 sm:mt-0 sm:truncate sm:text-xl"},[_vm._v(" "+_vm._s(_vm.title)+" ")])]),_c('div',{staticClass:"justify-self-end"},[_vm._t("default"),(_vm.buttonType)?_c('div',{staticClass:"mt-5 flex sm:mt-0 lg:mt-0 lg:ml-4"},[_c('span',{staticClass:"sm:ml-3"},[_c('c-button',{attrs:{"label":_vm.buttonType.label,"icon":_vm.buttonType.icon,"type":_vm.buttonType.type},on:{"action":_vm.emitAction}})],1)]):_vm._e()],2)])])}
|
|
84893
84913
|
var CPageHeadingvue_type_template_id_7d572889_staticRenderFns = []
|
|
84894
84914
|
|
|
@@ -84983,7 +85003,7 @@ var CPageHeading_component = normalizeComponent(
|
|
|
84983
85003
|
// CONCATENATED MODULE: ./src/components/CPageHeading/index.js
|
|
84984
85004
|
|
|
84985
85005
|
/* harmony default export */ var components_CPageHeading = (CPageHeading);
|
|
84986
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
85006
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"6fd73ebf-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/CPagination/CPagination.vue?vue&type=template&id=76112b02&
|
|
84987
85007
|
var CPaginationvue_type_template_id_76112b02_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"flex items-center justify-between border-gray-200 bg-white px-4 py-3 sm:px-6"},[_vm._m(0),_c('div',{staticClass:"hidden sm:flex sm:flex-1 sm:items-center sm:justify-between"},[_c('div',[_c('p',{staticClass:"text-sm text-gray-700"},[_vm._v(" Showing "),_c('span',{staticClass:"font-medium"},[_vm._v(_vm._s(_vm.setPaginationRecords.from))]),_vm._v(" to "),_c('span',{staticClass:"font-medium"},[_vm._v(_vm._s(_vm.setPaginationRecords.to))]),_vm._v(" of "),_c('span',{staticClass:"font-medium"},[_vm._v(_vm._s(_vm.setPaginationRecords.totalRecords))]),_vm._v(" results ")])]),_c('div',[_c('nav',{staticClass:"relative z-0 inline-flex -space-x-px rounded-md shadow-sm",attrs:{"aria-label":"Pagination"}},[_c('div',{staticClass:"hidden md:-mt-px md:flex"},[_c('div',{staticClass:"relative inline-flex items-center rounded-l-md border border-r-0 border-gray-300 bg-white px-2 py-2 text-sm font-medium text-gray-500 hover:bg-gray-50",class:_vm.currentPageNumber == '1'
|
|
84988
85008
|
? 'pointer-events-none text-gray-400'
|
|
84989
85009
|
: 'group cursor-pointer text-gray-500 hover:text-gray-700',attrs:{"href":"#"},on:{"click":function($event){_vm.currentPageNumber == '1' ? '' : _vm.goToPreviousPage()}}},[_c('span',{staticClass:"sr-only"},[_vm._v("Previous")]),_c('svg',{staticClass:"h-5 w-5",attrs:{"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 20 20","fill":"currentColor","aria-hidden":"true"}},[_c('path',{attrs:{"fill-rule":"evenodd","d":"M12.707 5.293a1 1 0 010 1.414L9.414 10l3.293 3.293a1 1 0 01-1.414 1.414l-4-4a1 1 0 010-1.414l4-4a1 1 0 011.414 0z","clip-rule":"evenodd"}})])]),_vm._l((_vm.pageRange),function(page){return _c('div',{key:page,staticClass:"cursor-pointer",class:[
|
|
@@ -87434,7 +87454,7 @@ var CPagination_component = normalizeComponent(
|
|
|
87434
87454
|
// CONCATENATED MODULE: ./src/components/CPagination/index.js
|
|
87435
87455
|
|
|
87436
87456
|
/* harmony default export */ var components_CPagination = (CPagination);
|
|
87437
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
87457
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"6fd73ebf-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/CPhoneNumber/CPhoneNumber.vue?vue&type=template&id=34b4da6f&
|
|
87438
87458
|
var CPhoneNumbervue_type_template_id_34b4da6f_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_c('label',{staticClass:"text-sm text-gray-900"},[_vm._v(_vm._s(_vm.label))]),_c('div',{staticClass:"mt-1 w-full shadow-sm"},[_c('vue-tel-input',_vm._b({attrs:{"autoFormat":false},model:{value:(_vm.value),callback:function ($$v) {_vm.value=$$v},expression:"value"}},'vue-tel-input',_vm.bindProps,false))],1)])}
|
|
87439
87459
|
var CPhoneNumbervue_type_template_id_34b4da6f_staticRenderFns = []
|
|
87440
87460
|
|
|
@@ -87520,7 +87540,7 @@ var CPhoneNumber_component = normalizeComponent(
|
|
|
87520
87540
|
// CONCATENATED MODULE: ./src/components/CPhoneNumber/index.js
|
|
87521
87541
|
|
|
87522
87542
|
/* harmony default export */ var components_CPhoneNumber = (CPhoneNumber);
|
|
87523
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
87543
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"6fd73ebf-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/CRadio/CRadio.vue?vue&type=template&id=20a4d67d&
|
|
87524
87544
|
var CRadiovue_type_template_id_20a4d67d_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_c('div',{staticClass:"-space-y-px rounded-md bg-white"},_vm._l((_vm.items),function(item,index){return _c('div',{key:item.label,staticClass:"relative pb-4 first:rounded-t-md last:rounded-b-md",class:_vm.customClasses ? _vm.classes(item, index) : ''},[_c('div',{staticClass:"flex items-start"},[_c('input',{directives:[{name:"model",rawName:"v-model",value:(_vm.selectedItem),expression:"selectedItem"}],staticClass:"mt-0.5 h-4 w-4 cursor-pointer border-gray-300 text-indigo-600 focus:ring-indigo-500 disabled:opacity-50",attrs:{"type":"radio","name":_vm.name,"disabled":_vm.isDisabled},domProps:{"value":item.value,"checked":_vm._q(_vm.selectedItem,item.value)},on:{"click":function($event){return _vm.onChange(item.value)},"change":function($event){_vm.selectedItem=item.value}}}),_c('label',{staticClass:"ml-3 flex cursor-pointer flex-col",on:{"click":function($event){return _vm.onChange(item.value)}}},[_c('span',{staticClass:"block text-sm font-medium",class:_vm.customClasses && item.value === _vm.selectedItem
|
|
87525
87545
|
? 'text-indigo-900'
|
|
87526
87546
|
: ''},[_vm._v(" "+_vm._s(item.label)+" ")]),_c('span',{staticClass:"block text-sm",class:_vm.customClasses && item.value === _vm.selectedItem
|
|
@@ -87662,7 +87682,7 @@ var CRadio_component = normalizeComponent(
|
|
|
87662
87682
|
// CONCATENATED MODULE: ./src/components/CRadio/index.js
|
|
87663
87683
|
|
|
87664
87684
|
/* harmony default export */ var components_CRadio = (CRadio);
|
|
87665
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
87685
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"6fd73ebf-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/CReorderableStackedList/CReorderableStackedList.vue?vue&type=template&id=79081e98&
|
|
87666
87686
|
var CReorderableStackedListvue_type_template_id_79081e98_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_c('ul',_vm._l((_vm.listItems),function(items){return _c('li',_vm._g({key:items.size,staticClass:"flex items-center py-3",class:{ 'cursor-pointer': items.collapse }},items.collapse ? { click: function () { return _vm.collapseList(); } } : null),[(items.collapse)?_c('c-icon',{staticClass:"mt-3 mr-3 h-5 w-5 flex-none text-gray-900",attrs:{"name":_vm.showSection ? 'chevron-down' : 'chevron-right',"type":"solid"}}):_vm._e(),(items.reorder)?_c('c-icon',{staticClass:"handle mr-3 h-5 w-5 flex-none text-gray-500",attrs:{"name":"menu-solid","type":"solid","cursorType":_vm.cursorType}}):_vm._e(),_c('c-avatar',{staticClass:"flex-none",attrs:{"size":items.size,"rounded":items.rounded,"image":items.image,"imageClasses":items.imageClasses}}),_c('div',{staticClass:"flex min-w-0 flex-1 items-center justify-between"},[_c('div',{staticClass:"ml-3 min-w-0 flex-1"},[_c('div',[_c('div',{staticClass:"-m-1 flex flex-wrap items-center"},[_c('p',{staticClass:"m-1 text-sm font-medium text-gray-900"},[_vm._v(" "+_vm._s(items.heading)+" ")]),(items.tag)?_c('c-tag',{staticClass:"m-1",attrs:{"label":"Active"}}):_vm._e(),(items.tag)?_c('c-tag',{staticClass:"m-1",attrs:{"label":"Inactive"}}):_vm._e(),(items.tag)?_c('c-tag',{staticClass:"m-1",attrs:{"label":"Tag 1"}}):_vm._e(),(items.tag)?_c('c-tag',{staticClass:"m-1",attrs:{"label":"Tag 2"}}):_vm._e()],1),_c('p',{staticClass:"mt-1 text-sm text-gray-500"},[_vm._v(_vm._s(items.description))]),(_vm.showSection)?_c('div',{staticClass:"mt-3"},[_vm._t("default")],2):_vm._e()])]),_c('div',{staticClass:"flex flex-none items-center"},[_vm._t("icons"),(items.listIcon)?_c('button',{staticClass:"focus:outline-none",attrs:{"type":"button"},on:{"click":function($event){return _vm.$emit('remove')}}},[_vm._t("removeIcons")],2):_vm._e()],2)])],1)}),0)])}
|
|
87667
87687
|
var CReorderableStackedListvue_type_template_id_79081e98_staticRenderFns = []
|
|
87668
87688
|
|
|
@@ -87794,7 +87814,7 @@ var CReorderableStackedList_component = normalizeComponent(
|
|
|
87794
87814
|
// CONCATENATED MODULE: ./src/components/CSelect/index.js
|
|
87795
87815
|
|
|
87796
87816
|
/* harmony default export */ var components_CSelect = (CSelect);
|
|
87797
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
87817
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"6fd73ebf-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/CSmallTimeline/CSmallTimeline.vue?vue&type=template&id=615bdd26&
|
|
87798
87818
|
var CSmallTimelinevue_type_template_id_615bdd26_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_c('div',{staticClass:"flow-root"},[_c('ul',_vm._l((_vm.timelineItems),function(timeline){return _c('li',{key:timeline.label},[_c('div',{staticClass:"relative pb-1"},[_c('span',{staticClass:"absolute left-1 top-0.5 -ml-px h-full w-0.5 bg-indigo-600",attrs:{"aria-hidden":"true"}}),_c('div',{staticClass:"relative ml-3"},[_c('div',{staticClass:"min-w-0 mb-1.5"},[_c('div',[_c('p',{staticClass:"text-sm text-gray-400"},[_vm._v(" "+_vm._s(timeline.label)+" ")])]),_vm._m(0,true)])])])])}),0)])])}
|
|
87799
87819
|
var CSmallTimelinevue_type_template_id_615bdd26_staticRenderFns = [function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_c('span',{staticClass:"text-sm text-gray-400"},[_vm._v("12/25")])])}]
|
|
87800
87820
|
|
|
@@ -87866,7 +87886,7 @@ var CSmallTimeline_component = normalizeComponent(
|
|
|
87866
87886
|
// CONCATENATED MODULE: ./src/components/CStackedList/index.js
|
|
87867
87887
|
|
|
87868
87888
|
/* harmony default export */ var components_CStackedList = (CStackedList);
|
|
87869
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
87889
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"6fd73ebf-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/CStats/CStats.vue?vue&type=template&id=b5b16e30&
|
|
87870
87890
|
var CStatsvue_type_template_id_b5b16e30_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_c('dl',{staticClass:"mt-5 grid grid-cols-1 rounded-lg bg-gray-100 overflow-hidden divide-y divide-gray-200 md:grid-cols-3 md:divide-y-0 md:divide-x"},_vm._l((_vm.statsCount),function(count){return _c('div',{key:count.number,staticClass:"px-4 py-5 sm:p-6"},[_c('div',{staticClass:"flex"},[(count.icon)?_c('c-icon',{class:count.icon.class,attrs:{"name":count.icon.name,"type":count.icon.type}}):_vm._e(),_c('div',{class:count.icon ? 'ml-3' : ''},[_c('dt',{staticClass:"text-sm text-gray-500 flex"},[_c('span',[_vm._v(_vm._s(count.label))]),_c('span',{staticClass:"text-sm text-gray-900 ml-1"},[_vm._v(_vm._s(count.number))])]),_c('dd',{staticClass:"text-2xl font-semibold text-gray-900"},[_vm._v(" "+_vm._s(count.totalCount)+" ")])])],1),(count.tag || count.days)?_c('div',{staticClass:"ml-8 pb-2 flex items-center"},[(count.tag)?_c('c-tag',{attrs:{"label":count.tag.label,"color":count.tag.color,"tagClasses":count.tag.class}}):_vm._e(),(count.days)?_c('label',{staticClass:"text-xs text-gray-500 ml-1"},[_vm._v(_vm._s(count.days))]):_vm._e()],1):_vm._e()])}),0)])}
|
|
87871
87891
|
var CStatsvue_type_template_id_b5b16e30_staticRenderFns = []
|
|
87872
87892
|
|
|
@@ -87989,7 +88009,7 @@ var CStats_component = normalizeComponent(
|
|
|
87989
88009
|
// CONCATENATED MODULE: ./src/components/CSwitch/index.js
|
|
87990
88010
|
|
|
87991
88011
|
/* harmony default export */ var components_CSwitch = (CSwitch);
|
|
87992
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
88012
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"6fd73ebf-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/CTable/CTable.vue?vue&type=template&id=7705fd42&
|
|
87993
88013
|
var CTablevue_type_template_id_7705fd42_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[(_vm.tableActions)?_c('div',{staticClass:"mb-4 rounded-lg bg-gray-50 p-3",attrs:{"slot":"table-actions"},slot:"table-actions"},[_c('div',{staticClass:"flex justify-between"},[(_vm.searching)?_c('div',[_c('c-input',{staticClass:"-mt-1 mr-3 w-auto sm:w-56",attrs:{"isValidate":_vm.searching,"placeholder":_vm.searchPlaceholder,"type":"text"},model:{value:(_vm.searchTerm),callback:function ($$v) {_vm.searchTerm=$$v},expression:"searchTerm"}})],1):_vm._e(),_c('div',{staticClass:"flex"},[_vm._t("customTableActions"),(_vm.enableVisibility)?_c('div',{staticClass:"relative inline-block text-left"},[_c('div',[_c('button',{staticClass:"focus:outline-none inline-flex w-full justify-center rounded-md border border-gray-200 bg-white px-2 py-2 text-sm font-medium shadow-sm hover:bg-gray-50 focus:ring-2 focus:ring-indigo-600 focus:ring-offset-2",attrs:{"aria-haspopup":"true","aria-expanded":"true"},on:{"click":_vm.handleToggle}},[_c('c-icon',{staticClass:"h-5 w-5 text-gray-400",attrs:{"name":"view-board","type":"solid"}}),_c('c-icon',{staticClass:"ml-1 h-5 w-5 text-gray-400",attrs:{"name":"chevron-down","type":"solid"}})],1)]),(_vm.toggleDropdown)?_c('div',{staticClass:"absolute right-0 z-10 mt-2 -mr-1 max-h-96 w-56 origin-top-right overflow-y-auto rounded-md bg-white shadow-lg ring-1 ring-gray-900 ring-opacity-5",attrs:{"tabindex":"0"},on:{"blur":_vm.handleToggle}},[_c('div',{staticClass:"py-1",attrs:{"role":"menu","aria-orientation":"vertical","aria-labelledby":"option-menu"}},_vm._l((_vm.showHideColumnList),function(column){return _c('a',{key:column.field,staticClass:"block flex px-4 py-2 text-sm text-gray-700 hover:bg-gray-100 hover:text-gray-900",attrs:{"href":"#","role":"menuitem"}},[_c('c-checkbox',{attrs:{"label":column.label,"value":!column.hidden},on:{"onChange":function($event){return _vm.showHideColumn($event, column.field)}}})],1)}),0)]):_vm._e()]):_vm._e(),(_vm.enableDownload)?_c('div',{on:{"click":_vm.startDownload}},[_c('c-button-icon',{staticClass:"ml-3",attrs:{"type":"white","icon":_vm.downloadLoader
|
|
87994
88014
|
? null
|
|
87995
88015
|
: {
|
|
@@ -88497,7 +88517,7 @@ var CTable_component = normalizeComponent(
|
|
|
88497
88517
|
// CONCATENATED MODULE: ./src/components/CTable/index.js
|
|
88498
88518
|
|
|
88499
88519
|
/* harmony default export */ var components_CTable = (CTable);
|
|
88500
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
88520
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"6fd73ebf-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/CTabs/CTabs.vue?vue&type=template&id=153c5569&
|
|
88501
88521
|
var CTabsvue_type_template_id_153c5569_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_vm._t("default"),_c('div',{staticClass:"lg:hidden"},[_c('label',{staticClass:"sr-only",attrs:{"for":"tabs"}},[_vm._v("Select a tab")]),_c('select',{directives:[{name:"model",rawName:"v-model",value:(_vm.activeTab),expression:"activeTab"}],staticClass:"block w-full rounded-md border-gray-300 focus:border-indigo-500 focus:ring-indigo-500 text-sm px-6 sm:px-0",attrs:{"id":"tabs"},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.activeTab=$event.target.multiple ? $$selectedVal : $$selectedVal[0]},function($event){return _vm.switchTabForMobile($event.target.selectedIndex)}]}},_vm._l((_vm.tabs),function(tab){return _c('option',{key:tab.text,staticClass:"text-sm",domProps:{"value":tab.name}},[_vm._v(" "+_vm._s(tab.text)+" ")])}),0)]),_c('div',{staticClass:"hidden lg:block"},[_c('div',{staticClass:"border-b border-gray-200"},[_c('nav',{staticClass:"-mb-px flex",class:_vm.classes,attrs:{"aria-label":"Tabs"}},_vm._l((_vm.tabs),function(tab){return _c('a',{key:tab.text,staticClass:"group inline-flex cursor-pointer items-center whitespace-nowrap border-b-2 py-4 px-1 text-sm font-medium",class:_vm.activeTab == tab.name
|
|
88502
88522
|
? 'border-indigo-600 text-indigo-700 hover:text-indigo-800'
|
|
88503
88523
|
: 'border-transparent text-gray-500 hover:border-gray-300 hover:text-gray-700',on:{"click":function($event){return _vm.switchTab(tab.name)}}},[(tab.icon)?_c('c-icon',{staticClass:"-ml-0.5 mr-2 h-5 w-5",class:_vm.activeTab == tab.name
|
|
@@ -88637,7 +88657,7 @@ var CTabs_component = normalizeComponent(
|
|
|
88637
88657
|
// CONCATENATED MODULE: ./src/components/CTag/index.js
|
|
88638
88658
|
|
|
88639
88659
|
/* harmony default export */ var components_CTag = (CTag);
|
|
88640
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
88660
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"6fd73ebf-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/CTextarea/CTextarea.vue?vue&type=template&id=3e7c1112&
|
|
88641
88661
|
var CTextareavue_type_template_id_3e7c1112_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_c('div',{staticClass:"flex justify-between"},[(_vm.label)?_c('label',{staticClass:"block text-sm font-medium text-gray-900"},[_vm._v(" "+_vm._s(_vm.label)+" ")]):_vm._e(),(_vm.hint)?_c('span',{staticClass:"text-sm text-gray-500"},[_vm._v(_vm._s(_vm.hint))]):_vm._e()]),_c('div',{staticClass:"mt-1"},[_c('textarea',{staticClass:"shadow-sm focus:ring-indigo-500 focus:border-indigo-500 block w-full sm:text-sm rounded-md disabled:opacity-50 text-gray-900",class:_vm.errorClasses,attrs:{"placeholder":_vm.placeholder,"rows":_vm.rows,"disabled":_vm.disabled},domProps:{"value":_vm.textareaValue},on:{"input":function($event){return _vm.$emit('input', $event.target.value)},"blur":function($event){return _vm.$emit('blur', $event.target.value)}}}),(!_vm.isValidate)?_c('div',{staticClass:"absolute inset-y-0 right-0 pr-3 flex items-center pointer-events-none text-red-600"},[_c('c-icon',{staticClass:"h-5 w-5",attrs:{"name":"exclamation-circle","type":"solid"}})],1):_vm._e()]),(!_vm.isValidate)?_c('p',{staticClass:"mt-2 text-sm text-red-600"},[_vm._v(" "+_vm._s(_vm.errorMessage)+" ")]):_vm._e(),(_vm.helpText && _vm.isValidate == true)?_c('p',{staticClass:"mt-2 text-sm text-gray-500"},[_vm._v(" "+_vm._s(_vm.helpText)+" ")]):_vm._e()])}
|
|
88642
88662
|
var CTextareavue_type_template_id_3e7c1112_staticRenderFns = []
|
|
88643
88663
|
|
|
@@ -88761,7 +88781,7 @@ var CTextarea_component = normalizeComponent(
|
|
|
88761
88781
|
// CONCATENATED MODULE: ./src/components/CTextarea/index.js
|
|
88762
88782
|
|
|
88763
88783
|
/* harmony default export */ var components_CTextarea = (CTextarea);
|
|
88764
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
88784
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"6fd73ebf-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/CTimeline/CTimeline.vue?vue&type=template&id=56aed733&
|
|
88765
88785
|
var CTimelinevue_type_template_id_56aed733_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_c('div',{staticClass:"flow-root"},[_c('ul',{staticClass:"-mb-8"},[_c('li',[_c('div',{staticClass:"relative pb-8"},[_c('span',{staticClass:"absolute top-4 left-4 -ml-px h-full w-0.5 bg-gray-200",attrs:{"aria-hidden":"true"}}),_c('div',{staticClass:"relative flex space-x-3"},[_c('div',[_c('span',{staticClass:"h-8 w-8 rounded-full flex items-center justify-center ring-8 ring-white",class:_vm.colorClasses},[_c('c-icon',{staticClass:"h-5 w-5",attrs:{"name":_vm.icon,"type":"solid"}})],1)]),_vm._m(0)])])]),_c('li',[_c('div',{staticClass:"relative pb-8"},[_c('span',{staticClass:"absolute top-4 left-4 -ml-px h-full w-0.5 bg-gray-200",attrs:{"aria-hidden":"true"}}),_c('div',{staticClass:"relative flex space-x-3"},[_c('div',[_c('span',{staticClass:"h-8 w-8 rounded-full bg-blue-500 flex items-center justify-center ring-8 ring-white"},[_c('svg',{staticClass:"h-5 w-5 text-white",attrs:{"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 20 20","fill":"currentColor","aria-hidden":"true"}},[_c('path',{attrs:{"d":"M2 10.5a1.5 1.5 0 113 0v6a1.5 1.5 0 01-3 0v-6zM6 10.333v5.43a2 2 0 001.106 1.79l.05.025A4 4 0 008.943 18h5.416a2 2 0 001.962-1.608l1.2-6A2 2 0 0015.56 8H12V4a2 2 0 00-2-2 1 1 0 00-1 1v.667a4 4 0 01-.8 2.4L6.8 7.933a4 4 0 00-.8 2.4z"}})])])]),_vm._m(1)])])]),_c('li',[_c('div',{staticClass:"relative pb-8"},[_c('span',{staticClass:"absolute top-4 left-4 -ml-px h-full w-0.5 bg-gray-200",attrs:{"aria-hidden":"true"}}),_c('div',{staticClass:"relative flex space-x-3"},[_c('div',[_c('span',{staticClass:"h-8 w-8 rounded-full bg-green-500 flex items-center justify-center ring-8 ring-white"},[_c('svg',{staticClass:"h-5 w-5 text-white",attrs:{"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 20 20","fill":"currentColor","aria-hidden":"true"}},[_c('path',{attrs:{"fill-rule":"evenodd","d":"M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z","clip-rule":"evenodd"}})])])]),_vm._m(2)])])]),_c('li',[_c('div',{staticClass:"relative pb-8"},[_c('span',{staticClass:"absolute top-4 left-4 -ml-px h-full w-0.5 bg-gray-200",attrs:{"aria-hidden":"true"}}),_c('div',{staticClass:"relative flex space-x-3"},[_c('div',[_c('span',{staticClass:"h-8 w-8 rounded-full bg-blue-500 flex items-center justify-center ring-8 ring-white"},[_c('svg',{staticClass:"h-5 w-5 text-white",attrs:{"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 20 20","fill":"currentColor","aria-hidden":"true"}},[_c('path',{attrs:{"d":"M2 10.5a1.5 1.5 0 113 0v6a1.5 1.5 0 01-3 0v-6zM6 10.333v5.43a2 2 0 001.106 1.79l.05.025A4 4 0 008.943 18h5.416a2 2 0 001.962-1.608l1.2-6A2 2 0 0015.56 8H12V4a2 2 0 00-2-2 1 1 0 00-1 1v.667a4 4 0 01-.8 2.4L6.8 7.933a4 4 0 00-.8 2.4z"}})])])]),_vm._m(3)])])]),_c('li',[_c('div',{staticClass:"relative pb-8"},[_c('div',{staticClass:"relative flex space-x-3"},[_c('div',[_c('span',{staticClass:"h-8 w-8 rounded-full bg-green-500 flex items-center justify-center ring-8 ring-white"},[_c('svg',{staticClass:"h-5 w-5 text-white",attrs:{"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 20 20","fill":"currentColor","aria-hidden":"true"}},[_c('path',{attrs:{"fill-rule":"evenodd","d":"M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z","clip-rule":"evenodd"}})])])]),_vm._m(4)])])])])])])}
|
|
88766
88786
|
var CTimelinevue_type_template_id_56aed733_staticRenderFns = [function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"min-w-0 flex-1 pt-1.5 flex justify-between space-x-4"},[_c('div',[_c('p',{staticClass:"text-sm text-gray-500"},[_vm._v(" Applied to "),_c('a',{staticClass:"font-medium text-gray-900",attrs:{"href":"#"}},[_vm._v("Front End Developer")])])]),_c('div',{staticClass:"text-right text-sm whitespace-nowrap text-gray-500"},[_c('time',{attrs:{"datetime":"2020-09-20"}},[_vm._v("Sep 20")])])])},function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"min-w-0 flex-1 pt-1.5 flex justify-between space-x-4"},[_c('div',[_c('p',{staticClass:"text-sm text-gray-500"},[_vm._v(" Advanced to phone screening by "),_c('a',{staticClass:"font-medium text-gray-900",attrs:{"href":"#"}},[_vm._v("Bethany Blake")])])]),_c('div',{staticClass:"text-right text-sm whitespace-nowrap text-gray-500"},[_c('time',{attrs:{"datetime":"2020-09-22"}},[_vm._v("Sep 22")])])])},function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"min-w-0 flex-1 pt-1.5 flex justify-between space-x-4"},[_c('div',[_c('p',{staticClass:"text-sm text-gray-500"},[_vm._v(" Completed phone screening with "),_c('a',{staticClass:"font-medium text-gray-900",attrs:{"href":"#"}},[_vm._v("Martha Gardner")])])]),_c('div',{staticClass:"text-right text-sm whitespace-nowrap text-gray-500"},[_c('time',{attrs:{"datetime":"2020-09-28"}},[_vm._v("Sep 28")])])])},function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"min-w-0 flex-1 pt-1.5 flex justify-between space-x-4"},[_c('div',[_c('p',{staticClass:"text-sm text-gray-500"},[_vm._v(" Advanced to interview by "),_c('a',{staticClass:"font-medium text-gray-900",attrs:{"href":"#"}},[_vm._v("Bethany Blake")])])]),_c('div',{staticClass:"text-right text-sm whitespace-nowrap text-gray-500"},[_c('time',{attrs:{"datetime":"2020-09-30"}},[_vm._v("Sep 30")])])])},function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"min-w-0 flex-1 pt-1.5 flex justify-between space-x-4"},[_c('div',[_c('p',{staticClass:"text-sm text-gray-500"},[_vm._v(" Completed interview with "),_c('a',{staticClass:"font-medium text-gray-900",attrs:{"href":"#"}},[_vm._v("Katherine Snyder")])])]),_c('div',{staticClass:"text-right text-sm whitespace-nowrap text-gray-500"},[_c('time',{attrs:{"datetime":"2020-10-04"}},[_vm._v("Oct 4")])])])}]
|
|
88767
88787
|
|
|
@@ -89029,7 +89049,7 @@ var CTimeline_component = normalizeComponent(
|
|
|
89029
89049
|
// CONCATENATED MODULE: ./src/components/CTimeline/index.js
|
|
89030
89050
|
|
|
89031
89051
|
/* harmony default export */ var components_CTimeline = (CTimeline);
|
|
89032
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
89052
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"6fd73ebf-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/CUpload/CUpload.vue?vue&type=template&id=42d3de7c&
|
|
89033
89053
|
var CUploadvue_type_template_id_42d3de7c_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"flex h-full flex-col"},[_c('div',{staticClass:"flex items-center justify-between"},[_c('label',{staticClass:"block text-sm font-medium text-gray-900"},[_vm._v(_vm._s(_vm.label))]),(!_vm.isUploaded)?_c('label',{staticClass:"block text-sm font-medium text-gray-400"},[_vm._v(" "+_vm._s(_vm.hint)+" ")]):_vm._e()]),(_vm.displayMode == 'overlay' && _vm.icon)?_c('button',{staticClass:"inline-flex items-center rounded-md border border-gray-300 bg-white px-4 py-2 text-sm font-medium text-gray-700 shadow-sm hover:bg-gray-50 focus:outline-none focus:ring-2 focus:ring-indigo-500 focus:ring-offset-2",attrs:{"type":"button"},on:{"click":function($event){return _vm.initFilestack()}}},[_c('c-icon',{class:_vm.icon.class,attrs:{"type":_vm.icon.type,"name":_vm.icon.name,"viewBox":_vm.icon.viewBox}}),_vm._v(" "+_vm._s(_vm.buttonText)+" ")],1):_vm._e(),(_vm.displayMode == 'overlay' && !_vm.icon && !_vm.isAvatar)?_c('button',{staticClass:"mt-1.5 flex h-full w-auto items-center justify-center rounded-lg border-2 border-dashed border-gray-300 px-9 py-14 text-center hover:border-gray-400 focus:outline-none",attrs:{"type":"button"},on:{"click":function($event){return _vm.initFilestack()}}},[_c('c-icon',{staticClass:"mr-1 h-5 w-5 flex-none text-indigo-600",attrs:{"name":"arrow-up","type":"solid","viewBox":"0 0 20 20"}}),_c('span',{staticClass:"text-sm font-medium text-indigo-900"},[_vm._v(" Upload ")])],1):_vm._e(),(_vm.displayMode == 'overlay' && !_vm.icon && _vm.isAvatar)?_c('div',{staticClass:"relative hidden h-full w-full overflow-hidden rounded-full lg:block",on:{"click":function($event){return _vm.initFilestack()}}},[(_vm.imageUrl)?_c('img',{staticClass:"relative h-full w-full rounded-full object-cover",attrs:{"src":_vm.imageUrl}}):_c('c-avatar',{attrs:{"size":"very large","nameInitials":_vm.shortName,"rounded":true}}),_vm._m(0)],1):_vm._e(),_c('div',{class:_vm.filestackClasses,attrs:{"id":"filestack-uploader"}}),(!_vm.isValidate)?_c('p',{staticClass:"mt-2 text-sm text-red-600"},[_vm._v(" "+_vm._s(_vm.errorMessage)+" ")]):_vm._e(),(_vm.helpText && _vm.isValidate == true)?_c('p',{staticClass:"mt-2 text-sm text-gray-500"},[_vm._v(" "+_vm._s(_vm.helpText)+" ")]):_vm._e()])}
|
|
89034
89054
|
var CUploadvue_type_template_id_42d3de7c_staticRenderFns = [function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('label',{staticClass:"absolute inset-0 flex h-full w-full cursor-pointer items-center justify-center bg-gray-900 bg-opacity-75 text-sm font-medium text-white opacity-0 focus-within:opacity-100 hover:opacity-100"},[_c('span',[_vm._v("Change")]),_c('span',{staticClass:"sr-only"},[_vm._v(" user photo")])])}]
|
|
89035
89055
|
|
|
@@ -89271,7 +89291,7 @@ var CUpload_component = normalizeComponent(
|
|
|
89271
89291
|
// CONCATENATED MODULE: ./src/components/CUpload/index.js
|
|
89272
89292
|
|
|
89273
89293
|
/* harmony default export */ var components_CUpload = (CUpload);
|
|
89274
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
89294
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"6fd73ebf-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/CConfirmActionModal/CConfirmActionModal.vue?vue&type=template&id=79d83b20&
|
|
89275
89295
|
var CConfirmActionModalvue_type_template_id_79d83b20_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('focus-trap',{attrs:{"active":true,"escapeDeactivates":false}},[_c('div',{directives:[{name:"scroll-lock",rawName:"v-scroll-lock",value:(true),expression:"true"}],staticClass:"fixed inset-0 z-100 overflow-y-auto"},[_c('div',{staticClass:"flex min-h-screen items-end justify-center px-4 pt-4 pb-20 text-center sm:block sm:p-0",on:{"click":function($event){return _vm.$emit('close')}}},[_c('transition',{attrs:{"enter-active-class":"ease-out duration-300","enter-class":"opacity-0","enter-to-class":"opacity-100","leave-active-class":"ease-in duration-200","leave-class":"opacity-100","leave-to-class":"opacity-0"}},[_c('div',{staticClass:"fixed inset-0 transition-opacity",attrs:{"aria-hidden":"true"}},[_c('div',{staticClass:"absolute inset-0 bg-gray-500 opacity-75"})])]),_c('span',{staticClass:"hidden sm:inline-block sm:h-screen sm:align-middle",attrs:{"aria-hidden":"true"}},[_vm._v("")]),_c('transition',{attrs:{"enter-active-class":"ease-out duration-300","enter-class":"opacity-0 translate-y-4 sm:translate-y-0 sm:scale-95","enter-to-class":"opacity-100 translate-y-0 sm:scale-100","leave-active-class":"ease-in duration-200","leave-class":"opacity-100 translate-y-0 sm:scale-100","leave-to-class":"opacity-0 translate-y-4 sm:translate-y-0 sm:scale-95"}},[_c('div',{staticClass:"inline-block transform overflow-y-visible rounded-lg bg-white text-left align-bottom shadow-xl transition-all sm:my-8 sm:w-full sm:max-w-sm sm:align-middle md:max-w-2xl",attrs:{"role":"dialog","aria-modal":"true","aria-labelledby":"modal-headline"},on:{"click":function($event){$event.stopPropagation();}}},[_c('div',{staticClass:"bg-white shadow sm:rounded-lg"},[_c('div',{staticClass:"px-4 py-5 sm:p-6"},[_c('h3',{staticClass:"text-lg font-medium leading-6 text-gray-900"},[_vm._v(" "+_vm._s(_vm.title)+" ")]),_c('div',{staticClass:"mt-2 max-w-xl text-sm text-gray-500"},[_c('p',[_vm._v(_vm._s(_vm.message))]),(_vm.description)?_c('p',{staticClass:"mt-1 text-gray-500"},[_vm._v(_vm._s(_vm.description))]):_vm._e()]),_c('div',{staticClass:"mt-5 flex justify-end space-x-2"},[_c('c-button',{attrs:{"type":_vm.actionOneType,"label":_vm.actionOneLabel},on:{"action":function($event){return _vm.$emit('action-one')}}}),_c('c-button',{attrs:{"type":_vm.actionTwoType,"label":_vm.actionTwoLabel,"isLoading":_vm.loadButton,"disabled":_vm.loadButton},on:{"action":function($event){return _vm.$emit('action-two')}}})],1)])])])])],1)])])}
|
|
89276
89296
|
var CConfirmActionModalvue_type_template_id_79d83b20_staticRenderFns = []
|
|
89277
89297
|
|
|
@@ -89419,8 +89439,8 @@ var CConfirmActionModal_component = normalizeComponent(
|
|
|
89419
89439
|
// CONCATENATED MODULE: ./src/components/CConfirmActionModal/index.js
|
|
89420
89440
|
|
|
89421
89441
|
/* harmony default export */ var components_CConfirmActionModal = (CConfirmActionModal);
|
|
89422
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
89423
|
-
var
|
|
89442
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"6fd73ebf-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/CCalendar/CCalendar.vue?vue&type=template&id=2d539d72&
|
|
89443
|
+
var CCalendarvue_type_template_id_2d539d72_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_c('div',{staticClass:"grid grid-cols-1 md:grid-cols-2 md:gap-8"},[_c('div',{class:("sticky top-0 md:block " + _vm.calendarClasses)},[_c('div',{staticClass:"relative z-20 flex items-center justify-between border-b border-gray-200 py-4 px-4 sm:px-0"},[_c('h2',{staticClass:"flex-auto font-semibold text-gray-900"},[_vm._v(" "+_vm._s(_vm.currentMonthAndYear)+" ")]),_c('div',{staticClass:"flex items-center"},[_c('div',{staticClass:"flex items-center rounded-md shadow-sm"},[_c('button',{staticClass:"flex items-center justify-center rounded-l-md border border-r-0 border-gray-300 bg-white py-2 pl-3 pr-4 text-gray-400 hover:text-gray-500 focus:relative",attrs:{"type":"button"},on:{"click":_vm.handlePreviousMonthClick}},[_c('span',{staticClass:"sr-only"},[_vm._v("Previous month")]),_c('svg',{staticClass:"h-5 w-5",attrs:{"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 20 20","fill":"currentColor","aria-hidden":"true"}},[_c('path',{attrs:{"fill-rule":"evenodd","d":"M12.707 5.293a1 1 0 010 1.414L9.414 10l3.293 3.293a1 1 0 01-1.414 1.414l-4-4a1 1 0 010-1.414l4-4a1 1 0 011.414 0z","clip-rule":"evenodd"}})])]),_c('span',{staticClass:"relative -mx-px h-5 w-px bg-gray-300"}),_c('button',{staticClass:"flex items-center justify-center rounded-r-md border border-l-0 border-gray-300 bg-white py-2 pl-4 pr-3 text-gray-400 hover:text-gray-500 focus:relative",attrs:{"type":"button"},on:{"click":_vm.handleNextMonthClick}},[_c('span',{staticClass:"sr-only"},[_vm._v("Next month")]),_c('svg',{staticClass:"h-5 w-5",attrs:{"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 20 20","fill":"currentColor","aria-hidden":"true"}},[_c('path',{attrs:{"fill-rule":"evenodd","d":"M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z","clip-rule":"evenodd"}})])])])])]),_c('div',{staticClass:"col-span-1 overflow-hidden rounded shadow ring-1 ring-gray-200"},[_vm._m(0),_c('div',{staticClass:"flex bg-gray-200 text-xs leading-6 text-gray-700"},[_c('div',{staticClass:"isolate grid w-full grid-cols-7 grid-rows-6 gap-px"},_vm._l((_vm.daysArray),function(date){return _c('button',{key:_vm.getDateKey(date),class:{
|
|
89424
89444
|
'flex h-14 flex-col py-2 px-3 hover:bg-gray-100 focus:z-10': true,
|
|
89425
89445
|
'bg-white': _vm.isCurrentMonth(date),
|
|
89426
89446
|
'bg-gray-50': !_vm.isCurrentMonth(date),
|
|
@@ -89439,11 +89459,11 @@ var CCalendarvue_type_template_id_213715c8_render = function () {var _vm=this;va
|
|
|
89439
89459
|
_vm.isSelected(date),
|
|
89440
89460
|
'bg-indigo-600': _vm.isSelected(date) && _vm.isToday(date),
|
|
89441
89461
|
'bg-gray-900': _vm.isSelected(date) && !_vm.isToday(date),
|
|
89442
|
-
},attrs:{"datetime":_vm.formatForDateTime(date)}},[_vm._v(_vm._s(_vm.getDayFromDate(date)))]),(_vm.eventsCount)?_c('span',{staticClass:"sr-only"},[_vm._v(_vm._s(_vm.getEventsCountForDate(date))+" events")]):_vm._e(),(_vm.eventsCount && _vm.getEventsCountForDate(date) > 0)?_c('span',{staticClass:"-mx-0.5 mt-auto flex flex-wrap-reverse"},[_c('span',{staticClass:"mx-0.5 mb-1 h-1.5 w-1.5 rounded-full bg-gray-400"})]):_vm._e()])}),0)])])]),(_vm.eventsData && _vm.validSelectedDate)?_c('section',{staticClass:"
|
|
89443
|
-
var
|
|
89462
|
+
},attrs:{"datetime":_vm.formatForDateTime(date)}},[_vm._v(_vm._s(_vm.getDayFromDate(date)))]),(_vm.eventsCount)?_c('span',{staticClass:"sr-only"},[_vm._v(_vm._s(_vm.getEventsCountForDate(date))+" events")]):_vm._e(),(_vm.eventsCount && _vm.getEventsCountForDate(date) > 0)?_c('span',{staticClass:"-mx-0.5 mt-auto flex flex-wrap-reverse"},[_c('span',{staticClass:"mx-0.5 mb-1 h-1.5 w-1.5 rounded-full bg-gray-400"})]):_vm._e()])}),0)])])]),(_vm.eventsData && _vm.validSelectedDate)?_c('section',{staticClass:"col-span-1 my-10 mx-4 md:mx-0 md:my-0"},[(_vm.showSelectedDate)?_c('h2',{staticClass:"hidden py-4 font-semibold text-gray-900 md:block"},[_vm._v(" Schedule for "),_c('time',{attrs:{"datetime":_vm.selectedDateForDateTime}},[_vm._v(_vm._s(_vm.formattedSelectedDate))])]):_vm._e(),(_vm.getEventsForDate(_vm.value).length === 0)?_c('p',{staticClass:"mt-3 text-center text-sm text-gray-400"},[_vm._v(" Sorry, no events found for this date. ")]):_vm._e(),(_vm.getEventsForDate(_vm.value).length !== 0)?_c('ol',{staticClass:"mt-3 divide-y divide-gray-100 overflow-hidden rounded-lg bg-white text-sm shadow ring-1 ring-indigo-700 ring-opacity-5"},_vm._l((_vm.getEventsForDate(_vm.value)),function(event){return _c('li',{key:event.id,staticClass:"cursor-pointer p-4 focus-within:bg-gray-50 hover:bg-gray-50",on:{"click":function($event){return _vm.handleEventClick(event)}}},[_c('div',{staticClass:"text-sm text-gray-900"},[_vm._v(" "+_vm._s(_vm.formatTimeFromDate(event.start))+" - "+_vm._s(_vm.formatTimeFromDate(event.end))+" ")]),_c('div',{staticClass:"mt-1 text-sm font-semibold",style:({ color: event.color })},[_vm._v(" "+_vm._s(event.title)+" ("+_vm._s(event.booked)+"/"+_vm._s(event.seats)+") ")]),_c('div',{staticClass:"-mx-1 -my-0.5 flex flex-wrap items-center"},[_c('div',{staticClass:"mx-1 my-0.5 flex items-center space-x-0.5"},[_c('svg',{staticClass:"h-4 w-4 flex-none text-gray-400",attrs:{"xmlns":"http://www.w3.org/2000/svg","fill":"none","viewBox":"0 0 24 24","stroke":"currentColor","stroke-width":"2"}},[_c('path',{attrs:{"stroke-linecap":"round","stroke-linejoin":"round","d":"M12 8v4l3 3m6-3a9 9 0 11-18 0 9 9 0 0118 0z"}})]),_c('span',{staticClass:"min-w-0 flex-1 text-sm text-gray-500"},[_vm._v(_vm._s(event.duration)+" mins")])]),(event.subject && event.subject.length)?_c('div',{staticClass:"mx-1 my-0.5 flex items-center space-x-0.5"},[_c('svg',{staticClass:"h-4 w-4 flex-none text-gray-400",attrs:{"xmlns":"http://www.w3.org/2000/svg","fill":"none","viewBox":"0 0 24 24","stroke":"currentColor","stroke-width":"2"}},[_c('path',{attrs:{"stroke-linecap":"round","stroke-linejoin":"round","d":"M5 5a2 2 0 012-2h10a2 2 0 012 2v16l-7-3.5L5 21V5z"}})]),_c('span',{staticClass:"min-w-0 flex-1 text-sm text-gray-500"},[_vm._v(_vm._s(event.subject))])]):_vm._e(),(event.location && event.location.length)?_c('div',{staticClass:"mx-1 my-0.5 flex items-center space-x-0.5"},[_c('svg',{staticClass:"h-4 w-4 flex-none text-gray-400",attrs:{"xmlns":"http://www.w3.org/2000/svg","fill":"none","viewBox":"0 0 24 24","stroke":"currentColor","stroke-width":"2"}},[_c('path',{attrs:{"stroke-linecap":"round","stroke-linejoin":"round","d":"M9 20l-5.447-2.724A1 1 0 013 16.382V5.618a1 1 0 011.447-.894L9 7m0 13l6-3m-6 3V7m6 10l4.553 2.276A1 1 0 0021 18.382V7.618a1 1 0 00-.553-.894L15 4m0 13V4m0 0L9 7"}})]),_c('span',{staticClass:"min-w-0 flex-1 text-sm text-gray-500"},[_vm._v(_vm._s(event.location))])]):_vm._e(),(event.staff && event.staff.length)?_c('div',{staticClass:"mx-1 my-0.5 flex items-center space-x-0.5"},[_c('svg',{staticClass:"h-4 w-4 flex-none text-gray-400",attrs:{"xmlns":"http://www.w3.org/2000/svg","fill":"none","viewBox":"0 0 24 24","stroke":"currentColor","stroke-width":"2"}},[_c('path',{attrs:{"stroke-linecap":"round","stroke-linejoin":"round","d":"M21 13.255A23.931 23.931 0 0112 15c-3.183 0-6.22-.62-9-1.745M16 6V4a2 2 0 00-2-2h-4a2 2 0 00-2 2v2m4 6h.01M5 20h14a2 2 0 002-2V8a2 2 0 00-2-2H5a2 2 0 00-2 2v10a2 2 0 002 2z"}})]),_c('span',{staticClass:"min-w-0 flex-1 text-sm text-gray-500"},[_vm._v(_vm._s(event.staff))])]):_vm._e()])])}),0):_vm._e()]):_vm._e()])])}
|
|
89463
|
+
var CCalendarvue_type_template_id_2d539d72_staticRenderFns = [function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"grid grid-cols-7 gap-px border-b border-gray-300 bg-gray-200 text-center text-xs font-semibold leading-6 text-gray-700"},[_c('div',{staticClass:"bg-white py-2"},[_vm._v("Mo"),_c('span',{staticClass:"sr-only"},[_vm._v("on")])]),_c('div',{staticClass:"bg-white py-2"},[_vm._v("Tu"),_c('span',{staticClass:"sr-only"},[_vm._v("ue")])]),_c('div',{staticClass:"bg-white py-2"},[_vm._v("We"),_c('span',{staticClass:"sr-only"},[_vm._v("ed")])]),_c('div',{staticClass:"bg-white py-2"},[_vm._v("Th"),_c('span',{staticClass:"sr-only"},[_vm._v("hu")])]),_c('div',{staticClass:"bg-white py-2"},[_vm._v("Fr"),_c('span',{staticClass:"sr-only"},[_vm._v("ri")])]),_c('div',{staticClass:"bg-white py-2"},[_vm._v("Sa"),_c('span',{staticClass:"sr-only"},[_vm._v("at")])]),_c('div',{staticClass:"bg-white py-2"},[_vm._v("Su"),_c('span',{staticClass:"sr-only"},[_vm._v("un")])])])}]
|
|
89444
89464
|
|
|
89445
89465
|
|
|
89446
|
-
// CONCATENATED MODULE: ./src/components/CCalendar/CCalendar.vue?vue&type=template&id=
|
|
89466
|
+
// CONCATENATED MODULE: ./src/components/CCalendar/CCalendar.vue?vue&type=template&id=2d539d72&
|
|
89447
89467
|
|
|
89448
89468
|
// EXTERNAL MODULE: ./node_modules/dayjs/dayjs.min.js
|
|
89449
89469
|
var dayjs_min = __webpack_require__("5a0c");
|
|
@@ -89704,6 +89724,9 @@ var dayjs_min = __webpack_require__("5a0c");
|
|
|
89704
89724
|
//
|
|
89705
89725
|
//
|
|
89706
89726
|
//
|
|
89727
|
+
//
|
|
89728
|
+
//
|
|
89729
|
+
//
|
|
89707
89730
|
|
|
89708
89731
|
/* harmony default export */ var CCalendarvue_type_script_lang_js_ = ({
|
|
89709
89732
|
name: "CCalendar",
|
|
@@ -89729,6 +89752,10 @@ var dayjs_min = __webpack_require__("5a0c");
|
|
|
89729
89752
|
calendarClasses: {
|
|
89730
89753
|
type: String,
|
|
89731
89754
|
default: ""
|
|
89755
|
+
},
|
|
89756
|
+
showSelectedDate: {
|
|
89757
|
+
type: Boolean,
|
|
89758
|
+
default: true
|
|
89732
89759
|
}
|
|
89733
89760
|
},
|
|
89734
89761
|
data: function data() {
|
|
@@ -89871,8 +89898,8 @@ var dayjs_min = __webpack_require__("5a0c");
|
|
|
89871
89898
|
|
|
89872
89899
|
var CCalendar_component = normalizeComponent(
|
|
89873
89900
|
CCalendar_CCalendarvue_type_script_lang_js_,
|
|
89874
|
-
|
|
89875
|
-
|
|
89901
|
+
CCalendarvue_type_template_id_2d539d72_render,
|
|
89902
|
+
CCalendarvue_type_template_id_2d539d72_staticRenderFns,
|
|
89876
89903
|
false,
|
|
89877
89904
|
null,
|
|
89878
89905
|
null,
|