mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Fixed typo
This commit is contained in:
parent
6594502d78
commit
56e3f23eb3
184 changed files with 2347 additions and 2347 deletions
40
components/lib/image/Image.d.ts
vendored
40
components/lib/image/Image.d.ts
vendored
|
@ -27,79 +27,79 @@ export interface ImagePassThroughMethodOptions {
|
|||
*/
|
||||
export interface ImagePassThroughOptions {
|
||||
/**
|
||||
* Uses to pass attributes to the root's DOM element.
|
||||
* Used to pass attributes to the root's DOM element.
|
||||
*/
|
||||
root?: ImagePassThroughOptionType;
|
||||
/**
|
||||
* Uses to pass attributes to the image's DOM element.
|
||||
* Used to pass attributes to the image's DOM element.
|
||||
*/
|
||||
image?: ImagePassThroughOptionType;
|
||||
/**
|
||||
* Uses to pass attributes to the button's DOM element.
|
||||
* Used to pass attributes to the button's DOM element.
|
||||
*/
|
||||
button?: ImagePassThroughOptionType;
|
||||
/**
|
||||
* Uses to pass attributes to the icon's DOM element.
|
||||
* Used to pass attributes to the icon's DOM element.
|
||||
*/
|
||||
icon?: ImagePassThroughOptionType;
|
||||
/**
|
||||
* Uses to pass attributes to the mask's DOM element.
|
||||
* Used to pass attributes to the mask's DOM element.
|
||||
*/
|
||||
mask?: ImagePassThroughOptionType;
|
||||
/**
|
||||
* Uses to pass attributes to the toolbar's DOM element.
|
||||
* Used to pass attributes to the toolbar's DOM element.
|
||||
*/
|
||||
toolbar?: ImagePassThroughOptionType;
|
||||
/**
|
||||
* Uses to pass attributes to the rotate right button's DOM element.
|
||||
* Used to pass attributes to the rotate right button's DOM element.
|
||||
*/
|
||||
rotateRightButton?: ImagePassThroughOptionType;
|
||||
/**
|
||||
* Uses to pass attributes to the rotate right icon's DOM element.
|
||||
* Used to pass attributes to the rotate right icon's DOM element.
|
||||
*/
|
||||
rotateRightIcon?: ImagePassThroughOptionType;
|
||||
/**
|
||||
* Uses to pass attributes to the rotate left button's DOM element.
|
||||
* Used to pass attributes to the rotate left button's DOM element.
|
||||
*/
|
||||
rotateLeftButton?: ImagePassThroughOptionType;
|
||||
/**
|
||||
* Uses to pass attributes to the rotate left icon's DOM element.
|
||||
* Used to pass attributes to the rotate left icon's DOM element.
|
||||
*/
|
||||
rotateLeftIcon?: ImagePassThroughOptionType;
|
||||
/**
|
||||
* Uses to pass attributes to the zoom out button's DOM element.
|
||||
* Used to pass attributes to the zoom out button's DOM element.
|
||||
*/
|
||||
zoomOutButton?: ImagePassThroughOptionType;
|
||||
/**
|
||||
* Uses to pass attributes to the zoom out icon's DOM element.
|
||||
* Used to pass attributes to the zoom out icon's DOM element.
|
||||
*/
|
||||
zoomOutIcon?: ImagePassThroughOptionType;
|
||||
/**
|
||||
* Uses to pass attributes to the zoom in button's DOM element.
|
||||
* Used to pass attributes to the zoom in button's DOM element.
|
||||
*/
|
||||
zoomInButton?: ImagePassThroughOptionType;
|
||||
/**
|
||||
* Uses to pass attributes to the zoom in icon's DOM element.
|
||||
* Used to pass attributes to the zoom in icon's DOM element.
|
||||
*/
|
||||
zoomInIcon?: ImagePassThroughOptionType;
|
||||
/**
|
||||
* Uses to pass attributes to the close button's DOM element.
|
||||
* Used to pass attributes to the close button's DOM element.
|
||||
*/
|
||||
closeButton?: ImagePassThroughOptionType;
|
||||
/**
|
||||
* Uses to pass attributes to the close icon's DOM element.
|
||||
* Used to pass attributes to the close icon's DOM element.
|
||||
*/
|
||||
closeIcon?: ImagePassThroughOptionType;
|
||||
/**
|
||||
* Uses to pass attributes to the preview container's DOM element.
|
||||
* Used to pass attributes to the preview container's DOM element.
|
||||
*/
|
||||
previewContainer?: ImagePassThroughOptionType;
|
||||
/**
|
||||
* Uses to pass attributes to the preview's DOM element.
|
||||
* Used to pass attributes to the preview's DOM element.
|
||||
*/
|
||||
preview?: ImagePassThroughOptionType;
|
||||
/**
|
||||
* Uses to manage all lifecycle hooks
|
||||
* Used to manage all lifecycle hooks
|
||||
* @see {@link BaseComponent.ComponentHooks}
|
||||
*/
|
||||
hooks?: ComponentHooks;
|
||||
|
@ -171,7 +171,7 @@ export interface ImageProps {
|
|||
*/
|
||||
zoomOutDisabled?: boolean | undefined;
|
||||
/**
|
||||
* Uses to pass attributes to DOM elements inside the component.
|
||||
* Used to pass attributes to DOM elements inside the component.
|
||||
* @type {ImagePassThroughOptions}
|
||||
*/
|
||||
pt?: ImagePassThroughOptions;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue