@genesislcap/foundation-entity-management 14.164.0 → 14.164.1-datasrouce-clone-fix.2

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.
Files changed (2) hide show
  1. package/dist/custom-elements.json +359 -359
  2. package/package.json +21 -21
@@ -838,6 +838,208 @@
838
838
  }
839
839
  ]
840
840
  },
841
+ {
842
+ "kind": "javascript-module",
843
+ "path": "src/layouts/default.ts",
844
+ "declarations": [
845
+ {
846
+ "kind": "variable",
847
+ "name": "loginLayout",
848
+ "default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
849
+ },
850
+ {
851
+ "kind": "variable",
852
+ "name": "defaultLayout",
853
+ "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)"
854
+ }
855
+ ],
856
+ "exports": [
857
+ {
858
+ "kind": "js",
859
+ "name": "loginLayout",
860
+ "declaration": {
861
+ "name": "loginLayout",
862
+ "module": "src/layouts/default.ts"
863
+ }
864
+ },
865
+ {
866
+ "kind": "js",
867
+ "name": "defaultLayout",
868
+ "declaration": {
869
+ "name": "defaultLayout",
870
+ "module": "src/layouts/default.ts"
871
+ }
872
+ }
873
+ ]
874
+ },
875
+ {
876
+ "kind": "javascript-module",
877
+ "path": "src/layouts/index.ts",
878
+ "declarations": [],
879
+ "exports": [
880
+ {
881
+ "kind": "js",
882
+ "name": "*",
883
+ "declaration": {
884
+ "name": "*",
885
+ "package": "./default"
886
+ }
887
+ }
888
+ ]
889
+ },
890
+ {
891
+ "kind": "javascript-module",
892
+ "path": "src/main/index.ts",
893
+ "declarations": [],
894
+ "exports": [
895
+ {
896
+ "kind": "js",
897
+ "name": "*",
898
+ "declaration": {
899
+ "name": "*",
900
+ "package": "./main.template"
901
+ }
902
+ },
903
+ {
904
+ "kind": "js",
905
+ "name": "*",
906
+ "declaration": {
907
+ "name": "*",
908
+ "package": "./main"
909
+ }
910
+ }
911
+ ]
912
+ },
913
+ {
914
+ "kind": "javascript-module",
915
+ "path": "src/main/main.styles.ts",
916
+ "declarations": [
917
+ {
918
+ "kind": "variable",
919
+ "name": "MainStyles",
920
+ "default": "css`\n ${mixinRobotoFont()}\n :host {\n contain: content;\n }\n\n :host,\n zero-design-system-provider,\n .dynamic-template,\n foundation-router {\n display: flex;\n width: 100%;\n height: 100%;\n }\n\n fast-progress {\n --accent-foreground-rest: #654df9;\n\n height: calc(var(--design-unit) * 1px);\n margin: 0;\n width: 100%;\n }\n`"
921
+ }
922
+ ],
923
+ "exports": [
924
+ {
925
+ "kind": "js",
926
+ "name": "MainStyles",
927
+ "declaration": {
928
+ "name": "MainStyles",
929
+ "module": "src/main/main.styles.ts"
930
+ }
931
+ }
932
+ ]
933
+ },
934
+ {
935
+ "kind": "javascript-module",
936
+ "path": "src/main/main.template.ts",
937
+ "declarations": [],
938
+ "exports": []
939
+ },
940
+ {
941
+ "kind": "javascript-module",
942
+ "path": "src/main/main.ts",
943
+ "declarations": [
944
+ {
945
+ "kind": "class",
946
+ "description": "",
947
+ "name": "MainApplication",
948
+ "members": [
949
+ {
950
+ "kind": "field",
951
+ "name": "config",
952
+ "type": {
953
+ "text": "MainRouterConfig"
954
+ }
955
+ },
956
+ {
957
+ "kind": "field",
958
+ "name": "connect",
959
+ "type": {
960
+ "text": "Connect"
961
+ }
962
+ },
963
+ {
964
+ "kind": "field",
965
+ "name": "session",
966
+ "type": {
967
+ "text": "Session"
968
+ }
969
+ },
970
+ {
971
+ "kind": "field",
972
+ "name": "container",
973
+ "type": {
974
+ "text": "Container"
975
+ }
976
+ },
977
+ {
978
+ "kind": "field",
979
+ "name": "provider",
980
+ "type": {
981
+ "text": "any"
982
+ }
983
+ },
984
+ {
985
+ "kind": "field",
986
+ "name": "ready",
987
+ "type": {
988
+ "text": "boolean"
989
+ },
990
+ "default": "false"
991
+ },
992
+ {
993
+ "kind": "field",
994
+ "name": "data",
995
+ "type": {
996
+ "text": "any"
997
+ },
998
+ "default": "null"
999
+ },
1000
+ {
1001
+ "kind": "method",
1002
+ "name": "onLuminanceToggle"
1003
+ },
1004
+ {
1005
+ "kind": "method",
1006
+ "name": "loadRemotes"
1007
+ },
1008
+ {
1009
+ "kind": "method",
1010
+ "name": "selectTemplate"
1011
+ },
1012
+ {
1013
+ "kind": "method",
1014
+ "name": "registerDIDependencies",
1015
+ "privacy": "private"
1016
+ }
1017
+ ],
1018
+ "superclass": {
1019
+ "name": "FASTElement",
1020
+ "package": "@microsoft/fast-element"
1021
+ },
1022
+ "customElement": true
1023
+ }
1024
+ ],
1025
+ "exports": [
1026
+ {
1027
+ "kind": "js",
1028
+ "name": "MainApplication",
1029
+ "declaration": {
1030
+ "name": "MainApplication",
1031
+ "module": "src/main/main.ts"
1032
+ }
1033
+ },
1034
+ {
1035
+ "kind": "custom-element-definition",
1036
+ "declaration": {
1037
+ "name": "MainApplication",
1038
+ "module": "src/main/main.ts"
1039
+ }
1040
+ }
1041
+ ]
1042
+ },
841
1043
  {
842
1044
  "kind": "javascript-module",
843
1045
  "path": "src/list/index.ts",
@@ -1106,356 +1308,154 @@
1106
1308
  },
