classcard-ui 0.2.140 → 0.2.144
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/classcard-ui.common.js +19 -9
- package/dist/classcard-ui.common.js.map +1 -1
- package/dist/classcard-ui.umd.js +19 -9
- package/dist/classcard-ui.umd.js.map +1 -1
- package/dist/classcard-ui.umd.min.js +1 -1
- package/dist/classcard-ui.umd.min.js.map +1 -1
- package/package.json +1 -1
- package/src/components/CGroupedSelect/CGroupedSelect.vue +15 -5
|
@@ -43693,16 +43693,16 @@ var CFormSectionHeading_component = normalizeComponent(
|
|
|
43693
43693
|
// CONCATENATED MODULE: ./src/components/CIcon/index.js
|
|
43694
43694
|
|
|
43695
43695
|
/* harmony default export */ var components_CIcon = (CIcon);
|
|
43696
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"7cc97ecd-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=
|
|
43697
|
-
var
|
|
43696
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"7cc97ecd-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=0c0e820c&
|
|
43697
|
+
var CGroupedSelectvue_type_template_id_0c0e820c_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[(_vm.showDropDown && _vm.options.length > 0)?_c('div',{staticClass:"fixed inset-0",attrs:{"aria-hidden":"true"},on:{"click":function($event){return _vm.closeDropDown()}}}):_vm._e(),(_vm.label)?_c('label',{staticClass:"block text-sm font-medium text-gray-700"},[_vm._v(" "+_vm._s(_vm.label)+" ")]):_vm._e(),_c('div',{staticClass:"mt-1 relative"},[_c('div',{staticClass:"relative"},[_c('input',{staticClass:"bg-white relative w-full border border-gray-300 rounded-md shadow-sm pl-3 pr-10 py-2 text-left cursor-default focus:outline-none focus:ring-1 focus:ring-indigo-500 focus:border-indigo-500 sm:text-sm",attrs:{"type":"text","aria-haspopup":"listbox","aria-expanded":"true","aria-labelledby":"listbox-label","placeholder":_vm.placeholder},domProps:{"value":_vm.inputValue},on:{"focus":function($event){return _vm.openDropDown()},"input":_vm.onInput}}),_c('span',{staticClass:"absolute inset-y-0 right-0 flex items-center pr-2 pointer-events-none"},[_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.showDropDown && _vm.options.length > 0)?_c('ul',{staticClass:"absolute z-10 mt-1 w-full bg-white shadow-lg max-h-60 rounded-md py-1 text-base ring-1 ring-black ring-opacity-5 overflow-auto focus:outline-none sm:text-sm",attrs:{"tabindex":"-1","role":"listbox","aria-labelledby":"listbox-label","aria-activedescendant":"listbox-option-3"}},[(_vm.isSearching)?_c('div',{staticClass:"w-full h-8 relative block top-0 left-0 bg-white opacity-75 z-50"},[_c('span',{staticClass:"text-gray-500 opacity-75 top-1/4 my-0 mx-auto block relative w-0 h-0"},[_c('c-icon',{staticClass:"h-5 w-5",attrs:{"name":"loader"}})],1)]):_vm._e(),_vm._l((_vm.options),function(option){return _c('span',{key:option.id},[_c('li',{staticClass:"text-gray-900 cursor-default select-none relative py-2 pl-3 pr-9",attrs:{"role":"option"}},[_c('span',{staticClass:"font-bold italic block truncate"},[_vm._v(" "+_vm._s(option.label)+" ")])]),_vm._l((option.options),function(subOption){return _c('li',{key:subOption.id,staticClass:"text-gray-900 cursor-default select-none relative py-2 pl-3 pr-9 group hover:text-white hover:bg-indigo-600",attrs:{"role":"option"},on:{"click":function($event){return _vm.handleOptionClick(subOption)}}},[_c('span',{class:[
|
|
43698
43698
|
subOption.label === _vm.value.label
|
|
43699
43699
|
? 'font-semibold'
|
|
43700
43700
|
: 'font-normal',
|
|
43701
|
-
' block
|
|
43702
|
-
var
|
|
43701
|
+
' block break-words' ]},[_vm._v(" "+_vm._s(subOption.label)+" ")]),(subOption.label === _vm.value.label)?_c('span',{staticClass:"text-indigo-600 absolute inset-y-0 right-0 flex items-center pr-4 group-hover:text-white"},[_c('svg',{staticClass:"h-5 w-5",attrs:{"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 20 20","fill":"currentColor","aria-hidden":"true"}},[_c('path',{attrs:{"fill-rule":"evenodd","d":"M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z","clip-rule":"evenodd"}})])]):_vm._e()])})],2)})],2):_vm._e()])])}
|
|
43702
|
+
var CGroupedSelectvue_type_template_id_0c0e820c_staticRenderFns = []
|
|
43703
43703
|
|
|
43704
43704
|
|
|
43705
|
-
// CONCATENATED MODULE: ./src/components/CGroupedSelect/CGroupedSelect.vue?vue&type=template&id=
|
|
43705
|
+
// CONCATENATED MODULE: ./src/components/CGroupedSelect/CGroupedSelect.vue?vue&type=template&id=0c0e820c&
|
|
43706
43706
|
|
|
43707
43707
|
// CONCATENATED MODULE: ./node_modules/lodash-es/isObject.js
|
|
43708
43708
|
/**
|
|
@@ -44383,6 +44383,11 @@ function debounce(func, wait, options) {
|
|
|
44383
44383
|
//
|
|
44384
44384
|
//
|
|
44385
44385
|
//
|
|
44386
|
+
//
|
|
44387
|
+
//
|
|
44388
|
+
//
|
|
44389
|
+
//
|
|
44390
|
+
//
|
|
44386
44391
|
|
|
44387
44392
|
|
|
44388
44393
|
/* harmony default export */ var CGroupedSelectvue_type_script_lang_js_ = ({
|
|
@@ -44409,11 +44414,16 @@ function debounce(func, wait, options) {
|
|
|
44409
44414
|
this.emitSearch(e.target.value);
|
|
44410
44415
|
},
|
|
44411
44416
|
emitSearch: lodash_es_debounce(function (value) {
|
|
44412
|
-
|
|
44417
|
+
if (value !== this.value.label) {
|
|
44418
|
+
this.$emit("search", value);
|
|
44419
|
+
} else {
|
|
44420
|
+
this.$emit("search", "");
|
|
44421
|
+
}
|
|
44413
44422
|
}, 500),
|
|
44414
44423
|
handleOptionClick: function handleOptionClick(option) {
|
|
44415
|
-
this.$emit("input", option);
|
|
44416
44424
|
this.inputValue = option.label;
|
|
44425
|
+
this.closeDropDown();
|
|
44426
|
+
this.$emit("input", option);
|
|
44417
44427
|
},
|
|
44418
44428
|
closeDropDown: function closeDropDown() {
|
|
44419
44429
|
this.inputValue = this.value.label;
|
|
@@ -44445,8 +44455,8 @@ function debounce(func, wait, options) {
|
|
|
44445
44455
|
|
|
44446
44456
|
var CGroupedSelect_component = normalizeComponent(
|
|
44447
44457
|
CGroupedSelect_CGroupedSelectvue_type_script_lang_js_,
|
|
44448
|
-
|
|
44449
|
-
|
|
44458
|
+
CGroupedSelectvue_type_template_id_0c0e820c_render,
|
|
44459
|
+
CGroupedSelectvue_type_template_id_0c0e820c_staticRenderFns,
|
|
44450
44460
|
false,
|
|
44451
44461
|
null,
|
|
44452
44462
|
null,
|