classcard-ui 0.2.136 → 0.2.137
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 +7 -7
- package/dist/classcard-ui.common.js.map +1 -1
- package/dist/classcard-ui.umd.js +7 -7
- 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 +2 -2
package/dist/classcard-ui.umd.js
CHANGED
|
@@ -60927,16 +60927,16 @@ var CFormSectionHeading_component = normalizeComponent(
|
|
|
60927
60927
|
// CONCATENATED MODULE: ./src/components/CIcon/index.js
|
|
60928
60928
|
|
|
60929
60929
|
/* harmony default export */ var components_CIcon = (CIcon);
|
|
60930
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"f1ac2468-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=
|
|
60931
|
-
var
|
|
60930
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"f1ac2468-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=3b2bb784&
|
|
60931
|
+
var CGroupedSelectvue_type_template_id_3b2bb784_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){_vm.showDropDown = true},"blur":function($event){return _vm.closeDropDown()}}}),_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._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:[
|
|
60932
60932
|
subOption.label === _vm.value.label
|
|
60933
60933
|
? 'font-semibold'
|
|
60934
60934
|
: 'font-normal',
|
|
60935
60935
|
' block truncate' ]},[_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)}),0):_vm._e()])])}
|
|
60936
|
-
var
|
|
60936
|
+
var CGroupedSelectvue_type_template_id_3b2bb784_staticRenderFns = []
|
|
60937
60937
|
|
|
60938
60938
|
|
|
60939
|
-
// CONCATENATED MODULE: ./src/components/CGroupedSelect/CGroupedSelect.vue?vue&type=template&id=
|
|
60939
|
+
// CONCATENATED MODULE: ./src/components/CGroupedSelect/CGroupedSelect.vue?vue&type=template&id=3b2bb784&
|
|
60940
60940
|
|
|
60941
60941
|
// EXTERNAL MODULE: ./node_modules/lodash/lodash.js
|
|
60942
60942
|
var lodash = __webpack_require__("2ef0");
|
|
@@ -61068,7 +61068,7 @@ var lodash = __webpack_require__("2ef0");
|
|
|
61068
61068
|
name: "CGroupedSelect",
|
|
61069
61069
|
props: {
|
|
61070
61070
|
label: String,
|
|
61071
|
-
options:
|
|
61071
|
+
options: Array,
|
|
61072
61072
|
value: Object,
|
|
61073
61073
|
placeholder: String
|
|
61074
61074
|
},
|
|
@@ -61115,8 +61115,8 @@ var lodash = __webpack_require__("2ef0");
|
|
|
61115
61115
|
|
|
61116
61116
|
var CGroupedSelect_component = normalizeComponent(
|
|
61117
61117
|
CGroupedSelect_CGroupedSelectvue_type_script_lang_js_,
|
|
61118
|
-
|
|
61119
|
-
|
|
61118
|
+
CGroupedSelectvue_type_template_id_3b2bb784_render,
|
|
61119
|
+
CGroupedSelectvue_type_template_id_3b2bb784_staticRenderFns,
|
|
61120
61120
|
false,
|
|
61121
61121
|
null,
|
|
61122
61122
|
null,
|