xrk-components 2.0.0-beta.53 → 2.0.0-beta.55
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/lib/index.esm.js +2 -2
- package/lib/index.umd.js +2 -2
- package/package.json +1 -1
package/lib/index.esm.js
CHANGED
|
@@ -72356,7 +72356,7 @@ var script$r = /*#__PURE__*/ defineComponent(__assign(__assign({}, __default__$p
|
|
|
72356
72356
|
document.body.appendChild(div);
|
|
72357
72357
|
var res = isTextarea
|
|
72358
72358
|
? div.offsetHeight > (parseInt(inputStyle.height) || 0)
|
|
72359
|
-
: div.offsetWidth >
|
|
72359
|
+
: div.offsetWidth + 22 >
|
|
72360
72360
|
(parseInt(window.getComputedStyle((_b = divRef.value) === null || _b === void 0 ? void 0 : _b.querySelector('.xrk-input__wrapper')).width) || 0);
|
|
72361
72361
|
document.body.removeChild(div);
|
|
72362
72362
|
return res;
|
|
@@ -76682,7 +76682,7 @@ var script$1 = /*#__PURE__*/ defineComponent(__assign(__assign({}, __default__$1
|
|
|
76682
76682
|
var slots = useSlots();
|
|
76683
76683
|
var vLoading$1 = vLoading;
|
|
76684
76684
|
var baseTableKey = ref(1);
|
|
76685
|
-
var paginationConfig = computed(function () { return (__assign({ pageNoKey: 'pageNum', pageSizeKey: 'pageSize', paginationPageSize:
|
|
76685
|
+
var paginationConfig = computed(function () { return (__assign({ pageNoKey: 'pageNum', pageSizeKey: 'pageSize', paginationPageSize: 15, paginationCurrentPage: 1 }, (props.paginationConfig || {}))); });
|
|
76686
76686
|
var TableSelectionRows = ref([]);
|
|
76687
76687
|
var XrkSearchRef = ref();
|
|
76688
76688
|
var XrkTablebaseTableRef = ref();
|
package/lib/index.umd.js
CHANGED
|
@@ -72359,7 +72359,7 @@ usage: app.provide(ZINDEX_INJECTION_KEY, { current: 0 })`);
|
|
|
72359
72359
|
document.body.appendChild(div);
|
|
72360
72360
|
var res = isTextarea
|
|
72361
72361
|
? div.offsetHeight > (parseInt(inputStyle.height) || 0)
|
|
72362
|
-
: div.offsetWidth >
|
|
72362
|
+
: div.offsetWidth + 22 >
|
|
72363
72363
|
(parseInt(window.getComputedStyle((_b = divRef.value) === null || _b === void 0 ? void 0 : _b.querySelector('.xrk-input__wrapper')).width) || 0);
|
|
72364
72364
|
document.body.removeChild(div);
|
|
72365
72365
|
return res;
|
|
@@ -76685,7 +76685,7 @@ usage: app.provide(ZINDEX_INJECTION_KEY, { current: 0 })`);
|
|
|
76685
76685
|
var slots = vue.useSlots();
|
|
76686
76686
|
var vLoading$1 = vLoading;
|
|
76687
76687
|
var baseTableKey = vue.ref(1);
|
|
76688
|
-
var paginationConfig = vue.computed(function () { return (__assign({ pageNoKey: 'pageNum', pageSizeKey: 'pageSize', paginationPageSize:
|
|
76688
|
+
var paginationConfig = vue.computed(function () { return (__assign({ pageNoKey: 'pageNum', pageSizeKey: 'pageSize', paginationPageSize: 15, paginationCurrentPage: 1 }, (props.paginationConfig || {}))); });
|
|
76689
76689
|
var TableSelectionRows = vue.ref([]);
|
|
76690
76690
|
var XrkSearchRef = vue.ref();
|
|
76691
76691
|
var XrkTablebaseTableRef = vue.ref();
|