@genesislcap/grid-pro 14.83.3-alpha-33bf6c6.0 → 14.83.3-alpha.45c8072.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/custom-elements.json +398 -398
- package/package.json +8 -8
|
@@ -1597,229 +1597,6 @@
|
|
|
1597
1597
|
}
|
|
1598
1598
|
]
|
|
1599
1599
|
},
|
|
1600
|
-
{
|
|
1601
|
-
"kind": "javascript-module",
|
|
1602
|
-
"path": "src/column/column.template.ts",
|
|
1603
|
-
"declarations": [
|
|
1604
|
-
{
|
|
1605
|
-
"kind": "variable",
|
|
1606
|
-
"name": "ColumnTemplate",
|
|
1607
|
-
"default": "html<GridColumn>`\n <template>\n <slot ${slotted('slottedAgCell')} @slotchange=\"${(x) => x.slottedAgCellChanged()}\"></slot>\n </template>\n`",
|
|
1608
|
-
"description": "The Grid Pro Column Template.",
|
|
1609
|
-
"privacy": "public"
|
|
1610
|
-
}
|
|
1611
|
-
],
|
|
1612
|
-
"exports": [
|
|
1613
|
-
{
|
|
1614
|
-
"kind": "js",
|
|
1615
|
-
"name": "ColumnTemplate",
|
|
1616
|
-
"declaration": {
|
|
1617
|
-
"name": "ColumnTemplate",
|
|
1618
|
-
"module": "src/column/column.template.ts"
|
|
1619
|
-
}
|
|
1620
|
-
}
|
|
1621
|
-
]
|
|
1622
|
-
},
|
|
1623
|
-
{
|
|
1624
|
-
"kind": "javascript-module",
|
|
1625
|
-
"path": "src/column/column.ts",
|
|
1626
|
-
"declarations": [
|
|
1627
|
-
{
|
|
1628
|
-
"kind": "class",
|
|
1629
|
-
"description": "The Grid Pro Column element.",
|
|
1630
|
-
"name": "GridColumn",
|
|
1631
|
-
"members": [
|
|
1632
|
-
{
|
|
1633
|
-
"kind": "field",
|
|
1634
|
-
"name": "slottedAgCell",
|
|
1635
|
-
"type": {
|
|
1636
|
-
"text": "HTMLElement[]"
|
|
1637
|
-
},
|
|
1638
|
-
"privacy": "public"
|
|
1639
|
-
},
|
|
1640
|
-
{
|
|
1641
|
-
"kind": "field",
|
|
1642
|
-
"name": "definition",
|
|
1643
|
-
"type": {
|
|
1644
|
-
"text": "ColDef"
|
|
1645
|
-
},
|
|
1646
|
-
"default": "{}"
|
|
1647
|
-
},
|
|
1648
|
-
{
|
|
1649
|
-
"kind": "method",
|
|
1650
|
-
"name": "slottedAgCellChanged",
|
|
1651
|
-
"privacy": "public"
|
|
1652
|
-
},
|
|
1653
|
-
{
|
|
1654
|
-
"kind": "field",
|
|
1655
|
-
"name": "_presentation",
|
|
1656
|
-
"type": {
|
|
1657
|
-
"text": "ComponentPresentation | null | undefined"
|
|
1658
|
-
},
|
|
1659
|
-
"privacy": "private",
|
|
1660
|
-
"default": "void 0",
|
|
1661
|
-
"inheritedFrom": {
|
|
1662
|
-
"name": "FoundationElement",
|
|
1663
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
1664
|
-
}
|
|
1665
|
-
},
|
|
1666
|
-
{
|
|
1667
|
-
"kind": "field",
|
|
1668
|
-
"name": "$presentation",
|
|
1669
|
-
"type": {
|
|
1670
|
-
"text": "ComponentPresentation | null"
|
|
1671
|
-
},
|
|
1672
|
-
"privacy": "public",
|
|
1673
|
-
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
1674
|
-
"inheritedFrom": {
|
|
1675
|
-
"name": "FoundationElement",
|
|
1676
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
1677
|
-
}
|
|
1678
|
-
},
|
|
1679
|
-
{
|
|
1680
|
-
"kind": "field",
|
|
1681
|
-
"name": "template",
|
|
1682
|
-
"type": {
|
|
1683
|
-
"text": "ElementViewTemplate | void | null"
|
|
1684
|
-
},
|
|
1685
|
-
"privacy": "public",
|
|
1686
|
-
"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.",
|
|
1687
|
-
"inheritedFrom": {
|
|
1688
|
-
"name": "FoundationElement",
|
|
1689
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
1690
|
-
}
|
|
1691
|
-
},
|
|
1692
|
-
{
|
|
1693
|
-
"kind": "method",
|
|
1694
|
-
"name": "templateChanged",
|
|
1695
|
-
"privacy": "protected",
|
|
1696
|
-
"return": {
|
|
1697
|
-
"type": {
|
|
1698
|
-
"text": "void"
|
|
1699
|
-
}
|
|
1700
|
-
},
|
|
1701
|
-
"inheritedFrom": {
|
|
1702
|
-
"name": "FoundationElement",
|
|
1703
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
1704
|
-
}
|
|
1705
|
-
},
|
|
1706
|
-
{
|
|
1707
|
-
"kind": "field",
|
|
1708
|
-
"name": "styles",
|
|
1709
|
-
"type": {
|
|
1710
|
-
"text": "ElementStyles | void | null"
|
|
1711
|
-
},
|
|
1712
|
-
"privacy": "public",
|
|
1713
|
-
"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.",
|
|
1714
|
-
"inheritedFrom": {
|
|
1715
|
-
"name": "FoundationElement",
|
|
1716
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
1717
|
-
}
|
|
1718
|
-
},
|
|
1719
|
-
{
|
|
1720
|
-
"kind": "method",
|
|
1721
|
-
"name": "stylesChanged",
|
|
1722
|
-
"privacy": "protected",
|
|
1723
|
-
"return": {
|
|
1724
|
-
"type": {
|
|
1725
|
-
"text": "void"
|
|
1726
|
-
}
|
|
1727
|
-
},
|
|
1728
|
-
"inheritedFrom": {
|
|
1729
|
-
"name": "FoundationElement",
|
|
1730
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
1731
|
-
}
|
|
1732
|
-
},
|
|
1733
|
-
{
|
|
1734
|
-
"kind": "method",
|
|
1735
|
-
"name": "compose",
|
|
1736
|
-
"privacy": "public",
|
|
1737
|
-
"static": true,
|
|
1738
|
-
"return": {
|
|
1739
|
-
"type": {
|
|
1740
|
-
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
1741
|
-
}
|
|
1742
|
-
},
|
|
1743
|
-
"parameters": [
|
|
1744
|
-
{
|
|
1745
|
-
"name": "this",
|
|
1746
|
-
"type": {
|
|
1747
|
-
"text": "K"
|
|
1748
|
-
}
|
|
1749
|
-
},
|
|
1750
|
-
{
|
|
1751
|
-
"name": "elementDefinition",
|
|
1752
|
-
"type": {
|
|
1753
|
-
"text": "T"
|
|
1754
|
-
},
|
|
1755
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
1756
|
-
}
|
|
1757
|
-
],
|
|
1758
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
1759
|
-
"inheritedFrom": {
|
|
1760
|
-
"name": "FoundationElement",
|
|
1761
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
1762
|
-
}
|
|
1763
|
-
}
|
|
1764
|
-
],
|
|
1765
|
-
"superclass": {
|
|
1766
|
-
"name": "FoundationElement",
|
|
1767
|
-
"package": "@microsoft/fast-foundation"
|
|
1768
|
-
},
|
|
1769
|
-
"tagName": "grid-pro-column",
|
|
1770
|
-
"customElement": true
|
|
1771
|
-
}
|
|
1772
|
-
],
|
|
1773
|
-
"exports": [
|
|
1774
|
-
{
|
|
1775
|
-
"kind": "js",
|
|
1776
|
-
"name": "GridColumn",
|
|
1777
|
-
"declaration": {
|
|
1778
|
-
"name": "GridColumn",
|
|
1779
|
-
"module": "src/column/column.ts"
|
|
1780
|
-
}
|
|
1781
|
-
},
|
|
1782
|
-
{
|
|
1783
|
-
"kind": "custom-element-definition",
|
|
1784
|
-
"name": "grid-pro-column",
|
|
1785
|
-
"declaration": {
|
|
1786
|
-
"name": "GridColumn",
|
|
1787
|
-
"module": "src/column/column.ts"
|
|
1788
|
-
}
|
|
1789
|
-
}
|
|
1790
|
-
]
|
|
1791
|
-
},
|
|
1792
|
-
{
|
|
1793
|
-
"kind": "javascript-module",
|
|
1794
|
-
"path": "src/column/index.ts",
|
|
1795
|
-
"declarations": [],
|
|
1796
|
-
"exports": [
|
|
1797
|
-
{
|
|
1798
|
-
"kind": "js",
|
|
1799
|
-
"name": "*",
|
|
1800
|
-
"declaration": {
|
|
1801
|
-
"name": "*",
|
|
1802
|
-
"package": "./column.template"
|
|
1803
|
-
}
|
|
1804
|
-
},
|
|
1805
|
-
{
|
|
1806
|
-
"kind": "js",
|
|
1807
|
-
"name": "*",
|
|
1808
|
-
"declaration": {
|
|
1809
|
-
"name": "*",
|
|
1810
|
-
"package": "./column"
|
|
1811
|
-
}
|
|
1812
|
-
},
|
|
1813
|
-
{
|
|
1814
|
-
"kind": "js",
|
|
1815
|
-
"name": "*",
|
|
1816
|
-
"declaration": {
|
|
1817
|
-
"name": "*",
|
|
1818
|
-
"package": "./utils"
|
|
1819
|
-
}
|
|
1820
|
-
}
|
|
1821
|
-
]
|
|
1822
|
-
},
|
|
1823
1600
|
{
|
|
1824
1601
|
"kind": "javascript-module",
|
|
1825
1602
|
"path": "src/cell-renderers/action.renderer.ts",
|
|
@@ -3181,128 +2958,351 @@
|
|
|
3181
2958
|
},
|
|
3182
2959
|
{
|
|
3183
2960
|
"kind": "javascript-module",
|
|
3184
|
-
"path": "src/cell-renderers/text.renderer.ts",
|
|
2961
|
+
"path": "src/cell-renderers/text.renderer.ts",
|
|
2962
|
+
"declarations": [
|
|
2963
|
+
{
|
|
2964
|
+
"kind": "class",
|
|
2965
|
+
"description": "",
|
|
2966
|
+
"name": "AgTextRenderer",
|
|
2967
|
+
"superclass": {
|
|
2968
|
+
"name": "AgTextFieldRenderer",
|
|
2969
|
+
"module": "/src/cell-renderers/text-field.renderer"
|
|
2970
|
+
},
|
|
2971
|
+
"deprecated": "- Use AgTextFieldRenderer instead",
|
|
2972
|
+
"tagName": "%%prefix%%-grid-text-renderer",
|
|
2973
|
+
"customElement": true,
|
|
2974
|
+
"members": [
|
|
2975
|
+
{
|
|
2976
|
+
"kind": "field",
|
|
2977
|
+
"name": "textField",
|
|
2978
|
+
"type": {
|
|
2979
|
+
"text": "TextField"
|
|
2980
|
+
},
|
|
2981
|
+
"privacy": "public",
|
|
2982
|
+
"inheritedFrom": {
|
|
2983
|
+
"name": "AgTextFieldRenderer",
|
|
2984
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
2985
|
+
}
|
|
2986
|
+
},
|
|
2987
|
+
{
|
|
2988
|
+
"kind": "field",
|
|
2989
|
+
"name": "textValue",
|
|
2990
|
+
"type": {
|
|
2991
|
+
"text": "string"
|
|
2992
|
+
},
|
|
2993
|
+
"default": "''",
|
|
2994
|
+
"inheritedFrom": {
|
|
2995
|
+
"name": "AgTextFieldRenderer",
|
|
2996
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
2997
|
+
}
|
|
2998
|
+
},
|
|
2999
|
+
{
|
|
3000
|
+
"kind": "field",
|
|
3001
|
+
"name": "params",
|
|
3002
|
+
"type": {
|
|
3003
|
+
"text": "FuiCellRendererParams"
|
|
3004
|
+
},
|
|
3005
|
+
"privacy": "public",
|
|
3006
|
+
"inheritedFrom": {
|
|
3007
|
+
"name": "AgTextFieldRenderer",
|
|
3008
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
3009
|
+
}
|
|
3010
|
+
},
|
|
3011
|
+
{
|
|
3012
|
+
"kind": "method",
|
|
3013
|
+
"name": "init",
|
|
3014
|
+
"privacy": "public",
|
|
3015
|
+
"parameters": [
|
|
3016
|
+
{
|
|
3017
|
+
"name": "params",
|
|
3018
|
+
"type": {
|
|
3019
|
+
"text": "FuiCellRendererParams"
|
|
3020
|
+
}
|
|
3021
|
+
}
|
|
3022
|
+
],
|
|
3023
|
+
"inheritedFrom": {
|
|
3024
|
+
"name": "AgTextFieldRenderer",
|
|
3025
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
3026
|
+
}
|
|
3027
|
+
},
|
|
3028
|
+
{
|
|
3029
|
+
"kind": "method",
|
|
3030
|
+
"name": "getGui",
|
|
3031
|
+
"privacy": "public",
|
|
3032
|
+
"return": {
|
|
3033
|
+
"type": {
|
|
3034
|
+
"text": "HTMLElement"
|
|
3035
|
+
}
|
|
3036
|
+
},
|
|
3037
|
+
"inheritedFrom": {
|
|
3038
|
+
"name": "AgTextFieldRenderer",
|
|
3039
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
3040
|
+
}
|
|
3041
|
+
},
|
|
3042
|
+
{
|
|
3043
|
+
"kind": "method",
|
|
3044
|
+
"name": "destroy",
|
|
3045
|
+
"privacy": "public",
|
|
3046
|
+
"inheritedFrom": {
|
|
3047
|
+
"name": "AgTextFieldRenderer",
|
|
3048
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
3049
|
+
}
|
|
3050
|
+
},
|
|
3051
|
+
{
|
|
3052
|
+
"kind": "method",
|
|
3053
|
+
"name": "refresh",
|
|
3054
|
+
"privacy": "public",
|
|
3055
|
+
"parameters": [
|
|
3056
|
+
{
|
|
3057
|
+
"name": "params",
|
|
3058
|
+
"type": {
|
|
3059
|
+
"text": "FuiCellRendererParams"
|
|
3060
|
+
}
|
|
3061
|
+
}
|
|
3062
|
+
],
|
|
3063
|
+
"inheritedFrom": {
|
|
3064
|
+
"name": "AgTextFieldRenderer",
|
|
3065
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
3066
|
+
}
|
|
3067
|
+
},
|
|
3068
|
+
{
|
|
3069
|
+
"kind": "field",
|
|
3070
|
+
"name": "textChanged",
|
|
3071
|
+
"privacy": "public",
|
|
3072
|
+
"description": "On text change handler",
|
|
3073
|
+
"parameters": [
|
|
3074
|
+
{
|
|
3075
|
+
"description": "CustomEvent",
|
|
3076
|
+
"name": "e"
|
|
3077
|
+
}
|
|
3078
|
+
],
|
|
3079
|
+
"inheritedFrom": {
|
|
3080
|
+
"name": "AgTextFieldRenderer",
|
|
3081
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
3082
|
+
}
|
|
3083
|
+
},
|
|
3084
|
+
{
|
|
3085
|
+
"kind": "field",
|
|
3086
|
+
"name": "_presentation",
|
|
3087
|
+
"type": {
|
|
3088
|
+
"text": "ComponentPresentation | null | undefined"
|
|
3089
|
+
},
|
|
3090
|
+
"privacy": "private",
|
|
3091
|
+
"default": "void 0",
|
|
3092
|
+
"inheritedFrom": {
|
|
3093
|
+
"name": "FoundationElement",
|
|
3094
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3095
|
+
}
|
|
3096
|
+
},
|
|
3097
|
+
{
|
|
3098
|
+
"kind": "field",
|
|
3099
|
+
"name": "$presentation",
|
|
3100
|
+
"type": {
|
|
3101
|
+
"text": "ComponentPresentation | null"
|
|
3102
|
+
},
|
|
3103
|
+
"privacy": "public",
|
|
3104
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
3105
|
+
"inheritedFrom": {
|
|
3106
|
+
"name": "FoundationElement",
|
|
3107
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3108
|
+
}
|
|
3109
|
+
},
|
|
3110
|
+
{
|
|
3111
|
+
"kind": "field",
|
|
3112
|
+
"name": "template",
|
|
3113
|
+
"type": {
|
|
3114
|
+
"text": "ElementViewTemplate | void | null"
|
|
3115
|
+
},
|
|
3116
|
+
"privacy": "public",
|
|
3117
|
+
"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.",
|
|
3118
|
+
"inheritedFrom": {
|
|
3119
|
+
"name": "FoundationElement",
|
|
3120
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3121
|
+
}
|
|
3122
|
+
},
|
|
3123
|
+
{
|
|
3124
|
+
"kind": "method",
|
|
3125
|
+
"name": "templateChanged",
|
|
3126
|
+
"privacy": "protected",
|
|
3127
|
+
"return": {
|
|
3128
|
+
"type": {
|
|
3129
|
+
"text": "void"
|
|
3130
|
+
}
|
|
3131
|
+
},
|
|
3132
|
+
"inheritedFrom": {
|
|
3133
|
+
"name": "FoundationElement",
|
|
3134
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3135
|
+
}
|
|
3136
|
+
},
|
|
3137
|
+
{
|
|
3138
|
+
"kind": "field",
|
|
3139
|
+
"name": "styles",
|
|
3140
|
+
"type": {
|
|
3141
|
+
"text": "ElementStyles | void | null"
|
|
3142
|
+
},
|
|
3143
|
+
"privacy": "public",
|
|
3144
|
+
"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.",
|
|
3145
|
+
"inheritedFrom": {
|
|
3146
|
+
"name": "FoundationElement",
|
|
3147
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3148
|
+
}
|
|
3149
|
+
},
|
|
3150
|
+
{
|
|
3151
|
+
"kind": "method",
|
|
3152
|
+
"name": "stylesChanged",
|
|
3153
|
+
"privacy": "protected",
|
|
3154
|
+
"return": {
|
|
3155
|
+
"type": {
|
|
3156
|
+
"text": "void"
|
|
3157
|
+
}
|
|
3158
|
+
},
|
|
3159
|
+
"inheritedFrom": {
|
|
3160
|
+
"name": "FoundationElement",
|
|
3161
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3162
|
+
}
|
|
3163
|
+
},
|
|
3164
|
+
{
|
|
3165
|
+
"kind": "method",
|
|
3166
|
+
"name": "compose",
|
|
3167
|
+
"privacy": "public",
|
|
3168
|
+
"static": true,
|
|
3169
|
+
"return": {
|
|
3170
|
+
"type": {
|
|
3171
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
3172
|
+
}
|
|
3173
|
+
},
|
|
3174
|
+
"parameters": [
|
|
3175
|
+
{
|
|
3176
|
+
"name": "this",
|
|
3177
|
+
"type": {
|
|
3178
|
+
"text": "K"
|
|
3179
|
+
}
|
|
3180
|
+
},
|
|
3181
|
+
{
|
|
3182
|
+
"name": "elementDefinition",
|
|
3183
|
+
"type": {
|
|
3184
|
+
"text": "T"
|
|
3185
|
+
},
|
|
3186
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
3187
|
+
}
|
|
3188
|
+
],
|
|
3189
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
3190
|
+
"inheritedFrom": {
|
|
3191
|
+
"name": "FoundationElement",
|
|
3192
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3193
|
+
}
|
|
3194
|
+
}
|
|
3195
|
+
]
|
|
3196
|
+
},
|
|
3197
|
+
{
|
|
3198
|
+
"kind": "variable",
|
|
3199
|
+
"name": "textRendererStyles",
|
|
3200
|
+
"default": "textFieldRendererStyles",
|
|
3201
|
+
"privacy": "public",
|
|
3202
|
+
"deprecated": "- Use textFieldRendererStyles instead"
|
|
3203
|
+
},
|
|
3204
|
+
{
|
|
3205
|
+
"kind": "variable",
|
|
3206
|
+
"name": "getTextRendererTemplate",
|
|
3207
|
+
"default": "getTextFieldRendererTemplate",
|
|
3208
|
+
"privacy": "public",
|
|
3209
|
+
"deprecated": "- Use getTextFieldRendererTemplate instead"
|
|
3210
|
+
},
|
|
3211
|
+
{
|
|
3212
|
+
"kind": "variable",
|
|
3213
|
+
"name": "foundationAgTextRenderer",
|
|
3214
|
+
"description": "A function that returns a Foundation Text Renderer registration for configuring the component with a DesignSystem.",
|
|
3215
|
+
"privacy": "public",
|
|
3216
|
+
"deprecated": "- Use foundationAgTextFieldRenderer instead"
|
|
3217
|
+
}
|
|
3218
|
+
],
|
|
3219
|
+
"exports": [
|
|
3220
|
+
{
|
|
3221
|
+
"kind": "js",
|
|
3222
|
+
"name": "AgTextRenderer",
|
|
3223
|
+
"declaration": {
|
|
3224
|
+
"name": "AgTextRenderer",
|
|
3225
|
+
"module": "src/cell-renderers/text.renderer.ts"
|
|
3226
|
+
}
|
|
3227
|
+
},
|
|
3228
|
+
{
|
|
3229
|
+
"kind": "js",
|
|
3230
|
+
"name": "textRendererStyles",
|
|
3231
|
+
"declaration": {
|
|
3232
|
+
"name": "textRendererStyles",
|
|
3233
|
+
"module": "src/cell-renderers/text.renderer.ts"
|
|
3234
|
+
}
|
|
3235
|
+
},
|
|
3236
|
+
{
|
|
3237
|
+
"kind": "js",
|
|
3238
|
+
"name": "getTextRendererTemplate",
|
|
3239
|
+
"declaration": {
|
|
3240
|
+
"name": "getTextRendererTemplate",
|
|
3241
|
+
"module": "src/cell-renderers/text.renderer.ts"
|
|
3242
|
+
}
|
|
3243
|
+
},
|
|
3244
|
+
{
|
|
3245
|
+
"kind": "js",
|
|
3246
|
+
"name": "foundationAgTextRenderer",
|
|
3247
|
+
"declaration": {
|
|
3248
|
+
"name": "foundationAgTextRenderer",
|
|
3249
|
+
"module": "src/cell-renderers/text.renderer.ts"
|
|
3250
|
+
}
|
|
3251
|
+
}
|
|
3252
|
+
]
|
|
3253
|
+
},
|
|
3254
|
+
{
|
|
3255
|
+
"kind": "javascript-module",
|
|
3256
|
+
"path": "src/column/column.template.ts",
|
|
3257
|
+
"declarations": [
|
|
3258
|
+
{
|
|
3259
|
+
"kind": "variable",
|
|
3260
|
+
"name": "ColumnTemplate",
|
|
3261
|
+
"default": "html<GridColumn>`\n <template>\n <slot ${slotted('slottedAgCell')} @slotchange=\"${(x) => x.slottedAgCellChanged()}\"></slot>\n </template>\n`",
|
|
3262
|
+
"description": "The Grid Pro Column Template.",
|
|
3263
|
+
"privacy": "public"
|
|
3264
|
+
}
|
|
3265
|
+
],
|
|
3266
|
+
"exports": [
|
|
3267
|
+
{
|
|
3268
|
+
"kind": "js",
|
|
3269
|
+
"name": "ColumnTemplate",
|
|
3270
|
+
"declaration": {
|
|
3271
|
+
"name": "ColumnTemplate",
|
|
3272
|
+
"module": "src/column/column.template.ts"
|
|
3273
|
+
}
|
|
3274
|
+
}
|
|
3275
|
+
]
|
|
3276
|
+
},
|
|
3277
|
+
{
|
|
3278
|
+
"kind": "javascript-module",
|
|
3279
|
+
"path": "src/column/column.ts",
|
|
3185
3280
|
"declarations": [
|
|
3186
3281
|
{
|
|
3187
3282
|
"kind": "class",
|
|
3188
|
-
"description": "",
|
|
3189
|
-
"name": "
|
|
3190
|
-
"superclass": {
|
|
3191
|
-
"name": "AgTextFieldRenderer",
|
|
3192
|
-
"module": "/src/cell-renderers/text-field.renderer"
|
|
3193
|
-
},
|
|
3194
|
-
"deprecated": "- Use AgTextFieldRenderer instead",
|
|
3195
|
-
"tagName": "%%prefix%%-grid-text-renderer",
|
|
3196
|
-
"customElement": true,
|
|
3283
|
+
"description": "The Grid Pro Column element.",
|
|
3284
|
+
"name": "GridColumn",
|
|
3197
3285
|
"members": [
|
|
3198
3286
|
{
|
|
3199
3287
|
"kind": "field",
|
|
3200
|
-
"name": "
|
|
3201
|
-
"type": {
|
|
3202
|
-
"text": "TextField"
|
|
3203
|
-
},
|
|
3204
|
-
"privacy": "public",
|
|
3205
|
-
"inheritedFrom": {
|
|
3206
|
-
"name": "AgTextFieldRenderer",
|
|
3207
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
3208
|
-
}
|
|
3209
|
-
},
|
|
3210
|
-
{
|
|
3211
|
-
"kind": "field",
|
|
3212
|
-
"name": "textValue",
|
|
3288
|
+
"name": "slottedAgCell",
|
|
3213
3289
|
"type": {
|
|
3214
|
-
"text": "
|
|
3290
|
+
"text": "HTMLElement[]"
|
|
3215
3291
|
},
|
|
3216
|
-
"
|
|
3217
|
-
"inheritedFrom": {
|
|
3218
|
-
"name": "AgTextFieldRenderer",
|
|
3219
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
3220
|
-
}
|
|
3292
|
+
"privacy": "public"
|
|
3221
3293
|
},
|
|
3222
3294
|
{
|
|
3223
3295
|
"kind": "field",
|
|
3224
|
-
"name": "
|
|
3296
|
+
"name": "definition",
|
|
3225
3297
|
"type": {
|
|
3226
|
-
"text": "
|
|
3227
|
-
},
|
|
3228
|
-
"privacy": "public",
|
|
3229
|
-
"inheritedFrom": {
|
|
3230
|
-
"name": "AgTextFieldRenderer",
|
|
3231
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
3232
|
-
}
|
|
3233
|
-
},
|
|
3234
|
-
{
|
|
3235
|
-
"kind": "method",
|
|
3236
|
-
"name": "init",
|
|
3237
|
-
"privacy": "public",
|
|
3238
|
-
"parameters": [
|
|
3239
|
-
{
|
|
3240
|
-
"name": "params",
|
|
3241
|
-
"type": {
|
|
3242
|
-
"text": "FuiCellRendererParams"
|
|
3243
|
-
}
|
|
3244
|
-
}
|
|
3245
|
-
],
|
|
3246
|
-
"inheritedFrom": {
|
|
3247
|
-
"name": "AgTextFieldRenderer",
|
|
3248
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
3249
|
-
}
|
|
3250
|
-
},
|
|
3251
|
-
{
|
|
3252
|
-
"kind": "method",
|
|
3253
|
-
"name": "getGui",
|
|
3254
|
-
"privacy": "public",
|
|
3255
|
-
"return": {
|
|
3256
|
-
"type": {
|
|
3257
|
-
"text": "HTMLElement"
|
|
3258
|
-
}
|
|
3298
|
+
"text": "ColDef"
|
|
3259
3299
|
},
|
|
3260
|
-
"
|
|
3261
|
-
"name": "AgTextFieldRenderer",
|
|
3262
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
3263
|
-
}
|
|
3264
|
-
},
|
|
3265
|
-
{
|
|
3266
|
-
"kind": "method",
|
|
3267
|
-
"name": "destroy",
|
|
3268
|
-
"privacy": "public",
|
|
3269
|
-
"inheritedFrom": {
|
|
3270
|
-
"name": "AgTextFieldRenderer",
|
|
3271
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
3272
|
-
}
|
|
3300
|
+
"default": "{}"
|
|
3273
3301
|
},
|
|
3274
3302
|
{
|
|
3275
3303
|
"kind": "method",
|
|
3276
|
-
"name": "
|
|
3277
|
-
"privacy": "public"
|
|
3278
|
-
"parameters": [
|
|
3279
|
-
{
|
|
3280
|
-
"name": "params",
|
|
3281
|
-
"type": {
|
|
3282
|
-
"text": "FuiCellRendererParams"
|
|
3283
|
-
}
|
|
3284
|
-
}
|
|
3285
|
-
],
|
|
3286
|
-
"inheritedFrom": {
|
|
3287
|
-
"name": "AgTextFieldRenderer",
|
|
3288
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
3289
|
-
}
|
|
3290
|
-
},
|
|
3291
|
-
{
|
|
3292
|
-
"kind": "field",
|
|
3293
|
-
"name": "textChanged",
|
|
3294
|
-
"privacy": "public",
|
|
3295
|
-
"description": "On text change handler",
|
|
3296
|
-
"parameters": [
|
|
3297
|
-
{
|
|
3298
|
-
"description": "CustomEvent",
|
|
3299
|
-
"name": "e"
|
|
3300
|
-
}
|
|
3301
|
-
],
|
|
3302
|
-
"inheritedFrom": {
|
|
3303
|
-
"name": "AgTextFieldRenderer",
|
|
3304
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
3305
|
-
}
|
|
3304
|
+
"name": "slottedAgCellChanged",
|
|
3305
|
+
"privacy": "public"
|
|
3306
3306
|
},
|
|
3307
3307
|
{
|
|
3308
3308
|
"kind": "field",
|
|
@@ -3415,61 +3415,61 @@
|
|
|
3415
3415
|
"module": "src/foundation-element/foundation-element.ts"
|
|
3416
3416
|
}
|
|
3417
3417
|
}
|
|
3418
|
-
]
|
|
3419
|
-
|
|
3420
|
-
|
|
3421
|
-
|
|
3422
|
-
|
|
3423
|
-
"
|
|
3424
|
-
"
|
|
3425
|
-
"deprecated": "- Use textFieldRendererStyles instead"
|
|
3426
|
-
},
|
|
3427
|
-
{
|
|
3428
|
-
"kind": "variable",
|
|
3429
|
-
"name": "getTextRendererTemplate",
|
|
3430
|
-
"default": "getTextFieldRendererTemplate",
|
|
3431
|
-
"privacy": "public",
|
|
3432
|
-
"deprecated": "- Use getTextFieldRendererTemplate instead"
|
|
3433
|
-
},
|
|
3434
|
-
{
|
|
3435
|
-
"kind": "variable",
|
|
3436
|
-
"name": "foundationAgTextRenderer",
|
|
3437
|
-
"description": "A function that returns a Foundation Text Renderer registration for configuring the component with a DesignSystem.",
|
|
3438
|
-
"privacy": "public",
|
|
3439
|
-
"deprecated": "- Use foundationAgTextFieldRenderer instead"
|
|
3418
|
+
],
|
|
3419
|
+
"superclass": {
|
|
3420
|
+
"name": "FoundationElement",
|
|
3421
|
+
"package": "@microsoft/fast-foundation"
|
|
3422
|
+
},
|
|
3423
|
+
"tagName": "grid-pro-column",
|
|
3424
|
+
"customElement": true
|
|
3440
3425
|
}
|
|
3441
3426
|
],
|
|
3442
3427
|
"exports": [
|
|
3443
3428
|
{
|
|
3444
3429
|
"kind": "js",
|
|
3445
|
-
"name": "
|
|
3430
|
+
"name": "GridColumn",
|
|
3446
3431
|
"declaration": {
|
|
3447
|
-
"name": "
|
|
3448
|
-
"module": "src/
|
|
3432
|
+
"name": "GridColumn",
|
|
3433
|
+
"module": "src/column/column.ts"
|
|
3449
3434
|
}
|
|
3450
3435
|
},
|
|
3436
|
+
{
|
|
3437
|
+
"kind": "custom-element-definition",
|
|
3438
|
+
"name": "grid-pro-column",
|
|
3439
|
+
"declaration": {
|
|
3440
|
+
"name": "GridColumn",
|
|
3441
|
+
"module": "src/column/column.ts"
|
|
3442
|
+
}
|
|
3443
|
+
}
|
|
3444
|
+
]
|
|
3445
|
+
},
|
|
3446
|
+
{
|
|
3447
|
+
"kind": "javascript-module",
|
|
3448
|
+
"path": "src/column/index.ts",
|
|
3449
|
+
"declarations": [],
|
|
3450
|
+
"exports": [
|
|
3451
3451
|
{
|
|
3452
3452
|
"kind": "js",
|
|
3453
|
-
"name": "
|
|
3453
|
+
"name": "*",
|
|
3454
3454
|
"declaration": {
|
|
3455
|
-
"name": "
|
|
3456
|
-
"
|
|
3455
|
+
"name": "*",
|
|
3456
|
+
"package": "./column.template"
|
|
3457
3457
|
}
|
|
3458
3458
|
},
|
|
3459
3459
|
{
|
|
3460
3460
|
"kind": "js",
|
|
3461
|
-
"name": "
|
|
3461
|
+
"name": "*",
|
|
3462
3462
|
"declaration": {
|
|
3463
|
-
"name": "
|
|
3464
|
-
"
|
|
3463
|
+
"name": "*",
|
|
3464
|
+
"package": "./column"
|
|
3465
3465
|
}
|
|
3466
3466
|
},
|
|
3467
3467
|
{
|
|
3468
3468
|
"kind": "js",
|
|
3469
|
-
"name": "
|
|
3469
|
+
"name": "*",
|
|
3470
3470
|
"declaration": {
|
|
3471
|
-
"name": "
|
|
3472
|
-
"
|
|
3471
|
+
"name": "*",
|
|
3472
|
+
"package": "./utils"
|
|
3473
3473
|
}
|
|
3474
3474
|
}
|
|
3475
3475
|
]
|
|
@@ -5535,51 +5535,46 @@
|
|
|
5535
5535
|
},
|
|
5536
5536
|
{
|
|
5537
5537
|
"kind": "javascript-module",
|
|
5538
|
-
"path": "src/
|
|
5538
|
+
"path": "src/cell-renderers/utils/accessor.ts",
|
|
5539
5539
|
"declarations": [
|
|
5540
5540
|
{
|
|
5541
5541
|
"kind": "function",
|
|
5542
|
-
"name": "
|
|
5542
|
+
"name": "setValueWithAccessor",
|
|
5543
5543
|
"return": {
|
|
5544
5544
|
"type": {
|
|
5545
|
-
"text": "
|
|
5545
|
+
"text": "string"
|
|
5546
5546
|
}
|
|
5547
5547
|
},
|
|
5548
5548
|
"parameters": [
|
|
5549
5549
|
{
|
|
5550
|
-
"name": "
|
|
5550
|
+
"name": "data",
|
|
5551
5551
|
"type": {
|
|
5552
|
-
"text": "
|
|
5553
|
-
}
|
|
5554
|
-
"description": "The array to render"
|
|
5552
|
+
"text": "any"
|
|
5553
|
+
}
|
|
5555
5554
|
},
|
|
5556
5555
|
{
|
|
5557
|
-
"name": "
|
|
5558
|
-
"default": "true",
|
|
5556
|
+
"name": "accessor",
|
|
5559
5557
|
"type": {
|
|
5560
|
-
"text": "
|
|
5561
|
-
}
|
|
5562
|
-
"description": "Optionally tells whether to include cell renderers, if available"
|
|
5558
|
+
"text": "string"
|
|
5559
|
+
}
|
|
5563
5560
|
}
|
|
5564
|
-
]
|
|
5565
|
-
"description": "A directive that renders a set of grid-pro-column elements from a given input binding",
|
|
5566
|
-
"privacy": "public"
|
|
5561
|
+
]
|
|
5567
5562
|
}
|
|
5568
5563
|
],
|
|
5569
5564
|
"exports": [
|
|
5570
5565
|
{
|
|
5571
5566
|
"kind": "js",
|
|
5572
|
-
"name": "
|
|
5567
|
+
"name": "setValueWithAccessor",
|
|
5573
5568
|
"declaration": {
|
|
5574
|
-
"name": "
|
|
5575
|
-
"module": "src/
|
|
5569
|
+
"name": "setValueWithAccessor",
|
|
5570
|
+
"module": "src/cell-renderers/utils/accessor.ts"
|
|
5576
5571
|
}
|
|
5577
5572
|
}
|
|
5578
5573
|
]
|
|
5579
5574
|
},
|
|
5580
5575
|
{
|
|
5581
5576
|
"kind": "javascript-module",
|
|
5582
|
-
"path": "src/
|
|
5577
|
+
"path": "src/cell-renderers/utils/index.ts",
|
|
5583
5578
|
"declarations": [],
|
|
5584
5579
|
"exports": [
|
|
5585
5580
|
{
|
|
@@ -5587,53 +5582,58 @@
|
|
|
5587
5582
|
"name": "*",
|
|
5588
5583
|
"declaration": {
|
|
5589
5584
|
"name": "*",
|
|
5590
|
-
"package": "./
|
|
5585
|
+
"package": "./accessor"
|
|
5591
5586
|
}
|
|
5592
5587
|
}
|
|
5593
5588
|
]
|
|
5594
5589
|
},
|
|
5595
5590
|
{
|
|
5596
5591
|
"kind": "javascript-module",
|
|
5597
|
-
"path": "src/
|
|
5592
|
+
"path": "src/column/utils/grid-pro-columns.ts",
|
|
5598
5593
|
"declarations": [
|
|
5599
5594
|
{
|
|
5600
5595
|
"kind": "function",
|
|
5601
|
-
"name": "
|
|
5596
|
+
"name": "gridProColumns",
|
|
5602
5597
|
"return": {
|
|
5603
5598
|
"type": {
|
|
5604
|
-
"text": "
|
|
5599
|
+
"text": "CaptureType<TSource>"
|
|
5605
5600
|
}
|
|
5606
5601
|
},
|
|
5607
5602
|
"parameters": [
|
|
5608
5603
|
{
|
|
5609
|
-
"name": "
|
|
5604
|
+
"name": "itemsBinding",
|
|
5610
5605
|
"type": {
|
|
5611
|
-
"text": "
|
|
5612
|
-
}
|
|
5606
|
+
"text": "Binding<TSource, readonly ColDef[]> | readonly ColDef[]"
|
|
5607
|
+
},
|
|
5608
|
+
"description": "The array to render"
|
|
5613
5609
|
},
|
|
5614
5610
|
{
|
|
5615
|
-
"name": "
|
|
5611
|
+
"name": "includeRenderers",
|
|
5612
|
+
"default": "true",
|
|
5616
5613
|
"type": {
|
|
5617
|
-
"text": "
|
|
5618
|
-
}
|
|
5614
|
+
"text": "boolean"
|
|
5615
|
+
},
|
|
5616
|
+
"description": "Optionally tells whether to include cell renderers, if available"
|
|
5619
5617
|
}
|
|
5620
|
-
]
|
|
5618
|
+
],
|
|
5619
|
+
"description": "A directive that renders a set of grid-pro-column elements from a given input binding",
|
|
5620
|
+
"privacy": "public"
|
|
5621
5621
|
}
|
|
5622
5622
|
],
|
|
5623
5623
|
"exports": [
|
|
5624
5624
|
{
|
|
5625
5625
|
"kind": "js",
|
|
5626
|
-
"name": "
|
|
5626
|
+
"name": "gridProColumns",
|
|
5627
5627
|
"declaration": {
|
|
5628
|
-
"name": "
|
|
5629
|
-
"module": "src/
|
|
5628
|
+
"name": "gridProColumns",
|
|
5629
|
+
"module": "src/column/utils/grid-pro-columns.ts"
|
|
5630
5630
|
}
|
|
5631
5631
|
}
|
|
5632
5632
|
]
|
|
5633
5633
|
},
|
|
5634
5634
|
{
|
|
5635
5635
|
"kind": "javascript-module",
|
|
5636
|
-
"path": "src/
|
|
5636
|
+
"path": "src/column/utils/index.ts",
|
|
5637
5637
|
"declarations": [],
|
|
5638
5638
|
"exports": [
|
|
5639
5639
|
{
|
|
@@ -5641,7 +5641,7 @@
|
|
|
5641
5641
|
"name": "*",
|
|
5642
5642
|
"declaration": {
|
|
5643
5643
|
"name": "*",
|
|
5644
|
-
"package": "./
|
|
5644
|
+
"package": "./grid-pro-columns"
|
|
5645
5645
|
}
|
|
5646
5646
|
}
|
|
5647
5647
|
]
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@genesislcap/grid-pro",
|
|
3
3
|
"description": "Genesis Foundation AG Grid",
|
|
4
|
-
"version": "14.83.3-alpha
|
|
4
|
+
"version": "14.83.3-alpha.45c8072.1",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -31,15 +31,15 @@
|
|
|
31
31
|
"test:debug": "genx test --debug"
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
34
|
-
"@genesislcap/foundation-testing": "14.83.3-alpha
|
|
35
|
-
"@genesislcap/genx": "14.83.3-alpha
|
|
34
|
+
"@genesislcap/foundation-testing": "14.83.3-alpha.45c8072.1",
|
|
35
|
+
"@genesislcap/genx": "14.83.3-alpha.45c8072.1",
|
|
36
36
|
"rimraf": "^3.0.2"
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@genesislcap/foundation-comms": "14.83.3-alpha
|
|
40
|
-
"@genesislcap/foundation-logger": "14.83.3-alpha
|
|
41
|
-
"@genesislcap/foundation-ui": "14.83.3-alpha
|
|
42
|
-
"@genesislcap/foundation-utils": "14.83.3-alpha
|
|
39
|
+
"@genesislcap/foundation-comms": "14.83.3-alpha.45c8072.1",
|
|
40
|
+
"@genesislcap/foundation-logger": "14.83.3-alpha.45c8072.1",
|
|
41
|
+
"@genesislcap/foundation-ui": "14.83.3-alpha.45c8072.1",
|
|
42
|
+
"@genesislcap/foundation-utils": "14.83.3-alpha.45c8072.1",
|
|
43
43
|
"@microsoft/fast-colors": "^5.1.4",
|
|
44
44
|
"@microsoft/fast-components": "^2.21.3",
|
|
45
45
|
"@microsoft/fast-element": "^1.7.0",
|
|
@@ -62,5 +62,5 @@
|
|
|
62
62
|
"access": "public"
|
|
63
63
|
},
|
|
64
64
|
"customElements": "dist/custom-elements.json",
|
|
65
|
-
"gitHead": "
|
|
65
|
+
"gitHead": "eba986dae1913b5e9521b7ae7b615db1ce9365bf"
|
|
66
66
|
}
|