@genesislcap/grid-pro 14.30.2 → 14.31.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 +11 -1412
- package/package.json +9 -20
|
@@ -589,180 +589,6 @@
|
|
|
589
589
|
"kind": "method",
|
|
590
590
|
"name": "destroyFontFace",
|
|
591
591
|
"privacy": "private"
|
|
592
|
-
},
|
|
593
|
-
{
|
|
594
|
-
"kind": "method",
|
|
595
|
-
"name": "cloneNode",
|
|
596
|
-
"return": {
|
|
597
|
-
"type": {
|
|
598
|
-
"text": "Node"
|
|
599
|
-
}
|
|
600
|
-
},
|
|
601
|
-
"parameters": [
|
|
602
|
-
{
|
|
603
|
-
"name": "deep",
|
|
604
|
-
"optional": true,
|
|
605
|
-
"type": {
|
|
606
|
-
"text": "boolean"
|
|
607
|
-
}
|
|
608
|
-
}
|
|
609
|
-
],
|
|
610
|
-
"inheritedFrom": {
|
|
611
|
-
"name": "LifecycleMixin",
|
|
612
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
613
|
-
}
|
|
614
|
-
},
|
|
615
|
-
{
|
|
616
|
-
"kind": "method",
|
|
617
|
-
"name": "deepClone",
|
|
618
|
-
"return": {
|
|
619
|
-
"type": {
|
|
620
|
-
"text": "Node"
|
|
621
|
-
}
|
|
622
|
-
},
|
|
623
|
-
"inheritedFrom": {
|
|
624
|
-
"name": "LifecycleMixin",
|
|
625
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
626
|
-
}
|
|
627
|
-
},
|
|
628
|
-
{
|
|
629
|
-
"kind": "field",
|
|
630
|
-
"name": "shouldRunDisconnect",
|
|
631
|
-
"return": {
|
|
632
|
-
"type": {
|
|
633
|
-
"text": ""
|
|
634
|
-
}
|
|
635
|
-
},
|
|
636
|
-
"readonly": true,
|
|
637
|
-
"inheritedFrom": {
|
|
638
|
-
"name": "LifecycleMixin",
|
|
639
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
640
|
-
}
|
|
641
|
-
},
|
|
642
|
-
{
|
|
643
|
-
"kind": "field",
|
|
644
|
-
"name": "shouldRunConnect",
|
|
645
|
-
"return": {
|
|
646
|
-
"type": {
|
|
647
|
-
"text": ""
|
|
648
|
-
}
|
|
649
|
-
},
|
|
650
|
-
"readonly": true,
|
|
651
|
-
"inheritedFrom": {
|
|
652
|
-
"name": "LifecycleMixin",
|
|
653
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
654
|
-
}
|
|
655
|
-
},
|
|
656
|
-
{
|
|
657
|
-
"kind": "field",
|
|
658
|
-
"name": "_presentation",
|
|
659
|
-
"type": {
|
|
660
|
-
"text": "ComponentPresentation | null | undefined"
|
|
661
|
-
},
|
|
662
|
-
"privacy": "private",
|
|
663
|
-
"default": "void 0",
|
|
664
|
-
"inheritedFrom": {
|
|
665
|
-
"name": "FoundationElement",
|
|
666
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
667
|
-
}
|
|
668
|
-
},
|
|
669
|
-
{
|
|
670
|
-
"kind": "field",
|
|
671
|
-
"name": "$presentation",
|
|
672
|
-
"type": {
|
|
673
|
-
"text": "ComponentPresentation | null"
|
|
674
|
-
},
|
|
675
|
-
"privacy": "public",
|
|
676
|
-
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
677
|
-
"inheritedFrom": {
|
|
678
|
-
"name": "FoundationElement",
|
|
679
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
680
|
-
}
|
|
681
|
-
},
|
|
682
|
-
{
|
|
683
|
-
"kind": "field",
|
|
684
|
-
"name": "template",
|
|
685
|
-
"type": {
|
|
686
|
-
"text": "ElementViewTemplate | void | null"
|
|
687
|
-
},
|
|
688
|
-
"privacy": "public",
|
|
689
|
-
"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.",
|
|
690
|
-
"inheritedFrom": {
|
|
691
|
-
"name": "FoundationElement",
|
|
692
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
693
|
-
}
|
|
694
|
-
},
|
|
695
|
-
{
|
|
696
|
-
"kind": "method",
|
|
697
|
-
"name": "templateChanged",
|
|
698
|
-
"privacy": "protected",
|
|
699
|
-
"return": {
|
|
700
|
-
"type": {
|
|
701
|
-
"text": "void"
|
|
702
|
-
}
|
|
703
|
-
},
|
|
704
|
-
"inheritedFrom": {
|
|
705
|
-
"name": "FoundationElement",
|
|
706
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
707
|
-
}
|
|
708
|
-
},
|
|
709
|
-
{
|
|
710
|
-
"kind": "field",
|
|
711
|
-
"name": "styles",
|
|
712
|
-
"type": {
|
|
713
|
-
"text": "ElementStyles | void | null"
|
|
714
|
-
},
|
|
715
|
-
"privacy": "public",
|
|
716
|
-
"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.",
|
|
717
|
-
"inheritedFrom": {
|
|
718
|
-
"name": "FoundationElement",
|
|
719
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
720
|
-
}
|
|
721
|
-
},
|
|
722
|
-
{
|
|
723
|
-
"kind": "method",
|
|
724
|
-
"name": "stylesChanged",
|
|
725
|
-
"privacy": "protected",
|
|
726
|
-
"return": {
|
|
727
|
-
"type": {
|
|
728
|
-
"text": "void"
|
|
729
|
-
}
|
|
730
|
-
},
|
|
731
|
-
"inheritedFrom": {
|
|
732
|
-
"name": "FoundationElement",
|
|
733
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
734
|
-
}
|
|
735
|
-
},
|
|
736
|
-
{
|
|
737
|
-
"kind": "method",
|
|
738
|
-
"name": "compose",
|
|
739
|
-
"privacy": "public",
|
|
740
|
-
"static": true,
|
|
741
|
-
"return": {
|
|
742
|
-
"type": {
|
|
743
|
-
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
744
|
-
}
|
|
745
|
-
},
|
|
746
|
-
"parameters": [
|
|
747
|
-
{
|
|
748
|
-
"name": "this",
|
|
749
|
-
"type": {
|
|
750
|
-
"text": "K"
|
|
751
|
-
}
|
|
752
|
-
},
|
|
753
|
-
{
|
|
754
|
-
"name": "elementDefinition",
|
|
755
|
-
"type": {
|
|
756
|
-
"text": "T"
|
|
757
|
-
},
|
|
758
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
759
|
-
}
|
|
760
|
-
],
|
|
761
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
762
|
-
"inheritedFrom": {
|
|
763
|
-
"name": "FoundationElement",
|
|
764
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
765
|
-
}
|
|
766
592
|
}
|
|
767
593
|
],
|
|
768
594
|
"attributes": [
|
|
@@ -1284,117 +1110,6 @@
|
|
|
1284
1110
|
"kind": "method",
|
|
1285
1111
|
"name": "slottedAgRendererChanged",
|
|
1286
1112
|
"privacy": "public"
|
|
1287
|
-
},
|
|
1288
|
-
{
|
|
1289
|
-
"kind": "field",
|
|
1290
|
-
"name": "_presentation",
|
|
1291
|
-
"type": {
|
|
1292
|
-
"text": "ComponentPresentation | null | undefined"
|
|
1293
|
-
},
|
|
1294
|
-
"privacy": "private",
|
|
1295
|
-
"default": "void 0",
|
|
1296
|
-
"inheritedFrom": {
|
|
1297
|
-
"name": "FoundationElement",
|
|
1298
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
1299
|
-
}
|
|
1300
|
-
},
|
|
1301
|
-
{
|
|
1302
|
-
"kind": "field",
|
|
1303
|
-
"name": "$presentation",
|
|
1304
|
-
"type": {
|
|
1305
|
-
"text": "ComponentPresentation | null"
|
|
1306
|
-
},
|
|
1307
|
-
"privacy": "public",
|
|
1308
|
-
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
1309
|
-
"inheritedFrom": {
|
|
1310
|
-
"name": "FoundationElement",
|
|
1311
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
1312
|
-
}
|
|
1313
|
-
},
|
|
1314
|
-
{
|
|
1315
|
-
"kind": "field",
|
|
1316
|
-
"name": "template",
|
|
1317
|
-
"type": {
|
|
1318
|
-
"text": "ElementViewTemplate | void | null"
|
|
1319
|
-
},
|
|
1320
|
-
"privacy": "public",
|
|
1321
|
-
"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.",
|
|
1322
|
-
"inheritedFrom": {
|
|
1323
|
-
"name": "FoundationElement",
|
|
1324
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
1325
|
-
}
|
|
1326
|
-
},
|
|
1327
|
-
{
|
|
1328
|
-
"kind": "method",
|
|
1329
|
-
"name": "templateChanged",
|
|
1330
|
-
"privacy": "protected",
|
|
1331
|
-
"return": {
|
|
1332
|
-
"type": {
|
|
1333
|
-
"text": "void"
|
|
1334
|
-
}
|
|
1335
|
-
},
|
|
1336
|
-
"inheritedFrom": {
|
|
1337
|
-
"name": "FoundationElement",
|
|
1338
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
1339
|
-
}
|
|
1340
|
-
},
|
|
1341
|
-
{
|
|
1342
|
-
"kind": "field",
|
|
1343
|
-
"name": "styles",
|
|
1344
|
-
"type": {
|
|
1345
|
-
"text": "ElementStyles | void | null"
|
|
1346
|
-
},
|
|
1347
|
-
"privacy": "public",
|
|
1348
|
-
"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.",
|
|
1349
|
-
"inheritedFrom": {
|
|
1350
|
-
"name": "FoundationElement",
|
|
1351
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
1352
|
-
}
|
|
1353
|
-
},
|
|
1354
|
-
{
|
|
1355
|
-
"kind": "method",
|
|
1356
|
-
"name": "stylesChanged",
|
|
1357
|
-
"privacy": "protected",
|
|
1358
|
-
"return": {
|
|
1359
|
-
"type": {
|
|
1360
|
-
"text": "void"
|
|
1361
|
-
}
|
|
1362
|
-
},
|
|
1363
|
-
"inheritedFrom": {
|
|
1364
|
-
"name": "FoundationElement",
|
|
1365
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
1366
|
-
}
|
|
1367
|
-
},
|
|
1368
|
-
{
|
|
1369
|
-
"kind": "method",
|
|
1370
|
-
"name": "compose",
|
|
1371
|
-
"privacy": "public",
|
|
1372
|
-
"static": true,
|
|
1373
|
-
"return": {
|
|
1374
|
-
"type": {
|
|
1375
|
-
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
1376
|
-
}
|
|
1377
|
-
},
|
|
1378
|
-
"parameters": [
|
|
1379
|
-
{
|
|
1380
|
-
"name": "this",
|
|
1381
|
-
"type": {
|
|
1382
|
-
"text": "K"
|
|
1383
|
-
}
|
|
1384
|
-
},
|
|
1385
|
-
{
|
|
1386
|
-
"name": "elementDefinition",
|
|
1387
|
-
"type": {
|
|
1388
|
-
"text": "T"
|
|
1389
|
-
},
|
|
1390
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
1391
|
-
}
|
|
1392
|
-
],
|
|
1393
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
1394
|
-
"inheritedFrom": {
|
|
1395
|
-
"name": "FoundationElement",
|
|
1396
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
1397
|
-
}
|
|
1398
1113
|
}
|
|
1399
1114
|
],
|
|
1400
1115
|
"superclass": {
|
|
@@ -1532,117 +1247,6 @@
|
|
|
1532
1247
|
"kind": "field",
|
|
1533
1248
|
"name": "dataTestId",
|
|
1534
1249
|
"readonly": true
|
|
1535
|
-
},
|
|
1536
|
-
{
|
|
1537
|
-
"kind": "field",
|
|
1538
|
-
"name": "_presentation",
|
|
1539
|
-
"type": {
|
|
1540
|
-
"text": "ComponentPresentation | null | undefined"
|
|
1541
|
-
},
|
|
1542
|
-
"privacy": "private",
|
|
1543
|
-
"default": "void 0",
|
|
1544
|
-
"inheritedFrom": {
|
|
1545
|
-
"name": "FoundationElement",
|
|
1546
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
1547
|
-
}
|
|
1548
|
-
},
|
|
1549
|
-
{
|
|
1550
|
-
"kind": "field",
|
|
1551
|
-
"name": "$presentation",
|
|
1552
|
-
"type": {
|
|
1553
|
-
"text": "ComponentPresentation | null"
|
|
1554
|
-
},
|
|
1555
|
-
"privacy": "public",
|
|
1556
|
-
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
1557
|
-
"inheritedFrom": {
|
|
1558
|
-
"name": "FoundationElement",
|
|
1559
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
1560
|
-
}
|
|
1561
|
-
},
|
|
1562
|
-
{
|
|
1563
|
-
"kind": "field",
|
|
1564
|
-
"name": "template",
|
|
1565
|
-
"type": {
|
|
1566
|
-
"text": "ElementViewTemplate | void | null"
|
|
1567
|
-
},
|
|
1568
|
-
"privacy": "public",
|
|
1569
|
-
"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.",
|
|
1570
|
-
"inheritedFrom": {
|
|
1571
|
-
"name": "FoundationElement",
|
|
1572
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
1573
|
-
}
|
|
1574
|
-
},
|
|
1575
|
-
{
|
|
1576
|
-
"kind": "method",
|
|
1577
|
-
"name": "templateChanged",
|
|
1578
|
-
"privacy": "protected",
|
|
1579
|
-
"return": {
|
|
1580
|
-
"type": {
|
|
1581
|
-
"text": "void"
|
|
1582
|
-
}
|
|
1583
|
-
},
|
|
1584
|
-
"inheritedFrom": {
|
|
1585
|
-
"name": "FoundationElement",
|
|
1586
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
1587
|
-
}
|
|
1588
|
-
},
|
|
1589
|
-
{
|
|
1590
|
-
"kind": "field",
|
|
1591
|
-
"name": "styles",
|
|
1592
|
-
"type": {
|
|
1593
|
-
"text": "ElementStyles | void | null"
|
|
1594
|
-
},
|
|
1595
|
-
"privacy": "public",
|
|
1596
|
-
"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.",
|
|
1597
|
-
"inheritedFrom": {
|
|
1598
|
-
"name": "FoundationElement",
|
|
1599
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
1600
|
-
}
|
|
1601
|
-
},
|
|
1602
|
-
{
|
|
1603
|
-
"kind": "method",
|
|
1604
|
-
"name": "stylesChanged",
|
|
1605
|
-
"privacy": "protected",
|
|
1606
|
-
"return": {
|
|
1607
|
-
"type": {
|
|
1608
|
-
"text": "void"
|
|
1609
|
-
}
|
|
1610
|
-
},
|
|
1611
|
-
"inheritedFrom": {
|
|
1612
|
-
"name": "FoundationElement",
|
|
1613
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
1614
|
-
}
|
|
1615
|
-
},
|
|
1616
|
-
{
|
|
1617
|
-
"kind": "method",
|
|
1618
|
-
"name": "compose",
|
|
1619
|
-
"privacy": "public",
|
|
1620
|
-
"static": true,
|
|
1621
|
-
"return": {
|
|
1622
|
-
"type": {
|
|
1623
|
-
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
1624
|
-
}
|
|
1625
|
-
},
|
|
1626
|
-
"parameters": [
|
|
1627
|
-
{
|
|
1628
|
-
"name": "this",
|
|
1629
|
-
"type": {
|
|
1630
|
-
"text": "K"
|
|
1631
|
-
}
|
|
1632
|
-
},
|
|
1633
|
-
{
|
|
1634
|
-
"name": "elementDefinition",
|
|
1635
|
-
"type": {
|
|
1636
|
-
"text": "T"
|
|
1637
|
-
},
|
|
1638
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
1639
|
-
}
|
|
1640
|
-
],
|
|
1641
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
1642
|
-
"inheritedFrom": {
|
|
1643
|
-
"name": "FoundationElement",
|
|
1644
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
1645
|
-
}
|
|
1646
1250
|
}
|
|
1647
1251
|
],
|
|
1648
1252
|
"superclass": {
|
|
@@ -1759,117 +1363,6 @@
|
|
|
1759
1363
|
}
|
|
1760
1364
|
}
|
|
1761
1365
|
]
|
|
1762
|
-
},
|
|
1763
|
-
{
|
|
1764
|
-
"kind": "field",
|
|
1765
|
-
"name": "_presentation",
|
|
1766
|
-
"type": {
|
|
1767
|
-
"text": "ComponentPresentation | null | undefined"
|
|
1768
|
-
},
|
|
1769
|
-
"privacy": "private",
|
|
1770
|
-
"default": "void 0",
|
|
1771
|
-
"inheritedFrom": {
|
|
1772
|
-
"name": "FoundationElement",
|
|
1773
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
1774
|
-
}
|
|
1775
|
-
},
|
|
1776
|
-
{
|
|
1777
|
-
"kind": "field",
|
|
1778
|
-
"name": "$presentation",
|
|
1779
|
-
"type": {
|
|
1780
|
-
"text": "ComponentPresentation | null"
|
|
1781
|
-
},
|
|
1782
|
-
"privacy": "public",
|
|
1783
|
-
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
1784
|
-
"inheritedFrom": {
|
|
1785
|
-
"name": "FoundationElement",
|
|
1786
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
1787
|
-
}
|
|
1788
|
-
},
|
|
1789
|
-
{
|
|
1790
|
-
"kind": "field",
|
|
1791
|
-
"name": "template",
|
|
1792
|
-
"type": {
|
|
1793
|
-
"text": "ElementViewTemplate | void | null"
|
|
1794
|
-
},
|
|
1795
|
-
"privacy": "public",
|
|
1796
|
-
"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.",
|
|
1797
|
-
"inheritedFrom": {
|
|
1798
|
-
"name": "FoundationElement",
|
|
1799
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
1800
|
-
}
|
|
1801
|
-
},
|
|
1802
|
-
{
|
|
1803
|
-
"kind": "method",
|
|
1804
|
-
"name": "templateChanged",
|
|
1805
|
-
"privacy": "protected",
|
|
1806
|
-
"return": {
|
|
1807
|
-
"type": {
|
|
1808
|
-
"text": "void"
|
|
1809
|
-
}
|
|
1810
|
-
},
|
|
1811
|
-
"inheritedFrom": {
|
|
1812
|
-
"name": "FoundationElement",
|
|
1813
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
1814
|
-
}
|
|
1815
|
-
},
|
|
1816
|
-
{
|
|
1817
|
-
"kind": "field",
|
|
1818
|
-
"name": "styles",
|
|
1819
|
-
"type": {
|
|
1820
|
-
"text": "ElementStyles | void | null"
|
|
1821
|
-
},
|
|
1822
|
-
"privacy": "public",
|
|
1823
|
-
"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.",
|
|
1824
|
-
"inheritedFrom": {
|
|
1825
|
-
"name": "FoundationElement",
|
|
1826
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
1827
|
-
}
|
|
1828
|
-
},
|
|
1829
|
-
{
|
|
1830
|
-
"kind": "method",
|
|
1831
|
-
"name": "stylesChanged",
|
|
1832
|
-
"privacy": "protected",
|
|
1833
|
-
"return": {
|
|
1834
|
-
"type": {
|
|
1835
|
-
"text": "void"
|
|
1836
|
-
}
|
|
1837
|
-
},
|
|
1838
|
-
"inheritedFrom": {
|
|
1839
|
-
"name": "FoundationElement",
|
|
1840
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
1841
|
-
}
|
|
1842
|
-
},
|
|
1843
|
-
{
|
|
1844
|
-
"kind": "method",
|
|
1845
|
-
"name": "compose",
|
|
1846
|
-
"privacy": "public",
|
|
1847
|
-
"static": true,
|
|
1848
|
-
"return": {
|
|
1849
|
-
"type": {
|
|
1850
|
-
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
1851
|
-
}
|
|
1852
|
-
},
|
|
1853
|
-
"parameters": [
|
|
1854
|
-
{
|
|
1855
|
-
"name": "this",
|
|
1856
|
-
"type": {
|
|
1857
|
-
"text": "K"
|
|
1858
|
-
}
|
|
1859
|
-
},
|
|
1860
|
-
{
|
|
1861
|
-
"name": "elementDefinition",
|
|
1862
|
-
"type": {
|
|
1863
|
-
"text": "T"
|
|
1864
|
-
},
|
|
1865
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
1866
|
-
}
|
|
1867
|
-
],
|
|
1868
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
1869
|
-
"inheritedFrom": {
|
|
1870
|
-
"name": "FoundationElement",
|
|
1871
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
1872
|
-
}
|
|
1873
1366
|
}
|
|
1874
1367
|
],
|
|
1875
1368
|
"superclass": {
|
|
@@ -2022,117 +1515,6 @@
|
|
|
2022
1515
|
}
|
|
2023
1516
|
}
|
|
2024
1517
|
]
|
|
2025
|
-
},
|
|
2026
|
-
{
|
|
2027
|
-
"kind": "field",
|
|
2028
|
-
"name": "_presentation",
|
|
2029
|
-
"type": {
|
|
2030
|
-
"text": "ComponentPresentation | null | undefined"
|
|
2031
|
-
},
|
|
2032
|
-
"privacy": "private",
|
|
2033
|
-
"default": "void 0",
|
|
2034
|
-
"inheritedFrom": {
|
|
2035
|
-
"name": "FoundationElement",
|
|
2036
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
2037
|
-
}
|
|
2038
|
-
},
|
|
2039
|
-
{
|
|
2040
|
-
"kind": "field",
|
|
2041
|
-
"name": "$presentation",
|
|
2042
|
-
"type": {
|
|
2043
|
-
"text": "ComponentPresentation | null"
|
|
2044
|
-
},
|
|
2045
|
-
"privacy": "public",
|
|
2046
|
-
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
2047
|
-
"inheritedFrom": {
|
|
2048
|
-
"name": "FoundationElement",
|
|
2049
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
2050
|
-
}
|
|
2051
|
-
},
|
|
2052
|
-
{
|
|
2053
|
-
"kind": "field",
|
|
2054
|
-
"name": "template",
|
|
2055
|
-
"type": {
|
|
2056
|
-
"text": "ElementViewTemplate | void | null"
|
|
2057
|
-
},
|
|
2058
|
-
"privacy": "public",
|
|
2059
|
-
"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.",
|
|
2060
|
-
"inheritedFrom": {
|
|
2061
|
-
"name": "FoundationElement",
|
|
2062
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
2063
|
-
}
|
|
2064
|
-
},
|
|
2065
|
-
{
|
|
2066
|
-
"kind": "method",
|
|
2067
|
-
"name": "templateChanged",
|
|
2068
|
-
"privacy": "protected",
|
|
2069
|
-
"return": {
|
|
2070
|
-
"type": {
|
|
2071
|
-
"text": "void"
|
|
2072
|
-
}
|
|
2073
|
-
},
|
|
2074
|
-
"inheritedFrom": {
|
|
2075
|
-
"name": "FoundationElement",
|
|
2076
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
2077
|
-
}
|
|
2078
|
-
},
|
|
2079
|
-
{
|
|
2080
|
-
"kind": "field",
|
|
2081
|
-
"name": "styles",
|
|
2082
|
-
"type": {
|
|
2083
|
-
"text": "ElementStyles | void | null"
|
|
2084
|
-
},
|
|
2085
|
-
"privacy": "public",
|
|
2086
|
-
"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.",
|
|
2087
|
-
"inheritedFrom": {
|
|
2088
|
-
"name": "FoundationElement",
|
|
2089
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
2090
|
-
}
|
|
2091
|
-
},
|
|
2092
|
-
{
|
|
2093
|
-
"kind": "method",
|
|
2094
|
-
"name": "stylesChanged",
|
|
2095
|
-
"privacy": "protected",
|
|
2096
|
-
"return": {
|
|
2097
|
-
"type": {
|
|
2098
|
-
"text": "void"
|
|
2099
|
-
}
|
|
2100
|
-
},
|
|
2101
|
-
"inheritedFrom": {
|
|
2102
|
-
"name": "FoundationElement",
|
|
2103
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
2104
|
-
}
|
|
2105
|
-
},
|
|
2106
|
-
{
|
|
2107
|
-
"kind": "method",
|
|
2108
|
-
"name": "compose",
|
|
2109
|
-
"privacy": "public",
|
|
2110
|
-
"static": true,
|
|
2111
|
-
"return": {
|
|
2112
|
-
"type": {
|
|
2113
|
-
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
2114
|
-
}
|
|
2115
|
-
},
|
|
2116
|
-
"parameters": [
|
|
2117
|
-
{
|
|
2118
|
-
"name": "this",
|
|
2119
|
-
"type": {
|
|
2120
|
-
"text": "K"
|
|
2121
|
-
}
|
|
2122
|
-
},
|
|
2123
|
-
{
|
|
2124
|
-
"name": "elementDefinition",
|
|
2125
|
-
"type": {
|
|
2126
|
-
"text": "T"
|
|
2127
|
-
},
|
|
2128
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
2129
|
-
}
|
|
2130
|
-
],
|
|
2131
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
2132
|
-
"inheritedFrom": {
|
|
2133
|
-
"name": "FoundationElement",
|
|
2134
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
2135
|
-
}
|
|
2136
1518
|
}
|
|
2137
1519
|
],
|
|
2138
1520
|
"superclass": {
|
|
@@ -2344,117 +1726,6 @@
|
|
|
2344
1726
|
"kind": "field",
|
|
2345
1727
|
"name": "selectionChanged",
|
|
2346
1728
|
"privacy": "public"
|
|
2347
|
-
},
|
|
2348
|
-
{
|
|
2349
|
-
"kind": "field",
|
|
2350
|
-
"name": "_presentation",
|
|
2351
|
-
"type": {
|
|
2352
|
-
"text": "ComponentPresentation | null | undefined"
|
|
2353
|
-
},
|
|
2354
|
-
"privacy": "private",
|
|
2355
|
-
"default": "void 0",
|
|
2356
|
-
"inheritedFrom": {
|
|
2357
|
-
"name": "FoundationElement",
|
|
2358
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
2359
|
-
}
|
|
2360
|
-
},
|
|
2361
|
-
{
|
|
2362
|
-
"kind": "field",
|
|
2363
|
-
"name": "$presentation",
|
|
2364
|
-
"type": {
|
|
2365
|
-
"text": "ComponentPresentation | null"
|
|
2366
|
-
},
|
|
2367
|
-
"privacy": "public",
|
|
2368
|
-
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
2369
|
-
"inheritedFrom": {
|
|
2370
|
-
"name": "FoundationElement",
|
|
2371
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
2372
|
-
}
|
|
2373
|
-
},
|
|
2374
|
-
{
|
|
2375
|
-
"kind": "field",
|
|
2376
|
-
"name": "template",
|
|
2377
|
-
"type": {
|
|
2378
|
-
"text": "ElementViewTemplate | void | null"
|
|
2379
|
-
},
|
|
2380
|
-
"privacy": "public",
|
|
2381
|
-
"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.",
|
|
2382
|
-
"inheritedFrom": {
|
|
2383
|
-
"name": "FoundationElement",
|
|
2384
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
2385
|
-
}
|
|
2386
|
-
},
|
|
2387
|
-
{
|
|
2388
|
-
"kind": "method",
|
|
2389
|
-
"name": "templateChanged",
|
|
2390
|
-
"privacy": "protected",
|
|
2391
|
-
"return": {
|
|
2392
|
-
"type": {
|
|
2393
|
-
"text": "void"
|
|
2394
|
-
}
|
|
2395
|
-
},
|
|
2396
|
-
"inheritedFrom": {
|
|
2397
|
-
"name": "FoundationElement",
|
|
2398
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
2399
|
-
}
|
|
2400
|
-
},
|
|
2401
|
-
{
|
|
2402
|
-
"kind": "field",
|
|
2403
|
-
"name": "styles",
|
|
2404
|
-
"type": {
|
|
2405
|
-
"text": "ElementStyles | void | null"
|
|
2406
|
-
},
|
|
2407
|
-
"privacy": "public",
|
|
2408
|
-
"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.",
|
|
2409
|
-
"inheritedFrom": {
|
|
2410
|
-
"name": "FoundationElement",
|
|
2411
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
2412
|
-
}
|
|
2413
|
-
},
|
|
2414
|
-
{
|
|
2415
|
-
"kind": "method",
|
|
2416
|
-
"name": "stylesChanged",
|
|
2417
|
-
"privacy": "protected",
|
|
2418
|
-
"return": {
|
|
2419
|
-
"type": {
|
|
2420
|
-
"text": "void"
|
|
2421
|
-
}
|
|
2422
|
-
},
|
|
2423
|
-
"inheritedFrom": {
|
|
2424
|
-
"name": "FoundationElement",
|
|
2425
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
2426
|
-
}
|
|
2427
|
-
},
|
|
2428
|
-
{
|
|
2429
|
-
"kind": "method",
|
|
2430
|
-
"name": "compose",
|
|
2431
|
-
"privacy": "public",
|
|
2432
|
-
"static": true,
|
|
2433
|
-
"return": {
|
|
2434
|
-
"type": {
|
|
2435
|
-
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
2436
|
-
}
|
|
2437
|
-
},
|
|
2438
|
-
"parameters": [
|
|
2439
|
-
{
|
|
2440
|
-
"name": "this",
|
|
2441
|
-
"type": {
|
|
2442
|
-
"text": "K"
|
|
2443
|
-
}
|
|
2444
|
-
},
|
|
2445
|
-
{
|
|
2446
|
-
"name": "elementDefinition",
|
|
2447
|
-
"type": {
|
|
2448
|
-
"text": "T"
|
|
2449
|
-
},
|
|
2450
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
2451
|
-
}
|
|
2452
|
-
],
|
|
2453
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
2454
|
-
"inheritedFrom": {
|
|
2455
|
-
"name": "FoundationElement",
|
|
2456
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
2457
|
-
}
|
|
2458
1729
|
}
|
|
2459
1730
|
],
|
|
2460
1731
|
"superclass": {
|
|
@@ -2619,117 +1890,6 @@
|
|
|
2619
1890
|
"name": "e"
|
|
2620
1891
|
}
|
|
2621
1892
|
]
|
|
2622
|
-
},
|
|
2623
|
-
{
|
|
2624
|
-
"kind": "field",
|
|
2625
|
-
"name": "_presentation",
|
|
2626
|
-
"type": {
|
|
2627
|
-
"text": "ComponentPresentation | null | undefined"
|
|
2628
|
-
},
|
|
2629
|
-
"privacy": "private",
|
|
2630
|
-
"default": "void 0",
|
|
2631
|
-
"inheritedFrom": {
|
|
2632
|
-
"name": "FoundationElement",
|
|
2633
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
2634
|
-
}
|
|
2635
|
-
},
|
|
2636
|
-
{
|
|
2637
|
-
"kind": "field",
|
|
2638
|
-
"name": "$presentation",
|
|
2639
|
-
"type": {
|
|
2640
|
-
"text": "ComponentPresentation | null"
|
|
2641
|
-
},
|
|
2642
|
-
"privacy": "public",
|
|
2643
|
-
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
2644
|
-
"inheritedFrom": {
|
|
2645
|
-
"name": "FoundationElement",
|
|
2646
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
2647
|
-
}
|
|
2648
|
-
},
|
|
2649
|
-
{
|
|
2650
|
-
"kind": "field",
|
|
2651
|
-
"name": "template",
|
|
2652
|
-
"type": {
|
|
2653
|
-
"text": "ElementViewTemplate | void | null"
|
|
2654
|
-
},
|
|
2655
|
-
"privacy": "public",
|
|
2656
|
-
"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.",
|
|
2657
|
-
"inheritedFrom": {
|
|
2658
|
-
"name": "FoundationElement",
|
|
2659
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
2660
|
-
}
|
|
2661
|
-
},
|
|
2662
|
-
{
|
|
2663
|
-
"kind": "method",
|
|
2664
|
-
"name": "templateChanged",
|
|
2665
|
-
"privacy": "protected",
|
|
2666
|
-
"return": {
|
|
2667
|
-
"type": {
|
|
2668
|
-
"text": "void"
|
|
2669
|
-
}
|
|
2670
|
-
},
|
|
2671
|
-
"inheritedFrom": {
|
|
2672
|
-
"name": "FoundationElement",
|
|
2673
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
2674
|
-
}
|
|
2675
|
-
},
|
|
2676
|
-
{
|
|
2677
|
-
"kind": "field",
|
|
2678
|
-
"name": "styles",
|
|
2679
|
-
"type": {
|
|
2680
|
-
"text": "ElementStyles | void | null"
|
|
2681
|
-
},
|
|
2682
|
-
"privacy": "public",
|
|
2683
|
-
"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.",
|
|
2684
|
-
"inheritedFrom": {
|
|
2685
|
-
"name": "FoundationElement",
|
|
2686
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
2687
|
-
}
|
|
2688
|
-
},
|
|
2689
|
-
{
|
|
2690
|
-
"kind": "method",
|
|
2691
|
-
"name": "stylesChanged",
|
|
2692
|
-
"privacy": "protected",
|
|
2693
|
-
"return": {
|
|
2694
|
-
"type": {
|
|
2695
|
-
"text": "void"
|
|
2696
|
-
}
|
|
2697
|
-
},
|
|
2698
|
-
"inheritedFrom": {
|
|
2699
|
-
"name": "FoundationElement",
|
|
2700
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
2701
|
-
}
|
|
2702
|
-
},
|
|
2703
|
-
{
|
|
2704
|
-
"kind": "method",
|
|
2705
|
-
"name": "compose",
|
|
2706
|
-
"privacy": "public",
|
|
2707
|
-
"static": true,
|
|
2708
|
-
"return": {
|
|
2709
|
-
"type": {
|
|
2710
|
-
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
2711
|
-
}
|
|
2712
|
-
},
|
|
2713
|
-
"parameters": [
|
|
2714
|
-
{
|
|
2715
|
-
"name": "this",
|
|
2716
|
-
"type": {
|
|
2717
|
-
"text": "K"
|
|
2718
|
-
}
|
|
2719
|
-
},
|
|
2720
|
-
{
|
|
2721
|
-
"name": "elementDefinition",
|
|
2722
|
-
"type": {
|
|
2723
|
-
"text": "T"
|
|
2724
|
-
},
|
|
2725
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
2726
|
-
}
|
|
2727
|
-
],
|
|
2728
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
2729
|
-
"inheritedFrom": {
|
|
2730
|
-
"name": "FoundationElement",
|
|
2731
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
2732
|
-
}
|
|
2733
1893
|
}
|
|
2734
1894
|
],
|
|
2735
1895
|
"superclass": {
|
|
@@ -2930,117 +2090,6 @@
|
|
|
2930
2090
|
"name": "AgTextFieldRenderer",
|
|
2931
2091
|
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
2932
2092
|
}
|
|
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
2093
|
}
|
|
3045
2094
|
]
|
|
3046
2095
|
},
|
|
@@ -3139,131 +2188,20 @@
|
|
|
3139
2188
|
"type": {
|
|
3140
2189
|
"text": "HTMLElement[]"
|
|
3141
2190
|
},
|
|
3142
|
-
"privacy": "public"
|
|
3143
|
-
},
|
|
3144
|
-
{
|
|
3145
|
-
"kind": "field",
|
|
3146
|
-
"name": "definition",
|
|
3147
|
-
"type": {
|
|
3148
|
-
"text": "ColDef"
|
|
3149
|
-
},
|
|
3150
|
-
"default": "{}"
|
|
3151
|
-
},
|
|
3152
|
-
{
|
|
3153
|
-
"kind": "method",
|
|
3154
|
-
"name": "slottedAgCellChanged",
|
|
3155
|
-
"privacy": "public"
|
|
3156
|
-
},
|
|
3157
|
-
{
|
|
3158
|
-
"kind": "field",
|
|
3159
|
-
"name": "_presentation",
|
|
3160
|
-
"type": {
|
|
3161
|
-
"text": "ComponentPresentation | null | undefined"
|
|
3162
|
-
},
|
|
3163
|
-
"privacy": "private",
|
|
3164
|
-
"default": "void 0",
|
|
3165
|
-
"inheritedFrom": {
|
|
3166
|
-
"name": "FoundationElement",
|
|
3167
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3168
|
-
}
|
|
3169
|
-
},
|
|
3170
|
-
{
|
|
3171
|
-
"kind": "field",
|
|
3172
|
-
"name": "$presentation",
|
|
3173
|
-
"type": {
|
|
3174
|
-
"text": "ComponentPresentation | null"
|
|
3175
|
-
},
|
|
3176
|
-
"privacy": "public",
|
|
3177
|
-
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
3178
|
-
"inheritedFrom": {
|
|
3179
|
-
"name": "FoundationElement",
|
|
3180
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3181
|
-
}
|
|
3182
|
-
},
|
|
3183
|
-
{
|
|
3184
|
-
"kind": "field",
|
|
3185
|
-
"name": "template",
|
|
3186
|
-
"type": {
|
|
3187
|
-
"text": "ElementViewTemplate | void | null"
|
|
3188
|
-
},
|
|
3189
|
-
"privacy": "public",
|
|
3190
|
-
"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.",
|
|
3191
|
-
"inheritedFrom": {
|
|
3192
|
-
"name": "FoundationElement",
|
|
3193
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3194
|
-
}
|
|
3195
|
-
},
|
|
3196
|
-
{
|
|
3197
|
-
"kind": "method",
|
|
3198
|
-
"name": "templateChanged",
|
|
3199
|
-
"privacy": "protected",
|
|
3200
|
-
"return": {
|
|
3201
|
-
"type": {
|
|
3202
|
-
"text": "void"
|
|
3203
|
-
}
|
|
3204
|
-
},
|
|
3205
|
-
"inheritedFrom": {
|
|
3206
|
-
"name": "FoundationElement",
|
|
3207
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3208
|
-
}
|
|
3209
|
-
},
|
|
3210
|
-
{
|
|
3211
|
-
"kind": "field",
|
|
3212
|
-
"name": "styles",
|
|
3213
|
-
"type": {
|
|
3214
|
-
"text": "ElementStyles | void | null"
|
|
3215
|
-
},
|
|
3216
|
-
"privacy": "public",
|
|
3217
|
-
"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.",
|
|
3218
|
-
"inheritedFrom": {
|
|
3219
|
-
"name": "FoundationElement",
|
|
3220
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3221
|
-
}
|
|
3222
|
-
},
|
|
3223
|
-
{
|
|
3224
|
-
"kind": "method",
|
|
3225
|
-
"name": "stylesChanged",
|
|
3226
|
-
"privacy": "protected",
|
|
3227
|
-
"return": {
|
|
3228
|
-
"type": {
|
|
3229
|
-
"text": "void"
|
|
3230
|
-
}
|
|
3231
|
-
},
|
|
3232
|
-
"inheritedFrom": {
|
|
3233
|
-
"name": "FoundationElement",
|
|
3234
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3235
|
-
}
|
|
2191
|
+
"privacy": "public"
|
|
3236
2192
|
},
|
|
3237
2193
|
{
|
|
3238
|
-
"kind": "
|
|
3239
|
-
"name": "
|
|
3240
|
-
"
|
|
3241
|
-
|
|
3242
|
-
"return": {
|
|
3243
|
-
"type": {
|
|
3244
|
-
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
3245
|
-
}
|
|
2194
|
+
"kind": "field",
|
|
2195
|
+
"name": "definition",
|
|
2196
|
+
"type": {
|
|
2197
|
+
"text": "ColDef"
|
|
3246
2198
|
},
|
|
3247
|
-
"
|
|
3248
|
-
|
|
3249
|
-
|
|
3250
|
-
|
|
3251
|
-
|
|
3252
|
-
|
|
3253
|
-
},
|
|
3254
|
-
{
|
|
3255
|
-
"name": "elementDefinition",
|
|
3256
|
-
"type": {
|
|
3257
|
-
"text": "T"
|
|
3258
|
-
},
|
|
3259
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
3260
|
-
}
|
|
3261
|
-
],
|
|
3262
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
3263
|
-
"inheritedFrom": {
|
|
3264
|
-
"name": "FoundationElement",
|
|
3265
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3266
|
-
}
|
|
2199
|
+
"default": "{}"
|
|
2200
|
+
},
|
|
2201
|
+
{
|
|
2202
|
+
"kind": "method",
|
|
2203
|
+
"name": "slottedAgCellChanged",
|
|
2204
|
+
"privacy": "public"
|
|
3267
2205
|
}
|
|
3268
2206
|
],
|
|
3269
2207
|
"superclass": {
|
|
@@ -4085,180 +3023,6 @@
|
|
|
4085
3023
|
}
|
|
4086
3024
|
}
|
|
4087
3025
|
]
|
|
4088
|
-
},
|
|
4089
|
-
{
|
|
4090
|
-
"kind": "method",
|
|
4091
|
-
"name": "cloneNode",
|
|
4092
|
-
"return": {
|
|
4093
|
-
"type": {
|
|
4094
|
-
"text": "Node"
|
|
4095
|
-
}
|
|
4096
|
-
},
|
|
4097
|
-
"parameters": [
|
|
4098
|
-
{
|
|
4099
|
-
"name": "deep",
|
|
4100
|
-
"optional": true,
|
|
4101
|
-
"type": {
|
|
4102
|
-
"text": "boolean"
|
|
4103
|
-
}
|
|
4104
|
-
}
|
|
4105
|
-
],
|
|
4106
|
-
"inheritedFrom": {
|
|
4107
|
-
"name": "LifecycleMixin",
|
|
4108
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
4109
|
-
}
|
|
4110
|
-
},
|
|
4111
|
-
{
|
|
4112
|
-
"kind": "method",
|
|
4113
|
-
"name": "deepClone",
|
|
4114
|
-
"return": {
|
|
4115
|
-
"type": {
|
|
4116
|
-
"text": "Node"
|
|
4117
|
-
}
|
|
4118
|
-
},
|
|
4119
|
-
"inheritedFrom": {
|
|
4120
|
-
"name": "LifecycleMixin",
|
|
4121
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
4122
|
-
}
|
|
4123
|
-
},
|
|
4124
|
-
{
|
|
4125
|
-
"kind": "field",
|
|
4126
|
-
"name": "shouldRunDisconnect",
|
|
4127
|
-
"return": {
|
|
4128
|
-
"type": {
|
|
4129
|
-
"text": ""
|
|
4130
|
-
}
|
|
4131
|
-
},
|
|
4132
|
-
"readonly": true,
|
|
4133
|
-
"inheritedFrom": {
|
|
4134
|
-
"name": "LifecycleMixin",
|
|
4135
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
4136
|
-
}
|
|
4137
|
-
},
|
|
4138
|
-
{
|
|
4139
|
-
"kind": "field",
|
|
4140
|
-
"name": "shouldRunConnect",
|
|
4141
|
-
"return": {
|
|
4142
|
-
"type": {
|
|
4143
|
-
"text": ""
|
|
4144
|
-
}
|
|
4145
|
-
},
|
|
4146
|
-
"readonly": true,
|
|
4147
|
-
"inheritedFrom": {
|
|
4148
|
-
"name": "LifecycleMixin",
|
|
4149
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
4150
|
-
}
|
|
4151
|
-
},
|
|
4152
|
-
{
|
|
4153
|
-
"kind": "field",
|
|
4154
|
-
"name": "_presentation",
|
|
4155
|
-
"type": {
|
|
4156
|
-
"text": "ComponentPresentation | null | undefined"
|
|
4157
|
-
},
|
|
4158
|
-
"privacy": "private",
|
|
4159
|
-
"default": "void 0",
|
|
4160
|
-
"inheritedFrom": {
|
|
4161
|
-
"name": "FoundationElement",
|
|
4162
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
4163
|
-
}
|
|
4164
|
-
},
|
|
4165
|
-
{
|
|
4166
|
-
"kind": "field",
|
|
4167
|
-
"name": "$presentation",
|
|
4168
|
-
"type": {
|
|
4169
|
-
"text": "ComponentPresentation | null"
|
|
4170
|
-
},
|
|
4171
|
-
"privacy": "public",
|
|
4172
|
-
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
4173
|
-
"inheritedFrom": {
|
|
4174
|
-
"name": "FoundationElement",
|
|
4175
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
4176
|
-
}
|
|
4177
|
-
},
|
|
4178
|
-
{
|
|
4179
|
-
"kind": "field",
|
|
4180
|
-
"name": "template",
|
|
4181
|
-
"type": {
|
|
4182
|
-
"text": "ElementViewTemplate | void | null"
|
|
4183
|
-
},
|
|
4184
|
-
"privacy": "public",
|
|
4185
|
-
"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.",
|
|
4186
|
-
"inheritedFrom": {
|
|
4187
|
-
"name": "FoundationElement",
|
|
4188
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
4189
|
-
}
|
|
4190
|
-
},
|
|
4191
|
-
{
|
|
4192
|
-
"kind": "method",
|
|
4193
|
-
"name": "templateChanged",
|
|
4194
|
-
"privacy": "protected",
|
|
4195
|
-
"return": {
|
|
4196
|
-
"type": {
|
|
4197
|
-
"text": "void"
|
|
4198
|
-
}
|
|
4199
|
-
},
|
|
4200
|
-
"inheritedFrom": {
|
|
4201
|
-
"name": "FoundationElement",
|
|
4202
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
4203
|
-
}
|
|
4204
|
-
},
|
|
4205
|
-
{
|
|
4206
|
-
"kind": "field",
|
|
4207
|
-
"name": "styles",
|
|
4208
|
-
"type": {
|
|
4209
|
-
"text": "ElementStyles | void | null"
|
|
4210
|
-
},
|
|
4211
|
-
"privacy": "public",
|
|
4212
|
-
"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.",
|
|
4213
|
-
"inheritedFrom": {
|
|
4214
|
-
"name": "FoundationElement",
|
|
4215
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
4216
|
-
}
|
|
4217
|
-
},
|
|
4218
|
-
{
|
|
4219
|
-
"kind": "method",
|
|
4220
|
-
"name": "stylesChanged",
|
|
4221
|
-
"privacy": "protected",
|
|
4222
|
-
"return": {
|
|
4223
|
-
"type": {
|
|
4224
|
-
"text": "void"
|
|
4225
|
-
}
|
|
4226
|
-
},
|
|
4227
|
-
"inheritedFrom": {
|
|
4228
|
-
"name": "FoundationElement",
|
|
4229
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
4230
|
-
}
|
|
4231
|
-
},
|
|
4232
|
-
{
|
|
4233
|
-
"kind": "method",
|
|
4234
|
-
"name": "compose",
|
|
4235
|
-
"privacy": "public",
|
|
4236
|
-
"static": true,
|
|
4237
|
-
"return": {
|
|
4238
|
-
"type": {
|
|
4239
|
-
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
4240
|
-
}
|
|
4241
|
-
},
|
|
4242
|
-
"parameters": [
|
|
4243
|
-
{
|
|
4244
|
-
"name": "this",
|
|
4245
|
-
"type": {
|
|
4246
|
-
"text": "K"
|
|
4247
|
-
}
|
|
4248
|
-
},
|
|
4249
|
-
{
|
|
4250
|
-
"name": "elementDefinition",
|
|
4251
|
-
"type": {
|
|
4252
|
-
"text": "T"
|
|
4253
|
-
},
|
|
4254
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
4255
|
-
}
|
|
4256
|
-
],
|
|
4257
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
4258
|
-
"inheritedFrom": {
|
|
4259
|
-
"name": "FoundationElement",
|
|
4260
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
4261
|
-
}
|
|
4262
3026
|
}
|
|
4263
3027
|
],
|
|
4264
3028
|
"attributes": [
|
|
@@ -4613,10 +3377,6 @@
|
|
|
4613
3377
|
"type": {
|
|
4614
3378
|
"text": "Node"
|
|
4615
3379
|
}
|
|
4616
|
-
},
|
|
4617
|
-
"inheritedFrom": {
|
|
4618
|
-
"name": "LifecycleMixin",
|
|
4619
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
4620
3380
|
}
|
|
4621
3381
|
},
|
|
4622
3382
|
{
|
|
@@ -4857,167 +3617,6 @@
|
|
|
4857
3617
|
}
|
|
4858
3618
|
}
|
|
4859
3619
|
]
|
|
4860
|
-
},
|
|
4861
|
-
{
|
|
4862
|
-
"kind": "method",
|
|
4863
|
-
"name": "cloneNode",
|
|
4864
|
-
"return": {
|
|
4865
|
-
"type": {
|
|
4866
|
-
"text": "Node"
|
|
4867
|
-
}
|
|
4868
|
-
},
|
|
4869
|
-
"parameters": [
|
|
4870
|
-
{
|
|
4871
|
-
"name": "deep",
|
|
4872
|
-
"optional": true,
|
|
4873
|
-
"type": {
|
|
4874
|
-
"text": "boolean"
|
|
4875
|
-
}
|
|
4876
|
-
}
|
|
4877
|
-
],
|
|
4878
|
-
"inheritedFrom": {
|
|
4879
|
-
"name": "LifecycleMixin",
|
|
4880
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
4881
|
-
}
|
|
4882
|
-
},
|
|
4883
|
-
{
|
|
4884
|
-
"kind": "field",
|
|
4885
|
-
"name": "shouldRunDisconnect",
|
|
4886
|
-
"return": {
|
|
4887
|
-
"type": {
|
|
4888
|
-
"text": ""
|
|
4889
|
-
}
|
|
4890
|
-
},
|
|
4891
|
-
"readonly": true,
|
|
4892
|
-
"inheritedFrom": {
|
|
4893
|
-
"name": "LifecycleMixin",
|
|
4894
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
4895
|
-
}
|
|
4896
|
-
},
|
|
4897
|
-
{
|
|
4898
|
-
"kind": "field",
|
|
4899
|
-
"name": "shouldRunConnect",
|
|
4900
|
-
"return": {
|
|
4901
|
-
"type": {
|
|
4902
|
-
"text": ""
|
|
4903
|
-
}
|
|
4904
|
-
},
|
|
4905
|
-
"readonly": true,
|
|
4906
|
-
"inheritedFrom": {
|
|
4907
|
-
"name": "LifecycleMixin",
|
|
4908
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
4909
|
-
}
|
|
4910
|
-
},
|
|
4911
|
-
{
|
|
4912
|
-
"kind": "field",
|
|
4913
|
-
"name": "_presentation",
|
|
4914
|
-
"type": {
|
|
4915
|
-
"text": "ComponentPresentation | null | undefined"
|
|
4916
|
-
},
|
|
4917
|
-
"privacy": "private",
|
|
4918
|
-
"default": "void 0",
|
|
4919
|
-
"inheritedFrom": {
|
|
4920
|
-
"name": "FoundationElement",
|
|
4921
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
4922
|
-
}
|
|
4923
|
-
},
|
|
4924
|
-
{
|
|
4925
|
-
"kind": "field",
|
|
4926
|
-
"name": "$presentation",
|
|
4927
|
-
"type": {
|
|
4928
|
-
"text": "ComponentPresentation | null"
|
|
4929
|
-
},
|
|
4930
|
-
"privacy": "public",
|
|
4931
|
-
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
4932
|
-
"inheritedFrom": {
|
|
4933
|
-
"name": "FoundationElement",
|
|
4934
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
4935
|
-
}
|
|
4936
|
-
},
|
|
4937
|
-
{
|
|
4938
|
-
"kind": "field",
|
|
4939
|
-
"name": "template",
|
|
4940
|
-
"type": {
|
|
4941
|
-
"text": "ElementViewTemplate | void | null"
|
|
4942
|
-
},
|
|
4943
|
-
"privacy": "public",
|
|
4944
|
-
"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.",
|
|
4945
|
-
"inheritedFrom": {
|
|
4946
|
-
"name": "FoundationElement",
|
|
4947
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
4948
|
-
}
|
|
4949
|
-
},
|
|
4950
|
-
{
|
|
4951
|
-
"kind": "method",
|
|
4952
|
-
"name": "templateChanged",
|
|
4953
|
-
"privacy": "protected",
|
|
4954
|
-
"return": {
|
|
4955
|
-
"type": {
|
|
4956
|
-
"text": "void"
|
|
4957
|
-
}
|
|
4958
|
-
},
|
|
4959
|
-
"inheritedFrom": {
|
|
4960
|
-
"name": "FoundationElement",
|
|
4961
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
4962
|
-
}
|
|
4963
|
-
},
|
|
4964
|
-
{
|
|
4965
|
-
"kind": "field",
|
|
4966
|
-
"name": "styles",
|
|
4967
|
-
"type": {
|
|
4968
|
-
"text": "ElementStyles | void | null"
|
|
4969
|
-
},
|
|
4970
|
-
"privacy": "public",
|
|
4971
|
-
"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.",
|
|
4972
|
-
"inheritedFrom": {
|
|
4973
|
-
"name": "FoundationElement",
|
|
4974
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
4975
|
-
}
|
|
4976
|
-
},
|
|
4977
|
-
{
|
|
4978
|
-
"kind": "method",
|
|
4979
|
-
"name": "stylesChanged",
|
|
4980
|
-
"privacy": "protected",
|
|
4981
|
-
"return": {
|
|
4982
|
-
"type": {
|
|
4983
|
-
"text": "void"
|
|
4984
|
-
}
|
|
4985
|
-
},
|
|
4986
|
-
"inheritedFrom": {
|
|
4987
|
-
"name": "FoundationElement",
|
|
4988
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
4989
|
-
}
|
|
4990
|
-
},
|
|
4991
|
-
{
|
|
4992
|
-
"kind": "method",
|
|
4993
|
-
"name": "compose",
|
|
4994
|
-
"privacy": "public",
|
|
4995
|
-
"static": true,
|
|
4996
|
-
"return": {
|
|
4997
|
-
"type": {
|
|
4998
|
-
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
4999
|
-
}
|
|
5000
|
-
},
|
|
5001
|
-
"parameters": [
|
|
5002
|
-
{
|
|
5003
|
-
"name": "this",
|
|
5004
|
-
"type": {
|
|
5005
|
-
"text": "K"
|
|
5006
|
-
}
|
|
5007
|
-
},
|
|
5008
|
-
{
|
|
5009
|
-
"name": "elementDefinition",
|
|
5010
|
-
"type": {
|
|
5011
|
-
"text": "T"
|
|
5012
|
-
},
|
|
5013
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
5014
|
-
}
|
|
5015
|
-
],
|
|
5016
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
5017
|
-
"inheritedFrom": {
|
|
5018
|
-
"name": "FoundationElement",
|
|
5019
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
5020
|
-
}
|
|
5021
3620
|
}
|
|
5022
3621
|
],
|
|
5023
3622
|
"attributes": [
|