@mikezimm/fps-library-v2 1.2.49 → 1.2.51
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/lib/components/molecules/Categories/Categories.d.ts +42 -0
- package/lib/components/molecules/Categories/Categories.d.ts.map +1 -0
- package/lib/components/molecules/Categories/Categories.js +101 -0
- package/lib/components/molecules/Categories/Categories.js.map +1 -0
- package/lib/components/molecules/Categories/EasySearchCorp/EasySearchCorp.d.ts +10 -0
- package/lib/components/molecules/Categories/EasySearchCorp/EasySearchCorp.d.ts.map +1 -0
- package/lib/components/molecules/Categories/EasySearchCorp/EasySearchCorp.js +48 -0
- package/lib/components/molecules/Categories/EasySearchCorp/EasySearchCorp.js.map +1 -0
- package/lib/components/molecules/Categories/EasySearchCorp/EasySearchCorpALV.d.ts +12 -0
- package/lib/components/molecules/Categories/EasySearchCorp/EasySearchCorpALV.d.ts.map +1 -0
- package/lib/components/molecules/Categories/EasySearchCorp/EasySearchCorpALV.js +76 -0
- package/lib/components/molecules/Categories/EasySearchCorp/EasySearchCorpALV.js.map +1 -0
- package/lib/components/molecules/Categories/EasySearchCorp/IEasyRegexCorp.d.ts +25 -0
- package/lib/components/molecules/Categories/EasySearchCorp/IEasyRegexCorp.d.ts.map +1 -0
- package/lib/components/molecules/Categories/EasySearchCorp/IEasyRegexCorp.js +2 -0
- package/lib/components/molecules/Categories/EasySearchCorp/IEasyRegexCorp.js.map +1 -0
- package/lib/components/molecules/Categories/EasySearchCorp/RegularExpressions/Culture.d.ts +2 -0
- package/lib/components/molecules/Categories/EasySearchCorp/RegularExpressions/Culture.d.ts.map +1 -0
- package/lib/components/molecules/Categories/EasySearchCorp/RegularExpressions/Culture.js +14 -0
- package/lib/components/molecules/Categories/EasySearchCorp/RegularExpressions/Culture.js.map +1 -0
- package/lib/components/molecules/Categories/EasySearchCorp/RegularExpressions/CustomerAutos.d.ts +2 -0
- package/lib/components/molecules/Categories/EasySearchCorp/RegularExpressions/CustomerAutos.d.ts.map +1 -0
- package/lib/components/molecules/Categories/EasySearchCorp/RegularExpressions/CustomerAutos.js +15 -0
- package/lib/components/molecules/Categories/EasySearchCorp/RegularExpressions/CustomerAutos.js.map +1 -0
- package/lib/components/molecules/Categories/EasySearchCorp/RegularExpressions/CustomerTerms.d.ts +2 -0
- package/lib/components/molecules/Categories/EasySearchCorp/RegularExpressions/CustomerTerms.d.ts.map +1 -0
- package/lib/components/molecules/Categories/EasySearchCorp/RegularExpressions/CustomerTerms.js +10 -0
- package/lib/components/molecules/Categories/EasySearchCorp/RegularExpressions/CustomerTerms.js.map +1 -0
- package/lib/components/molecules/Categories/EasySearchCorp/RegularExpressions/Functions.d.ts +5 -0
- package/lib/components/molecules/Categories/EasySearchCorp/RegularExpressions/Functions.d.ts.map +1 -0
- package/lib/components/molecules/Categories/EasySearchCorp/RegularExpressions/Functions.js +28 -0
- package/lib/components/molecules/Categories/EasySearchCorp/RegularExpressions/Functions.js.map +1 -0
- package/lib/components/molecules/Categories/EasySearchCorp/RegularExpressions/Products.d.ts +4 -0
- package/lib/components/molecules/Categories/EasySearchCorp/RegularExpressions/Products.d.ts.map +1 -0
- package/lib/components/molecules/Categories/EasySearchCorp/RegularExpressions/Products.js +11 -0
- package/lib/components/molecules/Categories/EasySearchCorp/RegularExpressions/Products.js.map +1 -0
- package/lib/components/molecules/Categories/EasySearchCorp/RegularExpressions/Regions.d.ts +5 -0
- package/lib/components/molecules/Categories/EasySearchCorp/RegularExpressions/Regions.d.ts.map +1 -0
- package/lib/components/molecules/Categories/EasySearchCorp/RegularExpressions/Regions.js +30 -0
- package/lib/components/molecules/Categories/EasySearchCorp/RegularExpressions/Regions.js.map +1 -0
- package/lib/components/molecules/Categories/Headings/HubCon.d.ts +10 -0
- package/lib/components/molecules/Categories/Headings/HubCon.d.ts.map +1 -0
- package/lib/components/molecules/Categories/Headings/HubCon.js +39 -0
- package/lib/components/molecules/Categories/Headings/HubCon.js.map +1 -0
- package/lib/components/molecules/Categories/Highlights/HighlightRegArrays.d.ts +18 -0
- package/lib/components/molecules/Categories/Highlights/HighlightRegArrays.d.ts.map +1 -0
- package/lib/components/molecules/Categories/Highlights/HighlightRegArrays.js +61 -0
- package/lib/components/molecules/Categories/Highlights/HighlightRegArrays.js.map +1 -0
- package/lib/components/molecules/Categories/Highlights/highlightRegex.d.ts +2 -0
- package/lib/components/molecules/Categories/Highlights/highlightRegex.d.ts.map +1 -0
- package/lib/components/molecules/Categories/Highlights/highlightRegex.js +12 -0
- package/lib/components/molecules/Categories/Highlights/highlightRegex.js.map +1 -0
- package/lib/components/molecules/Categories/ICategoriesProps.d.ts +30 -0
- package/lib/components/molecules/Categories/ICategoriesProps.d.ts.map +1 -0
- package/lib/components/molecules/Categories/ICategoriesProps.js +2 -0
- package/lib/components/molecules/Categories/ICategoriesProps.js.map +1 -0
- package/lib/components/molecules/Categories/applyRegExpXSearchObject.d.ts +46 -0
- package/lib/components/molecules/Categories/applyRegExpXSearchObject.d.ts.map +1 -0
- package/lib/components/molecules/Categories/applyRegExpXSearchObject.js +68 -0
- package/lib/components/molecules/Categories/applyRegExpXSearchObject.js.map +1 -0
- package/lib/components/molecules/FPSTiles/functions/getFPSHubTiles.d.ts +12 -2
- package/lib/components/molecules/FPSTiles/functions/getFPSHubTiles.d.ts.map +1 -1
- package/lib/components/molecules/FPSTiles/functions/getFPSHubTiles.js +33 -3
- package/lib/components/molecules/FPSTiles/functions/getFPSHubTiles.js.map +1 -1
- package/lib/components/molecules/ModernPages/SinglePage/PageDetails.js +1 -1
- package/lib/components/molecules/ModernPages/SinglePage/PageDetails.js.map +1 -1
- package/lib/components/molecules/ModernPages/SinglePage/SingleModernPage.d.ts.map +1 -1
- package/lib/components/molecules/ModernPages/SinglePage/SingleModernPage.js +4 -4
- package/lib/components/molecules/ModernPages/SinglePage/SingleModernPage.js.map +1 -1
- package/lib/components/molecules/SpHttp/HubsSubs/fetches/fetchMyHubsSubs.js +1 -1
- package/lib/components/molecules/SpHttp/HubsSubs/fetches/fetchMyHubsSubs.js.map +1 -1
- package/lib/components/molecules/SpHttp/HubsSubs/fetches/fetchMyHubsites.d.ts +10 -3
- package/lib/components/molecules/SpHttp/HubsSubs/fetches/fetchMyHubsites.d.ts.map +1 -1
- package/lib/components/molecules/SpHttp/HubsSubs/fetches/fetchMyHubsites.js +55 -4
- package/lib/components/molecules/SpHttp/HubsSubs/fetches/fetchMyHubsites.js.map +1 -1
- package/lib/components/molecules/SpHttp/HubsSubs/getHubAssocSites.js +1 -1
- package/lib/components/molecules/SpHttp/HubsSubs/getHubAssocSites.js.map +1 -1
- package/package.json +2 -2
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Imported from HubCon 2024-07-29 as is with following updates
|
|
3
|
+
*/
|
|
4
|
+
import * as React from 'react';
|
|
5
|
+
import { ICategoriesProps, ICategoriesState } from './ICategoriesProps';
|
|
6
|
+
/**
|
|
7
|
+
* 2024-07-29: Migrated from HubCon Categories component into separate reusable component
|
|
8
|
+
* Changes from original:
|
|
9
|
+
* 1. Moved HubConnections.module.scss into HighlightCategories.css in fps-styles and require it in this component.
|
|
10
|
+
* 2. Moved HubCon specific help content into CategoriesHeadingHubCon
|
|
11
|
+
* 3. Accept HeadingHelp element in it's place.
|
|
12
|
+
*
|
|
13
|
+
* So for HubCon part, create the HeadingHelp element using categoriesHeadingHubCon and pass it in in the HeadingHelp prop.
|
|
14
|
+
*
|
|
15
|
+
*/
|
|
16
|
+
export default class Categories extends React.Component<ICategoriesProps, ICategoriesState> {
|
|
17
|
+
/***
|
|
18
|
+
* .o88b. .d88b. d8b db .d8888. d888888b d8888b. db db .o88b. d888888b .d88b. d8888b.
|
|
19
|
+
* d8P Y8 .8P Y8. 888o 88 88' YP `~~88~~' 88 `8D 88 88 d8P Y8 `~~88~~' .8P Y8. 88 `8D
|
|
20
|
+
* 8P 88 88 88V8o 88 `8bo. 88 88oobY' 88 88 8P 88 88 88 88oobY'
|
|
21
|
+
* 8b 88 88 88 V8o88 `Y8b. 88 88`8b 88 88 8b 88 88 88 88`8b
|
|
22
|
+
* Y8b d8 `8b d8' 88 V888 db 8D 88 88 `88. 88b d88 Y8b d8 88 `8b d8' 88 `88.
|
|
23
|
+
* `Y88P' `Y88P' VP V8P `8888Y' YP 88 YD ~Y8888P' `Y88P' YP `Y88P' 88 YD
|
|
24
|
+
*
|
|
25
|
+
*
|
|
26
|
+
*/
|
|
27
|
+
constructor(props: ICategoriesProps);
|
|
28
|
+
componentDidMount(): Promise<void>;
|
|
29
|
+
/***
|
|
30
|
+
* d8888b. d888888b d8888b. db db d8888b. d8888b. .d8b. d888888b d88888b
|
|
31
|
+
* 88 `8D `88' 88 `8D 88 88 88 `8D 88 `8D d8' `8b `~~88~~' 88'
|
|
32
|
+
* 88 88 88 88 88 88 88 88oodD' 88 88 88ooo88 88 88ooooo
|
|
33
|
+
* 88 88 88 88 88 88 88 88~~~ 88 88 88~~~88 88 88~~~~~
|
|
34
|
+
* 88 .8D .88. 88 .8D 88b d88 88 88 .8D 88 88 88 88.
|
|
35
|
+
* Y8888D' Y888888P Y8888D' ~Y8888P' 88 Y8888D' YP YP YP Y88888P
|
|
36
|
+
*
|
|
37
|
+
*
|
|
38
|
+
*/
|
|
39
|
+
componentDidUpdate(prevProps: ICategoriesProps, prevState: ICategoriesState): void;
|
|
40
|
+
render(): React.ReactElement<ICategoriesProps>;
|
|
41
|
+
}
|
|
42
|
+
//# sourceMappingURL=Categories.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Categories.d.ts","sourceRoot":"","sources":["../../../../src/components/molecules/Categories/Categories.tsx"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,EAAE,gBAAgB,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AAUxE;;;;;;;;;GASG;AAEH,MAAM,CAAC,OAAO,OAAO,UAAW,SAAQ,KAAK,CAAC,SAAS,CAAC,gBAAgB,EAAE,gBAAgB,CAAC;IAE1F;;;;;;;;;KASC;gBAEmB,KAAK,EAAC,gBAAgB;IAkB5B,iBAAiB,IAAI,OAAO,CAAC,IAAI,CAAC;IAI/C;;;;;;;;;OASG;IAEI,kBAAkB,CAAE,SAAS,EAAE,gBAAgB,EAAE,SAAS,EAAE,gBAAgB,GAAI,IAAI;IAepF,MAAM,IAAI,KAAK,CAAC,YAAY,CAAC,gBAAgB,CAAC;CA8CtD"}
|
|
@@ -0,0 +1,101 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Imported from HubCon 2024-07-29 as is with following updates
|
|
3
|
+
*/
|
|
4
|
+
import * as React from 'react';
|
|
5
|
+
import Accordion from '../Accordion/Accordion';
|
|
6
|
+
import { GeneralRegexInfo, HighlightRegArrays, RegexSiteInfo } from './Highlights/HighlightRegArrays';
|
|
7
|
+
import { makeid } from '../../../logic/Strings/guids';
|
|
8
|
+
require('@mikezimm/fps-styles/dist/HighlightCategories.css');
|
|
9
|
+
// export default class FpsCore1152Banner extends React.Component<ICategoriesProps, IFpsCore1152BannerState> {
|
|
10
|
+
/**
|
|
11
|
+
* 2024-07-29: Migrated from HubCon Categories component into separate reusable component
|
|
12
|
+
* Changes from original:
|
|
13
|
+
* 1. Moved HubConnections.module.scss into HighlightCategories.css in fps-styles and require it in this component.
|
|
14
|
+
* 2. Moved HubCon specific help content into CategoriesHeadingHubCon
|
|
15
|
+
* 3. Accept HeadingHelp element in it's place.
|
|
16
|
+
*
|
|
17
|
+
* So for HubCon part, create the HeadingHelp element using categoriesHeadingHubCon and pass it in in the HeadingHelp prop.
|
|
18
|
+
*
|
|
19
|
+
*/
|
|
20
|
+
export default class Categories extends React.Component {
|
|
21
|
+
/***
|
|
22
|
+
* .o88b. .d88b. d8b db .d8888. d888888b d8888b. db db .o88b. d888888b .d88b. d8888b.
|
|
23
|
+
* d8P Y8 .8P Y8. 888o 88 88' YP `~~88~~' 88 `8D 88 88 d8P Y8 `~~88~~' .8P Y8. 88 `8D
|
|
24
|
+
* 8P 88 88 88V8o 88 `8bo. 88 88oobY' 88 88 8P 88 88 88 88oobY'
|
|
25
|
+
* 8b 88 88 88 V8o88 `Y8b. 88 88`8b 88 88 8b 88 88 88 88`8b
|
|
26
|
+
* Y8b d8 `8b d8' 88 V888 db 8D 88 88 `88. 88b d88 Y8b d8 88 `8b d8' 88 `88.
|
|
27
|
+
* `Y88P' `Y88P' VP V8P `8888Y' YP 88 YD ~Y8888P' `Y88P' YP `Y88P' 88 YD
|
|
28
|
+
*
|
|
29
|
+
*
|
|
30
|
+
*/
|
|
31
|
+
constructor(props) {
|
|
32
|
+
super(props);
|
|
33
|
+
const { text1, text2 } = this.props;
|
|
34
|
+
this.state = {
|
|
35
|
+
text1: text1 ? text1.value : '',
|
|
36
|
+
text2: text2 ? text2.value : '',
|
|
37
|
+
testString: '',
|
|
38
|
+
searchText: '',
|
|
39
|
+
topSearch: [],
|
|
40
|
+
topIdx: null,
|
|
41
|
+
topMeta: '',
|
|
42
|
+
topSearchLabels: [],
|
|
43
|
+
showAccordion: true,
|
|
44
|
+
};
|
|
45
|
+
}
|
|
46
|
+
async componentDidMount() {
|
|
47
|
+
//
|
|
48
|
+
}
|
|
49
|
+
/***
|
|
50
|
+
* d8888b. d888888b d8888b. db db d8888b. d8888b. .d8b. d888888b d88888b
|
|
51
|
+
* 88 `8D `88' 88 `8D 88 88 88 `8D 88 `8D d8' `8b `~~88~~' 88'
|
|
52
|
+
* 88 88 88 88 88 88 88 88oodD' 88 88 88ooo88 88 88ooooo
|
|
53
|
+
* 88 88 88 88 88 88 88 88~~~ 88 88 88~~~88 88 88~~~~~
|
|
54
|
+
* 88 .8D .88. 88 .8D 88b d88 88 88 .8D 88 88 88 88.
|
|
55
|
+
* Y8888D' Y888888P Y8888D' ~Y8888P' 88 Y8888D' YP YP YP Y88888P
|
|
56
|
+
*
|
|
57
|
+
*
|
|
58
|
+
*/
|
|
59
|
+
componentDidUpdate(prevProps, prevState) {
|
|
60
|
+
//
|
|
61
|
+
let refresh = false;
|
|
62
|
+
if (prevProps.expandedState !== this.props.expandedState) {
|
|
63
|
+
refresh = true;
|
|
64
|
+
const { text1, text2 } = this.props;
|
|
65
|
+
this.setState({
|
|
66
|
+
showAccordion: true,
|
|
67
|
+
text1: text1 ? text1.value : '',
|
|
68
|
+
text2: text2 ? text2.value : '',
|
|
69
|
+
});
|
|
70
|
+
}
|
|
71
|
+
}
|
|
72
|
+
render() {
|
|
73
|
+
var _a, _b, _c, _d;
|
|
74
|
+
const { CustomSearch, } = this.props;
|
|
75
|
+
const { text1, text2, } = this.state;
|
|
76
|
+
const testString = `${text1} --- ${text2}`;
|
|
77
|
+
const showHelp = !this.state.text1 && !this.state.text2 ? true : false;
|
|
78
|
+
console.log('CustomCategories ~ render');
|
|
79
|
+
if (this.props.expandedState !== true)
|
|
80
|
+
return (React.createElement("div", null));
|
|
81
|
+
const headingElement = showHelp === true ?
|
|
82
|
+
React.createElement("div", { style: {} },
|
|
83
|
+
this.props.HeadingHelp,
|
|
84
|
+
GeneralRegexInfo(RegexSiteInfo, 'secHeading')) :
|
|
85
|
+
React.createElement("div", { style: { margin: '0px 1.5em' } },
|
|
86
|
+
React.createElement("div", { style: { marginBottom: '10px' } }, (_a = this.props.text1) === null || _a === void 0 ? void 0 :
|
|
87
|
+
_a.label,
|
|
88
|
+
" : ",
|
|
89
|
+
React.createElement("b", null, (_b = this.props.text1) === null || _b === void 0 ? void 0 : _b.value)),
|
|
90
|
+
React.createElement("div", { style: { marginBottom: '20px' } }, (_c = this.props.text2) === null || _c === void 0 ? void 0 :
|
|
91
|
+
_c.label,
|
|
92
|
+
" : ",
|
|
93
|
+
React.createElement("b", null, (_d = this.props.text2) === null || _d === void 0 ? void 0 : _d.value)));
|
|
94
|
+
const CategoryAccordion = React.createElement(Accordion, { componentStyles: {}, title: showHelp === true ? `What is this page for?` : `Testing this string:`, defaultIcon: 'Help', showAccordion: true, content: headingElement, refreshId: makeid(5), contentStylesVis: { height: 'auto', margin: '0px 1.5em' } });
|
|
95
|
+
const CustomSearchElement = HighlightRegArrays(CustomSearch, testString, showHelp);
|
|
96
|
+
return (React.createElement("section", { className: ['allCategories',].join(' '), style: { paddingTop: '1.5em', margin: '0px 20px !important' } },
|
|
97
|
+
CategoryAccordion,
|
|
98
|
+
CustomSearchElement));
|
|
99
|
+
}
|
|
100
|
+
}
|
|
101
|
+
//# sourceMappingURL=Categories.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Categories.js","sourceRoot":"","sources":["../../../../src/components/molecules/Categories/Categories.tsx"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { IEasyRegexCorp } from "./IEasyRegexCorp";
|
|
2
|
+
export type IHubMetaLabels = 'Customer' | 'Facilities' | 'Products' | 'Global' | 'AM' | 'EU' | 'Asia' | 'IT' | 'WoW' | 'Functions' | 'Uncategorized';
|
|
3
|
+
export declare const HubMetaLabels: IHubMetaLabels[];
|
|
4
|
+
/**
|
|
5
|
+
* The difference between EasySearchCorpHelp and EasySearchCorp is:
|
|
6
|
+
* EasySearchCorpHelp has larger arrays broken into smaller ones for easier display on a page
|
|
7
|
+
*/
|
|
8
|
+
export declare const EasySearchCorpHelp: IEasyRegexCorp;
|
|
9
|
+
export declare const EasySearchCorp: IEasyRegexCorp;
|
|
10
|
+
//# sourceMappingURL=EasySearchCorp.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"EasySearchCorp.d.ts","sourceRoot":"","sources":["../../../../../src/components/molecules/Categories/EasySearchCorp/EasySearchCorp.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAOlD,MAAM,MAAM,cAAc,GAAG,UAAU,GAAG,YAAY,GAAG,UAAU,GAAG,QAAQ,GAAG,IAAI,GAAG,IAAI,GAAG,MAAM,GAAG,IAAI,GAAG,KAAK,GAAG,WAAW,GAAG,eAAe,CAAC;AACrJ,eAAO,MAAM,aAAa,EAAE,cAAc,EAAoH,CAAC;AAO/J;;;GAGG;AACH,eAAO,MAAM,kBAAkB,EAAE,cAkBhC,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,cAW5B,CAAC"}
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
// https://github.com/fps-solutions/HubCon/issues/65
|
|
2
|
+
import { AMRegexp, EURegexp, AsiaRegexp, GlobalRegexp } from "./RegularExpressions/Regions";
|
|
3
|
+
import { CustomerAutosRegexp } from "./RegularExpressions/CustomerAutos";
|
|
4
|
+
import { FunctionsGen1Regexp, FunctionsGen2Regexp, FunctionsSpecific, ITRegexp } from "./RegularExpressions/Functions";
|
|
5
|
+
import { CustomerTermsRegexp } from "./RegularExpressions/CustomerTerms";
|
|
6
|
+
import { Products1, Products2, ProdGeneralRegexp } from "./RegularExpressions/Products";
|
|
7
|
+
import { WoW } from "./RegularExpressions/Culture";
|
|
8
|
+
export const HubMetaLabels = ['Customer', 'Facilities', 'Products', 'Global', 'AM', 'EU', 'Asia', 'IT', 'Functions', 'WoW', 'Uncategorized'];
|
|
9
|
+
const FacilitiesGen = [
|
|
10
|
+
/\bFacility\b/g,
|
|
11
|
+
/\bFacilities\b/g,
|
|
12
|
+
];
|
|
13
|
+
/**
|
|
14
|
+
* The difference between EasySearchCorpHelp and EasySearchCorp is:
|
|
15
|
+
* EasySearchCorpHelp has larger arrays broken into smaller ones for easier display on a page
|
|
16
|
+
*/
|
|
17
|
+
export const EasySearchCorpHelp = {
|
|
18
|
+
Facilities1: FacilitiesGen,
|
|
19
|
+
Facilities2: [],
|
|
20
|
+
Facilities3: [],
|
|
21
|
+
Global: GlobalRegexp,
|
|
22
|
+
AM: AMRegexp,
|
|
23
|
+
EU: EURegexp,
|
|
24
|
+
Asia: AsiaRegexp,
|
|
25
|
+
IT: ITRegexp,
|
|
26
|
+
WoW: WoW,
|
|
27
|
+
Functions1: FunctionsGen1Regexp,
|
|
28
|
+
Functions2: FunctionsGen2Regexp,
|
|
29
|
+
Functions3: FunctionsSpecific,
|
|
30
|
+
Customer1: CustomerAutosRegexp,
|
|
31
|
+
Customer2: CustomerTermsRegexp,
|
|
32
|
+
Products1: Products1,
|
|
33
|
+
Products2: Products2,
|
|
34
|
+
Products3: [...ProdGeneralRegexp,],
|
|
35
|
+
};
|
|
36
|
+
export const EasySearchCorp = {
|
|
37
|
+
Facilities: [...FacilitiesGen, ...[], ...[]],
|
|
38
|
+
Global: GlobalRegexp,
|
|
39
|
+
AM: AMRegexp,
|
|
40
|
+
EU: EURegexp,
|
|
41
|
+
Asia: AsiaRegexp,
|
|
42
|
+
IT: ITRegexp,
|
|
43
|
+
WoW: WoW,
|
|
44
|
+
Functions: [...FunctionsGen1Regexp, ...FunctionsGen2Regexp, ...FunctionsSpecific],
|
|
45
|
+
Customer: [...CustomerAutosRegexp, ...CustomerTermsRegexp],
|
|
46
|
+
Products: [...Products1, ...Products2, ...ProdGeneralRegexp,],
|
|
47
|
+
};
|
|
48
|
+
//# sourceMappingURL=EasySearchCorp.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"EasySearchCorp.js","sourceRoot":"","sources":["../../../../../src/components/molecules/Categories/EasySearchCorp/EasySearchCorp.ts"],"names":[],"mappings":"AACA,oDAAoD;AAEpD,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,UAAU,EAAE,YAAY,EAAE,MAAM,8BAA8B,CAAC;AAE5F,OAAO,EAAE,mBAAmB,EAAE,MAAM,oCAAoC,CAAC;AACzE,OAAO,EAAE,mBAAmB,EAAE,mBAAmB,EAAE,iBAAiB,EAAE,QAAQ,EAAE,MAAM,gCAAgC,CAAC;AACvH,OAAO,EAAE,mBAAmB,EAAE,MAAM,oCAAoC,CAAC;AACzE,OAAO,EAAE,SAAS,EAAE,SAAS,EAAE,iBAAiB,EAAE,MAAM,+BAA+B,CAAC;AACxF,OAAO,EAAE,GAAG,EAAE,MAAM,8BAA8B,CAAC;AAGnD,MAAM,CAAC,MAAM,aAAa,GAAqB,CAAC,UAAU,EAAE,YAAY,EAAE,UAAU,EAAE,QAAQ,EAAE,IAAI,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,WAAW,EAAE,KAAK,EAAE,eAAe,CAAC,CAAC;AAE/J,MAAM,aAAa,GAAa;IAC9B,eAAe;IACf,iBAAiB;CAClB,CAAC;AAEF;;;GAGG;AACH,MAAM,CAAC,MAAM,kBAAkB,GAAmB;IAChD,WAAW,EAAE,aAAa;IAC1B,WAAW,EAAE,EAAE;IACf,WAAW,EAAE,EAAE;IACf,MAAM,EAAE,YAAY;IACpB,EAAE,EAAE,QAAQ;IACZ,EAAE,EAAE,QAAQ;IACZ,IAAI,EAAE,UAAU;IAChB,EAAE,EAAE,QAAQ;IACZ,GAAG,EAAE,GAAG;IACR,UAAU,EAAE,mBAAmB;IAC/B,UAAU,EAAE,mBAAmB;IAC/B,UAAU,EAAE,iBAAiB;IAC7B,SAAS,EAAE,mBAAmB;IAC9B,SAAS,EAAE,mBAAmB;IAC9B,SAAS,EAAE,SAAS;IACpB,SAAS,EAAE,SAAS;IACpB,SAAS,EAAE,CAAE,GAAG,iBAAiB,EAAG;CACrC,CAAC;AAEF,MAAM,CAAC,MAAM,cAAc,GAAmB;IAC5C,UAAU,EAAE,CAAE,GAAG,aAAa,EAAE,GAAG,EAAE,EAAE,GAAG,EAAE,CAAE;IAC9C,MAAM,EAAE,YAAY;IACpB,EAAE,EAAE,QAAQ;IACZ,EAAE,EAAE,QAAQ;IACZ,IAAI,EAAE,UAAU;IAChB,EAAE,EAAE,QAAQ;IACZ,GAAG,EAAE,GAAG;IACR,SAAS,EAAE,CAAE,GAAG,mBAAmB,EAAE,GAAG,mBAAmB,EAAE,GAAG,iBAAiB,CAAE;IACnF,QAAQ,EAAE,CAAC,GAAG,mBAAmB,EAAE,GAAG,mBAAmB,CAAE;IAC3D,QAAQ,EAAE,CAAE,GAAG,SAAS,EAAE,GAAG,SAAS,EAAE,GAAG,iBAAiB,EAAK;CAClE,CAAC"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { IEasyRegexCorp } from "./IEasyRegexCorp";
|
|
2
|
+
export type IHubMetaLabels = 'Customer' | 'Facilities' | 'Products' | 'Global' | 'AAM' | 'AEU' | 'Asia' | 'IT' | 'WoW' | 'Functions' | 'Uncategorized';
|
|
3
|
+
export declare const HubMetaLabels: IHubMetaLabels[];
|
|
4
|
+
/**
|
|
5
|
+
* The difference between EasySearchCorpHelp and EasySearchCorp is:
|
|
6
|
+
* EasySearchCorpHelp has larger arrays broken into smaller ones for easier display on a page
|
|
7
|
+
*
|
|
8
|
+
* The ALV version shows how to create a Custom Search by merging specific Region Regex into the default
|
|
9
|
+
*/
|
|
10
|
+
export declare const EasySearchCorpHelpALV: IEasyRegexCorp;
|
|
11
|
+
export declare const EasySearchCorpALV: IEasyRegexCorp;
|
|
12
|
+
//# sourceMappingURL=EasySearchCorpALV.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"EasySearchCorpALV.d.ts","sourceRoot":"","sources":["../../../../../src/components/molecules/Categories/EasySearchCorp/EasySearchCorpALV.ts"],"names":[],"mappings":"AAOA,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAElD,MAAM,MAAM,cAAc,GAAG,UAAU,GAAG,YAAY,GAAG,UAAU,GAAG,QAAQ,GAAG,KAAK,GAAG,KAAK,GAAG,MAAM,GAAG,IAAI,GAAG,KAAK,GAAG,WAAW,GAAG,eAAe,CAAC;AACvJ,eAAO,MAAM,aAAa,EAAE,cAAc,EAAsH,CAAC;AA4DjK;;;;;GAKG;AACH,eAAO,MAAM,qBAAqB,EAAE,cAOnC,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,cAK/B,CAAC"}
|
|
@@ -0,0 +1,76 @@
|
|
|
1
|
+
// https://github.com/fps-solutions/HubCon/issues/65
|
|
2
|
+
import { EasySearchCorp, EasySearchCorpHelp } from "./EasySearchCorp";
|
|
3
|
+
import { ProdGeneralRegexp } from "./RegularExpressions/Products";
|
|
4
|
+
import { CustomerTermsRegexp } from "./RegularExpressions/CustomerTerms";
|
|
5
|
+
import { CustomerAutosRegexp } from "./RegularExpressions/CustomerAutos";
|
|
6
|
+
export const HubMetaLabels = ['Customer', 'Facilities', 'Products', 'Global', 'AAM', 'AEU', 'Asia', 'IT', 'Functions', 'WoW', 'Uncategorized'];
|
|
7
|
+
// https://github.com/fps-solutions/HubCon/issues/71
|
|
8
|
+
const AB = [
|
|
9
|
+
/\bAirbags?\b/gi,
|
|
10
|
+
/\bPLA\b/g,
|
|
11
|
+
/\bAB\b/g,
|
|
12
|
+
/\bDAB\b/g,
|
|
13
|
+
/\bPAB\b/g,
|
|
14
|
+
/\bKAB\b/g,
|
|
15
|
+
/\bSAB\b/g,
|
|
16
|
+
/\bIC\b/g,
|
|
17
|
+
/\bRRAB\b/g,
|
|
18
|
+
];
|
|
19
|
+
// https://github.com/fps-solutions/HubCon/issues/71
|
|
20
|
+
const TE = [
|
|
21
|
+
/\bTextiles?\b/gi,
|
|
22
|
+
/\bTE\b/g,
|
|
23
|
+
];
|
|
24
|
+
const Products1 = [...AB, ...TE];
|
|
25
|
+
// https://github.com/fps-solutions/HubCon/issues/71
|
|
26
|
+
const SB = [
|
|
27
|
+
/\bSeatBelts?\b/gi,
|
|
28
|
+
/\bBelts?\b/gi,
|
|
29
|
+
/\bPLS\b/g,
|
|
30
|
+
/\bSB\b/g,
|
|
31
|
+
];
|
|
32
|
+
// https://github.com/fps-solutions/HubCon/issues/71
|
|
33
|
+
const SW = [
|
|
34
|
+
/\bPLW\b/g,
|
|
35
|
+
/\bWheels?\b/gi,
|
|
36
|
+
/\bSW\b/g,
|
|
37
|
+
/\bDU\b/g,
|
|
38
|
+
];
|
|
39
|
+
// https://github.com/fps-solutions/HubCon/issues/71
|
|
40
|
+
const IN = [
|
|
41
|
+
/\bInflators?\b/gi,
|
|
42
|
+
/\bIN\b/g,
|
|
43
|
+
];
|
|
44
|
+
const Products2 = [...SB, ...IN, ...SW];
|
|
45
|
+
// https://github.com/fps-solutions/HubCon/issues/69
|
|
46
|
+
const AAM = [
|
|
47
|
+
/\bANA\b/g,
|
|
48
|
+
/\bAAM\b/g,
|
|
49
|
+
/\bASA\b/g,
|
|
50
|
+
];
|
|
51
|
+
// https://github.com/fps-solutions/HubCon/issues/69
|
|
52
|
+
const AEU = [
|
|
53
|
+
/\bAEU\b/g,
|
|
54
|
+
/\bÄEU\b/g,
|
|
55
|
+
];
|
|
56
|
+
/**
|
|
57
|
+
* The difference between EasySearchCorpHelp and EasySearchCorp is:
|
|
58
|
+
* EasySearchCorpHelp has larger arrays broken into smaller ones for easier display on a page
|
|
59
|
+
*
|
|
60
|
+
* The ALV version shows how to create a Custom Search by merging specific Region Regex into the default
|
|
61
|
+
*/
|
|
62
|
+
export const EasySearchCorpHelpALV = { ...EasySearchCorpHelp,
|
|
63
|
+
AM: [...EasySearchCorpHelp.AM, ...AAM],
|
|
64
|
+
EU: [...EasySearchCorpHelp.EU, ...AEU],
|
|
65
|
+
Products1: Products1,
|
|
66
|
+
Products2: Products2,
|
|
67
|
+
Products3: [...ProdGeneralRegexp,],
|
|
68
|
+
Customer1: [...CustomerAutosRegexp],
|
|
69
|
+
};
|
|
70
|
+
export const EasySearchCorpALV = { ...EasySearchCorp,
|
|
71
|
+
AM: [...EasySearchCorpHelp.AM, ...AAM],
|
|
72
|
+
EU: [...EasySearchCorpHelp.EU, ...AEU],
|
|
73
|
+
Products: [...EasySearchCorpHelpALV.Products1, ...EasySearchCorpHelpALV.Products2, ...EasySearchCorpHelpALV.Products3,],
|
|
74
|
+
Customer: [...CustomerAutosRegexp, ...CustomerTermsRegexp],
|
|
75
|
+
};
|
|
76
|
+
//# sourceMappingURL=EasySearchCorpALV.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"EasySearchCorpALV.js","sourceRoot":"","sources":["../../../../../src/components/molecules/Categories/EasySearchCorp/EasySearchCorpALV.ts"],"names":[],"mappings":"AACA,oDAAoD;AAEpD,OAAO,EAAE,cAAc,EAAE,kBAAkB,EAAE,MAAM,kBAAkB,CAAC;AACtE,OAAO,EAAE,iBAAiB,EAAE,MAAM,+BAA+B,CAAC;AAClE,OAAO,EAAE,mBAAmB,EAAE,MAAM,oCAAoC,CAAC;AACzE,OAAO,EAAE,mBAAmB,EAAE,MAAM,oCAAoC,CAAC;AAIzE,MAAM,CAAC,MAAM,aAAa,GAAqB,CAAC,UAAU,EAAE,YAAY,EAAE,UAAU,EAAE,QAAQ,EAAE,KAAK,EAAE,KAAK,EAAE,MAAM,EAAE,IAAI,EAAE,WAAW,EAAE,KAAK,EAAE,eAAe,CAAC,CAAC;AAEjK,oDAAoD;AACpD,MAAM,EAAE,GAAa;IACnB,gBAAgB;IAChB,UAAU;IACV,SAAS;IACT,UAAU;IACV,UAAU;IACV,UAAU;IACV,UAAU;IACV,SAAS;IACT,WAAW;CACZ,CAAC;AAEF,oDAAoD;AACpD,MAAM,EAAE,GAAa;IACnB,iBAAiB;IACjB,SAAS;CACV,CAAC;AAEF,MAAM,SAAS,GAAa,CAAE,GAAG,EAAE,EAAE,GAAG,EAAE,CAAE,CAAA;AAE5C,oDAAoD;AACpD,MAAM,EAAE,GAAa;IACnB,kBAAkB;IAClB,cAAc;IACd,UAAU;IACV,SAAS;CACV,CAAC;AAEF,oDAAoD;AACpD,MAAM,EAAE,GAAa;IACnB,UAAU;IACV,eAAe;IACf,SAAS;IACT,SAAS;CACV,CAAC;AAEF,oDAAoD;AACpD,MAAM,EAAE,GAAa;IACnB,kBAAkB;IAClB,SAAS;CACV,CAAC;AAEF,MAAM,SAAS,GAAa,CAAE,GAAG,EAAE,EAAE,GAAG,EAAE,EAAE,GAAG,EAAE,CAAE,CAAA;AAEnD,oDAAoD;AACpD,MAAM,GAAG,GAAa;IACpB,UAAU;IACV,UAAU;IACV,UAAU;CACX,CAAC;AAEF,oDAAoD;AACpD,MAAM,GAAG,GAAa;IACpB,UAAU;IACV,UAAU;CACX,CAAC;AAEF;;;;;GAKG;AACH,MAAM,CAAC,MAAM,qBAAqB,GAAmB,EAAE,GAAG,kBAAkB;IAC1E,EAAE,EAAE,CAAE,GAAG,kBAAkB,CAAC,EAAE,EAAE,GAAG,GAAG,CAAE;IACxC,EAAE,EAAE,CAAE,GAAG,kBAAkB,CAAC,EAAE,EAAE,GAAG,GAAG,CAAE;IACxC,SAAS,EAAE,SAAS;IACpB,SAAS,EAAE,SAAS;IACpB,SAAS,EAAE,CAAE,GAAG,iBAAiB,EAAI;IACrC,SAAS,EAAE,CAAE,GAAG,mBAAmB,CAAE;CACtC,CAAC;AAEF,MAAM,CAAC,MAAM,iBAAiB,GAAmB,EAAE,GAAG,cAAc;IAClE,EAAE,EAAE,CAAE,GAAG,kBAAkB,CAAC,EAAE,EAAE,GAAG,GAAG,CAAE;IACxC,EAAE,EAAE,CAAE,GAAG,kBAAkB,CAAC,EAAE,EAAE,GAAG,GAAG,CAAE;IACxC,QAAQ,EAAE,CAAE,GAAG,qBAAqB,CAAC,SAAS,EAAE,GAAG,qBAAqB,CAAC,SAAS,EAAE,GAAG,qBAAqB,CAAC,SAAS,EAAG;IACzH,QAAQ,EAAE,CAAC,GAAG,mBAAmB,EAAE,GAAG,mBAAmB,CAAE;CAC5D,CAAC"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
export interface IEasyRegexCorp {
|
|
2
|
+
Customer1?: RegExp[];
|
|
3
|
+
Customer2?: RegExp[];
|
|
4
|
+
Customer?: RegExp[];
|
|
5
|
+
Facilities1?: RegExp[];
|
|
6
|
+
Facilities2?: RegExp[];
|
|
7
|
+
Facilities3?: RegExp[];
|
|
8
|
+
Facilities?: RegExp[];
|
|
9
|
+
Products1?: RegExp[];
|
|
10
|
+
Products2?: RegExp[];
|
|
11
|
+
Products3?: RegExp[];
|
|
12
|
+
Products?: RegExp[];
|
|
13
|
+
Global?: RegExp[];
|
|
14
|
+
AM?: RegExp[];
|
|
15
|
+
EU?: RegExp[];
|
|
16
|
+
Asia?: RegExp[];
|
|
17
|
+
IT?: RegExp[];
|
|
18
|
+
Functions1?: RegExp[];
|
|
19
|
+
Functions2?: RegExp[];
|
|
20
|
+
Functions3?: RegExp[];
|
|
21
|
+
Functions?: RegExp[];
|
|
22
|
+
WoW?: RegExp[];
|
|
23
|
+
FPSUse?: RegExp[];
|
|
24
|
+
}
|
|
25
|
+
//# sourceMappingURL=IEasyRegexCorp.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IEasyRegexCorp.d.ts","sourceRoot":"","sources":["../../../../../src/components/molecules/Categories/EasySearchCorp/IEasyRegexCorp.ts"],"names":[],"mappings":"AACA,MAAM,WAAW,cAAc;IAC7B,SAAS,CAAC,EAAE,MAAM,EAAE,CAAC;IACrB,SAAS,CAAC,EAAE,MAAM,EAAE,CAAC;IACrB,QAAQ,CAAC,EAAE,MAAM,EAAE,CAAC;IACpB,WAAW,CAAC,EAAE,MAAM,EAAE,CAAC;IACvB,WAAW,CAAC,EAAE,MAAM,EAAE,CAAC;IACvB,WAAW,CAAC,EAAE,MAAM,EAAE,CAAC;IACvB,UAAU,CAAC,EAAE,MAAM,EAAE,CAAC;IACtB,SAAS,CAAC,EAAE,MAAM,EAAE,CAAC;IACrB,SAAS,CAAC,EAAE,MAAM,EAAE,CAAC;IACrB,SAAS,CAAC,EAAE,MAAM,EAAE,CAAC;IACrB,QAAQ,CAAC,EAAE,MAAM,EAAE,CAAC;IACpB,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;IAClB,EAAE,CAAC,EAAE,MAAM,EAAE,CAAC;IACd,EAAE,CAAC,EAAE,MAAM,EAAE,CAAC;IACd,IAAI,CAAC,EAAE,MAAM,EAAE,CAAC;IAChB,EAAE,CAAC,EAAE,MAAM,EAAE,CAAC;IACd,UAAU,CAAC,EAAE,MAAM,EAAE,CAAC;IACtB,UAAU,CAAC,EAAE,MAAM,EAAE,CAAC;IACtB,UAAU,CAAC,EAAE,MAAM,EAAE,CAAC;IACtB,SAAS,CAAC,EAAE,MAAM,EAAE,CAAC;IACrB,GAAG,CAAC,EAAE,MAAM,EAAE,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;CACnB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IEasyRegexCorp.js","sourceRoot":"","sources":["../../../../../src/components/molecules/Categories/EasySearchCorp/IEasyRegexCorp.ts"],"names":[],"mappings":""}
|
package/lib/components/molecules/Categories/EasySearchCorp/RegularExpressions/Culture.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Culture.d.ts","sourceRoot":"","sources":["../../../../../../src/components/molecules/Categories/EasySearchCorp/RegularExpressions/Culture.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,GAAG,EAAE,MAAM,EAYvB,CAAC"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
export const WoW = [
|
|
2
|
+
/\b1P1Ps?\b/g,
|
|
3
|
+
/\bAPS\b/g,
|
|
4
|
+
/\bInnovations?\b/gi,
|
|
5
|
+
/\bLearni?n?g?\b/gi,
|
|
6
|
+
/\bPolicy\b/gi,
|
|
7
|
+
/\bPolicies\b/gi,
|
|
8
|
+
/\bQ5\b/g,
|
|
9
|
+
/\bStrategies\b/gi,
|
|
10
|
+
/\bStrategy\b/gi,
|
|
11
|
+
/\bStandards?\b/gi,
|
|
12
|
+
/\bVEVAs?\b/g,
|
|
13
|
+
];
|
|
14
|
+
//# sourceMappingURL=Culture.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Culture.js","sourceRoot":"","sources":["../../../../../../src/components/molecules/Categories/EasySearchCorp/RegularExpressions/Culture.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,GAAG,GAAa;IAC3B,aAAa;IACb,UAAU;IACV,oBAAoB;IACpB,mBAAmB;IACnB,cAAc;IACd,gBAAgB;IAChB,SAAS;IACT,kBAAkB;IAClB,gBAAgB;IAChB,kBAAkB;IAClB,aAAa;CACd,CAAC"}
|
package/lib/components/molecules/Categories/EasySearchCorp/RegularExpressions/CustomerAutos.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CustomerAutos.d.ts","sourceRoot":"","sources":["../../../../../../src/components/molecules/Categories/EasySearchCorp/RegularExpressions/CustomerAutos.ts"],"names":[],"mappings":"AACA,eAAO,MAAM,mBAAmB,EAAE,MAAM,EAavC,CAAC"}
|
package/lib/components/molecules/Categories/EasySearchCorp/RegularExpressions/CustomerAutos.js
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
export const CustomerAutosRegexp = [
|
|
2
|
+
/\bBMW\b/g,
|
|
3
|
+
/\bFord\b/gi,
|
|
4
|
+
/\bFCA\b/gi,
|
|
5
|
+
/\bGM\b/g,
|
|
6
|
+
/\bHonda\b/gi,
|
|
7
|
+
/\bMercedes\b/gi,
|
|
8
|
+
/\bNissan\b/gi,
|
|
9
|
+
/\bSTLA\b/g,
|
|
10
|
+
/\bStellantis\b/gi,
|
|
11
|
+
/\bToyota\b/g,
|
|
12
|
+
/\bVW\b/g,
|
|
13
|
+
/\bVolkswagon\b/gi,
|
|
14
|
+
];
|
|
15
|
+
//# sourceMappingURL=CustomerAutos.js.map
|
package/lib/components/molecules/Categories/EasySearchCorp/RegularExpressions/CustomerAutos.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CustomerAutos.js","sourceRoot":"","sources":["../../../../../../src/components/molecules/Categories/EasySearchCorp/RegularExpressions/CustomerAutos.ts"],"names":[],"mappings":"AACA,MAAM,CAAC,MAAM,mBAAmB,GAAa;IAC3C,UAAU;IACV,YAAY;IACZ,WAAW;IACX,SAAS;IACT,aAAa;IACb,gBAAgB;IAChB,cAAc;IACd,WAAW;IACX,kBAAkB;IAClB,aAAa;IACb,SAAS;IACT,kBAAkB;CACnB,CAAC"}
|
package/lib/components/molecules/Categories/EasySearchCorp/RegularExpressions/CustomerTerms.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CustomerTerms.d.ts","sourceRoot":"","sources":["../../../../../../src/components/molecules/Categories/EasySearchCorp/RegularExpressions/CustomerTerms.ts"],"names":[],"mappings":"AACA,eAAO,MAAM,mBAAmB,EAAE,MAAM,EAQvC,CAAC"}
|
package/lib/components/molecules/Categories/EasySearchCorp/RegularExpressions/CustomerTerms.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CustomerTerms.js","sourceRoot":"","sources":["../../../../../../src/components/molecules/Categories/EasySearchCorp/RegularExpressions/CustomerTerms.ts"],"names":[],"mappings":"AACA,MAAM,CAAC,MAAM,mBAAmB,GAAa;IAC3C,SAAS;IACT,aAAa;IACb,gBAAgB;IAChB,UAAU;IACV,cAAc;IACd,iBAAiB;IACjB,0BAA0B;CAC3B,CAAC"}
|
package/lib/components/molecules/Categories/EasySearchCorp/RegularExpressions/Functions.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Functions.d.ts","sourceRoot":"","sources":["../../../../../../src/components/molecules/Categories/EasySearchCorp/RegularExpressions/Functions.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,mBAAmB,EAAE,MAAM,EAOvC,CAAC;AACF,eAAO,MAAM,mBAAmB,EAAE,MAAM,EAQvC,CAAC;AACF,eAAO,MAAM,iBAAiB,EAAE,MAAM,EAAO,CAAC;AAAA,eAAO,MAAM,QAAQ,EAAE,MAAM,EAQ1E,CAAC"}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
export const FunctionsGen1Regexp = [
|
|
2
|
+
/\bCommunications?\b/gi,
|
|
3
|
+
/\bCompliance\b/gi,
|
|
4
|
+
/\bEngineers?\b/gi,
|
|
5
|
+
/\bEngineering\b/gi,
|
|
6
|
+
/\bFinance\b/g,
|
|
7
|
+
/\bHuman ?Resource?\b/gi,
|
|
8
|
+
];
|
|
9
|
+
export const FunctionsGen2Regexp = [
|
|
10
|
+
/\bLegal\b/gi,
|
|
11
|
+
/\bManagement\b/gi,
|
|
12
|
+
/\bOperations\b/gi,
|
|
13
|
+
/\bPurchasing\b/gi,
|
|
14
|
+
/\bQuality\b/g,
|
|
15
|
+
/\bSCM\b/gi,
|
|
16
|
+
/\bSustainability\b/gi,
|
|
17
|
+
];
|
|
18
|
+
export const FunctionsSpecific = [];
|
|
19
|
+
export const ITRegexp = [
|
|
20
|
+
/\bSharePoint\b/g,
|
|
21
|
+
/\bHub ?Connections\b/g,
|
|
22
|
+
/\bService ?Delivery\b/gi,
|
|
23
|
+
/\bUTS\b/g,
|
|
24
|
+
/\bIT\b/g,
|
|
25
|
+
/\bSample\b/g,
|
|
26
|
+
/\bMicrosoft\b/gi,
|
|
27
|
+
];
|
|
28
|
+
//# sourceMappingURL=Functions.js.map
|
package/lib/components/molecules/Categories/EasySearchCorp/RegularExpressions/Functions.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Functions.js","sourceRoot":"","sources":["../../../../../../src/components/molecules/Categories/EasySearchCorp/RegularExpressions/Functions.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,mBAAmB,GAAa;IAC3C,uBAAuB;IACvB,kBAAkB;IAClB,kBAAkB;IAClB,mBAAmB;IACnB,cAAc;IACd,wBAAwB;CACzB,CAAC;AACF,MAAM,CAAC,MAAM,mBAAmB,GAAa;IAC3C,aAAa;IACb,kBAAkB;IAClB,kBAAkB;IAClB,kBAAkB;IAClB,cAAc;IACd,WAAW;IACX,sBAAsB;CACvB,CAAC;AACF,MAAM,CAAC,MAAM,iBAAiB,GAAa,EAAE,CAAC;AAAA,MAAM,CAAC,MAAM,QAAQ,GAAa;IAC9E,iBAAiB;IACjB,uBAAuB;IACvB,yBAAyB;IACzB,UAAU;IACV,SAAS;IACT,aAAa;IACb,iBAAiB;CAClB,CAAC"}
|
package/lib/components/molecules/Categories/EasySearchCorp/RegularExpressions/Products.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Products.d.ts","sourceRoot":"","sources":["../../../../../../src/components/molecules/Categories/EasySearchCorp/RegularExpressions/Products.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,iBAAiB,EAAE,MAAM,EAMrC,CAAC;AACF,eAAO,MAAM,SAAS,EAAE,MAAM,EAAgC,CAAC;AAC/D,eAAO,MAAM,SAAS,EAAE,MAAM,EAAiC,CAAC"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
// https://github.com/fps-solutions/HubCon/issues/75
|
|
2
|
+
export const ProdGeneralRegexp = [
|
|
3
|
+
/\bProducts?\b/gi,
|
|
4
|
+
/\bMaterials?\b/g,
|
|
5
|
+
/\bTools?\b/g,
|
|
6
|
+
/\bCommodity\b/g,
|
|
7
|
+
/\bCommodities\b/g,
|
|
8
|
+
];
|
|
9
|
+
export const Products1 = [/\bTV\b/g, /\bStereo\b/gi];
|
|
10
|
+
export const Products2 = [/\bMilk\b/g, /\bBread\b/gi];
|
|
11
|
+
//# sourceMappingURL=Products.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Products.js","sourceRoot":"","sources":["../../../../../../src/components/molecules/Categories/EasySearchCorp/RegularExpressions/Products.ts"],"names":[],"mappings":"AAAA,oDAAoD;AAEpD,MAAM,CAAC,MAAM,iBAAiB,GAAa;IACzC,iBAAiB;IACjB,iBAAiB;IACjB,aAAa;IACb,gBAAgB;IAChB,kBAAkB;CACnB,CAAC;AACF,MAAM,CAAC,MAAM,SAAS,GAAa,CAAC,SAAS,EAAE,cAAc,CAAC,CAAC;AAC/D,MAAM,CAAC,MAAM,SAAS,GAAa,CAAC,WAAW,EAAE,aAAa,CAAC,CAAC"}
|
package/lib/components/molecules/Categories/EasySearchCorp/RegularExpressions/Regions.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Regions.d.ts","sourceRoot":"","sources":["../../../../../../src/components/molecules/Categories/EasySearchCorp/RegularExpressions/Regions.ts"],"names":[],"mappings":"AACA,eAAO,MAAM,QAAQ,EAAE,MAAM,EAQ5B,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,MAAM,EAI5B,CAAC;AACF,eAAO,MAAM,UAAU,EAAE,MAAM,EAS9B,CAAC;AAAA,eAAO,MAAM,YAAY,EAAE,MAAM,EAElC,CAAC"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
// https://github.com/fps-solutions/HubCon/issues/69
|
|
2
|
+
export const AMRegexp = [
|
|
3
|
+
/\bSA\b/g,
|
|
4
|
+
/\bNA\b/g,
|
|
5
|
+
/\bAmericas?\b/g,
|
|
6
|
+
/\bCanada\b/gi,
|
|
7
|
+
/\bMexico\b/gi,
|
|
8
|
+
/\bUnited States\b/gi,
|
|
9
|
+
/\bBrazil\b/gi,
|
|
10
|
+
];
|
|
11
|
+
// https://github.com/fps-solutions/HubCon/issues/69
|
|
12
|
+
export const EURegexp = [
|
|
13
|
+
/\bEU\b/g,
|
|
14
|
+
/\bEurope\b/gi,
|
|
15
|
+
/\bEuropean\b/gi,
|
|
16
|
+
];
|
|
17
|
+
export const AsiaRegexp = [
|
|
18
|
+
/\bAsian?\b/gi,
|
|
19
|
+
/\bChina\b/gi,
|
|
20
|
+
/\bChinese\b/gi,
|
|
21
|
+
/\bKorean?\b/gi,
|
|
22
|
+
/\bJapan\b/gi,
|
|
23
|
+
/\bJapanese\b/gi,
|
|
24
|
+
/\bThailand\b/gi,
|
|
25
|
+
/\bIndia\b/gi,
|
|
26
|
+
];
|
|
27
|
+
export const GlobalRegexp = [
|
|
28
|
+
/\bGlobal\b/g,
|
|
29
|
+
];
|
|
30
|
+
//# sourceMappingURL=Regions.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Regions.js","sourceRoot":"","sources":["../../../../../../src/components/molecules/Categories/EasySearchCorp/RegularExpressions/Regions.ts"],"names":[],"mappings":"AAAA,oDAAoD;AACpD,MAAM,CAAC,MAAM,QAAQ,GAAa;IAChC,SAAS;IACT,SAAS;IACT,gBAAgB;IAChB,cAAc;IACd,cAAc;IACd,qBAAqB;IACrB,cAAc;CACf,CAAC;AACF,oDAAoD;AACpD,MAAM,CAAC,MAAM,QAAQ,GAAa;IAChC,SAAS;IACT,cAAc;IACd,gBAAgB;CACjB,CAAC;AACF,MAAM,CAAC,MAAM,UAAU,GAAa;IAClC,cAAc;IACd,aAAa;IACb,eAAe;IACf,eAAe;IACf,aAAa;IACb,gBAAgB;IAChB,gBAAgB;IAChB,aAAa;CACd,CAAC;AAAA,MAAM,CAAC,MAAM,YAAY,GAAa;IACtC,aAAa;CACd,CAAC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* For use in Categories component.
|
|
3
|
+
* 2024-07-29: Migrated from HubCon Categories component into separate reusable sample function
|
|
4
|
+
*
|
|
5
|
+
* @param tab1
|
|
6
|
+
* @param tab2
|
|
7
|
+
* @returns
|
|
8
|
+
*/
|
|
9
|
+
export declare function categoriesHeadingHubCon(tab1: string, tab2: string): JSX.Element;
|
|
10
|
+
//# sourceMappingURL=HubCon.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"HubCon.d.ts","sourceRoot":"","sources":["../../../../../src/components/molecules/Categories/Headings/HubCon.tsx"],"names":[],"mappings":"AAIA;;;;;;;GAOG;AACH,wBAAgB,uBAAuB,CAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,GAAI,GAAG,CAAC,OAAO,CAgBjF"}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { RegexSiteInfo } from '../Highlights/HighlightRegArrays';
|
|
3
|
+
/**
|
|
4
|
+
* For use in Categories component.
|
|
5
|
+
* 2024-07-29: Migrated from HubCon Categories component into separate reusable sample function
|
|
6
|
+
*
|
|
7
|
+
* @param tab1
|
|
8
|
+
* @param tab2
|
|
9
|
+
* @returns
|
|
10
|
+
*/
|
|
11
|
+
export function categoriesHeadingHubCon(tab1, tab2) {
|
|
12
|
+
const CategoriesHeadingHubCon = React.createElement("div", null,
|
|
13
|
+
React.createElement("p", null, "If you are wondering why your site is not showing up under our category buttons, then you came to the right place! This page explains all the categories and what goes into them. It is a little technical to explain..."),
|
|
14
|
+
React.createElement("div", { className: 'secHeading' }, "Simple answer:"),
|
|
15
|
+
RegexSiteInfo,
|
|
16
|
+
React.createElement("div", null,
|
|
17
|
+
"For example, if your site has ",
|
|
18
|
+
React.createElement("b", { style: { color: 'blue' } }, "ANA"),
|
|
19
|
+
", it should show up when clicking on the ",
|
|
20
|
+
React.createElement("b", null, "AAM"),
|
|
21
|
+
" button."),
|
|
22
|
+
React.createElement("div", { className: 'secHeading' }, "How to use this page:"),
|
|
23
|
+
React.createElement("div", null,
|
|
24
|
+
"Start on the ",
|
|
25
|
+
React.createElement("b", null, tab1),
|
|
26
|
+
" or ",
|
|
27
|
+
React.createElement("b", null, tab2),
|
|
28
|
+
" tab."),
|
|
29
|
+
React.createElement("div", null,
|
|
30
|
+
React.createElement("b", null, "Alt-Click"),
|
|
31
|
+
" on the Site or Subsite you want to check."),
|
|
32
|
+
React.createElement("div", null,
|
|
33
|
+
"You will be taken back to this page and any of the ",
|
|
34
|
+
React.createElement("b", null, "rules that apply"),
|
|
35
|
+
" to that site will be ",
|
|
36
|
+
React.createElement("b", { style: { color: 'green' } }, "highlighted in green")));
|
|
37
|
+
return CategoriesHeadingHubCon;
|
|
38
|
+
}
|
|
39
|
+
//# sourceMappingURL=HubCon.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"HubCon.js","sourceRoot":"","sources":["../../../../../src/components/molecules/Categories/Headings/HubCon.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,aAAa,EAAE,MAAM,kCAAkC,CAAC;AAEjE;;;;;;;GAOG;AACH,MAAM,UAAU,uBAAuB,CAAE,IAAY,EAAE,IAAY;IACjE,MAAM,uBAAuB,GAAgB;QACzC,2PAC0G;QAE5G,6BAAK,SAAS,EAAG,YAAY,qBAAuB;QAClD,aAAa;QACf;;YAAmC,2BAAG,KAAK,EAAE,EAAE,KAAK,EAAE,MAAM,EAAE,UAAS;;YAAyC,qCAAU;uBAAc;QAExI,6BAAK,SAAS,EAAG,YAAY,4BAA8B;QAC3D;;YAAkB,+BAAK,IAAI,CAAM;;YAAI,+BAAK,IAAI,CAAM;oBAAW;QAC/D;YAAK,2CAAgB;yDAAgD;QACrE;;YAAwD,kDAAuB;;YAAsB,2BAAG,KAAK,EAAE,EAAE,KAAK,EAAE,OAAO,EAAE,2BAA0B,CAAM,CAC7J,CAAC;IAEP,OAAO,uBAAuB,CAAC;AACjC,CAAC"}
|