@genesislcap/foundation-ui 14.187.1 → 14.188.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.
|
@@ -862,219 +862,6 @@
|
|
|
862
862
|
}
|
|
863
863
|
]
|
|
864
864
|
},
|
|
865
|
-
{
|
|
866
|
-
"kind": "javascript-module",
|
|
867
|
-
"path": "src/_config/index.ts",
|
|
868
|
-
"declarations": [],
|
|
869
|
-
"exports": [
|
|
870
|
-
{
|
|
871
|
-
"kind": "js",
|
|
872
|
-
"name": "*",
|
|
873
|
-
"declaration": {
|
|
874
|
-
"name": "*",
|
|
875
|
-
"package": "./styles"
|
|
876
|
-
}
|
|
877
|
-
},
|
|
878
|
-
{
|
|
879
|
-
"kind": "js",
|
|
880
|
-
"name": "*",
|
|
881
|
-
"declaration": {
|
|
882
|
-
"name": "*",
|
|
883
|
-
"package": "./tokens"
|
|
884
|
-
}
|
|
885
|
-
},
|
|
886
|
-
{
|
|
887
|
-
"kind": "js",
|
|
888
|
-
"name": "*",
|
|
889
|
-
"declaration": {
|
|
890
|
-
"name": "*",
|
|
891
|
-
"package": "./values"
|
|
892
|
-
}
|
|
893
|
-
}
|
|
894
|
-
]
|
|
895
|
-
},
|
|
896
|
-
{
|
|
897
|
-
"kind": "javascript-module",
|
|
898
|
-
"path": "src/accordion/accordion.styles.ts",
|
|
899
|
-
"declarations": [
|
|
900
|
-
{
|
|
901
|
-
"kind": "function",
|
|
902
|
-
"name": "foundationAccordionStyles",
|
|
903
|
-
"return": {
|
|
904
|
-
"type": {
|
|
905
|
-
"text": "ElementStyles"
|
|
906
|
-
}
|
|
907
|
-
},
|
|
908
|
-
"parameters": [
|
|
909
|
-
{
|
|
910
|
-
"name": "context",
|
|
911
|
-
"type": {
|
|
912
|
-
"text": "ElementDefinitionContext"
|
|
913
|
-
}
|
|
914
|
-
},
|
|
915
|
-
{
|
|
916
|
-
"name": "definition",
|
|
917
|
-
"type": {
|
|
918
|
-
"text": "FoundationElementDefinition"
|
|
919
|
-
}
|
|
920
|
-
}
|
|
921
|
-
]
|
|
922
|
-
}
|
|
923
|
-
],
|
|
924
|
-
"exports": [
|
|
925
|
-
{
|
|
926
|
-
"kind": "js",
|
|
927
|
-
"name": "foundationAccordionStyles",
|
|
928
|
-
"declaration": {
|
|
929
|
-
"name": "foundationAccordionStyles",
|
|
930
|
-
"module": "src/accordion/accordion.styles.ts"
|
|
931
|
-
}
|
|
932
|
-
}
|
|
933
|
-
]
|
|
934
|
-
},
|
|
935
|
-
{
|
|
936
|
-
"kind": "javascript-module",
|
|
937
|
-
"path": "src/accordion/accordion.template.ts",
|
|
938
|
-
"declarations": [
|
|
939
|
-
{
|
|
940
|
-
"kind": "function",
|
|
941
|
-
"name": "foundationAccordionTemplate",
|
|
942
|
-
"return": {
|
|
943
|
-
"type": {
|
|
944
|
-
"text": "ViewTemplate<Accordion>"
|
|
945
|
-
}
|
|
946
|
-
},
|
|
947
|
-
"parameters": [
|
|
948
|
-
{
|
|
949
|
-
"name": "context",
|
|
950
|
-
"type": {
|
|
951
|
-
"text": "ElementDefinitionContext"
|
|
952
|
-
}
|
|
953
|
-
},
|
|
954
|
-
{
|
|
955
|
-
"name": "definition",
|
|
956
|
-
"type": {
|
|
957
|
-
"text": "FoundationElementDefinition"
|
|
958
|
-
}
|
|
959
|
-
}
|
|
960
|
-
]
|
|
961
|
-
}
|
|
962
|
-
],
|
|
963
|
-
"exports": [
|
|
964
|
-
{
|
|
965
|
-
"kind": "js",
|
|
966
|
-
"name": "foundationAccordionTemplate",
|
|
967
|
-
"declaration": {
|
|
968
|
-
"name": "foundationAccordionTemplate",
|
|
969
|
-
"module": "src/accordion/accordion.template.ts"
|
|
970
|
-
}
|
|
971
|
-
}
|
|
972
|
-
]
|
|
973
|
-
},
|
|
974
|
-
{
|
|
975
|
-
"kind": "javascript-module",
|
|
976
|
-
"path": "src/accordion/accordion.ts",
|
|
977
|
-
"declarations": [
|
|
978
|
-
{
|
|
979
|
-
"kind": "class",
|
|
980
|
-
"description": "",
|
|
981
|
-
"name": "Accordion",
|
|
982
|
-
"superclass": {
|
|
983
|
-
"name": "FASTAccordion",
|
|
984
|
-
"package": "@microsoft/fast-foundation"
|
|
985
|
-
},
|
|
986
|
-
"tagName": "%%prefix%%-accordion",
|
|
987
|
-
"customElement": true
|
|
988
|
-
},
|
|
989
|
-
{
|
|
990
|
-
"kind": "variable",
|
|
991
|
-
"name": "foundationAccordionShadowOptions",
|
|
992
|
-
"type": {
|
|
993
|
-
"text": "ShadowRootInit"
|
|
994
|
-
},
|
|
995
|
-
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
996
|
-
},
|
|
997
|
-
{
|
|
998
|
-
"kind": "variable",
|
|
999
|
-
"name": "defaultAccordionConfig",
|
|
1000
|
-
"type": {
|
|
1001
|
-
"text": "object"
|
|
1002
|
-
},
|
|
1003
|
-
"default": "{}"
|
|
1004
|
-
},
|
|
1005
|
-
{
|
|
1006
|
-
"kind": "variable",
|
|
1007
|
-
"name": "foundationAccordion",
|
|
1008
|
-
"description": "The Foundation Accordion",
|
|
1009
|
-
"privacy": "public"
|
|
1010
|
-
}
|
|
1011
|
-
],
|
|
1012
|
-
"exports": [
|
|
1013
|
-
{
|
|
1014
|
-
"kind": "js",
|
|
1015
|
-
"name": "Accordion",
|
|
1016
|
-
"declaration": {
|
|
1017
|
-
"name": "Accordion",
|
|
1018
|
-
"module": "src/accordion/accordion.ts"
|
|
1019
|
-
}
|
|
1020
|
-
},
|
|
1021
|
-
{
|
|
1022
|
-
"kind": "js",
|
|
1023
|
-
"name": "foundationAccordionShadowOptions",
|
|
1024
|
-
"declaration": {
|
|
1025
|
-
"name": "foundationAccordionShadowOptions",
|
|
1026
|
-
"module": "src/accordion/accordion.ts"
|
|
1027
|
-
}
|
|
1028
|
-
},
|
|
1029
|
-
{
|
|
1030
|
-
"kind": "js",
|
|
1031
|
-
"name": "defaultAccordionConfig",
|
|
1032
|
-
"declaration": {
|
|
1033
|
-
"name": "defaultAccordionConfig",
|
|
1034
|
-
"module": "src/accordion/accordion.ts"
|
|
1035
|
-
}
|
|
1036
|
-
},
|
|
1037
|
-
{
|
|
1038
|
-
"kind": "js",
|
|
1039
|
-
"name": "foundationAccordion",
|
|
1040
|
-
"declaration": {
|
|
1041
|
-
"name": "foundationAccordion",
|
|
1042
|
-
"module": "src/accordion/accordion.ts"
|
|
1043
|
-
}
|
|
1044
|
-
}
|
|
1045
|
-
]
|
|
1046
|
-
},
|
|
1047
|
-
{
|
|
1048
|
-
"kind": "javascript-module",
|
|
1049
|
-
"path": "src/accordion/index.ts",
|
|
1050
|
-
"declarations": [],
|
|
1051
|
-
"exports": [
|
|
1052
|
-
{
|
|
1053
|
-
"kind": "js",
|
|
1054
|
-
"name": "*",
|
|
1055
|
-
"declaration": {
|
|
1056
|
-
"name": "*",
|
|
1057
|
-
"package": "./accordion.template"
|
|
1058
|
-
}
|
|
1059
|
-
},
|
|
1060
|
-
{
|
|
1061
|
-
"kind": "js",
|
|
1062
|
-
"name": "*",
|
|
1063
|
-
"declaration": {
|
|
1064
|
-
"name": "*",
|
|
1065
|
-
"package": "./accordion.styles"
|
|
1066
|
-
}
|
|
1067
|
-
},
|
|
1068
|
-
{
|
|
1069
|
-
"kind": "js",
|
|
1070
|
-
"name": "*",
|
|
1071
|
-
"declaration": {
|
|
1072
|
-
"name": "*",
|
|
1073
|
-
"package": "./accordion"
|
|
1074
|
-
}
|
|
1075
|
-
}
|
|
1076
|
-
]
|
|
1077
|
-
},
|
|
1078
865
|
{
|
|
1079
866
|
"kind": "javascript-module",
|
|
1080
867
|
"path": "src/accordion-item/accordion-item.styles.ts",
|
|
@@ -1469,6 +1256,219 @@
|
|
|
1469
1256
|
}
|
|
1470
1257
|
]
|
|
1471
1258
|
},
|
|
1259
|
+
{
|
|
1260
|
+
"kind": "javascript-module",
|
|
1261
|
+
"path": "src/_config/index.ts",
|
|
1262
|
+
"declarations": [],
|
|
1263
|
+
"exports": [
|
|
1264
|
+
{
|
|
1265
|
+
"kind": "js",
|
|
1266
|
+
"name": "*",
|
|
1267
|
+
"declaration": {
|
|
1268
|
+
"name": "*",
|
|
1269
|
+
"package": "./styles"
|
|
1270
|
+
}
|
|
1271
|
+
},
|
|
1272
|
+
{
|
|
1273
|
+
"kind": "js",
|
|
1274
|
+
"name": "*",
|
|
1275
|
+
"declaration": {
|
|
1276
|
+
"name": "*",
|
|
1277
|
+
"package": "./tokens"
|
|
1278
|
+
}
|
|
1279
|
+
},
|
|
1280
|
+
{
|
|
1281
|
+
"kind": "js",
|
|
1282
|
+
"name": "*",
|
|
1283
|
+
"declaration": {
|
|
1284
|
+
"name": "*",
|
|
1285
|
+
"package": "./values"
|
|
1286
|
+
}
|
|
1287
|
+
}
|
|
1288
|
+
]
|
|
1289
|
+
},
|
|
1290
|
+
{
|
|
1291
|
+
"kind": "javascript-module",
|
|
1292
|
+
"path": "src/accordion/accordion.styles.ts",
|
|
1293
|
+
"declarations": [
|
|
1294
|
+
{
|
|
1295
|
+
"kind": "function",
|
|
1296
|
+
"name": "foundationAccordionStyles",
|
|
1297
|
+
"return": {
|
|
1298
|
+
"type": {
|
|
1299
|
+
"text": "ElementStyles"
|
|
1300
|
+
}
|
|
1301
|
+
},
|
|
1302
|
+
"parameters": [
|
|
1303
|
+
{
|
|
1304
|
+
"name": "context",
|
|
1305
|
+
"type": {
|
|
1306
|
+
"text": "ElementDefinitionContext"
|
|
1307
|
+
}
|
|
1308
|
+
},
|
|
1309
|
+
{
|
|
1310
|
+
"name": "definition",
|
|
1311
|
+
"type": {
|
|
1312
|
+
"text": "FoundationElementDefinition"
|
|
1313
|
+
}
|
|
1314
|
+
}
|
|
1315
|
+
]
|
|
1316
|
+
}
|
|
1317
|
+
],
|
|
1318
|
+
"exports": [
|
|
1319
|
+
{
|
|
1320
|
+
"kind": "js",
|
|
1321
|
+
"name": "foundationAccordionStyles",
|
|
1322
|
+
"declaration": {
|
|
1323
|
+
"name": "foundationAccordionStyles",
|
|
1324
|
+
"module": "src/accordion/accordion.styles.ts"
|
|
1325
|
+
}
|
|
1326
|
+
}
|
|
1327
|
+
]
|
|
1328
|
+
},
|
|
1329
|
+
{
|
|
1330
|
+
"kind": "javascript-module",
|
|
1331
|
+
"path": "src/accordion/accordion.template.ts",
|
|
1332
|
+
"declarations": [
|
|
1333
|
+
{
|
|
1334
|
+
"kind": "function",
|
|
1335
|
+
"name": "foundationAccordionTemplate",
|
|
1336
|
+
"return": {
|
|
1337
|
+
"type": {
|
|
1338
|
+
"text": "ViewTemplate<Accordion>"
|
|
1339
|
+
}
|
|
1340
|
+
},
|
|
1341
|
+
"parameters": [
|
|
1342
|
+
{
|
|
1343
|
+
"name": "context",
|
|
1344
|
+
"type": {
|
|
1345
|
+
"text": "ElementDefinitionContext"
|
|
1346
|
+
}
|
|
1347
|
+
},
|
|
1348
|
+
{
|
|
1349
|
+
"name": "definition",
|
|
1350
|
+
"type": {
|
|
1351
|
+
"text": "FoundationElementDefinition"
|
|
1352
|
+
}
|
|
1353
|
+
}
|
|
1354
|
+
]
|
|
1355
|
+
}
|
|
1356
|
+
],
|
|
1357
|
+
"exports": [
|
|
1358
|
+
{
|
|
1359
|
+
"kind": "js",
|
|
1360
|
+
"name": "foundationAccordionTemplate",
|
|
1361
|
+
"declaration": {
|
|
1362
|
+
"name": "foundationAccordionTemplate",
|
|
1363
|
+
"module": "src/accordion/accordion.template.ts"
|
|
1364
|
+
}
|
|
1365
|
+
}
|
|
1366
|
+
]
|
|
1367
|
+
},
|
|
1368
|
+
{
|
|
1369
|
+
"kind": "javascript-module",
|
|
1370
|
+
"path": "src/accordion/accordion.ts",
|
|
1371
|
+
"declarations": [
|
|
1372
|
+
{
|
|
1373
|
+
"kind": "class",
|
|
1374
|
+
"description": "",
|
|
1375
|
+
"name": "Accordion",
|
|
1376
|
+
"superclass": {
|
|
1377
|
+
"name": "FASTAccordion",
|
|
1378
|
+
"package": "@microsoft/fast-foundation"
|
|
1379
|
+
},
|
|
1380
|
+
"tagName": "%%prefix%%-accordion",
|
|
1381
|
+
"customElement": true
|
|
1382
|
+
},
|
|
1383
|
+
{
|
|
1384
|
+
"kind": "variable",
|
|
1385
|
+
"name": "foundationAccordionShadowOptions",
|
|
1386
|
+
"type": {
|
|
1387
|
+
"text": "ShadowRootInit"
|
|
1388
|
+
},
|
|
1389
|
+
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
1390
|
+
},
|
|
1391
|
+
{
|
|
1392
|
+
"kind": "variable",
|
|
1393
|
+
"name": "defaultAccordionConfig",
|
|
1394
|
+
"type": {
|
|
1395
|
+
"text": "object"
|
|
1396
|
+
},
|
|
1397
|
+
"default": "{}"
|
|
1398
|
+
},
|
|
1399
|
+
{
|
|
1400
|
+
"kind": "variable",
|
|
1401
|
+
"name": "foundationAccordion",
|
|
1402
|
+
"description": "The Foundation Accordion",
|
|
1403
|
+
"privacy": "public"
|
|
1404
|
+
}
|
|
1405
|
+
],
|
|
1406
|
+
"exports": [
|
|
1407
|
+
{
|
|
1408
|
+
"kind": "js",
|
|
1409
|
+
"name": "Accordion",
|
|
1410
|
+
"declaration": {
|
|
1411
|
+
"name": "Accordion",
|
|
1412
|
+
"module": "src/accordion/accordion.ts"
|
|
1413
|
+
}
|
|
1414
|
+
},
|
|
1415
|
+
{
|
|
1416
|
+
"kind": "js",
|
|
1417
|
+
"name": "foundationAccordionShadowOptions",
|
|
1418
|
+
"declaration": {
|
|
1419
|
+
"name": "foundationAccordionShadowOptions",
|
|
1420
|
+
"module": "src/accordion/accordion.ts"
|
|
1421
|
+
}
|
|
1422
|
+
},
|
|
1423
|
+
{
|
|
1424
|
+
"kind": "js",
|
|
1425
|
+
"name": "defaultAccordionConfig",
|
|
1426
|
+
"declaration": {
|
|
1427
|
+
"name": "defaultAccordionConfig",
|
|
1428
|
+
"module": "src/accordion/accordion.ts"
|
|
1429
|
+
}
|
|
1430
|
+
},
|
|
1431
|
+
{
|
|
1432
|
+
"kind": "js",
|
|
1433
|
+
"name": "foundationAccordion",
|
|
1434
|
+
"declaration": {
|
|
1435
|
+
"name": "foundationAccordion",
|
|
1436
|
+
"module": "src/accordion/accordion.ts"
|
|
1437
|
+
}
|
|
1438
|
+
}
|
|
1439
|
+
]
|
|
1440
|
+
},
|
|
1441
|
+
{
|
|
1442
|
+
"kind": "javascript-module",
|
|
1443
|
+
"path": "src/accordion/index.ts",
|
|
1444
|
+
"declarations": [],
|
|
1445
|
+
"exports": [
|
|
1446
|
+
{
|
|
1447
|
+
"kind": "js",
|
|
1448
|
+
"name": "*",
|
|
1449
|
+
"declaration": {
|
|
1450
|
+
"name": "*",
|
|
1451
|
+
"package": "./accordion.template"
|
|
1452
|
+
}
|
|
1453
|
+
},
|
|
1454
|
+
{
|
|
1455
|
+
"kind": "js",
|
|
1456
|
+
"name": "*",
|
|
1457
|
+
"declaration": {
|
|
1458
|
+
"name": "*",
|
|
1459
|
+
"package": "./accordion.styles"
|
|
1460
|
+
}
|
|
1461
|
+
},
|
|
1462
|
+
{
|
|
1463
|
+
"kind": "js",
|
|
1464
|
+
"name": "*",
|
|
1465
|
+
"declaration": {
|
|
1466
|
+
"name": "*",
|
|
1467
|
+
"package": "./accordion"
|
|
1468
|
+
}
|
|
1469
|
+
}
|
|
1470
|
+
]
|
|
1471
|
+
},
|
|
1472
1472
|
{
|
|
1473
1473
|
"kind": "javascript-module",
|
|
1474
1474
|
"path": "src/actions-menu/actions-menu.styles.ts",
|
|
@@ -42236,6 +42236,12 @@
|
|
|
42236
42236
|
"fieldName": "withTimestampFormatting"
|
|
42237
42237
|
}
|
|
42238
42238
|
],
|
|
42239
|
+
"mixins": [
|
|
42240
|
+
{
|
|
42241
|
+
"name": "DatasourceEventHandler",
|
|
42242
|
+
"package": "@genesislcap/foundation-comms"
|
|
42243
|
+
}
|
|
42244
|
+
],
|
|
42239
42245
|
"superclass": {
|
|
42240
42246
|
"name": "FoundationElement",
|
|
42241
42247
|
"package": "@microsoft/fast-foundation"
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { Connect, Datasource, DatasourceOptions, FilteredDataServerResult, RequestServerResult } from '@genesislcap/foundation-comms';
|
|
2
|
-
import { FoundationElement } from '@microsoft/fast-foundation';
|
|
3
2
|
import { BehaviorSubject, Subscription } from 'rxjs';
|
|
4
3
|
import { logType } from './logger';
|
|
5
4
|
export interface BaseDatasourceErrorHandlingOptions {
|
|
@@ -7,7 +6,326 @@ export interface BaseDatasourceErrorHandlingOptions {
|
|
|
7
6
|
loggerType?: logType;
|
|
8
7
|
loggerArgs?: any[];
|
|
9
8
|
}
|
|
10
|
-
|
|
9
|
+
declare const BaseDatasource_base: new () => {
|
|
10
|
+
datasourceStatus: import("@genesislcap/foundation-comms").DatasourceStatus;
|
|
11
|
+
resourceName: string;
|
|
12
|
+
onDatasourceStatusChanged: (event: import("@genesislcap/foundation-comms").DatasourceStatusChangedEvent) => void;
|
|
13
|
+
datasourceStatusChanged(prev: import("@genesislcap/foundation-comms").DatasourceStatus, next: import("@genesislcap/foundation-comms").DatasourceStatus): void;
|
|
14
|
+
connectedCallback(): void;
|
|
15
|
+
disconnectedCallback(): void;
|
|
16
|
+
accessKey: string;
|
|
17
|
+
readonly accessKeyLabel: string;
|
|
18
|
+
autocapitalize: string;
|
|
19
|
+
dir: string;
|
|
20
|
+
draggable: boolean;
|
|
21
|
+
hidden: boolean;
|
|
22
|
+
inert: boolean;
|
|
23
|
+
innerText: string;
|
|
24
|
+
lang: string;
|
|
25
|
+
readonly offsetHeight: number;
|
|
26
|
+
readonly offsetLeft: number;
|
|
27
|
+
readonly offsetParent: Element;
|
|
28
|
+
readonly offsetTop: number;
|
|
29
|
+
readonly offsetWidth: number;
|
|
30
|
+
outerText: string;
|
|
31
|
+
spellcheck: boolean;
|
|
32
|
+
title: string;
|
|
33
|
+
translate: boolean;
|
|
34
|
+
attachInternals(): ElementInternals;
|
|
35
|
+
click(): void;
|
|
36
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
37
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
38
|
+
removeEventListener<K_1 extends keyof HTMLElementEventMap>(type: K_1, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_1]) => any, options?: boolean | EventListenerOptions): void;
|
|
39
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
40
|
+
readonly attributes: NamedNodeMap;
|
|
41
|
+
readonly classList: DOMTokenList;
|
|
42
|
+
className: string;
|
|
43
|
+
readonly clientHeight: number;
|
|
44
|
+
readonly clientLeft: number;
|
|
45
|
+
readonly clientTop: number;
|
|
46
|
+
readonly clientWidth: number;
|
|
47
|
+
id: string;
|
|
48
|
+
readonly localName: string;
|
|
49
|
+
readonly namespaceURI: string;
|
|
50
|
+
onfullscreenchange: (this: Element, ev: Event) => any;
|
|
51
|
+
onfullscreenerror: (this: Element, ev: Event) => any;
|
|
52
|
+
outerHTML: string;
|
|
53
|
+
readonly ownerDocument: Document;
|
|
54
|
+
readonly part: DOMTokenList;
|
|
55
|
+
readonly prefix: string;
|
|
56
|
+
readonly scrollHeight: number;
|
|
57
|
+
scrollLeft: number;
|
|
58
|
+
scrollTop: number;
|
|
59
|
+
readonly scrollWidth: number;
|
|
60
|
+
readonly shadowRoot: ShadowRoot;
|
|
61
|
+
slot: string;
|
|
62
|
+
readonly tagName: string;
|
|
63
|
+
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
64
|
+
closest<K_2 extends keyof HTMLElementTagNameMap>(selector: K_2): HTMLElementTagNameMap[K_2];
|
|
65
|
+
closest<K_3 extends keyof SVGElementTagNameMap>(selector: K_3): SVGElementTagNameMap[K_3];
|
|
66
|
+
closest<E extends Element = Element>(selectors: string): E;
|
|
67
|
+
getAttribute(qualifiedName: string): string;
|
|
68
|
+
getAttributeNS(namespace: string, localName: string): string;
|
|
69
|
+
getAttributeNames(): string[];
|
|
70
|
+
getAttributeNode(qualifiedName: string): Attr;
|
|
71
|
+
getAttributeNodeNS(namespace: string, localName: string): Attr;
|
|
72
|
+
getBoundingClientRect(): DOMRect;
|
|
73
|
+
getClientRects(): DOMRectList;
|
|
74
|
+
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
75
|
+
getElementsByTagName<K_4 extends keyof HTMLElementTagNameMap>(qualifiedName: K_4): HTMLCollectionOf<HTMLElementTagNameMap[K_4]>;
|
|
76
|
+
getElementsByTagName<K_5 extends keyof SVGElementTagNameMap>(qualifiedName: K_5): HTMLCollectionOf<SVGElementTagNameMap[K_5]>;
|
|
77
|
+
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
78
|
+
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
79
|
+
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
80
|
+
getElementsByTagNameNS(namespace: string, localName: string): HTMLCollectionOf<Element>;
|
|
81
|
+
hasAttribute(qualifiedName: string): boolean;
|
|
82
|
+
hasAttributeNS(namespace: string, localName: string): boolean;
|
|
83
|
+
hasAttributes(): boolean;
|
|
84
|
+
hasPointerCapture(pointerId: number): boolean;
|
|
85
|
+
insertAdjacentElement(where: InsertPosition, element: Element): Element;
|
|
86
|
+
insertAdjacentHTML(position: InsertPosition, text: string): void;
|
|
87
|
+
insertAdjacentText(where: InsertPosition, data: string): void;
|
|
88
|
+
matches(selectors: string): boolean;
|
|
89
|
+
releasePointerCapture(pointerId: number): void;
|
|
90
|
+
removeAttribute(qualifiedName: string): void;
|
|
91
|
+
removeAttributeNS(namespace: string, localName: string): void;
|
|
92
|
+
removeAttributeNode(attr: Attr): Attr;
|
|
93
|
+
requestFullscreen(options?: FullscreenOptions): Promise<void>;
|
|
94
|
+
requestPointerLock(): void;
|
|
95
|
+
scroll(options?: ScrollToOptions): void;
|
|
96
|
+
scroll(x: number, y: number): void;
|
|
97
|
+
scrollBy(options?: ScrollToOptions): void;
|
|
98
|
+
scrollBy(x: number, y: number): void;
|
|
99
|
+
scrollIntoView(arg?: boolean | ScrollIntoViewOptions): void;
|
|
100
|
+
scrollTo(options?: ScrollToOptions): void;
|
|
101
|
+
scrollTo(x: number, y: number): void;
|
|
102
|
+
setAttribute(qualifiedName: string, value: string): void;
|
|
103
|
+
setAttributeNS(namespace: string, qualifiedName: string, value: string): void;
|
|
104
|
+
setAttributeNode(attr: Attr): Attr;
|
|
105
|
+
setAttributeNodeNS(attr: Attr): Attr;
|
|
106
|
+
setPointerCapture(pointerId: number): void;
|
|
107
|
+
toggleAttribute(qualifiedName: string, force?: boolean): boolean;
|
|
108
|
+
webkitMatchesSelector(selectors: string): boolean;
|
|
109
|
+
readonly baseURI: string;
|
|
110
|
+
readonly childNodes: NodeListOf<ChildNode>;
|
|
111
|
+
readonly firstChild: ChildNode;
|
|
112
|
+
readonly isConnected: boolean;
|
|
113
|
+
readonly lastChild: ChildNode;
|
|
114
|
+
readonly nextSibling: ChildNode;
|
|
115
|
+
readonly nodeName: string;
|
|
116
|
+
readonly nodeType: number;
|
|
117
|
+
nodeValue: string;
|
|
118
|
+
readonly parentElement: HTMLElement;
|
|
119
|
+
readonly parentNode: ParentNode;
|
|
120
|
+
readonly previousSibling: ChildNode;
|
|
121
|
+
textContent: string;
|
|
122
|
+
appendChild<T extends Node>(node: T): T;
|
|
123
|
+
cloneNode(deep?: boolean): Node;
|
|
124
|
+
compareDocumentPosition(other: Node): number;
|
|
125
|
+
contains(other: Node): boolean;
|
|
126
|
+
getRootNode(options?: GetRootNodeOptions): Node;
|
|
127
|
+
hasChildNodes(): boolean;
|
|
128
|
+
insertBefore<T_1 extends Node>(node: T_1, child: Node): T_1;
|
|
129
|
+
isDefaultNamespace(namespace: string): boolean;
|
|
130
|
+
isEqualNode(otherNode: Node): boolean;
|
|
131
|
+
isSameNode(otherNode: Node): boolean;
|
|
132
|
+
lookupNamespaceURI(prefix: string): string;
|
|
133
|
+
lookupPrefix(namespace: string): string;
|
|
134
|
+
normalize(): void;
|
|
135
|
+
removeChild<T_2 extends Node>(child: T_2): T_2;
|
|
136
|
+
replaceChild<T_3 extends Node>(node: Node, child: T_3): T_3;
|
|
137
|
+
readonly ATTRIBUTE_NODE: number;
|
|
138
|
+
readonly CDATA_SECTION_NODE: number;
|
|
139
|
+
readonly COMMENT_NODE: number;
|
|
140
|
+
readonly DOCUMENT_FRAGMENT_NODE: number;
|
|
141
|
+
readonly DOCUMENT_NODE: number;
|
|
142
|
+
readonly DOCUMENT_POSITION_CONTAINED_BY: number;
|
|
143
|
+
readonly DOCUMENT_POSITION_CONTAINS: number;
|
|
144
|
+
readonly DOCUMENT_POSITION_DISCONNECTED: number;
|
|
145
|
+
readonly DOCUMENT_POSITION_FOLLOWING: number;
|
|
146
|
+
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: number;
|
|
147
|
+
readonly DOCUMENT_POSITION_PRECEDING: number;
|
|
148
|
+
readonly DOCUMENT_TYPE_NODE: number;
|
|
149
|
+
readonly ELEMENT_NODE: number;
|
|
150
|
+
readonly ENTITY_NODE: number;
|
|
151
|
+
readonly ENTITY_REFERENCE_NODE: number;
|
|
152
|
+
readonly NOTATION_NODE: number;
|
|
153
|
+
readonly PROCESSING_INSTRUCTION_NODE: number;
|
|
154
|
+
readonly TEXT_NODE: number;
|
|
155
|
+
dispatchEvent(event: Event): boolean;
|
|
156
|
+
ariaAtomic: string;
|
|
157
|
+
ariaAutoComplete: string;
|
|
158
|
+
ariaBusy: string;
|
|
159
|
+
ariaChecked: string;
|
|
160
|
+
ariaColCount: string;
|
|
161
|
+
ariaColIndex: string;
|
|
162
|
+
ariaColIndexText: string;
|
|
163
|
+
ariaColSpan: string;
|
|
164
|
+
ariaCurrent: string;
|
|
165
|
+
ariaDisabled: string;
|
|
166
|
+
ariaExpanded: string;
|
|
167
|
+
ariaHasPopup: string;
|
|
168
|
+
ariaHidden: string;
|
|
169
|
+
ariaInvalid: string;
|
|
170
|
+
ariaKeyShortcuts: string;
|
|
171
|
+
ariaLabel: string;
|
|
172
|
+
ariaLevel: string;
|
|
173
|
+
ariaLive: string;
|
|
174
|
+
ariaModal: string;
|
|
175
|
+
ariaMultiLine: string;
|
|
176
|
+
ariaMultiSelectable: string;
|
|
177
|
+
ariaOrientation: string;
|
|
178
|
+
ariaPlaceholder: string;
|
|
179
|
+
ariaPosInSet: string;
|
|
180
|
+
ariaPressed: string;
|
|
181
|
+
ariaReadOnly: string;
|
|
182
|
+
ariaRequired: string;
|
|
183
|
+
ariaRoleDescription: string;
|
|
184
|
+
ariaRowCount: string;
|
|
185
|
+
ariaRowIndex: string;
|
|
186
|
+
ariaRowIndexText: string;
|
|
187
|
+
ariaRowSpan: string;
|
|
188
|
+
ariaSelected: string;
|
|
189
|
+
ariaSetSize: string;
|
|
190
|
+
ariaSort: string;
|
|
191
|
+
ariaValueMax: string;
|
|
192
|
+
ariaValueMin: string;
|
|
193
|
+
ariaValueNow: string;
|
|
194
|
+
ariaValueText: string;
|
|
195
|
+
role: string;
|
|
196
|
+
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes, options?: number | KeyframeAnimationOptions): Animation;
|
|
197
|
+
getAnimations(options?: GetAnimationsOptions): Animation[];
|
|
198
|
+
after(...nodes: (string | Node)[]): void;
|
|
199
|
+
before(...nodes: (string | Node)[]): void;
|
|
200
|
+
remove(): void;
|
|
201
|
+
replaceWith(...nodes: (string | Node)[]): void;
|
|
202
|
+
innerHTML: string;
|
|
203
|
+
readonly nextElementSibling: Element;
|
|
204
|
+
readonly previousElementSibling: Element;
|
|
205
|
+
readonly childElementCount: number;
|
|
206
|
+
readonly children: HTMLCollection;
|
|
207
|
+
readonly firstElementChild: Element;
|
|
208
|
+
readonly lastElementChild: Element;
|
|
209
|
+
append(...nodes: (string | Node)[]): void;
|
|
210
|
+
prepend(...nodes: (string | Node)[]): void;
|
|
211
|
+
querySelector<K_6 extends keyof HTMLElementTagNameMap>(selectors: K_6): HTMLElementTagNameMap[K_6];
|
|
212
|
+
querySelector<K_7 extends keyof SVGElementTagNameMap>(selectors: K_7): SVGElementTagNameMap[K_7];
|
|
213
|
+
querySelector<E_1 extends Element = Element>(selectors: string): E_1;
|
|
214
|
+
querySelectorAll<K_8 extends keyof HTMLElementTagNameMap>(selectors: K_8): NodeListOf<HTMLElementTagNameMap[K_8]>;
|
|
215
|
+
querySelectorAll<K_9 extends keyof SVGElementTagNameMap>(selectors: K_9): NodeListOf<SVGElementTagNameMap[K_9]>;
|
|
216
|
+
querySelectorAll<E_2 extends Element = Element>(selectors: string): NodeListOf<E_2>;
|
|
217
|
+
replaceChildren(...nodes: (string | Node)[]): void;
|
|
218
|
+
readonly assignedSlot: HTMLSlotElement;
|
|
219
|
+
oncopy: (this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any;
|
|
220
|
+
oncut: (this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any;
|
|
221
|
+
onpaste: (this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any;
|
|
222
|
+
readonly style: CSSStyleDeclaration;
|
|
223
|
+
contentEditable: string;
|
|
224
|
+
enterKeyHint: string;
|
|
225
|
+
inputMode: string;
|
|
226
|
+
readonly isContentEditable: boolean;
|
|
227
|
+
onabort: (this: GlobalEventHandlers, ev: UIEvent) => any;
|
|
228
|
+
onanimationcancel: (this: GlobalEventHandlers, ev: AnimationEvent) => any;
|
|
229
|
+
onanimationend: (this: GlobalEventHandlers, ev: AnimationEvent) => any;
|
|
230
|
+
onanimationiteration: (this: GlobalEventHandlers, ev: AnimationEvent) => any;
|
|
231
|
+
onanimationstart: (this: GlobalEventHandlers, ev: AnimationEvent) => any;
|
|
232
|
+
onauxclick: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
233
|
+
onbeforeinput: (this: GlobalEventHandlers, ev: InputEvent) => any;
|
|
234
|
+
onblur: (this: GlobalEventHandlers, ev: FocusEvent) => any;
|
|
235
|
+
oncancel: (this: GlobalEventHandlers, ev: Event) => any;
|
|
236
|
+
oncanplay: (this: GlobalEventHandlers, ev: Event) => any;
|
|
237
|
+
oncanplaythrough: (this: GlobalEventHandlers, ev: Event) => any;
|
|
238
|
+
onchange: (this: GlobalEventHandlers, ev: Event) => any;
|
|
239
|
+
onclick: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
240
|
+
onclose: (this: GlobalEventHandlers, ev: Event) => any;
|
|
241
|
+
oncontextmenu: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
242
|
+
oncuechange: (this: GlobalEventHandlers, ev: Event) => any;
|
|
243
|
+
ondblclick: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
244
|
+
ondrag: (this: GlobalEventHandlers, ev: DragEvent) => any;
|
|
245
|
+
ondragend: (this: GlobalEventHandlers, ev: DragEvent) => any;
|
|
246
|
+
ondragenter: (this: GlobalEventHandlers, ev: DragEvent) => any;
|
|
247
|
+
ondragleave: (this: GlobalEventHandlers, ev: DragEvent) => any;
|
|
248
|
+
ondragover: (this: GlobalEventHandlers, ev: DragEvent) => any;
|
|
249
|
+
ondragstart: (this: GlobalEventHandlers, ev: DragEvent) => any;
|
|
250
|
+
ondrop: (this: GlobalEventHandlers, ev: DragEvent) => any;
|
|
251
|
+
ondurationchange: (this: GlobalEventHandlers, ev: Event) => any;
|
|
252
|
+
onemptied: (this: GlobalEventHandlers, ev: Event) => any;
|
|
253
|
+
onended: (this: GlobalEventHandlers, ev: Event) => any;
|
|
254
|
+
onerror: OnErrorEventHandlerNonNull;
|
|
255
|
+
onfocus: (this: GlobalEventHandlers, ev: FocusEvent) => any;
|
|
256
|
+
onformdata: (this: GlobalEventHandlers, ev: FormDataEvent) => any;
|
|
257
|
+
ongotpointercapture: (this: GlobalEventHandlers, ev: PointerEvent) => any;
|
|
258
|
+
oninput: (this: GlobalEventHandlers, ev: Event) => any;
|
|
259
|
+
oninvalid: (this: GlobalEventHandlers, ev: Event) => any;
|
|
260
|
+
onkeydown: (this: GlobalEventHandlers, ev: KeyboardEvent) => any;
|
|
261
|
+
onkeypress: (this: GlobalEventHandlers, ev: KeyboardEvent) => any;
|
|
262
|
+
onkeyup: (this: GlobalEventHandlers, ev: KeyboardEvent) => any;
|
|
263
|
+
onload: (this: GlobalEventHandlers, ev: Event) => any;
|
|
264
|
+
onloadeddata: (this: GlobalEventHandlers, ev: Event) => any;
|
|
265
|
+
onloadedmetadata: (this: GlobalEventHandlers, ev: Event) => any;
|
|
266
|
+
onloadstart: (this: GlobalEventHandlers, ev: Event) => any;
|
|
267
|
+
onlostpointercapture: (this: GlobalEventHandlers, ev: PointerEvent) => any;
|
|
268
|
+
onmousedown: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
269
|
+
onmouseenter: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
270
|
+
onmouseleave: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
271
|
+
onmousemove: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
272
|
+
onmouseout: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
273
|
+
onmouseover: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
274
|
+
onmouseup: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
275
|
+
onpause: (this: GlobalEventHandlers, ev: Event) => any;
|
|
276
|
+
onplay: (this: GlobalEventHandlers, ev: Event) => any;
|
|
277
|
+
onplaying: (this: GlobalEventHandlers, ev: Event) => any;
|
|
278
|
+
onpointercancel: (this: GlobalEventHandlers, ev: PointerEvent) => any;
|
|
279
|
+
onpointerdown: (this: GlobalEventHandlers, ev: PointerEvent) => any;
|
|
280
|
+
onpointerenter: (this: GlobalEventHandlers, ev: PointerEvent) => any;
|
|
281
|
+
onpointerleave: (this: GlobalEventHandlers, ev: PointerEvent) => any;
|
|
282
|
+
onpointermove: (this: GlobalEventHandlers, ev: PointerEvent) => any;
|
|
283
|
+
onpointerout: (this: GlobalEventHandlers, ev: PointerEvent) => any;
|
|
284
|
+
onpointerover: (this: GlobalEventHandlers, ev: PointerEvent) => any;
|
|
285
|
+
onpointerup: (this: GlobalEventHandlers, ev: PointerEvent) => any;
|
|
286
|
+
onprogress: (this: GlobalEventHandlers, ev: ProgressEvent<EventTarget>) => any;
|
|
287
|
+
onratechange: (this: GlobalEventHandlers, ev: Event) => any;
|
|
288
|
+
onreset: (this: GlobalEventHandlers, ev: Event) => any;
|
|
289
|
+
onresize: (this: GlobalEventHandlers, ev: UIEvent) => any;
|
|
290
|
+
onscroll: (this: GlobalEventHandlers, ev: Event) => any;
|
|
291
|
+
onsecuritypolicyviolation: (this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any;
|
|
292
|
+
onseeked: (this: GlobalEventHandlers, ev: Event) => any;
|
|
293
|
+
onseeking: (this: GlobalEventHandlers, ev: Event) => any;
|
|
294
|
+
onselect: (this: GlobalEventHandlers, ev: Event) => any;
|
|
295
|
+
onselectionchange: (this: GlobalEventHandlers, ev: Event) => any;
|
|
296
|
+
onselectstart: (this: GlobalEventHandlers, ev: Event) => any;
|
|
297
|
+
onslotchange: (this: GlobalEventHandlers, ev: Event) => any;
|
|
298
|
+
onstalled: (this: GlobalEventHandlers, ev: Event) => any;
|
|
299
|
+
onsubmit: (this: GlobalEventHandlers, ev: SubmitEvent) => any;
|
|
300
|
+
onsuspend: (this: GlobalEventHandlers, ev: Event) => any;
|
|
301
|
+
ontimeupdate: (this: GlobalEventHandlers, ev: Event) => any;
|
|
302
|
+
ontoggle: (this: GlobalEventHandlers, ev: Event) => any;
|
|
303
|
+
ontouchcancel?: (this: GlobalEventHandlers, ev: TouchEvent) => any;
|
|
304
|
+
ontouchend?: (this: GlobalEventHandlers, ev: TouchEvent) => any;
|
|
305
|
+
ontouchmove?: (this: GlobalEventHandlers, ev: TouchEvent) => any;
|
|
306
|
+
ontouchstart?: (this: GlobalEventHandlers, ev: TouchEvent) => any;
|
|
307
|
+
ontransitioncancel: (this: GlobalEventHandlers, ev: TransitionEvent) => any;
|
|
308
|
+
ontransitionend: (this: GlobalEventHandlers, ev: TransitionEvent) => any;
|
|
309
|
+
ontransitionrun: (this: GlobalEventHandlers, ev: TransitionEvent) => any;
|
|
310
|
+
ontransitionstart: (this: GlobalEventHandlers, ev: TransitionEvent) => any;
|
|
311
|
+
onvolumechange: (this: GlobalEventHandlers, ev: Event) => any;
|
|
312
|
+
onwaiting: (this: GlobalEventHandlers, ev: Event) => any;
|
|
313
|
+
onwebkitanimationend: (this: GlobalEventHandlers, ev: Event) => any;
|
|
314
|
+
onwebkitanimationiteration: (this: GlobalEventHandlers, ev: Event) => any;
|
|
315
|
+
onwebkitanimationstart: (this: GlobalEventHandlers, ev: Event) => any;
|
|
316
|
+
onwebkittransitionend: (this: GlobalEventHandlers, ev: Event) => any;
|
|
317
|
+
onwheel: (this: GlobalEventHandlers, ev: WheelEvent) => any;
|
|
318
|
+
autofocus: boolean;
|
|
319
|
+
readonly dataset: DOMStringMap;
|
|
320
|
+
nonce?: string;
|
|
321
|
+
tabIndex: number;
|
|
322
|
+
blur(): void;
|
|
323
|
+
focus(options?: FocusOptions): void;
|
|
324
|
+
readonly $fastController: import("@microsoft/fast-element").Controller;
|
|
325
|
+
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail">): boolean | void;
|
|
326
|
+
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
327
|
+
};
|
|
328
|
+
export declare abstract class BaseDatasource extends BaseDatasource_base {
|
|
11
329
|
connect: Connect;
|
|
12
330
|
datasource: Datasource;
|
|
13
331
|
withGridInit: boolean;
|
|
@@ -55,4 +373,5 @@ export declare abstract class BaseDatasource extends FoundationElement {
|
|
|
55
373
|
removeFilter(fieldName: string): void;
|
|
56
374
|
handleError(params?: BaseDatasourceErrorHandlingOptions): void;
|
|
57
375
|
}
|
|
376
|
+
export {};
|
|
58
377
|
//# sourceMappingURL=base-datasource.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"base-datasource.d.ts","sourceRoot":"","sources":["../../../src/utils/base-datasource.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,OAAO,EAEP,UAAU,
|
|
1
|
+
{"version":3,"file":"base-datasource.d.ts","sourceRoot":"","sources":["../../../src/utils/base-datasource.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { __awaiter, __decorate } from "tslib";
|
|
2
|
-
import { Connect, dataServerResultFilter, Datasource, DatasourceDefaults, MessageType, normaliseCriteria, } from '@genesislcap/foundation-comms';
|
|
2
|
+
import { Connect, dataServerResultFilter, Datasource, DatasourceDefaults, DatasourceEventHandler, MessageType, normaliseCriteria, } from '@genesislcap/foundation-comms';
|
|
3
3
|
import { attr, observable } from '@microsoft/fast-element';
|
|
4
4
|
import { FoundationElement } from '@microsoft/fast-foundation';
|
|
5
5
|
import { BehaviorSubject } from 'rxjs';
|
|
@@ -7,7 +7,7 @@ import { logger } from './logger';
|
|
|
7
7
|
const criteriaDelimiter = ';';
|
|
8
8
|
const criteriaJoin = ' && ';
|
|
9
9
|
const withoutFullInit = null;
|
|
10
|
-
export class BaseDatasource extends FoundationElement {
|
|
10
|
+
export class BaseDatasource extends DatasourceEventHandler(FoundationElement) {
|
|
11
11
|
constructor() {
|
|
12
12
|
super(...arguments);
|
|
13
13
|
this.withGridInit = true;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@genesislcap/foundation-ui",
|
|
3
3
|
"description": "Genesis Foundation UI",
|
|
4
|
-
"version": "14.
|
|
4
|
+
"version": "14.188.0",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -82,13 +82,13 @@
|
|
|
82
82
|
}
|
|
83
83
|
},
|
|
84
84
|
"devDependencies": {
|
|
85
|
-
"@genesislcap/foundation-testing": "14.
|
|
86
|
-
"@genesislcap/genx": "14.
|
|
87
|
-
"@genesislcap/rollup-builder": "14.
|
|
88
|
-
"@genesislcap/ts-builder": "14.
|
|
89
|
-
"@genesislcap/uvu-playwright-builder": "14.
|
|
90
|
-
"@genesislcap/vite-builder": "14.
|
|
91
|
-
"@genesislcap/webpack-builder": "14.
|
|
85
|
+
"@genesislcap/foundation-testing": "14.188.0",
|
|
86
|
+
"@genesislcap/genx": "14.188.0",
|
|
87
|
+
"@genesislcap/rollup-builder": "14.188.0",
|
|
88
|
+
"@genesislcap/ts-builder": "14.188.0",
|
|
89
|
+
"@genesislcap/uvu-playwright-builder": "14.188.0",
|
|
90
|
+
"@genesislcap/vite-builder": "14.188.0",
|
|
91
|
+
"@genesislcap/webpack-builder": "14.188.0",
|
|
92
92
|
"copyfiles": "^2.4.1",
|
|
93
93
|
"rimraf": "^5.0.0",
|
|
94
94
|
"rxjs": "^7.5.4"
|
|
@@ -99,13 +99,13 @@
|
|
|
99
99
|
"@fortawesome/free-regular-svg-icons": "^6.2.1",
|
|
100
100
|
"@fortawesome/free-solid-svg-icons": "^6.2.1",
|
|
101
101
|
"@genesiscommunitysuccess/analyzer-import-alias-plugin": "^5.0.3",
|
|
102
|
-
"@genesislcap/foundation-comms": "14.
|
|
103
|
-
"@genesislcap/foundation-criteria": "14.
|
|
104
|
-
"@genesislcap/foundation-errors": "14.
|
|
105
|
-
"@genesislcap/foundation-logger": "14.
|
|
106
|
-
"@genesislcap/foundation-notifications": "14.
|
|
107
|
-
"@genesislcap/foundation-user": "14.
|
|
108
|
-
"@genesislcap/foundation-utils": "14.
|
|
102
|
+
"@genesislcap/foundation-comms": "14.188.0",
|
|
103
|
+
"@genesislcap/foundation-criteria": "14.188.0",
|
|
104
|
+
"@genesislcap/foundation-errors": "14.188.0",
|
|
105
|
+
"@genesislcap/foundation-logger": "14.188.0",
|
|
106
|
+
"@genesislcap/foundation-notifications": "14.188.0",
|
|
107
|
+
"@genesislcap/foundation-user": "14.188.0",
|
|
108
|
+
"@genesislcap/foundation-utils": "14.188.0",
|
|
109
109
|
"@microsoft/fast-colors": "^5.3.1",
|
|
110
110
|
"@microsoft/fast-components": "^2.30.6",
|
|
111
111
|
"@microsoft/fast-element": "^1.12.0",
|
|
@@ -127,5 +127,5 @@
|
|
|
127
127
|
"access": "public"
|
|
128
128
|
},
|
|
129
129
|
"customElements": "dist/custom-elements.json",
|
|
130
|
-
"gitHead": "
|
|
130
|
+
"gitHead": "c262f43925f3066a3d5515753ef3dd14b6945199"
|
|
131
131
|
}
|