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
package/dist/classcard-ui.umd.js
CHANGED
|
@@ -43702,16 +43702,16 @@ var CFormSectionHeading_component = normalizeComponent(
|
|
|
43702
43702
|
// CONCATENATED MODULE: ./src/components/CIcon/index.js
|
|
43703
43703
|
|
|
43704
43704
|
/* harmony default export */ var components_CIcon = (CIcon);
|
|
43705
|
-
// 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=
|
|
43706
|
-
var
|
|
43705
|
+
// 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&
|
|
43706
|
+
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:[
|
|
43707
43707
|
subOption.label === _vm.value.label
|
|
43708
43708
|
? 'font-semibold'
|
|
43709
43709
|
: 'font-normal',
|
|
43710
|
-
' block
|
|
43711
|
-
var
|
|
43710
|
+
' 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()])])}
|
|
43711
|
+
var CGroupedSelectvue_type_template_id_0c0e820c_staticRenderFns = []
|
|
43712
43712
|
|
|
43713
43713
|
|
|
43714
|
-
// CONCATENATED MODULE: ./src/components/CGroupedSelect/CGroupedSelect.vue?vue&type=template&id=
|
|
43714
|
+
// CONCATENATED MODULE: ./src/components/CGroupedSelect/CGroupedSelect.vue?vue&type=template&id=0c0e820c&
|
|
43715
43715
|
|
|
43716
43716
|
// CONCATENATED MODULE: ./node_modules/lodash-es/isObject.js
|
|
43717
43717
|
/**
|
|
@@ -44392,6 +44392,11 @@ function debounce(func, wait, options) {
|
|
|
44392
44392
|
//
|
|
44393
44393
|
//
|
|
44394
44394
|
//
|
|
44395
|
+
//
|
|
44396
|
+
//
|
|
44397
|
+
//
|
|
44398
|
+
//
|
|
44399
|
+
//
|
|
44395
44400
|
|
|
44396
44401
|
|
|
44397
44402
|
/* harmony default export */ var CGroupedSelectvue_type_script_lang_js_ = ({
|
|
@@ -44418,11 +44423,16 @@ function debounce(func, wait, options) {
|
|
|
44418
44423
|
this.emitSearch(e.target.value);
|
|
44419
44424
|
},
|
|
44420
44425
|
emitSearch: lodash_es_debounce(function (value) {
|
|
44421
|
-
|
|
44426
|
+
if (value !== this.value.label) {
|
|
44427
|
+
this.$emit("search", value);
|
|
44428
|
+
} else {
|
|
44429
|
+
this.$emit("search", "");
|
|
44430
|
+
}
|
|
44422
44431
|
}, 500),
|
|
44423
44432
|
handleOptionClick: function handleOptionClick(option) {
|
|
44424
|
-
this.$emit("input", option);
|
|
44425
44433
|
this.inputValue = option.label;
|
|
44434
|
+
this.closeDropDown();
|
|
44435
|
+
this.$emit("input", option);
|
|
44426
44436
|
},
|
|
44427
44437
|
closeDropDown: function closeDropDown() {
|
|
44428
44438
|
this.inputValue = this.value.label;
|
|
@@ -44454,8 +44464,8 @@ function debounce(func, wait, options) {
|
|
|
44454
44464
|
|
|
44455
44465
|
var CGroupedSelect_component = normalizeComponent(
|
|
44456
44466
|
CGroupedSelect_CGroupedSelectvue_type_script_lang_js_,
|
|
44457
|
-
|
|
44458
|
-
|
|
44467
|
+
CGroupedSelectvue_type_template_id_0c0e820c_render,
|
|
44468
|
+
CGroupedSelectvue_type_template_id_0c0e820c_staticRenderFns,
|
|
44459
44469
|
false,
|
|
44460
44470
|
null,
|
|
44461
44471
|
null,
|