@genesislcap/grid-pro 14.92.3-beta.a19c58d.1 → 14.92.4

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.
@@ -1810,6 +1810,229 @@
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
+ },
1813
2036
  {
1814
2037
  "kind": "javascript-module",
1815
2038
  "path": "src/cell-renderers/action.renderer.ts",
@@ -3247,275 +3470,52 @@
3247
3470
  "text": "HTMLElement"
3248
3471
  }
3249
3472
  },
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",
3493
- "declarations": [
3494
- {
3495
- "kind": "class",
3496
- "description": "The Grid Pro Column element.",
3497
- "name": "GridProColumn",
3498
- "members": [
3499
- {
3500
- "kind": "field",
3501
- "name": "slottedAgCell",
3502
- "type": {
3503
- "text": "HTMLElement[]"
3504
- },
3505
- "privacy": "public"
3473
+ "inheritedFrom": {
3474
+ "name": "AgTextFieldRenderer",
3475
+ "module": "src/cell-renderers/text-field.renderer.ts"
3476
+ }
3506
3477
  },
3507
3478
  {
3508
- "kind": "field",
3509
- "name": "definition",
3510
- "type": {
3511
- "text": "ColDef"
3512
- },
3513
- "default": "{}"
3479
+ "kind": "method",
3480
+ "name": "destroy",
3481
+ "privacy": "public",
3482
+ "inheritedFrom": {
3483
+ "name": "AgTextFieldRenderer",
3484
+ "module": "src/cell-renderers/text-field.renderer.ts"
3485
+ }
3514
3486
  },
3515
3487
  {
3516
3488
  "kind": "method",
3517
- "name": "slottedAgCellChanged",
3518
- "privacy": "public"
3489
+ "name": "refresh",
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
+ }
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
- "superclass": {
3633
- "name": "FoundationElement",
3634
- "package": "@microsoft/fast-foundation"
3635
- },
3636
- "tagName": "grid-pro-column",
3637
- "customElement": true
3631
+ ]
3632
+ },
3633
+ {
3634
+ "kind": "variable",
3635
+ "name": "textRendererStyles",
3636
+ "default": "textFieldRendererStyles",
3637
+ "privacy": "public",
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"
3638
3653
  }
3639
3654
  ],
3640
3655
  "exports": [
3641
3656
  {
3642
3657
  "kind": "js",
3643
- "name": "GridProColumn",
3658
+ "name": "AgTextRenderer",
3644
3659
  "declaration": {
3645
- "name": "GridProColumn",
3646
- "module": "src/column/column.ts"
3660
+ "name": "AgTextRenderer",
3661
+ "module": "src/cell-renderers/text.renderer.ts"
3647
3662
  }
3648
3663
  },
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": "textRendererStyles",
3667
3667
  "declaration": {
3668
- "name": "*",
3669
- "package": "./column.template"
3668
+ "name": "textRendererStyles",
3669
+ "module": "src/cell-renderers/text.renderer.ts"
3670
3670
  }
3671
3671
  },
3672
3672
  {
3673
3673
  "kind": "js",
3674
- "name": "*",
3674
+ "name": "getTextRendererTemplate",
3675
3675
  "declaration": {
3676
- "name": "*",
3677
- "package": "./column"
3676
+ "name": "getTextRendererTemplate",
3677
+ "module": "src/cell-renderers/text.renderer.ts"
3678
3678
  }
3679
3679
  },
3680
3680
  {
3681
3681
  "kind": "js",
3682
- "name": "*",
3682
+ "name": "foundationAgTextRenderer",
3683
3683
  "declaration": {
3684
- "name": "*",
3685
- "package": "./utils"
3684
+ "name": "foundationAgTextRenderer",
3685
+ "module": "src/cell-renderers/text.renderer.ts"
3686
3686
  }
3687
3687
  }
3688
3688
  ]
@@ -4891,22 +4891,6 @@
4891
4891
  "text": "number"
4892
4892
  }
4893
4893
  },
4894
- {
4895
- "kind": "field",
4896
- "name": "disablePolling",
4897
- "type": {
4898
- "text": "boolean"
4899
- },
4900
- "default": "false"
4901
- },
4902
- {
4903
- "kind": "field",
4904
- "name": "disableRequestConversion",
4905
- "type": {
4906
- "text": "boolean"
4907
- },
4908
- "default": "false"
4909
- },
4910
4894
  {
4911
4895
  "kind": "field",
4912
4896
  "name": "request",
@@ -5567,22 +5551,6 @@
5567
5551
  },
