@tylertech/forge 3.9.0-dev.2 → 3.9.0-dev.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.
@@ -66,397 +66,6 @@
66
66
  }
67
67
  ]
68
68
  },
69
- {
70
- "kind": "javascript-module",
71
- "path": "src/lib/avatar/avatar.ts",
72
- "declarations": [
73
- {
74
- "kind": "variable",
75
- "name": "AVATAR_TAG_NAME",
76
- "type": {
77
- "text": "keyof HTMLElementTagNameMap"
78
- },
79
- "default": "'forge-avatar'"
80
- },
81
- {
82
- "kind": "class",
83
- "description": "",
84
- "name": "AvatarComponent",
85
- "cssProperties": [
86
- {
87
- "type": {
88
- "text": "string"
89
- },
90
- "description": "The background color of the avatar.",
91
- "name": "--forge-avatar-background"
92
- },
93
- {
94
- "type": {
95
- "text": "number"
96
- },
97
- "description": "The border radius of the avatar, defaults to 50%.",
98
- "name": "--forge-avatar-shape"
99
- },
100
- {
101
- "type": {
102
- "text": "color"
103
- },
104
- "description": "The text color of the avatar.",
105
- "name": "--forge-avatar-color"
106
- },
107
- {
108
- "type": {
109
- "text": "number"
110
- },
111
- "description": "The height and width of the avatar.",
112
- "name": "--forge-avatar-size"
113
- },
114
- {
115
- "type": {
116
- "text": "number"
117
- },
118
- "description": "The transition duration for animations.",
119
- "name": "--forge-avatar-transition-duration"
120
- },
121
- {
122
- "type": {
123
- "text": "string"
124
- },
125
- "description": "The transition timing function for animations.",
126
- "name": "--forge-avatar-transition-timing"
127
- }
128
- ],
129
- "cssParts": [
130
- {
131
- "description": "The root container element.",
132
- "name": "root"
133
- }
134
- ],
135
- "slots": [
136
- {
137
- "description": "The default slot for avatar content if not provided via text/imageUrl.",
138
- "name": ""
139
- }
140
- ],
141
- "members": [
142
- {
143
- "kind": "field",
144
- "name": "text",
145
- "type": {
146
- "text": "string"
147
- },
148
- "privacy": "public",
149
- "default": "''",
150
- "description": "The text to display in the avatar.",
151
- "attribute": "text"
152
- },
153
- {
154
- "kind": "field",
155
- "name": "letterCount",
156
- "type": {
157
- "text": "number"
158
- },
159
- "privacy": "public",
160
- "default": "2",
161
- "description": "Controls the number of letters to display from the text. By default the text is split on spaces and the first character of each word is used.",
162
- "attribute": "letter-count"
163
- },
164
- {
165
- "kind": "field",
166
- "name": "imageUrl",
167
- "type": {
168
- "text": "string"
169
- },
170
- "privacy": "public",
171
- "default": "''",
172
- "description": "The background image URL to use.",
173
- "attribute": "image-url"
174
- },
175
- {
176
- "kind": "field",
177
- "name": "_image",
178
- "type": {
179
- "text": "HTMLImageElement | undefined"
180
- },
181
- "privacy": "private"
182
- },
183
- {
184
- "kind": "method",
185
- "name": "_tryLoadImage",
186
- "privacy": "private",
187
- "return": {
188
- "type": {
189
- "text": "Promise<void>"
190
- }
191
- }
192
- }
193
- ],
194
- "attributes": [
195
- {
196
- "name": "text",
197
- "type": {
198
- "text": "string"
199
- },
200
- "default": "''",
201
- "description": "The text to display in the avatar.",
202
- "fieldName": "text"
203
- },
204
- {
205
- "name": "letter-count",
206
- "type": {
207
- "text": "number"
208
- },
209
- "default": "2",
210
- "description": "Controls the number of letters to display from the text. By default the text is split on spaces and the first character of each word is used.",
211
- "fieldName": "letterCount"
212
- },
213
- {
214
- "name": "image-url",
215
- "type": {
216
- "text": "string"
217
- },
218
- "default": "''",
219
- "description": "The background image URL to use.",
220
- "fieldName": "imageUrl"
221
- }
222
- ],
223
- "superclass": {
224
- "name": "BaseLitElement",
225
- "module": "/src/lib/core/base/base-lit-element"
226
- },
227
- "tagName": "forge-avatar",
228
- "summary": "Avatars represent an entity via text or image.",
229
- "cssClasses": [
230
- {
231
- "name": "forge-avatar",
232
- "description": "The avatar class _(required)_."
233
- }
234
- ],
235
- "customElement": true
236
- }
237
- ],
238
- "exports": [
239
- {
240
- "kind": "js",
241
- "name": "AVATAR_TAG_NAME",
242
- "declaration": {
243
- "name": "AVATAR_TAG_NAME",
244
- "module": "src/lib/avatar/avatar.ts"
245
- }
246
- },
247
- {
248
- "kind": "js",
249
- "name": "AvatarComponent",
250
- "declaration": {
251
- "name": "AvatarComponent",
252
- "module": "src/lib/avatar/avatar.ts"
253
- }
254
- }
255
- ]
256
- },
257
- {
258
- "kind": "javascript-module",
259
- "path": "src/lib/backdrop/backdrop.ts",
260
- "declarations": [
261
- {
262
- "kind": "class",
263
- "description": "",
264
- "name": "BackdropComponent",
265
- "cssProperties": [
266
- {
267
- "description": "The backdrop background color.",
268
- "name": "--forge-backdrop-background"
269
- },
270
- {
271
- "description": "The backdrop opacity.",
272
- "name": "--forge-backdrop-opacity"
273
- },
274
- {
275
- "description": "The backdrop z-index.",
276
- "name": "--forge-backdrop-z-index"
277
- },
278
- {
279
- "description": "The animation duration for the enter animation.",
280
- "name": "--forge-backdrop-enter-animation-duration"
281
- },
282
- {
283
- "description": "The animation easing for the enter animation.",
284
- "name": "--forge-backdrop-enter-animation-easing"
285
- },
286
- {
287
- "description": "The animation duration for the exit animation.",
288
- "name": "--forge-backdrop-exit-animation-duration"
289
- },
290
- {
291
- "description": "The animation easing for the exit animation.",
292
- "name": "--forge-backdrop-exit-animation-easing"
293
- }
294
- ],
295
- "cssParts": [
296
- {
297
- "description": "The root element of the backdrop.",
298
- "name": "root"
299
- }
300
- ],
301
- "members": [
302
- {
303
- "kind": "field",
304
- "name": "_visible",
305
- "type": {
306
- "text": "boolean"
307
- },
308
- "privacy": "private",
309
- "default": "false"
310
- },
311
- {
312
- "kind": "field",
313
- "name": "_fixed",
314
- "type": {
315
- "text": "boolean"
316
- },
317
- "privacy": "private",
318
- "default": "false"
319
- },
320
- {
321
- "kind": "field",
322
- "name": "_rootElement",
323
- "type": {
324
- "text": "HTMLElement"
325
- },
326
- "privacy": "private"
327
- },
328
- {
329
- "kind": "field",
330
- "name": "_animationController",
331
- "type": {
332
- "text": "AbortController | undefined"
333
- },
334
- "privacy": "private"
335
- },
336
- {
337
- "kind": "method",
338
- "name": "_applyVisibility",
339
- "privacy": "private",
340
- "return": {
341
- "type": {
342
- "text": "Promise<void>"
343
- }
344
- },
345
- "parameters": [
346
- {
347
- "name": "visible",
348
- "type": {
349
- "text": "boolean"
350
- }
351
- },
352
- {
353
- "name": "{ animate }",
354
- "default": "{ animate: true }"
355
- }
356
- ]
357
- },
358
- {
359
- "kind": "method",
360
- "name": "show",
361
- "privacy": "public",
362
- "return": {
363
- "type": {
364
- "text": "void"
365
- }
366
- },
367
- "description": "Immediately shows the backdrop by setting the `visibility` to `true` without animations."
368
- },
369
- {
370
- "kind": "method",
371
- "name": "hide",
372
- "privacy": "public",
373
- "return": {
374
- "type": {
375
- "text": "void"
376
- }
377
- },
378
- "description": "Immediately hides the backdrop by setting the `visibility` to `false` without animations."
379
- },
380
- {
381
- "kind": "method",
382
- "name": "fadeIn",
383
- "privacy": "public",
384
- "return": {
385
- "type": {
386
- "text": "Promise<void>"
387
- }
388
- },
389
- "description": "Sets the `visibility` to `true` and animates in."
390
- },
391
- {
392
- "kind": "method",
393
- "name": "fadeOut",
394
- "privacy": "public",
395
- "return": {
396
- "type": {
397
- "text": "Promise<void>"
398
- }
399
- },
400
- "description": "Sets the `visibility` to `false` and animates out."
401
- },
402
- {
403
- "kind": "field",
404
- "name": "visible",
405
- "type": {
406
- "text": "boolean"
407
- },
408
- "privacy": "public",
409
- "description": "Whether the backdrop is visible.",
410
- "default": "false"
411
- },
412
- {
413
- "kind": "field",
414
- "name": "fixed",
415
- "type": {
416
- "text": "boolean"
417
- },
418
- "privacy": "public",
419
- "description": "Whether the backdrop uses \"fixed\" or \"relative\" positioning.",
420
- "default": "false"
421
- }
422
- ],
423
- "attributes": [
424
- {
425
- "type": {
426
- "text": "boolean"
427
- },
428
- "description": "Whether the backdrop is visible.",
429
- "name": "visible",
430
- "default": "false"
431
- },
432
- {
433
- "type": {
434
- "text": "boolean"
435
- },
436
- "description": "Whether the backdrop uses \"fixed\" or \"relative\" positioning.",
437
- "name": "fixed",
438
- "default": "false"
439
- }
440
- ],
441
- "superclass": {
442
- "name": "BaseComponent",
443
- "module": "/src/lib/core/base/base-component"
444
- },
445
- "tagName": "forge-backdrop",
446
- "customElement": true
447
- }
448
- ],
449
- "exports": [
450
- {
451
- "kind": "js",
452
- "name": "BackdropComponent",
453
- "declaration": {
454
- "name": "BackdropComponent",
455
- "module": "src/lib/backdrop/backdrop.ts"
456
- }
457
- }
458
- ]
459
- },
460
69
  {
461
70
  "kind": "javascript-module",
462
71
  "path": "src/lib/autocomplete/autocomplete.ts",
@@ -1351,6 +960,562 @@
1351
960
  }
