@genesislcap/grid-tabulator 14.263.0 → 14.264.1-PA-1660.1

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.
@@ -1296,7 +1296,7 @@
1296
1296
  "name": "*",
1297
1297
  "declaration": {
1298
1298
  "name": "*",
1299
- "package": "./grid-tabulator.definitions"
1299
+ "package": "./cell"
1300
1300
  }
1301
1301
  },
1302
1302
  {
@@ -1304,7 +1304,7 @@
1304
1304
  "name": "*",
1305
1305
  "declaration": {
1306
1306
  "name": "*",
1307
- "package": "./grid-tabulator.styles"
1307
+ "package": "./cell-formatters"
1308
1308
  }
1309
1309
  },
1310
1310
  {
@@ -1312,7 +1312,7 @@
1312
1312
  "name": "*",
1313
1313
  "declaration": {
1314
1314
  "name": "*",
1315
- "package": "./grid-tabulator.template"
1315
+ "package": "./column"
1316
1316
  }
1317
1317
  },
1318
1318
  {
@@ -1320,7 +1320,7 @@
1320
1320
  "name": "*",
1321
1321
  "declaration": {
1322
1322
  "name": "*",
1323
- "package": "./grid-tabulator.types"
1323
+ "package": "./datasource"
1324
1324
  }
1325
1325
  },
1326
1326
  {
@@ -1328,7 +1328,7 @@
1328
1328
  "name": "*",
1329
1329
  "declaration": {
1330
1330
  "name": "*",
1331
- "package": "./grid-tabulator"
1331
+ "package": "./external"
1332
1332
  }
1333
1333
  },
1334
1334
  {
@@ -1336,7 +1336,7 @@
1336
1336
  "name": "*",
1337
1337
  "declaration": {
1338
1338
  "name": "*",
1339
- "package": "./external"
1339
+ "package": "./grid-tabulator.components"
1340
1340
  }
1341
1341
  },
1342
1342
  {
@@ -1344,31 +1344,15 @@
1344
1344
  "name": "*",
1345
1345
  "declaration": {
1346
1346
  "name": "*",
1347
- "package": "./style"
1348
- }
1349
- },
1350
- {
1351
- "kind": "js",
1352
- "name": "Options",
1353
- "declaration": {
1354
- "name": "Options",
1355
- "module": "./types"
1356
- }
1357
- },
1358
- {
1359
- "kind": "js",
1360
- "name": "ColumnDefinition",
1361
- "declaration": {
1362
- "name": "ColumnDefinition",
1363
- "module": "./types"
1347
+ "package": "./grid-tabulator.definitions"
1364
1348
  }
1365
1349
  },
1366
1350
  {
1367
1351
  "kind": "js",
1368
- "name": "CustomFormatterParams",
1352
+ "name": "*",
1369
1353
  "declaration": {
1370
- "name": "FormatterParams",
1371
- "module": "./types"
1354
+ "name": "*",
1355
+ "package": "./grid-tabulator.styles"
1372
1356
  }
1373
1357
  },
1374
1358
  {
@@ -1376,7 +1360,7 @@
1376
1360
  "name": "*",
1377
1361
  "declaration": {
1378
1362
  "name": "*",
1379
- "package": "./cell"
1363
+ "package": "./grid-tabulator.template"
1380
1364
  }
1381
1365
  },
1382
1366
  {
@@ -1384,7 +1368,7 @@
1384
1368
  "name": "*",
1385
1369
  "declaration": {
1386
1370
  "name": "*",
1387
- "package": "./cell-formatters"
1371
+ "package": "./grid-tabulator.types"
1388
1372
  }
1389
1373
  },
1390
1374
  {
@@ -1392,7 +1376,7 @@
1392
1376
  "name": "*",
1393
1377
  "declaration": {
1394
1378
  "name": "*",
1395
- "package": "./column"
1379
+ "package": "./grid-tabulator"
1396
1380
  }
1397
1381
  },
