@plusscommunities/pluss-maintenance-web-forms 1.2.0-beta.1 → 1.2.5-beta.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/dist/index.js +3 -3
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -43,7 +43,7 @@ var values = {
|
|
|
43
43
|
screenAddJobType: "AddJobTypeForms",
|
|
44
44
|
screenJob: "JobForms",
|
|
45
45
|
screenJobTypes: "JobTypesForms",
|
|
46
|
-
menuIcon: "
|
|
46
|
+
menuIcon: "file-lines",
|
|
47
47
|
isFontAwesomeIcon: false,
|
|
48
48
|
isSVGIcon: true,
|
|
49
49
|
svgPathGridIcon: "M164,152a4,4,0,0,1-4,4H96a4,4,0,0,1,0-8h64A4,4,0,0,1,164,152Zm-4-36H96a4,4,0,0,0,0,8h64a4,4,0,0,0,0-8Zm52-68V216a12,12,0,0,1-12,12H56a12,12,0,0,1-12-12V48A12,12,0,0,1,56,36H94.08a44,44,0,0,1,67.84,0H200A12,12,0,0,1,212,48ZM92,64v4h72V64a36,36,0,0,0-72,0ZM204,48a4,4,0,0,0-4-4H167.17A43.71,43.71,0,0,1,172,64v8a4,4,0,0,1-4,4H88a4,4,0,0,1-4-4V64a43.71,43.71,0,0,1,4.83-20H56a4,4,0,0,0-4,4V216a4,4,0,0,0,4,4H200a4,4,0,0,0,4-4Z",
|
|
@@ -2755,7 +2755,7 @@ class RequestsHub extends Component {
|
|
|
2755
2755
|
sectionItems.push({
|
|
2756
2756
|
type: "navItem",
|
|
2757
2757
|
text: "Feature Configuration",
|
|
2758
|
-
icon: "
|
|
2758
|
+
icon: "gear",
|
|
2759
2759
|
isFontAwesome: false,
|
|
2760
2760
|
selected: this.state.selectedSection === "config",
|
|
2761
2761
|
onClick: () => {
|
|
@@ -4695,7 +4695,7 @@ class AddJob extends Component {
|
|
|
4695
4695
|
if (ev != null) {
|
|
4696
4696
|
return /*#__PURE__*/jsx(Dropdown.Item, {
|
|
4697
4697
|
eventKey: ev.typeName,
|
|
4698
|
-
|
|
4698
|
+
ive: type === ev.typeName,
|
|
4699
4699
|
children: ev.typeName
|
|
4700
4700
|
}, ev.typeName);
|
|
4701
4701
|
}
|