Skip to content

Commit 28952dd

Browse files
author
Alex Terentiev
committed
SPFx 1.18.0-beta.5
1 parent 716f5b0 commit 28952dd

File tree

4 files changed

+5
-31
lines changed

4 files changed

+5
-31
lines changed

SP-Framework/sp-adaptive-card-extension-base/hosttheme.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: HostTheme
33
uid: '@microsoft/sp-adaptive-card-extension-base!HostTheme:type'
44
package: '@microsoft/sp-adaptive-card-extension-base!'
55
fullName: HostTheme
6-
summary: ''
6+
summary: 'HostTheme is a variable with 3 possible values: light, dark and undefined, used to define theme of VCM app.'
77
remarks: ''
88
isPreview: true
99
isDeprecated: false

SP-Framework/sp-adaptive-card-extension-base/icardsearchfooterparameters.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -69,18 +69,6 @@ properties:
6969
content: 'onSelection?: ICardAction;'
7070
return:
7171
type: '<xref uid="@microsoft/sp-adaptive-card-extension-base!ICardAction:type" />'
72-
- name: secondaryText
73-
uid: '@microsoft/sp-adaptive-card-extension-base!ICardSearchFooterParameters#secondaryText:member'
74-
package: '@microsoft/sp-adaptive-card-extension-base!'
75-
fullName: secondaryText
76-
summary: 'Secondary text to display. For example, the role of the user for people search.'
77-
remarks: ''
78-
isPreview: true
79-
isDeprecated: false
80-
syntax:
81-
content: 'secondaryText?: string;'
82-
return:
83-
type: string
8472
- name: text
8573
uid: '@microsoft/sp-adaptive-card-extension-base!ICardSearchFooterParameters#text:member'
8674
package: '@microsoft/sp-adaptive-card-extension-base!'

SP-Framework/sp-adaptive-card-extension-base/icardtextinputparameters.yml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -21,21 +21,6 @@ properties:
2121
content: 'ariaLabel?: string;'
2222
return:
2323
type: string
24-
- name: autoComplete
25-
uid: '@microsoft/sp-adaptive-card-extension-base!ICardTextInputParameters#autoComplete:member'
26-
package: '@microsoft/sp-adaptive-card-extension-base!'
27-
fullName: autoComplete
28-
summary: Whether the input field should have autocomplete enabled. Default is off.
29-
remarks: >-
30-
See
31-
[https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/autocomplete\#Values](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/autocomplete#Values)
32-
[https://html.spec.whatwg.org/multipage/form-control-infrastructure.html\#autofill](https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#autofill)
33-
isPreview: true
34-
isDeprecated: false
35-
syntax:
36-
content: 'autoComplete?: string;'
37-
return:
38-
type: string
3924
- name: button
4025
uid: '@microsoft/sp-adaptive-card-extension-base!ICardTextInputParameters#button:member'
4126
package: '@microsoft/sp-adaptive-card-extension-base!'

SP-Framework/sp-adaptive-card-extension-base/ihostcontext.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: IHostContext
33
uid: '@microsoft/sp-adaptive-card-extension-base!IHostContext:interface'
44
package: '@microsoft/sp-adaptive-card-extension-base!'
55
fullName: IHostContext
6-
summary: ''
6+
summary: IHostContext is an object which is passed to Adaptive card context for card developers to access VCM theme.
77
remarks: ''
88
isPreview: true
99
isDeprecated: false
@@ -14,8 +14,9 @@ properties:
1414
package: '@microsoft/sp-adaptive-card-extension-base!'
1515
fullName: theme
1616
summary: >-
17-
theme is used to define what the the current colour scheme for the VCM app. It has currently 2 values light: If
18-
VCM is in light mode, we use the theme 'light', dark: If VCM is in dark mode, we use the theme 'dark'
17+
theme is used to define what the the current colour scheme for the VCM app. It has currently 3 values light: If
18+
VCM is in light mode, we use the theme 'light', dark: If VCM is in dark mode, we use the theme 'dark', undefined:
19+
For web and Teams app desktop we get the value undefined.
1920
remarks: ''
2021
isPreview: true
2122
isDeprecated: false

0 commit comments

Comments
 (0)