You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* The container to hide from the tabindex and accessibility DOM when the focus trap is inactive.
318
-
*/
319
-
"container"?: HTMLElement;
320
-
/**
321
-
* The common ancestor of the focus trap and of all the elements that should be inaccessible when inside the focus trap.
322
-
*/
323
-
"scope": HTMLElement;
324
-
/**
325
-
* Whether the element should be hidden from screen readers & not interactive with the tab, when not active.
326
-
*/
327
-
"shouldHideSelf": boolean;
328
-
/**
329
-
* The source to focus when the focus trap becomes inactive.
330
-
*/
331
-
"source"?: HTMLElement;
332
-
}
333
314
/**
334
315
* The `atomic-folded-result-list` component is responsible for displaying folded query results, by applying one or more result templates for up to three layers (that is, to the result, child, and grandchild).
* The `atomic-folded-result-list` component is responsible for displaying folded query results, by applying one or more result templates for up to three layers (that is, to the result, child, and grandchild).
* The container to hide from the tabindex and accessibility DOM when the focus trap is inactive.
3833
-
*/
3834
-
"container"?: HTMLElement;
3835
-
/**
3836
-
* The common ancestor of the focus trap and of all the elements that should be inaccessible when inside the focus trap.
3837
-
*/
3838
-
"scope"?: HTMLElement;
3839
-
/**
3840
-
* Whether the element should be hidden from screen readers & not interactive with the tab, when not active.
3841
-
*/
3842
-
"shouldHideSelf"?: boolean;
3843
-
/**
3844
-
* The source to focus when the focus trap becomes inactive.
3845
-
*/
3846
-
"source"?: HTMLElement;
3847
-
}
3848
3803
/**
3849
3804
* The `atomic-folded-result-list` component is responsible for displaying folded query results, by applying one or more result templates for up to three layers (that is, to the result, child, and grandchild).
* @MapProp name: mustNotMatch;attr: must-not-match;docs: The field and values that define which result items the condition must not be applied to. For example, a template with the following attribute only applies to result items whose `filetype` is not `lithiummessage`: `must-not-match-filetype="lithiummessage";type: Record<string, string[]> ;default: {}
* The `atomic-folded-result-list` component is responsible for displaying folded query results, by applying one or more result templates for up to three layers (that is, to the result, child, and grandchild).
0 commit comments