@platforma-sdk/ui-vue 1.30.21 → 1.30.22
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/CHANGELOG.md +6 -0
- package/dist/lib.js +13 -3
- package/dist/lib.js.map +1 -1
- package/dist/lib.umd.cjs +1 -1
- package/dist/lib.umd.cjs.map +1 -1
- package/dist/src/components/PlAgDataTable/PlAgDataTableV2.vue.d.ts +7 -1
- package/dist/src/components/PlAgDataTable/PlAgDataTableV2.vue.d.ts.map +1 -1
- package/dist/style.css +1 -1
- package/dist/tsconfig.lib.tsbuildinfo +1 -1
- package/package.json +3 -3
- package/src/components/PlAgDataTable/PlAgDataTableV2.vue +21 -0
package/CHANGELOG.md
CHANGED
package/dist/lib.js
CHANGED
|
@@ -23119,7 +23119,8 @@ const n9 = { class: "ap-ag-data-table-container" }, r9 = {
|
|
|
23119
23119
|
cellButtonInvokeRowsOnDoubleClick: { type: Boolean },
|
|
23120
23120
|
loadingText: {},
|
|
23121
23121
|
notReadyText: {},
|
|
23122
|
-
noRowsText: {}
|
|
23122
|
+
noRowsText: {},
|
|
23123
|
+
cellRendererSelector: { type: Function }
|
|
23123
23124
|
}, {
|
|
23124
23125
|
modelValue: { default: { gridState: {} } },
|
|
23125
23126
|
modelModifiers: {},
|
|
@@ -23250,7 +23251,8 @@ const n9 = { class: "ap-ag-data-table-container" }, r9 = {
|
|
|
23250
23251
|
},
|
|
23251
23252
|
defaultColDef: {
|
|
23252
23253
|
suppressHeaderMenuButton: !0,
|
|
23253
|
-
sortingOrder: ["desc", "asc", null]
|
|
23254
|
+
sortingOrder: ["desc", "asc", null],
|
|
23255
|
+
cellRendererSelector: a.cellRendererSelector
|
|
23254
23256
|
},
|
|
23255
23257
|
maintainColumnOrder: !0,
|
|
23256
23258
|
localeText: {
|
|
@@ -23435,6 +23437,14 @@ const n9 = { class: "ap-ag-data-table-container" }, r9 = {
|
|
|
23435
23437
|
}
|
|
23436
23438
|
},
|
|
23437
23439
|
{ immediate: !0, deep: !0 }
|
|
23440
|
+
), ye(
|
|
23441
|
+
() => a.cellRendererSelector,
|
|
23442
|
+
(E) => {
|
|
23443
|
+
A.value && A.value.setGridOption("defaultColDef", {
|
|
23444
|
+
...z.value.defaultColDef,
|
|
23445
|
+
cellRendererSelector: E
|
|
23446
|
+
});
|
|
23447
|
+
}
|
|
23438
23448
|
), (E, L) => (v(), C("div", n9, [
|
|
23439
23449
|
A.value && E.showColumnsPanel ? (v(), le(w(j0), {
|
|
23440
23450
|
key: 0,
|
|
@@ -23470,7 +23480,7 @@ const n9 = { class: "ap-ag-data-table-container" }, r9 = {
|
|
|
23470
23480
|
}, null, 8, ["theme", "grid-options"]))
|
|
23471
23481
|
]));
|
|
23472
23482
|
}
|
|
23473
|
-
}), qj = /* @__PURE__ */ ss(i9, [["__scopeId", "data-v-
|
|
23483
|
+
}), qj = /* @__PURE__ */ ss(i9, [["__scopeId", "data-v-08d64a33"]]), s9 = {
|
|
23474
23484
|
key: 1,
|
|
23475
23485
|
class: "alert-error"
|
|
23476
23486
|
}, a9 = { key: 2 }, Gj = /* @__PURE__ */ ie({
|