pro-design-vue 1.3.10 → 1.3.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.
@@ -1,4 +1,4 @@
1
- /*! Pro Design Vue v1.3.10 */
1
+ /*! Pro Design Vue v1.3.11 */
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.10";
35
+ const version$1 = "1.3.11";
36
36
 
37
37
  const makeInstaller = (components = []) => {
38
38
  const install = (app) => {
@@ -36535,9 +36535,9 @@
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 _ctx.fullscreen.toString() ? (vue.openBlock(), vue.createBlock(_component_Tooltip, {
36539
- key: 0,
36540
- title: _ctx.title
36538
+ return vue.openBlock(), vue.createBlock(_component_Tooltip, {
36539
+ title: _ctx.title,
36540
+ key: _ctx.fullscreen.toString()
36541
36541
  }, {
36542
36542
  default: vue.withCtx(() => [
36543
36543
  vue.createElementVNode(
@@ -36554,7 +36554,7 @@
36554
36554
  ]),
36555
36555
  _: 1
36556
36556
  /* STABLE */
36557
- }, 8, ["title"])) : vue.createCommentVNode("v-if", true);
36557
+ }, 8, ["title"]);
36558
36558
  }
36559
36559
  var FullscreenIcon = /* @__PURE__ */ _export_sfc(_sfc_main$d, [["render", _sfc_render$9]]);
36560
36560