@mikezimm/fps-library-v2 1.0.137 → 1.0.138
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.md +4 -1
- package/lib/components/molecules/SearchPage/Interfaces/IContentGroup.d.ts +7 -0
- package/lib/components/molecules/SearchPage/Interfaces/IContentGroup.d.ts.map +1 -0
- package/lib/components/molecules/SearchPage/Interfaces/IContentGroup.js +6 -0
- package/lib/components/molecules/SearchPage/Interfaces/IContentGroup.js.map +1 -0
- package/lib/components/molecules/SearchPage/Interfaces/ISearchTypes.d.ts +2 -0
- package/lib/components/molecules/SearchPage/Interfaces/ISearchTypes.d.ts.map +1 -1
- package/lib/components/molecules/SearchPage/Interfaces/ProgrammingSharePointKeys.d.ts.map +1 -1
- package/lib/components/molecules/SearchPage/Interfaces/ProgrammingSharePointKeys.js +13 -12
- package/lib/components/molecules/SearchPage/Interfaces/ProgrammingSharePointKeys.js.map +1 -1
- package/lib/components/molecules/SearchPage/Interfaces/StandardTypes.d.ts.map +1 -1
- package/lib/components/molecules/SearchPage/Interfaces/StandardTypes.js +37 -34
- package/lib/components/molecules/SearchPage/Interfaces/StandardTypes.js.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -5,12 +5,15 @@ npm run build
|
|
|
5
5
|
npm version major/minor/patch
|
|
6
6
|
npm publish --access=public
|
|
7
7
|
|
|
8
|
-
npm install @mikezimm/fps-library-v2@1.0.
|
|
8
|
+
npm install @mikezimm/fps-library-v2@1.0.138
|
|
9
9
|
|
|
10
10
|
# Changelog
|
|
11
11
|
|
|
12
12
|
NOTE: TURN BACK ON STRICT NULL CHECKS - turned off for PropPaneCols
|
|
13
13
|
|
|
14
|
+
## 1.0.138 - 2023-Mar-19: SearchTypes
|
|
15
|
+
- add contentGroup to ISearchType so it's easier to summarize types of files
|
|
16
|
+
|
|
14
17
|
## 1.0.137 - 2023-Mar-19: SearchTypes
|
|
15
18
|
- add ProgrammingSharePointKeys and ProgrammingSharePointSearchTypes: "js", "html", "css", "json", "xml", "exe", "ps1"
|
|
16
19
|
- add XProgrammingSharePointKeys and XProgrammingSharePointSearchTypes: "ts", "md", "py", "vba"
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export type IContentGroup = 'Office' | 'Code' | 'Data' | 'SharePoint' | 'Media';
|
|
2
|
+
export declare const ContentGroupOffice: IContentGroup;
|
|
3
|
+
export declare const ContentGroupData: IContentGroup;
|
|
4
|
+
export declare const ContentGroupCode: IContentGroup;
|
|
5
|
+
export declare const MediaGroupOffice: IContentGroup;
|
|
6
|
+
export declare const ContentGroupSP: IContentGroup;
|
|
7
|
+
//# sourceMappingURL=IContentGroup.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IContentGroup.d.ts","sourceRoot":"","sources":["../../../../../src/components/molecules/SearchPage/Interfaces/IContentGroup.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,aAAa,GAAG,QAAQ,GAAG,MAAM,GAAG,MAAM,GAAG,YAAY,GAAG,OAAO,CAAC;AAEhF,eAAO,MAAM,kBAAkB,EAAE,aAAwB,CAAC;AAC1D,eAAO,MAAM,gBAAgB,EAAE,aAAsB,CAAC;AACtD,eAAO,MAAM,gBAAgB,EAAE,aAAsB,CAAC;AACtD,eAAO,MAAM,gBAAgB,EAAE,aAAuB,CAAC;AACvD,eAAO,MAAM,cAAc,EAAE,aAA4B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IContentGroup.js","sourceRoot":"","sources":["../../../../../src/components/molecules/SearchPage/Interfaces/IContentGroup.ts"],"names":[],"mappings":"AAEA,MAAM,CAAC,MAAM,kBAAkB,GAAkB,QAAQ,CAAC;AAC1D,MAAM,CAAC,MAAM,gBAAgB,GAAkB,MAAM,CAAC;AACtD,MAAM,CAAC,MAAM,gBAAgB,GAAkB,MAAM,CAAC;AACtD,MAAM,CAAC,MAAM,gBAAgB,GAAkB,OAAO,CAAC;AACvD,MAAM,CAAC,MAAM,cAAc,GAAkB,YAAY,CAAC"}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { IContentGroup } from "./IContentGroup";
|
|
1
2
|
export interface ISearchType {
|
|
2
3
|
key: string;
|
|
3
4
|
title: string;
|
|
@@ -7,6 +8,7 @@ export interface ISearchType {
|
|
|
7
8
|
count: number;
|
|
8
9
|
adjust?: number;
|
|
9
10
|
similarKey: string;
|
|
11
|
+
contentGroup?: IContentGroup;
|
|
10
12
|
warning?: string;
|
|
11
13
|
}
|
|
12
14
|
export interface ISearchTypes {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ISearchTypes.d.ts","sourceRoot":"","sources":["../../../../../src/components/molecules/SearchPage/Interfaces/ISearchTypes.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ISearchTypes.d.ts","sourceRoot":"","sources":["../../../../../src/components/molecules/SearchPage/Interfaces/ISearchTypes.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAGhD,MAAM,WAAW,WAAW;IAC1B,GAAG,EAAE,MAAM,CAAC;IACZ,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,UAAU,EAAE,MAAM,CAAC;IACnB,YAAY,CAAC,EAAE,aAAa,CAAC;IAC7B,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB;AAED,MAAM,WAAW,YAAY;IAC3B,IAAI,EAAE,MAAM,EAAE,CAAC;IACf,IAAI,EAAE,WAAW,EAAE,CAAC;CACrB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ProgrammingSharePointKeys.d.ts","sourceRoot":"","sources":["../../../../../src/components/molecules/SearchPage/Interfaces/ProgrammingSharePointKeys.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;
|
|
1
|
+
{"version":3,"file":"ProgrammingSharePointKeys.d.ts","sourceRoot":"","sources":["../../../../../src/components/molecules/SearchPage/Interfaces/ProgrammingSharePointKeys.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAO3D,eAAO,MAAM,0BAA0B,EAAE,MAAM,EAE9C,CAAC;AAEF,eAAO,MAAM,iCAAiC,EAAE,WAAW,EAK1D,CAAC;AAEF,eAAO,MAAM,yBAAyB,EAAE,MAAM,EAG7C,CAAC;AAEF,eAAO,MAAM,gCAAgC,EAAE,WAAW,EASzD,CAAC;AACF;;;GAGG;AAEH,eAAO,MAAM,cAAc,EAAE,YAe5B,CAAC"}
|
|
@@ -1,26 +1,27 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { ContentGroupCode, ContentGroupData } from "./IContentGroup";
|
|
2
|
+
import { StdSharePointKeys, MediaFileKeys, StdFileKeys, StdSharePointSearchTypes, MediaFileSearchTypes, StdFileSearchTypes, } from "./StandardTypes";
|
|
2
3
|
// Keys must be in same order as in StdSharePointSearchTypes
|
|
3
4
|
export const XProgrammingSharePointKeys = [
|
|
4
5
|
"ts", "md", "py", "vba"
|
|
5
6
|
];
|
|
6
7
|
export const XProgrammingSharePointSearchTypes = [
|
|
7
|
-
{ key: "ts", title: "ts", icon: "TypeScriptLanguage", style: "", count: 0, color: "blue", similarKey: 'ts' },
|
|
8
|
-
{ key: "md", title: "md", icon: "MarkDownLanguage", style: "", count: 0, color: "blue", similarKey: 'md' },
|
|
9
|
-
{ key: "py", title: "py", icon: "PythonLanguage", style: "", count: 0, color: "blue", similarKey: 'py' },
|
|
10
|
-
{ key: "vba", title: "vba", icon: "VisualBasicLanguage", style: "", count: 0, color: "blue", similarKey: 'vba' },
|
|
8
|
+
{ key: "ts", title: "ts", icon: "TypeScriptLanguage", style: "", count: 0, color: "blue", similarKey: 'ts', contentGroup: ContentGroupCode },
|
|
9
|
+
{ key: "md", title: "md", icon: "MarkDownLanguage", style: "", count: 0, color: "blue", similarKey: 'md', contentGroup: ContentGroupCode },
|
|
10
|
+
{ key: "py", title: "py", icon: "PythonLanguage", style: "", count: 0, color: "blue", similarKey: 'py', contentGroup: ContentGroupCode },
|
|
11
|
+
{ key: "vba", title: "vba", icon: "VisualBasicLanguage", style: "", count: 0, color: "blue", similarKey: 'vba', contentGroup: ContentGroupCode },
|
|
11
12
|
];
|
|
12
13
|
export const ProgrammingSharePointKeys = [
|
|
13
14
|
"js", "html", "css",
|
|
14
15
|
"json", "xml", "exe", "ps1"
|
|
15
16
|
];
|
|
16
17
|
export const ProgrammingSharePointSearchTypes = [
|
|
17
|
-
{ key: "js", title: "js", icon: "JS", style: "", count: 0, color: "blue", similarKey: 'js' },
|
|
18
|
-
{ key: "html", title: "html", icon: "FileHTML", style: "", count: 0, color: "blue", similarKey: 'html' },
|
|
19
|
-
{ key: "css", title: "css", icon: "CSS", style: "", count: 0, color: "blue", similarKey: 'css' },
|
|
20
|
-
{ key: "json", title: "json", icon: "Code", style: "", count: 0, color: "blue", similarKey: 'json' },
|
|
21
|
-
{ key: "xml", title: "xml", icon: "CalculatorMultiply", style: "", count: 0, color: "blue", similarKey: 'xml' },
|
|
22
|
-
{ key: "exe", title: "exe", icon: "CSharpLanguage", style: "", count: 0, color: "blue", similarKey: 'exe' },
|
|
23
|
-
{ key: "ps1", title: "ps1", icon: "PowerShell2", style: "", count: 0, color: "blue", similarKey: 'ps1' },
|
|
18
|
+
{ key: "js", title: "js", icon: "JS", style: "", count: 0, color: "blue", similarKey: 'js', contentGroup: ContentGroupCode },
|
|
19
|
+
{ key: "html", title: "html", icon: "FileHTML", style: "", count: 0, color: "blue", similarKey: 'html', contentGroup: ContentGroupCode },
|
|
20
|
+
{ key: "css", title: "css", icon: "CSS", style: "", count: 0, color: "blue", similarKey: 'css', contentGroup: ContentGroupCode },
|
|
21
|
+
{ key: "json", title: "json", icon: "Code", style: "", count: 0, color: "blue", similarKey: 'json', contentGroup: ContentGroupData },
|
|
22
|
+
{ key: "xml", title: "xml", icon: "CalculatorMultiply", style: "", count: 0, color: "blue", similarKey: 'xml', contentGroup: ContentGroupCode },
|
|
23
|
+
{ key: "exe", title: "exe", icon: "CSharpLanguage", style: "", count: 0, color: "blue", similarKey: 'exe', contentGroup: ContentGroupCode },
|
|
24
|
+
{ key: "ps1", title: "ps1", icon: "PowerShell2", style: "", count: 0, color: "blue", similarKey: 'ps1', contentGroup: ContentGroupCode },
|
|
24
25
|
];
|
|
25
26
|
/**
|
|
26
27
|
* Use SearchTypes for addSearchMeta1 && addSearchMeta2 function
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ProgrammingSharePointKeys.js","sourceRoot":"","sources":["../../../../../src/components/molecules/SearchPage/Interfaces/ProgrammingSharePointKeys.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,iBAAiB,EAAE,aAAa,EAAE,WAAW,EAAE,wBAAwB,EAAE,oBAAoB,EAAE,kBAAkB,
|
|
1
|
+
{"version":3,"file":"ProgrammingSharePointKeys.js","sourceRoot":"","sources":["../../../../../src/components/molecules/SearchPage/Interfaces/ProgrammingSharePointKeys.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"StandardTypes.d.ts","sourceRoot":"","sources":["../../../../../src/components/molecules/SearchPage/Interfaces/StandardTypes.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;
|
|
1
|
+
{"version":3,"file":"StandardTypes.d.ts","sourceRoot":"","sources":["../../../../../src/components/molecules/SearchPage/Interfaces/StandardTypes.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAI3D,eAAO,MAAM,WAAW,EAAE,MAAM,EAW/B,CAAC;AAEF,eAAO,MAAM,gBAAgB,oGAAoG,CAAC;AAElI;;;GAGG;AAEH,eAAO,MAAM,kBAAkB,EAAE,WAAW,EA0B3C,CAAC;AAGF,eAAO,MAAM,aAAa,EAAE,MAAM,EAKjC,CAAC;AAEF;;;GAGG;AAEH,eAAO,MAAM,oBAAoB,EAAE,WAAW,EAe7C,CAAC;AAIF,eAAO,MAAM,iBAAiB,EAAE,MAAM,EAIrC,CAAC;AAEF,eAAO,MAAM,wBAAwB,EAAE,WAAW,EAUjD,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,WAAW,EAAE,YAWzB,CAAA"}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { ContentGroupData, ContentGroupOffice, ContentGroupSP, MediaGroupOffice } from "./IContentGroup";
|
|
1
2
|
// Keys must be in same order as in StdFileSearchTypes
|
|
2
3
|
export const StdFileKeys = [
|
|
3
4
|
"pdf",
|
|
@@ -6,7 +7,8 @@ export const StdFileKeys = [
|
|
|
6
7
|
"doc", "docx",
|
|
7
8
|
"rtf", "txt", "csv",
|
|
8
9
|
"msg",
|
|
9
|
-
"
|
|
10
|
+
"one", "onepkg",
|
|
11
|
+
"7z", "zip",
|
|
10
12
|
];
|
|
11
13
|
export const OldOfficeWarning = `This file is using an outdated Office format which can be inefficient and use a lot more space.`;
|
|
12
14
|
/**
|
|
@@ -14,29 +16,29 @@ export const OldOfficeWarning = `This file is using an outdated Office format wh
|
|
|
14
16
|
* However, I'm not sure if the title should be the same for all the variants of certain types of files.
|
|
15
17
|
*/
|
|
16
18
|
export const StdFileSearchTypes = [
|
|
17
|
-
{ key: "pdf", title: "pdf", icon: "PDF", style: "", count: 0, color: 'red', similarKey: 'pdf' },
|
|
18
|
-
{ key: "ppt", title: "ppt", icon: "PowerPointDocument", style: "", count: 0, color: 'firebrick', similarKey: 'ppt', warning: OldOfficeWarning },
|
|
19
|
-
{ key: "pptx", title: "pptx", icon: "PowerPointDocument", style: "", count: 0, color: 'firebrick', similarKey: 'ppt', adjust: -1 },
|
|
20
|
-
{ key: "pptm", title: "pptm", icon: "PowerPointDocument", style: "", count: 0, color: 'firebrick', similarKey: 'ppt', adjust: -2 },
|
|
21
|
-
{ key: "xls", title: "xls", icon: "ExcelDocument", style: "", count: 0, color: 'darkgreen', similarKey: 'xls', warning: OldOfficeWarning },
|
|
22
|
-
{ key: "xlsm", title: "xlsm", icon: "ExcelDocument", style: "", count: 0, color: 'darkgreen', similarKey: 'xls', adjust: -1 },
|
|
23
|
-
{ key: "xlsx", title: "xlsx", icon: "ExcelDocument", style: "", count: 0, color: 'darkgreen', similarKey: 'xls', adjust: -2 },
|
|
24
|
-
{ key: "xlsb", title: "xlsb", icon: "ExcelDocument", style: "", count: 0, color: 'darkgreen', similarKey: 'xls', adjust: -3 },
|
|
25
|
-
{ key: "doc", title: "doc", icon: "WordDocument", style: "", count: 0, color: 'darkblue', similarKey: 'doc', warning: OldOfficeWarning },
|
|
26
|
-
{ key: "docx", title: "docx", icon: "WordDocument", style: "", count: 0, color: 'darkblue', similarKey: 'doc', adjust: -1 },
|
|
27
|
-
{ key: "rtf", title: "rtf", icon: "AlignLeft", style: "", count: 0, color: 'black', similarKey: 'txt' },
|
|
28
|
-
{ key: "txt", title: "txt", icon: "TextDocument", style: "", count: 0, color: 'black', similarKey: 'txt', adjust: -1 },
|
|
29
|
-
{ key: "csv", title: "csv", icon: "TextDocument", style: "", count: 0, color: 'black', similarKey: 'txt', adjust: -2 },
|
|
30
|
-
{ key: "msg", title: "msg", icon: "OutlookLogo", style: "", count: 0, color: 'blue', similarKey: 'mail' },
|
|
31
|
-
{ key: "
|
|
32
|
-
{ key: "
|
|
19
|
+
{ key: "pdf", title: "pdf", icon: "PDF", style: "", count: 0, color: 'red', similarKey: 'pdf', contentGroup: ContentGroupOffice },
|
|
20
|
+
{ key: "ppt", title: "ppt", icon: "PowerPointDocument", style: "", count: 0, color: 'firebrick', similarKey: 'ppt', warning: OldOfficeWarning, contentGroup: ContentGroupOffice },
|
|
21
|
+
{ key: "pptx", title: "pptx", icon: "PowerPointDocument", style: "", count: 0, color: 'firebrick', similarKey: 'ppt', contentGroup: ContentGroupOffice, adjust: -1 },
|
|
22
|
+
{ key: "pptm", title: "pptm", icon: "PowerPointDocument", style: "", count: 0, color: 'firebrick', similarKey: 'ppt', contentGroup: ContentGroupOffice, adjust: -2 },
|
|
23
|
+
{ key: "xls", title: "xls", icon: "ExcelDocument", style: "", count: 0, color: 'darkgreen', similarKey: 'xls', contentGroup: ContentGroupOffice, warning: OldOfficeWarning },
|
|
24
|
+
{ key: "xlsm", title: "xlsm", icon: "ExcelDocument", style: "", count: 0, color: 'darkgreen', similarKey: 'xls', contentGroup: ContentGroupOffice, adjust: -1 },
|
|
25
|
+
{ key: "xlsx", title: "xlsx", icon: "ExcelDocument", style: "", count: 0, color: 'darkgreen', similarKey: 'xls', contentGroup: ContentGroupOffice, adjust: -2 },
|
|
26
|
+
{ key: "xlsb", title: "xlsb", icon: "ExcelDocument", style: "", count: 0, color: 'darkgreen', similarKey: 'xls', contentGroup: ContentGroupOffice, adjust: -3 },
|
|
27
|
+
{ key: "doc", title: "doc", icon: "WordDocument", style: "", count: 0, color: 'darkblue', similarKey: 'doc', contentGroup: ContentGroupOffice, warning: OldOfficeWarning },
|
|
28
|
+
{ key: "docx", title: "docx", icon: "WordDocument", style: "", count: 0, color: 'darkblue', similarKey: 'doc', contentGroup: ContentGroupOffice, adjust: -1 },
|
|
29
|
+
{ key: "rtf", title: "rtf", icon: "AlignLeft", style: "", count: 0, color: 'black', similarKey: 'txt', contentGroup: ContentGroupData },
|
|
30
|
+
{ key: "txt", title: "txt", icon: "TextDocument", style: "", count: 0, color: 'black', similarKey: 'txt', contentGroup: ContentGroupData, adjust: -1 },
|
|
31
|
+
{ key: "csv", title: "csv", icon: "TextDocument", style: "", count: 0, color: 'black', similarKey: 'txt', contentGroup: ContentGroupData, adjust: -2 },
|
|
32
|
+
{ key: "msg", title: "msg", icon: "OutlookLogo", style: "", count: 0, color: 'blue', similarKey: 'mail', contentGroup: ContentGroupOffice },
|
|
33
|
+
{ key: "one", title: "one", icon: "OneNoteLogo", style: "", count: 0, color: 'purple', similarKey: 'onenote' },
|
|
34
|
+
{ key: "onepkg", title: "onenote", icon: "OneNoteLogo", style: "", count: 0, color: 'purple', similarKey: 'onenote', contentGroup: ContentGroupOffice, adjust: -1 },
|
|
35
|
+
{ key: "7z", title: "7-zip", icon: "ZipFolder", style: "", count: 0, color: 'blue', similarKey: 'zip', contentGroup: ContentGroupOffice },
|
|
36
|
+
{ key: "zip", title: "zip", icon: "ZipFolder", style: "", count: 0, color: 'blue', similarKey: 'zip', contentGroup: ContentGroupOffice, adjust: -1 },
|
|
33
37
|
];
|
|
34
38
|
// Keys must be in same order as in StdFileSearchTypes
|
|
35
39
|
export const MediaFileKeys = [
|
|
36
40
|
"avi", "mp4", "wmf", "mov", "wmv",
|
|
37
41
|
"png", "gif", "jpg", "jpeg",
|
|
38
|
-
"one", "onepkg",
|
|
39
|
-
"7z", "zip",
|
|
40
42
|
"dwg",
|
|
41
43
|
];
|
|
42
44
|
/**
|
|
@@ -44,28 +46,29 @@ export const MediaFileKeys = [
|
|
|
44
46
|
* However, I'm not sure if the title should be the same for all the variants of certain types of files.
|
|
45
47
|
*/
|
|
46
48
|
export const MediaFileSearchTypes = [
|
|
47
|
-
{ key: "avi", title: "avi", icon: "MSNVideosSolid", style: "", count: 0, color: 'blue', similarKey: 'video' },
|
|
48
|
-
{ key: "mp4", title: "mp4", icon: "MSNVideosSolid", style: "", count: 0, color: 'blue', similarKey: 'video', adjust: -1 },
|
|
49
|
-
{ key: "wmf", title: "wmf", icon: "MSNVideosSolid", style: "", count: 0, color: 'blue', similarKey: 'video', adjust: -2 },
|
|
50
|
-
{ key: "mov", title: "mov", icon: "MSNVideosSolid", style: "", count: 0, color: 'blue', similarKey: 'video', adjust: -3 },
|
|
51
|
-
{ key: "wmv", title: "wmv", icon: "MSNVideosSolid", style: "", count: 0, color: 'blue', similarKey: 'video', adjust: -4 },
|
|
52
|
-
{ key: "png", title: "png", icon: "Photo2", style: "", count: 0, color: 'blue', similarKey: 'image' },
|
|
53
|
-
{ key: "gif", title: "gif", icon: "Photo2", style: "", count: 0, color: 'blue', similarKey: 'image', adjust: -1 },
|
|
54
|
-
{ key: "jpg", title: "jpg", icon: "Photo2", style: "", count: 0, color: 'blue', similarKey: 'image', adjust: -2 },
|
|
55
|
-
{ key: "jpeg", title: "jpeg", icon: "Photo2", style: "", count: 0, color: 'blue', similarKey: 'image', adjust: -3 },
|
|
56
|
-
{ key: "one", title: "one", icon: "OneNoteLogo", style: "", count: 0, color: 'purple', similarKey: 'onenote' },
|
|
57
|
-
{ key: "onepkg", title: "onenote", icon: "OneNoteLogo", style: "", count: 0, color: 'purple', similarKey: 'onenote', adjust: -1 },
|
|
58
|
-
{ key: "7z", title: "7-zip", icon: "ZipFolder", style: "", count: 0, color: 'blue', similarKey: 'zip' },
|
|
59
|
-
{ key: "zip", title: "zip", icon: "ZipFolder", style: "", count: 0, color: 'blue', similarKey: 'zip', adjust: -1 },
|
|
49
|
+
{ key: "avi", title: "avi", icon: "MSNVideosSolid", style: "", count: 0, color: 'blue', similarKey: 'video', contentGroup: MediaGroupOffice },
|
|
50
|
+
{ key: "mp4", title: "mp4", icon: "MSNVideosSolid", style: "", count: 0, color: 'blue', similarKey: 'video', contentGroup: MediaGroupOffice, adjust: -1 },
|
|
51
|
+
{ key: "wmf", title: "wmf", icon: "MSNVideosSolid", style: "", count: 0, color: 'blue', similarKey: 'video', contentGroup: MediaGroupOffice, adjust: -2 },
|
|
52
|
+
{ key: "mov", title: "mov", icon: "MSNVideosSolid", style: "", count: 0, color: 'blue', similarKey: 'video', contentGroup: MediaGroupOffice, adjust: -3 },
|
|
53
|
+
{ key: "wmv", title: "wmv", icon: "MSNVideosSolid", style: "", count: 0, color: 'blue', similarKey: 'video', contentGroup: MediaGroupOffice, adjust: -4 },
|
|
54
|
+
{ key: "png", title: "png", icon: "Photo2", style: "", count: 0, color: 'blue', similarKey: 'image', contentGroup: MediaGroupOffice },
|
|
55
|
+
{ key: "gif", title: "gif", icon: "Photo2", style: "", count: 0, color: 'blue', similarKey: 'image', contentGroup: MediaGroupOffice, adjust: -1 },
|
|
56
|
+
{ key: "jpg", title: "jpg", icon: "Photo2", style: "", count: 0, color: 'blue', similarKey: 'image', contentGroup: MediaGroupOffice, adjust: -2 },
|
|
57
|
+
{ key: "jpeg", title: "jpeg", icon: "Photo2", style: "", count: 0, color: 'blue', similarKey: 'image', contentGroup: MediaGroupOffice, adjust: -3 },
|
|
60
58
|
{ key: "dwg", title: "dwg", icon: "PenWorkspace", style: "", count: 0, color: 'black', similarKey: 'dwg' },
|
|
61
59
|
];
|
|
62
60
|
// Keys must be in same order as in StdSharePointSearchTypes
|
|
63
61
|
export const StdSharePointKeys = [
|
|
62
|
+
"folder", "docset",
|
|
64
63
|
"page", "news",
|
|
64
|
+
"spitem"
|
|
65
65
|
];
|
|
66
66
|
export const StdSharePointSearchTypes = [
|
|
67
|
-
{ key: "
|
|
68
|
-
{ key: "
|
|
67
|
+
{ key: "folder", title: "folder", icon: "FabricOpenFolderHorizontal", style: "", count: 0, color: '', similarKey: 'folder', contentGroup: ContentGroupSP },
|
|
68
|
+
{ key: "docset", title: "docset", icon: "DocumentSet", style: "", count: 0, color: '', similarKey: 'docset', contentGroup: ContentGroupSP },
|
|
69
|
+
{ key: "page", title: "page", icon: "KnowledgeArticle", style: "", count: 0, color: "blue", similarKey: 'page', contentGroup: ContentGroupSP },
|
|
70
|
+
{ key: "news", title: "news", icon: "News", style: "", count: 0, color: "blue", similarKey: 'page', contentGroup: ContentGroupSP },
|
|
71
|
+
{ key: "spitem", title: "spitem", icon: "BulletedList2", style: "", count: 0, color: "blue", similarKey: 'spitem', contentGroup: ContentGroupSP },
|
|
69
72
|
];
|
|
70
73
|
/**
|
|
71
74
|
* Use SearchTypes for addSearchMeta1 && addSearchMeta2 function
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"StandardTypes.js","sourceRoot":"","sources":["../../../../../src/components/molecules/SearchPage/Interfaces/StandardTypes.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"StandardTypes.js","sourceRoot":"","sources":["../../../../../src/components/molecules/SearchPage/Interfaces/StandardTypes.ts"],"names":[],"mappings":"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"}
|