@oneflowui/ui 0.5.5 → 0.5.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.
@@ -91,6 +91,12 @@ declare const _default: <T extends {
91
91
  expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
92
92
  attrs: any;
93
93
  slots: {
94
+ cell?(_: {
95
+ row: Record<string, unknown> & {
96
+ id: string;
97
+ };
98
+ col: TableColumn;
99
+ }): any;
94
100
  cell?(_: {
95
101
  row: T & {
96
102
  __type: "data-row";
@@ -1,7 +1,7 @@
1
- import a from "./DataTable.vue2.js";
1
+ import o from "./DataTable.vue2.js";
2
2
  /* empty css */
3
- import o from "../../_virtual/_plugin-vue_export-helper.js";
4
- const p = /* @__PURE__ */ o(a, [["__scopeId", "data-v-2581396a"]]);
3
+ import t from "../../_virtual/_plugin-vue_export-helper.js";
4
+ const m = /* @__PURE__ */ t(o, [["__scopeId", "data-v-9dec5488"]]);
5
5
  export {
6
- p as default
6
+ m as default
7
7
  };