@pnkx-lib/ui 1.0.5 → 1.0.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.
package/dist/index.js
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
import { e, B as o, C as r, d as t, M as p, P as l, c as T, S as n, T as d, b as i, a as C, t as M } from "./chunks/Badge-
|
1
|
+
import { e, B as o, C as r, d as t, M as p, P as l, c as T, S as n, T as d, b as i, a as C, t as M } from "./chunks/Badge-CGBb9ohQ.js";
|
2
2
|
import { E as m, L as x, T as y } from "./chunks/AntdIcon-DV7aA2xc.js";
|
3
3
|
import { I as P, P as c, T as f } from "./chunks/Switch-B0z-9IsF.js";
|
4
4
|
export {
|
package/dist/types/index.d.ts
CHANGED
@@ -264,7 +264,7 @@ export declare interface TableCommonProps<T> extends TableProps<T> {
|
|
264
264
|
filters: any;
|
265
265
|
onChangePage: (page: number) => void;
|
266
266
|
onChangePageSize: (size: number) => void;
|
267
|
-
onSort?: (
|
267
|
+
onSort?: (sortField: string | number | symbol) => void;
|
268
268
|
rowsSelected: default_2.Key[];
|
269
269
|
onSelect: (newSelectedRowKeys: default_2.Key[]) => void;
|
270
270
|
onRowClick?: (record: T) => void;
|
package/dist/types/ui.d.ts
CHANGED
@@ -136,7 +136,7 @@ export declare interface TableCommonProps<T> extends TableProps<T> {
|
|
136
136
|
filters: any;
|
137
137
|
onChangePage: (page: number) => void;
|
138
138
|
onChangePageSize: (size: number) => void;
|
139
|
-
onSort?: (
|
139
|
+
onSort?: (sortField: string | number | symbol) => void;
|
140
140
|
rowsSelected: default_2.Key[];
|
141
141
|
onSelect: (newSelectedRowKeys: default_2.Key[]) => void;
|
142
142
|
onRowClick?: (record: T) => void;
|
package/dist/ui/index.js
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
import { e, B as o, C as r, d as t, M as l, P as p, c as T, S as d, T as b, b as i, a as n, t as C } from "../chunks/Badge-
|
1
|
+
import { e, B as o, C as r, d as t, M as l, P as p, c as T, S as d, T as b, b as i, a as n, t as C } from "../chunks/Badge-CGBb9ohQ.js";
|
2
2
|
import { E as c, L as g, T as m } from "../chunks/AntdIcon-DV7aA2xc.js";
|
3
3
|
export {
|
4
4
|
e as Badge,
|