@genesislcap/foundation-entity-management 14.89.0 → 14.90.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 +249 -249
- package/package.json +14 -14
|
@@ -767,6 +767,55 @@
|
|
|
767
767
|
}
|
|
768
768
|
]
|
|
769
769
|
},
|
|
770
|
+
{
|
|
771
|
+
"kind": "javascript-module",
|
|
772
|
+
"path": "src/layouts/default.ts",
|
|
773
|
+
"declarations": [
|
|
774
|
+
{
|
|
775
|
+
"kind": "variable",
|
|
776
|
+
"name": "loginLayout",
|
|
777
|
+
"default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
|
|
778
|
+
},
|
|
779
|
+
{
|
|
780
|
+
"kind": "variable",
|
|
781
|
+
"name": "defaultLayout",
|
|
782
|
+
"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)"
|
|
783
|
+
}
|
|
784
|
+
],
|
|
785
|
+
"exports": [
|
|
786
|
+
{
|
|
787
|
+
"kind": "js",
|
|
788
|
+
"name": "loginLayout",
|
|
789
|
+
"declaration": {
|
|
790
|
+
"name": "loginLayout",
|
|
791
|
+
"module": "src/layouts/default.ts"
|
|
792
|
+
}
|
|
793
|
+
},
|
|
794
|
+
{
|
|
795
|
+
"kind": "js",
|
|
796
|
+
"name": "defaultLayout",
|
|
797
|
+
"declaration": {
|
|
798
|
+
"name": "defaultLayout",
|
|
799
|
+
"module": "src/layouts/default.ts"
|
|
800
|
+
}
|
|
801
|
+
}
|
|
802
|
+
]
|
|
803
|
+
},
|
|
804
|
+
{
|
|
805
|
+
"kind": "javascript-module",
|
|
806
|
+
"path": "src/layouts/index.ts",
|
|
807
|
+
"declarations": [],
|
|
808
|
+
"exports": [
|
|
809
|
+
{
|
|
810
|
+
"kind": "js",
|
|
811
|
+
"name": "*",
|
|
812
|
+
"declaration": {
|
|
813
|
+
"name": "*",
|
|
814
|
+
"package": "./default"
|
|
815
|
+
}
|
|
816
|
+
}
|
|
817
|
+
]
|
|
818
|
+
},
|
|
770
819
|
{
|
|
771
820
|
"kind": "javascript-module",
|
|
772
821
|
"path": "src/list/index.ts",
|
|
@@ -1152,55 +1201,6 @@
|
|
|
1152
1201
|
}
|
|
1153
1202
|
]
|
|
1154
1203
|
},
|
|
1155
|
-
{
|
|
1156
|
-
"kind": "javascript-module",
|
|
1157
|
-
"path": "src/layouts/default.ts",
|
|
1158
|
-
"declarations": [
|
|
1159
|
-
{
|
|
1160
|
-
"kind": "variable",
|
|
1161
|
-
"name": "loginLayout",
|
|
1162
|
-
"default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
|
|
1163
|
-
},
|
|
1164
|
-
{
|
|
1165
|
-
"kind": "variable",
|
|
1166
|
-
"name": "defaultLayout",
|
|
1167
|
-
"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)"
|
|
1168
|
-
}
|
|
1169
|
-
],
|
|
1170
|
-
"exports": [
|
|
1171
|
-
{
|
|
1172
|
-
"kind": "js",
|
|
1173
|
-
"name": "loginLayout",
|
|
1174
|
-
"declaration": {
|
|
1175
|
-
"name": "loginLayout",
|
|
1176
|
-
"module": "src/layouts/default.ts"
|
|
1177
|
-
}
|
|
1178
|
-
},
|
|
1179
|
-
{
|
|
1180
|
-
"kind": "js",
|
|
1181
|
-
"name": "defaultLayout",
|
|
1182
|
-
"declaration": {
|
|
1183
|
-
"name": "defaultLayout",
|
|
1184
|
-
"module": "src/layouts/default.ts"
|
|
1185
|
-
}
|
|
1186
|
-
}
|
|
1187
|
-
]
|
|
1188
|
-
},
|
|
1189
|
-
{
|
|
1190
|
-
"kind": "javascript-module",
|
|
1191
|
-
"path": "src/layouts/index.ts",
|
|
1192
|
-
"declarations": [],
|
|
1193
|
-
"exports": [
|
|
1194
|
-
{
|
|
1195
|
-
"kind": "js",
|
|
1196
|
-
"name": "*",
|
|
1197
|
-
"declaration": {
|
|
1198
|
-
"name": "*",
|
|
1199
|
-
"package": "./default"
|
|
1200
|
-
}
|
|
1201
|
-
}
|
|
1202
|
-
]
|
|
1203
|
-
},
|
|
1204
1204
|
{
|
|
1205
1205
|
"kind": "javascript-module",
|
|
1206
1206
|
"path": "src/main/index.ts",
|
|
@@ -1354,206 +1354,6 @@
|
|
|
1354
1354
|
}
|
|
1355
1355
|
]
|
|
1356
1356
|
},
|
|
1357
|
-
{
|
|
1358
|
-
"kind": "javascript-module",
|
|
1359
|
-
"path": "src/routes/config.ts",
|
|
1360
|
-
"declarations": [],
|
|
1361
|
-
"exports": []
|
|
1362
|
-
},
|
|
1363
|
-
{
|
|
1364
|
-
"kind": "javascript-module",
|
|
1365
|
-
"path": "src/routes/index.ts",
|
|
1366
|
-
"declarations": [],
|
|
1367
|
-
"exports": [
|
|
1368
|
-
{
|
|
1369
|
-
"kind": "js",
|
|
1370
|
-
"name": "*",
|
|
1371
|
-
"declaration": {
|
|
1372
|
-
"name": "*",
|
|
1373
|
-
"package": "./config"
|
|
1374
|
-
}
|
|
1375
|
-
}
|
|
1376
|
-
]
|
|
1377
|
-
},
|
|
1378
|
-
{
|
|
1379
|
-
"kind": "javascript-module",
|
|
1380
|
-
"path": "src/users/users.template.ts",
|
|
1381
|
-
"declarations": [
|
|
1382
|
-
{
|
|
1383
|
-
"kind": "variable",
|
|
1384
|
-
"name": "UsersTemplate",
|
|
1385
|
-
"type": {
|
|
1386
|
-
"text": "ViewTemplate"
|
|
1387
|
-
},
|
|
1388
|
-
"default": "html<Users>`\n <entity-management\n resourceName=${(x) => x.resourceName}\n title=\"User Management\"\n entityLabel=\"User\"\n createEvent=\"${(x) => x.createEvent}\"\n :readEventFn=${(x) => (user) => x.readUserData(user)}\n updateEvent=\"${(x) => x.updateEvent}\"\n deleteEvent=\"${(x) => x.deleteEvent}\"\n entityLabel=\"User Details\"\n :updateFormUiSchema=${(x) =>\n editUserSchema(\n true,\n x.allAccessType,\n x.entityID,\n x.entityLabel,\n x.entityLabelKey,\n x.availableEntitiesEndpoint,\n x.additionalUpdateFields,\n )}\n :createFormUiSchema=${(x) =>\n editUserSchema(\n false,\n x.allAccessType,\n x.entityID,\n x.entityLabel,\n x.entityLabelKey,\n x.availableEntitiesEndpoint,\n x.additionalCreateFields,\n )}\n persist-column-state-key=${(x) => x.persistColumnStateKey}\n size-columns-to-fit\n :columns=${(x) => [...x.columns, ...x.entityColumn(), x.statusColumn()]}\n :datasourceConfig=${(x) => x.datasourceConfig}\n ></entity-management>\n`"
|
|
1389
|
-
}
|
|
1390
|
-
],
|
|
1391
|
-
"exports": [
|
|
1392
|
-
{
|
|
1393
|
-
"kind": "js",
|
|
1394
|
-
"name": "UsersTemplate",
|
|
1395
|
-
"declaration": {
|
|
1396
|
-
"name": "UsersTemplate",
|
|
1397
|
-
"module": "src/users/users.template.ts"
|
|
1398
|
-
}
|
|
1399
|
-
}
|
|
1400
|
-
]
|
|
1401
|
-
},
|
|
1402
|
-
{
|
|
1403
|
-
"kind": "javascript-module",
|
|
1404
|
-
"path": "src/users/users.ts",
|
|
1405
|
-
"declarations": [
|
|
1406
|
-
{
|
|
1407
|
-
"kind": "variable",
|
|
1408
|
-
"name": "UsersColumnConfig",
|
|
1409
|
-
"type": {
|
|
1410
|
-
"text": "array"
|
|
1411
|
-
},
|
|
1412
|
-
"default": "[\n {\n ...defaultColumnConfig,\n field: 'USER_NAME',\n headerName: 'Username',\n },\n {\n ...defaultColumnConfig,\n field: 'FIRST_NAME',\n headerName: 'First Name',\n },\n {\n ...defaultColumnConfig,\n field: 'LAST_NAME',\n headerName: 'Last Name',\n },\n {\n ...defaultColumnConfig,\n field: 'EMAIL_ADDRESS',\n headerName: 'Email',\n },\n {\n ...defaultColumnConfig,\n field: 'LAST_LOGIN',\n headerName: 'Last Login',\n valueFormatter: ({ value }) =>\n value\n ? new Intl.DateTimeFormat('default', {\n year: 'numeric',\n month: 'numeric',\n day: 'numeric',\n hour: 'numeric',\n minute: 'numeric',\n }).format(value)\n : '',\n },\n]",
|
|
1413
|
-
"description": "Defines the default columns which are present on the user management component",
|
|
1414
|
-
"privacy": "public"
|
|
1415
|
-
},
|
|
1416
|
-
{
|
|
1417
|
-
"kind": "class",
|
|
1418
|
-
"description": "Main class which defines the user management functionality",
|
|
1419
|
-
"name": "Users",
|
|
1420
|
-
"members": [
|
|
1421
|
-
{
|
|
1422
|
-
"kind": "field",
|
|
1423
|
-
"name": "persistColumnStateKey",
|
|
1424
|
-
"type": {
|
|
1425
|
-
"text": "string"
|
|
1426
|
-
},
|
|
1427
|
-
"default": "'entity_users_management'",
|
|
1428
|
-
"description": "This attribute controls whether and how the user manager stores the state of the columns when the user edits them. Defaulted to `entity_users_management`.",
|
|
1429
|
-
"privacy": "public"
|
|
1430
|
-
},
|
|
1431
|
-
{
|
|
1432
|
-
"kind": "field",
|
|
1433
|
-
"name": "columns",
|
|
1434
|
-
"type": {
|
|
1435
|
-
"text": "any"
|
|
1436
|
-
},
|
|
1437
|
-
"default": "[\n {\n ...defaultColumnConfig,\n field: 'USER_NAME',\n headerName: 'Username',\n },\n {\n ...defaultColumnConfig,\n field: 'FIRST_NAME',\n headerName: 'First Name',\n },\n {\n ...defaultColumnConfig,\n field: 'LAST_NAME',\n headerName: 'Last Name',\n },\n {\n ...defaultColumnConfig,\n field: 'EMAIL_ADDRESS',\n headerName: 'Email',\n },\n {\n ...defaultColumnConfig,\n field: 'LAST_LOGIN',\n headerName: 'Last Login',\n valueFormatter: ({ value }) =>\n value\n ? new Intl.DateTimeFormat('default', {\n year: 'numeric',\n month: 'numeric',\n day: 'numeric',\n hour: 'numeric',\n minute: 'numeric',\n }).format(value)\n : '',\n },\n]",
|
|
1438
|
-
"description": "Column definition, default to the UsersColumnConfig"
|
|
1439
|
-
},
|
|
1440
|
-
{
|
|
1441
|
-
"kind": "field",
|
|
1442
|
-
"name": "additionalCreateFields",
|
|
1443
|
-
"type": {
|
|
1444
|
-
"text": "any"
|
|
1445
|
-
},
|
|
1446
|
-
"default": "[]"
|
|
1447
|
-
},
|
|
1448
|
-
{
|
|
1449
|
-
"kind": "field",
|
|
1450
|
-
"name": "additionalUpdateFields",
|
|
1451
|
-
"type": {
|
|
1452
|
-
"text": "any"
|
|
1453
|
-
},
|
|
1454
|
-
"default": "[]"
|
|
1455
|
-
},
|
|
1456
|
-
{
|
|
1457
|
-
"kind": "field",
|
|
1458
|
-
"name": "allAccessType",
|
|
1459
|
-
"type": {
|
|
1460
|
-
"text": "boolean"
|
|
1461
|
-
}
|
|
1462
|
-
},
|
|
1463
|
-
{
|
|
1464
|
-
"kind": "field",
|
|
1465
|
-
"name": "entityIdValue",
|
|
1466
|
-
"type": {
|
|
1467
|
-
"text": "string"
|
|
1468
|
-
},
|
|
1469
|
-
"privacy": "private"
|
|
1470
|
-
},
|
|
1471
|
-
{
|
|
1472
|
-
"kind": "field",
|
|
1473
|
-
"name": "createEvent",
|
|
1474
|
-
"type": {
|
|
1475
|
-
"text": "string"
|
|
1476
|
-
},
|
|
1477
|
-
"description": "String which contains event if we have permission to insert user of empty string if not"
|
|
1478
|
-
},
|
|
1479
|
-
{
|
|
1480
|
-
"kind": "field",
|
|
1481
|
-
"name": "deleteEvent",
|
|
1482
|
-
"type": {
|
|
1483
|
-
"text": "string"
|
|
1484
|
-
},
|
|
1485
|
-
"description": "String which contains event if we have permission to delete user of empty string if not"
|
|
1486
|
-
},
|
|
1487
|
-
{
|
|
1488
|
-
"kind": "field",
|
|
1489
|
-
"name": "updateEvent",
|
|
1490
|
-
"type": {
|
|
1491
|
-
"text": "string"
|
|
1492
|
-
},
|
|
1493
|
-
"description": "String which contains event if we have permission to update user of empty string if not"
|
|
1494
|
-
},
|
|
1495
|
-
{
|
|
1496
|
-
"kind": "method",
|
|
1497
|
-
"name": "deepClone",
|
|
1498
|
-
"return": {
|
|
1499
|
-
"type": {
|
|
1500
|
-
"text": "Node"
|
|
1501
|
-
}
|
|
1502
|
-
}
|
|
1503
|
-
}
|
|
1504
|
-
],
|
|
1505
|
-
"attributes": [
|
|
1506
|
-
{
|
|
1507
|
-
"name": "persist-column-state-key",
|
|
1508
|
-
"type": {
|
|
1509
|
-
"text": "string"
|
|
1510
|
-
},
|
|
1511
|
-
"default": "'entity_users_management'",
|
|
1512
|
-
"description": "This attribute controls whether and how the user manager stores the state of the columns when the user edits them. Defaulted to `entity_users_management`.",
|
|
1513
|
-
"fieldName": "persistColumnStateKey"
|
|
1514
|
-
}
|
|
1515
|
-
],
|
|
1516
|
-
"mixins": [
|
|
1517
|
-
{
|
|
1518
|
-
"name": "LifecycleMixin",
|
|
1519
|
-
"package": "@genesislcap/foundation-utils"
|
|
1520
|
-
}
|
|
1521
|
-
],
|
|
1522
|
-
"superclass": {
|
|
1523
|
-
"name": "FASTElement",
|
|
1524
|
-
"package": "@microsoft/fast-element"
|
|
1525
|
-
},
|
|
1526
|
-
"tagName": "user-management",
|
|
1527
|
-
"customElement": true
|
|
1528
|
-
}
|
|
1529
|
-
],
|
|
1530
|
-
"exports": [
|
|
1531
|
-
{
|
|
1532
|
-
"kind": "js",
|
|
1533
|
-
"name": "UsersColumnConfig",
|
|
1534
|
-
"declaration": {
|
|
1535
|
-
"name": "UsersColumnConfig",
|
|
1536
|
-
"module": "src/users/users.ts"
|
|
1537
|
-
}
|
|
1538
|
-
},
|
|
1539
|
-
{
|
|
1540
|
-
"kind": "js",
|
|
1541
|
-
"name": "Users",
|
|
1542
|
-
"declaration": {
|
|
1543
|
-
"name": "Users",
|
|
1544
|
-
"module": "src/users/users.ts"
|
|
1545
|
-
}
|
|
1546
|
-
},
|
|
1547
|
-
{
|
|
1548
|
-
"kind": "custom-element-definition",
|
|
1549
|
-
"name": "user-management",
|
|
1550
|
-
"declaration": {
|
|
1551
|
-
"name": "Users",
|
|
1552
|
-
"module": "src/users/users.ts"
|
|
1553
|
-
}
|
|
1554
|
-
}
|
|
1555
|
-
]
|
|
1556
|
-
},
|
|
1557
1357
|
{
|
|
1558
1358
|
"kind": "javascript-module",
|
|
1559
1359
|
"path": "src/profiles/editProfileSchema.ts",
|
|
@@ -2405,6 +2205,206 @@
|
|
|
2405
2205
|
}
|
|
2406
2206
|
]
|
|
2407
2207
|
},
|
|
2208
|
+
{
|
|
2209
|
+
"kind": "javascript-module",
|
|
2210
|
+
"path": "src/routes/config.ts",
|
|
2211
|
+
"declarations": [],
|
|
2212
|
+
"exports": []
|
|
2213
|
+
},
|
|
2214
|
+
{
|
|
2215
|
+
"kind": "javascript-module",
|
|
2216
|
+
"path": "src/routes/index.ts",
|
|
2217
|
+
"declarations": [],
|
|
2218
|
+
"exports": [
|
|
2219
|
+
{
|
|
2220
|
+
"kind": "js",
|
|
2221
|
+
"name": "*",
|
|
2222
|
+
"declaration": {
|
|
2223
|
+
"name": "*",
|
|
2224
|
+
"package": "./config"
|
|
2225
|
+
}
|
|
2226
|
+
}
|
|
2227
|
+
]
|
|
2228
|
+
},
|
|
2229
|
+
{
|
|
2230
|
+
"kind": "javascript-module",
|
|
2231
|
+
"path": "src/users/users.template.ts",
|
|
2232
|
+
"declarations": [
|
|
2233
|
+
{
|
|
2234
|
+
"kind": "variable",
|
|
2235
|
+
"name": "UsersTemplate",
|
|
2236
|
+
"type": {
|
|
2237
|
+
"text": "ViewTemplate"
|
|
2238
|
+
},
|
|
2239
|
+
"default": "html<Users>`\n <entity-management\n resourceName=${(x) => x.resourceName}\n title=\"User Management\"\n entityLabel=\"User\"\n createEvent=\"${(x) => x.createEvent}\"\n :readEventFn=${(x) => (user) => x.readUserData(user)}\n updateEvent=\"${(x) => x.updateEvent}\"\n deleteEvent=\"${(x) => x.deleteEvent}\"\n entityLabel=\"User Details\"\n :updateFormUiSchema=${(x) =>\n editUserSchema(\n true,\n x.allAccessType,\n x.entityID,\n x.entityLabel,\n x.entityLabelKey,\n x.availableEntitiesEndpoint,\n x.additionalUpdateFields,\n )}\n :createFormUiSchema=${(x) =>\n editUserSchema(\n false,\n x.allAccessType,\n x.entityID,\n x.entityLabel,\n x.entityLabelKey,\n x.availableEntitiesEndpoint,\n x.additionalCreateFields,\n )}\n persist-column-state-key=${(x) => x.persistColumnStateKey}\n size-columns-to-fit\n :columns=${(x) => [...x.columns, ...x.entityColumn(), x.statusColumn()]}\n :datasourceConfig=${(x) => x.datasourceConfig}\n ></entity-management>\n`"
|
|
2240
|
+
}
|
|
2241
|
+
],
|
|
2242
|
+
"exports": [
|
|
2243
|
+
{
|
|
2244
|
+
"kind": "js",
|
|
2245
|
+
"name": "UsersTemplate",
|
|
2246
|
+
"declaration": {
|
|
2247
|
+
"name": "UsersTemplate",
|
|
2248
|
+
"module": "src/users/users.template.ts"
|
|
2249
|
+
}
|
|
2250
|
+
}
|
|
2251
|
+
]
|
|
2252
|
+
},
|
|
2253
|
+
{
|
|
2254
|
+
"kind": "javascript-module",
|
|
2255
|
+
"path": "src/users/users.ts",
|
|
2256
|
+
"declarations": [
|
|
2257
|
+
{
|
|
2258
|
+
"kind": "variable",
|
|
2259
|
+
"name": "UsersColumnConfig",
|
|
2260
|
+
"type": {
|
|
2261
|
+
"text": "array"
|
|
2262
|
+
},
|
|
2263
|
+
"default": "[\n {\n ...defaultColumnConfig,\n field: 'USER_NAME',\n headerName: 'Username',\n },\n {\n ...defaultColumnConfig,\n field: 'FIRST_NAME',\n headerName: 'First Name',\n },\n {\n ...defaultColumnConfig,\n field: 'LAST_NAME',\n headerName: 'Last Name',\n },\n {\n ...defaultColumnConfig,\n field: 'EMAIL_ADDRESS',\n headerName: 'Email',\n },\n {\n ...defaultColumnConfig,\n field: 'LAST_LOGIN',\n headerName: 'Last Login',\n valueFormatter: ({ value }) =>\n value\n ? new Intl.DateTimeFormat('default', {\n year: 'numeric',\n month: 'numeric',\n day: 'numeric',\n hour: 'numeric',\n minute: 'numeric',\n }).format(value)\n : '',\n },\n]",
|
|
2264
|
+
"description": "Defines the default columns which are present on the user management component",
|
|
2265
|
+
"privacy": "public"
|
|
2266
|
+
},
|
|
2267
|
+
{
|
|
2268
|
+
"kind": "class",
|
|
2269
|
+
"description": "Main class which defines the user management functionality",
|
|
2270
|
+
"name": "Users",
|
|
2271
|
+
"members": [
|
|
2272
|
+
{
|
|
2273
|
+
"kind": "field",
|
|
2274
|
+
"name": "persistColumnStateKey",
|
|
2275
|
+
"type": {
|
|
2276
|
+
"text": "string"
|
|
2277
|
+
},
|
|
2278
|
+
"default": "'entity_users_management'",
|
|
2279
|
+
"description": "This attribute controls whether and how the user manager stores the state of the columns when the user edits them. Defaulted to `entity_users_management`.",
|
|
2280
|
+
"privacy": "public"
|
|
2281
|
+
},
|
|
2282
|
+
{
|
|
2283
|
+
"kind": "field",
|
|
2284
|
+
"name": "columns",
|
|
2285
|
+
"type": {
|
|
2286
|
+
"text": "any"
|
|
2287
|
+
},
|
|
2288
|
+
"default": "[\n {\n ...defaultColumnConfig,\n field: 'USER_NAME',\n headerName: 'Username',\n },\n {\n ...defaultColumnConfig,\n field: 'FIRST_NAME',\n headerName: 'First Name',\n },\n {\n ...defaultColumnConfig,\n field: 'LAST_NAME',\n headerName: 'Last Name',\n },\n {\n ...defaultColumnConfig,\n field: 'EMAIL_ADDRESS',\n headerName: 'Email',\n },\n {\n ...defaultColumnConfig,\n field: 'LAST_LOGIN',\n headerName: 'Last Login',\n valueFormatter: ({ value }) =>\n value\n ? new Intl.DateTimeFormat('default', {\n year: 'numeric',\n month: 'numeric',\n day: 'numeric',\n hour: 'numeric',\n minute: 'numeric',\n }).format(value)\n : '',\n },\n]",
|
|
2289
|
+
"description": "Column definition, default to the UsersColumnConfig"
|
|
2290
|
+
},
|
|
2291
|
+
{
|
|
2292
|
+
"kind": "field",
|
|
2293
|
+
"name": "additionalCreateFields",
|
|
2294
|
+
"type": {
|
|
2295
|
+
"text": "any"
|
|
2296
|
+
},
|
|
2297
|
+
"default": "[]"
|
|
2298
|
+
},
|
|
2299
|
+
{
|
|
2300
|
+
"kind": "field",
|
|
2301
|
+
"name": "additionalUpdateFields",
|
|
2302
|
+
"type": {
|
|
2303
|
+
"text": "any"
|
|
2304
|
+
},
|
|
2305
|
+
"default": "[]"
|
|
2306
|
+
},
|
|
2307
|
+
{
|
|
2308
|
+
"kind": "field",
|
|
2309
|
+
"name": "allAccessType",
|
|
2310
|
+
"type": {
|
|
2311
|
+
"text": "boolean"
|
|
2312
|
+
}
|
|
2313
|
+
},
|
|
2314
|
+
{
|
|
2315
|
+
"kind": "field",
|
|
2316
|
+
"name": "entityIdValue",
|
|
2317
|
+
"type": {
|
|
2318
|
+
"text": "string"
|
|
2319
|
+
},
|
|
2320
|
+
"privacy": "private"
|
|
2321
|
+
},
|
|
2322
|
+
{
|
|
2323
|
+
"kind": "field",
|
|
2324
|
+
"name": "createEvent",
|
|
2325
|
+
"type": {
|
|
2326
|
+
"text": "string"
|
|
2327
|
+
},
|
|
2328
|
+
"description": "String which contains event if we have permission to insert user of empty string if not"
|
|
2329
|
+
},
|
|
2330
|
+
{
|
|
2331
|
+
"kind": "field",
|
|
2332
|
+
"name": "deleteEvent",
|
|
2333
|
+
"type": {
|
|
2334
|
+
"text": "string"
|
|
2335
|
+
},
|
|
2336
|
+
"description": "String which contains event if we have permission to delete user of empty string if not"
|
|
2337
|
+
},
|
|
2338
|
+
{
|
|
2339
|
+
"kind": "field",
|
|
2340
|
+
"name": "updateEvent",
|
|
2341
|
+
"type": {
|
|
2342
|
+
"text": "string"
|
|
2343
|
+
},
|
|
2344
|
+
"description": "String which contains event if we have permission to update user of empty string if not"
|
|
2345
|
+
},
|
|
2346
|
+
{
|
|
2347
|
+
"kind": "method",
|
|
2348
|
+
"name": "deepClone",
|
|
2349
|
+
"return": {
|
|
2350
|
+
"type": {
|
|
2351
|
+
"text": "Node"
|
|
2352
|
+
}
|
|
2353
|
+
}
|
|
2354
|
+
}
|
|
2355
|
+
],
|
|
2356
|
+
"attributes": [
|
|
2357
|
+
{
|
|
2358
|
+
"name": "persist-column-state-key",
|
|
2359
|
+
"type": {
|
|
2360
|
+
"text": "string"
|
|
2361
|
+
},
|
|
2362
|
+
"default": "'entity_users_management'",
|
|
2363
|
+
"description": "This attribute controls whether and how the user manager stores the state of the columns when the user edits them. Defaulted to `entity_users_management`.",
|
|
2364
|
+
"fieldName": "persistColumnStateKey"
|
|
2365
|
+
}
|
|
2366
|
+
],
|
|
2367
|
+
"mixins": [
|
|
2368
|
+
{
|
|
2369
|
+
"name": "LifecycleMixin",
|
|
2370
|
+
"package": "@genesislcap/foundation-utils"
|
|
2371
|
+
}
|
|
2372
|
+
],
|
|
2373
|
+
"superclass": {
|
|
2374
|
+
"name": "FASTElement",
|
|
2375
|
+
"package": "@microsoft/fast-element"
|
|
2376
|
+
},
|
|
2377
|
+
"tagName": "user-management",
|
|
2378
|
+
"customElement": true
|
|
2379
|
+
}
|
|
2380
|
+
],
|
|
2381
|
+
"exports": [
|
|
2382
|
+
{
|
|
2383
|
+
"kind": "js",
|
|
2384
|
+
"name": "UsersColumnConfig",
|
|
2385
|
+
"declaration": {
|
|
2386
|
+
"name": "UsersColumnConfig",
|
|
2387
|
+
"module": "src/users/users.ts"
|
|
2388
|
+
}
|
|
2389
|
+
},
|
|
2390
|
+
{
|
|
2391
|
+
"kind": "js",
|
|
2392
|
+
"name": "Users",
|
|
2393
|
+
"declaration": {
|
|
2394
|
+
"name": "Users",
|
|
2395
|
+
"module": "src/users/users.ts"
|
|
2396
|
+
}
|
|
2397
|
+
},
|
|
2398
|
+
{
|
|
2399
|
+
"kind": "custom-element-definition",
|
|
2400
|
+
"name": "user-management",
|
|
2401
|
+
"declaration": {
|
|
2402
|
+
"name": "Users",
|
|
2403
|
+
"module": "src/users/users.ts"
|
|
2404
|
+
}
|
|
2405
|
+
}
|
|
2406
|
+
]
|
|
2407
|
+
},
|
|
2408
2408
|
{
|
|
2409
2409
|
"kind": "javascript-module",
|
|
2410
2410
|
"path": "src/utils/formatting.ts",
|
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.90.0",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -44,22 +44,22 @@
|
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
46
|
"@genesislcap/foundation-login": "^14.40.0",
|
|
47
|
-
"@genesislcap/foundation-testing": "14.
|
|
48
|
-
"@genesislcap/genx": "14.
|
|
47
|
+
"@genesislcap/foundation-testing": "14.90.0",
|
|
48
|
+
"@genesislcap/genx": "14.90.0",
|
|
49
49
|
"rimraf": "^3.0.2"
|
|
50
50
|
},
|
|
51
51
|
"dependencies": {
|
|
52
52
|
"@ag-grid-community/core": "29.2.0",
|
|
53
|
-
"@genesislcap/foundation-comms": "14.
|
|
54
|
-
"@genesislcap/foundation-errors": "14.
|
|
55
|
-
"@genesislcap/foundation-forms": "14.
|
|
56
|
-
"@genesislcap/foundation-logger": "14.
|
|
57
|
-
"@genesislcap/foundation-login": "14.
|
|
58
|
-
"@genesislcap/foundation-ui": "14.
|
|
59
|
-
"@genesislcap/foundation-utils": "14.
|
|
60
|
-
"@genesislcap/foundation-zero": "14.
|
|
61
|
-
"@genesislcap/foundation-zero-grid-pro": "14.
|
|
62
|
-
"@genesislcap/grid-pro": "14.
|
|
53
|
+
"@genesislcap/foundation-comms": "14.90.0",
|
|
54
|
+
"@genesislcap/foundation-errors": "14.90.0",
|
|
55
|
+
"@genesislcap/foundation-forms": "14.90.0",
|
|
56
|
+
"@genesislcap/foundation-logger": "14.90.0",
|
|
57
|
+
"@genesislcap/foundation-login": "14.90.0",
|
|
58
|
+
"@genesislcap/foundation-ui": "14.90.0",
|
|
59
|
+
"@genesislcap/foundation-utils": "14.90.0",
|
|
60
|
+
"@genesislcap/foundation-zero": "14.90.0",
|
|
61
|
+
"@genesislcap/foundation-zero-grid-pro": "14.90.0",
|
|
62
|
+
"@genesislcap/grid-pro": "14.90.0",
|
|
63
63
|
"@microsoft/fast-components": "^2.21.3",
|
|
64
64
|
"@microsoft/fast-element": "^1.7.0",
|
|
65
65
|
"@microsoft/fast-foundation": "^2.33.2",
|
|
@@ -75,5 +75,5 @@
|
|
|
75
75
|
"access": "public"
|
|
76
76
|
},
|
|
77
77
|
"customElements": "dist/custom-elements.json",
|
|
78
|
-
"gitHead": "
|
|
78
|
+
"gitHead": "35d50fa0fac49333369118e71f212371a50bf218"
|
|
79
79
|
}
|