@genesislcap/grid-tabulator 14.438.0 → 14.438.1-chore-fix-ag-grid-types-react.2
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 +199 -199
- package/package.json +13 -13
|
@@ -4267,6 +4267,205 @@
|
|
|
4267
4267
|
}
|
|
4268
4268
|
]
|
|
4269
4269
|
},
|
|
4270
|
+
{
|
|
4271
|
+
"kind": "javascript-module",
|
|
4272
|
+
"path": "src/style/colors.ts",
|
|
4273
|
+
"declarations": [],
|
|
4274
|
+
"exports": []
|
|
4275
|
+
},
|
|
4276
|
+
{
|
|
4277
|
+
"kind": "javascript-module",
|
|
4278
|
+
"path": "src/style/index.ts",
|
|
4279
|
+
"declarations": [],
|
|
4280
|
+
"exports": [
|
|
4281
|
+
{
|
|
4282
|
+
"kind": "js",
|
|
4283
|
+
"name": "*",
|
|
4284
|
+
"declaration": {
|
|
4285
|
+
"name": "*",
|
|
4286
|
+
"package": "./colors"
|
|
4287
|
+
}
|
|
4288
|
+
},
|
|
4289
|
+
{
|
|
4290
|
+
"kind": "js",
|
|
4291
|
+
"name": "*",
|
|
4292
|
+
"declaration": {
|
|
4293
|
+
"name": "*",
|
|
4294
|
+
"package": "./tokens"
|
|
4295
|
+
}
|
|
4296
|
+
}
|
|
4297
|
+
]
|
|
4298
|
+
},
|
|
4299
|
+
{
|
|
4300
|
+
"kind": "javascript-module",
|
|
4301
|
+
"path": "src/style/tokens.ts",
|
|
4302
|
+
"declarations": [],
|
|
4303
|
+
"exports": []
|
|
4304
|
+
},
|
|
4305
|
+
{
|
|
4306
|
+
"kind": "javascript-module",
|
|
4307
|
+
"path": "src/utils/index.ts",
|
|
4308
|
+
"declarations": [],
|
|
4309
|
+
"exports": [
|
|
4310
|
+
{
|
|
4311
|
+
"kind": "js",
|
|
4312
|
+
"name": "*",
|
|
4313
|
+
"declaration": {
|
|
4314
|
+
"name": "*",
|
|
4315
|
+
"package": "./logger"
|
|
4316
|
+
}
|
|
4317
|
+
},
|
|
4318
|
+
{
|
|
4319
|
+
"kind": "js",
|
|
4320
|
+
"name": "*",
|
|
4321
|
+
"declaration": {
|
|
4322
|
+
"name": "*",
|
|
4323
|
+
"package": "./string-utils"
|
|
4324
|
+
}
|
|
4325
|
+
},
|
|
4326
|
+
{
|
|
4327
|
+
"kind": "js",
|
|
4328
|
+
"name": "*",
|
|
4329
|
+
"declaration": {
|
|
4330
|
+
"name": "*",
|
|
4331
|
+
"package": "./test-id-utils"
|
|
4332
|
+
}
|
|
4333
|
+
}
|
|
4334
|
+
]
|
|
4335
|
+
},
|
|
4336
|
+
{
|
|
4337
|
+
"kind": "javascript-module",
|
|
4338
|
+
"path": "src/utils/logger.ts",
|
|
4339
|
+
"declarations": [
|
|
4340
|
+
{
|
|
4341
|
+
"kind": "variable",
|
|
4342
|
+
"name": "logger",
|
|
4343
|
+
"description": "Logger for the `grid-tabulator` package",
|
|
4344
|
+
"privacy": "public"
|
|
4345
|
+
}
|
|
4346
|
+
],
|
|
4347
|
+
"exports": [
|
|
4348
|
+
{
|
|
4349
|
+
"kind": "js",
|
|
4350
|
+
"name": "logger",
|
|
4351
|
+
"declaration": {
|
|
4352
|
+
"name": "logger",
|
|
4353
|
+
"module": "src/utils/logger.ts"
|
|
4354
|
+
}
|
|
4355
|
+
}
|
|
4356
|
+
]
|
|
4357
|
+
},
|
|
4358
|
+
{
|
|
4359
|
+
"kind": "javascript-module",
|
|
4360
|
+
"path": "src/utils/string-utils.ts",
|
|
4361
|
+
"declarations": [
|
|
4362
|
+
{
|
|
4363
|
+
"kind": "function",
|
|
4364
|
+
"name": "convertToKebabCase",
|
|
4365
|
+
"return": {
|
|
4366
|
+
"type": {
|
|
4367
|
+
"text": ""
|
|
4368
|
+
}
|
|
4369
|
+
},
|
|
4370
|
+
"parameters": [
|
|
4371
|
+
{
|
|
4372
|
+
"name": "str",
|
|
4373
|
+
"type": {
|
|
4374
|
+
"text": "string"
|
|
4375
|
+
},
|
|
4376
|
+
"description": "The string to convert"
|
|
4377
|
+
}
|
|
4378
|
+
],
|
|
4379
|
+
"description": "Convert a string to kebab case\nExample: convertToKebabCase('helloWorld') // 'hello-world'"
|
|
4380
|
+
},
|
|
4381
|
+
{
|
|
4382
|
+
"kind": "function",
|
|
4383
|
+
"name": "mergeAndDedupColDefWithColumnState",
|
|
4384
|
+
"return": {
|
|
4385
|
+
"type": {
|
|
4386
|
+
"text": ""
|
|
4387
|
+
}
|
|
4388
|
+
},
|
|
4389
|
+
"parameters": [
|
|
4390
|
+
{
|
|
4391
|
+
"name": "colDefs",
|
|
4392
|
+
"type": {
|
|
4393
|
+
"text": "any[]"
|
|
4394
|
+
},
|
|
4395
|
+
"description": "The column definitions"
|
|
4396
|
+
},
|
|
4397
|
+
{
|
|
4398
|
+
"name": "columnState",
|
|
4399
|
+
"type": {
|
|
4400
|
+
"text": "any[]"
|
|
4401
|
+
},
|
|
4402
|
+
"description": "The column state"
|
|
4403
|
+
}
|
|
4404
|
+
],
|
|
4405
|
+
"description": "Merges and dedupes column definitions with column state"
|
|
4406
|
+
}
|
|
4407
|
+
],
|
|
4408
|
+
"exports": [
|
|
4409
|
+
{
|
|
4410
|
+
"kind": "js",
|
|
4411
|
+
"name": "convertToKebabCase",
|
|
4412
|
+
"declaration": {
|
|
4413
|
+
"name": "convertToKebabCase",
|
|
4414
|
+
"module": "src/utils/string-utils.ts"
|
|
4415
|
+
}
|
|
4416
|
+
},
|
|
4417
|
+
{
|
|
4418
|
+
"kind": "js",
|
|
4419
|
+
"name": "mergeAndDedupColDefWithColumnState",
|
|
4420
|
+
"declaration": {
|
|
4421
|
+
"name": "mergeAndDedupColDefWithColumnState",
|
|
4422
|
+
"module": "src/utils/string-utils.ts"
|
|
4423
|
+
}
|
|
4424
|
+
}
|
|
4425
|
+
]
|
|
4426
|
+
},
|
|
4427
|
+
{
|
|
4428
|
+
"kind": "javascript-module",
|
|
4429
|
+
"path": "src/utils/test-id-utils.ts",
|
|
4430
|
+
"declarations": [
|
|
4431
|
+
{
|
|
4432
|
+
"kind": "function",
|
|
4433
|
+
"name": "getDataTestId",
|
|
4434
|
+
"return": {
|
|
4435
|
+
"type": {
|
|
4436
|
+
"text": ""
|
|
4437
|
+
}
|
|
4438
|
+
},
|
|
4439
|
+
"parameters": [
|
|
4440
|
+
{
|
|
4441
|
+
"name": "dataTestId",
|
|
4442
|
+
"type": {
|
|
4443
|
+
"text": "((rowData: T) => string) | string | undefined"
|
|
4444
|
+
},
|
|
4445
|
+
"description": "The dataTestId value (string or function)"
|
|
4446
|
+
},
|
|
4447
|
+
{
|
|
4448
|
+
"name": "rowData",
|
|
4449
|
+
"type": {
|
|
4450
|
+
"text": "T"
|
|
4451
|
+
},
|
|
4452
|
+
"description": "The row data to pass to the function if dataTestId is a function"
|
|
4453
|
+
}
|
|
4454
|
+
],
|
|
4455
|
+
"description": "Resolves a dataTestId value that can be either a string or a function"
|
|
4456
|
+
}
|
|
4457
|
+
],
|
|
4458
|
+
"exports": [
|
|
4459
|
+
{
|
|
4460
|
+
"kind": "js",
|
|
4461
|
+
"name": "getDataTestId",
|
|
4462
|
+
"declaration": {
|
|
4463
|
+
"name": "getDataTestId",
|
|
4464
|
+
"module": "src/utils/test-id-utils.ts"
|
|
4465
|
+
}
|
|
4466
|
+
}
|
|
4467
|
+
]
|
|
4468
|
+
},
|
|
4270
4469
|
{
|
|
4271
4470
|
"kind": "javascript-module",
|
|
4272
4471
|
"path": "src/cell-formatters/action.formatter.ts",
|
|
@@ -4664,205 +4863,6 @@
|
|
|
4664
4863
|
}
|
|
4665
4864
|
}
|
|
4666
4865
|
]
|
|
4667
|
-
},
|
|
4668
|
-
{
|
|
4669
|
-
"kind": "javascript-module",
|
|
4670
|
-
"path": "src/style/colors.ts",
|
|
4671
|
-
"declarations": [],
|
|
4672
|
-
"exports": []
|
|
4673
|
-
},
|
|
4674
|
-
{
|
|
4675
|
-
"kind": "javascript-module",
|
|
4676
|
-
"path": "src/style/index.ts",
|
|
4677
|
-
"declarations": [],
|
|
4678
|
-
"exports": [
|
|
4679
|
-
{
|
|
4680
|
-
"kind": "js",
|
|
4681
|
-
"name": "*",
|
|
4682
|
-
"declaration": {
|
|
4683
|
-
"name": "*",
|
|
4684
|
-
"package": "./colors"
|
|
4685
|
-
}
|
|
4686
|
-
},
|
|
4687
|
-
{
|
|
4688
|
-
"kind": "js",
|
|
4689
|
-
"name": "*",
|
|
4690
|
-
"declaration": {
|
|
4691
|
-
"name": "*",
|
|
4692
|
-
"package": "./tokens"
|
|
4693
|
-
}
|
|
4694
|
-
}
|
|
4695
|
-
]
|
|
4696
|
-
},
|
|
4697
|
-
{
|
|
4698
|
-
"kind": "javascript-module",
|
|
4699
|
-
"path": "src/style/tokens.ts",
|
|
4700
|
-
"declarations": [],
|
|
4701
|
-
"exports": []
|
|
4702
|
-
},
|
|
4703
|
-
{
|
|
4704
|
-
"kind": "javascript-module",
|
|
4705
|
-
"path": "src/utils/index.ts",
|
|
4706
|
-
"declarations": [],
|
|
4707
|
-
"exports": [
|
|
4708
|
-
{
|
|
4709
|
-
"kind": "js",
|
|
4710
|
-
"name": "*",
|
|
4711
|
-
"declaration": {
|
|
4712
|
-
"name": "*",
|
|
4713
|
-
"package": "./logger"
|
|
4714
|
-
}
|
|
4715
|
-
},
|
|
4716
|
-
{
|
|
4717
|
-
"kind": "js",
|
|
4718
|
-
"name": "*",
|
|
4719
|
-
"declaration": {
|
|
4720
|
-
"name": "*",
|
|
4721
|
-
"package": "./string-utils"
|
|
4722
|
-
}
|
|
4723
|
-
},
|
|
4724
|
-
{
|
|
4725
|
-
"kind": "js",
|
|
4726
|
-
"name": "*",
|
|
4727
|
-
"declaration": {
|
|
4728
|
-
"name": "*",
|
|
4729
|
-
"package": "./test-id-utils"
|
|
4730
|
-
}
|
|
4731
|
-
}
|
|
4732
|
-
]
|
|
4733
|
-
},
|
|
4734
|
-
{
|
|
4735
|
-
"kind": "javascript-module",
|
|
4736
|
-
"path": "src/utils/logger.ts",
|
|
4737
|
-
"declarations": [
|
|
4738
|
-
{
|
|
4739
|
-
"kind": "variable",
|
|
4740
|
-
"name": "logger",
|
|
4741
|
-
"description": "Logger for the `grid-tabulator` package",
|
|
4742
|
-
"privacy": "public"
|
|
4743
|
-
}
|
|
4744
|
-
],
|
|
4745
|
-
"exports": [
|
|
4746
|
-
{
|
|
4747
|
-
"kind": "js",
|
|
4748
|
-
"name": "logger",
|
|
4749
|
-
"declaration": {
|
|
4750
|
-
"name": "logger",
|
|
4751
|
-
"module": "src/utils/logger.ts"
|
|
4752
|
-
}
|
|
4753
|
-
}
|
|
4754
|
-
]
|
|
4755
|
-
},
|
|
4756
|
-
{
|
|
4757
|
-
"kind": "javascript-module",
|
|
4758
|
-
"path": "src/utils/string-utils.ts",
|
|
4759
|
-
"declarations": [
|
|
4760
|
-
{
|
|
4761
|
-
"kind": "function",
|
|
4762
|
-
"name": "convertToKebabCase",
|
|
4763
|
-
"return": {
|
|
4764
|
-
"type": {
|
|
4765
|
-
"text": ""
|
|
4766
|
-
}
|
|
4767
|
-
},
|
|
4768
|
-
"parameters": [
|
|
4769
|
-
{
|
|
4770
|
-
"name": "str",
|
|
4771
|
-
"type": {
|
|
4772
|
-
"text": "string"
|
|
4773
|
-
},
|
|
4774
|
-
"description": "The string to convert"
|
|
4775
|
-
}
|
|
4776
|
-
],
|
|
4777
|
-
"description": "Convert a string to kebab case\nExample: convertToKebabCase('helloWorld') // 'hello-world'"
|
|
4778
|
-
},
|
|
4779
|
-
{
|
|
4780
|
-
"kind": "function",
|
|
4781
|
-
"name": "mergeAndDedupColDefWithColumnState",
|
|
4782
|
-
"return": {
|
|
4783
|
-
"type": {
|
|
4784
|
-
"text": ""
|
|
4785
|
-
}
|
|
4786
|
-
},
|
|
4787
|
-
"parameters": [
|
|
4788
|
-
{
|
|
4789
|
-
"name": "colDefs",
|
|
4790
|
-
"type": {
|
|
4791
|
-
"text": "any[]"
|
|
4792
|
-
},
|
|
4793
|
-
"description": "The column definitions"
|
|
4794
|
-
},
|
|
4795
|
-
{
|
|
4796
|
-
"name": "columnState",
|
|
4797
|
-
"type": {
|
|
4798
|
-
"text": "any[]"
|
|
4799
|
-
},
|
|
4800
|
-
"description": "The column state"
|
|
4801
|
-
}
|
|
4802
|
-
],
|
|
4803
|
-
"description": "Merges and dedupes column definitions with column state"
|
|
4804
|
-
}
|
|
4805
|
-
],
|
|
4806
|
-
"exports": [
|
|
4807
|
-
{
|
|
4808
|
-
"kind": "js",
|
|
4809
|
-
"name": "convertToKebabCase",
|
|
4810
|
-
"declaration": {
|
|
4811
|
-
"name": "convertToKebabCase",
|
|
4812
|
-
"module": "src/utils/string-utils.ts"
|
|
4813
|
-
}
|
|
4814
|
-
},
|
|
4815
|
-
{
|
|
4816
|
-
"kind": "js",
|
|
4817
|
-
"name": "mergeAndDedupColDefWithColumnState",
|
|
4818
|
-
"declaration": {
|
|
4819
|
-
"name": "mergeAndDedupColDefWithColumnState",
|
|
4820
|
-
"module": "src/utils/string-utils.ts"
|
|
4821
|
-
}
|
|
4822
|
-
}
|
|
4823
|
-
]
|
|
4824
|
-
},
|
|
4825
|
-
{
|
|
4826
|
-
"kind": "javascript-module",
|
|
4827
|
-
"path": "src/utils/test-id-utils.ts",
|
|
4828
|
-
"declarations": [
|
|
4829
|
-
{
|
|
4830
|
-
"kind": "function",
|
|
4831
|
-
"name": "getDataTestId",
|
|
4832
|
-
"return": {
|
|
4833
|
-
"type": {
|
|
4834
|
-
"text": ""
|
|
4835
|
-
}
|
|
4836
|
-
},
|
|
4837
|
-
"parameters": [
|
|
4838
|
-
{
|
|
4839
|
-
"name": "dataTestId",
|
|
4840
|
-
"type": {
|
|
4841
|
-
"text": "((rowData: T) => string) | string | undefined"
|
|
4842
|
-
},
|
|
4843
|
-
"description": "The dataTestId value (string or function)"
|
|
4844
|
-
},
|
|
4845
|
-
{
|
|
4846
|
-
"name": "rowData",
|
|
4847
|
-
"type": {
|
|
4848
|
-
"text": "T"
|
|
4849
|
-
},
|
|
4850
|
-
"description": "The row data to pass to the function if dataTestId is a function"
|
|
4851
|
-
}
|
|
4852
|
-
],
|
|
4853
|
-
"description": "Resolves a dataTestId value that can be either a string or a function"
|
|
4854
|
-
}
|
|
4855
|
-
],
|
|
4856
|
-
"exports": [
|
|
4857
|
-
{
|
|
4858
|
-
"kind": "js",
|
|
4859
|
-
"name": "getDataTestId",
|
|
4860
|
-
"declaration": {
|
|
4861
|
-
"name": "getDataTestId",
|
|
4862
|
-
"module": "src/utils/test-id-utils.ts"
|
|
4863
|
-
}
|
|
4864
|
-
}
|
|
4865
|
-
]
|
|
4866
4866
|
}
|
|
4867
4867
|
]
|
|
4868
4868
|
}
|
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.438.
|
|
4
|
+
"version": "14.438.1-chore-fix-ag-grid-types-react.2",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -41,20 +41,20 @@
|
|
|
41
41
|
}
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
|
-
"@genesislcap/foundation-testing": "14.438.
|
|
45
|
-
"@genesislcap/genx": "14.438.
|
|
46
|
-
"@genesislcap/rollup-builder": "14.438.
|
|
47
|
-
"@genesislcap/ts-builder": "14.438.
|
|
48
|
-
"@genesislcap/uvu-playwright-builder": "14.438.
|
|
49
|
-
"@genesislcap/vite-builder": "14.438.
|
|
50
|
-
"@genesislcap/webpack-builder": "14.438.
|
|
44
|
+
"@genesislcap/foundation-testing": "14.438.1-chore-fix-ag-grid-types-react.2",
|
|
45
|
+
"@genesislcap/genx": "14.438.1-chore-fix-ag-grid-types-react.2",
|
|
46
|
+
"@genesislcap/rollup-builder": "14.438.1-chore-fix-ag-grid-types-react.2",
|
|
47
|
+
"@genesislcap/ts-builder": "14.438.1-chore-fix-ag-grid-types-react.2",
|
|
48
|
+
"@genesislcap/uvu-playwright-builder": "14.438.1-chore-fix-ag-grid-types-react.2",
|
|
49
|
+
"@genesislcap/vite-builder": "14.438.1-chore-fix-ag-grid-types-react.2",
|
|
50
|
+
"@genesislcap/webpack-builder": "14.438.1-chore-fix-ag-grid-types-react.2",
|
|
51
51
|
"@types/tabulator-tables": "6.2.6"
|
|
52
52
|
},
|
|
53
53
|
"dependencies": {
|
|
54
|
-
"@genesislcap/foundation-comms": "14.438.
|
|
55
|
-
"@genesislcap/foundation-logger": "14.438.
|
|
56
|
-
"@genesislcap/foundation-ui": "14.438.
|
|
57
|
-
"@genesislcap/foundation-utils": "14.438.
|
|
54
|
+
"@genesislcap/foundation-comms": "14.438.1-chore-fix-ag-grid-types-react.2",
|
|
55
|
+
"@genesislcap/foundation-logger": "14.438.1-chore-fix-ag-grid-types-react.2",
|
|
56
|
+
"@genesislcap/foundation-ui": "14.438.1-chore-fix-ag-grid-types-react.2",
|
|
57
|
+
"@genesislcap/foundation-utils": "14.438.1-chore-fix-ag-grid-types-react.2",
|
|
58
58
|
"@microsoft/fast-colors": "5.3.1",
|
|
59
59
|
"@microsoft/fast-components": "2.30.6",
|
|
60
60
|
"@microsoft/fast-element": "1.14.0",
|
|
@@ -86,5 +86,5 @@
|
|
|
86
86
|
"require": "./dist/react.cjs"
|
|
87
87
|
}
|
|
88
88
|
},
|
|
89
|
-
"gitHead": "
|
|
89
|
+
"gitHead": "dcd4c791ebec32a7eeb9183d5568c3361a18f8d0"
|
|
90
90
|
}
|