1352
961
  ]
1353
962
  },
963
+ {
964
+ "kind": "javascript-module",
965
+ "path": "src/lib/backdrop/backdrop.ts",
966
+ "declarations": [
967
+ {
968
+ "kind": "class",
969
+ "description": "",
970
+ "name": "BackdropComponent",
971
+ "cssProperties": [
972
+ {
973
+ "description": "The backdrop background color.",
974
+ "name": "--forge-backdrop-background"
975
+ },
976
+ {
977
+ "description": "The backdrop opacity.",
978
+ "name": "--forge-backdrop-opacity"
979
+ },
980
+ {
981
+ "description": "The backdrop z-index.",
982
+ "name": "--forge-backdrop-z-index"
983
+ },
984
+ {
985
+ "description": "The animation duration for the enter animation.",
986
+ "name": "--forge-backdrop-enter-animation-duration"
987
+ },
988
+ {
989
+ "description": "The animation easing for the enter animation.",
990
+ "name": "--forge-backdrop-enter-animation-easing"
991
+ },
992
+ {
993
+ "description": "The animation duration for the exit animation.",
994
+ "name": "--forge-backdrop-exit-animation-duration"
995
+ },
996
+ {
997
+ "description": "The animation easing for the exit animation.",
998
+ "name": "--forge-backdrop-exit-animation-easing"
999
+ }
1000
+ ],
1001
+ "cssParts": [
1002
+ {
1003
+ "description": "The root element of the backdrop.",
1004
+ "name": "root"
1005
+ }
1006
+ ],
1007
+ "members": [
1008
+ {
1009
+ "kind": "field",
1010
+ "name": "_visible",
1011
+ "type": {
1012
+ "text": "boolean"
1013
+ },
1014
+ "privacy": "private",
1015
+ "default": "false"
1016
+ },
1017
+ {
1018
+ "kind": "field",
1019
+ "name": "_fixed",
1020
+ "type": {
1021
+ "text": "boolean"
1022
+ },
1023
+ "privacy": "private",
1024
+ "default": "false"
1025
+ },
1026
+ {
1027
+ "kind": "field",
1028
+ "name": "_rootElement",
1029
+ "type": {
1030
+ "text": "HTMLElement"
1031
+ },
1032
+ "privacy": "private"
1033
+ },
1034
+ {
1035
+ "kind": "field",
1036
+ "name": "_animationController",
1037
+ "type": {
1038
+ "text": "AbortController | undefined"
1039
+ },
1040
+ "privacy": "private"
1041
+ },
1042
+ {
1043
+ "kind": "method",
1044
+ "name": "_applyVisibility",
1045
+ "privacy": "private",
1046
+ "return": {
1047
+ "type": {
1048
+ "text": "Promise<void>"
1049
+ }
1050
+ },
1051
+ "parameters": [
1052
+ {
1053
+ "name": "visible",
1054
+ "type": {
1055
+ "text": "boolean"
1056
+ }
1057
+ },
1058
+ {
1059
+ "name": "{ animate }",
1060
+ "default": "{ animate: true }"
1061
+ }
1062
+ ]
1063
+ },
1064
+ {
1065
+ "kind": "method",
1066
+ "name": "show",
1067
+ "privacy": "public",
1068
+ "return": {
1069
+ "type": {
1070
+ "text": "void"
1071
+ }
1072
+ },
1073
+ "description": "Immediately shows the backdrop by setting the `visibility` to `true` without animations."
1074
+ },
1075
+ {
1076
+ "kind": "method",
1077
+ "name": "hide",
1078
+ "privacy": "public",
1079
+ "return": {
1080
+ "type": {
1081
+ "text": "void"
1082
+ }
1083
+ },
1084
+ "description": "Immediately hides the backdrop by setting the `visibility` to `false` without animations."
1085
+ },
1086
+ {
1087
+ "kind": "method",
1088
+ "name": "fadeIn",
1089
+ "privacy": "public",
1090
+ "return": {
1091
+ "type": {
1092
+ "text": "Promise<void>"
1093
+ }
1094
+ },
1095
+ "description": "Sets the `visibility` to `true` and animates in."
1096
+ },
1097
+ {
1098
+ "kind": "method",
1099
+ "name": "fadeOut",
1100
+ "privacy": "public",
1101
+ "return": {
1102
+ "type": {
1103
+ "text": "Promise<void>"
1104
+ }
1105
+ },
1106
+ "description": "Sets the `visibility` to `false` and animates out."
1107
+ },
1108
+ {
1109
+ "kind": "field",
1110
+ "name": "visible",
1111
+ "type": {
1112
+ "text": "boolean"
1113
+ },
1114
+ "privacy": "public",
1115
+ "description": "Whether the backdrop is visible.",
1116
+ "default": "false"
1117
+ },
1118
+ {
1119
+ "kind": "field",
1120
+ "name": "fixed",
1121
+ "type": {
1122
+ "text": "boolean"
1123
+ },
1124
+ "privacy": "public",
1125
+ "description": "Whether the backdrop uses \"fixed\" or \"relative\" positioning.",
1126
+ "default": "false"
1127
+ }
1128
+ ],
1129
+ "attributes": [
1130
+ {
1131
+ "type": {
1132
+ "text": "boolean"
1133
+ },
1134
+ "description": "Whether the backdrop is visible.",
1135
+ "name": "visible",
1136
+ "default": "false"
1137
+ },
1138
+ {
1139
+ "type": {
1140
+ "text": "boolean"
1141
+ },
1142
+ "description": "Whether the backdrop uses \"fixed\" or \"relative\" positioning.",
1143
+ "name": "fixed",
1144
+ "default": "false"
1145
+ }
1146
+ ],
1147
+ "superclass": {
1148
+ "name": "BaseComponent",
1149
+ "module": "/src/lib/core/base/base-component"
1150
+ },
1151
+ "tagName": "forge-backdrop",
1152
+ "customElement": true
1153
+ }
1154
+ ],
1155
+ "exports": [
1156
+ {
1157
+ "kind": "js",
1158
+ "name": "BackdropComponent",
1159
+ "declaration": {
1160
+ "name": "BackdropComponent",
1161
+ "module": "src/lib/backdrop/backdrop.ts"
1162
+ }
1163
+ }
1164
+ ]
1165
+ },
1166
+ {
1167
+ "kind": "javascript-module",
1168
+ "path": "src/lib/avatar/avatar.ts",
1169
+ "declarations": [
1170
+ {
1171
+ "kind": "variable",
1172
+ "name": "AVATAR_TAG_NAME",
1173
+ "type": {
1174
+ "text": "keyof HTMLElementTagNameMap"
1175
+ },
1176
+ "default": "'forge-avatar'"
1177
+ },
1178
+ {
1179
+ "kind": "class",
1180
+ "description": "",
1181
+ "name": "AvatarComponent",
1182
+ "cssProperties": [
1183
+ {
1184
+ "type": {
1185
+ "text": "string"
1186
+ },
1187
+ "description": "The background color of the avatar.",
1188
+ "name": "--forge-avatar-background"
1189
+ },
1190
+ {
1191
+ "type": {
1192
+ "text": "number"
1193
+ },
1194
+ "description": "The border radius of the avatar, defaults to 50%.",
1195
+ "name": "--forge-avatar-shape"
1196
+ },
1197
+ {
1198
+ "type": {
1199
+ "text": "color"
1200
+ },
1201
+ "description": "The text color of the avatar.",
1202
+ "name": "--forge-avatar-color"
1203
+ },
1204
+ {
1205
+ "type": {
1206
+ "text": "number"
1207
+ },
1208
+ "description": "The height and width of the avatar.",
1209
+ "name": "--forge-avatar-size"
1210
+ },
1211
+ {
1212
+ "type": {
1213
+ "text": "number"
1214
+ },
1215
+ "description": "The transition duration for animations.",
1216
+ "name": "--forge-avatar-transition-duration"
1217
+ },
1218
+ {
1219
+ "type": {
1220
+ "text": "string"
1221
+ },
1222
+ "description": "The transition timing function for animations.",
1223
+ "name": "--forge-avatar-transition-timing"
1224
+ }
1225
+ ],
1226
+ "cssParts": [
1227
+ {
1228
+ "description": "The root container element.",
1229
+ "name": "root"
1230
+ }
1231
+ ],
1232
+ "slots": [
1233
+ {
1234
+ "description": "The default slot for avatar content if not provided via text/imageUrl.",
1235
+ "name": ""
1236
+ }
1237
+ ],
1238
+ "members": [
1239
+ {
1240
+ "kind": "field",
1241
+ "name": "text",
1242
+ "type": {
1243
+ "text": "string"
1244
+ },
1245
+ "privacy": "public",
1246
+ "default": "''",
1247
+ "description": "The text to display in the avatar.",
1248
+ "attribute": "text"
1249
+ },
1250
+ {
1251
+ "kind": "field",
1252
+ "name": "letterCount",
1253
+ "type": {
1254
+ "text": "number"
1255
+ },
1256
+ "privacy": "public",
1257
+ "default": "2",
1258
+ "description": "Controls the number of letters to display from the text. By default the text is split on spaces and the first character of each word is used.",
1259
+ "attribute": "letter-count"
1260
+ },
1261
+ {
1262
+ "kind": "field",
1263
+ "name": "imageUrl",
1264
+ "type": {
1265
+ "text": "string"
1266
+ },
1267
+ "privacy": "public",
1268
+ "default": "''",
1269
+ "description": "The background image URL to use.",
1270
+ "attribute": "image-url"
1271
+ },
1272
+ {
1273
+ "kind": "field",
1274
+ "name": "_image",
1275
+ "type": {
1276
+ "text": "HTMLImageElement | undefined"
1277
+ },
1278
+ "privacy": "private"
1279
+ },
1280
+ {
1281
+ "kind": "method",
1282
+ "name": "_tryLoadImage",
1283
+ "privacy": "private",
1284
+ "return": {
1285
+ "type": {
1286
+ "text": "Promise<void>"
1287
+ }
1288
+ }
1289
+ }
1290
+ ],
1291
+ "attributes": [
1292
+ {
1293
+ "name": "text",
1294
+ "type": {
1295
+ "text": "string"
1296
+ },
1297
+ "default": "''",
1298
+ "description": "The text to display in the avatar.",
1299
+ "fieldName": "text"
1300
+ },
1301
+ {
1302
+ "name": "letter-count",
1303
+ "type": {
1304
+ "text": "number"
1305
+ },
1306
+ "default": "2",
1307
+ "description": "Controls the number of letters to display from the text. By default the text is split on spaces and the first character of each word is used.",
1308
+ "fieldName": "letterCount"
1309
+ },
1310
+ {
1311
+ "name": "image-url",
1312
+ "type": {
1313
+ "text": "string"
1314
+ },
1315
+ "default": "''",
1316
+ "description": "The background image URL to use.",
1317
+ "fieldName": "imageUrl"
1318
+ }
1319
+ ],
1320
+ "superclass": {
1321
+ "name": "BaseLitElement",
1322
+ "module": "/src/lib/core/base/base-lit-element"
1323
+ },
1324
+ "tagName": "forge-avatar",
1325
+ "summary": "Avatars represent an entity via text or image.",
1326
+ "cssClasses": [
1327
+ {
1328
+ "name": "forge-avatar",
1329
+ "description": "The avatar class _(required)_."
1330
+ }
1331
+ ],
1332
+ "customElement": true
1333
+ }
1334
+ ],
1335
+ "exports": [
1336
+ {
1337
+ "kind": "js",
1338
+ "name": "AVATAR_TAG_NAME",
1339
+ "declaration": {
1340
+ "name": "AVATAR_TAG_NAME",
1341
+ "module": "src/lib/avatar/avatar.ts"
1342
+ }
1343
+ },
1344
+ {
1345
+ "kind": "js",
1346
+ "name": "AvatarComponent",
1347
+ "declaration": {
1348
+ "name": "AvatarComponent",
1349
+ "module": "src/lib/avatar/avatar.ts"
1350
+ }
1351
+ }
1352
+ ]
1353
+ },
1354
+ {
1355
+ "kind": "javascript-module",
1356
+ "path": "src/lib/banner/banner.ts",
1357
+ "declarations": [
1358
+ {
1359
+ "kind": "class",
1360
+ "description": "",
1361
+ "name": "BannerComponent",
1362
+ "cssProperties": [
1363
+ {
1364
+ "description": "The background color of the banner.",
1365
+ "name": "--forge-banner-background"
1366
+ },
1367
+ {
1368
+ "description": "The text color of the banner.",
1369
+ "name": "--forge-banner-color"
1370
+ },
1371
+ {
1372
+ "description": "The color of the icon.",
1373
+ "name": "--forge-banner-icon-color"
1374
+ },
1375
+ {
1376
+ "description": "The gap between the contents.",
1377
+ "name": "--forge-banner-gap"
1378
+ },
1379
+ {
1380
+ "description": "The inline padding.",
1381
+ "name": "--forge-banner-padding-inline"
1382
+ },
1383
+ {
1384
+ "description": "The block padding.",
1385
+ "name": "--forge-banner-padding-block"
1386
+ },
1387
+ {
1388
+ "description": "The transition duration.",
1389
+ "name": "--forge-banner-transition-duration"
1390
+ },
1391
+ {
1392
+ "description": "The transition easing function.",
1393
+ "name": "--forge-banner-transition-easing"
1394
+ }
1395
+ ],
1396
+ "slots": [
1397
+ {
1398
+ "description": "The content of the banner.",
1399
+ "name": ""
1400
+ },
1401
+ {
1402
+ "description": "The icon to display.",
1403
+ "name": "icon"
1404
+ },
1405
+ {
1406
+ "description": "The optional button to display.",
1407
+ "name": "button"
1408
+ }
1409
+ ],
1410
+ "members": [
1411
+ {
1412
+ "kind": "field",
1413
+ "name": "dismissed",
1414
+ "type": {
1415
+ "text": "boolean"
1416
+ },
1417
+ "privacy": "public",
1418
+ "description": "Controls the visibility of the banner.",
1419
+ "default": "false"
1420
+ },
1421
+ {
1422
+ "kind": "field",
1423
+ "name": "persistent",
1424
+ "type": {
1425
+ "text": "boolean"
1426
+ },
1427
+ "privacy": "public",
1428
+ "description": "Controls the visibility of the built-in dismiss button.",
1429
+ "default": "false"
1430
+ },
1431
+ {
1432
+ "kind": "field",
1433
+ "name": "theme",
1434
+ "type": {
1435
+ "text": "BannerTheme"
1436
+ },
1437
+ "privacy": "public",
1438
+ "description": "The theme of the banner.",
1439
+ "default": "\"info\""
1440
+ },
1441
+ {
1442
+ "kind": "field",
1443
+ "name": "canDismiss",
1444
+ "type": {
1445
+ "text": "boolean"
1446
+ },
1447
+ "privacy": "public",
1448
+ "deprecated": "Use `persistent` instead."
1449
+ }
1450
+ ],
1451
+ "events": [
1452
+ {
1453
+ "type": {
1454
+ "text": "CustomEvent<void>"
1455
+ },
1456
+ "description": "Dispatched before the banner is dismissed. Cancelable to prevent dismissal.",
1457
+ "name": "forge-banner-before-dismiss"
1458
+ },
1459
+ {
1460
+ "type": {
1461
+ "text": "CustomEvent<void>"
1462
+ },
1463
+ "description": "Dispatched when the banner is dismissed.",
1464
+ "name": "forge-banner-dismissed"
1465
+ }
1466
+ ],
1467
+ "attributes": [
1468
+ {
1469
+ "type": {
1470
+ "text": "boolean"
1471
+ },
1472
+ "description": "Controls the visibility of the banner.",
1473
+ "name": "dismissed",
1474
+ "default": "false"
1475
+ },
1476
+ {
1477
+ "type": {
1478
+ "text": "boolean"
1479
+ },
1480
+ "description": "Controls the visibility of the built-in dismiss button.",
1481
+ "name": "persistent",
1482
+ "default": "false"
1483
+ },
1484
+ {
1485
+ "type": {
1486
+ "text": "BannerTheme"
1487
+ },
1488
+ "description": "The theme of the banner.",
1489
+ "name": "theme",
1490
+ "default": "\"info\""
1491
+ }
1492
+ ],
1493
+ "superclass": {
1494
+ "name": "BaseComponent",
1495
+ "module": "/src/lib/core/base/base-component"
1496
+ },
1497
+ "tagName": "forge-banner",
1498
+ "summary": "Banners are used to inform users of important information, such as errors, warnings, or success messages.",
1499
+ "cssClasses": [
1500
+ {
1501
+ "name": "forge-banner",
1502
+ "description": "The banner class _(required)_."
1503
+ }
1504
+ ],
1505
+ "customElement": true
1506
+ }
1507
+ ],
1508
+ "exports": [
1509
+ {
1510
+ "kind": "js",
1511
+ "name": "BannerComponent",
1512
+ "declaration": {
1513
+ "name": "BannerComponent",
1514
+ "module": "src/lib/banner/banner.ts"
1515
+ }
1516
+ }
1517
+ ]
1518
+ },
1354
1519
  {
1355
1520
  "kind": "javascript-module",
1356
1521
  "path": "src/lib/bottom-sheet/bottom-sheet.ts",
@@ -1563,171 +1728,6 @@
1563
1728
  }