1107
1309
  {
1108
1310
  "kind": "method",
1109
- "name": "select",
1110
- "privacy": "private",
1111
- "parameters": [
1112
- {
1113
- "name": "e"
1114
- }
1115
- ]
1116
- },
1117
- {
1118
- "kind": "field",
1119
- "name": "edit",
1120
- "privacy": "private"
1121
- },
1122
- {
1123
- "kind": "method",
1124
- "name": "delete",
1125
- "parameters": [
1126
- {
1127
- "name": "e"
1128
- }
1129
- ]
1130
- }
1131
- ],
1132
- "attributes": [
1133
- {
1134
- "name": "resourceName",
1135
- "type": {
1136
- "text": "string"
1137
- },
1138
- "default": "''",
1139
- "fieldName": "resourceName"
1140
- },
1141
- {
1142
- "name": "title",
1143
- "type": {
1144
- "text": "string"
1145
- },
1146
- "default": "''",
1147
- "fieldName": "title"
1148
- },
1149
- {
1150
- "name": "persist-column-state-key",
1151
- "type": {
1152
- "text": "string"
1153
- },
1154
- "fieldName": "persistColumnStateKey"
1155
- },
1156
- {
1157
- "name": "size-columns-to-fit",
1158
- "type": {
1159
- "text": "boolean"
1160
- },
1161
- "fieldName": "sizeColumnsToFit"
1162
- },
1163
- {
1164
- "name": "enable-filter-bar",
1165
- "type": {
1166
- "text": "boolean"
1167
- },
1168
- "fieldName": "enableFilterBar"
1169
- },
1170
- {
1171
- "name": "async-add",
1172
- "type": {
1173
- "text": "boolean"
1174
- },
1175
- "default": "false",
1176
- "fieldName": "asyncAdd"
1177
- },
1178
- {
1179
- "name": "async-remove",
1180
- "type": {
1181
- "text": "boolean"
1182
- },
1183
- "default": "false",
1184
- "fieldName": "asyncRemove"
1185
- },
1186
- {
1187
- "name": "async-update",
1188
- "type": {
1189
- "text": "boolean"
1190
- },
1191
- "default": "true",
1192
- "fieldName": "asyncUpdate"
1193
- },
1194
- {
1195
- "name": "enable-cell-flashing",
1196
- "type": {
1197
- "text": "boolean"
1198
- },
1199
- "default": "false",
1200
- "fieldName": "enableCellFlashing"
1201
- },
1202
- {
1203
- "name": "enable-row-flashing",
1204
- "type": {
1205
- "text": "boolean"
1206
- },
1207
- "default": "false",
1208
- "fieldName": "enableRowFlashing"
1209
- },
1210
- {
1211
- "name": "hide-edit",
1212
- "type": {
1213
- "text": "boolean"
1214
- },
1215
- "default": "false",
1216
- "fieldName": "hideEdit"
1217
- },
1218
- {
1219
- "name": "hide-delete",
1220
- "type": {
1221
- "text": "boolean"
1222
- },
1223
- "default": "false",
1224
- "fieldName": "hideDelete"
1225
- },
1226
- {
1227
- "name": "header-case-type",
1228
- "type": {
1229
- "text": "GridProCaseType"
1230
- },
1231
- "fieldName": "headerCaseType"
1232
- }
1233
- ],
1234
- "superclass": {
1235
- "name": "FASTElement",
1236
- "package": "@microsoft/fast-element"
1237
- },
1238
- "tagName": "entity-list",
1239
- "customElement": true
1240
- }
1241
- ],
1242
- "exports": [
1243
- {
1244
- "kind": "js",
1245
- "name": "List",
1246
- "declaration": {
1247
- "name": "List",
1248
- "module": "src/list/list.ts"
1249
- }
1250
- },
1251
- {
1252
- "kind": "custom-element-definition",
1253
- "name": "entity-list",
1254
- "declaration": {
1255
- "name": "List",
1256
- "module": "src/list/list.ts"
1257
- }
1258
- }
1259
- ]
1260
- },
1261
- {
1262
- "kind": "javascript-module",
1263
- "path": "src/layouts/default.ts",
1264
- "declarations": [
1265
- {
1266
- "kind": "variable",
1267
- "name": "loginLayout",
1268
- "default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
1269
- },
1270
- {
1271
- "kind": "variable",
1272
- "name": "defaultLayout",
1273
- "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)"
1274
- }
1275
- ],
1276
- "exports": [
1277
- {
1278
- "kind": "js",
1279
- "name": "loginLayout",
1280
- "declaration": {
1281
- "name": "loginLayout",
1282
- "module": "src/layouts/default.ts"
1283
- }
1284
- },
1285
- {
1286
- "kind": "js",
1287
- "name": "defaultLayout",
1288
- "declaration": {
1289
- "name": "defaultLayout",
1290
- "module": "src/layouts/default.ts"
1291
- }
1292
- }
1293
- ]
1294
- },
1295
- {
1296
- "kind": "javascript-module",
1297
- "path": "src/layouts/index.ts",
1298
- "declarations": [],
1299
- "exports": [
1300
- {
1301
- "kind": "js",
1302
- "name": "*",
1303
- "declaration": {
1304
- "name": "*",
1305
- "package": "./default"
1306
- }
1307
- }
1308
- ]
1309
- },
1310
- {
1311
- "kind": "javascript-module",
1312
- "path": "src/main/index.ts",
1313
- "declarations": [],
1314
- "exports": [
1315
- {
1316
- "kind": "js",
1317
- "name": "*",
1318
- "declaration": {
1319
- "name": "*",
1320
- "package": "./main.template"
1321
- }
1322
- },
1323
- {
1324
- "kind": "js",
1325
- "name": "*",
1326
- "declaration": {
1327
- "name": "*",
1328
- "package": "./main"
1329
- }
1330
- }
1331
- ]
1332
- },
1333
- {
1334
- "kind": "javascript-module",
1335
- "path": "src/main/main.styles.ts",
1336
- "declarations": [
1337
- {
1338
- "kind": "variable",
1339
- "name": "MainStyles",
1340
- "default": "css`\n ${mixinRobotoFont()}\n :host {\n contain: content;\n }\n\n :host,\n zero-design-system-provider,\n .dynamic-template,\n foundation-router {\n display: flex;\n width: 100%;\n height: 100%;\n }\n\n fast-progress {\n --accent-foreground-rest: #654df9;\n\n height: calc(var(--design-unit) * 1px);\n margin: 0;\n width: 100%;\n }\n`"
1341
- }
1342
- ],
1343
- "exports": [
1344
- {
1345
- "kind": "js",
1346
- "name": "MainStyles",
1347
- "declaration": {
1348
- "name": "MainStyles",
1349
- "module": "src/main/main.styles.ts"
1350
- }
1351
- }
1352
- ]
1353
- },
1354
- {
1355
- "kind": "javascript-module",
1356
- "path": "src/main/main.template.ts",
1357
- "declarations": [],
1358
- "exports": []
1359
- },
1360
- {
1361
- "kind": "javascript-module",
1362
- "path": "src/main/main.ts",
1363
- "declarations": [
1364
- {
1365
- "kind": "class",
1366
- "description": "",
1367
- "name": "MainApplication",
1368
- "members": [
1311
+ "name": "select",
1312
+ "privacy": "private",
1313
+ "parameters": [
1314
+ {
1315
+ "name": "e"
1316
+ }
1317
+ ]
1318
+ },
1369
1319
  {
1370
1320
  "kind": "field",
1371
- "name": "config",
1321
+ "name": "edit",
1322
+ "privacy": "private"
1323
+ },
1324
+ {
1325
+ "kind": "method",
1326
+ "name": "delete",
1327
+ "parameters": [
1328
+ {
1329
+ "name": "e"
1330
+ }
1331
+ ]
1332
+ }
1333
+ ],
1334
+ "attributes": [
1335
+ {
1336
+ "name": "resourceName",
1372
1337
  "type": {
1373
- "text": "MainRouterConfig"
1374
- }
1338
+ "text": "string"
1339
+ },
1340
+ "default": "''",
1341
+ "fieldName": "resourceName"
1375
1342
  },
1376
1343
  {
1377
- "kind": "field",
1378
- "name": "connect",
1344
+ "name": "title",
1379
1345
  "type": {
1380
- "text": "Connect"
1381
- }
1346
+ "text": "string"
1347
+ },
1348
+ "default": "''",
1349
+ "fieldName": "title"
1382
1350
  },
1383
1351
  {
1384
- "kind": "field",
1385
- "name": "session",
1352
+ "name": "persist-column-state-key",
1386
1353
  "type": {
1387
- "text": "Session"
1388
- }
1354
+ "text": "string"
1355
+ },
1356
+ "fieldName": "persistColumnStateKey"
1389
1357
  },
