Skip to content

Commit 8166e6b

Browse files
author
NicPape
committed
whitespace
1 parent 6dcb111 commit 8166e6b

File tree

4 files changed

+94
-47
lines changed

4 files changed

+94
-47
lines changed

SP-Framework/decorators.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ functions:
1212
another definition (of the same name) from the base class. The base class definition must be marked as @<!--
1313
-->virtual. This decorator is currently used for documentation purposes only. In the future, it may be enforced at
1414
runtime.
15-
remarks: '' isPreview: false
15+
remarks: ''
16+
isPreview: false
1617
isDeprecated: false
1718
syntax:
1819
content: >-
@@ -38,7 +39,8 @@ functions:
3839
This decorator is applied to a class (but NOT member function or property). It indicates that subclasses must not
3940
inherit from this class. This decorator is currently used for documentation purposes only. In the future, it may
4041
be enforced at runtime.
41-
remarks: '' isPreview: false
42+
remarks: ''
43+
isPreview: false
4244
isDeprecated: false
4345
syntax:
4446
content: 'export declare function sealed(target: Function): void;'
@@ -57,7 +59,8 @@ functions:
5759
optionally be overridden in a child class. Conversely, if the @<!-- -->virtual decorator is NOT applied to a
5860
definition, then child classes may NOT override it. This decorator is currently used for documentation purposes
5961
only. In the future, it may be enforced at runtime.
60-
remarks: '' isPreview: false
62+
remarks: ''
63+
isPreview: false
6164
isDeprecated: false
6265
syntax:
6366
content: >-

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

Lines changed: 24 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,8 @@ functions:
158158
uid: '@microsoft/sp-adaptive-card-extension-base!BarChartCardView:function(1)'
159159
package: '@microsoft/sp-adaptive-card-extension-base!'
160160
summary: Helper method to create a bar chart card view with numeric data.
161-
remarks: '' isPreview: false
161+
remarks: ''
162+
isPreview: false
162163
isDeprecated: false
163164
syntax:
164165
content: >-
@@ -177,7 +178,8 @@ functions:
177178
uid: '@microsoft/sp-adaptive-card-extension-base!BarChartCardView:function(2)'
178179
package: '@microsoft/sp-adaptive-card-extension-base!'
179180
summary: Helper method to create a bar chart card view with string data.
180-
remarks: '' isPreview: false
181+
remarks: ''
182+
isPreview: false
181183
isDeprecated: false
182184
syntax:
183185
content: >-
@@ -196,7 +198,8 @@ functions:
196198
uid: '@microsoft/sp-adaptive-card-extension-base!BarChartCardView:function(3)'
197199
package: '@microsoft/sp-adaptive-card-extension-base!'
198200
summary: Helper method to create a bar chart card view with date data.
199-
remarks: '' isPreview: false
201+
remarks: ''
202+
isPreview: false
200203
isDeprecated: false
201204
syntax:
202205
content: >-
@@ -215,7 +218,8 @@ functions:
215218
uid: '@microsoft/sp-adaptive-card-extension-base!BasicCardView:function(1)'
216219
package: '@microsoft/sp-adaptive-card-extension-base!'
217220
summary: Helper method to create a Basic Card View.
218-
remarks: '' isPreview: false
221+
remarks: ''
222+
isPreview: false
219223
isDeprecated: false
220224
syntax:
221225
content: 'export declare function BasicCardView(configuration: IBasicTextCardViewConfiguration): ITextCardViewParameters;'
@@ -230,7 +234,8 @@ functions:
230234
uid: '@microsoft/sp-adaptive-card-extension-base!ImageCardView:function(1)'
231235
package: '@microsoft/sp-adaptive-card-extension-base!'
232236
summary: Helper method to create an Image Card View.
233-
remarks: '' isPreview: false
237+
remarks: ''
238+
isPreview: false
234239
isDeprecated: false
235240
syntax:
236241
content: 'export declare function ImageCardView(configuration: IImageCardViewConfiguration): ITextCardViewParameters;'
@@ -245,7 +250,8 @@ functions:
245250
uid: '@microsoft/sp-adaptive-card-extension-base!LineChartCardView:function(1)'
246251
package: '@microsoft/sp-adaptive-card-extension-base!'
247252
summary: Helper method to create a line chart card view with numeric data.
248-
remarks: '' isPreview: false
253+
remarks: ''
254+
isPreview: false
249255
isDeprecated: false
250256
syntax:
251257
content: >-
@@ -264,7 +270,8 @@ functions:
264270
uid: '@microsoft/sp-adaptive-card-extension-base!LineChartCardView:function(2)'
265271
package: '@microsoft/sp-adaptive-card-extension-base!'
266272
summary: Helper method to create a line chart card view with date data.
267-
remarks: '' isPreview: false
273+
remarks: ''
274+
isPreview: false
268275
isDeprecated: false
269276
syntax:
270277
content: >-
@@ -283,7 +290,8 @@ functions:
283290
uid: '@microsoft/sp-adaptive-card-extension-base!PieChartCardView:function(1)'
284291
package: '@microsoft/sp-adaptive-card-extension-base!'
285292
summary: Helper method to create a pie chart card view
286-
remarks: '' isPreview: false
293+
remarks: ''
294+
isPreview: false
287295
isDeprecated: false
288296
syntax:
289297
content: >-
@@ -300,7 +308,8 @@ functions:
300308
uid: '@microsoft/sp-adaptive-card-extension-base!PrimaryTextCardView:function(1)'
301309
package: '@microsoft/sp-adaptive-card-extension-base!'
302310
summary: Helper method to create a Primary Text Card View.
303-
remarks: '' isPreview: false
311+
remarks: ''
312+
isPreview: false
304313
isDeprecated: false
305314
syntax:
306315
content: >-
@@ -317,7 +326,8 @@ functions:
317326
uid: '@microsoft/sp-adaptive-card-extension-base!SearchCardView:function(1)'
318327
package: '@microsoft/sp-adaptive-card-extension-base!'
319328
summary: Helper method to create a Search Card View.
320-
remarks: '' isPreview: false
329+
remarks: ''
330+
isPreview: false
321331
isDeprecated: false
322332
syntax:
323333
content: 'export declare function SearchCardView(configuration: ISearchCardViewConfiguration): ISearchCardViewParameters;'
@@ -332,7 +342,8 @@ functions:
332342
uid: '@microsoft/sp-adaptive-card-extension-base!TextInputCardView:function(1)'
333343
package: '@microsoft/sp-adaptive-card-extension-base!'
334344
summary: Helper method to create an Text Input Card View.
335-
remarks: '' isPreview: false
345+
remarks: ''
346+
isPreview: false
336347
isDeprecated: false
337348
syntax:
338349
content: >-
@@ -349,7 +360,8 @@ functions:
349360
uid: '@microsoft/sp-adaptive-card-extension-base!TextInputImageCardView:function(1)'
350361
package: '@microsoft/sp-adaptive-card-extension-base!'
351362
summary: Helper method to create an Text Input with Image Card View.
352-
remarks: '' isPreview: false
363+
remarks: ''
364+
isPreview: false
353365
isDeprecated: false
354366
syntax:
355367
content: >-