5568
5552
  "fieldName": "pollingInterval"
5569
5553
  },
5570
- {
5571
- "name": "disable-polling",
5572
- "type": {
5573
- "text": "boolean"
5574
- },
5575
- "default": "false",
5576
- "fieldName": "disablePolling"
5577
- },
5578
- {
5579
- "name": "disable-request-conversion",
5580
- "type": {
5581
- "text": "boolean"
5582
- },
5583
- "default": "false",
5584
- "fieldName": "disableRequestConversion"
5585
- },
5586
5554
  {
5587
5555
  "name": "resource-name",
5588
5556
  "type": {
@@ -5886,30 +5854,6 @@
5886
5854
  "module": "src/grid-pro-genesis-datasource/grid-pro-genesis-datasource.ts"
5887
5855
  }
5888
5856
  },
5889
- {
5890
- "kind": "field",
5891
- "name": "disablePolling",
5892
- "type": {
5893
- "text": "boolean"
5894
- },
5895
- "default": "false",
5896
- "inheritedFrom": {
5897
- "name": "GridProGenesisDatasource",
5898
- "module": "src/grid-pro-genesis-datasource/grid-pro-genesis-datasource.ts"
5899
- }
5900
- },
5901
- {
5902
- "kind": "field",
5903
- "name": "disableRequestConversion",
5904
- "type": {
5905
- "text": "boolean"
5906
- },
5907
- "default": "false",
5908
- "inheritedFrom": {
5909
- "name": "GridProGenesisDatasource",
5910
- "module": "src/grid-pro-genesis-datasource/grid-pro-genesis-datasource.ts"
5911
- }
5912
- },
5913
5857
  {
5914
5858
  "kind": "field",
5915
5859
  "name": "request",
@@ -6674,30 +6618,6 @@
6674
6618
  "module": "src/grid-pro-genesis-datasource/grid-pro-genesis-datasource.ts"
6675
6619
  }
6676
6620
  },
6677
- {
6678
- "name": "disable-polling",
6679
- "type": {
6680
- "text": "boolean"
6681
- },
6682
- "default": "false",
6683
- "fieldName": "disablePolling",
6684
- "inheritedFrom": {
6685
- "name": "GridProGenesisDatasource",
6686
- "module": "src/grid-pro-genesis-datasource/grid-pro-genesis-datasource.ts"
6687
- }
6688
- },
6689
- {
6690
- "name": "disable-request-conversion",
6691
- "type": {
6692
- "text": "boolean"
6693
- },
6694
- "default": "false",
6695
- "fieldName": "disableRequestConversion",
6696
- "inheritedFrom": {
6697
- "name": "GridProGenesisDatasource",
6698
- "module": "src/grid-pro-genesis-datasource/grid-pro-genesis-datasource.ts"
6699
- }
6700
- },
6701
6621
  {
6702
6622
  "name": "resource-name",
6703
6623
  "type": {
@@ -6925,46 +6845,51 @@
6925
6845
  },
6926
6846
  {
6927
6847
  "kind": "javascript-module",
6928
- "path": "src/cell-renderers/utils/accessor.ts",
6848
+ "path": "src/column/utils/grid-pro-columns.ts",
6929
6849
  "declarations": [
6930
6850
  {
6931
6851
  "kind": "function",
6932
- "name": "setValueWithAccessor",
6852
+ "name": "gridProColumns",
6933
6853
  "return": {
6934
6854
  "type": {
6935
- "text": "string"
6855
+ "text": "CaptureType<TSource>"
6936
6856
  }
6937
6857
  },
6938
6858
  "parameters": [
6939
6859
  {
6940
- "name": "data",
6860
+ "name": "itemsBinding",
6941
6861
  "type": {
6942
- "text": "any"
6943
- }
6862
+ "text": "Binding<TSource, readonly ColDef[]> | readonly ColDef[]"
6863
+ },
6864
+ "description": "The array to render"
6944
6865
  },
6945
6866
  {
6946
- "name": "accessor",
6867
+ "name": "includeRenderers",
6868
+ "default": "true",
6947
6869
  "type": {
6948
- "text": "string"
6949
- }
6870
+ "text": "boolean"
6871
+ },
6872
+ "description": "Optionally tells whether to include cell renderers, if available"
6950
6873
  }
6951
- ]
6874
+ ],
6875
+ "description": "A directive that renders a set of grid-pro-column elements from a given input binding",
6876
+ "privacy": "public"
6952
6877
  }
