@genesislcap/grid-pro 14.103.0 → 14.103.1-alpha-5ee5747.0

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.
@@ -1665,6 +1665,229 @@
1665
1665
  }
1666
1666
  ]
1667
1667
  },
1668
+ {
1669
+ "kind": "javascript-module",
1670
+ "path": "src/column/column.template.ts",
1671
+ "declarations": [
1672
+ {
1673
+ "kind": "variable",
1674
+ "name": "ColumnTemplate",
1675
+ "default": "html<GridProColumn>`\n <template>\n <slot ${slotted('slottedAgCell')} @slotchange=\"${(x) => x.slottedAgCellChanged()}\"></slot>\n </template>\n`",
1676
+ "description": "The Grid Pro Column Template.",
1677
+ "privacy": "public"
1678
+ }
1679
+ ],
1680
+ "exports": [
1681
+ {
1682
+ "kind": "js",
1683
+ "name": "ColumnTemplate",
1684
+ "declaration": {
1685
+ "name": "ColumnTemplate",
1686
+ "module": "src/column/column.template.ts"
1687
+ }
1688
+ }
1689
+ ]
1690
+ },
1691
+ {
1692
+ "kind": "javascript-module",
1693
+ "path": "src/column/column.ts",
1694
+ "declarations": [
1695
+ {
1696
+ "kind": "class",
1697
+ "description": "The Grid Pro Column element.",
1698
+ "name": "GridProColumn",
1699
+ "members": [
1700
+ {
1701
+ "kind": "field",
1702
+ "name": "slottedAgCell",
1703
+ "type": {
1704
+ "text": "HTMLElement[]"
1705
+ },
1706
+ "privacy": "public"
1707
+ },
1708
+ {
1709
+ "kind": "field",
1710
+ "name": "definition",
1711
+ "type": {
1712
+ "text": "ColDef"
1713
+ },
1714
+ "default": "{}"
1715
+ },
1716
+ {
1717
+ "kind": "method",
1718
+ "name": "slottedAgCellChanged",
1719
+ "privacy": "public"
1720
+ },
1721
+ {
1722
+ "kind": "field",
1723
+ "name": "_presentation",
1724
+ "type": {
1725
+ "text": "ComponentPresentation | null | undefined"
1726
+ },
1727
+ "privacy": "private",
1728
+ "default": "void 0",
1729
+ "inheritedFrom": {
1730
+ "name": "FoundationElement",
1731
+ "module": "src/foundation-element/foundation-element.ts"
1732
+ }
1733
+ },
1734
+ {
1735
+ "kind": "field",
1736
+ "name": "$presentation",
1737
+ "type": {
1738
+ "text": "ComponentPresentation | null"
1739
+ },
1740
+ "privacy": "public",
1741
+ "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
1742
+ "inheritedFrom": {
1743
+ "name": "FoundationElement",
1744
+ "module": "src/foundation-element/foundation-element.ts"
1745
+ }
1746
+ },
1747
+ {
1748
+ "kind": "field",
1749
+ "name": "template",
1750
+ "type": {
1751
+ "text": "ElementViewTemplate | void | null"
1752
+ },
1753
+ "privacy": "public",
1754
+ "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.",
1755
+ "inheritedFrom": {
1756
+ "name": "FoundationElement",
1757
+ "module": "src/foundation-element/foundation-element.ts"
1758
+ }
1759
+ },
1760
+ {
1761
+ "kind": "method",
1762
+ "name": "templateChanged",
1763
+ "privacy": "protected",
1764
+ "return": {
1765
+ "type": {
1766
+ "text": "void"
1767
+ }
1768
+ },
1769
+ "inheritedFrom": {
1770
+ "name": "FoundationElement",
1771
+ "module": "src/foundation-element/foundation-element.ts"
1772
+ }
1773
+ },
1774
+ {
1775
+ "kind": "field",
1776
+ "name": "styles",
1777
+ "type": {
1778
+ "text": "ElementStyles | void | null"
1779
+ },
1780
+ "privacy": "public",
1781
+ "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.",
1782
+ "inheritedFrom": {
1783
+ "name": "FoundationElement",
1784
+ "module": "src/foundation-element/foundation-element.ts"
1785
+ }
1786
+ },
1787
+ {
1788
+ "kind": "method",
1789
+ "name": "stylesChanged",
1790
+ "privacy": "protected",
1791
+ "return": {
1792
+ "type": {
1793
+ "text": "void"
1794
+ }
1795
+ },
1796
+ "inheritedFrom": {
1797
+ "name": "FoundationElement",
1798
+ "module": "src/foundation-element/foundation-element.ts"
1799
+ }
1800
+ },
1801
+ {
1802
+ "kind": "method",
1803
+ "name": "compose",
1804
+ "privacy": "public",
1805
+ "static": true,
1806
+ "return": {
1807
+ "type": {
1808
+ "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
1809
+ }
1810
+ },
1811
+ "parameters": [
1812
+ {
1813
+ "name": "this",
1814
+ "type": {
1815
+ "text": "K"
1816
+ }
1817
+ },
1818
+ {
1819
+ "name": "elementDefinition",
1820
+ "type": {
1821
+ "text": "T"
1822
+ },
1823
+ "description": "The definition of the element to create the registry\nfunction for."
1824
+ }
1825
+ ],
1826
+ "description": "Defines an element registry function with a set of element definition defaults.",
1827
+ "inheritedFrom": {
1828
+ "name": "FoundationElement",
1829
+ "module": "src/foundation-element/foundation-element.ts"
1830
+ }
1831
+ }
1832
+ ],
1833
+ "superclass": {
1834
+ "name": "FoundationElement",
1835
+ "package": "@microsoft/fast-foundation"
1836
+ },
1837
+ "tagName": "grid-pro-column",
1838
+ "customElement": true
1839
+ }
1840
+ ],
1841
+ "exports": [
1842
+ {
1843
+ "kind": "js",
1844
+ "name": "GridProColumn",
1845
+ "declaration": {
1846
+ "name": "GridProColumn",
1847
+ "module": "src/column/column.ts"
1848
+ }
1849
+ },
1850
+ {
1851
+ "kind": "custom-element-definition",
1852
+ "name": "grid-pro-column",
1853
+ "declaration": {
1854
+ "name": "GridProColumn",
1855
+ "module": "src/column/column.ts"
1856
+ }
1857
+ }
1858
+ ]
1859
+ },
1860
+ {
1861
+ "kind": "javascript-module",
1862
+ "path": "src/column/index.ts",
1863
+ "declarations": [],
1864
+ "exports": [
1865
+ {
1866
+ "kind": "js",
1867
+ "name": "*",
1868
+ "declaration": {
1869
+ "name": "*",
1870
+ "package": "./column.template"
1871
+ }
1872
+ },
1873
+ {
1874
+ "kind": "js",
1875
+ "name": "*",
1876
+ "declaration": {
1877
+ "name": "*",
1878
+ "package": "./column"
1879
+ }
1880
+ },
1881
+ {
1882
+ "kind": "js",
1883
+ "name": "*",
1884
+ "declaration": {
1885
+ "name": "*",
1886
+ "package": "./utils"
1887
+ }
1888
+ }
1889
+ ]
1890
+ },
1668
1891
  {
1669
1892
  "kind": "javascript-module",
1670
1893
  "path": "src/cell-editors/index.ts",
@@ -3714,293 +3937,70 @@
3714
3937
  {
3715
3938
  "name": "params",
3716
3939
  "type": {
3717
- "text": "FuiCellRendererParams"
3718
- }
3719
- }
3720
- ],
3721
- "inheritedFrom": {
3722
- "name": "AgTextFieldRenderer",
3723
- "module": "src/cell-renderers/text-field.renderer.ts"
3724
- }
3725
- },
3726
- {
3727
- "kind": "method",
3728
- "name": "getGui",
3729
- "privacy": "public",
3730
- "return": {
3731
- "type": {
3732
- "text": "HTMLElement"
3733
- }
3734
- },
3735
- "inheritedFrom": {
3736
- "name": "AgTextFieldRenderer",
3737
- "module": "src/cell-renderers/text-field.renderer.ts"
3738
- }
3739
- },
3740
- {
3741
- "kind": "method",
3742
- "name": "destroy",
3743
- "privacy": "public",
3744
- "inheritedFrom": {
3745
- "name": "AgTextFieldRenderer",
3746
- "module": "src/cell-renderers/text-field.renderer.ts"
3747
- }
3748
- },
3749
- {
3750
- "kind": "method",
3751
- "name": "refresh",
3752
- "privacy": "public",
3753
- "parameters": [
3754
- {
3755
- "name": "params",
3756
- "type": {
3757
- "text": "FuiCellRendererParams"
3758
- }
3759
- }
3760
- ],
3761
- "inheritedFrom": {
3762
- "name": "AgTextFieldRenderer",
3763
- "module": "src/cell-renderers/text-field.renderer.ts"
3764
- }
3765
- },
3766
- {
3767
- "kind": "field",
3768
- "name": "textChanged",
3769
- "privacy": "public",
3770
- "description": "On text change handler",
3771
- "parameters": [
3772
- {
3773
- "description": "CustomEvent",
3774
- "name": "e"
3775
- }
3776
- ],
3777
- "inheritedFrom": {
3778
- "name": "AgTextFieldRenderer",
3779
- "module": "src/cell-renderers/text-field.renderer.ts"
3780
- }
3781
- },
3782
- {
3783
- "kind": "field",
3784
- "name": "_presentation",
3785
- "type": {
3786
- "text": "ComponentPresentation | null | undefined"
3787
- },
3788
- "privacy": "private",
3789
- "default": "void 0",
3790
- "inheritedFrom": {
3791
- "name": "FoundationElement",
3792
- "module": "src/foundation-element/foundation-element.ts"
3793
- }
3794
- },
3795
- {
3796
- "kind": "field",
3797
- "name": "$presentation",
3798
- "type": {
3799
- "text": "ComponentPresentation | null"
3800
- },
3801
- "privacy": "public",
3802
- "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
3803
- "inheritedFrom": {
3804
- "name": "FoundationElement",
3805
- "module": "src/foundation-element/foundation-element.ts"
3806
- }
3807
- },
3808
- {
3809
- "kind": "field",
3810
- "name": "template",
3811
- "type": {
3812
- "text": "ElementViewTemplate | void | null"
3813
- },
3814
- "privacy": "public",
3815
- "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.",
3816
- "inheritedFrom": {
3817
- "name": "FoundationElement",
3818
- "module": "src/foundation-element/foundation-element.ts"
3819
- }
3820
- },
3821
- {
3822
- "kind": "method",
3823
- "name": "templateChanged",
3824
- "privacy": "protected",
3825
- "return": {
3826
- "type": {
3827
- "text": "void"
3828
- }
3829
- },
3830
- "inheritedFrom": {
3831
- "name": "FoundationElement",
3832
- "module": "src/foundation-element/foundation-element.ts"
3833
- }
3834
- },
3835
- {
3836
- "kind": "field",
3837
- "name": "styles",
3838
- "type": {
3839
- "text": "ElementStyles | void | null"
3840
- },
3841
- "privacy": "public",
3842
- "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.",
3843
- "inheritedFrom": {
3844
- "name": "FoundationElement",
3845
- "module": "src/foundation-element/foundation-element.ts"
3846
- }
3847
- },
3848
- {
3849
- "kind": "method",
3850
- "name": "stylesChanged",
3851
- "privacy": "protected",
3852
- "return": {
3853
- "type": {
3854
- "text": "void"
3855
- }
3856
- },
3857
- "inheritedFrom": {
3858
- "name": "FoundationElement",
3859
- "module": "src/foundation-element/foundation-element.ts"
3860
- }
3861
- },
3862
- {
3863
- "kind": "method",
3864
- "name": "compose",
3865
- "privacy": "public",
3866
- "static": true,
3867
- "return": {
3868
- "type": {
3869
- "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
3870
- }
3871
- },
3872
- "parameters": [
3873
- {
3874
- "name": "this",
3875
- "type": {
3876
- "text": "K"
3877
- }
3878
- },
3879
- {
3880
- "name": "elementDefinition",
3881
- "type": {
3882
- "text": "T"
3883
- },
3884
- "description": "The definition of the element to create the registry\nfunction for."
3885
- }
3886
- ],
3887
- "description": "Defines an element registry function with a set of element definition defaults.",
3888
- "inheritedFrom": {
3889
- "name": "FoundationElement",
3890
- "module": "src/foundation-element/foundation-element.ts"
3891
- }
3892
- }
3893
- ]
3894
- },
3895
- {
3896
- "kind": "variable",
3897
- "name": "textRendererStyles",
3898
- "default": "textFieldRendererStyles",
3899
- "privacy": "public",
3900
- "deprecated": "- Use textFieldRendererStyles instead"
3901
- },
3902
- {
3903
- "kind": "variable",
3904
- "name": "getTextRendererTemplate",
3905
- "default": "getTextFieldRendererTemplate",
3906
- "privacy": "public",
3907
- "deprecated": "- Use getTextFieldRendererTemplate instead"
3908
- },
3909
- {
3910
- "kind": "variable",
3911
- "name": "foundationAgTextRenderer",
3912
- "description": "A function that returns a Foundation Text Renderer registration for configuring the component with a DesignSystem.",
3913
- "privacy": "public",
3914
- "deprecated": "- Use foundationAgTextFieldRenderer instead"
3915
- }
3916
- ],
3917
- "exports": [
3918
- {
3919
- "kind": "js",
3920
- "name": "AgTextRenderer",
3921
- "declaration": {
3922
- "name": "AgTextRenderer",
3923
- "module": "src/cell-renderers/text.renderer.ts"
3924
- }
3925
- },
3926
- {
3927
- "kind": "js",
3928
- "name": "textRendererStyles",
3929
- "declaration": {
3930
- "name": "textRendererStyles",
3931
- "module": "src/cell-renderers/text.renderer.ts"
3932
- }
3933
- },
3934
- {
3935
- "kind": "js",
3936
- "name": "getTextRendererTemplate",
3937
- "declaration": {
3938
- "name": "getTextRendererTemplate",
3939
- "module": "src/cell-renderers/text.renderer.ts"
3940
- }
3941
- },
3942
- {
3943
- "kind": "js",
3944
- "name": "foundationAgTextRenderer",
3945
- "declaration": {
3946
- "name": "foundationAgTextRenderer",
3947
- "module": "src/cell-renderers/text.renderer.ts"
3948
- }
3949
- }
3950
- ]
3951
- },
3952
- {
3953
- "kind": "javascript-module",
3954
- "path": "src/column/column.template.ts",
3955
- "declarations": [
3956
- {
3957
- "kind": "variable",
3958
- "name": "ColumnTemplate",
3959
- "default": "html<GridProColumn>`\n <template>\n <slot ${slotted('slottedAgCell')} @slotchange=\"${(x) => x.slottedAgCellChanged()}\"></slot>\n </template>\n`",
3960
- "description": "The Grid Pro Column Template.",
3961
- "privacy": "public"
3962
- }
3963
- ],
3964
- "exports": [
3965
- {
3966
- "kind": "js",
3967
- "name": "ColumnTemplate",
3968
- "declaration": {
3969
- "name": "ColumnTemplate",
3970
- "module": "src/column/column.template.ts"
3971
- }
3972
- }
3973
- ]
3974
- },
3975
- {
3976
- "kind": "javascript-module",
3977
- "path": "src/column/column.ts",
3978
- "declarations": [
3979
- {
3980
- "kind": "class",
3981
- "description": "The Grid Pro Column element.",
3982
- "name": "GridProColumn",
3983
- "members": [
3940
+ "text": "FuiCellRendererParams"
3941
+ }
3942
+ }
3943
+ ],
3944
+ "inheritedFrom": {
3945
+ "name": "AgTextFieldRenderer",
3946
+ "module": "src/cell-renderers/text-field.renderer.ts"
3947
+ }
3948
+ },
3984
3949
  {
3985
- "kind": "field",
3986
- "name": "slottedAgCell",
3987
- "type": {
3988
- "text": "HTMLElement[]"
3950
+ "kind": "method",
3951
+ "name": "getGui",
3952
+ "privacy": "public",
3953
+ "return": {
3954
+ "type": {
3955
+ "text": "HTMLElement"
3956
+ }
3989
3957
  },
3990
- "privacy": "public"
3958
+ "inheritedFrom": {
3959
+ "name": "AgTextFieldRenderer",
3960
+ "module": "src/cell-renderers/text-field.renderer.ts"
3961
+ }
3991
3962
  },
3992
3963
  {
3993
- "kind": "field",
3994
- "name": "definition",
3995
- "type": {
3996
- "text": "ColDef"
3997
- },
3998
- "default": "{}"
3964
+ "kind": "method",
3965
+ "name": "destroy",
3966
+ "privacy": "public",
3967
+ "inheritedFrom": {
3968
+ "name": "AgTextFieldRenderer",
3969
+ "module": "src/cell-renderers/text-field.renderer.ts"
3970
+ }
3999
3971
  },
4000
3972
  {
4001
3973
  "kind": "method",
4002
- "name": "slottedAgCellChanged",
4003
- "privacy": "public"
3974
+ "name": "refresh",
3975
+ "privacy": "public",
3976
+ "parameters": [
3977
+ {
3978
+ "name": "params",
3979
+ "type": {
3980
+ "text": "FuiCellRendererParams"
3981
+ }
3982
+ }
3983
+ ],
3984
+ "inheritedFrom": {
3985
+ "name": "AgTextFieldRenderer",
3986
+ "module": "src/cell-renderers/text-field.renderer.ts"
3987
+ }
3988
+ },
3989
+ {
3990
+ "kind": "field",
3991
+ "name": "textChanged",
3992
+ "privacy": "public",
3993
+ "description": "On text change handler",
3994
+ "parameters": [
3995
+ {
3996
+ "description": "CustomEvent",
3997
+ "name": "e"
3998
+ }
3999
+ ],
4000
+ "inheritedFrom": {
4001
+ "name": "AgTextFieldRenderer",
4002
+ "module": "src/cell-renderers/text-field.renderer.ts"
4003
+ }
4004
4004
  },
4005
4005
  {
4006
4006
  "kind": "field",
@@ -4113,61 +4113,61 @@
4113
4113
  "module": "src/foundation-element/foundation-element.ts"
4114
4114
  }
4115
4115
  }
