classcard-ui 0.2.419 → 0.2.422
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/README.md +24 -24
- package/dist/classcard-ui.common.js +859 -60
- package/dist/classcard-ui.common.js.map +1 -1
- package/dist/classcard-ui.umd.js +859 -60
- package/dist/classcard-ui.umd.js.map +1 -1
- package/dist/classcard-ui.umd.min.js +6 -1
- package/dist/classcard-ui.umd.min.js.map +1 -1
- package/package.json +81 -79
- package/src/App.vue +16 -16
- package/src/components/CAlerts/CAlerts.vue +70 -70
- package/src/components/CAlerts/index.js +2 -2
- package/src/components/CAnchorTabs/CAnchorTabs.vue +99 -99
- package/src/components/CAnchorTabs/index.js +2 -2
- package/src/components/CAnchorTag/CAnchorTag.vue +62 -62
- package/src/components/CAnchorTag/index.js +2 -2
- package/src/components/CAvatar/CAvatar.vue +89 -89
- package/src/components/CAvatar/index.js +2 -2
- package/src/components/CAvatarGroup/CAvatarGroup.vue +145 -145
- package/src/components/CAvatarGroup/index.js +2 -2
- package/src/components/CBasicTable/CBasicTable.vue +184 -184
- package/src/components/CBasicTable/index.js +2 -2
- package/src/components/CBreadcrumbs/CBreadcrumbs.vue +38 -38
- package/src/components/CBreadcrumbs/index.js +2 -2
- package/src/components/CButton/CButton.vue +148 -148
- package/src/components/CButton/index.js +2 -2
- package/src/components/CButtonGroup/CButtonGroup.vue +100 -100
- package/src/components/CButtonGroup/index.js +2 -2
- package/src/components/CButtonIcon/CButtonIcon.vue +108 -108
- package/src/components/CButtonIcon/index.js +2 -2
- package/src/components/CButtonLink/CButtonLink.vue +39 -39
- package/src/components/CButtonLink/index.js +2 -2
- package/src/components/CButtonSelect/CButtonSelect.vue +103 -103
- package/src/components/CButtonSelect/index.js +2 -2
- package/src/components/CButtonWithDropdown/CButtonWithDropdown.vue +168 -168
- package/src/components/CButtonWithDropdown/index.js +2 -2
- package/src/components/CCard/CCard.vue +49 -49
- package/src/components/CCard/index.js +2 -2
- package/src/components/CCheckbox/CCheckbox.vue +61 -61
- package/src/components/CCheckbox/index.js +2 -2
- package/src/components/CCollapsibleSection/CCollapsibleSection.vue +99 -99
- package/src/components/CCollapsibleSection/index.js +2 -2
- package/src/components/CColorDots/CColorDots.vue +35 -35
- package/src/components/CColorDots/index.js +3 -3
- package/src/components/CConfirmActionModal/CConfirmActionModal.vue +124 -116
- package/src/components/CConfirmActionModal/index.js +3 -3
- package/src/components/CDatepicker/CDatepicker.vue +134 -134
- package/src/components/CDatepicker/index.js +2 -2
- package/src/components/CDualSelect/CDualSelect.vue +193 -193
- package/src/components/CDualSelect/index.js +2 -2
- package/src/components/CEditor/CEditor.vue +91 -91
- package/src/components/CEditor/index.js +2 -2
- package/src/components/CFormSectionHeading/CFormSectionHeading.vue +52 -52
- package/src/components/CFormSectionHeading/index.js +2 -2
- package/src/components/CGroupedSelect/CGroupedSelect.vue +212 -212
- package/src/components/CGroupedSelect/index.js +3 -3
- package/src/components/CIcon/CIcon.vue +72 -72
- package/src/components/CIcon/index.js +2 -2
- package/src/components/CIconDropdown/CIconDropdown.vue +94 -94
- package/src/components/CIconDropdown/index.js +2 -2
- package/src/components/CInput/CInput.vue +115 -110
- package/src/components/CInput/index.js +2 -2
- package/src/components/CInputAddon/CInputAddon.vue +199 -199
- package/src/components/CInputAddon/index.js +2 -2
- package/src/components/CInputEmail/CInputEmail.vue +84 -84
- package/src/components/CInputEmail/index.js +2 -2
- package/src/components/CModalHeading/CModalHeading.vue +22 -22
- package/src/components/CModalHeading/index.js +2 -2
- package/src/components/CModuleHelpLinks/CModuleHelpLinks.vue +39 -39
- package/src/components/CModuleHelpLinks/index.js +3 -3
- package/src/components/CMultiselect/CMultiselect.vue +318 -318
- package/src/components/CMultiselect/index.js +2 -2
- package/src/components/CMultiselectr/CMultiselectr.vue +44 -44
- package/src/components/CMultiselectr/index.js +2 -2
- package/src/components/CPageHeading/CPageHeading.vue +52 -52
- package/src/components/CPageHeading/index.js +2 -2
- package/src/components/CPagination/CPagination.vue +202 -202
- package/src/components/CPagination/index.js +2 -2
- package/src/components/CPhoneNumber/CPhoneNumber.vue +62 -62
- package/src/components/CPhoneNumber/index.js +2 -2
- package/src/components/CRadio/CRadio.vue +70 -70
- package/src/components/CRadio/index.js +2 -2
- package/src/components/CRangeSlider/CRangeSlider.vue +55 -55
- package/src/components/CRangeSlider/index.js +2 -2
- package/src/components/CReorderableStackedList/CReorderableStackedList.vue +89 -89
- package/src/components/CReorderableStackedList/index.js +2 -2
- package/src/components/CSelect/CSelect.vue +271 -271
- package/src/components/CSelect/index.js +2 -2
- package/src/components/CSmallTimeline/CSmallTimeline.vue +40 -40
- package/src/components/CSmallTimeline/index.js +2 -2
- package/src/components/CStackedList/CStackedList.vue +87 -87
- package/src/components/CStackedList/index.js +2 -2
- package/src/components/CStats/CStats.vue +88 -88
- package/src/components/CStats/index.js +2 -2
- package/src/components/CSwitch/CSwitch.vue +132 -132
- package/src/components/CSwitch/index.js +2 -2
- package/src/components/CTable/CTable.vue +486 -486
- package/src/components/CTable/index.js +2 -2
- package/src/components/CTabs/CTabs.vue +109 -109
- package/src/components/CTabs/index.js +2 -2
- package/src/components/CTag/CTag.vue +36 -36
- package/src/components/CTag/index.js +2 -2
- package/src/components/CTextarea/CTextarea.vue +85 -85
- package/src/components/CTextarea/index.js +2 -2
- package/src/components/CTimeline/CTimeline.vue +237 -237
- package/src/components/CTimeline/index.js +2 -2
- package/src/components/CUpload/CUpload.vue +194 -194
- package/src/components/CUpload/index.js +2 -2
- package/src/components/index.js +47 -47
- package/src/icons.js +231 -231
- package/src/main.js +17 -17
- package/src/stories/CAlerts.stories.js +37 -37
- package/src/stories/CAnchorTabs.stories.js +29 -29
- package/src/stories/CAnchorTag.stories.js +36 -36
- package/src/stories/CAvatar.stories.js +38 -38
- package/src/stories/CAvatarGroup.stories.js +100 -100
- package/src/stories/CBasicTable.stories.js +316 -316
- package/src/stories/CBreadcrumbs.stories.js +24 -24
- package/src/stories/CButton.stories.js +46 -46
- package/src/stories/CButtonGroup.stories.js +33 -33
- package/src/stories/CButtonIcon.stories.js +27 -27
- package/src/stories/CButtonLink.stories.js +24 -24
- package/src/stories/CButtonSelect.stories.js +32 -32
- package/src/stories/CButtonWithDropdown.stories.js +41 -41
- package/src/stories/CCard.stories.js +30 -30
- package/src/stories/CCheckbox.stories.js +29 -29
- package/src/stories/CCollapsibleSection.stories.js +28 -28
- package/src/stories/CColorDots.stories.js +28 -28
- package/src/stories/CConfirmActionModal.stories.js +59 -59
- package/src/stories/CDatepicker.stories.js +30 -30
- package/src/stories/CDualSelect.stories.js +29 -29
- package/src/stories/CEditor.stories.js +30 -30
- package/src/stories/CFormSectionHeading.stories.js +34 -34
- package/src/stories/CGroupedSelect.stories.js +69 -69
- package/src/stories/CIcon.stories.js +26 -26
- package/src/stories/CIconDropdown.stories.js +39 -39
- package/src/stories/CInput.stories.js +36 -36
- package/src/stories/CInputAddon.stories.js +37 -37
- package/src/stories/CInputEmail.stories.js +27 -27
- package/src/stories/CModalHeading.stories.js +25 -25
- package/src/stories/CModuleHelpLinks.stories.js +25 -25
- package/src/stories/CMultiselect.stories.js +97 -97
- package/src/stories/CMultiselectr.stories.js +23 -23
- package/src/stories/CPageHeading.stories.js +32 -32
- package/src/stories/CPagination.stories.js +30 -30
- package/src/stories/CPhoneNumber.stories.js +29 -29
- package/src/stories/CRadio.stories.js +36 -36
- package/src/stories/CRangeSlider.stories.js +23 -23
- package/src/stories/CReorderableStackedList.stories.js +23 -23
- package/src/stories/CSelect.stories.js +50 -50
- package/src/stories/CSmallTimeline.stories.js +26 -26
- package/src/stories/CStackedList.stories.js +37 -37
- package/src/stories/CStats.stories.js +33 -33
- package/src/stories/CSwitch.stories.js +28 -28
- package/src/stories/CTable.stories.js +77 -77
- package/src/stories/CTabs.stories.js +29 -29
- package/src/stories/CTag.stories.js +23 -23
- package/src/stories/CTextarea.stories.js +32 -32
- package/src/stories/CTimeline.stories.js +26 -26
- package/src/stories/CUpload.stories.js +36 -36
- package/src/stories/Introduction.stories.mdx +207 -207
- package/src/stories/Page.vue +88 -88
- package/src/stories/assets/code-brackets.svg +0 -0
- package/src/stories/assets/colors.svg +0 -0
- package/src/stories/assets/comments.svg +0 -0
- package/src/stories/assets/direction.svg +0 -0
- package/src/stories/assets/flow.svg +0 -0
- package/src/stories/assets/plugin.svg +0 -0
- package/src/stories/assets/repo.svg +0 -0
- package/src/stories/assets/stackalt.svg +0 -0
- package/src/stories/header.css +26 -26
- package/src/stories/page.css +69 -69
- package/src/stories/utils.css +17 -17
package/dist/classcard-ui.umd.js
CHANGED
|
@@ -78896,14 +78896,14 @@ if (typeof window !== 'undefined') {
|
|
|
78896
78896
|
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.function.name.js
|
|
78897
78897
|
var es_function_name = __webpack_require__("b0c0");
|
|
78898
78898
|
|
|
78899
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
78899
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"458cf79e-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&
|
|
78900
78900
|
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()])])])}
|
|
78901
78901
|
var staticRenderFns = []
|
|
78902
78902
|
|
|
78903
78903
|
|
|
78904
78904
|
// CONCATENATED MODULE: ./src/components/CAlerts/CAlerts.vue?vue&type=template&id=65742bd8&
|
|
78905
78905
|
|
|
78906
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
78906
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"458cf79e-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=706816d6&
|
|
78907
78907
|
var CIconvue_type_template_id_706816d6_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 : ' cursor-pointer'),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 : ' cursor-pointer'),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()])}
|
|
78908
78908
|
var CIconvue_type_template_id_706816d6_staticRenderFns = []
|
|
78909
78909
|
|
|
@@ -79331,7 +79331,7 @@ var CAlerts_component = normalizeComponent(
|
|
|
79331
79331
|
// CONCATENATED MODULE: ./src/components/CAlerts/index.js
|
|
79332
79332
|
|
|
79333
79333
|
/* harmony default export */ var components_CAlerts = (CAlerts);
|
|
79334
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
79334
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"458cf79e-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=16eb5a4e&
|
|
79335
79335
|
var CAnchorTabsvue_type_template_id_16eb5a4e_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
|
|
79336
79336
|
? 'border-indigo-600 text-indigo-700 hover:text-indigo-800'
|
|
79337
79337
|
: '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
|
|
@@ -79468,7 +79468,7 @@ var CAnchorTabs_component = normalizeComponent(
|
|
|
79468
79468
|
// CONCATENATED MODULE: ./src/components/CAnchorTabs/index.js
|
|
79469
79469
|
|
|
79470
79470
|
/* harmony default export */ var components_CAnchorTabs = (CAnchorTabs);
|
|
79471
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
79471
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"458cf79e-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&
|
|
79472
79472
|
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)}
|
|
79473
79473
|
var CAnchorTagvue_type_template_id_3b5737ae_staticRenderFns = []
|
|
79474
79474
|
|
|
@@ -79561,7 +79561,7 @@ var CAnchorTag_component = normalizeComponent(
|
|
|
79561
79561
|
// CONCATENATED MODULE: ./src/components/CAnchorTag/index.js
|
|
79562
79562
|
|
|
79563
79563
|
/* harmony default export */ var components_CAnchorTag = (CAnchorTag);
|
|
79564
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
79564
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"458cf79e-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=3b942783&
|
|
79565
79565
|
var CAvatarvue_type_template_id_3b942783_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",class:[_vm.classes, _vm.imageClasses],attrs:{"src":_vm.image,"alt":""},on:{"error":function($event){return _vm.$emit('error', $event)}}})]):_c('div',{staticClass:"text-center bg-red-100 text-red-600 font-medium border-red-300",class:_vm.nameInitialsClasses,style:([
|
|
79566
79566
|
_vm.size == 'medium' ? { 'line-height': '3rem' } : '',
|
|
79567
79567
|
_vm.size == 'large' ? { 'line-height': '3.5rem' } : '',
|
|
@@ -79694,7 +79694,7 @@ var CAvatar_component = normalizeComponent(
|
|
|
79694
79694
|
// CONCATENATED MODULE: ./src/components/CAvatar/index.js
|
|
79695
79695
|
|
|
79696
79696
|
/* harmony default export */ var components_CAvatar = (CAvatar);
|
|
79697
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
79697
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"458cf79e-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&
|
|
79698
79698
|
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:[
|
|
79699
79699
|
'inline-block text-center font-medium ring-2 ring-white',
|
|
79700
79700
|
_vm.nameInitialsClasses,
|
|
@@ -79910,7 +79910,7 @@ var CAvatarGroup_component = normalizeComponent(
|
|
|
79910
79910
|
// CONCATENATED MODULE: ./src/components/CAvatarGroup/index.js
|
|
79911
79911
|
|
|
79912
79912
|
/* harmony default export */ var components_CAvatarGroup = (CAvatarGroup);
|
|
79913
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
79913
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"458cf79e-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&
|
|
79914
79914
|
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:[
|
|
79915
79915
|
("" + (_vm.selectedRow && index === _vm.selectedIndex ? 'bg-indigo-100' : '')),
|
|
79916
79916
|
("" + (_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)])])])])])])}
|
|
@@ -79922,7 +79922,7 @@ var CBasicTablevue_type_template_id_6ee9b382_staticRenderFns = []
|
|
|
79922
79922
|
// EXTERNAL MODULE: ./node_modules/core-js/modules/web.dom-collections.for-each.js
|
|
79923
79923
|
var web_dom_collections_for_each = __webpack_require__("159b");
|
|
79924
79924
|
|
|
79925
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
79925
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"458cf79e-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&
|
|
79926
79926
|
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)+" ")])])}
|
|
79927
79927
|
var CTagvue_type_template_id_7ced7f4e_staticRenderFns = []
|
|
79928
79928
|
|
|
@@ -79991,7 +79991,7 @@ var CTag_component = normalizeComponent(
|
|
|
79991
79991
|
)
|
|
79992
79992
|
|
|
79993
79993
|
/* harmony default export */ var CTag = (CTag_component.exports);
|
|
79994
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
79994
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"458cf79e-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/CSwitch/CSwitch.vue?vue&type=template&id=14f05e80&
|
|
79995
79995
|
var CSwitchvue_type_template_id_14f05e80_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[(_vm.size === 'small')?_c('div',{staticClass:"flex cursor-pointer justify-between",class:_vm.label == '' ? 'items-center' : 'items-start'},[(_vm.direction == 'left')?_c('span',{staticClass:"flex flex-grow flex-col",attrs:{"id":"smallleft"},on:{"click":_vm.switchValue}},[(_vm.label)?_c('span',{staticClass:"text-gray-900",class:_vm.classes},[_vm._v(_vm._s(_vm.label))]):_vm._e(),(_vm.description)?_c('span',{staticClass:"text-sm text-gray-500"},[_vm._v(_vm._s(_vm.description))]):_vm._e()]):_vm._e(),_c('button',{staticClass:"group focus:outline-none relative inline-flex h-5 w-10 flex-shrink-0 cursor-pointer items-center justify-center rounded-full focus:ring-2 focus:ring-indigo-500 focus:ring-offset-2 disabled:opacity-50",attrs:{"type":"button","aria-pressed":"false","disabled":_vm.disabled},on:{"click":_vm.switchValue}},[_c('span',{staticClass:"sr-only"},[_vm._v("Use setting")]),_c('span',{staticClass:"pointer-events-none absolute h-full w-full rounded-md bg-white",attrs:{"aria-hidden":"true"}}),_c('span',{staticClass:"pointer-events-none absolute mx-auto h-4 w-9 rounded-full transition-colors duration-200 ease-in-out",class:{ 'bg-indigo-600': _vm.isToggle, 'bg-gray-200': !_vm.isToggle },attrs:{"aria-hidden":"true"}}),_c('span',{staticClass:"pointer-events-none absolute left-0 inline-block h-5 w-5 transform rounded-full border border-gray-200 bg-white ring-0 transition-transform duration-200 ease-in-out",class:{ 'translate-x-5': _vm.isToggle, 'translate-x-0': !_vm.isToggle },attrs:{"aria-hidden":"true"}})]),(_vm.direction == 'right')?_c('span',{staticClass:"flex flex-col",attrs:{"id":"toggleLabel"},on:{"click":_vm.switchValue}},[(_vm.label)?_c('span',{staticClass:"text-gray-900",class:_vm.classes},[_vm._v(_vm._s(_vm.label))]):_vm._e(),(_vm.description)?_c('span',{staticClass:"text-sm text-gray-500"},[_vm._v(_vm._s(_vm.description))]):_vm._e()]):_vm._e()]):_c('div',{staticClass:"flex cursor-pointer justify-between",class:_vm.label == '' ? 'items-center' : 'items-start'},[(_vm.direction == 'left')?_c('span',{staticClass:"flex flex-grow flex-col",attrs:{"id":"toggleLabel"},on:{"click":_vm.switchValue}},[(_vm.label)?_c('span',{staticClass:"text-gray-900",class:_vm.classes},[_vm._v(_vm._s(_vm.label))]):_vm._e(),(_vm.description)?_c('span',{staticClass:"text-sm text-gray-500"},[_vm._v(_vm._s(_vm.description))]):_vm._e()]):_vm._e(),_c('button',{staticClass:"focus:outline-none relative inline-flex h-6 w-11 flex-shrink-0 cursor-pointer rounded-full border-2 border-transparent transition-colors duration-200 ease-in-out focus:ring-2 focus:ring-indigo-500 focus:ring-offset-2 disabled:opacity-50",class:{ 'bg-indigo-600': _vm.isToggle == 1, 'bg-gray-200': _vm.isToggle == 0 },attrs:{"type":"button","aria-pressed":"false","disabled":_vm.disabled},on:{"click":function($event){$event.stopPropagation();return _vm.switchValue.apply(null, arguments)}}},[_c('span',{staticClass:"sr-only"},[_vm._v("Use setting")]),_c('span',{staticClass:"inline-block h-5 w-5 transform rounded-full bg-white ring-0 transition duration-200 ease-in-out",class:{ 'translate-x-5': _vm.isToggle == 1, 'translate-x-0': _vm.isToggle == 0 },attrs:{"aria-hidden":"true"}})]),(_vm.direction == 'right')?_c('span',{staticClass:"flex flex-col disabled:opacity-50",attrs:{"id":"toggleLabel"}},[(_vm.label)?_c('span',{staticClass:"text-gray-900",class:_vm.classes},[_vm._v(_vm._s(_vm.label))]):_vm._e(),(_vm.description)?_c('span',{staticClass:"text-sm text-gray-500"},[_vm._v(_vm._s(_vm.description))]):_vm._e()]):_vm._e()])])}
|
|
79996
79996
|
var CSwitchvue_type_template_id_14f05e80_staticRenderFns = []
|
|
79997
79997
|
|
|
@@ -80155,7 +80155,7 @@ var CSwitch_component = normalizeComponent(
|
|
|
80155
80155
|
)
|
|
80156
80156
|
|
|
80157
80157
|
/* harmony default export */ var CSwitch = (CSwitch_component.exports);
|
|
80158
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
80158
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"458cf79e-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=09b41a40&
|
|
80159
80159
|
var CCheckboxvue_type_template_id_09b41a40_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',{staticClass:"cursor-pointer font-medium text-gray-900"},[_vm._v(_vm._s(_vm.label))]),_c('p',{staticClass:"mt-0.5 cursor-pointer text-gray-500"},[_vm._v(" "+_vm._s(_vm.description)+" ")])])])])}
|
|
80160
80160
|
var CCheckboxvue_type_template_id_09b41a40_staticRenderFns = []
|
|
80161
80161
|
|
|
@@ -80251,7 +80251,7 @@ var CCheckbox_component = normalizeComponent(
|
|
|
80251
80251
|
)
|
|
80252
80252
|
|
|
80253
80253
|
/* harmony default export */ var CCheckbox = (CCheckbox_component.exports);
|
|
80254
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
80254
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"458cf79e-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=2381b869&
|
|
80255
80255
|
var CSelectvue_type_template_id_2381b869_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[(_vm.label)?_c('div',{staticClass:"flex w-full justify-between"},[_c('div',{staticClass:"flex items-center"},[_c('label',{staticClass:"block text-sm font-medium text-gray-900"},[_vm._v(" "+_vm._s(_vm.label)+" ")]),(_vm.isRequired)?_c('p',{staticClass:"ml-1 text-red-600"},[_vm._v("*")]):_vm._e()]),(_vm.hint)?_c('span',{staticClass:"text-sm text-gray-500"},[_vm._v(_vm._s(_vm.hint))]):_vm._e()]):_vm._e(),_c('div',{staticClass:"relative",class:_vm.label ? 'mt-1' : ''},[_c('input',{directives:[{name:"model",rawName:"v-model",value:(_vm.selectSearch),expression:"selectSearch"}],staticClass:"focus:outline-none relative w-full cursor-pointer rounded-md py-2 pl-3 pr-10 text-left disabled:opacity-50 sm:text-sm",class:_vm.classes,attrs:{"type":"text","aria-haspopup":"listbox","aria-expanded":"true","aria-labelledby":"listbox-label","disabled":_vm.isDisabled,"autocomplete":"off"},domProps:{"value":(_vm.selectSearch)},on:{"click":function($event){_vm.toggleDropdown = !_vm.toggleDropdown},"focus":function($event){_vm.type == 'tertiary' ? (_vm.showFocus = true) : ''},"blur":function($event){return _vm.close()},"keyup":function($event){return _vm.search()},"input":function($event){if($event.target.composing){ return; }_vm.selectSearch=$event.target.value}}}),_c('div',{staticClass:"pointer-events-none absolute top-2 left-3 flex"},[_c('span',{staticClass:"flex items-center",style:(_vm.selectedOptionStyles)},[(_vm.showImage && !_vm.selectSearch)?_c('c-avatar',{attrs:{"size":"extraextrasmall","image":"https://images.unsplash.com/photo-1472099645785-5658abf4ff4e?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=facearea&facepad=2&w=256&h=256&q=80","rounded":true}}):_vm._e(),(_vm.icon && !_vm.selectSearch)?_c('c-icon',{class:_vm.icon.class,attrs:{"name":_vm.icon.name,"type":_vm.icon.type}}):_vm._e(),_c('span',{staticClass:"block truncate text-sm",class:_vm.showImage ? 'ml-3' : ''},[_vm._v(" "+_vm._s(_vm.selectedValue ? _vm.selectedValue : !_vm.selectSearch || _vm.selectSearch == "" ? _vm.placeholder : null)+" ")])],1)]),_c('div',{staticClass:"pointer-events-none absolute top-2.5 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",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:"focus:outline-none max-h-60 overflow-auto rounded-md py-1 text-base ring-1 ring-gray-900 ring-opacity-5 sm:text-sm",attrs:{"tabindex":"-1","role":"listbox","aria-labelledby":"listbox-label"}},[(_vm.addAction)?_c('li',{staticClass:"relative flex cursor-pointer select-none py-2 pl-3 pr-9 text-indigo-500 hover:bg-indigo-100 hover:text-indigo-700",on:{"mousedown":function($event){return _vm.actionEvent($event)}}},[_c('c-icon',{staticClass:"mr-1 h-5 w-5 text-indigo-400 group-hover:text-indigo-500",attrs:{"type":"outline","name":"plus"}}),_vm._v(" "+_vm._s(_vm.addAction.label)+" ")],1):_vm._e(),_vm._l((_vm.renderOptions),function(option,index){return _c('li',{key:index,staticClass:"relative cursor-pointer select-none py-2 pl-3 pr-9 text-gray-900 hover:bg-indigo-700 hover:text-white",class:option.isDisabled ? 'pointer-events-none opacity-50' : '',attrs:{"id":"listbox-option-0","role":"option"},on:{"mousedown":function($event){return _vm.handleSelect($event, option)}}},[_c('span',{staticClass:"flex items-center"},[(_vm.showImage && option.image)?_c('c-avatar',{attrs:{"size":"extraextrasmall","image":option.image,"rounded":true}}):_vm._e(),_c('span',{staticClass:"list-options block break-words font-normal",class:_vm.showImage && option.image ? 'ml-3' : ''},[_vm._v(_vm._s(option[_vm.renderOptionName])+" ")])],1),_c('span',{staticClass:"absolute inset-y-0 right-0 flex items-center pr-4 text-indigo-600"},[_c('c-icon',{directives:[{name:"show",rawName:"v-show",value:(_vm.showSelectedValue),expression:"showSelectedValue"}],staticClass:"h-5 w-5",attrs:{"id":"list-icon","name":"check","type":"solid"}})],1)])})],2)]):_vm._e()]),(!_vm.isValidate)?_c('p',{staticClass:"mt-2 text-left text-sm text-red-600"},[_vm._v(" "+_vm._s(_vm.errorMessage)+" ")]):_vm._e(),(_vm.helpText)?_c('p',{staticClass:"mt-2 text-sm text-gray-500"},[_vm._v(" "+_vm._s(_vm.helpText)+" ")]):_vm._e()],1)])}
|
|
80256
80256
|
var CSelectvue_type_template_id_2381b869_staticRenderFns = []
|
|
80257
80257
|
|
|
@@ -80590,7 +80590,7 @@ var CSelect_component = normalizeComponent(
|
|
|
80590
80590
|
)
|
|
80591
80591
|
|
|
80592
80592
|
/* harmony default export */ var CSelect = (CSelect_component.exports);
|
|
80593
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
80593
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"458cf79e-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=f0180a80&
|
|
80594
80594
|
var CStackedListvue_type_template_id_f0180a80_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 justify-between py-4",class:{ 'cursor-pointer': items.collapse, 'border-b border-gray-200': _vm.divider === true }},items.collapse ? { click: function () { return _vm.collapseList(); } } : null),[_c('div',{staticClass:"flex"},[(items.collapse)?_c('c-icon',{staticClass:"mt-3 mr-3 h-5 w-5 shrink-0 text-gray-900",attrs:{"name":_vm.showSection ? 'chevron-down' : 'chevron-right',"type":"solid"}}):_vm._e(),_c('c-avatar',{staticClass:"shrink-0",attrs:{"size":items.size,"rounded":items.rounded,"image":items.image}}),_c('div',{staticClass:"ml-3"},[_c('div',{staticClass:"flex pb-1"},[_c('p',{staticClass:"text-sm font-medium text-gray-900"},[_vm._v(" "+_vm._s(items.heading)+" ")]),(items.tag)?_c('c-tag',{staticClass:"relative bottom-0.5 ml-2.5",attrs:{"label":items.tagLabel,"color":items.tagColor}}):_vm._e()],1),_c('p',{staticClass:"text-sm text-gray-500"},[_vm._v(_vm._s(items.description))]),(_vm.showSection)?_c('div',{staticClass:"mt-3"},[_vm._t("default")],2):_vm._e()])],1),(items.listIcon)?_c('button',{staticClass:"focus:outline-none flex h-8 w-8 items-center justify-center rounded-full text-gray-500 hover:bg-red-100 hover:text-red-800 focus:ring-2 focus:ring-red-500",attrs:{"type":"button"}},[_c('c-icon',{staticClass:"h-5 w-5 hover:text-red-800",attrs:{"name":"trash","type":"solid"}})],1):_vm._e()])}),0)])}
|
|
80595
80595
|
var CStackedListvue_type_template_id_f0180a80_staticRenderFns = []
|
|
80596
80596
|
|
|
@@ -80916,7 +80916,7 @@ var CBasicTable_component = normalizeComponent(
|
|
|
80916
80916
|
// CONCATENATED MODULE: ./src/components/CBasicTable/index.js
|
|
80917
80917
|
|
|
80918
80918
|
/* harmony default export */ var components_CBasicTable = (CBasicTable);
|
|
80919
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
80919
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"458cf79e-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&
|
|
80920
80920
|
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)])])}
|
|
80921
80921
|
var CBreadcrumbsvue_type_template_id_1aedac34_staticRenderFns = []
|
|
80922
80922
|
|
|
@@ -80985,7 +80985,7 @@ var CBreadcrumbs_component = normalizeComponent(
|
|
|
80985
80985
|
// CONCATENATED MODULE: ./src/components/CBreadcrumbs/index.js
|
|
80986
80986
|
|
|
80987
80987
|
/* harmony default export */ var components_CBreadcrumbs = (CBreadcrumbs);
|
|
80988
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
80988
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"458cf79e-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=dcb6755e&
|
|
80989
80989
|
var CButtonvue_type_template_id_dcb6755e_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-4 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",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("default")],2):(_vm.type != 'tertiary' && _vm.label.length)?_c('button',{staticClass:"inline-flex items-center rounded-md px-4 py-2 text-sm font-medium shadow-sm focus:outline-none 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-5 w-5",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("default")],2):(_vm.type != 'tertiary' && _vm.label.length == 0)?_c('button',{staticClass:"inline-flex items-center rounded-md px-3 py-2 text-sm font-medium shadow-sm focus:outline-none 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-5 w-5",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("default")],2):_vm._e()],2)}
|
|
80990
80990
|
var CButtonvue_type_template_id_dcb6755e_staticRenderFns = []
|
|
80991
80991
|
|
|
@@ -81149,7 +81149,7 @@ var CButton_component = normalizeComponent(
|
|
|
81149
81149
|
// CONCATENATED MODULE: ./src/components/CButton/index.js
|
|
81150
81150
|
|
|
81151
81151
|
/* harmony default export */ var components_CButton = (CButton);
|
|
81152
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
81152
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"458cf79e-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=672bbaf0&
|
|
81153
81153
|
var CButtonGroupvue_type_template_id_672bbaf0_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_c('span',{staticClass:"-ml-px relative block sm:shadow-sm sm:hidden"},[_c('div',[_c('button',{staticClass:"relative inline-flex items-center px-2 py-2 rounded-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-blue-600 focus:border-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:"h-5 w-5 ml-2",attrs:{"type":"solid","name":"chevron-down"}})],1)]),_c('div',{directives:[{name:"show",rawName:"v-show",value:(_vm.showButtons),expression:"showButtons"}],staticClass:"origin-top-right absolute mt-2 w-full z-10 rounded-md shadow-lg bg-white ring-1 ring-black ring-opacity-5 focus:outline-none",attrs:{"role":"menu","aria-orientation":"vertical"}},[_c('div',{staticClass:"py-1"},_vm._l((_vm.buttonObject),function(button){return _c('a',{key:button.label,staticClass:"flex px-4 py-2 text-sm text-gray-700 hover:bg-gray-100 hover:text-gray-900 focus:bg-gray-100 focus:text-gray-900",attrs:{"href":"#","role":"menuitem"}},[(button.icon == '')?_c('div',{staticClass:"h-5"}):_vm._e(),(button.icon)?_c('c-icon',{staticClass:"-ml-1 mr-2 h-5 w-5 text-gray-400",attrs:{"name":button.icon,"type":"solid"}}):_vm._e(),_vm._v(" "+_vm._s(button.label)+" ")],1)}),0)])]),_c('span',{staticClass:"relative z-0 inline-flex rounded-md hidden sm:block"},_vm._l((_vm.buttonObject),function(button,index){return _c('button',{key:button.label,staticClass:"relative inline-flex items-center px-2 py-2 border-r border-l border-t border-b border-gray-300 bg-white text-sm font-medium text-gray-700 hover:bg-gray-50 focus:z-10 focus:outline-none focus:ring-1 focus:ring-indigo-500 focus:border-indigo-500",class:{
|
|
81154
81154
|
'rounded-r-md border-l-0 border-r rounded-l-none': index == _vm.buttonObject.length - 1,
|
|
81155
81155
|
'rounded-l-md': index == 0,
|
|
@@ -81285,7 +81285,7 @@ var CButtonGroup_component = normalizeComponent(
|
|
|
81285
81285
|
// CONCATENATED MODULE: ./src/components/CButtonGroup/index.js
|
|
81286
81286
|
|
|
81287
81287
|
/* harmony default export */ var components_CButtonGroup = (CButtonGroup);
|
|
81288
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
81288
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"458cf79e-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=6381684b&
|
|
81289
81289
|
var CButtonIconvue_type_template_id_6381684b_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){return _vm.$emit('action')}}},[(_vm.icon)?_c('c-icon',{class:_vm.icon.class,attrs:{"type":_vm.icon.type,"name":_vm.icon.name}}):_vm._e(),_vm._t("default")],2):(_vm.type == 'rounded-hover')?_c('button',{staticClass:"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){return _vm.$emit('action')}}},[(_vm.icon)?_c('c-icon',{class:_vm.icon.class,attrs:{"type":_vm.icon.type,"name":_vm.icon.name}}):_vm._e()],1):_c('button',{staticClass:"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){return _vm.$emit('action')}}},[(_vm.isLoading)?_c('c-icon',{staticClass:"mr-2 h-5 w-5",class:_vm.loaderClasses,attrs:{"name":"loader"}}):_vm._e(),(_vm.icon)?_c('c-icon',{class:_vm.icon.class,attrs:{"type":_vm.icon.type,"name":_vm.icon.name,"viewBox":_vm.icon.viewBox}}):_vm._e(),_vm._t("default")],2)],2)}
|
|
81290
81290
|
var CButtonIconvue_type_template_id_6381684b_staticRenderFns = []
|
|
81291
81291
|
|
|
@@ -81416,7 +81416,7 @@ var CButtonIcon_component = normalizeComponent(
|
|
|
81416
81416
|
// CONCATENATED MODULE: ./src/components/CButtonIcon/index.js
|
|
81417
81417
|
|
|
81418
81418
|
/* harmony default export */ var components_CButtonIcon = (CButtonIcon);
|
|
81419
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
81419
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"458cf79e-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&
|
|
81420
81420
|
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)])}
|
|
81421
81421
|
var CButtonLinkvue_type_template_id_a8e85572_staticRenderFns = []
|
|
81422
81422
|
|
|
@@ -81488,7 +81488,7 @@ var CButtonLink_component = normalizeComponent(
|
|
|
81488
81488
|
// CONCATENATED MODULE: ./src/components/CButtonLink/index.js
|
|
81489
81489
|
|
|
81490
81490
|
/* harmony default export */ var components_CButtonLink = (CButtonLink);
|
|
81491
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
81491
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"458cf79e-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/CButtonSelect/CButtonSelect.vue?vue&type=template&id=07d48928&
|
|
81492
81492
|
var CButtonSelectvue_type_template_id_07d48928_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_vm._t("default"),_c('div',{staticClass:"relative inline-block text-left"},[_c('button',{staticClass:"inline-flex justify-center w-full rounded-md border border-transparent shadow-sm px-4 py-2 text-sm font-medium focus:outline-none",class:_vm.classes,attrs:{"type":_vm.type,"aria-haspopup":"listbox","aria-expanded":"true","aria-labelledby":"listbox-label"},on:{"click":function($event){_vm.toggleDropdown = !_vm.toggleDropdown},"blur":function($event){return _vm.close()}}},[(_vm.isLoading)?_c('c-icon',{staticClass:"mr-2 h-5 w-5",attrs:{"name":"loader"}}):_vm._e(),_vm._v(" "+_vm._s(_vm.label)+" "),_c('c-icon',{staticClass:"ml-2 h-5 w-5",attrs:{"name":"chevron-down","type":"solid"}})],1),(_vm.toggleDropdown)?_c('div',{staticClass:"z-10 absolute mt-2 -mr-1 w-56 rounded-md shadow-lg bg-white ring-1 ring-gray-900 ring-opacity-5",class:_vm.dropdownPositionClass},[_c('ul',{staticClass:"py-1",attrs:{"tabindex":"-1","role":"listbox","aria-labelledby":"listbox-label"}},_vm._l((_vm.items),function(item){return _c('li',{key:item.text,staticClass:"flex px-4 py-2 text-sm text-gray-700 hover:bg-gray-100 hover:text-gray-900 cursor-pointer",on:{"mousedown":function($event){return _vm.emitOptionAction(item.action)}}},[(item.icon)?_c('c-icon',{staticClass:"mr-2 h-5 w-5 text-gray-500",attrs:{"type":item.iconType,"name":item.icon}}):_vm._e(),(item.customIcon)?_vm._t("customIcon"):_vm._e(),_vm._v(" "+_vm._s(item.text)+" ")],2)}),0)]):_vm._e()])],2)}
|
|
81493
81493
|
var CButtonSelectvue_type_template_id_07d48928_staticRenderFns = []
|
|
81494
81494
|
|
|
@@ -81619,7 +81619,7 @@ var CButtonSelect_component = normalizeComponent(
|
|
|
81619
81619
|
// CONCATENATED MODULE: ./src/components/CButtonSelect/index.js
|
|
81620
81620
|
|
|
81621
81621
|
/* harmony default export */ var components_CButtonSelect = (CButtonSelect);
|
|
81622
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
81622
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"458cf79e-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&
|
|
81623
81623
|
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()])])])}
|
|
81624
81624
|
var CButtonWithDropdownvue_type_template_id_62dae8d0_staticRenderFns = []
|
|
81625
81625
|
|
|
@@ -81811,7 +81811,7 @@ var CButtonWithDropdown_component = normalizeComponent(
|
|
|
81811
81811
|
// CONCATENATED MODULE: ./src/components/CButtonWithDropdown/index.js
|
|
81812
81812
|
|
|
81813
81813
|
/* harmony default export */ var components_CButtonWithDropdown = (CButtonWithDropdown);
|
|
81814
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
81814
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"458cf79e-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&
|
|
81815
81815
|
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)+" ")])])])])}
|
|
81816
81816
|
var CCardvue_type_template_id_2ae3371e_staticRenderFns = []
|
|
81817
81817
|
|
|
@@ -81894,7 +81894,7 @@ var CCard_component = normalizeComponent(
|
|
|
81894
81894
|
// CONCATENATED MODULE: ./src/components/CCheckbox/index.js
|
|
81895
81895
|
|
|
81896
81896
|
/* harmony default export */ var components_CCheckbox = (CCheckbox);
|
|
81897
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
81897
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"458cf79e-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/CCollapsibleSection/CCollapsibleSection.vue?vue&type=template&id=01528a23&
|
|
81898
81898
|
var CCollapsibleSectionvue_type_template_id_01528a23_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_c('div',{staticClass:"flex flex-row items-center justify-between cursor-pointer",class:_vm.divider || _vm.showSection ? 'border-b border-gray-200 pb-2' : '',on:{"click":function($event){if($event.target !== $event.currentTarget){ return null; }return _vm.collapse.apply(null, arguments)}}},[_c('div',{staticClass:"flex flex-row items-center",on:{"click":_vm.collapse}},[_c('c-icon',{staticClass:"text-gray-900 h-5 w-5",attrs:{"name":_vm.showSection ? 'chevron-down' : 'chevron-right',"type":"solid"}}),_c('div',{staticClass:"border-transparent text-gray-900 hover:text-gray-700 hover:border-gray-300 whitespace-nowrap font-semibold text-base ml-1",class:{ 'py-2': _vm.tabAction }},[_vm._v(" "+_vm._s(_vm.label)+" ")])],1),(_vm.tabAction && _vm.showSection)?_c('c-button',{attrs:{"type":"tertiary","label":_vm.buttonLabel},on:{"action":_vm.action}}):_vm._e(),(_vm.tabLink && _vm.showSection)?_c('c-anchor-tag',{attrs:{"label":_vm.tabLink.label,"action":_vm.action}}):_vm._e()],1),(_vm.showSection)?_c('div',{staticClass:"text-sm text-gray-500 mt-5"},[_vm._t("default")],2):_vm._e()])}
|
|
81899
81899
|
var CCollapsibleSectionvue_type_template_id_01528a23_staticRenderFns = []
|
|
81900
81900
|
|
|
@@ -82030,7 +82030,7 @@ var CCollapsibleSection_component = normalizeComponent(
|
|
|
82030
82030
|
// CONCATENATED MODULE: ./src/components/CCollapsibleSection/index.js
|
|
82031
82031
|
|
|
82032
82032
|
/* harmony default export */ var components_CCollapsibleSection = (CCollapsibleSection);
|
|
82033
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
82033
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"458cf79e-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&
|
|
82034
82034
|
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)+" ")])])}
|
|
82035
82035
|
var CColorDotsvue_type_template_id_c055bc24_staticRenderFns = []
|
|
82036
82036
|
|
|
@@ -82096,7 +82096,7 @@ var CColorDots_component = normalizeComponent(
|
|
|
82096
82096
|
// CONCATENATED MODULE: ./src/components/CColorDots/index.js
|
|
82097
82097
|
|
|
82098
82098
|
/* harmony default export */ var components_CColorDots = (CColorDots);
|
|
82099
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
82099
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"458cf79e-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=3c394883&
|
|
82100
82100
|
var CDatepickervue_type_template_id_3c394883_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:{
|
|
82101
82101
|
'inline-block h-full': true,
|
|
82102
82102
|
'w-full': _vm.isExpanded,
|
|
@@ -82275,7 +82275,7 @@ var CDatepicker_component = normalizeComponent(
|
|
|
82275
82275
|
// CONCATENATED MODULE: ./src/components/CDatepicker/index.js
|
|
82276
82276
|
|
|
82277
82277
|
/* harmony default export */ var components_CDatepicker = (CDatepicker);
|
|
82278
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
82278
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"458cf79e-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/CEditor/CEditor.vue?vue&type=template&id=8277a4d0&
|
|
82279
82279
|
var CEditorvue_type_template_id_8277a4d0_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_c('div',{staticClass:"flex justify-between"},[_c('p',{staticClass:"text-sm font-medium text-gray-900"},[_vm._v(_vm._s(_vm.label))]),(_vm.hint)?_c('p',{staticClass:"text-sm text-gray-500"},[_vm._v(_vm._s(_vm.hint))]):_vm._e()]),_c('quill-editor',{staticClass:"mt-1 rounded-md bg-white text-sm shadow-sm",attrs:{"value":_vm.content,"options":_vm.editorOption},on:{"change":function($event){return _vm.onChange($event)},"ready":function($event){return _vm.onReady($event)}}}),(_vm.helpText)?_c('p',{staticClass:"mt-2 text-sm text-gray-500"},[_vm._v(" "+_vm._s(_vm.helpText)+" ")]):_vm._e()],1)}
|
|
82280
82280
|
var CEditorvue_type_template_id_8277a4d0_staticRenderFns = []
|
|
82281
82281
|
|
|
@@ -82395,7 +82395,7 @@ var CEditor_component = normalizeComponent(
|
|
|
82395
82395
|
// CONCATENATED MODULE: ./src/components/CEditor/index.js
|
|
82396
82396
|
|
|
82397
82397
|
/* harmony default export */ var components_CEditor = (CEditor);
|
|
82398
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
82398
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"458cf79e-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&
|
|
82399
82399
|
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)}
|
|
82400
82400
|
var CDualSelectvue_type_template_id_489b336c_staticRenderFns = []
|
|
82401
82401
|
|
|
@@ -82619,7 +82619,7 @@ var CDualSelect_component = normalizeComponent(
|
|
|
82619
82619
|
// CONCATENATED MODULE: ./src/components/CDualSelect/index.js
|
|
82620
82620
|
|
|
82621
82621
|
/* harmony default export */ var components_CDualSelect = (CDualSelect);
|
|
82622
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
82622
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"458cf79e-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/CFormSectionHeading/CFormSectionHeading.vue?vue&type=template&id=71116743&
|
|
82623
82623
|
var CFormSectionHeadingvue_type_template_id_71116743_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_c('div',{staticClass:"border-gray-200",class:_vm.classes},[_c('div',{staticClass:"flex justify-between items-center"},[_c('div',[_c('h3',{staticClass:"text-base font-semibold text-gray-900"},[_vm._v(" "+_vm._s(_vm.heading)+" ")]),(_vm.description)?_c('p',{staticClass:"max-w-4xl text-sm text-gray-500"},[_vm._v(" "+_vm._s(_vm.description)+" ")]):_vm._e()]),(_vm.tabAction)?_c('c-button',{attrs:{"type":_vm.tabAction.type,"label":_vm.tabAction.label},on:{"action":_vm.emitTabAction}}):_vm._e(),(_vm.tabLink)?_c('c-anchor-tag',{attrs:{"label":_vm.tabLink.label,"action":_vm.emitTabLink}}):_vm._e()],1)])])}
|
|
82624
82624
|
var CFormSectionHeadingvue_type_template_id_71116743_staticRenderFns = []
|
|
82625
82625
|
|
|
@@ -82719,7 +82719,7 @@ var CFormSectionHeading_component = normalizeComponent(
|
|
|
82719
82719
|
// CONCATENATED MODULE: ./src/components/CIcon/index.js
|
|
82720
82720
|
|
|
82721
82721
|
/* harmony default export */ var components_CIcon = (CIcon);
|
|
82722
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
82722
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"458cf79e-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=377de23c&
|
|
82723
82723
|
var CGroupedSelectvue_type_template_id_377de23c_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[(_vm.showDropDown && _vm.options.length > 0)?_c('div',{staticClass:"fixed inset-0",attrs:{"aria-hidden":"true"},on:{"click":function($event){return _vm.closeDropDown()}}}):_vm._e(),(_vm.label)?_c('label',{staticClass:"block text-sm font-medium text-gray-700"},[_vm._v(" "+_vm._s(_vm.label)+" ")]):_vm._e(),_c('div',{staticClass:"relative mt-1"},[_c('div',{staticClass:"relative"},[_c('input',{staticClass:"focus:outline-none 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: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:"ring-black focus:outline-none 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-opacity-5 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 py-2 pl-3 pr-9 text-left bg-gray-100 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:[
|
|
82724
82724
|
subOption.label === _vm.value.label ? 'font-semibold' : 'font-normal',
|
|
82725
82725
|
' block break-words' ]},[_vm._v(" "+_vm._s(subOption.label)+" ")]),(subOption.label === _vm.value.label)?_c('span',{staticClass:"absolute inset-y-0 right-0 flex items-center pr-4 text-indigo-600 group-hover:text-white"},[_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":"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._e()])})],2)}),0):_vm._e()]),(_vm.isError)?_c('p',{staticClass:"mt-2 text-left text-sm text-red-600"},[_vm._v(" "+_vm._s(_vm.errorMessage)+" ")]):_vm._e()])}
|
|
@@ -83501,7 +83501,7 @@ var CGroupedSelect_component = normalizeComponent(
|
|
|
83501
83501
|
// CONCATENATED MODULE: ./src/components/CGroupedSelect/index.js
|
|
83502
83502
|
|
|
83503
83503
|
/* harmony default export */ var components_CGroupedSelect = (CGroupedSelect);
|
|
83504
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
83504
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"458cf79e-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=1a4dc54a&
|
|
83505
83505
|
var CIconDropdownvue_type_template_id_1a4dc54a_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_vm._t("default"),_c('div',{staticClass:"relative inline-block text-left"},[_c('div',[_c('button',{staticClass:"inline-flex w-full justify-center rounded-full border-none p-2 focus:outline-none focus:ring-2 focus:ring-indigo-600 focus:ring-offset-2",attrs:{"type":"white","aria-haspopup":"true","aria-expanded":"true"},on:{"click":function($event){$event.stopPropagation();_vm.toggleDropdown = !_vm.toggleDropdown},"blur":function($event){return _vm.close()}}},[_c('c-icon',{class:_vm.icon.class,attrs:{"name":_vm.icon.name,"type":_vm.icon.type}})],1)]),_c('div',{directives:[{name:"show",rawName:"v-show",value:(_vm.toggleDropdown),expression:"toggleDropdown"}],staticClass:"absolute z-10 mt-2 -mr-1 origin-top-right rounded-md bg-white shadow-lg ring-1 ring-gray-900 ring-opacity-5",class:_vm.classes},[_c('div',{staticClass:"w-max py-2",attrs:{"role":"menu","aria-orientation":"vertical","aria-labelledby":"option-menu"}},_vm._l((_vm.items),function(item,index){return _c('a',{key:item.text,staticClass:"flex cursor-pointer px-4 py-2 text-sm text-gray-700 hover:bg-gray-100 hover:text-gray-900 disabled:pointer-events-none disabled:opacity-50",class:item.class,attrs:{"role":"menuitem","disabled":item.disabled},on:{"mousedown":function($event){$event.stopPropagation();$event.preventDefault();return _vm.dropdownAction(item)}}},[(item.icon)?_c('c-icon',{class:_vm.dropdownIcons[index].class,attrs:{"name":_vm.dropdownIcons[index].name,"type":_vm.dropdownIcons[index].type}}):_vm._e(),_vm._v(" "+_vm._s(item.text)+" ")],1)}),0)])])],2)}
|
|
83506
83506
|
var CIconDropdownvue_type_template_id_1a4dc54a_staticRenderFns = []
|
|
83507
83507
|
|
|
@@ -83626,12 +83626,12 @@ var CIconDropdown_component = normalizeComponent(
|
|
|
83626
83626
|
// CONCATENATED MODULE: ./src/components/CIconDropdown/index.js
|
|
83627
83627
|
|
|
83628
83628
|
/* harmony default export */ var components_CIconDropdown = (CIconDropdown);
|
|
83629
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
83630
|
-
var
|
|
83631
|
-
var
|
|
83629
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"458cf79e-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=2deb149c&
|
|
83630
|
+
var CInputvue_type_template_id_2deb149c_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_c('div',{staticClass:"flex justify-between"},[_c('div',{staticClass:"flex items-center"},[_c('label',{staticClass:"block text-sm font-medium text-gray-900"},[_vm._v(" "+_vm._s(_vm.label)+" ")]),(_vm.isRequired)?_c('p',{staticClass:"ml-1 text-red-600"},[_vm._v("*")]):_vm._e()]),(_vm.hint)?_c('span',{staticClass:"text-sm text-gray-500"},[_vm._v(_vm._s(_vm.hint))]):_vm._e()]),_c('div',{staticClass:"relative mt-1 rounded-md"},[_c('input',{staticClass:"block w-full flex-1 rounded-md px-3 py-2 text-gray-900 shadow-sm focus:border-indigo-500 focus:ring-indigo-500 disabled:opacity-50 sm:text-sm",class:_vm.errorClasses,attrs:{"type":_vm.type,"placeholder":_vm.placeholder,"disabled":_vm.disabled},domProps:{"value":_vm.inputValue},on:{"input":function($event){return _vm.$emit('input', $event.target.value)},"blur":function($event){return _vm.$emit('blur', $event.target.value)},"focus":function($event){return _vm.$emit('focus', $event.target.value)}}}),(!_vm.isValidate && !_vm.customIcon)?_c('div',{staticClass:"pointer-events-none absolute inset-y-0 right-0 flex items-center pr-3 text-red-600"},[_c('c-icon',{staticClass:"h-5 w-5",attrs:{"name":"exclamation-circle","type":"solid"}})],1):_vm._e(),(_vm.customIcon)?_vm._t("customIcon"):_vm._e()],2),(!_vm.isValidate)?_c('p',{staticClass:"mt-2 text-sm text-red-600"},[_vm._v(" "+_vm._s(_vm.errorMessage)+" ")]):_vm._e(),(_vm.helpText && _vm.isValidate == true)?_c('p',{staticClass:"mt-2 text-sm text-gray-500"},[_vm._v(" "+_vm._s(_vm.helpText)+" ")]):_vm._e()])}
|
|
83631
|
+
var CInputvue_type_template_id_2deb149c_staticRenderFns = []
|
|
83632
83632
|
|
|
83633
83633
|
|
|
83634
|
-
// CONCATENATED MODULE: ./src/components/CInput/CInput.vue?vue&type=template&id=
|
|
83634
|
+
// CONCATENATED MODULE: ./src/components/CInput/CInput.vue?vue&type=template&id=2deb149c&
|
|
83635
83635
|
|
|
83636
83636
|
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js??ref--12-0!./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/CInput/CInput.vue?vue&type=script&lang=js&
|
|
83637
83637
|
//
|
|
@@ -83679,6 +83679,7 @@ var CInputvue_type_template_id_ca96132e_staticRenderFns = []
|
|
|
83679
83679
|
//
|
|
83680
83680
|
//
|
|
83681
83681
|
//
|
|
83682
|
+
//
|
|
83682
83683
|
|
|
83683
83684
|
/* harmony default export */ var CInputvue_type_script_lang_js_ = ({
|
|
83684
83685
|
name: "CInput",
|
|
@@ -83726,6 +83727,10 @@ var CInputvue_type_template_id_ca96132e_staticRenderFns = []
|
|
|
83726
83727
|
type: {
|
|
83727
83728
|
type: String,
|
|
83728
83729
|
default: "text"
|
|
83730
|
+
},
|
|
83731
|
+
customIcon: {
|
|
83732
|
+
type: Boolean,
|
|
83733
|
+
default: false
|
|
83729
83734
|
}
|
|
83730
83735
|
},
|
|
83731
83736
|
computed: {
|
|
@@ -83759,8 +83764,8 @@ var CInputvue_type_template_id_ca96132e_staticRenderFns = []
|
|
|
83759
83764
|
|
|
83760
83765
|
var CInput_component = normalizeComponent(
|
|
83761
83766
|
CInput_CInputvue_type_script_lang_js_,
|
|
83762
|
-
|
|
83763
|
-
|
|
83767
|
+
CInputvue_type_template_id_2deb149c_render,
|
|
83768
|
+
CInputvue_type_template_id_2deb149c_staticRenderFns,
|
|
83764
83769
|
false,
|
|
83765
83770
|
null,
|
|
83766
83771
|
null,
|
|
@@ -83772,7 +83777,7 @@ var CInput_component = normalizeComponent(
|
|
|
83772
83777
|
// CONCATENATED MODULE: ./src/components/CInput/index.js
|
|
83773
83778
|
|
|
83774
83779
|
/* harmony default export */ var components_CInput = (CInput);
|
|
83775
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
83780
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"458cf79e-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=31638344&
|
|
83776
83781
|
var CInputAddonvue_type_template_id_31638344_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:"text-red-600 ml-1"},[_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 px-3 rounded-l-md border border-r-0 border-gray-300 bg-gray-50 text-gray-500 sm:text-sm",class:_vm.disabled ? 'opacity-50' : ''},[_vm._v(" "+_vm._s(_vm.addon)+" ")]):_vm._e(),_c('input',{staticClass:"shadow-sm focus:ring-indigo-500 focus:border-indigo-500 flex-1 block w-full px-3 py-2 rounded-r-md sm:text-sm disabled:opacity-50 text-gray-900",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:"absolute inset-y-0 right-0 pr-3 flex items-center pointer-events-none text-red-600"},[_c('c-icon',{staticClass:"h-5 w-5",attrs:{"name":"exclamation-circle","type":"solid"}})],1):_vm._e()]):_vm._e(),(!_vm.inlineAddon && _vm.addonType == 'trailing')?_c('div',{staticClass:"relative mt-1 flex rounded-md"},[_c('input',{staticClass:"shadow-sm focus:ring-indigo-500 focus:border-indigo-500 flex-1 block w-full px-3 py-2 rounded-l-md sm:text-sm disabled:opacity-50 text-gray-900",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:"absolute inset-y-0 right-14 pr-3 flex items-center pointer-events-none text-red-600"},[_c('c-icon',{staticClass:"h-5 w-5",attrs:{"name":"exclamation-circle","type":"solid"}})],1):_vm._e(),_c('span',{staticClass:"inline-flex items-center px-4 py-2 rounded-r-md border border-l-0 border-gray-300 bg-gray-50 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:"shadow-sm focus:ring-indigo-500 focus:border-indigo-500 flex-1 block w-full px-3 py-2 rounded-md sm:text-sm disabled:opacity-50 text-gray-900",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:"absolute inset-y-0 right-3 flex items-center pointer-events-none"},[(!_vm.isValidate)?_c('div',{staticClass:"right-0 pr-2 flex items-center pointer-events-none text-red-600"},[_c('c-icon',{staticClass:"h-5 w-5",attrs:{"name":"exclamation-circle","type":"solid"}})],1):_vm._e(),_c('span',{staticClass:"text-gray-500 sm:text-sm",class:_vm.disabled ? 'opacity-50' : ''},[_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:"absolute inset-y-0 left-0 pl-3 flex items-center pointer-events-none"},[_c('span',{staticClass:"text-gray-500 sm:text-sm"},[_vm._v(_vm._s(_vm.addon))])]),_c('input',{staticClass:"shadow-sm focus:ring-indigo-500 focus:border-indigo-500 block w-full rounded-md sm:text-sm disabled:opacity-50 text-gray-900",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:"absolute inset-y-0 right-0 pr-3 flex items-center pointer-events-none text-red-600"},[_c('c-icon',{staticClass:"h-5 w-5",attrs:{"name":"exclamation-circle","type":"solid"}})],1):_vm._e()]):_vm._e(),(!_vm.isValidate)?_c('p',{staticClass:"mt-2 text-sm text-red-600 text-left"},[_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()])}
|
|
83777
83782
|
var CInputAddonvue_type_template_id_31638344_staticRenderFns = []
|
|
83778
83783
|
|
|
@@ -84016,7 +84021,7 @@ var CInputAddon_component = normalizeComponent(
|
|
|
84016
84021
|
// CONCATENATED MODULE: ./src/components/CInputAddon/index.js
|
|
84017
84022
|
|
|
84018
84023
|
/* harmony default export */ var components_CInputAddon = (CInputAddon);
|
|
84019
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
84024
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"458cf79e-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/CInputEmail/CInputEmail.vue?vue&type=template&id=8ace5418&
|
|
84020
84025
|
var CInputEmailvue_type_template_id_8ace5418_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_c('div',{staticClass:"flex justify-between"},[_c('label',{staticClass:"block text-sm font-medium text-gray-900"},[_vm._v(" "+_vm._s(_vm.label)+" ")]),(_vm.hint)?_c('span',{staticClass:"text-sm text-gray-500"},[_vm._v(_vm._s(_vm.hint))]):_vm._e()]),_c('div',{staticClass:"relative mt-1 rounded-md"},[_c('input',{staticClass:"block w-full flex-1 rounded-md px-3 py-2 text-gray-900 focus:border-indigo-500 focus:ring-indigo-500 sm:text-sm",class:_vm.errorClasses,attrs:{"type":"text","placeholder":_vm.placeholder},domProps:{"value":_vm.email},on:{"blur":_vm.checkValidation,"input":function($event){return _vm.$emit('input', $event.target.value)}}}),(_vm.isValidate)?_c('div',{staticClass:"pointer-events-none absolute inset-y-0 right-0 flex items-center pr-3 text-red-600"},[_c('c-icon',{staticClass:"h-5 w-5",attrs:{"name":"exclamation-circle","type":"solid"}})],1):_vm._e()]),(_vm.isValidate)?_c('p',{staticClass:"mt-2 text-sm text-red-600"},[_vm._v("Please enter valid email address")]):_vm._e(),(_vm.helpText && _vm.isValidate == false)?_c('p',{staticClass:"mt-2 text-sm text-gray-500"},[_vm._v(" "+_vm._s(_vm.helpText)+" ")]):_vm._e()])}
|
|
84021
84026
|
var CInputEmailvue_type_template_id_8ace5418_staticRenderFns = []
|
|
84022
84027
|
|
|
@@ -84131,7 +84136,7 @@ var CInputEmail_component = normalizeComponent(
|
|
|
84131
84136
|
// CONCATENATED MODULE: ./src/components/CInputEmail/index.js
|
|
84132
84137
|
|
|
84133
84138
|
/* harmony default export */ var components_CInputEmail = (CInputEmail);
|
|
84134
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
84139
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"458cf79e-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&
|
|
84135
84140
|
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()])])}
|
|
84136
84141
|
var CModalHeadingvue_type_template_id_2995f526_staticRenderFns = []
|
|
84137
84142
|
|
|
@@ -84191,7 +84196,7 @@ var CModalHeading_component = normalizeComponent(
|
|
|
84191
84196
|
// CONCATENATED MODULE: ./src/components/CModalHeading/index.js
|
|
84192
84197
|
|
|
84193
84198
|
/* harmony default export */ var components_CModalHeading = (CModalHeading);
|
|
84194
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
84199
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"458cf79e-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&
|
|
84195
84200
|
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()])])}
|
|
84196
84201
|
var CModuleHelpLinksvue_type_template_id_39f6663e_staticRenderFns = []
|
|
84197
84202
|
|
|
@@ -84267,7 +84272,7 @@ var CModuleHelpLinks_component = normalizeComponent(
|
|
|
84267
84272
|
// CONCATENATED MODULE: ./src/components/CModuleHelpLinks/index.js
|
|
84268
84273
|
|
|
84269
84274
|
/* harmony default export */ var components_CModuleHelpLinks = (CModuleHelpLinks);
|
|
84270
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
84275
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"458cf79e-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=4c7a88a1&
|
|
84271
84276
|
var CMultiselectvue_type_template_id_4c7a88a1_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_c('div',{staticClass:"flex items-center"},[(_vm.label)?_c('label',{staticClass:"text-sm font-medium text-gray-900"},[_vm._v(_vm._s(_vm.label))]):_vm._e(),(_vm.isRequired)?_c('p',{staticClass:"ml-1 text-red-600"},[_vm._v("*")]):_vm._e()]),(_vm.subLabel)?_c('p',{staticClass:"text-sm text-gray-500"},[_vm._v(_vm._s(_vm.subLabel))]):_vm._e(),_c('v-select',{staticClass:"mt-1 text-sm",attrs:{"placeholder":_vm.placeholder,"multiple":_vm.isMultiple,"taggable":_vm.isTaggable,"push-tags":_vm.pushTags,"filterable":_vm.filterable,"options":_vm.options,"label":_vm.optionLabel,"clearable":_vm.clearable,"loading":_vm.loading},on:{"input":_vm.setSelectedOptions,"search":_vm.fetchOptions,"search:focus":function($event){return _vm.$emit('search:focus')},"open":_vm.onOpen,"close":_vm.onClose},scopedSlots:_vm._u([{key:"open-indicator",fn:function(ref){
|
|
84272
84277
|
var attributes = ref.attributes;
|
|
84273
84278
|
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){
|
|
@@ -84761,7 +84766,7 @@ var CMultiselect_component = normalizeComponent(
|
|
|
84761
84766
|
// CONCATENATED MODULE: ./src/components/CMultiselect/index.js
|
|
84762
84767
|
|
|
84763
84768
|
/* harmony default export */ var components_CMultiselect = (CMultiselect);
|
|
84764
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
84769
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"458cf79e-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=172a2455&
|
|
84765
84770
|
var CPageHeadingvue_type_template_id_172a2455_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"sticky top-0 z-10 bg-white"},[_c('div',{staticClass:"flex justify-between items-center pt-4 pb-1 w-full"},[_c('div',[_c('h2',{staticClass:"text-xl font-bold leading-7 text-gray-900 sm:text-xl sm:truncate"},[_vm._v(" "+_vm._s(_vm.title)+" ")])]),_c('div',{staticClass:"justify-self-end"},[_vm._t("default"),(_vm.buttonType)?_c('div',{staticClass:"mt-5 flex 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)])])}
|
|
84766
84771
|
var CPageHeadingvue_type_template_id_172a2455_staticRenderFns = []
|
|
84767
84772
|
|
|
@@ -84852,7 +84857,7 @@ var CPageHeading_component = normalizeComponent(
|
|
|
84852
84857
|
// CONCATENATED MODULE: ./src/components/CPageHeading/index.js
|
|
84853
84858
|
|
|
84854
84859
|
/* harmony default export */ var components_CPageHeading = (CPageHeading);
|
|
84855
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
84860
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"458cf79e-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/CPagination/CPagination.vue?vue&type=template&id=76112b02&
|
|
84856
84861
|
var CPaginationvue_type_template_id_76112b02_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"flex items-center justify-between border-gray-200 bg-white px-4 py-3 sm:px-6"},[_vm._m(0),_c('div',{staticClass:"hidden sm:flex sm:flex-1 sm:items-center sm:justify-between"},[_c('div',[_c('p',{staticClass:"text-sm text-gray-700"},[_vm._v(" Showing "),_c('span',{staticClass:"font-medium"},[_vm._v(_vm._s(_vm.setPaginationRecords.from))]),_vm._v(" to "),_c('span',{staticClass:"font-medium"},[_vm._v(_vm._s(_vm.setPaginationRecords.to))]),_vm._v(" of "),_c('span',{staticClass:"font-medium"},[_vm._v(_vm._s(_vm.setPaginationRecords.totalRecords))]),_vm._v(" results ")])]),_c('div',[_c('nav',{staticClass:"relative z-0 inline-flex -space-x-px rounded-md shadow-sm",attrs:{"aria-label":"Pagination"}},[_c('div',{staticClass:"hidden md:-mt-px md:flex"},[_c('div',{staticClass:"relative inline-flex items-center rounded-l-md border border-r-0 border-gray-300 bg-white px-2 py-2 text-sm font-medium text-gray-500 hover:bg-gray-50",class:_vm.currentPageNumber == '1'
|
|
84857
84862
|
? 'pointer-events-none text-gray-400'
|
|
84858
84863
|
: '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:[
|
|
@@ -87303,7 +87308,7 @@ var CPagination_component = normalizeComponent(
|
|
|
87303
87308
|
// CONCATENATED MODULE: ./src/components/CPagination/index.js
|
|
87304
87309
|
|
|
87305
87310
|
/* harmony default export */ var components_CPagination = (CPagination);
|
|
87306
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
87311
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"458cf79e-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=64703bec&
|
|
87307
87312
|
var CPhoneNumbervue_type_template_id_64703bec_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_c('label',{staticClass:"text-sm text-gray-900"},[_vm._v(_vm._s(_vm.label))]),_c('div',{staticClass:"mt-1 w-full shadow-sm"},[_c('vue-tel-input',_vm._b({attrs:{"autoFormat":false},model:{value:(_vm.value),callback:function ($$v) {_vm.value=$$v},expression:"value"}},'vue-tel-input',_vm.bindProps,false))],1)])}
|
|
87308
87313
|
var CPhoneNumbervue_type_template_id_64703bec_staticRenderFns = []
|
|
87309
87314
|
|
|
@@ -87385,7 +87390,7 @@ var CPhoneNumber_component = normalizeComponent(
|
|
|
87385
87390
|
// CONCATENATED MODULE: ./src/components/CPhoneNumber/index.js
|
|
87386
87391
|
|
|
87387
87392
|
/* harmony default export */ var components_CPhoneNumber = (CPhoneNumber);
|
|
87388
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
87393
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"458cf79e-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=4c3c7e84&
|
|
87389
87394
|
var CRadiovue_type_template_id_4c3c7e84_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_c('div',{staticClass:"bg-white rounded-md -space-y-px"},_vm._l((_vm.items),function(item){return _c('div',{key:item.label,staticClass:"relative rounded-tl-md rounded-tr-md pb-5"},[_c('div',{staticClass:"flex items-center h-5"},[_c('input',{directives:[{name:"model",rawName:"v-model",value:(_vm.selectedItem),expression:"selectedItem"}],staticClass:"focus:ring-indigo-500 h-4 w-4 text-indigo-600 cursor-pointer border-gray-300 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 flex-col cursor-pointer",on:{"click":function($event){return _vm.onChange(item.value)}}},[_c('span',{staticClass:"block text-sm font-medium"},[_vm._v(" "+_vm._s(item.label)+" ")]),_c('span',{staticClass:"block text-sm text-gray-500"},[_vm._v(" "+_vm._s(item.description)+" ")])])]),(item.value === _vm.selectedItem)?_vm._t(item.value):_vm._e()],2)}),0)])}
|
|
87390
87395
|
var CRadiovue_type_template_id_4c3c7e84_staticRenderFns = []
|
|
87391
87396
|
|
|
@@ -87486,7 +87491,7 @@ var CRadio_component = normalizeComponent(
|
|
|
87486
87491
|
// CONCATENATED MODULE: ./src/components/CRadio/index.js
|
|
87487
87492
|
|
|
87488
87493
|
/* harmony default export */ var components_CRadio = (CRadio);
|
|
87489
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
87494
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"458cf79e-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=af3f5f2a&
|
|
87490
87495
|
var CReorderableStackedListvue_type_template_id_af3f5f2a_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"}}):_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)])}
|
|
87491
87496
|
var CReorderableStackedListvue_type_template_id_af3f5f2a_staticRenderFns = []
|
|
87492
87497
|
|
|
@@ -87613,7 +87618,7 @@ var CReorderableStackedList_component = normalizeComponent(
|
|
|
87613
87618
|
// CONCATENATED MODULE: ./src/components/CSelect/index.js
|
|
87614
87619
|
|
|
87615
87620
|
/* harmony default export */ var components_CSelect = (CSelect);
|
|
87616
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
87621
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"458cf79e-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&
|
|
87617
87622
|
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)])])}
|
|
87618
87623
|
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")])])}]
|
|
87619
87624
|
|
|
@@ -87685,7 +87690,7 @@ var CSmallTimeline_component = normalizeComponent(
|
|
|
87685
87690
|
// CONCATENATED MODULE: ./src/components/CStackedList/index.js
|
|
87686
87691
|
|
|
87687
87692
|
/* harmony default export */ var components_CStackedList = (CStackedList);
|
|
87688
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
87693
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"458cf79e-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/CStats/CStats.vue?vue&type=template&id=b5b16e30&
|
|
87689
87694
|
var CStatsvue_type_template_id_b5b16e30_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_c('dl',{staticClass:"mt-5 grid grid-cols-1 rounded-lg bg-gray-100 overflow-hidden divide-y divide-gray-200 md:grid-cols-3 md:divide-y-0 md:divide-x"},_vm._l((_vm.statsCount),function(count){return _c('div',{key:count.number,staticClass:"px-4 py-5 sm:p-6"},[_c('div',{staticClass:"flex"},[(count.icon)?_c('c-icon',{class:count.icon.class,attrs:{"name":count.icon.name,"type":count.icon.type}}):_vm._e(),_c('div',{class:count.icon ? 'ml-3' : ''},[_c('dt',{staticClass:"text-sm text-gray-500 flex"},[_c('span',[_vm._v(_vm._s(count.label))]),_c('span',{staticClass:"text-sm text-gray-900 ml-1"},[_vm._v(_vm._s(count.number))])]),_c('dd',{staticClass:"text-2xl font-semibold text-gray-900"},[_vm._v(" "+_vm._s(count.totalCount)+" ")])])],1),(count.tag || count.days)?_c('div',{staticClass:"ml-8 pb-2 flex items-center"},[(count.tag)?_c('c-tag',{attrs:{"label":count.tag.label,"color":count.tag.color,"tagClasses":count.tag.class}}):_vm._e(),(count.days)?_c('label',{staticClass:"text-xs text-gray-500 ml-1"},[_vm._v(_vm._s(count.days))]):_vm._e()],1):_vm._e()])}),0)])}
|
|
87690
87695
|
var CStatsvue_type_template_id_b5b16e30_staticRenderFns = []
|
|
87691
87696
|
|
|
@@ -87808,7 +87813,7 @@ var CStats_component = normalizeComponent(
|
|
|
87808
87813
|
// CONCATENATED MODULE: ./src/components/CSwitch/index.js
|
|
87809
87814
|
|
|
87810
87815
|
/* harmony default export */ var components_CSwitch = (CSwitch);
|
|
87811
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
87816
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"458cf79e-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=2ed54ecf&
|
|
87812
87817
|
var CTablevue_type_template_id_2ed54ecf_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[(_vm.tableActions)?_c('div',{staticClass:"mb-4 rounded-lg bg-gray-50 p-3",attrs:{"slot":"table-actions"},slot:"table-actions"},[_c('div',{staticClass:"flex justify-between"},[(_vm.searching)?_c('div',[_c('c-input',{staticClass:"-mt-1 w-56",attrs:{"isValidate":_vm.searching,"placeholder":_vm.searchPlaceholder,"type":"text"},model:{value:(_vm.searchTerm),callback:function ($$v) {_vm.searchTerm=$$v},expression:"searchTerm"}})],1):_vm._e(),_c('div',{staticClass:"flex"},[(_vm.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:"absolute right-0 z-10 mt-2 -mr-1 max-h-96 w-56 origin-top-right overflow-y-auto rounded-md bg-white shadow-lg ring-1 ring-gray-900 ring-opacity-5",attrs:{"tabindex":"0"},on:{"blur":_vm.handleToggle}},[_c('div',{staticClass:"py-1",attrs:{"role":"menu","aria-orientation":"vertical","aria-labelledby":"option-menu"}},_vm._l((_vm.showHideColumnList),function(column){return _c('a',{key:column.field,staticClass:"block flex px-4 py-2 text-sm text-gray-700 hover:bg-gray-100 hover:text-gray-900",attrs:{"href":"#","role":"menuitem"}},[_c('c-checkbox',{attrs:{"label":column.label,"value":!column.hidden},on:{"onChange":function($event){return _vm.showHideColumn($event, column.field)}}})],1)}),0)]):_vm._e()]):_vm._e(),(_vm.enableDownload)?_c('div',{on:{"click":_vm.startDownload}},[_c('c-button-icon',{staticClass:"ml-3",attrs:{"type":"white","icon":_vm.downloadLoader
|
|
87813
87818
|
? null
|
|
87814
87819
|
: {
|
|
@@ -88308,7 +88313,7 @@ var CTable_component = normalizeComponent(
|
|
|
88308
88313
|
// CONCATENATED MODULE: ./src/components/CTable/index.js
|
|
88309
88314
|
|
|
88310
88315
|
/* harmony default export */ var components_CTable = (CTable);
|
|
88311
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
88316
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"458cf79e-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=3047d5fc&
|
|
88312
88317
|
var CTabsvue_type_template_id_3047d5fc_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_vm._t("default"),_c('div',{staticClass:"lg:hidden"},[_c('label',{staticClass:"sr-only",attrs:{"for":"tabs"}},[_vm._v("Select a tab")]),_c('select',{directives:[{name:"model",rawName:"v-model",value:(_vm.activeTab),expression:"activeTab"}],staticClass:"block w-full focus:ring-indigo-500 focus:border-indigo-500 border-gray-300 rounded-md",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},[_vm._v(_vm._s(tab.text))])}),0),_c('div',[_vm._t(_vm.tabPanelSlotName)],2)]),_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:"cursor-pointer group inline-flex border-b-2 items-center py-4 px-1 font-medium text-sm whitespace-nowrap",class:_vm.activeTab == tab.text
|
|
88313
88318
|
? 'border-indigo-600 text-indigo-700 hover:text-indigo-800'
|
|
88314
88319
|
: 'border-transparent text-gray-500 hover:text-gray-700 hover:border-gray-300',on:{"click":function($event){return _vm.switchTab(tab.text)}}},[(tab.icon)?_c('c-icon',{staticClass:"-ml-0.5 mr-2 h-5 w-5",class:_vm.activeTab == tab.text
|
|
@@ -88457,7 +88462,7 @@ var CTabs_component = normalizeComponent(
|
|
|
88457
88462
|
// CONCATENATED MODULE: ./src/components/CTag/index.js
|
|
88458
88463
|
|
|
88459
88464
|
/* harmony default export */ var components_CTag = (CTag);
|
|
88460
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
88465
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"458cf79e-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/CTextarea/CTextarea.vue?vue&type=template&id=3e7c1112&
|
|
88461
88466
|
var CTextareavue_type_template_id_3e7c1112_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_c('div',{staticClass:"flex justify-between"},[(_vm.label)?_c('label',{staticClass:"block text-sm font-medium text-gray-900"},[_vm._v(" "+_vm._s(_vm.label)+" ")]):_vm._e(),(_vm.hint)?_c('span',{staticClass:"text-sm text-gray-500"},[_vm._v(_vm._s(_vm.hint))]):_vm._e()]),_c('div',{staticClass:"mt-1"},[_c('textarea',{staticClass:"shadow-sm focus:ring-indigo-500 focus:border-indigo-500 block w-full sm:text-sm rounded-md disabled:opacity-50 text-gray-900",class:_vm.errorClasses,attrs:{"placeholder":_vm.placeholder,"rows":_vm.rows,"disabled":_vm.disabled},domProps:{"value":_vm.textareaValue},on:{"input":function($event){return _vm.$emit('input', $event.target.value)},"blur":function($event){return _vm.$emit('blur', $event.target.value)}}}),(!_vm.isValidate)?_c('div',{staticClass:"absolute inset-y-0 right-0 pr-3 flex items-center pointer-events-none text-red-600"},[_c('c-icon',{staticClass:"h-5 w-5",attrs:{"name":"exclamation-circle","type":"solid"}})],1):_vm._e()]),(!_vm.isValidate)?_c('p',{staticClass:"mt-2 text-sm text-red-600"},[_vm._v(" "+_vm._s(_vm.errorMessage)+" ")]):_vm._e(),(_vm.helpText && _vm.isValidate == true)?_c('p',{staticClass:"mt-2 text-sm text-gray-500"},[_vm._v(" "+_vm._s(_vm.helpText)+" ")]):_vm._e()])}
|
|
88462
88467
|
var CTextareavue_type_template_id_3e7c1112_staticRenderFns = []
|
|
88463
88468
|
|
|
@@ -88581,7 +88586,7 @@ var CTextarea_component = normalizeComponent(
|
|
|
88581
88586
|
// CONCATENATED MODULE: ./src/components/CTextarea/index.js
|
|
88582
88587
|
|
|
88583
88588
|
/* harmony default export */ var components_CTextarea = (CTextarea);
|
|
88584
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
88589
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"458cf79e-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&
|
|
88585
88590
|
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)])])])])])])}
|
|
88586
88591
|
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")])])])}]
|
|
88587
88592
|
|
|
@@ -88849,7 +88854,7 @@ var CTimeline_component = normalizeComponent(
|
|
|
88849
88854
|
// CONCATENATED MODULE: ./src/components/CTimeline/index.js
|
|
88850
88855
|
|
|
88851
88856
|
/* harmony default export */ var components_CTimeline = (CTimeline);
|
|
88852
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
88857
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"458cf79e-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=49f84642&
|
|
88853
88858
|
var CUploadvue_type_template_id_49f84642_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"flex h-full flex-col"},[_c('div',{staticClass:"flex items-center justify-between"},[_c('label',{staticClass:"block text-sm font-medium text-gray-900"},[_vm._v(_vm._s(_vm.label))]),(!_vm.isUploaded)?_c('label',{staticClass:"block text-sm font-medium text-gray-400"},[_vm._v(" "+_vm._s(_vm.hint)+" ")]):_vm._e()]),(_vm.displayMode == 'overlay' && _vm.icon)?_c('button',{staticClass:"inline-flex items-center rounded-md border border-gray-300 bg-white px-4 py-2 text-sm font-medium text-gray-700 shadow-sm hover:bg-gray-50 focus:outline-none focus:ring-2 focus:ring-indigo-500 focus:ring-offset-2",attrs:{"type":"button"},on:{"click":function($event){return _vm.initFilestack()}}},[_c('c-icon',{class:_vm.icon.class,attrs:{"type":_vm.icon.type,"name":_vm.icon.name,"viewBox":_vm.icon.viewBox}}),_vm._v(" "+_vm._s(_vm.buttonText)+" ")],1):_vm._e(),(_vm.displayMode == 'overlay' && !_vm.icon && !_vm.isAvatar)?_c('button',{staticClass:"mt-1.5 flex h-full w-auto items-center justify-center rounded-lg border-2 border-dashed border-gray-300 px-9 py-14 text-center hover:border-gray-400 focus:outline-none",attrs:{"type":"button"},on:{"click":function($event){return _vm.initFilestack()}}},[_c('c-icon',{staticClass:"mr-1 h-5 w-5 flex-none text-indigo-600",attrs:{"name":"arrow-up","type":"solid","viewBox":"0 0 20 20"}}),_c('span',{staticClass:"text-sm font-medium text-indigo-900"},[_vm._v(" Upload ")])],1):_vm._e(),(_vm.displayMode == 'overlay' && !_vm.icon && _vm.isAvatar)?_c('div',{staticClass:"relative hidden h-full w-full overflow-hidden rounded-full lg:block",on:{"click":function($event){return _vm.initFilestack()}}},[(_vm.imageUrl)?_c('img',{staticClass:"relative h-full w-full rounded-full object-cover",attrs:{"src":_vm.imageUrl}}):_c('c-avatar',{attrs:{"size":"very large","nameInitials":_vm.shortName,"rounded":true}}),_vm._m(0)],1):_vm._e(),_c('div',{class:_vm.filestackClasses,attrs:{"id":"filestack-uploader"}}),(!_vm.isValidate)?_c('p',{staticClass:"mt-2 text-sm text-red-600"},[_vm._v(" "+_vm._s(_vm.errorMessage)+" ")]):_vm._e()])}
|
|
88854
88859
|
var CUploadvue_type_template_id_49f84642_staticRenderFns = [function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('label',{staticClass:"absolute inset-0 flex h-full w-full cursor-pointer items-center justify-center bg-gray-900 bg-opacity-75 text-sm font-medium text-white opacity-0 focus-within:opacity-100 hover:opacity-100"},[_c('span',[_vm._v("Change")]),_c('span',{staticClass:"sr-only"},[_vm._v(" user photo")])])}]
|
|
88855
88860
|
|
|
@@ -89084,12 +89089,799 @@ var CUpload_component = normalizeComponent(
|
|
|
89084
89089
|
// CONCATENATED MODULE: ./src/components/CUpload/index.js
|
|
89085
89090
|
|
|
89086
89091
|
/* harmony default export */ var components_CUpload = (CUpload);
|
|
89087
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
89088
|
-
var
|
|
89089
|
-
var
|
|
89092
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"458cf79e-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=4246d42e&
|
|
89093
|
+
var CConfirmActionModalvue_type_template_id_4246d42e_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"},[_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))])]),_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)])])}
|
|
89094
|
+
var CConfirmActionModalvue_type_template_id_4246d42e_staticRenderFns = []
|
|
89095
|
+
|
|
89096
|
+
|
|
89097
|
+
// CONCATENATED MODULE: ./src/components/CConfirmActionModal/CConfirmActionModal.vue?vue&type=template&id=4246d42e&
|
|
89098
|
+
|
|
89099
|
+
// CONCATENATED MODULE: ./node_modules/focus-trap-vue/dist/index.browser.esm.js
|
|
89100
|
+
/*!
|
|
89101
|
+
* focus-trap-vue v1.1.1
|
|
89102
|
+
* (c) 2021 Eduardo San Martin Morote
|
|
89103
|
+
* @license MIT
|
|
89104
|
+
*/
|
|
89105
|
+
/*!
|
|
89106
|
+
* tabbable 5.1.4
|
|
89107
|
+
* @license MIT, https://github.com/focus-trap/tabbable/blob/master/LICENSE
|
|
89108
|
+
*/
|
|
89109
|
+
var candidateSelectors = ['input', 'select', 'textarea', 'a[href]', 'button', '[tabindex]', 'audio[controls]', 'video[controls]', '[contenteditable]:not([contenteditable="false"])', 'details>summary:first-of-type', 'details'];
|
|
89110
|
+
var candidateSelector = /* #__PURE__ */candidateSelectors.join(',');
|
|
89111
|
+
var matches = typeof Element === 'undefined' ? function () {} : Element.prototype.matches || Element.prototype.msMatchesSelector || Element.prototype.webkitMatchesSelector;
|
|
89112
|
+
|
|
89113
|
+
var getCandidates = function getCandidates(el, includeContainer, filter) {
|
|
89114
|
+
var candidates = Array.prototype.slice.apply(el.querySelectorAll(candidateSelector));
|
|
89115
|
+
|
|
89116
|
+
if (includeContainer && matches.call(el, candidateSelector)) {
|
|
89117
|
+
candidates.unshift(el);
|
|
89118
|
+
}
|
|
89119
|
+
|
|
89120
|
+
candidates = candidates.filter(filter);
|
|
89121
|
+
return candidates;
|
|
89122
|
+
};
|
|
89123
|
+
|
|
89124
|
+
var isContentEditable = function isContentEditable(node) {
|
|
89125
|
+
return node.contentEditable === 'true';
|
|
89126
|
+
};
|
|
89127
|
+
|
|
89128
|
+
var getTabindex = function getTabindex(node) {
|
|
89129
|
+
var tabindexAttr = parseInt(node.getAttribute('tabindex'), 10);
|
|
89130
|
+
|
|
89131
|
+
if (!isNaN(tabindexAttr)) {
|
|
89132
|
+
return tabindexAttr;
|
|
89133
|
+
} // Browsers do not return `tabIndex` correctly for contentEditable nodes;
|
|
89134
|
+
// so if they don't have a tabindex attribute specifically set, assume it's 0.
|
|
89135
|
+
|
|
89136
|
+
|
|
89137
|
+
if (isContentEditable(node)) {
|
|
89138
|
+
return 0;
|
|
89139
|
+
} // in Chrome, <details/>, <audio controls/> and <video controls/> elements get a default
|
|
89140
|
+
// `tabIndex` of -1 when the 'tabindex' attribute isn't specified in the DOM,
|
|
89141
|
+
// yet they are still part of the regular tab order; in FF, they get a default
|
|
89142
|
+
// `tabIndex` of 0; since Chrome still puts those elements in the regular tab
|
|
89143
|
+
// order, consider their tab index to be 0.
|
|
89144
|
+
|
|
89145
|
+
|
|
89146
|
+
if ((node.nodeName === 'AUDIO' || node.nodeName === 'VIDEO' || node.nodeName === 'DETAILS') && node.getAttribute('tabindex') === null) {
|
|
89147
|
+
return 0;
|
|
89148
|
+
}
|
|
89149
|
+
|
|
89150
|
+
return node.tabIndex;
|
|
89151
|
+
};
|
|
89152
|
+
|
|
89153
|
+
var sortOrderedTabbables = function sortOrderedTabbables(a, b) {
|
|
89154
|
+
return a.tabIndex === b.tabIndex ? a.documentOrder - b.documentOrder : a.tabIndex - b.tabIndex;
|
|
89155
|
+
};
|
|
89156
|
+
|
|
89157
|
+
var isInput = function isInput(node) {
|
|
89158
|
+
return node.tagName === 'INPUT';
|
|
89159
|
+
};
|
|
89160
|
+
|
|
89161
|
+
var isHiddenInput = function isHiddenInput(node) {
|
|
89162
|
+
return isInput(node) && node.type === 'hidden';
|
|
89163
|
+
};
|
|
89164
|
+
|
|
89165
|
+
var isDetailsWithSummary = function isDetailsWithSummary(node) {
|
|
89166
|
+
var r = node.tagName === 'DETAILS' && Array.prototype.slice.apply(node.children).some(function (child) {
|
|
89167
|
+
return child.tagName === 'SUMMARY';
|
|
89168
|
+
});
|
|
89169
|
+
return r;
|
|
89170
|
+
};
|
|
89171
|
+
|
|
89172
|
+
var getCheckedRadio = function getCheckedRadio(nodes, form) {
|
|
89173
|
+
for (var i = 0; i < nodes.length; i++) {
|
|
89174
|
+
if (nodes[i].checked && nodes[i].form === form) {
|
|
89175
|
+
return nodes[i];
|
|
89176
|
+
}
|
|
89177
|
+
}
|
|
89178
|
+
};
|
|
89179
|
+
|
|
89180
|
+
var isTabbableRadio = function isTabbableRadio(node) {
|
|
89181
|
+
if (!node.name) {
|
|
89182
|
+
return true;
|
|
89183
|
+
}
|
|
89184
|
+
|
|
89185
|
+
var radioScope = node.form || node.ownerDocument;
|
|
89186
|
+
var radioSet = radioScope.querySelectorAll('input[type="radio"][name="' + node.name + '"]');
|
|
89187
|
+
var checked = getCheckedRadio(radioSet, node.form);
|
|
89188
|
+
return !checked || checked === node;
|
|
89189
|
+
};
|
|
89190
|
+
|
|
89191
|
+
var isRadio = function isRadio(node) {
|
|
89192
|
+
return isInput(node) && node.type === 'radio';
|
|
89193
|
+
};
|
|
89194
|
+
|
|
89195
|
+
var isNonTabbableRadio = function isNonTabbableRadio(node) {
|
|
89196
|
+
return isRadio(node) && !isTabbableRadio(node);
|
|
89197
|
+
};
|
|
89198
|
+
|
|
89199
|
+
var isHidden = function isHidden(node) {
|
|
89200
|
+
if (getComputedStyle(node).visibility === 'hidden') {
|
|
89201
|
+
return true;
|
|
89202
|
+
}
|
|
89203
|
+
|
|
89204
|
+
var isDirectSummary = matches.call(node, 'details>summary:first-of-type');
|
|
89205
|
+
var nodeUnderDetails = isDirectSummary ? node.parentElement : node;
|
|
89206
|
+
|
|
89207
|
+
if (matches.call(nodeUnderDetails, 'details:not([open]) *')) {
|
|
89208
|
+
return true;
|
|
89209
|
+
}
|
|
89210
|
+
|
|
89211
|
+
while (node) {
|
|
89212
|
+
if (getComputedStyle(node).display === 'none') {
|
|
89213
|
+
return true;
|
|
89214
|
+
}
|
|
89215
|
+
|
|
89216
|
+
node = node.parentElement;
|
|
89217
|
+
}
|
|
89218
|
+
|
|
89219
|
+
return false;
|
|
89220
|
+
};
|
|
89221
|
+
|
|
89222
|
+
var isNodeMatchingSelectorFocusable = function isNodeMatchingSelectorFocusable(node) {
|
|
89223
|
+
if (node.disabled || isHiddenInput(node) || isHidden(node) ||
|
|
89224
|
+
/* For a details element with a summary, the summary element gets the focused */
|
|
89225
|
+
isDetailsWithSummary(node)) {
|
|
89226
|
+
return false;
|
|
89227
|
+
}
|
|
89228
|
+
|
|
89229
|
+
return true;
|
|
89230
|
+
};
|
|
89231
|
+
|
|
89232
|
+
var isNodeMatchingSelectorTabbable = function isNodeMatchingSelectorTabbable(node) {
|
|
89233
|
+
if (!isNodeMatchingSelectorFocusable(node) || isNonTabbableRadio(node) || getTabindex(node) < 0) {
|
|
89234
|
+
return false;
|
|
89235
|
+
}
|
|
89236
|
+
|
|
89237
|
+
return true;
|
|
89238
|
+
};
|
|
89239
|
+
|
|
89240
|
+
var tabbable = function tabbable(el, options) {
|
|
89241
|
+
options = options || {};
|
|
89242
|
+
var regularTabbables = [];
|
|
89243
|
+
var orderedTabbables = [];
|
|
89244
|
+
var candidates = getCandidates(el, options.includeContainer, isNodeMatchingSelectorTabbable);
|
|
89245
|
+
candidates.forEach(function (candidate, i) {
|
|
89246
|
+
var candidateTabindex = getTabindex(candidate);
|
|
89247
|
+
|
|
89248
|
+
if (candidateTabindex === 0) {
|
|
89249
|
+
regularTabbables.push(candidate);
|
|
89250
|
+
} else {
|
|
89251
|
+
orderedTabbables.push({
|
|
89252
|
+
documentOrder: i,
|
|
89253
|
+
tabIndex: candidateTabindex,
|
|
89254
|
+
node: candidate
|
|
89255
|
+
});
|
|
89256
|
+
}
|
|
89257
|
+
});
|
|
89258
|
+
var tabbableNodes = orderedTabbables.sort(sortOrderedTabbables).map(function (a) {
|
|
89259
|
+
return a.node;
|
|
89260
|
+
}).concat(regularTabbables);
|
|
89261
|
+
return tabbableNodes;
|
|
89262
|
+
};
|
|
89263
|
+
|
|
89264
|
+
var focusableCandidateSelector = /* #__PURE__ */candidateSelectors.concat('iframe').join(',');
|
|
89265
|
+
|
|
89266
|
+
var isFocusable = function isFocusable(node) {
|
|
89267
|
+
if (!node) {
|
|
89268
|
+
throw new Error('No node provided');
|
|
89269
|
+
}
|
|
89270
|
+
|
|
89271
|
+
if (matches.call(node, focusableCandidateSelector) === false) {
|
|
89272
|
+
return false;
|
|
89273
|
+
}
|
|
89274
|
+
|
|
89275
|
+
return isNodeMatchingSelectorFocusable(node);
|
|
89276
|
+
};
|
|
89277
|
+
|
|
89278
|
+
/*!
|
|
89279
|
+
* focus-trap 6.2.3
|
|
89280
|
+
* @license MIT, https://github.com/focus-trap/focus-trap/blob/master/LICENSE
|
|
89281
|
+
*/
|
|
89282
|
+
|
|
89283
|
+
function _defineProperty(obj, key, value) {
|
|
89284
|
+
if (key in obj) {
|
|
89285
|
+
Object.defineProperty(obj, key, {
|
|
89286
|
+
value: value,
|
|
89287
|
+
enumerable: true,
|
|
89288
|
+
configurable: true,
|
|
89289
|
+
writable: true
|
|
89290
|
+
});
|
|
89291
|
+
} else {
|
|
89292
|
+
obj[key] = value;
|
|
89293
|
+
}
|
|
89294
|
+
|
|
89295
|
+
return obj;
|
|
89296
|
+
}
|
|
89297
|
+
|
|
89298
|
+
function ownKeys(object, enumerableOnly) {
|
|
89299
|
+
var keys = Object.keys(object);
|
|
89300
|
+
|
|
89301
|
+
if (Object.getOwnPropertySymbols) {
|
|
89302
|
+
var symbols = Object.getOwnPropertySymbols(object);
|
|
89303
|
+
if (enumerableOnly) symbols = symbols.filter(function (sym) {
|
|
89304
|
+
return Object.getOwnPropertyDescriptor(object, sym).enumerable;
|
|
89305
|
+
});
|
|
89306
|
+
keys.push.apply(keys, symbols);
|
|
89307
|
+
}
|
|
89308
|
+
|
|
89309
|
+
return keys;
|
|
89310
|
+
}
|
|
89311
|
+
|
|
89312
|
+
function _objectSpread2(target) {
|
|
89313
|
+
for (var i = 1; i < arguments.length; i++) {
|
|
89314
|
+
var source = arguments[i] != null ? arguments[i] : {};
|
|
89315
|
+
|
|
89316
|
+
if (i % 2) {
|
|
89317
|
+
ownKeys(Object(source), true).forEach(function (key) {
|
|
89318
|
+
_defineProperty(target, key, source[key]);
|
|
89319
|
+
});
|
|
89320
|
+
} else if (Object.getOwnPropertyDescriptors) {
|
|
89321
|
+
Object.defineProperties(target, Object.getOwnPropertyDescriptors(source));
|
|
89322
|
+
} else {
|
|
89323
|
+
ownKeys(Object(source)).forEach(function (key) {
|
|
89324
|
+
Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));
|
|
89325
|
+
});
|
|
89326
|
+
}
|
|
89327
|
+
}
|
|
89328
|
+
|
|
89329
|
+
return target;
|
|
89330
|
+
}
|
|
89331
|
+
|
|
89332
|
+
var activeFocusDelay;
|
|
89333
|
+
|
|
89334
|
+
var activeFocusTraps = function () {
|
|
89335
|
+
var trapQueue = [];
|
|
89336
|
+
return {
|
|
89337
|
+
activateTrap: function activateTrap(trap) {
|
|
89338
|
+
if (trapQueue.length > 0) {
|
|
89339
|
+
var activeTrap = trapQueue[trapQueue.length - 1];
|
|
89340
|
+
|
|
89341
|
+
if (activeTrap !== trap) {
|
|
89342
|
+
activeTrap.pause();
|
|
89343
|
+
}
|
|
89344
|
+
}
|
|
89345
|
+
|
|
89346
|
+
var trapIndex = trapQueue.indexOf(trap);
|
|
89347
|
+
|
|
89348
|
+
if (trapIndex === -1) {
|
|
89349
|
+
trapQueue.push(trap);
|
|
89350
|
+
} else {
|
|
89351
|
+
// move this existing trap to the front of the queue
|
|
89352
|
+
trapQueue.splice(trapIndex, 1);
|
|
89353
|
+
trapQueue.push(trap);
|
|
89354
|
+
}
|
|
89355
|
+
},
|
|
89356
|
+
deactivateTrap: function deactivateTrap(trap) {
|
|
89357
|
+
var trapIndex = trapQueue.indexOf(trap);
|
|
89358
|
+
|
|
89359
|
+
if (trapIndex !== -1) {
|
|
89360
|
+
trapQueue.splice(trapIndex, 1);
|
|
89361
|
+
}
|
|
89362
|
+
|
|
89363
|
+
if (trapQueue.length > 0) {
|
|
89364
|
+
trapQueue[trapQueue.length - 1].unpause();
|
|
89365
|
+
}
|
|
89366
|
+
}
|
|
89367
|
+
};
|
|
89368
|
+
}();
|
|
89369
|
+
|
|
89370
|
+
var isSelectableInput = function isSelectableInput(node) {
|
|
89371
|
+
return node.tagName && node.tagName.toLowerCase() === 'input' && typeof node.select === 'function';
|
|
89372
|
+
};
|
|
89373
|
+
|
|
89374
|
+
var isEscapeEvent = function isEscapeEvent(e) {
|
|
89375
|
+
return e.key === 'Escape' || e.key === 'Esc' || e.keyCode === 27;
|
|
89376
|
+
};
|
|
89377
|
+
|
|
89378
|
+
var isTabEvent = function isTabEvent(e) {
|
|
89379
|
+
return e.key === 'Tab' || e.keyCode === 9;
|
|
89380
|
+
};
|
|
89381
|
+
|
|
89382
|
+
var delay = function delay(fn) {
|
|
89383
|
+
return setTimeout(fn, 0);
|
|
89384
|
+
}; // Array.find/findIndex() are not supported on IE; this replicates enough
|
|
89385
|
+
// of Array.findIndex() for our needs
|
|
89386
|
+
|
|
89387
|
+
|
|
89388
|
+
var findIndex = function findIndex(arr, fn) {
|
|
89389
|
+
var idx = -1;
|
|
89390
|
+
arr.every(function (value, i) {
|
|
89391
|
+
if (fn(value)) {
|
|
89392
|
+
idx = i;
|
|
89393
|
+
return false; // break
|
|
89394
|
+
}
|
|
89395
|
+
|
|
89396
|
+
return true; // next
|
|
89397
|
+
});
|
|
89398
|
+
return idx;
|
|
89399
|
+
};
|
|
89400
|
+
|
|
89401
|
+
var createFocusTrap = function createFocusTrap(elements, userOptions) {
|
|
89402
|
+
var doc = document;
|
|
89403
|
+
|
|
89404
|
+
var config = _objectSpread2({
|
|
89405
|
+
returnFocusOnDeactivate: true,
|
|
89406
|
+
escapeDeactivates: true,
|
|
89407
|
+
delayInitialFocus: true
|
|
89408
|
+
}, userOptions);
|
|
89409
|
+
|
|
89410
|
+
var state = {
|
|
89411
|
+
// @type {Array<HTMLElement>}
|
|
89412
|
+
containers: [],
|
|
89413
|
+
// list of objects identifying the first and last tabbable nodes in all containers/groups in
|
|
89414
|
+
// the trap
|
|
89415
|
+
// NOTE: it's possible that a group has no tabbable nodes if nodes get removed while the trap
|
|
89416
|
+
// is active, but the trap should never get to a state where there isn't at least one group
|
|
89417
|
+
// with at least one tabbable node in it (that would lead to an error condition that would
|
|
89418
|
+
// result in an error being thrown)
|
|
89419
|
+
// @type {Array<{ firstTabbableNode: HTMLElement|null, lastTabbableNode: HTMLElement|null }>}
|
|
89420
|
+
tabbableGroups: [],
|
|
89421
|
+
nodeFocusedBeforeActivation: null,
|
|
89422
|
+
mostRecentlyFocusedNode: null,
|
|
89423
|
+
active: false,
|
|
89424
|
+
paused: false
|
|
89425
|
+
};
|
|
89426
|
+
var trap; // eslint-disable-line prefer-const -- some private functions reference it, and its methods reference private functions, so we must declare here and define later
|
|
89090
89427
|
|
|
89428
|
+
var containersContain = function containersContain(element) {
|
|
89429
|
+
return state.containers.some(function (container) {
|
|
89430
|
+
return container.contains(element);
|
|
89431
|
+
});
|
|
89432
|
+
};
|
|
89433
|
+
|
|
89434
|
+
var getNodeForOption = function getNodeForOption(optionName) {
|
|
89435
|
+
var optionValue = config[optionName];
|
|
89436
|
+
|
|
89437
|
+
if (!optionValue) {
|
|
89438
|
+
return null;
|
|
89439
|
+
}
|
|
89440
|
+
|
|
89441
|
+
var node = optionValue;
|
|
89442
|
+
|
|
89443
|
+
if (typeof optionValue === 'string') {
|
|
89444
|
+
node = doc.querySelector(optionValue);
|
|
89445
|
+
|
|
89446
|
+
if (!node) {
|
|
89447
|
+
throw new Error("`".concat(optionName, "` refers to no known node"));
|
|
89448
|
+
}
|
|
89449
|
+
}
|
|
89450
|
+
|
|
89451
|
+
if (typeof optionValue === 'function') {
|
|
89452
|
+
node = optionValue();
|
|
89453
|
+
|
|
89454
|
+
if (!node) {
|
|
89455
|
+
throw new Error("`".concat(optionName, "` did not return a node"));
|
|
89456
|
+
}
|
|
89457
|
+
}
|
|
89458
|
+
|
|
89459
|
+
return node;
|
|
89460
|
+
};
|
|
89461
|
+
|
|
89462
|
+
var getInitialFocusNode = function getInitialFocusNode() {
|
|
89463
|
+
var node;
|
|
89464
|
+
|
|
89465
|
+
if (getNodeForOption('initialFocus') !== null) {
|
|
89466
|
+
node = getNodeForOption('initialFocus');
|
|
89467
|
+
} else if (containersContain(doc.activeElement)) {
|
|
89468
|
+
node = doc.activeElement;
|
|
89469
|
+
} else {
|
|
89470
|
+
var firstTabbableGroup = state.tabbableGroups[0];
|
|
89471
|
+
var firstTabbableNode = firstTabbableGroup && firstTabbableGroup.firstTabbableNode;
|
|
89472
|
+
node = firstTabbableNode || getNodeForOption('fallbackFocus');
|
|
89473
|
+
}
|
|
89474
|
+
|
|
89475
|
+
if (!node) {
|
|
89476
|
+
throw new Error('Your focus-trap needs to have at least one focusable element');
|
|
89477
|
+
}
|
|
89478
|
+
|
|
89479
|
+
return node;
|
|
89480
|
+
};
|
|
89481
|
+
|
|
89482
|
+
var updateTabbableNodes = function updateTabbableNodes() {
|
|
89483
|
+
state.tabbableGroups = state.containers.map(function (container) {
|
|
89484
|
+
var tabbableNodes = tabbable(container);
|
|
89485
|
+
|
|
89486
|
+
if (tabbableNodes.length > 0) {
|
|
89487
|
+
return {
|
|
89488
|
+
firstTabbableNode: tabbableNodes[0],
|
|
89489
|
+
lastTabbableNode: tabbableNodes[tabbableNodes.length - 1]
|
|
89490
|
+
};
|
|
89491
|
+
}
|
|
89492
|
+
|
|
89493
|
+
return undefined;
|
|
89494
|
+
}).filter(function (group) {
|
|
89495
|
+
return !!group;
|
|
89496
|
+
}); // remove groups with no tabbable nodes
|
|
89497
|
+
// throw if no groups have tabbable nodes and we don't have a fallback focus node either
|
|
89498
|
+
|
|
89499
|
+
if (state.tabbableGroups.length <= 0 && !getNodeForOption('fallbackFocus')) {
|
|
89500
|
+
throw new Error('Your focus-trap must have at least one container with at least one tabbable node in it at all times');
|
|
89501
|
+
}
|
|
89502
|
+
};
|
|
89503
|
+
|
|
89504
|
+
var tryFocus = function tryFocus(node) {
|
|
89505
|
+
if (node === doc.activeElement) {
|
|
89506
|
+
return;
|
|
89507
|
+
}
|
|
89508
|
+
|
|
89509
|
+
if (!node || !node.focus) {
|
|
89510
|
+
tryFocus(getInitialFocusNode());
|
|
89511
|
+
return;
|
|
89512
|
+
}
|
|
89513
|
+
|
|
89514
|
+
node.focus({
|
|
89515
|
+
preventScroll: !!config.preventScroll
|
|
89516
|
+
});
|
|
89517
|
+
state.mostRecentlyFocusedNode = node;
|
|
89518
|
+
|
|
89519
|
+
if (isSelectableInput(node)) {
|
|
89520
|
+
node.select();
|
|
89521
|
+
}
|
|
89522
|
+
};
|
|
89523
|
+
|
|
89524
|
+
var getReturnFocusNode = function getReturnFocusNode(previousActiveElement) {
|
|
89525
|
+
var node = getNodeForOption('setReturnFocus');
|
|
89526
|
+
return node ? node : previousActiveElement;
|
|
89527
|
+
}; // This needs to be done on mousedown and touchstart instead of click
|
|
89528
|
+
// so that it precedes the focus event.
|
|
89529
|
+
|
|
89530
|
+
|
|
89531
|
+
var checkPointerDown = function checkPointerDown(e) {
|
|
89532
|
+
if (containersContain(e.target)) {
|
|
89533
|
+
// allow the click since it ocurred inside the trap
|
|
89534
|
+
return;
|
|
89535
|
+
}
|
|
89536
|
+
|
|
89537
|
+
if (config.clickOutsideDeactivates) {
|
|
89538
|
+
// immediately deactivate the trap
|
|
89539
|
+
trap.deactivate({
|
|
89540
|
+
// if, on deactivation, we should return focus to the node originally-focused
|
|
89541
|
+
// when the trap was activated (or the configured `setReturnFocus` node),
|
|
89542
|
+
// then assume it's also OK to return focus to the outside node that was
|
|
89543
|
+
// just clicked, causing deactivation, as long as that node is focusable;
|
|
89544
|
+
// if it isn't focusable, then return focus to the original node focused
|
|
89545
|
+
// on activation (or the configured `setReturnFocus` node)
|
|
89546
|
+
// NOTE: by setting `returnFocus: false`, deactivate() will do nothing,
|
|
89547
|
+
// which will result in the outside click setting focus to the node
|
|
89548
|
+
// that was clicked, whether it's focusable or not; by setting
|
|
89549
|
+
// `returnFocus: true`, we'll attempt to re-focus the node originally-focused
|
|
89550
|
+
// on activation (or the configured `setReturnFocus` node)
|
|
89551
|
+
returnFocus: config.returnFocusOnDeactivate && !isFocusable(e.target)
|
|
89552
|
+
});
|
|
89553
|
+
return;
|
|
89554
|
+
} // This is needed for mobile devices.
|
|
89555
|
+
// (If we'll only let `click` events through,
|
|
89556
|
+
// then on mobile they will be blocked anyways if `touchstart` is blocked.)
|
|
89557
|
+
|
|
89558
|
+
|
|
89559
|
+
if (config.allowOutsideClick && (typeof config.allowOutsideClick === 'boolean' ? config.allowOutsideClick : config.allowOutsideClick(e))) {
|
|
89560
|
+
// allow the click outside the trap to take place
|
|
89561
|
+
return;
|
|
89562
|
+
} // otherwise, prevent the click
|
|
89563
|
+
|
|
89564
|
+
|
|
89565
|
+
e.preventDefault();
|
|
89566
|
+
}; // In case focus escapes the trap for some strange reason, pull it back in.
|
|
89567
|
+
|
|
89568
|
+
|
|
89569
|
+
var checkFocusIn = function checkFocusIn(e) {
|
|
89570
|
+
var targetContained = containersContain(e.target); // In Firefox when you Tab out of an iframe the Document is briefly focused.
|
|
89571
|
+
|
|
89572
|
+
if (targetContained || e.target instanceof Document) {
|
|
89573
|
+
if (targetContained) {
|
|
89574
|
+
state.mostRecentlyFocusedNode = e.target;
|
|
89575
|
+
}
|
|
89576
|
+
} else {
|
|
89577
|
+
// escaped! pull it back in to where it just left
|
|
89578
|
+
e.stopImmediatePropagation();
|
|
89579
|
+
tryFocus(state.mostRecentlyFocusedNode || getInitialFocusNode());
|
|
89580
|
+
}
|
|
89581
|
+
}; // Hijack Tab events on the first and last focusable nodes of the trap,
|
|
89582
|
+
// in order to prevent focus from escaping. If it escapes for even a
|
|
89583
|
+
// moment it can end up scrolling the page and causing confusion so we
|
|
89584
|
+
// kind of need to capture the action at the keydown phase.
|
|
89585
|
+
|
|
89586
|
+
|
|
89587
|
+
var checkTab = function checkTab(e) {
|
|
89588
|
+
updateTabbableNodes();
|
|
89589
|
+
var destinationNode = null;
|
|
89590
|
+
|
|
89591
|
+
if (state.tabbableGroups.length > 0) {
|
|
89592
|
+
if (e.shiftKey) {
|
|
89593
|
+
var startOfGroupIndex = findIndex(state.tabbableGroups, function (_ref) {
|
|
89594
|
+
var firstTabbableNode = _ref.firstTabbableNode;
|
|
89595
|
+
return e.target === firstTabbableNode;
|
|
89596
|
+
});
|
|
89597
|
+
|
|
89598
|
+
if (startOfGroupIndex >= 0) {
|
|
89599
|
+
var destinationGroupIndex = startOfGroupIndex === 0 ? state.tabbableGroups.length - 1 : startOfGroupIndex - 1;
|
|
89600
|
+
var destinationGroup = state.tabbableGroups[destinationGroupIndex];
|
|
89601
|
+
destinationNode = destinationGroup.lastTabbableNode;
|
|
89602
|
+
}
|
|
89603
|
+
} else {
|
|
89604
|
+
var lastOfGroupIndex = findIndex(state.tabbableGroups, function (_ref2) {
|
|
89605
|
+
var lastTabbableNode = _ref2.lastTabbableNode;
|
|
89606
|
+
return e.target === lastTabbableNode;
|
|
89607
|
+
});
|
|
89608
|
+
|
|
89609
|
+
if (lastOfGroupIndex >= 0) {
|
|
89610
|
+
var _destinationGroupIndex = lastOfGroupIndex === state.tabbableGroups.length - 1 ? 0 : lastOfGroupIndex + 1;
|
|
89611
|
+
|
|
89612
|
+
var _destinationGroup = state.tabbableGroups[_destinationGroupIndex];
|
|
89613
|
+
destinationNode = _destinationGroup.firstTabbableNode;
|
|
89614
|
+
}
|
|
89615
|
+
}
|
|
89616
|
+
} else {
|
|
89617
|
+
destinationNode = getNodeForOption('fallbackFocus');
|
|
89618
|
+
}
|
|
89091
89619
|
|
|
89092
|
-
|
|
89620
|
+
if (destinationNode) {
|
|
89621
|
+
e.preventDefault();
|
|
89622
|
+
tryFocus(destinationNode);
|
|
89623
|
+
}
|
|
89624
|
+
};
|
|
89625
|
+
|
|
89626
|
+
var checkKey = function checkKey(e) {
|
|
89627
|
+
if (config.escapeDeactivates !== false && isEscapeEvent(e)) {
|
|
89628
|
+
e.preventDefault();
|
|
89629
|
+
trap.deactivate();
|
|
89630
|
+
return;
|
|
89631
|
+
}
|
|
89632
|
+
|
|
89633
|
+
if (isTabEvent(e)) {
|
|
89634
|
+
checkTab(e);
|
|
89635
|
+
return;
|
|
89636
|
+
}
|
|
89637
|
+
};
|
|
89638
|
+
|
|
89639
|
+
var checkClick = function checkClick(e) {
|
|
89640
|
+
if (config.clickOutsideDeactivates) {
|
|
89641
|
+
return;
|
|
89642
|
+
}
|
|
89643
|
+
|
|
89644
|
+
if (containersContain(e.target)) {
|
|
89645
|
+
return;
|
|
89646
|
+
}
|
|
89647
|
+
|
|
89648
|
+
if (config.allowOutsideClick && (typeof config.allowOutsideClick === 'boolean' ? config.allowOutsideClick : config.allowOutsideClick(e))) {
|
|
89649
|
+
return;
|
|
89650
|
+
}
|
|
89651
|
+
|
|
89652
|
+
e.preventDefault();
|
|
89653
|
+
e.stopImmediatePropagation();
|
|
89654
|
+
}; //
|
|
89655
|
+
// EVENT LISTENERS
|
|
89656
|
+
//
|
|
89657
|
+
|
|
89658
|
+
|
|
89659
|
+
var addListeners = function addListeners() {
|
|
89660
|
+
if (!state.active) {
|
|
89661
|
+
return;
|
|
89662
|
+
} // There can be only one listening focus trap at a time
|
|
89663
|
+
|
|
89664
|
+
|
|
89665
|
+
activeFocusTraps.activateTrap(trap); // Delay ensures that the focused element doesn't capture the event
|
|
89666
|
+
// that caused the focus trap activation.
|
|
89667
|
+
|
|
89668
|
+
activeFocusDelay = config.delayInitialFocus ? delay(function () {
|
|
89669
|
+
tryFocus(getInitialFocusNode());
|
|
89670
|
+
}) : tryFocus(getInitialFocusNode());
|
|
89671
|
+
doc.addEventListener('focusin', checkFocusIn, true);
|
|
89672
|
+
doc.addEventListener('mousedown', checkPointerDown, {
|
|
89673
|
+
capture: true,
|
|
89674
|
+
passive: false
|
|
89675
|
+
});
|
|
89676
|
+
doc.addEventListener('touchstart', checkPointerDown, {
|
|
89677
|
+
capture: true,
|
|
89678
|
+
passive: false
|
|
89679
|
+
});
|
|
89680
|
+
doc.addEventListener('click', checkClick, {
|
|
89681
|
+
capture: true,
|
|
89682
|
+
passive: false
|
|
89683
|
+
});
|
|
89684
|
+
doc.addEventListener('keydown', checkKey, {
|
|
89685
|
+
capture: true,
|
|
89686
|
+
passive: false
|
|
89687
|
+
});
|
|
89688
|
+
return trap;
|
|
89689
|
+
};
|
|
89690
|
+
|
|
89691
|
+
var removeListeners = function removeListeners() {
|
|
89692
|
+
if (!state.active) {
|
|
89693
|
+
return;
|
|
89694
|
+
}
|
|
89695
|
+
|
|
89696
|
+
doc.removeEventListener('focusin', checkFocusIn, true);
|
|
89697
|
+
doc.removeEventListener('mousedown', checkPointerDown, true);
|
|
89698
|
+
doc.removeEventListener('touchstart', checkPointerDown, true);
|
|
89699
|
+
doc.removeEventListener('click', checkClick, true);
|
|
89700
|
+
doc.removeEventListener('keydown', checkKey, true);
|
|
89701
|
+
return trap;
|
|
89702
|
+
}; //
|
|
89703
|
+
// TRAP DEFINITION
|
|
89704
|
+
//
|
|
89705
|
+
|
|
89706
|
+
|
|
89707
|
+
trap = {
|
|
89708
|
+
activate: function activate(activateOptions) {
|
|
89709
|
+
if (state.active) {
|
|
89710
|
+
return this;
|
|
89711
|
+
}
|
|
89712
|
+
|
|
89713
|
+
updateTabbableNodes();
|
|
89714
|
+
state.active = true;
|
|
89715
|
+
state.paused = false;
|
|
89716
|
+
state.nodeFocusedBeforeActivation = doc.activeElement;
|
|
89717
|
+
var onActivate = activateOptions && activateOptions.onActivate ? activateOptions.onActivate : config.onActivate;
|
|
89718
|
+
|
|
89719
|
+
if (onActivate) {
|
|
89720
|
+
onActivate();
|
|
89721
|
+
}
|
|
89722
|
+
|
|
89723
|
+
addListeners();
|
|
89724
|
+
return this;
|
|
89725
|
+
},
|
|
89726
|
+
deactivate: function deactivate(deactivateOptions) {
|
|
89727
|
+
if (!state.active) {
|
|
89728
|
+
return this;
|
|
89729
|
+
}
|
|
89730
|
+
|
|
89731
|
+
clearTimeout(activeFocusDelay);
|
|
89732
|
+
removeListeners();
|
|
89733
|
+
state.active = false;
|
|
89734
|
+
state.paused = false;
|
|
89735
|
+
activeFocusTraps.deactivateTrap(trap);
|
|
89736
|
+
var onDeactivate = deactivateOptions && deactivateOptions.onDeactivate !== undefined ? deactivateOptions.onDeactivate : config.onDeactivate;
|
|
89737
|
+
|
|
89738
|
+
if (onDeactivate) {
|
|
89739
|
+
onDeactivate();
|
|
89740
|
+
}
|
|
89741
|
+
|
|
89742
|
+
var returnFocus = deactivateOptions && deactivateOptions.returnFocus !== undefined ? deactivateOptions.returnFocus : config.returnFocusOnDeactivate;
|
|
89743
|
+
|
|
89744
|
+
if (returnFocus) {
|
|
89745
|
+
delay(function () {
|
|
89746
|
+
tryFocus(getReturnFocusNode(state.nodeFocusedBeforeActivation));
|
|
89747
|
+
});
|
|
89748
|
+
}
|
|
89749
|
+
|
|
89750
|
+
return this;
|
|
89751
|
+
},
|
|
89752
|
+
pause: function pause() {
|
|
89753
|
+
if (state.paused || !state.active) {
|
|
89754
|
+
return this;
|
|
89755
|
+
}
|
|
89756
|
+
|
|
89757
|
+
state.paused = true;
|
|
89758
|
+
removeListeners();
|
|
89759
|
+
return this;
|
|
89760
|
+
},
|
|
89761
|
+
unpause: function unpause() {
|
|
89762
|
+
if (!state.paused || !state.active) {
|
|
89763
|
+
return this;
|
|
89764
|
+
}
|
|
89765
|
+
|
|
89766
|
+
state.paused = false;
|
|
89767
|
+
updateTabbableNodes();
|
|
89768
|
+
addListeners();
|
|
89769
|
+
return this;
|
|
89770
|
+
},
|
|
89771
|
+
updateContainerElements: function updateContainerElements(containerElements) {
|
|
89772
|
+
var elementsAsArray = [].concat(containerElements).filter(Boolean);
|
|
89773
|
+
state.containers = elementsAsArray.map(function (element) {
|
|
89774
|
+
return typeof element === 'string' ? doc.querySelector(element) : element;
|
|
89775
|
+
});
|
|
89776
|
+
|
|
89777
|
+
if (state.active) {
|
|
89778
|
+
updateTabbableNodes();
|
|
89779
|
+
}
|
|
89780
|
+
|
|
89781
|
+
return this;
|
|
89782
|
+
}
|
|
89783
|
+
}; // initialize container elements
|
|
89784
|
+
|
|
89785
|
+
trap.updateContainerElements(elements);
|
|
89786
|
+
return trap;
|
|
89787
|
+
};
|
|
89788
|
+
|
|
89789
|
+
// import Component from 'vue-class-component'
|
|
89790
|
+
// @ts-ignore
|
|
89791
|
+
var FocusTrap = {
|
|
89792
|
+
// @ts-ignore
|
|
89793
|
+
props: {
|
|
89794
|
+
active: {
|
|
89795
|
+
// TODO: could be options for activate
|
|
89796
|
+
type: Boolean,
|
|
89797
|
+
default: true,
|
|
89798
|
+
},
|
|
89799
|
+
escapeDeactivates: {
|
|
89800
|
+
type: Boolean,
|
|
89801
|
+
default: true,
|
|
89802
|
+
},
|
|
89803
|
+
returnFocusOnDeactivate: {
|
|
89804
|
+
type: Boolean,
|
|
89805
|
+
default: true,
|
|
89806
|
+
},
|
|
89807
|
+
allowOutsideClick: {
|
|
89808
|
+
type: [Boolean, Function],
|
|
89809
|
+
default: true,
|
|
89810
|
+
},
|
|
89811
|
+
clickOutsideDeactivates: {
|
|
89812
|
+
type: Boolean,
|
|
89813
|
+
default: false,
|
|
89814
|
+
},
|
|
89815
|
+
initialFocus: [String, Function],
|
|
89816
|
+
fallbackFocus: [String, Function],
|
|
89817
|
+
},
|
|
89818
|
+
model: {
|
|
89819
|
+
event: 'update:active',
|
|
89820
|
+
prop: 'active',
|
|
89821
|
+
},
|
|
89822
|
+
mounted: function () {
|
|
89823
|
+
var _this = this;
|
|
89824
|
+
this.$watch('active', function (active) {
|
|
89825
|
+
if (active) {
|
|
89826
|
+
// has no effect if already activated
|
|
89827
|
+
_this.trap = createFocusTrap(
|
|
89828
|
+
// @ts-ignore
|
|
89829
|
+
_this.$el, {
|
|
89830
|
+
escapeDeactivates: _this.escapeDeactivates,
|
|
89831
|
+
allowOutsideClick: function (e) { return (typeof _this.allowOutsideClick === 'function'
|
|
89832
|
+
? _this.allowOutsideClick(e)
|
|
89833
|
+
: _this.allowOutsideClick); },
|
|
89834
|
+
clickOutsideDeactivates: _this.clickOutsideDeactivates,
|
|
89835
|
+
returnFocusOnDeactivate: _this.returnFocusOnDeactivate,
|
|
89836
|
+
onActivate: function () {
|
|
89837
|
+
_this.$emit('update:active', true);
|
|
89838
|
+
_this.$emit('activate');
|
|
89839
|
+
},
|
|
89840
|
+
onDeactivate: function () {
|
|
89841
|
+
_this.$emit('update:active', false);
|
|
89842
|
+
_this.$emit('deactivate');
|
|
89843
|
+
},
|
|
89844
|
+
initialFocus: _this.initialFocus || (function () { return _this.$el; }),
|
|
89845
|
+
fallbackFocus: _this.fallbackFocus,
|
|
89846
|
+
});
|
|
89847
|
+
_this.trap.activate();
|
|
89848
|
+
}
|
|
89849
|
+
else {
|
|
89850
|
+
_this.trap && _this.trap.deactivate();
|
|
89851
|
+
}
|
|
89852
|
+
}, { immediate: true });
|
|
89853
|
+
},
|
|
89854
|
+
beforeDestroy: function () {
|
|
89855
|
+
this.trap && this.trap.deactivate();
|
|
89856
|
+
// @ts-ignore
|
|
89857
|
+
this.trap = null;
|
|
89858
|
+
},
|
|
89859
|
+
methods: {
|
|
89860
|
+
activate: function () {
|
|
89861
|
+
// @ts-ignore
|
|
89862
|
+
this.trap.activate();
|
|
89863
|
+
},
|
|
89864
|
+
deactivate: function () {
|
|
89865
|
+
// @ts-ignore
|
|
89866
|
+
this.trap.deactivate();
|
|
89867
|
+
},
|
|
89868
|
+
},
|
|
89869
|
+
render: function () {
|
|
89870
|
+
var content = this.$slots.default;
|
|
89871
|
+
if (!content || !content.length || content.length > 1)
|
|
89872
|
+
throw new Error('FocusTrap requires exactly one child');
|
|
89873
|
+
return content[0];
|
|
89874
|
+
},
|
|
89875
|
+
};
|
|
89876
|
+
|
|
89877
|
+
|
|
89878
|
+
|
|
89879
|
+
// CONCATENATED MODULE: ./node_modules/v-scroll-lock/dist/v-scroll-lock.esm.js
|
|
89880
|
+
function e(e){return function(e){if(Array.isArray(e)){for(var t=0,o=new Array(e.length);t<e.length;t++)o[t]=e[t];return o}}(e)||function(e){if(Symbol.iterator in Object(e)||"[object Arguments]"===Object.prototype.toString.call(e))return Array.from(e)}(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance")}()}var t=!1;if("undefined"!=typeof window){var o={get passive(){t=!0}};window.addEventListener("testPassive",null,o),window.removeEventListener("testPassive",null,o)}var n,v_scroll_lock_esm_i,r="undefined"!=typeof window&&window.navigator&&window.navigator.platform&&/iP(ad|hone|od)/.test(window.navigator.platform),l=[],d=!1,c=-1,s=function(e){return l.some((function(t){return!(!t.options.allowTouchMove||!t.options.allowTouchMove(e))}))},a=function(e){var t=e||window.event;return!!s(t.target)||(t.touches.length>1||(t.preventDefault&&t.preventDefault(),!1))},u={enableBodyScroll:function(e){if(r){if(!e)return void console.error("enableBodyScroll unsuccessful - targetElement must be provided when calling enableBodyScroll on IOS devices.");e.ontouchstart=null,e.ontouchmove=null,l=l.filter((function(t){return t.targetElement!==e})),d&&0===l.length&&(document.removeEventListener("touchmove",a,t?{passive:!1}:void 0),d=!1)}else(l=l.filter((function(t){return t.targetElement!==e}))).length||setTimeout((function(){void 0!==v_scroll_lock_esm_i&&(document.body.style.paddingRight=v_scroll_lock_esm_i,v_scroll_lock_esm_i=void 0),void 0!==n&&(document.body.style.overflow=n,n=void 0)}))},disableBodyScroll:function(o,u){if(r){if(!o)return void console.error("disableBodyScroll unsuccessful - targetElement must be provided when calling disableBodyScroll on IOS devices.");if(o&&!l.some((function(e){return e.targetElement===o}))){var v={targetElement:o,options:u||{}};l=[].concat(e(l),[v]),o.ontouchstart=function(e){1===e.targetTouches.length&&(c=e.targetTouches[0].clientY)},o.ontouchmove=function(e){1===e.targetTouches.length&&function(e,t){var o=e.targetTouches[0].clientY-c;!s(e.target)&&(t&&0===t.scrollTop&&o>0?a(e):function(e){return!!e&&e.scrollHeight-e.scrollTop<=e.clientHeight}(t)&&o<0?a(e):e.stopPropagation())}(e,o)},d||(document.addEventListener("touchmove",a,t?{passive:!1}:void 0),d=!0)}}else{!function(e){setTimeout((function(){if(void 0===v_scroll_lock_esm_i){var t=!!e&&!0===e.reserveScrollBarGap,o=window.innerWidth-document.documentElement.clientWidth;t&&o>0&&(v_scroll_lock_esm_i=document.body.style.paddingRight,document.body.style.paddingRight="".concat(o,"px"))}void 0===n&&(n=document.body.style.overflow,document.body.style.overflow="hidden")}))}(u);var f={targetElement:o,options:u||{}};l=[].concat(e(l),[f])}},install:function(e,t){if(t){var o=t.enableBodyScroll,n=t.disableBodyScroll,i=t.bodyScrollOptions;o&&(this.enableBodyScroll=o),n&&(this.disableBodyScroll=n),i&&(this.bodyScrollOptions=i)}e.directive("scroll-lock",{inserted:this.inserted.bind(this),componentUpdated:this.componentUpdated.bind(this),unbind:this.unbind.bind(this)})},inserted:function(e,t){t.value&&this.disableBodyScroll(e,this.bodyScrollOptions)},componentUpdated:function(e,t){t.value?this.disableBodyScroll(e,this.bodyScrollOptions):this.enableBodyScroll(e)},unbind:function(e){this.enableBodyScroll(e)}};"undefined"!=typeof window&&window.Vue&&window.Vue.use(u);/* harmony default export */ var v_scroll_lock_esm = (u);
|
|
89881
|
+
|
|
89882
|
+
// EXTERNAL MODULE: external {"commonjs":"vue","commonjs2":"vue","root":"Vue"}
|
|
89883
|
+
var external_commonjs_vue_commonjs2_vue_root_Vue_ = __webpack_require__("8bbf");
|
|
89884
|
+
var external_commonjs_vue_commonjs2_vue_root_Vue_default = /*#__PURE__*/__webpack_require__.n(external_commonjs_vue_commonjs2_vue_root_Vue_);
|
|
89093
89885
|
|
|
89094
89886
|
// 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/CConfirmActionModal/CConfirmActionModal.vue?vue&type=script&lang=js&
|
|
89095
89887
|
//
|
|
@@ -89162,11 +89954,18 @@ var CConfirmActionModalvue_type_template_id_14b2b969_staticRenderFns = []
|
|
|
89162
89954
|
//
|
|
89163
89955
|
//
|
|
89164
89956
|
//
|
|
89957
|
+
//
|
|
89958
|
+
//
|
|
89165
89959
|
|
|
89166
|
-
|
|
89960
|
+
|
|
89961
|
+
|
|
89962
|
+
|
|
89963
|
+
external_commonjs_vue_commonjs2_vue_root_Vue_default.a.use(v_scroll_lock_esm);
|
|
89964
|
+
/* harmony default export */ var CConfirmActionModalvue_type_script_lang_js_ = (external_commonjs_vue_commonjs2_vue_root_Vue_default.a.extend({
|
|
89167
89965
|
name: "CConfirmActionModal",
|
|
89168
89966
|
components: {
|
|
89169
|
-
CButton: components_CButton
|
|
89967
|
+
CButton: components_CButton,
|
|
89968
|
+
FocusTrap: FocusTrap
|
|
89170
89969
|
},
|
|
89171
89970
|
props: {
|
|
89172
89971
|
title: {
|
|
@@ -89198,7 +89997,7 @@ var CConfirmActionModalvue_type_template_id_14b2b969_staticRenderFns = []
|
|
|
89198
89997
|
default: false
|
|
89199
89998
|
}
|
|
89200
89999
|
}
|
|
89201
|
-
});
|
|
90000
|
+
}));
|
|
89202
90001
|
// CONCATENATED MODULE: ./src/components/CConfirmActionModal/CConfirmActionModal.vue?vue&type=script&lang=js&
|
|
89203
90002
|
/* harmony default export */ var CConfirmActionModal_CConfirmActionModalvue_type_script_lang_js_ = (CConfirmActionModalvue_type_script_lang_js_);
|
|
89204
90003
|
// EXTERNAL MODULE: ./src/components/CConfirmActionModal/CConfirmActionModal.vue?vue&type=style&index=0&lang=css&
|
|
@@ -89215,8 +90014,8 @@ var CConfirmActionModalvue_type_style_index_0_lang_css_ = __webpack_require__("7
|
|
|
89215
90014
|
|
|
89216
90015
|
var CConfirmActionModal_component = normalizeComponent(
|
|
89217
90016
|
CConfirmActionModal_CConfirmActionModalvue_type_script_lang_js_,
|
|
89218
|
-
|
|
89219
|
-
|
|
90017
|
+
CConfirmActionModalvue_type_template_id_4246d42e_render,
|
|
90018
|
+
CConfirmActionModalvue_type_template_id_4246d42e_staticRenderFns,
|
|
89220
90019
|
false,
|
|
89221
90020
|
null,
|
|
89222
90021
|
null,
|