6953
6878
  ],
6954
6879
  "exports": [
6955
6880
  {
6956
6881
  "kind": "js",
6957
- "name": "setValueWithAccessor",
6882
+ "name": "gridProColumns",
6958
6883
  "declaration": {
6959
- "name": "setValueWithAccessor",
6960
- "module": "src/cell-renderers/utils/accessor.ts"
6884
+ "name": "gridProColumns",
6885
+ "module": "src/column/utils/grid-pro-columns.ts"
6961
6886
  }
6962
6887
  }
6963
6888
  ]
6964
6889
  },
6965
6890
  {
6966
6891
  "kind": "javascript-module",
6967
- "path": "src/cell-renderers/utils/index.ts",
6892
+ "path": "src/column/utils/index.ts",
6968
6893
  "declarations": [],
6969
6894
  "exports": [
6970
6895
  {
@@ -6972,58 +6897,53 @@
6972
6897
  "name": "*",
6973
6898
  "declaration": {
6974
6899
  "name": "*",
6975
- "package": "./accessor"
6900
+ "package": "./grid-pro-columns"
6976
6901
  }
6977
6902
  }
6978
6903
  ]
6979
6904
  },
6980
6905
  {
6981
6906
  "kind": "javascript-module",
6982
- "path": "src/column/utils/grid-pro-columns.ts",
6907
+ "path": "src/cell-renderers/utils/accessor.ts",
6983
6908
  "declarations": [
6984
6909
  {
6985
6910
  "kind": "function",
6986
- "name": "gridProColumns",
6911
+ "name": "setValueWithAccessor",
6987
6912
  "return": {
6988
6913
  "type": {
6989
- "text": "CaptureType<TSource>"
6914
+ "text": "string"
6990
6915
  }
6991
6916
  },
6992
6917
  "parameters": [
6993
6918
  {
6994
- "name": "itemsBinding",
6919
+ "name": "data",
6995
6920
  "type": {
6996
- "text": "Binding<TSource, readonly ColDef[]> | readonly ColDef[]"
6997
- },
6998
- "description": "The array to render"
6921
+ "text": "any"
6922
+ }
6999
6923
  },
7000
6924
  {
7001
- "name": "includeRenderers",
7002
- "default": "true",
6925
+ "name": "accessor",
7003
6926
  "type": {
7004
- "text": "boolean"
7005
- },
7006
- "description": "Optionally tells whether to include cell renderers, if available"
6927
+ "text": "string"
6928
+ }
7007
6929
  }
7008
- ],
7009
- "description": "A directive that renders a set of grid-pro-column elements from a given input binding",
7010
- "privacy": "public"
6930
+ ]
7011
6931
  }
7012
6932
  ],
7013
6933
  "exports": [
7014
6934
  {
7015
6935
  "kind": "js",
7016
- "name": "gridProColumns",
6936
+ "name": "setValueWithAccessor",
7017
6937
  "declaration": {
7018
- "name": "gridProColumns",
7019
- "module": "src/column/utils/grid-pro-columns.ts"
6938
+ "name": "setValueWithAccessor",
6939
+ "module": "src/cell-renderers/utils/accessor.ts"
7020
6940
  }
7021
6941
  }
7022
6942
  ]
7023
6943
  },
