@genesislcap/grid-pro 14.41.0 → 14.41.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 +19 -9
- package/dist/dts/grid-pro-genesis-datasource/grid-pro-genesis-datasource.d.ts +4 -2
- 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.js +52 -29
- package/dist/grid-pro.api.json +8 -3
- package/dist/grid-pro.d.ts +4 -2
- package/docs/api/grid-pro.gridprogenesisdatasource.init.md +2 -2
- package/docs/api/grid-pro.gridprogenesisdatasource.md +1 -1
- package/docs/api/grid-pro.gridprogenesisdatasource.rowid.md +1 -1
- package/docs/api-report.md +2 -2
- package/package.json +7 -7
|
@@ -3241,11 +3241,7 @@
|
|
|
3241
3241
|
},
|
|
3242
3242
|
{
|
|
3243
3243
|
"kind": "field",
|
|
3244
|
-
"name": "rowId"
|
|
3245
|
-
"type": {
|
|
3246
|
-
"text": "string"
|
|
3247
|
-
},
|
|
3248
|
-
"default": "'ROW_REF'"
|
|
3244
|
+
"name": "rowId"
|
|
3249
3245
|
},
|
|
3250
3246
|
{
|
|
3251
3247
|
"kind": "field",
|
|
@@ -3279,6 +3275,15 @@
|
|
|
3279
3275
|
},
|
|
3280
3276
|
"privacy": "private"
|
|
3281
3277
|
},
|
|
3278
|
+
{
|
|
3279
|
+
"kind": "field",
|
|
3280
|
+
"name": "isRequestServer",
|
|
3281
|
+
"type": {
|
|
3282
|
+
"text": "boolean"
|
|
3283
|
+
},
|
|
3284
|
+
"privacy": "private",
|
|
3285
|
+
"default": "false"
|
|
3286
|
+
},
|
|
3282
3287
|
{
|
|
3283
3288
|
"kind": "field",
|
|
3284
3289
|
"name": "requiresFullRowDataAndColDefs",
|
|
@@ -3358,6 +3363,15 @@
|
|
|
3358
3363
|
"privacy": "private",
|
|
3359
3364
|
"readonly": true
|
|
3360
3365
|
},
|
|
3366
|
+
{
|
|
3367
|
+
"kind": "field",
|
|
3368
|
+
"name": "rowIdByResourceType",
|
|
3369
|
+
"type": {
|
|
3370
|
+
"text": "string"
|
|
3371
|
+
},
|
|
3372
|
+
"privacy": "private",
|
|
3373
|
+
"readonly": true
|
|
3374
|
+
},
|
|
3361
3375
|
{
|
|
3362
3376
|
"kind": "method",
|
|
3363
3377
|
"name": "init",
|
|
@@ -3639,10 +3653,6 @@
|
|
|
3639
3653
|
},
|
|
3640
3654
|
{
|
|
3641
3655
|
"name": "row-id",
|
|
3642
|
-
"type": {
|
|
3643
|
-
"text": "string"
|
|
3644
|
-
},
|
|
3645
|
-
"default": "'ROW_REF'",
|
|
3646
3656
|
"fieldName": "rowId"
|
|
3647
3657
|
},
|
|
3648
3658
|
{
|
|
@@ -342,11 +342,12 @@ export declare class GridProGenesisDatasource extends GridProGenesisDatasource_b
|
|
|
342
342
|
resourceName: string;
|
|
343
343
|
resourceNameChanged(oldValue: string, newValue: string): void;
|
|
344
344
|
reverse: boolean;
|
|
345
|
-
rowId:
|
|
345
|
+
rowId: any;
|
|
346
346
|
restartOnReconnection: boolean;
|
|
347
347
|
private dataSub;
|
|
348
348
|
private updateSub;
|
|
349
349
|
private connectionSub;
|
|
350
|
+
private isRequestServer;
|
|
350
351
|
private requiresFullRowDataAndColDefs;
|
|
351
352
|
private dataSubWasLoggedOff;
|
|
352
353
|
private rows;
|
|
@@ -358,12 +359,13 @@ export declare class GridProGenesisDatasource extends GridProGenesisDatasource_b
|
|
|
358
359
|
disconnectedCallback(): void;
|
|
359
360
|
deepClone(): Node;
|
|
360
361
|
private get agGrid();
|
|
362
|
+
private get rowIdByResourceType();
|
|
361
363
|
/**
|
|
362
364
|
* Initializes the datasource.
|
|
363
365
|
* @public
|
|
364
366
|
* @remarks This method is called automatically when the element is connected to the DOM.
|
|
365
367
|
*/
|
|
366
|
-
init(): void
|
|
368
|
+
init(): Promise<void>;
|
|
367
369
|
/**
|
|
368
370
|
* Deinitialises the datasource, resetting it to its initial state.
|
|
369
371
|
* @public
|
|
@@ -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,
|
|
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,EAYX,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,MAAC;IAC4B,qBAAqB,UAAS;IAE/F,OAAO,CAAC,OAAO,CAAe;IAC9B,OAAO,CAAC,SAAS,CAAe;IAChC,OAAO,CAAC,aAAa,CAAe;IAEpC,OAAO,CAAC,eAAe,CAAS;IAChC,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;IAGD,OAAO,KAAK,mBAAmB,GAI9B;IAED;;;;OAIG;IACG,IAAI;IA0CV;;;OAGG;IACH,MAAM;IAIN;;;;OAIG;IACH,KAAK;IA6BL;;;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;IAU1B,OAAO,CAAC,sBAAsB;IA0C9B,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,5 +1,5 @@
|
|
|
1
1
|
import { __awaiter, __decorate } from "tslib";
|
|
2
|
-
import { Connect, dataServerResultFilter, Datasource, DatasourceDefaults, FieldTypeEnum, MessageType, normaliseCriteria, } from '@genesislcap/foundation-comms';
|
|
2
|
+
import { Connect, dataServerResultFilter, Datasource, DatasourceDefaults, FieldTypeEnum, MessageType, normaliseCriteria, ResourceType, } from '@genesislcap/foundation-comms';
|
|
3
3
|
import { LifecycleMixin } from '@genesislcap/foundation-utils';
|
|
4
4
|
import { attr, customElement, DOM, observable } from '@microsoft/fast-element';
|
|
5
5
|
import { FoundationElement } from '@microsoft/fast-foundation';
|
|
@@ -24,8 +24,8 @@ let GridProGenesisDatasource = class GridProGenesisDatasource extends LifecycleM
|
|
|
24
24
|
this.maxView = DatasourceDefaults.MAX_VIEW_1000;
|
|
25
25
|
this.movingView = false;
|
|
26
26
|
this.reverse = false;
|
|
27
|
-
this.rowId = 'ROW_REF';
|
|
28
27
|
this.restartOnReconnection = false;
|
|
28
|
+
this.isRequestServer = false;
|
|
29
29
|
this.requiresFullRowDataAndColDefs = true;
|
|
30
30
|
this.dataSubWasLoggedOff = false;
|
|
31
31
|
this.rows = new Map();
|
|
@@ -86,27 +86,41 @@ let GridProGenesisDatasource = class GridProGenesisDatasource extends LifecycleM
|
|
|
86
86
|
return this.parentElement;
|
|
87
87
|
}
|
|
88
88
|
// Genesis Specific
|
|
89
|
+
get rowIdByResourceType() {
|
|
90
|
+
if (this.rowId)
|
|
91
|
+
return this.rowId; // Allow user to override
|
|
92
|
+
if (this.isRequestServer)
|
|
93
|
+
return 'RECORD_ID'; // REQUEST_SERVER default record id
|
|
94
|
+
return 'ROW_REF'; // DATASERVER default record id
|
|
95
|
+
}
|
|
89
96
|
/**
|
|
90
97
|
* Initializes the datasource.
|
|
91
98
|
* @public
|
|
92
99
|
* @remarks This method is called automatically when the element is connected to the DOM.
|
|
93
100
|
*/
|
|
94
101
|
init() {
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
yield this.
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
.
|
|
104
|
-
.
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
102
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
103
|
+
if (this.agGrid &&
|
|
104
|
+
this.datasource.validResourceName(this.resourceName) &&
|
|
105
|
+
this.connect.isConnected) {
|
|
106
|
+
const meta = yield this.connect.getMetadata(this.resourceName);
|
|
107
|
+
this.isRequestServer = meta.TYPE === ResourceType.REQUEST_SERVER;
|
|
108
|
+
this.rowId = this.rowIdByResourceType;
|
|
109
|
+
const gridOptions = Object.assign({ getRowId: (params) => params.data[this.rowId] }, this.deferredGridOptions);
|
|
110
|
+
this.agGrid.gridOptions = Object.assign({}, gridOptions);
|
|
111
|
+
this.agGrid.addEventListener('onGridReady', () => __awaiter(this, void 0, void 0, function* () {
|
|
112
|
+
yield this.loadResourceData();
|
|
113
|
+
}), { once: true });
|
|
114
|
+
const filterDebounceTime = 600;
|
|
115
|
+
this.updateSub = this.update
|
|
116
|
+
.pipe(skip(1), debounceTime(filterDebounceTime), tap((f) => logger.debug('filters (debounced): ', f)))
|
|
117
|
+
.subscribe((value) => {
|
|
118
|
+
this.loadResourceData(withoutFullInit);
|
|
119
|
+
});
|
|
120
|
+
return;
|
|
121
|
+
}
|
|
122
|
+
logger.warn(`Application not connected, falling back to local columnDefs/rowData`);
|
|
123
|
+
});
|
|
110
124
|
}
|
|
111
125
|
/**
|
|
112
126
|
* Deinitialises the datasource, resetting it to its initial state.
|
|
@@ -133,6 +147,7 @@ let GridProGenesisDatasource = class GridProGenesisDatasource extends LifecycleM
|
|
|
133
147
|
this.connectionSub.unsubscribe();
|
|
134
148
|
this.connectionSub = undefined;
|
|
135
149
|
}
|
|
150
|
+
this.isRequestServer = false;
|
|
136
151
|
this.requiresFullRowDataAndColDefs = true;
|
|
137
152
|
this.dataSubWasLoggedOff = false;
|
|
138
153
|
this.dataLogoff();
|
|
@@ -242,8 +257,7 @@ let GridProGenesisDatasource = class GridProGenesisDatasource extends LifecycleM
|
|
|
242
257
|
handleStreamResult(result) {
|
|
243
258
|
if (!result)
|
|
244
259
|
return;
|
|
245
|
-
|
|
246
|
-
if (isRequestServer) {
|
|
260
|
+
if (this.isRequestServer) {
|
|
247
261
|
this.applyRequestServerData(result);
|
|
248
262
|
}
|
|
249
263
|
else {
|
|
@@ -251,26 +265,35 @@ let GridProGenesisDatasource = class GridProGenesisDatasource extends LifecycleM
|
|
|
251
265
|
}
|
|
252
266
|
}
|
|
253
267
|
applyRequestServerData(requestServerResult) {
|
|
254
|
-
var _a
|
|
255
|
-
|
|
268
|
+
var _a;
|
|
269
|
+
const requestServerData = requestServerResult.REPLY;
|
|
270
|
+
if (!Array.isArray(requestServerData) ||
|
|
256
271
|
!((_a = requestServerResult.MESSAGE_TYPE) === null || _a === void 0 ? void 0 : _a.startsWith('REP_'))) {
|
|
257
272
|
logger.error('received invalid RequestServerResult', requestServerResult);
|
|
258
273
|
return;
|
|
259
274
|
}
|
|
260
275
|
if (this.requiresFullRowDataAndColDefs) {
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
}
|
|
266
|
-
const rowData = this.rows.size > 0 ? Array.from(this.rows.values()) : requestServerResult.REPLY;
|
|
276
|
+
requestServerData === null || requestServerData === void 0 ? void 0 : requestServerData.forEach((insertData) => {
|
|
277
|
+
this.rows.set(insertData[this.rowId], insertData);
|
|
278
|
+
});
|
|
279
|
+
const rowData = this.rows.size > 0 ? Array.from(this.rows.values()) : requestServerData;
|
|
267
280
|
this.updateRowData(rowData);
|
|
268
281
|
return;
|
|
269
282
|
}
|
|
270
283
|
this.agTransaction = { add: [], remove: [], update: [] };
|
|
271
|
-
|
|
272
|
-
const rowsToDelete = Array.from(this.rows.values()).filter((row) =>
|
|
284
|
+
const rowsToUpdate = [];
|
|
285
|
+
const rowsToDelete = Array.from(this.rows.values()).filter((row) => {
|
|
286
|
+
const match = requestServerData.find((data) => data[this.rowId] === row[this.rowId]);
|
|
287
|
+
if (match) {
|
|
288
|
+
rowsToUpdate.push(match);
|
|
289
|
+
return false; // don't delete rows that need to be updated
|
|
290
|
+
}
|
|
291
|
+
return true; // delete rows that don't exist in requestServerData
|
|
292
|
+
});
|
|
293
|
+
const rowsToInsert = requestServerData.filter((data) => !this.rows.has(data[this.rowId]));
|
|
294
|
+
this.handleStreamInserts(rowsToInsert);
|
|
273
295
|
this.handleStreamDeletes(rowsToDelete);
|
|
296
|
+
this.handleStreamUpdates(rowsToUpdate);
|
|
274
297
|
this.agGrid.gridApi.applyTransaction(this.agTransaction);
|
|
275
298
|
}
|
|
276
299
|
applyDataserverData(dataServerResult) {
|
package/dist/grid-pro.api.json
CHANGED
|
@@ -6762,9 +6762,14 @@
|
|
|
6762
6762
|
"kind": "Content",
|
|
6763
6763
|
"text": "init(): "
|
|
6764
6764
|
},
|
|
6765
|
+
{
|
|
6766
|
+
"kind": "Reference",
|
|
6767
|
+
"text": "Promise",
|
|
6768
|
+
"canonicalReference": "!Promise:interface"
|
|
6769
|
+
},
|
|
6765
6770
|
{
|
|
6766
6771
|
"kind": "Content",
|
|
6767
|
-
"text": "void"
|
|
6772
|
+
"text": "<void>"
|
|
6768
6773
|
},
|
|
6769
6774
|
{
|
|
6770
6775
|
"kind": "Content",
|
|
@@ -6774,7 +6779,7 @@
|
|
|
6774
6779
|
"isStatic": false,
|
|
6775
6780
|
"returnTypeTokenRange": {
|
|
6776
6781
|
"startIndex": 1,
|
|
6777
|
-
"endIndex":
|
|
6782
|
+
"endIndex": 3
|
|
6778
6783
|
},
|
|
6779
6784
|
"releaseTag": "Public",
|
|
6780
6785
|
"isProtected": false,
|
|
@@ -7239,7 +7244,7 @@
|
|
|
7239
7244
|
},
|
|
7240
7245
|
{
|
|
7241
7246
|
"kind": "Content",
|
|
7242
|
-
"text": "
|
|
7247
|
+
"text": "any"
|
|
7243
7248
|
},
|
|
7244
7249
|
{
|
|
7245
7250
|
"kind": "Content",
|
package/dist/grid-pro.d.ts
CHANGED
|
@@ -1207,11 +1207,12 @@ export declare class GridProGenesisDatasource extends GridProGenesisDatasource_b
|
|
|
1207
1207
|
resourceName: string;
|
|
1208
1208
|
resourceNameChanged(oldValue: string, newValue: string): void;
|
|
1209
1209
|
reverse: boolean;
|
|
1210
|
-
rowId:
|
|
1210
|
+
rowId: any;
|
|
1211
1211
|
restartOnReconnection: boolean;
|
|
1212
1212
|
private dataSub;
|
|
1213
1213
|
private updateSub;
|
|
1214
1214
|
private connectionSub;
|
|
1215
|
+
private isRequestServer;
|
|
1215
1216
|
private requiresFullRowDataAndColDefs;
|
|
1216
1217
|
private dataSubWasLoggedOff;
|
|
1217
1218
|
private rows;
|
|
@@ -1223,12 +1224,13 @@ export declare class GridProGenesisDatasource extends GridProGenesisDatasource_b
|
|
|
1223
1224
|
disconnectedCallback(): void;
|
|
1224
1225
|
deepClone(): Node;
|
|
1225
1226
|
private get agGrid();
|
|
1227
|
+
private get rowIdByResourceType();
|
|
1226
1228
|
/**
|
|
1227
1229
|
* Initializes the datasource.
|
|
1228
1230
|
* @public
|
|
1229
1231
|
* @remarks This method is called automatically when the element is connected to the DOM.
|
|
1230
1232
|
*/
|
|
1231
|
-
init(): void
|
|
1233
|
+
init(): Promise<void>;
|
|
1232
1234
|
/**
|
|
1233
1235
|
* Deinitialises the datasource, resetting it to its initial state.
|
|
1234
1236
|
* @public
|
|
@@ -35,7 +35,7 @@ Only supports Client-Side Row Model.
|
|
|
35
35
|
| [resourceName](./grid-pro.gridprogenesisdatasource.resourcename.md) | | string | |
|
|
36
36
|
| [restartOnReconnection](./grid-pro.gridprogenesisdatasource.restartonreconnection.md) | | boolean | |
|
|
37
37
|
| [reverse](./grid-pro.gridprogenesisdatasource.reverse.md) | | boolean | |
|
|
38
|
-
| [rowId](./grid-pro.gridprogenesisdatasource.rowid.md) | |
|
|
38
|
+
| [rowId](./grid-pro.gridprogenesisdatasource.rowid.md) | | any | |
|
|
39
39
|
|
|
40
40
|
## Methods
|
|
41
41
|
|
package/docs/api-report.md
CHANGED
|
@@ -639,7 +639,7 @@ export class GridProGenesisDatasource extends GridProGenesisDatasource_base {
|
|
|
639
639
|
disconnectedCallback(): void;
|
|
640
640
|
// (undocumented)
|
|
641
641
|
fields: string;
|
|
642
|
-
init(): void
|
|
642
|
+
init(): Promise<void>;
|
|
643
643
|
// (undocumented)
|
|
644
644
|
isSnapshot: boolean;
|
|
645
645
|
// (undocumented)
|
|
@@ -666,7 +666,7 @@ export class GridProGenesisDatasource extends GridProGenesisDatasource_base {
|
|
|
666
666
|
// (undocumented)
|
|
667
667
|
reverse: boolean;
|
|
668
668
|
// (undocumented)
|
|
669
|
-
rowId:
|
|
669
|
+
rowId: any;
|
|
670
670
|
// (undocumented)
|
|
671
671
|
setFilter(fieldName: string, newFilter: string): void;
|
|
672
672
|
}
|
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.41.
|
|
4
|
+
"version": "14.41.1",
|
|
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.41.
|
|
25
|
-
"@genesislcap/genx": "^14.41.
|
|
24
|
+
"@genesislcap/foundation-testing": "^14.41.1",
|
|
25
|
+
"@genesislcap/genx": "^14.41.1",
|
|
26
26
|
"bulma": "^0.9.3"
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@genesislcap/foundation-comms": "^14.41.
|
|
30
|
-
"@genesislcap/foundation-ui": "^14.41.
|
|
31
|
-
"@genesislcap/foundation-utils": "^14.41.
|
|
29
|
+
"@genesislcap/foundation-comms": "^14.41.1",
|
|
30
|
+
"@genesislcap/foundation-ui": "^14.41.1",
|
|
31
|
+
"@genesislcap/foundation-utils": "^14.41.1",
|
|
32
32
|
"@microsoft/fast-colors": "^5.1.4",
|
|
33
33
|
"@microsoft/fast-components": "^2.21.3",
|
|
34
34
|
"@microsoft/fast-element": "^1.7.0",
|
|
@@ -51,5 +51,5 @@
|
|
|
51
51
|
"access": "public"
|
|
52
52
|
},
|
|
53
53
|
"customElements": "dist/custom-elements.json",
|
|
54
|
-
"gitHead": "
|
|
54
|
+
"gitHead": "7a446acc63c677800d4acbba0e7cd169178c5a3c"
|
|
55
55
|
}
|