1398
1382
  {
@@ -1400,7 +1384,7 @@
1400
1384
  "name": "*",
1401
1385
  "declaration": {
1402
1386
  "name": "*",
1403
- "package": "./datasource"
1387
+ "package": "./style"
1404
1388
  }
1405
1389
  },
1406
1390
  {
@@ -1408,7 +1392,7 @@
1408
1392
  "name": "*",
1409
1393
  "declaration": {
1410
1394
  "name": "*",
1411
- "package": "./grid-tabulator.components"
1395
+ "package": "./types"
1412
1396
  }
1413
1397
  },
1414
1398
  {
@@ -1,16 +1,15 @@
1
+ export * from './cell';
2
+ export * from './cell-formatters';
3
+ export * from './column';
4
+ export * from './datasource';
5
+ export * from './external';
6
+ export * from './grid-tabulator.components';
1
7
  export * from './grid-tabulator.definitions';
2
8
  export * from './grid-tabulator.styles';
3
9
  export * from './grid-tabulator.template';
4
10
  export * from './grid-tabulator.types';
5
11
  export * from './grid-tabulator';
6
- export * from './external';
7
12
  export * from './style';
8
- export { Options, ColumnDefinition } from './types';
9
- export { FormatterParams as CustomFormatterParams } from './types';
10
- export * from './cell';
11
- export * from './cell-formatters';
12
- export * from './column';
13
- export * from './datasource';
14
- export * from './grid-tabulator.components';
13
+ export * from './types';
15
14
  export * from './utils';
16
15
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,8BAA8B,CAAC;AAC7C,cAAc,yBAAyB,CAAC;AACxC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,wBAAwB,CAAC;AACvC,cAAc,kBAAkB,CAAC;AACjC,cAAc,YAAY,CAAC;AAC3B,cAAc,SAAS,CAAC;AAGxB,OAAO,EAAE,OAAO,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAC;AAEpD,OAAO,EAAE,eAAe,IAAI,qBAAqB,EAAE,MAAM,SAAS,CAAC;AAEnE,cAAc,QAAQ,CAAC;AACvB,cAAc,mBAAmB,CAAC;AAClC,cAAc,UAAU,CAAC;AACzB,cAAc,cAAc,CAAC;AAE7B,cAAc,6BAA6B,CAAC;AAE5C,cAAc,SAAS,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,QAAQ,CAAC;AACvB,cAAc,mBAAmB,CAAC;AAClC,cAAc,UAAU,CAAC;AACzB,cAAc,cAAc,CAAC;AAC7B,cAAc,YAAY,CAAC;AAC3B,cAAc,6BAA6B,CAAC;AAC5C,cAAc,8BAA8B,CAAC;AAC7C,cAAc,yBAAyB,CAAC;AACxC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,wBAAwB,CAAC;AACvC,cAAc,kBAAkB,CAAC;AACjC,cAAc,SAAS,CAAC;AACxB,cAAc,SAAS,CAAC;AACxB,cAAc,SAAS,CAAC"}
package/dist/esm/index.js CHANGED
@@ -1,13 +1,14 @@
1
+ export * from './cell';
2
+ export * from './cell-formatters';
3
+ export * from './column';
4
+ export * from './datasource';
5
+ export * from './external';
6
+ export * from './grid-tabulator.components';
1
7
  export * from './grid-tabulator.definitions';
2
8
  export * from './grid-tabulator.styles';
3
9
  export * from './grid-tabulator.template';
4
10
  export * from './grid-tabulator.types';
5
11
  export * from './grid-tabulator';
6
- export * from './external';
7
12
  export * from './style';
8
- export * from './cell';
9
- export * from './cell-formatters';
10
- export * from './column';
11
- export * from './datasource';
12
- export * from './grid-tabulator.components';
13
+ export * from './types';
13
14
  export * from './utils';
@@ -13,7 +13,7 @@ import { DownloadOptions } from 'tabulator-tables';
13
13
  import { ElementStyles } from '@microsoft/fast-element';
14
14
  import { FilterParams } from 'tabulator-tables';
15
15
  import type { Formatter } from 'tabulator-tables';
16
- import { FormatterParams } from 'tabulator-tables';
16
+ import { FormatterParams as FormatterParams_2 } from 'tabulator-tables';
17
17
  import { FoundationElement } from '@microsoft/fast-foundation';
18
18
  import { FoundationElementRegistry } from '@microsoft/fast-foundation';
19
19
  import { FoundationLayoutContainer } from '@genesislcap/foundation-utils';
@@ -165,7 +165,7 @@ export declare interface CellRendererParams {
165
165
  /**
166
166
  * Additional formatter parameters
167
167
  */
168
- formatterParams?: FormatterParams;
168
+ formatterParams?: FormatterParams_2;
169
169
  /**
170
170
  * Allow indexing by string
171
171
  */
@@ -178,7 +178,7 @@ export declare interface CellRendererParams {
178
178
  */
179
179
  export declare type ColumnDefinition = {
180
180
  formatter?: Formatter | FormatterTypes;
181
- formatterParams?: CustomFormatterParams;
181
+ formatterParams?: FormatterParams;
182
182
  } & Omit<ColumnDefinition_2, 'formatter' | 'formatterParams'>;
183
183
 
184
184
  /**
@@ -202,12 +202,6 @@ export declare const criteriaDelimiter = ";";
202
202
  */
203
203
  export declare const criteriaJoin = " && ";
204
204
 
205
- /**
206
- * Extended FormatterParams type that includes all of our custom formatter parameter interfaces
207
- * @alpha
208
- */
209
- export declare type CustomFormatterParams = FormatterParams | ActionFormatterParams | ActionsMenuFormatterParams | BooleanFormatterParams | EditableFormatterParams | SelectFormatterParams | TextFormatterParams;
210
-
211
205
  /**
212
206
  * The date editor class for grid-tabulator
213
207
  * @public
@@ -353,6 +347,12 @@ export declare const ERROR_COLUMN_FIELD = "__ERROR_FIELD__";
353
347
  */
354
348
  export declare function formatDateExtra(epoch: number): string;
355
349
 
350
+ /**
351
+ * Extended FormatterParams type that includes all of our custom formatter parameter interfaces
352
+ * @alpha
353
+ */
354
+ export declare type FormatterParams = FormatterParams_2 | ActionFormatterParams | ActionsMenuFormatterParams | BooleanFormatterParams | EditableFormatterParams | SelectFormatterParams | TextFormatterParams;
355
+
356
356
  /**
357
357
  * Zero formatters for Tabulator grid
358
358
  * @alpha
@@ -19,7 +19,7 @@ import { DownloadOptions } from 'tabulator-tables';
19
19
  import { ElementStyles } from '@microsoft/fast-element';
20
20
  import { FilterParams } from 'tabulator-tables';
21
21
  import type { Formatter } from 'tabulator-tables';
22
- import { FormatterParams } from 'tabulator-tables';
22
+ import { FormatterParams as FormatterParams_2 } from 'tabulator-tables';
23
23
  import { FoundationElement } from '@microsoft/fast-foundation';
24
24
  import { FoundationElementRegistry } from '@microsoft/fast-foundation';
25
25
  import { FoundationLayoutContainer } from '@genesislcap/foundation-utils';
@@ -106,14 +106,14 @@ export interface CellRendererParams {
106
106
  [key: string]: any;
107
107
  cell?: CellComponent;
108
108
  data?: any;
109
- formatterParams?: FormatterParams;
109
+ formatterParams?: FormatterParams_2;
110
110
  value?: any;
111
111
  }
112
112
 
113
113
  // @alpha
114
114
  export type ColumnDefinition = {
115
115
  formatter?: Formatter | FormatterTypes;
116
- formatterParams?: CustomFormatterParams;
116
+ formatterParams?: FormatterParams;
117
117
  } & Omit<ColumnDefinition_2, 'formatter' | 'formatterParams'>;
118
118
 
119
119
  // @alpha
@@ -125,9 +125,6 @@ export const criteriaDelimiter = ";";
125
125
  // @alpha
126
126
  export const criteriaJoin = " && ";
127
127
 
128
- // @alpha
129
- export type CustomFormatterParams = FormatterParams | ActionFormatterParams | ActionsMenuFormatterParams | BooleanFormatterParams | EditableFormatterParams | SelectFormatterParams | TextFormatterParams;
130
-
131
128
  // @public
132
129
  export function dateTimeValueFormatter({ value }: any): string;
133
130
 
@@ -176,6 +173,9 @@ export const ERROR_COLUMN_FIELD = "__ERROR_FIELD__";
176
173
  // @public
177
174
  export function formatDateExtra(epoch: number): string;
178
175
 
176
+ // @alpha
177
+ export type FormatterParams = FormatterParams_2 | ActionFormatterParams | ActionsMenuFormatterParams | BooleanFormatterParams | EditableFormatterParams | SelectFormatterParams | TextFormatterParams;
178
+
179
179
  // @alpha
180
180
  export const formatters: {
181
181
  action: typeof actionFormatter;
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.263.0",
4
+ "version": "14.264.1-PA-1660.1",
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.263.0",
43
- "@genesislcap/genx": "14.263.0",
44
- "@genesislcap/rollup-builder": "14.263.0",
45
- "@genesislcap/ts-builder": "14.263.0",
46
- "@genesislcap/uvu-playwright-builder": "14.263.0",
47
- "@genesislcap/vite-builder": "14.263.0",
48
- "@genesislcap/webpack-builder": "14.263.0",
42
+ "@genesislcap/foundation-testing": "14.264.1-PA-1660.1",
43
+ "@genesislcap/genx": "14.264.1-PA-1660.1",
44
+ "@genesislcap/rollup-builder": "14.264.1-PA-1660.1",
45
+ "@genesislcap/ts-builder": "14.264.1-PA-1660.1",
46
+ "@genesislcap/uvu-playwright-builder": "14.264.1-PA-1660.1",
47
+ "@genesislcap/vite-builder": "14.264.1-PA-1660.1",
48
+ "@genesislcap/webpack-builder": "14.264.1-PA-1660.1",
49
49
  "@types/tabulator-tables": "6.2.6",
50
50
  "rimraf": "^5.0.0"
51
51
  },
52
52
  "dependencies": {
53
- "@genesislcap/foundation-comms": "14.263.0",
54
- "@genesislcap/foundation-logger": "14.263.0",
55
- "@genesislcap/foundation-ui": "14.263.0",
56
- "@genesislcap/foundation-utils": "14.263.0",
53
+ "@genesislcap/foundation-comms": "14.264.1-PA-1660.1",
54
+ "@genesislcap/foundation-logger": "14.264.1-PA-1660.1",
55
+ "@genesislcap/foundation-ui": "14.264.1-PA-1660.1",
56
+ "@genesislcap/foundation-utils": "14.264.1-PA-1660.1",
57
57
  "@microsoft/fast-colors": "5.3.1",
58
58
  "@microsoft/fast-components": "2.30.6",
59
59
  "@microsoft/fast-element": "1.14.0",
@@ -75,5 +75,5 @@
75
75
  "access": "public"
76
76
  },
77
77
  "customElements": "dist/custom-elements.json",
78
- "gitHead": "c1e36a1300a4d8e160aeb00831d0f940b0bde437"
78
+ "gitHead": "84842e3e142c53557fe6e035812e31dd33212934"
79
79
  }