@aplus-frontend/ui 0.6.0-beta.4 → 0.6.0-beta.6
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/es/src/ap-action/group/index.vue.d.ts +1 -1
- package/es/src/ap-action/item-dropdown/index.vue.d.ts +1 -1
- package/es/src/ap-field/date/helper.mjs +12 -12
- package/es/src/ap-field/date/index.vue.d.ts +1 -1
- package/es/src/ap-field/date-range/index.vue.d.ts +1 -1
- package/es/src/ap-field/number/index.vue.d.ts +1 -1
- package/es/src/ap-field/rate/index.vue.d.ts +1 -1
- package/es/src/ap-field/select/index.vue.d.ts +1 -1
- package/es/src/ap-field/tree-select/index.vue.d.ts +1 -1
- package/es/src/ap-form/item/index.vue.d.ts +1 -1
- package/es/src/ap-form/items/number/index.vue.d.ts +8 -8
- package/es/src/ap-form/items/select/index.vue.d.ts +8 -8
- package/es/src/ap-form/items/text/index.vue.d.ts +2 -2
- package/es/src/ap-form/items/text/password.vue.d.ts +2 -2
- package/es/src/ap-form/items/tree-select/index.vue.d.ts +8 -8
- package/es/src/ap-form/render/item.vue.d.ts +1 -1
- package/es/src/ap-grid/index.vue.mjs +37 -35
- package/es/src/ap-info-layout/ap-info-layout-admin/ApInfoLayoutAdmin.vue.d.ts +1 -1
- package/es/src/ap-table/ap-table.vue2.mjs +20 -18
- package/es/src/ap-table/constants.d.ts +30 -30
- package/es/src/ap-table/utils.d.ts +14 -14
- package/es/src/business/ap-expand-alert/ApExpandAlert.vue.d.ts +3 -3
- package/es/src/business/ap-expand-alert/ApExpandAlert.vue2.mjs +25 -25
- package/es/src/business/ap-expand-alert/index.d.ts +4 -4
- package/es/src/business/ap-label/ApLabel.d.ts +1 -1
- package/es/src/business/ap-label/index.d.ts +3 -3
- package/es/src/business/ap-ladder/ApLadder.d.ts +1 -1
- package/es/src/business/ap-ladder/index.d.ts +3 -3
- package/es/src/business/ap-view/ap-view.vue2.mjs +60 -58
- package/es/src/business/ap-view/components/menu-list-content.vue2.mjs +79 -73
- package/es/src/business/ap-view/hooks/use-view-provide.d.ts +1 -0
- package/es/src/business/batch-input-group/form-item.vue.d.ts +1 -1
- package/es/src/business/batch-input-group/index.vue.d.ts +1 -1
- package/es/src/check-card/group.vue.d.ts +1 -1
- package/es/src/config-provider/config-provider-props.d.ts +0 -5
- package/es/src/config-provider/config-provider-props.mjs +0 -4
- package/es/src/config-provider/config-provider.d.ts +0 -138
- package/es/src/config-provider/config-provider.mjs +21 -26
- package/es/src/config-provider/hooks/use-global-config.d.ts +0 -5
- package/es/src/config-provider/index.d.ts +0 -652
- package/lib/src/ap-action/group/index.vue.d.ts +1 -1
- package/lib/src/ap-action/item-dropdown/index.vue.d.ts +1 -1
- package/lib/src/ap-field/date/helper.js +1 -1
- package/lib/src/ap-field/date/index.vue.d.ts +1 -1
- package/lib/src/ap-field/date-range/index.vue.d.ts +1 -1
- package/lib/src/ap-field/number/index.vue.d.ts +1 -1
- package/lib/src/ap-field/rate/index.vue.d.ts +1 -1
- package/lib/src/ap-field/select/index.vue.d.ts +1 -1
- package/lib/src/ap-field/tree-select/index.vue.d.ts +1 -1
- package/lib/src/ap-form/item/index.vue.d.ts +1 -1
- package/lib/src/ap-form/items/number/index.vue.d.ts +8 -8
- package/lib/src/ap-form/items/select/index.vue.d.ts +8 -8
- package/lib/src/ap-form/items/text/index.vue.d.ts +2 -2
- package/lib/src/ap-form/items/text/password.vue.d.ts +2 -2
- package/lib/src/ap-form/items/tree-select/index.vue.d.ts +8 -8
- package/lib/src/ap-form/render/item.vue.d.ts +1 -1
- package/lib/src/ap-grid/index.vue.js +1 -1
- package/lib/src/ap-info-layout/ap-info-layout-admin/ApInfoLayoutAdmin.vue.d.ts +1 -1
- package/lib/src/ap-table/ap-table.vue2.js +1 -1
- package/lib/src/ap-table/constants.d.ts +30 -30
- package/lib/src/ap-table/utils.d.ts +14 -14
- package/lib/src/business/ap-expand-alert/ApExpandAlert.vue.d.ts +3 -3
- package/lib/src/business/ap-expand-alert/ApExpandAlert.vue2.js +1 -1
- package/lib/src/business/ap-expand-alert/index.d.ts +4 -4
- package/lib/src/business/ap-label/ApLabel.d.ts +1 -1
- package/lib/src/business/ap-label/index.d.ts +3 -3
- package/lib/src/business/ap-ladder/ApLadder.d.ts +1 -1
- package/lib/src/business/ap-ladder/index.d.ts +3 -3
- package/lib/src/business/ap-view/ap-view.vue2.js +1 -1
- package/lib/src/business/ap-view/components/menu-list-content.vue2.js +1 -1
- package/lib/src/business/ap-view/hooks/use-view-provide.d.ts +1 -0
- package/lib/src/business/batch-input-group/form-item.vue.d.ts +1 -1
- package/lib/src/business/batch-input-group/index.vue.d.ts +1 -1
- package/lib/src/check-card/group.vue.d.ts +1 -1
- package/lib/src/config-provider/config-provider-props.d.ts +0 -5
- package/lib/src/config-provider/config-provider-props.js +1 -1
- package/lib/src/config-provider/config-provider.d.ts +0 -138
- package/lib/src/config-provider/config-provider.js +1 -1
- package/lib/src/config-provider/hooks/use-global-config.d.ts +0 -5
- package/lib/src/config-provider/index.d.ts +0 -652
- package/package.json +3 -3
- package/theme/antd-global-overwrite/admin/index.css +3 -0
- package/theme/antd-global-overwrite/admin/index.less +1 -0
- package/theme/antd-global-overwrite/admin/tooltip.css +3 -0
- package/theme/antd-global-overwrite/admin/tooltip.less +3 -0
- package/theme/antd-global-overwrite/aplus/index.css +3 -0
- package/theme/antd-global-overwrite/aplus/index.less +1 -0
- package/theme/antd-global-overwrite/aplus/tooltip.css +3 -0
- package/theme/antd-global-overwrite/aplus/tooltip.less +3 -0
- package/theme/ap-action/item-dropdown.css +17 -0
- package/theme/ap-action/item.css +17 -0
- package/theme/ap-appendix/ap-appendix.css +17 -0
- package/theme/ap-attachment/ap-attachment.css +17 -0
- package/theme/ap-batch-action/ap-batch-action.css +17 -0
- package/theme/ap-button/ap-button.css +17 -0
- package/theme/ap-card/ap-card.css +17 -0
- package/theme/ap-descriptions/ap-descriptions.css +17 -0
- package/theme/ap-download/ap-download.css +17 -0
- package/theme/ap-expand-alert/ap-expand-alert.css +17 -0
- package/theme/ap-field/checkbox.css +17 -0
- package/theme/ap-field/index.css +17 -0
- package/theme/ap-field/number.css +17 -0
- package/theme/ap-field/radio.css +17 -0
- package/theme/ap-field/text-area.css +17 -0
- package/theme/ap-form/ap-form-item-group.css +17 -0
- package/theme/ap-form/ap-form-item.css +22 -2
- package/theme/ap-form/ap-form-item.less +9 -3
- package/theme/ap-form/drawer-form.css +17 -0
- package/theme/ap-form/index.css +22 -2
- package/theme/ap-form/item-text-group.css +17 -0
- package/theme/ap-form/item-text.css +17 -0
- package/theme/ap-form/modal-form.css +17 -0
- package/theme/ap-form/search-form-sorter.css +17 -0
- package/theme/ap-form/search-form.css +22 -2
- package/theme/ap-grid/editable.css +17 -0
- package/theme/ap-grid/index.css +39 -2
- package/theme/ap-grid/index.less +1 -0
- package/theme/ap-group-search/ap-extension-select.css +17 -0
- package/theme/ap-group-search/ap-group-search.css +17 -0
- package/theme/ap-group-search/ap-popover-select.css +17 -0
- package/theme/ap-image/ap-image.css +17 -0
- package/theme/ap-input-radio/ap-input-radio.css +17 -0
- package/theme/ap-label/ap-label.css +17 -0
- package/theme/ap-ladder/ap-ladder.css +17 -0
- package/theme/ap-layout/ap-info-layout.css +17 -0
- package/theme/ap-list/index.css +17 -0
- package/theme/ap-product-info/ap-product-info.css +17 -0
- package/theme/ap-select-layout/ap-select-layout.css +17 -0
- package/theme/ap-size-input/ap-size-input.css +17 -0
- package/theme/ap-status/ap-status.css +17 -0
- package/theme/ap-summary/index.css +17 -0
- package/theme/ap-table/ap-table-index.css +17 -0
- package/theme/ap-table/ap-table-paragraph-ellipsis.css +17 -0
- package/theme/ap-table/ap-table.css +39 -2
- package/theme/ap-table/ap-table.less +1 -0
- package/theme/ap-table/setting/index.css +17 -0
- package/theme/ap-table/setting/modal.css +17 -0
- package/theme/ap-table/setting/select-group.css +17 -0
- package/theme/ap-table/setting/sortable-item-meta.css +17 -0
- package/theme/ap-table/setting/sortable-item.css +17 -0
- package/theme/ap-table/setting/sorter.css +17 -0
- package/theme/ap-table-modal/index.css +39 -2
- package/theme/ap-tag/ap-tag-group.css +17 -0
- package/theme/ap-tag/ap-tag.css +17 -0
- package/theme/ap-title/ap-title.css +17 -0
- package/theme/ap-upload/index.css +17 -0
- package/theme/ap-upload/multiple-file.css +17 -0
- package/theme/ap-upload/picture.css +17 -0
- package/theme/ap-upload/single-file.css +17 -0
- package/theme/ap-upload/upload.css +17 -0
- package/theme/ap-upload-single/index.css +17 -0
- package/theme/ap-view/ap-view.css +17 -0
- package/theme/batch-input-group/index.css +17 -0
- package/theme/batch-input-group/popover-input.css +17 -0
- package/theme/check-card/index.css +17 -0
- package/theme/editable-table/index.css +22 -2
- package/theme/full-screen/index.css +17 -0
- package/theme/index.css +148 -2
- package/theme/index.less +1 -0
- package/theme/mask/index.css +17 -0
- package/theme/mixins/mixins.css +17 -0
- package/theme/mixins/mixins.less +28 -0
- package/theme/scroll-bar/index.css +17 -0
- package/theme/scroll-view/index.css +17 -0
- package/theme/splitter/index.css +17 -0
- package/theme/text/group.css +17 -0
- package/theme/text/index.css +17 -0
- package/theme/ui-mode.css +92 -0
- package/theme/ui-mode.less +93 -0
- package/theme/work-order-modal/index.css +17 -0
- package/es/src/config-provider/css-var.d.ts +0 -139
- package/es/src/config-provider/css-var.mjs +0 -278
- package/lib/src/config-provider/css-var.d.ts +0 -139
- package/lib/src/config-provider/css-var.js +0 -1
|
@@ -117,13 +117,13 @@ const No = /* @__PURE__ */ Be({
|
|
|
117
117
|
var G;
|
|
118
118
|
const C = Fe(), a = re, x = (G = Ie()) == null ? void 0 : G.appContext.app;
|
|
119
119
|
x && !x.__VXE_PC_UI_INSTALLED__ && (x.use(Z), x.__VXE_PC_UI_INSTALLED__ = !0);
|
|
120
|
-
const { e: P, b:
|
|
120
|
+
const { e: P, b: c, be: le } = Ze("ap-grid"), ne = eo("valueTypeMap"), i = B([]), $ = B([]), m = B(), b = B(a.size), [, d] = Je(), { t: se } = oo();
|
|
121
121
|
Z.setConfig({
|
|
122
122
|
i18n: (e, r) => se(`ap.${e}`, r)
|
|
123
123
|
});
|
|
124
124
|
const { renderConfig: ie, updateSignal: de } = Xe(i);
|
|
125
125
|
let K = 0;
|
|
126
|
-
const
|
|
126
|
+
const ce = n(() => {
|
|
127
127
|
if (m.value)
|
|
128
128
|
return m.value.$el.querySelector(
|
|
129
129
|
".vxe-table--header-inner-wrapper"
|
|
@@ -132,41 +132,41 @@ const No = /* @__PURE__ */ Be({
|
|
|
132
132
|
var e, r, l;
|
|
133
133
|
return K++, ((l = (r = (e = a.columns) == null ? void 0 : e.filter(
|
|
134
134
|
(t) => !t.hideInSearch && t.dataIndex && (t.valueType || t.customRenderFormItem) && !_e.includes(t.valueType)
|
|
135
|
-
)) == null ? void 0 : r.sort((t,
|
|
136
|
-
let
|
|
137
|
-
return ee(
|
|
135
|
+
)) == null ? void 0 : r.sort((t, u) => {
|
|
136
|
+
let y = ee(t.order);
|
|
137
|
+
return ee(u.order) - y;
|
|
138
138
|
})) == null ? void 0 : l.map((t) => {
|
|
139
|
-
const
|
|
139
|
+
const u = Ae(
|
|
140
140
|
t,
|
|
141
141
|
Ve(t.fieldProps, {})
|
|
142
|
-
),
|
|
142
|
+
), y = {
|
|
143
143
|
...t,
|
|
144
144
|
fieldProps: {
|
|
145
145
|
label: t.title,
|
|
146
146
|
name: t.dataIndex,
|
|
147
147
|
// tips: 在表格中的查询表单项默认是带边框的
|
|
148
148
|
bordered: !0,
|
|
149
|
-
...
|
|
149
|
+
...u || {},
|
|
150
150
|
_signal: K
|
|
151
151
|
},
|
|
152
152
|
renderNode: void 0
|
|
153
153
|
};
|
|
154
|
-
return
|
|
155
|
-
|
|
154
|
+
return y.renderNode = Le(
|
|
155
|
+
y,
|
|
156
156
|
o(ne)
|
|
157
|
-
),
|
|
157
|
+
), y;
|
|
158
158
|
})) || [];
|
|
159
|
-
}),
|
|
159
|
+
}), ue = n(() => {
|
|
160
160
|
var r;
|
|
161
161
|
return Qe(a.manual) ? a.manual : Ye(((r = C.searchFormExtra) == null ? void 0 : r.call(C)) || []).some((l) => {
|
|
162
162
|
var t;
|
|
163
163
|
return ((t = l.type) == null ? void 0 : t.name) === "ApView";
|
|
164
164
|
});
|
|
165
165
|
}), pe = n(() => [
|
|
166
|
-
|
|
167
|
-
a.card ? null :
|
|
168
|
-
a.adaptive ?
|
|
169
|
-
a.sticky ?
|
|
166
|
+
c(),
|
|
167
|
+
a.card ? null : c("wrapper"),
|
|
168
|
+
a.adaptive ? c("adaptive") : null,
|
|
169
|
+
a.sticky ? c("sticky") : null
|
|
170
170
|
].filter(Boolean)), j = n(() => oe(o(i), (e) => {
|
|
171
171
|
if (e.sorter === !0)
|
|
172
172
|
return e.key || e.dataIndex;
|
|
@@ -203,20 +203,20 @@ const No = /* @__PURE__ */ Be({
|
|
|
203
203
|
sortFields: j,
|
|
204
204
|
defaultParams: a.params,
|
|
205
205
|
defaultData: a.defaultData,
|
|
206
|
-
manual: o(
|
|
206
|
+
manual: o(ue),
|
|
207
207
|
formatParams: a.beforeSearchSubmit,
|
|
208
208
|
pagination: a.pagination
|
|
209
209
|
}), { sortChangeEvent: he, filterChangeEvent: ve, paginationChangeEvent: Ce } = $e(ge);
|
|
210
210
|
Me({
|
|
211
211
|
columns: n(() => i.value),
|
|
212
212
|
columnsBackup: n(() => $.value),
|
|
213
|
-
size: n(() =>
|
|
213
|
+
size: n(() => b.value ? Ue[b.value] : "middle"),
|
|
214
214
|
updateColumns(e) {
|
|
215
215
|
var r;
|
|
216
216
|
i.value = e, (r = a.onShownColumnsChange) == null || r.call(a, e);
|
|
217
217
|
},
|
|
218
218
|
updateSize(e) {
|
|
219
|
-
|
|
219
|
+
b.value = qe[e];
|
|
220
220
|
},
|
|
221
221
|
renderConfig: n(() => ({
|
|
222
222
|
className: le("table-header", "title"),
|
|
@@ -228,11 +228,11 @@ const No = /* @__PURE__ */ Be({
|
|
|
228
228
|
submit: T,
|
|
229
229
|
reset: z
|
|
230
230
|
});
|
|
231
|
-
const
|
|
231
|
+
const be = n(
|
|
232
232
|
() => i.value.some(
|
|
233
233
|
(e) => e.fixed === "left" || e.fixed === !0
|
|
234
234
|
) ? "left" : void 0
|
|
235
|
-
),
|
|
235
|
+
), ye = n(
|
|
236
236
|
() => w(a.loading) ? f.loading : a.loading
|
|
237
237
|
), Se = n(
|
|
238
238
|
() => w(a.dataSource) ? f.records : a.dataSource
|
|
@@ -259,9 +259,9 @@ const No = /* @__PURE__ */ Be({
|
|
|
259
259
|
(t = (l = (r = N.value) == null ? void 0 : r.apForm) == null ? void 0 : l.setFieldsValue) == null || t.call(l, e);
|
|
260
260
|
}
|
|
261
261
|
function U(e = !1) {
|
|
262
|
-
var l, t,
|
|
262
|
+
var l, t, u;
|
|
263
263
|
const r = e ? "getFieldsValueTransformed" : "getFieldsValue";
|
|
264
|
-
return (
|
|
264
|
+
return (u = (t = (l = N.value) == null ? void 0 : l.apForm) == null ? void 0 : t[r]) == null ? void 0 : u.call(t, !0);
|
|
265
265
|
}
|
|
266
266
|
function A() {
|
|
267
267
|
we.clearAll();
|
|
@@ -300,7 +300,7 @@ const No = /* @__PURE__ */ Be({
|
|
|
300
300
|
), F(
|
|
301
301
|
() => a.size,
|
|
302
302
|
(e) => {
|
|
303
|
-
|
|
303
|
+
b.value = e;
|
|
304
304
|
}
|
|
305
305
|
), te({
|
|
306
306
|
submit: T,
|
|
@@ -358,7 +358,7 @@ const No = /* @__PURE__ */ Be({
|
|
|
358
358
|
style: V(e.tableWrapperStyle)
|
|
359
359
|
}, [
|
|
360
360
|
E("div", {
|
|
361
|
-
class: g(o(
|
|
361
|
+
class: g(o(c)("header-wrapper"))
|
|
362
362
|
}, [
|
|
363
363
|
O(e.$slots, "title", {
|
|
364
364
|
selectedRows: o(R),
|
|
@@ -368,7 +368,7 @@ const No = /* @__PURE__ */ Be({
|
|
|
368
368
|
})
|
|
369
369
|
], 2),
|
|
370
370
|
E("div", {
|
|
371
|
-
class: g(o(
|
|
371
|
+
class: g(o(c)("vxe-wrapper"))
|
|
372
372
|
}, [
|
|
373
373
|
(s(), p(o(Ne), h(o(Ke)(a), {
|
|
374
374
|
ref_key: "tableRef",
|
|
@@ -377,7 +377,7 @@ const No = /* @__PURE__ */ Be({
|
|
|
377
377
|
data: o(f).records,
|
|
378
378
|
"sort-config": { remote: j.value.length > 0 },
|
|
379
379
|
"filter-config": { remote: H.value.length > 0 },
|
|
380
|
-
loading:
|
|
380
|
+
loading: ye.value,
|
|
381
381
|
style: {
|
|
382
382
|
"--vxe-ui-table-row-checkbox-checked-background-color": o(d).controlItemBgActive,
|
|
383
383
|
"--vxe-ui-table-row-hover-checkbox-checked-background-color": o(d).controlItemBgActiveHover,
|
|
@@ -393,7 +393,7 @@ const No = /* @__PURE__ */ Be({
|
|
|
393
393
|
"--vxe-ui-table-cell-padding-mini": "8px",
|
|
394
394
|
"--vxe-ui-table-row-line-height": "18px"
|
|
395
395
|
},
|
|
396
|
-
size:
|
|
396
|
+
size: b.value,
|
|
397
397
|
onSortChange: o(he),
|
|
398
398
|
onFilterChange: o(ve),
|
|
399
399
|
onCheckboxChange: _,
|
|
@@ -407,7 +407,7 @@ const No = /* @__PURE__ */ Be({
|
|
|
407
407
|
}, null, 8, ["image"])
|
|
408
408
|
]),
|
|
409
409
|
default: v(() => [
|
|
410
|
-
a.expandable ? (s(), p(o(Y), h({ key: 0 }, o(We)(e.expandable), { fixed:
|
|
410
|
+
a.expandable ? (s(), p(o(Y), h({ key: 0 }, o(We)(e.expandable), { fixed: be.value }), {
|
|
411
411
|
content: v((l) => [
|
|
412
412
|
(s(), p(D(a.expandable.renderContent(l))))
|
|
413
413
|
]),
|
|
@@ -422,24 +422,26 @@ const No = /* @__PURE__ */ Be({
|
|
|
422
422
|
}, [
|
|
423
423
|
L(o(Te)(C, ["searchFormExtra"]), (l, t) => ({
|
|
424
424
|
name: t,
|
|
425
|
-
fn: v((
|
|
426
|
-
O(e.$slots, t, Ee(Pe(
|
|
425
|
+
fn: v((u) => [
|
|
426
|
+
O(e.$slots, t, Ee(Pe(u || {})))
|
|
427
427
|
])
|
|
428
428
|
}))
|
|
429
429
|
]), 1040, ["data", "sort-config", "filter-config", "loading", "style", "size", "onSortChange", "onFilterChange"]))
|
|
430
430
|
], 2),
|
|
431
431
|
E("div", {
|
|
432
|
-
class: g(o(
|
|
432
|
+
class: g(o(c)("pagination-wrapper"))
|
|
433
433
|
}, [
|
|
434
434
|
e.sticky ? (s(), p(o(ao), {
|
|
435
435
|
key: 0,
|
|
436
436
|
direction: "horizontal",
|
|
437
|
-
"scroll-container":
|
|
438
|
-
"extra-size": -4.2
|
|
437
|
+
"scroll-container": ce.value,
|
|
438
|
+
"extra-size": -4.2,
|
|
439
|
+
"bar-color": "var(--basic-scrollbar-thumb-color-base, #bfbfbf)",
|
|
440
|
+
"track-color": "#fff"
|
|
439
441
|
}, null, 8, ["scroll-container"])) : S("", !0),
|
|
440
442
|
e.pagination !== !1 ? (s(), p(o(Oe), h({
|
|
441
443
|
key: 1,
|
|
442
|
-
class: o(
|
|
444
|
+
class: o(c)("pagination")
|
|
443
445
|
}, o(M).pagination, { onChange: o(Ce) }), null, 16, ["class", "onChange"])) : S("", !0)
|
|
444
446
|
], 2)
|
|
445
447
|
], 6)
|
|
@@ -14,8 +14,8 @@ declare function __VLS_template(): {
|
|
|
14
14
|
};
|
|
15
15
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
16
16
|
declare const __VLS_component: DefineComponent<ApInfoLayoutAdminProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ApInfoLayoutAdminProps> & Readonly<{}>, {
|
|
17
|
-
bordered: boolean;
|
|
18
17
|
headerStyle: CSSProperties;
|
|
18
|
+
bordered: boolean;
|
|
19
19
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
20
20
|
containerRef: HTMLDivElement;
|
|
21
21
|
headerRef: HTMLDivElement;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { defineComponent as Le, useSlots as Oe, ref as w, computed as s, unref as l, createVNode as m, Fragment as re, watch as k, createElementBlock as B, openBlock as y, normalizeStyle as K, normalizeClass as
|
|
1
|
+
import { defineComponent as Le, useSlots as Oe, ref as w, computed as s, unref as l, createVNode as m, Fragment as re, watch as k, createElementBlock as B, openBlock as y, normalizeStyle as K, normalizeClass as b, createCommentVNode as oe, createElementVNode as L, mergeProps as v, createSlots as ae, withCtx as R, renderList as te, createBlock as le, resolveDynamicComponent as Ae, renderSlot as C, normalizeProps as $e, guardReactiveProps as De } from "vue";
|
|
2
2
|
import { Divider as je, Table as We } from "@aplus-frontend/antdv";
|
|
3
3
|
import { useToken as _e } from "@aplus-frontend/antdv/es/theme/internal";
|
|
4
4
|
import { ApForm as He } from "../ap-form/index.mjs";
|
|
5
5
|
import { noRenderAsFormItemValueList as ne } from "./constants.mjs";
|
|
6
6
|
import "../config-provider/index.mjs";
|
|
7
7
|
import { useTablePaging as Ue } from "./hooks/use-table-paging-ng.mjs";
|
|
8
|
-
import { isUndefined as
|
|
8
|
+
import { isUndefined as g, omit as se, isBoolean as qe } from "lodash-unified";
|
|
9
9
|
import { getColumnOrder as de, updateFormProps as Me, getFieldProps as Ge, getSearchFormItemRenderNode as Je, recursionApColumns as ue, getTableTitle as Qe, getTableRenderType as Xe, getTableRenderProps as Ye, getTableCellRenderNode as Ze, apColumnToColumn as er, falseToUndefined as rr, objectToString as or } from "./utils.mjs";
|
|
10
10
|
import ar from "./hooks/use-table-content-height.mjs";
|
|
11
11
|
import tr from "./hooks/use-table-row-selection.mjs";
|
|
@@ -157,8 +157,8 @@ const Or = /* @__PURE__ */ Le({
|
|
|
157
157
|
m: me,
|
|
158
158
|
cssVar: ye
|
|
159
159
|
} = ur("ap-table"), $ = ir("valueTypeMap"), {
|
|
160
|
-
height:
|
|
161
|
-
contentRef:
|
|
160
|
+
height: be,
|
|
161
|
+
contentRef: ge
|
|
162
162
|
} = ar(), D = w(), j = w(), {
|
|
163
163
|
isStickyMode: W,
|
|
164
164
|
scrollBarRef: i
|
|
@@ -205,7 +205,7 @@ const Or = /* @__PURE__ */ Le({
|
|
|
205
205
|
}).filter(Boolean)), he = s(() => ue(l(u), (e) => {
|
|
206
206
|
if (e.filters && !e.onFilter)
|
|
207
207
|
return e.key || (e == null ? void 0 : e.dataIndex);
|
|
208
|
-
}).filter(Boolean)), we = s(() =>
|
|
208
|
+
}).filter(Boolean)), we = s(() => g(r.dataSource) ? S.records : r.dataSource), ve = s(() => {
|
|
209
209
|
var a;
|
|
210
210
|
return ie(r.manual) ? r.manual : dr(((a = c.searchFormExtra) == null ? void 0 : a.call(c)) || []).some((o) => {
|
|
211
211
|
var t;
|
|
@@ -234,7 +234,7 @@ const Or = /* @__PURE__ */ Le({
|
|
|
234
234
|
} = Ue({
|
|
235
235
|
async request(e) {
|
|
236
236
|
var o, t;
|
|
237
|
-
if (!T.value.preserveSelectedRowKeys &&
|
|
237
|
+
if (!T.value.preserveSelectedRowKeys && g(r.dataSource) && F.clearAll(), !g(r.dataSource))
|
|
238
238
|
return {
|
|
239
239
|
data: r.dataSource || [],
|
|
240
240
|
total: r.dataSource.length || 0
|
|
@@ -317,7 +317,7 @@ const Or = /* @__PURE__ */ Le({
|
|
|
317
317
|
var a, o;
|
|
318
318
|
if (r.adaptive && (S.total > 0 || ((a = r.dataSource) == null ? void 0 : a.length)))
|
|
319
319
|
return {
|
|
320
|
-
y: l(
|
|
320
|
+
y: l(be),
|
|
321
321
|
x: ((o = r.scroll) == null ? void 0 : o.x) || "100%"
|
|
322
322
|
};
|
|
323
323
|
if (r.scroll)
|
|
@@ -337,9 +337,9 @@ const Or = /* @__PURE__ */ Le({
|
|
|
337
337
|
rowSelection: r.rowSelection === !0 || ((o = r.rowSelection) == null ? void 0 : o.mode) === "internal" ? {
|
|
338
338
|
...a,
|
|
339
339
|
// tips 如果是前端分页,则默认会走缓存
|
|
340
|
-
preserveSelectedRowKeys:
|
|
340
|
+
preserveSelectedRowKeys: g(r.dataSource) ? a.preserveSelectedRowKeys : !0
|
|
341
341
|
} : rr(r.rowSelection),
|
|
342
|
-
loading:
|
|
342
|
+
loading: g(r.loading) ? e.loading : r.loading,
|
|
343
343
|
pagination: r.pagination === !1 ? !1 : e.pagination,
|
|
344
344
|
scroll: l(Be)
|
|
345
345
|
};
|
|
@@ -412,13 +412,13 @@ const Or = /* @__PURE__ */ Le({
|
|
|
412
412
|
}), (e, a) => (y(), B("div", {
|
|
413
413
|
ref_key: "tableWrapperRef",
|
|
414
414
|
ref: D,
|
|
415
|
-
class:
|
|
415
|
+
class: b(Ne.value),
|
|
416
416
|
style: K(l(ye)({
|
|
417
417
|
"scroll-bar-width": `${l(H)}px`
|
|
418
418
|
}))
|
|
419
|
-
}, [l(
|
|
419
|
+
}, [l(g)(e.dataSource) && e.searchForm !== !1 && U.value.length > 0 ? (y(), B("div", {
|
|
420
420
|
key: 0,
|
|
421
|
-
class:
|
|
421
|
+
class: b(e.card ? l(z)("search-wrapper") : null),
|
|
422
422
|
style: K(e.searchFormWrapperStyle)
|
|
423
423
|
}, [m(l(He).SearchForm, v(e.searchForm || {}, {
|
|
424
424
|
ref_key: "formRef",
|
|
@@ -443,16 +443,16 @@ const Or = /* @__PURE__ */ Le({
|
|
|
443
443
|
key: "0"
|
|
444
444
|
} : void 0]), 1040, ["submit-loading", "onSubmit", "onReset"])], 6)) : oe("", !0), L("div", {
|
|
445
445
|
ref_key: "contentRef",
|
|
446
|
-
ref:
|
|
447
|
-
class:
|
|
446
|
+
ref: ge,
|
|
447
|
+
class: b([l(z)("table-wrapper"), e.card ? l(z)("table-wrapper-card") : null]),
|
|
448
448
|
style: K(e.tableWrapperStyle)
|
|
449
449
|
}, [L("div", {
|
|
450
|
-
class:
|
|
450
|
+
class: b(l(f)("header-wrapper"))
|
|
451
451
|
}, [e.settings ? (y(), B("div", {
|
|
452
452
|
key: 0,
|
|
453
|
-
class:
|
|
453
|
+
class: b(l(f)("header"))
|
|
454
454
|
}, [L("div", {
|
|
455
|
-
class:
|
|
455
|
+
class: b(l(A)("header", "title"))
|
|
456
456
|
}, [C(e.$slots, "title", v({
|
|
457
457
|
selectedRows: l(x),
|
|
458
458
|
selectedRowKeys: l(T).selectedRowKeys,
|
|
@@ -491,7 +491,9 @@ const Or = /* @__PURE__ */ Le({
|
|
|
491
491
|
ref_key: "scrollBarRef",
|
|
492
492
|
ref: i,
|
|
493
493
|
"scroll-container": (t = (o = j.value) == null ? void 0 : o.table) == null ? void 0 : t.scrollBodyRef,
|
|
494
|
-
direction: "horizontal"
|
|
494
|
+
direction: "horizontal",
|
|
495
|
+
"bar-color": "var(--basic-scrollbar-thumb-color-base, #bfbfbf)",
|
|
496
|
+
"track-color": "#fff"
|
|
495
497
|
}, null, 8, ["scroll-container"])];
|
|
496
498
|
}),
|
|
497
499
|
key: "0"
|
|
@@ -186,11 +186,11 @@ export declare const apTableFormItemMap: {
|
|
|
186
186
|
readonly onInput?: ((text: string) => void) | undefined;
|
|
187
187
|
readonly value?: ValueType | undefined;
|
|
188
188
|
readonly disabled?: boolean | undefined;
|
|
189
|
-
readonly bordered?: boolean | undefined;
|
|
190
189
|
readonly prefixCls?: string | undefined;
|
|
191
190
|
readonly keyboard?: boolean | undefined;
|
|
192
191
|
readonly autofocus?: boolean | undefined;
|
|
193
192
|
readonly 'onUpdate:value'?: (((value: ValueType) => void) & ((...args: any[]) => any)) | undefined;
|
|
193
|
+
readonly bordered?: boolean | undefined;
|
|
194
194
|
readonly max?: ValueType | undefined;
|
|
195
195
|
readonly min?: ValueType | undefined;
|
|
196
196
|
readonly defaultValue?: ValueType | undefined;
|
|
@@ -569,8 +569,8 @@ export declare const apTableFormItemMap: {
|
|
|
569
569
|
}, string, {
|
|
570
570
|
step: ValueType;
|
|
571
571
|
disabled: boolean;
|
|
572
|
-
bordered: boolean;
|
|
573
572
|
keyboard: boolean;
|
|
573
|
+
bordered: boolean;
|
|
574
574
|
max: ValueType;
|
|
575
575
|
min: ValueType;
|
|
576
576
|
controls: boolean;
|
|
@@ -599,8 +599,8 @@ export declare const apTableFormItemMap: {
|
|
|
599
599
|
} & Readonly<{
|
|
600
600
|
step: ValueType;
|
|
601
601
|
disabled: boolean;
|
|
602
|
-
bordered: boolean;
|
|
603
602
|
keyboard: boolean;
|
|
603
|
+
bordered: boolean;
|
|
604
604
|
max: ValueType;
|
|
605
605
|
min: ValueType;
|
|
606
606
|
controls: boolean;
|
|
@@ -608,7 +608,7 @@ export declare const apTableFormItemMap: {
|
|
|
608
608
|
thousands: boolean;
|
|
609
609
|
}> & Omit<Readonly< ApFieldNumberProps> & Readonly<{
|
|
610
610
|
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
611
|
-
}>, "blur" | "focus" | ("step" | "disabled" | "
|
|
611
|
+
}>, "blur" | "focus" | ("step" | "disabled" | "keyboard" | "bordered" | "max" | "min" | "controls" | "emptyText" | "thousands")> & ShallowUnwrapRef<{
|
|
612
612
|
focus: () => void;
|
|
613
613
|
blur: () => void;
|
|
614
614
|
}> & {} & ComponentCustomProperties & {} & {
|
|
@@ -894,11 +894,11 @@ export declare const apTableFormItemMap: {
|
|
|
894
894
|
readonly direction?: "ltr" | "rtl" | undefined;
|
|
895
895
|
readonly animation?: string | undefined;
|
|
896
896
|
readonly children?: VueNode[] | undefined;
|
|
897
|
-
readonly bordered?: boolean | undefined;
|
|
898
897
|
readonly prefixCls?: string | undefined;
|
|
899
898
|
readonly loading?: boolean | undefined;
|
|
900
899
|
readonly transitionName?: string | undefined;
|
|
901
900
|
readonly autofocus?: boolean | undefined;
|
|
901
|
+
readonly bordered?: boolean | undefined;
|
|
902
902
|
readonly getPopupContainer?: RenderDOMFunc | undefined;
|
|
903
903
|
readonly placeholder?: any;
|
|
904
904
|
readonly defaultValue?: SelectValue;
|
|
@@ -1392,9 +1392,9 @@ export declare const apTableFormItemMap: {
|
|
|
1392
1392
|
open: boolean;
|
|
1393
1393
|
multiple: boolean;
|
|
1394
1394
|
disabled: boolean;
|
|
1395
|
-
bordered: boolean;
|
|
1396
1395
|
loading: boolean;
|
|
1397
1396
|
autofocus: boolean;
|
|
1397
|
+
bordered: boolean;
|
|
1398
1398
|
virtual: boolean;
|
|
1399
1399
|
lazy: boolean;
|
|
1400
1400
|
allowClear: boolean;
|
|
@@ -1433,9 +1433,9 @@ export declare const apTableFormItemMap: {
|
|
|
1433
1433
|
open: boolean;
|
|
1434
1434
|
multiple: boolean;
|
|
1435
1435
|
disabled: boolean;
|
|
1436
|
-
bordered: boolean;
|
|
1437
1436
|
loading: boolean;
|
|
1438
1437
|
autofocus: boolean;
|
|
1438
|
+
bordered: boolean;
|
|
1439
1439
|
virtual: boolean;
|
|
1440
1440
|
lazy: boolean;
|
|
1441
1441
|
allowClear: boolean;
|
|
@@ -1451,7 +1451,7 @@ export declare const apTableFormItemMap: {
|
|
|
1451
1451
|
searchDelay: number;
|
|
1452
1452
|
}> & Omit<Readonly< ApFieldSelectProps> & Readonly<{
|
|
1453
1453
|
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
1454
|
-
}>, "blur" | "focus" | "request" | ("mode" | "open" | "multiple" | "disabled" | "
|
|
1454
|
+
}>, "blur" | "focus" | "request" | ("mode" | "open" | "multiple" | "disabled" | "loading" | "autofocus" | "bordered" | "virtual" | "lazy" | "allowClear" | "defaultOpen" | "showSearch" | "showArrow" | "autoClearSearchValue" | "defaultActiveFirstOption" | "labelInValue" | "emptyText" | "searchMode" | "refetchOnFocus" | "searchDelay")> & ShallowUnwrapRef<{
|
|
1455
1455
|
focus: () => void;
|
|
1456
1456
|
blur: () => void;
|
|
1457
1457
|
request: (clear?: boolean) => Promise<void>;
|
|
@@ -1636,12 +1636,12 @@ export declare const apTableFormItemMap: {
|
|
|
1636
1636
|
readonly onMousedown?: MouseEventHandler | undefined;
|
|
1637
1637
|
readonly value?: string | number | undefined;
|
|
1638
1638
|
readonly disabled?: boolean | undefined;
|
|
1639
|
-
readonly bordered?: boolean | undefined;
|
|
1640
1639
|
readonly prefixCls?: string | undefined;
|
|
1641
1640
|
readonly name?: string | undefined;
|
|
1642
1641
|
readonly loading?: boolean | undefined;
|
|
1643
1642
|
readonly autofocus?: boolean | undefined;
|
|
1644
1643
|
readonly 'onUpdate:value'?: (((val: string) => void) & ((...args: any[]) => any)) | undefined;
|
|
1644
|
+
readonly bordered?: boolean | undefined;
|
|
1645
1645
|
readonly suffix?: any;
|
|
1646
1646
|
readonly focused?: boolean | undefined;
|
|
1647
1647
|
readonly placeholder?: string | number | undefined;
|
|
@@ -2247,12 +2247,12 @@ export declare const apTableFormItemMap: {
|
|
|
2247
2247
|
readonly onMousedown?: MouseEventHandler | undefined;
|
|
2248
2248
|
readonly value?: string | number | undefined;
|
|
2249
2249
|
readonly disabled?: boolean | undefined;
|
|
2250
|
-
readonly bordered?: boolean | undefined;
|
|
2251
2250
|
readonly prefixCls?: string | undefined;
|
|
2252
2251
|
readonly name?: string | undefined;
|
|
2253
2252
|
readonly loading?: boolean | undefined;
|
|
2254
2253
|
readonly autofocus?: boolean | undefined;
|
|
2255
2254
|
readonly 'onUpdate:value'?: (((val: string) => void) & ((...args: any[]) => any)) | undefined;
|
|
2255
|
+
readonly bordered?: boolean | undefined;
|
|
2256
2256
|
readonly suffix?: any;
|
|
2257
2257
|
readonly focused?: boolean | undefined;
|
|
2258
2258
|
readonly placeholder?: string | number | undefined;
|
|
@@ -2461,12 +2461,12 @@ export declare const apTableFormItemMap: {
|
|
|
2461
2461
|
readonly direction?: "ltr" | "rtl" | undefined;
|
|
2462
2462
|
readonly animation?: string | undefined;
|
|
2463
2463
|
readonly children?: VueNode[] | undefined;
|
|
2464
|
-
readonly bordered?: boolean | undefined;
|
|
2465
2464
|
readonly prefixCls?: string | undefined;
|
|
2466
2465
|
readonly loading?: boolean | undefined;
|
|
2467
2466
|
readonly transitionName?: string | undefined;
|
|
2468
2467
|
readonly autofocus?: boolean | undefined;
|
|
2469
2468
|
readonly 'onUpdate:value'?: (((value: any) => void) & ((...args: any[]) => any)) | undefined;
|
|
2469
|
+
readonly bordered?: boolean | undefined;
|
|
2470
2470
|
readonly getPopupContainer?: RenderDOMFunc | undefined;
|
|
2471
2471
|
readonly placeholder?: any;
|
|
2472
2472
|
readonly defaultValue?: unknown;
|
|
@@ -3104,9 +3104,9 @@ export declare const apTableFormItemMap: {
|
|
|
3104
3104
|
open: boolean;
|
|
3105
3105
|
multiple: boolean;
|
|
3106
3106
|
disabled: boolean;
|
|
3107
|
-
bordered: boolean;
|
|
3108
3107
|
loading: boolean;
|
|
3109
3108
|
autofocus: boolean;
|
|
3109
|
+
bordered: boolean;
|
|
3110
3110
|
virtual: boolean;
|
|
3111
3111
|
dropdownMatchSelectWidth: number | boolean;
|
|
3112
3112
|
allowClear: boolean;
|
|
@@ -3144,9 +3144,9 @@ export declare const apTableFormItemMap: {
|
|
|
3144
3144
|
open: boolean;
|
|
3145
3145
|
multiple: boolean;
|
|
3146
3146
|
disabled: boolean;
|
|
3147
|
-
bordered: boolean;
|
|
3148
3147
|
loading: boolean;
|
|
3149
3148
|
autofocus: boolean;
|
|
3149
|
+
bordered: boolean;
|
|
3150
3150
|
virtual: boolean;
|
|
3151
3151
|
dropdownMatchSelectWidth: number | boolean;
|
|
3152
3152
|
allowClear: boolean;
|
|
@@ -3161,7 +3161,7 @@ export declare const apTableFormItemMap: {
|
|
|
3161
3161
|
emptyText: string;
|
|
3162
3162
|
}> & Omit<Readonly< ApFieldTreeSelectProps> & Readonly<{
|
|
3163
3163
|
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
3164
|
-
}>, "blur" | "focus" | "request" | ("mode" | "open" | "multiple" | "disabled" | "
|
|
3164
|
+
}>, "blur" | "focus" | "request" | ("mode" | "open" | "multiple" | "disabled" | "loading" | "autofocus" | "bordered" | "virtual" | "dropdownMatchSelectWidth" | "allowClear" | "defaultOpen" | "showSearch" | "showArrow" | "autoClearSearchValue" | "labelInValue" | "treeCheckable" | "treeDefaultExpandAll" | "treeCheckStrictly" | "emptyText")> & ShallowUnwrapRef<{
|
|
3165
3165
|
blur: () => void;
|
|
3166
3166
|
focus: () => void;
|
|
3167
3167
|
request: (currentNode?: LegacyDataNode, clear?: boolean) => Promise<void>;
|
|
@@ -3268,8 +3268,8 @@ export declare const apTableRenderItemMap: {
|
|
|
3268
3268
|
mode: FieldMode;
|
|
3269
3269
|
open: boolean;
|
|
3270
3270
|
disabled: boolean;
|
|
3271
|
-
bordered: boolean;
|
|
3272
3271
|
autofocus: boolean;
|
|
3272
|
+
bordered: boolean;
|
|
3273
3273
|
format: LiteralUnion<ApFormatPresetType, string>;
|
|
3274
3274
|
clearIcon: string | number | boolean | void | VNode<RendererNode, RendererElement, {
|
|
3275
3275
|
[key: string]: any;
|
|
@@ -3305,8 +3305,8 @@ export declare const apTableRenderItemMap: {
|
|
|
3305
3305
|
mode: FieldMode;
|
|
3306
3306
|
open: boolean;
|
|
3307
3307
|
disabled: boolean;
|
|
3308
|
-
bordered: boolean;
|
|
3309
3308
|
autofocus: boolean;
|
|
3309
|
+
bordered: boolean;
|
|
3310
3310
|
format: LiteralUnion<ApFormatPresetType, string>;
|
|
3311
3311
|
clearIcon: string | number | boolean | void | VNode<RendererNode, RendererElement, {
|
|
3312
3312
|
[key: string]: any;
|
|
@@ -3341,8 +3341,8 @@ export declare const apTableRenderItemMap: {
|
|
|
3341
3341
|
mode: FieldMode;
|
|
3342
3342
|
open: boolean;
|
|
3343
3343
|
disabled: boolean;
|
|
3344
|
-
bordered: boolean;
|
|
3345
3344
|
autofocus: boolean;
|
|
3345
|
+
bordered: boolean;
|
|
3346
3346
|
format: LiteralUnion<ApFormatPresetType, string>;
|
|
3347
3347
|
clearIcon: string | number | boolean | void | VNode<RendererNode, RendererElement, {
|
|
3348
3348
|
[key: string]: any;
|
|
@@ -3408,8 +3408,8 @@ export declare const apTableRenderItemMap: {
|
|
|
3408
3408
|
[key: string]: any;
|
|
3409
3409
|
}> | null;
|
|
3410
3410
|
disabled: boolean | [boolean, boolean];
|
|
3411
|
-
bordered: boolean;
|
|
3412
3411
|
autofocus: boolean;
|
|
3412
|
+
bordered: boolean;
|
|
3413
3413
|
format: LiteralUnion<ApFormatPresetType, string>;
|
|
3414
3414
|
clearIcon: string | number | boolean | void | VNode<RendererNode, RendererElement, {
|
|
3415
3415
|
[key: string]: any;
|
|
@@ -3449,8 +3449,8 @@ export declare const apTableRenderItemMap: {
|
|
|
3449
3449
|
[key: string]: any;
|
|
3450
3450
|
}> | null;
|
|
3451
3451
|
disabled: boolean | [boolean, boolean];
|
|
3452
|
-
bordered: boolean;
|
|
3453
3452
|
autofocus: boolean;
|
|
3453
|
+
bordered: boolean;
|
|
3454
3454
|
format: LiteralUnion<ApFormatPresetType, string>;
|
|
3455
3455
|
clearIcon: string | number | boolean | void | VNode<RendererNode, RendererElement, {
|
|
3456
3456
|
[key: string]: any;
|
|
@@ -3489,8 +3489,8 @@ export declare const apTableRenderItemMap: {
|
|
|
3489
3489
|
[key: string]: any;
|
|
3490
3490
|
}> | null;
|
|
3491
3491
|
disabled: boolean | [boolean, boolean];
|
|
3492
|
-
bordered: boolean;
|
|
3493
3492
|
autofocus: boolean;
|
|
3493
|
+
bordered: boolean;
|
|
3494
3494
|
format: LiteralUnion<ApFormatPresetType, string>;
|
|
3495
3495
|
clearIcon: string | number | boolean | void | VNode<RendererNode, RendererElement, {
|
|
3496
3496
|
[key: string]: any;
|
|
@@ -3548,8 +3548,8 @@ export declare const apTableRenderItemMap: {
|
|
|
3548
3548
|
}, PublicProps, {
|
|
3549
3549
|
step: ValueType;
|
|
3550
3550
|
disabled: boolean;
|
|
3551
|
-
bordered: boolean;
|
|
3552
3551
|
keyboard: boolean;
|
|
3552
|
+
bordered: boolean;
|
|
3553
3553
|
max: ValueType;
|
|
3554
3554
|
min: ValueType;
|
|
3555
3555
|
controls: boolean;
|
|
@@ -3891,8 +3891,8 @@ export declare const apTableRenderItemMap: {
|
|
|
3891
3891
|
}, {}, {}, {}, {
|
|
3892
3892
|
step: ValueType;
|
|
3893
3893
|
disabled: boolean;
|
|
3894
|
-
bordered: boolean;
|
|
3895
3894
|
keyboard: boolean;
|
|
3895
|
+
bordered: boolean;
|
|
3896
3896
|
max: ValueType;
|
|
3897
3897
|
min: ValueType;
|
|
3898
3898
|
controls: boolean;
|
|
@@ -3912,8 +3912,8 @@ export declare const apTableRenderItemMap: {
|
|
|
3912
3912
|
}, string, {
|
|
3913
3913
|
step: ValueType;
|
|
3914
3914
|
disabled: boolean;
|
|
3915
|
-
bordered: boolean;
|
|
3916
3915
|
keyboard: boolean;
|
|
3916
|
+
bordered: boolean;
|
|
3917
3917
|
max: ValueType;
|
|
3918
3918
|
min: ValueType;
|
|
3919
3919
|
controls: boolean;
|
|
@@ -4054,9 +4054,9 @@ export declare const apTableRenderItemMap: {
|
|
|
4054
4054
|
open: boolean;
|
|
4055
4055
|
multiple: boolean;
|
|
4056
4056
|
disabled: boolean;
|
|
4057
|
-
bordered: boolean;
|
|
4058
4057
|
loading: boolean;
|
|
4059
4058
|
autofocus: boolean;
|
|
4059
|
+
bordered: boolean;
|
|
4060
4060
|
virtual: boolean;
|
|
4061
4061
|
lazy: boolean;
|
|
4062
4062
|
allowClear: boolean;
|
|
@@ -4492,9 +4492,9 @@ export declare const apTableRenderItemMap: {
|
|
|
4492
4492
|
open: boolean;
|
|
4493
4493
|
multiple: boolean;
|
|
4494
4494
|
disabled: boolean;
|
|
4495
|
-
bordered: boolean;
|
|
4496
4495
|
loading: boolean;
|
|
4497
4496
|
autofocus: boolean;
|
|
4497
|
+
bordered: boolean;
|
|
4498
4498
|
virtual: boolean;
|
|
4499
4499
|
lazy: boolean;
|
|
4500
4500
|
allowClear: boolean;
|
|
@@ -4525,9 +4525,9 @@ export declare const apTableRenderItemMap: {
|
|
|
4525
4525
|
open: boolean;
|
|
4526
4526
|
multiple: boolean;
|
|
4527
4527
|
disabled: boolean;
|
|
4528
|
-
bordered: boolean;
|
|
4529
4528
|
loading: boolean;
|
|
4530
4529
|
autofocus: boolean;
|
|
4530
|
+
bordered: boolean;
|
|
4531
4531
|
virtual: boolean;
|
|
4532
4532
|
lazy: boolean;
|
|
4533
4533
|
allowClear: boolean;
|
|
@@ -4993,9 +4993,9 @@ export declare const apTableRenderItemMap: {
|
|
|
4993
4993
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
4994
4994
|
action: DefineComponent<ApActionGroupProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ApActionGroupProps> & Readonly<{}>, {
|
|
4995
4995
|
placement: "top" | "topLeft" | "bottom" | "topRight" | "bottomLeft" | "bottomRight" | "topCenter" | "bottomCenter";
|
|
4996
|
-
count: number;
|
|
4997
4996
|
trigger: Trigger | Trigger[];
|
|
4998
4997
|
actions: GroupActionTypes[];
|
|
4998
|
+
count: number;
|
|
4999
4999
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
5000
5000
|
index: DefineComponent<ApTableIndexProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ApTableIndexProps> & Readonly<{}>, {
|
|
5001
5001
|
bordered: boolean;
|
|
@@ -5101,9 +5101,9 @@ export declare const apTableRenderItemMap: {
|
|
|
5101
5101
|
open: boolean;
|
|
5102
5102
|
multiple: boolean;
|
|
5103
5103
|
disabled: boolean;
|
|
5104
|
-
bordered: boolean;
|
|
5105
5104
|
loading: boolean;
|
|
5106
5105
|
autofocus: boolean;
|
|
5106
|
+
bordered: boolean;
|
|
5107
5107
|
virtual: boolean;
|
|
5108
5108
|
dropdownMatchSelectWidth: number | boolean;
|
|
5109
5109
|
allowClear: boolean;
|
|
@@ -5671,9 +5671,9 @@ export declare const apTableRenderItemMap: {
|
|
|
5671
5671
|
open: boolean;
|
|
5672
5672
|
multiple: boolean;
|
|
5673
5673
|
disabled: boolean;
|
|
5674
|
-
bordered: boolean;
|
|
5675
5674
|
loading: boolean;
|
|
5676
5675
|
autofocus: boolean;
|
|
5676
|
+
bordered: boolean;
|
|
5677
5677
|
virtual: boolean;
|
|
5678
5678
|
dropdownMatchSelectWidth: number | boolean;
|
|
5679
5679
|
allowClear: boolean;
|
|
@@ -5703,9 +5703,9 @@ export declare const apTableRenderItemMap: {
|
|
|
5703
5703
|
open: boolean;
|
|
5704
5704
|
multiple: boolean;
|
|
5705
5705
|
disabled: boolean;
|
|
5706
|
-
bordered: boolean;
|
|
5707
5706
|
loading: boolean;
|
|
5708
5707
|
autofocus: boolean;
|
|
5708
|
+
bordered: boolean;
|
|
5709
5709
|
virtual: boolean;
|
|
5710
5710
|
dropdownMatchSelectWidth: number | boolean;
|
|
5711
5711
|
allowClear: boolean;
|