@genesislcap/foundation-ui 14.193.1 → 14.193.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.
@@ -862,6 +862,219 @@
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
+ },
865
1078
  {
866
1079
  "kind": "javascript-module",
867
1080
  "path": "src/accordion-item/accordion-item.styles.ts",
@@ -1256,219 +1469,6 @@
1256
1469
  }
1257
1470
  ]
1258
1471
  },
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",
@@ -11008,478 +11008,612 @@
11008
11008
  },
11009
11009
  {
11010
11010
  "kind": "javascript-module",
11011
- "path": "src/data-grid-datasource/data-grid-datasource.ts",
11011
+ "path": "src/data-grid-row/data-grid-row.styles.ts",
11012
11012
  "declarations": [
11013
11013
  {
11014
- "kind": "class",
11015
- "description": "",
11016
- "name": "DataGridDatasource",
11017
- "members": [
11014
+ "kind": "function",
11015
+ "name": "foundationDataGridRowStyles",
11016
+ "return": {
11017
+ "type": {
11018
+ "text": "ElementStyles"
11019
+ }
11020
+ },
11021
+ "parameters": [
11018
11022
  {
11019
- "kind": "field",
11020
- "name": "dataGrid",
11023
+ "name": "context",
11021
11024
  "type": {
11022
- "text": "DataGrid"
11023
- },
11024
- "privacy": "private"
11025
+ "text": "ElementDefinitionContext"
11026
+ }
11025
11027
  },
11026
11028
  {
11027
- "kind": "field",
11028
- "name": "isSnapshot",
11029
+ "name": "defintion",
11029
11030
  "type": {
11030
- "text": "boolean"
11031
+ "text": "FoundationElementDefinition"
11032
+ }
11033
+ }
11034
+ ]
11035
+ }
11036
+ ],
11037
+ "exports": [
11038
+ {
11039
+ "kind": "js",
11040
+ "name": "foundationDataGridRowStyles",
11041
+ "declaration": {
11042
+ "name": "foundationDataGridRowStyles",
11043
+ "module": "src/data-grid-row/data-grid-row.styles.ts"
11044
+ }
11045
+ }
11046
+ ]
11047
+ },
11048
+ {
11049
+ "kind": "javascript-module",
11050
+ "path": "src/data-grid-row/data-grid.row.ts",
11051
+ "declarations": [
11052
+ {
11053
+ "kind": "class",
11054
+ "description": "",
11055
+ "name": "DataGridRow",
11056
+ "superclass": {
11057
+ "name": "FASTDataGridRow",
11058
+ "package": "@microsoft/fast-components"
11059
+ },
11060
+ "tagName": "%%prefix%%-data-grid-row",
11061
+ "customElement": true,
11062
+ "attributes": [
11063
+ {
11064
+ "name": "grid-template-columns",
11065
+ "type": {
11066
+ "text": "string"
11031
11067
  },
11032
- "default": "true",
11033
- "privacy": "public",
11068
+ "description": "String that gets applied to the the css gridTemplateColumns attribute for the row",
11069
+ "fieldName": "gridTemplateColumns",
11034
11070
  "inheritedFrom": {
11035
- "name": "<local>_BaseDatasource",
11036
- "module": "src/utils/base-datasource.ts"
11071
+ "name": "DataGridRow",
11072
+ "module": "src/data-grid/data-grid-row.ts"
11037
11073
  }
11038
11074
  },
11039
11075
  {
11040
- "kind": "method",
11041
- "name": "getColumnDefs",
11042
- "privacy": "private",
11043
- "parameters": [
11044
- {
11045
- "name": "fieldsMetadata",
11046
- "type": {
11047
- "text": "FieldMetadata[]"
11048
- }
11049
- }
11050
- ]
11051
- },
11052
- {
11053
- "kind": "method",
11054
- "name": "clearData",
11055
- "return": {
11056
- "type": {
11057
- "text": "void"
11058
- }
11076
+ "name": "row-type",
11077
+ "type": {
11078
+ "text": "DataGridRowTypes"
11059
11079
  },
11080
+ "description": "The type of row",
11081
+ "fieldName": "rowType",
11060
11082
  "inheritedFrom": {
11061
- "name": "<local>_BaseDatasource",
11062
- "module": "src/utils/base-datasource.ts"
11083
+ "name": "DataGridRow",
11084
+ "module": "src/data-grid/data-grid-row.ts"
11063
11085
  }
11064
- },
11086
+ }
11087
+ ],
11088
+ "members": [
11065
11089
  {
11066
- "kind": "method",
11067
- "name": "syncComponentData",
11068
- "return": {
11069
- "type": {
11070
- "text": "void"
11071
- }
11090
+ "kind": "field",
11091
+ "name": "gridTemplateColumns",
11092
+ "type": {
11093
+ "text": "string"
11072
11094
  },
11073
- "parameters": [
11074
- {
11075
- "name": "snapshotData",
11076
- "optional": true,
11077
- "type": {
11078
- "text": "any[]"
11079
- }
11080
- }
11081
- ],
11095
+ "privacy": "public",
11096
+ "description": "String that gets applied to the the css gridTemplateColumns attribute for the row",
11082
11097
  "inheritedFrom": {
11083
- "name": "<local>_BaseDatasource",
11084
- "module": "src/utils/base-datasource.ts"
11098
+ "name": "DataGridRow",
11099
+ "module": "src/data-grid/data-grid-row.ts"
11085
11100
  }
11086
11101
  },
11087
11102
  {
11088
11103
  "kind": "method",
11089
- "name": "handleStreamInserts",
11104
+ "name": "gridTemplateColumnsChanged",
11105
+ "privacy": "private",
11090
11106
  "return": {
11091
11107
  "type": {
11092
11108
  "text": "void"
11093
11109
  }
11094
11110
  },
11095
- "parameters": [
11096
- {
11097
- "name": "insertedRows",
11098
- "type": {
11099
- "text": "any[]"
11100
- }
11101
- }
11102
- ],
11103
11111
  "inheritedFrom": {
11104
- "name": "<local>_BaseDatasource",
11105
- "module": "src/utils/base-datasource.ts"
11112
+ "name": "DataGridRow",
11113
+ "module": "src/data-grid/data-grid-row.ts"
11106
11114
  }
11107
11115
  },
11108
11116
  {
11109
- "kind": "method",
11110
- "name": "handleStreamDeletes",
11111
- "return": {
11112
- "type": {
11113
- "text": "void"
11114
- }
11117
+ "kind": "field",
11118
+ "name": "rowType",
11119
+ "type": {
11120
+ "text": "DataGridRowTypes"
11115
11121
  },
11116
- "parameters": [
11117
- {
11118
- "name": "deletedRows",
11119
- "type": {
11120
- "text": "any[]"
11121
- }
11122
- }
11123
- ],
11122
+ "privacy": "public",
11123
+ "description": "The type of row",
11124
11124
  "inheritedFrom": {
11125
- "name": "<local>_BaseDatasource",
11126
- "module": "src/utils/base-datasource.ts"
11125
+ "name": "DataGridRow",
11126
+ "module": "src/data-grid/data-grid-row.ts"
11127
11127
  }
11128
11128
  },
11129
11129
  {
11130
11130
  "kind": "method",
11131
- "name": "handleStreamUpdates",
11131
+ "name": "rowTypeChanged",
11132
+ "privacy": "private",
11132
11133
  "return": {
11133
11134
  "type": {
11134
11135
  "text": "void"
11135
11136
  }
11136
11137
  },
11137
- "parameters": [
11138
- {
11139
- "name": "updatedRows",
11140
- "type": {
11141
- "text": "any[]"
11142
- }
11143
- }
11144
- ],
11145
11138
  "inheritedFrom": {
11146
- "name": "<local>_BaseDatasource",
11147
- "module": "src/utils/base-datasource.ts"
11139
+ "name": "DataGridRow",
11140
+ "module": "src/data-grid/data-grid-row.ts"
11148
11141
  }
11149
11142
  },
11150
11143
  {
11151
11144
  "kind": "field",
11152
- "name": "connect",
11145
+ "name": "rowData",
11153
11146
  "type": {
11154
- "text": "Connect"
11147
+ "text": "object | null"
11155
11148
  },
11149
+ "privacy": "public",
11150
+ "default": "null",
11151
+ "description": "The base data for this row",
11156
11152
  "inheritedFrom": {
11157
- "name": "<local>_BaseDatasource",
11158
- "module": "src/utils/base-datasource.ts"
11153
+ "name": "DataGridRow",
11154
+ "module": "src/data-grid/data-grid-row.ts"
11159
11155
  }
11160
11156
  },
11161
11157
  {
11162
- "kind": "field",
11163
- "name": "datasource",
11164
- "type": {
11165
- "text": "Datasource"
11158
+ "kind": "method",
11159
+ "name": "rowDataChanged",
11160
+ "privacy": "private",
11161
+ "return": {
11162
+ "type": {
11163
+ "text": "void"
11164
+ }
11166
11165
  },
11167
11166
  "inheritedFrom": {
11168
- "name": "<local>_BaseDatasource",
11169
- "module": "src/utils/base-datasource.ts"
11167
+ "name": "DataGridRow",
11168
+ "module": "src/data-grid/data-grid-row.ts"
11170
11169
  }
11171
11170
  },
11172
11171
  {
11173
11172
  "kind": "field",
11174
- "name": "withGridInit",
11173
+ "name": "columnDefinitions",
11175
11174
  "type": {
11176
- "text": "boolean"
11175
+ "text": "ColumnDefinition[] | null"
11177
11176
  },
11178
- "default": "true",
11177
+ "privacy": "public",
11178
+ "default": "null",
11179
+ "description": "The column definitions of the row",
11179
11180
  "inheritedFrom": {
11180
- "name": "<local>_BaseDatasource",
11181
- "module": "src/utils/base-datasource.ts"
11181
+ "name": "DataGridRow",
11182
+ "module": "src/data-grid/data-grid-row.ts"
11182
11183
  }
11183
11184
  },
11184
11185
  {
11185
11186
  "kind": "field",
11186
- "name": "criteria",
11187
+ "name": "cellItemTemplate",
11187
11188
  "type": {
11188
- "text": "string"
11189
+ "text": "ViewTemplate | undefined"
11189
11190
  },
11191
+ "privacy": "public",
11192
+ "description": "The template used to render cells in generated rows.",
11190
11193
  "inheritedFrom": {
11191
- "name": "<local>_BaseDatasource",
11192
- "module": "src/utils/base-datasource.ts"
11194
+ "name": "DataGridRow",
11195
+ "module": "src/data-grid/data-grid-row.ts"
11193
11196
  }
11194
11197
  },
11195
11198
  {
11196
11199
  "kind": "method",
11197
- "name": "criteriaChanged",
11198
- "parameters": [
11199
- {
11200
- "name": "oldCriteria",
11201
- "type": {
11202
- "text": "string"
11203
- }
11204
- },
11205
- {
11206
- "name": "newCriteria",
11207
- "type": {
11208
- "text": "string"
11209
- }
11200
+ "name": "cellItemTemplateChanged",
11201
+ "privacy": "private",
11202
+ "return": {
11203
+ "type": {
11204
+ "text": "void"
11210
11205
  }
11211
- ],
11206
+ },
11212
11207
  "inheritedFrom": {
11213
- "name": "<local>_BaseDatasource",
11214
- "module": "src/utils/base-datasource.ts"
11208
+ "name": "DataGridRow",
11209
+ "module": "src/data-grid/data-grid-row.ts"
11215
11210
  }
11216
11211
  },
11217
11212
  {
11218
11213
  "kind": "field",
11219
- "name": "data",
11214
+ "name": "headerCellItemTemplate",
11220
11215
  "type": {
11221
- "text": "any[]"
11216
+ "text": "ViewTemplate | undefined"
11222
11217
  },
11218
+ "privacy": "public",
11219
+ "description": "The template used to render header cells in generated rows.",
11223
11220
  "inheritedFrom": {
11224
- "name": "<local>_BaseDatasource",
11225
- "module": "src/utils/base-datasource.ts"
11221
+ "name": "DataGridRow",
11222
+ "module": "src/data-grid/data-grid-row.ts"
11226
11223
  }
11227
11224
  },
11228
11225
  {
11229
11226
  "kind": "method",
11230
- "name": "dataChanged",
11231
- "parameters": [
11232
- {
11233
- "name": "oldValue"
11227
+ "name": "headerCellItemTemplateChanged",
11228
+ "privacy": "private",
11229
+ "return": {
11230
+ "type": {
11231
+ "text": "void"
11234
11232
  }
11235
- ],
11236
- "inheritedFrom": {
11237
- "name": "<local>_BaseDatasource",
11238
- "module": "src/utils/base-datasource.ts"
11239
- }
11240
- },
11241
- {
11242
- "kind": "field",
11243
- "name": "fields",
11244
- "type": {
11245
- "text": "string"
11246
11233
  },
11247
11234
  "inheritedFrom": {
11248
- "name": "<local>_BaseDatasource",
11249
- "module": "src/utils/base-datasource.ts"
11250
- }
11251
- },
11252
- {
11253
- "kind": "field",
11254
- "name": "maxRows",
11255
- "type": {
11256
- "text": "number"
11257
- },
11258
- "inheritedFrom": {
11259
- "name": "<local>_BaseDatasource",
11260
- "module": "src/utils/base-datasource.ts"
11235
+ "name": "DataGridRow",
11236
+ "module": "src/data-grid/data-grid-row.ts"
11261
11237
  }
11262
11238
  },
11263
11239
  {
11264
11240
  "kind": "field",
11265
- "name": "maxView",
11241
+ "name": "rowIndex",
11266
11242
  "type": {
11267
11243
  "text": "number"
11268
11244
  },
11245
+ "privacy": "public",
11246
+ "description": "The index of the row in the parent grid.\nThis is typically set programmatically by the parent grid.",
11269
11247
  "inheritedFrom": {
11270
- "name": "<local>_BaseDatasource",
11271
- "module": "src/utils/base-datasource.ts"
11272
- }
11273
- },
11274
- {
11275
- "kind": "field",
11276
- "name": "orderBy",
11277
- "type": {
11278
- "text": "string"
11279
- },
11280
- "inheritedFrom": {
11281
- "name": "<local>_BaseDatasource",
11282
- "module": "src/utils/base-datasource.ts"
11248
+ "name": "DataGridRow",
11249
+ "module": "src/data-grid/data-grid-row.ts"
11283
11250
  }
11284
11251
  },
11285
11252
  {
11286
11253
  "kind": "field",
11287
- "name": "request",
11254
+ "name": "cellsRepeatBehavior",
11288
11255
  "type": {
11289
- "text": "any"
11256
+ "text": "RepeatBehavior | null"
11290
11257
  },
11258
+ "privacy": "private",
11259
+ "default": "null",
11291
11260
  "inheritedFrom": {
11292
- "name": "<local>_BaseDatasource",
11293
- "module": "src/utils/base-datasource.ts"
11261
+ "name": "DataGridRow",
11262
+ "module": "src/data-grid/data-grid-row.ts"
11294
11263
  }
11295
11264
  },
11296
11265
  {
11297
11266
  "kind": "field",
11298
- "name": "resourceName",
11267
+ "name": "cellsPlaceholder",
11299
11268
  "type": {
11300
- "text": "string"
11269
+ "text": "Node | null"
11301
11270
  },
11271
+ "privacy": "private",
11272
+ "default": "null",
11302
11273
  "inheritedFrom": {
11303
- "name": "<local>_BaseDatasource",
11304
- "module": "src/utils/base-datasource.ts"
11274
+ "name": "DataGridRow",
11275
+ "module": "src/data-grid/data-grid-row.ts"
11305
11276
  }
11306
11277
  },
11307
11278
  {
11308
11279
  "kind": "field",
11309
- "name": "reverse",
11280
+ "name": "refocusOnLoad",
11310
11281
  "type": {
11311
11282
  "text": "boolean"
11312
11283
  },
11284
+ "privacy": "private",
11313
11285
  "default": "false",
11314
11286
  "inheritedFrom": {
11315
- "name": "<local>_BaseDatasource",
11316
- "module": "src/utils/base-datasource.ts"
11287
+ "name": "DataGridRow",
11288
+ "module": "src/data-grid/data-grid-row.ts"
11317
11289
  }
11318
11290
  },
11319
11291
  {
11320
- "kind": "field",
11321
- "name": "rowId",
11322
- "type": {
11323
- "text": "string"
11292
+ "kind": "method",
11293
+ "name": "handleFocusout",
11294
+ "privacy": "public",
11295
+ "return": {
11296
+ "type": {
11297
+ "text": "void"
11298
+ }
11324
11299
  },
11325
- "default": "'ROW_REF'",
11300
+ "parameters": [
11301
+ {
11302
+ "name": "e",
11303
+ "type": {
11304
+ "text": "FocusEvent"
11305
+ }
11306
+ }
11307
+ ],
11326
11308
  "inheritedFrom": {
11327
- "name": "<local>_BaseDatasource",
11328
- "module": "src/utils/base-datasource.ts"
11309
+ "name": "DataGridRow",
11310
+ "module": "src/data-grid/data-grid-row.ts"
11329
11311
  }
11330
11312
  },
11331
11313
  {
11332
- "kind": "field",
11333
- "name": "withTimestampFormatting",
11334
- "type": {
11335
- "text": "boolean"
11336
- },
11337
- "default": "true",
11338
- "description": "Enabled by default, will format UNIX timestamp fields to readable [DATE|DATETIME] values.",
11314
+ "kind": "method",
11315
+ "name": "handleCellFocus",
11339
11316
  "privacy": "public",
11317
+ "return": {
11318
+ "type": {
11319
+ "text": "void"
11320
+ }
11321
+ },
11322
+ "parameters": [
11323
+ {
11324
+ "name": "e",
11325
+ "type": {
11326
+ "text": "Event"
11327
+ }
11328
+ }
11329
+ ],
11340
11330
  "inheritedFrom": {
11341
- "name": "<local>_BaseDatasource",
11342
- "module": "src/utils/base-datasource.ts"
11331
+ "name": "DataGridRow",
11332
+ "module": "src/data-grid/data-grid-row.ts"
11343
11333
  }
11344
11334
  },
11345
11335
  {
11346
- "kind": "field",
11347
- "name": "datasourceConfig",
11336
+ "kind": "method",
11337
+ "name": "handleKeydown",
11338
+ "privacy": "public",
11339
+ "return": {
11340
+ "type": {
11341
+ "text": "void"
11342
+ }
11343
+ },
11344
+ "parameters": [
11345
+ {
11346
+ "name": "e",
11347
+ "type": {
11348
+ "text": "KeyboardEvent"
11349
+ }
11350
+ }
11351
+ ],
11348
11352
  "inheritedFrom": {
11349
- "name": "<local>_BaseDatasource",
11350
- "module": "src/utils/base-datasource.ts"
11353
+ "name": "DataGridRow",
11354
+ "module": "src/data-grid/data-grid-row.ts"
11351
11355
  }
11352
11356
  },
11353
11357
  {
11354
- "kind": "field",
11355
- "name": "requiresFullDataRefresh",
11356
- "type": {
11357
- "text": "boolean"
11358
+ "kind": "method",
11359
+ "name": "updateItemTemplate",
11360
+ "privacy": "private",
11361
+ "return": {
11362
+ "type": {
11363
+ "text": "void"
11364
+ }
11358
11365
  },
11359
- "privacy": "public",
11360
- "default": "true",
11361
11366
  "inheritedFrom": {
11362
- "name": "<local>_BaseDatasource",
11363
- "module": "src/utils/base-datasource.ts"
11367
+ "name": "DataGridRow",
11368
+ "module": "src/data-grid/data-grid-row.ts"
11364
11369
  }
11365
11370
  },
11366
11371
  {
11367
11372
  "kind": "field",
11368
- "name": "dataSub",
11369
- "type": {
11370
- "text": "Subscription"
11371
- },
11372
- "privacy": "public",
11373
+ "name": "updateRowStyle",
11374
+ "privacy": "private",
11373
11375
  "inheritedFrom": {
11374
- "name": "<local>_BaseDatasource",
11375
- "module": "src/utils/base-datasource.ts"
11376
+ "name": "DataGridRow",
11377
+ "module": "src/data-grid/data-grid-row.ts"
11376
11378
  }
11377
11379
  },
11378
11380
  {
11379
11381
  "kind": "field",
11380
- "name": "sourceRef",
11382
+ "name": "_presentation",
11381
11383
  "type": {
11382
- "text": "string"
11384
+ "text": "ComponentPresentation | null | undefined"
11383
11385
  },
11384
11386
  "privacy": "private",
11387
+ "default": "void 0",
11385
11388
  "inheritedFrom": {
11386
- "name": "<local>_BaseDatasource",
11387
- "module": "src/utils/base-datasource.ts"
11389
+ "name": "FoundationElement",
11390
+ "module": "src/foundation-element/foundation-element.ts"
11388
11391
  }
11389
11392
  },
11390
11393
  {
11391
11394
  "kind": "field",
11392
- "name": "rowsSyncedWithStream",
11395
+ "name": "$presentation",
11393
11396
  "type": {
11394
- "text": "Map<string, any>"
11397
+ "text": "ComponentPresentation | null"
11395
11398
  },
11396
11399
  "privacy": "public",
11397
- "default": "new Map()",
11400
+ "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
11398
11401
  "inheritedFrom": {
11399
- "name": "<local>_BaseDatasource",
11400
- "module": "src/utils/base-datasource.ts"
11402
+ "name": "FoundationElement",
11403
+ "module": "src/foundation-element/foundation-element.ts"
11401
11404
  }
11402
11405
  },
11403
11406
  {
11404
11407
  "kind": "field",
11405
- "name": "dataSubWasLoggedOff",
11408
+ "name": "template",
11406
11409
  "type": {
11407
- "text": "boolean"
11410
+ "text": "ElementViewTemplate | void | null"
11408
11411
  },
11409
11412
  "privacy": "public",
11410
- "default": "false",
11413
+ "description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
11411
11414
  "inheritedFrom": {
11412
- "name": "<local>_BaseDatasource",
11413
- "module": "src/utils/base-datasource.ts"
11415
+ "name": "FoundationElement",
11416
+ "module": "src/foundation-element/foundation-element.ts"
11414
11417
  }
11415
11418
  },
11416
11419
  {
11417
- "kind": "field",
11418
- "name": "criteriaFromFilters",
11419
- "type": {
11420
- "text": "Map<string, string>"
11420
+ "kind": "method",
11421
+ "name": "templateChanged",
11422
+ "privacy": "protected",
11423
+ "return": {
11424
+ "type": {
11425
+ "text": "void"
11426
+ }
11421
11427
  },
11422
- "privacy": "private",
11423
- "default": "new Map()",
11424
11428
  "inheritedFrom": {
11425
- "name": "<local>_BaseDatasource",
11426
- "module": "src/utils/base-datasource.ts"
11429
+ "name": "FoundationElement",
11430
+ "module": "src/foundation-element/foundation-element.ts"
11427
11431
  }
11428
11432
  },
11429
11433
  {
11430
11434
  "kind": "field",
11431
- "name": "update",
11435
+ "name": "styles",
11432
11436
  "type": {
11433
- "text": "BehaviorSubject<Map<string, string>>"
11437
+ "text": "ElementStyles | void | null"
11434
11438
  },
11435
11439
  "privacy": "public",
11436
- "default": "new BehaviorSubject(new Map())",
11440
+ "description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
11437
11441
  "inheritedFrom": {
11438
- "name": "<local>_BaseDatasource",
11439
- "module": "src/utils/base-datasource.ts"
11442
+ "name": "FoundationElement",
11443
+ "module": "src/foundation-element/foundation-element.ts"
11440
11444
  }
11441
11445
  },
11442
11446
  {
11443
11447
  "kind": "method",
11444
- "name": "reset",
11448
+ "name": "stylesChanged",
11449
+ "privacy": "protected",
11450
+ "return": {
11451
+ "type": {
11452
+ "text": "void"
11453
+ }
11454
+ },
11445
11455
  "inheritedFrom": {
11446
- "name": "<local>_BaseDatasource",
11447
- "module": "src/utils/base-datasource.ts"
11456
+ "name": "FoundationElement",
11457
+ "module": "src/foundation-element/foundation-element.ts"
11448
11458
  }
11449
11459
  },
11450
11460
  {
11451
11461
  "kind": "method",
11452
- "name": "fetchGenesisData",
11462
+ "name": "compose",
11453
11463
  "privacy": "public",
11464
+ "static": true,
11465
+ "return": {
11466
+ "type": {
11467
+ "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
11468
+ }
11469
+ },
11454
11470
  "parameters": [
11455
11471
  {
11456
- "name": "withFullInit",
11457
- "default": "true"
11472
+ "name": "this",
11473
+ "type": {
11474
+ "text": "K"
11475
+ }
11476
+ },
11477
+ {
11478
+ "name": "elementDefinition",
11479
+ "type": {
11480
+ "text": "T"
11481
+ },
11482
+ "description": "The definition of the element to create the registry\nfunction for."
11458
11483
  }
11459
11484
  ],
11485
+ "description": "Defines an element registry function with a set of element definition defaults.",
11460
11486
  "inheritedFrom": {
11461
- "name": "<local>_BaseDatasource",
11462
- "module": "src/utils/base-datasource.ts"
11487
+ "name": "FoundationElement",
11488
+ "module": "src/foundation-element/foundation-element.ts"
11463
11489
  }
11464
- },
11490
+ }
11491
+ ],
11492
+ "events": [
11465
11493
  {
11466
- "kind": "method",
11467
- "name": "initDatasource",
11468
- "privacy": "public",
11494
+ "description": "Fires a custom 'row-focused' event when focus is on an element (usually a cell or its contents) in the row",
11495
+ "name": "row-focused",
11469
11496
  "inheritedFrom": {
11470
- "name": "<local>_BaseDatasource",
11471
- "module": "src/utils/base-datasource.ts"
11497
+ "name": "DataGridRow",
11498
+ "module": "src/data-grid/data-grid-row.ts"
11472
11499
  }
11500
+ }
11501
+ ]
11502
+ },
11503
+ {
11504
+ "kind": "variable",
11505
+ "name": "foundationDataGridRowShadowOptions",
11506
+ "type": {
11507
+ "text": "ShadowRootInit"
11508
+ },
11509
+ "default": "undefined"
11510
+ },
11511
+ {
11512
+ "kind": "variable",
11513
+ "name": "defaultDataGridRowConfig",
11514
+ "type": {
11515
+ "text": "object"
11516
+ },
11517
+ "default": "{}"
11518
+ },
11519
+ {
11520
+ "kind": "variable",
11521
+ "name": "foundationDataGridRow",
11522
+ "description": "The Foundation Data Grid Row Element.",
11523
+ "privacy": "public"
11524
+ }
11525
+ ],
11526
+ "exports": [
11527
+ {
11528
+ "kind": "js",
11529
+ "name": "foundationDataGridRowTemplate",
11530
+ "declaration": {
11531
+ "name": "dataGridRowTemplate",
11532
+ "package": "@microsoft/fast-foundation"
11533
+ }
11534
+ },
11535
+ {
11536
+ "kind": "js",
11537
+ "name": "DataGridRow",
11538
+ "declaration": {
11539
+ "name": "DataGridRow",
11540
+ "module": "src/data-grid-row/data-grid.row.ts"
11541
+ }
11542
+ },
11543
+ {
11544
+ "kind": "js",
11545
+ "name": "foundationDataGridRowShadowOptions",
11546
+ "declaration": {
11547
+ "name": "foundationDataGridRowShadowOptions",
11548
+ "module": "src/data-grid-row/data-grid.row.ts"
11549
+ }
11550
+ },
11551
+ {
11552
+ "kind": "js",
11553
+ "name": "defaultDataGridRowConfig",
11554
+ "declaration": {
11555
+ "name": "defaultDataGridRowConfig",
11556
+ "module": "src/data-grid-row/data-grid.row.ts"
11557
+ }
11558
+ },
11559
+ {
11560
+ "kind": "js",
11561
+ "name": "foundationDataGridRow",
11562
+ "declaration": {
11563
+ "name": "foundationDataGridRow",
11564
+ "module": "src/data-grid-row/data-grid.row.ts"
11565
+ }
11566
+ }
11567
+ ]
11568
+ },
11569
+ {
11570
+ "kind": "javascript-module",
11571
+ "path": "src/data-grid-row/index.ts",
11572
+ "declarations": [],
11573
+ "exports": [
11574
+ {
11575
+ "kind": "js",
11576
+ "name": "*",
11577
+ "declaration": {
11578
+ "name": "*",
11579
+ "package": "./data-grid.row"
11580
+ }
11581
+ },
11582
+ {
11583
+ "kind": "js",
11584
+ "name": "*",
11585
+ "declaration": {
11586
+ "name": "*",
11587
+ "package": "./data-grid-row.styles"
11588
+ }
11589
+ }
11590
+ ]
11591
+ },
11592
+ {
11593
+ "kind": "javascript-module",
11594
+ "path": "src/data-grid-datasource/data-grid-datasource.ts",
11595
+ "declarations": [
11596
+ {
11597
+ "kind": "class",
11598
+ "description": "",
11599
+ "name": "DataGridDatasource",
11600
+ "members": [
11601
+ {
11602
+ "kind": "field",
11603
+ "name": "dataGrid",
11604
+ "type": {
11605
+ "text": "DataGrid"
11606
+ },
11607
+ "privacy": "private"
11473
11608
  },
11474
11609
  {
11475
- "kind": "method",
11476
- "name": "datasourceOptions",
11477
- "privacy": "private",
11478
- "return": {
11479
- "type": {
11480
- "text": "DatasourceOptions"
11481
- }
11610
+ "kind": "field",
11611
+ "name": "isSnapshot",
11612
+ "type": {
11613
+ "text": "boolean"
11482
11614
  },
11615
+ "default": "true",
11616
+ "privacy": "public",
11483
11617
  "inheritedFrom": {
11484
11618
  "name": "<local>_BaseDatasource",
11485
11619
  "module": "src/utils/base-datasource.ts"
@@ -11487,33 +11621,25 @@
11487
11621
  },
11488
11622
  {
11489
11623
  "kind": "method",
11490
- "name": "handleStreamUpdate",
11624
+ "name": "getColumnDefs",
11491
11625
  "privacy": "private",
11492
11626
  "parameters": [
11493
11627
  {
11494
- "name": "result",
11628
+ "name": "fieldsMetadata",
11495
11629
  "type": {
11496
- "text": "FilteredDataServerResult | RequestServerResult"
11630
+ "text": "FieldMetadata[]"
11497
11631
  }
11498
11632
  }
11499
- ],
11500
- "inheritedFrom": {
11501
- "name": "<local>_BaseDatasource",
11502
- "module": "src/utils/base-datasource.ts"
11503
- }
11633
+ ]
11504
11634
  },
11505
11635
  {
11506
11636
  "kind": "method",
11507
- "name": "applyRequestServerData",
11508
- "privacy": "public",
11509
- "parameters": [
11510
- {
11511
- "name": "requestServerResult",
11512
- "type": {
11513
- "text": "RequestServerResult"
11514
- }
11637
+ "name": "clearData",
11638
+ "return": {
11639
+ "type": {
11640
+ "text": "void"
11515
11641
  }
11516
- ],
11642
+ },
11517
11643
  "inheritedFrom": {
11518
11644
  "name": "<local>_BaseDatasource",
11519
11645
  "module": "src/utils/base-datasource.ts"
@@ -11521,13 +11647,18 @@
11521
11647
  },
11522
11648
  {
11523
11649
  "kind": "method",
11524
- "name": "applyDataserverData",
11525
- "privacy": "public",
11650
+ "name": "syncComponentData",
11651
+ "return": {
11652
+ "type": {
11653
+ "text": "void"
11654
+ }
11655
+ },
11526
11656
  "parameters": [
11527
11657
  {
11528
- "name": "dataServerResult",
11658
+ "name": "snapshotData",
11659
+ "optional": true,
11529
11660
  "type": {
11530
- "text": "FilteredDataServerResult"
11661
+ "text": "any[]"
11531
11662
  }
11532
11663
  }
11533
11664
  ],
@@ -11538,33 +11669,17 @@
11538
11669
  },
11539
11670
  {
11540
11671
  "kind": "method",
11541
- "name": "buildCriteria",
11542
- "privacy": "private",
11672
+ "name": "handleStreamInserts",
11543
11673
  "return": {
11544
11674
  "type": {
11545
- "text": "string"
11675
+ "text": "void"
11546
11676
  }
11547
11677
  },
11548
- "inheritedFrom": {
11549
- "name": "<local>_BaseDatasource",
11550
- "module": "src/utils/base-datasource.ts"
11551
- }
11552
- },
11553
- {
11554
- "kind": "method",
11555
- "name": "setFilter",
11556
- "privacy": "public",
11557
11678
  "parameters": [
11558
11679
  {
11559
- "name": "fieldName",
11560
- "type": {
11561
- "text": "string"
11562
- }
11563
- },
11564
- {
11565
- "name": "newFilter",
11680
+ "name": "insertedRows",
11566
11681
  "type": {
11567
- "text": "string"
11682
+ "text": "any[]"
11568
11683
  }
11569
11684
  }
11570
11685
  ],
@@ -11575,13 +11690,17 @@
11575
11690
  },
11576
11691
  {
11577
11692
  "kind": "method",
11578
- "name": "removeFilter",
11579
- "privacy": "public",
11693
+ "name": "handleStreamDeletes",
11694
+ "return": {
11695
+ "type": {
11696
+ "text": "void"
11697
+ }
11698
+ },
11580
11699
  "parameters": [
11581
11700
  {
11582
- "name": "fieldName",
11701
+ "name": "deletedRows",
11583
11702
  "type": {
11584
- "text": "string"
11703
+ "text": "any[]"
11585
11704
  }
11586
11705
  }
11587
11706
  ],
@@ -11592,7 +11711,7 @@
11592
11711
  },
11593
11712
  {
11594
11713
  "kind": "method",
11595
- "name": "handleError",
11714
+ "name": "handleStreamUpdates",
11596
11715
  "return": {
11597
11716
  "type": {
11598
11717
  "text": "void"
@@ -11600,10 +11719,9 @@
11600
11719
  },
11601
11720
  "parameters": [
11602
11721
  {
11603
- "name": "params",
11604
- "default": "{}",
11722
+ "name": "updatedRows",
11605
11723
  "type": {
11606
- "text": "BaseDatasourceErrorHandlingOptions"
11724
+ "text": "any[]"
11607
11725
  }
11608
11726
  }
11609
11727
  ],
@@ -11614,629 +11732,467 @@
11614
11732
  },
11615
11733
  {
11616
11734
  "kind": "field",
11617
- "name": "_presentation",
11618
- "type": {
11619
- "text": "ComponentPresentation | null | undefined"
11620
- },
11621
- "privacy": "private",
11622
- "default": "void 0",
11623
- "inheritedFrom": {
11624
- "name": "FoundationElement",
11625
- "module": "src/foundation-element/foundation-element.ts"
11626
- }
11627
- },
11628
- {
11629
- "kind": "field",
11630
- "name": "$presentation",
11735
+ "name": "connect",
11631
11736
  "type": {
11632
- "text": "ComponentPresentation | null"
11737
+ "text": "Connect"
11633
11738
  },
11634
- "privacy": "public",
11635
- "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
11636
11739
  "inheritedFrom": {
11637
- "name": "FoundationElement",
11638
- "module": "src/foundation-element/foundation-element.ts"
11740
+ "name": "<local>_BaseDatasource",
11741
+ "module": "src/utils/base-datasource.ts"
11639
11742
  }
11640
11743
  },
11641
11744
  {
11642
11745
  "kind": "field",
11643
- "name": "template",
11746
+ "name": "datasource",
11644
11747
  "type": {
11645
- "text": "ElementViewTemplate | void | null"
11646
- },
11647
- "privacy": "public",
11648
- "description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
11649
- "inheritedFrom": {
11650
- "name": "FoundationElement",
11651
- "module": "src/foundation-element/foundation-element.ts"
11652
- }
11653
- },
11654
- {
11655
- "kind": "method",
11656
- "name": "templateChanged",
11657
- "privacy": "protected",
11658
- "return": {
11659
- "type": {
11660
- "text": "void"
11661
- }
11748
+ "text": "Datasource"
11662
11749
  },
11663
11750
  "inheritedFrom": {
11664
- "name": "FoundationElement",
11665
- "module": "src/foundation-element/foundation-element.ts"
11751
+ "name": "<local>_BaseDatasource",
11752
+ "module": "src/utils/base-datasource.ts"
11666
11753
  }
11667
11754
  },
11668
11755
  {
11669
11756
  "kind": "field",
11670
- "name": "styles",
11757
+ "name": "withGridInit",
11671
11758
  "type": {
11672
- "text": "ElementStyles | void | null"
11759
+ "text": "boolean"
11673
11760
  },
11674
- "privacy": "public",
11675
- "description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
11761
+ "default": "true",
11676
11762
  "inheritedFrom": {
11677
- "name": "FoundationElement",
11678
- "module": "src/foundation-element/foundation-element.ts"
11763
+ "name": "<local>_BaseDatasource",
11764
+ "module": "src/utils/base-datasource.ts"
11679
11765
  }
11680
11766
  },
11681
11767
  {
11682
- "kind": "method",
11683
- "name": "stylesChanged",
11684
- "privacy": "protected",
11685
- "return": {
11686
- "type": {
11687
- "text": "void"
11688
- }
11768
+ "kind": "field",
11769
+ "name": "criteria",
11770
+ "type": {
11771
+ "text": "string"
11689
11772
  },
11690
11773
  "inheritedFrom": {
11691
- "name": "FoundationElement",
11692
- "module": "src/foundation-element/foundation-element.ts"
11774
+ "name": "<local>_BaseDatasource",
11775
+ "module": "src/utils/base-datasource.ts"
11693
11776
  }
11694
11777
  },
11695
11778
  {
11696
11779
  "kind": "method",
11697
- "name": "compose",
11698
- "privacy": "public",
11699
- "static": true,
11700
- "return": {
11701
- "type": {
11702
- "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
11703
- }
11704
- },
11780
+ "name": "criteriaChanged",
11705
11781
  "parameters": [
11706
11782
  {
11707
- "name": "this",
11783
+ "name": "oldCriteria",
11708
11784
  "type": {
11709
- "text": "K"
11785
+ "text": "string"
11710
11786
  }
11711
11787
  },
11712
11788
  {
11713
- "name": "elementDefinition",
11789
+ "name": "newCriteria",
11714
11790
  "type": {
11715
- "text": "T"
11716
- },
11717
- "description": "The definition of the element to create the registry\nfunction for."
11791
+ "text": "string"
11792
+ }
11718
11793
  }
11719
11794
  ],
11720
- "description": "Defines an element registry function with a set of element definition defaults.",
11721
11795
  "inheritedFrom": {
11722
- "name": "FoundationElement",
11723
- "module": "src/foundation-element/foundation-element.ts"
11796
+ "name": "<local>_BaseDatasource",
11797
+ "module": "src/utils/base-datasource.ts"
11724
11798
  }
11725
- }
11726
- ],
11727
- "superclass": {
11728
- "name": "BaseDatasource",
11729
- "module": "/src/utils"
11730
- },
11731
- "attributes": [
11799
+ },
11732
11800
  {
11801
+ "kind": "field",
11802
+ "name": "data",
11733
11803
  "type": {
11734
- "text": "boolean"
11804
+ "text": "any[]"
11735
11805
  },
11736
- "default": "true",
11737
- "fieldName": "withGridInit",
11738
11806
  "inheritedFrom": {
11739
11807
  "name": "<local>_BaseDatasource",
11740
11808
  "module": "src/utils/base-datasource.ts"
11741
11809
  }
11742
11810
  },
11743
11811
  {
11744
- "name": "criteria",
11745
- "type": {
11746
- "text": "string"
11747
- },
11748
- "fieldName": "criteria",
11812
+ "kind": "method",
11813
+ "name": "dataChanged",
11814
+ "parameters": [
11815
+ {
11816
+ "name": "oldValue"
11817
+ }
11818
+ ],
11749
11819
  "inheritedFrom": {
11750
11820
  "name": "<local>_BaseDatasource",
11751
11821
  "module": "src/utils/base-datasource.ts"
11752
11822
  }
11753
11823
  },
11754
11824
  {
11825
+ "kind": "field",
11755
11826
  "name": "fields",
11756
11827
  "type": {
11757
11828
  "text": "string"
11758
11829
  },
11759
- "fieldName": "fields",
11760
11830
  "inheritedFrom": {
11761
11831
  "name": "<local>_BaseDatasource",
11762
11832
  "module": "src/utils/base-datasource.ts"
11763
11833
  }
11764
11834
  },
11765
11835
  {
11836
+ "kind": "field",
11766
11837
  "name": "maxRows",
11767
11838
  "type": {
11768
11839
  "text": "number"
11769
11840
  },
11770
- "fieldName": "maxRows",
11771
11841
  "inheritedFrom": {
11772
11842
  "name": "<local>_BaseDatasource",
11773
11843
  "module": "src/utils/base-datasource.ts"
11774
11844
  }
11775
11845
  },
11776
11846
  {
11847
+ "kind": "field",
11777
11848
  "name": "maxView",
11778
11849
  "type": {
11779
11850
  "text": "number"
11780
11851
  },
11781
- "fieldName": "maxView",
11782
11852
  "inheritedFrom": {
11783
11853
  "name": "<local>_BaseDatasource",
11784
11854
  "module": "src/utils/base-datasource.ts"
11785
11855
  }
11786
11856
  },
11787
11857
  {
11858
+ "kind": "field",
11788
11859
  "name": "orderBy",
11789
11860
  "type": {
11790
11861
  "text": "string"
11791
11862
  },
11792
- "fieldName": "orderBy",
11793
11863
  "inheritedFrom": {
11794
11864
  "name": "<local>_BaseDatasource",
11795
11865
  "module": "src/utils/base-datasource.ts"
11796
11866
  }
11797
11867
  },
11798
11868
  {
11799
- "name": "resourceName",
11869
+ "kind": "field",
11870
+ "name": "request",
11800
11871
  "type": {
11801
- "text": "string"
11872
+ "text": "any"
11802
11873
  },
11803
- "fieldName": "resourceName",
11804
11874
  "inheritedFrom": {
11805
11875
  "name": "<local>_BaseDatasource",
11806
11876
  "module": "src/utils/base-datasource.ts"
11807
11877
  }
11808
11878
  },
11809
11879
  {
11810
- "name": "rowId",
11880
+ "kind": "field",
11881
+ "name": "resourceName",
11811
11882
  "type": {
11812
11883
  "text": "string"
11813
11884
  },
11814
- "default": "'ROW_REF'",
11815
- "fieldName": "rowId",
11816
11885
  "inheritedFrom": {
11817
11886
  "name": "<local>_BaseDatasource",
11818
11887
  "module": "src/utils/base-datasource.ts"
11819
11888
  }
11820
11889
  },
11821
11890
  {
11822
- "name": "with-timestamp-formatting",
11891
+ "kind": "field",
11892
+ "name": "reverse",
11823
11893
  "type": {
11824
11894
  "text": "boolean"
11825
11895
  },
11826
- "default": "true",
11827
- "description": "Enabled by default, will format UNIX timestamp fields to readable [DATE|DATETIME] values.",
11828
- "fieldName": "withTimestampFormatting",
11896
+ "default": "false",
11829
11897
  "inheritedFrom": {
11830
11898
  "name": "<local>_BaseDatasource",
11831
11899
  "module": "src/utils/base-datasource.ts"
11832
11900
  }
11833
- }
11834
- ]
11835
- }
11836
- ],
11837
- "exports": [
11838
- {
11839
- "kind": "js",
11840
- "name": "DataGridDatasource",
11841
- "declaration": {
11842
- "name": "DataGridDatasource",
11843
- "module": "src/data-grid-datasource/data-grid-datasource.ts"
11844
- }
11845
- },
11846
- {
11847
- "kind": "custom-element-definition",
11848
- "name": "data-grid-datasource",
11849
- "declaration": {
11850
- "name": "DataGridDatasource",
11851
- "module": "src/data-grid-datasource/data-grid-datasource.ts"
11852
- }
11853
- }
11854
- ]
11855
- },
11856
- {
11857
- "kind": "javascript-module",
11858
- "path": "src/data-grid-datasource/index.ts",
11859
- "declarations": [],
11860
- "exports": [
11861
- {
11862
- "kind": "js",
11863
- "name": "*",
11864
- "declaration": {
11865
- "name": "*",
11866
- "package": "./data-grid-datasource"
11867
- }
11868
- }
11869
- ]
11870
- },
11871
- {
11872
- "kind": "javascript-module",
11873
- "path": "src/data-grid-row/data-grid-row.styles.ts",
11874
- "declarations": [
11875
- {
11876
- "kind": "function",
11877
- "name": "foundationDataGridRowStyles",
11878
- "return": {
11879
- "type": {
11880
- "text": "ElementStyles"
11881
- }
11882
- },
11883
- "parameters": [
11884
- {
11885
- "name": "context",
11886
- "type": {
11887
- "text": "ElementDefinitionContext"
11888
- }
11889
11901
  },
11890
11902
  {
11891
- "name": "defintion",
11892
- "type": {
11893
- "text": "FoundationElementDefinition"
11894
- }
11895
- }
11896
- ]
11897
- }
11898
- ],
11899
- "exports": [
11900
- {
11901
- "kind": "js",
11902
- "name": "foundationDataGridRowStyles",
11903
- "declaration": {
11904
- "name": "foundationDataGridRowStyles",
11905
- "module": "src/data-grid-row/data-grid-row.styles.ts"
11906
- }
11907
- }
11908
- ]
11909
- },
11910
- {
11911
- "kind": "javascript-module",
11912
- "path": "src/data-grid-row/data-grid.row.ts",
11913
- "declarations": [
11914
- {
11915
- "kind": "class",
11916
- "description": "",
11917
- "name": "DataGridRow",
11918
- "superclass": {
11919
- "name": "FASTDataGridRow",
11920
- "package": "@microsoft/fast-components"
11921
- },
11922
- "tagName": "%%prefix%%-data-grid-row",
11923
- "customElement": true,
11924
- "attributes": [
11925
- {
11926
- "name": "grid-template-columns",
11903
+ "kind": "field",
11904
+ "name": "rowId",
11927
11905
  "type": {
11928
11906
  "text": "string"
11929
11907
  },
11930
- "description": "String that gets applied to the the css gridTemplateColumns attribute for the row",
11931
- "fieldName": "gridTemplateColumns",
11908
+ "default": "'ROW_REF'",
11932
11909
  "inheritedFrom": {
11933
- "name": "DataGridRow",
11934
- "module": "src/data-grid/data-grid-row.ts"
11910
+ "name": "<local>_BaseDatasource",
11911
+ "module": "src/utils/base-datasource.ts"
11935
11912
  }
11936
11913
  },
11937
- {
11938
- "name": "row-type",
11939
- "type": {
11940
- "text": "DataGridRowTypes"
11941
- },
11942
- "description": "The type of row",
11943
- "fieldName": "rowType",
11944
- "inheritedFrom": {
11945
- "name": "DataGridRow",
11946
- "module": "src/data-grid/data-grid-row.ts"
11947
- }
11948
- }
11949
- ],
11950
- "members": [
11951
11914
  {
11952
11915
  "kind": "field",
11953
- "name": "gridTemplateColumns",
11916
+ "name": "withTimestampFormatting",
11954
11917
  "type": {
11955
- "text": "string"
11918
+ "text": "boolean"
11956
11919
  },
11920
+ "default": "true",
11921
+ "description": "Enabled by default, will format UNIX timestamp fields to readable [DATE|DATETIME] values.",
11957
11922
  "privacy": "public",
11958
- "description": "String that gets applied to the the css gridTemplateColumns attribute for the row",
11959
11923
  "inheritedFrom": {
11960
- "name": "DataGridRow",
11961
- "module": "src/data-grid/data-grid-row.ts"
11924
+ "name": "<local>_BaseDatasource",
11925
+ "module": "src/utils/base-datasource.ts"
11962
11926
  }
11963
11927
  },
11964
11928
  {
11965
- "kind": "method",
11966
- "name": "gridTemplateColumnsChanged",
11967
- "privacy": "private",
11968
- "return": {
11969
- "type": {
11970
- "text": "void"
11971
- }
11972
- },
11929
+ "kind": "field",
11930
+ "name": "datasourceConfig",
11973
11931
  "inheritedFrom": {
11974
- "name": "DataGridRow",
11975
- "module": "src/data-grid/data-grid-row.ts"
11932
+ "name": "<local>_BaseDatasource",
11933
+ "module": "src/utils/base-datasource.ts"
11976
11934
  }
11977
11935
  },
11978
11936
  {
11979
11937
  "kind": "field",
11980
- "name": "rowType",
11938
+ "name": "requiresFullDataRefresh",
11981
11939
  "type": {
11982
- "text": "DataGridRowTypes"
11940
+ "text": "boolean"
11983
11941
  },
11984
11942
  "privacy": "public",
11985
- "description": "The type of row",
11986
- "inheritedFrom": {
11987
- "name": "DataGridRow",
11988
- "module": "src/data-grid/data-grid-row.ts"
11989
- }
11990
- },
11991
- {
11992
- "kind": "method",
11993
- "name": "rowTypeChanged",
11994
- "privacy": "private",
11995
- "return": {
11996
- "type": {
11997
- "text": "void"
11998
- }
11999
- },
11943
+ "default": "true",
12000
11944
  "inheritedFrom": {
12001
- "name": "DataGridRow",
12002
- "module": "src/data-grid/data-grid-row.ts"
11945
+ "name": "<local>_BaseDatasource",
11946
+ "module": "src/utils/base-datasource.ts"
12003
11947
  }
12004
11948
  },
12005
11949
  {
12006
11950
  "kind": "field",
12007
- "name": "rowData",
11951
+ "name": "dataSub",
12008
11952
  "type": {
12009
- "text": "object | null"
11953
+ "text": "Subscription"
12010
11954
  },
12011
11955
  "privacy": "public",
12012
- "default": "null",
12013
- "description": "The base data for this row",
12014
11956
  "inheritedFrom": {
12015
- "name": "DataGridRow",
12016
- "module": "src/data-grid/data-grid-row.ts"
11957
+ "name": "<local>_BaseDatasource",
11958
+ "module": "src/utils/base-datasource.ts"
12017
11959
  }
12018
11960
  },
12019
11961
  {
12020
- "kind": "method",
12021
- "name": "rowDataChanged",
12022
- "privacy": "private",
12023
- "return": {
12024
- "type": {
12025
- "text": "void"
12026
- }
11962
+ "kind": "field",
11963
+ "name": "sourceRef",
11964
+ "type": {
11965
+ "text": "string"
12027
11966
  },
11967
+ "privacy": "private",
12028
11968
  "inheritedFrom": {
12029
- "name": "DataGridRow",
12030
- "module": "src/data-grid/data-grid-row.ts"
11969
+ "name": "<local>_BaseDatasource",
11970
+ "module": "src/utils/base-datasource.ts"
12031
11971
  }
12032
11972
  },
12033
11973
  {
12034
11974
  "kind": "field",
12035
- "name": "columnDefinitions",
11975
+ "name": "rowsSyncedWithStream",
12036
11976
  "type": {
12037
- "text": "ColumnDefinition[] | null"
11977
+ "text": "Map<string, any>"
12038
11978
  },
12039
11979
  "privacy": "public",
12040
- "default": "null",
12041
- "description": "The column definitions of the row",
11980
+ "default": "new Map()",
12042
11981
  "inheritedFrom": {
12043
- "name": "DataGridRow",
12044
- "module": "src/data-grid/data-grid-row.ts"
11982
+ "name": "<local>_BaseDatasource",
11983
+ "module": "src/utils/base-datasource.ts"
12045
11984
  }
12046
11985
  },
12047
11986
  {
12048
11987
  "kind": "field",
12049
- "name": "cellItemTemplate",
11988
+ "name": "dataSubWasLoggedOff",
12050
11989
  "type": {
12051
- "text": "ViewTemplate | undefined"
11990
+ "text": "boolean"
12052
11991
  },
12053
11992
  "privacy": "public",
12054
- "description": "The template used to render cells in generated rows.",
11993
+ "default": "false",
12055
11994
  "inheritedFrom": {
12056
- "name": "DataGridRow",
12057
- "module": "src/data-grid/data-grid-row.ts"
11995
+ "name": "<local>_BaseDatasource",
11996
+ "module": "src/utils/base-datasource.ts"
12058
11997
  }
12059
11998
  },
12060
11999
  {
12061
- "kind": "method",
12062
- "name": "cellItemTemplateChanged",
12063
- "privacy": "private",
12064
- "return": {
12065
- "type": {
12066
- "text": "void"
12067
- }
12000
+ "kind": "field",
12001
+ "name": "criteriaFromFilters",
12002
+ "type": {
12003
+ "text": "Map<string, string>"
12068
12004
  },
12005
+ "privacy": "private",
12006
+ "default": "new Map()",
12069
12007
  "inheritedFrom": {
12070
- "name": "DataGridRow",
12071
- "module": "src/data-grid/data-grid-row.ts"
12008
+ "name": "<local>_BaseDatasource",
12009
+ "module": "src/utils/base-datasource.ts"
12072
12010
  }
12073
12011
  },
12074
12012
  {
12075
12013
  "kind": "field",
12076
- "name": "headerCellItemTemplate",
12014
+ "name": "update",
12077
12015
  "type": {
12078
- "text": "ViewTemplate | undefined"
12016
+ "text": "BehaviorSubject<Map<string, string>>"
12079
12017
  },
12080
12018
  "privacy": "public",
12081
- "description": "The template used to render header cells in generated rows.",
12019
+ "default": "new BehaviorSubject(new Map())",
12082
12020
  "inheritedFrom": {
12083
- "name": "DataGridRow",
12084
- "module": "src/data-grid/data-grid-row.ts"
12021
+ "name": "<local>_BaseDatasource",
12022
+ "module": "src/utils/base-datasource.ts"
12085
12023
  }
12086
12024
  },
12087
12025
  {
12088
12026
  "kind": "method",
12089
- "name": "headerCellItemTemplateChanged",
12090
- "privacy": "private",
12091
- "return": {
12092
- "type": {
12093
- "text": "void"
12094
- }
12095
- },
12027
+ "name": "reset",
12096
12028
  "inheritedFrom": {
12097
- "name": "DataGridRow",
12098
- "module": "src/data-grid/data-grid-row.ts"
12029
+ "name": "<local>_BaseDatasource",
12030
+ "module": "src/utils/base-datasource.ts"
12099
12031
  }
12100
12032
  },
12101
12033
  {
12102
- "kind": "field",
12103
- "name": "rowIndex",
12104
- "type": {
12105
- "text": "number"
12106
- },
12034
+ "kind": "method",
12035
+ "name": "fetchGenesisData",
12107
12036
  "privacy": "public",
12108
- "description": "The index of the row in the parent grid.\nThis is typically set programmatically by the parent grid.",
12037
+ "parameters": [
12038
+ {
12039
+ "name": "withFullInit",
12040
+ "default": "true"
12041
+ }
12042
+ ],
12109
12043
  "inheritedFrom": {
12110
- "name": "DataGridRow",
12111
- "module": "src/data-grid/data-grid-row.ts"
12044
+ "name": "<local>_BaseDatasource",
12045
+ "module": "src/utils/base-datasource.ts"
12112
12046
  }
12113
12047
  },
12114
12048
  {
12115
- "kind": "field",
12116
- "name": "cellsRepeatBehavior",
12117
- "type": {
12118
- "text": "RepeatBehavior | null"
12119
- },
12120
- "privacy": "private",
12121
- "default": "null",
12049
+ "kind": "method",
12050
+ "name": "initDatasource",
12051
+ "privacy": "public",
12122
12052
  "inheritedFrom": {
12123
- "name": "DataGridRow",
12124
- "module": "src/data-grid/data-grid-row.ts"
12053
+ "name": "<local>_BaseDatasource",
12054
+ "module": "src/utils/base-datasource.ts"
12125
12055
  }
12126
12056
  },
12127
12057
  {
12128
- "kind": "field",
12129
- "name": "cellsPlaceholder",
12130
- "type": {
12131
- "text": "Node | null"
12132
- },
12058
+ "kind": "method",
12059
+ "name": "datasourceOptions",
12133
12060
  "privacy": "private",
12134
- "default": "null",
12061
+ "return": {
12062
+ "type": {
12063
+ "text": "DatasourceOptions"
12064
+ }
12065
+ },
12135
12066
  "inheritedFrom": {
12136
- "name": "DataGridRow",
12137
- "module": "src/data-grid/data-grid-row.ts"
12067
+ "name": "<local>_BaseDatasource",
12068
+ "module": "src/utils/base-datasource.ts"
12138
12069
  }
12139
12070
  },
12140
12071
  {
12141
- "kind": "field",
12142
- "name": "refocusOnLoad",
12143
- "type": {
12144
- "text": "boolean"
12145
- },
12072
+ "kind": "method",
12073
+ "name": "handleStreamUpdate",
12146
12074
  "privacy": "private",
12147
- "default": "false",
12075
+ "parameters": [
12076
+ {
12077
+ "name": "result",
12078
+ "type": {
12079
+ "text": "FilteredDataServerResult | RequestServerResult"
12080
+ }
12081
+ }
12082
+ ],
12148
12083
  "inheritedFrom": {
12149
- "name": "DataGridRow",
12150
- "module": "src/data-grid/data-grid-row.ts"
12084
+ "name": "<local>_BaseDatasource",
12085
+ "module": "src/utils/base-datasource.ts"
12151
12086
  }
12152
12087
  },
12153
12088
  {
12154
12089
  "kind": "method",
12155
- "name": "handleFocusout",
12090
+ "name": "applyRequestServerData",
12156
12091
  "privacy": "public",
12157
- "return": {
12158
- "type": {
12159
- "text": "void"
12160
- }
12161
- },
12162
12092
  "parameters": [
12163
12093
  {
12164
- "name": "e",
12094
+ "name": "requestServerResult",
12165
12095
  "type": {
12166
- "text": "FocusEvent"
12096
+ "text": "RequestServerResult"
12167
12097
  }
12168
12098
  }
12169
12099
  ],
12170
12100
  "inheritedFrom": {
12171
- "name": "DataGridRow",
12172
- "module": "src/data-grid/data-grid-row.ts"
12101
+ "name": "<local>_BaseDatasource",
12102
+ "module": "src/utils/base-datasource.ts"
12173
12103
  }
12174
12104
  },
12175
12105
  {
12176
12106
  "kind": "method",
12177
- "name": "handleCellFocus",
12107
+ "name": "applyDataserverData",
12178
12108
  "privacy": "public",
12109
+ "parameters": [
12110
+ {
12111
+ "name": "dataServerResult",
12112
+ "type": {
12113
+ "text": "FilteredDataServerResult"
12114
+ }
12115
+ }
12116
+ ],
12117
+ "inheritedFrom": {
12118
+ "name": "<local>_BaseDatasource",
12119
+ "module": "src/utils/base-datasource.ts"
12120
+ }
12121
+ },
12122
+ {
12123
+ "kind": "method",
12124
+ "name": "buildCriteria",
12125
+ "privacy": "private",
12179
12126
  "return": {
12180
12127
  "type": {
12181
- "text": "void"
12128
+ "text": "string"
12182
12129
  }
12183
12130
  },
12131
+ "inheritedFrom": {
12132
+ "name": "<local>_BaseDatasource",
12133
+ "module": "src/utils/base-datasource.ts"
12134
+ }
12135
+ },
12136
+ {
12137
+ "kind": "method",
12138
+ "name": "setFilter",
12139
+ "privacy": "public",
12184
12140
  "parameters": [
12185
12141
  {
12186
- "name": "e",
12142
+ "name": "fieldName",
12187
12143
  "type": {
12188
- "text": "Event"
12144
+ "text": "string"
12145
+ }
12146
+ },
12147
+ {
12148
+ "name": "newFilter",
12149
+ "type": {
12150
+ "text": "string"
12189
12151
  }
12190
12152
  }
12191
12153
  ],
12192
12154
  "inheritedFrom": {
12193
- "name": "DataGridRow",
12194
- "module": "src/data-grid/data-grid-row.ts"
12155
+ "name": "<local>_BaseDatasource",
12156
+ "module": "src/utils/base-datasource.ts"
12195
12157
  }
12196
12158
  },
12197
12159
  {
12198
12160
  "kind": "method",
12199
- "name": "handleKeydown",
12161
+ "name": "removeFilter",
12200
12162
  "privacy": "public",
12201
- "return": {
12202
- "type": {
12203
- "text": "void"
12204
- }
12205
- },
12206
12163
  "parameters": [
12207
12164
  {
12208
- "name": "e",
12165
+ "name": "fieldName",
12209
12166
  "type": {
12210
- "text": "KeyboardEvent"
12167
+ "text": "string"
12211
12168
  }
12212
12169
  }
12213
12170
  ],
12214
12171
  "inheritedFrom": {
12215
- "name": "DataGridRow",
12216
- "module": "src/data-grid/data-grid-row.ts"
12172
+ "name": "<local>_BaseDatasource",
12173
+ "module": "src/utils/base-datasource.ts"
12217
12174
  }
12218
12175
  },
12219
12176
  {
12220
12177
  "kind": "method",
12221
- "name": "updateItemTemplate",
12222
- "privacy": "private",
12178
+ "name": "handleError",
12223
12179
  "return": {
12224
12180
  "type": {
12225
12181
  "text": "void"
12226
12182
  }
12227
12183
  },
12184
+ "parameters": [
12185
+ {
12186
+ "name": "params",
12187
+ "default": "{}",
12188
+ "type": {
12189
+ "text": "BaseDatasourceErrorHandlingOptions"
12190
+ }
12191
+ }
12192
+ ],
12228
12193
  "inheritedFrom": {
12229
- "name": "DataGridRow",
12230
- "module": "src/data-grid/data-grid-row.ts"
12231
- }
12232
- },
12233
- {
12234
- "kind": "field",
12235
- "name": "updateRowStyle",
12236
- "privacy": "private",
12237
- "inheritedFrom": {
12238
- "name": "DataGridRow",
12239
- "module": "src/data-grid/data-grid-row.ts"
12194
+ "name": "<local>_BaseDatasource",
12195
+ "module": "src/utils/base-datasource.ts"
12240
12196
  }
12241
12197
  },
12242
12198
  {
@@ -12351,86 +12307,138 @@
12351
12307
  }
12352
12308
  }
12353
12309
  ],
12354
- "events": [
12310
+ "superclass": {
12311
+ "name": "BaseDatasource",
12312
+ "module": "/src/utils"
12313
+ },
12314
+ "attributes": [
12355
12315
  {
12356
- "description": "Fires a custom 'row-focused' event when focus is on an element (usually a cell or its contents) in the row",
12357
- "name": "row-focused",
12316
+ "type": {
12317
+ "text": "boolean"
12318
+ },
12319
+ "default": "true",
12320
+ "fieldName": "withGridInit",
12358
12321
  "inheritedFrom": {
12359
- "name": "DataGridRow",
12360
- "module": "src/data-grid/data-grid-row.ts"
12322
+ "name": "<local>_BaseDatasource",
12323
+ "module": "src/utils/base-datasource.ts"
12324
+ }
12325
+ },
12326
+ {
12327
+ "name": "criteria",
12328
+ "type": {
12329
+ "text": "string"
12330
+ },
12331
+ "fieldName": "criteria",
12332
+ "inheritedFrom": {
12333
+ "name": "<local>_BaseDatasource",
12334
+ "module": "src/utils/base-datasource.ts"
12335
+ }
12336
+ },
12337
+ {
12338
+ "name": "fields",
12339
+ "type": {
12340
+ "text": "string"
12341
+ },
12342
+ "fieldName": "fields",
12343
+ "inheritedFrom": {
12344
+ "name": "<local>_BaseDatasource",
12345
+ "module": "src/utils/base-datasource.ts"
12346
+ }
12347
+ },
12348
+ {
12349
+ "name": "maxRows",
12350
+ "type": {
12351
+ "text": "number"
12352
+ },
12353
+ "fieldName": "maxRows",
12354
+ "inheritedFrom": {
12355
+ "name": "<local>_BaseDatasource",
12356
+ "module": "src/utils/base-datasource.ts"
12357
+ }
12358
+ },
12359
+ {
12360
+ "name": "maxView",
12361
+ "type": {
12362
+ "text": "number"
12363
+ },
12364
+ "fieldName": "maxView",
12365
+ "inheritedFrom": {
12366
+ "name": "<local>_BaseDatasource",
12367
+ "module": "src/utils/base-datasource.ts"
12368
+ }
12369
+ },
12370
+ {
12371
+ "name": "orderBy",
12372
+ "type": {
12373
+ "text": "string"
12374
+ },
12375
+ "fieldName": "orderBy",
12376
+ "inheritedFrom": {
12377
+ "name": "<local>_BaseDatasource",
12378
+ "module": "src/utils/base-datasource.ts"
12379
+ }
12380
+ },
12381
+ {
12382
+ "name": "resourceName",
12383
+ "type": {
12384
+ "text": "string"
12385
+ },
12386
+ "fieldName": "resourceName",
12387
+ "inheritedFrom": {
12388
+ "name": "<local>_BaseDatasource",
12389
+ "module": "src/utils/base-datasource.ts"
12390
+ }
12391
+ },
12392
+ {
12393
+ "name": "rowId",
12394
+ "type": {
12395
+ "text": "string"
12396
+ },
12397
+ "default": "'ROW_REF'",
12398
+ "fieldName": "rowId",
12399
+ "inheritedFrom": {
12400
+ "name": "<local>_BaseDatasource",
12401
+ "module": "src/utils/base-datasource.ts"
12402
+ }
12403
+ },
12404
+ {
12405
+ "name": "with-timestamp-formatting",
12406
+ "type": {
12407
+ "text": "boolean"
12408
+ },
12409
+ "default": "true",
12410
+ "description": "Enabled by default, will format UNIX timestamp fields to readable [DATE|DATETIME] values.",
12411
+ "fieldName": "withTimestampFormatting",
12412
+ "inheritedFrom": {
12413
+ "name": "<local>_BaseDatasource",
12414
+ "module": "src/utils/base-datasource.ts"
12361
12415
  }
12362
12416
  }
12363
12417
  ]
12364
- },
12365
- {
12366
- "kind": "variable",
12367
- "name": "foundationDataGridRowShadowOptions",
12368
- "type": {
12369
- "text": "ShadowRootInit"
12370
- },
12371
- "default": "undefined"
12372
- },
12373
- {
12374
- "kind": "variable",
12375
- "name": "defaultDataGridRowConfig",
12376
- "type": {
12377
- "text": "object"
12378
- },
12379
- "default": "{}"
12380
- },
12381
- {
12382
- "kind": "variable",
12383
- "name": "foundationDataGridRow",
12384
- "description": "The Foundation Data Grid Row Element.",
12385
- "privacy": "public"
12386
12418
  }
12387
12419
  ],
12388
12420
  "exports": [
12389
12421
  {
12390
12422
  "kind": "js",
12391
- "name": "foundationDataGridRowTemplate",
12392
- "declaration": {
12393
- "name": "dataGridRowTemplate",
12394
- "package": "@microsoft/fast-foundation"
12395
- }
12396
- },
12397
- {
12398
- "kind": "js",
12399
- "name": "DataGridRow",
12400
- "declaration": {
12401
- "name": "DataGridRow",
12402
- "module": "src/data-grid-row/data-grid.row.ts"
12403
- }
12404
- },
12405
- {
12406
- "kind": "js",
12407
- "name": "foundationDataGridRowShadowOptions",
12408
- "declaration": {
12409
- "name": "foundationDataGridRowShadowOptions",
12410
- "module": "src/data-grid-row/data-grid.row.ts"
12411
- }
12412
- },
12413
- {
12414
- "kind": "js",
12415
- "name": "defaultDataGridRowConfig",
12423
+ "name": "DataGridDatasource",
12416
12424
  "declaration": {
12417
- "name": "defaultDataGridRowConfig",
12418
- "module": "src/data-grid-row/data-grid.row.ts"
12425
+ "name": "DataGridDatasource",
12426
+ "module": "src/data-grid-datasource/data-grid-datasource.ts"
12419
12427
  }
12420
12428
  },
12421
12429
  {
12422
- "kind": "js",
12423
- "name": "foundationDataGridRow",
12430
+ "kind": "custom-element-definition",
12431
+ "name": "data-grid-datasource",
12424
12432
  "declaration": {
12425
- "name": "foundationDataGridRow",
12426
- "module": "src/data-grid-row/data-grid.row.ts"
12433
+ "name": "DataGridDatasource",
12434
+ "module": "src/data-grid-datasource/data-grid-datasource.ts"
12427
12435
  }
12428
12436
  }
12429
12437
  ]
12430
12438
  },
12431
12439
  {
12432
12440
  "kind": "javascript-module",
12433
- "path": "src/data-grid-row/index.ts",
12441
+ "path": "src/data-grid-datasource/index.ts",
12434
12442
  "declarations": [],
12435
12443
  "exports": [
12436
12444
  {
@@ -12438,15 +12446,7 @@
12438
12446
  "name": "*",
12439
12447
  "declaration": {
12440
12448
  "name": "*",
12441
- "package": "./data-grid.row"
12442
- }
12443
- },
12444
- {
12445
- "kind": "js",
12446
- "name": "*",
12447
- "declaration": {
12448
- "name": "*",
12449
- "package": "./data-grid-row.styles"
12449
+ "package": "./data-grid-datasource"
12450
12450
  }
12451
12451
  }
12452
12452
  ]
@@ -18270,193 +18270,149 @@
18270
18270
  },
18271
18271
  {
18272
18272
  "kind": "javascript-module",
18273
- "path": "src/flipper/flipper.styles.ts",
18273
+ "path": "src/flyout/flyout.styles.ts",
18274
18274
  "declarations": [
18275
18275
  {
18276
- "kind": "function",
18277
- "name": "foundationFlipperStyles",
18278
- "return": {
18279
- "type": {
18280
- "text": "ElementStyles"
18281
- }
18276
+ "kind": "variable",
18277
+ "name": "flyoutAnimationTime",
18278
+ "type": {
18279
+ "text": "number"
18282
18280
  },
18283
- "parameters": [
18284
- {
18285
- "name": "context",
18286
- "type": {
18287
- "text": "ElementDefinitionContext"
18288
- }
18289
- },
18290
- {
18291
- "name": "definition",
18292
- "type": {
18293
- "text": "FlipperOptions"
18294
- }
18295
- }
18296
- ]
18281
+ "default": "225"
18282
+ },
18283
+ {
18284
+ "kind": "variable",
18285
+ "name": "foundationFlyoutStyles",
18286
+ "type": {
18287
+ "text": "ElementStyles"
18288
+ },
18289
+ "default": "css`\n /* Host */\n :host {\n display: inline-block;\n height: 100vh;\n position: absolute;\n width: 100vw;\n }\n\n :host([closed]) {\n display: none;\n }\n\n div.container {\n height: 100%;\n width: 100%;\n }\n\n /* flyout */\n div.flyout {\n background-color: white;\n color: black;\n height: 100%;\n position: absolute;\n /* stylelint-disable-next-line function-name-case */\n transition: transform ${flyoutAnimationTime.toString()}ms ease-in;\n width: 20%;\n z-index: 2001;\n }\n\n :host([position='left']) div.flyout {\n left: 0;\n transform: translateX(0%);\n }\n\n :host([position='right']) div.flyout {\n right: 0;\n transform: translateX(0%);\n }\n\n :host([visuallyhidden][position='left']) div.flyout {\n left: 0;\n transform: translateX(-100%);\n }\n\n :host([visuallyhidden][position='right']) div.flyout {\n right: 0;\n transform: translateX(100%);\n }\n\n div.header {\n align-items: center;\n display: flex;\n padding: calc(var(--design-unit) * 3px) calc(var(--design-unit) * 2px);\n }\n\n div.title {\n flex-grow: 1;\n }\n\n div.footer {\n bottom: 0;\n position: absolute;\n width: 100%;\n }\n\n /* Background */\n div.background {\n background-color: black;\n height: 100%;\n opacity: 50%;\n position: absolute;\n /* stylelint-disable-next-line function-name-case */\n transition: opacity ${flyoutAnimationTime.toString()}ms linear;\n width: 100%;\n z-index: 2000;\n }\n\n :host([visuallyhidden]) div.background {\n opacity: 0%;\n }\n`"
18297
18290
  }
18298
18291
  ],
18299
18292
  "exports": [
18300
18293
  {
18301
18294
  "kind": "js",
18302
- "name": "foundationFlipperStyles",
18295
+ "name": "flyoutAnimationTime",
18303
18296
  "declaration": {
18304
- "name": "foundationFlipperStyles",
18305
- "module": "src/flipper/flipper.styles.ts"
18297
+ "name": "flyoutAnimationTime",
18298
+ "module": "src/flyout/flyout.styles.ts"
18299
+ }
18300
+ },
18301
+ {
18302
+ "kind": "js",
18303
+ "name": "foundationFlyoutStyles",
18304
+ "declaration": {
18305
+ "name": "foundationFlyoutStyles",
18306
+ "module": "src/flyout/flyout.styles.ts"
18306
18307
  }
18307
18308
  }
18308
18309
  ]
18309
18310
  },
18310
18311
  {
18311
18312
  "kind": "javascript-module",
18312
- "path": "src/flipper/flipper.template.ts",
18313
+ "path": "src/flyout/flyout.template.ts",
18313
18314
  "declarations": [
18314
18315
  {
18315
18316
  "kind": "function",
18316
- "name": "foundationFlipperTemplate",
18317
- "return": {
18318
- "type": {
18319
- "text": "ViewTemplate<Flipper>"
18320
- }
18321
- },
18317
+ "name": "getPrefixedFlyout",
18322
18318
  "parameters": [
18323
18319
  {
18324
- "name": "context",
18325
- "type": {
18326
- "text": "ElementDefinitionContext"
18327
- }
18328
- },
18329
- {
18330
- "name": "definition",
18320
+ "name": "prefix",
18331
18321
  "type": {
18332
- "text": "FlipperOptions"
18322
+ "text": "string"
18333
18323
  }
18334
18324
  }
18335
18325
  ]
18326
+ },
18327
+ {
18328
+ "kind": "variable",
18329
+ "name": "foundationFlyoutTemplate",
18330
+ "default": "html<Flyout>`\n ${(x) => getPrefixedFlyout(getPrefix(x))}\n`"
18336
18331
  }
18337
18332
  ],
18338
18333
  "exports": [
18339
18334
  {
18340
18335
  "kind": "js",
18341
- "name": "foundationFlipperTemplate",
18336
+ "name": "getPrefixedFlyout",
18342
18337
  "declaration": {
18343
- "name": "foundationFlipperTemplate",
18344
- "module": "src/flipper/flipper.template.ts"
18338
+ "name": "getPrefixedFlyout",
18339
+ "module": "src/flyout/flyout.template.ts"
18340
+ }
18341
+ },
18342
+ {
18343
+ "kind": "js",
18344
+ "name": "foundationFlyoutTemplate",
18345
+ "declaration": {
18346
+ "name": "foundationFlyoutTemplate",
18347
+ "module": "src/flyout/flyout.template.ts"
18345
18348
  }
18346
18349
  }
18347
18350
  ]
18348
18351
  },
18349
18352
  {
18350
18353
  "kind": "javascript-module",
18351
- "path": "src/flipper/flipper.ts",
18354
+ "path": "src/flyout/flyout.ts",
18352
18355
  "declarations": [
18353
18356
  {
18354
18357
  "kind": "class",
18355
18358
  "description": "",
18356
- "name": "Flipper",
18357
- "superclass": {
18358
- "name": "FASTFlipper",
18359
- "package": "@microsoft/fast-components"
18360
- },
18361
- "tagName": "%%prefix%%-flipper",
18362
- "customElement": true,
18363
- "attributes": [
18359
+ "name": "Flyout",
18360
+ "members": [
18364
18361
  {
18362
+ "kind": "field",
18363
+ "name": "exit",
18365
18364
  "type": {
18366
- "text": "boolean"
18365
+ "text": "HTMLDivElement"
18367
18366
  },
18368
- "description": "The disabled state of the flipper.",
18369
- "fieldName": "disabled",
18370
- "inheritedFrom": {
18371
- "name": "Flipper",
18372
- "module": "src/flipper/flipper.ts"
18373
- }
18367
+ "privacy": "public"
18374
18368
  },
18375
18369
  {
18376
- "name": "aria-hidden",
18370
+ "kind": "field",
18371
+ "name": "position",
18377
18372
  "type": {
18378
- "text": "boolean"
18373
+ "text": "string"
18379
18374
  },
18380
- "default": "true",
18381
- "description": "Indicates the flipper should be hidden from assistive technology. Because flippers are often supplementary navigation, they are often hidden from assistive technology.",
18382
- "fieldName": "hiddenFromAT",
18383
- "inheritedFrom": {
18384
- "name": "Flipper",
18385
- "module": "src/flipper/flipper.ts"
18386
- }
18375
+ "default": "'right'"
18387
18376
  },
18388
- {
18389
- "name": "direction",
18390
- "type": {
18391
- "text": "FlipperDirection"
18392
- },
18393
- "description": "The direction that the flipper implies navigating.",
18394
- "fieldName": "direction",
18395
- "inheritedFrom": {
18396
- "name": "Flipper",
18397
- "module": "src/flipper/flipper.ts"
18398
- }
18399
- }
18400
- ],
18401
- "members": [
18402
18377
  {
18403
18378
  "kind": "field",
18404
- "name": "disabled",
18379
+ "name": "displayHeader",
18405
18380
  "type": {
18406
18381
  "text": "boolean"
18407
18382
  },
18408
- "privacy": "public",
18409
- "description": "The disabled state of the flipper.",
18410
- "inheritedFrom": {
18411
- "name": "Flipper",
18412
- "module": "src/flipper/flipper.ts"
18413
- }
18383
+ "default": "true"
18414
18384
  },
18415
18385
  {
18416
18386
  "kind": "field",
18417
- "name": "hiddenFromAT",
18387
+ "name": "closed",
18418
18388
  "type": {
18419
18389
  "text": "boolean"
18420
18390
  },
18421
- "privacy": "public",
18422
- "default": "true",
18423
- "description": "Indicates the flipper should be hidden from assistive technology. Because flippers are often supplementary navigation, they are often hidden from assistive technology.",
18424
- "inheritedFrom": {
18425
- "name": "Flipper",
18426
- "module": "src/flipper/flipper.ts"
18427
- }
18391
+ "default": "true"
18392
+ },
18393
+ {
18394
+ "kind": "method",
18395
+ "name": "closedChanged"
18428
18396
  },
18429
18397
  {
18430
18398
  "kind": "field",
18431
- "name": "direction",
18399
+ "name": "visuallyhidden",
18432
18400
  "type": {
18433
- "text": "FlipperDirection"
18401
+ "text": "boolean"
18434
18402
  },
18435
- "privacy": "public",
18436
- "description": "The direction that the flipper implies navigating.",
18437
- "inheritedFrom": {
18438
- "name": "Flipper",
18439
- "module": "src/flipper/flipper.ts"
18440
- }
18403
+ "default": "true"
18441
18404
  },
18442
18405
  {
18443
18406
  "kind": "method",
18444
- "name": "keyupHandler",
18445
- "privacy": "public",
18446
- "parameters": [
18447
- {
18448
- "name": "e",
18449
- "type": {
18450
- "text": "Event & KeyboardEvent"
18451
- },
18452
- "description": "Keyboard event"
18453
- }
18454
- ],
18455
- "description": "Simulate a click event when the flipper has focus and the user hits enter or space keys\nBlur focus if the user hits escape key",
18456
- "inheritedFrom": {
18457
- "name": "Flipper",
18458
- "module": "src/flipper/flipper.ts"
18459
- }
18407
+ "name": "closeFlyout"
18408
+ },
18409
+ {
18410
+ "kind": "method",
18411
+ "name": "closingFinished"
18412
+ },
18413
+ {
18414
+ "kind": "method",
18415
+ "name": "focusExit"
18460
18416
  },
18461
18417
  {
18462
18418
  "kind": "field",
@@ -18570,20 +18526,47 @@
18570
18526
  }
18571
18527
  }
18572
18528
  ],
18573
- "events": [
18529
+ "attributes": [
18574
18530
  {
18575
- "description": "Fires a custom 'click' event when Enter or Space is invoked via keyboard and the flipper is exposed to assistive technologies.",
18576
- "name": "click",
18577
- "inheritedFrom": {
18578
- "name": "Flipper",
18579
- "module": "src/flipper/flipper.ts"
18580
- }
18531
+ "name": "position",
18532
+ "type": {
18533
+ "text": "string"
18534
+ },
18535
+ "default": "'right'",
18536
+ "fieldName": "position"
18537
+ },
18538
+ {
18539
+ "type": {
18540
+ "text": "boolean"
18541
+ },
18542
+ "default": "true",
18543
+ "fieldName": "displayHeader"
18544
+ },
18545
+ {
18546
+ "type": {
18547
+ "text": "boolean"
18548
+ },
18549
+ "default": "true",
18550
+ "fieldName": "closed"
18551
+ },
18552
+ {
18553
+ "type": {
18554
+ "text": "boolean"
18555
+ },
18556
+ "default": "true",
18557
+ "fieldName": "visuallyhidden"
18581
18558
  }
18582
- ]
18559
+ ],
18560
+ "superclass": {
18561
+ "name": "FoundationElement",
18562
+ "package": "@microsoft/fast-foundation"
18563
+ },
18564
+ "tagName": "%%prefix%%-flyout",
18565
+ "customElement": true
18583
18566
  },
18584
18567
  {
18585
18568
  "kind": "variable",
18586
- "name": "foundationFlipperShadowOptions",
18569
+ "name": "foundationFlyoutShadowOptions",
18587
18570
  "type": {
18588
18571
  "text": "ShadowRootInit"
18589
18572
  },
@@ -18591,57 +18574,57 @@
18591
18574
  },
18592
18575
  {
18593
18576
  "kind": "variable",
18594
- "name": "defaultFlipperConfig",
18577
+ "name": "defaultFlyoutConfig",
18595
18578
  "type": {
18596
18579
  "text": "object"
18597
18580
  },
18598
- "default": "{\n next: `\n <svg viewBox=\"0 0 16 16\" xmlns=\"http://www.w3.org/2000/svg\">\n <path\n d=\"M4.023 15.273L11.29 8 4.023.727l.704-.704L12.71 8l-7.984 7.977-.704-.704z\"\n />\n </svg>\n `,\n previous: `\n <svg viewBox=\"0 0 16 16\" xmlns=\"http://www.w3.org/2000/svg\">\n <path\n d=\"M11.273 15.977L3.29 8 11.273.023l.704.704L4.71 8l7.266 7.273-.704.704z\"\n />\n </svg>\n `,\n}"
18581
+ "default": "{}"
18599
18582
  },
18600
18583
  {
18601
18584
  "kind": "variable",
18602
- "name": "foundationFlipper",
18603
- "description": "The Foundation Flipper",
18585
+ "name": "foundationFlyout",
18586
+ "description": "The Foundation Flyout",
18604
18587
  "privacy": "public"
18605
18588
  }
18606
18589
  ],
18607
18590
  "exports": [
18608
18591
  {
18609
18592
  "kind": "js",
18610
- "name": "Flipper",
18593
+ "name": "Flyout",
18611
18594
  "declaration": {
18612
- "name": "Flipper",
18613
- "module": "src/flipper/flipper.ts"
18595
+ "name": "Flyout",
18596
+ "module": "src/flyout/flyout.ts"
18614
18597
  }
18615
18598
  },
18616
18599
  {
18617
18600
  "kind": "js",
18618
- "name": "foundationFlipperShadowOptions",
18601
+ "name": "foundationFlyoutShadowOptions",
18619
18602
  "declaration": {
18620
- "name": "foundationFlipperShadowOptions",
18621
- "module": "src/flipper/flipper.ts"
18603
+ "name": "foundationFlyoutShadowOptions",
18604
+ "module": "src/flyout/flyout.ts"
18622
18605
  }
18623
18606
  },
18624
18607
  {
18625
18608
  "kind": "js",
18626
- "name": "defaultFlipperConfig",
18609
+ "name": "defaultFlyoutConfig",
18627
18610
  "declaration": {
18628
- "name": "defaultFlipperConfig",
18629
- "module": "src/flipper/flipper.ts"
18611
+ "name": "defaultFlyoutConfig",
18612
+ "module": "src/flyout/flyout.ts"
18630
18613
  }
18631
18614
  },
18632
18615
  {
18633
18616
  "kind": "js",
18634
- "name": "foundationFlipper",
18617
+ "name": "foundationFlyout",
18635
18618
  "declaration": {
18636
- "name": "foundationFlipper",
18637
- "module": "src/flipper/flipper.ts"
18619
+ "name": "foundationFlyout",
18620
+ "module": "src/flyout/flyout.ts"
18638
18621
  }
18639
18622
  }
18640
18623
  ]
18641
18624
  },
18642
18625
  {
18643
18626
  "kind": "javascript-module",
18644
- "path": "src/flipper/index.ts",
18627
+ "path": "src/flyout/index.ts",
18645
18628
  "declarations": [],
18646
18629
  "exports": [
18647
18630
  {
@@ -18649,7 +18632,7 @@
18649
18632
  "name": "*",
18650
18633
  "declaration": {
18651
18634
  "name": "*",
18652
- "package": "./flipper.template"
18635
+ "package": "./flyout"
18653
18636
  }
18654
18637
  },
18655
18638
  {
@@ -18657,7 +18640,7 @@
18657
18640
  "name": "*",
18658
18641
  "declaration": {
18659
18642
  "name": "*",
18660
- "package": "./flipper.styles"
18643
+ "package": "./flyout.template"
18661
18644
  }
18662
18645
  },
18663
18646
  {
@@ -18665,144 +18648,200 @@
18665
18648
  "name": "*",
18666
18649
  "declaration": {
18667
18650
  "name": "*",
18668
- "package": "./flipper"
18651
+ "package": "./flyout.styles"
18669
18652
  }
18670
18653
  }
18671
18654
  ]
18672
18655
  },
18673
18656
  {
18674
18657
  "kind": "javascript-module",
18675
- "path": "src/flyout/flyout.styles.ts",
18658
+ "path": "src/flipper/flipper.styles.ts",
18676
18659
  "declarations": [
18677
18660
  {
18678
- "kind": "variable",
18679
- "name": "flyoutAnimationTime",
18680
- "type": {
18681
- "text": "number"
18682
- },
18683
- "default": "225"
18684
- },
18685
- {
18686
- "kind": "variable",
18687
- "name": "foundationFlyoutStyles",
18688
- "type": {
18689
- "text": "ElementStyles"
18661
+ "kind": "function",
18662
+ "name": "foundationFlipperStyles",
18663
+ "return": {
18664
+ "type": {
18665
+ "text": "ElementStyles"
18666
+ }
18690
18667
  },
18691
- "default": "css`\n /* Host */\n :host {\n display: inline-block;\n height: 100vh;\n position: absolute;\n width: 100vw;\n }\n\n :host([closed]) {\n display: none;\n }\n\n div.container {\n height: 100%;\n width: 100%;\n }\n\n /* flyout */\n div.flyout {\n background-color: white;\n color: black;\n height: 100%;\n position: absolute;\n /* stylelint-disable-next-line function-name-case */\n transition: transform ${flyoutAnimationTime.toString()}ms ease-in;\n width: 20%;\n z-index: 2001;\n }\n\n :host([position='left']) div.flyout {\n left: 0;\n transform: translateX(0%);\n }\n\n :host([position='right']) div.flyout {\n right: 0;\n transform: translateX(0%);\n }\n\n :host([visuallyhidden][position='left']) div.flyout {\n left: 0;\n transform: translateX(-100%);\n }\n\n :host([visuallyhidden][position='right']) div.flyout {\n right: 0;\n transform: translateX(100%);\n }\n\n div.header {\n align-items: center;\n display: flex;\n padding: calc(var(--design-unit) * 3px) calc(var(--design-unit) * 2px);\n }\n\n div.title {\n flex-grow: 1;\n }\n\n div.footer {\n bottom: 0;\n position: absolute;\n width: 100%;\n }\n\n /* Background */\n div.background {\n background-color: black;\n height: 100%;\n opacity: 50%;\n position: absolute;\n /* stylelint-disable-next-line function-name-case */\n transition: opacity ${flyoutAnimationTime.toString()}ms linear;\n width: 100%;\n z-index: 2000;\n }\n\n :host([visuallyhidden]) div.background {\n opacity: 0%;\n }\n`"
18668
+ "parameters": [
18669
+ {
18670
+ "name": "context",
18671
+ "type": {
18672
+ "text": "ElementDefinitionContext"
18673
+ }
18674
+ },
18675
+ {
18676
+ "name": "definition",
18677
+ "type": {
18678
+ "text": "FlipperOptions"
18679
+ }
18680
+ }
18681
+ ]
18692
18682
  }
18693
18683
  ],
18694
18684
  "exports": [
18695
18685
  {
18696
18686
  "kind": "js",
18697
- "name": "flyoutAnimationTime",
18698
- "declaration": {
18699
- "name": "flyoutAnimationTime",
18700
- "module": "src/flyout/flyout.styles.ts"
18701
- }
18702
- },
18703
- {
18704
- "kind": "js",
18705
- "name": "foundationFlyoutStyles",
18687
+ "name": "foundationFlipperStyles",
18706
18688
  "declaration": {
18707
- "name": "foundationFlyoutStyles",
18708
- "module": "src/flyout/flyout.styles.ts"
18689
+ "name": "foundationFlipperStyles",
18690
+ "module": "src/flipper/flipper.styles.ts"
18709
18691
  }
18710
18692
  }
18711
18693
  ]
18712
18694
  },
18713
18695
  {
18714
18696
  "kind": "javascript-module",
18715
- "path": "src/flyout/flyout.template.ts",
18697
+ "path": "src/flipper/flipper.template.ts",
18716
18698
  "declarations": [
18717
18699
  {
18718
18700
  "kind": "function",
18719
- "name": "getPrefixedFlyout",
18701
+ "name": "foundationFlipperTemplate",
18702
+ "return": {
18703
+ "type": {
18704
+ "text": "ViewTemplate<Flipper>"
18705
+ }
18706
+ },
18720
18707
  "parameters": [
18721
18708
  {
18722
- "name": "prefix",
18709
+ "name": "context",
18723
18710
  "type": {
18724
- "text": "string"
18711
+ "text": "ElementDefinitionContext"
18712
+ }
18713
+ },
18714
+ {
18715
+ "name": "definition",
18716
+ "type": {
18717
+ "text": "FlipperOptions"
18725
18718
  }
18726
18719
  }
18727
18720
  ]
18728
- },
18729
- {
18730
- "kind": "variable",
18731
- "name": "foundationFlyoutTemplate",
18732
- "default": "html<Flyout>`\n ${(x) => getPrefixedFlyout(getPrefix(x))}\n`"
18733
18721
  }
18734
18722
  ],
18735
18723
  "exports": [
18736
18724
  {
18737
18725
  "kind": "js",
18738
- "name": "getPrefixedFlyout",
18739
- "declaration": {
18740
- "name": "getPrefixedFlyout",
18741
- "module": "src/flyout/flyout.template.ts"
18742
- }
18743
- },
18744
- {
18745
- "kind": "js",
18746
- "name": "foundationFlyoutTemplate",
18726
+ "name": "foundationFlipperTemplate",
18747
18727
  "declaration": {
18748
- "name": "foundationFlyoutTemplate",
18749
- "module": "src/flyout/flyout.template.ts"
18728
+ "name": "foundationFlipperTemplate",
18729
+ "module": "src/flipper/flipper.template.ts"
18750
18730
  }
18751
18731
  }
18752
18732
  ]
18753
18733
  },
18754
18734
  {
18755
18735
  "kind": "javascript-module",
18756
- "path": "src/flyout/flyout.ts",
18736
+ "path": "src/flipper/flipper.ts",
18757
18737
  "declarations": [
18758
18738
  {
18759
18739
  "kind": "class",
18760
18740
  "description": "",
18761
- "name": "Flyout",
18762
- "members": [
18741
+ "name": "Flipper",
18742
+ "superclass": {
18743
+ "name": "FASTFlipper",
18744
+ "package": "@microsoft/fast-components"
18745
+ },
18746
+ "tagName": "%%prefix%%-flipper",
18747
+ "customElement": true,
18748
+ "attributes": [
18763
18749
  {
18764
- "kind": "field",
18765
- "name": "position",
18766
18750
  "type": {
18767
- "text": "string"
18751
+ "text": "boolean"
18768
18752
  },
18769
- "default": "'right'"
18753
+ "description": "The disabled state of the flipper.",
18754
+ "fieldName": "disabled",
18755
+ "inheritedFrom": {
18756
+ "name": "Flipper",
18757
+ "module": "src/flipper/flipper.ts"
18758
+ }
18770
18759
  },
18771
18760
  {
18772
- "kind": "field",
18773
- "name": "displayHeader",
18761
+ "name": "aria-hidden",
18774
18762
  "type": {
18775
18763
  "text": "boolean"
18776
18764
  },
18777
- "default": "true"
18765
+ "default": "true",
18766
+ "description": "Indicates the flipper should be hidden from assistive technology. Because flippers are often supplementary navigation, they are often hidden from assistive technology.",
18767
+ "fieldName": "hiddenFromAT",
18768
+ "inheritedFrom": {
18769
+ "name": "Flipper",
18770
+ "module": "src/flipper/flipper.ts"
18771
+ }
18778
18772
  },
18773
+ {
18774
+ "name": "direction",
18775
+ "type": {
18776
+ "text": "FlipperDirection"
18777
+ },
18778
+ "description": "The direction that the flipper implies navigating.",
18779
+ "fieldName": "direction",
18780
+ "inheritedFrom": {
18781
+ "name": "Flipper",
18782
+ "module": "src/flipper/flipper.ts"
18783
+ }
18784
+ }
18785
+ ],
18786
+ "members": [
18779
18787
  {
18780
18788
  "kind": "field",
18781
- "name": "closed",
18789
+ "name": "disabled",
18782
18790
  "type": {
18783
18791
  "text": "boolean"
18784
18792
  },
18785
- "default": "true"
18786
- },
18787
- {
18788
- "kind": "method",
18789
- "name": "closedChanged"
18793
+ "privacy": "public",
18794
+ "description": "The disabled state of the flipper.",
18795
+ "inheritedFrom": {
18796
+ "name": "Flipper",
18797
+ "module": "src/flipper/flipper.ts"
18798
+ }
18790
18799
  },
18791
18800
  {
18792
18801
  "kind": "field",
18793
- "name": "visuallyhidden",
18802
+ "name": "hiddenFromAT",
18794
18803
  "type": {
18795
18804
  "text": "boolean"
18796
18805
  },
18797
- "default": "true"
18806
+ "privacy": "public",
18807
+ "default": "true",
18808
+ "description": "Indicates the flipper should be hidden from assistive technology. Because flippers are often supplementary navigation, they are often hidden from assistive technology.",
18809
+ "inheritedFrom": {
18810
+ "name": "Flipper",
18811
+ "module": "src/flipper/flipper.ts"
18812
+ }
18798
18813
  },
18799
18814
  {
18800
- "kind": "method",
18801
- "name": "closeFlyout"
18815
+ "kind": "field",
18816
+ "name": "direction",
18817
+ "type": {
18818
+ "text": "FlipperDirection"
18819
+ },
18820
+ "privacy": "public",
18821
+ "description": "The direction that the flipper implies navigating.",
18822
+ "inheritedFrom": {
18823
+ "name": "Flipper",
18824
+ "module": "src/flipper/flipper.ts"
18825
+ }
18802
18826
  },
18803
18827
  {
18804
18828
  "kind": "method",
18805
- "name": "closingFinished"
18829
+ "name": "keyupHandler",
18830
+ "privacy": "public",
18831
+ "parameters": [
18832
+ {
18833
+ "name": "e",
18834
+ "type": {
18835
+ "text": "Event & KeyboardEvent"
18836
+ },
18837
+ "description": "Keyboard event"
18838
+ }
18839
+ ],
18840
+ "description": "Simulate a click event when the flipper has focus and the user hits enter or space keys\nBlur focus if the user hits escape key",
18841
+ "inheritedFrom": {
18842
+ "name": "Flipper",
18843
+ "module": "src/flipper/flipper.ts"
18844
+ }
18806
18845
  },
18807
18846
  {
18808
18847
  "kind": "field",
@@ -18916,47 +18955,20 @@
18916
18955
  }
18917
18956
  }
18918
18957
  ],
18919
- "attributes": [
18920
- {
18921
- "name": "position",
18922
- "type": {
18923
- "text": "string"
18924
- },
18925
- "default": "'right'",
18926
- "fieldName": "position"
18927
- },
18928
- {
18929
- "type": {
18930
- "text": "boolean"
18931
- },
18932
- "default": "true",
18933
- "fieldName": "displayHeader"
18934
- },
18935
- {
18936
- "type": {
18937
- "text": "boolean"
18938
- },
18939
- "default": "true",
18940
- "fieldName": "closed"
18941
- },
18958
+ "events": [
18942
18959
  {
18943
- "type": {
18944
- "text": "boolean"
18945
- },
18946
- "default": "true",
18947
- "fieldName": "visuallyhidden"
18960
+ "description": "Fires a custom 'click' event when Enter or Space is invoked via keyboard and the flipper is exposed to assistive technologies.",
18961
+ "name": "click",
18962
+ "inheritedFrom": {
18963
+ "name": "Flipper",
18964
+ "module": "src/flipper/flipper.ts"
18965
+ }
18948
18966
  }
18949
- ],
18950
- "superclass": {
18951
- "name": "FoundationElement",
18952
- "package": "@microsoft/fast-foundation"
18953
- },
18954
- "tagName": "%%prefix%%-flyout",
18955
- "customElement": true
18967
+ ]
18956
18968
  },
18957
18969
  {
18958
18970
  "kind": "variable",
18959
- "name": "foundationFlyoutShadowOptions",
18971
+ "name": "foundationFlipperShadowOptions",
18960
18972
  "type": {
18961
18973
  "text": "ShadowRootInit"
18962
18974
  },
@@ -18964,57 +18976,57 @@
18964
18976
  },
18965
18977
  {
18966
18978
  "kind": "variable",
18967
- "name": "defaultFlyoutConfig",
18979
+ "name": "defaultFlipperConfig",
18968
18980
  "type": {
18969
18981
  "text": "object"
18970
18982
  },
18971
- "default": "{}"
18983
+ "default": "{\n next: `\n <svg viewBox=\"0 0 16 16\" xmlns=\"http://www.w3.org/2000/svg\">\n <path\n d=\"M4.023 15.273L11.29 8 4.023.727l.704-.704L12.71 8l-7.984 7.977-.704-.704z\"\n />\n </svg>\n `,\n previous: `\n <svg viewBox=\"0 0 16 16\" xmlns=\"http://www.w3.org/2000/svg\">\n <path\n d=\"M11.273 15.977L3.29 8 11.273.023l.704.704L4.71 8l7.266 7.273-.704.704z\"\n />\n </svg>\n `,\n}"
18972
18984
  },
18973
18985
  {
18974
18986
  "kind": "variable",
18975
- "name": "foundationFlyout",
18976
- "description": "The Foundation Flyout",
18987
+ "name": "foundationFlipper",
18988
+ "description": "The Foundation Flipper",
18977
18989
  "privacy": "public"
18978
18990
  }
18979
18991
  ],
18980
18992
  "exports": [
18981
18993
  {
18982
18994
  "kind": "js",
18983
- "name": "Flyout",
18995
+ "name": "Flipper",
18984
18996
  "declaration": {
18985
- "name": "Flyout",
18986
- "module": "src/flyout/flyout.ts"
18997
+ "name": "Flipper",
18998
+ "module": "src/flipper/flipper.ts"
18987
18999
  }
18988
19000
  },
18989
19001
  {
18990
19002
  "kind": "js",
18991
- "name": "foundationFlyoutShadowOptions",
19003
+ "name": "foundationFlipperShadowOptions",
18992
19004
  "declaration": {
18993
- "name": "foundationFlyoutShadowOptions",
18994
- "module": "src/flyout/flyout.ts"
19005
+ "name": "foundationFlipperShadowOptions",
19006
+ "module": "src/flipper/flipper.ts"
18995
19007
  }
18996
19008
  },
18997
19009
  {
18998
19010
  "kind": "js",
18999
- "name": "defaultFlyoutConfig",
19011
+ "name": "defaultFlipperConfig",
19000
19012
  "declaration": {
19001
- "name": "defaultFlyoutConfig",
19002
- "module": "src/flyout/flyout.ts"
19013
+ "name": "defaultFlipperConfig",
19014
+ "module": "src/flipper/flipper.ts"
19003
19015
  }
19004
19016
  },
19005
19017
  {
19006
19018
  "kind": "js",
19007
- "name": "foundationFlyout",
19019
+ "name": "foundationFlipper",
19008
19020
  "declaration": {
19009
- "name": "foundationFlyout",
19010
- "module": "src/flyout/flyout.ts"
19021
+ "name": "foundationFlipper",
19022
+ "module": "src/flipper/flipper.ts"
19011
19023
  }
19012
19024
  }
19013
19025
  ]
19014
19026
  },
19015
19027
  {
19016
19028
  "kind": "javascript-module",
19017
- "path": "src/flyout/index.ts",
19029
+ "path": "src/flipper/index.ts",
19018
19030
  "declarations": [],
19019
19031
  "exports": [
19020
19032
  {
@@ -19022,7 +19034,7 @@
19022
19034
  "name": "*",
19023
19035
  "declaration": {
19024
19036
  "name": "*",
19025
- "package": "./flyout"
19037
+ "package": "./flipper.template"
19026
19038
  }
19027
19039
  },
19028
19040
  {
@@ -19030,7 +19042,7 @@
19030
19042
  "name": "*",
19031
19043
  "declaration": {
19032
19044
  "name": "*",
19033
- "package": "./flyout.template"
19045
+ "package": "./flipper.styles"
19034
19046
  }
19035
19047
  },
19036
19048
  {
@@ -19038,7 +19050,7 @@
19038
19050
  "name": "*",
19039
19051
  "declaration": {
19040
19052
  "name": "*",
19041
- "package": "./flyout.styles"
19053
+ "package": "./flipper"
19042
19054
  }
19043
19055
  }
19044
19056
  ]
@@ -23749,7 +23761,7 @@
23749
23761
  {
23750
23762
  "kind": "variable",
23751
23763
  "name": "multiselectStyles",
23752
- "default": "css`\n .root {\n position: relative;\n width: inherit;\n min-width: 250px;\n }\n\n .control {\n cursor: pointer;\n position: relative;\n display: flex;\n align-items: center;\n width: 100%;\n border-radius: calc(var(--control-corner-radius) * 1px);\n }\n\n #display-field {\n width: 100%;\n cursor: pointer;\n color: rgb(241 241 241);\n min-height: 40px;\n padding: 0 calc(var(--design-unit) * 2.25px);\n border-width: 0;\n background: var(--neutral-fill-input-rest);\n border-radius: calc(var(--control-corner-radius) * 1px);\n }\n\n #display-field[disabled] {\n cursor: not-allowed;\n opacity: 30%;\n }\n\n #display-field:focus {\n outline: 1px solid var(--accent-fill-rest);\n background: var(--neutral-fill-input-rest);\n border-style: none;\n box-shadow: none;\n }\n\n #display-field:hover:not(:focus):not([disabled]) {\n outline: 1px solid rgb(231 232 232);\n }\n\n button {\n pointer-events: none;\n }\n\n .indicator {\n position: absolute;\n left: calc(100% - 26px);\n padding: 0;\n cursor: pointer;\n }\n\n #arrow-icon {\n width: 16px;\n fill: white;\n transform: rotate(0deg);\n transition: transform 0.2s linear 0s;\n }\n\n #arrow-icon.flipped {\n transform: rotate(180deg);\n }\n\n .disabled-svg {\n pointer-events: none;\n opacity: 30%;\n }\n\n .options {\n display: flex;\n flex-direction: column;\n position: absolute;\n height: max-content;\n overflow-y: hidden;\n margin-top: 5px;\n border: calc(var(--stroke-width) * 1px) solid var(--neutral-layer-2);\n border-radius: 4px;\n background: var(--neutral-fill-input-rest);\n width: 100%;\n max-height: 0;\n visibility: hidden;\n transition:\n max-height 0.4s ease 0s,\n visibility 0.4s ease 0s;\n z-index: 999;\n }\n\n .position-above {\n bottom: 100%;\n }\n\n .checkbox-container {\n display: flex;\n flex-direction: column;\n overflow-y: scroll;\n scrollbar-width: thin;\n scrollbar-color: var(--neutral-layer-2) var(--neutral-layer-4);\n }\n\n .checkbox-container zero-checkbox {\n min-width: fit-content;\n }\n\n .checkbox-container zero-checkbox[disabled],\n .checkbox-container foundation-checkbox[disabled] {\n cursor: not-allowed;\n }\n\n #filter-search {\n padding: 5px;\n }\n\n ::-webkit-scrollbar {\n width: 12px;\n }\n\n ::-webkit-scrollbar-track {\n background: var(--neutral-layer-4);\n }\n\n ::-webkit-scrollbar-thumb {\n width: 8px;\n border-radius: 10px;\n box-shadow: inset 0 0 6px rgba(0 0 0 / 30%);\n background-color: var(--neutral-layer-2);\n border: 3px solid var(--neutral-layer-4);\n }\n\n .visible {\n visibility: visible;\n max-height: ${maxheight.toString()}px;\n }\n\n ::slotted(foundation-checkbox),\n foundation-checkbox {\n border-bottom: 1px solid var(--neutral-layer-4);\n padding: 5px 0 5px 5px;\n margin: 0;\n }\n\n ::slotted(foundation-checkbox:hover),\n foundation-checkbox:hover {\n background-color: var(--neutral-layer-3);\n cursor: pointer;\n }\n\n ::slotted(foundation-checkbox)::part(label),\n foundation-checkbox::part(label) {\n overflow-x: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n }\n\n .label {\n display: block;\n cursor: pointer;\n font-size: var(--type-ramp-base-font-size);\n line-height: var(--type-ramp-base-line-height);\n font-style: normal;\n margin: calc(var(--design-unit) * 2px) 0;\n }\n\n .label-hidden {\n display: none;\n }\n`"
23764
+ "default": "css`\n .root {\n position: relative;\n width: inherit;\n min-width: 250px;\n }\n\n .control {\n cursor: pointer;\n position: relative;\n display: flex;\n align-items: center;\n width: 100%;\n border-radius: calc(var(--control-corner-radius) * 1px);\n }\n\n #display-field {\n width: 100%;\n cursor: pointer;\n color: rgb(241 241 241);\n min-height: 40px;\n padding: 0 calc(var(--design-unit) * 2.25px);\n border-width: 0;\n background-color: var(--neutral-fill-input-rest);\n border-radius: calc(var(--control-corner-radius) * 1px);\n }\n\n #display-field[disabled] {\n cursor: not-allowed;\n opacity: 30%;\n }\n\n #display-field:focus {\n outline: 1px solid var(--accent-fill-rest);\n background: var(--neutral-fill-input-rest);\n border-style: none;\n box-shadow: none;\n }\n\n #display-field:hover:not(:focus):not([disabled]) {\n outline: 1px solid rgb(231 232 232);\n }\n\n button {\n pointer-events: none;\n }\n\n .indicator {\n position: absolute;\n left: calc(100% - 26px);\n padding: 0;\n cursor: pointer;\n }\n\n #arrow-icon {\n width: 16px;\n fill: white;\n transform: rotate(0deg);\n transition: transform 0.2s linear 0s;\n }\n\n #arrow-icon.flipped {\n transform: rotate(180deg);\n }\n\n .disabled-svg {\n pointer-events: none;\n opacity: 30%;\n }\n\n .options {\n display: flex;\n flex-direction: column;\n position: absolute;\n height: max-content;\n overflow-y: hidden;\n margin-top: 5px;\n border: calc(var(--stroke-width) * 1px) solid var(--neutral-layer-2);\n border-radius: 4px;\n background: var(--neutral-fill-input-rest);\n width: 100%;\n max-height: 0;\n visibility: hidden;\n transition:\n max-height 0.4s ease 0s,\n visibility 0.4s ease 0s;\n z-index: 999;\n }\n\n .position-above {\n bottom: 100%;\n }\n\n .checkbox-container {\n display: flex;\n flex-direction: column;\n overflow-y: scroll;\n scrollbar-width: thin;\n scrollbar-color: var(--neutral-layer-2) var(--neutral-layer-4);\n list-style: none;\n }\n\n .checkbox-container zero-checkbox {\n min-width: fit-content;\n }\n\n .checkbox-container zero-checkbox[disabled],\n .checkbox-container foundation-checkbox[disabled] {\n cursor: not-allowed;\n }\n\n ::-webkit-scrollbar {\n width: 12px;\n }\n\n ::-webkit-scrollbar-track {\n background: var(--neutral-layer-4);\n }\n\n ::-webkit-scrollbar-thumb {\n width: 8px;\n border-radius: 10px;\n box-shadow: inset 0 0 6px rgba(0 0 0 / 30%);\n background-color: var(--neutral-layer-2);\n border: 3px solid var(--neutral-layer-4);\n }\n\n .visible {\n visibility: visible;\n max-height: ${maxheight.toString()}px;\n }\n\n ::slotted(foundation-checkbox),\n foundation-checkbox {\n border-bottom: 1px solid var(--neutral-layer-4);\n padding: 5px 0 5px 5px;\n margin: 0;\n }\n\n ::slotted(foundation-checkbox:hover),\n foundation-checkbox:hover {\n background-color: var(--neutral-layer-3);\n cursor: pointer;\n }\n\n ::slotted(foundation-checkbox)::part(label),\n foundation-checkbox::part(label) {\n overflow-x: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n }\n\n .label {\n display: block;\n cursor: pointer;\n font-size: var(--type-ramp-base-font-size);\n line-height: var(--type-ramp-base-line-height);\n font-style: normal;\n margin: calc(var(--design-unit) * 2px) 0;\n }\n\n .label-hidden {\n display: none;\n }\n\n ol,\n li {\n margin: 0;\n padding: 0;\n }\n\n .checkbox {\n width: 100%;\n }\n\n .select-all {\n width: 100%;\n }\n\n .display-value {\n position: absolute;\n right: 40px;\n line-height: var(--type-ramp-base-line-height);\n color: var(--neutral-foreground-rest);\n font-size: var(--type-ramp-base-font-size);\n line-height: var(--type-ramp-base-line-height);\n font-family: var(--body-font);\n }\n`"
23753
23765
  }
23754
23766
  ],
23755
23767
  "exports": [
@@ -24132,11 +24144,6 @@
24132
24144
  "name": "getPlaceholder",
24133
24145
  "readonly": true
24134
24146
  },
24135
- {
24136
- "kind": "field",
24137
- "name": "isAllSelected",
24138
- "readonly": true
24139
- },
24140
24147
  {
24141
24148
  "kind": "field",
24142
24149
  "name": "isAllOptionsDisabled",
@@ -24176,6 +24183,24 @@
24176
24183
  }
24177
24184
  ]
24178
24185
  },
24186
+ {
24187
+ "kind": "method",
24188
+ "name": "checkboxKeyDown",
24189
+ "parameters": [
24190
+ {
24191
+ "name": "normalizedOption",
24192
+ "type": {
24193
+ "text": "MultiselectOption"
24194
+ }
24195
+ },
24196
+ {
24197
+ "name": "event",
24198
+ "type": {
24199
+ "text": "KeyboardEvent"
24200
+ }
24201
+ }
24202
+ ]
24203
+ },
24179
24204
  {
24180
24205
  "kind": "method",
24181
24206
  "name": "getEnabledOptionsCount"
@@ -24229,6 +24254,23 @@
24229
24254
  }
24230
24255
  ]
24231
24256
  },
24257
+ {
24258
+ "kind": "method",
24259
+ "name": "keydownHandler",
24260
+ "return": {
24261
+ "type": {
24262
+ "text": "boolean | void"
24263
+ }
24264
+ },
24265
+ "parameters": [
24266
+ {
24267
+ "name": "e",
24268
+ "type": {
24269
+ "text": "Event & KeyboardEvent"
24270
+ }
24271
+ }
24272
+ ]
24273
+ },
24232
24274
  {
24233
24275
  "kind": "field",
24234
24276
  "name": "_presentation",
@@ -43978,55 +44020,6 @@
43978
44020
  }
43979
44021
  ]
43980
44022
  },
43981
- {
43982
- "kind": "javascript-module",
43983
- "path": "src/grid-layout/responsiveness/grid-layout-rwd.styles.ts",
43984
- "declarations": [
43985
- {
43986
- "kind": "function",
43987
- "name": "gridLayoutRWDStyles",
43988
- "return": {
43989
- "type": {
43990
- "text": "ElementStyles"
43991
- }
43992
- },
43993
- "parameters": [
43994
- {
43995
- "name": "breakPoint",
43996
- "optional": true,
43997
- "type": {
43998
- "text": "GridBreakPointType"
43999
- }
44000
- }
44001
- ]
44002
- }
44003
- ],
44004
- "exports": [
44005
- {
44006
- "kind": "js",
44007
- "name": "gridLayoutRWDStyles",
44008
- "declaration": {
44009
- "name": "gridLayoutRWDStyles",
44010
- "module": "src/grid-layout/responsiveness/grid-layout-rwd.styles.ts"
44011
- }
44012
- }
44013
- ]
44014
- },
44015
- {
44016
- "kind": "javascript-module",
44017
- "path": "src/grid-layout/responsiveness/index.ts",
44018
- "declarations": [],
44019
- "exports": [
44020
- {
44021
- "kind": "js",
44022
- "name": "*",
44023
- "declaration": {
44024
- "name": "*",
44025
- "package": "./grid-layout-rwd.styles"
44026
- }
44027
- }
44028
- ]
44029
- },
44030
44023
  {
44031
44024
  "kind": "javascript-module",
44032
44025
  "path": "src/overlays/system-health/index.ts",
@@ -44560,6 +44553,55 @@
44560
44553
  }
44561
44554
  ]
44562
44555
  },
44556
+ {
44557
+ "kind": "javascript-module",
44558
+ "path": "src/grid-layout/responsiveness/grid-layout-rwd.styles.ts",
44559
+ "declarations": [
44560
+ {
44561
+ "kind": "function",
44562
+ "name": "gridLayoutRWDStyles",
44563
+ "return": {
44564
+ "type": {
44565
+ "text": "ElementStyles"
44566
+ }
44567
+ },
44568
+ "parameters": [
44569
+ {
44570
+ "name": "breakPoint",
44571
+ "optional": true,
44572
+ "type": {
44573
+ "text": "GridBreakPointType"
44574
+ }
44575
+ }
44576
+ ]
44577
+ }
44578
+ ],
44579
+ "exports": [
44580
+ {
44581
+ "kind": "js",
44582
+ "name": "gridLayoutRWDStyles",
44583
+ "declaration": {
44584
+ "name": "gridLayoutRWDStyles",
44585
+ "module": "src/grid-layout/responsiveness/grid-layout-rwd.styles.ts"
44586
+ }
44587
+ }
44588
+ ]
44589
+ },
44590
+ {
44591
+ "kind": "javascript-module",
44592
+ "path": "src/grid-layout/responsiveness/index.ts",
44593
+ "declarations": [],
44594
+ "exports": [
44595
+ {
44596
+ "kind": "js",
44597
+ "name": "*",
44598
+ "declaration": {
44599
+ "name": "*",
44600
+ "package": "./grid-layout-rwd.styles"
44601
+ }
44602
+ }
44603
+ ]
44604
+ },
44563
44605
  {
44564
44606
  "kind": "javascript-module",
44565
44607
  "path": "src/_config/styles/external/index.ts",