@genesislcap/grid-pro 14.228.2-alpha-6b809f3.0 → 14.228.2-alpha-16265c5.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 +16 -0
- package/dist/dts/grid-pro-genesis-datasource/grid-pro-genesis-datasource.d.ts +12 -8
- 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 +44 -16
- package/dist/grid-pro.d.ts +12 -8
- package/package.json +13 -13
|
@@ -7499,6 +7499,16 @@
|
|
|
7499
7499
|
"module": "src/grid-pro-genesis-datasource/grid-pro-genesis-datasource.ts"
|
|
7500
7500
|
}
|
|
7501
7501
|
},
|
|
7502
|
+
{
|
|
7503
|
+
"kind": "field",
|
|
7504
|
+
"name": "destroy$",
|
|
7505
|
+
"privacy": "private",
|
|
7506
|
+
"default": "new Subject<void>()",
|
|
7507
|
+
"inheritedFrom": {
|
|
7508
|
+
"name": "GridProGenesisDatasource",
|
|
7509
|
+
"module": "src/grid-pro-genesis-datasource/grid-pro-genesis-datasource.ts"
|
|
7510
|
+
}
|
|
7511
|
+
},
|
|
7502
7512
|
{
|
|
7503
7513
|
"kind": "method",
|
|
7504
7514
|
"name": "colDefsDeepClone",
|
|
@@ -11960,6 +11970,12 @@
|
|
|
11960
11970
|
"privacy": "private",
|
|
11961
11971
|
"default": "false"
|
|
11962
11972
|
},
|
|
11973
|
+
{
|
|
11974
|
+
"kind": "field",
|
|
11975
|
+
"name": "destroy$",
|
|
11976
|
+
"privacy": "private",
|
|
11977
|
+
"default": "new Subject<void>()"
|
|
11978
|
+
},
|
|
11963
11979
|
{
|
|
11964
11980
|
"kind": "method",
|
|
11965
11981
|
"name": "deepClone",
|
|
@@ -15,13 +15,6 @@ declare const GridProGenesisDatasource_base: (new (...args: any[]) => {
|
|
|
15
15
|
connectedCallback(): void;
|
|
16
16
|
readonly $fastController: import("@microsoft/fast-element").Controller;
|
|
17
17
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail">): boolean | void;
|
|
18
|
-
/**
|
|
19
|
-
* Initializes the datasource.
|
|
20
|
-
* @public
|
|
21
|
-
* @param columnDefinitions - Optionally set the `gridOptions` up with column definitions
|
|
22
|
-
* @param columnStates - Optionally set the grid up with column state
|
|
23
|
-
* @remarks This method is called automatically when the element is connected to the DOM.
|
|
24
|
-
*/
|
|
25
18
|
disconnectedCallback(): void;
|
|
26
19
|
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
27
20
|
accessKey: string;
|
|
@@ -63,6 +56,11 @@ declare const GridProGenesisDatasource_base: (new (...args: any[]) => {
|
|
|
63
56
|
outerHTML: string;
|
|
64
57
|
readonly ownerDocument: Document;
|
|
65
58
|
readonly part: DOMTokenList;
|
|
59
|
+
/**
|
|
60
|
+
* Deinitialises the datasource, resetting it to its initial state.
|
|
61
|
+
* @deprecated Use `destroy` instead
|
|
62
|
+
* @public
|
|
63
|
+
*/
|
|
66
64
|
readonly prefix: string;
|
|
67
65
|
readonly scrollHeight: number;
|
|
68
66
|
scrollLeft: number;
|
|
@@ -89,7 +87,12 @@ declare const GridProGenesisDatasource_base: (new (...args: any[]) => {
|
|
|
89
87
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
90
88
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
91
89
|
getElementsByTagNameNS(namespace: string, localName: string): HTMLCollectionOf<Element>;
|
|
92
|
-
hasAttribute(qualifiedName: string): boolean;
|
|
90
|
+
hasAttribute(qualifiedName: string): boolean; /**
|
|
91
|
+
* Clears the rowData and columnDefs for the grid.
|
|
92
|
+
* @remarks This is called when `reloadResourceData` happens, on criteria and filters change or full `reset`.
|
|
93
|
+
* @param withColumnDefs - Whether to clear the columnDefs as well. Defaults to true.
|
|
94
|
+
* @internal
|
|
95
|
+
*/
|
|
93
96
|
hasAttributeNS(namespace: string, localName: string): boolean;
|
|
94
97
|
hasAttributes(): boolean;
|
|
95
98
|
hasPointerCapture(pointerId: number): boolean;
|
|
@@ -350,6 +353,7 @@ export declare class GridProGenesisDatasource extends GridProGenesisDatasource_b
|
|
|
350
353
|
private connectionSub;
|
|
351
354
|
private requiresFullRowDataAndColDefs;
|
|
352
355
|
private loadingData;
|
|
356
|
+
private destroy$;
|
|
353
357
|
connectedCallback(): void;
|
|
354
358
|
disconnectedCallback(): void;
|
|
355
359
|
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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAqMvF;;;;OAIG;;;;;;;;;;;;;;;;;;;;;;;;;;;kDAwEH;;;;;OAKG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA5QL;;;;GAIG;AACH,qBAGa,wBAAyB,SAAQ,6BAAqC;IACjF,aAAa,SAAsB;IACnC,kBAAkB,SAA2B;IAG7C,eAAe,CAAC,WAAW,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM;IASxD,cAAc,CAAC,UAAU,EAAE,MAAM,EAAE,UAAU,EAAE,MAAM;IAQrD,mBAAmB,CAAC,QAAQ,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM;IAKW,qBAAqB,UAAS;IAG/F,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,WAAW,CAAS;IAE5B,OAAO,CAAC,QAAQ,CAAuB;IAEvC,iBAAiB;IAuBjB,oBAAoB;IAmBX,SAAS,IAAI,IAAI;IAqB1B,OAAO,CAAC,gBAAgB;IAgBxB;;;;;;OAMG;IACG,IAAI,CAAC,iBAAiB,CAAC,EAAE,MAAM,EAAE,EAAE,YAAY,CAAC,EAAE,WAAW,EAAE;IA2CrE;;;OAGG;IACH,OAAO;IAIP;;;;OAIG;IACH,MAAM;IAIN;;;;OAIG;IACH,KAAK;IAuCL;;;OAGG;IACH,OAAO;IAYP;;OAEG;IACH,WAAW;IAIX;;;;;OAKG;IACH,OAAO,CAAC,YAAY;IAgBpB;;;;OAIG;YACW,UAAU;IAmCxB;;;;;OAKG;YACW,kBAAkB;IAyBhC;;;;;;OAMG;YACW,gBAAgB;IAkE9B,OAAO,CAAC,cAAc;IActB,YAAY,CAAC,MAAM,EAAE,MAAM,GAAG,GAAG,EAAE;IAyBnC,OAAO,CAAC,kBAAkB;IAY1B,OAAO,CAAC,sBAAsB;IAgE9B,OAAO,CAAC,mBAAmB;YAwCb,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"}
|
|
@@ -3,8 +3,8 @@ import { Events, } from '@ag-grid-community/core';
|
|
|
3
3
|
import { MessageType, dataServerResultFilter, normaliseCriteria, } from '@genesislcap/foundation-comms';
|
|
4
4
|
import { LifecycleMixin } from '@genesislcap/foundation-utils';
|
|
5
5
|
import { DOM, attr, customElement } from '@microsoft/fast-element';
|
|
6
|
-
import { BehaviorSubject, EMPTY } from 'rxjs';
|
|
7
|
-
import { catchError, debounceTime, skip, tap } from 'rxjs/operators';
|
|
6
|
+
import { BehaviorSubject, EMPTY, Subject } from 'rxjs';
|
|
7
|
+
import { catchError, debounceTime, skip, tap, takeUntil } from 'rxjs/operators';
|
|
8
8
|
import { criteriaDelimiter, GridProBaseDatasource } from '../datasource/base.datasource';
|
|
9
9
|
import { getClientSideFilterParamsByFieldType } from '../datasource/client-side.grid-definitions';
|
|
10
10
|
import { logger } from '../utils/logger';
|
|
@@ -25,6 +25,7 @@ let GridProGenesisDatasource = class GridProGenesisDatasource extends LifecycleM
|
|
|
25
25
|
this.keepColDefsOnClearRowData = false;
|
|
26
26
|
this.requiresFullRowDataAndColDefs = true;
|
|
27
27
|
this.loadingData = false;
|
|
28
|
+
this.destroy$ = new Subject();
|
|
28
29
|
}
|
|
29
30
|
// DatasourceOptions
|
|
30
31
|
criteriaChanged(oldCriteria, newCriteria) {
|
|
@@ -71,7 +72,14 @@ let GridProGenesisDatasource = class GridProGenesisDatasource extends LifecycleM
|
|
|
71
72
|
DOM.queueUpdate(() => {
|
|
72
73
|
if (!shouldRunDisconnect)
|
|
73
74
|
return;
|
|
74
|
-
|
|
75
|
+
// Clear data before destroying
|
|
76
|
+
this.clearRowData();
|
|
77
|
+
try {
|
|
78
|
+
this.destroy();
|
|
79
|
+
}
|
|
80
|
+
catch (e) {
|
|
81
|
+
logger.debug('Error in disconnectedCallback:', e);
|
|
82
|
+
}
|
|
75
83
|
});
|
|
76
84
|
}
|
|
77
85
|
deepClone() {
|
|
@@ -130,7 +138,7 @@ let GridProGenesisDatasource = class GridProGenesisDatasource extends LifecycleM
|
|
|
130
138
|
}), { once: true });
|
|
131
139
|
const filterDebounceTime = 600;
|
|
132
140
|
this.updateSub = this.update
|
|
133
|
-
.pipe(skip(1), debounceTime(filterDebounceTime), tap((f) => logger.debug('filters (debounced): ', f)))
|
|
141
|
+
.pipe(skip(1), debounceTime(filterDebounceTime), tap((f) => logger.debug('filters (debounced): ', f)), takeUntil(this.destroy$))
|
|
134
142
|
.subscribe((_) => __awaiter(this, void 0, void 0, function* () {
|
|
135
143
|
yield this.reloadResourceData();
|
|
136
144
|
}));
|
|
@@ -160,8 +168,10 @@ let GridProGenesisDatasource = class GridProGenesisDatasource extends LifecycleM
|
|
|
160
168
|
* @deprecated Use `destroy` instead
|
|
161
169
|
*/
|
|
162
170
|
reset() {
|
|
163
|
-
var _a;
|
|
164
171
|
logger.debug('GridProGenesisDatasource.reset()', this.resourceName);
|
|
172
|
+
this.destroy$.next();
|
|
173
|
+
this.destroy$.complete();
|
|
174
|
+
this.destroy$ = new Subject();
|
|
165
175
|
if (this.dataSub) {
|
|
166
176
|
this.dataSub.unsubscribe();
|
|
167
177
|
this.dataSub = undefined;
|
|
@@ -178,9 +188,11 @@ let GridProGenesisDatasource = class GridProGenesisDatasource extends LifecycleM
|
|
|
178
188
|
this.requiresFullRowDataAndColDefs = true;
|
|
179
189
|
this.dataSubWasLoggedOff = false;
|
|
180
190
|
this.criteriaFromFilters = new Map();
|
|
181
|
-
|
|
191
|
+
this.loadingData = false;
|
|
182
192
|
this.update = new BehaviorSubject(new Map());
|
|
183
|
-
this.agGrid
|
|
193
|
+
if (this.agGrid) {
|
|
194
|
+
this.agGrid.removeAttribute('ds-disconnected');
|
|
195
|
+
}
|
|
184
196
|
// TODO: There may need to be a full destroy path. Datasources need some love!
|
|
185
197
|
this.datasource.destroy();
|
|
186
198
|
}
|
|
@@ -211,13 +223,20 @@ let GridProGenesisDatasource = class GridProGenesisDatasource extends LifecycleM
|
|
|
211
223
|
* @internal
|
|
212
224
|
*/
|
|
213
225
|
clearRowData(withColumnDefs = true) {
|
|
214
|
-
var _a
|
|
226
|
+
var _a;
|
|
215
227
|
this.rowData = new Map();
|
|
216
228
|
this.agTransaction = undefined;
|
|
217
|
-
if (
|
|
218
|
-
|
|
229
|
+
if (!((_a = this.agGrid) === null || _a === void 0 ? void 0 : _a.gridApi))
|
|
230
|
+
return;
|
|
231
|
+
try {
|
|
232
|
+
this.agGrid.gridApi.setRowData([]);
|
|
233
|
+
if (withColumnDefs && !this.keepColDefsOnClearRowData) {
|
|
234
|
+
this.agGrid.gridApi.setColumnDefs([]);
|
|
235
|
+
}
|
|
236
|
+
}
|
|
237
|
+
catch (e) {
|
|
238
|
+
logger.debug('Error clearing grid data:', e);
|
|
219
239
|
}
|
|
220
|
-
(_d = (_c = this.agGrid) === null || _c === void 0 ? void 0 : _c.gridApi) === null || _d === void 0 ? void 0 : _d.setRowData([]);
|
|
221
240
|
}
|
|
222
241
|
/**
|
|
223
242
|
* Sets the columnDefs and rowData for the grid.
|
|
@@ -310,7 +329,7 @@ let GridProGenesisDatasource = class GridProGenesisDatasource extends LifecycleM
|
|
|
310
329
|
}
|
|
311
330
|
logger.debug(`requesting stream for ${this.resourceName}`);
|
|
312
331
|
this.dataSub = this.datasource.stream
|
|
313
|
-
.pipe(catchError((err) => {
|
|
332
|
+
.pipe(takeUntil(this.destroy$), catchError((err) => {
|
|
314
333
|
var _a;
|
|
315
334
|
this.handleErrors((_a = err === null || err === void 0 ? void 0 : err.receivedMessage) === null || _a === void 0 ? void 0 : _a.ERROR);
|
|
316
335
|
return EMPTY;
|
|
@@ -441,11 +460,16 @@ let GridProGenesisDatasource = class GridProGenesisDatasource extends LifecycleM
|
|
|
441
460
|
this.handleSizeChanged(previousSize, this.rowData.size);
|
|
442
461
|
}
|
|
443
462
|
applyDataserverData(dataServerResult) {
|
|
444
|
-
var _a;
|
|
463
|
+
var _a, _b, _c;
|
|
445
464
|
const previousSize = this.rowData.size;
|
|
446
465
|
if (this.requiresFullRowDataAndColDefs) {
|
|
466
|
+
// Clear existing data before setting new data
|
|
467
|
+
this.rowData.clear();
|
|
447
468
|
(_a = dataServerResult.inserts) === null || _a === void 0 ? void 0 : _a.forEach((insertData) => {
|
|
448
|
-
|
|
469
|
+
const rowId = insertData[this.rowId];
|
|
470
|
+
if (rowId) {
|
|
471
|
+
this.rowData.set(rowId, insertData);
|
|
472
|
+
}
|
|
449
473
|
});
|
|
450
474
|
const rowData = Array.from(this.rowData.values());
|
|
451
475
|
this.setRowData(rowData);
|
|
@@ -453,9 +477,13 @@ let GridProGenesisDatasource = class GridProGenesisDatasource extends LifecycleM
|
|
|
453
477
|
return;
|
|
454
478
|
}
|
|
455
479
|
this.agTransaction = { add: [], remove: [], update: [] };
|
|
480
|
+
// Ensure we don't process updates/deletes for rows that don't exist
|
|
481
|
+
const validDeletes = (_b = dataServerResult.deletes) === null || _b === void 0 ? void 0 : _b.filter((data) => this.rowData.has(data[this.rowId]));
|
|
482
|
+
const validUpdates = (_c = dataServerResult.updates) === null || _c === void 0 ? void 0 : _c.filter((data) => this.rowData.has(data[this.rowId]));
|
|
483
|
+
// Process deletes first to avoid conflicts
|
|
484
|
+
this.handleStreamDeletes(validDeletes);
|
|
485
|
+
this.handleStreamUpdates(validUpdates);
|
|
456
486
|
this.handleStreamInserts(dataServerResult.inserts);
|
|
457
|
-
this.handleStreamDeletes(dataServerResult.deletes);
|
|
458
|
-
this.handleStreamUpdates(dataServerResult.updates);
|
|
459
487
|
this.applyAllAgTransactions();
|
|
460
488
|
this.handleSizeChanged(previousSize, this.rowData.size);
|
|
461
489
|
}
|
package/dist/grid-pro.d.ts
CHANGED
|
@@ -2551,6 +2551,7 @@ export declare class GridProGenesisDatasource extends GridProGenesisDatasource_b
|
|
|
2551
2551
|
private connectionSub;
|
|
2552
2552
|
private requiresFullRowDataAndColDefs;
|
|
2553
2553
|
private loadingData;
|
|
2554
|
+
private destroy$;
|
|
2554
2555
|
connectedCallback(): void;
|
|
2555
2556
|
disconnectedCallback(): void;
|
|
2556
2557
|
deepClone(): Node;
|
|
@@ -2645,13 +2646,6 @@ declare const GridProGenesisDatasource_base: (new (...args: any[]) => {
|
|
|
2645
2646
|
connectedCallback(): void;
|
|
2646
2647
|
readonly $fastController: Controller;
|
|
2647
2648
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail">): boolean | void;
|
|
2648
|
-
/**
|
|
2649
|
-
* Initializes the datasource.
|
|
2650
|
-
* @public
|
|
2651
|
-
* @param columnDefinitions - Optionally set the `gridOptions` up with column definitions
|
|
2652
|
-
* @param columnStates - Optionally set the grid up with column state
|
|
2653
|
-
* @remarks This method is called automatically when the element is connected to the DOM.
|
|
2654
|
-
*/
|
|
2655
2649
|
disconnectedCallback(): void;
|
|
2656
2650
|
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
2657
2651
|
accessKey: string;
|
|
@@ -2693,6 +2687,11 @@ declare const GridProGenesisDatasource_base: (new (...args: any[]) => {
|
|
|
2693
2687
|
outerHTML: string;
|
|
2694
2688
|
readonly ownerDocument: Document;
|
|
2695
2689
|
readonly part: DOMTokenList;
|
|
2690
|
+
/**
|
|
2691
|
+
* Deinitialises the datasource, resetting it to its initial state.
|
|
2692
|
+
* @deprecated Use `destroy` instead
|
|
2693
|
+
* @public
|
|
2694
|
+
*/
|
|
2696
2695
|
readonly prefix: string;
|
|
2697
2696
|
readonly scrollHeight: number;
|
|
2698
2697
|
scrollLeft: number;
|
|
@@ -2719,7 +2718,12 @@ declare const GridProGenesisDatasource_base: (new (...args: any[]) => {
|
|
|
2719
2718
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
2720
2719
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
2721
2720
|
getElementsByTagNameNS(namespace: string, localName: string): HTMLCollectionOf<Element>;
|
|
2722
|
-
hasAttribute(qualifiedName: string): boolean;
|
|
2721
|
+
hasAttribute(qualifiedName: string): boolean; /**
|
|
2722
|
+
* Clears the rowData and columnDefs for the grid.
|
|
2723
|
+
* @remarks This is called when `reloadResourceData` happens, on criteria and filters change or full `reset`.
|
|
2724
|
+
* @param withColumnDefs - Whether to clear the columnDefs as well. Defaults to true.
|
|
2725
|
+
* @internal
|
|
2726
|
+
*/
|
|
2723
2727
|
hasAttributeNS(namespace: string, localName: string): boolean;
|
|
2724
2728
|
hasAttributes(): boolean;
|
|
2725
2729
|
hasPointerCapture(pointerId: number): boolean;
|
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.228.2-alpha-
|
|
4
|
+
"version": "14.228.2-alpha-16265c5.0",
|
|
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.228.2-alpha-
|
|
42
|
-
"@genesislcap/genx": "14.228.2-alpha-
|
|
43
|
-
"@genesislcap/rollup-builder": "14.228.2-alpha-
|
|
44
|
-
"@genesislcap/ts-builder": "14.228.2-alpha-
|
|
45
|
-
"@genesislcap/uvu-playwright-builder": "14.228.2-alpha-
|
|
46
|
-
"@genesislcap/vite-builder": "14.228.2-alpha-
|
|
47
|
-
"@genesislcap/webpack-builder": "14.228.2-alpha-
|
|
41
|
+
"@genesislcap/foundation-testing": "14.228.2-alpha-16265c5.0",
|
|
42
|
+
"@genesislcap/genx": "14.228.2-alpha-16265c5.0",
|
|
43
|
+
"@genesislcap/rollup-builder": "14.228.2-alpha-16265c5.0",
|
|
44
|
+
"@genesislcap/ts-builder": "14.228.2-alpha-16265c5.0",
|
|
45
|
+
"@genesislcap/uvu-playwright-builder": "14.228.2-alpha-16265c5.0",
|
|
46
|
+
"@genesislcap/vite-builder": "14.228.2-alpha-16265c5.0",
|
|
47
|
+
"@genesislcap/webpack-builder": "14.228.2-alpha-16265c5.0",
|
|
48
48
|
"rimraf": "^5.0.0"
|
|
49
49
|
},
|
|
50
50
|
"dependencies": {
|
|
51
|
-
"@genesislcap/foundation-comms": "14.228.2-alpha-
|
|
52
|
-
"@genesislcap/foundation-logger": "14.228.2-alpha-
|
|
53
|
-
"@genesislcap/foundation-ui": "14.228.2-alpha-
|
|
54
|
-
"@genesislcap/foundation-utils": "14.228.2-alpha-
|
|
51
|
+
"@genesislcap/foundation-comms": "14.228.2-alpha-16265c5.0",
|
|
52
|
+
"@genesislcap/foundation-logger": "14.228.2-alpha-16265c5.0",
|
|
53
|
+
"@genesislcap/foundation-ui": "14.228.2-alpha-16265c5.0",
|
|
54
|
+
"@genesislcap/foundation-utils": "14.228.2-alpha-16265c5.0",
|
|
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": "68ea2e550c2f3f561cb894538eceb490f7a950cf"
|
|
81
81
|
}
|