@pocketprep/ui-kit 2.0.37 → 2.0.38
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 +17 -17
- package/dist/@pocketprep/ui-kit.common.js.map +1 -1
- package/dist/@pocketprep/ui-kit.umd.js +17 -17
- package/dist/@pocketprep/ui-kit.umd.js.map +1 -1
- package/dist/@pocketprep/ui-kit.umd.min.js +3 -3
- package/dist/@pocketprep/ui-kit.umd.min.js.map +1 -1
- package/package.json +1 -1
|
@@ -5270,7 +5270,7 @@ var component = (0,componentNormalizer/* default */.Z)(
|
|
|
5270
5270
|
|
|
5271
5271
|
/***/ }),
|
|
5272
5272
|
|
|
5273
|
-
/***/
|
|
5273
|
+
/***/ 83464:
|
|
5274
5274
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
5275
5275
|
|
|
5276
5276
|
"use strict";
|
|
@@ -5283,7 +5283,7 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
5283
5283
|
"default": () => (/* binding */ Table)
|
|
5284
5284
|
});
|
|
5285
5285
|
|
|
5286
|
-
;// 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/Tables/Table.vue?vue&type=template&id=
|
|
5286
|
+
;// 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/Tables/Table.vue?vue&type=template&id=2ed6f482&
|
|
5287
5287
|
var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{directives:[{name:"dark",rawName:"v-dark",value:(_vm.isDarkMode),expression:"isDarkMode"}],staticClass:"uikit-table__container",style:(_vm.tableContainerStyles)},[_vm._t("table",function(){return [_c('div',{staticClass:"uikit-table",style:(_vm.tableStyles)},[(_vm.showHeader)?_vm._t("tableHeader",function(){return [_c('div',{staticClass:"uikit-table__header",style:(_vm.tableHeaderStyles)},[_vm._t("tableName",function(){return [_c('div',{staticClass:"uikit-table__name",style:(_vm.tableNameStyles)},[_vm._v(" "+_vm._s(_vm.name)+" ")])]}),(_vm.count !== undefined)?_vm._t("tableCount",function(){return [_c('div',{staticClass:"uikit-table__count",style:(_vm.tableCountStyles)},[_vm._v(" "+_vm._s(_vm.count)+" ")])]}):_vm._e()],2)]}):_vm._e(),_vm._t("tableContent",function(){return [_c('table',{staticClass:"uikit-table__content",style:(_vm.tableContentStyles),attrs:{"role":"grid"}},[_vm._t("tableColumnLabels",function(){return [_c('thead',{staticClass:"uikit-table__rows",attrs:{"role":"rowgroup"}},[_c('tr',{directives:[{name:"dark",rawName:"v-dark",value:(_vm.isDarkMode),expression:"isDarkMode"}],staticClass:"uikit-table__column-labels",style:(Object.assign({}, _vm.gridStyles,
|
|
5288
5288
|
_vm.tableColumnLabelsStyles)),attrs:{"role":"row"}},[_vm._l((_vm.columns),function(column){return [_vm._t("tableColumnLabel",function(){return [_c('th',{key:("column-label--" + (column.propName)),staticClass:"uikit-table__column-label",style:(Object.assign({}, _vm.tableColumnLabelStyles,
|
|
5289
5289
|
column.styles,
|
|
@@ -5313,7 +5313,7 @@ var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._sel
|
|
|
5313
5313
|
'uikit-table__row--hover-focus': row.tabIndex === 0
|
|
5314
5314
|
},style:(Object.assign({}, _vm.gridStyles,
|
|
5315
5315
|
_vm.tableRowStyles,
|
|
5316
|
-
row.styles)),attrs:{"role":"row","tabIndex":row.tabIndex === 0 ? 0 : -1},on:{"click":function($event){return _vm.emitRowClicked(row)},"mouseenter":function($event){return _vm.emitRowEnter(row)},"mouseleave":function($event){return _vm.emitRowLeave(row)}}},[_vm._l((_vm.columns),function(column){return [_vm._t("tableCell",function(){return [_c('td',{key:("row-" + (row.id) + "--column-" + (column.propName)),staticClass:"uikit-table__cell",style:(Object.assign({}, _vm.tableCellStyles,
|
|
5316
|
+
row.styles)),attrs:{"role":"row","tabIndex":row.tabIndex === 0 ? 0 : -1},on:{"click":function($event){return _vm.emitRowClicked(row)},"keydown":function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,"enter",13,$event.key,"Enter")){ return null; }return _vm.emitRowClicked(row)},"mouseenter":function($event){return _vm.emitRowEnter(row)},"mouseleave":function($event){return _vm.emitRowLeave(row)}}},[_vm._l((_vm.columns),function(column){return [_vm._t("tableCell",function(){return [_c('td',{key:("row-" + (row.id) + "--column-" + (column.propName)),staticClass:"uikit-table__cell",style:(Object.assign({}, _vm.tableCellStyles,
|
|
5317
5317
|
column.styles)),attrs:{"role":"cell"},on:{"click":function($event){return _vm.emitCellClicked(row, column)}}},[_vm._t("tableCellValue",function(){return [_c('OverflowTooltip',[_vm._v(" "+_vm._s(row[column.propName])+" ")])]},{"row":row,"column":column})],2)]},{"row":row,"column":column,"tableCellStyles":_vm.tableCellStyles})]})],2)]},{"row":row})]})],2)]})],2)]})],2)]})],2)}
|
|
5318
5318
|
var staticRenderFns = []
|
|
5319
5319
|
|
|
@@ -5406,7 +5406,7 @@ var component = (0,componentNormalizer/* default */.Z)(
|
|
|
5406
5406
|
|
|
5407
5407
|
/***/ }),
|
|
5408
5408
|
|
|
5409
|
-
/***/
|
|
5409
|
+
/***/ 63364:
|
|
5410
5410
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
5411
5411
|
|
|
5412
5412
|
"use strict";
|
|
@@ -5419,8 +5419,8 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
5419
5419
|
"default": () => (/* binding */ TablePagination)
|
|
5420
5420
|
});
|
|
5421
5421
|
|
|
5422
|
-
;// 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/Tables/TablePagination.vue?vue&type=template&id=
|
|
5423
|
-
var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"uikit-table-pagination"},[_c('div',{staticClass:"uikit-table-pagination__info"},[_vm._v(" "+_vm._s((_vm.currentPage * _vm.perPage) + 1)+" - "+_vm._s(_vm.nextPageDisabled ? _vm.total : (_vm.currentPage * _vm.perPage) + _vm.perPage)+" of "+_vm._s(_vm.total)+" "+_vm._s(_vm.unit)+" "),_vm._t("default")],2),_c('div',{staticClass:"uikit-table-pagination__previous",class:{ 'uikit-table-pagination__previous--disabled': _vm.currentPage === 0 },on:{"click":function($event){return _vm.changePage('previous')}}},[_c('Icon',{staticClass:"uikit-table-pagination__previous-icon",attrs:{"type":"accordionArrow"}})],1),_c('div',{staticClass:"uikit-table-pagination__next",class:{ 'uikit-table-pagination__next--disabled': _vm.nextPageDisabled },on:{"click":function($event){return _vm.changePage('next')}}},[_c('Icon',{staticClass:"uikit-table-pagination__next-icon",attrs:{"type":"accordionArrow"}})],1)])}
|
|
5422
|
+
;// 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/Tables/TablePagination.vue?vue&type=template&id=45f0d637&scoped=true&
|
|
5423
|
+
var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"uikit-table-pagination"},[_c('div',{staticClass:"uikit-table-pagination__info"},[_vm._v(" "+_vm._s((_vm.currentPage * _vm.perPage) + 1)+" - "+_vm._s(_vm.nextPageDisabled ? _vm.total : (_vm.currentPage * _vm.perPage) + _vm.perPage)+" of "+_vm._s(_vm.total)+" "+_vm._s(_vm.unit)+" "),_vm._t("default")],2),_c('div',{staticClass:"uikit-table-pagination__previous",class:{ 'uikit-table-pagination__previous--disabled': _vm.currentPage === 0 },attrs:{"tabindex":_vm.currentPage === 0 ? -1 : 0,"aria-label":"Previous","aria-disabled":_vm.currentPage === 0},on:{"keydown":function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,"enter",13,$event.key,"Enter")){ return null; }return _vm.changePage('previous')},"click":function($event){return _vm.changePage('previous')}}},[_c('Icon',{staticClass:"uikit-table-pagination__previous-icon",attrs:{"type":"accordionArrow"}})],1),_c('div',{staticClass:"uikit-table-pagination__next",class:{ 'uikit-table-pagination__next--disabled': _vm.nextPageDisabled },attrs:{"tabindex":_vm.nextPageDisabled ? -1 : 0,"aria-label":"Next","aria-disabled":_vm.nextPageDisabled},on:{"keydown":function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,"enter",13,$event.key,"Enter")){ return null; }return _vm.changePage('next')},"click":function($event){return _vm.changePage('next')}}},[_c('Icon',{staticClass:"uikit-table-pagination__next-icon",attrs:{"type":"accordionArrow"}})],1)])}
|
|
5424
5424
|
var staticRenderFns = []
|
|
5425
5425
|
|
|
5426
5426
|
|
|
@@ -5428,9 +5428,9 @@ var staticRenderFns = []
|
|
|
5428
5428
|
var TablePaginationvue_type_script_lang_ts_ = __webpack_require__(92428);
|
|
5429
5429
|
;// CONCATENATED MODULE: ./src/components/Tables/TablePagination.vue?vue&type=script&lang=ts&
|
|
5430
5430
|
/* harmony default export */ const Tables_TablePaginationvue_type_script_lang_ts_ = (TablePaginationvue_type_script_lang_ts_/* default */.Z);
|
|
5431
|
-
// EXTERNAL MODULE: ./node_modules/vue-style-loader/index.js??clonedRuleSet-65[0].rules[0].use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-65[0].rules[0].use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-65[0].rules[0].use[2]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-65[0].rules[0].use[3]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-65[0].rules[0].use[4]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/Tables/TablePagination.vue?vue&type=style&index=0&id=
|
|
5432
|
-
var
|
|
5433
|
-
;// CONCATENATED MODULE: ./src/components/Tables/TablePagination.vue?vue&type=style&index=0&id=
|
|
5431
|
+
// EXTERNAL MODULE: ./node_modules/vue-style-loader/index.js??clonedRuleSet-65[0].rules[0].use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-65[0].rules[0].use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-65[0].rules[0].use[2]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-65[0].rules[0].use[3]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-65[0].rules[0].use[4]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/Tables/TablePagination.vue?vue&type=style&index=0&id=45f0d637&lang=scss&scoped=true&
|
|
5432
|
+
var TablePaginationvue_type_style_index_0_id_45f0d637_lang_scss_scoped_true_ = __webpack_require__(78367);
|
|
5433
|
+
;// CONCATENATED MODULE: ./src/components/Tables/TablePagination.vue?vue&type=style&index=0&id=45f0d637&lang=scss&scoped=true&
|
|
5434
5434
|
|
|
5435
5435
|
// EXTERNAL MODULE: ./node_modules/@vue/vue-loader-v15/lib/runtime/componentNormalizer.js
|
|
5436
5436
|
var componentNormalizer = __webpack_require__(1001);
|
|
@@ -5449,7 +5449,7 @@ var component = (0,componentNormalizer/* default */.Z)(
|
|
|
5449
5449
|
staticRenderFns,
|
|
5450
5450
|
false,
|
|
5451
5451
|
null,
|
|
5452
|
-
"
|
|
5452
|
+
"45f0d637",
|
|
5453
5453
|
null
|
|
5454
5454
|
|
|
5455
5455
|
)
|
|
@@ -14771,7 +14771,7 @@ ___CSS_LOADER_EXPORT___.push([module.id, ".uikit-table-actions{display:flex;colo
|
|
|
14771
14771
|
|
|
14772
14772
|
/***/ }),
|
|
14773
14773
|
|
|
14774
|
-
/***/
|
|
14774
|
+
/***/ 46381:
|
|
14775
14775
|
/***/ ((module, __webpack_exports__, __webpack_require__) => {
|
|
14776
14776
|
|
|
14777
14777
|
"use strict";
|
|
@@ -14788,7 +14788,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
14788
14788
|
|
|
14789
14789
|
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()));
|
|
14790
14790
|
// Module
|
|
14791
|
-
___CSS_LOADER_EXPORT___.push([module.id, ".uikit-table-pagination[data-v-
|
|
14791
|
+
___CSS_LOADER_EXPORT___.push([module.id, ".uikit-table-pagination[data-v-45f0d637]{display:flex;align-items:center;font-size:13px;line-height:18px;font-weight:500}.uikit-table-pagination__info[data-v-45f0d637]{margin-right:12px}.uikit-table-pagination__next[data-v-45f0d637],.uikit-table-pagination__previous[data-v-45f0d637]{color:#0064ff;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:17px}.uikit-table-pagination__next--disabled[data-v-45f0d637],.uikit-table-pagination__previous--disabled[data-v-45f0d637]{opacity:.35;cursor:default}.uikit-table-pagination__previous[data-v-45f0d637]{margin-right:4px}.uikit-table-pagination__next-icon[data-v-45f0d637],.uikit-table-pagination__previous-icon[data-v-45f0d637]{width:16px;height:10px}.uikit-table-pagination__previous-icon[data-v-45f0d637]{transform:rotate(90deg)}.uikit-table-pagination__next-icon[data-v-45f0d637]{transform:rotate(-90deg)}", ""]);
|
|
14792
14792
|
// Exports
|
|
14793
14793
|
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (___CSS_LOADER_EXPORT___);
|
|
14794
14794
|
|
|
@@ -25853,11 +25853,11 @@ var Icon_vue_1 = tslib_1.__importDefault(__webpack_require__(65844));
|
|
|
25853
25853
|
|
|
25854
25854
|
var BundleIcon_vue_1 = tslib_1.__importDefault(__webpack_require__(10749));
|
|
25855
25855
|
|
|
25856
|
-
var Table_vue_1 = tslib_1.__importDefault(__webpack_require__(
|
|
25856
|
+
var Table_vue_1 = tslib_1.__importDefault(__webpack_require__(83464));
|
|
25857
25857
|
|
|
25858
25858
|
var TableActions_vue_1 = tslib_1.__importDefault(__webpack_require__(12762));
|
|
25859
25859
|
|
|
25860
|
-
var TablePagination_vue_1 = tslib_1.__importDefault(__webpack_require__(
|
|
25860
|
+
var TablePagination_vue_1 = tslib_1.__importDefault(__webpack_require__(63364));
|
|
25861
25861
|
|
|
25862
25862
|
var Search_vue_1 = tslib_1.__importDefault(__webpack_require__(32799));
|
|
25863
25863
|
|
|
@@ -28779,19 +28779,19 @@ var update = add("37c8a63f", content, true, {"sourceMap":false,"shadowMode":fals
|
|
|
28779
28779
|
|
|
28780
28780
|
/***/ }),
|
|
28781
28781
|
|
|
28782
|
-
/***/
|
|
28782
|
+
/***/ 78367:
|
|
28783
28783
|
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
|
|
28784
28784
|
|
|
28785
28785
|
// style-loader: Adds some css to the DOM by adding a <style> tag
|
|
28786
28786
|
|
|
28787
28787
|
// load the styles
|
|
28788
|
-
var content = __webpack_require__(
|
|
28788
|
+
var content = __webpack_require__(46381);
|
|
28789
28789
|
if(content.__esModule) content = content.default;
|
|
28790
28790
|
if(typeof content === 'string') content = [[module.id, content, '']];
|
|
28791
28791
|
if(content.locals) module.exports = content.locals;
|
|
28792
28792
|
// add the styles to the DOM
|
|
28793
28793
|
var add = (__webpack_require__(54402)/* ["default"] */ .Z)
|
|
28794
|
-
var update = add("
|
|
28794
|
+
var update = add("32abbdda", content, true, {"sourceMap":false,"shadowMode":false});
|
|
28795
28795
|
|
|
28796
28796
|
/***/ }),
|
|
28797
28797
|
|