4116
- ],
4117
- "superclass": {
4118
- "name": "FoundationElement",
4119
- "package": "@microsoft/fast-foundation"
4120
- },
4121
- "tagName": "grid-pro-column",
4122
- "customElement": true
4116
+ ]
4117
+ },
4118
+ {
4119
+ "kind": "variable",
4120
+ "name": "textRendererStyles",
4121
+ "default": "textFieldRendererStyles",
4122
+ "privacy": "public",
4123
+ "deprecated": "- Use textFieldRendererStyles instead"
4124
+ },
4125
+ {
4126
+ "kind": "variable",
4127
+ "name": "getTextRendererTemplate",
4128
+ "default": "getTextFieldRendererTemplate",
4129
+ "privacy": "public",
4130
+ "deprecated": "- Use getTextFieldRendererTemplate instead"
4131
+ },
4132
+ {
4133
+ "kind": "variable",
4134
+ "name": "foundationAgTextRenderer",
4135
+ "description": "A function that returns a Foundation Text Renderer registration for configuring the component with a DesignSystem.",
4136
+ "privacy": "public",
4137
+ "deprecated": "- Use foundationAgTextFieldRenderer instead"
4123
4138
  }
4124
4139
  ],
4125
4140
  "exports": [
4126
4141
  {
4127
4142
  "kind": "js",
4128
- "name": "GridProColumn",
4143
+ "name": "AgTextRenderer",
4129
4144
  "declaration": {
4130
- "name": "GridProColumn",
4131
- "module": "src/column/column.ts"
4145
+ "name": "AgTextRenderer",
4146
+ "module": "src/cell-renderers/text.renderer.ts"
4132
4147
  }
4133
4148
  },
4134
- {
4135
- "kind": "custom-element-definition",
4136
- "name": "grid-pro-column",
4137
- "declaration": {
4138
- "name": "GridProColumn",
4139
- "module": "src/column/column.ts"
4140
- }
4141
- }
4142
- ]
4143
- },
4144
- {
4145
- "kind": "javascript-module",
4146
- "path": "src/column/index.ts",
4147
- "declarations": [],
4148
- "exports": [
4149
4149
  {
4150
4150
  "kind": "js",
4151
- "name": "*",
4151
+ "name": "textRendererStyles",
4152
4152
  "declaration": {
4153
- "name": "*",
4154
- "package": "./column.template"
4153
+ "name": "textRendererStyles",
4154
+ "module": "src/cell-renderers/text.renderer.ts"
4155
4155
  }
4156
4156
  },
4157
4157
  {
4158
4158
  "kind": "js",
4159
- "name": "*",
4159
+ "name": "getTextRendererTemplate",
4160
4160
  "declaration": {
4161
- "name": "*",
4162
- "package": "./column"
4161
+ "name": "getTextRendererTemplate",
4162
+ "module": "src/cell-renderers/text.renderer.ts"
4163
4163
  }
4164
4164
  },
4165
4165
  {
4166
4166
  "kind": "js",
4167
- "name": "*",
4167
+ "name": "foundationAgTextRenderer",
4168
4168
  "declaration": {
4169
- "name": "*",
4170
- "package": "./utils"
4169
+ "name": "foundationAgTextRenderer",
4170
+ "module": "src/cell-renderers/text.renderer.ts"
4171
4171
  }
4172
4172
  }
4173
4173
  ]
@@ -7394,6 +7394,65 @@
7394
7394
  "declarations": [],
7395
7395
  "exports": []
7396
7396
  },