7024
6944
  {
7025
6945
  "kind": "javascript-module",
7026
- "path": "src/column/utils/index.ts",
6946
+ "path": "src/cell-renderers/utils/index.ts",
7027
6947
  "declarations": [],
7028
6948
  "exports": [
7029
6949
  {
@@ -7031,7 +6951,7 @@
7031
6951
  "name": "*",
7032
6952
  "declaration": {
7033
6953
  "name": "*",
7034
- "package": "./grid-pro-columns"
6954
+ "package": "./accessor"
7035
6955
  }
7036
6956
  }
7037
6957
  ]
@@ -38,6 +38,11 @@ declare const GridProGenesisDatasource_base: (new (...args: any[]) => {
38
38
  lang: string;
39
39
  readonly offsetHeight: number;
40
40
  readonly offsetLeft: number;
41
+ /**
42
+ * Returns the row id attribute, depending on the resource type.
43
+ * @remarks Will favour the `row-id` attribute if set.
44
+ * @internal
45
+ */
41
46
  readonly offsetParent: Element;
42
47
  readonly offsetTop: number;
43
48
  readonly offsetWidth: number;
@@ -72,6 +77,11 @@ declare const GridProGenesisDatasource_base: (new (...args: any[]) => {
72
77
  scrollTop: number;
73
78
  readonly scrollWidth: number;
74
79
  readonly shadowRoot: ShadowRoot;
80
+ /**
81
+ * Resets the datasource to its initial state.
82
+ * @public
83
+ * @deprecated Use `deinit` instead
84
+ */
75
85
  slot: string;
76
86
  readonly tagName: string;
77
87
  attachShadow(init: ShadowRootInit): ShadowRoot;
@@ -99,6 +109,11 @@ declare const GridProGenesisDatasource_base: (new (...args: any[]) => {
99
109
  insertAdjacentElement(where: InsertPosition, element: Element): Element;
100
110
  insertAdjacentHTML(position: InsertPosition, text: string): void;
101
111
  insertAdjacentText(where: InsertPosition, data: string): void;
112
+ /**
113
+ * Sets the columnDefs and rowData for the grid.
114
+ * @remarks This should only happen once, when the grid is first initialized. Follow up updates will use the agTransaction.
115
+ * @internal
116
+ */
102
117
  matches(selectors: string): boolean;
103
118
  releasePointerCapture(pointerId: number): void;
104
119
  removeAttribute(qualifiedName: string): void;
@@ -115,12 +130,7 @@ declare const GridProGenesisDatasource_base: (new (...args: any[]) => {
115
130
  scrollTo(x: number, y: number): void;
116
131
  setAttribute(qualifiedName: string, value: string): void;
117
132
  setAttributeNS(namespace: string, qualifiedName: string, value: string): void;
118
- setAttributeNode(attr: Attr): Attr; /**
119
- * Resets the grid data while keeping columnDefs and sends a DATA_LOGOFF message if it's a stream.
120
- * Proxies to {@link @genesislcap/grid-pro#GridProGenesisDatasource.loadResourceData} but without the full init (no metadata fetch).
121
- * @remarks This is used when the grid is already initialized and we want to reload the data due to a criteria/filter change.
122
- * @internal
123
- */
133
+ setAttributeNode(attr: Attr): Attr;
124
134
  setAttributeNodeNS(attr: Attr): Attr;
125
135
  setPointerCapture(pointerId: number): void;
126
136
  toggleAttribute(qualifiedName: string, force?: boolean): boolean;
@@ -136,13 +146,7 @@ declare const GridProGenesisDatasource_base: (new (...args: any[]) => {
136
146
  nodeValue: string;
137
147
  readonly parentElement: HTMLElement;
138
148
  readonly parentNode: ParentNode;
139
- readonly previousSibling: ChildNode; /**
140
- * Initializes the datasource and loads the data for the grid.
141
- * Handles both snapshot and stream data (for both REQUEST_SERVER and DATASERVER resource types).
142
- *
143
- * @param withFullInit - if true, will call datasource.init() with requiresMetadataFetch = true, fetching fresh metadata
144
- * @internal
145
- */
149
+ readonly previousSibling: ChildNode;
146
150
  textContent: string;
147
151
  appendChild<T_1 extends Node>(node: T_1): T_1;
148
152
  compareDocumentPosition(other: Node): number;
@@ -366,8 +370,6 @@ export declare class GridProGenesisDatasource extends GridProGenesisDatasource_b
366
370
  movingView: boolean;
367
371
  orderBy: string;
368
372
  pollingInterval: number;
369
- disablePolling: boolean;
370
- disableRequestConversion: boolean;
371
373
  request: any;
372
374
  resourceName: string;
373
375
  resourceNameChanged(oldValue: string, newValue: string): void;
@@ -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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"}
@@ -1,7 +1,7 @@
1
1
  import { __awaiter, __decorate } from "tslib";
2
- import { Auth, Connect, Datasource, DatasourceDefaults, FieldTypeEnum, MessageType, ResourceType, dataServerResultFilter, normaliseCriteria, } from '@genesislcap/foundation-comms';
2
+ import { Auth, Connect, dataServerResultFilter, Datasource, DatasourceDefaults, FieldTypeEnum, MessageType, normaliseCriteria, ResourceType, } from '@genesislcap/foundation-comms';
3
3
  import { LifecycleMixin } from '@genesislcap/foundation-utils';
4
- import { DOM, attr, customElement, observable } from '@microsoft/fast-element';
4
+ import { attr, customElement, DOM, observable } from '@microsoft/fast-element';
5
5
  import { FoundationElement } from '@microsoft/fast-foundation';
6
6
  import { BehaviorSubject } from 'rxjs';
7
7
  import { debounceTime, skip, tap } from 'rxjs/operators';
@@ -35,8 +35,6 @@ let GridProGenesisDatasource = class GridProGenesisDatasource extends LifecycleM
35
35
  this.maxView = DatasourceDefaults.MAX_VIEW_1000;
36
36
  this.movingView = false;
37
37
  this.pollingInterval = DatasourceDefaults.REQ_REP_POLLING_INTERVAL_MS;
38
- this.disablePolling = false;
39
- this.disableRequestConversion = false;
40
38
  this.reverse = false;
41
39
  this.restartOnReconnection = false;
42
40
  this.isRequestServer = false;
@@ -313,8 +311,6 @@ let GridProGenesisDatasource = class GridProGenesisDatasource extends LifecycleM
313
311
  movingView: this.movingView,
314
312
  orderBy: this.orderBy,
315
313
  pollingInterval: this.pollingInterval,
316
- disablePolling: this.disablePolling,
317
- disableRequestConversion: this.disableRequestConversion,
318
314
  request: this.request,
319
315
  resourceName: this.resourceName,
320
316
  reverse: this.reverse,
@@ -536,12 +532,6 @@ __decorate([
536
532
  __decorate([
537
533
  attr({ attribute: 'polling-interval' })
538
534
  ], GridProGenesisDatasource.prototype, "pollingInterval", void 0);
539
- __decorate([
540
- attr({ mode: 'boolean', attribute: 'disable-polling' })
541
- ], GridProGenesisDatasource.prototype, "disablePolling", void 0);
542
- __decorate([
543
- attr({ mode: 'boolean', attribute: 'disable-request-conversion' })
544
- ], GridProGenesisDatasource.prototype, "disableRequestConversion", void 0);
545
535
  __decorate([
546
536
  observable
547
537
  ], GridProGenesisDatasource.prototype, "request", void 0);
@@ -7135,66 +7135,6 @@
7135
7135
  "isAbstract": false,
7136
7136
  "name": "deinit"
7137
7137
  },
7138
- {
7139
- "kind": "Property",
7140
- "canonicalReference": "@genesislcap/grid-pro!GridProGenesisDatasource#disablePolling:member",
7141
- "docComment": "",
7142
- "excerptTokens": [
7143
- {
7144
- "kind": "Content",
7145
- "text": "disablePolling: "
7146
- },
7147
- {
7148
- "kind": "Content",
7149
- "text": "boolean"
7150
- },
7151
- {
7152
- "kind": "Content",
7153
- "text": ";"
7154
- }
7155
- ],
7156
- "isReadonly": false,
7157
- "isOptional": false,
7158
- "releaseTag": "Public",
7159
- "name": "disablePolling",
7160
- "propertyTypeTokenRange": {
7161
- "startIndex": 1,
7162
- "endIndex": 2
7163
- },
7164
- "isStatic": false,
7165
- "isProtected": false,
7166
- "isAbstract": false
7167
- },
7168
- {
7169
- "kind": "Property",
7170
- "canonicalReference": "@genesislcap/grid-pro!GridProGenesisDatasource#disableRequestConversion:member",
7171
- "docComment": "",
7172
- "excerptTokens": [
7173
- {
7174
- "kind": "Content",
7175
- "text": "disableRequestConversion: "
7176
- },
7177
- {
7178
- "kind": "Content",
7179
- "text": "boolean"
7180
- },
7181
- {
7182
- "kind": "Content",
7183
- "text": ";"
7184
- }
7185
- ],
7186
- "isReadonly": false,
7187
- "isOptional": false,
7188
- "releaseTag": "Public",
7189
- "name": "disableRequestConversion",
7190
- "propertyTypeTokenRange": {
7191
- "startIndex": 1,
7192
- "endIndex": 2
7193
- },
7194
- "isStatic": false,
7195
- "isProtected": false,
7196
- "isAbstract": false
7197
- },
7198
7138
  {
7199
7139
  "kind": "Method",
7200
7140
  "canonicalReference": "@genesislcap/grid-pro!GridProGenesisDatasource#disconnectedCallback:member(1)",
@@ -1303,8 +1303,6 @@ export declare class GridProGenesisDatasource extends GridProGenesisDatasource_b
1303
1303
  movingView: boolean;
1304
1304
  orderBy: string;
1305
1305
  pollingInterval: number;
1306
- disablePolling: boolean;
1307
- disableRequestConversion: boolean;
1308
1306
  request: any;
1309
1307
  resourceName: string;
1310
1308
  resourceNameChanged(oldValue: string, newValue: string): void;
@@ -1453,6 +1451,11 @@ declare const GridProGenesisDatasource_base: (new (...args: any[]) => {
1453
1451
  lang: string;
1454
1452
  readonly offsetHeight: number;
1455
1453
  readonly offsetLeft: number;
1454
+ /**
1455
+ * Returns the row id attribute, depending on the resource type.
1456
+ * @remarks Will favour the `row-id` attribute if set.
1457
+ * @internal
1458
+ */
1456
1459
  readonly offsetParent: Element;
1457
1460
  readonly offsetTop: number;
1458
1461
  readonly offsetWidth: number;
@@ -1487,6 +1490,11 @@ declare const GridProGenesisDatasource_base: (new (...args: any[]) => {
1487
1490
  scrollTop: number;
1488
1491
  readonly scrollWidth: number;
1489
1492
  readonly shadowRoot: ShadowRoot;
1493
+ /**
1494
+ * Resets the datasource to its initial state.
1495
+ * @public
1496
+ * @deprecated Use `deinit` instead
1497
+ */
1490
1498
  slot: string;
1491
1499
  readonly tagName: string;
1492
1500
  attachShadow(init: ShadowRootInit): ShadowRoot;
@@ -1514,6 +1522,11 @@ declare const GridProGenesisDatasource_base: (new (...args: any[]) => {
1514
1522
  insertAdjacentElement(where: InsertPosition, element: Element): Element;
1515
1523
  insertAdjacentHTML(position: InsertPosition, text: string): void;
1516
1524
  insertAdjacentText(where: InsertPosition, data: string): void;
1525
+ /**
1526
+ * Sets the columnDefs and rowData for the grid.
1527
+ * @remarks This should only happen once, when the grid is first initialized. Follow up updates will use the agTransaction.
1528
+ * @internal
1529
+ */
1517
1530
  matches(selectors: string): boolean;
1518
1531
  releasePointerCapture(pointerId: number): void;
1519
1532
  removeAttribute(qualifiedName: string): void;
@@ -1530,12 +1543,7 @@ declare const GridProGenesisDatasource_base: (new (...args: any[]) => {
1530
1543
  scrollTo(x: number, y: number): void;
1531
1544
  setAttribute(qualifiedName: string, value: string): void;
1532
1545
  setAttributeNS(namespace: string, qualifiedName: string, value: string): void;
1533
- setAttributeNode(attr: Attr): Attr; /**
1534
- * Resets the grid data while keeping columnDefs and sends a DATA_LOGOFF message if it's a stream.
1535
- * Proxies to {@link @genesislcap/grid-pro#GridProGenesisDatasource.loadResourceData} but without the full init (no metadata fetch).
1536
- * @remarks This is used when the grid is already initialized and we want to reload the data due to a criteria/filter change.
1537
- * @internal
1538
- */
1546
+ setAttributeNode(attr: Attr): Attr;
1539
1547
  setAttributeNodeNS(attr: Attr): Attr;
1540
1548
  setPointerCapture(pointerId: number): void;
1541
1549
  toggleAttribute(qualifiedName: string, force?: boolean): boolean;
@@ -1551,13 +1559,7 @@ declare const GridProGenesisDatasource_base: (new (...args: any[]) => {
1551
1559
  nodeValue: string;
1552
1560
  readonly parentElement: HTMLElement;
1553
1561
  readonly parentNode: ParentNode;
1554
- readonly previousSibling: ChildNode; /**
1555
- * Initializes the datasource and loads the data for the grid.
1556
- * Handles both snapshot and stream data (for both REQUEST_SERVER and DATASERVER resource types).
1557
- *
1558
- * @param withFullInit - if true, will call datasource.init() with requiresMetadataFetch = true, fetching fresh metadata
1559
- * @internal
1560
- */
1562
+ readonly previousSibling: ChildNode;
1561
1563
  textContent: string;
1562
1564
  appendChild<T_1 extends Node>(node: T_1): T_1;
1563
1565
  compareDocumentPosition(other: Node): number;
@@ -27,8 +27,6 @@ Only supports Client-Side Row Model.
27
27
  | [datasource](./grid-pro.gridprogenesisdatasource.datasource.md) | | Datasource | |
28
28
  | [deferredColumnStates](./grid-pro.gridprogenesisdatasource.deferredcolumnstates.md) | | ColumnState\[\] | |
29
29
  | [deferredGridOptions](./grid-pro.gridprogenesisdatasource.deferredgridoptions.md) | | GridOptions | |
30
- | [disablePolling](./grid-pro.gridprogenesisdatasource.disablepolling.md) | | boolean | |
31
- | [disableRequestConversion](./grid-pro.gridprogenesisdatasource.disablerequestconversion.md) | | boolean | |
32
30
  | [fields](./grid-pro.gridprogenesisdatasource.fields.md) | | string | |
33
31
  | [isSnapshot](./grid-pro.gridprogenesisdatasource.issnapshot.md) | | boolean | |
34
32
  | [maxRows](./grid-pro.gridprogenesisdatasource.maxrows.md) | | number | |
@@ -658,10 +658,6 @@ export class GridProGenesisDatasource extends GridProGenesisDatasource_base {
658
658
  deferredGridOptions: GridOptions;
659
659
  deinit(): void;
660
660
  // (undocumented)
661
- disablePolling: boolean;
662
- // (undocumented)
663
- disableRequestConversion: boolean;
664
- // (undocumented)
665
661
  disconnectedCallback(): void;
666
662
  // (undocumented)
667
663
  fields: 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.92.3-beta.a19c58d.1",
4
+ "version": "14.92.4",
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.92.3-beta.a19c58d.1",
34
- "@genesislcap/genx": "14.92.3-beta.a19c58d.1",
33
+ "@genesislcap/foundation-testing": "14.92.4",
34
+ "@genesislcap/genx": "14.92.4",
35
35
  "rimraf": "^3.0.2"
36
36
  },
37
37
  "dependencies": {
38
- "@genesislcap/foundation-comms": "14.92.3-beta.a19c58d.1",
39
- "@genesislcap/foundation-logger": "14.92.3-beta.a19c58d.1",
40
- "@genesislcap/foundation-ui": "14.92.3-beta.a19c58d.1",
41
- "@genesislcap/foundation-utils": "14.92.3-beta.a19c58d.1",
38
+ "@genesislcap/foundation-comms": "14.92.4",
39
+ "@genesislcap/foundation-logger": "14.92.4",
40
+ "@genesislcap/foundation-ui": "14.92.4",
41
+ "@genesislcap/foundation-utils": "14.92.4",
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": "cff146f4f8b582b0992839560dc7538e923fd13e"
64
+ "gitHead": "04c7691aa4331bd6caa2748f96508050665467cd"
65
65
  }
@@ -1,11 +0,0 @@
1
- <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
-
3
- [Home](./index.md) &gt; [@genesislcap/grid-pro](./grid-pro.md) &gt; [GridProGenesisDatasource](./grid-pro.gridprogenesisdatasource.md) &gt; [disablePolling](./grid-pro.gridprogenesisdatasource.disablepolling.md)
4
-
5
- ## GridProGenesisDatasource.disablePolling property
6
-
7
- **Signature:**
8
-
9
- ```typescript
10
- disablePolling: boolean;
11
- ```
@@ -1,11 +0,0 @@
1
- <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
-
3
- [Home](./index.md) &gt; [@genesislcap/grid-pro](./grid-pro.md) &gt; [GridProGenesisDatasource](./grid-pro.gridprogenesisdatasource.md) &gt; [disableRequestConversion](./grid-pro.gridprogenesisdatasource.disablerequestconversion.md)
4
-
5
- ## GridProGenesisDatasource.disableRequestConversion property
6
-
7
- **Signature:**
8
-
9
- ```typescript
10
- disableRequestConversion: boolean;
11
- ```