@genesislcap/grid-pro 14.328.0 → 14.329.0-notifications-icon.2
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 +1125 -1125
- package/package.json +13 -13
|
@@ -2368,57 +2368,29 @@
|
|
|
2368
2368
|
},
|
|
2369
2369
|
{
|
|
2370
2370
|
"kind": "javascript-module",
|
|
2371
|
-
"path": "src/cell-
|
|
2371
|
+
"path": "src/cell-renderers/action.renderer.ts",
|
|
2372
2372
|
"declarations": [
|
|
2373
2373
|
{
|
|
2374
2374
|
"kind": "class",
|
|
2375
|
-
"description": "The AG
|
|
2376
|
-
"name": "
|
|
2375
|
+
"description": "The AG Action Renderer element.",
|
|
2376
|
+
"name": "ActionRenderer",
|
|
2377
2377
|
"members": [
|
|
2378
2378
|
{
|
|
2379
2379
|
"kind": "field",
|
|
2380
|
-
"name": "
|
|
2380
|
+
"name": "params",
|
|
2381
2381
|
"type": {
|
|
2382
|
-
"text": "
|
|
2382
|
+
"text": "ICellRendererParams & ActionRendererParams"
|
|
2383
2383
|
},
|
|
2384
2384
|
"privacy": "public"
|
|
2385
2385
|
},
|
|
2386
2386
|
{
|
|
2387
2387
|
"kind": "field",
|
|
2388
|
-
"name": "
|
|
2388
|
+
"name": "pendingAction",
|
|
2389
2389
|
"type": {
|
|
2390
|
-
"text": "
|
|
2390
|
+
"text": "boolean"
|
|
2391
2391
|
},
|
|
2392
2392
|
"privacy": "public"
|
|
2393
2393
|
},
|
|
2394
|
-
{
|
|
2395
|
-
"kind": "field",
|
|
2396
|
-
"name": "params",
|
|
2397
|
-
"type": {
|
|
2398
|
-
"text": "DateEditorParams"
|
|
2399
|
-
}
|
|
2400
|
-
},
|
|
2401
|
-
{
|
|
2402
|
-
"kind": "field",
|
|
2403
|
-
"name": "dateFormat",
|
|
2404
|
-
"type": {
|
|
2405
|
-
"text": "string"
|
|
2406
|
-
}
|
|
2407
|
-
},
|
|
2408
|
-
{
|
|
2409
|
-
"kind": "field",
|
|
2410
|
-
"name": "input",
|
|
2411
|
-
"type": {
|
|
2412
|
-
"text": "any"
|
|
2413
|
-
}
|
|
2414
|
-
},
|
|
2415
|
-
{
|
|
2416
|
-
"kind": "field",
|
|
2417
|
-
"name": "inputType",
|
|
2418
|
-
"type": {
|
|
2419
|
-
"text": "'datetime-local' | 'date'"
|
|
2420
|
-
}
|
|
2421
|
-
},
|
|
2422
2394
|
{
|
|
2423
2395
|
"kind": "method",
|
|
2424
2396
|
"name": "init",
|
|
@@ -2427,7 +2399,7 @@
|
|
|
2427
2399
|
{
|
|
2428
2400
|
"name": "params",
|
|
2429
2401
|
"type": {
|
|
2430
|
-
"text": "
|
|
2402
|
+
"text": "ICellRendererParams & ActionRendererParams"
|
|
2431
2403
|
}
|
|
2432
2404
|
}
|
|
2433
2405
|
]
|
|
@@ -2446,49 +2418,39 @@
|
|
|
2446
2418
|
"kind": "method",
|
|
2447
2419
|
"name": "refresh",
|
|
2448
2420
|
"privacy": "public",
|
|
2449
|
-
"return": {
|
|
2450
|
-
"type": {
|
|
2451
|
-
"text": "boolean"
|
|
2452
|
-
}
|
|
2453
|
-
},
|
|
2454
2421
|
"parameters": [
|
|
2455
2422
|
{
|
|
2456
2423
|
"name": "params",
|
|
2457
2424
|
"type": {
|
|
2458
|
-
"text": "
|
|
2425
|
+
"text": "ICellRendererParams"
|
|
2459
2426
|
}
|
|
2460
2427
|
}
|
|
2461
2428
|
]
|
|
2462
2429
|
},
|
|
2463
2430
|
{
|
|
2464
2431
|
"kind": "method",
|
|
2465
|
-
"name": "
|
|
2466
|
-
|
|
2467
|
-
{
|
|
2468
|
-
"kind": "method",
|
|
2469
|
-
"name": "isPopup",
|
|
2432
|
+
"name": "isDisabled",
|
|
2433
|
+
"privacy": "public",
|
|
2470
2434
|
"return": {
|
|
2471
2435
|
"type": {
|
|
2472
2436
|
"text": "boolean"
|
|
2473
2437
|
}
|
|
2474
|
-
}
|
|
2475
|
-
},
|
|
2476
|
-
{
|
|
2477
|
-
"kind": "method",
|
|
2478
|
-
"name": "changeHandler",
|
|
2438
|
+
},
|
|
2479
2439
|
"parameters": [
|
|
2480
2440
|
{
|
|
2481
|
-
"name": "
|
|
2441
|
+
"name": "data"
|
|
2482
2442
|
}
|
|
2483
2443
|
]
|
|
2484
2444
|
},
|
|
2485
2445
|
{
|
|
2486
2446
|
"kind": "method",
|
|
2487
|
-
"name": "
|
|
2447
|
+
"name": "clickHandler",
|
|
2448
|
+
"privacy": "public"
|
|
2488
2449
|
},
|
|
2489
2450
|
{
|
|
2490
|
-
"kind": "
|
|
2491
|
-
"name": "
|
|
2451
|
+
"kind": "field",
|
|
2452
|
+
"name": "dataTestId",
|
|
2453
|
+
"readonly": true
|
|
2492
2454
|
},
|
|
2493
2455
|
{
|
|
2494
2456
|
"kind": "field",
|
|
@@ -2606,144 +2568,78 @@
|
|
|
2606
2568
|
"name": "FoundationElement",
|
|
2607
2569
|
"package": "@microsoft/fast-foundation"
|
|
2608
2570
|
},
|
|
2609
|
-
"tagName": "%%prefix%%-
|
|
2571
|
+
"tagName": "%%prefix%%-grid-pro-action-renderer",
|
|
2610
2572
|
"customElement": true
|
|
2611
2573
|
},
|
|
2612
2574
|
{
|
|
2613
2575
|
"kind": "variable",
|
|
2614
|
-
"name": "
|
|
2615
|
-
"
|
|
2616
|
-
"description": "The AG Select Renderer Styles.",
|
|
2576
|
+
"name": "actionHeightMultiplier",
|
|
2577
|
+
"description": "The base height multiplier for the action renderer.",
|
|
2617
2578
|
"privacy": "public"
|
|
2618
2579
|
},
|
|
2619
2580
|
{
|
|
2620
|
-
"kind": "
|
|
2621
|
-
"name": "
|
|
2622
|
-
"
|
|
2623
|
-
|
|
2624
|
-
"name": "prefix",
|
|
2625
|
-
"default": "'foundation'",
|
|
2626
|
-
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
2627
|
-
}
|
|
2628
|
-
],
|
|
2629
|
-
"description": "Get a Design System prefixed Select template.",
|
|
2630
|
-
"return": {
|
|
2631
|
-
"type": {
|
|
2632
|
-
"text": ""
|
|
2633
|
-
}
|
|
2634
|
-
},
|
|
2581
|
+
"kind": "variable",
|
|
2582
|
+
"name": "agActionRendererStyles",
|
|
2583
|
+
"default": "css`\n .action-container {\n align-items: center;\n display: flex;\n height: 100%;\n justify-content: center;\n }\n .action-renderer {\n align-self: center;\n display: flex;\n height: calc(\n (var(--base-height-multiplier) + var(--density)) * var(--design-unit) *\n var(--action-height-multiplier)\n );\n }\n`",
|
|
2584
|
+
"description": "The AG Action Renderer Styles.",
|
|
2635
2585
|
"privacy": "public"
|
|
2636
2586
|
},
|
|
2637
2587
|
{
|
|
2638
2588
|
"kind": "variable",
|
|
2639
|
-
"name": "
|
|
2589
|
+
"name": "foundationGridProActionRenderer",
|
|
2590
|
+
"description": "A function that returns a Foundation Action Renderer for configuring the component with a DesignSystem.",
|
|
2640
2591
|
"privacy": "public"
|
|
2641
2592
|
}
|
|
2642
2593
|
],
|
|
2643
2594
|
"exports": [
|
|
2644
2595
|
{
|
|
2645
2596
|
"kind": "js",
|
|
2646
|
-
"name": "
|
|
2647
|
-
"declaration": {
|
|
2648
|
-
"name": "DateEditor",
|
|
2649
|
-
"module": "src/cell-editors/date.editor.ts"
|
|
2650
|
-
}
|
|
2651
|
-
},
|
|
2652
|
-
{
|
|
2653
|
-
"kind": "js",
|
|
2654
|
-
"name": "agDateEditorStyles",
|
|
2655
|
-
"declaration": {
|
|
2656
|
-
"name": "agDateEditorStyles",
|
|
2657
|
-
"module": "src/cell-editors/date.editor.ts"
|
|
2658
|
-
}
|
|
2659
|
-
},
|
|
2660
|
-
{
|
|
2661
|
-
"kind": "js",
|
|
2662
|
-
"name": "getDateEditorTemplate",
|
|
2663
|
-
"declaration": {
|
|
2664
|
-
"name": "getDateEditorTemplate",
|
|
2665
|
-
"module": "src/cell-editors/date.editor.ts"
|
|
2666
|
-
}
|
|
2667
|
-
},
|
|
2668
|
-
{
|
|
2669
|
-
"kind": "js",
|
|
2670
|
-
"name": "foundationDateEditor",
|
|
2671
|
-
"declaration": {
|
|
2672
|
-
"name": "foundationDateEditor",
|
|
2673
|
-
"module": "src/cell-editors/date.editor.ts"
|
|
2674
|
-
}
|
|
2675
|
-
}
|
|
2676
|
-
]
|
|
2677
|
-
},
|
|
2678
|
-
{
|
|
2679
|
-
"kind": "javascript-module",
|
|
2680
|
-
"path": "src/cell-editors/index.ts",
|
|
2681
|
-
"declarations": [],
|
|
2682
|
-
"exports": [
|
|
2683
|
-
{
|
|
2684
|
-
"kind": "js",
|
|
2685
|
-
"name": "*",
|
|
2686
|
-
"declaration": {
|
|
2687
|
-
"name": "*",
|
|
2688
|
-
"package": "./date.editor"
|
|
2689
|
-
}
|
|
2690
|
-
},
|
|
2691
|
-
{
|
|
2692
|
-
"kind": "js",
|
|
2693
|
-
"name": "*",
|
|
2597
|
+
"name": "ActionRenderer",
|
|
2694
2598
|
"declaration": {
|
|
2695
|
-
"name": "
|
|
2696
|
-
"
|
|
2599
|
+
"name": "ActionRenderer",
|
|
2600
|
+
"module": "src/cell-renderers/action.renderer.ts"
|
|
2697
2601
|
}
|
|
2698
2602
|
},
|
|
2699
2603
|
{
|
|
2700
2604
|
"kind": "js",
|
|
2701
|
-
"name": "
|
|
2605
|
+
"name": "actionHeightMultiplier",
|
|
2702
2606
|
"declaration": {
|
|
2703
|
-
"name": "
|
|
2704
|
-
"
|
|
2607
|
+
"name": "actionHeightMultiplier",
|
|
2608
|
+
"module": "src/cell-renderers/action.renderer.ts"
|
|
2705
2609
|
}
|
|
2706
2610
|
},
|
|
2707
2611
|
{
|
|
2708
2612
|
"kind": "js",
|
|
2709
|
-
"name": "
|
|
2613
|
+
"name": "agActionRendererStyles",
|
|
2710
2614
|
"declaration": {
|
|
2711
|
-
"name": "
|
|
2712
|
-
"
|
|
2615
|
+
"name": "agActionRendererStyles",
|
|
2616
|
+
"module": "src/cell-renderers/action.renderer.ts"
|
|
2713
2617
|
}
|
|
2714
2618
|
},
|
|
2715
2619
|
{
|
|
2716
2620
|
"kind": "js",
|
|
2717
|
-
"name": "
|
|
2621
|
+
"name": "foundationGridProActionRenderer",
|
|
2718
2622
|
"declaration": {
|
|
2719
|
-
"name": "
|
|
2720
|
-
"
|
|
2623
|
+
"name": "foundationGridProActionRenderer",
|
|
2624
|
+
"module": "src/cell-renderers/action.renderer.ts"
|
|
2721
2625
|
}
|
|
2722
2626
|
}
|
|
2723
2627
|
]
|
|
2724
2628
|
},
|
|
2725
2629
|
{
|
|
2726
2630
|
"kind": "javascript-module",
|
|
2727
|
-
"path": "src/cell-
|
|
2631
|
+
"path": "src/cell-renderers/actions-menu.renderer.ts",
|
|
2728
2632
|
"declarations": [
|
|
2729
2633
|
{
|
|
2730
2634
|
"kind": "class",
|
|
2731
|
-
"description": "The
|
|
2732
|
-
"name": "
|
|
2635
|
+
"description": "The Actions Menu Renderer element.",
|
|
2636
|
+
"name": "ActionsMenuRenderer",
|
|
2733
2637
|
"members": [
|
|
2734
2638
|
{
|
|
2735
2639
|
"kind": "field",
|
|
2736
2640
|
"name": "params",
|
|
2737
2641
|
"type": {
|
|
2738
|
-
"text": "
|
|
2739
|
-
},
|
|
2740
|
-
"privacy": "public"
|
|
2741
|
-
},
|
|
2742
|
-
{
|
|
2743
|
-
"kind": "field",
|
|
2744
|
-
"name": "selectedOptions",
|
|
2745
|
-
"type": {
|
|
2746
|
-
"text": "any[]"
|
|
2642
|
+
"text": "ICellRendererParams"
|
|
2747
2643
|
},
|
|
2748
2644
|
"privacy": "public"
|
|
2749
2645
|
},
|
|
@@ -2755,7 +2651,7 @@
|
|
|
2755
2651
|
{
|
|
2756
2652
|
"name": "params",
|
|
2757
2653
|
"type": {
|
|
2758
|
-
"text": "
|
|
2654
|
+
"text": "ICellRendererParams"
|
|
2759
2655
|
}
|
|
2760
2656
|
}
|
|
2761
2657
|
]
|
|
@@ -2770,60 +2666,19 @@
|
|
|
2770
2666
|
}
|
|
2771
2667
|
}
|
|
2772
2668
|
},
|
|
2773
|
-
{
|
|
2774
|
-
"kind": "method",
|
|
2775
|
-
"name": "destroy",
|
|
2776
|
-
"privacy": "public",
|
|
2777
|
-
"return": {
|
|
2778
|
-
"type": {
|
|
2779
|
-
"text": "void"
|
|
2780
|
-
}
|
|
2781
|
-
}
|
|
2782
|
-
},
|
|
2783
2669
|
{
|
|
2784
2670
|
"kind": "method",
|
|
2785
2671
|
"name": "refresh",
|
|
2786
2672
|
"privacy": "public",
|
|
2787
|
-
"return": {
|
|
2788
|
-
"type": {
|
|
2789
|
-
"text": "boolean"
|
|
2790
|
-
}
|
|
2791
|
-
},
|
|
2792
2673
|
"parameters": [
|
|
2793
2674
|
{
|
|
2794
2675
|
"name": "params",
|
|
2795
2676
|
"type": {
|
|
2796
|
-
"text": "
|
|
2677
|
+
"text": "ICellRendererParams"
|
|
2797
2678
|
}
|
|
2798
2679
|
}
|
|
2799
2680
|
]
|
|
2800
2681
|
},
|
|
2801
|
-
{
|
|
2802
|
-
"kind": "method",
|
|
2803
|
-
"name": "getValue"
|
|
2804
|
-
},
|
|
2805
|
-
{
|
|
2806
|
-
"kind": "method",
|
|
2807
|
-
"name": "isPopup",
|
|
2808
|
-
"return": {
|
|
2809
|
-
"type": {
|
|
2810
|
-
"text": "boolean"
|
|
2811
|
-
}
|
|
2812
|
-
}
|
|
2813
|
-
},
|
|
2814
|
-
{
|
|
2815
|
-
"kind": "method",
|
|
2816
|
-
"name": "changeHandler",
|
|
2817
|
-
"parameters": [
|
|
2818
|
-
{
|
|
2819
|
-
"name": "event"
|
|
2820
|
-
}
|
|
2821
|
-
]
|
|
2822
|
-
},
|
|
2823
|
-
{
|
|
2824
|
-
"kind": "method",
|
|
2825
|
-
"name": "isCancelBeforeStart"
|
|
2826
|
-
},
|
|
2827
2682
|
{
|
|
2828
2683
|
"kind": "field",
|
|
2829
2684
|
"name": "_presentation",
|
|
@@ -2940,115 +2795,133 @@
|
|
|
2940
2795
|
"name": "FoundationElement",
|
|
2941
2796
|
"package": "@microsoft/fast-foundation"
|
|
2942
2797
|
},
|
|
2943
|
-
"tagName": "%%prefix%%-
|
|
2798
|
+
"tagName": "%%prefix%%-grid-pro-actions-menu-renderer",
|
|
2944
2799
|
"customElement": true
|
|
2945
2800
|
},
|
|
2946
2801
|
{
|
|
2947
2802
|
"kind": "variable",
|
|
2948
|
-
"name": "
|
|
2949
|
-
"
|
|
2950
|
-
"description": "The AG Select Renderer Styles.",
|
|
2803
|
+
"name": "foundationGridProActionsMenuRenderer",
|
|
2804
|
+
"description": "A function that returns a Foundation Actions Menu for configuring the component with a DesignSystem.",
|
|
2951
2805
|
"privacy": "public"
|
|
2952
2806
|
},
|
|
2953
2807
|
{
|
|
2954
2808
|
"kind": "function",
|
|
2955
|
-
"name": "
|
|
2956
|
-
"parameters": [
|
|
2957
|
-
{
|
|
2958
|
-
"name": "designSystem",
|
|
2959
|
-
"default": "'foundation'",
|
|
2960
|
-
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
2961
|
-
}
|
|
2962
|
-
],
|
|
2963
|
-
"description": "Get a Design System prefixed Select template.",
|
|
2809
|
+
"name": "getActionsMenuDef",
|
|
2964
2810
|
"return": {
|
|
2965
2811
|
"type": {
|
|
2966
2812
|
"text": ""
|
|
2967
2813
|
}
|
|
2968
2814
|
},
|
|
2969
|
-
"
|
|
2970
|
-
|
|
2971
|
-
|
|
2972
|
-
|
|
2973
|
-
|
|
2815
|
+
"parameters": [
|
|
2816
|
+
{
|
|
2817
|
+
"name": "actions",
|
|
2818
|
+
"type": {
|
|
2819
|
+
"text": "ActionMenuItem[]"
|
|
2820
|
+
},
|
|
2821
|
+
"description": "Array of `ActionMenuItem` to be displayed in the menu."
|
|
2822
|
+
},
|
|
2823
|
+
{
|
|
2824
|
+
"name": "overrideDef",
|
|
2825
|
+
"default": "{}",
|
|
2826
|
+
"type": {
|
|
2827
|
+
"text": "ColDef"
|
|
2828
|
+
},
|
|
2829
|
+
"description": "Optional override for the ColDef. Will override any of the default values. Default is an empty object."
|
|
2830
|
+
},
|
|
2831
|
+
{
|
|
2832
|
+
"name": "customActionsOpenerName",
|
|
2833
|
+
"default": "'⋮'",
|
|
2834
|
+
"type": {
|
|
2835
|
+
"text": "string"
|
|
2836
|
+
},
|
|
2837
|
+
"description": "Optional custom name for the button that opens the menu. Default is '⋮'."
|
|
2838
|
+
},
|
|
2839
|
+
{
|
|
2840
|
+
"name": "isVertical",
|
|
2841
|
+
"default": "false",
|
|
2842
|
+
"type": {
|
|
2843
|
+
"text": "boolean"
|
|
2844
|
+
},
|
|
2845
|
+
"description": "Optional flag to display the menu vertically. Default is false (displays the menu horizontally, follow the rowHeight)."
|
|
2846
|
+
},
|
|
2847
|
+
{
|
|
2848
|
+
"name": "buttonAppearance",
|
|
2849
|
+
"optional": true,
|
|
2850
|
+
"type": {
|
|
2851
|
+
"text": "string"
|
|
2852
|
+
},
|
|
2853
|
+
"description": "Optional appearance for the button that opens the menu. Default is 'outline'."
|
|
2854
|
+
}
|
|
2855
|
+
],
|
|
2856
|
+
"description": "Helper function to get ColDef https://www.ag-grid.com/javascript-data-grid/column-properties/ for Actions Menu Renderer.\nWill take the parameter values for a base ColDef and merge them with the overrideDef (if specified).",
|
|
2974
2857
|
"privacy": "public"
|
|
2975
2858
|
}
|
|
2976
2859
|
],
|
|
2977
2860
|
"exports": [
|
|
2978
2861
|
{
|
|
2979
2862
|
"kind": "js",
|
|
2980
|
-
"name": "
|
|
2981
|
-
"declaration": {
|
|
2982
|
-
"name": "MultiselectEditor",
|
|
2983
|
-
"module": "src/cell-editors/multiselect.editor.ts"
|
|
2984
|
-
}
|
|
2985
|
-
},
|
|
2986
|
-
{
|
|
2987
|
-
"kind": "js",
|
|
2988
|
-
"name": "agMultiselectEditorStyles",
|
|
2863
|
+
"name": "ActionsMenuRenderer",
|
|
2989
2864
|
"declaration": {
|
|
2990
|
-
"name": "
|
|
2991
|
-
"module": "src/cell-
|
|
2865
|
+
"name": "ActionsMenuRenderer",
|
|
2866
|
+
"module": "src/cell-renderers/actions-menu.renderer.ts"
|
|
2992
2867
|
}
|
|
2993
2868
|
},
|
|
2994
2869
|
{
|
|
2995
2870
|
"kind": "js",
|
|
2996
|
-
"name": "
|
|
2871
|
+
"name": "foundationGridProActionsMenuRenderer",
|
|
2997
2872
|
"declaration": {
|
|
2998
|
-
"name": "
|
|
2999
|
-
"module": "src/cell-
|
|
2873
|
+
"name": "foundationGridProActionsMenuRenderer",
|
|
2874
|
+
"module": "src/cell-renderers/actions-menu.renderer.ts"
|
|
3000
2875
|
}
|
|
3001
2876
|
},
|
|
3002
2877
|
{
|
|
3003
2878
|
"kind": "js",
|
|
3004
|
-
"name": "
|
|
2879
|
+
"name": "getActionsMenuDef",
|
|
3005
2880
|
"declaration": {
|
|
3006
|
-
"name": "
|
|
3007
|
-
"module": "src/cell-
|
|
2881
|
+
"name": "getActionsMenuDef",
|
|
2882
|
+
"module": "src/cell-renderers/actions-menu.renderer.ts"
|
|
3008
2883
|
}
|
|
3009
2884
|
}
|
|
3010
2885
|
]
|
|
3011
2886
|
},
|
|
3012
2887
|
{
|
|
3013
2888
|
"kind": "javascript-module",
|
|
3014
|
-
"path": "src/cell-
|
|
2889
|
+
"path": "src/cell-renderers/boolean.renderer.ts",
|
|
3015
2890
|
"declarations": [
|
|
3016
2891
|
{
|
|
3017
2892
|
"kind": "class",
|
|
3018
|
-
"description": "The AG
|
|
3019
|
-
"name": "
|
|
2893
|
+
"description": "The AG Boolean Renderer element.",
|
|
2894
|
+
"name": "BooleanRenderer",
|
|
3020
2895
|
"members": [
|
|
3021
2896
|
{
|
|
3022
2897
|
"kind": "field",
|
|
3023
2898
|
"name": "params",
|
|
3024
2899
|
"type": {
|
|
3025
|
-
"text": "
|
|
3026
|
-
},
|
|
3027
|
-
"privacy": "public"
|
|
3028
|
-
},
|
|
3029
|
-
{
|
|
3030
|
-
"kind": "field",
|
|
3031
|
-
"name": "value",
|
|
3032
|
-
"type": {
|
|
3033
|
-
"text": "number"
|
|
2900
|
+
"text": "ICellRendererParams & BooleanRendererParams"
|
|
3034
2901
|
},
|
|
3035
2902
|
"privacy": "public"
|
|
3036
2903
|
},
|
|
3037
2904
|
{
|
|
3038
2905
|
"kind": "field",
|
|
3039
|
-
"name": "
|
|
2906
|
+
"name": "selected",
|
|
3040
2907
|
"type": {
|
|
3041
|
-
"text": "
|
|
3042
|
-
}
|
|
3043
|
-
"privacy": "public"
|
|
2908
|
+
"text": "boolean"
|
|
2909
|
+
}
|
|
3044
2910
|
},
|
|
3045
2911
|
{
|
|
3046
|
-
"kind": "
|
|
3047
|
-
"name": "
|
|
3048
|
-
"
|
|
3049
|
-
|
|
2912
|
+
"kind": "method",
|
|
2913
|
+
"name": "isDisabled",
|
|
2914
|
+
"privacy": "public",
|
|
2915
|
+
"return": {
|
|
2916
|
+
"type": {
|
|
2917
|
+
"text": "boolean"
|
|
2918
|
+
}
|
|
3050
2919
|
},
|
|
3051
|
-
"
|
|
2920
|
+
"parameters": [
|
|
2921
|
+
{
|
|
2922
|
+
"name": "data"
|
|
2923
|
+
}
|
|
2924
|
+
]
|
|
3052
2925
|
},
|
|
3053
2926
|
{
|
|
3054
2927
|
"kind": "method",
|
|
@@ -3058,7 +2931,7 @@
|
|
|
3058
2931
|
{
|
|
3059
2932
|
"name": "params",
|
|
3060
2933
|
"type": {
|
|
3061
|
-
"text": "
|
|
2934
|
+
"text": "ICellRendererParams"
|
|
3062
2935
|
}
|
|
3063
2936
|
}
|
|
3064
2937
|
]
|
|
@@ -3073,20 +2946,20 @@
|
|
|
3073
2946
|
}
|
|
3074
2947
|
}
|
|
3075
2948
|
},
|
|
2949
|
+
{
|
|
2950
|
+
"kind": "method",
|
|
2951
|
+
"name": "destroy",
|
|
2952
|
+
"privacy": "public"
|
|
2953
|
+
},
|
|
3076
2954
|
{
|
|
3077
2955
|
"kind": "method",
|
|
3078
2956
|
"name": "refresh",
|
|
3079
2957
|
"privacy": "public",
|
|
3080
|
-
"return": {
|
|
3081
|
-
"type": {
|
|
3082
|
-
"text": "boolean"
|
|
3083
|
-
}
|
|
3084
|
-
},
|
|
3085
2958
|
"parameters": [
|
|
3086
2959
|
{
|
|
3087
2960
|
"name": "params",
|
|
3088
2961
|
"type": {
|
|
3089
|
-
"text": "
|
|
2962
|
+
"text": "ICellRendererParams"
|
|
3090
2963
|
}
|
|
3091
2964
|
}
|
|
3092
2965
|
]
|
|
@@ -3095,28 +2968,6 @@
|
|
|
3095
2968
|
"kind": "method",
|
|
3096
2969
|
"name": "getValue"
|
|
3097
2970
|
},
|
|
3098
|
-
{
|
|
3099
|
-
"kind": "method",
|
|
3100
|
-
"name": "isPopup",
|
|
3101
|
-
"return": {
|
|
3102
|
-
"type": {
|
|
3103
|
-
"text": "boolean"
|
|
3104
|
-
}
|
|
3105
|
-
}
|
|
3106
|
-
},
|
|
3107
|
-
{
|
|
3108
|
-
"kind": "method",
|
|
3109
|
-
"name": "afterGuiAttached"
|
|
3110
|
-
},
|
|
3111
|
-
{
|
|
3112
|
-
"kind": "method",
|
|
3113
|
-
"name": "changeHandler",
|
|
3114
|
-
"parameters": [
|
|
3115
|
-
{
|
|
3116
|
-
"name": "event"
|
|
3117
|
-
}
|
|
3118
|
-
]
|
|
3119
|
-
},
|
|
3120
2971
|
{
|
|
3121
2972
|
"kind": "method",
|
|
3122
2973
|
"name": "isCancelBeforeStart"
|
|
@@ -3237,19 +3088,19 @@
|
|
|
3237
3088
|
"name": "FoundationElement",
|
|
3238
3089
|
"package": "@microsoft/fast-foundation"
|
|
3239
3090
|
},
|
|
3240
|
-
"tagName": "%%prefix%%-
|
|
3091
|
+
"tagName": "%%prefix%%-boolean-renderer",
|
|
3241
3092
|
"customElement": true
|
|
3242
3093
|
},
|
|
3243
3094
|
{
|
|
3244
3095
|
"kind": "variable",
|
|
3245
|
-
"name": "
|
|
3246
|
-
"default": "css`\n :host {\n display: flex;\n }\n`",
|
|
3247
|
-
"description": "The AG
|
|
3096
|
+
"name": "agBooleanRendererStyles",
|
|
3097
|
+
"default": "css`\n :host {\n align-center: center;\n display: flex;\n height: 100%;\n }\n`",
|
|
3098
|
+
"description": "The AG Boolean Renderer Styles.",
|
|
3248
3099
|
"privacy": "public"
|
|
3249
3100
|
},
|
|
3250
3101
|
{
|
|
3251
3102
|
"kind": "function",
|
|
3252
|
-
"name": "
|
|
3103
|
+
"name": "getAgBooleanRendererTemplate",
|
|
3253
3104
|
"parameters": [
|
|
3254
3105
|
{
|
|
3255
3106
|
"name": "designSystem",
|
|
@@ -3257,7 +3108,7 @@
|
|
|
3257
3108
|
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
3258
3109
|
}
|
|
3259
3110
|
],
|
|
3260
|
-
"description": "Get a Design System prefixed
|
|
3111
|
+
"description": "Get a Design System prefixed Checkbox template.",
|
|
3261
3112
|
"return": {
|
|
3262
3113
|
"type": {
|
|
3263
3114
|
"text": ""
|
|
@@ -3267,85 +3118,61 @@
|
|
|
3267
3118
|
},
|
|
3268
3119
|
{
|
|
3269
3120
|
"kind": "variable",
|
|
3270
|
-
"name": "
|
|
3121
|
+
"name": "foundationAgBooleanRenderer",
|
|
3122
|
+
"description": "A function that returns a Foundation Boolean Renderer registration for configuring the component with a DesignSystem.",
|
|
3271
3123
|
"privacy": "public"
|
|
3272
3124
|
}
|
|
3273
3125
|
],
|
|
3274
3126
|
"exports": [
|
|
3275
3127
|
{
|
|
3276
3128
|
"kind": "js",
|
|
3277
|
-
"name": "
|
|
3129
|
+
"name": "BooleanRenderer",
|
|
3278
3130
|
"declaration": {
|
|
3279
|
-
"name": "
|
|
3280
|
-
"module": "src/cell-
|
|
3131
|
+
"name": "BooleanRenderer",
|
|
3132
|
+
"module": "src/cell-renderers/boolean.renderer.ts"
|
|
3281
3133
|
}
|
|
3282
3134
|
},
|
|
3283
3135
|
{
|
|
3284
3136
|
"kind": "js",
|
|
3285
|
-
"name": "
|
|
3137
|
+
"name": "agBooleanRendererStyles",
|
|
3286
3138
|
"declaration": {
|
|
3287
|
-
"name": "
|
|
3288
|
-
"module": "src/cell-
|
|
3139
|
+
"name": "agBooleanRendererStyles",
|
|
3140
|
+
"module": "src/cell-renderers/boolean.renderer.ts"
|
|
3289
3141
|
}
|
|
3290
3142
|
},
|
|
3291
3143
|
{
|
|
3292
3144
|
"kind": "js",
|
|
3293
|
-
"name": "
|
|
3145
|
+
"name": "getAgBooleanRendererTemplate",
|
|
3294
3146
|
"declaration": {
|
|
3295
|
-
"name": "
|
|
3296
|
-
"module": "src/cell-
|
|
3147
|
+
"name": "getAgBooleanRendererTemplate",
|
|
3148
|
+
"module": "src/cell-renderers/boolean.renderer.ts"
|
|
3297
3149
|
}
|
|
3298
3150
|
},
|
|
3299
3151
|
{
|
|
3300
3152
|
"kind": "js",
|
|
3301
|
-
"name": "
|
|
3153
|
+
"name": "foundationAgBooleanRenderer",
|
|
3302
3154
|
"declaration": {
|
|
3303
|
-
"name": "
|
|
3304
|
-
"module": "src/cell-
|
|
3155
|
+
"name": "foundationAgBooleanRenderer",
|
|
3156
|
+
"module": "src/cell-renderers/boolean.renderer.ts"
|
|
3305
3157
|
}
|
|
3306
3158
|
}
|
|
3307
3159
|
]
|
|
3308
3160
|
},
|
|
3309
3161
|
{
|
|
3310
3162
|
"kind": "javascript-module",
|
|
3311
|
-
"path": "src/cell-
|
|
3163
|
+
"path": "src/cell-renderers/editable.renderer.ts",
|
|
3312
3164
|
"declarations": [
|
|
3313
3165
|
{
|
|
3314
3166
|
"kind": "class",
|
|
3315
|
-
"description": "The AG
|
|
3316
|
-
"name": "
|
|
3167
|
+
"description": "The AG Editable Renderer element.",
|
|
3168
|
+
"name": "EditableRenderer",
|
|
3317
3169
|
"members": [
|
|
3318
3170
|
{
|
|
3319
3171
|
"kind": "field",
|
|
3320
|
-
"name": "
|
|
3321
|
-
"type": {
|
|
3322
|
-
"text": "SelectEditorParams"
|
|
3323
|
-
},
|
|
3324
|
-
"privacy": "public"
|
|
3325
|
-
},
|
|
3326
|
-
{
|
|
3327
|
-
"kind": "field",
|
|
3328
|
-
"name": "value",
|
|
3172
|
+
"name": "valueFormatted",
|
|
3329
3173
|
"type": {
|
|
3330
3174
|
"text": "string"
|
|
3331
|
-
}
|
|
3332
|
-
"privacy": "public"
|
|
3333
|
-
},
|
|
3334
|
-
{
|
|
3335
|
-
"kind": "field",
|
|
3336
|
-
"name": "actualWidth",
|
|
3337
|
-
"type": {
|
|
3338
|
-
"text": "number"
|
|
3339
|
-
},
|
|
3340
|
-
"privacy": "public"
|
|
3341
|
-
},
|
|
3342
|
-
{
|
|
3343
|
-
"kind": "field",
|
|
3344
|
-
"name": "combobox",
|
|
3345
|
-
"type": {
|
|
3346
|
-
"text": "any"
|
|
3347
|
-
},
|
|
3348
|
-
"privacy": "public"
|
|
3175
|
+
}
|
|
3349
3176
|
},
|
|
3350
3177
|
{
|
|
3351
3178
|
"kind": "method",
|
|
@@ -3355,7 +3182,7 @@
|
|
|
3355
3182
|
{
|
|
3356
3183
|
"name": "params",
|
|
3357
3184
|
"type": {
|
|
3358
|
-
"text": "
|
|
3185
|
+
"text": "ICellRendererParams"
|
|
3359
3186
|
}
|
|
3360
3187
|
}
|
|
3361
3188
|
]
|
|
@@ -3374,61 +3201,26 @@
|
|
|
3374
3201
|
"kind": "method",
|
|
3375
3202
|
"name": "refresh",
|
|
3376
3203
|
"privacy": "public",
|
|
3377
|
-
"return": {
|
|
3378
|
-
"type": {
|
|
3379
|
-
"text": "boolean"
|
|
3380
|
-
}
|
|
3381
|
-
},
|
|
3382
3204
|
"parameters": [
|
|
3383
3205
|
{
|
|
3384
3206
|
"name": "params",
|
|
3385
3207
|
"type": {
|
|
3386
|
-
"text": "
|
|
3208
|
+
"text": "ICellRendererParams"
|
|
3387
3209
|
}
|
|
3388
3210
|
}
|
|
3389
3211
|
]
|
|
3390
3212
|
},
|
|
3391
3213
|
{
|
|
3392
|
-
"kind": "
|
|
3393
|
-
"name": "
|
|
3394
|
-
|
|
3395
|
-
|
|
3396
|
-
|
|
3397
|
-
"
|
|
3398
|
-
"
|
|
3399
|
-
|
|
3400
|
-
|
|
3401
|
-
|
|
3402
|
-
}
|
|
3403
|
-
},
|
|
3404
|
-
{
|
|
3405
|
-
"kind": "method",
|
|
3406
|
-
"name": "afterGuiAttached"
|
|
3407
|
-
},
|
|
3408
|
-
{
|
|
3409
|
-
"kind": "method",
|
|
3410
|
-
"name": "changeHandler",
|
|
3411
|
-
"parameters": [
|
|
3412
|
-
{
|
|
3413
|
-
"name": "event"
|
|
3414
|
-
}
|
|
3415
|
-
]
|
|
3416
|
-
},
|
|
3417
|
-
{
|
|
3418
|
-
"kind": "method",
|
|
3419
|
-
"name": "isCancelBeforeStart"
|
|
3420
|
-
},
|
|
3421
|
-
{
|
|
3422
|
-
"kind": "field",
|
|
3423
|
-
"name": "_presentation",
|
|
3424
|
-
"type": {
|
|
3425
|
-
"text": "ComponentPresentation | null | undefined"
|
|
3426
|
-
},
|
|
3427
|
-
"privacy": "private",
|
|
3428
|
-
"default": "void 0",
|
|
3429
|
-
"inheritedFrom": {
|
|
3430
|
-
"name": "FoundationElement",
|
|
3431
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3214
|
+
"kind": "field",
|
|
3215
|
+
"name": "_presentation",
|
|
3216
|
+
"type": {
|
|
3217
|
+
"text": "ComponentPresentation | null | undefined"
|
|
3218
|
+
},
|
|
3219
|
+
"privacy": "private",
|
|
3220
|
+
"default": "void 0",
|
|
3221
|
+
"inheritedFrom": {
|
|
3222
|
+
"name": "FoundationElement",
|
|
3223
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3432
3224
|
}
|
|
3433
3225
|
},
|
|
3434
3226
|
{
|
|
@@ -3534,19 +3326,19 @@
|
|
|
3534
3326
|
"name": "FoundationElement",
|
|
3535
3327
|
"package": "@microsoft/fast-foundation"
|
|
3536
3328
|
},
|
|
3537
|
-
"tagName": "%%prefix%%-
|
|
3329
|
+
"tagName": "%%prefix%%-editable-renderer",
|
|
3538
3330
|
"customElement": true
|
|
3539
3331
|
},
|
|
3540
3332
|
{
|
|
3541
3333
|
"kind": "variable",
|
|
3542
|
-
"name": "
|
|
3543
|
-
"default": "css
|
|
3544
|
-
"description": "The AG
|
|
3334
|
+
"name": "agEditableRendererStyles",
|
|
3335
|
+
"default": "css`\n :host {\n display: flex;\n justify-content: space-between;\n align-items: center;\n }\n`",
|
|
3336
|
+
"description": "The AG Editable Renderer Styles.",
|
|
3545
3337
|
"privacy": "public"
|
|
3546
3338
|
},
|
|
3547
3339
|
{
|
|
3548
3340
|
"kind": "function",
|
|
3549
|
-
"name": "
|
|
3341
|
+
"name": "getAgEditableRendererTemplate",
|
|
3550
3342
|
"parameters": [
|
|
3551
3343
|
{
|
|
3552
3344
|
"name": "designSystem",
|
|
@@ -3554,7 +3346,7 @@
|
|
|
3554
3346
|
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
3555
3347
|
}
|
|
3556
3348
|
],
|
|
3557
|
-
"description": "Get a Design System prefixed
|
|
3349
|
+
"description": "Get a Design System prefixed Checkbox template.",
|
|
3558
3350
|
"return": {
|
|
3559
3351
|
"type": {
|
|
3560
3352
|
"text": ""
|
|
@@ -3564,59 +3356,131 @@
|
|
|
3564
3356
|
},
|
|
3565
3357
|
{
|
|
3566
3358
|
"kind": "variable",
|
|
3567
|
-
"name": "
|
|
3359
|
+
"name": "foundationAgEditableRenderer",
|
|
3360
|
+
"description": "A function that returns a Foundation Editable Renderer registration for configuring the component with a DesignSystem.",
|
|
3568
3361
|
"privacy": "public"
|
|
3569
3362
|
}
|
|
3570
3363
|
],
|
|
3571
3364
|
"exports": [
|
|
3572
3365
|
{
|
|
3573
3366
|
"kind": "js",
|
|
3574
|
-
"name": "
|
|
3367
|
+
"name": "EditableRenderer",
|
|
3575
3368
|
"declaration": {
|
|
3576
|
-
"name": "
|
|
3577
|
-
"module": "src/cell-
|
|
3369
|
+
"name": "EditableRenderer",
|
|
3370
|
+
"module": "src/cell-renderers/editable.renderer.ts"
|
|
3578
3371
|
}
|
|
3579
3372
|
},
|
|
3580
3373
|
{
|
|
3581
3374
|
"kind": "js",
|
|
3582
|
-
"name": "
|
|
3375
|
+
"name": "agEditableRendererStyles",
|
|
3583
3376
|
"declaration": {
|
|
3584
|
-
"name": "
|
|
3585
|
-
"module": "src/cell-
|
|
3377
|
+
"name": "agEditableRendererStyles",
|
|
3378
|
+
"module": "src/cell-renderers/editable.renderer.ts"
|
|
3586
3379
|
}
|
|
3587
3380
|
},
|
|
3588
3381
|
{
|
|
3589
3382
|
"kind": "js",
|
|
3590
|
-
"name": "
|
|
3383
|
+
"name": "getAgEditableRendererTemplate",
|
|
3591
3384
|
"declaration": {
|
|
3592
|
-
"name": "
|
|
3593
|
-
"module": "src/cell-
|
|
3385
|
+
"name": "getAgEditableRendererTemplate",
|
|
3386
|
+
"module": "src/cell-renderers/editable.renderer.ts"
|
|
3594
3387
|
}
|
|
3595
3388
|
},
|
|
3596
3389
|
{
|
|
3597
3390
|
"kind": "js",
|
|
3598
|
-
"name": "
|
|
3391
|
+
"name": "foundationAgEditableRenderer",
|
|
3599
3392
|
"declaration": {
|
|
3600
|
-
"name": "
|
|
3601
|
-
"module": "src/cell-
|
|
3393
|
+
"name": "foundationAgEditableRenderer",
|
|
3394
|
+
"module": "src/cell-renderers/editable.renderer.ts"
|
|
3602
3395
|
}
|
|
3603
3396
|
}
|
|
3604
3397
|
]
|
|
3605
3398
|
},
|
|
3606
3399
|
{
|
|
3607
3400
|
"kind": "javascript-module",
|
|
3608
|
-
"path": "src/cell-
|
|
3401
|
+
"path": "src/cell-renderers/index.ts",
|
|
3402
|
+
"declarations": [],
|
|
3403
|
+
"exports": [
|
|
3404
|
+
{
|
|
3405
|
+
"kind": "js",
|
|
3406
|
+
"name": "*",
|
|
3407
|
+
"declaration": {
|
|
3408
|
+
"name": "*",
|
|
3409
|
+
"package": "./action.renderer"
|
|
3410
|
+
}
|
|
3411
|
+
},
|
|
3412
|
+
{
|
|
3413
|
+
"kind": "js",
|
|
3414
|
+
"name": "*",
|
|
3415
|
+
"declaration": {
|
|
3416
|
+
"name": "*",
|
|
3417
|
+
"package": "./actions-menu.renderer"
|
|
3418
|
+
}
|
|
3419
|
+
},
|
|
3420
|
+
{
|
|
3421
|
+
"kind": "js",
|
|
3422
|
+
"name": "*",
|
|
3423
|
+
"declaration": {
|
|
3424
|
+
"name": "*",
|
|
3425
|
+
"package": "./boolean.renderer"
|
|
3426
|
+
}
|
|
3427
|
+
},
|
|
3428
|
+
{
|
|
3429
|
+
"kind": "js",
|
|
3430
|
+
"name": "*",
|
|
3431
|
+
"declaration": {
|
|
3432
|
+
"name": "*",
|
|
3433
|
+
"package": "./editable.renderer"
|
|
3434
|
+
}
|
|
3435
|
+
},
|
|
3436
|
+
{
|
|
3437
|
+
"kind": "js",
|
|
3438
|
+
"name": "*",
|
|
3439
|
+
"declaration": {
|
|
3440
|
+
"name": "*",
|
|
3441
|
+
"package": "./text.renderer"
|
|
3442
|
+
}
|
|
3443
|
+
},
|
|
3444
|
+
{
|
|
3445
|
+
"kind": "js",
|
|
3446
|
+
"name": "*",
|
|
3447
|
+
"declaration": {
|
|
3448
|
+
"name": "*",
|
|
3449
|
+
"package": "./text-field.renderer"
|
|
3450
|
+
}
|
|
3451
|
+
},
|
|
3452
|
+
{
|
|
3453
|
+
"kind": "js",
|
|
3454
|
+
"name": "*",
|
|
3455
|
+
"declaration": {
|
|
3456
|
+
"name": "*",
|
|
3457
|
+
"package": "./status-pill.renderer"
|
|
3458
|
+
}
|
|
3459
|
+
},
|
|
3460
|
+
{
|
|
3461
|
+
"kind": "js",
|
|
3462
|
+
"name": "*",
|
|
3463
|
+
"declaration": {
|
|
3464
|
+
"name": "*",
|
|
3465
|
+
"package": "./select.renderer"
|
|
3466
|
+
}
|
|
3467
|
+
}
|
|
3468
|
+
]
|
|
3469
|
+
},
|
|
3470
|
+
{
|
|
3471
|
+
"kind": "javascript-module",
|
|
3472
|
+
"path": "src/cell-renderers/select.renderer.ts",
|
|
3609
3473
|
"declarations": [
|
|
3610
3474
|
{
|
|
3611
3475
|
"kind": "class",
|
|
3612
|
-
"description": "The AG
|
|
3613
|
-
"name": "
|
|
3476
|
+
"description": "The AG Select Renderer element.",
|
|
3477
|
+
"name": "SelectRenderer",
|
|
3614
3478
|
"members": [
|
|
3615
3479
|
{
|
|
3616
3480
|
"kind": "field",
|
|
3617
3481
|
"name": "params",
|
|
3618
3482
|
"type": {
|
|
3619
|
-
"text": "
|
|
3483
|
+
"text": "SelectCellRendererParams"
|
|
3620
3484
|
},
|
|
3621
3485
|
"privacy": "public"
|
|
3622
3486
|
},
|
|
@@ -3628,22 +3492,6 @@
|
|
|
3628
3492
|
},
|
|
3629
3493
|
"privacy": "public"
|
|
3630
3494
|
},
|
|
3631
|
-
{
|
|
3632
|
-
"kind": "field",
|
|
3633
|
-
"name": "actualWidth",
|
|
3634
|
-
"type": {
|
|
3635
|
-
"text": "number"
|
|
3636
|
-
},
|
|
3637
|
-
"privacy": "public"
|
|
3638
|
-
},
|
|
3639
|
-
{
|
|
3640
|
-
"kind": "field",
|
|
3641
|
-
"name": "input",
|
|
3642
|
-
"type": {
|
|
3643
|
-
"text": "any"
|
|
3644
|
-
},
|
|
3645
|
-
"privacy": "public"
|
|
3646
|
-
},
|
|
3647
3495
|
{
|
|
3648
3496
|
"kind": "method",
|
|
3649
3497
|
"name": "init",
|
|
@@ -3652,7 +3500,7 @@
|
|
|
3652
3500
|
{
|
|
3653
3501
|
"name": "params",
|
|
3654
3502
|
"type": {
|
|
3655
|
-
"text": "
|
|
3503
|
+
"text": "SelectCellRendererParams"
|
|
3656
3504
|
}
|
|
3657
3505
|
}
|
|
3658
3506
|
]
|
|
@@ -3667,6 +3515,16 @@
|
|
|
3667
3515
|
}
|
|
3668
3516
|
}
|
|
3669
3517
|
},
|
|
3518
|
+
{
|
|
3519
|
+
"kind": "method",
|
|
3520
|
+
"name": "destroy",
|
|
3521
|
+
"privacy": "public",
|
|
3522
|
+
"return": {
|
|
3523
|
+
"type": {
|
|
3524
|
+
"text": "void"
|
|
3525
|
+
}
|
|
3526
|
+
}
|
|
3527
|
+
},
|
|
3670
3528
|
{
|
|
3671
3529
|
"kind": "method",
|
|
3672
3530
|
"name": "refresh",
|
|
@@ -3680,41 +3538,31 @@
|
|
|
3680
3538
|
{
|
|
3681
3539
|
"name": "params",
|
|
3682
3540
|
"type": {
|
|
3683
|
-
"text": "
|
|
3541
|
+
"text": "SelectCellRendererParams"
|
|
3684
3542
|
}
|
|
3685
3543
|
}
|
|
3686
3544
|
]
|
|
3687
3545
|
},
|
|
3688
3546
|
{
|
|
3689
|
-
"kind": "
|
|
3690
|
-
"name": "
|
|
3547
|
+
"kind": "field",
|
|
3548
|
+
"name": "selectionChanged",
|
|
3549
|
+
"privacy": "public"
|
|
3691
3550
|
},
|
|
3692
3551
|
{
|
|
3693
3552
|
"kind": "method",
|
|
3694
|
-
"name": "
|
|
3553
|
+
"name": "isDisabled",
|
|
3554
|
+
"privacy": "public",
|
|
3695
3555
|
"return": {
|
|
3696
3556
|
"type": {
|
|
3697
3557
|
"text": "boolean"
|
|
3698
3558
|
}
|
|
3699
|
-
}
|
|
3700
|
-
},
|
|
3701
|
-
{
|
|
3702
|
-
"kind": "method",
|
|
3703
|
-
"name": "afterGuiAttached"
|
|
3704
|
-
},
|
|
3705
|
-
{
|
|
3706
|
-
"kind": "method",
|
|
3707
|
-
"name": "changeHandler",
|
|
3559
|
+
},
|
|
3708
3560
|
"parameters": [
|
|
3709
3561
|
{
|
|
3710
|
-
"name": "
|
|
3562
|
+
"name": "data"
|
|
3711
3563
|
}
|
|
3712
3564
|
]
|
|
3713
3565
|
},
|
|
3714
|
-
{
|
|
3715
|
-
"kind": "method",
|
|
3716
|
-
"name": "isCancelBeforeStart"
|
|
3717
|
-
},
|
|
3718
3566
|
{
|
|
3719
3567
|
"kind": "field",
|
|
3720
3568
|
"name": "_presentation",
|
|
@@ -3831,27 +3679,30 @@
|
|
|
3831
3679
|
"name": "FoundationElement",
|
|
3832
3680
|
"package": "@microsoft/fast-foundation"
|
|
3833
3681
|
},
|
|
3834
|
-
"tagName": "%%prefix%%-
|
|
3682
|
+
"tagName": "%%prefix%%-select-renderer",
|
|
3835
3683
|
"customElement": true
|
|
3836
3684
|
},
|
|
3837
3685
|
{
|
|
3838
3686
|
"kind": "variable",
|
|
3839
|
-
"name": "
|
|
3840
|
-
"default": "css`\n :host {\n
|
|
3841
|
-
"description": "The AG
|
|
3687
|
+
"name": "agSelectRendererStyles",
|
|
3688
|
+
"default": "css`\n :host,\n .select-renderer,\n zero-option,\n ::part(listbox),\n ::part(control) {\n max-width: var(--select-renderer-max-width);\n min-width: 100%;\n }\n\n .select-renderer {\n --listbox-max-height: 4;\n --select-renderer-max-width: 100%;\n }\n`",
|
|
3689
|
+
"description": "The AG Select Renderer Styles.",
|
|
3842
3690
|
"privacy": "public"
|
|
3843
3691
|
},
|
|
3844
3692
|
{
|
|
3845
3693
|
"kind": "function",
|
|
3846
|
-
"name": "
|
|
3694
|
+
"name": "getSelectRendererTemplate",
|
|
3847
3695
|
"parameters": [
|
|
3848
3696
|
{
|
|
3849
3697
|
"name": "designSystem",
|
|
3850
3698
|
"default": "'foundation'",
|
|
3699
|
+
"type": {
|
|
3700
|
+
"text": "string"
|
|
3701
|
+
},
|
|
3851
3702
|
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
3852
3703
|
}
|
|
3853
3704
|
],
|
|
3854
|
-
"description": "Get a Design System prefixed
|
|
3705
|
+
"description": "Get a Design System prefixed Select template.",
|
|
3855
3706
|
"return": {
|
|
3856
3707
|
"type": {
|
|
3857
3708
|
"text": ""
|
|
@@ -3861,180 +3712,122 @@
|
|
|
3861
3712
|
},
|
|
3862
3713
|
{
|
|
3863
3714
|
"kind": "variable",
|
|
3864
|
-
"name": "
|
|
3715
|
+
"name": "foundationAgSelectRenderer",
|
|
3716
|
+
"description": "A function that returns a Foundation Select Renderer registration for configuring the component with a DesignSystem.",
|
|
3865
3717
|
"privacy": "public"
|
|
3866
3718
|
}
|
|
3867
3719
|
],
|
|
3868
3720
|
"exports": [
|
|
3869
3721
|
{
|
|
3870
3722
|
"kind": "js",
|
|
3871
|
-
"name": "
|
|
3723
|
+
"name": "SelectRenderer",
|
|
3872
3724
|
"declaration": {
|
|
3873
|
-
"name": "
|
|
3874
|
-
"module": "src/cell-
|
|
3725
|
+
"name": "SelectRenderer",
|
|
3726
|
+
"module": "src/cell-renderers/select.renderer.ts"
|
|
3875
3727
|
}
|
|
3876
3728
|
},
|
|
3877
3729
|
{
|
|
3878
3730
|
"kind": "js",
|
|
3879
|
-
"name": "
|
|
3731
|
+
"name": "agSelectRendererStyles",
|
|
3880
3732
|
"declaration": {
|
|
3881
|
-
"name": "
|
|
3882
|
-
"module": "src/cell-
|
|
3733
|
+
"name": "agSelectRendererStyles",
|
|
3734
|
+
"module": "src/cell-renderers/select.renderer.ts"
|
|
3883
3735
|
}
|
|
3884
3736
|
},
|
|
3885
3737
|
{
|
|
3886
3738
|
"kind": "js",
|
|
3887
|
-
"name": "
|
|
3739
|
+
"name": "getSelectRendererTemplate",
|
|
3888
3740
|
"declaration": {
|
|
3889
|
-
"name": "
|
|
3890
|
-
"module": "src/cell-
|
|
3741
|
+
"name": "getSelectRendererTemplate",
|
|
3742
|
+
"module": "src/cell-renderers/select.renderer.ts"
|
|
3891
3743
|
}
|
|
3892
3744
|
},
|
|
3893
3745
|
{
|
|
3894
3746
|
"kind": "js",
|
|
3895
|
-
"name": "
|
|
3747
|
+
"name": "foundationAgSelectRenderer",
|
|
3896
3748
|
"declaration": {
|
|
3897
|
-
"name": "
|
|
3898
|
-
"module": "src/cell-
|
|
3749
|
+
"name": "foundationAgSelectRenderer",
|
|
3750
|
+
"module": "src/cell-renderers/select.renderer.ts"
|
|
3899
3751
|
}
|
|
3900
3752
|
}
|
|
3901
3753
|
]
|
|
3902
3754
|
},
|
|
3903
3755
|
{
|
|
3904
3756
|
"kind": "javascript-module",
|
|
3905
|
-
"path": "src/
|
|
3757
|
+
"path": "src/cell-renderers/status-pill.renderer.ts",
|
|
3906
3758
|
"declarations": [
|
|
3907
3759
|
{
|
|
3908
3760
|
"kind": "variable",
|
|
3909
|
-
"name": "
|
|
3910
|
-
"default": "
|
|
3911
|
-
"description": "The
|
|
3761
|
+
"name": "agStatusPillRendererStyles",
|
|
3762
|
+
"default": "css`\n :host {\n width: 100%;\n display: flex;\n align-items: center;\n height: 100%;\n }\n`",
|
|
3763
|
+
"description": "The Status Pill Renderer Styles.",
|
|
3912
3764
|
"privacy": "public"
|
|
3913
|
-
}
|
|
3914
|
-
],
|
|
3915
|
-
"exports": [
|
|
3765
|
+
},
|
|
3916
3766
|
{
|
|
3917
|
-
"kind": "
|
|
3918
|
-
"name": "
|
|
3919
|
-
"
|
|
3920
|
-
"name": "ColumnTemplate",
|
|
3921
|
-
"module": "src/column/column.template.ts"
|
|
3922
|
-
}
|
|
3923
|
-
}
|
|
3924
|
-
]
|
|
3925
|
-
},
|
|
3926
|
-
{
|
|
3927
|
-
"kind": "javascript-module",
|
|
3928
|
-
"path": "src/column/column.ts",
|
|
3929
|
-
"declarations": [
|
|
3930
|
-
{
|
|
3931
|
-
"kind": "class",
|
|
3932
|
-
"description": "The Grid Pro Column element.",
|
|
3933
|
-
"name": "GridProColumn",
|
|
3934
|
-
"members": [
|
|
3767
|
+
"kind": "function",
|
|
3768
|
+
"name": "getStatusPillRendererTemplate",
|
|
3769
|
+
"parameters": [
|
|
3935
3770
|
{
|
|
3936
|
-
"
|
|
3937
|
-
"
|
|
3771
|
+
"name": "designSystem",
|
|
3772
|
+
"default": "'rapid'",
|
|
3938
3773
|
"type": {
|
|
3939
|
-
"text": "
|
|
3774
|
+
"text": "string"
|
|
3940
3775
|
},
|
|
3941
|
-
"
|
|
3942
|
-
}
|
|
3776
|
+
"description": "The design system prefix to use. Defaults to 'rapid'."
|
|
3777
|
+
}
|
|
3778
|
+
],
|
|
3779
|
+
"description": "Get a Design System prefixed Status Pill template.",
|
|
3780
|
+
"return": {
|
|
3781
|
+
"type": {
|
|
3782
|
+
"text": ""
|
|
3783
|
+
}
|
|
3784
|
+
},
|
|
3785
|
+
"privacy": "public"
|
|
3786
|
+
},
|
|
3787
|
+
{
|
|
3788
|
+
"kind": "class",
|
|
3789
|
+
"description": "The AG Status Pill Renderer element.",
|
|
3790
|
+
"name": "StatusPillRenderer",
|
|
3791
|
+
"members": [
|
|
3943
3792
|
{
|
|
3944
3793
|
"kind": "field",
|
|
3945
|
-
"name": "
|
|
3794
|
+
"name": "params",
|
|
3946
3795
|
"type": {
|
|
3947
|
-
"text": "
|
|
3948
|
-
},
|
|
3949
|
-
"default": "{}"
|
|
3950
|
-
},
|
|
3951
|
-
{
|
|
3952
|
-
"kind": "method",
|
|
3953
|
-
"name": "slottedAgCellChanged",
|
|
3954
|
-
"privacy": "public"
|
|
3955
|
-
},
|
|
3956
|
-
{
|
|
3957
|
-
"kind": "method",
|
|
3958
|
-
"name": "deepClone",
|
|
3959
|
-
"return": {
|
|
3960
|
-
"type": {
|
|
3961
|
-
"text": "Node"
|
|
3962
|
-
}
|
|
3963
|
-
},
|
|
3964
|
-
"inheritedFrom": {
|
|
3965
|
-
"name": "LifecycleMixin",
|
|
3966
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
3796
|
+
"text": "StatusPillRendererParams"
|
|
3967
3797
|
}
|
|
3968
3798
|
},
|
|
3969
3799
|
{
|
|
3970
3800
|
"kind": "method",
|
|
3971
|
-
"name": "
|
|
3972
|
-
"return": {
|
|
3973
|
-
"type": {
|
|
3974
|
-
"text": "Node"
|
|
3975
|
-
}
|
|
3976
|
-
},
|
|
3801
|
+
"name": "init",
|
|
3977
3802
|
"parameters": [
|
|
3978
3803
|
{
|
|
3979
|
-
"name": "
|
|
3980
|
-
"optional": true,
|
|
3804
|
+
"name": "params",
|
|
3981
3805
|
"type": {
|
|
3982
|
-
"text": "
|
|
3806
|
+
"text": "StatusPillRendererParams"
|
|
3983
3807
|
}
|
|
3984
3808
|
}
|
|
3985
|
-
]
|
|
3986
|
-
"inheritedFrom": {
|
|
3987
|
-
"name": "LifecycleMixin",
|
|
3988
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
3989
|
-
}
|
|
3809
|
+
]
|
|
3990
3810
|
},
|
|
3991
3811
|
{
|
|
3992
|
-
"kind": "
|
|
3993
|
-
"name": "
|
|
3994
|
-
"return": {
|
|
3995
|
-
"type": {
|
|
3996
|
-
"text": ""
|
|
3997
|
-
}
|
|
3998
|
-
},
|
|
3999
|
-
"readonly": true,
|
|
4000
|
-
"inheritedFrom": {
|
|
4001
|
-
"name": "LifecycleMixin",
|
|
4002
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
4003
|
-
}
|
|
3812
|
+
"kind": "method",
|
|
3813
|
+
"name": "getGui"
|
|
4004
3814
|
},
|
|
4005
3815
|
{
|
|
4006
|
-
"kind": "
|
|
4007
|
-
"name": "
|
|
4008
|
-
"
|
|
4009
|
-
|
|
4010
|
-
"
|
|
3816
|
+
"kind": "method",
|
|
3817
|
+
"name": "refresh",
|
|
3818
|
+
"parameters": [
|
|
3819
|
+
{
|
|
3820
|
+
"name": "params"
|
|
4011
3821
|
}
|
|
4012
|
-
|
|
4013
|
-
"readonly": true,
|
|
4014
|
-
"inheritedFrom": {
|
|
4015
|
-
"name": "LifecycleMixin",
|
|
4016
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
4017
|
-
}
|
|
3822
|
+
]
|
|
4018
3823
|
},
|
|
4019
3824
|
{
|
|
4020
3825
|
"kind": "method",
|
|
4021
|
-
"name": "
|
|
3826
|
+
"name": "destroy",
|
|
4022
3827
|
"return": {
|
|
4023
3828
|
"type": {
|
|
4024
|
-
"text": "
|
|
4025
|
-
}
|
|
4026
|
-
},
|
|
4027
|
-
"parameters": [
|
|
4028
|
-
{
|
|
4029
|
-
"name": "lifecycleType",
|
|
4030
|
-
"type": {
|
|
4031
|
-
"text": "Lifecycletype"
|
|
4032
|
-
}
|
|
3829
|
+
"text": "void"
|
|
4033
3830
|
}
|
|
4034
|
-
],
|
|
4035
|
-
"inheritedFrom": {
|
|
4036
|
-
"name": "LifecycleMixin",
|
|
4037
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
4038
3831
|
}
|
|
4039
3832
|
},
|
|
4040
3833
|
{
|
|
@@ -4149,92 +3942,85 @@
|
|
|
4149
3942
|
}
|
|
4150
3943
|
}
|
|
4151
3944
|
],
|
|
4152
|
-
"mixins": [
|
|
4153
|
-
{
|
|
4154
|
-
"name": "LifecycleMixin",
|
|
4155
|
-
"package": "@genesislcap/foundation-utils"
|
|
4156
|
-
}
|
|
4157
|
-
],
|
|
4158
3945
|
"superclass": {
|
|
4159
3946
|
"name": "FoundationElement",
|
|
4160
3947
|
"package": "@microsoft/fast-foundation"
|
|
4161
3948
|
},
|
|
4162
|
-
"tagName": "
|
|
3949
|
+
"tagName": "%%prefix%%-status-pill-renderer",
|
|
4163
3950
|
"customElement": true
|
|
3951
|
+
},
|
|
3952
|
+
{
|
|
3953
|
+
"kind": "variable",
|
|
3954
|
+
"name": "foundationStatusPillRenderer",
|
|
3955
|
+
"description": "A function that returns a Foundation Status Pill Renderer registration for configuring the component with a DesignSystem.",
|
|
3956
|
+
"privacy": "public"
|
|
4164
3957
|
}
|
|
4165
3958
|
],
|
|
4166
3959
|
"exports": [
|
|
4167
3960
|
{
|
|
4168
3961
|
"kind": "js",
|
|
4169
|
-
"name": "
|
|
3962
|
+
"name": "agStatusPillRendererStyles",
|
|
4170
3963
|
"declaration": {
|
|
4171
|
-
"name": "
|
|
4172
|
-
"module": "src/
|
|
3964
|
+
"name": "agStatusPillRendererStyles",
|
|
3965
|
+
"module": "src/cell-renderers/status-pill.renderer.ts"
|
|
4173
3966
|
}
|
|
4174
3967
|
},
|
|
4175
|
-
{
|
|
4176
|
-
"kind": "custom-element-definition",
|
|
4177
|
-
"name": "grid-pro-column",
|
|
4178
|
-
"declaration": {
|
|
4179
|
-
"name": "GridProColumn",
|
|
4180
|
-
"module": "src/column/column.ts"
|
|
4181
|
-
}
|
|
4182
|
-
}
|
|
4183
|
-
]
|
|
4184
|
-
},
|
|
4185
|
-
{
|
|
4186
|
-
"kind": "javascript-module",
|
|
4187
|
-
"path": "src/column/index.ts",
|
|
4188
|
-
"declarations": [],
|
|
4189
|
-
"exports": [
|
|
4190
3968
|
{
|
|
4191
3969
|
"kind": "js",
|
|
4192
|
-
"name": "
|
|
3970
|
+
"name": "getStatusPillRendererTemplate",
|
|
4193
3971
|
"declaration": {
|
|
4194
|
-
"name": "
|
|
4195
|
-
"
|
|
3972
|
+
"name": "getStatusPillRendererTemplate",
|
|
3973
|
+
"module": "src/cell-renderers/status-pill.renderer.ts"
|
|
4196
3974
|
}
|
|
4197
3975
|
},
|
|
4198
3976
|
{
|
|
4199
3977
|
"kind": "js",
|
|
4200
|
-
"name": "
|
|
3978
|
+
"name": "StatusPillRenderer",
|
|
4201
3979
|
"declaration": {
|
|
4202
|
-
"name": "
|
|
4203
|
-
"
|
|
3980
|
+
"name": "StatusPillRenderer",
|
|
3981
|
+
"module": "src/cell-renderers/status-pill.renderer.ts"
|
|
4204
3982
|
}
|
|
4205
3983
|
},
|
|
4206
3984
|
{
|
|
4207
3985
|
"kind": "js",
|
|
4208
|
-
"name": "
|
|
3986
|
+
"name": "foundationStatusPillRenderer",
|
|
4209
3987
|
"declaration": {
|
|
4210
|
-
"name": "
|
|
4211
|
-
"
|
|
3988
|
+
"name": "foundationStatusPillRenderer",
|
|
3989
|
+
"module": "src/cell-renderers/status-pill.renderer.ts"
|
|
4212
3990
|
}
|
|
4213
3991
|
}
|
|
4214
3992
|
]
|
|
4215
3993
|
},
|
|
4216
3994
|
{
|
|
4217
3995
|
"kind": "javascript-module",
|
|
4218
|
-
"path": "src/cell-renderers/
|
|
3996
|
+
"path": "src/cell-renderers/text-field.renderer.ts",
|
|
4219
3997
|
"declarations": [
|
|
4220
3998
|
{
|
|
4221
3999
|
"kind": "class",
|
|
4222
|
-
"description": "The AG
|
|
4223
|
-
"name": "
|
|
4000
|
+
"description": "The AG Text Field Renderer element.",
|
|
4001
|
+
"name": "AgTextFieldRenderer",
|
|
4224
4002
|
"members": [
|
|
4225
4003
|
{
|
|
4226
4004
|
"kind": "field",
|
|
4227
|
-
"name": "
|
|
4005
|
+
"name": "textField",
|
|
4228
4006
|
"type": {
|
|
4229
|
-
"text": "
|
|
4007
|
+
"text": "TextField"
|
|
4230
4008
|
},
|
|
4231
4009
|
"privacy": "public"
|
|
4232
4010
|
},
|
|
4233
4011
|
{
|
|
4234
4012
|
"kind": "field",
|
|
4235
|
-
"name": "
|
|
4013
|
+
"name": "textValue",
|
|
4236
4014
|
"type": {
|
|
4237
|
-
"text": "
|
|
4015
|
+
"text": "string"
|
|
4016
|
+
},
|
|
4017
|
+
"default": "''"
|
|
4018
|
+
},
|
|
4019
|
+
{
|
|
4020
|
+
"kind": "field",
|
|
4021
|
+
"name": "params",
|
|
4022
|
+
"type": {
|
|
4023
|
+
"text": "FuiCellRendererParams"
|
|
4238
4024
|
},
|
|
4239
4025
|
"privacy": "public"
|
|
4240
4026
|
},
|
|
@@ -4246,7 +4032,7 @@
|
|
|
4246
4032
|
{
|
|
4247
4033
|
"name": "params",
|
|
4248
4034
|
"type": {
|
|
4249
|
-
"text": "
|
|
4035
|
+
"text": "FuiCellRendererParams"
|
|
4250
4036
|
}
|
|
4251
4037
|
}
|
|
4252
4038
|
]
|
|
@@ -4261,6 +4047,11 @@
|
|
|
4261
4047
|
}
|
|
4262
4048
|
}
|
|
4263
4049
|
},
|
|
4050
|
+
{
|
|
4051
|
+
"kind": "method",
|
|
4052
|
+
"name": "destroy",
|
|
4053
|
+
"privacy": "public"
|
|
4054
|
+
},
|
|
4264
4055
|
{
|
|
4265
4056
|
"kind": "method",
|
|
4266
4057
|
"name": "refresh",
|
|
@@ -4269,7 +4060,7 @@
|
|
|
4269
4060
|
{
|
|
4270
4061
|
"name": "params",
|
|
4271
4062
|
"type": {
|
|
4272
|
-
"text": "
|
|
4063
|
+
"text": "FuiCellRendererParams"
|
|
4273
4064
|
}
|
|
4274
4065
|
}
|
|
4275
4066
|
]
|
|
@@ -4289,15 +4080,17 @@
|
|
|
4289
4080
|
}
|
|
4290
4081
|
]
|
|
4291
4082
|
},
|
|
4292
|
-
{
|
|
4293
|
-
"kind": "method",
|
|
4294
|
-
"name": "clickHandler",
|
|
4295
|
-
"privacy": "public"
|
|
4296
|
-
},
|
|
4297
4083
|
{
|
|
4298
4084
|
"kind": "field",
|
|
4299
|
-
"name": "
|
|
4300
|
-
"
|
|
4085
|
+
"name": "textChanged",
|
|
4086
|
+
"privacy": "public",
|
|
4087
|
+
"description": "On text change handler",
|
|
4088
|
+
"parameters": [
|
|
4089
|
+
{
|
|
4090
|
+
"description": "CustomEvent",
|
|
4091
|
+
"name": "e"
|
|
4092
|
+
}
|
|
4093
|
+
]
|
|
4301
4094
|
},
|
|
4302
4095
|
{
|
|
4303
4096
|
"kind": "field",
|
|
@@ -4415,80 +4208,127 @@
|
|
|
4415
4208
|
"name": "FoundationElement",
|
|
4416
4209
|
"package": "@microsoft/fast-foundation"
|
|
4417
4210
|
},
|
|
4418
|
-
"tagName": "%%prefix%%-grid-
|
|
4211
|
+
"tagName": "%%prefix%%-grid-text-field-renderer",
|
|
4419
4212
|
"customElement": true
|
|
4420
4213
|
},
|
|
4421
4214
|
{
|
|
4422
4215
|
"kind": "variable",
|
|
4423
|
-
"name": "
|
|
4424
|
-
"
|
|
4216
|
+
"name": "textFieldRendererStyles",
|
|
4217
|
+
"default": "css`\n :host {\n display: flex;\n width: 100%;\n height: 100%;\n align-items: center;\n }\n .text-renderer {\n width: 100%;\n }\n`",
|
|
4218
|
+
"description": "The AG Text Field Renderer Styles.",
|
|
4425
4219
|
"privacy": "public"
|
|
4426
4220
|
},
|
|
4427
4221
|
{
|
|
4428
|
-
"kind": "
|
|
4429
|
-
"name": "
|
|
4430
|
-
"
|
|
4431
|
-
|
|
4222
|
+
"kind": "function",
|
|
4223
|
+
"name": "getTextFieldRendererTemplate",
|
|
4224
|
+
"parameters": [
|
|
4225
|
+
{
|
|
4226
|
+
"name": "designSystem",
|
|
4227
|
+
"default": "'foundation'",
|
|
4228
|
+
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
4229
|
+
}
|
|
4230
|
+
],
|
|
4231
|
+
"description": "Get a Design System prefixed Text Field template.",
|
|
4232
|
+
"return": {
|
|
4233
|
+
"type": {
|
|
4234
|
+
"text": ""
|
|
4235
|
+
}
|
|
4236
|
+
},
|
|
4432
4237
|
"privacy": "public"
|
|
4433
4238
|
},
|
|
4434
4239
|
{
|
|
4435
4240
|
"kind": "variable",
|
|
4436
|
-
"name": "
|
|
4437
|
-
"description": "A function that returns a Foundation
|
|
4241
|
+
"name": "foundationAgTextFieldRenderer",
|
|
4242
|
+
"description": "A function that returns a Foundation Text Field Renderer registration for configuring the component with a DesignSystem.",
|
|
4438
4243
|
"privacy": "public"
|
|
4439
4244
|
}
|
|
4440
4245
|
],
|
|
4441
4246
|
"exports": [
|
|
4442
4247
|
{
|
|
4443
4248
|
"kind": "js",
|
|
4444
|
-
"name": "
|
|
4249
|
+
"name": "AgTextFieldRenderer",
|
|
4445
4250
|
"declaration": {
|
|
4446
|
-
"name": "
|
|
4447
|
-
"module": "src/cell-renderers/
|
|
4251
|
+
"name": "AgTextFieldRenderer",
|
|
4252
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
4448
4253
|
}
|
|
4449
4254
|
},
|
|
4450
4255
|
{
|
|
4451
4256
|
"kind": "js",
|
|
4452
|
-
"name": "
|
|
4257
|
+
"name": "textFieldRendererStyles",
|
|
4453
4258
|
"declaration": {
|
|
4454
|
-
"name": "
|
|
4455
|
-
"module": "src/cell-renderers/
|
|
4259
|
+
"name": "textFieldRendererStyles",
|
|
4260
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
4456
4261
|
}
|
|
4457
4262
|
},
|
|
4458
4263
|
{
|
|
4459
4264
|
"kind": "js",
|
|
4460
|
-
"name": "
|
|
4265
|
+
"name": "getTextFieldRendererTemplate",
|
|
4461
4266
|
"declaration": {
|
|
4462
|
-
"name": "
|
|
4463
|
-
"module": "src/cell-renderers/
|
|
4267
|
+
"name": "getTextFieldRendererTemplate",
|
|
4268
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
4464
4269
|
}
|
|
4465
4270
|
},
|
|
4466
4271
|
{
|
|
4467
4272
|
"kind": "js",
|
|
4468
|
-
"name": "
|
|
4273
|
+
"name": "foundationAgTextFieldRenderer",
|
|
4469
4274
|
"declaration": {
|
|
4470
|
-
"name": "
|
|
4471
|
-
"module": "src/cell-renderers/
|
|
4275
|
+
"name": "foundationAgTextFieldRenderer",
|
|
4276
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
4472
4277
|
}
|
|
4473
4278
|
}
|
|
4474
4279
|
]
|
|
4475
4280
|
},
|
|
4476
4281
|
{
|
|
4477
4282
|
"kind": "javascript-module",
|
|
4478
|
-
"path": "src/cell-renderers/
|
|
4283
|
+
"path": "src/cell-renderers/text.renderer.ts",
|
|
4479
4284
|
"declarations": [
|
|
4480
4285
|
{
|
|
4481
4286
|
"kind": "class",
|
|
4482
|
-
"description": "
|
|
4483
|
-
"name": "
|
|
4287
|
+
"description": "",
|
|
4288
|
+
"name": "AgTextRenderer",
|
|
4289
|
+
"superclass": {
|
|
4290
|
+
"name": "AgTextFieldRenderer",
|
|
4291
|
+
"module": "/src/cell-renderers/text-field.renderer"
|
|
4292
|
+
},
|
|
4293
|
+
"deprecated": "- Use AgTextFieldRenderer instead",
|
|
4294
|
+
"tagName": "%%prefix%%-grid-text-renderer",
|
|
4295
|
+
"customElement": true,
|
|
4484
4296
|
"members": [
|
|
4297
|
+
{
|
|
4298
|
+
"kind": "field",
|
|
4299
|
+
"name": "textField",
|
|
4300
|
+
"type": {
|
|
4301
|
+
"text": "TextField"
|
|
4302
|
+
},
|
|
4303
|
+
"privacy": "public",
|
|
4304
|
+
"inheritedFrom": {
|
|
4305
|
+
"name": "AgTextFieldRenderer",
|
|
4306
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
4307
|
+
}
|
|
4308
|
+
},
|
|
4309
|
+
{
|
|
4310
|
+
"kind": "field",
|
|
4311
|
+
"name": "textValue",
|
|
4312
|
+
"type": {
|
|
4313
|
+
"text": "string"
|
|
4314
|
+
},
|
|
4315
|
+
"default": "''",
|
|
4316
|
+
"inheritedFrom": {
|
|
4317
|
+
"name": "AgTextFieldRenderer",
|
|
4318
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
4319
|
+
}
|
|
4320
|
+
},
|
|
4485
4321
|
{
|
|
4486
4322
|
"kind": "field",
|
|
4487
4323
|
"name": "params",
|
|
4488
4324
|
"type": {
|
|
4489
|
-
"text": "
|
|
4325
|
+
"text": "FuiCellRendererParams"
|
|
4490
4326
|
},
|
|
4491
|
-
"privacy": "public"
|
|
4327
|
+
"privacy": "public",
|
|
4328
|
+
"inheritedFrom": {
|
|
4329
|
+
"name": "AgTextFieldRenderer",
|
|
4330
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
4331
|
+
}
|
|
4492
4332
|
},
|
|
4493
4333
|
{
|
|
4494
4334
|
"kind": "method",
|
|
@@ -4498,10 +4338,14 @@
|
|
|
4498
4338
|
{
|
|
4499
4339
|
"name": "params",
|
|
4500
4340
|
"type": {
|
|
4501
|
-
"text": "
|
|
4341
|
+
"text": "FuiCellRendererParams"
|
|
4502
4342
|
}
|
|
4503
4343
|
}
|
|
4504
|
-
]
|
|
4344
|
+
],
|
|
4345
|
+
"inheritedFrom": {
|
|
4346
|
+
"name": "AgTextFieldRenderer",
|
|
4347
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
4348
|
+
}
|
|
4505
4349
|
},
|
|
4506
4350
|
{
|
|
4507
4351
|
"kind": "method",
|
|
@@ -4511,6 +4355,19 @@
|
|
|
4511
4355
|
"type": {
|
|
4512
4356
|
"text": "HTMLElement"
|
|
4513
4357
|
}
|
|
4358
|
+
},
|
|
4359
|
+
"inheritedFrom": {
|
|
4360
|
+
"name": "AgTextFieldRenderer",
|
|
4361
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
4362
|
+
}
|
|
4363
|
+
},
|
|
4364
|
+
{
|
|
4365
|
+
"kind": "method",
|
|
4366
|
+
"name": "destroy",
|
|
4367
|
+
"privacy": "public",
|
|
4368
|
+
"inheritedFrom": {
|
|
4369
|
+
"name": "AgTextFieldRenderer",
|
|
4370
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
4514
4371
|
}
|
|
4515
4372
|
},
|
|
4516
4373
|
{
|
|
@@ -4521,10 +4378,49 @@
|
|
|
4521
4378
|
{
|
|
4522
4379
|
"name": "params",
|
|
4523
4380
|
"type": {
|
|
4524
|
-
"text": "
|
|
4381
|
+
"text": "FuiCellRendererParams"
|
|
4525
4382
|
}
|
|
4526
4383
|
}
|
|
4527
|
-
]
|
|
4384
|
+
],
|
|
4385
|
+
"inheritedFrom": {
|
|
4386
|
+
"name": "AgTextFieldRenderer",
|
|
4387
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
4388
|
+
}
|
|
4389
|
+
},
|
|
4390
|
+
{
|
|
4391
|
+
"kind": "method",
|
|
4392
|
+
"name": "isDisabled",
|
|
4393
|
+
"privacy": "public",
|
|
4394
|
+
"return": {
|
|
4395
|
+
"type": {
|
|
4396
|
+
"text": "boolean"
|
|
4397
|
+
}
|
|
4398
|
+
},
|
|
4399
|
+
"parameters": [
|
|
4400
|
+
{
|
|
4401
|
+
"name": "data"
|
|
4402
|
+
}
|
|
4403
|
+
],
|
|
4404
|
+
"inheritedFrom": {
|
|
4405
|
+
"name": "AgTextFieldRenderer",
|
|
4406
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
4407
|
+
}
|
|
4408
|
+
},
|
|
4409
|
+
{
|
|
4410
|
+
"kind": "field",
|
|
4411
|
+
"name": "textChanged",
|
|
4412
|
+
"privacy": "public",
|
|
4413
|
+
"description": "On text change handler",
|
|
4414
|
+
"parameters": [
|
|
4415
|
+
{
|
|
4416
|
+
"description": "CustomEvent",
|
|
4417
|
+
"name": "e"
|
|
4418
|
+
}
|
|
4419
|
+
],
|
|
4420
|
+
"inheritedFrom": {
|
|
4421
|
+
"name": "AgTextFieldRenderer",
|
|
4422
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
4423
|
+
}
|
|
4528
4424
|
},
|
|
4529
4425
|
{
|
|
4530
4426
|
"kind": "field",
|
|
@@ -4637,187 +4533,201 @@
|
|
|
4637
4533
|
"module": "src/foundation-element/foundation-element.ts"
|
|
4638
4534
|
}
|
|
4639
4535
|
}
|
|
4640
|
-
]
|
|
4641
|
-
"superclass": {
|
|
4642
|
-
"name": "FoundationElement",
|
|
4643
|
-
"package": "@microsoft/fast-foundation"
|
|
4644
|
-
},
|
|
4645
|
-
"tagName": "%%prefix%%-grid-pro-actions-menu-renderer",
|
|
4646
|
-
"customElement": true
|
|
4536
|
+
]
|
|
4647
4537
|
},
|
|
4648
4538
|
{
|
|
4649
4539
|
"kind": "variable",
|
|
4650
|
-
"name": "
|
|
4651
|
-
"
|
|
4652
|
-
"privacy": "public"
|
|
4540
|
+
"name": "textRendererStyles",
|
|
4541
|
+
"default": "textFieldRendererStyles",
|
|
4542
|
+
"privacy": "public",
|
|
4543
|
+
"deprecated": "- Use textFieldRendererStyles instead"
|
|
4653
4544
|
},
|
|
4654
4545
|
{
|
|
4655
|
-
"kind": "
|
|
4656
|
-
"name": "
|
|
4657
|
-
"
|
|
4658
|
-
|
|
4659
|
-
|
|
4660
|
-
|
|
4661
|
-
|
|
4662
|
-
"
|
|
4663
|
-
|
|
4664
|
-
|
|
4665
|
-
|
|
4666
|
-
|
|
4667
|
-
},
|
|
4668
|
-
"description": "Array of `ActionMenuItem` to be displayed in the menu."
|
|
4669
|
-
},
|
|
4670
|
-
{
|
|
4671
|
-
"name": "overrideDef",
|
|
4672
|
-
"default": "{}",
|
|
4673
|
-
"type": {
|
|
4674
|
-
"text": "ColDef"
|
|
4675
|
-
},
|
|
4676
|
-
"description": "Optional override for the ColDef. Will override any of the default values. Default is an empty object."
|
|
4677
|
-
},
|
|
4678
|
-
{
|
|
4679
|
-
"name": "customActionsOpenerName",
|
|
4680
|
-
"default": "'⋮'",
|
|
4681
|
-
"type": {
|
|
4682
|
-
"text": "string"
|
|
4683
|
-
},
|
|
4684
|
-
"description": "Optional custom name for the button that opens the menu. Default is '⋮'."
|
|
4685
|
-
},
|
|
4686
|
-
{
|
|
4687
|
-
"name": "isVertical",
|
|
4688
|
-
"default": "false",
|
|
4689
|
-
"type": {
|
|
4690
|
-
"text": "boolean"
|
|
4691
|
-
},
|
|
4692
|
-
"description": "Optional flag to display the menu vertically. Default is false (displays the menu horizontally, follow the rowHeight)."
|
|
4693
|
-
},
|
|
4694
|
-
{
|
|
4695
|
-
"name": "buttonAppearance",
|
|
4696
|
-
"optional": true,
|
|
4697
|
-
"type": {
|
|
4698
|
-
"text": "string"
|
|
4699
|
-
},
|
|
4700
|
-
"description": "Optional appearance for the button that opens the menu. Default is 'outline'."
|
|
4701
|
-
}
|
|
4702
|
-
],
|
|
4703
|
-
"description": "Helper function to get ColDef https://www.ag-grid.com/javascript-data-grid/column-properties/ for Actions Menu Renderer.\nWill take the parameter values for a base ColDef and merge them with the overrideDef (if specified).",
|
|
4704
|
-
"privacy": "public"
|
|
4546
|
+
"kind": "variable",
|
|
4547
|
+
"name": "getTextRendererTemplate",
|
|
4548
|
+
"default": "getTextFieldRendererTemplate",
|
|
4549
|
+
"privacy": "public",
|
|
4550
|
+
"deprecated": "- Use getTextFieldRendererTemplate instead"
|
|
4551
|
+
},
|
|
4552
|
+
{
|
|
4553
|
+
"kind": "variable",
|
|
4554
|
+
"name": "foundationAgTextRenderer",
|
|
4555
|
+
"description": "A function that returns a Foundation Text Renderer registration for configuring the component with a DesignSystem.",
|
|
4556
|
+
"privacy": "public",
|
|
4557
|
+
"deprecated": "- Use foundationAgTextFieldRenderer instead"
|
|
4705
4558
|
}
|
|
4706
4559
|
],
|
|
4707
4560
|
"exports": [
|
|
4708
4561
|
{
|
|
4709
4562
|
"kind": "js",
|
|
4710
|
-
"name": "
|
|
4563
|
+
"name": "AgTextRenderer",
|
|
4711
4564
|
"declaration": {
|
|
4712
|
-
"name": "
|
|
4713
|
-
"module": "src/cell-renderers/
|
|
4565
|
+
"name": "AgTextRenderer",
|
|
4566
|
+
"module": "src/cell-renderers/text.renderer.ts"
|
|
4714
4567
|
}
|
|
4715
4568
|
},
|
|
4716
4569
|
{
|
|
4717
4570
|
"kind": "js",
|
|
4718
|
-
"name": "
|
|
4571
|
+
"name": "textRendererStyles",
|
|
4719
4572
|
"declaration": {
|
|
4720
|
-
"name": "
|
|
4721
|
-
"module": "src/cell-renderers/
|
|
4573
|
+
"name": "textRendererStyles",
|
|
4574
|
+
"module": "src/cell-renderers/text.renderer.ts"
|
|
4722
4575
|
}
|
|
4723
4576
|
},
|
|
4724
4577
|
{
|
|
4725
4578
|
"kind": "js",
|
|
4726
|
-
"name": "
|
|
4579
|
+
"name": "getTextRendererTemplate",
|
|
4727
4580
|
"declaration": {
|
|
4728
|
-
"name": "
|
|
4729
|
-
"module": "src/cell-renderers/
|
|
4581
|
+
"name": "getTextRendererTemplate",
|
|
4582
|
+
"module": "src/cell-renderers/text.renderer.ts"
|
|
4583
|
+
}
|
|
4584
|
+
},
|
|
4585
|
+
{
|
|
4586
|
+
"kind": "js",
|
|
4587
|
+
"name": "foundationAgTextRenderer",
|
|
4588
|
+
"declaration": {
|
|
4589
|
+
"name": "foundationAgTextRenderer",
|
|
4590
|
+
"module": "src/cell-renderers/text.renderer.ts"
|
|
4730
4591
|
}
|
|
4731
4592
|
}
|
|
4732
4593
|
]
|
|
4733
4594
|
},
|
|
4734
4595
|
{
|
|
4735
4596
|
"kind": "javascript-module",
|
|
4736
|
-
"path": "src/
|
|
4597
|
+
"path": "src/column/column.template.ts",
|
|
4598
|
+
"declarations": [
|
|
4599
|
+
{
|
|
4600
|
+
"kind": "variable",
|
|
4601
|
+
"name": "ColumnTemplate",
|
|
4602
|
+
"default": "html<GridProColumn>`\n <template>\n <slot ${slotted('slottedAgCell')} @slotchange=\"${(x) => x.slottedAgCellChanged()}\"></slot>\n </template>\n`",
|
|
4603
|
+
"description": "The Grid Pro Column Template.",
|
|
4604
|
+
"privacy": "public"
|
|
4605
|
+
}
|
|
4606
|
+
],
|
|
4607
|
+
"exports": [
|
|
4608
|
+
{
|
|
4609
|
+
"kind": "js",
|
|
4610
|
+
"name": "ColumnTemplate",
|
|
4611
|
+
"declaration": {
|
|
4612
|
+
"name": "ColumnTemplate",
|
|
4613
|
+
"module": "src/column/column.template.ts"
|
|
4614
|
+
}
|
|
4615
|
+
}
|
|
4616
|
+
]
|
|
4617
|
+
},
|
|
4618
|
+
{
|
|
4619
|
+
"kind": "javascript-module",
|
|
4620
|
+
"path": "src/column/column.ts",
|
|
4737
4621
|
"declarations": [
|
|
4738
4622
|
{
|
|
4739
4623
|
"kind": "class",
|
|
4740
|
-
"description": "The
|
|
4741
|
-
"name": "
|
|
4624
|
+
"description": "The Grid Pro Column element.",
|
|
4625
|
+
"name": "GridProColumn",
|
|
4742
4626
|
"members": [
|
|
4743
4627
|
{
|
|
4744
4628
|
"kind": "field",
|
|
4745
|
-
"name": "
|
|
4629
|
+
"name": "slottedAgCell",
|
|
4746
4630
|
"type": {
|
|
4747
|
-
"text": "
|
|
4631
|
+
"text": "HTMLElement[]"
|
|
4748
4632
|
},
|
|
4749
4633
|
"privacy": "public"
|
|
4750
4634
|
},
|
|
4751
4635
|
{
|
|
4752
4636
|
"kind": "field",
|
|
4753
|
-
"name": "
|
|
4637
|
+
"name": "definition",
|
|
4754
4638
|
"type": {
|
|
4755
|
-
"text": "
|
|
4756
|
-
}
|
|
4639
|
+
"text": "ColDef"
|
|
4640
|
+
},
|
|
4641
|
+
"default": "{}"
|
|
4757
4642
|
},
|
|
4758
4643
|
{
|
|
4759
4644
|
"kind": "method",
|
|
4760
|
-
"name": "
|
|
4761
|
-
"privacy": "public"
|
|
4645
|
+
"name": "slottedAgCellChanged",
|
|
4646
|
+
"privacy": "public"
|
|
4647
|
+
},
|
|
4648
|
+
{
|
|
4649
|
+
"kind": "method",
|
|
4650
|
+
"name": "deepClone",
|
|
4762
4651
|
"return": {
|
|
4763
4652
|
"type": {
|
|
4764
|
-
"text": "
|
|
4653
|
+
"text": "Node"
|
|
4765
4654
|
}
|
|
4766
4655
|
},
|
|
4767
|
-
"
|
|
4768
|
-
|
|
4769
|
-
|
|
4770
|
-
|
|
4771
|
-
]
|
|
4656
|
+
"inheritedFrom": {
|
|
4657
|
+
"name": "LifecycleMixin",
|
|
4658
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
4659
|
+
}
|
|
4772
4660
|
},
|
|
4773
4661
|
{
|
|
4774
4662
|
"kind": "method",
|
|
4775
|
-
"name": "
|
|
4776
|
-
"
|
|
4663
|
+
"name": "cloneNode",
|
|
4664
|
+
"return": {
|
|
4665
|
+
"type": {
|
|
4666
|
+
"text": "Node"
|
|
4667
|
+
}
|
|
4668
|
+
},
|
|
4777
4669
|
"parameters": [
|
|
4778
4670
|
{
|
|
4779
|
-
"name": "
|
|
4671
|
+
"name": "deep",
|
|
4672
|
+
"optional": true,
|
|
4780
4673
|
"type": {
|
|
4781
|
-
"text": "
|
|
4674
|
+
"text": "boolean"
|
|
4782
4675
|
}
|
|
4783
4676
|
}
|
|
4784
|
-
]
|
|
4677
|
+
],
|
|
4678
|
+
"inheritedFrom": {
|
|
4679
|
+
"name": "LifecycleMixin",
|
|
4680
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
4681
|
+
}
|
|
4785
4682
|
},
|
|
4786
4683
|
{
|
|
4787
|
-
"kind": "
|
|
4788
|
-
"name": "
|
|
4789
|
-
"privacy": "public",
|
|
4684
|
+
"kind": "field",
|
|
4685
|
+
"name": "shouldRunDisconnect",
|
|
4790
4686
|
"return": {
|
|
4791
4687
|
"type": {
|
|
4792
|
-
"text": "
|
|
4688
|
+
"text": ""
|
|
4793
4689
|
}
|
|
4690
|
+
},
|
|
4691
|
+
"readonly": true,
|
|
4692
|
+
"inheritedFrom": {
|
|
4693
|
+
"name": "LifecycleMixin",
|
|
4694
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
4794
4695
|
}
|
|
4795
4696
|
},
|
|
4796
4697
|
{
|
|
4797
|
-
"kind": "
|
|
4798
|
-
"name": "
|
|
4799
|
-
"
|
|
4698
|
+
"kind": "field",
|
|
4699
|
+
"name": "shouldRunConnect",
|
|
4700
|
+
"return": {
|
|
4701
|
+
"type": {
|
|
4702
|
+
"text": ""
|
|
4703
|
+
}
|
|
4704
|
+
},
|
|
4705
|
+
"readonly": true,
|
|
4706
|
+
"inheritedFrom": {
|
|
4707
|
+
"name": "LifecycleMixin",
|
|
4708
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
4709
|
+
}
|
|
4800
4710
|
},
|
|
4801
4711
|
{
|
|
4802
4712
|
"kind": "method",
|
|
4803
|
-
"name": "
|
|
4804
|
-
"
|
|
4713
|
+
"name": "#_blockLifecycleDueToTokenChange",
|
|
4714
|
+
"return": {
|
|
4715
|
+
"type": {
|
|
4716
|
+
"text": "boolean"
|
|
4717
|
+
}
|
|
4718
|
+
},
|
|
4805
4719
|
"parameters": [
|
|
4806
4720
|
{
|
|
4807
|
-
"name": "
|
|
4721
|
+
"name": "lifecycleType",
|
|
4808
4722
|
"type": {
|
|
4809
|
-
"text": "
|
|
4723
|
+
"text": "Lifecycletype"
|
|
4810
4724
|
}
|
|
4811
4725
|
}
|
|
4812
|
-
]
|
|
4813
|
-
|
|
4814
|
-
|
|
4815
|
-
|
|
4816
|
-
|
|
4817
|
-
},
|
|
4818
|
-
{
|
|
4819
|
-
"kind": "method",
|
|
4820
|
-
"name": "isCancelBeforeStart"
|
|
4726
|
+
],
|
|
4727
|
+
"inheritedFrom": {
|
|
4728
|
+
"name": "LifecycleMixin",
|
|
4729
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
4730
|
+
}
|
|
4821
4731
|
},
|
|
4822
4732
|
{
|
|
4823
4733
|
"kind": "field",
|
|
@@ -4931,96 +4841,123 @@
|
|
|
4931
4841
|
}
|
|
4932
4842
|
}
|
|
4933
4843
|
],
|
|
4844
|
+
"mixins": [
|
|
4845
|
+
{
|
|
4846
|
+
"name": "LifecycleMixin",
|
|
4847
|
+
"package": "@genesislcap/foundation-utils"
|
|
4848
|
+
}
|
|
4849
|
+
],
|
|
4934
4850
|
"superclass": {
|
|
4935
4851
|
"name": "FoundationElement",
|
|
4936
4852
|
"package": "@microsoft/fast-foundation"
|
|
4937
4853
|
},
|
|
4938
|
-
"tagName": "
|
|
4854
|
+
"tagName": "grid-pro-column",
|
|
4939
4855
|
"customElement": true
|
|
4940
|
-
},
|
|
4941
|
-
{
|
|
4942
|
-
"kind": "variable",
|
|
4943
|
-
"name": "agBooleanRendererStyles",
|
|
4944
|
-
"default": "css`\n :host {\n align-center: center;\n display: flex;\n height: 100%;\n }\n`",
|
|
4945
|
-
"description": "The AG Boolean Renderer Styles.",
|
|
4946
|
-
"privacy": "public"
|
|
4947
|
-
},
|
|
4948
|
-
{
|
|
4949
|
-
"kind": "function",
|
|
4950
|
-
"name": "getAgBooleanRendererTemplate",
|
|
4951
|
-
"parameters": [
|
|
4952
|
-
{
|
|
4953
|
-
"name": "designSystem",
|
|
4954
|
-
"default": "'foundation'",
|
|
4955
|
-
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
4956
|
-
}
|
|
4957
|
-
],
|
|
4958
|
-
"description": "Get a Design System prefixed Checkbox template.",
|
|
4959
|
-
"return": {
|
|
4960
|
-
"type": {
|
|
4961
|
-
"text": ""
|
|
4962
|
-
}
|
|
4963
|
-
},
|
|
4964
|
-
"privacy": "public"
|
|
4965
|
-
},
|
|
4966
|
-
{
|
|
4967
|
-
"kind": "variable",
|
|
4968
|
-
"name": "foundationAgBooleanRenderer",
|
|
4969
|
-
"description": "A function that returns a Foundation Boolean Renderer registration for configuring the component with a DesignSystem.",
|
|
4970
|
-
"privacy": "public"
|
|
4971
4856
|
}
|
|
4972
4857
|
],
|
|
4973
4858
|
"exports": [
|
|
4974
4859
|
{
|
|
4975
4860
|
"kind": "js",
|
|
4976
|
-
"name": "
|
|
4861
|
+
"name": "GridProColumn",
|
|
4977
4862
|
"declaration": {
|
|
4978
|
-
"name": "
|
|
4979
|
-
"module": "src/
|
|
4863
|
+
"name": "GridProColumn",
|
|
4864
|
+
"module": "src/column/column.ts"
|
|
4980
4865
|
}
|
|
4981
4866
|
},
|
|
4867
|
+
{
|
|
4868
|
+
"kind": "custom-element-definition",
|
|
4869
|
+
"name": "grid-pro-column",
|
|
4870
|
+
"declaration": {
|
|
4871
|
+
"name": "GridProColumn",
|
|
4872
|
+
"module": "src/column/column.ts"
|
|
4873
|
+
}
|
|
4874
|
+
}
|
|
4875
|
+
]
|
|
4876
|
+
},
|
|
4877
|
+
{
|
|
4878
|
+
"kind": "javascript-module",
|
|
4879
|
+
"path": "src/column/index.ts",
|
|
4880
|
+
"declarations": [],
|
|
4881
|
+
"exports": [
|
|
4982
4882
|
{
|
|
4983
4883
|
"kind": "js",
|
|
4984
|
-
"name": "
|
|
4884
|
+
"name": "*",
|
|
4985
4885
|
"declaration": {
|
|
4986
|
-
"name": "
|
|
4987
|
-
"
|
|
4886
|
+
"name": "*",
|
|
4887
|
+
"package": "./column.template"
|
|
4988
4888
|
}
|
|
4989
4889
|
},
|
|
4990
4890
|
{
|
|
4991
4891
|
"kind": "js",
|
|
4992
|
-
"name": "
|
|
4892
|
+
"name": "*",
|
|
4993
4893
|
"declaration": {
|
|
4994
|
-
"name": "
|
|
4995
|
-
"
|
|
4894
|
+
"name": "*",
|
|
4895
|
+
"package": "./column"
|
|
4996
4896
|
}
|
|
4997
4897
|
},
|
|
4998
4898
|
{
|
|
4999
4899
|
"kind": "js",
|
|
5000
|
-
"name": "
|
|
4900
|
+
"name": "*",
|
|
5001
4901
|
"declaration": {
|
|
5002
|
-
"name": "
|
|
5003
|
-
"
|
|
4902
|
+
"name": "*",
|
|
4903
|
+
"package": "./utils"
|
|
5004
4904
|
}
|
|
5005
4905
|
}
|
|
5006
4906
|
]
|
|
5007
4907
|
},
|
|
5008
4908
|
{
|
|
5009
4909
|
"kind": "javascript-module",
|
|
5010
|
-
"path": "src/cell-
|
|
4910
|
+
"path": "src/cell-editors/date.editor.ts",
|
|
5011
4911
|
"declarations": [
|
|
5012
4912
|
{
|
|
5013
4913
|
"kind": "class",
|
|
5014
|
-
"description": "The AG
|
|
5015
|
-
"name": "
|
|
4914
|
+
"description": "The AG Date Editor element.",
|
|
4915
|
+
"name": "DateEditor",
|
|
5016
4916
|
"members": [
|
|
5017
4917
|
{
|
|
5018
4918
|
"kind": "field",
|
|
5019
|
-
"name": "
|
|
4919
|
+
"name": "value",
|
|
4920
|
+
"type": {
|
|
4921
|
+
"text": "number"
|
|
4922
|
+
},
|
|
4923
|
+
"privacy": "public"
|
|
4924
|
+
},
|
|
4925
|
+
{
|
|
4926
|
+
"kind": "field",
|
|
4927
|
+
"name": "actualWidth",
|
|
4928
|
+
"type": {
|
|
4929
|
+
"text": "number"
|
|
4930
|
+
},
|
|
4931
|
+
"privacy": "public"
|
|
4932
|
+
},
|
|
4933
|
+
{
|
|
4934
|
+
"kind": "field",
|
|
4935
|
+
"name": "params",
|
|
4936
|
+
"type": {
|
|
4937
|
+
"text": "DateEditorParams"
|
|
4938
|
+
}
|
|
4939
|
+
},
|
|
4940
|
+
{
|
|
4941
|
+
"kind": "field",
|
|
4942
|
+
"name": "dateFormat",
|
|
5020
4943
|
"type": {
|
|
5021
4944
|
"text": "string"
|
|
5022
4945
|
}
|
|
5023
4946
|
},
|
|
4947
|
+
{
|
|
4948
|
+
"kind": "field",
|
|
4949
|
+
"name": "input",
|
|
4950
|
+
"type": {
|
|
4951
|
+
"text": "any"
|
|
4952
|
+
}
|
|
4953
|
+
},
|
|
4954
|
+
{
|
|
4955
|
+
"kind": "field",
|
|
4956
|
+
"name": "inputType",
|
|
4957
|
+
"type": {
|
|
4958
|
+
"text": "'datetime-local' | 'date'"
|
|
4959
|
+
}
|
|
4960
|
+
},
|
|
5024
4961
|
{
|
|
5025
4962
|
"kind": "method",
|
|
5026
4963
|
"name": "init",
|
|
@@ -5029,7 +4966,7 @@
|
|
|
5029
4966
|
{
|
|
5030
4967
|
"name": "params",
|
|
5031
4968
|
"type": {
|
|
5032
|
-
"text": "
|
|
4969
|
+
"text": "DateEditorParams"
|
|
5033
4970
|
}
|
|
5034
4971
|
}
|
|
5035
4972
|
]
|
|
@@ -5048,15 +4985,50 @@
|
|
|
5048
4985
|
"kind": "method",
|
|
5049
4986
|
"name": "refresh",
|
|
5050
4987
|
"privacy": "public",
|
|
4988
|
+
"return": {
|
|
4989
|
+
"type": {
|
|
4990
|
+
"text": "boolean"
|
|
4991
|
+
}
|
|
4992
|
+
},
|
|
5051
4993
|
"parameters": [
|
|
5052
4994
|
{
|
|
5053
4995
|
"name": "params",
|
|
5054
4996
|
"type": {
|
|
5055
|
-
"text": "
|
|
4997
|
+
"text": "DateEditorParams"
|
|
5056
4998
|
}
|
|
5057
4999
|
}
|
|
5058
5000
|
]
|
|
5059
5001
|
},
|
|
5002
|
+
{
|
|
5003
|
+
"kind": "method",
|
|
5004
|
+
"name": "getValue"
|
|
5005
|
+
},
|
|
5006
|
+
{
|
|
5007
|
+
"kind": "method",
|
|
5008
|
+
"name": "isPopup",
|
|
5009
|
+
"return": {
|
|
5010
|
+
"type": {
|
|
5011
|
+
"text": "boolean"
|
|
5012
|
+
}
|
|
5013
|
+
}
|
|
5014
|
+
},
|
|
5015
|
+
{
|
|
5016
|
+
"kind": "method",
|
|
5017
|
+
"name": "changeHandler",
|
|
5018
|
+
"parameters": [
|
|
5019
|
+
{
|
|
5020
|
+
"name": "event"
|
|
5021
|
+
}
|
|
5022
|
+
]
|
|
5023
|
+
},
|
|
5024
|
+
{
|
|
5025
|
+
"kind": "method",
|
|
5026
|
+
"name": "afterGuiAttached"
|
|
5027
|
+
},
|
|
5028
|
+
{
|
|
5029
|
+
"kind": "method",
|
|
5030
|
+
"name": "isCancelBeforeStart"
|
|
5031
|
+
},
|
|
5060
5032
|
{
|
|
5061
5033
|
"kind": "field",
|
|
5062
5034
|
"name": "_presentation",
|
|
@@ -5173,27 +5145,27 @@
|
|
|
5173
5145
|
"name": "FoundationElement",
|
|
5174
5146
|
"package": "@microsoft/fast-foundation"
|
|
5175
5147
|
},
|
|
5176
|
-
"tagName": "%%prefix%%-
|
|
5148
|
+
"tagName": "%%prefix%%-date-editor",
|
|
5177
5149
|
"customElement": true
|
|
5178
5150
|
},
|
|
5179
5151
|
{
|
|
5180
5152
|
"kind": "variable",
|
|
5181
|
-
"name": "
|
|
5182
|
-
"default": "css`\n :host {\n display: flex;\n
|
|
5183
|
-
"description": "The AG
|
|
5153
|
+
"name": "agDateEditorStyles",
|
|
5154
|
+
"default": "css`\n :host {\n display: flex;\n }\n`",
|
|
5155
|
+
"description": "The AG Select Renderer Styles.",
|
|
5184
5156
|
"privacy": "public"
|
|
5185
5157
|
},
|
|
5186
5158
|
{
|
|
5187
5159
|
"kind": "function",
|
|
5188
|
-
"name": "
|
|
5160
|
+
"name": "getDateEditorTemplate",
|
|
5189
5161
|
"parameters": [
|
|
5190
5162
|
{
|
|
5191
|
-
"name": "
|
|
5163
|
+
"name": "prefix",
|
|
5192
5164
|
"default": "'foundation'",
|
|
5193
5165
|
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
5194
5166
|
}
|
|
5195
5167
|
],
|
|
5196
|
-
"description": "Get a Design System prefixed
|
|
5168
|
+
"description": "Get a Design System prefixed Select template.",
|
|
5197
5169
|
"return": {
|
|
5198
5170
|
"type": {
|
|
5199
5171
|
"text": ""
|
|
@@ -5203,49 +5175,48 @@
|
|
|
5203
5175
|
},
|
|
5204
5176
|
{
|
|
5205
5177
|
"kind": "variable",
|
|
5206
|
-
"name": "
|
|
5207
|
-
"description": "A function that returns a Foundation Editable Renderer registration for configuring the component with a DesignSystem.",
|
|
5178
|
+
"name": "foundationDateEditor",
|
|
5208
5179
|
"privacy": "public"
|
|
5209
5180
|
}
|
|
5210
5181
|
],
|
|
5211
5182
|
"exports": [
|
|
5212
5183
|
{
|
|
5213
5184
|
"kind": "js",
|
|
5214
|
-
"name": "
|
|
5185
|
+
"name": "DateEditor",
|
|
5215
5186
|
"declaration": {
|
|
5216
|
-
"name": "
|
|
5217
|
-
"module": "src/cell-
|
|
5187
|
+
"name": "DateEditor",
|
|
5188
|
+
"module": "src/cell-editors/date.editor.ts"
|
|
5218
5189
|
}
|
|
5219
5190
|
},
|
|
5220
5191
|
{
|
|
5221
5192
|
"kind": "js",
|
|
5222
|
-
"name": "
|
|
5193
|
+
"name": "agDateEditorStyles",
|
|
5223
5194
|
"declaration": {
|
|
5224
|
-
"name": "
|
|
5225
|
-
"module": "src/cell-
|
|
5195
|
+
"name": "agDateEditorStyles",
|
|
5196
|
+
"module": "src/cell-editors/date.editor.ts"
|
|
5226
5197
|
}
|
|
5227
5198
|
},
|
|
5228
5199
|
{
|
|
5229
5200
|
"kind": "js",
|
|
5230
|
-
"name": "
|
|
5201
|
+
"name": "getDateEditorTemplate",
|
|
5231
5202
|
"declaration": {
|
|
5232
|
-
"name": "
|
|
5233
|
-
"module": "src/cell-
|
|
5203
|
+
"name": "getDateEditorTemplate",
|
|
5204
|
+
"module": "src/cell-editors/date.editor.ts"
|
|
5234
5205
|
}
|
|
5235
5206
|
},
|
|
5236
5207
|
{
|
|
5237
5208
|
"kind": "js",
|
|
5238
|
-
"name": "
|
|
5209
|
+
"name": "foundationDateEditor",
|
|
5239
5210
|
"declaration": {
|
|
5240
|
-
"name": "
|
|
5241
|
-
"module": "src/cell-
|
|
5211
|
+
"name": "foundationDateEditor",
|
|
5212
|
+
"module": "src/cell-editors/date.editor.ts"
|
|
5242
5213
|
}
|
|
5243
5214
|
}
|
|
5244
5215
|
]
|
|
5245
5216
|
},
|
|
5246
5217
|
{
|
|
5247
5218
|
"kind": "javascript-module",
|
|
5248
|
-
"path": "src/cell-
|
|
5219
|
+
"path": "src/cell-editors/index.ts",
|
|
5249
5220
|
"declarations": [],
|
|
5250
5221
|
"exports": [
|
|
5251
5222
|
{
|
|
@@ -5253,31 +5224,7 @@
|
|
|
5253
5224
|
"name": "*",
|
|
5254
5225
|
"declaration": {
|
|
5255
5226
|
"name": "*",
|
|
5256
|
-
"package": "./
|
|
5257
|
-
}
|
|
5258
|
-
},
|
|
5259
|
-
{
|
|
5260
|
-
"kind": "js",
|
|
5261
|
-
"name": "*",
|
|
5262
|
-
"declaration": {
|
|
5263
|
-
"name": "*",
|
|
5264
|
-
"package": "./actions-menu.renderer"
|
|
5265
|
-
}
|
|
5266
|
-
},
|
|
5267
|
-
{
|
|
5268
|
-
"kind": "js",
|
|
5269
|
-
"name": "*",
|
|
5270
|
-
"declaration": {
|
|
5271
|
-
"name": "*",
|
|
5272
|
-
"package": "./boolean.renderer"
|
|
5273
|
-
}
|
|
5274
|
-
},
|
|
5275
|
-
{
|
|
5276
|
-
"kind": "js",
|
|
5277
|
-
"name": "*",
|
|
5278
|
-
"declaration": {
|
|
5279
|
-
"name": "*",
|
|
5280
|
-
"package": "./editable.renderer"
|
|
5227
|
+
"package": "./date.editor"
|
|
5281
5228
|
}
|
|
5282
5229
|
},
|
|
5283
5230
|
{
|
|
@@ -5285,7 +5232,7 @@
|
|
|
5285
5232
|
"name": "*",
|
|
5286
5233
|
"declaration": {
|
|
5287
5234
|
"name": "*",
|
|
5288
|
-
"package": "./
|
|
5235
|
+
"package": "./multiselect.editor"
|
|
5289
5236
|
}
|
|
5290
5237
|
},
|
|
5291
5238
|
{
|
|
@@ -5293,7 +5240,7 @@
|
|
|
5293
5240
|
"name": "*",
|
|
5294
5241
|
"declaration": {
|
|
5295
5242
|
"name": "*",
|
|
5296
|
-
"package": "./
|
|
5243
|
+
"package": "./number.editor"
|
|
5297
5244
|
}
|
|
5298
5245
|
},
|
|
5299
5246
|
{
|
|
@@ -5301,7 +5248,7 @@
|
|
|
5301
5248
|
"name": "*",
|
|
5302
5249
|
"declaration": {
|
|
5303
5250
|
"name": "*",
|
|
5304
|
-
"package": "./
|
|
5251
|
+
"package": "./select.editor"
|
|
5305
5252
|
}
|
|
5306
5253
|
},
|
|
5307
5254
|
{
|
|
@@ -5309,33 +5256,33 @@
|
|
|
5309
5256
|
"name": "*",
|
|
5310
5257
|
"declaration": {
|
|
5311
5258
|
"name": "*",
|
|
5312
|
-
"package": "./
|
|
5259
|
+
"package": "./string.editor"
|
|
5313
5260
|
}
|
|
5314
5261
|
}
|
|
5315
5262
|
]
|
|
5316
5263
|
},
|
|
5317
5264
|
{
|
|
5318
5265
|
"kind": "javascript-module",
|
|
5319
|
-
"path": "src/cell-
|
|
5266
|
+
"path": "src/cell-editors/multiselect.editor.ts",
|
|
5320
5267
|
"declarations": [
|
|
5321
5268
|
{
|
|
5322
5269
|
"kind": "class",
|
|
5323
|
-
"description": "The AG
|
|
5324
|
-
"name": "
|
|
5270
|
+
"description": "The AG Multiselect Editor element.",
|
|
5271
|
+
"name": "MultiselectEditor",
|
|
5325
5272
|
"members": [
|
|
5326
5273
|
{
|
|
5327
5274
|
"kind": "field",
|
|
5328
5275
|
"name": "params",
|
|
5329
5276
|
"type": {
|
|
5330
|
-
"text": "
|
|
5277
|
+
"text": "MultiselectEditorParams"
|
|
5331
5278
|
},
|
|
5332
5279
|
"privacy": "public"
|
|
5333
5280
|
},
|
|
5334
5281
|
{
|
|
5335
5282
|
"kind": "field",
|
|
5336
|
-
"name": "
|
|
5283
|
+
"name": "selectedOptions",
|
|
5337
5284
|
"type": {
|
|
5338
|
-
"text": "
|
|
5285
|
+
"text": "any[]"
|
|
5339
5286
|
},
|
|
5340
5287
|
"privacy": "public"
|
|
5341
5288
|
},
|
|
@@ -5347,7 +5294,7 @@
|
|
|
5347
5294
|
{
|
|
5348
5295
|
"name": "params",
|
|
5349
5296
|
"type": {
|
|
5350
|
-
"text": "
|
|
5297
|
+
"text": "MultiselectEditorParams"
|
|
5351
5298
|
}
|
|
5352
5299
|
}
|
|
5353
5300
|
]
|
|
@@ -5385,31 +5332,37 @@
|
|
|
5385
5332
|
{
|
|
5386
5333
|
"name": "params",
|
|
5387
5334
|
"type": {
|
|
5388
|
-
"text": "
|
|
5335
|
+
"text": "MultiselectEditorParams"
|
|
5389
5336
|
}
|
|
5390
5337
|
}
|
|
5391
5338
|
]
|
|
5392
5339
|
},
|
|
5393
5340
|
{
|
|
5394
|
-
"kind": "
|
|
5395
|
-
"name": "
|
|
5396
|
-
"privacy": "public"
|
|
5341
|
+
"kind": "method",
|
|
5342
|
+
"name": "getValue"
|
|
5397
5343
|
},
|
|
5398
5344
|
{
|
|
5399
5345
|
"kind": "method",
|
|
5400
|
-
"name": "
|
|
5401
|
-
"privacy": "public",
|
|
5346
|
+
"name": "isPopup",
|
|
5402
5347
|
"return": {
|
|
5403
5348
|
"type": {
|
|
5404
5349
|
"text": "boolean"
|
|
5405
5350
|
}
|
|
5406
|
-
}
|
|
5351
|
+
}
|
|
5352
|
+
},
|
|
5353
|
+
{
|
|
5354
|
+
"kind": "method",
|
|
5355
|
+
"name": "changeHandler",
|
|
5407
5356
|
"parameters": [
|
|
5408
5357
|
{
|
|
5409
|
-
"name": "
|
|
5358
|
+
"name": "event"
|
|
5410
5359
|
}
|
|
5411
5360
|
]
|
|
5412
5361
|
},
|
|
5362
|
+
{
|
|
5363
|
+
"kind": "method",
|
|
5364
|
+
"name": "isCancelBeforeStart"
|
|
5365
|
+
},
|
|
5413
5366
|
{
|
|
5414
5367
|
"kind": "field",
|
|
5415
5368
|
"name": "_presentation",
|
|
@@ -5526,26 +5479,23 @@
|
|
|
5526
5479
|
"name": "FoundationElement",
|
|
5527
5480
|
"package": "@microsoft/fast-foundation"
|
|
5528
5481
|
},
|
|
5529
|
-
"tagName": "%%prefix%%-
|
|
5482
|
+
"tagName": "%%prefix%%-multiselect-editor",
|
|
5530
5483
|
"customElement": true
|
|
5531
5484
|
},
|
|
5532
5485
|
{
|
|
5533
5486
|
"kind": "variable",
|
|
5534
|
-
"name": "
|
|
5535
|
-
"default": "css
|
|
5487
|
+
"name": "agMultiselectEditorStyles",
|
|
5488
|
+
"default": "css``",
|
|
5536
5489
|
"description": "The AG Select Renderer Styles.",
|
|
5537
5490
|
"privacy": "public"
|
|
5538
5491
|
},
|
|
5539
5492
|
{
|
|
5540
5493
|
"kind": "function",
|
|
5541
|
-
"name": "
|
|
5494
|
+
"name": "getMultiselectEditorTemplate",
|
|
5542
5495
|
"parameters": [
|
|
5543
5496
|
{
|
|
5544
5497
|
"name": "designSystem",
|
|
5545
5498
|
"default": "'foundation'",
|
|
5546
|
-
"type": {
|
|
5547
|
-
"text": "string"
|
|
5548
|
-
},
|
|
5549
5499
|
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
5550
5500
|
}
|
|
5551
5501
|
],
|
|
@@ -5559,124 +5509,157 @@
|
|
|
5559
5509
|
},
|
|
5560
5510
|
{
|
|
5561
5511
|
"kind": "variable",
|
|
5562
|
-
"name": "
|
|
5563
|
-
"description": "A function that returns a Foundation Select Renderer registration for configuring the component with a DesignSystem.",
|
|
5512
|
+
"name": "foundationMultiselectEditor",
|
|
5564
5513
|
"privacy": "public"
|
|
5565
5514
|
}
|
|
5566
5515
|
],
|
|
5567
5516
|
"exports": [
|
|
5568
5517
|
{
|
|
5569
5518
|
"kind": "js",
|
|
5570
|
-
"name": "
|
|
5519
|
+
"name": "MultiselectEditor",
|
|
5571
5520
|
"declaration": {
|
|
5572
|
-
"name": "
|
|
5573
|
-
"module": "src/cell-
|
|
5521
|
+
"name": "MultiselectEditor",
|
|
5522
|
+
"module": "src/cell-editors/multiselect.editor.ts"
|
|
5574
5523
|
}
|
|
5575
5524
|
},
|
|
5576
5525
|
{
|
|
5577
5526
|
"kind": "js",
|
|
5578
|
-
"name": "
|
|
5527
|
+
"name": "agMultiselectEditorStyles",
|
|
5579
5528
|
"declaration": {
|
|
5580
|
-
"name": "
|
|
5581
|
-
"module": "src/cell-
|
|
5529
|
+
"name": "agMultiselectEditorStyles",
|
|
5530
|
+
"module": "src/cell-editors/multiselect.editor.ts"
|
|
5582
5531
|
}
|
|
5583
5532
|
},
|
|
5584
5533
|
{
|
|
5585
5534
|
"kind": "js",
|
|
5586
|
-
"name": "
|
|
5535
|
+
"name": "getMultiselectEditorTemplate",
|
|
5587
5536
|
"declaration": {
|
|
5588
|
-
"name": "
|
|
5589
|
-
"module": "src/cell-
|
|
5537
|
+
"name": "getMultiselectEditorTemplate",
|
|
5538
|
+
"module": "src/cell-editors/multiselect.editor.ts"
|
|
5590
5539
|
}
|
|
5591
5540
|
},
|
|
5592
5541
|
{
|
|
5593
5542
|
"kind": "js",
|
|
5594
|
-
"name": "
|
|
5543
|
+
"name": "foundationMultiselectEditor",
|
|
5595
5544
|
"declaration": {
|
|
5596
|
-
"name": "
|
|
5597
|
-
"module": "src/cell-
|
|
5545
|
+
"name": "foundationMultiselectEditor",
|
|
5546
|
+
"module": "src/cell-editors/multiselect.editor.ts"
|
|
5598
5547
|
}
|
|
5599
5548
|
}
|
|
5600
5549
|
]
|
|
5601
5550
|
},
|
|
5602
5551
|
{
|
|
5603
5552
|
"kind": "javascript-module",
|
|
5604
|
-
"path": "src/cell-
|
|
5553
|
+
"path": "src/cell-editors/number.editor.ts",
|
|
5605
5554
|
"declarations": [
|
|
5606
5555
|
{
|
|
5607
|
-
"kind": "
|
|
5608
|
-
"
|
|
5609
|
-
"
|
|
5610
|
-
"
|
|
5611
|
-
"privacy": "public"
|
|
5612
|
-
},
|
|
5613
|
-
{
|
|
5614
|
-
"kind": "function",
|
|
5615
|
-
"name": "getStatusPillRendererTemplate",
|
|
5616
|
-
"parameters": [
|
|
5556
|
+
"kind": "class",
|
|
5557
|
+
"description": "The AG Number Editor element.",
|
|
5558
|
+
"name": "NumberEditor",
|
|
5559
|
+
"members": [
|
|
5617
5560
|
{
|
|
5618
|
-
"
|
|
5619
|
-
"
|
|
5561
|
+
"kind": "field",
|
|
5562
|
+
"name": "params",
|
|
5563
|
+
"type": {
|
|
5564
|
+
"text": "NumberEditorParams"
|
|
5565
|
+
},
|
|
5566
|
+
"privacy": "public"
|
|
5567
|
+
},
|
|
5568
|
+
{
|
|
5569
|
+
"kind": "field",
|
|
5570
|
+
"name": "value",
|
|
5571
|
+
"type": {
|
|
5572
|
+
"text": "number"
|
|
5573
|
+
},
|
|
5574
|
+
"privacy": "public"
|
|
5575
|
+
},
|
|
5576
|
+
{
|
|
5577
|
+
"kind": "field",
|
|
5578
|
+
"name": "actualWidth",
|
|
5620
5579
|
"type": {
|
|
5621
|
-
"text": "
|
|
5580
|
+
"text": "number"
|
|
5622
5581
|
},
|
|
5623
|
-
"
|
|
5624
|
-
}
|
|
5625
|
-
],
|
|
5626
|
-
"description": "Get a Design System prefixed Status Pill template.",
|
|
5627
|
-
"return": {
|
|
5628
|
-
"type": {
|
|
5629
|
-
"text": ""
|
|
5630
|
-
}
|
|
5631
|
-
},
|
|
5632
|
-
"privacy": "public"
|
|
5633
|
-
},
|
|
5634
|
-
{
|
|
5635
|
-
"kind": "class",
|
|
5636
|
-
"description": "The AG Status Pill Renderer element.",
|
|
5637
|
-
"name": "StatusPillRenderer",
|
|
5638
|
-
"members": [
|
|
5582
|
+
"privacy": "public"
|
|
5583
|
+
},
|
|
5639
5584
|
{
|
|
5640
5585
|
"kind": "field",
|
|
5641
|
-
"name": "
|
|
5586
|
+
"name": "input",
|
|
5642
5587
|
"type": {
|
|
5643
|
-
"text": "
|
|
5644
|
-
}
|
|
5588
|
+
"text": "any"
|
|
5589
|
+
},
|
|
5590
|
+
"privacy": "public"
|
|
5645
5591
|
},
|
|
5646
5592
|
{
|
|
5647
5593
|
"kind": "method",
|
|
5648
5594
|
"name": "init",
|
|
5595
|
+
"privacy": "public",
|
|
5649
5596
|
"parameters": [
|
|
5650
5597
|
{
|
|
5651
5598
|
"name": "params",
|
|
5652
5599
|
"type": {
|
|
5653
|
-
"text": "
|
|
5600
|
+
"text": "NumberEditorParams"
|
|
5654
5601
|
}
|
|
5655
5602
|
}
|
|
5656
5603
|
]
|
|
5657
5604
|
},
|
|
5658
5605
|
{
|
|
5659
5606
|
"kind": "method",
|
|
5660
|
-
"name": "getGui"
|
|
5607
|
+
"name": "getGui",
|
|
5608
|
+
"privacy": "public",
|
|
5609
|
+
"return": {
|
|
5610
|
+
"type": {
|
|
5611
|
+
"text": "HTMLElement"
|
|
5612
|
+
}
|
|
5613
|
+
}
|
|
5661
5614
|
},
|
|
5662
5615
|
{
|
|
5663
5616
|
"kind": "method",
|
|
5664
5617
|
"name": "refresh",
|
|
5618
|
+
"privacy": "public",
|
|
5619
|
+
"return": {
|
|
5620
|
+
"type": {
|
|
5621
|
+
"text": "boolean"
|
|
5622
|
+
}
|
|
5623
|
+
},
|
|
5665
5624
|
"parameters": [
|
|
5666
5625
|
{
|
|
5667
|
-
"name": "params"
|
|
5626
|
+
"name": "params",
|
|
5627
|
+
"type": {
|
|
5628
|
+
"text": "NumberEditorParams"
|
|
5629
|
+
}
|
|
5668
5630
|
}
|
|
5669
5631
|
]
|
|
5670
5632
|
},
|
|
5671
5633
|
{
|
|
5672
5634
|
"kind": "method",
|
|
5673
|
-
"name": "
|
|
5635
|
+
"name": "getValue"
|
|
5636
|
+
},
|
|
5637
|
+
{
|
|
5638
|
+
"kind": "method",
|
|
5639
|
+
"name": "isPopup",
|
|
5674
5640
|
"return": {
|
|
5675
5641
|
"type": {
|
|
5676
|
-
"text": "
|
|
5642
|
+
"text": "boolean"
|
|
5677
5643
|
}
|
|
5678
5644
|
}
|
|
5679
5645
|
},
|
|
5646
|
+
{
|
|
5647
|
+
"kind": "method",
|
|
5648
|
+
"name": "afterGuiAttached"
|
|
5649
|
+
},
|
|
5650
|
+
{
|
|
5651
|
+
"kind": "method",
|
|
5652
|
+
"name": "changeHandler",
|
|
5653
|
+
"parameters": [
|
|
5654
|
+
{
|
|
5655
|
+
"name": "event"
|
|
5656
|
+
}
|
|
5657
|
+
]
|
|
5658
|
+
},
|
|
5659
|
+
{
|
|
5660
|
+
"kind": "method",
|
|
5661
|
+
"name": "isCancelBeforeStart"
|
|
5662
|
+
},
|
|
5680
5663
|
{
|
|
5681
5664
|
"kind": "field",
|
|
5682
5665
|
"name": "_presentation",
|
|
@@ -5793,81 +5776,113 @@
|
|
|
5793
5776
|
"name": "FoundationElement",
|
|
5794
5777
|
"package": "@microsoft/fast-foundation"
|
|
5795
5778
|
},
|
|
5796
|
-
"tagName": "%%prefix%%-
|
|
5779
|
+
"tagName": "%%prefix%%-number-editor",
|
|
5797
5780
|
"customElement": true
|
|
5798
5781
|
},
|
|
5799
5782
|
{
|
|
5800
5783
|
"kind": "variable",
|
|
5801
|
-
"name": "
|
|
5802
|
-
"
|
|
5784
|
+
"name": "agNumberEditorStyles",
|
|
5785
|
+
"default": "css`\n :host {\n display: flex;\n }\n`",
|
|
5786
|
+
"description": "The AG Number Editor Styles.",
|
|
5787
|
+
"privacy": "public"
|
|
5788
|
+
},
|
|
5789
|
+
{
|
|
5790
|
+
"kind": "function",
|
|
5791
|
+
"name": "getNumberEditorTemplate",
|
|
5792
|
+
"parameters": [
|
|
5793
|
+
{
|
|
5794
|
+
"name": "designSystem",
|
|
5795
|
+
"default": "'foundation'",
|
|
5796
|
+
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
5797
|
+
}
|
|
5798
|
+
],
|
|
5799
|
+
"description": "Get a Design System prefixed Select template.",
|
|
5800
|
+
"return": {
|
|
5801
|
+
"type": {
|
|
5802
|
+
"text": ""
|
|
5803
|
+
}
|
|
5804
|
+
},
|
|
5805
|
+
"privacy": "public"
|
|
5806
|
+
},
|
|
5807
|
+
{
|
|
5808
|
+
"kind": "variable",
|
|
5809
|
+
"name": "foundationNumberEditor",
|
|
5803
5810
|
"privacy": "public"
|
|
5804
5811
|
}
|
|
5805
5812
|
],
|
|
5806
5813
|
"exports": [
|
|
5807
5814
|
{
|
|
5808
5815
|
"kind": "js",
|
|
5809
|
-
"name": "
|
|
5816
|
+
"name": "NumberEditor",
|
|
5810
5817
|
"declaration": {
|
|
5811
|
-
"name": "
|
|
5812
|
-
"module": "src/cell-
|
|
5818
|
+
"name": "NumberEditor",
|
|
5819
|
+
"module": "src/cell-editors/number.editor.ts"
|
|
5813
5820
|
}
|
|
5814
5821
|
},
|
|
5815
5822
|
{
|
|
5816
5823
|
"kind": "js",
|
|
5817
|
-
"name": "
|
|
5824
|
+
"name": "agNumberEditorStyles",
|
|
5818
5825
|
"declaration": {
|
|
5819
|
-
"name": "
|
|
5820
|
-
"module": "src/cell-
|
|
5826
|
+
"name": "agNumberEditorStyles",
|
|
5827
|
+
"module": "src/cell-editors/number.editor.ts"
|
|
5821
5828
|
}
|
|
5822
5829
|
},
|
|
5823
5830
|
{
|
|
5824
5831
|
"kind": "js",
|
|
5825
|
-
"name": "
|
|
5832
|
+
"name": "getNumberEditorTemplate",
|
|
5826
5833
|
"declaration": {
|
|
5827
|
-
"name": "
|
|
5828
|
-
"module": "src/cell-
|
|
5834
|
+
"name": "getNumberEditorTemplate",
|
|
5835
|
+
"module": "src/cell-editors/number.editor.ts"
|
|
5829
5836
|
}
|
|
5830
5837
|
},
|
|
5831
5838
|
{
|
|
5832
5839
|
"kind": "js",
|
|
5833
|
-
"name": "
|
|
5840
|
+
"name": "foundationNumberEditor",
|
|
5834
5841
|
"declaration": {
|
|
5835
|
-
"name": "
|
|
5836
|
-
"module": "src/cell-
|
|
5842
|
+
"name": "foundationNumberEditor",
|
|
5843
|
+
"module": "src/cell-editors/number.editor.ts"
|
|
5837
5844
|
}
|
|
5838
5845
|
}
|
|
5839
5846
|
]
|
|
5840
5847
|
},
|
|
5841
5848
|
{
|
|
5842
5849
|
"kind": "javascript-module",
|
|
5843
|
-
"path": "src/cell-
|
|
5850
|
+
"path": "src/cell-editors/select.editor.ts",
|
|
5844
5851
|
"declarations": [
|
|
5845
5852
|
{
|
|
5846
5853
|
"kind": "class",
|
|
5847
|
-
"description": "The AG
|
|
5848
|
-
"name": "
|
|
5854
|
+
"description": "The AG Select Editor element.",
|
|
5855
|
+
"name": "SelectEditor",
|
|
5849
5856
|
"members": [
|
|
5850
5857
|
{
|
|
5851
5858
|
"kind": "field",
|
|
5852
|
-
"name": "
|
|
5859
|
+
"name": "params",
|
|
5853
5860
|
"type": {
|
|
5854
|
-
"text": "
|
|
5861
|
+
"text": "SelectEditorParams"
|
|
5855
5862
|
},
|
|
5856
5863
|
"privacy": "public"
|
|
5857
5864
|
},
|
|
5858
5865
|
{
|
|
5859
5866
|
"kind": "field",
|
|
5860
|
-
"name": "
|
|
5867
|
+
"name": "value",
|
|
5861
5868
|
"type": {
|
|
5862
5869
|
"text": "string"
|
|
5863
5870
|
},
|
|
5864
|
-
"
|
|
5871
|
+
"privacy": "public"
|
|
5865
5872
|
},
|
|
5866
5873
|
{
|
|
5867
5874
|
"kind": "field",
|
|
5868
|
-
"name": "
|
|
5875
|
+
"name": "actualWidth",
|
|
5869
5876
|
"type": {
|
|
5870
|
-
"text": "
|
|
5877
|
+
"text": "number"
|
|
5878
|
+
},
|
|
5879
|
+
"privacy": "public"
|
|
5880
|
+
},
|
|
5881
|
+
{
|
|
5882
|
+
"kind": "field",
|
|
5883
|
+
"name": "combobox",
|
|
5884
|
+
"type": {
|
|
5885
|
+
"text": "any"
|
|
5871
5886
|
},
|
|
5872
5887
|
"privacy": "public"
|
|
5873
5888
|
},
|
|
@@ -5879,7 +5894,7 @@
|
|
|
5879
5894
|
{
|
|
5880
5895
|
"name": "params",
|
|
5881
5896
|
"type": {
|
|
5882
|
-
"text": "
|
|
5897
|
+
"text": "SelectEditorParams"
|
|
5883
5898
|
}
|
|
5884
5899
|
}
|
|
5885
5900
|
]
|
|
@@ -5894,51 +5909,54 @@
|
|
|
5894
5909
|
}
|
|
5895
5910
|
}
|
|
5896
5911
|
},
|
|
5897
|
-
{
|
|
5898
|
-
"kind": "method",
|
|
5899
|
-
"name": "destroy",
|
|
5900
|
-
"privacy": "public"
|
|
5901
|
-
},
|
|
5902
5912
|
{
|
|
5903
5913
|
"kind": "method",
|
|
5904
5914
|
"name": "refresh",
|
|
5905
5915
|
"privacy": "public",
|
|
5916
|
+
"return": {
|
|
5917
|
+
"type": {
|
|
5918
|
+
"text": "boolean"
|
|
5919
|
+
}
|
|
5920
|
+
},
|
|
5906
5921
|
"parameters": [
|
|
5907
5922
|
{
|
|
5908
5923
|
"name": "params",
|
|
5909
5924
|
"type": {
|
|
5910
|
-
"text": "
|
|
5925
|
+
"text": "SelectEditorParams"
|
|
5911
5926
|
}
|
|
5912
5927
|
}
|
|
5913
5928
|
]
|
|
5914
5929
|
},
|
|
5915
5930
|
{
|
|
5916
5931
|
"kind": "method",
|
|
5917
|
-
"name": "
|
|
5918
|
-
|
|
5932
|
+
"name": "getValue"
|
|
5933
|
+
},
|
|
5934
|
+
{
|
|
5935
|
+
"kind": "method",
|
|
5936
|
+
"name": "isPopup",
|
|
5919
5937
|
"return": {
|
|
5920
5938
|
"type": {
|
|
5921
5939
|
"text": "boolean"
|
|
5922
5940
|
}
|
|
5923
|
-
}
|
|
5924
|
-
"parameters": [
|
|
5925
|
-
{
|
|
5926
|
-
"name": "data"
|
|
5927
|
-
}
|
|
5928
|
-
]
|
|
5941
|
+
}
|
|
5929
5942
|
},
|
|
5930
5943
|
{
|
|
5931
|
-
"kind": "
|
|
5932
|
-
"name": "
|
|
5933
|
-
|
|
5934
|
-
|
|
5944
|
+
"kind": "method",
|
|
5945
|
+
"name": "afterGuiAttached"
|
|
5946
|
+
},
|
|
5947
|
+
{
|
|
5948
|
+
"kind": "method",
|
|
5949
|
+
"name": "changeHandler",
|
|
5935
5950
|
"parameters": [
|
|
5936
5951
|
{
|
|
5937
|
-
"
|
|
5938
|
-
"name": "e"
|
|
5952
|
+
"name": "event"
|
|
5939
5953
|
}
|
|
5940
5954
|
]
|
|
5941
5955
|
},
|
|
5956
|
+
{
|
|
5957
|
+
"kind": "method",
|
|
5958
|
+
"name": "isCancelBeforeStart"
|
|
5959
|
+
},
|
|
5942
5960
|
{
|
|
5943
5961
|
"kind": "field",
|
|
5944
5962
|
"name": "_presentation",
|
|
@@ -6055,19 +6073,19 @@
|
|
|
6055
6073
|
"name": "FoundationElement",
|
|
6056
6074
|
"package": "@microsoft/fast-foundation"
|
|
6057
6075
|
},
|
|
6058
|
-
"tagName": "%%prefix%%-
|
|
6076
|
+
"tagName": "%%prefix%%-select-editor",
|
|
6059
6077
|
"customElement": true
|
|
6060
6078
|
},
|
|
6061
6079
|
{
|
|
6062
6080
|
"kind": "variable",
|
|
6063
|
-
"name": "
|
|
6064
|
-
"default": "css
|
|
6065
|
-
"description": "The AG
|
|
6081
|
+
"name": "agSelectEditorStyles",
|
|
6082
|
+
"default": "css``",
|
|
6083
|
+
"description": "The AG Select Renderer Styles.",
|
|
6066
6084
|
"privacy": "public"
|
|
6067
6085
|
},
|
|
6068
6086
|
{
|
|
6069
6087
|
"kind": "function",
|
|
6070
|
-
"name": "
|
|
6088
|
+
"name": "getSelectEditorTemplate",
|
|
6071
6089
|
"parameters": [
|
|
6072
6090
|
{
|
|
6073
6091
|
"name": "designSystem",
|
|
@@ -6075,7 +6093,7 @@
|
|
|
6075
6093
|
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
6076
6094
|
}
|
|
6077
6095
|
],
|
|
6078
|
-
"description": "Get a Design System prefixed
|
|
6096
|
+
"description": "Get a Design System prefixed Select template.",
|
|
6079
6097
|
"return": {
|
|
6080
6098
|
"type": {
|
|
6081
6099
|
"text": ""
|
|
@@ -6085,97 +6103,85 @@
|
|
|
6085
6103
|
},
|
|
6086
6104
|
{
|
|
6087
6105
|
"kind": "variable",
|
|
6088
|
-
"name": "
|
|
6089
|
-
"description": "A function that returns a Foundation Text Field Renderer registration for configuring the component with a DesignSystem.",
|
|
6106
|
+
"name": "foundationSelectEditor",
|
|
6090
6107
|
"privacy": "public"
|
|
6091
6108
|
}
|
|
6092
6109
|
],
|
|
6093
6110
|
"exports": [
|
|
6094
6111
|
{
|
|
6095
6112
|
"kind": "js",
|
|
6096
|
-
"name": "
|
|
6113
|
+
"name": "SelectEditor",
|
|
6097
6114
|
"declaration": {
|
|
6098
|
-
"name": "
|
|
6099
|
-
"module": "src/cell-
|
|
6115
|
+
"name": "SelectEditor",
|
|
6116
|
+
"module": "src/cell-editors/select.editor.ts"
|
|
6100
6117
|
}
|
|
6101
6118
|
},
|
|
6102
6119
|
{
|
|
6103
6120
|
"kind": "js",
|
|
6104
|
-
"name": "
|
|
6121
|
+
"name": "agSelectEditorStyles",
|
|
6105
6122
|
"declaration": {
|
|
6106
|
-
"name": "
|
|
6107
|
-
"module": "src/cell-
|
|
6123
|
+
"name": "agSelectEditorStyles",
|
|
6124
|
+
"module": "src/cell-editors/select.editor.ts"
|
|
6108
6125
|
}
|
|
6109
6126
|
},
|
|
6110
6127
|
{
|
|
6111
6128
|
"kind": "js",
|
|
6112
|
-
"name": "
|
|
6129
|
+
"name": "getSelectEditorTemplate",
|
|
6113
6130
|
"declaration": {
|
|
6114
|
-
"name": "
|
|
6115
|
-
"module": "src/cell-
|
|
6131
|
+
"name": "getSelectEditorTemplate",
|
|
6132
|
+
"module": "src/cell-editors/select.editor.ts"
|
|
6116
6133
|
}
|
|
6117
6134
|
},
|
|
6118
6135
|
{
|
|
6119
6136
|
"kind": "js",
|
|
6120
|
-
"name": "
|
|
6137
|
+
"name": "foundationSelectEditor",
|
|
6121
6138
|
"declaration": {
|
|
6122
|
-
"name": "
|
|
6123
|
-
"module": "src/cell-
|
|
6139
|
+
"name": "foundationSelectEditor",
|
|
6140
|
+
"module": "src/cell-editors/select.editor.ts"
|
|
6124
6141
|
}
|
|
6125
6142
|
}
|
|
6126
|
-
]
|
|
6127
|
-
},
|
|
6128
|
-
{
|
|
6129
|
-
"kind": "javascript-module",
|
|
6130
|
-
"path": "src/cell-
|
|
6131
|
-
"declarations": [
|
|
6132
|
-
{
|
|
6133
|
-
"kind": "class",
|
|
6134
|
-
"description": "",
|
|
6135
|
-
"name": "
|
|
6136
|
-
"superclass": {
|
|
6137
|
-
"name": "AgTextFieldRenderer",
|
|
6138
|
-
"module": "/src/cell-renderers/text-field.renderer"
|
|
6139
|
-
},
|
|
6140
|
-
"deprecated": "- Use AgTextFieldRenderer instead",
|
|
6141
|
-
"tagName": "%%prefix%%-grid-text-renderer",
|
|
6142
|
-
"customElement": true,
|
|
6143
|
+
]
|
|
6144
|
+
},
|
|
6145
|
+
{
|
|
6146
|
+
"kind": "javascript-module",
|
|
6147
|
+
"path": "src/cell-editors/string.editor.ts",
|
|
6148
|
+
"declarations": [
|
|
6149
|
+
{
|
|
6150
|
+
"kind": "class",
|
|
6151
|
+
"description": "The AG String Editor element.",
|
|
6152
|
+
"name": "StringEditor",
|
|
6143
6153
|
"members": [
|
|
6144
6154
|
{
|
|
6145
6155
|
"kind": "field",
|
|
6146
|
-
"name": "
|
|
6156
|
+
"name": "params",
|
|
6147
6157
|
"type": {
|
|
6148
|
-
"text": "
|
|
6158
|
+
"text": "StringEditorParams"
|
|
6149
6159
|
},
|
|
6150
|
-
"privacy": "public"
|
|
6151
|
-
"inheritedFrom": {
|
|
6152
|
-
"name": "AgTextFieldRenderer",
|
|
6153
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
6154
|
-
}
|
|
6160
|
+
"privacy": "public"
|
|
6155
6161
|
},
|
|
6156
6162
|
{
|
|
6157
6163
|
"kind": "field",
|
|
6158
|
-
"name": "
|
|
6164
|
+
"name": "value",
|
|
6159
6165
|
"type": {
|
|
6160
6166
|
"text": "string"
|
|
6161
6167
|
},
|
|
6162
|
-
"
|
|
6163
|
-
"inheritedFrom": {
|
|
6164
|
-
"name": "AgTextFieldRenderer",
|
|
6165
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
6166
|
-
}
|
|
6168
|
+
"privacy": "public"
|
|
6167
6169
|
},
|
|
6168
6170
|
{
|
|
6169
6171
|
"kind": "field",
|
|
6170
|
-
"name": "
|
|
6172
|
+
"name": "actualWidth",
|
|
6171
6173
|
"type": {
|
|
6172
|
-
"text": "
|
|
6174
|
+
"text": "number"
|
|
6173
6175
|
},
|
|
6174
|
-
"privacy": "public"
|
|
6175
|
-
|
|
6176
|
-
|
|
6177
|
-
|
|
6178
|
-
|
|
6176
|
+
"privacy": "public"
|
|
6177
|
+
},
|
|
6178
|
+
{
|
|
6179
|
+
"kind": "field",
|
|
6180
|
+
"name": "input",
|
|
6181
|
+
"type": {
|
|
6182
|
+
"text": "any"
|
|
6183
|
+
},
|
|
6184
|
+
"privacy": "public"
|
|
6179
6185
|
},
|
|
6180
6186
|
{
|
|
6181
6187
|
"kind": "method",
|
|
@@ -6185,14 +6191,10 @@
|
|
|
6185
6191
|
{
|
|
6186
6192
|
"name": "params",
|
|
6187
6193
|
"type": {
|
|
6188
|
-
"text": "
|
|
6194
|
+
"text": "StringEditorParams"
|
|
6189
6195
|
}
|
|
6190
6196
|
}
|
|
6191
|
-
]
|
|
6192
|
-
"inheritedFrom": {
|
|
6193
|
-
"name": "AgTextFieldRenderer",
|
|
6194
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
6195
|
-
}
|
|
6197
|
+
]
|
|
6196
6198
|
},
|
|
6197
6199
|
{
|
|
6198
6200
|
"kind": "method",
|
|
@@ -6202,72 +6204,55 @@
|
|
|
6202
6204
|
"type": {
|
|
6203
6205
|
"text": "HTMLElement"
|
|
6204
6206
|
}
|
|
6205
|
-
},
|
|
6206
|
-
"inheritedFrom": {
|
|
6207
|
-
"name": "AgTextFieldRenderer",
|
|
6208
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
6209
|
-
}
|
|
6210
|
-
},
|
|
6211
|
-
{
|
|
6212
|
-
"kind": "method",
|
|
6213
|
-
"name": "destroy",
|
|
6214
|
-
"privacy": "public",
|
|
6215
|
-
"inheritedFrom": {
|
|
6216
|
-
"name": "AgTextFieldRenderer",
|
|
6217
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
6218
6207
|
}
|
|
6219
6208
|
},
|
|
6220
6209
|
{
|
|
6221
6210
|
"kind": "method",
|
|
6222
6211
|
"name": "refresh",
|
|
6223
6212
|
"privacy": "public",
|
|
6213
|
+
"return": {
|
|
6214
|
+
"type": {
|
|
6215
|
+
"text": "boolean"
|
|
6216
|
+
}
|
|
6217
|
+
},
|
|
6224
6218
|
"parameters": [
|
|
6225
6219
|
{
|
|
6226
6220
|
"name": "params",
|
|
6227
6221
|
"type": {
|
|
6228
|
-
"text": "
|
|
6222
|
+
"text": "StringEditorParams"
|
|
6229
6223
|
}
|
|
6230
6224
|
}
|
|
6231
|
-
]
|
|
6232
|
-
"inheritedFrom": {
|
|
6233
|
-
"name": "AgTextFieldRenderer",
|
|
6234
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
6235
|
-
}
|
|
6225
|
+
]
|
|
6236
6226
|
},
|
|
6237
6227
|
{
|
|
6238
6228
|
"kind": "method",
|
|
6239
|
-
"name": "
|
|
6240
|
-
|
|
6229
|
+
"name": "getValue"
|
|
6230
|
+
},
|
|
6231
|
+
{
|
|
6232
|
+
"kind": "method",
|
|
6233
|
+
"name": "isPopup",
|
|
6241
6234
|
"return": {
|
|
6242
6235
|
"type": {
|
|
6243
6236
|
"text": "boolean"
|
|
6244
6237
|
}
|
|
6245
|
-
},
|
|
6246
|
-
"parameters": [
|
|
6247
|
-
{
|
|
6248
|
-
"name": "data"
|
|
6249
|
-
}
|
|
6250
|
-
],
|
|
6251
|
-
"inheritedFrom": {
|
|
6252
|
-
"name": "AgTextFieldRenderer",
|
|
6253
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
6254
6238
|
}
|
|
6255
6239
|
},
|
|
6256
6240
|
{
|
|
6257
|
-
"kind": "
|
|
6258
|
-
"name": "
|
|
6259
|
-
|
|
6260
|
-
|
|
6241
|
+
"kind": "method",
|
|
6242
|
+
"name": "afterGuiAttached"
|
|
6243
|
+
},
|
|
6244
|
+
{
|
|
6245
|
+
"kind": "method",
|
|
6246
|
+
"name": "changeHandler",
|
|
6261
6247
|
"parameters": [
|
|
6262
6248
|
{
|
|
6263
|
-
"
|
|
6264
|
-
"name": "e"
|
|
6249
|
+
"name": "event"
|
|
6265
6250
|
}
|
|
6266
|
-
]
|
|
6267
|
-
|
|
6268
|
-
|
|
6269
|
-
|
|
6270
|
-
|
|
6251
|
+
]
|
|
6252
|
+
},
|
|
6253
|
+
{
|
|
6254
|
+
"kind": "method",
|
|
6255
|
+
"name": "isCancelBeforeStart"
|
|
6271
6256
|
},
|
|
6272
6257
|
{
|
|
6273
6258
|
"kind": "field",
|
|
@@ -6380,61 +6365,76 @@
|
|
|
6380
6365
|
"module": "src/foundation-element/foundation-element.ts"
|
|
6381
6366
|
}
|
|
6382
6367
|
}
|
|
6383
|
-
]
|
|
6368
|
+
],
|
|
6369
|
+
"superclass": {
|
|
6370
|
+
"name": "FoundationElement",
|
|
6371
|
+
"package": "@microsoft/fast-foundation"
|
|
6372
|
+
},
|
|
6373
|
+
"tagName": "%%prefix%%-string-editor",
|
|
6374
|
+
"customElement": true
|
|
6384
6375
|
},
|
|
6385
6376
|
{
|
|
6386
6377
|
"kind": "variable",
|
|
6387
|
-
"name": "
|
|
6388
|
-
"default": "
|
|
6389
|
-
"
|
|
6390
|
-
"
|
|
6378
|
+
"name": "agStringEditorStyles",
|
|
6379
|
+
"default": "css`\n :host {\n display: flex;\n }\n`",
|
|
6380
|
+
"description": "The AG String Renderer Styles.",
|
|
6381
|
+
"privacy": "public"
|
|
6391
6382
|
},
|
|
6392
6383
|
{
|
|
6393
|
-
"kind": "
|
|
6394
|
-
"name": "
|
|
6395
|
-
"
|
|
6396
|
-
|
|
6397
|
-
|
|
6384
|
+
"kind": "function",
|
|
6385
|
+
"name": "getStringEditorTemplate",
|
|
6386
|
+
"parameters": [
|
|
6387
|
+
{
|
|
6388
|
+
"name": "designSystem",
|
|
6389
|
+
"default": "'foundation'",
|
|
6390
|
+
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
6391
|
+
}
|
|
6392
|
+
],
|
|
6393
|
+
"description": "Get a Design System prefixed String template.",
|
|
6394
|
+
"return": {
|
|
6395
|
+
"type": {
|
|
6396
|
+
"text": ""
|
|
6397
|
+
}
|
|
6398
|
+
},
|
|
6399
|
+
"privacy": "public"
|
|
6398
6400
|
},
|
|
6399
6401
|
{
|
|
6400
6402
|
"kind": "variable",
|
|
6401
|
-
"name": "
|
|
6402
|
-
"
|
|
6403
|
-
"privacy": "public",
|
|
6404
|
-
"deprecated": "- Use foundationAgTextFieldRenderer instead"
|
|
6403
|
+
"name": "foundationStringEditor",
|
|
6404
|
+
"privacy": "public"
|
|
6405
6405
|
}
|
|
6406
6406
|
],
|
|
6407
6407
|
"exports": [
|
|
6408
6408
|
{
|
|
6409
6409
|
"kind": "js",
|
|
6410
|
-
"name": "
|
|
6410
|
+
"name": "StringEditor",
|
|
6411
6411
|
"declaration": {
|
|
6412
|
-
"name": "
|
|
6413
|
-
"module": "src/cell-
|
|
6412
|
+
"name": "StringEditor",
|
|
6413
|
+
"module": "src/cell-editors/string.editor.ts"
|
|
6414
6414
|
}
|
|
6415
6415
|
},
|
|
6416
6416
|
{
|
|
6417
6417
|
"kind": "js",
|
|
6418
|
-
"name": "
|
|
6418
|
+
"name": "agStringEditorStyles",
|
|
6419
6419
|
"declaration": {
|
|
6420
|
-
"name": "
|
|
6421
|
-
"module": "src/cell-
|
|
6420
|
+
"name": "agStringEditorStyles",
|
|
6421
|
+
"module": "src/cell-editors/string.editor.ts"
|
|
6422
6422
|
}
|
|
6423
6423
|
},
|
|
6424
6424
|
{
|
|
6425
6425
|
"kind": "js",
|
|
6426
|
-
"name": "
|
|
6426
|
+
"name": "getStringEditorTemplate",
|
|
6427
6427
|
"declaration": {
|
|
6428
|
-
"name": "
|
|
6429
|
-
"module": "src/cell-
|
|
6428
|
+
"name": "getStringEditorTemplate",
|
|
6429
|
+
"module": "src/cell-editors/string.editor.ts"
|
|
6430
6430
|
}
|
|
6431
6431
|
},
|
|
6432
6432
|
{
|
|
6433
6433
|
"kind": "js",
|
|
6434
|
-
"name": "
|
|
6434
|
+
"name": "foundationStringEditor",
|
|
6435
6435
|
"declaration": {
|
|
6436
|
-
"name": "
|
|
6437
|
-
"module": "src/cell-
|
|
6436
|
+
"name": "foundationStringEditor",
|
|
6437
|
+
"module": "src/cell-editors/string.editor.ts"
|
|
6438
6438
|
}
|
|
6439
6439
|
}
|
|
6440
6440
|
]
|
|
@@ -16793,51 +16793,46 @@
|
|
|
16793
16793
|
},
|
|
16794
16794
|
{
|
|
16795
16795
|
"kind": "javascript-module",
|
|
16796
|
-
"path": "src/
|
|
16796
|
+
"path": "src/cell-renderers/utils/accessor.ts",
|
|
16797
16797
|
"declarations": [
|
|
16798
16798
|
{
|
|
16799
16799
|
"kind": "function",
|
|
16800
|
-
"name": "
|
|
16800
|
+
"name": "setValueWithAccessor",
|
|
16801
16801
|
"return": {
|
|
16802
16802
|
"type": {
|
|
16803
|
-
"text": "
|
|
16803
|
+
"text": "string"
|
|
16804
16804
|
}
|
|
16805
16805
|
},
|
|
16806
16806
|
"parameters": [
|
|
16807
16807
|
{
|
|
16808
|
-
"name": "
|
|
16808
|
+
"name": "data",
|
|
16809
16809
|
"type": {
|
|
16810
|
-
"text": "
|
|
16811
|
-
}
|
|
16812
|
-
"description": "The array to render"
|
|
16810
|
+
"text": "any"
|
|
16811
|
+
}
|
|
16813
16812
|
},
|
|
16814
16813
|
{
|
|
16815
|
-
"name": "
|
|
16816
|
-
"default": "true",
|
|
16814
|
+
"name": "accessor",
|
|
16817
16815
|
"type": {
|
|
16818
|
-
"text": "
|
|
16819
|
-
}
|
|
16820
|
-
"description": "Optionally tells whether to include cell renderers, if available"
|
|
16816
|
+
"text": "string"
|
|
16817
|
+
}
|
|
16821
16818
|
}
|
|
16822
|
-
]
|
|
16823
|
-
"description": "A directive that renders a set of grid-pro-column elements from a given input binding",
|
|
16824
|
-
"privacy": "public"
|
|
16819
|
+
]
|
|
16825
16820
|
}
|
|
16826
16821
|
],
|
|
16827
16822
|
"exports": [
|
|
16828
16823
|
{
|
|
16829
16824
|
"kind": "js",
|
|
16830
|
-
"name": "
|
|
16825
|
+
"name": "setValueWithAccessor",
|
|
16831
16826
|
"declaration": {
|
|
16832
|
-
"name": "
|
|
16833
|
-
"module": "src/
|
|
16827
|
+
"name": "setValueWithAccessor",
|
|
16828
|
+
"module": "src/cell-renderers/utils/accessor.ts"
|
|
16834
16829
|
}
|
|
16835
16830
|
}
|
|
16836
16831
|
]
|
|
16837
16832
|
},
|
|
16838
16833
|
{
|
|
16839
16834
|
"kind": "javascript-module",
|
|
16840
|
-
"path": "src/
|
|
16835
|
+
"path": "src/cell-renderers/utils/index.ts",
|
|
16841
16836
|
"declarations": [],
|
|
16842
16837
|
"exports": [
|
|
16843
16838
|
{
|
|
@@ -16845,53 +16840,58 @@
|
|
|
16845
16840
|
"name": "*",
|
|
16846
16841
|
"declaration": {
|
|
16847
16842
|
"name": "*",
|
|
16848
|
-
"package": "./
|
|
16843
|
+
"package": "./accessor"
|
|
16849
16844
|
}
|
|
16850
16845
|
}
|
|
16851
16846
|
]
|
|
16852
16847
|
},
|
|
16853
16848
|
{
|
|
16854
16849
|
"kind": "javascript-module",
|
|
16855
|
-
"path": "src/
|
|
16850
|
+
"path": "src/column/utils/grid-pro-columns.ts",
|
|
16856
16851
|
"declarations": [
|
|
16857
16852
|
{
|
|
16858
16853
|
"kind": "function",
|
|
16859
|
-
"name": "
|
|
16854
|
+
"name": "gridProColumns",
|
|
16860
16855
|
"return": {
|
|
16861
16856
|
"type": {
|
|
16862
|
-
"text": "
|
|
16857
|
+
"text": "CaptureType<TSource>"
|
|
16863
16858
|
}
|
|
16864
16859
|
},
|
|
16865
16860
|
"parameters": [
|
|
16866
16861
|
{
|
|
16867
|
-
"name": "
|
|
16862
|
+
"name": "itemsBinding",
|
|
16868
16863
|
"type": {
|
|
16869
|
-
"text": "
|
|
16870
|
-
}
|
|
16864
|
+
"text": "Binding<TSource, readonly ColDef[]> | readonly ColDef[]"
|
|
16865
|
+
},
|
|
16866
|
+
"description": "The array to render"
|
|
16871
16867
|
},
|
|
16872
16868
|
{
|
|
16873
|
-
"name": "
|
|
16869
|
+
"name": "includeRenderers",
|
|
16870
|
+
"default": "true",
|
|
16874
16871
|
"type": {
|
|
16875
|
-
"text": "
|
|
16876
|
-
}
|
|
16872
|
+
"text": "boolean"
|
|
16873
|
+
},
|
|
16874
|
+
"description": "Optionally tells whether to include cell renderers, if available"
|
|
16877
16875
|
}
|
|
16878
|
-
]
|
|
16876
|
+
],
|
|
16877
|
+
"description": "A directive that renders a set of grid-pro-column elements from a given input binding",
|
|
16878
|
+
"privacy": "public"
|
|
16879
16879
|
}
|
|
16880
16880
|
],
|
|
16881
16881
|
"exports": [
|
|
16882
16882
|
{
|
|
16883
16883
|
"kind": "js",
|
|
16884
|
-
"name": "
|
|
16884
|
+
"name": "gridProColumns",
|
|
16885
16885
|
"declaration": {
|
|
16886
|
-
"name": "
|
|
16887
|
-
"module": "src/
|
|
16886
|
+
"name": "gridProColumns",
|
|
16887
|
+
"module": "src/column/utils/grid-pro-columns.ts"
|
|
16888
16888
|
}
|
|
16889
16889
|
}
|
|
16890
16890
|
]
|
|
16891
16891
|
},
|
|
16892
16892
|
{
|
|
16893
16893
|
"kind": "javascript-module",
|
|
16894
|
-
"path": "src/
|
|
16894
|
+
"path": "src/column/utils/index.ts",
|
|
16895
16895
|
"declarations": [],
|
|
16896
16896
|
"exports": [
|
|
16897
16897
|
{
|
|
@@ -16899,7 +16899,7 @@
|
|
|
16899
16899
|
"name": "*",
|
|
16900
16900
|
"declaration": {
|
|
16901
16901
|
"name": "*",
|
|
16902
|
-
"package": "./
|
|
16902
|
+
"package": "./grid-pro-columns"
|
|
16903
16903
|
}
|
|
16904
16904
|
}
|
|
16905
16905
|
]
|