classcard-ui 0.2.139 → 0.2.143
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 +33 -9
- package/dist/classcard-ui.common.js.map +1 -1
- package/dist/classcard-ui.umd.js +33 -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 +25 -3
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=229d4b38&
|
|
43706
|
+
var CGroupedSelectvue_type_template_id_229d4b38_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[(_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()},"blur":function($event){return _vm.closeDropDown()},"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_229d4b38_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=229d4b38&
|
|
43715
43715
|
|
|
43716
43716
|
// CONCATENATED MODULE: ./node_modules/lodash-es/isObject.js
|
|
43717
43717
|
/**
|
|
@@ -44381,14 +44381,30 @@ function debounce(func, wait, options) {
|
|
|
44381
44381
|
//
|
|
44382
44382
|
//
|
|
44383
44383
|
//
|
|
44384
|
+
//
|
|
44385
|
+
//
|
|
44386
|
+
//
|
|
44387
|
+
//
|
|
44388
|
+
//
|
|
44389
|
+
//
|
|
44390
|
+
//
|
|
44391
|
+
//
|
|
44392
|
+
//
|
|
44393
|
+
//
|
|
44394
|
+
//
|
|
44395
|
+
|
|
44384
44396
|
|
|
44385
44397
|
/* harmony default export */ var CGroupedSelectvue_type_script_lang_js_ = ({
|
|
44386
44398
|
name: "CGroupedSelect",
|
|
44399
|
+
components: {
|
|
44400
|
+
CIcon: CIcon
|
|
44401
|
+
},
|
|
44387
44402
|
props: {
|
|
44388
44403
|
label: String,
|
|
44389
44404
|
options: Array,
|
|
44390
44405
|
value: Object,
|
|
44391
|
-
placeholder: String
|
|
44406
|
+
placeholder: String,
|
|
44407
|
+
isSearching: Boolean
|
|
44392
44408
|
},
|
|
44393
44409
|
data: function data() {
|
|
44394
44410
|
return {
|
|
@@ -44402,7 +44418,11 @@ function debounce(func, wait, options) {
|
|
|
44402
44418
|
this.emitSearch(e.target.value);
|
|
44403
44419
|
},
|
|
44404
44420
|
emitSearch: lodash_es_debounce(function (value) {
|
|
44405
|
-
|
|
44421
|
+
if (value !== this.value.label) {
|
|
44422
|
+
this.$emit("search", value);
|
|
44423
|
+
} else {
|
|
44424
|
+
this.$emit("search", "");
|
|
44425
|
+
}
|
|
44406
44426
|
}, 500),
|
|
44407
44427
|
handleOptionClick: function handleOptionClick(option) {
|
|
44408
44428
|
this.$emit("input", option);
|
|
@@ -44411,6 +44431,10 @@ function debounce(func, wait, options) {
|
|
|
44411
44431
|
closeDropDown: function closeDropDown() {
|
|
44412
44432
|
this.inputValue = this.value.label;
|
|
44413
44433
|
this.showDropDown = false;
|
|
44434
|
+
},
|
|
44435
|
+
openDropDown: function openDropDown() {
|
|
44436
|
+
this.showDropDown = true;
|
|
44437
|
+
this.emitSearch("");
|
|
44414
44438
|
}
|
|
44415
44439
|
},
|
|
44416
44440
|
watch: {
|
|
@@ -44434,8 +44458,8 @@ function debounce(func, wait, options) {
|
|
|
44434
44458
|
|
|
44435
44459
|
var CGroupedSelect_component = normalizeComponent(
|
|
44436
44460
|
CGroupedSelect_CGroupedSelectvue_type_script_lang_js_,
|
|
44437
|
-
|
|
44438
|
-
|
|
44461
|
+
CGroupedSelectvue_type_template_id_229d4b38_render,
|
|
44462
|
+
CGroupedSelectvue_type_template_id_229d4b38_staticRenderFns,
|
|
44439
44463
|
false,
|
|
44440
44464
|
null,
|
|
44441
44465
|
null,
|