classcard-ui 0.2.799 → 0.2.800
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 +556 -79
- package/dist/classcard-ui.common.js.map +1 -1
- package/dist/classcard-ui.umd.js +556 -79
- package/dist/classcard-ui.umd.js.map +1 -1
- package/dist/classcard-ui.umd.min.js +2 -2
- package/dist/classcard-ui.umd.min.js.map +1 -1
- package/package.json +2 -1
- package/src/components/CTable/CTable.vue +19 -0
- package/src/stories/CTable.stories.js +99 -7
|
@@ -40385,14 +40385,9 @@ function ownKeys(object, enumerableOnly) {
|
|
|
40385
40385
|
|
|
40386
40386
|
if (Object.getOwnPropertySymbols) {
|
|
40387
40387
|
var symbols = Object.getOwnPropertySymbols(object);
|
|
40388
|
-
|
|
40389
|
-
|
|
40390
|
-
|
|
40391
|
-
return Object.getOwnPropertyDescriptor(object, sym).enumerable;
|
|
40392
|
-
});
|
|
40393
|
-
}
|
|
40394
|
-
|
|
40395
|
-
keys.push.apply(keys, symbols);
|
|
40388
|
+
enumerableOnly && (symbols = symbols.filter(function (sym) {
|
|
40389
|
+
return Object.getOwnPropertyDescriptor(object, sym).enumerable;
|
|
40390
|
+
})), keys.push.apply(keys, symbols);
|
|
40396
40391
|
}
|
|
40397
40392
|
|
|
40398
40393
|
return keys;
|
|
@@ -40400,19 +40395,12 @@ function ownKeys(object, enumerableOnly) {
|
|
|
40400
40395
|
|
|
40401
40396
|
function _objectSpread2(target) {
|
|
40402
40397
|
for (var i = 1; i < arguments.length; i++) {
|
|
40403
|
-
var source = arguments[i]
|
|
40404
|
-
|
|
40405
|
-
|
|
40406
|
-
|
|
40407
|
-
|
|
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
|
-
}
|
|
40398
|
+
var source = null != arguments[i] ? arguments[i] : {};
|
|
40399
|
+
i % 2 ? ownKeys(Object(source), !0).forEach(function (key) {
|
|
40400
|
+
_defineProperty(target, key, source[key]);
|
|
40401
|
+
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) {
|
|
40402
|
+
Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));
|
|
40403
|
+
});
|
|
40416
40404
|
}
|
|
40417
40405
|
|
|
40418
40406
|
return target;
|
|
@@ -78895,14 +78883,14 @@ if (typeof window !== 'undefined') {
|
|
|
78895
78883
|
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.function.name.js
|
|
78896
78884
|
var es_function_name = __webpack_require__("b0c0");
|
|
78897
78885
|
|
|
78898
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
78886
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"540f2043-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&
|
|
78899
78887
|
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()])])])}
|
|
78900
78888
|
var staticRenderFns = []
|
|
78901
78889
|
|
|
78902
78890
|
|
|
78903
78891
|
// CONCATENATED MODULE: ./src/components/CAlerts/CAlerts.vue?vue&type=template&id=65742bd8&
|
|
78904
78892
|
|
|
78905
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
78893
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"540f2043-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
78894
|
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
78895
|
var CIconvue_type_template_id_843f9350_staticRenderFns = []
|
|
78908
78896
|
|
|
@@ -79374,7 +79362,7 @@ var CAlerts_component = normalizeComponent(
|
|
|
79374
79362
|
// CONCATENATED MODULE: ./src/components/CAlerts/index.js
|
|
79375
79363
|
|
|
79376
79364
|
/* harmony default export */ var components_CAlerts = (CAlerts);
|
|
79377
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
79365
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"540f2043-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&
|
|
79378
79366
|
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
|
|
79379
79367
|
? 'border-indigo-600 text-indigo-700 hover:text-indigo-800'
|
|
79380
79368
|
: '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
|
|
@@ -79509,7 +79497,7 @@ var CAnchorTabs_component = normalizeComponent(
|
|
|
79509
79497
|
// CONCATENATED MODULE: ./src/components/CAnchorTabs/index.js
|
|
79510
79498
|
|
|
79511
79499
|
/* harmony default export */ var components_CAnchorTabs = (CAnchorTabs);
|
|
79512
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
79500
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"540f2043-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&
|
|
79513
79501
|
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)}
|
|
79514
79502
|
var CAnchorTagvue_type_template_id_3b5737ae_staticRenderFns = []
|
|
79515
79503
|
|
|
@@ -79602,7 +79590,7 @@ var CAnchorTag_component = normalizeComponent(
|
|
|
79602
79590
|
// CONCATENATED MODULE: ./src/components/CAnchorTag/index.js
|
|
79603
79591
|
|
|
79604
79592
|
/* harmony default export */ var components_CAnchorTag = (CAnchorTag);
|
|
79605
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
79593
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"540f2043-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=4196f84a&
|
|
79606
79594
|
var CAvatarvue_type_template_id_4196f84a_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',{class:[
|
|
79607
79595
|
'flex-none text-center font-medium',
|
|
79608
79596
|
_vm.nameInitialsClasses,
|
|
@@ -79771,7 +79759,7 @@ var CAvatar_component = normalizeComponent(
|
|
|
79771
79759
|
// CONCATENATED MODULE: ./src/components/CAvatar/index.js
|
|
79772
79760
|
|
|
79773
79761
|
/* harmony default export */ var components_CAvatar = (CAvatar);
|
|
79774
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
79762
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"540f2043-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&
|
|
79775
79763
|
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:[
|
|
79776
79764
|
'inline-block text-center font-medium ring-2 ring-white',
|
|
79777
79765
|
_vm.nameInitialsClasses,
|
|
@@ -79984,7 +79972,7 @@ var CAvatarGroup_component = normalizeComponent(
|
|
|
79984
79972
|
// CONCATENATED MODULE: ./src/components/CAvatarGroup/index.js
|
|
79985
79973
|
|
|
79986
79974
|
/* harmony default export */ var components_CAvatarGroup = (CAvatarGroup);
|
|
79987
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
79975
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"540f2043-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&
|
|
79988
79976
|
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:[
|
|
79989
79977
|
("" + (_vm.selectedRow && index === _vm.selectedIndex ? 'bg-indigo-100' : '')),
|
|
79990
79978
|
("" + (_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)])])])])])])}
|
|
@@ -79996,7 +79984,7 @@ var CBasicTablevue_type_template_id_6ee9b382_staticRenderFns = []
|
|
|
79996
79984
|
// EXTERNAL MODULE: ./node_modules/core-js/modules/web.dom-collections.for-each.js
|
|
79997
79985
|
var web_dom_collections_for_each = __webpack_require__("159b");
|
|
79998
79986
|
|
|
79999
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
79987
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"540f2043-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&
|
|
80000
79988
|
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)+" ")])])}
|
|
80001
79989
|
var CTagvue_type_template_id_7ced7f4e_staticRenderFns = []
|
|
80002
79990
|
|
|
@@ -80065,7 +80053,7 @@ var CTag_component = normalizeComponent(
|
|
|
80065
80053
|
)
|
|
80066
80054
|
|
|
80067
80055
|
/* harmony default export */ var CTag = (CTag_component.exports);
|
|
80068
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
80056
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"540f2043-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=7da3be98&
|
|
80069
80057
|
var CSwitchvue_type_template_id_7da3be98_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",class:[
|
|
80070
80058
|
_vm.label == '' ? 'items-center' : 'items-start',
|
|
80071
80059
|
_vm.disabled ? 'cursor-default' : 'cursor-pointer' ]},[(_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 disabled-pointer-events-none relative inline-flex h-5 w-10 flex-shrink-0 cursor-pointer items-center justify-center rounded-full focus:outline-none focus:ring-2 focus:ring-indigo-500 focus:ring-offset-2 disabled:cursor-default 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:"relative inline-flex h-6 w-11 flex-shrink-0 rounded-full border-2 border-transparent transition-colors duration-200 ease-in-out focus:outline-none focus:ring-2 focus:ring-indigo-500 focus:ring-offset-2 disabled:pointer-events-none disabled:opacity-50",class:{
|
|
@@ -80275,7 +80263,7 @@ var CSwitch_component = normalizeComponent(
|
|
|
80275
80263
|
)
|
|
80276
80264
|
|
|
80277
80265
|
/* harmony default export */ var CSwitch = (CSwitch_component.exports);
|
|
80278
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
80266
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"540f2043-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&
|
|
80279
80267
|
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)+" ")])])])])}
|
|
80280
80268
|
var CCheckboxvue_type_template_id_14e646b8_staticRenderFns = []
|
|
80281
80269
|
|
|
@@ -80380,7 +80368,7 @@ var CCheckbox_component = normalizeComponent(
|
|
|
80380
80368
|
)
|
|
80381
80369
|
|
|
80382
80370
|
/* harmony default export */ var CCheckbox = (CCheckbox_component.exports);
|
|
80383
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
80371
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"540f2043-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=7311bf56&
|
|
80384
80372
|
var CSelectvue_type_template_id_7311bf56_render = function () {
|
|
80385
80373
|
var _obj;
|
|
80386
80374
|
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"},[_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) : ''},"input":[function($event){if($event.target.composing){ return; }_vm.selectSearch=$event.target.value},function($event){return _vm.search()}]}}),_c('div',{staticClass:"pointer-events-none absolute inset-0 left-3 flex h-[38px] items-center overflow-hidden pr-10"},[_c('div',{staticClass:"flex items-center truncate",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,"isDynamicallyColored":_vm.coloredAvatars}})],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('p',{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,ref:("option-" + (String(index))),refInFor:true,staticClass:"relative cursor-pointer select-none py-2 pl-3 pr-9 text-gray-900 hover:bg-indigo-700 hover:text-white",class:[
|
|
@@ -80875,7 +80863,7 @@ var CSelect_component = normalizeComponent(
|
|
|
80875
80863
|
)
|
|
80876
80864
|
|
|
80877
80865
|
/* harmony default export */ var CSelect = (CSelect_component.exports);
|
|
80878
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
80866
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"540f2043-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&
|
|
80879
80867
|
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:{
|
|
80880
80868
|
'cursor-pointer': items.collapse,
|
|
80881
80869
|
'border-b border-gray-200': _vm.divider === true,
|
|
@@ -81249,7 +81237,7 @@ var CBasicTable_component = normalizeComponent(
|
|
|
81249
81237
|
// CONCATENATED MODULE: ./src/components/CBasicTable/index.js
|
|
81250
81238
|
|
|
81251
81239
|
/* harmony default export */ var components_CBasicTable = (CBasicTable);
|
|
81252
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
81240
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"540f2043-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&
|
|
81253
81241
|
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)])])}
|
|
81254
81242
|
var CBreadcrumbsvue_type_template_id_1aedac34_staticRenderFns = []
|
|
81255
81243
|
|
|
@@ -81318,7 +81306,7 @@ var CBreadcrumbs_component = normalizeComponent(
|
|
|
81318
81306
|
// CONCATENATED MODULE: ./src/components/CBreadcrumbs/index.js
|
|
81319
81307
|
|
|
81320
81308
|
/* harmony default export */ var components_CBreadcrumbs = (CBreadcrumbs);
|
|
81321
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
81309
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"540f2043-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&
|
|
81322
81310
|
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)}
|
|
81323
81311
|
var CButtonvue_type_template_id_f3fd782e_staticRenderFns = []
|
|
81324
81312
|
|
|
@@ -81483,7 +81471,7 @@ var CButton_component = normalizeComponent(
|
|
|
81483
81471
|
// CONCATENATED MODULE: ./src/components/CButton/index.js
|
|
81484
81472
|
|
|
81485
81473
|
/* harmony default export */ var components_CButton = (CButton);
|
|
81486
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
81474
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"540f2043-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=7d2bf776&
|
|
81487
81475
|
var CButtonGroupvue_type_template_id_7d2bf776_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:"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:border-blue-600 focus:outline-none focus:ring-1 focus:ring-blue-600 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"},on:{"click":function($event){return _vm.buttonAction(button.value)},"blur":function($event){_vm.showButtons = false}}},[(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:{
|
|
81488
81476
|
'rounded-r-md rounded-l-none border-l border-r':
|
|
81489
81477
|
index == _vm.buttonObject.length - 1,
|
|
@@ -81635,7 +81623,7 @@ var CButtonGroup_component = normalizeComponent(
|
|
|
81635
81623
|
// CONCATENATED MODULE: ./src/components/CButtonGroup/index.js
|
|
81636
81624
|
|
|
81637
81625
|
/* harmony default export */ var components_CButtonGroup = (CButtonGroup);
|
|
81638
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
81626
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"540f2043-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=23a79a8f&
|
|
81639
81627
|
var CButtonIconvue_type_template_id_23a79a8f_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:"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:outline-none 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:{"cursorType":"cursor-pointer","type":_vm.icon.type,"name":_vm.icon.name}}):_vm._e(),_vm._t("default")],2):(_vm.type == 'rounded-hover')?_c('button',{staticClass:"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:outline-none 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:{"cursorType":"cursor-pointer","type":_vm.icon.type,"name":_vm.icon.name}}):_vm._e()],1):_c('button',{staticClass:"inline-flex items-center rounded-md px-2 py-2 text-sm font-medium shadow-sm focus:outline-none 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:{"cursorType":"cursor-pointer","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,"cursorType":"cursor-pointer"}}):_vm._e(),_vm._t("default")],2)],2)}
|
|
81640
81628
|
var CButtonIconvue_type_template_id_23a79a8f_staticRenderFns = []
|
|
81641
81629
|
|
|
@@ -81770,7 +81758,7 @@ var CButtonIcon_component = normalizeComponent(
|
|
|
81770
81758
|
// CONCATENATED MODULE: ./src/components/CButtonIcon/index.js
|
|
81771
81759
|
|
|
81772
81760
|
/* harmony default export */ var components_CButtonIcon = (CButtonIcon);
|
|
81773
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
81761
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"540f2043-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&
|
|
81774
81762
|
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)])}
|
|
81775
81763
|
var CButtonLinkvue_type_template_id_a8e85572_staticRenderFns = []
|
|
81776
81764
|
|
|
@@ -81842,7 +81830,7 @@ var CButtonLink_component = normalizeComponent(
|
|
|
81842
81830
|
// CONCATENATED MODULE: ./src/components/CButtonLink/index.js
|
|
81843
81831
|
|
|
81844
81832
|
/* harmony default export */ var components_CButtonLink = (CButtonLink);
|
|
81845
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
81833
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"540f2043-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=76d6e224&
|
|
81846
81834
|
var CButtonSelectvue_type_template_id_76d6e224_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",class:[_vm.isDisabled ? 'opacity-50' : '']},[_c('button',{staticClass:"focus:outline-none inline-flex w-full justify-center border border-transparent px-4 py-2 text-sm font-medium shadow-sm",class:_vm.classes,attrs:{"type":_vm.type,"aria-haspopup":"listbox","aria-expanded":"true","aria-labelledby":"listbox-label","disabled":_vm.isDisabled},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:"absolute z-10 mt-2 -mr-1 w-56 rounded-md bg-white shadow-lg 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 cursor-pointer px-4 py-2 text-sm text-gray-700 hover:bg-gray-100 hover:text-gray-900",class:[item.isDisabled ? 'pointer-events-none opacity-50 ' : ''],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)}
|
|
81847
81835
|
var CButtonSelectvue_type_template_id_76d6e224_staticRenderFns = []
|
|
81848
81836
|
|
|
@@ -81991,7 +81979,7 @@ var CButtonSelect_component = normalizeComponent(
|
|
|
81991
81979
|
// CONCATENATED MODULE: ./src/components/CButtonSelect/index.js
|
|
81992
81980
|
|
|
81993
81981
|
/* harmony default export */ var components_CButtonSelect = (CButtonSelect);
|
|
81994
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
81982
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"540f2043-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&
|
|
81995
81983
|
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()])])])}
|
|
81996
81984
|
var CButtonWithDropdownvue_type_template_id_62dae8d0_staticRenderFns = []
|
|
81997
81985
|
|
|
@@ -82183,7 +82171,7 @@ var CButtonWithDropdown_component = normalizeComponent(
|
|
|
82183
82171
|
// CONCATENATED MODULE: ./src/components/CButtonWithDropdown/index.js
|
|
82184
82172
|
|
|
82185
82173
|
/* harmony default export */ var components_CButtonWithDropdown = (CButtonWithDropdown);
|
|
82186
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
82174
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"540f2043-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&
|
|
82187
82175
|
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)+" ")])])])])}
|
|
82188
82176
|
var CCardvue_type_template_id_2ae3371e_staticRenderFns = []
|
|
82189
82177
|
|
|
@@ -82266,7 +82254,7 @@ var CCard_component = normalizeComponent(
|
|
|
82266
82254
|
// CONCATENATED MODULE: ./src/components/CCheckbox/index.js
|
|
82267
82255
|
|
|
82268
82256
|
/* harmony default export */ var components_CCheckbox = (CCheckbox);
|
|
82269
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
82257
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"540f2043-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=012fb570&
|
|
82270
82258
|
var CCollapsibleSectionvue_type_template_id_012fb570_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_c('div',{staticClass:"flex cursor-pointer flex-row items-center justify-between",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:"h-5 w-5 text-gray-900",attrs:{"name":_vm.showSection ? 'chevron-down' : 'chevron-right',"type":"solid"}}),_c('div',{staticClass:"ml-1 whitespace-nowrap border-transparent text-base font-semibold text-gray-900 hover:border-gray-300 hover:text-gray-700",class:{ 'py-2': _vm.tabAction }},[_vm._v(" "+_vm._s(_vm.label)+" ")]),(_vm.isRequired)?_c('p',{staticClass:"ml-1 text-red-600"},[_vm._v("*")]):_vm._e()],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:"mt-5 text-sm text-gray-500"},[_vm._t("default")],2):_vm._e()])}
|
|
82271
82259
|
var CCollapsibleSectionvue_type_template_id_012fb570_staticRenderFns = []
|
|
82272
82260
|
|
|
@@ -82404,7 +82392,7 @@ var CCollapsibleSection_component = normalizeComponent(
|
|
|
82404
82392
|
// CONCATENATED MODULE: ./src/components/CCollapsibleSection/index.js
|
|
82405
82393
|
|
|
82406
82394
|
/* harmony default export */ var components_CCollapsibleSection = (CCollapsibleSection);
|
|
82407
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
82395
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"540f2043-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&
|
|
82408
82396
|
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)+" ")])])}
|
|
82409
82397
|
var CColorDotsvue_type_template_id_c055bc24_staticRenderFns = []
|
|
82410
82398
|
|
|
@@ -82470,7 +82458,7 @@ var CColorDots_component = normalizeComponent(
|
|
|
82470
82458
|
// CONCATENATED MODULE: ./src/components/CColorDots/index.js
|
|
82471
82459
|
|
|
82472
82460
|
/* harmony default export */ var components_CColorDots = (CColorDots);
|
|
82473
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
82461
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"540f2043-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=6e3c2c0d&
|
|
82474
82462
|
var CDatepickervue_type_template_id_6e3c2c0d_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:{
|
|
82475
82463
|
'inline-block h-full': true,
|
|
82476
82464
|
'w-full': _vm.isExpanded,
|
|
@@ -82654,7 +82642,7 @@ var CDatepicker_component = normalizeComponent(
|
|
|
82654
82642
|
// CONCATENATED MODULE: ./src/components/CDatepicker/index.js
|
|
82655
82643
|
|
|
82656
82644
|
/* harmony default export */ var components_CDatepicker = (CDatepicker);
|
|
82657
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
82645
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"540f2043-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=928ac776&
|
|
82658
82646
|
var CEditorvue_type_template_id_928ac776_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,"disabled":_vm.disabled},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)}
|
|
82659
82647
|
var CEditorvue_type_template_id_928ac776_staticRenderFns = []
|
|
82660
82648
|
|
|
@@ -82779,7 +82767,7 @@ var CEditor_component = normalizeComponent(
|
|
|
82779
82767
|
// CONCATENATED MODULE: ./src/components/CEditor/index.js
|
|
82780
82768
|
|
|
82781
82769
|
/* harmony default export */ var components_CEditor = (CEditor);
|
|
82782
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
82770
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"540f2043-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&
|
|
82783
82771
|
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)}
|
|
82784
82772
|
var CDualSelectvue_type_template_id_489b336c_staticRenderFns = []
|
|
82785
82773
|
|
|
@@ -83003,7 +82991,7 @@ var CDualSelect_component = normalizeComponent(
|
|
|
83003
82991
|
// CONCATENATED MODULE: ./src/components/CDualSelect/index.js
|
|
83004
82992
|
|
|
83005
82993
|
/* harmony default export */ var components_CDualSelect = (CDualSelect);
|
|
83006
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
82994
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"540f2043-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=600616cb&
|
|
83007
82995
|
var CFormSectionHeadingvue_type_template_id_600616cb_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 items-center justify-between"},[_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,"icon":_vm.tabAction.icon},on:{"action":_vm.emitTabAction}}):_vm._e(),(_vm.tabLink)?_c('c-anchor-tag',{attrs:{"label":_vm.tabLink.label,"action":_vm.emitTabLink}}):_vm._e()],1)])])}
|
|
83008
82996
|
var CFormSectionHeadingvue_type_template_id_600616cb_staticRenderFns = []
|
|
83009
82997
|
|
|
@@ -83104,7 +83092,7 @@ var CFormSectionHeading_component = normalizeComponent(
|
|
|
83104
83092
|
// CONCATENATED MODULE: ./src/components/CIcon/index.js
|
|
83105
83093
|
|
|
83106
83094
|
/* harmony default export */ var components_CIcon = (CIcon);
|
|
83107
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
83095
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"540f2043-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=d5e2ce34&
|
|
83108
83096
|
var CGroupedSelectvue_type_template_id_d5e2ce34_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(false)}}}):_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:[
|
|
83109
83097
|
subOption[_vm.keyField] === _vm.value[_vm.keyField]
|
|
83110
83098
|
? 'font-semibold'
|
|
@@ -83899,7 +83887,7 @@ var CGroupedSelect_component = normalizeComponent(
|
|
|
83899
83887
|
// CONCATENATED MODULE: ./src/components/CGroupedSelect/index.js
|
|
83900
83888
|
|
|
83901
83889
|
/* harmony default export */ var components_CGroupedSelect = (CGroupedSelect);
|
|
83902
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
83890
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"540f2043-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=e5121348&
|
|
83903
83891
|
var CIconDropdownvue_type_template_id_e5121348_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_vm._t("default"),_c('div',{class:((_vm.isDropDownRelative ? 'relative' : '') + " inline-block text-left")},[_c('div',[_c('button',{class:_vm.customClasses
|
|
83904
83892
|
? _vm.iconClasses
|
|
83905
83893
|
: '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,"cursorType":_vm.cursorType,"viewBox":_vm.icon.viewBox}})],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-1",attrs:{"role":"menu","aria-orientation":"vertical","aria-labelledby":"option-menu"}},_vm._l((_vm.items),function(item,index){return _c('div',{key:item.text},[_c('a',{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,"viewBox":_vm.dropdownIcons[index].viewBox,"cursorType":_vm.cursorType}}):_vm._e(),_vm._v(" "+_vm._s(item.text)+" ")],1),(item.border)?_c('hr',{staticClass:"my-1"}):_vm._e()])}),0)])])],2)}
|
|
@@ -84052,7 +84040,7 @@ var CIconDropdown_component = normalizeComponent(
|
|
|
84052
84040
|
// CONCATENATED MODULE: ./src/components/CIconDropdown/index.js
|
|
84053
84041
|
|
|
84054
84042
|
/* harmony default export */ var components_CIconDropdown = (CIconDropdown);
|
|
84055
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
84043
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"540f2043-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=1ec73f4c&
|
|
84056
84044
|
var CInputvue_type_template_id_1ec73f4c_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 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, _vm.customClasses ? _vm.customClasses : 'rounded-md'],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){_vm.$emit('blur', $event.target.value);
|
|
84057
84045
|
_vm.$emit('blurEvent', $event);},"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-1 text-sm text-red-600"},[_vm._v(" "+_vm._s(_vm.errorMessage)+" ")]):_vm._e(),(_vm.helpText && _vm.isValidate == true)?_c('p',{staticClass:"mt-1 text-sm text-gray-500"},[_vm._v(" "+_vm._s(_vm.helpText)+" ")]):_vm._e()])}
|
|
84058
84046
|
var CInputvue_type_template_id_1ec73f4c_staticRenderFns = []
|
|
@@ -84215,7 +84203,7 @@ var CInput_component = normalizeComponent(
|
|
|
84215
84203
|
// CONCATENATED MODULE: ./src/components/CInput/index.js
|
|
84216
84204
|
|
|
84217
84205
|
/* harmony default export */ var components_CInput = (CInput);
|
|
84218
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
84206
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"540f2043-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&
|
|
84219
84207
|
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()])}
|
|
84220
84208
|
var CInputAddonvue_type_template_id_f62556f0_staticRenderFns = []
|
|
84221
84209
|
|
|
@@ -84462,7 +84450,7 @@ var CInputAddon_component = normalizeComponent(
|
|
|
84462
84450
|
// CONCATENATED MODULE: ./src/components/CInputAddon/index.js
|
|
84463
84451
|
|
|
84464
84452
|
/* harmony default export */ var components_CInputAddon = (CInputAddon);
|
|
84465
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
84453
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"540f2043-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=44a2f626&
|
|
84466
84454
|
var CInputEmailvue_type_template_id_44a2f626_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"},[(_vm.label)?_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()]),(_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()])}
|
|
84467
84455
|
var CInputEmailvue_type_template_id_44a2f626_staticRenderFns = []
|
|
84468
84456
|
|
|
@@ -84586,7 +84574,7 @@ var CInputEmail_component = normalizeComponent(
|
|
|
84586
84574
|
// CONCATENATED MODULE: ./src/components/CInputEmail/index.js
|
|
84587
84575
|
|
|
84588
84576
|
/* harmony default export */ var components_CInputEmail = (CInputEmail);
|
|
84589
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
84577
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"540f2043-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&
|
|
84590
84578
|
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()])])}
|
|
84591
84579
|
var CModalHeadingvue_type_template_id_2995f526_staticRenderFns = []
|
|
84592
84580
|
|
|
@@ -84646,7 +84634,7 @@ var CModalHeading_component = normalizeComponent(
|
|
|
84646
84634
|
// CONCATENATED MODULE: ./src/components/CModalHeading/index.js
|
|
84647
84635
|
|
|
84648
84636
|
/* harmony default export */ var components_CModalHeading = (CModalHeading);
|
|
84649
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
84637
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"540f2043-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&
|
|
84650
84638
|
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()])])}
|
|
84651
84639
|
var CModuleHelpLinksvue_type_template_id_39f6663e_staticRenderFns = []
|
|
84652
84640
|
|
|
@@ -84722,7 +84710,7 @@ var CModuleHelpLinks_component = normalizeComponent(
|
|
|
84722
84710
|
// CONCATENATED MODULE: ./src/components/CModuleHelpLinks/index.js
|
|
84723
84711
|
|
|
84724
84712
|
/* harmony default export */ var components_CModuleHelpLinks = (CModuleHelpLinks);
|
|
84725
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
84713
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"540f2043-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=3bd2f1f3&
|
|
84726
84714
|
var CMultiselectvue_type_template_id_3bd2f1f3_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[(_vm.label)?_c('div',{staticClass:"mb-1 flex w-full items-center justify-between"},[_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()]),(_vm.hint)?_c('span',{staticClass:"text-sm text-gray-500"},[_vm._v(_vm._s(_vm.hint))]):_vm._e()]):_vm._e(),_c('v-select',{staticClass:"disabled-opacity-50 disabled-pointer-events-none disabled-cursor-default 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,"disabled":_vm.isDisabled},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){
|
|
84727
84715
|
var attributes = ref.attributes;
|
|
84728
84716
|
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){
|
|
@@ -85208,7 +85196,7 @@ var CMultiselect_component = normalizeComponent(
|
|
|
85208
85196
|
// CONCATENATED MODULE: ./src/components/CMultiselect/index.js
|
|
85209
85197
|
|
|
85210
85198
|
/* harmony default export */ var components_CMultiselect = (CMultiselect);
|
|
85211
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
85199
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"540f2043-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&
|
|
85212
85200
|
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)])])}
|
|
85213
85201
|
var CPageHeadingvue_type_template_id_7d572889_staticRenderFns = []
|
|
85214
85202
|
|
|
@@ -85303,7 +85291,7 @@ var CPageHeading_component = normalizeComponent(
|
|
|
85303
85291
|
// CONCATENATED MODULE: ./src/components/CPageHeading/index.js
|
|
85304
85292
|
|
|
85305
85293
|
/* harmony default export */ var components_CPageHeading = (CPageHeading);
|
|
85306
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
85294
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"540f2043-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=6ea90f90&
|
|
85307
85295
|
var CPaginationvue_type_template_id_6ea90f90_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"},[_c('div',{staticClass:"flex flex-1 justify-between sm:hidden"},[_c('div',{staticClass:"relative inline-flex items-center rounded-md border border-gray-300 bg-white px-4 py-2 text-sm font-medium text-gray-700 hover:bg-gray-50",attrs:{"href":"#"},on:{"click":function($event){_vm.currentPageNumber == '1' ? '' : _vm.goToPreviousPage()}}},[_vm._v(" Previous ")]),_c('div',{staticClass:"relative ml-3 inline-flex items-center rounded-md border border-gray-300 bg-white px-4 py-2 text-sm font-medium text-gray-700 hover:bg-gray-50",attrs:{"href":"#"},on:{"click":function($event){_vm.currentPageNumber == _vm.lastPageNumber ? '' : _vm.goToNextPage()}}},[_vm._v(" Next ")])]),_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'
|
|
85308
85296
|
? 'pointer-events-none text-gray-400'
|
|
85309
85297
|
: '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:[
|
|
@@ -87298,9 +87286,9 @@ var _Promise_Promise = _getNative(_root["a" /* default */], 'Promise');
|
|
|
87298
87286
|
|
|
87299
87287
|
|
|
87300
87288
|
/* Built-in method references that are verified to be native. */
|
|
87301
|
-
var
|
|
87289
|
+
var _Set_Set = _getNative(_root["a" /* default */], 'Set');
|
|
87302
87290
|
|
|
87303
|
-
/* harmony default export */ var _Set = (
|
|
87291
|
+
/* harmony default export */ var _Set = (_Set_Set);
|
|
87304
87292
|
|
|
87305
87293
|
// CONCATENATED MODULE: ./node_modules/lodash-es/_WeakMap.js
|
|
87306
87294
|
|
|
@@ -87756,7 +87744,7 @@ var CPagination_component = normalizeComponent(
|
|
|
87756
87744
|
// CONCATENATED MODULE: ./src/components/CPagination/index.js
|
|
87757
87745
|
|
|
87758
87746
|
/* harmony default export */ var components_CPagination = (CPagination);
|
|
87759
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
87747
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"540f2043-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=19ab8bf2&
|
|
87760
87748
|
var CPhoneNumbervue_type_template_id_19ab8bf2_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_c('div',{staticClass:"flex items-center"},[_c('label',{staticClass:"text-sm text-gray-900",class:[_vm.isBlock ? ' font-medium' : '']},[_vm._v(_vm._s(_vm.label))]),(_vm.isRequired)?_c('p',{staticClass:"ml-1 text-red-600"},[_vm._v("*")]):_vm._e()]),_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),(!_vm.isValidate)?_c('p',{staticClass:"mt-1 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()])}
|
|
87761
87749
|
var CPhoneNumbervue_type_template_id_19ab8bf2_staticRenderFns = []
|
|
87762
87750
|
|
|
@@ -87878,7 +87866,7 @@ var CPhoneNumber_component = normalizeComponent(
|
|
|
87878
87866
|
// CONCATENATED MODULE: ./src/components/CPhoneNumber/index.js
|
|
87879
87867
|
|
|
87880
87868
|
/* harmony default export */ var components_CPhoneNumber = (CPhoneNumber);
|
|
87881
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
87869
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"540f2043-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=81fa0c30&
|
|
87882
87870
|
var CRadiovue_type_template_id_81fa0c30_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",class:_vm.customWrapperClasses},_vm._l((_vm.items),function(item,index){return _c('div',{key:item[_vm.labelName],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 text-gray-900",class:_vm.customClasses && item.value === _vm.selectedItem ? 'text-indigo-900' : ''},[_vm._v(" "+_vm._s(item[_vm.labelName])+" ")]),_c('span',{staticClass:"block text-sm",class:_vm.customClasses && item.value === _vm.selectedItem ? 'text-indigo-700' : 'text-gray-500'},[_vm._v(" "+_vm._s(item.description)+" ")])])]),(item.value === _vm.selectedItem)?_vm._t(item.value):_vm._e()],2)}),0)])}
|
|
87883
87871
|
var CRadiovue_type_template_id_81fa0c30_staticRenderFns = []
|
|
87884
87872
|
|
|
@@ -88016,7 +88004,7 @@ var CRadio_component = normalizeComponent(
|
|
|
88016
88004
|
// CONCATENATED MODULE: ./src/components/CRadio/index.js
|
|
88017
88005
|
|
|
88018
88006
|
/* harmony default export */ var components_CRadio = (CRadio);
|
|
88019
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
88007
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"540f2043-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&
|
|
88020
88008
|
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)])}
|
|
88021
88009
|
var CReorderableStackedListvue_type_template_id_79081e98_staticRenderFns = []
|
|
88022
88010
|
|
|
@@ -88148,7 +88136,7 @@ var CReorderableStackedList_component = normalizeComponent(
|
|
|
88148
88136
|
// CONCATENATED MODULE: ./src/components/CSelect/index.js
|
|
88149
88137
|
|
|
88150
88138
|
/* harmony default export */ var components_CSelect = (CSelect);
|
|
88151
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
88139
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"540f2043-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&
|
|
88152
88140
|
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)])])}
|
|
88153
88141
|
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")])])}]
|
|
88154
88142
|
|
|
@@ -88220,7 +88208,7 @@ var CSmallTimeline_component = normalizeComponent(
|
|
|
88220
88208
|
// CONCATENATED MODULE: ./src/components/CStackedList/index.js
|
|
88221
88209
|
|
|
88222
88210
|
/* harmony default export */ var components_CStackedList = (CStackedList);
|
|
88223
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
88211
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"540f2043-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=1e54c8f9&
|
|
88224
88212
|
var CStatsvue_type_template_id_1e54c8f9_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[(_vm.title)?_c('div',{staticClass:"flex items-center justify-between"},[_c('h3',{staticClass:"text-lg font-medium leading-6 text-gray-900"},[_vm._v(" "+_vm._s(_vm.title.heading)+" ")]),(_vm.title.label)?_c('c-tag',{staticClass:"hidden sm:block",attrs:{"label":_vm.title.label,"color":"green"}}):_vm._e()],1):_vm._e(),_c('dl',{class:("mt-4 grid grid-cols-1 divide-y " + (_vm.colorClasses ? _vm.colorClasses.divide : 'divide-gray-200') + " overflow-hidden rounded-lg " + (_vm.colorClasses ? _vm.colorClasses.background : 'bg-gray-100') + " 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 items-end justify-between md:flex-col md:items-start md:justify-center lg:flex-row lg:items-end lg:justify-between"},[_c('div',[_c('dt',{staticClass:"flex text-sm text-gray-500"},[_c('span',[_vm._v(_vm._s(count.label))]),(count.number)?_c('span',{staticClass:"ml-1 text-sm text-gray-900"},[_vm._v(_vm._s(count.number))]):_vm._e(),(count.suffix)?_c('span',{staticClass:"ml-1 text-sm text-gray-900"},[_vm._v("("+_vm._s(count.suffix)+")")]):_vm._e()]),_c('div',{staticClass:"mt-1 flex items-baseline justify-start"},[_c('p',{class:("text-2xl font-semibold " + _vm.fontColor)},[_vm._v(" "+_vm._s(count.totalCount)+" ")]),(count.days)?_c('label',{staticClass:"ml-2 text-xs text-gray-500"},[_vm._v(_vm._s(count.days))]):_vm._e()])]),(count.tag)?_c('c-tag',{attrs:{"label":count.tag.label,"color":count.tag.color,"tagClasses":"rounded-full text-xs"}}):_vm._e()],1)])}),0)])}
|
|
88225
88213
|
var CStatsvue_type_template_id_1e54c8f9_staticRenderFns = []
|
|
88226
88214
|
|
|
@@ -88370,8 +88358,8 @@ var CStats_component = normalizeComponent(
|
|
|
88370
88358
|
// CONCATENATED MODULE: ./src/components/CSwitch/index.js
|
|
88371
88359
|
|
|
88372
88360
|
/* harmony default export */ var components_CSwitch = (CSwitch);
|
|
88373
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
88374
|
-
var
|
|
88361
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"540f2043-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=4228411a&
|
|
88362
|
+
var CTablevue_type_template_id_4228411a_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 items-center justify-between"},[(_vm.searching)?_c('div',{staticClass:"flex items-center"},[_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"}}),_vm._t("tableInfo")],2):_vm._e(),_c('div',{staticClass:"flex flex-1 justify-end"},[_vm._t("customTableActions"),(_vm.enableVisibility)?_c('div',{staticClass:"relative inline-block text-left"},[_c('div',[_c('button',{staticClass:"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:outline-none 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:"fixed inset-0 z-20",on:{"click":_vm.handleToggle}}):_vm._e(),(_vm.toggleDropdown)?_c('div',{staticClass:"absolute right-0 z-30 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"}},[_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._t("customDatePicker"),(_vm.enableDownload && !_vm.downloadDropdown)?_c('div',{on:{"click":_vm.startDownload}},[_c('c-button-icon',{staticClass:"ml-3",attrs:{"type":"white","icon":_vm.downloadLoader
|
|
88375
88363
|
? null
|
|
88376
88364
|
: {
|
|
88377
88365
|
name: 'download-solid',
|
|
@@ -88393,11 +88381,11 @@ var CTablevue_type_template_id_5e8baa13_render = function () {var _vm=this;var _
|
|
|
88393
88381
|
},"sort-options":{
|
|
88394
88382
|
enabled: _vm.sorting,
|
|
88395
88383
|
initialSortBy: _vm.initialSortField,
|
|
88396
|
-
},"pagination-options":{ enabled: _vm.pagination },"fixed-header":_vm.fixedHeader},on:{"on-selected-rows-change":_vm.selectionChanged,"on-sort-change":_vm.sortChange,"on-search":_vm.onSearching,"on-row-click":_vm.onRowClick},scopedSlots:_vm._u([{key:"table-column",fn:function(props){return [(props.column.sortable || _vm.sorting)?_c('span',{staticClass:"flex"},[_c('div',[_vm._v(" "+_vm._s(props.column.label)+" ")]),(props.column.direction == null)?_c('c-icon',{staticClass:"sortingIcon invisible ml-3 h-5 w-5",attrs:{"name":"sort-ascending-solid","type":"solid"}}):(props.column.direction == 'asc')?_c('c-icon',{staticClass:"ml-3 h-5 w-5",attrs:{"name":"sort-ascending-solid","type":"solid"}}):(props.column.direction == 'desc')?_c('c-icon',{staticClass:"ml-3 h-5 w-5",attrs:{"name":"sort-descending-solid","type":"solid"}}):_vm._e()],1):_c('span',[_vm._v(" "+_vm._s(props.column.label)+" ")])]}},{key:"table-row",fn:function(props){return [(props.column.field == 'drag')?_c('span',[_c('c-icon',{staticClass:"handle h-5 w-5 text-gray-500",attrs:{"name":"menu-solid","type":"solid","cursorType":'cursor-move'}})],1):(props.column.customizeColumn)?_c('span',[_vm._t("default",null,{"records":props})],2):_c('span',[_vm._v(" "+_vm._s(props.formattedRow[props.column.field])+" ")])]}}])},[_vm._v(" > "),(_vm.pagination)?_c('template',{slot:"pagination-bottom"},[(_vm.paginationRecords.totalRecords > 0)?_c('c-pagination',{attrs:{"setPaginationRecords":_vm.paginationRecords},on:{"setCurrentPage":_vm.setCurrentPageRecords,"setPreviousPage":_vm.setPreviousPageRecords,"setNextPage":_vm.setNextPageRecords}}):_vm._e()],1):_vm._e(),_c('template',{slot:"loadingContent"},[_c('svg',{staticClass:"ml-auto mr-auto h-7 w-7 animate-spin text-white",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"}})])])],2)],1)}
|
|
88397
|
-
var
|
|
88384
|
+
},"pagination-options":{ enabled: _vm.pagination },"fixed-header":_vm.fixedHeader},on:{"on-selected-rows-change":_vm.selectionChanged,"on-sort-change":_vm.sortChange,"on-search":_vm.onSearching,"on-row-click":_vm.onRowClick},scopedSlots:_vm._u([{key:"table-column",fn:function(props){return [(props.column.sortable || _vm.sorting)?_c('span',{staticClass:"flex"},[_c('div',[_vm._v(" "+_vm._s(props.column.label)+" ")]),(props.column.direction == null)?_c('c-icon',{staticClass:"sortingIcon invisible ml-3 h-5 w-5",attrs:{"name":"sort-ascending-solid","type":"solid"}}):(props.column.direction == 'asc')?_c('c-icon',{staticClass:"ml-3 h-5 w-5",attrs:{"name":"sort-ascending-solid","type":"solid"}}):(props.column.direction == 'desc')?_c('c-icon',{staticClass:"ml-3 h-5 w-5",attrs:{"name":"sort-descending-solid","type":"solid"}}):_vm._e()],1):_c('span',[_vm._v(" "+_vm._s(props.column.label)+" ")])]}},{key:"table-row",fn:function(props){return [(props.column.field == 'drag')?_c('span',[_c('c-icon',{staticClass:"handle h-5 w-5 text-gray-500",attrs:{"name":"menu-solid","type":"solid","cursorType":'cursor-move'}})],1):(props.column.customizeColumn)?_c('span',[_vm._t("default",null,{"records":props})],2):_c('span',[_vm._v(" "+_vm._s(props.formattedRow[props.column.field])+" ")])]}}])},[_vm._v(" > "),_c('div',{attrs:{"slot":"emptystate"},slot:"emptystate"},_vm._l((10),function(item,index){return _c('vue-skeleton-loader',{key:index,staticClass:"skeleton mt-2",attrs:{"type":"table-tbody: table-row-divider@6","animation":"fade","width":1220,"rounded":true,"radius":6,"height":50}})}),1),(_vm.pagination)?_c('template',{slot:"pagination-bottom"},[(_vm.paginationRecords.totalRecords > 0)?_c('c-pagination',{attrs:{"setPaginationRecords":_vm.paginationRecords},on:{"setCurrentPage":_vm.setCurrentPageRecords,"setPreviousPage":_vm.setPreviousPageRecords,"setNextPage":_vm.setNextPageRecords}}):_vm._e()],1):_vm._e(),_c('template',{slot:"loadingContent"},[_c('svg',{staticClass:"ml-auto mr-auto h-7 w-7 animate-spin text-white",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"}})])])],2)],1)}
|
|
88385
|
+
var CTablevue_type_template_id_4228411a_staticRenderFns = []
|
|
88398
88386
|
|
|
88399
88387
|
|
|
88400
|
-
// CONCATENATED MODULE: ./src/components/CTable/CTable.vue?vue&type=template&id=
|
|
88388
|
+
// CONCATENATED MODULE: ./src/components/CTable/CTable.vue?vue&type=template&id=4228411a&
|
|
88401
88389
|
|
|
88402
88390
|
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.array.find.js
|
|
88403
88391
|
var es_array_find = __webpack_require__("7db0");
|
|
@@ -88418,6 +88406,476 @@ var vue_good_table_esm = __webpack_require__("f617");
|
|
|
88418
88406
|
var es5_sortable = __webpack_require__("f112");
|
|
88419
88407
|
var sortable_default = /*#__PURE__*/__webpack_require__.n(es5_sortable);
|
|
88420
88408
|
|
|
88409
|
+
// CONCATENATED MODULE: ./node_modules/skeleton-loader-vue/dist/skeleton-loader-vue.esm.js
|
|
88410
|
+
//
|
|
88411
|
+
//
|
|
88412
|
+
//
|
|
88413
|
+
//
|
|
88414
|
+
var script = {
|
|
88415
|
+
props: {
|
|
88416
|
+
height: {
|
|
88417
|
+
type: [Number, String],
|
|
88418
|
+
default: 100
|
|
88419
|
+
},
|
|
88420
|
+
width: {
|
|
88421
|
+
type: [Number, String],
|
|
88422
|
+
default: 100
|
|
88423
|
+
},
|
|
88424
|
+
color: {
|
|
88425
|
+
type: String,
|
|
88426
|
+
default: 'rgba(0, 0, 0, 0.12)'
|
|
88427
|
+
},
|
|
88428
|
+
animation: {
|
|
88429
|
+
type: String,
|
|
88430
|
+
default: 'wave'
|
|
88431
|
+
}
|
|
88432
|
+
},
|
|
88433
|
+
computed: {
|
|
88434
|
+
bindClass() {
|
|
88435
|
+
return `animation--${this.animation}`;
|
|
88436
|
+
}
|
|
88437
|
+
|
|
88438
|
+
},
|
|
88439
|
+
|
|
88440
|
+
mounted() {
|
|
88441
|
+
const width = typeof this.width === 'number' ? `${this.width}px` : this.width;
|
|
88442
|
+
const height = typeof this.width === 'number' ? `${this.height}px` : this.height;
|
|
88443
|
+
const background = `${this.color}`;
|
|
88444
|
+
const loader = this.$el;
|
|
88445
|
+
loader.style.setProperty('width', width);
|
|
88446
|
+
loader.style.setProperty('height', height);
|
|
88447
|
+
loader.style.setProperty('background-color', background);
|
|
88448
|
+
}
|
|
88449
|
+
|
|
88450
|
+
};
|
|
88451
|
+
|
|
88452
|
+
function skeleton_loader_vue_esm_normalizeComponent(template, style, script, scopeId, isFunctionalTemplate, moduleIdentifier /* server only */, shadowMode, createInjector, createInjectorSSR, createInjectorShadow) {
|
|
88453
|
+
if (typeof shadowMode !== 'boolean') {
|
|
88454
|
+
createInjectorSSR = createInjector;
|
|
88455
|
+
createInjector = shadowMode;
|
|
88456
|
+
shadowMode = false;
|
|
88457
|
+
}
|
|
88458
|
+
// Vue.extend constructor export interop.
|
|
88459
|
+
const options = typeof script === 'function' ? script.options : script;
|
|
88460
|
+
// render functions
|
|
88461
|
+
if (template && template.render) {
|
|
88462
|
+
options.render = template.render;
|
|
88463
|
+
options.staticRenderFns = template.staticRenderFns;
|
|
88464
|
+
options._compiled = true;
|
|
88465
|
+
// functional template
|
|
88466
|
+
if (isFunctionalTemplate) {
|
|
88467
|
+
options.functional = true;
|
|
88468
|
+
}
|
|
88469
|
+
}
|
|
88470
|
+
// scopedId
|
|
88471
|
+
if (scopeId) {
|
|
88472
|
+
options._scopeId = scopeId;
|
|
88473
|
+
}
|
|
88474
|
+
let hook;
|
|
88475
|
+
if (moduleIdentifier) {
|
|
88476
|
+
// server build
|
|
88477
|
+
hook = function (context) {
|
|
88478
|
+
// 2.3 injection
|
|
88479
|
+
context =
|
|
88480
|
+
context || // cached call
|
|
88481
|
+
(this.$vnode && this.$vnode.ssrContext) || // stateful
|
|
88482
|
+
(this.parent && this.parent.$vnode && this.parent.$vnode.ssrContext); // functional
|
|
88483
|
+
// 2.2 with runInNewContext: true
|
|
88484
|
+
if (!context && typeof __VUE_SSR_CONTEXT__ !== 'undefined') {
|
|
88485
|
+
context = __VUE_SSR_CONTEXT__;
|
|
88486
|
+
}
|
|
88487
|
+
// inject component styles
|
|
88488
|
+
if (style) {
|
|
88489
|
+
style.call(this, createInjectorSSR(context));
|
|
88490
|
+
}
|
|
88491
|
+
// register component module identifier for async chunk inference
|
|
88492
|
+
if (context && context._registeredComponents) {
|
|
88493
|
+
context._registeredComponents.add(moduleIdentifier);
|
|
88494
|
+
}
|
|
88495
|
+
};
|
|
88496
|
+
// used by ssr in case component is cached and beforeCreate
|
|
88497
|
+
// never gets called
|
|
88498
|
+
options._ssrRegister = hook;
|
|
88499
|
+
}
|
|
88500
|
+
else if (style) {
|
|
88501
|
+
hook = shadowMode
|
|
88502
|
+
? function (context) {
|
|
88503
|
+
style.call(this, createInjectorShadow(context, this.$root.$options.shadowRoot));
|
|
88504
|
+
}
|
|
88505
|
+
: function (context) {
|
|
88506
|
+
style.call(this, createInjector(context));
|
|
88507
|
+
};
|
|
88508
|
+
}
|
|
88509
|
+
if (hook) {
|
|
88510
|
+
if (options.functional) {
|
|
88511
|
+
// register for functional component in vue file
|
|
88512
|
+
const originalRender = options.render;
|
|
88513
|
+
options.render = function renderWithStyleInjection(h, context) {
|
|
88514
|
+
hook.call(context);
|
|
88515
|
+
return originalRender(h, context);
|
|
88516
|
+
};
|
|
88517
|
+
}
|
|
88518
|
+
else {
|
|
88519
|
+
// inject component registration as beforeCreate hook
|
|
88520
|
+
const existing = options.beforeCreate;
|
|
88521
|
+
options.beforeCreate = existing ? [].concat(existing, hook) : [hook];
|
|
88522
|
+
}
|
|
88523
|
+
}
|
|
88524
|
+
return script;
|
|
88525
|
+
}
|
|
88526
|
+
|
|
88527
|
+
const isOldIE = typeof navigator !== 'undefined' &&
|
|
88528
|
+
/msie [6-9]\\b/.test(navigator.userAgent.toLowerCase());
|
|
88529
|
+
function createInjector(context) {
|
|
88530
|
+
return (id, style) => addStyle(id, style);
|
|
88531
|
+
}
|
|
88532
|
+
let HEAD;
|
|
88533
|
+
const styles = {};
|
|
88534
|
+
function addStyle(id, css) {
|
|
88535
|
+
const group = isOldIE ? css.media || 'default' : id;
|
|
88536
|
+
const style = styles[group] || (styles[group] = { ids: new Set(), styles: [] });
|
|
88537
|
+
if (!style.ids.has(id)) {
|
|
88538
|
+
style.ids.add(id);
|
|
88539
|
+
let code = css.source;
|
|
88540
|
+
if (css.map) {
|
|
88541
|
+
// https://developer.chrome.com/devtools/docs/javascript-debugging
|
|
88542
|
+
// this makes source maps inside style tags work properly in Chrome
|
|
88543
|
+
code += '\n/*# sourceURL=' + css.map.sources[0] + ' */';
|
|
88544
|
+
// http://stackoverflow.com/a/26603875
|
|
88545
|
+
code +=
|
|
88546
|
+
'\n/*# sourceMappingURL=data:application/json;base64,' +
|
|
88547
|
+
btoa(unescape(encodeURIComponent(JSON.stringify(css.map)))) +
|
|
88548
|
+
' */';
|
|
88549
|
+
}
|
|
88550
|
+
if (!style.element) {
|
|
88551
|
+
style.element = document.createElement('style');
|
|
88552
|
+
style.element.type = 'text/css';
|
|
88553
|
+
if (css.media)
|
|
88554
|
+
style.element.setAttribute('media', css.media);
|
|
88555
|
+
if (HEAD === undefined) {
|
|
88556
|
+
HEAD = document.head || document.getElementsByTagName('head')[0];
|
|
88557
|
+
}
|
|
88558
|
+
HEAD.appendChild(style.element);
|
|
88559
|
+
}
|
|
88560
|
+
if ('styleSheet' in style.element) {
|
|
88561
|
+
style.styles.push(code);
|
|
88562
|
+
style.element.styleSheet.cssText = style.styles
|
|
88563
|
+
.filter(Boolean)
|
|
88564
|
+
.join('\n');
|
|
88565
|
+
}
|
|
88566
|
+
else {
|
|
88567
|
+
const index = style.ids.size - 1;
|
|
88568
|
+
const textNode = document.createTextNode(code);
|
|
88569
|
+
const nodes = style.element.childNodes;
|
|
88570
|
+
if (nodes[index])
|
|
88571
|
+
style.element.removeChild(nodes[index]);
|
|
88572
|
+
if (nodes.length)
|
|
88573
|
+
style.element.insertBefore(textNode, nodes[index]);
|
|
88574
|
+
else
|
|
88575
|
+
style.element.appendChild(textNode);
|
|
88576
|
+
}
|
|
88577
|
+
}
|
|
88578
|
+
}
|
|
88579
|
+
|
|
88580
|
+
/* script */
|
|
88581
|
+
const __vue_script__ = script;
|
|
88582
|
+
/* template */
|
|
88583
|
+
|
|
88584
|
+
var __vue_render__ = function () {
|
|
88585
|
+
var _vm = this;
|
|
88586
|
+
|
|
88587
|
+
var _h = _vm.$createElement;
|
|
88588
|
+
|
|
88589
|
+
var _c = _vm._self._c || _h;
|
|
88590
|
+
|
|
88591
|
+
return _c('div', {
|
|
88592
|
+
staticClass: "loader loader--circle",
|
|
88593
|
+
class: _vm.bindClass
|
|
88594
|
+
});
|
|
88595
|
+
};
|
|
88596
|
+
|
|
88597
|
+
var __vue_staticRenderFns__ = [];
|
|
88598
|
+
/* style */
|
|
88599
|
+
|
|
88600
|
+
const __vue_inject_styles__ = function (inject) {
|
|
88601
|
+
if (!inject) return;
|
|
88602
|
+
inject("data-v-c49d1d20_0", {
|
|
88603
|
+
source: ".loader--circle[data-v-c49d1d20]{overflow:hidden;width:100px;height:100px;background-color:red;border-radius:50%;position:relative}.loader--circle[data-v-c49d1d20]::before{content:\"\";display:block;position:absolute;left:0;right:0;bottom:0;top:0}",
|
|
88604
|
+
map: undefined,
|
|
88605
|
+
media: undefined
|
|
88606
|
+
});
|
|
88607
|
+
};
|
|
88608
|
+
/* scoped */
|
|
88609
|
+
|
|
88610
|
+
|
|
88611
|
+
const __vue_scope_id__ = "data-v-c49d1d20";
|
|
88612
|
+
/* module identifier */
|
|
88613
|
+
|
|
88614
|
+
const __vue_module_identifier__ = undefined;
|
|
88615
|
+
/* functional template */
|
|
88616
|
+
|
|
88617
|
+
const __vue_is_functional_template__ = false;
|
|
88618
|
+
/* style inject SSR */
|
|
88619
|
+
|
|
88620
|
+
/* style inject shadow dom */
|
|
88621
|
+
|
|
88622
|
+
const __vue_component__ = /*#__PURE__*/skeleton_loader_vue_esm_normalizeComponent({
|
|
88623
|
+
render: __vue_render__,
|
|
88624
|
+
staticRenderFns: __vue_staticRenderFns__
|
|
88625
|
+
}, __vue_inject_styles__, __vue_script__, __vue_scope_id__, __vue_is_functional_template__, __vue_module_identifier__, false, createInjector, undefined, undefined);
|
|
88626
|
+
|
|
88627
|
+
//
|
|
88628
|
+
//
|
|
88629
|
+
//
|
|
88630
|
+
//
|
|
88631
|
+
var script$1 = {
|
|
88632
|
+
props: {
|
|
88633
|
+
height: {
|
|
88634
|
+
type: [Number, String],
|
|
88635
|
+
default: 100
|
|
88636
|
+
},
|
|
88637
|
+
width: {
|
|
88638
|
+
type: [Number, String],
|
|
88639
|
+
default: 200
|
|
88640
|
+
},
|
|
88641
|
+
color: {
|
|
88642
|
+
type: String,
|
|
88643
|
+
default: 'rgba(0, 0, 0, 0.12)'
|
|
88644
|
+
},
|
|
88645
|
+
animation: {
|
|
88646
|
+
type: String,
|
|
88647
|
+
default: 'wave'
|
|
88648
|
+
},
|
|
88649
|
+
type: {
|
|
88650
|
+
type: String,
|
|
88651
|
+
default: 'rect'
|
|
88652
|
+
},
|
|
88653
|
+
rounded: {
|
|
88654
|
+
type: Boolean,
|
|
88655
|
+
default: false
|
|
88656
|
+
},
|
|
88657
|
+
radius: {
|
|
88658
|
+
type: [Number, String],
|
|
88659
|
+
default: 0
|
|
88660
|
+
}
|
|
88661
|
+
},
|
|
88662
|
+
computed: {
|
|
88663
|
+
style() {
|
|
88664
|
+
return {
|
|
88665
|
+
width: typeof this.width === 'number' ? `${this.width}px` : this.width,
|
|
88666
|
+
height: typeof this.width === 'number' ? `${this.height}px` : this.height,
|
|
88667
|
+
'background-color': `${this.color}`,
|
|
88668
|
+
'border-radius': this.rounded ? `${this.radius}px` : 0
|
|
88669
|
+
};
|
|
88670
|
+
},
|
|
88671
|
+
|
|
88672
|
+
bindClass() {
|
|
88673
|
+
return `animation--${this.animation} shape--${this.type} shape--${this.rounded ? 'round' : 'flat'}`;
|
|
88674
|
+
}
|
|
88675
|
+
|
|
88676
|
+
},
|
|
88677
|
+
|
|
88678
|
+
mounted() {
|
|
88679
|
+
const width = typeof this.width === 'number' ? `${this.width}px` : this.width;
|
|
88680
|
+
const height = typeof this.width === 'number' ? `${this.height}px` : this.height;
|
|
88681
|
+
const background = `${this.color}`;
|
|
88682
|
+
const borderRadius = this.rounded ? `${this.radius}px` : 0;
|
|
88683
|
+
const loader = this.$el;
|
|
88684
|
+
loader.style.setProperty('width', width);
|
|
88685
|
+
loader.style.setProperty('height', height);
|
|
88686
|
+
loader.style.setProperty('background-color', background);
|
|
88687
|
+
loader.style.setProperty('border-radius', borderRadius);
|
|
88688
|
+
}
|
|
88689
|
+
|
|
88690
|
+
};
|
|
88691
|
+
|
|
88692
|
+
/* script */
|
|
88693
|
+
const __vue_script__$1 = script$1;
|
|
88694
|
+
/* template */
|
|
88695
|
+
|
|
88696
|
+
var __vue_render__$1 = function () {
|
|
88697
|
+
var _vm = this;
|
|
88698
|
+
|
|
88699
|
+
var _h = _vm.$createElement;
|
|
88700
|
+
|
|
88701
|
+
var _c = _vm._self._c || _h;
|
|
88702
|
+
|
|
88703
|
+
return _c('div', {
|
|
88704
|
+
staticClass: "loader",
|
|
88705
|
+
class: _vm.bindClass
|
|
88706
|
+
});
|
|
88707
|
+
};
|
|
88708
|
+
|
|
88709
|
+
var __vue_staticRenderFns__$1 = [];
|
|
88710
|
+
/* style */
|
|
88711
|
+
|
|
88712
|
+
const __vue_inject_styles__$1 = function (inject) {
|
|
88713
|
+
if (!inject) return;
|
|
88714
|
+
inject("data-v-39eb697a_0", {
|
|
88715
|
+
source: ".loader[data-v-39eb697a]{overflow:hidden;position:relative}.loader[data-v-39eb697a]::before{content:\"\";display:block;position:absolute;left:0;right:0;bottom:0;top:0}.shape--text[data-v-39eb697a]{height:20px}.shape--round[data-v-39eb697a]{border-radius:8px}",
|
|
88716
|
+
map: undefined,
|
|
88717
|
+
media: undefined
|
|
88718
|
+
});
|
|
88719
|
+
};
|
|
88720
|
+
/* scoped */
|
|
88721
|
+
|
|
88722
|
+
|
|
88723
|
+
const __vue_scope_id__$1 = "data-v-39eb697a";
|
|
88724
|
+
/* module identifier */
|
|
88725
|
+
|
|
88726
|
+
const __vue_module_identifier__$1 = undefined;
|
|
88727
|
+
/* functional template */
|
|
88728
|
+
|
|
88729
|
+
const __vue_is_functional_template__$1 = false;
|
|
88730
|
+
/* style inject SSR */
|
|
88731
|
+
|
|
88732
|
+
/* style inject shadow dom */
|
|
88733
|
+
|
|
88734
|
+
const __vue_component__$1 = /*#__PURE__*/skeleton_loader_vue_esm_normalizeComponent({
|
|
88735
|
+
render: __vue_render__$1,
|
|
88736
|
+
staticRenderFns: __vue_staticRenderFns__$1
|
|
88737
|
+
}, __vue_inject_styles__$1, __vue_script__$1, __vue_scope_id__$1, __vue_is_functional_template__$1, __vue_module_identifier__$1, false, createInjector, undefined, undefined);
|
|
88738
|
+
|
|
88739
|
+
//
|
|
88740
|
+
var script$2 = {
|
|
88741
|
+
components: {
|
|
88742
|
+
CircleLoader: __vue_component__,
|
|
88743
|
+
SquareLoader: __vue_component__$1
|
|
88744
|
+
},
|
|
88745
|
+
props: {
|
|
88746
|
+
type: {
|
|
88747
|
+
type: String,
|
|
88748
|
+
default: 'rect'
|
|
88749
|
+
},
|
|
88750
|
+
size: {
|
|
88751
|
+
type: [Number, String]
|
|
88752
|
+
},
|
|
88753
|
+
animation: {
|
|
88754
|
+
type: String,
|
|
88755
|
+
default: 'wave'
|
|
88756
|
+
},
|
|
88757
|
+
height: {
|
|
88758
|
+
type: [Number, String]
|
|
88759
|
+
},
|
|
88760
|
+
width: {
|
|
88761
|
+
type: [Number, String]
|
|
88762
|
+
},
|
|
88763
|
+
color: {
|
|
88764
|
+
type: String,
|
|
88765
|
+
default: 'rgba(0, 0, 0, 0.12)'
|
|
88766
|
+
},
|
|
88767
|
+
waveColor: {
|
|
88768
|
+
type: String
|
|
88769
|
+
},
|
|
88770
|
+
rounded: {
|
|
88771
|
+
type: Boolean,
|
|
88772
|
+
default: false
|
|
88773
|
+
},
|
|
88774
|
+
radius: {
|
|
88775
|
+
type: [Number, String],
|
|
88776
|
+
default: 8
|
|
88777
|
+
}
|
|
88778
|
+
},
|
|
88779
|
+
computed: {
|
|
88780
|
+
loaderWidth() {
|
|
88781
|
+
if (this.size) {
|
|
88782
|
+
return this.size;
|
|
88783
|
+
} else {
|
|
88784
|
+
return this.width;
|
|
88785
|
+
}
|
|
88786
|
+
},
|
|
88787
|
+
|
|
88788
|
+
loaderHeight() {
|
|
88789
|
+
if (this.size) {
|
|
88790
|
+
return this.size;
|
|
88791
|
+
} else {
|
|
88792
|
+
return this.height;
|
|
88793
|
+
}
|
|
88794
|
+
}
|
|
88795
|
+
|
|
88796
|
+
},
|
|
88797
|
+
|
|
88798
|
+
mounted() {
|
|
88799
|
+
if (this.waveColor) {
|
|
88800
|
+
this.$el.style.setProperty('--gradient-color', this.waveColor);
|
|
88801
|
+
}
|
|
88802
|
+
}
|
|
88803
|
+
|
|
88804
|
+
};
|
|
88805
|
+
|
|
88806
|
+
/* script */
|
|
88807
|
+
const __vue_script__$2 = script$2;
|
|
88808
|
+
/* template */
|
|
88809
|
+
|
|
88810
|
+
var __vue_render__$2 = function () {
|
|
88811
|
+
var _vm = this;
|
|
88812
|
+
|
|
88813
|
+
var _h = _vm.$createElement;
|
|
88814
|
+
|
|
88815
|
+
var _c = _vm._self._c || _h;
|
|
88816
|
+
|
|
88817
|
+
return _vm.type === 'circle' ? _c('circle-loader', {
|
|
88818
|
+
attrs: {
|
|
88819
|
+
"width": _vm.loaderWidth,
|
|
88820
|
+
"height": _vm.loaderHeight,
|
|
88821
|
+
"animation": _vm.animation,
|
|
88822
|
+
"color": _vm.color
|
|
88823
|
+
}
|
|
88824
|
+
}) : _c('square-loader', {
|
|
88825
|
+
attrs: {
|
|
88826
|
+
"width": _vm.loaderWidth,
|
|
88827
|
+
"height": _vm.loaderHeight,
|
|
88828
|
+
"animation": _vm.animation,
|
|
88829
|
+
"type": _vm.type,
|
|
88830
|
+
"color": _vm.color,
|
|
88831
|
+
"rounded": _vm.rounded,
|
|
88832
|
+
"radius": _vm.radius
|
|
88833
|
+
}
|
|
88834
|
+
});
|
|
88835
|
+
};
|
|
88836
|
+
|
|
88837
|
+
var __vue_staticRenderFns__$2 = [];
|
|
88838
|
+
/* style */
|
|
88839
|
+
|
|
88840
|
+
const __vue_inject_styles__$2 = function (inject) {
|
|
88841
|
+
if (!inject) return;
|
|
88842
|
+
inject("data-v-28d24b2c_0", {
|
|
88843
|
+
source: ".loader{width:fit-content;cursor:wait;--gradient-color:rgba(255, 255, 255, 0.5)}@keyframes fade{0%{opacity:1}50%{opacity:.4}100%{opacity:1}}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(.85)}100%{transform:scale(1)}}@keyframes pulse-x{0%{transform:scaleX(1)}50%{transform:scaleX(.75)}100%{transform:scaleX(1)}}@keyframes pulse-y{0%{transform:scaleY(1)}50%{transform:scaleY(.75)}100%{transform:scaleY(1)}}@keyframes wave{0%{transform:translateX(-100%)}100%{transform:translateX(100%)}}.animation--fade{animation:fade 1.5s linear .5s infinite}.animation--wave::before{background:linear-gradient(90deg,transparent,rgba(255,255,255,.5),transparent);background:linear-gradient(90deg,transparent,var(--gradient-color),transparent);animation:wave 1.5s linear .5s infinite}.animation--pulse-x{animation:pulse-x 1.5s linear .5s infinite}.animation--pulse-y{animation:pulse-y 1.5s linear .5s infinite}.animation--pulse{animation:pulse 1.5s linear .5s infinite}",
|
|
88844
|
+
map: undefined,
|
|
88845
|
+
media: undefined
|
|
88846
|
+
});
|
|
88847
|
+
};
|
|
88848
|
+
/* scoped */
|
|
88849
|
+
|
|
88850
|
+
|
|
88851
|
+
const __vue_scope_id__$2 = undefined;
|
|
88852
|
+
/* module identifier */
|
|
88853
|
+
|
|
88854
|
+
const __vue_module_identifier__$2 = undefined;
|
|
88855
|
+
/* functional template */
|
|
88856
|
+
|
|
88857
|
+
const __vue_is_functional_template__$2 = false;
|
|
88858
|
+
/* style inject SSR */
|
|
88859
|
+
|
|
88860
|
+
/* style inject shadow dom */
|
|
88861
|
+
|
|
88862
|
+
const __vue_component__$2 = /*#__PURE__*/skeleton_loader_vue_esm_normalizeComponent({
|
|
88863
|
+
render: __vue_render__$2,
|
|
88864
|
+
staticRenderFns: __vue_staticRenderFns__$2
|
|
88865
|
+
}, __vue_inject_styles__$2, __vue_script__$2, __vue_scope_id__$2, __vue_is_functional_template__$2, __vue_module_identifier__$2, false, createInjector, undefined, undefined);
|
|
88866
|
+
|
|
88867
|
+
// Import vue components
|
|
88868
|
+
|
|
88869
|
+
const skeleton_loader_vue_esm_install = function installSkeletonLoaderVue(Vue) {
|
|
88870
|
+
if (skeleton_loader_vue_esm_install.installed) return;
|
|
88871
|
+
skeleton_loader_vue_esm_install.installed = true;
|
|
88872
|
+
Vue.component('skeleton-loader-vue', __vue_component__$2);
|
|
88873
|
+
}; // Create module definition for Vue.use()
|
|
88874
|
+
|
|
88875
|
+
__vue_component__$2.install = skeleton_loader_vue_esm_install; // Export component by default
|
|
88876
|
+
|
|
88877
|
+
/* harmony default export */ var skeleton_loader_vue_esm = (__vue_component__$2);
|
|
88878
|
+
|
|
88421
88879
|
// 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/CTable/CTable.vue?vue&type=script&lang=js&
|
|
88422
88880
|
|
|
88423
88881
|
|
|
@@ -88717,6 +89175,20 @@ var sortable_default = /*#__PURE__*/__webpack_require__.n(es5_sortable);
|
|
|
88717
89175
|
//
|
|
88718
89176
|
//
|
|
88719
89177
|
//
|
|
89178
|
+
//
|
|
89179
|
+
//
|
|
89180
|
+
//
|
|
89181
|
+
//
|
|
89182
|
+
//
|
|
89183
|
+
//
|
|
89184
|
+
//
|
|
89185
|
+
//
|
|
89186
|
+
//
|
|
89187
|
+
//
|
|
89188
|
+
//
|
|
89189
|
+
//
|
|
89190
|
+
//
|
|
89191
|
+
|
|
88720
89192
|
|
|
88721
89193
|
|
|
88722
89194
|
|
|
@@ -88734,7 +89206,8 @@ var sortable_default = /*#__PURE__*/__webpack_require__.n(es5_sortable);
|
|
|
88734
89206
|
VueGoodTable: vue_good_table_esm["a" /* VueGoodTable */],
|
|
88735
89207
|
CPagination: CPagination,
|
|
88736
89208
|
CButtonIcon: CButtonIcon,
|
|
88737
|
-
CInput: CInput
|
|
89209
|
+
CInput: CInput,
|
|
89210
|
+
VueSkeletonLoader: skeleton_loader_vue_esm
|
|
88738
89211
|
},
|
|
88739
89212
|
props: {
|
|
88740
89213
|
// To show or hide pagination section
|
|
@@ -88882,7 +89355,11 @@ var sortable_default = /*#__PURE__*/__webpack_require__.n(es5_sortable);
|
|
|
88882
89355
|
searchTerm: this.searchQuery ? this.searchQuery : "",
|
|
88883
89356
|
paginationRecords: this.paginationData,
|
|
88884
89357
|
reorderedArray: Object(toConsumableArray["a" /* default */])(this.rows),
|
|
88885
|
-
controlClick: false
|
|
89358
|
+
controlClick: false,
|
|
89359
|
+
attrs: {
|
|
89360
|
+
boilerplate: true,
|
|
89361
|
+
elevation: 2
|
|
89362
|
+
}
|
|
88886
89363
|
};
|
|
88887
89364
|
},
|
|
88888
89365
|
methods: {
|
|
@@ -88992,8 +89469,8 @@ var CTablevue_type_style_index_0_lang_css_ = __webpack_require__("8485");
|
|
|
88992
89469
|
|
|
88993
89470
|
var CTable_component = normalizeComponent(
|
|
88994
89471
|
CTable_CTablevue_type_script_lang_js_,
|
|
88995
|
-
|
|
88996
|
-
|
|
89472
|
+
CTablevue_type_template_id_4228411a_render,
|
|
89473
|
+
CTablevue_type_template_id_4228411a_staticRenderFns,
|
|
88997
89474
|
false,
|
|
88998
89475
|
null,
|
|
88999
89476
|
null,
|
|
@@ -89005,7 +89482,7 @@ var CTable_component = normalizeComponent(
|
|
|
89005
89482
|
// CONCATENATED MODULE: ./src/components/CTable/index.js
|
|
89006
89483
|
|
|
89007
89484
|
/* harmony default export */ var components_CTable = (CTable);
|
|
89008
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
89485
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"540f2043-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=024fb49b&
|
|
89009
89486
|
var CTabsvue_type_template_id_024fb49b_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",class:_vm.tabClasses},[_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 pr-6 pl-4 text-sm focus:border-indigo-500 focus:ring-indigo-500",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
|
|
89010
89487
|
? 'border-indigo-600 text-indigo-700 hover:text-indigo-800'
|
|
89011
89488
|
: '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
|
|
@@ -89155,7 +89632,7 @@ var CTabs_component = normalizeComponent(
|
|
|
89155
89632
|
// CONCATENATED MODULE: ./src/components/CTag/index.js
|
|
89156
89633
|
|
|
89157
89634
|
/* harmony default export */ var components_CTag = (CTag);
|
|
89158
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
89635
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"540f2043-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=098a80e7&
|
|
89159
89636
|
var CTextareavue_type_template_id_098a80e7_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"},[(_vm.label)?_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()]),(_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:"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, _vm.disableResize ? 'resize-none' : ''],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('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()])}
|
|
89160
89637
|
var CTextareavue_type_template_id_098a80e7_staticRenderFns = []
|
|
89161
89638
|
|
|
@@ -89292,7 +89769,7 @@ var CTextarea_component = normalizeComponent(
|
|
|
89292
89769
|
// CONCATENATED MODULE: ./src/components/CTextarea/index.js
|
|
89293
89770
|
|
|
89294
89771
|
/* harmony default export */ var components_CTextarea = (CTextarea);
|
|
89295
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
89772
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"540f2043-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&
|
|
89296
89773
|
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)])])])])])])}
|
|
89297
89774
|
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")])])])}]
|
|
89298
89775
|
|
|
@@ -89560,7 +90037,7 @@ var CTimeline_component = normalizeComponent(
|
|
|
89560
90037
|
// CONCATENATED MODULE: ./src/components/CTimeline/index.js
|
|
89561
90038
|
|
|
89562
90039
|
/* harmony default export */ var components_CTimeline = (CTimeline);
|
|
89563
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
90040
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"540f2043-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=7240b01f&
|
|
89564
90041
|
var CUploadvue_type_template_id_7240b01f_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('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.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,"isDynamicallyColored":_vm.coloredAvatars,"rounded":true}}),_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"},[(_vm.openIcon)?_c('c-icon',{class:_vm.openIcon.class,attrs:{"name":_vm.openIcon.name,"type":_vm.openIcon.type}}):_vm._e(),_c('span',[_vm._v(_vm._s(_vm.uploadText))]),_c('span',{staticClass:"sr-only"},[_vm._v(" user photo")])],1)],1):_vm._e(),_c('div',{class:_vm.filestackClasses,attrs:{"id":_vm.filestackId}}),(!_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()])}
|
|
89565
90042
|
var CUploadvue_type_template_id_7240b01f_staticRenderFns = []
|
|
89566
90043
|
|
|
@@ -89840,7 +90317,7 @@ var CUpload_component = normalizeComponent(
|
|
|
89840
90317
|
// CONCATENATED MODULE: ./src/components/CUpload/index.js
|
|
89841
90318
|
|
|
89842
90319
|
/* harmony default export */ var components_CUpload = (CUpload);
|
|
89843
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
90320
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"540f2043-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=6b38b900&
|
|
89844
90321
|
var CConfirmActionModalvue_type_template_id_6b38b900_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:"z-100 fixed inset-0 overflow-y-auto",attrs:{"id":"confirmModal"}},[_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)])])}
|
|
89845
90322
|
var CConfirmActionModalvue_type_template_id_6b38b900_staticRenderFns = []
|
|
89846
90323
|
|
|
@@ -89996,7 +90473,7 @@ var CConfirmActionModal_component = normalizeComponent(
|
|
|
89996
90473
|
// CONCATENATED MODULE: ./src/components/CConfirmActionModal/index.js
|
|
89997
90474
|
|
|
89998
90475
|
/* harmony default export */ var components_CConfirmActionModal = (CConfirmActionModal);
|
|
89999
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
90476
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"540f2043-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=052e8e0c&
|
|
90000
90477
|
var CCalendarvue_type_template_id_052e8e0c_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:{
|
|
90001
90478
|
'flex h-14 flex-col py-2 px-3 hover:bg-gray-100 focus:z-10': true,
|
|
90002
90479
|
'bg-white': _vm.isCurrentMonth(date),
|