@pnp/spfx-controls-react 3.11.0-beta.3457174 → 3.11.0-beta.3457397
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.
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export var version = "3.11.0-beta.
|
|
1
|
+
export var version = "3.11.0-beta.3457397";
|
|
2
2
|
//# sourceMappingURL=version.js.map
|
|
@@ -22,7 +22,7 @@ export interface IFieldTitleRendererProps extends IFieldRendererProps {
|
|
|
22
22
|
*/
|
|
23
23
|
id?: number;
|
|
24
24
|
/**
|
|
25
|
-
* custom title click event handler. If not set Display form for the item will be
|
|
25
|
+
* custom title click event handler. If not set Display form for the item will be displayed
|
|
26
26
|
*/
|
|
27
27
|
onClick?: (args: IFieldTitleClickEventArgs) => void;
|
|
28
28
|
}
|
package/package.json
CHANGED