7397
+ {
7398
+ "kind": "javascript-module",
7399
+ "path": "src/column/utils/grid-pro-columns.ts",
7400
+ "declarations": [
7401
+ {
7402
+ "kind": "function",
7403
+ "name": "gridProColumns",
7404
+ "return": {
7405
+ "type": {
7406
+ "text": "CaptureType<TSource>"
7407
+ }
7408
+ },
7409
+ "parameters": [
7410
+ {
7411
+ "name": "itemsBinding",
7412
+ "type": {
7413
+ "text": "Binding<TSource, readonly ColDef[]> | readonly ColDef[]"
7414
+ },
7415
+ "description": "The array to render"
7416
+ },
7417
+ {
7418
+ "name": "includeRenderers",
7419
+ "default": "true",
7420
+ "type": {
7421
+ "text": "boolean"
7422
+ },
7423
+ "description": "Optionally tells whether to include cell renderers, if available"
7424
+ }
7425
+ ],
7426
+ "description": "A directive that renders a set of grid-pro-column elements from a given input binding",
7427
+ "privacy": "public"
7428
+ }
7429
+ ],
7430
+ "exports": [
7431
+ {
7432
+ "kind": "js",
7433
+ "name": "gridProColumns",
7434
+ "declaration": {
7435
+ "name": "gridProColumns",
7436
+ "module": "src/column/utils/grid-pro-columns.ts"
7437
+ }
7438
+ }
7439
+ ]
7440
+ },
7441
+ {
7442
+ "kind": "javascript-module",
7443
+ "path": "src/column/utils/index.ts",
7444
+ "declarations": [],
7445
+ "exports": [
7446
+ {
7447
+ "kind": "js",
7448
+ "name": "*",
7449
+ "declaration": {
7450
+ "name": "*",
7451
+ "package": "./grid-pro-columns"
7452
+ }
7453
+ }
7454
+ ]
7455
+ },
7397
7456
  {
7398
7457
  "kind": "javascript-module",
7399
7458
  "path": "src/utils/array.ts",
@@ -7533,65 +7592,6 @@
7533
7592
  }
