@pnp/spfx-controls-react 3.10.0 → 3.11.0
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 +39 -0
- package/CHANGELOG.md +25 -0
- package/lib/ProgressStepsIndicator.d.ts +2 -0
- package/lib/ProgressStepsIndicator.d.ts.map +1 -0
- package/lib/ProgressStepsIndicator.js +2 -0
- package/lib/ProgressStepsIndicator.js.map +1 -0
- package/lib/common/telemetry/version.js +1 -1
- package/lib/controls/ProgressStepsIndicator/IProgressStepsIndicatorProps.d.ts +8 -0
- package/lib/controls/ProgressStepsIndicator/IProgressStepsIndicatorProps.d.ts.map +1 -0
- package/lib/controls/ProgressStepsIndicator/IProgressStepsIndicatorProps.js +2 -0
- package/lib/controls/ProgressStepsIndicator/IProgressStepsIndicatorProps.js.map +1 -0
- package/lib/controls/ProgressStepsIndicator/IStep.d.ts +6 -0
- package/lib/controls/ProgressStepsIndicator/IStep.d.ts.map +1 -0
- package/lib/controls/ProgressStepsIndicator/IStep.js +2 -0
- package/lib/controls/ProgressStepsIndicator/IStep.js.map +1 -0
- package/lib/controls/ProgressStepsIndicator/ProgressStepsIndicator.d.ts +4 -0
- package/lib/controls/ProgressStepsIndicator/ProgressStepsIndicator.d.ts.map +1 -0
- package/lib/controls/ProgressStepsIndicator/ProgressStepsIndicator.js +53 -0
- package/lib/controls/ProgressStepsIndicator/ProgressStepsIndicator.js.map +1 -0
- package/lib/controls/ProgressStepsIndicator/ProgressStepsIndicatorStyles.d.ts +58 -0
- package/lib/controls/ProgressStepsIndicator/ProgressStepsIndicatorStyles.d.ts.map +1 -0
- package/lib/controls/ProgressStepsIndicator/ProgressStepsIndicatorStyles.js +82 -0
- package/lib/controls/ProgressStepsIndicator/ProgressStepsIndicatorStyles.js.map +1 -0
- package/lib/controls/ProgressStepsIndicator/index.d.ts +4 -0
- package/lib/controls/ProgressStepsIndicator/index.d.ts.map +1 -0
- package/lib/controls/ProgressStepsIndicator/index.js +2 -0
- package/lib/controls/ProgressStepsIndicator/index.js.map +1 -0
- package/lib/controls/dynamicForm/DynamicForm.d.ts.map +1 -1
- package/lib/controls/dynamicForm/DynamicForm.js +75 -91
- package/lib/controls/dynamicForm/DynamicForm.js.map +1 -1
- package/lib/controls/dynamicForm/IDynamicFormProps.d.ts +4 -0
- package/lib/controls/dynamicForm/IDynamicFormProps.d.ts.map +1 -1
- package/lib/controls/dynamicForm/dynamicField/DynamicField.d.ts.map +1 -1
- package/lib/controls/dynamicForm/dynamicField/DynamicField.js +3 -3
- package/lib/controls/dynamicForm/dynamicField/DynamicField.js.map +1 -1
- package/lib/controls/dynamicForm/dynamicField/IDynamicFieldProps.d.ts +1 -0
- package/lib/controls/dynamicForm/dynamicField/IDynamicFieldProps.d.ts.map +1 -1
- package/lib/controls/filePicker/FilePicker.module.css +2 -2
- package/lib/controls/filePicker/LinkFilePickerTab/LinkFilePickerTab.module.css +2 -2
- package/lib/controls/filePicker/MultipleUploadFilePickerTab/MultipleUploadFilePickerTab.module.css +2 -2
- package/lib/controls/filePicker/OneDriveFilesTab/OneDriveFilesTab.module.css +2 -2
- package/lib/controls/filePicker/RecentFilesTab/RecentFilesTab.module.css +2 -2
- package/lib/controls/filePicker/SiteFilePickerTab/SiteFilePickerTab.module.css +2 -2
- package/lib/controls/filePicker/StockImagesTab/StockImages.module.css +2 -2
- package/lib/controls/filePicker/UploadFilePickerTab/UploadFilePickerTab.module.css +2 -2
- package/lib/controls/filePicker/WebSearchTab/WebSearchTab.module.css +2 -2
- package/lib/controls/filePicker/controls/DocumentTile/DocumentTile.module.css +2 -2
- package/lib/controls/filePicker/controls/FileBrowser/FileBrowser.d.ts.map +1 -1
- package/lib/controls/filePicker/controls/FileBrowser/FileBrowser.js +2 -1
- package/lib/controls/filePicker/controls/FileBrowser/FileBrowser.js.map +1 -1
- package/lib/controls/filePicker/controls/FileBrowser/FileBrowser.module.css +2 -2
- package/lib/controls/filePicker/controls/FolderTile/FolderTile.module.css +2 -2
- package/lib/controls/filePicker/controls/TilesList/ITilesListProps.d.ts +1 -1
- package/lib/controls/filePicker/controls/TilesList/ITilesListProps.d.ts.map +1 -1
- package/lib/controls/filePicker/controls/TilesList/TilesList.js +2 -2
- package/lib/controls/filePicker/controls/TilesList/TilesList.js.map +1 -1
- package/lib/controls/filePicker/controls/TilesList/TilesList.module.css +2 -2
- package/lib/controls/modernTaxonomyPicker/ModernTaxonomyPicker.d.ts +1 -0
- package/lib/controls/modernTaxonomyPicker/ModernTaxonomyPicker.d.ts.map +1 -1
- package/lib/controls/modernTaxonomyPicker/ModernTaxonomyPicker.js +7 -3
- package/lib/controls/modernTaxonomyPicker/ModernTaxonomyPicker.js.map +1 -1
- package/lib/controls/modernTaxonomyPicker/taxonomyPanelContents/TaxonomyPanelContents.d.ts +1 -0
- package/lib/controls/modernTaxonomyPicker/taxonomyPanelContents/TaxonomyPanelContents.d.ts.map +1 -1
- package/lib/controls/modernTaxonomyPicker/taxonomyPanelContents/TaxonomyPanelContents.js +1 -1
- package/lib/controls/modernTaxonomyPicker/taxonomyPanelContents/TaxonomyPanelContents.js.map +1 -1
- package/lib/controls/modernTaxonomyPicker/taxonomyTree/TaxonomyTree.d.ts +1 -0
- package/lib/controls/modernTaxonomyPicker/taxonomyTree/TaxonomyTree.d.ts.map +1 -1
- package/lib/controls/modernTaxonomyPicker/taxonomyTree/TaxonomyTree.js +1 -1
- package/lib/controls/modernTaxonomyPicker/taxonomyTree/TaxonomyTree.js.map +1 -1
- package/lib/controls/richText/RichText.module.css +2 -2
- package/lib/controls/richText/RichText.module.scss.js +17 -17
- package/lib/controls/richText/RteColorPicker.module.css +2 -2
- package/lib/index.d.ts +1 -0
- package/lib/index.d.ts.map +1 -1
- package/lib/index.js +1 -0
- package/lib/index.js.map +1 -1
- package/lib/loc/en-us.js +2 -1
- package/lib/loc/en-us.js.map +1 -1
- package/lib/loc/pt-pt.js +2 -1
- package/lib/loc/pt-pt.js.map +1 -1
- package/lib/services/PeopleSearchService.d.ts +1 -0
- package/lib/services/PeopleSearchService.d.ts.map +1 -1
- package/lib/services/PeopleSearchService.js +5 -5
- package/lib/services/PeopleSearchService.js.map +1 -1
- package/lib/services/SPService.d.ts +2 -1
- package/lib/services/SPService.d.ts.map +1 -1
- package/lib/services/SPService.js +31 -8
- package/lib/services/SPService.js.map +1 -1
- package/lib/services/SPTaxonomyService.d.ts +1 -1
- package/lib/services/SPTaxonomyService.d.ts.map +1 -1
- package/lib/services/SPTaxonomyService.js +25 -6
- package/lib/services/SPTaxonomyService.js.map +1 -1
- package/lib/services/SPTermStorePickerService.d.ts.map +1 -1
- package/lib/services/SPTermStorePickerService.js +2 -0
- package/lib/services/SPTermStorePickerService.js.map +1 -1
- package/package.json +4 -4
- package/release/component-dependency-audit/sp-dev-fx-controls-react.json +1 -1
- package/release/manifests/45165954-80f9-44c1-9967-cd38ae92a33b.manifest.json +2 -2
- package/release/manifests/57ebd944-98ed-43f9-b722-e959d6dac6ad.manifest.json +1 -1
package/CHANGELOG.json
CHANGED
|
@@ -1,5 +1,44 @@
|
|
|
1
1
|
{
|
|
2
2
|
"versions": [
|
|
3
|
+
{
|
|
4
|
+
"version": "3.11.0",
|
|
5
|
+
"changes": {
|
|
6
|
+
"new": [
|
|
7
|
+
"`ProgressStepsIndicator`: New control that shows a progress of steps. [#1322](https://github.com/pnp/sp-dev-fx-controls-react/pull/1322)"
|
|
8
|
+
],
|
|
9
|
+
"enhancements": [
|
|
10
|
+
"`DynamicForm`: Add taxonomy tree to test harness [#1269](https://github.com/pnp/sp-dev-fx-controls-react/pull/1269)",
|
|
11
|
+
"`ModernTaxonomyPicker`: ability to disallow selecting children [#1279](https://github.com/pnp/sp-dev-fx-controls-react/pull/1279)",
|
|
12
|
+
"`PeoplePicker`: Use webAbsoluteUrl if provided through props to ensure user [#1273](https://github.com/pnp/sp-dev-fx-controls-react/issues/1273)",
|
|
13
|
+
"`DynamicForm`: Support for hidden fields [#1307](https://github.com/pnp/sp-dev-fx-controls-react/pull/1307/)",
|
|
14
|
+
"`Placeholder`: Documentation example to only display in edit mode [#1280](https://github.com/pnp/sp-dev-fx-controls-react/issues/1280)",
|
|
15
|
+
"`DynamicForm`: Update documentation regarding onBeforeSubmit [#1319](https://github.com/pnp/sp-dev-fx-controls-react/issues/1319)",
|
|
16
|
+
"`DynamicForm`: FirstDayOfWeek in DatePickers from webs regional settings [#1317](https://github.com/pnp/sp-dev-fx-controls-react/issues/1317)"
|
|
17
|
+
|
|
18
|
+
],
|
|
19
|
+
"fixes": [
|
|
20
|
+
"`PeoplePicker`: fixes where people picker returns no results [#1292](https://github.com/pnp/sp-dev-fx-controls-react/issues/1292)",
|
|
21
|
+
"`FilePicker`: Tile view fix [#1272](https://github.com/pnp/sp-dev-fx-controls-react/issues/1272)",
|
|
22
|
+
"Issues with v1.15.2 [#1288](https://github.com/pnp/sp-dev-fx-controls-react/issues/1288)",
|
|
23
|
+
"`RichText`: Fix broken arrow icons [#1302](https://github.com/pnp/sp-dev-fx-controls-react/pull/1302)",
|
|
24
|
+
"`TaxonomyPicker`: Does not show term set labels in Version 3.10.0 [#1299](https://github.com/pnp/sp-dev-fx-controls-react/issues/1299)",
|
|
25
|
+
"`TaxonomyPicker`: Dynamic form select term not working [#1303](https://github.com/pnp/sp-dev-fx-controls-react/issues/1303)",
|
|
26
|
+
"`DynamicForm`: Check if hiddenfields property is undefined [#1314](https://github.com/pnp/sp-dev-fx-controls-react/pull/1314)",
|
|
27
|
+
"`DynamicForm`: PeoplePicker preselects wrong user if PrincipalType allows groups [#1315](https://github.com/pnp/sp-dev-fx-controls-react/issues/1315)"
|
|
28
|
+
]
|
|
29
|
+
},
|
|
30
|
+
"contributions": [
|
|
31
|
+
"[Chad Eiserloh](https://github.com/c-eiser13)",
|
|
32
|
+
"[Hilton Giesenow](https://github.com/HiltonGiesenow)",
|
|
33
|
+
"[Jake Stanger](https://github.com/JakeStanger)",
|
|
34
|
+
"[Jasey Waegebaert](https://github.com/Jwaegebaert)",
|
|
35
|
+
"[João Mendes](https://github.com/joaojmendes)",
|
|
36
|
+
"[Josef Benda](https://github.com/SmarterJB)",
|
|
37
|
+
"[Mark Bice](https://github.com/mbice)",
|
|
38
|
+
"[Paolo Pialorsi](https://github.com/PaoloPia)",
|
|
39
|
+
"[Victor Romanov](https://github.com/VRomanovTau)"
|
|
40
|
+
]
|
|
41
|
+
},
|
|
3
42
|
{
|
|
4
43
|
"version": "3.10.0",
|
|
5
44
|
"changes": {
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,30 @@
|
|
|
1
1
|
# Releases
|
|
2
2
|
|
|
3
|
+
## 3.11.0
|
|
4
|
+
|
|
5
|
+
### Enhancements
|
|
6
|
+
|
|
7
|
+
- `DynamicForm`: Add taxonomy tree to test harness [#1269](https://github.com/pnp/sp-dev-fx-controls-react/pull/1269)
|
|
8
|
+
- `ModernTaxonomyPicker`: ability to disallow selecting children [#1279](https://github.com/pnp/sp-dev-fx-controls-react/pull/1279)
|
|
9
|
+
- `PeoplePicker`: Use webAbsoluteUrl if provided through props to ensure user [#1273](https://github.com/pnp/sp-dev-fx-controls-react/issues/1273)
|
|
10
|
+
- `DynamicForm`: Support for hidden fields [#1307](https://github.com/pnp/sp-dev-fx-controls-react/pull/1307/)
|
|
11
|
+
- `Placeholder`: Documentation example to only display in edit mode [#1280](https://github.com/pnp/sp-dev-fx-controls-react/issues/1280)
|
|
12
|
+
- `DynamicForm`: Update documentation regarding onBeforeSubmit [#1319](https://github.com/pnp/sp-dev-fx-controls-react/issues/1319)
|
|
13
|
+
|
|
14
|
+
### Fixes
|
|
15
|
+
|
|
16
|
+
- `PeoplePicker`: fixes where people picker returns no results [#1292](https://github.com/pnp/sp-dev-fx-controls-react/issues/1292)
|
|
17
|
+
- `FilePicker`: Tile view fix [#1272](https://github.com/pnp/sp-dev-fx-controls-react/issues/1272)
|
|
18
|
+
- Issues with v1.15.2 [#1288](https://github.com/pnp/sp-dev-fx-controls-react/issues/1288)
|
|
19
|
+
- `RichText`: Fix broken arrow icons [#1302](https://github.com/pnp/sp-dev-fx-controls-react/pull/1302)
|
|
20
|
+
- `TaxonomyPicker`: Does not show term set labels in Version 3.10.0 [#1299](https://github.com/pnp/sp-dev-fx-controls-react/issues/1299)
|
|
21
|
+
- `TaxonomyPicker`: Dynamic form select term not working [#1303](https://github.com/pnp/sp-dev-fx-controls-react/issues/1303)
|
|
22
|
+
- `DynamicForm`: Check if hiddenfields property is undefined [#1314](https://github.com/pnp/sp-dev-fx-controls-react/pull/1314)
|
|
23
|
+
|
|
24
|
+
### Contributors
|
|
25
|
+
|
|
26
|
+
Special thanks to our contributors (in alphabetical order): [Chad Eiserloh](https://github.com/c-eiser13), [Hilton Giesenow](https://github.com/HiltonGiesenow), [Jake Stanger](https://github.com/JakeStanger), [Jasey Waegebaert](https://github.com/Jwaegebaert), [Josef Benda](https://github.com/SmarterJB), [Mark Bice](https://github.com/mbice), [Paolo Pialorsi](https://github.com/PaoloPia), [Victor Romanov](https://github.com/VRomanovTau).
|
|
27
|
+
|
|
3
28
|
## 3.10.0
|
|
4
29
|
|
|
5
30
|
### Enhancements
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ProgressStepsIndicator.d.ts","sourceRoot":"","sources":["../src/ProgressStepsIndicator.ts"],"names":[],"mappings":"AAAA,cAAc,mCAAmC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ProgressStepsIndicator.js","sourceRoot":"","sources":["../src/ProgressStepsIndicator.ts"],"names":[],"mappings":"AAAA,cAAc,mCAAmC,CAAC"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export var version = "3.
|
|
1
|
+
export var version = "3.11.0";
|
|
2
2
|
//# sourceMappingURL=version.js.map
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { IReadonlyTheme } from '@microsoft/sp-component-base';
|
|
2
|
+
import { IStep } from './IStep';
|
|
3
|
+
export interface IProgressStepsIndicatorProps {
|
|
4
|
+
steps: IStep[];
|
|
5
|
+
currentStep?: number;
|
|
6
|
+
themeVariant?: IReadonlyTheme | undefined;
|
|
7
|
+
}
|
|
8
|
+
//# sourceMappingURL=IProgressStepsIndicatorProps.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IProgressStepsIndicatorProps.d.ts","sourceRoot":"","sources":["../../../src/controls/ProgressStepsIndicator/IProgressStepsIndicatorProps.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,8BAA8B,CAAC;AAE9D,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAEhC,MAAM,WAAW,4BAA4B;IAC3C,KAAK,EAAC,KAAK,EAAE,CAAC;IACd,WAAW,CAAC,EAAC,MAAM,CAAC;IACpB,YAAY,CAAC,EAAE,cAAc,GAAG,SAAS,CAAC;CAC3C"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IProgressStepsIndicatorProps.js","sourceRoot":"","sources":["../../../src/controls/ProgressStepsIndicator/IProgressStepsIndicatorProps.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IStep.d.ts","sourceRoot":"","sources":["../../../src/controls/ProgressStepsIndicator/IStep.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,KAAK;IACpB,EAAE,CAAC,EAAC,MAAM,CAAC;IACX,KAAK,EAAC,MAAM,CAAC;IACb,WAAW,EAAC,MAAM,CAAC;CACpB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IStep.js","sourceRoot":"","sources":["../../../src/controls/ProgressStepsIndicator/IStep.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ProgressStepsIndicator.d.ts","sourceRoot":"","sources":["../../../src/controls/ProgressStepsIndicator/ProgressStepsIndicator.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAsB/B,OAAO,EAAE,4BAA4B,EAAE,MAAM,gCAAgC,CAAC;AAK9E,eAAO,MAAM,sBAAsB,EAAE,KAAK,CAAC,iBAAiB,CAAC,4BAA4B,CAwFxF,CAAC"}
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import * as strings from 'ControlStrings';
|
|
3
|
+
import { Customizer, } from 'office-ui-fabric-react/lib/Utilities';
|
|
4
|
+
import { Stack, } from 'office-ui-fabric-react/lib/Stack';
|
|
5
|
+
import { Icon, } from 'office-ui-fabric-react/lib/Icon';
|
|
6
|
+
import { Label, } from 'office-ui-fabric-react/lib/Label';
|
|
7
|
+
import { MessageBarType, MessageBar, } from 'office-ui-fabric-react/lib/MessageBar';
|
|
8
|
+
import { getProgressStepsIndicatorStyles, } from './ProgressStepsIndicatorStyles';
|
|
9
|
+
export var ProgressStepsIndicator = function (props) {
|
|
10
|
+
var _a = React.useState([]), renderSteps = _a[0], setRenderSteps = _a[1];
|
|
11
|
+
var _b = React.useState([]), renderStepsTitle = _b[0], setRenderStepsTitle = _b[1];
|
|
12
|
+
var steps = props.steps, currentStep = props.currentStep, themeVariant = props.themeVariant;
|
|
13
|
+
var _c = getProgressStepsIndicatorStyles(themeVariant, currentStep, steps.length), labelStepTitleCurrentStyle = _c.labelStepTitleCurrentStyle, labelStepTitleStyle = _c.labelStepTitleStyle, labelStepStyles = _c.labelStepStyles, stackStepsStyles = _c.stackStepsStyles, componentClasses = _c.componentClasses;
|
|
14
|
+
React.useEffect(function () {
|
|
15
|
+
(function () {
|
|
16
|
+
var _renderSteps = [];
|
|
17
|
+
var _renderStepTitle = [];
|
|
18
|
+
var _currentStep = currentStep ? currentStep : 0;
|
|
19
|
+
if (steps && steps.length) {
|
|
20
|
+
steps.map(function (step, i) {
|
|
21
|
+
if (_currentStep > i) {
|
|
22
|
+
_renderSteps.push(React.createElement(Stack, { key: "".concat(i), horizontal: true },
|
|
23
|
+
React.createElement("div", { className: componentClasses.bulletCompleted },
|
|
24
|
+
React.createElement(Icon, { iconName: "CheckMark" }))));
|
|
25
|
+
_renderStepTitle.push(React.createElement(Label, { key: "".concat(i), styles: labelStepTitleStyle }, step.title));
|
|
26
|
+
}
|
|
27
|
+
if (_currentStep === i) {
|
|
28
|
+
_renderSteps.push(React.createElement(Stack, { key: "".concat(i), horizontal: true },
|
|
29
|
+
React.createElement("div", { key: "".concat(i), className: componentClasses.bulletCurrent },
|
|
30
|
+
React.createElement(Label, { styles: labelStepStyles }, i + 1))));
|
|
31
|
+
_renderStepTitle.push(React.createElement(Label, { key: "".concat(i), styles: labelStepTitleCurrentStyle }, step.title));
|
|
32
|
+
}
|
|
33
|
+
if (_currentStep < i) {
|
|
34
|
+
_renderSteps.push(React.createElement("div", { key: "".concat(i), className: componentClasses.bullet },
|
|
35
|
+
React.createElement(Label, { styles: labelStepStyles }, i + 1)));
|
|
36
|
+
_renderStepTitle.push(React.createElement(Label, { key: "".concat(i), styles: labelStepTitleStyle }, step.title));
|
|
37
|
+
}
|
|
38
|
+
});
|
|
39
|
+
}
|
|
40
|
+
setRenderSteps(_renderSteps);
|
|
41
|
+
setRenderStepsTitle(_renderStepTitle);
|
|
42
|
+
})();
|
|
43
|
+
}, [steps, currentStep]);
|
|
44
|
+
if (steps && steps.length === 0) {
|
|
45
|
+
return React.createElement(MessageBar, { messageBarType: MessageBarType.info }, strings.ProgressStepsIndicatorNoSteps);
|
|
46
|
+
}
|
|
47
|
+
return (React.createElement(Customizer, { settings: { theme: props.themeVariant } },
|
|
48
|
+
React.createElement(Stack, { styles: stackStepsStyles },
|
|
49
|
+
React.createElement("div", { className: componentClasses.line }),
|
|
50
|
+
React.createElement(Stack, { horizontal: true, horizontalAlign: "space-between" }, renderSteps)),
|
|
51
|
+
React.createElement(Stack, { horizontal: true, horizontalAlign: "space-between", styles: { root: { marginTop: "7px !important" } } }, renderStepsTitle)));
|
|
52
|
+
};
|
|
53
|
+
//# sourceMappingURL=ProgressStepsIndicator.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ProgressStepsIndicator.js","sourceRoot":"","sources":["../../../src/controls/ProgressStepsIndicator/ProgressStepsIndicator.tsx"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
import { ILabelStyles } from 'office-ui-fabric-react/lib/Label';
|
|
2
|
+
import { IStyle } from 'office-ui-fabric-react/lib/Styling';
|
|
3
|
+
import { IReadonlyTheme } from '@microsoft/sp-component-base';
|
|
4
|
+
export declare const getProgressStepsIndicatorStyles: (themeVariant: IReadonlyTheme, currentStep?: number, totalSteps?: number) => {
|
|
5
|
+
labelStepTitleCurrentStyle: ILabelStyles;
|
|
6
|
+
stackStepsStyles: import("@uifabric/foundation").IComponentStyles<import("office-ui-fabric-react/lib/Stack").IStackSlots>;
|
|
7
|
+
labelStepStyles: ILabelStyles;
|
|
8
|
+
labelStepTitleStyle: ILabelStyles;
|
|
9
|
+
componentClasses: import("office-ui-fabric-react/lib/Styling").IProcessedStyleSet<{
|
|
10
|
+
bulletCurrent: {
|
|
11
|
+
borderStyle: string;
|
|
12
|
+
borderWidth: number;
|
|
13
|
+
borderColor: string;
|
|
14
|
+
width: number;
|
|
15
|
+
height: number;
|
|
16
|
+
borderRadius: string;
|
|
17
|
+
display: string;
|
|
18
|
+
justifyContent: string;
|
|
19
|
+
horizontalAlign: string;
|
|
20
|
+
zIndex: number;
|
|
21
|
+
backgroundColor: string;
|
|
22
|
+
fontSize: number;
|
|
23
|
+
alignItems: string;
|
|
24
|
+
};
|
|
25
|
+
bulletCompleted: {
|
|
26
|
+
cursor: string;
|
|
27
|
+
width: number;
|
|
28
|
+
height: number;
|
|
29
|
+
borderRadius: string;
|
|
30
|
+
display: string;
|
|
31
|
+
justifyContent: string;
|
|
32
|
+
horizontalAlign: string;
|
|
33
|
+
zIndex: number;
|
|
34
|
+
backgroundColor: string;
|
|
35
|
+
color: string;
|
|
36
|
+
fontSize: number;
|
|
37
|
+
alignItems: string;
|
|
38
|
+
};
|
|
39
|
+
bullet: {
|
|
40
|
+
borderColor: string;
|
|
41
|
+
borderStyle: string;
|
|
42
|
+
borderWidth: number;
|
|
43
|
+
width: number;
|
|
44
|
+
height: number;
|
|
45
|
+
borderRadius: string;
|
|
46
|
+
display: string;
|
|
47
|
+
justifyContent: string;
|
|
48
|
+
alignItems: string;
|
|
49
|
+
horizontalAlign: string;
|
|
50
|
+
verticalAlign: string;
|
|
51
|
+
backgroundColor: string;
|
|
52
|
+
fontSize: number;
|
|
53
|
+
zIndex: number;
|
|
54
|
+
};
|
|
55
|
+
line: IStyle;
|
|
56
|
+
}>;
|
|
57
|
+
};
|
|
58
|
+
//# sourceMappingURL=ProgressStepsIndicatorStyles.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ProgressStepsIndicatorStyles.d.ts","sourceRoot":"","sources":["../../../src/controls/ProgressStepsIndicator/ProgressStepsIndicatorStyles.ts"],"names":[],"mappings":"AAEA,OAAO,EACL,YAAY,EAEb,MAAM,kCAAkC,CAAC;AAM1C,OAAO,EACL,MAAM,EAEP,MAAM,oCAAoC,CAAC;AAE5C,OAAO,EAAE,cAAc,EAAE,MAAM,8BAA8B,CAAC;AAE9D,eAAO,MAAM,+BAA+B,iBAAkB,cAAc,gBAAe,MAAM,eAAc,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAqFpH,CAAC"}
|
|
@@ -0,0 +1,82 @@
|
|
|
1
|
+
import { mergeStyleSets, } from 'office-ui-fabric-react/lib/Styling';
|
|
2
|
+
export var getProgressStepsIndicatorStyles = function (themeVariant, currentStep, totalSteps) {
|
|
3
|
+
var _a, _b, _c, _d, _e, _f, _g;
|
|
4
|
+
var labelStepTitleCurrentStyle = {
|
|
5
|
+
root: {
|
|
6
|
+
fontWeight: 700,
|
|
7
|
+
width: 150,
|
|
8
|
+
textAlign: "center",
|
|
9
|
+
},
|
|
10
|
+
};
|
|
11
|
+
var labelStepTitleStyle = {
|
|
12
|
+
root: {
|
|
13
|
+
width: 150,
|
|
14
|
+
textAlign: "center",
|
|
15
|
+
},
|
|
16
|
+
};
|
|
17
|
+
var labelStepStyles = {
|
|
18
|
+
root: {
|
|
19
|
+
fontWeight: 400,
|
|
20
|
+
},
|
|
21
|
+
};
|
|
22
|
+
var stackStepsStyles = {
|
|
23
|
+
root: { marginLeft: 50, marginRight: 50 },
|
|
24
|
+
};
|
|
25
|
+
var componentClasses = mergeStyleSets({
|
|
26
|
+
bulletCurrent: {
|
|
27
|
+
borderStyle: "solid",
|
|
28
|
+
borderWidth: 2,
|
|
29
|
+
borderColor: (_a = themeVariant === null || themeVariant === void 0 ? void 0 : themeVariant.palette) === null || _a === void 0 ? void 0 : _a.themePrimary,
|
|
30
|
+
width: 34,
|
|
31
|
+
height: 34,
|
|
32
|
+
borderRadius: "50%",
|
|
33
|
+
display: "flex",
|
|
34
|
+
justifyContent: "center",
|
|
35
|
+
horizontalAlign: "center",
|
|
36
|
+
zIndex: 111,
|
|
37
|
+
backgroundColor: (_b = themeVariant === null || themeVariant === void 0 ? void 0 : themeVariant.palette) === null || _b === void 0 ? void 0 : _b.neutralLighter,
|
|
38
|
+
fontSize: 16,
|
|
39
|
+
alignItems: "center",
|
|
40
|
+
},
|
|
41
|
+
bulletCompleted: {
|
|
42
|
+
cursor: "default",
|
|
43
|
+
width: 34,
|
|
44
|
+
height: 34,
|
|
45
|
+
borderRadius: "50%",
|
|
46
|
+
display: "flex",
|
|
47
|
+
justifyContent: "center",
|
|
48
|
+
horizontalAlign: "center",
|
|
49
|
+
zIndex: 111,
|
|
50
|
+
backgroundColor: (_c = themeVariant === null || themeVariant === void 0 ? void 0 : themeVariant.palette) === null || _c === void 0 ? void 0 : _c.themePrimary,
|
|
51
|
+
color: (_d = themeVariant === null || themeVariant === void 0 ? void 0 : themeVariant.palette) === null || _d === void 0 ? void 0 : _d.themeLighter,
|
|
52
|
+
fontSize: 16,
|
|
53
|
+
alignItems: "center",
|
|
54
|
+
},
|
|
55
|
+
bullet: {
|
|
56
|
+
borderColor: (_e = themeVariant === null || themeVariant === void 0 ? void 0 : themeVariant.palette) === null || _e === void 0 ? void 0 : _e.neutralTertiaryAlt,
|
|
57
|
+
borderStyle: "solid",
|
|
58
|
+
borderWidth: 2,
|
|
59
|
+
width: 34,
|
|
60
|
+
height: 34,
|
|
61
|
+
borderRadius: "50%",
|
|
62
|
+
display: "flex",
|
|
63
|
+
justifyContent: "center",
|
|
64
|
+
alignItems: "center",
|
|
65
|
+
horizontalAlign: "center",
|
|
66
|
+
verticalAlign: "center",
|
|
67
|
+
backgroundColor: (_f = themeVariant === null || themeVariant === void 0 ? void 0 : themeVariant.palette) === null || _f === void 0 ? void 0 : _f.neutralLight,
|
|
68
|
+
fontSize: 16,
|
|
69
|
+
zIndex: 111,
|
|
70
|
+
},
|
|
71
|
+
line: {
|
|
72
|
+
height: 2,
|
|
73
|
+
backgroundColor: (_g = themeVariant === null || themeVariant === void 0 ? void 0 : themeVariant.palette) === null || _g === void 0 ? void 0 : _g.neutralQuaternaryAlt,
|
|
74
|
+
width: "100%",
|
|
75
|
+
position: "relative",
|
|
76
|
+
top: 17,
|
|
77
|
+
zIndex: 0,
|
|
78
|
+
},
|
|
79
|
+
});
|
|
80
|
+
return { labelStepTitleCurrentStyle: labelStepTitleCurrentStyle, stackStepsStyles: stackStepsStyles, labelStepStyles: labelStepStyles, labelStepTitleStyle: labelStepTitleStyle, componentClasses: componentClasses };
|
|
81
|
+
};
|
|
82
|
+
//# sourceMappingURL=ProgressStepsIndicatorStyles.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ProgressStepsIndicatorStyles.js","sourceRoot":"","sources":["../../../src/controls/ProgressStepsIndicator/ProgressStepsIndicatorStyles.ts"],"names":[],"mappings":"AAWA,OAAO,EACG,cAAc,GAEvB,MAAM,oCAAoC,CAAC;AAI5C,MAAM,CAAC,IAAM,+BAA+B,GAAG,UAAC,YAA4B,EAAE,WAAmB,EAAE,UAAkB;;IAEnH,IAAM,0BAA0B,GAAiB;QAC/C,IAAI,EAAE;YACJ,UAAU,EAAE,GAAG;YACf,KAAK,EAAE,GAAG;YACV,SAAS,EAAE,QAAQ;SACpB;KACF,CAAC;IAEF,IAAM,mBAAmB,GAAiB;QACxC,IAAI,EAAE;YACJ,KAAK,EAAE,GAAG;YACV,SAAS,EAAE,QAAQ;SACpB;KACF,CAAC;IAEF,IAAM,eAAe,GAAiB;QACpC,IAAI,EAAE;YACJ,UAAU,EAAE,GAAG;SAChB;KACF,CAAC;IAEF,IAAM,gBAAgB,GAAiB;QACrC,IAAI,EAAE,EAAE,UAAU,EAAE,EAAE,EAAE,WAAW,EAAE,EAAE,EAAE;KAC1C,CAAC;IAEF,IAAM,gBAAgB,GAAG,cAAc,CAAC;QACtC,aAAa,EAAE;YACb,WAAW,EAAE,OAAO;YACpB,WAAW,EAAE,CAAC;YACd,WAAW,EAAE,MAAA,YAAY,aAAZ,YAAY,uBAAZ,YAAY,CAAE,OAAO,0CAAE,YAAY;YAChD,KAAK,EAAE,EAAE;YACT,MAAM,EAAE,EAAE;YACV,YAAY,EAAE,KAAK;YACnB,OAAO,EAAE,MAAM;YACf,cAAc,EAAE,QAAQ;YACxB,eAAe,EAAE,QAAQ;YACzB,MAAM,EAAE,GAAG;YACX,eAAe,EAAE,MAAA,YAAY,aAAZ,YAAY,uBAAZ,YAAY,CAAE,OAAO,0CAAE,cAAc;YACtD,QAAQ,EAAE,EAAE;YACZ,UAAU,EAAE,QAAQ;SACrB;QACD,eAAe,EAAE;YACf,MAAM,EAAE,SAAS;YACjB,KAAK,EAAE,EAAE;YACT,MAAM,EAAE,EAAE;YACV,YAAY,EAAE,KAAK;YACnB,OAAO,EAAE,MAAM;YACf,cAAc,EAAE,QAAQ;YACxB,eAAe,EAAE,QAAQ;YACzB,MAAM,EAAE,GAAG;YACX,eAAe,EAAE,MAAA,YAAY,aAAZ,YAAY,uBAAZ,YAAY,CAAE,OAAO,0CAAE,YAAY;YACpD,KAAK,EAAE,MAAA,YAAY,aAAZ,YAAY,uBAAZ,YAAY,CAAE,OAAO,0CAAE,YAAY;YAC1C,QAAQ,EAAE,EAAE;YACZ,UAAU,EAAE,QAAQ;SACrB;QACD,MAAM,EAAE;YACN,WAAW,EAAE,MAAA,YAAY,aAAZ,YAAY,uBAAZ,YAAY,CAAE,OAAO,0CAAE,kBAAkB;YACtD,WAAW,EAAE,OAAO;YACpB,WAAW,EAAE,CAAC;YACd,KAAK,EAAE,EAAE;YACT,MAAM,EAAE,EAAE;YACV,YAAY,EAAE,KAAK;YACnB,OAAO,EAAE,MAAM;YACf,cAAc,EAAE,QAAQ;YACxB,UAAU,EAAE,QAAQ;YACpB,eAAe,EAAE,QAAQ;YACzB,aAAa,EAAE,QAAQ;YACvB,eAAe,EAAE,MAAA,YAAY,aAAZ,YAAY,uBAAZ,YAAY,CAAE,OAAO,0CAAE,YAAY;YACpD,QAAQ,EAAE,EAAE;YACZ,MAAM,EAAE,GAAG;SACZ;QACD,IAAI,EAAE;YACJ,MAAM,EAAE,CAAC;YACT,eAAe,EAAE,MAAA,YAAY,aAAZ,YAAY,uBAAZ,YAAY,CAAE,OAAO,0CAAE,oBAAoB;YAC5D,KAAK,EAAE,MAAM;YACb,QAAQ,EAAE,UAAU;YACpB,GAAG,EAAE,EAAE;YACP,MAAM,EAAE,CAAC;SACA;KAEZ,CAAC,CAAC;IAEH,OAAO,EAAC,0BAA0B,4BAAA,EAAC,gBAAgB,kBAAA,EAAC,eAAe,iBAAA,EAAE,mBAAmB,qBAAA,EAAC,gBAAgB,kBAAA,EAAC,CAAC;AAC7G,CAAC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/controls/ProgressStepsIndicator/index.ts"],"names":[],"mappings":"AAAA,cAAc,0BAA0B,CAAC;AACzC,OAAO,EAAE,4BAA4B,EAAE,MAAM,gCAAgC,CAAC;AAC9E,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/controls/ProgressStepsIndicator/index.ts"],"names":[],"mappings":"AAAA,cAAc,0BAA0B,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DynamicForm.d.ts","sourceRoot":"","sources":["../../../src/controls/dynamicForm/DynamicForm.tsx"],"names":[],"mappings":"AAQA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAO/B,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AACxD,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AAIxD;;GAEG;AACH,qBAAa,WAAY,SAAQ,KAAK,CAAC,SAAS,CAAC,iBAAiB,EAAE,iBAAiB,CAAC;IAEpF,OAAO,CAAC,UAAU,CAAY;IAC9B,OAAO,CAAC,MAAM,CAA0G;gBAE5G,KAAK,EAAE,iBAAiB;IA4BpC;;OAEG;IACI,iBAAiB,IAAI,IAAI;IAIhC;;OAEG;IACI,MAAM,IAAI,GAAG,CAAC,OAAO;IAmC5B,OAAO,CAAC,aAAa,CA0JpB;IAGD,OAAO,CAAC,QAAQ,
|
|
1
|
+
{"version":3,"file":"DynamicForm.d.ts","sourceRoot":"","sources":["../../../src/controls/dynamicForm/DynamicForm.tsx"],"names":[],"mappings":"AAQA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAO/B,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AACxD,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AAIxD;;GAEG;AACH,qBAAa,WAAY,SAAQ,KAAK,CAAC,SAAS,CAAC,iBAAiB,EAAE,iBAAiB,CAAC;IAEpF,OAAO,CAAC,UAAU,CAAY;IAC9B,OAAO,CAAC,MAAM,CAA0G;gBAE5G,KAAK,EAAE,iBAAiB;IA4BpC;;OAEG;IACI,iBAAiB,IAAI,IAAI;IAIhC;;OAEG;IACI,MAAM,IAAI,GAAG,CAAC,OAAO;IAmC5B,OAAO,CAAC,aAAa,CA0JpB;IAGD,OAAO,CAAC,QAAQ,CAyCf;IAGD,OAAO,CAAC,oBAAoB,CAoM3B;IAED,OAAO,CAAC,WAAW,CAiBlB;IAED,OAAO,CAAC,mBAAmB,CAU1B;IAED,OAAO,CAAC,aAAa,CA0BpB;CACF"}
|