pro-design-vue 1.3.16 → 1.3.17
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 +16 -12
- package/dist/index.full.min.js +6 -6
- 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 +16 -12
- 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/Table.mjs +4 -0
- package/es/packages/components/table/src/components/Table.mjs.map +1 -1
- package/es/packages/components/table/src/components/ToolBar/ToolBar.vue.mjs +10 -10
- package/es/packages/components/table/src/components/ToolBar/ToolBar.vue.mjs.map +1 -1
- package/es/packages/components/table/src/components/ToolBar/ToolBar.vue2.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/Table.js +4 -0
- package/lib/packages/components/table/src/components/Table.js.map +1 -1
- package/lib/packages/components/table/src/components/ToolBar/ToolBar.vue.js +10 -10
- package/lib/packages/components/table/src/components/ToolBar/ToolBar.vue.js.map +1 -1
- package/lib/packages/components/table/src/components/ToolBar/ToolBar.vue2.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.17 */
|
|
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.17";
|
|
36
36
|
|
|
37
37
|
const makeInstaller = (components = []) => {
|
|
38
38
|
const install = (app) => {
|
|
@@ -37303,7 +37303,7 @@
|
|
|
37303
37303
|
});
|
|
37304
37304
|
|
|
37305
37305
|
function _sfc_render$4(_ctx, _cache, $props, $setup, $data, $options) {
|
|
37306
|
-
var _a, _b, _c, _d
|
|
37306
|
+
var _a, _b, _c, _d;
|
|
37307
37307
|
const _component_InfoCircleOutlined = vue.resolveComponent("InfoCircleOutlined");
|
|
37308
37308
|
const _component_Tooltip = vue.resolveComponent("Tooltip");
|
|
37309
37309
|
const _component_ProSearch = vue.resolveComponent("ProSearch");
|
|
@@ -37346,10 +37346,10 @@
|
|
|
37346
37346
|
selectedRowKeys: _ctx.selectedRowKeys,
|
|
37347
37347
|
selectedRows: _ctx.selectedRows,
|
|
37348
37348
|
actionsRef: _ctx.actionsRef,
|
|
37349
|
-
searchParams: (
|
|
37349
|
+
searchParams: (_c = _ctx.actionsRef) == null ? void 0 : _c.searchParams,
|
|
37350
37350
|
onCleanSelected: _ctx.onCleanSelected
|
|
37351
37351
|
}, () => {
|
|
37352
|
-
var _a2
|
|
37352
|
+
var _a2;
|
|
37353
37353
|
return [
|
|
37354
37354
|
vue.createElementVNode(
|
|
37355
37355
|
"div",
|
|
@@ -37368,7 +37368,7 @@
|
|
|
37368
37368
|
selectedRowKeys: _ctx.selectedRowKeys,
|
|
37369
37369
|
selectedRows: _ctx.selectedRows,
|
|
37370
37370
|
actionsRef: _ctx.actionsRef,
|
|
37371
|
-
searchParams: (
|
|
37371
|
+
searchParams: (_a2 = _ctx.actionsRef) == null ? void 0 : _a2.searchParams,
|
|
37372
37372
|
onCleanSelected: _ctx.onCleanSelected
|
|
37373
37373
|
}, () => [
|
|
37374
37374
|
vue.createTextVNode(
|
|
@@ -37405,7 +37405,7 @@
|
|
|
37405
37405
|
class: vue.normalizeClass(`${_ctx.prefixCls}-toolbar-options`)
|
|
37406
37406
|
}, {
|
|
37407
37407
|
default: vue.withCtx(() => {
|
|
37408
|
-
var _a3
|
|
37408
|
+
var _a3;
|
|
37409
37409
|
return [
|
|
37410
37410
|
_ctx.mergeOptions.search !== false && !(!!_ctx.title || !!_ctx.$slots.title) ? (vue.openBlock(), vue.createElementBlock(
|
|
37411
37411
|
vue.Fragment,
|
|
@@ -37417,7 +37417,7 @@
|
|
|
37417
37417
|
selectedRowKeys: _ctx.selectedRowKeys,
|
|
37418
37418
|
selectedRows: _ctx.selectedRows,
|
|
37419
37419
|
actionsRef: _ctx.actionsRef,
|
|
37420
|
-
searchParams: (
|
|
37420
|
+
searchParams: (_a3 = _ctx.actionsRef) == null ? void 0 : _a3.searchParams,
|
|
37421
37421
|
onCleanSelected: _ctx.onCleanSelected
|
|
37422
37422
|
})
|
|
37423
37423
|
],
|
|
@@ -37443,7 +37443,7 @@
|
|
|
37443
37443
|
class: vue.normalizeClass(`${_ctx.prefixCls}-toolbar-actions`)
|
|
37444
37444
|
}, {
|
|
37445
37445
|
default: vue.withCtx(() => {
|
|
37446
|
-
var _a3,
|
|
37446
|
+
var _a3, _b2;
|
|
37447
37447
|
return [
|
|
37448
37448
|
_ctx.mergeOptions.search !== false && (!!_ctx.title || !!_ctx.$slots.title) ? (vue.openBlock(), vue.createElementBlock(
|
|
37449
37449
|
vue.Fragment,
|
|
@@ -37455,7 +37455,7 @@
|
|
|
37455
37455
|
selectedRowKeys: _ctx.selectedRowKeys,
|
|
37456
37456
|
selectedRows: _ctx.selectedRows,
|
|
37457
37457
|
actionsRef: _ctx.actionsRef,
|
|
37458
|
-
searchParams: (
|
|
37458
|
+
searchParams: (_a3 = _ctx.actionsRef) == null ? void 0 : _a3.searchParams,
|
|
37459
37459
|
onCleanSelected: _ctx.onCleanSelected
|
|
37460
37460
|
})
|
|
37461
37461
|
],
|
|
@@ -37467,7 +37467,7 @@
|
|
|
37467
37467
|
selectedRowKeys: _ctx.selectedRowKeys,
|
|
37468
37468
|
selectedRows: _ctx.selectedRows,
|
|
37469
37469
|
actionsRef: _ctx.actionsRef,
|
|
37470
|
-
searchParams: (
|
|
37470
|
+
searchParams: (_b2 = _ctx.actionsRef) == null ? void 0 : _b2.searchParams,
|
|
37471
37471
|
onCleanSelected: _ctx.onCleanSelected
|
|
37472
37472
|
}),
|
|
37473
37473
|
_ctx.options !== false ? (vue.openBlock(), vue.createElementBlock(
|
|
@@ -37544,7 +37544,7 @@
|
|
|
37544
37544
|
selectedRowKeys: _ctx.selectedRowKeys,
|
|
37545
37545
|
selectedRows: _ctx.selectedRows,
|
|
37546
37546
|
actionsRef: _ctx.actionsRef,
|
|
37547
|
-
searchParams: (
|
|
37547
|
+
searchParams: (_d = _ctx.actionsRef) == null ? void 0 : _d.searchParams,
|
|
37548
37548
|
onCleanSelected: _ctx.onCleanSelected
|
|
37549
37549
|
})
|
|
37550
37550
|
],
|
|
@@ -38207,6 +38207,10 @@
|
|
|
38207
38207
|
...actions.formSearch.value,
|
|
38208
38208
|
...fieldValues
|
|
38209
38209
|
});
|
|
38210
|
+
},
|
|
38211
|
+
getSearchParams: () => {
|
|
38212
|
+
var _a2;
|
|
38213
|
+
return (_a2 = actions.searchParams.value) != null ? _a2 : {};
|
|
38210
38214
|
}
|
|
38211
38215
|
});
|
|
38212
38216
|
return () => {
|