@cocoar/vue-data-grid 1.13.0 → 1.14.0

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.
@@ -1 +1 @@
1
- {"version":3,"file":"WrapperCellRenderer.vue.d.ts","sourceRoot":"","sources":["../../src/cell-renderers/WrapperCellRenderer.vue"],"names":[],"mappings":"AAoOA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAiB7D,KAAK,WAAW,GAAG;IACjB,MAAM,EAAE,mBAAmB,CAAC;CAC7B,CAAC;;AAqPF,wBAOG"}
1
+ {"version":3,"file":"WrapperCellRenderer.vue.d.ts","sourceRoot":"","sources":["../../src/cell-renderers/WrapperCellRenderer.vue"],"names":[],"mappings":"AAgPA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAiB7D,KAAK,WAAW,GAAG;IACjB,MAAM,EAAE,mBAAmB,CAAC;CAC7B,CAAC;;AAiQF,wBAOG"}
package/dist/index.js CHANGED
@@ -157,6 +157,10 @@ var Te = { class: "coar-wrap-cell" }, Ee = {
157
157
  let e = l.value.innerRendererParams ?? {};
158
158
  return {
159
159
  ...c.params,
160
+ colDef: {
161
+ ...c.params.colDef ?? {},
162
+ cellRendererParams: e
163
+ },
160
164
  ...e
161
165
  };
162
166
  }), g = t(() => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cocoar/vue-data-grid",
3
- "version": "1.13.0",
3
+ "version": "1.14.0",
4
4
  "description": "AG Grid wrapper with Cocoar Design System theming for Vue 3",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
@@ -41,8 +41,8 @@
41
41
  "ag-grid-vue3": "35.0.0"
42
42
  },
43
43
  "peerDependencies": {
44
- "@cocoar/vue-localization": "1.13.0",
45
- "@cocoar/vue-ui": "1.13.0",
44
+ "@cocoar/vue-localization": "1.14.0",
45
+ "@cocoar/vue-ui": "1.14.0",
46
46
  "vue": "^3.5.0"
47
47
  },
48
48
  "devDependencies": {