@genesislcap/foundation-ui 14.421.1-FUI-2511.2 → 14.421.1-FUI-2511.3
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 +808 -808
- package/dist/dts/react.d.ts +6 -6
- package/dist/react.cjs +3 -3
- package/dist/react.mjs +2 -2
- package/package.json +19 -19
|
@@ -926,44 +926,97 @@
|
|
|
926
926
|
},
|
|
927
927
|
{
|
|
928
928
|
"kind": "javascript-module",
|
|
929
|
-
"path": "src/
|
|
929
|
+
"path": "src/_config/index.ts",
|
|
930
|
+
"declarations": [],
|
|
931
|
+
"exports": [
|
|
932
|
+
{
|
|
933
|
+
"kind": "js",
|
|
934
|
+
"name": "*",
|
|
935
|
+
"declaration": {
|
|
936
|
+
"name": "*",
|
|
937
|
+
"package": "./styles"
|
|
938
|
+
}
|
|
939
|
+
},
|
|
940
|
+
{
|
|
941
|
+
"kind": "js",
|
|
942
|
+
"name": "*",
|
|
943
|
+
"declaration": {
|
|
944
|
+
"name": "*",
|
|
945
|
+
"package": "./tokens"
|
|
946
|
+
}
|
|
947
|
+
},
|
|
948
|
+
{
|
|
949
|
+
"kind": "js",
|
|
950
|
+
"name": "*",
|
|
951
|
+
"declaration": {
|
|
952
|
+
"name": "*",
|
|
953
|
+
"package": "./values"
|
|
954
|
+
}
|
|
955
|
+
}
|
|
956
|
+
]
|
|
957
|
+
},
|
|
958
|
+
{
|
|
959
|
+
"kind": "javascript-module",
|
|
960
|
+
"path": "src/accordion-item/accordion-item.styles.ts",
|
|
930
961
|
"declarations": [
|
|
931
962
|
{
|
|
932
|
-
"kind": "
|
|
933
|
-
"
|
|
934
|
-
"
|
|
935
|
-
|
|
936
|
-
|
|
937
|
-
|
|
938
|
-
|
|
939
|
-
|
|
940
|
-
"text": "string"
|
|
941
|
-
},
|
|
942
|
-
"description": "Optional non-editable label shown on the left inside the field, before the input."
|
|
943
|
-
},
|
|
963
|
+
"kind": "function",
|
|
964
|
+
"name": "foundationAccordionItemStyles",
|
|
965
|
+
"return": {
|
|
966
|
+
"type": {
|
|
967
|
+
"text": "ElementStyles"
|
|
968
|
+
}
|
|
969
|
+
},
|
|
970
|
+
"parameters": [
|
|
944
971
|
{
|
|
945
|
-
"
|
|
946
|
-
"name": "suffix",
|
|
972
|
+
"name": "context",
|
|
947
973
|
"type": {
|
|
948
|
-
"text": "
|
|
949
|
-
}
|
|
950
|
-
"description": "Optional non-editable suffix (e.g. unit label) shown on the right inside the field."
|
|
974
|
+
"text": "ElementDefinitionContext"
|
|
975
|
+
}
|
|
951
976
|
},
|
|
952
977
|
{
|
|
953
|
-
"
|
|
954
|
-
"name": "hideAffixFromScreenReader",
|
|
978
|
+
"name": "definition",
|
|
955
979
|
"type": {
|
|
956
|
-
"text": "
|
|
957
|
-
}
|
|
958
|
-
"default": "false",
|
|
959
|
-
"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."
|
|
980
|
+
"text": "FoundationElementDefinition"
|
|
981
|
+
}
|
|
960
982
|
}
|
|
961
|
-
]
|
|
983
|
+
]
|
|
984
|
+
}
|
|
985
|
+
],
|
|
986
|
+
"exports": [
|
|
987
|
+
{
|
|
988
|
+
"kind": "js",
|
|
989
|
+
"name": "foundationAccordionItemStyles",
|
|
990
|
+
"declaration": {
|
|
991
|
+
"name": "foundationAccordionItemStyles",
|
|
992
|
+
"module": "src/accordion-item/accordion-item.styles.ts"
|
|
993
|
+
}
|
|
994
|
+
}
|
|
995
|
+
]
|
|
996
|
+
},
|
|
997
|
+
{
|
|
998
|
+
"kind": "javascript-module",
|
|
999
|
+
"path": "src/accordion-item/accordion-item.template.ts",
|
|
1000
|
+
"declarations": [
|
|
1001
|
+
{
|
|
1002
|
+
"kind": "function",
|
|
1003
|
+
"name": "foundationAccordionItemTemplate",
|
|
1004
|
+
"return": {
|
|
1005
|
+
"type": {
|
|
1006
|
+
"text": "ViewTemplate<AccordionItem>"
|
|
1007
|
+
}
|
|
1008
|
+
},
|
|
962
1009
|
"parameters": [
|
|
963
1010
|
{
|
|
964
|
-
"name": "
|
|
1011
|
+
"name": "context",
|
|
965
1012
|
"type": {
|
|
966
|
-
"text": "
|
|
1013
|
+
"text": "ElementDefinitionContext"
|
|
1014
|
+
}
|
|
1015
|
+
},
|
|
1016
|
+
{
|
|
1017
|
+
"name": "definition",
|
|
1018
|
+
"type": {
|
|
1019
|
+
"text": "FoundationElementDefinition"
|
|
967
1020
|
}
|
|
968
1021
|
}
|
|
969
1022
|
]
|
|
@@ -972,169 +1025,117 @@
|
|
|
972
1025
|
"exports": [
|
|
973
1026
|
{
|
|
974
1027
|
"kind": "js",
|
|
975
|
-
"name": "
|
|
1028
|
+
"name": "foundationAccordionItemTemplate",
|
|
976
1029
|
"declaration": {
|
|
977
|
-
"name": "
|
|
978
|
-
"module": "src/
|
|
1030
|
+
"name": "foundationAccordionItemTemplate",
|
|
1031
|
+
"module": "src/accordion-item/accordion-item.template.ts"
|
|
979
1032
|
}
|
|
980
1033
|
}
|
|
981
1034
|
]
|
|
982
1035
|
},
|
|
983
1036
|
{
|
|
984
1037
|
"kind": "javascript-module",
|
|
985
|
-
"path": "src/
|
|
1038
|
+
"path": "src/accordion-item/accordion-item.ts",
|
|
986
1039
|
"declarations": [
|
|
987
1040
|
{
|
|
988
1041
|
"kind": "class",
|
|
989
|
-
"description": "
|
|
990
|
-
"name": "
|
|
991
|
-
"
|
|
1042
|
+
"description": "",
|
|
1043
|
+
"name": "AccordionItem",
|
|
1044
|
+
"superclass": {
|
|
1045
|
+
"name": "FASTAccordionItem",
|
|
1046
|
+
"package": "@microsoft/fast-components"
|
|
1047
|
+
},
|
|
1048
|
+
"tagName": "%%prefix%%-accordion-item",
|
|
1049
|
+
"customElement": true,
|
|
1050
|
+
"attributes": [
|
|
992
1051
|
{
|
|
993
|
-
"
|
|
994
|
-
"name": "fileInput",
|
|
1052
|
+
"name": "heading-level",
|
|
995
1053
|
"type": {
|
|
996
|
-
"text": "
|
|
1054
|
+
"text": "1 | 2 | 3 | 4 | 5 | 6"
|
|
997
1055
|
},
|
|
998
|
-
"
|
|
1056
|
+
"default": "2",
|
|
1057
|
+
"description": "Configures the https://www.w3.org/TR/wai-aria-1.1/#aria-level | level of the\nheading element.",
|
|
1058
|
+
"fieldName": "headinglevel",
|
|
1059
|
+
"inheritedFrom": {
|
|
1060
|
+
"name": "AccordionItem",
|
|
1061
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1062
|
+
}
|
|
999
1063
|
},
|
|
1000
1064
|
{
|
|
1001
|
-
"kind": "field",
|
|
1002
|
-
"name": "selectedFile",
|
|
1003
1065
|
"type": {
|
|
1004
|
-
"text": "
|
|
1066
|
+
"text": "boolean"
|
|
1005
1067
|
},
|
|
1006
|
-
"
|
|
1007
|
-
"
|
|
1008
|
-
|
|
1009
|
-
|
|
1010
|
-
|
|
1011
|
-
|
|
1012
|
-
"type": {
|
|
1013
|
-
"text": "string"
|
|
1068
|
+
"default": "false",
|
|
1069
|
+
"description": "Expands or collapses the item.",
|
|
1070
|
+
"fieldName": "expanded",
|
|
1071
|
+
"inheritedFrom": {
|
|
1072
|
+
"name": "AccordionItem",
|
|
1073
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1014
1074
|
}
|
|
1015
1075
|
},
|
|
1016
1076
|
{
|
|
1017
|
-
"
|
|
1018
|
-
"name": "accept",
|
|
1077
|
+
"name": "id",
|
|
1019
1078
|
"type": {
|
|
1020
1079
|
"text": "string"
|
|
1021
1080
|
},
|
|
1022
|
-
"
|
|
1023
|
-
|
|
1024
|
-
|
|
1025
|
-
|
|
1026
|
-
|
|
1027
|
-
"default": "10_485_760",
|
|
1028
|
-
"type": {
|
|
1029
|
-
"text": "number"
|
|
1081
|
+
"description": "The item ID",
|
|
1082
|
+
"fieldName": "id",
|
|
1083
|
+
"inheritedFrom": {
|
|
1084
|
+
"name": "AccordionItem",
|
|
1085
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1030
1086
|
}
|
|
1031
|
-
}
|
|
1087
|
+
}
|
|
1088
|
+
],
|
|
1089
|
+
"members": [
|
|
1032
1090
|
{
|
|
1033
1091
|
"kind": "field",
|
|
1034
|
-
"name": "
|
|
1092
|
+
"name": "headinglevel",
|
|
1035
1093
|
"type": {
|
|
1036
|
-
"text": "
|
|
1094
|
+
"text": "1 | 2 | 3 | 4 | 5 | 6"
|
|
1037
1095
|
},
|
|
1038
|
-
"
|
|
1096
|
+
"privacy": "public",
|
|
1097
|
+
"default": "2",
|
|
1098
|
+
"description": "Configures the {@link https://www.w3.org/TR/wai-aria-1.1/#aria-level | level} of the heading element.",
|
|
1099
|
+
"inheritedFrom": {
|
|
1100
|
+
"name": "AccordionItem",
|
|
1101
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1102
|
+
}
|
|
1039
1103
|
},
|
|
1040
1104
|
{
|
|
1041
1105
|
"kind": "field",
|
|
1042
|
-
"name": "
|
|
1106
|
+
"name": "expanded",
|
|
1043
1107
|
"type": {
|
|
1044
1108
|
"text": "boolean"
|
|
1045
1109
|
},
|
|
1046
|
-
"default": "false"
|
|
1047
|
-
},
|
|
1048
|
-
{
|
|
1049
|
-
"kind": "method",
|
|
1050
|
-
"name": "handleClick",
|
|
1051
|
-
"privacy": "public",
|
|
1052
|
-
"description": "Opens the file picker dialog\nClears any previous file selection before opening"
|
|
1053
|
-
},
|
|
1054
|
-
{
|
|
1055
|
-
"kind": "method",
|
|
1056
|
-
"name": "onInputChange",
|
|
1057
|
-
"privacy": "public",
|
|
1058
|
-
"parameters": [
|
|
1059
|
-
{
|
|
1060
|
-
"name": "e",
|
|
1061
|
-
"type": {
|
|
1062
|
-
"text": "Event"
|
|
1063
|
-
},
|
|
1064
|
-
"description": "The change event from the file input"
|
|
1065
|
-
}
|
|
1066
|
-
],
|
|
1067
|
-
"description": "Handles file selection from the file input\nValidates file size and sets up for processing"
|
|
1068
|
-
},
|
|
1069
|
-
{
|
|
1070
|
-
"kind": "method",
|
|
1071
|
-
"name": "clearSelection",
|
|
1072
1110
|
"privacy": "public",
|
|
1073
|
-
"
|
|
1074
|
-
|
|
1075
|
-
|
|
1076
|
-
|
|
1077
|
-
|
|
1078
|
-
"privacy": "public",
|
|
1079
|
-
"description": "Gets the currently selected file object",
|
|
1080
|
-
"return": {
|
|
1081
|
-
"type": {
|
|
1082
|
-
"text": ""
|
|
1083
|
-
}
|
|
1111
|
+
"default": "false",
|
|
1112
|
+
"description": "Expands or collapses the item.",
|
|
1113
|
+
"inheritedFrom": {
|
|
1114
|
+
"name": "AccordionItem",
|
|
1115
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1084
1116
|
}
|
|
1085
1117
|
},
|
|
1086
1118
|
{
|
|
1087
|
-
"kind": "
|
|
1088
|
-
"name": "
|
|
1089
|
-
"
|
|
1090
|
-
|
|
1091
|
-
{
|
|
1092
|
-
"name": "title",
|
|
1093
|
-
"type": {
|
|
1094
|
-
"text": "string"
|
|
1095
|
-
},
|
|
1096
|
-
"description": "The error title"
|
|
1097
|
-
},
|
|
1098
|
-
{
|
|
1099
|
-
"name": "message",
|
|
1100
|
-
"type": {
|
|
1101
|
-
"text": "string"
|
|
1102
|
-
},
|
|
1103
|
-
"description": "The error message"
|
|
1104
|
-
}
|
|
1105
|
-
],
|
|
1106
|
-
"description": "Shows an error notification using the unified error handling system"
|
|
1107
|
-
},
|
|
1108
|
-
{
|
|
1109
|
-
"kind": "method",
|
|
1110
|
-
"name": "onFileSelected",
|
|
1111
|
-
"privacy": "protected",
|
|
1112
|
-
"return": {
|
|
1113
|
-
"type": {
|
|
1114
|
-
"text": "void"
|
|
1115
|
-
}
|
|
1119
|
+
"kind": "field",
|
|
1120
|
+
"name": "id",
|
|
1121
|
+
"type": {
|
|
1122
|
+
"text": "string"
|
|
1116
1123
|
},
|
|
1117
|
-
"
|
|
1118
|
-
|
|
1119
|
-
|
|
1120
|
-
|
|
1121
|
-
|
|
1122
|
-
|
|
1123
|
-
"description": "The selected file"
|
|
1124
|
-
}
|
|
1125
|
-
],
|
|
1126
|
-
"description": "Abstract method called when a file is selected"
|
|
1124
|
+
"privacy": "public",
|
|
1125
|
+
"description": "The item ID",
|
|
1126
|
+
"inheritedFrom": {
|
|
1127
|
+
"name": "AccordionItem",
|
|
1128
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1129
|
+
}
|
|
1127
1130
|
},
|
|
1128
1131
|
{
|
|
1129
|
-
"kind": "
|
|
1130
|
-
"name": "
|
|
1131
|
-
"privacy": "
|
|
1132
|
-
"
|
|
1133
|
-
"
|
|
1134
|
-
|
|
1135
|
-
|
|
1136
|
-
},
|
|
1137
|
-
"description": "Abstract method called when file selection is cleared"
|
|
1132
|
+
"kind": "field",
|
|
1133
|
+
"name": "change",
|
|
1134
|
+
"privacy": "private",
|
|
1135
|
+
"inheritedFrom": {
|
|
1136
|
+
"name": "AccordionItem",
|
|
1137
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1138
|
+
}
|
|
1138
1139
|
},
|
|
1139
1140
|
{
|
|
1140
1141
|
"kind": "field",
|
|
@@ -1244,116 +1245,82 @@
|
|
|
1244
1245
|
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
1245
1246
|
"inheritedFrom": {
|
|
1246
1247
|
"name": "FoundationElement",
|
|
1247
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
1248
|
-
}
|
|
1249
|
-
}
|
|
1250
|
-
],
|
|
1251
|
-
"events": [
|
|
1252
|
-
{
|
|
1253
|
-
"description": "Fired when file size validation fails",
|
|
1254
|
-
"name": "error"
|
|
1255
|
-
},
|
|
1256
|
-
{
|
|
1257
|
-
"description": "Fired when selection is cleared",
|
|
1258
|
-
"name": "clear"
|
|
1259
|
-
}
|
|
1260
|
-
],
|
|
1261
|
-
"attributes": [
|
|
1262
|
-
{
|
|
1263
|
-
"name": "label",
|
|
1264
|
-
"type": {
|
|
1265
|
-
"text": "string"
|
|
1266
|
-
},
|
|
1267
|
-
"fieldName": "label"
|
|
1268
|
-
},
|
|
1269
|
-
{
|
|
1270
|
-
"name": "accept",
|
|
1271
|
-
"type": {
|
|
1272
|
-
"text": "string"
|
|
1273
|
-
},
|
|
1274
|
-
"default": "''",
|
|
1275
|
-
"fieldName": "accept"
|
|
1276
|
-
},
|
|
1277
|
-
{
|
|
1278
|
-
"name": "file-size-limit-bytes",
|
|
1279
|
-
"default": "DEFAULT_FILE_SIZE_LIMIT",
|
|
1280
|
-
"resolveInitializer": {
|
|
1281
|
-
"module": "src/_common/base-file-component.ts"
|
|
1282
|
-
},
|
|
1283
|
-
"fieldName": "fileSizeLimitBytes"
|
|
1248
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1249
|
+
}
|
|
1284
1250
|
}
|
|
1285
1251
|
],
|
|
1286
|
-
"
|
|
1287
|
-
|
|
1288
|
-
|
|
1289
|
-
|
|
1252
|
+
"events": [
|
|
1253
|
+
{
|
|
1254
|
+
"description": "Fires a custom 'change' event when the button is invoked",
|
|
1255
|
+
"name": "change",
|
|
1256
|
+
"inheritedFrom": {
|
|
1257
|
+
"name": "AccordionItem",
|
|
1258
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1259
|
+
}
|
|
1260
|
+
}
|
|
1261
|
+
]
|
|
1262
|
+
},
|
|
1263
|
+
{
|
|
1264
|
+
"kind": "variable",
|
|
1265
|
+
"name": "foundationAccordionItemShadowOptions",
|
|
1266
|
+
"type": {
|
|
1267
|
+
"text": "ShadowRootInit"
|
|
1268
|
+
},
|
|
1269
|
+
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
1270
|
+
},
|
|
1271
|
+
{
|
|
1272
|
+
"kind": "variable",
|
|
1273
|
+
"name": "defaultAccordionItemConfig",
|
|
1274
|
+
"type": {
|
|
1275
|
+
"text": "object"
|
|
1276
|
+
},
|
|
1277
|
+
"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}"
|
|
1278
|
+
},
|
|
1279
|
+
{
|
|
1280
|
+
"kind": "variable",
|
|
1281
|
+
"name": "foundationAccordionItem",
|
|
1282
|
+
"description": "The Foundation Accordion Item",
|
|
1283
|
+
"privacy": "public"
|
|
1290
1284
|
}
|
|
1291
1285
|
],
|
|
1292
1286
|
"exports": [
|
|
1293
1287
|
{
|
|
1294
1288
|
"kind": "js",
|
|
1295
|
-
"name": "
|
|
1289
|
+
"name": "AccordionItem",
|
|
1296
1290
|
"declaration": {
|
|
1297
|
-
"name": "
|
|
1298
|
-
"module": "src/
|
|
1291
|
+
"name": "AccordionItem",
|
|
1292
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1299
1293
|
}
|
|
1300
|
-
}
|
|
1301
|
-
]
|
|
1302
|
-
},
|
|
1303
|
-
{
|
|
1304
|
-
"kind": "javascript-module",
|
|
1305
|
-
"path": "src/_common/field-styles.ts",
|
|
1306
|
-
"declarations": [
|
|
1307
|
-
{
|
|
1308
|
-
"kind": "variable",
|
|
1309
|
-
"name": "sharedFieldStyles",
|
|
1310
|
-
"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`"
|
|
1311
|
-
}
|
|
1312
|
-
],
|
|
1313
|
-
"exports": [
|
|
1294
|
+
},
|
|
1314
1295
|
{
|
|
1315
1296
|
"kind": "js",
|
|
1316
|
-
"name": "
|
|
1297
|
+
"name": "foundationAccordionItemShadowOptions",
|
|
1317
1298
|
"declaration": {
|
|
1318
|
-
"name": "
|
|
1319
|
-
"module": "src/
|
|
1299
|
+
"name": "foundationAccordionItemShadowOptions",
|
|
1300
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1320
1301
|
}
|
|
1321
|
-
}
|
|
1322
|
-
]
|
|
1323
|
-
},
|
|
1324
|
-
{
|
|
1325
|
-
"kind": "javascript-module",
|
|
1326
|
-
"path": "src/_common/icons.ts",
|
|
1327
|
-
"declarations": [
|
|
1302
|
+
},
|
|
1328
1303
|
{
|
|
1329
|
-
"kind": "
|
|
1330
|
-
"name": "
|
|
1331
|
-
"
|
|
1332
|
-
|
|
1333
|
-
|
|
1334
|
-
|
|
1335
|
-
|
|
1336
|
-
{
|
|
1337
|
-
"name": "fill",
|
|
1338
|
-
"default": "'#879ba6'"
|
|
1339
|
-
}
|
|
1340
|
-
]
|
|
1341
|
-
}
|
|
1342
|
-
],
|
|
1343
|
-
"exports": [
|
|
1304
|
+
"kind": "js",
|
|
1305
|
+
"name": "defaultAccordionItemConfig",
|
|
1306
|
+
"declaration": {
|
|
1307
|
+
"name": "defaultAccordionItemConfig",
|
|
1308
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1309
|
+
}
|
|
1310
|
+
},
|
|
1344
1311
|
{
|
|
1345
1312
|
"kind": "js",
|
|
1346
|
-
"name": "
|
|
1313
|
+
"name": "foundationAccordionItem",
|
|
1347
1314
|
"declaration": {
|
|
1348
|
-
"name": "
|
|
1349
|
-
"module": "src/
|
|
1315
|
+
"name": "foundationAccordionItem",
|
|
1316
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1350
1317
|
}
|
|
1351
1318
|
}
|
|
1352
1319
|
]
|
|
1353
1320
|
},
|
|
1354
1321
|
{
|
|
1355
1322
|
"kind": "javascript-module",
|
|
1356
|
-
"path": "src/
|
|
1323
|
+
"path": "src/accordion-item/index.ts",
|
|
1357
1324
|
"declarations": [],
|
|
1358
1325
|
"exports": [
|
|
1359
1326
|
{
|
|
@@ -1361,15 +1328,7 @@
|
|
|
1361
1328
|
"name": "*",
|
|
1362
1329
|
"declaration": {
|
|
1363
1330
|
"name": "*",
|
|
1364
|
-
"package": "./
|
|
1365
|
-
}
|
|
1366
|
-
},
|
|
1367
|
-
{
|
|
1368
|
-
"kind": "js",
|
|
1369
|
-
"name": "*",
|
|
1370
|
-
"declaration": {
|
|
1371
|
-
"name": "*",
|
|
1372
|
-
"package": "./base-file-component"
|
|
1331
|
+
"package": "./accordion-item.template"
|
|
1373
1332
|
}
|
|
1374
1333
|
},
|
|
1375
1334
|
{
|
|
@@ -1377,7 +1336,7 @@
|
|
|
1377
1336
|
"name": "*",
|
|
1378
1337
|
"declaration": {
|
|
1379
1338
|
"name": "*",
|
|
1380
|
-
"package": "./
|
|
1339
|
+
"package": "./accordion-item.styles"
|
|
1381
1340
|
}
|
|
1382
1341
|
},
|
|
1383
1342
|
{
|
|
@@ -1385,73 +1344,51 @@
|
|
|
1385
1344
|
"name": "*",
|
|
1386
1345
|
"declaration": {
|
|
1387
1346
|
"name": "*",
|
|
1388
|
-
"package": "./
|
|
1347
|
+
"package": "./accordion-item"
|
|
1389
1348
|
}
|
|
1390
1349
|
}
|
|
1391
1350
|
]
|
|
1392
1351
|
},
|
|
1393
1352
|
{
|
|
1394
1353
|
"kind": "javascript-module",
|
|
1395
|
-
"path": "src/
|
|
1354
|
+
"path": "src/_common/affix-mixin.ts",
|
|
1396
1355
|
"declarations": [
|
|
1397
1356
|
{
|
|
1398
|
-
"kind": "
|
|
1399
|
-
"
|
|
1400
|
-
"
|
|
1401
|
-
|
|
1402
|
-
"text": "ElementStyles"
|
|
1403
|
-
}
|
|
1404
|
-
},
|
|
1405
|
-
"parameters": [
|
|
1357
|
+
"kind": "mixin",
|
|
1358
|
+
"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.",
|
|
1359
|
+
"name": "AffixMixin",
|
|
1360
|
+
"members": [
|
|
1406
1361
|
{
|
|
1407
|
-
"
|
|
1362
|
+
"kind": "field",
|
|
1363
|
+
"name": "prefix",
|
|
1408
1364
|
"type": {
|
|
1409
|
-
"text": "
|
|
1410
|
-
}
|
|
1365
|
+
"text": "string"
|
|
1366
|
+
},
|
|
1367
|
+
"description": "Optional non-editable label shown on the left inside the field, before the input."
|
|
1411
1368
|
},
|
|
1412
1369
|
{
|
|
1413
|
-
"
|
|
1370
|
+
"kind": "field",
|
|
1371
|
+
"name": "suffix",
|
|
1414
1372
|
"type": {
|
|
1415
|
-
"text": "
|
|
1416
|
-
}
|
|
1417
|
-
|
|
1418
|
-
|
|
1419
|
-
}
|
|
1420
|
-
],
|
|
1421
|
-
"exports": [
|
|
1422
|
-
{
|
|
1423
|
-
"kind": "js",
|
|
1424
|
-
"name": "foundationAccordionItemStyles",
|
|
1425
|
-
"declaration": {
|
|
1426
|
-
"name": "foundationAccordionItemStyles",
|
|
1427
|
-
"module": "src/accordion-item/accordion-item.styles.ts"
|
|
1428
|
-
}
|
|
1429
|
-
}
|
|
1430
|
-
]
|
|
1431
|
-
},
|
|
1432
|
-
{
|
|
1433
|
-
"kind": "javascript-module",
|
|
1434
|
-
"path": "src/accordion-item/accordion-item.template.ts",
|
|
1435
|
-
"declarations": [
|
|
1436
|
-
{
|
|
1437
|
-
"kind": "function",
|
|
1438
|
-
"name": "foundationAccordionItemTemplate",
|
|
1439
|
-
"return": {
|
|
1440
|
-
"type": {
|
|
1441
|
-
"text": "ViewTemplate<AccordionItem>"
|
|
1442
|
-
}
|
|
1443
|
-
},
|
|
1444
|
-
"parameters": [
|
|
1373
|
+
"text": "string"
|
|
1374
|
+
},
|
|
1375
|
+
"description": "Optional non-editable suffix (e.g. unit label) shown on the right inside the field."
|
|
1376
|
+
},
|
|
1445
1377
|
{
|
|
1446
|
-
"
|
|
1378
|
+
"kind": "field",
|
|
1379
|
+
"name": "hideAffixFromScreenReader",
|
|
1447
1380
|
"type": {
|
|
1448
|
-
"text": "
|
|
1449
|
-
}
|
|
1450
|
-
|
|
1381
|
+
"text": "boolean"
|
|
1382
|
+
},
|
|
1383
|
+
"default": "false",
|
|
1384
|
+
"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."
|
|
1385
|
+
}
|
|
1386
|
+
],
|
|
1387
|
+
"parameters": [
|
|
1451
1388
|
{
|
|
1452
|
-
"name": "
|
|
1389
|
+
"name": "Base",
|
|
1453
1390
|
"type": {
|
|
1454
|
-
"text": "
|
|
1391
|
+
"text": "TBase"
|
|
1455
1392
|
}
|
|
1456
1393
|
}
|
|
1457
1394
|
]
|
|
@@ -1460,118 +1397,170 @@
|
|
|
1460
1397
|
"exports": [
|
|
1461
1398
|
{
|
|
1462
1399
|
"kind": "js",
|
|
1463
|
-
"name": "
|
|
1400
|
+
"name": "AffixMixin",
|
|
1464
1401
|
"declaration": {
|
|
1465
|
-
"name": "
|
|
1466
|
-
"module": "src/
|
|
1402
|
+
"name": "AffixMixin",
|
|
1403
|
+
"module": "src/_common/affix-mixin.ts"
|
|
1467
1404
|
}
|
|
1468
1405
|
}
|
|
1469
1406
|
]
|
|
1470
1407
|
},
|
|
1471
1408
|
{
|
|
1472
1409
|
"kind": "javascript-module",
|
|
1473
|
-
"path": "src/
|
|
1410
|
+
"path": "src/_common/base-file-component.ts",
|
|
1474
1411
|
"declarations": [
|
|
1475
1412
|
{
|
|
1476
1413
|
"kind": "class",
|
|
1477
|
-
"description": "",
|
|
1478
|
-
"name": "
|
|
1479
|
-
"
|
|
1480
|
-
"name": "FASTAccordionItem",
|
|
1481
|
-
"package": "@microsoft/fast-components"
|
|
1482
|
-
},
|
|
1483
|
-
"tagName": "%%prefix%%-accordion-item",
|
|
1484
|
-
"customElement": true,
|
|
1485
|
-
"attributes": [
|
|
1414
|
+
"description": "Abstract base class for file handling components\nProvides common functionality for file selection, validation, and UI state management",
|
|
1415
|
+
"name": "BaseFileComponent",
|
|
1416
|
+
"members": [
|
|
1486
1417
|
{
|
|
1487
|
-
"
|
|
1418
|
+
"kind": "field",
|
|
1419
|
+
"name": "fileInput",
|
|
1488
1420
|
"type": {
|
|
1489
|
-
"text": "
|
|
1421
|
+
"text": "HTMLInputElement"
|
|
1490
1422
|
},
|
|
1491
|
-
"
|
|
1492
|
-
|
|
1493
|
-
|
|
1494
|
-
"
|
|
1495
|
-
|
|
1496
|
-
|
|
1423
|
+
"privacy": "public"
|
|
1424
|
+
},
|
|
1425
|
+
{
|
|
1426
|
+
"kind": "field",
|
|
1427
|
+
"name": "selectedFile",
|
|
1428
|
+
"type": {
|
|
1429
|
+
"text": "File | null"
|
|
1430
|
+
},
|
|
1431
|
+
"privacy": "protected",
|
|
1432
|
+
"default": "null"
|
|
1433
|
+
},
|
|
1434
|
+
{
|
|
1435
|
+
"kind": "field",
|
|
1436
|
+
"name": "label",
|
|
1437
|
+
"type": {
|
|
1438
|
+
"text": "string"
|
|
1497
1439
|
}
|
|
1498
1440
|
},
|
|
1499
1441
|
{
|
|
1442
|
+
"kind": "field",
|
|
1443
|
+
"name": "accept",
|
|
1500
1444
|
"type": {
|
|
1501
|
-
"text": "
|
|
1445
|
+
"text": "string"
|
|
1502
1446
|
},
|
|
1503
|
-
"default": "
|
|
1504
|
-
|
|
1505
|
-
|
|
1506
|
-
"
|
|
1507
|
-
|
|
1508
|
-
|
|
1447
|
+
"default": "''"
|
|
1448
|
+
},
|
|
1449
|
+
{
|
|
1450
|
+
"kind": "field",
|
|
1451
|
+
"name": "fileSizeLimitBytes",
|
|
1452
|
+
"default": "10_485_760",
|
|
1453
|
+
"type": {
|
|
1454
|
+
"text": "number"
|
|
1509
1455
|
}
|
|
1510
1456
|
},
|
|
1511
1457
|
{
|
|
1512
|
-
"
|
|
1458
|
+
"kind": "field",
|
|
1459
|
+
"name": "fileName",
|
|
1513
1460
|
"type": {
|
|
1514
1461
|
"text": "string"
|
|
1515
1462
|
},
|
|
1516
|
-
"
|
|
1517
|
-
|
|
1518
|
-
"inheritedFrom": {
|
|
1519
|
-
"name": "AccordionItem",
|
|
1520
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1521
|
-
}
|
|
1522
|
-
}
|
|
1523
|
-
],
|
|
1524
|
-
"members": [
|
|
1463
|
+
"default": "''"
|
|
1464
|
+
},
|
|
1525
1465
|
{
|
|
1526
1466
|
"kind": "field",
|
|
1527
|
-
"name": "
|
|
1467
|
+
"name": "isProcessing",
|
|
1528
1468
|
"type": {
|
|
1529
|
-
"text": "
|
|
1469
|
+
"text": "boolean"
|
|
1530
1470
|
},
|
|
1471
|
+
"default": "false"
|
|
1472
|
+
},
|
|
1473
|
+
{
|
|
1474
|
+
"kind": "method",
|
|
1475
|
+
"name": "handleClick",
|
|
1531
1476
|
"privacy": "public",
|
|
1532
|
-
"
|
|
1533
|
-
"description": "Configures the {@link https://www.w3.org/TR/wai-aria-1.1/#aria-level | level} of the heading element.",
|
|
1534
|
-
"inheritedFrom": {
|
|
1535
|
-
"name": "AccordionItem",
|
|
1536
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1537
|
-
}
|
|
1477
|
+
"description": "Opens the file picker dialog\nClears any previous file selection before opening"
|
|
1538
1478
|
},
|
|
1539
1479
|
{
|
|
1540
|
-
"kind": "
|
|
1541
|
-
"name": "
|
|
1542
|
-
"type": {
|
|
1543
|
-
"text": "boolean"
|
|
1544
|
-
},
|
|
1480
|
+
"kind": "method",
|
|
1481
|
+
"name": "onInputChange",
|
|
1545
1482
|
"privacy": "public",
|
|
1546
|
-
"
|
|
1547
|
-
|
|
1548
|
-
|
|
1549
|
-
|
|
1550
|
-
|
|
1551
|
-
|
|
1483
|
+
"parameters": [
|
|
1484
|
+
{
|
|
1485
|
+
"name": "e",
|
|
1486
|
+
"type": {
|
|
1487
|
+
"text": "Event"
|
|
1488
|
+
},
|
|
1489
|
+
"description": "The change event from the file input"
|
|
1490
|
+
}
|
|
1491
|
+
],
|
|
1492
|
+
"description": "Handles file selection from the file input\nValidates file size and sets up for processing"
|
|
1552
1493
|
},
|
|
1553
1494
|
{
|
|
1554
|
-
"kind": "
|
|
1555
|
-
"name": "
|
|
1556
|
-
"type": {
|
|
1557
|
-
"text": "string"
|
|
1558
|
-
},
|
|
1495
|
+
"kind": "method",
|
|
1496
|
+
"name": "clearSelection",
|
|
1559
1497
|
"privacy": "public",
|
|
1560
|
-
"description": "
|
|
1561
|
-
"inheritedFrom": {
|
|
1562
|
-
"name": "AccordionItem",
|
|
1563
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1564
|
-
}
|
|
1498
|
+
"description": "Clears all file selection and processing state\nResets the component to its initial state"
|
|
1565
1499
|
},
|
|
1566
1500
|
{
|
|
1567
|
-
"kind": "
|
|
1568
|
-
"name": "
|
|
1569
|
-
"privacy": "
|
|
1570
|
-
"
|
|
1571
|
-
|
|
1572
|
-
"
|
|
1501
|
+
"kind": "method",
|
|
1502
|
+
"name": "getSelectedFile",
|
|
1503
|
+
"privacy": "public",
|
|
1504
|
+
"description": "Gets the currently selected file object",
|
|
1505
|
+
"return": {
|
|
1506
|
+
"type": {
|
|
1507
|
+
"text": ""
|
|
1508
|
+
}
|
|
1573
1509
|
}
|
|
1574
1510
|
},
|
|
1511
|
+
{
|
|
1512
|
+
"kind": "method",
|
|
1513
|
+
"name": "showError",
|
|
1514
|
+
"privacy": "protected",
|
|
1515
|
+
"parameters": [
|
|
1516
|
+
{
|
|
1517
|
+
"name": "title",
|
|
1518
|
+
"type": {
|
|
1519
|
+
"text": "string"
|
|
1520
|
+
},
|
|
1521
|
+
"description": "The error title"
|
|
1522
|
+
},
|
|
1523
|
+
{
|
|
1524
|
+
"name": "message",
|
|
1525
|
+
"type": {
|
|
1526
|
+
"text": "string"
|
|
1527
|
+
},
|
|
1528
|
+
"description": "The error message"
|
|
1529
|
+
}
|
|
1530
|
+
],
|
|
1531
|
+
"description": "Shows an error notification using the unified error handling system"
|
|
1532
|
+
},
|
|
1533
|
+
{
|
|
1534
|
+
"kind": "method",
|
|
1535
|
+
"name": "onFileSelected",
|
|
1536
|
+
"privacy": "protected",
|
|
1537
|
+
"return": {
|
|
1538
|
+
"type": {
|
|
1539
|
+
"text": "void"
|
|
1540
|
+
}
|
|
1541
|
+
},
|
|
1542
|
+
"parameters": [
|
|
1543
|
+
{
|
|
1544
|
+
"name": "files",
|
|
1545
|
+
"type": {
|
|
1546
|
+
"text": "File[]"
|
|
1547
|
+
},
|
|
1548
|
+
"description": "The selected file"
|
|
1549
|
+
}
|
|
1550
|
+
],
|
|
1551
|
+
"description": "Abstract method called when a file is selected"
|
|
1552
|
+
},
|
|
1553
|
+
{
|
|
1554
|
+
"kind": "method",
|
|
1555
|
+
"name": "onFileCleared",
|
|
1556
|
+
"privacy": "protected",
|
|
1557
|
+
"return": {
|
|
1558
|
+
"type": {
|
|
1559
|
+
"text": "void"
|
|
1560
|
+
}
|
|
1561
|
+
},
|
|
1562
|
+
"description": "Abstract method called when file selection is cleared"
|
|
1563
|
+
},
|
|
1575
1564
|
{
|
|
1576
1565
|
"kind": "field",
|
|
1577
1566
|
"name": "_presentation",
|
|
@@ -1686,76 +1675,110 @@
|
|
|
1686
1675
|
],
|
|
1687
1676
|
"events": [
|
|
1688
1677
|
{
|
|
1689
|
-
"description": "
|
|
1690
|
-
"name": "
|
|
1691
|
-
|
|
1692
|
-
|
|
1693
|
-
|
|
1694
|
-
|
|
1678
|
+
"description": "Fired when file size validation fails",
|
|
1679
|
+
"name": "error"
|
|
1680
|
+
},
|
|
1681
|
+
{
|
|
1682
|
+
"description": "Fired when selection is cleared",
|
|
1683
|
+
"name": "clear"
|
|
1695
1684
|
}
|
|
1696
|
-
]
|
|
1697
|
-
|
|
1698
|
-
|
|
1699
|
-
|
|
1700
|
-
|
|
1701
|
-
|
|
1702
|
-
|
|
1703
|
-
|
|
1704
|
-
|
|
1705
|
-
|
|
1706
|
-
|
|
1707
|
-
|
|
1708
|
-
|
|
1709
|
-
|
|
1710
|
-
|
|
1711
|
-
|
|
1712
|
-
|
|
1713
|
-
|
|
1714
|
-
|
|
1715
|
-
|
|
1716
|
-
|
|
1717
|
-
|
|
1718
|
-
|
|
1685
|
+
],
|
|
1686
|
+
"attributes": [
|
|
1687
|
+
{
|
|
1688
|
+
"name": "label",
|
|
1689
|
+
"type": {
|
|
1690
|
+
"text": "string"
|
|
1691
|
+
},
|
|
1692
|
+
"fieldName": "label"
|
|
1693
|
+
},
|
|
1694
|
+
{
|
|
1695
|
+
"name": "accept",
|
|
1696
|
+
"type": {
|
|
1697
|
+
"text": "string"
|
|
1698
|
+
},
|
|
1699
|
+
"default": "''",
|
|
1700
|
+
"fieldName": "accept"
|
|
1701
|
+
},
|
|
1702
|
+
{
|
|
1703
|
+
"name": "file-size-limit-bytes",
|
|
1704
|
+
"default": "DEFAULT_FILE_SIZE_LIMIT",
|
|
1705
|
+
"resolveInitializer": {
|
|
1706
|
+
"module": "src/_common/base-file-component.ts"
|
|
1707
|
+
},
|
|
1708
|
+
"fieldName": "fileSizeLimitBytes"
|
|
1709
|
+
}
|
|
1710
|
+
],
|
|
1711
|
+
"superclass": {
|
|
1712
|
+
"name": "FoundationElement",
|
|
1713
|
+
"package": "@microsoft/fast-foundation"
|
|
1714
|
+
}
|
|
1719
1715
|
}
|
|
1720
1716
|
],
|
|
1721
1717
|
"exports": [
|
|
1722
1718
|
{
|
|
1723
1719
|
"kind": "js",
|
|
1724
|
-
"name": "
|
|
1720
|
+
"name": "BaseFileComponent",
|
|
1725
1721
|
"declaration": {
|
|
1726
|
-
"name": "
|
|
1727
|
-
"module": "src/
|
|
1722
|
+
"name": "BaseFileComponent",
|
|
1723
|
+
"module": "src/_common/base-file-component.ts"
|
|
1728
1724
|
}
|
|
1729
|
-
}
|
|
1725
|
+
}
|
|
1726
|
+
]
|
|
1727
|
+
},
|
|
1728
|
+
{
|
|
1729
|
+
"kind": "javascript-module",
|
|
1730
|
+
"path": "src/_common/field-styles.ts",
|
|
1731
|
+
"declarations": [
|
|
1730
1732
|
{
|
|
1731
|
-
"kind": "
|
|
1732
|
-
"name": "
|
|
1733
|
-
"
|
|
1734
|
-
|
|
1735
|
-
|
|
1736
|
-
|
|
1737
|
-
},
|
|
1733
|
+
"kind": "variable",
|
|
1734
|
+
"name": "sharedFieldStyles",
|
|
1735
|
+
"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`"
|
|
1736
|
+
}
|
|
1737
|
+
],
|
|
1738
|
+
"exports": [
|
|
1738
1739
|
{
|
|
1739
1740
|
"kind": "js",
|
|
1740
|
-
"name": "
|
|
1741
|
+
"name": "sharedFieldStyles",
|
|
1741
1742
|
"declaration": {
|
|
1742
|
-
"name": "
|
|
1743
|
-
"module": "src/
|
|
1743
|
+
"name": "sharedFieldStyles",
|
|
1744
|
+
"module": "src/_common/field-styles.ts"
|
|
1744
1745
|
}
|
|
1745
|
-
}
|
|
1746
|
+
}
|
|
1747
|
+
]
|
|
1748
|
+
},
|
|
1749
|
+
{
|
|
1750
|
+
"kind": "javascript-module",
|
|
1751
|
+
"path": "src/_common/icons.ts",
|
|
1752
|
+
"declarations": [
|
|
1753
|
+
{
|
|
1754
|
+
"kind": "function",
|
|
1755
|
+
"name": "closeIcon",
|
|
1756
|
+
"parameters": [
|
|
1757
|
+
{
|
|
1758
|
+
"name": "slot",
|
|
1759
|
+
"default": "'start'"
|
|
1760
|
+
},
|
|
1761
|
+
{
|
|
1762
|
+
"name": "fill",
|
|
1763
|
+
"default": "'#879ba6'"
|
|
1764
|
+
}
|
|
1765
|
+
]
|
|
1766
|
+
}
|
|
1767
|
+
],
|
|
1768
|
+
"exports": [
|
|
1746
1769
|
{
|
|
1747
1770
|
"kind": "js",
|
|
1748
|
-
"name": "
|
|
1771
|
+
"name": "closeIcon",
|
|
1749
1772
|
"declaration": {
|
|
1750
|
-
"name": "
|
|
1751
|
-
"module": "src/
|
|
1773
|
+
"name": "closeIcon",
|
|
1774
|
+
"module": "src/_common/icons.ts"
|
|
1752
1775
|
}
|
|
1753
1776
|
}
|
|
1754
1777
|
]
|
|
1755
1778
|
},
|
|
1756
1779
|
{
|
|
1757
1780
|
"kind": "javascript-module",
|
|
1758
|
-
"path": "src/
|
|
1781
|
+
"path": "src/_common/index.ts",
|
|
1759
1782
|
"declarations": [],
|
|
1760
1783
|
"exports": [
|
|
1761
1784
|
{
|
|
@@ -1763,15 +1786,7 @@
|
|
|
1763
1786
|
"name": "*",
|
|
1764
1787
|
"declaration": {
|
|
1765
1788
|
"name": "*",
|
|
1766
|
-
"package": "./
|
|
1767
|
-
}
|
|
1768
|
-
},
|
|
1769
|
-
{
|
|
1770
|
-
"kind": "js",
|
|
1771
|
-
"name": "*",
|
|
1772
|
-
"declaration": {
|
|
1773
|
-
"name": "*",
|
|
1774
|
-
"package": "./accordion-item.styles"
|
|
1789
|
+
"package": "./affix-mixin"
|
|
1775
1790
|
}
|
|
1776
1791
|
},
|
|
1777
1792
|
{
|
|
@@ -1779,22 +1794,7 @@
|
|
|
1779
1794
|
"name": "*",
|
|
1780
1795
|
"declaration": {
|
|
1781
1796
|
"name": "*",
|
|
1782
|
-
"package": "./
|
|
1783
|
-
}
|
|
1784
|
-
}
|
|
1785
|
-
]
|
|
1786
|
-
},
|
|
1787
|
-
{
|
|
1788
|
-
"kind": "javascript-module",
|
|
1789
|
-
"path": "src/_config/index.ts",
|
|
1790
|
-
"declarations": [],
|
|
1791
|
-
"exports": [
|
|
1792
|
-
{
|
|
1793
|
-
"kind": "js",
|
|
1794
|
-
"name": "*",
|
|
1795
|
-
"declaration": {
|
|
1796
|
-
"name": "*",
|
|
1797
|
-
"package": "./styles"
|
|
1797
|
+
"package": "./base-file-component"
|
|
1798
1798
|
}
|
|
1799
1799
|
},
|
|
1800
1800
|
{
|
|
@@ -1802,7 +1802,7 @@
|
|
|
1802
1802
|
"name": "*",
|
|
1803
1803
|
"declaration": {
|
|
1804
1804
|
"name": "*",
|
|
1805
|
-
"package": "./
|
|
1805
|
+
"package": "./field-styles"
|
|
1806
1806
|
}
|
|
1807
1807
|
},
|
|
1808
1808
|
{
|
|
@@ -1810,7 +1810,7 @@
|
|
|
1810
1810
|
"name": "*",
|
|
1811
1811
|
"declaration": {
|
|
1812
1812
|
"name": "*",
|
|
1813
|
-
"package": "./
|
|
1813
|
+
"package": "./icons"
|
|
1814
1814
|
}
|
|
1815
1815
|
}
|
|
1816
1816
|
]
|
|
@@ -2927,11 +2927,11 @@
|
|
|
2927
2927
|
},
|
|
2928
2928
|
{
|
|
2929
2929
|
"kind": "javascript-module",
|
|
2930
|
-
"path": "src/
|
|
2930
|
+
"path": "src/accordion/accordion.styles.ts",
|
|
2931
2931
|
"declarations": [
|
|
2932
2932
|
{
|
|
2933
2933
|
"kind": "function",
|
|
2934
|
-
"name": "
|
|
2934
|
+
"name": "foundationAccordionStyles",
|
|
2935
2935
|
"return": {
|
|
2936
2936
|
"type": {
|
|
2937
2937
|
"text": "ElementStyles"
|
|
@@ -2956,214 +2956,276 @@
|
|
|
2956
2956
|
"exports": [
|
|
2957
2957
|
{
|
|
2958
2958
|
"kind": "js",
|
|
2959
|
-
"name": "
|
|
2959
|
+
"name": "foundationAccordionStyles",
|
|
2960
2960
|
"declaration": {
|
|
2961
|
-
"name": "
|
|
2962
|
-
"module": "src/
|
|
2961
|
+
"name": "foundationAccordionStyles",
|
|
2962
|
+
"module": "src/accordion/accordion.styles.ts"
|
|
2963
2963
|
}
|
|
2964
2964
|
}
|
|
2965
2965
|
]
|
|
2966
2966
|
},
|
|
2967
2967
|
{
|
|
2968
2968
|
"kind": "javascript-module",
|
|
2969
|
-
"path": "src/
|
|
2969
|
+
"path": "src/accordion/accordion.template.ts",
|
|
2970
2970
|
"declarations": [
|
|
2971
2971
|
{
|
|
2972
|
-
"kind": "
|
|
2973
|
-
"name": "
|
|
2974
|
-
"
|
|
2975
|
-
"
|
|
2972
|
+
"kind": "function",
|
|
2973
|
+
"name": "foundationAccordionTemplate",
|
|
2974
|
+
"return": {
|
|
2975
|
+
"type": {
|
|
2976
|
+
"text": "ViewTemplate<Accordion>"
|
|
2977
|
+
}
|
|
2976
2978
|
},
|
|
2977
|
-
"
|
|
2979
|
+
"parameters": [
|
|
2980
|
+
{
|
|
2981
|
+
"name": "context",
|
|
2982
|
+
"type": {
|
|
2983
|
+
"text": "ElementDefinitionContext"
|
|
2984
|
+
}
|
|
2985
|
+
},
|
|
2986
|
+
{
|
|
2987
|
+
"name": "definition",
|
|
2988
|
+
"type": {
|
|
2989
|
+
"text": "FoundationElementDefinition"
|
|
2990
|
+
}
|
|
2991
|
+
}
|
|
2992
|
+
]
|
|
2978
2993
|
}
|
|
2979
2994
|
],
|
|
2980
2995
|
"exports": [
|
|
2981
2996
|
{
|
|
2982
2997
|
"kind": "js",
|
|
2983
|
-
"name": "
|
|
2998
|
+
"name": "foundationAccordionTemplate",
|
|
2984
2999
|
"declaration": {
|
|
2985
|
-
"name": "
|
|
2986
|
-
"module": "src/
|
|
3000
|
+
"name": "foundationAccordionTemplate",
|
|
3001
|
+
"module": "src/accordion/accordion.template.ts"
|
|
2987
3002
|
}
|
|
2988
3003
|
}
|
|
2989
3004
|
]
|
|
2990
3005
|
},
|
|
2991
3006
|
{
|
|
2992
3007
|
"kind": "javascript-module",
|
|
2993
|
-
"path": "src/
|
|
3008
|
+
"path": "src/accordion/accordion.ts",
|
|
2994
3009
|
"declarations": [
|
|
2995
3010
|
{
|
|
2996
3011
|
"kind": "class",
|
|
2997
3012
|
"description": "",
|
|
2998
|
-
"name": "
|
|
2999
|
-
"
|
|
3000
|
-
|
|
3001
|
-
|
|
3002
|
-
|
|
3003
|
-
|
|
3004
|
-
|
|
3005
|
-
|
|
3006
|
-
},
|
|
3013
|
+
"name": "Accordion",
|
|
3014
|
+
"superclass": {
|
|
3015
|
+
"name": "FASTAccordion",
|
|
3016
|
+
"package": "@microsoft/fast-foundation"
|
|
3017
|
+
},
|
|
3018
|
+
"tagName": "%%prefix%%-accordion",
|
|
3019
|
+
"customElement": true,
|
|
3020
|
+
"attributes": [
|
|
3007
3021
|
{
|
|
3008
|
-
"
|
|
3009
|
-
"name": "status",
|
|
3022
|
+
"name": "expand-mode",
|
|
3010
3023
|
"type": {
|
|
3011
|
-
"text": "
|
|
3024
|
+
"text": "AccordionExpandMode"
|
|
3012
3025
|
},
|
|
3013
|
-
"
|
|
3014
|
-
|
|
3026
|
+
"description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
|
|
3027
|
+
"fieldName": "expandmode",
|
|
3028
|
+
"inheritedFrom": {
|
|
3029
|
+
"name": "Accordion",
|
|
3030
|
+
"module": "src/accordion/accordion.ts"
|
|
3031
|
+
}
|
|
3032
|
+
}
|
|
3033
|
+
],
|
|
3034
|
+
"members": [
|
|
3015
3035
|
{
|
|
3016
3036
|
"kind": "field",
|
|
3017
|
-
"name": "
|
|
3037
|
+
"name": "expandmode",
|
|
3018
3038
|
"type": {
|
|
3019
|
-
"text": "
|
|
3039
|
+
"text": "AccordionExpandMode"
|
|
3020
3040
|
},
|
|
3021
|
-
"
|
|
3041
|
+
"privacy": "public",
|
|
3042
|
+
"description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
|
|
3043
|
+
"inheritedFrom": {
|
|
3044
|
+
"name": "Accordion",
|
|
3045
|
+
"module": "src/accordion/accordion.ts"
|
|
3046
|
+
}
|
|
3022
3047
|
},
|
|
3023
3048
|
{
|
|
3024
3049
|
"kind": "field",
|
|
3025
|
-
"name": "
|
|
3050
|
+
"name": "activeid",
|
|
3026
3051
|
"type": {
|
|
3027
|
-
"text": "
|
|
3052
|
+
"text": "string | null"
|
|
3028
3053
|
},
|
|
3029
|
-
"
|
|
3054
|
+
"privacy": "private",
|
|
3055
|
+
"inheritedFrom": {
|
|
3056
|
+
"name": "Accordion",
|
|
3057
|
+
"module": "src/accordion/accordion.ts"
|
|
3058
|
+
}
|
|
3030
3059
|
},
|
|
3031
3060
|
{
|
|
3032
3061
|
"kind": "field",
|
|
3033
|
-
"name": "
|
|
3062
|
+
"name": "activeItemIndex",
|
|
3034
3063
|
"type": {
|
|
3035
|
-
"text": "
|
|
3064
|
+
"text": "number"
|
|
3036
3065
|
},
|
|
3037
|
-
"
|
|
3066
|
+
"privacy": "private",
|
|
3067
|
+
"default": "0",
|
|
3068
|
+
"inheritedFrom": {
|
|
3069
|
+
"name": "Accordion",
|
|
3070
|
+
"module": "src/accordion/accordion.ts"
|
|
3071
|
+
}
|
|
3038
3072
|
},
|
|
3039
3073
|
{
|
|
3040
3074
|
"kind": "field",
|
|
3041
|
-
"name": "
|
|
3075
|
+
"name": "accordionIds",
|
|
3042
3076
|
"type": {
|
|
3043
|
-
"text": "
|
|
3077
|
+
"text": "Array<string | null>"
|
|
3044
3078
|
},
|
|
3045
3079
|
"privacy": "private",
|
|
3046
|
-
"
|
|
3047
|
-
|
|
3048
|
-
|
|
3049
|
-
|
|
3050
|
-
"name": "clickOutside",
|
|
3051
|
-
"privacy": "private"
|
|
3080
|
+
"inheritedFrom": {
|
|
3081
|
+
"name": "Accordion",
|
|
3082
|
+
"module": "src/accordion/accordion.ts"
|
|
3083
|
+
}
|
|
3052
3084
|
},
|
|
3053
3085
|
{
|
|
3054
3086
|
"kind": "field",
|
|
3055
|
-
"name": "
|
|
3056
|
-
"
|
|
3057
|
-
|
|
3058
|
-
|
|
3059
|
-
|
|
3087
|
+
"name": "change",
|
|
3088
|
+
"privacy": "private",
|
|
3089
|
+
"inheritedFrom": {
|
|
3090
|
+
"name": "Accordion",
|
|
3091
|
+
"module": "src/accordion/accordion.ts"
|
|
3092
|
+
}
|
|
3060
3093
|
},
|
|
3061
3094
|
{
|
|
3062
|
-
"kind": "
|
|
3063
|
-
"name": "
|
|
3064
|
-
"
|
|
3065
|
-
|
|
3095
|
+
"kind": "method",
|
|
3096
|
+
"name": "findExpandedItem",
|
|
3097
|
+
"privacy": "private",
|
|
3098
|
+
"return": {
|
|
3099
|
+
"type": {
|
|
3100
|
+
"text": "AccordionItem | null"
|
|
3101
|
+
}
|
|
3066
3102
|
},
|
|
3067
|
-
"
|
|
3103
|
+
"inheritedFrom": {
|
|
3104
|
+
"name": "Accordion",
|
|
3105
|
+
"module": "src/accordion/accordion.ts"
|
|
3106
|
+
}
|
|
3068
3107
|
},
|
|
3069
3108
|
{
|
|
3070
3109
|
"kind": "field",
|
|
3071
|
-
"name": "
|
|
3072
|
-
"
|
|
3073
|
-
|
|
3074
|
-
|
|
3075
|
-
|
|
3110
|
+
"name": "setItems",
|
|
3111
|
+
"privacy": "private",
|
|
3112
|
+
"inheritedFrom": {
|
|
3113
|
+
"name": "Accordion",
|
|
3114
|
+
"module": "src/accordion/accordion.ts"
|
|
3115
|
+
}
|
|
3076
3116
|
},
|
|
3077
3117
|
{
|
|
3078
3118
|
"kind": "method",
|
|
3079
|
-
"name": "
|
|
3119
|
+
"name": "resetItems",
|
|
3120
|
+
"privacy": "private",
|
|
3080
3121
|
"return": {
|
|
3081
3122
|
"type": {
|
|
3082
3123
|
"text": "void"
|
|
3083
3124
|
}
|
|
3125
|
+
},
|
|
3126
|
+
"inheritedFrom": {
|
|
3127
|
+
"name": "Accordion",
|
|
3128
|
+
"module": "src/accordion/accordion.ts"
|
|
3084
3129
|
}
|
|
3085
3130
|
},
|
|
3086
3131
|
{
|
|
3087
|
-
"kind": "
|
|
3088
|
-
"name": "
|
|
3132
|
+
"kind": "field",
|
|
3133
|
+
"name": "removeItemListeners",
|
|
3089
3134
|
"privacy": "private",
|
|
3090
|
-
"
|
|
3091
|
-
|
|
3092
|
-
|
|
3093
|
-
|
|
3094
|
-
"text": "MouseEvent"
|
|
3095
|
-
}
|
|
3096
|
-
}
|
|
3097
|
-
]
|
|
3135
|
+
"inheritedFrom": {
|
|
3136
|
+
"name": "Accordion",
|
|
3137
|
+
"module": "src/accordion/accordion.ts"
|
|
3138
|
+
}
|
|
3098
3139
|
},
|
|
3099
3140
|
{
|
|
3100
|
-
"kind": "
|
|
3101
|
-
"name": "
|
|
3141
|
+
"kind": "field",
|
|
3142
|
+
"name": "activeItemChange",
|
|
3143
|
+
"privacy": "private",
|
|
3144
|
+
"inheritedFrom": {
|
|
3145
|
+
"name": "Accordion",
|
|
3146
|
+
"module": "src/accordion/accordion.ts"
|
|
3147
|
+
}
|
|
3102
3148
|
},
|
|
3103
3149
|
{
|
|
3104
3150
|
"kind": "method",
|
|
3105
|
-
"name": "
|
|
3151
|
+
"name": "getItemIds",
|
|
3152
|
+
"privacy": "private",
|
|
3106
3153
|
"return": {
|
|
3107
3154
|
"type": {
|
|
3108
|
-
"text": "
|
|
3155
|
+
"text": "Array<string | null>"
|
|
3109
3156
|
}
|
|
3157
|
+
},
|
|
3158
|
+
"inheritedFrom": {
|
|
3159
|
+
"name": "Accordion",
|
|
3160
|
+
"module": "src/accordion/accordion.ts"
|
|
3110
3161
|
}
|
|
3111
3162
|
},
|
|
3112
3163
|
{
|
|
3113
3164
|
"kind": "method",
|
|
3114
|
-
"name": "
|
|
3165
|
+
"name": "isSingleExpandMode",
|
|
3115
3166
|
"privacy": "private",
|
|
3116
3167
|
"return": {
|
|
3117
3168
|
"type": {
|
|
3118
|
-
"text": "
|
|
3169
|
+
"text": "boolean"
|
|
3119
3170
|
}
|
|
3120
3171
|
},
|
|
3121
|
-
"
|
|
3122
|
-
|
|
3123
|
-
|
|
3124
|
-
|
|
3125
|
-
"text": "AIStatus | null"
|
|
3126
|
-
}
|
|
3127
|
-
}
|
|
3128
|
-
]
|
|
3172
|
+
"inheritedFrom": {
|
|
3173
|
+
"name": "Accordion",
|
|
3174
|
+
"module": "src/accordion/accordion.ts"
|
|
3175
|
+
}
|
|
3129
3176
|
},
|
|
3130
3177
|
{
|
|
3131
|
-
"kind": "
|
|
3132
|
-
"name": "
|
|
3178
|
+
"kind": "field",
|
|
3179
|
+
"name": "handleItemKeyDown",
|
|
3133
3180
|
"privacy": "private",
|
|
3134
|
-
"
|
|
3135
|
-
"
|
|
3136
|
-
|
|
3137
|
-
}
|
|
3181
|
+
"inheritedFrom": {
|
|
3182
|
+
"name": "Accordion",
|
|
3183
|
+
"module": "src/accordion/accordion.ts"
|
|
3138
3184
|
}
|
|
3139
3185
|
},
|
|
3140
3186
|
{
|
|
3141
|
-
"kind": "
|
|
3142
|
-
"name": "
|
|
3187
|
+
"kind": "field",
|
|
3188
|
+
"name": "handleItemFocus",
|
|
3143
3189
|
"privacy": "private",
|
|
3144
|
-
"
|
|
3145
|
-
"
|
|
3146
|
-
|
|
3147
|
-
}
|
|
3190
|
+
"inheritedFrom": {
|
|
3191
|
+
"name": "Accordion",
|
|
3192
|
+
"module": "src/accordion/accordion.ts"
|
|
3148
3193
|
}
|
|
3149
3194
|
},
|
|
3150
3195
|
{
|
|
3151
3196
|
"kind": "method",
|
|
3152
|
-
"name": "
|
|
3197
|
+
"name": "adjust",
|
|
3153
3198
|
"privacy": "private",
|
|
3154
3199
|
"return": {
|
|
3155
3200
|
"type": {
|
|
3156
3201
|
"text": "void"
|
|
3157
3202
|
}
|
|
3203
|
+
},
|
|
3204
|
+
"parameters": [
|
|
3205
|
+
{
|
|
3206
|
+
"name": "adjustment",
|
|
3207
|
+
"type": {
|
|
3208
|
+
"text": "number"
|
|
3209
|
+
}
|
|
3210
|
+
}
|
|
3211
|
+
],
|
|
3212
|
+
"inheritedFrom": {
|
|
3213
|
+
"name": "Accordion",
|
|
3214
|
+
"module": "src/accordion/accordion.ts"
|
|
3158
3215
|
}
|
|
3159
3216
|
},
|
|
3160
3217
|
{
|
|
3161
3218
|
"kind": "method",
|
|
3162
|
-
"name": "
|
|
3219
|
+
"name": "focusItem",
|
|
3220
|
+
"privacy": "private",
|
|
3163
3221
|
"return": {
|
|
3164
3222
|
"type": {
|
|
3165
|
-
"text": "
|
|
3223
|
+
"text": "void"
|
|
3166
3224
|
}
|
|
3225
|
+
},
|
|
3226
|
+
"inheritedFrom": {
|
|
3227
|
+
"name": "Accordion",
|
|
3228
|
+
"module": "src/accordion/accordion.ts"
|
|
3167
3229
|
}
|
|
3168
3230
|
},
|
|
3169
3231
|
{
|
|
@@ -3278,99 +3340,113 @@
|
|
|
3278
3340
|
}
|
|
3279
3341
|
}
|
|
3280
3342
|
],
|
|
3281
|
-
"
|
|
3282
|
-
|
|
3283
|
-
|
|
3343
|
+
"events": [
|
|
3344
|
+
{
|
|
3345
|
+
"description": "Fires a custom 'change' event when the active item changes",
|
|
3346
|
+
"name": "change",
|
|
3347
|
+
"inheritedFrom": {
|
|
3348
|
+
"name": "Accordion",
|
|
3349
|
+
"module": "src/accordion/accordion.ts"
|
|
3350
|
+
}
|
|
3351
|
+
}
|
|
3352
|
+
]
|
|
3353
|
+
},
|
|
3354
|
+
{
|
|
3355
|
+
"kind": "variable",
|
|
3356
|
+
"name": "foundationAccordionShadowOptions",
|
|
3357
|
+
"type": {
|
|
3358
|
+
"text": "ShadowRootInit"
|
|
3284
3359
|
},
|
|
3285
|
-
"
|
|
3286
|
-
"customElement": true
|
|
3360
|
+
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
3287
3361
|
},
|
|
3288
3362
|
{
|
|
3289
3363
|
"kind": "variable",
|
|
3290
|
-
"name": "
|
|
3364
|
+
"name": "defaultAccordionConfig",
|
|
3365
|
+
"type": {
|
|
3366
|
+
"text": "object"
|
|
3367
|
+
},
|
|
3368
|
+
"default": "{}"
|
|
3369
|
+
},
|
|
3370
|
+
{
|
|
3371
|
+
"kind": "variable",
|
|
3372
|
+
"name": "foundationAccordion",
|
|
3373
|
+
"description": "The Foundation Accordion",
|
|
3374
|
+
"privacy": "public"
|
|
3291
3375
|
}
|
|
3292
3376
|
],
|
|
3293
3377
|
"exports": [
|
|
3294
3378
|
{
|
|
3295
3379
|
"kind": "js",
|
|
3296
|
-
"name": "
|
|
3380
|
+
"name": "Accordion",
|
|
3297
3381
|
"declaration": {
|
|
3298
|
-
"name": "
|
|
3299
|
-
"module": "src/
|
|
3382
|
+
"name": "Accordion",
|
|
3383
|
+
"module": "src/accordion/accordion.ts"
|
|
3300
3384
|
}
|
|
3301
3385
|
},
|
|
3302
3386
|
{
|
|
3303
3387
|
"kind": "js",
|
|
3304
|
-
"name": "
|
|
3305
|
-
"declaration": {
|
|
3306
|
-
"name": "foundationAiIndicator",
|
|
3307
|
-
"module": "src/ai-indicator/ai-indicator.ts"
|
|
3308
|
-
}
|
|
3309
|
-
}
|
|
3310
|
-
]
|
|
3311
|
-
},
|
|
3312
|
-
{
|
|
3313
|
-
"kind": "javascript-module",
|
|
3314
|
-
"path": "src/ai-indicator/index.ts",
|
|
3315
|
-
"declarations": [],
|
|
3316
|
-
"exports": [
|
|
3317
|
-
{
|
|
3318
|
-
"kind": "js",
|
|
3319
|
-
"name": "AiIndicator",
|
|
3388
|
+
"name": "foundationAccordionShadowOptions",
|
|
3320
3389
|
"declaration": {
|
|
3321
|
-
"name": "
|
|
3322
|
-
"module": "
|
|
3390
|
+
"name": "foundationAccordionShadowOptions",
|
|
3391
|
+
"module": "src/accordion/accordion.ts"
|
|
3323
3392
|
}
|
|
3324
3393
|
},
|
|
3325
3394
|
{
|
|
3326
3395
|
"kind": "js",
|
|
3327
|
-
"name": "
|
|
3396
|
+
"name": "defaultAccordionConfig",
|
|
3328
3397
|
"declaration": {
|
|
3329
|
-
"name": "
|
|
3330
|
-
"module": "
|
|
3398
|
+
"name": "defaultAccordionConfig",
|
|
3399
|
+
"module": "src/accordion/accordion.ts"
|
|
3331
3400
|
}
|
|
3332
3401
|
},
|
|
3333
3402
|
{
|
|
3334
3403
|
"kind": "js",
|
|
3335
|
-
"name": "
|
|
3404
|
+
"name": "foundationAccordion",
|
|
3336
3405
|
"declaration": {
|
|
3337
|
-
"name": "
|
|
3338
|
-
"module": "
|
|
3406
|
+
"name": "foundationAccordion",
|
|
3407
|
+
"module": "src/accordion/accordion.ts"
|
|
3339
3408
|
}
|
|
3340
|
-
}
|
|
3409
|
+
}
|
|
3410
|
+
]
|
|
3411
|
+
},
|
|
3412
|
+
{
|
|
3413
|
+
"kind": "javascript-module",
|
|
3414
|
+
"path": "src/accordion/index.ts",
|
|
3415
|
+
"declarations": [],
|
|
3416
|
+
"exports": [
|
|
3341
3417
|
{
|
|
3342
3418
|
"kind": "js",
|
|
3343
|
-
"name": "
|
|
3419
|
+
"name": "*",
|
|
3344
3420
|
"declaration": {
|
|
3345
|
-
"name": "
|
|
3346
|
-
"
|
|
3421
|
+
"name": "*",
|
|
3422
|
+
"package": "./accordion.template"
|
|
3347
3423
|
}
|
|
3348
3424
|
},
|
|
3349
3425
|
{
|
|
3350
3426
|
"kind": "js",
|
|
3351
|
-
"name": "
|
|
3427
|
+
"name": "*",
|
|
3352
3428
|
"declaration": {
|
|
3353
|
-
"name": "
|
|
3354
|
-
"
|
|
3429
|
+
"name": "*",
|
|
3430
|
+
"package": "./accordion.styles"
|
|
3355
3431
|
}
|
|
3356
3432
|
},
|
|
3357
3433
|
{
|
|
3358
3434
|
"kind": "js",
|
|
3359
|
-
"name": "
|
|
3435
|
+
"name": "*",
|
|
3360
3436
|
"declaration": {
|
|
3361
|
-
"name": "
|
|
3362
|
-
"
|
|
3437
|
+
"name": "*",
|
|
3438
|
+
"package": "./accordion"
|
|
3363
3439
|
}
|
|
3364
3440
|
}
|
|
3365
3441
|
]
|
|
3366
3442
|
},
|
|
3367
3443
|
{
|
|
3368
3444
|
"kind": "javascript-module",
|
|
3369
|
-
"path": "src/
|
|
3445
|
+
"path": "src/ai-indicator/ai-indicator.styles.ts",
|
|
3370
3446
|
"declarations": [
|
|
3371
3447
|
{
|
|
3372
3448
|
"kind": "function",
|
|
3373
|
-
"name": "
|
|
3449
|
+
"name": "foundationAiIndicatorStyles",
|
|
3374
3450
|
"return": {
|
|
3375
3451
|
"type": {
|
|
3376
3452
|
"text": "ElementStyles"
|
|
@@ -3395,276 +3471,214 @@
|
|
|
3395
3471
|
"exports": [
|
|
3396
3472
|
{
|
|
3397
3473
|
"kind": "js",
|
|
3398
|
-
"name": "
|
|
3474
|
+
"name": "foundationAiIndicatorStyles",
|
|
3399
3475
|
"declaration": {
|
|
3400
|
-
"name": "
|
|
3401
|
-
"module": "src/
|
|
3476
|
+
"name": "foundationAiIndicatorStyles",
|
|
3477
|
+
"module": "src/ai-indicator/ai-indicator.styles.ts"
|
|
3402
3478
|
}
|
|
3403
3479
|
}
|
|
3404
3480
|
]
|
|
3405
3481
|
},
|
|
3406
3482
|
{
|
|
3407
3483
|
"kind": "javascript-module",
|
|
3408
|
-
"path": "src/
|
|
3484
|
+
"path": "src/ai-indicator/ai-indicator.template.ts",
|
|
3409
3485
|
"declarations": [
|
|
3410
3486
|
{
|
|
3411
|
-
"kind": "
|
|
3412
|
-
"name": "
|
|
3413
|
-
"
|
|
3414
|
-
"
|
|
3415
|
-
"text": "ViewTemplate<Accordion>"
|
|
3416
|
-
}
|
|
3487
|
+
"kind": "variable",
|
|
3488
|
+
"name": "foundationAiIndicatorTemplate",
|
|
3489
|
+
"type": {
|
|
3490
|
+
"text": "ViewTemplate<AiIndicator>"
|
|
3417
3491
|
},
|
|
3418
|
-
"
|
|
3419
|
-
{
|
|
3420
|
-
"name": "context",
|
|
3421
|
-
"type": {
|
|
3422
|
-
"text": "ElementDefinitionContext"
|
|
3423
|
-
}
|
|
3424
|
-
},
|
|
3425
|
-
{
|
|
3426
|
-
"name": "definition",
|
|
3427
|
-
"type": {
|
|
3428
|
-
"text": "FoundationElementDefinition"
|
|
3429
|
-
}
|
|
3430
|
-
}
|
|
3431
|
-
]
|
|
3492
|
+
"default": "html`\n ${(x) => aiIndicatorTemplate(getPrefix(x))}\n`"
|
|
3432
3493
|
}
|
|
3433
3494
|
],
|
|
3434
3495
|
"exports": [
|
|
3435
3496
|
{
|
|
3436
3497
|
"kind": "js",
|
|
3437
|
-
"name": "
|
|
3498
|
+
"name": "foundationAiIndicatorTemplate",
|
|
3438
3499
|
"declaration": {
|
|
3439
|
-
"name": "
|
|
3440
|
-
"module": "src/
|
|
3500
|
+
"name": "foundationAiIndicatorTemplate",
|
|
3501
|
+
"module": "src/ai-indicator/ai-indicator.template.ts"
|
|
3441
3502
|
}
|
|
3442
3503
|
}
|
|
3443
3504
|
]
|
|
3444
3505
|
},
|
|
3445
3506
|
{
|
|
3446
3507
|
"kind": "javascript-module",
|
|
3447
|
-
"path": "src/
|
|
3508
|
+
"path": "src/ai-indicator/ai-indicator.ts",
|
|
3448
3509
|
"declarations": [
|
|
3449
3510
|
{
|
|
3450
3511
|
"kind": "class",
|
|
3451
3512
|
"description": "",
|
|
3452
|
-
"name": "
|
|
3453
|
-
"
|
|
3454
|
-
"name": "FASTAccordion",
|
|
3455
|
-
"package": "@microsoft/fast-foundation"
|
|
3456
|
-
},
|
|
3457
|
-
"tagName": "%%prefix%%-accordion",
|
|
3458
|
-
"customElement": true,
|
|
3459
|
-
"attributes": [
|
|
3513
|
+
"name": "AiIndicator",
|
|
3514
|
+
"members": [
|
|
3460
3515
|
{
|
|
3461
|
-
"
|
|
3516
|
+
"kind": "field",
|
|
3517
|
+
"name": "aiProvider",
|
|
3462
3518
|
"type": {
|
|
3463
|
-
"text": "
|
|
3464
|
-
},
|
|
3465
|
-
"description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
|
|
3466
|
-
"fieldName": "expandmode",
|
|
3467
|
-
"inheritedFrom": {
|
|
3468
|
-
"name": "Accordion",
|
|
3469
|
-
"module": "src/accordion/accordion.ts"
|
|
3519
|
+
"text": "AIProvider"
|
|
3470
3520
|
}
|
|
3471
|
-
}
|
|
3472
|
-
],
|
|
3473
|
-
"members": [
|
|
3521
|
+
},
|
|
3474
3522
|
{
|
|
3475
3523
|
"kind": "field",
|
|
3476
|
-
"name": "
|
|
3524
|
+
"name": "status",
|
|
3477
3525
|
"type": {
|
|
3478
|
-
"text": "
|
|
3526
|
+
"text": "AIStatus | null"
|
|
3479
3527
|
},
|
|
3480
|
-
"
|
|
3481
|
-
"description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
|
|
3482
|
-
"inheritedFrom": {
|
|
3483
|
-
"name": "Accordion",
|
|
3484
|
-
"module": "src/accordion/accordion.ts"
|
|
3485
|
-
}
|
|
3528
|
+
"default": "null"
|
|
3486
3529
|
},
|
|
3487
3530
|
{
|
|
3488
3531
|
"kind": "field",
|
|
3489
|
-
"name": "
|
|
3532
|
+
"name": "open",
|
|
3490
3533
|
"type": {
|
|
3491
|
-
"text": "
|
|
3534
|
+
"text": "boolean"
|
|
3492
3535
|
},
|
|
3493
|
-
"
|
|
3494
|
-
"inheritedFrom": {
|
|
3495
|
-
"name": "Accordion",
|
|
3496
|
-
"module": "src/accordion/accordion.ts"
|
|
3497
|
-
}
|
|
3536
|
+
"default": "false"
|
|
3498
3537
|
},
|
|
3499
3538
|
{
|
|
3500
3539
|
"kind": "field",
|
|
3501
|
-
"name": "
|
|
3540
|
+
"name": "state",
|
|
3502
3541
|
"type": {
|
|
3503
|
-
"text": "
|
|
3542
|
+
"text": "AIIndicatorState"
|
|
3504
3543
|
},
|
|
3505
|
-
"
|
|
3506
|
-
|
|
3507
|
-
|
|
3508
|
-
|
|
3509
|
-
|
|
3510
|
-
|
|
3544
|
+
"default": "'none'"
|
|
3545
|
+
},
|
|
3546
|
+
{
|
|
3547
|
+
"kind": "field",
|
|
3548
|
+
"name": "isInstalling",
|
|
3549
|
+
"type": {
|
|
3550
|
+
"text": "boolean"
|
|
3551
|
+
},
|
|
3552
|
+
"default": "false"
|
|
3511
3553
|
},
|
|
3512
3554
|
{
|
|
3513
3555
|
"kind": "field",
|
|
3514
|
-
"name": "
|
|
3556
|
+
"name": "pollTimer",
|
|
3515
3557
|
"type": {
|
|
3516
|
-
"text": "
|
|
3558
|
+
"text": "ReturnType<typeof setInterval> | null"
|
|
3517
3559
|
},
|
|
3518
3560
|
"privacy": "private",
|
|
3519
|
-
"
|
|
3520
|
-
"name": "Accordion",
|
|
3521
|
-
"module": "src/accordion/accordion.ts"
|
|
3522
|
-
}
|
|
3561
|
+
"default": "null"
|
|
3523
3562
|
},
|
|
3524
3563
|
{
|
|
3525
3564
|
"kind": "field",
|
|
3526
|
-
"name": "
|
|
3527
|
-
"privacy": "private"
|
|
3528
|
-
"inheritedFrom": {
|
|
3529
|
-
"name": "Accordion",
|
|
3530
|
-
"module": "src/accordion/accordion.ts"
|
|
3531
|
-
}
|
|
3565
|
+
"name": "clickOutside",
|
|
3566
|
+
"privacy": "private"
|
|
3532
3567
|
},
|
|
3533
3568
|
{
|
|
3534
|
-
"kind": "
|
|
3535
|
-
"name": "
|
|
3536
|
-
"
|
|
3537
|
-
|
|
3538
|
-
"type": {
|
|
3539
|
-
"text": "AccordionItem | null"
|
|
3540
|
-
}
|
|
3569
|
+
"kind": "field",
|
|
3570
|
+
"name": "chromeStatusLabel",
|
|
3571
|
+
"type": {
|
|
3572
|
+
"text": "string | null"
|
|
3541
3573
|
},
|
|
3542
|
-
"
|
|
3543
|
-
"name": "Accordion",
|
|
3544
|
-
"module": "src/accordion/accordion.ts"
|
|
3545
|
-
}
|
|
3574
|
+
"readonly": true
|
|
3546
3575
|
},
|
|
3547
3576
|
{
|
|
3548
3577
|
"kind": "field",
|
|
3549
|
-
"name": "
|
|
3550
|
-
"
|
|
3551
|
-
|
|
3552
|
-
|
|
3553
|
-
|
|
3554
|
-
|
|
3578
|
+
"name": "canInstall",
|
|
3579
|
+
"type": {
|
|
3580
|
+
"text": "boolean"
|
|
3581
|
+
},
|
|
3582
|
+
"readonly": true
|
|
3583
|
+
},
|
|
3584
|
+
{
|
|
3585
|
+
"kind": "field",
|
|
3586
|
+
"name": "isDownloading",
|
|
3587
|
+
"type": {
|
|
3588
|
+
"text": "boolean"
|
|
3589
|
+
},
|
|
3590
|
+
"readonly": true
|
|
3555
3591
|
},
|
|
3556
3592
|
{
|
|
3557
3593
|
"kind": "method",
|
|
3558
|
-
"name": "
|
|
3559
|
-
"privacy": "private",
|
|
3594
|
+
"name": "openChanged",
|
|
3560
3595
|
"return": {
|
|
3561
3596
|
"type": {
|
|
3562
3597
|
"text": "void"
|
|
3563
3598
|
}
|
|
3564
|
-
},
|
|
3565
|
-
"inheritedFrom": {
|
|
3566
|
-
"name": "Accordion",
|
|
3567
|
-
"module": "src/accordion/accordion.ts"
|
|
3568
3599
|
}
|
|
3569
3600
|
},
|
|
3570
3601
|
{
|
|
3571
|
-
"kind": "
|
|
3572
|
-
"name": "
|
|
3602
|
+
"kind": "method",
|
|
3603
|
+
"name": "handleClickOutside",
|
|
3573
3604
|
"privacy": "private",
|
|
3574
|
-
"
|
|
3575
|
-
|
|
3576
|
-
|
|
3577
|
-
|
|
3605
|
+
"parameters": [
|
|
3606
|
+
{
|
|
3607
|
+
"name": "event",
|
|
3608
|
+
"type": {
|
|
3609
|
+
"text": "MouseEvent"
|
|
3610
|
+
}
|
|
3611
|
+
}
|
|
3612
|
+
]
|
|
3578
3613
|
},
|
|
3579
3614
|
{
|
|
3580
|
-
"kind": "
|
|
3581
|
-
"name": "
|
|
3582
|
-
"privacy": "private",
|
|
3583
|
-
"inheritedFrom": {
|
|
3584
|
-
"name": "Accordion",
|
|
3585
|
-
"module": "src/accordion/accordion.ts"
|
|
3586
|
-
}
|
|
3615
|
+
"kind": "method",
|
|
3616
|
+
"name": "toggleDropdown"
|
|
3587
3617
|
},
|
|
3588
3618
|
{
|
|
3589
3619
|
"kind": "method",
|
|
3590
|
-
"name": "
|
|
3591
|
-
"privacy": "private",
|
|
3620
|
+
"name": "refreshStatus",
|
|
3592
3621
|
"return": {
|
|
3593
3622
|
"type": {
|
|
3594
|
-
"text": "
|
|
3623
|
+
"text": "Promise<void>"
|
|
3595
3624
|
}
|
|
3596
|
-
},
|
|
3597
|
-
"inheritedFrom": {
|
|
3598
|
-
"name": "Accordion",
|
|
3599
|
-
"module": "src/accordion/accordion.ts"
|
|
3600
3625
|
}
|
|
3601
3626
|
},
|
|
3602
3627
|
{
|
|
3603
3628
|
"kind": "method",
|
|
3604
|
-
"name": "
|
|
3629
|
+
"name": "deriveState",
|
|
3605
3630
|
"privacy": "private",
|
|
3606
3631
|
"return": {
|
|
3607
3632
|
"type": {
|
|
3608
|
-
"text": "
|
|
3633
|
+
"text": "AIIndicatorState"
|
|
3609
3634
|
}
|
|
3610
3635
|
},
|
|
3611
|
-
"
|
|
3612
|
-
|
|
3613
|
-
|
|
3614
|
-
|
|
3636
|
+
"parameters": [
|
|
3637
|
+
{
|
|
3638
|
+
"name": "s",
|
|
3639
|
+
"type": {
|
|
3640
|
+
"text": "AIStatus | null"
|
|
3641
|
+
}
|
|
3642
|
+
}
|
|
3643
|
+
]
|
|
3615
3644
|
},
|
|
3616
3645
|
{
|
|
3617
|
-
"kind": "
|
|
3618
|
-
"name": "
|
|
3646
|
+
"kind": "method",
|
|
3647
|
+
"name": "maybeStartPolling",
|
|
3619
3648
|
"privacy": "private",
|
|
3620
|
-
"
|
|
3621
|
-
"
|
|
3622
|
-
|
|
3649
|
+
"return": {
|
|
3650
|
+
"type": {
|
|
3651
|
+
"text": "void"
|
|
3652
|
+
}
|
|
3623
3653
|
}
|
|
3624
3654
|
},
|
|
3625
3655
|
{
|
|
3626
|
-
"kind": "
|
|
3627
|
-
"name": "
|
|
3656
|
+
"kind": "method",
|
|
3657
|
+
"name": "startPolling",
|
|
3628
3658
|
"privacy": "private",
|
|
3629
|
-
"
|
|
3630
|
-
"
|
|
3631
|
-
|
|
3659
|
+
"return": {
|
|
3660
|
+
"type": {
|
|
3661
|
+
"text": "void"
|
|
3662
|
+
}
|
|
3632
3663
|
}
|
|
3633
3664
|
},
|
|
3634
3665
|
{
|
|
3635
3666
|
"kind": "method",
|
|
3636
|
-
"name": "
|
|
3667
|
+
"name": "stopPolling",
|
|
3637
3668
|
"privacy": "private",
|
|
3638
3669
|
"return": {
|
|
3639
3670
|
"type": {
|
|
3640
3671
|
"text": "void"
|
|
3641
3672
|
}
|
|
3642
|
-
},
|
|
3643
|
-
"parameters": [
|
|
3644
|
-
{
|
|
3645
|
-
"name": "adjustment",
|
|
3646
|
-
"type": {
|
|
3647
|
-
"text": "number"
|
|
3648
|
-
}
|
|
3649
|
-
}
|
|
3650
|
-
],
|
|
3651
|
-
"inheritedFrom": {
|
|
3652
|
-
"name": "Accordion",
|
|
3653
|
-
"module": "src/accordion/accordion.ts"
|
|
3654
3673
|
}
|
|
3655
3674
|
},
|
|
3656
3675
|
{
|
|
3657
3676
|
"kind": "method",
|
|
3658
|
-
"name": "
|
|
3659
|
-
"privacy": "private",
|
|
3677
|
+
"name": "onInstall",
|
|
3660
3678
|
"return": {
|
|
3661
3679
|
"type": {
|
|
3662
|
-
"text": "void"
|
|
3680
|
+
"text": "Promise<void>"
|
|
3663
3681
|
}
|
|
3664
|
-
},
|
|
3665
|
-
"inheritedFrom": {
|
|
3666
|
-
"name": "Accordion",
|
|
3667
|
-
"module": "src/accordion/accordion.ts"
|
|
3668
3682
|
}
|
|
3669
3683
|
},
|
|
3670
3684
|
{
|
|
@@ -3779,102 +3793,88 @@
|
|
|
3779
3793
|
}
|
|
3780
3794
|
}
|
|
3781
3795
|
],
|
|
3782
|
-
"
|
|
3783
|
-
|
|
3784
|
-
|
|
3785
|
-
"name": "change",
|
|
3786
|
-
"inheritedFrom": {
|
|
3787
|
-
"name": "Accordion",
|
|
3788
|
-
"module": "src/accordion/accordion.ts"
|
|
3789
|
-
}
|
|
3790
|
-
}
|
|
3791
|
-
]
|
|
3792
|
-
},
|
|
3793
|
-
{
|
|
3794
|
-
"kind": "variable",
|
|
3795
|
-
"name": "foundationAccordionShadowOptions",
|
|
3796
|
-
"type": {
|
|
3797
|
-
"text": "ShadowRootInit"
|
|
3798
|
-
},
|
|
3799
|
-
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
3800
|
-
},
|
|
3801
|
-
{
|
|
3802
|
-
"kind": "variable",
|
|
3803
|
-
"name": "defaultAccordionConfig",
|
|
3804
|
-
"type": {
|
|
3805
|
-
"text": "object"
|
|
3796
|
+
"superclass": {
|
|
3797
|
+
"name": "FoundationElement",
|
|
3798
|
+
"package": "@microsoft/fast-foundation"
|
|
3806
3799
|
},
|
|
3807
|
-
"
|
|
3800
|
+
"tagName": "%%prefix%%-ai-indicator",
|
|
3801
|
+
"customElement": true
|
|
3808
3802
|
},
|
|
3809
3803
|
{
|
|
3810
3804
|
"kind": "variable",
|
|
3811
|
-
"name": "
|
|
3812
|
-
"description": "The Foundation Accordion",
|
|
3813
|
-
"privacy": "public"
|
|
3805
|
+
"name": "foundationAiIndicator"
|
|
3814
3806
|
}
|
|
3815
3807
|
],
|
|
3816
3808
|
"exports": [
|
|
3817
3809
|
{
|
|
3818
3810
|
"kind": "js",
|
|
3819
|
-
"name": "
|
|
3811
|
+
"name": "AiIndicator",
|
|
3820
3812
|
"declaration": {
|
|
3821
|
-
"name": "
|
|
3822
|
-
"module": "src/
|
|
3813
|
+
"name": "AiIndicator",
|
|
3814
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
3823
3815
|
}
|
|
3824
3816
|
},
|
|
3825
3817
|
{
|
|
3826
3818
|
"kind": "js",
|
|
3827
|
-
"name": "
|
|
3819
|
+
"name": "foundationAiIndicator",
|
|
3828
3820
|
"declaration": {
|
|
3829
|
-
"name": "
|
|
3830
|
-
"module": "src/
|
|
3821
|
+
"name": "foundationAiIndicator",
|
|
3822
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
3823
|
+
}
|
|
3824
|
+
}
|
|
3825
|
+
]
|
|
3826
|
+
},
|
|
3827
|
+
{
|
|
3828
|
+
"kind": "javascript-module",
|
|
3829
|
+
"path": "src/ai-indicator/index.ts",
|
|
3830
|
+
"declarations": [],
|
|
3831
|
+
"exports": [
|
|
3832
|
+
{
|
|
3833
|
+
"kind": "js",
|
|
3834
|
+
"name": "AiIndicator",
|
|
3835
|
+
"declaration": {
|
|
3836
|
+
"name": "AiIndicator",
|
|
3837
|
+
"module": "./ai-indicator"
|
|
3831
3838
|
}
|
|
3832
3839
|
},
|
|
3833
3840
|
{
|
|
3834
3841
|
"kind": "js",
|
|
3835
|
-
"name": "
|
|
3842
|
+
"name": "foundationAiIndicator",
|
|
3836
3843
|
"declaration": {
|
|
3837
|
-
"name": "
|
|
3838
|
-
"module": "
|
|
3844
|
+
"name": "foundationAiIndicator",
|
|
3845
|
+
"module": "./ai-indicator"
|
|
3839
3846
|
}
|
|
3840
3847
|
},
|
|
3841
3848
|
{
|
|
3842
3849
|
"kind": "js",
|
|
3843
|
-
"name": "
|
|
3850
|
+
"name": "type",
|
|
3844
3851
|
"declaration": {
|
|
3845
|
-
"name": "
|
|
3846
|
-
"module": "
|
|
3852
|
+
"name": "type",
|
|
3853
|
+
"module": "./ai-indicator"
|
|
3847
3854
|
}
|
|
3848
|
-
}
|
|
3849
|
-
]
|
|
3850
|
-
},
|
|
3851
|
-
{
|
|
3852
|
-
"kind": "javascript-module",
|
|
3853
|
-
"path": "src/accordion/index.ts",
|
|
3854
|
-
"declarations": [],
|
|
3855
|
-
"exports": [
|
|
3855
|
+
},
|
|
3856
3856
|
{
|
|
3857
3857
|
"kind": "js",
|
|
3858
|
-
"name": "
|
|
3858
|
+
"name": "AIIndicatorState",
|
|
3859
3859
|
"declaration": {
|
|
3860
|
-
"name": "
|
|
3861
|
-
"
|
|
3860
|
+
"name": "AIIndicatorState",
|
|
3861
|
+
"module": "./ai-indicator"
|
|
3862
3862
|
}
|
|
3863
3863
|
},
|
|
3864
3864
|
{
|
|
3865
3865
|
"kind": "js",
|
|
3866
|
-
"name": "
|
|
3866
|
+
"name": "foundationAiIndicatorTemplate",
|
|
3867
3867
|
"declaration": {
|
|
3868
|
-
"name": "
|
|
3869
|
-
"
|
|
3868
|
+
"name": "foundationAiIndicatorTemplate",
|
|
3869
|
+
"module": "./ai-indicator.template"
|
|
3870
3870
|
}
|
|
3871
3871
|
},
|
|
3872
3872
|
{
|
|
3873
3873
|
"kind": "js",
|
|
3874
|
-
"name": "
|
|
3874
|
+
"name": "foundationAiIndicatorStyles",
|
|
3875
3875
|
"declaration": {
|
|
3876
|
-
"name": "
|
|
3877
|
-
"
|
|
3876
|
+
"name": "foundationAiIndicatorStyles",
|
|
3877
|
+
"module": "./ai-indicator.styles"
|
|
3878
3878
|
}
|
|
3879
3879
|
}
|
|
3880
3880
|
]
|