1564
1729
  ]
1565
1730
  },
1566
- {
1567
- "kind": "javascript-module",
1568
- "path": "src/lib/banner/banner.ts",
1569
- "declarations": [
1570
- {
1571
- "kind": "class",
1572
- "description": "",
1573
- "name": "BannerComponent",
1574
- "cssProperties": [
1575
- {
1576
- "description": "The background color of the banner.",
1577
- "name": "--forge-banner-background"
1578
- },
1579
- {
1580
- "description": "The text color of the banner.",
1581
- "name": "--forge-banner-color"
1582
- },
1583
- {
1584
- "description": "The color of the icon.",
1585
- "name": "--forge-banner-icon-color"
1586
- },
1587
- {
1588
- "description": "The gap between the contents.",
1589
- "name": "--forge-banner-gap"
1590
- },
1591
- {
1592
- "description": "The inline padding.",
1593
- "name": "--forge-banner-padding-inline"
1594
- },
1595
- {
1596
- "description": "The block padding.",
1597
- "name": "--forge-banner-padding-block"
1598
- },
1599
- {
1600
- "description": "The transition duration.",
1601
- "name": "--forge-banner-transition-duration"
1602
- },
1603
- {
1604
- "description": "The transition easing function.",
1605
- "name": "--forge-banner-transition-easing"
1606
- }
1607
- ],
1608
- "slots": [
1609
- {
1610
- "description": "The content of the banner.",
1611
- "name": ""
1612
- },
1613
- {
1614
- "description": "The icon to display.",
1615
- "name": "icon"
1616
- },
1617
- {
1618
- "description": "The optional button to display.",
1619
- "name": "button"
1620
- }
1621
- ],
1622
- "members": [
1623
- {
1624
- "kind": "field",
1625
- "name": "dismissed",
1626
- "type": {
1627
- "text": "boolean"
1628
- },
1629
- "privacy": "public",
1630
- "description": "Controls the visibility of the banner.",
1631
- "default": "false"
1632
- },
1633
- {
1634
- "kind": "field",
1635
- "name": "persistent",
1636
- "type": {
1637
- "text": "boolean"
1638
- },
1639
- "privacy": "public",
1640
- "description": "Controls the visibility of the built-in dismiss button.",
1641
- "default": "false"
1642
- },
1643
- {
1644
- "kind": "field",
1645
- "name": "theme",
1646
- "type": {
1647
- "text": "BannerTheme"
1648
- },
1649
- "privacy": "public",
1650
- "description": "The theme of the banner.",
1651
- "default": "\"info\""
1652
- },
1653
- {
1654
- "kind": "field",
1655
- "name": "canDismiss",
1656
- "type": {
1657
- "text": "boolean"
1658
- },
1659
- "privacy": "public",
1660
- "deprecated": "Use `persistent` instead."
1661
- }
1662
- ],
1663
- "events": [
1664
- {
1665
- "type": {
1666
- "text": "CustomEvent<void>"
1667
- },
1668
- "description": "Dispatched before the banner is dismissed. Cancelable to prevent dismissal.",
1669
- "name": "forge-banner-before-dismiss"
1670
- },
1671
- {
1672
- "type": {
1673
- "text": "CustomEvent<void>"
1674
- },
1675
- "description": "Dispatched when the banner is dismissed.",
1676
- "name": "forge-banner-dismissed"
1677
- }
1678
- ],
1679
- "attributes": [
1680
- {
1681
- "type": {
1682
- "text": "boolean"
1683
- },
1684
- "description": "Controls the visibility of the banner.",
1685
- "name": "dismissed",
1686
- "default": "false"
1687
- },
1688
- {
1689
- "type": {
1690
- "text": "boolean"
1691
- },
1692
- "description": "Controls the visibility of the built-in dismiss button.",
1693
- "name": "persistent",
1694
- "default": "false"
1695
- },
1696
- {
1697
- "type": {
1698
- "text": "BannerTheme"
1699
- },
1700
- "description": "The theme of the banner.",
1701
- "name": "theme",
1702
- "default": "\"info\""
1703
- }
1704
- ],
1705
- "superclass": {
1706
- "name": "BaseComponent",
1707
- "module": "/src/lib/core/base/base-component"
1708
- },
1709
- "tagName": "forge-banner",
1710
- "summary": "Banners are used to inform users of important information, such as errors, warnings, or success messages.",
1711
- "cssClasses": [
1712
- {
1713
- "name": "forge-banner",
1714
- "description": "The banner class _(required)_."
1715
- }
1716
- ],
1717
- "customElement": true
1718
- }
1719
- ],
1720
- "exports": [
1721
- {
1722
- "kind": "js",
1723
- "name": "BannerComponent",
1724
- "declaration": {
1725
- "name": "BannerComponent",
1726
- "module": "src/lib/banner/banner.ts"
1727
- }
1728
- }
1729
- ]
1730
- },
1731
1731
  {
1732
1732
  "kind": "javascript-module",
1733
1733
  "path": "src/lib/button/button.ts",
@@ -11056,206 +11056,6 @@
11056
11056
  }
