@genesislcap/grid-pro 14.228.2-alpha-263af68.0 → 14.229.0-RPT-20.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 +345 -367
- package/dist/dts/cell-renderers/select.renderer.d.ts.map +1 -1
- package/dist/dts/grid-pro-genesis-datasource/grid-pro-genesis-datasource.d.ts +5 -19
- package/dist/dts/grid-pro-genesis-datasource/grid-pro-genesis-datasource.d.ts.map +1 -1
- package/dist/esm/cell-renderers/select.renderer.js +6 -0
- package/dist/esm/grid-pro-genesis-datasource/grid-pro-genesis-datasource.js +11 -28
- package/dist/grid-pro.d.ts +5 -19
- package/package.json +13 -13
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"select.renderer.d.ts","sourceRoot":"","sources":["../../../src/cell-renderers/select.renderer.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,mBAAmB,EAAE,MAAM,yBAAyB,CAAC;AAEjF,OAAO,EAAE,iBAAiB,EAAE,MAAM,4BAA4B,CAAC;AAI/D,UAAU,aAAa;IACrB,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,EAAE,MAAM,CAAC;CACrB;AAED,UAAU,wBAAyB,SAAQ,mBAAmB;IAC5D,QAAQ,EAAE,MAAM,CAAC;IACjB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,OAAO,EAAE,aAAa,EAAE,CAAC;IACzB,QAAQ,EAAE,CAAC,KAAK,EAAE,MAAM,EAAE,MAAM,EAAE,wBAAwB,KAAK,IAAI,CAAC;IACpE,UAAU,CAAC,EAAE,CAAC,OAAO,EAAE,GAAG,KAAK,OAAO,CAAC;CACxC;AAED;;;;GAIG;AACH,qBAAa,cAAe,SAAQ,iBAAkB,YAAW,iBAAiB;IAC7D,MAAM,EAAE,wBAAwB,CAAC;IACjC,KAAK,EAAE,MAAM,CAAC;IAE1B,IAAI,CAAC,MAAM,EAAE,wBAAwB;IAMrC,MAAM,IAAI,WAAW;IAIrB,OAAO,IAAI,IAAI;IAEf,OAAO,CAAC,MAAM,EAAE,wBAAwB,GAAG,OAAO;IAIlD,gBAAgB,mBAGrB;IAEK,UAAU,CAAC,IAAI,KAAA,GAAG,OAAO;CAUjC;AAED;;;GAGG;AACH,eAAO,MAAM,sBAAsB,
|
|
1
|
+
{"version":3,"file":"select.renderer.d.ts","sourceRoot":"","sources":["../../../src/cell-renderers/select.renderer.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,mBAAmB,EAAE,MAAM,yBAAyB,CAAC;AAEjF,OAAO,EAAE,iBAAiB,EAAE,MAAM,4BAA4B,CAAC;AAI/D,UAAU,aAAa;IACrB,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,EAAE,MAAM,CAAC;CACrB;AAED,UAAU,wBAAyB,SAAQ,mBAAmB;IAC5D,QAAQ,EAAE,MAAM,CAAC;IACjB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,OAAO,EAAE,aAAa,EAAE,CAAC;IACzB,QAAQ,EAAE,CAAC,KAAK,EAAE,MAAM,EAAE,MAAM,EAAE,wBAAwB,KAAK,IAAI,CAAC;IACpE,UAAU,CAAC,EAAE,CAAC,OAAO,EAAE,GAAG,KAAK,OAAO,CAAC;CACxC;AAED;;;;GAIG;AACH,qBAAa,cAAe,SAAQ,iBAAkB,YAAW,iBAAiB;IAC7D,MAAM,EAAE,wBAAwB,CAAC;IACjC,KAAK,EAAE,MAAM,CAAC;IAE1B,IAAI,CAAC,MAAM,EAAE,wBAAwB;IAMrC,MAAM,IAAI,WAAW;IAIrB,OAAO,IAAI,IAAI;IAEf,OAAO,CAAC,MAAM,EAAE,wBAAwB,GAAG,OAAO;IAIlD,gBAAgB,mBAGrB;IAEK,UAAU,CAAC,IAAI,KAAA,GAAG,OAAO;CAUjC;AAED;;;GAGG;AACH,eAAO,MAAM,sBAAsB,iDAclC,CAAC;AAEF;;;;;GAKG;AACH,eAAO,MAAM,yBAAyB,kBAAkB,MAAM,6DAyB7D,CAAC;AAEF;;;;;;GAMG;AACH,eAAO,MAAM,0BAA0B;;;;;;;;yBAIrC,CAAC"}
|
|
@@ -16,13 +16,6 @@ declare const GridProGenesisDatasource_base: (new (...args: any[]) => {
|
|
|
16
16
|
readonly $fastController: import("@microsoft/fast-element").Controller;
|
|
17
17
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail">): boolean | void;
|
|
18
18
|
disconnectedCallback(): void;
|
|
19
|
-
/**
|
|
20
|
-
* Initializes the datasource.
|
|
21
|
-
* @public
|
|
22
|
-
* @param columnDefinitions - Optionally set the `gridOptions` up with column definitions
|
|
23
|
-
* @param columnStates - Optionally set the grid up with column state
|
|
24
|
-
* @remarks This method is called automatically when the element is connected to the DOM.
|
|
25
|
-
*/
|
|
26
19
|
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
27
20
|
accessKey: string;
|
|
28
21
|
readonly accessKeyLabel: string;
|
|
@@ -52,6 +45,10 @@ declare const GridProGenesisDatasource_base: (new (...args: any[]) => {
|
|
|
52
45
|
readonly classList: DOMTokenList;
|
|
53
46
|
className: string;
|
|
54
47
|
readonly clientHeight: number;
|
|
48
|
+
/**
|
|
49
|
+
* Destroys the datasource, resetting it to its initial state.
|
|
50
|
+
* @public
|
|
51
|
+
*/
|
|
55
52
|
readonly clientLeft: number;
|
|
56
53
|
readonly clientTop: number;
|
|
57
54
|
readonly clientWidth: number;
|
|
@@ -60,10 +57,6 @@ declare const GridProGenesisDatasource_base: (new (...args: any[]) => {
|
|
|
60
57
|
readonly namespaceURI: string;
|
|
61
58
|
onfullscreenchange: (this: Element, ev: Event) => any;
|
|
62
59
|
onfullscreenerror: (this: Element, ev: Event) => any;
|
|
63
|
-
/**
|
|
64
|
-
* Destroys the datasource, resetting it to its initial state.
|
|
65
|
-
* @public
|
|
66
|
-
*/
|
|
67
60
|
outerHTML: string;
|
|
68
61
|
readonly ownerDocument: Document;
|
|
69
62
|
readonly part: DOMTokenList;
|
|
@@ -151,13 +144,7 @@ declare const GridProGenesisDatasource_base: (new (...args: any[]) => {
|
|
|
151
144
|
readonly ATTRIBUTE_NODE: number;
|
|
152
145
|
readonly CDATA_SECTION_NODE: number;
|
|
153
146
|
readonly COMMENT_NODE: number;
|
|
154
|
-
readonly DOCUMENT_FRAGMENT_NODE: number;
|
|
155
|
-
* Initializes the datasource and loads the data for the grid.
|
|
156
|
-
* Handles both snapshot and stream data (for both REQUEST_SERVER and DATASERVER resource types).
|
|
157
|
-
*
|
|
158
|
-
* @param withFullInit - if true, will call datasource.init() with requiresMetadataFetch = true, fetching fresh metadata
|
|
159
|
-
* @internal
|
|
160
|
-
*/
|
|
147
|
+
readonly DOCUMENT_FRAGMENT_NODE: number;
|
|
161
148
|
readonly DOCUMENT_NODE: number;
|
|
162
149
|
readonly DOCUMENT_POSITION_CONTAINED_BY: number;
|
|
163
150
|
readonly DOCUMENT_POSITION_CONTAINS: number;
|
|
@@ -359,7 +346,6 @@ export declare class GridProGenesisDatasource extends GridProGenesisDatasource_b
|
|
|
359
346
|
private updateSub;
|
|
360
347
|
private connectionSub;
|
|
361
348
|
private requiresFullRowDataAndColDefs;
|
|
362
|
-
private reloadPromise;
|
|
363
349
|
connectedCallback(): void;
|
|
364
350
|
disconnectedCallback(): void;
|
|
365
351
|
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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAgLvF;;;OAGG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAzKL;;;;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,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;IAWpB;;;;OAIG;YACW,UAAU;IAmCxB;;;;;OAKG;YACW,kBAAkB;IAahC;;;;;;OAMG;YACW,gBAAgB;IAiE9B,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"}
|
|
@@ -62,6 +62,11 @@ export const agSelectRendererStyles = css `
|
|
|
62
62
|
max-width: var(--select-renderer-max-width);
|
|
63
63
|
min-width: 100%;
|
|
64
64
|
}
|
|
65
|
+
|
|
66
|
+
.select-renderer {
|
|
67
|
+
--listbox-max-height: 4;
|
|
68
|
+
--select-renderer-max-width: 100%;
|
|
69
|
+
}
|
|
65
70
|
`;
|
|
66
71
|
/**
|
|
67
72
|
* Get a Design System prefixed Select template.
|
|
@@ -75,6 +80,7 @@ export const getSelectRendererTemplate = (designSystem = 'foundation') => {
|
|
|
75
80
|
return html `
|
|
76
81
|
<${selectComponent}
|
|
77
82
|
class="select-renderer"
|
|
83
|
+
position=${(x) => (x.params.position ? x.params.position(x.params.node.data) : '')}
|
|
78
84
|
?disabled=${(x) => { var _a; return x.isDisabled((_a = x.params) === null || _a === void 0 ? void 0 : _a.data); }}
|
|
79
85
|
@change=${(x, c) => x.selectionChanged(c.event)}
|
|
80
86
|
:value=${(x) => x.value}
|
|
@@ -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
|
|
7
|
-
import { catchError, debounceTime, skip,
|
|
6
|
+
import { BehaviorSubject, EMPTY } from 'rxjs';
|
|
7
|
+
import { catchError, debounceTime, skip, tap } 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';
|
|
@@ -24,7 +24,6 @@ let GridProGenesisDatasource = class GridProGenesisDatasource extends LifecycleM
|
|
|
24
24
|
this.restartOnReconnection = false;
|
|
25
25
|
this.keepColDefsOnClearRowData = false;
|
|
26
26
|
this.requiresFullRowDataAndColDefs = true;
|
|
27
|
-
this.reloadPromise = null;
|
|
28
27
|
}
|
|
29
28
|
// DatasourceOptions
|
|
30
29
|
criteriaChanged(oldCriteria, newCriteria) {
|
|
@@ -130,16 +129,10 @@ let GridProGenesisDatasource = class GridProGenesisDatasource extends LifecycleM
|
|
|
130
129
|
}), { once: true });
|
|
131
130
|
const filterDebounceTime = 600;
|
|
132
131
|
this.updateSub = this.update
|
|
133
|
-
.pipe(skip(1), debounceTime(filterDebounceTime),
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
return from(this.reloadResourceData()).pipe(catchError((error) => {
|
|
138
|
-
logger.error('Error during reload:', error);
|
|
139
|
-
return EMPTY;
|
|
140
|
-
}));
|
|
141
|
-
}))
|
|
142
|
-
.subscribe();
|
|
132
|
+
.pipe(skip(1), debounceTime(filterDebounceTime), tap((f) => logger.debug('filters (debounced): ', f)))
|
|
133
|
+
.subscribe((_) => {
|
|
134
|
+
this.reloadResourceData();
|
|
135
|
+
});
|
|
143
136
|
return;
|
|
144
137
|
}
|
|
145
138
|
this.handleErrors('Application not connected or invalid resource name, datasource will not work. Falling back to local columnDefs/rowData.');
|
|
@@ -265,27 +258,17 @@ let GridProGenesisDatasource = class GridProGenesisDatasource extends LifecycleM
|
|
|
265
258
|
* @internal
|
|
266
259
|
*/
|
|
267
260
|
reloadResourceData() {
|
|
261
|
+
var _a, _b;
|
|
268
262
|
return __awaiter(this, void 0, void 0, function* () {
|
|
269
263
|
logger.debug('GridProGenesisDatasource.reloadResourceData()', this.resourceName);
|
|
270
|
-
// Cancel any existing subscription
|
|
271
264
|
if (this.dataSub) {
|
|
272
265
|
this.dataSub.unsubscribe();
|
|
273
266
|
this.dataSub = undefined;
|
|
274
267
|
}
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
(_b = (_a = this.agGrid) === null || _a === void 0 ? void 0 : _a.gridApi) === null || _b === void 0 ? void 0 : _b.showLoadingOverlay();
|
|
280
|
-
this.agGrid.removeAttribute('ds-disconnected');
|
|
281
|
-
yield this.loadResourceData(withoutFullInit);
|
|
282
|
-
}))();
|
|
283
|
-
try {
|
|
284
|
-
yield this.reloadPromise;
|
|
285
|
-
}
|
|
286
|
-
catch (error) {
|
|
287
|
-
logger.error('Error reloading resource data:', error);
|
|
288
|
-
}
|
|
268
|
+
this.clearRowData(withoutColumnDefs);
|
|
269
|
+
(_b = (_a = this.agGrid) === null || _a === void 0 ? void 0 : _a.gridApi) === null || _b === void 0 ? void 0 : _b.showLoadingOverlay();
|
|
270
|
+
this.agGrid.removeAttribute('ds-disconnected');
|
|
271
|
+
this.loadResourceData(withoutFullInit);
|
|
289
272
|
});
|
|
290
273
|
}
|
|
291
274
|
/**
|
package/dist/grid-pro.d.ts
CHANGED
|
@@ -2550,7 +2550,6 @@ export declare class GridProGenesisDatasource extends GridProGenesisDatasource_b
|
|
|
2550
2550
|
private updateSub;
|
|
2551
2551
|
private connectionSub;
|
|
2552
2552
|
private requiresFullRowDataAndColDefs;
|
|
2553
|
-
private reloadPromise;
|
|
2554
2553
|
connectedCallback(): void;
|
|
2555
2554
|
disconnectedCallback(): void;
|
|
2556
2555
|
deepClone(): Node;
|
|
@@ -2646,13 +2645,6 @@ declare const GridProGenesisDatasource_base: (new (...args: any[]) => {
|
|
|
2646
2645
|
readonly $fastController: Controller;
|
|
2647
2646
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail">): boolean | void;
|
|
2648
2647
|
disconnectedCallback(): void;
|
|
2649
|
-
/**
|
|
2650
|
-
* Initializes the datasource.
|
|
2651
|
-
* @public
|
|
2652
|
-
* @param columnDefinitions - Optionally set the `gridOptions` up with column definitions
|
|
2653
|
-
* @param columnStates - Optionally set the grid up with column state
|
|
2654
|
-
* @remarks This method is called automatically when the element is connected to the DOM.
|
|
2655
|
-
*/
|
|
2656
2648
|
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
2657
2649
|
accessKey: string;
|
|
2658
2650
|
readonly accessKeyLabel: string;
|
|
@@ -2682,6 +2674,10 @@ declare const GridProGenesisDatasource_base: (new (...args: any[]) => {
|
|
|
2682
2674
|
readonly classList: DOMTokenList;
|
|
2683
2675
|
className: string;
|
|
2684
2676
|
readonly clientHeight: number;
|
|
2677
|
+
/**
|
|
2678
|
+
* Destroys the datasource, resetting it to its initial state.
|
|
2679
|
+
* @public
|
|
2680
|
+
*/
|
|
2685
2681
|
readonly clientLeft: number;
|
|
2686
2682
|
readonly clientTop: number;
|
|
2687
2683
|
readonly clientWidth: number;
|
|
@@ -2690,10 +2686,6 @@ declare const GridProGenesisDatasource_base: (new (...args: any[]) => {
|
|
|
2690
2686
|
readonly namespaceURI: string;
|
|
2691
2687
|
onfullscreenchange: (this: Element, ev: Event) => any;
|
|
2692
2688
|
onfullscreenerror: (this: Element, ev: Event) => any;
|
|
2693
|
-
/**
|
|
2694
|
-
* Destroys the datasource, resetting it to its initial state.
|
|
2695
|
-
* @public
|
|
2696
|
-
*/
|
|
2697
2689
|
outerHTML: string;
|
|
2698
2690
|
readonly ownerDocument: Document;
|
|
2699
2691
|
readonly part: DOMTokenList;
|
|
@@ -2781,13 +2773,7 @@ declare const GridProGenesisDatasource_base: (new (...args: any[]) => {
|
|
|
2781
2773
|
readonly ATTRIBUTE_NODE: number;
|
|
2782
2774
|
readonly CDATA_SECTION_NODE: number;
|
|
2783
2775
|
readonly COMMENT_NODE: number;
|
|
2784
|
-
readonly DOCUMENT_FRAGMENT_NODE: number;
|
|
2785
|
-
* Initializes the datasource and loads the data for the grid.
|
|
2786
|
-
* Handles both snapshot and stream data (for both REQUEST_SERVER and DATASERVER resource types).
|
|
2787
|
-
*
|
|
2788
|
-
* @param withFullInit - if true, will call datasource.init() with requiresMetadataFetch = true, fetching fresh metadata
|
|
2789
|
-
* @internal
|
|
2790
|
-
*/
|
|
2776
|
+
readonly DOCUMENT_FRAGMENT_NODE: number;
|
|
2791
2777
|
readonly DOCUMENT_NODE: number;
|
|
2792
2778
|
readonly DOCUMENT_POSITION_CONTAINED_BY: number;
|
|
2793
2779
|
readonly DOCUMENT_POSITION_CONTAINS: number;
|
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.229.0-RPT-20.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.229.0-RPT-20.1",
|
|
42
|
+
"@genesislcap/genx": "14.229.0-RPT-20.1",
|
|
43
|
+
"@genesislcap/rollup-builder": "14.229.0-RPT-20.1",
|
|
44
|
+
"@genesislcap/ts-builder": "14.229.0-RPT-20.1",
|
|
45
|
+
"@genesislcap/uvu-playwright-builder": "14.229.0-RPT-20.1",
|
|
46
|
+
"@genesislcap/vite-builder": "14.229.0-RPT-20.1",
|
|
47
|
+
"@genesislcap/webpack-builder": "14.229.0-RPT-20.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.229.0-RPT-20.1",
|
|
52
|
+
"@genesislcap/foundation-logger": "14.229.0-RPT-20.1",
|
|
53
|
+
"@genesislcap/foundation-ui": "14.229.0-RPT-20.1",
|
|
54
|
+
"@genesislcap/foundation-utils": "14.229.0-RPT-20.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": "cb0dfc6654ef83c7dc576e0d7b5b4708d335b600"
|
|
81
81
|
}
|