@genesislcap/grid-pro 14.141.2 → 14.141.3
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 +435 -435
- package/package.json +8 -8
|
@@ -1466,270 +1466,6 @@
|
|
|
1466
1466
|
}
|
|
1467
1467
|
]
|
|
1468
1468
|
},
|
|
1469
|
-
{
|
|
1470
|
-
"kind": "javascript-module",
|
|
1471
|
-
"path": "src/cell/cell.template.ts",
|
|
1472
|
-
"declarations": [
|
|
1473
|
-
{
|
|
1474
|
-
"kind": "variable",
|
|
1475
|
-
"name": "CellTemplate",
|
|
1476
|
-
"default": "html<GridProCell>`\n <template>\n <slot ${slotted('slottedRenderer')} @slotchange=\"${(x) => x.slottedAgRendererChanged()}\"></slot>\n </template>\n`",
|
|
1477
|
-
"description": "The Grid Pro Cell Template.",
|
|
1478
|
-
"privacy": "public"
|
|
1479
|
-
}
|
|
1480
|
-
],
|
|
1481
|
-
"exports": [
|
|
1482
|
-
{
|
|
1483
|
-
"kind": "js",
|
|
1484
|
-
"name": "CellTemplate",
|
|
1485
|
-
"declaration": {
|
|
1486
|
-
"name": "CellTemplate",
|
|
1487
|
-
"module": "src/cell/cell.template.ts"
|
|
1488
|
-
}
|
|
1489
|
-
}
|
|
1490
|
-
]
|
|
1491
|
-
},
|
|
1492
|
-
{
|
|
1493
|
-
"kind": "javascript-module",
|
|
1494
|
-
"path": "src/cell/cell.ts",
|
|
1495
|
-
"declarations": [
|
|
1496
|
-
{
|
|
1497
|
-
"kind": "class",
|
|
1498
|
-
"description": "The Grid Pro Cell element.",
|
|
1499
|
-
"name": "GridProCell",
|
|
1500
|
-
"members": [
|
|
1501
|
-
{
|
|
1502
|
-
"kind": "field",
|
|
1503
|
-
"name": "renderer",
|
|
1504
|
-
"type": {
|
|
1505
|
-
"text": "ICellRendererFunc"
|
|
1506
|
-
},
|
|
1507
|
-
"privacy": "public"
|
|
1508
|
-
},
|
|
1509
|
-
{
|
|
1510
|
-
"kind": "field",
|
|
1511
|
-
"name": "rendererParams",
|
|
1512
|
-
"type": {
|
|
1513
|
-
"text": "ICellRendererParams"
|
|
1514
|
-
},
|
|
1515
|
-
"privacy": "public"
|
|
1516
|
-
},
|
|
1517
|
-
{
|
|
1518
|
-
"kind": "field",
|
|
1519
|
-
"name": "slottedRenderer",
|
|
1520
|
-
"type": {
|
|
1521
|
-
"text": "HTMLElement[]"
|
|
1522
|
-
},
|
|
1523
|
-
"privacy": "public"
|
|
1524
|
-
},
|
|
1525
|
-
{
|
|
1526
|
-
"kind": "method",
|
|
1527
|
-
"name": "init",
|
|
1528
|
-
"privacy": "public",
|
|
1529
|
-
"parameters": [
|
|
1530
|
-
{
|
|
1531
|
-
"name": "params",
|
|
1532
|
-
"type": {
|
|
1533
|
-
"text": "ICellRendererParams"
|
|
1534
|
-
}
|
|
1535
|
-
}
|
|
1536
|
-
]
|
|
1537
|
-
},
|
|
1538
|
-
{
|
|
1539
|
-
"kind": "method",
|
|
1540
|
-
"name": "getGui",
|
|
1541
|
-
"privacy": "public",
|
|
1542
|
-
"return": {
|
|
1543
|
-
"type": {
|
|
1544
|
-
"text": "HTMLElement"
|
|
1545
|
-
}
|
|
1546
|
-
}
|
|
1547
|
-
},
|
|
1548
|
-
{
|
|
1549
|
-
"kind": "method",
|
|
1550
|
-
"name": "destroy",
|
|
1551
|
-
"privacy": "public"
|
|
1552
|
-
},
|
|
1553
|
-
{
|
|
1554
|
-
"kind": "method",
|
|
1555
|
-
"name": "refresh",
|
|
1556
|
-
"privacy": "public",
|
|
1557
|
-
"parameters": [
|
|
1558
|
-
{
|
|
1559
|
-
"name": "params",
|
|
1560
|
-
"type": {
|
|
1561
|
-
"text": "ICellRendererParams"
|
|
1562
|
-
}
|
|
1563
|
-
}
|
|
1564
|
-
]
|
|
1565
|
-
},
|
|
1566
|
-
{
|
|
1567
|
-
"kind": "method",
|
|
1568
|
-
"name": "slottedAgRendererChanged",
|
|
1569
|
-
"privacy": "public"
|
|
1570
|
-
},
|
|
1571
|
-
{
|
|
1572
|
-
"kind": "field",
|
|
1573
|
-
"name": "_presentation",
|
|
1574
|
-
"type": {
|
|
1575
|
-
"text": "ComponentPresentation | null | undefined"
|
|
1576
|
-
},
|
|
1577
|
-
"privacy": "private",
|
|
1578
|
-
"default": "void 0",
|
|
1579
|
-
"inheritedFrom": {
|
|
1580
|
-
"name": "FoundationElement",
|
|
1581
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
1582
|
-
}
|
|
1583
|
-
},
|
|
1584
|
-
{
|
|
1585
|
-
"kind": "field",
|
|
1586
|
-
"name": "$presentation",
|
|
1587
|
-
"type": {
|
|
1588
|
-
"text": "ComponentPresentation | null"
|
|
1589
|
-
},
|
|
1590
|
-
"privacy": "public",
|
|
1591
|
-
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
1592
|
-
"inheritedFrom": {
|
|
1593
|
-
"name": "FoundationElement",
|
|
1594
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
1595
|
-
}
|
|
1596
|
-
},
|
|
1597
|
-
{
|
|
1598
|
-
"kind": "field",
|
|
1599
|
-
"name": "template",
|
|
1600
|
-
"type": {
|
|
1601
|
-
"text": "ElementViewTemplate | void | null"
|
|
1602
|
-
},
|
|
1603
|
-
"privacy": "public",
|
|
1604
|
-
"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.",
|
|
1605
|
-
"inheritedFrom": {
|
|
1606
|
-
"name": "FoundationElement",
|
|
1607
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
1608
|
-
}
|
|
1609
|
-
},
|
|
1610
|
-
{
|
|
1611
|
-
"kind": "method",
|
|
1612
|
-
"name": "templateChanged",
|
|
1613
|
-
"privacy": "protected",
|
|
1614
|
-
"return": {
|
|
1615
|
-
"type": {
|
|
1616
|
-
"text": "void"
|
|
1617
|
-
}
|
|
1618
|
-
},
|
|
1619
|
-
"inheritedFrom": {
|
|
1620
|
-
"name": "FoundationElement",
|
|
1621
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
1622
|
-
}
|
|
1623
|
-
},
|
|
1624
|
-
{
|
|
1625
|
-
"kind": "field",
|
|
1626
|
-
"name": "styles",
|
|
1627
|
-
"type": {
|
|
1628
|
-
"text": "ElementStyles | void | null"
|
|
1629
|
-
},
|
|
1630
|
-
"privacy": "public",
|
|
1631
|
-
"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.",
|
|
1632
|
-
"inheritedFrom": {
|
|
1633
|
-
"name": "FoundationElement",
|
|
1634
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
1635
|
-
}
|
|
1636
|
-
},
|
|
1637
|
-
{
|
|
1638
|
-
"kind": "method",
|
|
1639
|
-
"name": "stylesChanged",
|
|
1640
|
-
"privacy": "protected",
|
|
1641
|
-
"return": {
|
|
1642
|
-
"type": {
|
|
1643
|
-
"text": "void"
|
|
1644
|
-
}
|
|
1645
|
-
},
|
|
1646
|
-
"inheritedFrom": {
|
|
1647
|
-
"name": "FoundationElement",
|
|
1648
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
1649
|
-
}
|
|
1650
|
-
},
|
|
1651
|
-
{
|
|
1652
|
-
"kind": "method",
|
|
1653
|
-
"name": "compose",
|
|
1654
|
-
"privacy": "public",
|
|
1655
|
-
"static": true,
|
|
1656
|
-
"return": {
|
|
1657
|
-
"type": {
|
|
1658
|
-
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
1659
|
-
}
|
|
1660
|
-
},
|
|
1661
|
-
"parameters": [
|
|
1662
|
-
{
|
|
1663
|
-
"name": "this",
|
|
1664
|
-
"type": {
|
|
1665
|
-
"text": "K"
|
|
1666
|
-
}
|
|
1667
|
-
},
|
|
1668
|
-
{
|
|
1669
|
-
"name": "elementDefinition",
|
|
1670
|
-
"type": {
|
|
1671
|
-
"text": "T"
|
|
1672
|
-
},
|
|
1673
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
1674
|
-
}
|
|
1675
|
-
],
|
|
1676
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
1677
|
-
"inheritedFrom": {
|
|
1678
|
-
"name": "FoundationElement",
|
|
1679
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
1680
|
-
}
|
|
1681
|
-
}
|
|
1682
|
-
],
|
|
1683
|
-
"superclass": {
|
|
1684
|
-
"name": "FoundationElement",
|
|
1685
|
-
"package": "@microsoft/fast-foundation"
|
|
1686
|
-
},
|
|
1687
|
-
"tagName": "grid-pro-cell",
|
|
1688
|
-
"customElement": true
|
|
1689
|
-
}
|
|
1690
|
-
],
|
|
1691
|
-
"exports": [
|
|
1692
|
-
{
|
|
1693
|
-
"kind": "js",
|
|
1694
|
-
"name": "GridProCell",
|
|
1695
|
-
"declaration": {
|
|
1696
|
-
"name": "GridProCell",
|
|
1697
|
-
"module": "src/cell/cell.ts"
|
|
1698
|
-
}
|
|
1699
|
-
},
|
|
1700
|
-
{
|
|
1701
|
-
"kind": "custom-element-definition",
|
|
1702
|
-
"name": "grid-pro-cell",
|
|
1703
|
-
"declaration": {
|
|
1704
|
-
"name": "GridProCell",
|
|
1705
|
-
"module": "src/cell/cell.ts"
|
|
1706
|
-
}
|
|
1707
|
-
}
|
|
1708
|
-
]
|
|
1709
|
-
},
|
|
1710
|
-
{
|
|
1711
|
-
"kind": "javascript-module",
|
|
1712
|
-
"path": "src/cell/index.ts",
|
|
1713
|
-
"declarations": [],
|
|
1714
|
-
"exports": [
|
|
1715
|
-
{
|
|
1716
|
-
"kind": "js",
|
|
1717
|
-
"name": "*",
|
|
1718
|
-
"declaration": {
|
|
1719
|
-
"name": "*",
|
|
1720
|
-
"package": "./cell.template"
|
|
1721
|
-
}
|
|
1722
|
-
},
|
|
1723
|
-
{
|
|
1724
|
-
"kind": "js",
|
|
1725
|
-
"name": "*",
|
|
1726
|
-
"declaration": {
|
|
1727
|
-
"name": "*",
|
|
1728
|
-
"package": "./cell"
|
|
1729
|
-
}
|
|
1730
|
-
}
|
|
1731
|
-
]
|
|
1732
|
-
},
|
|
1733
1469
|
{
|
|
1734
1470
|
"kind": "javascript-module",
|
|
1735
1471
|
"path": "src/cell-editors/date.editor.ts",
|
|
@@ -3266,55 +3002,104 @@
|
|
|
3266
3002
|
},
|
|
3267
3003
|
{
|
|
3268
3004
|
"kind": "javascript-module",
|
|
3269
|
-
"path": "src/
|
|
3005
|
+
"path": "src/cell/cell.template.ts",
|
|
3270
3006
|
"declarations": [
|
|
3271
3007
|
{
|
|
3272
3008
|
"kind": "variable",
|
|
3273
|
-
"name": "
|
|
3274
|
-
"default": "html<
|
|
3275
|
-
"description": "The Grid Pro
|
|
3009
|
+
"name": "CellTemplate",
|
|
3010
|
+
"default": "html<GridProCell>`\n <template>\n <slot ${slotted('slottedRenderer')} @slotchange=\"${(x) => x.slottedAgRendererChanged()}\"></slot>\n </template>\n`",
|
|
3011
|
+
"description": "The Grid Pro Cell Template.",
|
|
3276
3012
|
"privacy": "public"
|
|
3277
3013
|
}
|
|
3278
3014
|
],
|
|
3279
3015
|
"exports": [
|
|
3280
3016
|
{
|
|
3281
3017
|
"kind": "js",
|
|
3282
|
-
"name": "
|
|
3018
|
+
"name": "CellTemplate",
|
|
3283
3019
|
"declaration": {
|
|
3284
|
-
"name": "
|
|
3285
|
-
"module": "src/
|
|
3020
|
+
"name": "CellTemplate",
|
|
3021
|
+
"module": "src/cell/cell.template.ts"
|
|
3286
3022
|
}
|
|
3287
3023
|
}
|
|
3288
3024
|
]
|
|
3289
3025
|
},
|
|
3290
3026
|
{
|
|
3291
3027
|
"kind": "javascript-module",
|
|
3292
|
-
"path": "src/
|
|
3028
|
+
"path": "src/cell/cell.ts",
|
|
3293
3029
|
"declarations": [
|
|
3294
3030
|
{
|
|
3295
3031
|
"kind": "class",
|
|
3296
|
-
"description": "The Grid Pro
|
|
3297
|
-
"name": "
|
|
3032
|
+
"description": "The Grid Pro Cell element.",
|
|
3033
|
+
"name": "GridProCell",
|
|
3298
3034
|
"members": [
|
|
3299
3035
|
{
|
|
3300
3036
|
"kind": "field",
|
|
3301
|
-
"name": "
|
|
3037
|
+
"name": "renderer",
|
|
3302
3038
|
"type": {
|
|
3303
|
-
"text": "
|
|
3039
|
+
"text": "ICellRendererFunc"
|
|
3304
3040
|
},
|
|
3305
3041
|
"privacy": "public"
|
|
3306
3042
|
},
|
|
3307
3043
|
{
|
|
3308
3044
|
"kind": "field",
|
|
3309
|
-
"name": "
|
|
3045
|
+
"name": "rendererParams",
|
|
3310
3046
|
"type": {
|
|
3311
|
-
"text": "
|
|
3047
|
+
"text": "ICellRendererParams"
|
|
3312
3048
|
},
|
|
3313
|
-
"
|
|
3049
|
+
"privacy": "public"
|
|
3050
|
+
},
|
|
3051
|
+
{
|
|
3052
|
+
"kind": "field",
|
|
3053
|
+
"name": "slottedRenderer",
|
|
3054
|
+
"type": {
|
|
3055
|
+
"text": "HTMLElement[]"
|
|
3056
|
+
},
|
|
3057
|
+
"privacy": "public"
|
|
3314
3058
|
},
|
|
3315
3059
|
{
|
|
3316
3060
|
"kind": "method",
|
|
3317
|
-
"name": "
|
|
3061
|
+
"name": "init",
|
|
3062
|
+
"privacy": "public",
|
|
3063
|
+
"parameters": [
|
|
3064
|
+
{
|
|
3065
|
+
"name": "params",
|
|
3066
|
+
"type": {
|
|
3067
|
+
"text": "ICellRendererParams"
|
|
3068
|
+
}
|
|
3069
|
+
}
|
|
3070
|
+
]
|
|
3071
|
+
},
|
|
3072
|
+
{
|
|
3073
|
+
"kind": "method",
|
|
3074
|
+
"name": "getGui",
|
|
3075
|
+
"privacy": "public",
|
|
3076
|
+
"return": {
|
|
3077
|
+
"type": {
|
|
3078
|
+
"text": "HTMLElement"
|
|
3079
|
+
}
|
|
3080
|
+
}
|
|
3081
|
+
},
|
|
3082
|
+
{
|
|
3083
|
+
"kind": "method",
|
|
3084
|
+
"name": "destroy",
|
|
3085
|
+
"privacy": "public"
|
|
3086
|
+
},
|
|
3087
|
+
{
|
|
3088
|
+
"kind": "method",
|
|
3089
|
+
"name": "refresh",
|
|
3090
|
+
"privacy": "public",
|
|
3091
|
+
"parameters": [
|
|
3092
|
+
{
|
|
3093
|
+
"name": "params",
|
|
3094
|
+
"type": {
|
|
3095
|
+
"text": "ICellRendererParams"
|
|
3096
|
+
}
|
|
3097
|
+
}
|
|
3098
|
+
]
|
|
3099
|
+
},
|
|
3100
|
+
{
|
|
3101
|
+
"kind": "method",
|
|
3102
|
+
"name": "slottedAgRendererChanged",
|
|
3318
3103
|
"privacy": "public"
|
|
3319
3104
|
},
|
|
3320
3105
|
{
|
|
@@ -3433,32 +3218,32 @@
|
|
|
3433
3218
|
"name": "FoundationElement",
|
|
3434
3219
|
"package": "@microsoft/fast-foundation"
|
|
3435
3220
|
},
|
|
3436
|
-
"tagName": "grid-pro-
|
|
3221
|
+
"tagName": "grid-pro-cell",
|
|
3437
3222
|
"customElement": true
|
|
3438
3223
|
}
|
|
3439
3224
|
],
|
|
3440
3225
|
"exports": [
|
|
3441
3226
|
{
|
|
3442
3227
|
"kind": "js",
|
|
3443
|
-
"name": "
|
|
3228
|
+
"name": "GridProCell",
|
|
3444
3229
|
"declaration": {
|
|
3445
|
-
"name": "
|
|
3446
|
-
"module": "src/
|
|
3230
|
+
"name": "GridProCell",
|
|
3231
|
+
"module": "src/cell/cell.ts"
|
|
3447
3232
|
}
|
|
3448
3233
|
},
|
|
3449
3234
|
{
|
|
3450
3235
|
"kind": "custom-element-definition",
|
|
3451
|
-
"name": "grid-pro-
|
|
3452
|
-
"declaration": {
|
|
3453
|
-
"name": "
|
|
3454
|
-
"module": "src/
|
|
3236
|
+
"name": "grid-pro-cell",
|
|
3237
|
+
"declaration": {
|
|
3238
|
+
"name": "GridProCell",
|
|
3239
|
+
"module": "src/cell/cell.ts"
|
|
3455
3240
|
}
|
|
3456
3241
|
}
|
|
3457
3242
|
]
|
|
3458
3243
|
},
|
|
3459
3244
|
{
|
|
3460
3245
|
"kind": "javascript-module",
|
|
3461
|
-
"path": "src/
|
|
3246
|
+
"path": "src/cell/index.ts",
|
|
3462
3247
|
"declarations": [],
|
|
3463
3248
|
"exports": [
|
|
3464
3249
|
{
|
|
@@ -3466,15 +3251,7 @@
|
|
|
3466
3251
|
"name": "*",
|
|
3467
3252
|
"declaration": {
|
|
3468
3253
|
"name": "*",
|
|
3469
|
-
"package": "./
|
|
3470
|
-
}
|
|
3471
|
-
},
|
|
3472
|
-
{
|
|
3473
|
-
"kind": "js",
|
|
3474
|
-
"name": "*",
|
|
3475
|
-
"declaration": {
|
|
3476
|
-
"name": "*",
|
|
3477
|
-
"package": "./column"
|
|
3254
|
+
"package": "./cell.template"
|
|
3478
3255
|
}
|
|
3479
3256
|
},
|
|
3480
3257
|
{
|
|
@@ -3482,7 +3259,7 @@
|
|
|
3482
3259
|
"name": "*",
|
|
3483
3260
|
"declaration": {
|
|
3484
3261
|
"name": "*",
|
|
3485
|
-
"package": "./
|
|
3262
|
+
"package": "./cell"
|
|
3486
3263
|
}
|
|
3487
3264
|
}
|
|
3488
3265
|
]
|
|
@@ -5187,60 +4964,283 @@
|
|
|
5187
4964
|
}
|
|
5188
4965
|
},
|
|
5189
4966
|
{
|
|
5190
|
-
"kind": "method",
|
|
5191
|
-
"name": "getGui",
|
|
5192
|
-
"privacy": "public",
|
|
5193
|
-
"return": {
|
|
5194
|
-
"type": {
|
|
5195
|
-
"text": "HTMLElement"
|
|
5196
|
-
}
|
|
4967
|
+
"kind": "method",
|
|
4968
|
+
"name": "getGui",
|
|
4969
|
+
"privacy": "public",
|
|
4970
|
+
"return": {
|
|
4971
|
+
"type": {
|
|
4972
|
+
"text": "HTMLElement"
|
|
4973
|
+
}
|
|
4974
|
+
},
|
|
4975
|
+
"inheritedFrom": {
|
|
4976
|
+
"name": "AgTextFieldRenderer",
|
|
4977
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
4978
|
+
}
|
|
4979
|
+
},
|
|
4980
|
+
{
|
|
4981
|
+
"kind": "method",
|
|
4982
|
+
"name": "destroy",
|
|
4983
|
+
"privacy": "public",
|
|
4984
|
+
"inheritedFrom": {
|
|
4985
|
+
"name": "AgTextFieldRenderer",
|
|
4986
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
4987
|
+
}
|
|
4988
|
+
},
|
|
4989
|
+
{
|
|
4990
|
+
"kind": "method",
|
|
4991
|
+
"name": "refresh",
|
|
4992
|
+
"privacy": "public",
|
|
4993
|
+
"parameters": [
|
|
4994
|
+
{
|
|
4995
|
+
"name": "params",
|
|
4996
|
+
"type": {
|
|
4997
|
+
"text": "FuiCellRendererParams"
|
|
4998
|
+
}
|
|
4999
|
+
}
|
|
5000
|
+
],
|
|
5001
|
+
"inheritedFrom": {
|
|
5002
|
+
"name": "AgTextFieldRenderer",
|
|
5003
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
5004
|
+
}
|
|
5005
|
+
},
|
|
5006
|
+
{
|
|
5007
|
+
"kind": "field",
|
|
5008
|
+
"name": "textChanged",
|
|
5009
|
+
"privacy": "public",
|
|
5010
|
+
"description": "On text change handler",
|
|
5011
|
+
"parameters": [
|
|
5012
|
+
{
|
|
5013
|
+
"description": "CustomEvent",
|
|
5014
|
+
"name": "e"
|
|
5015
|
+
}
|
|
5016
|
+
],
|
|
5017
|
+
"inheritedFrom": {
|
|
5018
|
+
"name": "AgTextFieldRenderer",
|
|
5019
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
5020
|
+
}
|
|
5021
|
+
},
|
|
5022
|
+
{
|
|
5023
|
+
"kind": "field",
|
|
5024
|
+
"name": "_presentation",
|
|
5025
|
+
"type": {
|
|
5026
|
+
"text": "ComponentPresentation | null | undefined"
|
|
5027
|
+
},
|
|
5028
|
+
"privacy": "private",
|
|
5029
|
+
"default": "void 0",
|
|
5030
|
+
"inheritedFrom": {
|
|
5031
|
+
"name": "FoundationElement",
|
|
5032
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
5033
|
+
}
|
|
5034
|
+
},
|
|
5035
|
+
{
|
|
5036
|
+
"kind": "field",
|
|
5037
|
+
"name": "$presentation",
|
|
5038
|
+
"type": {
|
|
5039
|
+
"text": "ComponentPresentation | null"
|
|
5040
|
+
},
|
|
5041
|
+
"privacy": "public",
|
|
5042
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
5043
|
+
"inheritedFrom": {
|
|
5044
|
+
"name": "FoundationElement",
|
|
5045
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
5046
|
+
}
|
|
5047
|
+
},
|
|
5048
|
+
{
|
|
5049
|
+
"kind": "field",
|
|
5050
|
+
"name": "template",
|
|
5051
|
+
"type": {
|
|
5052
|
+
"text": "ElementViewTemplate | void | null"
|
|
5053
|
+
},
|
|
5054
|
+
"privacy": "public",
|
|
5055
|
+
"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.",
|
|
5056
|
+
"inheritedFrom": {
|
|
5057
|
+
"name": "FoundationElement",
|
|
5058
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
5059
|
+
}
|
|
5060
|
+
},
|
|
5061
|
+
{
|
|
5062
|
+
"kind": "method",
|
|
5063
|
+
"name": "templateChanged",
|
|
5064
|
+
"privacy": "protected",
|
|
5065
|
+
"return": {
|
|
5066
|
+
"type": {
|
|
5067
|
+
"text": "void"
|
|
5068
|
+
}
|
|
5069
|
+
},
|
|
5070
|
+
"inheritedFrom": {
|
|
5071
|
+
"name": "FoundationElement",
|
|
5072
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
5073
|
+
}
|
|
5074
|
+
},
|
|
5075
|
+
{
|
|
5076
|
+
"kind": "field",
|
|
5077
|
+
"name": "styles",
|
|
5078
|
+
"type": {
|
|
5079
|
+
"text": "ElementStyles | void | null"
|
|
5080
|
+
},
|
|
5081
|
+
"privacy": "public",
|
|
5082
|
+
"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.",
|
|
5083
|
+
"inheritedFrom": {
|
|
5084
|
+
"name": "FoundationElement",
|
|
5085
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
5086
|
+
}
|
|
5087
|
+
},
|
|
5088
|
+
{
|
|
5089
|
+
"kind": "method",
|
|
5090
|
+
"name": "stylesChanged",
|
|
5091
|
+
"privacy": "protected",
|
|
5092
|
+
"return": {
|
|
5093
|
+
"type": {
|
|
5094
|
+
"text": "void"
|
|
5095
|
+
}
|
|
5096
|
+
},
|
|
5097
|
+
"inheritedFrom": {
|
|
5098
|
+
"name": "FoundationElement",
|
|
5099
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
5100
|
+
}
|
|
5101
|
+
},
|
|
5102
|
+
{
|
|
5103
|
+
"kind": "method",
|
|
5104
|
+
"name": "compose",
|
|
5105
|
+
"privacy": "public",
|
|
5106
|
+
"static": true,
|
|
5107
|
+
"return": {
|
|
5108
|
+
"type": {
|
|
5109
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
5110
|
+
}
|
|
5111
|
+
},
|
|
5112
|
+
"parameters": [
|
|
5113
|
+
{
|
|
5114
|
+
"name": "this",
|
|
5115
|
+
"type": {
|
|
5116
|
+
"text": "K"
|
|
5117
|
+
}
|
|
5118
|
+
},
|
|
5119
|
+
{
|
|
5120
|
+
"name": "elementDefinition",
|
|
5121
|
+
"type": {
|
|
5122
|
+
"text": "T"
|
|
5123
|
+
},
|
|
5124
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
5125
|
+
}
|
|
5126
|
+
],
|
|
5127
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
5128
|
+
"inheritedFrom": {
|
|
5129
|
+
"name": "FoundationElement",
|
|
5130
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
5131
|
+
}
|
|
5132
|
+
}
|
|
5133
|
+
]
|
|
5134
|
+
},
|
|
5135
|
+
{
|
|
5136
|
+
"kind": "variable",
|
|
5137
|
+
"name": "textRendererStyles",
|
|
5138
|
+
"default": "textFieldRendererStyles",
|
|
5139
|
+
"privacy": "public",
|
|
5140
|
+
"deprecated": "- Use textFieldRendererStyles instead"
|
|
5141
|
+
},
|
|
5142
|
+
{
|
|
5143
|
+
"kind": "variable",
|
|
5144
|
+
"name": "getTextRendererTemplate",
|
|
5145
|
+
"default": "getTextFieldRendererTemplate",
|
|
5146
|
+
"privacy": "public",
|
|
5147
|
+
"deprecated": "- Use getTextFieldRendererTemplate instead"
|
|
5148
|
+
},
|
|
5149
|
+
{
|
|
5150
|
+
"kind": "variable",
|
|
5151
|
+
"name": "foundationAgTextRenderer",
|
|
5152
|
+
"description": "A function that returns a Foundation Text Renderer registration for configuring the component with a DesignSystem.",
|
|
5153
|
+
"privacy": "public",
|
|
5154
|
+
"deprecated": "- Use foundationAgTextFieldRenderer instead"
|
|
5155
|
+
}
|
|
5156
|
+
],
|
|
5157
|
+
"exports": [
|
|
5158
|
+
{
|
|
5159
|
+
"kind": "js",
|
|
5160
|
+
"name": "AgTextRenderer",
|
|
5161
|
+
"declaration": {
|
|
5162
|
+
"name": "AgTextRenderer",
|
|
5163
|
+
"module": "src/cell-renderers/text.renderer.ts"
|
|
5164
|
+
}
|
|
5165
|
+
},
|
|
5166
|
+
{
|
|
5167
|
+
"kind": "js",
|
|
5168
|
+
"name": "textRendererStyles",
|
|
5169
|
+
"declaration": {
|
|
5170
|
+
"name": "textRendererStyles",
|
|
5171
|
+
"module": "src/cell-renderers/text.renderer.ts"
|
|
5172
|
+
}
|
|
5173
|
+
},
|
|
5174
|
+
{
|
|
5175
|
+
"kind": "js",
|
|
5176
|
+
"name": "getTextRendererTemplate",
|
|
5177
|
+
"declaration": {
|
|
5178
|
+
"name": "getTextRendererTemplate",
|
|
5179
|
+
"module": "src/cell-renderers/text.renderer.ts"
|
|
5180
|
+
}
|
|
5181
|
+
},
|
|
5182
|
+
{
|
|
5183
|
+
"kind": "js",
|
|
5184
|
+
"name": "foundationAgTextRenderer",
|
|
5185
|
+
"declaration": {
|
|
5186
|
+
"name": "foundationAgTextRenderer",
|
|
5187
|
+
"module": "src/cell-renderers/text.renderer.ts"
|
|
5188
|
+
}
|
|
5189
|
+
}
|
|
5190
|
+
]
|
|
5191
|
+
},
|
|
5192
|
+
{
|
|
5193
|
+
"kind": "javascript-module",
|
|
5194
|
+
"path": "src/column/column.template.ts",
|
|
5195
|
+
"declarations": [
|
|
5196
|
+
{
|
|
5197
|
+
"kind": "variable",
|
|
5198
|
+
"name": "ColumnTemplate",
|
|
5199
|
+
"default": "html<GridProColumn>`\n <template>\n <slot ${slotted('slottedAgCell')} @slotchange=\"${(x) => x.slottedAgCellChanged()}\"></slot>\n </template>\n`",
|
|
5200
|
+
"description": "The Grid Pro Column Template.",
|
|
5201
|
+
"privacy": "public"
|
|
5202
|
+
}
|
|
5203
|
+
],
|
|
5204
|
+
"exports": [
|
|
5205
|
+
{
|
|
5206
|
+
"kind": "js",
|
|
5207
|
+
"name": "ColumnTemplate",
|
|
5208
|
+
"declaration": {
|
|
5209
|
+
"name": "ColumnTemplate",
|
|
5210
|
+
"module": "src/column/column.template.ts"
|
|
5211
|
+
}
|
|
5212
|
+
}
|
|
5213
|
+
]
|
|
5214
|
+
},
|
|
5215
|
+
{
|
|
5216
|
+
"kind": "javascript-module",
|
|
5217
|
+
"path": "src/column/column.ts",
|
|
5218
|
+
"declarations": [
|
|
5219
|
+
{
|
|
5220
|
+
"kind": "class",
|
|
5221
|
+
"description": "The Grid Pro Column element.",
|
|
5222
|
+
"name": "GridProColumn",
|
|
5223
|
+
"members": [
|
|
5224
|
+
{
|
|
5225
|
+
"kind": "field",
|
|
5226
|
+
"name": "slottedAgCell",
|
|
5227
|
+
"type": {
|
|
5228
|
+
"text": "HTMLElement[]"
|
|
5197
5229
|
},
|
|
5198
|
-
"
|
|
5199
|
-
"name": "AgTextFieldRenderer",
|
|
5200
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
5201
|
-
}
|
|
5230
|
+
"privacy": "public"
|
|
5202
5231
|
},
|
|
5203
5232
|
{
|
|
5204
|
-
"kind": "
|
|
5205
|
-
"name": "
|
|
5206
|
-
"
|
|
5207
|
-
|
|
5208
|
-
|
|
5209
|
-
|
|
5210
|
-
}
|
|
5233
|
+
"kind": "field",
|
|
5234
|
+
"name": "definition",
|
|
5235
|
+
"type": {
|
|
5236
|
+
"text": "ColDef"
|
|
5237
|
+
},
|
|
5238
|
+
"default": "{}"
|
|
5211
5239
|
},
|
|
5212
5240
|
{
|
|
5213
5241
|
"kind": "method",
|
|
5214
|
-
"name": "
|
|
5215
|
-
"privacy": "public"
|
|
5216
|
-
"parameters": [
|
|
5217
|
-
{
|
|
5218
|
-
"name": "params",
|
|
5219
|
-
"type": {
|
|
5220
|
-
"text": "FuiCellRendererParams"
|
|
5221
|
-
}
|
|
5222
|
-
}
|
|
5223
|
-
],
|
|
5224
|
-
"inheritedFrom": {
|
|
5225
|
-
"name": "AgTextFieldRenderer",
|
|
5226
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
5227
|
-
}
|
|
5228
|
-
},
|
|
5229
|
-
{
|
|
5230
|
-
"kind": "field",
|
|
5231
|
-
"name": "textChanged",
|
|
5232
|
-
"privacy": "public",
|
|
5233
|
-
"description": "On text change handler",
|
|
5234
|
-
"parameters": [
|
|
5235
|
-
{
|
|
5236
|
-
"description": "CustomEvent",
|
|
5237
|
-
"name": "e"
|
|
5238
|
-
}
|
|
5239
|
-
],
|
|
5240
|
-
"inheritedFrom": {
|
|
5241
|
-
"name": "AgTextFieldRenderer",
|
|
5242
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
5243
|
-
}
|
|
5242
|
+
"name": "slottedAgCellChanged",
|
|
5243
|
+
"privacy": "public"
|
|
5244
5244
|
},
|
|
5245
5245
|
{
|
|
5246
5246
|
"kind": "field",
|
|
@@ -5353,61 +5353,61 @@
|
|
|
5353
5353
|
"module": "src/foundation-element/foundation-element.ts"
|
|
5354
5354
|
}
|
|
5355
5355
|
}
|
|
5356
|
-
]
|
|
5357
|
-
|
|
5358
|
-
|
|
5359
|
-
|
|
5360
|
-
|
|
5361
|
-
"
|
|
5362
|
-
"
|
|
5363
|
-
"deprecated": "- Use textFieldRendererStyles instead"
|
|
5364
|
-
},
|
|
5365
|
-
{
|
|
5366
|
-
"kind": "variable",
|
|
5367
|
-
"name": "getTextRendererTemplate",
|
|
5368
|
-
"default": "getTextFieldRendererTemplate",
|
|
5369
|
-
"privacy": "public",
|
|
5370
|
-
"deprecated": "- Use getTextFieldRendererTemplate instead"
|
|
5371
|
-
},
|
|
5372
|
-
{
|
|
5373
|
-
"kind": "variable",
|
|
5374
|
-
"name": "foundationAgTextRenderer",
|
|
5375
|
-
"description": "A function that returns a Foundation Text Renderer registration for configuring the component with a DesignSystem.",
|
|
5376
|
-
"privacy": "public",
|
|
5377
|
-
"deprecated": "- Use foundationAgTextFieldRenderer instead"
|
|
5356
|
+
],
|
|
5357
|
+
"superclass": {
|
|
5358
|
+
"name": "FoundationElement",
|
|
5359
|
+
"package": "@microsoft/fast-foundation"
|
|
5360
|
+
},
|
|
5361
|
+
"tagName": "grid-pro-column",
|
|
5362
|
+
"customElement": true
|
|
5378
5363
|
}
|
|
5379
5364
|
],
|
|
5380
5365
|
"exports": [
|
|
5381
5366
|
{
|
|
5382
5367
|
"kind": "js",
|
|
5383
|
-
"name": "
|
|
5368
|
+
"name": "GridProColumn",
|
|
5384
5369
|
"declaration": {
|
|
5385
|
-
"name": "
|
|
5386
|
-
"module": "src/
|
|
5370
|
+
"name": "GridProColumn",
|
|
5371
|
+
"module": "src/column/column.ts"
|
|
5387
5372
|
}
|
|
5388
5373
|
},
|
|
5374
|
+
{
|
|
5375
|
+
"kind": "custom-element-definition",
|
|
5376
|
+
"name": "grid-pro-column",
|
|
5377
|
+
"declaration": {
|
|
5378
|
+
"name": "GridProColumn",
|
|
5379
|
+
"module": "src/column/column.ts"
|
|
5380
|
+
}
|
|
5381
|
+
}
|
|
5382
|
+
]
|
|
5383
|
+
},
|
|
5384
|
+
{
|
|
5385
|
+
"kind": "javascript-module",
|
|
5386
|
+
"path": "src/column/index.ts",
|
|
5387
|
+
"declarations": [],
|
|
5388
|
+
"exports": [
|
|
5389
5389
|
{
|
|
5390
5390
|
"kind": "js",
|
|
5391
|
-
"name": "
|
|
5391
|
+
"name": "*",
|
|
5392
5392
|
"declaration": {
|
|
5393
|
-
"name": "
|
|
5394
|
-
"
|
|
5393
|
+
"name": "*",
|
|
5394
|
+
"package": "./column.template"
|
|
5395
5395
|
}
|
|
5396
5396
|
},
|
|
5397
5397
|
{
|
|
5398
5398
|
"kind": "js",
|
|
5399
|
-
"name": "
|
|
5399
|
+
"name": "*",
|
|
5400
5400
|
"declaration": {
|
|
5401
|
-
"name": "
|
|
5402
|
-
"
|
|
5401
|
+
"name": "*",
|
|
5402
|
+
"package": "./column"
|
|
5403
5403
|
}
|
|
5404
5404
|
},
|
|
5405
5405
|
{
|
|
5406
5406
|
"kind": "js",
|
|
5407
|
-
"name": "
|
|
5407
|
+
"name": "*",
|
|
5408
5408
|
"declaration": {
|
|
5409
|
-
"name": "
|
|
5410
|
-
"
|
|
5409
|
+
"name": "*",
|
|
5410
|
+
"package": "./utils"
|
|
5411
5411
|
}
|
|
5412
5412
|
}
|
|
5413
5413
|
]
|
|
@@ -9190,6 +9190,60 @@
|
|
|
9190
9190
|
}
|
|
9191
9191
|
]
|
|
9192
9192
|
},
|
|
9193
|
+
{
|
|
9194
|
+
"kind": "javascript-module",
|
|
9195
|
+
"path": "src/cell-renderers/utils/accessor.ts",
|
|
9196
|
+
"declarations": [
|
|
9197
|
+
{
|
|
9198
|
+
"kind": "function",
|
|
9199
|
+
"name": "setValueWithAccessor",
|
|
9200
|
+
"return": {
|
|
9201
|
+
"type": {
|
|
9202
|
+
"text": "string"
|
|
9203
|
+
}
|
|
9204
|
+
},
|
|
9205
|
+
"parameters": [
|
|
9206
|
+
{
|
|
9207
|
+
"name": "data",
|
|
9208
|
+
"type": {
|
|
9209
|
+
"text": "any"
|
|
9210
|
+
}
|
|
9211
|
+
},
|
|
9212
|
+
{
|
|
9213
|
+
"name": "accessor",
|
|
9214
|
+
"type": {
|
|
9215
|
+
"text": "string"
|
|
9216
|
+
}
|
|
9217
|
+
}
|
|
9218
|
+
]
|
|
9219
|
+
}
|
|
9220
|
+
],
|
|
9221
|
+
"exports": [
|
|
9222
|
+
{
|
|
9223
|
+
"kind": "js",
|
|
9224
|
+
"name": "setValueWithAccessor",
|
|
9225
|
+
"declaration": {
|
|
9226
|
+
"name": "setValueWithAccessor",
|
|
9227
|
+
"module": "src/cell-renderers/utils/accessor.ts"
|
|
9228
|
+
}
|
|
9229
|
+
}
|
|
9230
|
+
]
|
|
9231
|
+
},
|
|
9232
|
+
{
|
|
9233
|
+
"kind": "javascript-module",
|
|
9234
|
+
"path": "src/cell-renderers/utils/index.ts",
|
|
9235
|
+
"declarations": [],
|
|
9236
|
+
"exports": [
|
|
9237
|
+
{
|
|
9238
|
+
"kind": "js",
|
|
9239
|
+
"name": "*",
|
|
9240
|
+
"declaration": {
|
|
9241
|
+
"name": "*",
|
|
9242
|
+
"package": "./accessor"
|
|
9243
|
+
}
|
|
9244
|
+
}
|
|
9245
|
+
]
|
|
9246
|
+
},
|
|
9193
9247
|
{
|
|
9194
9248
|
"kind": "javascript-module",
|
|
9195
9249
|
"path": "src/utils/array.ts",
|
|
@@ -9368,60 +9422,6 @@
|
|
|
9368
9422
|
}
|
|
9369
9423
|
}
|
|
9370
9424
|
]
|
|
9371
|
-
},
|
|
9372
|
-
{
|
|
9373
|
-
"kind": "javascript-module",
|
|
9374
|
-
"path": "src/cell-renderers/utils/accessor.ts",
|
|
9375
|
-
"declarations": [
|
|
9376
|
-
{
|
|
9377
|
-
"kind": "function",
|
|
9378
|
-
"name": "setValueWithAccessor",
|
|
9379
|
-
"return": {
|
|
9380
|
-
"type": {
|
|
9381
|
-
"text": "string"
|
|
9382
|
-
}
|
|
9383
|
-
},
|
|
9384
|
-
"parameters": [
|
|
9385
|
-
{
|
|
9386
|
-
"name": "data",
|
|
9387
|
-
"type": {
|
|
9388
|
-
"text": "any"
|
|
9389
|
-
}
|
|
9390
|
-
},
|
|
9391
|
-
{
|
|
9392
|
-
"name": "accessor",
|
|
9393
|
-
"type": {
|
|
9394
|
-
"text": "string"
|
|
9395
|
-
}
|
|
9396
|
-
}
|
|
9397
|
-
]
|
|
9398
|
-
}
|
|
9399
|
-
],
|
|
9400
|
-
"exports": [
|
|
9401
|
-
{
|
|
9402
|
-
"kind": "js",
|
|
9403
|
-
"name": "setValueWithAccessor",
|
|
9404
|
-
"declaration": {
|
|
9405
|
-
"name": "setValueWithAccessor",
|
|
9406
|
-
"module": "src/cell-renderers/utils/accessor.ts"
|
|
9407
|
-
}
|
|
9408
|
-
}
|
|
9409
|
-
]
|
|
9410
|
-
},
|
|
9411
|
-
{
|
|
9412
|
-
"kind": "javascript-module",
|
|
9413
|
-
"path": "src/cell-renderers/utils/index.ts",
|
|
9414
|
-
"declarations": [],
|
|
9415
|
-
"exports": [
|
|
9416
|
-
{
|
|
9417
|
-
"kind": "js",
|
|
9418
|
-
"name": "*",
|
|
9419
|
-
"declaration": {
|
|
9420
|
-
"name": "*",
|
|
9421
|
-
"package": "./accessor"
|
|
9422
|
-
}
|
|
9423
|
-
}
|
|
9424
|
-
]
|
|
9425
9425
|
}
|
|
9426
9426
|
]
|
|
9427
9427
|
}
|
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.141.
|
|
4
|
+
"version": "14.141.3",
|
|
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.141.
|
|
34
|
-
"@genesislcap/genx": "14.141.
|
|
33
|
+
"@genesislcap/foundation-testing": "14.141.3",
|
|
34
|
+
"@genesislcap/genx": "14.141.3",
|
|
35
35
|
"rimraf": "^3.0.2"
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@genesislcap/foundation-comms": "14.141.
|
|
39
|
-
"@genesislcap/foundation-logger": "14.141.
|
|
40
|
-
"@genesislcap/foundation-ui": "14.141.
|
|
41
|
-
"@genesislcap/foundation-utils": "14.141.
|
|
38
|
+
"@genesislcap/foundation-comms": "14.141.3",
|
|
39
|
+
"@genesislcap/foundation-logger": "14.141.3",
|
|
40
|
+
"@genesislcap/foundation-ui": "14.141.3",
|
|
41
|
+
"@genesislcap/foundation-utils": "14.141.3",
|
|
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": "37b360922e11609ac87d08b72cb66de130732b8d"
|
|
66
66
|
}
|