11057
11057
  ]
11058
11058
  },
11059
- {
11060
- "kind": "javascript-module",
11061
- "path": "src/lib/label/label-aware.ts",
11062
- "declarations": [
11063
- {
11064
- "kind": "function",
11065
- "name": "isLabelAware",
11066
- "return": {
11067
- "type": {
11068
- "text": ""
11069
- }
11070
- },
11071
- "parameters": [
11072
- {
11073
- "name": "obj",
11074
- "type": {
11075
- "text": "any"
11076
- },
11077
- "description": "The object to check."
11078
- }
11079
- ],
11080
- "description": "Determines if an object is label aware."
11081
- }
11082
- ],
11083
- "exports": [
11084
- {
11085
- "kind": "js",
11086
- "name": "isLabelAware",
11087
- "declaration": {
11088
- "name": "isLabelAware",
11089
- "module": "src/lib/label/label-aware.ts"
11090
- }
11091
- }
11092
- ]
11093
- },
11094
- {
11095
- "kind": "javascript-module",
11096
- "path": "src/lib/label/label.ts",
11097
- "declarations": [
11098
- {
11099
- "kind": "class",
11100
- "description": "",
11101
- "name": "LabelComponent",
11102
- "members": [
11103
- {
11104
- "kind": "field",
11105
- "name": "for",
11106
- "type": {
11107
- "text": "string | null | undefined"
11108
- },
11109
- "privacy": "public",
11110
- "description": "The id of the associated element.",
11111
- "default": "null",
11112
- "attribute": "for"
11113
- },
11114
- {
11115
- "kind": "field",
11116
- "name": "forElement",
11117
- "type": {
11118
- "text": "HTMLElement | null | undefined"
11119
- },
11120
- "privacy": "public",
11121
- "description": "The associated element.",
11122
- "default": "null"
11123
- },
11124
- {
11125
- "kind": "field",
11126
- "name": "clickTarget",
11127
- "type": {
11128
- "text": "HTMLElement | null | undefined"
11129
- },
11130
- "privacy": "public",
11131
- "description": "The element that a click should be simulated on. If not defined clicks act on the associated element.",
11132
- "default": "null"
11133
- },
11134
- {
11135
- "kind": "field",
11136
- "name": "dynamic",
11137
- "type": {
11138
- "text": "boolean"
11139
- },
11140
- "privacy": "public",
11141
- "description": "Propagates changes in the label's text content to the associated element.",
11142
- "default": "false",
11143
- "attribute": "dynamic"
11144
- },
11145
- {
11146
- "kind": "field",
11147
- "name": "nonInteractive",
11148
- "type": {
11149
- "text": "boolean"
11150
- },
11151
- "privacy": "public",
11152
- "description": "Removes click handling from the label.",
11153
- "default": "false",
11154
- "attribute": "non-interactive"
11155
- },
11156
- {
11157
- "kind": "field",
11158
- "name": "legend",
11159
- "type": {
11160
- "text": "boolean"
11161
- },
11162
- "privacy": "public",
11163
- "description": "Whether or not the label should be associated with an ancestor element.",
11164
- "default": "false",
11165
- "attribute": "legend"
11166
- },
11167
- {
11168
- "kind": "method",
11169
- "name": "update",
11170
- "privacy": "public",
11171
- "return": {
11172
- "type": {
11173
- "text": "void"
11174
- }
11175
- },
11176
- "description": "Updates the targeted element with the label's current text content."
11177
- }
11178
- ],
11179
- "attributes": [
11180
- {
11181
- "name": "for",
11182
- "type": {
11183
- "text": "string | null | undefined"
11184
- },
11185
- "description": "The id of the associated element.",
11186
- "default": "null",
11187
- "fieldName": "for"
11188
- },
11189
- {
11190
- "name": "dynamic",
11191
- "type": {
11192
- "text": "boolean"
11193
- },
11194
- "description": "Propagates changes in the label's text content to the associated element.",
11195
- "default": "false",
11196
- "fieldName": "dynamic"
11197
- },
11198
- {
11199
- "name": "non-interactive",
11200
- "type": {
11201
- "text": "boolean"
11202
- },
11203
- "description": "Removes click handling from the label.",
11204
- "default": "false",
11205
- "fieldName": "nonInteractive"
11206
- },
11207
- {
11208
- "name": "legend",
11209
- "type": {
11210
- "text": "boolean"
11211
- },
11212
- "description": "Whether or not the label should be associated with an ancestor element.",
11213
- "default": "false",
11214
- "fieldName": "legend"
11215
- }
11216
- ],
11217
- "superclass": {
11218
- "name": "BaseComponent",
11219
- "module": "/src/lib/core"
11220
- },
11221
- "tagName": "forge-label",
11222
- "summary": "The Forge Label component is used to associate a text label with a compatible Forge component.",
11223
- "cssClasses": [
11224
- {
11225
- "name": "forge-label",
11226
- "description": "Apply to the root element of the label to align the label and associated element horizontally."
11227
- },
11228
- {
11229
- "name": "forge-label-block",
11230
- "description": "Apply to the root element instead of `forge-label` to align the label and associated element vertically."
11231
- },
11232
- {
11233
- "name": "forge-label-inline",
11234
- "description": "Alias for `forge-label`."
11235
- },
11236
- {
11237
- "name": "forge-label--large",
11238
- "description": "Uses the large typography style typically applied to inset field labels."
11239
- },
11240
- {
11241
- "name": "forge-support-text",
11242
- "description": "Applies the support text typography style and a top margin."
11243
- }
11244
- ],
11245
- "customElement": true
11246
- }
11247
- ],
11248
- "exports": [
11249
- {
11250
- "kind": "js",
11251
- "name": "LabelComponent",
11252
- "declaration": {
11253
- "name": "LabelComponent",
11254
- "module": "src/lib/label/label.ts"
11255
- }
11256
- }
11257
- ]
11258
- },
11259
11059
  {
11260
11060
  "kind": "javascript-module",
11261
11061
  "path": "src/lib/label-value/label-value.ts",
@@ -11480,6 +11280,206 @@
11480
11280
  }
