@genesislcap/grid-pro 14.270.0 → 14.271.1
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 +22 -0
- package/dist/dts/grid-pro-genesis-datasource/grid-pro-genesis-datasource.config.d.ts +12 -3
- package/dist/dts/grid-pro-genesis-datasource/grid-pro-genesis-datasource.config.d.ts.map +1 -1
- package/dist/dts/grid-pro-genesis-datasource/grid-pro-genesis-datasource.d.ts +8 -1
- package/dist/dts/grid-pro-genesis-datasource/grid-pro-genesis-datasource.d.ts.map +1 -1
- package/dist/esm/grid-pro-genesis-datasource/grid-pro-genesis-datasource.config.js +1 -0
- package/dist/esm/grid-pro-genesis-datasource/grid-pro-genesis-datasource.js +9 -0
- package/dist/grid-pro.api.json +27 -1
- package/dist/grid-pro.d.ts +21 -4
- package/docs/api/grid-pro.gridprogenesisdatasourceeventnames.md +4 -3
- package/docs/api/grid-pro.md +1 -0
- package/docs/api/grid-pro.morerowsdetail.md +16 -0
- package/docs/api-report.md +10 -3
- package/package.json +13 -13
|
@@ -7476,6 +7476,19 @@
|
|
|
7476
7476
|
"module": "src/grid-pro-genesis-datasource/grid-pro-genesis-datasource.ts"
|
|
7477
7477
|
}
|
|
7478
7478
|
},
|
|
7479
|
+
{
|
|
7480
|
+
"kind": "field",
|
|
7481
|
+
"name": "_lastMoreRows",
|
|
7482
|
+
"type": {
|
|
7483
|
+
"text": "boolean"
|
|
7484
|
+
},
|
|
7485
|
+
"privacy": "private",
|
|
7486
|
+
"default": "false",
|
|
7487
|
+
"inheritedFrom": {
|
|
7488
|
+
"name": "GridProGenesisDatasource",
|
|
7489
|
+
"module": "src/grid-pro-genesis-datasource/grid-pro-genesis-datasource.ts"
|
|
7490
|
+
}
|
|
7491
|
+
},
|
|
7479
7492
|
{
|
|
7480
7493
|
"kind": "method",
|
|
7481
7494
|
"name": "colDefsDeepClone",
|
|
@@ -11928,6 +11941,15 @@
|
|
|
11928
11941
|
"privacy": "private",
|
|
11929
11942
|
"default": "true"
|
|
11930
11943
|
},
|
|
11944
|
+
{
|
|
11945
|
+
"kind": "field",
|
|
11946
|
+
"name": "_lastMoreRows",
|
|
11947
|
+
"type": {
|
|
11948
|
+
"text": "boolean"
|
|
11949
|
+
},
|
|
11950
|
+
"privacy": "private",
|
|
11951
|
+
"default": "false"
|
|
11952
|
+
},
|
|
11931
11953
|
{
|
|
11932
11954
|
"kind": "method",
|
|
11933
11955
|
"name": "deepClone",
|
|
@@ -3,8 +3,17 @@
|
|
|
3
3
|
* @public
|
|
4
4
|
*/
|
|
5
5
|
export declare const gridProGenesisDatasourceEventNames: {
|
|
6
|
-
error:
|
|
7
|
-
dataInit:
|
|
8
|
-
sizeChanged:
|
|
6
|
+
readonly error: "datasource-error";
|
|
7
|
+
readonly dataInit: "datasource-init";
|
|
8
|
+
readonly sizeChanged: "datasource-size-changed";
|
|
9
|
+
readonly moreRowsChanged: "more-rows-changed";
|
|
10
|
+
};
|
|
11
|
+
/**
|
|
12
|
+
* The Genesis Datasource event payload types.
|
|
13
|
+
* @public
|
|
14
|
+
*/
|
|
15
|
+
export type MoreRowsDetail = {
|
|
16
|
+
moreRows: boolean;
|
|
17
|
+
sourceRef: string;
|
|
9
18
|
};
|
|
10
19
|
//# sourceMappingURL=grid-pro-genesis-datasource.config.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"grid-pro-genesis-datasource.config.d.ts","sourceRoot":"","sources":["../../../src/grid-pro-genesis-datasource/grid-pro-genesis-datasource.config.ts"],"names":[],"mappings":"AAAA;;;GAGG;AACH,eAAO,MAAM,kCAAkC
|
|
1
|
+
{"version":3,"file":"grid-pro-genesis-datasource.config.d.ts","sourceRoot":"","sources":["../../../src/grid-pro-genesis-datasource/grid-pro-genesis-datasource.config.ts"],"names":[],"mappings":"AAAA;;;GAGG;AACH,eAAO,MAAM,kCAAkC;;;;;CAKrC,CAAC;AAEX;;;GAGG;AACH,MAAM,MAAM,cAAc,GAAG;IAC3B,QAAQ,EAAE,OAAO,CAAC;IAClB,SAAS,EAAE,MAAM,CAAC;CACnB,CAAC"}
|
|
@@ -134,7 +134,13 @@ declare const GridProGenesisDatasource_base: (new (...args: any[]) => {
|
|
|
134
134
|
isSameNode(otherNode: Node): boolean;
|
|
135
135
|
lookupNamespaceURI(prefix: string): string;
|
|
136
136
|
lookupPrefix(namespace: string): string;
|
|
137
|
-
normalize(): void;
|
|
137
|
+
normalize(): void; /**
|
|
138
|
+
* Initializes the datasource and loads the data for the grid.
|
|
139
|
+
* Handles both snapshot and stream data (for both REQUEST_SERVER and DATASERVER resource types).
|
|
140
|
+
*
|
|
141
|
+
* @param withFullInit - if true, will call datasource.init() with requiresMetadataFetch = true, fetching fresh metadata
|
|
142
|
+
* @internal
|
|
143
|
+
*/
|
|
138
144
|
removeChild<T_3 extends Node>(child: T_3): T_3;
|
|
139
145
|
replaceChild<T_4 extends Node>(node: Node, child: T_4): T_4;
|
|
140
146
|
readonly ATTRIBUTE_NODE: number;
|
|
@@ -342,6 +348,7 @@ export declare class GridProGenesisDatasource extends GridProGenesisDatasource_b
|
|
|
342
348
|
private updateSub;
|
|
343
349
|
private connectionSub;
|
|
344
350
|
private requiresFullRowDataAndColDefs;
|
|
351
|
+
private _lastMoreRows;
|
|
345
352
|
connectedCallback(): void;
|
|
346
353
|
disconnectedCallback(): void;
|
|
347
354
|
deepClone(): Node;
|
|
@@ -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,EACL,MAAM,EACN,WAAW,EAGX,kBAAkB,EAClB,kBAAkB,EACnB,MAAM,yBAAyB,CAAC;AAejC,OAAO,EAAqB,qBAAqB,EAAE,MAAM,+BAA+B,CAAC
|
|
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,EACL,MAAM,EACN,WAAW,EAGX,kBAAkB,EAClB,kBAAkB,EACnB,MAAM,yBAAyB,CAAC;AAejC,OAAO,EAAqB,qBAAqB,EAAE,MAAM,+BAA+B,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;uBAmVvF;;;;;;OAMG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA/UL;;;;GAIG;AACH,qBAGa,wBAAyB,SAAQ,6BAAqC;IACjF,aAAa,SAAsB;IACnC,kBAAkB,SAA2B;IAGvC,eAAe,CAAC,WAAW,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM;IAS9D,cAAc,CAAC,UAAU,EAAE,MAAM,EAAE,UAAU,EAAE,MAAM;IAQrD,mBAAmB,CAAC,QAAQ,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM;IAKW,qBAAqB,UAAQ;IAG9F,yBAAyB,UAAS;IAElC,OAAO,CAAC,OAAO,CAAe;IAC9B,OAAO,CAAC,SAAS,CAAe;IAChC,OAAO,CAAC,aAAa,CAAe;IAEpC,OAAO,CAAC,6BAA6B,CAAQ;IAE7C,OAAO,CAAC,aAAa,CAAkB;IAEvC,iBAAiB;IAuBjB,oBAAoB;IAWX,SAAS,IAAI,IAAI;IAqB1B,OAAO,CAAC,gBAAgB;IAgBxB;;;;;;OAMG;IACG,IAAI,CAAC,iBAAiB,CAAC,EAAE,MAAM,EAAE,EAAE,YAAY,CAAC,EAAE,WAAW,EAAE;IA0CrE;;;OAGG;IACH,OAAO;IAIP;;;;OAIG;IACH,MAAM;IAIN;;;;OAIG;IACH,KAAK;IAiCL;;;OAGG;IACH,OAAO;IAYP;;OAEG;IACH,WAAW;IAIX;;;;;OAKG;IACH,OAAO,CAAC,YAAY;IAgBpB;;;;OAIG;YACW,UAAU;IAmCxB;;;;;OAKG;YACW,kBAAkB;IAehC;;;;;;OAMG;YACW,gBAAgB;IAgF9B,OAAO,CAAC,cAAc;IActB,YAAY,CAAC,MAAM,EAAE,MAAM,GAAG,GAAG,EAAE;IAyBnC,OAAO,CAAC,kBAAkB;IAU1B,OAAO,CAAC,sBAAsB;IAgE9B,OAAO,CAAC,mBAAmB;YAyBb,eAAe;IActB,SAAS,CAAC,SAAS,EAAE,MAAM,EAAE,SAAS,EAAE,MAAM;IAK9C,YAAY,CAAC,SAAS,EAAE,MAAM;IAK5B,gBAAgB,CACvB,aAAa,EAAE,kBAAkB,GAChC,kBAAkB,GAAG,IAAI,GAAG,SAAS;IAI/B,qBAAqB,CAC5B,aAAa,EAAE,kBAAkB,EACjC,QAAQ,CAAC,EAAE,CAAC,GAAG,EAAE,kBAAkB,KAAK,IAAI,GAC3C,IAAI;IAIP,OAAO,CAAC,iBAAiB;CAO1B"}
|
|
@@ -24,6 +24,7 @@ let GridProGenesisDatasource = class GridProGenesisDatasource extends LifecycleM
|
|
|
24
24
|
this.restartOnReconnection = true;
|
|
25
25
|
this.keepColDefsOnClearRowData = false;
|
|
26
26
|
this.requiresFullRowDataAndColDefs = true;
|
|
27
|
+
this._lastMoreRows = false;
|
|
27
28
|
}
|
|
28
29
|
// DatasourceOptions
|
|
29
30
|
criteriaChanged(oldCriteria, newCriteria) {
|
|
@@ -326,6 +327,14 @@ let GridProGenesisDatasource = class GridProGenesisDatasource extends LifecycleM
|
|
|
326
327
|
if (result.ROW) {
|
|
327
328
|
const nextMessage = dataServerResultFilter(result);
|
|
328
329
|
this.handleStreamResult(nextMessage);
|
|
330
|
+
if (result.MORE_ROWS !== this._lastMoreRows) {
|
|
331
|
+
const moreRowsDetail = {
|
|
332
|
+
moreRows: result.MORE_ROWS,
|
|
333
|
+
sourceRef: result.SOURCE_REF,
|
|
334
|
+
};
|
|
335
|
+
this.$emit(gridProGenesisDatasourceEventNames.moreRowsChanged, moreRowsDetail);
|
|
336
|
+
this._lastMoreRows = result.MORE_ROWS;
|
|
337
|
+
}
|
|
329
338
|
}
|
|
330
339
|
else {
|
|
331
340
|
this.handleStreamResult(result);
|
package/dist/grid-pro.api.json
CHANGED
|
@@ -11817,7 +11817,7 @@
|
|
|
11817
11817
|
},
|
|
11818
11818
|
{
|
|
11819
11819
|
"kind": "Content",
|
|
11820
|
-
"text": "{\n error:
|
|
11820
|
+
"text": "{\n readonly error: \"datasource-error\";\n readonly dataInit: \"datasource-init\";\n readonly sizeChanged: \"datasource-size-changed\";\n readonly moreRowsChanged: \"more-rows-changed\";\n}"
|
|
11821
11821
|
}
|
|
11822
11822
|
],
|
|
11823
11823
|
"fileUrlPath": "src/grid-pro-genesis-datasource/grid-pro-genesis-datasource.config.ts",
|
|
@@ -12946,6 +12946,32 @@
|
|
|
12946
12946
|
],
|
|
12947
12947
|
"name": "mergeAndDedupColDefWithColumnState"
|
|
12948
12948
|
},
|
|
12949
|
+
{
|
|
12950
|
+
"kind": "TypeAlias",
|
|
12951
|
+
"canonicalReference": "@genesislcap/grid-pro!MoreRowsDetail:type",
|
|
12952
|
+
"docComment": "/**\n * The Genesis Datasource event payload types.\n *\n * @public\n */\n",
|
|
12953
|
+
"excerptTokens": [
|
|
12954
|
+
{
|
|
12955
|
+
"kind": "Content",
|
|
12956
|
+
"text": "export type MoreRowsDetail = "
|
|
12957
|
+
},
|
|
12958
|
+
{
|
|
12959
|
+
"kind": "Content",
|
|
12960
|
+
"text": "{\n moreRows: boolean;\n sourceRef: string;\n}"
|
|
12961
|
+
},
|
|
12962
|
+
{
|
|
12963
|
+
"kind": "Content",
|
|
12964
|
+
"text": ";"
|
|
12965
|
+
}
|
|
12966
|
+
],
|
|
12967
|
+
"fileUrlPath": "src/grid-pro-genesis-datasource/grid-pro-genesis-datasource.config.ts",
|
|
12968
|
+
"releaseTag": "Public",
|
|
12969
|
+
"name": "MoreRowsDetail",
|
|
12970
|
+
"typeTokenRange": {
|
|
12971
|
+
"startIndex": 1,
|
|
12972
|
+
"endIndex": 2
|
|
12973
|
+
}
|
|
12974
|
+
},
|
|
12949
12975
|
{
|
|
12950
12976
|
"kind": "Class",
|
|
12951
12977
|
"canonicalReference": "@genesislcap/grid-pro!MultiselectEditor:class",
|
package/dist/grid-pro.d.ts
CHANGED
|
@@ -2555,6 +2555,7 @@ export declare class GridProGenesisDatasource extends GridProGenesisDatasource_b
|
|
|
2555
2555
|
private updateSub;
|
|
2556
2556
|
private connectionSub;
|
|
2557
2557
|
private requiresFullRowDataAndColDefs;
|
|
2558
|
+
private _lastMoreRows;
|
|
2558
2559
|
connectedCallback(): void;
|
|
2559
2560
|
disconnectedCallback(): void;
|
|
2560
2561
|
deepClone(): Node;
|
|
@@ -2768,7 +2769,13 @@ declare const GridProGenesisDatasource_base: (new (...args: any[]) => {
|
|
|
2768
2769
|
isSameNode(otherNode: Node): boolean;
|
|
2769
2770
|
lookupNamespaceURI(prefix: string): string;
|
|
2770
2771
|
lookupPrefix(namespace: string): string;
|
|
2771
|
-
normalize(): void;
|
|
2772
|
+
normalize(): void; /**
|
|
2773
|
+
* Initializes the datasource and loads the data for the grid.
|
|
2774
|
+
* Handles both snapshot and stream data (for both REQUEST_SERVER and DATASERVER resource types).
|
|
2775
|
+
*
|
|
2776
|
+
* @param withFullInit - if true, will call datasource.init() with requiresMetadataFetch = true, fetching fresh metadata
|
|
2777
|
+
* @internal
|
|
2778
|
+
*/
|
|
2772
2779
|
removeChild<T_3 extends Node>(child: T_3): T_3;
|
|
2773
2780
|
replaceChild<T_4 extends Node>(node: Node, child: T_4): T_4;
|
|
2774
2781
|
readonly ATTRIBUTE_NODE: number;
|
|
@@ -2979,9 +2986,10 @@ export declare type GridProGenesisDatasourceErrorEventDetail = {
|
|
|
2979
2986
|
* @public
|
|
2980
2987
|
*/
|
|
2981
2988
|
export declare const gridProGenesisDatasourceEventNames: {
|
|
2982
|
-
error:
|
|
2983
|
-
dataInit:
|
|
2984
|
-
sizeChanged:
|
|
2989
|
+
readonly error: "datasource-error";
|
|
2990
|
+
readonly dataInit: "datasource-init";
|
|
2991
|
+
readonly sizeChanged: "datasource-size-changed";
|
|
2992
|
+
readonly moreRowsChanged: "more-rows-changed";
|
|
2985
2993
|
};
|
|
2986
2994
|
|
|
2987
2995
|
/**
|
|
@@ -3448,6 +3456,15 @@ export declare const logger: Logger;
|
|
|
3448
3456
|
*/
|
|
3449
3457
|
export declare function mergeAndDedupColDefWithColumnState(colDefs: ColDef[], columnStates: ColumnState[]): ColDef[];
|
|
3450
3458
|
|
|
3459
|
+
/**
|
|
3460
|
+
* The Genesis Datasource event payload types.
|
|
3461
|
+
* @public
|
|
3462
|
+
*/
|
|
3463
|
+
export declare type MoreRowsDetail = {
|
|
3464
|
+
moreRows: boolean;
|
|
3465
|
+
sourceRef: string;
|
|
3466
|
+
};
|
|
3467
|
+
|
|
3451
3468
|
/**
|
|
3452
3469
|
* The AG Multiselect Editor element.
|
|
3453
3470
|
* @public
|
|
@@ -10,8 +10,9 @@ The Genesis Datasource events names.
|
|
|
10
10
|
|
|
11
11
|
```typescript
|
|
12
12
|
gridProGenesisDatasourceEventNames: {
|
|
13
|
-
error:
|
|
14
|
-
dataInit:
|
|
15
|
-
sizeChanged:
|
|
13
|
+
readonly error: "datasource-error";
|
|
14
|
+
readonly dataInit: "datasource-init";
|
|
15
|
+
readonly sizeChanged: "datasource-size-changed";
|
|
16
|
+
readonly moreRowsChanged: "more-rows-changed";
|
|
16
17
|
}
|
|
17
18
|
```
|
package/docs/api/grid-pro.md
CHANGED
|
@@ -150,4 +150,5 @@
|
|
|
150
150
|
| [GridProGenesisDatasourceErrorEventDetail](./grid-pro.gridprogenesisdatasourceerroreventdetail.md) | The event detail for the grid pro genesis datasource <code>error</code> event. |
|
|
151
151
|
| [GrigProGenesisDatasourceSizeChangedEvent](./grid-pro.grigprogenesisdatasourcesizechangedevent.md) | The change size event grid pro genesis datasource. |
|
|
152
152
|
| [GrigProGenesisDatasourceSizeChangedEventDetail](./grid-pro.grigprogenesisdatasourcesizechangedeventdetail.md) | The event detail for the grid pro genesis datasource <code>sizeChanged</code> event. |
|
|
153
|
+
| [MoreRowsDetail](./grid-pro.morerowsdetail.md) | The Genesis Datasource event payload types. |
|
|
153
154
|
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@genesislcap/grid-pro](./grid-pro.md) > [MoreRowsDetail](./grid-pro.morerowsdetail.md)
|
|
4
|
+
|
|
5
|
+
## MoreRowsDetail type
|
|
6
|
+
|
|
7
|
+
The Genesis Datasource event payload types.
|
|
8
|
+
|
|
9
|
+
**Signature:**
|
|
10
|
+
|
|
11
|
+
```typescript
|
|
12
|
+
export type MoreRowsDetail = {
|
|
13
|
+
moreRows: boolean;
|
|
14
|
+
sourceRef: string;
|
|
15
|
+
};
|
|
16
|
+
```
|
package/docs/api-report.md
CHANGED
|
@@ -1065,9 +1065,10 @@ export type GridProGenesisDatasourceErrorEventDetail = {
|
|
|
1065
1065
|
|
|
1066
1066
|
// @public
|
|
1067
1067
|
export const gridProGenesisDatasourceEventNames: {
|
|
1068
|
-
error:
|
|
1069
|
-
dataInit:
|
|
1070
|
-
sizeChanged:
|
|
1068
|
+
readonly error: "datasource-error";
|
|
1069
|
+
readonly dataInit: "datasource-init";
|
|
1070
|
+
readonly sizeChanged: "datasource-size-changed";
|
|
1071
|
+
readonly moreRowsChanged: "more-rows-changed";
|
|
1071
1072
|
};
|
|
1072
1073
|
|
|
1073
1074
|
// @public
|
|
@@ -1194,6 +1195,12 @@ export const logger: Logger;
|
|
|
1194
1195
|
// @public
|
|
1195
1196
|
export function mergeAndDedupColDefWithColumnState(colDefs: ColDef[], columnStates: ColumnState[]): ColDef[];
|
|
1196
1197
|
|
|
1198
|
+
// @public
|
|
1199
|
+
export type MoreRowsDetail = {
|
|
1200
|
+
moreRows: boolean;
|
|
1201
|
+
sourceRef: string;
|
|
1202
|
+
};
|
|
1203
|
+
|
|
1197
1204
|
// @public
|
|
1198
1205
|
export class MultiselectEditor extends FoundationElement implements ICellEditorComp {
|
|
1199
1206
|
// (undocumented)
|
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.271.1",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -38,20 +38,20 @@
|
|
|
38
38
|
}
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
|
-
"@genesislcap/foundation-testing": "14.
|
|
42
|
-
"@genesislcap/genx": "14.
|
|
43
|
-
"@genesislcap/rollup-builder": "14.
|
|
44
|
-
"@genesislcap/ts-builder": "14.
|
|
45
|
-
"@genesislcap/uvu-playwright-builder": "14.
|
|
46
|
-
"@genesislcap/vite-builder": "14.
|
|
47
|
-
"@genesislcap/webpack-builder": "14.
|
|
41
|
+
"@genesislcap/foundation-testing": "14.271.1",
|
|
42
|
+
"@genesislcap/genx": "14.271.1",
|
|
43
|
+
"@genesislcap/rollup-builder": "14.271.1",
|
|
44
|
+
"@genesislcap/ts-builder": "14.271.1",
|
|
45
|
+
"@genesislcap/uvu-playwright-builder": "14.271.1",
|
|
46
|
+
"@genesislcap/vite-builder": "14.271.1",
|
|
47
|
+
"@genesislcap/webpack-builder": "14.271.1",
|
|
48
48
|
"rimraf": "^5.0.0"
|
|
49
49
|
},
|
|
50
50
|
"dependencies": {
|
|
51
|
-
"@genesislcap/foundation-comms": "14.
|
|
52
|
-
"@genesislcap/foundation-logger": "14.
|
|
53
|
-
"@genesislcap/foundation-ui": "14.
|
|
54
|
-
"@genesislcap/foundation-utils": "14.
|
|
51
|
+
"@genesislcap/foundation-comms": "14.271.1",
|
|
52
|
+
"@genesislcap/foundation-logger": "14.271.1",
|
|
53
|
+
"@genesislcap/foundation-ui": "14.271.1",
|
|
54
|
+
"@genesislcap/foundation-utils": "14.271.1",
|
|
55
55
|
"@microsoft/fast-colors": "5.3.1",
|
|
56
56
|
"@microsoft/fast-components": "2.30.6",
|
|
57
57
|
"@microsoft/fast-element": "1.14.0",
|
|
@@ -77,5 +77,5 @@
|
|
|
77
77
|
"access": "public"
|
|
78
78
|
},
|
|
79
79
|
"customElements": "dist/custom-elements.json",
|
|
80
|
-
"gitHead": "
|
|
80
|
+
"gitHead": "b7df8a9982196fad51bf272ecdc8f4568292870b"
|
|
81
81
|
}
|