Skip to content

Commit 6dcb111

Browse files
author
NicPape
committed
more whitespace
1 parent 4b1cd09 commit 6dcb111

File tree

4 files changed

+47
-94
lines changed

4 files changed

+47
-94
lines changed

SP-Framework/decorators.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@ 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: ''
16-
isPreview: false
15+
remarks: '' isPreview: false
1716
isDeprecated: false
1817
syntax:
1918
content: >-
@@ -39,8 +38,7 @@ functions:
3938
This decorator is applied to a class (but NOT member function or property). It indicates that subclasses must not
4039
inherit from this class. This decorator is currently used for documentation purposes only. In the future, it may
4140
be enforced at runtime.
42-
remarks: ''
43-
isPreview: false
41+
remarks: '' isPreview: false
4442
isDeprecated: false
4543
syntax:
4644
content: 'export declare function sealed(target: Function): void;'
@@ -59,8 +57,7 @@ functions:
5957
optionally be overridden in a child class. Conversely, if the @<!-- -->virtual decorator is NOT applied to a
6058
definition, then child classes may NOT override it. This decorator is currently used for documentation purposes
6159
only. In the future, it may be enforced at runtime.
62-
remarks: ''
63-
isPreview: false
60+
remarks: '' isPreview: false
6461
isDeprecated: false
6562
syntax:
6663
content: >-

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

Lines changed: 12 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -158,8 +158,7 @@ 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: ''
162-
isPreview: false
161+
remarks: '' isPreview: false
163162
isDeprecated: false
164163
syntax:
165164
content: >-
@@ -178,8 +177,7 @@ functions:
178177
uid: '@microsoft/sp-adaptive-card-extension-base!BarChartCardView:function(2)'
179178
package: '@microsoft/sp-adaptive-card-extension-base!'
180179
summary: Helper method to create a bar chart card view with string data.
181-
remarks: ''
182-
isPreview: false
180+
remarks: '' isPreview: false
183181
isDeprecated: false
184182
syntax:
185183
content: >-
@@ -198,8 +196,7 @@ functions:
198196
uid: '@microsoft/sp-adaptive-card-extension-base!BarChartCardView:function(3)'
199197
package: '@microsoft/sp-adaptive-card-extension-base!'
200198
summary: Helper method to create a bar chart card view with date data.
201-
remarks: ''
202-
isPreview: false
199+
remarks: '' isPreview: false
203200
isDeprecated: false
204201
syntax:
205202
content: >-
@@ -218,8 +215,7 @@ functions:
218215
uid: '@microsoft/sp-adaptive-card-extension-base!BasicCardView:function(1)'
219216
package: '@microsoft/sp-adaptive-card-extension-base!'
220217
summary: Helper method to create a Basic Card View.
221-
remarks: ''
222-
isPreview: false
218+
remarks: '' isPreview: false
223219
isDeprecated: false
224220
syntax:
225221
content: 'export declare function BasicCardView(configuration: IBasicTextCardViewConfiguration): ITextCardViewParameters;'
@@ -234,8 +230,7 @@ functions:
234230
uid: '@microsoft/sp-adaptive-card-extension-base!ImageCardView:function(1)'
235231
package: '@microsoft/sp-adaptive-card-extension-base!'
236232
summary: Helper method to create an Image Card View.
237-
remarks: ''
238-
isPreview: false
233+
remarks: '' isPreview: false
239234
isDeprecated: false
240235
syntax:
241236
content: 'export declare function ImageCardView(configuration: IImageCardViewConfiguration): ITextCardViewParameters;'
@@ -250,8 +245,7 @@ functions:
250245
uid: '@microsoft/sp-adaptive-card-extension-base!LineChartCardView:function(1)'
251246
package: '@microsoft/sp-adaptive-card-extension-base!'
252247
summary: Helper method to create a line chart card view with numeric data.
253-
remarks: ''
254-
isPreview: false
248+
remarks: '' isPreview: false
255249
isDeprecated: false
256250
syntax:
257251
content: >-
@@ -270,8 +264,7 @@ functions:
270264
uid: '@microsoft/sp-adaptive-card-extension-base!LineChartCardView:function(2)'
271265
package: '@microsoft/sp-adaptive-card-extension-base!'
272266
summary: Helper method to create a line chart card view with date data.
273-
remarks: ''
274-
isPreview: false
267+
remarks: '' isPreview: false
275268
isDeprecated: false
276269
syntax:
277270
content: >-
@@ -290,8 +283,7 @@ functions:
290283
uid: '@microsoft/sp-adaptive-card-extension-base!PieChartCardView:function(1)'
291284
package: '@microsoft/sp-adaptive-card-extension-base!'
292285
summary: Helper method to create a pie chart card view
293-
remarks: ''
294-
isPreview: false
286+
remarks: '' isPreview: false
295287
isDeprecated: false
296288
syntax:
297289
content: >-
@@ -308,8 +300,7 @@ functions:
308300
uid: '@microsoft/sp-adaptive-card-extension-base!PrimaryTextCardView:function(1)'
309301
package: '@microsoft/sp-adaptive-card-extension-base!'
310302
summary: Helper method to create a Primary Text Card View.
311-
remarks: ''
312-
isPreview: false
303+
remarks: '' isPreview: false
313304
isDeprecated: false
314305
syntax:
315306
content: >-
@@ -326,8 +317,7 @@ functions:
326317
uid: '@microsoft/sp-adaptive-card-extension-base!SearchCardView:function(1)'
327318
package: '@microsoft/sp-adaptive-card-extension-base!'
328319
summary: Helper method to create a Search Card View.
329-
remarks: ''
330-
isPreview: false
320+
remarks: '' isPreview: false
331321
isDeprecated: false
332322
syntax:
333323
content: 'export declare function SearchCardView(configuration: ISearchCardViewConfiguration): ISearchCardViewParameters;'
@@ -342,8 +332,7 @@ functions:
342332
uid: '@microsoft/sp-adaptive-card-extension-base!TextInputCardView:function(1)'
343333
package: '@microsoft/sp-adaptive-card-extension-base!'
344334
summary: Helper method to create an Text Input Card View.
345-
remarks: ''
346-
isPreview: false
335+
remarks: '' isPreview: false
347336
isDeprecated: false
348337
syntax:
349338
content: >-
@@ -360,8 +349,7 @@ functions:
360349
uid: '@microsoft/sp-adaptive-card-extension-base!TextInputImageCardView:function(1)'
361350
package: '@microsoft/sp-adaptive-card-extension-base!'
362351
summary: Helper method to create an Text Input with Image Card View.
363-
remarks: ''
364-
isPreview: false
352+
remarks: '' isPreview: false
365353
isDeprecated: false
366354
syntax:
367355
content: >-