11481
11281
  ]
11482
11282
  },
11283
+ {
11284
+ "kind": "javascript-module",
11285
+ "path": "src/lib/label/label-aware.ts",
11286
+ "declarations": [
11287
+ {
11288
+ "kind": "function",
11289
+ "name": "isLabelAware",
11290
+ "return": {
11291
+ "type": {
11292
+ "text": ""
11293
+ }
11294
+ },
11295
+ "parameters": [
11296
+ {
11297
+ "name": "obj",
11298
+ "type": {
11299
+ "text": "any"
11300
+ },
11301
+ "description": "The object to check."
11302
+ }
11303
+ ],
11304
+ "description": "Determines if an object is label aware."
11305
+ }
11306
+ ],
11307
+ "exports": [
11308
+ {
11309
+ "kind": "js",
11310
+ "name": "isLabelAware",
11311
+ "declaration": {
11312
+ "name": "isLabelAware",
11313
+ "module": "src/lib/label/label-aware.ts"
11314
+ }
11315
+ }
11316
+ ]
11317
+ },
11318
+ {
11319
+ "kind": "javascript-module",
11320
+ "path": "src/lib/label/label.ts",
11321
+ "declarations": [
11322
+ {
11323
+ "kind": "class",
11324
+ "description": "",
11325
+ "name": "LabelComponent",
11326
+ "members": [
11327
+ {
11328
+ "kind": "field",
11329
+ "name": "for",
11330
+ "type": {
11331
+ "text": "string | null | undefined"
11332
+ },
11333
+ "privacy": "public",
11334
+ "description": "The id of the associated element.",
11335
+ "default": "null",
11336
+ "attribute": "for"
11337
+ },
11338
+ {
11339
+ "kind": "field",
11340
+ "name": "forElement",
11341
+ "type": {
11342
+ "text": "HTMLElement | null | undefined"
11343
+ },
11344
+ "privacy": "public",
11345
+ "description": "The associated element.",
11346
+ "default": "null"
11347
+ },
11348
+ {
11349
+ "kind": "field",
11350
+ "name": "clickTarget",
11351
+ "type": {
11352
+ "text": "HTMLElement | null | undefined"
11353
+ },
11354
+ "privacy": "public",
11355
+ "description": "The element that a click should be simulated on. If not defined clicks act on the associated element.",
11356
+ "default": "null"
11357
+ },
11358
+ {
11359
+ "kind": "field",
11360
+ "name": "dynamic",
11361
+ "type": {
11362
+ "text": "boolean"
11363
+ },
11364
+ "privacy": "public",
11365
+ "description": "Propagates changes in the label's text content to the associated element.",
11366
+ "default": "false",
11367
+ "attribute": "dynamic"
11368
+ },
11369
+ {
11370
+ "kind": "field",
11371
+ "name": "nonInteractive",
11372
+ "type": {
11373
+ "text": "boolean"
11374
+ },
11375
+ "privacy": "public",
11376
+ "description": "Removes click handling from the label.",
11377
+ "default": "false",
11378
+ "attribute": "non-interactive"
11379
+ },
11380
+ {
11381
+ "kind": "field",
11382
+ "name": "legend",
11383
+ "type": {
11384
+ "text": "boolean"
11385
+ },
11386
+ "privacy": "public",
11387
+ "description": "Whether or not the label should be associated with an ancestor element.",
11388
+ "default": "false",
11389
+ "attribute": "legend"
11390
+ },
11391
+ {
11392
+ "kind": "method",
11393
+ "name": "update",
11394
+ "privacy": "public",
11395
+ "return": {
11396
+ "type": {
11397
+ "text": "void"
11398
+ }
11399
+ },
11400
+ "description": "Updates the targeted element with the label's current text content."
11401
+ }
11402
+ ],
11403
+ "attributes": [
11404
+ {
11405
+ "name": "for",
11406
+ "type": {
11407
+ "text": "string | null | undefined"
11408
+ },
11409
+ "description": "The id of the associated element.",
11410
+ "default": "null",
11411
+ "fieldName": "for"
11412
+ },
11413
+ {
11414
+ "name": "dynamic",
11415
+ "type": {
11416
+ "text": "boolean"
11417
+ },
11418
+ "description": "Propagates changes in the label's text content to the associated element.",
11419
+ "default": "false",
11420
+ "fieldName": "dynamic"
11421
+ },
11422
+ {
11423
+ "name": "non-interactive",
11424
+ "type": {
11425
+ "text": "boolean"
11426
+ },
11427
+ "description": "Removes click handling from the label.",
11428
+ "default": "false",
11429
+ "fieldName": "nonInteractive"
11430
+ },
11431
+ {
11432
+ "name": "legend",
11433
+ "type": {
11434
+ "text": "boolean"
11435
+ },
11436
+ "description": "Whether or not the label should be associated with an ancestor element.",
11437
+ "default": "false",
11438
+ "fieldName": "legend"
11439
+ }
11440
+ ],
11441
+ "superclass": {
11442
+ "name": "BaseComponent",
11443
+ "module": "/src/lib/core"
11444
+ },
11445
+ "tagName": "forge-label",
11446
+ "summary": "The Forge Label component is used to associate a text label with a compatible Forge component.",
11447
+ "cssClasses": [
11448
+ {
11449
+ "name": "forge-label",
11450
+ "description": "Apply to the root element of the label to align the label and associated element horizontally."
11451
+ },
11452
+ {
11453
+ "name": "forge-label-block",
11454
+ "description": "Apply to the root element instead of `forge-label` to align the label and associated element vertically."
11455
+ },
11456
+ {
11457
+ "name": "forge-label-inline",
11458
+ "description": "Alias for `forge-label`."
11459
+ },
11460
+ {
11461
+ "name": "forge-label--large",
11462
+ "description": "Uses the large typography style typically applied to inset field labels."
11463
+ },
11464
+ {
11465
+ "name": "forge-support-text",
11466
+ "description": "Applies the support text typography style and a top margin."
11467
+ }
11468
+ ],
11469
+ "customElement": true
11470
+ }
11471
+ ],
11472
+ "exports": [
11473
+ {
11474
+ "kind": "js",
11475
+ "name": "LabelComponent",
11476
+ "declaration": {
11477
+ "name": "LabelComponent",
11478
+ "module": "src/lib/label/label.ts"
11479
+ }
11480
+ }
11481
+ ]
11482
+ },
11483
11483
  {
11484
11484
  "kind": "javascript-module",
11485
11485
  "path": "src/lib/linear-progress/linear-progress.ts",
@@ -14186,7 +14186,7 @@
14186
14186
  "text": "string | null"
14187
14187
  },
