@genesislcap/rapid-design-system 14.416.0 → 14.416.1
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 +624 -624
- package/package.json +11 -11
|
@@ -805,11 +805,11 @@
|
|
|
805
805
|
},
|
|
806
806
|
{
|
|
807
807
|
"kind": "javascript-module",
|
|
808
|
-
"path": "src/accordion
|
|
808
|
+
"path": "src/accordion/accordion.styles.ts",
|
|
809
809
|
"declarations": [
|
|
810
810
|
{
|
|
811
811
|
"kind": "function",
|
|
812
|
-
"name": "
|
|
812
|
+
"name": "rapidAccordionStyles",
|
|
813
813
|
"return": {
|
|
814
814
|
"type": {
|
|
815
815
|
"text": "ElementStyles"
|
|
@@ -834,24 +834,24 @@
|
|
|
834
834
|
"exports": [
|
|
835
835
|
{
|
|
836
836
|
"kind": "js",
|
|
837
|
-
"name": "
|
|
837
|
+
"name": "rapidAccordionStyles",
|
|
838
838
|
"declaration": {
|
|
839
|
-
"name": "
|
|
840
|
-
"module": "src/accordion
|
|
839
|
+
"name": "rapidAccordionStyles",
|
|
840
|
+
"module": "src/accordion/accordion.styles.ts"
|
|
841
841
|
}
|
|
842
842
|
}
|
|
843
843
|
]
|
|
844
844
|
},
|
|
845
845
|
{
|
|
846
846
|
"kind": "javascript-module",
|
|
847
|
-
"path": "src/accordion
|
|
847
|
+
"path": "src/accordion/accordion.template.ts",
|
|
848
848
|
"declarations": [
|
|
849
849
|
{
|
|
850
850
|
"kind": "function",
|
|
851
|
-
"name": "
|
|
851
|
+
"name": "rapidAccordionTemplate",
|
|
852
852
|
"return": {
|
|
853
853
|
"type": {
|
|
854
|
-
"text": "ViewTemplate<
|
|
854
|
+
"text": "ViewTemplate<Accordion>"
|
|
855
855
|
}
|
|
856
856
|
},
|
|
857
857
|
"parameters": [
|
|
@@ -873,56 +873,56 @@
|
|
|
873
873
|
"exports": [
|
|
874
874
|
{
|
|
875
875
|
"kind": "js",
|
|
876
|
-
"name": "
|
|
876
|
+
"name": "rapidAccordionTemplate",
|
|
877
877
|
"declaration": {
|
|
878
|
-
"name": "
|
|
879
|
-
"module": "src/accordion
|
|
878
|
+
"name": "rapidAccordionTemplate",
|
|
879
|
+
"module": "src/accordion/accordion.template.ts"
|
|
880
880
|
}
|
|
881
881
|
}
|
|
882
882
|
]
|
|
883
883
|
},
|
|
884
884
|
{
|
|
885
885
|
"kind": "javascript-module",
|
|
886
|
-
"path": "src/accordion
|
|
886
|
+
"path": "src/accordion/accordion.ts",
|
|
887
887
|
"declarations": [
|
|
888
888
|
{
|
|
889
889
|
"kind": "class",
|
|
890
890
|
"description": "",
|
|
891
|
-
"name": "
|
|
891
|
+
"name": "Accordion",
|
|
892
892
|
"superclass": {
|
|
893
|
-
"name": "
|
|
893
|
+
"name": "foundationAccordion",
|
|
894
894
|
"package": "@genesislcap/foundation-ui"
|
|
895
895
|
},
|
|
896
|
-
"tagName": "%%prefix%%-accordion
|
|
896
|
+
"tagName": "%%prefix%%-accordion",
|
|
897
897
|
"customElement": true
|
|
898
898
|
},
|
|
899
899
|
{
|
|
900
900
|
"kind": "variable",
|
|
901
|
-
"name": "
|
|
901
|
+
"name": "rapidAccordion"
|
|
902
902
|
}
|
|
903
903
|
],
|
|
904
904
|
"exports": [
|
|
905
905
|
{
|
|
906
906
|
"kind": "js",
|
|
907
|
-
"name": "
|
|
907
|
+
"name": "Accordion",
|
|
908
908
|
"declaration": {
|
|
909
|
-
"name": "
|
|
910
|
-
"module": "src/accordion
|
|
909
|
+
"name": "Accordion",
|
|
910
|
+
"module": "src/accordion/accordion.ts"
|
|
911
911
|
}
|
|
912
912
|
},
|
|
913
913
|
{
|
|
914
914
|
"kind": "js",
|
|
915
|
-
"name": "
|
|
915
|
+
"name": "rapidAccordion",
|
|
916
916
|
"declaration": {
|
|
917
|
-
"name": "
|
|
918
|
-
"module": "src/accordion
|
|
917
|
+
"name": "rapidAccordion",
|
|
918
|
+
"module": "src/accordion/accordion.ts"
|
|
919
919
|
}
|
|
920
920
|
}
|
|
921
921
|
]
|
|
922
922
|
},
|
|
923
923
|
{
|
|
924
924
|
"kind": "javascript-module",
|
|
925
|
-
"path": "src/accordion
|
|
925
|
+
"path": "src/accordion/index.ts",
|
|
926
926
|
"declarations": [],
|
|
927
927
|
"exports": [
|
|
928
928
|
{
|
|
@@ -930,7 +930,7 @@
|
|
|
930
930
|
"name": "*",
|
|
931
931
|
"declaration": {
|
|
932
932
|
"name": "*",
|
|
933
|
-
"package": "./accordion
|
|
933
|
+
"package": "./accordion"
|
|
934
934
|
}
|
|
935
935
|
},
|
|
936
936
|
{
|
|
@@ -938,7 +938,7 @@
|
|
|
938
938
|
"name": "*",
|
|
939
939
|
"declaration": {
|
|
940
940
|
"name": "*",
|
|
941
|
-
"package": "./accordion
|
|
941
|
+
"package": "./accordion.styles"
|
|
942
942
|
}
|
|
943
943
|
},
|
|
944
944
|
{
|
|
@@ -946,18 +946,18 @@
|
|
|
946
946
|
"name": "*",
|
|
947
947
|
"declaration": {
|
|
948
948
|
"name": "*",
|
|
949
|
-
"package": "./accordion
|
|
949
|
+
"package": "./accordion.template"
|
|
950
950
|
}
|
|
951
951
|
}
|
|
952
952
|
]
|
|
953
953
|
},
|
|
954
954
|
{
|
|
955
955
|
"kind": "javascript-module",
|
|
956
|
-
"path": "src/accordion/accordion.styles.ts",
|
|
956
|
+
"path": "src/accordion-item/accordion-item.styles.ts",
|
|
957
957
|
"declarations": [
|
|
958
958
|
{
|
|
959
959
|
"kind": "function",
|
|
960
|
-
"name": "
|
|
960
|
+
"name": "rapidAccordionItemStyles",
|
|
961
961
|
"return": {
|
|
962
962
|
"type": {
|
|
963
963
|
"text": "ElementStyles"
|
|
@@ -982,24 +982,24 @@
|
|
|
982
982
|
"exports": [
|
|
983
983
|
{
|
|
984
984
|
"kind": "js",
|
|
985
|
-
"name": "
|
|
985
|
+
"name": "rapidAccordionItemStyles",
|
|
986
986
|
"declaration": {
|
|
987
|
-
"name": "
|
|
988
|
-
"module": "src/accordion/accordion.styles.ts"
|
|
987
|
+
"name": "rapidAccordionItemStyles",
|
|
988
|
+
"module": "src/accordion-item/accordion-item.styles.ts"
|
|
989
989
|
}
|
|
990
990
|
}
|
|
991
991
|
]
|
|
992
992
|
},
|
|
993
993
|
{
|
|
994
994
|
"kind": "javascript-module",
|
|
995
|
-
"path": "src/accordion/accordion.template.ts",
|
|
995
|
+
"path": "src/accordion-item/accordion-item.template.ts",
|
|
996
996
|
"declarations": [
|
|
997
997
|
{
|
|
998
998
|
"kind": "function",
|
|
999
|
-
"name": "
|
|
999
|
+
"name": "rapidAccordionItemTemplate",
|
|
1000
1000
|
"return": {
|
|
1001
1001
|
"type": {
|
|
1002
|
-
"text": "ViewTemplate<
|
|
1002
|
+
"text": "ViewTemplate<AccordionItem>"
|
|
1003
1003
|
}
|
|
1004
1004
|
},
|
|
1005
1005
|
"parameters": [
|
|
@@ -1021,56 +1021,56 @@
|
|
|
1021
1021
|
"exports": [
|
|
1022
1022
|
{
|
|
1023
1023
|
"kind": "js",
|
|
1024
|
-
"name": "
|
|
1024
|
+
"name": "rapidAccordionItemTemplate",
|
|
1025
1025
|
"declaration": {
|
|
1026
|
-
"name": "
|
|
1027
|
-
"module": "src/accordion/accordion.template.ts"
|
|
1026
|
+
"name": "rapidAccordionItemTemplate",
|
|
1027
|
+
"module": "src/accordion-item/accordion-item.template.ts"
|
|
1028
1028
|
}
|
|
1029
1029
|
}
|
|
1030
1030
|
]
|
|
1031
1031
|
},
|
|
1032
1032
|
{
|
|
1033
1033
|
"kind": "javascript-module",
|
|
1034
|
-
"path": "src/accordion/accordion.ts",
|
|
1034
|
+
"path": "src/accordion-item/accordion-item.ts",
|
|
1035
1035
|
"declarations": [
|
|
1036
1036
|
{
|
|
1037
1037
|
"kind": "class",
|
|
1038
1038
|
"description": "",
|
|
1039
|
-
"name": "
|
|
1039
|
+
"name": "AccordionItem",
|
|
1040
1040
|
"superclass": {
|
|
1041
|
-
"name": "
|
|
1041
|
+
"name": "foundationAccordionItem",
|
|
1042
1042
|
"package": "@genesislcap/foundation-ui"
|
|
1043
1043
|
},
|
|
1044
|
-
"tagName": "%%prefix%%-accordion",
|
|
1044
|
+
"tagName": "%%prefix%%-accordion-item",
|
|
1045
1045
|
"customElement": true
|
|
1046
1046
|
},
|
|
1047
1047
|
{
|
|
1048
1048
|
"kind": "variable",
|
|
1049
|
-
"name": "
|
|
1049
|
+
"name": "rapidAccordionItem"
|
|
1050
1050
|
}
|
|
1051
1051
|
],
|
|
1052
1052
|
"exports": [
|
|
1053
1053
|
{
|
|
1054
1054
|
"kind": "js",
|
|
1055
|
-
"name": "
|
|
1055
|
+
"name": "AccordionItem",
|
|
1056
1056
|
"declaration": {
|
|
1057
|
-
"name": "
|
|
1058
|
-
"module": "src/accordion/accordion.ts"
|
|
1057
|
+
"name": "AccordionItem",
|
|
1058
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1059
1059
|
}
|
|
1060
1060
|
},
|
|
1061
1061
|
{
|
|
1062
1062
|
"kind": "js",
|
|
1063
|
-
"name": "
|
|
1063
|
+
"name": "rapidAccordionItem",
|
|
1064
1064
|
"declaration": {
|
|
1065
|
-
"name": "
|
|
1066
|
-
"module": "src/accordion/accordion.ts"
|
|
1065
|
+
"name": "rapidAccordionItem",
|
|
1066
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1067
1067
|
}
|
|
1068
1068
|
}
|
|
1069
1069
|
]
|
|
1070
1070
|
},
|
|
1071
1071
|
{
|
|
1072
1072
|
"kind": "javascript-module",
|
|
1073
|
-
"path": "src/accordion/index.ts",
|
|
1073
|
+
"path": "src/accordion-item/index.ts",
|
|
1074
1074
|
"declarations": [],
|
|
1075
1075
|
"exports": [
|
|
1076
1076
|
{
|
|
@@ -1078,7 +1078,7 @@
|
|
|
1078
1078
|
"name": "*",
|
|
1079
1079
|
"declaration": {
|
|
1080
1080
|
"name": "*",
|
|
1081
|
-
"package": "./accordion"
|
|
1081
|
+
"package": "./accordion-item"
|
|
1082
1082
|
}
|
|
1083
1083
|
},
|
|
1084
1084
|
{
|
|
@@ -1086,7 +1086,7 @@
|
|
|
1086
1086
|
"name": "*",
|
|
1087
1087
|
"declaration": {
|
|
1088
1088
|
"name": "*",
|
|
1089
|
-
"package": "./accordion.styles"
|
|
1089
|
+
"package": "./accordion-item.styles"
|
|
1090
1090
|
}
|
|
1091
1091
|
},
|
|
1092
1092
|
{
|
|
@@ -1094,53 +1094,32 @@
|
|
|
1094
1094
|
"name": "*",
|
|
1095
1095
|
"declaration": {
|
|
1096
1096
|
"name": "*",
|
|
1097
|
-
"package": "./accordion.template"
|
|
1098
|
-
}
|
|
1099
|
-
}
|
|
1100
|
-
]
|
|
1101
|
-
},
|
|
1102
|
-
{
|
|
1103
|
-
"kind": "javascript-module",
|
|
1104
|
-
"path": "src/ai-criteria-search/ai-criteria-search.styles.ts",
|
|
1105
|
-
"declarations": [
|
|
1106
|
-
{
|
|
1107
|
-
"kind": "variable",
|
|
1108
|
-
"name": "rapidAiCriteriaSearchStyles",
|
|
1109
|
-
"default": "css`\n ${foundationAiCriteriaSearchStyles}\n`"
|
|
1110
|
-
}
|
|
1111
|
-
],
|
|
1112
|
-
"exports": [
|
|
1113
|
-
{
|
|
1114
|
-
"kind": "js",
|
|
1115
|
-
"name": "rapidAiCriteriaSearchStyles",
|
|
1116
|
-
"declaration": {
|
|
1117
|
-
"name": "rapidAiCriteriaSearchStyles",
|
|
1118
|
-
"module": "src/ai-criteria-search/ai-criteria-search.styles.ts"
|
|
1097
|
+
"package": "./accordion-item.template"
|
|
1119
1098
|
}
|
|
1120
1099
|
}
|
|
1121
1100
|
]
|
|
1122
1101
|
},
|
|
1123
1102
|
{
|
|
1124
1103
|
"kind": "javascript-module",
|
|
1125
|
-
"path": "src/
|
|
1104
|
+
"path": "src/actions-menu/actions-menu.styles.ts",
|
|
1126
1105
|
"declarations": [
|
|
1127
1106
|
{
|
|
1128
1107
|
"kind": "function",
|
|
1129
|
-
"name": "
|
|
1108
|
+
"name": "rapidActionsMenuStyles",
|
|
1130
1109
|
"return": {
|
|
1131
1110
|
"type": {
|
|
1132
|
-
"text": "
|
|
1111
|
+
"text": "ElementStyles"
|
|
1133
1112
|
}
|
|
1134
1113
|
},
|
|
1135
1114
|
"parameters": [
|
|
1136
1115
|
{
|
|
1137
|
-
"name": "
|
|
1116
|
+
"name": "context",
|
|
1138
1117
|
"type": {
|
|
1139
1118
|
"text": "ElementDefinitionContext"
|
|
1140
1119
|
}
|
|
1141
1120
|
},
|
|
1142
1121
|
{
|
|
1143
|
-
"name": "
|
|
1122
|
+
"name": "definition",
|
|
1144
1123
|
"type": {
|
|
1145
1124
|
"text": "FoundationElementDefinition"
|
|
1146
1125
|
}
|
|
@@ -1151,273 +1130,383 @@
|
|
|
1151
1130
|
"exports": [
|
|
1152
1131
|
{
|
|
1153
1132
|
"kind": "js",
|
|
1154
|
-
"name": "
|
|
1133
|
+
"name": "rapidActionsMenuStyles",
|
|
1155
1134
|
"declaration": {
|
|
1156
|
-
"name": "
|
|
1157
|
-
"module": "src/
|
|
1135
|
+
"name": "rapidActionsMenuStyles",
|
|
1136
|
+
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
1158
1137
|
}
|
|
1159
1138
|
}
|
|
1160
1139
|
]
|
|
1161
1140
|
},
|
|
1162
1141
|
{
|
|
1163
1142
|
"kind": "javascript-module",
|
|
1164
|
-
"path": "src/
|
|
1143
|
+
"path": "src/actions-menu/actions-menu.ts",
|
|
1165
1144
|
"declarations": [
|
|
1166
1145
|
{
|
|
1167
1146
|
"kind": "class",
|
|
1168
1147
|
"description": "",
|
|
1169
|
-
"name": "
|
|
1148
|
+
"name": "ActionsMenu",
|
|
1170
1149
|
"superclass": {
|
|
1171
|
-
"name": "
|
|
1150
|
+
"name": "FoundationActionsMenu",
|
|
1172
1151
|
"package": "@genesislcap/foundation-ui"
|
|
1173
1152
|
},
|
|
1174
|
-
"tagName": "%%prefix%%-
|
|
1153
|
+
"tagName": "%%prefix%%-actions-menu",
|
|
1175
1154
|
"customElement": true,
|
|
1176
1155
|
"attributes": [
|
|
1177
1156
|
{
|
|
1178
|
-
"name": "
|
|
1157
|
+
"name": "is-vertical",
|
|
1179
1158
|
"type": {
|
|
1180
|
-
"text": "
|
|
1159
|
+
"text": "boolean"
|
|
1181
1160
|
},
|
|
1182
|
-
"default": "
|
|
1183
|
-
"fieldName": "
|
|
1161
|
+
"default": "false",
|
|
1162
|
+
"fieldName": "isVertical",
|
|
1184
1163
|
"inheritedFrom": {
|
|
1185
|
-
"name": "
|
|
1186
|
-
"module": "src/
|
|
1164
|
+
"name": "ActionsMenu",
|
|
1165
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1187
1166
|
}
|
|
1188
1167
|
},
|
|
1189
1168
|
{
|
|
1169
|
+
"name": "add-default-actions",
|
|
1190
1170
|
"type": {
|
|
1191
1171
|
"text": "boolean"
|
|
1192
1172
|
},
|
|
1193
|
-
"
|
|
1173
|
+
"default": "true",
|
|
1174
|
+
"fieldName": "addDefaultActions",
|
|
1194
1175
|
"inheritedFrom": {
|
|
1195
|
-
"name": "
|
|
1196
|
-
"module": "src/
|
|
1176
|
+
"name": "ActionsMenu",
|
|
1177
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1197
1178
|
}
|
|
1198
1179
|
},
|
|
1199
1180
|
{
|
|
1200
|
-
"name": "
|
|
1201
|
-
"type": {
|
|
1202
|
-
"text": "'append' | 'replace'"
|
|
1203
|
-
},
|
|
1204
|
-
"default": "'replace'",
|
|
1205
|
-
"fieldName": "mode",
|
|
1206
|
-
"inheritedFrom": {
|
|
1207
|
-
"name": "AiCriteriaSearch",
|
|
1208
|
-
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
1209
|
-
}
|
|
1210
|
-
}
|
|
1211
|
-
],
|
|
1212
|
-
"members": [
|
|
1213
|
-
{
|
|
1214
|
-
"kind": "field",
|
|
1215
|
-
"name": "aiProvider",
|
|
1181
|
+
"name": "auto-close-on-action",
|
|
1216
1182
|
"type": {
|
|
1217
|
-
"text": "
|
|
1183
|
+
"text": "boolean"
|
|
1218
1184
|
},
|
|
1185
|
+
"default": "true",
|
|
1186
|
+
"fieldName": "autoCloseOnAction",
|
|
1219
1187
|
"inheritedFrom": {
|
|
1220
|
-
"name": "
|
|
1221
|
-
"module": "src/
|
|
1188
|
+
"name": "ActionsMenu",
|
|
1189
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1222
1190
|
}
|
|
1223
1191
|
},
|
|
1224
1192
|
{
|
|
1225
|
-
"
|
|
1226
|
-
"name": "placeholder",
|
|
1193
|
+
"name": "name",
|
|
1227
1194
|
"type": {
|
|
1228
1195
|
"text": "string"
|
|
1229
1196
|
},
|
|
1230
|
-
"default": "'
|
|
1197
|
+
"default": "'Actions'",
|
|
1198
|
+
"fieldName": "name",
|
|
1231
1199
|
"inheritedFrom": {
|
|
1232
|
-
"name": "
|
|
1233
|
-
"module": "src/
|
|
1200
|
+
"name": "ActionsMenu",
|
|
1201
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1234
1202
|
}
|
|
1235
1203
|
},
|
|
1236
1204
|
{
|
|
1237
|
-
"
|
|
1238
|
-
"name": "disabled",
|
|
1205
|
+
"name": "open",
|
|
1239
1206
|
"type": {
|
|
1240
1207
|
"text": "boolean"
|
|
1241
1208
|
},
|
|
1209
|
+
"default": "false",
|
|
1210
|
+
"fieldName": "open",
|
|
1242
1211
|
"inheritedFrom": {
|
|
1243
|
-
"name": "
|
|
1244
|
-
"module": "src/
|
|
1212
|
+
"name": "ActionsMenu",
|
|
1213
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1245
1214
|
}
|
|
1246
1215
|
},
|
|
1247
1216
|
{
|
|
1248
|
-
"
|
|
1249
|
-
"name": "mode",
|
|
1217
|
+
"name": "buttonAppearance",
|
|
1250
1218
|
"type": {
|
|
1251
|
-
"text": "
|
|
1219
|
+
"text": "string"
|
|
1252
1220
|
},
|
|
1253
|
-
"
|
|
1221
|
+
"fieldName": "buttonAppearance",
|
|
1254
1222
|
"inheritedFrom": {
|
|
1255
|
-
"name": "
|
|
1256
|
-
"module": "src/
|
|
1223
|
+
"name": "ActionsMenu",
|
|
1224
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1257
1225
|
}
|
|
1258
1226
|
},
|
|
1259
1227
|
{
|
|
1260
|
-
"
|
|
1261
|
-
"name": "inputValue",
|
|
1228
|
+
"name": "hide-disabled",
|
|
1262
1229
|
"type": {
|
|
1263
|
-
"text": "
|
|
1230
|
+
"text": "boolean"
|
|
1264
1231
|
},
|
|
1265
|
-
"default": "
|
|
1232
|
+
"default": "false",
|
|
1233
|
+
"fieldName": "hideDisabled",
|
|
1266
1234
|
"inheritedFrom": {
|
|
1267
|
-
"name": "
|
|
1268
|
-
"module": "src/
|
|
1235
|
+
"name": "ActionsMenu",
|
|
1236
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1269
1237
|
}
|
|
1270
1238
|
},
|
|
1271
1239
|
{
|
|
1272
|
-
"
|
|
1273
|
-
"name": "isInterpreting",
|
|
1240
|
+
"name": "hide-menu-single-option",
|
|
1274
1241
|
"type": {
|
|
1275
1242
|
"text": "boolean"
|
|
1276
1243
|
},
|
|
1277
1244
|
"default": "false",
|
|
1245
|
+
"fieldName": "hideMenuSingleOption",
|
|
1278
1246
|
"inheritedFrom": {
|
|
1279
|
-
"name": "
|
|
1280
|
-
"module": "src/
|
|
1247
|
+
"name": "ActionsMenu",
|
|
1248
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1281
1249
|
}
|
|
1282
|
-
}
|
|
1250
|
+
}
|
|
1251
|
+
],
|
|
1252
|
+
"members": [
|
|
1283
1253
|
{
|
|
1284
1254
|
"kind": "field",
|
|
1285
|
-
"name": "
|
|
1255
|
+
"name": "actions",
|
|
1286
1256
|
"type": {
|
|
1287
|
-
"text": "
|
|
1257
|
+
"text": "ActionMenuItem[]"
|
|
1288
1258
|
},
|
|
1289
|
-
"default": "null",
|
|
1290
1259
|
"inheritedFrom": {
|
|
1291
|
-
"name": "
|
|
1292
|
-
"module": "src/
|
|
1293
|
-
}
|
|
1260
|
+
"name": "ActionsMenu",
|
|
1261
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1262
|
+
}
|
|
1294
1263
|
},
|
|
1295
1264
|
{
|
|
1296
1265
|
"kind": "field",
|
|
1297
|
-
"name": "
|
|
1266
|
+
"name": "isVertical",
|
|
1298
1267
|
"type": {
|
|
1299
|
-
"text": "
|
|
1268
|
+
"text": "boolean"
|
|
1300
1269
|
},
|
|
1301
|
-
"default": "
|
|
1270
|
+
"default": "false",
|
|
1302
1271
|
"inheritedFrom": {
|
|
1303
|
-
"name": "
|
|
1304
|
-
"module": "src/
|
|
1272
|
+
"name": "ActionsMenu",
|
|
1273
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1305
1274
|
}
|
|
1306
1275
|
},
|
|
1307
1276
|
{
|
|
1308
1277
|
"kind": "field",
|
|
1309
|
-
"name": "
|
|
1278
|
+
"name": "addDefaultActions",
|
|
1310
1279
|
"type": {
|
|
1311
1280
|
"text": "boolean"
|
|
1312
1281
|
},
|
|
1313
|
-
"default": "
|
|
1282
|
+
"default": "true",
|
|
1314
1283
|
"inheritedFrom": {
|
|
1315
|
-
"name": "
|
|
1316
|
-
"module": "src/
|
|
1284
|
+
"name": "ActionsMenu",
|
|
1285
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1317
1286
|
}
|
|
1318
1287
|
},
|
|
1319
1288
|
{
|
|
1320
1289
|
"kind": "field",
|
|
1321
|
-
"name": "
|
|
1290
|
+
"name": "autoCloseOnAction",
|
|
1322
1291
|
"type": {
|
|
1323
|
-
"text": "
|
|
1292
|
+
"text": "boolean"
|
|
1324
1293
|
},
|
|
1325
|
-
"
|
|
1294
|
+
"default": "true",
|
|
1326
1295
|
"inheritedFrom": {
|
|
1327
|
-
"name": "
|
|
1328
|
-
"module": "src/
|
|
1296
|
+
"name": "ActionsMenu",
|
|
1297
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1329
1298
|
}
|
|
1330
1299
|
},
|
|
1331
1300
|
{
|
|
1332
1301
|
"kind": "field",
|
|
1333
|
-
"name": "
|
|
1302
|
+
"name": "classNames",
|
|
1334
1303
|
"type": {
|
|
1335
|
-
"text": "
|
|
1304
|
+
"text": "string"
|
|
1336
1305
|
},
|
|
1337
|
-
"privacy": "private",
|
|
1338
|
-
"default": "null",
|
|
1339
1306
|
"inheritedFrom": {
|
|
1340
|
-
"name": "
|
|
1341
|
-
"module": "src/
|
|
1307
|
+
"name": "ActionsMenu",
|
|
1308
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1342
1309
|
}
|
|
1343
1310
|
},
|
|
1344
1311
|
{
|
|
1345
1312
|
"kind": "field",
|
|
1346
|
-
"name": "
|
|
1313
|
+
"name": "definition",
|
|
1347
1314
|
"type": {
|
|
1348
|
-
"text": "
|
|
1315
|
+
"text": "any"
|
|
1349
1316
|
},
|
|
1350
|
-
"privacy": "private",
|
|
1351
|
-
"default": "null",
|
|
1352
1317
|
"inheritedFrom": {
|
|
1353
|
-
"name": "
|
|
1354
|
-
"module": "src/
|
|
1318
|
+
"name": "ActionsMenu",
|
|
1319
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1355
1320
|
}
|
|
1356
1321
|
},
|
|
1357
1322
|
{
|
|
1358
1323
|
"kind": "field",
|
|
1359
|
-
"name": "
|
|
1324
|
+
"name": "name",
|
|
1360
1325
|
"type": {
|
|
1361
1326
|
"text": "string"
|
|
1362
1327
|
},
|
|
1363
|
-
"
|
|
1364
|
-
"default": "''",
|
|
1328
|
+
"default": "'Actions'",
|
|
1365
1329
|
"inheritedFrom": {
|
|
1366
|
-
"name": "
|
|
1367
|
-
"module": "src/
|
|
1330
|
+
"name": "ActionsMenu",
|
|
1331
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1368
1332
|
}
|
|
1369
1333
|
},
|
|
1370
1334
|
{
|
|
1371
1335
|
"kind": "field",
|
|
1372
|
-
"name": "
|
|
1336
|
+
"name": "open",
|
|
1373
1337
|
"type": {
|
|
1374
1338
|
"text": "boolean"
|
|
1375
1339
|
},
|
|
1376
|
-
"
|
|
1340
|
+
"default": "false",
|
|
1377
1341
|
"inheritedFrom": {
|
|
1378
|
-
"name": "
|
|
1379
|
-
"module": "src/
|
|
1342
|
+
"name": "ActionsMenu",
|
|
1343
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1344
|
+
}
|
|
1345
|
+
},
|
|
1346
|
+
{
|
|
1347
|
+
"kind": "field",
|
|
1348
|
+
"name": "buttonAppearance",
|
|
1349
|
+
"type": {
|
|
1350
|
+
"text": "string"
|
|
1351
|
+
},
|
|
1352
|
+
"inheritedFrom": {
|
|
1353
|
+
"name": "ActionsMenu",
|
|
1354
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1355
|
+
}
|
|
1356
|
+
},
|
|
1357
|
+
{
|
|
1358
|
+
"kind": "field",
|
|
1359
|
+
"name": "hideDisabled",
|
|
1360
|
+
"type": {
|
|
1361
|
+
"text": "boolean"
|
|
1362
|
+
},
|
|
1363
|
+
"default": "false",
|
|
1364
|
+
"inheritedFrom": {
|
|
1365
|
+
"name": "ActionsMenu",
|
|
1366
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1367
|
+
}
|
|
1368
|
+
},
|
|
1369
|
+
{
|
|
1370
|
+
"kind": "field",
|
|
1371
|
+
"name": "hideMenuSingleOption",
|
|
1372
|
+
"type": {
|
|
1373
|
+
"text": "boolean"
|
|
1374
|
+
},
|
|
1375
|
+
"default": "false",
|
|
1376
|
+
"inheritedFrom": {
|
|
1377
|
+
"name": "ActionsMenu",
|
|
1378
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1379
|
+
}
|
|
1380
|
+
},
|
|
1381
|
+
{
|
|
1382
|
+
"kind": "field",
|
|
1383
|
+
"name": "singleOption",
|
|
1384
|
+
"type": {
|
|
1385
|
+
"text": "ActionMenuItem"
|
|
1386
|
+
},
|
|
1387
|
+
"inheritedFrom": {
|
|
1388
|
+
"name": "ActionsMenu",
|
|
1389
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1390
|
+
}
|
|
1391
|
+
},
|
|
1392
|
+
{
|
|
1393
|
+
"kind": "field",
|
|
1394
|
+
"name": "actionsMenu",
|
|
1395
|
+
"type": {
|
|
1396
|
+
"text": "HTMLElement"
|
|
1397
|
+
},
|
|
1398
|
+
"inheritedFrom": {
|
|
1399
|
+
"name": "ActionsMenu",
|
|
1400
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1380
1401
|
}
|
|
1381
1402
|
},
|
|
1382
1403
|
{
|
|
1383
1404
|
"kind": "method",
|
|
1384
|
-
"name": "
|
|
1405
|
+
"name": "definitionChanged",
|
|
1406
|
+
"privacy": "protected",
|
|
1407
|
+
"parameters": [
|
|
1408
|
+
{
|
|
1409
|
+
"name": "oldValue",
|
|
1410
|
+
"type": {
|
|
1411
|
+
"text": "any"
|
|
1412
|
+
}
|
|
1413
|
+
},
|
|
1414
|
+
{
|
|
1415
|
+
"name": "newValue",
|
|
1416
|
+
"type": {
|
|
1417
|
+
"text": "any"
|
|
1418
|
+
}
|
|
1419
|
+
}
|
|
1420
|
+
],
|
|
1385
1421
|
"inheritedFrom": {
|
|
1386
|
-
"name": "
|
|
1387
|
-
"module": "src/
|
|
1422
|
+
"name": "ActionsMenu",
|
|
1423
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1388
1424
|
}
|
|
1389
1425
|
},
|
|
1390
1426
|
{
|
|
1391
1427
|
"kind": "method",
|
|
1392
|
-
"name": "
|
|
1428
|
+
"name": "openChanged",
|
|
1429
|
+
"privacy": "protected",
|
|
1393
1430
|
"inheritedFrom": {
|
|
1394
|
-
"name": "
|
|
1395
|
-
"module": "src/
|
|
1431
|
+
"name": "ActionsMenu",
|
|
1432
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1396
1433
|
}
|
|
1397
1434
|
},
|
|
1398
1435
|
{
|
|
1399
1436
|
"kind": "method",
|
|
1400
|
-
"name": "
|
|
1437
|
+
"name": "toggleActionsMenuVisibility",
|
|
1401
1438
|
"inheritedFrom": {
|
|
1402
|
-
"name": "
|
|
1403
|
-
"module": "src/
|
|
1439
|
+
"name": "ActionsMenu",
|
|
1440
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1404
1441
|
}
|
|
1405
1442
|
},
|
|
1406
1443
|
{
|
|
1407
1444
|
"kind": "method",
|
|
1408
|
-
"name": "
|
|
1445
|
+
"name": "onActionMenuItemClick",
|
|
1446
|
+
"parameters": [
|
|
1447
|
+
{
|
|
1448
|
+
"name": "callback",
|
|
1449
|
+
"type": {
|
|
1450
|
+
"text": "(rowData) => void | any"
|
|
1451
|
+
}
|
|
1452
|
+
}
|
|
1453
|
+
],
|
|
1409
1454
|
"inheritedFrom": {
|
|
1410
|
-
"name": "
|
|
1411
|
-
"module": "src/
|
|
1455
|
+
"name": "ActionsMenu",
|
|
1456
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1457
|
+
}
|
|
1458
|
+
},
|
|
1459
|
+
{
|
|
1460
|
+
"kind": "field",
|
|
1461
|
+
"name": "allActions",
|
|
1462
|
+
"type": {
|
|
1463
|
+
"text": "ActionMenuItem[]"
|
|
1464
|
+
},
|
|
1465
|
+
"readonly": true,
|
|
1466
|
+
"inheritedFrom": {
|
|
1467
|
+
"name": "ActionsMenu",
|
|
1468
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1469
|
+
}
|
|
1470
|
+
},
|
|
1471
|
+
{
|
|
1472
|
+
"kind": "field",
|
|
1473
|
+
"name": "rowData",
|
|
1474
|
+
"readonly": true,
|
|
1475
|
+
"inheritedFrom": {
|
|
1476
|
+
"name": "ActionsMenu",
|
|
1477
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1412
1478
|
}
|
|
1413
1479
|
},
|
|
1414
1480
|
{
|
|
1415
1481
|
"kind": "method",
|
|
1416
|
-
"name": "
|
|
1417
|
-
"
|
|
1482
|
+
"name": "getLabel",
|
|
1483
|
+
"parameters": [
|
|
1484
|
+
{
|
|
1485
|
+
"name": "name",
|
|
1486
|
+
"type": {
|
|
1487
|
+
"text": "string | ((rowData: any) => string)"
|
|
1488
|
+
}
|
|
1489
|
+
}
|
|
1490
|
+
],
|
|
1418
1491
|
"inheritedFrom": {
|
|
1419
|
-
"name": "
|
|
1420
|
-
"module": "src/
|
|
1492
|
+
"name": "ActionsMenu",
|
|
1493
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1494
|
+
}
|
|
1495
|
+
},
|
|
1496
|
+
{
|
|
1497
|
+
"kind": "method",
|
|
1498
|
+
"name": "getTemplate",
|
|
1499
|
+
"parameters": [
|
|
1500
|
+
{
|
|
1501
|
+
"name": "prefix",
|
|
1502
|
+
"type": {
|
|
1503
|
+
"text": "string"
|
|
1504
|
+
}
|
|
1505
|
+
}
|
|
1506
|
+
],
|
|
1507
|
+
"inheritedFrom": {
|
|
1508
|
+
"name": "ActionsMenu",
|
|
1509
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1421
1510
|
}
|
|
1422
1511
|
},
|
|
1423
1512
|
{
|
|
@@ -1535,33 +1624,33 @@
|
|
|
1535
1624
|
},
|
|
1536
1625
|
{
|
|
1537
1626
|
"kind": "variable",
|
|
1538
|
-
"name": "
|
|
1539
|
-
"description": "The Rapid
|
|
1627
|
+
"name": "rapidActionsMenu",
|
|
1628
|
+
"description": "The Rapid Actions Menu",
|
|
1540
1629
|
"privacy": "public"
|
|
1541
1630
|
}
|
|
1542
1631
|
],
|
|
1543
1632
|
"exports": [
|
|
1544
1633
|
{
|
|
1545
1634
|
"kind": "js",
|
|
1546
|
-
"name": "
|
|
1635
|
+
"name": "ActionsMenu",
|
|
1547
1636
|
"declaration": {
|
|
1548
|
-
"name": "
|
|
1549
|
-
"module": "src/
|
|
1637
|
+
"name": "ActionsMenu",
|
|
1638
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1550
1639
|
}
|
|
1551
1640
|
},
|
|
1552
1641
|
{
|
|
1553
1642
|
"kind": "js",
|
|
1554
|
-
"name": "
|
|
1643
|
+
"name": "rapidActionsMenu",
|
|
1555
1644
|
"declaration": {
|
|
1556
|
-
"name": "
|
|
1557
|
-
"module": "src/
|
|
1645
|
+
"name": "rapidActionsMenu",
|
|
1646
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1558
1647
|
}
|
|
1559
1648
|
}
|
|
1560
1649
|
]
|
|
1561
1650
|
},
|
|
1562
1651
|
{
|
|
1563
1652
|
"kind": "javascript-module",
|
|
1564
|
-
"path": "src/
|
|
1653
|
+
"path": "src/actions-menu/index.ts",
|
|
1565
1654
|
"declarations": [],
|
|
1566
1655
|
"exports": [
|
|
1567
1656
|
{
|
|
@@ -1569,15 +1658,7 @@
|
|
|
1569
1658
|
"name": "*",
|
|
1570
1659
|
"declaration": {
|
|
1571
1660
|
"name": "*",
|
|
1572
|
-
"package": "./
|
|
1573
|
-
}
|
|
1574
|
-
},
|
|
1575
|
-
{
|
|
1576
|
-
"kind": "js",
|
|
1577
|
-
"name": "*",
|
|
1578
|
-
"declaration": {
|
|
1579
|
-
"name": "*",
|
|
1580
|
-
"package": "./ai-criteria-search.styles"
|
|
1661
|
+
"package": "./actions-menu"
|
|
1581
1662
|
}
|
|
1582
1663
|
},
|
|
1583
1664
|
{
|
|
@@ -1585,32 +1666,53 @@
|
|
|
1585
1666
|
"name": "*",
|
|
1586
1667
|
"declaration": {
|
|
1587
1668
|
"name": "*",
|
|
1588
|
-
"package": "./
|
|
1669
|
+
"package": "./actions-menu.styles"
|
|
1589
1670
|
}
|
|
1590
1671
|
}
|
|
1591
1672
|
]
|
|
1592
1673
|
},
|
|
1593
1674
|
{
|
|
1594
1675
|
"kind": "javascript-module",
|
|
1595
|
-
"path": "src/ai-
|
|
1676
|
+
"path": "src/ai-criteria-search/ai-criteria-search.styles.ts",
|
|
1677
|
+
"declarations": [
|
|
1678
|
+
{
|
|
1679
|
+
"kind": "variable",
|
|
1680
|
+
"name": "rapidAiCriteriaSearchStyles",
|
|
1681
|
+
"default": "css`\n ${foundationAiCriteriaSearchStyles}\n`"
|
|
1682
|
+
}
|
|
1683
|
+
],
|
|
1684
|
+
"exports": [
|
|
1685
|
+
{
|
|
1686
|
+
"kind": "js",
|
|
1687
|
+
"name": "rapidAiCriteriaSearchStyles",
|
|
1688
|
+
"declaration": {
|
|
1689
|
+
"name": "rapidAiCriteriaSearchStyles",
|
|
1690
|
+
"module": "src/ai-criteria-search/ai-criteria-search.styles.ts"
|
|
1691
|
+
}
|
|
1692
|
+
}
|
|
1693
|
+
]
|
|
1694
|
+
},
|
|
1695
|
+
{
|
|
1696
|
+
"kind": "javascript-module",
|
|
1697
|
+
"path": "src/ai-criteria-search/ai-criteria-search.template.ts",
|
|
1596
1698
|
"declarations": [
|
|
1597
1699
|
{
|
|
1598
1700
|
"kind": "function",
|
|
1599
|
-
"name": "
|
|
1701
|
+
"name": "rapidAiCriteriaSearchTemplate",
|
|
1600
1702
|
"return": {
|
|
1601
1703
|
"type": {
|
|
1602
|
-
"text": "
|
|
1704
|
+
"text": "ViewTemplate<AiCriteriaSearch>"
|
|
1603
1705
|
}
|
|
1604
1706
|
},
|
|
1605
1707
|
"parameters": [
|
|
1606
1708
|
{
|
|
1607
|
-
"name": "
|
|
1709
|
+
"name": "_context",
|
|
1608
1710
|
"type": {
|
|
1609
1711
|
"text": "ElementDefinitionContext"
|
|
1610
1712
|
}
|
|
1611
1713
|
},
|
|
1612
1714
|
{
|
|
1613
|
-
"name": "
|
|
1715
|
+
"name": "_definition",
|
|
1614
1716
|
"type": {
|
|
1615
1717
|
"text": "FoundationElementDefinition"
|
|
1616
1718
|
}
|
|
@@ -1621,28 +1723,64 @@
|
|
|
1621
1723
|
"exports": [
|
|
1622
1724
|
{
|
|
1623
1725
|
"kind": "js",
|
|
1624
|
-
"name": "
|
|
1726
|
+
"name": "rapidAiCriteriaSearchTemplate",
|
|
1625
1727
|
"declaration": {
|
|
1626
|
-
"name": "
|
|
1627
|
-
"module": "src/ai-
|
|
1728
|
+
"name": "rapidAiCriteriaSearchTemplate",
|
|
1729
|
+
"module": "src/ai-criteria-search/ai-criteria-search.template.ts"
|
|
1628
1730
|
}
|
|
1629
1731
|
}
|
|
1630
1732
|
]
|
|
1631
1733
|
},
|
|
1632
1734
|
{
|
|
1633
1735
|
"kind": "javascript-module",
|
|
1634
|
-
"path": "src/ai-
|
|
1736
|
+
"path": "src/ai-criteria-search/ai-criteria-search.ts",
|
|
1635
1737
|
"declarations": [
|
|
1636
1738
|
{
|
|
1637
1739
|
"kind": "class",
|
|
1638
1740
|
"description": "",
|
|
1639
|
-
"name": "
|
|
1741
|
+
"name": "AiCriteriaSearch",
|
|
1640
1742
|
"superclass": {
|
|
1641
|
-
"name": "
|
|
1743
|
+
"name": "FoundationAiCriteriaSearch",
|
|
1642
1744
|
"package": "@genesislcap/foundation-ui"
|
|
1643
1745
|
},
|
|
1644
|
-
"tagName": "%%prefix%%-ai-
|
|
1746
|
+
"tagName": "%%prefix%%-ai-criteria-search",
|
|
1645
1747
|
"customElement": true,
|
|
1748
|
+
"attributes": [
|
|
1749
|
+
{
|
|
1750
|
+
"name": "placeholder",
|
|
1751
|
+
"type": {
|
|
1752
|
+
"text": "string"
|
|
1753
|
+
},
|
|
1754
|
+
"default": "'Describe your search criteria in natural language...'",
|
|
1755
|
+
"fieldName": "placeholder",
|
|
1756
|
+
"inheritedFrom": {
|
|
1757
|
+
"name": "AiCriteriaSearch",
|
|
1758
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
1759
|
+
}
|
|
1760
|
+
},
|
|
1761
|
+
{
|
|
1762
|
+
"type": {
|
|
1763
|
+
"text": "boolean"
|
|
1764
|
+
},
|
|
1765
|
+
"fieldName": "disabled",
|
|
1766
|
+
"inheritedFrom": {
|
|
1767
|
+
"name": "AiCriteriaSearch",
|
|
1768
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
1769
|
+
}
|
|
1770
|
+
},
|
|
1771
|
+
{
|
|
1772
|
+
"name": "mode",
|
|
1773
|
+
"type": {
|
|
1774
|
+
"text": "'append' | 'replace'"
|
|
1775
|
+
},
|
|
1776
|
+
"default": "'replace'",
|
|
1777
|
+
"fieldName": "mode",
|
|
1778
|
+
"inheritedFrom": {
|
|
1779
|
+
"name": "AiCriteriaSearch",
|
|
1780
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
1781
|
+
}
|
|
1782
|
+
}
|
|
1783
|
+
],
|
|
1646
1784
|
"members": [
|
|
1647
1785
|
{
|
|
1648
1786
|
"kind": "field",
|
|
@@ -1651,242 +1789,207 @@
|
|
|
1651
1789
|
"text": "AIProvider"
|
|
1652
1790
|
},
|
|
1653
1791
|
"inheritedFrom": {
|
|
1654
|
-
"name": "
|
|
1655
|
-
"module": "src/ai-
|
|
1792
|
+
"name": "AiCriteriaSearch",
|
|
1793
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
1656
1794
|
}
|
|
1657
1795
|
},
|
|
1658
1796
|
{
|
|
1659
1797
|
"kind": "field",
|
|
1660
|
-
"name": "
|
|
1798
|
+
"name": "placeholder",
|
|
1661
1799
|
"type": {
|
|
1662
|
-
"text": "
|
|
1800
|
+
"text": "string"
|
|
1663
1801
|
},
|
|
1664
|
-
"default": "
|
|
1802
|
+
"default": "'Describe your search criteria in natural language...'",
|
|
1665
1803
|
"inheritedFrom": {
|
|
1666
|
-
"name": "
|
|
1667
|
-
"module": "src/ai-
|
|
1804
|
+
"name": "AiCriteriaSearch",
|
|
1805
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
1668
1806
|
}
|
|
1669
1807
|
},
|
|
1670
1808
|
{
|
|
1671
1809
|
"kind": "field",
|
|
1672
|
-
"name": "
|
|
1810
|
+
"name": "disabled",
|
|
1673
1811
|
"type": {
|
|
1674
1812
|
"text": "boolean"
|
|
1675
1813
|
},
|
|
1676
|
-
"default": "false",
|
|
1677
1814
|
"inheritedFrom": {
|
|
1678
|
-
"name": "
|
|
1679
|
-
"module": "src/ai-
|
|
1815
|
+
"name": "AiCriteriaSearch",
|
|
1816
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
1680
1817
|
}
|
|
1681
1818
|
},
|
|
1682
1819
|
{
|
|
1683
1820
|
"kind": "field",
|
|
1684
|
-
"name": "
|
|
1821
|
+
"name": "mode",
|
|
1685
1822
|
"type": {
|
|
1686
|
-
"text": "
|
|
1823
|
+
"text": "'append' | 'replace'"
|
|
1687
1824
|
},
|
|
1688
|
-
"default": "'
|
|
1825
|
+
"default": "'replace'",
|
|
1689
1826
|
"inheritedFrom": {
|
|
1690
|
-
"name": "
|
|
1691
|
-
"module": "src/ai-
|
|
1827
|
+
"name": "AiCriteriaSearch",
|
|
1828
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
1692
1829
|
}
|
|
1693
1830
|
},
|
|
1694
1831
|
{
|
|
1695
1832
|
"kind": "field",
|
|
1696
|
-
"name": "
|
|
1833
|
+
"name": "inputValue",
|
|
1697
1834
|
"type": {
|
|
1698
|
-
"text": "
|
|
1835
|
+
"text": "string"
|
|
1699
1836
|
},
|
|
1700
|
-
"default": "
|
|
1837
|
+
"default": "''",
|
|
1701
1838
|
"inheritedFrom": {
|
|
1702
|
-
"name": "
|
|
1703
|
-
"module": "src/ai-
|
|
1839
|
+
"name": "AiCriteriaSearch",
|
|
1840
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
1704
1841
|
}
|
|
1705
1842
|
},
|
|
1706
1843
|
{
|
|
1707
1844
|
"kind": "field",
|
|
1708
|
-
"name": "
|
|
1845
|
+
"name": "isInterpreting",
|
|
1709
1846
|
"type": {
|
|
1710
|
-
"text": "
|
|
1847
|
+
"text": "boolean"
|
|
1711
1848
|
},
|
|
1712
|
-
"
|
|
1713
|
-
"default": "null",
|
|
1849
|
+
"default": "false",
|
|
1714
1850
|
"inheritedFrom": {
|
|
1715
|
-
"name": "
|
|
1716
|
-
"module": "src/ai-
|
|
1851
|
+
"name": "AiCriteriaSearch",
|
|
1852
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
1717
1853
|
}
|
|
1718
1854
|
},
|
|
1719
1855
|
{
|
|
1720
1856
|
"kind": "field",
|
|
1721
|
-
"name": "
|
|
1722
|
-
"
|
|
1857
|
+
"name": "lastValidCriteria",
|
|
1858
|
+
"type": {
|
|
1859
|
+
"text": "string | null"
|
|
1860
|
+
},
|
|
1861
|
+
"default": "null",
|
|
1723
1862
|
"inheritedFrom": {
|
|
1724
|
-
"name": "
|
|
1725
|
-
"module": "src/ai-
|
|
1863
|
+
"name": "AiCriteriaSearch",
|
|
1864
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
1726
1865
|
}
|
|
1727
1866
|
},
|
|
1728
1867
|
{
|
|
1729
1868
|
"kind": "field",
|
|
1730
|
-
"name": "
|
|
1869
|
+
"name": "fieldMetadata",
|
|
1731
1870
|
"type": {
|
|
1732
|
-
"text": "
|
|
1871
|
+
"text": "MetadataDetail[] | string[]"
|
|
1733
1872
|
},
|
|
1734
|
-
"
|
|
1873
|
+
"default": "[]",
|
|
1735
1874
|
"inheritedFrom": {
|
|
1736
|
-
"name": "
|
|
1737
|
-
"module": "src/ai-
|
|
1875
|
+
"name": "AiCriteriaSearch",
|
|
1876
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
1738
1877
|
}
|
|
1739
1878
|
},
|
|
1740
1879
|
{
|
|
1741
1880
|
"kind": "field",
|
|
1742
|
-
"name": "
|
|
1881
|
+
"name": "isRecording",
|
|
1743
1882
|
"type": {
|
|
1744
1883
|
"text": "boolean"
|
|
1745
1884
|
},
|
|
1746
|
-
"
|
|
1885
|
+
"default": "false",
|
|
1747
1886
|
"inheritedFrom": {
|
|
1748
|
-
"name": "
|
|
1749
|
-
"module": "src/ai-
|
|
1887
|
+
"name": "AiCriteriaSearch",
|
|
1888
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
1750
1889
|
}
|
|
1751
1890
|
},
|
|
1752
1891
|
{
|
|
1753
1892
|
"kind": "field",
|
|
1754
|
-
"name": "
|
|
1893
|
+
"name": "textAreaRef",
|
|
1755
1894
|
"type": {
|
|
1756
|
-
"text": "
|
|
1895
|
+
"text": "HTMLTextAreaElement"
|
|
1757
1896
|
},
|
|
1758
|
-
"
|
|
1897
|
+
"privacy": "public",
|
|
1759
1898
|
"inheritedFrom": {
|
|
1760
|
-
"name": "
|
|
1761
|
-
"module": "src/ai-
|
|
1899
|
+
"name": "AiCriteriaSearch",
|
|
1900
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
1762
1901
|
}
|
|
1763
1902
|
},
|
|
1764
1903
|
{
|
|
1765
|
-
"kind": "
|
|
1766
|
-
"name": "
|
|
1767
|
-
"
|
|
1768
|
-
"
|
|
1769
|
-
"text": "void"
|
|
1770
|
-
}
|
|
1904
|
+
"kind": "field",
|
|
1905
|
+
"name": "stopRecording",
|
|
1906
|
+
"type": {
|
|
1907
|
+
"text": "(() => void) | null"
|
|
1771
1908
|
},
|
|
1909
|
+
"privacy": "private",
|
|
1910
|
+
"default": "null",
|
|
1772
1911
|
"inheritedFrom": {
|
|
1773
|
-
"name": "
|
|
1774
|
-
"module": "src/ai-
|
|
1912
|
+
"name": "AiCriteriaSearch",
|
|
1913
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
1775
1914
|
}
|
|
1776
1915
|
},
|
|
1777
1916
|
{
|
|
1778
|
-
"kind": "
|
|
1779
|
-
"name": "
|
|
1917
|
+
"kind": "field",
|
|
1918
|
+
"name": "speechApplyDebounceTimer",
|
|
1919
|
+
"type": {
|
|
1920
|
+
"text": "ReturnType<typeof setTimeout> | null"
|
|
1921
|
+
},
|
|
1780
1922
|
"privacy": "private",
|
|
1781
|
-
"
|
|
1782
|
-
{
|
|
1783
|
-
"name": "event",
|
|
1784
|
-
"type": {
|
|
1785
|
-
"text": "MouseEvent"
|
|
1786
|
-
}
|
|
1787
|
-
}
|
|
1788
|
-
],
|
|
1923
|
+
"default": "null",
|
|
1789
1924
|
"inheritedFrom": {
|
|
1790
|
-
"name": "
|
|
1791
|
-
"module": "src/ai-
|
|
1925
|
+
"name": "AiCriteriaSearch",
|
|
1926
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
1792
1927
|
}
|
|
1793
1928
|
},
|
|
1794
1929
|
{
|
|
1795
|
-
"kind": "
|
|
1796
|
-
"name": "
|
|
1930
|
+
"kind": "field",
|
|
1931
|
+
"name": "baseInputForAppend",
|
|
1932
|
+
"type": {
|
|
1933
|
+
"text": "string"
|
|
1934
|
+
},
|
|
1935
|
+
"privacy": "private",
|
|
1936
|
+
"default": "''",
|
|
1797
1937
|
"inheritedFrom": {
|
|
1798
|
-
"name": "
|
|
1799
|
-
"module": "src/ai-
|
|
1938
|
+
"name": "AiCriteriaSearch",
|
|
1939
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
1800
1940
|
}
|
|
1801
1941
|
},
|
|
1802
1942
|
{
|
|
1803
|
-
"kind": "
|
|
1804
|
-
"name": "
|
|
1805
|
-
"
|
|
1806
|
-
"
|
|
1807
|
-
"text": "Promise<void>"
|
|
1808
|
-
}
|
|
1943
|
+
"kind": "field",
|
|
1944
|
+
"name": "speechAvailable",
|
|
1945
|
+
"type": {
|
|
1946
|
+
"text": "boolean"
|
|
1809
1947
|
},
|
|
1948
|
+
"readonly": true,
|
|
1810
1949
|
"inheritedFrom": {
|
|
1811
|
-
"name": "
|
|
1812
|
-
"module": "src/ai-
|
|
1950
|
+
"name": "AiCriteriaSearch",
|
|
1951
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
1813
1952
|
}
|
|
1814
1953
|
},
|
|
1815
1954
|
{
|
|
1816
1955
|
"kind": "method",
|
|
1817
|
-
"name": "
|
|
1818
|
-
"privacy": "private",
|
|
1819
|
-
"return": {
|
|
1820
|
-
"type": {
|
|
1821
|
-
"text": "AIIndicatorState"
|
|
1822
|
-
}
|
|
1823
|
-
},
|
|
1824
|
-
"parameters": [
|
|
1825
|
-
{
|
|
1826
|
-
"name": "s",
|
|
1827
|
-
"type": {
|
|
1828
|
-
"text": "AIStatus | null"
|
|
1829
|
-
}
|
|
1830
|
-
}
|
|
1831
|
-
],
|
|
1956
|
+
"name": "handleSubmit",
|
|
1832
1957
|
"inheritedFrom": {
|
|
1833
|
-
"name": "
|
|
1834
|
-
"module": "src/ai-
|
|
1958
|
+
"name": "AiCriteriaSearch",
|
|
1959
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
1835
1960
|
}
|
|
1836
1961
|
},
|
|
1837
1962
|
{
|
|
1838
1963
|
"kind": "method",
|
|
1839
|
-
"name": "
|
|
1840
|
-
"privacy": "private",
|
|
1841
|
-
"return": {
|
|
1842
|
-
"type": {
|
|
1843
|
-
"text": "void"
|
|
1844
|
-
}
|
|
1845
|
-
},
|
|
1964
|
+
"name": "handleBlur",
|
|
1846
1965
|
"inheritedFrom": {
|
|
1847
|
-
"name": "
|
|
1848
|
-
"module": "src/ai-
|
|
1966
|
+
"name": "AiCriteriaSearch",
|
|
1967
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
1849
1968
|
}
|
|
1850
1969
|
},
|
|
1851
1970
|
{
|
|
1852
1971
|
"kind": "method",
|
|
1853
|
-
"name": "
|
|
1854
|
-
"privacy": "private",
|
|
1855
|
-
"return": {
|
|
1856
|
-
"type": {
|
|
1857
|
-
"text": "void"
|
|
1858
|
-
}
|
|
1859
|
-
},
|
|
1972
|
+
"name": "clear",
|
|
1860
1973
|
"inheritedFrom": {
|
|
1861
|
-
"name": "
|
|
1862
|
-
"module": "src/ai-
|
|
1974
|
+
"name": "AiCriteriaSearch",
|
|
1975
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
1863
1976
|
}
|
|
1864
1977
|
},
|
|
1865
1978
|
{
|
|
1866
1979
|
"kind": "method",
|
|
1867
|
-
"name": "
|
|
1868
|
-
"privacy": "private",
|
|
1869
|
-
"return": {
|
|
1870
|
-
"type": {
|
|
1871
|
-
"text": "void"
|
|
1872
|
-
}
|
|
1873
|
-
},
|
|
1980
|
+
"name": "toggleSpeechInput",
|
|
1874
1981
|
"inheritedFrom": {
|
|
1875
|
-
"name": "
|
|
1876
|
-
"module": "src/ai-
|
|
1982
|
+
"name": "AiCriteriaSearch",
|
|
1983
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
1877
1984
|
}
|
|
1878
1985
|
},
|
|
1879
1986
|
{
|
|
1880
1987
|
"kind": "method",
|
|
1881
|
-
"name": "
|
|
1882
|
-
"
|
|
1883
|
-
"type": {
|
|
1884
|
-
"text": "Promise<void>"
|
|
1885
|
-
}
|
|
1886
|
-
},
|
|
1988
|
+
"name": "clearSpeechApplyDebounce",
|
|
1989
|
+
"privacy": "private",
|
|
1887
1990
|
"inheritedFrom": {
|
|
1888
|
-
"name": "
|
|
1889
|
-
"module": "src/ai-
|
|
1991
|
+
"name": "AiCriteriaSearch",
|
|
1992
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
1890
1993
|
}
|
|
1891
1994
|
},
|
|
1892
1995
|
{
|
|
@@ -2004,58 +2107,68 @@
|
|
|
2004
2107
|
},
|
|
2005
2108
|
{
|
|
2006
2109
|
"kind": "variable",
|
|
2007
|
-
"name": "
|
|
2110
|
+
"name": "rapidAiCriteriaSearch",
|
|
2111
|
+
"description": "The Rapid AI Criteria Search",
|
|
2112
|
+
"privacy": "public"
|
|
2008
2113
|
}
|
|
2009
2114
|
],
|
|
2010
2115
|
"exports": [
|
|
2011
2116
|
{
|
|
2012
2117
|
"kind": "js",
|
|
2013
|
-
"name": "
|
|
2118
|
+
"name": "AiCriteriaSearch",
|
|
2014
2119
|
"declaration": {
|
|
2015
|
-
"name": "
|
|
2016
|
-
"module": "src/ai-
|
|
2120
|
+
"name": "AiCriteriaSearch",
|
|
2121
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2017
2122
|
}
|
|
2018
2123
|
},
|
|
2019
2124
|
{
|
|
2020
2125
|
"kind": "js",
|
|
2021
|
-
"name": "
|
|
2126
|
+
"name": "rapidAiCriteriaSearch",
|
|
2022
2127
|
"declaration": {
|
|
2023
|
-
"name": "
|
|
2024
|
-
"module": "src/ai-
|
|
2128
|
+
"name": "rapidAiCriteriaSearch",
|
|
2129
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2025
2130
|
}
|
|
2026
2131
|
}
|
|
2027
2132
|
]
|
|
2028
2133
|
},
|
|
2029
2134
|
{
|
|
2030
2135
|
"kind": "javascript-module",
|
|
2031
|
-
"path": "src/ai-
|
|
2136
|
+
"path": "src/ai-criteria-search/index.ts",
|
|
2032
2137
|
"declarations": [],
|
|
2033
2138
|
"exports": [
|
|
2034
2139
|
{
|
|
2035
2140
|
"kind": "js",
|
|
2036
|
-
"name": "
|
|
2141
|
+
"name": "*",
|
|
2037
2142
|
"declaration": {
|
|
2038
|
-
"name": "
|
|
2039
|
-
"
|
|
2143
|
+
"name": "*",
|
|
2144
|
+
"package": "./ai-criteria-search"
|
|
2040
2145
|
}
|
|
2041
2146
|
},
|
|
2042
2147
|
{
|
|
2043
2148
|
"kind": "js",
|
|
2044
|
-
"name": "
|
|
2149
|
+
"name": "*",
|
|
2045
2150
|
"declaration": {
|
|
2046
|
-
"name": "
|
|
2047
|
-
"
|
|
2151
|
+
"name": "*",
|
|
2152
|
+
"package": "./ai-criteria-search.styles"
|
|
2153
|
+
}
|
|
2154
|
+
},
|
|
2155
|
+
{
|
|
2156
|
+
"kind": "js",
|
|
2157
|
+
"name": "*",
|
|
2158
|
+
"declaration": {
|
|
2159
|
+
"name": "*",
|
|
2160
|
+
"package": "./ai-criteria-search.template"
|
|
2048
2161
|
}
|
|
2049
2162
|
}
|
|
2050
2163
|
]
|
|
2051
2164
|
},
|
|
2052
2165
|
{
|
|
2053
2166
|
"kind": "javascript-module",
|
|
2054
|
-
"path": "src/
|
|
2167
|
+
"path": "src/ai-indicator/ai-indicator.styles.ts",
|
|
2055
2168
|
"declarations": [
|
|
2056
2169
|
{
|
|
2057
2170
|
"kind": "function",
|
|
2058
|
-
"name": "
|
|
2171
|
+
"name": "rapidAiIndicatorStyles",
|
|
2059
2172
|
"return": {
|
|
2060
2173
|
"type": {
|
|
2061
2174
|
"text": "ElementStyles"
|
|
@@ -2080,383 +2193,272 @@
|
|
|
2080
2193
|
"exports": [
|
|
2081
2194
|
{
|
|
2082
2195
|
"kind": "js",
|
|
2083
|
-
"name": "
|
|
2196
|
+
"name": "rapidAiIndicatorStyles",
|
|
2084
2197
|
"declaration": {
|
|
2085
|
-
"name": "
|
|
2086
|
-
"module": "src/
|
|
2198
|
+
"name": "rapidAiIndicatorStyles",
|
|
2199
|
+
"module": "src/ai-indicator/ai-indicator.styles.ts"
|
|
2087
2200
|
}
|
|
2088
2201
|
}
|
|
2089
2202
|
]
|
|
2090
2203
|
},
|
|
2091
2204
|
{
|
|
2092
2205
|
"kind": "javascript-module",
|
|
2093
|
-
"path": "src/
|
|
2206
|
+
"path": "src/ai-indicator/ai-indicator.ts",
|
|
2094
2207
|
"declarations": [
|
|
2095
2208
|
{
|
|
2096
2209
|
"kind": "class",
|
|
2097
2210
|
"description": "",
|
|
2098
|
-
"name": "
|
|
2211
|
+
"name": "AiIndicator",
|
|
2099
2212
|
"superclass": {
|
|
2100
|
-
"name": "
|
|
2213
|
+
"name": "FoundationAiIndicator",
|
|
2101
2214
|
"package": "@genesislcap/foundation-ui"
|
|
2102
2215
|
},
|
|
2103
|
-
"tagName": "%%prefix%%-
|
|
2216
|
+
"tagName": "%%prefix%%-ai-indicator",
|
|
2104
2217
|
"customElement": true,
|
|
2105
|
-
"attributes": [
|
|
2106
|
-
{
|
|
2107
|
-
"name": "is-vertical",
|
|
2108
|
-
"type": {
|
|
2109
|
-
"text": "boolean"
|
|
2110
|
-
},
|
|
2111
|
-
"default": "false",
|
|
2112
|
-
"fieldName": "isVertical",
|
|
2113
|
-
"inheritedFrom": {
|
|
2114
|
-
"name": "ActionsMenu",
|
|
2115
|
-
"module": "src/actions-menu/actions-menu.ts"
|
|
2116
|
-
}
|
|
2117
|
-
},
|
|
2118
|
-
{
|
|
2119
|
-
"name": "add-default-actions",
|
|
2120
|
-
"type": {
|
|
2121
|
-
"text": "boolean"
|
|
2122
|
-
},
|
|
2123
|
-
"default": "true",
|
|
2124
|
-
"fieldName": "addDefaultActions",
|
|
2125
|
-
"inheritedFrom": {
|
|
2126
|
-
"name": "ActionsMenu",
|
|
2127
|
-
"module": "src/actions-menu/actions-menu.ts"
|
|
2128
|
-
}
|
|
2129
|
-
},
|
|
2130
|
-
{
|
|
2131
|
-
"name": "auto-close-on-action",
|
|
2132
|
-
"type": {
|
|
2133
|
-
"text": "boolean"
|
|
2134
|
-
},
|
|
2135
|
-
"default": "true",
|
|
2136
|
-
"fieldName": "autoCloseOnAction",
|
|
2137
|
-
"inheritedFrom": {
|
|
2138
|
-
"name": "ActionsMenu",
|
|
2139
|
-
"module": "src/actions-menu/actions-menu.ts"
|
|
2140
|
-
}
|
|
2141
|
-
},
|
|
2142
|
-
{
|
|
2143
|
-
"name": "name",
|
|
2144
|
-
"type": {
|
|
2145
|
-
"text": "string"
|
|
2146
|
-
},
|
|
2147
|
-
"default": "'Actions'",
|
|
2148
|
-
"fieldName": "name",
|
|
2149
|
-
"inheritedFrom": {
|
|
2150
|
-
"name": "ActionsMenu",
|
|
2151
|
-
"module": "src/actions-menu/actions-menu.ts"
|
|
2152
|
-
}
|
|
2153
|
-
},
|
|
2154
|
-
{
|
|
2155
|
-
"name": "open",
|
|
2156
|
-
"type": {
|
|
2157
|
-
"text": "boolean"
|
|
2158
|
-
},
|
|
2159
|
-
"default": "false",
|
|
2160
|
-
"fieldName": "open",
|
|
2161
|
-
"inheritedFrom": {
|
|
2162
|
-
"name": "ActionsMenu",
|
|
2163
|
-
"module": "src/actions-menu/actions-menu.ts"
|
|
2164
|
-
}
|
|
2165
|
-
},
|
|
2166
|
-
{
|
|
2167
|
-
"name": "buttonAppearance",
|
|
2168
|
-
"type": {
|
|
2169
|
-
"text": "string"
|
|
2170
|
-
},
|
|
2171
|
-
"fieldName": "buttonAppearance",
|
|
2172
|
-
"inheritedFrom": {
|
|
2173
|
-
"name": "ActionsMenu",
|
|
2174
|
-
"module": "src/actions-menu/actions-menu.ts"
|
|
2175
|
-
}
|
|
2176
|
-
},
|
|
2177
|
-
{
|
|
2178
|
-
"name": "hide-disabled",
|
|
2179
|
-
"type": {
|
|
2180
|
-
"text": "boolean"
|
|
2181
|
-
},
|
|
2182
|
-
"default": "false",
|
|
2183
|
-
"fieldName": "hideDisabled",
|
|
2184
|
-
"inheritedFrom": {
|
|
2185
|
-
"name": "ActionsMenu",
|
|
2186
|
-
"module": "src/actions-menu/actions-menu.ts"
|
|
2187
|
-
}
|
|
2188
|
-
},
|
|
2189
|
-
{
|
|
2190
|
-
"name": "hide-menu-single-option",
|
|
2191
|
-
"type": {
|
|
2192
|
-
"text": "boolean"
|
|
2193
|
-
},
|
|
2194
|
-
"default": "false",
|
|
2195
|
-
"fieldName": "hideMenuSingleOption",
|
|
2196
|
-
"inheritedFrom": {
|
|
2197
|
-
"name": "ActionsMenu",
|
|
2198
|
-
"module": "src/actions-menu/actions-menu.ts"
|
|
2199
|
-
}
|
|
2200
|
-
}
|
|
2201
|
-
],
|
|
2202
2218
|
"members": [
|
|
2203
2219
|
{
|
|
2204
2220
|
"kind": "field",
|
|
2205
|
-
"name": "
|
|
2206
|
-
"type": {
|
|
2207
|
-
"text": "ActionMenuItem[]"
|
|
2208
|
-
},
|
|
2209
|
-
"inheritedFrom": {
|
|
2210
|
-
"name": "ActionsMenu",
|
|
2211
|
-
"module": "src/actions-menu/actions-menu.ts"
|
|
2212
|
-
}
|
|
2213
|
-
},
|
|
2214
|
-
{
|
|
2215
|
-
"kind": "field",
|
|
2216
|
-
"name": "isVertical",
|
|
2217
|
-
"type": {
|
|
2218
|
-
"text": "boolean"
|
|
2219
|
-
},
|
|
2220
|
-
"default": "false",
|
|
2221
|
-
"inheritedFrom": {
|
|
2222
|
-
"name": "ActionsMenu",
|
|
2223
|
-
"module": "src/actions-menu/actions-menu.ts"
|
|
2224
|
-
}
|
|
2225
|
-
},
|
|
2226
|
-
{
|
|
2227
|
-
"kind": "field",
|
|
2228
|
-
"name": "addDefaultActions",
|
|
2221
|
+
"name": "aiProvider",
|
|
2229
2222
|
"type": {
|
|
2230
|
-
"text": "
|
|
2223
|
+
"text": "AIProvider"
|
|
2231
2224
|
},
|
|
2232
|
-
"default": "true",
|
|
2233
2225
|
"inheritedFrom": {
|
|
2234
|
-
"name": "
|
|
2235
|
-
"module": "src/
|
|
2226
|
+
"name": "AiIndicator",
|
|
2227
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
2236
2228
|
}
|
|
2237
2229
|
},
|
|
2238
2230
|
{
|
|
2239
2231
|
"kind": "field",
|
|
2240
|
-
"name": "
|
|
2232
|
+
"name": "status",
|
|
2241
2233
|
"type": {
|
|
2242
|
-
"text": "
|
|
2234
|
+
"text": "AIStatus | null"
|
|
2243
2235
|
},
|
|
2244
|
-
"default": "
|
|
2236
|
+
"default": "null",
|
|
2245
2237
|
"inheritedFrom": {
|
|
2246
|
-
"name": "
|
|
2247
|
-
"module": "src/
|
|
2238
|
+
"name": "AiIndicator",
|
|
2239
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
2248
2240
|
}
|
|
2249
2241
|
},
|
|
2250
2242
|
{
|
|
2251
2243
|
"kind": "field",
|
|
2252
|
-
"name": "
|
|
2244
|
+
"name": "open",
|
|
2253
2245
|
"type": {
|
|
2254
|
-
"text": "
|
|
2246
|
+
"text": "boolean"
|
|
2255
2247
|
},
|
|
2248
|
+
"default": "false",
|
|
2256
2249
|
"inheritedFrom": {
|
|
2257
|
-
"name": "
|
|
2258
|
-
"module": "src/
|
|
2250
|
+
"name": "AiIndicator",
|
|
2251
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
2259
2252
|
}
|
|
2260
2253
|
},
|
|
2261
2254
|
{
|
|
2262
2255
|
"kind": "field",
|
|
2263
|
-
"name": "
|
|
2256
|
+
"name": "state",
|
|
2264
2257
|
"type": {
|
|
2265
|
-
"text": "
|
|
2258
|
+
"text": "AIIndicatorState"
|
|
2266
2259
|
},
|
|
2260
|
+
"default": "'none'",
|
|
2267
2261
|
"inheritedFrom": {
|
|
2268
|
-
"name": "
|
|
2269
|
-
"module": "src/
|
|
2262
|
+
"name": "AiIndicator",
|
|
2263
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
2270
2264
|
}
|
|
2271
2265
|
},
|
|
2272
2266
|
{
|
|
2273
2267
|
"kind": "field",
|
|
2274
|
-
"name": "
|
|
2268
|
+
"name": "isInstalling",
|
|
2275
2269
|
"type": {
|
|
2276
|
-
"text": "
|
|
2270
|
+
"text": "boolean"
|
|
2277
2271
|
},
|
|
2278
|
-
"default": "
|
|
2272
|
+
"default": "false",
|
|
2279
2273
|
"inheritedFrom": {
|
|
2280
|
-
"name": "
|
|
2281
|
-
"module": "src/
|
|
2274
|
+
"name": "AiIndicator",
|
|
2275
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
2282
2276
|
}
|
|
2283
2277
|
},
|
|
2284
2278
|
{
|
|
2285
2279
|
"kind": "field",
|
|
2286
|
-
"name": "
|
|
2280
|
+
"name": "pollTimer",
|
|
2287
2281
|
"type": {
|
|
2288
|
-
"text": "
|
|
2282
|
+
"text": "ReturnType<typeof setInterval> | null"
|
|
2289
2283
|
},
|
|
2290
|
-
"
|
|
2284
|
+
"privacy": "private",
|
|
2285
|
+
"default": "null",
|
|
2291
2286
|
"inheritedFrom": {
|
|
2292
|
-
"name": "
|
|
2293
|
-
"module": "src/
|
|
2287
|
+
"name": "AiIndicator",
|
|
2288
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
2294
2289
|
}
|
|
2295
2290
|
},
|
|
2296
2291
|
{
|
|
2297
2292
|
"kind": "field",
|
|
2298
|
-
"name": "
|
|
2299
|
-
"
|
|
2300
|
-
"text": "string"
|
|
2301
|
-
},
|
|
2293
|
+
"name": "clickOutside",
|
|
2294
|
+
"privacy": "private",
|
|
2302
2295
|
"inheritedFrom": {
|
|
2303
|
-
"name": "
|
|
2304
|
-
"module": "src/
|
|
2296
|
+
"name": "AiIndicator",
|
|
2297
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
2305
2298
|
}
|
|
2306
2299
|
},
|
|
2307
2300
|
{
|
|
2308
2301
|
"kind": "field",
|
|
2309
|
-
"name": "
|
|
2302
|
+
"name": "chromeStatusLabel",
|
|
2310
2303
|
"type": {
|
|
2311
|
-
"text": "
|
|
2304
|
+
"text": "string | null"
|
|
2312
2305
|
},
|
|
2313
|
-
"
|
|
2306
|
+
"readonly": true,
|
|
2314
2307
|
"inheritedFrom": {
|
|
2315
|
-
"name": "
|
|
2316
|
-
"module": "src/
|
|
2308
|
+
"name": "AiIndicator",
|
|
2309
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
2317
2310
|
}
|
|
2318
2311
|
},
|
|
2319
2312
|
{
|
|
2320
2313
|
"kind": "field",
|
|
2321
|
-
"name": "
|
|
2314
|
+
"name": "canInstall",
|
|
2322
2315
|
"type": {
|
|
2323
2316
|
"text": "boolean"
|
|
2324
2317
|
},
|
|
2325
|
-
"
|
|
2318
|
+
"readonly": true,
|
|
2326
2319
|
"inheritedFrom": {
|
|
2327
|
-
"name": "
|
|
2328
|
-
"module": "src/
|
|
2320
|
+
"name": "AiIndicator",
|
|
2321
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
2329
2322
|
}
|
|
2330
2323
|
},
|
|
2331
2324
|
{
|
|
2332
2325
|
"kind": "field",
|
|
2333
|
-
"name": "
|
|
2326
|
+
"name": "isDownloading",
|
|
2334
2327
|
"type": {
|
|
2335
|
-
"text": "
|
|
2328
|
+
"text": "boolean"
|
|
2336
2329
|
},
|
|
2330
|
+
"readonly": true,
|
|
2337
2331
|
"inheritedFrom": {
|
|
2338
|
-
"name": "
|
|
2339
|
-
"module": "src/
|
|
2332
|
+
"name": "AiIndicator",
|
|
2333
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
2340
2334
|
}
|
|
2341
2335
|
},
|
|
2342
2336
|
{
|
|
2343
|
-
"kind": "
|
|
2344
|
-
"name": "
|
|
2345
|
-
"
|
|
2346
|
-
"
|
|
2337
|
+
"kind": "method",
|
|
2338
|
+
"name": "openChanged",
|
|
2339
|
+
"return": {
|
|
2340
|
+
"type": {
|
|
2341
|
+
"text": "void"
|
|
2342
|
+
}
|
|
2347
2343
|
},
|
|
2348
2344
|
"inheritedFrom": {
|
|
2349
|
-
"name": "
|
|
2350
|
-
"module": "src/
|
|
2345
|
+
"name": "AiIndicator",
|
|
2346
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
2351
2347
|
}
|
|
2352
2348
|
},
|
|
2353
2349
|
{
|
|
2354
2350
|
"kind": "method",
|
|
2355
|
-
"name": "
|
|
2356
|
-
"privacy": "
|
|
2351
|
+
"name": "handleClickOutside",
|
|
2352
|
+
"privacy": "private",
|
|
2357
2353
|
"parameters": [
|
|
2358
2354
|
{
|
|
2359
|
-
"name": "
|
|
2360
|
-
"type": {
|
|
2361
|
-
"text": "any"
|
|
2362
|
-
}
|
|
2363
|
-
},
|
|
2364
|
-
{
|
|
2365
|
-
"name": "newValue",
|
|
2355
|
+
"name": "event",
|
|
2366
2356
|
"type": {
|
|
2367
|
-
"text": "
|
|
2357
|
+
"text": "MouseEvent"
|
|
2368
2358
|
}
|
|
2369
2359
|
}
|
|
2370
2360
|
],
|
|
2371
2361
|
"inheritedFrom": {
|
|
2372
|
-
"name": "
|
|
2373
|
-
"module": "src/
|
|
2362
|
+
"name": "AiIndicator",
|
|
2363
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
2374
2364
|
}
|
|
2375
2365
|
},
|
|
2376
2366
|
{
|
|
2377
2367
|
"kind": "method",
|
|
2378
|
-
"name": "
|
|
2379
|
-
"privacy": "protected",
|
|
2368
|
+
"name": "toggleDropdown",
|
|
2380
2369
|
"inheritedFrom": {
|
|
2381
|
-
"name": "
|
|
2382
|
-
"module": "src/
|
|
2370
|
+
"name": "AiIndicator",
|
|
2371
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
2383
2372
|
}
|
|
2384
2373
|
},
|
|
2385
2374
|
{
|
|
2386
2375
|
"kind": "method",
|
|
2387
|
-
"name": "
|
|
2376
|
+
"name": "refreshStatus",
|
|
2377
|
+
"return": {
|
|
2378
|
+
"type": {
|
|
2379
|
+
"text": "Promise<void>"
|
|
2380
|
+
}
|
|
2381
|
+
},
|
|
2388
2382
|
"inheritedFrom": {
|
|
2389
|
-
"name": "
|
|
2390
|
-
"module": "src/
|
|
2383
|
+
"name": "AiIndicator",
|
|
2384
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
2391
2385
|
}
|
|
2392
2386
|
},
|
|
2393
2387
|
{
|
|
2394
2388
|
"kind": "method",
|
|
2395
|
-
"name": "
|
|
2389
|
+
"name": "deriveState",
|
|
2390
|
+
"privacy": "private",
|
|
2391
|
+
"return": {
|
|
2392
|
+
"type": {
|
|
2393
|
+
"text": "AIIndicatorState"
|
|
2394
|
+
}
|
|
2395
|
+
},
|
|
2396
2396
|
"parameters": [
|
|
2397
2397
|
{
|
|
2398
|
-
"name": "
|
|
2398
|
+
"name": "s",
|
|
2399
2399
|
"type": {
|
|
2400
|
-
"text": "
|
|
2400
|
+
"text": "AIStatus | null"
|
|
2401
2401
|
}
|
|
2402
2402
|
}
|
|
2403
2403
|
],
|
|
2404
2404
|
"inheritedFrom": {
|
|
2405
|
-
"name": "
|
|
2406
|
-
"module": "src/
|
|
2405
|
+
"name": "AiIndicator",
|
|
2406
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
2407
2407
|
}
|
|
2408
2408
|
},
|
|
2409
2409
|
{
|
|
2410
|
-
"kind": "
|
|
2411
|
-
"name": "
|
|
2412
|
-
"
|
|
2413
|
-
|
|
2410
|
+
"kind": "method",
|
|
2411
|
+
"name": "maybeStartPolling",
|
|
2412
|
+
"privacy": "private",
|
|
2413
|
+
"return": {
|
|
2414
|
+
"type": {
|
|
2415
|
+
"text": "void"
|
|
2416
|
+
}
|
|
2414
2417
|
},
|
|
2415
|
-
"readonly": true,
|
|
2416
2418
|
"inheritedFrom": {
|
|
2417
|
-
"name": "
|
|
2418
|
-
"module": "src/
|
|
2419
|
+
"name": "AiIndicator",
|
|
2420
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
2419
2421
|
}
|
|
2420
2422
|
},
|
|
2421
2423
|
{
|
|
2422
|
-
"kind": "
|
|
2423
|
-
"name": "
|
|
2424
|
-
"
|
|
2424
|
+
"kind": "method",
|
|
2425
|
+
"name": "startPolling",
|
|
2426
|
+
"privacy": "private",
|
|
2427
|
+
"return": {
|
|
2428
|
+
"type": {
|
|
2429
|
+
"text": "void"
|
|
2430
|
+
}
|
|
2431
|
+
},
|
|
2425
2432
|
"inheritedFrom": {
|
|
2426
|
-
"name": "
|
|
2427
|
-
"module": "src/
|
|
2433
|
+
"name": "AiIndicator",
|
|
2434
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
2428
2435
|
}
|
|
2429
2436
|
},
|
|
2430
2437
|
{
|
|
2431
2438
|
"kind": "method",
|
|
2432
|
-
"name": "
|
|
2433
|
-
"
|
|
2434
|
-
|
|
2435
|
-
|
|
2436
|
-
"
|
|
2437
|
-
"text": "string | ((rowData: any) => string)"
|
|
2438
|
-
}
|
|
2439
|
+
"name": "stopPolling",
|
|
2440
|
+
"privacy": "private",
|
|
2441
|
+
"return": {
|
|
2442
|
+
"type": {
|
|
2443
|
+
"text": "void"
|
|
2439
2444
|
}
|
|
2440
|
-
|
|
2445
|
+
},
|
|
2441
2446
|
"inheritedFrom": {
|
|
2442
|
-
"name": "
|
|
2443
|
-
"module": "src/
|
|
2447
|
+
"name": "AiIndicator",
|
|
2448
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
2444
2449
|
}
|
|
2445
2450
|
},
|
|
2446
2451
|
{
|
|
2447
2452
|
"kind": "method",
|
|
2448
|
-
"name": "
|
|
2449
|
-
"
|
|
2450
|
-
{
|
|
2451
|
-
"
|
|
2452
|
-
"type": {
|
|
2453
|
-
"text": "string"
|
|
2454
|
-
}
|
|
2453
|
+
"name": "onInstall",
|
|
2454
|
+
"return": {
|
|
2455
|
+
"type": {
|
|
2456
|
+
"text": "Promise<void>"
|
|
2455
2457
|
}
|
|
2456
|
-
|
|
2458
|
+
},
|
|
2457
2459
|
"inheritedFrom": {
|
|
2458
|
-
"name": "
|
|
2459
|
-
"module": "src/
|
|
2460
|
+
"name": "AiIndicator",
|
|
2461
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
2460
2462
|
}
|
|
2461
2463
|
},
|
|
2462
2464
|
{
|
|
@@ -2574,49 +2576,47 @@
|
|
|
2574
2576
|
},
|
|
2575
2577
|
{
|
|
2576
2578
|
"kind": "variable",
|
|
2577
|
-
"name": "
|
|
2578
|
-
"description": "The Rapid Actions Menu",
|
|
2579
|
-
"privacy": "public"
|
|
2579
|
+
"name": "rapidAiIndicator"
|
|
2580
2580
|
}
|
|
2581
2581
|
],
|
|
2582
2582
|
"exports": [
|
|
2583
2583
|
{
|
|
2584
2584
|
"kind": "js",
|
|
2585
|
-
"name": "
|
|
2585
|
+
"name": "AiIndicator",
|
|
2586
2586
|
"declaration": {
|
|
2587
|
-
"name": "
|
|
2588
|
-
"module": "src/
|
|
2587
|
+
"name": "AiIndicator",
|
|
2588
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
2589
2589
|
}
|
|
2590
2590
|
},
|
|
2591
2591
|
{
|
|
2592
2592
|
"kind": "js",
|
|
2593
|
-
"name": "
|
|
2593
|
+
"name": "rapidAiIndicator",
|
|
2594
2594
|
"declaration": {
|
|
2595
|
-
"name": "
|
|
2596
|
-
"module": "src/
|
|
2595
|
+
"name": "rapidAiIndicator",
|
|
2596
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
2597
2597
|
}
|
|
2598
2598
|
}
|
|
2599
2599
|
]
|
|
2600
2600
|
},
|
|
2601
2601
|
{
|
|
2602
2602
|
"kind": "javascript-module",
|
|
2603
|
-
"path": "src/
|
|
2603
|
+
"path": "src/ai-indicator/index.ts",
|
|
2604
2604
|
"declarations": [],
|
|
2605
2605
|
"exports": [
|
|
2606
2606
|
{
|
|
2607
2607
|
"kind": "js",
|
|
2608
|
-
"name": "
|
|
2608
|
+
"name": "AiIndicator",
|
|
2609
2609
|
"declaration": {
|
|
2610
|
-
"name": "
|
|
2611
|
-
"
|
|
2610
|
+
"name": "AiIndicator",
|
|
2611
|
+
"module": "./ai-indicator"
|
|
2612
2612
|
}
|
|
2613
2613
|
},
|
|
2614
2614
|
{
|
|
2615
2615
|
"kind": "js",
|
|
2616
|
-
"name": "
|
|
2616
|
+
"name": "rapidAiIndicator",
|
|
2617
2617
|
"declaration": {
|
|
2618
|
-
"name": "
|
|
2619
|
-
"
|
|
2618
|
+
"name": "rapidAiIndicator",
|
|
2619
|
+
"module": "./ai-indicator"
|
|
2620
2620
|
}
|
|
2621
2621
|
}
|
|
2622
2622
|
]
|