SP-Framework/sp-property-pane.yml

Lines changed: 36 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,8 @@ functions:
6060
uid: '@microsoft/sp-property-pane!PropertyPaneButton:function(1)'
6161
package: '@microsoft/sp-property-pane!'
6262
summary: Helper method to create a Button on the PropertyPane.
63-
remarks: '' isPreview: false
63+
remarks: ''
64+
isPreview: false
6465
isDeprecated: false
6566
syntax:
6667
content: >-
@@ -82,7 +83,8 @@ functions:
8283
uid: '@microsoft/sp-property-pane!PropertyPaneCheckbox:function(1)'
8384
package: '@microsoft/sp-property-pane!'
8485
summary: Helper method to create a Checkbox on the PropertyPane.
85-
remarks: '' isPreview: false
86+
remarks: ''
87+
isPreview: false
8688
isDeprecated: false
8789
syntax:
8890
content: >-
@@ -104,7 +106,8 @@ functions:
104106
uid: '@microsoft/sp-property-pane!PropertyPaneChoiceGroup:function(1)'
105107
package: '@microsoft/sp-property-pane!'
106108
summary: Helper method to create a Choice Group on the PropertyPane.
107-
remarks: '' isPreview: false
109+
remarks: ''
110+
isPreview: false
108111
isDeprecated: false
109112
syntax:
110113
content: >-
@@ -130,7 +133,8 @@ functions:
130133
The purpose of the custom field is to help the web part developer to add a custom control to the PropertyPane. The
131134
PropertyPane supports a host of inbuilt field types. While this list meets the demands of most web parts, but
132135
there are exceptional cases when web parts have special needs and need a special control. The custom field helps
133-
fill that gap. isPreview: true
136+
fill that gap.
137+
isPreview: true
134138
isDeprecated: false
135139
syntax:
136140
content: >-
@@ -149,7 +153,8 @@ functions:
149153
uid: '@microsoft/sp-property-pane!PropertyPaneDropdown:function(1)'
150154
package: '@microsoft/sp-property-pane!'
151155
summary: Helper method to create a Dropdown on the PropertyPane.
152-
remarks: '' isPreview: false
156+
remarks: ''
157+
isPreview: false
153158
isDeprecated: false
154159
syntax:
155160
content: >-
@@ -171,7 +176,8 @@ functions:
171176
uid: '@microsoft/sp-property-pane!PropertyPaneDynamicField:function(1)'
172177
package: '@microsoft/sp-property-pane!'
173178
summary: Helper method to create a Dynamic Data widget on the PropertyPane for a dynamic field.
174-
remarks: '' isPreview: false
179+
remarks: ''
180+
isPreview: false
175181
isDeprecated: false
176182
syntax:
177183
content: >-
@@ -198,7 +204,8 @@ functions:
198204
199205
200206
These fields can possibly share the same property based on the associated filters.
201-
remarks: '' isPreview: false
207+
remarks: ''
208+
isPreview: false
202209
isDeprecated: false
203210
syntax:
204211
content: >-
@@ -220,7 +227,8 @@ functions:
220227
uid: '@microsoft/sp-property-pane!PropertyPaneDynamicTextField:function(1)'
221228
package: '@microsoft/sp-property-pane!'
222229
summary: Helper method to create a Dynamic TextField on the PropertyPane.
223-
remarks: '' isPreview: true
230+
remarks: ''
231+
isPreview: true
224232
isDeprecated: true
225233
customDeprecatedMessage: '- This has been replaced by PropertyPaneDynamicField'
226234
syntax:
@@ -243,7 +251,8 @@ functions:
243251
uid: '@microsoft/sp-property-pane!PropertyPaneHeading:function(1)'
244252
package: '@microsoft/sp-property-pane!'
245253
summary: Helper method to create a heading on the PropertyPane. Temporary solution while waiting for redesign
246-
remarks: '' isPreview: true
254+
remarks: ''
255+
isPreview: true
247256
isDeprecated: false
248257
syntax:
249258
content: >-
@@ -265,7 +274,8 @@ functions:
265274
uid: '@microsoft/sp-property-pane!PropertyPaneHorizontalRule:function(1)'
266275
package: '@microsoft/sp-property-pane!'
267276
summary: Helper method to create a Horizontal Rule on the PropertyPane.
268-
remarks: '' isPreview: false
277+
remarks: ''
278+
isPreview: false
269279
isDeprecated: false
270280
syntax:
271281
content: 'export declare function PropertyPaneHorizontalRule(): IPropertyPaneField<void>;'
@@ -276,7 +286,8 @@ functions:
276286
uid: '@microsoft/sp-property-pane!PropertyPaneIconPicker:function(1)'
277287
package: '@microsoft/sp-property-pane!'
278288
summary: Helper method to create an IconPicker on the PropertyPane.
279-
remarks: '' isPreview: true
289+
remarks: ''
290+
isPreview: true
280291
isDeprecated: false
281292
syntax:
282293
content: >-
@@ -298,7 +309,8 @@ functions:
298309
uid: '@microsoft/sp-property-pane!PropertyPaneLabel:function(1)'
299310
package: '@microsoft/sp-property-pane!'
300311
summary: Helper method to create a Label on the PropertyPane.
301-
remarks: '' isPreview: false
312+
remarks: ''
313+
isPreview: false
302314
isDeprecated: false
303315
syntax:
304316
content: >-
@@ -320,7 +332,8 @@ functions:
320332
uid: '@microsoft/sp-property-pane!PropertyPaneLink:function(1)'
321333
package: '@microsoft/sp-property-pane!'
322334
summary: Helper method to create a Link on the PropertyPane.
323-
remarks: '' isPreview: false
335+
remarks: ''
336+
isPreview: false
324337
isDeprecated: false
325338
syntax:
326339
content: >-
@@ -342,7 +355,8 @@ functions:
342355
uid: '@microsoft/sp-property-pane!PropertyPaneSlider:function(1)'
343356
package: '@microsoft/sp-property-pane!'
344357
summary: Helper method to create a Slider on the PropertyPane.
345-
remarks: '' isPreview: false
358+
remarks: ''
359+
isPreview: false
346360
isDeprecated: false
347361
syntax:
348362
content: >-
@@ -364,7 +378,8 @@ functions:
364378
uid: '@microsoft/sp-property-pane!PropertyPaneSpinButton:function(1)'
365379
package: '@microsoft/sp-property-pane!'
366380
summary: Helper method to create a SpinButton on the property pane.
367-
remarks: '' isPreview: true
381+
remarks: ''
382+
isPreview: true
368383
isDeprecated: false
369384
syntax:
370385
content: >-
@@ -386,7 +401,8 @@ functions:
386401
uid: '@microsoft/sp-property-pane!PropertyPaneTextField:function(1)'
387402
package: '@microsoft/sp-property-pane!'
388403
summary: Helper method to create a TextField on the PropertyPane.
389-
remarks: '' isPreview: false
404+
remarks: ''
405+
isPreview: false
390406
isDeprecated: false
391407
syntax:
392408
content: >-
@@ -408,7 +424,8 @@ functions:
408424
uid: '@microsoft/sp-property-pane!PropertyPaneThumbnailPicker:function(1)'
409425
package: '@microsoft/sp-property-pane!'
410426
summary: Helper method to create a ThumbnailPicker on the PropertyPane.
411-
remarks: '' isPreview: true
427+
remarks: ''
428+
isPreview: true
412429
isDeprecated: false
413430
syntax:
414431
content: >-
@@ -430,7 +447,8 @@ functions:
430447
uid: '@microsoft/sp-property-pane!PropertyPaneToggle:function(1)'
431448
package: '@microsoft/sp-property-pane!'
432449
summary: Helper method to create a Toggle on the PropertyPane.
433-
remarks: '' isPreview: false
450+
remarks: ''
451+
isPreview: false
434452
isDeprecated: false
435453
syntax:
436454
content: >-

0 commit comments

Comments
 (0)