@genesislcap/grid-pro 14.146.0 → 14.146.1-alpha-662fbc3.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.
@@ -5233,229 +5233,6 @@
5233
5233
  }
5234
5234
  ]
5235
5235
  },
5236
- {
5237
- "kind": "javascript-module",
5238
- "path": "src/column/column.template.ts",
5239
- "declarations": [
5240
- {
5241
- "kind": "variable",
5242
- "name": "ColumnTemplate",
5243
- "default": "html<GridProColumn>`\n <template>\n <slot ${slotted('slottedAgCell')} @slotchange=\"${(x) => x.slottedAgCellChanged()}\"></slot>\n </template>\n`",
5244
- "description": "The Grid Pro Column Template.",
5245
- "privacy": "public"
5246
- }
5247
- ],
5248
- "exports": [
5249
- {
5250
- "kind": "js",
5251
- "name": "ColumnTemplate",
5252
- "declaration": {
5253
- "name": "ColumnTemplate",
5254
- "module": "src/column/column.template.ts"
5255
- }
5256
- }
5257
- ]
5258
- },
5259
- {
5260
- "kind": "javascript-module",
5261
- "path": "src/column/column.ts",
5262
- "declarations": [
5263
- {
5264
- "kind": "class",
5265
- "description": "The Grid Pro Column element.",
5266
- "name": "GridProColumn",
5267
- "members": [
5268
- {
5269
- "kind": "field",
5270
- "name": "slottedAgCell",
5271
- "type": {
5272
- "text": "HTMLElement[]"
5273
- },
5274
- "privacy": "public"
5275
- },
5276
- {
5277
- "kind": "field",
5278
- "name": "definition",
5279
- "type": {
5280
- "text": "ColDef"
5281
- },
5282
- "default": "{}"
5283
- },
5284
- {
5285
- "kind": "method",
5286
- "name": "slottedAgCellChanged",
5287
- "privacy": "public"
5288
- },
5289
- {
5290
- "kind": "field",
5291
- "name": "_presentation",
5292
- "type": {
5293
- "text": "ComponentPresentation | null | undefined"
5294
- },
5295
- "privacy": "private",
5296
- "default": "void 0",
5297
- "inheritedFrom": {
5298
- "name": "FoundationElement",
5299
- "module": "src/foundation-element/foundation-element.ts"
5300
- }
5301
- },
5302
- {
5303
- "kind": "field",
5304
- "name": "$presentation",
5305
- "type": {
5306
- "text": "ComponentPresentation | null"
5307
- },
5308
- "privacy": "public",
5309
- "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
5310
- "inheritedFrom": {
5311
- "name": "FoundationElement",
5312
- "module": "src/foundation-element/foundation-element.ts"
5313
- }
5314
- },
5315
- {
5316
- "kind": "field",
5317
- "name": "template",
5318
- "type": {
5319
- "text": "ElementViewTemplate | void | null"
5320
- },
5321
- "privacy": "public",
5322
- "description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
5323
- "inheritedFrom": {
5324
- "name": "FoundationElement",
5325
- "module": "src/foundation-element/foundation-element.ts"
5326
- }
5327
- },
5328
- {
5329
- "kind": "method",
5330
- "name": "templateChanged",
5331
- "privacy": "protected",
5332
- "return": {
5333
- "type": {
5334
- "text": "void"
5335
- }
5336
- },
5337
- "inheritedFrom": {
5338
- "name": "FoundationElement",
5339
- "module": "src/foundation-element/foundation-element.ts"
5340
- }
5341
- },
5342
- {
5343
- "kind": "field",
5344
- "name": "styles",
5345
- "type": {
5346
- "text": "ElementStyles | void | null"
5347
- },
5348
- "privacy": "public",
5349
- "description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
5350
- "inheritedFrom": {
5351
- "name": "FoundationElement",
5352
- "module": "src/foundation-element/foundation-element.ts"
5353
- }
5354
- },
5355
- {
5356
- "kind": "method",
5357
- "name": "stylesChanged",
5358
- "privacy": "protected",
5359
- "return": {
5360
- "type": {
5361
- "text": "void"
5362
- }
5363
- },
5364
- "inheritedFrom": {
5365
- "name": "FoundationElement",
5366
- "module": "src/foundation-element/foundation-element.ts"
5367
- }
5368
- },
5369
- {
5370
- "kind": "method",
5371
- "name": "compose",
5372
- "privacy": "public",
5373
- "static": true,
5374
- "return": {
5375
- "type": {
5376
- "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
5377
- }
5378
- },
5379
- "parameters": [
5380
- {
5381
- "name": "this",
5382
- "type": {
5383
- "text": "K"
5384
- }
5385
- },
5386
- {
5387
- "name": "elementDefinition",
5388
- "type": {
5389
- "text": "T"
5390
- },
5391
- "description": "The definition of the element to create the registry\nfunction for."
5392
- }
5393
- ],
5394
- "description": "Defines an element registry function with a set of element definition defaults.",
5395
- "inheritedFrom": {
5396
- "name": "FoundationElement",
5397
- "module": "src/foundation-element/foundation-element.ts"
5398
- }
5399
- }
5400
- ],
5401
- "superclass": {
5402
- "name": "FoundationElement",
5403
- "package": "@microsoft/fast-foundation"
5404
- },
5405
- "tagName": "grid-pro-column",
5406
- "customElement": true
5407
- }
5408
- ],
5409
- "exports": [
5410
- {
5411
- "kind": "js",
5412
- "name": "GridProColumn",
5413
- "declaration": {
5414
- "name": "GridProColumn",
5415
- "module": "src/column/column.ts"
5416
- }
5417
- },
5418
- {
5419
- "kind": "custom-element-definition",
5420
- "name": "grid-pro-column",
5421
- "declaration": {
5422
- "name": "GridProColumn",
5423
- "module": "src/column/column.ts"
5424
- }
5425
- }
5426
- ]
5427
- },
5428
- {
5429
- "kind": "javascript-module",
5430
- "path": "src/column/index.ts",
5431
- "declarations": [],
5432
- "exports": [
5433
- {
5434
- "kind": "js",
5435
- "name": "*",
5436
- "declaration": {
5437
- "name": "*",
5438
- "package": "./column.template"
5439
- }
5440
- },
5441
- {
5442
- "kind": "js",
5443
- "name": "*",
5444
- "declaration": {
5445
- "name": "*",
5446
- "package": "./column"
5447
- }
5448
- },
5449
- {
5450
- "kind": "js",
5451
- "name": "*",
5452
- "declaration": {
5453
- "name": "*",
5454
- "package": "./utils"
5455
- }
5456
- }
5457
- ]
5458
- },
5459
5236
  {
5460
5237
  "kind": "javascript-module",
5461
5238
  "path": "src/datasource/base.datasource.ts",
@@ -9078,6 +8855,229 @@
9078
8855
  }
