@genesislcap/foundation-zero 14.428.1-alpha-035cbdd.0 → 14.428.1
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 +358 -358
- package/dist/dts/react.d.ts +9 -9
- package/dist/react.cjs +6 -6
- package/dist/react.mjs +5 -5
- 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,64 @@
|
|
|
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
|
+
{
|
|
2443
|
+
"name": "mode",
|
|
2444
|
+
"type": {
|
|
2445
|
+
"text": "'append' | 'replace'"
|
|
2446
|
+
},
|
|
2447
|
+
"default": "'replace'",
|
|
2448
|
+
"fieldName": "mode",
|
|
2449
|
+
"inheritedFrom": {
|
|
2450
|
+
"name": "AiCriteriaSearch",
|
|
2451
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2452
|
+
}
|
|
2453
|
+
}
|
|
2454
|
+
],
|
|
2398
2455
|
"members": [
|
|
2399
2456
|
{
|
|
2400
2457
|
"kind": "field",
|
|
@@ -2403,242 +2460,207 @@
|
|
|
2403
2460
|
"text": "AIProvider"
|
|
2404
2461
|
},
|
|
2405
2462
|
"inheritedFrom": {
|
|
2406
|
-
"name": "
|
|
2407
|
-
"module": "src/ai-
|
|
2463
|
+
"name": "AiCriteriaSearch",
|
|
2464
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2408
2465
|
}
|
|
2409
2466
|
},
|
|
2410
2467
|
{
|
|
2411
2468
|
"kind": "field",
|
|
2412
|
-
"name": "
|
|
2469
|
+
"name": "placeholder",
|
|
2413
2470
|
"type": {
|
|
2414
|
-
"text": "
|
|
2471
|
+
"text": "string"
|
|
2415
2472
|
},
|
|
2416
|
-
"default": "
|
|
2473
|
+
"default": "'Describe your search criteria in natural language...'",
|
|
2417
2474
|
"inheritedFrom": {
|
|
2418
|
-
"name": "
|
|
2419
|
-
"module": "src/ai-
|
|
2475
|
+
"name": "AiCriteriaSearch",
|
|
2476
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2420
2477
|
}
|
|
2421
2478
|
},
|
|
2422
2479
|
{
|
|
2423
2480
|
"kind": "field",
|
|
2424
|
-
"name": "
|
|
2481
|
+
"name": "disabled",
|
|
2425
2482
|
"type": {
|
|
2426
2483
|
"text": "boolean"
|
|
2427
2484
|
},
|
|
2428
|
-
"default": "false",
|
|
2429
2485
|
"inheritedFrom": {
|
|
2430
|
-
"name": "
|
|
2431
|
-
"module": "src/ai-
|
|
2486
|
+
"name": "AiCriteriaSearch",
|
|
2487
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2432
2488
|
}
|
|
2433
2489
|
},
|
|
2434
2490
|
{
|
|
2435
2491
|
"kind": "field",
|
|
2436
|
-
"name": "
|
|
2492
|
+
"name": "mode",
|
|
2437
2493
|
"type": {
|
|
2438
|
-
"text": "
|
|
2494
|
+
"text": "'append' | 'replace'"
|
|
2439
2495
|
},
|
|
2440
|
-
"default": "'
|
|
2496
|
+
"default": "'replace'",
|
|
2441
2497
|
"inheritedFrom": {
|
|
2442
|
-
"name": "
|
|
2443
|
-
"module": "src/ai-
|
|
2498
|
+
"name": "AiCriteriaSearch",
|
|
2499
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2444
2500
|
}
|
|
2445
2501
|
},
|
|
2446
2502
|
{
|
|
2447
2503
|
"kind": "field",
|
|
2448
|
-
"name": "
|
|
2504
|
+
"name": "inputValue",
|
|
2449
2505
|
"type": {
|
|
2450
|
-
"text": "
|
|
2506
|
+
"text": "string"
|
|
2451
2507
|
},
|
|
2452
|
-
"default": "
|
|
2508
|
+
"default": "''",
|
|
2453
2509
|
"inheritedFrom": {
|
|
2454
|
-
"name": "
|
|
2455
|
-
"module": "src/ai-
|
|
2510
|
+
"name": "AiCriteriaSearch",
|
|
2511
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2456
2512
|
}
|
|
2457
2513
|
},
|
|
2458
2514
|
{
|
|
2459
2515
|
"kind": "field",
|
|
2460
|
-
"name": "
|
|
2516
|
+
"name": "isInterpreting",
|
|
2461
2517
|
"type": {
|
|
2462
|
-
"text": "
|
|
2518
|
+
"text": "boolean"
|
|
2463
2519
|
},
|
|
2464
|
-
"
|
|
2465
|
-
"default": "null",
|
|
2520
|
+
"default": "false",
|
|
2466
2521
|
"inheritedFrom": {
|
|
2467
|
-
"name": "
|
|
2468
|
-
"module": "src/ai-
|
|
2522
|
+
"name": "AiCriteriaSearch",
|
|
2523
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2469
2524
|
}
|
|
2470
2525
|
},
|
|
2471
2526
|
{
|
|
2472
2527
|
"kind": "field",
|
|
2473
|
-
"name": "
|
|
2474
|
-
"
|
|
2528
|
+
"name": "lastValidCriteria",
|
|
2529
|
+
"type": {
|
|
2530
|
+
"text": "string | null"
|
|
2531
|
+
},
|
|
2532
|
+
"default": "null",
|
|
2475
2533
|
"inheritedFrom": {
|
|
2476
|
-
"name": "
|
|
2477
|
-
"module": "src/ai-
|
|
2534
|
+
"name": "AiCriteriaSearch",
|
|
2535
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2478
2536
|
}
|
|
2479
2537
|
},
|
|
2480
2538
|
{
|
|
2481
2539
|
"kind": "field",
|
|
2482
|
-
"name": "
|
|
2540
|
+
"name": "fieldMetadata",
|
|
2483
2541
|
"type": {
|
|
2484
|
-
"text": "
|
|
2542
|
+
"text": "MetadataDetail[] | string[]"
|
|
2485
2543
|
},
|
|
2486
|
-
"
|
|
2544
|
+
"default": "[]",
|
|
2487
2545
|
"inheritedFrom": {
|
|
2488
|
-
"name": "
|
|
2489
|
-
"module": "src/ai-
|
|
2546
|
+
"name": "AiCriteriaSearch",
|
|
2547
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2490
2548
|
}
|
|
2491
2549
|
},
|
|
2492
2550
|
{
|
|
2493
2551
|
"kind": "field",
|
|
2494
|
-
"name": "
|
|
2552
|
+
"name": "isRecording",
|
|
2495
2553
|
"type": {
|
|
2496
2554
|
"text": "boolean"
|
|
2497
2555
|
},
|
|
2498
|
-
"
|
|
2556
|
+
"default": "false",
|
|
2499
2557
|
"inheritedFrom": {
|
|
2500
|
-
"name": "
|
|
2501
|
-
"module": "src/ai-
|
|
2558
|
+
"name": "AiCriteriaSearch",
|
|
2559
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2502
2560
|
}
|
|
2503
2561
|
},
|
|
2504
2562
|
{
|
|
2505
2563
|
"kind": "field",
|
|
2506
|
-
"name": "
|
|
2564
|
+
"name": "textAreaRef",
|
|
2507
2565
|
"type": {
|
|
2508
|
-
"text": "
|
|
2566
|
+
"text": "HTMLTextAreaElement"
|
|
2509
2567
|
},
|
|
2510
|
-
"
|
|
2568
|
+
"privacy": "public",
|
|
2511
2569
|
"inheritedFrom": {
|
|
2512
|
-
"name": "
|
|
2513
|
-
"module": "src/ai-
|
|
2570
|
+
"name": "AiCriteriaSearch",
|
|
2571
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2514
2572
|
}
|
|
2515
2573
|
},
|
|
2516
2574
|
{
|
|
2517
|
-
"kind": "
|
|
2518
|
-
"name": "
|
|
2519
|
-
"
|
|
2520
|
-
"
|
|
2521
|
-
"text": "void"
|
|
2522
|
-
}
|
|
2575
|
+
"kind": "field",
|
|
2576
|
+
"name": "stopRecording",
|
|
2577
|
+
"type": {
|
|
2578
|
+
"text": "(() => void) | null"
|
|
2523
2579
|
},
|
|
2580
|
+
"privacy": "private",
|
|
2581
|
+
"default": "null",
|
|
2524
2582
|
"inheritedFrom": {
|
|
2525
|
-
"name": "
|
|
2526
|
-
"module": "src/ai-
|
|
2583
|
+
"name": "AiCriteriaSearch",
|
|
2584
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2527
2585
|
}
|
|
2528
2586
|
},
|
|
2529
2587
|
{
|
|
2530
|
-
"kind": "
|
|
2531
|
-
"name": "
|
|
2588
|
+
"kind": "field",
|
|
2589
|
+
"name": "speechApplyDebounceTimer",
|
|
2590
|
+
"type": {
|
|
2591
|
+
"text": "ReturnType<typeof setTimeout> | null"
|
|
2592
|
+
},
|
|
2532
2593
|
"privacy": "private",
|
|
2533
|
-
"
|
|
2534
|
-
{
|
|
2535
|
-
"name": "event",
|
|
2536
|
-
"type": {
|
|
2537
|
-
"text": "MouseEvent"
|
|
2538
|
-
}
|
|
2539
|
-
}
|
|
2540
|
-
],
|
|
2594
|
+
"default": "null",
|
|
2541
2595
|
"inheritedFrom": {
|
|
2542
|
-
"name": "
|
|
2543
|
-
"module": "src/ai-
|
|
2596
|
+
"name": "AiCriteriaSearch",
|
|
2597
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2544
2598
|
}
|
|
2545
2599
|
},
|
|
2546
2600
|
{
|
|
2547
|
-
"kind": "
|
|
2548
|
-
"name": "
|
|
2601
|
+
"kind": "field",
|
|
2602
|
+
"name": "baseInputForAppend",
|
|
2603
|
+
"type": {
|
|
2604
|
+
"text": "string"
|
|
2605
|
+
},
|
|
2606
|
+
"privacy": "private",
|
|
2607
|
+
"default": "''",
|
|
2549
2608
|
"inheritedFrom": {
|
|
2550
|
-
"name": "
|
|
2551
|
-
"module": "src/ai-
|
|
2609
|
+
"name": "AiCriteriaSearch",
|
|
2610
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2552
2611
|
}
|
|
2553
2612
|
},
|
|
2554
2613
|
{
|
|
2555
|
-
"kind": "
|
|
2556
|
-
"name": "
|
|
2557
|
-
"
|
|
2558
|
-
"
|
|
2559
|
-
"text": "Promise<void>"
|
|
2560
|
-
}
|
|
2614
|
+
"kind": "field",
|
|
2615
|
+
"name": "speechAvailable",
|
|
2616
|
+
"type": {
|
|
2617
|
+
"text": "boolean"
|
|
2561
2618
|
},
|
|
2619
|
+
"readonly": true,
|
|
2562
2620
|
"inheritedFrom": {
|
|
2563
|
-
"name": "
|
|
2564
|
-
"module": "src/ai-
|
|
2621
|
+
"name": "AiCriteriaSearch",
|
|
2622
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2565
2623
|
}
|
|
2566
2624
|
},
|
|
2567
2625
|
{
|
|
2568
2626
|
"kind": "method",
|
|
2569
|
-
"name": "
|
|
2570
|
-
"privacy": "private",
|
|
2571
|
-
"return": {
|
|
2572
|
-
"type": {
|
|
2573
|
-
"text": "AIIndicatorState"
|
|
2574
|
-
}
|
|
2575
|
-
},
|
|
2576
|
-
"parameters": [
|
|
2577
|
-
{
|
|
2578
|
-
"name": "s",
|
|
2579
|
-
"type": {
|
|
2580
|
-
"text": "AIStatus | null"
|
|
2581
|
-
}
|
|
2582
|
-
}
|
|
2583
|
-
],
|
|
2627
|
+
"name": "handleSubmit",
|
|
2584
2628
|
"inheritedFrom": {
|
|
2585
|
-
"name": "
|
|
2586
|
-
"module": "src/ai-
|
|
2629
|
+
"name": "AiCriteriaSearch",
|
|
2630
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2587
2631
|
}
|
|
2588
2632
|
},
|
|
2589
2633
|
{
|
|
2590
2634
|
"kind": "method",
|
|
2591
|
-
"name": "
|
|
2592
|
-
"privacy": "private",
|
|
2593
|
-
"return": {
|
|
2594
|
-
"type": {
|
|
2595
|
-
"text": "void"
|
|
2596
|
-
}
|
|
2597
|
-
},
|
|
2635
|
+
"name": "handleBlur",
|
|
2598
2636
|
"inheritedFrom": {
|
|
2599
|
-
"name": "
|
|
2600
|
-
"module": "src/ai-
|
|
2637
|
+
"name": "AiCriteriaSearch",
|
|
2638
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2601
2639
|
}
|
|
2602
2640
|
},
|
|
2603
2641
|
{
|
|
2604
2642
|
"kind": "method",
|
|
2605
|
-
"name": "
|
|
2606
|
-
"privacy": "private",
|
|
2607
|
-
"return": {
|
|
2608
|
-
"type": {
|
|
2609
|
-
"text": "void"
|
|
2610
|
-
}
|
|
2611
|
-
},
|
|
2643
|
+
"name": "clear",
|
|
2612
2644
|
"inheritedFrom": {
|
|
2613
|
-
"name": "
|
|
2614
|
-
"module": "src/ai-
|
|
2645
|
+
"name": "AiCriteriaSearch",
|
|
2646
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2615
2647
|
}
|
|
2616
2648
|
},
|
|
2617
2649
|
{
|
|
2618
2650
|
"kind": "method",
|
|
2619
|
-
"name": "
|
|
2620
|
-
"privacy": "private",
|
|
2621
|
-
"return": {
|
|
2622
|
-
"type": {
|
|
2623
|
-
"text": "void"
|
|
2624
|
-
}
|
|
2625
|
-
},
|
|
2651
|
+
"name": "toggleSpeechInput",
|
|
2626
2652
|
"inheritedFrom": {
|
|
2627
|
-
"name": "
|
|
2628
|
-
"module": "src/ai-
|
|
2653
|
+
"name": "AiCriteriaSearch",
|
|
2654
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2629
2655
|
}
|
|
2630
2656
|
},
|
|
2631
2657
|
{
|
|
2632
2658
|
"kind": "method",
|
|
2633
|
-
"name": "
|
|
2634
|
-
"
|
|
2635
|
-
"type": {
|
|
2636
|
-
"text": "Promise<void>"
|
|
2637
|
-
}
|
|
2638
|
-
},
|
|
2659
|
+
"name": "clearSpeechApplyDebounce",
|
|
2660
|
+
"privacy": "private",
|
|
2639
2661
|
"inheritedFrom": {
|
|
2640
|
-
"name": "
|
|
2641
|
-
"module": "src/ai-
|
|
2662
|
+
"name": "AiCriteriaSearch",
|
|
2663
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2642
2664
|
}
|
|
2643
2665
|
},
|
|
2644
2666
|
{
|
|
@@ -2752,97 +2774,104 @@
|
|
|
2752
2774
|
"module": "src/foundation-element/foundation-element.ts"
|
|
2753
2775
|
}
|
|
2754
2776
|
}
|
|
2777
|
+
],
|
|
2778
|
+
"events": [
|
|
2779
|
+
{
|
|
2780
|
+
"description": "Fired when interpreted criteria is applied or cleared",
|
|
2781
|
+
"name": "criteria-changed",
|
|
2782
|
+
"inheritedFrom": {
|
|
2783
|
+
"name": "AiCriteriaSearch",
|
|
2784
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2785
|
+
}
|
|
2786
|
+
},
|
|
2787
|
+
{
|
|
2788
|
+
"description": "Fired when interpreted criteria contains invalid clauses",
|
|
2789
|
+
"name": "validation-errors",
|
|
2790
|
+
"inheritedFrom": {
|
|
2791
|
+
"name": "AiCriteriaSearch",
|
|
2792
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2793
|
+
}
|
|
2794
|
+
}
|
|
2755
2795
|
]
|
|
2756
2796
|
},
|
|
2757
2797
|
{
|
|
2758
2798
|
"kind": "variable",
|
|
2759
|
-
"name": "
|
|
2799
|
+
"name": "zeroAiCriteriaSearch",
|
|
2800
|
+
"description": "The Zero AI Criteria Search",
|
|
2801
|
+
"privacy": "public"
|
|
2760
2802
|
}
|
|
2761
2803
|
],
|
|
2762
2804
|
"exports": [
|
|
2763
2805
|
{
|
|
2764
2806
|
"kind": "js",
|
|
2765
|
-
"name": "
|
|
2807
|
+
"name": "AiCriteriaSearch",
|
|
2766
2808
|
"declaration": {
|
|
2767
|
-
"name": "
|
|
2768
|
-
"module": "src/ai-
|
|
2809
|
+
"name": "AiCriteriaSearch",
|
|
2810
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2769
2811
|
}
|
|
2770
2812
|
},
|
|
2771
2813
|
{
|
|
2772
2814
|
"kind": "js",
|
|
2773
|
-
"name": "
|
|
2815
|
+
"name": "zeroAiCriteriaSearch",
|
|
2774
2816
|
"declaration": {
|
|
2775
|
-
"name": "
|
|
2776
|
-
"module": "src/ai-
|
|
2817
|
+
"name": "zeroAiCriteriaSearch",
|
|
2818
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2777
2819
|
}
|
|
2778
2820
|
}
|
|
2779
2821
|
]
|
|
2780
2822
|
},
|
|
2781
2823
|
{
|
|
2782
2824
|
"kind": "javascript-module",
|
|
2783
|
-
"path": "src/ai-
|
|
2825
|
+
"path": "src/ai-criteria-search/index.ts",
|
|
2784
2826
|
"declarations": [],
|
|
2785
2827
|
"exports": [
|
|
2786
2828
|
{
|
|
2787
2829
|
"kind": "js",
|
|
2788
|
-
"name": "
|
|
2830
|
+
"name": "*",
|
|
2789
2831
|
"declaration": {
|
|
2790
|
-
"name": "
|
|
2791
|
-
"
|
|
2832
|
+
"name": "*",
|
|
2833
|
+
"package": "./ai-criteria-search"
|
|
2792
2834
|
}
|
|
2793
2835
|
},
|
|
2794
2836
|
{
|
|
2795
2837
|
"kind": "js",
|
|
2796
|
-
"name": "
|
|
2838
|
+
"name": "*",
|
|
2797
2839
|
"declaration": {
|
|
2798
|
-
"name": "
|
|
2799
|
-
"
|
|
2840
|
+
"name": "*",
|
|
2841
|
+
"package": "./ai-criteria-search.styles"
|
|
2800
2842
|
}
|
|
2801
|
-
}
|
|
2802
|
-
]
|
|
2803
|
-
},
|
|
2804
|
-
{
|
|
2805
|
-
"kind": "javascript-module",
|
|
2806
|
-
"path": "src/ai-criteria-search/ai-criteria-search.styles.ts",
|
|
2807
|
-
"declarations": [
|
|
2808
|
-
{
|
|
2809
|
-
"kind": "variable",
|
|
2810
|
-
"name": "zeroAiCriteriaSearchStyles",
|
|
2811
|
-
"default": "css`\n ${foundationAiCriteriaSearchStyles}\n`"
|
|
2812
|
-
}
|
|
2813
|
-
],
|
|
2814
|
-
"exports": [
|
|
2843
|
+
},
|
|
2815
2844
|
{
|
|
2816
2845
|
"kind": "js",
|
|
2817
|
-
"name": "
|
|
2846
|
+
"name": "*",
|
|
2818
2847
|
"declaration": {
|
|
2819
|
-
"name": "
|
|
2820
|
-
"
|
|
2848
|
+
"name": "*",
|
|
2849
|
+
"package": "./ai-criteria-search.template"
|
|
2821
2850
|
}
|
|
2822
2851
|
}
|
|
2823
2852
|
]
|
|
2824
2853
|
},
|
|
2825
2854
|
{
|
|
2826
2855
|
"kind": "javascript-module",
|
|
2827
|
-
"path": "src/ai-
|
|
2856
|
+
"path": "src/ai-indicator/ai-indicator.styles.ts",
|
|
2828
2857
|
"declarations": [
|
|
2829
2858
|
{
|
|
2830
2859
|
"kind": "function",
|
|
2831
|
-
"name": "
|
|
2860
|
+
"name": "zeroAiIndicatorStyles",
|
|
2832
2861
|
"return": {
|
|
2833
2862
|
"type": {
|
|
2834
|
-
"text": "
|
|
2863
|
+
"text": "ElementStyles"
|
|
2835
2864
|
}
|
|
2836
2865
|
},
|
|
2837
2866
|
"parameters": [
|
|
2838
2867
|
{
|
|
2839
|
-
"name": "
|
|
2868
|
+
"name": "context",
|
|
2840
2869
|
"type": {
|
|
2841
2870
|
"text": "ElementDefinitionContext"
|
|
2842
2871
|
}
|
|
2843
2872
|
},
|
|
2844
2873
|
{
|
|
2845
|
-
"name": "
|
|
2874
|
+
"name": "definition",
|
|
2846
2875
|
"type": {
|
|
2847
2876
|
"text": "FoundationElementDefinition"
|
|
2848
2877
|
}
|
|
@@ -2853,64 +2882,28 @@
|
|
|
2853
2882
|
"exports": [
|
|
2854
2883
|
{
|
|
2855
2884
|
"kind": "js",
|
|
2856
|
-
"name": "
|
|
2885
|
+
"name": "zeroAiIndicatorStyles",
|
|
2857
2886
|
"declaration": {
|
|
2858
|
-
"name": "
|
|
2859
|
-
"module": "src/ai-
|
|
2887
|
+
"name": "zeroAiIndicatorStyles",
|
|
2888
|
+
"module": "src/ai-indicator/ai-indicator.styles.ts"
|
|
2860
2889
|
}
|
|
2861
2890
|
}
|
|
2862
2891
|
]
|
|
2863
2892
|
},
|
|
2864
2893
|
{
|
|
2865
2894
|
"kind": "javascript-module",
|
|
2866
|
-
"path": "src/ai-
|
|
2895
|
+
"path": "src/ai-indicator/ai-indicator.ts",
|
|
2867
2896
|
"declarations": [
|
|
2868
2897
|
{
|
|
2869
2898
|
"kind": "class",
|
|
2870
2899
|
"description": "",
|
|
2871
|
-
"name": "
|
|
2900
|
+
"name": "AiIndicator",
|
|
2872
2901
|
"superclass": {
|
|
2873
|
-
"name": "
|
|
2902
|
+
"name": "FoundationAiIndicator",
|
|
2874
2903
|
"package": "@genesislcap/foundation-ui"
|
|
2875
2904
|
},
|
|
2876
|
-
"tagName": "%%prefix%%-ai-
|
|
2905
|
+
"tagName": "%%prefix%%-ai-indicator",
|
|
2877
2906
|
"customElement": true,
|
|
2878
|
-
"attributes": [
|
|
2879
|
-
{
|
|
2880
|
-
"name": "placeholder",
|
|
2881
|
-
"type": {
|
|
2882
|
-
"text": "string"
|
|
2883
|
-
},
|
|
2884
|
-
"default": "'Describe your search criteria in natural language...'",
|
|
2885
|
-
"fieldName": "placeholder",
|
|
2886
|
-
"inheritedFrom": {
|
|
2887
|
-
"name": "AiCriteriaSearch",
|
|
2888
|
-
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2889
|
-
}
|
|
2890
|
-
},
|
|
2891
|
-
{
|
|
2892
|
-
"type": {
|
|
2893
|
-
"text": "boolean"
|
|
2894
|
-
},
|
|
2895
|
-
"fieldName": "disabled",
|
|
2896
|
-
"inheritedFrom": {
|
|
2897
|
-
"name": "AiCriteriaSearch",
|
|
2898
|
-
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2899
|
-
}
|
|
2900
|
-
},
|
|
2901
|
-
{
|
|
2902
|
-
"name": "mode",
|
|
2903
|
-
"type": {
|
|
2904
|
-
"text": "'append' | 'replace'"
|
|
2905
|
-
},
|
|
2906
|
-
"default": "'replace'",
|
|
2907
|
-
"fieldName": "mode",
|
|
2908
|
-
"inheritedFrom": {
|
|
2909
|
-
"name": "AiCriteriaSearch",
|
|
2910
|
-
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2911
|
-
}
|
|
2912
|
-
}
|
|
2913
|
-
],
|
|
2914
2907
|
"members": [
|
|
2915
2908
|
{
|
|
2916
2909
|
"kind": "field",
|
|
@@ -2919,207 +2912,242 @@
|
|
|
2919
2912
|
"text": "AIProvider"
|
|
2920
2913
|
},
|
|
2921
2914
|
"inheritedFrom": {
|
|
2922
|
-
"name": "
|
|
2923
|
-
"module": "src/ai-
|
|
2915
|
+
"name": "AiIndicator",
|
|
2916
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
2924
2917
|
}
|
|
2925
2918
|
},
|
|
2926
2919
|
{
|
|
2927
2920
|
"kind": "field",
|
|
2928
|
-
"name": "
|
|
2921
|
+
"name": "status",
|
|
2929
2922
|
"type": {
|
|
2930
|
-
"text": "
|
|
2923
|
+
"text": "AIStatus | null"
|
|
2931
2924
|
},
|
|
2932
|
-
"default": "
|
|
2925
|
+
"default": "null",
|
|
2933
2926
|
"inheritedFrom": {
|
|
2934
|
-
"name": "
|
|
2935
|
-
"module": "src/ai-
|
|
2927
|
+
"name": "AiIndicator",
|
|
2928
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
2936
2929
|
}
|
|
2937
2930
|
},
|
|
2938
2931
|
{
|
|
2939
2932
|
"kind": "field",
|
|
2940
|
-
"name": "
|
|
2933
|
+
"name": "open",
|
|
2941
2934
|
"type": {
|
|
2942
2935
|
"text": "boolean"
|
|
2943
2936
|
},
|
|
2937
|
+
"default": "false",
|
|
2944
2938
|
"inheritedFrom": {
|
|
2945
|
-
"name": "
|
|
2946
|
-
"module": "src/ai-
|
|
2947
|
-
}
|
|
2948
|
-
},
|
|
2949
|
-
{
|
|
2950
|
-
"kind": "field",
|
|
2951
|
-
"name": "mode",
|
|
2952
|
-
"type": {
|
|
2953
|
-
"text": "'append' | 'replace'"
|
|
2954
|
-
},
|
|
2955
|
-
"default": "'replace'",
|
|
2956
|
-
"inheritedFrom": {
|
|
2957
|
-
"name": "AiCriteriaSearch",
|
|
2958
|
-
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2939
|
+
"name": "AiIndicator",
|
|
2940
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
2959
2941
|
}
|
|
2960
2942
|
},
|
|
2961
2943
|
{
|
|
2962
2944
|
"kind": "field",
|
|
2963
|
-
"name": "
|
|
2945
|
+
"name": "state",
|
|
2964
2946
|
"type": {
|
|
2965
|
-
"text": "
|
|
2947
|
+
"text": "AIIndicatorState"
|
|
2966
2948
|
},
|
|
2967
|
-
"default": "''",
|
|
2949
|
+
"default": "'none'",
|
|
2968
2950
|
"inheritedFrom": {
|
|
2969
|
-
"name": "
|
|
2970
|
-
"module": "src/ai-
|
|
2951
|
+
"name": "AiIndicator",
|
|
2952
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
2971
2953
|
}
|
|
2972
2954
|
},
|
|
2973
2955
|
{
|
|
2974
2956
|
"kind": "field",
|
|
2975
|
-
"name": "
|
|
2957
|
+
"name": "isInstalling",
|
|
2976
2958
|
"type": {
|
|
2977
2959
|
"text": "boolean"
|
|
2978
2960
|
},
|
|
2979
2961
|
"default": "false",
|
|
2980
2962
|
"inheritedFrom": {
|
|
2981
|
-
"name": "
|
|
2982
|
-
"module": "src/ai-
|
|
2963
|
+
"name": "AiIndicator",
|
|
2964
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
2983
2965
|
}
|
|
2984
2966
|
},
|
|
2985
2967
|
{
|
|
2986
2968
|
"kind": "field",
|
|
2987
|
-
"name": "
|
|
2969
|
+
"name": "pollTimer",
|
|
2988
2970
|
"type": {
|
|
2989
|
-
"text": "
|
|
2971
|
+
"text": "ReturnType<typeof setInterval> | null"
|
|
2990
2972
|
},
|
|
2973
|
+
"privacy": "private",
|
|
2991
2974
|
"default": "null",
|
|
2992
2975
|
"inheritedFrom": {
|
|
2993
|
-
"name": "
|
|
2994
|
-
"module": "src/ai-
|
|
2976
|
+
"name": "AiIndicator",
|
|
2977
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
2995
2978
|
}
|
|
2996
2979
|
},
|
|
2997
2980
|
{
|
|
2998
2981
|
"kind": "field",
|
|
2999
|
-
"name": "
|
|
3000
|
-
"
|
|
3001
|
-
"text": "MetadataDetail[] | string[]"
|
|
3002
|
-
},
|
|
3003
|
-
"default": "[]",
|
|
2982
|
+
"name": "clickOutside",
|
|
2983
|
+
"privacy": "private",
|
|
3004
2984
|
"inheritedFrom": {
|
|
3005
|
-
"name": "
|
|
3006
|
-
"module": "src/ai-
|
|
2985
|
+
"name": "AiIndicator",
|
|
2986
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
3007
2987
|
}
|
|
3008
2988
|
},
|
|
3009
2989
|
{
|
|
3010
2990
|
"kind": "field",
|
|
3011
|
-
"name": "
|
|
2991
|
+
"name": "chromeStatusLabel",
|
|
3012
2992
|
"type": {
|
|
3013
|
-
"text": "
|
|
2993
|
+
"text": "string | null"
|
|
3014
2994
|
},
|
|
3015
|
-
"
|
|
2995
|
+
"readonly": true,
|
|
3016
2996
|
"inheritedFrom": {
|
|
3017
|
-
"name": "
|
|
3018
|
-
"module": "src/ai-
|
|
2997
|
+
"name": "AiIndicator",
|
|
2998
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
3019
2999
|
}
|
|
3020
3000
|
},
|
|
3021
3001
|
{
|
|
3022
3002
|
"kind": "field",
|
|
3023
|
-
"name": "
|
|
3003
|
+
"name": "canInstall",
|
|
3024
3004
|
"type": {
|
|
3025
|
-
"text": "
|
|
3005
|
+
"text": "boolean"
|
|
3026
3006
|
},
|
|
3027
|
-
"
|
|
3007
|
+
"readonly": true,
|
|
3028
3008
|
"inheritedFrom": {
|
|
3029
|
-
"name": "
|
|
3030
|
-
"module": "src/ai-
|
|
3009
|
+
"name": "AiIndicator",
|
|
3010
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
3031
3011
|
}
|
|
3032
3012
|
},
|
|
3033
3013
|
{
|
|
3034
3014
|
"kind": "field",
|
|
3035
|
-
"name": "
|
|
3015
|
+
"name": "isDownloading",
|
|
3036
3016
|
"type": {
|
|
3037
|
-
"text": "
|
|
3017
|
+
"text": "boolean"
|
|
3038
3018
|
},
|
|
3039
|
-
"
|
|
3040
|
-
"default": "null",
|
|
3019
|
+
"readonly": true,
|
|
3041
3020
|
"inheritedFrom": {
|
|
3042
|
-
"name": "
|
|
3043
|
-
"module": "src/ai-
|
|
3021
|
+
"name": "AiIndicator",
|
|
3022
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
3044
3023
|
}
|
|
3045
3024
|
},
|
|
3046
3025
|
{
|
|
3047
|
-
"kind": "
|
|
3048
|
-
"name": "
|
|
3049
|
-
"
|
|
3050
|
-
"
|
|
3026
|
+
"kind": "method",
|
|
3027
|
+
"name": "openChanged",
|
|
3028
|
+
"return": {
|
|
3029
|
+
"type": {
|
|
3030
|
+
"text": "void"
|
|
3031
|
+
}
|
|
3051
3032
|
},
|
|
3052
|
-
"privacy": "private",
|
|
3053
|
-
"default": "null",
|
|
3054
3033
|
"inheritedFrom": {
|
|
3055
|
-
"name": "
|
|
3056
|
-
"module": "src/ai-
|
|
3034
|
+
"name": "AiIndicator",
|
|
3035
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
3057
3036
|
}
|
|
3058
3037
|
},
|
|
3059
3038
|
{
|
|
3060
|
-
"kind": "
|
|
3061
|
-
"name": "
|
|
3062
|
-
"type": {
|
|
3063
|
-
"text": "string"
|
|
3064
|
-
},
|
|
3039
|
+
"kind": "method",
|
|
3040
|
+
"name": "handleClickOutside",
|
|
3065
3041
|
"privacy": "private",
|
|
3066
|
-
"
|
|
3042
|
+
"parameters": [
|
|
3043
|
+
{
|
|
3044
|
+
"name": "event",
|
|
3045
|
+
"type": {
|
|
3046
|
+
"text": "MouseEvent"
|
|
3047
|
+
}
|
|
3048
|
+
}
|
|
3049
|
+
],
|
|
3067
3050
|
"inheritedFrom": {
|
|
3068
|
-
"name": "
|
|
3069
|
-
"module": "src/ai-
|
|
3051
|
+
"name": "AiIndicator",
|
|
3052
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
3070
3053
|
}
|
|
3071
3054
|
},
|
|
3072
3055
|
{
|
|
3073
|
-
"kind": "
|
|
3074
|
-
"name": "
|
|
3075
|
-
"type": {
|
|
3076
|
-
"text": "boolean"
|
|
3077
|
-
},
|
|
3078
|
-
"readonly": true,
|
|
3056
|
+
"kind": "method",
|
|
3057
|
+
"name": "toggleDropdown",
|
|
3079
3058
|
"inheritedFrom": {
|
|
3080
|
-
"name": "
|
|
3081
|
-
"module": "src/ai-
|
|
3059
|
+
"name": "AiIndicator",
|
|
3060
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
3082
3061
|
}
|
|
3083
3062
|
},
|
|
3084
3063
|
{
|
|
3085
3064
|
"kind": "method",
|
|
3086
|
-
"name": "
|
|
3065
|
+
"name": "refreshStatus",
|
|
3066
|
+
"return": {
|
|
3067
|
+
"type": {
|
|
3068
|
+
"text": "Promise<void>"
|
|
3069
|
+
}
|
|
3070
|
+
},
|
|
3087
3071
|
"inheritedFrom": {
|
|
3088
|
-
"name": "
|
|
3089
|
-
"module": "src/ai-
|
|
3072
|
+
"name": "AiIndicator",
|
|
3073
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
3090
3074
|
}
|
|
3091
3075
|
},
|
|
3092
3076
|
{
|
|
3093
3077
|
"kind": "method",
|
|
3094
|
-
"name": "
|
|
3078
|
+
"name": "deriveState",
|
|
3079
|
+
"privacy": "private",
|
|
3080
|
+
"return": {
|
|
3081
|
+
"type": {
|
|
3082
|
+
"text": "AIIndicatorState"
|
|
3083
|
+
}
|
|
3084
|
+
},
|
|
3085
|
+
"parameters": [
|
|
3086
|
+
{
|
|
3087
|
+
"name": "s",
|
|
3088
|
+
"type": {
|
|
3089
|
+
"text": "AIStatus | null"
|
|
3090
|
+
}
|
|
3091
|
+
}
|
|
3092
|
+
],
|
|
3095
3093
|
"inheritedFrom": {
|
|
3096
|
-
"name": "
|
|
3097
|
-
"module": "src/ai-
|
|
3094
|
+
"name": "AiIndicator",
|
|
3095
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
3098
3096
|
}
|
|
3099
3097
|
},
|
|
3100
3098
|
{
|
|
3101
3099
|
"kind": "method",
|
|
3102
|
-
"name": "
|
|
3100
|
+
"name": "maybeStartPolling",
|
|
3101
|
+
"privacy": "private",
|
|
3102
|
+
"return": {
|
|
3103
|
+
"type": {
|
|
3104
|
+
"text": "void"
|
|
3105
|
+
}
|
|
3106
|
+
},
|
|
3103
3107
|
"inheritedFrom": {
|
|
3104
|
-
"name": "
|
|
3105
|
-
"module": "src/ai-
|
|
3108
|
+
"name": "AiIndicator",
|
|
3109
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
3106
3110
|
}
|
|
3107
3111
|
},
|
|
3108
3112
|
{
|
|
3109
3113
|
"kind": "method",
|
|
3110
|
-
"name": "
|
|
3114
|
+
"name": "startPolling",
|
|
3115
|
+
"privacy": "private",
|
|
3116
|
+
"return": {
|
|
3117
|
+
"type": {
|
|
3118
|
+
"text": "void"
|
|
3119
|
+
}
|
|
3120
|
+
},
|
|
3111
3121
|
"inheritedFrom": {
|
|
3112
|
-
"name": "
|
|
3113
|
-
"module": "src/ai-
|
|
3122
|
+
"name": "AiIndicator",
|
|
3123
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
3114
3124
|
}
|
|
3115
3125
|
},
|
|
3116
3126
|
{
|
|
3117
3127
|
"kind": "method",
|
|
3118
|
-
"name": "
|
|
3128
|
+
"name": "stopPolling",
|
|
3119
3129
|
"privacy": "private",
|
|
3130
|
+
"return": {
|
|
3131
|
+
"type": {
|
|
3132
|
+
"text": "void"
|
|
3133
|
+
}
|
|
3134
|
+
},
|
|
3120
3135
|
"inheritedFrom": {
|
|
3121
|
-
"name": "
|
|
3122
|
-
"module": "src/ai-
|
|
3136
|
+
"name": "AiIndicator",
|
|
3137
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
3138
|
+
}
|
|
3139
|
+
},
|
|
3140
|
+
{
|
|
3141
|
+
"kind": "method",
|
|
3142
|
+
"name": "onInstall",
|
|
3143
|
+
"return": {
|
|
3144
|
+
"type": {
|
|
3145
|
+
"text": "Promise<void>"
|
|
3146
|
+
}
|
|
3147
|
+
},
|
|
3148
|
+
"inheritedFrom": {
|
|
3149
|
+
"name": "AiIndicator",
|
|
3150
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
3123
3151
|
}
|
|
3124
3152
|
},
|
|
3125
3153
|
{
|
|
@@ -3233,79 +3261,51 @@
|
|
|
3233
3261
|
"module": "src/foundation-element/foundation-element.ts"
|
|
3234
3262
|
}
|
|
3235
3263
|
}
|
|
3236
|
-
],
|
|
3237
|
-
"events": [
|
|
3238
|
-
{
|
|
3239
|
-
"description": "Fired when interpreted criteria is applied or cleared",
|
|
3240
|
-
"name": "criteria-changed",
|
|
3241
|
-
"inheritedFrom": {
|
|
3242
|
-
"name": "AiCriteriaSearch",
|
|
3243
|
-
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
3244
|
-
}
|
|
3245
|
-
},
|
|
3246
|
-
{
|
|
3247
|
-
"description": "Fired when interpreted criteria contains invalid clauses",
|
|
3248
|
-
"name": "validation-errors",
|
|
3249
|
-
"inheritedFrom": {
|
|
3250
|
-
"name": "AiCriteriaSearch",
|
|
3251
|
-
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
3252
|
-
}
|
|
3253
|
-
}
|
|
3254
3264
|
]
|
|
3255
3265
|
},
|
|
3256
3266
|
{
|
|
3257
3267
|
"kind": "variable",
|
|
3258
|
-
"name": "
|
|
3259
|
-
"description": "The Zero AI Criteria Search",
|
|
3260
|
-
"privacy": "public"
|
|
3268
|
+
"name": "zeroAiIndicator"
|
|
3261
3269
|
}
|
|
3262
3270
|
],
|
|
3263
3271
|
"exports": [
|
|
3264
3272
|
{
|
|
3265
3273
|
"kind": "js",
|
|
3266
|
-
"name": "
|
|
3274
|
+
"name": "AiIndicator",
|
|
3267
3275
|
"declaration": {
|
|
3268
|
-
"name": "
|
|
3269
|
-
"module": "src/ai-
|
|
3276
|
+
"name": "AiIndicator",
|
|
3277
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
3270
3278
|
}
|
|
3271
3279
|
},
|
|
3272
3280
|
{
|
|
3273
3281
|
"kind": "js",
|
|
3274
|
-
"name": "
|
|
3282
|
+
"name": "zeroAiIndicator",
|
|
3275
3283
|
"declaration": {
|
|
3276
|
-
"name": "
|
|
3277
|
-
"module": "src/ai-
|
|
3284
|
+
"name": "zeroAiIndicator",
|
|
3285
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
3278
3286
|
}
|
|
3279
3287
|
}
|
|
3280
3288
|
]
|
|
3281
3289
|
},
|
|
3282
3290
|
{
|
|
3283
3291
|
"kind": "javascript-module",
|
|
3284
|
-
"path": "src/ai-
|
|
3292
|
+
"path": "src/ai-indicator/index.ts",
|
|
3285
3293
|
"declarations": [],
|
|
3286
3294
|
"exports": [
|
|
3287
3295
|
{
|
|
3288
3296
|
"kind": "js",
|
|
3289
|
-
"name": "
|
|
3290
|
-
"declaration": {
|
|
3291
|
-
"name": "*",
|
|
3292
|
-
"package": "./ai-criteria-search"
|
|
3293
|
-
}
|
|
3294
|
-
},
|
|
3295
|
-
{
|
|
3296
|
-
"kind": "js",
|
|
3297
|
-
"name": "*",
|
|
3297
|
+
"name": "AiIndicator",
|
|
3298
3298
|
"declaration": {
|
|
3299
|
-
"name": "
|
|
3300
|
-
"
|
|
3299
|
+
"name": "AiIndicator",
|
|
3300
|
+
"module": "./ai-indicator"
|
|
3301
3301
|
}
|
|
3302
3302
|
},
|
|
3303
3303
|
{
|
|
3304
3304
|
"kind": "js",
|
|
3305
|
-
"name": "
|
|
3305
|
+
"name": "zeroAiIndicator",
|
|
3306
3306
|
"declaration": {
|
|
3307
|
-
"name": "
|
|
3308
|
-
"
|
|
3307
|
+
"name": "zeroAiIndicator",
|
|
3308
|
+
"module": "./ai-indicator"
|
|
3309
3309
|
}
|
|
3310
3310
|
}
|
|
3311
3311
|
]
|
package/dist/dts/react.d.ts
CHANGED
|
@@ -144,15 +144,6 @@ export declare const ActionsMenu: React.ForwardRefExoticComponent<
|
|
|
144
144
|
>;
|
|
145
145
|
export type ActionsMenuRef = ActionsMenuWC;
|
|
146
146
|
|
|
147
|
-
export declare const AiIndicator: React.ForwardRefExoticComponent<
|
|
148
|
-
React.PropsWithChildren<
|
|
149
|
-
Omit<PublicOf<AiIndicatorWC>, 'children' | 'style'> &
|
|
150
|
-
HTMLWCProps & {
|
|
151
|
-
}
|
|
152
|
-
> & React.RefAttributes<AiIndicatorWC>
|
|
153
|
-
>;
|
|
154
|
-
export type AiIndicatorRef = AiIndicatorWC;
|
|
155
|
-
|
|
156
147
|
export declare const AiCriteriaSearch: React.ForwardRefExoticComponent<
|
|
157
148
|
React.PropsWithChildren<
|
|
158
149
|
Omit<PublicOf<AiCriteriaSearchWC>, 'children' | 'style'> &
|
|
@@ -164,6 +155,15 @@ export declare const AiCriteriaSearch: React.ForwardRefExoticComponent<
|
|
|
164
155
|
>;
|
|
165
156
|
export type AiCriteriaSearchRef = AiCriteriaSearchWC;
|
|
166
157
|
|
|
158
|
+
export declare const AiIndicator: React.ForwardRefExoticComponent<
|
|
159
|
+
React.PropsWithChildren<
|
|
160
|
+
Omit<PublicOf<AiIndicatorWC>, 'children' | 'style'> &
|
|
161
|
+
HTMLWCProps & {
|
|
162
|
+
}
|
|
163
|
+
> & React.RefAttributes<AiIndicatorWC>
|
|
164
|
+
>;
|
|
165
|
+
export type AiIndicatorRef = AiIndicatorWC;
|
|
166
|
+
|
|
167
167
|
export declare const Anchor: React.ForwardRefExoticComponent<
|
|
168
168
|
React.PropsWithChildren<
|
|
169
169
|
Omit<PublicOf<AnchorWC>, 'children' | 'style'> &
|
package/dist/react.cjs
CHANGED
|
@@ -114,11 +114,6 @@ const ActionsMenu = React.forwardRef(function ActionsMenu(props, ref) {
|
|
|
114
114
|
return React.createElement(customElements.getName(ActionsMenuWC) ?? '%%prefix%%-actions-menu', { ...rest, ref }, children);
|
|
115
115
|
});
|
|
116
116
|
|
|
117
|
-
const AiIndicator = React.forwardRef(function AiIndicator(props, ref) {
|
|
118
|
-
const { children, ...rest } = props;
|
|
119
|
-
return React.createElement(customElements.getName(AiIndicatorWC) ?? '%%prefix%%-ai-indicator', { ...rest, ref }, children);
|
|
120
|
-
});
|
|
121
|
-
|
|
122
117
|
const AiCriteriaSearch = React.forwardRef(function AiCriteriaSearch(props, ref) {
|
|
123
118
|
const { onCriteriaChanged, onValidationErrors, children, ...rest } = props;
|
|
124
119
|
const _innerRef = React.useRef(null);
|
|
@@ -141,6 +136,11 @@ const AiCriteriaSearch = React.forwardRef(function AiCriteriaSearch(props, ref)
|
|
|
141
136
|
return React.createElement(customElements.getName(AiCriteriaSearchWC) ?? '%%prefix%%-ai-criteria-search', { ...rest, ref: _mergeRefs(_innerRef, ref) }, children);
|
|
142
137
|
});
|
|
143
138
|
|
|
139
|
+
const AiIndicator = React.forwardRef(function AiIndicator(props, ref) {
|
|
140
|
+
const { children, ...rest } = props;
|
|
141
|
+
return React.createElement(customElements.getName(AiIndicatorWC) ?? '%%prefix%%-ai-indicator', { ...rest, ref }, children);
|
|
142
|
+
});
|
|
143
|
+
|
|
144
144
|
const Anchor = React.forwardRef(function Anchor(props, ref) {
|
|
145
145
|
const { children, ...rest } = props;
|
|
146
146
|
return React.createElement(customElements.getName(AnchorWC) ?? '%%prefix%%-anchor', { ...rest, ref }, children);
|
|
@@ -860,8 +860,8 @@ module.exports = {
|
|
|
860
860
|
Accordion,
|
|
861
861
|
AccordionItem,
|
|
862
862
|
ActionsMenu,
|
|
863
|
-
AiIndicator,
|
|
864
863
|
AiCriteriaSearch,
|
|
864
|
+
AiIndicator,
|
|
865
865
|
Anchor,
|
|
866
866
|
AnchoredRegion,
|
|
867
867
|
Avatar,
|
package/dist/react.mjs
CHANGED
|
@@ -112,11 +112,6 @@ export const ActionsMenu = React.forwardRef(function ActionsMenu(props, ref) {
|
|
|
112
112
|
return React.createElement(customElements.getName(ActionsMenuWC) ?? '%%prefix%%-actions-menu', { ...rest, ref }, children);
|
|
113
113
|
});
|
|
114
114
|
|
|
115
|
-
export const AiIndicator = React.forwardRef(function AiIndicator(props, ref) {
|
|
116
|
-
const { children, ...rest } = props;
|
|
117
|
-
return React.createElement(customElements.getName(AiIndicatorWC) ?? '%%prefix%%-ai-indicator', { ...rest, ref }, children);
|
|
118
|
-
});
|
|
119
|
-
|
|
120
115
|
export const AiCriteriaSearch = React.forwardRef(function AiCriteriaSearch(props, ref) {
|
|
121
116
|
const { onCriteriaChanged, onValidationErrors, children, ...rest } = props;
|
|
122
117
|
const _innerRef = React.useRef(null);
|
|
@@ -139,6 +134,11 @@ export const AiCriteriaSearch = React.forwardRef(function AiCriteriaSearch(props
|
|
|
139
134
|
return React.createElement(customElements.getName(AiCriteriaSearchWC) ?? '%%prefix%%-ai-criteria-search', { ...rest, ref: _mergeRefs(_innerRef, ref) }, children);
|
|
140
135
|
});
|
|
141
136
|
|
|
137
|
+
export const AiIndicator = React.forwardRef(function AiIndicator(props, ref) {
|
|
138
|
+
const { children, ...rest } = props;
|
|
139
|
+
return React.createElement(customElements.getName(AiIndicatorWC) ?? '%%prefix%%-ai-indicator', { ...rest, ref }, children);
|
|
140
|
+
});
|
|
141
|
+
|
|
142
142
|
export const Anchor = React.forwardRef(function Anchor(props, ref) {
|
|
143
143
|
const { children, ...rest } = props;
|
|
144
144
|
return React.createElement(customElements.getName(AnchorWC) ?? '%%prefix%%-anchor', { ...rest, ref }, children);
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@genesislcap/foundation-zero",
|
|
3
3
|
"description": "Genesis Foundation Zero Design System",
|
|
4
|
-
"version": "14.428.1
|
|
4
|
+
"version": "14.428.1",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -73,18 +73,18 @@
|
|
|
73
73
|
},
|
|
74
74
|
"devDependencies": {
|
|
75
75
|
"@genesiscommunitysuccess/analyzer-import-alias-plugin": "^5.0.3",
|
|
76
|
-
"@genesislcap/genx": "14.428.1
|
|
77
|
-
"@genesislcap/rollup-builder": "14.428.1
|
|
78
|
-
"@genesislcap/ts-builder": "14.428.1
|
|
79
|
-
"@genesislcap/uvu-playwright-builder": "14.428.1
|
|
80
|
-
"@genesislcap/vite-builder": "14.428.1
|
|
81
|
-
"@genesislcap/webpack-builder": "14.428.1
|
|
76
|
+
"@genesislcap/genx": "14.428.1",
|
|
77
|
+
"@genesislcap/rollup-builder": "14.428.1",
|
|
78
|
+
"@genesislcap/ts-builder": "14.428.1",
|
|
79
|
+
"@genesislcap/uvu-playwright-builder": "14.428.1",
|
|
80
|
+
"@genesislcap/vite-builder": "14.428.1",
|
|
81
|
+
"@genesislcap/webpack-builder": "14.428.1"
|
|
82
82
|
},
|
|
83
83
|
"dependencies": {
|
|
84
|
-
"@genesislcap/foundation-comms": "14.428.1
|
|
85
|
-
"@genesislcap/foundation-logger": "14.428.1
|
|
86
|
-
"@genesislcap/foundation-ui": "14.428.1
|
|
87
|
-
"@genesislcap/foundation-utils": "14.428.1
|
|
84
|
+
"@genesislcap/foundation-comms": "14.428.1",
|
|
85
|
+
"@genesislcap/foundation-logger": "14.428.1",
|
|
86
|
+
"@genesislcap/foundation-ui": "14.428.1",
|
|
87
|
+
"@genesislcap/foundation-utils": "14.428.1",
|
|
88
88
|
"@microsoft/fast-colors": "5.3.1",
|
|
89
89
|
"@microsoft/fast-components": "2.30.6",
|
|
90
90
|
"@microsoft/fast-element": "1.14.0",
|
|
@@ -111,5 +111,5 @@
|
|
|
111
111
|
"require": "./dist/react.cjs"
|
|
112
112
|
}
|
|
113
113
|
},
|
|
114
|
-
"gitHead": "
|
|
114
|
+
"gitHead": "d0e41cc5c5065743cafe34d97ccf4a83480436f1"
|
|
115
115
|
}
|