@genesislcap/grid-pro 14.40.1-alpha-02b7f7a.0 → 14.41.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.
@@ -860,7 +860,7 @@
860
860
  "name": "*",
861
861
  "declaration": {
862
862
  "name": "*",
863
- "package": "./grid-pro.definitions"
863
+ "package": "./cell"
864
864
  }
865
865
  },
866
866
  {
@@ -868,7 +868,7 @@
868
868
  "name": "*",
869
869
  "declaration": {
870
870
  "name": "*",
871
- "package": "./grid-pro.styles"
871
+ "package": "./cell-renderers"
872
872
  }
873
873
  },
874
874
  {
@@ -876,7 +876,7 @@
876
876
  "name": "*",
877
877
  "declaration": {
878
878
  "name": "*",
879
- "package": "./grid-pro.template"
879
+ "package": "./column"
880
880
  }
881
881
  },
882
882
  {
@@ -884,7 +884,7 @@
884
884
  "name": "*",
885
885
  "declaration": {
886
886
  "name": "*",
887
- "package": "./grid-pro.types"
887
+ "package": "./external"
888
888
  }
889
889
  },
890
890
  {
@@ -892,7 +892,7 @@
892
892
  "name": "*",
893
893
  "declaration": {
894
894
  "name": "*",
895
- "package": "./grid-pro"
895
+ "package": "./grid-components"
896
896
  }
897
897
  },
898
898
  {
@@ -900,7 +900,7 @@
900
900
  "name": "*",
901
901
  "declaration": {
902
902
  "name": "*",
903
- "package": "./external"
903
+ "package": "./grid-pro.definitions"
904
904
  }
905
905
  },
906
906
  {
@@ -908,7 +908,7 @@
908
908
  "name": "*",
909
909
  "declaration": {
910
910
  "name": "*",
911
- "package": "./style"
911
+ "package": "./grid-pro.styles"
912
912
  }
913
913
  },
914
914
  {
@@ -916,7 +916,7 @@
916
916
  "name": "*",
917
917
  "declaration": {
918
918
  "name": "*",
919
- "package": "./cell"
919
+ "package": "./grid-pro.template"
920
920
  }
921
921
  },
922
922
  {
@@ -924,7 +924,7 @@
924
924
  "name": "*",
925
925
  "declaration": {
926
926
  "name": "*",
927
- "package": "./cell-renderers"
927
+ "package": "./grid-pro.types"
928
928
  }
929
929
  },
930
930
  {
@@ -932,7 +932,7 @@
932
932
  "name": "*",
933
933
  "declaration": {
934
934
  "name": "*",
935
- "package": "./column"
935
+ "package": "./grid-pro"
936
936
  }
937
937
  },
938
938
  {
@@ -948,7 +948,7 @@
948
948
  "name": "*",
949
949
  "declaration": {
950
950
  "name": "*",
951
- "package": "./grid-components"
951
+ "package": "./style"
952
952
  }
953
953
  },
954
954
  {
@@ -958,54 +958,6 @@
958
958
  "name": "*",
959
959
  "package": "./utils"
960
960
  }
961
- },
962
- {
963
- "kind": "js",
964
- "name": "AgcCore",
965
- "declaration": {
966
- "name": "AgcCore",
967
- "module": "src/index.ts"
968
- }
969
- },
970
- {
971
- "kind": "js",
972
- "name": "AgcCSRMModule",
973
- "declaration": {
974
- "name": "ClientSideRowModelModule",
975
- "package": "@ag-grid-community/client-side-row-model"
976
- }
977
- },
978
- {
979
- "kind": "js",
980
- "name": "AgcCsvExport",
981
- "declaration": {
982
- "name": "AgcCsvExport",
983
- "module": "src/index.ts"
984
- }
985
- },
986
- {
987
- "kind": "js",
988
- "name": "AgeCore",
989
- "declaration": {
990
- "name": "AgeCore",
991
- "module": "src/index.ts"
992
- }
993
- },
994
- {
995
- "kind": "js",
996
- "name": "AgeSSRMModule",
997
- "declaration": {
998
- "name": "ServerSideRowModelModule",
999
- "package": "@ag-grid-enterprise/server-side-row-model"
1000
- }
1001
- },
1002
- {
1003
- "kind": "js",
1004
- "name": "AgeExcelExport",
1005
- "declaration": {
1006
- "name": "AgeExcelExport",
1007
- "module": "src/index.ts"
1008
- }
1009
961
  }
1010
962
  ]
1011
963
  },
@@ -3232,13 +3184,6 @@
3232
3184
  "text": "number"
3233
3185
  }
3234
3186
  },
3235
- {
3236
- "kind": "field",
3237
- "name": "pollingInterval",
3238
- "type": {
3239
- "text": "number"
3240
- }
3241
- },
3242
3187
  {
3243
3188
  "kind": "field",
3244
3189
  "name": "movingView",
@@ -3663,13 +3608,6 @@
3663
3608
  },
