zzz-pc-view 0.0.82 → 0.0.83

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zzz-pc-view",
3
- "version": "0.0.82",
3
+ "version": "0.0.83",
4
4
  "main": "src/index.umd.js",
5
5
  "module": "src/index.es.js",
6
6
  "types": "src/index.d.ts",
package/src/index.es.js CHANGED
@@ -11224,7 +11224,11 @@ const _sfc_main$e = /* @__PURE__ */ defineComponent({
11224
11224
  _ctx.footerComponent ? {
11225
11225
  name: "footer",
11226
11226
  fn: withCtx(() => [
11227
- (openBlock(), createBlock(resolveDynamicComponent(_ctx.footerComponent), mergeProps({ options: _ctx.options }, _ctx.footerComponentProps || unref(ZUtils).empty.object), null, 16, ["options"]))
11227
+ (openBlock(), createBlock(resolveDynamicComponent(_ctx.footerComponent), mergeProps({
11228
+ options: _ctx.options,
11229
+ "primary-key": _ctx.primaryKey,
11230
+ "name-key": _ctx.nameKey
11231
+ }, _ctx.footerComponentProps || unref(ZUtils).empty.object), null, 16, ["options", "primary-key", "name-key"]))
11228
11232
  ]),
11229
11233
  key: "0"
11230
11234
  } : void 0