14188
14188
  "privacy": "public",
14189
- "description": "Enforces that this popover should be the only one open in the same context. Use a unique name otherwise a default context will be used.",
14189
+ "description": "Enforces that this popover should be the only one open with the same unique value.",
14190
14190
  "default": "null"
14191
14191
  },
14192
14192
  {
@@ -14520,7 +14520,7 @@
14520
14520
  "type": {
14521
14521
  "text": "string | null"
14522
14522
  },
14523
- "description": "Enforces that this popover should be the only one open in the same context. Use a unique name otherwise a default context will be used.",
14523
+ "description": "Enforces that this popover should be the only one open with the same unique value.",
14524
14524
  "name": "distinct",
14525
14525
  "default": "null"
14526
14526
  },
@@ -21519,186 +21519,6 @@
21519
21519
  }
21520
21520
  ]
21521
21521
  },
21522
- {
21523
- "kind": "javascript-module",
21524
- "path": "src/lib/app-bar/search/app-bar-search.ts",
21525
- "declarations": [
21526
- {
21527
- "kind": "class",
21528
- "description": "",
21529
- "name": "AppBarSearchComponent",
21530
- "cssProperties": [
21531
- {
21532
- "description": "Controls the border-color of the container outline, the font-color, and icon color.",
21533
- "name": "--forge-theme-on-primary"
21534
- },
21535
- {
21536
- "description": "Controls the font color of the buttons.",
21537
- "name": "--forge-theme-on-surface"
21538
- },
21539
- {
21540
- "description": "Controls the placeholder font color.",
21541
- "name": "--forge-theme-text-medium"
21542
- },
21543
- {
21544
- "description": "Controls the background-color of the container.",
21545
- "name": "--forge-app-bar-search-theme-background"
21546
- },
21547
- {
21548
- "description": "Controls the focused background-color of the container.",
21549
- "name": "--forge-app-bar-search-theme-background-focused"
21550
- },
21551
- {
21552
- "description": "Controls the hover opacity of the outline.",
21553
- "name": "--forge-app-bar-search-theme-hover-opacity"
21554
- },
21555
- {
21556
- "description": "Controls the disabled opacity of the component.",
21557
- "name": "--forge-app-bar-search-theme-disabled-opacity"
21558
- }
21559
- ],
21560
- "cssParts": [
21561
- {
21562
- "description": "The root element",
21563
- "name": "root"
21564
- },
21565
- {
21566
- "description": "The input container element.",
21567
- "name": "container"
21568
- },
21569
- {
21570
- "description": "The icon container element.",
21571
- "name": "icon-container"
21572
- },
21573
- {
21574
- "description": "The <forge-icon> element.",
21575
- "name": "icon"
21576
- },
21577
- {
21578
- "description": "The context container element.",
21579
- "name": "context"
21580
- },
21581
- {
21582
- "description": "The context divider element.",
21583
- "name": "context-divider"
21584
- },
21585
- {
21586
- "description": "The context button element.",
21587
- "name": "context-button"
21588
- },
21589
- {
21590
- "description": "The context button text element.",
21591
- "name": "context-button-text"
21592
- },
21593
- {
21594
- "description": "The context button icon element.",
21595
- "name": "context-button-icon"
21596
- },
21597
- {
21598
- "description": "The global icon container element.",
21599
- "name": "global-icon-container"
21600
- },
21601
- {
21602
- "description": "The global icon <forge-icon> element.",
21603
- "name": "global-icon"
21604
- },
21605
- {
21606
- "description": "The action container element around the slot.",
21607
- "name": "actions-container"
21608
- }
21609
- ],
21610
- "slots": [
21611
- {
21612
- "description": "The default (unnamed) slot is where child `<input>` elements will be placed.",
21613
- "name": ""
21614
- },
21615
- {
21616
- "description": "Places actions at the end of the input.",
21617
- "name": "action"
21618
- }
21619
- ],
21620
- "members": [
21621
- {
21622
- "kind": "field",
21623
- "name": "value",
21624
- "type": {
21625
- "text": "string"
21626
- },
21627
- "privacy": "public",
21628
- "description": "The value of the input."
21629
- },
21630
- {
21631
- "kind": "field",
21632
- "name": "disabled",
21633
- "type": {
21634
- "text": "boolean"
21635
- },
21636
- "privacy": "public",
21637
- "description": "A boolean property that, if true, indicates that the input should be disabled.",
21638
- "default": "false"
21639
- },
21640
- {
21641
- "kind": "field",
21642
- "name": "placeholder",
21643
- "type": {
21644
- "text": "string"
21645
- },
21646
- "privacy": "public",
21647
- "description": "The placeholder text of the input."
21648
- }
21649
- ],
21650
- "events": [
21651
- {
21652
- "type": {
21653
- "text": "CustomEvent<IAppBarSearchInputEventData>"
21654
- },
21655
- "description": "Emits when the users executes the search via pressing the Enter key while the `<input>` has focus.",
21656
- "name": "forge-app-bar-search-input"
21657
- }
21658
- ],
21659
- "attributes": [
21660
- {
21661
- "type": {
21662
- "text": "boolean"
21663
- },
21664
- "description": "A boolean attribute that, if present, indicates that the input should be disabled.",
21665
- "name": "disabled",
21666
- "default": "false"
21667
- },
21668
- {
21669
- "type": {
21670
- "text": "string"
21671
- },
21672
- "description": "The value of the input.",
21673
- "name": "value"
21674
- },
21675
- {
21676
- "type": {
21677
- "text": "string"
21678
- },
21679
- "description": "The placeholder text of the input.",
21680
- "name": "placeholder"
21681
- }
21682
- ],
21683
- "superclass": {
21684
- "name": "BaseComponent",
21685
- "module": "/src/lib/core/base/base-component"
21686
- },
21687
- "tagName": "forge-app-bar-search",
21688
- "customElement": true
21689
- }
21690
- ],
21691
- "exports": [
21692
- {
21693
- "kind": "js",
21694
- "name": "AppBarSearchComponent",
21695
- "declaration": {
21696
- "name": "AppBarSearchComponent",
21697
- "module": "src/lib/app-bar/search/app-bar-search.ts"
21698
- }
21699
- }
21700
- ]
21701
- },
21702
21522
  {
21703
21523
  "kind": "javascript-module",
21704
21524
  "path": "src/lib/app-bar/profile-button/app-bar-profile-button.ts",
@@ -21967,6 +21787,186 @@
21967
21787
  }
21968
21788
  ]
21969
21789
  },
