@genesislcap/grid-pro 14.40.0 → 14.40.1-alpha-4a8c37c.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
  },
@@ -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',
@@ -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',
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",
@@ -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',
@@ -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',
@@ -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
 
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.0",
4
+ "version": "14.40.1-alpha-4a8c37c.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.0",
25
- "@genesislcap/genx": "^14.40.0",
24
+ "@genesislcap/foundation-testing": "14.40.1-alpha-4a8c37c.0",
25
+ "@genesislcap/genx": "14.40.1-alpha-4a8c37c.0",
26
26
  "bulma": "^0.9.3"
27
27
  },
28
28
  "dependencies": {
29
- "@genesislcap/foundation-comms": "^14.40.0",
30
- "@genesislcap/foundation-ui": "^14.40.0",
31
- "@genesislcap/foundation-utils": "^14.40.0",
29
+ "@genesislcap/foundation-comms": "14.40.1-alpha-4a8c37c.0",
30
+ "@genesislcap/foundation-ui": "14.40.1-alpha-4a8c37c.0",
31
+ "@genesislcap/foundation-utils": "14.40.1-alpha-4a8c37c.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": "bfb6182d5f6ff239ac98056df49fa92b76ec584e"
54
+ "gitHead": "776eed9402ad69aa49827268a4c915518c9d7478"
59
55
  }