@genesislcap/foundation-ui 15.7.3-alpha-e7d4aa5.0 → 15.8.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 +1310 -1310
- package/dist/dts/react.d.ts +9 -9
- package/dist/react.cjs +6 -6
- package/dist/react.mjs +5 -5
- package/package.json +19 -19
|
@@ -958,44 +958,97 @@
|
|
|
958
958
|
},
|
|
959
959
|
{
|
|
960
960
|
"kind": "javascript-module",
|
|
961
|
-
"path": "src/
|
|
961
|
+
"path": "src/_config/index.ts",
|
|
962
|
+
"declarations": [],
|
|
963
|
+
"exports": [
|
|
964
|
+
{
|
|
965
|
+
"kind": "js",
|
|
966
|
+
"name": "*",
|
|
967
|
+
"declaration": {
|
|
968
|
+
"name": "*",
|
|
969
|
+
"package": "./styles"
|
|
970
|
+
}
|
|
971
|
+
},
|
|
972
|
+
{
|
|
973
|
+
"kind": "js",
|
|
974
|
+
"name": "*",
|
|
975
|
+
"declaration": {
|
|
976
|
+
"name": "*",
|
|
977
|
+
"package": "./tokens"
|
|
978
|
+
}
|
|
979
|
+
},
|
|
980
|
+
{
|
|
981
|
+
"kind": "js",
|
|
982
|
+
"name": "*",
|
|
983
|
+
"declaration": {
|
|
984
|
+
"name": "*",
|
|
985
|
+
"package": "./values"
|
|
986
|
+
}
|
|
987
|
+
}
|
|
988
|
+
]
|
|
989
|
+
},
|
|
990
|
+
{
|
|
991
|
+
"kind": "javascript-module",
|
|
992
|
+
"path": "src/accordion-item/accordion-item.styles.ts",
|
|
962
993
|
"declarations": [
|
|
963
994
|
{
|
|
964
|
-
"kind": "
|
|
965
|
-
"
|
|
966
|
-
"
|
|
967
|
-
|
|
968
|
-
|
|
969
|
-
|
|
970
|
-
|
|
971
|
-
|
|
972
|
-
"text": "string"
|
|
973
|
-
},
|
|
974
|
-
"description": "Optional non-editable label shown on the left inside the field, before the input."
|
|
975
|
-
},
|
|
995
|
+
"kind": "function",
|
|
996
|
+
"name": "foundationAccordionItemStyles",
|
|
997
|
+
"return": {
|
|
998
|
+
"type": {
|
|
999
|
+
"text": "ElementStyles"
|
|
1000
|
+
}
|
|
1001
|
+
},
|
|
1002
|
+
"parameters": [
|
|
976
1003
|
{
|
|
977
|
-
"
|
|
978
|
-
"name": "suffix",
|
|
1004
|
+
"name": "context",
|
|
979
1005
|
"type": {
|
|
980
|
-
"text": "
|
|
981
|
-
}
|
|
982
|
-
"description": "Optional non-editable suffix (e.g. unit label) shown on the right inside the field."
|
|
1006
|
+
"text": "ElementDefinitionContext"
|
|
1007
|
+
}
|
|
983
1008
|
},
|
|
984
1009
|
{
|
|
985
|
-
"
|
|
986
|
-
"name": "hideAffixFromScreenReader",
|
|
1010
|
+
"name": "definition",
|
|
987
1011
|
"type": {
|
|
988
|
-
"text": "
|
|
989
|
-
}
|
|
990
|
-
"default": "false",
|
|
991
|
-
"description": "When true, prefix/suffix are not exposed to assistive technology (`aria-hidden` on affixes,\nand their ids are omitted from the control's `aria-describedby`).\nUse only when the unit or symbol is redundant with the visible label or other text."
|
|
1012
|
+
"text": "FoundationElementDefinition"
|
|
1013
|
+
}
|
|
992
1014
|
}
|
|
993
|
-
]
|
|
1015
|
+
]
|
|
1016
|
+
}
|
|
1017
|
+
],
|
|
1018
|
+
"exports": [
|
|
1019
|
+
{
|
|
1020
|
+
"kind": "js",
|
|
1021
|
+
"name": "foundationAccordionItemStyles",
|
|
1022
|
+
"declaration": {
|
|
1023
|
+
"name": "foundationAccordionItemStyles",
|
|
1024
|
+
"module": "src/accordion-item/accordion-item.styles.ts"
|
|
1025
|
+
}
|
|
1026
|
+
}
|
|
1027
|
+
]
|
|
1028
|
+
},
|
|
1029
|
+
{
|
|
1030
|
+
"kind": "javascript-module",
|
|
1031
|
+
"path": "src/accordion-item/accordion-item.template.ts",
|
|
1032
|
+
"declarations": [
|
|
1033
|
+
{
|
|
1034
|
+
"kind": "function",
|
|
1035
|
+
"name": "foundationAccordionItemTemplate",
|
|
1036
|
+
"return": {
|
|
1037
|
+
"type": {
|
|
1038
|
+
"text": "ViewTemplate<AccordionItem>"
|
|
1039
|
+
}
|
|
1040
|
+
},
|
|
994
1041
|
"parameters": [
|
|
995
1042
|
{
|
|
996
|
-
"name": "
|
|
1043
|
+
"name": "context",
|
|
997
1044
|
"type": {
|
|
998
|
-
"text": "
|
|
1045
|
+
"text": "ElementDefinitionContext"
|
|
1046
|
+
}
|
|
1047
|
+
},
|
|
1048
|
+
{
|
|
1049
|
+
"name": "definition",
|
|
1050
|
+
"type": {
|
|
1051
|
+
"text": "FoundationElementDefinition"
|
|
999
1052
|
}
|
|
1000
1053
|
}
|
|
1001
1054
|
]
|
|
@@ -1004,208 +1057,156 @@
|
|
|
1004
1057
|
"exports": [
|
|
1005
1058
|
{
|
|
1006
1059
|
"kind": "js",
|
|
1007
|
-
"name": "
|
|
1060
|
+
"name": "foundationAccordionItemTemplate",
|
|
1008
1061
|
"declaration": {
|
|
1009
|
-
"name": "
|
|
1010
|
-
"module": "src/
|
|
1062
|
+
"name": "foundationAccordionItemTemplate",
|
|
1063
|
+
"module": "src/accordion-item/accordion-item.template.ts"
|
|
1011
1064
|
}
|
|
1012
1065
|
}
|
|
1013
1066
|
]
|
|
1014
1067
|
},
|
|
1015
1068
|
{
|
|
1016
1069
|
"kind": "javascript-module",
|
|
1017
|
-
"path": "src/
|
|
1070
|
+
"path": "src/accordion-item/accordion-item.ts",
|
|
1018
1071
|
"declarations": [
|
|
1019
1072
|
{
|
|
1020
1073
|
"kind": "class",
|
|
1021
|
-
"description": "
|
|
1022
|
-
"name": "
|
|
1023
|
-
"
|
|
1074
|
+
"description": "",
|
|
1075
|
+
"name": "AccordionItem",
|
|
1076
|
+
"superclass": {
|
|
1077
|
+
"name": "FASTAccordionItem",
|
|
1078
|
+
"package": "@microsoft/fast-components"
|
|
1079
|
+
},
|
|
1080
|
+
"tagName": "%%prefix%%-accordion-item",
|
|
1081
|
+
"customElement": true,
|
|
1082
|
+
"attributes": [
|
|
1024
1083
|
{
|
|
1025
|
-
"
|
|
1026
|
-
"name": "fileInput",
|
|
1084
|
+
"name": "heading-level",
|
|
1027
1085
|
"type": {
|
|
1028
|
-
"text": "
|
|
1086
|
+
"text": "1 | 2 | 3 | 4 | 5 | 6"
|
|
1029
1087
|
},
|
|
1030
|
-
"
|
|
1088
|
+
"default": "2",
|
|
1089
|
+
"description": "Configures the https://www.w3.org/TR/wai-aria-1.1/#aria-level | level of the\nheading element.",
|
|
1090
|
+
"fieldName": "headinglevel",
|
|
1091
|
+
"inheritedFrom": {
|
|
1092
|
+
"name": "AccordionItem",
|
|
1093
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1094
|
+
}
|
|
1031
1095
|
},
|
|
1032
1096
|
{
|
|
1033
|
-
"kind": "field",
|
|
1034
|
-
"name": "selectedFile",
|
|
1035
1097
|
"type": {
|
|
1036
|
-
"text": "
|
|
1098
|
+
"text": "boolean"
|
|
1037
1099
|
},
|
|
1038
|
-
"
|
|
1039
|
-
"
|
|
1100
|
+
"default": "false",
|
|
1101
|
+
"description": "Expands or collapses the item.",
|
|
1102
|
+
"fieldName": "expanded",
|
|
1103
|
+
"inheritedFrom": {
|
|
1104
|
+
"name": "AccordionItem",
|
|
1105
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1106
|
+
}
|
|
1040
1107
|
},
|
|
1041
1108
|
{
|
|
1042
|
-
"
|
|
1043
|
-
"name": "label",
|
|
1109
|
+
"name": "id",
|
|
1044
1110
|
"type": {
|
|
1045
1111
|
"text": "string"
|
|
1112
|
+
},
|
|
1113
|
+
"description": "The item ID",
|
|
1114
|
+
"fieldName": "id",
|
|
1115
|
+
"inheritedFrom": {
|
|
1116
|
+
"name": "AccordionItem",
|
|
1117
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1046
1118
|
}
|
|
1047
|
-
}
|
|
1119
|
+
}
|
|
1120
|
+
],
|
|
1121
|
+
"members": [
|
|
1048
1122
|
{
|
|
1049
1123
|
"kind": "field",
|
|
1050
|
-
"name": "
|
|
1124
|
+
"name": "headinglevel",
|
|
1051
1125
|
"type": {
|
|
1052
|
-
"text": "
|
|
1126
|
+
"text": "1 | 2 | 3 | 4 | 5 | 6"
|
|
1053
1127
|
},
|
|
1054
|
-
"
|
|
1128
|
+
"privacy": "public",
|
|
1129
|
+
"default": "2",
|
|
1130
|
+
"description": "Configures the {@link https://www.w3.org/TR/wai-aria-1.1/#aria-level | level} of the heading element.",
|
|
1131
|
+
"inheritedFrom": {
|
|
1132
|
+
"name": "AccordionItem",
|
|
1133
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1134
|
+
}
|
|
1055
1135
|
},
|
|
1056
1136
|
{
|
|
1057
1137
|
"kind": "field",
|
|
1058
|
-
"name": "
|
|
1059
|
-
"default": "10_485_760",
|
|
1138
|
+
"name": "expanded",
|
|
1060
1139
|
"type": {
|
|
1061
|
-
"text": "
|
|
1140
|
+
"text": "boolean"
|
|
1141
|
+
},
|
|
1142
|
+
"privacy": "public",
|
|
1143
|
+
"default": "false",
|
|
1144
|
+
"description": "Expands or collapses the item.",
|
|
1145
|
+
"inheritedFrom": {
|
|
1146
|
+
"name": "AccordionItem",
|
|
1147
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1062
1148
|
}
|
|
1063
1149
|
},
|
|
1064
1150
|
{
|
|
1065
1151
|
"kind": "field",
|
|
1066
|
-
"name": "
|
|
1152
|
+
"name": "id",
|
|
1067
1153
|
"type": {
|
|
1068
1154
|
"text": "string"
|
|
1069
1155
|
},
|
|
1070
|
-
"
|
|
1156
|
+
"privacy": "public",
|
|
1157
|
+
"description": "The item ID",
|
|
1158
|
+
"inheritedFrom": {
|
|
1159
|
+
"name": "AccordionItem",
|
|
1160
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1161
|
+
}
|
|
1071
1162
|
},
|
|
1072
1163
|
{
|
|
1073
1164
|
"kind": "field",
|
|
1074
|
-
"name": "
|
|
1165
|
+
"name": "change",
|
|
1166
|
+
"privacy": "private",
|
|
1167
|
+
"inheritedFrom": {
|
|
1168
|
+
"name": "AccordionItem",
|
|
1169
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1170
|
+
}
|
|
1171
|
+
},
|
|
1172
|
+
{
|
|
1173
|
+
"kind": "field",
|
|
1174
|
+
"name": "_presentation",
|
|
1075
1175
|
"type": {
|
|
1076
|
-
"text": "
|
|
1176
|
+
"text": "ComponentPresentation | null | undefined"
|
|
1077
1177
|
},
|
|
1078
|
-
"
|
|
1178
|
+
"privacy": "private",
|
|
1179
|
+
"default": "void 0",
|
|
1180
|
+
"inheritedFrom": {
|
|
1181
|
+
"name": "FoundationElement",
|
|
1182
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1183
|
+
}
|
|
1079
1184
|
},
|
|
1080
1185
|
{
|
|
1081
|
-
"kind": "
|
|
1082
|
-
"name": "
|
|
1186
|
+
"kind": "field",
|
|
1187
|
+
"name": "$presentation",
|
|
1188
|
+
"type": {
|
|
1189
|
+
"text": "ComponentPresentation | null"
|
|
1190
|
+
},
|
|
1083
1191
|
"privacy": "public",
|
|
1084
|
-
"description": "
|
|
1192
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
1193
|
+
"inheritedFrom": {
|
|
1194
|
+
"name": "FoundationElement",
|
|
1195
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1196
|
+
}
|
|
1085
1197
|
},
|
|
1086
1198
|
{
|
|
1087
|
-
"kind": "
|
|
1088
|
-
"name": "
|
|
1199
|
+
"kind": "field",
|
|
1200
|
+
"name": "template",
|
|
1201
|
+
"type": {
|
|
1202
|
+
"text": "ElementViewTemplate | void | null"
|
|
1203
|
+
},
|
|
1089
1204
|
"privacy": "public",
|
|
1090
|
-
"
|
|
1091
|
-
|
|
1092
|
-
|
|
1093
|
-
|
|
1094
|
-
|
|
1095
|
-
},
|
|
1096
|
-
"description": "The change event from the file input"
|
|
1097
|
-
}
|
|
1098
|
-
],
|
|
1099
|
-
"description": "Handles file selection from the file input\nValidates file size and sets up for processing"
|
|
1100
|
-
},
|
|
1101
|
-
{
|
|
1102
|
-
"kind": "method",
|
|
1103
|
-
"name": "clearSelection",
|
|
1104
|
-
"privacy": "public",
|
|
1105
|
-
"description": "Clears all file selection and processing state\nResets the component to its initial state"
|
|
1106
|
-
},
|
|
1107
|
-
{
|
|
1108
|
-
"kind": "method",
|
|
1109
|
-
"name": "getSelectedFile",
|
|
1110
|
-
"privacy": "public",
|
|
1111
|
-
"description": "Gets the currently selected file object",
|
|
1112
|
-
"return": {
|
|
1113
|
-
"type": {
|
|
1114
|
-
"text": ""
|
|
1115
|
-
}
|
|
1116
|
-
}
|
|
1117
|
-
},
|
|
1118
|
-
{
|
|
1119
|
-
"kind": "method",
|
|
1120
|
-
"name": "showError",
|
|
1121
|
-
"privacy": "protected",
|
|
1122
|
-
"parameters": [
|
|
1123
|
-
{
|
|
1124
|
-
"name": "title",
|
|
1125
|
-
"type": {
|
|
1126
|
-
"text": "string"
|
|
1127
|
-
},
|
|
1128
|
-
"description": "The error title"
|
|
1129
|
-
},
|
|
1130
|
-
{
|
|
1131
|
-
"name": "message",
|
|
1132
|
-
"type": {
|
|
1133
|
-
"text": "string"
|
|
1134
|
-
},
|
|
1135
|
-
"description": "The error message"
|
|
1136
|
-
}
|
|
1137
|
-
],
|
|
1138
|
-
"description": "Shows an error notification using the unified error handling system"
|
|
1139
|
-
},
|
|
1140
|
-
{
|
|
1141
|
-
"kind": "method",
|
|
1142
|
-
"name": "onFileSelected",
|
|
1143
|
-
"privacy": "protected",
|
|
1144
|
-
"return": {
|
|
1145
|
-
"type": {
|
|
1146
|
-
"text": "void"
|
|
1147
|
-
}
|
|
1148
|
-
},
|
|
1149
|
-
"parameters": [
|
|
1150
|
-
{
|
|
1151
|
-
"name": "files",
|
|
1152
|
-
"type": {
|
|
1153
|
-
"text": "File[]"
|
|
1154
|
-
},
|
|
1155
|
-
"description": "The selected file"
|
|
1156
|
-
}
|
|
1157
|
-
],
|
|
1158
|
-
"description": "Abstract method called when a file is selected"
|
|
1159
|
-
},
|
|
1160
|
-
{
|
|
1161
|
-
"kind": "method",
|
|
1162
|
-
"name": "onFileCleared",
|
|
1163
|
-
"privacy": "protected",
|
|
1164
|
-
"return": {
|
|
1165
|
-
"type": {
|
|
1166
|
-
"text": "void"
|
|
1167
|
-
}
|
|
1168
|
-
},
|
|
1169
|
-
"description": "Abstract method called when file selection is cleared"
|
|
1170
|
-
},
|
|
1171
|
-
{
|
|
1172
|
-
"kind": "field",
|
|
1173
|
-
"name": "_presentation",
|
|
1174
|
-
"type": {
|
|
1175
|
-
"text": "ComponentPresentation | null | undefined"
|
|
1176
|
-
},
|
|
1177
|
-
"privacy": "private",
|
|
1178
|
-
"default": "void 0",
|
|
1179
|
-
"inheritedFrom": {
|
|
1180
|
-
"name": "FoundationElement",
|
|
1181
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
1182
|
-
}
|
|
1183
|
-
},
|
|
1184
|
-
{
|
|
1185
|
-
"kind": "field",
|
|
1186
|
-
"name": "$presentation",
|
|
1187
|
-
"type": {
|
|
1188
|
-
"text": "ComponentPresentation | null"
|
|
1189
|
-
},
|
|
1190
|
-
"privacy": "public",
|
|
1191
|
-
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
1192
|
-
"inheritedFrom": {
|
|
1193
|
-
"name": "FoundationElement",
|
|
1194
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
1195
|
-
}
|
|
1196
|
-
},
|
|
1197
|
-
{
|
|
1198
|
-
"kind": "field",
|
|
1199
|
-
"name": "template",
|
|
1200
|
-
"type": {
|
|
1201
|
-
"text": "ElementViewTemplate | void | null"
|
|
1202
|
-
},
|
|
1203
|
-
"privacy": "public",
|
|
1204
|
-
"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.",
|
|
1205
|
-
"inheritedFrom": {
|
|
1206
|
-
"name": "FoundationElement",
|
|
1207
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
1208
|
-
}
|
|
1205
|
+
"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.",
|
|
1206
|
+
"inheritedFrom": {
|
|
1207
|
+
"name": "FoundationElement",
|
|
1208
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1209
|
+
}
|
|
1209
1210
|
},
|
|
1210
1211
|
{
|
|
1211
1212
|
"kind": "method",
|
|
@@ -1282,110 +1283,76 @@
|
|
|
1282
1283
|
],
|
|
1283
1284
|
"events": [
|
|
1284
1285
|
{
|
|
1285
|
-
"description": "
|
|
1286
|
-
"name": "
|
|
1287
|
-
|
|
1288
|
-
|
|
1289
|
-
|
|
1290
|
-
|
|
1291
|
-
}
|
|
1292
|
-
],
|
|
1293
|
-
"attributes": [
|
|
1294
|
-
{
|
|
1295
|
-
"name": "label",
|
|
1296
|
-
"type": {
|
|
1297
|
-
"text": "string"
|
|
1298
|
-
},
|
|
1299
|
-
"fieldName": "label"
|
|
1300
|
-
},
|
|
1301
|
-
{
|
|
1302
|
-
"name": "accept",
|
|
1303
|
-
"type": {
|
|
1304
|
-
"text": "string"
|
|
1305
|
-
},
|
|
1306
|
-
"default": "''",
|
|
1307
|
-
"fieldName": "accept"
|
|
1308
|
-
},
|
|
1309
|
-
{
|
|
1310
|
-
"name": "file-size-limit-bytes",
|
|
1311
|
-
"default": "DEFAULT_FILE_SIZE_LIMIT",
|
|
1312
|
-
"resolveInitializer": {
|
|
1313
|
-
"module": "src/_common/base-file-component.ts"
|
|
1314
|
-
},
|
|
1315
|
-
"fieldName": "fileSizeLimitBytes"
|
|
1286
|
+
"description": "Fires a custom 'change' event when the button is invoked",
|
|
1287
|
+
"name": "change",
|
|
1288
|
+
"inheritedFrom": {
|
|
1289
|
+
"name": "AccordionItem",
|
|
1290
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1291
|
+
}
|
|
1316
1292
|
}
|
|
1317
|
-
]
|
|
1318
|
-
|
|
1319
|
-
|
|
1320
|
-
|
|
1321
|
-
|
|
1293
|
+
]
|
|
1294
|
+
},
|
|
1295
|
+
{
|
|
1296
|
+
"kind": "variable",
|
|
1297
|
+
"name": "foundationAccordionItemShadowOptions",
|
|
1298
|
+
"type": {
|
|
1299
|
+
"text": "ShadowRootInit"
|
|
1300
|
+
},
|
|
1301
|
+
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
1302
|
+
},
|
|
1303
|
+
{
|
|
1304
|
+
"kind": "variable",
|
|
1305
|
+
"name": "defaultAccordionItemConfig",
|
|
1306
|
+
"type": {
|
|
1307
|
+
"text": "object"
|
|
1308
|
+
},
|
|
1309
|
+
"default": "{\n collapsedIcon: `<svg width=\"16\" height=\"16\" viewBox=\"0 0 18 18\" xmlns=\"http://www.w3.org/2000/svg\" slot=\"collapsed-icon\">\n <path d=\"M15.2222 1H2.77778C1.79594 1 1 1.79594 1 2.77778V15.2222C1 16.2041 1.79594 17 2.77778 17H15.2222C16.2041 17 17 16.2041 17 15.2222V2.77778C17 1.79594 16.2041 1 15.2222 1Z\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n <path class=\"plus-sign\" d=\"M9 5.44446V12.5556\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n <path class=\"plus-sign\" d=\"M5.44446 9H12.5556\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n </svg>`,\n expandedIcon: `<svg width=\"16\" height=\"16\" viewBox=\"0 0 18 18\" xmlns=\"http://www.w3.org/2000/svg\" slot=\"expanded-icon\">\n <path d=\"M15.2222 1H2.77778C1.79594 1 1 1.79594 1 2.77778V15.2222C1 16.2041 1.79594 17 2.77778 17H15.2222C16.2041 17 17 16.2041 17 15.2222V2.77778C17 1.79594 16.2041 1 15.2222 1Z\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n <path class=\"minus-sign\" d=\"M5.44446 9H12.5556\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n </svg>`,\n}"
|
|
1310
|
+
},
|
|
1311
|
+
{
|
|
1312
|
+
"kind": "variable",
|
|
1313
|
+
"name": "foundationAccordionItem",
|
|
1314
|
+
"description": "The Foundation Accordion Item",
|
|
1315
|
+
"privacy": "public"
|
|
1322
1316
|
}
|
|
1323
1317
|
],
|
|
1324
1318
|
"exports": [
|
|
1325
1319
|
{
|
|
1326
1320
|
"kind": "js",
|
|
1327
|
-
"name": "
|
|
1321
|
+
"name": "AccordionItem",
|
|
1328
1322
|
"declaration": {
|
|
1329
|
-
"name": "
|
|
1330
|
-
"module": "src/
|
|
1323
|
+
"name": "AccordionItem",
|
|
1324
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1331
1325
|
}
|
|
1332
|
-
}
|
|
1333
|
-
]
|
|
1334
|
-
},
|
|
1335
|
-
{
|
|
1336
|
-
"kind": "javascript-module",
|
|
1337
|
-
"path": "src/_common/field-styles.ts",
|
|
1338
|
-
"declarations": [
|
|
1339
|
-
{
|
|
1340
|
-
"kind": "variable",
|
|
1341
|
-
"name": "sharedFieldStyles",
|
|
1342
|
-
"default": "css`\n .label-hidden {\n margin: 0;\n }\n\n .control-field {\n display: flex;\n flex: 1 1 0%;\n min-width: 0;\n align-self: stretch;\n align-items: stretch;\n }\n\n .control-field .control {\n flex: 1 1 auto;\n min-width: 0;\n width: auto;\n }\n\n .prefix,\n .suffix {\n display: flex;\n align-items: center;\n flex-shrink: 0;\n box-sizing: border-box;\n padding: 0 calc(var(--design-unit) * 2px);\n user-select: none;\n white-space: nowrap;\n background-color: var(--neutral-fill-rest);\n color: var(--neutral-foreground-hint);\n font-size: var(--type-ramp-base-font-size);\n font-family: inherit;\n line-height: 1;\n }\n\n .prefix {\n border-right: 1px solid var(--neutral-stroke-divider-rest);\n border-radius: calc(var(--control-corner-radius) * 1px) 0 0\n calc(var(--control-corner-radius) * 1px);\n }\n\n .suffix {\n border-left: 1px solid var(--neutral-stroke-divider-rest);\n border-radius: 0 calc(var(--control-corner-radius) * 1px)\n calc(var(--control-corner-radius) * 1px) 0;\n }\n\n :host(.has-prefix:not(.has-suffix)) .control-field .control {\n border-radius: 0 calc(var(--control-corner-radius) * 1px)\n calc(var(--control-corner-radius) * 1px) 0;\n }\n\n :host(.has-suffix:not(.has-prefix)) .control-field .control {\n border-radius: calc(var(--control-corner-radius) * 1px) 0 0\n calc(var(--control-corner-radius) * 1px);\n }\n\n :host(.has-prefix.has-suffix) .control-field .control {\n border-radius: 0;\n }\n`"
|
|
1343
|
-
}
|
|
1344
|
-
],
|
|
1345
|
-
"exports": [
|
|
1326
|
+
},
|
|
1346
1327
|
{
|
|
1347
1328
|
"kind": "js",
|
|
1348
|
-
"name": "
|
|
1329
|
+
"name": "foundationAccordionItemShadowOptions",
|
|
1349
1330
|
"declaration": {
|
|
1350
|
-
"name": "
|
|
1351
|
-
"module": "src/
|
|
1331
|
+
"name": "foundationAccordionItemShadowOptions",
|
|
1332
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1352
1333
|
}
|
|
1353
|
-
}
|
|
1354
|
-
]
|
|
1355
|
-
},
|
|
1356
|
-
{
|
|
1357
|
-
"kind": "javascript-module",
|
|
1358
|
-
"path": "src/_common/icons.ts",
|
|
1359
|
-
"declarations": [
|
|
1334
|
+
},
|
|
1360
1335
|
{
|
|
1361
|
-
"kind": "
|
|
1362
|
-
"name": "
|
|
1363
|
-
"
|
|
1364
|
-
|
|
1365
|
-
|
|
1366
|
-
|
|
1367
|
-
|
|
1368
|
-
{
|
|
1369
|
-
"name": "fill",
|
|
1370
|
-
"default": "'#879ba6'"
|
|
1371
|
-
}
|
|
1372
|
-
]
|
|
1373
|
-
}
|
|
1374
|
-
],
|
|
1375
|
-
"exports": [
|
|
1336
|
+
"kind": "js",
|
|
1337
|
+
"name": "defaultAccordionItemConfig",
|
|
1338
|
+
"declaration": {
|
|
1339
|
+
"name": "defaultAccordionItemConfig",
|
|
1340
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1341
|
+
}
|
|
1342
|
+
},
|
|
1376
1343
|
{
|
|
1377
1344
|
"kind": "js",
|
|
1378
|
-
"name": "
|
|
1345
|
+
"name": "foundationAccordionItem",
|
|
1379
1346
|
"declaration": {
|
|
1380
|
-
"name": "
|
|
1381
|
-
"module": "src/
|
|
1347
|
+
"name": "foundationAccordionItem",
|
|
1348
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1382
1349
|
}
|
|
1383
1350
|
}
|
|
1384
1351
|
]
|
|
1385
1352
|
},
|
|
1386
1353
|
{
|
|
1387
1354
|
"kind": "javascript-module",
|
|
1388
|
-
"path": "src/
|
|
1355
|
+
"path": "src/accordion-item/index.ts",
|
|
1389
1356
|
"declarations": [],
|
|
1390
1357
|
"exports": [
|
|
1391
1358
|
{
|
|
@@ -1393,15 +1360,7 @@
|
|
|
1393
1360
|
"name": "*",
|
|
1394
1361
|
"declaration": {
|
|
1395
1362
|
"name": "*",
|
|
1396
|
-
"package": "./
|
|
1397
|
-
}
|
|
1398
|
-
},
|
|
1399
|
-
{
|
|
1400
|
-
"kind": "js",
|
|
1401
|
-
"name": "*",
|
|
1402
|
-
"declaration": {
|
|
1403
|
-
"name": "*",
|
|
1404
|
-
"package": "./base-file-component"
|
|
1363
|
+
"package": "./accordion-item.template"
|
|
1405
1364
|
}
|
|
1406
1365
|
},
|
|
1407
1366
|
{
|
|
@@ -1409,7 +1368,7 @@
|
|
|
1409
1368
|
"name": "*",
|
|
1410
1369
|
"declaration": {
|
|
1411
1370
|
"name": "*",
|
|
1412
|
-
"package": "./
|
|
1371
|
+
"package": "./accordion-item.styles"
|
|
1413
1372
|
}
|
|
1414
1373
|
},
|
|
1415
1374
|
{
|
|
@@ -1417,104 +1376,51 @@
|
|
|
1417
1376
|
"name": "*",
|
|
1418
1377
|
"declaration": {
|
|
1419
1378
|
"name": "*",
|
|
1420
|
-
"package": "./
|
|
1379
|
+
"package": "./accordion-item"
|
|
1421
1380
|
}
|
|
1422
1381
|
}
|
|
1423
1382
|
]
|
|
1424
1383
|
},
|
|
1425
1384
|
{
|
|
1426
1385
|
"kind": "javascript-module",
|
|
1427
|
-
"path": "src/
|
|
1428
|
-
"declarations": [
|
|
1429
|
-
"exports": [
|
|
1386
|
+
"path": "src/_common/affix-mixin.ts",
|
|
1387
|
+
"declarations": [
|
|
1430
1388
|
{
|
|
1431
|
-
"kind": "
|
|
1432
|
-
"
|
|
1433
|
-
"
|
|
1434
|
-
|
|
1435
|
-
"package": "./styles"
|
|
1436
|
-
}
|
|
1437
|
-
},
|
|
1438
|
-
{
|
|
1439
|
-
"kind": "js",
|
|
1440
|
-
"name": "*",
|
|
1441
|
-
"declaration": {
|
|
1442
|
-
"name": "*",
|
|
1443
|
-
"package": "./tokens"
|
|
1444
|
-
}
|
|
1445
|
-
},
|
|
1446
|
-
{
|
|
1447
|
-
"kind": "js",
|
|
1448
|
-
"name": "*",
|
|
1449
|
-
"declaration": {
|
|
1450
|
-
"name": "*",
|
|
1451
|
-
"package": "./values"
|
|
1452
|
-
}
|
|
1453
|
-
}
|
|
1454
|
-
]
|
|
1455
|
-
},
|
|
1456
|
-
{
|
|
1457
|
-
"kind": "javascript-module",
|
|
1458
|
-
"path": "src/accordion-item/accordion-item.styles.ts",
|
|
1459
|
-
"declarations": [
|
|
1460
|
-
{
|
|
1461
|
-
"kind": "function",
|
|
1462
|
-
"name": "foundationAccordionItemStyles",
|
|
1463
|
-
"return": {
|
|
1464
|
-
"type": {
|
|
1465
|
-
"text": "ElementStyles"
|
|
1466
|
-
}
|
|
1467
|
-
},
|
|
1468
|
-
"parameters": [
|
|
1389
|
+
"kind": "mixin",
|
|
1390
|
+
"description": "Mixin that adds prefix/suffix affix support with screen-reader handling to an input field component.\nShared between TextField and NumberField to keep the behaviour consistent and avoid duplication.",
|
|
1391
|
+
"name": "AffixMixin",
|
|
1392
|
+
"members": [
|
|
1469
1393
|
{
|
|
1470
|
-
"
|
|
1394
|
+
"kind": "field",
|
|
1395
|
+
"name": "prefix",
|
|
1471
1396
|
"type": {
|
|
1472
|
-
"text": "
|
|
1473
|
-
}
|
|
1397
|
+
"text": "string"
|
|
1398
|
+
},
|
|
1399
|
+
"description": "Optional non-editable label shown on the left inside the field, before the input."
|
|
1474
1400
|
},
|
|
1475
1401
|
{
|
|
1476
|
-
"
|
|
1402
|
+
"kind": "field",
|
|
1403
|
+
"name": "suffix",
|
|
1477
1404
|
"type": {
|
|
1478
|
-
"text": "
|
|
1479
|
-
}
|
|
1480
|
-
|
|
1481
|
-
|
|
1482
|
-
}
|
|
1483
|
-
],
|
|
1484
|
-
"exports": [
|
|
1485
|
-
{
|
|
1486
|
-
"kind": "js",
|
|
1487
|
-
"name": "foundationAccordionItemStyles",
|
|
1488
|
-
"declaration": {
|
|
1489
|
-
"name": "foundationAccordionItemStyles",
|
|
1490
|
-
"module": "src/accordion-item/accordion-item.styles.ts"
|
|
1491
|
-
}
|
|
1492
|
-
}
|
|
1493
|
-
]
|
|
1494
|
-
},
|
|
1495
|
-
{
|
|
1496
|
-
"kind": "javascript-module",
|
|
1497
|
-
"path": "src/accordion-item/accordion-item.template.ts",
|
|
1498
|
-
"declarations": [
|
|
1499
|
-
{
|
|
1500
|
-
"kind": "function",
|
|
1501
|
-
"name": "foundationAccordionItemTemplate",
|
|
1502
|
-
"return": {
|
|
1503
|
-
"type": {
|
|
1504
|
-
"text": "ViewTemplate<AccordionItem>"
|
|
1505
|
-
}
|
|
1506
|
-
},
|
|
1507
|
-
"parameters": [
|
|
1405
|
+
"text": "string"
|
|
1406
|
+
},
|
|
1407
|
+
"description": "Optional non-editable suffix (e.g. unit label) shown on the right inside the field."
|
|
1408
|
+
},
|
|
1508
1409
|
{
|
|
1509
|
-
"
|
|
1410
|
+
"kind": "field",
|
|
1411
|
+
"name": "hideAffixFromScreenReader",
|
|
1510
1412
|
"type": {
|
|
1511
|
-
"text": "
|
|
1512
|
-
}
|
|
1513
|
-
|
|
1413
|
+
"text": "boolean"
|
|
1414
|
+
},
|
|
1415
|
+
"default": "false",
|
|
1416
|
+
"description": "When true, prefix/suffix are not exposed to assistive technology (`aria-hidden` on affixes,\nand their ids are omitted from the control's `aria-describedby`).\nUse only when the unit or symbol is redundant with the visible label or other text."
|
|
1417
|
+
}
|
|
1418
|
+
],
|
|
1419
|
+
"parameters": [
|
|
1514
1420
|
{
|
|
1515
|
-
"name": "
|
|
1421
|
+
"name": "Base",
|
|
1516
1422
|
"type": {
|
|
1517
|
-
"text": "
|
|
1423
|
+
"text": "TBase"
|
|
1518
1424
|
}
|
|
1519
1425
|
}
|
|
1520
1426
|
]
|
|
@@ -1523,164 +1429,216 @@
|
|
|
1523
1429
|
"exports": [
|
|
1524
1430
|
{
|
|
1525
1431
|
"kind": "js",
|
|
1526
|
-
"name": "
|
|
1432
|
+
"name": "AffixMixin",
|
|
1527
1433
|
"declaration": {
|
|
1528
|
-
"name": "
|
|
1529
|
-
"module": "src/
|
|
1434
|
+
"name": "AffixMixin",
|
|
1435
|
+
"module": "src/_common/affix-mixin.ts"
|
|
1530
1436
|
}
|
|
1531
1437
|
}
|
|
1532
1438
|
]
|
|
1533
1439
|
},
|
|
1534
1440
|
{
|
|
1535
1441
|
"kind": "javascript-module",
|
|
1536
|
-
"path": "src/
|
|
1442
|
+
"path": "src/_common/base-file-component.ts",
|
|
1537
1443
|
"declarations": [
|
|
1538
1444
|
{
|
|
1539
1445
|
"kind": "class",
|
|
1540
|
-
"description": "",
|
|
1541
|
-
"name": "
|
|
1542
|
-
"
|
|
1543
|
-
"name": "FASTAccordionItem",
|
|
1544
|
-
"package": "@microsoft/fast-components"
|
|
1545
|
-
},
|
|
1546
|
-
"tagName": "%%prefix%%-accordion-item",
|
|
1547
|
-
"customElement": true,
|
|
1548
|
-
"attributes": [
|
|
1446
|
+
"description": "Abstract base class for file handling components\nProvides common functionality for file selection, validation, and UI state management",
|
|
1447
|
+
"name": "BaseFileComponent",
|
|
1448
|
+
"members": [
|
|
1549
1449
|
{
|
|
1550
|
-
"
|
|
1450
|
+
"kind": "field",
|
|
1451
|
+
"name": "fileInput",
|
|
1551
1452
|
"type": {
|
|
1552
|
-
"text": "
|
|
1453
|
+
"text": "HTMLInputElement"
|
|
1553
1454
|
},
|
|
1554
|
-
"
|
|
1555
|
-
"description": "Configures the https://www.w3.org/TR/wai-aria-1.1/#aria-level | level of the\nheading element.",
|
|
1556
|
-
"fieldName": "headinglevel",
|
|
1557
|
-
"inheritedFrom": {
|
|
1558
|
-
"name": "AccordionItem",
|
|
1559
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1560
|
-
}
|
|
1455
|
+
"privacy": "public"
|
|
1561
1456
|
},
|
|
1562
1457
|
{
|
|
1458
|
+
"kind": "field",
|
|
1459
|
+
"name": "selectedFile",
|
|
1563
1460
|
"type": {
|
|
1564
|
-
"text": "
|
|
1461
|
+
"text": "File | null"
|
|
1565
1462
|
},
|
|
1566
|
-
"
|
|
1567
|
-
"
|
|
1568
|
-
"fieldName": "expanded",
|
|
1569
|
-
"inheritedFrom": {
|
|
1570
|
-
"name": "AccordionItem",
|
|
1571
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1572
|
-
}
|
|
1463
|
+
"privacy": "protected",
|
|
1464
|
+
"default": "null"
|
|
1573
1465
|
},
|
|
1574
1466
|
{
|
|
1575
|
-
"
|
|
1467
|
+
"kind": "field",
|
|
1468
|
+
"name": "label",
|
|
1576
1469
|
"type": {
|
|
1577
1470
|
"text": "string"
|
|
1578
|
-
},
|
|
1579
|
-
"description": "The item ID",
|
|
1580
|
-
"fieldName": "id",
|
|
1581
|
-
"inheritedFrom": {
|
|
1582
|
-
"name": "AccordionItem",
|
|
1583
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1584
1471
|
}
|
|
1585
|
-
}
|
|
1586
|
-
],
|
|
1587
|
-
"members": [
|
|
1472
|
+
},
|
|
1588
1473
|
{
|
|
1589
1474
|
"kind": "field",
|
|
1590
|
-
"name": "
|
|
1475
|
+
"name": "accept",
|
|
1591
1476
|
"type": {
|
|
1592
|
-
"text": "
|
|
1477
|
+
"text": "string"
|
|
1593
1478
|
},
|
|
1594
|
-
"
|
|
1595
|
-
"default": "2",
|
|
1596
|
-
"description": "Configures the {@link https://www.w3.org/TR/wai-aria-1.1/#aria-level | level} of the heading element.",
|
|
1597
|
-
"inheritedFrom": {
|
|
1598
|
-
"name": "AccordionItem",
|
|
1599
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1600
|
-
}
|
|
1479
|
+
"default": "''"
|
|
1601
1480
|
},
|
|
1602
1481
|
{
|
|
1603
1482
|
"kind": "field",
|
|
1604
|
-
"name": "
|
|
1483
|
+
"name": "fileSizeLimitBytes",
|
|
1484
|
+
"default": "10_485_760",
|
|
1605
1485
|
"type": {
|
|
1606
|
-
"text": "
|
|
1607
|
-
},
|
|
1608
|
-
"privacy": "public",
|
|
1609
|
-
"default": "false",
|
|
1610
|
-
"description": "Expands or collapses the item.",
|
|
1611
|
-
"inheritedFrom": {
|
|
1612
|
-
"name": "AccordionItem",
|
|
1613
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1486
|
+
"text": "number"
|
|
1614
1487
|
}
|
|
1615
1488
|
},
|
|
1616
1489
|
{
|
|
1617
1490
|
"kind": "field",
|
|
1618
|
-
"name": "
|
|
1491
|
+
"name": "fileName",
|
|
1619
1492
|
"type": {
|
|
1620
1493
|
"text": "string"
|
|
1621
1494
|
},
|
|
1622
|
-
"
|
|
1623
|
-
"description": "The item ID",
|
|
1624
|
-
"inheritedFrom": {
|
|
1625
|
-
"name": "AccordionItem",
|
|
1626
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1627
|
-
}
|
|
1628
|
-
},
|
|
1629
|
-
{
|
|
1630
|
-
"kind": "field",
|
|
1631
|
-
"name": "change",
|
|
1632
|
-
"privacy": "private",
|
|
1633
|
-
"inheritedFrom": {
|
|
1634
|
-
"name": "AccordionItem",
|
|
1635
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1636
|
-
}
|
|
1495
|
+
"default": "''"
|
|
1637
1496
|
},
|
|
1638
1497
|
{
|
|
1639
1498
|
"kind": "field",
|
|
1640
|
-
"name": "
|
|
1499
|
+
"name": "isProcessing",
|
|
1641
1500
|
"type": {
|
|
1642
|
-
"text": "
|
|
1501
|
+
"text": "boolean"
|
|
1643
1502
|
},
|
|
1644
|
-
"
|
|
1645
|
-
"default": "void 0",
|
|
1646
|
-
"inheritedFrom": {
|
|
1647
|
-
"name": "FoundationElement",
|
|
1648
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
1649
|
-
}
|
|
1503
|
+
"default": "false"
|
|
1650
1504
|
},
|
|
1651
1505
|
{
|
|
1652
|
-
"kind": "
|
|
1653
|
-
"name": "
|
|
1654
|
-
"type": {
|
|
1655
|
-
"text": "ComponentPresentation | null"
|
|
1656
|
-
},
|
|
1506
|
+
"kind": "method",
|
|
1507
|
+
"name": "handleClick",
|
|
1657
1508
|
"privacy": "public",
|
|
1658
|
-
"description": "
|
|
1659
|
-
"inheritedFrom": {
|
|
1660
|
-
"name": "FoundationElement",
|
|
1661
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
1662
|
-
}
|
|
1509
|
+
"description": "Opens the file picker dialog\nClears any previous file selection before opening"
|
|
1663
1510
|
},
|
|
1664
1511
|
{
|
|
1665
|
-
"kind": "
|
|
1666
|
-
"name": "
|
|
1667
|
-
"type": {
|
|
1668
|
-
"text": "ElementViewTemplate | void | null"
|
|
1669
|
-
},
|
|
1512
|
+
"kind": "method",
|
|
1513
|
+
"name": "onInputChange",
|
|
1670
1514
|
"privacy": "public",
|
|
1671
|
-
"
|
|
1672
|
-
|
|
1673
|
-
|
|
1674
|
-
|
|
1675
|
-
|
|
1515
|
+
"parameters": [
|
|
1516
|
+
{
|
|
1517
|
+
"name": "e",
|
|
1518
|
+
"type": {
|
|
1519
|
+
"text": "Event"
|
|
1520
|
+
},
|
|
1521
|
+
"description": "The change event from the file input"
|
|
1522
|
+
}
|
|
1523
|
+
],
|
|
1524
|
+
"description": "Handles file selection from the file input\nValidates file size and sets up for processing"
|
|
1676
1525
|
},
|
|
1677
1526
|
{
|
|
1678
1527
|
"kind": "method",
|
|
1679
|
-
"name": "
|
|
1680
|
-
"privacy": "
|
|
1681
|
-
"
|
|
1682
|
-
|
|
1683
|
-
|
|
1528
|
+
"name": "clearSelection",
|
|
1529
|
+
"privacy": "public",
|
|
1530
|
+
"description": "Clears all file selection and processing state\nResets the component to its initial state"
|
|
1531
|
+
},
|
|
1532
|
+
{
|
|
1533
|
+
"kind": "method",
|
|
1534
|
+
"name": "getSelectedFile",
|
|
1535
|
+
"privacy": "public",
|
|
1536
|
+
"description": "Gets the currently selected file object",
|
|
1537
|
+
"return": {
|
|
1538
|
+
"type": {
|
|
1539
|
+
"text": ""
|
|
1540
|
+
}
|
|
1541
|
+
}
|
|
1542
|
+
},
|
|
1543
|
+
{
|
|
1544
|
+
"kind": "method",
|
|
1545
|
+
"name": "showError",
|
|
1546
|
+
"privacy": "protected",
|
|
1547
|
+
"parameters": [
|
|
1548
|
+
{
|
|
1549
|
+
"name": "title",
|
|
1550
|
+
"type": {
|
|
1551
|
+
"text": "string"
|
|
1552
|
+
},
|
|
1553
|
+
"description": "The error title"
|
|
1554
|
+
},
|
|
1555
|
+
{
|
|
1556
|
+
"name": "message",
|
|
1557
|
+
"type": {
|
|
1558
|
+
"text": "string"
|
|
1559
|
+
},
|
|
1560
|
+
"description": "The error message"
|
|
1561
|
+
}
|
|
1562
|
+
],
|
|
1563
|
+
"description": "Shows an error notification using the unified error handling system"
|
|
1564
|
+
},
|
|
1565
|
+
{
|
|
1566
|
+
"kind": "method",
|
|
1567
|
+
"name": "onFileSelected",
|
|
1568
|
+
"privacy": "protected",
|
|
1569
|
+
"return": {
|
|
1570
|
+
"type": {
|
|
1571
|
+
"text": "void"
|
|
1572
|
+
}
|
|
1573
|
+
},
|
|
1574
|
+
"parameters": [
|
|
1575
|
+
{
|
|
1576
|
+
"name": "files",
|
|
1577
|
+
"type": {
|
|
1578
|
+
"text": "File[]"
|
|
1579
|
+
},
|
|
1580
|
+
"description": "The selected file"
|
|
1581
|
+
}
|
|
1582
|
+
],
|
|
1583
|
+
"description": "Abstract method called when a file is selected"
|
|
1584
|
+
},
|
|
1585
|
+
{
|
|
1586
|
+
"kind": "method",
|
|
1587
|
+
"name": "onFileCleared",
|
|
1588
|
+
"privacy": "protected",
|
|
1589
|
+
"return": {
|
|
1590
|
+
"type": {
|
|
1591
|
+
"text": "void"
|
|
1592
|
+
}
|
|
1593
|
+
},
|
|
1594
|
+
"description": "Abstract method called when file selection is cleared"
|
|
1595
|
+
},
|
|
1596
|
+
{
|
|
1597
|
+
"kind": "field",
|
|
1598
|
+
"name": "_presentation",
|
|
1599
|
+
"type": {
|
|
1600
|
+
"text": "ComponentPresentation | null | undefined"
|
|
1601
|
+
},
|
|
1602
|
+
"privacy": "private",
|
|
1603
|
+
"default": "void 0",
|
|
1604
|
+
"inheritedFrom": {
|
|
1605
|
+
"name": "FoundationElement",
|
|
1606
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1607
|
+
}
|
|
1608
|
+
},
|
|
1609
|
+
{
|
|
1610
|
+
"kind": "field",
|
|
1611
|
+
"name": "$presentation",
|
|
1612
|
+
"type": {
|
|
1613
|
+
"text": "ComponentPresentation | null"
|
|
1614
|
+
},
|
|
1615
|
+
"privacy": "public",
|
|
1616
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
1617
|
+
"inheritedFrom": {
|
|
1618
|
+
"name": "FoundationElement",
|
|
1619
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1620
|
+
}
|
|
1621
|
+
},
|
|
1622
|
+
{
|
|
1623
|
+
"kind": "field",
|
|
1624
|
+
"name": "template",
|
|
1625
|
+
"type": {
|
|
1626
|
+
"text": "ElementViewTemplate | void | null"
|
|
1627
|
+
},
|
|
1628
|
+
"privacy": "public",
|
|
1629
|
+
"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.",
|
|
1630
|
+
"inheritedFrom": {
|
|
1631
|
+
"name": "FoundationElement",
|
|
1632
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1633
|
+
}
|
|
1634
|
+
},
|
|
1635
|
+
{
|
|
1636
|
+
"kind": "method",
|
|
1637
|
+
"name": "templateChanged",
|
|
1638
|
+
"privacy": "protected",
|
|
1639
|
+
"return": {
|
|
1640
|
+
"type": {
|
|
1641
|
+
"text": "void"
|
|
1684
1642
|
}
|
|
1685
1643
|
},
|
|
1686
1644
|
"inheritedFrom": {
|
|
@@ -1749,76 +1707,110 @@
|
|
|
1749
1707
|
],
|
|
1750
1708
|
"events": [
|
|
1751
1709
|
{
|
|
1752
|
-
"description": "
|
|
1753
|
-
"name": "
|
|
1754
|
-
|
|
1755
|
-
|
|
1756
|
-
|
|
1757
|
-
|
|
1710
|
+
"description": "Fired when file size validation fails. detail: `Error`",
|
|
1711
|
+
"name": "error"
|
|
1712
|
+
},
|
|
1713
|
+
{
|
|
1714
|
+
"description": "Fired when selection is cleared",
|
|
1715
|
+
"name": "clear"
|
|
1758
1716
|
}
|
|
1759
|
-
]
|
|
1760
|
-
|
|
1761
|
-
|
|
1762
|
-
|
|
1763
|
-
|
|
1764
|
-
|
|
1765
|
-
|
|
1766
|
-
|
|
1767
|
-
|
|
1768
|
-
|
|
1769
|
-
|
|
1770
|
-
|
|
1771
|
-
|
|
1772
|
-
|
|
1773
|
-
|
|
1774
|
-
|
|
1775
|
-
|
|
1776
|
-
|
|
1777
|
-
|
|
1778
|
-
|
|
1779
|
-
|
|
1780
|
-
|
|
1781
|
-
|
|
1717
|
+
],
|
|
1718
|
+
"attributes": [
|
|
1719
|
+
{
|
|
1720
|
+
"name": "label",
|
|
1721
|
+
"type": {
|
|
1722
|
+
"text": "string"
|
|
1723
|
+
},
|
|
1724
|
+
"fieldName": "label"
|
|
1725
|
+
},
|
|
1726
|
+
{
|
|
1727
|
+
"name": "accept",
|
|
1728
|
+
"type": {
|
|
1729
|
+
"text": "string"
|
|
1730
|
+
},
|
|
1731
|
+
"default": "''",
|
|
1732
|
+
"fieldName": "accept"
|
|
1733
|
+
},
|
|
1734
|
+
{
|
|
1735
|
+
"name": "file-size-limit-bytes",
|
|
1736
|
+
"default": "DEFAULT_FILE_SIZE_LIMIT",
|
|
1737
|
+
"resolveInitializer": {
|
|
1738
|
+
"module": "src/_common/base-file-component.ts"
|
|
1739
|
+
},
|
|
1740
|
+
"fieldName": "fileSizeLimitBytes"
|
|
1741
|
+
}
|
|
1742
|
+
],
|
|
1743
|
+
"superclass": {
|
|
1744
|
+
"name": "FoundationElement",
|
|
1745
|
+
"package": "@microsoft/fast-foundation"
|
|
1746
|
+
}
|
|
1782
1747
|
}
|
|
1783
1748
|
],
|
|
1784
1749
|
"exports": [
|
|
1785
1750
|
{
|
|
1786
1751
|
"kind": "js",
|
|
1787
|
-
"name": "
|
|
1752
|
+
"name": "BaseFileComponent",
|
|
1788
1753
|
"declaration": {
|
|
1789
|
-
"name": "
|
|
1790
|
-
"module": "src/
|
|
1754
|
+
"name": "BaseFileComponent",
|
|
1755
|
+
"module": "src/_common/base-file-component.ts"
|
|
1791
1756
|
}
|
|
1792
|
-
}
|
|
1757
|
+
}
|
|
1758
|
+
]
|
|
1759
|
+
},
|
|
1760
|
+
{
|
|
1761
|
+
"kind": "javascript-module",
|
|
1762
|
+
"path": "src/_common/field-styles.ts",
|
|
1763
|
+
"declarations": [
|
|
1793
1764
|
{
|
|
1794
|
-
"kind": "
|
|
1795
|
-
"name": "
|
|
1796
|
-
"
|
|
1797
|
-
|
|
1798
|
-
|
|
1799
|
-
|
|
1800
|
-
},
|
|
1765
|
+
"kind": "variable",
|
|
1766
|
+
"name": "sharedFieldStyles",
|
|
1767
|
+
"default": "css`\n .label-hidden {\n margin: 0;\n }\n\n .control-field {\n display: flex;\n flex: 1 1 0%;\n min-width: 0;\n align-self: stretch;\n align-items: stretch;\n }\n\n .control-field .control {\n flex: 1 1 auto;\n min-width: 0;\n width: auto;\n }\n\n .prefix,\n .suffix {\n display: flex;\n align-items: center;\n flex-shrink: 0;\n box-sizing: border-box;\n padding: 0 calc(var(--design-unit) * 2px);\n user-select: none;\n white-space: nowrap;\n background-color: var(--neutral-fill-rest);\n color: var(--neutral-foreground-hint);\n font-size: var(--type-ramp-base-font-size);\n font-family: inherit;\n line-height: 1;\n }\n\n .prefix {\n border-right: 1px solid var(--neutral-stroke-divider-rest);\n border-radius: calc(var(--control-corner-radius) * 1px) 0 0\n calc(var(--control-corner-radius) * 1px);\n }\n\n .suffix {\n border-left: 1px solid var(--neutral-stroke-divider-rest);\n border-radius: 0 calc(var(--control-corner-radius) * 1px)\n calc(var(--control-corner-radius) * 1px) 0;\n }\n\n :host(.has-prefix:not(.has-suffix)) .control-field .control {\n border-radius: 0 calc(var(--control-corner-radius) * 1px)\n calc(var(--control-corner-radius) * 1px) 0;\n }\n\n :host(.has-suffix:not(.has-prefix)) .control-field .control {\n border-radius: calc(var(--control-corner-radius) * 1px) 0 0\n calc(var(--control-corner-radius) * 1px);\n }\n\n :host(.has-prefix.has-suffix) .control-field .control {\n border-radius: 0;\n }\n`"
|
|
1768
|
+
}
|
|
1769
|
+
],
|
|
1770
|
+
"exports": [
|
|
1801
1771
|
{
|
|
1802
1772
|
"kind": "js",
|
|
1803
|
-
"name": "
|
|
1773
|
+
"name": "sharedFieldStyles",
|
|
1804
1774
|
"declaration": {
|
|
1805
|
-
"name": "
|
|
1806
|
-
"module": "src/
|
|
1775
|
+
"name": "sharedFieldStyles",
|
|
1776
|
+
"module": "src/_common/field-styles.ts"
|
|
1807
1777
|
}
|
|
1808
|
-
}
|
|
1778
|
+
}
|
|
1779
|
+
]
|
|
1780
|
+
},
|
|
1781
|
+
{
|
|
1782
|
+
"kind": "javascript-module",
|
|
1783
|
+
"path": "src/_common/icons.ts",
|
|
1784
|
+
"declarations": [
|
|
1785
|
+
{
|
|
1786
|
+
"kind": "function",
|
|
1787
|
+
"name": "closeIcon",
|
|
1788
|
+
"parameters": [
|
|
1789
|
+
{
|
|
1790
|
+
"name": "slot",
|
|
1791
|
+
"default": "'start'"
|
|
1792
|
+
},
|
|
1793
|
+
{
|
|
1794
|
+
"name": "fill",
|
|
1795
|
+
"default": "'#879ba6'"
|
|
1796
|
+
}
|
|
1797
|
+
]
|
|
1798
|
+
}
|
|
1799
|
+
],
|
|
1800
|
+
"exports": [
|
|
1809
1801
|
{
|
|
1810
1802
|
"kind": "js",
|
|
1811
|
-
"name": "
|
|
1803
|
+
"name": "closeIcon",
|
|
1812
1804
|
"declaration": {
|
|
1813
|
-
"name": "
|
|
1814
|
-
"module": "src/
|
|
1805
|
+
"name": "closeIcon",
|
|
1806
|
+
"module": "src/_common/icons.ts"
|
|
1815
1807
|
}
|
|
1816
1808
|
}
|
|
1817
1809
|
]
|
|
1818
1810
|
},
|
|
1819
1811
|
{
|
|
1820
1812
|
"kind": "javascript-module",
|
|
1821
|
-
"path": "src/
|
|
1813
|
+
"path": "src/_common/index.ts",
|
|
1822
1814
|
"declarations": [],
|
|
1823
1815
|
"exports": [
|
|
1824
1816
|
{
|
|
@@ -1826,7 +1818,7 @@
|
|
|
1826
1818
|
"name": "*",
|
|
1827
1819
|
"declaration": {
|
|
1828
1820
|
"name": "*",
|
|
1829
|
-
"package": "./
|
|
1821
|
+
"package": "./affix-mixin"
|
|
1830
1822
|
}
|
|
1831
1823
|
},
|
|
1832
1824
|
{
|
|
@@ -1834,7 +1826,7 @@
|
|
|
1834
1826
|
"name": "*",
|
|
1835
1827
|
"declaration": {
|
|
1836
1828
|
"name": "*",
|
|
1837
|
-
"package": "./
|
|
1829
|
+
"package": "./base-file-component"
|
|
1838
1830
|
}
|
|
1839
1831
|
},
|
|
1840
1832
|
{
|
|
@@ -1842,41 +1834,26 @@
|
|
|
1842
1834
|
"name": "*",
|
|
1843
1835
|
"declaration": {
|
|
1844
1836
|
"name": "*",
|
|
1845
|
-
"package": "./
|
|
1837
|
+
"package": "./field-styles"
|
|
1846
1838
|
}
|
|
1847
|
-
}
|
|
1848
|
-
]
|
|
1849
|
-
},
|
|
1850
|
-
{
|
|
1851
|
-
"kind": "javascript-module",
|
|
1852
|
-
"path": "src/actions-menu/actions-menu.styles.ts",
|
|
1853
|
-
"declarations": [
|
|
1854
|
-
{
|
|
1855
|
-
"kind": "function",
|
|
1856
|
-
"name": "actionsMenuBaseStyles",
|
|
1857
|
-
"return": {
|
|
1858
|
-
"type": {
|
|
1859
|
-
"text": "ElementStyles"
|
|
1860
|
-
}
|
|
1861
|
-
},
|
|
1862
|
-
"parameters": [
|
|
1863
|
-
{
|
|
1864
|
-
"name": "context",
|
|
1865
|
-
"type": {
|
|
1866
|
-
"text": "ElementDefinitionContext"
|
|
1867
|
-
}
|
|
1868
|
-
},
|
|
1869
|
-
{
|
|
1870
|
-
"name": "definition",
|
|
1871
|
-
"type": {
|
|
1872
|
-
"text": "FoundationElementDefinition"
|
|
1873
|
-
}
|
|
1874
|
-
}
|
|
1875
|
-
]
|
|
1876
1839
|
},
|
|
1840
|
+
{
|
|
1841
|
+
"kind": "js",
|
|
1842
|
+
"name": "*",
|
|
1843
|
+
"declaration": {
|
|
1844
|
+
"name": "*",
|
|
1845
|
+
"package": "./icons"
|
|
1846
|
+
}
|
|
1847
|
+
}
|
|
1848
|
+
]
|
|
1849
|
+
},
|
|
1850
|
+
{
|
|
1851
|
+
"kind": "javascript-module",
|
|
1852
|
+
"path": "src/accordion/accordion.styles.ts",
|
|
1853
|
+
"declarations": [
|
|
1877
1854
|
{
|
|
1878
1855
|
"kind": "function",
|
|
1879
|
-
"name": "
|
|
1856
|
+
"name": "foundationAccordionStyles",
|
|
1880
1857
|
"return": {
|
|
1881
1858
|
"type": {
|
|
1882
1859
|
"text": "ElementStyles"
|
|
@@ -1901,281 +1878,277 @@
|
|
|
1901
1878
|
"exports": [
|
|
1902
1879
|
{
|
|
1903
1880
|
"kind": "js",
|
|
1904
|
-
"name": "
|
|
1905
|
-
"declaration": {
|
|
1906
|
-
"name": "actionsMenuBaseStyles",
|
|
1907
|
-
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
1908
|
-
}
|
|
1909
|
-
},
|
|
1910
|
-
{
|
|
1911
|
-
"kind": "js",
|
|
1912
|
-
"name": "foundationActionsMenuStyles",
|
|
1881
|
+
"name": "foundationAccordionStyles",
|
|
1913
1882
|
"declaration": {
|
|
1914
|
-
"name": "
|
|
1915
|
-
"module": "src/
|
|
1883
|
+
"name": "foundationAccordionStyles",
|
|
1884
|
+
"module": "src/accordion/accordion.styles.ts"
|
|
1916
1885
|
}
|
|
1917
1886
|
}
|
|
1918
1887
|
]
|
|
1919
1888
|
},
|
|
1920
1889
|
{
|
|
1921
1890
|
"kind": "javascript-module",
|
|
1922
|
-
"path": "src/
|
|
1891
|
+
"path": "src/accordion/accordion.template.ts",
|
|
1923
1892
|
"declarations": [
|
|
1924
1893
|
{
|
|
1925
1894
|
"kind": "function",
|
|
1926
|
-
"name": "
|
|
1895
|
+
"name": "foundationAccordionTemplate",
|
|
1896
|
+
"return": {
|
|
1897
|
+
"type": {
|
|
1898
|
+
"text": "ViewTemplate<Accordion>"
|
|
1899
|
+
}
|
|
1900
|
+
},
|
|
1927
1901
|
"parameters": [
|
|
1928
1902
|
{
|
|
1929
|
-
"name": "
|
|
1903
|
+
"name": "context",
|
|
1930
1904
|
"type": {
|
|
1931
|
-
"text": "
|
|
1905
|
+
"text": "ElementDefinitionContext"
|
|
1932
1906
|
}
|
|
1933
|
-
}
|
|
1934
|
-
]
|
|
1935
|
-
},
|
|
1936
|
-
{
|
|
1937
|
-
"kind": "function",
|
|
1938
|
-
"name": "singleOptionTemplate",
|
|
1939
|
-
"parameters": [
|
|
1907
|
+
},
|
|
1940
1908
|
{
|
|
1941
|
-
"name": "
|
|
1909
|
+
"name": "definition",
|
|
1942
1910
|
"type": {
|
|
1943
|
-
"text": "
|
|
1911
|
+
"text": "FoundationElementDefinition"
|
|
1944
1912
|
}
|
|
1945
1913
|
}
|
|
1946
1914
|
]
|
|
1947
|
-
},
|
|
1948
|
-
{
|
|
1949
|
-
"kind": "variable",
|
|
1950
|
-
"name": "foundationActionsMenuTemplate",
|
|
1951
|
-
"type": {
|
|
1952
|
-
"text": "ViewTemplate<ActionsMenu>"
|
|
1953
|
-
},
|
|
1954
|
-
"default": "html`\n <div\n class=\"actions-container${(x) => (x.isVertical ? ' actions-vertical' : '')}\"\n part=\"actions-container\"\n >\n ${(x) => x.getTemplate(getPrefix(x))}\n </div>\n`"
|
|
1955
1915
|
}
|
|
1956
1916
|
],
|
|
1957
1917
|
"exports": [
|
|
1958
1918
|
{
|
|
1959
1919
|
"kind": "js",
|
|
1960
|
-
"name": "
|
|
1961
|
-
"declaration": {
|
|
1962
|
-
"name": "menuTemplate",
|
|
1963
|
-
"module": "src/actions-menu/actions-menu.template.ts"
|
|
1964
|
-
}
|
|
1965
|
-
},
|
|
1966
|
-
{
|
|
1967
|
-
"kind": "js",
|
|
1968
|
-
"name": "singleOptionTemplate",
|
|
1969
|
-
"declaration": {
|
|
1970
|
-
"name": "singleOptionTemplate",
|
|
1971
|
-
"module": "src/actions-menu/actions-menu.template.ts"
|
|
1972
|
-
}
|
|
1973
|
-
},
|
|
1974
|
-
{
|
|
1975
|
-
"kind": "js",
|
|
1976
|
-
"name": "foundationActionsMenuTemplate",
|
|
1920
|
+
"name": "foundationAccordionTemplate",
|
|
1977
1921
|
"declaration": {
|
|
1978
|
-
"name": "
|
|
1979
|
-
"module": "src/
|
|
1922
|
+
"name": "foundationAccordionTemplate",
|
|
1923
|
+
"module": "src/accordion/accordion.template.ts"
|
|
1980
1924
|
}
|
|
1981
1925
|
}
|
|
1982
1926
|
]
|
|
1983
1927
|
},
|
|
1984
1928
|
{
|
|
1985
1929
|
"kind": "javascript-module",
|
|
1986
|
-
"path": "src/
|
|
1930
|
+
"path": "src/accordion/accordion.ts",
|
|
1987
1931
|
"declarations": [
|
|
1988
1932
|
{
|
|
1989
1933
|
"kind": "class",
|
|
1990
1934
|
"description": "",
|
|
1991
|
-
"name": "
|
|
1992
|
-
"
|
|
1935
|
+
"name": "Accordion",
|
|
1936
|
+
"superclass": {
|
|
1937
|
+
"name": "FASTAccordion",
|
|
1938
|
+
"package": "@microsoft/fast-foundation"
|
|
1939
|
+
},
|
|
1940
|
+
"tagName": "%%prefix%%-accordion",
|
|
1941
|
+
"customElement": true,
|
|
1942
|
+
"attributes": [
|
|
1993
1943
|
{
|
|
1994
|
-
"
|
|
1995
|
-
"name": "actions",
|
|
1944
|
+
"name": "expand-mode",
|
|
1996
1945
|
"type": {
|
|
1997
|
-
"text": "
|
|
1946
|
+
"text": "AccordionExpandMode"
|
|
1947
|
+
},
|
|
1948
|
+
"description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
|
|
1949
|
+
"fieldName": "expandmode",
|
|
1950
|
+
"inheritedFrom": {
|
|
1951
|
+
"name": "Accordion",
|
|
1952
|
+
"module": "src/accordion/accordion.ts"
|
|
1998
1953
|
}
|
|
1999
|
-
}
|
|
1954
|
+
}
|
|
1955
|
+
],
|
|
1956
|
+
"members": [
|
|
2000
1957
|
{
|
|
2001
1958
|
"kind": "field",
|
|
2002
|
-
"name": "
|
|
1959
|
+
"name": "expandmode",
|
|
2003
1960
|
"type": {
|
|
2004
|
-
"text": "
|
|
1961
|
+
"text": "AccordionExpandMode"
|
|
2005
1962
|
},
|
|
2006
|
-
"
|
|
1963
|
+
"privacy": "public",
|
|
1964
|
+
"description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
|
|
1965
|
+
"inheritedFrom": {
|
|
1966
|
+
"name": "Accordion",
|
|
1967
|
+
"module": "src/accordion/accordion.ts"
|
|
1968
|
+
}
|
|
2007
1969
|
},
|
|
2008
1970
|
{
|
|
2009
1971
|
"kind": "field",
|
|
2010
|
-
"name": "
|
|
1972
|
+
"name": "activeid",
|
|
2011
1973
|
"type": {
|
|
2012
|
-
"text": "
|
|
1974
|
+
"text": "string | null"
|
|
2013
1975
|
},
|
|
2014
|
-
"
|
|
1976
|
+
"privacy": "private",
|
|
1977
|
+
"inheritedFrom": {
|
|
1978
|
+
"name": "Accordion",
|
|
1979
|
+
"module": "src/accordion/accordion.ts"
|
|
1980
|
+
}
|
|
2015
1981
|
},
|
|
2016
1982
|
{
|
|
2017
1983
|
"kind": "field",
|
|
2018
|
-
"name": "
|
|
1984
|
+
"name": "activeItemIndex",
|
|
2019
1985
|
"type": {
|
|
2020
|
-
"text": "
|
|
1986
|
+
"text": "number"
|
|
2021
1987
|
},
|
|
2022
|
-
"
|
|
2023
|
-
|
|
2024
|
-
|
|
2025
|
-
|
|
2026
|
-
|
|
2027
|
-
"type": {
|
|
2028
|
-
"text": "string"
|
|
1988
|
+
"privacy": "private",
|
|
1989
|
+
"default": "0",
|
|
1990
|
+
"inheritedFrom": {
|
|
1991
|
+
"name": "Accordion",
|
|
1992
|
+
"module": "src/accordion/accordion.ts"
|
|
2029
1993
|
}
|
|
2030
1994
|
},
|
|
2031
1995
|
{
|
|
2032
1996
|
"kind": "field",
|
|
2033
|
-
"name": "
|
|
1997
|
+
"name": "accordionIds",
|
|
2034
1998
|
"type": {
|
|
2035
|
-
"text": "
|
|
1999
|
+
"text": "Array<string | null>"
|
|
2000
|
+
},
|
|
2001
|
+
"privacy": "private",
|
|
2002
|
+
"inheritedFrom": {
|
|
2003
|
+
"name": "Accordion",
|
|
2004
|
+
"module": "src/accordion/accordion.ts"
|
|
2036
2005
|
}
|
|
2037
2006
|
},
|
|
2038
2007
|
{
|
|
2039
2008
|
"kind": "field",
|
|
2040
|
-
"name": "
|
|
2041
|
-
"
|
|
2042
|
-
|
|
2043
|
-
|
|
2044
|
-
|
|
2009
|
+
"name": "change",
|
|
2010
|
+
"privacy": "private",
|
|
2011
|
+
"inheritedFrom": {
|
|
2012
|
+
"name": "Accordion",
|
|
2013
|
+
"module": "src/accordion/accordion.ts"
|
|
2014
|
+
}
|
|
2045
2015
|
},
|
|
2046
2016
|
{
|
|
2047
|
-
"kind": "
|
|
2048
|
-
"name": "
|
|
2049
|
-
"
|
|
2050
|
-
|
|
2017
|
+
"kind": "method",
|
|
2018
|
+
"name": "findExpandedItem",
|
|
2019
|
+
"privacy": "private",
|
|
2020
|
+
"return": {
|
|
2021
|
+
"type": {
|
|
2022
|
+
"text": "AccordionItem | null"
|
|
2023
|
+
}
|
|
2051
2024
|
},
|
|
2052
|
-
"
|
|
2053
|
-
|
|
2054
|
-
|
|
2055
|
-
"kind": "field",
|
|
2056
|
-
"name": "buttonAppearance",
|
|
2057
|
-
"type": {
|
|
2058
|
-
"text": "string"
|
|
2025
|
+
"inheritedFrom": {
|
|
2026
|
+
"name": "Accordion",
|
|
2027
|
+
"module": "src/accordion/accordion.ts"
|
|
2059
2028
|
}
|
|
2060
2029
|
},
|
|
2061
2030
|
{
|
|
2062
2031
|
"kind": "field",
|
|
2063
|
-
"name": "
|
|
2064
|
-
"
|
|
2065
|
-
|
|
2066
|
-
|
|
2067
|
-
|
|
2032
|
+
"name": "setItems",
|
|
2033
|
+
"privacy": "private",
|
|
2034
|
+
"inheritedFrom": {
|
|
2035
|
+
"name": "Accordion",
|
|
2036
|
+
"module": "src/accordion/accordion.ts"
|
|
2037
|
+
}
|
|
2068
2038
|
},
|
|
2069
2039
|
{
|
|
2070
|
-
"kind": "
|
|
2071
|
-
"name": "
|
|
2072
|
-
"
|
|
2073
|
-
|
|
2040
|
+
"kind": "method",
|
|
2041
|
+
"name": "resetItems",
|
|
2042
|
+
"privacy": "private",
|
|
2043
|
+
"return": {
|
|
2044
|
+
"type": {
|
|
2045
|
+
"text": "void"
|
|
2046
|
+
}
|
|
2074
2047
|
},
|
|
2075
|
-
"
|
|
2048
|
+
"inheritedFrom": {
|
|
2049
|
+
"name": "Accordion",
|
|
2050
|
+
"module": "src/accordion/accordion.ts"
|
|
2051
|
+
}
|
|
2076
2052
|
},
|
|
2077
2053
|
{
|
|
2078
2054
|
"kind": "field",
|
|
2079
|
-
"name": "
|
|
2080
|
-
"
|
|
2081
|
-
|
|
2055
|
+
"name": "removeItemListeners",
|
|
2056
|
+
"privacy": "private",
|
|
2057
|
+
"inheritedFrom": {
|
|
2058
|
+
"name": "Accordion",
|
|
2059
|
+
"module": "src/accordion/accordion.ts"
|
|
2082
2060
|
}
|
|
2083
2061
|
},
|
|
2084
2062
|
{
|
|
2085
2063
|
"kind": "field",
|
|
2086
|
-
"name": "
|
|
2087
|
-
"
|
|
2088
|
-
|
|
2064
|
+
"name": "activeItemChange",
|
|
2065
|
+
"privacy": "private",
|
|
2066
|
+
"inheritedFrom": {
|
|
2067
|
+
"name": "Accordion",
|
|
2068
|
+
"module": "src/accordion/accordion.ts"
|
|
2089
2069
|
}
|
|
2090
2070
|
},
|
|
2091
|
-
{
|
|
2092
|
-
"kind": "field",
|
|
2093
|
-
"name": "actionsOpener",
|
|
2094
|
-
"type": {
|
|
2095
|
-
"text": "HTMLElement"
|
|
2096
|
-
}
|
|
2097
|
-
},
|
|
2098
|
-
{
|
|
2099
|
-
"kind": "method",
|
|
2100
|
-
"name": "updateMenuPosition",
|
|
2101
|
-
"privacy": "private"
|
|
2102
|
-
},
|
|
2103
2071
|
{
|
|
2104
2072
|
"kind": "method",
|
|
2105
|
-
"name": "
|
|
2106
|
-
"privacy": "
|
|
2107
|
-
"
|
|
2108
|
-
{
|
|
2109
|
-
"
|
|
2110
|
-
"type": {
|
|
2111
|
-
"text": "any"
|
|
2112
|
-
}
|
|
2113
|
-
},
|
|
2114
|
-
{
|
|
2115
|
-
"name": "newValue",
|
|
2116
|
-
"type": {
|
|
2117
|
-
"text": "any"
|
|
2118
|
-
}
|
|
2073
|
+
"name": "getItemIds",
|
|
2074
|
+
"privacy": "private",
|
|
2075
|
+
"return": {
|
|
2076
|
+
"type": {
|
|
2077
|
+
"text": "Array<string | null>"
|
|
2119
2078
|
}
|
|
2120
|
-
|
|
2121
|
-
|
|
2122
|
-
|
|
2123
|
-
|
|
2124
|
-
|
|
2125
|
-
"privacy": "protected"
|
|
2126
|
-
},
|
|
2127
|
-
{
|
|
2128
|
-
"kind": "method",
|
|
2129
|
-
"name": "toggleActionsMenuVisibility"
|
|
2079
|
+
},
|
|
2080
|
+
"inheritedFrom": {
|
|
2081
|
+
"name": "Accordion",
|
|
2082
|
+
"module": "src/accordion/accordion.ts"
|
|
2083
|
+
}
|
|
2130
2084
|
},
|
|
2131
2085
|
{
|
|
2132
2086
|
"kind": "method",
|
|
2133
|
-
"name": "
|
|
2134
|
-
"
|
|
2135
|
-
|
|
2136
|
-
|
|
2137
|
-
"
|
|
2138
|
-
"text": "(rowData) => void | any"
|
|
2139
|
-
}
|
|
2087
|
+
"name": "isSingleExpandMode",
|
|
2088
|
+
"privacy": "private",
|
|
2089
|
+
"return": {
|
|
2090
|
+
"type": {
|
|
2091
|
+
"text": "boolean"
|
|
2140
2092
|
}
|
|
2141
|
-
|
|
2093
|
+
},
|
|
2094
|
+
"inheritedFrom": {
|
|
2095
|
+
"name": "Accordion",
|
|
2096
|
+
"module": "src/accordion/accordion.ts"
|
|
2097
|
+
}
|
|
2142
2098
|
},
|
|
2143
2099
|
{
|
|
2144
2100
|
"kind": "field",
|
|
2145
|
-
"name": "
|
|
2146
|
-
"
|
|
2147
|
-
|
|
2148
|
-
|
|
2149
|
-
|
|
2101
|
+
"name": "handleItemKeyDown",
|
|
2102
|
+
"privacy": "private",
|
|
2103
|
+
"inheritedFrom": {
|
|
2104
|
+
"name": "Accordion",
|
|
2105
|
+
"module": "src/accordion/accordion.ts"
|
|
2106
|
+
}
|
|
2150
2107
|
},
|
|
2151
2108
|
{
|
|
2152
2109
|
"kind": "field",
|
|
2153
|
-
"name": "
|
|
2154
|
-
"
|
|
2110
|
+
"name": "handleItemFocus",
|
|
2111
|
+
"privacy": "private",
|
|
2112
|
+
"inheritedFrom": {
|
|
2113
|
+
"name": "Accordion",
|
|
2114
|
+
"module": "src/accordion/accordion.ts"
|
|
2115
|
+
}
|
|
2155
2116
|
},
|
|
2156
2117
|
{
|
|
2157
2118
|
"kind": "method",
|
|
2158
|
-
"name": "
|
|
2119
|
+
"name": "adjust",
|
|
2120
|
+
"privacy": "private",
|
|
2121
|
+
"return": {
|
|
2122
|
+
"type": {
|
|
2123
|
+
"text": "void"
|
|
2124
|
+
}
|
|
2125
|
+
},
|
|
2159
2126
|
"parameters": [
|
|
2160
2127
|
{
|
|
2161
|
-
"name": "
|
|
2128
|
+
"name": "adjustment",
|
|
2162
2129
|
"type": {
|
|
2163
|
-
"text": "
|
|
2130
|
+
"text": "number"
|
|
2164
2131
|
}
|
|
2165
2132
|
}
|
|
2166
|
-
]
|
|
2133
|
+
],
|
|
2134
|
+
"inheritedFrom": {
|
|
2135
|
+
"name": "Accordion",
|
|
2136
|
+
"module": "src/accordion/accordion.ts"
|
|
2137
|
+
}
|
|
2167
2138
|
},
|
|
2168
2139
|
{
|
|
2169
2140
|
"kind": "method",
|
|
2170
|
-
"name": "
|
|
2171
|
-
"
|
|
2172
|
-
|
|
2173
|
-
|
|
2174
|
-
"
|
|
2175
|
-
"text": "string"
|
|
2176
|
-
}
|
|
2141
|
+
"name": "focusItem",
|
|
2142
|
+
"privacy": "private",
|
|
2143
|
+
"return": {
|
|
2144
|
+
"type": {
|
|
2145
|
+
"text": "void"
|
|
2177
2146
|
}
|
|
2178
|
-
|
|
2147
|
+
},
|
|
2148
|
+
"inheritedFrom": {
|
|
2149
|
+
"name": "Accordion",
|
|
2150
|
+
"module": "src/accordion/accordion.ts"
|
|
2151
|
+
}
|
|
2179
2152
|
},
|
|
2180
2153
|
{
|
|
2181
2154
|
"kind": "field",
|
|
@@ -2289,107 +2262,78 @@
|
|
|
2289
2262
|
}
|
|
2290
2263
|
}
|
|
2291
2264
|
],
|
|
2292
|
-
"
|
|
2293
|
-
{
|
|
2294
|
-
"name": "is-vertical",
|
|
2295
|
-
"type": {
|
|
2296
|
-
"text": "boolean"
|
|
2297
|
-
},
|
|
2298
|
-
"default": "false",
|
|
2299
|
-
"fieldName": "isVertical"
|
|
2300
|
-
},
|
|
2301
|
-
{
|
|
2302
|
-
"name": "add-default-actions",
|
|
2303
|
-
"type": {
|
|
2304
|
-
"text": "boolean"
|
|
2305
|
-
},
|
|
2306
|
-
"default": "true",
|
|
2307
|
-
"fieldName": "addDefaultActions"
|
|
2308
|
-
},
|
|
2309
|
-
{
|
|
2310
|
-
"name": "auto-close-on-action",
|
|
2311
|
-
"type": {
|
|
2312
|
-
"text": "boolean"
|
|
2313
|
-
},
|
|
2314
|
-
"default": "true",
|
|
2315
|
-
"fieldName": "autoCloseOnAction"
|
|
2316
|
-
},
|
|
2317
|
-
{
|
|
2318
|
-
"name": "name",
|
|
2319
|
-
"type": {
|
|
2320
|
-
"text": "string"
|
|
2321
|
-
},
|
|
2322
|
-
"default": "'Actions'",
|
|
2323
|
-
"fieldName": "name"
|
|
2324
|
-
},
|
|
2325
|
-
{
|
|
2326
|
-
"name": "open",
|
|
2327
|
-
"type": {
|
|
2328
|
-
"text": "boolean"
|
|
2329
|
-
},
|
|
2330
|
-
"default": "false",
|
|
2331
|
-
"fieldName": "open"
|
|
2332
|
-
},
|
|
2333
|
-
{
|
|
2334
|
-
"name": "buttonAppearance",
|
|
2335
|
-
"type": {
|
|
2336
|
-
"text": "string"
|
|
2337
|
-
},
|
|
2338
|
-
"fieldName": "buttonAppearance"
|
|
2339
|
-
},
|
|
2340
|
-
{
|
|
2341
|
-
"name": "hide-disabled",
|
|
2342
|
-
"type": {
|
|
2343
|
-
"text": "boolean"
|
|
2344
|
-
},
|
|
2345
|
-
"default": "false",
|
|
2346
|
-
"fieldName": "hideDisabled"
|
|
2347
|
-
},
|
|
2265
|
+
"events": [
|
|
2348
2266
|
{
|
|
2349
|
-
"
|
|
2350
|
-
"
|
|
2351
|
-
|
|
2352
|
-
|
|
2353
|
-
|
|
2354
|
-
|
|
2267
|
+
"description": "Fires a custom 'change' event when the active item changes",
|
|
2268
|
+
"name": "change",
|
|
2269
|
+
"inheritedFrom": {
|
|
2270
|
+
"name": "Accordion",
|
|
2271
|
+
"module": "src/accordion/accordion.ts"
|
|
2272
|
+
}
|
|
2355
2273
|
}
|
|
2356
|
-
]
|
|
2357
|
-
|
|
2358
|
-
|
|
2359
|
-
|
|
2274
|
+
]
|
|
2275
|
+
},
|
|
2276
|
+
{
|
|
2277
|
+
"kind": "variable",
|
|
2278
|
+
"name": "foundationAccordionShadowOptions",
|
|
2279
|
+
"type": {
|
|
2280
|
+
"text": "ShadowRootInit"
|
|
2360
2281
|
},
|
|
2361
|
-
"
|
|
2362
|
-
"customElement": true
|
|
2282
|
+
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
2363
2283
|
},
|
|
2364
2284
|
{
|
|
2365
2285
|
"kind": "variable",
|
|
2366
|
-
"name": "
|
|
2367
|
-
"
|
|
2286
|
+
"name": "defaultAccordionConfig",
|
|
2287
|
+
"type": {
|
|
2288
|
+
"text": "object"
|
|
2289
|
+
},
|
|
2290
|
+
"default": "{}"
|
|
2291
|
+
},
|
|
2292
|
+
{
|
|
2293
|
+
"kind": "variable",
|
|
2294
|
+
"name": "foundationAccordion",
|
|
2295
|
+
"description": "The Foundation Accordion",
|
|
2368
2296
|
"privacy": "public"
|
|
2369
2297
|
}
|
|
2370
2298
|
],
|
|
2371
2299
|
"exports": [
|
|
2372
2300
|
{
|
|
2373
2301
|
"kind": "js",
|
|
2374
|
-
"name": "
|
|
2302
|
+
"name": "Accordion",
|
|
2375
2303
|
"declaration": {
|
|
2376
|
-
"name": "
|
|
2377
|
-
"module": "src/
|
|
2304
|
+
"name": "Accordion",
|
|
2305
|
+
"module": "src/accordion/accordion.ts"
|
|
2378
2306
|
}
|
|
2379
2307
|
},
|
|
2380
2308
|
{
|
|
2381
2309
|
"kind": "js",
|
|
2382
|
-
"name": "
|
|
2310
|
+
"name": "foundationAccordionShadowOptions",
|
|
2383
2311
|
"declaration": {
|
|
2384
|
-
"name": "
|
|
2385
|
-
"module": "src/
|
|
2312
|
+
"name": "foundationAccordionShadowOptions",
|
|
2313
|
+
"module": "src/accordion/accordion.ts"
|
|
2314
|
+
}
|
|
2315
|
+
},
|
|
2316
|
+
{
|
|
2317
|
+
"kind": "js",
|
|
2318
|
+
"name": "defaultAccordionConfig",
|
|
2319
|
+
"declaration": {
|
|
2320
|
+
"name": "defaultAccordionConfig",
|
|
2321
|
+
"module": "src/accordion/accordion.ts"
|
|
2322
|
+
}
|
|
2323
|
+
},
|
|
2324
|
+
{
|
|
2325
|
+
"kind": "js",
|
|
2326
|
+
"name": "foundationAccordion",
|
|
2327
|
+
"declaration": {
|
|
2328
|
+
"name": "foundationAccordion",
|
|
2329
|
+
"module": "src/accordion/accordion.ts"
|
|
2386
2330
|
}
|
|
2387
2331
|
}
|
|
2388
2332
|
]
|
|
2389
2333
|
},
|
|
2390
2334
|
{
|
|
2391
2335
|
"kind": "javascript-module",
|
|
2392
|
-
"path": "src/
|
|
2336
|
+
"path": "src/accordion/index.ts",
|
|
2393
2337
|
"declarations": [],
|
|
2394
2338
|
"exports": [
|
|
2395
2339
|
{
|
|
@@ -2397,7 +2341,7 @@
|
|
|
2397
2341
|
"name": "*",
|
|
2398
2342
|
"declaration": {
|
|
2399
2343
|
"name": "*",
|
|
2400
|
-
"package": "./
|
|
2344
|
+
"package": "./accordion.template"
|
|
2401
2345
|
}
|
|
2402
2346
|
},
|
|
2403
2347
|
{
|
|
@@ -2405,7 +2349,7 @@
|
|
|
2405
2349
|
"name": "*",
|
|
2406
2350
|
"declaration": {
|
|
2407
2351
|
"name": "*",
|
|
2408
|
-
"package": "./
|
|
2352
|
+
"package": "./accordion.styles"
|
|
2409
2353
|
}
|
|
2410
2354
|
},
|
|
2411
2355
|
{
|
|
@@ -2413,122 +2357,210 @@
|
|
|
2413
2357
|
"name": "*",
|
|
2414
2358
|
"declaration": {
|
|
2415
2359
|
"name": "*",
|
|
2416
|
-
"package": "./
|
|
2360
|
+
"package": "./accordion"
|
|
2417
2361
|
}
|
|
2418
2362
|
}
|
|
2419
2363
|
]
|
|
2420
2364
|
},
|
|
2421
2365
|
{
|
|
2422
2366
|
"kind": "javascript-module",
|
|
2423
|
-
"path": "src/
|
|
2367
|
+
"path": "src/actions-menu/actions-menu.styles.ts",
|
|
2424
2368
|
"declarations": [
|
|
2425
2369
|
{
|
|
2426
|
-
"kind": "
|
|
2427
|
-
"name": "
|
|
2428
|
-
"
|
|
2429
|
-
|
|
2370
|
+
"kind": "function",
|
|
2371
|
+
"name": "actionsMenuBaseStyles",
|
|
2372
|
+
"return": {
|
|
2373
|
+
"type": {
|
|
2374
|
+
"text": "ElementStyles"
|
|
2375
|
+
}
|
|
2376
|
+
},
|
|
2377
|
+
"parameters": [
|
|
2378
|
+
{
|
|
2379
|
+
"name": "context",
|
|
2380
|
+
"type": {
|
|
2381
|
+
"text": "ElementDefinitionContext"
|
|
2382
|
+
}
|
|
2383
|
+
},
|
|
2384
|
+
{
|
|
2385
|
+
"name": "definition",
|
|
2386
|
+
"type": {
|
|
2387
|
+
"text": "FoundationElementDefinition"
|
|
2388
|
+
}
|
|
2389
|
+
}
|
|
2390
|
+
]
|
|
2391
|
+
},
|
|
2392
|
+
{
|
|
2393
|
+
"kind": "function",
|
|
2394
|
+
"name": "foundationActionsMenuStyles",
|
|
2395
|
+
"return": {
|
|
2396
|
+
"type": {
|
|
2397
|
+
"text": "ElementStyles"
|
|
2398
|
+
}
|
|
2399
|
+
},
|
|
2400
|
+
"parameters": [
|
|
2401
|
+
{
|
|
2402
|
+
"name": "context",
|
|
2403
|
+
"type": {
|
|
2404
|
+
"text": "ElementDefinitionContext"
|
|
2405
|
+
}
|
|
2406
|
+
},
|
|
2407
|
+
{
|
|
2408
|
+
"name": "definition",
|
|
2409
|
+
"type": {
|
|
2410
|
+
"text": "FoundationElementDefinition"
|
|
2411
|
+
}
|
|
2412
|
+
}
|
|
2413
|
+
]
|
|
2414
|
+
}
|
|
2430
2415
|
],
|
|
2431
2416
|
"exports": [
|
|
2432
2417
|
{
|
|
2433
2418
|
"kind": "js",
|
|
2434
|
-
"name": "
|
|
2419
|
+
"name": "actionsMenuBaseStyles",
|
|
2435
2420
|
"declaration": {
|
|
2436
|
-
"name": "
|
|
2437
|
-
"module": "src/
|
|
2421
|
+
"name": "actionsMenuBaseStyles",
|
|
2422
|
+
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
2423
|
+
}
|
|
2424
|
+
},
|
|
2425
|
+
{
|
|
2426
|
+
"kind": "js",
|
|
2427
|
+
"name": "foundationActionsMenuStyles",
|
|
2428
|
+
"declaration": {
|
|
2429
|
+
"name": "foundationActionsMenuStyles",
|
|
2430
|
+
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
2438
2431
|
}
|
|
2439
2432
|
}
|
|
2440
2433
|
]
|
|
2441
2434
|
},
|
|
2442
2435
|
{
|
|
2443
2436
|
"kind": "javascript-module",
|
|
2444
|
-
"path": "src/
|
|
2437
|
+
"path": "src/actions-menu/actions-menu.template.ts",
|
|
2445
2438
|
"declarations": [
|
|
2439
|
+
{
|
|
2440
|
+
"kind": "function",
|
|
2441
|
+
"name": "menuTemplate",
|
|
2442
|
+
"parameters": [
|
|
2443
|
+
{
|
|
2444
|
+
"name": "prefix",
|
|
2445
|
+
"type": {
|
|
2446
|
+
"text": "string"
|
|
2447
|
+
}
|
|
2448
|
+
}
|
|
2449
|
+
]
|
|
2450
|
+
},
|
|
2451
|
+
{
|
|
2452
|
+
"kind": "function",
|
|
2453
|
+
"name": "singleOptionTemplate",
|
|
2454
|
+
"parameters": [
|
|
2455
|
+
{
|
|
2456
|
+
"name": "prefix",
|
|
2457
|
+
"type": {
|
|
2458
|
+
"text": "string"
|
|
2459
|
+
}
|
|
2460
|
+
}
|
|
2461
|
+
]
|
|
2462
|
+
},
|
|
2446
2463
|
{
|
|
2447
2464
|
"kind": "variable",
|
|
2448
|
-
"name": "
|
|
2465
|
+
"name": "foundationActionsMenuTemplate",
|
|
2449
2466
|
"type": {
|
|
2450
|
-
"text": "ViewTemplate<
|
|
2467
|
+
"text": "ViewTemplate<ActionsMenu>"
|
|
2451
2468
|
},
|
|
2452
|
-
"default": "html`\n ${(x) =>
|
|
2469
|
+
"default": "html`\n <div\n class=\"actions-container${(x) => (x.isVertical ? ' actions-vertical' : '')}\"\n part=\"actions-container\"\n >\n ${(x) => x.getTemplate(getPrefix(x))}\n </div>\n`"
|
|
2453
2470
|
}
|
|
2454
2471
|
],
|
|
2455
2472
|
"exports": [
|
|
2456
2473
|
{
|
|
2457
2474
|
"kind": "js",
|
|
2458
|
-
"name": "
|
|
2475
|
+
"name": "menuTemplate",
|
|
2459
2476
|
"declaration": {
|
|
2460
|
-
"name": "
|
|
2461
|
-
"module": "src/
|
|
2477
|
+
"name": "menuTemplate",
|
|
2478
|
+
"module": "src/actions-menu/actions-menu.template.ts"
|
|
2479
|
+
}
|
|
2480
|
+
},
|
|
2481
|
+
{
|
|
2482
|
+
"kind": "js",
|
|
2483
|
+
"name": "singleOptionTemplate",
|
|
2484
|
+
"declaration": {
|
|
2485
|
+
"name": "singleOptionTemplate",
|
|
2486
|
+
"module": "src/actions-menu/actions-menu.template.ts"
|
|
2487
|
+
}
|
|
2488
|
+
},
|
|
2489
|
+
{
|
|
2490
|
+
"kind": "js",
|
|
2491
|
+
"name": "foundationActionsMenuTemplate",
|
|
2492
|
+
"declaration": {
|
|
2493
|
+
"name": "foundationActionsMenuTemplate",
|
|
2494
|
+
"module": "src/actions-menu/actions-menu.template.ts"
|
|
2462
2495
|
}
|
|
2463
2496
|
}
|
|
2464
2497
|
]
|
|
2465
2498
|
},
|
|
2466
2499
|
{
|
|
2467
2500
|
"kind": "javascript-module",
|
|
2468
|
-
"path": "src/
|
|
2501
|
+
"path": "src/actions-menu/actions-menu.ts",
|
|
2469
2502
|
"declarations": [
|
|
2470
2503
|
{
|
|
2471
2504
|
"kind": "class",
|
|
2472
|
-
"description": "
|
|
2473
|
-
"name": "
|
|
2505
|
+
"description": "",
|
|
2506
|
+
"name": "ActionsMenu",
|
|
2474
2507
|
"members": [
|
|
2475
2508
|
{
|
|
2476
2509
|
"kind": "field",
|
|
2477
|
-
"name": "
|
|
2510
|
+
"name": "actions",
|
|
2478
2511
|
"type": {
|
|
2479
|
-
"text": "
|
|
2512
|
+
"text": "ActionMenuItem[]"
|
|
2480
2513
|
}
|
|
2481
2514
|
},
|
|
2482
2515
|
{
|
|
2483
2516
|
"kind": "field",
|
|
2484
|
-
"name": "
|
|
2517
|
+
"name": "isVertical",
|
|
2485
2518
|
"type": {
|
|
2486
|
-
"text": "
|
|
2519
|
+
"text": "boolean"
|
|
2487
2520
|
},
|
|
2488
|
-
"default": "
|
|
2521
|
+
"default": "false"
|
|
2489
2522
|
},
|
|
2490
2523
|
{
|
|
2491
2524
|
"kind": "field",
|
|
2492
|
-
"name": "
|
|
2525
|
+
"name": "addDefaultActions",
|
|
2493
2526
|
"type": {
|
|
2494
2527
|
"text": "boolean"
|
|
2495
|
-
}
|
|
2528
|
+
},
|
|
2529
|
+
"default": "true"
|
|
2496
2530
|
},
|
|
2497
2531
|
{
|
|
2498
2532
|
"kind": "field",
|
|
2499
|
-
"name": "
|
|
2533
|
+
"name": "autoCloseOnAction",
|
|
2500
2534
|
"type": {
|
|
2501
|
-
"text": "
|
|
2535
|
+
"text": "boolean"
|
|
2502
2536
|
},
|
|
2503
|
-
"default": "
|
|
2537
|
+
"default": "true"
|
|
2504
2538
|
},
|
|
2505
2539
|
{
|
|
2506
2540
|
"kind": "field",
|
|
2507
|
-
"name": "
|
|
2541
|
+
"name": "classNames",
|
|
2508
2542
|
"type": {
|
|
2509
|
-
"text": "
|
|
2510
|
-
}
|
|
2511
|
-
"default": "false"
|
|
2543
|
+
"text": "string"
|
|
2544
|
+
}
|
|
2512
2545
|
},
|
|
2513
2546
|
{
|
|
2514
2547
|
"kind": "field",
|
|
2515
|
-
"name": "
|
|
2548
|
+
"name": "definition",
|
|
2516
2549
|
"type": {
|
|
2517
|
-
"text": "
|
|
2518
|
-
}
|
|
2519
|
-
"default": "null"
|
|
2550
|
+
"text": "any"
|
|
2551
|
+
}
|
|
2520
2552
|
},
|
|
2521
2553
|
{
|
|
2522
2554
|
"kind": "field",
|
|
2523
|
-
"name": "
|
|
2555
|
+
"name": "name",
|
|
2524
2556
|
"type": {
|
|
2525
|
-
"text": "
|
|
2557
|
+
"text": "string"
|
|
2526
2558
|
},
|
|
2527
|
-
"default": "
|
|
2559
|
+
"default": "'Actions'"
|
|
2528
2560
|
},
|
|
2529
2561
|
{
|
|
2530
2562
|
"kind": "field",
|
|
2531
|
-
"name": "
|
|
2563
|
+
"name": "open",
|
|
2532
2564
|
"type": {
|
|
2533
2565
|
"text": "boolean"
|
|
2534
2566
|
},
|
|
@@ -2536,15 +2568,14 @@
|
|
|
2536
2568
|
},
|
|
2537
2569
|
{
|
|
2538
2570
|
"kind": "field",
|
|
2539
|
-
"name": "
|
|
2571
|
+
"name": "buttonAppearance",
|
|
2540
2572
|
"type": {
|
|
2541
|
-
"text": "
|
|
2542
|
-
}
|
|
2543
|
-
"default": "[]"
|
|
2573
|
+
"text": "string"
|
|
2574
|
+
}
|
|
2544
2575
|
},
|
|
2545
2576
|
{
|
|
2546
2577
|
"kind": "field",
|
|
2547
|
-
"name": "
|
|
2578
|
+
"name": "hideDisabled",
|
|
2548
2579
|
"type": {
|
|
2549
2580
|
"text": "boolean"
|
|
2550
2581
|
},
|
|
@@ -2552,125 +2583,114 @@
|
|
|
2552
2583
|
},
|
|
2553
2584
|
{
|
|
2554
2585
|
"kind": "field",
|
|
2555
|
-
"name": "
|
|
2586
|
+
"name": "hideMenuSingleOption",
|
|
2556
2587
|
"type": {
|
|
2557
|
-
"text": "
|
|
2588
|
+
"text": "boolean"
|
|
2558
2589
|
},
|
|
2559
|
-
"
|
|
2590
|
+
"default": "false"
|
|
2560
2591
|
},
|
|
2561
2592
|
{
|
|
2562
2593
|
"kind": "field",
|
|
2563
|
-
"name": "
|
|
2594
|
+
"name": "singleOption",
|
|
2564
2595
|
"type": {
|
|
2565
|
-
"text": "
|
|
2566
|
-
}
|
|
2567
|
-
"privacy": "private",
|
|
2568
|
-
"default": "null"
|
|
2596
|
+
"text": "ActionMenuItem"
|
|
2597
|
+
}
|
|
2569
2598
|
},
|
|
2570
2599
|
{
|
|
2571
2600
|
"kind": "field",
|
|
2572
|
-
"name": "
|
|
2601
|
+
"name": "actionsMenu",
|
|
2573
2602
|
"type": {
|
|
2574
|
-
"text": "
|
|
2575
|
-
}
|
|
2576
|
-
"privacy": "private",
|
|
2577
|
-
"default": "null"
|
|
2603
|
+
"text": "HTMLElement"
|
|
2604
|
+
}
|
|
2578
2605
|
},
|
|
2579
2606
|
{
|
|
2580
2607
|
"kind": "field",
|
|
2581
|
-
"name": "
|
|
2608
|
+
"name": "actionsOpener",
|
|
2582
2609
|
"type": {
|
|
2583
|
-
"text": "
|
|
2584
|
-
}
|
|
2585
|
-
"readonly": true
|
|
2610
|
+
"text": "HTMLElement"
|
|
2611
|
+
}
|
|
2586
2612
|
},
|
|
2587
2613
|
{
|
|
2588
|
-
"kind": "
|
|
2589
|
-
"name": "
|
|
2590
|
-
"
|
|
2591
|
-
"text": "CriteriaChip[]"
|
|
2592
|
-
},
|
|
2593
|
-
"readonly": true
|
|
2614
|
+
"kind": "method",
|
|
2615
|
+
"name": "updateMenuPosition",
|
|
2616
|
+
"privacy": "private"
|
|
2594
2617
|
},
|
|
2595
2618
|
{
|
|
2596
2619
|
"kind": "method",
|
|
2597
|
-
"name": "
|
|
2598
|
-
"privacy": "
|
|
2599
|
-
"return": {
|
|
2600
|
-
"type": {
|
|
2601
|
-
"text": "string"
|
|
2602
|
-
}
|
|
2603
|
-
},
|
|
2620
|
+
"name": "definitionChanged",
|
|
2621
|
+
"privacy": "protected",
|
|
2604
2622
|
"parameters": [
|
|
2605
2623
|
{
|
|
2606
|
-
"name": "
|
|
2624
|
+
"name": "oldValue",
|
|
2607
2625
|
"type": {
|
|
2608
|
-
"text": "
|
|
2626
|
+
"text": "any"
|
|
2627
|
+
}
|
|
2628
|
+
},
|
|
2629
|
+
{
|
|
2630
|
+
"name": "newValue",
|
|
2631
|
+
"type": {
|
|
2632
|
+
"text": "any"
|
|
2609
2633
|
}
|
|
2610
2634
|
}
|
|
2611
2635
|
]
|
|
2612
2636
|
},
|
|
2613
2637
|
{
|
|
2614
2638
|
"kind": "method",
|
|
2615
|
-
"name": "
|
|
2616
|
-
"
|
|
2617
|
-
"type": {
|
|
2618
|
-
"text": "void"
|
|
2619
|
-
}
|
|
2620
|
-
}
|
|
2639
|
+
"name": "openChanged",
|
|
2640
|
+
"privacy": "protected"
|
|
2621
2641
|
},
|
|
2622
2642
|
{
|
|
2623
2643
|
"kind": "method",
|
|
2624
|
-
"name": "
|
|
2625
|
-
|
|
2626
|
-
|
|
2627
|
-
|
|
2628
|
-
|
|
2629
|
-
},
|
|
2644
|
+
"name": "toggleActionsMenuVisibility"
|
|
2645
|
+
},
|
|
2646
|
+
{
|
|
2647
|
+
"kind": "method",
|
|
2648
|
+
"name": "onActionMenuItemClick",
|
|
2630
2649
|
"parameters": [
|
|
2631
2650
|
{
|
|
2632
|
-
"name": "
|
|
2651
|
+
"name": "callback",
|
|
2633
2652
|
"type": {
|
|
2634
|
-
"text": "
|
|
2635
|
-
}
|
|
2636
|
-
},
|
|
2637
|
-
{
|
|
2638
|
-
"name": "clauseIndex",
|
|
2639
|
-
"type": {
|
|
2640
|
-
"text": "number"
|
|
2653
|
+
"text": "(rowData) => void | any"
|
|
2641
2654
|
}
|
|
2642
2655
|
}
|
|
2643
2656
|
]
|
|
2644
2657
|
},
|
|
2645
2658
|
{
|
|
2646
|
-
"kind": "
|
|
2647
|
-
"name": "
|
|
2648
|
-
"
|
|
2649
|
-
"
|
|
2650
|
-
|
|
2651
|
-
|
|
2652
|
-
}
|
|
2653
|
-
},
|
|
2654
|
-
{
|
|
2655
|
-
"kind": "method",
|
|
2656
|
-
"name": "handleSubmit"
|
|
2657
|
-
},
|
|
2658
|
-
{
|
|
2659
|
-
"kind": "method",
|
|
2660
|
-
"name": "handleBlur"
|
|
2659
|
+
"kind": "field",
|
|
2660
|
+
"name": "allActions",
|
|
2661
|
+
"type": {
|
|
2662
|
+
"text": "ActionMenuItem[]"
|
|
2663
|
+
},
|
|
2664
|
+
"readonly": true
|
|
2661
2665
|
},
|
|
2662
2666
|
{
|
|
2663
|
-
"kind": "
|
|
2664
|
-
"name": "
|
|
2667
|
+
"kind": "field",
|
|
2668
|
+
"name": "rowData",
|
|
2669
|
+
"readonly": true
|
|
2665
2670
|
},
|
|
2666
2671
|
{
|
|
2667
2672
|
"kind": "method",
|
|
2668
|
-
"name": "
|
|
2673
|
+
"name": "getLabel",
|
|
2674
|
+
"parameters": [
|
|
2675
|
+
{
|
|
2676
|
+
"name": "name",
|
|
2677
|
+
"type": {
|
|
2678
|
+
"text": "string | ((rowData: any) => string)"
|
|
2679
|
+
}
|
|
2680
|
+
}
|
|
2681
|
+
]
|
|
2669
2682
|
},
|
|
2670
2683
|
{
|
|
2671
2684
|
"kind": "method",
|
|
2672
|
-
"name": "
|
|
2673
|
-
"
|
|
2685
|
+
"name": "getTemplate",
|
|
2686
|
+
"parameters": [
|
|
2687
|
+
{
|
|
2688
|
+
"name": "prefix",
|
|
2689
|
+
"type": {
|
|
2690
|
+
"text": "string"
|
|
2691
|
+
}
|
|
2692
|
+
}
|
|
2693
|
+
]
|
|
2674
2694
|
},
|
|
2675
2695
|
{
|
|
2676
2696
|
"kind": "field",
|
|
@@ -2784,154 +2804,115 @@
|
|
|
2784
2804
|
}
|
|
2785
2805
|
}
|
|
2786
2806
|
],
|
|
2787
|
-
"
|
|
2807
|
+
"attributes": [
|
|
2788
2808
|
{
|
|
2789
|
-
"
|
|
2790
|
-
"
|
|
2809
|
+
"name": "is-vertical",
|
|
2810
|
+
"type": {
|
|
2811
|
+
"text": "boolean"
|
|
2812
|
+
},
|
|
2813
|
+
"default": "false",
|
|
2814
|
+
"fieldName": "isVertical"
|
|
2791
2815
|
},
|
|
2792
2816
|
{
|
|
2793
|
-
"
|
|
2794
|
-
"
|
|
2795
|
-
|
|
2796
|
-
|
|
2797
|
-
|
|
2817
|
+
"name": "add-default-actions",
|
|
2818
|
+
"type": {
|
|
2819
|
+
"text": "boolean"
|
|
2820
|
+
},
|
|
2821
|
+
"default": "true",
|
|
2822
|
+
"fieldName": "addDefaultActions"
|
|
2823
|
+
},
|
|
2798
2824
|
{
|
|
2799
|
-
"name": "
|
|
2825
|
+
"name": "auto-close-on-action",
|
|
2826
|
+
"type": {
|
|
2827
|
+
"text": "boolean"
|
|
2828
|
+
},
|
|
2829
|
+
"default": "true",
|
|
2830
|
+
"fieldName": "autoCloseOnAction"
|
|
2831
|
+
},
|
|
2832
|
+
{
|
|
2833
|
+
"name": "name",
|
|
2800
2834
|
"type": {
|
|
2801
2835
|
"text": "string"
|
|
2802
2836
|
},
|
|
2803
|
-
"default": "'
|
|
2804
|
-
"fieldName": "
|
|
2837
|
+
"default": "'Actions'",
|
|
2838
|
+
"fieldName": "name"
|
|
2805
2839
|
},
|
|
2806
2840
|
{
|
|
2841
|
+
"name": "open",
|
|
2807
2842
|
"type": {
|
|
2808
2843
|
"text": "boolean"
|
|
2809
2844
|
},
|
|
2810
|
-
"
|
|
2845
|
+
"default": "false",
|
|
2846
|
+
"fieldName": "open"
|
|
2847
|
+
},
|
|
2848
|
+
{
|
|
2849
|
+
"name": "buttonAppearance",
|
|
2850
|
+
"type": {
|
|
2851
|
+
"text": "string"
|
|
2852
|
+
},
|
|
2853
|
+
"fieldName": "buttonAppearance"
|
|
2854
|
+
},
|
|
2855
|
+
{
|
|
2856
|
+
"name": "hide-disabled",
|
|
2857
|
+
"type": {
|
|
2858
|
+
"text": "boolean"
|
|
2859
|
+
},
|
|
2860
|
+
"default": "false",
|
|
2861
|
+
"fieldName": "hideDisabled"
|
|
2862
|
+
},
|
|
2863
|
+
{
|
|
2864
|
+
"name": "hide-menu-single-option",
|
|
2865
|
+
"type": {
|
|
2866
|
+
"text": "boolean"
|
|
2867
|
+
},
|
|
2868
|
+
"default": "false",
|
|
2869
|
+
"fieldName": "hideMenuSingleOption"
|
|
2811
2870
|
}
|
|
2812
2871
|
],
|
|
2813
2872
|
"superclass": {
|
|
2814
2873
|
"name": "FoundationElement",
|
|
2815
2874
|
"package": "@microsoft/fast-foundation"
|
|
2816
2875
|
},
|
|
2817
|
-
"tagName": "%%prefix%%-
|
|
2876
|
+
"tagName": "%%prefix%%-actions-menu",
|
|
2818
2877
|
"customElement": true
|
|
2819
2878
|
},
|
|
2820
2879
|
{
|
|
2821
2880
|
"kind": "variable",
|
|
2822
|
-
"name": "
|
|
2823
|
-
"
|
|
2824
|
-
|
|
2825
|
-
},
|
|
2826
|
-
"default": "undefined"
|
|
2827
|
-
},
|
|
2828
|
-
{
|
|
2829
|
-
"kind": "variable",
|
|
2830
|
-
"name": "defaultAiCriteriaSearchConfig",
|
|
2831
|
-
"type": {
|
|
2832
|
-
"text": "object"
|
|
2833
|
-
},
|
|
2834
|
-
"default": "{}"
|
|
2835
|
-
},
|
|
2836
|
-
{
|
|
2837
|
-
"kind": "variable",
|
|
2838
|
-
"name": "foundationAiCriteriaSearch"
|
|
2881
|
+
"name": "foundationActionsMenu",
|
|
2882
|
+
"description": "The Foundation Actions Menu",
|
|
2883
|
+
"privacy": "public"
|
|
2839
2884
|
}
|
|
2840
2885
|
],
|
|
2841
2886
|
"exports": [
|
|
2842
2887
|
{
|
|
2843
2888
|
"kind": "js",
|
|
2844
|
-
"name": "
|
|
2845
|
-
"declaration": {
|
|
2846
|
-
"name": "AiCriteriaSearch",
|
|
2847
|
-
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2848
|
-
}
|
|
2849
|
-
},
|
|
2850
|
-
{
|
|
2851
|
-
"kind": "js",
|
|
2852
|
-
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
2853
|
-
"declaration": {
|
|
2854
|
-
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
2855
|
-
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2856
|
-
}
|
|
2857
|
-
},
|
|
2858
|
-
{
|
|
2859
|
-
"kind": "js",
|
|
2860
|
-
"name": "defaultAiCriteriaSearchConfig",
|
|
2889
|
+
"name": "ActionsMenu",
|
|
2861
2890
|
"declaration": {
|
|
2862
|
-
"name": "
|
|
2863
|
-
"module": "src/
|
|
2891
|
+
"name": "ActionsMenu",
|
|
2892
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2864
2893
|
}
|
|
2865
2894
|
},
|
|
2866
2895
|
{
|
|
2867
2896
|
"kind": "js",
|
|
2868
|
-
"name": "
|
|
2897
|
+
"name": "foundationActionsMenu",
|
|
2869
2898
|
"declaration": {
|
|
2870
|
-
"name": "
|
|
2871
|
-
"module": "src/
|
|
2899
|
+
"name": "foundationActionsMenu",
|
|
2900
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2872
2901
|
}
|
|
2873
2902
|
}
|
|
2874
2903
|
]
|
|
2875
2904
|
},
|
|
2876
2905
|
{
|
|
2877
2906
|
"kind": "javascript-module",
|
|
2878
|
-
"path": "src/
|
|
2907
|
+
"path": "src/actions-menu/index.ts",
|
|
2879
2908
|
"declarations": [],
|
|
2880
2909
|
"exports": [
|
|
2881
|
-
{
|
|
2882
|
-
"kind": "js",
|
|
2883
|
-
"name": "AiCriteriaSearch",
|
|
2884
|
-
"declaration": {
|
|
2885
|
-
"name": "AiCriteriaSearch",
|
|
2886
|
-
"module": "./ai-criteria-search"
|
|
2887
|
-
}
|
|
2888
|
-
},
|
|
2889
|
-
{
|
|
2890
|
-
"kind": "js",
|
|
2891
|
-
"name": "defaultAiCriteriaSearchConfig",
|
|
2892
|
-
"declaration": {
|
|
2893
|
-
"name": "defaultAiCriteriaSearchConfig",
|
|
2894
|
-
"module": "./ai-criteria-search"
|
|
2895
|
-
}
|
|
2896
|
-
},
|
|
2897
|
-
{
|
|
2898
|
-
"kind": "js",
|
|
2899
|
-
"name": "foundationAiCriteriaSearch",
|
|
2900
|
-
"declaration": {
|
|
2901
|
-
"name": "foundationAiCriteriaSearch",
|
|
2902
|
-
"module": "./ai-criteria-search"
|
|
2903
|
-
}
|
|
2904
|
-
},
|
|
2905
|
-
{
|
|
2906
|
-
"kind": "js",
|
|
2907
|
-
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
2908
|
-
"declaration": {
|
|
2909
|
-
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
2910
|
-
"module": "./ai-criteria-search"
|
|
2911
|
-
}
|
|
2912
|
-
},
|
|
2913
|
-
{
|
|
2914
|
-
"kind": "js",
|
|
2915
|
-
"name": "foundationAiCriteriaSearchStyles",
|
|
2916
|
-
"declaration": {
|
|
2917
|
-
"name": "foundationAiCriteriaSearchStyles",
|
|
2918
|
-
"module": "./ai-criteria-search.styles"
|
|
2919
|
-
}
|
|
2920
|
-
},
|
|
2921
|
-
{
|
|
2922
|
-
"kind": "js",
|
|
2923
|
-
"name": "foundationAiCriteriaSearchTemplate",
|
|
2924
|
-
"declaration": {
|
|
2925
|
-
"name": "foundationAiCriteriaSearchTemplate",
|
|
2926
|
-
"module": "./ai-criteria-search.template"
|
|
2927
|
-
}
|
|
2928
|
-
},
|
|
2929
2910
|
{
|
|
2930
2911
|
"kind": "js",
|
|
2931
2912
|
"name": "*",
|
|
2932
2913
|
"declaration": {
|
|
2933
2914
|
"name": "*",
|
|
2934
|
-
"package": "./
|
|
2915
|
+
"package": "./actions-menu.styles"
|
|
2935
2916
|
}
|
|
2936
2917
|
},
|
|
2937
2918
|
{
|
|
@@ -2939,7 +2920,7 @@
|
|
|
2939
2920
|
"name": "*",
|
|
2940
2921
|
"declaration": {
|
|
2941
2922
|
"name": "*",
|
|
2942
|
-
"package": "./
|
|
2923
|
+
"package": "./actions-menu.template"
|
|
2943
2924
|
}
|
|
2944
2925
|
},
|
|
2945
2926
|
{
|
|
@@ -2947,357 +2928,215 @@
|
|
|
2947
2928
|
"name": "*",
|
|
2948
2929
|
"declaration": {
|
|
2949
2930
|
"name": "*",
|
|
2950
|
-
"package": "./
|
|
2951
|
-
}
|
|
2952
|
-
}
|
|
2953
|
-
]
|
|
2954
|
-
},
|
|
2955
|
-
{
|
|
2956
|
-
"kind": "javascript-module",
|
|
2957
|
-
"path": "src/ai-criteria-search/validation-error-notification.ts",
|
|
2958
|
-
"declarations": [
|
|
2959
|
-
{
|
|
2960
|
-
"kind": "function",
|
|
2961
|
-
"name": "formatValidationErrors",
|
|
2962
|
-
"return": {
|
|
2963
|
-
"type": {
|
|
2964
|
-
"text": "string"
|
|
2965
|
-
}
|
|
2966
|
-
},
|
|
2967
|
-
"parameters": [
|
|
2968
|
-
{
|
|
2969
|
-
"name": "errors",
|
|
2970
|
-
"type": {
|
|
2971
|
-
"text": "ValidationError[]"
|
|
2972
|
-
}
|
|
2973
|
-
}
|
|
2974
|
-
],
|
|
2975
|
-
"description": "Formats validation errors into a user-friendly message."
|
|
2976
|
-
},
|
|
2977
|
-
{
|
|
2978
|
-
"kind": "function",
|
|
2979
|
-
"name": "showCriteriaError",
|
|
2980
|
-
"return": {
|
|
2981
|
-
"type": {
|
|
2982
|
-
"text": "void"
|
|
2983
|
-
}
|
|
2984
|
-
},
|
|
2985
|
-
"parameters": [
|
|
2986
|
-
{
|
|
2987
|
-
"name": "title",
|
|
2988
|
-
"type": {
|
|
2989
|
-
"text": "string"
|
|
2990
|
-
},
|
|
2991
|
-
"description": "Notification title (e.g. \"Criteria validation error\")"
|
|
2992
|
-
},
|
|
2993
|
-
{
|
|
2994
|
-
"name": "body",
|
|
2995
|
-
"type": {
|
|
2996
|
-
"text": "string"
|
|
2997
|
-
},
|
|
2998
|
-
"description": "Error message to display"
|
|
2999
|
-
},
|
|
3000
|
-
{
|
|
3001
|
-
"name": "tagName",
|
|
3002
|
-
"type": {
|
|
3003
|
-
"text": "string"
|
|
3004
|
-
},
|
|
3005
|
-
"description": "Design system prefix (e.g. \"rapid\", \"foundation\")"
|
|
3006
|
-
}
|
|
3007
|
-
],
|
|
3008
|
-
"description": "Shows a criteria error as a toast notification."
|
|
3009
|
-
}
|
|
3010
|
-
],
|
|
3011
|
-
"exports": [
|
|
3012
|
-
{
|
|
3013
|
-
"kind": "js",
|
|
3014
|
-
"name": "formatValidationErrors",
|
|
3015
|
-
"declaration": {
|
|
3016
|
-
"name": "formatValidationErrors",
|
|
3017
|
-
"module": "src/ai-criteria-search/validation-error-notification.ts"
|
|
3018
|
-
}
|
|
3019
|
-
},
|
|
3020
|
-
{
|
|
3021
|
-
"kind": "js",
|
|
3022
|
-
"name": "showCriteriaError",
|
|
3023
|
-
"declaration": {
|
|
3024
|
-
"name": "showCriteriaError",
|
|
3025
|
-
"module": "src/ai-criteria-search/validation-error-notification.ts"
|
|
2931
|
+
"package": "./actions-menu"
|
|
3026
2932
|
}
|
|
3027
2933
|
}
|
|
3028
2934
|
]
|
|
3029
2935
|
},
|
|
3030
2936
|
{
|
|
3031
2937
|
"kind": "javascript-module",
|
|
3032
|
-
"path": "src/
|
|
2938
|
+
"path": "src/ai-criteria-search/ai-criteria-search.styles.ts",
|
|
3033
2939
|
"declarations": [
|
|
3034
|
-
{
|
|
3035
|
-
"kind": "
|
|
3036
|
-
"name": "
|
|
3037
|
-
"
|
|
3038
|
-
"type": {
|
|
3039
|
-
"text": "ElementStyles"
|
|
3040
|
-
}
|
|
3041
|
-
},
|
|
3042
|
-
"parameters": [
|
|
3043
|
-
{
|
|
3044
|
-
"name": "context",
|
|
3045
|
-
"type": {
|
|
3046
|
-
"text": "ElementDefinitionContext"
|
|
3047
|
-
}
|
|
3048
|
-
},
|
|
3049
|
-
{
|
|
3050
|
-
"name": "definition",
|
|
3051
|
-
"type": {
|
|
3052
|
-
"text": "FoundationElementDefinition"
|
|
3053
|
-
}
|
|
3054
|
-
}
|
|
3055
|
-
]
|
|
2940
|
+
{
|
|
2941
|
+
"kind": "variable",
|
|
2942
|
+
"name": "foundationAiCriteriaSearchStyles",
|
|
2943
|
+
"default": "css`\n :host {\n display: block;\n width: 800px;\n }\n\n .ai-criteria-search {\n display: flex;\n flex-direction: column;\n gap: calc(${designUnit} * 2px);\n }\n\n .ai-criteria-search-row {\n display: flex;\n flex-direction: row;\n gap: calc(${designUnit} * 2px);\n align-items: center;\n }\n\n .criteria-input {\n height: calc(((var(--base-height-multiplier) + var(--density)) * var(--design-unit) - 4) * 1px);\n flex: 1;\n min-width: 0;\n }\n\n .criteria-chips-inline {\n height: calc(((var(--base-height-multiplier) + var(--density)) * var(--design-unit) - 4) * 1px);\n flex: 1;\n min-width: 0;\n display: flex;\n align-items: center;\n gap: calc(${designUnit} * 1px);\n overflow-x: auto;\n padding: 0 calc(${designUnit} * 2px);\n background: var(--neutral-fill-input-rest);\n border: calc(var(--stroke-width) * 1px) solid var(--neutral-stroke-rest);\n border-radius: calc(var(--control-corner-radius) * 1px);\n scrollbar-width: none;\n }\n\n .criteria-chips-inline::-webkit-scrollbar {\n display: none;\n }\n\n .mic-icon {\n color: var(--neutral-foreground-rest);\n fill: currentColor;\n }\n\n .criteria-toggle-button,\n .criteria-clear-button {\n flex-shrink: 0;\n }\n\n .criteria-chip {\n display: inline-flex;\n align-items: center;\n flex-shrink: 0;\n gap: calc(${designUnit} * 1px);\n padding: calc(${designUnit} * 0.5px) calc(${designUnit} * 2px);\n background: var(--neutral-fill-rest);\n border: calc(var(--stroke-width) * 1px) solid var(--neutral-stroke-rest);\n border-radius: calc(${designUnit} * 4px);\n font-size: var(--type-ramp-minus-1-font-size);\n color: var(--neutral-foreground-rest);\n white-space: nowrap;\n }\n\n .criteria-chip-field {\n font-weight: 600;\n }\n\n .criteria-chip-operator {\n color: var(--neutral-foreground-hint, var(--neutral-foreground-rest));\n font-style: italic;\n }\n\n .criteria-chip-remove {\n display: inline-flex;\n align-items: center;\n justify-content: center;\n width: 14px;\n height: 14px;\n padding: 0;\n margin-left: calc(${designUnit} * 0.5px);\n background: none;\n border: none;\n cursor: pointer;\n color: var(--neutral-foreground-hint, var(--neutral-foreground-rest));\n font-size: 10px;\n border-radius: 50%;\n line-height: 1;\n }\n\n .criteria-chip-remove:hover {\n background: var(--neutral-fill-hover);\n color: var(--neutral-foreground-rest);\n }\n`"
|
|
3056
2944
|
}
|
|
3057
2945
|
],
|
|
3058
2946
|
"exports": [
|
|
3059
2947
|
{
|
|
3060
2948
|
"kind": "js",
|
|
3061
|
-
"name": "
|
|
2949
|
+
"name": "foundationAiCriteriaSearchStyles",
|
|
3062
2950
|
"declaration": {
|
|
3063
|
-
"name": "
|
|
3064
|
-
"module": "src/
|
|
2951
|
+
"name": "foundationAiCriteriaSearchStyles",
|
|
2952
|
+
"module": "src/ai-criteria-search/ai-criteria-search.styles.ts"
|
|
3065
2953
|
}
|
|
3066
2954
|
}
|
|
3067
2955
|
]
|
|
3068
2956
|
},
|
|
3069
2957
|
{
|
|
3070
2958
|
"kind": "javascript-module",
|
|
3071
|
-
"path": "src/
|
|
2959
|
+
"path": "src/ai-criteria-search/ai-criteria-search.template.ts",
|
|
3072
2960
|
"declarations": [
|
|
3073
2961
|
{
|
|
3074
|
-
"kind": "
|
|
3075
|
-
"name": "
|
|
3076
|
-
"
|
|
3077
|
-
"
|
|
3078
|
-
"text": "ViewTemplate<Accordion>"
|
|
3079
|
-
}
|
|
2962
|
+
"kind": "variable",
|
|
2963
|
+
"name": "foundationAiCriteriaSearchTemplate",
|
|
2964
|
+
"type": {
|
|
2965
|
+
"text": "ViewTemplate<AiCriteriaSearch>"
|
|
3080
2966
|
},
|
|
3081
|
-
"
|
|
3082
|
-
{
|
|
3083
|
-
"name": "context",
|
|
3084
|
-
"type": {
|
|
3085
|
-
"text": "ElementDefinitionContext"
|
|
3086
|
-
}
|
|
3087
|
-
},
|
|
3088
|
-
{
|
|
3089
|
-
"name": "definition",
|
|
3090
|
-
"type": {
|
|
3091
|
-
"text": "FoundationElementDefinition"
|
|
3092
|
-
}
|
|
3093
|
-
}
|
|
3094
|
-
]
|
|
2967
|
+
"default": "html`\n ${(x) => aiCriteriaSearchTemplate(getPrefix(x))}\n`"
|
|
3095
2968
|
}
|
|
3096
2969
|
],
|
|
3097
2970
|
"exports": [
|
|
3098
2971
|
{
|
|
3099
2972
|
"kind": "js",
|
|
3100
|
-
"name": "
|
|
2973
|
+
"name": "foundationAiCriteriaSearchTemplate",
|
|
3101
2974
|
"declaration": {
|
|
3102
|
-
"name": "
|
|
3103
|
-
"module": "src/
|
|
2975
|
+
"name": "foundationAiCriteriaSearchTemplate",
|
|
2976
|
+
"module": "src/ai-criteria-search/ai-criteria-search.template.ts"
|
|
3104
2977
|
}
|
|
3105
2978
|
}
|
|
3106
2979
|
]
|
|
3107
2980
|
},
|
|
3108
2981
|
{
|
|
3109
2982
|
"kind": "javascript-module",
|
|
3110
|
-
"path": "src/
|
|
2983
|
+
"path": "src/ai-criteria-search/ai-criteria-search.ts",
|
|
3111
2984
|
"declarations": [
|
|
3112
2985
|
{
|
|
3113
2986
|
"kind": "class",
|
|
3114
|
-
"description": "",
|
|
3115
|
-
"name": "
|
|
3116
|
-
"
|
|
3117
|
-
"name": "FASTAccordion",
|
|
3118
|
-
"package": "@microsoft/fast-foundation"
|
|
3119
|
-
},
|
|
3120
|
-
"tagName": "%%prefix%%-accordion",
|
|
3121
|
-
"customElement": true,
|
|
3122
|
-
"attributes": [
|
|
2987
|
+
"description": "Natural-language criteria search input with AI interpretation.",
|
|
2988
|
+
"name": "AiCriteriaSearch",
|
|
2989
|
+
"members": [
|
|
3123
2990
|
{
|
|
3124
|
-
"
|
|
2991
|
+
"kind": "field",
|
|
2992
|
+
"name": "providerRegistry",
|
|
3125
2993
|
"type": {
|
|
3126
|
-
"text": "
|
|
3127
|
-
},
|
|
3128
|
-
"description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
|
|
3129
|
-
"fieldName": "expandmode",
|
|
3130
|
-
"inheritedFrom": {
|
|
3131
|
-
"name": "Accordion",
|
|
3132
|
-
"module": "src/accordion/accordion.ts"
|
|
2994
|
+
"text": "AIProviderRegistry"
|
|
3133
2995
|
}
|
|
3134
|
-
}
|
|
3135
|
-
],
|
|
3136
|
-
"members": [
|
|
2996
|
+
},
|
|
3137
2997
|
{
|
|
3138
2998
|
"kind": "field",
|
|
3139
|
-
"name": "
|
|
2999
|
+
"name": "placeholder",
|
|
3140
3000
|
"type": {
|
|
3141
|
-
"text": "
|
|
3001
|
+
"text": "string"
|
|
3142
3002
|
},
|
|
3143
|
-
"
|
|
3144
|
-
|
|
3145
|
-
|
|
3146
|
-
|
|
3147
|
-
|
|
3003
|
+
"default": "'Describe your search criteria in natural language...'"
|
|
3004
|
+
},
|
|
3005
|
+
{
|
|
3006
|
+
"kind": "field",
|
|
3007
|
+
"name": "disabled",
|
|
3008
|
+
"type": {
|
|
3009
|
+
"text": "boolean"
|
|
3148
3010
|
}
|
|
3149
3011
|
},
|
|
3150
3012
|
{
|
|
3151
3013
|
"kind": "field",
|
|
3152
|
-
"name": "
|
|
3014
|
+
"name": "inputValue",
|
|
3153
3015
|
"type": {
|
|
3154
|
-
"text": "string
|
|
3016
|
+
"text": "string"
|
|
3155
3017
|
},
|
|
3156
|
-
"
|
|
3157
|
-
"inheritedFrom": {
|
|
3158
|
-
"name": "Accordion",
|
|
3159
|
-
"module": "src/accordion/accordion.ts"
|
|
3160
|
-
}
|
|
3018
|
+
"default": "''"
|
|
3161
3019
|
},
|
|
3162
3020
|
{
|
|
3163
3021
|
"kind": "field",
|
|
3164
|
-
"name": "
|
|
3022
|
+
"name": "isInterpreting",
|
|
3165
3023
|
"type": {
|
|
3166
|
-
"text": "
|
|
3024
|
+
"text": "boolean"
|
|
3167
3025
|
},
|
|
3168
|
-
"
|
|
3169
|
-
"default": "0",
|
|
3170
|
-
"inheritedFrom": {
|
|
3171
|
-
"name": "Accordion",
|
|
3172
|
-
"module": "src/accordion/accordion.ts"
|
|
3173
|
-
}
|
|
3026
|
+
"default": "false"
|
|
3174
3027
|
},
|
|
3175
3028
|
{
|
|
3176
3029
|
"kind": "field",
|
|
3177
|
-
"name": "
|
|
3030
|
+
"name": "lastValidCriteria",
|
|
3178
3031
|
"type": {
|
|
3179
|
-
"text": "
|
|
3032
|
+
"text": "string | null"
|
|
3180
3033
|
},
|
|
3181
|
-
"
|
|
3182
|
-
"inheritedFrom": {
|
|
3183
|
-
"name": "Accordion",
|
|
3184
|
-
"module": "src/accordion/accordion.ts"
|
|
3185
|
-
}
|
|
3034
|
+
"default": "null"
|
|
3186
3035
|
},
|
|
3187
3036
|
{
|
|
3188
3037
|
"kind": "field",
|
|
3189
|
-
"name": "
|
|
3190
|
-
"
|
|
3191
|
-
|
|
3192
|
-
|
|
3193
|
-
|
|
3194
|
-
}
|
|
3038
|
+
"name": "activeGroups",
|
|
3039
|
+
"type": {
|
|
3040
|
+
"text": "CriteriaGroup[]"
|
|
3041
|
+
},
|
|
3042
|
+
"default": "[]"
|
|
3195
3043
|
},
|
|
3196
3044
|
{
|
|
3197
|
-
"kind": "
|
|
3198
|
-
"name": "
|
|
3199
|
-
"
|
|
3200
|
-
|
|
3201
|
-
"type": {
|
|
3202
|
-
"text": "AccordionItem | null"
|
|
3203
|
-
}
|
|
3045
|
+
"kind": "field",
|
|
3046
|
+
"name": "showingChips",
|
|
3047
|
+
"type": {
|
|
3048
|
+
"text": "boolean"
|
|
3204
3049
|
},
|
|
3205
|
-
"
|
|
3206
|
-
"name": "Accordion",
|
|
3207
|
-
"module": "src/accordion/accordion.ts"
|
|
3208
|
-
}
|
|
3050
|
+
"default": "false"
|
|
3209
3051
|
},
|
|
3210
3052
|
{
|
|
3211
3053
|
"kind": "field",
|
|
3212
|
-
"name": "
|
|
3213
|
-
"
|
|
3214
|
-
|
|
3215
|
-
|
|
3216
|
-
|
|
3217
|
-
}
|
|
3054
|
+
"name": "fieldMetadata",
|
|
3055
|
+
"type": {
|
|
3056
|
+
"text": "MetadataDetail[] | string[]"
|
|
3057
|
+
},
|
|
3058
|
+
"default": "[]"
|
|
3218
3059
|
},
|
|
3219
3060
|
{
|
|
3220
|
-
"kind": "
|
|
3221
|
-
"name": "
|
|
3222
|
-
"
|
|
3223
|
-
|
|
3224
|
-
"type": {
|
|
3225
|
-
"text": "void"
|
|
3226
|
-
}
|
|
3061
|
+
"kind": "field",
|
|
3062
|
+
"name": "isRecording",
|
|
3063
|
+
"type": {
|
|
3064
|
+
"text": "boolean"
|
|
3227
3065
|
},
|
|
3228
|
-
"
|
|
3229
|
-
"name": "Accordion",
|
|
3230
|
-
"module": "src/accordion/accordion.ts"
|
|
3231
|
-
}
|
|
3066
|
+
"default": "false"
|
|
3232
3067
|
},
|
|
3233
3068
|
{
|
|
3234
3069
|
"kind": "field",
|
|
3235
|
-
"name": "
|
|
3236
|
-
"
|
|
3237
|
-
|
|
3238
|
-
|
|
3239
|
-
|
|
3240
|
-
}
|
|
3070
|
+
"name": "textAreaRef",
|
|
3071
|
+
"type": {
|
|
3072
|
+
"text": "HTMLTextAreaElement"
|
|
3073
|
+
},
|
|
3074
|
+
"privacy": "public"
|
|
3241
3075
|
},
|
|
3242
3076
|
{
|
|
3243
3077
|
"kind": "field",
|
|
3244
|
-
"name": "
|
|
3078
|
+
"name": "stopRecording",
|
|
3079
|
+
"type": {
|
|
3080
|
+
"text": "(() => void) | null"
|
|
3081
|
+
},
|
|
3245
3082
|
"privacy": "private",
|
|
3246
|
-
"
|
|
3247
|
-
"name": "Accordion",
|
|
3248
|
-
"module": "src/accordion/accordion.ts"
|
|
3249
|
-
}
|
|
3083
|
+
"default": "null"
|
|
3250
3084
|
},
|
|
3251
3085
|
{
|
|
3252
|
-
"kind": "
|
|
3253
|
-
"name": "
|
|
3254
|
-
"
|
|
3255
|
-
|
|
3256
|
-
"type": {
|
|
3257
|
-
"text": "Array<string | null>"
|
|
3258
|
-
}
|
|
3086
|
+
"kind": "field",
|
|
3087
|
+
"name": "speechApplyDebounceTimer",
|
|
3088
|
+
"type": {
|
|
3089
|
+
"text": "ReturnType<typeof setTimeout> | null"
|
|
3259
3090
|
},
|
|
3260
|
-
"
|
|
3261
|
-
|
|
3262
|
-
"module": "src/accordion/accordion.ts"
|
|
3263
|
-
}
|
|
3091
|
+
"privacy": "private",
|
|
3092
|
+
"default": "null"
|
|
3264
3093
|
},
|
|
3265
3094
|
{
|
|
3266
|
-
"kind": "
|
|
3267
|
-
"name": "
|
|
3268
|
-
"
|
|
3269
|
-
|
|
3270
|
-
"type": {
|
|
3271
|
-
"text": "boolean"
|
|
3272
|
-
}
|
|
3095
|
+
"kind": "field",
|
|
3096
|
+
"name": "speechAvailable",
|
|
3097
|
+
"type": {
|
|
3098
|
+
"text": "boolean"
|
|
3273
3099
|
},
|
|
3274
|
-
"
|
|
3275
|
-
"name": "Accordion",
|
|
3276
|
-
"module": "src/accordion/accordion.ts"
|
|
3277
|
-
}
|
|
3100
|
+
"readonly": true
|
|
3278
3101
|
},
|
|
3279
3102
|
{
|
|
3280
3103
|
"kind": "field",
|
|
3281
|
-
"name": "
|
|
3282
|
-
"
|
|
3283
|
-
|
|
3284
|
-
|
|
3285
|
-
|
|
3286
|
-
}
|
|
3104
|
+
"name": "criteriaChips",
|
|
3105
|
+
"type": {
|
|
3106
|
+
"text": "CriteriaChip[]"
|
|
3107
|
+
},
|
|
3108
|
+
"readonly": true
|
|
3287
3109
|
},
|
|
3288
3110
|
{
|
|
3289
|
-
"kind": "
|
|
3290
|
-
"name": "
|
|
3111
|
+
"kind": "method",
|
|
3112
|
+
"name": "getFieldLabel",
|
|
3291
3113
|
"privacy": "private",
|
|
3292
|
-
"
|
|
3293
|
-
"
|
|
3294
|
-
|
|
3114
|
+
"return": {
|
|
3115
|
+
"type": {
|
|
3116
|
+
"text": "string"
|
|
3117
|
+
}
|
|
3118
|
+
},
|
|
3119
|
+
"parameters": [
|
|
3120
|
+
{
|
|
3121
|
+
"name": "fieldName",
|
|
3122
|
+
"type": {
|
|
3123
|
+
"text": "string"
|
|
3124
|
+
}
|
|
3125
|
+
}
|
|
3126
|
+
]
|
|
3127
|
+
},
|
|
3128
|
+
{
|
|
3129
|
+
"kind": "method",
|
|
3130
|
+
"name": "toggleCriteriaView",
|
|
3131
|
+
"return": {
|
|
3132
|
+
"type": {
|
|
3133
|
+
"text": "void"
|
|
3134
|
+
}
|
|
3295
3135
|
}
|
|
3296
3136
|
},
|
|
3297
3137
|
{
|
|
3298
3138
|
"kind": "method",
|
|
3299
|
-
"name": "
|
|
3300
|
-
"privacy": "private",
|
|
3139
|
+
"name": "removeChip",
|
|
3301
3140
|
"return": {
|
|
3302
3141
|
"type": {
|
|
3303
3142
|
"text": "void"
|
|
@@ -3305,31 +3144,49 @@
|
|
|
3305
3144
|
},
|
|
3306
3145
|
"parameters": [
|
|
3307
3146
|
{
|
|
3308
|
-
"name": "
|
|
3147
|
+
"name": "groupIndex",
|
|
3148
|
+
"type": {
|
|
3149
|
+
"text": "number"
|
|
3150
|
+
}
|
|
3151
|
+
},
|
|
3152
|
+
{
|
|
3153
|
+
"name": "clauseIndex",
|
|
3309
3154
|
"type": {
|
|
3310
3155
|
"text": "number"
|
|
3311
3156
|
}
|
|
3312
3157
|
}
|
|
3313
|
-
]
|
|
3314
|
-
"inheritedFrom": {
|
|
3315
|
-
"name": "Accordion",
|
|
3316
|
-
"module": "src/accordion/accordion.ts"
|
|
3317
|
-
}
|
|
3158
|
+
]
|
|
3318
3159
|
},
|
|
3319
3160
|
{
|
|
3320
3161
|
"kind": "method",
|
|
3321
|
-
"name": "
|
|
3322
|
-
"privacy": "private",
|
|
3162
|
+
"name": "clearChips",
|
|
3323
3163
|
"return": {
|
|
3324
3164
|
"type": {
|
|
3325
3165
|
"text": "void"
|
|
3326
3166
|
}
|
|
3327
|
-
},
|
|
3328
|
-
"inheritedFrom": {
|
|
3329
|
-
"name": "Accordion",
|
|
3330
|
-
"module": "src/accordion/accordion.ts"
|
|
3331
3167
|
}
|
|
3332
3168
|
},
|
|
3169
|
+
{
|
|
3170
|
+
"kind": "method",
|
|
3171
|
+
"name": "handleSubmit"
|
|
3172
|
+
},
|
|
3173
|
+
{
|
|
3174
|
+
"kind": "method",
|
|
3175
|
+
"name": "handleBlur"
|
|
3176
|
+
},
|
|
3177
|
+
{
|
|
3178
|
+
"kind": "method",
|
|
3179
|
+
"name": "clear"
|
|
3180
|
+
},
|
|
3181
|
+
{
|
|
3182
|
+
"kind": "method",
|
|
3183
|
+
"name": "toggleSpeechInput"
|
|
3184
|
+
},
|
|
3185
|
+
{
|
|
3186
|
+
"kind": "method",
|
|
3187
|
+
"name": "clearSpeechApplyDebounce",
|
|
3188
|
+
"privacy": "private"
|
|
3189
|
+
},
|
|
3333
3190
|
{
|
|
3334
3191
|
"kind": "field",
|
|
3335
3192
|
"name": "_presentation",
|
|
@@ -3444,26 +3301,48 @@
|
|
|
3444
3301
|
],
|
|
3445
3302
|
"events": [
|
|
3446
3303
|
{
|
|
3447
|
-
"description": "
|
|
3448
|
-
"name": "
|
|
3449
|
-
|
|
3450
|
-
|
|
3451
|
-
|
|
3452
|
-
|
|
3304
|
+
"description": "Fired when interpreted criteria is applied or cleared. detail: `string | null`",
|
|
3305
|
+
"name": "criteria-changed"
|
|
3306
|
+
},
|
|
3307
|
+
{
|
|
3308
|
+
"description": "Fired when interpreted criteria contains invalid clauses. detail: `ValidationError[]`",
|
|
3309
|
+
"name": "validation-errors"
|
|
3453
3310
|
}
|
|
3454
|
-
]
|
|
3311
|
+
],
|
|
3312
|
+
"attributes": [
|
|
3313
|
+
{
|
|
3314
|
+
"name": "placeholder",
|
|
3315
|
+
"type": {
|
|
3316
|
+
"text": "string"
|
|
3317
|
+
},
|
|
3318
|
+
"default": "'Describe your search criteria in natural language...'",
|
|
3319
|
+
"fieldName": "placeholder"
|
|
3320
|
+
},
|
|
3321
|
+
{
|
|
3322
|
+
"type": {
|
|
3323
|
+
"text": "boolean"
|
|
3324
|
+
},
|
|
3325
|
+
"fieldName": "disabled"
|
|
3326
|
+
}
|
|
3327
|
+
],
|
|
3328
|
+
"superclass": {
|
|
3329
|
+
"name": "FoundationElement",
|
|
3330
|
+
"package": "@microsoft/fast-foundation"
|
|
3331
|
+
},
|
|
3332
|
+
"tagName": "%%prefix%%-ai-criteria-search",
|
|
3333
|
+
"customElement": true
|
|
3455
3334
|
},
|
|
3456
3335
|
{
|
|
3457
3336
|
"kind": "variable",
|
|
3458
|
-
"name": "
|
|
3337
|
+
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
3459
3338
|
"type": {
|
|
3460
3339
|
"text": "ShadowRootInit"
|
|
3461
3340
|
},
|
|
3462
|
-
"default": "
|
|
3341
|
+
"default": "undefined"
|
|
3463
3342
|
},
|
|
3464
3343
|
{
|
|
3465
3344
|
"kind": "variable",
|
|
3466
|
-
"name": "
|
|
3345
|
+
"name": "defaultAiCriteriaSearchConfig",
|
|
3467
3346
|
"type": {
|
|
3468
3347
|
"text": "object"
|
|
3469
3348
|
},
|
|
@@ -3471,57 +3350,103 @@
|
|
|
3471
3350
|
},
|
|
3472
3351
|
{
|
|
3473
3352
|
"kind": "variable",
|
|
3474
|
-
"name": "
|
|
3475
|
-
"description": "The Foundation Accordion",
|
|
3476
|
-
"privacy": "public"
|
|
3353
|
+
"name": "foundationAiCriteriaSearch"
|
|
3477
3354
|
}
|
|
3478
3355
|
],
|
|
3479
3356
|
"exports": [
|
|
3480
3357
|
{
|
|
3481
3358
|
"kind": "js",
|
|
3482
|
-
"name": "
|
|
3359
|
+
"name": "AiCriteriaSearch",
|
|
3483
3360
|
"declaration": {
|
|
3484
|
-
"name": "
|
|
3485
|
-
"module": "src/
|
|
3361
|
+
"name": "AiCriteriaSearch",
|
|
3362
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
3486
3363
|
}
|
|
3487
3364
|
},
|
|
3488
3365
|
{
|
|
3489
3366
|
"kind": "js",
|
|
3490
|
-
"name": "
|
|
3367
|
+
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
3491
3368
|
"declaration": {
|
|
3492
|
-
"name": "
|
|
3493
|
-
"module": "src/
|
|
3369
|
+
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
3370
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
3494
3371
|
}
|
|
3495
3372
|
},
|
|
3496
3373
|
{
|
|
3497
3374
|
"kind": "js",
|
|
3498
|
-
"name": "
|
|
3375
|
+
"name": "defaultAiCriteriaSearchConfig",
|
|
3499
3376
|
"declaration": {
|
|
3500
|
-
"name": "
|
|
3501
|
-
"module": "src/
|
|
3377
|
+
"name": "defaultAiCriteriaSearchConfig",
|
|
3378
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
3502
3379
|
}
|
|
3503
3380
|
},
|
|
3504
3381
|
{
|
|
3505
3382
|
"kind": "js",
|
|
3506
|
-
"name": "
|
|
3383
|
+
"name": "foundationAiCriteriaSearch",
|
|
3507
3384
|
"declaration": {
|
|
3508
|
-
"name": "
|
|
3509
|
-
"module": "src/
|
|
3385
|
+
"name": "foundationAiCriteriaSearch",
|
|
3386
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
3510
3387
|
}
|
|
3511
3388
|
}
|
|
3512
3389
|
]
|
|
3513
3390
|
},
|
|
3514
3391
|
{
|
|
3515
3392
|
"kind": "javascript-module",
|
|
3516
|
-
"path": "src/
|
|
3393
|
+
"path": "src/ai-criteria-search/index.ts",
|
|
3517
3394
|
"declarations": [],
|
|
3518
3395
|
"exports": [
|
|
3396
|
+
{
|
|
3397
|
+
"kind": "js",
|
|
3398
|
+
"name": "AiCriteriaSearch",
|
|
3399
|
+
"declaration": {
|
|
3400
|
+
"name": "AiCriteriaSearch",
|
|
3401
|
+
"module": "./ai-criteria-search"
|
|
3402
|
+
}
|
|
3403
|
+
},
|
|
3404
|
+
{
|
|
3405
|
+
"kind": "js",
|
|
3406
|
+
"name": "defaultAiCriteriaSearchConfig",
|
|
3407
|
+
"declaration": {
|
|
3408
|
+
"name": "defaultAiCriteriaSearchConfig",
|
|
3409
|
+
"module": "./ai-criteria-search"
|
|
3410
|
+
}
|
|
3411
|
+
},
|
|
3412
|
+
{
|
|
3413
|
+
"kind": "js",
|
|
3414
|
+
"name": "foundationAiCriteriaSearch",
|
|
3415
|
+
"declaration": {
|
|
3416
|
+
"name": "foundationAiCriteriaSearch",
|
|
3417
|
+
"module": "./ai-criteria-search"
|
|
3418
|
+
}
|
|
3419
|
+
},
|
|
3420
|
+
{
|
|
3421
|
+
"kind": "js",
|
|
3422
|
+
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
3423
|
+
"declaration": {
|
|
3424
|
+
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
3425
|
+
"module": "./ai-criteria-search"
|
|
3426
|
+
}
|
|
3427
|
+
},
|
|
3428
|
+
{
|
|
3429
|
+
"kind": "js",
|
|
3430
|
+
"name": "foundationAiCriteriaSearchStyles",
|
|
3431
|
+
"declaration": {
|
|
3432
|
+
"name": "foundationAiCriteriaSearchStyles",
|
|
3433
|
+
"module": "./ai-criteria-search.styles"
|
|
3434
|
+
}
|
|
3435
|
+
},
|
|
3436
|
+
{
|
|
3437
|
+
"kind": "js",
|
|
3438
|
+
"name": "foundationAiCriteriaSearchTemplate",
|
|
3439
|
+
"declaration": {
|
|
3440
|
+
"name": "foundationAiCriteriaSearchTemplate",
|
|
3441
|
+
"module": "./ai-criteria-search.template"
|
|
3442
|
+
}
|
|
3443
|
+
},
|
|
3519
3444
|
{
|
|
3520
3445
|
"kind": "js",
|
|
3521
3446
|
"name": "*",
|
|
3522
3447
|
"declaration": {
|
|
3523
3448
|
"name": "*",
|
|
3524
|
-
"package": "./
|
|
3449
|
+
"package": "./validation/criteria-ir"
|
|
3525
3450
|
}
|
|
3526
3451
|
},
|
|
3527
3452
|
{
|
|
@@ -3529,7 +3454,7 @@
|
|
|
3529
3454
|
"name": "*",
|
|
3530
3455
|
"declaration": {
|
|
3531
3456
|
"name": "*",
|
|
3532
|
-
"package": "./
|
|
3457
|
+
"package": "./validation/operator-map"
|
|
3533
3458
|
}
|
|
3534
3459
|
},
|
|
3535
3460
|
{
|
|
@@ -3537,7 +3462,82 @@
|
|
|
3537
3462
|
"name": "*",
|
|
3538
3463
|
"declaration": {
|
|
3539
3464
|
"name": "*",
|
|
3540
|
-
"package": "./
|
|
3465
|
+
"package": "./validation/schema-validator"
|
|
3466
|
+
}
|
|
3467
|
+
}
|
|
3468
|
+
]
|
|
3469
|
+
},
|
|
3470
|
+
{
|
|
3471
|
+
"kind": "javascript-module",
|
|
3472
|
+
"path": "src/ai-criteria-search/validation-error-notification.ts",
|
|
3473
|
+
"declarations": [
|
|
3474
|
+
{
|
|
3475
|
+
"kind": "function",
|
|
3476
|
+
"name": "formatValidationErrors",
|
|
3477
|
+
"return": {
|
|
3478
|
+
"type": {
|
|
3479
|
+
"text": "string"
|
|
3480
|
+
}
|
|
3481
|
+
},
|
|
3482
|
+
"parameters": [
|
|
3483
|
+
{
|
|
3484
|
+
"name": "errors",
|
|
3485
|
+
"type": {
|
|
3486
|
+
"text": "ValidationError[]"
|
|
3487
|
+
}
|
|
3488
|
+
}
|
|
3489
|
+
],
|
|
3490
|
+
"description": "Formats validation errors into a user-friendly message."
|
|
3491
|
+
},
|
|
3492
|
+
{
|
|
3493
|
+
"kind": "function",
|
|
3494
|
+
"name": "showCriteriaError",
|
|
3495
|
+
"return": {
|
|
3496
|
+
"type": {
|
|
3497
|
+
"text": "void"
|
|
3498
|
+
}
|
|
3499
|
+
},
|
|
3500
|
+
"parameters": [
|
|
3501
|
+
{
|
|
3502
|
+
"name": "title",
|
|
3503
|
+
"type": {
|
|
3504
|
+
"text": "string"
|
|
3505
|
+
},
|
|
3506
|
+
"description": "Notification title (e.g. \"Criteria validation error\")"
|
|
3507
|
+
},
|
|
3508
|
+
{
|
|
3509
|
+
"name": "body",
|
|
3510
|
+
"type": {
|
|
3511
|
+
"text": "string"
|
|
3512
|
+
},
|
|
3513
|
+
"description": "Error message to display"
|
|
3514
|
+
},
|
|
3515
|
+
{
|
|
3516
|
+
"name": "tagName",
|
|
3517
|
+
"type": {
|
|
3518
|
+
"text": "string"
|
|
3519
|
+
},
|
|
3520
|
+
"description": "Design system prefix (e.g. \"rapid\", \"foundation\")"
|
|
3521
|
+
}
|
|
3522
|
+
],
|
|
3523
|
+
"description": "Shows a criteria error as a toast notification."
|
|
3524
|
+
}
|
|
3525
|
+
],
|
|
3526
|
+
"exports": [
|
|
3527
|
+
{
|
|
3528
|
+
"kind": "js",
|
|
3529
|
+
"name": "formatValidationErrors",
|
|
3530
|
+
"declaration": {
|
|
3531
|
+
"name": "formatValidationErrors",
|
|
3532
|
+
"module": "src/ai-criteria-search/validation-error-notification.ts"
|
|
3533
|
+
}
|
|
3534
|
+
},
|
|
3535
|
+
{
|
|
3536
|
+
"kind": "js",
|
|
3537
|
+
"name": "showCriteriaError",
|
|
3538
|
+
"declaration": {
|
|
3539
|
+
"name": "showCriteriaError",
|
|
3540
|
+
"module": "src/ai-criteria-search/validation-error-notification.ts"
|
|
3541
3541
|
}
|
|
3542
3542
|
}
|
|
3543
3543
|
]
|