21790
+ {
21791
+ "kind": "javascript-module",
21792
+ "path": "src/lib/app-bar/search/app-bar-search.ts",
21793
+ "declarations": [
21794
+ {
21795
+ "kind": "class",
21796
+ "description": "",
21797
+ "name": "AppBarSearchComponent",
21798
+ "cssProperties": [
21799
+ {
21800
+ "description": "Controls the border-color of the container outline, the font-color, and icon color.",
21801
+ "name": "--forge-theme-on-primary"
21802
+ },
21803
+ {
21804
+ "description": "Controls the font color of the buttons.",
21805
+ "name": "--forge-theme-on-surface"
21806
+ },
21807
+ {
21808
+ "description": "Controls the placeholder font color.",
21809
+ "name": "--forge-theme-text-medium"
21810
+ },
21811
+ {
21812
+ "description": "Controls the background-color of the container.",
21813
+ "name": "--forge-app-bar-search-theme-background"
21814
+ },
21815
+ {
21816
+ "description": "Controls the focused background-color of the container.",
21817
+ "name": "--forge-app-bar-search-theme-background-focused"
21818
+ },
21819
+ {
21820
+ "description": "Controls the hover opacity of the outline.",
21821
+ "name": "--forge-app-bar-search-theme-hover-opacity"
21822
+ },
21823
+ {
21824
+ "description": "Controls the disabled opacity of the component.",
21825
+ "name": "--forge-app-bar-search-theme-disabled-opacity"
21826
+ }
21827
+ ],
21828
+ "cssParts": [
21829
+ {
21830
+ "description": "The root element",
21831
+ "name": "root"
21832
+ },
21833
+ {
21834
+ "description": "The input container element.",
21835
+ "name": "container"
21836
+ },
21837
+ {
21838
+ "description": "The icon container element.",
21839
+ "name": "icon-container"
21840
+ },
21841
+ {
21842
+ "description": "The <forge-icon> element.",
21843
+ "name": "icon"
21844
+ },
21845
+ {
21846
+ "description": "The context container element.",
21847
+ "name": "context"
21848
+ },
21849
+ {
21850
+ "description": "The context divider element.",
21851
+ "name": "context-divider"
21852
+ },
21853
+ {
21854
+ "description": "The context button element.",
21855
+ "name": "context-button"
21856
+ },
21857
+ {
21858
+ "description": "The context button text element.",
21859
+ "name": "context-button-text"
21860
+ },
21861
+ {
21862
+ "description": "The context button icon element.",
21863
+ "name": "context-button-icon"
21864
+ },
21865
+ {
21866
+ "description": "The global icon container element.",
21867
+ "name": "global-icon-container"
21868
+ },
21869
+ {
21870
+ "description": "The global icon <forge-icon> element.",
21871
+ "name": "global-icon"
21872
+ },
21873
+ {
21874
+ "description": "The action container element around the slot.",
21875
+ "name": "actions-container"
21876
+ }
21877
+ ],
21878
+ "slots": [
21879
+ {
21880
+ "description": "The default (unnamed) slot is where child `<input>` elements will be placed.",
21881
+ "name": ""
21882
+ },
21883
+ {
21884
+ "description": "Places actions at the end of the input.",
21885
+ "name": "action"
21886
+ }
21887
+ ],
21888
+ "members": [
21889
+ {
21890
+ "kind": "field",
21891
+ "name": "value",
21892
+ "type": {
21893
+ "text": "string"
21894
+ },
21895
+ "privacy": "public",
21896
+ "description": "The value of the input."
21897
+ },
21898
+ {
21899
+ "kind": "field",
21900
+ "name": "disabled",
21901
+ "type": {
21902
+ "text": "boolean"
21903
+ },
21904
+ "privacy": "public",
21905
+ "description": "A boolean property that, if true, indicates that the input should be disabled.",
21906
+ "default": "false"
21907
+ },
21908
+ {
21909
+ "kind": "field",
21910
+ "name": "placeholder",
21911
+ "type": {
21912
+ "text": "string"
21913
+ },
21914
+ "privacy": "public",
21915
+ "description": "The placeholder text of the input."
21916
+ }
21917
+ ],
21918
+ "events": [
21919
+ {
21920
+ "type": {
21921
+ "text": "CustomEvent<IAppBarSearchInputEventData>"
21922
+ },
21923
+ "description": "Emits when the users executes the search via pressing the Enter key while the `<input>` has focus.",
21924
+ "name": "forge-app-bar-search-input"
21925
+ }
21926
+ ],
21927
+ "attributes": [
21928
+ {
21929
+ "type": {
21930
+ "text": "boolean"
21931
+ },
21932
+ "description": "A boolean attribute that, if present, indicates that the input should be disabled.",
21933
+ "name": "disabled",
21934
+ "default": "false"
21935
+ },
21936
+ {
21937
+ "type": {
21938
+ "text": "string"
21939
+ },
21940
+ "description": "The value of the input.",
21941
+ "name": "value"
21942
+ },
21943
+ {
21944
+ "type": {
21945
+ "text": "string"
21946
+ },
21947
+ "description": "The placeholder text of the input.",
21948
+ "name": "placeholder"
21949
+ }
21950
+ ],
21951
+ "superclass": {
21952
+ "name": "BaseComponent",
21953
+ "module": "/src/lib/core/base/base-component"
21954
+ },
21955
+ "tagName": "forge-app-bar-search",
21956
+ "customElement": true
21957
+ }
21958
+ ],
21959
+ "exports": [
21960
+ {
21961
+ "kind": "js",
21962
+ "name": "AppBarSearchComponent",
21963
+ "declaration": {
21964
+ "name": "AppBarSearchComponent",
21965
+ "module": "src/lib/app-bar/search/app-bar-search.ts"
21966
+ }
21967
+ }
21968
+ ]
21969
+ },
21970
21970
  {
21971
21971
  "kind": "javascript-module",
21972
21972
  "path": "src/lib/button/base/base-button.ts",
@@ -33592,7 +33592,7 @@
33592
33592
  ]
33593
33593
  }
33594
33594
  ],
