@genesislcap/grid-pro 14.92.4 → 14.93.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.
- package/dist/custom-elements.json +398 -398
- package/package.json +8 -8
|
@@ -1810,229 +1810,6 @@
|
|
|
1810
1810
|
}
|
|
1811
1811
|
]
|
|
1812
1812
|
},
|
|
1813
|
-
{
|
|
1814
|
-
"kind": "javascript-module",
|
|
1815
|
-
"path": "src/column/column.template.ts",
|
|
1816
|
-
"declarations": [
|
|
1817
|
-
{
|
|
1818
|
-
"kind": "variable",
|
|
1819
|
-
"name": "ColumnTemplate",
|
|
1820
|
-
"default": "html<GridProColumn>`\n <template>\n <slot ${slotted('slottedAgCell')} @slotchange=\"${(x) => x.slottedAgCellChanged()}\"></slot>\n </template>\n`",
|
|
1821
|
-
"description": "The Grid Pro Column Template.",
|
|
1822
|
-
"privacy": "public"
|
|
1823
|
-
}
|
|
1824
|
-
],
|
|
1825
|
-
"exports": [
|
|
1826
|
-
{
|
|
1827
|
-
"kind": "js",
|
|
1828
|
-
"name": "ColumnTemplate",
|
|
1829
|
-
"declaration": {
|
|
1830
|
-
"name": "ColumnTemplate",
|
|
1831
|
-
"module": "src/column/column.template.ts"
|
|
1832
|
-
}
|
|
1833
|
-
}
|
|
1834
|
-
]
|
|
1835
|
-
},
|
|
1836
|
-
{
|
|
1837
|
-
"kind": "javascript-module",
|
|
1838
|
-
"path": "src/column/column.ts",
|
|
1839
|
-
"declarations": [
|
|
1840
|
-
{
|
|
1841
|
-
"kind": "class",
|
|
1842
|
-
"description": "The Grid Pro Column element.",
|
|
1843
|
-
"name": "GridProColumn",
|
|
1844
|
-
"members": [
|
|
1845
|
-
{
|
|
1846
|
-
"kind": "field",
|
|
1847
|
-
"name": "slottedAgCell",
|
|
1848
|
-
"type": {
|
|
1849
|
-
"text": "HTMLElement[]"
|
|
1850
|
-
},
|
|
1851
|
-
"privacy": "public"
|
|
1852
|
-
},
|
|
1853
|
-
{
|
|
1854
|
-
"kind": "field",
|
|
1855
|
-
"name": "definition",
|
|
1856
|
-
"type": {
|
|
1857
|
-
"text": "ColDef"
|
|
1858
|
-
},
|
|
1859
|
-
"default": "{}"
|
|
1860
|
-
},
|
|
1861
|
-
{
|
|
1862
|
-
"kind": "method",
|
|
1863
|
-
"name": "slottedAgCellChanged",
|
|
1864
|
-
"privacy": "public"
|
|
1865
|
-
},
|
|
1866
|
-
{
|
|
1867
|
-
"kind": "field",
|
|
1868
|
-
"name": "_presentation",
|
|
1869
|
-
"type": {
|
|
1870
|
-
"text": "ComponentPresentation | null | undefined"
|
|
1871
|
-
},
|
|
1872
|
-
"privacy": "private",
|
|
1873
|
-
"default": "void 0",
|
|
1874
|
-
"inheritedFrom": {
|
|
1875
|
-
"name": "FoundationElement",
|
|
1876
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
1877
|
-
}
|
|
1878
|
-
},
|
|
1879
|
-
{
|
|
1880
|
-
"kind": "field",
|
|
1881
|
-
"name": "$presentation",
|
|
1882
|
-
"type": {
|
|
1883
|
-
"text": "ComponentPresentation | null"
|
|
1884
|
-
},
|
|
1885
|
-
"privacy": "public",
|
|
1886
|
-
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
1887
|
-
"inheritedFrom": {
|
|
1888
|
-
"name": "FoundationElement",
|
|
1889
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
1890
|
-
}
|
|
1891
|
-
},
|
|
1892
|
-
{
|
|
1893
|
-
"kind": "field",
|
|
1894
|
-
"name": "template",
|
|
1895
|
-
"type": {
|
|
1896
|
-
"text": "ElementViewTemplate | void | null"
|
|
1897
|
-
},
|
|
1898
|
-
"privacy": "public",
|
|
1899
|
-
"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.",
|
|
1900
|
-
"inheritedFrom": {
|
|
1901
|
-
"name": "FoundationElement",
|
|
1902
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
1903
|
-
}
|
|
1904
|
-
},
|
|
1905
|
-
{
|
|
1906
|
-
"kind": "method",
|
|
1907
|
-
"name": "templateChanged",
|
|
1908
|
-
"privacy": "protected",
|
|
1909
|
-
"return": {
|
|
1910
|
-
"type": {
|
|
1911
|
-
"text": "void"
|
|
1912
|
-
}
|
|
1913
|
-
},
|
|
1914
|
-
"inheritedFrom": {
|
|
1915
|
-
"name": "FoundationElement",
|
|
1916
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
1917
|
-
}
|
|
1918
|
-
},
|
|
1919
|
-
{
|
|
1920
|
-
"kind": "field",
|
|
1921
|
-
"name": "styles",
|
|
1922
|
-
"type": {
|
|
1923
|
-
"text": "ElementStyles | void | null"
|
|
1924
|
-
},
|
|
1925
|
-
"privacy": "public",
|
|
1926
|
-
"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.",
|
|
1927
|
-
"inheritedFrom": {
|
|
1928
|
-
"name": "FoundationElement",
|
|
1929
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
1930
|
-
}
|
|
1931
|
-
},
|
|
1932
|
-
{
|
|
1933
|
-
"kind": "method",
|
|
1934
|
-
"name": "stylesChanged",
|
|
1935
|
-
"privacy": "protected",
|
|
1936
|
-
"return": {
|
|
1937
|
-
"type": {
|
|
1938
|
-
"text": "void"
|
|
1939
|
-
}
|
|
1940
|
-
},
|
|
1941
|
-
"inheritedFrom": {
|
|
1942
|
-
"name": "FoundationElement",
|
|
1943
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
1944
|
-
}
|
|
1945
|
-
},
|
|
1946
|
-
{
|
|
1947
|
-
"kind": "method",
|
|
1948
|
-
"name": "compose",
|
|
1949
|
-
"privacy": "public",
|
|
1950
|
-
"static": true,
|
|
1951
|
-
"return": {
|
|
1952
|
-
"type": {
|
|
1953
|
-
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
1954
|
-
}
|
|
1955
|
-
},
|
|
1956
|
-
"parameters": [
|
|
1957
|
-
{
|
|
1958
|
-
"name": "this",
|
|
1959
|
-
"type": {
|
|
1960
|
-
"text": "K"
|
|
1961
|
-
}
|
|
1962
|
-
},
|
|
1963
|
-
{
|
|
1964
|
-
"name": "elementDefinition",
|
|
1965
|
-
"type": {
|
|
1966
|
-
"text": "T"
|
|
1967
|
-
},
|
|
1968
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
1969
|
-
}
|
|
1970
|
-
],
|
|
1971
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
1972
|
-
"inheritedFrom": {
|
|
1973
|
-
"name": "FoundationElement",
|
|
1974
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
1975
|
-
}
|
|
1976
|
-
}
|
|
1977
|
-
],
|
|
1978
|
-
"superclass": {
|
|
1979
|
-
"name": "FoundationElement",
|
|
1980
|
-
"package": "@microsoft/fast-foundation"
|
|
1981
|
-
},
|
|
1982
|
-
"tagName": "grid-pro-column",
|
|
1983
|
-
"customElement": true
|
|
1984
|
-
}
|
|
1985
|
-
],
|
|
1986
|
-
"exports": [
|
|
1987
|
-
{
|
|
1988
|
-
"kind": "js",
|
|
1989
|
-
"name": "GridProColumn",
|
|
1990
|
-
"declaration": {
|
|
1991
|
-
"name": "GridProColumn",
|
|
1992
|
-
"module": "src/column/column.ts"
|
|
1993
|
-
}
|
|
1994
|
-
},
|
|
1995
|
-
{
|
|
1996
|
-
"kind": "custom-element-definition",
|
|
1997
|
-
"name": "grid-pro-column",
|
|
1998
|
-
"declaration": {
|
|
1999
|
-
"name": "GridProColumn",
|
|
2000
|
-
"module": "src/column/column.ts"
|
|
2001
|
-
}
|
|
2002
|
-
}
|
|
2003
|
-
]
|
|
2004
|
-
},
|
|
2005
|
-
{
|
|
2006
|
-
"kind": "javascript-module",
|
|
2007
|
-
"path": "src/column/index.ts",
|
|
2008
|
-
"declarations": [],
|
|
2009
|
-
"exports": [
|
|
2010
|
-
{
|
|
2011
|
-
"kind": "js",
|
|
2012
|
-
"name": "*",
|
|
2013
|
-
"declaration": {
|
|
2014
|
-
"name": "*",
|
|
2015
|
-
"package": "./column.template"
|
|
2016
|
-
}
|
|
2017
|
-
},
|
|
2018
|
-
{
|
|
2019
|
-
"kind": "js",
|
|
2020
|
-
"name": "*",
|
|
2021
|
-
"declaration": {
|
|
2022
|
-
"name": "*",
|
|
2023
|
-
"package": "./column"
|
|
2024
|
-
}
|
|
2025
|
-
},
|
|
2026
|
-
{
|
|
2027
|
-
"kind": "js",
|
|
2028
|
-
"name": "*",
|
|
2029
|
-
"declaration": {
|
|
2030
|
-
"name": "*",
|
|
2031
|
-
"package": "./utils"
|
|
2032
|
-
}
|
|
2033
|
-
}
|
|
2034
|
-
]
|
|
2035
|
-
},
|
|
2036
1813
|
{
|
|
2037
1814
|
"kind": "javascript-module",
|
|
2038
1815
|
"path": "src/cell-renderers/action.renderer.ts",
|
|
@@ -3394,128 +3171,351 @@
|
|
|
3394
3171
|
},
|
|
3395
3172
|
{
|
|
3396
3173
|
"kind": "javascript-module",
|
|
3397
|
-
"path": "src/cell-renderers/text.renderer.ts",
|
|
3174
|
+
"path": "src/cell-renderers/text.renderer.ts",
|
|
3175
|
+
"declarations": [
|
|
3176
|
+
{
|
|
3177
|
+
"kind": "class",
|
|
3178
|
+
"description": "",
|
|
3179
|
+
"name": "AgTextRenderer",
|
|
3180
|
+
"superclass": {
|
|
3181
|
+
"name": "AgTextFieldRenderer",
|
|
3182
|
+
"module": "/src/cell-renderers/text-field.renderer"
|
|
3183
|
+
},
|
|
3184
|
+
"deprecated": "- Use AgTextFieldRenderer instead",
|
|
3185
|
+
"tagName": "%%prefix%%-grid-text-renderer",
|
|
3186
|
+
"customElement": true,
|
|
3187
|
+
"members": [
|
|
3188
|
+
{
|
|
3189
|
+
"kind": "field",
|
|
3190
|
+
"name": "textField",
|
|
3191
|
+
"type": {
|
|
3192
|
+
"text": "TextField"
|
|
3193
|
+
},
|
|
3194
|
+
"privacy": "public",
|
|
3195
|
+
"inheritedFrom": {
|
|
3196
|
+
"name": "AgTextFieldRenderer",
|
|
3197
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
3198
|
+
}
|
|
3199
|
+
},
|
|
3200
|
+
{
|
|
3201
|
+
"kind": "field",
|
|
3202
|
+
"name": "textValue",
|
|
3203
|
+
"type": {
|
|
3204
|
+
"text": "string"
|
|
3205
|
+
},
|
|
3206
|
+
"default": "''",
|
|
3207
|
+
"inheritedFrom": {
|
|
3208
|
+
"name": "AgTextFieldRenderer",
|
|
3209
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
3210
|
+
}
|
|
3211
|
+
},
|
|
3212
|
+
{
|
|
3213
|
+
"kind": "field",
|
|
3214
|
+
"name": "params",
|
|
3215
|
+
"type": {
|
|
3216
|
+
"text": "FuiCellRendererParams"
|
|
3217
|
+
},
|
|
3218
|
+
"privacy": "public",
|
|
3219
|
+
"inheritedFrom": {
|
|
3220
|
+
"name": "AgTextFieldRenderer",
|
|
3221
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
3222
|
+
}
|
|
3223
|
+
},
|
|
3224
|
+
{
|
|
3225
|
+
"kind": "method",
|
|
3226
|
+
"name": "init",
|
|
3227
|
+
"privacy": "public",
|
|
3228
|
+
"parameters": [
|
|
3229
|
+
{
|
|
3230
|
+
"name": "params",
|
|
3231
|
+
"type": {
|
|
3232
|
+
"text": "FuiCellRendererParams"
|
|
3233
|
+
}
|
|
3234
|
+
}
|
|
3235
|
+
],
|
|
3236
|
+
"inheritedFrom": {
|
|
3237
|
+
"name": "AgTextFieldRenderer",
|
|
3238
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
3239
|
+
}
|
|
3240
|
+
},
|
|
3241
|
+
{
|
|
3242
|
+
"kind": "method",
|
|
3243
|
+
"name": "getGui",
|
|
3244
|
+
"privacy": "public",
|
|
3245
|
+
"return": {
|
|
3246
|
+
"type": {
|
|
3247
|
+
"text": "HTMLElement"
|
|
3248
|
+
}
|
|
3249
|
+
},
|
|
3250
|
+
"inheritedFrom": {
|
|
3251
|
+
"name": "AgTextFieldRenderer",
|
|
3252
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
3253
|
+
}
|
|
3254
|
+
},
|
|
3255
|
+
{
|
|
3256
|
+
"kind": "method",
|
|
3257
|
+
"name": "destroy",
|
|
3258
|
+
"privacy": "public",
|
|
3259
|
+
"inheritedFrom": {
|
|
3260
|
+
"name": "AgTextFieldRenderer",
|
|
3261
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
3262
|
+
}
|
|
3263
|
+
},
|
|
3264
|
+
{
|
|
3265
|
+
"kind": "method",
|
|
3266
|
+
"name": "refresh",
|
|
3267
|
+
"privacy": "public",
|
|
3268
|
+
"parameters": [
|
|
3269
|
+
{
|
|
3270
|
+
"name": "params",
|
|
3271
|
+
"type": {
|
|
3272
|
+
"text": "FuiCellRendererParams"
|
|
3273
|
+
}
|
|
3274
|
+
}
|
|
3275
|
+
],
|
|
3276
|
+
"inheritedFrom": {
|
|
3277
|
+
"name": "AgTextFieldRenderer",
|
|
3278
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
3279
|
+
}
|
|
3280
|
+
},
|
|
3281
|
+
{
|
|
3282
|
+
"kind": "field",
|
|
3283
|
+
"name": "textChanged",
|
|
3284
|
+
"privacy": "public",
|
|
3285
|
+
"description": "On text change handler",
|
|
3286
|
+
"parameters": [
|
|
3287
|
+
{
|
|
3288
|
+
"description": "CustomEvent",
|
|
3289
|
+
"name": "e"
|
|
3290
|
+
}
|
|
3291
|
+
],
|
|
3292
|
+
"inheritedFrom": {
|
|
3293
|
+
"name": "AgTextFieldRenderer",
|
|
3294
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
3295
|
+
}
|
|
3296
|
+
},
|
|
3297
|
+
{
|
|
3298
|
+
"kind": "field",
|
|
3299
|
+
"name": "_presentation",
|
|
3300
|
+
"type": {
|
|
3301
|
+
"text": "ComponentPresentation | null | undefined"
|
|
3302
|
+
},
|
|
3303
|
+
"privacy": "private",
|
|
3304
|
+
"default": "void 0",
|
|
3305
|
+
"inheritedFrom": {
|
|
3306
|
+
"name": "FoundationElement",
|
|
3307
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3308
|
+
}
|
|
3309
|
+
},
|
|
3310
|
+
{
|
|
3311
|
+
"kind": "field",
|
|
3312
|
+
"name": "$presentation",
|
|
3313
|
+
"type": {
|
|
3314
|
+
"text": "ComponentPresentation | null"
|
|
3315
|
+
},
|
|
3316
|
+
"privacy": "public",
|
|
3317
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
3318
|
+
"inheritedFrom": {
|
|
3319
|
+
"name": "FoundationElement",
|
|
3320
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3321
|
+
}
|
|
3322
|
+
},
|
|
3323
|
+
{
|
|
3324
|
+
"kind": "field",
|
|
3325
|
+
"name": "template",
|
|
3326
|
+
"type": {
|
|
3327
|
+
"text": "ElementViewTemplate | void | null"
|
|
3328
|
+
},
|
|
3329
|
+
"privacy": "public",
|
|
3330
|
+
"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.",
|
|
3331
|
+
"inheritedFrom": {
|
|
3332
|
+
"name": "FoundationElement",
|
|
3333
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3334
|
+
}
|
|
3335
|
+
},
|
|
3336
|
+
{
|
|
3337
|
+
"kind": "method",
|
|
3338
|
+
"name": "templateChanged",
|
|
3339
|
+
"privacy": "protected",
|
|
3340
|
+
"return": {
|
|
3341
|
+
"type": {
|
|
3342
|
+
"text": "void"
|
|
3343
|
+
}
|
|
3344
|
+
},
|
|
3345
|
+
"inheritedFrom": {
|
|
3346
|
+
"name": "FoundationElement",
|
|
3347
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3348
|
+
}
|
|
3349
|
+
},
|
|
3350
|
+
{
|
|
3351
|
+
"kind": "field",
|
|
3352
|
+
"name": "styles",
|
|
3353
|
+
"type": {
|
|
3354
|
+
"text": "ElementStyles | void | null"
|
|
3355
|
+
},
|
|
3356
|
+
"privacy": "public",
|
|
3357
|
+
"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.",
|
|
3358
|
+
"inheritedFrom": {
|
|
3359
|
+
"name": "FoundationElement",
|
|
3360
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3361
|
+
}
|
|
3362
|
+
},
|
|
3363
|
+
{
|
|
3364
|
+
"kind": "method",
|
|
3365
|
+
"name": "stylesChanged",
|
|
3366
|
+
"privacy": "protected",
|
|
3367
|
+
"return": {
|
|
3368
|
+
"type": {
|
|
3369
|
+
"text": "void"
|
|
3370
|
+
}
|
|
3371
|
+
},
|
|
3372
|
+
"inheritedFrom": {
|
|
3373
|
+
"name": "FoundationElement",
|
|
3374
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3375
|
+
}
|
|
3376
|
+
},
|
|
3377
|
+
{
|
|
3378
|
+
"kind": "method",
|
|
3379
|
+
"name": "compose",
|
|
3380
|
+
"privacy": "public",
|
|
3381
|
+
"static": true,
|
|
3382
|
+
"return": {
|
|
3383
|
+
"type": {
|
|
3384
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
3385
|
+
}
|
|
3386
|
+
},
|
|
3387
|
+
"parameters": [
|
|
3388
|
+
{
|
|
3389
|
+
"name": "this",
|
|
3390
|
+
"type": {
|
|
3391
|
+
"text": "K"
|
|
3392
|
+
}
|
|
3393
|
+
},
|
|
3394
|
+
{
|
|
3395
|
+
"name": "elementDefinition",
|
|
3396
|
+
"type": {
|
|
3397
|
+
"text": "T"
|
|
3398
|
+
},
|
|
3399
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
3400
|
+
}
|
|
3401
|
+
],
|
|
3402
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
3403
|
+
"inheritedFrom": {
|
|
3404
|
+
"name": "FoundationElement",
|
|
3405
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3406
|
+
}
|
|
3407
|
+
}
|
|
3408
|
+
]
|
|
3409
|
+
},
|
|
3410
|
+
{
|
|
3411
|
+
"kind": "variable",
|
|
3412
|
+
"name": "textRendererStyles",
|
|
3413
|
+
"default": "textFieldRendererStyles",
|
|
3414
|
+
"privacy": "public",
|
|
3415
|
+
"deprecated": "- Use textFieldRendererStyles instead"
|
|
3416
|
+
},
|
|
3417
|
+
{
|
|
3418
|
+
"kind": "variable",
|
|
3419
|
+
"name": "getTextRendererTemplate",
|
|
3420
|
+
"default": "getTextFieldRendererTemplate",
|
|
3421
|
+
"privacy": "public",
|
|
3422
|
+
"deprecated": "- Use getTextFieldRendererTemplate instead"
|
|
3423
|
+
},
|
|
3424
|
+
{
|
|
3425
|
+
"kind": "variable",
|
|
3426
|
+
"name": "foundationAgTextRenderer",
|
|
3427
|
+
"description": "A function that returns a Foundation Text Renderer registration for configuring the component with a DesignSystem.",
|
|
3428
|
+
"privacy": "public",
|
|
3429
|
+
"deprecated": "- Use foundationAgTextFieldRenderer instead"
|
|
3430
|
+
}
|
|
3431
|
+
],
|
|
3432
|
+
"exports": [
|
|
3433
|
+
{
|
|
3434
|
+
"kind": "js",
|
|
3435
|
+
"name": "AgTextRenderer",
|
|
3436
|
+
"declaration": {
|
|
3437
|
+
"name": "AgTextRenderer",
|
|
3438
|
+
"module": "src/cell-renderers/text.renderer.ts"
|
|
3439
|
+
}
|
|
3440
|
+
},
|
|
3441
|
+
{
|
|
3442
|
+
"kind": "js",
|
|
3443
|
+
"name": "textRendererStyles",
|
|
3444
|
+
"declaration": {
|
|
3445
|
+
"name": "textRendererStyles",
|
|
3446
|
+
"module": "src/cell-renderers/text.renderer.ts"
|
|
3447
|
+
}
|
|
3448
|
+
},
|
|
3449
|
+
{
|
|
3450
|
+
"kind": "js",
|
|
3451
|
+
"name": "getTextRendererTemplate",
|
|
3452
|
+
"declaration": {
|
|
3453
|
+
"name": "getTextRendererTemplate",
|
|
3454
|
+
"module": "src/cell-renderers/text.renderer.ts"
|
|
3455
|
+
}
|
|
3456
|
+
},
|
|
3457
|
+
{
|
|
3458
|
+
"kind": "js",
|
|
3459
|
+
"name": "foundationAgTextRenderer",
|
|
3460
|
+
"declaration": {
|
|
3461
|
+
"name": "foundationAgTextRenderer",
|
|
3462
|
+
"module": "src/cell-renderers/text.renderer.ts"
|
|
3463
|
+
}
|
|
3464
|
+
}
|
|
3465
|
+
]
|
|
3466
|
+
},
|
|
3467
|
+
{
|
|
3468
|
+
"kind": "javascript-module",
|
|
3469
|
+
"path": "src/column/column.template.ts",
|
|
3470
|
+
"declarations": [
|
|
3471
|
+
{
|
|
3472
|
+
"kind": "variable",
|
|
3473
|
+
"name": "ColumnTemplate",
|
|
3474
|
+
"default": "html<GridProColumn>`\n <template>\n <slot ${slotted('slottedAgCell')} @slotchange=\"${(x) => x.slottedAgCellChanged()}\"></slot>\n </template>\n`",
|
|
3475
|
+
"description": "The Grid Pro Column Template.",
|
|
3476
|
+
"privacy": "public"
|
|
3477
|
+
}
|
|
3478
|
+
],
|
|
3479
|
+
"exports": [
|
|
3480
|
+
{
|
|
3481
|
+
"kind": "js",
|
|
3482
|
+
"name": "ColumnTemplate",
|
|
3483
|
+
"declaration": {
|
|
3484
|
+
"name": "ColumnTemplate",
|
|
3485
|
+
"module": "src/column/column.template.ts"
|
|
3486
|
+
}
|
|
3487
|
+
}
|
|
3488
|
+
]
|
|
3489
|
+
},
|
|
3490
|
+
{
|
|
3491
|
+
"kind": "javascript-module",
|
|
3492
|
+
"path": "src/column/column.ts",
|
|
3398
3493
|
"declarations": [
|
|
3399
3494
|
{
|
|
3400
3495
|
"kind": "class",
|
|
3401
|
-
"description": "",
|
|
3402
|
-
"name": "
|
|
3403
|
-
"superclass": {
|
|
3404
|
-
"name": "AgTextFieldRenderer",
|
|
3405
|
-
"module": "/src/cell-renderers/text-field.renderer"
|
|
3406
|
-
},
|
|
3407
|
-
"deprecated": "- Use AgTextFieldRenderer instead",
|
|
3408
|
-
"tagName": "%%prefix%%-grid-text-renderer",
|
|
3409
|
-
"customElement": true,
|
|
3496
|
+
"description": "The Grid Pro Column element.",
|
|
3497
|
+
"name": "GridProColumn",
|
|
3410
3498
|
"members": [
|
|
3411
3499
|
{
|
|
3412
3500
|
"kind": "field",
|
|
3413
|
-
"name": "
|
|
3414
|
-
"type": {
|
|
3415
|
-
"text": "TextField"
|
|
3416
|
-
},
|
|
3417
|
-
"privacy": "public",
|
|
3418
|
-
"inheritedFrom": {
|
|
3419
|
-
"name": "AgTextFieldRenderer",
|
|
3420
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
3421
|
-
}
|
|
3422
|
-
},
|
|
3423
|
-
{
|
|
3424
|
-
"kind": "field",
|
|
3425
|
-
"name": "textValue",
|
|
3501
|
+
"name": "slottedAgCell",
|
|
3426
3502
|
"type": {
|
|
3427
|
-
"text": "
|
|
3503
|
+
"text": "HTMLElement[]"
|
|
3428
3504
|
},
|
|
3429
|
-
"
|
|
3430
|
-
"inheritedFrom": {
|
|
3431
|
-
"name": "AgTextFieldRenderer",
|
|
3432
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
3433
|
-
}
|
|
3505
|
+
"privacy": "public"
|
|
3434
3506
|
},
|
|
3435
3507
|
{
|
|
3436
3508
|
"kind": "field",
|
|
3437
|
-
"name": "
|
|
3509
|
+
"name": "definition",
|
|
3438
3510
|
"type": {
|
|
3439
|
-
"text": "
|
|
3440
|
-
},
|
|
3441
|
-
"privacy": "public",
|
|
3442
|
-
"inheritedFrom": {
|
|
3443
|
-
"name": "AgTextFieldRenderer",
|
|
3444
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
3445
|
-
}
|
|
3446
|
-
},
|
|
3447
|
-
{
|
|
3448
|
-
"kind": "method",
|
|
3449
|
-
"name": "init",
|
|
3450
|
-
"privacy": "public",
|
|
3451
|
-
"parameters": [
|
|
3452
|
-
{
|
|
3453
|
-
"name": "params",
|
|
3454
|
-
"type": {
|
|
3455
|
-
"text": "FuiCellRendererParams"
|
|
3456
|
-
}
|
|
3457
|
-
}
|
|
3458
|
-
],
|
|
3459
|
-
"inheritedFrom": {
|
|
3460
|
-
"name": "AgTextFieldRenderer",
|
|
3461
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
3462
|
-
}
|
|
3463
|
-
},
|
|
3464
|
-
{
|
|
3465
|
-
"kind": "method",
|
|
3466
|
-
"name": "getGui",
|
|
3467
|
-
"privacy": "public",
|
|
3468
|
-
"return": {
|
|
3469
|
-
"type": {
|
|
3470
|
-
"text": "HTMLElement"
|
|
3471
|
-
}
|
|
3511
|
+
"text": "ColDef"
|
|
3472
3512
|
},
|
|
3473
|
-
"
|
|
3474
|
-
"name": "AgTextFieldRenderer",
|
|
3475
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
3476
|
-
}
|
|
3477
|
-
},
|
|
3478
|
-
{
|
|
3479
|
-
"kind": "method",
|
|
3480
|
-
"name": "destroy",
|
|
3481
|
-
"privacy": "public",
|
|
3482
|
-
"inheritedFrom": {
|
|
3483
|
-
"name": "AgTextFieldRenderer",
|
|
3484
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
3485
|
-
}
|
|
3513
|
+
"default": "{}"
|
|
3486
3514
|
},
|
|
3487
3515
|
{
|
|
3488
3516
|
"kind": "method",
|
|
3489
|
-
"name": "
|
|
3490
|
-
"privacy": "public"
|
|
3491
|
-
"parameters": [
|
|
3492
|
-
{
|
|
3493
|
-
"name": "params",
|
|
3494
|
-
"type": {
|
|
3495
|
-
"text": "FuiCellRendererParams"
|
|
3496
|
-
}
|
|
3497
|
-
}
|
|
3498
|
-
],
|
|
3499
|
-
"inheritedFrom": {
|
|
3500
|
-
"name": "AgTextFieldRenderer",
|
|
3501
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
3502
|
-
}
|
|
3503
|
-
},
|
|
3504
|
-
{
|
|
3505
|
-
"kind": "field",
|
|
3506
|
-
"name": "textChanged",
|
|
3507
|
-
"privacy": "public",
|
|
3508
|
-
"description": "On text change handler",
|
|
3509
|
-
"parameters": [
|
|
3510
|
-
{
|
|
3511
|
-
"description": "CustomEvent",
|
|
3512
|
-
"name": "e"
|
|
3513
|
-
}
|
|
3514
|
-
],
|
|
3515
|
-
"inheritedFrom": {
|
|
3516
|
-
"name": "AgTextFieldRenderer",
|
|
3517
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
3518
|
-
}
|
|
3517
|
+
"name": "slottedAgCellChanged",
|
|
3518
|
+
"privacy": "public"
|
|
3519
3519
|
},
|
|
3520
3520
|
{
|
|
3521
3521
|
"kind": "field",
|
|
@@ -3628,61 +3628,61 @@
|
|
|
3628
3628
|
"module": "src/foundation-element/foundation-element.ts"
|
|
3629
3629
|
}
|
|
3630
3630
|
}
|
|
3631
|
-
]
|
|
3632
|
-
|
|
3633
|
-
|
|
3634
|
-
|
|
3635
|
-
|
|
3636
|
-
"
|
|
3637
|
-
"
|
|
3638
|
-
"deprecated": "- Use textFieldRendererStyles instead"
|
|
3639
|
-
},
|
|
3640
|
-
{
|
|
3641
|
-
"kind": "variable",
|
|
3642
|
-
"name": "getTextRendererTemplate",
|
|
3643
|
-
"default": "getTextFieldRendererTemplate",
|
|
3644
|
-
"privacy": "public",
|
|
3645
|
-
"deprecated": "- Use getTextFieldRendererTemplate instead"
|
|
3646
|
-
},
|
|
3647
|
-
{
|
|
3648
|
-
"kind": "variable",
|
|
3649
|
-
"name": "foundationAgTextRenderer",
|
|
3650
|
-
"description": "A function that returns a Foundation Text Renderer registration for configuring the component with a DesignSystem.",
|
|
3651
|
-
"privacy": "public",
|
|
3652
|
-
"deprecated": "- Use foundationAgTextFieldRenderer instead"
|
|
3631
|
+
],
|
|
3632
|
+
"superclass": {
|
|
3633
|
+
"name": "FoundationElement",
|
|
3634
|
+
"package": "@microsoft/fast-foundation"
|
|
3635
|
+
},
|
|
3636
|
+
"tagName": "grid-pro-column",
|
|
3637
|
+
"customElement": true
|
|
3653
3638
|
}
|
|
3654
3639
|
],
|
|
3655
3640
|
"exports": [
|
|
3656
3641
|
{
|
|
3657
3642
|
"kind": "js",
|
|
3658
|
-
"name": "
|
|
3643
|
+
"name": "GridProColumn",
|
|
3659
3644
|
"declaration": {
|
|
3660
|
-
"name": "
|
|
3661
|
-
"module": "src/
|
|
3645
|
+
"name": "GridProColumn",
|
|
3646
|
+
"module": "src/column/column.ts"
|
|
3662
3647
|
}
|
|
3663
3648
|
},
|
|
3649
|
+
{
|
|
3650
|
+
"kind": "custom-element-definition",
|
|
3651
|
+
"name": "grid-pro-column",
|
|
3652
|
+
"declaration": {
|
|
3653
|
+
"name": "GridProColumn",
|
|
3654
|
+
"module": "src/column/column.ts"
|
|
3655
|
+
}
|
|
3656
|
+
}
|
|
3657
|
+
]
|
|
3658
|
+
},
|
|
3659
|
+
{
|
|
3660
|
+
"kind": "javascript-module",
|
|
3661
|
+
"path": "src/column/index.ts",
|
|
3662
|
+
"declarations": [],
|
|
3663
|
+
"exports": [
|
|
3664
3664
|
{
|
|
3665
3665
|
"kind": "js",
|
|
3666
|
-
"name": "
|
|
3666
|
+
"name": "*",
|
|
3667
3667
|
"declaration": {
|
|
3668
|
-
"name": "
|
|
3669
|
-
"
|
|
3668
|
+
"name": "*",
|
|
3669
|
+
"package": "./column.template"
|
|
3670
3670
|
}
|
|
3671
3671
|
},
|
|
3672
3672
|
{
|
|
3673
3673
|
"kind": "js",
|
|
3674
|
-
"name": "
|
|
3674
|
+
"name": "*",
|
|
3675
3675
|
"declaration": {
|
|
3676
|
-
"name": "
|
|
3677
|
-
"
|
|
3676
|
+
"name": "*",
|
|
3677
|
+
"package": "./column"
|
|
3678
3678
|
}
|
|
3679
3679
|
},
|
|
3680
3680
|
{
|
|
3681
3681
|
"kind": "js",
|
|
3682
|
-
"name": "
|
|
3682
|
+
"name": "*",
|
|
3683
3683
|
"declaration": {
|
|
3684
|
-
"name": "
|
|
3685
|
-
"
|
|
3684
|
+
"name": "*",
|
|
3685
|
+
"package": "./utils"
|
|
3686
3686
|
}
|
|
3687
3687
|
}
|
|
3688
3688
|
]
|
|
@@ -6845,51 +6845,46 @@
|
|
|
6845
6845
|
},
|
|
6846
6846
|
{
|
|
6847
6847
|
"kind": "javascript-module",
|
|
6848
|
-
"path": "src/
|
|
6848
|
+
"path": "src/cell-renderers/utils/accessor.ts",
|
|
6849
6849
|
"declarations": [
|
|
6850
6850
|
{
|
|
6851
6851
|
"kind": "function",
|
|
6852
|
-
"name": "
|
|
6852
|
+
"name": "setValueWithAccessor",
|
|
6853
6853
|
"return": {
|
|
6854
6854
|
"type": {
|
|
6855
|
-
"text": "
|
|
6855
|
+
"text": "string"
|
|
6856
6856
|
}
|
|
6857
6857
|
},
|
|
6858
6858
|
"parameters": [
|
|
6859
6859
|
{
|
|
6860
|
-
"name": "
|
|
6860
|
+
"name": "data",
|
|
6861
6861
|
"type": {
|
|
6862
|
-
"text": "
|
|
6863
|
-
}
|
|
6864
|
-
"description": "The array to render"
|
|
6862
|
+
"text": "any"
|
|
6863
|
+
}
|
|
6865
6864
|
},
|
|
6866
6865
|
{
|
|
6867
|
-
"name": "
|
|
6868
|
-
"default": "true",
|
|
6866
|
+
"name": "accessor",
|
|
6869
6867
|
"type": {
|
|
6870
|
-
"text": "
|
|
6871
|
-
}
|
|
6872
|
-
"description": "Optionally tells whether to include cell renderers, if available"
|
|
6868
|
+
"text": "string"
|
|
6869
|
+
}
|
|
6873
6870
|
}
|
|
6874
|
-
]
|
|
6875
|
-
"description": "A directive that renders a set of grid-pro-column elements from a given input binding",
|
|
6876
|
-
"privacy": "public"
|
|
6871
|
+
]
|
|
6877
6872
|
}
|
|
6878
6873
|
],
|
|
6879
6874
|
"exports": [
|
|
6880
6875
|
{
|
|
6881
6876
|
"kind": "js",
|
|
6882
|
-
"name": "
|
|
6877
|
+
"name": "setValueWithAccessor",
|
|
6883
6878
|
"declaration": {
|
|
6884
|
-
"name": "
|
|
6885
|
-
"module": "src/
|
|
6879
|
+
"name": "setValueWithAccessor",
|
|
6880
|
+
"module": "src/cell-renderers/utils/accessor.ts"
|
|
6886
6881
|
}
|
|
6887
6882
|
}
|
|
6888
6883
|
]
|
|
6889
6884
|
},
|
|
6890
6885
|
{
|
|
6891
6886
|
"kind": "javascript-module",
|
|
6892
|
-
"path": "src/
|
|
6887
|
+
"path": "src/cell-renderers/utils/index.ts",
|
|
6893
6888
|
"declarations": [],
|
|
6894
6889
|
"exports": [
|
|
6895
6890
|
{
|
|
@@ -6897,53 +6892,58 @@
|
|
|
6897
6892
|
"name": "*",
|
|
6898
6893
|
"declaration": {
|
|
6899
6894
|
"name": "*",
|
|
6900
|
-
"package": "./
|
|
6895
|
+
"package": "./accessor"
|
|
6901
6896
|
}
|
|
6902
6897
|
}
|
|
6903
6898
|
]
|
|
6904
6899
|
},
|
|
6905
6900
|
{
|
|
6906
6901
|
"kind": "javascript-module",
|
|
6907
|
-
"path": "src/
|
|
6902
|
+
"path": "src/column/utils/grid-pro-columns.ts",
|
|
6908
6903
|
"declarations": [
|
|
6909
6904
|
{
|
|
6910
6905
|
"kind": "function",
|
|
6911
|
-
"name": "
|
|
6906
|
+
"name": "gridProColumns",
|
|
6912
6907
|
"return": {
|
|
6913
6908
|
"type": {
|
|
6914
|
-
"text": "
|
|
6909
|
+
"text": "CaptureType<TSource>"
|
|
6915
6910
|
}
|
|
6916
6911
|
},
|
|
6917
6912
|
"parameters": [
|
|
6918
6913
|
{
|
|
6919
|
-
"name": "
|
|
6914
|
+
"name": "itemsBinding",
|
|
6920
6915
|
"type": {
|
|
6921
|
-
"text": "
|
|
6922
|
-
}
|
|
6916
|
+
"text": "Binding<TSource, readonly ColDef[]> | readonly ColDef[]"
|
|
6917
|
+
},
|
|
6918
|
+
"description": "The array to render"
|
|
6923
6919
|
},
|
|
6924
6920
|
{
|
|
6925
|
-
"name": "
|
|
6921
|
+
"name": "includeRenderers",
|
|
6922
|
+
"default": "true",
|
|
6926
6923
|
"type": {
|
|
6927
|
-
"text": "
|
|
6928
|
-
}
|
|
6924
|
+
"text": "boolean"
|
|
6925
|
+
},
|
|
6926
|
+
"description": "Optionally tells whether to include cell renderers, if available"
|
|
6929
6927
|
}
|
|
6930
|
-
]
|
|
6928
|
+
],
|
|
6929
|
+
"description": "A directive that renders a set of grid-pro-column elements from a given input binding",
|
|
6930
|
+
"privacy": "public"
|
|
6931
6931
|
}
|
|
6932
6932
|
],
|
|
6933
6933
|
"exports": [
|
|
6934
6934
|
{
|
|
6935
6935
|
"kind": "js",
|
|
6936
|
-
"name": "
|
|
6936
|
+
"name": "gridProColumns",
|
|
6937
6937
|
"declaration": {
|
|
6938
|
-
"name": "
|
|
6939
|
-
"module": "src/
|
|
6938
|
+
"name": "gridProColumns",
|
|
6939
|
+
"module": "src/column/utils/grid-pro-columns.ts"
|
|
6940
6940
|
}
|
|
6941
6941
|
}
|
|
6942
6942
|
]
|
|
6943
6943
|
},
|
|
6944
6944
|
{
|
|
6945
6945
|
"kind": "javascript-module",
|
|
6946
|
-
"path": "src/
|
|
6946
|
+
"path": "src/column/utils/index.ts",
|
|
6947
6947
|
"declarations": [],
|
|
6948
6948
|
"exports": [
|
|
6949
6949
|
{
|
|
@@ -6951,7 +6951,7 @@
|
|
|
6951
6951
|
"name": "*",
|
|
6952
6952
|
"declaration": {
|
|
6953
6953
|
"name": "*",
|
|
6954
|
-
"package": "./
|
|
6954
|
+
"package": "./grid-pro-columns"
|
|
6955
6955
|
}
|
|
6956
6956
|
}
|
|
6957
6957
|
]
|
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.
|
|
4
|
+
"version": "14.93.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.
|
|
34
|
-
"@genesislcap/genx": "14.
|
|
33
|
+
"@genesislcap/foundation-testing": "14.93.0",
|
|
34
|
+
"@genesislcap/genx": "14.93.0",
|
|
35
35
|
"rimraf": "^3.0.2"
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@genesislcap/foundation-comms": "14.
|
|
39
|
-
"@genesislcap/foundation-logger": "14.
|
|
40
|
-
"@genesislcap/foundation-ui": "14.
|
|
41
|
-
"@genesislcap/foundation-utils": "14.
|
|
38
|
+
"@genesislcap/foundation-comms": "14.93.0",
|
|
39
|
+
"@genesislcap/foundation-logger": "14.93.0",
|
|
40
|
+
"@genesislcap/foundation-ui": "14.93.0",
|
|
41
|
+
"@genesislcap/foundation-utils": "14.93.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": "
|
|
64
|
+
"gitHead": "2e777404028ad7c11b239b17ae32946c873b7a4d"
|
|
65
65
|
}
|