1390
1358
  {
1391
- "kind": "field",
1392
- "name": "container",
1359
+ "name": "size-columns-to-fit",
1393
1360
  "type": {
1394
- "text": "Container"
1395
- }
1361
+ "text": "boolean"
1362
+ },
1363
+ "fieldName": "sizeColumnsToFit"
1396
1364
  },
1397
1365
  {
1398
- "kind": "field",
1399
- "name": "provider",
1366
+ "name": "enable-filter-bar",
1400
1367
  "type": {
1401
- "text": "any"
1402
- }
1368
+ "text": "boolean"
1369
+ },
1370
+ "fieldName": "enableFilterBar"
1403
1371
  },
1404
1372
  {
1405
- "kind": "field",
1406
- "name": "ready",
1373
+ "name": "async-add",
1407
1374
  "type": {
1408
1375
  "text": "boolean"
1409
1376
  },
1410
- "default": "false"
1377
+ "default": "false",
1378
+ "fieldName": "asyncAdd"
1411
1379
  },
1412
1380
  {
1413
- "kind": "field",
1414
- "name": "data",
1381
+ "name": "async-remove",
1415
1382
  "type": {
1416
- "text": "any"
1383
+ "text": "boolean"
1417
1384
  },
1418
- "default": "null"
1385
+ "default": "false",
1386
+ "fieldName": "asyncRemove"
1419
1387
  },
