@genesislcap/foundation-zero-grid-pro 14.78.2 → 14.78.4-alpha-b87d7d2.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.
@@ -269,11 +269,12 @@
269
269
  },
270
270
  {
271
271
  "kind": "field",
272
- "name": "enabledRowFlashing",
272
+ "name": "gridAutosizingEnabled",
273
273
  "type": {
274
274
  "text": "boolean"
275
275
  },
276
276
  "default": "false",
277
+ "description": "Boolean attribute to control whether the grid autosizes the columns upon interaction.\nThis will disable the column widths from being manually set, and doesn't save the widths\nin local storage if you are using `persist-column-state-key`.",
277
278
  "inheritedFrom": {
278
279
  "name": "GridPro",
279
280
  "module": "src/grid-pro.ts"
@@ -281,12 +282,25 @@
281
282
  },
282
283
  {
283
284
  "kind": "field",
284
- "name": "enableCellFlashing",
285
+ "name": "addIndex",
286
+ "type": {
287
+ "text": "number"
288
+ },
289
+ "default": "0",
290
+ "description": "The index to add new rows to when using `applyTransaction` or `applyTransactionAsync`",
291
+ "inheritedFrom": {
292
+ "name": "GridPro",
293
+ "module": "src/grid-pro.ts"
294
+ }
295
+ },
296
+ {
297
+ "kind": "field",
298
+ "name": "asyncAdd",
285
299
  "type": {
286
300
  "text": "boolean"
287
301
  },
288
302
  "default": "false",
289
- "description": "If true, will enable cell flashing for all cell renderers, unless otherwise defined in custom colDef",
303
+ "description": "Whether to use the `applyTransactionAsync` function for *add* transactions",
290
304
  "inheritedFrom": {
291
305
  "name": "GridPro",
292
306
  "module": "src/grid-pro.ts"
@@ -294,10 +308,12 @@
294
308
  },
295
309
  {
296
310
  "kind": "field",
297
- "name": "persistColumnStateKey",
311
+ "name": "asyncRemove",
298
312
  "type": {
299
- "text": "string"
313
+ "text": "boolean"
300
314
  },
315
+ "default": "false",
316
+ "description": "Whether to use the `applyTransactionAsync` function for *remove* transactions",
301
317
  "inheritedFrom": {
302
318
  "name": "GridPro",
303
319
  "module": "src/grid-pro.ts"
@@ -305,12 +321,50 @@
305
321
  },
306
322
  {
307
323
  "kind": "field",
308
- "name": "gridAutosizingEnabled",
324
+ "name": "asyncUpdate",
325
+ "type": {
326
+ "text": "boolean"
327
+ },
328
+ "default": "true",
329
+ "description": "Whether to use the `applyTransactionAsync` function for *update* transactions",
330
+ "inheritedFrom": {
331
+ "name": "GridPro",
332
+ "module": "src/grid-pro.ts"
333
+ }
334
+ },
335
+ {
336
+ "kind": "field",
337
+ "name": "enableCellFlashing",
309
338
  "type": {
310
339
  "text": "boolean"
311
340
  },
312
341
  "default": "false",
313
- "description": "Boolean attribute to control whether the grid autosizes the columns upon interaction.\nThis will disable the column widths from being manually set, and doesn't save the widths\nin local storage if you are using `persist-column-state-key`.",
342
+ "description": "If false, will disable cell flashing for all cells by default, unless otherwise defined in custom colDef",
343
+ "inheritedFrom": {
344
+ "name": "GridPro",
345
+ "module": "src/grid-pro.ts"
346
+ }
347
+ },
348
+ {
349
+ "kind": "field",
350
+ "name": "enableRowFlashing",
351
+ "type": {
352
+ "text": "boolean"
353
+ },
354
+ "default": "false",
355
+ "description": "If true, will enable row flashing for all rows for `add` async transactions",
356
+ "inheritedFrom": {
357
+ "name": "GridPro",
358
+ "module": "src/grid-pro.ts"
359
+ }
360
+ },
361
+ {
362
+ "kind": "field",
363
+ "name": "persistColumnStateKey",
364
+ "type": {
365
+ "text": "string"
366
+ },
367
+ "description": "The key to use for persisting the column state in local storage.",
314
368
  "inheritedFrom": {
315
369
  "name": "GridPro",
316
370
  "module": "src/grid-pro.ts"
@@ -852,48 +906,103 @@
852
906
  }
853
907
  },
854
908
  {
909
+ "name": "grid-autosizing",
910
+ "type": {
911
+ "text": "boolean"
912
+ },
913
+ "default": "false",
914
+ "description": "Boolean attribute to control whether the grid autosizes the columns upon interaction.\nThis will disable the column widths from being manually set, and doesn't save the widths\nin local storage if you are using `persist-column-state-key`.",
915
+ "fieldName": "gridAutosizingEnabled",
916
+ "inheritedFrom": {
917
+ "name": "GridPro",
918
+ "module": "src/grid-pro.ts"
919
+ }
920
+ },
921
+ {
922
+ "name": "add-index",
923
+ "type": {
924
+ "text": "number"
925
+ },
926
+ "default": "0",
927
+ "description": "The index to add new rows to when using `applyTransaction` or `applyTransactionAsync`",
928
+ "fieldName": "addIndex",
929
+ "inheritedFrom": {
930
+ "name": "GridPro",
931
+ "module": "src/grid-pro.ts"
932
+ }
933
+ },
934
+ {
935
+ "name": "async-add",
855
936
  "type": {
856
937
  "text": "boolean"
857
938
  },
858
939
  "default": "false",
859
- "fieldName": "enabledRowFlashing",
940
+ "description": "Whether to use the `applyTransactionAsync` function for *add* transactions",
941
+ "fieldName": "asyncAdd",
860
942
  "inheritedFrom": {
861
943
  "name": "GridPro",
862
944
  "module": "src/grid-pro.ts"
863
945
  }
864
946
  },
865
947
  {
866
- "name": "enable-cell-flashing",
948
+ "name": "async-remove",
867
949
  "type": {
868
950
  "text": "boolean"
869
951
  },
870
952
  "default": "false",
871
- "description": "If true, will enable cell flashing for all cell renderers, unless otherwise defined in custom colDef",
872
- "fieldName": "enableCellFlashing",
953
+ "description": "Whether to use the `applyTransactionAsync` function for *remove* transactions",
954
+ "fieldName": "asyncRemove",
873
955
  "inheritedFrom": {
874
956
  "name": "GridPro",
875
957
  "module": "src/grid-pro.ts"
876
958
  }
877
959
  },
878
960
  {
879
- "name": "persist-column-state-key",
961
+ "name": "async-update",
880
962
  "type": {
881
- "text": "string"
963
+ "text": "boolean"
882
964
  },
883
- "fieldName": "persistColumnStateKey",
965
+ "default": "true",
966
+ "description": "Whether to use the `applyTransactionAsync` function for *update* transactions",
967
+ "fieldName": "asyncUpdate",
884
968
  "inheritedFrom": {
885
969
  "name": "GridPro",
886
970
  "module": "src/grid-pro.ts"
887
971
  }
888
972
  },
889
973
  {
890
- "name": "grid-autosizing",
974
+ "name": "enable-cell-flashing",
891
975
  "type": {
892
976
  "text": "boolean"
893
977
  },
894
978
  "default": "false",
895
- "description": "Boolean attribute to control whether the grid autosizes the columns upon interaction.\nThis will disable the column widths from being manually set, and doesn't save the widths\nin local storage if you are using `persist-column-state-key`.",
896
- "fieldName": "gridAutosizingEnabled",
979
+ "description": "If false, will disable cell flashing for all cells by default, unless otherwise defined in custom colDef",
980
+ "fieldName": "enableCellFlashing",
981
+ "inheritedFrom": {
982
+ "name": "GridPro",
983
+ "module": "src/grid-pro.ts"
984
+ }
985
+ },
986
+ {
987
+ "name": "enable-row-flashing",
988
+ "type": {
989
+ "text": "boolean"
990
+ },
991
+ "default": "false",
992
+ "description": "If true, will enable row flashing for all rows for `add` async transactions",
993
+ "fieldName": "enableRowFlashing",
994
+ "inheritedFrom": {
995
+ "name": "GridPro",
996
+ "module": "src/grid-pro.ts"
997
+ }
998
+ },
999
+ {
1000
+ "name": "persist-column-state-key",
1001
+ "type": {
1002
+ "text": "string"
1003
+ },
1004
+ "description": "The key to use for persisting the column state in local storage.",
1005
+ "fieldName": "persistColumnStateKey",
897
1006
  "inheritedFrom": {
898
1007
  "name": "GridPro",
899
1008
  "module": "src/grid-pro.ts"
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@genesislcap/foundation-zero-grid-pro",
3
3
  "description": "Genesis Foundation Zero Grid Pro",
4
- "version": "14.78.2",
4
+ "version": "14.78.4-alpha-b87d7d2.0",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -24,15 +24,15 @@
24
24
  "serve": "genx serve"
25
25
  },
26
26
  "devDependencies": {
27
- "@genesislcap/genx": "14.78.2",
27
+ "@genesislcap/genx": "14.78.4-alpha-b87d7d2.0",
28
28
  "rimraf": "^3.0.2"
29
29
  },
30
30
  "dependencies": {
31
- "@genesislcap/foundation-comms": "14.78.2",
32
- "@genesislcap/foundation-ui": "14.78.2",
33
- "@genesislcap/foundation-utils": "14.78.2",
34
- "@genesislcap/foundation-zero": "14.78.2",
35
- "@genesislcap/grid-pro": "14.78.2",
31
+ "@genesislcap/foundation-comms": "14.78.4-alpha-b87d7d2.0",
32
+ "@genesislcap/foundation-ui": "14.78.4-alpha-b87d7d2.0",
33
+ "@genesislcap/foundation-utils": "14.78.4-alpha-b87d7d2.0",
34
+ "@genesislcap/foundation-zero": "14.78.4-alpha-b87d7d2.0",
35
+ "@genesislcap/grid-pro": "14.78.4-alpha-b87d7d2.0",
36
36
  "@microsoft/fast-colors": "^5.1.4",
37
37
  "@microsoft/fast-components": "^2.21.3",
38
38
  "@microsoft/fast-element": "^1.7.0",
@@ -54,5 +54,5 @@
54
54
  "access": "public"
55
55
  },
56
56
  "customElements": "dist/custom-elements.json",
57
- "gitHead": "4236befb5fba6e6f3c2b06be9cae588d46b7204d"
57
+ "gitHead": "f1db3abee2153a56a4c39a93639c28f5aab008a4"
58
58
  }