@pocketprep/ui-kit 2.0.21 → 2.0.22
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/@pocketprep/ui-kit.common.js +7 -5
- package/dist/@pocketprep/ui-kit.common.js.map +1 -1
- package/dist/@pocketprep/ui-kit.umd.js +7 -5
- package/dist/@pocketprep/ui-kit.umd.js.map +1 -1
- package/dist/@pocketprep/ui-kit.umd.min.js +2 -2
- package/dist/@pocketprep/ui-kit.umd.min.js.map +1 -1
- package/package.json +1 -1
|
@@ -1275,7 +1275,7 @@ var component = (0,componentNormalizer/* default */.Z)(
|
|
|
1275
1275
|
|
|
1276
1276
|
/***/ }),
|
|
1277
1277
|
|
|
1278
|
-
/***/
|
|
1278
|
+
/***/ 26632:
|
|
1279
1279
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
1280
1280
|
|
|
1281
1281
|
"use strict";
|
|
@@ -1288,7 +1288,7 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
1288
1288
|
"default": () => (/* binding */ Select)
|
|
1289
1289
|
});
|
|
1290
1290
|
|
|
1291
|
-
;// CONCATENATED MODULE: ./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/Forms/Select.vue?vue&type=template&id=
|
|
1291
|
+
;// CONCATENATED MODULE: ./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/Forms/Select.vue?vue&type=template&id=08256942&
|
|
1292
1292
|
var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"uikit-select",on:{"mouseover":_vm.mouseOverSelect,"mouseout":function($event){_vm.hover = false},"keydown":_vm.keydownListener}},[(_vm.label)?_c('label',{directives:[{name:"dark",rawName:"v-dark",value:(_vm.isDarkMode),expression:"isDarkMode"}],staticClass:"uikit-select__label",class:{
|
|
1293
1293
|
'uikit-select__label--hover': _vm.hover,
|
|
1294
1294
|
'uikit-select__label--focus': _vm.focus,
|
|
@@ -1314,7 +1314,9 @@ var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._sel
|
|
|
1314
1314
|
'uikit-select__arrow--hover': _vm.hover,
|
|
1315
1315
|
'uikit-select__arrow--focus': _vm.focus,
|
|
1316
1316
|
'uikit-select__arrow--show-dropdown': _vm.showDropdown,
|
|
1317
|
-
},attrs:{"type":"accordionArrow"},nativeOn:{"click":function($event){_vm.showDropdown = true}}}),_c('ul',{directives:[{name:"show",rawName:"v-show",value:(_vm.showDropdown && !_vm.disabled),expression:"showDropdown && !disabled"},{name:"dark",rawName:"v-dark",value:(_vm.isDarkMode),expression:"isDarkMode"}],ref:"menu",staticClass:"uikit-select__list",
|
|
1317
|
+
},attrs:{"type":"accordionArrow"},nativeOn:{"click":function($event){_vm.showDropdown = true}}}),_c('ul',{directives:[{name:"show",rawName:"v-show",value:(_vm.showDropdown && !_vm.disabled),expression:"showDropdown && !disabled"},{name:"dark",rawName:"v-dark",value:(_vm.isDarkMode),expression:"isDarkMode"}],ref:"menu",staticClass:"uikit-select__list",class:{
|
|
1318
|
+
'uikit-select__list--subtext': _vm.subtext,
|
|
1319
|
+
},style:({ top: (_vm.menuPositionTop + "px") })},_vm._l((_vm.filteredData),function(item){return _c('li',{directives:[{name:"dark",rawName:"v-dark",value:(_vm.isDarkMode),expression:"isDarkMode"}],key:JSON.stringify(item),ref:"uikit-select__items",refInFor:true,staticClass:"uikit-select__item",class:{
|
|
1318
1320
|
'uikit-select__item--link': item.type === 'link',
|
|
1319
1321
|
'uikit-select__item--subtext': item.subtext
|
|
1320
1322
|
},attrs:{"value":item.value,"tabindex":"0"},on:{"click":function($event){return _vm.selectItem(item)},"keydown":_vm.keyPressedItem,"mousedown":function($event){$event.preventDefault();}}},[_vm._v(" "+_vm._s(item.label)+" "),(item.subtext)?_c('div',{directives:[{name:"dark",rawName:"v-dark",value:(_vm.isDarkMode),expression:"isDarkMode"}],staticClass:"uikit-select__item-subtext"},[_vm._v(" "+_vm._s(item.subtext)+" ")]):_vm._e()])}),0)],1)])}
|
|
@@ -14016,7 +14018,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
14016
14018
|
|
|
14017
14019
|
var ___CSS_LOADER_EXPORT___ = _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1___default()((_node_modules_css_loader_dist_runtime_noSourceMaps_js__WEBPACK_IMPORTED_MODULE_0___default()));
|
|
14018
14020
|
// Module
|
|
14019
|
-
___CSS_LOADER_EXPORT___.push([module.id, ".uikit-select{position:relative}.uikit-select__label{font-size:13px;line-height:14px;margin:0 0 6px 12px;color:#587183;display:block}.uikit-select__label--dark{color:#dfe3e7}.uikit-select__label--hover{color:#475967}.uikit-select__label--hover--dark{color:#dfe3e7}.uikit-select__label--focus{color:#0064ff}.uikit-select__label--focus--dark{color:#ffce74}.uikit-select__label--error{color:#d00}.uikit-select__input-container{outline:none;position:relative}.uikit-select__input,.uikit-select__value{background-color:#fff;border:1px solid rgba(136,163,182,.85);color:#1f3545;border-radius:3px;caret-color:#0064ff;padding:9px 11px;font-size:15px;line-height:18px;width:100%;height:36px;box-sizing:border-box;cursor:default;position:relative;z-index:1;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.uikit-select__input--dark,.uikit-select__value--dark{background-color:#293e4e;border-color:#88a3b6;color:#fff;caret-color:#ffce74}.uikit-select__input::-moz-placeholder,.uikit-select__value::-moz-placeholder{color:#88a3b6}.uikit-select__input:-ms-input-placeholder,.uikit-select__value:-ms-input-placeholder{color:#88a3b6}.uikit-select__input--placeholder,.uikit-select__input::placeholder,.uikit-select__value--placeholder,.uikit-select__value::placeholder{color:#88a3b6}.uikit-select__input--hover,.uikit-select__value--hover{border:1px solid #a7c7ff}.uikit-select__input--hover--dark,.uikit-select__value--hover--dark{border:.5px solid #ffce74}.uikit-select__input--focus,.uikit-select__value--focus{border:1px solid #0064ff}.uikit-select__input--focus--dark,.uikit-select__value--focus--dark{border-color:#ffce74}.uikit-select__input--disabled,.uikit-select__value--disabled{background:#f4f5f9;border:1px solid #f4f5f9;color:#475967}.uikit-select__input--disabled--dark,.uikit-select__value--disabled--dark{border-color:#293e4e;background-color:#293e4e}.uikit-select__input{cursor:text!important}.uikit-select__input--error{border:1px solid #d00}.uikit-select__input--show-dropdown{border-radius:3px 3px 0 0}.uikit-select__value{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.uikit-select__value--subtext{height:60px}.uikit-select__value--subtext--dark{background-color:#293e4e;border-color:#88a3b6;color:#dfe3e7;caret-color:#ffce74}.uikit-select__item-subtext,.uikit-select__subtext{font-size:13px;line-height:16px;text-align:left;color:#587183;margin:4px 0 0 0}.uikit-select__item-subtext--dark,.uikit-select__subtext--dark{border-color:#88a3b6;color:#dfe3e7;caret-color:#ffce74}.uikit-select__item-subtext--dark--hover,.uikit-select__subtext--dark--hover{background-color:#0f1d28}.uikit-select__arrow{position:absolute;right:13px;top:14px;color:#88a3b6;width:12px;height:7px;z-index:1}.uikit-select__arrow--hover{color:#0064ff}.uikit-select__arrow--hover--dark{color:#ffce74}.uikit-select__arrow--focus{color:#0064ff}.uikit-select__arrow--focus--dark{color:#ffce74}.uikit-select__arrow--show-dropdown{color:#0064ff;transform:rotate(180deg)}.uikit-select__arrow--show-dropdown--dark{color:#ffce74}.uikit-select__list{box-shadow:0 4px 12px 0 rgba(31,53,69,.1);margin:0;padding:10px 0;list-style:none;position:absolute;left:0;width:100%;max-height:187px;overflow:auto;background:#fff;z-index:2;border-radius:0 0 6px 6px}.uikit-select__list--dark{background-color:#293e4e;box-shadow:0 4px 12px 0 rgba(15,29,40,.1);color:#fff}.uikit-select__item{padding:5px 11px;font-size:
|
|
14021
|
+
___CSS_LOADER_EXPORT___.push([module.id, ".uikit-select{position:relative}.uikit-select__label{font-size:13px;line-height:14px;margin:0 0 6px 12px;color:#587183;display:block}.uikit-select__label--dark{color:#dfe3e7}.uikit-select__label--hover{color:#475967}.uikit-select__label--hover--dark{color:#dfe3e7}.uikit-select__label--focus{color:#0064ff}.uikit-select__label--focus--dark{color:#ffce74}.uikit-select__label--error{color:#d00}.uikit-select__input-container{outline:none;position:relative}.uikit-select__input,.uikit-select__value{background-color:#fff;border:1px solid rgba(136,163,182,.85);color:#1f3545;border-radius:3px;caret-color:#0064ff;padding:9px 11px;font-size:15px;line-height:18px;width:100%;height:36px;box-sizing:border-box;cursor:default;position:relative;z-index:1;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.uikit-select__input--dark,.uikit-select__value--dark{background-color:#293e4e;border-color:#88a3b6;color:#fff;caret-color:#ffce74}.uikit-select__input::-moz-placeholder,.uikit-select__value::-moz-placeholder{color:#88a3b6}.uikit-select__input:-ms-input-placeholder,.uikit-select__value:-ms-input-placeholder{color:#88a3b6}.uikit-select__input--placeholder,.uikit-select__input::placeholder,.uikit-select__value--placeholder,.uikit-select__value::placeholder{color:#88a3b6}.uikit-select__input--hover,.uikit-select__value--hover{border:1px solid #a7c7ff}.uikit-select__input--hover--dark,.uikit-select__value--hover--dark{border:.5px solid #ffce74}.uikit-select__input--focus,.uikit-select__value--focus{border:1px solid #0064ff}.uikit-select__input--focus--dark,.uikit-select__value--focus--dark{border-color:#ffce74}.uikit-select__input--disabled,.uikit-select__value--disabled{background:#f4f5f9;border:1px solid #f4f5f9;color:#475967}.uikit-select__input--disabled--dark,.uikit-select__value--disabled--dark{border-color:#293e4e;background-color:#293e4e}.uikit-select__input{cursor:text!important}.uikit-select__input--error{border:1px solid #d00}.uikit-select__input--show-dropdown{border-radius:3px 3px 0 0}.uikit-select__value{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.uikit-select__value--subtext{height:60px}.uikit-select__value--subtext--dark{background-color:#293e4e;border-color:#88a3b6;color:#dfe3e7;caret-color:#ffce74}.uikit-select__item-subtext,.uikit-select__subtext{font-size:13px;line-height:16px;text-align:left;color:#587183;margin:4px 0 0 0}.uikit-select__item-subtext--dark,.uikit-select__subtext--dark{border-color:#88a3b6;color:#dfe3e7;caret-color:#ffce74}.uikit-select__item-subtext--dark--hover,.uikit-select__subtext--dark--hover{background-color:#0f1d28}.uikit-select__arrow{position:absolute;right:13px;top:14px;color:#88a3b6;width:12px;height:7px;z-index:1}.uikit-select__arrow--hover{color:#0064ff}.uikit-select__arrow--hover--dark{color:#ffce74}.uikit-select__arrow--focus{color:#0064ff}.uikit-select__arrow--focus--dark{color:#ffce74}.uikit-select__arrow--show-dropdown{color:#0064ff;transform:rotate(180deg)}.uikit-select__arrow--show-dropdown--dark{color:#ffce74}.uikit-select__list{box-shadow:0 4px 12px 0 rgba(31,53,69,.1);margin:0;padding:10px 0;list-style:none;position:absolute;left:0;width:100%;max-height:187px;overflow:auto;background:#fff;z-index:2;border-radius:0 0 6px 6px}.uikit-select__list--dark{background-color:#293e4e;box-shadow:0 4px 12px 0 rgba(15,29,40,.1);color:#fff}.uikit-select__list--subtext{padding:0 0}.uikit-select__item{padding:5px 11px;font-size:15px;line-height:20px;cursor:default;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.uikit-select__item--link{color:#0064ff;font-size:15px;padding:9px 17px;font-weight:600;cursor:pointer}.uikit-select__item--link--dark{color:#ffce74}.uikit-select__item:focus,.uikit-select__item:hover{background:#f4f5f9;outline:none}.uikit-select__item--dark:focus,.uikit-select__item--dark:hover{background-color:#0f1d28}.uikit-select__item--subtext{padding:9px 11px;border-bottom:1px solid #dfe3e7}.uikit-select__item--subtext:last-child{border-bottom:none}.uikit-select__item--subtext--dark{border-bottom:1px solid #475967}", ""]);
|
|
14020
14022
|
// Exports
|
|
14021
14023
|
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (___CSS_LOADER_EXPORT___);
|
|
14022
14024
|
|
|
@@ -25119,7 +25121,7 @@ var Link_vue_1 = tslib_1.__importDefault(__webpack_require__(66985));
|
|
|
25119
25121
|
|
|
25120
25122
|
var Tab_vue_1 = tslib_1.__importDefault(__webpack_require__(70874));
|
|
25121
25123
|
|
|
25122
|
-
var Select_vue_1 = tslib_1.__importDefault(__webpack_require__(
|
|
25124
|
+
var Select_vue_1 = tslib_1.__importDefault(__webpack_require__(26632));
|
|
25123
25125
|
|
|
25124
25126
|
var Radio_vue_1 = tslib_1.__importDefault(__webpack_require__(78609));
|
|
25125
25127
|
|