pro-design-vue 1.3.9 → 1.3.10

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.
@@ -1,4 +1,4 @@
1
- /*! Pro Design Vue v1.3.9 */
1
+ /*! Pro Design Vue v1.3.10 */
2
2
 
3
3
  (function (global, factory) {
4
4
  typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('ant-design-vue'), require('vue'), require('ant-design-vue/es/locale/zh_CN.js')) :
@@ -32,7 +32,7 @@
32
32
  const DEFAULT_NAMESPACE = "pro";
33
33
  const DEFAULT_LOCALE = "zh-CN";
34
34
 
35
- const version$1 = "1.3.9";
35
+ const version$1 = "1.3.10";
36
36
 
37
37
  const makeInstaller = (components = []) => {
38
38
  const install = (app) => {
@@ -36535,7 +36535,10 @@
36535
36535
  const _component_FullscreenExitOutlined = vue.resolveComponent("FullscreenExitOutlined");
36536
36536
  const _component_FullscreenOutlined = vue.resolveComponent("FullscreenOutlined");
36537
36537
  const _component_Tooltip = vue.resolveComponent("Tooltip");
36538
- return vue.openBlock(), vue.createBlock(_component_Tooltip, { title: _ctx.title }, {
36538
+ return _ctx.fullscreen.toString() ? (vue.openBlock(), vue.createBlock(_component_Tooltip, {
36539
+ key: 0,
36540
+ title: _ctx.title
36541
+ }, {
36539
36542
  default: vue.withCtx(() => [
36540
36543
  vue.createElementVNode(
36541
36544
  "div",
@@ -36551,7 +36554,7 @@
36551
36554
  ]),
36552
36555
  _: 1
36553
36556
  /* STABLE */
36554
- }, 8, ["title"]);
36557
+ }, 8, ["title"])) : vue.createCommentVNode("v-if", true);
36555
36558
  }
36556
36559
  var FullscreenIcon = /* @__PURE__ */ _export_sfc(_sfc_main$d, [["render", _sfc_render$9]]);
36557
36560
 
@@ -38104,7 +38107,7 @@
38104
38107
  if (props.autoHeight || counter.hasFullScreen.value) {
38105
38108
  await vue.nextTick();
38106
38109
  const height = window.innerHeight - (((_c = (_b2 = (_a2 = tableRef.value) == null ? void 0 : _a2.rootRef) == null ? void 0 : _b2.getBoundingClientRect()) == null ? void 0 : _c.top) || 0) - (((_f = (_e = (_d = tableRef.value) == null ? void 0 : _d.paginationRef) == null ? void 0 : _e.getBoundingClientRect()) == null ? void 0 : _f.height) || 0);
38107
- tableHeight.value = typeof props.autoHeight === "function" ? (_g = props.autoHeight) == null ? void 0 : _g.call(props, height) : height;
38110
+ tableHeight.value = typeof props.autoHeight === "function" && !counter.hasFullScreen.value ? (_g = props.autoHeight) == null ? void 0 : _g.call(props, height) : height;
38108
38111
  } else {
38109
38112
  tableHeight.value = props.height;
38110
38113
  }