@genesislcap/foundation-zero 14.484.2 → 14.485.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 +825 -825
- package/dist/dts/react.d.ts +17 -17
- package/dist/react.cjs +11 -11
- package/dist/react.mjs +9 -9
- package/package.json +12 -12
|
@@ -2344,25 +2344,46 @@
|
|
|
2344
2344
|
},
|
|
2345
2345
|
{
|
|
2346
2346
|
"kind": "javascript-module",
|
|
2347
|
-
"path": "src/ai-
|
|
2347
|
+
"path": "src/ai-criteria-search/ai-criteria-search.styles.ts",
|
|
2348
|
+
"declarations": [
|
|
2349
|
+
{
|
|
2350
|
+
"kind": "variable",
|
|
2351
|
+
"name": "zeroAiCriteriaSearchStyles",
|
|
2352
|
+
"default": "css`\n ${foundationAiCriteriaSearchStyles}\n`"
|
|
2353
|
+
}
|
|
2354
|
+
],
|
|
2355
|
+
"exports": [
|
|
2356
|
+
{
|
|
2357
|
+
"kind": "js",
|
|
2358
|
+
"name": "zeroAiCriteriaSearchStyles",
|
|
2359
|
+
"declaration": {
|
|
2360
|
+
"name": "zeroAiCriteriaSearchStyles",
|
|
2361
|
+
"module": "src/ai-criteria-search/ai-criteria-search.styles.ts"
|
|
2362
|
+
}
|
|
2363
|
+
}
|
|
2364
|
+
]
|
|
2365
|
+
},
|
|
2366
|
+
{
|
|
2367
|
+
"kind": "javascript-module",
|
|
2368
|
+
"path": "src/ai-criteria-search/ai-criteria-search.template.ts",
|
|
2348
2369
|
"declarations": [
|
|
2349
2370
|
{
|
|
2350
2371
|
"kind": "function",
|
|
2351
|
-
"name": "
|
|
2372
|
+
"name": "zeroAiCriteriaSearchTemplate",
|
|
2352
2373
|
"return": {
|
|
2353
2374
|
"type": {
|
|
2354
|
-
"text": "
|
|
2375
|
+
"text": "ViewTemplate<AiCriteriaSearch>"
|
|
2355
2376
|
}
|
|
2356
2377
|
},
|
|
2357
2378
|
"parameters": [
|
|
2358
2379
|
{
|
|
2359
|
-
"name": "
|
|
2380
|
+
"name": "_context",
|
|
2360
2381
|
"type": {
|
|
2361
2382
|
"text": "ElementDefinitionContext"
|
|
2362
2383
|
}
|
|
2363
2384
|
},
|
|
2364
2385
|
{
|
|
2365
|
-
"name": "
|
|
2386
|
+
"name": "_definition",
|
|
2366
2387
|
"type": {
|
|
2367
2388
|
"text": "FoundationElementDefinition"
|
|
2368
2389
|
}
|
|
@@ -2373,28 +2394,52 @@
|
|
|
2373
2394
|
"exports": [
|
|
2374
2395
|
{
|
|
2375
2396
|
"kind": "js",
|
|
2376
|
-
"name": "
|
|
2397
|
+
"name": "zeroAiCriteriaSearchTemplate",
|
|
2377
2398
|
"declaration": {
|
|
2378
|
-
"name": "
|
|
2379
|
-
"module": "src/ai-
|
|
2399
|
+
"name": "zeroAiCriteriaSearchTemplate",
|
|
2400
|
+
"module": "src/ai-criteria-search/ai-criteria-search.template.ts"
|
|
2380
2401
|
}
|
|
2381
2402
|
}
|
|
2382
2403
|
]
|
|
2383
2404
|
},
|
|
2384
2405
|
{
|
|
2385
2406
|
"kind": "javascript-module",
|
|
2386
|
-
"path": "src/ai-
|
|
2407
|
+
"path": "src/ai-criteria-search/ai-criteria-search.ts",
|
|
2387
2408
|
"declarations": [
|
|
2388
2409
|
{
|
|
2389
2410
|
"kind": "class",
|
|
2390
2411
|
"description": "",
|
|
2391
|
-
"name": "
|
|
2412
|
+
"name": "AiCriteriaSearch",
|
|
2392
2413
|
"superclass": {
|
|
2393
|
-
"name": "
|
|
2414
|
+
"name": "FoundationAiCriteriaSearch",
|
|
2394
2415
|
"package": "@genesislcap/foundation-ui"
|
|
2395
2416
|
},
|
|
2396
|
-
"tagName": "%%prefix%%-ai-
|
|
2417
|
+
"tagName": "%%prefix%%-ai-criteria-search",
|
|
2397
2418
|
"customElement": true,
|
|
2419
|
+
"attributes": [
|
|
2420
|
+
{
|
|
2421
|
+
"name": "placeholder",
|
|
2422
|
+
"type": {
|
|
2423
|
+
"text": "string"
|
|
2424
|
+
},
|
|
2425
|
+
"default": "'Describe your search criteria in natural language...'",
|
|
2426
|
+
"fieldName": "placeholder",
|
|
2427
|
+
"inheritedFrom": {
|
|
2428
|
+
"name": "AiCriteriaSearch",
|
|
2429
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2430
|
+
}
|
|
2431
|
+
},
|
|
2432
|
+
{
|
|
2433
|
+
"type": {
|
|
2434
|
+
"text": "boolean"
|
|
2435
|
+
},
|
|
2436
|
+
"fieldName": "disabled",
|
|
2437
|
+
"inheritedFrom": {
|
|
2438
|
+
"name": "AiCriteriaSearch",
|
|
2439
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2440
|
+
}
|
|
2441
|
+
}
|
|
2442
|
+
],
|
|
2398
2443
|
"members": [
|
|
2399
2444
|
{
|
|
2400
2445
|
"kind": "field",
|
|
@@ -2403,256 +2448,293 @@
|
|
|
2403
2448
|
"text": "AIProviderRegistry"
|
|
2404
2449
|
},
|
|
2405
2450
|
"inheritedFrom": {
|
|
2406
|
-
"name": "
|
|
2407
|
-
"module": "src/ai-
|
|
2451
|
+
"name": "AiCriteriaSearch",
|
|
2452
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2408
2453
|
}
|
|
2409
2454
|
},
|
|
2410
2455
|
{
|
|
2411
2456
|
"kind": "field",
|
|
2412
|
-
"name": "
|
|
2457
|
+
"name": "placeholder",
|
|
2413
2458
|
"type": {
|
|
2414
|
-
"text": "
|
|
2459
|
+
"text": "string"
|
|
2415
2460
|
},
|
|
2416
|
-
"
|
|
2417
|
-
"description": "The indicator reflects status for the registry's default provider only —\nper-agent provider overrides live with the assistant component, not this\ntop-level chrome.",
|
|
2418
|
-
"readonly": true,
|
|
2461
|
+
"default": "'Describe your search criteria in natural language...'",
|
|
2419
2462
|
"inheritedFrom": {
|
|
2420
|
-
"name": "
|
|
2421
|
-
"module": "src/ai-
|
|
2463
|
+
"name": "AiCriteriaSearch",
|
|
2464
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2422
2465
|
}
|
|
2423
2466
|
},
|
|
2424
2467
|
{
|
|
2425
2468
|
"kind": "field",
|
|
2426
|
-
"name": "
|
|
2469
|
+
"name": "disabled",
|
|
2427
2470
|
"type": {
|
|
2428
|
-
"text": "
|
|
2471
|
+
"text": "boolean"
|
|
2472
|
+
},
|
|
2473
|
+
"inheritedFrom": {
|
|
2474
|
+
"name": "AiCriteriaSearch",
|
|
2475
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2476
|
+
}
|
|
2477
|
+
},
|
|
2478
|
+
{
|
|
2479
|
+
"kind": "field",
|
|
2480
|
+
"name": "inputValue",
|
|
2481
|
+
"type": {
|
|
2482
|
+
"text": "string"
|
|
2483
|
+
},
|
|
2484
|
+
"default": "''",
|
|
2485
|
+
"inheritedFrom": {
|
|
2486
|
+
"name": "AiCriteriaSearch",
|
|
2487
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2488
|
+
}
|
|
2489
|
+
},
|
|
2490
|
+
{
|
|
2491
|
+
"kind": "field",
|
|
2492
|
+
"name": "isInterpreting",
|
|
2493
|
+
"type": {
|
|
2494
|
+
"text": "boolean"
|
|
2495
|
+
},
|
|
2496
|
+
"default": "false",
|
|
2497
|
+
"inheritedFrom": {
|
|
2498
|
+
"name": "AiCriteriaSearch",
|
|
2499
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2500
|
+
}
|
|
2501
|
+
},
|
|
2502
|
+
{
|
|
2503
|
+
"kind": "field",
|
|
2504
|
+
"name": "lastValidCriteria",
|
|
2505
|
+
"type": {
|
|
2506
|
+
"text": "string | null"
|
|
2429
2507
|
},
|
|
2430
2508
|
"default": "null",
|
|
2431
2509
|
"inheritedFrom": {
|
|
2432
|
-
"name": "
|
|
2433
|
-
"module": "src/ai-
|
|
2510
|
+
"name": "AiCriteriaSearch",
|
|
2511
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2434
2512
|
}
|
|
2435
2513
|
},
|
|
2436
2514
|
{
|
|
2437
2515
|
"kind": "field",
|
|
2438
|
-
"name": "
|
|
2516
|
+
"name": "activeGroups",
|
|
2517
|
+
"type": {
|
|
2518
|
+
"text": "CriteriaGroup[]"
|
|
2519
|
+
},
|
|
2520
|
+
"default": "[]",
|
|
2521
|
+
"inheritedFrom": {
|
|
2522
|
+
"name": "AiCriteriaSearch",
|
|
2523
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2524
|
+
}
|
|
2525
|
+
},
|
|
2526
|
+
{
|
|
2527
|
+
"kind": "field",
|
|
2528
|
+
"name": "showingChips",
|
|
2439
2529
|
"type": {
|
|
2440
2530
|
"text": "boolean"
|
|
2441
2531
|
},
|
|
2442
2532
|
"default": "false",
|
|
2443
2533
|
"inheritedFrom": {
|
|
2444
|
-
"name": "
|
|
2445
|
-
"module": "src/ai-
|
|
2534
|
+
"name": "AiCriteriaSearch",
|
|
2535
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2446
2536
|
}
|
|
2447
2537
|
},
|
|
2448
2538
|
{
|
|
2449
2539
|
"kind": "field",
|
|
2450
|
-
"name": "
|
|
2540
|
+
"name": "fieldMetadata",
|
|
2451
2541
|
"type": {
|
|
2452
|
-
"text": "
|
|
2542
|
+
"text": "MetadataDetail[] | string[]"
|
|
2453
2543
|
},
|
|
2454
|
-
"default": "
|
|
2544
|
+
"default": "[]",
|
|
2455
2545
|
"inheritedFrom": {
|
|
2456
|
-
"name": "
|
|
2457
|
-
"module": "src/ai-
|
|
2546
|
+
"name": "AiCriteriaSearch",
|
|
2547
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2458
2548
|
}
|
|
2459
2549
|
},
|
|
2460
2550
|
{
|
|
2461
2551
|
"kind": "field",
|
|
2462
|
-
"name": "
|
|
2552
|
+
"name": "isRecording",
|
|
2463
2553
|
"type": {
|
|
2464
2554
|
"text": "boolean"
|
|
2465
2555
|
},
|
|
2466
2556
|
"default": "false",
|
|
2467
2557
|
"inheritedFrom": {
|
|
2468
|
-
"name": "
|
|
2469
|
-
"module": "src/ai-
|
|
2558
|
+
"name": "AiCriteriaSearch",
|
|
2559
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2470
2560
|
}
|
|
2471
2561
|
},
|
|
2472
2562
|
{
|
|
2473
2563
|
"kind": "field",
|
|
2474
|
-
"name": "
|
|
2564
|
+
"name": "textAreaRef",
|
|
2475
2565
|
"type": {
|
|
2476
|
-
"text": "
|
|
2566
|
+
"text": "HTMLTextAreaElement"
|
|
2477
2567
|
},
|
|
2478
|
-
"privacy": "
|
|
2479
|
-
"default": "null",
|
|
2568
|
+
"privacy": "public",
|
|
2480
2569
|
"inheritedFrom": {
|
|
2481
|
-
"name": "
|
|
2482
|
-
"module": "src/ai-
|
|
2570
|
+
"name": "AiCriteriaSearch",
|
|
2571
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2483
2572
|
}
|
|
2484
2573
|
},
|
|
2485
2574
|
{
|
|
2486
2575
|
"kind": "field",
|
|
2487
|
-
"name": "
|
|
2576
|
+
"name": "stopRecording",
|
|
2577
|
+
"type": {
|
|
2578
|
+
"text": "(() => void) | null"
|
|
2579
|
+
},
|
|
2488
2580
|
"privacy": "private",
|
|
2581
|
+
"default": "null",
|
|
2489
2582
|
"inheritedFrom": {
|
|
2490
|
-
"name": "
|
|
2491
|
-
"module": "src/ai-
|
|
2583
|
+
"name": "AiCriteriaSearch",
|
|
2584
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2492
2585
|
}
|
|
2493
2586
|
},
|
|
2494
2587
|
{
|
|
2495
2588
|
"kind": "field",
|
|
2496
|
-
"name": "
|
|
2589
|
+
"name": "speechApplyDebounceTimer",
|
|
2497
2590
|
"type": {
|
|
2498
|
-
"text": "
|
|
2591
|
+
"text": "ReturnType<typeof setTimeout> | null"
|
|
2499
2592
|
},
|
|
2500
|
-
"
|
|
2593
|
+
"privacy": "private",
|
|
2594
|
+
"default": "null",
|
|
2501
2595
|
"inheritedFrom": {
|
|
2502
|
-
"name": "
|
|
2503
|
-
"module": "src/ai-
|
|
2596
|
+
"name": "AiCriteriaSearch",
|
|
2597
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2504
2598
|
}
|
|
2505
2599
|
},
|
|
2506
2600
|
{
|
|
2507
2601
|
"kind": "field",
|
|
2508
|
-
"name": "
|
|
2602
|
+
"name": "speechAvailable",
|
|
2509
2603
|
"type": {
|
|
2510
2604
|
"text": "boolean"
|
|
2511
2605
|
},
|
|
2512
2606
|
"readonly": true,
|
|
2513
2607
|
"inheritedFrom": {
|
|
2514
|
-
"name": "
|
|
2515
|
-
"module": "src/ai-
|
|
2608
|
+
"name": "AiCriteriaSearch",
|
|
2609
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2516
2610
|
}
|
|
2517
2611
|
},
|
|
2518
2612
|
{
|
|
2519
2613
|
"kind": "field",
|
|
2520
|
-
"name": "
|
|
2614
|
+
"name": "criteriaChips",
|
|
2521
2615
|
"type": {
|
|
2522
|
-
"text": "
|
|
2616
|
+
"text": "CriteriaChip[]"
|
|
2523
2617
|
},
|
|
2524
2618
|
"readonly": true,
|
|
2525
2619
|
"inheritedFrom": {
|
|
2526
|
-
"name": "
|
|
2527
|
-
"module": "src/ai-
|
|
2620
|
+
"name": "AiCriteriaSearch",
|
|
2621
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2528
2622
|
}
|
|
2529
2623
|
},
|
|
2530
2624
|
{
|
|
2531
2625
|
"kind": "method",
|
|
2532
|
-
"name": "
|
|
2626
|
+
"name": "getFieldLabel",
|
|
2627
|
+
"privacy": "private",
|
|
2533
2628
|
"return": {
|
|
2534
2629
|
"type": {
|
|
2535
|
-
"text": "
|
|
2630
|
+
"text": "string"
|
|
2536
2631
|
}
|
|
2537
2632
|
},
|
|
2538
|
-
"inheritedFrom": {
|
|
2539
|
-
"name": "AiIndicator",
|
|
2540
|
-
"module": "src/ai-indicator/ai-indicator.ts"
|
|
2541
|
-
}
|
|
2542
|
-
},
|
|
2543
|
-
{
|
|
2544
|
-
"kind": "method",
|
|
2545
|
-
"name": "handleClickOutside",
|
|
2546
|
-
"privacy": "private",
|
|
2547
2633
|
"parameters": [
|
|
2548
2634
|
{
|
|
2549
|
-
"name": "
|
|
2635
|
+
"name": "fieldName",
|
|
2550
2636
|
"type": {
|
|
2551
|
-
"text": "
|
|
2637
|
+
"text": "string"
|
|
2552
2638
|
}
|
|
2553
2639
|
}
|
|
2554
2640
|
],
|
|
2555
2641
|
"inheritedFrom": {
|
|
2556
|
-
"name": "
|
|
2557
|
-
"module": "src/ai-
|
|
2558
|
-
}
|
|
2559
|
-
},
|
|
2560
|
-
{
|
|
2561
|
-
"kind": "method",
|
|
2562
|
-
"name": "toggleDropdown",
|
|
2563
|
-
"inheritedFrom": {
|
|
2564
|
-
"name": "AiIndicator",
|
|
2565
|
-
"module": "src/ai-indicator/ai-indicator.ts"
|
|
2642
|
+
"name": "AiCriteriaSearch",
|
|
2643
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2566
2644
|
}
|
|
2567
2645
|
},
|
|
2568
2646
|
{
|
|
2569
2647
|
"kind": "method",
|
|
2570
|
-
"name": "
|
|
2648
|
+
"name": "toggleCriteriaView",
|
|
2571
2649
|
"return": {
|
|
2572
2650
|
"type": {
|
|
2573
|
-
"text": "
|
|
2651
|
+
"text": "void"
|
|
2574
2652
|
}
|
|
2575
2653
|
},
|
|
2576
2654
|
"inheritedFrom": {
|
|
2577
|
-
"name": "
|
|
2578
|
-
"module": "src/ai-
|
|
2655
|
+
"name": "AiCriteriaSearch",
|
|
2656
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2579
2657
|
}
|
|
2580
2658
|
},
|
|
2581
2659
|
{
|
|
2582
2660
|
"kind": "method",
|
|
2583
|
-
"name": "
|
|
2584
|
-
"privacy": "private",
|
|
2661
|
+
"name": "removeChip",
|
|
2585
2662
|
"return": {
|
|
2586
2663
|
"type": {
|
|
2587
|
-
"text": "
|
|
2664
|
+
"text": "void"
|
|
2588
2665
|
}
|
|
2589
2666
|
},
|
|
2590
2667
|
"parameters": [
|
|
2591
2668
|
{
|
|
2592
|
-
"name": "
|
|
2669
|
+
"name": "groupIndex",
|
|
2593
2670
|
"type": {
|
|
2594
|
-
"text": "
|
|
2671
|
+
"text": "number"
|
|
2672
|
+
}
|
|
2673
|
+
},
|
|
2674
|
+
{
|
|
2675
|
+
"name": "clauseIndex",
|
|
2676
|
+
"type": {
|
|
2677
|
+
"text": "number"
|
|
2595
2678
|
}
|
|
2596
2679
|
}
|
|
2597
2680
|
],
|
|
2598
2681
|
"inheritedFrom": {
|
|
2599
|
-
"name": "
|
|
2600
|
-
"module": "src/ai-
|
|
2682
|
+
"name": "AiCriteriaSearch",
|
|
2683
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2601
2684
|
}
|
|
2602
2685
|
},
|
|
2603
2686
|
{
|
|
2604
2687
|
"kind": "method",
|
|
2605
|
-
"name": "
|
|
2606
|
-
"privacy": "private",
|
|
2688
|
+
"name": "clearChips",
|
|
2607
2689
|
"return": {
|
|
2608
2690
|
"type": {
|
|
2609
2691
|
"text": "void"
|
|
2610
2692
|
}
|
|
2611
2693
|
},
|
|
2612
2694
|
"inheritedFrom": {
|
|
2613
|
-
"name": "
|
|
2614
|
-
"module": "src/ai-
|
|
2695
|
+
"name": "AiCriteriaSearch",
|
|
2696
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2615
2697
|
}
|
|
2616
2698
|
},
|
|
2617
2699
|
{
|
|
2618
2700
|
"kind": "method",
|
|
2619
|
-
"name": "
|
|
2620
|
-
"privacy": "private",
|
|
2621
|
-
"return": {
|
|
2622
|
-
"type": {
|
|
2623
|
-
"text": "void"
|
|
2624
|
-
}
|
|
2625
|
-
},
|
|
2701
|
+
"name": "handleSubmit",
|
|
2626
2702
|
"inheritedFrom": {
|
|
2627
|
-
"name": "
|
|
2628
|
-
"module": "src/ai-
|
|
2703
|
+
"name": "AiCriteriaSearch",
|
|
2704
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2629
2705
|
}
|
|
2630
2706
|
},
|
|
2631
2707
|
{
|
|
2632
2708
|
"kind": "method",
|
|
2633
|
-
"name": "
|
|
2634
|
-
"privacy": "private",
|
|
2635
|
-
"return": {
|
|
2636
|
-
"type": {
|
|
2637
|
-
"text": "void"
|
|
2638
|
-
}
|
|
2639
|
-
},
|
|
2709
|
+
"name": "handleBlur",
|
|
2640
2710
|
"inheritedFrom": {
|
|
2641
|
-
"name": "
|
|
2642
|
-
"module": "src/ai-
|
|
2711
|
+
"name": "AiCriteriaSearch",
|
|
2712
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2643
2713
|
}
|
|
2644
2714
|
},
|
|
2645
2715
|
{
|
|
2646
2716
|
"kind": "method",
|
|
2647
|
-
"name": "
|
|
2648
|
-
"return": {
|
|
2649
|
-
"type": {
|
|
2650
|
-
"text": "Promise<void>"
|
|
2651
|
-
}
|
|
2652
|
-
},
|
|
2717
|
+
"name": "clear",
|
|
2653
2718
|
"inheritedFrom": {
|
|
2654
|
-
"name": "
|
|
2655
|
-
"module": "src/ai-
|
|
2719
|
+
"name": "AiCriteriaSearch",
|
|
2720
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2721
|
+
}
|
|
2722
|
+
},
|
|
2723
|
+
{
|
|
2724
|
+
"kind": "method",
|
|
2725
|
+
"name": "toggleSpeechInput",
|
|
2726
|
+
"inheritedFrom": {
|
|
2727
|
+
"name": "AiCriteriaSearch",
|
|
2728
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2729
|
+
}
|
|
2730
|
+
},
|
|
2731
|
+
{
|
|
2732
|
+
"kind": "method",
|
|
2733
|
+
"name": "clearSpeechApplyDebounce",
|
|
2734
|
+
"privacy": "private",
|
|
2735
|
+
"inheritedFrom": {
|
|
2736
|
+
"name": "AiCriteriaSearch",
|
|
2737
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2656
2738
|
}
|
|
2657
2739
|
},
|
|
2658
2740
|
{
|
|
@@ -2766,97 +2848,104 @@
|
|
|
2766
2848
|
"module": "src/foundation-element/foundation-element.ts"
|
|
2767
2849
|
}
|
|
2768
2850
|
}
|
|
2851
|
+
],
|
|
2852
|
+
"events": [
|
|
2853
|
+
{
|
|
2854
|
+
"description": "Fired when interpreted criteria is applied or cleared. detail: `string | null`",
|
|
2855
|
+
"name": "criteria-changed",
|
|
2856
|
+
"inheritedFrom": {
|
|
2857
|
+
"name": "AiCriteriaSearch",
|
|
2858
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2859
|
+
}
|
|
2860
|
+
},
|
|
2861
|
+
{
|
|
2862
|
+
"description": "Fired when interpreted criteria contains invalid clauses. detail: `ValidationError[]`",
|
|
2863
|
+
"name": "validation-errors",
|
|
2864
|
+
"inheritedFrom": {
|
|
2865
|
+
"name": "AiCriteriaSearch",
|
|
2866
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2867
|
+
}
|
|
2868
|
+
}
|
|
2769
2869
|
]
|
|
2770
2870
|
},
|
|
2771
2871
|
{
|
|
2772
2872
|
"kind": "variable",
|
|
2773
|
-
"name": "
|
|
2873
|
+
"name": "zeroAiCriteriaSearch",
|
|
2874
|
+
"description": "The Zero AI Criteria Search",
|
|
2875
|
+
"privacy": "public"
|
|
2774
2876
|
}
|
|
2775
2877
|
],
|
|
2776
2878
|
"exports": [
|
|
2777
2879
|
{
|
|
2778
2880
|
"kind": "js",
|
|
2779
|
-
"name": "
|
|
2881
|
+
"name": "AiCriteriaSearch",
|
|
2780
2882
|
"declaration": {
|
|
2781
|
-
"name": "
|
|
2782
|
-
"module": "src/ai-
|
|
2883
|
+
"name": "AiCriteriaSearch",
|
|
2884
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2783
2885
|
}
|
|
2784
2886
|
},
|
|
2785
2887
|
{
|
|
2786
2888
|
"kind": "js",
|
|
2787
|
-
"name": "
|
|
2889
|
+
"name": "zeroAiCriteriaSearch",
|
|
2788
2890
|
"declaration": {
|
|
2789
|
-
"name": "
|
|
2790
|
-
"module": "src/ai-
|
|
2891
|
+
"name": "zeroAiCriteriaSearch",
|
|
2892
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2791
2893
|
}
|
|
2792
2894
|
}
|
|
2793
2895
|
]
|
|
2794
2896
|
},
|
|
2795
2897
|
{
|
|
2796
2898
|
"kind": "javascript-module",
|
|
2797
|
-
"path": "src/ai-
|
|
2899
|
+
"path": "src/ai-criteria-search/index.ts",
|
|
2798
2900
|
"declarations": [],
|
|
2799
2901
|
"exports": [
|
|
2800
2902
|
{
|
|
2801
2903
|
"kind": "js",
|
|
2802
|
-
"name": "
|
|
2904
|
+
"name": "*",
|
|
2803
2905
|
"declaration": {
|
|
2804
|
-
"name": "
|
|
2805
|
-
"
|
|
2906
|
+
"name": "*",
|
|
2907
|
+
"package": "./ai-criteria-search"
|
|
2806
2908
|
}
|
|
2807
2909
|
},
|
|
2808
2910
|
{
|
|
2809
2911
|
"kind": "js",
|
|
2810
|
-
"name": "
|
|
2912
|
+
"name": "*",
|
|
2811
2913
|
"declaration": {
|
|
2812
|
-
"name": "
|
|
2813
|
-
"
|
|
2914
|
+
"name": "*",
|
|
2915
|
+
"package": "./ai-criteria-search.styles"
|
|
2814
2916
|
}
|
|
2815
|
-
}
|
|
2816
|
-
]
|
|
2817
|
-
},
|
|
2818
|
-
{
|
|
2819
|
-
"kind": "javascript-module",
|
|
2820
|
-
"path": "src/ai-criteria-search/ai-criteria-search.styles.ts",
|
|
2821
|
-
"declarations": [
|
|
2822
|
-
{
|
|
2823
|
-
"kind": "variable",
|
|
2824
|
-
"name": "zeroAiCriteriaSearchStyles",
|
|
2825
|
-
"default": "css`\n ${foundationAiCriteriaSearchStyles}\n`"
|
|
2826
|
-
}
|
|
2827
|
-
],
|
|
2828
|
-
"exports": [
|
|
2917
|
+
},
|
|
2829
2918
|
{
|
|
2830
2919
|
"kind": "js",
|
|
2831
|
-
"name": "
|
|
2920
|
+
"name": "*",
|
|
2832
2921
|
"declaration": {
|
|
2833
|
-
"name": "
|
|
2834
|
-
"
|
|
2922
|
+
"name": "*",
|
|
2923
|
+
"package": "./ai-criteria-search.template"
|
|
2835
2924
|
}
|
|
2836
2925
|
}
|
|
2837
2926
|
]
|
|
2838
2927
|
},
|
|
2839
2928
|
{
|
|
2840
2929
|
"kind": "javascript-module",
|
|
2841
|
-
"path": "src/ai-
|
|
2930
|
+
"path": "src/ai-indicator/ai-indicator.styles.ts",
|
|
2842
2931
|
"declarations": [
|
|
2843
2932
|
{
|
|
2844
2933
|
"kind": "function",
|
|
2845
|
-
"name": "
|
|
2934
|
+
"name": "zeroAiIndicatorStyles",
|
|
2846
2935
|
"return": {
|
|
2847
2936
|
"type": {
|
|
2848
|
-
"text": "
|
|
2937
|
+
"text": "ElementStyles"
|
|
2849
2938
|
}
|
|
2850
2939
|
},
|
|
2851
2940
|
"parameters": [
|
|
2852
2941
|
{
|
|
2853
|
-
"name": "
|
|
2942
|
+
"name": "context",
|
|
2854
2943
|
"type": {
|
|
2855
2944
|
"text": "ElementDefinitionContext"
|
|
2856
2945
|
}
|
|
2857
2946
|
},
|
|
2858
2947
|
{
|
|
2859
|
-
"name": "
|
|
2948
|
+
"name": "definition",
|
|
2860
2949
|
"type": {
|
|
2861
2950
|
"text": "FoundationElementDefinition"
|
|
2862
2951
|
}
|
|
@@ -2867,52 +2956,28 @@
|
|
|
2867
2956
|
"exports": [
|
|
2868
2957
|
{
|
|
2869
2958
|
"kind": "js",
|
|
2870
|
-
"name": "
|
|
2959
|
+
"name": "zeroAiIndicatorStyles",
|
|
2871
2960
|
"declaration": {
|
|
2872
|
-
"name": "
|
|
2873
|
-
"module": "src/ai-
|
|
2961
|
+
"name": "zeroAiIndicatorStyles",
|
|
2962
|
+
"module": "src/ai-indicator/ai-indicator.styles.ts"
|
|
2874
2963
|
}
|
|
2875
2964
|
}
|
|
2876
2965
|
]
|
|
2877
2966
|
},
|
|
2878
2967
|
{
|
|
2879
2968
|
"kind": "javascript-module",
|
|
2880
|
-
"path": "src/ai-
|
|
2969
|
+
"path": "src/ai-indicator/ai-indicator.ts",
|
|
2881
2970
|
"declarations": [
|
|
2882
2971
|
{
|
|
2883
2972
|
"kind": "class",
|
|
2884
2973
|
"description": "",
|
|
2885
|
-
"name": "
|
|
2974
|
+
"name": "AiIndicator",
|
|
2886
2975
|
"superclass": {
|
|
2887
|
-
"name": "
|
|
2976
|
+
"name": "FoundationAiIndicator",
|
|
2888
2977
|
"package": "@genesislcap/foundation-ui"
|
|
2889
2978
|
},
|
|
2890
|
-
"tagName": "%%prefix%%-ai-
|
|
2979
|
+
"tagName": "%%prefix%%-ai-indicator",
|
|
2891
2980
|
"customElement": true,
|
|
2892
|
-
"attributes": [
|
|
2893
|
-
{
|
|
2894
|
-
"name": "placeholder",
|
|
2895
|
-
"type": {
|
|
2896
|
-
"text": "string"
|
|
2897
|
-
},
|
|
2898
|
-
"default": "'Describe your search criteria in natural language...'",
|
|
2899
|
-
"fieldName": "placeholder",
|
|
2900
|
-
"inheritedFrom": {
|
|
2901
|
-
"name": "AiCriteriaSearch",
|
|
2902
|
-
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2903
|
-
}
|
|
2904
|
-
},
|
|
2905
|
-
{
|
|
2906
|
-
"type": {
|
|
2907
|
-
"text": "boolean"
|
|
2908
|
-
},
|
|
2909
|
-
"fieldName": "disabled",
|
|
2910
|
-
"inheritedFrom": {
|
|
2911
|
-
"name": "AiCriteriaSearch",
|
|
2912
|
-
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2913
|
-
}
|
|
2914
|
-
}
|
|
2915
|
-
],
|
|
2916
2981
|
"members": [
|
|
2917
2982
|
{
|
|
2918
2983
|
"kind": "field",
|
|
@@ -2921,293 +2986,256 @@
|
|
|
2921
2986
|
"text": "AIProviderRegistry"
|
|
2922
2987
|
},
|
|
2923
2988
|
"inheritedFrom": {
|
|
2924
|
-
"name": "
|
|
2925
|
-
"module": "src/ai-
|
|
2926
|
-
}
|
|
2927
|
-
},
|
|
2928
|
-
{
|
|
2929
|
-
"kind": "field",
|
|
2930
|
-
"name": "placeholder",
|
|
2931
|
-
"type": {
|
|
2932
|
-
"text": "string"
|
|
2933
|
-
},
|
|
2934
|
-
"default": "'Describe your search criteria in natural language...'",
|
|
2935
|
-
"inheritedFrom": {
|
|
2936
|
-
"name": "AiCriteriaSearch",
|
|
2937
|
-
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2938
|
-
}
|
|
2939
|
-
},
|
|
2940
|
-
{
|
|
2941
|
-
"kind": "field",
|
|
2942
|
-
"name": "disabled",
|
|
2943
|
-
"type": {
|
|
2944
|
-
"text": "boolean"
|
|
2945
|
-
},
|
|
2946
|
-
"inheritedFrom": {
|
|
2947
|
-
"name": "AiCriteriaSearch",
|
|
2948
|
-
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2949
|
-
}
|
|
2950
|
-
},
|
|
2951
|
-
{
|
|
2952
|
-
"kind": "field",
|
|
2953
|
-
"name": "inputValue",
|
|
2954
|
-
"type": {
|
|
2955
|
-
"text": "string"
|
|
2956
|
-
},
|
|
2957
|
-
"default": "''",
|
|
2958
|
-
"inheritedFrom": {
|
|
2959
|
-
"name": "AiCriteriaSearch",
|
|
2960
|
-
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2989
|
+
"name": "AiIndicator",
|
|
2990
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
2961
2991
|
}
|
|
2962
2992
|
},
|
|
2963
2993
|
{
|
|
2964
2994
|
"kind": "field",
|
|
2965
|
-
"name": "
|
|
2995
|
+
"name": "aiProvider",
|
|
2966
2996
|
"type": {
|
|
2967
|
-
"text": "
|
|
2997
|
+
"text": "AIProvider | undefined"
|
|
2968
2998
|
},
|
|
2969
|
-
"
|
|
2999
|
+
"privacy": "private",
|
|
3000
|
+
"description": "The indicator reflects status for the registry's default provider only —\nper-agent provider overrides live with the assistant component, not this\ntop-level chrome.",
|
|
3001
|
+
"readonly": true,
|
|
2970
3002
|
"inheritedFrom": {
|
|
2971
|
-
"name": "
|
|
2972
|
-
"module": "src/ai-
|
|
3003
|
+
"name": "AiIndicator",
|
|
3004
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
2973
3005
|
}
|
|
2974
3006
|
},
|
|
2975
3007
|
{
|
|
2976
3008
|
"kind": "field",
|
|
2977
|
-
"name": "
|
|
3009
|
+
"name": "status",
|
|
2978
3010
|
"type": {
|
|
2979
|
-
"text": "
|
|
3011
|
+
"text": "AIStatus | null"
|
|
2980
3012
|
},
|
|
2981
3013
|
"default": "null",
|
|
2982
3014
|
"inheritedFrom": {
|
|
2983
|
-
"name": "
|
|
2984
|
-
"module": "src/ai-
|
|
2985
|
-
}
|
|
2986
|
-
},
|
|
2987
|
-
{
|
|
2988
|
-
"kind": "field",
|
|
2989
|
-
"name": "activeGroups",
|
|
2990
|
-
"type": {
|
|
2991
|
-
"text": "CriteriaGroup[]"
|
|
2992
|
-
},
|
|
2993
|
-
"default": "[]",
|
|
2994
|
-
"inheritedFrom": {
|
|
2995
|
-
"name": "AiCriteriaSearch",
|
|
2996
|
-
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
3015
|
+
"name": "AiIndicator",
|
|
3016
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
2997
3017
|
}
|
|
2998
3018
|
},
|
|
2999
3019
|
{
|
|
3000
3020
|
"kind": "field",
|
|
3001
|
-
"name": "
|
|
3021
|
+
"name": "open",
|
|
3002
3022
|
"type": {
|
|
3003
3023
|
"text": "boolean"
|
|
3004
3024
|
},
|
|
3005
3025
|
"default": "false",
|
|
3006
3026
|
"inheritedFrom": {
|
|
3007
|
-
"name": "
|
|
3008
|
-
"module": "src/ai-
|
|
3027
|
+
"name": "AiIndicator",
|
|
3028
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
3009
3029
|
}
|
|
3010
3030
|
},
|
|
3011
3031
|
{
|
|
3012
3032
|
"kind": "field",
|
|
3013
|
-
"name": "
|
|
3033
|
+
"name": "state",
|
|
3014
3034
|
"type": {
|
|
3015
|
-
"text": "
|
|
3035
|
+
"text": "AIIndicatorState"
|
|
3016
3036
|
},
|
|
3017
|
-
"default": "
|
|
3037
|
+
"default": "'none'",
|
|
3018
3038
|
"inheritedFrom": {
|
|
3019
|
-
"name": "
|
|
3020
|
-
"module": "src/ai-
|
|
3039
|
+
"name": "AiIndicator",
|
|
3040
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
3021
3041
|
}
|
|
3022
3042
|
},
|
|
3023
3043
|
{
|
|
3024
3044
|
"kind": "field",
|
|
3025
|
-
"name": "
|
|
3045
|
+
"name": "isInstalling",
|
|
3026
3046
|
"type": {
|
|
3027
3047
|
"text": "boolean"
|
|
3028
3048
|
},
|
|
3029
3049
|
"default": "false",
|
|
3030
3050
|
"inheritedFrom": {
|
|
3031
|
-
"name": "
|
|
3032
|
-
"module": "src/ai-
|
|
3051
|
+
"name": "AiIndicator",
|
|
3052
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
3033
3053
|
}
|
|
3034
3054
|
},
|
|
3035
3055
|
{
|
|
3036
3056
|
"kind": "field",
|
|
3037
|
-
"name": "
|
|
3057
|
+
"name": "pollTimer",
|
|
3038
3058
|
"type": {
|
|
3039
|
-
"text": "
|
|
3059
|
+
"text": "ReturnType<typeof setInterval> | null"
|
|
3040
3060
|
},
|
|
3041
|
-
"privacy": "
|
|
3061
|
+
"privacy": "private",
|
|
3062
|
+
"default": "null",
|
|
3042
3063
|
"inheritedFrom": {
|
|
3043
|
-
"name": "
|
|
3044
|
-
"module": "src/ai-
|
|
3064
|
+
"name": "AiIndicator",
|
|
3065
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
3045
3066
|
}
|
|
3046
3067
|
},
|
|
3047
3068
|
{
|
|
3048
3069
|
"kind": "field",
|
|
3049
|
-
"name": "
|
|
3050
|
-
"type": {
|
|
3051
|
-
"text": "(() => void) | null"
|
|
3052
|
-
},
|
|
3070
|
+
"name": "clickOutside",
|
|
3053
3071
|
"privacy": "private",
|
|
3054
|
-
"default": "null",
|
|
3055
3072
|
"inheritedFrom": {
|
|
3056
|
-
"name": "
|
|
3057
|
-
"module": "src/ai-
|
|
3073
|
+
"name": "AiIndicator",
|
|
3074
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
3058
3075
|
}
|
|
3059
3076
|
},
|
|
3060
3077
|
{
|
|
3061
3078
|
"kind": "field",
|
|
3062
|
-
"name": "
|
|
3079
|
+
"name": "chromeStatusLabel",
|
|
3063
3080
|
"type": {
|
|
3064
|
-
"text": "
|
|
3081
|
+
"text": "string | null"
|
|
3065
3082
|
},
|
|
3066
|
-
"
|
|
3067
|
-
"default": "null",
|
|
3083
|
+
"readonly": true,
|
|
3068
3084
|
"inheritedFrom": {
|
|
3069
|
-
"name": "
|
|
3070
|
-
"module": "src/ai-
|
|
3085
|
+
"name": "AiIndicator",
|
|
3086
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
3071
3087
|
}
|
|
3072
3088
|
},
|
|
3073
3089
|
{
|
|
3074
3090
|
"kind": "field",
|
|
3075
|
-
"name": "
|
|
3091
|
+
"name": "canInstall",
|
|
3076
3092
|
"type": {
|
|
3077
3093
|
"text": "boolean"
|
|
3078
3094
|
},
|
|
3079
3095
|
"readonly": true,
|
|
3080
3096
|
"inheritedFrom": {
|
|
3081
|
-
"name": "
|
|
3082
|
-
"module": "src/ai-
|
|
3097
|
+
"name": "AiIndicator",
|
|
3098
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
3083
3099
|
}
|
|
3084
3100
|
},
|
|
3085
3101
|
{
|
|
3086
3102
|
"kind": "field",
|
|
3087
|
-
"name": "
|
|
3103
|
+
"name": "isDownloading",
|
|
3088
3104
|
"type": {
|
|
3089
|
-
"text": "
|
|
3105
|
+
"text": "boolean"
|
|
3090
3106
|
},
|
|
3091
3107
|
"readonly": true,
|
|
3092
3108
|
"inheritedFrom": {
|
|
3093
|
-
"name": "
|
|
3094
|
-
"module": "src/ai-
|
|
3109
|
+
"name": "AiIndicator",
|
|
3110
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
3095
3111
|
}
|
|
3096
3112
|
},
|
|
3097
3113
|
{
|
|
3098
3114
|
"kind": "method",
|
|
3099
|
-
"name": "
|
|
3100
|
-
"privacy": "private",
|
|
3115
|
+
"name": "openChanged",
|
|
3101
3116
|
"return": {
|
|
3102
3117
|
"type": {
|
|
3103
|
-
"text": "
|
|
3118
|
+
"text": "void"
|
|
3104
3119
|
}
|
|
3105
3120
|
},
|
|
3121
|
+
"inheritedFrom": {
|
|
3122
|
+
"name": "AiIndicator",
|
|
3123
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
3124
|
+
}
|
|
3125
|
+
},
|
|
3126
|
+
{
|
|
3127
|
+
"kind": "method",
|
|
3128
|
+
"name": "handleClickOutside",
|
|
3129
|
+
"privacy": "private",
|
|
3106
3130
|
"parameters": [
|
|
3107
3131
|
{
|
|
3108
|
-
"name": "
|
|
3132
|
+
"name": "event",
|
|
3109
3133
|
"type": {
|
|
3110
|
-
"text": "
|
|
3134
|
+
"text": "MouseEvent"
|
|
3111
3135
|
}
|
|
3112
3136
|
}
|
|
3113
3137
|
],
|
|
3114
3138
|
"inheritedFrom": {
|
|
3115
|
-
"name": "
|
|
3116
|
-
"module": "src/ai-
|
|
3139
|
+
"name": "AiIndicator",
|
|
3140
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
3117
3141
|
}
|
|
3118
3142
|
},
|
|
3119
3143
|
{
|
|
3120
3144
|
"kind": "method",
|
|
3121
|
-
"name": "
|
|
3145
|
+
"name": "toggleDropdown",
|
|
3146
|
+
"inheritedFrom": {
|
|
3147
|
+
"name": "AiIndicator",
|
|
3148
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
3149
|
+
}
|
|
3150
|
+
},
|
|
3151
|
+
{
|
|
3152
|
+
"kind": "method",
|
|
3153
|
+
"name": "refreshStatus",
|
|
3122
3154
|
"return": {
|
|
3123
3155
|
"type": {
|
|
3124
|
-
"text": "void"
|
|
3156
|
+
"text": "Promise<void>"
|
|
3125
3157
|
}
|
|
3126
3158
|
},
|
|
3127
3159
|
"inheritedFrom": {
|
|
3128
|
-
"name": "
|
|
3129
|
-
"module": "src/ai-
|
|
3160
|
+
"name": "AiIndicator",
|
|
3161
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
3130
3162
|
}
|
|
3131
3163
|
},
|
|
3132
3164
|
{
|
|
3133
3165
|
"kind": "method",
|
|
3134
|
-
"name": "
|
|
3166
|
+
"name": "deriveState",
|
|
3167
|
+
"privacy": "private",
|
|
3135
3168
|
"return": {
|
|
3136
3169
|
"type": {
|
|
3137
|
-
"text": "
|
|
3170
|
+
"text": "AIIndicatorState"
|
|
3138
3171
|
}
|
|
3139
3172
|
},
|
|
3140
3173
|
"parameters": [
|
|
3141
3174
|
{
|
|
3142
|
-
"name": "
|
|
3143
|
-
"type": {
|
|
3144
|
-
"text": "number"
|
|
3145
|
-
}
|
|
3146
|
-
},
|
|
3147
|
-
{
|
|
3148
|
-
"name": "clauseIndex",
|
|
3175
|
+
"name": "s",
|
|
3149
3176
|
"type": {
|
|
3150
|
-
"text": "
|
|
3177
|
+
"text": "AIStatus | null"
|
|
3151
3178
|
}
|
|
3152
3179
|
}
|
|
3153
3180
|
],
|
|
3154
3181
|
"inheritedFrom": {
|
|
3155
|
-
"name": "
|
|
3156
|
-
"module": "src/ai-
|
|
3182
|
+
"name": "AiIndicator",
|
|
3183
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
3157
3184
|
}
|
|
3158
3185
|
},
|
|
3159
3186
|
{
|
|
3160
3187
|
"kind": "method",
|
|
3161
|
-
"name": "
|
|
3188
|
+
"name": "maybeStartPolling",
|
|
3189
|
+
"privacy": "private",
|
|
3162
3190
|
"return": {
|
|
3163
3191
|
"type": {
|
|
3164
3192
|
"text": "void"
|
|
3165
3193
|
}
|
|
3166
3194
|
},
|
|
3167
3195
|
"inheritedFrom": {
|
|
3168
|
-
"name": "
|
|
3169
|
-
"module": "src/ai-
|
|
3170
|
-
}
|
|
3171
|
-
},
|
|
3172
|
-
{
|
|
3173
|
-
"kind": "method",
|
|
3174
|
-
"name": "handleSubmit",
|
|
3175
|
-
"inheritedFrom": {
|
|
3176
|
-
"name": "AiCriteriaSearch",
|
|
3177
|
-
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
3178
|
-
}
|
|
3179
|
-
},
|
|
3180
|
-
{
|
|
3181
|
-
"kind": "method",
|
|
3182
|
-
"name": "handleBlur",
|
|
3183
|
-
"inheritedFrom": {
|
|
3184
|
-
"name": "AiCriteriaSearch",
|
|
3185
|
-
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
3196
|
+
"name": "AiIndicator",
|
|
3197
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
3186
3198
|
}
|
|
3187
3199
|
},
|
|
3188
3200
|
{
|
|
3189
3201
|
"kind": "method",
|
|
3190
|
-
"name": "
|
|
3202
|
+
"name": "startPolling",
|
|
3203
|
+
"privacy": "private",
|
|
3204
|
+
"return": {
|
|
3205
|
+
"type": {
|
|
3206
|
+
"text": "void"
|
|
3207
|
+
}
|
|
3208
|
+
},
|
|
3191
3209
|
"inheritedFrom": {
|
|
3192
|
-
"name": "
|
|
3193
|
-
"module": "src/ai-
|
|
3210
|
+
"name": "AiIndicator",
|
|
3211
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
3194
3212
|
}
|
|
3195
3213
|
},
|
|
3196
3214
|
{
|
|
3197
3215
|
"kind": "method",
|
|
3198
|
-
"name": "
|
|
3216
|
+
"name": "stopPolling",
|
|
3217
|
+
"privacy": "private",
|
|
3218
|
+
"return": {
|
|
3219
|
+
"type": {
|
|
3220
|
+
"text": "void"
|
|
3221
|
+
}
|
|
3222
|
+
},
|
|
3199
3223
|
"inheritedFrom": {
|
|
3200
|
-
"name": "
|
|
3201
|
-
"module": "src/ai-
|
|
3224
|
+
"name": "AiIndicator",
|
|
3225
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
3202
3226
|
}
|
|
3203
3227
|
},
|
|
3204
3228
|
{
|
|
3205
3229
|
"kind": "method",
|
|
3206
|
-
"name": "
|
|
3207
|
-
"
|
|
3230
|
+
"name": "onInstall",
|
|
3231
|
+
"return": {
|
|
3232
|
+
"type": {
|
|
3233
|
+
"text": "Promise<void>"
|
|
3234
|
+
}
|
|
3235
|
+
},
|
|
3208
3236
|
"inheritedFrom": {
|
|
3209
|
-
"name": "
|
|
3210
|
-
"module": "src/ai-
|
|
3237
|
+
"name": "AiIndicator",
|
|
3238
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
3211
3239
|
}
|
|
3212
3240
|
},
|
|
3213
3241
|
{
|
|
@@ -3321,79 +3349,51 @@
|
|
|
3321
3349
|
"module": "src/foundation-element/foundation-element.ts"
|
|
3322
3350
|
}
|
|
3323
3351
|
}
|
|
3324
|
-
],
|
|
3325
|
-
"events": [
|
|
3326
|
-
{
|
|
3327
|
-
"description": "Fired when interpreted criteria is applied or cleared. detail: `string | null`",
|
|
3328
|
-
"name": "criteria-changed",
|
|
3329
|
-
"inheritedFrom": {
|
|
3330
|
-
"name": "AiCriteriaSearch",
|
|
3331
|
-
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
3332
|
-
}
|
|
3333
|
-
},
|
|
3334
|
-
{
|
|
3335
|
-
"description": "Fired when interpreted criteria contains invalid clauses. detail: `ValidationError[]`",
|
|
3336
|
-
"name": "validation-errors",
|
|
3337
|
-
"inheritedFrom": {
|
|
3338
|
-
"name": "AiCriteriaSearch",
|
|
3339
|
-
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
3340
|
-
}
|
|
3341
|
-
}
|
|
3342
3352
|
]
|
|
3343
3353
|
},
|
|
3344
3354
|
{
|
|
3345
3355
|
"kind": "variable",
|
|
3346
|
-
"name": "
|
|
3347
|
-
"description": "The Zero AI Criteria Search",
|
|
3348
|
-
"privacy": "public"
|
|
3356
|
+
"name": "zeroAiIndicator"
|
|
3349
3357
|
}
|
|
3350
3358
|
],
|
|
3351
3359
|
"exports": [
|
|
3352
3360
|
{
|
|
3353
3361
|
"kind": "js",
|
|
3354
|
-
"name": "
|
|
3362
|
+
"name": "AiIndicator",
|
|
3355
3363
|
"declaration": {
|
|
3356
|
-
"name": "
|
|
3357
|
-
"module": "src/ai-
|
|
3364
|
+
"name": "AiIndicator",
|
|
3365
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
3358
3366
|
}
|
|
3359
3367
|
},
|
|
3360
3368
|
{
|
|
3361
3369
|
"kind": "js",
|
|
3362
|
-
"name": "
|
|
3370
|
+
"name": "zeroAiIndicator",
|
|
3363
3371
|
"declaration": {
|
|
3364
|
-
"name": "
|
|
3365
|
-
"module": "src/ai-
|
|
3372
|
+
"name": "zeroAiIndicator",
|
|
3373
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
3366
3374
|
}
|
|
3367
3375
|
}
|
|
3368
3376
|
]
|
|
3369
3377
|
},
|
|
3370
3378
|
{
|
|
3371
3379
|
"kind": "javascript-module",
|
|
3372
|
-
"path": "src/ai-
|
|
3380
|
+
"path": "src/ai-indicator/index.ts",
|
|
3373
3381
|
"declarations": [],
|
|
3374
3382
|
"exports": [
|
|
3375
3383
|
{
|
|
3376
3384
|
"kind": "js",
|
|
3377
|
-
"name": "
|
|
3378
|
-
"declaration": {
|
|
3379
|
-
"name": "*",
|
|
3380
|
-
"package": "./ai-criteria-search"
|
|
3381
|
-
}
|
|
3382
|
-
},
|
|
3383
|
-
{
|
|
3384
|
-
"kind": "js",
|
|
3385
|
-
"name": "*",
|
|
3385
|
+
"name": "AiIndicator",
|
|
3386
3386
|
"declaration": {
|
|
3387
|
-
"name": "
|
|
3388
|
-
"
|
|
3387
|
+
"name": "AiIndicator",
|
|
3388
|
+
"module": "./ai-indicator"
|
|
3389
3389
|
}
|
|
3390
3390
|
},
|
|
3391
3391
|
{
|
|
3392
3392
|
"kind": "js",
|
|
3393
|
-
"name": "
|
|
3393
|
+
"name": "zeroAiIndicator",
|
|
3394
3394
|
"declaration": {
|
|
3395
|
-
"name": "
|
|
3396
|
-
"
|
|
3395
|
+
"name": "zeroAiIndicator",
|
|
3396
|
+
"module": "./ai-indicator"
|
|
3397
3397
|
}
|
|
3398
3398
|
}
|
|
3399
3399
|
]
|
|
@@ -9224,154 +9224,6 @@
|
|
|
9224
9224
|
}
|
|
9225
9225
|
]
|
|
9226
9226
|
},
|
|
9227
|
-
{
|
|
9228
|
-
"kind": "javascript-module",
|
|
9229
|
-
"path": "src/combobox/combobox.styles.ts",
|
|
9230
|
-
"declarations": [
|
|
9231
|
-
{
|
|
9232
|
-
"kind": "function",
|
|
9233
|
-
"name": "zeroComboboxStyles",
|
|
9234
|
-
"return": {
|
|
9235
|
-
"type": {
|
|
9236
|
-
"text": "ElementStyles"
|
|
9237
|
-
}
|
|
9238
|
-
},
|
|
9239
|
-
"parameters": [
|
|
9240
|
-
{
|
|
9241
|
-
"name": "context",
|
|
9242
|
-
"type": {
|
|
9243
|
-
"text": "ElementDefinitionContext"
|
|
9244
|
-
}
|
|
9245
|
-
},
|
|
9246
|
-
{
|
|
9247
|
-
"name": "definition",
|
|
9248
|
-
"type": {
|
|
9249
|
-
"text": "FoundationElementDefinition"
|
|
9250
|
-
}
|
|
9251
|
-
}
|
|
9252
|
-
]
|
|
9253
|
-
}
|
|
9254
|
-
],
|
|
9255
|
-
"exports": [
|
|
9256
|
-
{
|
|
9257
|
-
"kind": "js",
|
|
9258
|
-
"name": "zeroComboboxStyles",
|
|
9259
|
-
"declaration": {
|
|
9260
|
-
"name": "zeroComboboxStyles",
|
|
9261
|
-
"module": "src/combobox/combobox.styles.ts"
|
|
9262
|
-
}
|
|
9263
|
-
}
|
|
9264
|
-
]
|
|
9265
|
-
},
|
|
9266
|
-
{
|
|
9267
|
-
"kind": "javascript-module",
|
|
9268
|
-
"path": "src/combobox/combobox.template.ts",
|
|
9269
|
-
"declarations": [
|
|
9270
|
-
{
|
|
9271
|
-
"kind": "function",
|
|
9272
|
-
"name": "zeroComboboxTemplate",
|
|
9273
|
-
"return": {
|
|
9274
|
-
"type": {
|
|
9275
|
-
"text": "ViewTemplate<Combobox>"
|
|
9276
|
-
}
|
|
9277
|
-
},
|
|
9278
|
-
"parameters": [
|
|
9279
|
-
{
|
|
9280
|
-
"name": "context",
|
|
9281
|
-
"type": {
|
|
9282
|
-
"text": "ElementDefinitionContext"
|
|
9283
|
-
}
|
|
9284
|
-
},
|
|
9285
|
-
{
|
|
9286
|
-
"name": "definition",
|
|
9287
|
-
"type": {
|
|
9288
|
-
"text": "FoundationElementDefinition"
|
|
9289
|
-
}
|
|
9290
|
-
}
|
|
9291
|
-
]
|
|
9292
|
-
}
|
|
9293
|
-
],
|
|
9294
|
-
"exports": [
|
|
9295
|
-
{
|
|
9296
|
-
"kind": "js",
|
|
9297
|
-
"name": "zeroComboboxTemplate",
|
|
9298
|
-
"declaration": {
|
|
9299
|
-
"name": "zeroComboboxTemplate",
|
|
9300
|
-
"module": "src/combobox/combobox.template.ts"
|
|
9301
|
-
}
|
|
9302
|
-
}
|
|
9303
|
-
]
|
|
9304
|
-
},
|
|
9305
|
-
{
|
|
9306
|
-
"kind": "javascript-module",
|
|
9307
|
-
"path": "src/combobox/combobox.ts",
|
|
9308
|
-
"declarations": [
|
|
9309
|
-
{
|
|
9310
|
-
"kind": "class",
|
|
9311
|
-
"description": "",
|
|
9312
|
-
"name": "Combobox",
|
|
9313
|
-
"superclass": {
|
|
9314
|
-
"name": "FoundationComboBox",
|
|
9315
|
-
"package": "@genesislcap/foundation-ui"
|
|
9316
|
-
},
|
|
9317
|
-
"tagName": "%%prefix%%-combobox",
|
|
9318
|
-
"customElement": true
|
|
9319
|
-
},
|
|
9320
|
-
{
|
|
9321
|
-
"kind": "variable",
|
|
9322
|
-
"name": "zeroCombobox"
|
|
9323
|
-
}
|
|
9324
|
-
],
|
|
9325
|
-
"exports": [
|
|
9326
|
-
{
|
|
9327
|
-
"kind": "js",
|
|
9328
|
-
"name": "Combobox",
|
|
9329
|
-
"declaration": {
|
|
9330
|
-
"name": "Combobox",
|
|
9331
|
-
"module": "src/combobox/combobox.ts"
|
|
9332
|
-
}
|
|
9333
|
-
},
|
|
9334
|
-
{
|
|
9335
|
-
"kind": "js",
|
|
9336
|
-
"name": "zeroCombobox",
|
|
9337
|
-
"declaration": {
|
|
9338
|
-
"name": "zeroCombobox",
|
|
9339
|
-
"module": "src/combobox/combobox.ts"
|
|
9340
|
-
}
|
|
9341
|
-
}
|
|
9342
|
-
]
|
|
9343
|
-
},
|
|
9344
|
-
{
|
|
9345
|
-
"kind": "javascript-module",
|
|
9346
|
-
"path": "src/combobox/index.ts",
|
|
9347
|
-
"declarations": [],
|
|
9348
|
-
"exports": [
|
|
9349
|
-
{
|
|
9350
|
-
"kind": "js",
|
|
9351
|
-
"name": "*",
|
|
9352
|
-
"declaration": {
|
|
9353
|
-
"name": "*",
|
|
9354
|
-
"package": "./combobox.styles"
|
|
9355
|
-
}
|
|
9356
|
-
},
|
|
9357
|
-
{
|
|
9358
|
-
"kind": "js",
|
|
9359
|
-
"name": "*",
|
|
9360
|
-
"declaration": {
|
|
9361
|
-
"name": "*",
|
|
9362
|
-
"package": "./combobox.template"
|
|
9363
|
-
}
|
|
9364
|
-
},
|
|
9365
|
-
{
|
|
9366
|
-
"kind": "js",
|
|
9367
|
-
"name": "*",
|
|
9368
|
-
"declaration": {
|
|
9369
|
-
"name": "*",
|
|
9370
|
-
"package": "./combobox"
|
|
9371
|
-
}
|
|
9372
|
-
}
|
|
9373
|
-
]
|
|
9374
|
-
},
|
|
9375
9227
|
{
|
|
9376
9228
|
"kind": "javascript-module",
|
|
9377
9229
|
"path": "src/checkbox/checkbox.styles.ts",
|
|
@@ -9706,6 +9558,154 @@
|
|
|
9706
9558
|
}
|
|
9707
9559
|
]
|
|
9708
9560
|
},
|
|
9561
|
+
{
|
|
9562
|
+
"kind": "javascript-module",
|
|
9563
|
+
"path": "src/combobox/combobox.styles.ts",
|
|
9564
|
+
"declarations": [
|
|
9565
|
+
{
|
|
9566
|
+
"kind": "function",
|
|
9567
|
+
"name": "zeroComboboxStyles",
|
|
9568
|
+
"return": {
|
|
9569
|
+
"type": {
|
|
9570
|
+
"text": "ElementStyles"
|
|
9571
|
+
}
|
|
9572
|
+
},
|
|
9573
|
+
"parameters": [
|
|
9574
|
+
{
|
|
9575
|
+
"name": "context",
|
|
9576
|
+
"type": {
|
|
9577
|
+
"text": "ElementDefinitionContext"
|
|
9578
|
+
}
|
|
9579
|
+
},
|
|
9580
|
+
{
|
|
9581
|
+
"name": "definition",
|
|
9582
|
+
"type": {
|
|
9583
|
+
"text": "FoundationElementDefinition"
|
|
9584
|
+
}
|
|
9585
|
+
}
|
|
9586
|
+
]
|
|
9587
|
+
}
|
|
9588
|
+
],
|
|
9589
|
+
"exports": [
|
|
9590
|
+
{
|
|
9591
|
+
"kind": "js",
|
|
9592
|
+
"name": "zeroComboboxStyles",
|
|
9593
|
+
"declaration": {
|
|
9594
|
+
"name": "zeroComboboxStyles",
|
|
9595
|
+
"module": "src/combobox/combobox.styles.ts"
|
|
9596
|
+
}
|
|
9597
|
+
}
|
|
9598
|
+
]
|
|
9599
|
+
},
|
|
9600
|
+
{
|
|
9601
|
+
"kind": "javascript-module",
|
|
9602
|
+
"path": "src/combobox/combobox.template.ts",
|
|
9603
|
+
"declarations": [
|
|
9604
|
+
{
|
|
9605
|
+
"kind": "function",
|
|
9606
|
+
"name": "zeroComboboxTemplate",
|
|
9607
|
+
"return": {
|
|
9608
|
+
"type": {
|
|
9609
|
+
"text": "ViewTemplate<Combobox>"
|
|
9610
|
+
}
|
|
9611
|
+
},
|
|
9612
|
+
"parameters": [
|
|
9613
|
+
{
|
|
9614
|
+
"name": "context",
|
|
9615
|
+
"type": {
|
|
9616
|
+
"text": "ElementDefinitionContext"
|
|
9617
|
+
}
|
|
9618
|
+
},
|
|
9619
|
+
{
|
|
9620
|
+
"name": "definition",
|
|
9621
|
+
"type": {
|
|
9622
|
+
"text": "FoundationElementDefinition"
|
|
9623
|
+
}
|
|
9624
|
+
}
|
|
9625
|
+
]
|
|
9626
|
+
}
|
|
9627
|
+
],
|
|
9628
|
+
"exports": [
|
|
9629
|
+
{
|
|
9630
|
+
"kind": "js",
|
|
9631
|
+
"name": "zeroComboboxTemplate",
|
|
9632
|
+
"declaration": {
|
|
9633
|
+
"name": "zeroComboboxTemplate",
|
|
9634
|
+
"module": "src/combobox/combobox.template.ts"
|
|
9635
|
+
}
|
|
9636
|
+
}
|
|
9637
|
+
]
|
|
9638
|
+
},
|
|
9639
|
+
{
|
|
9640
|
+
"kind": "javascript-module",
|
|
9641
|
+
"path": "src/combobox/combobox.ts",
|
|
9642
|
+
"declarations": [
|
|
9643
|
+
{
|
|
9644
|
+
"kind": "class",
|
|
9645
|
+
"description": "",
|
|
9646
|
+
"name": "Combobox",
|
|
9647
|
+
"superclass": {
|
|
9648
|
+
"name": "FoundationComboBox",
|
|
9649
|
+
"package": "@genesislcap/foundation-ui"
|
|
9650
|
+
},
|
|
9651
|
+
"tagName": "%%prefix%%-combobox",
|
|
9652
|
+
"customElement": true
|
|
9653
|
+
},
|
|
9654
|
+
{
|
|
9655
|
+
"kind": "variable",
|
|
9656
|
+
"name": "zeroCombobox"
|
|
9657
|
+
}
|
|
9658
|
+
],
|
|
9659
|
+
"exports": [
|
|
9660
|
+
{
|
|
9661
|
+
"kind": "js",
|
|
9662
|
+
"name": "Combobox",
|
|
9663
|
+
"declaration": {
|
|
9664
|
+
"name": "Combobox",
|
|
9665
|
+
"module": "src/combobox/combobox.ts"
|
|
9666
|
+
}
|
|
9667
|
+
},
|
|
9668
|
+
{
|
|
9669
|
+
"kind": "js",
|
|
9670
|
+
"name": "zeroCombobox",
|
|
9671
|
+
"declaration": {
|
|
9672
|
+
"name": "zeroCombobox",
|
|
9673
|
+
"module": "src/combobox/combobox.ts"
|
|
9674
|
+
}
|
|
9675
|
+
}
|
|
9676
|
+
]
|
|
9677
|
+
},
|
|
9678
|
+
{
|
|
9679
|
+
"kind": "javascript-module",
|
|
9680
|
+
"path": "src/combobox/index.ts",
|
|
9681
|
+
"declarations": [],
|
|
9682
|
+
"exports": [
|
|
9683
|
+
{
|
|
9684
|
+
"kind": "js",
|
|
9685
|
+
"name": "*",
|
|
9686
|
+
"declaration": {
|
|
9687
|
+
"name": "*",
|
|
9688
|
+
"package": "./combobox.styles"
|
|
9689
|
+
}
|
|
9690
|
+
},
|
|
9691
|
+
{
|
|
9692
|
+
"kind": "js",
|
|
9693
|
+
"name": "*",
|
|
9694
|
+
"declaration": {
|
|
9695
|
+
"name": "*",
|
|
9696
|
+
"package": "./combobox.template"
|
|
9697
|
+
}
|
|
9698
|
+
},
|
|
9699
|
+
{
|
|
9700
|
+
"kind": "js",
|
|
9701
|
+
"name": "*",
|
|
9702
|
+
"declaration": {
|
|
9703
|
+
"name": "*",
|
|
9704
|
+
"package": "./combobox"
|
|
9705
|
+
}
|
|
9706
|
+
}
|
|
9707
|
+
]
|
|
9708
|
+
},
|
|
9709
9709
|
{
|
|
9710
9710
|
"kind": "javascript-module",
|
|
9711
9711
|
"path": "src/connection-indicator/connection-indicator.ts",
|
|
@@ -46128,6 +46128,307 @@
|
|
|
46128
46128
|
}
|
|
46129
46129
|
]
|
|
46130
46130
|
},
|
|
46131
|
+
{
|
|
46132
|
+
"kind": "javascript-module",
|
|
46133
|
+
"path": "src/_config/styles/colors.ts",
|
|
46134
|
+
"declarations": [
|
|
46135
|
+
{
|
|
46136
|
+
"kind": "function",
|
|
46137
|
+
"name": "whiteWebRGBA",
|
|
46138
|
+
"parameters": [
|
|
46139
|
+
{
|
|
46140
|
+
"name": "alpha",
|
|
46141
|
+
"default": "1.0",
|
|
46142
|
+
"type": {
|
|
46143
|
+
"text": "number"
|
|
46144
|
+
}
|
|
46145
|
+
}
|
|
46146
|
+
]
|
|
46147
|
+
},
|
|
46148
|
+
{
|
|
46149
|
+
"kind": "function",
|
|
46150
|
+
"name": "blackWebRGBA",
|
|
46151
|
+
"parameters": [
|
|
46152
|
+
{
|
|
46153
|
+
"name": "alpha",
|
|
46154
|
+
"default": "1.0",
|
|
46155
|
+
"type": {
|
|
46156
|
+
"text": "number"
|
|
46157
|
+
}
|
|
46158
|
+
}
|
|
46159
|
+
]
|
|
46160
|
+
},
|
|
46161
|
+
{
|
|
46162
|
+
"kind": "variable",
|
|
46163
|
+
"name": "rapidDefaultFillColor"
|
|
46164
|
+
},
|
|
46165
|
+
{
|
|
46166
|
+
"kind": "variable",
|
|
46167
|
+
"name": "rapidDefaultCardFillColor"
|
|
46168
|
+
},
|
|
46169
|
+
{
|
|
46170
|
+
"kind": "variable",
|
|
46171
|
+
"name": "rapidDefaultCardPalette"
|
|
46172
|
+
},
|
|
46173
|
+
{
|
|
46174
|
+
"kind": "function",
|
|
46175
|
+
"name": "primaryBlueWebRGBA",
|
|
46176
|
+
"parameters": [
|
|
46177
|
+
{
|
|
46178
|
+
"name": "alpha",
|
|
46179
|
+
"default": "1.0",
|
|
46180
|
+
"type": {
|
|
46181
|
+
"text": "number"
|
|
46182
|
+
}
|
|
46183
|
+
}
|
|
46184
|
+
]
|
|
46185
|
+
},
|
|
46186
|
+
{
|
|
46187
|
+
"kind": "variable",
|
|
46188
|
+
"name": "accentBlueSwatch"
|
|
46189
|
+
},
|
|
46190
|
+
{
|
|
46191
|
+
"kind": "variable",
|
|
46192
|
+
"name": "accentBluePalette"
|
|
46193
|
+
},
|
|
46194
|
+
{
|
|
46195
|
+
"kind": "function",
|
|
46196
|
+
"name": "primaryPurpleWebRGBA",
|
|
46197
|
+
"parameters": [
|
|
46198
|
+
{
|
|
46199
|
+
"name": "alpha",
|
|
46200
|
+
"default": "1.0",
|
|
46201
|
+
"type": {
|
|
46202
|
+
"text": "number"
|
|
46203
|
+
}
|
|
46204
|
+
}
|
|
46205
|
+
]
|
|
46206
|
+
},
|
|
46207
|
+
{
|
|
46208
|
+
"kind": "function",
|
|
46209
|
+
"name": "secondaryOrangeWebRGBA",
|
|
46210
|
+
"parameters": [
|
|
46211
|
+
{
|
|
46212
|
+
"name": "alpha",
|
|
46213
|
+
"default": "1.0",
|
|
46214
|
+
"type": {
|
|
46215
|
+
"text": "number"
|
|
46216
|
+
}
|
|
46217
|
+
}
|
|
46218
|
+
]
|
|
46219
|
+
},
|
|
46220
|
+
{
|
|
46221
|
+
"kind": "function",
|
|
46222
|
+
"name": "secondaryTealWebRGBA",
|
|
46223
|
+
"parameters": [
|
|
46224
|
+
{
|
|
46225
|
+
"name": "alpha",
|
|
46226
|
+
"default": "1.0",
|
|
46227
|
+
"type": {
|
|
46228
|
+
"text": "number"
|
|
46229
|
+
}
|
|
46230
|
+
}
|
|
46231
|
+
]
|
|
46232
|
+
},
|
|
46233
|
+
{
|
|
46234
|
+
"kind": "function",
|
|
46235
|
+
"name": "longGreenWebRGBA",
|
|
46236
|
+
"parameters": [
|
|
46237
|
+
{
|
|
46238
|
+
"name": "alpha",
|
|
46239
|
+
"default": "1.0",
|
|
46240
|
+
"type": {
|
|
46241
|
+
"text": "number"
|
|
46242
|
+
}
|
|
46243
|
+
}
|
|
46244
|
+
]
|
|
46245
|
+
},
|
|
46246
|
+
{
|
|
46247
|
+
"kind": "function",
|
|
46248
|
+
"name": "shortPinkWebRGBA",
|
|
46249
|
+
"parameters": [
|
|
46250
|
+
{
|
|
46251
|
+
"name": "alpha",
|
|
46252
|
+
"default": "1.0",
|
|
46253
|
+
"type": {
|
|
46254
|
+
"text": "number"
|
|
46255
|
+
}
|
|
46256
|
+
}
|
|
46257
|
+
]
|
|
46258
|
+
},
|
|
46259
|
+
{
|
|
46260
|
+
"kind": "function",
|
|
46261
|
+
"name": "warningYellowWebRGBA",
|
|
46262
|
+
"parameters": [
|
|
46263
|
+
{
|
|
46264
|
+
"name": "alpha",
|
|
46265
|
+
"default": "1.0",
|
|
46266
|
+
"type": {
|
|
46267
|
+
"text": "number"
|
|
46268
|
+
}
|
|
46269
|
+
}
|
|
46270
|
+
]
|
|
46271
|
+
},
|
|
46272
|
+
{
|
|
46273
|
+
"kind": "function",
|
|
46274
|
+
"name": "chartPinkWebRGBA",
|
|
46275
|
+
"parameters": [
|
|
46276
|
+
{
|
|
46277
|
+
"name": "alpha",
|
|
46278
|
+
"default": "1.0",
|
|
46279
|
+
"type": {
|
|
46280
|
+
"text": "number"
|
|
46281
|
+
}
|
|
46282
|
+
}
|
|
46283
|
+
]
|
|
46284
|
+
}
|
|
46285
|
+
],
|
|
46286
|
+
"exports": [
|
|
46287
|
+
{
|
|
46288
|
+
"kind": "js",
|
|
46289
|
+
"name": "whiteWebRGBA",
|
|
46290
|
+
"declaration": {
|
|
46291
|
+
"name": "whiteWebRGBA",
|
|
46292
|
+
"module": "src/_config/styles/colors.ts"
|
|
46293
|
+
}
|
|
46294
|
+
},
|
|
46295
|
+
{
|
|
46296
|
+
"kind": "js",
|
|
46297
|
+
"name": "blackWebRGBA",
|
|
46298
|
+
"declaration": {
|
|
46299
|
+
"name": "blackWebRGBA",
|
|
46300
|
+
"module": "src/_config/styles/colors.ts"
|
|
46301
|
+
}
|
|
46302
|
+
},
|
|
46303
|
+
{
|
|
46304
|
+
"kind": "js",
|
|
46305
|
+
"name": "rapidDefaultFillColor",
|
|
46306
|
+
"declaration": {
|
|
46307
|
+
"name": "rapidDefaultFillColor",
|
|
46308
|
+
"module": "src/_config/styles/colors.ts"
|
|
46309
|
+
}
|
|
46310
|
+
},
|
|
46311
|
+
{
|
|
46312
|
+
"kind": "js",
|
|
46313
|
+
"name": "rapidDefaultCardFillColor",
|
|
46314
|
+
"declaration": {
|
|
46315
|
+
"name": "rapidDefaultCardFillColor",
|
|
46316
|
+
"module": "src/_config/styles/colors.ts"
|
|
46317
|
+
}
|
|
46318
|
+
},
|
|
46319
|
+
{
|
|
46320
|
+
"kind": "js",
|
|
46321
|
+
"name": "rapidDefaultCardPalette",
|
|
46322
|
+
"declaration": {
|
|
46323
|
+
"name": "rapidDefaultCardPalette",
|
|
46324
|
+
"module": "src/_config/styles/colors.ts"
|
|
46325
|
+
}
|
|
46326
|
+
},
|
|
46327
|
+
{
|
|
46328
|
+
"kind": "js",
|
|
46329
|
+
"name": "primaryBlueWebRGBA",
|
|
46330
|
+
"declaration": {
|
|
46331
|
+
"name": "primaryBlueWebRGBA",
|
|
46332
|
+
"module": "src/_config/styles/colors.ts"
|
|
46333
|
+
}
|
|
46334
|
+
},
|
|
46335
|
+
{
|
|
46336
|
+
"kind": "js",
|
|
46337
|
+
"name": "accentBlueSwatch",
|
|
46338
|
+
"declaration": {
|
|
46339
|
+
"name": "accentBlueSwatch",
|
|
46340
|
+
"module": "src/_config/styles/colors.ts"
|
|
46341
|
+
}
|
|
46342
|
+
},
|
|
46343
|
+
{
|
|
46344
|
+
"kind": "js",
|
|
46345
|
+
"name": "accentBluePalette",
|
|
46346
|
+
"declaration": {
|
|
46347
|
+
"name": "accentBluePalette",
|
|
46348
|
+
"module": "src/_config/styles/colors.ts"
|
|
46349
|
+
}
|
|
46350
|
+
},
|
|
46351
|
+
{
|
|
46352
|
+
"kind": "js",
|
|
46353
|
+
"name": "primaryPurpleWebRGBA",
|
|
46354
|
+
"declaration": {
|
|
46355
|
+
"name": "primaryPurpleWebRGBA",
|
|
46356
|
+
"module": "src/_config/styles/colors.ts"
|
|
46357
|
+
}
|
|
46358
|
+
},
|
|
46359
|
+
{
|
|
46360
|
+
"kind": "js",
|
|
46361
|
+
"name": "secondaryOrangeWebRGBA",
|
|
46362
|
+
"declaration": {
|
|
46363
|
+
"name": "secondaryOrangeWebRGBA",
|
|
46364
|
+
"module": "src/_config/styles/colors.ts"
|
|
46365
|
+
}
|
|
46366
|
+
},
|
|
46367
|
+
{
|
|
46368
|
+
"kind": "js",
|
|
46369
|
+
"name": "secondaryTealWebRGBA",
|
|
46370
|
+
"declaration": {
|
|
46371
|
+
"name": "secondaryTealWebRGBA",
|
|
46372
|
+
"module": "src/_config/styles/colors.ts"
|
|
46373
|
+
}
|
|
46374
|
+
},
|
|
46375
|
+
{
|
|
46376
|
+
"kind": "js",
|
|
46377
|
+
"name": "longGreenWebRGBA",
|
|
46378
|
+
"declaration": {
|
|
46379
|
+
"name": "longGreenWebRGBA",
|
|
46380
|
+
"module": "src/_config/styles/colors.ts"
|
|
46381
|
+
}
|
|
46382
|
+
},
|
|
46383
|
+
{
|
|
46384
|
+
"kind": "js",
|
|
46385
|
+
"name": "shortPinkWebRGBA",
|
|
46386
|
+
"declaration": {
|
|
46387
|
+
"name": "shortPinkWebRGBA",
|
|
46388
|
+
"module": "src/_config/styles/colors.ts"
|
|
46389
|
+
}
|
|
46390
|
+
},
|
|
46391
|
+
{
|
|
46392
|
+
"kind": "js",
|
|
46393
|
+
"name": "warningYellowWebRGBA",
|
|
46394
|
+
"declaration": {
|
|
46395
|
+
"name": "warningYellowWebRGBA",
|
|
46396
|
+
"module": "src/_config/styles/colors.ts"
|
|
46397
|
+
}
|
|
46398
|
+
},
|
|
46399
|
+
{
|
|
46400
|
+
"kind": "js",
|
|
46401
|
+
"name": "chartPinkWebRGBA",
|
|
46402
|
+
"declaration": {
|
|
46403
|
+
"name": "chartPinkWebRGBA",
|
|
46404
|
+
"module": "src/_config/styles/colors.ts"
|
|
46405
|
+
}
|
|
46406
|
+
}
|
|
46407
|
+
]
|
|
46408
|
+
},
|
|
46409
|
+
{
|
|
46410
|
+
"kind": "javascript-module",
|
|
46411
|
+
"path": "src/_config/styles/index.ts",
|
|
46412
|
+
"declarations": [],
|
|
46413
|
+
"exports": [
|
|
46414
|
+
{
|
|
46415
|
+
"kind": "js",
|
|
46416
|
+
"name": "*",
|
|
46417
|
+
"declaration": {
|
|
46418
|
+
"name": "*",
|
|
46419
|
+
"package": "./colors"
|
|
46420
|
+
}
|
|
46421
|
+
},
|
|
46422
|
+
{
|
|
46423
|
+
"kind": "js",
|
|
46424
|
+
"name": "*",
|
|
46425
|
+
"declaration": {
|
|
46426
|
+
"name": "*",
|
|
46427
|
+
"package": "./external/roboto-font"
|
|
46428
|
+
}
|
|
46429
|
+
}
|
|
46430
|
+
]
|
|
46431
|
+
},
|
|
46131
46432
|
{
|
|
46132
46433
|
"kind": "javascript-module",
|
|
46133
46434
|
"path": "src/_config/tokens/custom.ts",
|
|
@@ -47213,307 +47514,6 @@
|
|
|
47213
47514
|
}
|
|
47214
47515
|
]
|
|
47215
47516
|
},
|
|
47216
|
-
{
|
|
47217
|
-
"kind": "javascript-module",
|
|
47218
|
-
"path": "src/_config/styles/colors.ts",
|
|
47219
|
-
"declarations": [
|
|
47220
|
-
{
|
|
47221
|
-
"kind": "function",
|
|
47222
|
-
"name": "whiteWebRGBA",
|
|
47223
|
-
"parameters": [
|
|
47224
|
-
{
|
|
47225
|
-
"name": "alpha",
|
|
47226
|
-
"default": "1.0",
|
|
47227
|
-
"type": {
|
|
47228
|
-
"text": "number"
|
|
47229
|
-
}
|
|
47230
|
-
}
|
|
47231
|
-
]
|
|
47232
|
-
},
|
|
47233
|
-
{
|
|
47234
|
-
"kind": "function",
|
|
47235
|
-
"name": "blackWebRGBA",
|
|
47236
|
-
"parameters": [
|
|
47237
|
-
{
|
|
47238
|
-
"name": "alpha",
|
|
47239
|
-
"default": "1.0",
|
|
47240
|
-
"type": {
|
|
47241
|
-
"text": "number"
|
|
47242
|
-
}
|
|
47243
|
-
}
|
|
47244
|
-
]
|
|
47245
|
-
},
|
|
47246
|
-
{
|
|
47247
|
-
"kind": "variable",
|
|
47248
|
-
"name": "rapidDefaultFillColor"
|
|
47249
|
-
},
|
|
47250
|
-
{
|
|
47251
|
-
"kind": "variable",
|
|
47252
|
-
"name": "rapidDefaultCardFillColor"
|
|
47253
|
-
},
|
|
47254
|
-
{
|
|
47255
|
-
"kind": "variable",
|
|
47256
|
-
"name": "rapidDefaultCardPalette"
|
|
47257
|
-
},
|
|
47258
|
-
{
|
|
47259
|
-
"kind": "function",
|
|
47260
|
-
"name": "primaryBlueWebRGBA",
|
|
47261
|
-
"parameters": [
|
|
47262
|
-
{
|
|
47263
|
-
"name": "alpha",
|
|
47264
|
-
"default": "1.0",
|
|
47265
|
-
"type": {
|
|
47266
|
-
"text": "number"
|
|
47267
|
-
}
|
|
47268
|
-
}
|
|
47269
|
-
]
|
|
47270
|
-
},
|
|
47271
|
-
{
|
|
47272
|
-
"kind": "variable",
|
|
47273
|
-
"name": "accentBlueSwatch"
|
|
47274
|
-
},
|
|
47275
|
-
{
|
|
47276
|
-
"kind": "variable",
|
|
47277
|
-
"name": "accentBluePalette"
|
|
47278
|
-
},
|
|
47279
|
-
{
|
|
47280
|
-
"kind": "function",
|
|
47281
|
-
"name": "primaryPurpleWebRGBA",
|
|
47282
|
-
"parameters": [
|
|
47283
|
-
{
|
|
47284
|
-
"name": "alpha",
|
|
47285
|
-
"default": "1.0",
|
|
47286
|
-
"type": {
|
|
47287
|
-
"text": "number"
|
|
47288
|
-
}
|
|
47289
|
-
}
|
|
47290
|
-
]
|
|
47291
|
-
},
|
|
47292
|
-
{
|
|
47293
|
-
"kind": "function",
|
|
47294
|
-
"name": "secondaryOrangeWebRGBA",
|
|
47295
|
-
"parameters": [
|
|
47296
|
-
{
|
|
47297
|
-
"name": "alpha",
|
|
47298
|
-
"default": "1.0",
|
|
47299
|
-
"type": {
|
|
47300
|
-
"text": "number"
|
|
47301
|
-
}
|
|
47302
|
-
}
|
|
47303
|
-
]
|
|
47304
|
-
},
|
|
47305
|
-
{
|
|
47306
|
-
"kind": "function",
|
|
47307
|
-
"name": "secondaryTealWebRGBA",
|
|
47308
|
-
"parameters": [
|
|
47309
|
-
{
|
|
47310
|
-
"name": "alpha",
|
|
47311
|
-
"default": "1.0",
|
|
47312
|
-
"type": {
|
|
47313
|
-
"text": "number"
|
|
47314
|
-
}
|
|
47315
|
-
}
|
|
47316
|
-
]
|
|
47317
|
-
},
|
|
47318
|
-
{
|
|
47319
|
-
"kind": "function",
|
|
47320
|
-
"name": "longGreenWebRGBA",
|
|
47321
|
-
"parameters": [
|
|
47322
|
-
{
|
|
47323
|
-
"name": "alpha",
|
|
47324
|
-
"default": "1.0",
|
|
47325
|
-
"type": {
|
|
47326
|
-
"text": "number"
|
|
47327
|
-
}
|
|
47328
|
-
}
|
|
47329
|
-
]
|
|
47330
|
-
},
|
|
47331
|
-
{
|
|
47332
|
-
"kind": "function",
|
|
47333
|
-
"name": "shortPinkWebRGBA",
|
|
47334
|
-
"parameters": [
|
|
47335
|
-
{
|
|
47336
|
-
"name": "alpha",
|
|
47337
|
-
"default": "1.0",
|
|
47338
|
-
"type": {
|
|
47339
|
-
"text": "number"
|
|
47340
|
-
}
|
|
47341
|
-
}
|
|
47342
|
-
]
|
|
47343
|
-
},
|
|
47344
|
-
{
|
|
47345
|
-
"kind": "function",
|
|
47346
|
-
"name": "warningYellowWebRGBA",
|
|
47347
|
-
"parameters": [
|
|
47348
|
-
{
|
|
47349
|
-
"name": "alpha",
|
|
47350
|
-
"default": "1.0",
|
|
47351
|
-
"type": {
|
|
47352
|
-
"text": "number"
|
|
47353
|
-
}
|
|
47354
|
-
}
|
|
47355
|
-
]
|
|
47356
|
-
},
|
|
47357
|
-
{
|
|
47358
|
-
"kind": "function",
|
|
47359
|
-
"name": "chartPinkWebRGBA",
|
|
47360
|
-
"parameters": [
|
|
47361
|
-
{
|
|
47362
|
-
"name": "alpha",
|
|
47363
|
-
"default": "1.0",
|
|
47364
|
-
"type": {
|
|
47365
|
-
"text": "number"
|
|
47366
|
-
}
|
|
47367
|
-
}
|
|
47368
|
-
]
|
|
47369
|
-
}
|
|
47370
|
-
],
|
|
47371
|
-
"exports": [
|
|
47372
|
-
{
|
|
47373
|
-
"kind": "js",
|
|
47374
|
-
"name": "whiteWebRGBA",
|
|
47375
|
-
"declaration": {
|
|
47376
|
-
"name": "whiteWebRGBA",
|
|
47377
|
-
"module": "src/_config/styles/colors.ts"
|
|
47378
|
-
}
|
|
47379
|
-
},
|
|
47380
|
-
{
|
|
47381
|
-
"kind": "js",
|
|
47382
|
-
"name": "blackWebRGBA",
|
|
47383
|
-
"declaration": {
|
|
47384
|
-
"name": "blackWebRGBA",
|
|
47385
|
-
"module": "src/_config/styles/colors.ts"
|
|
47386
|
-
}
|
|
47387
|
-
},
|
|
47388
|
-
{
|
|
47389
|
-
"kind": "js",
|
|
47390
|
-
"name": "rapidDefaultFillColor",
|
|
47391
|
-
"declaration": {
|
|
47392
|
-
"name": "rapidDefaultFillColor",
|
|
47393
|
-
"module": "src/_config/styles/colors.ts"
|
|
47394
|
-
}
|
|
47395
|
-
},
|
|
47396
|
-
{
|
|
47397
|
-
"kind": "js",
|
|
47398
|
-
"name": "rapidDefaultCardFillColor",
|
|
47399
|
-
"declaration": {
|
|
47400
|
-
"name": "rapidDefaultCardFillColor",
|
|
47401
|
-
"module": "src/_config/styles/colors.ts"
|
|
47402
|
-
}
|
|
47403
|
-
},
|
|
47404
|
-
{
|
|
47405
|
-
"kind": "js",
|
|
47406
|
-
"name": "rapidDefaultCardPalette",
|
|
47407
|
-
"declaration": {
|
|
47408
|
-
"name": "rapidDefaultCardPalette",
|
|
47409
|
-
"module": "src/_config/styles/colors.ts"
|
|
47410
|
-
}
|
|
47411
|
-
},
|
|
47412
|
-
{
|
|
47413
|
-
"kind": "js",
|
|
47414
|
-
"name": "primaryBlueWebRGBA",
|
|
47415
|
-
"declaration": {
|
|
47416
|
-
"name": "primaryBlueWebRGBA",
|
|
47417
|
-
"module": "src/_config/styles/colors.ts"
|
|
47418
|
-
}
|
|
47419
|
-
},
|
|
47420
|
-
{
|
|
47421
|
-
"kind": "js",
|
|
47422
|
-
"name": "accentBlueSwatch",
|
|
47423
|
-
"declaration": {
|
|
47424
|
-
"name": "accentBlueSwatch",
|
|
47425
|
-
"module": "src/_config/styles/colors.ts"
|
|
47426
|
-
}
|
|
47427
|
-
},
|
|
47428
|
-
{
|
|
47429
|
-
"kind": "js",
|
|
47430
|
-
"name": "accentBluePalette",
|
|
47431
|
-
"declaration": {
|
|
47432
|
-
"name": "accentBluePalette",
|
|
47433
|
-
"module": "src/_config/styles/colors.ts"
|
|
47434
|
-
}
|
|
47435
|
-
},
|
|
47436
|
-
{
|
|
47437
|
-
"kind": "js",
|
|
47438
|
-
"name": "primaryPurpleWebRGBA",
|
|
47439
|
-
"declaration": {
|
|
47440
|
-
"name": "primaryPurpleWebRGBA",
|
|
47441
|
-
"module": "src/_config/styles/colors.ts"
|
|
47442
|
-
}
|
|
47443
|
-
},
|
|
47444
|
-
{
|
|
47445
|
-
"kind": "js",
|
|
47446
|
-
"name": "secondaryOrangeWebRGBA",
|
|
47447
|
-
"declaration": {
|
|
47448
|
-
"name": "secondaryOrangeWebRGBA",
|
|
47449
|
-
"module": "src/_config/styles/colors.ts"
|
|
47450
|
-
}
|
|
47451
|
-
},
|
|
47452
|
-
{
|
|
47453
|
-
"kind": "js",
|
|
47454
|
-
"name": "secondaryTealWebRGBA",
|
|
47455
|
-
"declaration": {
|
|
47456
|
-
"name": "secondaryTealWebRGBA",
|
|
47457
|
-
"module": "src/_config/styles/colors.ts"
|
|
47458
|
-
}
|
|
47459
|
-
},
|
|
47460
|
-
{
|
|
47461
|
-
"kind": "js",
|
|
47462
|
-
"name": "longGreenWebRGBA",
|
|
47463
|
-
"declaration": {
|
|
47464
|
-
"name": "longGreenWebRGBA",
|
|
47465
|
-
"module": "src/_config/styles/colors.ts"
|
|
47466
|
-
}
|
|
47467
|
-
},
|
|
47468
|
-
{
|
|
47469
|
-
"kind": "js",
|
|
47470
|
-
"name": "shortPinkWebRGBA",
|
|
47471
|
-
"declaration": {
|
|
47472
|
-
"name": "shortPinkWebRGBA",
|
|
47473
|
-
"module": "src/_config/styles/colors.ts"
|
|
47474
|
-
}
|
|
47475
|
-
},
|
|
47476
|
-
{
|
|
47477
|
-
"kind": "js",
|
|
47478
|
-
"name": "warningYellowWebRGBA",
|
|
47479
|
-
"declaration": {
|
|
47480
|
-
"name": "warningYellowWebRGBA",
|
|
47481
|
-
"module": "src/_config/styles/colors.ts"
|
|
47482
|
-
}
|
|
47483
|
-
},
|
|
47484
|
-
{
|
|
47485
|
-
"kind": "js",
|
|
47486
|
-
"name": "chartPinkWebRGBA",
|
|
47487
|
-
"declaration": {
|
|
47488
|
-
"name": "chartPinkWebRGBA",
|
|
47489
|
-
"module": "src/_config/styles/colors.ts"
|
|
47490
|
-
}
|
|
47491
|
-
}
|
|
47492
|
-
]
|
|
47493
|
-
},
|
|
47494
|
-
{
|
|
47495
|
-
"kind": "javascript-module",
|
|
47496
|
-
"path": "src/_config/styles/index.ts",
|
|
47497
|
-
"declarations": [],
|
|
47498
|
-
"exports": [
|
|
47499
|
-
{
|
|
47500
|
-
"kind": "js",
|
|
47501
|
-
"name": "*",
|
|
47502
|
-
"declaration": {
|
|
47503
|
-
"name": "*",
|
|
47504
|
-
"package": "./colors"
|
|
47505
|
-
}
|
|
47506
|
-
},
|
|
47507
|
-
{
|
|
47508
|
-
"kind": "js",
|
|
47509
|
-
"name": "*",
|
|
47510
|
-
"declaration": {
|
|
47511
|
-
"name": "*",
|
|
47512
|
-
"package": "./external/roboto-font"
|
|
47513
|
-
}
|
|
47514
|
-
}
|
|
47515
|
-
]
|
|
47516
|
-
},
|
|
47517
47517
|
{
|
|
47518
47518
|
"kind": "javascript-module",
|
|
47519
47519
|
"path": "src/_config/values/color.ts",
|