SP-Framework/sp-property-pane.yml

Lines changed: 18 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,7 @@ 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: ''
64-
isPreview: false
63+
remarks: '' isPreview: false
6564
isDeprecated: false
6665
syntax:
6766
content: >-
@@ -83,8 +82,7 @@ functions:
8382
uid: '@microsoft/sp-property-pane!PropertyPaneCheckbox:function(1)'
8483
package: '@microsoft/sp-property-pane!'
8584
summary: Helper method to create a Checkbox on the PropertyPane.
86-
remarks: ''
87-
isPreview: false
85+
remarks: '' isPreview: false
8886
isDeprecated: false
8987
syntax:
9088
content: >-
@@ -106,8 +104,7 @@ functions:
106104
uid: '@microsoft/sp-property-pane!PropertyPaneChoiceGroup:function(1)'
107105
package: '@microsoft/sp-property-pane!'
108106
summary: Helper method to create a Choice Group on the PropertyPane.
109-
remarks: ''
110-
isPreview: false
107+
remarks: '' isPreview: false
111108
isDeprecated: false
112109
syntax:
113110
content: >-
@@ -133,8 +130,7 @@ functions:
133130
The purpose of the custom field is to help the web part developer to add a custom control to the PropertyPane. The
134131
PropertyPane supports a host of inbuilt field types. While this list meets the demands of most web parts, but
135132
there are exceptional cases when web parts have special needs and need a special control. The custom field helps
136-
fill that gap.
137-
isPreview: true
133+
fill that gap. isPreview: true
138134
isDeprecated: false
139135
syntax:
140136
content: >-
@@ -153,8 +149,7 @@ functions:
153149
uid: '@microsoft/sp-property-pane!PropertyPaneDropdown:function(1)'
154150
package: '@microsoft/sp-property-pane!'
155151
summary: Helper method to create a Dropdown on the PropertyPane.
156-
remarks: ''
157-
isPreview: false
152+
remarks: '' isPreview: false
158153
isDeprecated: false
159154
syntax:
160155
content: >-
@@ -176,8 +171,7 @@ functions:
176171
uid: '@microsoft/sp-property-pane!PropertyPaneDynamicField:function(1)'
177172
package: '@microsoft/sp-property-pane!'
178173
summary: Helper method to create a Dynamic Data widget on the PropertyPane for a dynamic field.
179-
remarks: ''
180-
isPreview: false
174+
remarks: '' isPreview: false
181175
isDeprecated: false
182176
syntax:
183177
content: >-
@@ -204,8 +198,7 @@ functions:
204198
205199
206200
These fields can possibly share the same property based on the associated filters.
207-
remarks: ''
208-
isPreview: false
201+
remarks: '' isPreview: false
209202
isDeprecated: false
210203
syntax:
211204
content: >-
@@ -227,8 +220,7 @@ functions:
227220
uid: '@microsoft/sp-property-pane!PropertyPaneDynamicTextField:function(1)'
228221
package: '@microsoft/sp-property-pane!'
229222
summary: Helper method to create a Dynamic TextField on the PropertyPane.
230-
remarks: ''
231-
isPreview: true
223+
remarks: '' isPreview: true
232224
isDeprecated: true
233225
customDeprecatedMessage: '- This has been replaced by PropertyPaneDynamicField'
234226
syntax:
@@ -251,8 +243,7 @@ functions:
251243
uid: '@microsoft/sp-property-pane!PropertyPaneHeading:function(1)'
252244
package: '@microsoft/sp-property-pane!'
253245
summary: Helper method to create a heading on the PropertyPane. Temporary solution while waiting for redesign
254-
remarks: ''
255-
isPreview: true
246+
remarks: '' isPreview: true
256247
isDeprecated: false
257248
syntax:
258249
content: >-
@@ -274,8 +265,7 @@ functions:
274265
uid: '@microsoft/sp-property-pane!PropertyPaneHorizontalRule:function(1)'
275266
package: '@microsoft/sp-property-pane!'
276267
summary: Helper method to create a Horizontal Rule on the PropertyPane.
277-
remarks: ''
278-
isPreview: false
268+
remarks: '' isPreview: false
279269
isDeprecated: false
280270
syntax:
281271
content: 'export declare function PropertyPaneHorizontalRule(): IPropertyPaneField<void>;'
@@ -286,8 +276,7 @@ functions:
286276
uid: '@microsoft/sp-property-pane!PropertyPaneIconPicker:function(1)'
287277
package: '@microsoft/sp-property-pane!'
288278
summary: Helper method to create an IconPicker on the PropertyPane.
289-
remarks: ''
290-
isPreview: true
279+
remarks: '' isPreview: true
291280
isDeprecated: false
292281
syntax:
293282
content: >-
@@ -309,8 +298,7 @@ functions:
309298
uid: '@microsoft/sp-property-pane!PropertyPaneLabel:function(1)'
310299
package: '@microsoft/sp-property-pane!'
311300
summary: Helper method to create a Label on the PropertyPane.
312-
remarks: ''
313-
isPreview: false
301+
remarks: '' isPreview: false
314302
isDeprecated: false
315303
syntax:
316304
content: >-
@@ -332,8 +320,7 @@ functions:
332320
uid: '@microsoft/sp-property-pane!PropertyPaneLink:function(1)'
333321
package: '@microsoft/sp-property-pane!'
334322
summary: Helper method to create a Link on the PropertyPane.
335-
remarks: ''
336-
isPreview: false
323+
remarks: '' isPreview: false
337324
isDeprecated: false
338325
syntax:
339326
content: >-
@@ -355,8 +342,7 @@ functions:
355342
uid: '@microsoft/sp-property-pane!PropertyPaneSlider:function(1)'
356343
package: '@microsoft/sp-property-pane!'
357344
summary: Helper method to create a Slider on the PropertyPane.
358-
remarks: ''
359-
isPreview: false
345+
remarks: '' isPreview: false
360346
isDeprecated: false
361347
syntax:
362348
content: >-
@@ -378,8 +364,7 @@ functions:
378364
uid: '@microsoft/sp-property-pane!PropertyPaneSpinButton:function(1)'
379365
package: '@microsoft/sp-property-pane!'
380366
summary: Helper method to create a SpinButton on the property pane.
381-
remarks: ''
382-
isPreview: true
367+
remarks: '' isPreview: true
383368
isDeprecated: false
384369
syntax:
385370
content: >-
@@ -401,8 +386,7 @@ functions:
401386
uid: '@microsoft/sp-property-pane!PropertyPaneTextField:function(1)'
402387
package: '@microsoft/sp-property-pane!'
403388
summary: Helper method to create a TextField on the PropertyPane.
404-
remarks: ''
405-
isPreview: false
389+
remarks: '' isPreview: false
406390
isDeprecated: false
407391
syntax:
408392
content: >-
@@ -424,8 +408,7 @@ functions:
424408
uid: '@microsoft/sp-property-pane!PropertyPaneThumbnailPicker:function(1)'
425409
package: '@microsoft/sp-property-pane!'
426410
summary: Helper method to create a ThumbnailPicker on the PropertyPane.
427-
remarks: ''
428-
isPreview: true
411+
remarks: '' isPreview: true
429412
isDeprecated: false
430413
syntax:
431414
content: >-
@@ -447,8 +430,7 @@ functions:
447430
uid: '@microsoft/sp-property-pane!PropertyPaneToggle:function(1)'
448431
package: '@microsoft/sp-property-pane!'
449432
summary: Helper method to create a Toggle on the PropertyPane.
450-
remarks: ''
451-
isPreview: false
433+
remarks: '' isPreview: false
452434
isDeprecated: false
453435
syntax:
454436
content: >-

0 commit comments

Comments
 (0)