@genesislcap/foundation-ui 14.437.4 → 14.437.5-canary.gs-updates
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 +742 -383
- package/dist/dts/date-picker/date-picker.d.ts +45 -0
- package/dist/dts/date-picker/date-picker.d.ts.map +1 -1
- package/dist/dts/date-picker/date-picker.template.d.ts.map +1 -1
- package/dist/dts/date-picker/date-picker.util.d.ts +24 -0
- package/dist/dts/date-picker/date-picker.util.d.ts.map +1 -0
- package/dist/dts/date-picker/index.d.ts +1 -0
- package/dist/dts/date-picker/index.d.ts.map +1 -1
- package/dist/dts/react.d.ts +8 -19
- package/dist/dts/search-bar/search-bar-combobox.d.ts +5 -6
- package/dist/dts/search-bar/search-bar-combobox.d.ts.map +1 -1
- package/dist/dts/search-bar/search-bar.d.ts +25 -0
- package/dist/dts/search-bar/search-bar.d.ts.map +1 -1
- package/dist/dts/search-bar/search-bar.styles.d.ts.map +1 -1
- package/dist/dts/search-bar/search-bar.template.d.ts.map +1 -1
- package/dist/esm/date-picker/date-picker.js +141 -14
- package/dist/esm/date-picker/date-picker.template.js +9 -1
- package/dist/esm/date-picker/date-picker.util.js +59 -0
- package/dist/esm/date-picker/index.js +1 -0
- package/dist/esm/search-bar/search-bar-combobox.js +30 -0
- package/dist/esm/search-bar/search-bar.js +69 -1
- package/dist/esm/search-bar/search-bar.styles.js +0 -17
- package/dist/esm/search-bar/search-bar.template.js +26 -25
- package/dist/react.cjs +5 -24
- package/dist/react.mjs +4 -22
- package/package.json +19 -19
|
@@ -2384,11 +2384,11 @@
|
|
|
2384
2384
|
},
|
|
2385
2385
|
{
|
|
2386
2386
|
"kind": "javascript-module",
|
|
2387
|
-
"path": "src/
|
|
2387
|
+
"path": "src/ai-indicator/ai-indicator.styles.ts",
|
|
2388
2388
|
"declarations": [
|
|
2389
2389
|
{
|
|
2390
2390
|
"kind": "function",
|
|
2391
|
-
"name": "
|
|
2391
|
+
"name": "foundationAiIndicatorStyles",
|
|
2392
2392
|
"return": {
|
|
2393
2393
|
"type": {
|
|
2394
2394
|
"text": "ElementStyles"
|
|
@@ -2413,276 +2413,214 @@
|
|
|
2413
2413
|
"exports": [
|
|
2414
2414
|
{
|
|
2415
2415
|
"kind": "js",
|
|
2416
|
-
"name": "
|
|
2416
|
+
"name": "foundationAiIndicatorStyles",
|
|
2417
2417
|
"declaration": {
|
|
2418
|
-
"name": "
|
|
2419
|
-
"module": "src/
|
|
2418
|
+
"name": "foundationAiIndicatorStyles",
|
|
2419
|
+
"module": "src/ai-indicator/ai-indicator.styles.ts"
|
|
2420
2420
|
}
|
|
2421
2421
|
}
|
|
2422
2422
|
]
|
|
2423
2423
|
},
|
|
2424
2424
|
{
|
|
2425
2425
|
"kind": "javascript-module",
|
|
2426
|
-
"path": "src/
|
|
2426
|
+
"path": "src/ai-indicator/ai-indicator.template.ts",
|
|
2427
2427
|
"declarations": [
|
|
2428
2428
|
{
|
|
2429
|
-
"kind": "
|
|
2430
|
-
"name": "
|
|
2431
|
-
"
|
|
2432
|
-
"
|
|
2433
|
-
"text": "ViewTemplate<Accordion>"
|
|
2434
|
-
}
|
|
2429
|
+
"kind": "variable",
|
|
2430
|
+
"name": "foundationAiIndicatorTemplate",
|
|
2431
|
+
"type": {
|
|
2432
|
+
"text": "ViewTemplate<AiIndicator>"
|
|
2435
2433
|
},
|
|
2436
|
-
"
|
|
2437
|
-
{
|
|
2438
|
-
"name": "context",
|
|
2439
|
-
"type": {
|
|
2440
|
-
"text": "ElementDefinitionContext"
|
|
2441
|
-
}
|
|
2442
|
-
},
|
|
2443
|
-
{
|
|
2444
|
-
"name": "definition",
|
|
2445
|
-
"type": {
|
|
2446
|
-
"text": "FoundationElementDefinition"
|
|
2447
|
-
}
|
|
2448
|
-
}
|
|
2449
|
-
]
|
|
2434
|
+
"default": "html`\n ${(x) => aiIndicatorTemplate(getPrefix(x))}\n`"
|
|
2450
2435
|
}
|
|
2451
2436
|
],
|
|
2452
2437
|
"exports": [
|
|
2453
2438
|
{
|
|
2454
2439
|
"kind": "js",
|
|
2455
|
-
"name": "
|
|
2440
|
+
"name": "foundationAiIndicatorTemplate",
|
|
2456
2441
|
"declaration": {
|
|
2457
|
-
"name": "
|
|
2458
|
-
"module": "src/
|
|
2442
|
+
"name": "foundationAiIndicatorTemplate",
|
|
2443
|
+
"module": "src/ai-indicator/ai-indicator.template.ts"
|
|
2459
2444
|
}
|
|
2460
2445
|
}
|
|
2461
2446
|
]
|
|
2462
2447
|
},
|
|
2463
2448
|
{
|
|
2464
2449
|
"kind": "javascript-module",
|
|
2465
|
-
"path": "src/
|
|
2450
|
+
"path": "src/ai-indicator/ai-indicator.ts",
|
|
2466
2451
|
"declarations": [
|
|
2467
2452
|
{
|
|
2468
2453
|
"kind": "class",
|
|
2469
2454
|
"description": "",
|
|
2470
|
-
"name": "
|
|
2471
|
-
"
|
|
2472
|
-
"name": "FASTAccordion",
|
|
2473
|
-
"package": "@microsoft/fast-foundation"
|
|
2474
|
-
},
|
|
2475
|
-
"tagName": "%%prefix%%-accordion",
|
|
2476
|
-
"customElement": true,
|
|
2477
|
-
"attributes": [
|
|
2455
|
+
"name": "AiIndicator",
|
|
2456
|
+
"members": [
|
|
2478
2457
|
{
|
|
2479
|
-
"
|
|
2458
|
+
"kind": "field",
|
|
2459
|
+
"name": "aiProvider",
|
|
2480
2460
|
"type": {
|
|
2481
|
-
"text": "
|
|
2482
|
-
},
|
|
2483
|
-
"description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
|
|
2484
|
-
"fieldName": "expandmode",
|
|
2485
|
-
"inheritedFrom": {
|
|
2486
|
-
"name": "Accordion",
|
|
2487
|
-
"module": "src/accordion/accordion.ts"
|
|
2461
|
+
"text": "AIProvider"
|
|
2488
2462
|
}
|
|
2489
|
-
}
|
|
2490
|
-
],
|
|
2491
|
-
"members": [
|
|
2463
|
+
},
|
|
2492
2464
|
{
|
|
2493
2465
|
"kind": "field",
|
|
2494
|
-
"name": "
|
|
2466
|
+
"name": "status",
|
|
2495
2467
|
"type": {
|
|
2496
|
-
"text": "
|
|
2468
|
+
"text": "AIStatus | null"
|
|
2497
2469
|
},
|
|
2498
|
-
"
|
|
2499
|
-
"description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
|
|
2500
|
-
"inheritedFrom": {
|
|
2501
|
-
"name": "Accordion",
|
|
2502
|
-
"module": "src/accordion/accordion.ts"
|
|
2503
|
-
}
|
|
2470
|
+
"default": "null"
|
|
2504
2471
|
},
|
|
2505
2472
|
{
|
|
2506
2473
|
"kind": "field",
|
|
2507
|
-
"name": "
|
|
2474
|
+
"name": "open",
|
|
2508
2475
|
"type": {
|
|
2509
|
-
"text": "
|
|
2476
|
+
"text": "boolean"
|
|
2510
2477
|
},
|
|
2511
|
-
"
|
|
2512
|
-
"inheritedFrom": {
|
|
2513
|
-
"name": "Accordion",
|
|
2514
|
-
"module": "src/accordion/accordion.ts"
|
|
2515
|
-
}
|
|
2478
|
+
"default": "false"
|
|
2516
2479
|
},
|
|
2517
2480
|
{
|
|
2518
2481
|
"kind": "field",
|
|
2519
|
-
"name": "
|
|
2482
|
+
"name": "state",
|
|
2520
2483
|
"type": {
|
|
2521
|
-
"text": "
|
|
2484
|
+
"text": "AIIndicatorState"
|
|
2522
2485
|
},
|
|
2523
|
-
"
|
|
2524
|
-
"default": "0",
|
|
2525
|
-
"inheritedFrom": {
|
|
2526
|
-
"name": "Accordion",
|
|
2527
|
-
"module": "src/accordion/accordion.ts"
|
|
2528
|
-
}
|
|
2486
|
+
"default": "'none'"
|
|
2529
2487
|
},
|
|
2530
2488
|
{
|
|
2531
2489
|
"kind": "field",
|
|
2532
|
-
"name": "
|
|
2490
|
+
"name": "isInstalling",
|
|
2533
2491
|
"type": {
|
|
2534
|
-
"text": "
|
|
2492
|
+
"text": "boolean"
|
|
2535
2493
|
},
|
|
2536
|
-
"
|
|
2537
|
-
"inheritedFrom": {
|
|
2538
|
-
"name": "Accordion",
|
|
2539
|
-
"module": "src/accordion/accordion.ts"
|
|
2540
|
-
}
|
|
2494
|
+
"default": "false"
|
|
2541
2495
|
},
|
|
2542
2496
|
{
|
|
2543
2497
|
"kind": "field",
|
|
2544
|
-
"name": "
|
|
2498
|
+
"name": "pollTimer",
|
|
2499
|
+
"type": {
|
|
2500
|
+
"text": "ReturnType<typeof setInterval> | null"
|
|
2501
|
+
},
|
|
2545
2502
|
"privacy": "private",
|
|
2546
|
-
"
|
|
2547
|
-
"name": "Accordion",
|
|
2548
|
-
"module": "src/accordion/accordion.ts"
|
|
2549
|
-
}
|
|
2503
|
+
"default": "null"
|
|
2550
2504
|
},
|
|
2551
2505
|
{
|
|
2552
|
-
"kind": "
|
|
2553
|
-
"name": "
|
|
2554
|
-
"privacy": "private"
|
|
2555
|
-
|
|
2556
|
-
|
|
2557
|
-
|
|
2558
|
-
|
|
2506
|
+
"kind": "field",
|
|
2507
|
+
"name": "clickOutside",
|
|
2508
|
+
"privacy": "private"
|
|
2509
|
+
},
|
|
2510
|
+
{
|
|
2511
|
+
"kind": "field",
|
|
2512
|
+
"name": "chromeStatusLabel",
|
|
2513
|
+
"type": {
|
|
2514
|
+
"text": "string | null"
|
|
2559
2515
|
},
|
|
2560
|
-
"
|
|
2561
|
-
"name": "Accordion",
|
|
2562
|
-
"module": "src/accordion/accordion.ts"
|
|
2563
|
-
}
|
|
2516
|
+
"readonly": true
|
|
2564
2517
|
},
|
|
2565
2518
|
{
|
|
2566
2519
|
"kind": "field",
|
|
2567
|
-
"name": "
|
|
2568
|
-
"
|
|
2569
|
-
|
|
2570
|
-
|
|
2571
|
-
|
|
2572
|
-
|
|
2520
|
+
"name": "canInstall",
|
|
2521
|
+
"type": {
|
|
2522
|
+
"text": "boolean"
|
|
2523
|
+
},
|
|
2524
|
+
"readonly": true
|
|
2525
|
+
},
|
|
2526
|
+
{
|
|
2527
|
+
"kind": "field",
|
|
2528
|
+
"name": "isDownloading",
|
|
2529
|
+
"type": {
|
|
2530
|
+
"text": "boolean"
|
|
2531
|
+
},
|
|
2532
|
+
"readonly": true
|
|
2573
2533
|
},
|
|
2574
2534
|
{
|
|
2575
2535
|
"kind": "method",
|
|
2576
|
-
"name": "
|
|
2577
|
-
"privacy": "private",
|
|
2536
|
+
"name": "openChanged",
|
|
2578
2537
|
"return": {
|
|
2579
2538
|
"type": {
|
|
2580
2539
|
"text": "void"
|
|
2581
2540
|
}
|
|
2582
|
-
},
|
|
2583
|
-
"inheritedFrom": {
|
|
2584
|
-
"name": "Accordion",
|
|
2585
|
-
"module": "src/accordion/accordion.ts"
|
|
2586
2541
|
}
|
|
2587
2542
|
},
|
|
2588
2543
|
{
|
|
2589
|
-
"kind": "
|
|
2590
|
-
"name": "
|
|
2544
|
+
"kind": "method",
|
|
2545
|
+
"name": "handleClickOutside",
|
|
2591
2546
|
"privacy": "private",
|
|
2592
|
-
"
|
|
2593
|
-
|
|
2594
|
-
|
|
2595
|
-
|
|
2547
|
+
"parameters": [
|
|
2548
|
+
{
|
|
2549
|
+
"name": "event",
|
|
2550
|
+
"type": {
|
|
2551
|
+
"text": "MouseEvent"
|
|
2552
|
+
}
|
|
2553
|
+
}
|
|
2554
|
+
]
|
|
2596
2555
|
},
|
|
2597
2556
|
{
|
|
2598
|
-
"kind": "
|
|
2599
|
-
"name": "
|
|
2600
|
-
"privacy": "private",
|
|
2601
|
-
"inheritedFrom": {
|
|
2602
|
-
"name": "Accordion",
|
|
2603
|
-
"module": "src/accordion/accordion.ts"
|
|
2604
|
-
}
|
|
2557
|
+
"kind": "method",
|
|
2558
|
+
"name": "toggleDropdown"
|
|
2605
2559
|
},
|
|
2606
2560
|
{
|
|
2607
2561
|
"kind": "method",
|
|
2608
|
-
"name": "
|
|
2609
|
-
"privacy": "private",
|
|
2562
|
+
"name": "refreshStatus",
|
|
2610
2563
|
"return": {
|
|
2611
2564
|
"type": {
|
|
2612
|
-
"text": "
|
|
2565
|
+
"text": "Promise<void>"
|
|
2613
2566
|
}
|
|
2614
|
-
},
|
|
2615
|
-
"inheritedFrom": {
|
|
2616
|
-
"name": "Accordion",
|
|
2617
|
-
"module": "src/accordion/accordion.ts"
|
|
2618
2567
|
}
|
|
2619
2568
|
},
|
|
2620
2569
|
{
|
|
2621
2570
|
"kind": "method",
|
|
2622
|
-
"name": "
|
|
2571
|
+
"name": "deriveState",
|
|
2623
2572
|
"privacy": "private",
|
|
2624
2573
|
"return": {
|
|
2625
2574
|
"type": {
|
|
2626
|
-
"text": "
|
|
2575
|
+
"text": "AIIndicatorState"
|
|
2627
2576
|
}
|
|
2628
2577
|
},
|
|
2629
|
-
"
|
|
2630
|
-
|
|
2631
|
-
|
|
2632
|
-
|
|
2578
|
+
"parameters": [
|
|
2579
|
+
{
|
|
2580
|
+
"name": "s",
|
|
2581
|
+
"type": {
|
|
2582
|
+
"text": "AIStatus | null"
|
|
2583
|
+
}
|
|
2584
|
+
}
|
|
2585
|
+
]
|
|
2633
2586
|
},
|
|
2634
2587
|
{
|
|
2635
|
-
"kind": "
|
|
2636
|
-
"name": "
|
|
2588
|
+
"kind": "method",
|
|
2589
|
+
"name": "maybeStartPolling",
|
|
2637
2590
|
"privacy": "private",
|
|
2638
|
-
"
|
|
2639
|
-
"
|
|
2640
|
-
|
|
2591
|
+
"return": {
|
|
2592
|
+
"type": {
|
|
2593
|
+
"text": "void"
|
|
2594
|
+
}
|
|
2641
2595
|
}
|
|
2642
2596
|
},
|
|
2643
2597
|
{
|
|
2644
|
-
"kind": "
|
|
2645
|
-
"name": "
|
|
2598
|
+
"kind": "method",
|
|
2599
|
+
"name": "startPolling",
|
|
2646
2600
|
"privacy": "private",
|
|
2647
|
-
"
|
|
2648
|
-
"
|
|
2649
|
-
|
|
2601
|
+
"return": {
|
|
2602
|
+
"type": {
|
|
2603
|
+
"text": "void"
|
|
2604
|
+
}
|
|
2650
2605
|
}
|
|
2651
2606
|
},
|
|
2652
2607
|
{
|
|
2653
2608
|
"kind": "method",
|
|
2654
|
-
"name": "
|
|
2609
|
+
"name": "stopPolling",
|
|
2655
2610
|
"privacy": "private",
|
|
2656
2611
|
"return": {
|
|
2657
2612
|
"type": {
|
|
2658
2613
|
"text": "void"
|
|
2659
2614
|
}
|
|
2660
|
-
},
|
|
2661
|
-
"parameters": [
|
|
2662
|
-
{
|
|
2663
|
-
"name": "adjustment",
|
|
2664
|
-
"type": {
|
|
2665
|
-
"text": "number"
|
|
2666
|
-
}
|
|
2667
|
-
}
|
|
2668
|
-
],
|
|
2669
|
-
"inheritedFrom": {
|
|
2670
|
-
"name": "Accordion",
|
|
2671
|
-
"module": "src/accordion/accordion.ts"
|
|
2672
2615
|
}
|
|
2673
2616
|
},
|
|
2674
2617
|
{
|
|
2675
2618
|
"kind": "method",
|
|
2676
|
-
"name": "
|
|
2677
|
-
"privacy": "private",
|
|
2619
|
+
"name": "onInstall",
|
|
2678
2620
|
"return": {
|
|
2679
2621
|
"type": {
|
|
2680
|
-
"text": "void"
|
|
2622
|
+
"text": "Promise<void>"
|
|
2681
2623
|
}
|
|
2682
|
-
},
|
|
2683
|
-
"inheritedFrom": {
|
|
2684
|
-
"name": "Accordion",
|
|
2685
|
-
"module": "src/accordion/accordion.ts"
|
|
2686
2624
|
}
|
|
2687
2625
|
},
|
|
2688
2626
|
{
|
|
@@ -2797,113 +2735,99 @@
|
|
|
2797
2735
|
}
|
|
2798
2736
|
}
|
|
2799
2737
|
],
|
|
2800
|
-
"
|
|
2801
|
-
|
|
2802
|
-
|
|
2803
|
-
"name": "change",
|
|
2804
|
-
"inheritedFrom": {
|
|
2805
|
-
"name": "Accordion",
|
|
2806
|
-
"module": "src/accordion/accordion.ts"
|
|
2807
|
-
}
|
|
2808
|
-
}
|
|
2809
|
-
]
|
|
2810
|
-
},
|
|
2811
|
-
{
|
|
2812
|
-
"kind": "variable",
|
|
2813
|
-
"name": "foundationAccordionShadowOptions",
|
|
2814
|
-
"type": {
|
|
2815
|
-
"text": "ShadowRootInit"
|
|
2816
|
-
},
|
|
2817
|
-
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
2818
|
-
},
|
|
2819
|
-
{
|
|
2820
|
-
"kind": "variable",
|
|
2821
|
-
"name": "defaultAccordionConfig",
|
|
2822
|
-
"type": {
|
|
2823
|
-
"text": "object"
|
|
2738
|
+
"superclass": {
|
|
2739
|
+
"name": "FoundationElement",
|
|
2740
|
+
"package": "@microsoft/fast-foundation"
|
|
2824
2741
|
},
|
|
2825
|
-
"
|
|
2742
|
+
"tagName": "%%prefix%%-ai-indicator",
|
|
2743
|
+
"customElement": true
|
|
2826
2744
|
},
|
|
2827
2745
|
{
|
|
2828
2746
|
"kind": "variable",
|
|
2829
|
-
"name": "
|
|
2830
|
-
"description": "The Foundation Accordion",
|
|
2831
|
-
"privacy": "public"
|
|
2747
|
+
"name": "foundationAiIndicator"
|
|
2832
2748
|
}
|
|
2833
2749
|
],
|
|
2834
2750
|
"exports": [
|
|
2835
2751
|
{
|
|
2836
2752
|
"kind": "js",
|
|
2837
|
-
"name": "
|
|
2753
|
+
"name": "AiIndicator",
|
|
2838
2754
|
"declaration": {
|
|
2839
|
-
"name": "
|
|
2840
|
-
"module": "src/
|
|
2755
|
+
"name": "AiIndicator",
|
|
2756
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
2841
2757
|
}
|
|
2842
2758
|
},
|
|
2843
2759
|
{
|
|
2844
2760
|
"kind": "js",
|
|
2845
|
-
"name": "
|
|
2761
|
+
"name": "foundationAiIndicator",
|
|
2846
2762
|
"declaration": {
|
|
2847
|
-
"name": "
|
|
2848
|
-
"module": "src/
|
|
2763
|
+
"name": "foundationAiIndicator",
|
|
2764
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
2765
|
+
}
|
|
2766
|
+
}
|
|
2767
|
+
]
|
|
2768
|
+
},
|
|
2769
|
+
{
|
|
2770
|
+
"kind": "javascript-module",
|
|
2771
|
+
"path": "src/ai-indicator/index.ts",
|
|
2772
|
+
"declarations": [],
|
|
2773
|
+
"exports": [
|
|
2774
|
+
{
|
|
2775
|
+
"kind": "js",
|
|
2776
|
+
"name": "AiIndicator",
|
|
2777
|
+
"declaration": {
|
|
2778
|
+
"name": "AiIndicator",
|
|
2779
|
+
"module": "./ai-indicator"
|
|
2849
2780
|
}
|
|
2850
2781
|
},
|
|
2851
2782
|
{
|
|
2852
2783
|
"kind": "js",
|
|
2853
|
-
"name": "
|
|
2784
|
+
"name": "foundationAiIndicator",
|
|
2854
2785
|
"declaration": {
|
|
2855
|
-
"name": "
|
|
2856
|
-
"module": "
|
|
2786
|
+
"name": "foundationAiIndicator",
|
|
2787
|
+
"module": "./ai-indicator"
|
|
2857
2788
|
}
|
|
2858
2789
|
},
|
|
2859
2790
|
{
|
|
2860
2791
|
"kind": "js",
|
|
2861
|
-
"name": "
|
|
2792
|
+
"name": "type",
|
|
2862
2793
|
"declaration": {
|
|
2863
|
-
"name": "
|
|
2864
|
-
"module": "
|
|
2794
|
+
"name": "type",
|
|
2795
|
+
"module": "./ai-indicator"
|
|
2865
2796
|
}
|
|
2866
|
-
}
|
|
2867
|
-
]
|
|
2868
|
-
},
|
|
2869
|
-
{
|
|
2870
|
-
"kind": "javascript-module",
|
|
2871
|
-
"path": "src/accordion/index.ts",
|
|
2872
|
-
"declarations": [],
|
|
2873
|
-
"exports": [
|
|
2797
|
+
},
|
|
2874
2798
|
{
|
|
2875
2799
|
"kind": "js",
|
|
2876
|
-
"name": "
|
|
2800
|
+
"name": "AIIndicatorState",
|
|
2877
2801
|
"declaration": {
|
|
2878
|
-
"name": "
|
|
2879
|
-
"
|
|
2802
|
+
"name": "AIIndicatorState",
|
|
2803
|
+
"module": "./ai-indicator"
|
|
2880
2804
|
}
|
|
2881
2805
|
},
|
|
2882
2806
|
{
|
|
2883
2807
|
"kind": "js",
|
|
2884
|
-
"name": "
|
|
2808
|
+
"name": "foundationAiIndicatorTemplate",
|
|
2885
2809
|
"declaration": {
|
|
2886
|
-
"name": "
|
|
2887
|
-
"
|
|
2810
|
+
"name": "foundationAiIndicatorTemplate",
|
|
2811
|
+
"module": "./ai-indicator.template"
|
|
2888
2812
|
}
|
|
2889
2813
|
},
|
|
2890
2814
|
{
|
|
2891
2815
|
"kind": "js",
|
|
2892
|
-
"name": "
|
|
2816
|
+
"name": "foundationAiIndicatorStyles",
|
|
2893
2817
|
"declaration": {
|
|
2894
|
-
"name": "
|
|
2895
|
-
"
|
|
2818
|
+
"name": "foundationAiIndicatorStyles",
|
|
2819
|
+
"module": "./ai-indicator.styles"
|
|
2896
2820
|
}
|
|
2897
2821
|
}
|
|
2898
2822
|
]
|
|
2899
2823
|
},
|
|
2900
2824
|
{
|
|
2901
2825
|
"kind": "javascript-module",
|
|
2902
|
-
"path": "src/
|
|
2826
|
+
"path": "src/accordion/accordion.styles.ts",
|
|
2903
2827
|
"declarations": [
|
|
2904
2828
|
{
|
|
2905
2829
|
"kind": "function",
|
|
2906
|
-
"name": "
|
|
2830
|
+
"name": "foundationAccordionStyles",
|
|
2907
2831
|
"return": {
|
|
2908
2832
|
"type": {
|
|
2909
2833
|
"text": "ElementStyles"
|
|
@@ -2928,214 +2852,276 @@
|
|
|
2928
2852
|
"exports": [
|
|
2929
2853
|
{
|
|
2930
2854
|
"kind": "js",
|
|
2931
|
-
"name": "
|
|
2855
|
+
"name": "foundationAccordionStyles",
|
|
2932
2856
|
"declaration": {
|
|
2933
|
-
"name": "
|
|
2934
|
-
"module": "src/
|
|
2857
|
+
"name": "foundationAccordionStyles",
|
|
2858
|
+
"module": "src/accordion/accordion.styles.ts"
|
|
2935
2859
|
}
|
|
2936
2860
|
}
|
|
2937
2861
|
]
|
|
2938
2862
|
},
|
|
2939
2863
|
{
|
|
2940
2864
|
"kind": "javascript-module",
|
|
2941
|
-
"path": "src/
|
|
2865
|
+
"path": "src/accordion/accordion.template.ts",
|
|
2942
2866
|
"declarations": [
|
|
2943
2867
|
{
|
|
2944
|
-
"kind": "
|
|
2945
|
-
"name": "
|
|
2946
|
-
"
|
|
2947
|
-
"
|
|
2868
|
+
"kind": "function",
|
|
2869
|
+
"name": "foundationAccordionTemplate",
|
|
2870
|
+
"return": {
|
|
2871
|
+
"type": {
|
|
2872
|
+
"text": "ViewTemplate<Accordion>"
|
|
2873
|
+
}
|
|
2948
2874
|
},
|
|
2949
|
-
"
|
|
2875
|
+
"parameters": [
|
|
2876
|
+
{
|
|
2877
|
+
"name": "context",
|
|
2878
|
+
"type": {
|
|
2879
|
+
"text": "ElementDefinitionContext"
|
|
2880
|
+
}
|
|
2881
|
+
},
|
|
2882
|
+
{
|
|
2883
|
+
"name": "definition",
|
|
2884
|
+
"type": {
|
|
2885
|
+
"text": "FoundationElementDefinition"
|
|
2886
|
+
}
|
|
2887
|
+
}
|
|
2888
|
+
]
|
|
2950
2889
|
}
|
|
2951
2890
|
],
|
|
2952
2891
|
"exports": [
|
|
2953
2892
|
{
|
|
2954
2893
|
"kind": "js",
|
|
2955
|
-
"name": "
|
|
2894
|
+
"name": "foundationAccordionTemplate",
|
|
2956
2895
|
"declaration": {
|
|
2957
|
-
"name": "
|
|
2958
|
-
"module": "src/
|
|
2896
|
+
"name": "foundationAccordionTemplate",
|
|
2897
|
+
"module": "src/accordion/accordion.template.ts"
|
|
2959
2898
|
}
|
|
2960
2899
|
}
|
|
2961
2900
|
]
|
|
2962
2901
|
},
|
|
2963
2902
|
{
|
|
2964
2903
|
"kind": "javascript-module",
|
|
2965
|
-
"path": "src/
|
|
2904
|
+
"path": "src/accordion/accordion.ts",
|
|
2966
2905
|
"declarations": [
|
|
2967
2906
|
{
|
|
2968
2907
|
"kind": "class",
|
|
2969
2908
|
"description": "",
|
|
2970
|
-
"name": "
|
|
2971
|
-
"
|
|
2972
|
-
|
|
2973
|
-
|
|
2974
|
-
|
|
2975
|
-
|
|
2976
|
-
|
|
2977
|
-
|
|
2978
|
-
},
|
|
2909
|
+
"name": "Accordion",
|
|
2910
|
+
"superclass": {
|
|
2911
|
+
"name": "FASTAccordion",
|
|
2912
|
+
"package": "@microsoft/fast-foundation"
|
|
2913
|
+
},
|
|
2914
|
+
"tagName": "%%prefix%%-accordion",
|
|
2915
|
+
"customElement": true,
|
|
2916
|
+
"attributes": [
|
|
2979
2917
|
{
|
|
2980
|
-
"
|
|
2981
|
-
"name": "status",
|
|
2918
|
+
"name": "expand-mode",
|
|
2982
2919
|
"type": {
|
|
2983
|
-
"text": "
|
|
2920
|
+
"text": "AccordionExpandMode"
|
|
2984
2921
|
},
|
|
2985
|
-
"
|
|
2986
|
-
|
|
2922
|
+
"description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
|
|
2923
|
+
"fieldName": "expandmode",
|
|
2924
|
+
"inheritedFrom": {
|
|
2925
|
+
"name": "Accordion",
|
|
2926
|
+
"module": "src/accordion/accordion.ts"
|
|
2927
|
+
}
|
|
2928
|
+
}
|
|
2929
|
+
],
|
|
2930
|
+
"members": [
|
|
2987
2931
|
{
|
|
2988
2932
|
"kind": "field",
|
|
2989
|
-
"name": "
|
|
2933
|
+
"name": "expandmode",
|
|
2990
2934
|
"type": {
|
|
2991
|
-
"text": "
|
|
2935
|
+
"text": "AccordionExpandMode"
|
|
2992
2936
|
},
|
|
2993
|
-
"
|
|
2937
|
+
"privacy": "public",
|
|
2938
|
+
"description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
|
|
2939
|
+
"inheritedFrom": {
|
|
2940
|
+
"name": "Accordion",
|
|
2941
|
+
"module": "src/accordion/accordion.ts"
|
|
2942
|
+
}
|
|
2994
2943
|
},
|
|
2995
2944
|
{
|
|
2996
2945
|
"kind": "field",
|
|
2997
|
-
"name": "
|
|
2946
|
+
"name": "activeid",
|
|
2998
2947
|
"type": {
|
|
2999
|
-
"text": "
|
|
2948
|
+
"text": "string | null"
|
|
3000
2949
|
},
|
|
3001
|
-
"
|
|
2950
|
+
"privacy": "private",
|
|
2951
|
+
"inheritedFrom": {
|
|
2952
|
+
"name": "Accordion",
|
|
2953
|
+
"module": "src/accordion/accordion.ts"
|
|
2954
|
+
}
|
|
3002
2955
|
},
|
|
3003
2956
|
{
|
|
3004
2957
|
"kind": "field",
|
|
3005
|
-
"name": "
|
|
2958
|
+
"name": "activeItemIndex",
|
|
3006
2959
|
"type": {
|
|
3007
|
-
"text": "
|
|
2960
|
+
"text": "number"
|
|
3008
2961
|
},
|
|
3009
|
-
"
|
|
2962
|
+
"privacy": "private",
|
|
2963
|
+
"default": "0",
|
|
2964
|
+
"inheritedFrom": {
|
|
2965
|
+
"name": "Accordion",
|
|
2966
|
+
"module": "src/accordion/accordion.ts"
|
|
2967
|
+
}
|
|
3010
2968
|
},
|
|
3011
2969
|
{
|
|
3012
2970
|
"kind": "field",
|
|
3013
|
-
"name": "
|
|
2971
|
+
"name": "accordionIds",
|
|
3014
2972
|
"type": {
|
|
3015
|
-
"text": "
|
|
2973
|
+
"text": "Array<string | null>"
|
|
3016
2974
|
},
|
|
3017
2975
|
"privacy": "private",
|
|
3018
|
-
"
|
|
3019
|
-
|
|
3020
|
-
|
|
3021
|
-
|
|
3022
|
-
"name": "clickOutside",
|
|
3023
|
-
"privacy": "private"
|
|
2976
|
+
"inheritedFrom": {
|
|
2977
|
+
"name": "Accordion",
|
|
2978
|
+
"module": "src/accordion/accordion.ts"
|
|
2979
|
+
}
|
|
3024
2980
|
},
|
|
3025
2981
|
{
|
|
3026
2982
|
"kind": "field",
|
|
3027
|
-
"name": "
|
|
3028
|
-
"
|
|
3029
|
-
|
|
3030
|
-
|
|
3031
|
-
|
|
2983
|
+
"name": "change",
|
|
2984
|
+
"privacy": "private",
|
|
2985
|
+
"inheritedFrom": {
|
|
2986
|
+
"name": "Accordion",
|
|
2987
|
+
"module": "src/accordion/accordion.ts"
|
|
2988
|
+
}
|
|
3032
2989
|
},
|
|
3033
2990
|
{
|
|
3034
|
-
"kind": "
|
|
3035
|
-
"name": "
|
|
3036
|
-
"
|
|
3037
|
-
|
|
2991
|
+
"kind": "method",
|
|
2992
|
+
"name": "findExpandedItem",
|
|
2993
|
+
"privacy": "private",
|
|
2994
|
+
"return": {
|
|
2995
|
+
"type": {
|
|
2996
|
+
"text": "AccordionItem | null"
|
|
2997
|
+
}
|
|
3038
2998
|
},
|
|
3039
|
-
"
|
|
2999
|
+
"inheritedFrom": {
|
|
3000
|
+
"name": "Accordion",
|
|
3001
|
+
"module": "src/accordion/accordion.ts"
|
|
3002
|
+
}
|
|
3040
3003
|
},
|
|
3041
3004
|
{
|
|
3042
3005
|
"kind": "field",
|
|
3043
|
-
"name": "
|
|
3044
|
-
"
|
|
3045
|
-
|
|
3046
|
-
|
|
3047
|
-
|
|
3006
|
+
"name": "setItems",
|
|
3007
|
+
"privacy": "private",
|
|
3008
|
+
"inheritedFrom": {
|
|
3009
|
+
"name": "Accordion",
|
|
3010
|
+
"module": "src/accordion/accordion.ts"
|
|
3011
|
+
}
|
|
3048
3012
|
},
|
|
3049
3013
|
{
|
|
3050
3014
|
"kind": "method",
|
|
3051
|
-
"name": "
|
|
3015
|
+
"name": "resetItems",
|
|
3016
|
+
"privacy": "private",
|
|
3052
3017
|
"return": {
|
|
3053
3018
|
"type": {
|
|
3054
3019
|
"text": "void"
|
|
3055
3020
|
}
|
|
3021
|
+
},
|
|
3022
|
+
"inheritedFrom": {
|
|
3023
|
+
"name": "Accordion",
|
|
3024
|
+
"module": "src/accordion/accordion.ts"
|
|
3056
3025
|
}
|
|
3057
3026
|
},
|
|
3058
3027
|
{
|
|
3059
|
-
"kind": "
|
|
3060
|
-
"name": "
|
|
3028
|
+
"kind": "field",
|
|
3029
|
+
"name": "removeItemListeners",
|
|
3061
3030
|
"privacy": "private",
|
|
3062
|
-
"
|
|
3063
|
-
|
|
3064
|
-
|
|
3065
|
-
|
|
3066
|
-
"text": "MouseEvent"
|
|
3067
|
-
}
|
|
3068
|
-
}
|
|
3069
|
-
]
|
|
3031
|
+
"inheritedFrom": {
|
|
3032
|
+
"name": "Accordion",
|
|
3033
|
+
"module": "src/accordion/accordion.ts"
|
|
3034
|
+
}
|
|
3070
3035
|
},
|
|
3071
3036
|
{
|
|
3072
|
-
"kind": "
|
|
3073
|
-
"name": "
|
|
3037
|
+
"kind": "field",
|
|
3038
|
+
"name": "activeItemChange",
|
|
3039
|
+
"privacy": "private",
|
|
3040
|
+
"inheritedFrom": {
|
|
3041
|
+
"name": "Accordion",
|
|
3042
|
+
"module": "src/accordion/accordion.ts"
|
|
3043
|
+
}
|
|
3074
3044
|
},
|
|
3075
3045
|
{
|
|
3076
3046
|
"kind": "method",
|
|
3077
|
-
"name": "
|
|
3047
|
+
"name": "getItemIds",
|
|
3048
|
+
"privacy": "private",
|
|
3078
3049
|
"return": {
|
|
3079
3050
|
"type": {
|
|
3080
|
-
"text": "
|
|
3051
|
+
"text": "Array<string | null>"
|
|
3081
3052
|
}
|
|
3053
|
+
},
|
|
3054
|
+
"inheritedFrom": {
|
|
3055
|
+
"name": "Accordion",
|
|
3056
|
+
"module": "src/accordion/accordion.ts"
|
|
3082
3057
|
}
|
|
3083
3058
|
},
|
|
3084
3059
|
{
|
|
3085
3060
|
"kind": "method",
|
|
3086
|
-
"name": "
|
|
3061
|
+
"name": "isSingleExpandMode",
|
|
3087
3062
|
"privacy": "private",
|
|
3088
3063
|
"return": {
|
|
3089
3064
|
"type": {
|
|
3090
|
-
"text": "
|
|
3065
|
+
"text": "boolean"
|
|
3091
3066
|
}
|
|
3092
3067
|
},
|
|
3093
|
-
"
|
|
3094
|
-
|
|
3095
|
-
|
|
3096
|
-
|
|
3097
|
-
"text": "AIStatus | null"
|
|
3098
|
-
}
|
|
3099
|
-
}
|
|
3100
|
-
]
|
|
3068
|
+
"inheritedFrom": {
|
|
3069
|
+
"name": "Accordion",
|
|
3070
|
+
"module": "src/accordion/accordion.ts"
|
|
3071
|
+
}
|
|
3101
3072
|
},
|
|
3102
3073
|
{
|
|
3103
|
-
"kind": "
|
|
3104
|
-
"name": "
|
|
3074
|
+
"kind": "field",
|
|
3075
|
+
"name": "handleItemKeyDown",
|
|
3105
3076
|
"privacy": "private",
|
|
3106
|
-
"
|
|
3107
|
-
"
|
|
3108
|
-
|
|
3109
|
-
}
|
|
3077
|
+
"inheritedFrom": {
|
|
3078
|
+
"name": "Accordion",
|
|
3079
|
+
"module": "src/accordion/accordion.ts"
|
|
3110
3080
|
}
|
|
3111
3081
|
},
|
|
3112
3082
|
{
|
|
3113
|
-
"kind": "
|
|
3114
|
-
"name": "
|
|
3083
|
+
"kind": "field",
|
|
3084
|
+
"name": "handleItemFocus",
|
|
3115
3085
|
"privacy": "private",
|
|
3116
|
-
"
|
|
3117
|
-
"
|
|
3118
|
-
|
|
3119
|
-
}
|
|
3086
|
+
"inheritedFrom": {
|
|
3087
|
+
"name": "Accordion",
|
|
3088
|
+
"module": "src/accordion/accordion.ts"
|
|
3120
3089
|
}
|
|
3121
3090
|
},
|
|
3122
3091
|
{
|
|
3123
3092
|
"kind": "method",
|
|
3124
|
-
"name": "
|
|
3093
|
+
"name": "adjust",
|
|
3125
3094
|
"privacy": "private",
|
|
3126
3095
|
"return": {
|
|
3127
3096
|
"type": {
|
|
3128
3097
|
"text": "void"
|
|
3129
3098
|
}
|
|
3099
|
+
},
|
|
3100
|
+
"parameters": [
|
|
3101
|
+
{
|
|
3102
|
+
"name": "adjustment",
|
|
3103
|
+
"type": {
|
|
3104
|
+
"text": "number"
|
|
3105
|
+
}
|
|
3106
|
+
}
|
|
3107
|
+
],
|
|
3108
|
+
"inheritedFrom": {
|
|
3109
|
+
"name": "Accordion",
|
|
3110
|
+
"module": "src/accordion/accordion.ts"
|
|
3130
3111
|
}
|
|
3131
3112
|
},
|
|
3132
3113
|
{
|
|
3133
3114
|
"kind": "method",
|
|
3134
|
-
"name": "
|
|
3115
|
+
"name": "focusItem",
|
|
3116
|
+
"privacy": "private",
|
|
3135
3117
|
"return": {
|
|
3136
3118
|
"type": {
|
|
3137
|
-
"text": "
|
|
3119
|
+
"text": "void"
|
|
3138
3120
|
}
|
|
3121
|
+
},
|
|
3122
|
+
"inheritedFrom": {
|
|
3123
|
+
"name": "Accordion",
|
|
3124
|
+
"module": "src/accordion/accordion.ts"
|
|
3139
3125
|
}
|
|
3140
3126
|
},
|
|
3141
3127
|
{
|
|
@@ -3250,88 +3236,102 @@
|
|
|
3250
3236
|
}
|
|
3251
3237
|
}
|
|
3252
3238
|
],
|
|
3253
|
-
"
|
|
3254
|
-
|
|
3255
|
-
|
|
3239
|
+
"events": [
|
|
3240
|
+
{
|
|
3241
|
+
"description": "Fires a custom 'change' event when the active item changes",
|
|
3242
|
+
"name": "change",
|
|
3243
|
+
"inheritedFrom": {
|
|
3244
|
+
"name": "Accordion",
|
|
3245
|
+
"module": "src/accordion/accordion.ts"
|
|
3246
|
+
}
|
|
3247
|
+
}
|
|
3248
|
+
]
|
|
3249
|
+
},
|
|
3250
|
+
{
|
|
3251
|
+
"kind": "variable",
|
|
3252
|
+
"name": "foundationAccordionShadowOptions",
|
|
3253
|
+
"type": {
|
|
3254
|
+
"text": "ShadowRootInit"
|
|
3256
3255
|
},
|
|
3257
|
-
"
|
|
3258
|
-
"customElement": true
|
|
3256
|
+
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
3259
3257
|
},
|
|
3260
3258
|
{
|
|
3261
3259
|
"kind": "variable",
|
|
3262
|
-
"name": "
|
|
3260
|
+
"name": "defaultAccordionConfig",
|
|
3261
|
+
"type": {
|
|
3262
|
+
"text": "object"
|
|
3263
|
+
},
|
|
3264
|
+
"default": "{}"
|
|
3265
|
+
},
|
|
3266
|
+
{
|
|
3267
|
+
"kind": "variable",
|
|
3268
|
+
"name": "foundationAccordion",
|
|
3269
|
+
"description": "The Foundation Accordion",
|
|
3270
|
+
"privacy": "public"
|
|
3263
3271
|
}
|
|
3264
3272
|
],
|
|
3265
3273
|
"exports": [
|
|
3266
3274
|
{
|
|
3267
3275
|
"kind": "js",
|
|
3268
|
-
"name": "
|
|
3276
|
+
"name": "Accordion",
|
|
3269
3277
|
"declaration": {
|
|
3270
|
-
"name": "
|
|
3271
|
-
"module": "src/
|
|
3278
|
+
"name": "Accordion",
|
|
3279
|
+
"module": "src/accordion/accordion.ts"
|
|
3272
3280
|
}
|
|
3273
3281
|
},
|
|
3274
3282
|
{
|
|
3275
3283
|
"kind": "js",
|
|
3276
|
-
"name": "
|
|
3277
|
-
"declaration": {
|
|
3278
|
-
"name": "foundationAiIndicator",
|
|
3279
|
-
"module": "src/ai-indicator/ai-indicator.ts"
|
|
3280
|
-
}
|
|
3281
|
-
}
|
|
3282
|
-
]
|
|
3283
|
-
},
|
|
3284
|
-
{
|
|
3285
|
-
"kind": "javascript-module",
|
|
3286
|
-
"path": "src/ai-indicator/index.ts",
|
|
3287
|
-
"declarations": [],
|
|
3288
|
-
"exports": [
|
|
3289
|
-
{
|
|
3290
|
-
"kind": "js",
|
|
3291
|
-
"name": "AiIndicator",
|
|
3284
|
+
"name": "foundationAccordionShadowOptions",
|
|
3292
3285
|
"declaration": {
|
|
3293
|
-
"name": "
|
|
3294
|
-
"module": "
|
|
3286
|
+
"name": "foundationAccordionShadowOptions",
|
|
3287
|
+
"module": "src/accordion/accordion.ts"
|
|
3295
3288
|
}
|
|
3296
3289
|
},
|
|
3297
3290
|
{
|
|
3298
3291
|
"kind": "js",
|
|
3299
|
-
"name": "
|
|
3292
|
+
"name": "defaultAccordionConfig",
|
|
3300
3293
|
"declaration": {
|
|
3301
|
-
"name": "
|
|
3302
|
-
"module": "
|
|
3294
|
+
"name": "defaultAccordionConfig",
|
|
3295
|
+
"module": "src/accordion/accordion.ts"
|
|
3303
3296
|
}
|
|
3304
3297
|
},
|
|
3305
3298
|
{
|
|
3306
3299
|
"kind": "js",
|
|
3307
|
-
"name": "
|
|
3300
|
+
"name": "foundationAccordion",
|
|
3308
3301
|
"declaration": {
|
|
3309
|
-
"name": "
|
|
3310
|
-
"module": "
|
|
3302
|
+
"name": "foundationAccordion",
|
|
3303
|
+
"module": "src/accordion/accordion.ts"
|
|
3311
3304
|
}
|
|
3312
|
-
}
|
|
3305
|
+
}
|
|
3306
|
+
]
|
|
3307
|
+
},
|
|
3308
|
+
{
|
|
3309
|
+
"kind": "javascript-module",
|
|
3310
|
+
"path": "src/accordion/index.ts",
|
|
3311
|
+
"declarations": [],
|
|
3312
|
+
"exports": [
|
|
3313
3313
|
{
|
|
3314
3314
|
"kind": "js",
|
|
3315
|
-
"name": "
|
|
3315
|
+
"name": "*",
|
|
3316
3316
|
"declaration": {
|
|
3317
|
-
"name": "
|
|
3318
|
-
"
|
|
3317
|
+
"name": "*",
|
|
3318
|
+
"package": "./accordion.template"
|
|
3319
3319
|
}
|
|
3320
3320
|
},
|
|
3321
3321
|
{
|
|
3322
3322
|
"kind": "js",
|
|
3323
|
-
"name": "
|
|
3323
|
+
"name": "*",
|
|
3324
3324
|
"declaration": {
|
|
3325
|
-
"name": "
|
|
3326
|
-
"
|
|
3325
|
+
"name": "*",
|
|
3326
|
+
"package": "./accordion.styles"
|
|
3327
3327
|
}
|
|
3328
3328
|
},
|
|
3329
3329
|
{
|
|
3330
3330
|
"kind": "js",
|
|
3331
|
-
"name": "
|
|
3331
|
+
"name": "*",
|
|
3332
3332
|
"declaration": {
|
|
3333
|
-
"name": "
|
|
3334
|
-
"
|
|
3333
|
+
"name": "*",
|
|
3334
|
+
"package": "./accordion"
|
|
3335
3335
|
}
|
|
3336
3336
|
}
|
|
3337
3337
|
]
|
|
@@ -14967,6 +14967,23 @@
|
|
|
14967
14967
|
},
|
|
14968
14968
|
"default": "'en-US'"
|
|
14969
14969
|
},
|
|
14970
|
+
{
|
|
14971
|
+
"kind": "method",
|
|
14972
|
+
"name": "langChanged"
|
|
14973
|
+
},
|
|
14974
|
+
{
|
|
14975
|
+
"kind": "field",
|
|
14976
|
+
"name": "useLocaleFormat",
|
|
14977
|
+
"type": {
|
|
14978
|
+
"text": "boolean"
|
|
14979
|
+
},
|
|
14980
|
+
"default": "false",
|
|
14981
|
+
"attribute": "use-locale-format"
|
|
14982
|
+
},
|
|
14983
|
+
{
|
|
14984
|
+
"kind": "method",
|
|
14985
|
+
"name": "useLocaleFormatChanged"
|
|
14986
|
+
},
|
|
14970
14987
|
{
|
|
14971
14988
|
"kind": "field",
|
|
14972
14989
|
"name": "visible",
|
|
@@ -15018,6 +15035,23 @@
|
|
|
15018
15035
|
},
|
|
15019
15036
|
"attribute": "label"
|
|
15020
15037
|
},
|
|
15038
|
+
{
|
|
15039
|
+
"kind": "field",
|
|
15040
|
+
"name": "allowEmpty",
|
|
15041
|
+
"type": {
|
|
15042
|
+
"text": "boolean"
|
|
15043
|
+
},
|
|
15044
|
+
"default": "false",
|
|
15045
|
+
"attribute": "allow-empty"
|
|
15046
|
+
},
|
|
15047
|
+
{
|
|
15048
|
+
"kind": "field",
|
|
15049
|
+
"name": "placeholder",
|
|
15050
|
+
"type": {
|
|
15051
|
+
"text": "string"
|
|
15052
|
+
},
|
|
15053
|
+
"attribute": "placeholder"
|
|
15054
|
+
},
|
|
15021
15055
|
{
|
|
15022
15056
|
"kind": "field",
|
|
15023
15057
|
"name": "value",
|
|
@@ -15067,6 +15101,101 @@
|
|
|
15067
15101
|
"text": "number"
|
|
15068
15102
|
}
|
|
15069
15103
|
},
|
|
15104
|
+
{
|
|
15105
|
+
"kind": "method",
|
|
15106
|
+
"name": "clear",
|
|
15107
|
+
"privacy": "public",
|
|
15108
|
+
"return": {
|
|
15109
|
+
"type": {
|
|
15110
|
+
"text": "void"
|
|
15111
|
+
}
|
|
15112
|
+
},
|
|
15113
|
+
"description": "Clears the selected date (only when `allow-empty` is enabled)."
|
|
15114
|
+
},
|
|
15115
|
+
{
|
|
15116
|
+
"kind": "method",
|
|
15117
|
+
"name": "applyLocaleFormat",
|
|
15118
|
+
"privacy": "private",
|
|
15119
|
+
"return": {
|
|
15120
|
+
"type": {
|
|
15121
|
+
"text": "void"
|
|
15122
|
+
}
|
|
15123
|
+
}
|
|
15124
|
+
},
|
|
15125
|
+
{
|
|
15126
|
+
"kind": "method",
|
|
15127
|
+
"name": "initializeEmpty",
|
|
15128
|
+
"privacy": "private",
|
|
15129
|
+
"return": {
|
|
15130
|
+
"type": {
|
|
15131
|
+
"text": "void"
|
|
15132
|
+
}
|
|
15133
|
+
}
|
|
15134
|
+
},
|
|
15135
|
+
{
|
|
15136
|
+
"kind": "method",
|
|
15137
|
+
"name": "initializeWithValue",
|
|
15138
|
+
"privacy": "private",
|
|
15139
|
+
"return": {
|
|
15140
|
+
"type": {
|
|
15141
|
+
"text": "void"
|
|
15142
|
+
}
|
|
15143
|
+
},
|
|
15144
|
+
"parameters": [
|
|
15145
|
+
{
|
|
15146
|
+
"name": "dateString",
|
|
15147
|
+
"type": {
|
|
15148
|
+
"text": "string"
|
|
15149
|
+
}
|
|
15150
|
+
}
|
|
15151
|
+
]
|
|
15152
|
+
},
|
|
15153
|
+
{
|
|
15154
|
+
"kind": "method",
|
|
15155
|
+
"name": "initializeWithDefaultDate",
|
|
15156
|
+
"privacy": "private",
|
|
15157
|
+
"return": {
|
|
15158
|
+
"type": {
|
|
15159
|
+
"text": "void"
|
|
15160
|
+
}
|
|
15161
|
+
}
|
|
15162
|
+
},
|
|
15163
|
+
{
|
|
15164
|
+
"kind": "method",
|
|
15165
|
+
"name": "applyValue",
|
|
15166
|
+
"privacy": "private",
|
|
15167
|
+
"return": {
|
|
15168
|
+
"type": {
|
|
15169
|
+
"text": "void"
|
|
15170
|
+
}
|
|
15171
|
+
},
|
|
15172
|
+
"parameters": [
|
|
15173
|
+
{
|
|
15174
|
+
"name": "dateString",
|
|
15175
|
+
"type": {
|
|
15176
|
+
"text": "string"
|
|
15177
|
+
}
|
|
15178
|
+
}
|
|
15179
|
+
]
|
|
15180
|
+
},
|
|
15181
|
+
{
|
|
15182
|
+
"kind": "method",
|
|
15183
|
+
"name": "clearToEmpty",
|
|
15184
|
+
"privacy": "private",
|
|
15185
|
+
"return": {
|
|
15186
|
+
"type": {
|
|
15187
|
+
"text": "void"
|
|
15188
|
+
}
|
|
15189
|
+
},
|
|
15190
|
+
"parameters": [
|
|
15191
|
+
{
|
|
15192
|
+
"name": "emitEvent",
|
|
15193
|
+
"type": {
|
|
15194
|
+
"text": "boolean"
|
|
15195
|
+
}
|
|
15196
|
+
}
|
|
15197
|
+
]
|
|
15198
|
+
},
|
|
15070
15199
|
{
|
|
15071
15200
|
"kind": "method",
|
|
15072
15201
|
"name": "updateHeaderText",
|
|
@@ -15286,6 +15415,15 @@
|
|
|
15286
15415
|
"fieldName": "format",
|
|
15287
15416
|
"description": "date format that will be displayed."
|
|
15288
15417
|
},
|
|
15418
|
+
{
|
|
15419
|
+
"name": "use-locale-format",
|
|
15420
|
+
"type": {
|
|
15421
|
+
"text": "boolean"
|
|
15422
|
+
},
|
|
15423
|
+
"default": "false",
|
|
15424
|
+
"fieldName": "useLocaleFormat",
|
|
15425
|
+
"description": "when true, `format` is set from dayjs locale `L`. Uses the browser locale (`navigator.language`) unless `lang` is set on the element."
|
|
15426
|
+
},
|
|
15289
15427
|
{
|
|
15290
15428
|
"name": "inline-calendar",
|
|
15291
15429
|
"type": {
|
|
@@ -15321,6 +15459,23 @@
|
|
|
15321
15459
|
"fieldName": "label",
|
|
15322
15460
|
"description": "the label that will be displayed next to the date input text field"
|
|
15323
15461
|
},
|
|
15462
|
+
{
|
|
15463
|
+
"name": "allow-empty",
|
|
15464
|
+
"type": {
|
|
15465
|
+
"text": "boolean"
|
|
15466
|
+
},
|
|
15467
|
+
"default": "false",
|
|
15468
|
+
"fieldName": "allowEmpty",
|
|
15469
|
+
"description": "when true, no initial date is selected; the input shows a placeholder until the user picks a date."
|
|
15470
|
+
},
|
|
15471
|
+
{
|
|
15472
|
+
"name": "placeholder",
|
|
15473
|
+
"type": {
|
|
15474
|
+
"text": "string"
|
|
15475
|
+
},
|
|
15476
|
+
"fieldName": "placeholder",
|
|
15477
|
+
"description": "hint shown when allow-empty is set and no date is selected. Defaults from `format` (e.g. DD/MM/YYYY → dd/mm/yyyy)."
|
|
15478
|
+
},
|
|
15324
15479
|
{
|
|
15325
15480
|
"name": "value",
|
|
15326
15481
|
"type": {
|
|
@@ -15346,6 +15501,15 @@
|
|
|
15346
15501
|
"default": "'en-US'",
|
|
15347
15502
|
"fieldName": "lang"
|
|
15348
15503
|
},
|
|
15504
|
+
{
|
|
15505
|
+
"name": "use-locale-format",
|
|
15506
|
+
"type": {
|
|
15507
|
+
"text": "boolean"
|
|
15508
|
+
},
|
|
15509
|
+
"default": "false",
|
|
15510
|
+
"attribute": "use-locale-format",
|
|
15511
|
+
"fieldName": "useLocaleFormat"
|
|
15512
|
+
},
|
|
15349
15513
|
{
|
|
15350
15514
|
"name": "visible",
|
|
15351
15515
|
"type": {
|
|
@@ -15389,6 +15553,23 @@
|
|
|
15389
15553
|
"attribute": "label",
|
|
15390
15554
|
"fieldName": "label"
|
|
15391
15555
|
},
|
|
15556
|
+
{
|
|
15557
|
+
"name": "allow-empty",
|
|
15558
|
+
"type": {
|
|
15559
|
+
"text": "boolean"
|
|
15560
|
+
},
|
|
15561
|
+
"default": "false",
|
|
15562
|
+
"attribute": "allow-empty",
|
|
15563
|
+
"fieldName": "allowEmpty"
|
|
15564
|
+
},
|
|
15565
|
+
{
|
|
15566
|
+
"name": "placeholder",
|
|
15567
|
+
"type": {
|
|
15568
|
+
"text": "string"
|
|
15569
|
+
},
|
|
15570
|
+
"attribute": "placeholder",
|
|
15571
|
+
"fieldName": "placeholder"
|
|
15572
|
+
},
|
|
15392
15573
|
{
|
|
15393
15574
|
"name": "value",
|
|
15394
15575
|
"type": {
|
|
@@ -15447,6 +15628,140 @@
|
|
|
15447
15628
|
}
|
|
15448
15629
|
]
|
|
15449
15630
|
},
|
|
15631
|
+
{
|
|
15632
|
+
"kind": "javascript-module",
|
|
15633
|
+
"path": "src/date-picker/date-picker.util.ts",
|
|
15634
|
+
"declarations": [
|
|
15635
|
+
{
|
|
15636
|
+
"kind": "function",
|
|
15637
|
+
"name": "resolveDayjsLocale",
|
|
15638
|
+
"return": {
|
|
15639
|
+
"type": {
|
|
15640
|
+
"text": "string"
|
|
15641
|
+
}
|
|
15642
|
+
},
|
|
15643
|
+
"parameters": [
|
|
15644
|
+
{
|
|
15645
|
+
"name": "lang",
|
|
15646
|
+
"type": {
|
|
15647
|
+
"text": "string"
|
|
15648
|
+
}
|
|
15649
|
+
}
|
|
15650
|
+
],
|
|
15651
|
+
"description": "Maps BCP-47 tags to dayjs locale names (dayjs provides `en`, `en-gb`, not `en-US`).",
|
|
15652
|
+
"privacy": "public"
|
|
15653
|
+
},
|
|
15654
|
+
{
|
|
15655
|
+
"kind": "function",
|
|
15656
|
+
"name": "getBrowserLocale",
|
|
15657
|
+
"return": {
|
|
15658
|
+
"type": {
|
|
15659
|
+
"text": "string"
|
|
15660
|
+
}
|
|
15661
|
+
},
|
|
15662
|
+
"description": "Browser BCP-47 locale (e.g. `en-GB`), or `en` when unavailable (SSR/tests).",
|
|
15663
|
+
"privacy": "public"
|
|
15664
|
+
},
|
|
15665
|
+
{
|
|
15666
|
+
"kind": "function",
|
|
15667
|
+
"name": "getDisplayFormatForLang",
|
|
15668
|
+
"return": {
|
|
15669
|
+
"type": {
|
|
15670
|
+
"text": "string"
|
|
15671
|
+
}
|
|
15672
|
+
},
|
|
15673
|
+
"parameters": [
|
|
15674
|
+
{
|
|
15675
|
+
"name": "lang",
|
|
15676
|
+
"default": "'en'",
|
|
15677
|
+
"type": {
|
|
15678
|
+
"text": "string"
|
|
15679
|
+
}
|
|
15680
|
+
}
|
|
15681
|
+
],
|
|
15682
|
+
"description": "Display format from dayjs locale `L` (e.g. en / en-US → MM/DD/YYYY, en-gb → DD/MM/YYYY).\nFalls back to `en` when the locale is not loaded in dayjs.",
|
|
15683
|
+
"privacy": "public"
|
|
15684
|
+
},
|
|
15685
|
+
{
|
|
15686
|
+
"kind": "function",
|
|
15687
|
+
"name": "formatToPlaceholder",
|
|
15688
|
+
"return": {
|
|
15689
|
+
"type": {
|
|
15690
|
+
"text": "string"
|
|
15691
|
+
}
|
|
15692
|
+
},
|
|
15693
|
+
"parameters": [
|
|
15694
|
+
{
|
|
15695
|
+
"name": "format",
|
|
15696
|
+
"type": {
|
|
15697
|
+
"text": "string"
|
|
15698
|
+
}
|
|
15699
|
+
}
|
|
15700
|
+
],
|
|
15701
|
+
"description": "Maps a dayjs-style display format to a lowercase placeholder hint (e.g. DD/MM/YYYY → dd/mm/yyyy).",
|
|
15702
|
+
"privacy": "public"
|
|
15703
|
+
},
|
|
15704
|
+
{
|
|
15705
|
+
"kind": "function",
|
|
15706
|
+
"name": "hasDateValue",
|
|
15707
|
+
"return": {
|
|
15708
|
+
"type": {
|
|
15709
|
+
"text": "boolean"
|
|
15710
|
+
}
|
|
15711
|
+
},
|
|
15712
|
+
"parameters": [
|
|
15713
|
+
{
|
|
15714
|
+
"name": "value",
|
|
15715
|
+
"type": {
|
|
15716
|
+
"text": "string | null | undefined"
|
|
15717
|
+
}
|
|
15718
|
+
}
|
|
15719
|
+
]
|
|
15720
|
+
}
|
|
15721
|
+
],
|
|
15722
|
+
"exports": [
|
|
15723
|
+
{
|
|
15724
|
+
"kind": "js",
|
|
15725
|
+
"name": "resolveDayjsLocale",
|
|
15726
|
+
"declaration": {
|
|
15727
|
+
"name": "resolveDayjsLocale",
|
|
15728
|
+
"module": "src/date-picker/date-picker.util.ts"
|
|
15729
|
+
}
|
|
15730
|
+
},
|
|
15731
|
+
{
|
|
15732
|
+
"kind": "js",
|
|
15733
|
+
"name": "getBrowserLocale",
|
|
15734
|
+
"declaration": {
|
|
15735
|
+
"name": "getBrowserLocale",
|
|
15736
|
+
"module": "src/date-picker/date-picker.util.ts"
|
|
15737
|
+
}
|
|
15738
|
+
},
|
|
15739
|
+
{
|
|
15740
|
+
"kind": "js",
|
|
15741
|
+
"name": "getDisplayFormatForLang",
|
|
15742
|
+
"declaration": {
|
|
15743
|
+
"name": "getDisplayFormatForLang",
|
|
15744
|
+
"module": "src/date-picker/date-picker.util.ts"
|
|
15745
|
+
}
|
|
15746
|
+
},
|
|
15747
|
+
{
|
|
15748
|
+
"kind": "js",
|
|
15749
|
+
"name": "formatToPlaceholder",
|
|
15750
|
+
"declaration": {
|
|
15751
|
+
"name": "formatToPlaceholder",
|
|
15752
|
+
"module": "src/date-picker/date-picker.util.ts"
|
|
15753
|
+
}
|
|
15754
|
+
},
|
|
15755
|
+
{
|
|
15756
|
+
"kind": "js",
|
|
15757
|
+
"name": "hasDateValue",
|
|
15758
|
+
"declaration": {
|
|
15759
|
+
"name": "hasDateValue",
|
|
15760
|
+
"module": "src/date-picker/date-picker.util.ts"
|
|
15761
|
+
}
|
|
15762
|
+
}
|
|
15763
|
+
]
|
|
15764
|
+
},
|
|
15450
15765
|
{
|
|
15451
15766
|
"kind": "javascript-module",
|
|
15452
15767
|
"path": "src/date-picker/day.ts",
|
|
@@ -15720,6 +16035,14 @@
|
|
|
15720
16035
|
"name": "*",
|
|
15721
16036
|
"package": "./date-picker"
|
|
15722
16037
|
}
|
|
16038
|
+
},
|
|
16039
|
+
{
|
|
16040
|
+
"kind": "js",
|
|
16041
|
+
"name": "*",
|
|
16042
|
+
"declaration": {
|
|
16043
|
+
"name": "*",
|
|
16044
|
+
"package": "./date-picker.util"
|
|
16045
|
+
}
|
|
15723
16046
|
}
|
|
15724
16047
|
]
|
|
15725
16048
|
},
|
|
@@ -41459,20 +41782,6 @@
|
|
|
41459
41782
|
}
|
|
41460
41783
|
}
|
|
41461
41784
|
],
|
|
41462
|
-
"events": [
|
|
41463
|
-
{
|
|
41464
|
-
"description": "Fired when the combobox value changes",
|
|
41465
|
-
"name": "change",
|
|
41466
|
-
"inheritedFrom": {
|
|
41467
|
-
"name": "Combobox",
|
|
41468
|
-
"module": "src/combobox/combobox.ts"
|
|
41469
|
-
}
|
|
41470
|
-
},
|
|
41471
|
-
{
|
|
41472
|
-
"description": "Fired when the input is cleared by the user",
|
|
41473
|
-
"name": "inputdeleted"
|
|
41474
|
-
}
|
|
41475
|
-
],
|
|
41476
41785
|
"attributes": [
|
|
41477
41786
|
{
|
|
41478
41787
|
"name": "minlength",
|
|
@@ -41550,8 +41859,16 @@
|
|
|
41550
41859
|
"name": "Combobox",
|
|
41551
41860
|
"package": "@microsoft/fast-components"
|
|
41552
41861
|
},
|
|
41553
|
-
"
|
|
41554
|
-
|
|
41862
|
+
"events": [
|
|
41863
|
+
{
|
|
41864
|
+
"description": "Fires a custom 'change' event when the value updates",
|
|
41865
|
+
"name": "change",
|
|
41866
|
+
"inheritedFrom": {
|
|
41867
|
+
"name": "Combobox",
|
|
41868
|
+
"module": "src/combobox/combobox.ts"
|
|
41869
|
+
}
|
|
41870
|
+
}
|
|
41871
|
+
]
|
|
41555
41872
|
},
|
|
41556
41873
|
{
|
|
41557
41874
|
"kind": "variable",
|
|
@@ -41618,7 +41935,7 @@
|
|
|
41618
41935
|
{
|
|
41619
41936
|
"kind": "variable",
|
|
41620
41937
|
"name": "foundationSearchBarStyles",
|
|
41621
|
-
"default": "css`\n .search-bar-combobox {\n width: 100%;\n min-width: auto;\n }\n\n .padding {\n padding-left: calc(${designUnit} * 1px);\n }\n\n .selected-options {\n display: flex;\n align-items: center;\n overflow: hidden;\n gap: calc(${designUnit} * 1px);\n padding-right: calc(${designUnit} * 1px);\n }\n\n .selected-options:hover {\n overflow-x: overlay;\n }\n\n .selected-options::-webkit-scrollbar {\n height: 7px;\n }\n\n .selected-options::-webkit-scrollbar-thumb {\n border-radius: 10px;\n box-shadow: inset 0 0 6px rgb(0 0 0 / 30%);\n background-color: #484848;\n border: 1px solid #7e7e7e;\n }\n\n .selected-options-divider {\n border-right: calc(var(--stroke-width) * 1px) solid var(--neutral-fill-rest);\n }\n\n .options-button {\n height: fit-content;\n min-width: fit-content;\n }\n\n .label {\n display: block;\n font-size: var(--type-ramp-base-font-size);\n margin: calc(${designUnit} * 2px) 2px;\n }\n\n .label-hidden {\n display: none;\n }\n\n .search-clear-button {\n min-width: 28px;\n min-height: 28px;\n height: 28px;\n margin: 0;\n }\n\n .search-clear-button svg {\n rotate: 45deg;\n }\n\n .search-clear-button::part(control) {\n padding: 0;\n }\n\n .search-clear-button .svg-container {\n display: flex;\n align-items: center;\n justify-content: center;\n }\n\n .
|
|
41938
|
+
"default": "css`\n .search-bar-combobox {\n width: 100%;\n min-width: auto;\n }\n\n .padding {\n padding-left: calc(${designUnit} * 1px);\n }\n\n .selected-options {\n display: flex;\n align-items: center;\n overflow: hidden;\n gap: calc(${designUnit} * 1px);\n padding-right: calc(${designUnit} * 1px);\n }\n\n .selected-options:hover {\n overflow-x: overlay;\n }\n\n .selected-options::-webkit-scrollbar {\n height: 7px;\n }\n\n .selected-options::-webkit-scrollbar-thumb {\n border-radius: 10px;\n box-shadow: inset 0 0 6px rgb(0 0 0 / 30%);\n background-color: #484848;\n border: 1px solid #7e7e7e;\n }\n\n .selected-options-divider {\n border-right: calc(var(--stroke-width) * 1px) solid var(--neutral-fill-rest);\n }\n\n .options-button {\n height: fit-content;\n min-width: fit-content;\n }\n\n .label {\n display: block;\n font-size: var(--type-ramp-base-font-size);\n margin: calc(${designUnit} * 2px) 2px;\n }\n\n .label-hidden {\n display: none;\n }\n\n .search-clear-button {\n min-width: 28px;\n min-height: 28px;\n height: 28px;\n margin: 0;\n }\n\n .search-clear-button svg {\n rotate: 45deg;\n }\n\n .search-clear-button::part(control) {\n padding: 0;\n }\n\n .search-clear-button .svg-container {\n display: flex;\n align-items: center;\n justify-content: center;\n }\n\n .close-icon {\n color: var(--accent-fill-rest);\n }\n`"
|
|
41622
41939
|
}
|
|
41623
41940
|
],
|
|
41624
41941
|
"exports": [
|
|
@@ -41777,6 +42094,15 @@
|
|
|
41777
42094
|
"text": "boolean"
|
|
41778
42095
|
}
|
|
41779
42096
|
},
|
|
42097
|
+
{
|
|
42098
|
+
"kind": "field",
|
|
42099
|
+
"name": "clearButton",
|
|
42100
|
+
"type": {
|
|
42101
|
+
"text": "boolean"
|
|
42102
|
+
},
|
|
42103
|
+
"default": "true",
|
|
42104
|
+
"attribute": "clear-button"
|
|
42105
|
+
},
|
|
41780
42106
|
{
|
|
41781
42107
|
"kind": "field",
|
|
41782
42108
|
"name": "loading",
|
|
@@ -41810,7 +42136,8 @@
|
|
|
41810
42136
|
{
|
|
41811
42137
|
"kind": "method",
|
|
41812
42138
|
"name": "clear",
|
|
41813
|
-
"privacy": "public"
|
|
42139
|
+
"privacy": "public",
|
|
42140
|
+
"description": "Clears all search chips and the current input, and emits `selectionChange` with an empty array."
|
|
41814
42141
|
},
|
|
41815
42142
|
{
|
|
41816
42143
|
"kind": "method",
|
|
@@ -41820,7 +42147,21 @@
|
|
|
41820
42147
|
"type": {
|
|
41821
42148
|
"text": "void"
|
|
41822
42149
|
}
|
|
41823
|
-
}
|
|
42150
|
+
},
|
|
42151
|
+
"description": "Alias for SearchBar.clear."
|
|
42152
|
+
},
|
|
42153
|
+
{
|
|
42154
|
+
"kind": "method",
|
|
42155
|
+
"name": "selectedOptionsChanged"
|
|
42156
|
+
},
|
|
42157
|
+
{
|
|
42158
|
+
"kind": "method",
|
|
42159
|
+
"name": "optionsChanged"
|
|
42160
|
+
},
|
|
42161
|
+
{
|
|
42162
|
+
"kind": "method",
|
|
42163
|
+
"name": "applySearchInputLock",
|
|
42164
|
+
"privacy": "private"
|
|
41824
42165
|
},
|
|
41825
42166
|
{
|
|
41826
42167
|
"kind": "method",
|
|
@@ -42024,6 +42365,15 @@
|
|
|
42024
42365
|
}
|
|
42025
42366
|
],
|
|
42026
42367
|
"attributes": [
|
|
42368
|
+
{
|
|
42369
|
+
"name": "clear-button",
|
|
42370
|
+
"type": {
|
|
42371
|
+
"text": "boolean"
|
|
42372
|
+
},
|
|
42373
|
+
"default": "true",
|
|
42374
|
+
"fieldName": "clearButton",
|
|
42375
|
+
"description": "when true, shows the end clear control when there are chips or typed text. When false, use {@link SearchBar.clear} or {@link SearchBar.clearSearch} to reset programmatically."
|
|
42376
|
+
},
|
|
42027
42377
|
{
|
|
42028
42378
|
"name": "appearance",
|
|
42029
42379
|
"type": {
|
|
@@ -42064,6 +42414,15 @@
|
|
|
42064
42414
|
"text": "boolean"
|
|
42065
42415
|
},
|
|
42066
42416
|
"fieldName": "disabled"
|
|
42417
|
+
},
|
|
42418
|
+
{
|
|
42419
|
+
"name": "clear-button",
|
|
42420
|
+
"type": {
|
|
42421
|
+
"text": "boolean"
|
|
42422
|
+
},
|
|
42423
|
+
"default": "true",
|
|
42424
|
+
"attribute": "clear-button",
|
|
42425
|
+
"fieldName": "clearButton"
|
|
42067
42426
|
}
|
|
42068
42427
|
],
|
|
42069
42428
|
"superclass": {
|