@genesislcap/grid-pro 14.22.2-alpha-b9494eda6.0 → 14.23.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 +1476 -27
- package/dist/dts/cell-renderers/actions-menu.renderer.d.ts +1 -1
- package/dist/dts/index.d.ts +34 -6
- package/dist/dts/index.d.ts.map +1 -1
- package/dist/dts/tsdoc-metadata.json +1 -1
- package/dist/esm/cell-renderers/actions-menu.renderer.js +1 -1
- package/dist/esm/index.js +34 -6
- package/dist/grid-pro.api.json +2 -2
- package/dist/grid-pro.d.ts +19 -1
- package/docs/api/grid-pro.getactionsmenudef.md +1 -1
- package/docs/api-report.md +18 -0
- package/externals.js +4 -0
- package/package.json +16 -18
|
@@ -589,6 +589,180 @@
|
|
|
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
|
+
}
|
|
592
766
|
}
|
|
593
767
|
],
|
|
594
768
|
"attributes": [
|
|
@@ -860,7 +1034,7 @@
|
|
|
860
1034
|
"name": "*",
|
|
861
1035
|
"declaration": {
|
|
862
1036
|
"name": "*",
|
|
863
|
-
"package": "./
|
|
1037
|
+
"package": "./grid-pro.definitions"
|
|
864
1038
|
}
|
|
865
1039
|
},
|
|
866
1040
|
{
|
|
@@ -868,7 +1042,7 @@
|
|
|
868
1042
|
"name": "*",
|
|
869
1043
|
"declaration": {
|
|
870
1044
|
"name": "*",
|
|
871
|
-
"package": "./
|
|
1045
|
+
"package": "./grid-pro.styles"
|
|
872
1046
|
}
|
|
873
1047
|
},
|
|
874
1048
|
{
|
|
@@ -876,7 +1050,7 @@
|
|
|
876
1050
|
"name": "*",
|
|
877
1051
|
"declaration": {
|
|
878
1052
|
"name": "*",
|
|
879
|
-
"package": "./
|
|
1053
|
+
"package": "./grid-pro.template"
|
|
880
1054
|
}
|
|
881
1055
|
},
|
|
882
1056
|
{
|
|
@@ -884,7 +1058,7 @@
|
|
|
884
1058
|
"name": "*",
|
|
885
1059
|
"declaration": {
|
|
886
1060
|
"name": "*",
|
|
887
|
-
"package": "./
|
|
1061
|
+
"package": "./grid-pro.types"
|
|
888
1062
|
}
|
|
889
1063
|
},
|
|
890
1064
|
{
|
|
@@ -892,7 +1066,7 @@
|
|
|
892
1066
|
"name": "*",
|
|
893
1067
|
"declaration": {
|
|
894
1068
|
"name": "*",
|
|
895
|
-
"package": "./grid-
|
|
1069
|
+
"package": "./grid-pro"
|
|
896
1070
|
}
|
|
897
1071
|
},
|
|
898
1072
|
{
|
|
@@ -900,7 +1074,7 @@
|
|
|
900
1074
|
"name": "*",
|
|
901
1075
|
"declaration": {
|
|
902
1076
|
"name": "*",
|
|
903
|
-
"package": "./
|
|
1077
|
+
"package": "./external"
|
|
904
1078
|
}
|
|
905
1079
|
},
|
|
906
1080
|
{
|
|
@@ -908,7 +1082,7 @@
|
|
|
908
1082
|
"name": "*",
|
|
909
1083
|
"declaration": {
|
|
910
1084
|
"name": "*",
|
|
911
|
-
"package": "./
|
|
1085
|
+
"package": "./style"
|
|
912
1086
|
}
|
|
913
1087
|
},
|
|
914
1088
|
{
|
|
@@ -916,7 +1090,7 @@
|
|
|
916
1090
|
"name": "*",
|
|
917
1091
|
"declaration": {
|
|
918
1092
|
"name": "*",
|
|
919
|
-
"package": "./
|
|
1093
|
+
"package": "./cell"
|
|
920
1094
|
}
|
|
921
1095
|
},
|
|
922
1096
|
{
|
|
@@ -924,7 +1098,7 @@
|
|
|
924
1098
|
"name": "*",
|
|
925
1099
|
"declaration": {
|
|
926
1100
|
"name": "*",
|
|
927
|
-
"package": "./
|
|
1101
|
+
"package": "./cell-renderers"
|
|
928
1102
|
}
|
|
929
1103
|
},
|
|
930
1104
|
{
|
|
@@ -932,7 +1106,7 @@
|
|
|
932
1106
|
"name": "*",
|
|
933
1107
|
"declaration": {
|
|
934
1108
|
"name": "*",
|
|
935
|
-
"package": "./
|
|
1109
|
+
"package": "./column"
|
|
936
1110
|
}
|
|
937
1111
|
},
|
|
938
1112
|
{
|
|
@@ -948,7 +1122,7 @@
|
|
|
948
1122
|
"name": "*",
|
|
949
1123
|
"declaration": {
|
|
950
1124
|
"name": "*",
|
|
951
|
-
"package": "./
|
|
1125
|
+
"package": "./grid-components"
|
|
952
1126
|
}
|
|
953
1127
|
},
|
|
954
1128
|
{
|
|
@@ -958,6 +1132,54 @@
|
|
|
958
1132
|
"name": "*",
|
|
959
1133
|
"package": "./utils"
|
|
960
1134
|
}
|
|
1135
|
+
},
|
|
1136
|
+
{
|
|
1137
|
+
"kind": "js",
|
|
1138
|
+
"name": "AgcCore",
|
|
1139
|
+
"declaration": {
|
|
1140
|
+
"name": "AgcCore",
|
|
1141
|
+
"module": "src/index.ts"
|
|
1142
|
+
}
|
|
1143
|
+
},
|
|
1144
|
+
{
|
|
1145
|
+
"kind": "js",
|
|
1146
|
+
"name": "AgcCSRMModule",
|
|
1147
|
+
"declaration": {
|
|
1148
|
+
"name": "ClientSideRowModelModule",
|
|
1149
|
+
"package": "@ag-grid-community/client-side-row-model"
|
|
1150
|
+
}
|
|
1151
|
+
},
|
|
1152
|
+
{
|
|
1153
|
+
"kind": "js",
|
|
1154
|
+
"name": "AgcCsvExport",
|
|
1155
|
+
"declaration": {
|
|
1156
|
+
"name": "AgcCsvExport",
|
|
1157
|
+
"module": "src/index.ts"
|
|
1158
|
+
}
|
|
1159
|
+
},
|
|
1160
|
+
{
|
|
1161
|
+
"kind": "js",
|
|
1162
|
+
"name": "AgeCore",
|
|
1163
|
+
"declaration": {
|
|
1164
|
+
"name": "AgeCore",
|
|
1165
|
+
"module": "src/index.ts"
|
|
1166
|
+
}
|
|
1167
|
+
},
|
|
1168
|
+
{
|
|
1169
|
+
"kind": "js",
|
|
1170
|
+
"name": "AgeSSRMModule",
|
|
1171
|
+
"declaration": {
|
|
1172
|
+
"name": "ServerSideRowModelModule",
|
|
1173
|
+
"package": "@ag-grid-enterprise/server-side-row-model"
|
|
1174
|
+
}
|
|
1175
|
+
},
|
|
1176
|
+
{
|
|
1177
|
+
"kind": "js",
|
|
1178
|
+
"name": "AgeExcelExport",
|
|
1179
|
+
"declaration": {
|
|
1180
|
+
"name": "AgeExcelExport",
|
|
1181
|
+
"module": "src/index.ts"
|
|
1182
|
+
}
|
|
961
1183
|
}
|
|
962
1184
|
]
|
|
963
1185
|
},
|
|
@@ -1062,6 +1284,117 @@
|
|
|
1062
1284
|
"kind": "method",
|
|
1063
1285
|
"name": "slottedAgRendererChanged",
|
|
1064
1286
|
"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
|
+
}
|
|
1065
1398
|
}
|
|
1066
1399
|
],
|
|
1067
1400
|
"superclass": {
|
|
@@ -1199,19 +1532,130 @@
|
|
|
1199
1532
|
"kind": "field",
|
|
1200
1533
|
"name": "dataTestId",
|
|
1201
1534
|
"readonly": true
|
|
1202
|
-
}
|
|
1203
|
-
|
|
1204
|
-
|
|
1205
|
-
|
|
1206
|
-
|
|
1207
|
-
|
|
1208
|
-
|
|
1209
|
-
|
|
1210
|
-
|
|
1211
|
-
|
|
1212
|
-
|
|
1213
|
-
|
|
1214
|
-
|
|
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
|
+
}
|
|
1647
|
+
],
|
|
1648
|
+
"superclass": {
|
|
1649
|
+
"name": "FoundationElement",
|
|
1650
|
+
"package": "@microsoft/fast-foundation"
|
|
1651
|
+
},
|
|
1652
|
+
"tagName": "%%prefix%%-grid-pro-action-renderer",
|
|
1653
|
+
"customElement": true
|
|
1654
|
+
},
|
|
1655
|
+
{
|
|
1656
|
+
"kind": "variable",
|
|
1657
|
+
"name": "actionHeightMultiplier",
|
|
1658
|
+
"description": "The base height multiplier for the action renderer.",
|
|
1215
1659
|
"privacy": "public"
|
|
1216
1660
|
},
|
|
1217
1661
|
{
|
|
@@ -1315,6 +1759,117 @@
|
|
|
1315
1759
|
}
|
|
1316
1760
|
}
|
|
1317
1761
|
]
|
|
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
|
+
}
|
|
1318
1873
|
}
|
|
1319
1874
|
],
|
|
1320
1875
|
"superclass": {
|
|
@@ -1467,6 +2022,117 @@
|
|
|
1467
2022
|
}
|
|
1468
2023
|
}
|
|
1469
2024
|
]
|
|
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
|
+
}
|
|
1470
2136
|
}
|
|
1471
2137
|
],
|
|
1472
2138
|
"superclass": {
|
|
@@ -1678,6 +2344,117 @@
|
|
|
1678
2344
|
"kind": "field",
|
|
1679
2345
|
"name": "selectionChanged",
|
|
1680
2346
|
"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
|
+
}
|
|
1681
2458
|
}
|
|
1682
2459
|
],
|
|
1683
2460
|
"superclass": {
|
|
@@ -1842,6 +2619,117 @@
|
|
|
1842
2619
|
"name": "e"
|
|
1843
2620
|
}
|
|
1844
2621
|
]
|
|
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
|
+
}
|
|
1845
2733
|
}
|
|
1846
2734
|
],
|
|
1847
2735
|
"superclass": {
|
|
@@ -2042,6 +2930,117 @@
|
|
|
2042
2930
|
"name": "AgTextFieldRenderer",
|
|
2043
2931
|
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
2044
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
|
+
}
|
|
2045
3044
|
}
|
|
2046
3045
|
]
|
|
2047
3046
|
},
|
|
@@ -2148,12 +3147,123 @@
|
|
|
2148
3147
|
"type": {
|
|
2149
3148
|
"text": "ColDef"
|
|
2150
3149
|
},
|
|
2151
|
-
"default": "{}"
|
|
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
|
+
}
|
|
2152
3236
|
},
|
|
2153
3237
|
{
|
|
2154
3238
|
"kind": "method",
|
|
2155
|
-
"name": "
|
|
2156
|
-
"privacy": "public"
|
|
3239
|
+
"name": "compose",
|
|
3240
|
+
"privacy": "public",
|
|
3241
|
+
"static": true,
|
|
3242
|
+
"return": {
|
|
3243
|
+
"type": {
|
|
3244
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
3245
|
+
}
|
|
3246
|
+
},
|
|
3247
|
+
"parameters": [
|
|
3248
|
+
{
|
|
3249
|
+
"name": "this",
|
|
3250
|
+
"type": {
|
|
3251
|
+
"text": "K"
|
|
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
|
+
}
|
|
2157
3267
|
}
|
|
2158
3268
|
],
|
|
2159
3269
|
"superclass": {
|
|
@@ -2916,6 +4026,180 @@
|
|
|
2916
4026
|
}
|
|
2917
4027
|
}
|
|
2918
4028
|
]
|
|
4029
|
+
},
|
|
4030
|
+
{
|
|
4031
|
+
"kind": "method",
|
|
4032
|
+
"name": "cloneNode",
|
|
4033
|
+
"return": {
|
|
4034
|
+
"type": {
|
|
4035
|
+
"text": "Node"
|
|
4036
|
+
}
|
|
4037
|
+
},
|
|
4038
|
+
"parameters": [
|
|
4039
|
+
{
|
|
4040
|
+
"name": "deep",
|
|
4041
|
+
"optional": true,
|
|
4042
|
+
"type": {
|
|
4043
|
+
"text": "boolean"
|
|
4044
|
+
}
|
|
4045
|
+
}
|
|
4046
|
+
],
|
|
4047
|
+
"inheritedFrom": {
|
|
4048
|
+
"name": "LifecycleMixin",
|
|
4049
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
4050
|
+
}
|
|
4051
|
+
},
|
|
4052
|
+
{
|
|
4053
|
+
"kind": "method",
|
|
4054
|
+
"name": "deepClone",
|
|
4055
|
+
"return": {
|
|
4056
|
+
"type": {
|
|
4057
|
+
"text": "Node"
|
|
4058
|
+
}
|
|
4059
|
+
},
|
|
4060
|
+
"inheritedFrom": {
|
|
4061
|
+
"name": "LifecycleMixin",
|
|
4062
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
4063
|
+
}
|
|
4064
|
+
},
|
|
4065
|
+
{
|
|
4066
|
+
"kind": "field",
|
|
4067
|
+
"name": "shouldRunDisconnect",
|
|
4068
|
+
"return": {
|
|
4069
|
+
"type": {
|
|
4070
|
+
"text": ""
|
|
4071
|
+
}
|
|
4072
|
+
},
|
|
4073
|
+
"readonly": true,
|
|
4074
|
+
"inheritedFrom": {
|
|
4075
|
+
"name": "LifecycleMixin",
|
|
4076
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
4077
|
+
}
|
|
4078
|
+
},
|
|
4079
|
+
{
|
|
4080
|
+
"kind": "field",
|
|
4081
|
+
"name": "shouldRunConnect",
|
|
4082
|
+
"return": {
|
|
4083
|
+
"type": {
|
|
4084
|
+
"text": ""
|
|
4085
|
+
}
|
|
4086
|
+
},
|
|
4087
|
+
"readonly": true,
|
|
4088
|
+
"inheritedFrom": {
|
|
4089
|
+
"name": "LifecycleMixin",
|
|
4090
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
4091
|
+
}
|
|
4092
|
+
},
|
|
4093
|
+
{
|
|
4094
|
+
"kind": "field",
|
|
4095
|
+
"name": "_presentation",
|
|
4096
|
+
"type": {
|
|
4097
|
+
"text": "ComponentPresentation | null | undefined"
|
|
4098
|
+
},
|
|
4099
|
+
"privacy": "private",
|
|
4100
|
+
"default": "void 0",
|
|
4101
|
+
"inheritedFrom": {
|
|
4102
|
+
"name": "FoundationElement",
|
|
4103
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
4104
|
+
}
|
|
4105
|
+
},
|
|
4106
|
+
{
|
|
4107
|
+
"kind": "field",
|
|
4108
|
+
"name": "$presentation",
|
|
4109
|
+
"type": {
|
|
4110
|
+
"text": "ComponentPresentation | null"
|
|
4111
|
+
},
|
|
4112
|
+
"privacy": "public",
|
|
4113
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
4114
|
+
"inheritedFrom": {
|
|
4115
|
+
"name": "FoundationElement",
|
|
4116
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
4117
|
+
}
|
|
4118
|
+
},
|
|
4119
|
+
{
|
|
4120
|
+
"kind": "field",
|
|
4121
|
+
"name": "template",
|
|
4122
|
+
"type": {
|
|
4123
|
+
"text": "ElementViewTemplate | void | null"
|
|
4124
|
+
},
|
|
4125
|
+
"privacy": "public",
|
|
4126
|
+
"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.",
|
|
4127
|
+
"inheritedFrom": {
|
|
4128
|
+
"name": "FoundationElement",
|
|
4129
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
4130
|
+
}
|
|
4131
|
+
},
|
|
4132
|
+
{
|
|
4133
|
+
"kind": "method",
|
|
4134
|
+
"name": "templateChanged",
|
|
4135
|
+
"privacy": "protected",
|
|
4136
|
+
"return": {
|
|
4137
|
+
"type": {
|
|
4138
|
+
"text": "void"
|
|
4139
|
+
}
|
|
4140
|
+
},
|
|
4141
|
+
"inheritedFrom": {
|
|
4142
|
+
"name": "FoundationElement",
|
|
4143
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
4144
|
+
}
|
|
4145
|
+
},
|
|
4146
|
+
{
|
|
4147
|
+
"kind": "field",
|
|
4148
|
+
"name": "styles",
|
|
4149
|
+
"type": {
|
|
4150
|
+
"text": "ElementStyles | void | null"
|
|
4151
|
+
},
|
|
4152
|
+
"privacy": "public",
|
|
4153
|
+
"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.",
|
|
4154
|
+
"inheritedFrom": {
|
|
4155
|
+
"name": "FoundationElement",
|
|
4156
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
4157
|
+
}
|
|
4158
|
+
},
|
|
4159
|
+
{
|
|
4160
|
+
"kind": "method",
|
|
4161
|
+
"name": "stylesChanged",
|
|
4162
|
+
"privacy": "protected",
|
|
4163
|
+
"return": {
|
|
4164
|
+
"type": {
|
|
4165
|
+
"text": "void"
|
|
4166
|
+
}
|
|
4167
|
+
},
|
|
4168
|
+
"inheritedFrom": {
|
|
4169
|
+
"name": "FoundationElement",
|
|
4170
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
4171
|
+
}
|
|
4172
|
+
},
|
|
4173
|
+
{
|
|
4174
|
+
"kind": "method",
|
|
4175
|
+
"name": "compose",
|
|
4176
|
+
"privacy": "public",
|
|
4177
|
+
"static": true,
|
|
4178
|
+
"return": {
|
|
4179
|
+
"type": {
|
|
4180
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
4181
|
+
}
|
|
4182
|
+
},
|
|
4183
|
+
"parameters": [
|
|
4184
|
+
{
|
|
4185
|
+
"name": "this",
|
|
4186
|
+
"type": {
|
|
4187
|
+
"text": "K"
|
|
4188
|
+
}
|
|
4189
|
+
},
|
|
4190
|
+
{
|
|
4191
|
+
"name": "elementDefinition",
|
|
4192
|
+
"type": {
|
|
4193
|
+
"text": "T"
|
|
4194
|
+
},
|
|
4195
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
4196
|
+
}
|
|
4197
|
+
],
|
|
4198
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
4199
|
+
"inheritedFrom": {
|
|
4200
|
+
"name": "FoundationElement",
|
|
4201
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
4202
|
+
}
|
|
2919
4203
|
}
|
|
2920
4204
|
],
|
|
2921
4205
|
"attributes": [
|
|
@@ -3254,6 +4538,10 @@
|
|
|
3254
4538
|
"type": {
|
|
3255
4539
|
"text": "Node"
|
|
3256
4540
|
}
|
|
4541
|
+
},
|
|
4542
|
+
"inheritedFrom": {
|
|
4543
|
+
"name": "LifecycleMixin",
|
|
4544
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
3257
4545
|
}
|
|
3258
4546
|
},
|
|
3259
4547
|
{
|
|
@@ -3491,6 +4779,167 @@
|
|
|
3491
4779
|
}
|
|
3492
4780
|
}
|
|
3493
4781
|
]
|
|
4782
|
+
},
|
|
4783
|
+
{
|
|
4784
|
+
"kind": "method",
|
|
4785
|
+
"name": "cloneNode",
|
|
4786
|
+
"return": {
|
|
4787
|
+
"type": {
|
|
4788
|
+
"text": "Node"
|
|
4789
|
+
}
|
|
4790
|
+
},
|
|
4791
|
+
"parameters": [
|
|
4792
|
+
{
|
|
4793
|
+
"name": "deep",
|
|
4794
|
+
"optional": true,
|
|
4795
|
+
"type": {
|
|
4796
|
+
"text": "boolean"
|
|
4797
|
+
}
|
|
4798
|
+
}
|
|
4799
|
+
],
|
|
4800
|
+
"inheritedFrom": {
|
|
4801
|
+
"name": "LifecycleMixin",
|
|
4802
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
4803
|
+
}
|
|
4804
|
+
},
|
|
4805
|
+
{
|
|
4806
|
+
"kind": "field",
|
|
4807
|
+
"name": "shouldRunDisconnect",
|
|
4808
|
+
"return": {
|
|
4809
|
+
"type": {
|
|
4810
|
+
"text": ""
|
|
4811
|
+
}
|
|
4812
|
+
},
|
|
4813
|
+
"readonly": true,
|
|
4814
|
+
"inheritedFrom": {
|
|
4815
|
+
"name": "LifecycleMixin",
|
|
4816
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
4817
|
+
}
|
|
4818
|
+
},
|
|
4819
|
+
{
|
|
4820
|
+
"kind": "field",
|
|
4821
|
+
"name": "shouldRunConnect",
|
|
4822
|
+
"return": {
|
|
4823
|
+
"type": {
|
|
4824
|
+
"text": ""
|
|
4825
|
+
}
|
|
4826
|
+
},
|
|
4827
|
+
"readonly": true,
|
|
4828
|
+
"inheritedFrom": {
|
|
4829
|
+
"name": "LifecycleMixin",
|
|
4830
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
4831
|
+
}
|
|
4832
|
+
},
|
|
4833
|
+
{
|
|
4834
|
+
"kind": "field",
|
|
4835
|
+
"name": "_presentation",
|
|
4836
|
+
"type": {
|
|
4837
|
+
"text": "ComponentPresentation | null | undefined"
|
|
4838
|
+
},
|
|
4839
|
+
"privacy": "private",
|
|
4840
|
+
"default": "void 0",
|
|
4841
|
+
"inheritedFrom": {
|
|
4842
|
+
"name": "FoundationElement",
|
|
4843
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
4844
|
+
}
|
|
4845
|
+
},
|
|
4846
|
+
{
|
|
4847
|
+
"kind": "field",
|
|
4848
|
+
"name": "$presentation",
|
|
4849
|
+
"type": {
|
|
4850
|
+
"text": "ComponentPresentation | null"
|
|
4851
|
+
},
|
|
4852
|
+
"privacy": "public",
|
|
4853
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
4854
|
+
"inheritedFrom": {
|
|
4855
|
+
"name": "FoundationElement",
|
|
4856
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
4857
|
+
}
|
|
4858
|
+
},
|
|
4859
|
+
{
|
|
4860
|
+
"kind": "field",
|
|
4861
|
+
"name": "template",
|
|
4862
|
+
"type": {
|
|
4863
|
+
"text": "ElementViewTemplate | void | null"
|
|
4864
|
+
},
|
|
4865
|
+
"privacy": "public",
|
|
4866
|
+
"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.",
|
|
4867
|
+
"inheritedFrom": {
|
|
4868
|
+
"name": "FoundationElement",
|
|
4869
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
4870
|
+
}
|
|
4871
|
+
},
|
|
4872
|
+
{
|
|
4873
|
+
"kind": "method",
|
|
4874
|
+
"name": "templateChanged",
|
|
4875
|
+
"privacy": "protected",
|
|
4876
|
+
"return": {
|
|
4877
|
+
"type": {
|
|
4878
|
+
"text": "void"
|
|
4879
|
+
}
|
|
4880
|
+
},
|
|
4881
|
+
"inheritedFrom": {
|
|
4882
|
+
"name": "FoundationElement",
|
|
4883
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
4884
|
+
}
|
|
4885
|
+
},
|
|
4886
|
+
{
|
|
4887
|
+
"kind": "field",
|
|
4888
|
+
"name": "styles",
|
|
4889
|
+
"type": {
|
|
4890
|
+
"text": "ElementStyles | void | null"
|
|
4891
|
+
},
|
|
4892
|
+
"privacy": "public",
|
|
4893
|
+
"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.",
|
|
4894
|
+
"inheritedFrom": {
|
|
4895
|
+
"name": "FoundationElement",
|
|
4896
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
4897
|
+
}
|
|
4898
|
+
},
|
|
4899
|
+
{
|
|
4900
|
+
"kind": "method",
|
|
4901
|
+
"name": "stylesChanged",
|
|
4902
|
+
"privacy": "protected",
|
|
4903
|
+
"return": {
|
|
4904
|
+
"type": {
|
|
4905
|
+
"text": "void"
|
|
4906
|
+
}
|
|
4907
|
+
},
|
|
4908
|
+
"inheritedFrom": {
|
|
4909
|
+
"name": "FoundationElement",
|
|
4910
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
4911
|
+
}
|
|
4912
|
+
},
|
|
4913
|
+
{
|
|
4914
|
+
"kind": "method",
|
|
4915
|
+
"name": "compose",
|
|
4916
|
+
"privacy": "public",
|
|
4917
|
+
"static": true,
|
|
4918
|
+
"return": {
|
|
4919
|
+
"type": {
|
|
4920
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
4921
|
+
}
|
|
4922
|
+
},
|
|
4923
|
+
"parameters": [
|
|
4924
|
+
{
|
|
4925
|
+
"name": "this",
|
|
4926
|
+
"type": {
|
|
4927
|
+
"text": "K"
|
|
4928
|
+
}
|
|
4929
|
+
},
|
|
4930
|
+
{
|
|
4931
|
+
"name": "elementDefinition",
|
|
4932
|
+
"type": {
|
|
4933
|
+
"text": "T"
|
|
4934
|
+
},
|
|
4935
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
4936
|
+
}
|
|
4937
|
+
],
|
|
4938
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
4939
|
+
"inheritedFrom": {
|
|
4940
|
+
"name": "FoundationElement",
|
|
4941
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
4942
|
+
}
|
|
3494
4943
|
}
|
|
3495
4944
|
],
|
|
3496
4945
|
"attributes": [
|