classcard-ui 0.2.207 → 0.2.211
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 +0 -0
- package/dist/classcard-ui.common.js +135 -172
- package/dist/classcard-ui.common.js.map +1 -1
- package/dist/classcard-ui.css +1 -3
- package/dist/classcard-ui.umd.js +135 -172
- package/dist/classcard-ui.umd.js.map +1 -1
- package/dist/classcard-ui.umd.min.js +2 -2
- package/dist/classcard-ui.umd.min.js.map +1 -1
- package/package.json +14 -18
- package/src/App.vue +0 -0
- package/src/components/CAlerts/CAlerts.vue +0 -0
- package/src/components/CAlerts/index.js +0 -0
- package/src/components/CAnchorTabs/CAnchorTabs.vue +0 -0
- package/src/components/CAnchorTabs/index.js +0 -0
- package/src/components/CAnchorTag/CAnchorTag.vue +0 -0
- package/src/components/CAnchorTag/index.js +0 -0
- package/src/components/CAvatar/CAvatar.vue +0 -0
- package/src/components/CAvatar/index.js +0 -0
- package/src/components/CAvatarGroup/CAvatarGroup.vue +0 -0
- package/src/components/CAvatarGroup/index.js +0 -0
- package/src/components/CBasicTable/CBasicTable.vue +0 -0
- package/src/components/CBasicTable/index.js +0 -0
- package/src/components/CBreadcrumbs/CBreadcrumbs.vue +0 -0
- package/src/components/CBreadcrumbs/index.js +0 -0
- package/src/components/CButton/CButton.vue +0 -0
- package/src/components/CButton/index.js +0 -0
- package/src/components/CButtonGroup/CButtonGroup.vue +0 -0
- package/src/components/CButtonGroup/index.js +0 -0
- package/src/components/CButtonIcon/CButtonIcon.vue +0 -0
- package/src/components/CButtonIcon/index.js +0 -0
- package/src/components/CButtonLink/CButtonLink.vue +0 -0
- package/src/components/CButtonLink/index.js +0 -0
- package/src/components/CButtonSelect/CButtonSelect.vue +0 -0
- package/src/components/CButtonSelect/index.js +0 -0
- package/src/components/CButtonWithDropdown/CButtonWithDropdown.vue +0 -0
- package/src/components/CButtonWithDropdown/index.js +0 -0
- package/src/components/CCard/CCard.vue +0 -0
- package/src/components/CCard/index.js +0 -0
- package/src/components/CCheckbox/CCheckbox.vue +0 -0
- package/src/components/CCheckbox/index.js +0 -0
- package/src/components/CCollapsibleSection/CCollapsibleSection.vue +0 -0
- package/src/components/CCollapsibleSection/index.js +0 -0
- package/src/components/CColorDots/CColorDots.vue +0 -0
- package/src/components/CColorDots/index.js +0 -0
- package/src/components/CConfirmActionModal/CConfirmActionModal.vue +0 -0
- package/src/components/CConfirmActionModal/index.js +0 -0
- package/src/components/CDatepicker/CDatepicker.vue +3 -4
- package/src/components/CDatepicker/index.js +0 -0
- package/src/components/CDualSelect/CDualSelect.vue +0 -0
- package/src/components/CDualSelect/index.js +0 -0
- package/src/components/CEditor/CEditor.vue +0 -0
- package/src/components/CEditor/index.js +0 -0
- package/src/components/CFormSectionHeading/CFormSectionHeading.vue +0 -0
- package/src/components/CFormSectionHeading/index.js +0 -0
- package/src/components/CGroupedSelect/CGroupedSelect.vue +0 -0
- package/src/components/CGroupedSelect/index.js +0 -0
- package/src/components/CIcon/CIcon.vue +1 -1
- package/src/components/CIcon/index.js +0 -0
- package/src/components/CIconDropdown/CIconDropdown.vue +0 -0
- package/src/components/CIconDropdown/index.js +0 -0
- package/src/components/CInput/CInput.vue +0 -1
- package/src/components/CInput/index.js +0 -0
- package/src/components/CInputAddon/CInputAddon.vue +7 -6
- package/src/components/CInputAddon/index.js +0 -0
- package/src/components/CInputEmail/CInputEmail.vue +0 -0
- package/src/components/CInputEmail/index.js +0 -0
- package/src/components/CModalHeading/CModalHeading.vue +0 -0
- package/src/components/CModalHeading/index.js +0 -0
- package/src/components/CModuleHelpLinks/CModuleHelpLinks.vue +0 -0
- package/src/components/CModuleHelpLinks/index.js +0 -0
- package/src/components/CMultiselect/CMultiselect.vue +1 -7
- package/src/components/CMultiselect/index.js +0 -0
- package/src/components/CMultiselectr/CMultiselectr.vue +3 -2
- package/src/components/CMultiselectr/index.js +0 -0
- package/src/components/CPageHeading/CPageHeading.vue +0 -0
- package/src/components/CPageHeading/index.js +0 -0
- package/src/components/CPagination/CPagination.vue +68 -73
- package/src/components/CPagination/index.js +0 -0
- package/src/components/CPhoneNumber/CPhoneNumber.vue +0 -0
- package/src/components/CPhoneNumber/index.js +0 -0
- package/src/components/CRadio/CRadio.vue +1 -9
- package/src/components/CRadio/index.js +0 -0
- package/src/components/CRangeSlider/CRangeSlider.vue +0 -0
- package/src/components/CRangeSlider/index.js +0 -0
- package/src/components/CReorderableStackedList/CReorderableStackedList.vue +0 -0
- package/src/components/CReorderableStackedList/index.js +0 -0
- package/src/components/CSelect/CSelect.vue +0 -0
- package/src/components/CSelect/index.js +0 -0
- package/src/components/CSmallTimeline/CSmallTimeline.vue +0 -0
- package/src/components/CSmallTimeline/index.js +0 -0
- package/src/components/CStackedList/CStackedList.vue +0 -0
- package/src/components/CStackedList/index.js +0 -0
- package/src/components/CStats/CStats.vue +0 -0
- package/src/components/CStats/index.js +0 -0
- package/src/components/CSwitch/CSwitch.vue +14 -15
- package/src/components/CSwitch/index.js +0 -0
- package/src/components/CTable/CTable.vue +58 -71
- package/src/components/CTable/index.js +0 -0
- package/src/components/CTabs/CTabs.vue +1 -1
- package/src/components/CTabs/index.js +0 -0
- package/src/components/CTag/CTag.vue +0 -0
- package/src/components/CTag/index.js +0 -0
- package/src/components/CTextarea/CTextarea.vue +0 -0
- package/src/components/CTextarea/index.js +0 -0
- package/src/components/CTimeline/CTimeline.vue +0 -0
- package/src/components/CTimeline/index.js +0 -0
- package/src/components/CUpload/CUpload.vue +0 -0
- package/src/components/CUpload/index.js +0 -0
- package/src/components/index.js +0 -0
- package/src/icons.js +6 -5
- package/src/main.js +0 -1
- package/src/stories/CAlerts.stories.js +0 -0
- package/src/stories/CAnchorTabs.stories.js +0 -0
- package/src/stories/CAnchorTag.stories.js +0 -0
- package/src/stories/CAvatar.stories.js +0 -0
- package/src/stories/CAvatarGroup.stories.js +0 -0
- package/src/stories/CBasicTable.stories.js +0 -0
- package/src/stories/CBreadcrumbs.stories.js +0 -0
- package/src/stories/CButton.stories.js +0 -0
- package/src/stories/CButtonGroup.stories.js +0 -0
- package/src/stories/CButtonIcon.stories.js +0 -0
- package/src/stories/CButtonLink.stories.js +0 -0
- package/src/stories/CButtonSelect.stories.js +0 -0
- package/src/stories/CButtonWithDropdown.stories.js +0 -0
- package/src/stories/CCard.stories.js +0 -0
- package/src/stories/CCheckbox.stories.js +1 -1
- package/src/stories/CCollapsibleSection.stories.js +0 -0
- package/src/stories/CColorDots.stories.js +0 -0
- package/src/stories/CConfirmActionModal.stories.js +0 -0
- package/src/stories/CDatepicker.stories.js +0 -0
- package/src/stories/CDualSelect.stories.js +0 -0
- package/src/stories/CEditor.stories.js +0 -0
- package/src/stories/CFormSectionHeading.stories.js +0 -0
- package/src/stories/CGroupedSelect.stories.js +0 -0
- package/src/stories/CIcon.stories.js +0 -0
- package/src/stories/CIconDropdown.stories.js +0 -0
- package/src/stories/CInput.stories.js +0 -0
- package/src/stories/CInputAddon.stories.js +0 -0
- package/src/stories/CInputEmail.stories.js +0 -0
- package/src/stories/CModalHeading.stories.js +0 -0
- package/src/stories/CModuleHelpLinks.stories.js +0 -0
- package/src/stories/CMultiselect.stories.js +1 -2
- package/src/stories/CMultiselectr.stories.js +0 -0
- package/src/stories/CPageHeading.stories.js +0 -0
- package/src/stories/CPagination.stories.js +1 -6
- package/src/stories/CPhoneNumber.stories.js +0 -0
- package/src/stories/CRadio.stories.js +0 -1
- package/src/stories/CRangeSlider.stories.js +0 -0
- package/src/stories/CReorderableStackedList.stories.js +0 -0
- package/src/stories/CSelect.stories.js +0 -0
- package/src/stories/CSmallTimeline.stories.js +0 -0
- package/src/stories/CStackedList.stories.js +0 -0
- package/src/stories/CStats.stories.js +0 -0
- package/src/stories/CSwitch.stories.js +0 -1
- package/src/stories/CTable.stories.js +7 -99
- package/src/stories/CTabs.stories.js +0 -0
- package/src/stories/CTag.stories.js +0 -0
- package/src/stories/CTextarea.stories.js +0 -0
- package/src/stories/CTimeline.stories.js +0 -0
- package/src/stories/CUpload.stories.js +0 -0
- package/src/stories/Introduction.stories.mdx +0 -0
- package/src/stories/Page.vue +0 -0
- 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 +0 -0
- package/src/stories/page.css +0 -0
- package/src/stories/utils.css +0 -0
- package/src/assets/tailwind.css +0 -5
|
@@ -38526,13 +38526,6 @@ module.exports = {
|
|
|
38526
38526
|
};
|
|
38527
38527
|
|
|
38528
38528
|
|
|
38529
|
-
/***/ }),
|
|
38530
|
-
|
|
38531
|
-
/***/ "ba8c":
|
|
38532
|
-
/***/ (function(module, exports, __webpack_require__) {
|
|
38533
|
-
|
|
38534
|
-
// extracted by mini-css-extract-plugin
|
|
38535
|
-
|
|
38536
38529
|
/***/ }),
|
|
38537
38530
|
|
|
38538
38531
|
/***/ "bf19":
|
|
@@ -59851,19 +59844,19 @@ if (typeof window !== 'undefined') {
|
|
|
59851
59844
|
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.function.name.js
|
|
59852
59845
|
var es_function_name = __webpack_require__("b0c0");
|
|
59853
59846
|
|
|
59854
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
59847
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"769776df-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&
|
|
59855
59848
|
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()])])])}
|
|
59856
59849
|
var staticRenderFns = []
|
|
59857
59850
|
|
|
59858
59851
|
|
|
59859
59852
|
// CONCATENATED MODULE: ./src/components/CAlerts/CAlerts.vue?vue&type=template&id=65742bd8&
|
|
59860
59853
|
|
|
59861
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
59862
|
-
var
|
|
59863
|
-
var
|
|
59854
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"769776df-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=082e10d4&
|
|
59855
|
+
var CIconvue_type_template_id_082e10d4_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',{staticClass:"cursor-pointer",class:_vm.classes,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',{staticClass:"cursor-pointer",class:_vm.classes,attrs:{"fill":"none","viewBox":"0 0 24 24","stroke":"currentColor"}},[_c('path',{attrs:{"stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2","d":_vm.path}})]):_vm._e()])}
|
|
59856
|
+
var CIconvue_type_template_id_082e10d4_staticRenderFns = []
|
|
59864
59857
|
|
|
59865
59858
|
|
|
59866
|
-
// CONCATENATED MODULE: ./src/components/CIcon/CIcon.vue?vue&type=template&id=
|
|
59859
|
+
// CONCATENATED MODULE: ./src/components/CIcon/CIcon.vue?vue&type=template&id=082e10d4&
|
|
59867
59860
|
|
|
59868
59861
|
// CONCATENATED MODULE: ./src/icons.js
|
|
59869
59862
|
/* harmony default export */ var icons = ({
|
|
@@ -59969,7 +59962,6 @@ var CIconvue_type_template_id_d574955c_staticRenderFns = []
|
|
|
59969
59962
|
"x-circle-outline": "M10 14l2-2m0 0l2-2m-2 2l-2-2m2 2l2 2m7-2a9 9 0 11-18 0 9 9 0 0118 0z",
|
|
59970
59963
|
"check-circle-outline": "M9 12l2 2 4-4m6 2a9 9 0 11-18 0 9 9 0 0118 0z",
|
|
59971
59964
|
"play-solid": "M10 18a8 8 0 100-16 8 8 0 000 16zM9.555 7.168A1 1 0 008 8v4a1 1 0 001.555.832l3-2a1 1 0 000-1.664l-3-2z",
|
|
59972
|
-
"phone-outgoing-solid": "M17.924 2.617a.997.997 0 00-.215-.322l-.004-.004A.997.997 0 0017 2h-4a1 1 0 100 2h1.586l-3.293 3.293a1 1 0 001.414 1.414L16 5.414V7a1 1 0 102 0V3a.997.997 0 00-.076-.383z M2 3a1 1 0 011-1h2.153a1 1 0 01.986.836l.74 4.435a1 1 0 01-.54 1.06l-1.548.773a11.037 11.037 0 006.105 6.105l.774-1.548a1 1 0 011.059-.54l4.435.74a1 1 0 01.836.986V17a1 1 0 01-1 1h-2C7.82 18 2 12.18 2 5V3z",
|
|
59973
59965
|
save: "M7.707 10.293a1 1 0 10-1.414 1.414l3 3a1 1 0 001.414 0l3-3a1 1 0 00-1.414-1.414L11 11.586V6h5a2 2 0 012 2v7a2 2 0 01-2 2H4a2 2 0 01-2-2V8a2 2 0 012-2h5v5.586l-1.293-1.293zM9 4a1 1 0 012 0v2H9V4z"
|
|
59974
59966
|
});
|
|
59975
59967
|
// 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/CIcon/CIcon.vue?vue&type=script&lang=js&
|
|
@@ -60154,8 +60146,8 @@ function normalizeComponent (
|
|
|
60154
60146
|
|
|
60155
60147
|
var CIcon_component = normalizeComponent(
|
|
60156
60148
|
CIcon_CIconvue_type_script_lang_js_,
|
|
60157
|
-
|
|
60158
|
-
|
|
60149
|
+
CIconvue_type_template_id_082e10d4_render,
|
|
60150
|
+
CIconvue_type_template_id_082e10d4_staticRenderFns,
|
|
60159
60151
|
false,
|
|
60160
60152
|
null,
|
|
60161
60153
|
null,
|
|
@@ -60258,7 +60250,7 @@ var CAlerts_component = normalizeComponent(
|
|
|
60258
60250
|
// CONCATENATED MODULE: ./src/components/CAlerts/index.js
|
|
60259
60251
|
|
|
60260
60252
|
/* harmony default export */ var components_CAlerts = (CAlerts);
|
|
60261
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
60253
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"769776df-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=423fdcf4&
|
|
60262
60254
|
var CAnchorTabsvue_type_template_id_423fdcf4_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:"cursor-pointer group inline-flex border-b-2 items-center py-4 px-1 font-medium text-sm whitespace-nowrap",class:_vm.activeTab == tab.name
|
|
60263
60255
|
? 'border-indigo-600 text-indigo-700 hover:text-indigo-800'
|
|
60264
60256
|
: 'border-transparent text-gray-500 hover:text-gray-700 hover:border-gray-300',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
|
|
@@ -60397,7 +60389,7 @@ var CAnchorTabs_component = normalizeComponent(
|
|
|
60397
60389
|
// CONCATENATED MODULE: ./src/components/CAnchorTabs/index.js
|
|
60398
60390
|
|
|
60399
60391
|
/* harmony default export */ var components_CAnchorTabs = (CAnchorTabs);
|
|
60400
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
60392
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"769776df-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=dab10ffe&
|
|
60401
60393
|
var CAnchorTagvue_type_template_id_dab10ffe_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){$event.preventDefault();return _vm.action.apply(null, arguments)}}},[(_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)}
|
|
60402
60394
|
var CAnchorTagvue_type_template_id_dab10ffe_staticRenderFns = []
|
|
60403
60395
|
|
|
@@ -60482,7 +60474,7 @@ var CAnchorTag_component = normalizeComponent(
|
|
|
60482
60474
|
// CONCATENATED MODULE: ./src/components/CAnchorTag/index.js
|
|
60483
60475
|
|
|
60484
60476
|
/* harmony default export */ var components_CAnchorTag = (CAnchorTag);
|
|
60485
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
60477
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"769776df-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=3b15a38c&
|
|
60486
60478
|
var CAvatarvue_type_template_id_3b15a38c_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":""}})]):_c('div',{staticClass:"text-center bg-red-100 text-red-600 font-medium border-red-300",class:_vm.nameInitialsClasses,style:([
|
|
60487
60479
|
_vm.size == 'medium' ? { 'line-height': '3rem' } : '',
|
|
60488
60480
|
_vm.size == 'large' ? { 'line-height': '3.5rem' } : '',
|
|
@@ -60606,7 +60598,7 @@ var CAvatar_component = normalizeComponent(
|
|
|
60606
60598
|
// CONCATENATED MODULE: ./src/components/CAvatar/index.js
|
|
60607
60599
|
|
|
60608
60600
|
/* harmony default export */ var components_CAvatar = (CAvatar);
|
|
60609
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
60601
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"769776df-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=777fbf0e&
|
|
60610
60602
|
var CAvatarGroupvue_type_template_id_777fbf0e_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)?_c('div',{staticClass:"flex -space-x-1 overflow-hidden"},_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.nameInitials && _vm.nameInitialsWithColors.length > 4)?_c('div',{staticClass:"flex -space-x-1 overflow-hidden"},_vm._l((_vm.nameInitialsWithColors.slice(0, 4)),function(name,index){return _c('div',{key:index,class:[
|
|
60611
60603
|
'inline-block text-center font-medium ring-2 ring-white',
|
|
60612
60604
|
_vm.nameInitialsClasses,
|
|
@@ -60818,7 +60810,7 @@ var CAvatarGroup_component = normalizeComponent(
|
|
|
60818
60810
|
// CONCATENATED MODULE: ./src/components/CAvatarGroup/index.js
|
|
60819
60811
|
|
|
60820
60812
|
/* harmony default export */ var components_CAvatarGroup = (CAvatarGroup);
|
|
60821
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
60813
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"769776df-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&
|
|
60822
60814
|
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:[
|
|
60823
60815
|
("" + (_vm.selectedRow && index === _vm.selectedIndex ? 'bg-indigo-100' : '')),
|
|
60824
60816
|
("" + (_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)])])])])])])}
|
|
@@ -60830,7 +60822,7 @@ var CBasicTablevue_type_template_id_6ee9b382_staticRenderFns = []
|
|
|
60830
60822
|
// EXTERNAL MODULE: ./node_modules/core-js/modules/web.dom-collections.for-each.js
|
|
60831
60823
|
var web_dom_collections_for_each = __webpack_require__("159b");
|
|
60832
60824
|
|
|
60833
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
60825
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"769776df-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&
|
|
60834
60826
|
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)+" ")])])}
|
|
60835
60827
|
var CTagvue_type_template_id_7ced7f4e_staticRenderFns = []
|
|
60836
60828
|
|
|
@@ -60899,12 +60891,12 @@ var CTag_component = normalizeComponent(
|
|
|
60899
60891
|
)
|
|
60900
60892
|
|
|
60901
60893
|
/* harmony default export */ var CTag = (CTag_component.exports);
|
|
60902
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
60903
|
-
var
|
|
60904
|
-
var
|
|
60894
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"769776df-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=08bc06a1&
|
|
60895
|
+
var CSwitchvue_type_template_id_08bc06a1_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 justify-between",class:_vm.label == '' ? 'items-center' : 'items-start'},[(_vm.direction == 'left')?_c('span',{staticClass:"flex-grow flex flex-col",attrs:{"id":"smallleft"}},[(_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:"flex-shrink-0 group relative rounded-full inline-flex items-center justify-center h-5 w-10 cursor-pointer focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-indigo-500",attrs:{"type":"button","aria-pressed":"false"},on:{"click":_vm.switchValue}},[_c('span',{staticClass:"sr-only"},[_vm._v("Use setting")]),_c('span',{staticClass:"pointer-events-none absolute bg-white w-full h-full rounded-md",attrs:{"aria-hidden":"true"}}),_c('span',{staticClass:"pointer-events-none absolute h-4 w-9 mx-auto rounded-full transition-colors ease-in-out duration-200",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 border border-gray-200 rounded-full bg-white transform ring-0 transition-transform ease-in-out duration-200",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"}},[(_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 justify-between",class:_vm.label == '' ? 'items-center' : 'items-start'},[(_vm.direction == 'left')?_c('span',{staticClass:"flex-grow flex flex-col",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(),_c('button',{staticClass:"relative inline-flex flex-shrink-0 h-6 w-11 border-2 border-transparent rounded-full cursor-pointer transition-colors ease-in-out duration-200 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-indigo-500",class:{ 'bg-indigo-600': _vm.isToggle == 1, 'bg-gray-200': _vm.isToggle == 0 },attrs:{"type":"button","aria-pressed":"false"},on:{"click":_vm.switchValue}},[_c('span',{staticClass:"sr-only"},[_vm._v("Use setting")]),_c('span',{staticClass:"inline-block h-5 w-5 rounded-full bg-white transform ring-0 transition ease-in-out duration-200",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",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()])])}
|
|
60896
|
+
var CSwitchvue_type_template_id_08bc06a1_staticRenderFns = []
|
|
60905
60897
|
|
|
60906
60898
|
|
|
60907
|
-
// CONCATENATED MODULE: ./src/components/CSwitch/CSwitch.vue?vue&type=template&id=
|
|
60899
|
+
// CONCATENATED MODULE: ./src/components/CSwitch/CSwitch.vue?vue&type=template&id=08bc06a1&
|
|
60908
60900
|
|
|
60909
60901
|
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.number.constructor.js
|
|
60910
60902
|
var es_number_constructor = __webpack_require__("a9e3");
|
|
@@ -60978,9 +60970,6 @@ var es_number_constructor = __webpack_require__("a9e3");
|
|
|
60978
60970
|
//
|
|
60979
60971
|
//
|
|
60980
60972
|
//
|
|
60981
|
-
//
|
|
60982
|
-
//
|
|
60983
|
-
//
|
|
60984
60973
|
/* harmony default export */ var CSwitchvue_type_script_lang_js_ = ({
|
|
60985
60974
|
name: "CSwitch",
|
|
60986
60975
|
components: {},
|
|
@@ -61005,9 +60994,6 @@ var es_number_constructor = __webpack_require__("a9e3");
|
|
|
61005
60994
|
},
|
|
61006
60995
|
direction: {
|
|
61007
60996
|
type: String
|
|
61008
|
-
},
|
|
61009
|
-
disabled: {
|
|
61010
|
-
type: Boolean
|
|
61011
60997
|
}
|
|
61012
60998
|
},
|
|
61013
60999
|
data: function data() {
|
|
@@ -61017,7 +61003,13 @@ var es_number_constructor = __webpack_require__("a9e3");
|
|
|
61017
61003
|
},
|
|
61018
61004
|
methods: {
|
|
61019
61005
|
switchValue: function switchValue() {
|
|
61020
|
-
this.isToggle = this.isToggle
|
|
61006
|
+
// this.isToggle = !this.isToggle;
|
|
61007
|
+
if (this.isToggle == 1) {
|
|
61008
|
+
this.isToggle = 0;
|
|
61009
|
+
} else if (this.isToggle == 0) {
|
|
61010
|
+
this.isToggle = 1;
|
|
61011
|
+
}
|
|
61012
|
+
|
|
61021
61013
|
this.$emit("returnToggleValue", this.isToggle);
|
|
61022
61014
|
}
|
|
61023
61015
|
},
|
|
@@ -61039,8 +61031,8 @@ var es_number_constructor = __webpack_require__("a9e3");
|
|
|
61039
61031
|
|
|
61040
61032
|
var CSwitch_component = normalizeComponent(
|
|
61041
61033
|
CSwitch_CSwitchvue_type_script_lang_js_,
|
|
61042
|
-
|
|
61043
|
-
|
|
61034
|
+
CSwitchvue_type_template_id_08bc06a1_render,
|
|
61035
|
+
CSwitchvue_type_template_id_08bc06a1_staticRenderFns,
|
|
61044
61036
|
false,
|
|
61045
61037
|
null,
|
|
61046
61038
|
null,
|
|
@@ -61049,7 +61041,7 @@ var CSwitch_component = normalizeComponent(
|
|
|
61049
61041
|
)
|
|
61050
61042
|
|
|
61051
61043
|
/* harmony default export */ var CSwitch = (CSwitch_component.exports);
|
|
61052
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
61044
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"769776df-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=5b229d50&
|
|
61053
61045
|
var CCheckboxvue_type_template_id_5b229d50_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 items-center h-5"},[_c('input',{directives:[{name:"model",rawName:"v-model",value:(_vm.checkedValue),expression:"checkedValue"}],staticClass:"focus:ring-indigo-500 h-4 w-4 text-indigo-600 border-gray-300 rounded cursor-pointer 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 text-sm cursor-pointer",on:{"click":_vm.changeValue}},[_c('label',{staticClass:"font-medium text-gray-900 cursor-pointer"},[_vm._v(_vm._s(_vm.label))]),_c('p',{staticClass:"text-gray-500 mt-0.5 cursor-pointer"},[_vm._v(" "+_vm._s(_vm.description)+" ")])])])])}
|
|
61054
61046
|
var CCheckboxvue_type_template_id_5b229d50_staticRenderFns = []
|
|
61055
61047
|
|
|
@@ -61143,7 +61135,7 @@ var CCheckbox_component = normalizeComponent(
|
|
|
61143
61135
|
)
|
|
61144
61136
|
|
|
61145
61137
|
/* harmony default export */ var CCheckbox = (CCheckbox_component.exports);
|
|
61146
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
61138
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"769776df-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=4310049c&
|
|
61147
61139
|
var CSelectvue_type_template_id_4310049c_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[(_vm.label)?_c('div',{staticClass:"flex justify-between w-full"},[_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._e(),_c('div',{staticClass:"relative",class:_vm.label ? 'mt-1' : ''},[_c('button',{staticClass:"relative w-full rounded-md pl-2 pr-10 py-2 text-left cursor-pointer focus:outline-none sm:text-sm disabled:opacity-50",class:_vm.classes,attrs:{"type":"button","aria-haspopup":"listbox","aria-expanded":"true","aria-labelledby":"listbox-label","disabled":_vm.isDisabled},on:{"click":function($event){_vm.toggleDropdown = !_vm.toggleDropdown},"focus":function($event){_vm.type == 'tertiary' ? (_vm.showFocus = true) : ''},"blur":function($event){return _vm.close()}}},[_c('span',{staticClass:"flex items-center"},[(_vm.showImage)?_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)?_c('c-icon',{class:_vm.icon.class,attrs:{"name":_vm.icon.name,"type":_vm.icon.type}}):_vm._e(),_c('span',{staticClass:"block truncate",class:_vm.showImage ? 'ml-3' : ''},[_vm._v(" "+_vm._s(_vm.selectedValue ? _vm.selectedValue : _vm.placeholder)+" ")])],1),(_vm.type == 'tertiary' ? _vm.showFocus : true)?_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":"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 mt-1 rounded-md bg-white shadow-lg z-10 w-full"},[_c('ul',{staticClass:"max-h-60 rounded-md py-1 text-base ring-1 ring-gray-900 ring-opacity-5 overflow-auto focus:outline-none sm:text-sm",attrs:{"tabindex":"-1","role":"listbox","aria-labelledby":"listbox-label"}},[(_vm.addAction)?_c('li',{staticClass:"flex hover:bg-indigo-100 text-indigo-500 hover:text-indigo-700 select-none relative py-2 pl-3 pr-9 cursor-pointer",on:{"mousedown":function($event){return _vm.actionEvent($event)}}},[_c('c-icon',{staticClass:"h-5 w-5 mr-1 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.options),function(option,index){return _c('li',{key:index,staticClass:"text-gray-900 hover:bg-indigo-700 hover:text-white select-none relative py-2 pl-3 pr-9 cursor-pointer",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:"font-normal block break-words list-options",class:_vm.showImage && option.image ? 'ml-3' : ''},[_vm._v(_vm._s(option[_vm.renderOptionName])+" ")])],1),_c('span',{staticClass:"text-indigo-600 absolute inset-y-0 right-0 flex items-center pr-4"},[_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-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)])}
|
|
61148
61140
|
var CSelectvue_type_template_id_4310049c_staticRenderFns = []
|
|
61149
61141
|
|
|
@@ -61404,7 +61396,7 @@ var CSelect_component = normalizeComponent(
|
|
|
61404
61396
|
)
|
|
61405
61397
|
|
|
61406
61398
|
/* harmony default export */ var CSelect = (CSelect_component.exports);
|
|
61407
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
61399
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"769776df-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=64c6edd0&
|
|
61408
61400
|
var CStackedListvue_type_template_id_64c6edd0_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:"py-4 flex justify-between items-center",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 text-gray-900 h-5 w-5",attrs:{"name":_vm.showSection ? 'chevron-down' : 'chevron-right',"type":"solid"}}):_vm._e(),_c('c-avatar',{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:"ml-2.5 relative bottom-0.5",attrs:{"label":"Active"}}):_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:"rounded-full h-8 w-8 flex items-center justify-center text-gray-500 hover:bg-red-100 hover:text-red-800 focus:outline-none 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)])}
|
|
61409
61401
|
var CStackedListvue_type_template_id_64c6edd0_staticRenderFns = []
|
|
61410
61402
|
|
|
@@ -61720,7 +61712,7 @@ var CBasicTable_component = normalizeComponent(
|
|
|
61720
61712
|
// CONCATENATED MODULE: ./src/components/CBasicTable/index.js
|
|
61721
61713
|
|
|
61722
61714
|
/* harmony default export */ var components_CBasicTable = (CBasicTable);
|
|
61723
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
61715
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"769776df-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&
|
|
61724
61716
|
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)])])}
|
|
61725
61717
|
var CBreadcrumbsvue_type_template_id_1aedac34_staticRenderFns = []
|
|
61726
61718
|
|
|
@@ -61789,7 +61781,7 @@ var CBreadcrumbs_component = normalizeComponent(
|
|
|
61789
61781
|
// CONCATENATED MODULE: ./src/components/CBreadcrumbs/index.js
|
|
61790
61782
|
|
|
61791
61783
|
/* harmony default export */ var components_CBreadcrumbs = (CBreadcrumbs);
|
|
61792
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
61784
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"769776df-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=4caa7533&
|
|
61793
61785
|
var CButtonvue_type_template_id_4caa7533_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:"cursor-pointer flex flex-row rounded-md px-4 py-2 text-sm hover:bg-indigo-100 text-indigo-600 hover:text-indigo-800 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-indigo-200",class:_vm.customClasses,on:{"click":function($event){return _vm.$emit('action')}}},[(_vm.icon)?_c('c-icon',{class:_vm.iconClasses,attrs:{"type":_vm.icon.type,"name":_vm.icon.name}}):_vm._e(),_vm._v(_vm._s(_vm.label)+" "),_vm._t("default")],2):_c('button',{staticClass:"inline-flex items-center px-4 py-2 shadow-sm text-sm font-medium rounded-md 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){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}}):_vm._e(),_vm._v(" "+_vm._s(_vm.label)+" "),_vm._t("default")],2)],2)}
|
|
61794
61786
|
var CButtonvue_type_template_id_4caa7533_staticRenderFns = []
|
|
61795
61787
|
|
|
@@ -61926,7 +61918,7 @@ var CButton_component = normalizeComponent(
|
|
|
61926
61918
|
// CONCATENATED MODULE: ./src/components/CButton/index.js
|
|
61927
61919
|
|
|
61928
61920
|
/* harmony default export */ var components_CButton = (CButton);
|
|
61929
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
61921
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"769776df-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=d22b4386&
|
|
61930
61922
|
var CButtonGroupvue_type_template_id_d22b4386_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-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:{
|
|
61931
61923
|
'rounded-r-md border-l-0': index == _vm.buttonObject.length - 1,
|
|
61932
61924
|
'rounded-l-md border-r-0 border-l': index == 0,
|
|
@@ -62056,7 +62048,7 @@ var CButtonGroup_component = normalizeComponent(
|
|
|
62056
62048
|
// CONCATENATED MODULE: ./src/components/CButtonGroup/index.js
|
|
62057
62049
|
|
|
62058
62050
|
/* harmony default export */ var components_CButtonGroup = (CButtonGroup);
|
|
62059
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
62051
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"769776df-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=bd25d376&
|
|
62060
62052
|
var CButtonIconvue_type_template_id_bd25d376_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:"cursor-pointer flex flex-row rounded-md px-2 py-2 text-sm hover:bg-indigo-100 text-indigo-600 hover:text-indigo-800 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-indigo-200",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:"bg-white cursor-pointer rounded-full h-8 w-8 flex items-center justify-center 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 px-2 py-2 shadow-sm text-sm font-medium rounded-md 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",attrs:{"name":"loader"}}):_vm._e(),(_vm.icon)?_c('c-icon',{class:_vm.icon.class,attrs:{"type":_vm.icon.type,"name":_vm.icon.name}}):_vm._e(),_vm._t("default")],2)],2)}
|
|
62061
62053
|
var CButtonIconvue_type_template_id_bd25d376_staticRenderFns = []
|
|
62062
62054
|
|
|
@@ -62163,7 +62155,7 @@ var CButtonIcon_component = normalizeComponent(
|
|
|
62163
62155
|
// CONCATENATED MODULE: ./src/components/CButtonIcon/index.js
|
|
62164
62156
|
|
|
62165
62157
|
/* harmony default export */ var components_CButtonIcon = (CButtonIcon);
|
|
62166
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
62158
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"769776df-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=3eaa3480&
|
|
62167
62159
|
var CButtonLinkvue_type_template_id_3eaa3480_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('span',{staticClass:"w-full relative z-0 inline-flex shadow-sm rounded-md"},[_c('button',{staticClass:"-ml-px relative 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:outline-none focus:ring-1 focus:ring-indigo-500 focus:border-indigo-500",attrs:{"type":"button"}},[_c('img',{staticClass:"w-12 h-full",attrs:{"src":_vm.image}})]),_c('button',{staticClass:"w-full relative inline-flex items-center justify-between pl-4 pr-1 py-2 rounded-r-md border 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",attrs:{"type":"button"}},[_vm._v(" "+_vm._s(_vm.label)+" "),_c('c-icon',{staticClass:"h-5 w-5",attrs:{"type":"solid","name":"chevron-right"}})],1)])}
|
|
62168
62160
|
var CButtonLinkvue_type_template_id_3eaa3480_staticRenderFns = []
|
|
62169
62161
|
|
|
@@ -62234,7 +62226,7 @@ var CButtonLink_component = normalizeComponent(
|
|
|
62234
62226
|
// CONCATENATED MODULE: ./src/components/CButtonLink/index.js
|
|
62235
62227
|
|
|
62236
62228
|
/* harmony default export */ var components_CButtonLink = (CButtonLink);
|
|
62237
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
62229
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"769776df-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=a8b9b526&
|
|
62238
62230
|
var CButtonSelectvue_type_template_id_a8b9b526_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,index){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",class:index !== Object.keys(_vm.items).length - 1 ? 'border-b border-gray-200' : '',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)}
|
|
62239
62231
|
var CButtonSelectvue_type_template_id_a8b9b526_staticRenderFns = []
|
|
62240
62232
|
|
|
@@ -62366,7 +62358,7 @@ var CButtonSelect_component = normalizeComponent(
|
|
|
62366
62358
|
// CONCATENATED MODULE: ./src/components/CButtonSelect/index.js
|
|
62367
62359
|
|
|
62368
62360
|
/* harmony default export */ var components_CButtonSelect = (CButtonSelect);
|
|
62369
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
62361
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"769776df-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=4f765863&
|
|
62370
62362
|
var CButtonWithDropdownvue_type_template_id_4f765863_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:"relative inline-flex items-center px-4 py-2 rounded-l-md text-sm font-medium focus:z-10 focus:outline-none focus:ring-1",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:"relative inline-flex items-center px-2 py-2 rounded-r-md text-sm font-medium t focus:z-10 focus:outline-none focus:ring-1",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:"origin-top-right absolute right-0 z-10 mt-2 -mr-1 w-56 rounded-md shadow-lg bg-white ring-1 ring-gray-900 ring-opacity-5",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:"block px-4 py-2 text-sm text-gray-700 hover:bg-gray-100 hover:text-gray-900 cursor-pointer",attrs:{"role":"menuitem"},on:{"mousedown":function($event){return _vm.selectOption($event, item.value)}}},[_vm._v(" "+_vm._s(item.text)+" ")])}),0)]):_vm._e()])])])}
|
|
62371
62363
|
var CButtonWithDropdownvue_type_template_id_4f765863_staticRenderFns = []
|
|
62372
62364
|
|
|
@@ -62510,7 +62502,7 @@ var CButtonWithDropdown_component = normalizeComponent(
|
|
|
62510
62502
|
// CONCATENATED MODULE: ./src/components/CButtonWithDropdown/index.js
|
|
62511
62503
|
|
|
62512
62504
|
/* harmony default export */ var components_CButtonWithDropdown = (CButtonWithDropdown);
|
|
62513
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
62505
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"769776df-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=78aaad64&
|
|
62514
62506
|
var CCardvue_type_template_id_78aaad64_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"},[_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)+" ")])])])])}
|
|
62515
62507
|
var CCardvue_type_template_id_78aaad64_staticRenderFns = []
|
|
62516
62508
|
|
|
@@ -62593,7 +62585,7 @@ var CCard_component = normalizeComponent(
|
|
|
62593
62585
|
// CONCATENATED MODULE: ./src/components/CCheckbox/index.js
|
|
62594
62586
|
|
|
62595
62587
|
/* harmony default export */ var components_CCheckbox = (CCheckbox);
|
|
62596
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
62588
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"769776df-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=56bda821&
|
|
62597
62589
|
var CCollapsibleSectionvue_type_template_id_56bda821_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":_vm.collapse}},[_c('div',{staticClass:"flex flex-row items-center"},[_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()])}
|
|
62598
62590
|
var CCollapsibleSectionvue_type_template_id_56bda821_staticRenderFns = []
|
|
62599
62591
|
|
|
@@ -62725,7 +62717,7 @@ var CCollapsibleSection_component = normalizeComponent(
|
|
|
62725
62717
|
// CONCATENATED MODULE: ./src/components/CCollapsibleSection/index.js
|
|
62726
62718
|
|
|
62727
62719
|
/* harmony default export */ var components_CCollapsibleSection = (CCollapsibleSection);
|
|
62728
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
62720
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"769776df-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&
|
|
62729
62721
|
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)+" ")])])}
|
|
62730
62722
|
var CColorDotsvue_type_template_id_c055bc24_staticRenderFns = []
|
|
62731
62723
|
|
|
@@ -62791,8 +62783,8 @@ var CColorDots_component = normalizeComponent(
|
|
|
62791
62783
|
// CONCATENATED MODULE: ./src/components/CColorDots/index.js
|
|
62792
62784
|
|
|
62793
62785
|
/* harmony default export */ var components_CColorDots = (CColorDots);
|
|
62794
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
62795
|
-
var
|
|
62786
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"769776df-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=93d9c0f0&
|
|
62787
|
+
var CDatepickervue_type_template_id_93d9c0f0_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[(_vm.label)?_c('div',[_c('label',{staticClass:"block text-sm font-medium text-gray-900"},[_vm._v(" "+_vm._s(_vm.label)+" ")])]):_vm._e(),_c('v-date-picker',{staticClass:"inline-block h-full",attrs:{"masks":_vm.masks,"value":_vm.value,"min-date":_vm.minDate},on:{"input":_vm.onDayClick},scopedSlots:_vm._u([{key:"default",fn:function(ref){
|
|
62796
62788
|
var inputValue = ref.inputValue;
|
|
62797
62789
|
var togglePopover = ref.togglePopover;
|
|
62798
62790
|
return [_c('div',{staticClass:"flex items-center mt-1"},[_c('button',{class:[
|
|
@@ -62803,13 +62795,13 @@ return [_c('div',{staticClass:"flex items-center mt-1"},[_c('button',{class:[
|
|
|
62803
62795
|
_vm.disabled ? 'text-gray-200' : 'text-gray-400',
|
|
62804
62796
|
'h-5 w-5 ' ],attrs:{"name":"calendar-solid","type":"solid"}})],1),_c('input',{class:[
|
|
62805
62797
|
_vm.disabled
|
|
62806
|
-
? 'border-gray-100
|
|
62807
|
-
: 'border-gray-300
|
|
62808
|
-
'bg-white w-full p-2 appearance-none border rounded-r-md focus:outline-none focus:border-blue-500 text-sm' ],attrs:{"readonly":_vm.disabled},domProps:{"value":inputValue}
|
|
62809
|
-
var
|
|
62798
|
+
? 'border-gray-100 text-gray-400'
|
|
62799
|
+
: 'border-gray-300 text-gray-700',
|
|
62800
|
+
'bg-white w-full p-2 appearance-none border rounded-r-md focus:outline-none focus:border-blue-500 text-sm' ],attrs:{"readonly":_vm.disabled},domProps:{"value":inputValue}})])]}}])}),(_vm.helpText)?_c('p',{staticClass:"mt-1 text-sm text-gray-500"},[_vm._v(" "+_vm._s(_vm.helpText)+" ")]):_vm._e()],1)}
|
|
62801
|
+
var CDatepickervue_type_template_id_93d9c0f0_staticRenderFns = []
|
|
62810
62802
|
|
|
62811
62803
|
|
|
62812
|
-
// CONCATENATED MODULE: ./src/components/CDatepicker/CDatepicker.vue?vue&type=template&id=
|
|
62804
|
+
// CONCATENATED MODULE: ./src/components/CDatepicker/CDatepicker.vue?vue&type=template&id=93d9c0f0&
|
|
62813
62805
|
|
|
62814
62806
|
// EXTERNAL MODULE: ./node_modules/v-calendar/lib/components/date-picker.umd.js
|
|
62815
62807
|
var date_picker_umd = __webpack_require__("404b");
|
|
@@ -62868,7 +62860,6 @@ var date_picker_umd_default = /*#__PURE__*/__webpack_require__.n(date_picker_umd
|
|
|
62868
62860
|
//
|
|
62869
62861
|
//
|
|
62870
62862
|
//
|
|
62871
|
-
//
|
|
62872
62863
|
//
|
|
62873
62864
|
// import Calendar from "v-calendar/lib/components/calendar.umd";
|
|
62874
62865
|
|
|
@@ -62904,7 +62895,7 @@ var date_picker_umd_default = /*#__PURE__*/__webpack_require__.n(date_picker_umd
|
|
|
62904
62895
|
},
|
|
62905
62896
|
data: function data() {
|
|
62906
62897
|
var masks = {
|
|
62907
|
-
input: ["
|
|
62898
|
+
input: ["YYYY/MM/DD", "MMM DD, YYYY", "DD-MM-YYYY", "DD/MM/YYYY", "YYYY-MM-DD", "L"]
|
|
62908
62899
|
};
|
|
62909
62900
|
return {
|
|
62910
62901
|
masks: masks
|
|
@@ -62928,8 +62919,8 @@ var date_picker_umd_default = /*#__PURE__*/__webpack_require__.n(date_picker_umd
|
|
|
62928
62919
|
|
|
62929
62920
|
var CDatepicker_component = normalizeComponent(
|
|
62930
62921
|
CDatepicker_CDatepickervue_type_script_lang_js_,
|
|
62931
|
-
|
|
62932
|
-
|
|
62922
|
+
CDatepickervue_type_template_id_93d9c0f0_render,
|
|
62923
|
+
CDatepickervue_type_template_id_93d9c0f0_staticRenderFns,
|
|
62933
62924
|
false,
|
|
62934
62925
|
null,
|
|
62935
62926
|
null,
|
|
@@ -62941,7 +62932,7 @@ var CDatepicker_component = normalizeComponent(
|
|
|
62941
62932
|
// CONCATENATED MODULE: ./src/components/CDatepicker/index.js
|
|
62942
62933
|
|
|
62943
62934
|
/* harmony default export */ var components_CDatepicker = (CDatepicker);
|
|
62944
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
62935
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"769776df-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=7cf4a27a&
|
|
62945
62936
|
var CEditorvue_type_template_id_7cf4a27a_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 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",attrs:{"options":_vm.editorOption},on:{"change":function($event){return _vm.onChange($event)}},model:{value:(_vm.editorText),callback:function ($$v) {_vm.editorText=$$v},expression:"editorText"}}),(_vm.helpText)?_c('p',{staticClass:"mt-2 text-sm text-gray-500"},[_vm._v(" "+_vm._s(_vm.helpText)+" ")]):_vm._e()],1)}
|
|
62946
62937
|
var CEditorvue_type_template_id_7cf4a27a_staticRenderFns = []
|
|
62947
62938
|
|
|
@@ -63059,7 +63050,7 @@ var CEditor_component = normalizeComponent(
|
|
|
63059
63050
|
// CONCATENATED MODULE: ./src/components/CEditor/index.js
|
|
63060
63051
|
|
|
63061
63052
|
/* harmony default export */ var components_CEditor = (CEditor);
|
|
63062
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
63053
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"769776df-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&
|
|
63063
63054
|
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)}
|
|
63064
63055
|
var CDualSelectvue_type_template_id_489b336c_staticRenderFns = []
|
|
63065
63056
|
|
|
@@ -63283,7 +63274,7 @@ var CDualSelect_component = normalizeComponent(
|
|
|
63283
63274
|
// CONCATENATED MODULE: ./src/components/CDualSelect/index.js
|
|
63284
63275
|
|
|
63285
63276
|
/* harmony default export */ var components_CDualSelect = (CDualSelect);
|
|
63286
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
63277
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"769776df-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&
|
|
63287
63278
|
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)])])}
|
|
63288
63279
|
var CFormSectionHeadingvue_type_template_id_71116743_staticRenderFns = []
|
|
63289
63280
|
|
|
@@ -63383,7 +63374,7 @@ var CFormSectionHeading_component = normalizeComponent(
|
|
|
63383
63374
|
// CONCATENATED MODULE: ./src/components/CIcon/index.js
|
|
63384
63375
|
|
|
63385
63376
|
/* harmony default export */ var components_CIcon = (CIcon);
|
|
63386
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
63377
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"769776df-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=5e41978a&
|
|
63387
63378
|
var CGroupedSelectvue_type_template_id_5e41978a_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:"mt-1 relative"},[_c('div',{staticClass:"relative"},[_c('input',{staticClass:"bg-white relative w-full border border-gray-300 rounded-md shadow-sm pl-3 pr-10 py-2 text-left cursor-default focus:outline-none focus:ring-1 focus:ring-indigo-500 focus:border-indigo-500 sm:text-sm",attrs:{"type":"text","aria-haspopup":"listbox","aria-expanded":"true","aria-labelledby":"listbox-label","placeholder":_vm.placeholder},domProps:{"value":_vm.inputValue},on:{"focus":function($event){return _vm.openDropDown()},"input":_vm.onInput}}),_c('span',{staticClass:"absolute inset-y-0 right-0 flex items-center pr-2 pointer-events-none"},[(_vm.isSearching)?_c('svg',{staticClass:"animate-spin h-5 w-5 text-gray-400",attrs:{"xmlns":"http://www.w3.org/2000/svg","fill":"none","viewBox":"0 0 24 24"}},[_c('circle',{staticClass:"opacity-25",attrs:{"cx":"12","cy":"12","r":"10","stroke":"currentColor","stroke-width":"4"}}),_c('path',{staticClass:"opacity-75",attrs:{"fill":"currentColor","d":"M4 12a8 8 0 018-8V0C5.373 0 0 5.373 0 12h4zm2 5.291A7.962 7.962 0 014 12H0c0 3.042 1.135 5.824 3 7.938l3-2.647z"}})]):_vm._e(),(!_vm.isSearching)?_c('svg',{staticClass:"h-5 w-5 text-gray-400",attrs:{"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 20 20","fill":"currentColor","aria-hidden":"true"}},[_c('path',{attrs:{"fill-rule":"evenodd","d":"M10 3a1 1 0 01.707.293l3 3a1 1 0 01-1.414 1.414L10 5.414 7.707 7.707a1 1 0 01-1.414-1.414l3-3A1 1 0 0110 3zm-3.707 9.293a1 1 0 011.414 0L10 14.586l2.293-2.293a1 1 0 011.414 1.414l-3 3a1 1 0 01-1.414 0l-3-3a1 1 0 010-1.414z","clip-rule":"evenodd"}})]):_vm._e()])]),(_vm.showDropDown && _vm.options.length > 0)?_c('ul',{staticClass:"absolute z-10 mt-1 w-full bg-white shadow-lg 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","aria-activedescendant":"listbox-option-3"}},_vm._l((_vm.options),function(option){return _c('span',{key:option.id},[_c('li',{staticClass:"text-gray-900 text-left cursor-default select-none relative py-2 pl-3 pr-9",attrs:{"role":"option"}},[_c('span',{staticClass:"font-bold italic block truncate"},[_vm._v(" "+_vm._s(option.label)+" ")])]),_vm._l((option.options),function(subOption){return _c('li',{key:subOption.id,staticClass:"text-gray-900 text-left cursor-default select-none relative py-2 pl-3 pr-9 group hover:text-white hover:bg-indigo-600",attrs:{"role":"option"},on:{"click":function($event){return _vm.handleOptionClick(subOption)}}},[_c('span',{class:[
|
|
63388
63379
|
subOption.label === _vm.value.label
|
|
63389
63380
|
? 'font-semibold'
|
|
@@ -64166,7 +64157,7 @@ var CGroupedSelect_component = normalizeComponent(
|
|
|
64166
64157
|
// CONCATENATED MODULE: ./src/components/CGroupedSelect/index.js
|
|
64167
64158
|
|
|
64168
64159
|
/* harmony default export */ var components_CGroupedSelect = (CGroupedSelect);
|
|
64169
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
64160
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"769776df-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=8719e440&
|
|
64170
64161
|
var CIconDropdownvue_type_template_id_8719e440_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 justify-center w-full rounded-full border-none p-2 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-indigo-600",attrs:{"type":"white","aria-haspopup":"true","aria-expanded":"true"},on:{"click":function($event){_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:"origin-top-right z-10 absolute mt-2 -mr-1 rounded-md shadow-lg bg-white ring-1 ring-gray-900 ring-opacity-5",class:_vm.classes},[_c('div',{staticClass:"py-2 w-max",attrs:{"role":"menu","aria-orientation":"vertical","aria-labelledby":"option-menu"}},_vm._l((_vm.items),function(item){return _c('a',{key:item.text,staticClass:"flex px-4 py-2 text-sm text-gray-700 hover:bg-gray-100 hover:text-gray-900 cursor-pointer",attrs:{"role":"menuitem"},on:{"mousedown":function($event){return _vm.dropdownAction(item)}}},[_vm._v(" "+_vm._s(item.text)+" ")])}),0)])])],2)}
|
|
64171
64162
|
var CIconDropdownvue_type_template_id_8719e440_staticRenderFns = []
|
|
64172
64163
|
|
|
@@ -64276,12 +64267,12 @@ var CIconDropdown_component = normalizeComponent(
|
|
|
64276
64267
|
// CONCATENATED MODULE: ./src/components/CIconDropdown/index.js
|
|
64277
64268
|
|
|
64278
64269
|
/* harmony default export */ var components_CIconDropdown = (CIconDropdown);
|
|
64279
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
64280
|
-
var
|
|
64281
|
-
var
|
|
64270
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"769776df-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=cebcc5de&
|
|
64271
|
+
var CInputvue_type_template_id_cebcc5de_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()]),_c('div',{staticClass:"relative mt-1 rounded-md"},[_c('input',{staticClass:"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",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)}}}),(!_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()])}
|
|
64272
|
+
var CInputvue_type_template_id_cebcc5de_staticRenderFns = []
|
|
64282
64273
|
|
|
64283
64274
|
|
|
64284
|
-
// CONCATENATED MODULE: ./src/components/CInput/CInput.vue?vue&type=template&id=
|
|
64275
|
+
// CONCATENATED MODULE: ./src/components/CInput/CInput.vue?vue&type=template&id=cebcc5de&
|
|
64285
64276
|
|
|
64286
64277
|
// 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&
|
|
64287
64278
|
//
|
|
@@ -64327,7 +64318,6 @@ var CInputvue_type_template_id_02a4c808_staticRenderFns = []
|
|
|
64327
64318
|
//
|
|
64328
64319
|
//
|
|
64329
64320
|
//
|
|
64330
|
-
//
|
|
64331
64321
|
|
|
64332
64322
|
/* harmony default export */ var CInputvue_type_script_lang_js_ = ({
|
|
64333
64323
|
name: "CInput",
|
|
@@ -64408,8 +64398,8 @@ var CInputvue_type_template_id_02a4c808_staticRenderFns = []
|
|
|
64408
64398
|
|
|
64409
64399
|
var CInput_component = normalizeComponent(
|
|
64410
64400
|
CInput_CInputvue_type_script_lang_js_,
|
|
64411
|
-
|
|
64412
|
-
|
|
64401
|
+
CInputvue_type_template_id_cebcc5de_render,
|
|
64402
|
+
CInputvue_type_template_id_cebcc5de_staticRenderFns,
|
|
64413
64403
|
false,
|
|
64414
64404
|
null,
|
|
64415
64405
|
null,
|
|
@@ -64421,12 +64411,12 @@ var CInput_component = normalizeComponent(
|
|
|
64421
64411
|
// CONCATENATED MODULE: ./src/components/CInput/index.js
|
|
64422
64412
|
|
|
64423
64413
|
/* harmony default export */ var components_CInput = (CInput);
|
|
64424
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
64425
|
-
var
|
|
64426
|
-
var
|
|
64414
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"769776df-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=2a275bf8&
|
|
64415
|
+
var CInputAddonvue_type_template_id_2a275bf8_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"},[_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)+" ")]),_c('input',{staticClass:"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",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-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:"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",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:"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",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('span',{staticClass:"text-gray-500 sm:text-sm",class:_vm.disabled ? 'opacity-50' : ''},[_vm._v(" "+_vm._s(_vm.addon)+" ")]):_vm._e()]),(!_vm.isValidate)?_c('div',{staticClass:"absolute inset-y-0 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()]):_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:"focus:ring-indigo-500 focus:border-indigo-500 block w-full rounded-md sm:text-sm disabled:opacity-50",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"},[_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()])}
|
|
64416
|
+
var CInputAddonvue_type_template_id_2a275bf8_staticRenderFns = []
|
|
64427
64417
|
|
|
64428
64418
|
|
|
64429
|
-
// CONCATENATED MODULE: ./src/components/CInputAddon/CInputAddon.vue?vue&type=template&id=
|
|
64419
|
+
// CONCATENATED MODULE: ./src/components/CInputAddon/CInputAddon.vue?vue&type=template&id=2a275bf8&
|
|
64430
64420
|
|
|
64431
64421
|
// 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/CInputAddon/CInputAddon.vue?vue&type=script&lang=js&
|
|
64432
64422
|
//
|
|
@@ -64547,6 +64537,7 @@ var CInputAddonvue_type_template_id_49ecb83c_staticRenderFns = []
|
|
|
64547
64537
|
//
|
|
64548
64538
|
//
|
|
64549
64539
|
//
|
|
64540
|
+
//
|
|
64550
64541
|
|
|
64551
64542
|
/* harmony default export */ var CInputAddonvue_type_script_lang_js_ = ({
|
|
64552
64543
|
name: "CInputAddon",
|
|
@@ -64655,8 +64646,8 @@ var CInputAddonvue_type_template_id_49ecb83c_staticRenderFns = []
|
|
|
64655
64646
|
|
|
64656
64647
|
var CInputAddon_component = normalizeComponent(
|
|
64657
64648
|
CInputAddon_CInputAddonvue_type_script_lang_js_,
|
|
64658
|
-
|
|
64659
|
-
|
|
64649
|
+
CInputAddonvue_type_template_id_2a275bf8_render,
|
|
64650
|
+
CInputAddonvue_type_template_id_2a275bf8_staticRenderFns,
|
|
64660
64651
|
false,
|
|
64661
64652
|
null,
|
|
64662
64653
|
null,
|
|
@@ -64668,7 +64659,7 @@ var CInputAddon_component = normalizeComponent(
|
|
|
64668
64659
|
// CONCATENATED MODULE: ./src/components/CInputAddon/index.js
|
|
64669
64660
|
|
|
64670
64661
|
/* harmony default export */ var components_CInputAddon = (CInputAddon);
|
|
64671
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
64662
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"769776df-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=ed359dd4&
|
|
64672
64663
|
var CInputEmailvue_type_template_id_ed359dd4_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_c('div',{staticClass:"flex justify-between w-96"},[_c('label',{staticClass:"block text-sm font-medium text-gray-900"},[_vm._v(" "+_vm._s(_vm.label)+" ")]),(_vm.hint.length)?_c('span',{staticClass:"text-sm text-gray-500"},[_vm._v(_vm._s(_vm.hint))]):_vm._e()]),_c('div',{staticClass:"relative mt-1 w-96 rounded-md"},[_c('input',{directives:[{name:"model",rawName:"v-model",value:(_vm.email),expression:"email"}],staticClass:"focus:ring-indigo-500 focus:border-indigo-500 flex-1 block w-96 px-3 py-2 rounded-md sm:text-sm",class:_vm.errorClasses,attrs:{"type":"text","placeholder":_vm.placeholder},domProps:{"value":(_vm.email)},on:{"blur":_vm.checkValidation,"input":function($event){if($event.target.composing){ return; }_vm.email=$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(" Please enter valid email address ")]):_vm._e(),(_vm.helpText.length && _vm.isValidate == false)?_c('p',{staticClass:"mt-2 text-sm text-gray-500"},[_vm._v(" "+_vm._s(_vm.helpText)+" ")]):_vm._e()])}
|
|
64673
64664
|
var CInputEmailvue_type_template_id_ed359dd4_staticRenderFns = []
|
|
64674
64665
|
|
|
@@ -64778,7 +64769,7 @@ var CInputEmail_component = normalizeComponent(
|
|
|
64778
64769
|
// CONCATENATED MODULE: ./src/components/CInputEmail/index.js
|
|
64779
64770
|
|
|
64780
64771
|
/* harmony default export */ var components_CInputEmail = (CInputEmail);
|
|
64781
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
64772
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"769776df-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&
|
|
64782
64773
|
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()])])}
|
|
64783
64774
|
var CModalHeadingvue_type_template_id_2995f526_staticRenderFns = []
|
|
64784
64775
|
|
|
@@ -64838,7 +64829,7 @@ var CModalHeading_component = normalizeComponent(
|
|
|
64838
64829
|
// CONCATENATED MODULE: ./src/components/CModalHeading/index.js
|
|
64839
64830
|
|
|
64840
64831
|
/* harmony default export */ var components_CModalHeading = (CModalHeading);
|
|
64841
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
64832
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"769776df-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&
|
|
64842
64833
|
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()])])}
|
|
64843
64834
|
var CModuleHelpLinksvue_type_template_id_39f6663e_staticRenderFns = []
|
|
64844
64835
|
|
|
@@ -64914,18 +64905,18 @@ var CModuleHelpLinks_component = normalizeComponent(
|
|
|
64914
64905
|
// CONCATENATED MODULE: ./src/components/CModuleHelpLinks/index.js
|
|
64915
64906
|
|
|
64916
64907
|
/* harmony default export */ var components_CModuleHelpLinks = (CModuleHelpLinks);
|
|
64917
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
64918
|
-
var
|
|
64908
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"769776df-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=29388175&
|
|
64909
|
+
var CMultiselectvue_type_template_id_29388175_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[(_vm.label)?_c('label',{staticClass:"text-sm text-gray-900"},[_vm._v(_vm._s(_vm.label))]):_vm._e(),_c('v-select',{staticClass:"text-sm mt-1",attrs:{"placeholder":_vm.placeholder,"multiple":_vm.isMultiple,"taggable":_vm.isTaggable,"push-tags":_vm.pushTags,"filterable":_vm.filterable,"options":_vm.options,"label":_vm.optionLabel},on:{"input":_vm.setSelectedOptions,"search":_vm.fetchOptions},scopedSlots:_vm._u([{key:"open-indicator",fn:function(ref){
|
|
64919
64910
|
var attributes = ref.attributes;
|
|
64920
64911
|
return [_c('span',_vm._b({},'span',attributes,false),[_c('svg',{staticClass:"h-5 w-5 text-gray-400 cursor-pointer",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){
|
|
64921
64912
|
var search = ref.search;
|
|
64922
64913
|
var searching = ref.searching;
|
|
64923
64914
|
var loading = ref.loading;
|
|
64924
64915
|
return [(search.length < 1)?_c('span',[_vm._v("Start typing to search for options...")]):_c('span',[_vm._v("No options found, try searching something else.")])]}},(_vm.showOptionImage)?{key:"option",fn:function(option){return [_c('div',{staticClass:"flex items-center"},[(option.image)?_c('c-avatar',{staticClass:"mr-2",attrs:{"size":"extraextrasmall","image":option.image,"rounded":true}}):_c('c-avatar',{staticClass:"mr-2",attrs:{"size":"extraextrasmall","nameInitials":option.initials,"rounded":true}}),_c('p',[_vm._v(_vm._s(option[_vm.optionLabel]))])],1)]}}:null],null,true),model:{value:(_vm.value),callback:function ($$v) {_vm.value=$$v},expression:"value"}})],1)}
|
|
64925
|
-
var
|
|
64916
|
+
var CMultiselectvue_type_template_id_29388175_staticRenderFns = []
|
|
64926
64917
|
|
|
64927
64918
|
|
|
64928
|
-
// CONCATENATED MODULE: ./src/components/CMultiselect/CMultiselect.vue?vue&type=template&id=
|
|
64919
|
+
// CONCATENATED MODULE: ./src/components/CMultiselect/CMultiselect.vue?vue&type=template&id=29388175&
|
|
64929
64920
|
|
|
64930
64921
|
// EXTERNAL MODULE: ./node_modules/vue-select/dist/vue-select.js
|
|
64931
64922
|
var vue_select = __webpack_require__("4a7a");
|
|
@@ -65013,10 +65004,7 @@ var dist_vue_select = __webpack_require__("6dfc");
|
|
|
65013
65004
|
required: true
|
|
65014
65005
|
},
|
|
65015
65006
|
label: String,
|
|
65016
|
-
placeholder:
|
|
65017
|
-
type: String,
|
|
65018
|
-
default: "Start typing... (min 2 characters) to search options"
|
|
65019
|
-
},
|
|
65007
|
+
placeholder: String,
|
|
65020
65008
|
// whether multiple fields are allowed or not
|
|
65021
65009
|
isMultiple: {
|
|
65022
65010
|
type: Boolean
|
|
@@ -65094,8 +65082,8 @@ var CMultiselectvue_type_style_index_0_lang_css_ = __webpack_require__("3892");
|
|
|
65094
65082
|
|
|
65095
65083
|
var CMultiselect_component = normalizeComponent(
|
|
65096
65084
|
CMultiselect_CMultiselectvue_type_script_lang_js_,
|
|
65097
|
-
|
|
65098
|
-
|
|
65085
|
+
CMultiselectvue_type_template_id_29388175_render,
|
|
65086
|
+
CMultiselectvue_type_template_id_29388175_staticRenderFns,
|
|
65099
65087
|
false,
|
|
65100
65088
|
null,
|
|
65101
65089
|
null,
|
|
@@ -65107,7 +65095,7 @@ var CMultiselect_component = normalizeComponent(
|
|
|
65107
65095
|
// CONCATENATED MODULE: ./src/components/CMultiselect/index.js
|
|
65108
65096
|
|
|
65109
65097
|
/* harmony default export */ var components_CMultiselect = (CMultiselect);
|
|
65110
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
65098
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"769776df-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&
|
|
65111
65099
|
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)])])}
|
|
65112
65100
|
var CPageHeadingvue_type_template_id_172a2455_staticRenderFns = []
|
|
65113
65101
|
|
|
@@ -65198,23 +65186,27 @@ var CPageHeading_component = normalizeComponent(
|
|
|
65198
65186
|
// CONCATENATED MODULE: ./src/components/CPageHeading/index.js
|
|
65199
65187
|
|
|
65200
65188
|
/* harmony default export */ var components_CPageHeading = (CPageHeading);
|
|
65201
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
65202
|
-
var
|
|
65203
|
-
|
|
65204
|
-
|
|
65205
|
-
|
|
65206
|
-
|
|
65207
|
-
|
|
65208
|
-
|
|
65209
|
-
|
|
65210
|
-
|
|
65211
|
-
|
|
65212
|
-
|
|
65213
|
-
|
|
65214
|
-
|
|
65215
|
-
|
|
65216
|
-
|
|
65217
|
-
|
|
65189
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"769776df-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=1a6bcc39&
|
|
65190
|
+
var CPaginationvue_type_template_id_1a6bcc39_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('nav',{staticClass:"px-4 flex items-center justify-between sm:px-0"},[_c('div',{staticClass:"-mt-px w-0 flex-1 flex"},[_c('a',{staticClass:"pt-4 pr-1 inline-flex items-center text-sm font-medium",class:_vm.currentPageNumber == '1'
|
|
65191
|
+
? 'text-gray-400 pointer-events-none'
|
|
65192
|
+
: 'text-gray-500 hover:text-gray-700 group cursor-pointer',on:{"click":function($event){_vm.currentPageNumber == '1' ? '' : _vm.goToPreviousPage()}}},[_c('c-icon',{staticClass:"h-5 w-5 mr-3",class:_vm.currentPageNumber == '1'
|
|
65193
|
+
? 'text-gray-400 pointer-events-none'
|
|
65194
|
+
: 'text-gray-500 group-hover:text-gray-800',attrs:{"name":"arrow-narrow-left-solid","type":"solid"}}),_vm._v(" Previous ")],1)]),_c('div',{staticClass:"hidden md:-mt-px md:flex"},_vm._l((_vm.pageRange),function(page){return _c('div',{key:page,staticClass:"text-gray-500 hover:text-gray-700 px-4 inline-flex items-center text-sm font-medium group",class:[
|
|
65195
|
+
page == _vm.currentPageNumber
|
|
65196
|
+
? 'border-indigo-500 border-t-4 cursor-pointer'
|
|
65197
|
+
: 'hover:border-t-4',
|
|
65198
|
+
page === '...' ? 'cursor-text hover:border-t-4 hover:border-transparent' : '',
|
|
65199
|
+
page !== _vm.currentPageNumber && page !== '...'
|
|
65200
|
+
? 'hover:border-gray-300 hover:border-t-4 cursor-pointer'
|
|
65201
|
+
: '' ],on:{"click":function($event){return _vm.changePage(page)}}},[(page === '...')?_c('div',{staticClass:"pt-4 group-hover:-mt-1"},[_vm._v("...")]):(page == _vm.currentPageNumber)?_c('div',{staticClass:"pt-3.5 text-indigo-600"},[_vm._v(" "+_vm._s(page)+" ")]):_c('div',{staticClass:"pt-4 group-hover:-mt-1"},[_vm._v(" "+_vm._s(page)+" ")])])}),0),_c('div',{staticClass:"-mt-px w-0 flex-1 flex justify-end"},[_c('a',{staticClass:"pt-4 pl-1 inline-flex items-center text-sm",class:_vm.currentPageNumber == _vm.lastPageNumber
|
|
65202
|
+
? 'text-gray-400 pointer-events-none'
|
|
65203
|
+
: 'text-gray-500 hover:text-gray-700 group cursor-pointer',on:{"click":function($event){_vm.currentPageNumber == _vm.lastPageNumber ? '' : _vm.goToNextPage()}}},[_vm._v(" Next "),_c('c-icon',{staticClass:"ml-3 h-5 w-5",class:_vm.currentPageNumber == _vm.lastPageNumber
|
|
65204
|
+
? 'text-gray-400 pointer-events-none'
|
|
65205
|
+
: 'text-gray-500 group-hover:text-gray-800',attrs:{"name":"arrow-narrow-right-solid","type":"solid"}})],1)])])}
|
|
65206
|
+
var CPaginationvue_type_template_id_1a6bcc39_staticRenderFns = []
|
|
65207
|
+
|
|
65208
|
+
|
|
65209
|
+
// CONCATENATED MODULE: ./src/components/CPagination/CPagination.vue?vue&type=template&id=1a6bcc39&
|
|
65218
65210
|
|
|
65219
65211
|
// 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/CPagination/CPagination.vue?vue&type=script&lang=js&
|
|
65220
65212
|
//
|
|
@@ -65292,12 +65284,7 @@ var CPaginationvue_type_template_id_5f55dc9b_staticRenderFns = [function () {var
|
|
|
65292
65284
|
//
|
|
65293
65285
|
//
|
|
65294
65286
|
//
|
|
65295
|
-
|
|
65296
|
-
//
|
|
65297
|
-
//
|
|
65298
|
-
//
|
|
65299
|
-
//
|
|
65300
|
-
// import CIcon from "../CIcon/CIcon.vue";
|
|
65287
|
+
|
|
65301
65288
|
/* harmony default export */ var CPaginationvue_type_script_lang_js_ = ({
|
|
65302
65289
|
name: "CPagination",
|
|
65303
65290
|
props: {
|
|
@@ -65314,7 +65301,9 @@ var CPaginationvue_type_template_id_5f55dc9b_staticRenderFns = [function () {var
|
|
|
65314
65301
|
type: Function
|
|
65315
65302
|
}
|
|
65316
65303
|
},
|
|
65317
|
-
components: {
|
|
65304
|
+
components: {
|
|
65305
|
+
CIcon: CIcon
|
|
65306
|
+
},
|
|
65318
65307
|
data: function data() {
|
|
65319
65308
|
return {
|
|
65320
65309
|
currentPageNumber: this.setPaginationRecords.currentPage,
|
|
@@ -65387,8 +65376,8 @@ var CPaginationvue_type_template_id_5f55dc9b_staticRenderFns = [function () {var
|
|
|
65387
65376
|
|
|
65388
65377
|
var CPagination_component = normalizeComponent(
|
|
65389
65378
|
CPagination_CPaginationvue_type_script_lang_js_,
|
|
65390
|
-
|
|
65391
|
-
|
|
65379
|
+
CPaginationvue_type_template_id_1a6bcc39_render,
|
|
65380
|
+
CPaginationvue_type_template_id_1a6bcc39_staticRenderFns,
|
|
65392
65381
|
false,
|
|
65393
65382
|
null,
|
|
65394
65383
|
null,
|
|
@@ -65400,7 +65389,7 @@ var CPagination_component = normalizeComponent(
|
|
|
65400
65389
|
// CONCATENATED MODULE: ./src/components/CPagination/index.js
|
|
65401
65390
|
|
|
65402
65391
|
/* harmony default export */ var components_CPagination = (CPagination);
|
|
65403
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
65392
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"769776df-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=23076697&
|
|
65404
65393
|
var CPhoneNumbervue_type_template_id_23076697_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:"w-full mt-1"},[_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)])}
|
|
65405
65394
|
var CPhoneNumbervue_type_template_id_23076697_staticRenderFns = []
|
|
65406
65395
|
|
|
@@ -65476,12 +65465,12 @@ var CPhoneNumber_component = normalizeComponent(
|
|
|
65476
65465
|
// CONCATENATED MODULE: ./src/components/CPhoneNumber/index.js
|
|
65477
65466
|
|
|
65478
65467
|
/* harmony default export */ var components_CPhoneNumber = (CPhoneNumber);
|
|
65479
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
65480
|
-
var
|
|
65481
|
-
var
|
|
65468
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"769776df-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=4de23a81&
|
|
65469
|
+
var CRadiovue_type_template_id_4de23a81_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 flex"},[_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","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)])}
|
|
65470
|
+
var CRadiovue_type_template_id_4de23a81_staticRenderFns = []
|
|
65482
65471
|
|
|
65483
65472
|
|
|
65484
|
-
// CONCATENATED MODULE: ./src/components/CRadio/CRadio.vue?vue&type=template&id=
|
|
65473
|
+
// CONCATENATED MODULE: ./src/components/CRadio/CRadio.vue?vue&type=template&id=4de23a81&
|
|
65485
65474
|
|
|
65486
65475
|
// 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/CRadio/CRadio.vue?vue&type=script&lang=js&
|
|
65487
65476
|
//
|
|
@@ -65516,10 +65505,6 @@ var CRadiovue_type_template_id_4683eefd_staticRenderFns = []
|
|
|
65516
65505
|
//
|
|
65517
65506
|
//
|
|
65518
65507
|
//
|
|
65519
|
-
//
|
|
65520
|
-
//
|
|
65521
|
-
//
|
|
65522
|
-
//
|
|
65523
65508
|
/* harmony default export */ var CRadiovue_type_script_lang_js_ = ({
|
|
65524
65509
|
name: "CRadio",
|
|
65525
65510
|
props: {
|
|
@@ -65532,10 +65517,6 @@ var CRadiovue_type_template_id_4683eefd_staticRenderFns = []
|
|
|
65532
65517
|
},
|
|
65533
65518
|
isDisabled: {
|
|
65534
65519
|
type: Boolean
|
|
65535
|
-
},
|
|
65536
|
-
name: {
|
|
65537
|
-
type: String,
|
|
65538
|
-
required: true
|
|
65539
65520
|
}
|
|
65540
65521
|
},
|
|
65541
65522
|
data: function data() {
|
|
@@ -65567,8 +65548,8 @@ var CRadiovue_type_template_id_4683eefd_staticRenderFns = []
|
|
|
65567
65548
|
|
|
65568
65549
|
var CRadio_component = normalizeComponent(
|
|
65569
65550
|
CRadio_CRadiovue_type_script_lang_js_,
|
|
65570
|
-
|
|
65571
|
-
|
|
65551
|
+
CRadiovue_type_template_id_4de23a81_render,
|
|
65552
|
+
CRadiovue_type_template_id_4de23a81_staticRenderFns,
|
|
65572
65553
|
false,
|
|
65573
65554
|
null,
|
|
65574
65555
|
null,
|
|
@@ -65580,7 +65561,7 @@ var CRadio_component = normalizeComponent(
|
|
|
65580
65561
|
// CONCATENATED MODULE: ./src/components/CRadio/index.js
|
|
65581
65562
|
|
|
65582
65563
|
/* harmony default export */ var components_CRadio = (CRadio);
|
|
65583
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
65564
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"769776df-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=1f00fd96&
|
|
65584
65565
|
var CReorderableStackedListvue_type_template_id_1f00fd96_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:"py-3 flex items-center",class:{ 'cursor-pointer': items.collapse }},items.collapse ? { click: function () { return _vm.collapseList(); } } : null),[(items.collapse)?_c('c-icon',{staticClass:"mt-3 mr-3 text-gray-900 h-5 w-5",attrs:{"name":_vm.showSection ? 'chevron-down' : 'chevron-right',"type":"solid"}}):_vm._e(),(items.reorder)?_c('c-icon',{staticClass:"h-5 w-5 mr-3 text-gray-500",attrs:{"name":"menu-solid","type":"solid"}}):_vm._e(),_c('c-avatar',{attrs:{"size":items.size,"rounded":items.rounded,"image":items.image}}),_c('div',{staticClass:"flex flex-grow items-center justify-between flex-wrap"},[_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)+" ")])]),_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()]),_c('div',{staticClass:"flex flex-wrap sm:ml-2 sm:mt-2 lg:ml-0 lg:mt-0"},[(items.tag)?_c('c-tag',{staticClass:"mr-3",attrs:{"label":"Active"}}):_vm._e(),(items.tag)?_c('c-tag',{staticClass:"mr-3",attrs:{"label":"Inactive"}}):_vm._e(),(items.tag)?_c('c-tag',{staticClass:"mr-3",attrs:{"label":"Tag 1"}}):_vm._e(),(items.tag)?_c('c-tag',{staticClass:"mr-3",attrs:{"label":"Tag 2"}}):_vm._e()],1),(items.listIcon)?_c('button',{staticClass:"rounded-full h-8 w-8 flex items-center justify-center text-gray-500 hover:bg-red-100 hover:text-red-800 focus:outline-none focus:ring-2 focus:ring-red-500",attrs:{"type":"button"},on:{"click":function($event){return _vm.$emit('remove')}}},[_c('c-icon',{staticClass:"h-5 w-5 hover:text-red-800",attrs:{"name":"trash","type":"solid"}})],1):_vm._e()])],1)}),0)])}
|
|
65585
65566
|
var CReorderableStackedListvue_type_template_id_1f00fd96_staticRenderFns = []
|
|
65586
65567
|
|
|
@@ -65705,7 +65686,7 @@ var CReorderableStackedList_component = normalizeComponent(
|
|
|
65705
65686
|
// CONCATENATED MODULE: ./src/components/CSelect/index.js
|
|
65706
65687
|
|
|
65707
65688
|
/* harmony default export */ var components_CSelect = (CSelect);
|
|
65708
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
65689
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"769776df-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&
|
|
65709
65690
|
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)])])}
|
|
65710
65691
|
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")])])}]
|
|
65711
65692
|
|
|
@@ -65777,7 +65758,7 @@ var CSmallTimeline_component = normalizeComponent(
|
|
|
65777
65758
|
// CONCATENATED MODULE: ./src/components/CStackedList/index.js
|
|
65778
65759
|
|
|
65779
65760
|
/* harmony default export */ var components_CStackedList = (CStackedList);
|
|
65780
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
65761
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"769776df-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&
|
|
65781
65762
|
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)])}
|
|
65782
65763
|
var CStatsvue_type_template_id_b5b16e30_staticRenderFns = []
|
|
65783
65764
|
|
|
@@ -65900,10 +65881,9 @@ var CStats_component = normalizeComponent(
|
|
|
65900
65881
|
// CONCATENATED MODULE: ./src/components/CSwitch/index.js
|
|
65901
65882
|
|
|
65902
65883
|
/* harmony default export */ var components_CSwitch = (CSwitch);
|
|
65903
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
65904
|
-
var
|
|
65884
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"769776df-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=123873fd&
|
|
65885
|
+
var CTablevue_type_template_id_123873fd_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_c('vue-good-table',{ref:"my-table",attrs:{"mode":"remote","styleClass":_vm.showLoader ? 'vgt-table opacity-50 pointer-events-none' : 'vgt-table',"row-style-class":"focus:outline-none","min-height":"400px","globalSearch":true,"isLoading":_vm.showLoader,"totalRows":_vm.totalRecords,"columns":_vm.cols,"rows":_vm.rows,"search-options":{
|
|
65905
65886
|
enabled: _vm.searching,
|
|
65906
|
-
externalQuery: _vm.searchTerm,
|
|
65907
65887
|
placeholder: _vm.searchPlaceholder,
|
|
65908
65888
|
trigger: 'enter',
|
|
65909
65889
|
},"select-options":{
|
|
@@ -65917,11 +65897,11 @@ var CTablevue_type_template_id_a4ea9be0_render = function () {var _vm=this;var _
|
|
|
65917
65897
|
},"sort-options":{
|
|
65918
65898
|
enabled: _vm.sorting,
|
|
65919
65899
|
initialSortBy: _vm.initialSortField,
|
|
65920
|
-
},"pagination-options":{ enabled: _vm.pagination }},on:{"on-selected-rows-change":_vm.selectionChanged,"on-sort-change":_vm.sortChange,"on-search":_vm.onSearching,"on-row-click":_vm.onRowClick},scopedSlots:_vm._u([{key:"table-column",fn:function(props){return [(props.column.sortable || _vm.sorting)?_c('span',{staticClass:"flex"},[_c('div',[_vm._v(" "+_vm._s(props.column.label)+" ")]),(props.column.direction == null)?_c('c-icon',{staticClass:"h-5 w-5 ml-3 invisible sortingIcon",attrs:{"name":"sort-ascending-solid","type":"solid"}}):(props.column.direction == 'asc')?_c('c-icon',{staticClass:"h-5 w-5 ml-3",attrs:{"name":"sort-ascending-solid","type":"solid"}}):(props.column.direction == 'desc')?_c('c-icon',{staticClass:"h-5 w-5 ml-3",attrs:{"name":"sort-descending-solid","type":"solid"}}):_vm._e()],1):_c('span',[_vm._v(" "+_vm._s(props.column.label)+" ")])]}},{key:"table-row",fn:function(props){return [(props.column.field == 'drag')?_c('span',[_c('c-icon',{staticClass:"h-5 w-5 text-gray-500 handle",attrs:{"name":"menu-solid","type":"solid"}})],1):(props.column.customizeColumn)?_c('span',[_vm._t("default",null,{"records":props})],2):_c('span',[_vm._v(" "+_vm._s(props.formattedRow[props.column.field])+" ")])]}}])},[_vm._v(" > "),(_vm.pagination)?_c('template',{slot:"pagination-bottom"},[(_vm.paginationRecords.totalRecords > 0)?_c('c-pagination',{
|
|
65921
|
-
var
|
|
65900
|
+
},"pagination-options":{ enabled: _vm.pagination }},on:{"on-selected-rows-change":_vm.selectionChanged,"on-sort-change":_vm.sortChange,"on-search":_vm.onSearching,"on-row-click":_vm.onRowClick},scopedSlots:_vm._u([{key:"table-column",fn:function(props){return [(props.column.sortable || _vm.sorting)?_c('span',{staticClass:"flex"},[_c('div',[_vm._v(" "+_vm._s(props.column.label)+" ")]),(props.column.direction == null)?_c('c-icon',{staticClass:"h-5 w-5 ml-3 invisible sortingIcon",attrs:{"name":"sort-ascending-solid","type":"solid"}}):(props.column.direction == 'asc')?_c('c-icon',{staticClass:"h-5 w-5 ml-3",attrs:{"name":"sort-ascending-solid","type":"solid"}}):(props.column.direction == 'desc')?_c('c-icon',{staticClass:"h-5 w-5 ml-3",attrs:{"name":"sort-descending-solid","type":"solid"}}):_vm._e()],1):_c('span',[_vm._v(" "+_vm._s(props.column.label)+" ")])]}},{key:"table-row",fn:function(props){return [(props.column.field == 'drag')?_c('span',[_c('c-icon',{staticClass:"h-5 w-5 text-gray-500 handle",attrs:{"name":"menu-solid","type":"solid"}})],1):(props.column.customizeColumn)?_c('span',[_vm._t("default",null,{"records":props})],2):_c('span',[_vm._v(" "+_vm._s(props.formattedRow[props.column.field])+" ")])]}}])},[_vm._v(" > "),(_vm.tableActions)?_c('div',{attrs:{"slot":"table-actions"},slot:"table-actions"},[_c('div',{staticClass:"flex flex-row-reverse"},[_c('div',[_c('c-button-icon',{staticClass:"ml-3",attrs:{"type":"white","icon":{ name: 'download', type: 'outline', class: 'h-5 w-5 text-gray-400' }}})],1),_c('div',{staticClass:"relative inline-block text-left"},[_c('div',[_c('button',{staticClass:"inline-flex justify-center w-full rounded-md border border-gray-200 shadow-sm px-2 py-2 bg-white text-sm font-medium hover:bg-gray-50 focus:outline-none focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-indigo-600",attrs:{"aria-haspopup":"true","aria-expanded":"true"},on:{"click":function($event){_vm.toggleDropdown = !_vm.toggleDropdown}}},[_c('c-icon',{staticClass:"text-gray-400 h-5 w-5",attrs:{"name":"view-board","type":"solid"}}),_c('c-icon',{staticClass:"ml-1 text-gray-400 h-5 w-5",attrs:{"name":"chevron-down","type":"solid"}})],1)]),_c('div',{directives:[{name:"show",rawName:"v-show",value:(_vm.toggleDropdown),expression:"toggleDropdown"}],staticClass:"origin-top-right absolute right-0 mt-2 -mr-1 w-56 rounded-md shadow-lg bg-white ring-1 ring-gray-900 ring-opacity-5 z-100 overflow-y-auto max-h-96"},[_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:"flex block 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._t("action")],2)]):_vm._e(),(_vm.pagination)?_c('template',{slot:"pagination-bottom"},[(_vm.paginationRecords.totalRecords > 0)?_c('c-pagination',{attrs:{"setPaginationRecords":_vm.paginationRecords},on:{"setCurrentPage":_vm.setCurrentPageRecords,"setPreviousPage":_vm.setPreviousPageRecords,"setNextPage":_vm.setNextPageRecords}}):_vm._e()],1):_vm._e(),_c('template',{slot:"loadingContent"},[_c('svg',{staticClass:"animate-spin h-10 w-10 ml-auto mr-auto",attrs:{"xmlns":"http://www.w3.org/2000/svg","fill":"none","viewBox":"0 0 24 24"}},[_c('circle',{staticClass:"opacity-25",attrs:{"cx":"12","cy":"12","r":"10","stroke":"currentColor","stroke-width":"4"}}),_c('path',{staticClass:"opacity-75",attrs:{"fill":"currentColor","d":"M4 12a8 8 0 018-8V0C5.373 0 0 5.373 0 12h4zm2 5.291A7.962 7.962 0 014 12H0c0 3.042 1.135 5.824 3 7.938l3-2.647z"}})])])],2)],1)}
|
|
65901
|
+
var CTablevue_type_template_id_123873fd_staticRenderFns = []
|
|
65922
65902
|
|
|
65923
65903
|
|
|
65924
|
-
// CONCATENATED MODULE: ./src/components/CTable/CTable.vue?vue&type=template&id=
|
|
65904
|
+
// CONCATENATED MODULE: ./src/components/CTable/CTable.vue?vue&type=template&id=123873fd&
|
|
65925
65905
|
|
|
65926
65906
|
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/toConsumableArray.js + 5 modules
|
|
65927
65907
|
var toConsumableArray = __webpack_require__("2909");
|
|
@@ -66132,18 +66112,6 @@ var sortable_default = /*#__PURE__*/__webpack_require__.n(es5_sortable);
|
|
|
66132
66112
|
//
|
|
66133
66113
|
//
|
|
66134
66114
|
//
|
|
66135
|
-
//
|
|
66136
|
-
//
|
|
66137
|
-
//
|
|
66138
|
-
//
|
|
66139
|
-
//
|
|
66140
|
-
//
|
|
66141
|
-
//
|
|
66142
|
-
//
|
|
66143
|
-
//
|
|
66144
|
-
//
|
|
66145
|
-
//
|
|
66146
|
-
|
|
66147
66115
|
|
|
66148
66116
|
|
|
66149
66117
|
|
|
@@ -66158,8 +66126,7 @@ var sortable_default = /*#__PURE__*/__webpack_require__.n(es5_sortable);
|
|
|
66158
66126
|
CIcon: CIcon,
|
|
66159
66127
|
VueGoodTable: vue_good_table_esm["a" /* VueGoodTable */],
|
|
66160
66128
|
CPagination: CPagination,
|
|
66161
|
-
CButtonIcon: CButtonIcon
|
|
66162
|
-
CInput: CInput
|
|
66129
|
+
CButtonIcon: CButtonIcon
|
|
66163
66130
|
},
|
|
66164
66131
|
props: {
|
|
66165
66132
|
// To show or hide pagination section
|
|
@@ -66255,7 +66222,7 @@ var sortable_default = /*#__PURE__*/__webpack_require__.n(es5_sortable);
|
|
|
66255
66222
|
return {
|
|
66256
66223
|
toggleDropdown: false,
|
|
66257
66224
|
showLoader: this.isLoading,
|
|
66258
|
-
searchTerm:
|
|
66225
|
+
searchTerm: "",
|
|
66259
66226
|
paginationRecords: this.paginationData,
|
|
66260
66227
|
reorderedArray: Object(toConsumableArray["a" /* default */])(this.rows)
|
|
66261
66228
|
};
|
|
@@ -66329,8 +66296,8 @@ var CTablevue_type_style_index_0_lang_css_ = __webpack_require__("8485");
|
|
|
66329
66296
|
|
|
66330
66297
|
var CTable_component = normalizeComponent(
|
|
66331
66298
|
CTable_CTablevue_type_script_lang_js_,
|
|
66332
|
-
|
|
66333
|
-
|
|
66299
|
+
CTablevue_type_template_id_123873fd_render,
|
|
66300
|
+
CTablevue_type_template_id_123873fd_staticRenderFns,
|
|
66334
66301
|
false,
|
|
66335
66302
|
null,
|
|
66336
66303
|
null,
|
|
@@ -66342,18 +66309,18 @@ var CTable_component = normalizeComponent(
|
|
|
66342
66309
|
// CONCATENATED MODULE: ./src/components/CTable/index.js
|
|
66343
66310
|
|
|
66344
66311
|
/* harmony default export */ var components_CTable = (CTable);
|
|
66345
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
66346
|
-
var
|
|
66312
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"769776df-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=5298295e&
|
|
66313
|
+
var CTabsvue_type_template_id_5298295e_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
|
|
66347
66314
|
? 'border-indigo-600 text-indigo-700 hover:text-indigo-800'
|
|
66348
66315
|
: '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
|
|
66349
66316
|
? 'text-indigo-700 group-hover:text-indigo-800'
|
|
66350
66317
|
: 'text-gray-400 group-hover:text-gray-500 ',attrs:{"name":tab.icon,"type":"solid"}}):_vm._e(),_c('span',{class:_vm.activeTab == tab.text
|
|
66351
|
-
? 'text-indigo-700'
|
|
66318
|
+
? 'text-indigo-700 font-semibold'
|
|
66352
66319
|
: 'text-gray-500 hover:text-gray-700'},[_vm._t(_vm.tabHeadSlotName(tab.text)),_vm._v(_vm._s(tab.text)+" ")],2)],1)}),0)]),_c('div',[_vm._t(_vm.tabPanelSlotName)],2)])],2)}
|
|
66353
|
-
var
|
|
66320
|
+
var CTabsvue_type_template_id_5298295e_staticRenderFns = []
|
|
66354
66321
|
|
|
66355
66322
|
|
|
66356
|
-
// CONCATENATED MODULE: ./src/components/CTabs/CTabs.vue?vue&type=template&id=
|
|
66323
|
+
// CONCATENATED MODULE: ./src/components/CTabs/CTabs.vue?vue&type=template&id=5298295e&
|
|
66357
66324
|
|
|
66358
66325
|
// 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/CTabs/CTabs.vue?vue&type=script&lang=js&
|
|
66359
66326
|
//
|
|
@@ -66475,8 +66442,8 @@ var CTabsvue_type_template_id_3047d5fc_staticRenderFns = []
|
|
|
66475
66442
|
|
|
66476
66443
|
var CTabs_component = normalizeComponent(
|
|
66477
66444
|
CTabs_CTabsvue_type_script_lang_js_,
|
|
66478
|
-
|
|
66479
|
-
|
|
66445
|
+
CTabsvue_type_template_id_5298295e_render,
|
|
66446
|
+
CTabsvue_type_template_id_5298295e_staticRenderFns,
|
|
66480
66447
|
false,
|
|
66481
66448
|
null,
|
|
66482
66449
|
null,
|
|
@@ -66491,7 +66458,7 @@ var CTabs_component = normalizeComponent(
|
|
|
66491
66458
|
// CONCATENATED MODULE: ./src/components/CTag/index.js
|
|
66492
66459
|
|
|
66493
66460
|
/* harmony default export */ var components_CTag = (CTag);
|
|
66494
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
66461
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"769776df-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=11045cab&
|
|
66495
66462
|
var CTextareavue_type_template_id_11045cab_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:"focus:ring-indigo-500 focus:border-indigo-500 block w-full sm:text-sm rounded-md disabled:opacity-50",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)}}}),(!_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()])}
|
|
66496
66463
|
var CTextareavue_type_template_id_11045cab_staticRenderFns = []
|
|
66497
66464
|
|
|
@@ -66614,7 +66581,7 @@ var CTextarea_component = normalizeComponent(
|
|
|
66614
66581
|
// CONCATENATED MODULE: ./src/components/CTextarea/index.js
|
|
66615
66582
|
|
|
66616
66583
|
/* harmony default export */ var components_CTextarea = (CTextarea);
|
|
66617
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
66584
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"769776df-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&
|
|
66618
66585
|
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)])])])])])])}
|
|
66619
66586
|
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")])])])}]
|
|
66620
66587
|
|
|
@@ -66882,7 +66849,7 @@ var CTimeline_component = normalizeComponent(
|
|
|
66882
66849
|
// CONCATENATED MODULE: ./src/components/CTimeline/index.js
|
|
66883
66850
|
|
|
66884
66851
|
/* harmony default export */ var components_CTimeline = (CTimeline);
|
|
66885
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
66852
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"769776df-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=158a67b4&
|
|
66886
66853
|
var CUploadvue_type_template_id_158a67b4_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[(_vm.type === 'default')?_c('div',[_vm._t("default"),_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:"w-full mt-2 flex justify-center px-6 py-14 border-2 rounded-md",class:_vm.errorClasses},[_c('div',{staticClass:"space-y-1 text-center"},[_c('div',{staticClass:"flex text-sm text-gray-600"},[_c('c-icon',{staticClass:"h-5 w-5 text-indigo-600",attrs:{"type":"solid","name":"arrow-up"}}),_vm._m(0)],1)])])],2):_vm._e(),(_vm.type === 'filestack')?_c('div',{class:_vm.filestackClasses,attrs:{"id":"filestack-uploader"}}):_vm._e(),(!_vm.isValidate)?_c('p',{staticClass:"mt-2 text-sm text-red-600"},[_vm._v(" "+_vm._s(_vm.errorMessage)+" ")]):_vm._e()])}
|
|
66887
66854
|
var CUploadvue_type_template_id_158a67b4_staticRenderFns = [function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('label',{staticClass:"relative cursor-pointer bg-white rounded-md font-medium text-indigo-600 hover:text-indigo-500 focus-within:outline-none focus-within:ring-2 focus-within:ring-offset-2 focus-within:ring-indigo-500 ml-1"},[_c('span',[_vm._v("Upload")]),_c('input',{staticClass:"sr-only",attrs:{"type":"file"}})])}]
|
|
66888
66855
|
|
|
@@ -67033,7 +67000,7 @@ var CUpload_component = normalizeComponent(
|
|
|
67033
67000
|
// CONCATENATED MODULE: ./src/components/CUpload/index.js
|
|
67034
67001
|
|
|
67035
67002
|
/* harmony default export */ var components_CUpload = (CUpload);
|
|
67036
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
67003
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"769776df-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=6686964e&
|
|
67037
67004
|
var CConfirmActionModalvue_type_template_id_6686964e_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"fixed z-10 inset-0 overflow-y-auto"},[_c('div',{staticClass:"flex items-end justify-center min-h-screen pt-4 px-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:align-middle sm:h-screen",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 md:max-w-2xl align-bottom bg-white rounded-lg text-left overflow-y-visible shadow-xl transform transition-all sm:my-8 sm:align-middle sm:max-w-sm sm:w-full",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 leading-6 font-medium 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},on:{"action":function($event){return _vm.$emit('action-two')}}})],1)])])])])],1)])}
|
|
67038
67005
|
var CConfirmActionModalvue_type_template_id_6686964e_staticRenderFns = []
|
|
67039
67006
|
|
|
@@ -67218,14 +67185,10 @@ var CConfirmActionModal_component = normalizeComponent(
|
|
|
67218
67185
|
|
|
67219
67186
|
|
|
67220
67187
|
|
|
67221
|
-
|
|
67222
|
-
// EXTERNAL MODULE: ./src/assets/tailwind.css
|
|
67223
|
-
var tailwind = __webpack_require__("ba8c");
|
|
67224
67188
|
|
|
67225
67189
|
// CONCATENATED MODULE: ./src/main.js
|
|
67226
67190
|
|
|
67227
67191
|
|
|
67228
|
-
|
|
67229
67192
|
var ClasscardUI = {
|
|
67230
67193
|
install: function install(Vue) {
|
|
67231
67194
|
// components
|