@genesislcap/foundation-zero 14.456.1-alpha-617205e.0 → 14.456.1-alpha-0343578.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 +926 -926
- package/dist/dts/react.d.ts +9 -9
- package/dist/react.cjs +6 -6
- package/dist/react.mjs +5 -5
- package/package.json +12 -12
|
@@ -900,11 +900,42 @@
|
|
|
900
900
|
},
|
|
901
901
|
{
|
|
902
902
|
"kind": "javascript-module",
|
|
903
|
-
"path": "src/
|
|
903
|
+
"path": "src/_config/index.ts",
|
|
904
|
+
"declarations": [],
|
|
905
|
+
"exports": [
|
|
906
|
+
{
|
|
907
|
+
"kind": "js",
|
|
908
|
+
"name": "*",
|
|
909
|
+
"declaration": {
|
|
910
|
+
"name": "*",
|
|
911
|
+
"package": "./styles"
|
|
912
|
+
}
|
|
913
|
+
},
|
|
914
|
+
{
|
|
915
|
+
"kind": "js",
|
|
916
|
+
"name": "*",
|
|
917
|
+
"declaration": {
|
|
918
|
+
"name": "*",
|
|
919
|
+
"package": "./tokens"
|
|
920
|
+
}
|
|
921
|
+
},
|
|
922
|
+
{
|
|
923
|
+
"kind": "js",
|
|
924
|
+
"name": "*",
|
|
925
|
+
"declaration": {
|
|
926
|
+
"name": "*",
|
|
927
|
+
"package": "./values"
|
|
928
|
+
}
|
|
929
|
+
}
|
|
930
|
+
]
|
|
931
|
+
},
|
|
932
|
+
{
|
|
933
|
+
"kind": "javascript-module",
|
|
934
|
+
"path": "src/accordion/accordion.styles.ts",
|
|
904
935
|
"declarations": [
|
|
905
936
|
{
|
|
906
937
|
"kind": "function",
|
|
907
|
-
"name": "
|
|
938
|
+
"name": "zeroAccordionStyles",
|
|
908
939
|
"return": {
|
|
909
940
|
"type": {
|
|
910
941
|
"text": "ElementStyles"
|
|
@@ -929,24 +960,24 @@
|
|
|
929
960
|
"exports": [
|
|
930
961
|
{
|
|
931
962
|
"kind": "js",
|
|
932
|
-
"name": "
|
|
963
|
+
"name": "zeroAccordionStyles",
|
|
933
964
|
"declaration": {
|
|
934
|
-
"name": "
|
|
935
|
-
"module": "src/accordion
|
|
965
|
+
"name": "zeroAccordionStyles",
|
|
966
|
+
"module": "src/accordion/accordion.styles.ts"
|
|
936
967
|
}
|
|
937
968
|
}
|
|
938
969
|
]
|
|
939
970
|
},
|
|
940
971
|
{
|
|
941
972
|
"kind": "javascript-module",
|
|
942
|
-
"path": "src/accordion
|
|
973
|
+
"path": "src/accordion/accordion.template.ts",
|
|
943
974
|
"declarations": [
|
|
944
975
|
{
|
|
945
976
|
"kind": "function",
|
|
946
|
-
"name": "
|
|
977
|
+
"name": "zeroAccordionTemplate",
|
|
947
978
|
"return": {
|
|
948
979
|
"type": {
|
|
949
|
-
"text": "ViewTemplate<
|
|
980
|
+
"text": "ViewTemplate<Accordion>"
|
|
950
981
|
}
|
|
951
982
|
},
|
|
952
983
|
"parameters": [
|
|
@@ -968,268 +999,389 @@
|
|
|
968
999
|
"exports": [
|
|
969
1000
|
{
|
|
970
1001
|
"kind": "js",
|
|
971
|
-
"name": "
|
|
1002
|
+
"name": "zeroAccordionTemplate",
|
|
972
1003
|
"declaration": {
|
|
973
|
-
"name": "
|
|
974
|
-
"module": "src/accordion
|
|
1004
|
+
"name": "zeroAccordionTemplate",
|
|
1005
|
+
"module": "src/accordion/accordion.template.ts"
|
|
975
1006
|
}
|
|
976
1007
|
}
|
|
977
1008
|
]
|
|
978
1009
|
},
|
|
979
1010
|
{
|
|
980
1011
|
"kind": "javascript-module",
|
|
981
|
-
"path": "src/accordion
|
|
1012
|
+
"path": "src/accordion/accordion.ts",
|
|
982
1013
|
"declarations": [
|
|
983
1014
|
{
|
|
984
1015
|
"kind": "class",
|
|
985
1016
|
"description": "",
|
|
986
|
-
"name": "
|
|
1017
|
+
"name": "Accordion",
|
|
987
1018
|
"superclass": {
|
|
988
|
-
"name": "
|
|
1019
|
+
"name": "FoundationAccordion",
|
|
989
1020
|
"package": "@genesislcap/foundation-ui"
|
|
990
1021
|
},
|
|
991
1022
|
"tagName": "%%prefix%%-card",
|
|
992
1023
|
"customElement": true,
|
|
993
1024
|
"attributes": [
|
|
994
1025
|
{
|
|
995
|
-
"name": "
|
|
996
|
-
"type": {
|
|
997
|
-
"text": "1 | 2 | 3 | 4 | 5 | 6"
|
|
998
|
-
},
|
|
999
|
-
"default": "2",
|
|
1000
|
-
"description": "Configures the https://www.w3.org/TR/wai-aria-1.1/#aria-level | level of the\nheading element.",
|
|
1001
|
-
"fieldName": "headinglevel",
|
|
1002
|
-
"inheritedFrom": {
|
|
1003
|
-
"name": "AccordionItem",
|
|
1004
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1005
|
-
}
|
|
1006
|
-
},
|
|
1007
|
-
{
|
|
1008
|
-
"type": {
|
|
1009
|
-
"text": "boolean"
|
|
1010
|
-
},
|
|
1011
|
-
"default": "false",
|
|
1012
|
-
"description": "Expands or collapses the item.",
|
|
1013
|
-
"fieldName": "expanded",
|
|
1014
|
-
"inheritedFrom": {
|
|
1015
|
-
"name": "AccordionItem",
|
|
1016
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1017
|
-
}
|
|
1018
|
-
},
|
|
1019
|
-
{
|
|
1020
|
-
"name": "id",
|
|
1026
|
+
"name": "expand-mode",
|
|
1021
1027
|
"type": {
|
|
1022
|
-
"text": "
|
|
1028
|
+
"text": "AccordionExpandMode"
|
|
1023
1029
|
},
|
|
1024
|
-
"description": "
|
|
1025
|
-
"fieldName": "
|
|
1030
|
+
"description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
|
|
1031
|
+
"fieldName": "expandmode",
|
|
1026
1032
|
"inheritedFrom": {
|
|
1027
|
-
"name": "
|
|
1028
|
-
"module": "src/accordion
|
|
1033
|
+
"name": "Accordion",
|
|
1034
|
+
"module": "src/accordion/accordion.ts"
|
|
1029
1035
|
}
|
|
1030
1036
|
}
|
|
1031
1037
|
],
|
|
1032
1038
|
"members": [
|
|
1033
1039
|
{
|
|
1034
1040
|
"kind": "field",
|
|
1035
|
-
"name": "
|
|
1041
|
+
"name": "expandmode",
|
|
1036
1042
|
"type": {
|
|
1037
|
-
"text": "
|
|
1043
|
+
"text": "AccordionExpandMode"
|
|
1038
1044
|
},
|
|
1039
1045
|
"privacy": "public",
|
|
1040
|
-
"
|
|
1041
|
-
"description": "Configures the {@link https://www.w3.org/TR/wai-aria-1.1/#aria-level | level} of the heading element.",
|
|
1046
|
+
"description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
|
|
1042
1047
|
"inheritedFrom": {
|
|
1043
|
-
"name": "
|
|
1044
|
-
"module": "src/accordion
|
|
1048
|
+
"name": "Accordion",
|
|
1049
|
+
"module": "src/accordion/accordion.ts"
|
|
1045
1050
|
}
|
|
1046
1051
|
},
|
|
1047
1052
|
{
|
|
1048
1053
|
"kind": "field",
|
|
1049
|
-
"name": "
|
|
1054
|
+
"name": "activeid",
|
|
1050
1055
|
"type": {
|
|
1051
|
-
"text": "
|
|
1056
|
+
"text": "string | null"
|
|
1052
1057
|
},
|
|
1053
|
-
"privacy": "
|
|
1054
|
-
"default": "false",
|
|
1055
|
-
"description": "Expands or collapses the item.",
|
|
1058
|
+
"privacy": "private",
|
|
1056
1059
|
"inheritedFrom": {
|
|
1057
|
-
"name": "
|
|
1058
|
-
"module": "src/accordion
|
|
1060
|
+
"name": "Accordion",
|
|
1061
|
+
"module": "src/accordion/accordion.ts"
|
|
1059
1062
|
}
|
|
1060
1063
|
},
|
|
1061
1064
|
{
|
|
1062
1065
|
"kind": "field",
|
|
1063
|
-
"name": "
|
|
1066
|
+
"name": "activeItemIndex",
|
|
1064
1067
|
"type": {
|
|
1065
|
-
"text": "
|
|
1068
|
+
"text": "number"
|
|
1066
1069
|
},
|
|
1067
|
-
"privacy": "
|
|
1068
|
-
"
|
|
1070
|
+
"privacy": "private",
|
|
1071
|
+
"default": "0",
|
|
1069
1072
|
"inheritedFrom": {
|
|
1070
|
-
"name": "
|
|
1071
|
-
"module": "src/accordion
|
|
1073
|
+
"name": "Accordion",
|
|
1074
|
+
"module": "src/accordion/accordion.ts"
|
|
1072
1075
|
}
|
|
1073
1076
|
},
|
|
1074
1077
|
{
|
|
1075
1078
|
"kind": "field",
|
|
1076
|
-
"name": "
|
|
1079
|
+
"name": "accordionIds",
|
|
1080
|
+
"type": {
|
|
1081
|
+
"text": "Array<string | null>"
|
|
1082
|
+
},
|
|
1077
1083
|
"privacy": "private",
|
|
1078
1084
|
"inheritedFrom": {
|
|
1079
|
-
"name": "
|
|
1080
|
-
"module": "src/accordion
|
|
1085
|
+
"name": "Accordion",
|
|
1086
|
+
"module": "src/accordion/accordion.ts"
|
|
1081
1087
|
}
|
|
1082
1088
|
},
|
|
1083
1089
|
{
|
|
1084
1090
|
"kind": "field",
|
|
1085
|
-
"name": "
|
|
1086
|
-
"type": {
|
|
1087
|
-
"text": "ComponentPresentation | null | undefined"
|
|
1088
|
-
},
|
|
1091
|
+
"name": "change",
|
|
1089
1092
|
"privacy": "private",
|
|
1090
|
-
"default": "void 0",
|
|
1091
1093
|
"inheritedFrom": {
|
|
1092
|
-
"name": "
|
|
1093
|
-
"module": "src/accordion
|
|
1094
|
+
"name": "Accordion",
|
|
1095
|
+
"module": "src/accordion/accordion.ts"
|
|
1094
1096
|
}
|
|
1095
1097
|
},
|
|
1096
1098
|
{
|
|
1097
|
-
"kind": "
|
|
1098
|
-
"name": "
|
|
1099
|
-
"
|
|
1100
|
-
|
|
1099
|
+
"kind": "method",
|
|
1100
|
+
"name": "findExpandedItem",
|
|
1101
|
+
"privacy": "private",
|
|
1102
|
+
"return": {
|
|
1103
|
+
"type": {
|
|
1104
|
+
"text": "AccordionItem | null"
|
|
1105
|
+
}
|
|
1101
1106
|
},
|
|
1102
|
-
"privacy": "public",
|
|
1103
|
-
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
1104
1107
|
"inheritedFrom": {
|
|
1105
|
-
"name": "
|
|
1106
|
-
"module": "src/accordion
|
|
1108
|
+
"name": "Accordion",
|
|
1109
|
+
"module": "src/accordion/accordion.ts"
|
|
1107
1110
|
}
|
|
1108
1111
|
},
|
|
1109
1112
|
{
|
|
1110
1113
|
"kind": "field",
|
|
1111
|
-
"name": "
|
|
1112
|
-
"
|
|
1113
|
-
"text": "ElementViewTemplate | void | null"
|
|
1114
|
-
},
|
|
1115
|
-
"privacy": "public",
|
|
1116
|
-
"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.",
|
|
1114
|
+
"name": "setItems",
|
|
1115
|
+
"privacy": "private",
|
|
1117
1116
|
"inheritedFrom": {
|
|
1118
|
-
"name": "
|
|
1119
|
-
"module": "src/accordion
|
|
1117
|
+
"name": "Accordion",
|
|
1118
|
+
"module": "src/accordion/accordion.ts"
|
|
1120
1119
|
}
|
|
1121
1120
|
},
|
|
1122
1121
|
{
|
|
1123
1122
|
"kind": "method",
|
|
1124
|
-
"name": "
|
|
1125
|
-
"privacy": "
|
|
1123
|
+
"name": "resetItems",
|
|
1124
|
+
"privacy": "private",
|
|
1126
1125
|
"return": {
|
|
1127
1126
|
"type": {
|
|
1128
1127
|
"text": "void"
|
|
1129
1128
|
}
|
|
1130
1129
|
},
|
|
1131
1130
|
"inheritedFrom": {
|
|
1132
|
-
"name": "
|
|
1133
|
-
"module": "src/accordion
|
|
1131
|
+
"name": "Accordion",
|
|
1132
|
+
"module": "src/accordion/accordion.ts"
|
|
1134
1133
|
}
|
|
1135
1134
|
},
|
|
1136
1135
|
{
|
|
1137
1136
|
"kind": "field",
|
|
1138
|
-
"name": "
|
|
1139
|
-
"
|
|
1140
|
-
"text": "ElementStyles | void | null"
|
|
1141
|
-
},
|
|
1142
|
-
"privacy": "public",
|
|
1143
|
-
"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.",
|
|
1137
|
+
"name": "removeItemListeners",
|
|
1138
|
+
"privacy": "private",
|
|
1144
1139
|
"inheritedFrom": {
|
|
1145
|
-
"name": "
|
|
1146
|
-
"module": "src/accordion
|
|
1140
|
+
"name": "Accordion",
|
|
1141
|
+
"module": "src/accordion/accordion.ts"
|
|
1142
|
+
}
|
|
1143
|
+
},
|
|
1144
|
+
{
|
|
1145
|
+
"kind": "field",
|
|
1146
|
+
"name": "activeItemChange",
|
|
1147
|
+
"privacy": "private",
|
|
1148
|
+
"inheritedFrom": {
|
|
1149
|
+
"name": "Accordion",
|
|
1150
|
+
"module": "src/accordion/accordion.ts"
|
|
1147
1151
|
}
|
|
1148
1152
|
},
|
|
1149
1153
|
{
|
|
1150
1154
|
"kind": "method",
|
|
1151
|
-
"name": "
|
|
1152
|
-
"privacy": "
|
|
1155
|
+
"name": "getItemIds",
|
|
1156
|
+
"privacy": "private",
|
|
1153
1157
|
"return": {
|
|
1154
1158
|
"type": {
|
|
1155
|
-
"text": "
|
|
1159
|
+
"text": "Array<string | null>"
|
|
1156
1160
|
}
|
|
1157
1161
|
},
|
|
1158
1162
|
"inheritedFrom": {
|
|
1159
|
-
"name": "
|
|
1160
|
-
"module": "src/accordion
|
|
1163
|
+
"name": "Accordion",
|
|
1164
|
+
"module": "src/accordion/accordion.ts"
|
|
1161
1165
|
}
|
|
1162
1166
|
},
|
|
1163
1167
|
{
|
|
1164
1168
|
"kind": "method",
|
|
1165
|
-
"name": "
|
|
1166
|
-
"privacy": "
|
|
1167
|
-
"static": true,
|
|
1169
|
+
"name": "isSingleExpandMode",
|
|
1170
|
+
"privacy": "private",
|
|
1168
1171
|
"return": {
|
|
1169
1172
|
"type": {
|
|
1170
|
-
"text": "
|
|
1173
|
+
"text": "boolean"
|
|
1171
1174
|
}
|
|
1172
1175
|
},
|
|
1173
|
-
"parameters": [
|
|
1174
|
-
{
|
|
1175
|
-
"name": "this",
|
|
1176
|
-
"type": {
|
|
1177
|
-
"text": "K"
|
|
1178
|
-
}
|
|
1179
|
-
},
|
|
1180
|
-
{
|
|
1181
|
-
"name": "elementDefinition",
|
|
1182
|
-
"type": {
|
|
1183
|
-
"text": "T"
|
|
1184
|
-
},
|
|
1185
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
1186
|
-
}
|
|
1187
|
-
],
|
|
1188
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
1189
1176
|
"inheritedFrom": {
|
|
1190
|
-
"name": "
|
|
1191
|
-
"module": "src/accordion
|
|
1177
|
+
"name": "Accordion",
|
|
1178
|
+
"module": "src/accordion/accordion.ts"
|
|
1192
1179
|
}
|
|
1193
|
-
}
|
|
1194
|
-
],
|
|
1195
|
-
"events": [
|
|
1180
|
+
},
|
|
1196
1181
|
{
|
|
1197
|
-
"
|
|
1198
|
-
"name": "
|
|
1182
|
+
"kind": "field",
|
|
1183
|
+
"name": "handleItemKeyDown",
|
|
1184
|
+
"privacy": "private",
|
|
1199
1185
|
"inheritedFrom": {
|
|
1200
|
-
"name": "
|
|
1201
|
-
"module": "src/accordion
|
|
1186
|
+
"name": "Accordion",
|
|
1187
|
+
"module": "src/accordion/accordion.ts"
|
|
1188
|
+
}
|
|
1189
|
+
},
|
|
1190
|
+
{
|
|
1191
|
+
"kind": "field",
|
|
1192
|
+
"name": "handleItemFocus",
|
|
1193
|
+
"privacy": "private",
|
|
1194
|
+
"inheritedFrom": {
|
|
1195
|
+
"name": "Accordion",
|
|
1196
|
+
"module": "src/accordion/accordion.ts"
|
|
1197
|
+
}
|
|
1198
|
+
},
|
|
1199
|
+
{
|
|
1200
|
+
"kind": "method",
|
|
1201
|
+
"name": "adjust",
|
|
1202
|
+
"privacy": "private",
|
|
1203
|
+
"return": {
|
|
1204
|
+
"type": {
|
|
1205
|
+
"text": "void"
|
|
1206
|
+
}
|
|
1207
|
+
},
|
|
1208
|
+
"parameters": [
|
|
1209
|
+
{
|
|
1210
|
+
"name": "adjustment",
|
|
1211
|
+
"type": {
|
|
1212
|
+
"text": "number"
|
|
1213
|
+
}
|
|
1214
|
+
}
|
|
1215
|
+
],
|
|
1216
|
+
"inheritedFrom": {
|
|
1217
|
+
"name": "Accordion",
|
|
1218
|
+
"module": "src/accordion/accordion.ts"
|
|
1219
|
+
}
|
|
1220
|
+
},
|
|
1221
|
+
{
|
|
1222
|
+
"kind": "method",
|
|
1223
|
+
"name": "focusItem",
|
|
1224
|
+
"privacy": "private",
|
|
1225
|
+
"return": {
|
|
1226
|
+
"type": {
|
|
1227
|
+
"text": "void"
|
|
1228
|
+
}
|
|
1229
|
+
},
|
|
1230
|
+
"inheritedFrom": {
|
|
1231
|
+
"name": "Accordion",
|
|
1232
|
+
"module": "src/accordion/accordion.ts"
|
|
1233
|
+
}
|
|
1234
|
+
},
|
|
1235
|
+
{
|
|
1236
|
+
"kind": "field",
|
|
1237
|
+
"name": "_presentation",
|
|
1238
|
+
"type": {
|
|
1239
|
+
"text": "ComponentPresentation | null | undefined"
|
|
1240
|
+
},
|
|
1241
|
+
"privacy": "private",
|
|
1242
|
+
"default": "void 0",
|
|
1243
|
+
"inheritedFrom": {
|
|
1244
|
+
"name": "Accordion",
|
|
1245
|
+
"module": "src/accordion/accordion.ts"
|
|
1246
|
+
}
|
|
1247
|
+
},
|
|
1248
|
+
{
|
|
1249
|
+
"kind": "field",
|
|
1250
|
+
"name": "$presentation",
|
|
1251
|
+
"type": {
|
|
1252
|
+
"text": "ComponentPresentation | null"
|
|
1253
|
+
},
|
|
1254
|
+
"privacy": "public",
|
|
1255
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
1256
|
+
"inheritedFrom": {
|
|
1257
|
+
"name": "Accordion",
|
|
1258
|
+
"module": "src/accordion/accordion.ts"
|
|
1259
|
+
}
|
|
1260
|
+
},
|
|
1261
|
+
{
|
|
1262
|
+
"kind": "field",
|
|
1263
|
+
"name": "template",
|
|
1264
|
+
"type": {
|
|
1265
|
+
"text": "ElementViewTemplate | void | null"
|
|
1266
|
+
},
|
|
1267
|
+
"privacy": "public",
|
|
1268
|
+
"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.",
|
|
1269
|
+
"inheritedFrom": {
|
|
1270
|
+
"name": "Accordion",
|
|
1271
|
+
"module": "src/accordion/accordion.ts"
|
|
1272
|
+
}
|
|
1273
|
+
},
|
|
1274
|
+
{
|
|
1275
|
+
"kind": "method",
|
|
1276
|
+
"name": "templateChanged",
|
|
1277
|
+
"privacy": "protected",
|
|
1278
|
+
"return": {
|
|
1279
|
+
"type": {
|
|
1280
|
+
"text": "void"
|
|
1281
|
+
}
|
|
1282
|
+
},
|
|
1283
|
+
"inheritedFrom": {
|
|
1284
|
+
"name": "Accordion",
|
|
1285
|
+
"module": "src/accordion/accordion.ts"
|
|
1286
|
+
}
|
|
1287
|
+
},
|
|
1288
|
+
{
|
|
1289
|
+
"kind": "field",
|
|
1290
|
+
"name": "styles",
|
|
1291
|
+
"type": {
|
|
1292
|
+
"text": "ElementStyles | void | null"
|
|
1293
|
+
},
|
|
1294
|
+
"privacy": "public",
|
|
1295
|
+
"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.",
|
|
1296
|
+
"inheritedFrom": {
|
|
1297
|
+
"name": "Accordion",
|
|
1298
|
+
"module": "src/accordion/accordion.ts"
|
|
1299
|
+
}
|
|
1300
|
+
},
|
|
1301
|
+
{
|
|
1302
|
+
"kind": "method",
|
|
1303
|
+
"name": "stylesChanged",
|
|
1304
|
+
"privacy": "protected",
|
|
1305
|
+
"return": {
|
|
1306
|
+
"type": {
|
|
1307
|
+
"text": "void"
|
|
1308
|
+
}
|
|
1309
|
+
},
|
|
1310
|
+
"inheritedFrom": {
|
|
1311
|
+
"name": "Accordion",
|
|
1312
|
+
"module": "src/accordion/accordion.ts"
|
|
1313
|
+
}
|
|
1314
|
+
},
|
|
1315
|
+
{
|
|
1316
|
+
"kind": "method",
|
|
1317
|
+
"name": "compose",
|
|
1318
|
+
"privacy": "public",
|
|
1319
|
+
"static": true,
|
|
1320
|
+
"return": {
|
|
1321
|
+
"type": {
|
|
1322
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
1323
|
+
}
|
|
1324
|
+
},
|
|
1325
|
+
"parameters": [
|
|
1326
|
+
{
|
|
1327
|
+
"name": "this",
|
|
1328
|
+
"type": {
|
|
1329
|
+
"text": "K"
|
|
1330
|
+
}
|
|
1331
|
+
},
|
|
1332
|
+
{
|
|
1333
|
+
"name": "elementDefinition",
|
|
1334
|
+
"type": {
|
|
1335
|
+
"text": "T"
|
|
1336
|
+
},
|
|
1337
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
1338
|
+
}
|
|
1339
|
+
],
|
|
1340
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
1341
|
+
"inheritedFrom": {
|
|
1342
|
+
"name": "Accordion",
|
|
1343
|
+
"module": "src/accordion/accordion.ts"
|
|
1344
|
+
}
|
|
1345
|
+
}
|
|
1346
|
+
],
|
|
1347
|
+
"events": [
|
|
1348
|
+
{
|
|
1349
|
+
"description": "Fires a custom 'change' event when the active item changes",
|
|
1350
|
+
"name": "change",
|
|
1351
|
+
"inheritedFrom": {
|
|
1352
|
+
"name": "Accordion",
|
|
1353
|
+
"module": "src/accordion/accordion.ts"
|
|
1202
1354
|
}
|
|
1203
1355
|
}
|
|
1204
1356
|
]
|
|
1205
1357
|
},
|
|
1206
1358
|
{
|
|
1207
1359
|
"kind": "variable",
|
|
1208
|
-
"name": "
|
|
1360
|
+
"name": "zeroAccordion"
|
|
1209
1361
|
}
|
|
1210
1362
|
],
|
|
1211
1363
|
"exports": [
|
|
1212
1364
|
{
|
|
1213
1365
|
"kind": "js",
|
|
1214
|
-
"name": "
|
|
1366
|
+
"name": "Accordion",
|
|
1215
1367
|
"declaration": {
|
|
1216
|
-
"name": "
|
|
1217
|
-
"module": "src/accordion
|
|
1368
|
+
"name": "Accordion",
|
|
1369
|
+
"module": "src/accordion/accordion.ts"
|
|
1218
1370
|
}
|
|
1219
1371
|
},
|
|
1220
1372
|
{
|
|
1221
1373
|
"kind": "js",
|
|
1222
|
-
"name": "
|
|
1374
|
+
"name": "zeroAccordion",
|
|
1223
1375
|
"declaration": {
|
|
1224
|
-
"name": "
|
|
1225
|
-
"module": "src/accordion
|
|
1376
|
+
"name": "zeroAccordion",
|
|
1377
|
+
"module": "src/accordion/accordion.ts"
|
|
1226
1378
|
}
|
|
1227
1379
|
}
|
|
1228
1380
|
]
|
|
1229
1381
|
},
|
|
1230
1382
|
{
|
|
1231
1383
|
"kind": "javascript-module",
|
|
1232
|
-
"path": "src/accordion
|
|
1384
|
+
"path": "src/accordion/index.ts",
|
|
1233
1385
|
"declarations": [],
|
|
1234
1386
|
"exports": [
|
|
1235
1387
|
{
|
|
@@ -1237,7 +1389,7 @@
|
|
|
1237
1389
|
"name": "*",
|
|
1238
1390
|
"declaration": {
|
|
1239
1391
|
"name": "*",
|
|
1240
|
-
"package": "./accordion
|
|
1392
|
+
"package": "./accordion"
|
|
1241
1393
|
}
|
|
1242
1394
|
},
|
|
1243
1395
|
{
|
|
@@ -1245,7 +1397,7 @@
|
|
|
1245
1397
|
"name": "*",
|
|
1246
1398
|
"declaration": {
|
|
1247
1399
|
"name": "*",
|
|
1248
|
-
"package": "./accordion
|
|
1400
|
+
"package": "./accordion.styles"
|
|
1249
1401
|
}
|
|
1250
1402
|
},
|
|
1251
1403
|
{
|
|
@@ -1253,18 +1405,18 @@
|
|
|
1253
1405
|
"name": "*",
|
|
1254
1406
|
"declaration": {
|
|
1255
1407
|
"name": "*",
|
|
1256
|
-
"package": "./accordion
|
|
1408
|
+
"package": "./accordion.template"
|
|
1257
1409
|
}
|
|
1258
1410
|
}
|
|
1259
1411
|
]
|
|
1260
1412
|
},
|
|
1261
1413
|
{
|
|
1262
1414
|
"kind": "javascript-module",
|
|
1263
|
-
"path": "src/
|
|
1415
|
+
"path": "src/accordion-item/accordion-item.styles.ts",
|
|
1264
1416
|
"declarations": [
|
|
1265
1417
|
{
|
|
1266
1418
|
"kind": "function",
|
|
1267
|
-
"name": "
|
|
1419
|
+
"name": "zeroAccordionItemStyles",
|
|
1268
1420
|
"return": {
|
|
1269
1421
|
"type": {
|
|
1270
1422
|
"text": "ElementStyles"
|
|
@@ -1289,383 +1441,155 @@
|
|
|
1289
1441
|
"exports": [
|
|
1290
1442
|
{
|
|
1291
1443
|
"kind": "js",
|
|
1292
|
-
"name": "
|
|
1444
|
+
"name": "zeroAccordionItemStyles",
|
|
1293
1445
|
"declaration": {
|
|
1294
|
-
"name": "
|
|
1295
|
-
"module": "src/
|
|
1446
|
+
"name": "zeroAccordionItemStyles",
|
|
1447
|
+
"module": "src/accordion-item/accordion-item.styles.ts"
|
|
1296
1448
|
}
|
|
1297
1449
|
}
|
|
1298
1450
|
]
|
|
1299
1451
|
},
|
|
1300
1452
|
{
|
|
1301
1453
|
"kind": "javascript-module",
|
|
1302
|
-
"path": "src/
|
|
1454
|
+
"path": "src/accordion-item/accordion-item.template.ts",
|
|
1455
|
+
"declarations": [
|
|
1456
|
+
{
|
|
1457
|
+
"kind": "function",
|
|
1458
|
+
"name": "zeroAccordionItemTemplate",
|
|
1459
|
+
"return": {
|
|
1460
|
+
"type": {
|
|
1461
|
+
"text": "ViewTemplate<AccordionItem>"
|
|
1462
|
+
}
|
|
1463
|
+
},
|
|
1464
|
+
"parameters": [
|
|
1465
|
+
{
|
|
1466
|
+
"name": "context",
|
|
1467
|
+
"type": {
|
|
1468
|
+
"text": "ElementDefinitionContext"
|
|
1469
|
+
}
|
|
1470
|
+
},
|
|
1471
|
+
{
|
|
1472
|
+
"name": "definition",
|
|
1473
|
+
"type": {
|
|
1474
|
+
"text": "FoundationElementDefinition"
|
|
1475
|
+
}
|
|
1476
|
+
}
|
|
1477
|
+
]
|
|
1478
|
+
}
|
|
1479
|
+
],
|
|
1480
|
+
"exports": [
|
|
1481
|
+
{
|
|
1482
|
+
"kind": "js",
|
|
1483
|
+
"name": "zeroAccordionItemTemplate",
|
|
1484
|
+
"declaration": {
|
|
1485
|
+
"name": "zeroAccordionItemTemplate",
|
|
1486
|
+
"module": "src/accordion-item/accordion-item.template.ts"
|
|
1487
|
+
}
|
|
1488
|
+
}
|
|
1489
|
+
]
|
|
1490
|
+
},
|
|
1491
|
+
{
|
|
1492
|
+
"kind": "javascript-module",
|
|
1493
|
+
"path": "src/accordion-item/accordion-item.ts",
|
|
1303
1494
|
"declarations": [
|
|
1304
1495
|
{
|
|
1305
1496
|
"kind": "class",
|
|
1306
1497
|
"description": "",
|
|
1307
|
-
"name": "
|
|
1498
|
+
"name": "AccordionItem",
|
|
1308
1499
|
"superclass": {
|
|
1309
|
-
"name": "
|
|
1500
|
+
"name": "FoundationAccordionItem",
|
|
1310
1501
|
"package": "@genesislcap/foundation-ui"
|
|
1311
1502
|
},
|
|
1312
|
-
"tagName": "%%prefix%%-
|
|
1503
|
+
"tagName": "%%prefix%%-card",
|
|
1313
1504
|
"customElement": true,
|
|
1314
1505
|
"attributes": [
|
|
1315
1506
|
{
|
|
1316
|
-
"name": "
|
|
1507
|
+
"name": "heading-level",
|
|
1317
1508
|
"type": {
|
|
1318
|
-
"text": "
|
|
1509
|
+
"text": "1 | 2 | 3 | 4 | 5 | 6"
|
|
1319
1510
|
},
|
|
1320
|
-
"default": "
|
|
1321
|
-
"
|
|
1511
|
+
"default": "2",
|
|
1512
|
+
"description": "Configures the https://www.w3.org/TR/wai-aria-1.1/#aria-level | level of the\nheading element.",
|
|
1513
|
+
"fieldName": "headinglevel",
|
|
1322
1514
|
"inheritedFrom": {
|
|
1323
|
-
"name": "
|
|
1324
|
-
"module": "src/
|
|
1325
|
-
}
|
|
1326
|
-
},
|
|
1327
|
-
{
|
|
1328
|
-
"name": "add-default-actions",
|
|
1329
|
-
"type": {
|
|
1330
|
-
"text": "boolean"
|
|
1331
|
-
},
|
|
1332
|
-
"default": "true",
|
|
1333
|
-
"fieldName": "addDefaultActions",
|
|
1334
|
-
"inheritedFrom": {
|
|
1335
|
-
"name": "ActionsMenu",
|
|
1336
|
-
"module": "src/actions-menu/actions-menu.ts"
|
|
1515
|
+
"name": "AccordionItem",
|
|
1516
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1337
1517
|
}
|
|
1338
1518
|
},
|
|
1339
1519
|
{
|
|
1340
|
-
"name": "auto-close-on-action",
|
|
1341
|
-
"type": {
|
|
1342
|
-
"text": "boolean"
|
|
1343
|
-
},
|
|
1344
|
-
"default": "true",
|
|
1345
|
-
"fieldName": "autoCloseOnAction",
|
|
1346
|
-
"inheritedFrom": {
|
|
1347
|
-
"name": "ActionsMenu",
|
|
1348
|
-
"module": "src/actions-menu/actions-menu.ts"
|
|
1349
|
-
}
|
|
1350
|
-
},
|
|
1351
|
-
{
|
|
1352
|
-
"name": "name",
|
|
1353
|
-
"type": {
|
|
1354
|
-
"text": "string"
|
|
1355
|
-
},
|
|
1356
|
-
"default": "'Actions'",
|
|
1357
|
-
"fieldName": "name",
|
|
1358
|
-
"inheritedFrom": {
|
|
1359
|
-
"name": "ActionsMenu",
|
|
1360
|
-
"module": "src/actions-menu/actions-menu.ts"
|
|
1361
|
-
}
|
|
1362
|
-
},
|
|
1363
|
-
{
|
|
1364
|
-
"name": "open",
|
|
1365
1520
|
"type": {
|
|
1366
1521
|
"text": "boolean"
|
|
1367
1522
|
},
|
|
1368
1523
|
"default": "false",
|
|
1369
|
-
"
|
|
1524
|
+
"description": "Expands or collapses the item.",
|
|
1525
|
+
"fieldName": "expanded",
|
|
1370
1526
|
"inheritedFrom": {
|
|
1371
|
-
"name": "
|
|
1372
|
-
"module": "src/
|
|
1527
|
+
"name": "AccordionItem",
|
|
1528
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1373
1529
|
}
|
|
1374
1530
|
},
|
|
1375
1531
|
{
|
|
1376
|
-
"name": "
|
|
1532
|
+
"name": "id",
|
|
1377
1533
|
"type": {
|
|
1378
1534
|
"text": "string"
|
|
1379
1535
|
},
|
|
1380
|
-
"
|
|
1381
|
-
"
|
|
1382
|
-
"name": "ActionsMenu",
|
|
1383
|
-
"module": "src/actions-menu/actions-menu.ts"
|
|
1384
|
-
}
|
|
1385
|
-
},
|
|
1386
|
-
{
|
|
1387
|
-
"name": "hide-disabled",
|
|
1388
|
-
"type": {
|
|
1389
|
-
"text": "boolean"
|
|
1390
|
-
},
|
|
1391
|
-
"default": "false",
|
|
1392
|
-
"fieldName": "hideDisabled",
|
|
1393
|
-
"inheritedFrom": {
|
|
1394
|
-
"name": "ActionsMenu",
|
|
1395
|
-
"module": "src/actions-menu/actions-menu.ts"
|
|
1396
|
-
}
|
|
1397
|
-
},
|
|
1398
|
-
{
|
|
1399
|
-
"name": "hide-menu-single-option",
|
|
1400
|
-
"type": {
|
|
1401
|
-
"text": "boolean"
|
|
1402
|
-
},
|
|
1403
|
-
"default": "false",
|
|
1404
|
-
"fieldName": "hideMenuSingleOption",
|
|
1536
|
+
"description": "The item ID",
|
|
1537
|
+
"fieldName": "id",
|
|
1405
1538
|
"inheritedFrom": {
|
|
1406
|
-
"name": "
|
|
1407
|
-
"module": "src/
|
|
1539
|
+
"name": "AccordionItem",
|
|
1540
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1408
1541
|
}
|
|
1409
1542
|
}
|
|
1410
1543
|
],
|
|
1411
1544
|
"members": [
|
|
1412
1545
|
{
|
|
1413
1546
|
"kind": "field",
|
|
1414
|
-
"name": "
|
|
1415
|
-
"type": {
|
|
1416
|
-
"text": "ActionMenuItem[]"
|
|
1417
|
-
},
|
|
1418
|
-
"inheritedFrom": {
|
|
1419
|
-
"name": "ActionsMenu",
|
|
1420
|
-
"module": "src/actions-menu/actions-menu.ts"
|
|
1421
|
-
}
|
|
1422
|
-
},
|
|
1423
|
-
{
|
|
1424
|
-
"kind": "field",
|
|
1425
|
-
"name": "isVertical",
|
|
1426
|
-
"type": {
|
|
1427
|
-
"text": "boolean"
|
|
1428
|
-
},
|
|
1429
|
-
"default": "false",
|
|
1430
|
-
"inheritedFrom": {
|
|
1431
|
-
"name": "ActionsMenu",
|
|
1432
|
-
"module": "src/actions-menu/actions-menu.ts"
|
|
1433
|
-
}
|
|
1434
|
-
},
|
|
1435
|
-
{
|
|
1436
|
-
"kind": "field",
|
|
1437
|
-
"name": "addDefaultActions",
|
|
1438
|
-
"type": {
|
|
1439
|
-
"text": "boolean"
|
|
1440
|
-
},
|
|
1441
|
-
"default": "true",
|
|
1442
|
-
"inheritedFrom": {
|
|
1443
|
-
"name": "ActionsMenu",
|
|
1444
|
-
"module": "src/actions-menu/actions-menu.ts"
|
|
1445
|
-
}
|
|
1446
|
-
},
|
|
1447
|
-
{
|
|
1448
|
-
"kind": "field",
|
|
1449
|
-
"name": "autoCloseOnAction",
|
|
1450
|
-
"type": {
|
|
1451
|
-
"text": "boolean"
|
|
1452
|
-
},
|
|
1453
|
-
"default": "true",
|
|
1454
|
-
"inheritedFrom": {
|
|
1455
|
-
"name": "ActionsMenu",
|
|
1456
|
-
"module": "src/actions-menu/actions-menu.ts"
|
|
1457
|
-
}
|
|
1458
|
-
},
|
|
1459
|
-
{
|
|
1460
|
-
"kind": "field",
|
|
1461
|
-
"name": "classNames",
|
|
1462
|
-
"type": {
|
|
1463
|
-
"text": "string"
|
|
1464
|
-
},
|
|
1465
|
-
"inheritedFrom": {
|
|
1466
|
-
"name": "ActionsMenu",
|
|
1467
|
-
"module": "src/actions-menu/actions-menu.ts"
|
|
1468
|
-
}
|
|
1469
|
-
},
|
|
1470
|
-
{
|
|
1471
|
-
"kind": "field",
|
|
1472
|
-
"name": "definition",
|
|
1473
|
-
"type": {
|
|
1474
|
-
"text": "any"
|
|
1475
|
-
},
|
|
1476
|
-
"inheritedFrom": {
|
|
1477
|
-
"name": "ActionsMenu",
|
|
1478
|
-
"module": "src/actions-menu/actions-menu.ts"
|
|
1479
|
-
}
|
|
1480
|
-
},
|
|
1481
|
-
{
|
|
1482
|
-
"kind": "field",
|
|
1483
|
-
"name": "name",
|
|
1484
|
-
"type": {
|
|
1485
|
-
"text": "string"
|
|
1486
|
-
},
|
|
1487
|
-
"default": "'Actions'",
|
|
1488
|
-
"inheritedFrom": {
|
|
1489
|
-
"name": "ActionsMenu",
|
|
1490
|
-
"module": "src/actions-menu/actions-menu.ts"
|
|
1491
|
-
}
|
|
1492
|
-
},
|
|
1493
|
-
{
|
|
1494
|
-
"kind": "field",
|
|
1495
|
-
"name": "open",
|
|
1496
|
-
"type": {
|
|
1497
|
-
"text": "boolean"
|
|
1498
|
-
},
|
|
1499
|
-
"default": "false",
|
|
1500
|
-
"inheritedFrom": {
|
|
1501
|
-
"name": "ActionsMenu",
|
|
1502
|
-
"module": "src/actions-menu/actions-menu.ts"
|
|
1503
|
-
}
|
|
1504
|
-
},
|
|
1505
|
-
{
|
|
1506
|
-
"kind": "field",
|
|
1507
|
-
"name": "buttonAppearance",
|
|
1508
|
-
"type": {
|
|
1509
|
-
"text": "string"
|
|
1510
|
-
},
|
|
1511
|
-
"inheritedFrom": {
|
|
1512
|
-
"name": "ActionsMenu",
|
|
1513
|
-
"module": "src/actions-menu/actions-menu.ts"
|
|
1514
|
-
}
|
|
1515
|
-
},
|
|
1516
|
-
{
|
|
1517
|
-
"kind": "field",
|
|
1518
|
-
"name": "hideDisabled",
|
|
1547
|
+
"name": "headinglevel",
|
|
1519
1548
|
"type": {
|
|
1520
|
-
"text": "
|
|
1549
|
+
"text": "1 | 2 | 3 | 4 | 5 | 6"
|
|
1521
1550
|
},
|
|
1522
|
-
"
|
|
1551
|
+
"privacy": "public",
|
|
1552
|
+
"default": "2",
|
|
1553
|
+
"description": "Configures the {@link https://www.w3.org/TR/wai-aria-1.1/#aria-level | level} of the heading element.",
|
|
1523
1554
|
"inheritedFrom": {
|
|
1524
|
-
"name": "
|
|
1525
|
-
"module": "src/
|
|
1555
|
+
"name": "AccordionItem",
|
|
1556
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1526
1557
|
}
|
|
1527
1558
|
},
|
|
1528
1559
|
{
|
|
1529
1560
|
"kind": "field",
|
|
1530
|
-
"name": "
|
|
1561
|
+
"name": "expanded",
|
|
1531
1562
|
"type": {
|
|
1532
1563
|
"text": "boolean"
|
|
1533
1564
|
},
|
|
1565
|
+
"privacy": "public",
|
|
1534
1566
|
"default": "false",
|
|
1567
|
+
"description": "Expands or collapses the item.",
|
|
1535
1568
|
"inheritedFrom": {
|
|
1536
|
-
"name": "
|
|
1537
|
-
"module": "src/
|
|
1538
|
-
}
|
|
1539
|
-
},
|
|
1540
|
-
{
|
|
1541
|
-
"kind": "field",
|
|
1542
|
-
"name": "singleOption",
|
|
1543
|
-
"type": {
|
|
1544
|
-
"text": "ActionMenuItem"
|
|
1545
|
-
},
|
|
1546
|
-
"inheritedFrom": {
|
|
1547
|
-
"name": "ActionsMenu",
|
|
1548
|
-
"module": "src/actions-menu/actions-menu.ts"
|
|
1549
|
-
}
|
|
1550
|
-
},
|
|
1551
|
-
{
|
|
1552
|
-
"kind": "field",
|
|
1553
|
-
"name": "actionsMenu",
|
|
1554
|
-
"type": {
|
|
1555
|
-
"text": "HTMLElement"
|
|
1556
|
-
},
|
|
1557
|
-
"inheritedFrom": {
|
|
1558
|
-
"name": "ActionsMenu",
|
|
1559
|
-
"module": "src/actions-menu/actions-menu.ts"
|
|
1560
|
-
}
|
|
1561
|
-
},
|
|
1562
|
-
{
|
|
1563
|
-
"kind": "method",
|
|
1564
|
-
"name": "definitionChanged",
|
|
1565
|
-
"privacy": "protected",
|
|
1566
|
-
"parameters": [
|
|
1567
|
-
{
|
|
1568
|
-
"name": "oldValue",
|
|
1569
|
-
"type": {
|
|
1570
|
-
"text": "any"
|
|
1571
|
-
}
|
|
1572
|
-
},
|
|
1573
|
-
{
|
|
1574
|
-
"name": "newValue",
|
|
1575
|
-
"type": {
|
|
1576
|
-
"text": "any"
|
|
1577
|
-
}
|
|
1578
|
-
}
|
|
1579
|
-
],
|
|
1580
|
-
"inheritedFrom": {
|
|
1581
|
-
"name": "ActionsMenu",
|
|
1582
|
-
"module": "src/actions-menu/actions-menu.ts"
|
|
1583
|
-
}
|
|
1584
|
-
},
|
|
1585
|
-
{
|
|
1586
|
-
"kind": "method",
|
|
1587
|
-
"name": "openChanged",
|
|
1588
|
-
"privacy": "protected",
|
|
1589
|
-
"inheritedFrom": {
|
|
1590
|
-
"name": "ActionsMenu",
|
|
1591
|
-
"module": "src/actions-menu/actions-menu.ts"
|
|
1592
|
-
}
|
|
1593
|
-
},
|
|
1594
|
-
{
|
|
1595
|
-
"kind": "method",
|
|
1596
|
-
"name": "toggleActionsMenuVisibility",
|
|
1597
|
-
"inheritedFrom": {
|
|
1598
|
-
"name": "ActionsMenu",
|
|
1599
|
-
"module": "src/actions-menu/actions-menu.ts"
|
|
1600
|
-
}
|
|
1601
|
-
},
|
|
1602
|
-
{
|
|
1603
|
-
"kind": "method",
|
|
1604
|
-
"name": "onActionMenuItemClick",
|
|
1605
|
-
"parameters": [
|
|
1606
|
-
{
|
|
1607
|
-
"name": "callback",
|
|
1608
|
-
"type": {
|
|
1609
|
-
"text": "(rowData) => void | any"
|
|
1610
|
-
}
|
|
1611
|
-
}
|
|
1612
|
-
],
|
|
1613
|
-
"inheritedFrom": {
|
|
1614
|
-
"name": "ActionsMenu",
|
|
1615
|
-
"module": "src/actions-menu/actions-menu.ts"
|
|
1616
|
-
}
|
|
1617
|
-
},
|
|
1618
|
-
{
|
|
1619
|
-
"kind": "field",
|
|
1620
|
-
"name": "allActions",
|
|
1621
|
-
"type": {
|
|
1622
|
-
"text": "ActionMenuItem[]"
|
|
1623
|
-
},
|
|
1624
|
-
"readonly": true,
|
|
1625
|
-
"inheritedFrom": {
|
|
1626
|
-
"name": "ActionsMenu",
|
|
1627
|
-
"module": "src/actions-menu/actions-menu.ts"
|
|
1628
|
-
}
|
|
1629
|
-
},
|
|
1630
|
-
{
|
|
1631
|
-
"kind": "field",
|
|
1632
|
-
"name": "rowData",
|
|
1633
|
-
"readonly": true,
|
|
1634
|
-
"inheritedFrom": {
|
|
1635
|
-
"name": "ActionsMenu",
|
|
1636
|
-
"module": "src/actions-menu/actions-menu.ts"
|
|
1637
|
-
}
|
|
1638
|
-
},
|
|
1639
|
-
{
|
|
1640
|
-
"kind": "method",
|
|
1641
|
-
"name": "getLabel",
|
|
1642
|
-
"parameters": [
|
|
1643
|
-
{
|
|
1644
|
-
"name": "name",
|
|
1645
|
-
"type": {
|
|
1646
|
-
"text": "string | ((rowData: any) => string)"
|
|
1647
|
-
}
|
|
1648
|
-
}
|
|
1649
|
-
],
|
|
1650
|
-
"inheritedFrom": {
|
|
1651
|
-
"name": "ActionsMenu",
|
|
1652
|
-
"module": "src/actions-menu/actions-menu.ts"
|
|
1569
|
+
"name": "AccordionItem",
|
|
1570
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1653
1571
|
}
|
|
1654
1572
|
},
|
|
1655
1573
|
{
|
|
1656
|
-
"kind": "
|
|
1657
|
-
"name": "
|
|
1658
|
-
"
|
|
1659
|
-
|
|
1660
|
-
|
|
1661
|
-
|
|
1662
|
-
|
|
1663
|
-
}
|
|
1664
|
-
}
|
|
1665
|
-
],
|
|
1574
|
+
"kind": "field",
|
|
1575
|
+
"name": "id",
|
|
1576
|
+
"type": {
|
|
1577
|
+
"text": "string"
|
|
1578
|
+
},
|
|
1579
|
+
"privacy": "public",
|
|
1580
|
+
"description": "The item ID",
|
|
1666
1581
|
"inheritedFrom": {
|
|
1667
|
-
"name": "
|
|
1668
|
-
"module": "src/
|
|
1582
|
+
"name": "AccordionItem",
|
|
1583
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1584
|
+
}
|
|
1585
|
+
},
|
|
1586
|
+
{
|
|
1587
|
+
"kind": "field",
|
|
1588
|
+
"name": "change",
|
|
1589
|
+
"privacy": "private",
|
|
1590
|
+
"inheritedFrom": {
|
|
1591
|
+
"name": "AccordionItem",
|
|
1592
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1669
1593
|
}
|
|
1670
1594
|
},
|
|
1671
1595
|
{
|
|
@@ -1677,8 +1601,8 @@
|
|
|
1677
1601
|
"privacy": "private",
|
|
1678
1602
|
"default": "void 0",
|
|
1679
1603
|
"inheritedFrom": {
|
|
1680
|
-
"name": "
|
|
1681
|
-
"module": "src/
|
|
1604
|
+
"name": "AccordionItem",
|
|
1605
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1682
1606
|
}
|
|
1683
1607
|
},
|
|
1684
1608
|
{
|
|
@@ -1690,8 +1614,8 @@
|
|
|
1690
1614
|
"privacy": "public",
|
|
1691
1615
|
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
1692
1616
|
"inheritedFrom": {
|
|
1693
|
-
"name": "
|
|
1694
|
-
"module": "src/
|
|
1617
|
+
"name": "AccordionItem",
|
|
1618
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1695
1619
|
}
|
|
1696
1620
|
},
|
|
1697
1621
|
{
|
|
@@ -1703,8 +1627,8 @@
|
|
|
1703
1627
|
"privacy": "public",
|
|
1704
1628
|
"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.",
|
|
1705
1629
|
"inheritedFrom": {
|
|
1706
|
-
"name": "
|
|
1707
|
-
"module": "src/
|
|
1630
|
+
"name": "AccordionItem",
|
|
1631
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1708
1632
|
}
|
|
1709
1633
|
},
|
|
1710
1634
|
{
|
|
@@ -1717,8 +1641,8 @@
|
|
|
1717
1641
|
}
|
|
1718
1642
|
},
|
|
1719
1643
|
"inheritedFrom": {
|
|
1720
|
-
"name": "
|
|
1721
|
-
"module": "src/
|
|
1644
|
+
"name": "AccordionItem",
|
|
1645
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1722
1646
|
}
|
|
1723
1647
|
},
|
|
1724
1648
|
{
|
|
@@ -1730,8 +1654,8 @@
|
|
|
1730
1654
|
"privacy": "public",
|
|
1731
1655
|
"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.",
|
|
1732
1656
|
"inheritedFrom": {
|
|
1733
|
-
"name": "
|
|
1734
|
-
"module": "src/
|
|
1657
|
+
"name": "AccordionItem",
|
|
1658
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1735
1659
|
}
|
|
1736
1660
|
},
|
|
1737
1661
|
{
|
|
@@ -1744,8 +1668,8 @@
|
|
|
1744
1668
|
}
|
|
1745
1669
|
},
|
|
1746
1670
|
"inheritedFrom": {
|
|
1747
|
-
"name": "
|
|
1748
|
-
"module": "src/
|
|
1671
|
+
"name": "AccordionItem",
|
|
1672
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1749
1673
|
}
|
|
1750
1674
|
},
|
|
1751
1675
|
{
|
|
@@ -1775,41 +1699,49 @@
|
|
|
1775
1699
|
],
|
|
1776
1700
|
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
1777
1701
|
"inheritedFrom": {
|
|
1778
|
-
"name": "
|
|
1779
|
-
"module": "src/
|
|
1702
|
+
"name": "AccordionItem",
|
|
1703
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1704
|
+
}
|
|
1705
|
+
}
|
|
1706
|
+
],
|
|
1707
|
+
"events": [
|
|
1708
|
+
{
|
|
1709
|
+
"description": "Fires a custom 'change' event when the button is invoked",
|
|
1710
|
+
"name": "change",
|
|
1711
|
+
"inheritedFrom": {
|
|
1712
|
+
"name": "AccordionItem",
|
|
1713
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1780
1714
|
}
|
|
1781
1715
|
}
|
|
1782
1716
|
]
|
|
1783
1717
|
},
|
|
1784
1718
|
{
|
|
1785
1719
|
"kind": "variable",
|
|
1786
|
-
"name": "
|
|
1787
|
-
"description": "The Zero Actions Menu",
|
|
1788
|
-
"privacy": "public"
|
|
1720
|
+
"name": "zeroAccordionItem"
|
|
1789
1721
|
}
|
|
1790
1722
|
],
|
|
1791
1723
|
"exports": [
|
|
1792
1724
|
{
|
|
1793
1725
|
"kind": "js",
|
|
1794
|
-
"name": "
|
|
1726
|
+
"name": "AccordionItem",
|
|
1795
1727
|
"declaration": {
|
|
1796
|
-
"name": "
|
|
1797
|
-
"module": "src/
|
|
1728
|
+
"name": "AccordionItem",
|
|
1729
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1798
1730
|
}
|
|
1799
1731
|
},
|
|
1800
1732
|
{
|
|
1801
1733
|
"kind": "js",
|
|
1802
|
-
"name": "
|
|
1734
|
+
"name": "zeroAccordionItem",
|
|
1803
1735
|
"declaration": {
|
|
1804
|
-
"name": "
|
|
1805
|
-
"module": "src/
|
|
1736
|
+
"name": "zeroAccordionItem",
|
|
1737
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1806
1738
|
}
|
|
1807
1739
|
}
|
|
1808
1740
|
]
|
|
1809
1741
|
},
|
|
1810
1742
|
{
|
|
1811
1743
|
"kind": "javascript-module",
|
|
1812
|
-
"path": "src/
|
|
1744
|
+
"path": "src/accordion-item/index.ts",
|
|
1813
1745
|
"declarations": [],
|
|
1814
1746
|
"exports": [
|
|
1815
1747
|
{
|
|
@@ -1817,7 +1749,7 @@
|
|
|
1817
1749
|
"name": "*",
|
|
1818
1750
|
"declaration": {
|
|
1819
1751
|
"name": "*",
|
|
1820
|
-
"package": "./
|
|
1752
|
+
"package": "./accordion-item"
|
|
1821
1753
|
}
|
|
1822
1754
|
},
|
|
1823
1755
|
{
|
|
@@ -1825,53 +1757,40 @@
|
|
|
1825
1757
|
"name": "*",
|
|
1826
1758
|
"declaration": {
|
|
1827
1759
|
"name": "*",
|
|
1828
|
-
"package": "./
|
|
1760
|
+
"package": "./accordion-item.styles"
|
|
1829
1761
|
}
|
|
1830
|
-
}
|
|
1831
|
-
]
|
|
1832
|
-
},
|
|
1833
|
-
{
|
|
1834
|
-
"kind": "javascript-module",
|
|
1835
|
-
"path": "src/ai-criteria-search/ai-criteria-search.styles.ts",
|
|
1836
|
-
"declarations": [
|
|
1837
|
-
{
|
|
1838
|
-
"kind": "variable",
|
|
1839
|
-
"name": "zeroAiCriteriaSearchStyles",
|
|
1840
|
-
"default": "css`\n ${foundationAiCriteriaSearchStyles}\n`"
|
|
1841
|
-
}
|
|
1842
|
-
],
|
|
1843
|
-
"exports": [
|
|
1762
|
+
},
|
|
1844
1763
|
{
|
|
1845
1764
|
"kind": "js",
|
|
1846
|
-
"name": "
|
|
1765
|
+
"name": "*",
|
|
1847
1766
|
"declaration": {
|
|
1848
|
-
"name": "
|
|
1849
|
-
"
|
|
1767
|
+
"name": "*",
|
|
1768
|
+
"package": "./accordion-item.template"
|
|
1850
1769
|
}
|
|
1851
1770
|
}
|
|
1852
1771
|
]
|
|
1853
1772
|
},
|
|
1854
1773
|
{
|
|
1855
1774
|
"kind": "javascript-module",
|
|
1856
|
-
"path": "src/
|
|
1775
|
+
"path": "src/actions-menu/actions-menu.styles.ts",
|
|
1857
1776
|
"declarations": [
|
|
1858
1777
|
{
|
|
1859
1778
|
"kind": "function",
|
|
1860
|
-
"name": "
|
|
1779
|
+
"name": "zeroActionsMenuStyles",
|
|
1861
1780
|
"return": {
|
|
1862
1781
|
"type": {
|
|
1863
|
-
"text": "
|
|
1782
|
+
"text": "ElementStyles"
|
|
1864
1783
|
}
|
|
1865
1784
|
},
|
|
1866
1785
|
"parameters": [
|
|
1867
1786
|
{
|
|
1868
|
-
"name": "
|
|
1787
|
+
"name": "context",
|
|
1869
1788
|
"type": {
|
|
1870
1789
|
"text": "ElementDefinitionContext"
|
|
1871
1790
|
}
|
|
1872
1791
|
},
|
|
1873
1792
|
{
|
|
1874
|
-
"name": "
|
|
1793
|
+
"name": "definition",
|
|
1875
1794
|
"type": {
|
|
1876
1795
|
"text": "FoundationElementDefinition"
|
|
1877
1796
|
}
|
|
@@ -1882,347 +1801,383 @@
|
|
|
1882
1801
|
"exports": [
|
|
1883
1802
|
{
|
|
1884
1803
|
"kind": "js",
|
|
1885
|
-
"name": "
|
|
1804
|
+
"name": "zeroActionsMenuStyles",
|
|
1886
1805
|
"declaration": {
|
|
1887
|
-
"name": "
|
|
1888
|
-
"module": "src/
|
|
1806
|
+
"name": "zeroActionsMenuStyles",
|
|
1807
|
+
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
1889
1808
|
}
|
|
1890
1809
|
}
|
|
1891
1810
|
]
|
|
1892
1811
|
},
|
|
1893
1812
|
{
|
|
1894
1813
|
"kind": "javascript-module",
|
|
1895
|
-
"path": "src/
|
|
1814
|
+
"path": "src/actions-menu/actions-menu.ts",
|
|
1896
1815
|
"declarations": [
|
|
1897
1816
|
{
|
|
1898
1817
|
"kind": "class",
|
|
1899
1818
|
"description": "",
|
|
1900
|
-
"name": "
|
|
1819
|
+
"name": "ActionsMenu",
|
|
1901
1820
|
"superclass": {
|
|
1902
|
-
"name": "
|
|
1821
|
+
"name": "FoundationActionsMenu",
|
|
1903
1822
|
"package": "@genesislcap/foundation-ui"
|
|
1904
1823
|
},
|
|
1905
|
-
"tagName": "%%prefix%%-
|
|
1824
|
+
"tagName": "%%prefix%%-actions-menu",
|
|
1906
1825
|
"customElement": true,
|
|
1907
1826
|
"attributes": [
|
|
1908
1827
|
{
|
|
1909
|
-
"name": "
|
|
1828
|
+
"name": "is-vertical",
|
|
1910
1829
|
"type": {
|
|
1911
|
-
"text": "
|
|
1830
|
+
"text": "boolean"
|
|
1912
1831
|
},
|
|
1913
|
-
"default": "
|
|
1914
|
-
"fieldName": "
|
|
1832
|
+
"default": "false",
|
|
1833
|
+
"fieldName": "isVertical",
|
|
1915
1834
|
"inheritedFrom": {
|
|
1916
|
-
"name": "
|
|
1917
|
-
"module": "src/
|
|
1835
|
+
"name": "ActionsMenu",
|
|
1836
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1918
1837
|
}
|
|
1919
1838
|
},
|
|
1920
1839
|
{
|
|
1840
|
+
"name": "add-default-actions",
|
|
1921
1841
|
"type": {
|
|
1922
1842
|
"text": "boolean"
|
|
1923
1843
|
},
|
|
1924
|
-
"
|
|
1844
|
+
"default": "true",
|
|
1845
|
+
"fieldName": "addDefaultActions",
|
|
1925
1846
|
"inheritedFrom": {
|
|
1926
|
-
"name": "
|
|
1927
|
-
"module": "src/
|
|
1847
|
+
"name": "ActionsMenu",
|
|
1848
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1928
1849
|
}
|
|
1929
|
-
}
|
|
1930
|
-
],
|
|
1931
|
-
"members": [
|
|
1850
|
+
},
|
|
1932
1851
|
{
|
|
1933
|
-
"
|
|
1934
|
-
"name": "providerRegistry",
|
|
1852
|
+
"name": "auto-close-on-action",
|
|
1935
1853
|
"type": {
|
|
1936
|
-
"text": "
|
|
1854
|
+
"text": "boolean"
|
|
1937
1855
|
},
|
|
1856
|
+
"default": "true",
|
|
1857
|
+
"fieldName": "autoCloseOnAction",
|
|
1938
1858
|
"inheritedFrom": {
|
|
1939
|
-
"name": "
|
|
1940
|
-
"module": "src/
|
|
1859
|
+
"name": "ActionsMenu",
|
|
1860
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1941
1861
|
}
|
|
1942
1862
|
},
|
|
1943
1863
|
{
|
|
1944
|
-
"
|
|
1945
|
-
"name": "placeholder",
|
|
1864
|
+
"name": "name",
|
|
1946
1865
|
"type": {
|
|
1947
1866
|
"text": "string"
|
|
1948
1867
|
},
|
|
1949
|
-
"default": "'
|
|
1868
|
+
"default": "'Actions'",
|
|
1869
|
+
"fieldName": "name",
|
|
1950
1870
|
"inheritedFrom": {
|
|
1951
|
-
"name": "
|
|
1952
|
-
"module": "src/
|
|
1871
|
+
"name": "ActionsMenu",
|
|
1872
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1953
1873
|
}
|
|
1954
1874
|
},
|
|
1955
1875
|
{
|
|
1956
|
-
"
|
|
1957
|
-
"name": "disabled",
|
|
1876
|
+
"name": "open",
|
|
1958
1877
|
"type": {
|
|
1959
1878
|
"text": "boolean"
|
|
1960
1879
|
},
|
|
1880
|
+
"default": "false",
|
|
1881
|
+
"fieldName": "open",
|
|
1961
1882
|
"inheritedFrom": {
|
|
1962
|
-
"name": "
|
|
1963
|
-
"module": "src/
|
|
1883
|
+
"name": "ActionsMenu",
|
|
1884
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1964
1885
|
}
|
|
1965
1886
|
},
|
|
1966
1887
|
{
|
|
1967
|
-
"
|
|
1968
|
-
"name": "inputValue",
|
|
1888
|
+
"name": "buttonAppearance",
|
|
1969
1889
|
"type": {
|
|
1970
1890
|
"text": "string"
|
|
1971
1891
|
},
|
|
1972
|
-
"
|
|
1892
|
+
"fieldName": "buttonAppearance",
|
|
1973
1893
|
"inheritedFrom": {
|
|
1974
|
-
"name": "
|
|
1975
|
-
"module": "src/
|
|
1894
|
+
"name": "ActionsMenu",
|
|
1895
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1976
1896
|
}
|
|
1977
1897
|
},
|
|
1978
1898
|
{
|
|
1979
|
-
"
|
|
1980
|
-
"name": "isInterpreting",
|
|
1899
|
+
"name": "hide-disabled",
|
|
1981
1900
|
"type": {
|
|
1982
1901
|
"text": "boolean"
|
|
1983
1902
|
},
|
|
1984
1903
|
"default": "false",
|
|
1904
|
+
"fieldName": "hideDisabled",
|
|
1985
1905
|
"inheritedFrom": {
|
|
1986
|
-
"name": "
|
|
1987
|
-
"module": "src/
|
|
1906
|
+
"name": "ActionsMenu",
|
|
1907
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1908
|
+
}
|
|
1909
|
+
},
|
|
1910
|
+
{
|
|
1911
|
+
"name": "hide-menu-single-option",
|
|
1912
|
+
"type": {
|
|
1913
|
+
"text": "boolean"
|
|
1914
|
+
},
|
|
1915
|
+
"default": "false",
|
|
1916
|
+
"fieldName": "hideMenuSingleOption",
|
|
1917
|
+
"inheritedFrom": {
|
|
1918
|
+
"name": "ActionsMenu",
|
|
1919
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1920
|
+
}
|
|
1921
|
+
}
|
|
1922
|
+
],
|
|
1923
|
+
"members": [
|
|
1924
|
+
{
|
|
1925
|
+
"kind": "field",
|
|
1926
|
+
"name": "actions",
|
|
1927
|
+
"type": {
|
|
1928
|
+
"text": "ActionMenuItem[]"
|
|
1929
|
+
},
|
|
1930
|
+
"inheritedFrom": {
|
|
1931
|
+
"name": "ActionsMenu",
|
|
1932
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1988
1933
|
}
|
|
1989
1934
|
},
|
|
1990
1935
|
{
|
|
1991
1936
|
"kind": "field",
|
|
1992
|
-
"name": "
|
|
1937
|
+
"name": "isVertical",
|
|
1993
1938
|
"type": {
|
|
1994
|
-
"text": "
|
|
1939
|
+
"text": "boolean"
|
|
1995
1940
|
},
|
|
1996
|
-
"default": "
|
|
1941
|
+
"default": "false",
|
|
1997
1942
|
"inheritedFrom": {
|
|
1998
|
-
"name": "
|
|
1999
|
-
"module": "src/
|
|
1943
|
+
"name": "ActionsMenu",
|
|
1944
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2000
1945
|
}
|
|
2001
1946
|
},
|
|
2002
1947
|
{
|
|
2003
1948
|
"kind": "field",
|
|
2004
|
-
"name": "
|
|
1949
|
+
"name": "addDefaultActions",
|
|
2005
1950
|
"type": {
|
|
2006
|
-
"text": "
|
|
1951
|
+
"text": "boolean"
|
|
2007
1952
|
},
|
|
2008
|
-
"default": "
|
|
1953
|
+
"default": "true",
|
|
2009
1954
|
"inheritedFrom": {
|
|
2010
|
-
"name": "
|
|
2011
|
-
"module": "src/
|
|
1955
|
+
"name": "ActionsMenu",
|
|
1956
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2012
1957
|
}
|
|
2013
1958
|
},
|
|
2014
1959
|
{
|
|
2015
1960
|
"kind": "field",
|
|
2016
|
-
"name": "
|
|
1961
|
+
"name": "autoCloseOnAction",
|
|
2017
1962
|
"type": {
|
|
2018
1963
|
"text": "boolean"
|
|
2019
1964
|
},
|
|
2020
|
-
"default": "
|
|
1965
|
+
"default": "true",
|
|
2021
1966
|
"inheritedFrom": {
|
|
2022
|
-
"name": "
|
|
2023
|
-
"module": "src/
|
|
1967
|
+
"name": "ActionsMenu",
|
|
1968
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2024
1969
|
}
|
|
2025
1970
|
},
|
|
2026
1971
|
{
|
|
2027
1972
|
"kind": "field",
|
|
2028
|
-
"name": "
|
|
1973
|
+
"name": "classNames",
|
|
2029
1974
|
"type": {
|
|
2030
|
-
"text": "
|
|
1975
|
+
"text": "string"
|
|
2031
1976
|
},
|
|
2032
|
-
"default": "[]",
|
|
2033
1977
|
"inheritedFrom": {
|
|
2034
|
-
"name": "
|
|
2035
|
-
"module": "src/
|
|
1978
|
+
"name": "ActionsMenu",
|
|
1979
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2036
1980
|
}
|
|
2037
1981
|
},
|
|
2038
1982
|
{
|
|
2039
1983
|
"kind": "field",
|
|
2040
|
-
"name": "
|
|
1984
|
+
"name": "definition",
|
|
2041
1985
|
"type": {
|
|
2042
|
-
"text": "
|
|
1986
|
+
"text": "any"
|
|
2043
1987
|
},
|
|
2044
|
-
"default": "false",
|
|
2045
1988
|
"inheritedFrom": {
|
|
2046
|
-
"name": "
|
|
2047
|
-
"module": "src/
|
|
1989
|
+
"name": "ActionsMenu",
|
|
1990
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2048
1991
|
}
|
|
2049
1992
|
},
|
|
2050
1993
|
{
|
|
2051
1994
|
"kind": "field",
|
|
2052
|
-
"name": "
|
|
1995
|
+
"name": "name",
|
|
2053
1996
|
"type": {
|
|
2054
|
-
"text": "
|
|
1997
|
+
"text": "string"
|
|
2055
1998
|
},
|
|
2056
|
-
"
|
|
1999
|
+
"default": "'Actions'",
|
|
2057
2000
|
"inheritedFrom": {
|
|
2058
|
-
"name": "
|
|
2059
|
-
"module": "src/
|
|
2001
|
+
"name": "ActionsMenu",
|
|
2002
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2060
2003
|
}
|
|
2061
2004
|
},
|
|
2062
2005
|
{
|
|
2063
2006
|
"kind": "field",
|
|
2064
|
-
"name": "
|
|
2007
|
+
"name": "open",
|
|
2065
2008
|
"type": {
|
|
2066
|
-
"text": "
|
|
2009
|
+
"text": "boolean"
|
|
2067
2010
|
},
|
|
2068
|
-
"
|
|
2069
|
-
"default": "null",
|
|
2011
|
+
"default": "false",
|
|
2070
2012
|
"inheritedFrom": {
|
|
2071
|
-
"name": "
|
|
2072
|
-
"module": "src/
|
|
2013
|
+
"name": "ActionsMenu",
|
|
2014
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2073
2015
|
}
|
|
2074
2016
|
},
|
|
2075
2017
|
{
|
|
2076
2018
|
"kind": "field",
|
|
2077
|
-
"name": "
|
|
2019
|
+
"name": "buttonAppearance",
|
|
2078
2020
|
"type": {
|
|
2079
|
-
"text": "
|
|
2021
|
+
"text": "string"
|
|
2080
2022
|
},
|
|
2081
|
-
"privacy": "private",
|
|
2082
|
-
"default": "null",
|
|
2083
2023
|
"inheritedFrom": {
|
|
2084
|
-
"name": "
|
|
2085
|
-
"module": "src/
|
|
2024
|
+
"name": "ActionsMenu",
|
|
2025
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2086
2026
|
}
|
|
2087
2027
|
},
|
|
2088
2028
|
{
|
|
2089
2029
|
"kind": "field",
|
|
2090
|
-
"name": "
|
|
2030
|
+
"name": "hideDisabled",
|
|
2091
2031
|
"type": {
|
|
2092
2032
|
"text": "boolean"
|
|
2093
2033
|
},
|
|
2094
|
-
"
|
|
2034
|
+
"default": "false",
|
|
2095
2035
|
"inheritedFrom": {
|
|
2096
|
-
"name": "
|
|
2097
|
-
"module": "src/
|
|
2036
|
+
"name": "ActionsMenu",
|
|
2037
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2098
2038
|
}
|
|
2099
2039
|
},
|
|
2100
2040
|
{
|
|
2101
2041
|
"kind": "field",
|
|
2102
|
-
"name": "
|
|
2042
|
+
"name": "hideMenuSingleOption",
|
|
2103
2043
|
"type": {
|
|
2104
|
-
"text": "
|
|
2044
|
+
"text": "boolean"
|
|
2105
2045
|
},
|
|
2106
|
-
"
|
|
2046
|
+
"default": "false",
|
|
2107
2047
|
"inheritedFrom": {
|
|
2108
|
-
"name": "
|
|
2109
|
-
"module": "src/
|
|
2048
|
+
"name": "ActionsMenu",
|
|
2049
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2110
2050
|
}
|
|
2111
2051
|
},
|
|
2112
2052
|
{
|
|
2113
|
-
"kind": "
|
|
2114
|
-
"name": "
|
|
2115
|
-
"
|
|
2116
|
-
|
|
2117
|
-
"type": {
|
|
2118
|
-
"text": "string"
|
|
2119
|
-
}
|
|
2053
|
+
"kind": "field",
|
|
2054
|
+
"name": "singleOption",
|
|
2055
|
+
"type": {
|
|
2056
|
+
"text": "ActionMenuItem"
|
|
2120
2057
|
},
|
|
2121
|
-
"parameters": [
|
|
2122
|
-
{
|
|
2123
|
-
"name": "fieldName",
|
|
2124
|
-
"type": {
|
|
2125
|
-
"text": "string"
|
|
2126
|
-
}
|
|
2127
|
-
}
|
|
2128
|
-
],
|
|
2129
2058
|
"inheritedFrom": {
|
|
2130
|
-
"name": "
|
|
2131
|
-
"module": "src/
|
|
2059
|
+
"name": "ActionsMenu",
|
|
2060
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2132
2061
|
}
|
|
2133
2062
|
},
|
|
2134
2063
|
{
|
|
2135
|
-
"kind": "
|
|
2136
|
-
"name": "
|
|
2137
|
-
"
|
|
2138
|
-
"
|
|
2139
|
-
"text": "void"
|
|
2140
|
-
}
|
|
2064
|
+
"kind": "field",
|
|
2065
|
+
"name": "actionsMenu",
|
|
2066
|
+
"type": {
|
|
2067
|
+
"text": "HTMLElement"
|
|
2141
2068
|
},
|
|
2142
2069
|
"inheritedFrom": {
|
|
2143
|
-
"name": "
|
|
2144
|
-
"module": "src/
|
|
2070
|
+
"name": "ActionsMenu",
|
|
2071
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2145
2072
|
}
|
|
2146
2073
|
},
|
|
2147
2074
|
{
|
|
2148
2075
|
"kind": "method",
|
|
2149
|
-
"name": "
|
|
2150
|
-
"
|
|
2151
|
-
"type": {
|
|
2152
|
-
"text": "void"
|
|
2153
|
-
}
|
|
2154
|
-
},
|
|
2076
|
+
"name": "definitionChanged",
|
|
2077
|
+
"privacy": "protected",
|
|
2155
2078
|
"parameters": [
|
|
2156
2079
|
{
|
|
2157
|
-
"name": "
|
|
2080
|
+
"name": "oldValue",
|
|
2158
2081
|
"type": {
|
|
2159
|
-
"text": "
|
|
2082
|
+
"text": "any"
|
|
2160
2083
|
}
|
|
2161
2084
|
},
|
|
2162
2085
|
{
|
|
2163
|
-
"name": "
|
|
2086
|
+
"name": "newValue",
|
|
2164
2087
|
"type": {
|
|
2165
|
-
"text": "
|
|
2088
|
+
"text": "any"
|
|
2166
2089
|
}
|
|
2167
2090
|
}
|
|
2168
2091
|
],
|
|
2169
2092
|
"inheritedFrom": {
|
|
2170
|
-
"name": "
|
|
2171
|
-
"module": "src/
|
|
2093
|
+
"name": "ActionsMenu",
|
|
2094
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2172
2095
|
}
|
|
2173
2096
|
},
|
|
2174
2097
|
{
|
|
2175
2098
|
"kind": "method",
|
|
2176
|
-
"name": "
|
|
2177
|
-
"
|
|
2178
|
-
"type": {
|
|
2179
|
-
"text": "void"
|
|
2180
|
-
}
|
|
2181
|
-
},
|
|
2099
|
+
"name": "openChanged",
|
|
2100
|
+
"privacy": "protected",
|
|
2182
2101
|
"inheritedFrom": {
|
|
2183
|
-
"name": "
|
|
2184
|
-
"module": "src/
|
|
2102
|
+
"name": "ActionsMenu",
|
|
2103
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2185
2104
|
}
|
|
2186
2105
|
},
|
|
2187
2106
|
{
|
|
2188
2107
|
"kind": "method",
|
|
2189
|
-
"name": "
|
|
2108
|
+
"name": "toggleActionsMenuVisibility",
|
|
2190
2109
|
"inheritedFrom": {
|
|
2191
|
-
"name": "
|
|
2192
|
-
"module": "src/
|
|
2110
|
+
"name": "ActionsMenu",
|
|
2111
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2193
2112
|
}
|
|
2194
2113
|
},
|
|
2195
2114
|
{
|
|
2196
2115
|
"kind": "method",
|
|
2197
|
-
"name": "
|
|
2116
|
+
"name": "onActionMenuItemClick",
|
|
2117
|
+
"parameters": [
|
|
2118
|
+
{
|
|
2119
|
+
"name": "callback",
|
|
2120
|
+
"type": {
|
|
2121
|
+
"text": "(rowData) => void | any"
|
|
2122
|
+
}
|
|
2123
|
+
}
|
|
2124
|
+
],
|
|
2198
2125
|
"inheritedFrom": {
|
|
2199
|
-
"name": "
|
|
2200
|
-
"module": "src/
|
|
2126
|
+
"name": "ActionsMenu",
|
|
2127
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2201
2128
|
}
|
|
2202
2129
|
},
|
|
2203
2130
|
{
|
|
2204
|
-
"kind": "
|
|
2205
|
-
"name": "
|
|
2131
|
+
"kind": "field",
|
|
2132
|
+
"name": "allActions",
|
|
2133
|
+
"type": {
|
|
2134
|
+
"text": "ActionMenuItem[]"
|
|
2135
|
+
},
|
|
2136
|
+
"readonly": true,
|
|
2206
2137
|
"inheritedFrom": {
|
|
2207
|
-
"name": "
|
|
2208
|
-
"module": "src/
|
|
2138
|
+
"name": "ActionsMenu",
|
|
2139
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2140
|
+
}
|
|
2141
|
+
},
|
|
2142
|
+
{
|
|
2143
|
+
"kind": "field",
|
|
2144
|
+
"name": "rowData",
|
|
2145
|
+
"readonly": true,
|
|
2146
|
+
"inheritedFrom": {
|
|
2147
|
+
"name": "ActionsMenu",
|
|
2148
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2209
2149
|
}
|
|
2210
2150
|
},
|
|
2211
2151
|
{
|
|
2212
2152
|
"kind": "method",
|
|
2213
|
-
"name": "
|
|
2153
|
+
"name": "getLabel",
|
|
2154
|
+
"parameters": [
|
|
2155
|
+
{
|
|
2156
|
+
"name": "name",
|
|
2157
|
+
"type": {
|
|
2158
|
+
"text": "string | ((rowData: any) => string)"
|
|
2159
|
+
}
|
|
2160
|
+
}
|
|
2161
|
+
],
|
|
2214
2162
|
"inheritedFrom": {
|
|
2215
|
-
"name": "
|
|
2216
|
-
"module": "src/
|
|
2163
|
+
"name": "ActionsMenu",
|
|
2164
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2217
2165
|
}
|
|
2218
2166
|
},
|
|
2219
2167
|
{
|
|
2220
2168
|
"kind": "method",
|
|
2221
|
-
"name": "
|
|
2222
|
-
"
|
|
2169
|
+
"name": "getTemplate",
|
|
2170
|
+
"parameters": [
|
|
2171
|
+
{
|
|
2172
|
+
"name": "prefix",
|
|
2173
|
+
"type": {
|
|
2174
|
+
"text": "string"
|
|
2175
|
+
}
|
|
2176
|
+
}
|
|
2177
|
+
],
|
|
2223
2178
|
"inheritedFrom": {
|
|
2224
|
-
"name": "
|
|
2225
|
-
"module": "src/
|
|
2179
|
+
"name": "ActionsMenu",
|
|
2180
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2226
2181
|
}
|
|
2227
2182
|
},
|
|
2228
2183
|
{
|
|
@@ -2328,94 +2283,45 @@
|
|
|
2328
2283
|
"text": "T"
|
|
2329
2284
|
},
|
|
2330
2285
|
"description": "The definition of the element to create the registry\nfunction for."
|
|
2331
|
-
}
|
|
2332
|
-
],
|
|
2333
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
2334
|
-
"inheritedFrom": {
|
|
2335
|
-
"name": "FoundationElement",
|
|
2336
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
2337
|
-
}
|
|
2338
|
-
}
|
|
2339
|
-
]
|
|
2340
|
-
"events": [
|
|
2341
|
-
{
|
|
2342
|
-
"description": "Fired when interpreted criteria is applied or cleared",
|
|
2343
|
-
"name": "criteria-changed",
|
|
2344
|
-
"inheritedFrom": {
|
|
2345
|
-
"name": "AiCriteriaSearch",
|
|
2346
|
-
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2347
|
-
}
|
|
2348
|
-
},
|
|
2349
|
-
{
|
|
2350
|
-
"description": "Fired when interpreted criteria contains invalid clauses",
|
|
2351
|
-
"name": "validation-errors",
|
|
2352
|
-
"inheritedFrom": {
|
|
2353
|
-
"name": "AiCriteriaSearch",
|
|
2354
|
-
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2355
|
-
}
|
|
2356
|
-
}
|
|
2357
|
-
]
|
|
2358
|
-
},
|
|
2359
|
-
{
|
|
2360
|
-
"kind": "variable",
|
|
2361
|
-
"name": "zeroAiCriteriaSearch",
|
|
2362
|
-
"description": "The Zero AI Criteria Search",
|
|
2363
|
-
"privacy": "public"
|
|
2364
|
-
}
|
|
2365
|
-
],
|
|
2366
|
-
"exports": [
|
|
2367
|
-
{
|
|
2368
|
-
"kind": "js",
|
|
2369
|
-
"name": "AiCriteriaSearch",
|
|
2370
|
-
"declaration": {
|
|
2371
|
-
"name": "AiCriteriaSearch",
|
|
2372
|
-
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2373
|
-
}
|
|
2286
|
+
}
|
|
2287
|
+
],
|
|
2288
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
2289
|
+
"inheritedFrom": {
|
|
2290
|
+
"name": "FoundationElement",
|
|
2291
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2292
|
+
}
|
|
2293
|
+
}
|
|
2294
|
+
]
|
|
2374
2295
|
},
|
|
2375
2296
|
{
|
|
2376
|
-
"kind": "
|
|
2377
|
-
"name": "
|
|
2378
|
-
"
|
|
2379
|
-
|
|
2380
|
-
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2381
|
-
}
|
|
2297
|
+
"kind": "variable",
|
|
2298
|
+
"name": "zeroActionsMenu",
|
|
2299
|
+
"description": "The Zero Actions Menu",
|
|
2300
|
+
"privacy": "public"
|
|
2382
2301
|
}
|
|
2383
|
-
]
|
|
2384
|
-
},
|
|
2385
|
-
{
|
|
2386
|
-
"kind": "javascript-module",
|
|
2387
|
-
"path": "src/ai-criteria-search/index.ts",
|
|
2388
|
-
"declarations": [],
|
|
2302
|
+
],
|
|
2389
2303
|
"exports": [
|
|
2390
2304
|
{
|
|
2391
2305
|
"kind": "js",
|
|
2392
|
-
"name": "
|
|
2393
|
-
"declaration": {
|
|
2394
|
-
"name": "*",
|
|
2395
|
-
"package": "./ai-criteria-search"
|
|
2396
|
-
}
|
|
2397
|
-
},
|
|
2398
|
-
{
|
|
2399
|
-
"kind": "js",
|
|
2400
|
-
"name": "*",
|
|
2306
|
+
"name": "ActionsMenu",
|
|
2401
2307
|
"declaration": {
|
|
2402
|
-
"name": "
|
|
2403
|
-
"
|
|
2308
|
+
"name": "ActionsMenu",
|
|
2309
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2404
2310
|
}
|
|
2405
2311
|
},
|
|
2406
2312
|
{
|
|
2407
2313
|
"kind": "js",
|
|
2408
|
-
"name": "
|
|
2314
|
+
"name": "zeroActionsMenu",
|
|
2409
2315
|
"declaration": {
|
|
2410
|
-
"name": "
|
|
2411
|
-
"
|
|
2316
|
+
"name": "zeroActionsMenu",
|
|
2317
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2412
2318
|
}
|
|
2413
2319
|
}
|
|
2414
2320
|
]
|
|
2415
2321
|
},
|
|
2416
2322
|
{
|
|
2417
2323
|
"kind": "javascript-module",
|
|
2418
|
-
"path": "src/
|
|
2324
|
+
"path": "src/actions-menu/index.ts",
|
|
2419
2325
|
"declarations": [],
|
|
2420
2326
|
"exports": [
|
|
2421
2327
|
{
|
|
@@ -2423,15 +2329,7 @@
|
|
|
2423
2329
|
"name": "*",
|
|
2424
2330
|
"declaration": {
|
|
2425
2331
|
"name": "*",
|
|
2426
|
-
"package": "./
|
|
2427
|
-
}
|
|
2428
|
-
},
|
|
2429
|
-
{
|
|
2430
|
-
"kind": "js",
|
|
2431
|
-
"name": "*",
|
|
2432
|
-
"declaration": {
|
|
2433
|
-
"name": "*",
|
|
2434
|
-
"package": "./tokens"
|
|
2332
|
+
"package": "./actions-menu"
|
|
2435
2333
|
}
|
|
2436
2334
|
},
|
|
2437
2335
|
{
|
|
@@ -2439,71 +2337,53 @@
|
|
|
2439
2337
|
"name": "*",
|
|
2440
2338
|
"declaration": {
|
|
2441
2339
|
"name": "*",
|
|
2442
|
-
"package": "./
|
|
2340
|
+
"package": "./actions-menu.styles"
|
|
2443
2341
|
}
|
|
2444
2342
|
}
|
|
2445
2343
|
]
|
|
2446
2344
|
},
|
|
2447
2345
|
{
|
|
2448
2346
|
"kind": "javascript-module",
|
|
2449
|
-
"path": "src/
|
|
2347
|
+
"path": "src/ai-criteria-search/ai-criteria-search.styles.ts",
|
|
2450
2348
|
"declarations": [
|
|
2451
2349
|
{
|
|
2452
|
-
"kind": "
|
|
2453
|
-
"name": "
|
|
2454
|
-
"
|
|
2455
|
-
"type": {
|
|
2456
|
-
"text": "ElementStyles"
|
|
2457
|
-
}
|
|
2458
|
-
},
|
|
2459
|
-
"parameters": [
|
|
2460
|
-
{
|
|
2461
|
-
"name": "context",
|
|
2462
|
-
"type": {
|
|
2463
|
-
"text": "ElementDefinitionContext"
|
|
2464
|
-
}
|
|
2465
|
-
},
|
|
2466
|
-
{
|
|
2467
|
-
"name": "definition",
|
|
2468
|
-
"type": {
|
|
2469
|
-
"text": "FoundationElementDefinition"
|
|
2470
|
-
}
|
|
2471
|
-
}
|
|
2472
|
-
]
|
|
2350
|
+
"kind": "variable",
|
|
2351
|
+
"name": "zeroAiCriteriaSearchStyles",
|
|
2352
|
+
"default": "css`\n ${foundationAiCriteriaSearchStyles}\n`"
|
|
2473
2353
|
}
|
|
2474
2354
|
],
|
|
2475
2355
|
"exports": [
|
|
2476
2356
|
{
|
|
2477
2357
|
"kind": "js",
|
|
2478
|
-
"name": "
|
|
2358
|
+
"name": "zeroAiCriteriaSearchStyles",
|
|
2479
2359
|
"declaration": {
|
|
2480
|
-
"name": "
|
|
2481
|
-
"module": "src/
|
|
2360
|
+
"name": "zeroAiCriteriaSearchStyles",
|
|
2361
|
+
"module": "src/ai-criteria-search/ai-criteria-search.styles.ts"
|
|
2482
2362
|
}
|
|
2483
2363
|
}
|
|
2484
2364
|
]
|
|
2485
2365
|
},
|
|
2486
2366
|
{
|
|
2487
2367
|
"kind": "javascript-module",
|
|
2488
|
-
"path": "src/
|
|
2368
|
+
"path": "src/ai-criteria-search/ai-criteria-search.template.ts",
|
|
2489
2369
|
"declarations": [
|
|
2490
2370
|
{
|
|
2491
2371
|
"kind": "function",
|
|
2492
|
-
"name": "
|
|
2372
|
+
"name": "zeroAiCriteriaSearchTemplate",
|
|
2493
2373
|
"return": {
|
|
2494
2374
|
"type": {
|
|
2495
|
-
"text": "ViewTemplate<
|
|
2375
|
+
"text": "ViewTemplate<AiCriteriaSearch>"
|
|
2496
2376
|
}
|
|
2497
2377
|
},
|
|
2498
2378
|
"parameters": [
|
|
2499
2379
|
{
|
|
2500
|
-
"name": "
|
|
2380
|
+
"name": "_context",
|
|
2501
2381
|
"type": {
|
|
2502
2382
|
"text": "ElementDefinitionContext"
|
|
2503
2383
|
}
|
|
2504
2384
|
},
|
|
2505
2385
|
{
|
|
2506
|
-
"name": "
|
|
2386
|
+
"name": "_definition",
|
|
2507
2387
|
"type": {
|
|
2508
2388
|
"text": "FoundationElementDefinition"
|
|
2509
2389
|
}
|
|
@@ -2514,237 +2394,347 @@
|
|
|
2514
2394
|
"exports": [
|
|
2515
2395
|
{
|
|
2516
2396
|
"kind": "js",
|
|
2517
|
-
"name": "
|
|
2397
|
+
"name": "zeroAiCriteriaSearchTemplate",
|
|
2518
2398
|
"declaration": {
|
|
2519
|
-
"name": "
|
|
2520
|
-
"module": "src/
|
|
2399
|
+
"name": "zeroAiCriteriaSearchTemplate",
|
|
2400
|
+
"module": "src/ai-criteria-search/ai-criteria-search.template.ts"
|
|
2521
2401
|
}
|
|
2522
2402
|
}
|
|
2523
2403
|
]
|
|
2524
2404
|
},
|
|
2525
2405
|
{
|
|
2526
2406
|
"kind": "javascript-module",
|
|
2527
|
-
"path": "src/
|
|
2407
|
+
"path": "src/ai-criteria-search/ai-criteria-search.ts",
|
|
2528
2408
|
"declarations": [
|
|
2529
2409
|
{
|
|
2530
2410
|
"kind": "class",
|
|
2531
2411
|
"description": "",
|
|
2532
|
-
"name": "
|
|
2412
|
+
"name": "AiCriteriaSearch",
|
|
2533
2413
|
"superclass": {
|
|
2534
|
-
"name": "
|
|
2414
|
+
"name": "FoundationAiCriteriaSearch",
|
|
2535
2415
|
"package": "@genesislcap/foundation-ui"
|
|
2536
2416
|
},
|
|
2537
|
-
"tagName": "%%prefix%%-
|
|
2417
|
+
"tagName": "%%prefix%%-ai-criteria-search",
|
|
2538
2418
|
"customElement": true,
|
|
2539
2419
|
"attributes": [
|
|
2540
2420
|
{
|
|
2541
|
-
"name": "
|
|
2421
|
+
"name": "placeholder",
|
|
2542
2422
|
"type": {
|
|
2543
|
-
"text": "
|
|
2423
|
+
"text": "string"
|
|
2544
2424
|
},
|
|
2545
|
-
"
|
|
2546
|
-
"fieldName": "
|
|
2425
|
+
"default": "'Describe your search criteria in natural language...'",
|
|
2426
|
+
"fieldName": "placeholder",
|
|
2547
2427
|
"inheritedFrom": {
|
|
2548
|
-
"name": "
|
|
2549
|
-
"module": "src/
|
|
2428
|
+
"name": "AiCriteriaSearch",
|
|
2429
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2430
|
+
}
|
|
2431
|
+
},
|
|
2432
|
+
{
|
|
2433
|
+
"type": {
|
|
2434
|
+
"text": "boolean"
|
|
2435
|
+
},
|
|
2436
|
+
"fieldName": "disabled",
|
|
2437
|
+
"inheritedFrom": {
|
|
2438
|
+
"name": "AiCriteriaSearch",
|
|
2439
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2550
2440
|
}
|
|
2551
2441
|
}
|
|
2552
2442
|
],
|
|
2553
2443
|
"members": [
|
|
2554
2444
|
{
|
|
2555
2445
|
"kind": "field",
|
|
2556
|
-
"name": "
|
|
2446
|
+
"name": "providerRegistry",
|
|
2447
|
+
"type": {
|
|
2448
|
+
"text": "AIProviderRegistry"
|
|
2449
|
+
},
|
|
2450
|
+
"inheritedFrom": {
|
|
2451
|
+
"name": "AiCriteriaSearch",
|
|
2452
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2453
|
+
}
|
|
2454
|
+
},
|
|
2455
|
+
{
|
|
2456
|
+
"kind": "field",
|
|
2457
|
+
"name": "placeholder",
|
|
2458
|
+
"type": {
|
|
2459
|
+
"text": "string"
|
|
2460
|
+
},
|
|
2461
|
+
"default": "'Describe your search criteria in natural language...'",
|
|
2462
|
+
"inheritedFrom": {
|
|
2463
|
+
"name": "AiCriteriaSearch",
|
|
2464
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2465
|
+
}
|
|
2466
|
+
},
|
|
2467
|
+
{
|
|
2468
|
+
"kind": "field",
|
|
2469
|
+
"name": "disabled",
|
|
2470
|
+
"type": {
|
|
2471
|
+
"text": "boolean"
|
|
2472
|
+
},
|
|
2473
|
+
"inheritedFrom": {
|
|
2474
|
+
"name": "AiCriteriaSearch",
|
|
2475
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2476
|
+
}
|
|
2477
|
+
},
|
|
2478
|
+
{
|
|
2479
|
+
"kind": "field",
|
|
2480
|
+
"name": "inputValue",
|
|
2481
|
+
"type": {
|
|
2482
|
+
"text": "string"
|
|
2483
|
+
},
|
|
2484
|
+
"default": "''",
|
|
2485
|
+
"inheritedFrom": {
|
|
2486
|
+
"name": "AiCriteriaSearch",
|
|
2487
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2488
|
+
}
|
|
2489
|
+
},
|
|
2490
|
+
{
|
|
2491
|
+
"kind": "field",
|
|
2492
|
+
"name": "isInterpreting",
|
|
2493
|
+
"type": {
|
|
2494
|
+
"text": "boolean"
|
|
2495
|
+
},
|
|
2496
|
+
"default": "false",
|
|
2497
|
+
"inheritedFrom": {
|
|
2498
|
+
"name": "AiCriteriaSearch",
|
|
2499
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2500
|
+
}
|
|
2501
|
+
},
|
|
2502
|
+
{
|
|
2503
|
+
"kind": "field",
|
|
2504
|
+
"name": "lastValidCriteria",
|
|
2505
|
+
"type": {
|
|
2506
|
+
"text": "string | null"
|
|
2507
|
+
},
|
|
2508
|
+
"default": "null",
|
|
2509
|
+
"inheritedFrom": {
|
|
2510
|
+
"name": "AiCriteriaSearch",
|
|
2511
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2512
|
+
}
|
|
2513
|
+
},
|
|
2514
|
+
{
|
|
2515
|
+
"kind": "field",
|
|
2516
|
+
"name": "activeGroups",
|
|
2517
|
+
"type": {
|
|
2518
|
+
"text": "CriteriaGroup[]"
|
|
2519
|
+
},
|
|
2520
|
+
"default": "[]",
|
|
2521
|
+
"inheritedFrom": {
|
|
2522
|
+
"name": "AiCriteriaSearch",
|
|
2523
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2524
|
+
}
|
|
2525
|
+
},
|
|
2526
|
+
{
|
|
2527
|
+
"kind": "field",
|
|
2528
|
+
"name": "showingChips",
|
|
2529
|
+
"type": {
|
|
2530
|
+
"text": "boolean"
|
|
2531
|
+
},
|
|
2532
|
+
"default": "false",
|
|
2533
|
+
"inheritedFrom": {
|
|
2534
|
+
"name": "AiCriteriaSearch",
|
|
2535
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2536
|
+
}
|
|
2537
|
+
},
|
|
2538
|
+
{
|
|
2539
|
+
"kind": "field",
|
|
2540
|
+
"name": "fieldMetadata",
|
|
2541
|
+
"type": {
|
|
2542
|
+
"text": "MetadataDetail[] | string[]"
|
|
2543
|
+
},
|
|
2544
|
+
"default": "[]",
|
|
2545
|
+
"inheritedFrom": {
|
|
2546
|
+
"name": "AiCriteriaSearch",
|
|
2547
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2548
|
+
}
|
|
2549
|
+
},
|
|
2550
|
+
{
|
|
2551
|
+
"kind": "field",
|
|
2552
|
+
"name": "isRecording",
|
|
2553
|
+
"type": {
|
|
2554
|
+
"text": "boolean"
|
|
2555
|
+
},
|
|
2556
|
+
"default": "false",
|
|
2557
|
+
"inheritedFrom": {
|
|
2558
|
+
"name": "AiCriteriaSearch",
|
|
2559
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2560
|
+
}
|
|
2561
|
+
},
|
|
2562
|
+
{
|
|
2563
|
+
"kind": "field",
|
|
2564
|
+
"name": "textAreaRef",
|
|
2557
2565
|
"type": {
|
|
2558
|
-
"text": "
|
|
2566
|
+
"text": "HTMLTextAreaElement"
|
|
2559
2567
|
},
|
|
2560
2568
|
"privacy": "public",
|
|
2561
|
-
"description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
|
|
2562
2569
|
"inheritedFrom": {
|
|
2563
|
-
"name": "
|
|
2564
|
-
"module": "src/
|
|
2570
|
+
"name": "AiCriteriaSearch",
|
|
2571
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2565
2572
|
}
|
|
2566
2573
|
},
|
|
2567
2574
|
{
|
|
2568
2575
|
"kind": "field",
|
|
2569
|
-
"name": "
|
|
2576
|
+
"name": "stopRecording",
|
|
2570
2577
|
"type": {
|
|
2571
|
-
"text": "
|
|
2578
|
+
"text": "(() => void) | null"
|
|
2572
2579
|
},
|
|
2573
2580
|
"privacy": "private",
|
|
2581
|
+
"default": "null",
|
|
2574
2582
|
"inheritedFrom": {
|
|
2575
|
-
"name": "
|
|
2576
|
-
"module": "src/
|
|
2583
|
+
"name": "AiCriteriaSearch",
|
|
2584
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2577
2585
|
}
|
|
2578
2586
|
},
|
|
2579
2587
|
{
|
|
2580
2588
|
"kind": "field",
|
|
2581
|
-
"name": "
|
|
2589
|
+
"name": "speechApplyDebounceTimer",
|
|
2582
2590
|
"type": {
|
|
2583
|
-
"text": "
|
|
2591
|
+
"text": "ReturnType<typeof setTimeout> | null"
|
|
2584
2592
|
},
|
|
2585
2593
|
"privacy": "private",
|
|
2586
|
-
"default": "
|
|
2594
|
+
"default": "null",
|
|
2587
2595
|
"inheritedFrom": {
|
|
2588
|
-
"name": "
|
|
2589
|
-
"module": "src/
|
|
2596
|
+
"name": "AiCriteriaSearch",
|
|
2597
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2590
2598
|
}
|
|
2591
2599
|
},
|
|
2592
2600
|
{
|
|
2593
2601
|
"kind": "field",
|
|
2594
|
-
"name": "
|
|
2602
|
+
"name": "speechAvailable",
|
|
2595
2603
|
"type": {
|
|
2596
|
-
"text": "
|
|
2604
|
+
"text": "boolean"
|
|
2597
2605
|
},
|
|
2598
|
-
"
|
|
2606
|
+
"readonly": true,
|
|
2599
2607
|
"inheritedFrom": {
|
|
2600
|
-
"name": "
|
|
2601
|
-
"module": "src/
|
|
2608
|
+
"name": "AiCriteriaSearch",
|
|
2609
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2602
2610
|
}
|
|
2603
2611
|
},
|
|
2604
2612
|
{
|
|
2605
2613
|
"kind": "field",
|
|
2606
|
-
"name": "
|
|
2607
|
-
"
|
|
2614
|
+
"name": "criteriaChips",
|
|
2615
|
+
"type": {
|
|
2616
|
+
"text": "CriteriaChip[]"
|
|
2617
|
+
},
|
|
2618
|
+
"readonly": true,
|
|
2608
2619
|
"inheritedFrom": {
|
|
2609
|
-
"name": "
|
|
2610
|
-
"module": "src/
|
|
2620
|
+
"name": "AiCriteriaSearch",
|
|
2621
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2611
2622
|
}
|
|
2612
2623
|
},
|
|
2613
2624
|
{
|
|
2614
2625
|
"kind": "method",
|
|
2615
|
-
"name": "
|
|
2626
|
+
"name": "getFieldLabel",
|
|
2616
2627
|
"privacy": "private",
|
|
2617
2628
|
"return": {
|
|
2618
2629
|
"type": {
|
|
2619
|
-
"text": "
|
|
2630
|
+
"text": "string"
|
|
2620
2631
|
}
|
|
2621
2632
|
},
|
|
2633
|
+
"parameters": [
|
|
2634
|
+
{
|
|
2635
|
+
"name": "fieldName",
|
|
2636
|
+
"type": {
|
|
2637
|
+
"text": "string"
|
|
2638
|
+
}
|
|
2639
|
+
}
|
|
2640
|
+
],
|
|
2622
2641
|
"inheritedFrom": {
|
|
2623
|
-
"name": "
|
|
2624
|
-
"module": "src/
|
|
2625
|
-
}
|
|
2626
|
-
},
|
|
2627
|
-
{
|
|
2628
|
-
"kind": "field",
|
|
2629
|
-
"name": "setItems",
|
|
2630
|
-
"privacy": "private",
|
|
2631
|
-
"inheritedFrom": {
|
|
2632
|
-
"name": "Accordion",
|
|
2633
|
-
"module": "src/accordion/accordion.ts"
|
|
2642
|
+
"name": "AiCriteriaSearch",
|
|
2643
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2634
2644
|
}
|
|
2635
2645
|
},
|
|
2636
2646
|
{
|
|
2637
2647
|
"kind": "method",
|
|
2638
|
-
"name": "
|
|
2639
|
-
"privacy": "private",
|
|
2648
|
+
"name": "toggleCriteriaView",
|
|
2640
2649
|
"return": {
|
|
2641
2650
|
"type": {
|
|
2642
2651
|
"text": "void"
|
|
2643
2652
|
}
|
|
2644
2653
|
},
|
|
2645
2654
|
"inheritedFrom": {
|
|
2646
|
-
"name": "
|
|
2647
|
-
"module": "src/
|
|
2648
|
-
}
|
|
2649
|
-
},
|
|
2650
|
-
{
|
|
2651
|
-
"kind": "field",
|
|
2652
|
-
"name": "removeItemListeners",
|
|
2653
|
-
"privacy": "private",
|
|
2654
|
-
"inheritedFrom": {
|
|
2655
|
-
"name": "Accordion",
|
|
2656
|
-
"module": "src/accordion/accordion.ts"
|
|
2657
|
-
}
|
|
2658
|
-
},
|
|
2659
|
-
{
|
|
2660
|
-
"kind": "field",
|
|
2661
|
-
"name": "activeItemChange",
|
|
2662
|
-
"privacy": "private",
|
|
2663
|
-
"inheritedFrom": {
|
|
2664
|
-
"name": "Accordion",
|
|
2665
|
-
"module": "src/accordion/accordion.ts"
|
|
2655
|
+
"name": "AiCriteriaSearch",
|
|
2656
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2666
2657
|
}
|
|
2667
2658
|
},
|
|
2668
2659
|
{
|
|
2669
2660
|
"kind": "method",
|
|
2670
|
-
"name": "
|
|
2671
|
-
"privacy": "private",
|
|
2661
|
+
"name": "removeChip",
|
|
2672
2662
|
"return": {
|
|
2673
2663
|
"type": {
|
|
2674
|
-
"text": "
|
|
2664
|
+
"text": "void"
|
|
2675
2665
|
}
|
|
2676
2666
|
},
|
|
2667
|
+
"parameters": [
|
|
2668
|
+
{
|
|
2669
|
+
"name": "groupIndex",
|
|
2670
|
+
"type": {
|
|
2671
|
+
"text": "number"
|
|
2672
|
+
}
|
|
2673
|
+
},
|
|
2674
|
+
{
|
|
2675
|
+
"name": "clauseIndex",
|
|
2676
|
+
"type": {
|
|
2677
|
+
"text": "number"
|
|
2678
|
+
}
|
|
2679
|
+
}
|
|
2680
|
+
],
|
|
2677
2681
|
"inheritedFrom": {
|
|
2678
|
-
"name": "
|
|
2679
|
-
"module": "src/
|
|
2682
|
+
"name": "AiCriteriaSearch",
|
|
2683
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2680
2684
|
}
|
|
2681
2685
|
},
|
|
2682
2686
|
{
|
|
2683
2687
|
"kind": "method",
|
|
2684
|
-
"name": "
|
|
2685
|
-
"privacy": "private",
|
|
2688
|
+
"name": "clearChips",
|
|
2686
2689
|
"return": {
|
|
2687
2690
|
"type": {
|
|
2688
|
-
"text": "
|
|
2691
|
+
"text": "void"
|
|
2689
2692
|
}
|
|
2690
2693
|
},
|
|
2691
2694
|
"inheritedFrom": {
|
|
2692
|
-
"name": "
|
|
2693
|
-
"module": "src/
|
|
2695
|
+
"name": "AiCriteriaSearch",
|
|
2696
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2694
2697
|
}
|
|
2695
2698
|
},
|
|
2696
2699
|
{
|
|
2697
|
-
"kind": "
|
|
2698
|
-
"name": "
|
|
2699
|
-
"privacy": "private",
|
|
2700
|
+
"kind": "method",
|
|
2701
|
+
"name": "handleSubmit",
|
|
2700
2702
|
"inheritedFrom": {
|
|
2701
|
-
"name": "
|
|
2702
|
-
"module": "src/
|
|
2703
|
+
"name": "AiCriteriaSearch",
|
|
2704
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2703
2705
|
}
|
|
2704
2706
|
},
|
|
2705
2707
|
{
|
|
2706
|
-
"kind": "
|
|
2707
|
-
"name": "
|
|
2708
|
-
"privacy": "private",
|
|
2708
|
+
"kind": "method",
|
|
2709
|
+
"name": "handleBlur",
|
|
2709
2710
|
"inheritedFrom": {
|
|
2710
|
-
"name": "
|
|
2711
|
-
"module": "src/
|
|
2711
|
+
"name": "AiCriteriaSearch",
|
|
2712
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2712
2713
|
}
|
|
2713
2714
|
},
|
|
2714
2715
|
{
|
|
2715
2716
|
"kind": "method",
|
|
2716
|
-
"name": "
|
|
2717
|
-
"privacy": "private",
|
|
2718
|
-
"return": {
|
|
2719
|
-
"type": {
|
|
2720
|
-
"text": "void"
|
|
2721
|
-
}
|
|
2722
|
-
},
|
|
2723
|
-
"parameters": [
|
|
2724
|
-
{
|
|
2725
|
-
"name": "adjustment",
|
|
2726
|
-
"type": {
|
|
2727
|
-
"text": "number"
|
|
2728
|
-
}
|
|
2729
|
-
}
|
|
2730
|
-
],
|
|
2717
|
+
"name": "clear",
|
|
2731
2718
|
"inheritedFrom": {
|
|
2732
|
-
"name": "
|
|
2733
|
-
"module": "src/
|
|
2719
|
+
"name": "AiCriteriaSearch",
|
|
2720
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2734
2721
|
}
|
|
2735
2722
|
},
|
|
2736
2723
|
{
|
|
2737
2724
|
"kind": "method",
|
|
2738
|
-
"name": "
|
|
2725
|
+
"name": "toggleSpeechInput",
|
|
2726
|
+
"inheritedFrom": {
|
|
2727
|
+
"name": "AiCriteriaSearch",
|
|
2728
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2729
|
+
}
|
|
2730
|
+
},
|
|
2731
|
+
{
|
|
2732
|
+
"kind": "method",
|
|
2733
|
+
"name": "clearSpeechApplyDebounce",
|
|
2739
2734
|
"privacy": "private",
|
|
2740
|
-
"return": {
|
|
2741
|
-
"type": {
|
|
2742
|
-
"text": "void"
|
|
2743
|
-
}
|
|
2744
|
-
},
|
|
2745
2735
|
"inheritedFrom": {
|
|
2746
|
-
"name": "
|
|
2747
|
-
"module": "src/
|
|
2736
|
+
"name": "AiCriteriaSearch",
|
|
2737
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2748
2738
|
}
|
|
2749
2739
|
},
|
|
2750
2740
|
{
|
|
@@ -2756,8 +2746,8 @@
|
|
|
2756
2746
|
"privacy": "private",
|
|
2757
2747
|
"default": "void 0",
|
|
2758
2748
|
"inheritedFrom": {
|
|
2759
|
-
"name": "
|
|
2760
|
-
"module": "src/
|
|
2749
|
+
"name": "FoundationElement",
|
|
2750
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2761
2751
|
}
|
|
2762
2752
|
},
|
|
2763
2753
|
{
|
|
@@ -2769,8 +2759,8 @@
|
|
|
2769
2759
|
"privacy": "public",
|
|
2770
2760
|
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
2771
2761
|
"inheritedFrom": {
|
|
2772
|
-
"name": "
|
|
2773
|
-
"module": "src/
|
|
2762
|
+
"name": "FoundationElement",
|
|
2763
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2774
2764
|
}
|
|
2775
2765
|
},
|
|
2776
2766
|
{
|
|
@@ -2782,8 +2772,8 @@
|
|
|
2782
2772
|
"privacy": "public",
|
|
2783
2773
|
"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.",
|
|
2784
2774
|
"inheritedFrom": {
|
|
2785
|
-
"name": "
|
|
2786
|
-
"module": "src/
|
|
2775
|
+
"name": "FoundationElement",
|
|
2776
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2787
2777
|
}
|
|
2788
2778
|
},
|
|
2789
2779
|
{
|
|
@@ -2796,8 +2786,8 @@
|
|
|
2796
2786
|
}
|
|
2797
2787
|
},
|
|
2798
2788
|
"inheritedFrom": {
|
|
2799
|
-
"name": "
|
|
2800
|
-
"module": "src/
|
|
2789
|
+
"name": "FoundationElement",
|
|
2790
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2801
2791
|
}
|
|
2802
2792
|
},
|
|
2803
2793
|
{
|
|
@@ -2809,8 +2799,8 @@
|
|
|
2809
2799
|
"privacy": "public",
|
|
2810
2800
|
"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.",
|
|
2811
2801
|
"inheritedFrom": {
|
|
2812
|
-
"name": "
|
|
2813
|
-
"module": "src/
|
|
2802
|
+
"name": "FoundationElement",
|
|
2803
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2814
2804
|
}
|
|
2815
2805
|
},
|
|
2816
2806
|
{
|
|
@@ -2823,8 +2813,8 @@
|
|
|
2823
2813
|
}
|
|
2824
2814
|
},
|
|
2825
2815
|
"inheritedFrom": {
|
|
2826
|
-
"name": "
|
|
2827
|
-
"module": "src/
|
|
2816
|
+
"name": "FoundationElement",
|
|
2817
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2828
2818
|
}
|
|
2829
2819
|
},
|
|
2830
2820
|
{
|
|
@@ -2854,49 +2844,59 @@
|
|
|
2854
2844
|
],
|
|
2855
2845
|
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
2856
2846
|
"inheritedFrom": {
|
|
2857
|
-
"name": "
|
|
2858
|
-
"module": "src/
|
|
2847
|
+
"name": "FoundationElement",
|
|
2848
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2859
2849
|
}
|
|
2860
2850
|
}
|
|
2861
2851
|
],
|
|
2862
2852
|
"events": [
|
|
2863
2853
|
{
|
|
2864
|
-
"description": "
|
|
2865
|
-
"name": "
|
|
2854
|
+
"description": "Fired when interpreted criteria is applied or cleared",
|
|
2855
|
+
"name": "criteria-changed",
|
|
2866
2856
|
"inheritedFrom": {
|
|
2867
|
-
"name": "
|
|
2868
|
-
"module": "src/
|
|
2857
|
+
"name": "AiCriteriaSearch",
|
|
2858
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2859
|
+
}
|
|
2860
|
+
},
|
|
2861
|
+
{
|
|
2862
|
+
"description": "Fired when interpreted criteria contains invalid clauses",
|
|
2863
|
+
"name": "validation-errors",
|
|
2864
|
+
"inheritedFrom": {
|
|
2865
|
+
"name": "AiCriteriaSearch",
|
|
2866
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2869
2867
|
}
|
|
2870
2868
|
}
|
|
2871
2869
|
]
|
|
2872
2870
|
},
|
|
2873
2871
|
{
|
|
2874
2872
|
"kind": "variable",
|
|
2875
|
-
"name": "
|
|
2873
|
+
"name": "zeroAiCriteriaSearch",
|
|
2874
|
+
"description": "The Zero AI Criteria Search",
|
|
2875
|
+
"privacy": "public"
|
|
2876
2876
|
}
|
|
2877
2877
|
],
|
|
2878
2878
|
"exports": [
|
|
2879
2879
|
{
|
|
2880
2880
|
"kind": "js",
|
|
2881
|
-
"name": "
|
|
2881
|
+
"name": "AiCriteriaSearch",
|
|
2882
2882
|
"declaration": {
|
|
2883
|
-
"name": "
|
|
2884
|
-
"module": "src/
|
|
2883
|
+
"name": "AiCriteriaSearch",
|
|
2884
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2885
2885
|
}
|
|
2886
2886
|
},
|
|
2887
2887
|
{
|
|
2888
2888
|
"kind": "js",
|
|
2889
|
-
"name": "
|
|
2889
|
+
"name": "zeroAiCriteriaSearch",
|
|
2890
2890
|
"declaration": {
|
|
2891
|
-
"name": "
|
|
2892
|
-
"module": "src/
|
|
2891
|
+
"name": "zeroAiCriteriaSearch",
|
|
2892
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2893
2893
|
}
|
|
2894
2894
|
}
|
|
2895
2895
|
]
|
|
2896
2896
|
},
|
|
2897
2897
|
{
|
|
2898
2898
|
"kind": "javascript-module",
|
|
2899
|
-
"path": "src/
|
|
2899
|
+
"path": "src/ai-criteria-search/index.ts",
|
|
2900
2900
|
"declarations": [],
|
|
2901
2901
|
"exports": [
|
|
2902
2902
|
{
|
|
@@ -2904,7 +2904,7 @@
|
|
|
2904
2904
|
"name": "*",
|
|
2905
2905
|
"declaration": {
|
|
2906
2906
|
"name": "*",
|
|
2907
|
-
"package": "./
|
|
2907
|
+
"package": "./ai-criteria-search"
|
|
2908
2908
|
}
|
|
2909
2909
|
},
|
|
2910
2910
|
{
|
|
@@ -2912,7 +2912,7 @@
|
|
|
2912
2912
|
"name": "*",
|
|
2913
2913
|
"declaration": {
|
|
2914
2914
|
"name": "*",
|
|
2915
|
-
"package": "./
|
|
2915
|
+
"package": "./ai-criteria-search.styles"
|
|
2916
2916
|
}
|
|
2917
2917
|
},
|
|
2918
2918
|
{
|
|
@@ -2920,7 +2920,7 @@
|
|
|
2920
2920
|
"name": "*",
|
|
2921
2921
|
"declaration": {
|
|
2922
2922
|
"name": "*",
|
|
2923
|
-
"package": "./
|
|
2923
|
+
"package": "./ai-criteria-search.template"
|
|
2924
2924
|
}
|
|
2925
2925
|
}
|
|
2926
2926
|
]
|