7534
7593
  }
7535
7594
  ]
7536
- },
7537
- {
7538
- "kind": "javascript-module",
7539
- "path": "src/column/utils/grid-pro-columns.ts",
7540
- "declarations": [
7541
- {
7542
- "kind": "function",
7543
- "name": "gridProColumns",
7544
- "return": {
7545
- "type": {
7546
- "text": "CaptureType<TSource>"
7547
- }
7548
- },
7549
- "parameters": [
7550
- {
7551
- "name": "itemsBinding",
7552
- "type": {
7553
- "text": "Binding<TSource, readonly ColDef[]> | readonly ColDef[]"
7554
- },
7555
- "description": "The array to render"
7556
- },
7557
- {
7558
- "name": "includeRenderers",
7559
- "default": "true",
7560
- "type": {
7561
- "text": "boolean"
7562
- },
7563
- "description": "Optionally tells whether to include cell renderers, if available"
7564
- }
7565
- ],
7566
- "description": "A directive that renders a set of grid-pro-column elements from a given input binding",
7567
- "privacy": "public"
7568
- }
7569
- ],
7570
- "exports": [
7571
- {
7572
- "kind": "js",
7573
- "name": "gridProColumns",
7574
- "declaration": {
7575
- "name": "gridProColumns",
7576
- "module": "src/column/utils/grid-pro-columns.ts"
7577
- }
7578
- }
7579
- ]
7580
- },
7581
- {
7582
- "kind": "javascript-module",
7583
- "path": "src/column/utils/index.ts",
7584
- "declarations": [],
7585
- "exports": [
7586
- {
7587
- "kind": "js",
7588
- "name": "*",
7589
- "declaration": {
7590
- "name": "*",
7591
- "package": "./grid-pro-columns"
7592
- }
7593
- }
7594
- ]
7595
7595
  }
