classcard-ui 0.2.1473 → 0.2.1475
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +24 -24
- package/dist/classcard-ui.common.js +413 -135
- package/dist/classcard-ui.common.js.map +1 -1
- package/dist/classcard-ui.css +2 -2
- package/dist/classcard-ui.umd.js +413 -135
- package/dist/classcard-ui.umd.js.map +1 -1
- package/dist/classcard-ui.umd.min.js +3 -3
- package/dist/classcard-ui.umd.min.js.map +1 -1
- package/package.json +83 -83
- package/src/App.vue +16 -16
- package/src/colorConfig.js +52 -52
- package/src/components/CAlertModal/CAlertModal.vue +179 -179
- package/src/components/CAlertModal/index.js +3 -3
- package/src/components/CAlerts/CAlerts.vue +114 -114
- package/src/components/CAlerts/index.js +2 -2
- package/src/components/CAnchorTabs/CAnchorTabs.vue +100 -100
- package/src/components/CAnchorTabs/index.js +2 -2
- package/src/components/CAnchorTag/CAnchorTag.vue +84 -84
- package/src/components/CAnchorTag/index.js +2 -2
- package/src/components/CAvatar/CAvatar.vue +230 -230
- package/src/components/CAvatar/index.js +2 -2
- package/src/components/CAvatarGroup/CAvatarGroup.vue +213 -213
- package/src/components/CAvatarGroup/index.js +2 -2
- package/src/components/CBasicTable/CBasicTable.vue +184 -184
- package/src/components/CBasicTable/index.js +2 -2
- package/src/components/CBreadcrumbs/CBreadcrumbs.vue +38 -38
- package/src/components/CBreadcrumbs/index.js +2 -2
- package/src/components/CButton/CButton.vue +239 -239
- package/src/components/CButton/index.js +2 -2
- package/src/components/CButtonGroup/CButtonGroup.vue +155 -155
- package/src/components/CButtonGroup/index.js +2 -2
- package/src/components/CButtonIcon/CButtonIcon.vue +166 -166
- package/src/components/CButtonIcon/index.js +2 -2
- package/src/components/CButtonLink/CButtonLink.vue +43 -43
- package/src/components/CButtonLink/index.js +2 -2
- package/src/components/CButtonSelect/CButtonSelect.vue +186 -186
- package/src/components/CButtonSelect/index.js +2 -2
- package/src/components/CButtonSelectBorder/CButtonSelectBorder.vue +265 -265
- package/src/components/CButtonSelectBorder/index.js +3 -3
- package/src/components/CButtonWithDropdown/CButtonWithDropdown.vue +152 -152
- package/src/components/CButtonWithDropdown/index.js +2 -2
- package/src/components/CCalendar/CCalendar.vue +443 -443
- package/src/components/CCalendar/index.js +3 -3
- package/src/components/CCard/CCard.vue +53 -53
- package/src/components/CCard/index.js +2 -2
- package/src/components/CCheckbox/CCheckbox.vue +200 -200
- package/src/components/CCheckbox/index.js +2 -2
- package/src/components/CCircularButton/CCircularButton.vue +57 -57
- package/src/components/CCircularButton/index.js +2 -2
- package/src/components/CCollapsibleSection/CCollapsibleSection.vue +121 -121
- package/src/components/CCollapsibleSection/index.js +2 -2
- package/src/components/CColorDots/CColorDots.vue +52 -52
- package/src/components/CColorDots/index.js +3 -3
- package/src/components/CConfirmActionModal/CConfirmActionModal.vue +221 -221
- package/src/components/CConfirmActionModal/index.js +3 -3
- package/src/components/CDatepicker/CDatepicker.vue +235 -235
- package/src/components/CDatepicker/index.js +2 -2
- package/src/components/CDualSelect/CDualSelect.vue +193 -193
- package/src/components/CDualSelect/index.js +2 -2
- package/src/components/CEditor/CEditor.vue +114 -114
- package/src/components/CEditor/index.js +2 -2
- package/src/components/CFormSectionHeading/CFormSectionHeading.vue +76 -76
- package/src/components/CFormSectionHeading/index.js +2 -2
- package/src/components/CGroupedFilterDropdown/CGroupedFilterDropdown.vue +263 -263
- package/src/components/CGroupedFilterDropdown/index.js +2 -2
- package/src/components/CGroupedSelect/CGroupedSelect.vue +366 -366
- package/src/components/CGroupedSelect/index.js +3 -3
- package/src/components/CIcon/CIcon.vue +112 -112
- package/src/components/CIcon/index.js +2 -2
- package/src/components/CIconDropdown/CIconDropdown.vue +206 -206
- package/src/components/CIconDropdown/index.js +2 -2
- package/src/components/CIconSelect/CIconSelect.vue +182 -182
- package/src/components/CIconSelect/index.js +3 -3
- package/src/components/CInput/CInput.vue +173 -173
- package/src/components/CInput/index.js +2 -2
- package/src/components/CInputAddon/CInputAddon.vue +297 -297
- package/src/components/CInputAddon/index.js +2 -2
- package/src/components/CInputEmail/CInputEmail.vue +107 -107
- package/src/components/CInputEmail/index.js +2 -2
- package/src/components/CInsetTabs/CInsetTabs.vue +134 -134
- package/src/components/CInsetTabs/index.js +3 -3
- package/src/components/CModalHeading/CModalHeading.vue +22 -22
- package/src/components/CModalHeading/index.js +2 -2
- package/src/components/CModuleHelpLinks/CModuleHelpLinks.vue +88 -88
- package/src/components/CModuleHelpLinks/index.js +3 -3
- package/src/components/CMultiselect/CMultiselect.vue +1170 -937
- package/src/components/CMultiselect/index.js +2 -2
- package/src/components/CMultiselectr/CMultiselectr.vue +44 -44
- package/src/components/CMultiselectr/index.js +2 -2
- package/src/components/CPageHeading/CPageHeading.vue +83 -83
- package/src/components/CPageHeading/index.js +2 -2
- package/src/components/CPagination/CPagination.vue +239 -239
- package/src/components/CPagination/index.js +2 -2
- package/src/components/CPhoneNumber/CPhoneNumber.vue +213 -213
- package/src/components/CPhoneNumber/index.js +2 -2
- package/src/components/CProgress/CProgress.vue +91 -91
- package/src/components/CProgress/index.js +2 -2
- package/src/components/CRadio/CRadio.vue +197 -197
- package/src/components/CRadio/index.js +2 -2
- package/src/components/CRadioGroup/CRadioGroup.vue +96 -96
- package/src/components/CRadioGroup/index.js +2 -2
- package/src/components/CRangeSlider/CRangeSlider.vue +55 -55
- package/src/components/CRangeSlider/index.js +2 -2
- package/src/components/CReorderableStackedList/CReorderableStackedList.vue +94 -94
- package/src/components/CReorderableStackedList/index.js +2 -2
- package/src/components/CSelect/CSelect.vue +1210 -1165
- package/src/components/CSelect/index.js +2 -2
- package/src/components/CSmallTimeline/CSmallTimeline.vue +40 -40
- package/src/components/CSmallTimeline/index.js +2 -2
- package/src/components/CStackedList/CStackedList.vue +162 -162
- package/src/components/CStackedList/index.js +2 -2
- package/src/components/CStats/CStats.vue +157 -157
- package/src/components/CStats/index.js +2 -2
- package/src/components/CSwitch/CSwitch.vue +200 -200
- package/src/components/CSwitch/index.js +2 -2
- package/src/components/CTabLazy/CTabLazy.vue +83 -83
- package/src/components/CTabLazy/index.js +2 -2
- package/src/components/CTable/CTable.vue +1114 -1114
- package/src/components/CTable/index.js +2 -2
- package/src/components/CTabs/CTabs.vue +250 -250
- package/src/components/CTabs/index.js +2 -2
- package/src/components/CTag/CTag.vue +109 -109
- package/src/components/CTag/index.js +2 -2
- package/src/components/CTextarea/CTextarea.vue +118 -118
- package/src/components/CTextarea/index.js +2 -2
- package/src/components/CTimeline/CTimeline.vue +237 -237
- package/src/components/CTimeline/index.js +2 -2
- package/src/components/CToolTip/CToolTip.vue +108 -108
- package/src/components/CToolTip/index.js +3 -3
- package/src/components/CUpload/CUpload.vue +331 -331
- package/src/components/CUpload/index.js +2 -2
- package/src/components/NumberAnimator.vue +112 -112
- package/src/components/index.js +57 -57
- package/src/helper.js +8 -8
- package/src/icons.js +830 -830
- package/src/main.js +22 -22
- package/src/stories/CAlertModal.stories.js +30 -30
- package/src/stories/CAlerts.stories.js +39 -39
- package/src/stories/CAnchorTabs.stories.js +29 -29
- package/src/stories/CAnchorTag.stories.js +38 -38
- package/src/stories/CAvatar.stories.js +38 -38
- package/src/stories/CAvatarGroup.stories.js +136 -136
- package/src/stories/CBasicTable.stories.js +316 -316
- package/src/stories/CBreadcrumbs.stories.js +24 -24
- package/src/stories/CButton.stories.js +49 -49
- package/src/stories/CButtonGroup.stories.js +43 -43
- package/src/stories/CButtonIcon.stories.js +27 -27
- package/src/stories/CButtonLink.stories.js +24 -24
- package/src/stories/CButtonSelect.stories.js +44 -44
- package/src/stories/CButtonSelectBorder.stories.js +56 -56
- package/src/stories/CButtonWithDropdown.stories.js +41 -41
- package/src/stories/CCalendar.stories.js +16 -16
- package/src/stories/CCard.stories.js +30 -30
- package/src/stories/CCheckbox.stories.js +38 -38
- package/src/stories/CCircularButton.stories.js +29 -29
- package/src/stories/CCollapsibleSection.stories.js +29 -29
- package/src/stories/CColorDots.stories.js +37 -37
- package/src/stories/CConfirmActionModal.stories.js +60 -60
- package/src/stories/CDatepicker.stories.js +31 -31
- package/src/stories/CDualSelect.stories.js +29 -29
- package/src/stories/CEditor.stories.js +30 -30
- package/src/stories/CFormSectionHeading.stories.js +37 -37
- package/src/stories/CGroupedFilterDropdown.stories.js +176 -176
- package/src/stories/CGroupedSelect.stories.js +103 -103
- package/src/stories/CIcon.stories.js +31 -31
- package/src/stories/CIconDropdown.stories.js +52 -52
- package/src/stories/CIconSelect.stories.js +45 -45
- package/src/stories/CInput.stories.js +36 -36
- package/src/stories/CInputAddon.stories.js +37 -37
- package/src/stories/CInputEmail.stories.js +27 -27
- package/src/stories/CInsetTabs.stories.js +48 -48
- package/src/stories/CModalHeading.stories.js +25 -25
- package/src/stories/CModuleHelpLinks.stories.js +25 -25
- package/src/stories/CMultiselect.stories.js +136 -136
- package/src/stories/CMultiselectr.stories.js +23 -23
- package/src/stories/CPageHeading.stories.js +32 -32
- package/src/stories/CPagination.stories.js +30 -30
- package/src/stories/CPhoneNumber.stories.js +37 -37
- package/src/stories/CProgress.stories.js +23 -23
- package/src/stories/CRadio.stories.js +44 -44
- package/src/stories/CRadioGroup.stories.js +51 -51
- package/src/stories/CRangeSlider.stories.js +23 -23
- package/src/stories/CReorderableStackedList.stories.js +23 -23
- package/src/stories/CSelect.stories.js +157 -157
- package/src/stories/CSmallTimeline.stories.js +26 -26
- package/src/stories/CStackedList.stories.js +37 -37
- package/src/stories/CStats.stories.js +53 -53
- package/src/stories/CSwitch.stories.js +28 -28
- package/src/stories/CTabLazy.stories.js +42 -42
- package/src/stories/CTable.stories.js +203 -203
- package/src/stories/CTabs.stories.js +36 -36
- package/src/stories/CTag.stories.js +37 -37
- package/src/stories/CTextarea.stories.js +32 -32
- package/src/stories/CTimeline.stories.js +26 -26
- package/src/stories/CToolTip.stories.js +27 -27
- package/src/stories/CUpload.stories.js +36 -36
- package/src/stories/Introduction.stories.mdx +207 -207
- package/src/stories/Page.vue +88 -88
- package/src/stories/assets/code-brackets.svg +0 -0
- package/src/stories/assets/colors.svg +0 -0
- package/src/stories/assets/comments.svg +0 -0
- package/src/stories/assets/direction.svg +0 -0
- package/src/stories/assets/flow.svg +0 -0
- package/src/stories/assets/plugin.svg +0 -0
- package/src/stories/assets/repo.svg +0 -0
- package/src/stories/assets/stackalt.svg +0 -0
- package/src/stories/header.css +26 -26
- package/src/stories/page.css +69 -69
- package/src/stories/utils.css +32 -32
package/dist/classcard-ui.umd.js
CHANGED
|
@@ -140,6 +140,17 @@ module.exports = function (fn, that, length) {
|
|
|
140
140
|
};
|
|
141
141
|
|
|
142
142
|
|
|
143
|
+
/***/ }),
|
|
144
|
+
|
|
145
|
+
/***/ "062d":
|
|
146
|
+
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
147
|
+
|
|
148
|
+
"use strict";
|
|
149
|
+
/* harmony import */ var _node_modules_mini_css_extract_plugin_dist_loader_js_ref_6_oneOf_1_0_node_modules_css_loader_dist_cjs_js_ref_6_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_vue_cli_service_node_modules_postcss_loader_src_index_js_ref_6_oneOf_1_2_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_lib_index_js_vue_loader_options_CSelect_vue_vue_type_style_index_0_id_143cc74a_scoped_true_lang_css___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("310d");
|
|
150
|
+
/* harmony import */ var _node_modules_mini_css_extract_plugin_dist_loader_js_ref_6_oneOf_1_0_node_modules_css_loader_dist_cjs_js_ref_6_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_vue_cli_service_node_modules_postcss_loader_src_index_js_ref_6_oneOf_1_2_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_lib_index_js_vue_loader_options_CSelect_vue_vue_type_style_index_0_id_143cc74a_scoped_true_lang_css___WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_node_modules_mini_css_extract_plugin_dist_loader_js_ref_6_oneOf_1_0_node_modules_css_loader_dist_cjs_js_ref_6_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_vue_cli_service_node_modules_postcss_loader_src_index_js_ref_6_oneOf_1_2_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_lib_index_js_vue_loader_options_CSelect_vue_vue_type_style_index_0_id_143cc74a_scoped_true_lang_css___WEBPACK_IMPORTED_MODULE_0__);
|
|
151
|
+
/* unused harmony reexport * */
|
|
152
|
+
|
|
153
|
+
|
|
143
154
|
/***/ }),
|
|
144
155
|
|
|
145
156
|
/***/ "06cf":
|
|
@@ -859,6 +870,13 @@ function stubFalse() {
|
|
|
859
870
|
/* harmony default export */ __webpack_exports__["a"] = (stubFalse);
|
|
860
871
|
|
|
861
872
|
|
|
873
|
+
/***/ }),
|
|
874
|
+
|
|
875
|
+
/***/ "310d":
|
|
876
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
877
|
+
|
|
878
|
+
// extracted by mini-css-extract-plugin
|
|
879
|
+
|
|
862
880
|
/***/ }),
|
|
863
881
|
|
|
864
882
|
/***/ "314c":
|
|
@@ -933,13 +951,6 @@ module.exports = DESCRIPTORS ? Object.defineProperties : function defineProperti
|
|
|
933
951
|
/* unused harmony reexport * */
|
|
934
952
|
|
|
935
953
|
|
|
936
|
-
/***/ }),
|
|
937
|
-
|
|
938
|
-
/***/ "392a":
|
|
939
|
-
/***/ (function(module, exports, __webpack_require__) {
|
|
940
|
-
|
|
941
|
-
// extracted by mini-css-extract-plugin
|
|
942
|
-
|
|
943
954
|
/***/ }),
|
|
944
955
|
|
|
945
956
|
/***/ "3bbe":
|
|
@@ -35202,17 +35213,6 @@ module.exports = __webpack_require__(63);
|
|
|
35202
35213
|
});
|
|
35203
35214
|
/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__("b639").Buffer))
|
|
35204
35215
|
|
|
35205
|
-
/***/ }),
|
|
35206
|
-
|
|
35207
|
-
/***/ "93d3":
|
|
35208
|
-
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
35209
|
-
|
|
35210
|
-
"use strict";
|
|
35211
|
-
/* harmony import */ var _node_modules_mini_css_extract_plugin_dist_loader_js_ref_6_oneOf_1_0_node_modules_css_loader_dist_cjs_js_ref_6_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_vue_cli_service_node_modules_postcss_loader_src_index_js_ref_6_oneOf_1_2_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_lib_index_js_vue_loader_options_CSelect_vue_vue_type_style_index_0_id_df77acca_scoped_true_lang_css___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("392a");
|
|
35212
|
-
/* harmony import */ var _node_modules_mini_css_extract_plugin_dist_loader_js_ref_6_oneOf_1_0_node_modules_css_loader_dist_cjs_js_ref_6_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_vue_cli_service_node_modules_postcss_loader_src_index_js_ref_6_oneOf_1_2_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_lib_index_js_vue_loader_options_CSelect_vue_vue_type_style_index_0_id_df77acca_scoped_true_lang_css___WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_node_modules_mini_css_extract_plugin_dist_loader_js_ref_6_oneOf_1_0_node_modules_css_loader_dist_cjs_js_ref_6_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_vue_cli_service_node_modules_postcss_loader_src_index_js_ref_6_oneOf_1_2_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_lib_index_js_vue_loader_options_CSelect_vue_vue_type_style_index_0_id_df77acca_scoped_true_lang_css___WEBPACK_IMPORTED_MODULE_0__);
|
|
35213
|
-
/* unused harmony reexport * */
|
|
35214
|
-
|
|
35215
|
-
|
|
35216
35216
|
/***/ }),
|
|
35217
35217
|
|
|
35218
35218
|
/***/ "94ca":
|
|
@@ -58707,7 +58707,7 @@ if (typeof window !== 'undefined') {
|
|
|
58707
58707
|
// Indicate to webpack that this file can be concatenated
|
|
58708
58708
|
/* harmony default export */ var setPublicPath = (null);
|
|
58709
58709
|
|
|
58710
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
58710
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"14bb29fd-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=36846a8c&scoped=true&
|
|
58711
58711
|
var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{class:_vm.type == 'withAccentBorder'
|
|
58712
58712
|
? ("bg-" + _vm.color + "-50 border-l-4 border-" + _vm.color + "-400 p-4")
|
|
58713
58713
|
: ("rounded-md bg-" + _vm.color + "-50 p-4"),attrs:{"id":_vm.id || undefined,"role":_vm.id ? 'region' : undefined,"aria-labelledby":_vm.id ? _vm.id + '-title' : undefined,"aria-describedby":_vm.id && _vm.description && _vm.type !== 'withAccentBorder'
|
|
@@ -58718,7 +58718,7 @@ var staticRenderFns = []
|
|
|
58718
58718
|
|
|
58719
58719
|
// CONCATENATED MODULE: ./src/components/CAlerts/CAlerts.vue?vue&type=template&id=36846a8c&scoped=true&
|
|
58720
58720
|
|
|
58721
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
58721
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"14bb29fd-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=bd7457f8&
|
|
58722
58722
|
var CIconvue_type_template_id_bd7457f8_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[(_vm.name == 'loader')?_c('svg',{staticClass:"animate-spin",class:_vm.classes,attrs:{"xmlns":"http://www.w3.org/2000/svg","fill":"none","viewBox":"0 0 24 24"}},[_c('circle',{staticClass:"opacity-25",attrs:{"cx":"12","cy":"12","r":"10","stroke":"currentColor","stroke-width":"4"}}),_c('path',{staticClass:"opacity-75",attrs:{"fill":"currentColor","d":_vm.path}})]):_vm._e(),(_vm.name !== 'loader' && _vm.type == 'solid')?_c('svg',{class:(_vm.classes ? _vm.classes : '') + (_vm.cursorType ? _vm.cursorType : ''),attrs:{"viewBox":_vm.viewBox,"fill":"currentColor","fill-rule":"evenodd"}},[_c('path',{attrs:{"d":_vm.path}})]):_vm._e(),(_vm.name !== 'loader' && _vm.type == 'outline')?_c('svg',{class:(_vm.classes ? _vm.classes : '') + (_vm.cursorType ? _vm.cursorType : ''),attrs:{"viewBox":_vm.viewBoxOutline,"fill":"none","stroke":"currentColor"}},[_c('path',{attrs:{"stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2","d":_vm.path}})]):_vm._e(),(_vm.name !== 'loader' && _vm.type == 'outline-v2')?_c('svg',{class:(_vm.classes ? _vm.classes : '') + (_vm.cursorType ? _vm.cursorType : ''),attrs:{"viewBox":_vm.viewBoxOutline,"fill":"none","stroke":"currentColor"}},[_c('path',{attrs:{"stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"1.5","d":_vm.path}})]):_vm._e(),(_vm.name !== 'loader' && _vm.type == 'mini')?_c('svg',{class:(_vm.classes ? _vm.classes : '') + (_vm.cursorType ? _vm.cursorType : ''),attrs:{"viewBox":_vm.viewBox,"fill":"currentColor","fill-rule":"evenodd"}},[_c('path',{attrs:{"d":_vm.path}})]):_vm._e(),(_vm.name !== 'loader' && _vm.type == 'micro')?_c('svg',{class:(_vm.classes ? _vm.classes : '') + (_vm.cursorType ? _vm.cursorType : ''),attrs:{"viewBox":"0 0 16 16","fill":"currentColor"}},[_c('path',{attrs:{"fillRule":"evenodd","d":_vm.path,"clipRule":"evenodd"}})]):_vm._e()])}
|
|
58723
58723
|
var CIconvue_type_template_id_bd7457f8_staticRenderFns = []
|
|
58724
58724
|
|
|
@@ -59535,7 +59535,7 @@ var CAlerts_component = normalizeComponent(
|
|
|
59535
59535
|
// CONCATENATED MODULE: ./src/components/CAlerts/index.js
|
|
59536
59536
|
|
|
59537
59537
|
/* harmony default export */ var components_CAlerts = (CAlerts);
|
|
59538
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
59538
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"14bb29fd-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=6c7c82fa&
|
|
59539
59539
|
var CAnchorTabsvue_type_template_id_6c7c82fa_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_vm._m(0),_c('div',{staticClass:"hidden sm:block"},[_c('div',{staticClass:"border-b border-gray-200"},[_c('nav',{staticClass:"-mb-px flex space-x-8",class:_vm.classes,attrs:{"aria-label":"Tabs"}},_vm._l((_vm.tabs),function(tab){return _c('a',{key:tab.name,staticClass:"group inline-flex cursor-pointer items-center whitespace-nowrap border-b-2 py-4 px-1 text-sm font-medium",class:_vm.activeTab == tab.name
|
|
59540
59540
|
? 'border-indigo-600 text-indigo-700 hover:text-indigo-800'
|
|
59541
59541
|
: 'border-transparent text-gray-500 hover:border-gray-300 hover:text-gray-700',attrs:{"id":_vm.id},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
|
|
@@ -59675,7 +59675,7 @@ var CAnchorTabs_component = normalizeComponent(
|
|
|
59675
59675
|
// CONCATENATED MODULE: ./src/components/CAnchorTabs/index.js
|
|
59676
59676
|
|
|
59677
59677
|
/* harmony default export */ var components_CAnchorTabs = (CAnchorTabs);
|
|
59678
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
59678
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"14bb29fd-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=0be4af54&
|
|
59679
59679
|
var CAnchorTagvue_type_template_id_0be4af54_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('a',{staticClass:"flex text-sm",class:[
|
|
59680
59680
|
_vm.classes,
|
|
59681
59681
|
_vm.textColor,
|
|
@@ -59796,7 +59796,7 @@ var CAnchorTag_component = normalizeComponent(
|
|
|
59796
59796
|
// CONCATENATED MODULE: ./src/components/CAnchorTag/index.js
|
|
59797
59797
|
|
|
59798
59798
|
/* harmony default export */ var components_CAnchorTag = (CAnchorTag);
|
|
59799
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
59799
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"14bb29fd-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=411915f2&
|
|
59800
59800
|
var CAvatarvue_type_template_id_411915f2_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_c('div',{staticClass:"flex",class:[
|
|
59801
59801
|
_vm.description ? 'items-start' : 'items-center',
|
|
59802
59802
|
_vm.hasLabel ? (_vm.classes + " shrink-0") : '' ]},[(_vm.image)?_c('div',{staticClass:"relative"},[_c('img',{staticClass:"inline-block",class:[
|
|
@@ -60117,7 +60117,7 @@ var CAvatar_component = normalizeComponent(
|
|
|
60117
60117
|
// CONCATENATED MODULE: ./src/components/CAvatar/index.js
|
|
60118
60118
|
|
|
60119
60119
|
/* harmony default export */ var components_CAvatar = (CAvatar);
|
|
60120
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
60120
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"14bb29fd-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=0d0a2b54&
|
|
60121
60121
|
var CAvatarGroupvue_type_template_id_0d0a2b54_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"flex",class:_vm.description ? 'items-start' : 'items-center'},[(_vm.images && _vm.images.length <= 3)?_c('div',{staticClass:"flex -space-x-1"},_vm._l((_vm.images),function(image,index){return _c('img',{key:index,staticClass:"inline-block ring-2 ring-white",class:_vm.classes,attrs:{"src":image.image,"alt":""}})}),0):_vm._e(),(_vm.images && _vm.images.length > 3)?_c('div',{staticClass:"flex -space-x-1"},_vm._l((_vm.images.slice(0, 4)),function(image,index){return _c('img',{key:index,staticClass:"inline-block ring-2 ring-white",class:_vm.classes,attrs:{"src":image.image,"alt":""}})}),0):_vm._e(),(_vm.nameInitials && _vm.nameInitialsWithColors.length > 4)?_c('div',{staticClass:"flex -space-x-1"},[_vm._l((_vm.nameInitialsWithColors.slice(0, 4)),function(name,index){return [_c('div',{key:index,class:[_vm.nameInitialsClasses, 'relative'],on:{"mouseover":function($event){return _vm.handleMouseOver(index)},"mouseleave":_vm.handleMouseLeave}},[(_vm.showTooltipOnHover && _vm.hoveredIndex === index)?_c('c-tool-tip',{attrs:{"tooltipText":name.fullName,"isTopAligned":true,"color":"#1f2937","classes":"absolute left-1/2 -translate-x-1/2 -mt-12 text-white bg-gray-800 w-max"}}):_vm._e(),(_vm.showImageWithInitials && (name.image || name.image_240))?_c('img',{class:[
|
|
60122
60122
|
'w-full h-full object-cover',
|
|
60123
60123
|
_vm.rounded ? 'rounded-full' : 'rounded-md'
|
|
@@ -60154,7 +60154,7 @@ var CAvatarGroupvue_type_template_id_0d0a2b54_staticRenderFns = []
|
|
|
60154
60154
|
|
|
60155
60155
|
// CONCATENATED MODULE: ./src/components/CAvatarGroup/CAvatarGroup.vue?vue&type=template&id=0d0a2b54&
|
|
60156
60156
|
|
|
60157
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
60157
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"14bb29fd-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/CToolTip/CToolTip.vue?vue&type=template&id=2cda98ea&scoped=true&
|
|
60158
60158
|
var CToolTipvue_type_template_id_2cda98ea_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return (_vm.isTopAligned)?_c('span',{staticClass:"tooltipTop z-100 absolute rounded-md px-3 py-2 text-sm opacity-100 shadow-lg",class:_vm.classes,style:(_vm.arrowColor)},[_vm._v(_vm._s(_vm.tooltipText))]):(_vm.isBottomAligned)?_c('span',{staticClass:"tooltipBottom z-100 absolute rounded-md px-3 py-2 text-sm opacity-100 shadow-lg",class:_vm.classes,style:(_vm.arrowColor)},[_vm._v(_vm._s(_vm.tooltipText))]):_c('span',{staticClass:"tooltip z-100 absolute rounded-md px-3 py-2 text-sm opacity-100 shadow-lg",class:_vm.classes,style:(_vm.arrowColor)},[_vm._v(_vm._s(_vm.tooltipText))])}
|
|
60159
60159
|
var CToolTipvue_type_template_id_2cda98ea_scoped_true_staticRenderFns = []
|
|
60160
60160
|
|
|
@@ -60492,7 +60492,7 @@ var CAvatarGroup_component = normalizeComponent(
|
|
|
60492
60492
|
// CONCATENATED MODULE: ./src/components/CAvatarGroup/index.js
|
|
60493
60493
|
|
|
60494
60494
|
/* harmony default export */ var components_CAvatarGroup = (CAvatarGroup);
|
|
60495
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
60495
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"14bb29fd-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&
|
|
60496
60496
|
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:[
|
|
60497
60497
|
("" + (_vm.selectedRow && index === _vm.selectedIndex ? 'bg-indigo-100' : '')),
|
|
60498
60498
|
("" + (_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)])])])])])])}
|
|
@@ -60501,7 +60501,7 @@ var CBasicTablevue_type_template_id_6ee9b382_staticRenderFns = []
|
|
|
60501
60501
|
|
|
60502
60502
|
// CONCATENATED MODULE: ./src/components/CBasicTable/CBasicTable.vue?vue&type=template&id=6ee9b382&
|
|
60503
60503
|
|
|
60504
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
60504
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"14bb29fd-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=4cd69876&
|
|
60505
60505
|
var CTagvue_type_template_id_4cd69876_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_c('div',{staticClass:"items-center rounded-md px-2.5 py-0.5 text-sm",class:[
|
|
60506
60506
|
_vm.colorClasses,
|
|
60507
60507
|
_vm.customLineHeight,
|
|
@@ -60640,7 +60640,7 @@ var CTag_component = normalizeComponent(
|
|
|
60640
60640
|
)
|
|
60641
60641
|
|
|
60642
60642
|
/* harmony default export */ var CTag = (CTag_component.exports);
|
|
60643
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
60643
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"14bb29fd-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=4537d15c&scoped=true&
|
|
60644
60644
|
var CSwitchvue_type_template_id_4537d15c_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[(_vm.size === 'small')?_c('div',{staticClass:"flex",class:[
|
|
60645
60645
|
_vm.label == '' ? 'items-center' : 'items-start',
|
|
60646
60646
|
_vm.disabled ? 'pointer-events-none cursor-default' : 'cursor-pointer' ]},[(_vm.direction == 'left')?_c('span',{staticClass:"mr-2 flex flex-grow flex-col",attrs:{"id":_vm.id},on:{"click":_vm.switchValue}},[(_vm.label)?_c('span',{staticClass:"text-gray-900",class:_vm.classes},[_vm._v(_vm._s(_vm.label))]):_vm._e(),(_vm.description)?_c('span',{staticClass:"text-sm text-gray-500"},[_vm._v(_vm._s(_vm.description))]):_vm._e()]):_vm._e(),_c('button',{staticClass:"group switch-state disabled-pointer-events-none relative inline-flex h-5 w-10 flex-shrink-0 cursor-pointer items-center justify-center rounded-full disabled:cursor-default disabled:opacity-50",style:(_vm.colorStyles),attrs:{"type":"button","aria-pressed":"false","disabled":_vm.disabled},on:{"click":_vm.switchValue}},[_c('span',{staticClass:"sr-only"},[_vm._v("Use setting")]),_c('span',{staticClass:"pointer-events-none absolute h-full w-full rounded-md",attrs:{"aria-hidden":"true"}}),_c('span',{staticClass:"switch-state pointer-events-none absolute mx-auto h-4 w-9 rounded-full transition-colors duration-200 ease-in-out",style:(_vm.colorStyles),attrs:{"aria-hidden":"true"}}),_c('span',{staticClass:"pointer-events-none absolute left-0 inline-block h-5 w-5 transform rounded-full border border-gray-200 bg-white ring-0 transition-transform duration-200 ease-in-out",class:{ 'translate-x-5': _vm.isToggle, 'translate-x-0': !_vm.isToggle },attrs:{"aria-hidden":"true"}})]),(_vm.direction == 'right')?_c('span',{staticClass:"ml-2 flex flex-col",attrs:{"id":_vm.id},on:{"click":_vm.switchValue}},[(_vm.label)?_c('span',{staticClass:"text-gray-900",class:_vm.classes},[_vm._v(_vm._s(_vm.label))]):_vm._e(),(_vm.description)?_c('span',{staticClass:"text-sm text-gray-500"},[_vm._v(_vm._s(_vm.description))]):_vm._e()]):_vm._e()]):_c('div',{staticClass:"flex cursor-pointer justify-between",class:[
|
|
@@ -60963,7 +60963,7 @@ var CSwitch_component = normalizeComponent(
|
|
|
60963
60963
|
)
|
|
60964
60964
|
|
|
60965
60965
|
/* harmony default export */ var CSwitch = (CSwitch_component.exports);
|
|
60966
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
60966
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"14bb29fd-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=242f8756&scoped=true&
|
|
60967
60967
|
var CCheckboxvue_type_template_id_242f8756_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_c('div',{staticClass:"relative flex items-start"},[_c('div',{staticClass:"flex h-5 items-center"},[_c('input',{directives:[{name:"model",rawName:"v-model",value:(_vm.checkedValue),expression:"checkedValue"}],class:("checkbox-state focus cursor-pointer rounded border disabled:opacity-50 " + (_vm.isValidate ? '' : 'error')),style:(_vm.colorStyles),attrs:{"type":"checkbox","disabled":_vm.isDisabled,"id":_vm.id},domProps:{"indeterminate":_vm.indeterminate,"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:"flex cursor-pointer items-center text-sm",class:[_vm.isDisabled ? 'pointer-events-none' : '', _vm.setMarginLeft],attrs:{"id":_vm.id},on:{"click":_vm.changeValue}},[(_vm.showAvatar)?[(_vm.avatarImage)?_c('c-avatar',{staticClass:"mr-3",attrs:{"size":_vm.description ? 'extrasmall' : 'extraextrasmall',"image":_vm.avatarImage,"rounded":true}}):_c('c-avatar',{staticClass:"mr-3",attrs:{"size":_vm.description ? 'extrasmall' : 'extraextrasmall',"nameInitials":_vm.avatarNameInitials,"rounded":true}})]:_vm._e(),_c('div',{staticClass:"flex flex-col"},[_c('label',{class:[
|
|
60968
60968
|
'cursor-pointer text-gray-900',
|
|
60969
60969
|
_vm.isDisabled ? 'opacity-50' : '',
|
|
@@ -61205,8 +61205,8 @@ var CCheckbox_component = normalizeComponent(
|
|
|
61205
61205
|
)
|
|
61206
61206
|
|
|
61207
61207
|
/* harmony default export */ var CCheckbox = (CCheckbox_component.exports);
|
|
61208
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
61209
|
-
var
|
|
61208
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"14bb29fd-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=143cc74a&scoped=true&
|
|
61209
|
+
var CSelectvue_type_template_id_143cc74a_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_c('div',{class:("flex w-full items-center " + (_vm.label ? 'justify-between' : 'justify-end'))},[(_vm.label)?_c('div',{staticClass:"flex items-center"},[_c('label',{staticClass:"block text-sm font-medium text-gray-900"},[_vm._v(" "+_vm._s(_vm.label)+" ")]),(_vm.isRequired)?_c('p',{staticClass:"ml-1 text-red-600"},[_vm._v("*")]):_vm._e()]):_vm._e(),(_vm.actionBtn)?_c('button',{staticClass:"block text-sm font-medium text-indigo-800 hover:underline",attrs:{"id":_vm.getActionIDFn(_vm.actionBtn)},on:{"click":function($event){return _vm.actionBtnEvent($event)}}},[_vm._v(" "+_vm._s(_vm.actionBtn)+" ")]):_vm._e(),(_vm.hint)?_c('span',{staticClass:"text-sm text-gray-500"},[_vm._v(_vm._s(_vm.hint))]):_vm._e()]),_c('div',{ref:"inputContainer",class:['relative', _vm.inputContainerClass]},[_c('div',{class:_vm.label || _vm.actionBtn ? 'mt-1' : ''},[_c('input',{directives:[{name:"model",rawName:"v-model",value:(_vm.selectSearch),expression:"selectSearch"}],ref:"c-select-input",staticClass:"h-9 w-full cursor-pointer border py-2 pr-10 text-left text-sm",class:[
|
|
61210
61210
|
_vm.classes,
|
|
61211
61211
|
!_vm.isValidate && 'border-red-300',
|
|
61212
61212
|
_vm.inputClasses,
|
|
@@ -61247,26 +61247,26 @@ var CSelectvue_type_template_id_df77acca_scoped_true_render = function () {var _
|
|
|
61247
61247
|
(_vm.organizedOptions.groups.length > 0 ||
|
|
61248
61248
|
_vm.organizedOptions.selectedValues.length > 0 ||
|
|
61249
61249
|
_vm.organizedOptions.unselectedValues.length > 0)
|
|
61250
|
-
)?[_c('li',{staticClass:"relative flex min-h-[36px] cursor-pointer select-none items-center gap-3 py-2 pl-3 pr-9 text-gray-700 hover:bg-gray-100",on:{"mousedown":function($event){return _vm.handleSelect($event, _vm.allOption)}}},[_c('input',{staticClass:"pointer-events-none h-4 w-4 cursor-pointer rounded border-gray-300 text-indigo-600 focus:ring-indigo-500 disabled:opacity-50",attrs:{"type":"checkbox","name":"select-all"},domProps:{"checked":_vm.selectAll}}),_c('div',{staticClass:"flex items-center gap-2"},[(_vm.allOption && _vm.allOption.icon)?_c('c-icon',{class:_vm.allOption.icon.class,attrs:{"name":_vm.allOption.icon.name,"type":_vm.allOption.icon.type,"viewBox":_vm.allOption.icon.viewBox}}):_vm._e(),_c('span',{staticClass:"list-options block break-words font-normal"},[_vm._v(" Select all ")])],1)]),_c('hr',{staticClass:"my-1"})]:_vm._e(),_vm._l((_vm.organizedOptions.groups),function(option,index){return _c('li',{key:("group-" + (option.id || index)),ref:("option-group-" + (String(index))),refInFor:true,class:option.isDisabled ? 'pointer-events-none' : '',attrs:{"id":"listbox-option-group","role":"option"},on:{"mousedown":function($event){return _vm.handleSelect($event, option)}}},[_c('span',{staticClass:"flex min-h-[36px] w-full items-center gap-3 px-3 py-2",class:("group " + (option.isDisabled ? 'custom-disabled-state' : '') + " " + _vm.optionClasses + " relative cursor-pointer select-none text-gray-700 hover:bg-gray-100")},[(_vm.addCheckBox)?_c('div',{staticClass:"flex h-5 items-center"},[_c('input',{staticClass:"pointer-events-none h-4 w-4 cursor-pointer rounded border-gray-300 text-indigo-600 focus:ring-indigo-500 disabled:opacity-50",attrs:{"type":"checkbox","name":"group"},domProps:{"checked":_vm.isChecked(option)}})]):_vm._e(),_c('div',{staticClass:"flex items-
|
|
61250
|
+
)?[_c('li',{staticClass:"relative flex min-h-[36px] cursor-pointer select-none items-center gap-3 py-2 pl-3 pr-9 text-gray-700 hover:bg-gray-100",on:{"mousedown":function($event){return _vm.handleSelect($event, _vm.allOption)}}},[_c('input',{staticClass:"pointer-events-none h-4 w-4 cursor-pointer rounded border-gray-300 text-indigo-600 focus:ring-indigo-500 disabled:opacity-50",attrs:{"type":"checkbox","name":"select-all"},domProps:{"checked":_vm.selectAll}}),_c('div',{staticClass:"flex items-center gap-2"},[(_vm.allOption && _vm.allOption.icon)?_c('c-icon',{class:_vm.allOption.icon.class,attrs:{"name":_vm.allOption.icon.name,"type":_vm.allOption.icon.type,"viewBox":_vm.allOption.icon.viewBox}}):_vm._e(),_c('span',{staticClass:"list-options block break-words font-normal"},[_vm._v(" Select all ")])],1)]),_c('hr',{staticClass:"my-1"})]:_vm._e(),_vm._l((_vm.organizedOptions.groups),function(option,index){return _c('li',{key:("group-" + (option.id || index)),ref:("option-group-" + (String(index))),refInFor:true,class:option.isDisabled ? 'pointer-events-none' : '',attrs:{"id":"listbox-option-group","role":"option"},on:{"mousedown":function($event){return _vm.handleSelect($event, option)}}},[_c('span',{staticClass:"flex min-h-[36px] w-full items-center gap-3 px-3 py-2",class:("group " + (option.isDisabled ? 'custom-disabled-state' : '') + " " + _vm.optionClasses + " relative cursor-pointer select-none text-gray-700 hover:bg-gray-100")},[(_vm.addCheckBox)?_c('div',{staticClass:"flex h-5 shrink-0 items-center"},[_c('input',{staticClass:"pointer-events-none h-4 w-4 cursor-pointer rounded border-gray-300 text-indigo-600 focus:ring-indigo-500 disabled:opacity-50",attrs:{"type":"checkbox","name":"group"},domProps:{"checked":_vm.isChecked(option)}})]):_vm._e(),_c('div',{staticClass:"flex min-w-0 flex-1 items-start gap-2"},[(option.showImage)?_c('div',{staticClass:"shrink-0 pt-0.5"},[(option.photo)?_c('c-avatar',{attrs:{"size":"extraextraextrasmall","image":option.photo,"rounded":true}}):_c('c-avatar',{attrs:{"size":"extraextraextrasmall","nameInitials":option.initials,"rounded":true,"isDynamicallyColored":_vm.coloredAvatars}})],1):_vm._e(),(option.showIcon && option.icon)?_c('div',{staticClass:"flex shrink-0 items-center justify-center rounded-full bg-gray-100 p-1"},[_c('c-icon',{class:option.icon.class,attrs:{"name":option.icon.name,"type":option.icon.type,"viewBox":option.icon.viewBox}})],1):_vm._e(),_c('span',{staticClass:"list-options min-w-0 flex-1 break-words font-normal",class:[
|
|
61251
61251
|
option.photo || option.initials ? '' : 'text-left',
|
|
61252
61252
|
_vm.addCheckBox ? 'overflow-hidden' : '' ],style:(Object.assign({}, (_vm.shouldShowCustomFonts
|
|
61253
61253
|
? { fontFamily: option[_vm.renderOptionName] }
|
|
61254
|
-
: {})))},[_vm._v(_vm._s(option[_vm.renderOptionName])+" ")])])])])}),(
|
|
61254
|
+
: {})))},[_vm._v(_vm._s(option[_vm.renderOptionName])+" ")])]),(!_vm.addCheckBox && _vm.isOptionSelected(option))?_c('c-icon',{staticClass:"h-4 w-4 shrink-0 self-center text-indigo-700",attrs:{"name":"check-outline-v2","type":"outline-v2"}}):_vm._e()],1)])}),(
|
|
61255
61255
|
_vm.organizedOptions.groups.length > 0 &&
|
|
61256
61256
|
(_vm.organizedOptions.selectedValues.length > 0 ||
|
|
61257
61257
|
_vm.organizedOptions.unselectedValues.length > 0)
|
|
61258
|
-
)?_c('hr',{staticClass:"my-1"}):_vm._e(),_vm._l((_vm.organizedOptions.selectedValues),function(option,index){return _c('li',{key:("selected-value-" + (option.id || index)),ref:("option-selected-value-" + (String(index))),refInFor:true,class:option.isDisabled ? 'pointer-events-none' : '',attrs:{"id":("listbox-option-selected-value-" + (String(index))),"role":"option"},on:{"mousedown":function($event){return _vm.handleSelect($event, option)}}},[_c('span',{staticClass:"flex min-h-[36px] w-full items-center gap-3 px-3 py-2",class:("group " + (option.isDisabled ? 'custom-disabled-state' : '') + " " + _vm.optionClasses + " relative cursor-pointer select-none text-gray-700 hover:bg-gray-100")},[(_vm.addCheckBox)?_c('div',{staticClass:"flex h-5 items-center"},[_c('input',{staticClass:"pointer-events-none h-4 w-4 cursor-pointer rounded border-gray-300 text-indigo-600 focus:ring-indigo-500 disabled:opacity-50",attrs:{"type":"checkbox","name":"value"},domProps:{"checked":_vm.preservedOrder ? _vm.isChecked(option) : true}})]):_vm._e(),_c('div',{staticClass:"flex items-
|
|
61258
|
+
)?_c('hr',{staticClass:"my-1"}):_vm._e(),_vm._l((_vm.organizedOptions.selectedValues),function(option,index){return _c('li',{key:("selected-value-" + (option.id || index)),ref:("option-selected-value-" + (String(index))),refInFor:true,class:option.isDisabled ? 'pointer-events-none' : '',attrs:{"id":("listbox-option-selected-value-" + (String(index))),"role":"option"},on:{"mousedown":function($event){return _vm.handleSelect($event, option)}}},[_c('span',{staticClass:"flex min-h-[36px] w-full items-center gap-3 px-3 py-2",class:("group " + (option.isDisabled ? 'custom-disabled-state' : '') + " " + _vm.optionClasses + " relative cursor-pointer select-none text-gray-700 hover:bg-gray-100")},[(_vm.addCheckBox)?_c('div',{staticClass:"flex h-5 shrink-0 items-center"},[_c('input',{staticClass:"pointer-events-none h-4 w-4 cursor-pointer rounded border-gray-300 text-indigo-600 focus:ring-indigo-500 disabled:opacity-50",attrs:{"type":"checkbox","name":"value"},domProps:{"checked":_vm.preservedOrder ? _vm.isChecked(option) : true}})]):_vm._e(),_c('div',{staticClass:"flex min-w-0 flex-1 items-start gap-2"},[(option.showImage)?_c('div',{staticClass:"shrink-0 pt-0.5"},[(option.photo)?_c('c-avatar',{attrs:{"size":"extraextraextrasmall","image":option.photo,"rounded":true}}):_c('c-avatar',{attrs:{"size":"extraextraextrasmall","nameInitials":option.initials,"rounded":true,"isDynamicallyColored":_vm.coloredAvatars}})],1):_vm._e(),(option.showIcon && option.icon)?_c('div',{staticClass:"flex shrink-0 items-center justify-center rounded-full bg-gray-100 p-1"},[_c('c-icon',{class:option.icon.class,attrs:{"name":option.icon.name,"type":option.icon.type,"viewBox":option.icon.viewBox}})],1):_vm._e(),_c('span',{staticClass:"list-options min-w-0 flex-1 break-words font-normal",class:[
|
|
61259
61259
|
option.photo || option.initials ? '' : 'text-left',
|
|
61260
61260
|
_vm.addCheckBox ? 'overflow-hidden' : '' ],style:(Object.assign({}, (_vm.shouldShowCustomFonts
|
|
61261
61261
|
? { fontFamily: option[_vm.renderOptionName] }
|
|
61262
61262
|
: {})))},[_vm._v(_vm._s(option[_vm.renderOptionName])+" ")])])]),(option.isBorder)?_c('hr',{staticClass:"my-1"}):_vm._e()])}),(
|
|
61263
61263
|
_vm.organizedOptions.selectedValues.length > 0 &&
|
|
61264
61264
|
_vm.organizedOptions.unselectedValues.length > 0
|
|
61265
|
-
)?_c('hr',{staticClass:"my-1"}):_vm._e(),_vm._l((_vm.organizedOptions.unselectedValues),function(option,index){return _c('li',{key:("unselected-value-" + (option.id || index)),ref:("option-unselected-value-" + (String(index))),refInFor:true,class:option.isDisabled ? 'pointer-events-none' : '',attrs:{"id":("listbox-option-unselected-value-" + (String(index))),"role":"option"},on:{"mousedown":function($event){return _vm.handleSelect($event, option)}}},[_c('span',{staticClass:"flex min-h-[36px] w-full items-center gap-3 px-3 py-2",class:("group " + (option.isDisabled ? 'custom-disabled-state' : '') + " " + _vm.optionClasses + " relative cursor-pointer select-none text-gray-700 hover:bg-gray-100")},[(_vm.addCheckBox)?_c('div',{staticClass:"flex h-5 items-center"},[_c('input',{staticClass:"pointer-events-none h-4 w-4 cursor-pointer rounded border-gray-300 text-indigo-600 focus:ring-indigo-500 disabled:opacity-50",attrs:{"type":"checkbox","name":"value"},domProps:{"checked":_vm.selectAll || _vm.isChecked(option)}})]):_vm._e(),_c('div',{staticClass:"flex items-
|
|
61266
|
-
|
|
61267
|
-
|
|
61268
|
-
|
|
61269
|
-
|
|
61265
|
+
)?_c('hr',{staticClass:"my-1"}):_vm._e(),_vm._l((_vm.organizedOptions.unselectedValues),function(option,index){return _c('li',{key:("unselected-value-" + (option.id || index)),ref:("option-unselected-value-" + (String(index))),refInFor:true,class:option.isDisabled ? 'pointer-events-none' : '',attrs:{"id":("listbox-option-unselected-value-" + (String(index))),"role":"option"},on:{"mousedown":function($event){return _vm.handleSelect($event, option)}}},[_c('span',{staticClass:"flex min-h-[36px] w-full items-center gap-3 px-3 py-2",class:("group " + (option.isDisabled ? 'custom-disabled-state' : '') + " " + _vm.optionClasses + " relative cursor-pointer select-none text-gray-700 hover:bg-gray-100")},[(_vm.addCheckBox)?_c('div',{staticClass:"flex h-5 shrink-0 items-center"},[_c('input',{staticClass:"pointer-events-none h-4 w-4 cursor-pointer rounded border-gray-300 text-indigo-600 focus:ring-indigo-500 disabled:opacity-50",attrs:{"type":"checkbox","name":"value"},domProps:{"checked":_vm.selectAll || _vm.isChecked(option)}})]):_vm._e(),_c('div',{staticClass:"flex min-w-0 flex-1 items-start gap-2"},[(option.showImage)?_c('div',{staticClass:"shrink-0 pt-0.5"},[(option.photo)?_c('c-avatar',{attrs:{"size":"extraextraextrasmall","image":option.photo,"rounded":true}}):_c('c-avatar',{attrs:{"size":"extraextraextrasmall","nameInitials":option.initials,"rounded":true,"isDynamicallyColored":_vm.coloredAvatars}})],1):_vm._e(),(option.showIcon && option.icon)?_c('div',{staticClass:"flex shrink-0 items-center justify-center rounded-full bg-gray-100 p-1"},[_c('c-icon',{class:option.icon.class,attrs:{"name":option.icon.name,"type":option.icon.type,"viewBox":option.icon.viewBox}})],1):_vm._e(),_c('div',{staticClass:"list-options flex min-w-0 flex-1 flex-wrap items-center gap-2 font-normal"},[_c('span',{staticClass:"min-w-0 flex-1 break-words",class:[
|
|
61266
|
+
option.photo || option.initials ? '' : 'text-left',
|
|
61267
|
+
_vm.addCheckBox ? 'overflow-hidden' : '' ],style:(Object.assign({}, (_vm.shouldShowCustomFonts
|
|
61268
|
+
? { fontFamily: option[_vm.renderOptionName] }
|
|
61269
|
+
: {})))},[_vm._v(_vm._s(option[_vm.renderOptionName]))]),(option.badge)?_c('c-tag',{staticClass:"shrink-0",attrs:{"label":option.badge.label,"color":option.badge.color}}):_vm._e()],1)]),(!_vm.addCheckBox && _vm.isOptionSelected(option))?_c('c-icon',{staticClass:"h-4 w-4 shrink-0 self-center text-indigo-700",attrs:{"name":"check-outline-v2","type":"outline-v2"}}):_vm._e()],1),(option.isBorder)?_c('hr',{staticClass:"my-1"}):_vm._e()])}),(
|
|
61270
61270
|
_vm.organizedOptions.groups.length === 0 &&
|
|
61271
61271
|
_vm.organizedOptions.selectedValues.length === 0 &&
|
|
61272
61272
|
_vm.organizedOptions.unselectedValues.length === 0 &&
|
|
@@ -61278,10 +61278,10 @@ var CSelectvue_type_template_id_df77acca_scoped_true_render = function () {var _
|
|
|
61278
61278
|
_vm.selectSearch &&
|
|
61279
61279
|
_vm.selectSearch.trim()
|
|
61280
61280
|
)?_c('div',{staticClass:"sticky bottom-0 z-10 flex min-h-[44px] items-start gap-3 rounded-b-md bg-white px-3 py-2 shadow-lg ring-1 ring-gray-900 ring-opacity-5"},[_c('span',{staticClass:"word-break flex-1 text-sm text-gray-700"},[_vm._v(_vm._s(_vm.selectSearch))]),_c('button',{staticClass:"flex items-center gap-1 text-sm text-indigo-700",attrs:{"type":"button","id":_vm.id + '_create_button'},on:{"mousedown":function($event){return _vm.handleCreateOption($event)}}},[_c('c-icon',{staticClass:"h-5 w-5 text-indigo-600",attrs:{"type":"solid","name":"plus-circle-solid-v2","viewBox":"0 0 24 24"}}),_vm._v(" Create ")],1)]):_vm._e()]):_vm._e()])],1),(_vm.helpText && _vm.isValidate == true)?_c('p',{staticClass:"mt-2 text-left text-sm text-gray-500"},[_vm._v(" "+_vm._s(_vm.helpText)+" ")]):_vm._e(),(!_vm.isValidate && _vm.errorMessage)?_c('p',{staticClass:"mt-2 text-left text-sm text-red-600"},[_vm._v(" "+_vm._s(_vm.errorMessage)+" ")]):_vm._e()])}
|
|
61281
|
-
var
|
|
61281
|
+
var CSelectvue_type_template_id_143cc74a_scoped_true_staticRenderFns = []
|
|
61282
61282
|
|
|
61283
61283
|
|
|
61284
|
-
// CONCATENATED MODULE: ./src/components/CSelect/CSelect.vue?vue&type=template&id=
|
|
61284
|
+
// CONCATENATED MODULE: ./src/components/CSelect/CSelect.vue?vue&type=template&id=143cc74a&scoped=true&
|
|
61285
61285
|
|
|
61286
61286
|
// CONCATENATED MODULE: ./node_modules/lodash-es/_isPrototype.js
|
|
61287
61287
|
/** Used for built-in method references. */
|
|
@@ -61700,9 +61700,9 @@ var DataView = _getNative(_root["a" /* default */], 'DataView');
|
|
|
61700
61700
|
|
|
61701
61701
|
|
|
61702
61702
|
/* Built-in method references that are verified to be native. */
|
|
61703
|
-
var
|
|
61703
|
+
var _Map_Map = _getNative(_root["a" /* default */], 'Map');
|
|
61704
61704
|
|
|
61705
|
-
/* harmony default export */ var _Map = (
|
|
61705
|
+
/* harmony default export */ var _Map = (_Map_Map);
|
|
61706
61706
|
|
|
61707
61707
|
// CONCATENATED MODULE: ./node_modules/lodash-es/_Promise.js
|
|
61708
61708
|
|
|
@@ -62820,6 +62820,22 @@ const getActionID = (name, id) => {
|
|
|
62820
62820
|
//
|
|
62821
62821
|
//
|
|
62822
62822
|
//
|
|
62823
|
+
//
|
|
62824
|
+
//
|
|
62825
|
+
//
|
|
62826
|
+
//
|
|
62827
|
+
//
|
|
62828
|
+
//
|
|
62829
|
+
//
|
|
62830
|
+
//
|
|
62831
|
+
//
|
|
62832
|
+
//
|
|
62833
|
+
//
|
|
62834
|
+
//
|
|
62835
|
+
//
|
|
62836
|
+
//
|
|
62837
|
+
//
|
|
62838
|
+
//
|
|
62823
62839
|
|
|
62824
62840
|
|
|
62825
62841
|
|
|
@@ -63207,6 +63223,29 @@ const getActionID = (name, id) => {
|
|
|
63207
63223
|
});
|
|
63208
63224
|
}
|
|
63209
63225
|
},
|
|
63226
|
+
isOptionSelected(option) {
|
|
63227
|
+
/*
|
|
63228
|
+
* Compares value to option by id when both exist,
|
|
63229
|
+
* otherwise by renderOptionName / string value.
|
|
63230
|
+
*/
|
|
63231
|
+
if (option == null) {
|
|
63232
|
+
return false;
|
|
63233
|
+
}
|
|
63234
|
+
const v = this.value;
|
|
63235
|
+
if (v === null) {
|
|
63236
|
+
return false;
|
|
63237
|
+
}
|
|
63238
|
+
if (typeof v === "object" && v !== null) {
|
|
63239
|
+
if (v.id !== undefined && option.id !== undefined) {
|
|
63240
|
+
return v.id === option.id;
|
|
63241
|
+
}
|
|
63242
|
+
const vLabel = v[this.renderOptionName];
|
|
63243
|
+
if (vLabel !== undefined && vLabel !== null) {
|
|
63244
|
+
return String(vLabel) === String(option[this.renderOptionName]);
|
|
63245
|
+
}
|
|
63246
|
+
}
|
|
63247
|
+
return String(v) === String(option[this.renderOptionName]);
|
|
63248
|
+
},
|
|
63210
63249
|
getIndex(option) {
|
|
63211
63250
|
return this.selectedValuesArray.findIndex(item => item.id == option.id);
|
|
63212
63251
|
},
|
|
@@ -63317,8 +63356,8 @@ const getActionID = (name, id) => {
|
|
|
63317
63356
|
});
|
|
63318
63357
|
// CONCATENATED MODULE: ./src/components/CSelect/CSelect.vue?vue&type=script&lang=js&
|
|
63319
63358
|
/* harmony default export */ var CSelect_CSelectvue_type_script_lang_js_ = (CSelectvue_type_script_lang_js_);
|
|
63320
|
-
// EXTERNAL MODULE: ./src/components/CSelect/CSelect.vue?vue&type=style&index=0&id=
|
|
63321
|
-
var
|
|
63359
|
+
// EXTERNAL MODULE: ./src/components/CSelect/CSelect.vue?vue&type=style&index=0&id=143cc74a&scoped=true&lang=css&
|
|
63360
|
+
var CSelectvue_type_style_index_0_id_143cc74a_scoped_true_lang_css_ = __webpack_require__("062d");
|
|
63322
63361
|
|
|
63323
63362
|
// CONCATENATED MODULE: ./src/components/CSelect/CSelect.vue
|
|
63324
63363
|
|
|
@@ -63331,17 +63370,17 @@ var CSelectvue_type_style_index_0_id_df77acca_scoped_true_lang_css_ = __webpack_
|
|
|
63331
63370
|
|
|
63332
63371
|
var CSelect_component = normalizeComponent(
|
|
63333
63372
|
CSelect_CSelectvue_type_script_lang_js_,
|
|
63334
|
-
|
|
63335
|
-
|
|
63373
|
+
CSelectvue_type_template_id_143cc74a_scoped_true_render,
|
|
63374
|
+
CSelectvue_type_template_id_143cc74a_scoped_true_staticRenderFns,
|
|
63336
63375
|
false,
|
|
63337
63376
|
null,
|
|
63338
|
-
"
|
|
63377
|
+
"143cc74a",
|
|
63339
63378
|
null
|
|
63340
63379
|
|
|
63341
63380
|
)
|
|
63342
63381
|
|
|
63343
63382
|
/* harmony default export */ var CSelect = (CSelect_component.exports);
|
|
63344
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
63383
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"14bb29fd-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=1f553c82&
|
|
63345
63384
|
var CStackedListvue_type_template_id_1f553c82_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_c('ul',_vm._l((_vm.listItems),function(items){return _c('li',{key:items.size,staticClass:"py-4",class:{
|
|
63346
63385
|
'cursor-pointer': items.collapse,
|
|
63347
63386
|
'border-b border-gray-200': _vm.divider === true,
|
|
@@ -63746,7 +63785,7 @@ var CBasicTable_component = normalizeComponent(
|
|
|
63746
63785
|
// CONCATENATED MODULE: ./src/components/CBasicTable/index.js
|
|
63747
63786
|
|
|
63748
63787
|
/* harmony default export */ var components_CBasicTable = (CBasicTable);
|
|
63749
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
63788
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"14bb29fd-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&
|
|
63750
63789
|
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)])])}
|
|
63751
63790
|
var CBreadcrumbsvue_type_template_id_1aedac34_staticRenderFns = []
|
|
63752
63791
|
|
|
@@ -63816,7 +63855,7 @@ var CBreadcrumbs_component = normalizeComponent(
|
|
|
63816
63855
|
// CONCATENATED MODULE: ./src/components/CBreadcrumbs/index.js
|
|
63817
63856
|
|
|
63818
63857
|
/* harmony default export */ var components_CBreadcrumbs = (CBreadcrumbs);
|
|
63819
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
63858
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"14bb29fd-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=068092a9&
|
|
63820
63859
|
var CButtonvue_type_template_id_068092a9_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{class:_vm.parentWrapperClass,on:{"mouseover":function($event){return _vm.$emit('handleMouseOver')},"mouseleave":function($event){return _vm.$emit('handleMouseLeave')}}},[_vm._t("default"),(_vm.type == 'tertiary')?_c('button',{staticClass:"child-button inline-flex h-9 cursor-pointer items-center gap-2 rounded-md px-3 py-2 text-sm text-indigo-600 hover:bg-indigo-100 hover:text-indigo-800 focus:outline-none focus:ring-2 focus:ring-indigo-200 focus:ring-offset-2",class:_vm.customClasses,attrs:{"id":_vm.id,"disabled":_vm.disabled},on:{"click":function($event){$event.preventDefault();return _vm.$emit('action')}}},[(_vm.icon)?_c('c-icon',{class:[_vm.icon.class || _vm.iconClasses],attrs:{"type":_vm.icon.type,"cursorType":_vm.computedIconCursorType,"name":_vm.icon.name,"viewBox":_vm.icon.viewBox}}):_vm._e(),_vm._v(_vm._s(_vm.label)+" "),_vm._t("customButtonContent")],2):(_vm.type != 'tertiary' && _vm.label.length && !_vm.reverseIcon)?_c('button',{staticClass:"child-button inline-flex h-9 items-center gap-2 rounded-md px-3 py-2 text-sm font-medium shadow-sm focus:outline-none focus:ring-2 focus:ring-offset-2",class:[_vm.classes],style:(_vm.computedStyles),attrs:{"type":_vm.type,"id":_vm.id,"disabled":_vm.disabled},on:{"click":function($event){$event.preventDefault();return _vm.$emit('action')}}},[(_vm.isLoading)?_c('c-icon',{staticClass:"h-4 w-4",attrs:{"name":"loader"}}):_vm._e(),(_vm.icon && !_vm.isLoading)?_c('c-icon',{class:[_vm.icon.class || _vm.iconClasses],attrs:{"type":_vm.icon.type,"cursorType":_vm.computedIconCursorType,"name":_vm.icon.name,"viewBox":_vm.icon.viewBox}}):_vm._e(),_vm._v(" "+_vm._s(_vm.label)+" "),_vm._t("customButtonContent")],2):(_vm.type != 'tertiary' && _vm.label.length && _vm.reverseIcon)?_c('button',{staticClass:"child-button inline-flex h-9 items-center gap-2 rounded-md px-4 py-2 text-sm font-medium shadow-sm focus:outline-none focus:ring-2 focus:ring-offset-2",class:[_vm.classes],style:(_vm.computedStyles),attrs:{"type":_vm.type,"id":_vm.id,"disabled":_vm.disabled},on:{"click":function($event){$event.preventDefault();return _vm.$emit('action')}}},[_vm._v(" "+_vm._s(_vm.label)+" "),(_vm.isLoading)?_c('c-icon',{staticClass:"h-4 w-4",attrs:{"name":"loader"}}):_vm._e(),(_vm.icon && !_vm.isLoading)?_c('c-icon',{class:[_vm.icon.class || _vm.iconClasses],attrs:{"type":_vm.icon.type,"cursorType":_vm.computedIconCursorType,"name":_vm.icon.name,"viewBox":_vm.icon.viewBox}}):_vm._e(),_vm._t("customButtonContent")],2):(_vm.type != 'tertiary' && _vm.label.length == 0)?_c('button',{staticClass:"child-button inline-flex h-9 items-center gap-2 rounded-md px-3 py-2 text-sm font-medium shadow-sm focus:outline-none focus:ring-2 focus:ring-offset-2",class:[_vm.classes],attrs:{"type":_vm.type,"id":_vm.id,"disabled":_vm.disabled},on:{"click":function($event){$event.preventDefault();return _vm.$emit('action')}}},[(_vm.isLoading)?_c('c-icon',{staticClass:"h-4 w-4",attrs:{"name":"loader"}}):_vm._e(),(_vm.icon && !_vm.isLoading)?_c('c-icon',{class:[_vm.icon.class || _vm.iconClasses],attrs:{"type":_vm.icon.type,"cursorType":_vm.computedIconCursorType,"name":_vm.icon.name,"viewBox":_vm.icon.viewBox}}):_vm._e(),_vm._t("customButtonContent")],2):_vm._e()],2)}
|
|
63821
63860
|
var CButtonvue_type_template_id_068092a9_staticRenderFns = []
|
|
63822
63861
|
|
|
@@ -64056,7 +64095,7 @@ var CButton_component = normalizeComponent(
|
|
|
64056
64095
|
// CONCATENATED MODULE: ./src/components/CButton/index.js
|
|
64057
64096
|
|
|
64058
64097
|
/* harmony default export */ var components_CButton = (CButton);
|
|
64059
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
64098
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"14bb29fd-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=f2653698&
|
|
64060
64099
|
var CButtonGroupvue_type_template_id_f2653698_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[(!_vm.hideDropdownIcon)?_c('div',{staticClass:"relative -ml-px block sm:hidden sm:shadow-sm"},[_c('div',[_c('button',{staticClass:"relative inline-flex items-center rounded-md border border-gray-300 bg-white px-2 py-2 text-sm font-medium text-gray-900 hover:bg-gray-50 focus:z-10 focus:border-blue-600 focus:outline-none focus:ring-1 focus:ring-blue-600 sm:rounded-md sm:px-3",attrs:{"type":"button","id":_vm.id,"aria-expanded":"false","aria-haspopup":"true"},on:{"click":function($event){_vm.showButtons = !_vm.showButtons}}},[_c('span',{},[_vm._v(_vm._s(_vm.buttonObject[0].label))]),_c('c-icon',{staticClass:"ml-2 h-5 w-5",attrs:{"type":"solid","name":"chevron-down"}})],1)]),_c('div',{directives:[{name:"show",rawName:"v-show",value:(_vm.showButtons),expression:"showButtons"}],staticClass:"absolute z-10 mt-2 w-full origin-top-right rounded-md bg-white shadow-lg ring-1 ring-black ring-opacity-5 focus:outline-none",attrs:{"role":"menu","aria-orientation":"vertical"}},[_c('div',{staticClass:"py-1"},_vm._l((_vm.buttonObject),function(button){return _c('a',{key:button.label,staticClass:"flex px-3 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","id":_vm.getActionIDFn(button.label)},on:{"click":function($event){return _vm.buttonAction(button.value)},"blur":function($event){_vm.showButtons = false}}},[(button.icon == '')?_c('div',{staticClass:"h-5"}):_vm._e(),(button.icon)?_c('c-icon',{staticClass:"-ml-1 mr-2 h-5 w-5 text-gray-400",attrs:{"name":button.icon,"type":"solid"}}):_vm._e(),_vm._v(" "+_vm._s(button.label)+" ")],1)}),0)])]):_vm._e(),_c('div',{class:(_vm.buttonClass + " " + _vm.extraButtonClasses)},_vm._l((_vm.buttonObject),function(button,index){return _c('div',{key:index,class:("relative " + (button.parentClasses ? button.parentClasses : ''))},[_c('button',{key:button.label,staticClass:"relative h-9 inline-flex items-center border border-gray-300 bg-white py-2 text-sm font-medium text-gray-900 hover:bg-gray-50 focus:z-10 focus:border-indigo-500 focus:outline-none focus:ring-1 focus:ring-indigo-500",class:[
|
|
64061
64100
|
{
|
|
64062
64101
|
'rounded-r-md rounded-l-none border-l border-r':
|
|
@@ -64250,7 +64289,7 @@ var CButtonGroup_component = normalizeComponent(
|
|
|
64250
64289
|
// CONCATENATED MODULE: ./src/components/CButtonGroup/index.js
|
|
64251
64290
|
|
|
64252
64291
|
/* harmony default export */ var components_CButtonGroup = (CButtonGroup);
|
|
64253
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
64292
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"14bb29fd-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=131eae54&scoped=true&
|
|
64254
64293
|
var CButtonIconvue_type_template_id_131eae54_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_vm._t("initialSlot"),(_vm.type == 'tertiary')?_c('button',{class:[
|
|
64255
64294
|
'flex h-9 cursor-pointer flex-row rounded-md px-2 py-2 text-sm text-indigo-600 hover:bg-indigo-100 hover:text-indigo-800 focus:outline-none focus:ring-2 focus:ring-indigo-200 focus:ring-offset-2 disabled:opacity-50 disabled:cursor-not-allowed',
|
|
64256
64295
|
_vm.customButtonClasses ],attrs:{"disabled":_vm.disabled,"id":_vm.id},on:{"click":function($event){$event.preventDefault();return _vm.$emit('action')}}},[(_vm.icon)?_c('c-icon',{class:_vm.icon.class,attrs:{"cursorType":_vm.computedIconCursorType,"type":_vm.icon.type,"name":_vm.icon.name,"viewBox":_vm.icon.viewBox}}):_vm._e(),_vm._t("default")],2):(_vm.type == 'rounded-hover')?_c('button',{staticClass:"flex h-9 w-9 cursor-pointer items-center justify-center rounded-full bg-white text-gray-500 hover:bg-gray-100 hover:text-gray-500 focus:outline-none focus:ring-2 focus:ring-indigo-500 disabled:opacity-50 disabled:cursor-not-allowed",class:[
|
|
@@ -64441,7 +64480,7 @@ var CButtonIcon_component = normalizeComponent(
|
|
|
64441
64480
|
// CONCATENATED MODULE: ./src/components/CButtonIcon/index.js
|
|
64442
64481
|
|
|
64443
64482
|
/* harmony default export */ var components_CButtonIcon = (CButtonIcon);
|
|
64444
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
64483
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"14bb29fd-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=14236b4c&
|
|
64445
64484
|
var CButtonLinkvue_type_template_id_14236b4c_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('span',{staticClass:"relative z-0 inline-flex w-full rounded-md shadow-sm"},[(_vm.image)?_c('button',{staticClass:"relative h-9 -ml-px inline-flex items-center rounded-l-md border border-gray-300 bg-white text-sm font-medium text-gray-700 overflow-hidden hover:bg-gray-50 focus:z-10 focus:border-indigo-500 focus:outline-none focus:ring-1 focus:ring-indigo-500",attrs:{"type":"button"}},[_c('img',{staticClass:"h-9 w-9",attrs:{"src":_vm.image}})]):_vm._e(),_c('button',{staticClass:"relative h-9 inline-flex w-full items-center justify-between rounded-r-md border border-gray-300 bg-white px-3 py-2 text-sm font-medium text-gray-700 hover:bg-gray-50 focus:z-10 focus:border-indigo-500 focus:outline-none focus:ring-1 focus:ring-indigo-500",class:_vm.image ? 'rounded-r-md' : 'rounded-md',attrs:{"type":"button","id":_vm.id},on:{"click":function($event){return _vm.$emit('action')}}},[_vm._v(" "+_vm._s(_vm.label)+" "),_c('c-icon',{staticClass:"h-5 w-5",attrs:{"type":"solid","name":"chevron-right"}})],1)])}
|
|
64446
64485
|
var CButtonLinkvue_type_template_id_14236b4c_staticRenderFns = []
|
|
64447
64486
|
|
|
@@ -64518,7 +64557,7 @@ var CButtonLink_component = normalizeComponent(
|
|
|
64518
64557
|
// CONCATENATED MODULE: ./src/components/CButtonLink/index.js
|
|
64519
64558
|
|
|
64520
64559
|
/* harmony default export */ var components_CButtonLink = (CButtonLink);
|
|
64521
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
64560
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"14bb29fd-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=c4421e84&
|
|
64522
64561
|
var CButtonSelectvue_type_template_id_c4421e84_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_vm._t("default"),_c('div',{staticClass:"relative inline-block text-left",class:[_vm.isDisabled ? 'opacity-50' : '', _vm.buttonWrapperClass]},[_c('button',{staticClass:"h-9 inline-flex w-full justify-center px-3 py-2 text-sm font-medium shadow-sm focus:outline-none focus:ring-2 focus:ring-offset-2",class:[_vm.classes, _vm.buttonClass],attrs:{"type":_vm.type,"aria-haspopup":"listbox","aria-expanded":"true","aria-labelledby":"listbox-label","disabled":_vm.isDisabled,"id":_vm.id},on:{"click":function($event){_vm.toggleDropdown = !_vm.toggleDropdown},"blur":function($event){return _vm.close()}}},[(_vm.icon)?_c('c-icon',{class:_vm.icon.class,attrs:{"name":_vm.icon.name,"type":_vm.icon.type,"cursorType":_vm.icon.cursorType,"viewBox":_vm.icon.viewBox || '0 0 20 20'}}):_vm._e(),(_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',{class:['ml-2 h-5 w-5', _vm.iconClass],attrs:{"name":"chevron-down","type":"solid"}})],1),(_vm.toggleDropdown)?_c('div',{ref:"dropdownMenu",staticClass:"absolute z-10 mt-2 -mr-1 w-56 rounded-md bg-white pb-4",class:_vm.dropdownPositionClass},[_c('div',{staticClass:"rounded-md shadow-lg ring-1 ring-gray-900 ring-opacity-5"},[_c('ul',{staticClass:"py-1",attrs:{"tabindex":"-1","role":"listbox","aria-labelledby":"listbox-label"}},_vm._l((_vm.items),function(item){return _c('li',{key:item.text,staticClass:"flex cursor-pointer px-3 py-2 text-sm text-gray-700 hover:bg-gray-100 hover:text-gray-900",class:[
|
|
64523
64562
|
item.isDisabled ? 'pointer-events-none opacity-50 ' : '' ],attrs:{"id":_vm.getActionIDFn(item.text)},on:{"mousedown":function($event){return _vm.emitOptionAction(item.action)}}},[(item.icon)?_c('c-icon',{class:['mr-2 h-5 w-5 text-gray-400', item.iconClass],attrs:{"type":item.iconType,"name":item.icon,"viewBox":item.iconViewBox || '0 0 24 24'}}):_vm._e(),(item.customIcon)?_vm._t("customIcon"):_vm._e(),_vm._v(" "+_vm._s(item.text)+" ")],2)}),0)])]):_vm._e()])],2)}
|
|
64524
64563
|
var CButtonSelectvue_type_template_id_c4421e84_staticRenderFns = []
|
|
@@ -64728,7 +64767,7 @@ var CButtonSelect_component = normalizeComponent(
|
|
|
64728
64767
|
// CONCATENATED MODULE: ./src/components/CButtonSelect/index.js
|
|
64729
64768
|
|
|
64730
64769
|
/* harmony default export */ var components_CButtonSelect = (CButtonSelect);
|
|
64731
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
64770
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"14bb29fd-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=57f6aae9&
|
|
64732
64771
|
var CButtonWithDropdownvue_type_template_id_57f6aae9_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_c('span',{staticClass:"relative inline-flex rounded-md shadow-sm"},[_c('button',{staticClass:"relative h-9 inline-flex items-center rounded-l-md px-3 py-2 text-sm font-medium focus:z-10 focus:outline-none focus:ring-1",class:[_vm.classes, _vm.isDisabled ? 'opacity-50' : ''],attrs:{"type":_vm.type,"disabled":_vm.isDisabled,"id":_vm.id},on:{"click":_vm.handleButtonClick}},[(_vm.isLoading)?_c('c-icon',{staticClass:"mr-2 h-4 w-4",attrs:{"name":"loader"}}):_vm._e(),_vm._v(" "+_vm._s(_vm.selectedValue ? _vm.selectedValue : _vm.label)+" ")],1),_c('span',{staticClass:"relative -ml-px block"},[_c('button',{staticClass:"relative h-9 inline-flex items-center rounded-r-md px-2 py-2 text-sm font-medium focus:z-10 focus:outline-none focus:ring-1",class:[
|
|
64733
64772
|
_vm.classes,
|
|
64734
64773
|
_vm.isDisabled || _vm.isDropdownDisabled ? 'opacity-50' : '' ],attrs:{"type":_vm.type,"disabled":_vm.isDisabled || _vm.isDropdownDisabled,"id":_vm.id + '_button_dropdown'},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:"absolute right-0 z-10 mt-2 w-56 origin-top-right rounded-md bg-white shadow-lg 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 cursor-pointer px-3 py-2 text-left text-sm text-gray-700 hover:bg-gray-100 hover:text-gray-900",attrs:{"role":"menuitem","id":_vm.getActionIDFn(item.secondaryText)},on:{"mousedown":function($event){return _vm.selectOption($event, item.value)}}},[_vm._v(" "+_vm._s(item.text)+" ")])}),0)]):_vm._e()])])])}
|
|
@@ -64907,7 +64946,7 @@ var CButtonWithDropdown_component = normalizeComponent(
|
|
|
64907
64946
|
// CONCATENATED MODULE: ./src/components/CButtonWithDropdown/index.js
|
|
64908
64947
|
|
|
64909
64948
|
/* harmony default export */ var components_CButtonWithDropdown = (CButtonWithDropdown);
|
|
64910
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
64949
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"14bb29fd-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=41ce7880&
|
|
64911
64950
|
var CCardvue_type_template_id_41ce7880_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"relative flex items-center space-x-3 rounded-lg border border-gray-300 bg-white px-6 py-5 shadow-sm focus-within:ring-2 focus-within:ring-indigo-500 focus-within:ring-offset-2 hover:border-gray-400"},[_c('div',{staticClass:"flex-shrink-0 rounded-md bg-gray-100 p-2"},[_c('c-avatar',{attrs:{"image":_vm.image.image,"rounded":_vm.image.rounded,"size":_vm.image.size,"imageResizeClass":'object-contain'}})],1),_c('div',{staticClass:"min-w-0 flex-1"},[_c('a',{staticClass:"focus:outline-none",attrs:{"href":"#"}},[_c('span',{staticClass:"absolute inset-0",attrs:{"aria-hidden":"true"}}),_c('div',{staticClass:"flex",class:_vm.classes},[_c('p',{staticClass:"text-sm text-gray-900"},[_vm._v(" "+_vm._s(_vm.name)+" ")]),_vm._t("default")],2),_c('p',{staticClass:"truncate text-sm text-gray-500"},[_vm._v(" "+_vm._s(_vm.description)+" ")])])])])}
|
|
64912
64951
|
var CCardvue_type_template_id_41ce7880_staticRenderFns = []
|
|
64913
64952
|
|
|
@@ -64995,7 +65034,7 @@ var CCard_component = normalizeComponent(
|
|
|
64995
65034
|
// CONCATENATED MODULE: ./src/components/CCheckbox/index.js
|
|
64996
65035
|
|
|
64997
65036
|
/* harmony default export */ var components_CCheckbox = (CCheckbox);
|
|
64998
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
65037
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"14bb29fd-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=18013f17&
|
|
64999
65038
|
var CCollapsibleSectionvue_type_template_id_18013f17_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_c('div',{staticClass:"flex cursor-pointer items-center justify-between gap-2",class:_vm.divider || _vm.showSection ? 'border-b border-gray-200 pb-2' : '',attrs:{"id":_vm.id},on:{"click":function($event){if($event.target !== $event.currentTarget){ return null; }return _vm.collapse.apply(null, arguments)}}},[_c('div',{staticClass:"flex min-w-0 flex-1 items-center gap-1",on:{"click":_vm.collapse}},[_c('c-icon',{staticClass:"h-5 w-5 shrink-0 text-gray-900",attrs:{"name":_vm.showSection ? 'chevron-down' : 'chevron-right',"type":"solid"}}),_c('div',{staticClass:"flex min-w-0 flex-1 items-center gap-1 border-transparent hover:border-gray-300 hover:text-gray-700",class:[_vm.tabAction ? 'py-2' : '', _vm.customHeaderClass]},[_c('span',{staticClass:"min-w-0 truncate",attrs:{"title":_vm.label}},[_vm._v(_vm._s(_vm.label))]),(_vm.badgeCount > 0)?_c('span',{staticClass:"flex h-5 w-5 shrink-0 items-center justify-center rounded-full bg-gray-100 text-sm font-medium text-gray-900"},[_vm._v(" "+_vm._s(_vm.badgeCount)+" ")]):_vm._e(),(_vm.isRequired)?_c('p',{staticClass:"ml-1 text-red-600"},[_vm._v("*")]):_vm._e()])],1),(_vm.tabAction && _vm.showSection)?_c('c-button',{attrs:{"type":"tertiary","label":_vm.buttonLabel,"id":_vm.id + '_action_button'},on:{"action":_vm.action}}):_vm._e(),(_vm.tabLink && _vm.showSection)?_c('c-anchor-tag',{attrs:{"label":_vm.tabLink.label,"id":_vm.id + '_action_link',"action":_vm.action}}):_vm._e()],1),(_vm.showSection)?_c('div',{staticClass:"mt-5 text-sm text-gray-500"},[_vm._t("default")],2):_vm._e()])}
|
|
65000
65039
|
var CCollapsibleSectionvue_type_template_id_18013f17_staticRenderFns = []
|
|
65001
65040
|
|
|
@@ -65154,7 +65193,7 @@ var CCollapsibleSection_component = normalizeComponent(
|
|
|
65154
65193
|
// CONCATENATED MODULE: ./src/components/CCollapsibleSection/index.js
|
|
65155
65194
|
|
|
65156
65195
|
/* harmony default export */ var components_CCollapsibleSection = (CCollapsibleSection);
|
|
65157
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
65196
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"14bb29fd-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=630c5faa&
|
|
65158
65197
|
var CColorDotsvue_type_template_id_630c5faa_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{class:("flex items-center " + (_vm.isBackground ? ("w-fit rounded-xl px-2 text-sm bg-" + _vm.color + "-100") : ''))},[_c('span',{staticClass:"h-1.5 w-1.5 rounded-full",class:_vm.classes ? _vm.classes : _vm.colorClasses,attrs:{"aria-hidden":"true"}}),_c('div',{staticClass:"ml-2 text-sm font-medium"},[_vm._v(" "+_vm._s(_vm.label)+" ")])])}
|
|
65159
65198
|
var CColorDotsvue_type_template_id_630c5faa_staticRenderFns = []
|
|
65160
65199
|
|
|
@@ -65238,7 +65277,7 @@ var CColorDots_component = normalizeComponent(
|
|
|
65238
65277
|
// CONCATENATED MODULE: ./src/components/CColorDots/index.js
|
|
65239
65278
|
|
|
65240
65279
|
/* harmony default export */ var components_CColorDots = (CColorDots);
|
|
65241
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
65280
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"14bb29fd-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=caa2b82c&
|
|
65242
65281
|
var CDatepickervue_type_template_id_caa2b82c_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_c('div',{staticClass:"flex items-center justify-between"},[_c('div',{staticClass:"flex items-center"},[(_vm.label)?_c('label',{staticClass:"block text-sm font-medium text-gray-900"},[_vm._v(" "+_vm._s(_vm.label)+" ")]):_vm._e(),(_vm.isRequired)?_c('p',{staticClass:"ml-1 text-red-600"},[_vm._v("*")]):_vm._e()]),(_vm.hint)?_c('span',{staticClass:"text-sm text-gray-500"},[_vm._v(_vm._s(_vm.hint))]):_vm._e()]),_c('div',{staticClass:"relative"},[_c('v-date-picker',{ref:"datepicker",class:[
|
|
65243
65282
|
'h-full',
|
|
65244
65283
|
_vm.isExpanded ? 'w-full' : '',
|
|
@@ -65508,7 +65547,7 @@ var CDatepicker_component = normalizeComponent(
|
|
|
65508
65547
|
// CONCATENATED MODULE: ./src/components/CDatepicker/index.js
|
|
65509
65548
|
|
|
65510
65549
|
/* harmony default export */ var components_CDatepicker = (CDatepicker);
|
|
65511
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
65550
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"14bb29fd-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=0a8e5b4a&
|
|
65512
65551
|
var CEditorvue_type_template_id_0a8e5b4a_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_c('div',{staticClass:"flex justify-between"},[_c('p',{staticClass:"text-sm font-medium text-gray-900"},[_vm._v(_vm._s(_vm.label))]),(_vm.hint)?_c('p',{staticClass:"text-sm text-gray-500"},[_vm._v(_vm._s(_vm.hint))]):_vm._e()]),_c('quill-editor',{ref:"myQuillEditor",class:("mt-1 rounded-md bg-white " + (_vm.disabled ? 'opacity-50 cursor-not-allowed' : '') + " text-sm shadow-sm"),attrs:{"value":_vm.content,"options":_vm.editorOption,"id":_vm.id,"disabled":_vm.disabled},on:{"change":function($event){return _vm.onChange($event)},"ready":function($event){return _vm.onReady($event)},"focus":_vm.handleFocus,"blur":_vm.onEditorBlur}}),(_vm.helpText)?_c('p',{staticClass:"mt-2 text-sm text-gray-500"},[_vm._v(" "+_vm._s(_vm.helpText)+" ")]):_vm._e()],1)}
|
|
65513
65552
|
var CEditorvue_type_template_id_0a8e5b4a_staticRenderFns = []
|
|
65514
65553
|
|
|
@@ -65652,7 +65691,7 @@ var CEditor_component = normalizeComponent(
|
|
|
65652
65691
|
// CONCATENATED MODULE: ./src/components/CEditor/index.js
|
|
65653
65692
|
|
|
65654
65693
|
/* harmony default export */ var components_CEditor = (CEditor);
|
|
65655
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
65694
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"14bb29fd-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=5806f002&
|
|
65656
65695
|
var CDualSelectvue_type_template_id_5806f002_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 text-gray-400",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 text-gray-400",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 px-3 py-2 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 px-3 py-2 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)}
|
|
65657
65696
|
var CDualSelectvue_type_template_id_5806f002_staticRenderFns = []
|
|
65658
65697
|
|
|
@@ -65877,7 +65916,7 @@ var CDualSelect_component = normalizeComponent(
|
|
|
65877
65916
|
// CONCATENATED MODULE: ./src/components/CDualSelect/index.js
|
|
65878
65917
|
|
|
65879
65918
|
/* harmony default export */ var components_CDualSelect = (CDualSelect);
|
|
65880
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
65919
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"14bb29fd-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=453a5a00&
|
|
65881
65920
|
var CFormSectionHeadingvue_type_template_id_453a5a00_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_c('div',{staticClass:"border-gray-200",class:_vm.classes},[_c('div',{staticClass:"flex items-center justify-between"},[_c('div',[_c('h3',{staticClass:"text-base font-semibold text-gray-900",class:_vm.headingClass},[_vm._v(" "+_vm._s(_vm.heading)+" ")]),_c('div',{staticClass:"flex items-center gap-1"},[(_vm.icon)?_c('c-icon',{class:_vm.icon.class,attrs:{"name":_vm.icon.name,"type":_vm.icon.type,"viewBox":_vm.icon.viewBox || '0 0 20 20'}}):_vm._e(),(_vm.description)?_c('p',{staticClass:"max-w-4xl text-sm text-gray-500"},[_vm._v(" "+_vm._s(_vm.description)+" ")]):_vm._e()],1)]),(_vm.tabAction)?_c('c-button',{attrs:{"type":_vm.tabAction.type,"label":_vm.tabAction.label,"icon":_vm.tabAction.icon,"id":_vm.id + '_action_button'},on:{"action":_vm.emitTabAction}}):_vm._e(),(_vm.tabLink)?_c('c-anchor-tag',{attrs:{"label":_vm.tabLink.label,"action":_vm.emitTabLink,"id":_vm.id + '_action_link'}}):_vm._e()],1)])])}
|
|
65882
65921
|
var CFormSectionHeadingvue_type_template_id_453a5a00_staticRenderFns = []
|
|
65883
65922
|
|
|
@@ -66000,7 +66039,7 @@ var CFormSectionHeading_component = normalizeComponent(
|
|
|
66000
66039
|
// CONCATENATED MODULE: ./src/components/CFormSectionHeading/index.js
|
|
66001
66040
|
|
|
66002
66041
|
/* harmony default export */ var components_CFormSectionHeading = (CFormSectionHeading);
|
|
66003
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
66042
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"14bb29fd-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/CGroupedFilterDropdown/CGroupedFilterDropdown.vue?vue&type=template&id=7f2287ca&
|
|
66004
66043
|
var CGroupedFilterDropdownvue_type_template_id_7f2287ca_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{ref:"dropdownRoot",class:("relative " + _vm.mainCustomClass)},[_c('button',{staticClass:"relative flex h-9 w-max cursor-pointer items-center justify-between gap-2 rounded-md border border-gray-300 bg-white p-2 hover:bg-gray-100",on:{"click":_vm.handleToggleDropdown,"mouseenter":function($event){return _vm.showTooltip(true)},"mouseleave":function($event){return _vm.showTooltip(false)},"focus":function($event){return _vm.showTooltip(true)},"blur":function($event){return _vm.showTooltip(false)}}},[_c('c-icon',{staticClass:"h-5 w-5 text-gray-400",attrs:{"type":"solid","name":"funnel-mini","cursorType":"cursor-pointer","viewBox":"0 0 22 22"}}),(_vm.filterSelected)?_c('p',{staticClass:"flex h-6 w-6 items-center justify-center rounded-full border border-gray-200 bg-gray-50 py-0.5 px-2 text-sm text-gray-700"},[_vm._v(" "+_vm._s(_vm.filterSelected)+" ")]):_vm._e(),(!_vm.filterSelected)?_c('c-icon',{staticClass:"h-5 w-5 text-gray-400",attrs:{"name":"chevron-down","type":"solid","cursorType":"cursor-pointer"}}):_vm._e(),(_vm.hasToolTip && _vm.displayTooltip)?_c('c-tool-tip',{attrs:{"tooltipText":_vm.tooltipText,"isTopAligned":true,"color":"#1f2937","classes":"text-white absolute -mt-12 whitespace-nowrap top-1/2 left-1/2 -translate-x-1/2 -translate-y-1/2 font-normal bg-gray-800 w-auto"}}):_vm._e()],1),(_vm.toggleDropdown)?_c('div',{class:("absolute top-11 " + (_vm.menuDirection === 'left' ? 'left-0' : 'right-0') + " z-50 flex w-56 rounded-md bg-white shadow-lg ring-1 ring-gray-900 ring-opacity-5")},[_c('div',{staticClass:"my-1 w-56"},_vm._l((_vm.options),function(option,index){return _c('button',{key:index,staticClass:"relative w-56 hover:bg-gray-100 focus:bg-gray-100",on:{"mouseenter":function($event){return _vm.handleMainOptionMouseEnter(option, index)},"mouseleave":_vm.closeSubmenuWithDelay,"focus":function($event){return _vm.handleMainOptionMouseEnter(option, index)}}},[_c('div',{staticClass:"group flex cursor-pointer items-center justify-between px-3 py-2 text-sm text-gray-700"},[_c('div',{staticClass:"flex items-center gap-1"},[_c('p',{staticClass:"text-sm text-gray-900"},[_vm._v(" "+_vm._s(option.label)+" ")]),(option.selected)?_c('p',{staticClass:"flex items-center justify-center rounded-full border border-gray-200 bg-gray-50 py-0.5 px-2"},[_vm._v(" "+_vm._s(option.selected)+" ")]):_vm._e()]),(_vm.hasSubOptions(option))?_c('c-icon',{staticClass:"h-5 w-5 text-gray-400",attrs:{"name":"chevron-right-mini-v2","type":"solid","cursorType":"cursor-pointer"}}):_vm._e()],1),(_vm.activeOptionIndex === index && _vm.hasSubOptions(option))?_c('div',{class:("absolute top-0 " + (_vm.effectiveSubmenuDirection === 'right'
|
|
66005
66044
|
? 'left-full ml-2'
|
|
66006
66045
|
: 'right-full mr-2') + " max-h-48 w-56 overflow-auto rounded-md bg-white py-1 shadow-lg ring-1 ring-gray-900 ring-opacity-5"),staticStyle:{"z-index":"60"},on:{"mouseenter":_vm.clearSubmenuCloseTimeout}},_vm._l((option.options),function(sub,subIdx){return _c('div',{key:subIdx,staticClass:"flex cursor-pointer items-center gap-3 py-2 px-3 text-left hover:bg-gray-100 focus:bg-gray-100",attrs:{"tabindex":"0"},on:{"click":function($event){return _vm.selectFilter(sub.isSelected ? 0 : 1, index, subIdx)},"keydown":function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,"enter",13,$event.key,"Enter")){ return null; }return _vm.selectFilter(sub.isSelected ? 0 : 1, index, subIdx)}}},[_c('c-checkbox',{attrs:{"value":sub.isSelected,"setMarginLeft":"ml-0"}}),_c('p',{staticClass:"text-sm text-gray-700"},[_vm._v(_vm._s(sub.label))])],1)}),0):_vm._e()])}),0)]):_vm._e()])}
|
|
@@ -66285,7 +66324,7 @@ var CGroupedFilterDropdown_component = normalizeComponent(
|
|
|
66285
66324
|
// CONCATENATED MODULE: ./src/components/CIcon/index.js
|
|
66286
66325
|
|
|
66287
66326
|
/* harmony default export */ var components_CIcon = (CIcon);
|
|
66288
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
66327
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"14bb29fd-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=a48638b6&scoped=true&
|
|
66289
66328
|
var CGroupedSelectvue_type_template_id_a48638b6_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[(_vm.showDropDown && _vm.options.length > 0)?_c('div',{staticClass:"fixed inset-0",attrs:{"aria-hidden":"true"},on:{"click":function($event){return _vm.closeDropDown(false)}}}):_vm._e(),(_vm.label)?_c('div',{staticClass:"flex items-center"},[_c('label',{staticClass:"block text-sm font-medium text-gray-900"},[_vm._v(" "+_vm._s(_vm.label)+" ")]),(_vm.isRequired)?_c('p',{staticClass:"ml-1 text-red-600"},[_vm._v("*")]):_vm._e()]):_vm._e(),_c('div',{staticClass:"relative mt-1"},[_c('div',{staticClass:"relative"},[_c('input',{staticClass:"relative w-full cursor-default rounded-md border border-gray-300 bg-white py-2 pl-3 pr-10 text-left shadow-sm focus:border-indigo-500 focus:outline-none focus:ring-1 focus:ring-indigo-500 disabled:pointer-events-none disabled:opacity-50 sm:text-sm",attrs:{"type":"text","aria-haspopup":"listbox","aria-expanded":"true","aria-labelledby":"listbox-label","placeholder":_vm.placeholder,"autocomplete":"off","disabled":_vm.disabled,"id":_vm.id + '_input_search'},domProps:{"value":_vm.inputValue},on:{"focus":function($event){return _vm.openDropDown()},"input":_vm.onInput}}),_c('span',{staticClass:"pointer-events-none absolute inset-y-0 right-0 flex items-center pr-2"},[(_vm.isSearching)?_c('svg',{staticClass:"h-5 w-5 animate-spin text-gray-400",attrs:{"xmlns":"http://www.w3.org/2000/svg","fill":"none","viewBox":"0 0 24 24"}},[_c('circle',{staticClass:"opacity-25",attrs:{"cx":"12","cy":"12","r":"10","stroke":"currentColor","stroke-width":"4"}}),_c('path',{staticClass:"opacity-75",attrs:{"fill":"currentColor","d":"M4 12a8 8 0 018-8V0C5.373 0 0 5.373 0 12h4zm2 5.291A7.962 7.962 0 014 12H0c0 3.042 1.135 5.824 3 7.938l3-2.647z"}})]):_vm._e(),(!_vm.isSearching)?_c('svg',{staticClass:"h-5 w-5 text-gray-400",attrs:{"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 20 20","fill":"currentColor","aria-hidden":"true"}},[_c('path',{attrs:{"fill-rule":"evenodd","d":"M10 3a1 1 0 01.707.293l3 3a1 1 0 01-1.414 1.414L10 5.414 7.707 7.707a1 1 0 01-1.414-1.414l3-3A1 1 0 0110 3zm-3.707 9.293a1 1 0 011.414 0L10 14.586l2.293-2.293a1 1 0 011.414 1.414l-3 3a1 1 0 01-1.414 0l-3-3a1 1 0 010-1.414z","clip-rule":"evenodd"}})]):_vm._e()]),(
|
|
66290
66329
|
_vm.showCloseButton && (_vm.inputValue == null || _vm.inputValue.length == 0)
|
|
66291
66330
|
)?_c('button',{staticClass:"absolute top-2.5 right-10 z-100",attrs:{"id":_vm.id + '_button_close_dropdown'},on:{"click":function($event){$event.stopPropagation();return _vm.handleCrossClick.apply(null, arguments)}}},[_c('c-icon',{staticClass:"h-4 w-4 text-gray-400",attrs:{"name":"close","type":"outline-v2","cursorType":"cursor-pointer"}})],1):_vm._e()]),(_vm.showDropDown)?_c('div',{staticClass:"absolute z-10 mt-1 max-h-60 w-full overflow-auto rounded-md bg-white py-1 text-base shadow-lg ring-1 ring-black ring-opacity-5 focus:outline-none sm:text-sm"},[(_vm.options.length > 0)?_c('ul',{attrs:{"tabindex":"-1","role":"listbox","aria-labelledby":"listbox-label","aria-activedescendant":"listbox-option-3"}},_vm._l((_vm.options),function(option){return _c('span',{key:option.id},[_c('li',{staticClass:"relative cursor-default select-none bg-gray-100 px-3 py-2 text-left text-sm text-gray-700",attrs:{"role":"option"}},[_c('span',{staticClass:"block truncate"},[_vm._v(" "+_vm._s(option.label)+" ")])]),_vm._l((option.options),function(subOption){return _c('li',{key:subOption.id,class:[
|
|
@@ -67069,19 +67108,19 @@ var CGroupedSelect_component = normalizeComponent(
|
|
|
67069
67108
|
// CONCATENATED MODULE: ./src/components/CGroupedSelect/index.js
|
|
67070
67109
|
|
|
67071
67110
|
/* harmony default export */ var components_CGroupedSelect = (CGroupedSelect);
|
|
67072
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
67073
|
-
var
|
|
67111
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"14bb29fd-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=85d0a44e&
|
|
67112
|
+
var CIconDropdownvue_type_template_id_85d0a44e_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_vm._t("default"),_c('div',{class:((_vm.isDropDownRelative ? 'relative' : '') + " inline-block text-left")},[_c('div',[_c('button',{class:_vm.customClasses
|
|
67074
67113
|
? _vm.iconClasses
|
|
67075
67114
|
: 'inline-flex w-full justify-center rounded-full border-none p-2 hover:bg-gray-100 focus:outline-none focus:ring-2 focus:ring-indigo-600 focus:ring-offset-2',attrs:{"type":"white","id":_vm.id,"aria-haspopup":"true","aria-expanded":"true"},on:{"click":function($event){$event.stopPropagation();return _vm.toggle($event)},"blur":function($event){return _vm.close()}}},[_c('div',{staticClass:"flex items-center gap-1"},[_c('c-icon',{class:_vm.icon.class,attrs:{"name":_vm.icon.name,"type":_vm.icon.type,"cursorType":_vm.cursorType,"viewBox":_vm.icon.viewBox}}),(_vm.label)?_c('p',{class:['text-sm text-gray-500', _vm.labelClass]},[_vm._v(" "+_vm._s(_vm.label)+" ")]):_vm._e()],1)])]),_c('div',{directives:[{name:"show",rawName:"v-show",value:(_vm.toggleDropdown),expression:"toggleDropdown"}],staticClass:"absolute z-10 mt-2 -mr-1 origin-top-right rounded-md bg-white shadow-lg ring-1 ring-gray-900 ring-opacity-5",class:_vm.classes},[_c('div',{staticClass:"w-max py-1",attrs:{"role":"menu","aria-orientation":"vertical","aria-labelledby":"option-menu"}},_vm._l((_vm.items),function(item,index){return _c('div',{key:item.text,on:{"mouseenter":function($event){_vm.showTooltipIndex = index},"mouseleave":function($event){_vm.showTooltipIndex = null}}},[_c('a',{staticClass:"flex cursor-pointer justify-between px-3 py-2 text-sm text-gray-700 hover:bg-gray-100 hover:text-gray-900 disabled:pointer-events-none disabled:opacity-50",class:[
|
|
67076
67115
|
item.class,
|
|
67077
67116
|
item.disabled ? 'pointer-events-none opacity-50' : '',
|
|
67078
67117
|
item.isLoading ? 'pointer-events-none cursor-default' : '' ],attrs:{"id":_vm.getActionIDFn(item.text),"role":"menuitem","disabled":item.disabled,"aria-disabled":item.disabled ? 'true' : 'false'},on:{"mousedown":function($event){$event.stopPropagation();$event.preventDefault();return _vm.dropdownAction(item)}}},[_c('div',{staticClass:"flex items-center"},[(item.isLoading)?_c('c-icon',{class:_vm.dropdownIcons[index].class,attrs:{"name":"loader"}}):_vm._e(),(item.icon && !item.isLoading)?_c('c-icon',{class:_vm.dropdownIcons[index].class,attrs:{"name":_vm.dropdownIcons[index].name,"type":_vm.dropdownIcons[index].type,"viewBox":_vm.dropdownIcons[index].viewBox,"cursorType":_vm.cursorType}}):_vm._e(),_c('div',{staticClass:"flex items-center gap-1"},[_vm._v(" "+_vm._s(item.text)+" "),(item.shouldShowHoverIcon && !item.isLoading)?_c('c-icon',{class:[
|
|
67079
67118
|
item.hoverIcon.class,
|
|
67080
|
-
'invisible group-hover:visible' ],attrs:{"name":item.hoverIcon.name,"type":item.hoverIcon.type,"viewBox":item.hoverIcon.viewBox,"cursorType":_vm.cursorType}}):_vm._e()],1)],1),(item.name)?_vm._t(item.name):_vm._e(),(item.tooltip && _vm.showTooltipIndex === index)?_c('c-tooltip',{attrs:{"tooltipText":item.tooltip.text,"isTopAligned":true,"classes":item.tooltip.classes,"color":item.tooltip.color}}):_vm._e()
|
|
67081
|
-
var
|
|
67119
|
+
'invisible group-hover:visible' ],attrs:{"name":item.hoverIcon.name,"type":item.hoverIcon.type,"viewBox":item.hoverIcon.viewBox,"cursorType":_vm.cursorType}}):_vm._e()],1)],1),(item.name)?_vm._t(item.name):_vm._e()],2),(item.tooltip && item.tooltip.text && _vm.showTooltipIndex === index)?_c('c-tooltip',{attrs:{"tooltipText":item.tooltip.text,"isTopAligned":true,"classes":item.tooltip.classes,"color":item.tooltip.color}}):_vm._e(),(item.border)?_c('hr',{staticClass:"my-1"}):_vm._e()],1)}),0)])])],2)}
|
|
67120
|
+
var CIconDropdownvue_type_template_id_85d0a44e_staticRenderFns = []
|
|
67082
67121
|
|
|
67083
67122
|
|
|
67084
|
-
// CONCATENATED MODULE: ./src/components/CIconDropdown/CIconDropdown.vue?vue&type=template&id=
|
|
67123
|
+
// CONCATENATED MODULE: ./src/components/CIconDropdown/CIconDropdown.vue?vue&type=template&id=85d0a44e&
|
|
67085
67124
|
|
|
67086
67125
|
// 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/CIconDropdown/CIconDropdown.vue?vue&type=script&lang=js&
|
|
67087
67126
|
//
|
|
@@ -67251,7 +67290,7 @@ var CIconDropdownvue_type_template_id_2ec28c58_staticRenderFns = []
|
|
|
67251
67290
|
data() {
|
|
67252
67291
|
return {
|
|
67253
67292
|
toggleDropdown: false,
|
|
67254
|
-
showTooltipIndex:
|
|
67293
|
+
showTooltipIndex: null
|
|
67255
67294
|
};
|
|
67256
67295
|
},
|
|
67257
67296
|
methods: {
|
|
@@ -67301,8 +67340,8 @@ var CIconDropdownvue_type_template_id_2ec28c58_staticRenderFns = []
|
|
|
67301
67340
|
|
|
67302
67341
|
var CIconDropdown_component = normalizeComponent(
|
|
67303
67342
|
CIconDropdown_CIconDropdownvue_type_script_lang_js_,
|
|
67304
|
-
|
|
67305
|
-
|
|
67343
|
+
CIconDropdownvue_type_template_id_85d0a44e_render,
|
|
67344
|
+
CIconDropdownvue_type_template_id_85d0a44e_staticRenderFns,
|
|
67306
67345
|
false,
|
|
67307
67346
|
null,
|
|
67308
67347
|
null,
|
|
@@ -67314,7 +67353,7 @@ var CIconDropdown_component = normalizeComponent(
|
|
|
67314
67353
|
// CONCATENATED MODULE: ./src/components/CIconDropdown/index.js
|
|
67315
67354
|
|
|
67316
67355
|
/* harmony default export */ var components_CIconDropdown = (CIconDropdown);
|
|
67317
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
67356
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"14bb29fd-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=0fd8fd3c&
|
|
67318
67357
|
var CInputvue_type_template_id_0fd8fd3c_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_c('div',{staticClass:"flex justify-between"},[_c('div',{staticClass:"flex items-center"},[_c('label',{staticClass:"block text-sm font-medium text-gray-900"},[_vm._v(" "+_vm._s(_vm.label)+" ")]),(_vm.isRequired)?_c('p',{staticClass:"ml-1 text-red-600"},[_vm._v("*")]):_vm._e()]),(_vm.hint)?_c('span',{staticClass:"text-sm text-gray-500"},[_vm._v(_vm._s(_vm.hint))]):_vm._e()]),_c('div',{class:("relative h-9 " + (_vm.label || _vm.hint ? 'mt-1' : '') + " rounded-md " + _vm.inputWrapperClass)},[(_vm.isSearchEnabled)?_c('c-icon',{staticClass:"absolute top-2 left-2 h-5 w-5 flex-shrink-0 text-gray-400",attrs:{"name":"search-outline-v2","type":"outline"}}):_vm._e(),_c('input',{staticClass:"block w-full h-full flex-1 px-3 py-2 text-sm text-gray-900 shadow-sm focus:border-indigo-500 focus:ring-indigo-500",class:[
|
|
67319
67358
|
_vm.errorClasses,
|
|
67320
67359
|
_vm.customClasses ? _vm.customClasses : 'rounded-md',
|
|
@@ -67528,7 +67567,7 @@ var CInput_component = normalizeComponent(
|
|
|
67528
67567
|
// CONCATENATED MODULE: ./src/components/CInput/index.js
|
|
67529
67568
|
|
|
67530
67569
|
/* harmony default export */ var components_CInput = (CInput);
|
|
67531
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
67570
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"14bb29fd-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=3a6a5844&
|
|
67532
67571
|
var CInputAddonvue_type_template_id_3a6a5844_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[(_vm.label)?_c('div',{staticClass:"mb-1 flex justify-between"},[_c('div',{staticClass:"flex items-center"},[_c('label',{staticClass:"block text-sm font-medium text-gray-900"},[_vm._v(" "+_vm._s(_vm.label)+" ")]),(_vm.isRequired)?_c('p',{staticClass:"ml-1 text-red-600"},[_vm._v("*")]):_vm._e()]),(_vm.hint)?_c('span',{staticClass:"text-sm text-gray-500"},[_vm._v(_vm._s(_vm.hint))]):_vm._e()]):_vm._e(),(!_vm.inlineAddon && _vm.addonType == 'leading')?_c('div',{staticClass:"relative h-9 flex rounded-md"},[(_vm.addon)?_c('span',{staticClass:"inline-flex items-center rounded-l-md border border-r-0 bg-gray-50 px-3 py-2 text-gray-500 sm:text-sm",class:[
|
|
67533
67572
|
!_vm.isValidate
|
|
67534
67573
|
? 'border-red-300 bg-red-50 text-red-600'
|
|
@@ -67884,7 +67923,7 @@ var CInputAddon_component = normalizeComponent(
|
|
|
67884
67923
|
// CONCATENATED MODULE: ./src/components/CInputAddon/index.js
|
|
67885
67924
|
|
|
67886
67925
|
/* harmony default export */ var components_CInputAddon = (CInputAddon);
|
|
67887
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
67926
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"14bb29fd-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=9d044e2c&
|
|
67888
67927
|
var CInputEmailvue_type_template_id_9d044e2c_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_c('div',{staticClass:"flex justify-between"},[_c('div',{staticClass:"flex items-center"},[(_vm.label)?_c('label',{staticClass:"block text-sm font-medium text-gray-900"},[_vm._v(" "+_vm._s(_vm.label)+" ")]):_vm._e(),(_vm.isRequired)?_c('p',{staticClass:"ml-1 text-red-600"},[_vm._v("*")]):_vm._e()]),(_vm.hint)?_c('span',{staticClass:"text-sm text-gray-500"},[_vm._v(_vm._s(_vm.hint))]):_vm._e()]),_c('div',{staticClass:"relative mt-1 rounded-md"},[_c('input',{staticClass:"block w-full flex-1 rounded-md px-3 py-2 text-gray-900 disabled:opacity-50 disabled:cursor-not-allowed focus:border-indigo-500 focus:ring-indigo-500 sm:text-sm",class:_vm.errorClasses,attrs:{"type":"text","placeholder":_vm.placeholder,"id":_vm.id,"disabled":_vm.disabled},domProps:{"value":_vm.email},on:{"blur":_vm.checkValidation,"input":function($event){return _vm.$emit('input', $event.target.value)}}}),(_vm.isValidate)?_c('div',{staticClass:"pointer-events-none absolute inset-y-0 right-0 flex items-center pr-3 text-red-600"},[_c('c-icon',{staticClass:"h-5 w-5",attrs:{"name":"exclamation-circle","type":"solid"}})],1):_vm._e()]),(_vm.isValidate)?_c('p',{staticClass:"mt-2 text-sm text-red-600"},[_vm._v(" Please enter valid email address ")]):_vm._e(),(_vm.helpText && _vm.isValidate == false)?_c('p',{staticClass:"mt-2 text-sm text-gray-500"},[_vm._v(" "+_vm._s(_vm.helpText)+" ")]):_vm._e()])}
|
|
67889
67928
|
var CInputEmailvue_type_template_id_9d044e2c_staticRenderFns = []
|
|
67890
67929
|
|
|
@@ -68022,7 +68061,7 @@ var CInputEmail_component = normalizeComponent(
|
|
|
68022
68061
|
// CONCATENATED MODULE: ./src/components/CInputEmail/index.js
|
|
68023
68062
|
|
|
68024
68063
|
/* harmony default export */ var components_CInputEmail = (CInputEmail);
|
|
68025
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
68064
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"14bb29fd-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&
|
|
68026
68065
|
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()])])}
|
|
68027
68066
|
var CModalHeadingvue_type_template_id_2995f526_staticRenderFns = []
|
|
68028
68067
|
|
|
@@ -68083,7 +68122,7 @@ var CModalHeading_component = normalizeComponent(
|
|
|
68083
68122
|
// CONCATENATED MODULE: ./src/components/CModalHeading/index.js
|
|
68084
68123
|
|
|
68085
68124
|
/* harmony default export */ var components_CModalHeading = (CModalHeading);
|
|
68086
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
68125
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"14bb29fd-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=5daf4f90&
|
|
68087
68126
|
var CModuleHelpLinksvue_type_template_id_5daf4f90_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:mt-0 sm:flex-row sm:flex-wrap sm:space-x-6"},[(_vm.helpArticle)?_c('div',{class:['mt-2 flex items-center text-sm text-indigo-600', _vm.helpArticleClass]},[(_vm.helpArticleIcon)?_c('c-icon',{class:_vm.helpArticleIcon.class,attrs:{"name":_vm.helpArticleIcon.name,"type":_vm.helpArticleIcon.type,"viewBox":_vm.helpArticleIcon.viewBox}}):_vm._e(),_c('a',{staticClass:"font-medium text-indigo-600 hover:underline",attrs:{"href":_vm.helpArticle,"target":"_blank"}},[_vm._v(" "+_vm._s(_vm.articleTitle)+" ")])],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(" "+_vm._s(_vm.videoTitle)+" ")])],1):_vm._e()])])}
|
|
68088
68127
|
var CModuleHelpLinksvue_type_template_id_5daf4f90_staticRenderFns = []
|
|
68089
68128
|
|
|
@@ -68209,22 +68248,31 @@ var CModuleHelpLinks_component = normalizeComponent(
|
|
|
68209
68248
|
// CONCATENATED MODULE: ./src/components/CModuleHelpLinks/index.js
|
|
68210
68249
|
|
|
68211
68250
|
/* harmony default export */ var components_CModuleHelpLinks = (CModuleHelpLinks);
|
|
68212
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
68213
|
-
var
|
|
68251
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"14bb29fd-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=eac9411e&
|
|
68252
|
+
var CMultiselectvue_type_template_id_eac9411e_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[(_vm.label)?_c('div',{staticClass:"mb-1 flex w-full items-center justify-between"},[_c('div',{staticClass:"flex items-center"},[(_vm.label)?_c('label',{staticClass:"text-sm font-medium text-gray-900"},[_vm._v(_vm._s(_vm.label))]):_vm._e(),(_vm.isRequired)?_c('p',{staticClass:"ml-1 text-red-600"},[_vm._v("*")]):_vm._e()]),(_vm.hint)?_c('span',{staticClass:"text-sm text-gray-500"},[_vm._v(_vm._s(_vm.hint))]):_vm._e()]):_vm._e(),_c('div',{staticClass:"relative"},[_c('v-select',{ref:"vselect",class:[
|
|
68253
|
+
'disabled:custom-disabled-state absolute inline-block h-full w-full text-sm',
|
|
68254
|
+
_vm.isMultiple ? 'c-multiselect--capped-pills' : '' ],attrs:{"placeholder":_vm.placeholder,"multiple":_vm.isMultiple,"taggable":_vm.isTaggable,"push-tags":_vm.pushTags,"filterable":_vm.filterable,"options":_vm.isGrouped ? _vm.groupedArray : _vm.options,"label":_vm.optionLabel,"clearable":_vm.clearable,"loading":_vm.loading,"id":_vm.id,"disabled":_vm.isDisabled,"selectable":_vm.isGrouped
|
|
68214
68255
|
? function (option) { return (option.header ? false : _vm.getDisableOptions(option)); }
|
|
68215
68256
|
: function (option) { return _vm.getDisableOptions(option); },"closeOnSelect":_vm.addCheckBox ? false : _vm.isGrouped ? false : true},on:{"input":_vm.setSelectedOptions,"search":_vm.fetchOptions,"search:focus":function($event){return _vm.$emit('search:focus')},"option:selecting":_vm.handleSingleSelect,"option:selected":function ($event) { return (_vm.addCheckBox ? null : $event); },"option:deselected":function ($event) { return (_vm.addCheckBox ? null : $event); },"open":_vm.onOpen,"close":_vm.onClose},nativeOn:{"keydown":function($event){return _vm.handleKeydown.apply(null, arguments)}},scopedSlots:_vm._u([{key:"open-indicator",fn:function(ref){
|
|
68216
68257
|
var attributes = ref.attributes;
|
|
68217
|
-
return [_c('span',_vm._b({style:(!_vm.shouldIconRotate ? 'transform:none;' : '')},'span',attributes,false),[(_vm.icon)?_c('c-icon',{staticClass:"h-5 w-5 text-gray-400",attrs:{"name":_vm.icon.name,"type":_vm.icon.type}}):_c('c-icon',{staticClass:"h-5 w-5 text-gray-400",attrs:{"name":"chevron-down","type":"solid"}})],1)]}},{key:"selected-option",fn:function(
|
|
68218
|
-
|
|
68219
|
-
|
|
68220
|
-
|
|
68221
|
-
|
|
68222
|
-
|
|
68223
|
-
|
|
68224
|
-
|
|
68258
|
+
return [_c('span',_vm._b({style:(!_vm.shouldIconRotate ? 'transform:none;' : '')},'span',attributes,false),[(_vm.icon)?_c('c-icon',{staticClass:"h-5 w-5 text-gray-400",attrs:{"name":_vm.icon.name,"type":_vm.icon.type}}):_c('c-icon',{staticClass:"h-5 w-5 text-gray-400",attrs:{"name":"chevron-down","type":"solid"}})],1)]}},{key:"selected-option-container",fn:function(ref){
|
|
68259
|
+
var option = ref.option;
|
|
68260
|
+
var deselect = ref.deselect;
|
|
68261
|
+
var multiple = ref.multiple;
|
|
68262
|
+
var disabled = ref.disabled;
|
|
68263
|
+
return [_vm._l(([_vm.getPillRow(option)]),function(row){return [(row && row.showPill)?_c('div',{key:row.slotKey,staticClass:"vs__selected vs__selected--capped inline-flex items-center gap-1.5"},[(!option.header)?_c('p',{class:[
|
|
68264
|
+
'vs__selected-inner inline-flex min-w-0 max-w-[120px] items-center gap-1.5 rounded bg-gray-100 px-2 py-1 text-gray-800',
|
|
68265
|
+
_vm.isDisabled ? 'text-gray-500' : '' ]},[(option.icon)?_c('c-icon',{class:[
|
|
68266
|
+
'h-4 w-4 flex-shrink-0 text-gray-400',
|
|
68267
|
+
option.icon.optionIconClass ],attrs:{"name":option.icon.name,"type":option.icon.type}}):_vm._e(),(option.image && _vm.displaySelectedOptionAvatar)?_c('c-avatar',{staticClass:"flex-shrink-0",attrs:{"size":option.description && _vm.showAdditionalText
|
|
68268
|
+
? 'extrasmall'
|
|
68269
|
+
: 'extraextrasmall',"image":option.image,"rounded":true,"description":option.description}}):(option.initials && _vm.displaySelectedOptionAvatar)?_c('c-avatar',{staticClass:"flex-shrink-0",attrs:{"size":"extraextrasmall","nameInitials":option.initials,"description":option.description,"rounded":true,"isDynamicallyColored":true}}):_vm._e(),_c('span',{staticClass:"min-w-0 flex-1 truncate"},[_vm._v(_vm._s(row.label))]),(multiple)?_c('button',{staticClass:"flex h-2 w-2 flex-shrink-0 items-center justify-center rounded text-gray-400 focus:outline-none",attrs:{"type":"button","disabled":disabled,"title":("Deselect " + (row.label)),"aria-label":("Deselect " + (row.label))},on:{"click":function($event){$event.stopPropagation();$event.preventDefault();return deselect(option)}}},[_c('span',{staticClass:"text-base leading-none",attrs:{"aria-hidden":"true"}},[_vm._v("×")])]):_vm._e()],1):_vm._e(),(row.showOverflowBadge)?_c('span',{staticClass:"vs__selected-overflow inline-flex w-max rounded bg-gray-100 px-2 py-1 text-gray-800",attrs:{"aria-live":"polite"}},[_vm._v(" +"+_vm._s(_vm.selectedOverflowCount)+" ")]):_vm._e()]):_vm._e()]})]}},{key:"no-options",fn:function(ref){
|
|
68270
|
+
var search = ref.search;
|
|
68271
|
+
var searching = ref.searching;
|
|
68272
|
+
var loading = ref.loading;
|
|
68225
68273
|
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.")])]}},{key:"spinner",fn:function(ref){
|
|
68226
|
-
|
|
68227
|
-
return [(loading)?_c('svg',{staticClass:"h-5 w-5 animate-spin text-gray-400",attrs:{"xmlns":"http://www.w3.org/2000/svg","fill":"none","viewBox":"0 0 24 24"}},[_c('circle',{staticClass:"opacity-25",attrs:{"cx":"12","cy":"12","r":"10","stroke":"currentColor","stroke-width":"4"}}),_c('path',{staticClass:"opacity-75",attrs:{"fill":"currentColor","d":"M4 12a8 8 0 018-8V0C5.373 0 0 5.373 0 12h4zm2 5.291A7.962 7.962 0 014 12H0c0 3.042 1.135 5.824 3 7.938l3-2.647z"}})]):_vm._e()]}},{key:"option",fn:function(option){return [(_vm.$scopedSlots['custom-option'])?_vm._t("custom-option",null,{"option":option}):[(!_vm.isGrouped)?_c('div',[(option.hasNoData)?_c('div',{staticClass:"dropdown-menu-bordered"}):_c('div',{staticClass:"mt-1 flex h-full w-full items-center"},[(_vm.showOptionImage)?_c('p',{staticClass:"flex-shrink-0"},[(option[_vm.imageLabel])?_c('c-avatar',{staticClass:"mr-2",attrs:{"size":option.description && _vm.showAdditionalText
|
|
68274
|
+
var loading = ref.loading;
|
|
68275
|
+
return [(loading)?_c('svg',{staticClass:"h-5 w-5 animate-spin text-gray-400",attrs:{"xmlns":"http://www.w3.org/2000/svg","fill":"none","viewBox":"0 0 24 24"}},[_c('circle',{staticClass:"opacity-25",attrs:{"cx":"12","cy":"12","r":"10","stroke":"currentColor","stroke-width":"4"}}),_c('path',{staticClass:"opacity-75",attrs:{"fill":"currentColor","d":"M4 12a8 8 0 018-8V0C5.373 0 0 5.373 0 12h4zm2 5.291A7.962 7.962 0 014 12H0c0 3.042 1.135 5.824 3 7.938l3-2.647z"}})]):_vm._e()]}},{key:"option",fn:function(option){return [(_vm.$scopedSlots['custom-option'])?_vm._t("custom-option",null,{"option":option}):[(!_vm.isGrouped)?_c('div',[(option.hasNoData)?_c('div',{staticClass:"dropdown-menu-bordered"}):_c('div',{staticClass:"mt-1 flex h-full w-full items-center"},[(_vm.addCheckBox)?_c('div',{staticClass:"flex-shrink-0",on:{"click":function($event){$event.stopPropagation();}}},[_c('c-checkbox',{attrs:{"value":_vm.isChecked(option)},on:{"onChange":function($event){return _vm.handleSingleSelect(option)}}})],1):_vm._e(),(_vm.showOptionImage)?_c('p',{staticClass:"flex-shrink-0"},[(option[_vm.imageLabel])?_c('c-avatar',{staticClass:"mr-2",attrs:{"size":option.description && _vm.showAdditionalText
|
|
68228
68276
|
? 'extrasmall'
|
|
68229
68277
|
: 'extraextrasmall',"image":option[_vm.imageLabel],"rounded":true,"description":option.description}}):_vm._e(),(
|
|
68230
68278
|
!option.icon && !option[_vm.imageLabel] && option.initials
|
|
@@ -68234,7 +68282,7 @@ return [(loading)?_c('svg',{staticClass:"h-5 w-5 animate-spin text-gray-400",att
|
|
|
68234
68282
|
option.icon && !option[_vm.imageLabel] && !option.initials
|
|
68235
68283
|
)?_c('c-icon',{class:("mr-2 h-5 w-5 text-gray-400 " + (option.icon.optionIconClass
|
|
68236
68284
|
? option.icon.optionIconClass
|
|
68237
|
-
: '')),attrs:{"name":option.icon.name,"type":option.icon.type,"cursorType":"cursor-pointer"}}):_vm._e()],1):_vm._e(),_c('div',{staticClass:"w-full"},[_c('div',{class:("flex items-center justify-between " + _vm.checkboxWrapperClass)},[_c('div',{class:("flex items-center " + _vm.tagWrapperClass)},[_c('p',[_vm._v(" "+_vm._s(option[_vm.optionLabelSecondary] ? option[_vm.optionLabelSecondary] : option[_vm.optionLabel])+" ")]),_c('div',{staticClass:"ml-3"},[(_vm.tags && option.info && option.info !== '')?_c('c-tag',{attrs:{"label":option.info,"color":"gray"}}):_c('span',{staticClass:"-ml-3 text-gray-300"},[_vm._v(" "+_vm._s(option.info)+" ")])],1)])
|
|
68285
|
+
: '')),attrs:{"name":option.icon.name,"type":option.icon.type,"cursorType":"cursor-pointer"}}):_vm._e()],1):_vm._e(),_c('div',{staticClass:"w-full"},[_c('div',{class:("flex items-center justify-between " + _vm.checkboxWrapperClass)},[_c('div',{class:("flex items-center " + _vm.tagWrapperClass)},[_c('p',[_vm._v(" "+_vm._s(option[_vm.optionLabelSecondary] ? option[_vm.optionLabelSecondary] : option[_vm.optionLabel])+" ")]),_c('div',{staticClass:"ml-3"},[(_vm.tags && option.info && option.info !== '')?_c('c-tag',{attrs:{"label":option.info,"color":"gray"}}):_c('span',{staticClass:"-ml-3 text-gray-300"},[_vm._v(" "+_vm._s(option.info)+" ")])],1)])]),(option.description && _vm.showAdditionalText)?_c('p',{staticClass:"text-xs"},[_vm._v(" "+_vm._s(option.description)+" ")]):_vm._e()])])]):_vm._e(),(_vm.isGrouped)?_c('div',{class:[
|
|
68238
68286
|
option.header
|
|
68239
68287
|
? 'sticky-group-header -mx-4 -my-2 bg-gray-200 px-3 py-2'
|
|
68240
68288
|
: '' ]},[(option.header)?_c('v-list-subheader',{staticClass:"flex items-center gap-1 text-gray-900"},[(option.icon)?_c('c-icon',{class:((option.icon.headerIconClass
|
|
@@ -68243,16 +68291,18 @@ return [(loading)?_c('svg',{staticClass:"h-5 w-5 animate-spin text-gray-400",att
|
|
|
68243
68291
|
'mt-1 flex h-full w-full',
|
|
68244
68292
|
option.description ? 'items-start' : 'items-center' ]},[(_vm.addCheckBox && !option.header)?_c('div',{on:{"click":function($event){$event.stopPropagation();}}},[_c('c-checkbox',{attrs:{"value":_vm.isChecked(option)},on:{"onChange":function($event){return _vm.handleSingleSelect(option)}}})],1):_vm._e(),(!option.header && _vm.showOptionImage)?_c('div',[(option.image)?_c('c-avatar',{staticClass:"mr-2",attrs:{"size":"extraextrasmall","image":option.image,"rounded":true,"description":option.description}}):_c('c-avatar',{staticClass:"mr-2",attrs:{"size":"extraextrasmall","nameInitials":option.initials,"description":option.description,"rounded":true,"isDynamicallyColored":true}})],1):_vm._e(),_c('div',{staticClass:"w-full"},[_c('div',{staticClass:"flex items-center"},[_c('p',[_vm._v(" "+_vm._s(option[_vm.optionLabelSecondary] ? option[_vm.optionLabelSecondary] : option[_vm.optionLabel])+" ")]),_c('div',{staticClass:"ml-3"},[(_vm.tags && option.info && option.info !== '')?_c('span',{staticClass:"inline-flex rounded-md bg-gray-400 px-2 py-px text-sm leading-5 text-white"},[_vm._v(" "+_vm._s(option.info)+" ")]):_c('span',{staticClass:"text-gray-300"},[_vm._v(" "+_vm._s(option.info)+" ")])])]),(option.description)?_c('p',{staticClass:"text-xs"},[_vm._v(" "+_vm._s(option.description)+" ")]):_vm._e()])])],1):_vm._e()]]}},{key:"list-footer",fn:function(ref){
|
|
68245
68293
|
var search = ref.search;
|
|
68246
|
-
return [_c('li',{directives:[{name:"show",rawName:"v-show",value:(_vm.hasNextPage),expression:"hasNextPage"}],ref:"load",staticClass:"loader"},[_vm._v(" Loading more options... ")]),
|
|
68294
|
+
return [_c('li',{directives:[{name:"show",rawName:"v-show",value:(_vm.hasNextPage),expression:"hasNextPage"}],ref:"load",staticClass:"loader"},[_vm._v(" Loading more options... ")]),(_vm.showFooterButton || _vm.showFooterButton2)?_c('div',{class:[
|
|
68295
|
+
'group sticky bottom-0 mt-1 bg-white',
|
|
68296
|
+
_vm.showFooterButton && _vm.showFooterButton2 ? 'space-y-2' : '' ]},[(_vm.showFooterButton)?_c('li',{staticClass:"cursor-pointer select-none bg-gray-50 py-2 pl-3 pr-9 text-gray-700 hover:bg-gray-100 hover:text-gray-900",class:_vm.footerBtnClasses,attrs:{"id":_vm.getActionIDFn(_vm.footerButtonText),"role":"option"},on:{"click":function($event){return _vm.$emit('footerButtonClick')}}},[_c('div',{staticClass:"flex items-center"},[_c('svg',{staticClass:"h-6 w-6 flex-shrink-0 text-gray-400",attrs:{"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 20 20","fill":"currentColor"}},[_c('path',{attrs:{"fill-rule":"evenodd","d":"M10 18a8 8 0 100-16 8 8 0 000 16zm1-11a1 1 0 10-2 0v2H7a1 1 0 100 2h2v2a1 1 0 102 0v-2h2a1 1 0 100-2h-2V7z","clip-rule":"evenodd"}})]),_c('span',{staticClass:"ml-3 block truncate font-semibold"},[_vm._v(" "+_vm._s(_vm.footerButtonText)+" ")])])]):_vm._e(),(_vm.showFooterButton2)?_c('li',{staticClass:"cursor-pointer select-none bg-gray-50 py-2 pl-3 pr-9 text-gray-700 hover:bg-gray-100 hover:text-gray-900",class:_vm.footerBtnClasses2,attrs:{"id":_vm.getActionIDFn(_vm.footerButtonText2),"role":"option"},on:{"click":function($event){return _vm.$emit('footerButtonClick2')}}},[_c('div',{staticClass:"flex items-center"},[_c('svg',{staticClass:"h-6 w-6 flex-shrink-0 text-gray-400",attrs:{"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 20 20","fill":"currentColor"}},[_c('path',{attrs:{"fill-rule":"evenodd","d":"M10 18a8 8 0 100-16 8 8 0 000 16zm1-11a1 1 0 10-2 0v2H7a1 1 0 100 2h2v2a1 1 0 102 0v-2h2a1 1 0 100-2h-2V7z","clip-rule":"evenodd"}})]),_c('span',{staticClass:"ml-3 block truncate font-semibold"},[_vm._v(" "+_vm._s(_vm.footerButtonText2)+" ")])])]):_vm._e()]):_vm._e(),(
|
|
68247
68297
|
_vm.showCreateOption &&
|
|
68248
68298
|
_vm.showCreateOptionAfterSearch &&
|
|
68249
68299
|
search &&
|
|
68250
68300
|
search.trim()
|
|
68251
|
-
)?_c('div',{staticClass:"sticky
|
|
68252
|
-
var
|
|
68301
|
+
)?_c('div',{ref:"createOption",staticClass:"sticky z-10 flex min-h-[44px] items-start gap-3 bg-white px-3 py-2 shadow-lg ring-1 ring-gray-900 ring-opacity-5",style:(_vm.footerStickyStyles.create)},[_c('span',{staticClass:"word-break flex-1 text-sm text-gray-700"},[_vm._v(_vm._s(search))]),_c('button',{staticClass:"flex items-center gap-1 text-sm text-indigo-700",attrs:{"type":"button","id":_vm.id + '_create_button'},on:{"mousedown":function($event){return _vm.handleCreateOption($event, search)}}},[_c('c-icon',{staticClass:"h-5 w-5 text-indigo-600",attrs:{"type":"solid","name":"plus-circle-solid-v2","viewBox":"0 0 24 24"}}),_vm._v(" Create ")],1)]):_vm._e(),(_vm.otherOption)?_c('div',{ref:"otherOption",staticClass:"sticky z-10 border-t border-gray-100 bg-gray-50 px-3 py-2",style:(_vm.footerStickyStyles.other)},[_c('div',{staticClass:"flex",on:{"mousedown":function($event){$event.preventDefault();$event.stopPropagation();}}},[_c('c-checkbox',{attrs:{"value":_vm.isChecked(_vm.otherOption)},on:{"onChange":_vm.handleOtherOptionChange}}),_c('div',{staticClass:"flex-1",on:{"click":function($event){$event.stopPropagation();return _vm.handleOtherOptionChange.apply(null, arguments)}}},[_c('p',{staticClass:"text-sm font-medium text-gray-700"},[_vm._v(" "+_vm._s(_vm.otherOption[_vm.optionLabel])+" ")]),_c('p',{staticClass:"mt-1 text-sm text-gray-500"},[_vm._v(" "+_vm._s(_vm.otherOption.description)+" ")])])],1)]):_vm._e(),(_vm.isMultiple && _vm.hasSelectedValues)?_c('button',{ref:"clearAllButton",staticClass:"sticky z-10 w-full border-t border-gray-200 bg-gray-50 px-4 py-3 text-left text-sm text-gray-500 hover:text-gray-900 focus:outline-none",style:(_vm.footerStickyStyles.clear),attrs:{"type":"button","id":_vm.id + '_clear_all_button',"aria-label":"Clear all selections"},on:{"mousedown":function($event){$event.preventDefault();$event.stopPropagation();return _vm.handleClearAll.apply(null, arguments)}}},[_vm._v(" Clear all ")]):_vm._e()]}}],null,true),model:{value:(_vm.value),callback:function ($$v) {_vm.value=$$v},expression:"value"}}),(_vm.showCloseButton && (_vm.value == null || _vm.value.length == 0))?_c('button',{staticClass:"absolute top-2.5 right-10 z-100",attrs:{"id":_vm.id + '_close_button'},on:{"click":function($event){$event.stopPropagation();return _vm.handleCrossClick.apply(null, arguments)}}},[_c('c-icon',{staticClass:"h-4 w-4 text-gray-400",attrs:{"name":"close","type":"outline-v2","cursorType":"cursor-pointer"}})],1):_vm._e()],1),(_vm.subLabel)?_c('p',{staticClass:"mt-2 text-sm text-gray-500"},[_vm._v(_vm._s(_vm.subLabel))]):_vm._e(),(!_vm.isValidate && _vm.errorMessage)?_c('p',{staticClass:"mt-2 text-left text-sm text-red-600"},[_vm._v(" "+_vm._s(_vm.errorMessage)+" ")]):_vm._e(),(_vm.helpText && _vm.isValidate == true)?_c('p',{staticClass:"mt-2 text-sm text-gray-500"},[_vm._v(" "+_vm._s(_vm.helpText)+" ")]):_vm._e()])}
|
|
68302
|
+
var CMultiselectvue_type_template_id_eac9411e_staticRenderFns = []
|
|
68253
68303
|
|
|
68254
68304
|
|
|
68255
|
-
// CONCATENATED MODULE: ./src/components/CMultiselect/CMultiselect.vue?vue&type=template&id=
|
|
68305
|
+
// CONCATENATED MODULE: ./src/components/CMultiselect/CMultiselect.vue?vue&type=template&id=eac9411e&
|
|
68256
68306
|
|
|
68257
68307
|
// EXTERNAL MODULE: ./node_modules/vue-select/dist/vue-select.js
|
|
68258
68308
|
var vue_select = __webpack_require__("4a7a");
|
|
@@ -68708,13 +68758,73 @@ var dist_vue_select = __webpack_require__("6dfc");
|
|
|
68708
68758
|
//
|
|
68709
68759
|
//
|
|
68710
68760
|
//
|
|
68761
|
+
//
|
|
68762
|
+
//
|
|
68763
|
+
//
|
|
68764
|
+
//
|
|
68765
|
+
//
|
|
68766
|
+
//
|
|
68767
|
+
//
|
|
68768
|
+
//
|
|
68769
|
+
//
|
|
68770
|
+
//
|
|
68771
|
+
//
|
|
68772
|
+
//
|
|
68773
|
+
//
|
|
68774
|
+
//
|
|
68775
|
+
//
|
|
68776
|
+
//
|
|
68777
|
+
//
|
|
68778
|
+
//
|
|
68779
|
+
//
|
|
68780
|
+
//
|
|
68781
|
+
//
|
|
68782
|
+
//
|
|
68783
|
+
//
|
|
68784
|
+
//
|
|
68785
|
+
//
|
|
68786
|
+
//
|
|
68787
|
+
//
|
|
68788
|
+
//
|
|
68789
|
+
//
|
|
68790
|
+
//
|
|
68791
|
+
//
|
|
68792
|
+
//
|
|
68793
|
+
//
|
|
68794
|
+
//
|
|
68795
|
+
//
|
|
68796
|
+
//
|
|
68797
|
+
//
|
|
68798
|
+
//
|
|
68799
|
+
//
|
|
68800
|
+
//
|
|
68801
|
+
//
|
|
68802
|
+
//
|
|
68803
|
+
//
|
|
68804
|
+
//
|
|
68805
|
+
//
|
|
68806
|
+
//
|
|
68807
|
+
//
|
|
68808
|
+
//
|
|
68809
|
+
//
|
|
68810
|
+
//
|
|
68811
|
+
//
|
|
68812
|
+
//
|
|
68813
|
+
//
|
|
68814
|
+
//
|
|
68815
|
+
//
|
|
68816
|
+
//
|
|
68817
|
+
//
|
|
68818
|
+
//
|
|
68819
|
+
//
|
|
68820
|
+
//
|
|
68821
|
+
//
|
|
68711
68822
|
|
|
68712
68823
|
|
|
68713
68824
|
|
|
68714
68825
|
|
|
68715
68826
|
|
|
68716
68827
|
|
|
68717
|
-
// import Fuse from "fuse.js";
|
|
68718
68828
|
|
|
68719
68829
|
|
|
68720
68830
|
|
|
@@ -68793,6 +68903,11 @@ var dist_vue_select = __webpack_require__("6dfc");
|
|
|
68793
68903
|
selectedOptionLabel: {
|
|
68794
68904
|
type: String
|
|
68795
68905
|
},
|
|
68906
|
+
// the key to compare the options when addCheckBox is true
|
|
68907
|
+
primaryComparisonKey: {
|
|
68908
|
+
type: String,
|
|
68909
|
+
default: "id"
|
|
68910
|
+
},
|
|
68796
68911
|
// action to trigger after selecting option from dropdown
|
|
68797
68912
|
onSelectOptions: {
|
|
68798
68913
|
type: Function
|
|
@@ -68952,13 +69067,92 @@ var dist_vue_select = __webpack_require__("6dfc");
|
|
|
68952
69067
|
return label && String(label).toLowerCase() === term;
|
|
68953
69068
|
});
|
|
68954
69069
|
return !hasExactMatch;
|
|
69070
|
+
},
|
|
69071
|
+
/*
|
|
69072
|
+
This function is used to get the remaining count of options that are not shown in the dropdown.
|
|
69073
|
+
*/
|
|
69074
|
+
selectedOverflowCount() {
|
|
69075
|
+
if (!this.isMultiple) return 0;
|
|
69076
|
+
const totalSelectedOptions = Array.isArray(this.value) ? this.value.length : 0;
|
|
69077
|
+
return totalSelectedOptions > 2 ? totalSelectedOptions - 2 : 0;
|
|
69078
|
+
},
|
|
69079
|
+
hasSelectedValues() {
|
|
69080
|
+
return Array.isArray(this.value) && this.value.length > 0;
|
|
69081
|
+
},
|
|
69082
|
+
/**
|
|
69083
|
+
* Pre-built pill rows keyed by `value[i]` and by vue-select option key.
|
|
69084
|
+
* Recomputes only when selection / multi / overflow-relevant state changes — not on dropdown hover.
|
|
69085
|
+
* Index comes from `value` order (same order vue-select uses for selected-option-container).
|
|
69086
|
+
*/
|
|
69087
|
+
pillRowsBySlotLookup() {
|
|
69088
|
+
if (!Array.isArray(this.value)) {
|
|
69089
|
+
return {
|
|
69090
|
+
byRef: new Map(),
|
|
69091
|
+
byKey: new Map()
|
|
69092
|
+
};
|
|
69093
|
+
}
|
|
69094
|
+
const byRef = new Map();
|
|
69095
|
+
const byKey = new Map();
|
|
69096
|
+
const overflow = this.selectedOverflowCount;
|
|
69097
|
+
this.value.forEach((item, index) => {
|
|
69098
|
+
const label = this.getDisplayLabelForOption(item);
|
|
69099
|
+
const key = this.getVueSelectOptionKey(item);
|
|
69100
|
+
const slotKey = `slot-${index}-${String(key)}`;
|
|
69101
|
+
const meta = {
|
|
69102
|
+
index,
|
|
69103
|
+
key,
|
|
69104
|
+
label,
|
|
69105
|
+
slotKey
|
|
69106
|
+
};
|
|
69107
|
+
const showPill = this.isMultiple;
|
|
69108
|
+
const showOverflowBadge = this.isMultiple && index === 1 && overflow > 0;
|
|
69109
|
+
const row = {
|
|
69110
|
+
meta,
|
|
69111
|
+
showPill,
|
|
69112
|
+
showOverflowBadge,
|
|
69113
|
+
label,
|
|
69114
|
+
slotKey
|
|
69115
|
+
};
|
|
69116
|
+
byRef.set(item, row);
|
|
69117
|
+
if (!byKey.has(key)) {
|
|
69118
|
+
byKey.set(key, row);
|
|
69119
|
+
}
|
|
69120
|
+
});
|
|
69121
|
+
return {
|
|
69122
|
+
byRef,
|
|
69123
|
+
byKey
|
|
69124
|
+
};
|
|
69125
|
+
},
|
|
69126
|
+
/**
|
|
69127
|
+
* Sticky `bottom` offsets so create → other → clear stack without overlap.
|
|
69128
|
+
* DOM order is create (top of sticky group), other, clear (anchored to dropdown bottom).
|
|
69129
|
+
*/
|
|
69130
|
+
footerStickyStyles() {
|
|
69131
|
+
const clearH = Number(this.footerMetaData.clearAllHeight) || 0;
|
|
69132
|
+
const otherH = Number(this.footerMetaData.otherOptionHeight) || 0;
|
|
69133
|
+
return {
|
|
69134
|
+
create: {
|
|
69135
|
+
bottom: `${clearH + otherH}px`
|
|
69136
|
+
},
|
|
69137
|
+
other: {
|
|
69138
|
+
bottom: `${clearH}px`
|
|
69139
|
+
},
|
|
69140
|
+
clear: {
|
|
69141
|
+
bottom: "0px"
|
|
69142
|
+
}
|
|
69143
|
+
};
|
|
68955
69144
|
}
|
|
68956
69145
|
},
|
|
68957
69146
|
data() {
|
|
68958
69147
|
return {
|
|
68959
69148
|
loaderSearching: true,
|
|
68960
69149
|
value: this.optionsSelected && this.optionsSelected.length ? this.optionsSelected : [],
|
|
68961
|
-
observer: null
|
|
69150
|
+
observer: null,
|
|
69151
|
+
footerMetaData: {
|
|
69152
|
+
clearAllHeight: 0,
|
|
69153
|
+
otherOptionHeight: 0,
|
|
69154
|
+
createOptionHeight: 0
|
|
69155
|
+
}
|
|
68962
69156
|
};
|
|
68963
69157
|
},
|
|
68964
69158
|
methods: {
|
|
@@ -68971,6 +69165,7 @@ var dist_vue_select = __webpack_require__("6dfc");
|
|
|
68971
69165
|
},
|
|
68972
69166
|
fetchOptions(search, loaderSearching) {
|
|
68973
69167
|
this.emitGetOptions(search, loaderSearching);
|
|
69168
|
+
this._updateFooterHeights();
|
|
68974
69169
|
},
|
|
68975
69170
|
emitGetOptions: lodash_es_debounce(function (search, loaderSearching) {
|
|
68976
69171
|
this.$emit("getOptions", search.trim(), loaderSearching);
|
|
@@ -68993,7 +69188,9 @@ var dist_vue_select = __webpack_require__("6dfc");
|
|
|
68993
69188
|
this.emitGetOptions("", true);
|
|
68994
69189
|
},
|
|
68995
69190
|
onClose() {
|
|
68996
|
-
this.observer
|
|
69191
|
+
if (this.observer) {
|
|
69192
|
+
this.observer.disconnect();
|
|
69193
|
+
}
|
|
68997
69194
|
},
|
|
68998
69195
|
async infiniteScroll([{
|
|
68999
69196
|
isIntersecting
|
|
@@ -69002,16 +69199,74 @@ var dist_vue_select = __webpack_require__("6dfc");
|
|
|
69002
69199
|
this.emitLoadNextPage();
|
|
69003
69200
|
}
|
|
69004
69201
|
},
|
|
69005
|
-
|
|
69006
|
-
|
|
69202
|
+
/*
|
|
69203
|
+
This function is used to create a unique key for the option.
|
|
69204
|
+
*/
|
|
69205
|
+
createUniqueKeyForOption(sortable) {
|
|
69206
|
+
const ordered = {};
|
|
69207
|
+
Object.keys(sortable).sort().forEach(key => {
|
|
69208
|
+
ordered[key] = sortable[key];
|
|
69209
|
+
});
|
|
69210
|
+
return JSON.stringify(ordered);
|
|
69211
|
+
},
|
|
69212
|
+
/*
|
|
69213
|
+
This function is used to get the key of the option for the selected pills.
|
|
69214
|
+
Aligns with vue-select default getOptionKey.
|
|
69215
|
+
Reference: https://vue-select.org/api/props.html#getoptionkey
|
|
69216
|
+
*/
|
|
69217
|
+
getVueSelectOptionKey(option) {
|
|
69218
|
+
if (typeof option !== "object" || option === null) {
|
|
69219
|
+
return option;
|
|
69220
|
+
}
|
|
69221
|
+
try {
|
|
69222
|
+
return Object.prototype.hasOwnProperty.call(option, "id") ? option.id : this.createUniqueKeyForOption(option);
|
|
69223
|
+
} catch (e) {
|
|
69224
|
+
return String(option);
|
|
69225
|
+
}
|
|
69226
|
+
},
|
|
69227
|
+
getDisplayLabelForOption(option) {
|
|
69228
|
+
if (!option) return "";
|
|
69229
|
+
if (this.selectedOptionLabel && option[this.selectedOptionLabel]) {
|
|
69230
|
+
return option[this.selectedOptionLabel];
|
|
69231
|
+
}
|
|
69232
|
+
if (this.optionLabelSecondary && option[this.optionLabelSecondary]) {
|
|
69233
|
+
return option[this.optionLabelSecondary];
|
|
69234
|
+
}
|
|
69235
|
+
if (this.optionLabel && option[this.optionLabel]) {
|
|
69236
|
+
return option[this.optionLabel];
|
|
69237
|
+
}
|
|
69238
|
+
return "";
|
|
69239
|
+
},
|
|
69240
|
+
/**
|
|
69241
|
+
* Easy lookup for each selected-option slot.
|
|
69242
|
+
*/
|
|
69243
|
+
getPillRow(option) {
|
|
69244
|
+
const {
|
|
69245
|
+
byRef,
|
|
69246
|
+
byKey
|
|
69247
|
+
} = this.pillRowsBySlotLookup;
|
|
69248
|
+
if (byRef.has(option)) {
|
|
69249
|
+
return byRef.get(option);
|
|
69250
|
+
}
|
|
69251
|
+
const k = this.getVueSelectOptionKey(option);
|
|
69252
|
+
return byKey.get(k) || null;
|
|
69253
|
+
},
|
|
69254
|
+
handleClearAll() {
|
|
69255
|
+
this.value = [];
|
|
69256
|
+
this.$emit("onSelectOptions", []);
|
|
69257
|
+
this.$nextTick(() => {
|
|
69258
|
+
if (this.$refs.vselect) {
|
|
69259
|
+
this.$refs.vselect.search = "";
|
|
69260
|
+
}
|
|
69261
|
+
});
|
|
69007
69262
|
},
|
|
69008
69263
|
isChecked(option) {
|
|
69009
|
-
return this.value.
|
|
69264
|
+
return this.value.some(item => item[this.primaryComparisonKey] === option[this.primaryComparisonKey]) ? 1 : 0;
|
|
69010
69265
|
},
|
|
69011
69266
|
handleSingleSelect(option) {
|
|
69012
69267
|
if (this.addCheckBox) {
|
|
69013
|
-
if (this.isChecked(option)
|
|
69014
|
-
this.value = this.value.filter(item => item.
|
|
69268
|
+
if (this.isChecked(option) === 1) {
|
|
69269
|
+
this.value = this.value.filter(item => item[this.primaryComparisonKey] !== option[this.primaryComparisonKey]);
|
|
69015
69270
|
} else {
|
|
69016
69271
|
this.value = [...this.value, option];
|
|
69017
69272
|
}
|
|
@@ -69020,9 +69275,9 @@ var dist_vue_select = __webpack_require__("6dfc");
|
|
|
69020
69275
|
}
|
|
69021
69276
|
},
|
|
69022
69277
|
handleOtherOptionChange() {
|
|
69023
|
-
const isSelected = this.isChecked(this.otherOption)
|
|
69278
|
+
const isSelected = this.isChecked(this.otherOption) === 1;
|
|
69024
69279
|
if (isSelected) {
|
|
69025
|
-
this.value = this.value.filter(item => item.
|
|
69280
|
+
this.value = this.value.filter(item => item[this.primaryComparisonKey] !== this.otherOption[this.primaryComparisonKey]);
|
|
69026
69281
|
} else {
|
|
69027
69282
|
this.value = [...this.value, this.otherOption];
|
|
69028
69283
|
}
|
|
@@ -69076,6 +69331,18 @@ var dist_vue_select = __webpack_require__("6dfc");
|
|
|
69076
69331
|
this.handleCreateOption(event, search.trim());
|
|
69077
69332
|
}
|
|
69078
69333
|
}
|
|
69334
|
+
},
|
|
69335
|
+
_updateFooterHeights() {
|
|
69336
|
+
this.$nextTick(() => {
|
|
69337
|
+
const createEl = this.$refs.createOption;
|
|
69338
|
+
const otherEl = this.$refs.otherOption;
|
|
69339
|
+
const clearEl = this.$refs.clearAllButton;
|
|
69340
|
+
this.footerMetaData = {
|
|
69341
|
+
createOptionHeight: createEl ? createEl.offsetHeight : 0,
|
|
69342
|
+
otherOptionHeight: otherEl ? otherEl.offsetHeight : 0,
|
|
69343
|
+
clearAllHeight: clearEl ? clearEl.offsetHeight : 0
|
|
69344
|
+
};
|
|
69345
|
+
});
|
|
69079
69346
|
}
|
|
69080
69347
|
},
|
|
69081
69348
|
watch: {
|
|
@@ -69084,10 +69351,21 @@ var dist_vue_select = __webpack_require__("6dfc");
|
|
|
69084
69351
|
this.value = newVal;
|
|
69085
69352
|
},
|
|
69086
69353
|
deep: true
|
|
69354
|
+
},
|
|
69355
|
+
value: {
|
|
69356
|
+
handler() {
|
|
69357
|
+
this._updateFooterHeights();
|
|
69358
|
+
}
|
|
69087
69359
|
}
|
|
69088
69360
|
},
|
|
69089
69361
|
mounted() {
|
|
69090
69362
|
this.observer = new IntersectionObserver(this.infiniteScroll);
|
|
69363
|
+
},
|
|
69364
|
+
beforeDestroy() {
|
|
69365
|
+
if (this.observer) {
|
|
69366
|
+
this.observer.disconnect();
|
|
69367
|
+
this.observer = null;
|
|
69368
|
+
}
|
|
69091
69369
|
}
|
|
69092
69370
|
});
|
|
69093
69371
|
// CONCATENATED MODULE: ./src/components/CMultiselect/CMultiselect.vue?vue&type=script&lang=js&
|
|
@@ -69106,8 +69384,8 @@ var CMultiselectvue_type_style_index_0_lang_css_ = __webpack_require__("3892");
|
|
|
69106
69384
|
|
|
69107
69385
|
var CMultiselect_component = normalizeComponent(
|
|
69108
69386
|
CMultiselect_CMultiselectvue_type_script_lang_js_,
|
|
69109
|
-
|
|
69110
|
-
|
|
69387
|
+
CMultiselectvue_type_template_id_eac9411e_render,
|
|
69388
|
+
CMultiselectvue_type_template_id_eac9411e_staticRenderFns,
|
|
69111
69389
|
false,
|
|
69112
69390
|
null,
|
|
69113
69391
|
null,
|
|
@@ -69119,7 +69397,7 @@ var CMultiselect_component = normalizeComponent(
|
|
|
69119
69397
|
// CONCATENATED MODULE: ./src/components/CMultiselect/index.js
|
|
69120
69398
|
|
|
69121
69399
|
/* harmony default export */ var components_CMultiselect = (CMultiselect);
|
|
69122
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
69400
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"14bb29fd-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=1f664a47&
|
|
69123
69401
|
var CPageHeadingvue_type_template_id_1f664a47_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"sticky top-0 z-10 -mx-16 bg-transparent px-16 backdrop-blur-xl"},[_c('div',{class:['flex flex-col items-start justify-between pt-4 pb-2 sm:max-w-full sm:flex-row sm:items-center sm:pb-1', _vm.customClasses]},[_c('div',{staticClass:"flex flex-col gap-3 mt-1"},[_c('h2',{staticClass:"text-xl font-bold leading-7 text-gray-900 sm:mt-0 sm:truncate sm:text-xl"},[_vm._v(" "+_vm._s(_vm.title)+" ")]),(_vm.description)?_c('p',{staticClass:"text-sm text-gray-500 max-w-xl",domProps:{"innerHTML":_vm._s(_vm.description)}}):_vm._e()]),_c('div',{staticClass:"justify-self-end"},[_vm._t("default"),(_vm.buttonType)?_c('div',{staticClass:"mt-5 flex sm:mt-0 lg:mt-0 lg:ml-4"},[_c('span',{staticClass:"relative sm:ml-3"},[_c('c-button',{attrs:{"label":_vm.buttonType.label,"icon":_vm.buttonType.icon,"type":_vm.buttonType.type,"disabled":_vm.buttonType.isDisabled,"id":_vm.id},on:{"action":_vm.emitAction},nativeOn:{"mouseover":function($event){_vm.isTooltipVisible = true},"mouseleave":function($event){_vm.isTooltipVisible = false}}}),(_vm.isTooltipVisible && _vm.showTooltip)?_c('c-tool-tip',{attrs:{"tooltipText":_vm.buttonType.tooltipText,"isBottomAligned":true,"color":"#1f2937","classes":"left-1/2 -translate-x-1/2 text-white bg-gray-800 w-56 mt-2 text-center"}}):_vm._e()],1)]):_vm._e()],2)])])}
|
|
69124
69402
|
var CPageHeadingvue_type_template_id_1f664a47_staticRenderFns = []
|
|
69125
69403
|
|
|
@@ -69243,7 +69521,7 @@ var CPageHeading_component = normalizeComponent(
|
|
|
69243
69521
|
// CONCATENATED MODULE: ./src/components/CPageHeading/index.js
|
|
69244
69522
|
|
|
69245
69523
|
/* harmony default export */ var components_CPageHeading = (CPageHeading);
|
|
69246
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
69524
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"14bb29fd-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=fd491a24&
|
|
69247
69525
|
var CPaginationvue_type_template_id_fd491a24_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"flex items-center justify-between rounded-lg border-gray-200 bg-white px-4 py-3 sm:px-6"},[_c('div',{staticClass:"flex flex-1 justify-between sm:hidden"},[_c('div',{staticClass:"relative inline-flex items-center rounded-md border border-gray-300 bg-white px-4 py-2 text-sm font-medium text-gray-700 hover:bg-gray-50",attrs:{"href":"#","id":_vm.id + '_previous_page'},on:{"click":function($event){_vm.currentPageNumber == '1' ? '' : _vm.goToPreviousPage()}}},[_vm._v(" Previous ")]),_c('div',{staticClass:"relative ml-3 inline-flex items-center rounded-md border border-gray-300 bg-white px-4 py-2 text-sm font-medium text-gray-700 hover:bg-gray-50",attrs:{"href":"#","id":_vm.id + '_next_page'},on:{"click":function($event){_vm.currentPageNumber == _vm.lastPageNumber ? '' : _vm.goToNextPage()}}},[_vm._v(" Next ")])]),_c('div',{staticClass:"hidden sm:flex sm:flex-1 sm:items-center sm:justify-between"},[_c('div',{staticClass:"flex"},[(_vm.showEntryPicker)?_c('c-select',{staticClass:"mr-2 w-20",attrs:{"options":_vm.rowOptions,"isValidate":true,"value":_vm.totalRecordsOnPage.value,"isRequired":false,"id":_vm.id + '_totalrecords_dropdown',"dropDownToTop":"bottom-full","dropDownToTop2":"absolute bottom-full z-50 bg-white right-0"},on:{"onChangeValue":function (value) { return _vm.$emit('handle-Row-Count-Change', value); }}}):_vm._e(),_c('p',{staticClass:"pt-2 text-sm text-gray-700"},[_vm._v(" Showing "),_c('span',{staticClass:"font-medium"},[_vm._v(_vm._s(_vm.formatNumber(_vm.setPaginationRecords.from)))]),_vm._v(" to "),_c('span',{staticClass:"font-medium"},[_vm._v(_vm._s(_vm.formatNumber(_vm.setPaginationRecords.to)))]),_vm._v(" of "),_c('span',{staticClass:"font-medium"},[_vm._v(_vm._s(_vm.formatNumber(_vm.setPaginationRecords.totalRecords)))]),_vm._v(" results ")])],1),_c('div',[_c('nav',{staticClass:"relative z-0 inline-flex -space-x-px rounded-md shadow-sm",attrs:{"aria-label":"Pagination"}},[_c('div',{staticClass:"hidden md:-mt-px md:flex"},[_c('div',{staticClass:"relative inline-flex items-center rounded-l-md border border-r-0 border-gray-300 bg-white px-2 py-2 text-sm font-medium text-gray-500 hover:bg-gray-50",class:_vm.currentPageNumber == '1'
|
|
69248
69526
|
? 'pointer-events-none text-gray-400'
|
|
69249
69527
|
: 'group cursor-pointer text-gray-500 hover:text-gray-700',attrs:{"href":"#","id":_vm.id + '_previous_page'},on:{"click":function($event){_vm.currentPageNumber == '1' ? '' : _vm.goToPreviousPage()}}},[_c('span',{staticClass:"sr-only"},[_vm._v("Previous")]),_c('c-icon',{staticClass:"h-5 w-5 text-gray-400",attrs:{"name":"chevron-left","type":"solid","cursorType":"cursor-pointer"}})],1),_vm._l((_vm.pageRange),function(page){return _c('div',{key:page,staticClass:"cursor-pointer",class:[
|
|
@@ -71093,7 +71371,7 @@ var CPagination_component = normalizeComponent(
|
|
|
71093
71371
|
// CONCATENATED MODULE: ./src/components/CPagination/index.js
|
|
71094
71372
|
|
|
71095
71373
|
/* harmony default export */ var components_CPagination = (CPagination);
|
|
71096
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
71374
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"14bb29fd-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=612e3fd2&
|
|
71097
71375
|
var CPhoneNumbervue_type_template_id_612e3fd2_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:"text-sm text-gray-900",class:[_vm.isBlock ? ' font-medium' : '']},[_vm._v(_vm._s(_vm.label))]),(_vm.isRequired)?_c('p',{staticClass:"ml-1 text-red-600"},[_vm._v("*")]):_vm._e()]),(_vm.hint)?_c('span',{staticClass:"text-sm text-gray-500"},[_vm._v(_vm._s(_vm.hint))]):_vm._e()]),_c('div',{class:[
|
|
71098
71376
|
'mt-1 w-full shadow-sm c-phone-container',
|
|
71099
71377
|
{
|
|
@@ -71303,7 +71581,7 @@ var CPhoneNumber_component = normalizeComponent(
|
|
|
71303
71581
|
// CONCATENATED MODULE: ./src/components/CPhoneNumber/index.js
|
|
71304
71582
|
|
|
71305
71583
|
/* harmony default export */ var components_CPhoneNumber = (CPhoneNumber);
|
|
71306
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
71584
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"14bb29fd-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=64c59bf2&scoped=true&
|
|
71307
71585
|
var CRadiovue_type_template_id_64c59bf2_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_c('div',{staticClass:"-space-y-px rounded-md bg-white",class:_vm.customWrapperClasses},[_vm._l((_vm.items),function(item,index){return _c('div',{key:item[_vm.labelName],class:("relative " + (index != _vm.items.length - 1
|
|
71308
71586
|
? _vm.useIncreasedPadding
|
|
71309
71587
|
? 'pb-6'
|
|
@@ -71520,7 +71798,7 @@ var CRadio_component = normalizeComponent(
|
|
|
71520
71798
|
// CONCATENATED MODULE: ./src/components/CRadio/index.js
|
|
71521
71799
|
|
|
71522
71800
|
/* harmony default export */ var components_CRadio = (CRadio);
|
|
71523
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
71801
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"14bb29fd-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/CRadioGroup/CRadioGroup.vue?vue&type=template&id=584d0b84&
|
|
71524
71802
|
var CRadioGroupvue_type_template_id_584d0b84_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('fieldset',{attrs:{"aria-label":_vm.ariaLabel}},[_c('div',{staticClass:"flex flex-col gap-4"},_vm._l((_vm.options),function(option){return _c('label',{key:option.id,staticClass:"group relative px-5 py-4 flex items-center gap-2.5 rounded-md cursor-pointer border",class:_vm.selectedOptionId === option.id
|
|
71525
71803
|
? 'border-indigo-700 outline outline-1 outline-offset-0 outline-indigo-700'
|
|
71526
71804
|
: 'border-gray-300',attrs:{"aria-label":option.name}},[_c('input',{staticClass:"sr-only",attrs:{"type":"radio","name":_vm.name},domProps:{"value":option.id,"checked":_vm.selectedOptionId === option.id},on:{"change":function($event){return _vm.handleSelectOption(option)}}}),(option.color)?_c('span',{staticClass:"w-2 h-6",style:({
|
|
@@ -71650,7 +71928,7 @@ var CRadioGroup_component = normalizeComponent(
|
|
|
71650
71928
|
// CONCATENATED MODULE: ./src/components/CRadioGroup/index.js
|
|
71651
71929
|
|
|
71652
71930
|
/* harmony default export */ var components_CRadioGroup = (CRadioGroup);
|
|
71653
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
71931
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"14bb29fd-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/CReorderableStackedList/CReorderableStackedList.vue?vue&type=template&id=79081e98&
|
|
71654
71932
|
var CReorderableStackedListvue_type_template_id_79081e98_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_c('ul',_vm._l((_vm.listItems),function(items){return _c('li',_vm._g({key:items.size,staticClass:"flex items-center py-3",class:{ 'cursor-pointer': items.collapse }},items.collapse ? { click: function () { return _vm.collapseList(); } } : null),[(items.collapse)?_c('c-icon',{staticClass:"mt-3 mr-3 h-5 w-5 flex-none text-gray-900",attrs:{"name":_vm.showSection ? 'chevron-down' : 'chevron-right',"type":"solid"}}):_vm._e(),(items.reorder)?_c('c-icon',{staticClass:"handle mr-3 h-5 w-5 flex-none text-gray-500",attrs:{"name":"menu-solid","type":"solid","cursorType":_vm.cursorType}}):_vm._e(),_c('c-avatar',{staticClass:"flex-none",attrs:{"size":items.size,"rounded":items.rounded,"image":items.image,"imageClasses":items.imageClasses}}),_c('div',{staticClass:"flex min-w-0 flex-1 items-center justify-between"},[_c('div',{staticClass:"ml-3 min-w-0 flex-1"},[_c('div',[_c('div',{staticClass:"-m-1 flex flex-wrap items-center"},[_c('p',{staticClass:"m-1 text-sm font-medium text-gray-900"},[_vm._v(" "+_vm._s(items.heading)+" ")]),(items.tag)?_c('c-tag',{staticClass:"m-1",attrs:{"label":"Active"}}):_vm._e(),(items.tag)?_c('c-tag',{staticClass:"m-1",attrs:{"label":"Inactive"}}):_vm._e(),(items.tag)?_c('c-tag',{staticClass:"m-1",attrs:{"label":"Tag 1"}}):_vm._e(),(items.tag)?_c('c-tag',{staticClass:"m-1",attrs:{"label":"Tag 2"}}):_vm._e()],1),_c('p',{staticClass:"mt-1 text-sm text-gray-500"},[_vm._v(_vm._s(items.description))]),(_vm.showSection)?_c('div',{staticClass:"mt-3"},[_vm._t("default")],2):_vm._e()])]),_c('div',{staticClass:"flex flex-none items-center"},[_vm._t("icons"),(items.listIcon)?_c('button',{staticClass:"focus:outline-none",attrs:{"type":"button"},on:{"click":function($event){return _vm.$emit('remove')}}},[_vm._t("removeIcons")],2):_vm._e()],2)])],1)}),0)])}
|
|
71655
71933
|
var CReorderableStackedListvue_type_template_id_79081e98_staticRenderFns = []
|
|
71656
71934
|
|
|
@@ -71783,7 +72061,7 @@ var CReorderableStackedList_component = normalizeComponent(
|
|
|
71783
72061
|
// CONCATENATED MODULE: ./src/components/CSelect/index.js
|
|
71784
72062
|
|
|
71785
72063
|
/* harmony default export */ var components_CSelect = (CSelect);
|
|
71786
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
72064
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"14bb29fd-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&
|
|
71787
72065
|
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)])])}
|
|
71788
72066
|
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")])])}]
|
|
71789
72067
|
|
|
@@ -71856,7 +72134,7 @@ var CSmallTimeline_component = normalizeComponent(
|
|
|
71856
72134
|
// CONCATENATED MODULE: ./src/components/CStackedList/index.js
|
|
71857
72135
|
|
|
71858
72136
|
/* harmony default export */ var components_CStackedList = (CStackedList);
|
|
71859
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
72137
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"14bb29fd-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=8e3007a0&
|
|
71860
72138
|
var CStatsvue_type_template_id_8e3007a0_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[(_vm.title)?_c('div',{staticClass:"flex items-center justify-between"},[_c('h3',{staticClass:"text-lg font-medium leading-6 text-gray-900"},[_vm._v(" "+_vm._s(_vm.title.heading)+" ")]),(_vm.title.label)?_c('c-tag',{staticClass:"hidden sm:block",attrs:{"label":_vm.title.label,"color":"green"}}):_vm._e()],1):_vm._e(),_c('dl',{staticClass:"mt-4 grid grid-cols-1 gap-6",class:_vm.dynamicGridSize},_vm._l((_vm.statsCount),function(count,statIndex){return _c('div',{key:statIndex,class:['pt-3', _vm.showStatsBorder ? 'border-t border-gray-200' : '']},[_c('div',{staticClass:"leading-6 md:flex-col md:items-start md:justify-center lg:flex-row lg:items-end lg:justify-between"},[_c('div',[_c('dt',{staticClass:"flex text-sm font-normal leading-5 text-gray-900"},[_c('span',{staticClass:"overflow-hidden overflow-ellipsis whitespace-nowrap"},[_vm._v(_vm._s(count.label))]),(count.number)?_c('span',{staticClass:"ml-1 text-sm text-gray-500"},[_vm._v("("+_vm._s(count.number)+")")]):_vm._e(),(count.suffix)?_c('span',{staticClass:"ml-1 text-sm text-gray-500"},[_vm._v("("+_vm._s(count.suffix)+")")]):_vm._e(),(count.icon && count.toolTip)?_c('span',{staticClass:"relative ml-2 inline-flex shrink-0 items-center self-center"},[(
|
|
71861
72139
|
count.toolTip.showToolTip || _vm.hoveredStatIndex === statIndex
|
|
71862
72140
|
)?_c('c-tool-tip',{attrs:{"color":"#1f2937","classes":_vm.tooltipClasses(count),"tooltip-text":count.toolTip.text,"isTopAligned":true}}):_vm._e(),_c('c-icon',{class:count.icon.class,attrs:{"name":count.icon.name,"type":count.icon.type,"cursorType":count.icon.cursorType},nativeOn:{"mouseover":function($event){_vm.hoveredStatIndex = statIndex},"mouseleave":function($event){_vm.hoveredStatIndex = null}}})],1):(
|
|
@@ -71869,7 +72147,7 @@ var CStatsvue_type_template_id_8e3007a0_staticRenderFns = []
|
|
|
71869
72147
|
|
|
71870
72148
|
// CONCATENATED MODULE: ./src/components/CStats/CStats.vue?vue&type=template&id=8e3007a0&
|
|
71871
72149
|
|
|
71872
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
72150
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"14bb29fd-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/NumberAnimator.vue?vue&type=template&id=e250044a&
|
|
71873
72151
|
var NumberAnimatorvue_type_template_id_e250044a_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('span',[_vm._v(_vm._s(_vm.displayValue))])}
|
|
71874
72152
|
var NumberAnimatorvue_type_template_id_e250044a_staticRenderFns = []
|
|
71875
72153
|
|
|
@@ -72193,7 +72471,7 @@ var CStats_component = normalizeComponent(
|
|
|
72193
72471
|
// CONCATENATED MODULE: ./src/components/CSwitch/index.js
|
|
72194
72472
|
|
|
72195
72473
|
/* harmony default export */ var components_CSwitch = (CSwitch);
|
|
72196
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
72474
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"14bb29fd-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=540774b0&
|
|
72197
72475
|
var CTablevue_type_template_id_540774b0_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{style:(_vm.cssVars)},[(_vm.tableActions)?_c('div',{staticClass:"mb-4 rounded-lg bg-gray-50 p-3",attrs:{"slot":"table-actions"},slot:"table-actions"},[_c('div',{staticClass:"flex items-center justify-between"},[_vm._t("customTableFilterActions"),(_vm.searching)?_c('div',{staticClass:"flex items-center"},[_c('c-input',{staticClass:"mr-3",class:_vm.searchInputClass,attrs:{"isValidate":_vm.searching,"placeholder":_vm.searchPlaceholder,"inputWrapperClass":_vm.inputWrapperClass,"type":"text","id":_vm.id + '_input_search'},model:{value:(_vm.searchTerm),callback:function ($$v) {_vm.searchTerm=$$v},expression:"searchTerm"}}),_vm._t("tableInfo")],2):_vm._e(),_c('div',{staticClass:"flex flex-1 justify-end"},[_vm._t("customTableActions"),(_vm.enableVisibility)?_c('div',{class:("relative inline-block text-left " + (_vm.disableColumnsDropdown ? 'pointer-events-none opacity-50' : ''))},[(_vm.showNewShowHideColumnButton)?_c('div',{staticClass:"relative"},[(_vm.showShowHideColumnTooltip)?_c('c-tool-tip',{attrs:{"color":"#1f2937","classes":"text-white absolute -mt-12 whitespace-nowrap top-1/2 left-1/2 -translate-x-1/2 -translate-y-1/2 font-normal bg-gray-800 w-auto","isTopAligned":true,"tooltip-text":'Column Visibility, Download'}}):_vm._e(),_c('button',{staticClass:"inline-flex h-9 items-center justify-center rounded-md border border-gray-300 bg-white px-2 py-2 text-sm font-medium text-gray-700 shadow-sm hover:bg-gray-50 focus:outline-none focus:ring-2 focus:ring-indigo-600 focus:ring-offset-2",attrs:{"aria-haspopup":"true","aria-expanded":"true"},on:{"mouseover":function($event){return _vm.handleToolTipDisplay(true, 'showHideColumn')},"mouseleave":function($event){return _vm.handleToolTipDisplay(false, 'showHideColumn')},"click":_vm.handleToggle}},[_c('c-icon',{staticClass:"h-5 w-5 text-gray-400",attrs:{"name":"dots-vertical-solid-v2","type":"solid","cursorType":"cursor-pointer","viewBox":"0 0 24 24"}})],1)],1):_c('div',{staticClass:"relative"},[(_vm.showShowHideColumnTooltip)?_c('c-tool-tip',{attrs:{"color":"#1f2937","classes":"text-white absolute -mt-12 whitespace-nowrap top-1/2 left-1/2 -translate-x-1/2 -translate-y-1/2 font-normal bg-gray-800 w-auto","isTopAligned":true,"tooltip-text":'Column Visibility'}}):_vm._e(),_c('button',{staticClass:"inline-flex h-9 items-center justify-center rounded-md border border-gray-300 bg-white px-2 py-2 text-sm font-medium text-gray-700 shadow-sm hover:bg-gray-50 focus:outline-none focus:ring-2 focus:ring-indigo-600 focus:ring-offset-2",attrs:{"aria-haspopup":"true","aria-expanded":"true"},on:{"mouseover":function($event){return _vm.handleToolTipDisplay(true, 'showHideColumn')},"mouseleave":function($event){return _vm.handleToolTipDisplay(false, 'showHideColumn')},"click":_vm.handleToggle}},[_c('c-icon',{staticClass:"h-5 w-5 text-gray-400",attrs:{"name":"view-board","type":"solid","cursorType":"cursor-pointer"}}),_c('c-icon',{staticClass:"ml-1 h-5 w-5 text-gray-400",attrs:{"name":"chevron-down","type":"solid","cursorType":"cursor-pointer"}})],1)],1),(_vm.toggleDropdown)?_c('div',{staticClass:"fixed inset-0 z-20",on:{"click":_vm.handleToggle}}):_vm._e(),(_vm.toggleDropdown)?_c('div',{staticClass:"absolute right-0 z-30 mt-2 -mr-1 max-h-96 w-56 origin-top-right overflow-y-auto rounded-md bg-white shadow-lg ring-1 ring-gray-900 ring-opacity-5",attrs:{"tabindex":"0"}},[_c('div',{staticClass:"pt-1",attrs:{"role":"menu","aria-orientation":"vertical","aria-labelledby":"option-menu"}},_vm._l((_vm.showHideColumnList),function(column,index){return _c('div',{key:index,class:[
|
|
72198
72476
|
column.isActionColumn && _vm.showNewShowHideColumnButton
|
|
72199
72477
|
? column.customClasses +
|
|
@@ -73458,11 +73736,11 @@ const RESIZE_DEBOUNCE_DELAY = 150;
|
|
|
73458
73736
|
floatingActionBarGapStyle() {
|
|
73459
73737
|
if (!this.shouldShowFloatingActionBar) return {};
|
|
73460
73738
|
|
|
73461
|
-
/*
|
|
73462
|
-
Responsive gap using clamp(min, preferred, max)
|
|
73463
|
-
- Minimum: 12px → gap will never go below 12px
|
|
73464
|
-
- Preferred: 4vw → scales fluidly with viewport width i.e., 4% of viewport width
|
|
73465
|
-
- Maximum: 80px → gap will never exceed 80px
|
|
73739
|
+
/*
|
|
73740
|
+
Responsive gap using clamp(min, preferred, max)
|
|
73741
|
+
- Minimum: 12px → gap will never go below 12px
|
|
73742
|
+
- Preferred: 4vw → scales fluidly with viewport width i.e., 4% of viewport width
|
|
73743
|
+
- Maximum: 80px → gap will never exceed 80px
|
|
73466
73744
|
*/
|
|
73467
73745
|
return {
|
|
73468
73746
|
gap: "clamp(12px, 4vw, 80px)"
|
|
@@ -73738,7 +74016,7 @@ var CTable_component = normalizeComponent(
|
|
|
73738
74016
|
// CONCATENATED MODULE: ./src/components/CTable/index.js
|
|
73739
74017
|
|
|
73740
74018
|
/* harmony default export */ var components_CTable = (CTable);
|
|
73741
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
74019
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"14bb29fd-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=ed68b1c6&scoped=true&
|
|
73742
74020
|
var CTabsvue_type_template_id_ed68b1c6_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_vm._t("default"),_c('div',{staticClass:"sm:hidden",class:_vm.tabClasses},[_c('label',{staticClass:"sr-only",attrs:{"for":"tabs"}},[_vm._v("Select a tab")]),_c('select',{directives:[{name:"model",rawName:"v-model",value:(_vm.activeTab),expression:"activeTab"}],staticClass:"selector-focus-class block w-full rounded-md border-gray-300 pr-6 pl-4 text-sm",style:(_vm.computedStyles),attrs:{"id":"tabs"},on:{"change":[function($event){var $$selectedVal = Array.prototype.filter.call($event.target.options,function(o){return o.selected}).map(function(o){var val = "_value" in o ? o._value : o.value;return val}); _vm.activeTab=$event.target.multiple ? $$selectedVal : $$selectedVal[0]},function($event){return _vm.switchTabForMobile($event.target.selectedIndex)}]}},_vm._l((_vm.tabs),function(tab){return _c('option',{key:tab.text,staticClass:"text-sm",attrs:{"id":_vm.getActionIDFn(tab.text)},domProps:{"value":tab.name}},[_vm._v(" "+_vm._s(tab.text)+" ")])}),0)]),_c('div',{class:['hidden sm:block', _vm.navClasses]},[_c('div',{class:[
|
|
73743
74021
|
'flex items-center justify-between border-b border-gray-200',
|
|
73744
74022
|
_vm.extraNavClasses ]},[_c('nav',{staticClass:"-mb-px flex",class:_vm.classes,attrs:{"aria-label":"Tabs"}},[_vm._l((_vm.isExtraTabs ? _vm.tabsList : _vm.tabs),function(tab){return _c('a',{key:tab.text,staticClass:"group inline-flex cursor-pointer items-center whitespace-nowrap border-b-2 py-4 px-1 text-sm font-medium",class:[
|
|
@@ -74007,7 +74285,7 @@ var CTabs_component = normalizeComponent(
|
|
|
74007
74285
|
// CONCATENATED MODULE: ./src/components/CTag/index.js
|
|
74008
74286
|
|
|
74009
74287
|
/* harmony default export */ var components_CTag = (CTag);
|
|
74010
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
74288
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"14bb29fd-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=1ba341d2&
|
|
74011
74289
|
var CTextareavue_type_template_id_1ba341d2_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_c('div',{staticClass:"flex justify-between"},[_c('div',{staticClass:"flex items-center"},[(_vm.label)?_c('label',{staticClass:"block text-sm font-medium text-gray-900"},[_vm._v(" "+_vm._s(_vm.label)+" ")]):_vm._e(),(_vm.isRequired)?_c('p',{staticClass:"ml-1 text-red-600"},[_vm._v("*")]):_vm._e()]),(_vm.hint)?_c('span',{staticClass:"text-sm text-gray-500"},[_vm._v(_vm._s(_vm.hint))]):_vm._e()]),_c('div',{staticClass:"mt-1"},[_c('textarea',{staticClass:"block w-full rounded-md text-gray-900 shadow-sm focus:border-indigo-500 focus:ring-indigo-500 disabled:opacity-50 sm:text-sm",class:[
|
|
74012
74290
|
_vm.errorClasses,
|
|
74013
74291
|
_vm.extraClasses,
|
|
@@ -74166,7 +74444,7 @@ var CTextarea_component = normalizeComponent(
|
|
|
74166
74444
|
// CONCATENATED MODULE: ./src/components/CTextarea/index.js
|
|
74167
74445
|
|
|
74168
74446
|
/* harmony default export */ var components_CTextarea = (CTextarea);
|
|
74169
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
74447
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"14bb29fd-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&
|
|
74170
74448
|
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)])])])])])])}
|
|
74171
74449
|
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")])])])}]
|
|
74172
74450
|
|
|
@@ -74435,7 +74713,7 @@ var CTimeline_component = normalizeComponent(
|
|
|
74435
74713
|
// CONCATENATED MODULE: ./src/components/CTimeline/index.js
|
|
74436
74714
|
|
|
74437
74715
|
/* harmony default export */ var components_CTimeline = (CTimeline);
|
|
74438
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
74716
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"14bb29fd-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=a90af580&
|
|
74439
74717
|
var CUploadvue_type_template_id_a90af580_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{class:("flex h-full " + (_vm.isCol ? '' : 'flex-col'))},[_c('div',{staticClass:"flex items-center justify-between"},[_c('div',{staticClass:"flex items-center"},[_c('label',{staticClass:"block text-sm font-medium text-gray-900"},[_vm._v(_vm._s(_vm.label))]),(_vm.isRequired)?_c('p',{staticClass:"ml-1 text-red-600"},[_vm._v("*")]):_vm._e()]),(!_vm.isUploaded)?_c('label',{staticClass:"text-sm text-gray-500"},[_vm._v(" "+_vm._s(_vm.hint)+" ")]):_vm._e()]),(_vm.displayMode == 'overlay' && _vm.icon)?_c('button',{staticClass:"inline-flex items-center rounded-md border border-gray-300 bg-white px-4 py-2 text-sm font-medium text-gray-700 shadow-sm hover:bg-gray-50 focus:outline-none focus:ring-2 focus:ring-indigo-500 focus:ring-offset-2",attrs:{"type":"button","id":_vm.id},on:{"click":function($event){return _vm.initFilestack()}}},[_c('c-icon',{class:_vm.icon.class,attrs:{"type":_vm.icon.type,"name":_vm.icon.name,"viewBox":_vm.icon.viewBox}}),_vm._v(" "+_vm._s(_vm.buttonText)+" ")],1):_vm._e(),(_vm.displayMode == 'overlay' && !_vm.icon && !_vm.isAvatar && !_vm.isIconBtn)?_c('button',{staticClass:"mt-1.5 flex h-full w-auto items-center justify-center rounded-lg border-2 border-dashed border-gray-300 px-9 py-14 text-center hover:border-gray-400 focus:outline-none",attrs:{"type":"button","id":_vm.id},on:{"click":function($event){return _vm.initFilestack()}}},[_c('c-icon',{staticClass:"mr-1 h-5 w-5 flex-none text-indigo-600",attrs:{"name":"arrow-up","type":"solid","viewBox":"0 0 20 20"}}),_c('span',{staticClass:"text-sm font-medium text-indigo-900"},[_vm._v(" Upload ")])],1):_vm._e(),(_vm.displayMode == 'overlay' && !_vm.icon && !_vm.isAvatar && _vm.isIconBtn)?_c('button',{staticClass:"group rounded-full p-2 text-gray-400 hover:bg-gray-200 hover:text-gray-500",attrs:{"type":"button","id":_vm.id},on:{"click":function($event){return _vm.initFilestack()}}},[_c('c-icon',{staticClass:"h-5 w-5 flex-none text-gray-400 group-hover:text-gray-500",attrs:{"name":_vm.isIconBtnName,"type":_vm.iconBtnType,"viewBox":"0 0 20 20","cursorType":"cursor-pointer"}})],1):_vm._e(),(_vm.displayMode == 'overlay' && !_vm.icon && _vm.isAvatar)?_c('div',{staticClass:"relative hidden h-full w-full overflow-hidden rounded-full lg:block",attrs:{"id":_vm.id},on:{"click":function($event){return _vm.initFilestack()}}},[(_vm.imageUrl)?_c('img',{staticClass:"relative h-full w-full rounded-full object-cover",attrs:{"src":_vm.imageUrl}}):_c('c-avatar',{attrs:{"size":"very large","nameInitials":_vm.shortName,"isDynamicallyColored":_vm.coloredAvatars,"rounded":true}}),_c('label',{staticClass:"absolute inset-0 flex h-full w-full cursor-pointer items-center justify-center bg-gray-900 bg-opacity-75 text-sm font-medium text-white opacity-0 focus-within:opacity-100 hover:opacity-100"},[(_vm.openIcon)?_c('c-icon',{class:_vm.openIcon.class,attrs:{"name":_vm.openIcon.name,"type":_vm.openIcon.type}}):_vm._e(),_c('span',[_vm._v(_vm._s(_vm.uploadText))]),_c('span',{staticClass:"sr-only"},[_vm._v(" user photo")])],1)],1):_vm._e(),_c('div',{class:_vm.filestackClasses,attrs:{"id":_vm.filestackId}}),(!_vm.isValidate)?_c('p',{staticClass:"mt-2 text-sm text-red-600"},[_vm._v(" "+_vm._s(_vm.errorMessage)+" ")]):_vm._e(),(_vm.helpText && _vm.isValidate == true)?_c('p',{staticClass:"mt-2 text-sm text-gray-500"},[_vm._v(" "+_vm._s(_vm.helpText)+" ")]):_vm._e()])}
|
|
74440
74718
|
var CUploadvue_type_template_id_a90af580_staticRenderFns = []
|
|
74441
74719
|
|
|
@@ -74792,7 +75070,7 @@ var CUpload_component = normalizeComponent(
|
|
|
74792
75070
|
// CONCATENATED MODULE: ./src/components/CUpload/index.js
|
|
74793
75071
|
|
|
74794
75072
|
/* harmony default export */ var components_CUpload = (CUpload);
|
|
74795
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
75073
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"14bb29fd-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=6a27373c&scoped=true&
|
|
74796
75074
|
var CConfirmActionModalvue_type_template_id_6a27373c_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('focus-trap',{attrs:{"active":true,"escapeDeactivates":false}},[_c('div',{directives:[{name:"scroll-lock",rawName:"v-scroll-lock",value:(true),expression:"true"}],staticClass:"fixed inset-0 z-100 overflow-y-auto",attrs:{"id":"confirm-action-modal"}},[_c('div',{staticClass:"flex min-h-screen items-end justify-center pt-4 pb-20 text-center sm:block sm:p-0 sm:px-4",on:{"click":function($event){_vm.shouldBlur ? _vm.$emit('close') : null}}},[_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 align-middle sm:inline-block 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 w-full transform overflow-y-visible rounded-lg bg-white text-left align-middle shadow-xl transition-all sm:my-8 sm:max-w-sm md:max-w-2xl",attrs:{"role":"dialog","aria-modal":"true","aria-labelledby":"modal-title","aria-describedby":_vm.ariaDescribedby,"aria-busy":_vm.loadButton},on:{"click":function($event){$event.stopPropagation();}}},[_c('div',{staticClass:"modal-content flex items-center gap-4 overflow-y-auto px-6 pt-6 pb-4"},[_c('div',{staticClass:"flex h-10 w-10 flex-shrink-0 items-center justify-center rounded-full bg-red-100",attrs:{"aria-hidden":"true"}},[_c('c-icon',{staticClass:"h-6 w-6 text-red-600",attrs:{"name":"exclamation-triangle-outline-v2","type":"outline-v2","viewBox":"0 0 24 24"}})],1),_c('div',{staticClass:"flex-1"},[_c('h3',{staticClass:"text-base font-medium text-gray-900",attrs:{"id":"modal-title"}},[_vm._v(" "+_vm._s(_vm.title)+" "),(_vm.isRequired)?_c('span',{staticClass:"text-red-600",attrs:{"aria-hidden":"true"}},[_vm._v("*")]):_vm._e(),(_vm.isRequired)?_c('span',{staticClass:"sr-only"},[_vm._v("(required)")]):_vm._e()]),_c('div',{staticClass:"text-sm text-gray-500"},[_c('p',{attrs:{"id":"modal-message"}},[_vm._v(_vm._s(_vm.message))]),(_vm.description)?_c('p',{staticClass:"mt-1 text-gray-500",attrs:{"id":"modal-description"}},[_vm._v(" "+_vm._s(_vm.description)+" ")]):_vm._e(),_vm._t("description")],2),(_vm.isTextAreaEnabled)?_c('div',{staticClass:"mt-2"},[_c('c-textarea',{staticClass:"flex-grow",attrs:{"label":_vm.textAreaLabel,"hint":_vm.textAreaHint,"value":_vm.textValue,"isValidate":_vm.isTextValid,"disabled":false,"helpText":_vm.textAreaHelperText,"errorMessage":_vm.errorMessage},on:{"input":_vm.handleTextAreaInputChange}})],1):_vm._e()])]),_c('div',{staticClass:"flex items-center justify-end gap-3 rounded-b-lg border-t border-gray-200 bg-gray-100 px-6 py-3"},[(!_vm.hideActionOne)?_c('c-button',{attrs:{"id":"cancel-button","type":_vm.actionOneType,"label":_vm.actionOneLabel},on:{"action":function($event){return _vm.$emit('action-one')}}}):_vm._e(),_c('c-button',{attrs:{"id":"confirm-button","type":_vm.actionTwoType,"label":_vm.actionTwoLabel,"isLoading":_vm.loadButton,"disabled":_vm.loadButton,"aria-busy":_vm.loadButton},on:{"action":function($event){return _vm.$emit('action-two')}}})],1)])])],1)])])}
|
|
74797
75075
|
var CConfirmActionModalvue_type_template_id_6a27373c_scoped_true_staticRenderFns = []
|
|
74798
75076
|
|
|
@@ -75043,7 +75321,7 @@ var CConfirmActionModal_component = normalizeComponent(
|
|
|
75043
75321
|
// CONCATENATED MODULE: ./src/components/CConfirmActionModal/index.js
|
|
75044
75322
|
|
|
75045
75323
|
/* harmony default export */ var components_CConfirmActionModal = (CConfirmActionModal);
|
|
75046
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
75324
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"14bb29fd-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/CCalendar/CCalendar.vue?vue&type=template&id=132b868b&
|
|
75047
75325
|
var CCalendarvue_type_template_id_132b868b_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_c('div',{staticClass:"grid grid-cols-1 md:grid-cols-2 md:gap-8"},[_c('div',{class:("sticky top-0 md:block " + _vm.calendarClasses)},[_c('div',{staticClass:"relative z-20 flex items-center justify-between border-b border-gray-200 py-4 px-4 sm:px-0"},[_c('h2',{staticClass:"flex-auto font-semibold text-gray-900"},[_vm._v(" "+_vm._s(_vm.currentMonthAndYear)+" ")]),_c('div',{staticClass:"flex items-center"},[_c('div',{staticClass:"flex items-center rounded-md shadow-sm"},[_c('button',{staticClass:"flex items-center justify-center rounded-l-md border border-r-0 border-gray-300 bg-white py-2 pl-3 pr-4 text-gray-400 hover:text-gray-500 focus:relative",attrs:{"type":"button","id":_vm.id + '_button_previous_month'},on:{"click":_vm.handlePreviousMonthClick}},[_c('span',{staticClass:"sr-only"},[_vm._v("Previous month")]),_c('svg',{staticClass:"h-5 w-5",attrs:{"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 20 20","fill":"currentColor","aria-hidden":"true"}},[_c('path',{attrs:{"fill-rule":"evenodd","d":"M12.707 5.293a1 1 0 010 1.414L9.414 10l3.293 3.293a1 1 0 01-1.414 1.414l-4-4a1 1 0 010-1.414l4-4a1 1 0 011.414 0z","clip-rule":"evenodd"}})])]),_c('span',{staticClass:"relative -mx-px h-5 w-px bg-gray-300"}),_c('button',{staticClass:"flex items-center justify-center rounded-r-md border border-l-0 border-gray-300 bg-white py-2 pl-4 pr-3 text-gray-400 hover:text-gray-500 focus:relative",attrs:{"type":"button","id":_vm.id + '_button_next_month'},on:{"click":_vm.handleNextMonthClick}},[_c('span',{staticClass:"sr-only"},[_vm._v("Next month")]),_c('svg',{staticClass:"h-5 w-5",attrs:{"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 20 20","fill":"currentColor","aria-hidden":"true"}},[_c('path',{attrs:{"fill-rule":"evenodd","d":"M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z","clip-rule":"evenodd"}})])])])])]),_c('div',{staticClass:"col-span-1 overflow-hidden rounded shadow ring-1 ring-gray-200"},[_vm._m(0),_c('div',{staticClass:"flex bg-gray-200 text-xs leading-6 text-gray-700"},[_c('div',{staticClass:"isolate grid w-full grid-cols-7 grid-rows-6 gap-px"},_vm._l((_vm.daysArray),function(date){return _c('button',{key:_vm.getDateKey(date),class:{
|
|
75048
75326
|
'flex h-14 flex-col py-2 px-3 hover:bg-gray-100 focus:z-10': true,
|
|
75049
75327
|
'bg-white': _vm.isCurrentMonth(date),
|
|
@@ -75539,7 +75817,7 @@ var CCalendar_component = normalizeComponent(
|
|
|
75539
75817
|
// CONCATENATED MODULE: ./src/components/CCalendar/index.js
|
|
75540
75818
|
|
|
75541
75819
|
/* harmony default export */ var components_CCalendar = (CCalendar);
|
|
75542
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
75820
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"14bb29fd-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/CButtonSelectBorder/CButtonSelectBorder.vue?vue&type=template&id=0e4023b9&scoped=true&
|
|
75543
75821
|
var CButtonSelectBordervue_type_template_id_0e4023b9_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_vm._t("default"),_c('div',{staticClass:"relative inline-block text-left",class:[_vm.isDisabled ? 'opacity-50' : '', _vm.buttonWrapperClass]},[_c('button',{ref:"selectBorderButton",staticClass:"h-9 inline-flex w-full justify-center border px-3 py-2 text-sm font-medium shadow-sm focus:outline-none disabled:cursor-not-allowed",class:[
|
|
75544
75822
|
_vm.classes,
|
|
75545
75823
|
_vm.buttonClass,
|
|
@@ -75818,7 +76096,7 @@ var CButtonSelectBorder_component = normalizeComponent(
|
|
|
75818
76096
|
// CONCATENATED MODULE: ./src/components/CButtonSelectBorder/index.js
|
|
75819
76097
|
|
|
75820
76098
|
/* harmony default export */ var components_CButtonSelectBorder = (CButtonSelectBorder);
|
|
75821
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
76099
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"14bb29fd-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/CInsetTabs/CInsetTabs.vue?vue&type=template&id=1ca58aa6&
|
|
75822
76100
|
var CInsetTabsvue_type_template_id_1ca58aa6_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_c('nav',{staticClass:"group relative flex rounded-lg bg-gray-100 p-0.5 hover:bg-gray-200",attrs:{"aria-label":"Tabs"}},[_c('div',{staticClass:"absolute inset-y-0.5 rounded-md bg-white shadow-sm ring-1 ring-black ring-opacity-5 transition-all duration-200 ease-in-out",style:(_vm.overlayStyle)}),_vm._l((_vm.tabOptions),function(tabOption,index){return _c('button',{key:index,ref:"tabButtons",refInFor:true,staticClass:"relative z-10 flex min-w-0 flex-grow rounded-md focus:outline-none focus-visible:ring-2 focus-visible:ring-indigo-500 focus-visible:ring-offset-2 focus-visible:ring-offset-gray-100",style:(_vm.computedStyles),attrs:{"tabindex":_vm.getTabIdentifier(tabOption) === _vm.currentTab ? '0' : '-1',"id":_vm.id,"aria-label":tabOption.label,"aria-selected":_vm.getTabIdentifier(tabOption) === _vm.currentTab,"aria-current":_vm.getTabIdentifier(tabOption) === _vm.currentTab,"aria-controls":_vm.getTabIdentifier(tabOption)},on:{"click":function($event){return _vm.handleButtonClick(tabOption)}}},[_c('div',{staticClass:"inset-tabs-classes flex min-w-0 flex-grow items-center justify-center space-x-2 rounded-md p-1.5 text-sm font-medium lg:pl-2.5 lg:pr-3.5"},[(tabOption.icon)?_c('c-icon',{class:[
|
|
75823
76101
|
'inset-tabs-icon h-5 w-5',
|
|
75824
76102
|
_vm.getTabIdentifier(tabOption) === _vm.currentTab
|
|
@@ -75985,7 +76263,7 @@ var CInsetTabs_component = normalizeComponent(
|
|
|
75985
76263
|
// CONCATENATED MODULE: ./src/components/CInsetTabs/index.js
|
|
75986
76264
|
|
|
75987
76265
|
/* harmony default export */ var components_CInsetTabs = (CInsetTabs);
|
|
75988
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
76266
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"14bb29fd-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/CTabLazy/CTabLazy.vue?vue&type=template&id=87562f00&
|
|
75989
76267
|
var CTabLazyvue_type_template_id_87562f00_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_c('div',{staticClass:"border-b border-gray-200"},[_c('div',{staticClass:"mt-2 max-w-5xl pr-4"},[_c('nav',{staticClass:"-mb-px flex space-x-8",attrs:{"aria-label":"Tabs"}},_vm._l((_vm.tabs),function(tab){return _c('button',{key:tab.key,class:[
|
|
75990
76268
|
_vm.activeTab === tab.key
|
|
75991
76269
|
? 'border-b-2 border-indigo-600 text-indigo-700'
|
|
@@ -76105,7 +76383,7 @@ var CTabLazy_component = normalizeComponent(
|
|
|
76105
76383
|
// CONCATENATED MODULE: ./src/components/CTabLazy/index.js
|
|
76106
76384
|
|
|
76107
76385
|
/* harmony default export */ var components_CTabLazy = (CTabLazy);
|
|
76108
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
76386
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"14bb29fd-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/CCircularButton/CCircularButton.vue?vue&type=template&id=6f25814c&
|
|
76109
76387
|
var CCircularButtonvue_type_template_id_6f25814c_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('button',{staticClass:"rounded-full p-1 text-white shadow-sm focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2 disabled:opacity-50",class:_vm.classes,attrs:{"type":"button","disabled":_vm.disabled,"id":_vm.id},on:{"click":function($event){return _vm.$emit('action')}}},[_c('c-icon',{class:_vm.icon.class,attrs:{"type":_vm.icon.type,"name":_vm.icon.name,"viewBox":_vm.icon.viewBox,"cursorType":"cursor-pointer"}})],1)}
|
|
76110
76388
|
var CCircularButtonvue_type_template_id_6f25814c_staticRenderFns = []
|
|
76111
76389
|
|
|
@@ -76192,7 +76470,7 @@ var CCircularButton_component = normalizeComponent(
|
|
|
76192
76470
|
// CONCATENATED MODULE: ./src/components/CCircularButton/index.js
|
|
76193
76471
|
|
|
76194
76472
|
/* harmony default export */ var components_CCircularButton = (CCircularButton);
|
|
76195
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
76473
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"14bb29fd-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/CProgress/CProgress.vue?vue&type=template&id=199d29a4&scoped=true&
|
|
76196
76474
|
var CProgressvue_type_template_id_199d29a4_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"flex items-center justify-center"},[_c('p',{staticClass:"text-sm font-medium text-gray-900"},[_vm._v(" "+_vm._s(_vm.steps[_vm.currentStep - 1].name)+" ")]),_c('ol',{staticClass:"ml-4 flex items-center space-x-5",attrs:{"role":"list"}},_vm._l((_vm.steps),function(step){return _c('li',{key:step.name},[(step.number < _vm.currentStep)?_c('div',{staticClass:"progress-item block h-2.5 w-2.5 cursor-pointer rounded-full",style:(_vm.colorStyles),on:{"click":function($event){return _vm.$emit('goStepBack', step.number)}}},[_c('span',{staticClass:"sr-only"},[_vm._v(_vm._s(step.name))])]):(step.number === _vm.currentStep)?_c('div',{staticClass:"relative flex items-center justify-center",attrs:{"aria-current":"step"}},[_c('span',{staticClass:"absolute flex h-5 w-5 p-px",attrs:{"aria-hidden":"true"}},[_c('span',{staticClass:"progress-item-light-ring h-full w-full rounded-full",style:(_vm.colorStyles)})]),_c('span',{staticClass:"progress-item relative block h-2.5 w-2.5 rounded-full",style:(_vm.colorStyles),attrs:{"aria-hidden":"true"}}),_c('span',{staticClass:"sr-only"},[_vm._v(_vm._s(step.name))])]):_c('div',{staticClass:"block h-2.5 w-2.5 rounded-full bg-gray-200 hover:bg-gray-400"},[_c('span',{staticClass:"sr-only"},[_vm._v(_vm._s(step.name))])])])}),0)])}
|
|
76197
76475
|
var CProgressvue_type_template_id_199d29a4_scoped_true_staticRenderFns = []
|
|
76198
76476
|
|
|
@@ -76308,7 +76586,7 @@ var CProgress_component = normalizeComponent(
|
|
|
76308
76586
|
// CONCATENATED MODULE: ./src/components/CToolTip/index.js
|
|
76309
76587
|
|
|
76310
76588
|
/* harmony default export */ var components_CToolTip = (CToolTip);
|
|
76311
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
76589
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"14bb29fd-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/CIconSelect/CIconSelect.vue?vue&type=template&id=0cb587db&scoped=true&
|
|
76312
76590
|
var CIconSelectvue_type_template_id_0cb587db_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_vm._t("default"),_c('div',{class:((_vm.isDropDownRelative ? 'relative' : '') + " inline-block text-left")},[_c('div',[_c('button',{class:_vm.customClasses
|
|
76313
76591
|
? _vm.iconClasses
|
|
76314
76592
|
: 'icon-select-button inline-flex w-full justify-center rounded-full border-none p-2 hover:bg-gray-100',style:(_vm.computedStyles),attrs:{"type":"white","aria-haspopup":"true","aria-expanded":"true"},on:{"click":function($event){$event.stopPropagation();return _vm.toggle($event)},"blur":function($event){return _vm.close()}}},[_c('div',[_c('c-icon',{class:_vm.icon.class,attrs:{"name":_vm.icon.name,"type":_vm.icon.type,"cursorType":_vm.cursorType,"viewBox":_vm.icon.viewBox}})],1)])]),_c('div',{directives:[{name:"show",rawName:"v-show",value:(_vm.toggleDropdown),expression:"toggleDropdown"}],staticClass:"absolute z-10 mt-2 -mr-1 origin-top-right rounded-md bg-white shadow-lg ring-1 ring-gray-900 ring-opacity-5",class:_vm.classes,on:{"mouseenter":function($event){return _vm.toggle($event)},"mouseleave":function($event){return _vm.close()}}},[_c('div',{staticClass:"w-max py-1",attrs:{"role":"menu","aria-orientation":"vertical","aria-labelledby":"option-menu"}},_vm._l((_vm.items),function(item,index){return _c('div',{key:item.text},[_c('a',{staticClass:"flex cursor-pointer px-3 py-2 text-sm text-gray-700 hover:bg-gray-100 hover:text-gray-900 disabled:pointer-events-none disabled:opacity-50",class:item.class,attrs:{"role":"menuitem","disabled":item.disabled},on:{"mousedown":function($event){$event.stopPropagation();$event.preventDefault();return _vm.dropdownAction(item)},"touchend":function($event){return _vm.dropdownAction(item)}}},[(item.icon)?_c('c-icon',{class:_vm.dropdownIcons[index].class,attrs:{"name":_vm.dropdownIcons[index].name,"type":_vm.dropdownIcons[index].type,"viewBox":_vm.dropdownIcons[index].viewBox,"cursorType":_vm.cursorType}}):_vm._e(),_vm._v(" "+_vm._s(item.text)+" "),(_vm.selectedOption != null && _vm.selectedOption == item.text)?_c('p',{staticClass:"flex flex-1 items-center justify-end"},[_c('c-icon',{staticClass:"h-5 w-5 text-gray-400",attrs:{"name":"check-outline-v2","type":"outline-v2"}})],1):_vm._e()],1),(item.border)?_c('hr',{staticClass:"my-1"}):_vm._e()])}),0)])])],2)}
|
|
@@ -76523,7 +76801,7 @@ var CIconSelect_component = normalizeComponent(
|
|
|
76523
76801
|
// CONCATENATED MODULE: ./src/components/CIconSelect/index.js
|
|
76524
76802
|
|
|
76525
76803
|
/* harmony default export */ var components_CIconSelect = (CIconSelect);
|
|
76526
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
76804
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"14bb29fd-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/CAlertModal/CAlertModal.vue?vue&type=template&id=e5b96b7c&
|
|
76527
76805
|
var CAlertModalvue_type_template_id_e5b96b7c_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"z-100 fixed inset-0 overflow-y-auto"},[_c('div',{staticClass:"flex min-h-screen items-end justify-center px-4 pt-4 pb-20 text-center sm:block sm:p-0",on:{"click":function($event){return _vm.$emit('proceedAddingEvent', false)}}},[_c('transition',{attrs:{"enter-active-class":"ease-out duration-300","enter-class":"opacity-0","enter-to-class":"opacity-100","leave-active-class":"ease-in duration-200","leave-class":"opacity-100","leave-to-class":"opacity-0"}},[_c('div',{staticClass:"fixed inset-0 transition-opacity",attrs:{"aria-hidden":"true"}},[_c('div',{staticClass:"absolute inset-0 bg-gray-500 opacity-75"})])]),_c('span',{staticClass:"hidden sm:inline-block sm:h-screen sm:align-middle",attrs:{"aria-hidden":"true"}},[_vm._v("")]),_c('transition',{attrs:{"enter-active-class":"ease-out duration-300","enter-class":"opacity-0 translate-y-4 sm:translate-y-0 sm:scale-95","enter-to-class":"opacity-100 translate-y-0 sm:scale-100","leave-active-class":"ease-in duration-200","leave-class":"opacity-100 translate-y-0 sm:scale-100","leave-to-class":"opacity-0 translate-y-4 sm:translate-y-0 sm:scale-95"}},[_c('div',{class:("inline-block transform overflow-y-visible rounded-lg bg-white px-4 pb-4 pt-5 text-left shadow-xl transition-all sm:my-8 sm:w-full sm:max-w-lg sm:p-6 " + _vm.parentWrapperClass),attrs:{"role":"dialog","aria-modal":"true","aria-labelledby":"modal-headline"},on:{"click":function($event){$event.stopPropagation();}}},[_c('div',{staticClass:"sm:flex sm:items-start",style:(("" + _vm.contentWrapperStyle))},[_c('div',{staticClass:"mx-auto flex h-12 w-12 flex-shrink-0 items-center justify-center rounded-full sm:mx-0 sm:h-10 sm:w-10",class:("bg-" + _vm.alertModalColor + "-100")},[_c('svg',{class:("h-6 w-6 text-" + _vm.alertModalColor + "-600"),attrs:{"fill":"none","viewBox":"0 0 24 24","stroke-width":"1.5","stroke":"currentColor","aria-hidden":"true"}},[_c('path',{attrs:{"stroke-linecap":"round","stroke-linejoin":"round","d":"M12 9v3.75m-9.303 3.376c-.866 1.5.217 3.374 1.948 3.374h14.71c1.73 0 2.813-1.874 1.948-3.374L13.949 3.378c-.866-1.5-3.032-1.5-3.898 0L2.697 16.126zM12 15.75h.007v.008H12v-.008z"}})])]),_c('div',{staticClass:"mt-3 text-center sm:ml-4 sm:mt-0 sm:text-left"},[_c('h3',{class:("text-base font-semibold leading-6 text-gray-900 " + _vm.titleClass),attrs:{"id":"modal-title"}},[_vm._v(" "+_vm._s(_vm.title)+" ")]),_c('div',{staticClass:"mt-2"},[_c('p',{staticClass:"text-sm text-gray-500"},[_vm._v(_vm._s(_vm.msg))]),_c('p',{staticClass:"mt-4 text-sm text-gray-500"},[_vm._v(_vm._s(_vm.msg2))])])])]),_c('div',{class:("mt-4 items-center justify-end gap-4 sm:ml-10 sm:flex " + _vm.btnWrapperClass)},[(_vm.secondaryButtonText)?_c('c-button',{attrs:{"type":_vm.secondaryButtonType,"label":_vm.secondaryButtonText,"id":_vm.getActionIDFn(_vm.secondaryButtonText)},on:{"action":function($event){return _vm.$emit('proceedAddingEvent', false)}}}):_vm._e(),(_vm.primaryButtonText)?_c('c-button',{attrs:{"type":_vm.primaryButtonType,"label":_vm.primaryButtonText,"isLoading":_vm.primaryButtonLoader,"id":_vm.getActionIDFn(_vm.secondaryButtonText)},on:{"action":function($event){return _vm.$emit('proceedAddingEvent', true)}}}):_vm._e()],1)])])],1)])}
|
|
76528
76806
|
var CAlertModalvue_type_template_id_e5b96b7c_staticRenderFns = []
|
|
76529
76807
|
|