1420
1388
  {
1421
- "kind": "method",
1422
- "name": "onLuminanceToggle"
1389
+ "name": "async-update",
1390
+ "type": {
1391
+ "text": "boolean"
1392
+ },
1393
+ "default": "true",
1394
+ "fieldName": "asyncUpdate"
1423
1395
  },
1424
1396
  {
1425
- "kind": "method",
1426
- "name": "loadRemotes"
1397
+ "name": "enable-cell-flashing",
1398
+ "type": {
1399
+ "text": "boolean"
1400
+ },
1401
+ "default": "false",
1402
+ "fieldName": "enableCellFlashing"
1427
1403
  },
1428
1404
  {
1429
- "kind": "method",
1430
- "name": "selectTemplate"
1405
+ "name": "enable-row-flashing",
1406
+ "type": {
1407
+ "text": "boolean"
1408
+ },
1409
+ "default": "false",
1410
+ "fieldName": "enableRowFlashing"
1431
1411
  },
1432
1412
  {
1433
- "kind": "method",
1434
- "name": "registerDIDependencies",
1435
- "privacy": "private"
1413
+ "name": "hide-edit",
1414
+ "type": {
1415
+ "text": "boolean"
1416
+ },
1417
+ "default": "false",
1418
+ "fieldName": "hideEdit"
1419
+ },
1420
+ {
1421
+ "name": "hide-delete",
1422
+ "type": {
1423
+ "text": "boolean"
1424
+ },
1425
+ "default": "false",
1426
+ "fieldName": "hideDelete"
1427
+ },
1428
+ {
1429
+ "name": "header-case-type",
1430
+ "type": {
1431
+ "text": "GridProCaseType"
1432
+ },
1433
+ "fieldName": "headerCaseType"
1436
1434
  }
