@genesislcap/foundation-ui 14.400.0-hide-status-pill.2 → 14.401.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 +623 -650
- package/dist/dts/status-pill/status-pill.d.ts +0 -10
- package/dist/dts/status-pill/status-pill.d.ts.map +1 -1
- package/dist/dts/status-pill/status-pill.template.d.ts.map +1 -1
- package/dist/dts/toast/toast.template.d.ts.map +1 -1
- package/dist/esm/status-pill/status-pill.js +3 -26
- package/dist/esm/status-pill/status-pill.template.js +26 -28
- package/dist/esm/toast/toast.styles.js +1 -1
- package/dist/esm/toast/toast.template.js +7 -1
- package/package.json +19 -19
|
@@ -1287,37 +1287,6 @@
|
|
|
1287
1287
|
}
|
|
1288
1288
|
]
|
|
1289
1289
|
},
|
|
1290
|
-
{
|
|
1291
|
-
"kind": "javascript-module",
|
|
1292
|
-
"path": "src/_config/index.ts",
|
|
1293
|
-
"declarations": [],
|
|
1294
|
-
"exports": [
|
|
1295
|
-
{
|
|
1296
|
-
"kind": "js",
|
|
1297
|
-
"name": "*",
|
|
1298
|
-
"declaration": {
|
|
1299
|
-
"name": "*",
|
|
1300
|
-
"package": "./styles"
|
|
1301
|
-
}
|
|
1302
|
-
},
|
|
1303
|
-
{
|
|
1304
|
-
"kind": "js",
|
|
1305
|
-
"name": "*",
|
|
1306
|
-
"declaration": {
|
|
1307
|
-
"name": "*",
|
|
1308
|
-
"package": "./tokens"
|
|
1309
|
-
}
|
|
1310
|
-
},
|
|
1311
|
-
{
|
|
1312
|
-
"kind": "js",
|
|
1313
|
-
"name": "*",
|
|
1314
|
-
"declaration": {
|
|
1315
|
-
"name": "*",
|
|
1316
|
-
"package": "./values"
|
|
1317
|
-
}
|
|
1318
|
-
}
|
|
1319
|
-
]
|
|
1320
|
-
},
|
|
1321
1290
|
{
|
|
1322
1291
|
"kind": "javascript-module",
|
|
1323
1292
|
"path": "src/accordion-item/accordion-item.styles.ts",
|
|
@@ -1712,6 +1681,219 @@
|
|
|
1712
1681
|
}
|
|
1713
1682
|
]
|
|
1714
1683
|
},
|
|
1684
|
+
{
|
|
1685
|
+
"kind": "javascript-module",
|
|
1686
|
+
"path": "src/accordion/accordion.styles.ts",
|
|
1687
|
+
"declarations": [
|
|
1688
|
+
{
|
|
1689
|
+
"kind": "function",
|
|
1690
|
+
"name": "foundationAccordionStyles",
|
|
1691
|
+
"return": {
|
|
1692
|
+
"type": {
|
|
1693
|
+
"text": "ElementStyles"
|
|
1694
|
+
}
|
|
1695
|
+
},
|
|
1696
|
+
"parameters": [
|
|
1697
|
+
{
|
|
1698
|
+
"name": "context",
|
|
1699
|
+
"type": {
|
|
1700
|
+
"text": "ElementDefinitionContext"
|
|
1701
|
+
}
|
|
1702
|
+
},
|
|
1703
|
+
{
|
|
1704
|
+
"name": "definition",
|
|
1705
|
+
"type": {
|
|
1706
|
+
"text": "FoundationElementDefinition"
|
|
1707
|
+
}
|
|
1708
|
+
}
|
|
1709
|
+
]
|
|
1710
|
+
}
|
|
1711
|
+
],
|
|
1712
|
+
"exports": [
|
|
1713
|
+
{
|
|
1714
|
+
"kind": "js",
|
|
1715
|
+
"name": "foundationAccordionStyles",
|
|
1716
|
+
"declaration": {
|
|
1717
|
+
"name": "foundationAccordionStyles",
|
|
1718
|
+
"module": "src/accordion/accordion.styles.ts"
|
|
1719
|
+
}
|
|
1720
|
+
}
|
|
1721
|
+
]
|
|
1722
|
+
},
|
|
1723
|
+
{
|
|
1724
|
+
"kind": "javascript-module",
|
|
1725
|
+
"path": "src/accordion/accordion.template.ts",
|
|
1726
|
+
"declarations": [
|
|
1727
|
+
{
|
|
1728
|
+
"kind": "function",
|
|
1729
|
+
"name": "foundationAccordionTemplate",
|
|
1730
|
+
"return": {
|
|
1731
|
+
"type": {
|
|
1732
|
+
"text": "ViewTemplate<Accordion>"
|
|
1733
|
+
}
|
|
1734
|
+
},
|
|
1735
|
+
"parameters": [
|
|
1736
|
+
{
|
|
1737
|
+
"name": "context",
|
|
1738
|
+
"type": {
|
|
1739
|
+
"text": "ElementDefinitionContext"
|
|
1740
|
+
}
|
|
1741
|
+
},
|
|
1742
|
+
{
|
|
1743
|
+
"name": "definition",
|
|
1744
|
+
"type": {
|
|
1745
|
+
"text": "FoundationElementDefinition"
|
|
1746
|
+
}
|
|
1747
|
+
}
|
|
1748
|
+
]
|
|
1749
|
+
}
|
|
1750
|
+
],
|
|
1751
|
+
"exports": [
|
|
1752
|
+
{
|
|
1753
|
+
"kind": "js",
|
|
1754
|
+
"name": "foundationAccordionTemplate",
|
|
1755
|
+
"declaration": {
|
|
1756
|
+
"name": "foundationAccordionTemplate",
|
|
1757
|
+
"module": "src/accordion/accordion.template.ts"
|
|
1758
|
+
}
|
|
1759
|
+
}
|
|
1760
|
+
]
|
|
1761
|
+
},
|
|
1762
|
+
{
|
|
1763
|
+
"kind": "javascript-module",
|
|
1764
|
+
"path": "src/accordion/accordion.ts",
|
|
1765
|
+
"declarations": [
|
|
1766
|
+
{
|
|
1767
|
+
"kind": "class",
|
|
1768
|
+
"description": "",
|
|
1769
|
+
"name": "Accordion",
|
|
1770
|
+
"superclass": {
|
|
1771
|
+
"name": "FASTAccordion",
|
|
1772
|
+
"package": "@microsoft/fast-foundation"
|
|
1773
|
+
},
|
|
1774
|
+
"tagName": "%%prefix%%-accordion",
|
|
1775
|
+
"customElement": true
|
|
1776
|
+
},
|
|
1777
|
+
{
|
|
1778
|
+
"kind": "variable",
|
|
1779
|
+
"name": "foundationAccordionShadowOptions",
|
|
1780
|
+
"type": {
|
|
1781
|
+
"text": "ShadowRootInit"
|
|
1782
|
+
},
|
|
1783
|
+
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
1784
|
+
},
|
|
1785
|
+
{
|
|
1786
|
+
"kind": "variable",
|
|
1787
|
+
"name": "defaultAccordionConfig",
|
|
1788
|
+
"type": {
|
|
1789
|
+
"text": "object"
|
|
1790
|
+
},
|
|
1791
|
+
"default": "{}"
|
|
1792
|
+
},
|
|
1793
|
+
{
|
|
1794
|
+
"kind": "variable",
|
|
1795
|
+
"name": "foundationAccordion",
|
|
1796
|
+
"description": "The Foundation Accordion",
|
|
1797
|
+
"privacy": "public"
|
|
1798
|
+
}
|
|
1799
|
+
],
|
|
1800
|
+
"exports": [
|
|
1801
|
+
{
|
|
1802
|
+
"kind": "js",
|
|
1803
|
+
"name": "Accordion",
|
|
1804
|
+
"declaration": {
|
|
1805
|
+
"name": "Accordion",
|
|
1806
|
+
"module": "src/accordion/accordion.ts"
|
|
1807
|
+
}
|
|
1808
|
+
},
|
|
1809
|
+
{
|
|
1810
|
+
"kind": "js",
|
|
1811
|
+
"name": "foundationAccordionShadowOptions",
|
|
1812
|
+
"declaration": {
|
|
1813
|
+
"name": "foundationAccordionShadowOptions",
|
|
1814
|
+
"module": "src/accordion/accordion.ts"
|
|
1815
|
+
}
|
|
1816
|
+
},
|
|
1817
|
+
{
|
|
1818
|
+
"kind": "js",
|
|
1819
|
+
"name": "defaultAccordionConfig",
|
|
1820
|
+
"declaration": {
|
|
1821
|
+
"name": "defaultAccordionConfig",
|
|
1822
|
+
"module": "src/accordion/accordion.ts"
|
|
1823
|
+
}
|
|
1824
|
+
},
|
|
1825
|
+
{
|
|
1826
|
+
"kind": "js",
|
|
1827
|
+
"name": "foundationAccordion",
|
|
1828
|
+
"declaration": {
|
|
1829
|
+
"name": "foundationAccordion",
|
|
1830
|
+
"module": "src/accordion/accordion.ts"
|
|
1831
|
+
}
|
|
1832
|
+
}
|
|
1833
|
+
]
|
|
1834
|
+
},
|
|
1835
|
+
{
|
|
1836
|
+
"kind": "javascript-module",
|
|
1837
|
+
"path": "src/accordion/index.ts",
|
|
1838
|
+
"declarations": [],
|
|
1839
|
+
"exports": [
|
|
1840
|
+
{
|
|
1841
|
+
"kind": "js",
|
|
1842
|
+
"name": "*",
|
|
1843
|
+
"declaration": {
|
|
1844
|
+
"name": "*",
|
|
1845
|
+
"package": "./accordion.template"
|
|
1846
|
+
}
|
|
1847
|
+
},
|
|
1848
|
+
{
|
|
1849
|
+
"kind": "js",
|
|
1850
|
+
"name": "*",
|
|
1851
|
+
"declaration": {
|
|
1852
|
+
"name": "*",
|
|
1853
|
+
"package": "./accordion.styles"
|
|
1854
|
+
}
|
|
1855
|
+
},
|
|
1856
|
+
{
|
|
1857
|
+
"kind": "js",
|
|
1858
|
+
"name": "*",
|
|
1859
|
+
"declaration": {
|
|
1860
|
+
"name": "*",
|
|
1861
|
+
"package": "./accordion"
|
|
1862
|
+
}
|
|
1863
|
+
}
|
|
1864
|
+
]
|
|
1865
|
+
},
|
|
1866
|
+
{
|
|
1867
|
+
"kind": "javascript-module",
|
|
1868
|
+
"path": "src/_config/index.ts",
|
|
1869
|
+
"declarations": [],
|
|
1870
|
+
"exports": [
|
|
1871
|
+
{
|
|
1872
|
+
"kind": "js",
|
|
1873
|
+
"name": "*",
|
|
1874
|
+
"declaration": {
|
|
1875
|
+
"name": "*",
|
|
1876
|
+
"package": "./styles"
|
|
1877
|
+
}
|
|
1878
|
+
},
|
|
1879
|
+
{
|
|
1880
|
+
"kind": "js",
|
|
1881
|
+
"name": "*",
|
|
1882
|
+
"declaration": {
|
|
1883
|
+
"name": "*",
|
|
1884
|
+
"package": "./tokens"
|
|
1885
|
+
}
|
|
1886
|
+
},
|
|
1887
|
+
{
|
|
1888
|
+
"kind": "js",
|
|
1889
|
+
"name": "*",
|
|
1890
|
+
"declaration": {
|
|
1891
|
+
"name": "*",
|
|
1892
|
+
"package": "./values"
|
|
1893
|
+
}
|
|
1894
|
+
}
|
|
1895
|
+
]
|
|
1896
|
+
},
|
|
1715
1897
|
{
|
|
1716
1898
|
"kind": "javascript-module",
|
|
1717
1899
|
"path": "src/actions-menu/actions-menu.styles.ts",
|
|
@@ -2273,57 +2455,75 @@
|
|
|
2273
2455
|
},
|
|
2274
2456
|
{
|
|
2275
2457
|
"kind": "javascript-module",
|
|
2276
|
-
"path": "src/ai-
|
|
2458
|
+
"path": "src/ai-indicator/ai-indicator.styles.ts",
|
|
2277
2459
|
"declarations": [
|
|
2278
2460
|
{
|
|
2279
|
-
"kind": "
|
|
2280
|
-
"name": "
|
|
2281
|
-
"
|
|
2461
|
+
"kind": "function",
|
|
2462
|
+
"name": "foundationAiIndicatorStyles",
|
|
2463
|
+
"return": {
|
|
2464
|
+
"type": {
|
|
2465
|
+
"text": "ElementStyles"
|
|
2466
|
+
}
|
|
2467
|
+
},
|
|
2468
|
+
"parameters": [
|
|
2469
|
+
{
|
|
2470
|
+
"name": "context",
|
|
2471
|
+
"type": {
|
|
2472
|
+
"text": "ElementDefinitionContext"
|
|
2473
|
+
}
|
|
2474
|
+
},
|
|
2475
|
+
{
|
|
2476
|
+
"name": "definition",
|
|
2477
|
+
"type": {
|
|
2478
|
+
"text": "FoundationElementDefinition"
|
|
2479
|
+
}
|
|
2480
|
+
}
|
|
2481
|
+
]
|
|
2282
2482
|
}
|
|
2283
2483
|
],
|
|
2284
2484
|
"exports": [
|
|
2285
2485
|
{
|
|
2286
2486
|
"kind": "js",
|
|
2287
|
-
"name": "
|
|
2487
|
+
"name": "foundationAiIndicatorStyles",
|
|
2288
2488
|
"declaration": {
|
|
2289
|
-
"name": "
|
|
2290
|
-
"module": "src/ai-
|
|
2489
|
+
"name": "foundationAiIndicatorStyles",
|
|
2490
|
+
"module": "src/ai-indicator/ai-indicator.styles.ts"
|
|
2291
2491
|
}
|
|
2292
2492
|
}
|
|
2293
2493
|
]
|
|
2294
2494
|
},
|
|
2295
2495
|
{
|
|
2296
2496
|
"kind": "javascript-module",
|
|
2297
|
-
"path": "src/ai-
|
|
2497
|
+
"path": "src/ai-indicator/ai-indicator.template.ts",
|
|
2298
2498
|
"declarations": [
|
|
2299
2499
|
{
|
|
2300
2500
|
"kind": "variable",
|
|
2301
|
-
"name": "
|
|
2501
|
+
"name": "foundationAiIndicatorTemplate",
|
|
2302
2502
|
"type": {
|
|
2303
|
-
"text": "ViewTemplate<
|
|
2503
|
+
"text": "ViewTemplate<AiIndicator>"
|
|
2304
2504
|
},
|
|
2305
|
-
"default": "html`\n ${(x) =>
|
|
2505
|
+
"default": "html`\n ${(x) => aiIndicatorTemplate(getPrefix(x))}\n`"
|
|
2306
2506
|
}
|
|
2307
2507
|
],
|
|
2308
2508
|
"exports": [
|
|
2309
2509
|
{
|
|
2310
2510
|
"kind": "js",
|
|
2311
|
-
"name": "
|
|
2511
|
+
"name": "foundationAiIndicatorTemplate",
|
|
2312
2512
|
"declaration": {
|
|
2313
|
-
"name": "
|
|
2314
|
-
"module": "src/ai-
|
|
2513
|
+
"name": "foundationAiIndicatorTemplate",
|
|
2514
|
+
"module": "src/ai-indicator/ai-indicator.template.ts"
|
|
2315
2515
|
}
|
|
2316
2516
|
}
|
|
2317
2517
|
]
|
|
2318
2518
|
},
|
|
2319
2519
|
{
|
|
2320
2520
|
"kind": "javascript-module",
|
|
2321
|
-
"path": "src/ai-
|
|
2521
|
+
"path": "src/ai-indicator/ai-indicator.ts",
|
|
2322
2522
|
"declarations": [
|
|
2323
2523
|
{
|
|
2324
2524
|
"kind": "class",
|
|
2325
2525
|
"description": "",
|
|
2326
|
-
"name": "
|
|
2526
|
+
"name": "AiIndicator",
|
|
2327
2527
|
"members": [
|
|
2328
2528
|
{
|
|
2329
2529
|
"kind": "field",
|
|
@@ -2334,38 +2534,31 @@
|
|
|
2334
2534
|
},
|
|
2335
2535
|
{
|
|
2336
2536
|
"kind": "field",
|
|
2337
|
-
"name": "
|
|
2537
|
+
"name": "status",
|
|
2338
2538
|
"type": {
|
|
2339
|
-
"text": "
|
|
2539
|
+
"text": "AIStatus | null"
|
|
2340
2540
|
},
|
|
2341
|
-
"default": "
|
|
2541
|
+
"default": "null"
|
|
2342
2542
|
},
|
|
2343
2543
|
{
|
|
2344
2544
|
"kind": "field",
|
|
2345
|
-
"name": "
|
|
2545
|
+
"name": "open",
|
|
2346
2546
|
"type": {
|
|
2347
2547
|
"text": "boolean"
|
|
2348
|
-
}
|
|
2349
|
-
},
|
|
2350
|
-
{
|
|
2351
|
-
"kind": "field",
|
|
2352
|
-
"name": "mode",
|
|
2353
|
-
"type": {
|
|
2354
|
-
"text": "'append' | 'replace'"
|
|
2355
2548
|
},
|
|
2356
|
-
"default": "
|
|
2549
|
+
"default": "false"
|
|
2357
2550
|
},
|
|
2358
2551
|
{
|
|
2359
2552
|
"kind": "field",
|
|
2360
|
-
"name": "
|
|
2553
|
+
"name": "state",
|
|
2361
2554
|
"type": {
|
|
2362
|
-
"text": "
|
|
2555
|
+
"text": "AIIndicatorState"
|
|
2363
2556
|
},
|
|
2364
|
-
"default": "''"
|
|
2557
|
+
"default": "'none'"
|
|
2365
2558
|
},
|
|
2366
2559
|
{
|
|
2367
2560
|
"kind": "field",
|
|
2368
|
-
"name": "
|
|
2561
|
+
"name": "isInstalling",
|
|
2369
2562
|
"type": {
|
|
2370
2563
|
"text": "boolean"
|
|
2371
2564
|
},
|
|
@@ -2373,91 +2566,133 @@
|
|
|
2373
2566
|
},
|
|
2374
2567
|
{
|
|
2375
2568
|
"kind": "field",
|
|
2376
|
-
"name": "
|
|
2569
|
+
"name": "pollTimer",
|
|
2377
2570
|
"type": {
|
|
2378
|
-
"text": "
|
|
2571
|
+
"text": "ReturnType<typeof setInterval> | null"
|
|
2379
2572
|
},
|
|
2573
|
+
"privacy": "private",
|
|
2380
2574
|
"default": "null"
|
|
2381
2575
|
},
|
|
2382
2576
|
{
|
|
2383
2577
|
"kind": "field",
|
|
2384
|
-
"name": "
|
|
2385
|
-
"
|
|
2386
|
-
"text": "MetadataDetail[] | string[]"
|
|
2387
|
-
},
|
|
2388
|
-
"default": "[]"
|
|
2578
|
+
"name": "clickOutside",
|
|
2579
|
+
"privacy": "private"
|
|
2389
2580
|
},
|
|
2390
2581
|
{
|
|
2391
2582
|
"kind": "field",
|
|
2392
|
-
"name": "
|
|
2583
|
+
"name": "chromeStatusLabel",
|
|
2393
2584
|
"type": {
|
|
2394
|
-
"text": "
|
|
2585
|
+
"text": "string | null"
|
|
2395
2586
|
},
|
|
2396
|
-
"
|
|
2587
|
+
"readonly": true
|
|
2397
2588
|
},
|
|
2398
2589
|
{
|
|
2399
2590
|
"kind": "field",
|
|
2400
|
-
"name": "
|
|
2591
|
+
"name": "canInstall",
|
|
2401
2592
|
"type": {
|
|
2402
|
-
"text": "
|
|
2593
|
+
"text": "boolean"
|
|
2403
2594
|
},
|
|
2404
|
-
"
|
|
2595
|
+
"readonly": true
|
|
2405
2596
|
},
|
|
2406
2597
|
{
|
|
2407
2598
|
"kind": "field",
|
|
2408
|
-
"name": "
|
|
2599
|
+
"name": "isDownloading",
|
|
2409
2600
|
"type": {
|
|
2410
|
-
"text": "
|
|
2601
|
+
"text": "boolean"
|
|
2411
2602
|
},
|
|
2412
|
-
"
|
|
2413
|
-
"default": "null"
|
|
2603
|
+
"readonly": true
|
|
2414
2604
|
},
|
|
2415
2605
|
{
|
|
2416
|
-
"kind": "
|
|
2417
|
-
"name": "
|
|
2418
|
-
"
|
|
2419
|
-
"
|
|
2420
|
-
|
|
2421
|
-
|
|
2422
|
-
|
|
2606
|
+
"kind": "method",
|
|
2607
|
+
"name": "openChanged",
|
|
2608
|
+
"return": {
|
|
2609
|
+
"type": {
|
|
2610
|
+
"text": "void"
|
|
2611
|
+
}
|
|
2612
|
+
}
|
|
2423
2613
|
},
|
|
2424
2614
|
{
|
|
2425
|
-
"kind": "
|
|
2426
|
-
"name": "
|
|
2427
|
-
"type": {
|
|
2428
|
-
"text": "string"
|
|
2429
|
-
},
|
|
2615
|
+
"kind": "method",
|
|
2616
|
+
"name": "handleClickOutside",
|
|
2430
2617
|
"privacy": "private",
|
|
2431
|
-
"
|
|
2618
|
+
"parameters": [
|
|
2619
|
+
{
|
|
2620
|
+
"name": "event",
|
|
2621
|
+
"type": {
|
|
2622
|
+
"text": "MouseEvent"
|
|
2623
|
+
}
|
|
2624
|
+
}
|
|
2625
|
+
]
|
|
2432
2626
|
},
|
|
2433
2627
|
{
|
|
2434
|
-
"kind": "
|
|
2435
|
-
"name": "
|
|
2436
|
-
"type": {
|
|
2437
|
-
"text": "boolean"
|
|
2438
|
-
},
|
|
2439
|
-
"readonly": true
|
|
2628
|
+
"kind": "method",
|
|
2629
|
+
"name": "toggleDropdown"
|
|
2440
2630
|
},
|
|
2441
2631
|
{
|
|
2442
2632
|
"kind": "method",
|
|
2443
|
-
"name": "
|
|
2633
|
+
"name": "refreshStatus",
|
|
2634
|
+
"return": {
|
|
2635
|
+
"type": {
|
|
2636
|
+
"text": "Promise<void>"
|
|
2637
|
+
}
|
|
2638
|
+
}
|
|
2444
2639
|
},
|
|
2445
2640
|
{
|
|
2446
2641
|
"kind": "method",
|
|
2447
|
-
"name": "
|
|
2642
|
+
"name": "deriveState",
|
|
2643
|
+
"privacy": "private",
|
|
2644
|
+
"return": {
|
|
2645
|
+
"type": {
|
|
2646
|
+
"text": "AIIndicatorState"
|
|
2647
|
+
}
|
|
2648
|
+
},
|
|
2649
|
+
"parameters": [
|
|
2650
|
+
{
|
|
2651
|
+
"name": "s",
|
|
2652
|
+
"type": {
|
|
2653
|
+
"text": "AIStatus | null"
|
|
2654
|
+
}
|
|
2655
|
+
}
|
|
2656
|
+
]
|
|
2448
2657
|
},
|
|
2449
2658
|
{
|
|
2450
2659
|
"kind": "method",
|
|
2451
|
-
"name": "
|
|
2660
|
+
"name": "maybeStartPolling",
|
|
2661
|
+
"privacy": "private",
|
|
2662
|
+
"return": {
|
|
2663
|
+
"type": {
|
|
2664
|
+
"text": "void"
|
|
2665
|
+
}
|
|
2666
|
+
}
|
|
2452
2667
|
},
|
|
2453
2668
|
{
|
|
2454
2669
|
"kind": "method",
|
|
2455
|
-
"name": "
|
|
2670
|
+
"name": "startPolling",
|
|
2671
|
+
"privacy": "private",
|
|
2672
|
+
"return": {
|
|
2673
|
+
"type": {
|
|
2674
|
+
"text": "void"
|
|
2675
|
+
}
|
|
2676
|
+
}
|
|
2456
2677
|
},
|
|
2457
2678
|
{
|
|
2458
2679
|
"kind": "method",
|
|
2459
|
-
"name": "
|
|
2460
|
-
"privacy": "private"
|
|
2680
|
+
"name": "stopPolling",
|
|
2681
|
+
"privacy": "private",
|
|
2682
|
+
"return": {
|
|
2683
|
+
"type": {
|
|
2684
|
+
"text": "void"
|
|
2685
|
+
}
|
|
2686
|
+
}
|
|
2687
|
+
},
|
|
2688
|
+
{
|
|
2689
|
+
"kind": "method",
|
|
2690
|
+
"name": "onInstall",
|
|
2691
|
+
"return": {
|
|
2692
|
+
"type": {
|
|
2693
|
+
"text": "Promise<void>"
|
|
2694
|
+
}
|
|
2695
|
+
}
|
|
2461
2696
|
},
|
|
2462
2697
|
{
|
|
2463
2698
|
"kind": "field",
|
|
@@ -2571,500 +2806,145 @@
|
|
|
2571
2806
|
}
|
|
2572
2807
|
}
|
|
2573
2808
|
],
|
|
2574
|
-
"attributes": [
|
|
2575
|
-
{
|
|
2576
|
-
"name": "placeholder",
|
|
2577
|
-
"type": {
|
|
2578
|
-
"text": "string"
|
|
2579
|
-
},
|
|
2580
|
-
"default": "'Describe your search criteria in natural language...'",
|
|
2581
|
-
"fieldName": "placeholder"
|
|
2582
|
-
},
|
|
2583
|
-
{
|
|
2584
|
-
"type": {
|
|
2585
|
-
"text": "boolean"
|
|
2586
|
-
},
|
|
2587
|
-
"fieldName": "disabled"
|
|
2588
|
-
},
|
|
2589
|
-
{
|
|
2590
|
-
"name": "mode",
|
|
2591
|
-
"type": {
|
|
2592
|
-
"text": "'append' | 'replace'"
|
|
2593
|
-
},
|
|
2594
|
-
"default": "'replace'",
|
|
2595
|
-
"fieldName": "mode"
|
|
2596
|
-
}
|
|
2597
|
-
],
|
|
2598
2809
|
"superclass": {
|
|
2599
2810
|
"name": "FoundationElement",
|
|
2600
2811
|
"package": "@microsoft/fast-foundation"
|
|
2601
2812
|
},
|
|
2602
|
-
"tagName": "%%prefix%%-ai-
|
|
2813
|
+
"tagName": "%%prefix%%-ai-indicator",
|
|
2603
2814
|
"customElement": true
|
|
2604
2815
|
},
|
|
2605
2816
|
{
|
|
2606
2817
|
"kind": "variable",
|
|
2607
|
-
"name": "
|
|
2608
|
-
"type": {
|
|
2609
|
-
"text": "ShadowRootInit"
|
|
2610
|
-
},
|
|
2611
|
-
"default": "undefined"
|
|
2612
|
-
},
|
|
2613
|
-
{
|
|
2614
|
-
"kind": "variable",
|
|
2615
|
-
"name": "defaultAiCriteriaSearchConfig",
|
|
2616
|
-
"type": {
|
|
2617
|
-
"text": "object"
|
|
2618
|
-
},
|
|
2619
|
-
"default": "{}"
|
|
2620
|
-
},
|
|
2621
|
-
{
|
|
2622
|
-
"kind": "variable",
|
|
2623
|
-
"name": "foundationAiCriteriaSearch"
|
|
2818
|
+
"name": "foundationAiIndicator"
|
|
2624
2819
|
}
|
|
2625
2820
|
],
|
|
2626
2821
|
"exports": [
|
|
2627
2822
|
{
|
|
2628
2823
|
"kind": "js",
|
|
2629
|
-
"name": "
|
|
2630
|
-
"declaration": {
|
|
2631
|
-
"name": "AiCriteriaSearch",
|
|
2632
|
-
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2633
|
-
}
|
|
2634
|
-
},
|
|
2635
|
-
{
|
|
2636
|
-
"kind": "js",
|
|
2637
|
-
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
2638
|
-
"declaration": {
|
|
2639
|
-
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
2640
|
-
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2641
|
-
}
|
|
2642
|
-
},
|
|
2643
|
-
{
|
|
2644
|
-
"kind": "js",
|
|
2645
|
-
"name": "defaultAiCriteriaSearchConfig",
|
|
2824
|
+
"name": "AiIndicator",
|
|
2646
2825
|
"declaration": {
|
|
2647
|
-
"name": "
|
|
2648
|
-
"module": "src/ai-
|
|
2826
|
+
"name": "AiIndicator",
|
|
2827
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
2649
2828
|
}
|
|
2650
2829
|
},
|
|
2651
2830
|
{
|
|
2652
2831
|
"kind": "js",
|
|
2653
|
-
"name": "
|
|
2832
|
+
"name": "foundationAiIndicator",
|
|
2654
2833
|
"declaration": {
|
|
2655
|
-
"name": "
|
|
2656
|
-
"module": "src/ai-
|
|
2834
|
+
"name": "foundationAiIndicator",
|
|
2835
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
2657
2836
|
}
|
|
2658
2837
|
}
|
|
2659
2838
|
]
|
|
2660
2839
|
},
|
|
2661
2840
|
{
|
|
2662
2841
|
"kind": "javascript-module",
|
|
2663
|
-
"path": "src/ai-
|
|
2842
|
+
"path": "src/ai-indicator/index.ts",
|
|
2664
2843
|
"declarations": [],
|
|
2665
2844
|
"exports": [
|
|
2666
2845
|
{
|
|
2667
2846
|
"kind": "js",
|
|
2668
|
-
"name": "
|
|
2669
|
-
"declaration": {
|
|
2670
|
-
"name": "AiCriteriaSearch",
|
|
2671
|
-
"module": "./ai-criteria-search"
|
|
2672
|
-
}
|
|
2673
|
-
},
|
|
2674
|
-
{
|
|
2675
|
-
"kind": "js",
|
|
2676
|
-
"name": "defaultAiCriteriaSearchConfig",
|
|
2677
|
-
"declaration": {
|
|
2678
|
-
"name": "defaultAiCriteriaSearchConfig",
|
|
2679
|
-
"module": "./ai-criteria-search"
|
|
2680
|
-
}
|
|
2681
|
-
},
|
|
2682
|
-
{
|
|
2683
|
-
"kind": "js",
|
|
2684
|
-
"name": "foundationAiCriteriaSearch",
|
|
2685
|
-
"declaration": {
|
|
2686
|
-
"name": "foundationAiCriteriaSearch",
|
|
2687
|
-
"module": "./ai-criteria-search"
|
|
2688
|
-
}
|
|
2689
|
-
},
|
|
2690
|
-
{
|
|
2691
|
-
"kind": "js",
|
|
2692
|
-
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
2693
|
-
"declaration": {
|
|
2694
|
-
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
2695
|
-
"module": "./ai-criteria-search"
|
|
2696
|
-
}
|
|
2697
|
-
},
|
|
2698
|
-
{
|
|
2699
|
-
"kind": "js",
|
|
2700
|
-
"name": "foundationAiCriteriaSearchStyles",
|
|
2701
|
-
"declaration": {
|
|
2702
|
-
"name": "foundationAiCriteriaSearchStyles",
|
|
2703
|
-
"module": "./ai-criteria-search.styles"
|
|
2704
|
-
}
|
|
2705
|
-
},
|
|
2706
|
-
{
|
|
2707
|
-
"kind": "js",
|
|
2708
|
-
"name": "foundationAiCriteriaSearchTemplate",
|
|
2847
|
+
"name": "AiIndicator",
|
|
2709
2848
|
"declaration": {
|
|
2710
|
-
"name": "
|
|
2711
|
-
"module": "./ai-
|
|
2849
|
+
"name": "AiIndicator",
|
|
2850
|
+
"module": "./ai-indicator"
|
|
2712
2851
|
}
|
|
2713
2852
|
},
|
|
2714
2853
|
{
|
|
2715
2854
|
"kind": "js",
|
|
2716
|
-
"name": "
|
|
2855
|
+
"name": "foundationAiIndicator",
|
|
2717
2856
|
"declaration": {
|
|
2718
|
-
"name": "
|
|
2719
|
-
"
|
|
2857
|
+
"name": "foundationAiIndicator",
|
|
2858
|
+
"module": "./ai-indicator"
|
|
2720
2859
|
}
|
|
2721
2860
|
},
|
|
2722
2861
|
{
|
|
2723
2862
|
"kind": "js",
|
|
2724
|
-
"name": "
|
|
2863
|
+
"name": "type",
|
|
2725
2864
|
"declaration": {
|
|
2726
|
-
"name": "
|
|
2727
|
-
"
|
|
2865
|
+
"name": "type",
|
|
2866
|
+
"module": "./ai-indicator"
|
|
2728
2867
|
}
|
|
2729
2868
|
},
|
|
2730
2869
|
{
|
|
2731
2870
|
"kind": "js",
|
|
2732
|
-
"name": "
|
|
2871
|
+
"name": "AIIndicatorState",
|
|
2733
2872
|
"declaration": {
|
|
2734
|
-
"name": "
|
|
2735
|
-
"
|
|
2873
|
+
"name": "AIIndicatorState",
|
|
2874
|
+
"module": "./ai-indicator"
|
|
2736
2875
|
}
|
|
2737
|
-
}
|
|
2738
|
-
]
|
|
2739
|
-
},
|
|
2740
|
-
{
|
|
2741
|
-
"kind": "javascript-module",
|
|
2742
|
-
"path": "src/ai-criteria-search/validation-error-notification.ts",
|
|
2743
|
-
"declarations": [
|
|
2744
|
-
{
|
|
2745
|
-
"kind": "function",
|
|
2746
|
-
"name": "formatValidationErrors",
|
|
2747
|
-
"return": {
|
|
2748
|
-
"type": {
|
|
2749
|
-
"text": "string"
|
|
2750
|
-
}
|
|
2751
|
-
},
|
|
2752
|
-
"parameters": [
|
|
2753
|
-
{
|
|
2754
|
-
"name": "errors",
|
|
2755
|
-
"type": {
|
|
2756
|
-
"text": "ValidationError[]"
|
|
2757
|
-
}
|
|
2758
|
-
}
|
|
2759
|
-
],
|
|
2760
|
-
"description": "Formats validation errors into a user-friendly message."
|
|
2761
2876
|
},
|
|
2762
|
-
{
|
|
2763
|
-
"kind": "function",
|
|
2764
|
-
"name": "showCriteriaError",
|
|
2765
|
-
"return": {
|
|
2766
|
-
"type": {
|
|
2767
|
-
"text": "void"
|
|
2768
|
-
}
|
|
2769
|
-
},
|
|
2770
|
-
"parameters": [
|
|
2771
|
-
{
|
|
2772
|
-
"name": "title",
|
|
2773
|
-
"type": {
|
|
2774
|
-
"text": "string"
|
|
2775
|
-
},
|
|
2776
|
-
"description": "Notification title (e.g. \"Criteria validation error\")"
|
|
2777
|
-
},
|
|
2778
|
-
{
|
|
2779
|
-
"name": "body",
|
|
2780
|
-
"type": {
|
|
2781
|
-
"text": "string"
|
|
2782
|
-
},
|
|
2783
|
-
"description": "Error message to display"
|
|
2784
|
-
},
|
|
2785
|
-
{
|
|
2786
|
-
"name": "tagName",
|
|
2787
|
-
"type": {
|
|
2788
|
-
"text": "string"
|
|
2789
|
-
},
|
|
2790
|
-
"description": "Design system prefix (e.g. \"rapid\", \"foundation\")"
|
|
2791
|
-
}
|
|
2792
|
-
],
|
|
2793
|
-
"description": "Shows a criteria error as a toast notification."
|
|
2794
|
-
}
|
|
2795
|
-
],
|
|
2796
|
-
"exports": [
|
|
2797
2877
|
{
|
|
2798
2878
|
"kind": "js",
|
|
2799
|
-
"name": "
|
|
2879
|
+
"name": "foundationAiIndicatorTemplate",
|
|
2800
2880
|
"declaration": {
|
|
2801
|
-
"name": "
|
|
2802
|
-
"module": "
|
|
2881
|
+
"name": "foundationAiIndicatorTemplate",
|
|
2882
|
+
"module": "./ai-indicator.template"
|
|
2803
2883
|
}
|
|
2804
2884
|
},
|
|
2805
2885
|
{
|
|
2806
2886
|
"kind": "js",
|
|
2807
|
-
"name": "
|
|
2808
|
-
"declaration": {
|
|
2809
|
-
"name": "showCriteriaError",
|
|
2810
|
-
"module": "src/ai-criteria-search/validation-error-notification.ts"
|
|
2811
|
-
}
|
|
2812
|
-
}
|
|
2813
|
-
]
|
|
2814
|
-
},
|
|
2815
|
-
{
|
|
2816
|
-
"kind": "javascript-module",
|
|
2817
|
-
"path": "src/accordion/accordion.styles.ts",
|
|
2818
|
-
"declarations": [
|
|
2819
|
-
{
|
|
2820
|
-
"kind": "function",
|
|
2821
|
-
"name": "foundationAccordionStyles",
|
|
2822
|
-
"return": {
|
|
2823
|
-
"type": {
|
|
2824
|
-
"text": "ElementStyles"
|
|
2825
|
-
}
|
|
2826
|
-
},
|
|
2827
|
-
"parameters": [
|
|
2828
|
-
{
|
|
2829
|
-
"name": "context",
|
|
2830
|
-
"type": {
|
|
2831
|
-
"text": "ElementDefinitionContext"
|
|
2832
|
-
}
|
|
2833
|
-
},
|
|
2834
|
-
{
|
|
2835
|
-
"name": "definition",
|
|
2836
|
-
"type": {
|
|
2837
|
-
"text": "FoundationElementDefinition"
|
|
2838
|
-
}
|
|
2839
|
-
}
|
|
2840
|
-
]
|
|
2841
|
-
}
|
|
2842
|
-
],
|
|
2843
|
-
"exports": [
|
|
2844
|
-
{
|
|
2845
|
-
"kind": "js",
|
|
2846
|
-
"name": "foundationAccordionStyles",
|
|
2847
|
-
"declaration": {
|
|
2848
|
-
"name": "foundationAccordionStyles",
|
|
2849
|
-
"module": "src/accordion/accordion.styles.ts"
|
|
2850
|
-
}
|
|
2851
|
-
}
|
|
2852
|
-
]
|
|
2853
|
-
},
|
|
2854
|
-
{
|
|
2855
|
-
"kind": "javascript-module",
|
|
2856
|
-
"path": "src/accordion/accordion.template.ts",
|
|
2857
|
-
"declarations": [
|
|
2858
|
-
{
|
|
2859
|
-
"kind": "function",
|
|
2860
|
-
"name": "foundationAccordionTemplate",
|
|
2861
|
-
"return": {
|
|
2862
|
-
"type": {
|
|
2863
|
-
"text": "ViewTemplate<Accordion>"
|
|
2864
|
-
}
|
|
2865
|
-
},
|
|
2866
|
-
"parameters": [
|
|
2867
|
-
{
|
|
2868
|
-
"name": "context",
|
|
2869
|
-
"type": {
|
|
2870
|
-
"text": "ElementDefinitionContext"
|
|
2871
|
-
}
|
|
2872
|
-
},
|
|
2873
|
-
{
|
|
2874
|
-
"name": "definition",
|
|
2875
|
-
"type": {
|
|
2876
|
-
"text": "FoundationElementDefinition"
|
|
2877
|
-
}
|
|
2878
|
-
}
|
|
2879
|
-
]
|
|
2880
|
-
}
|
|
2881
|
-
],
|
|
2882
|
-
"exports": [
|
|
2883
|
-
{
|
|
2884
|
-
"kind": "js",
|
|
2885
|
-
"name": "foundationAccordionTemplate",
|
|
2887
|
+
"name": "foundationAiIndicatorStyles",
|
|
2886
2888
|
"declaration": {
|
|
2887
|
-
"name": "
|
|
2888
|
-
"module": "
|
|
2889
|
+
"name": "foundationAiIndicatorStyles",
|
|
2890
|
+
"module": "./ai-indicator.styles"
|
|
2889
2891
|
}
|
|
2890
2892
|
}
|
|
2891
2893
|
]
|
|
2892
2894
|
},
|
|
2893
2895
|
{
|
|
2894
2896
|
"kind": "javascript-module",
|
|
2895
|
-
"path": "src/
|
|
2897
|
+
"path": "src/ai-criteria-search/ai-criteria-search.styles.ts",
|
|
2896
2898
|
"declarations": [
|
|
2897
|
-
{
|
|
2898
|
-
"kind": "class",
|
|
2899
|
-
"description": "",
|
|
2900
|
-
"name": "Accordion",
|
|
2901
|
-
"superclass": {
|
|
2902
|
-
"name": "FASTAccordion",
|
|
2903
|
-
"package": "@microsoft/fast-foundation"
|
|
2904
|
-
},
|
|
2905
|
-
"tagName": "%%prefix%%-accordion",
|
|
2906
|
-
"customElement": true
|
|
2907
|
-
},
|
|
2908
|
-
{
|
|
2909
|
-
"kind": "variable",
|
|
2910
|
-
"name": "foundationAccordionShadowOptions",
|
|
2911
|
-
"type": {
|
|
2912
|
-
"text": "ShadowRootInit"
|
|
2913
|
-
},
|
|
2914
|
-
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
2915
|
-
},
|
|
2916
2899
|
{
|
|
2917
2900
|
"kind": "variable",
|
|
2918
|
-
"name": "
|
|
2919
|
-
"
|
|
2920
|
-
"text": "object"
|
|
2921
|
-
},
|
|
2922
|
-
"default": "{}"
|
|
2923
|
-
},
|
|
2924
|
-
{
|
|
2925
|
-
"kind": "variable",
|
|
2926
|
-
"name": "foundationAccordion",
|
|
2927
|
-
"description": "The Foundation Accordion",
|
|
2928
|
-
"privacy": "public"
|
|
2929
|
-
}
|
|
2930
|
-
],
|
|
2931
|
-
"exports": [
|
|
2932
|
-
{
|
|
2933
|
-
"kind": "js",
|
|
2934
|
-
"name": "Accordion",
|
|
2935
|
-
"declaration": {
|
|
2936
|
-
"name": "Accordion",
|
|
2937
|
-
"module": "src/accordion/accordion.ts"
|
|
2938
|
-
}
|
|
2939
|
-
},
|
|
2940
|
-
{
|
|
2941
|
-
"kind": "js",
|
|
2942
|
-
"name": "foundationAccordionShadowOptions",
|
|
2943
|
-
"declaration": {
|
|
2944
|
-
"name": "foundationAccordionShadowOptions",
|
|
2945
|
-
"module": "src/accordion/accordion.ts"
|
|
2946
|
-
}
|
|
2947
|
-
},
|
|
2948
|
-
{
|
|
2949
|
-
"kind": "js",
|
|
2950
|
-
"name": "defaultAccordionConfig",
|
|
2951
|
-
"declaration": {
|
|
2952
|
-
"name": "defaultAccordionConfig",
|
|
2953
|
-
"module": "src/accordion/accordion.ts"
|
|
2954
|
-
}
|
|
2955
|
-
},
|
|
2956
|
-
{
|
|
2957
|
-
"kind": "js",
|
|
2958
|
-
"name": "foundationAccordion",
|
|
2959
|
-
"declaration": {
|
|
2960
|
-
"name": "foundationAccordion",
|
|
2961
|
-
"module": "src/accordion/accordion.ts"
|
|
2962
|
-
}
|
|
2963
|
-
}
|
|
2964
|
-
]
|
|
2965
|
-
},
|
|
2966
|
-
{
|
|
2967
|
-
"kind": "javascript-module",
|
|
2968
|
-
"path": "src/accordion/index.ts",
|
|
2969
|
-
"declarations": [],
|
|
2970
|
-
"exports": [
|
|
2971
|
-
{
|
|
2972
|
-
"kind": "js",
|
|
2973
|
-
"name": "*",
|
|
2974
|
-
"declaration": {
|
|
2975
|
-
"name": "*",
|
|
2976
|
-
"package": "./accordion.template"
|
|
2977
|
-
}
|
|
2978
|
-
},
|
|
2979
|
-
{
|
|
2980
|
-
"kind": "js",
|
|
2981
|
-
"name": "*",
|
|
2982
|
-
"declaration": {
|
|
2983
|
-
"name": "*",
|
|
2984
|
-
"package": "./accordion.styles"
|
|
2985
|
-
}
|
|
2986
|
-
},
|
|
2987
|
-
{
|
|
2988
|
-
"kind": "js",
|
|
2989
|
-
"name": "*",
|
|
2990
|
-
"declaration": {
|
|
2991
|
-
"name": "*",
|
|
2992
|
-
"package": "./accordion"
|
|
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
|
-
]
|
|
2901
|
+
"name": "foundationAiCriteriaSearchStyles",
|
|
2902
|
+
"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`"
|
|
3023
2903
|
}
|
|
3024
2904
|
],
|
|
3025
2905
|
"exports": [
|
|
3026
2906
|
{
|
|
3027
2907
|
"kind": "js",
|
|
3028
|
-
"name": "
|
|
2908
|
+
"name": "foundationAiCriteriaSearchStyles",
|
|
3029
2909
|
"declaration": {
|
|
3030
|
-
"name": "
|
|
3031
|
-
"module": "src/ai-
|
|
2910
|
+
"name": "foundationAiCriteriaSearchStyles",
|
|
2911
|
+
"module": "src/ai-criteria-search/ai-criteria-search.styles.ts"
|
|
3032
2912
|
}
|
|
3033
2913
|
}
|
|
3034
2914
|
]
|
|
3035
2915
|
},
|
|
3036
2916
|
{
|
|
3037
2917
|
"kind": "javascript-module",
|
|
3038
|
-
"path": "src/ai-
|
|
2918
|
+
"path": "src/ai-criteria-search/ai-criteria-search.template.ts",
|
|
3039
2919
|
"declarations": [
|
|
3040
2920
|
{
|
|
3041
2921
|
"kind": "variable",
|
|
3042
|
-
"name": "
|
|
2922
|
+
"name": "foundationAiCriteriaSearchTemplate",
|
|
3043
2923
|
"type": {
|
|
3044
|
-
"text": "ViewTemplate<
|
|
2924
|
+
"text": "ViewTemplate<AiCriteriaSearch>"
|
|
3045
2925
|
},
|
|
3046
|
-
"default": "html`\n ${(x) =>
|
|
2926
|
+
"default": "html`\n ${(x) => aiCriteriaSearchTemplate(getPrefix(x))}\n`"
|
|
3047
2927
|
}
|
|
3048
2928
|
],
|
|
3049
2929
|
"exports": [
|
|
3050
2930
|
{
|
|
3051
2931
|
"kind": "js",
|
|
3052
|
-
"name": "
|
|
2932
|
+
"name": "foundationAiCriteriaSearchTemplate",
|
|
3053
2933
|
"declaration": {
|
|
3054
|
-
"name": "
|
|
3055
|
-
"module": "src/ai-
|
|
2934
|
+
"name": "foundationAiCriteriaSearchTemplate",
|
|
2935
|
+
"module": "src/ai-criteria-search/ai-criteria-search.template.ts"
|
|
3056
2936
|
}
|
|
3057
2937
|
}
|
|
3058
2938
|
]
|
|
3059
2939
|
},
|
|
3060
2940
|
{
|
|
3061
2941
|
"kind": "javascript-module",
|
|
3062
|
-
"path": "src/ai-
|
|
2942
|
+
"path": "src/ai-criteria-search/ai-criteria-search.ts",
|
|
3063
2943
|
"declarations": [
|
|
3064
2944
|
{
|
|
3065
2945
|
"kind": "class",
|
|
3066
2946
|
"description": "",
|
|
3067
|
-
"name": "
|
|
2947
|
+
"name": "AiCriteriaSearch",
|
|
3068
2948
|
"members": [
|
|
3069
2949
|
{
|
|
3070
2950
|
"kind": "field",
|
|
@@ -3075,31 +2955,38 @@
|
|
|
3075
2955
|
},
|
|
3076
2956
|
{
|
|
3077
2957
|
"kind": "field",
|
|
3078
|
-
"name": "
|
|
2958
|
+
"name": "placeholder",
|
|
3079
2959
|
"type": {
|
|
3080
|
-
"text": "
|
|
2960
|
+
"text": "string"
|
|
3081
2961
|
},
|
|
3082
|
-
"default": "
|
|
2962
|
+
"default": "'Describe your search criteria in natural language...'"
|
|
3083
2963
|
},
|
|
3084
2964
|
{
|
|
3085
2965
|
"kind": "field",
|
|
3086
|
-
"name": "
|
|
2966
|
+
"name": "disabled",
|
|
3087
2967
|
"type": {
|
|
3088
2968
|
"text": "boolean"
|
|
2969
|
+
}
|
|
2970
|
+
},
|
|
2971
|
+
{
|
|
2972
|
+
"kind": "field",
|
|
2973
|
+
"name": "mode",
|
|
2974
|
+
"type": {
|
|
2975
|
+
"text": "'append' | 'replace'"
|
|
3089
2976
|
},
|
|
3090
|
-
"default": "
|
|
2977
|
+
"default": "'replace'"
|
|
3091
2978
|
},
|
|
3092
2979
|
{
|
|
3093
2980
|
"kind": "field",
|
|
3094
|
-
"name": "
|
|
2981
|
+
"name": "inputValue",
|
|
3095
2982
|
"type": {
|
|
3096
|
-
"text": "
|
|
2983
|
+
"text": "string"
|
|
3097
2984
|
},
|
|
3098
|
-
"default": "'
|
|
2985
|
+
"default": "''"
|
|
3099
2986
|
},
|
|
3100
2987
|
{
|
|
3101
2988
|
"kind": "field",
|
|
3102
|
-
"name": "
|
|
2989
|
+
"name": "isInterpreting",
|
|
3103
2990
|
"type": {
|
|
3104
2991
|
"text": "boolean"
|
|
3105
2992
|
},
|
|
@@ -3107,133 +2994,91 @@
|
|
|
3107
2994
|
},
|
|
3108
2995
|
{
|
|
3109
2996
|
"kind": "field",
|
|
3110
|
-
"name": "
|
|
2997
|
+
"name": "lastValidCriteria",
|
|
3111
2998
|
"type": {
|
|
3112
|
-
"text": "
|
|
2999
|
+
"text": "string | null"
|
|
3113
3000
|
},
|
|
3114
|
-
"privacy": "private",
|
|
3115
3001
|
"default": "null"
|
|
3116
3002
|
},
|
|
3117
3003
|
{
|
|
3118
3004
|
"kind": "field",
|
|
3119
|
-
"name": "
|
|
3120
|
-
"privacy": "private"
|
|
3121
|
-
},
|
|
3122
|
-
{
|
|
3123
|
-
"kind": "field",
|
|
3124
|
-
"name": "chromeStatusLabel",
|
|
3005
|
+
"name": "fieldMetadata",
|
|
3125
3006
|
"type": {
|
|
3126
|
-
"text": "
|
|
3007
|
+
"text": "MetadataDetail[] | string[]"
|
|
3127
3008
|
},
|
|
3128
|
-
"
|
|
3009
|
+
"default": "[]"
|
|
3129
3010
|
},
|
|
3130
3011
|
{
|
|
3131
3012
|
"kind": "field",
|
|
3132
|
-
"name": "
|
|
3013
|
+
"name": "isRecording",
|
|
3133
3014
|
"type": {
|
|
3134
3015
|
"text": "boolean"
|
|
3135
3016
|
},
|
|
3136
|
-
"
|
|
3017
|
+
"default": "false"
|
|
3137
3018
|
},
|
|
3138
3019
|
{
|
|
3139
3020
|
"kind": "field",
|
|
3140
|
-
"name": "
|
|
3021
|
+
"name": "textAreaRef",
|
|
3141
3022
|
"type": {
|
|
3142
|
-
"text": "
|
|
3023
|
+
"text": "HTMLTextAreaElement"
|
|
3143
3024
|
},
|
|
3144
|
-
"
|
|
3025
|
+
"privacy": "public"
|
|
3145
3026
|
},
|
|
3146
3027
|
{
|
|
3147
|
-
"kind": "
|
|
3148
|
-
"name": "
|
|
3149
|
-
"
|
|
3150
|
-
"
|
|
3151
|
-
|
|
3152
|
-
|
|
3153
|
-
|
|
3028
|
+
"kind": "field",
|
|
3029
|
+
"name": "stopRecording",
|
|
3030
|
+
"type": {
|
|
3031
|
+
"text": "(() => void) | null"
|
|
3032
|
+
},
|
|
3033
|
+
"privacy": "private",
|
|
3034
|
+
"default": "null"
|
|
3154
3035
|
},
|
|
3155
3036
|
{
|
|
3156
|
-
"kind": "
|
|
3157
|
-
"name": "
|
|
3037
|
+
"kind": "field",
|
|
3038
|
+
"name": "speechApplyDebounceTimer",
|
|
3039
|
+
"type": {
|
|
3040
|
+
"text": "ReturnType<typeof setTimeout> | null"
|
|
3041
|
+
},
|
|
3158
3042
|
"privacy": "private",
|
|
3159
|
-
"
|
|
3160
|
-
{
|
|
3161
|
-
"name": "event",
|
|
3162
|
-
"type": {
|
|
3163
|
-
"text": "MouseEvent"
|
|
3164
|
-
}
|
|
3165
|
-
}
|
|
3166
|
-
]
|
|
3043
|
+
"default": "null"
|
|
3167
3044
|
},
|
|
3168
3045
|
{
|
|
3169
|
-
"kind": "
|
|
3170
|
-
"name": "
|
|
3046
|
+
"kind": "field",
|
|
3047
|
+
"name": "baseInputForAppend",
|
|
3048
|
+
"type": {
|
|
3049
|
+
"text": "string"
|
|
3050
|
+
},
|
|
3051
|
+
"privacy": "private",
|
|
3052
|
+
"default": "''"
|
|
3171
3053
|
},
|
|
3172
3054
|
{
|
|
3173
|
-
"kind": "
|
|
3174
|
-
"name": "
|
|
3175
|
-
"
|
|
3176
|
-
"
|
|
3177
|
-
|
|
3178
|
-
|
|
3179
|
-
}
|
|
3055
|
+
"kind": "field",
|
|
3056
|
+
"name": "speechAvailable",
|
|
3057
|
+
"type": {
|
|
3058
|
+
"text": "boolean"
|
|
3059
|
+
},
|
|
3060
|
+
"readonly": true
|
|
3180
3061
|
},
|
|
3181
3062
|
{
|
|
3182
3063
|
"kind": "method",
|
|
3183
|
-
"name": "
|
|
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
|
-
]
|
|
3064
|
+
"name": "handleSubmit"
|
|
3198
3065
|
},
|
|
3199
3066
|
{
|
|
3200
3067
|
"kind": "method",
|
|
3201
|
-
"name": "
|
|
3202
|
-
"privacy": "private",
|
|
3203
|
-
"return": {
|
|
3204
|
-
"type": {
|
|
3205
|
-
"text": "void"
|
|
3206
|
-
}
|
|
3207
|
-
}
|
|
3068
|
+
"name": "handleBlur"
|
|
3208
3069
|
},
|
|
3209
3070
|
{
|
|
3210
3071
|
"kind": "method",
|
|
3211
|
-
"name": "
|
|
3212
|
-
"privacy": "private",
|
|
3213
|
-
"return": {
|
|
3214
|
-
"type": {
|
|
3215
|
-
"text": "void"
|
|
3216
|
-
}
|
|
3217
|
-
}
|
|
3072
|
+
"name": "clear"
|
|
3218
3073
|
},
|
|
3219
3074
|
{
|
|
3220
3075
|
"kind": "method",
|
|
3221
|
-
"name": "
|
|
3222
|
-
"privacy": "private",
|
|
3223
|
-
"return": {
|
|
3224
|
-
"type": {
|
|
3225
|
-
"text": "void"
|
|
3226
|
-
}
|
|
3227
|
-
}
|
|
3076
|
+
"name": "toggleSpeechInput"
|
|
3228
3077
|
},
|
|
3229
3078
|
{
|
|
3230
3079
|
"kind": "method",
|
|
3231
|
-
"name": "
|
|
3232
|
-
"
|
|
3233
|
-
"type": {
|
|
3234
|
-
"text": "Promise<void>"
|
|
3235
|
-
}
|
|
3236
|
-
}
|
|
3080
|
+
"name": "clearSpeechApplyDebounce",
|
|
3081
|
+
"privacy": "private"
|
|
3237
3082
|
},
|
|
3238
3083
|
{
|
|
3239
3084
|
"kind": "field",
|
|
@@ -3347,88 +3192,243 @@
|
|
|
3347
3192
|
}
|
|
3348
3193
|
}
|
|
3349
3194
|
],
|
|
3195
|
+
"attributes": [
|
|
3196
|
+
{
|
|
3197
|
+
"name": "placeholder",
|
|
3198
|
+
"type": {
|
|
3199
|
+
"text": "string"
|
|
3200
|
+
},
|
|
3201
|
+
"default": "'Describe your search criteria in natural language...'",
|
|
3202
|
+
"fieldName": "placeholder"
|
|
3203
|
+
},
|
|
3204
|
+
{
|
|
3205
|
+
"type": {
|
|
3206
|
+
"text": "boolean"
|
|
3207
|
+
},
|
|
3208
|
+
"fieldName": "disabled"
|
|
3209
|
+
},
|
|
3210
|
+
{
|
|
3211
|
+
"name": "mode",
|
|
3212
|
+
"type": {
|
|
3213
|
+
"text": "'append' | 'replace'"
|
|
3214
|
+
},
|
|
3215
|
+
"default": "'replace'",
|
|
3216
|
+
"fieldName": "mode"
|
|
3217
|
+
}
|
|
3218
|
+
],
|
|
3350
3219
|
"superclass": {
|
|
3351
3220
|
"name": "FoundationElement",
|
|
3352
3221
|
"package": "@microsoft/fast-foundation"
|
|
3353
3222
|
},
|
|
3354
|
-
"tagName": "%%prefix%%-ai-
|
|
3223
|
+
"tagName": "%%prefix%%-ai-criteria-search",
|
|
3355
3224
|
"customElement": true
|
|
3356
3225
|
},
|
|
3357
3226
|
{
|
|
3358
3227
|
"kind": "variable",
|
|
3359
|
-
"name": "
|
|
3228
|
+
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
3229
|
+
"type": {
|
|
3230
|
+
"text": "ShadowRootInit"
|
|
3231
|
+
},
|
|
3232
|
+
"default": "undefined"
|
|
3233
|
+
},
|
|
3234
|
+
{
|
|
3235
|
+
"kind": "variable",
|
|
3236
|
+
"name": "defaultAiCriteriaSearchConfig",
|
|
3237
|
+
"type": {
|
|
3238
|
+
"text": "object"
|
|
3239
|
+
},
|
|
3240
|
+
"default": "{}"
|
|
3241
|
+
},
|
|
3242
|
+
{
|
|
3243
|
+
"kind": "variable",
|
|
3244
|
+
"name": "foundationAiCriteriaSearch"
|
|
3360
3245
|
}
|
|
3361
3246
|
],
|
|
3362
3247
|
"exports": [
|
|
3363
3248
|
{
|
|
3364
3249
|
"kind": "js",
|
|
3365
|
-
"name": "
|
|
3250
|
+
"name": "AiCriteriaSearch",
|
|
3366
3251
|
"declaration": {
|
|
3367
|
-
"name": "
|
|
3368
|
-
"module": "src/ai-
|
|
3252
|
+
"name": "AiCriteriaSearch",
|
|
3253
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
3369
3254
|
}
|
|
3370
3255
|
},
|
|
3371
3256
|
{
|
|
3372
3257
|
"kind": "js",
|
|
3373
|
-
"name": "
|
|
3258
|
+
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
3374
3259
|
"declaration": {
|
|
3375
|
-
"name": "
|
|
3376
|
-
"module": "src/ai-
|
|
3260
|
+
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
3261
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
3262
|
+
}
|
|
3263
|
+
},
|
|
3264
|
+
{
|
|
3265
|
+
"kind": "js",
|
|
3266
|
+
"name": "defaultAiCriteriaSearchConfig",
|
|
3267
|
+
"declaration": {
|
|
3268
|
+
"name": "defaultAiCriteriaSearchConfig",
|
|
3269
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
3270
|
+
}
|
|
3271
|
+
},
|
|
3272
|
+
{
|
|
3273
|
+
"kind": "js",
|
|
3274
|
+
"name": "foundationAiCriteriaSearch",
|
|
3275
|
+
"declaration": {
|
|
3276
|
+
"name": "foundationAiCriteriaSearch",
|
|
3277
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
3377
3278
|
}
|
|
3378
3279
|
}
|
|
3379
3280
|
]
|
|
3380
3281
|
},
|
|
3381
3282
|
{
|
|
3382
3283
|
"kind": "javascript-module",
|
|
3383
|
-
"path": "src/ai-
|
|
3284
|
+
"path": "src/ai-criteria-search/index.ts",
|
|
3384
3285
|
"declarations": [],
|
|
3385
3286
|
"exports": [
|
|
3386
3287
|
{
|
|
3387
3288
|
"kind": "js",
|
|
3388
|
-
"name": "
|
|
3289
|
+
"name": "AiCriteriaSearch",
|
|
3389
3290
|
"declaration": {
|
|
3390
|
-
"name": "
|
|
3391
|
-
"module": "./ai-
|
|
3291
|
+
"name": "AiCriteriaSearch",
|
|
3292
|
+
"module": "./ai-criteria-search"
|
|
3392
3293
|
}
|
|
3393
3294
|
},
|
|
3394
3295
|
{
|
|
3395
3296
|
"kind": "js",
|
|
3396
|
-
"name": "
|
|
3297
|
+
"name": "defaultAiCriteriaSearchConfig",
|
|
3397
3298
|
"declaration": {
|
|
3398
|
-
"name": "
|
|
3399
|
-
"module": "./ai-
|
|
3299
|
+
"name": "defaultAiCriteriaSearchConfig",
|
|
3300
|
+
"module": "./ai-criteria-search"
|
|
3400
3301
|
}
|
|
3401
3302
|
},
|
|
3402
3303
|
{
|
|
3403
3304
|
"kind": "js",
|
|
3404
|
-
"name": "
|
|
3305
|
+
"name": "foundationAiCriteriaSearch",
|
|
3405
3306
|
"declaration": {
|
|
3406
|
-
"name": "
|
|
3407
|
-
"module": "./ai-
|
|
3307
|
+
"name": "foundationAiCriteriaSearch",
|
|
3308
|
+
"module": "./ai-criteria-search"
|
|
3408
3309
|
}
|
|
3409
3310
|
},
|
|
3410
3311
|
{
|
|
3411
3312
|
"kind": "js",
|
|
3412
|
-
"name": "
|
|
3313
|
+
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
3413
3314
|
"declaration": {
|
|
3414
|
-
"name": "
|
|
3415
|
-
"module": "./ai-
|
|
3315
|
+
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
3316
|
+
"module": "./ai-criteria-search"
|
|
3416
3317
|
}
|
|
3417
3318
|
},
|
|
3418
3319
|
{
|
|
3419
3320
|
"kind": "js",
|
|
3420
|
-
"name": "
|
|
3321
|
+
"name": "foundationAiCriteriaSearchStyles",
|
|
3421
3322
|
"declaration": {
|
|
3422
|
-
"name": "
|
|
3423
|
-
"module": "./ai-
|
|
3323
|
+
"name": "foundationAiCriteriaSearchStyles",
|
|
3324
|
+
"module": "./ai-criteria-search.styles"
|
|
3424
3325
|
}
|
|
3425
3326
|
},
|
|
3426
3327
|
{
|
|
3427
3328
|
"kind": "js",
|
|
3428
|
-
"name": "
|
|
3329
|
+
"name": "foundationAiCriteriaSearchTemplate",
|
|
3429
3330
|
"declaration": {
|
|
3430
|
-
"name": "
|
|
3431
|
-
"module": "./ai-
|
|
3331
|
+
"name": "foundationAiCriteriaSearchTemplate",
|
|
3332
|
+
"module": "./ai-criteria-search.template"
|
|
3333
|
+
}
|
|
3334
|
+
},
|
|
3335
|
+
{
|
|
3336
|
+
"kind": "js",
|
|
3337
|
+
"name": "*",
|
|
3338
|
+
"declaration": {
|
|
3339
|
+
"name": "*",
|
|
3340
|
+
"package": "./validation/criteria-ir"
|
|
3341
|
+
}
|
|
3342
|
+
},
|
|
3343
|
+
{
|
|
3344
|
+
"kind": "js",
|
|
3345
|
+
"name": "*",
|
|
3346
|
+
"declaration": {
|
|
3347
|
+
"name": "*",
|
|
3348
|
+
"package": "./validation/operator-map"
|
|
3349
|
+
}
|
|
3350
|
+
},
|
|
3351
|
+
{
|
|
3352
|
+
"kind": "js",
|
|
3353
|
+
"name": "*",
|
|
3354
|
+
"declaration": {
|
|
3355
|
+
"name": "*",
|
|
3356
|
+
"package": "./validation/schema-validator"
|
|
3357
|
+
}
|
|
3358
|
+
}
|
|
3359
|
+
]
|
|
3360
|
+
},
|
|
3361
|
+
{
|
|
3362
|
+
"kind": "javascript-module",
|
|
3363
|
+
"path": "src/ai-criteria-search/validation-error-notification.ts",
|
|
3364
|
+
"declarations": [
|
|
3365
|
+
{
|
|
3366
|
+
"kind": "function",
|
|
3367
|
+
"name": "formatValidationErrors",
|
|
3368
|
+
"return": {
|
|
3369
|
+
"type": {
|
|
3370
|
+
"text": "string"
|
|
3371
|
+
}
|
|
3372
|
+
},
|
|
3373
|
+
"parameters": [
|
|
3374
|
+
{
|
|
3375
|
+
"name": "errors",
|
|
3376
|
+
"type": {
|
|
3377
|
+
"text": "ValidationError[]"
|
|
3378
|
+
}
|
|
3379
|
+
}
|
|
3380
|
+
],
|
|
3381
|
+
"description": "Formats validation errors into a user-friendly message."
|
|
3382
|
+
},
|
|
3383
|
+
{
|
|
3384
|
+
"kind": "function",
|
|
3385
|
+
"name": "showCriteriaError",
|
|
3386
|
+
"return": {
|
|
3387
|
+
"type": {
|
|
3388
|
+
"text": "void"
|
|
3389
|
+
}
|
|
3390
|
+
},
|
|
3391
|
+
"parameters": [
|
|
3392
|
+
{
|
|
3393
|
+
"name": "title",
|
|
3394
|
+
"type": {
|
|
3395
|
+
"text": "string"
|
|
3396
|
+
},
|
|
3397
|
+
"description": "Notification title (e.g. \"Criteria validation error\")"
|
|
3398
|
+
},
|
|
3399
|
+
{
|
|
3400
|
+
"name": "body",
|
|
3401
|
+
"type": {
|
|
3402
|
+
"text": "string"
|
|
3403
|
+
},
|
|
3404
|
+
"description": "Error message to display"
|
|
3405
|
+
},
|
|
3406
|
+
{
|
|
3407
|
+
"name": "tagName",
|
|
3408
|
+
"type": {
|
|
3409
|
+
"text": "string"
|
|
3410
|
+
},
|
|
3411
|
+
"description": "Design system prefix (e.g. \"rapid\", \"foundation\")"
|
|
3412
|
+
}
|
|
3413
|
+
],
|
|
3414
|
+
"description": "Shows a criteria error as a toast notification."
|
|
3415
|
+
}
|
|
3416
|
+
],
|
|
3417
|
+
"exports": [
|
|
3418
|
+
{
|
|
3419
|
+
"kind": "js",
|
|
3420
|
+
"name": "formatValidationErrors",
|
|
3421
|
+
"declaration": {
|
|
3422
|
+
"name": "formatValidationErrors",
|
|
3423
|
+
"module": "src/ai-criteria-search/validation-error-notification.ts"
|
|
3424
|
+
}
|
|
3425
|
+
},
|
|
3426
|
+
{
|
|
3427
|
+
"kind": "js",
|
|
3428
|
+
"name": "showCriteriaError",
|
|
3429
|
+
"declaration": {
|
|
3430
|
+
"name": "showCriteriaError",
|
|
3431
|
+
"module": "src/ai-criteria-search/validation-error-notification.ts"
|
|
3432
3432
|
}
|
|
3433
3433
|
}
|
|
3434
3434
|
]
|
|
@@ -45408,15 +45408,6 @@
|
|
|
45408
45408
|
"default": "'second'",
|
|
45409
45409
|
"attribute": "date-countdown-unit"
|
|
45410
45410
|
},
|
|
45411
|
-
{
|
|
45412
|
-
"kind": "field",
|
|
45413
|
-
"name": "hideWhenCountdownCompleted",
|
|
45414
|
-
"type": {
|
|
45415
|
-
"text": "boolean"
|
|
45416
|
-
},
|
|
45417
|
-
"default": "false",
|
|
45418
|
-
"attribute": "hide-when-countdown-completed"
|
|
45419
|
-
},
|
|
45420
45411
|
{
|
|
45421
45412
|
"kind": "field",
|
|
45422
45413
|
"name": "dateInterval",
|
|
@@ -45654,15 +45645,6 @@
|
|
|
45654
45645
|
"fieldName": "dateCountdownUnit",
|
|
45655
45646
|
"description": "the minimum unit of time shown in the countdown. Defaults to 'seconds'"
|
|
45656
45647
|
},
|
|
45657
|
-
{
|
|
45658
|
-
"name": "hide-when-countdown-completed",
|
|
45659
|
-
"type": {
|
|
45660
|
-
"text": "boolean"
|
|
45661
|
-
},
|
|
45662
|
-
"default": "false",
|
|
45663
|
-
"fieldName": "hideWhenCountdownCompleted",
|
|
45664
|
-
"description": "if true, the status pill will be removed from the template once the countdown has expired."
|
|
45665
|
-
},
|
|
45666
45648
|
{
|
|
45667
45649
|
"name": "background-color",
|
|
45668
45650
|
"type": {
|
|
@@ -45753,15 +45735,6 @@
|
|
|
45753
45735
|
"default": "'second'",
|
|
45754
45736
|
"attribute": "date-countdown-unit",
|
|
45755
45737
|
"fieldName": "dateCountdownUnit"
|
|
45756
|
-
},
|
|
45757
|
-
{
|
|
45758
|
-
"name": "hide-when-countdown-completed",
|
|
45759
|
-
"type": {
|
|
45760
|
-
"text": "boolean"
|
|
45761
|
-
},
|
|
45762
|
-
"default": "false",
|
|
45763
|
-
"attribute": "hide-when-countdown-completed",
|
|
45764
|
-
"fieldName": "hideWhenCountdownCompleted"
|
|
45765
45738
|
}
|
|
45766
45739
|
],
|
|
45767
45740
|
"superclass": {
|
|
@@ -50291,7 +50264,7 @@
|
|
|
50291
50264
|
"type": {
|
|
50292
50265
|
"text": "ElementStyles"
|
|
50293
50266
|
},
|
|
50294
|
-
"default": "css`\n @keyframes append-animate {\n from {\n transform: translateX(100%);\n opacity: 0%;\n }\n\n to {\n transform: translateX(0%);\n opacity: 100%;\n }\n }\n\n @keyframes delete-animate {\n from {\n transform: translateX(0%);\n opacity: 100%;\n }\n\n to {\n transform: translateX(100%);\n opacity: 0%;\n }\n }\n\n :host {\n --toast-min-width: 356px;\n --toast-min-height: 128px;\n --toast-max-width: 356px;\n --toast-max-height: 272px;\n }\n\n .toast {\n animation: append-animate 0.3s linear;\n max-width: var(--toast-max-width);\n min-width: var(--toast-min-width);\n background-color: var(--fill-color);\n border-radius: calc(var(--control-corner-radius) * 1px);\n border-width: thin;\n border-color: var(--neutral-
|
|
50267
|
+
"default": "css`\n @keyframes append-animate {\n from {\n transform: translateX(100%);\n opacity: 0%;\n }\n\n to {\n transform: translateX(0%);\n opacity: 100%;\n }\n }\n\n @keyframes delete-animate {\n from {\n transform: translateX(0%);\n opacity: 100%;\n }\n\n to {\n transform: translateX(100%);\n opacity: 0%;\n }\n }\n\n :host {\n --toast-min-width: 356px;\n --toast-min-height: 128px;\n --toast-max-width: 356px;\n --toast-max-height: 272px;\n }\n\n .toast {\n animation: append-animate 0.3s linear;\n max-width: var(--toast-max-width);\n min-width: var(--toast-min-width);\n background-color: var(--fill-color);\n border-radius: calc(var(--control-corner-radius) * 1px);\n border-width: thin;\n border-color: var(--neutral-stroke-rest);\n box-shadow: 0 2px 15px 0 rgb(0 0 0 / 35%);\n display: flex;\n position: relative;\n flex-direction: row;\n padding: 8px 8px 8px 15px;\n margin: 5px;\n }\n\n .toast-delete {\n animation: delete-animate 0.3s linear;\n opacity: 0%;\n }\n\n .toast::after {\n content: '';\n position: absolute;\n top: 50%;\n transform: translateY(-50%);\n left: 5px;\n height: calc(100% - 10px);\n width: 4px;\n border-radius: 2px;\n background-color: red;\n }\n\n .content-wrapper {\n height: fit-content;\n width: 100%;\n display: flex;\n flex-direction: column;\n justify-content: space-between;\n align-items: stretch;\n }\n\n .bottom {\n width: 70%;\n }\n\n .top {\n width: 100%;\n display: flex;\n flex-direction: row;\n justify-content: space-between;\n align-items: center;\n }\n\n .content {\n width: 85%;\n font-size: 12px;\n overflow-wrap: break-word;\n }\n\n ::slotted(*) {\n white-space: pre-line;\n }\n\n .date {\n color: var(--neutral-foreground-hint);\n font-size: 12px;\n margin: 0 0 5px;\n }\n\n .notification-icon {\n margin-right: 6px;\n }\n\n .close-icon {\n cursor: pointer;\n margin-left: auto;\n color: #879ba6;\n }\n`"
|
|
50295
50268
|
}
|
|
50296
50269
|
],
|
|
50297
50270
|
"exports": [
|