@web-utils/form-ui 1.0.0-beta84 → 1.0.0-beta86
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/chunks/{8zYlq-t92.mjs → 4kjeIiag2.mjs} +1 -1
- package/chunks/{BMei9UHN2.mjs → 8h-xBLL82.mjs} +8 -2
- package/chunks/{FZqu01np2.mjs → BTGrh7dw2.mjs} +107 -107
- package/chunks/{GgLE1MYX2.mjs → BYu4QaK72.mjs} +1 -1
- package/chunks/{DgH_4qOn2.mjs → CpsHWpwH2.mjs} +43 -23
- package/chunks/{DFn9vkrz2.mjs → DSTNXl142.mjs} +1 -1
- package/chunks/{61ccpSFj2.mjs → DWN5uzm02.mjs} +8 -2
- package/chunks/{CTFV8OFH2.mjs → DrvwVjzq2.mjs} +1 -1
- package/chunks/{SLYmepqR.mjs → HFLY8Wla.mjs} +223 -214
- package/data-table-picker/index.mjs +1 -1
- package/form-table/index.d.ts +9 -0
- package/form-table/index.mjs +1 -1
- package/form-table-plus/index.d.ts +9 -0
- package/form-table-plus/index.mjs +1 -1
- package/form-tree-select/index.mjs +1 -1
- package/form-tree-select-multiple/index.mjs +1 -1
- package/form-view/index.mjs +1 -1
- package/index.mjs +9 -9
- package/package.json +1 -3
- package/pageable-table/index.d.ts +1 -1
- package/pageable-table/index.mjs +1 -1
- package/resolver/components.mjs +1 -1
- package/resolver/vite-optimize-deps-plugin.d.ts +1 -1
- package/resolver/vite-optimize-deps-plugin.mjs +1 -1
- package/sub-table/index.d.ts +9 -0
- package/sub-table/index.mjs +1 -1
- package/sub-table-plus/index.d.ts +9 -0
- package/sub-table-plus/index.mjs +1 -1
- package/table-view/index.d.ts +5 -5
- package/table-view/index.mjs +3 -3
- package/toolbar/index.d.ts +6 -1
- package/toolbar/index.mjs +1 -1
- package/vue-tree-select/index.mjs +1 -1
- package/web-types.json +1 -1
|
@@ -2,7 +2,7 @@ import { i as e } from "./ClVh1Lek.mjs";
|
|
|
2
2
|
import { commonAutoBindProps as t, commonManualBindProps as n } from "../props/common.mjs";
|
|
3
3
|
import { n as r, o as i } from "./b0ve2YgF.mjs";
|
|
4
4
|
import { n as a } from "./C28bnMcw.mjs";
|
|
5
|
-
import { n as o, t as s } from "./
|
|
5
|
+
import { n as o, t as s } from "./8h-xBLL82.mjs";
|
|
6
6
|
import { computed as c, createVNode as l, getCurrentInstance as u, mergeProps as d, useModel as f, useTemplateRef as p } from "vue";
|
|
7
7
|
import { isArray as m, isString as h, trace as g, warning as _ } from "@web-utils/core";
|
|
8
8
|
import { useEventBus as v } from "@web-utils/vue/hooks/useEventBus";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { s as e } from "./ClVh1Lek.mjs";
|
|
2
2
|
import { t } from "./B1MSrc6f.mjs";
|
|
3
|
-
import { t as n } from "./
|
|
3
|
+
import { t as n } from "./HFLY8Wla.mjs";
|
|
4
4
|
import { cellClickHandlerContextKey as r } from "../constants/index.mjs";
|
|
5
5
|
import { t as i } from "./mnqSaATq.mjs";
|
|
6
6
|
import { t as a } from "./tzjUpVIj.mjs";
|
|
@@ -47,7 +47,11 @@ var z = {
|
|
|
47
47
|
initRow: Function,
|
|
48
48
|
onRowDbClick: Function,
|
|
49
49
|
showMessage: Boolean,
|
|
50
|
-
pageSize: Number
|
|
50
|
+
pageSize: Number,
|
|
51
|
+
rowKey: {
|
|
52
|
+
type: [Function, String],
|
|
53
|
+
default: "id"
|
|
54
|
+
}
|
|
51
55
|
}, B = {
|
|
52
56
|
name: "SubTablePlus",
|
|
53
57
|
inject: {
|
|
@@ -229,6 +233,7 @@ function J(e, t, r, o, h, g) {
|
|
|
229
233
|
"show-summary": e.showSummary,
|
|
230
234
|
descs: e.descs,
|
|
231
235
|
ascs: e.ascs,
|
|
236
|
+
"row-key": e.rowKey,
|
|
232
237
|
"page-size": e.pageSize,
|
|
233
238
|
"selection-width": e.selectionWidth,
|
|
234
239
|
"hide-on-single-page": "",
|
|
@@ -487,6 +492,7 @@ function J(e, t, r, o, h, g) {
|
|
|
487
492
|
"show-summary",
|
|
488
493
|
"descs",
|
|
489
494
|
"ascs",
|
|
495
|
+
"row-key",
|
|
490
496
|
"page-size",
|
|
491
497
|
"selection-width",
|
|
492
498
|
"selection",
|