1437
1435
  ],
1438
1436
  "superclass": {
1439
1437
  "name": "FASTElement",
1440
1438
  "package": "@microsoft/fast-element"
1441
1439
  },
1440
+ "tagName": "entity-list",
1442
1441
  "customElement": true
1443
1442
  }
1444
1443
  ],
1445
1444
  "exports": [
1446
1445
  {
1447
1446
  "kind": "js",
1448
- "name": "MainApplication",
1447
+ "name": "List",
1449
1448
  "declaration": {
1450
- "name": "MainApplication",
1451
- "module": "src/main/main.ts"
1449
+ "name": "List",
1450
+ "module": "src/list/list.ts"
1452
1451
  }
1453
1452
  },
1454
1453
  {
1455
1454
  "kind": "custom-element-definition",
1455
+ "name": "entity-list",
1456
1456
  "declaration": {
1457
- "name": "MainApplication",
1458
- "module": "src/main/main.ts"
1457
+ "name": "List",
1458
+ "module": "src/list/list.ts"
1459
1459
  }
1460
1460
  }
1461
1461
  ]
@@ -2643,6 +2643,65 @@
2643
2643
  }
2644
2644
  ]
2645
2645
  },
2646
+ {
2647
+ "kind": "javascript-module",
2648
+ "path": "src/routes/demo/entity-management.template.ts",
2649
+ "declarations": [
2650
+ {
2651
+ "kind": "variable",
2652
+ "name": "EntityManagementDemoTemplate",
2653
+ "type": {
2654
+ "text": "ViewTemplate"
2655
+ },
2656
+ "default": "html<EntityManagementDemo>`\n <zero-tabs>\n <span slot=\"start\">Entity Management</span>\n <zero-tab data-test-id=\"profiles\" slot=\"tab\">Counterparty</zero-tab>\n <zero-tab-panel slot=\"tabpanel\">\n <zero-notification-listener>\n <entity-management\n resourceName=\"ALL_COUNTERPARTYS\"\n title=\"Counterparty Management\"\n updateEvent=\"EVENT_COUNTERPARTY_MODIFY\"\n deleteEvent=\"EVENT_COUNTERPARTY_DELETE\"\n createEvent=\"EVENT_COUNTERPARTY_INSERT\"\n ></entity-management>\n </zero-notification-listener>\n </zero-tab-panel>\n </zero-tabs>\n`"
2657
+ }
2658
+ ],
2659
+ "exports": [
2660
+ {
2661
+ "kind": "js",
2662
+ "name": "EntityManagementDemoTemplate",
2663
+ "declaration": {
2664
+ "name": "EntityManagementDemoTemplate",
2665
+ "module": "src/routes/demo/entity-management.template.ts"
2666
+ }
2667
+ }
2668
+ ]
2669
+ },
2670
+ {
2671
+ "kind": "javascript-module",
2672
+ "path": "src/routes/demo/entity-management.ts",
2673
+ "declarations": [
2674
+ {
2675
+ "kind": "class",
2676
+ "description": "",
2677
+ "name": "EntityManagementDemo",
2678
+ "superclass": {
2679
+ "name": "FASTElement",
2680
+ "package": "@microsoft/fast-element"
2681
+ },
2682
+ "tagName": "entity-management-demo",
2683
+ "customElement": true
2684
+ }
2685
+ ],
2686
+ "exports": [
2687
+ {
2688
+ "kind": "js",
2689
+ "name": "EntityManagementDemo",
2690
+ "declaration": {
2691
+ "name": "EntityManagementDemo",
2692
+ "module": "src/routes/demo/entity-management.ts"
2693
+ }
2694
+ },
2695
+ {
2696
+ "kind": "custom-element-definition",
2697
+ "name": "entity-management-demo",
2698
+ "declaration": {
2699
+ "name": "EntityManagementDemo",
2700
+ "module": "src/routes/demo/entity-management.ts"
2701
+ }
2702
+ }
2703
+ ]
2704
+ },
2646
2705
  {
2647
2706
  "kind": "javascript-module",
2648
2707
  "path": "src/utils/formatting.ts",
@@ -2758,65 +2817,6 @@
2758
2817
  }
