@genesislcap/grid-pro 14.22.0 → 14.22.2-alpha-b9494eda6.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 +22 -1471
- package/dist/dts/cell-renderers/actions-menu.renderer.d.ts +1 -1
- package/dist/dts/grid-pro-genesis-datasource/grid-pro-genesis-datasource-next.d.ts +2 -18
- package/dist/dts/grid-pro-genesis-datasource/grid-pro-genesis-datasource-next.d.ts.map +1 -1
- package/dist/dts/grid-pro-genesis-datasource/grid-pro-genesis-datasource.d.ts +7 -18
- package/dist/dts/grid-pro-genesis-datasource/grid-pro-genesis-datasource.d.ts.map +1 -1
- package/dist/dts/grid-pro.d.ts +2 -18
- package/dist/dts/grid-pro.d.ts.map +1 -1
- package/dist/dts/index.d.ts +6 -34
- 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 +6 -34
- package/dist/grid-pro.api.json +2 -2
- package/dist/grid-pro.d.ts +15 -73
- package/docs/api/grid-pro.getactionsmenudef.md +1 -1
- package/docs/api-report.md +3 -18
- package/externals.js +0 -4
- package/package.json +8 -12
|
@@ -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": [
|
|
@@ -1034,7 +860,7 @@
|
|
|
1034
860
|
"name": "*",
|
|
1035
861
|
"declaration": {
|
|
1036
862
|
"name": "*",
|
|
1037
|
-
"package": "./
|
|
863
|
+
"package": "./cell"
|
|
1038
864
|
}
|
|
1039
865
|
},
|
|
1040
866
|
{
|
|
@@ -1042,7 +868,7 @@
|
|
|
1042
868
|
"name": "*",
|
|
1043
869
|
"declaration": {
|
|
1044
870
|
"name": "*",
|
|
1045
|
-
"package": "./
|
|
871
|
+
"package": "./cell-renderers"
|
|
1046
872
|
}
|
|
1047
873
|
},
|
|
1048
874
|
{
|
|
@@ -1050,7 +876,7 @@
|
|
|
1050
876
|
"name": "*",
|
|
1051
877
|
"declaration": {
|
|
1052
878
|
"name": "*",
|
|
1053
|
-
"package": "./
|
|
879
|
+
"package": "./column"
|
|
1054
880
|
}
|
|
1055
881
|
},
|
|
1056
882
|
{
|
|
@@ -1058,7 +884,7 @@
|
|
|
1058
884
|
"name": "*",
|
|
1059
885
|
"declaration": {
|
|
1060
886
|
"name": "*",
|
|
1061
|
-
"package": "./
|
|
887
|
+
"package": "./external"
|
|
1062
888
|
}
|
|
1063
889
|
},
|
|
1064
890
|
{
|
|
@@ -1066,7 +892,7 @@
|
|
|
1066
892
|
"name": "*",
|
|
1067
893
|
"declaration": {
|
|
1068
894
|
"name": "*",
|
|
1069
|
-
"package": "./grid-
|
|
895
|
+
"package": "./grid-components"
|
|
1070
896
|
}
|
|
1071
897
|
},
|
|
1072
898
|
{
|
|
@@ -1074,7 +900,7 @@
|
|
|
1074
900
|
"name": "*",
|
|
1075
901
|
"declaration": {
|
|
1076
902
|
"name": "*",
|
|
1077
|
-
"package": "./
|
|
903
|
+
"package": "./grid-pro.definitions"
|
|
1078
904
|
}
|
|
1079
905
|
},
|
|
1080
906
|
{
|
|
@@ -1082,7 +908,7 @@
|
|
|
1082
908
|
"name": "*",
|
|
1083
909
|
"declaration": {
|
|
1084
910
|
"name": "*",
|
|
1085
|
-
"package": "./
|
|
911
|
+
"package": "./grid-pro.styles"
|
|
1086
912
|
}
|
|
1087
913
|
},
|
|
1088
914
|
{
|
|
@@ -1090,7 +916,7 @@
|
|
|
1090
916
|
"name": "*",
|
|
1091
917
|
"declaration": {
|
|
1092
918
|
"name": "*",
|
|
1093
|
-
"package": "./
|
|
919
|
+
"package": "./grid-pro.template"
|
|
1094
920
|
}
|
|
1095
921
|
},
|
|
1096
922
|
{
|
|
@@ -1098,7 +924,7 @@
|
|
|
1098
924
|
"name": "*",
|
|
1099
925
|
"declaration": {
|
|
1100
926
|
"name": "*",
|
|
1101
|
-
"package": "./
|
|
927
|
+
"package": "./grid-pro.types"
|
|
1102
928
|
}
|
|
1103
929
|
},
|
|
1104
930
|
{
|
|
@@ -1106,7 +932,7 @@
|
|
|
1106
932
|
"name": "*",
|
|
1107
933
|
"declaration": {
|
|
1108
934
|
"name": "*",
|
|
1109
|
-
"package": "./
|
|
935
|
+
"package": "./grid-pro"
|
|
1110
936
|
}
|
|
1111
937
|
},
|
|
1112
938
|
{
|
|
@@ -1122,7 +948,7 @@
|
|
|
1122
948
|
"name": "*",
|
|
1123
949
|
"declaration": {
|
|
1124
950
|
"name": "*",
|
|
1125
|
-
"package": "./
|
|
951
|
+
"package": "./style"
|
|
1126
952
|
}
|
|
1127
953
|
},
|
|
1128
954
|
{
|
|
@@ -1132,54 +958,6 @@
|
|
|
1132
958
|
"name": "*",
|
|
1133
959
|
"package": "./utils"
|
|
1134
960
|
}
|
|
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
|
-
}
|
|
1183
961
|
}
|
|
1184
962
|
]
|
|
1185
963
|
},
|
|
@@ -1284,117 +1062,6 @@
|
|
|
1284
1062
|
"kind": "method",
|
|
1285
1063
|
"name": "slottedAgRendererChanged",
|
|
1286
1064
|
"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
1065
|
}
|
|
1399
1066
|
],
|
|
1400
1067
|
"superclass": {
|
|
@@ -1532,117 +1199,6 @@
|
|
|
1532
1199
|
"kind": "field",
|
|
1533
1200
|
"name": "dataTestId",
|
|
1534
1201
|
"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
1202
|
}
|
|
1647
1203
|
],
|
|
1648
1204
|
"superclass": {
|
|
@@ -1759,117 +1315,6 @@
|
|
|
1759
1315
|
}
|
|
1760
1316
|
}
|
|
1761
1317
|
]
|
|
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
1318
|
}
|
|
1874
1319
|
],
|
|
1875
1320
|
"superclass": {
|
|
@@ -2022,117 +1467,6 @@
|
|
|
2022
1467
|
}
|
|
2023
1468
|
}
|
|
2024
1469
|
]
|
|
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
1470
|
}
|
|
2137
1471
|
],
|
|
2138
1472
|
"superclass": {
|
|
@@ -2344,117 +1678,6 @@
|
|
|
2344
1678
|
"kind": "field",
|
|
2345
1679
|
"name": "selectionChanged",
|
|
2346
1680
|
"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
1681
|
}
|
|
2459
1682
|
],
|
|
2460
1683
|
"superclass": {
|
|
@@ -2619,117 +1842,6 @@
|
|
|
2619
1842
|
"name": "e"
|
|
2620
1843
|
}
|
|
2621
1844
|
]
|
|
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
1845
|
}
|
|
2734
1846
|
],
|
|
2735
1847
|
"superclass": {
|
|
@@ -2930,117 +2042,6 @@
|
|
|
2930
2042
|
"name": "AgTextFieldRenderer",
|
|
2931
2043
|
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
2932
2044
|
}
|
|
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
2045
|
}
|
|
3045
2046
|
]
|
|
3046
2047
|
},
|
|
@@ -3139,131 +2140,20 @@
|
|
|
3139
2140
|
"type": {
|
|
3140
2141
|
"text": "HTMLElement[]"
|
|
3141
2142
|
},
|
|
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
|
-
}
|
|
2143
|
+
"privacy": "public"
|
|
3236
2144
|
},
|
|
3237
2145
|
{
|
|
3238
|
-
"kind": "
|
|
3239
|
-
"name": "
|
|
3240
|
-
"
|
|
3241
|
-
|
|
3242
|
-
"return": {
|
|
3243
|
-
"type": {
|
|
3244
|
-
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
3245
|
-
}
|
|
2146
|
+
"kind": "field",
|
|
2147
|
+
"name": "definition",
|
|
2148
|
+
"type": {
|
|
2149
|
+
"text": "ColDef"
|
|
3246
2150
|
},
|
|
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
|
-
}
|
|
2151
|
+
"default": "{}"
|
|
2152
|
+
},
|
|
2153
|
+
{
|
|
2154
|
+
"kind": "method",
|
|
2155
|
+
"name": "slottedAgCellChanged",
|
|
2156
|
+
"privacy": "public"
|
|
3267
2157
|
}
|
|
3268
2158
|
],
|
|
3269
2159
|
"superclass": {
|
|
@@ -4026,180 +2916,6 @@
|
|
|
4026
2916
|
}
|
|
4027
2917
|
}
|
|
4028
2918
|
]
|
|
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
|
-
}
|
|
4203
2919
|
}
|
|
4204
2920
|
],
|
|
4205
2921
|
"attributes": [
|
|
@@ -4538,10 +3254,6 @@
|
|
|
4538
3254
|
"type": {
|
|
4539
3255
|
"text": "Node"
|
|
4540
3256
|
}
|
|
4541
|
-
},
|
|
4542
|
-
"inheritedFrom": {
|
|
4543
|
-
"name": "LifecycleMixin",
|
|
4544
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
4545
3257
|
}
|
|
4546
3258
|
},
|
|
4547
3259
|
{
|
|
@@ -4779,167 +3491,6 @@
|
|
|
4779
3491
|
}
|
|
4780
3492
|
}
|
|
4781
3493
|
]
|
|
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
|
-
}
|
|
4943
3494
|
}
|
|
4944
3495
|
],
|
|
4945
3496
|
"attributes": [
|