@genesislcap/foundation-entity-management 14.186.1-alpha-1d915d4.0 → 14.187.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 +50 -50
- package/dist/dts/entities/entities.d.ts +2 -14
- package/dist/dts/entities/entities.d.ts.map +1 -1
- package/dist/dts/entities/entities.styles.d.ts.map +1 -1
- package/dist/dts/users/users.d.ts +3 -0
- package/dist/dts/users/users.d.ts.map +1 -1
- package/dist/dts/users/users.template.d.ts.map +1 -1
- package/dist/esm/entities/entities.js +1 -1
- package/dist/esm/entities/entities.styles.js +1 -0
- package/dist/esm/users/users.js +1 -1
- package/dist/esm/users/users.template.js +0 -1
- package/dist/foundation-entity-management.d.ts +5 -14
- package/package.json +21 -21
|
@@ -129,7 +129,7 @@
|
|
|
129
129
|
{
|
|
130
130
|
"kind": "variable",
|
|
131
131
|
"name": "styles",
|
|
132
|
-
"default": "css`\n :host {\n contain: content;\n }\n\n :host::part(header) {\n display: flex;\n justify-content: space-between;\n align-items: center;\n }\n\n :host([modal-position='centre']) .edit-modal {\n overflow-y: auto;\n }\n\n .container {\n display: flex;\n flex-direction: column;\n height: 100%;\n }\n\n foundation-form {\n height: 100%;\n overflow-y: auto;\n display: flex;\n flex-direction: column;\n justify-content: space-between;\n }\n\n .title {\n margin-left: 1px;\n }\n\n .header-title {\n color: var(--neutral-foreground-rest);\n font-size: var(--type-ramp-plus-4-font-size);\n font-family: var(--body-font);\n font-weight: 700;\n padding-left: calc(var(--design-unit) * 2px);\n }\n\n .search-container {\n display: flex;\n align-items: center;\n gap: calc(var(--design-unit) * 2px);\n }\n\n .search-container zero-search-bar,\n .search-container rapid-search-bar {\n width: 500px;\n }\n\n .add-button {\n margin-right: calc(var(--design-unit) * 2px);\n }\n`",
|
|
132
|
+
"default": "css`\n :host {\n contain: content;\n }\n\n :host::part(header) {\n display: flex;\n justify-content: space-between;\n align-items: center;\n user-select: none;\n }\n\n :host([modal-position='centre']) .edit-modal {\n overflow-y: auto;\n }\n\n .container {\n display: flex;\n flex-direction: column;\n height: 100%;\n }\n\n foundation-form {\n height: 100%;\n overflow-y: auto;\n display: flex;\n flex-direction: column;\n justify-content: space-between;\n }\n\n .title {\n margin-left: 1px;\n }\n\n .header-title {\n color: var(--neutral-foreground-rest);\n font-size: var(--type-ramp-plus-4-font-size);\n font-family: var(--body-font);\n font-weight: 700;\n padding-left: calc(var(--design-unit) * 2px);\n }\n\n .search-container {\n display: flex;\n align-items: center;\n gap: calc(var(--design-unit) * 2px);\n }\n\n .search-container zero-search-bar,\n .search-container rapid-search-bar {\n width: 500px;\n }\n\n .add-button {\n margin-right: calc(var(--design-unit) * 2px);\n }\n`",
|
|
133
133
|
"description": "Defines the css of the entity component as an ElementStyles object"
|
|
134
134
|
}
|
|
135
135
|
],
|
|
@@ -917,55 +917,6 @@
|
|
|
917
917
|
}
|
|
918
918
|
]
|
|
919
919
|
},
|
|
920
|
-
{
|
|
921
|
-
"kind": "javascript-module",
|
|
922
|
-
"path": "src/layouts/default.ts",
|
|
923
|
-
"declarations": [
|
|
924
|
-
{
|
|
925
|
-
"kind": "variable",
|
|
926
|
-
"name": "loginLayout",
|
|
927
|
-
"default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
|
|
928
|
-
},
|
|
929
|
-
{
|
|
930
|
-
"kind": "variable",
|
|
931
|
-
"name": "defaultLayout",
|
|
932
|
-
"default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n css`\n ${baseLayoutCss}\n `,\n)"
|
|
933
|
-
}
|
|
934
|
-
],
|
|
935
|
-
"exports": [
|
|
936
|
-
{
|
|
937
|
-
"kind": "js",
|
|
938
|
-
"name": "loginLayout",
|
|
939
|
-
"declaration": {
|
|
940
|
-
"name": "loginLayout",
|
|
941
|
-
"module": "src/layouts/default.ts"
|
|
942
|
-
}
|
|
943
|
-
},
|
|
944
|
-
{
|
|
945
|
-
"kind": "js",
|
|
946
|
-
"name": "defaultLayout",
|
|
947
|
-
"declaration": {
|
|
948
|
-
"name": "defaultLayout",
|
|
949
|
-
"module": "src/layouts/default.ts"
|
|
950
|
-
}
|
|
951
|
-
}
|
|
952
|
-
]
|
|
953
|
-
},
|
|
954
|
-
{
|
|
955
|
-
"kind": "javascript-module",
|
|
956
|
-
"path": "src/layouts/index.ts",
|
|
957
|
-
"declarations": [],
|
|
958
|
-
"exports": [
|
|
959
|
-
{
|
|
960
|
-
"kind": "js",
|
|
961
|
-
"name": "*",
|
|
962
|
-
"declaration": {
|
|
963
|
-
"name": "*",
|
|
964
|
-
"package": "./default"
|
|
965
|
-
}
|
|
966
|
-
}
|
|
967
|
-
]
|
|
968
|
-
},
|
|
969
920
|
{
|
|
970
921
|
"kind": "javascript-module",
|
|
971
922
|
"path": "src/list/index.ts",
|
|
@@ -2640,6 +2591,55 @@
|
|
|
2640
2591
|
}
|
|
2641
2592
|
]
|
|
2642
2593
|
},
|
|
2594
|
+
{
|
|
2595
|
+
"kind": "javascript-module",
|
|
2596
|
+
"path": "src/layouts/default.ts",
|
|
2597
|
+
"declarations": [
|
|
2598
|
+
{
|
|
2599
|
+
"kind": "variable",
|
|
2600
|
+
"name": "loginLayout",
|
|
2601
|
+
"default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
|
|
2602
|
+
},
|
|
2603
|
+
{
|
|
2604
|
+
"kind": "variable",
|
|
2605
|
+
"name": "defaultLayout",
|
|
2606
|
+
"default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n css`\n ${baseLayoutCss}\n `,\n)"
|
|
2607
|
+
}
|
|
2608
|
+
],
|
|
2609
|
+
"exports": [
|
|
2610
|
+
{
|
|
2611
|
+
"kind": "js",
|
|
2612
|
+
"name": "loginLayout",
|
|
2613
|
+
"declaration": {
|
|
2614
|
+
"name": "loginLayout",
|
|
2615
|
+
"module": "src/layouts/default.ts"
|
|
2616
|
+
}
|
|
2617
|
+
},
|
|
2618
|
+
{
|
|
2619
|
+
"kind": "js",
|
|
2620
|
+
"name": "defaultLayout",
|
|
2621
|
+
"declaration": {
|
|
2622
|
+
"name": "defaultLayout",
|
|
2623
|
+
"module": "src/layouts/default.ts"
|
|
2624
|
+
}
|
|
2625
|
+
}
|
|
2626
|
+
]
|
|
2627
|
+
},
|
|
2628
|
+
{
|
|
2629
|
+
"kind": "javascript-module",
|
|
2630
|
+
"path": "src/layouts/index.ts",
|
|
2631
|
+
"declarations": [],
|
|
2632
|
+
"exports": [
|
|
2633
|
+
{
|
|
2634
|
+
"kind": "js",
|
|
2635
|
+
"name": "*",
|
|
2636
|
+
"declaration": {
|
|
2637
|
+
"name": "*",
|
|
2638
|
+
"package": "./default"
|
|
2639
|
+
}
|
|
2640
|
+
}
|
|
2641
|
+
]
|
|
2642
|
+
},
|
|
2643
2643
|
{
|
|
2644
2644
|
"kind": "javascript-module",
|
|
2645
2645
|
"path": "src/routes/config.ts",
|
|
@@ -194,14 +194,7 @@ declare const EntityManagement_base: (new (...args: any[]) => {
|
|
|
194
194
|
ariaExpanded: string;
|
|
195
195
|
ariaHasPopup: string;
|
|
196
196
|
ariaHidden: string;
|
|
197
|
-
ariaInvalid: string;
|
|
198
|
-
* Event handler for when the user submits the action for the currently open form, either editing or adding the entity
|
|
199
|
-
*
|
|
200
|
-
* @param e - CustomEvent which contains the payload for the entity to submit to the backend
|
|
201
|
-
*
|
|
202
|
-
* Emits an event upon error
|
|
203
|
-
* @public
|
|
204
|
-
*/
|
|
197
|
+
ariaInvalid: string;
|
|
205
198
|
ariaKeyShortcuts: string;
|
|
206
199
|
ariaLabel: string;
|
|
207
200
|
ariaLevel: string;
|
|
@@ -213,12 +206,7 @@ declare const EntityManagement_base: (new (...args: any[]) => {
|
|
|
213
206
|
ariaPlaceholder: string;
|
|
214
207
|
ariaPosInSet: string;
|
|
215
208
|
ariaPressed: string;
|
|
216
|
-
ariaReadOnly: string;
|
|
217
|
-
* Updates the reference to the current entity stored in the class. Added as an event listener on the class when receiving the `rowSelected` event.
|
|
218
|
-
*
|
|
219
|
-
* @param e - CustomEvent which contains data about the selected entity. If the row is not selected then the reference will be set to an empty object.
|
|
220
|
-
* @internal
|
|
221
|
-
*/
|
|
209
|
+
ariaReadOnly: string;
|
|
222
210
|
ariaRequired: string;
|
|
223
211
|
ariaRoleDescription: string;
|
|
224
212
|
ariaRowCount: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"entities.d.ts","sourceRoot":"","sources":["../../../src/entities/entities.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AAC9D,OAAO,EACL,OAAO,EACP,iBAAiB,EAGlB,MAAM,+BAA+B,CAAC;AACvC,OAAO,EAAa,aAAa,EAAE,MAAM,+BAA+B,CAAC;AAEzE,OAAO,EACL,eAAe,EAGf,cAAc,EACf,MAAM,4BAA4B,CAAC;AAEpC,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,uBAAuB,CAAC;AAC7D,OAAO,EAIL,WAAW,EAGZ,MAAM,yBAAyB,CAAC;AAKjC;;;;;;;;;;;;;;;;;;;GAmBG;AACH,MAAM,MAAM,uBAAuB,GAAG,IAAI,CAAC,iBAAiB,EAAE,cAAc,CAAC,CAAC
|
|
1
|
+
{"version":3,"file":"entities.d.ts","sourceRoot":"","sources":["../../../src/entities/entities.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"entities.styles.d.ts","sourceRoot":"","sources":["../../../src/entities/entities.styles.ts"],"names":[],"mappings":"AAEA;;;;;;;GAOG;AACH,eAAO,MAAM,MAAM,
|
|
1
|
+
{"version":3,"file":"entities.styles.d.ts","sourceRoot":"","sources":["../../../src/entities/entities.styles.ts"],"names":[],"mappings":"AAEA;;;;;;;GAOG;AACH,eAAO,MAAM,MAAM,iDAwDlB,CAAC"}
|
|
@@ -173,6 +173,9 @@ declare const Users_base: (new (...args: any[]) => {
|
|
|
173
173
|
replaceChild<T_4 extends Node>(node: Node, child: T_4): T_4;
|
|
174
174
|
readonly ATTRIBUTE_NODE: number;
|
|
175
175
|
readonly CDATA_SECTION_NODE: number;
|
|
176
|
+
/**
|
|
177
|
+
* @internal
|
|
178
|
+
*/
|
|
176
179
|
readonly COMMENT_NODE: number;
|
|
177
180
|
readonly DOCUMENT_FRAGMENT_NODE: number;
|
|
178
181
|
readonly DOCUMENT_NODE: number;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"users.d.ts","sourceRoot":"","sources":["../../../src/users/users.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AAItD,OAAO,EAAE,oBAAoB,EAAE,MAAM,uCAAuC,CAAC;AAC7E,OAAO,EAAiC,WAAW,EAAc,MAAM,yBAAyB,CAAC;AACjG,OAAO,EAAE,uBAAuB,EAAE,MAAM,aAAa,CAAC;AAQtD;;;;;;;GAOG;AACH,eAAO,MAAM,iBAAiB;;;;;;;;;;;IAoC7B,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAyIA;;;;;OAKG;;IALH;;;;;OAKG
|
|
1
|
+
{"version":3,"file":"users.d.ts","sourceRoot":"","sources":["../../../src/users/users.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AAItD,OAAO,EAAE,oBAAoB,EAAE,MAAM,uCAAuC,CAAC;AAC7E,OAAO,EAAiC,WAAW,EAAc,MAAM,yBAAyB,CAAC;AACjG,OAAO,EAAE,uBAAuB,EAAE,MAAM,aAAa,CAAC;AAQtD;;;;;;;GAOG;AACH,eAAO,MAAM,iBAAiB;;;;;;;;;;;IAoC7B,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAyIA;;;;;OAKG;;IALH;;;;;OAKG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAkLH;;OAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAhUL;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAqCG;AACH,qBASa,KAAM,SAAQ,UAA2B;IACpD;;;;;;;;OAQG;IACM,OAAO,CAAC,OAAO,CAAU;IAElC;;;;;;;;OAQG;IACG,OAAO,CAAC,IAAI,CAAO;IAEzB;;;;;;;OAOG;IACS,gBAAgB,EAAE,uBAAuB,CAAC;IAEtD;;;OAGG;IAC0C,MAAM,EAAE,MAAM,CAAU;IAErE;;;OAGG;IACG,YAAY,SAAe;IAEjC;;;;;;;;;OASG;IAC8C,qBAAqB,EAAE,MAAM,CAClD;IAE5B;;;OAGG;IACwD,eAAe,EAAE,OAAO,CAAS;IAE5F;;;OAGG;IACS,WAAW,EAAE,WAAW,CAAC;IAErC;;;;;OAKG;IACI,YAAY;;;;;;;;;IAYnB;;;;;OAKG;IACI,YAAY;;;;;IAYnB;;OAEG;IACS,OAAO,EAAE,GAAG,CAAqB;IAEjC,sBAAsB,EAAE,GAAG,CAAM;IACjC,sBAAsB,EAAE,GAAG,CAAM;IAEjC,aAAa,EAAE,OAAO,CAAC;IACnC,OAAO,CAAC,aAAa,CAAS;IAE9B;;OAEG;IACS,WAAW,EAAE,MAAM,CAAC;IAEhC;;OAEG;IACS,WAAW,EAAE,MAAM,CAAC;IAEhC;;OAEG;IACS,WAAW,EAAE,MAAM,CAAC;IAEhC;;;OAGG;IACG,QAAQ,EAAE,MAAM,CAAqB;IAE3C;;;OAGG;IACG,cAAc,EAAE,MAAM,CAAU;IAEtC;;;OAGG;IACG,WAAW,EAAE,MAAM,CAAkB;IAE3C;;;OAGG;IACG,yBAAyB,EAAE,MAAM,CAAuB;IAE9D;;OAEG;;IAaG,iBAAiB;IAgBjB,oBAAoB,IAAI,OAAO,CAAC,IAAI,CAAC;IASlC,SAAS,IAAI,IAAI;IAe1B;;;OAGG;IACH,sBAAsB,CAAC,MAAM,KAAA;;;;;;;;IAW7B;;;;;;;;OAQG;IACG,YAAY,CAAC,MAAM,KAAA;IAoCzB;;OAEG;IACG,YAAY,CAAC,IAAI,KAAA;;;;;;;;;;;;;;;CAwBxB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"users.template.d.ts","sourceRoot":"","sources":["../../../src/users/users.template.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAoFrC,eAAO,MAAM,gBAAgB,
|
|
1
|
+
{"version":3,"file":"users.template.d.ts","sourceRoot":"","sources":["../../../src/users/users.template.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAoFrC,eAAO,MAAM,gBAAgB,6EAoC5B,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,aAAa,4DAEzB,CAAC"}
|
|
@@ -157,7 +157,7 @@ let EntityManagement = class EntityManagement extends LifecycleMixin(FASTElement
|
|
|
157
157
|
return __awaiter(this, void 0, void 0, function* () {
|
|
158
158
|
const shouldRunDisconnect = this.shouldRunDisconnect;
|
|
159
159
|
DOM.queueUpdate(() => {
|
|
160
|
-
if (!shouldRunDisconnect)
|
|
160
|
+
if (!shouldRunDisconnect || !this.isConnected)
|
|
161
161
|
return;
|
|
162
162
|
_super.disconnectedCallback.call(this);
|
|
163
163
|
});
|
package/dist/esm/users/users.js
CHANGED
|
@@ -183,7 +183,7 @@ let Users = class Users extends LifecycleMixin(FASTElement) {
|
|
|
183
183
|
return __awaiter(this, void 0, void 0, function* () {
|
|
184
184
|
const shouldRunDisconnect = this.shouldRunDisconnect;
|
|
185
185
|
DOM.queueUpdate(() => {
|
|
186
|
-
if (!shouldRunDisconnect)
|
|
186
|
+
if (!shouldRunDisconnect || !this.isConnected)
|
|
187
187
|
return;
|
|
188
188
|
_super.disconnectedCallback.call(this);
|
|
189
189
|
});
|
|
@@ -84,7 +84,6 @@ export const getPrefixedUsers = (prefix) => html `
|
|
|
84
84
|
:updateFormUiSchema=${(x) => editUserSchema(true, x.allAccessType, x.entityID, x.entityLabel, x.entityLabelKey, x.availableEntitiesEndpoint, x.additionalUpdateFields)}
|
|
85
85
|
:createFormUiSchema=${(x) => editUserSchema(false, x.allAccessType, x.entityID, x.entityLabel, x.entityLabelKey, x.availableEntitiesEndpoint, x.additionalCreateFields)}
|
|
86
86
|
persist-column-state-key=${(x) => x.persistColumnStateKey}
|
|
87
|
-
size-columns-to-fit
|
|
88
87
|
:columns=${(x) => [...x.columns, ...x.entityColumn(), x.statusColumn()]}
|
|
89
88
|
:datasourceConfig=${(x) => x.datasourceConfig}
|
|
90
89
|
design-system-prefix=${prefix}
|
|
@@ -495,14 +495,7 @@ declare const EntityManagement_base: (new (...args: any[]) => {
|
|
|
495
495
|
ariaExpanded: string;
|
|
496
496
|
ariaHasPopup: string;
|
|
497
497
|
ariaHidden: string;
|
|
498
|
-
ariaInvalid: string;
|
|
499
|
-
* Event handler for when the user submits the action for the currently open form, either editing or adding the entity
|
|
500
|
-
*
|
|
501
|
-
* @param e - CustomEvent which contains the payload for the entity to submit to the backend
|
|
502
|
-
*
|
|
503
|
-
* Emits an event upon error
|
|
504
|
-
* @public
|
|
505
|
-
*/
|
|
498
|
+
ariaInvalid: string;
|
|
506
499
|
ariaKeyShortcuts: string;
|
|
507
500
|
ariaLabel: string;
|
|
508
501
|
ariaLevel: string;
|
|
@@ -514,12 +507,7 @@ declare const EntityManagement_base: (new (...args: any[]) => {
|
|
|
514
507
|
ariaPlaceholder: string;
|
|
515
508
|
ariaPosInSet: string;
|
|
516
509
|
ariaPressed: string;
|
|
517
|
-
ariaReadOnly: string;
|
|
518
|
-
* Updates the reference to the current entity stored in the class. Added as an event listener on the class when receiving the `rowSelected` event.
|
|
519
|
-
*
|
|
520
|
-
* @param e - CustomEvent which contains data about the selected entity. If the row is not selected then the reference will be set to an empty object.
|
|
521
|
-
* @internal
|
|
522
|
-
*/
|
|
510
|
+
ariaReadOnly: string;
|
|
523
511
|
ariaRequired: string;
|
|
524
512
|
ariaRoleDescription: string;
|
|
525
513
|
ariaRowCount: string;
|
|
@@ -1144,6 +1132,9 @@ declare const Users_base: (new (...args: any[]) => {
|
|
|
1144
1132
|
replaceChild<T_4 extends Node>(node: Node, child: T_4): T_4;
|
|
1145
1133
|
readonly ATTRIBUTE_NODE: number;
|
|
1146
1134
|
readonly CDATA_SECTION_NODE: number;
|
|
1135
|
+
/**
|
|
1136
|
+
* @internal
|
|
1137
|
+
*/
|
|
1147
1138
|
readonly COMMENT_NODE: number;
|
|
1148
1139
|
readonly DOCUMENT_FRAGMENT_NODE: number;
|
|
1149
1140
|
readonly DOCUMENT_NODE: number;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@genesislcap/foundation-entity-management",
|
|
3
3
|
"description": "Genesis Foundation Entity Management",
|
|
4
|
-
"version": "14.
|
|
4
|
+
"version": "14.187.0",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -52,29 +52,29 @@
|
|
|
52
52
|
}
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
|
-
"@genesislcap/foundation-testing": "14.
|
|
56
|
-
"@genesislcap/genx": "14.
|
|
57
|
-
"@genesislcap/rollup-builder": "14.
|
|
58
|
-
"@genesislcap/ts-builder": "14.
|
|
59
|
-
"@genesislcap/uvu-playwright-builder": "14.
|
|
60
|
-
"@genesislcap/vite-builder": "14.
|
|
61
|
-
"@genesislcap/webpack-builder": "14.
|
|
55
|
+
"@genesislcap/foundation-testing": "14.187.0",
|
|
56
|
+
"@genesislcap/genx": "14.187.0",
|
|
57
|
+
"@genesislcap/rollup-builder": "14.187.0",
|
|
58
|
+
"@genesislcap/ts-builder": "14.187.0",
|
|
59
|
+
"@genesislcap/uvu-playwright-builder": "14.187.0",
|
|
60
|
+
"@genesislcap/vite-builder": "14.187.0",
|
|
61
|
+
"@genesislcap/webpack-builder": "14.187.0",
|
|
62
62
|
"rimraf": "^5.0.0"
|
|
63
63
|
},
|
|
64
64
|
"dependencies": {
|
|
65
65
|
"@ag-grid-community/core": "29.2.0",
|
|
66
|
-
"@genesislcap/foundation-comms": "14.
|
|
67
|
-
"@genesislcap/foundation-errors": "14.
|
|
68
|
-
"@genesislcap/foundation-events": "14.
|
|
69
|
-
"@genesislcap/foundation-forms": "14.
|
|
70
|
-
"@genesislcap/foundation-logger": "14.
|
|
71
|
-
"@genesislcap/foundation-login": "14.
|
|
72
|
-
"@genesislcap/foundation-notifications": "14.
|
|
73
|
-
"@genesislcap/foundation-ui": "14.
|
|
74
|
-
"@genesislcap/foundation-utils": "14.
|
|
75
|
-
"@genesislcap/foundation-zero": "14.
|
|
76
|
-
"@genesislcap/foundation-zero-grid-pro": "14.
|
|
77
|
-
"@genesislcap/grid-pro": "14.
|
|
66
|
+
"@genesislcap/foundation-comms": "14.187.0",
|
|
67
|
+
"@genesislcap/foundation-errors": "14.187.0",
|
|
68
|
+
"@genesislcap/foundation-events": "14.187.0",
|
|
69
|
+
"@genesislcap/foundation-forms": "14.187.0",
|
|
70
|
+
"@genesislcap/foundation-logger": "14.187.0",
|
|
71
|
+
"@genesislcap/foundation-login": "14.187.0",
|
|
72
|
+
"@genesislcap/foundation-notifications": "14.187.0",
|
|
73
|
+
"@genesislcap/foundation-ui": "14.187.0",
|
|
74
|
+
"@genesislcap/foundation-utils": "14.187.0",
|
|
75
|
+
"@genesislcap/foundation-zero": "14.187.0",
|
|
76
|
+
"@genesislcap/foundation-zero-grid-pro": "14.187.0",
|
|
77
|
+
"@genesislcap/grid-pro": "14.187.0",
|
|
78
78
|
"@microsoft/fast-components": "^2.30.6",
|
|
79
79
|
"@microsoft/fast-element": "^1.12.0",
|
|
80
80
|
"@microsoft/fast-foundation": "^2.49.4",
|
|
@@ -90,5 +90,5 @@
|
|
|
90
90
|
"access": "public"
|
|
91
91
|
},
|
|
92
92
|
"customElements": "dist/custom-elements.json",
|
|
93
|
-
"gitHead": "
|
|
93
|
+
"gitHead": "a1fbc41e29012ff3bc2c28616ef3908de7e626fe"
|
|
94
94
|
}
|