@eui/ecl 22.0.0-alpha.23 → 22.0.0-alpha.25
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/docs/changelog.html +25 -0
- package/docs/components/EclPopoverComponent.html +7 -184
- package/docs/directives/EclPopoverContentDirective.html +0 -45
- package/docs/directives/EclPopoverToggleDirective.html +5 -241
- package/docs/js/search/search_index.js +2 -2
- package/docs/json/EclPopoverToggleDirective.md +1 -1
- package/docs/json/documentation.json +62 -266
- package/docs/llms.txt +5 -5
- package/docs/miscellaneous/variables.html +20 -20
- package/docs/properties.html +1 -1
- package/fesm2022/eui-ecl-components-ecl-popover.mjs +46 -54
- package/fesm2022/eui-ecl-components-ecl-popover.mjs.map +1 -1
- package/package.json +1 -1
- package/types/eui-ecl-components-ecl-popover.d.ts +16 -15
- package/types/eui-ecl-components-ecl-popover.d.ts.map +1 -1
|
@@ -17,4 +17,4 @@ This directive emits a custom click event and manages accessibility attributes.
|
|
|
17
17
|
- **tabindex**: `number` -
|
|
18
18
|
|
|
19
19
|
## Outputs
|
|
20
|
-
- **click**: `
|
|
20
|
+
- **click**: `undefined` - Event emitted when the toggle element is clicked with the left mouse button.
|