@momentum-design/components 0.129.41 → 0.129.43
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/browser/index.js +108 -108
- package/dist/browser/index.js.map +3 -3
- package/dist/components/coachmark/coachmark.component.d.ts +14 -1
- package/dist/components/coachmark/coachmark.component.js +14 -1
- package/dist/components/coachmark/index.d.ts +0 -1
- package/dist/components/coachmark/index.js +0 -1
- package/dist/components/popover/popover.component.d.ts +26 -14
- package/dist/components/popover/popover.component.js +35 -12
- package/dist/components/popover/popover.constants.d.ts +5 -1
- package/dist/components/popover/popover.constants.js +6 -2
- package/dist/components/popover/popover.types.d.ts +3 -2
- package/dist/custom-elements.json +79 -823
- package/dist/react/coachmark/index.d.ts +14 -1
- package/dist/react/coachmark/index.js +14 -1
- package/package.json +1 -1
|
@@ -11820,7 +11820,7 @@
|
|
|
11820
11820
|
"declarations": [
|
|
11821
11821
|
{
|
|
11822
11822
|
"kind": "class",
|
|
11823
|
-
"description": "Coachmark component based on top of the popover component,\nwith the default value of certain properties changed.",
|
|
11823
|
+
"description": "A Coachmark is a contextual guidance component used to highlight a specific UI element and explain its purpose or functionality.\nIt is typically shown as part of onboarding, feature discovery, or progressive education within the product.\n\nCoachmark component based on top of the popover component,\nwith the default value of certain properties changed.\nCoachmark component will always have an arrow attached to it.\nThe color of the coachmark is contrast.\n\n## When to use\n- Introducing a new or complex feature to users.\n- Drawing attention to a UI element that might otherwise be missed.\n- Providing step-by-step guidance in an onboarding or walkthrough flow.\n\n## Accessibility\n- The default role of coachmark is `\"dialog\"`, which can be changed via the `role` attribute.\n- aria-label or aria-labelledby can be provided to give the coachmark an accessible name.",
|
|
11824
11824
|
"name": "Coachmark",
|
|
11825
11825
|
"cssProperties": [
|
|
11826
11826
|
{
|
|
@@ -12086,7 +12086,7 @@
|
|
|
12086
12086
|
"kind": "field",
|
|
12087
12087
|
"name": "boundaryRoot",
|
|
12088
12088
|
"type": {
|
|
12089
|
-
"text": "
|
|
12089
|
+
"text": "PopoverBoundaryRoot"
|
|
12090
12090
|
},
|
|
12091
12091
|
"description": "This describes the root boundary that the element will be checked for overflow relative to.\nThe default is 'viewport', which is the area of the page the user can see on the screen.\n\nThe other string option is 'document', which is the entire page outside the viewport.",
|
|
12092
12092
|
"default": "'viewport'",
|
|
@@ -12128,26 +12128,6 @@
|
|
|
12128
12128
|
"module": "utils/mixins/FocusTrapMixin.js"
|
|
12129
12129
|
}
|
|
12130
12130
|
},
|
|
12131
|
-
{
|
|
12132
|
-
"kind": "field",
|
|
12133
|
-
"name": "cancelCloseDelay",
|
|
12134
|
-
"privacy": "private",
|
|
12135
|
-
"description": "Cancels the close delay timer.",
|
|
12136
|
-
"inheritedFrom": {
|
|
12137
|
-
"name": "Popover",
|
|
12138
|
-
"module": "components/popover/popover.component.js"
|
|
12139
|
-
}
|
|
12140
|
-
},
|
|
12141
|
-
{
|
|
12142
|
-
"kind": "field",
|
|
12143
|
-
"name": "cancelOpenDelay",
|
|
12144
|
-
"privacy": "private",
|
|
12145
|
-
"description": "Cancels the open delay timer.",
|
|
12146
|
-
"inheritedFrom": {
|
|
12147
|
-
"name": "Popover",
|
|
12148
|
-
"module": "components/popover/popover.component.js"
|
|
12149
|
-
}
|
|
12150
|
-
},
|
|
12151
12131
|
{
|
|
12152
12132
|
"kind": "field",
|
|
12153
12133
|
"name": "closeButton",
|
|
@@ -12359,46 +12339,6 @@
|
|
|
12359
12339
|
"module": "utils/mixins/FocusTrapMixin.js"
|
|
12360
12340
|
}
|
|
12361
12341
|
},
|
|
12362
|
-
{
|
|
12363
|
-
"kind": "field",
|
|
12364
|
-
"name": "handleFocusIn",
|
|
12365
|
-
"privacy": "private",
|
|
12366
|
-
"description": "Handles focus in event on the trigger element.\nThis method checks if the trigger element has visible focus or is being hovered.",
|
|
12367
|
-
"inheritedFrom": {
|
|
12368
|
-
"name": "Popover",
|
|
12369
|
-
"module": "components/popover/popover.component.js"
|
|
12370
|
-
}
|
|
12371
|
-
},
|
|
12372
|
-
{
|
|
12373
|
-
"kind": "field",
|
|
12374
|
-
"name": "handleFocusOut",
|
|
12375
|
-
"privacy": "private",
|
|
12376
|
-
"description": "Handles focus out event on the trigger element.\nThis method checks if the popover is not hovered and hides the popover.\nIf the popover is hovered, it will not hide the popover.",
|
|
12377
|
-
"inheritedFrom": {
|
|
12378
|
-
"name": "Popover",
|
|
12379
|
-
"module": "components/popover/popover.component.js"
|
|
12380
|
-
}
|
|
12381
|
-
},
|
|
12382
|
-
{
|
|
12383
|
-
"kind": "field",
|
|
12384
|
-
"name": "handleMouseEnter",
|
|
12385
|
-
"privacy": "private",
|
|
12386
|
-
"description": "Handles mouse enter event on the trigger element.\nThis method sets the `isHovered` flag to true and shows the popover",
|
|
12387
|
-
"inheritedFrom": {
|
|
12388
|
-
"name": "Popover",
|
|
12389
|
-
"module": "components/popover/popover.component.js"
|
|
12390
|
-
}
|
|
12391
|
-
},
|
|
12392
|
-
{
|
|
12393
|
-
"kind": "field",
|
|
12394
|
-
"name": "handleMouseLeave",
|
|
12395
|
-
"privacy": "private",
|
|
12396
|
-
"description": "Handles mouse leave event on the trigger element.\nThis method sets the `isHovered` flag to false and starts the close delay\ntimer to hide the popover.",
|
|
12397
|
-
"inheritedFrom": {
|
|
12398
|
-
"name": "Popover",
|
|
12399
|
-
"module": "components/popover/popover.component.js"
|
|
12400
|
-
}
|
|
12401
|
-
},
|
|
12402
12342
|
{
|
|
12403
12343
|
"kind": "method",
|
|
12404
12344
|
"name": "handleTabKeydown",
|
|
@@ -12866,63 +12806,6 @@
|
|
|
12866
12806
|
"module": "components/popover/popover.component.js"
|
|
12867
12807
|
}
|
|
12868
12808
|
},
|
|
12869
|
-
{
|
|
12870
|
-
"kind": "field",
|
|
12871
|
-
"name": "onEscapeKeydown",
|
|
12872
|
-
"privacy": "private",
|
|
12873
|
-
"description": "Handles the escape keydown event to close the popover.\n\nThis method is attached to the document.",
|
|
12874
|
-
"parameters": [
|
|
12875
|
-
{
|
|
12876
|
-
"description": "The keyboard event.",
|
|
12877
|
-
"name": "event"
|
|
12878
|
-
}
|
|
12879
|
-
],
|
|
12880
|
-
"inheritedFrom": {
|
|
12881
|
-
"name": "Popover",
|
|
12882
|
-
"module": "components/popover/popover.component.js"
|
|
12883
|
-
}
|
|
12884
|
-
},
|
|
12885
|
-
{
|
|
12886
|
-
"kind": "field",
|
|
12887
|
-
"name": "onOutsidePopoverClick",
|
|
12888
|
-
"privacy": "protected",
|
|
12889
|
-
"description": "Handles the outside click event to close the popover.",
|
|
12890
|
-
"parameters": [
|
|
12891
|
-
{
|
|
12892
|
-
"description": "The mouse event.",
|
|
12893
|
-
"name": "event"
|
|
12894
|
-
}
|
|
12895
|
-
],
|
|
12896
|
-
"inheritedFrom": {
|
|
12897
|
-
"name": "Popover",
|
|
12898
|
-
"module": "components/popover/popover.component.js"
|
|
12899
|
-
}
|
|
12900
|
-
},
|
|
12901
|
-
{
|
|
12902
|
-
"kind": "field",
|
|
12903
|
-
"name": "onPopoverFocusOut",
|
|
12904
|
-
"privacy": "private",
|
|
12905
|
-
"description": "Handles the popover focus out event.",
|
|
12906
|
-
"parameters": [
|
|
12907
|
-
{
|
|
12908
|
-
"description": "The focus event.",
|
|
12909
|
-
"name": "event"
|
|
12910
|
-
}
|
|
12911
|
-
],
|
|
12912
|
-
"inheritedFrom": {
|
|
12913
|
-
"name": "Popover",
|
|
12914
|
-
"module": "components/popover/popover.component.js"
|
|
12915
|
-
}
|
|
12916
|
-
},
|
|
12917
|
-
{
|
|
12918
|
-
"kind": "field",
|
|
12919
|
-
"name": "parseTrigger",
|
|
12920
|
-
"privacy": "private",
|
|
12921
|
-
"inheritedFrom": {
|
|
12922
|
-
"name": "Popover",
|
|
12923
|
-
"module": "components/popover/popover.component.js"
|
|
12924
|
-
}
|
|
12925
|
-
},
|
|
12926
12809
|
{
|
|
12927
12810
|
"kind": "field",
|
|
12928
12811
|
"name": "placement",
|
|
@@ -12938,16 +12821,6 @@
|
|
|
12938
12821
|
"module": "components/popover/popover.component.js"
|
|
12939
12822
|
}
|
|
12940
12823
|
},
|
|
12941
|
-
{
|
|
12942
|
-
"kind": "field",
|
|
12943
|
-
"name": "positionPopover",
|
|
12944
|
-
"privacy": "private",
|
|
12945
|
-
"description": "Positions the popover based on the trigger element.\nIt also handles the flip, size and arrow placement.\nIt uses the floating-ui/dom library to calculate the position.",
|
|
12946
|
-
"inheritedFrom": {
|
|
12947
|
-
"name": "Popover",
|
|
12948
|
-
"module": "components/popover/popover.component.js"
|
|
12949
|
-
}
|
|
12950
|
-
},
|
|
12951
12824
|
{
|
|
12952
12825
|
"kind": "field",
|
|
12953
12826
|
"name": "preventScroll",
|
|
@@ -12978,26 +12851,6 @@
|
|
|
12978
12851
|
"module": "components/popover/popover.component.js"
|
|
12979
12852
|
}
|
|
12980
12853
|
},
|
|
12981
|
-
{
|
|
12982
|
-
"kind": "field",
|
|
12983
|
-
"name": "removeAllListeners",
|
|
12984
|
-
"privacy": "private",
|
|
12985
|
-
"description": "Removes all event listeners related to the popover.",
|
|
12986
|
-
"inheritedFrom": {
|
|
12987
|
-
"name": "Popover",
|
|
12988
|
-
"module": "components/popover/popover.component.js"
|
|
12989
|
-
}
|
|
12990
|
-
},
|
|
12991
|
-
{
|
|
12992
|
-
"kind": "field",
|
|
12993
|
-
"name": "removeTriggerListeners",
|
|
12994
|
-
"privacy": "private",
|
|
12995
|
-
"description": "Removes the trigger related event listeners.",
|
|
12996
|
-
"inheritedFrom": {
|
|
12997
|
-
"name": "Popover",
|
|
12998
|
-
"module": "components/popover/popover.component.js"
|
|
12999
|
-
}
|
|
13000
|
-
},
|
|
13001
12854
|
{
|
|
13002
12855
|
"kind": "field",
|
|
13003
12856
|
"name": "role",
|
|
@@ -13060,16 +12913,6 @@
|
|
|
13060
12913
|
"module": "utils/mixins/FocusTrapMixin.js"
|
|
13061
12914
|
}
|
|
13062
12915
|
},
|
|
13063
|
-
{
|
|
13064
|
-
"kind": "field",
|
|
13065
|
-
"name": "setupTriggerListeners",
|
|
13066
|
-
"privacy": "private",
|
|
13067
|
-
"description": "Sets up the trigger related event listeners, based on the trigger type.\nIncludes fallback for mouseenter trigger to also handle focusin for non-interactive popovers.\n\nWe are using capture phase for to make sure we capture trigger events even when they are not propagated during the\nbubble phase (e.g.: buttons in list item)",
|
|
13068
|
-
"inheritedFrom": {
|
|
13069
|
-
"name": "Popover",
|
|
13070
|
-
"module": "components/popover/popover.component.js"
|
|
13071
|
-
}
|
|
13072
|
-
},
|
|
13073
12916
|
{
|
|
13074
12917
|
"kind": "field",
|
|
13075
12918
|
"name": "shouldFocusTrapWrap",
|
|
@@ -13125,16 +12968,6 @@
|
|
|
13125
12968
|
"module": "components/popover/popover.component.js"
|
|
13126
12969
|
}
|
|
13127
12970
|
},
|
|
13128
|
-
{
|
|
13129
|
-
"kind": "field",
|
|
13130
|
-
"name": "startCloseDelay",
|
|
13131
|
-
"privacy": "private",
|
|
13132
|
-
"description": "Starts the close delay timer.\nIf the popover is not interactive, it will close the popover after the delay.",
|
|
13133
|
-
"inheritedFrom": {
|
|
13134
|
-
"name": "Popover",
|
|
13135
|
-
"module": "components/popover/popover.component.js"
|
|
13136
|
-
}
|
|
13137
|
-
},
|
|
13138
12971
|
{
|
|
13139
12972
|
"kind": "field",
|
|
13140
12973
|
"name": "strategy",
|
|
@@ -13150,16 +12983,6 @@
|
|
|
13150
12983
|
"module": "components/popover/popover.component.js"
|
|
13151
12984
|
}
|
|
13152
12985
|
},
|
|
13153
|
-
{
|
|
13154
|
-
"kind": "field",
|
|
13155
|
-
"name": "timers",
|
|
13156
|
-
"privacy": "private",
|
|
13157
|
-
"default": "new Timers(this)",
|
|
13158
|
-
"inheritedFrom": {
|
|
13159
|
-
"name": "Popover",
|
|
13160
|
-
"module": "components/popover/popover.component.js"
|
|
13161
|
-
}
|
|
13162
|
-
},
|
|
13163
12986
|
{
|
|
13164
12987
|
"kind": "field",
|
|
13165
12988
|
"name": "togglePopoverVisible",
|
|
@@ -13207,6 +13030,20 @@
|
|
|
13207
13030
|
"module": "components/popover/popover.component.js"
|
|
13208
13031
|
}
|
|
13209
13032
|
},
|
|
13033
|
+
{
|
|
13034
|
+
"kind": "field",
|
|
13035
|
+
"name": "triggerElement",
|
|
13036
|
+
"type": {
|
|
13037
|
+
"text": "HTMLElement | null"
|
|
13038
|
+
},
|
|
13039
|
+
"privacy": "public",
|
|
13040
|
+
"description": "Get trigger element on-demand\nIt is necessary because trigger might appear later in the DOM, or it could be replaced completely.",
|
|
13041
|
+
"readonly": true,
|
|
13042
|
+
"inheritedFrom": {
|
|
13043
|
+
"name": "Popover",
|
|
13044
|
+
"module": "components/popover/popover.component.js"
|
|
13045
|
+
}
|
|
13046
|
+
},
|
|
13210
13047
|
{
|
|
13211
13048
|
"kind": "field",
|
|
13212
13049
|
"name": "triggerID",
|
|
@@ -13459,7 +13296,7 @@
|
|
|
13459
13296
|
{
|
|
13460
13297
|
"name": "boundary-root",
|
|
13461
13298
|
"type": {
|
|
13462
|
-
"text": "
|
|
13299
|
+
"text": "PopoverBoundaryRoot"
|
|
13463
13300
|
},
|
|
13464
13301
|
"description": "This describes the root boundary that the element will be checked for overflow relative to.\nThe default is 'viewport', which is the area of the page the user can see on the screen.\n\nThe other string option is 'document', which is the entire page outside the viewport.",
|
|
13465
13302
|
"default": "'viewport'",
|
|
@@ -13782,7 +13619,7 @@
|
|
|
13782
13619
|
"module": "/src/components/popover/popover.component"
|
|
13783
13620
|
},
|
|
13784
13621
|
"tagName": "mdc-coachmark",
|
|
13785
|
-
"jsDoc": "/**\n * Coachmark component based on top of the popover component,\n * with the default value of certain properties changed.\n *\n * @dependency mdc-popover\n *\n * @tagname mdc-coachmark\n *\n * @event shown - (React: onShown) This event is dispatched when the coachmark is shown\n * @event hidden - (React: onHidden) This event is dispatched when the coachmark is hidden\n * @event created - (React: onCreated) This event is dispatched when the coachmark is created (added to the DOM)\n * @event destroyed - (React: onDestroyed) This event is dispatched when the coachmark is\n * destroyed (removed from the DOM)\n *\n * @cssproperty --mdc-popover-arrow-border-radius - radius of the arrow border\n * @cssproperty --mdc-popover-arrow-border - border of the arrow\n * @cssproperty --mdc-popover-primary-background-color - primary background color of the popover\n * @cssproperty --mdc-popover-border-color - border color of the popover\n * @cssproperty --mdc-popover-inverted-background-color - inverted background color of the popover\n * @cssproperty --mdc-popover-inverted-border-color - inverted border color of the popover\n * @cssproperty --mdc-popover-inverted-text-color - inverted text color of the popover\n * @cssproperty --mdc-popover-elevation-3 - elevation of the popover\n *\n * @slot - Default slot for modal container\n
|
|
13622
|
+
"jsDoc": "/**\n * A Coachmark is a contextual guidance component used to highlight a specific UI element and explain its purpose or functionality.\n * It is typically shown as part of onboarding, feature discovery, or progressive education within the product.\n *\n * Coachmark component based on top of the popover component,\n * with the default value of certain properties changed.\n * Coachmark component will always have an arrow attached to it.\n * The color of the coachmark is contrast.\n *\n * ## When to use\n * - Introducing a new or complex feature to users.\n * - Drawing attention to a UI element that might otherwise be missed.\n * - Providing step-by-step guidance in an onboarding or walkthrough flow.\n *\n * ## Accessibility\n * - The default role of coachmark is `\"dialog\"`, which can be changed via the `role` attribute.\n * - aria-label or aria-labelledby can be provided to give the coachmark an accessible name.\n *\n * @dependency mdc-popover\n *\n * @tagname mdc-coachmark\n *\n * @event shown - (React: onShown) This event is dispatched when the coachmark is shown\n * @event hidden - (React: onHidden) This event is dispatched when the coachmark is hidden\n * @event created - (React: onCreated) This event is dispatched when the coachmark is created (added to the DOM)\n * @event destroyed - (React: onDestroyed) This event is dispatched when the coachmark is\n * destroyed (removed from the DOM)\n *\n * @cssproperty --mdc-popover-arrow-border-radius - radius of the arrow border\n * @cssproperty --mdc-popover-arrow-border - border of the arrow\n * @cssproperty --mdc-popover-primary-background-color - primary background color of the popover\n * @cssproperty --mdc-popover-border-color - border color of the popover\n * @cssproperty --mdc-popover-inverted-background-color - inverted background color of the popover\n * @cssproperty --mdc-popover-inverted-border-color - inverted border color of the popover\n * @cssproperty --mdc-popover-inverted-text-color - inverted text color of the popover\n * @cssproperty --mdc-popover-elevation-3 - elevation of the popover\n *\n * @slot - Default slot for modal container\n */",
|
|
13786
13623
|
"customElement": true,
|
|
13787
13624
|
"cssParts": [
|
|
13788
13625
|
{
|
|
@@ -27324,7 +27161,7 @@
|
|
|
27324
27161
|
"kind": "field",
|
|
27325
27162
|
"name": "boundaryRoot",
|
|
27326
27163
|
"type": {
|
|
27327
|
-
"text": "
|
|
27164
|
+
"text": "PopoverBoundaryRoot"
|
|
27328
27165
|
},
|
|
27329
27166
|
"description": "This describes the root boundary that the element will be checked for overflow relative to.\nThe default is 'viewport', which is the area of the page the user can see on the screen.\n\nThe other string option is 'document', which is the entire page outside the viewport.",
|
|
27330
27167
|
"default": "'viewport'",
|
|
@@ -27366,26 +27203,6 @@
|
|
|
27366
27203
|
"module": "utils/mixins/FocusTrapMixin.js"
|
|
27367
27204
|
}
|
|
27368
27205
|
},
|
|
27369
|
-
{
|
|
27370
|
-
"kind": "field",
|
|
27371
|
-
"name": "cancelCloseDelay",
|
|
27372
|
-
"privacy": "private",
|
|
27373
|
-
"description": "Cancels the close delay timer.",
|
|
27374
|
-
"inheritedFrom": {
|
|
27375
|
-
"name": "Popover",
|
|
27376
|
-
"module": "components/popover/popover.component.js"
|
|
27377
|
-
}
|
|
27378
|
-
},
|
|
27379
|
-
{
|
|
27380
|
-
"kind": "field",
|
|
27381
|
-
"name": "cancelOpenDelay",
|
|
27382
|
-
"privacy": "private",
|
|
27383
|
-
"description": "Cancels the open delay timer.",
|
|
27384
|
-
"inheritedFrom": {
|
|
27385
|
-
"name": "Popover",
|
|
27386
|
-
"module": "components/popover/popover.component.js"
|
|
27387
|
-
}
|
|
27388
|
-
},
|
|
27389
27206
|
{
|
|
27390
27207
|
"kind": "method",
|
|
27391
27208
|
"name": "closeAllMenuPopovers",
|
|
@@ -27678,26 +27495,6 @@
|
|
|
27678
27495
|
"module": "utils/mixins/FocusTrapMixin.js"
|
|
27679
27496
|
}
|
|
27680
27497
|
},
|
|
27681
|
-
{
|
|
27682
|
-
"kind": "field",
|
|
27683
|
-
"name": "handleFocusIn",
|
|
27684
|
-
"privacy": "private",
|
|
27685
|
-
"description": "Handles focus in event on the trigger element.\nThis method checks if the trigger element has visible focus or is being hovered.",
|
|
27686
|
-
"inheritedFrom": {
|
|
27687
|
-
"name": "Popover",
|
|
27688
|
-
"module": "components/popover/popover.component.js"
|
|
27689
|
-
}
|
|
27690
|
-
},
|
|
27691
|
-
{
|
|
27692
|
-
"kind": "field",
|
|
27693
|
-
"name": "handleFocusOut",
|
|
27694
|
-
"privacy": "private",
|
|
27695
|
-
"description": "Handles focus out event on the trigger element.\nThis method checks if the popover is not hovered and hides the popover.\nIf the popover is hovered, it will not hide the popover.",
|
|
27696
|
-
"inheritedFrom": {
|
|
27697
|
-
"name": "Popover",
|
|
27698
|
-
"module": "components/popover/popover.component.js"
|
|
27699
|
-
}
|
|
27700
|
-
},
|
|
27701
27498
|
{
|
|
27702
27499
|
"kind": "field",
|
|
27703
27500
|
"name": "handleItemChangeEvent",
|
|
@@ -27762,26 +27559,6 @@
|
|
|
27762
27559
|
],
|
|
27763
27560
|
"description": "Handles mouse click events on the menu items.\nThis method checks if the clicked element is a valid menu item and not a submenu trigger.\nIf it is, it closes all other menu popovers to ensure only one menu is open at a time."
|
|
27764
27561
|
},
|
|
27765
|
-
{
|
|
27766
|
-
"kind": "field",
|
|
27767
|
-
"name": "handleMouseEnter",
|
|
27768
|
-
"privacy": "private",
|
|
27769
|
-
"description": "Handles mouse enter event on the trigger element.\nThis method sets the `isHovered` flag to true and shows the popover",
|
|
27770
|
-
"inheritedFrom": {
|
|
27771
|
-
"name": "Popover",
|
|
27772
|
-
"module": "components/popover/popover.component.js"
|
|
27773
|
-
}
|
|
27774
|
-
},
|
|
27775
|
-
{
|
|
27776
|
-
"kind": "field",
|
|
27777
|
-
"name": "handleMouseLeave",
|
|
27778
|
-
"privacy": "private",
|
|
27779
|
-
"description": "Handles mouse leave event on the trigger element.\nThis method sets the `isHovered` flag to false and starts the close delay\ntimer to hide the popover.",
|
|
27780
|
-
"inheritedFrom": {
|
|
27781
|
-
"name": "Popover",
|
|
27782
|
-
"module": "components/popover/popover.component.js"
|
|
27783
|
-
}
|
|
27784
|
-
},
|
|
27785
27562
|
{
|
|
27786
27563
|
"kind": "method",
|
|
27787
27564
|
"name": "handleTabKeydown",
|
|
@@ -28270,62 +28047,16 @@
|
|
|
28270
28047
|
"module": "components/popover/popover.component.js"
|
|
28271
28048
|
}
|
|
28272
28049
|
},
|
|
28273
|
-
{
|
|
28274
|
-
"kind": "field",
|
|
28275
|
-
"name": "onEscapeKeydown",
|
|
28276
|
-
"privacy": "private",
|
|
28277
|
-
"description": "Handles the escape keydown event to close the popover.\n\nThis method is attached to the document.",
|
|
28278
|
-
"parameters": [
|
|
28279
|
-
{
|
|
28280
|
-
"description": "The keyboard event.",
|
|
28281
|
-
"name": "event"
|
|
28282
|
-
}
|
|
28283
|
-
],
|
|
28284
|
-
"inheritedFrom": {
|
|
28285
|
-
"name": "Popover",
|
|
28286
|
-
"module": "components/popover/popover.component.js"
|
|
28287
|
-
}
|
|
28288
|
-
},
|
|
28289
28050
|
{
|
|
28290
28051
|
"kind": "field",
|
|
28291
28052
|
"name": "onOutsidePopoverClick",
|
|
28292
|
-
"privacy": "protected",
|
|
28293
28053
|
"description": "Handles outside click events to close the popover.\nThis method checks if the click occurred outside the popover and its trigger element.\nIf so, it closes the popover by calling `closeAllMenuPopovers`.\nIt also checks if the click was on the backdrop element (if present) to close the popover.",
|
|
28294
28054
|
"parameters": [
|
|
28295
28055
|
{
|
|
28296
28056
|
"description": "The mouse event that triggered the outside click.",
|
|
28297
28057
|
"name": "event"
|
|
28298
28058
|
}
|
|
28299
|
-
]
|
|
28300
|
-
"inheritedFrom": {
|
|
28301
|
-
"name": "Popover",
|
|
28302
|
-
"module": "components/popover/popover.component.js"
|
|
28303
|
-
}
|
|
28304
|
-
},
|
|
28305
|
-
{
|
|
28306
|
-
"kind": "field",
|
|
28307
|
-
"name": "onPopoverFocusOut",
|
|
28308
|
-
"privacy": "private",
|
|
28309
|
-
"description": "Handles the popover focus out event.",
|
|
28310
|
-
"parameters": [
|
|
28311
|
-
{
|
|
28312
|
-
"description": "The focus event.",
|
|
28313
|
-
"name": "event"
|
|
28314
|
-
}
|
|
28315
|
-
],
|
|
28316
|
-
"inheritedFrom": {
|
|
28317
|
-
"name": "Popover",
|
|
28318
|
-
"module": "components/popover/popover.component.js"
|
|
28319
|
-
}
|
|
28320
|
-
},
|
|
28321
|
-
{
|
|
28322
|
-
"kind": "field",
|
|
28323
|
-
"name": "parseTrigger",
|
|
28324
|
-
"privacy": "private",
|
|
28325
|
-
"inheritedFrom": {
|
|
28326
|
-
"name": "Popover",
|
|
28327
|
-
"module": "components/popover/popover.component.js"
|
|
28328
|
-
}
|
|
28059
|
+
]
|
|
28329
28060
|
},
|
|
28330
28061
|
{
|
|
28331
28062
|
"kind": "field",
|
|
@@ -28342,16 +28073,6 @@
|
|
|
28342
28073
|
"module": "components/popover/popover.component.js"
|
|
28343
28074
|
}
|
|
28344
28075
|
},
|
|
28345
|
-
{
|
|
28346
|
-
"kind": "field",
|
|
28347
|
-
"name": "positionPopover",
|
|
28348
|
-
"privacy": "private",
|
|
28349
|
-
"description": "Positions the popover based on the trigger element.\nIt also handles the flip, size and arrow placement.\nIt uses the floating-ui/dom library to calculate the position.",
|
|
28350
|
-
"inheritedFrom": {
|
|
28351
|
-
"name": "Popover",
|
|
28352
|
-
"module": "components/popover/popover.component.js"
|
|
28353
|
-
}
|
|
28354
|
-
},
|
|
28355
28076
|
{
|
|
28356
28077
|
"kind": "field",
|
|
28357
28078
|
"name": "preventScroll",
|
|
@@ -28382,26 +28103,6 @@
|
|
|
28382
28103
|
"module": "components/popover/popover.component.js"
|
|
28383
28104
|
}
|
|
28384
28105
|
},
|
|
28385
|
-
{
|
|
28386
|
-
"kind": "field",
|
|
28387
|
-
"name": "removeAllListeners",
|
|
28388
|
-
"privacy": "private",
|
|
28389
|
-
"description": "Removes all event listeners related to the popover.",
|
|
28390
|
-
"inheritedFrom": {
|
|
28391
|
-
"name": "Popover",
|
|
28392
|
-
"module": "components/popover/popover.component.js"
|
|
28393
|
-
}
|
|
28394
|
-
},
|
|
28395
|
-
{
|
|
28396
|
-
"kind": "field",
|
|
28397
|
-
"name": "removeTriggerListeners",
|
|
28398
|
-
"privacy": "private",
|
|
28399
|
-
"description": "Removes the trigger related event listeners.",
|
|
28400
|
-
"inheritedFrom": {
|
|
28401
|
-
"name": "Popover",
|
|
28402
|
-
"module": "components/popover/popover.component.js"
|
|
28403
|
-
}
|
|
28404
|
-
},
|
|
28405
28106
|
{
|
|
28406
28107
|
"kind": "field",
|
|
28407
28108
|
"name": "resetMenuNavigation",
|
|
@@ -28538,16 +28239,6 @@
|
|
|
28538
28239
|
"module": "utils/mixins/FocusTrapMixin.js"
|
|
28539
28240
|
}
|
|
28540
28241
|
},
|
|
28541
|
-
{
|
|
28542
|
-
"kind": "field",
|
|
28543
|
-
"name": "setupTriggerListeners",
|
|
28544
|
-
"privacy": "private",
|
|
28545
|
-
"description": "Sets up the trigger related event listeners, based on the trigger type.\nIncludes fallback for mouseenter trigger to also handle focusin for non-interactive popovers.\n\nWe are using capture phase for to make sure we capture trigger events even when they are not propagated during the\nbubble phase (e.g.: buttons in list item)",
|
|
28546
|
-
"inheritedFrom": {
|
|
28547
|
-
"name": "Popover",
|
|
28548
|
-
"module": "components/popover/popover.component.js"
|
|
28549
|
-
}
|
|
28550
|
-
},
|
|
28551
28242
|
{
|
|
28552
28243
|
"kind": "field",
|
|
28553
28244
|
"name": "shouldFocusTrapWrap",
|
|
@@ -28603,16 +28294,6 @@
|
|
|
28603
28294
|
"module": "components/popover/popover.component.js"
|
|
28604
28295
|
}
|
|
28605
28296
|
},
|
|
28606
|
-
{
|
|
28607
|
-
"kind": "field",
|
|
28608
|
-
"name": "startCloseDelay",
|
|
28609
|
-
"privacy": "private",
|
|
28610
|
-
"description": "Starts the close delay timer.\nIf the popover is not interactive, it will close the popover after the delay.",
|
|
28611
|
-
"inheritedFrom": {
|
|
28612
|
-
"name": "Popover",
|
|
28613
|
-
"module": "components/popover/popover.component.js"
|
|
28614
|
-
}
|
|
28615
|
-
},
|
|
28616
28297
|
{
|
|
28617
28298
|
"kind": "field",
|
|
28618
28299
|
"name": "strategy",
|
|
@@ -28628,16 +28309,6 @@
|
|
|
28628
28309
|
"module": "components/popover/popover.component.js"
|
|
28629
28310
|
}
|
|
28630
28311
|
},
|
|
28631
|
-
{
|
|
28632
|
-
"kind": "field",
|
|
28633
|
-
"name": "timers",
|
|
28634
|
-
"privacy": "private",
|
|
28635
|
-
"default": "new Timers(this)",
|
|
28636
|
-
"inheritedFrom": {
|
|
28637
|
-
"name": "Popover",
|
|
28638
|
-
"module": "components/popover/popover.component.js"
|
|
28639
|
-
}
|
|
28640
|
-
},
|
|
28641
28312
|
{
|
|
28642
28313
|
"kind": "field",
|
|
28643
28314
|
"name": "togglePopoverVisible",
|
|
@@ -28690,6 +28361,20 @@
|
|
|
28690
28361
|
"module": "components/popover/popover.component.js"
|
|
28691
28362
|
}
|
|
28692
28363
|
},
|
|
28364
|
+
{
|
|
28365
|
+
"kind": "field",
|
|
28366
|
+
"name": "triggerElement",
|
|
28367
|
+
"type": {
|
|
28368
|
+
"text": "HTMLElement | null"
|
|
28369
|
+
},
|
|
28370
|
+
"privacy": "public",
|
|
28371
|
+
"description": "Get trigger element on-demand\nIt is necessary because trigger might appear later in the DOM, or it could be replaced completely.",
|
|
28372
|
+
"readonly": true,
|
|
28373
|
+
"inheritedFrom": {
|
|
28374
|
+
"name": "Popover",
|
|
28375
|
+
"module": "components/popover/popover.component.js"
|
|
28376
|
+
}
|
|
28377
|
+
},
|
|
28693
28378
|
{
|
|
28694
28379
|
"kind": "field",
|
|
28695
28380
|
"name": "triggerID",
|
|
@@ -28913,7 +28598,7 @@
|
|
|
28913
28598
|
{
|
|
28914
28599
|
"name": "boundary-root",
|
|
28915
28600
|
"type": {
|
|
28916
|
-
"text": "
|
|
28601
|
+
"text": "PopoverBoundaryRoot"
|
|
28917
28602
|
},
|
|
28918
28603
|
"description": "This describes the root boundary that the element will be checked for overflow relative to.\nThe default is 'viewport', which is the area of the page the user can see on the screen.\n\nThe other string option is 'document', which is the entire page outside the viewport.",
|
|
28919
28604
|
"default": "'viewport'",
|
|
@@ -33820,7 +33505,7 @@
|
|
|
33820
33505
|
"kind": "field",
|
|
33821
33506
|
"name": "boundaryRoot",
|
|
33822
33507
|
"type": {
|
|
33823
|
-
"text": "
|
|
33508
|
+
"text": "PopoverBoundaryRoot"
|
|
33824
33509
|
},
|
|
33825
33510
|
"description": "This describes the root boundary that the element will be checked for overflow relative to.\nThe default is 'viewport', which is the area of the page the user can see on the screen.\n\nThe other string option is 'document', which is the entire page outside the viewport.",
|
|
33826
33511
|
"default": "'viewport'",
|
|
@@ -33858,18 +33543,6 @@
|
|
|
33858
33543
|
"module": "utils/mixins/FocusTrapMixin.js"
|
|
33859
33544
|
}
|
|
33860
33545
|
},
|
|
33861
|
-
{
|
|
33862
|
-
"kind": "field",
|
|
33863
|
-
"name": "cancelCloseDelay",
|
|
33864
|
-
"privacy": "private",
|
|
33865
|
-
"description": "Cancels the close delay timer."
|
|
33866
|
-
},
|
|
33867
|
-
{
|
|
33868
|
-
"kind": "field",
|
|
33869
|
-
"name": "cancelOpenDelay",
|
|
33870
|
-
"privacy": "private",
|
|
33871
|
-
"description": "Cancels the open delay timer."
|
|
33872
|
-
},
|
|
33873
33546
|
{
|
|
33874
33547
|
"kind": "field",
|
|
33875
33548
|
"name": "closeButton",
|
|
@@ -34053,30 +33726,6 @@
|
|
|
34053
33726
|
"module": "utils/mixins/FocusTrapMixin.js"
|
|
34054
33727
|
}
|
|
34055
33728
|
},
|
|
34056
|
-
{
|
|
34057
|
-
"kind": "field",
|
|
34058
|
-
"name": "handleFocusIn",
|
|
34059
|
-
"privacy": "private",
|
|
34060
|
-
"description": "Handles focus in event on the trigger element.\nThis method checks if the trigger element has visible focus or is being hovered."
|
|
34061
|
-
},
|
|
34062
|
-
{
|
|
34063
|
-
"kind": "field",
|
|
34064
|
-
"name": "handleFocusOut",
|
|
34065
|
-
"privacy": "private",
|
|
34066
|
-
"description": "Handles focus out event on the trigger element.\nThis method checks if the popover is not hovered and hides the popover.\nIf the popover is hovered, it will not hide the popover."
|
|
34067
|
-
},
|
|
34068
|
-
{
|
|
34069
|
-
"kind": "field",
|
|
34070
|
-
"name": "handleMouseEnter",
|
|
34071
|
-
"privacy": "private",
|
|
34072
|
-
"description": "Handles mouse enter event on the trigger element.\nThis method sets the `isHovered` flag to true and shows the popover"
|
|
34073
|
-
},
|
|
34074
|
-
{
|
|
34075
|
-
"kind": "field",
|
|
34076
|
-
"name": "handleMouseLeave",
|
|
34077
|
-
"privacy": "private",
|
|
34078
|
-
"description": "Handles mouse leave event on the trigger element.\nThis method sets the `isHovered` flag to false and starts the close delay\ntimer to hide the popover."
|
|
34079
|
-
},
|
|
34080
33729
|
{
|
|
34081
33730
|
"kind": "method",
|
|
34082
33731
|
"name": "handleTabKeydown",
|
|
@@ -34500,47 +34149,6 @@
|
|
|
34500
34149
|
"attribute": "offset",
|
|
34501
34150
|
"reflects": true
|
|
34502
34151
|
},
|
|
34503
|
-
{
|
|
34504
|
-
"kind": "field",
|
|
34505
|
-
"name": "onEscapeKeydown",
|
|
34506
|
-
"privacy": "private",
|
|
34507
|
-
"description": "Handles the escape keydown event to close the popover.\n\nThis method is attached to the document.",
|
|
34508
|
-
"parameters": [
|
|
34509
|
-
{
|
|
34510
|
-
"description": "The keyboard event.",
|
|
34511
|
-
"name": "event"
|
|
34512
|
-
}
|
|
34513
|
-
]
|
|
34514
|
-
},
|
|
34515
|
-
{
|
|
34516
|
-
"kind": "field",
|
|
34517
|
-
"name": "onOutsidePopoverClick",
|
|
34518
|
-
"privacy": "protected",
|
|
34519
|
-
"description": "Handles the outside click event to close the popover.",
|
|
34520
|
-
"parameters": [
|
|
34521
|
-
{
|
|
34522
|
-
"description": "The mouse event.",
|
|
34523
|
-
"name": "event"
|
|
34524
|
-
}
|
|
34525
|
-
]
|
|
34526
|
-
},
|
|
34527
|
-
{
|
|
34528
|
-
"kind": "field",
|
|
34529
|
-
"name": "onPopoverFocusOut",
|
|
34530
|
-
"privacy": "private",
|
|
34531
|
-
"description": "Handles the popover focus out event.",
|
|
34532
|
-
"parameters": [
|
|
34533
|
-
{
|
|
34534
|
-
"description": "The focus event.",
|
|
34535
|
-
"name": "event"
|
|
34536
|
-
}
|
|
34537
|
-
]
|
|
34538
|
-
},
|
|
34539
|
-
{
|
|
34540
|
-
"kind": "field",
|
|
34541
|
-
"name": "parseTrigger",
|
|
34542
|
-
"privacy": "private"
|
|
34543
|
-
},
|
|
34544
34152
|
{
|
|
34545
34153
|
"kind": "field",
|
|
34546
34154
|
"name": "placement",
|
|
@@ -34552,12 +34160,6 @@
|
|
|
34552
34160
|
"attribute": "placement",
|
|
34553
34161
|
"reflects": true
|
|
34554
34162
|
},
|
|
34555
|
-
{
|
|
34556
|
-
"kind": "field",
|
|
34557
|
-
"name": "positionPopover",
|
|
34558
|
-
"privacy": "private",
|
|
34559
|
-
"description": "Positions the popover based on the trigger element.\nIt also handles the flip, size and arrow placement.\nIt uses the floating-ui/dom library to calculate the position."
|
|
34560
|
-
},
|
|
34561
34163
|
{
|
|
34562
34164
|
"kind": "field",
|
|
34563
34165
|
"name": "preventScroll",
|
|
@@ -34580,18 +34182,6 @@
|
|
|
34580
34182
|
"attribute": "propagate-event-on-escape",
|
|
34581
34183
|
"reflects": true
|
|
34582
34184
|
},
|
|
34583
|
-
{
|
|
34584
|
-
"kind": "field",
|
|
34585
|
-
"name": "removeAllListeners",
|
|
34586
|
-
"privacy": "private",
|
|
34587
|
-
"description": "Removes all event listeners related to the popover."
|
|
34588
|
-
},
|
|
34589
|
-
{
|
|
34590
|
-
"kind": "field",
|
|
34591
|
-
"name": "removeTriggerListeners",
|
|
34592
|
-
"privacy": "private",
|
|
34593
|
-
"description": "Removes the trigger related event listeners."
|
|
34594
|
-
},
|
|
34595
34185
|
{
|
|
34596
34186
|
"kind": "field",
|
|
34597
34187
|
"name": "role",
|
|
@@ -34650,12 +34240,6 @@
|
|
|
34650
34240
|
"module": "utils/mixins/FocusTrapMixin.js"
|
|
34651
34241
|
}
|
|
34652
34242
|
},
|
|
34653
|
-
{
|
|
34654
|
-
"kind": "field",
|
|
34655
|
-
"name": "setupTriggerListeners",
|
|
34656
|
-
"privacy": "private",
|
|
34657
|
-
"description": "Sets up the trigger related event listeners, based on the trigger type.\nIncludes fallback for mouseenter trigger to also handle focusin for non-interactive popovers.\n\nWe are using capture phase for to make sure we capture trigger events even when they are not propagated during the\nbubble phase (e.g.: buttons in list item)"
|
|
34658
|
-
},
|
|
34659
34243
|
{
|
|
34660
34244
|
"kind": "field",
|
|
34661
34245
|
"name": "shouldFocusTrapWrap",
|
|
@@ -34699,12 +34283,6 @@
|
|
|
34699
34283
|
"attribute": "size",
|
|
34700
34284
|
"reflects": true
|
|
34701
34285
|
},
|
|
34702
|
-
{
|
|
34703
|
-
"kind": "field",
|
|
34704
|
-
"name": "startCloseDelay",
|
|
34705
|
-
"privacy": "private",
|
|
34706
|
-
"description": "Starts the close delay timer.\nIf the popover is not interactive, it will close the popover after the delay."
|
|
34707
|
-
},
|
|
34708
34286
|
{
|
|
34709
34287
|
"kind": "field",
|
|
34710
34288
|
"name": "strategy",
|
|
@@ -34716,12 +34294,6 @@
|
|
|
34716
34294
|
"attribute": "strategy",
|
|
34717
34295
|
"reflects": true
|
|
34718
34296
|
},
|
|
34719
|
-
{
|
|
34720
|
-
"kind": "field",
|
|
34721
|
-
"name": "timers",
|
|
34722
|
-
"privacy": "private",
|
|
34723
|
-
"default": "new Timers(this)"
|
|
34724
|
-
},
|
|
34725
34297
|
{
|
|
34726
34298
|
"kind": "field",
|
|
34727
34299
|
"name": "togglePopoverVisible",
|
|
@@ -34761,6 +34333,16 @@
|
|
|
34761
34333
|
"attribute": "trigger",
|
|
34762
34334
|
"reflects": true
|
|
34763
34335
|
},
|
|
34336
|
+
{
|
|
34337
|
+
"kind": "field",
|
|
34338
|
+
"name": "triggerElement",
|
|
34339
|
+
"type": {
|
|
34340
|
+
"text": "HTMLElement | null"
|
|
34341
|
+
},
|
|
34342
|
+
"privacy": "public",
|
|
34343
|
+
"description": "Get trigger element on-demand\nIt is necessary because trigger might appear later in the DOM, or it could be replaced completely.",
|
|
34344
|
+
"readonly": true
|
|
34345
|
+
},
|
|
34764
34346
|
{
|
|
34765
34347
|
"kind": "field",
|
|
34766
34348
|
"name": "triggerID",
|
|
@@ -34901,7 +34483,7 @@
|
|
|
34901
34483
|
{
|
|
34902
34484
|
"name": "boundary-root",
|
|
34903
34485
|
"type": {
|
|
34904
|
-
"text": "
|
|
34486
|
+
"text": "PopoverBoundaryRoot"
|
|
34905
34487
|
},
|
|
34906
34488
|
"description": "This describes the root boundary that the element will be checked for overflow relative to.\nThe default is 'viewport', which is the area of the page the user can see on the screen.\n\nThe other string option is 'document', which is the entire page outside the viewport.",
|
|
34907
34489
|
"default": "'viewport'",
|
|
@@ -49636,7 +49218,7 @@
|
|
|
49636
49218
|
"kind": "field",
|
|
49637
49219
|
"name": "boundaryRoot",
|
|
49638
49220
|
"type": {
|
|
49639
|
-
"text": "
|
|
49221
|
+
"text": "PopoverBoundaryRoot"
|
|
49640
49222
|
},
|
|
49641
49223
|
"description": "This describes the root boundary that the element will be checked for overflow relative to.\nThe default is 'viewport', which is the area of the page the user can see on the screen.\n\nThe other string option is 'document', which is the entire page outside the viewport.",
|
|
49642
49224
|
"default": "'viewport'",
|
|
@@ -49678,26 +49260,6 @@
|
|
|
49678
49260
|
"module": "components/popover/popover.component.js"
|
|
49679
49261
|
}
|
|
49680
49262
|
},
|
|
49681
|
-
{
|
|
49682
|
-
"kind": "field",
|
|
49683
|
-
"name": "cancelCloseDelay",
|
|
49684
|
-
"privacy": "private",
|
|
49685
|
-
"description": "Cancels the close delay timer.",
|
|
49686
|
-
"inheritedFrom": {
|
|
49687
|
-
"name": "Popover",
|
|
49688
|
-
"module": "components/popover/popover.component.js"
|
|
49689
|
-
}
|
|
49690
|
-
},
|
|
49691
|
-
{
|
|
49692
|
-
"kind": "field",
|
|
49693
|
-
"name": "cancelOpenDelay",
|
|
49694
|
-
"privacy": "private",
|
|
49695
|
-
"description": "Cancels the open delay timer.",
|
|
49696
|
-
"inheritedFrom": {
|
|
49697
|
-
"name": "Popover",
|
|
49698
|
-
"module": "components/popover/popover.component.js"
|
|
49699
|
-
}
|
|
49700
|
-
},
|
|
49701
49263
|
{
|
|
49702
49264
|
"kind": "field",
|
|
49703
49265
|
"name": "closeButton",
|
|
@@ -49927,46 +49489,6 @@
|
|
|
49927
49489
|
}
|
|
49928
49490
|
}
|
|
49929
49491
|
},
|
|
49930
|
-
{
|
|
49931
|
-
"kind": "field",
|
|
49932
|
-
"name": "handleFocusIn",
|
|
49933
|
-
"privacy": "private",
|
|
49934
|
-
"description": "Handles focus in event on the trigger element.\nThis method checks if the trigger element has visible focus or is being hovered.",
|
|
49935
|
-
"inheritedFrom": {
|
|
49936
|
-
"name": "Popover",
|
|
49937
|
-
"module": "components/popover/popover.component.js"
|
|
49938
|
-
}
|
|
49939
|
-
},
|
|
49940
|
-
{
|
|
49941
|
-
"kind": "field",
|
|
49942
|
-
"name": "handleFocusOut",
|
|
49943
|
-
"privacy": "private",
|
|
49944
|
-
"description": "Handles focus out event on the trigger element.\nThis method checks if the popover is not hovered and hides the popover.\nIf the popover is hovered, it will not hide the popover.",
|
|
49945
|
-
"inheritedFrom": {
|
|
49946
|
-
"name": "Popover",
|
|
49947
|
-
"module": "components/popover/popover.component.js"
|
|
49948
|
-
}
|
|
49949
|
-
},
|
|
49950
|
-
{
|
|
49951
|
-
"kind": "field",
|
|
49952
|
-
"name": "handleMouseEnter",
|
|
49953
|
-
"privacy": "private",
|
|
49954
|
-
"description": "Handles mouse enter event on the trigger element.\nThis method sets the `isHovered` flag to true and shows the popover",
|
|
49955
|
-
"inheritedFrom": {
|
|
49956
|
-
"name": "Popover",
|
|
49957
|
-
"module": "components/popover/popover.component.js"
|
|
49958
|
-
}
|
|
49959
|
-
},
|
|
49960
|
-
{
|
|
49961
|
-
"kind": "field",
|
|
49962
|
-
"name": "handleMouseLeave",
|
|
49963
|
-
"privacy": "private",
|
|
49964
|
-
"description": "Handles mouse leave event on the trigger element.\nThis method sets the `isHovered` flag to false and starts the close delay\ntimer to hide the popover.",
|
|
49965
|
-
"inheritedFrom": {
|
|
49966
|
-
"name": "Popover",
|
|
49967
|
-
"module": "components/popover/popover.component.js"
|
|
49968
|
-
}
|
|
49969
|
-
},
|
|
49970
49492
|
{
|
|
49971
49493
|
"kind": "method",
|
|
49972
49494
|
"name": "handleTabKeydown",
|
|
@@ -50434,38 +49956,6 @@
|
|
|
50434
49956
|
"module": "components/popover/popover.component.js"
|
|
50435
49957
|
}
|
|
50436
49958
|
},
|
|
50437
|
-
{
|
|
50438
|
-
"kind": "field",
|
|
50439
|
-
"name": "onEscapeKeydown",
|
|
50440
|
-
"privacy": "private",
|
|
50441
|
-
"description": "Handles the escape keydown event to close the popover.\n\nThis method is attached to the document.",
|
|
50442
|
-
"parameters": [
|
|
50443
|
-
{
|
|
50444
|
-
"description": "The keyboard event.",
|
|
50445
|
-
"name": "event"
|
|
50446
|
-
}
|
|
50447
|
-
],
|
|
50448
|
-
"inheritedFrom": {
|
|
50449
|
-
"name": "Popover",
|
|
50450
|
-
"module": "components/popover/popover.component.js"
|
|
50451
|
-
}
|
|
50452
|
-
},
|
|
50453
|
-
{
|
|
50454
|
-
"kind": "field",
|
|
50455
|
-
"name": "onOutsidePopoverClick",
|
|
50456
|
-
"privacy": "protected",
|
|
50457
|
-
"description": "Handles the outside click event to close the popover.",
|
|
50458
|
-
"parameters": [
|
|
50459
|
-
{
|
|
50460
|
-
"description": "The mouse event.",
|
|
50461
|
-
"name": "event"
|
|
50462
|
-
}
|
|
50463
|
-
],
|
|
50464
|
-
"inheritedFrom": {
|
|
50465
|
-
"name": "Popover",
|
|
50466
|
-
"module": "components/popover/popover.component.js"
|
|
50467
|
-
}
|
|
50468
|
-
},
|
|
50469
49959
|
{
|
|
50470
49960
|
"kind": "method",
|
|
50471
49961
|
"name": "onPlacementUpdated",
|
|
@@ -50477,31 +49967,6 @@
|
|
|
50477
49967
|
},
|
|
50478
49968
|
"description": "Updates the placement attribute if it is not a valid placement.\nDefault placement for toggle tip is top."
|
|
50479
49969
|
},
|
|
50480
|
-
{
|
|
50481
|
-
"kind": "field",
|
|
50482
|
-
"name": "onPopoverFocusOut",
|
|
50483
|
-
"privacy": "private",
|
|
50484
|
-
"description": "Handles the popover focus out event.",
|
|
50485
|
-
"parameters": [
|
|
50486
|
-
{
|
|
50487
|
-
"description": "The focus event.",
|
|
50488
|
-
"name": "event"
|
|
50489
|
-
}
|
|
50490
|
-
],
|
|
50491
|
-
"inheritedFrom": {
|
|
50492
|
-
"name": "Popover",
|
|
50493
|
-
"module": "components/popover/popover.component.js"
|
|
50494
|
-
}
|
|
50495
|
-
},
|
|
50496
|
-
{
|
|
50497
|
-
"kind": "field",
|
|
50498
|
-
"name": "parseTrigger",
|
|
50499
|
-
"privacy": "private",
|
|
50500
|
-
"inheritedFrom": {
|
|
50501
|
-
"name": "Popover",
|
|
50502
|
-
"module": "components/popover/popover.component.js"
|
|
50503
|
-
}
|
|
50504
|
-
},
|
|
50505
49970
|
{
|
|
50506
49971
|
"kind": "field",
|
|
50507
49972
|
"name": "placement",
|
|
@@ -50517,16 +49982,6 @@
|
|
|
50517
49982
|
"module": "components/popover/popover.component.js"
|
|
50518
49983
|
}
|
|
50519
49984
|
},
|
|
50520
|
-
{
|
|
50521
|
-
"kind": "field",
|
|
50522
|
-
"name": "positionPopover",
|
|
50523
|
-
"privacy": "private",
|
|
50524
|
-
"description": "Positions the popover based on the trigger element.\nIt also handles the flip, size and arrow placement.\nIt uses the floating-ui/dom library to calculate the position.",
|
|
50525
|
-
"inheritedFrom": {
|
|
50526
|
-
"name": "Popover",
|
|
50527
|
-
"module": "components/popover/popover.component.js"
|
|
50528
|
-
}
|
|
50529
|
-
},
|
|
50530
49985
|
{
|
|
50531
49986
|
"kind": "field",
|
|
50532
49987
|
"name": "preventScroll",
|
|
@@ -50557,26 +50012,6 @@
|
|
|
50557
50012
|
"module": "components/popover/popover.component.js"
|
|
50558
50013
|
}
|
|
50559
50014
|
},
|
|
50560
|
-
{
|
|
50561
|
-
"kind": "field",
|
|
50562
|
-
"name": "removeAllListeners",
|
|
50563
|
-
"privacy": "private",
|
|
50564
|
-
"description": "Removes all event listeners related to the popover.",
|
|
50565
|
-
"inheritedFrom": {
|
|
50566
|
-
"name": "Popover",
|
|
50567
|
-
"module": "components/popover/popover.component.js"
|
|
50568
|
-
}
|
|
50569
|
-
},
|
|
50570
|
-
{
|
|
50571
|
-
"kind": "field",
|
|
50572
|
-
"name": "removeTriggerListeners",
|
|
50573
|
-
"privacy": "private",
|
|
50574
|
-
"description": "Removes the trigger related event listeners.",
|
|
50575
|
-
"inheritedFrom": {
|
|
50576
|
-
"name": "Popover",
|
|
50577
|
-
"module": "components/popover/popover.component.js"
|
|
50578
|
-
}
|
|
50579
|
-
},
|
|
50580
50015
|
{
|
|
50581
50016
|
"kind": "field",
|
|
50582
50017
|
"name": "role",
|
|
@@ -50649,16 +50084,6 @@
|
|
|
50649
50084
|
"module": "components/popover/popover.component.js"
|
|
50650
50085
|
}
|
|
50651
50086
|
},
|
|
50652
|
-
{
|
|
50653
|
-
"kind": "field",
|
|
50654
|
-
"name": "setupTriggerListeners",
|
|
50655
|
-
"privacy": "private",
|
|
50656
|
-
"description": "Sets up the trigger related event listeners, based on the trigger type.\nIncludes fallback for mouseenter trigger to also handle focusin for non-interactive popovers.\n\nWe are using capture phase for to make sure we capture trigger events even when they are not propagated during the\nbubble phase (e.g.: buttons in list item)",
|
|
50657
|
-
"inheritedFrom": {
|
|
50658
|
-
"name": "Popover",
|
|
50659
|
-
"module": "components/popover/popover.component.js"
|
|
50660
|
-
}
|
|
50661
|
-
},
|
|
50662
50087
|
{
|
|
50663
50088
|
"kind": "field",
|
|
50664
50089
|
"name": "shouldFocusTrapWrap",
|
|
@@ -50714,16 +50139,6 @@
|
|
|
50714
50139
|
"module": "components/popover/popover.component.js"
|
|
50715
50140
|
}
|
|
50716
50141
|
},
|
|
50717
|
-
{
|
|
50718
|
-
"kind": "field",
|
|
50719
|
-
"name": "startCloseDelay",
|
|
50720
|
-
"privacy": "private",
|
|
50721
|
-
"description": "Starts the close delay timer.\nIf the popover is not interactive, it will close the popover after the delay.",
|
|
50722
|
-
"inheritedFrom": {
|
|
50723
|
-
"name": "Popover",
|
|
50724
|
-
"module": "components/popover/popover.component.js"
|
|
50725
|
-
}
|
|
50726
|
-
},
|
|
50727
50142
|
{
|
|
50728
50143
|
"kind": "field",
|
|
50729
50144
|
"name": "strategy",
|
|
@@ -50739,16 +50154,6 @@
|
|
|
50739
50154
|
"module": "components/popover/popover.component.js"
|
|
50740
50155
|
}
|
|
50741
50156
|
},
|
|
50742
|
-
{
|
|
50743
|
-
"kind": "field",
|
|
50744
|
-
"name": "timers",
|
|
50745
|
-
"privacy": "private",
|
|
50746
|
-
"default": "new Timers(this)",
|
|
50747
|
-
"inheritedFrom": {
|
|
50748
|
-
"name": "Popover",
|
|
50749
|
-
"module": "components/popover/popover.component.js"
|
|
50750
|
-
}
|
|
50751
|
-
},
|
|
50752
50157
|
{
|
|
50753
50158
|
"kind": "field",
|
|
50754
50159
|
"name": "togglePopoverVisible",
|
|
@@ -50796,6 +50201,20 @@
|
|
|
50796
50201
|
"module": "components/popover/popover.component.js"
|
|
50797
50202
|
}
|
|
50798
50203
|
},
|
|
50204
|
+
{
|
|
50205
|
+
"kind": "field",
|
|
50206
|
+
"name": "triggerElement",
|
|
50207
|
+
"type": {
|
|
50208
|
+
"text": "HTMLElement | null"
|
|
50209
|
+
},
|
|
50210
|
+
"privacy": "public",
|
|
50211
|
+
"description": "Get trigger element on-demand\nIt is necessary because trigger might appear later in the DOM, or it could be replaced completely.",
|
|
50212
|
+
"readonly": true,
|
|
50213
|
+
"inheritedFrom": {
|
|
50214
|
+
"name": "Popover",
|
|
50215
|
+
"module": "components/popover/popover.component.js"
|
|
50216
|
+
}
|
|
50217
|
+
},
|
|
50799
50218
|
{
|
|
50800
50219
|
"kind": "field",
|
|
50801
50220
|
"name": "triggerID",
|
|
@@ -51017,7 +50436,7 @@
|
|
|
51017
50436
|
{
|
|
51018
50437
|
"name": "boundary-root",
|
|
51019
50438
|
"type": {
|
|
51020
|
-
"text": "
|
|
50439
|
+
"text": "PopoverBoundaryRoot"
|
|
51021
50440
|
},
|
|
51022
50441
|
"description": "This describes the root boundary that the element will be checked for overflow relative to.\nThe default is 'viewport', which is the area of the page the user can see on the screen.\n\nThe other string option is 'document', which is the entire page outside the viewport.",
|
|
51023
50442
|
"default": "'viewport'",
|
|
@@ -51698,7 +51117,7 @@
|
|
|
51698
51117
|
"kind": "field",
|
|
51699
51118
|
"name": "boundaryRoot",
|
|
51700
51119
|
"type": {
|
|
51701
|
-
"text": "
|
|
51120
|
+
"text": "PopoverBoundaryRoot"
|
|
51702
51121
|
},
|
|
51703
51122
|
"description": "This describes the root boundary that the element will be checked for overflow relative to.\nThe default is 'viewport', which is the area of the page the user can see on the screen.\n\nThe other string option is 'document', which is the entire page outside the viewport.",
|
|
51704
51123
|
"default": "'viewport'",
|
|
@@ -51740,26 +51159,6 @@
|
|
|
51740
51159
|
"module": "components/popover/popover.component.js"
|
|
51741
51160
|
}
|
|
51742
51161
|
},
|
|
51743
|
-
{
|
|
51744
|
-
"kind": "field",
|
|
51745
|
-
"name": "cancelCloseDelay",
|
|
51746
|
-
"privacy": "private",
|
|
51747
|
-
"description": "Cancels the close delay timer.",
|
|
51748
|
-
"inheritedFrom": {
|
|
51749
|
-
"name": "Popover",
|
|
51750
|
-
"module": "components/popover/popover.component.js"
|
|
51751
|
-
}
|
|
51752
|
-
},
|
|
51753
|
-
{
|
|
51754
|
-
"kind": "field",
|
|
51755
|
-
"name": "cancelOpenDelay",
|
|
51756
|
-
"privacy": "private",
|
|
51757
|
-
"description": "Cancels the open delay timer.",
|
|
51758
|
-
"inheritedFrom": {
|
|
51759
|
-
"name": "Popover",
|
|
51760
|
-
"module": "components/popover/popover.component.js"
|
|
51761
|
-
}
|
|
51762
|
-
},
|
|
51763
51162
|
{
|
|
51764
51163
|
"kind": "field",
|
|
51765
51164
|
"name": "closeButton",
|
|
@@ -51971,46 +51370,6 @@
|
|
|
51971
51370
|
"module": "components/popover/popover.component.js"
|
|
51972
51371
|
}
|
|
51973
51372
|
},
|
|
51974
|
-
{
|
|
51975
|
-
"kind": "field",
|
|
51976
|
-
"name": "handleFocusIn",
|
|
51977
|
-
"privacy": "private",
|
|
51978
|
-
"description": "Handles focus in event on the trigger element.\nThis method checks if the trigger element has visible focus or is being hovered.",
|
|
51979
|
-
"inheritedFrom": {
|
|
51980
|
-
"name": "Popover",
|
|
51981
|
-
"module": "components/popover/popover.component.js"
|
|
51982
|
-
}
|
|
51983
|
-
},
|
|
51984
|
-
{
|
|
51985
|
-
"kind": "field",
|
|
51986
|
-
"name": "handleFocusOut",
|
|
51987
|
-
"privacy": "private",
|
|
51988
|
-
"description": "Handles focus out event on the trigger element.\nThis method checks if the popover is not hovered and hides the popover.\nIf the popover is hovered, it will not hide the popover.",
|
|
51989
|
-
"inheritedFrom": {
|
|
51990
|
-
"name": "Popover",
|
|
51991
|
-
"module": "components/popover/popover.component.js"
|
|
51992
|
-
}
|
|
51993
|
-
},
|
|
51994
|
-
{
|
|
51995
|
-
"kind": "field",
|
|
51996
|
-
"name": "handleMouseEnter",
|
|
51997
|
-
"privacy": "private",
|
|
51998
|
-
"description": "Handles mouse enter event on the trigger element.\nThis method sets the `isHovered` flag to true and shows the popover",
|
|
51999
|
-
"inheritedFrom": {
|
|
52000
|
-
"name": "Popover",
|
|
52001
|
-
"module": "components/popover/popover.component.js"
|
|
52002
|
-
}
|
|
52003
|
-
},
|
|
52004
|
-
{
|
|
52005
|
-
"kind": "field",
|
|
52006
|
-
"name": "handleMouseLeave",
|
|
52007
|
-
"privacy": "private",
|
|
52008
|
-
"description": "Handles mouse leave event on the trigger element.\nThis method sets the `isHovered` flag to false and starts the close delay\ntimer to hide the popover.",
|
|
52009
|
-
"inheritedFrom": {
|
|
52010
|
-
"name": "Popover",
|
|
52011
|
-
"module": "components/popover/popover.component.js"
|
|
52012
|
-
}
|
|
52013
|
-
},
|
|
52014
51373
|
{
|
|
52015
51374
|
"kind": "method",
|
|
52016
51375
|
"name": "handleTabKeydown",
|
|
@@ -52478,22 +51837,6 @@
|
|
|
52478
51837
|
"module": "components/popover/popover.component.js"
|
|
52479
51838
|
}
|
|
52480
51839
|
},
|
|
52481
|
-
{
|
|
52482
|
-
"kind": "field",
|
|
52483
|
-
"name": "onEscapeKeydown",
|
|
52484
|
-
"privacy": "private",
|
|
52485
|
-
"description": "Handles the escape keydown event to close the popover.\n\nThis method is attached to the document.",
|
|
52486
|
-
"parameters": [
|
|
52487
|
-
{
|
|
52488
|
-
"description": "The keyboard event.",
|
|
52489
|
-
"name": "event"
|
|
52490
|
-
}
|
|
52491
|
-
],
|
|
52492
|
-
"inheritedFrom": {
|
|
52493
|
-
"name": "Popover",
|
|
52494
|
-
"module": "components/popover/popover.component.js"
|
|
52495
|
-
}
|
|
52496
|
-
},
|
|
52497
51840
|
{
|
|
52498
51841
|
"kind": "method",
|
|
52499
51842
|
"name": "onIdUpdated",
|
|
@@ -52505,22 +51848,6 @@
|
|
|
52505
51848
|
},
|
|
52506
51849
|
"description": "Updates the tooltip id if it is empty."
|
|
52507
51850
|
},
|
|
52508
|
-
{
|
|
52509
|
-
"kind": "field",
|
|
52510
|
-
"name": "onOutsidePopoverClick",
|
|
52511
|
-
"privacy": "protected",
|
|
52512
|
-
"description": "Handles the outside click event to close the popover.",
|
|
52513
|
-
"parameters": [
|
|
52514
|
-
{
|
|
52515
|
-
"description": "The mouse event.",
|
|
52516
|
-
"name": "event"
|
|
52517
|
-
}
|
|
52518
|
-
],
|
|
52519
|
-
"inheritedFrom": {
|
|
52520
|
-
"name": "Popover",
|
|
52521
|
-
"module": "components/popover/popover.component.js"
|
|
52522
|
-
}
|
|
52523
|
-
},
|
|
52524
51851
|
{
|
|
52525
51852
|
"kind": "method",
|
|
52526
51853
|
"name": "onPlacementUpdated",
|
|
@@ -52532,22 +51859,6 @@
|
|
|
52532
51859
|
},
|
|
52533
51860
|
"description": "Updates the placement attribute if it is not a valid placement.\nOverriding the default from Popover"
|
|
52534
51861
|
},
|
|
52535
|
-
{
|
|
52536
|
-
"kind": "field",
|
|
52537
|
-
"name": "onPopoverFocusOut",
|
|
52538
|
-
"privacy": "private",
|
|
52539
|
-
"description": "Handles the popover focus out event.",
|
|
52540
|
-
"parameters": [
|
|
52541
|
-
{
|
|
52542
|
-
"description": "The focus event.",
|
|
52543
|
-
"name": "event"
|
|
52544
|
-
}
|
|
52545
|
-
],
|
|
52546
|
-
"inheritedFrom": {
|
|
52547
|
-
"name": "Popover",
|
|
52548
|
-
"module": "components/popover/popover.component.js"
|
|
52549
|
-
}
|
|
52550
|
-
},
|
|
52551
51862
|
{
|
|
52552
51863
|
"kind": "method",
|
|
52553
51864
|
"name": "onTooltipTypeUpdated",
|
|
@@ -52568,15 +51879,6 @@
|
|
|
52568
51879
|
],
|
|
52569
51880
|
"description": "Updates the tooltip type attribute and sets the appropriate aria props on the trigger component."
|
|
52570
51881
|
},
|
|
52571
|
-
{
|
|
52572
|
-
"kind": "field",
|
|
52573
|
-
"name": "parseTrigger",
|
|
52574
|
-
"privacy": "private",
|
|
52575
|
-
"inheritedFrom": {
|
|
52576
|
-
"name": "Popover",
|
|
52577
|
-
"module": "components/popover/popover.component.js"
|
|
52578
|
-
}
|
|
52579
|
-
},
|
|
52580
51882
|
{
|
|
52581
51883
|
"kind": "field",
|
|
52582
51884
|
"name": "placement",
|
|
@@ -52592,16 +51894,6 @@
|
|
|
52592
51894
|
"module": "components/popover/popover.component.js"
|
|
52593
51895
|
}
|
|
52594
51896
|
},
|
|
52595
|
-
{
|
|
52596
|
-
"kind": "field",
|
|
52597
|
-
"name": "positionPopover",
|
|
52598
|
-
"privacy": "private",
|
|
52599
|
-
"description": "Positions the popover based on the trigger element.\nIt also handles the flip, size and arrow placement.\nIt uses the floating-ui/dom library to calculate the position.",
|
|
52600
|
-
"inheritedFrom": {
|
|
52601
|
-
"name": "Popover",
|
|
52602
|
-
"module": "components/popover/popover.component.js"
|
|
52603
|
-
}
|
|
52604
|
-
},
|
|
52605
51897
|
{
|
|
52606
51898
|
"kind": "field",
|
|
52607
51899
|
"name": "preventScroll",
|
|
@@ -52632,26 +51924,6 @@
|
|
|
52632
51924
|
"module": "components/popover/popover.component.js"
|
|
52633
51925
|
}
|
|
52634
51926
|
},
|
|
52635
|
-
{
|
|
52636
|
-
"kind": "field",
|
|
52637
|
-
"name": "removeAllListeners",
|
|
52638
|
-
"privacy": "private",
|
|
52639
|
-
"description": "Removes all event listeners related to the popover.",
|
|
52640
|
-
"inheritedFrom": {
|
|
52641
|
-
"name": "Popover",
|
|
52642
|
-
"module": "components/popover/popover.component.js"
|
|
52643
|
-
}
|
|
52644
|
-
},
|
|
52645
|
-
{
|
|
52646
|
-
"kind": "field",
|
|
52647
|
-
"name": "removeTriggerListeners",
|
|
52648
|
-
"privacy": "private",
|
|
52649
|
-
"description": "Removes the trigger related event listeners.",
|
|
52650
|
-
"inheritedFrom": {
|
|
52651
|
-
"name": "Popover",
|
|
52652
|
-
"module": "components/popover/popover.component.js"
|
|
52653
|
-
}
|
|
52654
|
-
},
|
|
52655
51927
|
{
|
|
52656
51928
|
"kind": "field",
|
|
52657
51929
|
"name": "role",
|
|
@@ -52734,16 +52006,6 @@
|
|
|
52734
52006
|
],
|
|
52735
52007
|
"description": "Sets the type attribute for the tooltip component.\nIf the provided type is not included in the TOOLTIP_TYPES,\nit defaults to the value specified in DEFAULTS.TOOLTIP_TYPE."
|
|
52736
52008
|
},
|
|
52737
|
-
{
|
|
52738
|
-
"kind": "field",
|
|
52739
|
-
"name": "setupTriggerListeners",
|
|
52740
|
-
"privacy": "private",
|
|
52741
|
-
"description": "Sets up the trigger related event listeners, based on the trigger type.\nIncludes fallback for mouseenter trigger to also handle focusin for non-interactive popovers.\n\nWe are using capture phase for to make sure we capture trigger events even when they are not propagated during the\nbubble phase (e.g.: buttons in list item)",
|
|
52742
|
-
"inheritedFrom": {
|
|
52743
|
-
"name": "Popover",
|
|
52744
|
-
"module": "components/popover/popover.component.js"
|
|
52745
|
-
}
|
|
52746
|
-
},
|
|
52747
52009
|
{
|
|
52748
52010
|
"kind": "field",
|
|
52749
52011
|
"name": "shouldFocusTrapWrap",
|
|
@@ -52799,16 +52061,6 @@
|
|
|
52799
52061
|
"module": "components/popover/popover.component.js"
|
|
52800
52062
|
}
|
|
52801
52063
|
},
|
|
52802
|
-
{
|
|
52803
|
-
"kind": "field",
|
|
52804
|
-
"name": "startCloseDelay",
|
|
52805
|
-
"privacy": "private",
|
|
52806
|
-
"description": "Starts the close delay timer.\nIf the popover is not interactive, it will close the popover after the delay.",
|
|
52807
|
-
"inheritedFrom": {
|
|
52808
|
-
"name": "Popover",
|
|
52809
|
-
"module": "components/popover/popover.component.js"
|
|
52810
|
-
}
|
|
52811
|
-
},
|
|
52812
52064
|
{
|
|
52813
52065
|
"kind": "field",
|
|
52814
52066
|
"name": "strategy",
|
|
@@ -52824,16 +52076,6 @@
|
|
|
52824
52076
|
"module": "components/popover/popover.component.js"
|
|
52825
52077
|
}
|
|
52826
52078
|
},
|
|
52827
|
-
{
|
|
52828
|
-
"kind": "field",
|
|
52829
|
-
"name": "timers",
|
|
52830
|
-
"privacy": "private",
|
|
52831
|
-
"default": "new Timers(this)",
|
|
52832
|
-
"inheritedFrom": {
|
|
52833
|
-
"name": "Popover",
|
|
52834
|
-
"module": "components/popover/popover.component.js"
|
|
52835
|
-
}
|
|
52836
|
-
},
|
|
52837
52079
|
{
|
|
52838
52080
|
"kind": "field",
|
|
52839
52081
|
"name": "togglePopoverVisible",
|
|
@@ -52892,6 +52134,20 @@
|
|
|
52892
52134
|
"module": "components/popover/popover.component.js"
|
|
52893
52135
|
}
|
|
52894
52136
|
},
|
|
52137
|
+
{
|
|
52138
|
+
"kind": "field",
|
|
52139
|
+
"name": "triggerElement",
|
|
52140
|
+
"type": {
|
|
52141
|
+
"text": "HTMLElement | null"
|
|
52142
|
+
},
|
|
52143
|
+
"privacy": "public",
|
|
52144
|
+
"description": "Get trigger element on-demand\nIt is necessary because trigger might appear later in the DOM, or it could be replaced completely.",
|
|
52145
|
+
"readonly": true,
|
|
52146
|
+
"inheritedFrom": {
|
|
52147
|
+
"name": "Popover",
|
|
52148
|
+
"module": "components/popover/popover.component.js"
|
|
52149
|
+
}
|
|
52150
|
+
},
|
|
52895
52151
|
{
|
|
52896
52152
|
"kind": "field",
|
|
52897
52153
|
"name": "triggerID",
|
|
@@ -53114,7 +52370,7 @@
|
|
|
53114
52370
|
{
|
|
53115
52371
|
"name": "boundary-root",
|
|
53116
52372
|
"type": {
|
|
53117
|
-
"text": "
|
|
52373
|
+
"text": "PopoverBoundaryRoot"
|
|
53118
52374
|
},
|
|
53119
52375
|
"description": "This describes the root boundary that the element will be checked for overflow relative to.\nThe default is 'viewport', which is the area of the page the user can see on the screen.\n\nThe other string option is 'document', which is the entire page outside the viewport.",
|
|
53120
52376
|
"default": "'viewport'",
|