@genesislcap/grid-pro 14.28.0 → 14.28.1-alpha-01f49e8.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 +399 -399
- package/dist/dts/grid-pro-genesis-datasource/grid-pro-genesis-datasource.d.ts +0 -5
- package/dist/dts/grid-pro-genesis-datasource/grid-pro-genesis-datasource.d.ts.map +1 -1
- package/dist/esm/grid-pro-genesis-datasource/grid-pro-genesis-datasource.js +4 -2
- package/dist/grid-pro.d.ts +0 -5
- package/package.json +7 -7
|
@@ -1447,6 +1447,229 @@
|
|
|
1447
1447
|
}
|
|
1448
1448
|
]
|
|
1449
1449
|
},
|
|
1450
|
+
{
|
|
1451
|
+
"kind": "javascript-module",
|
|
1452
|
+
"path": "src/column/column.template.ts",
|
|
1453
|
+
"declarations": [
|
|
1454
|
+
{
|
|
1455
|
+
"kind": "variable",
|
|
1456
|
+
"name": "ColumnTemplate",
|
|
1457
|
+
"default": "html<GridColumn>`\n <template>\n <slot ${slotted('slottedAgCell')} @slotchange=\"${(x) => x.slottedAgCellChanged()}\"></slot>\n </template>\n`",
|
|
1458
|
+
"description": "The Grid Pro Column Template.",
|
|
1459
|
+
"privacy": "public"
|
|
1460
|
+
}
|
|
1461
|
+
],
|
|
1462
|
+
"exports": [
|
|
1463
|
+
{
|
|
1464
|
+
"kind": "js",
|
|
1465
|
+
"name": "ColumnTemplate",
|
|
1466
|
+
"declaration": {
|
|
1467
|
+
"name": "ColumnTemplate",
|
|
1468
|
+
"module": "src/column/column.template.ts"
|
|
1469
|
+
}
|
|
1470
|
+
}
|
|
1471
|
+
]
|
|
1472
|
+
},
|
|
1473
|
+
{
|
|
1474
|
+
"kind": "javascript-module",
|
|
1475
|
+
"path": "src/column/column.ts",
|
|
1476
|
+
"declarations": [
|
|
1477
|
+
{
|
|
1478
|
+
"kind": "class",
|
|
1479
|
+
"description": "The Grid Pro Column element.",
|
|
1480
|
+
"name": "GridColumn",
|
|
1481
|
+
"members": [
|
|
1482
|
+
{
|
|
1483
|
+
"kind": "field",
|
|
1484
|
+
"name": "slottedAgCell",
|
|
1485
|
+
"type": {
|
|
1486
|
+
"text": "HTMLElement[]"
|
|
1487
|
+
},
|
|
1488
|
+
"privacy": "public"
|
|
1489
|
+
},
|
|
1490
|
+
{
|
|
1491
|
+
"kind": "field",
|
|
1492
|
+
"name": "definition",
|
|
1493
|
+
"type": {
|
|
1494
|
+
"text": "ColDef"
|
|
1495
|
+
},
|
|
1496
|
+
"default": "{}"
|
|
1497
|
+
},
|
|
1498
|
+
{
|
|
1499
|
+
"kind": "method",
|
|
1500
|
+
"name": "slottedAgCellChanged",
|
|
1501
|
+
"privacy": "public"
|
|
1502
|
+
},
|
|
1503
|
+
{
|
|
1504
|
+
"kind": "field",
|
|
1505
|
+
"name": "_presentation",
|
|
1506
|
+
"type": {
|
|
1507
|
+
"text": "ComponentPresentation | null | undefined"
|
|
1508
|
+
},
|
|
1509
|
+
"privacy": "private",
|
|
1510
|
+
"default": "void 0",
|
|
1511
|
+
"inheritedFrom": {
|
|
1512
|
+
"name": "FoundationElement",
|
|
1513
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1514
|
+
}
|
|
1515
|
+
},
|
|
1516
|
+
{
|
|
1517
|
+
"kind": "field",
|
|
1518
|
+
"name": "$presentation",
|
|
1519
|
+
"type": {
|
|
1520
|
+
"text": "ComponentPresentation | null"
|
|
1521
|
+
},
|
|
1522
|
+
"privacy": "public",
|
|
1523
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
1524
|
+
"inheritedFrom": {
|
|
1525
|
+
"name": "FoundationElement",
|
|
1526
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1527
|
+
}
|
|
1528
|
+
},
|
|
1529
|
+
{
|
|
1530
|
+
"kind": "field",
|
|
1531
|
+
"name": "template",
|
|
1532
|
+
"type": {
|
|
1533
|
+
"text": "ElementViewTemplate | void | null"
|
|
1534
|
+
},
|
|
1535
|
+
"privacy": "public",
|
|
1536
|
+
"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.",
|
|
1537
|
+
"inheritedFrom": {
|
|
1538
|
+
"name": "FoundationElement",
|
|
1539
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1540
|
+
}
|
|
1541
|
+
},
|
|
1542
|
+
{
|
|
1543
|
+
"kind": "method",
|
|
1544
|
+
"name": "templateChanged",
|
|
1545
|
+
"privacy": "protected",
|
|
1546
|
+
"return": {
|
|
1547
|
+
"type": {
|
|
1548
|
+
"text": "void"
|
|
1549
|
+
}
|
|
1550
|
+
},
|
|
1551
|
+
"inheritedFrom": {
|
|
1552
|
+
"name": "FoundationElement",
|
|
1553
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1554
|
+
}
|
|
1555
|
+
},
|
|
1556
|
+
{
|
|
1557
|
+
"kind": "field",
|
|
1558
|
+
"name": "styles",
|
|
1559
|
+
"type": {
|
|
1560
|
+
"text": "ElementStyles | void | null"
|
|
1561
|
+
},
|
|
1562
|
+
"privacy": "public",
|
|
1563
|
+
"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.",
|
|
1564
|
+
"inheritedFrom": {
|
|
1565
|
+
"name": "FoundationElement",
|
|
1566
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1567
|
+
}
|
|
1568
|
+
},
|
|
1569
|
+
{
|
|
1570
|
+
"kind": "method",
|
|
1571
|
+
"name": "stylesChanged",
|
|
1572
|
+
"privacy": "protected",
|
|
1573
|
+
"return": {
|
|
1574
|
+
"type": {
|
|
1575
|
+
"text": "void"
|
|
1576
|
+
}
|
|
1577
|
+
},
|
|
1578
|
+
"inheritedFrom": {
|
|
1579
|
+
"name": "FoundationElement",
|
|
1580
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1581
|
+
}
|
|
1582
|
+
},
|
|
1583
|
+
{
|
|
1584
|
+
"kind": "method",
|
|
1585
|
+
"name": "compose",
|
|
1586
|
+
"privacy": "public",
|
|
1587
|
+
"static": true,
|
|
1588
|
+
"return": {
|
|
1589
|
+
"type": {
|
|
1590
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
1591
|
+
}
|
|
1592
|
+
},
|
|
1593
|
+
"parameters": [
|
|
1594
|
+
{
|
|
1595
|
+
"name": "this",
|
|
1596
|
+
"type": {
|
|
1597
|
+
"text": "K"
|
|
1598
|
+
}
|
|
1599
|
+
},
|
|
1600
|
+
{
|
|
1601
|
+
"name": "elementDefinition",
|
|
1602
|
+
"type": {
|
|
1603
|
+
"text": "T"
|
|
1604
|
+
},
|
|
1605
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
1606
|
+
}
|
|
1607
|
+
],
|
|
1608
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
1609
|
+
"inheritedFrom": {
|
|
1610
|
+
"name": "FoundationElement",
|
|
1611
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1612
|
+
}
|
|
1613
|
+
}
|
|
1614
|
+
],
|
|
1615
|
+
"superclass": {
|
|
1616
|
+
"name": "FoundationElement",
|
|
1617
|
+
"package": "@microsoft/fast-foundation"
|
|
1618
|
+
},
|
|
1619
|
+
"tagName": "grid-pro-column",
|
|
1620
|
+
"customElement": true
|
|
1621
|
+
}
|
|
1622
|
+
],
|
|
1623
|
+
"exports": [
|
|
1624
|
+
{
|
|
1625
|
+
"kind": "js",
|
|
1626
|
+
"name": "GridColumn",
|
|
1627
|
+
"declaration": {
|
|
1628
|
+
"name": "GridColumn",
|
|
1629
|
+
"module": "src/column/column.ts"
|
|
1630
|
+
}
|
|
1631
|
+
},
|
|
1632
|
+
{
|
|
1633
|
+
"kind": "custom-element-definition",
|
|
1634
|
+
"name": "grid-pro-column",
|
|
1635
|
+
"declaration": {
|
|
1636
|
+
"name": "GridColumn",
|
|
1637
|
+
"module": "src/column/column.ts"
|
|
1638
|
+
}
|
|
1639
|
+
}
|
|
1640
|
+
]
|
|
1641
|
+
},
|
|
1642
|
+
{
|
|
1643
|
+
"kind": "javascript-module",
|
|
1644
|
+
"path": "src/column/index.ts",
|
|
1645
|
+
"declarations": [],
|
|
1646
|
+
"exports": [
|
|
1647
|
+
{
|
|
1648
|
+
"kind": "js",
|
|
1649
|
+
"name": "*",
|
|
1650
|
+
"declaration": {
|
|
1651
|
+
"name": "*",
|
|
1652
|
+
"package": "./column.template"
|
|
1653
|
+
}
|
|
1654
|
+
},
|
|
1655
|
+
{
|
|
1656
|
+
"kind": "js",
|
|
1657
|
+
"name": "*",
|
|
1658
|
+
"declaration": {
|
|
1659
|
+
"name": "*",
|
|
1660
|
+
"package": "./column"
|
|
1661
|
+
}
|
|
1662
|
+
},
|
|
1663
|
+
{
|
|
1664
|
+
"kind": "js",
|
|
1665
|
+
"name": "*",
|
|
1666
|
+
"declaration": {
|
|
1667
|
+
"name": "*",
|
|
1668
|
+
"package": "./utils"
|
|
1669
|
+
}
|
|
1670
|
+
}
|
|
1671
|
+
]
|
|
1672
|
+
},
|
|
1450
1673
|
{
|
|
1451
1674
|
"kind": "javascript-module",
|
|
1452
1675
|
"path": "src/cell-renderers/action.renderer.ts",
|
|
@@ -2801,358 +3024,135 @@
|
|
|
2801
3024
|
"name": "foundationAgTextFieldRenderer",
|
|
2802
3025
|
"declaration": {
|
|
2803
3026
|
"name": "foundationAgTextFieldRenderer",
|
|
2804
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
2805
|
-
}
|
|
2806
|
-
}
|
|
2807
|
-
]
|
|
2808
|
-
},
|
|
2809
|
-
{
|
|
2810
|
-
"kind": "javascript-module",
|
|
2811
|
-
"path": "src/cell-renderers/text.renderer.ts",
|
|
2812
|
-
"declarations": [
|
|
2813
|
-
{
|
|
2814
|
-
"kind": "class",
|
|
2815
|
-
"description": "",
|
|
2816
|
-
"name": "AgTextRenderer",
|
|
2817
|
-
"superclass": {
|
|
2818
|
-
"name": "AgTextFieldRenderer",
|
|
2819
|
-
"module": "/src/cell-renderers/text-field.renderer"
|
|
2820
|
-
},
|
|
2821
|
-
"deprecated": "- Use AgTextFieldRenderer instead",
|
|
2822
|
-
"tagName": "%%prefix%%-grid-text-renderer",
|
|
2823
|
-
"customElement": true,
|
|
2824
|
-
"members": [
|
|
2825
|
-
{
|
|
2826
|
-
"kind": "field",
|
|
2827
|
-
"name": "textField",
|
|
2828
|
-
"type": {
|
|
2829
|
-
"text": "TextField"
|
|
2830
|
-
},
|
|
2831
|
-
"privacy": "public",
|
|
2832
|
-
"inheritedFrom": {
|
|
2833
|
-
"name": "AgTextFieldRenderer",
|
|
2834
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
2835
|
-
}
|
|
2836
|
-
},
|
|
2837
|
-
{
|
|
2838
|
-
"kind": "field",
|
|
2839
|
-
"name": "textValue",
|
|
2840
|
-
"type": {
|
|
2841
|
-
"text": "string"
|
|
2842
|
-
},
|
|
2843
|
-
"default": "''",
|
|
2844
|
-
"inheritedFrom": {
|
|
2845
|
-
"name": "AgTextFieldRenderer",
|
|
2846
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
2847
|
-
}
|
|
2848
|
-
},
|
|
2849
|
-
{
|
|
2850
|
-
"kind": "field",
|
|
2851
|
-
"name": "params",
|
|
2852
|
-
"type": {
|
|
2853
|
-
"text": "FuiCellRendererParams"
|
|
2854
|
-
},
|
|
2855
|
-
"privacy": "public",
|
|
2856
|
-
"inheritedFrom": {
|
|
2857
|
-
"name": "AgTextFieldRenderer",
|
|
2858
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
2859
|
-
}
|
|
2860
|
-
},
|
|
2861
|
-
{
|
|
2862
|
-
"kind": "method",
|
|
2863
|
-
"name": "init",
|
|
2864
|
-
"privacy": "public",
|
|
2865
|
-
"parameters": [
|
|
2866
|
-
{
|
|
2867
|
-
"name": "params",
|
|
2868
|
-
"type": {
|
|
2869
|
-
"text": "FuiCellRendererParams"
|
|
2870
|
-
}
|
|
2871
|
-
}
|
|
2872
|
-
],
|
|
2873
|
-
"inheritedFrom": {
|
|
2874
|
-
"name": "AgTextFieldRenderer",
|
|
2875
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
2876
|
-
}
|
|
2877
|
-
},
|
|
2878
|
-
{
|
|
2879
|
-
"kind": "method",
|
|
2880
|
-
"name": "getGui",
|
|
2881
|
-
"privacy": "public",
|
|
2882
|
-
"return": {
|
|
2883
|
-
"type": {
|
|
2884
|
-
"text": "HTMLElement"
|
|
2885
|
-
}
|
|
2886
|
-
},
|
|
2887
|
-
"inheritedFrom": {
|
|
2888
|
-
"name": "AgTextFieldRenderer",
|
|
2889
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
2890
|
-
}
|
|
2891
|
-
},
|
|
2892
|
-
{
|
|
2893
|
-
"kind": "method",
|
|
2894
|
-
"name": "destroy",
|
|
2895
|
-
"privacy": "public",
|
|
2896
|
-
"inheritedFrom": {
|
|
2897
|
-
"name": "AgTextFieldRenderer",
|
|
2898
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
2899
|
-
}
|
|
2900
|
-
},
|
|
2901
|
-
{
|
|
2902
|
-
"kind": "method",
|
|
2903
|
-
"name": "refresh",
|
|
2904
|
-
"privacy": "public",
|
|
2905
|
-
"parameters": [
|
|
2906
|
-
{
|
|
2907
|
-
"name": "params",
|
|
2908
|
-
"type": {
|
|
2909
|
-
"text": "FuiCellRendererParams"
|
|
2910
|
-
}
|
|
2911
|
-
}
|
|
2912
|
-
],
|
|
2913
|
-
"inheritedFrom": {
|
|
2914
|
-
"name": "AgTextFieldRenderer",
|
|
2915
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
2916
|
-
}
|
|
2917
|
-
},
|
|
2918
|
-
{
|
|
2919
|
-
"kind": "field",
|
|
2920
|
-
"name": "textChanged",
|
|
2921
|
-
"privacy": "public",
|
|
2922
|
-
"description": "On text change handler",
|
|
2923
|
-
"parameters": [
|
|
2924
|
-
{
|
|
2925
|
-
"description": "CustomEvent",
|
|
2926
|
-
"name": "e"
|
|
2927
|
-
}
|
|
2928
|
-
],
|
|
2929
|
-
"inheritedFrom": {
|
|
2930
|
-
"name": "AgTextFieldRenderer",
|
|
2931
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
2932
|
-
}
|
|
2933
|
-
},
|
|
2934
|
-
{
|
|
2935
|
-
"kind": "field",
|
|
2936
|
-
"name": "_presentation",
|
|
2937
|
-
"type": {
|
|
2938
|
-
"text": "ComponentPresentation | null | undefined"
|
|
2939
|
-
},
|
|
2940
|
-
"privacy": "private",
|
|
2941
|
-
"default": "void 0",
|
|
2942
|
-
"inheritedFrom": {
|
|
2943
|
-
"name": "FoundationElement",
|
|
2944
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
2945
|
-
}
|
|
2946
|
-
},
|
|
2947
|
-
{
|
|
2948
|
-
"kind": "field",
|
|
2949
|
-
"name": "$presentation",
|
|
2950
|
-
"type": {
|
|
2951
|
-
"text": "ComponentPresentation | null"
|
|
2952
|
-
},
|
|
2953
|
-
"privacy": "public",
|
|
2954
|
-
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
2955
|
-
"inheritedFrom": {
|
|
2956
|
-
"name": "FoundationElement",
|
|
2957
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
2958
|
-
}
|
|
2959
|
-
},
|
|
2960
|
-
{
|
|
2961
|
-
"kind": "field",
|
|
2962
|
-
"name": "template",
|
|
2963
|
-
"type": {
|
|
2964
|
-
"text": "ElementViewTemplate | void | null"
|
|
2965
|
-
},
|
|
2966
|
-
"privacy": "public",
|
|
2967
|
-
"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.",
|
|
2968
|
-
"inheritedFrom": {
|
|
2969
|
-
"name": "FoundationElement",
|
|
2970
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
2971
|
-
}
|
|
2972
|
-
},
|
|
2973
|
-
{
|
|
2974
|
-
"kind": "method",
|
|
2975
|
-
"name": "templateChanged",
|
|
2976
|
-
"privacy": "protected",
|
|
2977
|
-
"return": {
|
|
2978
|
-
"type": {
|
|
2979
|
-
"text": "void"
|
|
2980
|
-
}
|
|
2981
|
-
},
|
|
2982
|
-
"inheritedFrom": {
|
|
2983
|
-
"name": "FoundationElement",
|
|
2984
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
2985
|
-
}
|
|
2986
|
-
},
|
|
2987
|
-
{
|
|
2988
|
-
"kind": "field",
|
|
2989
|
-
"name": "styles",
|
|
2990
|
-
"type": {
|
|
2991
|
-
"text": "ElementStyles | void | null"
|
|
2992
|
-
},
|
|
2993
|
-
"privacy": "public",
|
|
2994
|
-
"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.",
|
|
2995
|
-
"inheritedFrom": {
|
|
2996
|
-
"name": "FoundationElement",
|
|
2997
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
2998
|
-
}
|
|
2999
|
-
},
|
|
3000
|
-
{
|
|
3001
|
-
"kind": "method",
|
|
3002
|
-
"name": "stylesChanged",
|
|
3003
|
-
"privacy": "protected",
|
|
3004
|
-
"return": {
|
|
3005
|
-
"type": {
|
|
3006
|
-
"text": "void"
|
|
3007
|
-
}
|
|
3008
|
-
},
|
|
3009
|
-
"inheritedFrom": {
|
|
3010
|
-
"name": "FoundationElement",
|
|
3011
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3012
|
-
}
|
|
3013
|
-
},
|
|
3014
|
-
{
|
|
3015
|
-
"kind": "method",
|
|
3016
|
-
"name": "compose",
|
|
3017
|
-
"privacy": "public",
|
|
3018
|
-
"static": true,
|
|
3019
|
-
"return": {
|
|
3020
|
-
"type": {
|
|
3021
|
-
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
3022
|
-
}
|
|
3023
|
-
},
|
|
3024
|
-
"parameters": [
|
|
3025
|
-
{
|
|
3026
|
-
"name": "this",
|
|
3027
|
-
"type": {
|
|
3028
|
-
"text": "K"
|
|
3029
|
-
}
|
|
3030
|
-
},
|
|
3031
|
-
{
|
|
3032
|
-
"name": "elementDefinition",
|
|
3033
|
-
"type": {
|
|
3034
|
-
"text": "T"
|
|
3035
|
-
},
|
|
3036
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
3037
|
-
}
|
|
3038
|
-
],
|
|
3039
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
3040
|
-
"inheritedFrom": {
|
|
3041
|
-
"name": "FoundationElement",
|
|
3042
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3043
|
-
}
|
|
3044
|
-
}
|
|
3045
|
-
]
|
|
3046
|
-
},
|
|
3047
|
-
{
|
|
3048
|
-
"kind": "variable",
|
|
3049
|
-
"name": "textRendererStyles",
|
|
3050
|
-
"default": "textFieldRendererStyles",
|
|
3051
|
-
"privacy": "public",
|
|
3052
|
-
"deprecated": "- Use textFieldRendererStyles instead"
|
|
3053
|
-
},
|
|
3054
|
-
{
|
|
3055
|
-
"kind": "variable",
|
|
3056
|
-
"name": "getTextRendererTemplate",
|
|
3057
|
-
"default": "getTextFieldRendererTemplate",
|
|
3058
|
-
"privacy": "public",
|
|
3059
|
-
"deprecated": "- Use getTextFieldRendererTemplate instead"
|
|
3060
|
-
},
|
|
3061
|
-
{
|
|
3062
|
-
"kind": "variable",
|
|
3063
|
-
"name": "foundationAgTextRenderer",
|
|
3064
|
-
"description": "A function that returns a Foundation Text Renderer registration for configuring the component with a DesignSystem.",
|
|
3065
|
-
"privacy": "public",
|
|
3066
|
-
"deprecated": "- Use foundationAgTextFieldRenderer instead"
|
|
3067
|
-
}
|
|
3068
|
-
],
|
|
3069
|
-
"exports": [
|
|
3070
|
-
{
|
|
3071
|
-
"kind": "js",
|
|
3072
|
-
"name": "AgTextRenderer",
|
|
3073
|
-
"declaration": {
|
|
3074
|
-
"name": "AgTextRenderer",
|
|
3075
|
-
"module": "src/cell-renderers/text.renderer.ts"
|
|
3076
|
-
}
|
|
3077
|
-
},
|
|
3078
|
-
{
|
|
3079
|
-
"kind": "js",
|
|
3080
|
-
"name": "textRendererStyles",
|
|
3081
|
-
"declaration": {
|
|
3082
|
-
"name": "textRendererStyles",
|
|
3083
|
-
"module": "src/cell-renderers/text.renderer.ts"
|
|
3084
|
-
}
|
|
3085
|
-
},
|
|
3086
|
-
{
|
|
3087
|
-
"kind": "js",
|
|
3088
|
-
"name": "getTextRendererTemplate",
|
|
3089
|
-
"declaration": {
|
|
3090
|
-
"name": "getTextRendererTemplate",
|
|
3091
|
-
"module": "src/cell-renderers/text.renderer.ts"
|
|
3092
|
-
}
|
|
3093
|
-
},
|
|
3094
|
-
{
|
|
3095
|
-
"kind": "js",
|
|
3096
|
-
"name": "foundationAgTextRenderer",
|
|
3097
|
-
"declaration": {
|
|
3098
|
-
"name": "foundationAgTextRenderer",
|
|
3099
|
-
"module": "src/cell-renderers/text.renderer.ts"
|
|
3100
|
-
}
|
|
3101
|
-
}
|
|
3102
|
-
]
|
|
3103
|
-
},
|
|
3104
|
-
{
|
|
3105
|
-
"kind": "javascript-module",
|
|
3106
|
-
"path": "src/column/column.template.ts",
|
|
3107
|
-
"declarations": [
|
|
3108
|
-
{
|
|
3109
|
-
"kind": "variable",
|
|
3110
|
-
"name": "ColumnTemplate",
|
|
3111
|
-
"default": "html<GridColumn>`\n <template>\n <slot ${slotted('slottedAgCell')} @slotchange=\"${(x) => x.slottedAgCellChanged()}\"></slot>\n </template>\n`",
|
|
3112
|
-
"description": "The Grid Pro Column Template.",
|
|
3113
|
-
"privacy": "public"
|
|
3114
|
-
}
|
|
3115
|
-
],
|
|
3116
|
-
"exports": [
|
|
3117
|
-
{
|
|
3118
|
-
"kind": "js",
|
|
3119
|
-
"name": "ColumnTemplate",
|
|
3120
|
-
"declaration": {
|
|
3121
|
-
"name": "ColumnTemplate",
|
|
3122
|
-
"module": "src/column/column.template.ts"
|
|
3027
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
3123
3028
|
}
|
|
3124
3029
|
}
|
|
3125
3030
|
]
|
|
3126
3031
|
},
|
|
3127
3032
|
{
|
|
3128
3033
|
"kind": "javascript-module",
|
|
3129
|
-
"path": "src/
|
|
3034
|
+
"path": "src/cell-renderers/text.renderer.ts",
|
|
3130
3035
|
"declarations": [
|
|
3131
3036
|
{
|
|
3132
3037
|
"kind": "class",
|
|
3133
|
-
"description": "
|
|
3134
|
-
"name": "
|
|
3038
|
+
"description": "",
|
|
3039
|
+
"name": "AgTextRenderer",
|
|
3040
|
+
"superclass": {
|
|
3041
|
+
"name": "AgTextFieldRenderer",
|
|
3042
|
+
"module": "/src/cell-renderers/text-field.renderer"
|
|
3043
|
+
},
|
|
3044
|
+
"deprecated": "- Use AgTextFieldRenderer instead",
|
|
3045
|
+
"tagName": "%%prefix%%-grid-text-renderer",
|
|
3046
|
+
"customElement": true,
|
|
3135
3047
|
"members": [
|
|
3136
3048
|
{
|
|
3137
3049
|
"kind": "field",
|
|
3138
|
-
"name": "
|
|
3050
|
+
"name": "textField",
|
|
3139
3051
|
"type": {
|
|
3140
|
-
"text": "
|
|
3052
|
+
"text": "TextField"
|
|
3141
3053
|
},
|
|
3142
|
-
"privacy": "public"
|
|
3054
|
+
"privacy": "public",
|
|
3055
|
+
"inheritedFrom": {
|
|
3056
|
+
"name": "AgTextFieldRenderer",
|
|
3057
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
3058
|
+
}
|
|
3143
3059
|
},
|
|
3144
3060
|
{
|
|
3145
3061
|
"kind": "field",
|
|
3146
|
-
"name": "
|
|
3062
|
+
"name": "textValue",
|
|
3147
3063
|
"type": {
|
|
3148
|
-
"text": "
|
|
3064
|
+
"text": "string"
|
|
3149
3065
|
},
|
|
3150
|
-
"default": "
|
|
3066
|
+
"default": "''",
|
|
3067
|
+
"inheritedFrom": {
|
|
3068
|
+
"name": "AgTextFieldRenderer",
|
|
3069
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
3070
|
+
}
|
|
3071
|
+
},
|
|
3072
|
+
{
|
|
3073
|
+
"kind": "field",
|
|
3074
|
+
"name": "params",
|
|
3075
|
+
"type": {
|
|
3076
|
+
"text": "FuiCellRendererParams"
|
|
3077
|
+
},
|
|
3078
|
+
"privacy": "public",
|
|
3079
|
+
"inheritedFrom": {
|
|
3080
|
+
"name": "AgTextFieldRenderer",
|
|
3081
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
3082
|
+
}
|
|
3151
3083
|
},
|
|
3152
3084
|
{
|
|
3153
3085
|
"kind": "method",
|
|
3154
|
-
"name": "
|
|
3155
|
-
"privacy": "public"
|
|
3086
|
+
"name": "init",
|
|
3087
|
+
"privacy": "public",
|
|
3088
|
+
"parameters": [
|
|
3089
|
+
{
|
|
3090
|
+
"name": "params",
|
|
3091
|
+
"type": {
|
|
3092
|
+
"text": "FuiCellRendererParams"
|
|
3093
|
+
}
|
|
3094
|
+
}
|
|
3095
|
+
],
|
|
3096
|
+
"inheritedFrom": {
|
|
3097
|
+
"name": "AgTextFieldRenderer",
|
|
3098
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
3099
|
+
}
|
|
3100
|
+
},
|
|
3101
|
+
{
|
|
3102
|
+
"kind": "method",
|
|
3103
|
+
"name": "getGui",
|
|
3104
|
+
"privacy": "public",
|
|
3105
|
+
"return": {
|
|
3106
|
+
"type": {
|
|
3107
|
+
"text": "HTMLElement"
|
|
3108
|
+
}
|
|
3109
|
+
},
|
|
3110
|
+
"inheritedFrom": {
|
|
3111
|
+
"name": "AgTextFieldRenderer",
|
|
3112
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
3113
|
+
}
|
|
3114
|
+
},
|
|
3115
|
+
{
|
|
3116
|
+
"kind": "method",
|
|
3117
|
+
"name": "destroy",
|
|
3118
|
+
"privacy": "public",
|
|
3119
|
+
"inheritedFrom": {
|
|
3120
|
+
"name": "AgTextFieldRenderer",
|
|
3121
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
3122
|
+
}
|
|
3123
|
+
},
|
|
3124
|
+
{
|
|
3125
|
+
"kind": "method",
|
|
3126
|
+
"name": "refresh",
|
|
3127
|
+
"privacy": "public",
|
|
3128
|
+
"parameters": [
|
|
3129
|
+
{
|
|
3130
|
+
"name": "params",
|
|
3131
|
+
"type": {
|
|
3132
|
+
"text": "FuiCellRendererParams"
|
|
3133
|
+
}
|
|
3134
|
+
}
|
|
3135
|
+
],
|
|
3136
|
+
"inheritedFrom": {
|
|
3137
|
+
"name": "AgTextFieldRenderer",
|
|
3138
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
3139
|
+
}
|
|
3140
|
+
},
|
|
3141
|
+
{
|
|
3142
|
+
"kind": "field",
|
|
3143
|
+
"name": "textChanged",
|
|
3144
|
+
"privacy": "public",
|
|
3145
|
+
"description": "On text change handler",
|
|
3146
|
+
"parameters": [
|
|
3147
|
+
{
|
|
3148
|
+
"description": "CustomEvent",
|
|
3149
|
+
"name": "e"
|
|
3150
|
+
}
|
|
3151
|
+
],
|
|
3152
|
+
"inheritedFrom": {
|
|
3153
|
+
"name": "AgTextFieldRenderer",
|
|
3154
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
3155
|
+
}
|
|
3156
3156
|
},
|
|
3157
3157
|
{
|
|
3158
3158
|
"kind": "field",
|
|
@@ -3265,61 +3265,61 @@
|
|
|
3265
3265
|
"module": "src/foundation-element/foundation-element.ts"
|
|
3266
3266
|
}
|
|
3267
3267
|
}
|
|
3268
|
-
]
|
|
3269
|
-
|
|
3270
|
-
|
|
3271
|
-
|
|
3272
|
-
|
|
3273
|
-
"
|
|
3274
|
-
"
|
|
3268
|
+
]
|
|
3269
|
+
},
|
|
3270
|
+
{
|
|
3271
|
+
"kind": "variable",
|
|
3272
|
+
"name": "textRendererStyles",
|
|
3273
|
+
"default": "textFieldRendererStyles",
|
|
3274
|
+
"privacy": "public",
|
|
3275
|
+
"deprecated": "- Use textFieldRendererStyles instead"
|
|
3276
|
+
},
|
|
3277
|
+
{
|
|
3278
|
+
"kind": "variable",
|
|
3279
|
+
"name": "getTextRendererTemplate",
|
|
3280
|
+
"default": "getTextFieldRendererTemplate",
|
|
3281
|
+
"privacy": "public",
|
|
3282
|
+
"deprecated": "- Use getTextFieldRendererTemplate instead"
|
|
3283
|
+
},
|
|
3284
|
+
{
|
|
3285
|
+
"kind": "variable",
|
|
3286
|
+
"name": "foundationAgTextRenderer",
|
|
3287
|
+
"description": "A function that returns a Foundation Text Renderer registration for configuring the component with a DesignSystem.",
|
|
3288
|
+
"privacy": "public",
|
|
3289
|
+
"deprecated": "- Use foundationAgTextFieldRenderer instead"
|
|
3275
3290
|
}
|
|
3276
3291
|
],
|
|
3277
3292
|
"exports": [
|
|
3278
3293
|
{
|
|
3279
3294
|
"kind": "js",
|
|
3280
|
-
"name": "
|
|
3295
|
+
"name": "AgTextRenderer",
|
|
3281
3296
|
"declaration": {
|
|
3282
|
-
"name": "
|
|
3283
|
-
"module": "src/
|
|
3297
|
+
"name": "AgTextRenderer",
|
|
3298
|
+
"module": "src/cell-renderers/text.renderer.ts"
|
|
3284
3299
|
}
|
|
3285
3300
|
},
|
|
3286
|
-
{
|
|
3287
|
-
"kind": "custom-element-definition",
|
|
3288
|
-
"name": "grid-pro-column",
|
|
3289
|
-
"declaration": {
|
|
3290
|
-
"name": "GridColumn",
|
|
3291
|
-
"module": "src/column/column.ts"
|
|
3292
|
-
}
|
|
3293
|
-
}
|
|
3294
|
-
]
|
|
3295
|
-
},
|
|
3296
|
-
{
|
|
3297
|
-
"kind": "javascript-module",
|
|
3298
|
-
"path": "src/column/index.ts",
|
|
3299
|
-
"declarations": [],
|
|
3300
|
-
"exports": [
|
|
3301
3301
|
{
|
|
3302
3302
|
"kind": "js",
|
|
3303
|
-
"name": "
|
|
3303
|
+
"name": "textRendererStyles",
|
|
3304
3304
|
"declaration": {
|
|
3305
|
-
"name": "
|
|
3306
|
-
"
|
|
3305
|
+
"name": "textRendererStyles",
|
|
3306
|
+
"module": "src/cell-renderers/text.renderer.ts"
|
|
3307
3307
|
}
|
|
3308
3308
|
},
|
|
3309
3309
|
{
|
|
3310
3310
|
"kind": "js",
|
|
3311
|
-
"name": "
|
|
3311
|
+
"name": "getTextRendererTemplate",
|
|
3312
3312
|
"declaration": {
|
|
3313
|
-
"name": "
|
|
3314
|
-
"
|
|
3313
|
+
"name": "getTextRendererTemplate",
|
|
3314
|
+
"module": "src/cell-renderers/text.renderer.ts"
|
|
3315
3315
|
}
|
|
3316
3316
|
},
|
|
3317
3317
|
{
|
|
3318
3318
|
"kind": "js",
|
|
3319
|
-
"name": "
|
|
3319
|
+
"name": "foundationAgTextRenderer",
|
|
3320
3320
|
"declaration": {
|
|
3321
|
-
"name": "
|
|
3322
|
-
"
|
|
3321
|
+
"name": "foundationAgTextRenderer",
|
|
3322
|
+
"module": "src/cell-renderers/text.renderer.ts"
|
|
3323
3323
|
}
|
|
3324
3324
|
}
|
|
3325
3325
|
]
|
|
@@ -5230,46 +5230,51 @@
|
|
|
5230
5230
|
},
|
|
5231
5231
|
{
|
|
5232
5232
|
"kind": "javascript-module",
|
|
5233
|
-
"path": "src/
|
|
5233
|
+
"path": "src/column/utils/grid-pro-columns.ts",
|
|
5234
5234
|
"declarations": [
|
|
5235
5235
|
{
|
|
5236
5236
|
"kind": "function",
|
|
5237
|
-
"name": "
|
|
5237
|
+
"name": "gridProColumns",
|
|
5238
5238
|
"return": {
|
|
5239
5239
|
"type": {
|
|
5240
|
-
"text": "
|
|
5240
|
+
"text": "CaptureType<TSource>"
|
|
5241
5241
|
}
|
|
5242
5242
|
},
|
|
5243
5243
|
"parameters": [
|
|
5244
5244
|
{
|
|
5245
|
-
"name": "
|
|
5245
|
+
"name": "itemsBinding",
|
|
5246
5246
|
"type": {
|
|
5247
|
-
"text": "
|
|
5248
|
-
}
|
|
5247
|
+
"text": "Binding<TSource, readonly ColDef[]> | readonly ColDef[]"
|
|
5248
|
+
},
|
|
5249
|
+
"description": "The array to render"
|
|
5249
5250
|
},
|
|
5250
5251
|
{
|
|
5251
|
-
"name": "
|
|
5252
|
+
"name": "includeRenderers",
|
|
5253
|
+
"default": "true",
|
|
5252
5254
|
"type": {
|
|
5253
|
-
"text": "
|
|
5254
|
-
}
|
|
5255
|
+
"text": "boolean"
|
|
5256
|
+
},
|
|
5257
|
+
"description": "Optionally tells whether to include cell renderers, if available"
|
|
5255
5258
|
}
|
|
5256
|
-
]
|
|
5259
|
+
],
|
|
5260
|
+
"description": "A directive that renders a set of grid-pro-column elements from a given input binding",
|
|
5261
|
+
"privacy": "public"
|
|
5257
5262
|
}
|
|
5258
5263
|
],
|
|
5259
5264
|
"exports": [
|
|
5260
5265
|
{
|
|
5261
5266
|
"kind": "js",
|
|
5262
|
-
"name": "
|
|
5267
|
+
"name": "gridProColumns",
|
|
5263
5268
|
"declaration": {
|
|
5264
|
-
"name": "
|
|
5265
|
-
"module": "src/
|
|
5269
|
+
"name": "gridProColumns",
|
|
5270
|
+
"module": "src/column/utils/grid-pro-columns.ts"
|
|
5266
5271
|
}
|
|
5267
5272
|
}
|
|
5268
5273
|
]
|
|
5269
5274
|
},
|
|
5270
5275
|
{
|
|
5271
5276
|
"kind": "javascript-module",
|
|
5272
|
-
"path": "src/
|
|
5277
|
+
"path": "src/column/utils/index.ts",
|
|
5273
5278
|
"declarations": [],
|
|
5274
5279
|
"exports": [
|
|
5275
5280
|
{
|
|
@@ -5277,58 +5282,53 @@
|
|
|
5277
5282
|
"name": "*",
|
|
5278
5283
|
"declaration": {
|
|
5279
5284
|
"name": "*",
|
|
5280
|
-
"package": "./
|
|
5285
|
+
"package": "./grid-pro-columns"
|
|
5281
5286
|
}
|
|
5282
5287
|
}
|
|
5283
5288
|
]
|
|
5284
5289
|
},
|
|
5285
5290
|
{
|
|
5286
5291
|
"kind": "javascript-module",
|
|
5287
|
-
"path": "src/
|
|
5292
|
+
"path": "src/cell-renderers/utils/accessor.ts",
|
|
5288
5293
|
"declarations": [
|
|
5289
5294
|
{
|
|
5290
5295
|
"kind": "function",
|
|
5291
|
-
"name": "
|
|
5296
|
+
"name": "setValueWithAccessor",
|
|
5292
5297
|
"return": {
|
|
5293
5298
|
"type": {
|
|
5294
|
-
"text": "
|
|
5299
|
+
"text": "string"
|
|
5295
5300
|
}
|
|
5296
5301
|
},
|
|
5297
5302
|
"parameters": [
|
|
5298
5303
|
{
|
|
5299
|
-
"name": "
|
|
5304
|
+
"name": "data",
|
|
5300
5305
|
"type": {
|
|
5301
|
-
"text": "
|
|
5302
|
-
}
|
|
5303
|
-
"description": "The array to render"
|
|
5306
|
+
"text": "any"
|
|
5307
|
+
}
|
|
5304
5308
|
},
|
|
5305
5309
|
{
|
|
5306
|
-
"name": "
|
|
5307
|
-
"default": "true",
|
|
5310
|
+
"name": "accessor",
|
|
5308
5311
|
"type": {
|
|
5309
|
-
"text": "
|
|
5310
|
-
}
|
|
5311
|
-
"description": "Optionally tells whether to include cell renderers, if available"
|
|
5312
|
+
"text": "string"
|
|
5313
|
+
}
|
|
5312
5314
|
}
|
|
5313
|
-
]
|
|
5314
|
-
"description": "A directive that renders a set of grid-pro-column elements from a given input binding",
|
|
5315
|
-
"privacy": "public"
|
|
5315
|
+
]
|
|
5316
5316
|
}
|
|
5317
5317
|
],
|
|
5318
5318
|
"exports": [
|
|
5319
5319
|
{
|
|
5320
5320
|
"kind": "js",
|
|
5321
|
-
"name": "
|
|
5321
|
+
"name": "setValueWithAccessor",
|
|
5322
5322
|
"declaration": {
|
|
5323
|
-
"name": "
|
|
5324
|
-
"module": "src/
|
|
5323
|
+
"name": "setValueWithAccessor",
|
|
5324
|
+
"module": "src/cell-renderers/utils/accessor.ts"
|
|
5325
5325
|
}
|
|
5326
5326
|
}
|
|
5327
5327
|
]
|
|
5328
5328
|
},
|
|
5329
5329
|
{
|
|
5330
5330
|
"kind": "javascript-module",
|
|
5331
|
-
"path": "src/
|
|
5331
|
+
"path": "src/cell-renderers/utils/index.ts",
|
|
5332
5332
|
"declarations": [],
|
|
5333
5333
|
"exports": [
|
|
5334
5334
|
{
|
|
@@ -5336,7 +5336,7 @@
|
|
|
5336
5336
|
"name": "*",
|
|
5337
5337
|
"declaration": {
|
|
5338
5338
|
"name": "*",
|
|
5339
|
-
"package": "./
|
|
5339
|
+
"package": "./accessor"
|
|
5340
5340
|
}
|
|
5341
5341
|
}
|
|
5342
5342
|
]
|
|
@@ -23,11 +23,6 @@ declare const GridProGenesisDatasource_base: (new (...args: any[]) => {
|
|
|
23
23
|
innerText: string;
|
|
24
24
|
lang: string;
|
|
25
25
|
readonly offsetHeight: number;
|
|
26
|
-
/**
|
|
27
|
-
* Initializes the datasource.
|
|
28
|
-
* @public
|
|
29
|
-
* @remarks This method is called automatically when the element is connected to the DOM.
|
|
30
|
-
*/
|
|
31
26
|
readonly offsetLeft: number;
|
|
32
27
|
readonly offsetParent: Element;
|
|
33
28
|
readonly offsetTop: number;
|
|
@@ -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":"AAAA,OAAO,EAAU,WAAW,EAAsB,MAAM,yBAAyB,CAAC;AAClF,OAAO,EACL,OAAO,EAEP,UAAU,EAWX,MAAM,+BAA+B,CAAC;AAGvC,OAAO,EAAE,iBAAiB,EAAE,MAAM,4BAA4B,CAAC
|
|
1
|
+
{"version":3,"file":"grid-pro-genesis-datasource.d.ts","sourceRoot":"","sources":["../../../src/grid-pro-genesis-datasource/grid-pro-genesis-datasource.ts"],"names":[],"mappings":"AAAA,OAAO,EAAU,WAAW,EAAsB,MAAM,yBAAyB,CAAC;AAClF,OAAO,EACL,OAAO,EAEP,UAAU,EAWX,MAAM,+BAA+B,CAAC;AAGvC,OAAO,EAAE,iBAAiB,EAAE,MAAM,4BAA4B,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAiB/D;;;;GAIG;AACH,qBAGa,wBAAyB,SAAQ,6BAAiC;IACpE,OAAO,EAAG,OAAO,CAAC;IACf,UAAU,EAAG,UAAU,CAAC;IAExB,mBAAmB,EAAE,WAAW,CAAC;IACvC,QAAQ,EAAE,MAAM,CAAC;IACjB,MAAM,EAAE,MAAM,CAAC;IACgC,UAAU,UAAS;IACvC,OAAO,EAAE,MAAM,CAAmC;IAClD,OAAO,EAAE,MAAM,CAAoC;IAC/B,UAAU,UAAS;IACvC,OAAO,EAAE,MAAM,CAAC;IACrC,OAAO,EAAE,GAAG,CAAC;IACa,YAAY,EAAE,MAAM,CAAC;IAC3D,mBAAmB,CAAC,QAAQ,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM;IAK3B,OAAO,UAAS;IACZ,KAAK,SAAa;IACgB,qBAAqB,UAAS;IAE/F,OAAO,CAAC,OAAO,CAAe;IAC9B,OAAO,CAAC,SAAS,CAAe;IAChC,OAAO,CAAC,aAAa,CAAe;IAEpC,OAAO,CAAC,6BAA6B,CAAQ;IAC7C,OAAO,CAAC,mBAAmB,CAAS;IAEpC,OAAO,CAAC,IAAI,CAA+B;IAC3C,OAAO,CAAC,aAAa,CAAqB;IAE1C,OAAO,CAAC,SAAS,CAAS;IAE1B,OAAO,CAAC,mBAAmB,CAAkC;IAC7D,OAAO,CAAC,MAAM,CAAwE;IAEtF,iBAAiB;IAuBjB,oBAAoB;IASX,SAAS,IAAI,IAAI;IAO1B,OAAO,KAAK,MAAM,GAEjB;IAID;;;;OAIG;IACH,IAAI;IAkCJ;;;OAGG;IACH,MAAM;IAIN;;;;OAIG;IACH,KAAK;IA8BL;;;OAGG;IACH,OAAO;IAKP,OAAO,CAAC,YAAY;IAMpB,OAAO,CAAC,aAAa;YAUP,gBAAgB;IAiD9B,OAAO,CAAC,cAAc;IActB,OAAO,CAAC,iBAAiB;IAezB,OAAO,CAAC,kBAAkB;IAY1B,OAAO,CAAC,sBAAsB;IAmC9B,OAAO,CAAC,mBAAmB;IAqB3B,OAAO,CAAC,mBAAmB;IAgB3B,OAAO,CAAC,mBAAmB;IAO3B,OAAO,CAAC,mBAAmB;IAW3B,OAAO,CAAC,eAAe;IA0CvB,OAAO,CAAC,aAAa;IAMrB,eAAe,CAAC,WAAW,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM;IASjD,SAAS,CAAC,SAAS,EAAE,MAAM,EAAE,SAAS,EAAE,MAAM;IAK9C,YAAY,CAAC,SAAS,EAAE,MAAM;CAItC"}
|
|
@@ -39,8 +39,9 @@ let GridProGenesisDatasource = class GridProGenesisDatasource extends LifecycleM
|
|
|
39
39
|
}
|
|
40
40
|
connectedCallback() {
|
|
41
41
|
super.connectedCallback();
|
|
42
|
+
const shouldRunConnect = this.shouldRunConnect;
|
|
42
43
|
DOM.queueUpdate(() => {
|
|
43
|
-
if (!
|
|
44
|
+
if (!shouldRunConnect)
|
|
44
45
|
return;
|
|
45
46
|
this.init();
|
|
46
47
|
});
|
|
@@ -58,8 +59,9 @@ let GridProGenesisDatasource = class GridProGenesisDatasource extends LifecycleM
|
|
|
58
59
|
}
|
|
59
60
|
disconnectedCallback() {
|
|
60
61
|
super.disconnectedCallback();
|
|
62
|
+
const shouldRunDisconnect = this.shouldRunDisconnect;
|
|
61
63
|
DOM.queueUpdate(() => {
|
|
62
|
-
if (!
|
|
64
|
+
if (!shouldRunDisconnect)
|
|
63
65
|
return;
|
|
64
66
|
this.deinit();
|
|
65
67
|
});
|
package/dist/grid-pro.d.ts
CHANGED
|
@@ -1302,11 +1302,6 @@ declare const GridProGenesisDatasource_base: (new (...args: any[]) => {
|
|
|
1302
1302
|
innerText: string;
|
|
1303
1303
|
lang: string;
|
|
1304
1304
|
readonly offsetHeight: number;
|
|
1305
|
-
/**
|
|
1306
|
-
* Initializes the datasource.
|
|
1307
|
-
* @public
|
|
1308
|
-
* @remarks This method is called automatically when the element is connected to the DOM.
|
|
1309
|
-
*/
|
|
1310
1305
|
readonly offsetLeft: number;
|
|
1311
1306
|
readonly offsetParent: Element;
|
|
1312
1307
|
readonly offsetTop: number;
|
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.28.0",
|
|
4
|
+
"version": "14.28.1-alpha-01f49e8.0",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -21,8 +21,8 @@
|
|
|
21
21
|
"serve": "genx serve"
|
|
22
22
|
},
|
|
23
23
|
"devDependencies": {
|
|
24
|
-
"@genesislcap/foundation-testing": "
|
|
25
|
-
"@genesislcap/genx": "
|
|
24
|
+
"@genesislcap/foundation-testing": "14.28.1-alpha-01f49e8.0",
|
|
25
|
+
"@genesislcap/genx": "14.28.1-alpha-01f49e8.0",
|
|
26
26
|
"@playwright/test": "^1.18.1",
|
|
27
27
|
"bulma": "^0.9.3",
|
|
28
28
|
"c8": "^7.11.0",
|
|
@@ -38,9 +38,9 @@
|
|
|
38
38
|
"watchlist": "^0.3.1"
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
|
-
"@genesislcap/foundation-comms": "
|
|
42
|
-
"@genesislcap/foundation-ui": "
|
|
43
|
-
"@genesislcap/foundation-utils": "
|
|
41
|
+
"@genesislcap/foundation-comms": "14.28.1-alpha-01f49e8.0",
|
|
42
|
+
"@genesislcap/foundation-ui": "14.28.1-alpha-01f49e8.0",
|
|
43
|
+
"@genesislcap/foundation-utils": "14.28.1-alpha-01f49e8.0",
|
|
44
44
|
"@microsoft/fast-colors": "^5.1.4",
|
|
45
45
|
"@microsoft/fast-components": "^2.21.3",
|
|
46
46
|
"@microsoft/fast-element": "^1.7.0",
|
|
@@ -66,5 +66,5 @@
|
|
|
66
66
|
"access": "public"
|
|
67
67
|
},
|
|
68
68
|
"customElements": "dist/custom-elements.json",
|
|
69
|
-
"gitHead": "
|
|
69
|
+
"gitHead": "7160d6dd17a526a02c0eaafa83f5e520d4bb98da"
|
|
70
70
|
}
|