@genesislcap/foundation-entity-management 14.409.1 → 14.411.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 +80 -56
- 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
|
@@ -89,6 +89,41 @@
|
|
|
89
89
|
}
|
|
90
90
|
]
|
|
91
91
|
},
|
|
92
|
+
{
|
|
93
|
+
"kind": "javascript-module",
|
|
94
|
+
"path": "src/components/components.ts",
|
|
95
|
+
"declarations": [
|
|
96
|
+
{
|
|
97
|
+
"kind": "function",
|
|
98
|
+
"name": "loadRemotes"
|
|
99
|
+
}
|
|
100
|
+
],
|
|
101
|
+
"exports": [
|
|
102
|
+
{
|
|
103
|
+
"kind": "js",
|
|
104
|
+
"name": "loadRemotes",
|
|
105
|
+
"declaration": {
|
|
106
|
+
"name": "loadRemotes",
|
|
107
|
+
"module": "src/components/components.ts"
|
|
108
|
+
}
|
|
109
|
+
}
|
|
110
|
+
]
|
|
111
|
+
},
|
|
112
|
+
{
|
|
113
|
+
"kind": "javascript-module",
|
|
114
|
+
"path": "src/components/index.ts",
|
|
115
|
+
"declarations": [],
|
|
116
|
+
"exports": [
|
|
117
|
+
{
|
|
118
|
+
"kind": "js",
|
|
119
|
+
"name": "*",
|
|
120
|
+
"declaration": {
|
|
121
|
+
"name": "*",
|
|
122
|
+
"package": "./components"
|
|
123
|
+
}
|
|
124
|
+
}
|
|
125
|
+
]
|
|
126
|
+
},
|
|
92
127
|
{
|
|
93
128
|
"kind": "javascript-module",
|
|
94
129
|
"path": "src/entities/entities.styles.ts",
|
|
@@ -412,6 +447,16 @@
|
|
|
412
447
|
"description": "Array with renderers used by foundation-forms",
|
|
413
448
|
"privacy": "public"
|
|
414
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
|
+
},
|
|
415
460
|
{
|
|
416
461
|
"kind": "field",
|
|
417
462
|
"name": "customActions",
|
|
@@ -1544,6 +1589,20 @@
|
|
|
1544
1589
|
"module": "src/entities/entities.ts"
|
|
1545
1590
|
}
|
|
1546
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
|
+
},
|
|
1547
1606
|
{
|
|
1548
1607
|
"kind": "field",
|
|
1549
1608
|
"name": "customActions",
|
|
@@ -2636,41 +2695,6 @@
|
|
|
2636
2695
|
}
|
|
2637
2696
|
]
|
|
2638
2697
|
},
|
|
2639
|
-
{
|
|
2640
|
-
"kind": "javascript-module",
|
|
2641
|
-
"path": "src/components/components.ts",
|
|
2642
|
-
"declarations": [
|
|
2643
|
-
{
|
|
2644
|
-
"kind": "function",
|
|
2645
|
-
"name": "loadRemotes"
|
|
2646
|
-
}
|
|
2647
|
-
],
|
|
2648
|
-
"exports": [
|
|
2649
|
-
{
|
|
2650
|
-
"kind": "js",
|
|
2651
|
-
"name": "loadRemotes",
|
|
2652
|
-
"declaration": {
|
|
2653
|
-
"name": "loadRemotes",
|
|
2654
|
-
"module": "src/components/components.ts"
|
|
2655
|
-
}
|
|
2656
|
-
}
|
|
2657
|
-
]
|
|
2658
|
-
},
|
|
2659
|
-
{
|
|
2660
|
-
"kind": "javascript-module",
|
|
2661
|
-
"path": "src/components/index.ts",
|
|
2662
|
-
"declarations": [],
|
|
2663
|
-
"exports": [
|
|
2664
|
-
{
|
|
2665
|
-
"kind": "js",
|
|
2666
|
-
"name": "*",
|
|
2667
|
-
"declaration": {
|
|
2668
|
-
"name": "*",
|
|
2669
|
-
"package": "./components"
|
|
2670
|
-
}
|
|
2671
|
-
}
|
|
2672
|
-
]
|
|
2673
|
-
},
|
|
2674
2698
|
{
|
|
2675
2699
|
"kind": "javascript-module",
|
|
2676
2700
|
"path": "src/list/index.ts",
|
|
@@ -3514,6 +3538,27 @@
|
|
|
3514
3538
|
}
|
|
3515
3539
|
]
|
|
3516
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
|
+
},
|
|
3517
3562
|
{
|
|
3518
3563
|
"kind": "javascript-module",
|
|
3519
3564
|
"path": "src/layouts/default.ts",
|
|
@@ -3563,27 +3608,6 @@
|
|
|
3563
3608
|
}
|
|
3564
3609
|
]
|
|
3565
3610
|
},
|
|
3566
|
-
{
|
|
3567
|
-
"kind": "javascript-module",
|
|
3568
|
-
"path": "src/routes/config.ts",
|
|
3569
|
-
"declarations": [],
|
|
3570
|
-
"exports": []
|
|
3571
|
-
},
|
|
3572
|
-
{
|
|
3573
|
-
"kind": "javascript-module",
|
|
3574
|
-
"path": "src/routes/index.ts",
|
|
3575
|
-
"declarations": [],
|
|
3576
|
-
"exports": [
|
|
3577
|
-
{
|
|
3578
|
-
"kind": "js",
|
|
3579
|
-
"name": "*",
|
|
3580
|
-
"declaration": {
|
|
3581
|
-
"name": "*",
|
|
3582
|
-
"package": "./config"
|
|
3583
|
-
}
|
|
3584
|
-
}
|
|
3585
|
-
]
|
|
3586
|
-
},
|
|
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.411.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.411.0",
|
|
58
|
+
"@genesislcap/genx": "14.411.0",
|
|
59
|
+
"@genesislcap/rollup-builder": "14.411.0",
|
|
60
|
+
"@genesislcap/ts-builder": "14.411.0",
|
|
61
|
+
"@genesislcap/uvu-playwright-builder": "14.411.0",
|
|
62
|
+
"@genesislcap/vite-builder": "14.411.0",
|
|
63
|
+
"@genesislcap/webpack-builder": "14.411.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.411.0",
|
|
70
|
+
"@genesislcap/foundation-comms": "14.411.0",
|
|
71
|
+
"@genesislcap/foundation-errors": "14.411.0",
|
|
72
|
+
"@genesislcap/foundation-events": "14.411.0",
|
|
73
|
+
"@genesislcap/foundation-forms": "14.411.0",
|
|
74
|
+
"@genesislcap/foundation-logger": "14.411.0",
|
|
75
|
+
"@genesislcap/foundation-login": "14.411.0",
|
|
76
|
+
"@genesislcap/foundation-notifications": "14.411.0",
|
|
77
|
+
"@genesislcap/foundation-ui": "14.411.0",
|
|
78
|
+
"@genesislcap/foundation-utils": "14.411.0",
|
|
79
|
+
"@genesislcap/foundation-zero": "14.411.0",
|
|
80
|
+
"@genesislcap/foundation-zero-grid-pro": "14.411.0",
|
|
81
|
+
"@genesislcap/grid-pro": "14.411.0",
|
|
82
|
+
"@genesislcap/web-core": "14.411.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": "f0f06261f9263da766433fa02f4c011c3391e3c4"
|
|
95
95
|
}
|