9079
8856
  ]
9080
8857
  },
8858
+ {
8859
+ "kind": "javascript-module",
8860
+ "path": "src/column/column.template.ts",
8861
+ "declarations": [
8862
+ {
8863
+ "kind": "variable",
8864
+ "name": "ColumnTemplate",
8865
+ "default": "html<GridProColumn>`\n <template>\n <slot ${slotted('slottedAgCell')} @slotchange=\"${(x) => x.slottedAgCellChanged()}\"></slot>\n </template>\n`",
8866
+ "description": "The Grid Pro Column Template.",
8867
+ "privacy": "public"
8868
+ }
8869
+ ],
8870
+ "exports": [
8871
+ {
8872
+ "kind": "js",
8873
+ "name": "ColumnTemplate",
8874
+ "declaration": {
8875
+ "name": "ColumnTemplate",
8876
+ "module": "src/column/column.template.ts"
8877
+ }
8878
+ }
8879
+ ]
8880
+ },
8881
+ {
8882
+ "kind": "javascript-module",
8883
+ "path": "src/column/column.ts",
8884
+ "declarations": [
8885
+ {
8886
+ "kind": "class",
8887
+ "description": "The Grid Pro Column element.",
8888
+ "name": "GridProColumn",
8889
+ "members": [
8890
+ {
8891
+ "kind": "field",
8892
+ "name": "slottedAgCell",
8893
+ "type": {
8894
+ "text": "HTMLElement[]"
8895
+ },
8896
+ "privacy": "public"
8897
+ },
8898
+ {
8899
+ "kind": "field",
8900
+ "name": "definition",
8901
+ "type": {
8902
+ "text": "ColDef"
8903
+ },
8904
+ "default": "{}"
8905
+ },
8906
+ {
8907
+ "kind": "method",
8908
+ "name": "slottedAgCellChanged",
8909
+ "privacy": "public"
8910
+ },
8911
+ {
8912
+ "kind": "field",
8913
+ "name": "_presentation",
8914
+ "type": {
8915
+ "text": "ComponentPresentation | null | undefined"
8916
+ },
8917
+ "privacy": "private",
8918
+ "default": "void 0",
8919
+ "inheritedFrom": {
8920
+ "name": "FoundationElement",
8921
+ "module": "src/foundation-element/foundation-element.ts"
8922
+ }
8923
+ },
8924
+ {
8925
+ "kind": "field",
8926
+ "name": "$presentation",
8927
+ "type": {
8928
+ "text": "ComponentPresentation | null"
8929
+ },
8930
+ "privacy": "public",
8931
+ "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
8932
+ "inheritedFrom": {
8933
+ "name": "FoundationElement",
8934
+ "module": "src/foundation-element/foundation-element.ts"
8935
+ }
8936
+ },
8937
+ {
8938
+ "kind": "field",
8939
+ "name": "template",
8940
+ "type": {
8941
+ "text": "ElementViewTemplate | void | null"
8942
+ },
8943
+ "privacy": "public",
8944
+ "description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
8945
+ "inheritedFrom": {
8946
+ "name": "FoundationElement",
8947
+ "module": "src/foundation-element/foundation-element.ts"
8948
+ }
8949
+ },
8950
+ {
8951
+ "kind": "method",
8952
+ "name": "templateChanged",
8953
+ "privacy": "protected",
8954
+ "return": {
8955
+ "type": {
8956
+ "text": "void"
8957
+ }
8958
+ },
8959
+ "inheritedFrom": {
8960
+ "name": "FoundationElement",
8961
+ "module": "src/foundation-element/foundation-element.ts"
8962
+ }
8963
+ },
8964
+ {
8965
+ "kind": "field",
8966
+ "name": "styles",
8967
+ "type": {
8968
+ "text": "ElementStyles | void | null"
8969
+ },
8970
+ "privacy": "public",
8971
+ "description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
8972
+ "inheritedFrom": {
8973
+ "name": "FoundationElement",
8974
+ "module": "src/foundation-element/foundation-element.ts"
8975
+ }
8976
+ },
8977
+ {
8978
+ "kind": "method",
8979
+ "name": "stylesChanged",
8980
+ "privacy": "protected",
8981
+ "return": {
8982
+ "type": {
8983
+ "text": "void"
8984
+ }
8985
+ },
8986
+ "inheritedFrom": {
8987
+ "name": "FoundationElement",
8988
+ "module": "src/foundation-element/foundation-element.ts"
8989
+ }
8990
+ },
8991
+ {
8992
+ "kind": "method",
8993
+ "name": "compose",
8994
+ "privacy": "public",
8995
+ "static": true,
8996
+ "return": {
8997
+ "type": {
8998
+ "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
8999
+ }
9000
+ },
9001
+ "parameters": [
9002
+ {
9003
+ "name": "this",
9004
+ "type": {
9005
+ "text": "K"
9006
+ }
9007
+ },
9008
+ {
9009
+ "name": "elementDefinition",
9010
+ "type": {
9011
+ "text": "T"
9012
+ },
9013
+ "description": "The definition of the element to create the registry\nfunction for."
9014
+ }
9015
+ ],
9016
+ "description": "Defines an element registry function with a set of element definition defaults.",
9017
+ "inheritedFrom": {
9018
+ "name": "FoundationElement",
9019
+ "module": "src/foundation-element/foundation-element.ts"
9020
+ }
9021
+ }
9022
+ ],
9023
+ "superclass": {
9024
+ "name": "FoundationElement",
9025
+ "package": "@microsoft/fast-foundation"
9026
+ },
9027
+ "tagName": "grid-pro-column",
9028
+ "customElement": true
9029
+ }
9030
+ ],
9031
+ "exports": [
9032
+ {
9033
+ "kind": "js",
9034
+ "name": "GridProColumn",
9035
+ "declaration": {
9036
+ "name": "GridProColumn",
9037
+ "module": "src/column/column.ts"
9038
+ }
9039
+ },
9040
+ {
9041
+ "kind": "custom-element-definition",
9042
+ "name": "grid-pro-column",
9043
+ "declaration": {
9044
+ "name": "GridProColumn",
9045
+ "module": "src/column/column.ts"
9046
+ }
9047
+ }
9048
+ ]
9049
+ },
9050
+ {
9051
+ "kind": "javascript-module",
9052
+ "path": "src/column/index.ts",
9053
+ "declarations": [],
9054
+ "exports": [
9055
+ {
9056
+ "kind": "js",
9057
+ "name": "*",
9058
+ "declaration": {
9059
+ "name": "*",
9060
+ "package": "./column.template"
9061
+ }
9062
+ },
9063
+ {
9064
+ "kind": "js",
9065
+ "name": "*",
9066
+ "declaration": {
9067
+ "name": "*",
9068
+ "package": "./column"
9069
+ }
9070
+ },
9071
+ {
9072
+ "kind": "js",
9073
+ "name": "*",
9074
+ "declaration": {
9075
+ "name": "*",
9076
+ "package": "./utils"
9077
+ }
9078
+ }
9079
+ ]
9080
+ },
9081
9081
  {
9082
9082
  "kind": "javascript-module",
9083
9083
  "path": "src/external/ag-grid-css.ts",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@genesislcap/grid-pro",
3
3
  "description": "Genesis Foundation AG Grid",
4
- "version": "14.146.0",
4
+ "version": "14.146.1-alpha-662fbc3.0",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -30,15 +30,15 @@
30
30
  "test:debug": "genx test --debug"
31
31
  },
