@platforma-sdk/ui-vue 1.20.7 → 1.20.9
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 +1433 -1428
- package/dist/lib.js.map +1 -0
- package/dist/lib.umd.cjs +23 -22
- package/dist/lib.umd.cjs.map +1 -0
- package/dist/src/components/PlAgDataTable/sources/table-source.d.ts +3 -2
- package/dist/src/components/PlAgDataTable/sources/table-source.d.ts.map +1 -1
- package/dist/tsconfig.lib.tsbuildinfo +1 -1
- package/package.json +1 -1
- package/src/components/PlAgDataTable/sources/table-source.ts +26 -20
- package/vite.config.ts +1 -0
|
@@ -1,10 +1,11 @@
|
|
|
1
|
-
import type { ColDef, IServerSideDatasource, RowModelType } from '@ag-grid-community/core';
|
|
1
|
+
import type { ColDef, IServerSideDatasource, RowModelType, ValueFormatterParams } from '@ag-grid-community/core';
|
|
2
2
|
import { type AxisId, type PFrameDriver, type PlDataTableSheet, type PTableColumnSpec, type PTableHandle, type PTableValue } from '@platforma-sdk/model';
|
|
3
|
+
import type { PlAgDataTableRow } from '../types';
|
|
3
4
|
/**
|
|
4
5
|
* Extract `PTableColumnId` from colId string
|
|
5
6
|
*/
|
|
6
7
|
export declare function parseColId(str: string): PTableColumnSpec;
|
|
7
|
-
export declare const defaultValueFormatter: (value:
|
|
8
|
+
export declare const defaultValueFormatter: (value: ValueFormatterParams<PlAgDataTableRow, PTableValue>) => string;
|
|
8
9
|
export declare function makeRowId(rowKey: PTableValue[]): string;
|
|
9
10
|
/**
|
|
10
11
|
* Calculate GridOptions for p-table data source type
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"table-source.d.ts","sourceRoot":"","sources":["../../../../../src/components/PlAgDataTable/sources/table-source.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,
|
|
1
|
+
{"version":3,"file":"table-source.d.ts","sourceRoot":"","sources":["../../../../../src/components/PlAgDataTable/sources/table-source.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,MAAM,EAEN,qBAAqB,EAErB,YAAY,EACZ,oBAAoB,EACrB,MAAM,yBAAyB,CAAC;AACjC,OAAO,EAIL,KAAK,MAAM,EAEX,KAAK,YAAY,EACjB,KAAK,gBAAgB,EACrB,KAAK,gBAAgB,EACrB,KAAK,YAAY,EACjB,KAAK,WAAW,EAEjB,MAAM,sBAAsB,CAAC;AAK9B,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,UAAU,CAAC;AAWjD;;GAEG;AACH,wBAAgB,UAAU,CAAC,GAAG,EAAE,MAAM,GACV,gBAAgB,CAC3C;AAED,eAAO,MAAM,qBAAqB,UAAW,oBAAoB,CAAC,gBAAgB,EAAE,WAAW,CAAC,WAU/F,CAAC;AAiEF,wBAAgB,SAAS,CAAC,MAAM,EAAE,WAAW,EAAE,UAE9C;AAkBD;;GAEG;AACH,wBAAsB,uBAAuB,CAC3C,QAAQ,EAAE,YAAY,EACtB,EAAE,EAAE,YAAY,EAChB,MAAM,EAAE,gBAAgB,EAAE,EAC1B,UAAU,EAAE,OAAO,EACnB,YAAY,CAAC,EAAE,MAAM,EAAE,EACvB,uBAAuB,CAAC,EAAE,MAAM,GAC/B,OAAO,CAAC;IACT,UAAU,EAAE,MAAM,EAAE,CAAC;IACrB,oBAAoB,CAAC,EAAE,qBAAqB,CAAC;IAC7C,YAAY,EAAE,YAAY,CAAC;IAC3B,OAAO,CAAC,EAAE,OAAO,EAAE,CAAC;CACrB,CAAC,CA+KD"}
|