@kyfe/ks-query-table 0.0.10 → 0.0.11
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/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
;{try{let e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:{},n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="
|
|
1
|
+
;{try{let e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:{},n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="3b90165b-560d-47e1-866c-db85db507179",e._sentryDebugIdIdentifier="sentry-dbid-3b90165b-560d-47e1-866c-db85db507179")}catch(e){}};
|
|
2
2
|
{
|
|
3
3
|
let _global =
|
|
4
4
|
typeof window !== 'undefined' ?
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
self :
|
|
12
12
|
{};
|
|
13
13
|
|
|
14
|
-
_global.SENTRY_RELEASE={id:"@kyfe/ks-query-table@0.0.
|
|
14
|
+
_global.SENTRY_RELEASE={id:"@kyfe/ks-query-table@0.0.11"};}
|
|
15
15
|
module.exports =
|
|
16
16
|
/******/ (function(modules) { // webpackBootstrap
|
|
17
17
|
/******/ // The module cache
|
|
@@ -33674,7 +33674,8 @@ var table_horizontal_component = normalizeComponent(
|
|
|
33674
33674
|
try {
|
|
33675
33675
|
for (_iterator.s(); !(_step = _iterator.n()).done;) {
|
|
33676
33676
|
var entry = _step.value;
|
|
33677
|
-
var
|
|
33677
|
+
var topFixedHeight = _this3.$el.querySelector('.top-fixed') ? _this3.$el.querySelector('.top-fixed').clientHeight : 0;
|
|
33678
|
+
var newHeight = entry.contentRect.height - topFixedHeight;
|
|
33678
33679
|
// 仅在高度变化时执行某些操作
|
|
33679
33680
|
if (newHeight !== previousHeight) {
|
|
33680
33681
|
// console.log('新高度:', newHeight)
|