32
32
  "devDependencies": {
33
- "@genesislcap/foundation-testing": "14.146.0",
34
- "@genesislcap/genx": "14.146.0",
33
+ "@genesislcap/foundation-testing": "14.146.1-alpha-662fbc3.0",
34
+ "@genesislcap/genx": "14.146.1-alpha-662fbc3.0",
35
35
  "rimraf": "^3.0.2"
36
36
  },
37
37
  "dependencies": {
38
- "@genesislcap/foundation-comms": "14.146.0",
39
- "@genesislcap/foundation-logger": "14.146.0",
40
- "@genesislcap/foundation-ui": "14.146.0",
41
- "@genesislcap/foundation-utils": "14.146.0",
38
+ "@genesislcap/foundation-comms": "14.146.1-alpha-662fbc3.0",
39
+ "@genesislcap/foundation-logger": "14.146.1-alpha-662fbc3.0",
40
+ "@genesislcap/foundation-ui": "14.146.1-alpha-662fbc3.0",
41
+ "@genesislcap/foundation-utils": "14.146.1-alpha-662fbc3.0",
42
42
  "@microsoft/fast-colors": "^5.3.1",
43
43
  "@microsoft/fast-components": "^2.30.6",
44
44
  "@microsoft/fast-element": "^1.12.0",
@@ -62,5 +62,5 @@
62
62
  "access": "public"
63
63
  },
64
64
  "customElements": "dist/custom-elements.json",
65
- "gitHead": "47ef15294656d275b3f5d0202d498a565655fd26"
65
+ "gitHead": "7ea987c56938d56ee9aab37c639e135a9a198809"
66
66
  }