pro-design-vue 1.3.10 → 1.3.12

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.12 */
2
2
 
3
3
  import { Modal, theme as theme$1, ConfigProvider, App, Button as Button$1, Tooltip, Popconfirm, Dropdown, Menu, Slider, Drawer, Input, InputNumber, Form as Form$1, Space, Textarea, Select, TreeSelect, Checkbox as Checkbox$1, CheckboxGroup, RadioGroup, Radio as Radio$1, Cascader, Switch, Rate, DatePicker, RangePicker, TimePicker, TimeRangePicker, Upload, FormItemRest, Spin, message, Row as Row$1, Col, FormItem as FormItem$1, Steps, Popover, MenuItem, SubMenu, Empty, Badge, Tag, Pagination, InputSearch, Tree, Card, Tabs, TabPane } from 'ant-design-vue';
4
4
  import { inject, ref, getCurrentInstance, nextTick, h, reactive, defineComponent, createVNode, isVNode, Fragment, cloneVNode, provide, watch, computed, renderSlot, createPropsRestProxy, createBlock, openBlock, unref, mergeProps, withCtx, normalizeProps, guardReactiveProps, shallowRef, shallowReadonly, toValue, getCurrentScope, onScopeDispose, onMounted, hasInjectionContext, isRef, toRefs as toRefs$1, customRef, toRef as toRef$1, readonly, watchEffect, toRaw, createElementBlock, createCommentVNode, resolveDynamicComponent, createElementVNode, normalizeStyle, toDisplayString, normalizeClass, createSlots, createTextVNode, useAttrs, useTemplateRef, Teleport, onUnmounted, Comment as Comment$1, useSlots, useModel, withModifiers, mergeModels, renderList, camelize, isReactive, onActivated, onDeactivated, onBeforeUnmount, triggerRef, resolveDirective, withDirectives, vShow, render as render$1, resolveComponent, vModelText } from 'vue';
@@ -30,7 +30,7 @@ const SCROLL_FIXED_CLASS = `_scroll__fixed_`;
30
30
  const DEFAULT_NAMESPACE = "pro";
31
31
  const DEFAULT_LOCALE = "zh-CN";
32
32
 
33
- const version$1 = "1.3.10";
33
+ const version$1 = "1.3.12";
34
34
 
