pro-design-vue 1.2.15 → 1.2.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.css +1 -1
- package/dist/index.full.js +142 -83
- package/dist/index.full.min.js +8 -8
- package/dist/index.full.min.js.map +1 -1
- package/dist/index.full.min.mjs +8 -8
- package/dist/index.full.min.mjs.map +1 -1
- package/dist/index.full.mjs +142 -83
- package/es/components/form/src/components/FormGroup.d.ts +12 -12
- package/es/components/form/src/components/FormList.d.ts +12 -12
- package/es/components/form/src/components/FormListContainer.d.ts +12 -12
- package/es/components/form/src/components/FormListItem.d.ts +12 -12
- package/es/components/form/src/components/FormRowWrapper.d.ts +12 -12
- package/es/components/form/src/components/FormSet.d.ts +12 -12
- package/es/components/table/src/components/Alert.vue.d.ts +2 -1
- package/es/components/table/src/components/InteralTable.vue.d.ts +132 -117
- package/es/components/table/src/components/Table.d.ts +132 -117
- package/es/components/table/src/components/ToolBar/ToolBar.vue.d.ts +1 -3
- package/es/components/table/src/components/interface.d.ts +183 -162
- package/es/index.d.ts +193 -171
- package/es/packages/components/table/src/components/Alert.vue.mjs.map +1 -1
- package/es/packages/components/table/src/components/Alert.vue2.mjs +4 -7
- package/es/packages/components/table/src/components/Alert.vue2.mjs.map +1 -1
- package/es/packages/components/table/src/components/Table.mjs +53 -19
- package/es/packages/components/table/src/components/Table.mjs.map +1 -1
- package/es/packages/components/table/src/components/ToolBar/ToolBar.vue.mjs +26 -2
- 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 +58 -54
- 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/form/src/components/FormGroup.d.ts +12 -12
- package/lib/components/form/src/components/FormList.d.ts +12 -12
- package/lib/components/form/src/components/FormListContainer.d.ts +12 -12
- package/lib/components/form/src/components/FormListItem.d.ts +12 -12
- package/lib/components/form/src/components/FormRowWrapper.d.ts +12 -12
- package/lib/components/form/src/components/FormSet.d.ts +12 -12
- package/lib/components/table/src/components/Alert.vue.d.ts +2 -1
- package/lib/components/table/src/components/InteralTable.vue.d.ts +132 -117
- package/lib/components/table/src/components/Table.d.ts +132 -117
- package/lib/components/table/src/components/ToolBar/ToolBar.vue.d.ts +1 -3
- package/lib/components/table/src/components/interface.d.ts +183 -162
- package/lib/index.d.ts +193 -171
- package/lib/packages/components/table/src/components/Alert.vue.js.map +1 -1
- package/lib/packages/components/table/src/components/Alert.vue2.js +4 -7
- package/lib/packages/components/table/src/components/Alert.vue2.js.map +1 -1
- package/lib/packages/components/table/src/components/Table.js +53 -19
- package/lib/packages/components/table/src/components/Table.js.map +1 -1
- package/lib/packages/components/table/src/components/ToolBar/ToolBar.vue.js +25 -1
- 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 +58 -54
- 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/theme-chalk/index.css +1 -1
- package/theme-chalk/src/table/toolbar.less +9 -1
package/dist/index.full.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! Pro Design Vue v1.2.
|
|
1
|
+
/*! Pro Design Vue v1.2.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.2.
|
|
35
|
+
const version$1 = "1.2.17";
|
|
36
36
|
|
|
37
37
|
const makeInstaller = (components = []) => {
|
|
38
38
|
const install = (app) => {
|
|
@@ -21615,60 +21615,6 @@
|
|
|
21615
21615
|
formatRangeCellText: {
|
|
21616
21616
|
type: Function
|
|
21617
21617
|
},
|
|
21618
|
-
"onUpdate:selectedRowKeys": {
|
|
21619
|
-
type: Function
|
|
21620
|
-
},
|
|
21621
|
-
onScroll: {
|
|
21622
|
-
type: Function
|
|
21623
|
-
},
|
|
21624
|
-
"onUpdate:expandedRowKeys": {
|
|
21625
|
-
type: Function
|
|
21626
|
-
},
|
|
21627
|
-
onResizeColumn: {
|
|
21628
|
-
type: Function,
|
|
21629
|
-
default: void 0
|
|
21630
|
-
},
|
|
21631
|
-
onRowDragEnd: {
|
|
21632
|
-
type: Function,
|
|
21633
|
-
default: void 0
|
|
21634
|
-
},
|
|
21635
|
-
onColumnDragEnd: {
|
|
21636
|
-
type: Function,
|
|
21637
|
-
default: void 0
|
|
21638
|
-
},
|
|
21639
|
-
onCellKeydown: {
|
|
21640
|
-
type: Function,
|
|
21641
|
-
default: void 0
|
|
21642
|
-
},
|
|
21643
|
-
onCellClick: {
|
|
21644
|
-
type: Function,
|
|
21645
|
-
default: void 0
|
|
21646
|
-
},
|
|
21647
|
-
onBeforeOpenEditor: {
|
|
21648
|
-
type: Function,
|
|
21649
|
-
default: void 0
|
|
21650
|
-
},
|
|
21651
|
-
onOpenEditor: {
|
|
21652
|
-
type: Function,
|
|
21653
|
-
default: void 0
|
|
21654
|
-
},
|
|
21655
|
-
onBeforeCloseEditor: {
|
|
21656
|
-
type: Function,
|
|
21657
|
-
default: void 0
|
|
21658
|
-
},
|
|
21659
|
-
onCloseEditor: {
|
|
21660
|
-
type: Function,
|
|
21661
|
-
default: void 0
|
|
21662
|
-
},
|
|
21663
|
-
"onUpdate:pagination": {
|
|
21664
|
-
type: Function
|
|
21665
|
-
},
|
|
21666
|
-
"onUpdate:dataSource": {
|
|
21667
|
-
type: Function
|
|
21668
|
-
},
|
|
21669
|
-
"onUpdate:columns": {
|
|
21670
|
-
type: Function
|
|
21671
|
-
},
|
|
21672
21618
|
columnEmptyText: {
|
|
21673
21619
|
type: [String, Boolean],
|
|
21674
21620
|
default: void 0
|
|
@@ -21676,6 +21622,7 @@
|
|
|
21676
21622
|
toolBar: { type: Boolean, default: void 0 },
|
|
21677
21623
|
options: { type: [Object, Boolean], default: void 0 },
|
|
21678
21624
|
alwaysShowAlert: { type: Boolean, default: void 0 },
|
|
21625
|
+
showAlert: { type: Boolean, default: void 0 },
|
|
21679
21626
|
// requst 相关配置
|
|
21680
21627
|
request: Function,
|
|
21681
21628
|
params: Object,
|
|
@@ -21725,6 +21672,63 @@
|
|
|
21725
21672
|
horizontalScrollSticky: {
|
|
21726
21673
|
type: [Boolean, Object],
|
|
21727
21674
|
default: true
|
|
21675
|
+
},
|
|
21676
|
+
"onUpdate:selectedRowKeys": {
|
|
21677
|
+
type: Function
|
|
21678
|
+
},
|
|
21679
|
+
onScroll: {
|
|
21680
|
+
type: Function
|
|
21681
|
+
},
|
|
21682
|
+
"onUpdate:expandedRowKeys": {
|
|
21683
|
+
type: Function
|
|
21684
|
+
},
|
|
21685
|
+
onResizeColumn: {
|
|
21686
|
+
type: Function,
|
|
21687
|
+
default: void 0
|
|
21688
|
+
},
|
|
21689
|
+
onRowDragEnd: {
|
|
21690
|
+
type: Function,
|
|
21691
|
+
default: void 0
|
|
21692
|
+
},
|
|
21693
|
+
onColumnDragEnd: {
|
|
21694
|
+
type: Function,
|
|
21695
|
+
default: void 0
|
|
21696
|
+
},
|
|
21697
|
+
onCellKeydown: {
|
|
21698
|
+
type: Function,
|
|
21699
|
+
default: void 0
|
|
21700
|
+
},
|
|
21701
|
+
onCellClick: {
|
|
21702
|
+
type: Function,
|
|
21703
|
+
default: void 0
|
|
21704
|
+
},
|
|
21705
|
+
onBeforeOpenEditor: {
|
|
21706
|
+
type: Function,
|
|
21707
|
+
default: void 0
|
|
21708
|
+
},
|
|
21709
|
+
onOpenEditor: {
|
|
21710
|
+
type: Function,
|
|
21711
|
+
default: void 0
|
|
21712
|
+
},
|
|
21713
|
+
onBeforeCloseEditor: {
|
|
21714
|
+
type: Function,
|
|
21715
|
+
default: void 0
|
|
21716
|
+
},
|
|
21717
|
+
onCloseEditor: {
|
|
21718
|
+
type: Function,
|
|
21719
|
+
default: void 0
|
|
21720
|
+
},
|
|
21721
|
+
"onUpdate:pagination": {
|
|
21722
|
+
type: Function
|
|
21723
|
+
},
|
|
21724
|
+
"onUpdate:dataSource": {
|
|
21725
|
+
type: Function
|
|
21726
|
+
},
|
|
21727
|
+
"onUpdate:columns": {
|
|
21728
|
+
type: Function
|
|
21729
|
+
},
|
|
21730
|
+
"onUpdate:showAlert": {
|
|
21731
|
+
type: Function
|
|
21728
21732
|
}
|
|
21729
21733
|
});
|
|
21730
21734
|
const tableProps = () => ({
|
|
@@ -34867,6 +34871,18 @@
|
|
|
34867
34871
|
class: vue.normalizeClass(`${_ctx.prefixCls}-toolbar`)
|
|
34868
34872
|
},
|
|
34869
34873
|
[
|
|
34874
|
+
!!_ctx.$slots.top ? (vue.openBlock(), vue.createElementBlock(
|
|
34875
|
+
"div",
|
|
34876
|
+
{
|
|
34877
|
+
key: 0,
|
|
34878
|
+
class: vue.normalizeClass(`${_ctx.prefixCls}-toolbar-top`)
|
|
34879
|
+
},
|
|
34880
|
+
[
|
|
34881
|
+
vue.renderSlot(_ctx.$slots, "top")
|
|
34882
|
+
],
|
|
34883
|
+
2
|
|
34884
|
+
/* CLASS */
|
|
34885
|
+
)) : vue.createCommentVNode("v-if", true),
|
|
34870
34886
|
vue.createElementVNode(
|
|
34871
34887
|
"div",
|
|
34872
34888
|
{
|
|
@@ -35028,7 +35044,19 @@
|
|
|
35028
35044
|
],
|
|
35029
35045
|
2
|
|
35030
35046
|
/* CLASS */
|
|
35031
|
-
)
|
|
35047
|
+
),
|
|
35048
|
+
!!_ctx.$slots.bottom ? (vue.openBlock(), vue.createElementBlock(
|
|
35049
|
+
"div",
|
|
35050
|
+
{
|
|
35051
|
+
key: 1,
|
|
35052
|
+
class: vue.normalizeClass(`${_ctx.prefixCls}-toolbar-bottom`)
|
|
35053
|
+
},
|
|
35054
|
+
[
|
|
35055
|
+
vue.renderSlot(_ctx.$slots, "bottom")
|
|
35056
|
+
],
|
|
35057
|
+
2
|
|
35058
|
+
/* CLASS */
|
|
35059
|
+
)) : vue.createCommentVNode("v-if", true)
|
|
35032
35060
|
],
|
|
35033
35061
|
2
|
|
35034
35062
|
/* CLASS */
|
|
@@ -35047,18 +35075,15 @@
|
|
|
35047
35075
|
selectedRows: {
|
|
35048
35076
|
type: Array,
|
|
35049
35077
|
default: () => []
|
|
35050
|
-
}
|
|
35078
|
+
},
|
|
35079
|
+
onCleanSelected: Function
|
|
35051
35080
|
},
|
|
35052
35081
|
inheritAttrs: false,
|
|
35053
35082
|
components: { Space: antDesignVue.Space },
|
|
35054
35083
|
emits: ["cleanSelected"],
|
|
35055
|
-
setup(_, {
|
|
35056
|
-
const onCleanSelected = () => {
|
|
35057
|
-
emit("cleanSelected");
|
|
35058
|
-
};
|
|
35084
|
+
setup(_, { slots }) {
|
|
35059
35085
|
return {
|
|
35060
|
-
slots
|
|
35061
|
-
onCleanSelected
|
|
35086
|
+
slots
|
|
35062
35087
|
};
|
|
35063
35088
|
}
|
|
35064
35089
|
});
|
|
@@ -35289,7 +35314,7 @@
|
|
|
35289
35314
|
attrs,
|
|
35290
35315
|
emit
|
|
35291
35316
|
}) {
|
|
35292
|
-
var _a;
|
|
35317
|
+
var _a, _b;
|
|
35293
35318
|
const tableRef = vue.ref();
|
|
35294
35319
|
const {
|
|
35295
35320
|
table,
|
|
@@ -35302,8 +35327,8 @@
|
|
|
35302
35327
|
} = useProvideHover({
|
|
35303
35328
|
rowHoverDelay: vue.computed(() => props.rowHoverDelay),
|
|
35304
35329
|
rowHover: vue.computed(() => {
|
|
35305
|
-
var _a2,
|
|
35306
|
-
return (
|
|
35330
|
+
var _a2, _b2;
|
|
35331
|
+
return (_b2 = props.rowHover) != null ? _b2 : (_a2 = table == null ? void 0 : table.value) == null ? void 0 : _a2.rowHover;
|
|
35307
35332
|
})
|
|
35308
35333
|
});
|
|
35309
35334
|
const mergedPrefixCls = vue.computed(() => {
|
|
@@ -35311,7 +35336,7 @@
|
|
|
35311
35336
|
return (_a2 = props.prefixCls) != null ? _a2 : prefixCls;
|
|
35312
35337
|
});
|
|
35313
35338
|
const mergeOptions = vue.computed(() => {
|
|
35314
|
-
var _a2,
|
|
35339
|
+
var _a2, _b2;
|
|
35315
35340
|
if (props.options === false) {
|
|
35316
35341
|
return false;
|
|
35317
35342
|
}
|
|
@@ -35319,7 +35344,7 @@
|
|
|
35319
35344
|
return (_a2 = table == null ? void 0 : table.value) == null ? void 0 : _a2.options;
|
|
35320
35345
|
}
|
|
35321
35346
|
return {
|
|
35322
|
-
...(
|
|
35347
|
+
...(_b2 = table == null ? void 0 : table.value) == null ? void 0 : _b2.options,
|
|
35323
35348
|
...props.options
|
|
35324
35349
|
};
|
|
35325
35350
|
});
|
|
@@ -35373,12 +35398,12 @@
|
|
|
35373
35398
|
}
|
|
35374
35399
|
});
|
|
35375
35400
|
const onFormSearchSubmit = (values) => {
|
|
35376
|
-
var _a2,
|
|
35401
|
+
var _a2, _b2;
|
|
35377
35402
|
if (mergeOptions.value && mergeOptions.value.search) {
|
|
35378
35403
|
const {
|
|
35379
35404
|
name = "keyword"
|
|
35380
35405
|
} = mergeOptions.value.search === true ? {} : mergeOptions.value.search;
|
|
35381
|
-
const success = (
|
|
35406
|
+
const success = (_b2 = (_a2 = mergeOptions.value.search) == null ? void 0 : _a2.onSearch) == null ? void 0 : _b2.call(_a2, actions.keyword.value);
|
|
35382
35407
|
if (success !== false) {
|
|
35383
35408
|
actions.setFormSearch({
|
|
35384
35409
|
...values,
|
|
@@ -35459,11 +35484,11 @@
|
|
|
35459
35484
|
(_a2 = props["onUpdate:columns"]) == null ? void 0 : _a2.call(props, rawColumns, action);
|
|
35460
35485
|
};
|
|
35461
35486
|
const formItems = vue.computed(() => {
|
|
35462
|
-
var _a2,
|
|
35487
|
+
var _a2, _b2, _c;
|
|
35463
35488
|
if (props.search === false) {
|
|
35464
35489
|
return [];
|
|
35465
35490
|
}
|
|
35466
|
-
if ((
|
|
35491
|
+
if ((_b2 = (_a2 = props.search) == null ? void 0 : _a2.items) == null ? void 0 : _b2.length) {
|
|
35467
35492
|
return (_c = props.search) == null ? void 0 : _c.items;
|
|
35468
35493
|
}
|
|
35469
35494
|
return flatColumnsHandle(props.columns).filter((item) => {
|
|
@@ -35518,13 +35543,30 @@
|
|
|
35518
35543
|
return (_a3 = preserveRecordsRef.value) == null ? void 0 : _a3.get(key);
|
|
35519
35544
|
});
|
|
35520
35545
|
});
|
|
35521
|
-
const onCleanSelected = () => {
|
|
35522
|
-
var _a2;
|
|
35546
|
+
const onCleanSelected = (keys) => {
|
|
35547
|
+
var _a2, _b2, _c, _d, _e;
|
|
35548
|
+
let newSelectedRowKeys = [];
|
|
35549
|
+
if (keys == null ? void 0 : keys.length) {
|
|
35550
|
+
newSelectedRowKeys = (_b2 = (_a2 = selectedRowKeys.value) == null ? void 0 : _a2.filter((key) => !keys.includes(key))) != null ? _b2 : [];
|
|
35551
|
+
}
|
|
35523
35552
|
if (props.rowSelection && props.rowSelection.onChange) {
|
|
35524
|
-
props.rowSelection.onChange(
|
|
35553
|
+
props.rowSelection.onChange(newSelectedRowKeys, (_c = selectedRows.value) != null ? _c : []);
|
|
35554
|
+
}
|
|
35555
|
+
(_e = props["onUpdate:selectedRowKeys"]) == null ? void 0 : _e.call(props, newSelectedRowKeys, (_d = selectedRows.value) != null ? _d : []);
|
|
35556
|
+
setSelectedRowKeys(newSelectedRowKeys);
|
|
35557
|
+
};
|
|
35558
|
+
const setRowSelected = (keys, rows) => {
|
|
35559
|
+
var _a2;
|
|
35560
|
+
if (keys == null ? void 0 : keys.length) {
|
|
35561
|
+
if (rows == null ? void 0 : rows.length) {
|
|
35562
|
+
rows.forEach((data) => {
|
|
35563
|
+
const dataRowKey = getRowKey.value(data, -1);
|
|
35564
|
+
preserveRecordsRef.value.set(dataRowKey, data);
|
|
35565
|
+
});
|
|
35566
|
+
}
|
|
35567
|
+
const newKeys = Array.from(/* @__PURE__ */ new Set([...(_a2 = selectedRowKeys.value) != null ? _a2 : [], ...keys]));
|
|
35568
|
+
setSelectedRowKeys(newKeys);
|
|
35525
35569
|
}
|
|
35526
|
-
(_a2 = props["onUpdate:selectedRowKeys"]) == null ? void 0 : _a2.call(props, [], []);
|
|
35527
|
-
setSelectedRowKeys([]);
|
|
35528
35570
|
};
|
|
35529
35571
|
const hideToolbar = vue.computed(() => mergeOptions.value === false && !props.title && !slots.title && !slots.toolbar && !slots.searchExtra && !slots.toolbarActions);
|
|
35530
35572
|
const notNeedCardDom = vue.computed(() => {
|
|
@@ -35548,6 +35590,20 @@
|
|
|
35548
35590
|
}
|
|
35549
35591
|
return {};
|
|
35550
35592
|
});
|
|
35593
|
+
const [mergeShowAlert, setMergeShowAlert] = useMergedState(!!((_b = selectedRowKeys.value) == null ? void 0 : _b.length), {
|
|
35594
|
+
value: vue.computed(() => props.showAlert),
|
|
35595
|
+
onChange(val) {
|
|
35596
|
+
var _a2;
|
|
35597
|
+
(_a2 = props["onUpdate:showAlert"]) == null ? void 0 : _a2.call(props, val);
|
|
35598
|
+
}
|
|
35599
|
+
});
|
|
35600
|
+
vue.watch(selectedRowKeys, (selectedKeys) => {
|
|
35601
|
+
if (selectedKeys == null ? void 0 : selectedKeys.length) {
|
|
35602
|
+
setMergeShowAlert(true);
|
|
35603
|
+
} else {
|
|
35604
|
+
setMergeShowAlert(false);
|
|
35605
|
+
}
|
|
35606
|
+
});
|
|
35551
35607
|
expose({
|
|
35552
35608
|
scrollTo: (pos, behavior) => {
|
|
35553
35609
|
var _a2;
|
|
@@ -35581,6 +35637,7 @@
|
|
|
35581
35637
|
dataSource.value = [];
|
|
35582
35638
|
},
|
|
35583
35639
|
cleanSelected: onCleanSelected,
|
|
35640
|
+
setSelected: setRowSelected,
|
|
35584
35641
|
appendCellToSelectedRange: (params) => {
|
|
35585
35642
|
var _a2;
|
|
35586
35643
|
return (_a2 = tableRef.value) == null ? void 0 : _a2.appendCellToSelectedRange(params);
|
|
@@ -35597,7 +35654,7 @@
|
|
|
35597
35654
|
reset
|
|
35598
35655
|
});
|
|
35599
35656
|
return () => {
|
|
35600
|
-
var _a2,
|
|
35657
|
+
var _a2, _b2, _c, _d, _e;
|
|
35601
35658
|
const {
|
|
35602
35659
|
expandIcon = slots.expandIcon,
|
|
35603
35660
|
expandedRowRender = slots.expandedRowRender
|
|
@@ -35638,8 +35695,10 @@
|
|
|
35638
35695
|
toolbar: slots.toolbar,
|
|
35639
35696
|
title: slots.title,
|
|
35640
35697
|
searchExtra: slots.searchExtra,
|
|
35641
|
-
actions: slots.toolbarActions
|
|
35642
|
-
|
|
35698
|
+
actions: slots.toolbarActions,
|
|
35699
|
+
bottom: slots.toolbarBottom,
|
|
35700
|
+
top: slots.toolbarTop
|
|
35701
|
+
}), !!props.rowSelection && ((_b2 = props.rowSelection) == null ? void 0 : _b2.type) !== "radio" && props.alwaysShowAlert !== false && mergeShowAlert.value && vue.createVNode(Alert, {
|
|
35643
35702
|
"prefixCls": mergedPrefixCls.value,
|
|
35644
35703
|
"selectedRowKeys": selectedRowKeys.value,
|
|
35645
35704
|
"selectedRows": selectedRows.value,
|
|
@@ -35688,7 +35747,7 @@
|
|
|
35688
35747
|
}
|
|
35689
35748
|
}, {
|
|
35690
35749
|
default: () => {
|
|
35691
|
-
var _a3,
|
|
35750
|
+
var _a3, _b3, _c2, _d2;
|
|
35692
35751
|
return [vue.createVNode("div", vue.mergeProps({
|
|
35693
35752
|
"ref": counter.rootDomRef
|
|
35694
35753
|
}, attrs, {
|
|
@@ -35697,7 +35756,7 @@
|
|
|
35697
35756
|
}), [props.search !== false && !!((_a3 = formItems.value) == null ? void 0 : _a3.length) && vue.createVNode(FormRender, {
|
|
35698
35757
|
"prefixCls": mergedPrefixCls.value,
|
|
35699
35758
|
"items": formItems.value,
|
|
35700
|
-
"cardBordered": (_d2 = (_c2 = props.cardBordered) != null ? _c2 : (
|
|
35759
|
+
"cardBordered": (_d2 = (_c2 = props.cardBordered) != null ? _c2 : (_b3 = table == null ? void 0 : table.value) == null ? void 0 : _b3.cardBordered) != null ? _d2 : dark == null ? void 0 : dark.value,
|
|
35701
35760
|
"search": props.search,
|
|
35702
35761
|
"tableShowCard": props.cardProps !== false,
|
|
35703
35762
|
"loading": formSubmitLoading.value,
|