@genesislcap/rapid-design-system 14.370.0 → 14.370.1-alpha-fa13546.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 +666 -666
- package/package.json +11 -11
|
@@ -797,11 +797,11 @@
|
|
|
797
797
|
},
|
|
798
798
|
{
|
|
799
799
|
"kind": "javascript-module",
|
|
800
|
-
"path": "src/accordion
|
|
800
|
+
"path": "src/accordion/accordion.styles.ts",
|
|
801
801
|
"declarations": [
|
|
802
802
|
{
|
|
803
803
|
"kind": "function",
|
|
804
|
-
"name": "
|
|
804
|
+
"name": "rapidAccordionStyles",
|
|
805
805
|
"return": {
|
|
806
806
|
"type": {
|
|
807
807
|
"text": "ElementStyles"
|
|
@@ -826,24 +826,24 @@
|
|
|
826
826
|
"exports": [
|
|
827
827
|
{
|
|
828
828
|
"kind": "js",
|
|
829
|
-
"name": "
|
|
829
|
+
"name": "rapidAccordionStyles",
|
|
830
830
|
"declaration": {
|
|
831
|
-
"name": "
|
|
832
|
-
"module": "src/accordion
|
|
831
|
+
"name": "rapidAccordionStyles",
|
|
832
|
+
"module": "src/accordion/accordion.styles.ts"
|
|
833
833
|
}
|
|
834
834
|
}
|
|
835
835
|
]
|
|
836
836
|
},
|
|
837
837
|
{
|
|
838
838
|
"kind": "javascript-module",
|
|
839
|
-
"path": "src/accordion
|
|
839
|
+
"path": "src/accordion/accordion.template.ts",
|
|
840
840
|
"declarations": [
|
|
841
841
|
{
|
|
842
842
|
"kind": "function",
|
|
843
|
-
"name": "
|
|
843
|
+
"name": "rapidAccordionTemplate",
|
|
844
844
|
"return": {
|
|
845
845
|
"type": {
|
|
846
|
-
"text": "ViewTemplate<
|
|
846
|
+
"text": "ViewTemplate<Accordion>"
|
|
847
847
|
}
|
|
848
848
|
},
|
|
849
849
|
"parameters": [
|
|
@@ -865,56 +865,56 @@
|
|
|
865
865
|
"exports": [
|
|
866
866
|
{
|
|
867
867
|
"kind": "js",
|
|
868
|
-
"name": "
|
|
868
|
+
"name": "rapidAccordionTemplate",
|
|
869
869
|
"declaration": {
|
|
870
|
-
"name": "
|
|
871
|
-
"module": "src/accordion
|
|
870
|
+
"name": "rapidAccordionTemplate",
|
|
871
|
+
"module": "src/accordion/accordion.template.ts"
|
|
872
872
|
}
|
|
873
873
|
}
|
|
874
874
|
]
|
|
875
875
|
},
|
|
876
876
|
{
|
|
877
877
|
"kind": "javascript-module",
|
|
878
|
-
"path": "src/accordion
|
|
878
|
+
"path": "src/accordion/accordion.ts",
|
|
879
879
|
"declarations": [
|
|
880
880
|
{
|
|
881
881
|
"kind": "class",
|
|
882
882
|
"description": "",
|
|
883
|
-
"name": "
|
|
883
|
+
"name": "Accordion",
|
|
884
884
|
"superclass": {
|
|
885
|
-
"name": "
|
|
885
|
+
"name": "foundationAccordion",
|
|
886
886
|
"package": "@genesislcap/foundation-ui"
|
|
887
887
|
},
|
|
888
|
-
"tagName": "%%prefix%%-accordion
|
|
888
|
+
"tagName": "%%prefix%%-accordion",
|
|
889
889
|
"customElement": true
|
|
890
890
|
},
|
|
891
891
|
{
|
|
892
892
|
"kind": "variable",
|
|
893
|
-
"name": "
|
|
893
|
+
"name": "rapidAccordion"
|
|
894
894
|
}
|
|
895
895
|
],
|
|
896
896
|
"exports": [
|
|
897
897
|
{
|
|
898
898
|
"kind": "js",
|
|
899
|
-
"name": "
|
|
899
|
+
"name": "Accordion",
|
|
900
900
|
"declaration": {
|
|
901
|
-
"name": "
|
|
902
|
-
"module": "src/accordion
|
|
901
|
+
"name": "Accordion",
|
|
902
|
+
"module": "src/accordion/accordion.ts"
|
|
903
903
|
}
|
|
904
904
|
},
|
|
905
905
|
{
|
|
906
906
|
"kind": "js",
|
|
907
|
-
"name": "
|
|
907
|
+
"name": "rapidAccordion",
|
|
908
908
|
"declaration": {
|
|
909
|
-
"name": "
|
|
910
|
-
"module": "src/accordion
|
|
909
|
+
"name": "rapidAccordion",
|
|
910
|
+
"module": "src/accordion/accordion.ts"
|
|
911
911
|
}
|
|
912
912
|
}
|
|
913
913
|
]
|
|
914
914
|
},
|
|
915
915
|
{
|
|
916
916
|
"kind": "javascript-module",
|
|
917
|
-
"path": "src/accordion
|
|
917
|
+
"path": "src/accordion/index.ts",
|
|
918
918
|
"declarations": [],
|
|
919
919
|
"exports": [
|
|
920
920
|
{
|
|
@@ -922,7 +922,7 @@
|
|
|
922
922
|
"name": "*",
|
|
923
923
|
"declaration": {
|
|
924
924
|
"name": "*",
|
|
925
|
-
"package": "./accordion
|
|
925
|
+
"package": "./accordion"
|
|
926
926
|
}
|
|
927
927
|
},
|
|
928
928
|
{
|
|
@@ -930,7 +930,7 @@
|
|
|
930
930
|
"name": "*",
|
|
931
931
|
"declaration": {
|
|
932
932
|
"name": "*",
|
|
933
|
-
"package": "./accordion
|
|
933
|
+
"package": "./accordion.styles"
|
|
934
934
|
}
|
|
935
935
|
},
|
|
936
936
|
{
|
|
@@ -938,18 +938,18 @@
|
|
|
938
938
|
"name": "*",
|
|
939
939
|
"declaration": {
|
|
940
940
|
"name": "*",
|
|
941
|
-
"package": "./accordion
|
|
941
|
+
"package": "./accordion.template"
|
|
942
942
|
}
|
|
943
943
|
}
|
|
944
944
|
]
|
|
945
945
|
},
|
|
946
946
|
{
|
|
947
947
|
"kind": "javascript-module",
|
|
948
|
-
"path": "src/accordion/accordion.styles.ts",
|
|
948
|
+
"path": "src/accordion-item/accordion-item.styles.ts",
|
|
949
949
|
"declarations": [
|
|
950
950
|
{
|
|
951
951
|
"kind": "function",
|
|
952
|
-
"name": "
|
|
952
|
+
"name": "rapidAccordionItemStyles",
|
|
953
953
|
"return": {
|
|
954
954
|
"type": {
|
|
955
955
|
"text": "ElementStyles"
|
|
@@ -974,24 +974,24 @@
|
|
|
974
974
|
"exports": [
|
|
975
975
|
{
|
|
976
976
|
"kind": "js",
|
|
977
|
-
"name": "
|
|
977
|
+
"name": "rapidAccordionItemStyles",
|
|
978
978
|
"declaration": {
|
|
979
|
-
"name": "
|
|
980
|
-
"module": "src/accordion/accordion.styles.ts"
|
|
979
|
+
"name": "rapidAccordionItemStyles",
|
|
980
|
+
"module": "src/accordion-item/accordion-item.styles.ts"
|
|
981
981
|
}
|
|
982
982
|
}
|
|
983
983
|
]
|
|
984
984
|
},
|
|
985
985
|
{
|
|
986
986
|
"kind": "javascript-module",
|
|
987
|
-
"path": "src/accordion/accordion.template.ts",
|
|
987
|
+
"path": "src/accordion-item/accordion-item.template.ts",
|
|
988
988
|
"declarations": [
|
|
989
989
|
{
|
|
990
990
|
"kind": "function",
|
|
991
|
-
"name": "
|
|
991
|
+
"name": "rapidAccordionItemTemplate",
|
|
992
992
|
"return": {
|
|
993
993
|
"type": {
|
|
994
|
-
"text": "ViewTemplate<
|
|
994
|
+
"text": "ViewTemplate<AccordionItem>"
|
|
995
995
|
}
|
|
996
996
|
},
|
|
997
997
|
"parameters": [
|
|
@@ -1013,56 +1013,56 @@
|
|
|
1013
1013
|
"exports": [
|
|
1014
1014
|
{
|
|
1015
1015
|
"kind": "js",
|
|
1016
|
-
"name": "
|
|
1016
|
+
"name": "rapidAccordionItemTemplate",
|
|
1017
1017
|
"declaration": {
|
|
1018
|
-
"name": "
|
|
1019
|
-
"module": "src/accordion/accordion.template.ts"
|
|
1018
|
+
"name": "rapidAccordionItemTemplate",
|
|
1019
|
+
"module": "src/accordion-item/accordion-item.template.ts"
|
|
1020
1020
|
}
|
|
1021
1021
|
}
|
|
1022
1022
|
]
|
|
1023
1023
|
},
|
|
1024
1024
|
{
|
|
1025
1025
|
"kind": "javascript-module",
|
|
1026
|
-
"path": "src/accordion/accordion.ts",
|
|
1026
|
+
"path": "src/accordion-item/accordion-item.ts",
|
|
1027
1027
|
"declarations": [
|
|
1028
1028
|
{
|
|
1029
1029
|
"kind": "class",
|
|
1030
1030
|
"description": "",
|
|
1031
|
-
"name": "
|
|
1031
|
+
"name": "AccordionItem",
|
|
1032
1032
|
"superclass": {
|
|
1033
|
-
"name": "
|
|
1033
|
+
"name": "foundationAccordionItem",
|
|
1034
1034
|
"package": "@genesislcap/foundation-ui"
|
|
1035
1035
|
},
|
|
1036
|
-
"tagName": "%%prefix%%-accordion",
|
|
1036
|
+
"tagName": "%%prefix%%-accordion-item",
|
|
1037
1037
|
"customElement": true
|
|
1038
1038
|
},
|
|
1039
1039
|
{
|
|
1040
1040
|
"kind": "variable",
|
|
1041
|
-
"name": "
|
|
1041
|
+
"name": "rapidAccordionItem"
|
|
1042
1042
|
}
|
|
1043
1043
|
],
|
|
1044
1044
|
"exports": [
|
|
1045
1045
|
{
|
|
1046
1046
|
"kind": "js",
|
|
1047
|
-
"name": "
|
|
1047
|
+
"name": "AccordionItem",
|
|
1048
1048
|
"declaration": {
|
|
1049
|
-
"name": "
|
|
1050
|
-
"module": "src/accordion/accordion.ts"
|
|
1049
|
+
"name": "AccordionItem",
|
|
1050
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1051
1051
|
}
|
|
1052
1052
|
},
|
|
1053
1053
|
{
|
|
1054
1054
|
"kind": "js",
|
|
1055
|
-
"name": "
|
|
1055
|
+
"name": "rapidAccordionItem",
|
|
1056
1056
|
"declaration": {
|
|
1057
|
-
"name": "
|
|
1058
|
-
"module": "src/accordion/accordion.ts"
|
|
1057
|
+
"name": "rapidAccordionItem",
|
|
1058
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1059
1059
|
}
|
|
1060
1060
|
}
|
|
1061
1061
|
]
|
|
1062
1062
|
},
|
|
1063
1063
|
{
|
|
1064
1064
|
"kind": "javascript-module",
|
|
1065
|
-
"path": "src/accordion/index.ts",
|
|
1065
|
+
"path": "src/accordion-item/index.ts",
|
|
1066
1066
|
"declarations": [],
|
|
1067
1067
|
"exports": [
|
|
1068
1068
|
{
|
|
@@ -1070,7 +1070,7 @@
|
|
|
1070
1070
|
"name": "*",
|
|
1071
1071
|
"declaration": {
|
|
1072
1072
|
"name": "*",
|
|
1073
|
-
"package": "./accordion"
|
|
1073
|
+
"package": "./accordion-item"
|
|
1074
1074
|
}
|
|
1075
1075
|
},
|
|
1076
1076
|
{
|
|
@@ -1078,7 +1078,7 @@
|
|
|
1078
1078
|
"name": "*",
|
|
1079
1079
|
"declaration": {
|
|
1080
1080
|
"name": "*",
|
|
1081
|
-
"package": "./accordion.styles"
|
|
1081
|
+
"package": "./accordion-item.styles"
|
|
1082
1082
|
}
|
|
1083
1083
|
},
|
|
1084
1084
|
{
|
|
@@ -1086,18 +1086,18 @@
|
|
|
1086
1086
|
"name": "*",
|
|
1087
1087
|
"declaration": {
|
|
1088
1088
|
"name": "*",
|
|
1089
|
-
"package": "./accordion.template"
|
|
1089
|
+
"package": "./accordion-item.template"
|
|
1090
1090
|
}
|
|
1091
1091
|
}
|
|
1092
1092
|
]
|
|
1093
1093
|
},
|
|
1094
1094
|
{
|
|
1095
1095
|
"kind": "javascript-module",
|
|
1096
|
-
"path": "src/
|
|
1096
|
+
"path": "src/anchor/anchor.styles.ts",
|
|
1097
1097
|
"declarations": [
|
|
1098
1098
|
{
|
|
1099
1099
|
"kind": "function",
|
|
1100
|
-
"name": "
|
|
1100
|
+
"name": "rapidAnchorStyles",
|
|
1101
1101
|
"return": {
|
|
1102
1102
|
"type": {
|
|
1103
1103
|
"text": "ElementStyles"
|
|
@@ -1122,383 +1122,291 @@
|
|
|
1122
1122
|
"exports": [
|
|
1123
1123
|
{
|
|
1124
1124
|
"kind": "js",
|
|
1125
|
-
"name": "
|
|
1125
|
+
"name": "rapidAnchorStyles",
|
|
1126
1126
|
"declaration": {
|
|
1127
|
-
"name": "
|
|
1128
|
-
"module": "src/
|
|
1127
|
+
"name": "rapidAnchorStyles",
|
|
1128
|
+
"module": "src/anchor/anchor.styles.ts"
|
|
1129
1129
|
}
|
|
1130
1130
|
}
|
|
1131
1131
|
]
|
|
1132
1132
|
},
|
|
1133
1133
|
{
|
|
1134
1134
|
"kind": "javascript-module",
|
|
1135
|
-
"path": "src/
|
|
1135
|
+
"path": "src/anchor/anchor.template.ts",
|
|
1136
|
+
"declarations": [
|
|
1137
|
+
{
|
|
1138
|
+
"kind": "function",
|
|
1139
|
+
"name": "rapidAnchorTemplate",
|
|
1140
|
+
"return": {
|
|
1141
|
+
"type": {
|
|
1142
|
+
"text": "ViewTemplate<Anchor>"
|
|
1143
|
+
}
|
|
1144
|
+
},
|
|
1145
|
+
"parameters": [
|
|
1146
|
+
{
|
|
1147
|
+
"name": "context",
|
|
1148
|
+
"type": {
|
|
1149
|
+
"text": "ElementDefinitionContext"
|
|
1150
|
+
}
|
|
1151
|
+
},
|
|
1152
|
+
{
|
|
1153
|
+
"name": "definition",
|
|
1154
|
+
"type": {
|
|
1155
|
+
"text": "FoundationElementDefinition"
|
|
1156
|
+
}
|
|
1157
|
+
}
|
|
1158
|
+
]
|
|
1159
|
+
}
|
|
1160
|
+
],
|
|
1161
|
+
"exports": [
|
|
1162
|
+
{
|
|
1163
|
+
"kind": "js",
|
|
1164
|
+
"name": "rapidAnchorTemplate",
|
|
1165
|
+
"declaration": {
|
|
1166
|
+
"name": "rapidAnchorTemplate",
|
|
1167
|
+
"module": "src/anchor/anchor.template.ts"
|
|
1168
|
+
}
|
|
1169
|
+
}
|
|
1170
|
+
]
|
|
1171
|
+
},
|
|
1172
|
+
{
|
|
1173
|
+
"kind": "javascript-module",
|
|
1174
|
+
"path": "src/anchor/anchor.ts",
|
|
1136
1175
|
"declarations": [
|
|
1137
1176
|
{
|
|
1138
1177
|
"kind": "class",
|
|
1139
1178
|
"description": "",
|
|
1140
|
-
"name": "
|
|
1179
|
+
"name": "Anchor",
|
|
1141
1180
|
"superclass": {
|
|
1142
|
-
"name": "
|
|
1181
|
+
"name": "FoundationAnchor",
|
|
1143
1182
|
"package": "@genesislcap/foundation-ui"
|
|
1144
1183
|
},
|
|
1145
|
-
"tagName": "%%prefix%%-
|
|
1184
|
+
"tagName": "%%prefix%%-anchor",
|
|
1146
1185
|
"customElement": true,
|
|
1147
1186
|
"attributes": [
|
|
1148
1187
|
{
|
|
1149
|
-
"name": "
|
|
1188
|
+
"name": "download",
|
|
1150
1189
|
"type": {
|
|
1151
|
-
"text": "
|
|
1190
|
+
"text": "string"
|
|
1152
1191
|
},
|
|
1153
|
-
"
|
|
1154
|
-
"fieldName": "
|
|
1192
|
+
"description": "Prompts the user to save the linked URL. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
1193
|
+
"fieldName": "download",
|
|
1155
1194
|
"inheritedFrom": {
|
|
1156
|
-
"name": "
|
|
1157
|
-
"module": "src/
|
|
1195
|
+
"name": "Anchor",
|
|
1196
|
+
"module": "src/anchor/anchor.ts"
|
|
1158
1197
|
}
|
|
1159
1198
|
},
|
|
1160
1199
|
{
|
|
1161
|
-
"name": "
|
|
1200
|
+
"name": "href",
|
|
1162
1201
|
"type": {
|
|
1163
|
-
"text": "
|
|
1202
|
+
"text": "string"
|
|
1164
1203
|
},
|
|
1165
|
-
"
|
|
1166
|
-
"fieldName": "
|
|
1204
|
+
"description": "The URL the hyperlink references. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
1205
|
+
"fieldName": "href",
|
|
1167
1206
|
"inheritedFrom": {
|
|
1168
|
-
"name": "
|
|
1169
|
-
"module": "src/
|
|
1207
|
+
"name": "Anchor",
|
|
1208
|
+
"module": "src/anchor/anchor.ts"
|
|
1170
1209
|
}
|
|
1171
1210
|
},
|
|
1172
1211
|
{
|
|
1173
|
-
"name": "
|
|
1212
|
+
"name": "hreflang",
|
|
1174
1213
|
"type": {
|
|
1175
|
-
"text": "
|
|
1214
|
+
"text": "string"
|
|
1176
1215
|
},
|
|
1177
|
-
"
|
|
1178
|
-
"fieldName": "
|
|
1216
|
+
"description": "Hints at the language of the referenced resource. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
1217
|
+
"fieldName": "hreflang",
|
|
1179
1218
|
"inheritedFrom": {
|
|
1180
|
-
"name": "
|
|
1181
|
-
"module": "src/
|
|
1219
|
+
"name": "Anchor",
|
|
1220
|
+
"module": "src/anchor/anchor.ts"
|
|
1182
1221
|
}
|
|
1183
1222
|
},
|
|
1184
1223
|
{
|
|
1185
|
-
"name": "
|
|
1224
|
+
"name": "ping",
|
|
1186
1225
|
"type": {
|
|
1187
1226
|
"text": "string"
|
|
1188
1227
|
},
|
|
1189
|
-
"
|
|
1190
|
-
"fieldName": "
|
|
1228
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
1229
|
+
"fieldName": "ping",
|
|
1191
1230
|
"inheritedFrom": {
|
|
1192
|
-
"name": "
|
|
1193
|
-
"module": "src/
|
|
1231
|
+
"name": "Anchor",
|
|
1232
|
+
"module": "src/anchor/anchor.ts"
|
|
1194
1233
|
}
|
|
1195
1234
|
},
|
|
1196
1235
|
{
|
|
1197
|
-
"name": "
|
|
1236
|
+
"name": "referrerpolicy",
|
|
1198
1237
|
"type": {
|
|
1199
|
-
"text": "
|
|
1238
|
+
"text": "string"
|
|
1200
1239
|
},
|
|
1201
|
-
"
|
|
1202
|
-
"fieldName": "
|
|
1240
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
1241
|
+
"fieldName": "referrerpolicy",
|
|
1203
1242
|
"inheritedFrom": {
|
|
1204
|
-
"name": "
|
|
1205
|
-
"module": "src/
|
|
1243
|
+
"name": "Anchor",
|
|
1244
|
+
"module": "src/anchor/anchor.ts"
|
|
1206
1245
|
}
|
|
1207
1246
|
},
|
|
1208
1247
|
{
|
|
1209
|
-
"name": "
|
|
1248
|
+
"name": "rel",
|
|
1210
1249
|
"type": {
|
|
1211
1250
|
"text": "string"
|
|
1212
1251
|
},
|
|
1213
|
-
"
|
|
1252
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
1253
|
+
"fieldName": "rel",
|
|
1214
1254
|
"inheritedFrom": {
|
|
1215
|
-
"name": "
|
|
1216
|
-
"module": "src/
|
|
1255
|
+
"name": "Anchor",
|
|
1256
|
+
"module": "src/anchor/anchor.ts"
|
|
1217
1257
|
}
|
|
1218
1258
|
},
|
|
1219
1259
|
{
|
|
1220
|
-
"name": "
|
|
1260
|
+
"name": "target",
|
|
1221
1261
|
"type": {
|
|
1222
|
-
"text": "
|
|
1262
|
+
"text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
|
|
1223
1263
|
},
|
|
1224
|
-
"
|
|
1225
|
-
"fieldName": "
|
|
1264
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
1265
|
+
"fieldName": "target",
|
|
1226
1266
|
"inheritedFrom": {
|
|
1227
|
-
"name": "
|
|
1228
|
-
"module": "src/
|
|
1267
|
+
"name": "Anchor",
|
|
1268
|
+
"module": "src/anchor/anchor.ts"
|
|
1229
1269
|
}
|
|
1230
1270
|
},
|
|
1231
1271
|
{
|
|
1232
|
-
"name": "
|
|
1272
|
+
"name": "type",
|
|
1233
1273
|
"type": {
|
|
1234
|
-
"text": "
|
|
1274
|
+
"text": "string"
|
|
1235
1275
|
},
|
|
1236
|
-
"
|
|
1237
|
-
"fieldName": "
|
|
1276
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
1277
|
+
"fieldName": "type",
|
|
1238
1278
|
"inheritedFrom": {
|
|
1239
|
-
"name": "
|
|
1240
|
-
"module": "src/
|
|
1279
|
+
"name": "Anchor",
|
|
1280
|
+
"module": "src/anchor/anchor.ts"
|
|
1241
1281
|
}
|
|
1242
1282
|
}
|
|
1243
1283
|
],
|
|
1244
1284
|
"members": [
|
|
1245
1285
|
{
|
|
1246
1286
|
"kind": "field",
|
|
1247
|
-
"name": "
|
|
1287
|
+
"name": "download",
|
|
1248
1288
|
"type": {
|
|
1249
|
-
"text": "
|
|
1289
|
+
"text": "string"
|
|
1250
1290
|
},
|
|
1291
|
+
"privacy": "public",
|
|
1292
|
+
"description": "Prompts the user to save the linked URL. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
1251
1293
|
"inheritedFrom": {
|
|
1252
|
-
"name": "
|
|
1253
|
-
"module": "src/
|
|
1254
|
-
}
|
|
1255
|
-
},
|
|
1256
|
-
{
|
|
1257
|
-
"kind": "field",
|
|
1258
|
-
"name": "isVertical",
|
|
1259
|
-
"type": {
|
|
1260
|
-
"text": "boolean"
|
|
1261
|
-
},
|
|
1262
|
-
"default": "false",
|
|
1263
|
-
"inheritedFrom": {
|
|
1264
|
-
"name": "ActionsMenu",
|
|
1265
|
-
"module": "src/actions-menu/actions-menu.ts"
|
|
1266
|
-
}
|
|
1267
|
-
},
|
|
1268
|
-
{
|
|
1269
|
-
"kind": "field",
|
|
1270
|
-
"name": "addDefaultActions",
|
|
1271
|
-
"type": {
|
|
1272
|
-
"text": "boolean"
|
|
1273
|
-
},
|
|
1274
|
-
"default": "true",
|
|
1275
|
-
"inheritedFrom": {
|
|
1276
|
-
"name": "ActionsMenu",
|
|
1277
|
-
"module": "src/actions-menu/actions-menu.ts"
|
|
1278
|
-
}
|
|
1279
|
-
},
|
|
1280
|
-
{
|
|
1281
|
-
"kind": "field",
|
|
1282
|
-
"name": "autoCloseOnAction",
|
|
1283
|
-
"type": {
|
|
1284
|
-
"text": "boolean"
|
|
1285
|
-
},
|
|
1286
|
-
"default": "true",
|
|
1287
|
-
"inheritedFrom": {
|
|
1288
|
-
"name": "ActionsMenu",
|
|
1289
|
-
"module": "src/actions-menu/actions-menu.ts"
|
|
1294
|
+
"name": "Anchor",
|
|
1295
|
+
"module": "src/anchor/anchor.ts"
|
|
1290
1296
|
}
|
|
1291
1297
|
},
|
|
1292
1298
|
{
|
|
1293
1299
|
"kind": "field",
|
|
1294
|
-
"name": "
|
|
1300
|
+
"name": "href",
|
|
1295
1301
|
"type": {
|
|
1296
1302
|
"text": "string"
|
|
1297
1303
|
},
|
|
1304
|
+
"privacy": "public",
|
|
1305
|
+
"description": "The URL the hyperlink references. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
1298
1306
|
"inheritedFrom": {
|
|
1299
|
-
"name": "
|
|
1300
|
-
"module": "src/
|
|
1301
|
-
}
|
|
1302
|
-
},
|
|
1303
|
-
{
|
|
1304
|
-
"kind": "field",
|
|
1305
|
-
"name": "definition",
|
|
1306
|
-
"type": {
|
|
1307
|
-
"text": "any"
|
|
1308
|
-
},
|
|
1309
|
-
"inheritedFrom": {
|
|
1310
|
-
"name": "ActionsMenu",
|
|
1311
|
-
"module": "src/actions-menu/actions-menu.ts"
|
|
1307
|
+
"name": "Anchor",
|
|
1308
|
+
"module": "src/anchor/anchor.ts"
|
|
1312
1309
|
}
|
|
1313
1310
|
},
|
|
1314
1311
|
{
|
|
1315
1312
|
"kind": "field",
|
|
1316
|
-
"name": "
|
|
1313
|
+
"name": "hreflang",
|
|
1317
1314
|
"type": {
|
|
1318
1315
|
"text": "string"
|
|
1319
1316
|
},
|
|
1320
|
-
"
|
|
1321
|
-
"
|
|
1322
|
-
"name": "ActionsMenu",
|
|
1323
|
-
"module": "src/actions-menu/actions-menu.ts"
|
|
1324
|
-
}
|
|
1325
|
-
},
|
|
1326
|
-
{
|
|
1327
|
-
"kind": "field",
|
|
1328
|
-
"name": "open",
|
|
1329
|
-
"type": {
|
|
1330
|
-
"text": "boolean"
|
|
1331
|
-
},
|
|
1332
|
-
"default": "false",
|
|
1317
|
+
"privacy": "public",
|
|
1318
|
+
"description": "Hints at the language of the referenced resource. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
1333
1319
|
"inheritedFrom": {
|
|
1334
|
-
"name": "
|
|
1335
|
-
"module": "src/
|
|
1320
|
+
"name": "Anchor",
|
|
1321
|
+
"module": "src/anchor/anchor.ts"
|
|
1336
1322
|
}
|
|
1337
1323
|
},
|
|
1338
1324
|
{
|
|
1339
1325
|
"kind": "field",
|
|
1340
|
-
"name": "
|
|
1326
|
+
"name": "ping",
|
|
1341
1327
|
"type": {
|
|
1342
1328
|
"text": "string"
|
|
1343
1329
|
},
|
|
1330
|
+
"privacy": "public",
|
|
1331
|
+
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
1344
1332
|
"inheritedFrom": {
|
|
1345
|
-
"name": "
|
|
1346
|
-
"module": "src/
|
|
1333
|
+
"name": "Anchor",
|
|
1334
|
+
"module": "src/anchor/anchor.ts"
|
|
1347
1335
|
}
|
|
1348
1336
|
},
|
|
1349
1337
|
{
|
|
1350
1338
|
"kind": "field",
|
|
1351
|
-
"name": "
|
|
1339
|
+
"name": "referrerpolicy",
|
|
1352
1340
|
"type": {
|
|
1353
|
-
"text": "
|
|
1341
|
+
"text": "string"
|
|
1354
1342
|
},
|
|
1355
|
-
"
|
|
1343
|
+
"privacy": "public",
|
|
1344
|
+
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
1356
1345
|
"inheritedFrom": {
|
|
1357
|
-
"name": "
|
|
1358
|
-
"module": "src/
|
|
1346
|
+
"name": "Anchor",
|
|
1347
|
+
"module": "src/anchor/anchor.ts"
|
|
1359
1348
|
}
|
|
1360
1349
|
},
|
|
1361
1350
|
{
|
|
1362
1351
|
"kind": "field",
|
|
1363
|
-
"name": "
|
|
1352
|
+
"name": "rel",
|
|
1364
1353
|
"type": {
|
|
1365
|
-
"text": "
|
|
1354
|
+
"text": "string"
|
|
1366
1355
|
},
|
|
1367
|
-
"
|
|
1356
|
+
"privacy": "public",
|
|
1357
|
+
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
1368
1358
|
"inheritedFrom": {
|
|
1369
|
-
"name": "
|
|
1370
|
-
"module": "src/
|
|
1359
|
+
"name": "Anchor",
|
|
1360
|
+
"module": "src/anchor/anchor.ts"
|
|
1371
1361
|
}
|
|
1372
1362
|
},
|
|
1373
1363
|
{
|
|
1374
1364
|
"kind": "field",
|
|
1375
|
-
"name": "
|
|
1365
|
+
"name": "target",
|
|
1376
1366
|
"type": {
|
|
1377
|
-
"text": "
|
|
1367
|
+
"text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
|
|
1378
1368
|
},
|
|
1369
|
+
"privacy": "public",
|
|
1370
|
+
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
1379
1371
|
"inheritedFrom": {
|
|
1380
|
-
"name": "
|
|
1381
|
-
"module": "src/
|
|
1372
|
+
"name": "Anchor",
|
|
1373
|
+
"module": "src/anchor/anchor.ts"
|
|
1382
1374
|
}
|
|
1383
1375
|
},
|
|
1384
1376
|
{
|
|
1385
1377
|
"kind": "field",
|
|
1386
|
-
"name": "
|
|
1378
|
+
"name": "type",
|
|
1387
1379
|
"type": {
|
|
1388
|
-
"text": "
|
|
1380
|
+
"text": "string"
|
|
1389
1381
|
},
|
|
1382
|
+
"privacy": "public",
|
|
1383
|
+
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
1390
1384
|
"inheritedFrom": {
|
|
1391
|
-
"name": "
|
|
1392
|
-
"module": "src/
|
|
1393
|
-
}
|
|
1394
|
-
},
|
|
1395
|
-
{
|
|
1396
|
-
"kind": "method",
|
|
1397
|
-
"name": "definitionChanged",
|
|
1398
|
-
"privacy": "protected",
|
|
1399
|
-
"parameters": [
|
|
1400
|
-
{
|
|
1401
|
-
"name": "oldValue",
|
|
1402
|
-
"type": {
|
|
1403
|
-
"text": "any"
|
|
1404
|
-
}
|
|
1405
|
-
},
|
|
1406
|
-
{
|
|
1407
|
-
"name": "newValue",
|
|
1408
|
-
"type": {
|
|
1409
|
-
"text": "any"
|
|
1410
|
-
}
|
|
1411
|
-
}
|
|
1412
|
-
],
|
|
1413
|
-
"inheritedFrom": {
|
|
1414
|
-
"name": "ActionsMenu",
|
|
1415
|
-
"module": "src/actions-menu/actions-menu.ts"
|
|
1416
|
-
}
|
|
1417
|
-
},
|
|
1418
|
-
{
|
|
1419
|
-
"kind": "method",
|
|
1420
|
-
"name": "openChanged",
|
|
1421
|
-
"privacy": "protected",
|
|
1422
|
-
"inheritedFrom": {
|
|
1423
|
-
"name": "ActionsMenu",
|
|
1424
|
-
"module": "src/actions-menu/actions-menu.ts"
|
|
1425
|
-
}
|
|
1426
|
-
},
|
|
1427
|
-
{
|
|
1428
|
-
"kind": "method",
|
|
1429
|
-
"name": "toggleActionsMenuVisibility",
|
|
1430
|
-
"inheritedFrom": {
|
|
1431
|
-
"name": "ActionsMenu",
|
|
1432
|
-
"module": "src/actions-menu/actions-menu.ts"
|
|
1433
|
-
}
|
|
1434
|
-
},
|
|
1435
|
-
{
|
|
1436
|
-
"kind": "method",
|
|
1437
|
-
"name": "onActionMenuItemClick",
|
|
1438
|
-
"parameters": [
|
|
1439
|
-
{
|
|
1440
|
-
"name": "callback",
|
|
1441
|
-
"type": {
|
|
1442
|
-
"text": "(rowData) => void | any"
|
|
1443
|
-
}
|
|
1444
|
-
}
|
|
1445
|
-
],
|
|
1446
|
-
"inheritedFrom": {
|
|
1447
|
-
"name": "ActionsMenu",
|
|
1448
|
-
"module": "src/actions-menu/actions-menu.ts"
|
|
1385
|
+
"name": "Anchor",
|
|
1386
|
+
"module": "src/anchor/anchor.ts"
|
|
1449
1387
|
}
|
|
1450
1388
|
},
|
|
1451
1389
|
{
|
|
1452
1390
|
"kind": "field",
|
|
1453
|
-
"name": "
|
|
1391
|
+
"name": "control",
|
|
1454
1392
|
"type": {
|
|
1455
|
-
"text": "
|
|
1393
|
+
"text": "HTMLAnchorElement | undefined"
|
|
1456
1394
|
},
|
|
1457
|
-
"
|
|
1395
|
+
"privacy": "public",
|
|
1396
|
+
"description": "References the root element",
|
|
1458
1397
|
"inheritedFrom": {
|
|
1459
|
-
"name": "
|
|
1460
|
-
"module": "src/
|
|
1398
|
+
"name": "Anchor",
|
|
1399
|
+
"module": "src/anchor/anchor.ts"
|
|
1461
1400
|
}
|
|
1462
1401
|
},
|
|
1463
1402
|
{
|
|
1464
1403
|
"kind": "field",
|
|
1465
|
-
"name": "
|
|
1466
|
-
"
|
|
1467
|
-
"
|
|
1468
|
-
"name": "ActionsMenu",
|
|
1469
|
-
"module": "src/actions-menu/actions-menu.ts"
|
|
1470
|
-
}
|
|
1471
|
-
},
|
|
1472
|
-
{
|
|
1473
|
-
"kind": "method",
|
|
1474
|
-
"name": "getLabel",
|
|
1475
|
-
"parameters": [
|
|
1476
|
-
{
|
|
1477
|
-
"name": "name",
|
|
1478
|
-
"type": {
|
|
1479
|
-
"text": "string | ((rowData: any) => string)"
|
|
1480
|
-
}
|
|
1481
|
-
}
|
|
1482
|
-
],
|
|
1483
|
-
"inheritedFrom": {
|
|
1484
|
-
"name": "ActionsMenu",
|
|
1485
|
-
"module": "src/actions-menu/actions-menu.ts"
|
|
1486
|
-
}
|
|
1487
|
-
},
|
|
1488
|
-
{
|
|
1489
|
-
"kind": "method",
|
|
1490
|
-
"name": "getTemplate",
|
|
1491
|
-
"parameters": [
|
|
1492
|
-
{
|
|
1493
|
-
"name": "prefix",
|
|
1494
|
-
"type": {
|
|
1495
|
-
"text": "string"
|
|
1496
|
-
}
|
|
1497
|
-
}
|
|
1498
|
-
],
|
|
1404
|
+
"name": "handleUnsupportedDelegatesFocus",
|
|
1405
|
+
"privacy": "private",
|
|
1406
|
+
"description": "Overrides the focus call for where delegatesFocus is unsupported.\nThis check works for Chrome, Edge Chromium, FireFox, and Safari\nRelevant PR on the Firefox browser: https://phabricator.services.mozilla.com/D123858",
|
|
1499
1407
|
"inheritedFrom": {
|
|
1500
|
-
"name": "
|
|
1501
|
-
"module": "src/
|
|
1408
|
+
"name": "Anchor",
|
|
1409
|
+
"module": "src/anchor/anchor.ts"
|
|
1502
1410
|
}
|
|
1503
1411
|
},
|
|
1504
1412
|
{
|
|
@@ -1510,8 +1418,8 @@
|
|
|
1510
1418
|
"privacy": "private",
|
|
1511
1419
|
"default": "void 0",
|
|
1512
1420
|
"inheritedFrom": {
|
|
1513
|
-
"name": "
|
|
1514
|
-
"module": "src/
|
|
1421
|
+
"name": "Anchor",
|
|
1422
|
+
"module": "src/anchor/anchor.ts"
|
|
1515
1423
|
}
|
|
1516
1424
|
},
|
|
1517
1425
|
{
|
|
@@ -1523,8 +1431,8 @@
|
|
|
1523
1431
|
"privacy": "public",
|
|
1524
1432
|
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
1525
1433
|
"inheritedFrom": {
|
|
1526
|
-
"name": "
|
|
1527
|
-
"module": "src/
|
|
1434
|
+
"name": "Anchor",
|
|
1435
|
+
"module": "src/anchor/anchor.ts"
|
|
1528
1436
|
}
|
|
1529
1437
|
},
|
|
1530
1438
|
{
|
|
@@ -1536,8 +1444,8 @@
|
|
|
1536
1444
|
"privacy": "public",
|
|
1537
1445
|
"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.",
|
|
1538
1446
|
"inheritedFrom": {
|
|
1539
|
-
"name": "
|
|
1540
|
-
"module": "src/
|
|
1447
|
+
"name": "Anchor",
|
|
1448
|
+
"module": "src/anchor/anchor.ts"
|
|
1541
1449
|
}
|
|
1542
1450
|
},
|
|
1543
1451
|
{
|
|
@@ -1550,8 +1458,8 @@
|
|
|
1550
1458
|
}
|
|
1551
1459
|
},
|
|
1552
1460
|
"inheritedFrom": {
|
|
1553
|
-
"name": "
|
|
1554
|
-
"module": "src/
|
|
1461
|
+
"name": "Anchor",
|
|
1462
|
+
"module": "src/anchor/anchor.ts"
|
|
1555
1463
|
}
|
|
1556
1464
|
},
|
|
1557
1465
|
{
|
|
@@ -1563,8 +1471,8 @@
|
|
|
1563
1471
|
"privacy": "public",
|
|
1564
1472
|
"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.",
|
|
1565
1473
|
"inheritedFrom": {
|
|
1566
|
-
"name": "
|
|
1567
|
-
"module": "src/
|
|
1474
|
+
"name": "Anchor",
|
|
1475
|
+
"module": "src/anchor/anchor.ts"
|
|
1568
1476
|
}
|
|
1569
1477
|
},
|
|
1570
1478
|
{
|
|
@@ -1577,8 +1485,8 @@
|
|
|
1577
1485
|
}
|
|
1578
1486
|
},
|
|
1579
1487
|
"inheritedFrom": {
|
|
1580
|
-
"name": "
|
|
1581
|
-
"module": "src/
|
|
1488
|
+
"name": "Anchor",
|
|
1489
|
+
"module": "src/anchor/anchor.ts"
|
|
1582
1490
|
}
|
|
1583
1491
|
},
|
|
1584
1492
|
{
|
|
@@ -1608,41 +1516,39 @@
|
|
|
1608
1516
|
],
|
|
1609
1517
|
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
1610
1518
|
"inheritedFrom": {
|
|
1611
|
-
"name": "
|
|
1612
|
-
"module": "src/
|
|
1519
|
+
"name": "Anchor",
|
|
1520
|
+
"module": "src/anchor/anchor.ts"
|
|
1613
1521
|
}
|
|
1614
1522
|
}
|
|
1615
1523
|
]
|
|
1616
1524
|
},
|
|
1617
1525
|
{
|
|
1618
1526
|
"kind": "variable",
|
|
1619
|
-
"name": "
|
|
1620
|
-
"description": "The Rapid Actions Menu",
|
|
1621
|
-
"privacy": "public"
|
|
1527
|
+
"name": "rapidAnchor"
|
|
1622
1528
|
}
|
|
1623
1529
|
],
|
|
1624
1530
|
"exports": [
|
|
1625
1531
|
{
|
|
1626
1532
|
"kind": "js",
|
|
1627
|
-
"name": "
|
|
1533
|
+
"name": "Anchor",
|
|
1628
1534
|
"declaration": {
|
|
1629
|
-
"name": "
|
|
1630
|
-
"module": "src/
|
|
1535
|
+
"name": "Anchor",
|
|
1536
|
+
"module": "src/anchor/anchor.ts"
|
|
1631
1537
|
}
|
|
1632
1538
|
},
|
|
1633
1539
|
{
|
|
1634
1540
|
"kind": "js",
|
|
1635
|
-
"name": "
|
|
1541
|
+
"name": "rapidAnchor",
|
|
1636
1542
|
"declaration": {
|
|
1637
|
-
"name": "
|
|
1638
|
-
"module": "src/
|
|
1543
|
+
"name": "rapidAnchor",
|
|
1544
|
+
"module": "src/anchor/anchor.ts"
|
|
1639
1545
|
}
|
|
1640
1546
|
}
|
|
1641
1547
|
]
|
|
1642
1548
|
},
|
|
1643
1549
|
{
|
|
1644
1550
|
"kind": "javascript-module",
|
|
1645
|
-
"path": "src/
|
|
1551
|
+
"path": "src/anchor/index.ts",
|
|
1646
1552
|
"declarations": [],
|
|
1647
1553
|
"exports": [
|
|
1648
1554
|
{
|
|
@@ -1650,7 +1556,7 @@
|
|
|
1650
1556
|
"name": "*",
|
|
1651
1557
|
"declaration": {
|
|
1652
1558
|
"name": "*",
|
|
1653
|
-
"package": "./
|
|
1559
|
+
"package": "./anchor"
|
|
1654
1560
|
}
|
|
1655
1561
|
},
|
|
1656
1562
|
{
|
|
@@ -1658,60 +1564,29 @@
|
|
|
1658
1564
|
"name": "*",
|
|
1659
1565
|
"declaration": {
|
|
1660
1566
|
"name": "*",
|
|
1661
|
-
"package": "./
|
|
1567
|
+
"package": "./anchor.styles"
|
|
1662
1568
|
}
|
|
1663
|
-
}
|
|
1664
|
-
]
|
|
1665
|
-
},
|
|
1666
|
-
{
|
|
1667
|
-
"kind": "javascript-module",
|
|
1668
|
-
"path": "src/anchor/anchor.styles.ts",
|
|
1669
|
-
"declarations": [
|
|
1670
|
-
{
|
|
1671
|
-
"kind": "function",
|
|
1672
|
-
"name": "rapidAnchorStyles",
|
|
1673
|
-
"return": {
|
|
1674
|
-
"type": {
|
|
1675
|
-
"text": "ElementStyles"
|
|
1676
|
-
}
|
|
1677
|
-
},
|
|
1678
|
-
"parameters": [
|
|
1679
|
-
{
|
|
1680
|
-
"name": "context",
|
|
1681
|
-
"type": {
|
|
1682
|
-
"text": "ElementDefinitionContext"
|
|
1683
|
-
}
|
|
1684
|
-
},
|
|
1685
|
-
{
|
|
1686
|
-
"name": "definition",
|
|
1687
|
-
"type": {
|
|
1688
|
-
"text": "FoundationElementDefinition"
|
|
1689
|
-
}
|
|
1690
|
-
}
|
|
1691
|
-
]
|
|
1692
|
-
}
|
|
1693
|
-
],
|
|
1694
|
-
"exports": [
|
|
1569
|
+
},
|
|
1695
1570
|
{
|
|
1696
1571
|
"kind": "js",
|
|
1697
|
-
"name": "
|
|
1572
|
+
"name": "*",
|
|
1698
1573
|
"declaration": {
|
|
1699
|
-
"name": "
|
|
1700
|
-
"
|
|
1574
|
+
"name": "*",
|
|
1575
|
+
"package": "./anchor.template"
|
|
1701
1576
|
}
|
|
1702
1577
|
}
|
|
1703
1578
|
]
|
|
1704
1579
|
},
|
|
1705
1580
|
{
|
|
1706
1581
|
"kind": "javascript-module",
|
|
1707
|
-
"path": "src/
|
|
1582
|
+
"path": "src/actions-menu/actions-menu.styles.ts",
|
|
1708
1583
|
"declarations": [
|
|
1709
1584
|
{
|
|
1710
1585
|
"kind": "function",
|
|
1711
|
-
"name": "
|
|
1586
|
+
"name": "rapidActionsMenuStyles",
|
|
1712
1587
|
"return": {
|
|
1713
1588
|
"type": {
|
|
1714
|
-
"text": "
|
|
1589
|
+
"text": "ElementStyles"
|
|
1715
1590
|
}
|
|
1716
1591
|
},
|
|
1717
1592
|
"parameters": [
|
|
@@ -1733,252 +1608,383 @@
|
|
|
1733
1608
|
"exports": [
|
|
1734
1609
|
{
|
|
1735
1610
|
"kind": "js",
|
|
1736
|
-
"name": "
|
|
1611
|
+
"name": "rapidActionsMenuStyles",
|
|
1737
1612
|
"declaration": {
|
|
1738
|
-
"name": "
|
|
1739
|
-
"module": "src/
|
|
1613
|
+
"name": "rapidActionsMenuStyles",
|
|
1614
|
+
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
1740
1615
|
}
|
|
1741
1616
|
}
|
|
1742
1617
|
]
|
|
1743
1618
|
},
|
|
1744
1619
|
{
|
|
1745
1620
|
"kind": "javascript-module",
|
|
1746
|
-
"path": "src/
|
|
1621
|
+
"path": "src/actions-menu/actions-menu.ts",
|
|
1747
1622
|
"declarations": [
|
|
1748
1623
|
{
|
|
1749
1624
|
"kind": "class",
|
|
1750
1625
|
"description": "",
|
|
1751
|
-
"name": "
|
|
1626
|
+
"name": "ActionsMenu",
|
|
1752
1627
|
"superclass": {
|
|
1753
|
-
"name": "
|
|
1628
|
+
"name": "FoundationActionsMenu",
|
|
1754
1629
|
"package": "@genesislcap/foundation-ui"
|
|
1755
1630
|
},
|
|
1756
|
-
"tagName": "%%prefix%%-
|
|
1631
|
+
"tagName": "%%prefix%%-actions-menu",
|
|
1757
1632
|
"customElement": true,
|
|
1758
1633
|
"attributes": [
|
|
1759
1634
|
{
|
|
1760
|
-
"name": "
|
|
1635
|
+
"name": "is-vertical",
|
|
1761
1636
|
"type": {
|
|
1762
|
-
"text": "
|
|
1637
|
+
"text": "boolean"
|
|
1763
1638
|
},
|
|
1764
|
-
"
|
|
1765
|
-
"fieldName": "
|
|
1639
|
+
"default": "false",
|
|
1640
|
+
"fieldName": "isVertical",
|
|
1766
1641
|
"inheritedFrom": {
|
|
1767
|
-
"name": "
|
|
1768
|
-
"module": "src/
|
|
1642
|
+
"name": "ActionsMenu",
|
|
1643
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1769
1644
|
}
|
|
1770
1645
|
},
|
|
1771
1646
|
{
|
|
1772
|
-
"name": "
|
|
1647
|
+
"name": "add-default-actions",
|
|
1773
1648
|
"type": {
|
|
1774
|
-
"text": "
|
|
1649
|
+
"text": "boolean"
|
|
1775
1650
|
},
|
|
1776
|
-
"
|
|
1777
|
-
"fieldName": "
|
|
1651
|
+
"default": "true",
|
|
1652
|
+
"fieldName": "addDefaultActions",
|
|
1778
1653
|
"inheritedFrom": {
|
|
1779
|
-
"name": "
|
|
1780
|
-
"module": "src/
|
|
1654
|
+
"name": "ActionsMenu",
|
|
1655
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1781
1656
|
}
|
|
1782
1657
|
},
|
|
1783
1658
|
{
|
|
1784
|
-
"name": "
|
|
1659
|
+
"name": "auto-close-on-action",
|
|
1785
1660
|
"type": {
|
|
1786
|
-
"text": "
|
|
1661
|
+
"text": "boolean"
|
|
1787
1662
|
},
|
|
1788
|
-
"
|
|
1789
|
-
"fieldName": "
|
|
1663
|
+
"default": "true",
|
|
1664
|
+
"fieldName": "autoCloseOnAction",
|
|
1790
1665
|
"inheritedFrom": {
|
|
1791
|
-
"name": "
|
|
1792
|
-
"module": "src/
|
|
1666
|
+
"name": "ActionsMenu",
|
|
1667
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1793
1668
|
}
|
|
1794
1669
|
},
|
|
1795
1670
|
{
|
|
1796
|
-
"name": "
|
|
1671
|
+
"name": "name",
|
|
1797
1672
|
"type": {
|
|
1798
1673
|
"text": "string"
|
|
1799
1674
|
},
|
|
1800
|
-
"
|
|
1801
|
-
"fieldName": "
|
|
1675
|
+
"default": "'Actions'",
|
|
1676
|
+
"fieldName": "name",
|
|
1802
1677
|
"inheritedFrom": {
|
|
1803
|
-
"name": "
|
|
1804
|
-
"module": "src/
|
|
1678
|
+
"name": "ActionsMenu",
|
|
1679
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1805
1680
|
}
|
|
1806
1681
|
},
|
|
1807
1682
|
{
|
|
1808
|
-
"name": "
|
|
1683
|
+
"name": "open",
|
|
1809
1684
|
"type": {
|
|
1810
|
-
"text": "
|
|
1685
|
+
"text": "boolean"
|
|
1811
1686
|
},
|
|
1812
|
-
"
|
|
1813
|
-
"fieldName": "
|
|
1687
|
+
"default": "false",
|
|
1688
|
+
"fieldName": "open",
|
|
1814
1689
|
"inheritedFrom": {
|
|
1815
|
-
"name": "
|
|
1816
|
-
"module": "src/
|
|
1690
|
+
"name": "ActionsMenu",
|
|
1691
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1817
1692
|
}
|
|
1818
1693
|
},
|
|
1819
1694
|
{
|
|
1820
|
-
"name": "
|
|
1695
|
+
"name": "buttonAppearance",
|
|
1821
1696
|
"type": {
|
|
1822
1697
|
"text": "string"
|
|
1823
1698
|
},
|
|
1824
|
-
"
|
|
1825
|
-
"fieldName": "rel",
|
|
1699
|
+
"fieldName": "buttonAppearance",
|
|
1826
1700
|
"inheritedFrom": {
|
|
1827
|
-
"name": "
|
|
1828
|
-
"module": "src/
|
|
1701
|
+
"name": "ActionsMenu",
|
|
1702
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1829
1703
|
}
|
|
1830
1704
|
},
|
|
1831
1705
|
{
|
|
1832
|
-
"name": "
|
|
1706
|
+
"name": "hide-disabled",
|
|
1833
1707
|
"type": {
|
|
1834
|
-
"text": "
|
|
1708
|
+
"text": "boolean"
|
|
1835
1709
|
},
|
|
1836
|
-
"
|
|
1837
|
-
"fieldName": "
|
|
1710
|
+
"default": "false",
|
|
1711
|
+
"fieldName": "hideDisabled",
|
|
1838
1712
|
"inheritedFrom": {
|
|
1839
|
-
"name": "
|
|
1840
|
-
"module": "src/
|
|
1713
|
+
"name": "ActionsMenu",
|
|
1714
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1841
1715
|
}
|
|
1842
1716
|
},
|
|
1843
1717
|
{
|
|
1844
|
-
"name": "
|
|
1718
|
+
"name": "hide-menu-single-option",
|
|
1845
1719
|
"type": {
|
|
1846
|
-
"text": "
|
|
1720
|
+
"text": "boolean"
|
|
1847
1721
|
},
|
|
1848
|
-
"
|
|
1849
|
-
"fieldName": "
|
|
1722
|
+
"default": "false",
|
|
1723
|
+
"fieldName": "hideMenuSingleOption",
|
|
1850
1724
|
"inheritedFrom": {
|
|
1851
|
-
"name": "
|
|
1852
|
-
"module": "src/
|
|
1725
|
+
"name": "ActionsMenu",
|
|
1726
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1853
1727
|
}
|
|
1854
1728
|
}
|
|
1855
1729
|
],
|
|
1856
1730
|
"members": [
|
|
1857
1731
|
{
|
|
1858
1732
|
"kind": "field",
|
|
1859
|
-
"name": "
|
|
1733
|
+
"name": "actions",
|
|
1734
|
+
"type": {
|
|
1735
|
+
"text": "ActionMenuItem[]"
|
|
1736
|
+
},
|
|
1737
|
+
"inheritedFrom": {
|
|
1738
|
+
"name": "ActionsMenu",
|
|
1739
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1740
|
+
}
|
|
1741
|
+
},
|
|
1742
|
+
{
|
|
1743
|
+
"kind": "field",
|
|
1744
|
+
"name": "isVertical",
|
|
1745
|
+
"type": {
|
|
1746
|
+
"text": "boolean"
|
|
1747
|
+
},
|
|
1748
|
+
"default": "false",
|
|
1749
|
+
"inheritedFrom": {
|
|
1750
|
+
"name": "ActionsMenu",
|
|
1751
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1752
|
+
}
|
|
1753
|
+
},
|
|
1754
|
+
{
|
|
1755
|
+
"kind": "field",
|
|
1756
|
+
"name": "addDefaultActions",
|
|
1757
|
+
"type": {
|
|
1758
|
+
"text": "boolean"
|
|
1759
|
+
},
|
|
1760
|
+
"default": "true",
|
|
1761
|
+
"inheritedFrom": {
|
|
1762
|
+
"name": "ActionsMenu",
|
|
1763
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1764
|
+
}
|
|
1765
|
+
},
|
|
1766
|
+
{
|
|
1767
|
+
"kind": "field",
|
|
1768
|
+
"name": "autoCloseOnAction",
|
|
1769
|
+
"type": {
|
|
1770
|
+
"text": "boolean"
|
|
1771
|
+
},
|
|
1772
|
+
"default": "true",
|
|
1773
|
+
"inheritedFrom": {
|
|
1774
|
+
"name": "ActionsMenu",
|
|
1775
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1776
|
+
}
|
|
1777
|
+
},
|
|
1778
|
+
{
|
|
1779
|
+
"kind": "field",
|
|
1780
|
+
"name": "classNames",
|
|
1860
1781
|
"type": {
|
|
1861
1782
|
"text": "string"
|
|
1862
1783
|
},
|
|
1863
|
-
"privacy": "public",
|
|
1864
|
-
"description": "Prompts the user to save the linked URL. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
1865
1784
|
"inheritedFrom": {
|
|
1866
|
-
"name": "
|
|
1867
|
-
"module": "src/
|
|
1785
|
+
"name": "ActionsMenu",
|
|
1786
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1787
|
+
}
|
|
1788
|
+
},
|
|
1789
|
+
{
|
|
1790
|
+
"kind": "field",
|
|
1791
|
+
"name": "definition",
|
|
1792
|
+
"type": {
|
|
1793
|
+
"text": "any"
|
|
1794
|
+
},
|
|
1795
|
+
"inheritedFrom": {
|
|
1796
|
+
"name": "ActionsMenu",
|
|
1797
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1798
|
+
}
|
|
1799
|
+
},
|
|
1800
|
+
{
|
|
1801
|
+
"kind": "field",
|
|
1802
|
+
"name": "name",
|
|
1803
|
+
"type": {
|
|
1804
|
+
"text": "string"
|
|
1805
|
+
},
|
|
1806
|
+
"default": "'Actions'",
|
|
1807
|
+
"inheritedFrom": {
|
|
1808
|
+
"name": "ActionsMenu",
|
|
1809
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1810
|
+
}
|
|
1811
|
+
},
|
|
1812
|
+
{
|
|
1813
|
+
"kind": "field",
|
|
1814
|
+
"name": "open",
|
|
1815
|
+
"type": {
|
|
1816
|
+
"text": "boolean"
|
|
1817
|
+
},
|
|
1818
|
+
"default": "false",
|
|
1819
|
+
"inheritedFrom": {
|
|
1820
|
+
"name": "ActionsMenu",
|
|
1821
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1822
|
+
}
|
|
1823
|
+
},
|
|
1824
|
+
{
|
|
1825
|
+
"kind": "field",
|
|
1826
|
+
"name": "buttonAppearance",
|
|
1827
|
+
"type": {
|
|
1828
|
+
"text": "string"
|
|
1829
|
+
},
|
|
1830
|
+
"inheritedFrom": {
|
|
1831
|
+
"name": "ActionsMenu",
|
|
1832
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1833
|
+
}
|
|
1834
|
+
},
|
|
1835
|
+
{
|
|
1836
|
+
"kind": "field",
|
|
1837
|
+
"name": "hideDisabled",
|
|
1838
|
+
"type": {
|
|
1839
|
+
"text": "boolean"
|
|
1840
|
+
},
|
|
1841
|
+
"default": "false",
|
|
1842
|
+
"inheritedFrom": {
|
|
1843
|
+
"name": "ActionsMenu",
|
|
1844
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1845
|
+
}
|
|
1846
|
+
},
|
|
1847
|
+
{
|
|
1848
|
+
"kind": "field",
|
|
1849
|
+
"name": "hideMenuSingleOption",
|
|
1850
|
+
"type": {
|
|
1851
|
+
"text": "boolean"
|
|
1852
|
+
},
|
|
1853
|
+
"default": "false",
|
|
1854
|
+
"inheritedFrom": {
|
|
1855
|
+
"name": "ActionsMenu",
|
|
1856
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1868
1857
|
}
|
|
1869
1858
|
},
|
|
1870
1859
|
{
|
|
1871
1860
|
"kind": "field",
|
|
1872
|
-
"name": "
|
|
1861
|
+
"name": "singleOption",
|
|
1873
1862
|
"type": {
|
|
1874
|
-
"text": "
|
|
1863
|
+
"text": "ActionMenuItem"
|
|
1875
1864
|
},
|
|
1876
|
-
"privacy": "public",
|
|
1877
|
-
"description": "The URL the hyperlink references. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
1878
1865
|
"inheritedFrom": {
|
|
1879
|
-
"name": "
|
|
1880
|
-
"module": "src/
|
|
1866
|
+
"name": "ActionsMenu",
|
|
1867
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1881
1868
|
}
|
|
1882
1869
|
},
|
|
1883
1870
|
{
|
|
1884
1871
|
"kind": "field",
|
|
1885
|
-
"name": "
|
|
1872
|
+
"name": "actionsMenu",
|
|
1886
1873
|
"type": {
|
|
1887
|
-
"text": "
|
|
1874
|
+
"text": "HTMLElement"
|
|
1888
1875
|
},
|
|
1889
|
-
"privacy": "public",
|
|
1890
|
-
"description": "Hints at the language of the referenced resource. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
1891
1876
|
"inheritedFrom": {
|
|
1892
|
-
"name": "
|
|
1893
|
-
"module": "src/
|
|
1877
|
+
"name": "ActionsMenu",
|
|
1878
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1894
1879
|
}
|
|
1895
1880
|
},
|
|
1896
1881
|
{
|
|
1897
|
-
"kind": "
|
|
1898
|
-
"name": "
|
|
1899
|
-
"
|
|
1900
|
-
|
|
1901
|
-
|
|
1902
|
-
|
|
1903
|
-
|
|
1882
|
+
"kind": "method",
|
|
1883
|
+
"name": "definitionChanged",
|
|
1884
|
+
"privacy": "protected",
|
|
1885
|
+
"parameters": [
|
|
1886
|
+
{
|
|
1887
|
+
"name": "oldValue",
|
|
1888
|
+
"type": {
|
|
1889
|
+
"text": "any"
|
|
1890
|
+
}
|
|
1891
|
+
},
|
|
1892
|
+
{
|
|
1893
|
+
"name": "newValue",
|
|
1894
|
+
"type": {
|
|
1895
|
+
"text": "any"
|
|
1896
|
+
}
|
|
1897
|
+
}
|
|
1898
|
+
],
|
|
1904
1899
|
"inheritedFrom": {
|
|
1905
|
-
"name": "
|
|
1906
|
-
"module": "src/
|
|
1900
|
+
"name": "ActionsMenu",
|
|
1901
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1907
1902
|
}
|
|
1908
1903
|
},
|
|
1909
1904
|
{
|
|
1910
|
-
"kind": "
|
|
1911
|
-
"name": "
|
|
1912
|
-
"
|
|
1913
|
-
"text": "string"
|
|
1914
|
-
},
|
|
1915
|
-
"privacy": "public",
|
|
1916
|
-
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
1905
|
+
"kind": "method",
|
|
1906
|
+
"name": "openChanged",
|
|
1907
|
+
"privacy": "protected",
|
|
1917
1908
|
"inheritedFrom": {
|
|
1918
|
-
"name": "
|
|
1919
|
-
"module": "src/
|
|
1909
|
+
"name": "ActionsMenu",
|
|
1910
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1920
1911
|
}
|
|
1921
1912
|
},
|
|
1922
1913
|
{
|
|
1923
|
-
"kind": "
|
|
1924
|
-
"name": "
|
|
1925
|
-
"type": {
|
|
1926
|
-
"text": "string"
|
|
1927
|
-
},
|
|
1928
|
-
"privacy": "public",
|
|
1929
|
-
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
1914
|
+
"kind": "method",
|
|
1915
|
+
"name": "toggleActionsMenuVisibility",
|
|
1930
1916
|
"inheritedFrom": {
|
|
1931
|
-
"name": "
|
|
1932
|
-
"module": "src/
|
|
1917
|
+
"name": "ActionsMenu",
|
|
1918
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1933
1919
|
}
|
|
1934
1920
|
},
|
|
1935
1921
|
{
|
|
1936
|
-
"kind": "
|
|
1937
|
-
"name": "
|
|
1938
|
-
"
|
|
1939
|
-
|
|
1940
|
-
|
|
1941
|
-
|
|
1942
|
-
|
|
1922
|
+
"kind": "method",
|
|
1923
|
+
"name": "onActionMenuItemClick",
|
|
1924
|
+
"parameters": [
|
|
1925
|
+
{
|
|
1926
|
+
"name": "callback",
|
|
1927
|
+
"type": {
|
|
1928
|
+
"text": "(rowData) => void | any"
|
|
1929
|
+
}
|
|
1930
|
+
}
|
|
1931
|
+
],
|
|
1943
1932
|
"inheritedFrom": {
|
|
1944
|
-
"name": "
|
|
1945
|
-
"module": "src/
|
|
1933
|
+
"name": "ActionsMenu",
|
|
1934
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1946
1935
|
}
|
|
1947
1936
|
},
|
|
1948
1937
|
{
|
|
1949
1938
|
"kind": "field",
|
|
1950
|
-
"name": "
|
|
1939
|
+
"name": "allActions",
|
|
1951
1940
|
"type": {
|
|
1952
|
-
"text": "
|
|
1941
|
+
"text": "ActionMenuItem[]"
|
|
1953
1942
|
},
|
|
1954
|
-
"
|
|
1955
|
-
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
1943
|
+
"readonly": true,
|
|
1956
1944
|
"inheritedFrom": {
|
|
1957
|
-
"name": "
|
|
1958
|
-
"module": "src/
|
|
1945
|
+
"name": "ActionsMenu",
|
|
1946
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1959
1947
|
}
|
|
1960
1948
|
},
|
|
1961
1949
|
{
|
|
1962
1950
|
"kind": "field",
|
|
1963
|
-
"name": "
|
|
1964
|
-
"
|
|
1965
|
-
"text": "HTMLAnchorElement | undefined"
|
|
1966
|
-
},
|
|
1967
|
-
"privacy": "public",
|
|
1968
|
-
"description": "References the root element",
|
|
1951
|
+
"name": "rowData",
|
|
1952
|
+
"readonly": true,
|
|
1969
1953
|
"inheritedFrom": {
|
|
1970
|
-
"name": "
|
|
1971
|
-
"module": "src/
|
|
1954
|
+
"name": "ActionsMenu",
|
|
1955
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1972
1956
|
}
|
|
1973
1957
|
},
|
|
1974
1958
|
{
|
|
1975
|
-
"kind": "
|
|
1976
|
-
"name": "
|
|
1977
|
-
"
|
|
1978
|
-
|
|
1959
|
+
"kind": "method",
|
|
1960
|
+
"name": "getLabel",
|
|
1961
|
+
"parameters": [
|
|
1962
|
+
{
|
|
1963
|
+
"name": "name",
|
|
1964
|
+
"type": {
|
|
1965
|
+
"text": "string | ((rowData: any) => string)"
|
|
1966
|
+
}
|
|
1967
|
+
}
|
|
1968
|
+
],
|
|
1979
1969
|
"inheritedFrom": {
|
|
1980
|
-
"name": "
|
|
1981
|
-
"module": "src/
|
|
1970
|
+
"name": "ActionsMenu",
|
|
1971
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1972
|
+
}
|
|
1973
|
+
},
|
|
1974
|
+
{
|
|
1975
|
+
"kind": "method",
|
|
1976
|
+
"name": "getTemplate",
|
|
1977
|
+
"parameters": [
|
|
1978
|
+
{
|
|
1979
|
+
"name": "prefix",
|
|
1980
|
+
"type": {
|
|
1981
|
+
"text": "string"
|
|
1982
|
+
}
|
|
1983
|
+
}
|
|
1984
|
+
],
|
|
1985
|
+
"inheritedFrom": {
|
|
1986
|
+
"name": "ActionsMenu",
|
|
1987
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1982
1988
|
}
|
|
1983
1989
|
},
|
|
1984
1990
|
{
|
|
@@ -1990,8 +1996,8 @@
|
|
|
1990
1996
|
"privacy": "private",
|
|
1991
1997
|
"default": "void 0",
|
|
1992
1998
|
"inheritedFrom": {
|
|
1993
|
-
"name": "
|
|
1994
|
-
"module": "src/
|
|
1999
|
+
"name": "FoundationElement",
|
|
2000
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1995
2001
|
}
|
|
1996
2002
|
},
|
|
1997
2003
|
{
|
|
@@ -2003,8 +2009,8 @@
|
|
|
2003
2009
|
"privacy": "public",
|
|
2004
2010
|
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
2005
2011
|
"inheritedFrom": {
|
|
2006
|
-
"name": "
|
|
2007
|
-
"module": "src/
|
|
2012
|
+
"name": "FoundationElement",
|
|
2013
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2008
2014
|
}
|
|
2009
2015
|
},
|
|
2010
2016
|
{
|
|
@@ -2016,8 +2022,8 @@
|
|
|
2016
2022
|
"privacy": "public",
|
|
2017
2023
|
"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.",
|
|
2018
2024
|
"inheritedFrom": {
|
|
2019
|
-
"name": "
|
|
2020
|
-
"module": "src/
|
|
2025
|
+
"name": "FoundationElement",
|
|
2026
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2021
2027
|
}
|
|
2022
2028
|
},
|
|
2023
2029
|
{
|
|
@@ -2030,8 +2036,8 @@
|
|
|
2030
2036
|
}
|
|
2031
2037
|
},
|
|
2032
2038
|
"inheritedFrom": {
|
|
2033
|
-
"name": "
|
|
2034
|
-
"module": "src/
|
|
2039
|
+
"name": "FoundationElement",
|
|
2040
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2035
2041
|
}
|
|
2036
2042
|
},
|
|
2037
2043
|
{
|
|
@@ -2043,8 +2049,8 @@
|
|
|
2043
2049
|
"privacy": "public",
|
|
2044
2050
|
"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.",
|
|
2045
2051
|
"inheritedFrom": {
|
|
2046
|
-
"name": "
|
|
2047
|
-
"module": "src/
|
|
2052
|
+
"name": "FoundationElement",
|
|
2053
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2048
2054
|
}
|
|
2049
2055
|
},
|
|
2050
2056
|
{
|
|
@@ -2057,8 +2063,8 @@
|
|
|
2057
2063
|
}
|
|
2058
2064
|
},
|
|
2059
2065
|
"inheritedFrom": {
|
|
2060
|
-
"name": "
|
|
2061
|
-
"module": "src/
|
|
2066
|
+
"name": "FoundationElement",
|
|
2067
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2062
2068
|
}
|
|
2063
2069
|
},
|
|
2064
2070
|
{
|
|
@@ -2088,39 +2094,41 @@
|
|
|
2088
2094
|
],
|
|
2089
2095
|
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
2090
2096
|
"inheritedFrom": {
|
|
2091
|
-
"name": "
|
|
2092
|
-
"module": "src/
|
|
2097
|
+
"name": "FoundationElement",
|
|
2098
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2093
2099
|
}
|
|
2094
2100
|
}
|
|
2095
2101
|
]
|
|
2096
2102
|
},
|
|
2097
2103
|
{
|
|
2098
2104
|
"kind": "variable",
|
|
2099
|
-
"name": "
|
|
2105
|
+
"name": "rapidActionsMenu",
|
|
2106
|
+
"description": "The Rapid Actions Menu",
|
|
2107
|
+
"privacy": "public"
|
|
2100
2108
|
}
|
|
2101
2109
|
],
|
|
2102
2110
|
"exports": [
|
|
2103
2111
|
{
|
|
2104
2112
|
"kind": "js",
|
|
2105
|
-
"name": "
|
|
2113
|
+
"name": "ActionsMenu",
|
|
2106
2114
|
"declaration": {
|
|
2107
|
-
"name": "
|
|
2108
|
-
"module": "src/
|
|
2115
|
+
"name": "ActionsMenu",
|
|
2116
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2109
2117
|
}
|
|
2110
2118
|
},
|
|
2111
2119
|
{
|
|
2112
2120
|
"kind": "js",
|
|
2113
|
-
"name": "
|
|
2121
|
+
"name": "rapidActionsMenu",
|
|
2114
2122
|
"declaration": {
|
|
2115
|
-
"name": "
|
|
2116
|
-
"module": "src/
|
|
2123
|
+
"name": "rapidActionsMenu",
|
|
2124
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2117
2125
|
}
|
|
2118
2126
|
}
|
|
2119
2127
|
]
|
|
2120
2128
|
},
|
|
2121
2129
|
{
|
|
2122
2130
|
"kind": "javascript-module",
|
|
2123
|
-
"path": "src/
|
|
2131
|
+
"path": "src/actions-menu/index.ts",
|
|
2124
2132
|
"declarations": [],
|
|
2125
2133
|
"exports": [
|
|
2126
2134
|
{
|
|
@@ -2128,15 +2136,7 @@
|
|
|
2128
2136
|
"name": "*",
|
|
2129
2137
|
"declaration": {
|
|
2130
2138
|
"name": "*",
|
|
2131
|
-
"package": "./
|
|
2132
|
-
}
|
|
2133
|
-
},
|
|
2134
|
-
{
|
|
2135
|
-
"kind": "js",
|
|
2136
|
-
"name": "*",
|
|
2137
|
-
"declaration": {
|
|
2138
|
-
"name": "*",
|
|
2139
|
-
"package": "./anchor.styles"
|
|
2139
|
+
"package": "./actions-menu"
|
|
2140
2140
|
}
|
|
2141
2141
|
},
|
|
2142
2142
|
{
|
|
@@ -2144,7 +2144,7 @@
|
|
|
2144
2144
|
"name": "*",
|
|
2145
2145
|
"declaration": {
|
|
2146
2146
|
"name": "*",
|
|
2147
|
-
"package": "./
|
|
2147
|
+
"package": "./actions-menu.styles"
|
|
2148
2148
|
}
|
|
2149
2149
|
}
|
|
2150
2150
|
]
|
|
@@ -3707,11 +3707,11 @@
|
|
|
3707
3707
|
},
|
|
3708
3708
|
{
|
|
3709
3709
|
"kind": "javascript-module",
|
|
3710
|
-
"path": "src/
|
|
3710
|
+
"path": "src/badge/badge.styles.ts",
|
|
3711
3711
|
"declarations": [
|
|
3712
3712
|
{
|
|
3713
3713
|
"kind": "function",
|
|
3714
|
-
"name": "
|
|
3714
|
+
"name": "rapidBadgeStyles",
|
|
3715
3715
|
"return": {
|
|
3716
3716
|
"type": {
|
|
3717
3717
|
"text": "ElementStyles"
|
|
@@ -3736,24 +3736,24 @@
|
|
|
3736
3736
|
"exports": [
|
|
3737
3737
|
{
|
|
3738
3738
|
"kind": "js",
|
|
3739
|
-
"name": "
|
|
3739
|
+
"name": "rapidBadgeStyles",
|
|
3740
3740
|
"declaration": {
|
|
3741
|
-
"name": "
|
|
3742
|
-
"module": "src/
|
|
3741
|
+
"name": "rapidBadgeStyles",
|
|
3742
|
+
"module": "src/badge/badge.styles.ts"
|
|
3743
3743
|
}
|
|
3744
3744
|
}
|
|
3745
3745
|
]
|
|
3746
3746
|
},
|
|
3747
3747
|
{
|
|
3748
3748
|
"kind": "javascript-module",
|
|
3749
|
-
"path": "src/
|
|
3749
|
+
"path": "src/badge/badge.template.ts",
|
|
3750
3750
|
"declarations": [
|
|
3751
3751
|
{
|
|
3752
3752
|
"kind": "function",
|
|
3753
|
-
"name": "
|
|
3753
|
+
"name": "rapidBadgeTemplate",
|
|
3754
3754
|
"return": {
|
|
3755
3755
|
"type": {
|
|
3756
|
-
"text": "ViewTemplate<
|
|
3756
|
+
"text": "ViewTemplate<Badge>"
|
|
3757
3757
|
}
|
|
3758
3758
|
},
|
|
3759
3759
|
"parameters": [
|
|
@@ -3775,27 +3775,27 @@
|
|
|
3775
3775
|
"exports": [
|
|
3776
3776
|
{
|
|
3777
3777
|
"kind": "js",
|
|
3778
|
-
"name": "
|
|
3778
|
+
"name": "rapidBadgeTemplate",
|
|
3779
3779
|
"declaration": {
|
|
3780
|
-
"name": "
|
|
3781
|
-
"module": "src/
|
|
3780
|
+
"name": "rapidBadgeTemplate",
|
|
3781
|
+
"module": "src/badge/badge.template.ts"
|
|
3782
3782
|
}
|
|
3783
3783
|
}
|
|
3784
3784
|
]
|
|
3785
3785
|
},
|
|
3786
3786
|
{
|
|
3787
3787
|
"kind": "javascript-module",
|
|
3788
|
-
"path": "src/
|
|
3788
|
+
"path": "src/badge/badge.ts",
|
|
3789
3789
|
"declarations": [
|
|
3790
3790
|
{
|
|
3791
3791
|
"kind": "class",
|
|
3792
3792
|
"description": "",
|
|
3793
|
-
"name": "
|
|
3793
|
+
"name": "Badge",
|
|
3794
3794
|
"superclass": {
|
|
3795
|
-
"name": "
|
|
3795
|
+
"name": "FoundationBadge",
|
|
3796
3796
|
"package": "@genesislcap/foundation-ui"
|
|
3797
3797
|
},
|
|
3798
|
-
"tagName": "%%prefix%%-
|
|
3798
|
+
"tagName": "%%prefix%%-badge",
|
|
3799
3799
|
"customElement": true,
|
|
3800
3800
|
"attributes": [
|
|
3801
3801
|
{
|
|
@@ -3803,47 +3803,34 @@
|
|
|
3803
3803
|
"type": {
|
|
3804
3804
|
"text": "string"
|
|
3805
3805
|
},
|
|
3806
|
-
"description": "Indicates the
|
|
3807
|
-
"fieldName": "fill",
|
|
3808
|
-
"inheritedFrom": {
|
|
3809
|
-
"name": "Avatar",
|
|
3810
|
-
"module": "src/avatar/avatar.ts"
|
|
3811
|
-
}
|
|
3812
|
-
},
|
|
3813
|
-
{
|
|
3814
|
-
"name": "color",
|
|
3815
|
-
"type": {
|
|
3816
|
-
"text": "string"
|
|
3817
|
-
},
|
|
3818
|
-
"description": "Indicates the Avatar should have a text color.",
|
|
3819
|
-
"fieldName": "color",
|
|
3806
|
+
"description": "Indicates the badge should have a filled style.",
|
|
3807
|
+
"fieldName": "fill",
|
|
3820
3808
|
"inheritedFrom": {
|
|
3821
|
-
"name": "
|
|
3822
|
-
"module": "src/
|
|
3809
|
+
"name": "Badge",
|
|
3810
|
+
"module": "src/badge/badge.ts"
|
|
3823
3811
|
}
|
|
3824
3812
|
},
|
|
3825
3813
|
{
|
|
3826
|
-
"name": "
|
|
3814
|
+
"name": "color",
|
|
3827
3815
|
"type": {
|
|
3828
3816
|
"text": "string"
|
|
3829
3817
|
},
|
|
3830
|
-
"description": "Indicates the
|
|
3831
|
-
"fieldName": "
|
|
3818
|
+
"description": "Indicates the badge should have a filled style.",
|
|
3819
|
+
"fieldName": "color",
|
|
3832
3820
|
"inheritedFrom": {
|
|
3833
|
-
"name": "
|
|
3834
|
-
"module": "src/
|
|
3821
|
+
"name": "Badge",
|
|
3822
|
+
"module": "src/badge/badge.ts"
|
|
3835
3823
|
}
|
|
3836
3824
|
},
|
|
3837
3825
|
{
|
|
3838
|
-
"name": "shape",
|
|
3839
3826
|
"type": {
|
|
3840
|
-
"text": "
|
|
3827
|
+
"text": "boolean"
|
|
3841
3828
|
},
|
|
3842
|
-
"description": "Indicates the
|
|
3843
|
-
"fieldName": "
|
|
3829
|
+
"description": "Indicates the element should be circular",
|
|
3830
|
+
"fieldName": "circular",
|
|
3844
3831
|
"inheritedFrom": {
|
|
3845
|
-
"name": "
|
|
3846
|
-
"module": "src/
|
|
3832
|
+
"name": "Badge",
|
|
3833
|
+
"module": "src/badge/badge.ts"
|
|
3847
3834
|
}
|
|
3848
3835
|
}
|
|
3849
3836
|
],
|
|
@@ -3855,10 +3842,10 @@
|
|
|
3855
3842
|
"text": "string"
|
|
3856
3843
|
},
|
|
3857
3844
|
"privacy": "public",
|
|
3858
|
-
"description": "Indicates the
|
|
3845
|
+
"description": "Indicates the badge should have a filled style.",
|
|
3859
3846
|
"inheritedFrom": {
|
|
3860
|
-
"name": "
|
|
3861
|
-
"module": "src/
|
|
3847
|
+
"name": "Badge",
|
|
3848
|
+
"module": "src/badge/badge.ts"
|
|
3862
3849
|
}
|
|
3863
3850
|
},
|
|
3864
3851
|
{
|
|
@@ -3868,36 +3855,32 @@
|
|
|
3868
3855
|
"text": "string"
|
|
3869
3856
|
},
|
|
3870
3857
|
"privacy": "public",
|
|
3871
|
-
"description": "Indicates the
|
|
3858
|
+
"description": "Indicates the badge should have a filled style.",
|
|
3872
3859
|
"inheritedFrom": {
|
|
3873
|
-
"name": "
|
|
3874
|
-
"module": "src/
|
|
3860
|
+
"name": "Badge",
|
|
3861
|
+
"module": "src/badge/badge.ts"
|
|
3875
3862
|
}
|
|
3876
3863
|
},
|
|
3877
3864
|
{
|
|
3878
3865
|
"kind": "field",
|
|
3879
|
-
"name": "
|
|
3866
|
+
"name": "circular",
|
|
3880
3867
|
"type": {
|
|
3881
|
-
"text": "
|
|
3868
|
+
"text": "boolean"
|
|
3882
3869
|
},
|
|
3883
3870
|
"privacy": "public",
|
|
3884
|
-
"description": "Indicates the
|
|
3871
|
+
"description": "Indicates the element should be circular",
|
|
3885
3872
|
"inheritedFrom": {
|
|
3886
|
-
"name": "
|
|
3887
|
-
"module": "src/
|
|
3873
|
+
"name": "Badge",
|
|
3874
|
+
"module": "src/badge/badge.ts"
|
|
3888
3875
|
}
|
|
3889
3876
|
},
|
|
3890
3877
|
{
|
|
3891
3878
|
"kind": "field",
|
|
3892
|
-
"name": "
|
|
3893
|
-
"type": {
|
|
3894
|
-
"text": "AvatarShape"
|
|
3895
|
-
},
|
|
3879
|
+
"name": "generateBadgeStyle",
|
|
3896
3880
|
"privacy": "public",
|
|
3897
|
-
"description": "Indicates the Avatar shape should be. By default it will be set to \"circle\".",
|
|
3898
3881
|
"inheritedFrom": {
|
|
3899
|
-
"name": "
|
|
3900
|
-
"module": "src/
|
|
3882
|
+
"name": "Badge",
|
|
3883
|
+
"module": "src/badge/badge.ts"
|
|
3901
3884
|
}
|
|
3902
3885
|
},
|
|
3903
3886
|
{
|
|
@@ -3909,8 +3892,8 @@
|
|
|
3909
3892
|
"privacy": "private",
|
|
3910
3893
|
"default": "void 0",
|
|
3911
3894
|
"inheritedFrom": {
|
|
3912
|
-
"name": "
|
|
3913
|
-
"module": "src/
|
|
3895
|
+
"name": "Badge",
|
|
3896
|
+
"module": "src/badge/badge.ts"
|
|
3914
3897
|
}
|
|
3915
3898
|
},
|
|
3916
3899
|
{
|
|
@@ -3922,8 +3905,8 @@
|
|
|
3922
3905
|
"privacy": "public",
|
|
3923
3906
|
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
3924
3907
|
"inheritedFrom": {
|
|
3925
|
-
"name": "
|
|
3926
|
-
"module": "src/
|
|
3908
|
+
"name": "Badge",
|
|
3909
|
+
"module": "src/badge/badge.ts"
|
|
3927
3910
|
}
|
|
3928
3911
|
},
|
|
3929
3912
|
{
|
|
@@ -3935,8 +3918,8 @@
|
|
|
3935
3918
|
"privacy": "public",
|
|
3936
3919
|
"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.",
|
|
3937
3920
|
"inheritedFrom": {
|
|
3938
|
-
"name": "
|
|
3939
|
-
"module": "src/
|
|
3921
|
+
"name": "Badge",
|
|
3922
|
+
"module": "src/badge/badge.ts"
|
|
3940
3923
|
}
|
|
3941
3924
|
},
|
|
3942
3925
|
{
|
|
@@ -3949,8 +3932,8 @@
|
|
|
3949
3932
|
}
|
|
3950
3933
|
},
|
|
3951
3934
|
"inheritedFrom": {
|
|
3952
|
-
"name": "
|
|
3953
|
-
"module": "src/
|
|
3935
|
+
"name": "Badge",
|
|
3936
|
+
"module": "src/badge/badge.ts"
|
|
3954
3937
|
}
|
|
3955
3938
|
},
|
|
3956
3939
|
{
|
|
@@ -3962,8 +3945,8 @@
|
|
|
3962
3945
|
"privacy": "public",
|
|
3963
3946
|
"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.",
|
|
3964
3947
|
"inheritedFrom": {
|
|
3965
|
-
"name": "
|
|
3966
|
-
"module": "src/
|
|
3948
|
+
"name": "Badge",
|
|
3949
|
+
"module": "src/badge/badge.ts"
|
|
3967
3950
|
}
|
|
3968
3951
|
},
|
|
3969
3952
|
{
|
|
@@ -3976,8 +3959,8 @@
|
|
|
3976
3959
|
}
|
|
3977
3960
|
},
|
|
3978
3961
|
"inheritedFrom": {
|
|
3979
|
-
"name": "
|
|
3980
|
-
"module": "src/
|
|
3962
|
+
"name": "Badge",
|
|
3963
|
+
"module": "src/badge/badge.ts"
|
|
3981
3964
|
}
|
|
3982
3965
|
},
|
|
3983
3966
|
{
|
|
@@ -4007,39 +3990,39 @@
|
|
|
4007
3990
|
],
|
|
4008
3991
|
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
4009
3992
|
"inheritedFrom": {
|
|
4010
|
-
"name": "
|
|
4011
|
-
"module": "src/
|
|
3993
|
+
"name": "Badge",
|
|
3994
|
+
"module": "src/badge/badge.ts"
|
|
4012
3995
|
}
|
|
4013
3996
|
}
|
|
4014
3997
|
]
|
|
4015
3998
|
},
|
|
4016
3999
|
{
|
|
4017
4000
|
"kind": "variable",
|
|
4018
|
-
"name": "
|
|
4001
|
+
"name": "rapidBadge"
|
|
4019
4002
|
}
|
|
4020
4003
|
],
|
|
4021
4004
|
"exports": [
|
|
4022
4005
|
{
|
|
4023
4006
|
"kind": "js",
|
|
4024
|
-
"name": "
|
|
4007
|
+
"name": "Badge",
|
|
4025
4008
|
"declaration": {
|
|
4026
|
-
"name": "
|
|
4027
|
-
"module": "src/
|
|
4009
|
+
"name": "Badge",
|
|
4010
|
+
"module": "src/badge/badge.ts"
|
|
4028
4011
|
}
|
|
4029
4012
|
},
|
|
4030
4013
|
{
|
|
4031
4014
|
"kind": "js",
|
|
4032
|
-
"name": "
|
|
4015
|
+
"name": "rapidBadge",
|
|
4033
4016
|
"declaration": {
|
|
4034
|
-
"name": "
|
|
4035
|
-
"module": "src/
|
|
4017
|
+
"name": "rapidBadge",
|
|
4018
|
+
"module": "src/badge/badge.ts"
|
|
4036
4019
|
}
|
|
4037
4020
|
}
|
|
4038
4021
|
]
|
|
4039
4022
|
},
|
|
4040
4023
|
{
|
|
4041
4024
|
"kind": "javascript-module",
|
|
4042
|
-
"path": "src/
|
|
4025
|
+
"path": "src/badge/index.ts",
|
|
4043
4026
|
"declarations": [],
|
|
4044
4027
|
"exports": [
|
|
4045
4028
|
{
|
|
@@ -4047,7 +4030,7 @@
|
|
|
4047
4030
|
"name": "*",
|
|
4048
4031
|
"declaration": {
|
|
4049
4032
|
"name": "*",
|
|
4050
|
-
"package": "./
|
|
4033
|
+
"package": "./badge"
|
|
4051
4034
|
}
|
|
4052
4035
|
},
|
|
4053
4036
|
{
|
|
@@ -4055,7 +4038,7 @@
|
|
|
4055
4038
|
"name": "*",
|
|
4056
4039
|
"declaration": {
|
|
4057
4040
|
"name": "*",
|
|
4058
|
-
"package": "./
|
|
4041
|
+
"package": "./badge.styles"
|
|
4059
4042
|
}
|
|
4060
4043
|
},
|
|
4061
4044
|
{
|
|
@@ -4063,18 +4046,18 @@
|
|
|
4063
4046
|
"name": "*",
|
|
4064
4047
|
"declaration": {
|
|
4065
4048
|
"name": "*",
|
|
4066
|
-
"package": "./
|
|
4049
|
+
"package": "./badge.template"
|
|
4067
4050
|
}
|
|
4068
4051
|
}
|
|
4069
4052
|
]
|
|
4070
4053
|
},
|
|
4071
4054
|
{
|
|
4072
4055
|
"kind": "javascript-module",
|
|
4073
|
-
"path": "src/
|
|
4056
|
+
"path": "src/avatar/avatar.styles.ts",
|
|
4074
4057
|
"declarations": [
|
|
4075
4058
|
{
|
|
4076
4059
|
"kind": "function",
|
|
4077
|
-
"name": "
|
|
4060
|
+
"name": "rapidAvatarStyles",
|
|
4078
4061
|
"return": {
|
|
4079
4062
|
"type": {
|
|
4080
4063
|
"text": "ElementStyles"
|
|
@@ -4099,24 +4082,24 @@
|
|
|
4099
4082
|
"exports": [
|
|
4100
4083
|
{
|
|
4101
4084
|
"kind": "js",
|
|
4102
|
-
"name": "
|
|
4085
|
+
"name": "rapidAvatarStyles",
|
|
4103
4086
|
"declaration": {
|
|
4104
|
-
"name": "
|
|
4105
|
-
"module": "src/
|
|
4087
|
+
"name": "rapidAvatarStyles",
|
|
4088
|
+
"module": "src/avatar/avatar.styles.ts"
|
|
4106
4089
|
}
|
|
4107
4090
|
}
|
|
4108
4091
|
]
|
|
4109
4092
|
},
|
|
4110
4093
|
{
|
|
4111
4094
|
"kind": "javascript-module",
|
|
4112
|
-
"path": "src/
|
|
4095
|
+
"path": "src/avatar/avatar.template.ts",
|
|
4113
4096
|
"declarations": [
|
|
4114
4097
|
{
|
|
4115
4098
|
"kind": "function",
|
|
4116
|
-
"name": "
|
|
4099
|
+
"name": "rapidAvatarTemplate",
|
|
4117
4100
|
"return": {
|
|
4118
4101
|
"type": {
|
|
4119
|
-
"text": "ViewTemplate<
|
|
4102
|
+
"text": "ViewTemplate<Avatar>"
|
|
4120
4103
|
}
|
|
4121
4104
|
},
|
|
4122
4105
|
"parameters": [
|
|
@@ -4138,27 +4121,27 @@
|
|
|
4138
4121
|
"exports": [
|
|
4139
4122
|
{
|
|
4140
4123
|
"kind": "js",
|
|
4141
|
-
"name": "
|
|
4124
|
+
"name": "rapidAvatarTemplate",
|
|
4142
4125
|
"declaration": {
|
|
4143
|
-
"name": "
|
|
4144
|
-
"module": "src/
|
|
4126
|
+
"name": "rapidAvatarTemplate",
|
|
4127
|
+
"module": "src/avatar/avatar.template.ts"
|
|
4145
4128
|
}
|
|
4146
4129
|
}
|
|
4147
4130
|
]
|
|
4148
4131
|
},
|
|
4149
4132
|
{
|
|
4150
4133
|
"kind": "javascript-module",
|
|
4151
|
-
"path": "src/
|
|
4134
|
+
"path": "src/avatar/avatar.ts",
|
|
4152
4135
|
"declarations": [
|
|
4153
4136
|
{
|
|
4154
4137
|
"kind": "class",
|
|
4155
4138
|
"description": "",
|
|
4156
|
-
"name": "
|
|
4139
|
+
"name": "Avatar",
|
|
4157
4140
|
"superclass": {
|
|
4158
|
-
"name": "
|
|
4141
|
+
"name": "FoundationAvatar",
|
|
4159
4142
|
"package": "@genesislcap/foundation-ui"
|
|
4160
4143
|
},
|
|
4161
|
-
"tagName": "%%prefix%%-
|
|
4144
|
+
"tagName": "%%prefix%%-avatar",
|
|
4162
4145
|
"customElement": true,
|
|
4163
4146
|
"attributes": [
|
|
4164
4147
|
{
|
|
@@ -4166,11 +4149,11 @@
|
|
|
4166
4149
|
"type": {
|
|
4167
4150
|
"text": "string"
|
|
4168
4151
|
},
|
|
4169
|
-
"description": "Indicates the
|
|
4152
|
+
"description": "Indicates the Avatar should have a color fill.",
|
|
4170
4153
|
"fieldName": "fill",
|
|
4171
4154
|
"inheritedFrom": {
|
|
4172
|
-
"name": "
|
|
4173
|
-
"module": "src/
|
|
4155
|
+
"name": "Avatar",
|
|
4156
|
+
"module": "src/avatar/avatar.ts"
|
|
4174
4157
|
}
|
|
4175
4158
|
},
|
|
4176
4159
|
{
|
|
@@ -4178,22 +4161,35 @@
|
|
|
4178
4161
|
"type": {
|
|
4179
4162
|
"text": "string"
|
|
4180
4163
|
},
|
|
4181
|
-
"description": "Indicates the
|
|
4164
|
+
"description": "Indicates the Avatar should have a text color.",
|
|
4182
4165
|
"fieldName": "color",
|
|
4183
4166
|
"inheritedFrom": {
|
|
4184
|
-
"name": "
|
|
4185
|
-
"module": "src/
|
|
4167
|
+
"name": "Avatar",
|
|
4168
|
+
"module": "src/avatar/avatar.ts"
|
|
4186
4169
|
}
|
|
4187
4170
|
},
|
|
4188
4171
|
{
|
|
4172
|
+
"name": "link",
|
|
4189
4173
|
"type": {
|
|
4190
|
-
"text": "
|
|
4174
|
+
"text": "string"
|
|
4191
4175
|
},
|
|
4192
|
-
"description": "Indicates the
|
|
4193
|
-
"fieldName": "
|
|
4176
|
+
"description": "Indicates the Avatar should have url link",
|
|
4177
|
+
"fieldName": "link",
|
|
4194
4178
|
"inheritedFrom": {
|
|
4195
|
-
"name": "
|
|
4196
|
-
"module": "src/
|
|
4179
|
+
"name": "Avatar",
|
|
4180
|
+
"module": "src/avatar/avatar.ts"
|
|
4181
|
+
}
|
|
4182
|
+
},
|
|
4183
|
+
{
|
|
4184
|
+
"name": "shape",
|
|
4185
|
+
"type": {
|
|
4186
|
+
"text": "AvatarShape"
|
|
4187
|
+
},
|
|
4188
|
+
"description": "Indicates the Avatar shape should be. By default it will be set to \"circle\".",
|
|
4189
|
+
"fieldName": "shape",
|
|
4190
|
+
"inheritedFrom": {
|
|
4191
|
+
"name": "Avatar",
|
|
4192
|
+
"module": "src/avatar/avatar.ts"
|
|
4197
4193
|
}
|
|
4198
4194
|
}
|
|
4199
4195
|
],
|
|
@@ -4205,10 +4201,10 @@
|
|
|
4205
4201
|
"text": "string"
|
|
4206
4202
|
},
|
|
4207
4203
|
"privacy": "public",
|
|
4208
|
-
"description": "Indicates the
|
|
4204
|
+
"description": "Indicates the Avatar should have a color fill.",
|
|
4209
4205
|
"inheritedFrom": {
|
|
4210
|
-
"name": "
|
|
4211
|
-
"module": "src/
|
|
4206
|
+
"name": "Avatar",
|
|
4207
|
+
"module": "src/avatar/avatar.ts"
|
|
4212
4208
|
}
|
|
4213
4209
|
},
|
|
4214
4210
|
{
|
|
@@ -4218,32 +4214,36 @@
|
|
|
4218
4214
|
"text": "string"
|
|
4219
4215
|
},
|
|
4220
4216
|
"privacy": "public",
|
|
4221
|
-
"description": "Indicates the
|
|
4217
|
+
"description": "Indicates the Avatar should have a text color.",
|
|
4222
4218
|
"inheritedFrom": {
|
|
4223
|
-
"name": "
|
|
4224
|
-
"module": "src/
|
|
4219
|
+
"name": "Avatar",
|
|
4220
|
+
"module": "src/avatar/avatar.ts"
|
|
4225
4221
|
}
|
|
4226
4222
|
},
|
|
4227
4223
|
{
|
|
4228
4224
|
"kind": "field",
|
|
4229
|
-
"name": "
|
|
4225
|
+
"name": "link",
|
|
4230
4226
|
"type": {
|
|
4231
|
-
"text": "
|
|
4227
|
+
"text": "string"
|
|
4232
4228
|
},
|
|
4233
4229
|
"privacy": "public",
|
|
4234
|
-
"description": "Indicates the
|
|
4230
|
+
"description": "Indicates the Avatar should have url link",
|
|
4235
4231
|
"inheritedFrom": {
|
|
4236
|
-
"name": "
|
|
4237
|
-
"module": "src/
|
|
4232
|
+
"name": "Avatar",
|
|
4233
|
+
"module": "src/avatar/avatar.ts"
|
|
4238
4234
|
}
|
|
4239
4235
|
},
|
|
4240
4236
|
{
|
|
4241
4237
|
"kind": "field",
|
|
4242
|
-
"name": "
|
|
4238
|
+
"name": "shape",
|
|
4239
|
+
"type": {
|
|
4240
|
+
"text": "AvatarShape"
|
|
4241
|
+
},
|
|
4243
4242
|
"privacy": "public",
|
|
4243
|
+
"description": "Indicates the Avatar shape should be. By default it will be set to \"circle\".",
|
|
4244
4244
|
"inheritedFrom": {
|
|
4245
|
-
"name": "
|
|
4246
|
-
"module": "src/
|
|
4245
|
+
"name": "Avatar",
|
|
4246
|
+
"module": "src/avatar/avatar.ts"
|
|
4247
4247
|
}
|
|
4248
4248
|
},
|
|
4249
4249
|
{
|
|
@@ -4255,8 +4255,8 @@
|
|
|
4255
4255
|
"privacy": "private",
|
|
4256
4256
|
"default": "void 0",
|
|
4257
4257
|
"inheritedFrom": {
|
|
4258
|
-
"name": "
|
|
4259
|
-
"module": "src/
|
|
4258
|
+
"name": "Avatar",
|
|
4259
|
+
"module": "src/avatar/avatar.ts"
|
|
4260
4260
|
}
|
|
4261
4261
|
},
|
|
4262
4262
|
{
|
|
@@ -4268,8 +4268,8 @@
|
|
|
4268
4268
|
"privacy": "public",
|
|
4269
4269
|
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
4270
4270
|
"inheritedFrom": {
|
|
4271
|
-
"name": "
|
|
4272
|
-
"module": "src/
|
|
4271
|
+
"name": "Avatar",
|
|
4272
|
+
"module": "src/avatar/avatar.ts"
|
|
4273
4273
|
}
|
|
4274
4274
|
},
|
|
4275
4275
|
{
|
|
@@ -4281,8 +4281,8 @@
|
|
|
4281
4281
|
"privacy": "public",
|
|
4282
4282
|
"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.",
|
|
4283
4283
|
"inheritedFrom": {
|
|
4284
|
-
"name": "
|
|
4285
|
-
"module": "src/
|
|
4284
|
+
"name": "Avatar",
|
|
4285
|
+
"module": "src/avatar/avatar.ts"
|
|
4286
4286
|
}
|
|
4287
4287
|
},
|
|
4288
4288
|
{
|
|
@@ -4295,8 +4295,8 @@
|
|
|
4295
4295
|
}
|
|
4296
4296
|
},
|
|
4297
4297
|
"inheritedFrom": {
|
|
4298
|
-
"name": "
|
|
4299
|
-
"module": "src/
|
|
4298
|
+
"name": "Avatar",
|
|
4299
|
+
"module": "src/avatar/avatar.ts"
|
|
4300
4300
|
}
|
|
4301
4301
|
},
|
|
4302
4302
|
{
|
|
@@ -4308,8 +4308,8 @@
|
|
|
4308
4308
|
"privacy": "public",
|
|
4309
4309
|
"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.",
|
|
4310
4310
|
"inheritedFrom": {
|
|
4311
|
-
"name": "
|
|
4312
|
-
"module": "src/
|
|
4311
|
+
"name": "Avatar",
|
|
4312
|
+
"module": "src/avatar/avatar.ts"
|
|
4313
4313
|
}
|
|
4314
4314
|
},
|
|
4315
4315
|
{
|
|
@@ -4322,8 +4322,8 @@
|
|
|
4322
4322
|
}
|
|
4323
4323
|
},
|
|
4324
4324
|
"inheritedFrom": {
|
|
4325
|
-
"name": "
|
|
4326
|
-
"module": "src/
|
|
4325
|
+
"name": "Avatar",
|
|
4326
|
+
"module": "src/avatar/avatar.ts"
|
|
4327
4327
|
}
|
|
4328
4328
|
},
|
|
4329
4329
|
{
|
|
@@ -4353,39 +4353,39 @@
|
|
|
4353
4353
|
],
|
|
4354
4354
|
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
4355
4355
|
"inheritedFrom": {
|
|
4356
|
-
"name": "
|
|
4357
|
-
"module": "src/
|
|
4356
|
+
"name": "Avatar",
|
|
4357
|
+
"module": "src/avatar/avatar.ts"
|
|
4358
4358
|
}
|
|
4359
4359
|
}
|
|
4360
4360
|
]
|
|
4361
4361
|
},
|
|
4362
4362
|
{
|
|
4363
4363
|
"kind": "variable",
|
|
4364
|
-
"name": "
|
|
4364
|
+
"name": "rapidAvatar"
|
|
4365
4365
|
}
|
|
4366
4366
|
],
|
|
4367
4367
|
"exports": [
|
|
4368
4368
|
{
|
|
4369
4369
|
"kind": "js",
|
|
4370
|
-
"name": "
|
|
4370
|
+
"name": "Avatar",
|
|
4371
4371
|
"declaration": {
|
|
4372
|
-
"name": "
|
|
4373
|
-
"module": "src/
|
|
4372
|
+
"name": "Avatar",
|
|
4373
|
+
"module": "src/avatar/avatar.ts"
|
|
4374
4374
|
}
|
|
4375
4375
|
},
|
|
4376
4376
|
{
|
|
4377
4377
|
"kind": "js",
|
|
4378
|
-
"name": "
|
|
4378
|
+
"name": "rapidAvatar",
|
|
4379
4379
|
"declaration": {
|
|
4380
|
-
"name": "
|
|
4381
|
-
"module": "src/
|
|
4380
|
+
"name": "rapidAvatar",
|
|
4381
|
+
"module": "src/avatar/avatar.ts"
|
|
4382
4382
|
}
|
|
4383
4383
|
}
|
|
4384
4384
|
]
|
|
4385
4385
|
},
|
|
4386
4386
|
{
|
|
4387
4387
|
"kind": "javascript-module",
|
|
4388
|
-
"path": "src/
|
|
4388
|
+
"path": "src/avatar/index.ts",
|
|
4389
4389
|
"declarations": [],
|
|
4390
4390
|
"exports": [
|
|
4391
4391
|
{
|
|
@@ -4393,7 +4393,7 @@
|
|
|
4393
4393
|
"name": "*",
|
|
4394
4394
|
"declaration": {
|
|
4395
4395
|
"name": "*",
|
|
4396
|
-
"package": "./
|
|
4396
|
+
"package": "./avatar"
|
|
4397
4397
|
}
|
|
4398
4398
|
},
|
|
4399
4399
|
{
|
|
@@ -4401,7 +4401,7 @@
|
|
|
4401
4401
|
"name": "*",
|
|
4402
4402
|
"declaration": {
|
|
4403
4403
|
"name": "*",
|
|
4404
|
-
"package": "./
|
|
4404
|
+
"package": "./avatar.styles"
|
|
4405
4405
|
}
|
|
4406
4406
|
},
|
|
4407
4407
|
{
|
|
@@ -4409,7 +4409,7 @@
|
|
|
4409
4409
|
"name": "*",
|
|
4410
4410
|
"declaration": {
|
|
4411
4411
|
"name": "*",
|
|
4412
|
-
"package": "./
|
|
4412
|
+
"package": "./avatar.template"
|
|
4413
4413
|
}
|
|
4414
4414
|
}
|
|
4415
4415
|
]
|