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
"`Multiple controls`: Wrong fluentui imports cause webpack build errors [#1763](https://github.com/pnp/sp-dev-fx-controls-react/issues/1763)",
15
+
"`FileTypeIcon`: Added standard events [#1789](https://github.com/pnp/sp-dev-fx-controls-react/pull/1789)"
16
+
],
17
+
"fixes": [
18
+
"`FolderPicker`: Update documentation on how to use the control with siteAbsoluteUrl property [#1743](https://github.com/pnp/sp-dev-fx-controls-react/pull/1743)",
19
+
"Readme documents highlight extension does not work correctly [#1495](https://github.com/pnp/sp-dev-fx-controls-react/issues/1495)",
20
+
"`DynamicForm`: Error on rendering DynamicForm when having a Date Field with internal name starting with underscore ('_')[#1738](https://github.com/pnp/sp-dev-fx-controls-react/issues/1738)",
21
+
"`DynamicForm`: Dynamic form loading error in other site [#1758](https://github.com/pnp/sp-dev-fx-controls-react/issues/1758)"
-`Multiple controls`: Wrong fluentui imports cause webpack build errors [#1763](https://github.com/pnp/sp-dev-fx-controls-react/issues/1763)
14
+
-`FileTypeIcon`: Added standard events [#1789](https://github.com/pnp/sp-dev-fx-controls-react/pull/1789)
15
+
16
+
### Fixes
17
+
18
+
-`FolderPicker`: Update documentation on how to use the control with siteAbsoluteUrl property [#1743](https://github.com/pnp/sp-dev-fx-controls-react/pull/1743)
19
+
- Readme documents highlight extension does not work correctly [#1495](https://github.com/pnp/sp-dev-fx-controls-react/issues/1495)
20
+
-`DynamicForm`: Error on rendering DynamicForm when having a Date Field with internal name starting with underscore ('_')[#1738](https://github.com/pnp/sp-dev-fx-controls-react/issues/1738)
21
+
-`DynamicForm`: Dynamic form loading error in other site [#1758](https://github.com/pnp/sp-dev-fx-controls-react/issues/1758)
22
+
23
+
### Contributors
24
+
25
+
Special thanks to our contributors (in alphabetical order): [Guido Zambarda](https://github.com/GuidoZam), [Harminder Singh](https://github.com/HarminderSethi), [IRRDC](https://github.com/IRRDC), [Matthias Z'Brun](https://github.com/raclettierer), [Michaël Maillot](https://github.com/michaelmaillot), [Nishkalank Bezawada](https://github.com/NishkalankBezawada), [Sergei Sergeev](https://github.com/s-KaiNet), [srpmtt](https://github.com/srpmtt).
-`Multiple controls`: Wrong fluentui imports cause webpack build errors [#1763](https://github.com/pnp/sp-dev-fx-controls-react/issues/1763)
14
+
-`FileTypeIcon`: Added standard events [#1789](https://github.com/pnp/sp-dev-fx-controls-react/pull/1789)
15
+
16
+
### Fixes
17
+
18
+
-`FolderPicker`: Update documentation on how to use the control with siteAbsoluteUrl property [#1743](https://github.com/pnp/sp-dev-fx-controls-react/pull/1743)
19
+
- Readme documents highlight extension does not work correctly [#1495](https://github.com/pnp/sp-dev-fx-controls-react/issues/1495)
20
+
-`DynamicForm`: Error on rendering DynamicForm when having a Date Field with internal name starting with underscore ('_')[#1738](https://github.com/pnp/sp-dev-fx-controls-react/issues/1738)
21
+
-`DynamicForm`: Dynamic form loading error in other site [#1758](https://github.com/pnp/sp-dev-fx-controls-react/issues/1758)
22
+
23
+
### Contributors
24
+
25
+
Special thanks to our contributors (in alphabetical order): [Guido Zambarda](https://github.com/GuidoZam), [Harminder Singh](https://github.com/HarminderSethi), [IRRDC](https://github.com/IRRDC), [Matthias Z'Brun](https://github.com/raclettierer), [Michaël Maillot](https://github.com/michaelmaillot), [Nishkalank Bezawada](https://github.com/NishkalankBezawada), [Sergei Sergeev](https://github.com/s-KaiNet), [srpmtt](https://github.com/srpmtt).
Copy file name to clipboardExpand all lines: docs/documentation/docs/controls/Carousel.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -104,8 +104,8 @@ The Carousel component can be configured with the following properties:
104
104
| isInfinite | boolean | no | Indicates if infinite scrolling is enabled. |
105
105
| canMoveNext | boolean | no | Property indicates if the next item button can be clicked. If not provided, status of the button is calculated based on the current index. <br />It is mandatory when triggerPageEvent is used. |
106
106
| canMovePrev | boolean | no | Property indicates if the previous item button can be clicked. If not provided, status of the button is calculated based on the current index. <br />It is mandatory when triggerPageEvent is used. |
107
-
| buttonsLocation | CarouselButtonsLocation |yes| Specifies the location of the buttons inside the container. |
| containerStyles | ICssInput | no | Allows to specify own styles for carousel container. |
110
110
| loadingComponentContainerStyles | ICssInput | no | Allows to specify own styles for loading component. |
111
111
| contentContainerStyles | ICssInput | no | Allows to specify own styles for elements container. |
@@ -134,6 +134,7 @@ The Carousel component can be configured with the following properties:
134
134
| indicatorsContainerStyles | ICssInput | no | Allows to specify own styles for indicators container when indicatorsDisplay is set to "block" |
135
135
| prevButtonAriaLabel | string | no | Aria label of the PreviousItem button. Default 'Previous item'. |
136
136
| nextButtonAriaLabel | string | no | Aria label of the NextItem button. Default 'Next item'. |
137
+
| contentHeight | number | no | Allows to specify the height of the content. Can be used instead of providing styles for the content container (`contentContainerStyles`). |
Copy file name to clipboardExpand all lines: docs/documentation/docs/controls/ContentTypePicker.md
+14-14Lines changed: 14 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,20 +57,20 @@ The `ContentTypePicker` control can be configured with the following properties:
57
57
| context | BaseComponentContext | yes | The context object of the SPFx loaded webpart or customizer. |
58
58
| listId | string | no | The ID of the list or library you wish to select content type(s) from. When not specified, picker will be populated with site content types.|
59
59
| className | string | no | If provided, additional class name to provide on the dropdown element. |
60
-
disabled | boolean | no | Whether or not the control is disabled. |
61
-
includeHidden | boolean | no | Whether or not to include hidden content types. Default is true. |
62
-
includeReadOnly | boolean | no | Whether or not to include read-only content types. Default is true. |
63
-
group | string | no | Only show content types of a certain group. |
64
-
filter | string | no | Filter content types from OData query (takes the upperhand of `hidden`, `readOnly` and `group` Filters). |
65
-
orderBy | ContentTypesOrderBy | no | How to order the content types. |
66
-
selectedContentTypes | string \| string[] | no | IDs of the selected item(s). If you provide this, you must maintain selection state by observing `onSelectionChanged` events and passing a new value in when changed.
67
-
multiSelect | boolean | no | Indicates if multi-choice selections is allowed. Default is false. |
68
-
label | string | no | The label to display. |
69
-
placeholder | string | no | Input placeholder text. Displayed until option is selected. |
70
-
onSelectionChanged | (newValue: ISPContentType \| ISPContentType[]): void | no | Callback issued when the selected option changes. |
71
-
filterItems | (contentTypes: ISPContentType[]): ISPContentType[] | no | This function is invoked after the filtering has been done. This allows you to add additional custom filtering.
72
-
webAbsoluteUrl | string | no | Absolute Web Url of target site (user requires permissions). |
73
-
showBlankOption | boolean | no | Whether or not to show a blank option. Default is false. Works only when `multiSelect` is false. |
60
+
|disabled | boolean | no | Whether or not the control is disabled. |
61
+
|includeHidden | boolean | no | Whether or not to include hidden content types. Default is true. |
62
+
|includeReadOnly | boolean | no | Whether or not to include read-only content types. Default is true. |
63
+
|group | string | no | Only show content types of a certain group. |
64
+
|filter | string | no | Filter content types from OData query (takes the upperhand of `hidden`, `readOnly` and `group` Filters). |
65
+
|orderBy | ContentTypesOrderBy | no | How to order the content types. |
66
+
|selectedContentTypes | string \| string[]| no | IDs of the selected item(s). If you provide this, you must maintain selection state by observing `onSelectionChanged` events and passing a new value in when changed.|
67
+
|multiSelect | boolean | no | Indicates if multi-choice selections is allowed. Default is false. |
68
+
|label | string | no | The label to display. |
69
+
|placeholder | string | no | Input placeholder text. Displayed until option is selected. |
70
+
|onSelectionChanged | (newValue: ISPContentType \| ISPContentType[]): void | no | Callback issued when the selected option changes. |
71
+
|filterItems | (contentTypes: ISPContentType[]): ISPContentType[]| no | This function is invoked after the filtering has been done. This allows you to add additional custom filtering.|
72
+
|webAbsoluteUrl | string | no | Absolute Web Url of target site (user requires permissions). |
73
+
|showBlankOption | boolean | no | Whether or not to show a blank option. Default is false. Works only when `multiSelect` is false. |
Copy file name to clipboardExpand all lines: docs/documentation/docs/controls/DynamicForm.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -62,6 +62,7 @@ The `DynamicForm` can be configured with the following properties:
62
62
| fieldOverrides | {[columnInternalName: string] : {(fieldProperties: IDynamicFieldProps): React.ReactElement\<IDynamicFieldProps\>}} | no | Key value pair for fields you want to override. Key is the internal field name, value is the function to be called for the custom element to render. |
63
63
| respectEtag | boolean | no | Specifies if the form should respect the ETag of the item. Default - `true`|
| customIcons | { [ columnInternalName: string ]: string } | no | Specifies custom icons for the form. The key of this dictionary is the column internal name, the value is the Fluent UI icon name. |
Copy file name to clipboardExpand all lines: docs/documentation/docs/controls/FileTypeIcon.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,5 +42,11 @@ The FileTypeIcon component can be configured with the following properties:
42
42
| path | string | no | Path to the document. If this is provided, the control will use the file extension to display the corresponding icon. |
43
43
| size | ImageSize | no | This is a property that only needs to be used when the type is set to image. It allows you to specify the image size. small (16px), normal (20px), medium (48px) and large (96px) are possible. Use the **ImageSize** enum to get the list of available images sizes. |
44
44
| type | IconType | yes | This property specifies is you want to use the icon font or image. Use the **IconType** enum to get the list of available icon types. |
45
+
| onClick | React.MouseEvent<HTMLElement>| no | Event triggered when the icon is clicked. |
46
+
| onDoubleClick | React.MouseEvent<HTMLElement>| no | Event triggered when the icon is double clicked. |
47
+
| onMouseEnter | React.MouseEvent<HTMLElement>| no | Event triggered when the mouse cursor enters the icon (without event bubbling). |
48
+
| onMouseLeave | React.MouseEvent<HTMLElement>| no | Event triggered when the mouse cursor leaves the icon. |
49
+
| onMouseOver | React.MouseEvent<HTMLElement>| no | Event triggered when the mouse cursor enters the icon (with event bubbling). |
50
+
| onMouseUp | React.MouseEvent<HTMLElement>| no | Event triggered when the mouse button is released after clicked on the icon. |
0 commit comments