@genesislcap/grid-tabulator 14.237.1 → 14.238.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.
- package/dist/custom-elements.json +24 -0
- package/dist/dts/grid-tabulator.d.ts +10 -19
- package/dist/dts/grid-tabulator.d.ts.map +1 -1
- package/dist/grid-tabulator.d.ts +17 -18
- package/docs/api-report.md +8 -0
- package/package.json +13 -13
|
@@ -788,6 +788,30 @@
|
|
|
788
788
|
}
|
|
789
789
|
],
|
|
790
790
|
"exports": [
|
|
791
|
+
{
|
|
792
|
+
"kind": "js",
|
|
793
|
+
"name": "CellComponent",
|
|
794
|
+
"declaration": {
|
|
795
|
+
"name": "CellComponent",
|
|
796
|
+
"package": "tabulator-tables"
|
|
797
|
+
}
|
|
798
|
+
},
|
|
799
|
+
{
|
|
800
|
+
"kind": "js",
|
|
801
|
+
"name": "Options",
|
|
802
|
+
"declaration": {
|
|
803
|
+
"name": "Options",
|
|
804
|
+
"package": "tabulator-tables"
|
|
805
|
+
}
|
|
806
|
+
},
|
|
807
|
+
{
|
|
808
|
+
"kind": "js",
|
|
809
|
+
"name": "FormatterParams",
|
|
810
|
+
"declaration": {
|
|
811
|
+
"name": "FormatterParams",
|
|
812
|
+
"package": "tabulator-tables"
|
|
813
|
+
}
|
|
814
|
+
},
|
|
791
815
|
{
|
|
792
816
|
"kind": "js",
|
|
793
817
|
"name": "GridTabulator",
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { FoundationElement } from '@microsoft/fast-foundation';
|
|
2
2
|
import { DownloadOptions, FilterParams, Options, RowRangeLookup, TabulatorFull as Tabulator } from 'tabulator-tables';
|
|
3
|
+
export type { CellComponent, Options, FormatterParams } from 'tabulator-tables';
|
|
3
4
|
declare const GridTabulator_base: (new (...args: any[]) => {
|
|
4
5
|
"__#1@#_container": import("@genesislcap/foundation-utils").FoundationLayoutContainer | import("@genesislcap/foundation-utils").LayoutCacheContainer | import("@genesislcap/foundation-utils").DOMContainer;
|
|
5
6
|
"__#1@#_latestTokenCode": string;
|
|
@@ -23,7 +24,14 @@ declare const GridTabulator_base: (new (...args: any[]) => {
|
|
|
23
24
|
dir: string;
|
|
24
25
|
draggable: boolean;
|
|
25
26
|
hidden: boolean;
|
|
26
|
-
inert: boolean;
|
|
27
|
+
inert: boolean; /**
|
|
28
|
+
* Set the Grid client-side filters.
|
|
29
|
+
* @public
|
|
30
|
+
* @param column - column name
|
|
31
|
+
* @param operator - filter operator
|
|
32
|
+
* @param value - filter value
|
|
33
|
+
* @param filterParams - optional filter params
|
|
34
|
+
*/
|
|
27
35
|
innerText: string;
|
|
28
36
|
lang: string;
|
|
29
37
|
readonly offsetHeight: number;
|
|
@@ -33,16 +41,6 @@ declare const GridTabulator_base: (new (...args: any[]) => {
|
|
|
33
41
|
readonly offsetWidth: number;
|
|
34
42
|
outerText: string;
|
|
35
43
|
spellcheck: boolean;
|
|
36
|
-
/**
|
|
37
|
-
* Download the Grid data as a file of the specified type.
|
|
38
|
-
* @public
|
|
39
|
-
* @privateRemarks
|
|
40
|
-
* See https://tabulator.info/docs/5.5/download#overview, xlsx/pdf require extra libraries.
|
|
41
|
-
* @param type - csv | json | html
|
|
42
|
-
* @param fileName - name of the file to download
|
|
43
|
-
* @param params - optional download params
|
|
44
|
-
* @param filter - optional row range lookup filter
|
|
45
|
-
*/
|
|
46
44
|
title: string;
|
|
47
45
|
translate: boolean;
|
|
48
46
|
attachInternals(): ElementInternals;
|
|
@@ -67,13 +65,7 @@ declare const GridTabulator_base: (new (...args: any[]) => {
|
|
|
67
65
|
readonly ownerDocument: Document;
|
|
68
66
|
readonly part: DOMTokenList;
|
|
69
67
|
readonly prefix: string;
|
|
70
|
-
readonly scrollHeight: number;
|
|
71
|
-
* The Foundation grid-tabulator
|
|
72
|
-
*
|
|
73
|
-
* @alpha
|
|
74
|
-
* @remarks
|
|
75
|
-
* HTML Element: \<grid-tabulator\>
|
|
76
|
-
*/
|
|
68
|
+
readonly scrollHeight: number;
|
|
77
69
|
scrollLeft: number;
|
|
78
70
|
scrollTop: number;
|
|
79
71
|
readonly scrollWidth: number;
|
|
@@ -434,5 +426,4 @@ export declare const foundationGridTabulator: (overrideDefinition?: import("@mic
|
|
|
434
426
|
styles: import("@microsoft/fast-element").ElementStyles;
|
|
435
427
|
template: import("@microsoft/fast-element").ViewTemplate<any, any>;
|
|
436
428
|
}, typeof GridTabulator>;
|
|
437
|
-
export {};
|
|
438
429
|
//# sourceMappingURL=grid-tabulator.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"grid-tabulator.d.ts","sourceRoot":"","sources":["../../src/grid-tabulator.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,iBAAiB,EAAE,MAAM,4BAA4B,CAAC;AAE/D,OAAO,EACL,eAAe,EACf,YAAY,EACZ,OAAO,EACP,cAAc,EACd,aAAa,IAAI,SAAS,EAC3B,MAAM,kBAAkB,CAAC
|
|
1
|
+
{"version":3,"file":"grid-tabulator.d.ts","sourceRoot":"","sources":["../../src/grid-tabulator.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,iBAAiB,EAAE,MAAM,4BAA4B,CAAC;AAE/D,OAAO,EACL,eAAe,EACf,YAAY,EACZ,OAAO,EACP,cAAc,EACd,aAAa,IAAI,SAAS,EAC3B,MAAM,kBAAkB,CAAC;AAW1B,YAAY,EAAE,aAAa,EAAE,OAAO,EAAE,eAAe,EAAE,MAAM,kBAAkB,CAAC;;;;;;;;;;;;;;;;;;;;;;;;oBAiK9E;;;;;;;OAOG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAhKL;;;GAGG;AACH,qBAAa,aAAc,SAAQ,kBAAiC;IACtD,IAAI,EAAE,SAAS,GAAG,SAAS,CAAC;IAC5B,OAAO,EAAE,cAAc,CAAC;IAExB,YAAY,SAAgC;IAC5C,UAAU,EAAE,MAAM,CAAC;IAEnB,OAAO,EAAE,GAAG,EAAE,CAAC;IAC3B,cAAc,CAAC,QAAQ,KAAA,EAAE,QAAQ,KAAA;IAOjC,sBAAsB,EAAE,OAAO,CAAS;IAEwB,mBAAmB,EAAE,OAAO,CACpF;IAEyC,qBAAqB,EAAE,MAAM,CAAC;IAEzE,SAAS,EAAE,MAAM,CAAoB;IAErC,KAAK,EAAE,MAAM,CAAY;IAC/B,YAAY,CAAC,QAAQ,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM;IAY/C,OAAO,CAAC,oBAAoB,CAAS;IAOrC,iBAAiB,IAAI,IAAI;IAOzB,oBAAoB,IAAI,IAAI;IAO5B;;;;;;;;;;;;OAYG;IACH,IAAI,WAAW,IAAI,OAAO,CAEzB;IAED,IAAI,WAAW,CAAC,OAAO,EAAE,OAAO,EA+B/B;IAED,IAAI,uBAAuB,IAAI,OAAO,CAKrC;IAED,aAAa;IAcb,gBAAgB;IAoBhB;;;;;;;OAOG;IACH,SAAS,CAAC,MAAM,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,EAAE,YAAY,CAAC,EAAE,YAAY;IAItF;;;;;;;;;OASG;IACH,cAAc,CACZ,IAAI,EAAE,KAAK,GAAG,MAAM,GAAG,MAAM,EAC7B,QAAQ,EAAE,MAAM,EAChB,MAAM,CAAC,EAAE,eAAe,EACxB,MAAM,CAAC,EAAE,cAAc;IAKzB,OAAO,CAAC,eAAe,CAAa;IAEpC,OAAO,CAAC,cAAc;IAStB,OAAO,CAAC,eAAe;CAMxB;AAED;;;;GAIG;AACH,eAAO,MAAM,0BAA0B,EAAE,cAA0B,CAAC;AAEpE;;;GAGG;AACH,eAAO,MAAM,0BAA0B;;CAEtC,CAAC;AAEF;;;;;;GAMG;AACH,eAAO,MAAM,uBAAuB;;;;;;;;;;wBAMlC,CAAC"}
|
package/dist/grid-tabulator.d.ts
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { Auth } from '@genesislcap/foundation-comms';
|
|
2
|
+
import { CellComponent } from 'tabulator-tables';
|
|
2
3
|
import { Connect } from '@genesislcap/foundation-comms';
|
|
3
4
|
import type { Container } from '@microsoft/fast-foundation';
|
|
4
5
|
import { Controller } from '@microsoft/fast-element';
|
|
@@ -11,6 +12,7 @@ import { DOMContainer } from '@genesislcap/foundation-utils';
|
|
|
11
12
|
import { DownloadOptions } from 'tabulator-tables';
|
|
12
13
|
import { ElementStyles } from '@microsoft/fast-element';
|
|
13
14
|
import { FilterParams } from 'tabulator-tables';
|
|
15
|
+
import { FormatterParams } from 'tabulator-tables';
|
|
14
16
|
import { FoundationElement } from '@microsoft/fast-foundation';
|
|
15
17
|
import { FoundationElementRegistry } from '@microsoft/fast-foundation';
|
|
16
18
|
import { FoundationLayoutContainer } from '@genesislcap/foundation-utils';
|
|
@@ -82,6 +84,8 @@ export declare type ActionRendererParams = {
|
|
|
82
84
|
contentTemplate?: string;
|
|
83
85
|
};
|
|
84
86
|
|
|
87
|
+
export { CellComponent }
|
|
88
|
+
|
|
85
89
|
/**
|
|
86
90
|
* Format a date time value to a readable string.
|
|
87
91
|
* @remarks Formats [DATETIME] UNIX Timestamps (with time) to readable strings
|
|
@@ -116,6 +120,8 @@ export declare const defaultGridTabulatorConfig: {
|
|
|
116
120
|
*/
|
|
117
121
|
export declare function formatDateExtra(epoch: number): string;
|
|
118
122
|
|
|
123
|
+
export { FormatterParams }
|
|
124
|
+
|
|
119
125
|
/**
|
|
120
126
|
* The Foundation grid-tabulator
|
|
121
127
|
*
|
|
@@ -297,7 +303,14 @@ declare const GridTabulator_base: (new (...args: any[]) => {
|
|
|
297
303
|
dir: string;
|
|
298
304
|
draggable: boolean;
|
|
299
305
|
hidden: boolean;
|
|
300
|
-
inert: boolean;
|
|
306
|
+
inert: boolean; /**
|
|
307
|
+
* Set the Grid client-side filters.
|
|
308
|
+
* @public
|
|
309
|
+
* @param column - column name
|
|
310
|
+
* @param operator - filter operator
|
|
311
|
+
* @param value - filter value
|
|
312
|
+
* @param filterParams - optional filter params
|
|
313
|
+
*/
|
|
301
314
|
innerText: string;
|
|
302
315
|
lang: string;
|
|
303
316
|
readonly offsetHeight: number;
|
|
@@ -307,16 +320,6 @@ declare const GridTabulator_base: (new (...args: any[]) => {
|
|
|
307
320
|
readonly offsetWidth: number;
|
|
308
321
|
outerText: string;
|
|
309
322
|
spellcheck: boolean;
|
|
310
|
-
/**
|
|
311
|
-
* Download the Grid data as a file of the specified type.
|
|
312
|
-
* @public
|
|
313
|
-
* @privateRemarks
|
|
314
|
-
* See https://tabulator.info/docs/5.5/download#overview, xlsx/pdf require extra libraries.
|
|
315
|
-
* @param type - csv | json | html
|
|
316
|
-
* @param fileName - name of the file to download
|
|
317
|
-
* @param params - optional download params
|
|
318
|
-
* @param filter - optional row range lookup filter
|
|
319
|
-
*/
|
|
320
323
|
title: string;
|
|
321
324
|
translate: boolean;
|
|
322
325
|
attachInternals(): ElementInternals;
|
|
@@ -341,13 +344,7 @@ declare const GridTabulator_base: (new (...args: any[]) => {
|
|
|
341
344
|
readonly ownerDocument: Document;
|
|
342
345
|
readonly part: DOMTokenList;
|
|
343
346
|
readonly prefix: string;
|
|
344
|
-
readonly scrollHeight: number;
|
|
345
|
-
* The Foundation grid-tabulator
|
|
346
|
-
*
|
|
347
|
-
* @alpha
|
|
348
|
-
* @remarks
|
|
349
|
-
* HTML Element: \<grid-tabulator\>
|
|
350
|
-
*/
|
|
347
|
+
readonly scrollHeight: number;
|
|
351
348
|
scrollLeft: number;
|
|
352
349
|
scrollTop: number;
|
|
353
350
|
readonly scrollWidth: number;
|
|
@@ -1442,6 +1439,8 @@ export declare enum GridTabulatorTheme {
|
|
|
1442
1439
|
*/
|
|
1443
1440
|
export declare const logger: Logger;
|
|
1444
1441
|
|
|
1442
|
+
export { Options }
|
|
1443
|
+
|
|
1445
1444
|
/**
|
|
1446
1445
|
* Transaction object to handle row data updates.
|
|
1447
1446
|
* @public
|
package/docs/api-report.md
CHANGED
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
```ts
|
|
6
6
|
|
|
7
7
|
import { Auth } from '@genesislcap/foundation-comms';
|
|
8
|
+
import { CellComponent } from 'tabulator-tables';
|
|
8
9
|
import { Connect } from '@genesislcap/foundation-comms';
|
|
9
10
|
import type { Container } from '@microsoft/fast-foundation';
|
|
10
11
|
import { Controller } from '@microsoft/fast-element';
|
|
@@ -17,6 +18,7 @@ import { DOMContainer } from '@genesislcap/foundation-utils';
|
|
|
17
18
|
import { DownloadOptions } from 'tabulator-tables';
|
|
18
19
|
import { ElementStyles } from '@microsoft/fast-element';
|
|
19
20
|
import { FilterParams } from 'tabulator-tables';
|
|
21
|
+
import { FormatterParams } from 'tabulator-tables';
|
|
20
22
|
import { FoundationElement } from '@microsoft/fast-foundation';
|
|
21
23
|
import { FoundationElementRegistry } from '@microsoft/fast-foundation';
|
|
22
24
|
import { FoundationLayoutContainer } from '@genesislcap/foundation-utils';
|
|
@@ -56,6 +58,8 @@ export type ActionRendererParams = {
|
|
|
56
58
|
contentTemplate?: string;
|
|
57
59
|
};
|
|
58
60
|
|
|
61
|
+
export { CellComponent }
|
|
62
|
+
|
|
59
63
|
// @public
|
|
60
64
|
export function dateTimeValueFormatter({ value }: any): string;
|
|
61
65
|
|
|
@@ -70,6 +74,8 @@ export const defaultGridTabulatorConfig: {
|
|
|
70
74
|
// @public
|
|
71
75
|
export function formatDateExtra(epoch: number): string;
|
|
72
76
|
|
|
77
|
+
export { FormatterParams }
|
|
78
|
+
|
|
73
79
|
// @alpha
|
|
74
80
|
export const foundationGridTabulator: (overrideDefinition?: OverrideFoundationElementDefinition< {
|
|
75
81
|
shadowOptions: any;
|
|
@@ -278,6 +284,8 @@ export enum GridTabulatorTheme {
|
|
|
278
284
|
// @public
|
|
279
285
|
export const logger: Logger;
|
|
280
286
|
|
|
287
|
+
export { Options }
|
|
288
|
+
|
|
281
289
|
// @public
|
|
282
290
|
export interface RowDataTransaction<TData = any> {
|
|
283
291
|
add?: TData[] | null;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@genesislcap/grid-tabulator",
|
|
3
3
|
"description": "Genesis Foundation Grid Tabulator",
|
|
4
|
-
"version": "14.
|
|
4
|
+
"version": "14.238.0",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -39,21 +39,21 @@
|
|
|
39
39
|
}
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
|
-
"@genesislcap/foundation-testing": "14.
|
|
43
|
-
"@genesislcap/genx": "14.
|
|
44
|
-
"@genesislcap/rollup-builder": "14.
|
|
45
|
-
"@genesislcap/ts-builder": "14.
|
|
46
|
-
"@genesislcap/uvu-playwright-builder": "14.
|
|
47
|
-
"@genesislcap/vite-builder": "14.
|
|
48
|
-
"@genesislcap/webpack-builder": "14.
|
|
42
|
+
"@genesislcap/foundation-testing": "14.238.0",
|
|
43
|
+
"@genesislcap/genx": "14.238.0",
|
|
44
|
+
"@genesislcap/rollup-builder": "14.238.0",
|
|
45
|
+
"@genesislcap/ts-builder": "14.238.0",
|
|
46
|
+
"@genesislcap/uvu-playwright-builder": "14.238.0",
|
|
47
|
+
"@genesislcap/vite-builder": "14.238.0",
|
|
48
|
+
"@genesislcap/webpack-builder": "14.238.0",
|
|
49
49
|
"@types/tabulator-tables": "6.2.3",
|
|
50
50
|
"rimraf": "^5.0.0"
|
|
51
51
|
},
|
|
52
52
|
"dependencies": {
|
|
53
|
-
"@genesislcap/foundation-comms": "14.
|
|
54
|
-
"@genesislcap/foundation-logger": "14.
|
|
55
|
-
"@genesislcap/foundation-ui": "14.
|
|
56
|
-
"@genesislcap/foundation-utils": "14.
|
|
53
|
+
"@genesislcap/foundation-comms": "14.238.0",
|
|
54
|
+
"@genesislcap/foundation-logger": "14.238.0",
|
|
55
|
+
"@genesislcap/foundation-ui": "14.238.0",
|
|
56
|
+
"@genesislcap/foundation-utils": "14.238.0",
|
|
57
57
|
"@microsoft/fast-colors": "5.3.1",
|
|
58
58
|
"@microsoft/fast-components": "2.30.6",
|
|
59
59
|
"@microsoft/fast-element": "1.14.0",
|
|
@@ -74,5 +74,5 @@
|
|
|
74
74
|
"access": "public"
|
|
75
75
|
},
|
|
76
76
|
"customElements": "dist/custom-elements.json",
|
|
77
|
-
"gitHead": "
|
|
77
|
+
"gitHead": "2735fb5a88f2e15f101c1343ee178d80db89fc63"
|
|
78
78
|
}
|