@genesislcap/grid-tabulator 14.383.1 → 14.383.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 +621 -621
- package/package.json +13 -13
|
@@ -1411,6 +1411,244 @@
|
|
|
1411
1411
|
"declarations": [],
|
|
1412
1412
|
"exports": []
|
|
1413
1413
|
},
|
|
1414
|
+
{
|
|
1415
|
+
"kind": "javascript-module",
|
|
1416
|
+
"path": "src/cell/cell.ts",
|
|
1417
|
+
"declarations": [
|
|
1418
|
+
{
|
|
1419
|
+
"kind": "class",
|
|
1420
|
+
"description": "The GridTabulator Cell element.",
|
|
1421
|
+
"name": "GridTabulatorCell",
|
|
1422
|
+
"members": [
|
|
1423
|
+
{
|
|
1424
|
+
"kind": "field",
|
|
1425
|
+
"name": "renderer",
|
|
1426
|
+
"type": {
|
|
1427
|
+
"text": "CellRendererFunc"
|
|
1428
|
+
},
|
|
1429
|
+
"privacy": "public"
|
|
1430
|
+
},
|
|
1431
|
+
{
|
|
1432
|
+
"kind": "field",
|
|
1433
|
+
"name": "rendererParams",
|
|
1434
|
+
"type": {
|
|
1435
|
+
"text": "CellRendererParams"
|
|
1436
|
+
},
|
|
1437
|
+
"privacy": "public"
|
|
1438
|
+
},
|
|
1439
|
+
{
|
|
1440
|
+
"kind": "field",
|
|
1441
|
+
"name": "slottedRenderer",
|
|
1442
|
+
"type": {
|
|
1443
|
+
"text": "HTMLElement[]"
|
|
1444
|
+
},
|
|
1445
|
+
"privacy": "public"
|
|
1446
|
+
},
|
|
1447
|
+
{
|
|
1448
|
+
"kind": "method",
|
|
1449
|
+
"name": "init",
|
|
1450
|
+
"privacy": "public",
|
|
1451
|
+
"parameters": [
|
|
1452
|
+
{
|
|
1453
|
+
"name": "params",
|
|
1454
|
+
"type": {
|
|
1455
|
+
"text": "CellRendererParams"
|
|
1456
|
+
}
|
|
1457
|
+
}
|
|
1458
|
+
]
|
|
1459
|
+
},
|
|
1460
|
+
{
|
|
1461
|
+
"kind": "method",
|
|
1462
|
+
"name": "getElement",
|
|
1463
|
+
"privacy": "public",
|
|
1464
|
+
"return": {
|
|
1465
|
+
"type": {
|
|
1466
|
+
"text": "HTMLElement"
|
|
1467
|
+
}
|
|
1468
|
+
}
|
|
1469
|
+
},
|
|
1470
|
+
{
|
|
1471
|
+
"kind": "method",
|
|
1472
|
+
"name": "destroy",
|
|
1473
|
+
"privacy": "public"
|
|
1474
|
+
},
|
|
1475
|
+
{
|
|
1476
|
+
"kind": "method",
|
|
1477
|
+
"name": "refresh",
|
|
1478
|
+
"privacy": "public",
|
|
1479
|
+
"return": {
|
|
1480
|
+
"type": {
|
|
1481
|
+
"text": "boolean"
|
|
1482
|
+
}
|
|
1483
|
+
},
|
|
1484
|
+
"parameters": [
|
|
1485
|
+
{
|
|
1486
|
+
"name": "params",
|
|
1487
|
+
"type": {
|
|
1488
|
+
"text": "CellRendererParams"
|
|
1489
|
+
}
|
|
1490
|
+
}
|
|
1491
|
+
]
|
|
1492
|
+
},
|
|
1493
|
+
{
|
|
1494
|
+
"kind": "method",
|
|
1495
|
+
"name": "slottedRendererChanged",
|
|
1496
|
+
"privacy": "public"
|
|
1497
|
+
},
|
|
1498
|
+
{
|
|
1499
|
+
"kind": "field",
|
|
1500
|
+
"name": "_presentation",
|
|
1501
|
+
"type": {
|
|
1502
|
+
"text": "ComponentPresentation | null | undefined"
|
|
1503
|
+
},
|
|
1504
|
+
"privacy": "private",
|
|
1505
|
+
"default": "void 0",
|
|
1506
|
+
"inheritedFrom": {
|
|
1507
|
+
"name": "FoundationElement",
|
|
1508
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1509
|
+
}
|
|
1510
|
+
},
|
|
1511
|
+
{
|
|
1512
|
+
"kind": "field",
|
|
1513
|
+
"name": "$presentation",
|
|
1514
|
+
"type": {
|
|
1515
|
+
"text": "ComponentPresentation | null"
|
|
1516
|
+
},
|
|
1517
|
+
"privacy": "public",
|
|
1518
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
1519
|
+
"inheritedFrom": {
|
|
1520
|
+
"name": "FoundationElement",
|
|
1521
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1522
|
+
}
|
|
1523
|
+
},
|
|
1524
|
+
{
|
|
1525
|
+
"kind": "field",
|
|
1526
|
+
"name": "template",
|
|
1527
|
+
"type": {
|
|
1528
|
+
"text": "ElementViewTemplate | void | null"
|
|
1529
|
+
},
|
|
1530
|
+
"privacy": "public",
|
|
1531
|
+
"description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
|
|
1532
|
+
"inheritedFrom": {
|
|
1533
|
+
"name": "FoundationElement",
|
|
1534
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1535
|
+
}
|
|
1536
|
+
},
|
|
1537
|
+
{
|
|
1538
|
+
"kind": "method",
|
|
1539
|
+
"name": "templateChanged",
|
|
1540
|
+
"privacy": "protected",
|
|
1541
|
+
"return": {
|
|
1542
|
+
"type": {
|
|
1543
|
+
"text": "void"
|
|
1544
|
+
}
|
|
1545
|
+
},
|
|
1546
|
+
"inheritedFrom": {
|
|
1547
|
+
"name": "FoundationElement",
|
|
1548
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1549
|
+
}
|
|
1550
|
+
},
|
|
1551
|
+
{
|
|
1552
|
+
"kind": "field",
|
|
1553
|
+
"name": "styles",
|
|
1554
|
+
"type": {
|
|
1555
|
+
"text": "ElementStyles | void | null"
|
|
1556
|
+
},
|
|
1557
|
+
"privacy": "public",
|
|
1558
|
+
"description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
|
|
1559
|
+
"inheritedFrom": {
|
|
1560
|
+
"name": "FoundationElement",
|
|
1561
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1562
|
+
}
|
|
1563
|
+
},
|
|
1564
|
+
{
|
|
1565
|
+
"kind": "method",
|
|
1566
|
+
"name": "stylesChanged",
|
|
1567
|
+
"privacy": "protected",
|
|
1568
|
+
"return": {
|
|
1569
|
+
"type": {
|
|
1570
|
+
"text": "void"
|
|
1571
|
+
}
|
|
1572
|
+
},
|
|
1573
|
+
"inheritedFrom": {
|
|
1574
|
+
"name": "FoundationElement",
|
|
1575
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1576
|
+
}
|
|
1577
|
+
},
|
|
1578
|
+
{
|
|
1579
|
+
"kind": "method",
|
|
1580
|
+
"name": "compose",
|
|
1581
|
+
"privacy": "public",
|
|
1582
|
+
"static": true,
|
|
1583
|
+
"return": {
|
|
1584
|
+
"type": {
|
|
1585
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
1586
|
+
}
|
|
1587
|
+
},
|
|
1588
|
+
"parameters": [
|
|
1589
|
+
{
|
|
1590
|
+
"name": "this",
|
|
1591
|
+
"type": {
|
|
1592
|
+
"text": "K"
|
|
1593
|
+
}
|
|
1594
|
+
},
|
|
1595
|
+
{
|
|
1596
|
+
"name": "elementDefinition",
|
|
1597
|
+
"type": {
|
|
1598
|
+
"text": "T"
|
|
1599
|
+
},
|
|
1600
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
1601
|
+
}
|
|
1602
|
+
],
|
|
1603
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
1604
|
+
"inheritedFrom": {
|
|
1605
|
+
"name": "FoundationElement",
|
|
1606
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1607
|
+
}
|
|
1608
|
+
}
|
|
1609
|
+
],
|
|
1610
|
+
"superclass": {
|
|
1611
|
+
"name": "FoundationElement",
|
|
1612
|
+
"package": "@microsoft/fast-foundation"
|
|
1613
|
+
},
|
|
1614
|
+
"tagName": "grid-tabulator-cell",
|
|
1615
|
+
"customElement": true
|
|
1616
|
+
}
|
|
1617
|
+
],
|
|
1618
|
+
"exports": [
|
|
1619
|
+
{
|
|
1620
|
+
"kind": "js",
|
|
1621
|
+
"name": "GridTabulatorCell",
|
|
1622
|
+
"declaration": {
|
|
1623
|
+
"name": "GridTabulatorCell",
|
|
1624
|
+
"module": "src/cell/cell.ts"
|
|
1625
|
+
}
|
|
1626
|
+
},
|
|
1627
|
+
{
|
|
1628
|
+
"kind": "custom-element-definition",
|
|
1629
|
+
"name": "grid-tabulator-cell",
|
|
1630
|
+
"declaration": {
|
|
1631
|
+
"name": "GridTabulatorCell",
|
|
1632
|
+
"module": "src/cell/cell.ts"
|
|
1633
|
+
}
|
|
1634
|
+
}
|
|
1635
|
+
]
|
|
1636
|
+
},
|
|
1637
|
+
{
|
|
1638
|
+
"kind": "javascript-module",
|
|
1639
|
+
"path": "src/cell/index.ts",
|
|
1640
|
+
"declarations": [],
|
|
1641
|
+
"exports": [
|
|
1642
|
+
{
|
|
1643
|
+
"kind": "js",
|
|
1644
|
+
"name": "*",
|
|
1645
|
+
"declaration": {
|
|
1646
|
+
"name": "*",
|
|
1647
|
+
"package": "./cell"
|
|
1648
|
+
}
|
|
1649
|
+
}
|
|
1650
|
+
]
|
|
1651
|
+
},
|
|
1414
1652
|
{
|
|
1415
1653
|
"kind": "javascript-module",
|
|
1416
1654
|
"path": "src/cell-editors/date.editor.ts",
|
|
@@ -2700,617 +2938,105 @@
|
|
|
2700
2938
|
},
|
|
2701
2939
|
{
|
|
2702
2940
|
"kind": "javascript-module",
|
|
2703
|
-
"path": "src/cell/
|
|
2941
|
+
"path": "src/cell-formatters/action.formatter.ts",
|
|
2704
2942
|
"declarations": [
|
|
2705
2943
|
{
|
|
2706
|
-
"kind": "
|
|
2707
|
-
"
|
|
2708
|
-
"
|
|
2709
|
-
|
|
2944
|
+
"kind": "function",
|
|
2945
|
+
"name": "actionFormatter",
|
|
2946
|
+
"return": {
|
|
2947
|
+
"type": {
|
|
2948
|
+
"text": ""
|
|
2949
|
+
}
|
|
2950
|
+
},
|
|
2951
|
+
"parameters": [
|
|
2710
2952
|
{
|
|
2711
|
-
"
|
|
2712
|
-
"name": "renderer",
|
|
2953
|
+
"name": "cell",
|
|
2713
2954
|
"type": {
|
|
2714
|
-
"text": "
|
|
2715
|
-
},
|
|
2716
|
-
"privacy": "public"
|
|
2717
|
-
},
|
|
2718
|
-
{
|
|
2719
|
-
"kind": "field",
|
|
2720
|
-
"name": "rendererParams",
|
|
2721
|
-
"type": {
|
|
2722
|
-
"text": "CellRendererParams"
|
|
2723
|
-
},
|
|
2724
|
-
"privacy": "public"
|
|
2725
|
-
},
|
|
2726
|
-
{
|
|
2727
|
-
"kind": "field",
|
|
2728
|
-
"name": "slottedRenderer",
|
|
2729
|
-
"type": {
|
|
2730
|
-
"text": "HTMLElement[]"
|
|
2731
|
-
},
|
|
2732
|
-
"privacy": "public"
|
|
2733
|
-
},
|
|
2734
|
-
{
|
|
2735
|
-
"kind": "method",
|
|
2736
|
-
"name": "init",
|
|
2737
|
-
"privacy": "public",
|
|
2738
|
-
"parameters": [
|
|
2739
|
-
{
|
|
2740
|
-
"name": "params",
|
|
2741
|
-
"type": {
|
|
2742
|
-
"text": "CellRendererParams"
|
|
2743
|
-
}
|
|
2744
|
-
}
|
|
2745
|
-
]
|
|
2746
|
-
},
|
|
2747
|
-
{
|
|
2748
|
-
"kind": "method",
|
|
2749
|
-
"name": "getElement",
|
|
2750
|
-
"privacy": "public",
|
|
2751
|
-
"return": {
|
|
2752
|
-
"type": {
|
|
2753
|
-
"text": "HTMLElement"
|
|
2754
|
-
}
|
|
2755
|
-
}
|
|
2756
|
-
},
|
|
2757
|
-
{
|
|
2758
|
-
"kind": "method",
|
|
2759
|
-
"name": "destroy",
|
|
2760
|
-
"privacy": "public"
|
|
2761
|
-
},
|
|
2762
|
-
{
|
|
2763
|
-
"kind": "method",
|
|
2764
|
-
"name": "refresh",
|
|
2765
|
-
"privacy": "public",
|
|
2766
|
-
"return": {
|
|
2767
|
-
"type": {
|
|
2768
|
-
"text": "boolean"
|
|
2769
|
-
}
|
|
2770
|
-
},
|
|
2771
|
-
"parameters": [
|
|
2772
|
-
{
|
|
2773
|
-
"name": "params",
|
|
2774
|
-
"type": {
|
|
2775
|
-
"text": "CellRendererParams"
|
|
2776
|
-
}
|
|
2777
|
-
}
|
|
2778
|
-
]
|
|
2779
|
-
},
|
|
2780
|
-
{
|
|
2781
|
-
"kind": "method",
|
|
2782
|
-
"name": "slottedRendererChanged",
|
|
2783
|
-
"privacy": "public"
|
|
2784
|
-
},
|
|
2785
|
-
{
|
|
2786
|
-
"kind": "field",
|
|
2787
|
-
"name": "_presentation",
|
|
2788
|
-
"type": {
|
|
2789
|
-
"text": "ComponentPresentation | null | undefined"
|
|
2790
|
-
},
|
|
2791
|
-
"privacy": "private",
|
|
2792
|
-
"default": "void 0",
|
|
2793
|
-
"inheritedFrom": {
|
|
2794
|
-
"name": "FoundationElement",
|
|
2795
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
2796
|
-
}
|
|
2797
|
-
},
|
|
2798
|
-
{
|
|
2799
|
-
"kind": "field",
|
|
2800
|
-
"name": "$presentation",
|
|
2801
|
-
"type": {
|
|
2802
|
-
"text": "ComponentPresentation | null"
|
|
2803
|
-
},
|
|
2804
|
-
"privacy": "public",
|
|
2805
|
-
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
2806
|
-
"inheritedFrom": {
|
|
2807
|
-
"name": "FoundationElement",
|
|
2808
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
2809
|
-
}
|
|
2810
|
-
},
|
|
2811
|
-
{
|
|
2812
|
-
"kind": "field",
|
|
2813
|
-
"name": "template",
|
|
2814
|
-
"type": {
|
|
2815
|
-
"text": "ElementViewTemplate | void | null"
|
|
2816
|
-
},
|
|
2817
|
-
"privacy": "public",
|
|
2818
|
-
"description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
|
|
2819
|
-
"inheritedFrom": {
|
|
2820
|
-
"name": "FoundationElement",
|
|
2821
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
2822
|
-
}
|
|
2823
|
-
},
|
|
2824
|
-
{
|
|
2825
|
-
"kind": "method",
|
|
2826
|
-
"name": "templateChanged",
|
|
2827
|
-
"privacy": "protected",
|
|
2828
|
-
"return": {
|
|
2829
|
-
"type": {
|
|
2830
|
-
"text": "void"
|
|
2831
|
-
}
|
|
2955
|
+
"text": "any"
|
|
2832
2956
|
},
|
|
2833
|
-
"
|
|
2834
|
-
"name": "FoundationElement",
|
|
2835
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
2836
|
-
}
|
|
2957
|
+
"description": "The cell component provided by Tabulator"
|
|
2837
2958
|
},
|
|
2838
2959
|
{
|
|
2839
|
-
"
|
|
2840
|
-
"
|
|
2960
|
+
"name": "formatterParams",
|
|
2961
|
+
"default": "{}",
|
|
2841
2962
|
"type": {
|
|
2842
|
-
"text": "
|
|
2843
|
-
},
|
|
2844
|
-
"privacy": "public",
|
|
2845
|
-
"description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
|
|
2846
|
-
"inheritedFrom": {
|
|
2847
|
-
"name": "FoundationElement",
|
|
2848
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
2849
|
-
}
|
|
2850
|
-
},
|
|
2851
|
-
{
|
|
2852
|
-
"kind": "method",
|
|
2853
|
-
"name": "stylesChanged",
|
|
2854
|
-
"privacy": "protected",
|
|
2855
|
-
"return": {
|
|
2856
|
-
"type": {
|
|
2857
|
-
"text": "void"
|
|
2858
|
-
}
|
|
2859
|
-
},
|
|
2860
|
-
"inheritedFrom": {
|
|
2861
|
-
"name": "FoundationElement",
|
|
2862
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
2863
|
-
}
|
|
2864
|
-
},
|
|
2865
|
-
{
|
|
2866
|
-
"kind": "method",
|
|
2867
|
-
"name": "compose",
|
|
2868
|
-
"privacy": "public",
|
|
2869
|
-
"static": true,
|
|
2870
|
-
"return": {
|
|
2871
|
-
"type": {
|
|
2872
|
-
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
2873
|
-
}
|
|
2963
|
+
"text": "ActionFormatterParams<T>"
|
|
2874
2964
|
},
|
|
2875
|
-
"
|
|
2876
|
-
{
|
|
2877
|
-
"name": "this",
|
|
2878
|
-
"type": {
|
|
2879
|
-
"text": "K"
|
|
2880
|
-
}
|
|
2881
|
-
},
|
|
2882
|
-
{
|
|
2883
|
-
"name": "elementDefinition",
|
|
2884
|
-
"type": {
|
|
2885
|
-
"text": "T"
|
|
2886
|
-
},
|
|
2887
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
2888
|
-
}
|
|
2889
|
-
],
|
|
2890
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
2891
|
-
"inheritedFrom": {
|
|
2892
|
-
"name": "FoundationElement",
|
|
2893
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
2894
|
-
}
|
|
2965
|
+
"description": "Action formatter parameters"
|
|
2895
2966
|
}
|
|
2896
2967
|
],
|
|
2897
|
-
"
|
|
2898
|
-
|
|
2899
|
-
"package": "@microsoft/fast-foundation"
|
|
2900
|
-
},
|
|
2901
|
-
"tagName": "grid-tabulator-cell",
|
|
2902
|
-
"customElement": true
|
|
2968
|
+
"description": "Formatter that displays an action button in the cell.\nStyled to match grid-pro action renderer.",
|
|
2969
|
+
"privacy": "public"
|
|
2903
2970
|
}
|
|
2904
2971
|
],
|
|
2905
2972
|
"exports": [
|
|
2906
2973
|
{
|
|
2907
2974
|
"kind": "js",
|
|
2908
|
-
"name": "
|
|
2909
|
-
"declaration": {
|
|
2910
|
-
"name": "GridTabulatorCell",
|
|
2911
|
-
"module": "src/cell/cell.ts"
|
|
2912
|
-
}
|
|
2913
|
-
},
|
|
2914
|
-
{
|
|
2915
|
-
"kind": "custom-element-definition",
|
|
2916
|
-
"name": "grid-tabulator-cell",
|
|
2975
|
+
"name": "actionFormatter",
|
|
2917
2976
|
"declaration": {
|
|
2918
|
-
"name": "
|
|
2919
|
-
"module": "src/cell/
|
|
2977
|
+
"name": "actionFormatter",
|
|
2978
|
+
"module": "src/cell-formatters/action.formatter.ts"
|
|
2920
2979
|
}
|
|
2921
2980
|
}
|
|
2922
2981
|
]
|
|
2923
2982
|
},
|
|
2924
2983
|
{
|
|
2925
2984
|
"kind": "javascript-module",
|
|
2926
|
-
"path": "src/cell/
|
|
2927
|
-
"declarations": [
|
|
2985
|
+
"path": "src/cell-formatters/actions-menu.formatter.ts",
|
|
2986
|
+
"declarations": [
|
|
2987
|
+
{
|
|
2988
|
+
"kind": "function",
|
|
2989
|
+
"name": "actionsMenuFormatter",
|
|
2990
|
+
"return": {
|
|
2991
|
+
"type": {
|
|
2992
|
+
"text": ""
|
|
2993
|
+
}
|
|
2994
|
+
},
|
|
2995
|
+
"parameters": [
|
|
2996
|
+
{
|
|
2997
|
+
"name": "cell",
|
|
2998
|
+
"type": {
|
|
2999
|
+
"text": "any"
|
|
3000
|
+
},
|
|
3001
|
+
"description": "The cell component provided by Tabulator"
|
|
3002
|
+
},
|
|
3003
|
+
{
|
|
3004
|
+
"name": "formatterParams",
|
|
3005
|
+
"default": "{}",
|
|
3006
|
+
"type": {
|
|
3007
|
+
"text": "ActionsMenuFormatterParams<T>"
|
|
3008
|
+
},
|
|
3009
|
+
"description": "Actions menu formatter parameters"
|
|
3010
|
+
}
|
|
3011
|
+
],
|
|
3012
|
+
"description": "Formatter that displays a dropdown menu of actions in the cell.\nStyled to match grid-pro actions-menu renderer.",
|
|
3013
|
+
"privacy": "public"
|
|
3014
|
+
}
|
|
3015
|
+
],
|
|
2928
3016
|
"exports": [
|
|
2929
3017
|
{
|
|
2930
3018
|
"kind": "js",
|
|
2931
|
-
"name": "
|
|
3019
|
+
"name": "actionsMenuFormatter",
|
|
2932
3020
|
"declaration": {
|
|
2933
|
-
"name": "
|
|
2934
|
-
"
|
|
3021
|
+
"name": "actionsMenuFormatter",
|
|
3022
|
+
"module": "src/cell-formatters/actions-menu.formatter.ts"
|
|
2935
3023
|
}
|
|
2936
3024
|
}
|
|
2937
3025
|
]
|
|
2938
3026
|
},
|
|
2939
3027
|
{
|
|
2940
3028
|
"kind": "javascript-module",
|
|
2941
|
-
"path": "src/
|
|
3029
|
+
"path": "src/cell-formatters/boolean.formatter.ts",
|
|
2942
3030
|
"declarations": [
|
|
2943
3031
|
{
|
|
2944
|
-
"kind": "
|
|
2945
|
-
"
|
|
2946
|
-
"
|
|
2947
|
-
|
|
2948
|
-
|
|
2949
|
-
|
|
2950
|
-
|
|
2951
|
-
|
|
2952
|
-
"text": "HTMLElement[]"
|
|
2953
|
-
},
|
|
2954
|
-
"privacy": "public"
|
|
2955
|
-
},
|
|
2956
|
-
{
|
|
2957
|
-
"kind": "field",
|
|
2958
|
-
"name": "definition",
|
|
2959
|
-
"type": {
|
|
2960
|
-
"text": "Partial<ColumnDefinition>"
|
|
2961
|
-
},
|
|
2962
|
-
"default": "{}"
|
|
2963
|
-
},
|
|
2964
|
-
{
|
|
2965
|
-
"kind": "method",
|
|
2966
|
-
"name": "slottedCellChanged",
|
|
2967
|
-
"privacy": "public"
|
|
2968
|
-
},
|
|
2969
|
-
{
|
|
2970
|
-
"kind": "method",
|
|
2971
|
-
"name": "deepClone",
|
|
2972
|
-
"return": {
|
|
2973
|
-
"type": {
|
|
2974
|
-
"text": "Node"
|
|
2975
|
-
}
|
|
2976
|
-
},
|
|
2977
|
-
"inheritedFrom": {
|
|
2978
|
-
"name": "LifecycleMixin",
|
|
2979
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
2980
|
-
}
|
|
2981
|
-
},
|
|
2982
|
-
{
|
|
2983
|
-
"kind": "method",
|
|
2984
|
-
"name": "cloneNode",
|
|
2985
|
-
"return": {
|
|
2986
|
-
"type": {
|
|
2987
|
-
"text": "Node"
|
|
2988
|
-
}
|
|
2989
|
-
},
|
|
2990
|
-
"parameters": [
|
|
2991
|
-
{
|
|
2992
|
-
"name": "deep",
|
|
2993
|
-
"optional": true,
|
|
2994
|
-
"type": {
|
|
2995
|
-
"text": "boolean"
|
|
2996
|
-
}
|
|
2997
|
-
}
|
|
2998
|
-
],
|
|
2999
|
-
"inheritedFrom": {
|
|
3000
|
-
"name": "LifecycleMixin",
|
|
3001
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
3002
|
-
}
|
|
3003
|
-
},
|
|
3004
|
-
{
|
|
3005
|
-
"kind": "field",
|
|
3006
|
-
"name": "shouldRunDisconnect",
|
|
3007
|
-
"return": {
|
|
3008
|
-
"type": {
|
|
3009
|
-
"text": ""
|
|
3010
|
-
}
|
|
3011
|
-
},
|
|
3012
|
-
"readonly": true,
|
|
3013
|
-
"inheritedFrom": {
|
|
3014
|
-
"name": "LifecycleMixin",
|
|
3015
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
3016
|
-
}
|
|
3017
|
-
},
|
|
3018
|
-
{
|
|
3019
|
-
"kind": "field",
|
|
3020
|
-
"name": "shouldRunConnect",
|
|
3021
|
-
"return": {
|
|
3022
|
-
"type": {
|
|
3023
|
-
"text": ""
|
|
3024
|
-
}
|
|
3025
|
-
},
|
|
3026
|
-
"readonly": true,
|
|
3027
|
-
"inheritedFrom": {
|
|
3028
|
-
"name": "LifecycleMixin",
|
|
3029
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
3030
|
-
}
|
|
3031
|
-
},
|
|
3032
|
-
{
|
|
3033
|
-
"kind": "method",
|
|
3034
|
-
"name": "#_blockLifecycleDueToTokenChange",
|
|
3035
|
-
"return": {
|
|
3036
|
-
"type": {
|
|
3037
|
-
"text": "boolean"
|
|
3038
|
-
}
|
|
3039
|
-
},
|
|
3040
|
-
"parameters": [
|
|
3041
|
-
{
|
|
3042
|
-
"name": "lifecycleType",
|
|
3043
|
-
"type": {
|
|
3044
|
-
"text": "Lifecycletype"
|
|
3045
|
-
}
|
|
3046
|
-
}
|
|
3047
|
-
],
|
|
3048
|
-
"inheritedFrom": {
|
|
3049
|
-
"name": "LifecycleMixin",
|
|
3050
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
3051
|
-
}
|
|
3052
|
-
},
|
|
3053
|
-
{
|
|
3054
|
-
"kind": "field",
|
|
3055
|
-
"name": "_presentation",
|
|
3056
|
-
"type": {
|
|
3057
|
-
"text": "ComponentPresentation | null | undefined"
|
|
3058
|
-
},
|
|
3059
|
-
"privacy": "private",
|
|
3060
|
-
"default": "void 0",
|
|
3061
|
-
"inheritedFrom": {
|
|
3062
|
-
"name": "FoundationElement",
|
|
3063
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3064
|
-
}
|
|
3065
|
-
},
|
|
3066
|
-
{
|
|
3067
|
-
"kind": "field",
|
|
3068
|
-
"name": "$presentation",
|
|
3069
|
-
"type": {
|
|
3070
|
-
"text": "ComponentPresentation | null"
|
|
3071
|
-
},
|
|
3072
|
-
"privacy": "public",
|
|
3073
|
-
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
3074
|
-
"inheritedFrom": {
|
|
3075
|
-
"name": "FoundationElement",
|
|
3076
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3077
|
-
}
|
|
3078
|
-
},
|
|
3079
|
-
{
|
|
3080
|
-
"kind": "field",
|
|
3081
|
-
"name": "template",
|
|
3082
|
-
"type": {
|
|
3083
|
-
"text": "ElementViewTemplate | void | null"
|
|
3084
|
-
},
|
|
3085
|
-
"privacy": "public",
|
|
3086
|
-
"description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
|
|
3087
|
-
"inheritedFrom": {
|
|
3088
|
-
"name": "FoundationElement",
|
|
3089
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3090
|
-
}
|
|
3091
|
-
},
|
|
3092
|
-
{
|
|
3093
|
-
"kind": "method",
|
|
3094
|
-
"name": "templateChanged",
|
|
3095
|
-
"privacy": "protected",
|
|
3096
|
-
"return": {
|
|
3097
|
-
"type": {
|
|
3098
|
-
"text": "void"
|
|
3099
|
-
}
|
|
3100
|
-
},
|
|
3101
|
-
"inheritedFrom": {
|
|
3102
|
-
"name": "FoundationElement",
|
|
3103
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3104
|
-
}
|
|
3105
|
-
},
|
|
3106
|
-
{
|
|
3107
|
-
"kind": "field",
|
|
3108
|
-
"name": "styles",
|
|
3109
|
-
"type": {
|
|
3110
|
-
"text": "ElementStyles | void | null"
|
|
3111
|
-
},
|
|
3112
|
-
"privacy": "public",
|
|
3113
|
-
"description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
|
|
3114
|
-
"inheritedFrom": {
|
|
3115
|
-
"name": "FoundationElement",
|
|
3116
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3117
|
-
}
|
|
3118
|
-
},
|
|
3119
|
-
{
|
|
3120
|
-
"kind": "method",
|
|
3121
|
-
"name": "stylesChanged",
|
|
3122
|
-
"privacy": "protected",
|
|
3123
|
-
"return": {
|
|
3124
|
-
"type": {
|
|
3125
|
-
"text": "void"
|
|
3126
|
-
}
|
|
3127
|
-
},
|
|
3128
|
-
"inheritedFrom": {
|
|
3129
|
-
"name": "FoundationElement",
|
|
3130
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3131
|
-
}
|
|
3132
|
-
},
|
|
3133
|
-
{
|
|
3134
|
-
"kind": "method",
|
|
3135
|
-
"name": "compose",
|
|
3136
|
-
"privacy": "public",
|
|
3137
|
-
"static": true,
|
|
3138
|
-
"return": {
|
|
3139
|
-
"type": {
|
|
3140
|
-
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
3141
|
-
}
|
|
3142
|
-
},
|
|
3143
|
-
"parameters": [
|
|
3144
|
-
{
|
|
3145
|
-
"name": "this",
|
|
3146
|
-
"type": {
|
|
3147
|
-
"text": "K"
|
|
3148
|
-
}
|
|
3149
|
-
},
|
|
3150
|
-
{
|
|
3151
|
-
"name": "elementDefinition",
|
|
3152
|
-
"type": {
|
|
3153
|
-
"text": "T"
|
|
3154
|
-
},
|
|
3155
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
3156
|
-
}
|
|
3157
|
-
],
|
|
3158
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
3159
|
-
"inheritedFrom": {
|
|
3160
|
-
"name": "FoundationElement",
|
|
3161
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3162
|
-
}
|
|
3163
|
-
}
|
|
3164
|
-
],
|
|
3165
|
-
"mixins": [
|
|
3166
|
-
{
|
|
3167
|
-
"name": "LifecycleMixin",
|
|
3168
|
-
"package": "@genesislcap/foundation-utils"
|
|
3169
|
-
}
|
|
3170
|
-
],
|
|
3171
|
-
"superclass": {
|
|
3172
|
-
"name": "FoundationElement",
|
|
3173
|
-
"package": "@microsoft/fast-foundation"
|
|
3174
|
-
},
|
|
3175
|
-
"tagName": "grid-tabulator-column",
|
|
3176
|
-
"customElement": true
|
|
3177
|
-
}
|
|
3178
|
-
],
|
|
3179
|
-
"exports": [
|
|
3180
|
-
{
|
|
3181
|
-
"kind": "js",
|
|
3182
|
-
"name": "GridTabulatorColumn",
|
|
3183
|
-
"declaration": {
|
|
3184
|
-
"name": "GridTabulatorColumn",
|
|
3185
|
-
"module": "src/column/column.ts"
|
|
3186
|
-
}
|
|
3187
|
-
},
|
|
3188
|
-
{
|
|
3189
|
-
"kind": "custom-element-definition",
|
|
3190
|
-
"name": "grid-tabulator-column",
|
|
3191
|
-
"declaration": {
|
|
3192
|
-
"name": "GridTabulatorColumn",
|
|
3193
|
-
"module": "src/column/column.ts"
|
|
3194
|
-
}
|
|
3195
|
-
}
|
|
3196
|
-
]
|
|
3197
|
-
},
|
|
3198
|
-
{
|
|
3199
|
-
"kind": "javascript-module",
|
|
3200
|
-
"path": "src/column/index.ts",
|
|
3201
|
-
"declarations": [],
|
|
3202
|
-
"exports": [
|
|
3203
|
-
{
|
|
3204
|
-
"kind": "js",
|
|
3205
|
-
"name": "*",
|
|
3206
|
-
"declaration": {
|
|
3207
|
-
"name": "*",
|
|
3208
|
-
"package": "./column"
|
|
3209
|
-
}
|
|
3210
|
-
}
|
|
3211
|
-
]
|
|
3212
|
-
},
|
|
3213
|
-
{
|
|
3214
|
-
"kind": "javascript-module",
|
|
3215
|
-
"path": "src/cell-formatters/action.formatter.ts",
|
|
3216
|
-
"declarations": [
|
|
3217
|
-
{
|
|
3218
|
-
"kind": "function",
|
|
3219
|
-
"name": "actionFormatter",
|
|
3220
|
-
"return": {
|
|
3221
|
-
"type": {
|
|
3222
|
-
"text": ""
|
|
3223
|
-
}
|
|
3224
|
-
},
|
|
3225
|
-
"parameters": [
|
|
3226
|
-
{
|
|
3227
|
-
"name": "cell",
|
|
3228
|
-
"type": {
|
|
3229
|
-
"text": "any"
|
|
3230
|
-
},
|
|
3231
|
-
"description": "The cell component provided by Tabulator"
|
|
3232
|
-
},
|
|
3233
|
-
{
|
|
3234
|
-
"name": "formatterParams",
|
|
3235
|
-
"default": "{}",
|
|
3236
|
-
"type": {
|
|
3237
|
-
"text": "ActionFormatterParams<T>"
|
|
3238
|
-
},
|
|
3239
|
-
"description": "Action formatter parameters"
|
|
3240
|
-
}
|
|
3241
|
-
],
|
|
3242
|
-
"description": "Formatter that displays an action button in the cell.\nStyled to match grid-pro action renderer.",
|
|
3243
|
-
"privacy": "public"
|
|
3244
|
-
}
|
|
3245
|
-
],
|
|
3246
|
-
"exports": [
|
|
3247
|
-
{
|
|
3248
|
-
"kind": "js",
|
|
3249
|
-
"name": "actionFormatter",
|
|
3250
|
-
"declaration": {
|
|
3251
|
-
"name": "actionFormatter",
|
|
3252
|
-
"module": "src/cell-formatters/action.formatter.ts"
|
|
3253
|
-
}
|
|
3254
|
-
}
|
|
3255
|
-
]
|
|
3256
|
-
},
|
|
3257
|
-
{
|
|
3258
|
-
"kind": "javascript-module",
|
|
3259
|
-
"path": "src/cell-formatters/actions-menu.formatter.ts",
|
|
3260
|
-
"declarations": [
|
|
3261
|
-
{
|
|
3262
|
-
"kind": "function",
|
|
3263
|
-
"name": "actionsMenuFormatter",
|
|
3264
|
-
"return": {
|
|
3265
|
-
"type": {
|
|
3266
|
-
"text": ""
|
|
3267
|
-
}
|
|
3268
|
-
},
|
|
3269
|
-
"parameters": [
|
|
3270
|
-
{
|
|
3271
|
-
"name": "cell",
|
|
3272
|
-
"type": {
|
|
3273
|
-
"text": "any"
|
|
3274
|
-
},
|
|
3275
|
-
"description": "The cell component provided by Tabulator"
|
|
3276
|
-
},
|
|
3277
|
-
{
|
|
3278
|
-
"name": "formatterParams",
|
|
3279
|
-
"default": "{}",
|
|
3280
|
-
"type": {
|
|
3281
|
-
"text": "ActionsMenuFormatterParams<T>"
|
|
3282
|
-
},
|
|
3283
|
-
"description": "Actions menu formatter parameters"
|
|
3284
|
-
}
|
|
3285
|
-
],
|
|
3286
|
-
"description": "Formatter that displays a dropdown menu of actions in the cell.\nStyled to match grid-pro actions-menu renderer.",
|
|
3287
|
-
"privacy": "public"
|
|
3288
|
-
}
|
|
3289
|
-
],
|
|
3290
|
-
"exports": [
|
|
3291
|
-
{
|
|
3292
|
-
"kind": "js",
|
|
3293
|
-
"name": "actionsMenuFormatter",
|
|
3294
|
-
"declaration": {
|
|
3295
|
-
"name": "actionsMenuFormatter",
|
|
3296
|
-
"module": "src/cell-formatters/actions-menu.formatter.ts"
|
|
3297
|
-
}
|
|
3298
|
-
}
|
|
3299
|
-
]
|
|
3300
|
-
},
|
|
3301
|
-
{
|
|
3302
|
-
"kind": "javascript-module",
|
|
3303
|
-
"path": "src/cell-formatters/boolean.formatter.ts",
|
|
3304
|
-
"declarations": [
|
|
3305
|
-
{
|
|
3306
|
-
"kind": "function",
|
|
3307
|
-
"name": "booleanFormatter",
|
|
3308
|
-
"return": {
|
|
3309
|
-
"type": {
|
|
3310
|
-
"text": ""
|
|
3311
|
-
}
|
|
3312
|
-
},
|
|
3313
|
-
"parameters": [
|
|
3032
|
+
"kind": "function",
|
|
3033
|
+
"name": "booleanFormatter",
|
|
3034
|
+
"return": {
|
|
3035
|
+
"type": {
|
|
3036
|
+
"text": ""
|
|
3037
|
+
}
|
|
3038
|
+
},
|
|
3039
|
+
"parameters": [
|
|
3314
3040
|
{
|
|
3315
3041
|
"name": "cell",
|
|
3316
3042
|
"type": {
|
|
@@ -3535,75 +3261,349 @@
|
|
|
3535
3261
|
},
|
|
3536
3262
|
"parameters": [
|
|
3537
3263
|
{
|
|
3538
|
-
"name": "cell",
|
|
3264
|
+
"name": "cell",
|
|
3265
|
+
"type": {
|
|
3266
|
+
"text": "any"
|
|
3267
|
+
},
|
|
3268
|
+
"description": "The cell component provided by Tabulator"
|
|
3269
|
+
},
|
|
3270
|
+
{
|
|
3271
|
+
"name": "formatterParams",
|
|
3272
|
+
"type": {
|
|
3273
|
+
"text": "SelectFormatterParams<T>"
|
|
3274
|
+
},
|
|
3275
|
+
"description": "Select formatter parameters"
|
|
3276
|
+
}
|
|
3277
|
+
],
|
|
3278
|
+
"description": "Formatter that displays a select component with options.\nReturns a wrapped div containing the select, similar to boolean.formatter.",
|
|
3279
|
+
"privacy": "public"
|
|
3280
|
+
}
|
|
3281
|
+
],
|
|
3282
|
+
"exports": [
|
|
3283
|
+
{
|
|
3284
|
+
"kind": "js",
|
|
3285
|
+
"name": "selectFormatter",
|
|
3286
|
+
"declaration": {
|
|
3287
|
+
"name": "selectFormatter",
|
|
3288
|
+
"module": "src/cell-formatters/select.formatter.ts"
|
|
3289
|
+
}
|
|
3290
|
+
}
|
|
3291
|
+
]
|
|
3292
|
+
},
|
|
3293
|
+
{
|
|
3294
|
+
"kind": "javascript-module",
|
|
3295
|
+
"path": "src/cell-formatters/text.formatter.ts",
|
|
3296
|
+
"declarations": [
|
|
3297
|
+
{
|
|
3298
|
+
"kind": "function",
|
|
3299
|
+
"name": "textFormatter",
|
|
3300
|
+
"return": {
|
|
3301
|
+
"type": {
|
|
3302
|
+
"text": ""
|
|
3303
|
+
}
|
|
3304
|
+
},
|
|
3305
|
+
"parameters": [
|
|
3306
|
+
{
|
|
3307
|
+
"name": "cell",
|
|
3308
|
+
"type": {
|
|
3309
|
+
"text": "any"
|
|
3310
|
+
},
|
|
3311
|
+
"description": "The cell component provided by Tabulator"
|
|
3312
|
+
},
|
|
3313
|
+
{
|
|
3314
|
+
"name": "formatterParams",
|
|
3315
|
+
"default": "{}",
|
|
3316
|
+
"type": {
|
|
3317
|
+
"text": "TextFormatterParams<T>"
|
|
3318
|
+
},
|
|
3319
|
+
"description": "Text formatter parameters"
|
|
3320
|
+
}
|
|
3321
|
+
],
|
|
3322
|
+
"description": "Text formatter for customized display of values.\nStyled to match grid-pro text renderer.",
|
|
3323
|
+
"privacy": "public"
|
|
3324
|
+
}
|
|
3325
|
+
],
|
|
3326
|
+
"exports": [
|
|
3327
|
+
{
|
|
3328
|
+
"kind": "js",
|
|
3329
|
+
"name": "textFormatter",
|
|
3330
|
+
"declaration": {
|
|
3331
|
+
"name": "textFormatter",
|
|
3332
|
+
"module": "src/cell-formatters/text.formatter.ts"
|
|
3333
|
+
}
|
|
3334
|
+
}
|
|
3335
|
+
]
|
|
3336
|
+
},
|
|
3337
|
+
{
|
|
3338
|
+
"kind": "javascript-module",
|
|
3339
|
+
"path": "src/column/column.ts",
|
|
3340
|
+
"declarations": [
|
|
3341
|
+
{
|
|
3342
|
+
"kind": "class",
|
|
3343
|
+
"description": "The GridTabulator Column element.",
|
|
3344
|
+
"name": "GridTabulatorColumn",
|
|
3345
|
+
"members": [
|
|
3346
|
+
{
|
|
3347
|
+
"kind": "field",
|
|
3348
|
+
"name": "slottedCell",
|
|
3349
|
+
"type": {
|
|
3350
|
+
"text": "HTMLElement[]"
|
|
3351
|
+
},
|
|
3352
|
+
"privacy": "public"
|
|
3353
|
+
},
|
|
3354
|
+
{
|
|
3355
|
+
"kind": "field",
|
|
3356
|
+
"name": "definition",
|
|
3357
|
+
"type": {
|
|
3358
|
+
"text": "Partial<ColumnDefinition>"
|
|
3359
|
+
},
|
|
3360
|
+
"default": "{}"
|
|
3361
|
+
},
|
|
3362
|
+
{
|
|
3363
|
+
"kind": "method",
|
|
3364
|
+
"name": "slottedCellChanged",
|
|
3365
|
+
"privacy": "public"
|
|
3366
|
+
},
|
|
3367
|
+
{
|
|
3368
|
+
"kind": "method",
|
|
3369
|
+
"name": "deepClone",
|
|
3370
|
+
"return": {
|
|
3371
|
+
"type": {
|
|
3372
|
+
"text": "Node"
|
|
3373
|
+
}
|
|
3374
|
+
},
|
|
3375
|
+
"inheritedFrom": {
|
|
3376
|
+
"name": "LifecycleMixin",
|
|
3377
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
3378
|
+
}
|
|
3379
|
+
},
|
|
3380
|
+
{
|
|
3381
|
+
"kind": "method",
|
|
3382
|
+
"name": "cloneNode",
|
|
3383
|
+
"return": {
|
|
3384
|
+
"type": {
|
|
3385
|
+
"text": "Node"
|
|
3386
|
+
}
|
|
3387
|
+
},
|
|
3388
|
+
"parameters": [
|
|
3389
|
+
{
|
|
3390
|
+
"name": "deep",
|
|
3391
|
+
"optional": true,
|
|
3392
|
+
"type": {
|
|
3393
|
+
"text": "boolean"
|
|
3394
|
+
}
|
|
3395
|
+
}
|
|
3396
|
+
],
|
|
3397
|
+
"inheritedFrom": {
|
|
3398
|
+
"name": "LifecycleMixin",
|
|
3399
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
3400
|
+
}
|
|
3401
|
+
},
|
|
3402
|
+
{
|
|
3403
|
+
"kind": "field",
|
|
3404
|
+
"name": "shouldRunDisconnect",
|
|
3405
|
+
"return": {
|
|
3406
|
+
"type": {
|
|
3407
|
+
"text": ""
|
|
3408
|
+
}
|
|
3409
|
+
},
|
|
3410
|
+
"readonly": true,
|
|
3411
|
+
"inheritedFrom": {
|
|
3412
|
+
"name": "LifecycleMixin",
|
|
3413
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
3414
|
+
}
|
|
3415
|
+
},
|
|
3416
|
+
{
|
|
3417
|
+
"kind": "field",
|
|
3418
|
+
"name": "shouldRunConnect",
|
|
3419
|
+
"return": {
|
|
3420
|
+
"type": {
|
|
3421
|
+
"text": ""
|
|
3422
|
+
}
|
|
3423
|
+
},
|
|
3424
|
+
"readonly": true,
|
|
3425
|
+
"inheritedFrom": {
|
|
3426
|
+
"name": "LifecycleMixin",
|
|
3427
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
3428
|
+
}
|
|
3429
|
+
},
|
|
3430
|
+
{
|
|
3431
|
+
"kind": "method",
|
|
3432
|
+
"name": "#_blockLifecycleDueToTokenChange",
|
|
3433
|
+
"return": {
|
|
3434
|
+
"type": {
|
|
3435
|
+
"text": "boolean"
|
|
3436
|
+
}
|
|
3437
|
+
},
|
|
3438
|
+
"parameters": [
|
|
3439
|
+
{
|
|
3440
|
+
"name": "lifecycleType",
|
|
3441
|
+
"type": {
|
|
3442
|
+
"text": "Lifecycletype"
|
|
3443
|
+
}
|
|
3444
|
+
}
|
|
3445
|
+
],
|
|
3446
|
+
"inheritedFrom": {
|
|
3447
|
+
"name": "LifecycleMixin",
|
|
3448
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
3449
|
+
}
|
|
3450
|
+
},
|
|
3451
|
+
{
|
|
3452
|
+
"kind": "field",
|
|
3453
|
+
"name": "_presentation",
|
|
3539
3454
|
"type": {
|
|
3540
|
-
"text": "
|
|
3455
|
+
"text": "ComponentPresentation | null | undefined"
|
|
3541
3456
|
},
|
|
3542
|
-
"
|
|
3457
|
+
"privacy": "private",
|
|
3458
|
+
"default": "void 0",
|
|
3459
|
+
"inheritedFrom": {
|
|
3460
|
+
"name": "FoundationElement",
|
|
3461
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3462
|
+
}
|
|
3543
3463
|
},
|
|
3544
3464
|
{
|
|
3545
|
-
"
|
|
3465
|
+
"kind": "field",
|
|
3466
|
+
"name": "$presentation",
|
|
3546
3467
|
"type": {
|
|
3547
|
-
"text": "
|
|
3468
|
+
"text": "ComponentPresentation | null"
|
|
3548
3469
|
},
|
|
3549
|
-
"
|
|
3470
|
+
"privacy": "public",
|
|
3471
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
3472
|
+
"inheritedFrom": {
|
|
3473
|
+
"name": "FoundationElement",
|
|
3474
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3475
|
+
}
|
|
3476
|
+
},
|
|
3477
|
+
{
|
|
3478
|
+
"kind": "field",
|
|
3479
|
+
"name": "template",
|
|
3480
|
+
"type": {
|
|
3481
|
+
"text": "ElementViewTemplate | void | null"
|
|
3482
|
+
},
|
|
3483
|
+
"privacy": "public",
|
|
3484
|
+
"description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
|
|
3485
|
+
"inheritedFrom": {
|
|
3486
|
+
"name": "FoundationElement",
|
|
3487
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3488
|
+
}
|
|
3489
|
+
},
|
|
3490
|
+
{
|
|
3491
|
+
"kind": "method",
|
|
3492
|
+
"name": "templateChanged",
|
|
3493
|
+
"privacy": "protected",
|
|
3494
|
+
"return": {
|
|
3495
|
+
"type": {
|
|
3496
|
+
"text": "void"
|
|
3497
|
+
}
|
|
3498
|
+
},
|
|
3499
|
+
"inheritedFrom": {
|
|
3500
|
+
"name": "FoundationElement",
|
|
3501
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3502
|
+
}
|
|
3503
|
+
},
|
|
3504
|
+
{
|
|
3505
|
+
"kind": "field",
|
|
3506
|
+
"name": "styles",
|
|
3507
|
+
"type": {
|
|
3508
|
+
"text": "ElementStyles | void | null"
|
|
3509
|
+
},
|
|
3510
|
+
"privacy": "public",
|
|
3511
|
+
"description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
|
|
3512
|
+
"inheritedFrom": {
|
|
3513
|
+
"name": "FoundationElement",
|
|
3514
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3515
|
+
}
|
|
3516
|
+
},
|
|
3517
|
+
{
|
|
3518
|
+
"kind": "method",
|
|
3519
|
+
"name": "stylesChanged",
|
|
3520
|
+
"privacy": "protected",
|
|
3521
|
+
"return": {
|
|
3522
|
+
"type": {
|
|
3523
|
+
"text": "void"
|
|
3524
|
+
}
|
|
3525
|
+
},
|
|
3526
|
+
"inheritedFrom": {
|
|
3527
|
+
"name": "FoundationElement",
|
|
3528
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3529
|
+
}
|
|
3530
|
+
},
|
|
3531
|
+
{
|
|
3532
|
+
"kind": "method",
|
|
3533
|
+
"name": "compose",
|
|
3534
|
+
"privacy": "public",
|
|
3535
|
+
"static": true,
|
|
3536
|
+
"return": {
|
|
3537
|
+
"type": {
|
|
3538
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
3539
|
+
}
|
|
3540
|
+
},
|
|
3541
|
+
"parameters": [
|
|
3542
|
+
{
|
|
3543
|
+
"name": "this",
|
|
3544
|
+
"type": {
|
|
3545
|
+
"text": "K"
|
|
3546
|
+
}
|
|
3547
|
+
},
|
|
3548
|
+
{
|
|
3549
|
+
"name": "elementDefinition",
|
|
3550
|
+
"type": {
|
|
3551
|
+
"text": "T"
|
|
3552
|
+
},
|
|
3553
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
3554
|
+
}
|
|
3555
|
+
],
|
|
3556
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
3557
|
+
"inheritedFrom": {
|
|
3558
|
+
"name": "FoundationElement",
|
|
3559
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3560
|
+
}
|
|
3550
3561
|
}
|
|
3551
3562
|
],
|
|
3552
|
-
"
|
|
3553
|
-
|
|
3563
|
+
"mixins": [
|
|
3564
|
+
{
|
|
3565
|
+
"name": "LifecycleMixin",
|
|
3566
|
+
"package": "@genesislcap/foundation-utils"
|
|
3567
|
+
}
|
|
3568
|
+
],
|
|
3569
|
+
"superclass": {
|
|
3570
|
+
"name": "FoundationElement",
|
|
3571
|
+
"package": "@microsoft/fast-foundation"
|
|
3572
|
+
},
|
|
3573
|
+
"tagName": "grid-tabulator-column",
|
|
3574
|
+
"customElement": true
|
|
3554
3575
|
}
|
|
3555
3576
|
],
|
|
3556
3577
|
"exports": [
|
|
3557
3578
|
{
|
|
3558
3579
|
"kind": "js",
|
|
3559
|
-
"name": "
|
|
3580
|
+
"name": "GridTabulatorColumn",
|
|
3560
3581
|
"declaration": {
|
|
3561
|
-
"name": "
|
|
3562
|
-
"module": "src/
|
|
3582
|
+
"name": "GridTabulatorColumn",
|
|
3583
|
+
"module": "src/column/column.ts"
|
|
3584
|
+
}
|
|
3585
|
+
},
|
|
3586
|
+
{
|
|
3587
|
+
"kind": "custom-element-definition",
|
|
3588
|
+
"name": "grid-tabulator-column",
|
|
3589
|
+
"declaration": {
|
|
3590
|
+
"name": "GridTabulatorColumn",
|
|
3591
|
+
"module": "src/column/column.ts"
|
|
3563
3592
|
}
|
|
3564
3593
|
}
|
|
3565
3594
|
]
|
|
3566
3595
|
},
|
|
3567
3596
|
{
|
|
3568
3597
|
"kind": "javascript-module",
|
|
3569
|
-
"path": "src/
|
|
3570
|
-
"declarations": [
|
|
3571
|
-
{
|
|
3572
|
-
"kind": "function",
|
|
3573
|
-
"name": "textFormatter",
|
|
3574
|
-
"return": {
|
|
3575
|
-
"type": {
|
|
3576
|
-
"text": ""
|
|
3577
|
-
}
|
|
3578
|
-
},
|
|
3579
|
-
"parameters": [
|
|
3580
|
-
{
|
|
3581
|
-
"name": "cell",
|
|
3582
|
-
"type": {
|
|
3583
|
-
"text": "any"
|
|
3584
|
-
},
|
|
3585
|
-
"description": "The cell component provided by Tabulator"
|
|
3586
|
-
},
|
|
3587
|
-
{
|
|
3588
|
-
"name": "formatterParams",
|
|
3589
|
-
"default": "{}",
|
|
3590
|
-
"type": {
|
|
3591
|
-
"text": "TextFormatterParams<T>"
|
|
3592
|
-
},
|
|
3593
|
-
"description": "Text formatter parameters"
|
|
3594
|
-
}
|
|
3595
|
-
],
|
|
3596
|
-
"description": "Text formatter for customized display of values.\nStyled to match grid-pro text renderer.",
|
|
3597
|
-
"privacy": "public"
|
|
3598
|
-
}
|
|
3599
|
-
],
|
|
3598
|
+
"path": "src/column/index.ts",
|
|
3599
|
+
"declarations": [],
|
|
3600
3600
|
"exports": [
|
|
3601
3601
|
{
|
|
3602
3602
|
"kind": "js",
|
|
3603
|
-
"name": "
|
|
3603
|
+
"name": "*",
|
|
3604
3604
|
"declaration": {
|
|
3605
|
-
"name": "
|
|
3606
|
-
"
|
|
3605
|
+
"name": "*",
|
|
3606
|
+
"package": "./column"
|
|
3607
3607
|
}
|
|
3608
3608
|
}
|
|
3609
3609
|
]
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@genesislcap/grid-tabulator",
|
|
3
3
|
"description": "Genesis Foundation Grid Tabulator",
|
|
4
|
-
"version": "14.383.
|
|
4
|
+
"version": "14.383.2",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -39,20 +39,20 @@
|
|
|
39
39
|
}
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
|
-
"@genesislcap/foundation-testing": "14.383.
|
|
43
|
-
"@genesislcap/genx": "14.383.
|
|
44
|
-
"@genesislcap/rollup-builder": "14.383.
|
|
45
|
-
"@genesislcap/ts-builder": "14.383.
|
|
46
|
-
"@genesislcap/uvu-playwright-builder": "14.383.
|
|
47
|
-
"@genesislcap/vite-builder": "14.383.
|
|
48
|
-
"@genesislcap/webpack-builder": "14.383.
|
|
42
|
+
"@genesislcap/foundation-testing": "14.383.2",
|
|
43
|
+
"@genesislcap/genx": "14.383.2",
|
|
44
|
+
"@genesislcap/rollup-builder": "14.383.2",
|
|
45
|
+
"@genesislcap/ts-builder": "14.383.2",
|
|
46
|
+
"@genesislcap/uvu-playwright-builder": "14.383.2",
|
|
47
|
+
"@genesislcap/vite-builder": "14.383.2",
|
|
48
|
+
"@genesislcap/webpack-builder": "14.383.2",
|
|
49
49
|
"@types/tabulator-tables": "6.2.6"
|
|
50
50
|
},
|
|
51
51
|
"dependencies": {
|
|
52
|
-
"@genesislcap/foundation-comms": "14.383.
|
|
53
|
-
"@genesislcap/foundation-logger": "14.383.
|
|
54
|
-
"@genesislcap/foundation-ui": "14.383.
|
|
55
|
-
"@genesislcap/foundation-utils": "14.383.
|
|
52
|
+
"@genesislcap/foundation-comms": "14.383.2",
|
|
53
|
+
"@genesislcap/foundation-logger": "14.383.2",
|
|
54
|
+
"@genesislcap/foundation-ui": "14.383.2",
|
|
55
|
+
"@genesislcap/foundation-utils": "14.383.2",
|
|
56
56
|
"@microsoft/fast-colors": "5.3.1",
|
|
57
57
|
"@microsoft/fast-components": "2.30.6",
|
|
58
58
|
"@microsoft/fast-element": "1.14.0",
|
|
@@ -73,5 +73,5 @@
|
|
|
73
73
|
"access": "public"
|
|
74
74
|
},
|
|
75
75
|
"customElements": "dist/custom-elements.json",
|
|
76
|
-
"gitHead": "
|
|
76
|
+
"gitHead": "14cc8bb010fcedd84edaeabe9c4a3ee5824ffd79"
|
|
77
77
|
}
|