@pnp/spfx-controls-react 3.25.0-beta.2833027 → 3.25.0-beta.2833032
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.
- package/CHANGELOG.json +3 -1
- package/CHANGELOG.md +14 -13
- package/jest-output/JUnit.xml +96 -96
- package/lib/common/telemetry/version.js +1 -1
- package/lib-commonjs/common/telemetry/version.js +1 -1
- package/package.json +1 -1
- package/release/manifests/45165954-80f9-44c1-9967-cd38ae92a33b.manifest.json +1 -1
- package/release/manifests/57ebd944-98ed-43f9-b722-e959d6dac6ad.manifest.json +1 -1
- package/release/manifests/f9c6b930-8d5d-4550-bfd9-ed5f6ca443a8.manifest.json +1 -1
package/CHANGELOG.json
CHANGED
|
@@ -7,10 +7,12 @@
|
|
|
7
7
|
"enhancements": [],
|
|
8
8
|
"fixes":[
|
|
9
9
|
"`Calendar` - Remove the dependency of @nuvemerudita/react-controls (deprecated library) [#2119](https://github.com/pnp/sp-dev-fx-controls-react/pull/2119)",
|
|
10
|
-
"Calendar not showing items like #2025, but also completely crashes when changing views - AEST Timezone (GMT+10) [#2115](https://github.com/pnp/sp-dev-fx-controls-react/issues/2115)"
|
|
10
|
+
"Calendar not showing items like #2025, but also completely crashes when changing views - AEST Timezone (GMT+10) [#2115](https://github.com/pnp/sp-dev-fx-controls-react/issues/2115)",
|
|
11
|
+
"tiny fix: correct spelling mistakes in CHANGELOG.json [#2118](https://github.com/pnp/sp-dev-fx-controls-react/pull/2118)"
|
|
11
12
|
]
|
|
12
13
|
},
|
|
13
14
|
"contributions": [
|
|
15
|
+
"[Antanina Druzhkina](https://github.com/Ateina)",
|
|
14
16
|
"[joaojmendes](https://github.com/joaojmendes)"
|
|
15
17
|
]
|
|
16
18
|
},
|
package/CHANGELOG.md
CHANGED
|
@@ -6,10 +6,11 @@
|
|
|
6
6
|
|
|
7
7
|
- `Calendar` - Remove the dependency of @nuvemerudita/react-controls (deprecated library) [#2119](https://github.com/pnp/sp-dev-fx-controls-react/pull/2119)
|
|
8
8
|
- Calendar not showing items like #2025, but also completely crashes when changing views - AEST Timezone (GMT+10) [#2115](https://github.com/pnp/sp-dev-fx-controls-react/issues/2115)
|
|
9
|
+
- tiny fix: correct spelling mistakes in CHANGELOG.json [#2118](https://github.com/pnp/sp-dev-fx-controls-react/pull/2118)
|
|
9
10
|
|
|
10
11
|
### Contributors
|
|
11
12
|
|
|
12
|
-
Special thanks to our
|
|
13
|
+
Special thanks to our contributors (in alphabetical order): [Antanina Druzhkina](https://github.com/Ateina), [joaojmendes](https://github.com/joaojmendes).
|
|
13
14
|
|
|
14
15
|
## 3.24.0
|
|
15
16
|
|
|
@@ -219,7 +220,7 @@ Special thanks to our contributors (in alphabetical order): [Guido Zambarda](htt
|
|
|
219
220
|
|
|
220
221
|
### Enhancements
|
|
221
222
|
|
|
222
|
-
- `
|
|
223
|
+
- `DynamicForm`: Added file handling [#1625](https://github.com/pnp/sp-dev-fx-controls-react/pull/1625)
|
|
223
224
|
- `DynamicForm`: Custom Formatting and Validation, ControlsTestWebPart updates [#1672](https://github.com/pnp/sp-dev-fx-controls-react/pull/1672)
|
|
224
225
|
- `PeoplePicker`: Added custom filter to PeoplePicker selection [#1657](https://github.com/pnp/sp-dev-fx-controls-react/issues/1657)
|
|
225
226
|
- `RichText`: Align RichText heading styles and font sizes with OOB SharePoint text web part [#1706](https://github.com/pnp/sp-dev-fx-controls-react/pull/1706)
|
|
@@ -345,7 +346,7 @@ Special thanks to our contributors (in alphabetical order): [Andreas Omayrat](ht
|
|
|
345
346
|
### Fixes
|
|
346
347
|
|
|
347
348
|
- `DynamicForm`: Fixes DynamicForm trying to load TaxonomyFields with wrong display name [#1422](https://github.com/pnp/sp-dev-fx-controls-react/issues/1422)
|
|
348
|
-
- `ListItemAttachments`: FIX: Cannot download items when it has a
|
|
349
|
+
- `ListItemAttachments`: FIX: Cannot download items when it has a illegal character [#1484](https://github.com/pnp/sp-dev-fx-controls-react/issues/1484)
|
|
349
350
|
- `FilePicker`: FIX: recent tab empty until re-render [#1482](https://github.com/pnp/sp-dev-fx-controls-react/issues/1482)
|
|
350
351
|
- `Dynamic Form`: Adds onListItemLoaded handler to DynamicForm [#1472](https://github.com/pnp/sp-dev-fx-controls-react/issues/1472)
|
|
351
352
|
- `Dynamic Form`: Fix for the DynamicForm when a defaultValue is null and the code try to call the split method on it. [#1486](https://github.com/pnp/sp-dev-fx-controls-react/pull/1486)
|
|
@@ -392,7 +393,7 @@ Special thanks to our contributors (in alphabetical order): [Chad Eiserloh](http
|
|
|
392
393
|
- `FilePicker`: Fix site breadcrumb navigation [#1368](https://github.com/pnp/sp-dev-fx-controls-react/issues/1368)
|
|
393
394
|
- `DynamicForm`: Initialize changedValue with defaultValue [#1454](https://github.com/pnp/sp-dev-fx-controls-react/pull/1454)
|
|
394
395
|
- `DynamicForm`: Fix image path [#1455](https://github.com/pnp/sp-dev-fx-controls-react/pull/1455)
|
|
395
|
-
- `DynamicForm`: Check empty array and
|
|
396
|
+
- `DynamicForm`: Check empty array and transform it in set as null [#1456](https://github.com/pnp/sp-dev-fx-controls-react/pull/1456)
|
|
396
397
|
- `FilePicker`: Fix site browser resize [#1457](https://github.com/pnp/sp-dev-fx-controls-react/pull/1457)
|
|
397
398
|
- `ModernTaxonomyPicker` Fix - Show ModernTaxonomyPicker label in correct form [#1459](https://github.com/pnp/sp-dev-fx-controls-react/pull/1459)
|
|
398
399
|
- `DynamicForm`: Update DynamicForm.tsx [#1462](https://github.com/pnp/sp-dev-fx-controls-react/pull/1462)
|
|
@@ -410,7 +411,7 @@ Special thanks to our contributors (in alphabetical order): [araver](https://git
|
|
|
410
411
|
|
|
411
412
|
### Enhancements
|
|
412
413
|
|
|
413
|
-
- `DynamicForm`: support
|
|
414
|
+
- `DynamicForm`: support creation of document sets [#1335](https://github.com/pnp/sp-dev-fx-controls-react/pull/1335)
|
|
414
415
|
- `SitePicker`: add HubId to filter to only sites within a hub [#1346](https://github.com/pnp/sp-dev-fx-controls-react/issues/1346)
|
|
415
416
|
- SharePoint Framework v1.16.0 support
|
|
416
417
|
|
|
@@ -485,7 +486,7 @@ Special thanks to our contributors (in alphabetical order): [Bart-Jan Dekker](ht
|
|
|
485
486
|
|
|
486
487
|
- `EnhancedThemeProvider`: Added 'EnhancedThemeProvider' control [#1202](https://github.com/pnp/sp-dev-fx-controls-react/issues/1202)
|
|
487
488
|
- `FieldPicker`: Added `FieldPicker` control [#1219](https://github.com/pnp/sp-dev-fx-controls-react/issues/1219)
|
|
488
|
-
- `
|
|
489
|
+
- `ContentTypePicker`: Added `ContentTypePicker` control [#1220](https://github.com/pnp/sp-dev-fx-controls-react/issues/1220)
|
|
489
490
|
- `ModernAudio`: Added `ModernAudio` control [#1224](https://github.com/pnp/sp-dev-fx-controls-react/issues/1224)
|
|
490
491
|
- `AdaptiveCardDesignerHost`: Added `AdaptiveCardDesignerHost` control [#1237](https://github.com/pnp/sp-dev-fx-controls-react/issues/1237)
|
|
491
492
|
|
|
@@ -524,7 +525,7 @@ Special thanks to our contributors (in alphabetical order): [Annie-Johnson](http
|
|
|
524
525
|
|
|
525
526
|
- `PeoplePicker`: Allow the use of multiple groupId-s [#1163](https://github.com/pnp/sp-dev-fx-controls-react/issues/1163)
|
|
526
527
|
- `PeoplePicker`: search users in nested security groups [#1173](https://github.com/pnp/sp-dev-fx-controls-react/issues/1173)
|
|
527
|
-
- `
|
|
528
|
+
- `ModernTaxonomyPicker`: Add more complete example of TaxonomyTree usage [#1190](https://github.com/pnp/sp-dev-fx-controls-react/pull/1190)
|
|
528
529
|
- `AdaptiveCardHost`: Add SPFx Context property [#1145](https://github.com/pnp/sp-dev-fx-controls-react/issues/1145)
|
|
529
530
|
- `AdaptiveCardHost`: Remove the `isUniqueControlInPage` from the control by rebuilding the way to apply AC CSS class names [#1154](https://github.com/pnp/sp-dev-fx-controls-react/issues/1154)
|
|
530
531
|
- `ListView`: Different background color to even and odd rows in ListView [#1153](https://github.com/pnp/sp-dev-fx-controls-react/issues/1153)
|
|
@@ -579,7 +580,7 @@ Special thanks to our contributors (in alphabetical order): [Annie-Johnson](http
|
|
|
579
580
|
- `ModernTaxonomyPicker`: ability to add action buttons to terms [#1058](https://github.com/pnp/sp-dev-fx-controls-react/pull/1058)
|
|
580
581
|
- `FilePicker`: allow to select files from other sites [#907](https://github.com/pnp/sp-dev-fx-controls-react/issues/907)
|
|
581
582
|
- `Localization`: Update Swedish translations [#1099](https://github.com/pnp/sp-dev-fx-controls-react/pull/1099)
|
|
582
|
-
- `FilePicker`: ability to allow external link and disable file
|
|
583
|
+
- `FilePicker`: ability to allow external link and disable file existence check [commit](https://github.com/pnp/sp-dev-fx-controls-react/commit/41ed4dd2277cf33050f9aeffe743dd684ed9d782)
|
|
583
584
|
- `FilePicker`: support for multi-select on additional sources [#1047](https://github.com/pnp/sp-dev-fx-controls-react/pull/1047)
|
|
584
585
|
- `DateTimePicker`: new property for allowTextInput [#1094](https://github.com/pnp/sp-dev-fx-controls-react/issues/1094)
|
|
585
586
|
|
|
@@ -935,7 +936,7 @@ Special thanks to our contributors (in alphabetical order): [André Lage](https:
|
|
|
935
936
|
### New control(s)
|
|
936
937
|
|
|
937
938
|
- `Dashboard` control for Microsoft Teams [#758](https://github.com/pnp/sp-dev-fx-controls-react/pull/758)
|
|
938
|
-
- `
|
|
939
|
+
- `Toolbar` control for Microsoft Teams [#758](https://github.com/pnp/sp-dev-fx-controls-react/pull/758)
|
|
939
940
|
|
|
940
941
|
### Enhancements
|
|
941
942
|
|
|
@@ -969,7 +970,7 @@ Special thanks to our contributors (in alphabetical order): [Gautam Sheth](https
|
|
|
969
970
|
### Fixes
|
|
970
971
|
|
|
971
972
|
- Localization: Fixing some wrong localizations for the DatePicker short day in Spanish.[#702](https://github.com/pnp/sp-dev-fx-controls-react/pull/702)
|
|
972
|
-
- `ListItemPicker`: When use defaultSelectedItems, ListItemPicker allows you to select
|
|
973
|
+
- `ListItemPicker`: When use defaultSelectedItems, ListItemPicker allows you to select duplicate entries [#722](https://github.com/pnp/sp-dev-fx-controls-react/issues/722)
|
|
973
974
|
- Deprecated stuff is removed [#733](https://github.com/pnp/sp-dev-fx-controls-react/pull/733)
|
|
974
975
|
- `DateTimePicker`: time portion not re-rendered when state changed programmatically - when time is displayed as dropdown only [#713](https://github.com/pnp/sp-dev-fx-controls-react/issues/713)
|
|
975
976
|
- `PeoplePicker`: `errorMessage` not being removed [#730](https://github.com/pnp/sp-dev-fx-controls-react/issues/730)
|
|
@@ -1043,7 +1044,7 @@ Special thanks to our contributor: [Gautam Sheth](https://github.com/gautamdshet
|
|
|
1043
1044
|
- `Map`: return display name and address details for the location [#585](https://github.com/pnp/sp-dev-fx-controls-react/issues/585)
|
|
1044
1045
|
- `Map`: support for draggable and static Bing maps [#586](https://github.com/pnp/sp-dev-fx-controls-react/issues/586)
|
|
1045
1046
|
- `TaxonomyPicker`: onLoad validation [#602](https://github.com/pnp/sp-dev-fx-controls-react/issues/602)
|
|
1046
|
-
- `FieldCollectionData`: Add
|
|
1047
|
+
- `FieldCollectionData`: Add paging and filtering [#617](https://github.com/pnp/sp-dev-fx-controls-react/pull/617)
|
|
1047
1048
|
- `TaxonomyPicker`: Finding terms with labels [#288](https://github.com/pnp/sp-dev-fx-controls-react/issues/288)
|
|
1048
1049
|
- `FileTypeIcon`: Added support for additional file type in `Image` mode [#640](https://github.com/pnp/sp-dev-fx-controls-react/pull/640)
|
|
1049
1050
|
|
|
@@ -1063,7 +1064,7 @@ Special thanks to our contributor: [Gautam Sheth](https://github.com/gautamdshet
|
|
|
1063
1064
|
- `Map`: A minor issue in componentWillUpdate method to get the next props rather than the current props.[#641](https://github.com/pnp/sp-dev-fx-controls-react/pull/641)
|
|
1064
1065
|
- `IFrameDialog`: dialog size is incorrect when opening the dialog second time [#615](https://github.com/pnp/sp-dev-fx-controls-react/issues/615)
|
|
1065
1066
|
- `FolderPicker`: imports don't work [#614](https://github.com/pnp/sp-dev-fx-controls-react/issues/614)
|
|
1066
|
-
- `FilePicker`:
|
|
1067
|
+
- `FilePicker`: Your Organization tab is not shown [#596](https://github.com/pnp/sp-dev-fx-controls-react/issues/596)
|
|
1067
1068
|
- `FolderPicker`, `FolderExplorer`: Controls don't let you explore sub folders if parent folder has apostrophe (') in its name.[#644](https://github.com/pnp/sp-dev-fx-controls-react/issues/644)
|
|
1068
1069
|
- `PeoplePicker`: image for a user picked in PeoplePicker didn't get resolved [#646](https://github.com/pnp/sp-dev-fx-controls-react/pull/646)
|
|
1069
1070
|
- Documentation fix for `IconPicker`: `renderOption` `dialog` should be lowercased. [#649](https://github.com/pnp/sp-dev-fx-controls-react/pull/649)
|
|
@@ -1372,7 +1373,7 @@ Special thanks to our contributors (in alphabetical order): [Hugo Bernier](https
|
|
|
1372
1373
|
- `PeoplePicker`: Remove Messagebar error handling to match Office UI Fabric field error styling [#140](https://github.com/pnp/sp-dev-fx-controls-react/issues/140)
|
|
1373
1374
|
- `PeoplePicker`: REST API filter and nometadata header added to reduce payload [#139](https://github.com/pnp/sp-dev-fx-controls-react/issues/139)
|
|
1374
1375
|
- `PeoplePicker`: Allow to set the maximum number of suggestions `suggestionsLimit` [#143](https://github.com/pnp/sp-dev-fx-controls-react/issues/143) [#148](https://github.com/pnp/sp-dev-fx-controls-react/issues/148)
|
|
1375
|
-
- `TaxonomyPicker`:
|
|
1376
|
+
- `TaxonomyPicker`: retrieving the terms in the correct custom sort order [#146](https://github.com/pnp/sp-dev-fx-controls-react/issues/146)
|
|
1376
1377
|
- `PeoplePicker`: Documentation format updated to make it easier to check the default values [#159](https://github.com/pnp/sp-dev-fx-controls-react/pull/159)
|
|
1377
1378
|
|
|
1378
1379
|
### Contributors
|
package/jest-output/JUnit.xml
CHANGED
|
@@ -1,6 +1,34 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<testsuites name="jest tests" tests="85" failures="0" errors="0" time="
|
|
3
|
-
<testsuite name="<
|
|
2
|
+
<testsuites name="jest tests" tests="85" failures="0" errors="0" time="5.712">
|
|
3
|
+
<testsuite name="<AccessibleChartTable />" errors="0" failures="0" skipped="0" timestamp="2026-06-28T17:34:24" time="1.459" tests="13">
|
|
4
|
+
<testcase classname="<AccessibleChartTable /> > " name="Should render only one table (lib-commonjs/controls/chartControl/AccessibleChartTable.test.js)" time="0.047">
|
|
5
|
+
</testcase>
|
|
6
|
+
<testcase classname="<AccessibleChartTable /> > " name="Should render with a custom className if one is provided (lib-commonjs/controls/chartControl/AccessibleChartTable.test.js)" time="0.007">
|
|
7
|
+
</testcase>
|
|
8
|
+
<testcase classname="<AccessibleChartTable /> > " name="Should render a caption if one is provided (lib-commonjs/controls/chartControl/AccessibleChartTable.test.js)" time="0.008">
|
|
9
|
+
</testcase>
|
|
10
|
+
<testcase classname="<AccessibleChartTable /> > " name="Should render a caption if no caption is provided but a title is available (lib-commonjs/controls/chartControl/AccessibleChartTable.test.js)" time="0.005">
|
|
11
|
+
</testcase>
|
|
12
|
+
<testcase classname="<AccessibleChartTable /> > " name="Should prioritize the caption if both caption and title are provided (lib-commonjs/controls/chartControl/AccessibleChartTable.test.js)" time="0.013">
|
|
13
|
+
</testcase>
|
|
14
|
+
<testcase classname="<AccessibleChartTable /> > " name="Should render the same number of rows as there are data elements (lib-commonjs/controls/chartControl/AccessibleChartTable.test.js)" time="0.008">
|
|
15
|
+
</testcase>
|
|
16
|
+
<testcase classname="<AccessibleChartTable /> > " name="Should render a table matching the data provided (lib-commonjs/controls/chartControl/AccessibleChartTable.test.js)" time="0.014">
|
|
17
|
+
</testcase>
|
|
18
|
+
<testcase classname="<AccessibleChartTable /> > " name="Should include a summary in the caption if one is provided (lib-commonjs/controls/chartControl/AccessibleChartTable.test.js)" time="0.009">
|
|
19
|
+
</testcase>
|
|
20
|
+
<testcase classname="<AccessibleChartTable /> > " name="Should include a summary in the caption if one is provided -- even if no title is provided (lib-commonjs/controls/chartControl/AccessibleChartTable.test.js)" time="0.006">
|
|
21
|
+
</testcase>
|
|
22
|
+
<testcase classname="<AccessibleChartTable /> > " name="Should do nothing if there are no data labels (lib-commonjs/controls/chartControl/AccessibleChartTable.test.js)" time="0.004">
|
|
23
|
+
</testcase>
|
|
24
|
+
<testcase classname="<AccessibleChartTable /> > " name="Should render an X and Y label if axis labels are provided (lib-commonjs/controls/chartControl/AccessibleChartTable.test.js)" time="0.024">
|
|
25
|
+
</testcase>
|
|
26
|
+
<testcase classname="<AccessibleChartTable /> > " name="Should render multi dataset labels (lib-commonjs/controls/chartControl/AccessibleChartTable.test.js)" time="0.03">
|
|
27
|
+
</testcase>
|
|
28
|
+
<testcase classname="<AccessibleChartTable /> > " name="Should render a multi dataset table matching the data provided (lib-commonjs/controls/chartControl/AccessibleChartTable.test.js)" time="0.02">
|
|
29
|
+
</testcase>
|
|
30
|
+
</testsuite>
|
|
31
|
+
<testsuite name="<ComboBoxListItemPicker />" errors="0" failures="0" skipped="7" timestamp="2026-06-28T17:34:24" time="1.47" tests="7">
|
|
4
32
|
<testcase classname="<ComboBoxListItemPicker /> > " name="Should render initial data (lib-commonjs/controls/listItemPicker/ComboBoxListItemPicker.test.js)" time="0">
|
|
5
33
|
<skipped/>
|
|
6
34
|
</testcase>
|
|
@@ -23,145 +51,117 @@
|
|
|
23
51
|
<skipped/>
|
|
24
52
|
</testcase>
|
|
25
53
|
</testsuite>
|
|
26
|
-
<testsuite name="<
|
|
27
|
-
<testcase classname="<
|
|
28
|
-
</testcase>
|
|
29
|
-
<testcase classname="<AccessibleChartTable /> > " name="Should render with a custom className if one is provided (lib-commonjs/controls/chartControl/AccessibleChartTable.test.js)" time="0.008">
|
|
30
|
-
</testcase>
|
|
31
|
-
<testcase classname="<AccessibleChartTable /> > " name="Should render a caption if one is provided (lib-commonjs/controls/chartControl/AccessibleChartTable.test.js)" time="0.01">
|
|
32
|
-
</testcase>
|
|
33
|
-
<testcase classname="<AccessibleChartTable /> > " name="Should render a caption if no caption is provided but a title is available (lib-commonjs/controls/chartControl/AccessibleChartTable.test.js)" time="0.011">
|
|
34
|
-
</testcase>
|
|
35
|
-
<testcase classname="<AccessibleChartTable /> > " name="Should prioritize the caption if both caption and title are provided (lib-commonjs/controls/chartControl/AccessibleChartTable.test.js)" time="0.011">
|
|
36
|
-
</testcase>
|
|
37
|
-
<testcase classname="<AccessibleChartTable /> > " name="Should render the same number of rows as there are data elements (lib-commonjs/controls/chartControl/AccessibleChartTable.test.js)" time="0.02">
|
|
38
|
-
</testcase>
|
|
39
|
-
<testcase classname="<AccessibleChartTable /> > " name="Should render a table matching the data provided (lib-commonjs/controls/chartControl/AccessibleChartTable.test.js)" time="0.035">
|
|
40
|
-
</testcase>
|
|
41
|
-
<testcase classname="<AccessibleChartTable /> > " name="Should include a summary in the caption if one is provided (lib-commonjs/controls/chartControl/AccessibleChartTable.test.js)" time="0.015">
|
|
42
|
-
</testcase>
|
|
43
|
-
<testcase classname="<AccessibleChartTable /> > " name="Should include a summary in the caption if one is provided -- even if no title is provided (lib-commonjs/controls/chartControl/AccessibleChartTable.test.js)" time="0.014">
|
|
44
|
-
</testcase>
|
|
45
|
-
<testcase classname="<AccessibleChartTable /> > " name="Should do nothing if there are no data labels (lib-commonjs/controls/chartControl/AccessibleChartTable.test.js)" time="0.008">
|
|
46
|
-
</testcase>
|
|
47
|
-
<testcase classname="<AccessibleChartTable /> > " name="Should render an X and Y label if axis labels are provided (lib-commonjs/controls/chartControl/AccessibleChartTable.test.js)" time="0.03">
|
|
48
|
-
</testcase>
|
|
49
|
-
<testcase classname="<AccessibleChartTable /> > " name="Should render multi dataset labels (lib-commonjs/controls/chartControl/AccessibleChartTable.test.js)" time="0.049">
|
|
50
|
-
</testcase>
|
|
51
|
-
<testcase classname="<AccessibleChartTable /> > " name="Should render a multi dataset table matching the data provided (lib-commonjs/controls/chartControl/AccessibleChartTable.test.js)" time="0.031">
|
|
52
|
-
</testcase>
|
|
53
|
-
</testsuite>
|
|
54
|
-
<testsuite name="<FileTypeIcon />" errors="0" failures="0" skipped="0" timestamp="2026-06-28T17:33:27" time="1.946" tests="21">
|
|
55
|
-
<testcase classname="<FileTypeIcon /> > " name="Font icon test with application (lib-commonjs/controls/fileTypeIcon/FileTypeIcon.test.js)" time="0.189">
|
|
54
|
+
<testsuite name="<FileTypeIcon />" errors="0" failures="0" skipped="0" timestamp="2026-06-28T17:34:24" time="1.629" tests="21">
|
|
55
|
+
<testcase classname="<FileTypeIcon /> > " name="Font icon test with application (lib-commonjs/controls/fileTypeIcon/FileTypeIcon.test.js)" time="0.166">
|
|
56
56
|
</testcase>
|
|
57
|
-
<testcase classname="<FileTypeIcon /> > " name="Font icon test with path (lib-commonjs/controls/fileTypeIcon/FileTypeIcon.test.js)" time="0.
|
|
57
|
+
<testcase classname="<FileTypeIcon /> > " name="Font icon test with path (lib-commonjs/controls/fileTypeIcon/FileTypeIcon.test.js)" time="0.01">
|
|
58
58
|
</testcase>
|
|
59
|
-
<testcase classname="<FileTypeIcon /> > " name="Font icon test with path that contains querystring params (lib-commonjs/controls/fileTypeIcon/FileTypeIcon.test.js)" time="0.
|
|
59
|
+
<testcase classname="<FileTypeIcon /> > " name="Font icon test with path that contains querystring params (lib-commonjs/controls/fileTypeIcon/FileTypeIcon.test.js)" time="0.01">
|
|
60
60
|
</testcase>
|
|
61
|
-
<testcase classname="<FileTypeIcon /> > " name="Font icon test with path of unknown extension (lib-commonjs/controls/fileTypeIcon/FileTypeIcon.test.js)" time="0.
|
|
61
|
+
<testcase classname="<FileTypeIcon /> > " name="Font icon test with path of unknown extension (lib-commonjs/controls/fileTypeIcon/FileTypeIcon.test.js)" time="0.013">
|
|
62
62
|
</testcase>
|
|
63
|
-
<testcase classname="<FileTypeIcon /> > " name="Font icon test without application or path, should render the generic icon (lib-commonjs/controls/fileTypeIcon/FileTypeIcon.test.js)" time="0.
|
|
63
|
+
<testcase classname="<FileTypeIcon /> > " name="Font icon test without application or path, should render the generic icon (lib-commonjs/controls/fileTypeIcon/FileTypeIcon.test.js)" time="0.005">
|
|
64
64
|
</testcase>
|
|
65
|
-
<testcase classname="<FileTypeIcon /> > " name="Font icon test with both the application and path, should take the path into account (lib-commonjs/controls/fileTypeIcon/FileTypeIcon.test.js)" time="0.
|
|
65
|
+
<testcase classname="<FileTypeIcon /> > " name="Font icon test with both the application and path, should take the path into account (lib-commonjs/controls/fileTypeIcon/FileTypeIcon.test.js)" time="0.006">
|
|
66
66
|
</testcase>
|
|
67
|
-
<testcase classname="<FileTypeIcon /> > " name="Image icon test with application (lib-commonjs/controls/fileTypeIcon/FileTypeIcon.test.js)" time="0.
|
|
67
|
+
<testcase classname="<FileTypeIcon /> > " name="Image icon test with application (lib-commonjs/controls/fileTypeIcon/FileTypeIcon.test.js)" time="0.015">
|
|
68
68
|
</testcase>
|
|
69
|
-
<testcase classname="<FileTypeIcon /> > " name="Image icon test with path (lib-commonjs/controls/fileTypeIcon/FileTypeIcon.test.js)" time="0.
|
|
69
|
+
<testcase classname="<FileTypeIcon /> > " name="Image icon test with path (lib-commonjs/controls/fileTypeIcon/FileTypeIcon.test.js)" time="0.01">
|
|
70
70
|
</testcase>
|
|
71
|
-
<testcase classname="<FileTypeIcon /> > " name="Image icon test with path that contains querystring params (lib-commonjs/controls/fileTypeIcon/FileTypeIcon.test.js)" time="0.
|
|
71
|
+
<testcase classname="<FileTypeIcon /> > " name="Image icon test with path that contains querystring params (lib-commonjs/controls/fileTypeIcon/FileTypeIcon.test.js)" time="0.012">
|
|
72
72
|
</testcase>
|
|
73
|
-
<testcase classname="<FileTypeIcon /> > " name="Image icon test with path of unknown extension (lib-commonjs/controls/fileTypeIcon/FileTypeIcon.test.js)" time="0.
|
|
73
|
+
<testcase classname="<FileTypeIcon /> > " name="Image icon test with path of unknown extension (lib-commonjs/controls/fileTypeIcon/FileTypeIcon.test.js)" time="0.01">
|
|
74
74
|
</testcase>
|
|
75
|
-
<testcase classname="<FileTypeIcon /> > " name="Image icon test without application or path, should render the generic icon (lib-commonjs/controls/fileTypeIcon/FileTypeIcon.test.js)" time="0.
|
|
75
|
+
<testcase classname="<FileTypeIcon /> > " name="Image icon test without application or path, should render the generic icon (lib-commonjs/controls/fileTypeIcon/FileTypeIcon.test.js)" time="0.005">
|
|
76
76
|
</testcase>
|
|
77
|
-
<testcase classname="<FileTypeIcon /> > " name="Image icon test with both application and path, should take the path into account (lib-commonjs/controls/fileTypeIcon/FileTypeIcon.test.js)" time="0.
|
|
77
|
+
<testcase classname="<FileTypeIcon /> > " name="Image icon test with both application and path, should take the path into account (lib-commonjs/controls/fileTypeIcon/FileTypeIcon.test.js)" time="0.004">
|
|
78
78
|
</testcase>
|
|
79
|
-
<testcase classname="<FileTypeIcon /> > " name="Image icon size SMALL test (lib-commonjs/controls/fileTypeIcon/FileTypeIcon.test.js)" time="0.
|
|
79
|
+
<testcase classname="<FileTypeIcon /> > " name="Image icon size SMALL test (lib-commonjs/controls/fileTypeIcon/FileTypeIcon.test.js)" time="0.016">
|
|
80
80
|
</testcase>
|
|
81
|
-
<testcase classname="<FileTypeIcon /> > " name="Image icon size MEDIUM test (lib-commonjs/controls/fileTypeIcon/FileTypeIcon.test.js)" time="0.
|
|
81
|
+
<testcase classname="<FileTypeIcon /> > " name="Image icon size MEDIUM test (lib-commonjs/controls/fileTypeIcon/FileTypeIcon.test.js)" time="0.005">
|
|
82
82
|
</testcase>
|
|
83
|
-
<testcase classname="<FileTypeIcon /> > " name="Image icon size LARGE test (lib-commonjs/controls/fileTypeIcon/FileTypeIcon.test.js)" time="0.
|
|
83
|
+
<testcase classname="<FileTypeIcon /> > " name="Image icon size LARGE test (lib-commonjs/controls/fileTypeIcon/FileTypeIcon.test.js)" time="0.004">
|
|
84
84
|
</testcase>
|
|
85
|
-
<testcase classname="<FileTypeIcon /> > " name="Image icon size SMALL test for generic icon (lib-commonjs/controls/fileTypeIcon/FileTypeIcon.test.js)" time="0.
|
|
85
|
+
<testcase classname="<FileTypeIcon /> > " name="Image icon size SMALL test for generic icon (lib-commonjs/controls/fileTypeIcon/FileTypeIcon.test.js)" time="0.005">
|
|
86
86
|
</testcase>
|
|
87
|
-
<testcase classname="<FileTypeIcon /> > " name="Image icon size MEDIUM test for generic icon (lib-commonjs/controls/fileTypeIcon/FileTypeIcon.test.js)" time="0.
|
|
87
|
+
<testcase classname="<FileTypeIcon /> > " name="Image icon size MEDIUM test for generic icon (lib-commonjs/controls/fileTypeIcon/FileTypeIcon.test.js)" time="0.004">
|
|
88
88
|
</testcase>
|
|
89
|
-
<testcase classname="<FileTypeIcon /> > " name="Image icon size LARGE test for generic icon (lib-commonjs/controls/fileTypeIcon/FileTypeIcon.test.js)" time="0.
|
|
89
|
+
<testcase classname="<FileTypeIcon /> > " name="Image icon size LARGE test for generic icon (lib-commonjs/controls/fileTypeIcon/FileTypeIcon.test.js)" time="0.005">
|
|
90
90
|
</testcase>
|
|
91
|
-
<testcase classname="<FileTypeIcon /> > " name="Image icon size test with unkown size (lib-commonjs/controls/fileTypeIcon/FileTypeIcon.test.js)" time="0.
|
|
91
|
+
<testcase classname="<FileTypeIcon /> > " name="Image icon size test with unkown size (lib-commonjs/controls/fileTypeIcon/FileTypeIcon.test.js)" time="0.005">
|
|
92
92
|
</testcase>
|
|
93
|
-
<testcase classname="<FileTypeIcon /> > " name="Image icon size test with unkown size for generic icon (lib-commonjs/controls/fileTypeIcon/FileTypeIcon.test.js)" time="0.
|
|
93
|
+
<testcase classname="<FileTypeIcon /> > " name="Image icon size test with unkown size for generic icon (lib-commonjs/controls/fileTypeIcon/FileTypeIcon.test.js)" time="0.005">
|
|
94
94
|
</testcase>
|
|
95
|
-
<testcase classname="<FileTypeIcon /> > " name="Image icon test with unkown application (lib-commonjs/controls/fileTypeIcon/FileTypeIcon.test.js)" time="0.
|
|
95
|
+
<testcase classname="<FileTypeIcon /> > " name="Image icon test with unkown application (lib-commonjs/controls/fileTypeIcon/FileTypeIcon.test.js)" time="0.004">
|
|
96
96
|
</testcase>
|
|
97
97
|
</testsuite>
|
|
98
|
-
<testsuite name="<WebPartTitle />" errors="0" failures="0" skipped="0" timestamp="2026-06-28T17:
|
|
99
|
-
<testcase classname="<WebPartTitle /> > " name="Check the read mode of the component (lib-commonjs/controls/webPartTitle/WebPartTitle.test.js)" time="0.
|
|
98
|
+
<testsuite name="<WebPartTitle />" errors="0" failures="0" skipped="0" timestamp="2026-06-28T17:34:26" time="0.743" tests="8">
|
|
99
|
+
<testcase classname="<WebPartTitle /> > " name="Check the read mode of the component (lib-commonjs/controls/webPartTitle/WebPartTitle.test.js)" time="0.059">
|
|
100
100
|
</testcase>
|
|
101
|
-
<testcase classname="<WebPartTitle /> > " name="Check the edit mode of the component (lib-commonjs/controls/webPartTitle/WebPartTitle.test.js)" time="0.
|
|
101
|
+
<testcase classname="<WebPartTitle /> > " name="Check the edit mode of the component (lib-commonjs/controls/webPartTitle/WebPartTitle.test.js)" time="0.019">
|
|
102
102
|
</testcase>
|
|
103
|
-
<testcase classname="<WebPartTitle /> > " name="Check class change (lib-commonjs/controls/webPartTitle/WebPartTitle.test.js)" time="0.
|
|
103
|
+
<testcase classname="<WebPartTitle /> > " name="Check class change (lib-commonjs/controls/webPartTitle/WebPartTitle.test.js)" time="0.005">
|
|
104
104
|
</testcase>
|
|
105
|
-
<testcase classname="<WebPartTitle /> > " name="Check if the change is processed correctly (lib-commonjs/controls/webPartTitle/WebPartTitle.test.js)" time="0.
|
|
105
|
+
<testcase classname="<WebPartTitle /> > " name="Check if the change is processed correctly (lib-commonjs/controls/webPartTitle/WebPartTitle.test.js)" time="0.006">
|
|
106
106
|
</testcase>
|
|
107
|
-
<testcase classname="<WebPartTitle /> > " name="Check more link is shown if function specified (lib-commonjs/controls/webPartTitle/WebPartTitle.test.js)" time="0.
|
|
107
|
+
<testcase classname="<WebPartTitle /> > " name="Check more link is shown if function specified (lib-commonjs/controls/webPartTitle/WebPartTitle.test.js)" time="0.007">
|
|
108
108
|
</testcase>
|
|
109
|
-
<testcase classname="<WebPartTitle /> > " name="Check more link is shown if children specified (lib-commonjs/controls/webPartTitle/WebPartTitle.test.js)" time="0.
|
|
109
|
+
<testcase classname="<WebPartTitle /> > " name="Check more link is shown if children specified (lib-commonjs/controls/webPartTitle/WebPartTitle.test.js)" time="0.01">
|
|
110
110
|
</testcase>
|
|
111
|
-
<testcase classname="<WebPartTitle /> > " name="Check more link is not shown otherwise (lib-commonjs/controls/webPartTitle/WebPartTitle.test.js)" time="0.
|
|
111
|
+
<testcase classname="<WebPartTitle /> > " name="Check more link is not shown otherwise (lib-commonjs/controls/webPartTitle/WebPartTitle.test.js)" time="0.007">
|
|
112
112
|
</testcase>
|
|
113
|
-
<testcase classname="<WebPartTitle /> > " name="Check theme's color is used if specified (lib-commonjs/controls/webPartTitle/WebPartTitle.test.js)" time="0.
|
|
113
|
+
<testcase classname="<WebPartTitle /> > " name="Check theme's color is used if specified (lib-commonjs/controls/webPartTitle/WebPartTitle.test.js)" time="0.004">
|
|
114
114
|
</testcase>
|
|
115
115
|
</testsuite>
|
|
116
|
-
<testsuite name="<ChartControl />" errors="0" failures="0" skipped="0" timestamp="2026-06-28T17:
|
|
117
|
-
<testcase classname="<ChartControl /> > " name="Check that an accessible table gets created by default (lib-commonjs/controls/chartControl/ChartControl.test.js)" time="0.
|
|
116
|
+
<testsuite name="<ChartControl />" errors="0" failures="0" skipped="0" timestamp="2026-06-28T17:34:26" time="0.983" tests="12">
|
|
117
|
+
<testcase classname="<ChartControl /> > " name="Check that an accessible table gets created by default (lib-commonjs/controls/chartControl/ChartControl.test.js)" time="0.096">
|
|
118
118
|
</testcase>
|
|
119
|
-
<testcase classname="<ChartControl /> > " name="Check that the accessible table accepts a custom classname (lib-commonjs/controls/chartControl/ChartControl.test.js)" time="0.
|
|
119
|
+
<testcase classname="<ChartControl /> > " name="Check that the accessible table accepts a custom classname (lib-commonjs/controls/chartControl/ChartControl.test.js)" time="0.011">
|
|
120
120
|
</testcase>
|
|
121
|
-
<testcase classname="<ChartControl /> > " name="Check that the accessible table doesn't get rendered if disabled (lib-commonjs/controls/chartControl/ChartControl.test.js)" time="0.
|
|
121
|
+
<testcase classname="<ChartControl /> > " name="Check that the accessible table doesn't get rendered if disabled (lib-commonjs/controls/chartControl/ChartControl.test.js)" time="0.009">
|
|
122
122
|
</testcase>
|
|
123
|
-
<testcase classname="<ChartControl /> > " name="Check that an accessible table gets created with the caption matching the title (lib-commonjs/controls/chartControl/ChartControl.test.js)" time="0.
|
|
123
|
+
<testcase classname="<ChartControl /> > " name="Check that an accessible table gets created with the caption matching the title (lib-commonjs/controls/chartControl/ChartControl.test.js)" time="0.024">
|
|
124
124
|
</testcase>
|
|
125
|
-
<testcase classname="<ChartControl /> > " name="Check that an accessible table gets created with a caption (lib-commonjs/controls/chartControl/ChartControl.test.js)" time="0.
|
|
125
|
+
<testcase classname="<ChartControl /> > " name="Check that an accessible table gets created with a caption (lib-commonjs/controls/chartControl/ChartControl.test.js)" time="0.014">
|
|
126
126
|
</testcase>
|
|
127
|
-
<testcase classname="<ChartControl /> > " name="Check that the accessible table has a number of rows matching the number of data elements (lib-commonjs/controls/chartControl/ChartControl.test.js)" time="0.
|
|
127
|
+
<testcase classname="<ChartControl /> > " name="Check that the accessible table has a number of rows matching the number of data elements (lib-commonjs/controls/chartControl/ChartControl.test.js)" time="0.02">
|
|
128
128
|
</testcase>
|
|
129
|
-
<testcase classname="<ChartControl /> > " name="Check that the accessible table has only one header row (lib-commonjs/controls/chartControl/ChartControl.test.js)" time="0.
|
|
129
|
+
<testcase classname="<ChartControl /> > " name="Check that the accessible table has only one header row (lib-commonjs/controls/chartControl/ChartControl.test.js)" time="0.011">
|
|
130
130
|
</testcase>
|
|
131
|
-
<testcase classname="<ChartControl /> > " name="Check that custom class gets rendered (lib-commonjs/controls/chartControl/ChartControl.test.js)" time="0.
|
|
131
|
+
<testcase classname="<ChartControl /> > " name="Check that custom class gets rendered (lib-commonjs/controls/chartControl/ChartControl.test.js)" time="0.011">
|
|
132
132
|
</testcase>
|
|
133
|
-
<testcase classname="<ChartControl /> > " name="Check that a canvas gets rendered (lib-commonjs/controls/chartControl/ChartControl.test.js)" time="0.
|
|
133
|
+
<testcase classname="<ChartControl /> > " name="Check that a canvas gets rendered (lib-commonjs/controls/chartControl/ChartControl.test.js)" time="0.02">
|
|
134
134
|
</testcase>
|
|
135
|
-
<testcase classname="<ChartControl /> > " name="Check that it doesn't crash if data is omitted (lib-commonjs/controls/chartControl/ChartControl.test.js)" time="0.
|
|
135
|
+
<testcase classname="<ChartControl /> > " name="Check that it doesn't crash if data is omitted (lib-commonjs/controls/chartControl/ChartControl.test.js)" time="0.008">
|
|
136
136
|
</testcase>
|
|
137
|
-
<testcase classname="<ChartControl /> > " name="Check that it applies a themed background by default (lib-commonjs/controls/chartControl/ChartControl.test.js)" time="0.
|
|
137
|
+
<testcase classname="<ChartControl /> > " name="Check that it applies a themed background by default (lib-commonjs/controls/chartControl/ChartControl.test.js)" time="0.014">
|
|
138
138
|
</testcase>
|
|
139
|
-
<testcase classname="<ChartControl /> > " name="Check that it disables themed background when useTheme is set to false (lib-commonjs/controls/chartControl/ChartControl.test.js)" time="0.
|
|
139
|
+
<testcase classname="<ChartControl /> > " name="Check that it disables themed background when useTheme is set to false (lib-commonjs/controls/chartControl/ChartControl.test.js)" time="0.006">
|
|
140
140
|
</testcase>
|
|
141
141
|
</testsuite>
|
|
142
|
-
<testsuite name="<ListView />" errors="0" failures="0" skipped="0" timestamp="2026-06-28T17:
|
|
143
|
-
<testcase classname="<ListView /> > " name="Test view with an empty array of items (lib-commonjs/controls/listView/ListView.test.js)" time="0.
|
|
142
|
+
<testsuite name="<ListView />" errors="0" failures="0" skipped="0" timestamp="2026-06-28T17:34:26" time="1.814" tests="8">
|
|
143
|
+
<testcase classname="<ListView /> > " name="Test view with an empty array of items (lib-commonjs/controls/listView/ListView.test.js)" time="0.188">
|
|
144
144
|
</testcase>
|
|
145
|
-
<testcase classname="<ListView /> > " name="Test view with two items (lib-commonjs/controls/listView/ListView.test.js)" time="0.
|
|
145
|
+
<testcase classname="<ListView /> > " name="Test view with two items (lib-commonjs/controls/listView/ListView.test.js)" time="0.08">
|
|
146
146
|
</testcase>
|
|
147
|
-
<testcase classname="<ListView /> > " name="Test view by updating the items porperty (lib-commonjs/controls/listView/ListView.test.js)" time="0.
|
|
147
|
+
<testcase classname="<ListView /> > " name="Test view by updating the items porperty (lib-commonjs/controls/listView/ListView.test.js)" time="0.069">
|
|
148
148
|
</testcase>
|
|
149
|
-
<testcase classname="<ListView /> > " name="Test view with iconFieldName (lib-commonjs/controls/listView/ListView.test.js)" time="0.
|
|
149
|
+
<testcase classname="<ListView /> > " name="Test view with iconFieldName (lib-commonjs/controls/listView/ListView.test.js)" time="0.137">
|
|
150
150
|
</testcase>
|
|
151
|
-
<testcase classname="<ListView /> > " name="Test view with iconFieldName render method (lib-commonjs/controls/listView/ListView.test.js)" time="0.
|
|
151
|
+
<testcase classname="<ListView /> > " name="Test view with iconFieldName render method (lib-commonjs/controls/listView/ListView.test.js)" time="0.052">
|
|
152
152
|
</testcase>
|
|
153
|
-
<testcase classname="<ListView /> > " name="Test view with _flattenItems function (lib-commonjs/controls/listView/ListView.test.js)" time="0.
|
|
153
|
+
<testcase classname="<ListView /> > " name="Test view with _flattenItems function (lib-commonjs/controls/listView/ListView.test.js)" time="0.031">
|
|
154
154
|
</testcase>
|
|
155
|
-
<testcase classname="<ListView /> > " name="Test view with viewFields (lib-commonjs/controls/listView/ListView.test.js)" time="0.
|
|
155
|
+
<testcase classname="<ListView /> > " name="Test view with viewFields (lib-commonjs/controls/listView/ListView.test.js)" time="0.066">
|
|
156
156
|
</testcase>
|
|
157
|
-
<testcase classname="<ListView /> > " name="Test out the sorting method (lib-commonjs/controls/listView/ListView.test.js)" time="0.
|
|
157
|
+
<testcase classname="<ListView /> > " name="Test out the sorting method (lib-commonjs/controls/listView/ListView.test.js)" time="0.114">
|
|
158
158
|
</testcase>
|
|
159
159
|
</testsuite>
|
|
160
|
-
<testsuite name="<GridLayout />" errors="0" failures="0" skipped="0" timestamp="2026-06-28T17:
|
|
161
|
-
<testcase classname="<GridLayout /> > " name="Test grid layout (lib-commonjs/controls/gridLayout/GridLayout.test.js)" time="0.
|
|
160
|
+
<testsuite name="<GridLayout />" errors="0" failures="0" skipped="0" timestamp="2026-06-28T17:34:27" time="1.176" tests="1">
|
|
161
|
+
<testcase classname="<GridLayout /> > " name="Test grid layout (lib-commonjs/controls/gridLayout/GridLayout.test.js)" time="0.182">
|
|
162
162
|
</testcase>
|
|
163
163
|
</testsuite>
|
|
164
|
-
<testsuite name="PaletteGenerator" errors="0" failures="0" skipped="0" timestamp="2026-06-28T17:
|
|
164
|
+
<testsuite name="PaletteGenerator" errors="0" failures="0" skipped="0" timestamp="2026-06-28T17:34:28" time="0.736" tests="8">
|
|
165
165
|
<testcase classname="PaletteGenerator > " name="Should repeat palette if array is longer than number of available colors in repeating palette (lib-commonjs/controls/chartControl/PaletteGenerator.test.js)" time="0.004">
|
|
166
166
|
</testcase>
|
|
167
167
|
<testcase classname="PaletteGenerator > " name="Should stretch palette if array is longer than number of available colors in non-repeating palette (lib-commonjs/controls/chartControl/PaletteGenerator.test.js)" time="0.001">
|
|
@@ -172,29 +172,29 @@
|
|
|
172
172
|
</testcase>
|
|
173
173
|
<testcase classname="PaletteGenerator > " name="Should not repeat colors in a gradient (lib-commonjs/controls/chartControl/PaletteGenerator.test.js)" time="0.001">
|
|
174
174
|
</testcase>
|
|
175
|
-
<testcase classname="PaletteGenerator > " name="Should return an array of alpha value for a given array of colors (lib-commonjs/controls/chartControl/PaletteGenerator.test.js)" time="0
|
|
175
|
+
<testcase classname="PaletteGenerator > " name="Should return an array of alpha value for a given array of colors (lib-commonjs/controls/chartControl/PaletteGenerator.test.js)" time="0">
|
|
176
176
|
</testcase>
|
|
177
177
|
<testcase classname="PaletteGenerator > " name="Should return a single alpha value for a single color (lib-commonjs/controls/chartControl/PaletteGenerator.test.js)" time="0.001">
|
|
178
178
|
</testcase>
|
|
179
179
|
<testcase classname="PaletteGenerator > " name="Should return a single alpha value for any valid type of color value (lib-commonjs/controls/chartControl/PaletteGenerator.test.js)" time="0.001">
|
|
180
180
|
</testcase>
|
|
181
181
|
</testsuite>
|
|
182
|
-
<testsuite name="ControlsTestWebPart" errors="0" failures="0" skipped="0" timestamp="2026-06-28T17:
|
|
183
|
-
<testcase classname="ControlsTestWebPart > " name="should do something (lib-commonjs/webparts/controlsTest/test/ControlsTestWebPart.test.js)" time="0.
|
|
182
|
+
<testsuite name="ControlsTestWebPart" errors="0" failures="0" skipped="0" timestamp="2026-06-28T17:34:28" time="0.558" tests="1">
|
|
183
|
+
<testcase classname="ControlsTestWebPart > " name="should do something (lib-commonjs/webparts/controlsTest/test/ControlsTestWebPart.test.js)" time="0.001">
|
|
184
184
|
</testcase>
|
|
185
185
|
</testsuite>
|
|
186
|
-
<testsuite name="<Placeholder />" errors="0" failures="0" skipped="0" timestamp="2026-06-28T17:
|
|
187
|
-
<testcase classname="<Placeholder /> > " name="Test that placeholder renders (lib-commonjs/controls/placeholder/PlaceholderComponent.test.js)" time="0.
|
|
186
|
+
<testsuite name="<Placeholder />" errors="0" failures="0" skipped="0" timestamp="2026-06-28T17:34:27" time="2.631" tests="6">
|
|
187
|
+
<testcase classname="<Placeholder /> > " name="Test that placeholder renders (lib-commonjs/controls/placeholder/PlaceholderComponent.test.js)" time="0.04">
|
|
188
188
|
</testcase>
|
|
189
|
-
<testcase classname="<Placeholder /> > " name="Test placeholder without button (lib-commonjs/controls/placeholder/PlaceholderComponent.test.js)" time="0.
|
|
189
|
+
<testcase classname="<Placeholder /> > " name="Test placeholder without button (lib-commonjs/controls/placeholder/PlaceholderComponent.test.js)" time="0.011">
|
|
190
190
|
</testcase>
|
|
191
|
-
<testcase classname="<Placeholder /> > " name="Test placeholder with custom classname (lib-commonjs/controls/placeholder/PlaceholderComponent.test.js)" time="0.
|
|
191
|
+
<testcase classname="<Placeholder /> > " name="Test placeholder with custom classname (lib-commonjs/controls/placeholder/PlaceholderComponent.test.js)" time="0.006">
|
|
192
192
|
</testcase>
|
|
193
|
-
<testcase classname="<Placeholder /> > " name="Test placeholder with null values (lib-commonjs/controls/placeholder/PlaceholderComponent.test.js)" time="0.
|
|
193
|
+
<testcase classname="<Placeholder /> > " name="Test placeholder with null values (lib-commonjs/controls/placeholder/PlaceholderComponent.test.js)" time="0.007">
|
|
194
194
|
</testcase>
|
|
195
|
-
<testcase classname="<Placeholder /> > " name="Test placeholder with button (lib-commonjs/controls/placeholder/PlaceholderComponent.test.js)" time="0.
|
|
195
|
+
<testcase classname="<Placeholder /> > " name="Test placeholder with button (lib-commonjs/controls/placeholder/PlaceholderComponent.test.js)" time="0.013">
|
|
196
196
|
</testcase>
|
|
197
|
-
<testcase classname="<Placeholder /> > " name="Test button onConfigure trigger (lib-commonjs/controls/placeholder/PlaceholderComponent.test.js)" time="0.
|
|
197
|
+
<testcase classname="<Placeholder /> > " name="Test button onConfigure trigger (lib-commonjs/controls/placeholder/PlaceholderComponent.test.js)" time="0.007">
|
|
198
198
|
</testcase>
|
|
199
199
|
</testsuite>
|
|
200
200
|
</testsuites>
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export var version = "3.25.0-beta.
|
|
1
|
+
export var version = "3.25.0-beta.2833032";
|
|
2
2
|
//# sourceMappingURL=version.js.map
|
package/package.json
CHANGED