@pnp/spfx-controls-react 3.21.0-beta.1391106 → 3.21.0-beta.1391676
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 +9 -8
- package/CHANGELOG.md +8 -7
- package/lib/common/telemetry/version.js +1 -1
- package/lib/controls/filterBar/OverflowPill.d.ts.map +1 -1
- package/lib/controls/filterBar/Pill.d.ts.map +1 -1
- package/lib/controls/filterBar/Pill.js +1 -0
- package/lib/controls/filterBar/Pill.js.map +1 -1
- package/package.json +3 -3
package/CHANGELOG.json
CHANGED
|
@@ -12,21 +12,22 @@
|
|
|
12
12
|
],
|
|
13
13
|
"enhancements": [
|
|
14
14
|
"Update markdown-it to >=13.0.2 [#1916](https://github.com/pnp/sp-dev-fx-controls-react/issues/1916)",
|
|
15
|
-
"Dispose of Async instance to prevent memory leak [#1936](https://github.com/pnp/sp-dev-fx-controls-react/pull/1936)"
|
|
15
|
+
"Dispose of Async instance to prevent memory leak [#1936](https://github.com/pnp/sp-dev-fx-controls-react/pull/1936)",
|
|
16
|
+
"`DynamicForm`: Added support to ModernTaxonomyPicker [#1962](https://github.com/pnp/sp-dev-fx-controls-react/pull/1962)"
|
|
16
17
|
],
|
|
17
18
|
"fixes": [
|
|
18
19
|
"`ListItemComments`: Can't select text from comment [#1874](https://github.com/pnp/sp-dev-fx-controls-react/issues/1874)",
|
|
19
20
|
"`Localization`: Bad translations in DateTimePicker control [#1909](https://github.com/pnp/sp-dev-fx-controls-react/issues/1909)",
|
|
20
21
|
"`WebPartTitle`: Control Fails to Update After Initial Save [#1877](https://github.com/pnp/sp-dev-fx-controls-react/issues/1877)",
|
|
21
22
|
"`DynamicForm`: Creating a document set sometimes throws a 409 save [#1919](https://github.com/pnp/sp-dev-fx-controls-react/issues/1919)",
|
|
22
|
-
"`ModernTaxonomyPicker
|
|
23
|
-
"`ModernTaxonomyPicker
|
|
24
|
-
"`UserPicker
|
|
23
|
+
"`ModernTaxonomyPicker`: Fix - Adding a new term adds the term to the parentLevel [#1922](https://github.com/pnp/sp-dev-fx-controls-react/pull/1922)",
|
|
24
|
+
"`ModernTaxonomyPicker`: allowMultipleSelections = false, but panel allows multiple items to be selected [#1847](https://github.com/pnp/sp-dev-fx-controls-react/issues/1847)",
|
|
25
|
+
"`UserPicker`: fix exports and add missing link to documentation [#1925](https://github.com/pnp/sp-dev-fx-controls-react/issues/1925)",
|
|
25
26
|
"Optimizing ControlsTest webpart in the SPFx source project [#1951](https://github.com/pnp/sp-dev-fx-controls-react/pull/1951)",
|
|
26
|
-
"
|
|
27
|
-
"
|
|
28
|
-
"
|
|
29
|
-
"
|
|
27
|
+
"`DynamicForm`: Not handling mandatory Lookup fields well [#1914](https://github.com/pnp/sp-dev-fx-controls-react/issues/1914)",
|
|
28
|
+
"`DynamicForm`: Loads with Validation Errors if no List Item Id is set [#1655](https://github.com/pnp/sp-dev-fx-controls-react/issues/1655)",
|
|
29
|
+
"`DynamicForm`: required Fields not checked before submit [#1953](https://github.com/pnp/sp-dev-fx-controls-react/issues/1953)",
|
|
30
|
+
"`DynamicForm`: Fix for 1788/1794 and add styles property for support customizing styling [#1913](https://github.com/pnp/sp-dev-fx-controls-react/pull/1913)"
|
|
30
31
|
]
|
|
31
32
|
},
|
|
32
33
|
"contributions": [
|
package/CHANGELOG.md
CHANGED
|
@@ -13,6 +13,7 @@
|
|
|
13
13
|
|
|
14
14
|
- Update markdown-it to >=13.0.2 [#1916](https://github.com/pnp/sp-dev-fx-controls-react/issues/1916)
|
|
15
15
|
- Dispose of Async instance to prevent memory leak [#1936](https://github.com/pnp/sp-dev-fx-controls-react/pull/1936)
|
|
16
|
+
- `DynamicForm`: Added support to ModernTaxonomyPicker [#1962](https://github.com/pnp/sp-dev-fx-controls-react/pull/1962)
|
|
16
17
|
|
|
17
18
|
### Fixes
|
|
18
19
|
|
|
@@ -20,14 +21,14 @@
|
|
|
20
21
|
- `Localization`: Bad translations in DateTimePicker control [#1909](https://github.com/pnp/sp-dev-fx-controls-react/issues/1909)
|
|
21
22
|
- `WebPartTitle`: Control Fails to Update After Initial Save [#1877](https://github.com/pnp/sp-dev-fx-controls-react/issues/1877)
|
|
22
23
|
- `DynamicForm`: Creating a document set sometimes throws a 409 save [#1919](https://github.com/pnp/sp-dev-fx-controls-react/issues/1919)
|
|
23
|
-
- `ModernTaxonomyPicker
|
|
24
|
-
- `ModernTaxonomyPicker
|
|
25
|
-
- `UserPicker
|
|
24
|
+
- `ModernTaxonomyPicker`: Fix - Adding a new term adds the term to the parentLevel [#1922](https://github.com/pnp/sp-dev-fx-controls-react/pull/1922)
|
|
25
|
+
- `ModernTaxonomyPicker`: allowMultipleSelections = false, but panel allows multiple items to be selected [#1847](https://github.com/pnp/sp-dev-fx-controls-react/issues/1847)
|
|
26
|
+
- `UserPicker`: fix exports and add missing link to documentation [#1925](https://github.com/pnp/sp-dev-fx-controls-react/issues/1925)
|
|
26
27
|
- Optimizing ControlsTest webpart in the SPFx source project [#1951](https://github.com/pnp/sp-dev-fx-controls-react/pull/1951)
|
|
27
|
-
-
|
|
28
|
-
-
|
|
29
|
-
-
|
|
30
|
-
-
|
|
28
|
+
- `DynamicForm`: Not handling mandatory Lookup fields well [#1914](https://github.com/pnp/sp-dev-fx-controls-react/issues/1914)
|
|
29
|
+
- `DynamicForm`: Loads with Validation Errors if no List Item Id is set [#1655](https://github.com/pnp/sp-dev-fx-controls-react/issues/1655)
|
|
30
|
+
- `DynamicForm`: required Fields not checked before submit [#1953](https://github.com/pnp/sp-dev-fx-controls-react/issues/1953)
|
|
31
|
+
- `DynamicForm`: Fix for 1788/1794 and add styles property for support customizing styling [#1913](https://github.com/pnp/sp-dev-fx-controls-react/pull/1913)
|
|
31
32
|
|
|
32
33
|
### Contributors
|
|
33
34
|
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export var version = "3.21.0-beta.
|
|
1
|
+
export var version = "3.21.0-beta.1391676";
|
|
2
2
|
//# sourceMappingURL=version.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"OverflowPill.d.ts","sourceRoot":"","sources":["../../../src/controls/filterBar/OverflowPill.tsx"],"names":[],"mappings":"AAMA,OAAO,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAG5D,MAAM,WAAW,kBAAkB;IAC/B,OAAO,EAAE,CAAC,KAAK,CAAC,EAAE,MAAM,EAAE,KAAK,CAAC,EAAE,MAAM,KAAK,IAAI,CAAC;IAClD,KAAK,EAAE,mBAAmB,EAAE,CAAC;CAChC;AAED,eAAO,MAAM,YAAY,UAAW,kBAAkB,
|
|
1
|
+
{"version":3,"file":"OverflowPill.d.ts","sourceRoot":"","sources":["../../../src/controls/filterBar/OverflowPill.tsx"],"names":[],"mappings":"AAMA,OAAO,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAG5D,MAAM,WAAW,kBAAkB;IAC/B,OAAO,EAAE,CAAC,KAAK,CAAC,EAAE,MAAM,EAAE,KAAK,CAAC,EAAE,MAAM,KAAK,IAAI,CAAC;IAClD,KAAK,EAAE,mBAAmB,EAAE,CAAC;CAChC;AAED,eAAO,MAAM,YAAY,UAAW,kBAAkB,KAAG,WAiCxD,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Pill.d.ts","sourceRoot":"","sources":["../../../src/controls/filterBar/Pill.tsx"],"names":[],"mappings":"AAMA,MAAM,WAAW,UAAU;IACvB,OAAO,EAAE,CAAC,KAAK,CAAC,EAAE,MAAM,EAAE,KAAK,CAAC,EAAE,MAAM,KAAK,IAAI,CAAC;IAClD,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,KAAK,CAAC,EAAE,MAAM,CAAC;CAClB;AACD,eAAO,MAAM,IAAI,UAAW,UAAU,
|
|
1
|
+
{"version":3,"file":"Pill.d.ts","sourceRoot":"","sources":["../../../src/controls/filterBar/Pill.tsx"],"names":[],"mappings":"AAMA,MAAM,WAAW,UAAU;IACvB,OAAO,EAAE,CAAC,KAAK,CAAC,EAAE,MAAM,EAAE,KAAK,CAAC,EAAE,MAAM,KAAK,IAAI,CAAC;IAClD,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,KAAK,CAAC,EAAE,MAAM,CAAC;CAClB;AACD,eAAO,MAAM,IAAI,UAAW,UAAU,KAAG,WA+BxC,CAAA"}
|
|
@@ -19,6 +19,7 @@ export var Pill = function (props) {
|
|
|
19
19
|
props.onClick(props.field, props.value);
|
|
20
20
|
}
|
|
21
21
|
};
|
|
22
|
+
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
22
23
|
var buttonProps = {
|
|
23
24
|
title: props.clearAll ? strings.ClearAllFiltersTitle : strings.ClearFilterTitle,
|
|
24
25
|
className: "".concat(styles.pill, " ").concat(props.clearAll ? "".concat(styles.pill, " ").concat(styles.clearAll) : ""),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Pill.js","sourceRoot":"","sources":["../../../src/controls/filterBar/Pill.tsx"],"names":[],"mappings":";;;;;;;;;;;AACA,OAAO,EAAE,IAAI,EAAE,MAAM,iBAAiB,CAAC;AACvC,OAAO,MAAM,MAAM,yBAAyB,CAAC;AAC7C,OAAO,KAAK,OAAO,MAAM,gBAAgB,CAAC;AAC1C,OAAO,KAAK,MAAM,OAAO,CAAC;AAQ1B,MAAM,CAAC,IAAM,IAAI,GAAG,UAAC,KAAiB;IAElC,IAAM,OAAO,GAAG,UAAC,KAAK;QAClB,IAAI,KAAK,CAAC,OAAO,EACjB;YACI,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,KAAK,EAAE,KAAK,CAAC,KAAK,CAAC,CAAC;SAC3C;IACL,CAAC,CAAA;IAED,IAAM,WAAW,GAAQ;QACrB,KAAK,EAAE,KAAK,CAAC,QAAQ,CAAC,CAAC,CAAC,OAAO,CAAC,oBAAoB,CAAA,CAAC,CAAC,OAAO,CAAC,gBAAgB;QAC9E,SAAS,EAAE,UAAG,MAAM,CAAC,IAAI,cAAI,KAAK,CAAC,QAAQ,CAAC,CAAC,CAAC,UAAG,MAAM,CAAC,IAAI,cAAI,MAAM,CAAC,QAAQ,CAAE,CAAC,CAAC,CAAC,EAAE,CAAE;QACxF,mBAAmB,EAAE,KAAK,CAAC,QAAQ,CAAC,CAAC,CAAC,kBAAkB,CAAA,CAAC,CAAC,YAAY;QACtE,YAAY,EAAE,KAAK,CAAC,KAAK;KAC5B,CAAA;IACD,IAAI,KAAK,CAAC,QAAQ,EAAE;QAChB,WAAW,CAAC,QAAQ,GAAG,CAAC,CAAC;KAC5B;SACI;QACD,WAAW,CAAC,mBAAmB,CAAC,GAAG,IAAI,CAAC;QACxC,WAAW,CAAC,YAAY,CAAC,GAAG,KAAK,CAAC,KAAK,CAAC;QACxC,WAAW,CAAC,eAAe,CAAC,GAAG,KAAK,CAAC;KACxC;IAED,OAAO,CACH,2CAAY,WAAW,IAAE,OAAO,EAAE,OAAO;QACrC,8BAAM,SAAS,EAAE,MAAM,CAAC,QAAQ,IAAG,KAAK,CAAC,QAAQ,CAAC,CAAC,CAAC,OAAO,CAAC,mBAAmB,CAAA,CAAC,CAAC,KAAK,CAAC,KAAK,CAAQ;QACpG,oBAAC,IAAI,IAAC,QAAQ,EAAC,QAAQ,EAAC,IAAI,EAAC,cAAc,EAAC,SAAS,EAAE,UAAG,MAAM,CAAC,IAAI,CAAE,oBAAiB,QAAQ,GAAG,CAC9F,CACZ,CAAA;AACL,CAAC,CAAA"}
|
|
1
|
+
{"version":3,"file":"Pill.js","sourceRoot":"","sources":["../../../src/controls/filterBar/Pill.tsx"],"names":[],"mappings":";;;;;;;;;;;AACA,OAAO,EAAE,IAAI,EAAE,MAAM,iBAAiB,CAAC;AACvC,OAAO,MAAM,MAAM,yBAAyB,CAAC;AAC7C,OAAO,KAAK,OAAO,MAAM,gBAAgB,CAAC;AAC1C,OAAO,KAAK,MAAM,OAAO,CAAC;AAQ1B,MAAM,CAAC,IAAM,IAAI,GAAG,UAAC,KAAiB;IAElC,IAAM,OAAO,GAAG,UAAC,KAAK;QAClB,IAAI,KAAK,CAAC,OAAO,EACjB;YACI,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,KAAK,EAAE,KAAK,CAAC,KAAK,CAAC,CAAC;SAC3C;IACL,CAAC,CAAA;IAED,8DAA8D;IAC9D,IAAM,WAAW,GAAQ;QACrB,KAAK,EAAE,KAAK,CAAC,QAAQ,CAAC,CAAC,CAAC,OAAO,CAAC,oBAAoB,CAAA,CAAC,CAAC,OAAO,CAAC,gBAAgB;QAC9E,SAAS,EAAE,UAAG,MAAM,CAAC,IAAI,cAAI,KAAK,CAAC,QAAQ,CAAC,CAAC,CAAC,UAAG,MAAM,CAAC,IAAI,cAAI,MAAM,CAAC,QAAQ,CAAE,CAAC,CAAC,CAAC,EAAE,CAAE;QACxF,mBAAmB,EAAE,KAAK,CAAC,QAAQ,CAAC,CAAC,CAAC,kBAAkB,CAAA,CAAC,CAAC,YAAY;QACtE,YAAY,EAAE,KAAK,CAAC,KAAK;KAC5B,CAAA;IACD,IAAI,KAAK,CAAC,QAAQ,EAAE;QAChB,WAAW,CAAC,QAAQ,GAAG,CAAC,CAAC;KAC5B;SACI;QACD,WAAW,CAAC,mBAAmB,CAAC,GAAG,IAAI,CAAC;QACxC,WAAW,CAAC,YAAY,CAAC,GAAG,KAAK,CAAC,KAAK,CAAC;QACxC,WAAW,CAAC,eAAe,CAAC,GAAG,KAAK,CAAC;KACxC;IAED,OAAO,CACH,2CAAY,WAAW,IAAE,OAAO,EAAE,OAAO;QACrC,8BAAM,SAAS,EAAE,MAAM,CAAC,QAAQ,IAAG,KAAK,CAAC,QAAQ,CAAC,CAAC,CAAC,OAAO,CAAC,mBAAmB,CAAA,CAAC,CAAC,KAAK,CAAC,KAAK,CAAQ;QACpG,oBAAC,IAAI,IAAC,QAAQ,EAAC,QAAQ,EAAC,IAAI,EAAC,cAAc,EAAC,SAAS,EAAE,UAAG,MAAM,CAAC,IAAI,CAAE,oBAAiB,QAAQ,GAAG,CAC9F,CACZ,CAAA;AACL,CAAC,CAAA"}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pnp/spfx-controls-react",
|
|
3
3
|
"description": "Reusable React controls for SharePoint Framework solutions",
|
|
4
|
-
"version": "3.21.0-beta.
|
|
4
|
+
"version": "3.21.0-beta.1391676",
|
|
5
5
|
"node": ">=16.13.0 <17.0.0 || >=18.17.1 <19.0.0",
|
|
6
6
|
"scripts": {
|
|
7
7
|
"build": "gulp build",
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"@fluentui/styles": "0.66.5",
|
|
37
37
|
"@fluentui/theme": "^2.6.6",
|
|
38
38
|
"@iconify/react": "^4.1.1",
|
|
39
|
-
"@juggle/resize-observer": "
|
|
39
|
+
"@juggle/resize-observer": "3.4.0",
|
|
40
40
|
"@microsoft/decorators": "1.20.0",
|
|
41
41
|
"@microsoft/mgt-react": "3.1.3",
|
|
42
42
|
"@microsoft/mgt-spfx": "3.1.3",
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
"@microsoft/sp-property-pane": "1.20.0",
|
|
56
56
|
"@microsoft/sp-webpart-base": "1.20.0",
|
|
57
57
|
"@monaco-editor/loader": "^1.3.1",
|
|
58
|
-
"@nuvemerudita/react-controls": "
|
|
58
|
+
"@nuvemerudita/react-controls": "1.0.0",
|
|
59
59
|
"@pnp/common": "2.5.0",
|
|
60
60
|
"@pnp/odata": "2.5.0",
|
|
61
61
|
"@pnp/sp": "2.5.0",
|