pro-design-vue 1.3.11 → 1.3.13
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/dist/index.full.js +3 -6
- package/dist/index.full.min.js +2 -2
- package/dist/index.full.min.js.map +1 -1
- package/dist/index.full.min.mjs +6 -6
- package/dist/index.full.min.mjs.map +1 -1
- package/dist/index.full.mjs +3 -6
- package/es/packages/components/table/src/components/ToolBar/FullscreenIcon.vue.mjs +1 -4
- package/es/packages/components/table/src/components/ToolBar/FullscreenIcon.vue.mjs.map +1 -1
- package/es/packages/components/table/src/components/ToolBar/FullscreenIcon.vue2.mjs.map +1 -1
- package/es/version.d.ts +1 -1
- package/es/version.mjs +1 -1
- package/es/version.mjs.map +1 -1
- package/lib/packages/components/table/src/components/ToolBar/FullscreenIcon.vue.js +1 -4
- package/lib/packages/components/table/src/components/ToolBar/FullscreenIcon.vue.js.map +1 -1
- package/lib/packages/components/table/src/components/ToolBar/FullscreenIcon.vue2.js.map +1 -1
- package/lib/version.d.ts +1 -1
- package/lib/version.js +1 -1
- package/lib/version.js.map +1 -1
- package/package.json +1 -1
package/dist/index.full.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! Pro Design Vue v1.3.
|
|
1
|
+
/*! Pro Design Vue v1.3.13 */
|
|
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.
|
|
33
|
+
const version$1 = "1.3.13";
|
|
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 openBlock(), createBlock(_component_Tooltip, {
|
|
36537
|
-
title: _ctx.title,
|
|
36538
|
-
key: _ctx.fullscreen.toString()
|
|
36539
|
-
}, {
|
|
36536
|
+
return openBlock(), createBlock(_component_Tooltip, { title: _ctx.title }, {
|
|
36540
36537
|
default: withCtx(() => [
|
|
36541
36538
|
createElementVNode(
|
|
36542
36539
|
"div",
|
|
@@ -6,10 +6,7 @@ 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 openBlock(), createBlock(_component_Tooltip, {
|
|
10
|
-
title: _ctx.title,
|
|
11
|
-
key: _ctx.fullscreen.toString()
|
|
12
|
-
}, {
|
|
9
|
+
return openBlock(), createBlock(_component_Tooltip, { title: _ctx.title }, {
|
|
13
10
|
default: withCtx(() => [
|
|
14
11
|
createElementVNode(
|
|
15
12
|
"div",
|
|
@@ -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:
|
|
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:
|
|
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.
|
|
1
|
+
export declare const version = "1.3.13";
|
package/es/version.mjs
CHANGED
package/es/version.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"version.mjs","sources":["../../../packages/pro-design-vue/version.ts"],"sourcesContent":["export const version = '1.3.
|
|
1
|
+
{"version":3,"file":"version.mjs","sources":["../../../packages/pro-design-vue/version.ts"],"sourcesContent":["export const version = '1.3.13'\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 vue.openBlock(), vue.createBlock(_component_Tooltip, {
|
|
14
|
-
title: _ctx.title,
|
|
15
|
-
key: _ctx.fullscreen.toString()
|
|
16
|
-
}, {
|
|
13
|
+
return vue.openBlock(), vue.createBlock(_component_Tooltip, { title: _ctx.title }, {
|
|
17
14
|
default: vue.withCtx(() => [
|
|
18
15
|
vue.createElementVNode(
|
|
19
16
|
"div",
|
|
@@ -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:
|
|
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:
|
|
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.
|
|
1
|
+
export declare const version = "1.3.13";
|
package/lib/version.js
CHANGED
package/lib/version.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"version.js","sources":["../../../packages/pro-design-vue/version.ts"],"sourcesContent":["export const version = '1.3.
|
|
1
|
+
{"version":3,"file":"version.js","sources":["../../../packages/pro-design-vue/version.ts"],"sourcesContent":["export const version = '1.3.13'\n"],"names":[],"mappings":";;AAAO,MAAM,OAAA,GAAU;;;;"}
|