7596
7596
  ]
7597
7597
  }
@@ -1 +1 @@
1
- {"version":3,"file":"grid-pro-genesis-datasource.d.ts","sourceRoot":"","sources":["../../../src/grid-pro-genesis-datasource/grid-pro-genesis-datasource.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"grid-pro-genesis-datasource.d.ts","sourceRoot":"","sources":["../../../src/grid-pro-genesis-datasource/grid-pro-genesis-datasource.ts"],"names":[],"mappings":"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"}
@@ -129,9 +129,7 @@ declare const GridPro_base: (new (...args: any[]) => {
129
129
  readonly nodeName: string;
130
130
  readonly nodeType: number;
131
131
  nodeValue: string;
132
- readonly parentElement: HTMLElement; /**
133
- * @public
134
- */
132
+ readonly parentElement: HTMLElement;
135
133
  readonly parentNode: ParentNode;
136
134
  readonly previousSibling: ChildNode;
137
135
  textContent: string;
@@ -1 +1 @@
1
- {"version":3,"file":"grid-pro.d.ts","sourceRoot":"","sources":["../../src/grid-pro.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"grid-pro.d.ts","sourceRoot":"","sources":["../../src/grid-pro.ts"],"names":[],"mappings":"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"}
@@ -217,16 +217,16 @@ let GridProGenesisDatasource = class GridProGenesisDatasource extends LifecycleM
217
217
  * @internal
218
218
  */
219
219
  setRowData(rowData) {
220
- var _a;
220
+ var _a, _b, _c;
221
221
  const preSetColumnDefs = (_a = this.agGrid.gridApi) === null || _a === void 0 ? void 0 : _a.getColumnDefs();
222
222
  if (!preSetColumnDefs || preSetColumnDefs.length === 0) {
223
223
  const agColumnDefs = this.getAgColumnDefs(this.datasource.fieldMetadata);
224
224
  if (agColumnDefs) {
225
- this.agGrid.gridApi.setColumnDefs(agColumnDefs);
225
+ (_b = this.agGrid.gridApi) === null || _b === void 0 ? void 0 : _b.setColumnDefs(agColumnDefs);
226
226
  }
227
227
  }
228
228
  const data = this.rowDataMapper ? this.rowDataMapper(rowData) : rowData;
229
- this.agGrid.gridApi.setRowData(data);
229
+ (_c = this.agGrid.gridApi) === null || _c === void 0 ? void 0 : _c.setRowData(data);
230
230
  this.requiresFullRowDataAndColDefs = false;
231
231
  }
232
232
  /**
@@ -236,7 +236,7 @@ let GridProGenesisDatasource = class GridProGenesisDatasource extends LifecycleM
236
236
  * @internal
237
237
  */
238
238
  reloadResourceData() {
239
- var _a, _b;
239
+ var _a;
240
240
  return __awaiter(this, void 0, void 0, function* () {
241
241
  if (this.dataSub) {
242
242
  this.dataSub.unsubscribe();
@@ -244,7 +244,7 @@ let GridProGenesisDatasource = class GridProGenesisDatasource extends LifecycleM
244
244
  }
245
245
  this.dataLogoff();
246
246
  this.clearRowData(withoutColumnDefs);
247
- (_b = (_a = this.agGrid) === null || _a === void 0 ? void 0 : _a.gridApi) === null || _b === void 0 ? void 0 : _b.showLoadingOverlay();
247
+ (_a = this.agGrid.gridApi) === null || _a === void 0 ? void 0 : _a.showLoadingOverlay();
248
248
  this.loadResourceData(withoutFullInit);
249
249
  });
250
250
  }
@@ -377,10 +377,11 @@ let GridProGenesisDatasource = class GridProGenesisDatasource extends LifecycleM
377
377
  this.applyAllAgTransactions();
378
378
  }
379
379
  applyAllAgTransactions() {
380
+ var _a;
380
381
  if (!this.agTransaction.add.length &&
381
382
  !this.agTransaction.update.length &&
382
383
  !this.agTransaction.remove.length) {
383
- this.agGrid.gridApi.showNoRowsOverlay();
384
+ (_a = this.agGrid.gridApi) === null || _a === void 0 ? void 0 : _a.showNoRowsOverlay();
384
385
  return;
385
386
  }
386
387
  if (this.agTransaction.add.length > 0) {
@@ -395,7 +396,9 @@ let GridProGenesisDatasource = class GridProGenesisDatasource extends LifecycleM
395
396
  }
396
397
  applyMappedAgTransaction(agTransaction, operation, isAsync) {
397
398
  const applyTransaction = isAsync ? 'applyTransactionAsync' : 'applyTransaction';
398
- this.agGrid.gridApi[applyTransaction](this.mapTransaction(agTransaction, [operation]));
399
+ if (this.agGrid.gridApi) {
400
+ this.agGrid.gridApi[applyTransaction](this.mapTransaction(agTransaction, [operation]));
401
+ }
399
402
  }
400
403
  /**
401
404
  * Maps the transaction data to the row data mapper function, if it exists.
@@ -108,6 +108,7 @@ export class GridPro extends LifecycleMixin(FoundationElement) {
108
108
  connectedCallback() {
109
109
  super.connectedCallback();
110
110
  this.rehydrationAttempted = false;
111
+ this.initialised = false;
111
112
  if (this.gridAutosizingEnabled) {
112
113
  respondToVisibility(this, (gridVisible) => {
113
114
  if (gridVisible) {
@@ -135,6 +136,8 @@ export class GridPro extends LifecycleMixin(FoundationElement) {
135
136
  if (!this.shouldRunDisconnect)
136
137
  return;
137
138
  (_a = this.gridApi) === null || _a === void 0 ? void 0 : _a.destroy();
139
+ this.gridApi = null;
140
+ this.columnApi = null;
138
141
  }
139
142
  combineAllGridComponents(gridOptionsComponents) {
140
143
  const defaultFoundationAgComponents = {
@@ -294,15 +297,17 @@ export class GridPro extends LifecycleMixin(FoundationElement) {
294
297
  });
295
298
  }
296
299
  enableFlashingRows() {
300
+ var _a;
297
301
  if (this.enableRowFlashing || this.enabledRowFlashing) {
298
302
  if (!this.asyncAdd) {
299
303
  logger.warn('Row Flashing (enableRowFlashing) only works when Grid has async Add Transactions (asyncAdd) enabled');
300
304
  return;
301
305
  }
302
- this.gridApi.addEventListener(Events.EVENT_ASYNC_TRANSACTIONS_FLUSHED, (e) => {
306
+ (_a = this.gridApi) === null || _a === void 0 ? void 0 : _a.addEventListener(Events.EVENT_ASYNC_TRANSACTIONS_FLUSHED, (e) => {
303
307
  e.results.forEach((result) => {
308
+ var _a;
304
309
  if (result.add.length) {
305
- this.gridApi.flashCells({
310
+ (_a = this.gridApi) === null || _a === void 0 ? void 0 : _a.flashCells({
306
311
  rowNodes: result.add,
307
312
  });
308
313
  }
@@ -1106,9 +1106,7 @@ declare const GridPro_base: (new (...args: any[]) => {
1106
1106
  readonly nodeName: string;
1107
1107
  readonly nodeType: number;
1108
1108
  nodeValue: string;
1109
- readonly parentElement: HTMLElement; /**
1110
- * @public
1111
- */
1109
+ readonly parentElement: HTMLElement;
1112
1110
  readonly parentNode: ParentNode;
1113
1111
  readonly previousSibling: ChildNode;
1114
1112
  textContent: string;
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.103.0",
4
+ "version": "14.103.1-alpha-5ee5747.0",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -30,15 +30,15 @@
30
30
  "test:debug": "genx test --debug"
31
31
  },
32
32
  "devDependencies": {
33
- "@genesislcap/foundation-testing": "14.103.0",
34
- "@genesislcap/genx": "14.103.0",
33
+ "@genesislcap/foundation-testing": "14.103.1-alpha-5ee5747.0",
34
+ "@genesislcap/genx": "14.103.1-alpha-5ee5747.0",
35
35
  "rimraf": "^3.0.2"
36
36
  },
37
37
  "dependencies": {
38
- "@genesislcap/foundation-comms": "14.103.0",
39
- "@genesislcap/foundation-logger": "14.103.0",
40
- "@genesislcap/foundation-ui": "14.103.0",
41
- "@genesislcap/foundation-utils": "14.103.0",
38
+ "@genesislcap/foundation-comms": "14.103.1-alpha-5ee5747.0",
39
+ "@genesislcap/foundation-logger": "14.103.1-alpha-5ee5747.0",
40
+ "@genesislcap/foundation-ui": "14.103.1-alpha-5ee5747.0",
41
+ "@genesislcap/foundation-utils": "14.103.1-alpha-5ee5747.0",
42
42
  "@microsoft/fast-colors": "^5.1.4",
43
43
  "@microsoft/fast-components": "^2.21.3",
44
44
  "@microsoft/fast-element": "^1.7.0",
@@ -61,5 +61,5 @@
61
61
  "access": "public"
62
62
  },
63
63
  "customElements": "dist/custom-elements.json",
64
- "gitHead": "a2f0a1825fe66db9433563c30c256414762f4155"
64
+ "gitHead": "505ed2b7b6d51cf718d0d15003e50920a9e09c6a"
65
65
  }