33595
- "branchName": "combined-tyler-icons",
33595
+ "branchName": "popover-distinct",
33596
33596
  "forgeTypes": {
33597
33597
  "Theme": {
33598
33598
  "path": "src/lib/constants.ts",
@@ -33642,22 +33642,6 @@
33642
33642
  "path": "src/lib/accordion/accordion.ts",
33643
33643
  "lineNumber": 25
33644
33644
  },
33645
- "IAvatarComponent": {
33646
- "path": "src/lib/avatar/avatar.ts",
33647
- "lineNumber": 10
33648
- },
33649
- "AvatarComponent": {
33650
- "path": "src/lib/avatar/avatar.ts",
33651
- "lineNumber": 54
33652
- },
33653
- "IBackdropComponent": {
33654
- "path": "src/lib/backdrop/backdrop.ts",
33655
- "lineNumber": 8
33656
- },
33657
- "BackdropComponent": {
33658
- "path": "src/lib/backdrop/backdrop.ts",
33659
- "lineNumber": 42
33660
- },
33661
33645
  "IAutocompleteAdapter": {
33662
33646
  "path": "src/lib/autocomplete/autocomplete-adapter.ts",
33663
33647
  "lineNumber": 14
@@ -33774,6 +33758,50 @@
33774
33758
  "path": "src/lib/badge/badge.ts",
33775
33759
  "lineNumber": 50
33776
33760
  },
33761
+ "IBackdropComponent": {
33762
+ "path": "src/lib/backdrop/backdrop.ts",
33763
+ "lineNumber": 8
33764
+ },
33765
+ "BackdropComponent": {
33766
+ "path": "src/lib/backdrop/backdrop.ts",
33767
+ "lineNumber": 42
33768
+ },
33769
+ "IAvatarComponent": {
33770
+ "path": "src/lib/avatar/avatar.ts",
33771
+ "lineNumber": 10
33772
+ },
33773
+ "AvatarComponent": {
33774
+ "path": "src/lib/avatar/avatar.ts",
33775
+ "lineNumber": 54
33776
+ },
33777
+ "IBannerAdapter": {
33778
+ "path": "src/lib/banner/banner-adapter.ts",
33779
+ "lineNumber": 6
33780
+ },
33781
+ "BannerAdapter": {
33782
+ "path": "src/lib/banner/banner-adapter.ts",
33783
+ "lineNumber": 15
33784
+ },
33785
+ "BannerTheme": {
33786
+ "path": "src/lib/banner/banner-constants.ts",
33787
+ "lineNumber": 46
33788
+ },
33789
+ "IBannerCore": {
33790
+ "path": "src/lib/banner/banner-core.ts",
33791
+ "lineNumber": 4
33792
+ },
33793
+ "BannerCore": {
33794
+ "path": "src/lib/banner/banner-core.ts",
33795
+ "lineNumber": 10
33796
+ },
33797
+ "IBannerComponent": {
33798
+ "path": "src/lib/banner/banner.ts",
33799
+ "lineNumber": 14
33800
+ },
33801
+ "BannerComponent": {
33802
+ "path": "src/lib/banner/banner.ts",
33803
+ "lineNumber": 64
33804
+ },
33777
33805
  "IBottomSheetAdapter": {
33778
33806
  "path": "src/lib/bottom-sheet/bottom-sheet-adapter.ts",
33779
33807
  "lineNumber": 8
@@ -33814,34 +33842,6 @@
33814
33842
  "path": "src/lib/bottom-sheet/bottom-sheet.ts",
33815
33843
  "lineNumber": 73
33816
33844
  },
33817
- "IBannerAdapter": {
33818
- "path": "src/lib/banner/banner-adapter.ts",
33819
- "lineNumber": 6
33820
- },
33821
- "BannerAdapter": {
33822
- "path": "src/lib/banner/banner-adapter.ts",
33823
- "lineNumber": 15
33824
- },
33825
- "BannerTheme": {
33826
- "path": "src/lib/banner/banner-constants.ts",
33827
- "lineNumber": 46
33828
- },
33829
- "IBannerCore": {
33830
- "path": "src/lib/banner/banner-core.ts",
33831
- "lineNumber": 4
33832
- },
33833
- "BannerCore": {
33834
- "path": "src/lib/banner/banner-core.ts",
33835
- "lineNumber": 10
33836
- },
33837
- "IBannerComponent": {
33838
- "path": "src/lib/banner/banner.ts",
33839
- "lineNumber": 14
33840
- },
33841
- "BannerComponent": {
33842
- "path": "src/lib/banner/banner.ts",
33843
- "lineNumber": 64
33844
- },
33845
33845
  "IButtonAdapter": {
33846
33846
  "path": "src/lib/button/button-adapter.ts",
33847
33847
  "lineNumber": 4
@@ -34770,6 +34770,30 @@
34770
34770
  "path": "src/lib/keyboard-shortcut/keyboard-shortcut.ts",
34771
34771
  "lineNumber": 36
34772
34772
  },
34773
+ "LabelValueComponentDelegateProps": {
34774
+ "path": "src/lib/label-value/label-value-component-delegate.ts",
34775
+ "lineNumber": 5
34776
+ },
34777
+ "ILabelValueComponentDelegateOptions": {
34778
+ "path": "src/lib/label-value/label-value-component-delegate.ts",
34779
+ "lineNumber": 6
34780
+ },
34781
+ "ILabelValueComponentDelegateConfig": {
34782
+ "path": "src/lib/label-value/label-value-component-delegate.ts",
34783
+ "lineNumber": 11
34784
+ },
34785
+ "LabelValueComponentDelegate": {
34786
+ "path": "src/lib/label-value/label-value-component-delegate.ts",
34787
+ "lineNumber": 13
34788
+ },
34789
+ "ILabelValueComponent": {
34790
+ "path": "src/lib/label-value/label-value.ts",
34791
+ "lineNumber": 8
34792
+ },
34793
+ "LabelValueComponent": {
34794
+ "path": "src/lib/label-value/label-value.ts",
34795
+ "lineNumber": 63
34796
+ },
34773
34797
  "ILabelAdapter": {
34774
34798
  "path": "src/lib/label/label-adapter.ts",
34775
34799
  "lineNumber": 8
@@ -34798,30 +34822,6 @@
34798
34822
  "path": "src/lib/label/label.ts",
34799
34823
  "lineNumber": 39
34800
34824
  },
34801
- "LabelValueComponentDelegateProps": {
34802
- "path": "src/lib/label-value/label-value-component-delegate.ts",
34803
- "lineNumber": 5
34804
- },
34805
- "ILabelValueComponentDelegateOptions": {
34806
- "path": "src/lib/label-value/label-value-component-delegate.ts",
34807
- "lineNumber": 6
34808
- },
34809
- "ILabelValueComponentDelegateConfig": {
34810
- "path": "src/lib/label-value/label-value-component-delegate.ts",
34811
- "lineNumber": 11
34812
- },
34813
- "LabelValueComponentDelegate": {
34814
- "path": "src/lib/label-value/label-value-component-delegate.ts",
34815
- "lineNumber": 13
34816
- },
34817
- "ILabelValueComponent": {
34818
- "path": "src/lib/label-value/label-value.ts",
34819
- "lineNumber": 8
34820
- },
34821
- "LabelValueComponent": {
34822
- "path": "src/lib/label-value/label-value.ts",
34823
- "lineNumber": 63
34824
- },
34825
34825
  "ILinearProgressAdapter": {
34826
34826
  "path": "src/lib/linear-progress/linear-progress-adapter.ts",
34827
34827
  "lineNumber": 7
@@ -35156,23 +35156,23 @@
35156
35156
  },
35157
35157
  "PopoverAnimationType": {
35158
35158
  "path": "src/lib/popover/popover-constants.ts",
35159
- "lineNumber": 64
35159
+ "lineNumber": 63
35160
35160
  },
35161
35161
  "PopoverTriggerType": {
35162
35162
  "path": "src/lib/popover/popover-constants.ts",
35163
- "lineNumber": 65
35163
+ "lineNumber": 64
35164
35164
  },
35165
35165
  "PopoverDismissReason": {
35166
35166
  "path": "src/lib/popover/popover-constants.ts",
35167
- "lineNumber": 66
35167
+ "lineNumber": 65
35168
35168
  },
35169
35169
  "PopoverPreset": {
35170
35170
  "path": "src/lib/popover/popover-constants.ts",
35171
- "lineNumber": 67
35171
+ "lineNumber": 66
35172
35172
  },
35173
35173
  "IPopoverToggleEventData": {
35174
35174
  "path": "src/lib/popover/popover-constants.ts",
35175
- "lineNumber": 69
35175
+ "lineNumber": 68
35176
35176
  },
35177
35177
  "IPopoverCore": {
35178
35178
  "path": "src/lib/popover/popover-core.ts",
@@ -35978,34 +35978,6 @@
35978
35978
  "path": "src/lib/app-bar/notification-button/app-bar-notification-button.ts",
35979
35979
  "lineNumber": 44
35980
35980
  },
35981
- "IAppBarSearchAdapter": {
35982
- "path": "src/lib/app-bar/search/app-bar-search-adapter.ts",
35983
- "lineNumber": 6
35984
- },
35985
- "AppBarSearchAdapter": {
35986
- "path": "src/lib/app-bar/search/app-bar-search-adapter.ts",
35987
- "lineNumber": 14
35988
- },
35989
- "IAppBarSearchInputEventData": {
35990
- "path": "src/lib/app-bar/search/app-bar-search-constants.ts",
35991
- "lineNumber": 27
35992
- },
35993
- "IAppBarSearchCore": {
35994
- "path": "src/lib/app-bar/search/app-bar-search-core.ts",
35995
- "lineNumber": 4
35996
- },
35997
- "AppBarSearchCore": {
35998
- "path": "src/lib/app-bar/search/app-bar-search-core.ts",
35999
- "lineNumber": 10
36000
- },
36001
- "IAppBarSearchComponent": {
36002
- "path": "src/lib/app-bar/search/app-bar-search.ts",
36003
- "lineNumber": 13
36004
- },
36005
- "AppBarSearchComponent": {
36006
- "path": "src/lib/app-bar/search/app-bar-search.ts",
36007
- "lineNumber": 66
36008
- },
36009
35981
  "IAppBarProfileButtonAdapter": {
36010
35982
  "path": "src/lib/app-bar/profile-button/app-bar-profile-button-adapter.ts",
36011
35983
  "lineNumber": 12
@@ -36038,6 +36010,34 @@
36038
36010
  "path": "src/lib/app-bar/profile-button/app-bar-profile-button.ts",
36039
36011
  "lineNumber": 70
36040
36012
  },
36013
+ "IAppBarSearchAdapter": {
36014
+ "path": "src/lib/app-bar/search/app-bar-search-adapter.ts",
36015
+ "lineNumber": 6
36016
+ },
36017
+ "AppBarSearchAdapter": {
36018
+ "path": "src/lib/app-bar/search/app-bar-search-adapter.ts",
36019
+ "lineNumber": 14
36020
+ },
36021
+ "IAppBarSearchInputEventData": {
36022
+ "path": "src/lib/app-bar/search/app-bar-search-constants.ts",
36023
+ "lineNumber": 27
36024
+ },
36025
+ "IAppBarSearchCore": {
36026
+ "path": "src/lib/app-bar/search/app-bar-search-core.ts",
36027
+ "lineNumber": 4
36028
+ },
36029
+ "AppBarSearchCore": {
36030
+ "path": "src/lib/app-bar/search/app-bar-search-core.ts",
36031
+ "lineNumber": 10
36032
+ },
36033
+ "IAppBarSearchComponent": {
36034
+ "path": "src/lib/app-bar/search/app-bar-search.ts",
36035
+ "lineNumber": 13
36036
+ },
36037
+ "AppBarSearchComponent": {
36038
+ "path": "src/lib/app-bar/search/app-bar-search.ts",
36039
+ "lineNumber": 66
36040
+ },
36041
36041
  "IBaseButtonAdapter": {
36042
36042
  "path": "src/lib/button/base/base-button-adapter.ts",
36043
36043
  "lineNumber": 13