2759
2818
  }
2760
2819
  ]
2761
- },
2762
- {
2763
- "kind": "javascript-module",
2764
- "path": "src/routes/demo/entity-management.template.ts",
2765
- "declarations": [
2766
- {
2767
- "kind": "variable",
2768
- "name": "EntityManagementDemoTemplate",
2769
- "type": {
2770
- "text": "ViewTemplate"
2771
- },
2772
- "default": "html<EntityManagementDemo>`\n <zero-tabs>\n <span slot=\"start\">Entity Management</span>\n <zero-tab data-test-id=\"profiles\" slot=\"tab\">Counterparty</zero-tab>\n <zero-tab-panel slot=\"tabpanel\">\n <zero-notification-listener>\n <entity-management\n resourceName=\"ALL_COUNTERPARTYS\"\n title=\"Counterparty Management\"\n updateEvent=\"EVENT_COUNTERPARTY_MODIFY\"\n deleteEvent=\"EVENT_COUNTERPARTY_DELETE\"\n createEvent=\"EVENT_COUNTERPARTY_INSERT\"\n ></entity-management>\n </zero-notification-listener>\n </zero-tab-panel>\n </zero-tabs>\n`"
2773
- }
2774
- ],
2775
- "exports": [
2776
- {
2777
- "kind": "js",
2778
- "name": "EntityManagementDemoTemplate",
2779
- "declaration": {
2780
- "name": "EntityManagementDemoTemplate",
2781
- "module": "src/routes/demo/entity-management.template.ts"
2782
- }
2783
- }
2784
- ]
2785
- },
2786
- {
2787
- "kind": "javascript-module",
2788
- "path": "src/routes/demo/entity-management.ts",
2789
- "declarations": [
2790
- {
2791
- "kind": "class",
2792
- "description": "",
2793
- "name": "EntityManagementDemo",
2794
- "superclass": {
2795
- "name": "FASTElement",
2796
- "package": "@microsoft/fast-element"
2797
- },
2798
- "tagName": "entity-management-demo",
2799
- "customElement": true
2800
- }
2801
- ],
2802
- "exports": [
2803
- {
2804
- "kind": "js",
2805
- "name": "EntityManagementDemo",
2806
- "declaration": {
2807
- "name": "EntityManagementDemo",
2808
- "module": "src/routes/demo/entity-management.ts"
2809
- }
2810
- },
2811
- {
2812
- "kind": "custom-element-definition",
2813
- "name": "entity-management-demo",
2814
- "declaration": {
2815
- "name": "EntityManagementDemo",
2816
- "module": "src/routes/demo/entity-management.ts"
2817
- }
2818
- }
2819
- ]
2820
2820
  }