3664
3609
  "fieldName": "maxView"
3665
3610
  },
3666
- {
3667
- "name": "polling-interval",
3668
- "type": {
3669
- "text": "number"
3670
- },
3671
- "fieldName": "pollingInterval"
3672
- },
3673
3611
  {
3674
3612
  "name": "moving-view",
3675
3613
  "type": {
@@ -38,7 +38,7 @@ export declare const foundationGridProActionsMenuRenderer: (overrideDefinition?:
38
38
  * @returns Merged ColDef (base ColDef created from the parameters + overrideDef) for Actions Menu Renderer.
39
39
  * @example
40
40
  * ```ts
41
- * public exampleActionsMenuDef: AgcCore.ColDef = getActionsMenuDef(
41
+ * public exampleActionsMenuDef: ColDef = getActionsMenuDef(
42
42
  * [
43
43
  * {
44
44
  * name: 'View',
@@ -54,19 +54,11 @@ declare const GridProGenesisDatasource_base: (new (...args: any[]) => {
54
54
  readonly part: DOMTokenList;
55
55
  readonly prefix: string;
56
56
  readonly scrollHeight: number;
57
- scrollLeft: number; /**
58
- * Deinitialises the datasource, resetting it to its initial state.
59
- * @public
60
- */
57
+ scrollLeft: number;
61
58
  scrollTop: number;
62
59
  readonly scrollWidth: number;
63
60
  readonly shadowRoot: ShadowRoot;
64
61
  slot: string;
65
- /**
66
- * Resets the datasource to its initial state.
67
- * @public
68
- * @deprecated Use `deinit` instead
69
- */
70
62
  readonly tagName: string;
71
63
  attachShadow(init: ShadowRootInit): ShadowRoot;
72
64
  closest<K_2 extends keyof HTMLElementTagNameMap>(selector: K_2): HTMLElementTagNameMap[K_2];
@@ -344,7 +336,6 @@ export declare class GridProGenesisDatasource extends GridProGenesisDatasource_b
344
336
  isSnapshot: boolean;
345
337
  maxRows: number;
346
338
  maxView: number;
347
- pollingInterval: number;
348
339
  movingView: boolean;
349
340
  orderBy: string;
350
341
  request: any;
@@ -1 +1 @@
1
- {"version":3,"file":"grid-pro-genesis-datasource.d.ts","sourceRoot":"","sources":["../../../src/grid-pro-genesis-datasource/grid-pro-genesis-datasource.ts"],"names":[],"mappings":"AAAA,OAAO,EAAU,WAAW,EAAsB,MAAM,yBAAyB,CAAC;AAClF,OAAO,EACL,OAAO,EAEP,UAAU,EAWX,MAAM,+BAA+B,CAAC;AAGvC,OAAO,EAAE,iBAAiB,EAAE,MAAM,4BAA4B,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAkK7D;;;OAGG;;;;;IAKH;;;;OAIG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA7JL;;;;GAIG;AACH,qBAGa,wBAAyB,SAAQ,6BAAiC;IACpE,OAAO,EAAG,OAAO,CAAC;IACf,UAAU,EAAG,UAAU,CAAC;IAExB,mBAAmB,EAAE,WAAW,CAAC;IACvC,QAAQ,EAAE,MAAM,CAAC;IACvB,eAAe,CAAC,WAAW,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM;IAalD,MAAM,EAAE,MAAM,CAAC;IACgC,UAAU,UAAS;IACvC,OAAO,EAAE,MAAM,CAAmC;IAClD,OAAO,EAAE,MAAM,CAAoC;IAC3C,eAAe,EAAE,MAAM,CACf;IACI,UAAU,UAAS;IACvC,OAAO,EAAE,MAAM,CAAC;IACrC,OAAO,EAAE,GAAG,CAAC;IACa,YAAY,EAAE,MAAM,CAAC;IAC3D,mBAAmB,CAAC,QAAQ,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM;IAK3B,OAAO,UAAS;IACZ,KAAK,SAAa;IACgB,qBAAqB,UAAS;IAE/F,OAAO,CAAC,OAAO,CAAe;IAC9B,OAAO,CAAC,SAAS,CAAe;IAChC,OAAO,CAAC,aAAa,CAAe;IAEpC,OAAO,CAAC,6BAA6B,CAAQ;IAC7C,OAAO,CAAC,mBAAmB,CAAS;IAEpC,OAAO,CAAC,IAAI,CAA+B;IAC3C,OAAO,CAAC,aAAa,CAAqB;IAE1C,OAAO,CAAC,SAAS,CAAS;IAE1B,OAAO,CAAC,mBAAmB,CAAkC;IAC7D,OAAO,CAAC,MAAM,CAAwE;IAEtF,iBAAiB;IAuBjB,oBAAoB;IASX,SAAS,IAAI,IAAI;IAO1B,OAAO,KAAK,MAAM,GAEjB;IAID;;;;OAIG;IACH,IAAI;IAkCJ;;;OAGG;IACH,MAAM;IAIN;;;;OAIG;IACH,KAAK;IA4BL;;;OAGG;IACH,OAAO;IAKP;;;;OAIG;IACH,OAAO,CAAC,UAAU;IAOlB,OAAO,CAAC,YAAY;IAMpB,OAAO,CAAC,aAAa;YAUP,gBAAgB;IAiD9B,OAAO,CAAC,cAAc;IActB,OAAO,CAAC,iBAAiB;IAgBzB,OAAO,CAAC,kBAAkB;IAY1B,OAAO,CAAC,sBAAsB;IAmC9B,OAAO,CAAC,mBAAmB;IAqB3B,OAAO,CAAC,mBAAmB;IAgB3B,OAAO,CAAC,mBAAmB;IAO3B,OAAO,CAAC,mBAAmB;IAW3B,OAAO,CAAC,eAAe;IA0CvB,OAAO,CAAC,aAAa;IAMd,SAAS,CAAC,SAAS,EAAE,MAAM,EAAE,SAAS,EAAE,MAAM;IAK9C,YAAY,CAAC,SAAS,EAAE,MAAM;CAItC"}
1
+ {"version":3,"file":"grid-pro-genesis-datasource.d.ts","sourceRoot":"","sources":["../../../src/grid-pro-genesis-datasource/grid-pro-genesis-datasource.ts"],"names":[],"mappings":"AAAA,OAAO,EAAU,WAAW,EAAsB,MAAM,yBAAyB,CAAC;AAClF,OAAO,EACL,OAAO,EAEP,UAAU,EAWX,MAAM,+BAA+B,CAAC;AAGvC,OAAO,EAAE,iBAAiB,EAAE,MAAM,4BAA4B,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAiB/D;;;;GAIG;AACH,qBAGa,wBAAyB,SAAQ,6BAAiC;IACpE,OAAO,EAAG,OAAO,CAAC;IACf,UAAU,EAAG,UAAU,CAAC;IAExB,mBAAmB,EAAE,WAAW,CAAC;IACvC,QAAQ,EAAE,MAAM,CAAC;IACvB,eAAe,CAAC,WAAW,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM;IAalD,MAAM,EAAE,MAAM,CAAC;IACgC,UAAU,UAAS;IACvC,OAAO,EAAE,MAAM,CAAmC;IAClD,OAAO,EAAE,MAAM,CAAoC;IAC/B,UAAU,UAAS;IACvC,OAAO,EAAE,MAAM,CAAC;IACrC,OAAO,EAAE,GAAG,CAAC;IACa,YAAY,EAAE,MAAM,CAAC;IAC3D,mBAAmB,CAAC,QAAQ,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM;IAK3B,OAAO,UAAS;IACZ,KAAK,SAAa;IACgB,qBAAqB,UAAS;IAE/F,OAAO,CAAC,OAAO,CAAe;IAC9B,OAAO,CAAC,SAAS,CAAe;IAChC,OAAO,CAAC,aAAa,CAAe;IAEpC,OAAO,CAAC,6BAA6B,CAAQ;IAC7C,OAAO,CAAC,mBAAmB,CAAS;IAEpC,OAAO,CAAC,IAAI,CAA+B;IAC3C,OAAO,CAAC,aAAa,CAAqB;IAE1C,OAAO,CAAC,SAAS,CAAS;IAE1B,OAAO,CAAC,mBAAmB,CAAkC;IAC7D,OAAO,CAAC,MAAM,CAAwE;IAEtF,iBAAiB;IAuBjB,oBAAoB;IASX,SAAS,IAAI,IAAI;IAO1B,OAAO,KAAK,MAAM,GAEjB;IAID;;;;OAIG;IACH,IAAI;IAkCJ;;;OAGG;IACH,MAAM;IAIN;;;;OAIG;IACH,KAAK;IA4BL;;;OAGG;IACH,OAAO;IAKP;;;;OAIG;IACH,OAAO,CAAC,UAAU;IAOlB,OAAO,CAAC,YAAY;IAMpB,OAAO,CAAC,aAAa;YAUP,gBAAgB;IAiD9B,OAAO,CAAC,cAAc;IActB,OAAO,CAAC,iBAAiB;IAezB,OAAO,CAAC,kBAAkB;IAY1B,OAAO,CAAC,sBAAsB;IAmC9B,OAAO,CAAC,mBAAmB;IAqB3B,OAAO,CAAC,mBAAmB;IAgB3B,OAAO,CAAC,mBAAmB;IAO3B,OAAO,CAAC,mBAAmB;IAW3B,OAAO,CAAC,eAAe;IA0CvB,OAAO,CAAC,aAAa;IAMd,SAAS,CAAC,SAAS,EAAE,MAAM,EAAE,SAAS,EAAE,MAAM;IAK9C,YAAY,CAAC,SAAS,EAAE,MAAM;CAItC"}
@@ -1,42 +1,14 @@
1
- import * as AgcCore from '@ag-grid-community/core';
2
- import * as AgcCsvExport from '@ag-grid-community/csv-export';
3
- import * as AgeCore from '@ag-grid-enterprise/core';
4
- import * as AgeExcelExport from '@ag-grid-enterprise/excel-export';
1
+ export * from './cell';
2
+ export * from './cell-renderers';
3
+ export * from './column';
4
+ export * from './external';
5
+ export * from './grid-components';
5
6
  export * from './grid-pro.definitions';
6
7
  export * from './grid-pro.styles';
7
8
  export * from './grid-pro.template';
8
9
  export * from './grid-pro.types';
9
10
  export * from './grid-pro';
10
- export * from './external';
11
- export * from './style';
12
- export * from './cell';
13
- export * from './cell-renderers';
14
- export * from './column';
15
11
  export * from './grid-pro-genesis-datasource';
16
- export * from './grid-components';
12
+ export * from './style';
17
13
  export * from './utils';
18
- /**
19
- * Re-export of entire @ag-grid-community/core
20
- */
21
- export { AgcCore };
22
- /**
23
- * Re-export of ClientSideRowModelModule from @ag-grid-community/client-side-row-model
24
- */
25
- export { ClientSideRowModelModule as AgcCSRMModule } from '@ag-grid-community/client-side-row-model';
26
- /**
27
- * Re-export of entire @ag-grid-community/csv-export
28
- */
29
- export { AgcCsvExport };
30
- /**
31
- * Re-export of entire @ag-grid-enterprise/core
32
- */
33
- export { AgeCore };
34
- /**
35
- * Re-export of ServerSideRowModelModule from @ag-grid-enterprise/server-side-row-model
36
- */
37
- export { ServerSideRowModelModule as AgeSSRMModule } from '@ag-grid-enterprise/server-side-row-model';
38
- /**
39
- * Re-export of entire @ag-grid-enterprise/excel-export
40
- */
41
- export { AgeExcelExport };
42
14
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,OAAO,MAAM,yBAAyB,CAAC;AACnD,OAAO,KAAK,YAAY,MAAM,+BAA+B,CAAC;AAC9D,OAAO,KAAK,OAAO,MAAM,0BAA0B,CAAC;AACpD,OAAO,KAAK,cAAc,MAAM,kCAAkC,CAAC;AAEnE,cAAc,wBAAwB,CAAC;AACvC,cAAc,mBAAmB,CAAC;AAClC,cAAc,qBAAqB,CAAC;AACpC,cAAc,kBAAkB,CAAC;AACjC,cAAc,YAAY,CAAC;AAC3B,cAAc,YAAY,CAAC;AAC3B,cAAc,SAAS,CAAC;AAExB,cAAc,QAAQ,CAAC;AACvB,cAAc,kBAAkB,CAAC;AACjC,cAAc,UAAU,CAAC;AACzB,cAAc,+BAA+B,CAAC;AAE9C,cAAc,mBAAmB,CAAC;AAElC,cAAc,SAAS,CAAC;AAExB;;GAEG;AACH,OAAO,EAAE,OAAO,EAAE,CAAC;AAEnB;;GAEG;AACH,OAAO,EAAE,wBAAwB,IAAI,aAAa,EAAE,MAAM,0CAA0C,CAAC;AAErG;;GAEG;AACH,OAAO,EAAE,YAAY,EAAE,CAAC;AAExB;;GAEG;AACH,OAAO,EAAE,OAAO,EAAE,CAAC;AAEnB;;GAEG;AACH,OAAO,EAAE,wBAAwB,IAAI,aAAa,EAAE,MAAM,2CAA2C,CAAC;AAEtG;;GAEG;AACH,OAAO,EAAE,cAAc,EAAE,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,QAAQ,CAAC;AACvB,cAAc,kBAAkB,CAAC;AACjC,cAAc,UAAU,CAAC;AACzB,cAAc,YAAY,CAAC;AAC3B,cAAc,mBAAmB,CAAC;AAClC,cAAc,wBAAwB,CAAC;AACvC,cAAc,mBAAmB,CAAC;AAClC,cAAc,qBAAqB,CAAC;AACpC,cAAc,kBAAkB,CAAC;AACjC,cAAc,YAAY,CAAC;AAC3B,cAAc,+BAA+B,CAAC;AAC9C,cAAc,SAAS,CAAC;AACxB,cAAc,SAAS,CAAC"}
@@ -5,7 +5,7 @@
5
5
  "toolPackages": [
6
6
  {
7
7
  "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.34.4"
8
+ "packageVersion": "7.34.9"
9
9
  }
10
10
  ]
11
11
  }
@@ -51,7 +51,7 @@ export const foundationGridProActionsMenuRenderer = ActionsMenuRenderer.compose(
51
51
  * @returns Merged ColDef (base ColDef created from the parameters + overrideDef) for Actions Menu Renderer.
52
52
  * @example
53
53
  * ```ts
54
- * public exampleActionsMenuDef: AgcCore.ColDef = getActionsMenuDef(
54
+ * public exampleActionsMenuDef: ColDef = getActionsMenuDef(
55
55
  * [
56
56
  * {
57
57
  * name: 'View',
@@ -22,7 +22,6 @@ let GridProGenesisDatasource = class GridProGenesisDatasource extends LifecycleM
22
22
  this.isSnapshot = false;
23
23
  this.maxRows = DatasourceDefaults.MAX_ROWS_250;
24
24
  this.maxView = DatasourceDefaults.MAX_VIEW_1000;
25
- this.pollingInterval = DatasourceDefaults.REQ_REP_POLLING_INTERVAL_MS;
26
25
  this.movingView = false;
27
26
  this.reverse = false;
28
27
  this.rowId = 'ROW_REF';
@@ -56,7 +55,7 @@ let GridProGenesisDatasource = class GridProGenesisDatasource extends LifecycleM
56
55
  return;
57
56
  this.init();
58
57
  });
59
- this.connectionSub = this.connect.isConnected$.subscribe((isConnected) => {
58
+ this.connectionSub = this.connect.isConnectedSubject.subscribe((isConnected) => {
60
59
  if (isConnected && this.agGrid.attributes['ds-disconnected']) {
61
60
  this.agGrid.removeAttribute('ds-disconnected');
62
61
  if (this.restartOnReconnection) {
@@ -237,7 +236,6 @@ let GridProGenesisDatasource = class GridProGenesisDatasource extends LifecycleM
237
236
  reverse: this.reverse,
238
237
  maxRows: this.maxRows,
239
238
  maxView: this.maxView,
240
- pollingInterval: this.pollingInterval,
241
239
  movingView: this.movingView,
242
240
  };
243
241
  }
@@ -391,9 +389,6 @@ __decorate([
391
389
  __decorate([
392
390
  attr({ attribute: 'max-view' })
393
391
  ], GridProGenesisDatasource.prototype, "maxView", void 0);
394
- __decorate([
395
- attr({ attribute: 'polling-interval' })
396
- ], GridProGenesisDatasource.prototype, "pollingInterval", void 0);
397
392
  __decorate([
398
393
  attr({ mode: 'boolean', attribute: 'moving-view' })
399
394
  ], GridProGenesisDatasource.prototype, "movingView", void 0);
package/dist/esm/index.js CHANGED
@@ -1,41 +1,13 @@
1
- import * as AgcCore from '@ag-grid-community/core';
2
- import * as AgcCsvExport from '@ag-grid-community/csv-export';
3
- import * as AgeCore from '@ag-grid-enterprise/core';
4
- import * as AgeExcelExport from '@ag-grid-enterprise/excel-export';
1
+ export * from './cell';
2
+ export * from './cell-renderers';
3
+ export * from './column';
4
+ export * from './external';
5
+ export * from './grid-components';
5
6
  export * from './grid-pro.definitions';
6
7
  export * from './grid-pro.styles';
7
8
  export * from './grid-pro.template';
8
9
  export * from './grid-pro.types';
9
10
  export * from './grid-pro';
10
- export * from './external';
11
- export * from './style';
12
- export * from './cell';
13
- export * from './cell-renderers';
14
- export * from './column';
15
11
  export * from './grid-pro-genesis-datasource';
16
- export * from './grid-components';
12
+ export * from './style';
17
13
  export * from './utils';
18
- /**
19
- * Re-export of entire @ag-grid-community/core
20
- */
21
- export { AgcCore };
22
- /**
23
- * Re-export of ClientSideRowModelModule from @ag-grid-community/client-side-row-model
24
- */
25
- export { ClientSideRowModelModule as AgcCSRMModule } from '@ag-grid-community/client-side-row-model';
26
- /**
27
- * Re-export of entire @ag-grid-community/csv-export
28
- */
29
- export { AgcCsvExport };
30
- /**
31
- * Re-export of entire @ag-grid-enterprise/core
32
- */
33
- export { AgeCore };
34
- /**
35
- * Re-export of ServerSideRowModelModule from @ag-grid-enterprise/server-side-row-model
36
- */
37
- export { ServerSideRowModelModule as AgeSSRMModule } from '@ag-grid-enterprise/server-side-row-model';
38
- /**
39
- * Re-export of entire @ag-grid-enterprise/excel-export
40
- */
41
- export { AgeExcelExport };
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "metadata": {
3
3
  "toolPackage": "@microsoft/api-extractor",
4
- "toolVersion": "7.34.4",
4
+ "toolVersion": "7.34.9",
5
5
  "schemaVersion": 1011,
6
6
  "oldestForwardsCompatibleVersion": 1001,
7
7
  "tsdocConfig": {
@@ -4375,7 +4375,7 @@
4375
4375
  {
4376
4376
  "kind": "Variable",
4377
4377
  "canonicalReference": "@genesislcap/grid-pro!getActionsMenuDef:var",
4378
- "docComment": "/**\n * Helper function to get ColDef {@link https://www.ag-grid.com/javascript-data-grid/column-properties/} for Actions Menu Renderer. Will take the parameter values for a base ColDef and merge them with the overrideDef (if specified).\n *\n * @param actions - Array of {@link @genesislcap/foundation-ui#ActionMenuItem} to be displayed in the menu.\n *\n * @param overrideDef - Optional override for the ColDef. Will override any of the default values. Default is an empty object.\n *\n * @param customActionsOpenerName - Optional custom name for the button that opens the menu. Default is '⋮'.\n *\n * @param isVertical - Optional flag to display the menu vertically. Default is false (displays the menu horizontally, follow the rowHeight).\n *\n * @param buttonAppearance - Optional appearance for the button that opens the menu. Default is 'outline'.\n *\n * @returns Merged ColDef (base ColDef created from the parameters + overrideDef) for Actions Menu Renderer.\n *\n * @example\n * ```ts\n * public exampleActionsMenuDef: AgcCore.ColDef = getActionsMenuDef(\n * [\n * {\n * name: 'View',\n * callback: (rowData) => logger.debug('VIEWW!!!', rowData),\n * },\n * {\n * name: 'Delete',\n * callback: (rowData) => logger.debug('DELETE!!!', rowData),\n * },\n * ],\n * {\n * headerName: 'Instrument Actions',\n * width: 180,\n * },\n * '+',\n * true,\n * 'primary-gradient'\n * );\n * ```\n *\n * @public\n */\n",
4378
+ "docComment": "/**\n * Helper function to get ColDef {@link https://www.ag-grid.com/javascript-data-grid/column-properties/} for Actions Menu Renderer. Will take the parameter values for a base ColDef and merge them with the overrideDef (if specified).\n *\n * @param actions - Array of {@link @genesislcap/foundation-ui#ActionMenuItem} to be displayed in the menu.\n *\n * @param overrideDef - Optional override for the ColDef. Will override any of the default values. Default is an empty object.\n *\n * @param customActionsOpenerName - Optional custom name for the button that opens the menu. Default is '⋮'.\n *\n * @param isVertical - Optional flag to display the menu vertically. Default is false (displays the menu horizontally, follow the rowHeight).\n *\n * @param buttonAppearance - Optional appearance for the button that opens the menu. Default is 'outline'.\n *\n * @returns Merged ColDef (base ColDef created from the parameters + overrideDef) for Actions Menu Renderer.\n *\n * @example\n * ```ts\n * public exampleActionsMenuDef: ColDef = getActionsMenuDef(\n * [\n * {\n * name: 'View',\n * callback: (rowData) => logger.debug('VIEWW!!!', rowData),\n * },\n * {\n * name: 'Delete',\n * callback: (rowData) => logger.debug('DELETE!!!', rowData),\n * },\n * ],\n * {\n * headerName: 'Instrument Actions',\n * width: 180,\n * },\n * '+',\n * true,\n * 'primary-gradient'\n * );\n * ```\n *\n * @public\n */\n",
4379
4379
  "excerptTokens": [
4380
4380
  {
4381
4381
  "kind": "Content",
@@ -6934,36 +6934,6 @@
6934
6934
  "isProtected": false,
6935
6935
  "isAbstract": false
6936
6936
  },
6937
- {
6938
- "kind": "Property",
6939
- "canonicalReference": "@genesislcap/grid-pro!GridProGenesisDatasource#pollingInterval:member",
6940
- "docComment": "",
6941
- "excerptTokens": [
6942
- {
6943
- "kind": "Content",
6944
- "text": "pollingInterval: "
6945
- },
6946
- {
6947
- "kind": "Content",
6948
- "text": "number"
6949
- },
6950
- {
6951
- "kind": "Content",
6952
- "text": ";"
6953
- }
6954
- ],
6955
- "isReadonly": false,
6956
- "isOptional": false,
6957
- "releaseTag": "Public",
6958
- "name": "pollingInterval",
6959
- "propertyTypeTokenRange": {
6960
- "startIndex": 1,
6961
- "endIndex": 2
6962
- },
6963
- "isStatic": false,
6964
- "isProtected": false,
6965
- "isAbstract": false
6966
- },
6967
6937
  {
6968
6938
  "kind": "Method",
6969
6939
  "canonicalReference": "@genesislcap/grid-pro!GridProGenesisDatasource#removeFilter:member(1)",
@@ -1,10 +1,4 @@
1
1
  import { ActionMenuItem } from '@genesislcap/foundation-ui';
2
- import * as AgcCore from '@ag-grid-community/core';
3
- import { ClientSideRowModelModule as AgcCSRMModule } from '@ag-grid-community/client-side-row-model';
4
- import * as AgcCsvExport from '@ag-grid-community/csv-export';
5
- import * as AgeCore from '@ag-grid-enterprise/core';
6
- import * as AgeExcelExport from '@ag-grid-enterprise/excel-export';
7
- import { ServerSideRowModelModule as AgeSSRMModule } from '@ag-grid-enterprise/server-side-row-model';
8
2
  import { Binding } from '@microsoft/fast-element';
9
3
  import { CaptureType } from '@microsoft/fast-element';
10
4
  import { ColDef } from '@ag-grid-community/core';
@@ -124,18 +118,6 @@ export declare const agActionRendererStyles: ElementStyles;
124
118
  */
125
119
  export declare const agBooleanRendererStyles: ElementStyles;
126
120
 
127
- export { AgcCore }
128
-
129
- export { AgcCSRMModule }
130
-
131
- export { AgcCsvExport }
132
-
133
- export { AgeCore }
134
-
135
- export { AgeExcelExport }
136
-
137
- export { AgeSSRMModule }
138
-
139
121
  /**
140
122
  * All External AG Grid Stock in one CSS.
141
123
  * @remarks This is a collection of multiple AG themes, only needed if the target element needs more than one stock theme.
@@ -677,7 +659,7 @@ declare interface FuiCellRendererParams_2 extends ICellRendererParams {
677
659
  * @returns Merged ColDef (base ColDef created from the parameters + overrideDef) for Actions Menu Renderer.
678
660
  * @example
679
661
  * ```ts
680
- * public exampleActionsMenuDef: AgcCore.ColDef = getActionsMenuDef(
662
+ * public exampleActionsMenuDef: ColDef = getActionsMenuDef(
681
663
  * [
682
664
  * {
683
665
  * name: 'View',
@@ -1219,7 +1201,6 @@ export declare class GridProGenesisDatasource extends GridProGenesisDatasource_b
1219
1201
  isSnapshot: boolean;
1220
1202
  maxRows: number;
1221
1203
  maxView: number;
1222
- pollingInterval: number;
1223
1204
  movingView: boolean;
1224
1205
  orderBy: string;
1225
1206
  request: any;
@@ -1340,19 +1321,11 @@ declare const GridProGenesisDatasource_base: (new (...args: any[]) => {
1340
1321
  readonly part: DOMTokenList;
1341
1322
  readonly prefix: string;
1342
1323
  readonly scrollHeight: number;
1343
- scrollLeft: number; /**
1344
- * Deinitialises the datasource, resetting it to its initial state.
1345
- * @public
1346
- */
1324
+ scrollLeft: number;
1347
1325
  scrollTop: number;
1348
1326
  readonly scrollWidth: number;
1349
1327
  readonly shadowRoot: ShadowRoot;
1350
1328
  slot: string;
1351
- /**
1352
- * Resets the datasource to its initial state.
1353
- * @public
1354
- * @deprecated Use `deinit` instead
1355
- */
1356
1329
  readonly tagName: string;
1357
1330
  attachShadow(init: ShadowRootInit): ShadowRoot;
1358
1331
  closest<K_2 extends keyof HTMLElementTagNameMap>(selector: K_2): HTMLElementTagNameMap[K_2];
@@ -16,7 +16,7 @@ getActionsMenuDef: (actions: ActionMenuItem[], overrideDef?: ColDef, customActio
16
16
 
17
17
 
18
18
  ```ts
19
- public exampleActionsMenuDef: AgcCore.ColDef = getActionsMenuDef(
19
+ public exampleActionsMenuDef: ColDef = getActionsMenuDef(
20
20
  [
21
21
  {
22
22
  name: 'View',
@@ -31,7 +31,6 @@ Only supports Client-Side Row Model.
31
31
  | [maxView](./grid-pro.gridprogenesisdatasource.maxview.md) | | number | |
32
32
  | [movingView](./grid-pro.gridprogenesisdatasource.movingview.md) | | boolean | |
33
33
  | [orderBy](./grid-pro.gridprogenesisdatasource.orderby.md) | | string | |
34
- | [pollingInterval](./grid-pro.gridprogenesisdatasource.pollinginterval.md) | | number | |
35
34
  | [request](./grid-pro.gridprogenesisdatasource.request.md) | | any | |
36
35
  | [resourceName](./grid-pro.gridprogenesisdatasource.resourcename.md) | | string | |
37
36
  | [restartOnReconnection](./grid-pro.gridprogenesisdatasource.restartonreconnection.md) | | boolean | |
@@ -5,12 +5,6 @@
5
5
  ```ts
6
6
 
7
7
  import { ActionMenuItem } from '@genesislcap/foundation-ui';
8
- import * as AgcCore from '@ag-grid-community/core';
9
- import { ClientSideRowModelModule as AgcCSRMModule } from '@ag-grid-community/client-side-row-model';
10
- import * as AgcCsvExport from '@ag-grid-community/csv-export';
11
- import * as AgeCore from '@ag-grid-enterprise/core';
12
- import * as AgeExcelExport from '@ag-grid-enterprise/excel-export';
13
- import { ServerSideRowModelModule as AgeSSRMModule } from '@ag-grid-enterprise/server-side-row-model';
14
8
  import { Binding } from '@microsoft/fast-element';
15
9
  import { CaptureType } from '@microsoft/fast-element';
16
10
  import { ColDef } from '@ag-grid-community/core';
@@ -97,18 +91,6 @@ export const agActionRendererStyles: ElementStyles;
97
91
  // @public
98
92
  export const agBooleanRendererStyles: ElementStyles;
99
93
 
100
- export { AgcCore }
101
-
102
- export { AgcCSRMModule }
103
-
104
- export { AgcCsvExport }
105
-
106
- export { AgeCore }
107
-
108
- export { AgeExcelExport }
109
-
110
- export { AgeSSRMModule }
111
-
112
94
  // @public
113
95
  export const agExternalStockStyles: ElementStyles;
114
96
 
@@ -669,8 +651,6 @@ export class GridProGenesisDatasource extends GridProGenesisDatasource_base {
669
651
  // (undocumented)
670
652
  orderBy: string;
671
653
  // (undocumented)
672
- pollingInterval: number;
673
- // (undocumented)
674
654
  removeFilter(fieldName: string): void;
675
655
  // (undocumented)
676
656
  request: any;
package/externals.js CHANGED
@@ -3,9 +3,5 @@ module.exports = {
3
3
  '@ag-grid-community/client-side-row-model': 'clientSideRowModel',
4
4
  '@ag-grid-community/core': 'agGrid',
5
5
  '@ag-grid-community/csv-export': 'csvExport',
6
- '@ag-grid-community/styles': 'agGridStyles',
7
- '@ag-grid-enterprise/core': 'agGridEnterprise',
8
- '@ag-grid-enterprise/excel-export': 'excelExport',
9
- '@ag-grid-enterprise/server-side-row-model': 'serverSideRowModel',
10
6
  },
11
7
  };
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.40.1-alpha-02b7f7a.0",
4
+ "version": "14.41.0",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -21,14 +21,14 @@
21
21
  "serve": "genx serve"
22
22
  },
23
23
  "devDependencies": {
24
- "@genesislcap/foundation-testing": "14.40.1-alpha-02b7f7a.0",
25
- "@genesislcap/genx": "14.40.1-alpha-02b7f7a.0",
24
+ "@genesislcap/foundation-testing": "^14.41.0",
25
+ "@genesislcap/genx": "^14.41.0",
26
26
  "bulma": "^0.9.3"
27
27
  },
28
28
  "dependencies": {
29
- "@genesislcap/foundation-comms": "14.40.1-alpha-02b7f7a.0",
30
- "@genesislcap/foundation-ui": "14.40.1-alpha-02b7f7a.0",
31
- "@genesislcap/foundation-utils": "14.40.1-alpha-02b7f7a.0",
29
+ "@genesislcap/foundation-comms": "^14.41.0",
30
+ "@genesislcap/foundation-ui": "^14.41.0",
31
+ "@genesislcap/foundation-utils": "^14.41.0",
32
32
  "@microsoft/fast-colors": "^5.1.4",
33
33
  "@microsoft/fast-components": "^2.21.3",
34
34
  "@microsoft/fast-element": "^1.7.0",
@@ -40,11 +40,7 @@
40
40
  "peerDependencies": {
41
41
  "@ag-grid-community/client-side-row-model": "29.2.0",
42
42
  "@ag-grid-community/core": "29.2.0",
43
- "@ag-grid-community/csv-export": "29.2.0",
44
- "@ag-grid-community/styles": "29.2.0",
45
- "@ag-grid-enterprise/core": "29.2.0",
46
- "@ag-grid-enterprise/excel-export": "29.2.0",
47
- "@ag-grid-enterprise/server-side-row-model": "29.2.0"
43
+ "@ag-grid-community/csv-export": "29.2.0"
48
44
  },
49
45
  "repository": {
50
46
  "type": "git",
@@ -55,5 +51,5 @@
55
51
  "access": "public"
56
52
  },
57
53
  "customElements": "dist/custom-elements.json",
58
- "gitHead": "fef49bff378dfd0f3582dda7dcae5dea473fbafb"
54
+ "gitHead": "98799a829ab05cf534ddcfac6e41b0244538d0ab"
59
55
  }
@@ -1,11 +0,0 @@
1
- <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
-
3
- [Home](./index.md) &gt; [@genesislcap/grid-pro](./grid-pro.md) &gt; [GridProGenesisDatasource](./grid-pro.gridprogenesisdatasource.md) &gt; [pollingInterval](./grid-pro.gridprogenesisdatasource.pollinginterval.md)
4
-
5
- ## GridProGenesisDatasource.pollingInterval property
6
-
7
- **Signature:**
8
-
9
- ```typescript
10
- pollingInterval: number;
11
- ```