@genesislcap/foundation-entity-management 14.409.0 → 14.410.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 +94 -70
- package/dist/dts/entities/entities.d.ts +6 -0
- package/dist/dts/entities/entities.d.ts.map +1 -1
- package/dist/dts/entities/entities.template.d.ts.map +1 -1
- package/dist/esm/entities/entities.js +9 -0
- package/dist/esm/entities/entities.template.js +1 -0
- package/dist/foundation-entity-management.api.json +35 -0
- package/dist/foundation-entity-management.d.ts +6 -0
- package/package.json +23 -23
|
@@ -447,6 +447,16 @@
|
|
|
447
447
|
"description": "Array with renderers used by foundation-forms",
|
|
448
448
|
"privacy": "public"
|
|
449
449
|
},
|
|
450
|
+
{
|
|
451
|
+
"kind": "field",
|
|
452
|
+
"name": "additionalFormRenderers",
|
|
453
|
+
"type": {
|
|
454
|
+
"text": "RendererEntry[]"
|
|
455
|
+
},
|
|
456
|
+
"default": "[]",
|
|
457
|
+
"description": "Additional renderer entries to append to the form renderer registry.\nUse this to supply custom UI schema renderers without replacing defaults.",
|
|
458
|
+
"privacy": "public"
|
|
459
|
+
},
|
|
450
460
|
{
|
|
451
461
|
"kind": "field",
|
|
452
462
|
"name": "customActions",
|
|
@@ -1579,6 +1589,20 @@
|
|
|
1579
1589
|
"module": "src/entities/entities.ts"
|
|
1580
1590
|
}
|
|
1581
1591
|
},
|
|
1592
|
+
{
|
|
1593
|
+
"kind": "field",
|
|
1594
|
+
"name": "additionalFormRenderers",
|
|
1595
|
+
"type": {
|
|
1596
|
+
"text": "RendererEntry[]"
|
|
1597
|
+
},
|
|
1598
|
+
"default": "[]",
|
|
1599
|
+
"description": "Additional renderer entries to append to the form renderer registry.\nUse this to supply custom UI schema renderers without replacing defaults.",
|
|
1600
|
+
"privacy": "public",
|
|
1601
|
+
"inheritedFrom": {
|
|
1602
|
+
"name": "EntityManagement",
|
|
1603
|
+
"module": "src/entities/entities.ts"
|
|
1604
|
+
}
|
|
1605
|
+
},
|
|
1582
1606
|
{
|
|
1583
1607
|
"kind": "field",
|
|
1584
1608
|
"name": "customActions",
|
|
@@ -2671,55 +2695,6 @@
|
|
|
2671
2695
|
}
|
|
2672
2696
|
]
|
|
2673
2697
|
},
|
|
2674
|
-
{
|
|
2675
|
-
"kind": "javascript-module",
|
|
2676
|
-
"path": "src/layouts/default.ts",
|
|
2677
|
-
"declarations": [
|
|
2678
|
-
{
|
|
2679
|
-
"kind": "variable",
|
|
2680
|
-
"name": "loginLayout",
|
|
2681
|
-
"default": "new GenesisElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
|
|
2682
|
-
},
|
|
2683
|
-
{
|
|
2684
|
-
"kind": "variable",
|
|
2685
|
-
"name": "defaultLayout",
|
|
2686
|
-
"default": "new GenesisElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n css`\n ${baseLayoutCss}\n `,\n)"
|
|
2687
|
-
}
|
|
2688
|
-
],
|
|
2689
|
-
"exports": [
|
|
2690
|
-
{
|
|
2691
|
-
"kind": "js",
|
|
2692
|
-
"name": "loginLayout",
|
|
2693
|
-
"declaration": {
|
|
2694
|
-
"name": "loginLayout",
|
|
2695
|
-
"module": "src/layouts/default.ts"
|
|
2696
|
-
}
|
|
2697
|
-
},
|
|
2698
|
-
{
|
|
2699
|
-
"kind": "js",
|
|
2700
|
-
"name": "defaultLayout",
|
|
2701
|
-
"declaration": {
|
|
2702
|
-
"name": "defaultLayout",
|
|
2703
|
-
"module": "src/layouts/default.ts"
|
|
2704
|
-
}
|
|
2705
|
-
}
|
|
2706
|
-
]
|
|
2707
|
-
},
|
|
2708
|
-
{
|
|
2709
|
-
"kind": "javascript-module",
|
|
2710
|
-
"path": "src/layouts/index.ts",
|
|
2711
|
-
"declarations": [],
|
|
2712
|
-
"exports": [
|
|
2713
|
-
{
|
|
2714
|
-
"kind": "js",
|
|
2715
|
-
"name": "*",
|
|
2716
|
-
"declaration": {
|
|
2717
|
-
"name": "*",
|
|
2718
|
-
"package": "./default"
|
|
2719
|
-
}
|
|
2720
|
-
}
|
|
2721
|
-
]
|
|
2722
|
-
},
|
|
2723
2698
|
{
|
|
2724
2699
|
"kind": "javascript-module",
|
|
2725
2700
|
"path": "src/list/index.ts",
|
|
@@ -3419,27 +3394,6 @@
|
|
|
3419
3394
|
}
|
|
3420
3395
|
]
|
|
3421
3396
|
},
|
|
3422
|
-
{
|
|
3423
|
-
"kind": "javascript-module",
|
|
3424
|
-
"path": "src/routes/config.ts",
|
|
3425
|
-
"declarations": [],
|
|
3426
|
-
"exports": []
|
|
3427
|
-
},
|
|
3428
|
-
{
|
|
3429
|
-
"kind": "javascript-module",
|
|
3430
|
-
"path": "src/routes/index.ts",
|
|
3431
|
-
"declarations": [],
|
|
3432
|
-
"exports": [
|
|
3433
|
-
{
|
|
3434
|
-
"kind": "js",
|
|
3435
|
-
"name": "*",
|
|
3436
|
-
"declaration": {
|
|
3437
|
-
"name": "*",
|
|
3438
|
-
"package": "./config"
|
|
3439
|
-
}
|
|
3440
|
-
}
|
|
3441
|
-
]
|
|
3442
|
-
},
|
|
3443
3397
|
{
|
|
3444
3398
|
"kind": "javascript-module",
|
|
3445
3399
|
"path": "src/main/index.ts",
|
|
@@ -3584,6 +3538,76 @@
|
|
|
3584
3538
|
}
|
|
3585
3539
|
]
|
|
3586
3540
|
},
|
|
3541
|
+
{
|
|
3542
|
+
"kind": "javascript-module",
|
|
3543
|
+
"path": "src/routes/config.ts",
|
|
3544
|
+
"declarations": [],
|
|
3545
|
+
"exports": []
|
|
3546
|
+
},
|
|
3547
|
+
{
|
|
3548
|
+
"kind": "javascript-module",
|
|
3549
|
+
"path": "src/routes/index.ts",
|
|
3550
|
+
"declarations": [],
|
|
3551
|
+
"exports": [
|
|
3552
|
+
{
|
|
3553
|
+
"kind": "js",
|
|
3554
|
+
"name": "*",
|
|
3555
|
+
"declaration": {
|
|
3556
|
+
"name": "*",
|
|
3557
|
+
"package": "./config"
|
|
3558
|
+
}
|
|
3559
|
+
}
|
|
3560
|
+
]
|
|
3561
|
+
},
|
|
3562
|
+
{
|
|
3563
|
+
"kind": "javascript-module",
|
|
3564
|
+
"path": "src/layouts/default.ts",
|
|
3565
|
+
"declarations": [
|
|
3566
|
+
{
|
|
3567
|
+
"kind": "variable",
|
|
3568
|
+
"name": "loginLayout",
|
|
3569
|
+
"default": "new GenesisElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
|
|
3570
|
+
},
|
|
3571
|
+
{
|
|
3572
|
+
"kind": "variable",
|
|
3573
|
+
"name": "defaultLayout",
|
|
3574
|
+
"default": "new GenesisElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n css`\n ${baseLayoutCss}\n `,\n)"
|
|
3575
|
+
}
|
|
3576
|
+
],
|
|
3577
|
+
"exports": [
|
|
3578
|
+
{
|
|
3579
|
+
"kind": "js",
|
|
3580
|
+
"name": "loginLayout",
|
|
3581
|
+
"declaration": {
|
|
3582
|
+
"name": "loginLayout",
|
|
3583
|
+
"module": "src/layouts/default.ts"
|
|
3584
|
+
}
|
|
3585
|
+
},
|
|
3586
|
+
{
|
|
3587
|
+
"kind": "js",
|
|
3588
|
+
"name": "defaultLayout",
|
|
3589
|
+
"declaration": {
|
|
3590
|
+
"name": "defaultLayout",
|
|
3591
|
+
"module": "src/layouts/default.ts"
|
|
3592
|
+
}
|
|
3593
|
+
}
|
|
3594
|
+
]
|
|
3595
|
+
},
|
|
3596
|
+
{
|
|
3597
|
+
"kind": "javascript-module",
|
|
3598
|
+
"path": "src/layouts/index.ts",
|
|
3599
|
+
"declarations": [],
|
|
3600
|
+
"exports": [
|
|
3601
|
+
{
|
|
3602
|
+
"kind": "js",
|
|
3603
|
+
"name": "*",
|
|
3604
|
+
"declaration": {
|
|
3605
|
+
"name": "*",
|
|
3606
|
+
"package": "./default"
|
|
3607
|
+
}
|
|
3608
|
+
}
|
|
3609
|
+
]
|
|
3610
|
+
},
|
|
3587
3611
|
{
|
|
3588
3612
|
"kind": "javascript-module",
|
|
3589
3613
|
"path": "src/utils/custom-actions-utils.ts",
|
|
@@ -624,6 +624,12 @@ export declare class EntityManagement extends EntityManagement_base {
|
|
|
624
624
|
* @public
|
|
625
625
|
*/
|
|
626
626
|
formRenderers: RendererEntry[];
|
|
627
|
+
/**
|
|
628
|
+
* Additional renderer entries to append to the form renderer registry.
|
|
629
|
+
* Use this to supply custom UI schema renderers without replacing defaults.
|
|
630
|
+
* @public
|
|
631
|
+
*/
|
|
632
|
+
additionalFormRenderers: RendererEntry[];
|
|
627
633
|
/**
|
|
628
634
|
* Array of custom actions that can be added to the entity management component
|
|
629
635
|
* @public
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"entities.d.ts","sourceRoot":"","sources":["../../../src/entities/entities.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,WAAW,EAAE,qBAAqB,EAAE,MAAM,yBAAyB,CAAC;AACrF,OAAO,EACL,OAAO,EACP,iBAAiB,EAGjB,YAAY,EAEb,MAAM,+BAA+B,CAAC;AACvC,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,+BAA+B,CAAC;AACpE,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,+BAA+B,CAAC;AAC9D,OAAO,EAAE,aAAa,EAAa,MAAM,+BAA+B,CAAC;AACzE,OAAO,EAGL,KAAK,qBAAqB,EAC3B,MAAM,uCAAuC,CAAC;AAC/C,OAAO,EAEL,eAAe,EAEf,KAAK,EACL,cAAc,EACf,MAAM,4BAA4B,CAAC;AAMpC,OAAO,EAAE,cAAc,EAAE,eAAe,EAAE,sBAAsB,EAAE,MAAM,uBAAuB,CAAC;AAChG,OAAO,EAIL,cAAc,EAGf,MAAM,uBAAuB,CAAC;AAE/B,OAAO,EAAE,IAAI,EAAE,MAAM,SAAS,CAAC;AAC/B,OAAO,EACL,gBAAgB,EAChB,UAAU,EACV,gBAAgB,EAChB,YAAY,EACZ,iBAAiB,EACjB,aAAa,EACd,MAAM,UAAU,CAAC;AAMlB;;;;;;;;;;;;;;;;;;;GAmBG;AACH,MAAM,MAAM,uBAAuB,GAAG,IAAI,CAAC,iBAAiB,EAAE,cAAc,CAAC,CAAC;;;;;;;kBA4BS,CAAC;;;;;;;;8BA6CpF,CAAC,cAAc,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBA8BE,CAAC;4IASZ,CAAC;wFAEP,CAAA;+IAUU,CAAC;2FAG0G,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2BAqCxH,CAAA;;;;;;;;;;;;;;;;;;;;;;;mBAkDuB,CAAC;;;;;;;;;;;;;6BA8BM,CAAA;8BAAuE,CAAC;kBAG7E,CAAC;;oBAMvB,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.template.d.ts","sourceRoot":"","sources":["../../../src/entities/entities.template.ts"],"names":[],"mappings":"AAMA,OAAO,EAAiB,gBAAgB,EAAc,MAAM,UAAU,CAAC;AACvE,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,YAAY,CAAC;AAuEnD;;GAEG;AACH,eAAO,MAAM,mBAAmB,GAC9B,QAAQ,MAAM,EACd,UAAU,gBAAgB,0EAmD3B,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,sBAAsB,GAAI,QAAQ,MAAM,0EAiBpD,CAAC;AAEF,eAAO,MAAM,YAAY,GAAI,QAAQ,MAAM,0EAQ1C,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,cAAc,GAAI,QAAQ,MAAM,0EAqB5C,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,oBAAoB,GAAI,QAAQ,MAAM,0EAwBlD,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,mBAAmB,GAAI,QAAQ,MAAM,
|
|
1
|
+
{"version":3,"file":"entities.template.d.ts","sourceRoot":"","sources":["../../../src/entities/entities.template.ts"],"names":[],"mappings":"AAMA,OAAO,EAAiB,gBAAgB,EAAc,MAAM,UAAU,CAAC;AACvE,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,YAAY,CAAC;AAuEnD;;GAEG;AACH,eAAO,MAAM,mBAAmB,GAC9B,QAAQ,MAAM,EACd,UAAU,gBAAgB,0EAmD3B,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,sBAAsB,GAAI,QAAQ,MAAM,0EAiBpD,CAAC;AAEF,eAAO,MAAM,YAAY,GAAI,QAAQ,MAAM,0EAQ1C,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,cAAc,GAAI,QAAQ,MAAM,0EAqB5C,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,oBAAoB,GAAI,QAAQ,MAAM,0EAwBlD,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,mBAAmB,GAAI,QAAQ,MAAM,0EA+GjD,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,QAAQ,uEAEpB,CAAC"}
|
|
@@ -118,6 +118,12 @@ let EntityManagement = class EntityManagement extends LifecycleMixin(GenesisElem
|
|
|
118
118
|
* @public
|
|
119
119
|
*/
|
|
120
120
|
this.formRenderers = renderers;
|
|
121
|
+
/**
|
|
122
|
+
* Additional renderer entries to append to the form renderer registry.
|
|
123
|
+
* Use this to supply custom UI schema renderers without replacing defaults.
|
|
124
|
+
* @public
|
|
125
|
+
*/
|
|
126
|
+
this.additionalFormRenderers = [];
|
|
121
127
|
/**
|
|
122
128
|
* Array of custom actions that can be added to the entity management component
|
|
123
129
|
* @public
|
|
@@ -1248,6 +1254,9 @@ __decorate([
|
|
|
1248
1254
|
__decorate([
|
|
1249
1255
|
observable
|
|
1250
1256
|
], EntityManagement.prototype, "formRenderers", void 0);
|
|
1257
|
+
__decorate([
|
|
1258
|
+
observable
|
|
1259
|
+
], EntityManagement.prototype, "additionalFormRenderers", void 0);
|
|
1251
1260
|
__decorate([
|
|
1252
1261
|
observable
|
|
1253
1262
|
], EntityManagement.prototype, "customActions", void 0);
|
|
@@ -249,6 +249,7 @@ export const getPrefixedEntities = (prefix) => html `
|
|
|
249
249
|
<foundation-form
|
|
250
250
|
part="form"
|
|
251
251
|
:renderers=${(x) => x.formRenderers}
|
|
252
|
+
:additionalRenderers=${(x) => x.additionalFormRenderers}
|
|
252
253
|
resourceName=${(x) => x.currentFormResourceName}
|
|
253
254
|
:data=${(x) => x.currentFormData}
|
|
254
255
|
design-system-prefix=${prefix}
|
|
@@ -1321,6 +1321,41 @@
|
|
|
1321
1321
|
"name": "EntityManagement",
|
|
1322
1322
|
"preserveMemberOrder": false,
|
|
1323
1323
|
"members": [
|
|
1324
|
+
{
|
|
1325
|
+
"kind": "Property",
|
|
1326
|
+
"canonicalReference": "@genesislcap/foundation-entity-management!EntityManagement#additionalFormRenderers:member",
|
|
1327
|
+
"docComment": "/**\n * Additional renderer entries to append to the form renderer registry. Use this to supply custom UI schema renderers without replacing defaults.\n *\n * @public\n */\n",
|
|
1328
|
+
"excerptTokens": [
|
|
1329
|
+
{
|
|
1330
|
+
"kind": "Content",
|
|
1331
|
+
"text": "additionalFormRenderers: "
|
|
1332
|
+
},
|
|
1333
|
+
{
|
|
1334
|
+
"kind": "Reference",
|
|
1335
|
+
"text": "RendererEntry",
|
|
1336
|
+
"canonicalReference": "@genesislcap/foundation-forms!RendererEntry:type"
|
|
1337
|
+
},
|
|
1338
|
+
{
|
|
1339
|
+
"kind": "Content",
|
|
1340
|
+
"text": "[]"
|
|
1341
|
+
},
|
|
1342
|
+
{
|
|
1343
|
+
"kind": "Content",
|
|
1344
|
+
"text": ";"
|
|
1345
|
+
}
|
|
1346
|
+
],
|
|
1347
|
+
"isReadonly": false,
|
|
1348
|
+
"isOptional": false,
|
|
1349
|
+
"releaseTag": "Public",
|
|
1350
|
+
"name": "additionalFormRenderers",
|
|
1351
|
+
"propertyTypeTokenRange": {
|
|
1352
|
+
"startIndex": 1,
|
|
1353
|
+
"endIndex": 3
|
|
1354
|
+
},
|
|
1355
|
+
"isStatic": false,
|
|
1356
|
+
"isProtected": false,
|
|
1357
|
+
"isAbstract": false
|
|
1358
|
+
},
|
|
1324
1359
|
{
|
|
1325
1360
|
"kind": "Property",
|
|
1326
1361
|
"canonicalReference": "@genesislcap/foundation-entity-management!EntityManagement#approvalMessageLabel:member",
|
|
@@ -380,6 +380,12 @@ export declare class EntityManagement extends EntityManagement_base {
|
|
|
380
380
|
* @public
|
|
381
381
|
*/
|
|
382
382
|
formRenderers: RendererEntry[];
|
|
383
|
+
/**
|
|
384
|
+
* Additional renderer entries to append to the form renderer registry.
|
|
385
|
+
* Use this to supply custom UI schema renderers without replacing defaults.
|
|
386
|
+
* @public
|
|
387
|
+
*/
|
|
388
|
+
additionalFormRenderers: RendererEntry[];
|
|
383
389
|
/**
|
|
384
390
|
* Array of custom actions that can be added to the entity management component
|
|
385
391
|
* @public
|
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.410.0",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -54,32 +54,32 @@
|
|
|
54
54
|
}
|
|
55
55
|
},
|
|
56
56
|
"devDependencies": {
|
|
57
|
-
"@genesislcap/foundation-testing": "14.
|
|
58
|
-
"@genesislcap/genx": "14.
|
|
59
|
-
"@genesislcap/rollup-builder": "14.
|
|
60
|
-
"@genesislcap/ts-builder": "14.
|
|
61
|
-
"@genesislcap/uvu-playwright-builder": "14.
|
|
62
|
-
"@genesislcap/vite-builder": "14.
|
|
63
|
-
"@genesislcap/webpack-builder": "14.
|
|
57
|
+
"@genesislcap/foundation-testing": "14.410.0",
|
|
58
|
+
"@genesislcap/genx": "14.410.0",
|
|
59
|
+
"@genesislcap/rollup-builder": "14.410.0",
|
|
60
|
+
"@genesislcap/ts-builder": "14.410.0",
|
|
61
|
+
"@genesislcap/uvu-playwright-builder": "14.410.0",
|
|
62
|
+
"@genesislcap/vite-builder": "14.410.0",
|
|
63
|
+
"@genesislcap/webpack-builder": "14.410.0"
|
|
64
64
|
},
|
|
65
65
|
"peerDependencies": {
|
|
66
66
|
"@ag-grid-community/core": "29.2.0"
|
|
67
67
|
},
|
|
68
68
|
"dependencies": {
|
|
69
|
-
"@genesislcap/foundation-ai": "14.
|
|
70
|
-
"@genesislcap/foundation-comms": "14.
|
|
71
|
-
"@genesislcap/foundation-errors": "14.
|
|
72
|
-
"@genesislcap/foundation-events": "14.
|
|
73
|
-
"@genesislcap/foundation-forms": "14.
|
|
74
|
-
"@genesislcap/foundation-logger": "14.
|
|
75
|
-
"@genesislcap/foundation-login": "14.
|
|
76
|
-
"@genesislcap/foundation-notifications": "14.
|
|
77
|
-
"@genesislcap/foundation-ui": "14.
|
|
78
|
-
"@genesislcap/foundation-utils": "14.
|
|
79
|
-
"@genesislcap/foundation-zero": "14.
|
|
80
|
-
"@genesislcap/foundation-zero-grid-pro": "14.
|
|
81
|
-
"@genesislcap/grid-pro": "14.
|
|
82
|
-
"@genesislcap/web-core": "14.
|
|
69
|
+
"@genesislcap/foundation-ai": "14.410.0",
|
|
70
|
+
"@genesislcap/foundation-comms": "14.410.0",
|
|
71
|
+
"@genesislcap/foundation-errors": "14.410.0",
|
|
72
|
+
"@genesislcap/foundation-events": "14.410.0",
|
|
73
|
+
"@genesislcap/foundation-forms": "14.410.0",
|
|
74
|
+
"@genesislcap/foundation-logger": "14.410.0",
|
|
75
|
+
"@genesislcap/foundation-login": "14.410.0",
|
|
76
|
+
"@genesislcap/foundation-notifications": "14.410.0",
|
|
77
|
+
"@genesislcap/foundation-ui": "14.410.0",
|
|
78
|
+
"@genesislcap/foundation-utils": "14.410.0",
|
|
79
|
+
"@genesislcap/foundation-zero": "14.410.0",
|
|
80
|
+
"@genesislcap/foundation-zero-grid-pro": "14.410.0",
|
|
81
|
+
"@genesislcap/grid-pro": "14.410.0",
|
|
82
|
+
"@genesislcap/web-core": "14.410.0",
|
|
83
83
|
"change-case": "^4.1.2"
|
|
84
84
|
},
|
|
85
85
|
"repository": {
|
|
@@ -91,5 +91,5 @@
|
|
|
91
91
|
"access": "public"
|
|
92
92
|
},
|
|
93
93
|
"customElements": "dist/custom-elements.json",
|
|
94
|
-
"gitHead": "
|
|
94
|
+
"gitHead": "9331a34f5da9547cbc71a4d60cc0580b3a4dca80"
|
|
95
95
|
}
|