2821
2821
  ]
2822
2822
  }
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.164.0",
4
+ "version": "14.164.1-datasrouce-clone-fix.2",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -43,29 +43,29 @@
43
43
  "test:debug": "genx test --debug"
44
44
  },
45
45
  "devDependencies": {
46
- "@genesislcap/foundation-testing": "14.164.0",
47
- "@genesislcap/genx": "14.164.0",
48
- "@genesislcap/rollup-builder": "14.164.0",
49
- "@genesislcap/ts-builder": "14.164.0",
50
- "@genesislcap/uvu-playwright-builder": "14.164.0",
51
- "@genesislcap/vite-builder": "14.164.0",
52
- "@genesislcap/webpack-builder": "14.164.0",
46
+ "@genesislcap/foundation-testing": "14.164.1-datasrouce-clone-fix.2",
47
+ "@genesislcap/genx": "14.164.1-datasrouce-clone-fix.2",
48
+ "@genesislcap/rollup-builder": "14.164.1-datasrouce-clone-fix.2",
49
+ "@genesislcap/ts-builder": "14.164.1-datasrouce-clone-fix.2",
50
+ "@genesislcap/uvu-playwright-builder": "14.164.1-datasrouce-clone-fix.2",
51
+ "@genesislcap/vite-builder": "14.164.1-datasrouce-clone-fix.2",
52
+ "@genesislcap/webpack-builder": "14.164.1-datasrouce-clone-fix.2",
53
53
  "rimraf": "^3.0.2"
54
54
  },
55
55
  "dependencies": {
56
56
  "@ag-grid-community/core": "29.2.0",
57
- "@genesislcap/foundation-comms": "14.164.0",
58
- "@genesislcap/foundation-errors": "14.164.0",
59
- "@genesislcap/foundation-events": "14.164.0",
60
- "@genesislcap/foundation-forms": "14.164.0",
61
- "@genesislcap/foundation-logger": "14.164.0",
62
- "@genesislcap/foundation-login": "14.164.0",
63
- "@genesislcap/foundation-notifications": "14.164.0",
64
- "@genesislcap/foundation-ui": "14.164.0",
65
- "@genesislcap/foundation-utils": "14.164.0",
66
- "@genesislcap/foundation-zero": "14.164.0",
67
- "@genesislcap/foundation-zero-grid-pro": "14.164.0",
68
- "@genesislcap/grid-pro": "14.164.0",
57
+ "@genesislcap/foundation-comms": "14.164.1-datasrouce-clone-fix.2",
58
+ "@genesislcap/foundation-errors": "14.164.1-datasrouce-clone-fix.2",
59
+ "@genesislcap/foundation-events": "14.164.1-datasrouce-clone-fix.2",
60
+ "@genesislcap/foundation-forms": "14.164.1-datasrouce-clone-fix.2",
61
+ "@genesislcap/foundation-logger": "14.164.1-datasrouce-clone-fix.2",
62
+ "@genesislcap/foundation-login": "14.164.1-datasrouce-clone-fix.2",
63
+ "@genesislcap/foundation-notifications": "14.164.1-datasrouce-clone-fix.2",
64
+ "@genesislcap/foundation-ui": "14.164.1-datasrouce-clone-fix.2",
65
+ "@genesislcap/foundation-utils": "14.164.1-datasrouce-clone-fix.2",
66
+ "@genesislcap/foundation-zero": "14.164.1-datasrouce-clone-fix.2",
67
+ "@genesislcap/foundation-zero-grid-pro": "14.164.1-datasrouce-clone-fix.2",
68
+ "@genesislcap/grid-pro": "14.164.1-datasrouce-clone-fix.2",
69
69
  "@microsoft/fast-components": "^2.30.6",
70
70
  "@microsoft/fast-element": "^1.12.0",
71
71
  "@microsoft/fast-foundation": "^2.49.4",
@@ -81,5 +81,5 @@
81
81
  "access": "public"
82
82
  },
83
83
  "customElements": "dist/custom-elements.json",
84
- "gitHead": "01048301d213303cb5ac16796191bb9903c890d5"
84
+ "gitHead": "f2aeccb9f83230edce7ba576a22fc6a8c0a367da"
85
85
  }