35
35
  const makeInstaller = (components = []) => {
36
36
  const install = (app) => {
@@ -36533,10 +36533,7 @@ function _sfc_render$9(_ctx, _cache, $props, $setup, $data, $options) {
36533
36533
  const _component_FullscreenExitOutlined = resolveComponent("FullscreenExitOutlined");
36534
36534
  const _component_FullscreenOutlined = resolveComponent("FullscreenOutlined");
36535
36535
  const _component_Tooltip = resolveComponent("Tooltip");
36536
- return _ctx.fullscreen.toString() ? (openBlock(), createBlock(_component_Tooltip, {
36537
- key: 0,
36538
- title: _ctx.title
36539
- }, {
36536
+ return openBlock(), createBlock(_component_Tooltip, { title: _ctx.title }, {
36540
36537
  default: withCtx(() => [
36541
36538
  createElementVNode(
36542
36539
  "div",
@@ -36552,7 +36549,7 @@ function _sfc_render$9(_ctx, _cache, $props, $setup, $data, $options) {
36552
36549
  ]),
36553
36550
  _: 1
36554
36551
  /* STABLE */
36555
- }, 8, ["title"])) : createCommentVNode("v-if", true);
36552
+ }, 8, ["title"]);
36556
36553
  }
36557
36554
  var FullscreenIcon = /* @__PURE__ */ _export_sfc(_sfc_main$d, [["render", _sfc_render$9]]);
36558
36555
 
@@ -1,15 +1,12 @@
1
1
  import _sfc_main from './FullscreenIcon.vue2.mjs';
2
- import { resolveComponent, createBlock, createCommentVNode, openBlock, withCtx, createElementVNode, mergeProps } from 'vue';
2
+ import { resolveComponent, createBlock, openBlock, withCtx, createElementVNode, mergeProps } from 'vue';
3
3
  import _export_sfc from '../../../../../../_virtual/_plugin-vue_export-helper.mjs';
4
4
 
5
5
  function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
6
6
  const _component_FullscreenExitOutlined = resolveComponent("FullscreenExitOutlined");
7
7
  const _component_FullscreenOutlined = resolveComponent("FullscreenOutlined");
8
8
  const _component_Tooltip = resolveComponent("Tooltip");
9
- return _ctx.fullscreen.toString() ? (openBlock(), createBlock(_component_Tooltip, {
10
- key: 0,
11
- title: _ctx.title
12
- }, {
9
+ return openBlock(), createBlock(_component_Tooltip, { title: _ctx.title }, {
13
10
  default: withCtx(() => [
14
11
  createElementVNode(
15
12
  "div",
@@ -25,7 +22,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
25
22
  ]),
26
23
  _: 1
27
24
  /* STABLE */
28
- }, 8, ["title"])) : createCommentVNode("v-if", true);
25
+ }, 8, ["title"]);
29
26
  }
30
27
  var FullscreenIcon = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
31
28
 
@@ -1 +1 @@
1
- {"version":3,"file":"FullscreenIcon.vue.mjs","sources":["../../../../../../../../../packages/components/table/src/components/ToolBar/FullscreenIcon.vue"],"sourcesContent":["<!--\n * @Author: shen\n * @Date: 2023-11-15 09:12:16\n * @LastEditors: shen\n * @LastEditTime: 2025-11-19 17:18:03\n * @Description:\n-->\n<script lang=\"ts\">\nimport { computed, defineComponent, h } from 'vue'\nimport { Tooltip } from 'ant-design-vue'\nimport { FullscreenExitOutlined, FullscreenOutlined } from '@ant-design/icons-vue'\nimport { useIntl } from '../../../../config-provider'\nimport { useInjectContainer } from '../../hooks/useContainer'\n\nexport default defineComponent({\n name: 'FullscreenIcon',\n inheritAttrs: false,\n components: { Tooltip, FullscreenExitOutlined, FullscreenOutlined },\n props: { prefixCls: String },\n setup() {\n const intl = useIntl()\n const counter = useInjectContainer()\n const fullscreen = computed(() => counter.hasFullScreen.value)\n\n const title = computed(() =>\n fullscreen.value\n ? intl.getMessage('tableToolBar.exitFullScreen', '退出全屏')\n : intl.getMessage('tableToolBar.fullScreen', '全屏'),\n )\n return {\n h,\n title,\n fullscreen,\n }\n },\n})\n</script>\n\n<template>\n <Tooltip :title=\"title\" v-if=\"fullscreen.toString()\">\n <div :class=\"`${prefixCls}-toolbar-actions-item`\" v-bind=\"$attrs\">\n <template v-if=\"fullscreen\">\n <FullscreenExitOutlined />\n </template>\n <template v-else>\n <FullscreenOutlined />\n </template>\n </div>\n </Tooltip>\n</template>\n"],"names":["_createBlock","_createElementVNode","_mergeProps","_openBlock"],"mappings":";;;;;;;;SAuCgC,KAAA,UAAA,CAAW,QAAA,mBAAzCA,YASU,kBAAA,EAAA;AAAA,IAAA,GAAA,EAAA,CAAA;AAAA,IATA,OAAO,IAAA,CAAA;AAAA,GAAA,EAAA;AAAA,qBACf,MAOM;AAAA,MAPNC,kBAAA;AAAA,QAOM,KAAA;AAAA,QAPNC,UAAA,CAOM;AAAA,UAPA,KAAA,EAAK,CAAA,EAAK,IAAA,CAAA,SAAS,CAAA,qBAAA;AAAA,SAAA,EAAiC,KAAA,MAAM,CAAA;AAAA,QAAA;AAAA,UAC9C,KAAA,UAAA,IAAAC,SAAA,IACdH,WAAA,CAA0B,iCAAA,EAAA,EAAA,GAAA,EAAA,CAAA,EAAA,CAAA,KAAAG,WAAA,EAG1BH,WAAA,CAAsB,+BAAA,EAAA,GAAA,EAAA,GAAA,CAAA;AAAA,SAAA;AAAA;;;;;;;;;;;;"}
1
+ {"version":3,"file":"FullscreenIcon.vue.mjs","sources":["../../../../../../../../../packages/components/table/src/components/ToolBar/FullscreenIcon.vue"],"sourcesContent":["<!--\n * @Author: shen\n * @Date: 2023-11-15 09:12:16\n * @LastEditors: shen\n * @LastEditTime: 2025-11-19 17:30:27\n * @Description:\n-->\n<script lang=\"ts\">\nimport { computed, defineComponent, h } from 'vue'\nimport { Tooltip } from 'ant-design-vue'\nimport { FullscreenExitOutlined, FullscreenOutlined } from '@ant-design/icons-vue'\nimport { useIntl } from '../../../../config-provider'\nimport { useInjectContainer } from '../../hooks/useContainer'\n\nexport default defineComponent({\n name: 'FullscreenIcon',\n inheritAttrs: false,\n components: { Tooltip, FullscreenExitOutlined, FullscreenOutlined },\n props: { prefixCls: String },\n setup() {\n const intl = useIntl()\n const counter = useInjectContainer()\n const fullscreen = computed(() => counter.hasFullScreen.value)\n\n const title = computed(() =>\n fullscreen.value\n ? intl.getMessage('tableToolBar.exitFullScreen', '退出全屏')\n : intl.getMessage('tableToolBar.fullScreen', '全屏'),\n )\n return {\n h,\n title,\n fullscreen,\n }\n },\n})\n</script>\n\n<template>\n <Tooltip :title=\"title\">\n <div :class=\"`${prefixCls}-toolbar-actions-item`\" v-bind=\"$attrs\">\n <template v-if=\"fullscreen\">\n <FullscreenExitOutlined />\n </template>\n <template v-else>\n <FullscreenOutlined />\n </template>\n </div>\n </Tooltip>\n</template>\n"],"names":["_createBlock","_withCtx","_createElementVNode","_mergeProps","_openBlock"],"mappings":";;;;;;;;sBAuCEA,WAAA,CASU,kBAAA,EAAA,EATA,KAAA,EAAO,IAAA,CAAA,OAAK,EAAA;AAAA,IAAA,OAAA,EAAAC,QACpB,MAOM;AAAA,MAPNC,kBAAA;AAAA,QAOM,KAAA;AAAA,QAPNC,UAAA,CAOM;AAAA,UAPA,KAAA,EAAK,CAAA,EAAK,IAAA,CAAA,SAAS,CAAA,qBAAA;AAAA,SAAA,EAAiC,KAAA,MAAM,CAAA;AAAA,QAAA;AAAA,UAC9C,KAAA,UAAA,IAAAC,SAAA,IACdJ,WAAA,CAA0B,iCAAA,EAAA,EAAA,GAAA,EAAA,CAAA,EAAA,CAAA,KAAAI,WAAA,EAG1BJ,WAAA,CAAsB,+BAAA,EAAA,GAAA,EAAA,GAAA,CAAA;AAAA,SAAA;AAAA;;;;;;;;;;;;"}
@@ -1 +1 @@
1
- {"version":3,"file":"FullscreenIcon.vue2.mjs","sources":["../../../../../../../../../packages/components/table/src/components/ToolBar/FullscreenIcon.vue"],"sourcesContent":["<!--\n * @Author: shen\n * @Date: 2023-11-15 09:12:16\n * @LastEditors: shen\n * @LastEditTime: 2025-11-19 17:18:03\n * @Description:\n-->\n<script lang=\"ts\">\nimport { computed, defineComponent, h } from 'vue'\nimport { Tooltip } from 'ant-design-vue'\nimport { FullscreenExitOutlined, FullscreenOutlined } from '@ant-design/icons-vue'\nimport { useIntl } from '../../../../config-provider'\nimport { useInjectContainer } from '../../hooks/useContainer'\n\nexport default defineComponent({\n name: 'FullscreenIcon',\n inheritAttrs: false,\n components: { Tooltip, FullscreenExitOutlined, FullscreenOutlined },\n props: { prefixCls: String },\n setup() {\n const intl = useIntl()\n const counter = useInjectContainer()\n const fullscreen = computed(() => counter.hasFullScreen.value)\n\n const title = computed(() =>\n fullscreen.value\n ? intl.getMessage('tableToolBar.exitFullScreen', '退出全屏')\n : intl.getMessage('tableToolBar.fullScreen', '全屏'),\n )\n return {\n h,\n title,\n fullscreen,\n }\n },\n})\n</script>\n\n<template>\n <Tooltip :title=\"title\" v-if=\"fullscreen.toString()\">\n <div :class=\"`${prefixCls}-toolbar-actions-item`\" v-bind=\"$attrs\">\n <template v-if=\"fullscreen\">\n <FullscreenExitOutlined />\n </template>\n <template v-else>\n <FullscreenOutlined />\n </template>\n </div>\n </Tooltip>\n</template>\n"],"names":[],"mappings":";;;;;;AAcA,gBAAe,eAAA,CAAgB;AAAA,EAC7B,IAAA,EAAM,gBAAA;AAAA,EACN,YAAA,EAAc,KAAA;AAAA,EACd,UAAA,EAAY,EAAE,OAAA,EAAS,sBAAA,EAAwB,kBAAA,EAAmB;AAAA,EAClE,KAAA,EAAO,EAAE,SAAA,EAAW,MAAA,EAAO;AAAA,EAC3B,KAAA,GAAQ;AACN,IAAA,MAAM,OAAO,OAAA,EAAQ;AACrB,IAAA,MAAM,UAAU,kBAAA,EAAmB;AACnC,IAAA,MAAM,UAAA,GAAa,QAAA,CAAS,MAAM,OAAA,CAAQ,cAAc,KAAK,CAAA;AAE7D,IAAA,MAAM,KAAA,GAAQ,QAAA;AAAA,MAAS,MACrB,UAAA,CAAW,KAAA,GACP,IAAA,CAAK,UAAA,CAAW,6BAAA,EAA+B,0BAAM,CAAA,GACrD,IAAA,CAAK,UAAA,CAAW,yBAAA,EAA2B,cAAI;AAAA,KACrD;AACA,IAAA,OAAO;AAAA,MACL,CAAA;AAAA,MACA,KAAA;AAAA,MACA;AAAA,KACF;AAAA,EACF;AACF,CAAC,CAAA;;;;"}
1
+ {"version":3,"file":"FullscreenIcon.vue2.mjs","sources":["../../../../../../../../../packages/components/table/src/components/ToolBar/FullscreenIcon.vue"],"sourcesContent":["<!--\n * @Author: shen\n * @Date: 2023-11-15 09:12:16\n * @LastEditors: shen\n * @LastEditTime: 2025-11-19 17:30:27\n * @Description:\n-->\n<script lang=\"ts\">\nimport { computed, defineComponent, h } from 'vue'\nimport { Tooltip } from 'ant-design-vue'\nimport { FullscreenExitOutlined, FullscreenOutlined } from '@ant-design/icons-vue'\nimport { useIntl } from '../../../../config-provider'\nimport { useInjectContainer } from '../../hooks/useContainer'\n\nexport default defineComponent({\n name: 'FullscreenIcon',\n inheritAttrs: false,\n components: { Tooltip, FullscreenExitOutlined, FullscreenOutlined },\n props: { prefixCls: String },\n setup() {\n const intl = useIntl()\n const counter = useInjectContainer()\n const fullscreen = computed(() => counter.hasFullScreen.value)\n\n const title = computed(() =>\n fullscreen.value\n ? intl.getMessage('tableToolBar.exitFullScreen', '退出全屏')\n : intl.getMessage('tableToolBar.fullScreen', '全屏'),\n )\n return {\n h,\n title,\n fullscreen,\n }\n },\n})\n</script>\n\n<template>\n <Tooltip :title=\"title\">\n <div :class=\"`${prefixCls}-toolbar-actions-item`\" v-bind=\"$attrs\">\n <template v-if=\"fullscreen\">\n <FullscreenExitOutlined />\n </template>\n <template v-else>\n <FullscreenOutlined />\n </template>\n </div>\n </Tooltip>\n</template>\n"],"names":[],"mappings":";;;;;;AAcA,gBAAe,eAAA,CAAgB;AAAA,EAC7B,IAAA,EAAM,gBAAA;AAAA,EACN,YAAA,EAAc,KAAA;AAAA,EACd,UAAA,EAAY,EAAE,OAAA,EAAS,sBAAA,EAAwB,kBAAA,EAAmB;AAAA,EAClE,KAAA,EAAO,EAAE,SAAA,EAAW,MAAA,EAAO;AAAA,EAC3B,KAAA,GAAQ;AACN,IAAA,MAAM,OAAO,OAAA,EAAQ;AACrB,IAAA,MAAM,UAAU,kBAAA,EAAmB;AACnC,IAAA,MAAM,UAAA,GAAa,QAAA,CAAS,MAAM,OAAA,CAAQ,cAAc,KAAK,CAAA;AAE7D,IAAA,MAAM,KAAA,GAAQ,QAAA;AAAA,MAAS,MACrB,UAAA,CAAW,KAAA,GACP,IAAA,CAAK,UAAA,CAAW,6BAAA,EAA+B,0BAAM,CAAA,GACrD,IAAA,CAAK,UAAA,CAAW,yBAAA,EAA2B,cAAI;AAAA,KACrD;AACA,IAAA,OAAO;AAAA,MACL,CAAA;AAAA,MACA,KAAA;AAAA,MACA;AAAA,KACF;AAAA,EACF;AACF,CAAC,CAAA;;;;"}
package/es/version.d.ts CHANGED
@@ -1 +1 @@
1
- export declare const version = "1.3.10";
1
+ export declare const version = "1.3.12";
package/es/version.mjs CHANGED
@@ -1,4 +1,4 @@
1
- const version = "1.3.10";
1
+ const version = "1.3.12";
2
2
 
3
3
  export { version };
4
4
  //# sourceMappingURL=version.mjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"version.mjs","sources":["../../../packages/pro-design-vue/version.ts"],"sourcesContent":["export const version = '1.3.10'\n"],"names":[],"mappings":"AAAO,MAAM,OAAA,GAAU;;;;"}
1
+ {"version":3,"file":"version.mjs","sources":["../../../packages/pro-design-vue/version.ts"],"sourcesContent":["export const version = '1.3.12'\n"],"names":[],"mappings":"AAAO,MAAM,OAAA,GAAU;;;;"}
@@ -10,10 +10,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
10
10
  const _component_FullscreenExitOutlined = vue.resolveComponent("FullscreenExitOutlined");
11
11
  const _component_FullscreenOutlined = vue.resolveComponent("FullscreenOutlined");
12
12
  const _component_Tooltip = vue.resolveComponent("Tooltip");
13
- return _ctx.fullscreen.toString() ? (vue.openBlock(), vue.createBlock(_component_Tooltip, {
14
- key: 0,
15
- title: _ctx.title
16
- }, {
13
+ return vue.openBlock(), vue.createBlock(_component_Tooltip, { title: _ctx.title }, {
17
14
  default: vue.withCtx(() => [
18
15
  vue.createElementVNode(
19
16
  "div",
@@ -29,7 +26,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
29
26
  ]),
30
27
  _: 1
31
28
  /* STABLE */
32
- }, 8, ["title"])) : vue.createCommentVNode("v-if", true);
29
+ }, 8, ["title"]);
33
30
  }
34
31
  var FullscreenIcon = /* @__PURE__ */ _pluginVue_exportHelper.default(FullscreenIcon_vue_vue_type_script_lang.default, [["render", _sfc_render]]);
35
32
 
@@ -1 +1 @@
1
- {"version":3,"file":"FullscreenIcon.vue.js","sources":["../../../../../../../../../packages/components/table/src/components/ToolBar/FullscreenIcon.vue"],"sourcesContent":["<!--\n * @Author: shen\n * @Date: 2023-11-15 09:12:16\n * @LastEditors: shen\n * @LastEditTime: 2025-11-19 17:18:03\n * @Description:\n-->\n<script lang=\"ts\">\nimport { computed, defineComponent, h } from 'vue'\nimport { Tooltip } from 'ant-design-vue'\nimport { FullscreenExitOutlined, FullscreenOutlined } from '@ant-design/icons-vue'\nimport { useIntl } from '../../../../config-provider'\nimport { useInjectContainer } from '../../hooks/useContainer'\n\nexport default defineComponent({\n name: 'FullscreenIcon',\n inheritAttrs: false,\n components: { Tooltip, FullscreenExitOutlined, FullscreenOutlined },\n props: { prefixCls: String },\n setup() {\n const intl = useIntl()\n const counter = useInjectContainer()\n const fullscreen = computed(() => counter.hasFullScreen.value)\n\n const title = computed(() =>\n fullscreen.value\n ? intl.getMessage('tableToolBar.exitFullScreen', '退出全屏')\n : intl.getMessage('tableToolBar.fullScreen', '全屏'),\n )\n return {\n h,\n title,\n fullscreen,\n }\n },\n})\n</script>\n\n<template>\n <Tooltip :title=\"title\" v-if=\"fullscreen.toString()\">\n <div :class=\"`${prefixCls}-toolbar-actions-item`\" v-bind=\"$attrs\">\n <template v-if=\"fullscreen\">\n <FullscreenExitOutlined />\n </template>\n <template v-else>\n <FullscreenOutlined />\n </template>\n </div>\n </Tooltip>\n</template>\n"],"names":["_createBlock","_createElementVNode","_mergeProps","_openBlock"],"mappings":";;;;;;;;;;;;SAuCgC,KAAA,UAAA,CAAW,QAAA,uBAAzCA,gBASU,kBAAA,EAAA;AAAA,IAAA,GAAA,EAAA,CAAA;AAAA,IATA,OAAO,IAAA,CAAA;AAAA,GAAA,EAAA;AAAA,yBACf,MAOM;AAAA,MAPNC,sBAAA;AAAA,QAOM,KAAA;AAAA,QAPNC,cAAA,CAOM;AAAA,UAPA,KAAA,EAAK,CAAA,EAAK,IAAA,CAAA,SAAS,CAAA,qBAAA;AAAA,SAAA,EAAiC,KAAA,MAAM,CAAA;AAAA,QAAA;AAAA,UAC9C,KAAA,UAAA,IAAAC,aAAA,IACdH,eAAA,CAA0B,iCAAA,EAAA,EAAA,GAAA,EAAA,CAAA,EAAA,CAAA,KAAAG,eAAA,EAG1BH,eAAA,CAAsB,+BAAA,EAAA,GAAA,EAAA,GAAA,CAAA;AAAA,SAAA;AAAA;;;;;;;;;;;;"}
1
+ {"version":3,"file":"FullscreenIcon.vue.js","sources":["../../../../../../../../../packages/components/table/src/components/ToolBar/FullscreenIcon.vue"],"sourcesContent":["<!--\n * @Author: shen\n * @Date: 2023-11-15 09:12:16\n * @LastEditors: shen\n * @LastEditTime: 2025-11-19 17:30:27\n * @Description:\n-->\n<script lang=\"ts\">\nimport { computed, defineComponent, h } from 'vue'\nimport { Tooltip } from 'ant-design-vue'\nimport { FullscreenExitOutlined, FullscreenOutlined } from '@ant-design/icons-vue'\nimport { useIntl } from '../../../../config-provider'\nimport { useInjectContainer } from '../../hooks/useContainer'\n\nexport default defineComponent({\n name: 'FullscreenIcon',\n inheritAttrs: false,\n components: { Tooltip, FullscreenExitOutlined, FullscreenOutlined },\n props: { prefixCls: String },\n setup() {\n const intl = useIntl()\n const counter = useInjectContainer()\n const fullscreen = computed(() => counter.hasFullScreen.value)\n\n const title = computed(() =>\n fullscreen.value\n ? intl.getMessage('tableToolBar.exitFullScreen', '退出全屏')\n : intl.getMessage('tableToolBar.fullScreen', '全屏'),\n )\n return {\n h,\n title,\n fullscreen,\n }\n },\n})\n</script>\n\n<template>\n <Tooltip :title=\"title\">\n <div :class=\"`${prefixCls}-toolbar-actions-item`\" v-bind=\"$attrs\">\n <template v-if=\"fullscreen\">\n <FullscreenExitOutlined />\n </template>\n <template v-else>\n <FullscreenOutlined />\n </template>\n </div>\n </Tooltip>\n</template>\n"],"names":["_createBlock","_withCtx","_createElementVNode","_mergeProps","_openBlock"],"mappings":";;;;;;;;;;;;0BAuCEA,eAAA,CASU,kBAAA,EAAA,EATA,KAAA,EAAO,IAAA,CAAA,OAAK,EAAA;AAAA,IAAA,OAAA,EAAAC,YACpB,MAOM;AAAA,MAPNC,sBAAA;AAAA,QAOM,KAAA;AAAA,QAPNC,cAAA,CAOM;AAAA,UAPA,KAAA,EAAK,CAAA,EAAK,IAAA,CAAA,SAAS,CAAA,qBAAA;AAAA,SAAA,EAAiC,KAAA,MAAM,CAAA;AAAA,QAAA;AAAA,UAC9C,KAAA,UAAA,IAAAC,aAAA,IACdJ,eAAA,CAA0B,iCAAA,EAAA,EAAA,GAAA,EAAA,CAAA,EAAA,CAAA,KAAAI,eAAA,EAG1BJ,eAAA,CAAsB,+BAAA,EAAA,GAAA,EAAA,GAAA,CAAA;AAAA,SAAA;AAAA;;;;;;;;;;;;"}
@@ -1 +1 @@
1
- {"version":3,"file":"FullscreenIcon.vue2.js","sources":["../../../../../../../../../packages/components/table/src/components/ToolBar/FullscreenIcon.vue"],"sourcesContent":["<!--\n * @Author: shen\n * @Date: 2023-11-15 09:12:16\n * @LastEditors: shen\n * @LastEditTime: 2025-11-19 17:18:03\n * @Description:\n-->\n<script lang=\"ts\">\nimport { computed, defineComponent, h } from 'vue'\nimport { Tooltip } from 'ant-design-vue'\nimport { FullscreenExitOutlined, FullscreenOutlined } from '@ant-design/icons-vue'\nimport { useIntl } from '../../../../config-provider'\nimport { useInjectContainer } from '../../hooks/useContainer'\n\nexport default defineComponent({\n name: 'FullscreenIcon',\n inheritAttrs: false,\n components: { Tooltip, FullscreenExitOutlined, FullscreenOutlined },\n props: { prefixCls: String },\n setup() {\n const intl = useIntl()\n const counter = useInjectContainer()\n const fullscreen = computed(() => counter.hasFullScreen.value)\n\n const title = computed(() =>\n fullscreen.value\n ? intl.getMessage('tableToolBar.exitFullScreen', '退出全屏')\n : intl.getMessage('tableToolBar.fullScreen', '全屏'),\n )\n return {\n h,\n title,\n fullscreen,\n }\n },\n})\n</script>\n\n<template>\n <Tooltip :title=\"title\" v-if=\"fullscreen.toString()\">\n <div :class=\"`${prefixCls}-toolbar-actions-item`\" v-bind=\"$attrs\">\n <template v-if=\"fullscreen\">\n <FullscreenExitOutlined />\n </template>\n <template v-else>\n <FullscreenOutlined />\n </template>\n </div>\n </Tooltip>\n</template>\n"],"names":["defineComponent","Tooltip","FullscreenExitOutlined","FullscreenOutlined","useIntl","useInjectContainer","computed","h"],"mappings":";;;;;;;;;;AAcA,gBAAeA,mBAAA,CAAgB;AAAA,EAC7B,IAAA,EAAM,gBAAA;AAAA,EACN,YAAA,EAAc,KAAA;AAAA,EACd,UAAA,EAAY,WAAEC,oBAAA,0BAASC,2BAAA,sBAAwBC,uBAAA,EAAmB;AAAA,EAClE,KAAA,EAAO,EAAE,SAAA,EAAW,MAAA,EAAO;AAAA,EAC3B,KAAA,GAAQ;AACN,IAAA,MAAM,OAAOC,eAAA,EAAQ;AACrB,IAAA,MAAM,UAAUC,+BAAA,EAAmB;AACnC,IAAA,MAAM,UAAA,GAAaC,YAAA,CAAS,MAAM,OAAA,CAAQ,cAAc,KAAK,CAAA;AAE7D,IAAA,MAAM,KAAA,GAAQA,YAAA;AAAA,MAAS,MACrB,UAAA,CAAW,KAAA,GACP,IAAA,CAAK,UAAA,CAAW,6BAAA,EAA+B,0BAAM,CAAA,GACrD,IAAA,CAAK,UAAA,CAAW,yBAAA,EAA2B,cAAI;AAAA,KACrD;AACA,IAAA,OAAO;AAAA,SACLC,KAAA;AAAA,MACA,KAAA;AAAA,MACA;AAAA,KACF;AAAA,EACF;AACF,CAAC,CAAA;;;;"}
1
+ {"version":3,"file":"FullscreenIcon.vue2.js","sources":["../../../../../../../../../packages/components/table/src/components/ToolBar/FullscreenIcon.vue"],"sourcesContent":["<!--\n * @Author: shen\n * @Date: 2023-11-15 09:12:16\n * @LastEditors: shen\n * @LastEditTime: 2025-11-19 17:30:27\n * @Description:\n-->\n<script lang=\"ts\">\nimport { computed, defineComponent, h } from 'vue'\nimport { Tooltip } from 'ant-design-vue'\nimport { FullscreenExitOutlined, FullscreenOutlined } from '@ant-design/icons-vue'\nimport { useIntl } from '../../../../config-provider'\nimport { useInjectContainer } from '../../hooks/useContainer'\n\nexport default defineComponent({\n name: 'FullscreenIcon',\n inheritAttrs: false,\n components: { Tooltip, FullscreenExitOutlined, FullscreenOutlined },\n props: { prefixCls: String },\n setup() {\n const intl = useIntl()\n const counter = useInjectContainer()\n const fullscreen = computed(() => counter.hasFullScreen.value)\n\n const title = computed(() =>\n fullscreen.value\n ? intl.getMessage('tableToolBar.exitFullScreen', '退出全屏')\n : intl.getMessage('tableToolBar.fullScreen', '全屏'),\n )\n return {\n h,\n title,\n fullscreen,\n }\n },\n})\n</script>\n\n<template>\n <Tooltip :title=\"title\">\n <div :class=\"`${prefixCls}-toolbar-actions-item`\" v-bind=\"$attrs\">\n <template v-if=\"fullscreen\">\n <FullscreenExitOutlined />\n </template>\n <template v-else>\n <FullscreenOutlined />\n </template>\n </div>\n </Tooltip>\n</template>\n"],"names":["defineComponent","Tooltip","FullscreenExitOutlined","FullscreenOutlined","useIntl","useInjectContainer","computed","h"],"mappings":";;;;;;;;;;AAcA,gBAAeA,mBAAA,CAAgB;AAAA,EAC7B,IAAA,EAAM,gBAAA;AAAA,EACN,YAAA,EAAc,KAAA;AAAA,EACd,UAAA,EAAY,WAAEC,oBAAA,0BAASC,2BAAA,sBAAwBC,uBAAA,EAAmB;AAAA,EAClE,KAAA,EAAO,EAAE,SAAA,EAAW,MAAA,EAAO;AAAA,EAC3B,KAAA,GAAQ;AACN,IAAA,MAAM,OAAOC,eAAA,EAAQ;AACrB,IAAA,MAAM,UAAUC,+BAAA,EAAmB;AACnC,IAAA,MAAM,UAAA,GAAaC,YAAA,CAAS,MAAM,OAAA,CAAQ,cAAc,KAAK,CAAA;AAE7D,IAAA,MAAM,KAAA,GAAQA,YAAA;AAAA,MAAS,MACrB,UAAA,CAAW,KAAA,GACP,IAAA,CAAK,UAAA,CAAW,6BAAA,EAA+B,0BAAM,CAAA,GACrD,IAAA,CAAK,UAAA,CAAW,yBAAA,EAA2B,cAAI;AAAA,KACrD;AACA,IAAA,OAAO;AAAA,SACLC,KAAA;AAAA,MACA,KAAA;AAAA,MACA;AAAA,KACF;AAAA,EACF;AACF,CAAC,CAAA;;;;"}
package/lib/version.d.ts CHANGED
@@ -1 +1 @@
1
- export declare const version = "1.3.10";
1
+ export declare const version = "1.3.12";
package/lib/version.js CHANGED
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- const version = "1.3.10";
3
+ const version = "1.3.12";
4
4
 
5
5
  exports.version = version;
6
6
  //# sourceMappingURL=version.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"version.js","sources":["../../../packages/pro-design-vue/version.ts"],"sourcesContent":["export const version = '1.3.10'\n"],"names":[],"mappings":";;AAAO,MAAM,OAAA,GAAU;;;;"}
1
+ {"version":3,"file":"version.js","sources":["../../../packages/pro-design-vue/version.ts"],"sourcesContent":["export const version = '1.3.12'\n"],"names":[],"mappings":";;AAAO,MAAM,OAAA,GAAU;;;;"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pro-design-vue",
3
- "version": "1.3.10",
3
+ "version": "1.3.12",
4
4
  "description": "A Component Library for Vue 3",
5
5
  "keywords": [
6
6
  "pro design",