pro-design-vue 1.3.26 → 1.3.27
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 -7
- package/dist/index.full.min.js +2 -2
- package/dist/index.full.min.js.map +1 -1
- package/dist/index.full.min.mjs +2 -2
- package/dist/index.full.min.mjs.map +1 -1
- package/dist/index.full.mjs +3 -7
- package/es/components/table/src/components/interface.d.ts +1 -0
- package/es/index.d.ts +1 -0
- package/es/packages/components/table/src/components/Body/BodyCellTooltip.mjs +1 -1
- package/es/packages/components/table/src/components/Body/BodyCellTooltip.mjs.map +1 -1
- package/es/packages/components/table/src/components/Body/BodyEditCell.mjs +0 -4
- package/es/packages/components/table/src/components/Body/BodyEditCell.mjs.map +1 -1
- package/es/packages/components/table/src/components/interface.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/components/table/src/components/interface.d.ts +1 -0
- package/lib/index.d.ts +1 -0
- package/lib/packages/components/table/src/components/Body/BodyCellTooltip.js +1 -1
- package/lib/packages/components/table/src/components/Body/BodyCellTooltip.js.map +1 -1
- package/lib/packages/components/table/src/components/Body/BodyEditCell.js +0 -4
- package/lib/packages/components/table/src/components/Body/BodyEditCell.js.map +1 -1
- package/lib/packages/components/table/src/components/interface.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.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! Pro Design Vue v1.3.
|
|
1
|
+
/*! Pro Design Vue v1.3.27 */
|
|
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.
|
|
35
|
+
const version$1 = "1.3.27";
|
|
36
36
|
|
|
37
37
|
const makeInstaller = (components = []) => {
|
|
38
38
|
const install = (app) => {
|
|
@@ -32257,7 +32257,7 @@
|
|
|
32257
32257
|
var _a;
|
|
32258
32258
|
if (shouldOpen.value) {
|
|
32259
32259
|
return vue.createVNode(antDesignVue.Tooltip, vue.mergeProps({
|
|
32260
|
-
"get-popup-container":
|
|
32260
|
+
"get-popup-container": () => document.body,
|
|
32261
32261
|
"align": align.value
|
|
32262
32262
|
}, props.tooltipProps, {
|
|
32263
32263
|
"open": props.open,
|
|
@@ -32887,16 +32887,12 @@
|
|
|
32887
32887
|
}
|
|
32888
32888
|
});
|
|
32889
32889
|
vue.onMounted(() => {
|
|
32890
|
-
var _a2;
|
|
32891
32890
|
if (!props.isRowEdit && !editRowsMap.value[props.rowKey]) {
|
|
32892
32891
|
editRowsMap.value[props.rowKey] = {
|
|
32893
32892
|
...props.item
|
|
32894
32893
|
};
|
|
32895
32894
|
vue.triggerRef(editRowsMap);
|
|
32896
32895
|
}
|
|
32897
|
-
if ((_a2 = props.column.edit) == null ? void 0 : _a2.request) {
|
|
32898
|
-
requestOptions();
|
|
32899
|
-
}
|
|
32900
32896
|
setEditingCell({
|
|
32901
32897
|
recordIndexs: recordIndexs.value,
|
|
32902
32898
|
column: props.column,
|