@genesislcap/grid-pro 14.146.1-alpha-15ad9bd1be1.0 → 14.146.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 +223 -223
- package/package.json +8 -8
|
@@ -1774,6 +1774,229 @@
|
|
|
1774
1774
|
}
|
|
1775
1775
|
]
|
|
1776
1776
|
},
|
|
1777
|
+
{
|
|
1778
|
+
"kind": "javascript-module",
|
|
1779
|
+
"path": "src/column/column.template.ts",
|
|
1780
|
+
"declarations": [
|
|
1781
|
+
{
|
|
1782
|
+
"kind": "variable",
|
|
1783
|
+
"name": "ColumnTemplate",
|
|
1784
|
+
"default": "html<GridProColumn>`\n <template>\n <slot ${slotted('slottedAgCell')} @slotchange=\"${(x) => x.slottedAgCellChanged()}\"></slot>\n </template>\n`",
|
|
1785
|
+
"description": "The Grid Pro Column Template.",
|
|
1786
|
+
"privacy": "public"
|
|
1787
|
+
}
|
|
1788
|
+
],
|
|
1789
|
+
"exports": [
|
|
1790
|
+
{
|
|
1791
|
+
"kind": "js",
|
|
1792
|
+
"name": "ColumnTemplate",
|
|
1793
|
+
"declaration": {
|
|
1794
|
+
"name": "ColumnTemplate",
|
|
1795
|
+
"module": "src/column/column.template.ts"
|
|
1796
|
+
}
|
|
1797
|
+
}
|
|
1798
|
+
]
|
|
1799
|
+
},
|
|
1800
|
+
{
|
|
1801
|
+
"kind": "javascript-module",
|
|
1802
|
+
"path": "src/column/column.ts",
|
|
1803
|
+
"declarations": [
|
|
1804
|
+
{
|
|
1805
|
+
"kind": "class",
|
|
1806
|
+
"description": "The Grid Pro Column element.",
|
|
1807
|
+
"name": "GridProColumn",
|
|
1808
|
+
"members": [
|
|
1809
|
+
{
|
|
1810
|
+
"kind": "field",
|
|
1811
|
+
"name": "slottedAgCell",
|
|
1812
|
+
"type": {
|
|
1813
|
+
"text": "HTMLElement[]"
|
|
1814
|
+
},
|
|
1815
|
+
"privacy": "public"
|
|
1816
|
+
},
|
|
1817
|
+
{
|
|
1818
|
+
"kind": "field",
|
|
1819
|
+
"name": "definition",
|
|
1820
|
+
"type": {
|
|
1821
|
+
"text": "ColDef"
|
|
1822
|
+
},
|
|
1823
|
+
"default": "{}"
|
|
1824
|
+
},
|
|
1825
|
+
{
|
|
1826
|
+
"kind": "method",
|
|
1827
|
+
"name": "slottedAgCellChanged",
|
|
1828
|
+
"privacy": "public"
|
|
1829
|
+
},
|
|
1830
|
+
{
|
|
1831
|
+
"kind": "field",
|
|
1832
|
+
"name": "_presentation",
|
|
1833
|
+
"type": {
|
|
1834
|
+
"text": "ComponentPresentation | null | undefined"
|
|
1835
|
+
},
|
|
1836
|
+
"privacy": "private",
|
|
1837
|
+
"default": "void 0",
|
|
1838
|
+
"inheritedFrom": {
|
|
1839
|
+
"name": "FoundationElement",
|
|
1840
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1841
|
+
}
|
|
1842
|
+
},
|
|
1843
|
+
{
|
|
1844
|
+
"kind": "field",
|
|
1845
|
+
"name": "$presentation",
|
|
1846
|
+
"type": {
|
|
1847
|
+
"text": "ComponentPresentation | null"
|
|
1848
|
+
},
|
|
1849
|
+
"privacy": "public",
|
|
1850
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
1851
|
+
"inheritedFrom": {
|
|
1852
|
+
"name": "FoundationElement",
|
|
1853
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1854
|
+
}
|
|
1855
|
+
},
|
|
1856
|
+
{
|
|
1857
|
+
"kind": "field",
|
|
1858
|
+
"name": "template",
|
|
1859
|
+
"type": {
|
|
1860
|
+
"text": "ElementViewTemplate | void | null"
|
|
1861
|
+
},
|
|
1862
|
+
"privacy": "public",
|
|
1863
|
+
"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.",
|
|
1864
|
+
"inheritedFrom": {
|
|
1865
|
+
"name": "FoundationElement",
|
|
1866
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1867
|
+
}
|
|
1868
|
+
},
|
|
1869
|
+
{
|
|
1870
|
+
"kind": "method",
|
|
1871
|
+
"name": "templateChanged",
|
|
1872
|
+
"privacy": "protected",
|
|
1873
|
+
"return": {
|
|
1874
|
+
"type": {
|
|
1875
|
+
"text": "void"
|
|
1876
|
+
}
|
|
1877
|
+
},
|
|
1878
|
+
"inheritedFrom": {
|
|
1879
|
+
"name": "FoundationElement",
|
|
1880
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1881
|
+
}
|
|
1882
|
+
},
|
|
1883
|
+
{
|
|
1884
|
+
"kind": "field",
|
|
1885
|
+
"name": "styles",
|
|
1886
|
+
"type": {
|
|
1887
|
+
"text": "ElementStyles | void | null"
|
|
1888
|
+
},
|
|
1889
|
+
"privacy": "public",
|
|
1890
|
+
"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.",
|
|
1891
|
+
"inheritedFrom": {
|
|
1892
|
+
"name": "FoundationElement",
|
|
1893
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1894
|
+
}
|
|
1895
|
+
},
|
|
1896
|
+
{
|
|
1897
|
+
"kind": "method",
|
|
1898
|
+
"name": "stylesChanged",
|
|
1899
|
+
"privacy": "protected",
|
|
1900
|
+
"return": {
|
|
1901
|
+
"type": {
|
|
1902
|
+
"text": "void"
|
|
1903
|
+
}
|
|
1904
|
+
},
|
|
1905
|
+
"inheritedFrom": {
|
|
1906
|
+
"name": "FoundationElement",
|
|
1907
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1908
|
+
}
|
|
1909
|
+
},
|
|
1910
|
+
{
|
|
1911
|
+
"kind": "method",
|
|
1912
|
+
"name": "compose",
|
|
1913
|
+
"privacy": "public",
|
|
1914
|
+
"static": true,
|
|
1915
|
+
"return": {
|
|
1916
|
+
"type": {
|
|
1917
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
1918
|
+
}
|
|
1919
|
+
},
|
|
1920
|
+
"parameters": [
|
|
1921
|
+
{
|
|
1922
|
+
"name": "this",
|
|
1923
|
+
"type": {
|
|
1924
|
+
"text": "K"
|
|
1925
|
+
}
|
|
1926
|
+
},
|
|
1927
|
+
{
|
|
1928
|
+
"name": "elementDefinition",
|
|
1929
|
+
"type": {
|
|
1930
|
+
"text": "T"
|
|
1931
|
+
},
|
|
1932
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
1933
|
+
}
|
|
1934
|
+
],
|
|
1935
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
1936
|
+
"inheritedFrom": {
|
|
1937
|
+
"name": "FoundationElement",
|
|
1938
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1939
|
+
}
|
|
1940
|
+
}
|
|
1941
|
+
],
|
|
1942
|
+
"superclass": {
|
|
1943
|
+
"name": "FoundationElement",
|
|
1944
|
+
"package": "@microsoft/fast-foundation"
|
|
1945
|
+
},
|
|
1946
|
+
"tagName": "grid-pro-column",
|
|
1947
|
+
"customElement": true
|
|
1948
|
+
}
|
|
1949
|
+
],
|
|
1950
|
+
"exports": [
|
|
1951
|
+
{
|
|
1952
|
+
"kind": "js",
|
|
1953
|
+
"name": "GridProColumn",
|
|
1954
|
+
"declaration": {
|
|
1955
|
+
"name": "GridProColumn",
|
|
1956
|
+
"module": "src/column/column.ts"
|
|
1957
|
+
}
|
|
1958
|
+
},
|
|
1959
|
+
{
|
|
1960
|
+
"kind": "custom-element-definition",
|
|
1961
|
+
"name": "grid-pro-column",
|
|
1962
|
+
"declaration": {
|
|
1963
|
+
"name": "GridProColumn",
|
|
1964
|
+
"module": "src/column/column.ts"
|
|
1965
|
+
}
|
|
1966
|
+
}
|
|
1967
|
+
]
|
|
1968
|
+
},
|
|
1969
|
+
{
|
|
1970
|
+
"kind": "javascript-module",
|
|
1971
|
+
"path": "src/column/index.ts",
|
|
1972
|
+
"declarations": [],
|
|
1973
|
+
"exports": [
|
|
1974
|
+
{
|
|
1975
|
+
"kind": "js",
|
|
1976
|
+
"name": "*",
|
|
1977
|
+
"declaration": {
|
|
1978
|
+
"name": "*",
|
|
1979
|
+
"package": "./column.template"
|
|
1980
|
+
}
|
|
1981
|
+
},
|
|
1982
|
+
{
|
|
1983
|
+
"kind": "js",
|
|
1984
|
+
"name": "*",
|
|
1985
|
+
"declaration": {
|
|
1986
|
+
"name": "*",
|
|
1987
|
+
"package": "./column"
|
|
1988
|
+
}
|
|
1989
|
+
},
|
|
1990
|
+
{
|
|
1991
|
+
"kind": "js",
|
|
1992
|
+
"name": "*",
|
|
1993
|
+
"declaration": {
|
|
1994
|
+
"name": "*",
|
|
1995
|
+
"package": "./utils"
|
|
1996
|
+
}
|
|
1997
|
+
}
|
|
1998
|
+
]
|
|
1999
|
+
},
|
|
1777
2000
|
{
|
|
1778
2001
|
"kind": "javascript-module",
|
|
1779
2002
|
"path": "src/cell-editors/date.editor.ts",
|
|
@@ -3308,229 +3531,6 @@
|
|
|
3308
3531
|
}
|
|
3309
3532
|
]
|
|
3310
3533
|
},
|
|
3311
|
-
{
|
|
3312
|
-
"kind": "javascript-module",
|
|
3313
|
-
"path": "src/column/column.template.ts",
|
|
3314
|
-
"declarations": [
|
|
3315
|
-
{
|
|
3316
|
-
"kind": "variable",
|
|
3317
|
-
"name": "ColumnTemplate",
|
|
3318
|
-
"default": "html<GridProColumn>`\n <template>\n <slot ${slotted('slottedAgCell')} @slotchange=\"${(x) => x.slottedAgCellChanged()}\"></slot>\n </template>\n`",
|
|
3319
|
-
"description": "The Grid Pro Column Template.",
|
|
3320
|
-
"privacy": "public"
|
|
3321
|
-
}
|
|
3322
|
-
],
|
|
3323
|
-
"exports": [
|
|
3324
|
-
{
|
|
3325
|
-
"kind": "js",
|
|
3326
|
-
"name": "ColumnTemplate",
|
|
3327
|
-
"declaration": {
|
|
3328
|
-
"name": "ColumnTemplate",
|
|
3329
|
-
"module": "src/column/column.template.ts"
|
|
3330
|
-
}
|
|
3331
|
-
}
|
|
3332
|
-
]
|
|
3333
|
-
},
|
|
3334
|
-
{
|
|
3335
|
-
"kind": "javascript-module",
|
|
3336
|
-
"path": "src/column/column.ts",
|
|
3337
|
-
"declarations": [
|
|
3338
|
-
{
|
|
3339
|
-
"kind": "class",
|
|
3340
|
-
"description": "The Grid Pro Column element.",
|
|
3341
|
-
"name": "GridProColumn",
|
|
3342
|
-
"members": [
|
|
3343
|
-
{
|
|
3344
|
-
"kind": "field",
|
|
3345
|
-
"name": "slottedAgCell",
|
|
3346
|
-
"type": {
|
|
3347
|
-
"text": "HTMLElement[]"
|
|
3348
|
-
},
|
|
3349
|
-
"privacy": "public"
|
|
3350
|
-
},
|
|
3351
|
-
{
|
|
3352
|
-
"kind": "field",
|
|
3353
|
-
"name": "definition",
|
|
3354
|
-
"type": {
|
|
3355
|
-
"text": "ColDef"
|
|
3356
|
-
},
|
|
3357
|
-
"default": "{}"
|
|
3358
|
-
},
|
|
3359
|
-
{
|
|
3360
|
-
"kind": "method",
|
|
3361
|
-
"name": "slottedAgCellChanged",
|
|
3362
|
-
"privacy": "public"
|
|
3363
|
-
},
|
|
3364
|
-
{
|
|
3365
|
-
"kind": "field",
|
|
3366
|
-
"name": "_presentation",
|
|
3367
|
-
"type": {
|
|
3368
|
-
"text": "ComponentPresentation | null | undefined"
|
|
3369
|
-
},
|
|
3370
|
-
"privacy": "private",
|
|
3371
|
-
"default": "void 0",
|
|
3372
|
-
"inheritedFrom": {
|
|
3373
|
-
"name": "FoundationElement",
|
|
3374
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3375
|
-
}
|
|
3376
|
-
},
|
|
3377
|
-
{
|
|
3378
|
-
"kind": "field",
|
|
3379
|
-
"name": "$presentation",
|
|
3380
|
-
"type": {
|
|
3381
|
-
"text": "ComponentPresentation | null"
|
|
3382
|
-
},
|
|
3383
|
-
"privacy": "public",
|
|
3384
|
-
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
3385
|
-
"inheritedFrom": {
|
|
3386
|
-
"name": "FoundationElement",
|
|
3387
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3388
|
-
}
|
|
3389
|
-
},
|
|
3390
|
-
{
|
|
3391
|
-
"kind": "field",
|
|
3392
|
-
"name": "template",
|
|
3393
|
-
"type": {
|
|
3394
|
-
"text": "ElementViewTemplate | void | null"
|
|
3395
|
-
},
|
|
3396
|
-
"privacy": "public",
|
|
3397
|
-
"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.",
|
|
3398
|
-
"inheritedFrom": {
|
|
3399
|
-
"name": "FoundationElement",
|
|
3400
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3401
|
-
}
|
|
3402
|
-
},
|
|
3403
|
-
{
|
|
3404
|
-
"kind": "method",
|
|
3405
|
-
"name": "templateChanged",
|
|
3406
|
-
"privacy": "protected",
|
|
3407
|
-
"return": {
|
|
3408
|
-
"type": {
|
|
3409
|
-
"text": "void"
|
|
3410
|
-
}
|
|
3411
|
-
},
|
|
3412
|
-
"inheritedFrom": {
|
|
3413
|
-
"name": "FoundationElement",
|
|
3414
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3415
|
-
}
|
|
3416
|
-
},
|
|
3417
|
-
{
|
|
3418
|
-
"kind": "field",
|
|
3419
|
-
"name": "styles",
|
|
3420
|
-
"type": {
|
|
3421
|
-
"text": "ElementStyles | void | null"
|
|
3422
|
-
},
|
|
3423
|
-
"privacy": "public",
|
|
3424
|
-
"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.",
|
|
3425
|
-
"inheritedFrom": {
|
|
3426
|
-
"name": "FoundationElement",
|
|
3427
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3428
|
-
}
|
|
3429
|
-
},
|
|
3430
|
-
{
|
|
3431
|
-
"kind": "method",
|
|
3432
|
-
"name": "stylesChanged",
|
|
3433
|
-
"privacy": "protected",
|
|
3434
|
-
"return": {
|
|
3435
|
-
"type": {
|
|
3436
|
-
"text": "void"
|
|
3437
|
-
}
|
|
3438
|
-
},
|
|
3439
|
-
"inheritedFrom": {
|
|
3440
|
-
"name": "FoundationElement",
|
|
3441
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3442
|
-
}
|
|
3443
|
-
},
|
|
3444
|
-
{
|
|
3445
|
-
"kind": "method",
|
|
3446
|
-
"name": "compose",
|
|
3447
|
-
"privacy": "public",
|
|
3448
|
-
"static": true,
|
|
3449
|
-
"return": {
|
|
3450
|
-
"type": {
|
|
3451
|
-
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
3452
|
-
}
|
|
3453
|
-
},
|
|
3454
|
-
"parameters": [
|
|
3455
|
-
{
|
|
3456
|
-
"name": "this",
|
|
3457
|
-
"type": {
|
|
3458
|
-
"text": "K"
|
|
3459
|
-
}
|
|
3460
|
-
},
|
|
3461
|
-
{
|
|
3462
|
-
"name": "elementDefinition",
|
|
3463
|
-
"type": {
|
|
3464
|
-
"text": "T"
|
|
3465
|
-
},
|
|
3466
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
3467
|
-
}
|
|
3468
|
-
],
|
|
3469
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
3470
|
-
"inheritedFrom": {
|
|
3471
|
-
"name": "FoundationElement",
|
|
3472
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3473
|
-
}
|
|
3474
|
-
}
|
|
3475
|
-
],
|
|
3476
|
-
"superclass": {
|
|
3477
|
-
"name": "FoundationElement",
|
|
3478
|
-
"package": "@microsoft/fast-foundation"
|
|
3479
|
-
},
|
|
3480
|
-
"tagName": "grid-pro-column",
|
|
3481
|
-
"customElement": true
|
|
3482
|
-
}
|
|
3483
|
-
],
|
|
3484
|
-
"exports": [
|
|
3485
|
-
{
|
|
3486
|
-
"kind": "js",
|
|
3487
|
-
"name": "GridProColumn",
|
|
3488
|
-
"declaration": {
|
|
3489
|
-
"name": "GridProColumn",
|
|
3490
|
-
"module": "src/column/column.ts"
|
|
3491
|
-
}
|
|
3492
|
-
},
|
|
3493
|
-
{
|
|
3494
|
-
"kind": "custom-element-definition",
|
|
3495
|
-
"name": "grid-pro-column",
|
|
3496
|
-
"declaration": {
|
|
3497
|
-
"name": "GridProColumn",
|
|
3498
|
-
"module": "src/column/column.ts"
|
|
3499
|
-
}
|
|
3500
|
-
}
|
|
3501
|
-
]
|
|
3502
|
-
},
|
|
3503
|
-
{
|
|
3504
|
-
"kind": "javascript-module",
|
|
3505
|
-
"path": "src/column/index.ts",
|
|
3506
|
-
"declarations": [],
|
|
3507
|
-
"exports": [
|
|
3508
|
-
{
|
|
3509
|
-
"kind": "js",
|
|
3510
|
-
"name": "*",
|
|
3511
|
-
"declaration": {
|
|
3512
|
-
"name": "*",
|
|
3513
|
-
"package": "./column.template"
|
|
3514
|
-
}
|
|
3515
|
-
},
|
|
3516
|
-
{
|
|
3517
|
-
"kind": "js",
|
|
3518
|
-
"name": "*",
|
|
3519
|
-
"declaration": {
|
|
3520
|
-
"name": "*",
|
|
3521
|
-
"package": "./column"
|
|
3522
|
-
}
|
|
3523
|
-
},
|
|
3524
|
-
{
|
|
3525
|
-
"kind": "js",
|
|
3526
|
-
"name": "*",
|
|
3527
|
-
"declaration": {
|
|
3528
|
-
"name": "*",
|
|
3529
|
-
"package": "./utils"
|
|
3530
|
-
}
|
|
3531
|
-
}
|
|
3532
|
-
]
|
|
3533
|
-
},
|
|
3534
3534
|
{
|
|
3535
3535
|
"kind": "javascript-module",
|
|
3536
3536
|
"path": "src/cell-renderers/action.renderer.ts",
|
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.146.1
|
|
4
|
+
"version": "14.146.1",
|
|
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.146.1
|
|
34
|
-
"@genesislcap/genx": "14.146.1
|
|
33
|
+
"@genesislcap/foundation-testing": "14.146.1",
|
|
34
|
+
"@genesislcap/genx": "14.146.1",
|
|
35
35
|
"rimraf": "^3.0.2"
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@genesislcap/foundation-comms": "14.146.1
|
|
39
|
-
"@genesislcap/foundation-logger": "14.146.1
|
|
40
|
-
"@genesislcap/foundation-ui": "14.146.1
|
|
41
|
-
"@genesislcap/foundation-utils": "14.146.1
|
|
38
|
+
"@genesislcap/foundation-comms": "14.146.1",
|
|
39
|
+
"@genesislcap/foundation-logger": "14.146.1",
|
|
40
|
+
"@genesislcap/foundation-ui": "14.146.1",
|
|
41
|
+
"@genesislcap/foundation-utils": "14.146.1",
|
|
42
42
|
"@microsoft/fast-colors": "^5.3.1",
|
|
43
43
|
"@microsoft/fast-components": "^2.30.6",
|
|
44
44
|
"@microsoft/fast-element": "^1.12.0",
|
|
@@ -62,5 +62,5 @@
|
|
|
62
62
|
"access": "public"
|
|
63
63
|
},
|
|
64
64
|
"customElements": "dist/custom-elements.json",
|
|
65
|
-
"gitHead": "
|
|
65
|
+
"gitHead": "9b5c011341bdf33e644021b7ad5839079400b510"
|
|
66
66
|
}
|