@genesislcap/foundation-entity-management 14.458.3-alpha-81b30f1.0 → 14.458.3
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 +160 -397
- package/dist/dts/entities/entities.d.ts +1 -29
- package/dist/dts/entities/entities.d.ts.map +1 -1
- package/dist/dts/entities/entities.template.d.ts.map +1 -1
- package/dist/dts/entities/smartFormModal.d.ts +3 -172
- package/dist/dts/entities/smartFormModal.d.ts.map +1 -1
- package/dist/dts/react.d.ts +2 -2
- package/dist/esm/entities/entities.js +3 -17
- package/dist/esm/entities/entities.template.js +4 -4
- package/dist/esm/entities/smartFormModal.js +4 -123
- package/dist/foundation-entity-management.api.json +7 -382
- package/dist/foundation-entity-management.d.ts +4 -199
- package/dist/react.cjs +11 -11
- package/dist/react.mjs +11 -11
- package/package.json +23 -23
|
@@ -342,24 +342,6 @@
|
|
|
342
342
|
"description": "Notification config used for submit failures. Defaults to an error snackbar but can be\noverridden while keeping title/body unchanged.",
|
|
343
343
|
"privacy": "public"
|
|
344
344
|
},
|
|
345
|
-
{
|
|
346
|
-
"kind": "field",
|
|
347
|
-
"name": "successNotificationTitle",
|
|
348
|
-
"type": {
|
|
349
|
-
"text": "string"
|
|
350
|
-
},
|
|
351
|
-
"description": "Overrides the success notification title shown after a successful form submission.\nWhen not set, the default \"{label} Added / Updated / Deleted\" title is used.",
|
|
352
|
-
"privacy": "public"
|
|
353
|
-
},
|
|
354
|
-
{
|
|
355
|
-
"kind": "field",
|
|
356
|
-
"name": "successNotificationBody",
|
|
357
|
-
"type": {
|
|
358
|
-
"text": "string"
|
|
359
|
-
},
|
|
360
|
-
"description": "Overrides the success notification body shown after a successful form submission.\nWhen not set, the default \"The {label} was successfully added/updated/deleted\" body is used.",
|
|
361
|
-
"privacy": "public"
|
|
362
|
-
},
|
|
363
345
|
{
|
|
364
346
|
"kind": "field",
|
|
365
347
|
"name": "title",
|
|
@@ -378,15 +360,6 @@
|
|
|
378
360
|
"description": "Label for the entity which is used in the title of the modal when editing the entity, on CRUD buttons and on toast notifications",
|
|
379
361
|
"privacy": "public"
|
|
380
362
|
},
|
|
381
|
-
{
|
|
382
|
-
"kind": "field",
|
|
383
|
-
"name": "createLabel",
|
|
384
|
-
"type": {
|
|
385
|
-
"text": "string"
|
|
386
|
-
},
|
|
387
|
-
"description": "Custom label for the create button and modal title. When set, overrides the default \"Add {entityLabel}\" text.",
|
|
388
|
-
"privacy": "public"
|
|
389
|
-
},
|
|
390
363
|
{
|
|
391
364
|
"kind": "field",
|
|
392
365
|
"name": "rowSelection",
|
|
@@ -1017,22 +990,6 @@
|
|
|
1017
990
|
"description": "Name of the event handler on the Genesis server which handles creating an entity",
|
|
1018
991
|
"fieldName": "createEvent"
|
|
1019
992
|
},
|
|
1020
|
-
{
|
|
1021
|
-
"name": "success-notification-title",
|
|
1022
|
-
"type": {
|
|
1023
|
-
"text": "string"
|
|
1024
|
-
},
|
|
1025
|
-
"description": "Overrides the success notification title shown after a successful form submission.\nWhen not set, the default \"{label} Added / Updated / Deleted\" title is used.",
|
|
1026
|
-
"fieldName": "successNotificationTitle"
|
|
1027
|
-
},
|
|
1028
|
-
{
|
|
1029
|
-
"name": "success-notification-body",
|
|
1030
|
-
"type": {
|
|
1031
|
-
"text": "string"
|
|
1032
|
-
},
|
|
1033
|
-
"description": "Overrides the success notification body shown after a successful form submission.\nWhen not set, the default \"The {label} was successfully added/updated/deleted\" body is used.",
|
|
1034
|
-
"fieldName": "successNotificationBody"
|
|
1035
|
-
},
|
|
1036
993
|
{
|
|
1037
994
|
"name": "title",
|
|
1038
995
|
"type": {
|
|
@@ -1049,14 +1006,6 @@
|
|
|
1049
1006
|
"description": "Label for the entity which is used in the title of the modal when editing the entity, on CRUD buttons and on toast notifications",
|
|
1050
1007
|
"fieldName": "entityLabel"
|
|
1051
1008
|
},
|
|
1052
|
-
{
|
|
1053
|
-
"name": "create-label",
|
|
1054
|
-
"type": {
|
|
1055
|
-
"text": "string"
|
|
1056
|
-
},
|
|
1057
|
-
"description": "Custom label for the create button and modal title. When set, overrides the default \"Add {entityLabel}\" text.",
|
|
1058
|
-
"fieldName": "createLabel"
|
|
1059
|
-
},
|
|
1060
1009
|
{
|
|
1061
1010
|
"name": "row-selection",
|
|
1062
1011
|
"type": {
|
|
@@ -1358,109 +1307,22 @@
|
|
|
1358
1307
|
"declarations": [
|
|
1359
1308
|
{
|
|
1360
1309
|
"kind": "class",
|
|
1361
|
-
"description": "
|
|
1310
|
+
"description": "The Smart Form Modal element. Allows to open a modal with an auto-generated form based\non the resource schema.",
|
|
1362
1311
|
"name": "SmartFormModal",
|
|
1363
|
-
"cssParts": [
|
|
1364
|
-
{
|
|
1365
|
-
"description": "The trigger button that opens the modal. Style via `::part(create-button)`.",
|
|
1366
|
-
"name": "create-button"
|
|
1367
|
-
}
|
|
1368
|
-
],
|
|
1369
1312
|
"members": [
|
|
1370
1313
|
{
|
|
1371
1314
|
"kind": "field",
|
|
1372
|
-
"name": "
|
|
1373
|
-
"type": {
|
|
1374
|
-
"text": "string"
|
|
1375
|
-
},
|
|
1376
|
-
"description": "The Genesis event handler that processes the form submission.",
|
|
1377
|
-
"privacy": "public"
|
|
1378
|
-
},
|
|
1379
|
-
{
|
|
1380
|
-
"kind": "method",
|
|
1381
|
-
"name": "eventChanged",
|
|
1382
|
-
"parameters": [
|
|
1383
|
-
{
|
|
1384
|
-
"name": "_",
|
|
1385
|
-
"type": {
|
|
1386
|
-
"text": "string"
|
|
1387
|
-
}
|
|
1388
|
-
},
|
|
1389
|
-
{
|
|
1390
|
-
"name": "next",
|
|
1391
|
-
"type": {
|
|
1392
|
-
"text": "string"
|
|
1393
|
-
}
|
|
1394
|
-
}
|
|
1395
|
-
]
|
|
1396
|
-
},
|
|
1397
|
-
{
|
|
1398
|
-
"kind": "field",
|
|
1399
|
-
"name": "entityLabel",
|
|
1315
|
+
"name": "gridVisible",
|
|
1400
1316
|
"type": {
|
|
1401
|
-
"text": "
|
|
1317
|
+
"text": "boolean"
|
|
1402
1318
|
},
|
|
1403
|
-
"
|
|
1404
|
-
"
|
|
1319
|
+
"default": "false",
|
|
1320
|
+
"description": "Allows configuration of the search bar component, if not provided it would build configuration based on columns in the grid\n* @internal",
|
|
1405
1321
|
"inheritedFrom": {
|
|
1406
1322
|
"name": "EntityManagement",
|
|
1407
1323
|
"module": "src/entities/entities.ts"
|
|
1408
1324
|
}
|
|
1409
1325
|
},
|
|
1410
|
-
{
|
|
1411
|
-
"kind": "field",
|
|
1412
|
-
"name": "formUiSchema",
|
|
1413
|
-
"type": {
|
|
1414
|
-
"text": "UiSchema"
|
|
1415
|
-
},
|
|
1416
|
-
"description": "UI schema that controls the layout and visibility of form fields.",
|
|
1417
|
-
"privacy": "public"
|
|
1418
|
-
},
|
|
1419
|
-
{
|
|
1420
|
-
"kind": "method",
|
|
1421
|
-
"name": "formUiSchemaChanged",
|
|
1422
|
-
"parameters": [
|
|
1423
|
-
{
|
|
1424
|
-
"name": "_",
|
|
1425
|
-
"type": {
|
|
1426
|
-
"text": "UiSchema"
|
|
1427
|
-
}
|
|
1428
|
-
},
|
|
1429
|
-
{
|
|
1430
|
-
"name": "next",
|
|
1431
|
-
"type": {
|
|
1432
|
-
"text": "UiSchema"
|
|
1433
|
-
}
|
|
1434
|
-
}
|
|
1435
|
-
]
|
|
1436
|
-
},
|
|
1437
|
-
{
|
|
1438
|
-
"kind": "field",
|
|
1439
|
-
"name": "buttonLabel",
|
|
1440
|
-
"type": {
|
|
1441
|
-
"text": "string"
|
|
1442
|
-
},
|
|
1443
|
-
"description": "Text displayed on the trigger button and as the modal title.",
|
|
1444
|
-
"privacy": "public"
|
|
1445
|
-
},
|
|
1446
|
-
{
|
|
1447
|
-
"kind": "method",
|
|
1448
|
-
"name": "buttonLabelChanged",
|
|
1449
|
-
"parameters": [
|
|
1450
|
-
{
|
|
1451
|
-
"name": "_",
|
|
1452
|
-
"type": {
|
|
1453
|
-
"text": "string"
|
|
1454
|
-
}
|
|
1455
|
-
},
|
|
1456
|
-
{
|
|
1457
|
-
"name": "next",
|
|
1458
|
-
"type": {
|
|
1459
|
-
"text": "string"
|
|
1460
|
-
}
|
|
1461
|
-
}
|
|
1462
|
-
]
|
|
1463
|
-
},
|
|
1464
1326
|
{
|
|
1465
1327
|
"kind": "field",
|
|
1466
1328
|
"name": "prefix",
|
|
@@ -1578,32 +1440,6 @@
|
|
|
1578
1440
|
"module": "src/entities/entities.ts"
|
|
1579
1441
|
}
|
|
1580
1442
|
},
|
|
1581
|
-
{
|
|
1582
|
-
"kind": "field",
|
|
1583
|
-
"name": "successNotificationTitle",
|
|
1584
|
-
"type": {
|
|
1585
|
-
"text": "string"
|
|
1586
|
-
},
|
|
1587
|
-
"description": "Overrides the success notification title shown after a successful form submission.\nWhen not set, the default \"{label} Added / Updated / Deleted\" title is used.",
|
|
1588
|
-
"privacy": "public",
|
|
1589
|
-
"inheritedFrom": {
|
|
1590
|
-
"name": "EntityManagement",
|
|
1591
|
-
"module": "src/entities/entities.ts"
|
|
1592
|
-
}
|
|
1593
|
-
},
|
|
1594
|
-
{
|
|
1595
|
-
"kind": "field",
|
|
1596
|
-
"name": "successNotificationBody",
|
|
1597
|
-
"type": {
|
|
1598
|
-
"text": "string"
|
|
1599
|
-
},
|
|
1600
|
-
"description": "Overrides the success notification body shown after a successful form submission.\nWhen not set, the default \"The {label} was successfully added/updated/deleted\" body is used.",
|
|
1601
|
-
"privacy": "public",
|
|
1602
|
-
"inheritedFrom": {
|
|
1603
|
-
"name": "EntityManagement",
|
|
1604
|
-
"module": "src/entities/entities.ts"
|
|
1605
|
-
}
|
|
1606
|
-
},
|
|
1607
1443
|
{
|
|
1608
1444
|
"kind": "field",
|
|
1609
1445
|
"name": "title",
|
|
@@ -1619,11 +1455,11 @@
|
|
|
1619
1455
|
},
|
|
1620
1456
|
{
|
|
1621
1457
|
"kind": "field",
|
|
1622
|
-
"name": "
|
|
1458
|
+
"name": "entityLabel",
|
|
1623
1459
|
"type": {
|
|
1624
1460
|
"text": "string"
|
|
1625
1461
|
},
|
|
1626
|
-
"description": "
|
|
1462
|
+
"description": "Label for the entity which is used in the title of the modal when editing the entity, on CRUD buttons and on toast notifications",
|
|
1627
1463
|
"privacy": "public",
|
|
1628
1464
|
"inheritedFrom": {
|
|
1629
1465
|
"name": "EntityManagement",
|
|
@@ -2014,19 +1850,6 @@
|
|
|
2014
1850
|
"module": "src/entities/entities.ts"
|
|
2015
1851
|
}
|
|
2016
1852
|
},
|
|
2017
|
-
{
|
|
2018
|
-
"kind": "field",
|
|
2019
|
-
"name": "gridVisible",
|
|
2020
|
-
"type": {
|
|
2021
|
-
"text": "boolean"
|
|
2022
|
-
},
|
|
2023
|
-
"default": "true",
|
|
2024
|
-
"description": "Allows configuration of the search bar component, if not provided it would build configuration based on columns in the grid\n* @internal",
|
|
2025
|
-
"inheritedFrom": {
|
|
2026
|
-
"name": "EntityManagement",
|
|
2027
|
-
"module": "src/entities/entities.ts"
|
|
2028
|
-
}
|
|
2029
|
-
},
|
|
2030
1853
|
{
|
|
2031
1854
|
"kind": "field",
|
|
2032
1855
|
"name": "enableFilters",
|
|
@@ -2380,129 +2203,13 @@
|
|
|
2380
2203
|
}
|
|
2381
2204
|
}
|
|
2382
2205
|
],
|
|
2383
|
-
"
|
|
2384
|
-
|
|
2385
|
-
|
|
2386
|
-
|
|
2387
|
-
|
|
2388
|
-
|
|
2389
|
-
"module": "src/entities/entities.ts"
|
|
2390
|
-
}
|
|
2391
|
-
},
|
|
2392
|
-
{
|
|
2393
|
-
"description": "Fired when the form submission returns an error.",
|
|
2394
|
-
"name": "submit-failure",
|
|
2395
|
-
"inheritedFrom": {
|
|
2396
|
-
"name": "EntityManagement",
|
|
2397
|
-
"module": "src/entities/entities.ts"
|
|
2398
|
-
}
|
|
2399
|
-
},
|
|
2400
|
-
{
|
|
2401
|
-
"description": "Fired when the request is changed",
|
|
2402
|
-
"name": "request-changed",
|
|
2403
|
-
"inheritedFrom": {
|
|
2404
|
-
"name": "EntityManagement",
|
|
2405
|
-
"module": "src/entities/entities.ts"
|
|
2406
|
-
}
|
|
2407
|
-
},
|
|
2408
|
-
{
|
|
2409
|
-
"description": "Fired when the criteria is changed",
|
|
2410
|
-
"name": "criteria-changed",
|
|
2411
|
-
"inheritedFrom": {
|
|
2412
|
-
"name": "EntityManagement",
|
|
2413
|
-
"module": "src/entities/entities.ts"
|
|
2414
|
-
}
|
|
2415
|
-
},
|
|
2416
|
-
{
|
|
2417
|
-
"description": "Fired when an entity is created",
|
|
2418
|
-
"name": "create-entity",
|
|
2419
|
-
"inheritedFrom": {
|
|
2420
|
-
"name": "EntityManagement",
|
|
2421
|
-
"module": "src/entities/entities.ts"
|
|
2422
|
-
}
|
|
2423
|
-
},
|
|
2424
|
-
{
|
|
2425
|
-
"description": "Fired when an entity is edited",
|
|
2426
|
-
"name": "edit-entity",
|
|
2427
|
-
"inheritedFrom": {
|
|
2428
|
-
"name": "EntityManagement",
|
|
2429
|
-
"module": "src/entities/entities.ts"
|
|
2430
|
-
}
|
|
2431
|
-
},
|
|
2432
|
-
{
|
|
2433
|
-
"description": "Fired when an entity is deleted Bubbled events from the child entity-list component",
|
|
2434
|
-
"name": "delete-entity",
|
|
2435
|
-
"inheritedFrom": {
|
|
2436
|
-
"name": "EntityManagement",
|
|
2437
|
-
"module": "src/entities/entities.ts"
|
|
2438
|
-
}
|
|
2439
|
-
},
|
|
2440
|
-
{
|
|
2441
|
-
"description": "Fired when a row is clicked",
|
|
2442
|
-
"name": "rowClick",
|
|
2443
|
-
"inheritedFrom": {
|
|
2444
|
-
"name": "EntityManagement",
|
|
2445
|
-
"module": "src/entities/entities.ts"
|
|
2446
|
-
}
|
|
2447
|
-
},
|
|
2448
|
-
{
|
|
2449
|
-
"description": "Fired when a row is double clicked",
|
|
2450
|
-
"name": "rowDblClick",
|
|
2451
|
-
"inheritedFrom": {
|
|
2452
|
-
"name": "EntityManagement",
|
|
2453
|
-
"module": "src/entities/entities.ts"
|
|
2454
|
-
}
|
|
2455
|
-
},
|
|
2456
|
-
{
|
|
2457
|
-
"description": "Fired when a row is right clicked",
|
|
2458
|
-
"name": "contextMenu",
|
|
2459
|
-
"inheritedFrom": {
|
|
2460
|
-
"name": "EntityManagement",
|
|
2461
|
-
"module": "src/entities/entities.ts"
|
|
2462
|
-
}
|
|
2463
|
-
},
|
|
2464
|
-
{
|
|
2465
|
-
"description": "Fired when a row is selected",
|
|
2466
|
-
"name": "rowSelected",
|
|
2467
|
-
"inheritedFrom": {
|
|
2468
|
-
"name": "EntityManagement",
|
|
2469
|
-
"module": "src/entities/entities.ts"
|
|
2470
|
-
}
|
|
2471
|
-
},
|
|
2472
|
-
{
|
|
2473
|
-
"description": "Fired when grid selection changes (bubbled from entity-list)",
|
|
2474
|
-
"name": "selectionChanged",
|
|
2475
|
-
"inheritedFrom": {
|
|
2476
|
-
"name": "EntityManagement",
|
|
2477
|
-
"module": "src/entities/entities.ts"
|
|
2478
|
-
}
|
|
2479
|
-
}
|
|
2480
|
-
],
|
|
2206
|
+
"superclass": {
|
|
2207
|
+
"name": "EntityManagement",
|
|
2208
|
+
"module": "/src/entities/entities"
|
|
2209
|
+
},
|
|
2210
|
+
"tagName": "smart-form-modal",
|
|
2211
|
+
"customElement": true,
|
|
2481
2212
|
"attributes": [
|
|
2482
|
-
{
|
|
2483
|
-
"name": "event",
|
|
2484
|
-
"type": {
|
|
2485
|
-
"text": "string"
|
|
2486
|
-
},
|
|
2487
|
-
"description": "The Genesis event handler that processes the form submission.",
|
|
2488
|
-
"fieldName": "event"
|
|
2489
|
-
},
|
|
2490
|
-
{
|
|
2491
|
-
"name": "entity-label",
|
|
2492
|
-
"type": {
|
|
2493
|
-
"text": "string"
|
|
2494
|
-
},
|
|
2495
|
-
"description": "Label appended to the default button text, producing \"Add {entity-label}\".",
|
|
2496
|
-
"fieldName": "entityLabel"
|
|
2497
|
-
},
|
|
2498
|
-
{
|
|
2499
|
-
"name": "button-label",
|
|
2500
|
-
"type": {
|
|
2501
|
-
"text": "string"
|
|
2502
|
-
},
|
|
2503
|
-
"description": "Text displayed on the trigger button and as the modal title.",
|
|
2504
|
-
"fieldName": "buttonLabel"
|
|
2505
|
-
},
|
|
2506
2213
|
{
|
|
2507
2214
|
"name": "design-system-prefix",
|
|
2508
2215
|
"type": {
|
|
@@ -2576,30 +2283,6 @@
|
|
|
2576
2283
|
"module": "src/entities/entities.ts"
|
|
2577
2284
|
}
|
|
2578
2285
|
},
|
|
2579
|
-
{
|
|
2580
|
-
"name": "success-notification-title",
|
|
2581
|
-
"type": {
|
|
2582
|
-
"text": "string"
|
|
2583
|
-
},
|
|
2584
|
-
"description": "Overrides the success notification title shown after a successful form submission.\nWhen not set, the default \"{label} Added / Updated / Deleted\" title is used.",
|
|
2585
|
-
"fieldName": "successNotificationTitle",
|
|
2586
|
-
"inheritedFrom": {
|
|
2587
|
-
"name": "EntityManagement",
|
|
2588
|
-
"module": "src/entities/entities.ts"
|
|
2589
|
-
}
|
|
2590
|
-
},
|
|
2591
|
-
{
|
|
2592
|
-
"name": "success-notification-body",
|
|
2593
|
-
"type": {
|
|
2594
|
-
"text": "string"
|
|
2595
|
-
},
|
|
2596
|
-
"description": "Overrides the success notification body shown after a successful form submission.\nWhen not set, the default \"The {label} was successfully added/updated/deleted\" body is used.",
|
|
2597
|
-
"fieldName": "successNotificationBody",
|
|
2598
|
-
"inheritedFrom": {
|
|
2599
|
-
"name": "EntityManagement",
|
|
2600
|
-
"module": "src/entities/entities.ts"
|
|
2601
|
-
}
|
|
2602
|
-
},
|
|
2603
2286
|
{
|
|
2604
2287
|
"name": "title",
|
|
2605
2288
|
"type": {
|
|
@@ -2624,18 +2307,6 @@
|
|
|
2624
2307
|
"module": "src/entities/entities.ts"
|
|
2625
2308
|
}
|
|
2626
2309
|
},
|
|
2627
|
-
{
|
|
2628
|
-
"name": "create-label",
|
|
2629
|
-
"type": {
|
|
2630
|
-
"text": "string"
|
|
2631
|
-
},
|
|
2632
|
-
"description": "Custom label for the create button and modal title. When set, overrides the default \"Add {entityLabel}\" text.",
|
|
2633
|
-
"fieldName": "createLabel",
|
|
2634
|
-
"inheritedFrom": {
|
|
2635
|
-
"name": "EntityManagement",
|
|
2636
|
-
"module": "src/entities/entities.ts"
|
|
2637
|
-
}
|
|
2638
|
-
},
|
|
2639
2310
|
{
|
|
2640
2311
|
"name": "row-selection",
|
|
2641
2312
|
"type": {
|
|
@@ -2951,12 +2622,104 @@
|
|
|
2951
2622
|
}
|
|
2952
2623
|
}
|
|
2953
2624
|
],
|
|
2954
|
-
"
|
|
2955
|
-
|
|
2956
|
-
|
|
2957
|
-
|
|
2958
|
-
|
|
2959
|
-
|
|
2625
|
+
"events": [
|
|
2626
|
+
{
|
|
2627
|
+
"description": "Fired when the request is changed",
|
|
2628
|
+
"name": "request-changed",
|
|
2629
|
+
"inheritedFrom": {
|
|
2630
|
+
"name": "EntityManagement",
|
|
2631
|
+
"module": "src/entities/entities.ts"
|
|
2632
|
+
}
|
|
2633
|
+
},
|
|
2634
|
+
{
|
|
2635
|
+
"description": "Fired when the criteria is changed",
|
|
2636
|
+
"name": "criteria-changed",
|
|
2637
|
+
"inheritedFrom": {
|
|
2638
|
+
"name": "EntityManagement",
|
|
2639
|
+
"module": "src/entities/entities.ts"
|
|
2640
|
+
}
|
|
2641
|
+
},
|
|
2642
|
+
{
|
|
2643
|
+
"description": "Fired when an entity is created",
|
|
2644
|
+
"name": "create-entity",
|
|
2645
|
+
"inheritedFrom": {
|
|
2646
|
+
"name": "EntityManagement",
|
|
2647
|
+
"module": "src/entities/entities.ts"
|
|
2648
|
+
}
|
|
2649
|
+
},
|
|
2650
|
+
{
|
|
2651
|
+
"description": "Fired when an entity is edited",
|
|
2652
|
+
"name": "edit-entity",
|
|
2653
|
+
"inheritedFrom": {
|
|
2654
|
+
"name": "EntityManagement",
|
|
2655
|
+
"module": "src/entities/entities.ts"
|
|
2656
|
+
}
|
|
2657
|
+
},
|
|
2658
|
+
{
|
|
2659
|
+
"description": "Fired when an entity is deleted Bubbled events from the child entity-list component",
|
|
2660
|
+
"name": "delete-entity",
|
|
2661
|
+
"inheritedFrom": {
|
|
2662
|
+
"name": "EntityManagement",
|
|
2663
|
+
"module": "src/entities/entities.ts"
|
|
2664
|
+
}
|
|
2665
|
+
},
|
|
2666
|
+
{
|
|
2667
|
+
"description": "Fired when there is an error in a create, edit or delete operation",
|
|
2668
|
+
"name": "submit-failure",
|
|
2669
|
+
"inheritedFrom": {
|
|
2670
|
+
"name": "EntityManagement",
|
|
2671
|
+
"module": "src/entities/entities.ts"
|
|
2672
|
+
}
|
|
2673
|
+
},
|
|
2674
|
+
{
|
|
2675
|
+
"description": "Fired when a create, edit or delete operation is completed successfully",
|
|
2676
|
+
"name": "submit-success",
|
|
2677
|
+
"inheritedFrom": {
|
|
2678
|
+
"name": "EntityManagement",
|
|
2679
|
+
"module": "src/entities/entities.ts"
|
|
2680
|
+
}
|
|
2681
|
+
},
|
|
2682
|
+
{
|
|
2683
|
+
"description": "Fired when a row is clicked",
|
|
2684
|
+
"name": "rowClick",
|
|
2685
|
+
"inheritedFrom": {
|
|
2686
|
+
"name": "EntityManagement",
|
|
2687
|
+
"module": "src/entities/entities.ts"
|
|
2688
|
+
}
|
|
2689
|
+
},
|
|
2690
|
+
{
|
|
2691
|
+
"description": "Fired when a row is double clicked",
|
|
2692
|
+
"name": "rowDblClick",
|
|
2693
|
+
"inheritedFrom": {
|
|
2694
|
+
"name": "EntityManagement",
|
|
2695
|
+
"module": "src/entities/entities.ts"
|
|
2696
|
+
}
|
|
2697
|
+
},
|
|
2698
|
+
{
|
|
2699
|
+
"description": "Fired when a row is right clicked",
|
|
2700
|
+
"name": "contextMenu",
|
|
2701
|
+
"inheritedFrom": {
|
|
2702
|
+
"name": "EntityManagement",
|
|
2703
|
+
"module": "src/entities/entities.ts"
|
|
2704
|
+
}
|
|
2705
|
+
},
|
|
2706
|
+
{
|
|
2707
|
+
"description": "Fired when a row is selected",
|
|
2708
|
+
"name": "rowSelected",
|
|
2709
|
+
"inheritedFrom": {
|
|
2710
|
+
"name": "EntityManagement",
|
|
2711
|
+
"module": "src/entities/entities.ts"
|
|
2712
|
+
}
|
|
2713
|
+
},
|
|
2714
|
+
{
|
|
2715
|
+
"description": "Fired when grid selection changes (bubbled from entity-list)",
|
|
2716
|
+
"name": "selectionChanged",
|
|
2717
|
+
"inheritedFrom": {
|
|
2718
|
+
"name": "EntityManagement",
|
|
2719
|
+
"module": "src/entities/entities.ts"
|
|
2720
|
+
}
|
|
2721
|
+
}
|
|
2722
|
+
]
|
|
2960
2723
|
}
|
|
2961
2724
|
],
|
|
2962
2725
|
"exports": [
|
|
@@ -2978,6 +2741,55 @@
|
|
|
2978
2741
|
}
|
|
2979
2742
|
]
|
|
2980
2743
|
},
|
|
2744
|
+
{
|
|
2745
|
+
"kind": "javascript-module",
|
|
2746
|
+
"path": "src/layouts/default.ts",
|
|
2747
|
+
"declarations": [
|
|
2748
|
+
{
|
|
2749
|
+
"kind": "variable",
|
|
2750
|
+
"name": "loginLayout",
|
|
2751
|
+
"default": "new GenesisElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
|
|
2752
|
+
},
|
|
2753
|
+
{
|
|
2754
|
+
"kind": "variable",
|
|
2755
|
+
"name": "defaultLayout",
|
|
2756
|
+
"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)"
|
|
2757
|
+
}
|
|
2758
|
+
],
|
|
2759
|
+
"exports": [
|
|
2760
|
+
{
|
|
2761
|
+
"kind": "js",
|
|
2762
|
+
"name": "loginLayout",
|
|
2763
|
+
"declaration": {
|
|
2764
|
+
"name": "loginLayout",
|
|
2765
|
+
"module": "src/layouts/default.ts"
|
|
2766
|
+
}
|
|
2767
|
+
},
|
|
2768
|
+
{
|
|
2769
|
+
"kind": "js",
|
|
2770
|
+
"name": "defaultLayout",
|
|
2771
|
+
"declaration": {
|
|
2772
|
+
"name": "defaultLayout",
|
|
2773
|
+
"module": "src/layouts/default.ts"
|
|
2774
|
+
}
|
|
2775
|
+
}
|
|
2776
|
+
]
|
|
2777
|
+
},
|
|
2778
|
+
{
|
|
2779
|
+
"kind": "javascript-module",
|
|
2780
|
+
"path": "src/layouts/index.ts",
|
|
2781
|
+
"declarations": [],
|
|
2782
|
+
"exports": [
|
|
2783
|
+
{
|
|
2784
|
+
"kind": "js",
|
|
2785
|
+
"name": "*",
|
|
2786
|
+
"declaration": {
|
|
2787
|
+
"name": "*",
|
|
2788
|
+
"package": "./default"
|
|
2789
|
+
}
|
|
2790
|
+
}
|
|
2791
|
+
]
|
|
2792
|
+
},
|
|
2981
2793
|
{
|
|
2982
2794
|
"kind": "javascript-module",
|
|
2983
2795
|
"path": "src/list/index.ts",
|
|
@@ -3751,55 +3563,6 @@
|
|
|
3751
3563
|
}
|
|
3752
3564
|
]
|
|
3753
3565
|
},
|
|
3754
|
-
{
|
|
3755
|
-
"kind": "javascript-module",
|
|
3756
|
-
"path": "src/layouts/default.ts",
|
|
3757
|
-
"declarations": [
|
|
3758
|
-
{
|
|
3759
|
-
"kind": "variable",
|
|
3760
|
-
"name": "loginLayout",
|
|
3761
|
-
"default": "new GenesisElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
|
|
3762
|
-
},
|
|
3763
|
-
{
|
|
3764
|
-
"kind": "variable",
|
|
3765
|
-
"name": "defaultLayout",
|
|
3766
|
-
"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)"
|
|
3767
|
-
}
|
|
3768
|
-
],
|
|
3769
|
-
"exports": [
|
|
3770
|
-
{
|
|
3771
|
-
"kind": "js",
|
|
3772
|
-
"name": "loginLayout",
|
|
3773
|
-
"declaration": {
|
|
3774
|
-
"name": "loginLayout",
|
|
3775
|
-
"module": "src/layouts/default.ts"
|
|
3776
|
-
}
|
|
3777
|
-
},
|
|
3778
|
-
{
|
|
3779
|
-
"kind": "js",
|
|
3780
|
-
"name": "defaultLayout",
|
|
3781
|
-
"declaration": {
|
|
3782
|
-
"name": "defaultLayout",
|
|
3783
|
-
"module": "src/layouts/default.ts"
|
|
3784
|
-
}
|
|
3785
|
-
}
|
|
3786
|
-
]
|
|
3787
|
-
},
|
|
3788
|
-
{
|
|
3789
|
-
"kind": "javascript-module",
|
|
3790
|
-
"path": "src/layouts/index.ts",
|
|
3791
|
-
"declarations": [],
|
|
3792
|
-
"exports": [
|
|
3793
|
-
{
|
|
3794
|
-
"kind": "js",
|
|
3795
|
-
"name": "*",
|
|
3796
|
-
"declaration": {
|
|
3797
|
-
"name": "*",
|
|
3798
|
-
"package": "./default"
|
|
3799
|
-
}
|
|
3800
|
-
}
|
|
3801
|
-
]
|
|
3802
|
-
},
|
|
3803
3566
|
{
|
|
3804
3567
|
"kind": "javascript-module",
|
|
3805
3568
|
"path": "src/main/index.ts",
|