@genesislcap/foundation-ui 14.399.0 → 14.400.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/custom-elements.json +1770 -599
- package/dist/dts/ai-criteria-search/ai-criteria-search.d.ts +41 -0
- package/dist/dts/ai-criteria-search/ai-criteria-search.d.ts.map +1 -0
- package/dist/dts/ai-criteria-search/ai-criteria-search.styles.d.ts +2 -0
- package/dist/dts/ai-criteria-search/ai-criteria-search.styles.d.ts.map +1 -0
- package/dist/dts/ai-criteria-search/ai-criteria-search.template.d.ts +4 -0
- package/dist/dts/ai-criteria-search/ai-criteria-search.template.d.ts.map +1 -0
- package/dist/dts/ai-criteria-search/index.d.ts +7 -0
- package/dist/dts/ai-criteria-search/index.d.ts.map +1 -0
- package/dist/dts/ai-criteria-search/validation/criteria-ir.d.ts +36 -0
- package/dist/dts/ai-criteria-search/validation/criteria-ir.d.ts.map +1 -0
- package/dist/dts/ai-criteria-search/validation/operator-map.d.ts +17 -0
- package/dist/dts/ai-criteria-search/validation/operator-map.d.ts.map +1 -0
- package/dist/dts/ai-criteria-search/validation/schema-validator.d.ts +15 -0
- package/dist/dts/ai-criteria-search/validation/schema-validator.d.ts.map +1 -0
- package/dist/dts/ai-criteria-search/validation-error-notification.d.ts +14 -0
- package/dist/dts/ai-criteria-search/validation-error-notification.d.ts.map +1 -0
- package/dist/dts/ai-indicator/ai-indicator.d.ts +31 -0
- package/dist/dts/ai-indicator/ai-indicator.d.ts.map +1 -0
- package/dist/dts/ai-indicator/ai-indicator.styles.d.ts +4 -0
- package/dist/dts/ai-indicator/ai-indicator.styles.d.ts.map +1 -0
- package/dist/dts/ai-indicator/ai-indicator.template.d.ts +4 -0
- package/dist/dts/ai-indicator/ai-indicator.template.d.ts.map +1 -0
- package/dist/dts/ai-indicator/index.d.ts +4 -0
- package/dist/dts/ai-indicator/index.d.ts.map +1 -0
- package/dist/dts/base-components.d.ts +12 -0
- package/dist/dts/base-components.d.ts.map +1 -1
- package/dist/dts/index.d.ts +2 -0
- package/dist/dts/index.d.ts.map +1 -1
- package/dist/esm/ai-criteria-search/ai-criteria-search.js +172 -0
- package/dist/esm/ai-criteria-search/ai-criteria-search.styles.js +36 -0
- package/dist/esm/ai-criteria-search/ai-criteria-search.template.js +44 -0
- package/dist/esm/ai-criteria-search/index.js +6 -0
- package/dist/esm/ai-criteria-search/validation/criteria-ir.js +7 -0
- package/dist/esm/ai-criteria-search/validation/operator-map.js +97 -0
- package/dist/esm/ai-criteria-search/validation/schema-validator.js +150 -0
- package/dist/esm/ai-criteria-search/validation-error-notification.js +34 -0
- package/dist/esm/ai-indicator/ai-indicator.js +190 -0
- package/dist/esm/ai-indicator/ai-indicator.styles.js +132 -0
- package/dist/esm/ai-indicator/ai-indicator.template.js +72 -0
- package/dist/esm/ai-indicator/index.js +3 -0
- package/dist/esm/base-components.js +4 -0
- package/dist/esm/index.js +2 -0
- package/package.json +19 -18
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"type": {
|
|
13
13
|
"text": "object"
|
|
14
14
|
},
|
|
15
|
-
"default": "{\n foundationAccordion,\n foundationAccordionItem,\n foundationActionsMenu,\n foundationAnchor,\n foundationAnchoredRegion,\n foundationAvatar,\n foundationBadge,\n foundationBanner,\n foundationBreadcrumb,\n foundationBreadcrumbItem,\n foundationButton,\n foundationCalendar,\n foundationCard,\n foundationCategorizedMultiselect,\n foundationCheckbox,\n foundationCombobox,\n foundationConnectionIndicator,\n foundationDataGrid,\n foundationDataGridCell,\n foundationDataGridRow,\n foundationDatePicker,\n foundationDesignSystemProvider,\n foundationDialog,\n foundationDisclosure,\n foundationDivider,\n foundationDropdownMenu,\n foundationErrorBanner,\n foundationErrorBoundary,\n foundationErrorDialog,\n foundationFileReader,\n foundationFileUpload,\n foundationFilter,\n foundationFilterBar,\n foundationFlexLayout,\n foundationFlipper,\n foundationFlyout,\n foundationGridLayout,\n foundationGridLayoutItem,\n foundationHorizontalScroll,\n foundationIcon,\n foundationListbox,\n foundationListboxOption,\n foundationMenu,\n foundationMenuItem,\n foundationModal,\n foundationMultiselect,\n foundationNumberField,\n foundationOptgroup,\n foundationPopper,\n foundationProgress,\n foundationProgressRing,\n foundationRadio,\n foundationRadioGroup,\n foundationScheduler,\n foundationSchedulerCronBuilder,\n foundationSchedulerTimezone,\n foundationSearchBar,\n foundationSearchBarCombobox,\n foundationSegmentedControl,\n foundationSegmentedItem,\n foundationSelect,\n foundationSkeleton,\n foundationSlider,\n foundationSliderLabel,\n foundationSnackbar,\n foundationStackingIcons,\n foundationStatusPill,\n foundationEnvironmentIndicator,\n foundationStepperTab,\n foundationStepperTabPanel,\n foundationSwitch,\n foundationSystemHealthOverlay,\n foundationTab,\n foundationTabPanel,\n foundationTabs,\n foundationTextArea,\n foundationTextField,\n foundationToast,\n foundationToolbar,\n foundationTooltip,\n foundationTreeItem,\n foundationTreeView,\n foundationUrlInput,\n foundationSectionNavigator,\n register(container?: Container, ...rest: any[]) {\n if (!container) {\n // preserve backward compatibility with code that loops through\n // the values of this object and calls them as funcs with no args\n return;\n }\n\n for (const key in this) {\n if (key === 'register') {\n continue;\n }\n\n this[key]().register(container, ...rest);\n }\n },\n}"
|
|
15
|
+
"default": "{\n foundationAccordion,\n foundationAiCriteriaSearch,\n foundationAiIndicator,\n foundationAccordionItem,\n foundationActionsMenu,\n foundationAnchor,\n foundationAnchoredRegion,\n foundationAvatar,\n foundationBadge,\n foundationBanner,\n foundationBreadcrumb,\n foundationBreadcrumbItem,\n foundationButton,\n foundationCalendar,\n foundationCard,\n foundationCategorizedMultiselect,\n foundationCheckbox,\n foundationCombobox,\n foundationConnectionIndicator,\n foundationDataGrid,\n foundationDataGridCell,\n foundationDataGridRow,\n foundationDatePicker,\n foundationDesignSystemProvider,\n foundationDialog,\n foundationDisclosure,\n foundationDivider,\n foundationDropdownMenu,\n foundationErrorBanner,\n foundationErrorBoundary,\n foundationErrorDialog,\n foundationFileReader,\n foundationFileUpload,\n foundationFilter,\n foundationFilterBar,\n foundationFlexLayout,\n foundationFlipper,\n foundationFlyout,\n foundationGridLayout,\n foundationGridLayoutItem,\n foundationHorizontalScroll,\n foundationIcon,\n foundationListbox,\n foundationListboxOption,\n foundationMenu,\n foundationMenuItem,\n foundationModal,\n foundationMultiselect,\n foundationNumberField,\n foundationOptgroup,\n foundationPopper,\n foundationProgress,\n foundationProgressRing,\n foundationRadio,\n foundationRadioGroup,\n foundationScheduler,\n foundationSchedulerCronBuilder,\n foundationSchedulerTimezone,\n foundationSearchBar,\n foundationSearchBarCombobox,\n foundationSegmentedControl,\n foundationSegmentedItem,\n foundationSelect,\n foundationSkeleton,\n foundationSlider,\n foundationSliderLabel,\n foundationSnackbar,\n foundationStackingIcons,\n foundationStatusPill,\n foundationEnvironmentIndicator,\n foundationStepperTab,\n foundationStepperTabPanel,\n foundationSwitch,\n foundationSystemHealthOverlay,\n foundationTab,\n foundationTabPanel,\n foundationTabs,\n foundationTextArea,\n foundationTextField,\n foundationToast,\n foundationToolbar,\n foundationTooltip,\n foundationTreeItem,\n foundationTreeView,\n foundationUrlInput,\n foundationSectionNavigator,\n register(container?: Container, ...rest: any[]) {\n if (!container) {\n // preserve backward compatibility with code that loops through\n // the values of this object and calls them as funcs with no args\n return;\n }\n\n for (const key in this) {\n if (key === 'register') {\n continue;\n }\n\n this[key]().register(container, ...rest);\n }\n },\n}"
|
|
16
16
|
}
|
|
17
17
|
],
|
|
18
18
|
"exports": [
|
|
@@ -92,6 +92,22 @@
|
|
|
92
92
|
"package": "./accordion"
|
|
93
93
|
}
|
|
94
94
|
},
|
|
95
|
+
{
|
|
96
|
+
"kind": "js",
|
|
97
|
+
"name": "*",
|
|
98
|
+
"declaration": {
|
|
99
|
+
"name": "*",
|
|
100
|
+
"package": "./ai-criteria-search"
|
|
101
|
+
}
|
|
102
|
+
},
|
|
103
|
+
{
|
|
104
|
+
"kind": "js",
|
|
105
|
+
"name": "*",
|
|
106
|
+
"declaration": {
|
|
107
|
+
"name": "*",
|
|
108
|
+
"package": "./ai-indicator"
|
|
109
|
+
}
|
|
110
|
+
},
|
|
95
111
|
{
|
|
96
112
|
"kind": "js",
|
|
97
113
|
"name": "*",
|
|
@@ -1271,219 +1287,6 @@
|
|
|
1271
1287
|
}
|
|
1272
1288
|
]
|
|
1273
1289
|
},
|
|
1274
|
-
{
|
|
1275
|
-
"kind": "javascript-module",
|
|
1276
|
-
"path": "src/accordion/accordion.styles.ts",
|
|
1277
|
-
"declarations": [
|
|
1278
|
-
{
|
|
1279
|
-
"kind": "function",
|
|
1280
|
-
"name": "foundationAccordionStyles",
|
|
1281
|
-
"return": {
|
|
1282
|
-
"type": {
|
|
1283
|
-
"text": "ElementStyles"
|
|
1284
|
-
}
|
|
1285
|
-
},
|
|
1286
|
-
"parameters": [
|
|
1287
|
-
{
|
|
1288
|
-
"name": "context",
|
|
1289
|
-
"type": {
|
|
1290
|
-
"text": "ElementDefinitionContext"
|
|
1291
|
-
}
|
|
1292
|
-
},
|
|
1293
|
-
{
|
|
1294
|
-
"name": "definition",
|
|
1295
|
-
"type": {
|
|
1296
|
-
"text": "FoundationElementDefinition"
|
|
1297
|
-
}
|
|
1298
|
-
}
|
|
1299
|
-
]
|
|
1300
|
-
}
|
|
1301
|
-
],
|
|
1302
|
-
"exports": [
|
|
1303
|
-
{
|
|
1304
|
-
"kind": "js",
|
|
1305
|
-
"name": "foundationAccordionStyles",
|
|
1306
|
-
"declaration": {
|
|
1307
|
-
"name": "foundationAccordionStyles",
|
|
1308
|
-
"module": "src/accordion/accordion.styles.ts"
|
|
1309
|
-
}
|
|
1310
|
-
}
|
|
1311
|
-
]
|
|
1312
|
-
},
|
|
1313
|
-
{
|
|
1314
|
-
"kind": "javascript-module",
|
|
1315
|
-
"path": "src/accordion/accordion.template.ts",
|
|
1316
|
-
"declarations": [
|
|
1317
|
-
{
|
|
1318
|
-
"kind": "function",
|
|
1319
|
-
"name": "foundationAccordionTemplate",
|
|
1320
|
-
"return": {
|
|
1321
|
-
"type": {
|
|
1322
|
-
"text": "ViewTemplate<Accordion>"
|
|
1323
|
-
}
|
|
1324
|
-
},
|
|
1325
|
-
"parameters": [
|
|
1326
|
-
{
|
|
1327
|
-
"name": "context",
|
|
1328
|
-
"type": {
|
|
1329
|
-
"text": "ElementDefinitionContext"
|
|
1330
|
-
}
|
|
1331
|
-
},
|
|
1332
|
-
{
|
|
1333
|
-
"name": "definition",
|
|
1334
|
-
"type": {
|
|
1335
|
-
"text": "FoundationElementDefinition"
|
|
1336
|
-
}
|
|
1337
|
-
}
|
|
1338
|
-
]
|
|
1339
|
-
}
|
|
1340
|
-
],
|
|
1341
|
-
"exports": [
|
|
1342
|
-
{
|
|
1343
|
-
"kind": "js",
|
|
1344
|
-
"name": "foundationAccordionTemplate",
|
|
1345
|
-
"declaration": {
|
|
1346
|
-
"name": "foundationAccordionTemplate",
|
|
1347
|
-
"module": "src/accordion/accordion.template.ts"
|
|
1348
|
-
}
|
|
1349
|
-
}
|
|
1350
|
-
]
|
|
1351
|
-
},
|
|
1352
|
-
{
|
|
1353
|
-
"kind": "javascript-module",
|
|
1354
|
-
"path": "src/accordion/accordion.ts",
|
|
1355
|
-
"declarations": [
|
|
1356
|
-
{
|
|
1357
|
-
"kind": "class",
|
|
1358
|
-
"description": "",
|
|
1359
|
-
"name": "Accordion",
|
|
1360
|
-
"superclass": {
|
|
1361
|
-
"name": "FASTAccordion",
|
|
1362
|
-
"package": "@microsoft/fast-foundation"
|
|
1363
|
-
},
|
|
1364
|
-
"tagName": "%%prefix%%-accordion",
|
|
1365
|
-
"customElement": true
|
|
1366
|
-
},
|
|
1367
|
-
{
|
|
1368
|
-
"kind": "variable",
|
|
1369
|
-
"name": "foundationAccordionShadowOptions",
|
|
1370
|
-
"type": {
|
|
1371
|
-
"text": "ShadowRootInit"
|
|
1372
|
-
},
|
|
1373
|
-
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
1374
|
-
},
|
|
1375
|
-
{
|
|
1376
|
-
"kind": "variable",
|
|
1377
|
-
"name": "defaultAccordionConfig",
|
|
1378
|
-
"type": {
|
|
1379
|
-
"text": "object"
|
|
1380
|
-
},
|
|
1381
|
-
"default": "{}"
|
|
1382
|
-
},
|
|
1383
|
-
{
|
|
1384
|
-
"kind": "variable",
|
|
1385
|
-
"name": "foundationAccordion",
|
|
1386
|
-
"description": "The Foundation Accordion",
|
|
1387
|
-
"privacy": "public"
|
|
1388
|
-
}
|
|
1389
|
-
],
|
|
1390
|
-
"exports": [
|
|
1391
|
-
{
|
|
1392
|
-
"kind": "js",
|
|
1393
|
-
"name": "Accordion",
|
|
1394
|
-
"declaration": {
|
|
1395
|
-
"name": "Accordion",
|
|
1396
|
-
"module": "src/accordion/accordion.ts"
|
|
1397
|
-
}
|
|
1398
|
-
},
|
|
1399
|
-
{
|
|
1400
|
-
"kind": "js",
|
|
1401
|
-
"name": "foundationAccordionShadowOptions",
|
|
1402
|
-
"declaration": {
|
|
1403
|
-
"name": "foundationAccordionShadowOptions",
|
|
1404
|
-
"module": "src/accordion/accordion.ts"
|
|
1405
|
-
}
|
|
1406
|
-
},
|
|
1407
|
-
{
|
|
1408
|
-
"kind": "js",
|
|
1409
|
-
"name": "defaultAccordionConfig",
|
|
1410
|
-
"declaration": {
|
|
1411
|
-
"name": "defaultAccordionConfig",
|
|
1412
|
-
"module": "src/accordion/accordion.ts"
|
|
1413
|
-
}
|
|
1414
|
-
},
|
|
1415
|
-
{
|
|
1416
|
-
"kind": "js",
|
|
1417
|
-
"name": "foundationAccordion",
|
|
1418
|
-
"declaration": {
|
|
1419
|
-
"name": "foundationAccordion",
|
|
1420
|
-
"module": "src/accordion/accordion.ts"
|
|
1421
|
-
}
|
|
1422
|
-
}
|
|
1423
|
-
]
|
|
1424
|
-
},
|
|
1425
|
-
{
|
|
1426
|
-
"kind": "javascript-module",
|
|
1427
|
-
"path": "src/accordion/index.ts",
|
|
1428
|
-
"declarations": [],
|
|
1429
|
-
"exports": [
|
|
1430
|
-
{
|
|
1431
|
-
"kind": "js",
|
|
1432
|
-
"name": "*",
|
|
1433
|
-
"declaration": {
|
|
1434
|
-
"name": "*",
|
|
1435
|
-
"package": "./accordion.template"
|
|
1436
|
-
}
|
|
1437
|
-
},
|
|
1438
|
-
{
|
|
1439
|
-
"kind": "js",
|
|
1440
|
-
"name": "*",
|
|
1441
|
-
"declaration": {
|
|
1442
|
-
"name": "*",
|
|
1443
|
-
"package": "./accordion.styles"
|
|
1444
|
-
}
|
|
1445
|
-
},
|
|
1446
|
-
{
|
|
1447
|
-
"kind": "js",
|
|
1448
|
-
"name": "*",
|
|
1449
|
-
"declaration": {
|
|
1450
|
-
"name": "*",
|
|
1451
|
-
"package": "./accordion"
|
|
1452
|
-
}
|
|
1453
|
-
}
|
|
1454
|
-
]
|
|
1455
|
-
},
|
|
1456
|
-
{
|
|
1457
|
-
"kind": "javascript-module",
|
|
1458
|
-
"path": "src/_config/index.ts",
|
|
1459
|
-
"declarations": [],
|
|
1460
|
-
"exports": [
|
|
1461
|
-
{
|
|
1462
|
-
"kind": "js",
|
|
1463
|
-
"name": "*",
|
|
1464
|
-
"declaration": {
|
|
1465
|
-
"name": "*",
|
|
1466
|
-
"package": "./styles"
|
|
1467
|
-
}
|
|
1468
|
-
},
|
|
1469
|
-
{
|
|
1470
|
-
"kind": "js",
|
|
1471
|
-
"name": "*",
|
|
1472
|
-
"declaration": {
|
|
1473
|
-
"name": "*",
|
|
1474
|
-
"package": "./tokens"
|
|
1475
|
-
}
|
|
1476
|
-
},
|
|
1477
|
-
{
|
|
1478
|
-
"kind": "js",
|
|
1479
|
-
"name": "*",
|
|
1480
|
-
"declaration": {
|
|
1481
|
-
"name": "*",
|
|
1482
|
-
"package": "./values"
|
|
1483
|
-
}
|
|
1484
|
-
}
|
|
1485
|
-
]
|
|
1486
|
-
},
|
|
1487
1290
|
{
|
|
1488
1291
|
"kind": "javascript-module",
|
|
1489
1292
|
"path": "src/accordion-item/accordion-item.styles.ts",
|
|
@@ -1878,6 +1681,37 @@
|
|
|
1878
1681
|
}
|
|
1879
1682
|
]
|
|
1880
1683
|
},
|
|
1684
|
+
{
|
|
1685
|
+
"kind": "javascript-module",
|
|
1686
|
+
"path": "src/_config/index.ts",
|
|
1687
|
+
"declarations": [],
|
|
1688
|
+
"exports": [
|
|
1689
|
+
{
|
|
1690
|
+
"kind": "js",
|
|
1691
|
+
"name": "*",
|
|
1692
|
+
"declaration": {
|
|
1693
|
+
"name": "*",
|
|
1694
|
+
"package": "./styles"
|
|
1695
|
+
}
|
|
1696
|
+
},
|
|
1697
|
+
{
|
|
1698
|
+
"kind": "js",
|
|
1699
|
+
"name": "*",
|
|
1700
|
+
"declaration": {
|
|
1701
|
+
"name": "*",
|
|
1702
|
+
"package": "./tokens"
|
|
1703
|
+
}
|
|
1704
|
+
},
|
|
1705
|
+
{
|
|
1706
|
+
"kind": "js",
|
|
1707
|
+
"name": "*",
|
|
1708
|
+
"declaration": {
|
|
1709
|
+
"name": "*",
|
|
1710
|
+
"package": "./values"
|
|
1711
|
+
}
|
|
1712
|
+
}
|
|
1713
|
+
]
|
|
1714
|
+
},
|
|
1881
1715
|
{
|
|
1882
1716
|
"kind": "javascript-module",
|
|
1883
1717
|
"path": "src/actions-menu/actions-menu.styles.ts",
|
|
@@ -2437,6 +2271,1168 @@
|
|
|
2437
2271
|
}
|
|
2438
2272
|
]
|
|
2439
2273
|
},
|
|
2274
|
+
{
|
|
2275
|
+
"kind": "javascript-module",
|
|
2276
|
+
"path": "src/accordion/accordion.styles.ts",
|
|
2277
|
+
"declarations": [
|
|
2278
|
+
{
|
|
2279
|
+
"kind": "function",
|
|
2280
|
+
"name": "foundationAccordionStyles",
|
|
2281
|
+
"return": {
|
|
2282
|
+
"type": {
|
|
2283
|
+
"text": "ElementStyles"
|
|
2284
|
+
}
|
|
2285
|
+
},
|
|
2286
|
+
"parameters": [
|
|
2287
|
+
{
|
|
2288
|
+
"name": "context",
|
|
2289
|
+
"type": {
|
|
2290
|
+
"text": "ElementDefinitionContext"
|
|
2291
|
+
}
|
|
2292
|
+
},
|
|
2293
|
+
{
|
|
2294
|
+
"name": "definition",
|
|
2295
|
+
"type": {
|
|
2296
|
+
"text": "FoundationElementDefinition"
|
|
2297
|
+
}
|
|
2298
|
+
}
|
|
2299
|
+
]
|
|
2300
|
+
}
|
|
2301
|
+
],
|
|
2302
|
+
"exports": [
|
|
2303
|
+
{
|
|
2304
|
+
"kind": "js",
|
|
2305
|
+
"name": "foundationAccordionStyles",
|
|
2306
|
+
"declaration": {
|
|
2307
|
+
"name": "foundationAccordionStyles",
|
|
2308
|
+
"module": "src/accordion/accordion.styles.ts"
|
|
2309
|
+
}
|
|
2310
|
+
}
|
|
2311
|
+
]
|
|
2312
|
+
},
|
|
2313
|
+
{
|
|
2314
|
+
"kind": "javascript-module",
|
|
2315
|
+
"path": "src/accordion/accordion.template.ts",
|
|
2316
|
+
"declarations": [
|
|
2317
|
+
{
|
|
2318
|
+
"kind": "function",
|
|
2319
|
+
"name": "foundationAccordionTemplate",
|
|
2320
|
+
"return": {
|
|
2321
|
+
"type": {
|
|
2322
|
+
"text": "ViewTemplate<Accordion>"
|
|
2323
|
+
}
|
|
2324
|
+
},
|
|
2325
|
+
"parameters": [
|
|
2326
|
+
{
|
|
2327
|
+
"name": "context",
|
|
2328
|
+
"type": {
|
|
2329
|
+
"text": "ElementDefinitionContext"
|
|
2330
|
+
}
|
|
2331
|
+
},
|
|
2332
|
+
{
|
|
2333
|
+
"name": "definition",
|
|
2334
|
+
"type": {
|
|
2335
|
+
"text": "FoundationElementDefinition"
|
|
2336
|
+
}
|
|
2337
|
+
}
|
|
2338
|
+
]
|
|
2339
|
+
}
|
|
2340
|
+
],
|
|
2341
|
+
"exports": [
|
|
2342
|
+
{
|
|
2343
|
+
"kind": "js",
|
|
2344
|
+
"name": "foundationAccordionTemplate",
|
|
2345
|
+
"declaration": {
|
|
2346
|
+
"name": "foundationAccordionTemplate",
|
|
2347
|
+
"module": "src/accordion/accordion.template.ts"
|
|
2348
|
+
}
|
|
2349
|
+
}
|
|
2350
|
+
]
|
|
2351
|
+
},
|
|
2352
|
+
{
|
|
2353
|
+
"kind": "javascript-module",
|
|
2354
|
+
"path": "src/accordion/accordion.ts",
|
|
2355
|
+
"declarations": [
|
|
2356
|
+
{
|
|
2357
|
+
"kind": "class",
|
|
2358
|
+
"description": "",
|
|
2359
|
+
"name": "Accordion",
|
|
2360
|
+
"superclass": {
|
|
2361
|
+
"name": "FASTAccordion",
|
|
2362
|
+
"package": "@microsoft/fast-foundation"
|
|
2363
|
+
},
|
|
2364
|
+
"tagName": "%%prefix%%-accordion",
|
|
2365
|
+
"customElement": true
|
|
2366
|
+
},
|
|
2367
|
+
{
|
|
2368
|
+
"kind": "variable",
|
|
2369
|
+
"name": "foundationAccordionShadowOptions",
|
|
2370
|
+
"type": {
|
|
2371
|
+
"text": "ShadowRootInit"
|
|
2372
|
+
},
|
|
2373
|
+
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
2374
|
+
},
|
|
2375
|
+
{
|
|
2376
|
+
"kind": "variable",
|
|
2377
|
+
"name": "defaultAccordionConfig",
|
|
2378
|
+
"type": {
|
|
2379
|
+
"text": "object"
|
|
2380
|
+
},
|
|
2381
|
+
"default": "{}"
|
|
2382
|
+
},
|
|
2383
|
+
{
|
|
2384
|
+
"kind": "variable",
|
|
2385
|
+
"name": "foundationAccordion",
|
|
2386
|
+
"description": "The Foundation Accordion",
|
|
2387
|
+
"privacy": "public"
|
|
2388
|
+
}
|
|
2389
|
+
],
|
|
2390
|
+
"exports": [
|
|
2391
|
+
{
|
|
2392
|
+
"kind": "js",
|
|
2393
|
+
"name": "Accordion",
|
|
2394
|
+
"declaration": {
|
|
2395
|
+
"name": "Accordion",
|
|
2396
|
+
"module": "src/accordion/accordion.ts"
|
|
2397
|
+
}
|
|
2398
|
+
},
|
|
2399
|
+
{
|
|
2400
|
+
"kind": "js",
|
|
2401
|
+
"name": "foundationAccordionShadowOptions",
|
|
2402
|
+
"declaration": {
|
|
2403
|
+
"name": "foundationAccordionShadowOptions",
|
|
2404
|
+
"module": "src/accordion/accordion.ts"
|
|
2405
|
+
}
|
|
2406
|
+
},
|
|
2407
|
+
{
|
|
2408
|
+
"kind": "js",
|
|
2409
|
+
"name": "defaultAccordionConfig",
|
|
2410
|
+
"declaration": {
|
|
2411
|
+
"name": "defaultAccordionConfig",
|
|
2412
|
+
"module": "src/accordion/accordion.ts"
|
|
2413
|
+
}
|
|
2414
|
+
},
|
|
2415
|
+
{
|
|
2416
|
+
"kind": "js",
|
|
2417
|
+
"name": "foundationAccordion",
|
|
2418
|
+
"declaration": {
|
|
2419
|
+
"name": "foundationAccordion",
|
|
2420
|
+
"module": "src/accordion/accordion.ts"
|
|
2421
|
+
}
|
|
2422
|
+
}
|
|
2423
|
+
]
|
|
2424
|
+
},
|
|
2425
|
+
{
|
|
2426
|
+
"kind": "javascript-module",
|
|
2427
|
+
"path": "src/accordion/index.ts",
|
|
2428
|
+
"declarations": [],
|
|
2429
|
+
"exports": [
|
|
2430
|
+
{
|
|
2431
|
+
"kind": "js",
|
|
2432
|
+
"name": "*",
|
|
2433
|
+
"declaration": {
|
|
2434
|
+
"name": "*",
|
|
2435
|
+
"package": "./accordion.template"
|
|
2436
|
+
}
|
|
2437
|
+
},
|
|
2438
|
+
{
|
|
2439
|
+
"kind": "js",
|
|
2440
|
+
"name": "*",
|
|
2441
|
+
"declaration": {
|
|
2442
|
+
"name": "*",
|
|
2443
|
+
"package": "./accordion.styles"
|
|
2444
|
+
}
|
|
2445
|
+
},
|
|
2446
|
+
{
|
|
2447
|
+
"kind": "js",
|
|
2448
|
+
"name": "*",
|
|
2449
|
+
"declaration": {
|
|
2450
|
+
"name": "*",
|
|
2451
|
+
"package": "./accordion"
|
|
2452
|
+
}
|
|
2453
|
+
}
|
|
2454
|
+
]
|
|
2455
|
+
},
|
|
2456
|
+
{
|
|
2457
|
+
"kind": "javascript-module",
|
|
2458
|
+
"path": "src/ai-criteria-search/ai-criteria-search.styles.ts",
|
|
2459
|
+
"declarations": [
|
|
2460
|
+
{
|
|
2461
|
+
"kind": "variable",
|
|
2462
|
+
"name": "foundationAiCriteriaSearchStyles",
|
|
2463
|
+
"default": "css`\n :host {\n display: block;\n width: 800px;\n }\n\n .ai-criteria-search {\n display: flex;\n flex-direction: column;\n gap: calc(${designUnit} * 2px);\n }\n\n .ai-criteria-search-row {\n display: flex;\n flex-direction: row;\n gap: calc(${designUnit} * 2px);\n align-items: center;\n }\n\n .criteria-input {\n height: calc(((var(--base-height-multiplier) + var(--density)) * var(--design-unit) - 4) * 1px);\n flex: 1;\n min-width: 0;\n }\n\n .mic-icon {\n color: var(--neutral-foreground-rest);\n fill: currentColor;\n }\n\n .mode-control {\n flex-shrink: 0;\n }\n`"
|
|
2464
|
+
}
|
|
2465
|
+
],
|
|
2466
|
+
"exports": [
|
|
2467
|
+
{
|
|
2468
|
+
"kind": "js",
|
|
2469
|
+
"name": "foundationAiCriteriaSearchStyles",
|
|
2470
|
+
"declaration": {
|
|
2471
|
+
"name": "foundationAiCriteriaSearchStyles",
|
|
2472
|
+
"module": "src/ai-criteria-search/ai-criteria-search.styles.ts"
|
|
2473
|
+
}
|
|
2474
|
+
}
|
|
2475
|
+
]
|
|
2476
|
+
},
|
|
2477
|
+
{
|
|
2478
|
+
"kind": "javascript-module",
|
|
2479
|
+
"path": "src/ai-criteria-search/ai-criteria-search.template.ts",
|
|
2480
|
+
"declarations": [
|
|
2481
|
+
{
|
|
2482
|
+
"kind": "variable",
|
|
2483
|
+
"name": "foundationAiCriteriaSearchTemplate",
|
|
2484
|
+
"type": {
|
|
2485
|
+
"text": "ViewTemplate<AiCriteriaSearch>"
|
|
2486
|
+
},
|
|
2487
|
+
"default": "html`\n ${(x) => aiCriteriaSearchTemplate(getPrefix(x))}\n`"
|
|
2488
|
+
}
|
|
2489
|
+
],
|
|
2490
|
+
"exports": [
|
|
2491
|
+
{
|
|
2492
|
+
"kind": "js",
|
|
2493
|
+
"name": "foundationAiCriteriaSearchTemplate",
|
|
2494
|
+
"declaration": {
|
|
2495
|
+
"name": "foundationAiCriteriaSearchTemplate",
|
|
2496
|
+
"module": "src/ai-criteria-search/ai-criteria-search.template.ts"
|
|
2497
|
+
}
|
|
2498
|
+
}
|
|
2499
|
+
]
|
|
2500
|
+
},
|
|
2501
|
+
{
|
|
2502
|
+
"kind": "javascript-module",
|
|
2503
|
+
"path": "src/ai-criteria-search/ai-criteria-search.ts",
|
|
2504
|
+
"declarations": [
|
|
2505
|
+
{
|
|
2506
|
+
"kind": "class",
|
|
2507
|
+
"description": "",
|
|
2508
|
+
"name": "AiCriteriaSearch",
|
|
2509
|
+
"members": [
|
|
2510
|
+
{
|
|
2511
|
+
"kind": "field",
|
|
2512
|
+
"name": "aiProvider",
|
|
2513
|
+
"type": {
|
|
2514
|
+
"text": "AIProvider"
|
|
2515
|
+
}
|
|
2516
|
+
},
|
|
2517
|
+
{
|
|
2518
|
+
"kind": "field",
|
|
2519
|
+
"name": "placeholder",
|
|
2520
|
+
"type": {
|
|
2521
|
+
"text": "string"
|
|
2522
|
+
},
|
|
2523
|
+
"default": "'Describe your search criteria in natural language...'"
|
|
2524
|
+
},
|
|
2525
|
+
{
|
|
2526
|
+
"kind": "field",
|
|
2527
|
+
"name": "disabled",
|
|
2528
|
+
"type": {
|
|
2529
|
+
"text": "boolean"
|
|
2530
|
+
}
|
|
2531
|
+
},
|
|
2532
|
+
{
|
|
2533
|
+
"kind": "field",
|
|
2534
|
+
"name": "mode",
|
|
2535
|
+
"type": {
|
|
2536
|
+
"text": "'append' | 'replace'"
|
|
2537
|
+
},
|
|
2538
|
+
"default": "'replace'"
|
|
2539
|
+
},
|
|
2540
|
+
{
|
|
2541
|
+
"kind": "field",
|
|
2542
|
+
"name": "inputValue",
|
|
2543
|
+
"type": {
|
|
2544
|
+
"text": "string"
|
|
2545
|
+
},
|
|
2546
|
+
"default": "''"
|
|
2547
|
+
},
|
|
2548
|
+
{
|
|
2549
|
+
"kind": "field",
|
|
2550
|
+
"name": "isInterpreting",
|
|
2551
|
+
"type": {
|
|
2552
|
+
"text": "boolean"
|
|
2553
|
+
},
|
|
2554
|
+
"default": "false"
|
|
2555
|
+
},
|
|
2556
|
+
{
|
|
2557
|
+
"kind": "field",
|
|
2558
|
+
"name": "lastValidCriteria",
|
|
2559
|
+
"type": {
|
|
2560
|
+
"text": "string | null"
|
|
2561
|
+
},
|
|
2562
|
+
"default": "null"
|
|
2563
|
+
},
|
|
2564
|
+
{
|
|
2565
|
+
"kind": "field",
|
|
2566
|
+
"name": "fieldMetadata",
|
|
2567
|
+
"type": {
|
|
2568
|
+
"text": "MetadataDetail[] | string[]"
|
|
2569
|
+
},
|
|
2570
|
+
"default": "[]"
|
|
2571
|
+
},
|
|
2572
|
+
{
|
|
2573
|
+
"kind": "field",
|
|
2574
|
+
"name": "isRecording",
|
|
2575
|
+
"type": {
|
|
2576
|
+
"text": "boolean"
|
|
2577
|
+
},
|
|
2578
|
+
"default": "false"
|
|
2579
|
+
},
|
|
2580
|
+
{
|
|
2581
|
+
"kind": "field",
|
|
2582
|
+
"name": "textAreaRef",
|
|
2583
|
+
"type": {
|
|
2584
|
+
"text": "HTMLTextAreaElement"
|
|
2585
|
+
},
|
|
2586
|
+
"privacy": "public"
|
|
2587
|
+
},
|
|
2588
|
+
{
|
|
2589
|
+
"kind": "field",
|
|
2590
|
+
"name": "stopRecording",
|
|
2591
|
+
"type": {
|
|
2592
|
+
"text": "(() => void) | null"
|
|
2593
|
+
},
|
|
2594
|
+
"privacy": "private",
|
|
2595
|
+
"default": "null"
|
|
2596
|
+
},
|
|
2597
|
+
{
|
|
2598
|
+
"kind": "field",
|
|
2599
|
+
"name": "speechApplyDebounceTimer",
|
|
2600
|
+
"type": {
|
|
2601
|
+
"text": "ReturnType<typeof setTimeout> | null"
|
|
2602
|
+
},
|
|
2603
|
+
"privacy": "private",
|
|
2604
|
+
"default": "null"
|
|
2605
|
+
},
|
|
2606
|
+
{
|
|
2607
|
+
"kind": "field",
|
|
2608
|
+
"name": "baseInputForAppend",
|
|
2609
|
+
"type": {
|
|
2610
|
+
"text": "string"
|
|
2611
|
+
},
|
|
2612
|
+
"privacy": "private",
|
|
2613
|
+
"default": "''"
|
|
2614
|
+
},
|
|
2615
|
+
{
|
|
2616
|
+
"kind": "field",
|
|
2617
|
+
"name": "speechAvailable",
|
|
2618
|
+
"type": {
|
|
2619
|
+
"text": "boolean"
|
|
2620
|
+
},
|
|
2621
|
+
"readonly": true
|
|
2622
|
+
},
|
|
2623
|
+
{
|
|
2624
|
+
"kind": "method",
|
|
2625
|
+
"name": "handleSubmit"
|
|
2626
|
+
},
|
|
2627
|
+
{
|
|
2628
|
+
"kind": "method",
|
|
2629
|
+
"name": "handleBlur"
|
|
2630
|
+
},
|
|
2631
|
+
{
|
|
2632
|
+
"kind": "method",
|
|
2633
|
+
"name": "clear"
|
|
2634
|
+
},
|
|
2635
|
+
{
|
|
2636
|
+
"kind": "method",
|
|
2637
|
+
"name": "toggleSpeechInput"
|
|
2638
|
+
},
|
|
2639
|
+
{
|
|
2640
|
+
"kind": "method",
|
|
2641
|
+
"name": "clearSpeechApplyDebounce",
|
|
2642
|
+
"privacy": "private"
|
|
2643
|
+
},
|
|
2644
|
+
{
|
|
2645
|
+
"kind": "field",
|
|
2646
|
+
"name": "_presentation",
|
|
2647
|
+
"type": {
|
|
2648
|
+
"text": "ComponentPresentation | null | undefined"
|
|
2649
|
+
},
|
|
2650
|
+
"privacy": "private",
|
|
2651
|
+
"default": "void 0",
|
|
2652
|
+
"inheritedFrom": {
|
|
2653
|
+
"name": "FoundationElement",
|
|
2654
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2655
|
+
}
|
|
2656
|
+
},
|
|
2657
|
+
{
|
|
2658
|
+
"kind": "field",
|
|
2659
|
+
"name": "$presentation",
|
|
2660
|
+
"type": {
|
|
2661
|
+
"text": "ComponentPresentation | null"
|
|
2662
|
+
},
|
|
2663
|
+
"privacy": "public",
|
|
2664
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
2665
|
+
"inheritedFrom": {
|
|
2666
|
+
"name": "FoundationElement",
|
|
2667
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2668
|
+
}
|
|
2669
|
+
},
|
|
2670
|
+
{
|
|
2671
|
+
"kind": "field",
|
|
2672
|
+
"name": "template",
|
|
2673
|
+
"type": {
|
|
2674
|
+
"text": "ElementViewTemplate | void | null"
|
|
2675
|
+
},
|
|
2676
|
+
"privacy": "public",
|
|
2677
|
+
"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.",
|
|
2678
|
+
"inheritedFrom": {
|
|
2679
|
+
"name": "FoundationElement",
|
|
2680
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2681
|
+
}
|
|
2682
|
+
},
|
|
2683
|
+
{
|
|
2684
|
+
"kind": "method",
|
|
2685
|
+
"name": "templateChanged",
|
|
2686
|
+
"privacy": "protected",
|
|
2687
|
+
"return": {
|
|
2688
|
+
"type": {
|
|
2689
|
+
"text": "void"
|
|
2690
|
+
}
|
|
2691
|
+
},
|
|
2692
|
+
"inheritedFrom": {
|
|
2693
|
+
"name": "FoundationElement",
|
|
2694
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2695
|
+
}
|
|
2696
|
+
},
|
|
2697
|
+
{
|
|
2698
|
+
"kind": "field",
|
|
2699
|
+
"name": "styles",
|
|
2700
|
+
"type": {
|
|
2701
|
+
"text": "ElementStyles | void | null"
|
|
2702
|
+
},
|
|
2703
|
+
"privacy": "public",
|
|
2704
|
+
"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.",
|
|
2705
|
+
"inheritedFrom": {
|
|
2706
|
+
"name": "FoundationElement",
|
|
2707
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2708
|
+
}
|
|
2709
|
+
},
|
|
2710
|
+
{
|
|
2711
|
+
"kind": "method",
|
|
2712
|
+
"name": "stylesChanged",
|
|
2713
|
+
"privacy": "protected",
|
|
2714
|
+
"return": {
|
|
2715
|
+
"type": {
|
|
2716
|
+
"text": "void"
|
|
2717
|
+
}
|
|
2718
|
+
},
|
|
2719
|
+
"inheritedFrom": {
|
|
2720
|
+
"name": "FoundationElement",
|
|
2721
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2722
|
+
}
|
|
2723
|
+
},
|
|
2724
|
+
{
|
|
2725
|
+
"kind": "method",
|
|
2726
|
+
"name": "compose",
|
|
2727
|
+
"privacy": "public",
|
|
2728
|
+
"static": true,
|
|
2729
|
+
"return": {
|
|
2730
|
+
"type": {
|
|
2731
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
2732
|
+
}
|
|
2733
|
+
},
|
|
2734
|
+
"parameters": [
|
|
2735
|
+
{
|
|
2736
|
+
"name": "this",
|
|
2737
|
+
"type": {
|
|
2738
|
+
"text": "K"
|
|
2739
|
+
}
|
|
2740
|
+
},
|
|
2741
|
+
{
|
|
2742
|
+
"name": "elementDefinition",
|
|
2743
|
+
"type": {
|
|
2744
|
+
"text": "T"
|
|
2745
|
+
},
|
|
2746
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
2747
|
+
}
|
|
2748
|
+
],
|
|
2749
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
2750
|
+
"inheritedFrom": {
|
|
2751
|
+
"name": "FoundationElement",
|
|
2752
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2753
|
+
}
|
|
2754
|
+
}
|
|
2755
|
+
],
|
|
2756
|
+
"attributes": [
|
|
2757
|
+
{
|
|
2758
|
+
"name": "placeholder",
|
|
2759
|
+
"type": {
|
|
2760
|
+
"text": "string"
|
|
2761
|
+
},
|
|
2762
|
+
"default": "'Describe your search criteria in natural language...'",
|
|
2763
|
+
"fieldName": "placeholder"
|
|
2764
|
+
},
|
|
2765
|
+
{
|
|
2766
|
+
"type": {
|
|
2767
|
+
"text": "boolean"
|
|
2768
|
+
},
|
|
2769
|
+
"fieldName": "disabled"
|
|
2770
|
+
},
|
|
2771
|
+
{
|
|
2772
|
+
"name": "mode",
|
|
2773
|
+
"type": {
|
|
2774
|
+
"text": "'append' | 'replace'"
|
|
2775
|
+
},
|
|
2776
|
+
"default": "'replace'",
|
|
2777
|
+
"fieldName": "mode"
|
|
2778
|
+
}
|
|
2779
|
+
],
|
|
2780
|
+
"superclass": {
|
|
2781
|
+
"name": "FoundationElement",
|
|
2782
|
+
"package": "@microsoft/fast-foundation"
|
|
2783
|
+
},
|
|
2784
|
+
"tagName": "%%prefix%%-ai-criteria-search",
|
|
2785
|
+
"customElement": true
|
|
2786
|
+
},
|
|
2787
|
+
{
|
|
2788
|
+
"kind": "variable",
|
|
2789
|
+
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
2790
|
+
"type": {
|
|
2791
|
+
"text": "ShadowRootInit"
|
|
2792
|
+
},
|
|
2793
|
+
"default": "undefined"
|
|
2794
|
+
},
|
|
2795
|
+
{
|
|
2796
|
+
"kind": "variable",
|
|
2797
|
+
"name": "defaultAiCriteriaSearchConfig",
|
|
2798
|
+
"type": {
|
|
2799
|
+
"text": "object"
|
|
2800
|
+
},
|
|
2801
|
+
"default": "{}"
|
|
2802
|
+
},
|
|
2803
|
+
{
|
|
2804
|
+
"kind": "variable",
|
|
2805
|
+
"name": "foundationAiCriteriaSearch"
|
|
2806
|
+
}
|
|
2807
|
+
],
|
|
2808
|
+
"exports": [
|
|
2809
|
+
{
|
|
2810
|
+
"kind": "js",
|
|
2811
|
+
"name": "AiCriteriaSearch",
|
|
2812
|
+
"declaration": {
|
|
2813
|
+
"name": "AiCriteriaSearch",
|
|
2814
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2815
|
+
}
|
|
2816
|
+
},
|
|
2817
|
+
{
|
|
2818
|
+
"kind": "js",
|
|
2819
|
+
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
2820
|
+
"declaration": {
|
|
2821
|
+
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
2822
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2823
|
+
}
|
|
2824
|
+
},
|
|
2825
|
+
{
|
|
2826
|
+
"kind": "js",
|
|
2827
|
+
"name": "defaultAiCriteriaSearchConfig",
|
|
2828
|
+
"declaration": {
|
|
2829
|
+
"name": "defaultAiCriteriaSearchConfig",
|
|
2830
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2831
|
+
}
|
|
2832
|
+
},
|
|
2833
|
+
{
|
|
2834
|
+
"kind": "js",
|
|
2835
|
+
"name": "foundationAiCriteriaSearch",
|
|
2836
|
+
"declaration": {
|
|
2837
|
+
"name": "foundationAiCriteriaSearch",
|
|
2838
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2839
|
+
}
|
|
2840
|
+
}
|
|
2841
|
+
]
|
|
2842
|
+
},
|
|
2843
|
+
{
|
|
2844
|
+
"kind": "javascript-module",
|
|
2845
|
+
"path": "src/ai-criteria-search/index.ts",
|
|
2846
|
+
"declarations": [],
|
|
2847
|
+
"exports": [
|
|
2848
|
+
{
|
|
2849
|
+
"kind": "js",
|
|
2850
|
+
"name": "AiCriteriaSearch",
|
|
2851
|
+
"declaration": {
|
|
2852
|
+
"name": "AiCriteriaSearch",
|
|
2853
|
+
"module": "./ai-criteria-search"
|
|
2854
|
+
}
|
|
2855
|
+
},
|
|
2856
|
+
{
|
|
2857
|
+
"kind": "js",
|
|
2858
|
+
"name": "defaultAiCriteriaSearchConfig",
|
|
2859
|
+
"declaration": {
|
|
2860
|
+
"name": "defaultAiCriteriaSearchConfig",
|
|
2861
|
+
"module": "./ai-criteria-search"
|
|
2862
|
+
}
|
|
2863
|
+
},
|
|
2864
|
+
{
|
|
2865
|
+
"kind": "js",
|
|
2866
|
+
"name": "foundationAiCriteriaSearch",
|
|
2867
|
+
"declaration": {
|
|
2868
|
+
"name": "foundationAiCriteriaSearch",
|
|
2869
|
+
"module": "./ai-criteria-search"
|
|
2870
|
+
}
|
|
2871
|
+
},
|
|
2872
|
+
{
|
|
2873
|
+
"kind": "js",
|
|
2874
|
+
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
2875
|
+
"declaration": {
|
|
2876
|
+
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
2877
|
+
"module": "./ai-criteria-search"
|
|
2878
|
+
}
|
|
2879
|
+
},
|
|
2880
|
+
{
|
|
2881
|
+
"kind": "js",
|
|
2882
|
+
"name": "foundationAiCriteriaSearchStyles",
|
|
2883
|
+
"declaration": {
|
|
2884
|
+
"name": "foundationAiCriteriaSearchStyles",
|
|
2885
|
+
"module": "./ai-criteria-search.styles"
|
|
2886
|
+
}
|
|
2887
|
+
},
|
|
2888
|
+
{
|
|
2889
|
+
"kind": "js",
|
|
2890
|
+
"name": "foundationAiCriteriaSearchTemplate",
|
|
2891
|
+
"declaration": {
|
|
2892
|
+
"name": "foundationAiCriteriaSearchTemplate",
|
|
2893
|
+
"module": "./ai-criteria-search.template"
|
|
2894
|
+
}
|
|
2895
|
+
},
|
|
2896
|
+
{
|
|
2897
|
+
"kind": "js",
|
|
2898
|
+
"name": "*",
|
|
2899
|
+
"declaration": {
|
|
2900
|
+
"name": "*",
|
|
2901
|
+
"package": "./validation/criteria-ir"
|
|
2902
|
+
}
|
|
2903
|
+
},
|
|
2904
|
+
{
|
|
2905
|
+
"kind": "js",
|
|
2906
|
+
"name": "*",
|
|
2907
|
+
"declaration": {
|
|
2908
|
+
"name": "*",
|
|
2909
|
+
"package": "./validation/operator-map"
|
|
2910
|
+
}
|
|
2911
|
+
},
|
|
2912
|
+
{
|
|
2913
|
+
"kind": "js",
|
|
2914
|
+
"name": "*",
|
|
2915
|
+
"declaration": {
|
|
2916
|
+
"name": "*",
|
|
2917
|
+
"package": "./validation/schema-validator"
|
|
2918
|
+
}
|
|
2919
|
+
}
|
|
2920
|
+
]
|
|
2921
|
+
},
|
|
2922
|
+
{
|
|
2923
|
+
"kind": "javascript-module",
|
|
2924
|
+
"path": "src/ai-criteria-search/validation-error-notification.ts",
|
|
2925
|
+
"declarations": [
|
|
2926
|
+
{
|
|
2927
|
+
"kind": "function",
|
|
2928
|
+
"name": "formatValidationErrors",
|
|
2929
|
+
"return": {
|
|
2930
|
+
"type": {
|
|
2931
|
+
"text": "string"
|
|
2932
|
+
}
|
|
2933
|
+
},
|
|
2934
|
+
"parameters": [
|
|
2935
|
+
{
|
|
2936
|
+
"name": "errors",
|
|
2937
|
+
"type": {
|
|
2938
|
+
"text": "ValidationError[]"
|
|
2939
|
+
}
|
|
2940
|
+
}
|
|
2941
|
+
],
|
|
2942
|
+
"description": "Formats validation errors into a user-friendly message."
|
|
2943
|
+
},
|
|
2944
|
+
{
|
|
2945
|
+
"kind": "function",
|
|
2946
|
+
"name": "showCriteriaError",
|
|
2947
|
+
"return": {
|
|
2948
|
+
"type": {
|
|
2949
|
+
"text": "void"
|
|
2950
|
+
}
|
|
2951
|
+
},
|
|
2952
|
+
"parameters": [
|
|
2953
|
+
{
|
|
2954
|
+
"name": "title",
|
|
2955
|
+
"type": {
|
|
2956
|
+
"text": "string"
|
|
2957
|
+
},
|
|
2958
|
+
"description": "Notification title (e.g. \"Criteria validation error\")"
|
|
2959
|
+
},
|
|
2960
|
+
{
|
|
2961
|
+
"name": "body",
|
|
2962
|
+
"type": {
|
|
2963
|
+
"text": "string"
|
|
2964
|
+
},
|
|
2965
|
+
"description": "Error message to display"
|
|
2966
|
+
},
|
|
2967
|
+
{
|
|
2968
|
+
"name": "tagName",
|
|
2969
|
+
"type": {
|
|
2970
|
+
"text": "string"
|
|
2971
|
+
},
|
|
2972
|
+
"description": "Design system prefix (e.g. \"rapid\", \"foundation\")"
|
|
2973
|
+
}
|
|
2974
|
+
],
|
|
2975
|
+
"description": "Shows a criteria error as a toast notification."
|
|
2976
|
+
}
|
|
2977
|
+
],
|
|
2978
|
+
"exports": [
|
|
2979
|
+
{
|
|
2980
|
+
"kind": "js",
|
|
2981
|
+
"name": "formatValidationErrors",
|
|
2982
|
+
"declaration": {
|
|
2983
|
+
"name": "formatValidationErrors",
|
|
2984
|
+
"module": "src/ai-criteria-search/validation-error-notification.ts"
|
|
2985
|
+
}
|
|
2986
|
+
},
|
|
2987
|
+
{
|
|
2988
|
+
"kind": "js",
|
|
2989
|
+
"name": "showCriteriaError",
|
|
2990
|
+
"declaration": {
|
|
2991
|
+
"name": "showCriteriaError",
|
|
2992
|
+
"module": "src/ai-criteria-search/validation-error-notification.ts"
|
|
2993
|
+
}
|
|
2994
|
+
}
|
|
2995
|
+
]
|
|
2996
|
+
},
|
|
2997
|
+
{
|
|
2998
|
+
"kind": "javascript-module",
|
|
2999
|
+
"path": "src/ai-indicator/ai-indicator.styles.ts",
|
|
3000
|
+
"declarations": [
|
|
3001
|
+
{
|
|
3002
|
+
"kind": "function",
|
|
3003
|
+
"name": "foundationAiIndicatorStyles",
|
|
3004
|
+
"return": {
|
|
3005
|
+
"type": {
|
|
3006
|
+
"text": "ElementStyles"
|
|
3007
|
+
}
|
|
3008
|
+
},
|
|
3009
|
+
"parameters": [
|
|
3010
|
+
{
|
|
3011
|
+
"name": "context",
|
|
3012
|
+
"type": {
|
|
3013
|
+
"text": "ElementDefinitionContext"
|
|
3014
|
+
}
|
|
3015
|
+
},
|
|
3016
|
+
{
|
|
3017
|
+
"name": "definition",
|
|
3018
|
+
"type": {
|
|
3019
|
+
"text": "FoundationElementDefinition"
|
|
3020
|
+
}
|
|
3021
|
+
}
|
|
3022
|
+
]
|
|
3023
|
+
}
|
|
3024
|
+
],
|
|
3025
|
+
"exports": [
|
|
3026
|
+
{
|
|
3027
|
+
"kind": "js",
|
|
3028
|
+
"name": "foundationAiIndicatorStyles",
|
|
3029
|
+
"declaration": {
|
|
3030
|
+
"name": "foundationAiIndicatorStyles",
|
|
3031
|
+
"module": "src/ai-indicator/ai-indicator.styles.ts"
|
|
3032
|
+
}
|
|
3033
|
+
}
|
|
3034
|
+
]
|
|
3035
|
+
},
|
|
3036
|
+
{
|
|
3037
|
+
"kind": "javascript-module",
|
|
3038
|
+
"path": "src/ai-indicator/ai-indicator.template.ts",
|
|
3039
|
+
"declarations": [
|
|
3040
|
+
{
|
|
3041
|
+
"kind": "variable",
|
|
3042
|
+
"name": "foundationAiIndicatorTemplate",
|
|
3043
|
+
"type": {
|
|
3044
|
+
"text": "ViewTemplate<AiIndicator>"
|
|
3045
|
+
},
|
|
3046
|
+
"default": "html`\n ${(x) => aiIndicatorTemplate(getPrefix(x))}\n`"
|
|
3047
|
+
}
|
|
3048
|
+
],
|
|
3049
|
+
"exports": [
|
|
3050
|
+
{
|
|
3051
|
+
"kind": "js",
|
|
3052
|
+
"name": "foundationAiIndicatorTemplate",
|
|
3053
|
+
"declaration": {
|
|
3054
|
+
"name": "foundationAiIndicatorTemplate",
|
|
3055
|
+
"module": "src/ai-indicator/ai-indicator.template.ts"
|
|
3056
|
+
}
|
|
3057
|
+
}
|
|
3058
|
+
]
|
|
3059
|
+
},
|
|
3060
|
+
{
|
|
3061
|
+
"kind": "javascript-module",
|
|
3062
|
+
"path": "src/ai-indicator/ai-indicator.ts",
|
|
3063
|
+
"declarations": [
|
|
3064
|
+
{
|
|
3065
|
+
"kind": "class",
|
|
3066
|
+
"description": "",
|
|
3067
|
+
"name": "AiIndicator",
|
|
3068
|
+
"members": [
|
|
3069
|
+
{
|
|
3070
|
+
"kind": "field",
|
|
3071
|
+
"name": "aiProvider",
|
|
3072
|
+
"type": {
|
|
3073
|
+
"text": "AIProvider"
|
|
3074
|
+
}
|
|
3075
|
+
},
|
|
3076
|
+
{
|
|
3077
|
+
"kind": "field",
|
|
3078
|
+
"name": "status",
|
|
3079
|
+
"type": {
|
|
3080
|
+
"text": "AIStatus | null"
|
|
3081
|
+
},
|
|
3082
|
+
"default": "null"
|
|
3083
|
+
},
|
|
3084
|
+
{
|
|
3085
|
+
"kind": "field",
|
|
3086
|
+
"name": "open",
|
|
3087
|
+
"type": {
|
|
3088
|
+
"text": "boolean"
|
|
3089
|
+
},
|
|
3090
|
+
"default": "false"
|
|
3091
|
+
},
|
|
3092
|
+
{
|
|
3093
|
+
"kind": "field",
|
|
3094
|
+
"name": "state",
|
|
3095
|
+
"type": {
|
|
3096
|
+
"text": "AIIndicatorState"
|
|
3097
|
+
},
|
|
3098
|
+
"default": "'none'"
|
|
3099
|
+
},
|
|
3100
|
+
{
|
|
3101
|
+
"kind": "field",
|
|
3102
|
+
"name": "isInstalling",
|
|
3103
|
+
"type": {
|
|
3104
|
+
"text": "boolean"
|
|
3105
|
+
},
|
|
3106
|
+
"default": "false"
|
|
3107
|
+
},
|
|
3108
|
+
{
|
|
3109
|
+
"kind": "field",
|
|
3110
|
+
"name": "pollTimer",
|
|
3111
|
+
"type": {
|
|
3112
|
+
"text": "ReturnType<typeof setInterval> | null"
|
|
3113
|
+
},
|
|
3114
|
+
"privacy": "private",
|
|
3115
|
+
"default": "null"
|
|
3116
|
+
},
|
|
3117
|
+
{
|
|
3118
|
+
"kind": "field",
|
|
3119
|
+
"name": "clickOutside",
|
|
3120
|
+
"privacy": "private"
|
|
3121
|
+
},
|
|
3122
|
+
{
|
|
3123
|
+
"kind": "field",
|
|
3124
|
+
"name": "chromeStatusLabel",
|
|
3125
|
+
"type": {
|
|
3126
|
+
"text": "string | null"
|
|
3127
|
+
},
|
|
3128
|
+
"readonly": true
|
|
3129
|
+
},
|
|
3130
|
+
{
|
|
3131
|
+
"kind": "field",
|
|
3132
|
+
"name": "canInstall",
|
|
3133
|
+
"type": {
|
|
3134
|
+
"text": "boolean"
|
|
3135
|
+
},
|
|
3136
|
+
"readonly": true
|
|
3137
|
+
},
|
|
3138
|
+
{
|
|
3139
|
+
"kind": "field",
|
|
3140
|
+
"name": "isDownloading",
|
|
3141
|
+
"type": {
|
|
3142
|
+
"text": "boolean"
|
|
3143
|
+
},
|
|
3144
|
+
"readonly": true
|
|
3145
|
+
},
|
|
3146
|
+
{
|
|
3147
|
+
"kind": "method",
|
|
3148
|
+
"name": "openChanged",
|
|
3149
|
+
"return": {
|
|
3150
|
+
"type": {
|
|
3151
|
+
"text": "void"
|
|
3152
|
+
}
|
|
3153
|
+
}
|
|
3154
|
+
},
|
|
3155
|
+
{
|
|
3156
|
+
"kind": "method",
|
|
3157
|
+
"name": "handleClickOutside",
|
|
3158
|
+
"privacy": "private",
|
|
3159
|
+
"parameters": [
|
|
3160
|
+
{
|
|
3161
|
+
"name": "event",
|
|
3162
|
+
"type": {
|
|
3163
|
+
"text": "MouseEvent"
|
|
3164
|
+
}
|
|
3165
|
+
}
|
|
3166
|
+
]
|
|
3167
|
+
},
|
|
3168
|
+
{
|
|
3169
|
+
"kind": "method",
|
|
3170
|
+
"name": "toggleDropdown"
|
|
3171
|
+
},
|
|
3172
|
+
{
|
|
3173
|
+
"kind": "method",
|
|
3174
|
+
"name": "refreshStatus",
|
|
3175
|
+
"return": {
|
|
3176
|
+
"type": {
|
|
3177
|
+
"text": "Promise<void>"
|
|
3178
|
+
}
|
|
3179
|
+
}
|
|
3180
|
+
},
|
|
3181
|
+
{
|
|
3182
|
+
"kind": "method",
|
|
3183
|
+
"name": "deriveState",
|
|
3184
|
+
"privacy": "private",
|
|
3185
|
+
"return": {
|
|
3186
|
+
"type": {
|
|
3187
|
+
"text": "AIIndicatorState"
|
|
3188
|
+
}
|
|
3189
|
+
},
|
|
3190
|
+
"parameters": [
|
|
3191
|
+
{
|
|
3192
|
+
"name": "s",
|
|
3193
|
+
"type": {
|
|
3194
|
+
"text": "AIStatus | null"
|
|
3195
|
+
}
|
|
3196
|
+
}
|
|
3197
|
+
]
|
|
3198
|
+
},
|
|
3199
|
+
{
|
|
3200
|
+
"kind": "method",
|
|
3201
|
+
"name": "maybeStartPolling",
|
|
3202
|
+
"privacy": "private",
|
|
3203
|
+
"return": {
|
|
3204
|
+
"type": {
|
|
3205
|
+
"text": "void"
|
|
3206
|
+
}
|
|
3207
|
+
}
|
|
3208
|
+
},
|
|
3209
|
+
{
|
|
3210
|
+
"kind": "method",
|
|
3211
|
+
"name": "startPolling",
|
|
3212
|
+
"privacy": "private",
|
|
3213
|
+
"return": {
|
|
3214
|
+
"type": {
|
|
3215
|
+
"text": "void"
|
|
3216
|
+
}
|
|
3217
|
+
}
|
|
3218
|
+
},
|
|
3219
|
+
{
|
|
3220
|
+
"kind": "method",
|
|
3221
|
+
"name": "stopPolling",
|
|
3222
|
+
"privacy": "private",
|
|
3223
|
+
"return": {
|
|
3224
|
+
"type": {
|
|
3225
|
+
"text": "void"
|
|
3226
|
+
}
|
|
3227
|
+
}
|
|
3228
|
+
},
|
|
3229
|
+
{
|
|
3230
|
+
"kind": "method",
|
|
3231
|
+
"name": "onInstall",
|
|
3232
|
+
"return": {
|
|
3233
|
+
"type": {
|
|
3234
|
+
"text": "Promise<void>"
|
|
3235
|
+
}
|
|
3236
|
+
}
|
|
3237
|
+
},
|
|
3238
|
+
{
|
|
3239
|
+
"kind": "field",
|
|
3240
|
+
"name": "_presentation",
|
|
3241
|
+
"type": {
|
|
3242
|
+
"text": "ComponentPresentation | null | undefined"
|
|
3243
|
+
},
|
|
3244
|
+
"privacy": "private",
|
|
3245
|
+
"default": "void 0",
|
|
3246
|
+
"inheritedFrom": {
|
|
3247
|
+
"name": "FoundationElement",
|
|
3248
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3249
|
+
}
|
|
3250
|
+
},
|
|
3251
|
+
{
|
|
3252
|
+
"kind": "field",
|
|
3253
|
+
"name": "$presentation",
|
|
3254
|
+
"type": {
|
|
3255
|
+
"text": "ComponentPresentation | null"
|
|
3256
|
+
},
|
|
3257
|
+
"privacy": "public",
|
|
3258
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
3259
|
+
"inheritedFrom": {
|
|
3260
|
+
"name": "FoundationElement",
|
|
3261
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3262
|
+
}
|
|
3263
|
+
},
|
|
3264
|
+
{
|
|
3265
|
+
"kind": "field",
|
|
3266
|
+
"name": "template",
|
|
3267
|
+
"type": {
|
|
3268
|
+
"text": "ElementViewTemplate | void | null"
|
|
3269
|
+
},
|
|
3270
|
+
"privacy": "public",
|
|
3271
|
+
"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.",
|
|
3272
|
+
"inheritedFrom": {
|
|
3273
|
+
"name": "FoundationElement",
|
|
3274
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3275
|
+
}
|
|
3276
|
+
},
|
|
3277
|
+
{
|
|
3278
|
+
"kind": "method",
|
|
3279
|
+
"name": "templateChanged",
|
|
3280
|
+
"privacy": "protected",
|
|
3281
|
+
"return": {
|
|
3282
|
+
"type": {
|
|
3283
|
+
"text": "void"
|
|
3284
|
+
}
|
|
3285
|
+
},
|
|
3286
|
+
"inheritedFrom": {
|
|
3287
|
+
"name": "FoundationElement",
|
|
3288
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3289
|
+
}
|
|
3290
|
+
},
|
|
3291
|
+
{
|
|
3292
|
+
"kind": "field",
|
|
3293
|
+
"name": "styles",
|
|
3294
|
+
"type": {
|
|
3295
|
+
"text": "ElementStyles | void | null"
|
|
3296
|
+
},
|
|
3297
|
+
"privacy": "public",
|
|
3298
|
+
"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.",
|
|
3299
|
+
"inheritedFrom": {
|
|
3300
|
+
"name": "FoundationElement",
|
|
3301
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3302
|
+
}
|
|
3303
|
+
},
|
|
3304
|
+
{
|
|
3305
|
+
"kind": "method",
|
|
3306
|
+
"name": "stylesChanged",
|
|
3307
|
+
"privacy": "protected",
|
|
3308
|
+
"return": {
|
|
3309
|
+
"type": {
|
|
3310
|
+
"text": "void"
|
|
3311
|
+
}
|
|
3312
|
+
},
|
|
3313
|
+
"inheritedFrom": {
|
|
3314
|
+
"name": "FoundationElement",
|
|
3315
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3316
|
+
}
|
|
3317
|
+
},
|
|
3318
|
+
{
|
|
3319
|
+
"kind": "method",
|
|
3320
|
+
"name": "compose",
|
|
3321
|
+
"privacy": "public",
|
|
3322
|
+
"static": true,
|
|
3323
|
+
"return": {
|
|
3324
|
+
"type": {
|
|
3325
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
3326
|
+
}
|
|
3327
|
+
},
|
|
3328
|
+
"parameters": [
|
|
3329
|
+
{
|
|
3330
|
+
"name": "this",
|
|
3331
|
+
"type": {
|
|
3332
|
+
"text": "K"
|
|
3333
|
+
}
|
|
3334
|
+
},
|
|
3335
|
+
{
|
|
3336
|
+
"name": "elementDefinition",
|
|
3337
|
+
"type": {
|
|
3338
|
+
"text": "T"
|
|
3339
|
+
},
|
|
3340
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
3341
|
+
}
|
|
3342
|
+
],
|
|
3343
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
3344
|
+
"inheritedFrom": {
|
|
3345
|
+
"name": "FoundationElement",
|
|
3346
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3347
|
+
}
|
|
3348
|
+
}
|
|
3349
|
+
],
|
|
3350
|
+
"superclass": {
|
|
3351
|
+
"name": "FoundationElement",
|
|
3352
|
+
"package": "@microsoft/fast-foundation"
|
|
3353
|
+
},
|
|
3354
|
+
"tagName": "%%prefix%%-ai-indicator",
|
|
3355
|
+
"customElement": true
|
|
3356
|
+
},
|
|
3357
|
+
{
|
|
3358
|
+
"kind": "variable",
|
|
3359
|
+
"name": "foundationAiIndicator"
|
|
3360
|
+
}
|
|
3361
|
+
],
|
|
3362
|
+
"exports": [
|
|
3363
|
+
{
|
|
3364
|
+
"kind": "js",
|
|
3365
|
+
"name": "AiIndicator",
|
|
3366
|
+
"declaration": {
|
|
3367
|
+
"name": "AiIndicator",
|
|
3368
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
3369
|
+
}
|
|
3370
|
+
},
|
|
3371
|
+
{
|
|
3372
|
+
"kind": "js",
|
|
3373
|
+
"name": "foundationAiIndicator",
|
|
3374
|
+
"declaration": {
|
|
3375
|
+
"name": "foundationAiIndicator",
|
|
3376
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
3377
|
+
}
|
|
3378
|
+
}
|
|
3379
|
+
]
|
|
3380
|
+
},
|
|
3381
|
+
{
|
|
3382
|
+
"kind": "javascript-module",
|
|
3383
|
+
"path": "src/ai-indicator/index.ts",
|
|
3384
|
+
"declarations": [],
|
|
3385
|
+
"exports": [
|
|
3386
|
+
{
|
|
3387
|
+
"kind": "js",
|
|
3388
|
+
"name": "AiIndicator",
|
|
3389
|
+
"declaration": {
|
|
3390
|
+
"name": "AiIndicator",
|
|
3391
|
+
"module": "./ai-indicator"
|
|
3392
|
+
}
|
|
3393
|
+
},
|
|
3394
|
+
{
|
|
3395
|
+
"kind": "js",
|
|
3396
|
+
"name": "foundationAiIndicator",
|
|
3397
|
+
"declaration": {
|
|
3398
|
+
"name": "foundationAiIndicator",
|
|
3399
|
+
"module": "./ai-indicator"
|
|
3400
|
+
}
|
|
3401
|
+
},
|
|
3402
|
+
{
|
|
3403
|
+
"kind": "js",
|
|
3404
|
+
"name": "type",
|
|
3405
|
+
"declaration": {
|
|
3406
|
+
"name": "type",
|
|
3407
|
+
"module": "./ai-indicator"
|
|
3408
|
+
}
|
|
3409
|
+
},
|
|
3410
|
+
{
|
|
3411
|
+
"kind": "js",
|
|
3412
|
+
"name": "AIIndicatorState",
|
|
3413
|
+
"declaration": {
|
|
3414
|
+
"name": "AIIndicatorState",
|
|
3415
|
+
"module": "./ai-indicator"
|
|
3416
|
+
}
|
|
3417
|
+
},
|
|
3418
|
+
{
|
|
3419
|
+
"kind": "js",
|
|
3420
|
+
"name": "foundationAiIndicatorTemplate",
|
|
3421
|
+
"declaration": {
|
|
3422
|
+
"name": "foundationAiIndicatorTemplate",
|
|
3423
|
+
"module": "./ai-indicator.template"
|
|
3424
|
+
}
|
|
3425
|
+
},
|
|
3426
|
+
{
|
|
3427
|
+
"kind": "js",
|
|
3428
|
+
"name": "foundationAiIndicatorStyles",
|
|
3429
|
+
"declaration": {
|
|
3430
|
+
"name": "foundationAiIndicatorStyles",
|
|
3431
|
+
"module": "./ai-indicator.styles"
|
|
3432
|
+
}
|
|
3433
|
+
}
|
|
3434
|
+
]
|
|
3435
|
+
},
|
|
2440
3436
|
{
|
|
2441
3437
|
"kind": "javascript-module",
|
|
2442
3438
|
"path": "src/anchor/anchor.styles.ts",
|
|
@@ -23184,391 +24180,6 @@
|
|
|
23184
24180
|
}
|
|
23185
24181
|
]
|
|
23186
24182
|
},
|
|
23187
|
-
{
|
|
23188
|
-
"kind": "javascript-module",
|
|
23189
|
-
"path": "src/flyout/flyout.styles.ts",
|
|
23190
|
-
"declarations": [
|
|
23191
|
-
{
|
|
23192
|
-
"kind": "variable",
|
|
23193
|
-
"name": "flyoutAnimationTime",
|
|
23194
|
-
"type": {
|
|
23195
|
-
"text": "number"
|
|
23196
|
-
},
|
|
23197
|
-
"default": "225"
|
|
23198
|
-
},
|
|
23199
|
-
{
|
|
23200
|
-
"kind": "variable",
|
|
23201
|
-
"name": "foundationFlyoutStyles",
|
|
23202
|
-
"type": {
|
|
23203
|
-
"text": "ElementStyles"
|
|
23204
|
-
},
|
|
23205
|
-
"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 display: flex;\n align-items: center;\n justify-content: space-between;\n color: var(--neutral-foreground-hint);\n font-weight: 500;\n padding: calc(var(--design-unit) * 2px) calc(var(--design-unit) * 3px);\n\n rapid-button {\n --base-height-multiplier: 8;\n }\n\n rapid-button::part(control) {\n padding: 0 calc((8 + var(--design-unit) * 1 * var(--density)) * 1px);\n }\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`"
|
|
23206
|
-
}
|
|
23207
|
-
],
|
|
23208
|
-
"exports": [
|
|
23209
|
-
{
|
|
23210
|
-
"kind": "js",
|
|
23211
|
-
"name": "flyoutAnimationTime",
|
|
23212
|
-
"declaration": {
|
|
23213
|
-
"name": "flyoutAnimationTime",
|
|
23214
|
-
"module": "src/flyout/flyout.styles.ts"
|
|
23215
|
-
}
|
|
23216
|
-
},
|
|
23217
|
-
{
|
|
23218
|
-
"kind": "js",
|
|
23219
|
-
"name": "foundationFlyoutStyles",
|
|
23220
|
-
"declaration": {
|
|
23221
|
-
"name": "foundationFlyoutStyles",
|
|
23222
|
-
"module": "src/flyout/flyout.styles.ts"
|
|
23223
|
-
}
|
|
23224
|
-
}
|
|
23225
|
-
]
|
|
23226
|
-
},
|
|
23227
|
-
{
|
|
23228
|
-
"kind": "javascript-module",
|
|
23229
|
-
"path": "src/flyout/flyout.template.ts",
|
|
23230
|
-
"declarations": [
|
|
23231
|
-
{
|
|
23232
|
-
"kind": "function",
|
|
23233
|
-
"name": "getPrefixedFlyout",
|
|
23234
|
-
"parameters": [
|
|
23235
|
-
{
|
|
23236
|
-
"name": "prefix",
|
|
23237
|
-
"type": {
|
|
23238
|
-
"text": "string"
|
|
23239
|
-
}
|
|
23240
|
-
}
|
|
23241
|
-
]
|
|
23242
|
-
},
|
|
23243
|
-
{
|
|
23244
|
-
"kind": "variable",
|
|
23245
|
-
"name": "foundationFlyoutTemplate",
|
|
23246
|
-
"default": "html<Flyout>`\n ${(x) => getPrefixedFlyout(getPrefix(x))}\n`"
|
|
23247
|
-
}
|
|
23248
|
-
],
|
|
23249
|
-
"exports": [
|
|
23250
|
-
{
|
|
23251
|
-
"kind": "js",
|
|
23252
|
-
"name": "getPrefixedFlyout",
|
|
23253
|
-
"declaration": {
|
|
23254
|
-
"name": "getPrefixedFlyout",
|
|
23255
|
-
"module": "src/flyout/flyout.template.ts"
|
|
23256
|
-
}
|
|
23257
|
-
},
|
|
23258
|
-
{
|
|
23259
|
-
"kind": "js",
|
|
23260
|
-
"name": "foundationFlyoutTemplate",
|
|
23261
|
-
"declaration": {
|
|
23262
|
-
"name": "foundationFlyoutTemplate",
|
|
23263
|
-
"module": "src/flyout/flyout.template.ts"
|
|
23264
|
-
}
|
|
23265
|
-
}
|
|
23266
|
-
]
|
|
23267
|
-
},
|
|
23268
|
-
{
|
|
23269
|
-
"kind": "javascript-module",
|
|
23270
|
-
"path": "src/flyout/flyout.ts",
|
|
23271
|
-
"declarations": [
|
|
23272
|
-
{
|
|
23273
|
-
"kind": "class",
|
|
23274
|
-
"description": "",
|
|
23275
|
-
"name": "Flyout",
|
|
23276
|
-
"members": [
|
|
23277
|
-
{
|
|
23278
|
-
"kind": "field",
|
|
23279
|
-
"name": "exit",
|
|
23280
|
-
"type": {
|
|
23281
|
-
"text": "HTMLDivElement"
|
|
23282
|
-
},
|
|
23283
|
-
"privacy": "public"
|
|
23284
|
-
},
|
|
23285
|
-
{
|
|
23286
|
-
"kind": "field",
|
|
23287
|
-
"name": "position",
|
|
23288
|
-
"type": {
|
|
23289
|
-
"text": "string"
|
|
23290
|
-
},
|
|
23291
|
-
"default": "'right'"
|
|
23292
|
-
},
|
|
23293
|
-
{
|
|
23294
|
-
"kind": "field",
|
|
23295
|
-
"name": "displayHeader",
|
|
23296
|
-
"type": {
|
|
23297
|
-
"text": "boolean"
|
|
23298
|
-
},
|
|
23299
|
-
"default": "true"
|
|
23300
|
-
},
|
|
23301
|
-
{
|
|
23302
|
-
"kind": "field",
|
|
23303
|
-
"name": "closed",
|
|
23304
|
-
"type": {
|
|
23305
|
-
"text": "boolean"
|
|
23306
|
-
},
|
|
23307
|
-
"default": "true"
|
|
23308
|
-
},
|
|
23309
|
-
{
|
|
23310
|
-
"kind": "method",
|
|
23311
|
-
"name": "closedChanged"
|
|
23312
|
-
},
|
|
23313
|
-
{
|
|
23314
|
-
"kind": "field",
|
|
23315
|
-
"name": "visuallyhidden",
|
|
23316
|
-
"type": {
|
|
23317
|
-
"text": "boolean"
|
|
23318
|
-
},
|
|
23319
|
-
"default": "true"
|
|
23320
|
-
},
|
|
23321
|
-
{
|
|
23322
|
-
"kind": "method",
|
|
23323
|
-
"name": "closeFlyout"
|
|
23324
|
-
},
|
|
23325
|
-
{
|
|
23326
|
-
"kind": "method",
|
|
23327
|
-
"name": "closingFinished"
|
|
23328
|
-
},
|
|
23329
|
-
{
|
|
23330
|
-
"kind": "method",
|
|
23331
|
-
"name": "focusExit"
|
|
23332
|
-
},
|
|
23333
|
-
{
|
|
23334
|
-
"kind": "field",
|
|
23335
|
-
"name": "_presentation",
|
|
23336
|
-
"type": {
|
|
23337
|
-
"text": "ComponentPresentation | null | undefined"
|
|
23338
|
-
},
|
|
23339
|
-
"privacy": "private",
|
|
23340
|
-
"default": "void 0",
|
|
23341
|
-
"inheritedFrom": {
|
|
23342
|
-
"name": "FoundationElement",
|
|
23343
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
23344
|
-
}
|
|
23345
|
-
},
|
|
23346
|
-
{
|
|
23347
|
-
"kind": "field",
|
|
23348
|
-
"name": "$presentation",
|
|
23349
|
-
"type": {
|
|
23350
|
-
"text": "ComponentPresentation | null"
|
|
23351
|
-
},
|
|
23352
|
-
"privacy": "public",
|
|
23353
|
-
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
23354
|
-
"inheritedFrom": {
|
|
23355
|
-
"name": "FoundationElement",
|
|
23356
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
23357
|
-
}
|
|
23358
|
-
},
|
|
23359
|
-
{
|
|
23360
|
-
"kind": "field",
|
|
23361
|
-
"name": "template",
|
|
23362
|
-
"type": {
|
|
23363
|
-
"text": "ElementViewTemplate | void | null"
|
|
23364
|
-
},
|
|
23365
|
-
"privacy": "public",
|
|
23366
|
-
"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.",
|
|
23367
|
-
"inheritedFrom": {
|
|
23368
|
-
"name": "FoundationElement",
|
|
23369
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
23370
|
-
}
|
|
23371
|
-
},
|
|
23372
|
-
{
|
|
23373
|
-
"kind": "method",
|
|
23374
|
-
"name": "templateChanged",
|
|
23375
|
-
"privacy": "protected",
|
|
23376
|
-
"return": {
|
|
23377
|
-
"type": {
|
|
23378
|
-
"text": "void"
|
|
23379
|
-
}
|
|
23380
|
-
},
|
|
23381
|
-
"inheritedFrom": {
|
|
23382
|
-
"name": "FoundationElement",
|
|
23383
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
23384
|
-
}
|
|
23385
|
-
},
|
|
23386
|
-
{
|
|
23387
|
-
"kind": "field",
|
|
23388
|
-
"name": "styles",
|
|
23389
|
-
"type": {
|
|
23390
|
-
"text": "ElementStyles | void | null"
|
|
23391
|
-
},
|
|
23392
|
-
"privacy": "public",
|
|
23393
|
-
"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.",
|
|
23394
|
-
"inheritedFrom": {
|
|
23395
|
-
"name": "FoundationElement",
|
|
23396
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
23397
|
-
}
|
|
23398
|
-
},
|
|
23399
|
-
{
|
|
23400
|
-
"kind": "method",
|
|
23401
|
-
"name": "stylesChanged",
|
|
23402
|
-
"privacy": "protected",
|
|
23403
|
-
"return": {
|
|
23404
|
-
"type": {
|
|
23405
|
-
"text": "void"
|
|
23406
|
-
}
|
|
23407
|
-
},
|
|
23408
|
-
"inheritedFrom": {
|
|
23409
|
-
"name": "FoundationElement",
|
|
23410
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
23411
|
-
}
|
|
23412
|
-
},
|
|
23413
|
-
{
|
|
23414
|
-
"kind": "method",
|
|
23415
|
-
"name": "compose",
|
|
23416
|
-
"privacy": "public",
|
|
23417
|
-
"static": true,
|
|
23418
|
-
"return": {
|
|
23419
|
-
"type": {
|
|
23420
|
-
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
23421
|
-
}
|
|
23422
|
-
},
|
|
23423
|
-
"parameters": [
|
|
23424
|
-
{
|
|
23425
|
-
"name": "this",
|
|
23426
|
-
"type": {
|
|
23427
|
-
"text": "K"
|
|
23428
|
-
}
|
|
23429
|
-
},
|
|
23430
|
-
{
|
|
23431
|
-
"name": "elementDefinition",
|
|
23432
|
-
"type": {
|
|
23433
|
-
"text": "T"
|
|
23434
|
-
},
|
|
23435
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
23436
|
-
}
|
|
23437
|
-
],
|
|
23438
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
23439
|
-
"inheritedFrom": {
|
|
23440
|
-
"name": "FoundationElement",
|
|
23441
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
23442
|
-
}
|
|
23443
|
-
}
|
|
23444
|
-
],
|
|
23445
|
-
"attributes": [
|
|
23446
|
-
{
|
|
23447
|
-
"name": "position",
|
|
23448
|
-
"type": {
|
|
23449
|
-
"text": "string"
|
|
23450
|
-
},
|
|
23451
|
-
"default": "'right'",
|
|
23452
|
-
"fieldName": "position"
|
|
23453
|
-
},
|
|
23454
|
-
{
|
|
23455
|
-
"type": {
|
|
23456
|
-
"text": "boolean"
|
|
23457
|
-
},
|
|
23458
|
-
"default": "true",
|
|
23459
|
-
"fieldName": "displayHeader"
|
|
23460
|
-
},
|
|
23461
|
-
{
|
|
23462
|
-
"type": {
|
|
23463
|
-
"text": "boolean"
|
|
23464
|
-
},
|
|
23465
|
-
"default": "true",
|
|
23466
|
-
"fieldName": "closed"
|
|
23467
|
-
},
|
|
23468
|
-
{
|
|
23469
|
-
"type": {
|
|
23470
|
-
"text": "boolean"
|
|
23471
|
-
},
|
|
23472
|
-
"default": "true",
|
|
23473
|
-
"fieldName": "visuallyhidden"
|
|
23474
|
-
}
|
|
23475
|
-
],
|
|
23476
|
-
"superclass": {
|
|
23477
|
-
"name": "FoundationElement",
|
|
23478
|
-
"package": "@microsoft/fast-foundation"
|
|
23479
|
-
},
|
|
23480
|
-
"tagName": "%%prefix%%-flyout",
|
|
23481
|
-
"customElement": true
|
|
23482
|
-
},
|
|
23483
|
-
{
|
|
23484
|
-
"kind": "variable",
|
|
23485
|
-
"name": "foundationFlyoutShadowOptions",
|
|
23486
|
-
"type": {
|
|
23487
|
-
"text": "ShadowRootInit"
|
|
23488
|
-
},
|
|
23489
|
-
"default": "undefined"
|
|
23490
|
-
},
|
|
23491
|
-
{
|
|
23492
|
-
"kind": "variable",
|
|
23493
|
-
"name": "defaultFlyoutConfig",
|
|
23494
|
-
"type": {
|
|
23495
|
-
"text": "object"
|
|
23496
|
-
},
|
|
23497
|
-
"default": "{}"
|
|
23498
|
-
},
|
|
23499
|
-
{
|
|
23500
|
-
"kind": "variable",
|
|
23501
|
-
"name": "foundationFlyout",
|
|
23502
|
-
"description": "The Foundation Flyout",
|
|
23503
|
-
"privacy": "public"
|
|
23504
|
-
}
|
|
23505
|
-
],
|
|
23506
|
-
"exports": [
|
|
23507
|
-
{
|
|
23508
|
-
"kind": "js",
|
|
23509
|
-
"name": "Flyout",
|
|
23510
|
-
"declaration": {
|
|
23511
|
-
"name": "Flyout",
|
|
23512
|
-
"module": "src/flyout/flyout.ts"
|
|
23513
|
-
}
|
|
23514
|
-
},
|
|
23515
|
-
{
|
|
23516
|
-
"kind": "js",
|
|
23517
|
-
"name": "foundationFlyoutShadowOptions",
|
|
23518
|
-
"declaration": {
|
|
23519
|
-
"name": "foundationFlyoutShadowOptions",
|
|
23520
|
-
"module": "src/flyout/flyout.ts"
|
|
23521
|
-
}
|
|
23522
|
-
},
|
|
23523
|
-
{
|
|
23524
|
-
"kind": "js",
|
|
23525
|
-
"name": "defaultFlyoutConfig",
|
|
23526
|
-
"declaration": {
|
|
23527
|
-
"name": "defaultFlyoutConfig",
|
|
23528
|
-
"module": "src/flyout/flyout.ts"
|
|
23529
|
-
}
|
|
23530
|
-
},
|
|
23531
|
-
{
|
|
23532
|
-
"kind": "js",
|
|
23533
|
-
"name": "foundationFlyout",
|
|
23534
|
-
"declaration": {
|
|
23535
|
-
"name": "foundationFlyout",
|
|
23536
|
-
"module": "src/flyout/flyout.ts"
|
|
23537
|
-
}
|
|
23538
|
-
}
|
|
23539
|
-
]
|
|
23540
|
-
},
|
|
23541
|
-
{
|
|
23542
|
-
"kind": "javascript-module",
|
|
23543
|
-
"path": "src/flyout/index.ts",
|
|
23544
|
-
"declarations": [],
|
|
23545
|
-
"exports": [
|
|
23546
|
-
{
|
|
23547
|
-
"kind": "js",
|
|
23548
|
-
"name": "*",
|
|
23549
|
-
"declaration": {
|
|
23550
|
-
"name": "*",
|
|
23551
|
-
"package": "./flyout"
|
|
23552
|
-
}
|
|
23553
|
-
},
|
|
23554
|
-
{
|
|
23555
|
-
"kind": "js",
|
|
23556
|
-
"name": "*",
|
|
23557
|
-
"declaration": {
|
|
23558
|
-
"name": "*",
|
|
23559
|
-
"package": "./flyout.template"
|
|
23560
|
-
}
|
|
23561
|
-
},
|
|
23562
|
-
{
|
|
23563
|
-
"kind": "js",
|
|
23564
|
-
"name": "*",
|
|
23565
|
-
"declaration": {
|
|
23566
|
-
"name": "*",
|
|
23567
|
-
"package": "./flyout.styles"
|
|
23568
|
-
}
|
|
23569
|
-
}
|
|
23570
|
-
]
|
|
23571
|
-
},
|
|
23572
24183
|
{
|
|
23573
24184
|
"kind": "javascript-module",
|
|
23574
24185
|
"path": "src/grid-layout/grid-layout.styles.ts",
|
|
@@ -25791,6 +26402,391 @@
|
|
|
25791
26402
|
}
|
|
25792
26403
|
]
|
|
25793
26404
|
},
|
|
26405
|
+
{
|
|
26406
|
+
"kind": "javascript-module",
|
|
26407
|
+
"path": "src/flyout/flyout.styles.ts",
|
|
26408
|
+
"declarations": [
|
|
26409
|
+
{
|
|
26410
|
+
"kind": "variable",
|
|
26411
|
+
"name": "flyoutAnimationTime",
|
|
26412
|
+
"type": {
|
|
26413
|
+
"text": "number"
|
|
26414
|
+
},
|
|
26415
|
+
"default": "225"
|
|
26416
|
+
},
|
|
26417
|
+
{
|
|
26418
|
+
"kind": "variable",
|
|
26419
|
+
"name": "foundationFlyoutStyles",
|
|
26420
|
+
"type": {
|
|
26421
|
+
"text": "ElementStyles"
|
|
26422
|
+
},
|
|
26423
|
+
"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 display: flex;\n align-items: center;\n justify-content: space-between;\n color: var(--neutral-foreground-hint);\n font-weight: 500;\n padding: calc(var(--design-unit) * 2px) calc(var(--design-unit) * 3px);\n\n rapid-button {\n --base-height-multiplier: 8;\n }\n\n rapid-button::part(control) {\n padding: 0 calc((8 + var(--design-unit) * 1 * var(--density)) * 1px);\n }\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`"
|
|
26424
|
+
}
|
|
26425
|
+
],
|
|
26426
|
+
"exports": [
|
|
26427
|
+
{
|
|
26428
|
+
"kind": "js",
|
|
26429
|
+
"name": "flyoutAnimationTime",
|
|
26430
|
+
"declaration": {
|
|
26431
|
+
"name": "flyoutAnimationTime",
|
|
26432
|
+
"module": "src/flyout/flyout.styles.ts"
|
|
26433
|
+
}
|
|
26434
|
+
},
|
|
26435
|
+
{
|
|
26436
|
+
"kind": "js",
|
|
26437
|
+
"name": "foundationFlyoutStyles",
|
|
26438
|
+
"declaration": {
|
|
26439
|
+
"name": "foundationFlyoutStyles",
|
|
26440
|
+
"module": "src/flyout/flyout.styles.ts"
|
|
26441
|
+
}
|
|
26442
|
+
}
|
|
26443
|
+
]
|
|
26444
|
+
},
|
|
26445
|
+
{
|
|
26446
|
+
"kind": "javascript-module",
|
|
26447
|
+
"path": "src/flyout/flyout.template.ts",
|
|
26448
|
+
"declarations": [
|
|
26449
|
+
{
|
|
26450
|
+
"kind": "function",
|
|
26451
|
+
"name": "getPrefixedFlyout",
|
|
26452
|
+
"parameters": [
|
|
26453
|
+
{
|
|
26454
|
+
"name": "prefix",
|
|
26455
|
+
"type": {
|
|
26456
|
+
"text": "string"
|
|
26457
|
+
}
|
|
26458
|
+
}
|
|
26459
|
+
]
|
|
26460
|
+
},
|
|
26461
|
+
{
|
|
26462
|
+
"kind": "variable",
|
|
26463
|
+
"name": "foundationFlyoutTemplate",
|
|
26464
|
+
"default": "html<Flyout>`\n ${(x) => getPrefixedFlyout(getPrefix(x))}\n`"
|
|
26465
|
+
}
|
|
26466
|
+
],
|
|
26467
|
+
"exports": [
|
|
26468
|
+
{
|
|
26469
|
+
"kind": "js",
|
|
26470
|
+
"name": "getPrefixedFlyout",
|
|
26471
|
+
"declaration": {
|
|
26472
|
+
"name": "getPrefixedFlyout",
|
|
26473
|
+
"module": "src/flyout/flyout.template.ts"
|
|
26474
|
+
}
|
|
26475
|
+
},
|
|
26476
|
+
{
|
|
26477
|
+
"kind": "js",
|
|
26478
|
+
"name": "foundationFlyoutTemplate",
|
|
26479
|
+
"declaration": {
|
|
26480
|
+
"name": "foundationFlyoutTemplate",
|
|
26481
|
+
"module": "src/flyout/flyout.template.ts"
|
|
26482
|
+
}
|
|
26483
|
+
}
|
|
26484
|
+
]
|
|
26485
|
+
},
|
|
26486
|
+
{
|
|
26487
|
+
"kind": "javascript-module",
|
|
26488
|
+
"path": "src/flyout/flyout.ts",
|
|
26489
|
+
"declarations": [
|
|
26490
|
+
{
|
|
26491
|
+
"kind": "class",
|
|
26492
|
+
"description": "",
|
|
26493
|
+
"name": "Flyout",
|
|
26494
|
+
"members": [
|
|
26495
|
+
{
|
|
26496
|
+
"kind": "field",
|
|
26497
|
+
"name": "exit",
|
|
26498
|
+
"type": {
|
|
26499
|
+
"text": "HTMLDivElement"
|
|
26500
|
+
},
|
|
26501
|
+
"privacy": "public"
|
|
26502
|
+
},
|
|
26503
|
+
{
|
|
26504
|
+
"kind": "field",
|
|
26505
|
+
"name": "position",
|
|
26506
|
+
"type": {
|
|
26507
|
+
"text": "string"
|
|
26508
|
+
},
|
|
26509
|
+
"default": "'right'"
|
|
26510
|
+
},
|
|
26511
|
+
{
|
|
26512
|
+
"kind": "field",
|
|
26513
|
+
"name": "displayHeader",
|
|
26514
|
+
"type": {
|
|
26515
|
+
"text": "boolean"
|
|
26516
|
+
},
|
|
26517
|
+
"default": "true"
|
|
26518
|
+
},
|
|
26519
|
+
{
|
|
26520
|
+
"kind": "field",
|
|
26521
|
+
"name": "closed",
|
|
26522
|
+
"type": {
|
|
26523
|
+
"text": "boolean"
|
|
26524
|
+
},
|
|
26525
|
+
"default": "true"
|
|
26526
|
+
},
|
|
26527
|
+
{
|
|
26528
|
+
"kind": "method",
|
|
26529
|
+
"name": "closedChanged"
|
|
26530
|
+
},
|
|
26531
|
+
{
|
|
26532
|
+
"kind": "field",
|
|
26533
|
+
"name": "visuallyhidden",
|
|
26534
|
+
"type": {
|
|
26535
|
+
"text": "boolean"
|
|
26536
|
+
},
|
|
26537
|
+
"default": "true"
|
|
26538
|
+
},
|
|
26539
|
+
{
|
|
26540
|
+
"kind": "method",
|
|
26541
|
+
"name": "closeFlyout"
|
|
26542
|
+
},
|
|
26543
|
+
{
|
|
26544
|
+
"kind": "method",
|
|
26545
|
+
"name": "closingFinished"
|
|
26546
|
+
},
|
|
26547
|
+
{
|
|
26548
|
+
"kind": "method",
|
|
26549
|
+
"name": "focusExit"
|
|
26550
|
+
},
|
|
26551
|
+
{
|
|
26552
|
+
"kind": "field",
|
|
26553
|
+
"name": "_presentation",
|
|
26554
|
+
"type": {
|
|
26555
|
+
"text": "ComponentPresentation | null | undefined"
|
|
26556
|
+
},
|
|
26557
|
+
"privacy": "private",
|
|
26558
|
+
"default": "void 0",
|
|
26559
|
+
"inheritedFrom": {
|
|
26560
|
+
"name": "FoundationElement",
|
|
26561
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
26562
|
+
}
|
|
26563
|
+
},
|
|
26564
|
+
{
|
|
26565
|
+
"kind": "field",
|
|
26566
|
+
"name": "$presentation",
|
|
26567
|
+
"type": {
|
|
26568
|
+
"text": "ComponentPresentation | null"
|
|
26569
|
+
},
|
|
26570
|
+
"privacy": "public",
|
|
26571
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
26572
|
+
"inheritedFrom": {
|
|
26573
|
+
"name": "FoundationElement",
|
|
26574
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
26575
|
+
}
|
|
26576
|
+
},
|
|
26577
|
+
{
|
|
26578
|
+
"kind": "field",
|
|
26579
|
+
"name": "template",
|
|
26580
|
+
"type": {
|
|
26581
|
+
"text": "ElementViewTemplate | void | null"
|
|
26582
|
+
},
|
|
26583
|
+
"privacy": "public",
|
|
26584
|
+
"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.",
|
|
26585
|
+
"inheritedFrom": {
|
|
26586
|
+
"name": "FoundationElement",
|
|
26587
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
26588
|
+
}
|
|
26589
|
+
},
|
|
26590
|
+
{
|
|
26591
|
+
"kind": "method",
|
|
26592
|
+
"name": "templateChanged",
|
|
26593
|
+
"privacy": "protected",
|
|
26594
|
+
"return": {
|
|
26595
|
+
"type": {
|
|
26596
|
+
"text": "void"
|
|
26597
|
+
}
|
|
26598
|
+
},
|
|
26599
|
+
"inheritedFrom": {
|
|
26600
|
+
"name": "FoundationElement",
|
|
26601
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
26602
|
+
}
|
|
26603
|
+
},
|
|
26604
|
+
{
|
|
26605
|
+
"kind": "field",
|
|
26606
|
+
"name": "styles",
|
|
26607
|
+
"type": {
|
|
26608
|
+
"text": "ElementStyles | void | null"
|
|
26609
|
+
},
|
|
26610
|
+
"privacy": "public",
|
|
26611
|
+
"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.",
|
|
26612
|
+
"inheritedFrom": {
|
|
26613
|
+
"name": "FoundationElement",
|
|
26614
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
26615
|
+
}
|
|
26616
|
+
},
|
|
26617
|
+
{
|
|
26618
|
+
"kind": "method",
|
|
26619
|
+
"name": "stylesChanged",
|
|
26620
|
+
"privacy": "protected",
|
|
26621
|
+
"return": {
|
|
26622
|
+
"type": {
|
|
26623
|
+
"text": "void"
|
|
26624
|
+
}
|
|
26625
|
+
},
|
|
26626
|
+
"inheritedFrom": {
|
|
26627
|
+
"name": "FoundationElement",
|
|
26628
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
26629
|
+
}
|
|
26630
|
+
},
|
|
26631
|
+
{
|
|
26632
|
+
"kind": "method",
|
|
26633
|
+
"name": "compose",
|
|
26634
|
+
"privacy": "public",
|
|
26635
|
+
"static": true,
|
|
26636
|
+
"return": {
|
|
26637
|
+
"type": {
|
|
26638
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
26639
|
+
}
|
|
26640
|
+
},
|
|
26641
|
+
"parameters": [
|
|
26642
|
+
{
|
|
26643
|
+
"name": "this",
|
|
26644
|
+
"type": {
|
|
26645
|
+
"text": "K"
|
|
26646
|
+
}
|
|
26647
|
+
},
|
|
26648
|
+
{
|
|
26649
|
+
"name": "elementDefinition",
|
|
26650
|
+
"type": {
|
|
26651
|
+
"text": "T"
|
|
26652
|
+
},
|
|
26653
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
26654
|
+
}
|
|
26655
|
+
],
|
|
26656
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
26657
|
+
"inheritedFrom": {
|
|
26658
|
+
"name": "FoundationElement",
|
|
26659
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
26660
|
+
}
|
|
26661
|
+
}
|
|
26662
|
+
],
|
|
26663
|
+
"attributes": [
|
|
26664
|
+
{
|
|
26665
|
+
"name": "position",
|
|
26666
|
+
"type": {
|
|
26667
|
+
"text": "string"
|
|
26668
|
+
},
|
|
26669
|
+
"default": "'right'",
|
|
26670
|
+
"fieldName": "position"
|
|
26671
|
+
},
|
|
26672
|
+
{
|
|
26673
|
+
"type": {
|
|
26674
|
+
"text": "boolean"
|
|
26675
|
+
},
|
|
26676
|
+
"default": "true",
|
|
26677
|
+
"fieldName": "displayHeader"
|
|
26678
|
+
},
|
|
26679
|
+
{
|
|
26680
|
+
"type": {
|
|
26681
|
+
"text": "boolean"
|
|
26682
|
+
},
|
|
26683
|
+
"default": "true",
|
|
26684
|
+
"fieldName": "closed"
|
|
26685
|
+
},
|
|
26686
|
+
{
|
|
26687
|
+
"type": {
|
|
26688
|
+
"text": "boolean"
|
|
26689
|
+
},
|
|
26690
|
+
"default": "true",
|
|
26691
|
+
"fieldName": "visuallyhidden"
|
|
26692
|
+
}
|
|
26693
|
+
],
|
|
26694
|
+
"superclass": {
|
|
26695
|
+
"name": "FoundationElement",
|
|
26696
|
+
"package": "@microsoft/fast-foundation"
|
|
26697
|
+
},
|
|
26698
|
+
"tagName": "%%prefix%%-flyout",
|
|
26699
|
+
"customElement": true
|
|
26700
|
+
},
|
|
26701
|
+
{
|
|
26702
|
+
"kind": "variable",
|
|
26703
|
+
"name": "foundationFlyoutShadowOptions",
|
|
26704
|
+
"type": {
|
|
26705
|
+
"text": "ShadowRootInit"
|
|
26706
|
+
},
|
|
26707
|
+
"default": "undefined"
|
|
26708
|
+
},
|
|
26709
|
+
{
|
|
26710
|
+
"kind": "variable",
|
|
26711
|
+
"name": "defaultFlyoutConfig",
|
|
26712
|
+
"type": {
|
|
26713
|
+
"text": "object"
|
|
26714
|
+
},
|
|
26715
|
+
"default": "{}"
|
|
26716
|
+
},
|
|
26717
|
+
{
|
|
26718
|
+
"kind": "variable",
|
|
26719
|
+
"name": "foundationFlyout",
|
|
26720
|
+
"description": "The Foundation Flyout",
|
|
26721
|
+
"privacy": "public"
|
|
26722
|
+
}
|
|
26723
|
+
],
|
|
26724
|
+
"exports": [
|
|
26725
|
+
{
|
|
26726
|
+
"kind": "js",
|
|
26727
|
+
"name": "Flyout",
|
|
26728
|
+
"declaration": {
|
|
26729
|
+
"name": "Flyout",
|
|
26730
|
+
"module": "src/flyout/flyout.ts"
|
|
26731
|
+
}
|
|
26732
|
+
},
|
|
26733
|
+
{
|
|
26734
|
+
"kind": "js",
|
|
26735
|
+
"name": "foundationFlyoutShadowOptions",
|
|
26736
|
+
"declaration": {
|
|
26737
|
+
"name": "foundationFlyoutShadowOptions",
|
|
26738
|
+
"module": "src/flyout/flyout.ts"
|
|
26739
|
+
}
|
|
26740
|
+
},
|
|
26741
|
+
{
|
|
26742
|
+
"kind": "js",
|
|
26743
|
+
"name": "defaultFlyoutConfig",
|
|
26744
|
+
"declaration": {
|
|
26745
|
+
"name": "defaultFlyoutConfig",
|
|
26746
|
+
"module": "src/flyout/flyout.ts"
|
|
26747
|
+
}
|
|
26748
|
+
},
|
|
26749
|
+
{
|
|
26750
|
+
"kind": "js",
|
|
26751
|
+
"name": "foundationFlyout",
|
|
26752
|
+
"declaration": {
|
|
26753
|
+
"name": "foundationFlyout",
|
|
26754
|
+
"module": "src/flyout/flyout.ts"
|
|
26755
|
+
}
|
|
26756
|
+
}
|
|
26757
|
+
]
|
|
26758
|
+
},
|
|
26759
|
+
{
|
|
26760
|
+
"kind": "javascript-module",
|
|
26761
|
+
"path": "src/flyout/index.ts",
|
|
26762
|
+
"declarations": [],
|
|
26763
|
+
"exports": [
|
|
26764
|
+
{
|
|
26765
|
+
"kind": "js",
|
|
26766
|
+
"name": "*",
|
|
26767
|
+
"declaration": {
|
|
26768
|
+
"name": "*",
|
|
26769
|
+
"package": "./flyout"
|
|
26770
|
+
}
|
|
26771
|
+
},
|
|
26772
|
+
{
|
|
26773
|
+
"kind": "js",
|
|
26774
|
+
"name": "*",
|
|
26775
|
+
"declaration": {
|
|
26776
|
+
"name": "*",
|
|
26777
|
+
"package": "./flyout.template"
|
|
26778
|
+
}
|
|
26779
|
+
},
|
|
26780
|
+
{
|
|
26781
|
+
"kind": "js",
|
|
26782
|
+
"name": "*",
|
|
26783
|
+
"declaration": {
|
|
26784
|
+
"name": "*",
|
|
26785
|
+
"package": "./flyout.styles"
|
|
26786
|
+
}
|
|
26787
|
+
}
|
|
26788
|
+
]
|
|
26789
|
+
},
|
|
25794
26790
|
{
|
|
25795
26791
|
"kind": "javascript-module",
|
|
25796
26792
|
"path": "src/listbox/index.ts",
|
|
@@ -54593,6 +55589,181 @@
|
|
|
54593
55589
|
"declarations": [],
|
|
54594
55590
|
"exports": []
|
|
54595
55591
|
},
|
|
55592
|
+
{
|
|
55593
|
+
"kind": "javascript-module",
|
|
55594
|
+
"path": "src/ai-criteria-search/validation/criteria-ir.ts",
|
|
55595
|
+
"declarations": [],
|
|
55596
|
+
"exports": []
|
|
55597
|
+
},
|
|
55598
|
+
{
|
|
55599
|
+
"kind": "javascript-module",
|
|
55600
|
+
"path": "src/ai-criteria-search/validation/operator-map.ts",
|
|
55601
|
+
"declarations": [
|
|
55602
|
+
{
|
|
55603
|
+
"kind": "function",
|
|
55604
|
+
"name": "groupsToCriteria",
|
|
55605
|
+
"return": {
|
|
55606
|
+
"type": {
|
|
55607
|
+
"text": "string"
|
|
55608
|
+
}
|
|
55609
|
+
},
|
|
55610
|
+
"parameters": [
|
|
55611
|
+
{
|
|
55612
|
+
"name": "groups",
|
|
55613
|
+
"type": {
|
|
55614
|
+
"text": "CriteriaGroup[]"
|
|
55615
|
+
}
|
|
55616
|
+
}
|
|
55617
|
+
],
|
|
55618
|
+
"description": "Converts validated CriteriaGroup[] to a Groovy criteria string using CriteriaBuilder.\nGroups are AND-ed at top level. Within each group, clauses use group.logic (and/or).\nIf group.negated is true, the group's combined expression is wrapped in NOT."
|
|
55619
|
+
},
|
|
55620
|
+
{
|
|
55621
|
+
"kind": "variable",
|
|
55622
|
+
"name": "STRING_OPERATORS",
|
|
55623
|
+
"type": {
|
|
55624
|
+
"text": "CriteriaOperator[]"
|
|
55625
|
+
},
|
|
55626
|
+
"default": "[\n 'contains',\n 'equals',\n 'startsWith',\n 'endsWith',\n 'notEqual',\n]"
|
|
55627
|
+
},
|
|
55628
|
+
{
|
|
55629
|
+
"kind": "variable",
|
|
55630
|
+
"name": "NUMERIC_OPERATORS",
|
|
55631
|
+
"type": {
|
|
55632
|
+
"text": "CriteriaOperator[]"
|
|
55633
|
+
},
|
|
55634
|
+
"default": "[\n 'equals',\n 'greaterThan',\n 'lessThan',\n 'greaterThanOrEqual',\n 'lessThanOrEqual',\n 'notEqual',\n]"
|
|
55635
|
+
},
|
|
55636
|
+
{
|
|
55637
|
+
"kind": "variable",
|
|
55638
|
+
"name": "DATE_OPERATORS",
|
|
55639
|
+
"type": {
|
|
55640
|
+
"text": "CriteriaOperator[]"
|
|
55641
|
+
},
|
|
55642
|
+
"default": "[\n 'dateIsToday',\n 'dateIsAfter',\n 'dateIsBefore',\n 'dateIsEqual',\n 'dateIsGreaterEqual',\n 'dateIsLessEqual',\n]"
|
|
55643
|
+
},
|
|
55644
|
+
{
|
|
55645
|
+
"kind": "variable",
|
|
55646
|
+
"name": "DATETIME_OPERATORS",
|
|
55647
|
+
"type": {
|
|
55648
|
+
"text": "CriteriaOperator[]"
|
|
55649
|
+
},
|
|
55650
|
+
"default": "[\n 'dateTimeIsAfter',\n 'dateTimeIsBefore',\n 'dateTimeIsGreaterEqual',\n 'dateTimeIsLessEqual',\n]"
|
|
55651
|
+
}
|
|
55652
|
+
],
|
|
55653
|
+
"exports": [
|
|
55654
|
+
{
|
|
55655
|
+
"kind": "js",
|
|
55656
|
+
"name": "groupsToCriteria",
|
|
55657
|
+
"declaration": {
|
|
55658
|
+
"name": "groupsToCriteria",
|
|
55659
|
+
"module": "src/ai-criteria-search/validation/operator-map.ts"
|
|
55660
|
+
}
|
|
55661
|
+
},
|
|
55662
|
+
{
|
|
55663
|
+
"kind": "js",
|
|
55664
|
+
"name": "STRING_OPERATORS",
|
|
55665
|
+
"declaration": {
|
|
55666
|
+
"name": "STRING_OPERATORS",
|
|
55667
|
+
"module": "src/ai-criteria-search/validation/operator-map.ts"
|
|
55668
|
+
}
|
|
55669
|
+
},
|
|
55670
|
+
{
|
|
55671
|
+
"kind": "js",
|
|
55672
|
+
"name": "NUMERIC_OPERATORS",
|
|
55673
|
+
"declaration": {
|
|
55674
|
+
"name": "NUMERIC_OPERATORS",
|
|
55675
|
+
"module": "src/ai-criteria-search/validation/operator-map.ts"
|
|
55676
|
+
}
|
|
55677
|
+
},
|
|
55678
|
+
{
|
|
55679
|
+
"kind": "js",
|
|
55680
|
+
"name": "DATE_OPERATORS",
|
|
55681
|
+
"declaration": {
|
|
55682
|
+
"name": "DATE_OPERATORS",
|
|
55683
|
+
"module": "src/ai-criteria-search/validation/operator-map.ts"
|
|
55684
|
+
}
|
|
55685
|
+
},
|
|
55686
|
+
{
|
|
55687
|
+
"kind": "js",
|
|
55688
|
+
"name": "DATETIME_OPERATORS",
|
|
55689
|
+
"declaration": {
|
|
55690
|
+
"name": "DATETIME_OPERATORS",
|
|
55691
|
+
"module": "src/ai-criteria-search/validation/operator-map.ts"
|
|
55692
|
+
}
|
|
55693
|
+
}
|
|
55694
|
+
]
|
|
55695
|
+
},
|
|
55696
|
+
{
|
|
55697
|
+
"kind": "javascript-module",
|
|
55698
|
+
"path": "src/ai-criteria-search/validation/schema-validator.ts",
|
|
55699
|
+
"declarations": [
|
|
55700
|
+
{
|
|
55701
|
+
"kind": "function",
|
|
55702
|
+
"name": "validateClauses",
|
|
55703
|
+
"return": {
|
|
55704
|
+
"type": {
|
|
55705
|
+
"text": "ValidationResult"
|
|
55706
|
+
}
|
|
55707
|
+
},
|
|
55708
|
+
"parameters": [
|
|
55709
|
+
{
|
|
55710
|
+
"name": "clauses",
|
|
55711
|
+
"type": {
|
|
55712
|
+
"text": "CriteriaClause[]"
|
|
55713
|
+
}
|
|
55714
|
+
},
|
|
55715
|
+
{
|
|
55716
|
+
"name": "fieldMetadata",
|
|
55717
|
+
"type": {
|
|
55718
|
+
"text": "MetadataDetail[] | string[]"
|
|
55719
|
+
}
|
|
55720
|
+
}
|
|
55721
|
+
]
|
|
55722
|
+
},
|
|
55723
|
+
{
|
|
55724
|
+
"kind": "function",
|
|
55725
|
+
"name": "validateGroups",
|
|
55726
|
+
"return": {
|
|
55727
|
+
"type": {
|
|
55728
|
+
"text": "GroupsValidationResult"
|
|
55729
|
+
}
|
|
55730
|
+
},
|
|
55731
|
+
"parameters": [
|
|
55732
|
+
{
|
|
55733
|
+
"name": "groups",
|
|
55734
|
+
"type": {
|
|
55735
|
+
"text": "CriteriaGroup[]"
|
|
55736
|
+
}
|
|
55737
|
+
},
|
|
55738
|
+
{
|
|
55739
|
+
"name": "fieldMetadata",
|
|
55740
|
+
"type": {
|
|
55741
|
+
"text": "MetadataDetail[] | string[]"
|
|
55742
|
+
}
|
|
55743
|
+
}
|
|
55744
|
+
],
|
|
55745
|
+
"description": "Validates groups of criteria clauses. Each group's clauses are validated\nusing the same per-clause logic as validateClauses."
|
|
55746
|
+
}
|
|
55747
|
+
],
|
|
55748
|
+
"exports": [
|
|
55749
|
+
{
|
|
55750
|
+
"kind": "js",
|
|
55751
|
+
"name": "validateClauses",
|
|
55752
|
+
"declaration": {
|
|
55753
|
+
"name": "validateClauses",
|
|
55754
|
+
"module": "src/ai-criteria-search/validation/schema-validator.ts"
|
|
55755
|
+
}
|
|
55756
|
+
},
|
|
55757
|
+
{
|
|
55758
|
+
"kind": "js",
|
|
55759
|
+
"name": "validateGroups",
|
|
55760
|
+
"declaration": {
|
|
55761
|
+
"name": "validateGroups",
|
|
55762
|
+
"module": "src/ai-criteria-search/validation/schema-validator.ts"
|
|
55763
|
+
}
|
|
55764
|
+
}
|
|
55765
|
+
]
|
|
55766
|
+
},
|
|
54596
55767
|
{
|
|
54597
55768
|
"kind": "javascript-module",
|
|
54598
55769
|
"path": "src/environment-indicator/utils/configure.ts",
|