@genesislcap/grid-pro 14.108.0 → 14.109.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.
- package/dist/custom-elements.json +691 -23
- package/dist/dts/cell-editors/date.editor.d.ts +5 -0
- package/dist/dts/cell-editors/date.editor.d.ts.map +1 -1
- package/dist/dts/cell-editors/index.d.ts +1 -0
- package/dist/dts/cell-editors/index.d.ts.map +1 -1
- package/dist/dts/cell-editors/multiselect.editor.d.ts +1 -0
- package/dist/dts/cell-editors/multiselect.editor.d.ts.map +1 -1
- package/dist/dts/cell-editors/number.editor.d.ts +2 -0
- package/dist/dts/cell-editors/number.editor.d.ts.map +1 -1
- package/dist/dts/cell-editors/select.editor.d.ts +2 -1
- package/dist/dts/cell-editors/select.editor.d.ts.map +1 -1
- package/dist/dts/cell-editors/string.editor.d.ts +56 -0
- package/dist/dts/cell-editors/string.editor.d.ts.map +1 -0
- package/dist/dts/cell-renderers/action.renderer.d.ts.map +1 -1
- package/dist/dts/cell-renderers/boolean.renderer.d.ts +1 -0
- package/dist/dts/cell-renderers/boolean.renderer.d.ts.map +1 -1
- package/dist/dts/cell-renderers/editable.renderer.d.ts +42 -0
- package/dist/dts/cell-renderers/editable.renderer.d.ts.map +1 -0
- package/dist/dts/cell-renderers/index.d.ts +1 -0
- package/dist/dts/cell-renderers/index.d.ts.map +1 -1
- package/dist/dts/grid-components.d.ts +18 -0
- package/dist/dts/grid-components.d.ts.map +1 -1
- package/dist/dts/grid-pro-genesis-datasource/grid-pro-genesis-datasource.d.ts.map +1 -1
- package/dist/dts/grid-pro.d.ts +0 -6
- package/dist/dts/grid-pro.d.ts.map +1 -1
- package/dist/dts/grid-pro.types.d.ts +12 -0
- package/dist/dts/grid-pro.types.d.ts.map +1 -1
- package/dist/dts/index.d.ts +1 -0
- package/dist/dts/index.d.ts.map +1 -1
- package/dist/dts/tooltips/error-tooltip.d.ts +11 -0
- package/dist/dts/tooltips/error-tooltip.d.ts.map +1 -0
- package/dist/dts/tooltips/index.d.ts +2 -0
- package/dist/dts/tooltips/index.d.ts.map +1 -0
- package/dist/esm/cell-editors/date.editor.js +15 -2
- package/dist/esm/cell-editors/index.js +1 -0
- package/dist/esm/cell-editors/multiselect.editor.js +5 -10
- package/dist/esm/cell-editors/number.editor.js +9 -1
- package/dist/esm/cell-editors/select.editor.js +10 -12
- package/dist/esm/cell-editors/string.editor.js +86 -0
- package/dist/esm/cell-renderers/action.renderer.js +6 -0
- package/dist/esm/cell-renderers/boolean.renderer.js +4 -0
- package/dist/esm/cell-renderers/editable.renderer.js +60 -0
- package/dist/esm/cell-renderers/index.js +1 -0
- package/dist/esm/grid-components.js +4 -2
- package/dist/esm/grid-pro-genesis-datasource/grid-pro-genesis-datasource.js +3 -0
- package/dist/esm/grid-pro.js +31 -3
- package/dist/esm/grid-pro.types.js +12 -0
- package/dist/esm/index.js +1 -0
- package/dist/esm/tooltips/error-tooltip.js +21 -0
- package/dist/esm/tooltips/index.js +1 -0
- package/dist/grid-pro.api.json +2314 -670
- package/dist/grid-pro.d.ts +156 -7
- package/docs/api/grid-pro.ageditablerendererstyles.md +13 -0
- package/docs/api/grid-pro.agstringeditorstyles.md +13 -0
- package/docs/api/grid-pro.booleanrenderer.iscancelbeforestart.md +15 -0
- package/docs/api/grid-pro.booleanrenderer.md +1 -0
- package/docs/api/grid-pro.dateeditor.actualwidth.md +11 -0
- package/docs/api/grid-pro.dateeditor.afterguiattached.md +15 -0
- package/docs/api/grid-pro.dateeditor.input.md +11 -0
- package/docs/api/grid-pro.dateeditor.iscancelbeforestart.md +15 -0
- package/docs/api/grid-pro.dateeditor.md +5 -0
- package/docs/api/grid-pro.dateeditor.params.md +11 -0
- package/docs/api/grid-pro.editablerenderer.getgui.md +15 -0
- package/docs/api/grid-pro.editablerenderer.init.md +22 -0
- package/docs/api/grid-pro.editablerenderer.md +31 -0
- package/docs/api/grid-pro.editablerenderer.refresh.md +22 -0
- package/docs/api/grid-pro.editablerenderer.valueformatted.md +11 -0
- package/docs/api/grid-pro.edited_column_field.md +13 -0
- package/docs/api/grid-pro.error_column_field.md +13 -0
- package/docs/api/grid-pro.foundationageditablerenderer.md +26 -0
- package/docs/api/grid-pro.foundationgridcomponents.md +18 -0
- package/docs/api/grid-pro.foundationstringeditor.md +24 -0
- package/docs/api/grid-pro.getageditablerenderertemplate.md +13 -0
- package/docs/api/grid-pro.getstringeditortemplate.md +13 -0
- package/docs/api/grid-pro.gridprorenderertypes.md +2 -0
- package/docs/api/grid-pro.md +11 -0
- package/docs/api/grid-pro.multiselecteditor.iscancelbeforestart.md +15 -0
- package/docs/api/grid-pro.multiselecteditor.md +1 -0
- package/docs/api/grid-pro.numbereditor.actualwidth.md +11 -0
- package/docs/api/grid-pro.numbereditor.iscancelbeforestart.md +15 -0
- package/docs/api/grid-pro.numbereditor.md +2 -0
- package/docs/api/grid-pro.selecteditor.actualwidth.md +11 -0
- package/docs/api/grid-pro.selecteditor.iscancelbeforestart.md +15 -0
- package/docs/api/grid-pro.selecteditor.md +2 -1
- package/docs/api/grid-pro.stringeditor.actualwidth.md +11 -0
- package/docs/api/grid-pro.stringeditor.afterguiattached.md +15 -0
- package/docs/api/grid-pro.stringeditor.changehandler.md +22 -0
- package/docs/api/grid-pro.stringeditor.getgui.md +15 -0
- package/docs/api/grid-pro.stringeditor.getvalue.md +15 -0
- package/docs/api/grid-pro.stringeditor.init.md +22 -0
- package/docs/api/grid-pro.stringeditor.input.md +11 -0
- package/docs/api/grid-pro.stringeditor.iscancelbeforestart.md +15 -0
- package/docs/api/{grid-pro.selecteditor.destroy.md → grid-pro.stringeditor.ispopup.md} +4 -4
- package/docs/api/grid-pro.stringeditor.md +39 -0
- package/docs/api/grid-pro.stringeditor.params.md +11 -0
- package/docs/api/grid-pro.stringeditor.refresh.md +22 -0
- package/docs/api/grid-pro.stringeditor.value.md +11 -0
- package/docs/api/grid-pro.stringeditorparams.md +21 -0
- package/docs/api/grid-pro.stringeditorparams.placeholder.md +11 -0
- package/docs/api-report.md +142 -2
- package/package.json +8 -8
package/docs/api-report.md
CHANGED
|
@@ -34,6 +34,8 @@ import { ICellRendererFunc } from '@ag-grid-community/core';
|
|
|
34
34
|
import { ICellRendererParams } from '@ag-grid-community/core';
|
|
35
35
|
import type { IServerSideDatasource } from '@ag-grid-community/core';
|
|
36
36
|
import type { IServerSideGetRowsParams } from '@ag-grid-community/core';
|
|
37
|
+
import { ITooltipComp } from '@ag-grid-community/core';
|
|
38
|
+
import { ITooltipParams } from '@ag-grid-community/core';
|
|
37
39
|
import { LayoutCacheContainer } from '@genesislcap/foundation-utils';
|
|
38
40
|
import { Logger } from '@genesislcap/foundation-logger';
|
|
39
41
|
import { MetadataDetail } from '@genesislcap/foundation-comms';
|
|
@@ -100,6 +102,9 @@ export const agBooleanRendererStyles: ElementStyles;
|
|
|
100
102
|
// @public
|
|
101
103
|
export const agDateEditorStyles: ElementStyles;
|
|
102
104
|
|
|
105
|
+
// @public
|
|
106
|
+
export const agEditableRendererStyles: ElementStyles;
|
|
107
|
+
|
|
103
108
|
// @public
|
|
104
109
|
export const agExternalStockStyles: ElementStyles;
|
|
105
110
|
|
|
@@ -236,6 +241,9 @@ export const agSelectEditorStyles: ElementStyles;
|
|
|
236
241
|
// @public
|
|
237
242
|
export const agSelectRendererStyles: ElementStyles;
|
|
238
243
|
|
|
244
|
+
// @public
|
|
245
|
+
export const agStringEditorStyles: ElementStyles;
|
|
246
|
+
|
|
239
247
|
// @public
|
|
240
248
|
export class AgTextFieldRenderer extends FoundationElement implements ICellRendererComp {
|
|
241
249
|
// (undocumented)
|
|
@@ -311,6 +319,8 @@ export class BooleanRenderer extends FoundationElement implements ICellRendererC
|
|
|
311
319
|
// (undocumented)
|
|
312
320
|
init(params: ICellRendererParams): void;
|
|
313
321
|
// (undocumented)
|
|
322
|
+
isCancelBeforeStart(): boolean;
|
|
323
|
+
// (undocumented)
|
|
314
324
|
params: ICellRendererParams;
|
|
315
325
|
// (undocumented)
|
|
316
326
|
refresh(params: ICellRendererParams): boolean;
|
|
@@ -329,6 +339,10 @@ export const convertToKebabCase: (value: string) => string;
|
|
|
329
339
|
|
|
330
340
|
// @public
|
|
331
341
|
export class DateEditor extends FoundationElement implements ICellEditorComp {
|
|
342
|
+
// (undocumented)
|
|
343
|
+
actualWidth: number;
|
|
344
|
+
// (undocumented)
|
|
345
|
+
afterGuiAttached(): void;
|
|
332
346
|
// (undocumented)
|
|
333
347
|
changeHandler(event: any): void;
|
|
334
348
|
// (undocumented)
|
|
@@ -340,10 +354,16 @@ export class DateEditor extends FoundationElement implements ICellEditorComp {
|
|
|
340
354
|
// (undocumented)
|
|
341
355
|
init(params: DateEditorParams): void;
|
|
342
356
|
// (undocumented)
|
|
357
|
+
input: any;
|
|
358
|
+
// (undocumented)
|
|
343
359
|
inputType: 'datetime-local' | 'date';
|
|
344
360
|
// (undocumented)
|
|
361
|
+
isCancelBeforeStart(): boolean;
|
|
362
|
+
// (undocumented)
|
|
345
363
|
isPopup(): boolean;
|
|
346
364
|
// (undocumented)
|
|
365
|
+
params: DateEditorParams;
|
|
366
|
+
// (undocumented)
|
|
347
367
|
refresh(params: DateEditorParams): boolean;
|
|
348
368
|
// (undocumented)
|
|
349
369
|
value: number;
|
|
@@ -374,6 +394,34 @@ export const defaultGridProConfig: {
|
|
|
374
394
|
shadowOptions: any;
|
|
375
395
|
};
|
|
376
396
|
|
|
397
|
+
// @public
|
|
398
|
+
export class EditableRenderer extends FoundationElement implements ICellRendererComp {
|
|
399
|
+
// (undocumented)
|
|
400
|
+
getGui(): HTMLElement;
|
|
401
|
+
// (undocumented)
|
|
402
|
+
init(params: ICellRendererParams): void;
|
|
403
|
+
// (undocumented)
|
|
404
|
+
refresh(params: ICellRendererParams): boolean;
|
|
405
|
+
// (undocumented)
|
|
406
|
+
valueFormatted: string;
|
|
407
|
+
}
|
|
408
|
+
|
|
409
|
+
// @public
|
|
410
|
+
export const EDITED_COLUMN_FIELD = "__editedColumn";
|
|
411
|
+
|
|
412
|
+
// @public
|
|
413
|
+
export const ERROR_COLUMN_FIELD = "__errorColumn";
|
|
414
|
+
|
|
415
|
+
// Warning: (ae-internal-missing-underscore) The name "ErrorTooltip" should be prefixed with an underscore because the declaration is marked as @internal
|
|
416
|
+
//
|
|
417
|
+
// @internal
|
|
418
|
+
export class ErrorTooltip implements ITooltipComp {
|
|
419
|
+
// (undocumented)
|
|
420
|
+
getGui(): HTMLElement;
|
|
421
|
+
// (undocumented)
|
|
422
|
+
init(params: ITooltipParams): void;
|
|
423
|
+
}
|
|
424
|
+
|
|
377
425
|
// Warning: (ae-internal-missing-underscore) The name "foregroundSwatch" should be prefixed with an underscore because the declaration is marked as @internal
|
|
378
426
|
//
|
|
379
427
|
// @internal @deprecated
|
|
@@ -393,6 +441,17 @@ styles: ElementStyles;
|
|
|
393
441
|
template: ViewTemplate<BooleanRenderer, any>;
|
|
394
442
|
}, typeof BooleanRenderer>;
|
|
395
443
|
|
|
444
|
+
// @public
|
|
445
|
+
export const foundationAgEditableRenderer: (overrideDefinition?: OverrideFoundationElementDefinition< {
|
|
446
|
+
baseName: string;
|
|
447
|
+
styles: ElementStyles;
|
|
448
|
+
template: ViewTemplate<EditableRenderer, any>;
|
|
449
|
+
}>) => FoundationElementRegistry< {
|
|
450
|
+
baseName: string;
|
|
451
|
+
styles: ElementStyles;
|
|
452
|
+
template: ViewTemplate<EditableRenderer, any>;
|
|
453
|
+
}, typeof EditableRenderer>;
|
|
454
|
+
|
|
396
455
|
// @public
|
|
397
456
|
export const foundationAgSelectRenderer: (overrideDefinition?: OverrideFoundationElementDefinition< {
|
|
398
457
|
baseName: string;
|
|
@@ -482,6 +541,15 @@ export const foundationGridComponents: {
|
|
|
482
541
|
styles: ElementStyles;
|
|
483
542
|
template: ViewTemplate<AgTextFieldRenderer, any>;
|
|
484
543
|
}, AgTextFieldRenderer>;
|
|
544
|
+
foundationAgEditableRenderer: (overrideDefinition?: OverrideFoundationElementDefinition< {
|
|
545
|
+
baseName: string;
|
|
546
|
+
styles: ElementStyles;
|
|
547
|
+
template: ViewTemplate<EditableRenderer, any>;
|
|
548
|
+
}>) => FoundationElementRegistry< {
|
|
549
|
+
baseName: string;
|
|
550
|
+
styles: ElementStyles;
|
|
551
|
+
template: ViewTemplate<EditableRenderer, any>;
|
|
552
|
+
}, EditableRenderer>;
|
|
485
553
|
foundationAgSelectRenderer: (overrideDefinition?: OverrideFoundationElementDefinition< {
|
|
486
554
|
baseName: string;
|
|
487
555
|
styles: ElementStyles;
|
|
@@ -538,6 +606,15 @@ export const foundationGridComponents: {
|
|
|
538
606
|
styles: ElementStyles;
|
|
539
607
|
template: ViewTemplate<MultiselectEditor, any>;
|
|
540
608
|
}, MultiselectEditor>;
|
|
609
|
+
foundationStringEditor: (overrideDefinition?: OverrideFoundationElementDefinition< {
|
|
610
|
+
baseName: string;
|
|
611
|
+
styles: ElementStyles;
|
|
612
|
+
template: ViewTemplate<StringEditor, any>;
|
|
613
|
+
}>) => FoundationElementRegistry< {
|
|
614
|
+
baseName: string;
|
|
615
|
+
styles: ElementStyles;
|
|
616
|
+
template: ViewTemplate<StringEditor, any>;
|
|
617
|
+
}, StringEditor>;
|
|
541
618
|
register(container?: Container, ...rest: any[]): void;
|
|
542
619
|
};
|
|
543
620
|
|
|
@@ -613,12 +690,26 @@ styles: ElementStyles;
|
|
|
613
690
|
template: ViewTemplate<SelectEditor, any>;
|
|
614
691
|
}, typeof SelectEditor>;
|
|
615
692
|
|
|
693
|
+
// @public (undocumented)
|
|
694
|
+
export const foundationStringEditor: (overrideDefinition?: OverrideFoundationElementDefinition< {
|
|
695
|
+
baseName: string;
|
|
696
|
+
styles: ElementStyles;
|
|
697
|
+
template: ViewTemplate<StringEditor, any>;
|
|
698
|
+
}>) => FoundationElementRegistry< {
|
|
699
|
+
baseName: string;
|
|
700
|
+
styles: ElementStyles;
|
|
701
|
+
template: ViewTemplate<StringEditor, any>;
|
|
702
|
+
}, typeof StringEditor>;
|
|
703
|
+
|
|
616
704
|
// @public
|
|
617
705
|
export const getActionsMenuDef: (actions: ActionMenuItem[], overrideDef?: ColDef, customActionsOpenerName?: string, isVertical?: boolean, buttonAppearance?: string) => ColDef;
|
|
618
706
|
|
|
619
707
|
// @public
|
|
620
708
|
export const getAgBooleanRendererTemplate: (designSystem?: string) => ViewTemplate<BooleanRenderer, any>;
|
|
621
709
|
|
|
710
|
+
// @public
|
|
711
|
+
export const getAgEditableRendererTemplate: (designSystem?: string) => ViewTemplate<EditableRenderer, any>;
|
|
712
|
+
|
|
622
713
|
// @alpha
|
|
623
714
|
export function getColumnType(metadataType: string): string;
|
|
624
715
|
|
|
@@ -643,6 +734,9 @@ export const getSelectEditorTemplate: (designSystem?: string) => ViewTemplate<Se
|
|
|
643
734
|
// @public
|
|
644
735
|
export const getSelectRendererTemplate: (designSystem?: string) => ViewTemplate<any, any>;
|
|
645
736
|
|
|
737
|
+
// @public
|
|
738
|
+
export const getStringEditorTemplate: (designSystem?: string) => ViewTemplate<StringEditor, any>;
|
|
739
|
+
|
|
646
740
|
// @public
|
|
647
741
|
export const getTextFieldRendererTemplate: (designSystem?: string) => ViewTemplate<AgTextFieldRenderer, any>;
|
|
648
742
|
|
|
@@ -829,6 +923,8 @@ export enum GridProRendererTypes {
|
|
|
829
923
|
// (undocumented)
|
|
830
924
|
dateEditor = "dateEditor",
|
|
831
925
|
// (undocumented)
|
|
926
|
+
editable = "editable",
|
|
927
|
+
// (undocumented)
|
|
832
928
|
multiselectEditor = "multiselectEditor",
|
|
833
929
|
// (undocumented)
|
|
834
930
|
numberEditor = "numberEditor",
|
|
@@ -837,6 +933,8 @@ export enum GridProRendererTypes {
|
|
|
837
933
|
// (undocumented)
|
|
838
934
|
selectEditor = "selectEditor",
|
|
839
935
|
// (undocumented)
|
|
936
|
+
stringEditor = "stringEditor",
|
|
937
|
+
// (undocumented)
|
|
840
938
|
text = "text"
|
|
841
939
|
}
|
|
842
940
|
|
|
@@ -890,6 +988,8 @@ export class MultiselectEditor extends FoundationElement implements ICellEditorC
|
|
|
890
988
|
// (undocumented)
|
|
891
989
|
init(params: MultiselectEditorParams): void;
|
|
892
990
|
// (undocumented)
|
|
991
|
+
isCancelBeforeStart(): boolean;
|
|
992
|
+
// (undocumented)
|
|
893
993
|
isPopup(): boolean;
|
|
894
994
|
// (undocumented)
|
|
895
995
|
params: MultiselectEditorParams;
|
|
@@ -919,6 +1019,8 @@ export interface MultiselectEditorParams extends ICellEditorParams {
|
|
|
919
1019
|
|
|
920
1020
|
// @public
|
|
921
1021
|
export class NumberEditor extends FoundationElement implements ICellEditorComp {
|
|
1022
|
+
// (undocumented)
|
|
1023
|
+
actualWidth: number;
|
|
922
1024
|
// (undocumented)
|
|
923
1025
|
afterGuiAttached(): void;
|
|
924
1026
|
// (undocumented)
|
|
@@ -932,6 +1034,8 @@ export class NumberEditor extends FoundationElement implements ICellEditorComp {
|
|
|
932
1034
|
// (undocumented)
|
|
933
1035
|
input: any;
|
|
934
1036
|
// (undocumented)
|
|
1037
|
+
isCancelBeforeStart(): boolean;
|
|
1038
|
+
// (undocumented)
|
|
935
1039
|
isPopup(): boolean;
|
|
936
1040
|
// (undocumented)
|
|
937
1041
|
params: NumberEditorParams;
|
|
@@ -967,6 +1071,8 @@ export enum OperationType {
|
|
|
967
1071
|
|
|
968
1072
|
// @public
|
|
969
1073
|
export class SelectEditor extends FoundationElement implements ICellEditorComp {
|
|
1074
|
+
// (undocumented)
|
|
1075
|
+
actualWidth: number;
|
|
970
1076
|
// (undocumented)
|
|
971
1077
|
afterGuiAttached(): void;
|
|
972
1078
|
// (undocumented)
|
|
@@ -974,14 +1080,14 @@ export class SelectEditor extends FoundationElement implements ICellEditorComp {
|
|
|
974
1080
|
// (undocumented)
|
|
975
1081
|
combobox: any;
|
|
976
1082
|
// (undocumented)
|
|
977
|
-
destroy(): void;
|
|
978
|
-
// (undocumented)
|
|
979
1083
|
getGui(): HTMLElement;
|
|
980
1084
|
// (undocumented)
|
|
981
1085
|
getValue(): string;
|
|
982
1086
|
// (undocumented)
|
|
983
1087
|
init(params: SelectEditorParams): void;
|
|
984
1088
|
// (undocumented)
|
|
1089
|
+
isCancelBeforeStart(): boolean;
|
|
1090
|
+
// (undocumented)
|
|
985
1091
|
isPopup(): boolean;
|
|
986
1092
|
// (undocumented)
|
|
987
1093
|
params: SelectEditorParams;
|
|
@@ -1057,6 +1163,40 @@ export type StreamDatasourceOptions = {
|
|
|
1057
1163
|
pagination?: boolean;
|
|
1058
1164
|
};
|
|
1059
1165
|
|
|
1166
|
+
// @public
|
|
1167
|
+
export class StringEditor extends FoundationElement implements ICellEditorComp {
|
|
1168
|
+
// (undocumented)
|
|
1169
|
+
actualWidth: number;
|
|
1170
|
+
// (undocumented)
|
|
1171
|
+
afterGuiAttached(): void;
|
|
1172
|
+
// (undocumented)
|
|
1173
|
+
changeHandler(event: any): void;
|
|
1174
|
+
// (undocumented)
|
|
1175
|
+
getGui(): HTMLElement;
|
|
1176
|
+
// (undocumented)
|
|
1177
|
+
getValue(): string;
|
|
1178
|
+
// (undocumented)
|
|
1179
|
+
init(params: StringEditorParams): void;
|
|
1180
|
+
// (undocumented)
|
|
1181
|
+
input: any;
|
|
1182
|
+
// (undocumented)
|
|
1183
|
+
isCancelBeforeStart(): boolean;
|
|
1184
|
+
// (undocumented)
|
|
1185
|
+
isPopup(): boolean;
|
|
1186
|
+
// (undocumented)
|
|
1187
|
+
params: StringEditorParams;
|
|
1188
|
+
// (undocumented)
|
|
1189
|
+
refresh(params: StringEditorParams): boolean;
|
|
1190
|
+
// (undocumented)
|
|
1191
|
+
value: string;
|
|
1192
|
+
}
|
|
1193
|
+
|
|
1194
|
+
// @public
|
|
1195
|
+
export interface StringEditorParams extends ICellEditorParams {
|
|
1196
|
+
// (undocumented)
|
|
1197
|
+
placeholder: string;
|
|
1198
|
+
}
|
|
1199
|
+
|
|
1060
1200
|
// @public
|
|
1061
1201
|
export const textFieldRendererStyles: ElementStyles;
|
|
1062
1202
|
|
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.
|
|
4
|
+
"version": "14.109.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.
|
|
34
|
-
"@genesislcap/genx": "14.
|
|
33
|
+
"@genesislcap/foundation-testing": "14.109.0",
|
|
34
|
+
"@genesislcap/genx": "14.109.0",
|
|
35
35
|
"rimraf": "^3.0.2"
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@genesislcap/foundation-comms": "14.
|
|
39
|
-
"@genesislcap/foundation-logger": "14.
|
|
40
|
-
"@genesislcap/foundation-ui": "14.
|
|
41
|
-
"@genesislcap/foundation-utils": "14.
|
|
38
|
+
"@genesislcap/foundation-comms": "14.109.0",
|
|
39
|
+
"@genesislcap/foundation-logger": "14.109.0",
|
|
40
|
+
"@genesislcap/foundation-ui": "14.109.0",
|
|
41
|
+
"@genesislcap/foundation-utils": "14.109.0",
|
|
42
42
|
"@microsoft/fast-colors": "^5.1.4",
|
|
43
43
|
"@microsoft/fast-components": "^2.21.3",
|
|
44
44
|
"@microsoft/fast-element": "^1.7.0",
|
|
@@ -62,5 +62,5 @@
|
|
|
62
62
|
"access": "public"
|
|
63
63
|
},
|
|
64
64
|
"customElements": "dist/custom-elements.json",
|
|
65
|
-
"gitHead": "
|
|
65
|
+
"gitHead": "d2224a8aa652206cfd991b9b6fbe4b9164188501"
|
|
66
66
|
}
|