@studyportals/fawkes 7.4.2-1 → 7.4.2-2
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/src/common/FilterKeyValuesMap.d.ts +1 -1
- package/dist/src/common/IPresenter.d.ts +1 -1
- package/dist/src/common/ISeoFilterState.d.ts +1 -1
- package/dist/src/common/ISeoInfoBase.d.ts +1 -1
- package/dist/src/common/rules/OnlineAttendanceRule.js +1 -1
- package/dist/src/common/rules/OnlyFiltersSelectedRule.d.ts +1 -1
- package/dist/src/common/rules/SingleValueSelectedForFilterRule.d.ts +1 -1
- package/dist/src/enums/AttendanceFilterOptionValue.d.ts +5 -0
- package/dist/src/enums/AttendanceFilterOptionValue.js +6 -0
- package/dist/src/enums/DegreeTypeFilterOptionValue.d.ts +29 -0
- package/dist/src/enums/DegreeTypeFilterOptionValue.js +30 -0
- package/dist/src/enums/DurationFilterOptionValue.d.ts +16 -0
- package/dist/src/enums/DurationFilterOptionValue.js +17 -0
- package/dist/src/enums/EducationalFormFilterOptionValue.d.ts +8 -0
- package/dist/src/enums/EducationalFormFilterOptionValue.js +9 -0
- package/dist/src/enums/FilterKey.d.ts +21 -0
- package/dist/src/enums/FilterKey.js +22 -0
- package/dist/src/enums/FormatFilterOptionValue.d.ts +4 -0
- package/dist/src/enums/FormatFilterOptionValue.js +5 -0
- package/dist/src/enums/SpecialProgrammesFilterOptionValue.d.ts +5 -0
- package/dist/src/enums/SpecialProgrammesFilterOptionValue.js +6 -0
- package/dist/src/enums/TuitionFeeFilterOptionValue.d.ts +3 -0
- package/dist/src/enums/TuitionFeeFilterOptionValue.js +4 -0
- package/dist/src/errors/InvalidFilterValueError.d.ts +1 -1
- package/dist/src/organisations/policies/our-picks/Area.js +1 -1
- package/dist/src/organisations/policies/our-picks/AreaAttendance.js +1 -1
- package/dist/src/organisations/policies/our-picks/Attendance.js +1 -1
- package/dist/src/organisations/policies/our-picks/Continent.js +1 -1
- package/dist/src/organisations/policies/our-picks/Country.js +1 -1
- package/dist/src/organisations/policies/our-picks/CountryAttendance.js +1 -1
- package/dist/src/organisations/policies/ranked/RankedArea.js +1 -1
- package/dist/src/organisations/policies/ranked/RankedAreaDiscipline.js +1 -1
- package/dist/src/organisations/policies/ranked/RankedAttendance.js +1 -1
- package/dist/src/organisations/policies/ranked/RankedAttendanceDiscipline.js +1 -1
- package/dist/src/organisations/policies/ranked/RankedContinent.js +1 -1
- package/dist/src/organisations/policies/ranked/RankedContinentAttendance.js +1 -1
- package/dist/src/organisations/policies/ranked/RankedCountry.js +1 -1
- package/dist/src/organisations/policies/ranked/RankedCountryAttendance.js +1 -1
- package/dist/src/organisations/policies/ranked/RankedCountryDiscipline.js +1 -1
- package/dist/src/organisations/policies/ranked/RankedDiscipline.js +1 -1
- package/dist/src/organisations/rules/BaseSearchVolumeOrganisationsRule.d.ts +1 -1
- package/dist/src/organisations/rules/ContinentIsEuropeRule.js +1 -1
- package/dist/src/organisations/rules/SearchVolumeAreasAttendanceRule.js +1 -1
- package/dist/src/organisations/rules/SearchVolumeAreasDisciplineRule.js +1 -1
- package/dist/src/organisations/rules/SearchVolumeCountriesAttendanceRule.js +1 -1
- package/dist/src/presenters/AreaPresenter.d.ts +1 -1
- package/dist/src/presenters/AreaPresenter.js +1 -1
- package/dist/src/presenters/AttendancePresenter.d.ts +1 -1
- package/dist/src/presenters/AttendancePresenter.js +1 -1
- package/dist/src/presenters/ContinentPresenter.d.ts +1 -1
- package/dist/src/presenters/ContinentPresenter.js +1 -1
- package/dist/src/presenters/CountryPresenter.d.ts +1 -1
- package/dist/src/presenters/CountryPresenter.js +1 -1
- package/dist/src/presenters/DegreePresenter.d.ts +1 -1
- package/dist/src/presenters/DegreePresenter.js +2 -1
- package/dist/src/presenters/DisciplinePresenter.d.ts +1 -1
- package/dist/src/presenters/DisciplinePresenter.js +1 -1
- package/dist/src/presenters/DurationPresenter.d.ts +2 -1
- package/dist/src/presenters/DurationPresenter.js +2 -1
- package/dist/src/presenters/EducationalFormPresenter.d.ts +1 -1
- package/dist/src/presenters/EducationalFormPresenter.js +2 -1
- package/dist/src/presenters/FormatPresenter.d.ts +1 -1
- package/dist/src/presenters/FormatPresenter.js +2 -1
- package/dist/src/presenters/SpecialProgrammesPresenter.d.ts +1 -1
- package/dist/src/presenters/SpecialProgrammesPresenter.js +2 -1
- package/dist/src/presenters/TuitionFeePresenter.d.ts +1 -1
- package/dist/src/presenters/TuitionFeePresenter.js +2 -1
- package/dist/src/programmes/ProgrammesBaseIndexabilityPolicy.d.ts +1 -1
- package/dist/src/programmes/policies/Area.d.ts +1 -1
- package/dist/src/programmes/policies/Area.js +1 -1
- package/dist/src/programmes/policies/Attendance.d.ts +1 -1
- package/dist/src/programmes/policies/Attendance.js +1 -1
- package/dist/src/programmes/policies/AttendanceDegree.d.ts +1 -1
- package/dist/src/programmes/policies/AttendanceDegree.js +1 -1
- package/dist/src/programmes/policies/Continent.d.ts +1 -1
- package/dist/src/programmes/policies/Continent.js +1 -1
- package/dist/src/programmes/policies/ContinentTuitionFee.d.ts +1 -1
- package/dist/src/programmes/policies/ContinentTuitionFee.js +1 -1
- package/dist/src/programmes/policies/Country.d.ts +1 -1
- package/dist/src/programmes/policies/Country.js +1 -1
- package/dist/src/programmes/policies/CountryAttendance.d.ts +1 -1
- package/dist/src/programmes/policies/CountryAttendance.js +1 -1
- package/dist/src/programmes/policies/CountryAttendanceDegree.d.ts +1 -1
- package/dist/src/programmes/policies/CountryAttendanceDegree.js +1 -1
- package/dist/src/programmes/policies/CountryDegree.d.ts +1 -1
- package/dist/src/programmes/policies/CountryDegree.js +1 -1
- package/dist/src/programmes/policies/CountryDuration.d.ts +1 -1
- package/dist/src/programmes/policies/CountryDuration.js +1 -1
- package/dist/src/programmes/policies/CountryDurationDegree.d.ts +1 -1
- package/dist/src/programmes/policies/CountryDurationDegree.js +1 -1
- package/dist/src/programmes/policies/CountryEducationalForm.d.ts +1 -1
- package/dist/src/programmes/policies/CountryEducationalForm.js +1 -1
- package/dist/src/programmes/policies/CountryFormat.d.ts +1 -1
- package/dist/src/programmes/policies/CountryFormat.js +1 -1
- package/dist/src/programmes/policies/CountryTuitionFee.d.ts +1 -1
- package/dist/src/programmes/policies/CountryTuitionFee.js +1 -1
- package/dist/src/programmes/policies/Degree.d.ts +1 -1
- package/dist/src/programmes/policies/Degree.js +1 -1
- package/dist/src/programmes/policies/DegreeAttendanceDiscipline.d.ts +1 -1
- package/dist/src/programmes/policies/DegreeAttendanceDiscipline.js +2 -2
- package/dist/src/programmes/policies/DegreeCountryAttendance.d.ts +1 -1
- package/dist/src/programmes/policies/DegreeCountryAttendance.js +2 -2
- package/dist/src/programmes/policies/DegreeCountryDiscipline.d.ts +1 -1
- package/dist/src/programmes/policies/DegreeCountryDiscipline.js +2 -2
- package/dist/src/programmes/policies/DegreeCountryTuitionFee.d.ts +1 -1
- package/dist/src/programmes/policies/DegreeCountryTuitionFee.js +3 -3
- package/dist/src/programmes/policies/Discipline.d.ts +1 -1
- package/dist/src/programmes/policies/Discipline.js +1 -1
- package/dist/src/programmes/policies/DisciplineArea.d.ts +1 -1
- package/dist/src/programmes/policies/DisciplineArea.js +1 -1
- package/dist/src/programmes/policies/DisciplineAttendance.d.ts +1 -1
- package/dist/src/programmes/policies/DisciplineAttendance.js +1 -1
- package/dist/src/programmes/policies/DisciplineContinent.d.ts +1 -1
- package/dist/src/programmes/policies/DisciplineContinent.js +1 -1
- package/dist/src/programmes/policies/DisciplineCountry.d.ts +1 -1
- package/dist/src/programmes/policies/DisciplineCountry.js +1 -1
- package/dist/src/programmes/policies/DisciplineCountryEducationalForm.d.ts +1 -1
- package/dist/src/programmes/policies/DisciplineCountryEducationalForm.js +1 -1
- package/dist/src/programmes/policies/DisciplineDegree.d.ts +1 -1
- package/dist/src/programmes/policies/DisciplineDegree.js +1 -1
- package/dist/src/programmes/policies/DisciplineDuration.d.ts +1 -1
- package/dist/src/programmes/policies/DisciplineDuration.js +1 -1
- package/dist/src/programmes/policies/DisciplineEducationalForm.d.ts +1 -1
- package/dist/src/programmes/policies/DisciplineEducationalForm.js +1 -1
- package/dist/src/programmes/policies/DisciplineFormat.d.ts +1 -1
- package/dist/src/programmes/policies/DisciplineFormat.js +1 -1
- package/dist/src/programmes/policies/DisciplineTuitionFee.d.ts +1 -1
- package/dist/src/programmes/policies/DisciplineTuitionFee.js +1 -1
- package/dist/src/programmes/policies/DisciplineTuitionFeeAttendance.d.ts +1 -1
- package/dist/src/programmes/policies/DisciplineTuitionFeeAttendance.js +1 -1
- package/dist/src/programmes/policies/SpecialProgrammes.d.ts +1 -1
- package/dist/src/programmes/policies/SpecialProgrammes.js +1 -1
- package/dist/src/programmes/policies/TuitionFee.d.ts +1 -1
- package/dist/src/programmes/policies/TuitionFee.js +1 -1
- package/dist/src/programmes/rules/AffordableTuitionFeeRule.js +2 -2
- package/dist/src/programmes/rules/DegreeAttendanceDisciplineRule.js +2 -2
- package/dist/src/programmes/rules/DegreeAttendanceDisciplineSpecificRule.js +2 -2
- package/dist/src/programmes/rules/DegreeCountryAttendanceSpecificRule.js +3 -2
- package/dist/src/programmes/rules/DegreeCountryDisciplineSpecificRule.js +2 -2
- package/dist/src/programmes/rules/DegreeCountryTuitionFeeSpecificRule.js +3 -3
- package/dist/src/programmes/rules/DegreeDisciplineRule.js +2 -2
- package/dist/src/programmes/rules/ErasmusOrJointSpecialProgrammesRule.js +2 -2
- package/dist/src/programmes/rules/IndexableDegreeRule.js +2 -2
- package/dist/src/programmes/rules/IndexableDurationRule.js +1 -1
- package/dist/src/programmes/rules/IndexableEducationalFormRule.js +2 -2
- package/dist/src/programmes/rules/MbaDegreeRule.js +2 -2
- package/dist/src/programmes/rules/MbaOrMscDegreeRule.js +2 -2
- package/dist/src/programmes/rules/OneYearDurationRule.js +2 -2
- package/dist/src/programmes/rules/PartTimeFormatRule.js +2 -2
- package/dist/src/programmes/types/IProgrammeSitemapUrlGenerator.d.ts +1 -1
- package/dist/src/scholarships/policies/Area.js +1 -1
- package/dist/src/scholarships/policies/Country.js +1 -1
- package/dist/src/scholarships/policies/Discipline.js +1 -1
- package/dist/src/scholarships/policies/DisciplineCountry.js +1 -1
- package/dist/src/scholarships/policies/UniversityCountry.js +1 -1
- package/dist/src/scholarships/rules/ExceptAustaliaAreasRule.js +1 -1
- package/dist/src/scholarships/rules/SearchVolumeAreasRule.js +1 -1
- package/dist/src/scholarships/rules/SearchVolumeCountriesDisciplinesRule.js +1 -1
- package/dist/src/scholarships/rules/SearchVolumeCountriesRule.js +1 -1
- package/dist/src/scholarships/rules/SearchVolumeDisciplinesRule.js +1 -1
- package/dist/src/sitemap-generator/BaseSitemapUrlGeneratorManager.d.ts +1 -1
- package/dist/src/sitemap-generator/ISitemapUrlGeneratorManager.d.ts +1 -1
- package/dist/src/sitemap-generator/OrganisationsSitemapUrlGeneratorManager.d.ts +1 -1
- package/dist/src/sitemap-generator/OrganisationsSitemapUrlGeneratorManager.js +1 -1
- package/dist/src/sitemap-generator/ProgrammesSitemapUrlGeneratorManager.d.ts +1 -1
- package/dist/src/sitemap-generator/ProgrammesSitemapUrlGeneratorManager.js +1 -1
- package/package.json +1 -2
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { FilterKey } from
|
|
1
|
+
import { FilterKey } from "../enums/FilterKey";
|
|
2
2
|
export type FilterKeyValuesMap = Map<FilterKey, string[]>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { FilterKey } from
|
|
1
|
+
import { FilterKey } from "../enums/FilterKey";
|
|
2
2
|
import { ISeoFilterState } from './ISeoFilterState';
|
|
3
3
|
export interface ISeoInfoBase {
|
|
4
4
|
selectionOnlyFor(filterKeys: FilterKey[], filterSelectionState: ISeoFilterState): Promise<boolean>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { FilterKey } from
|
|
1
|
+
import { FilterKey } from "../../enums/FilterKey";
|
|
2
2
|
import { BaseFilterKeyValueRule } from '../../common/rules/BaseFilterKeyValueRule';
|
|
3
3
|
export class OnlineAttendanceRule extends BaseFilterKeyValueRule {
|
|
4
4
|
constructor() {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { IRule } from '../../common/IRule';
|
|
2
|
-
import { FilterKey } from
|
|
2
|
+
import { FilterKey } from "../../enums/FilterKey";
|
|
3
3
|
import { ISearchDependencies } from '../../common/ISearchDependencies';
|
|
4
4
|
import { FilterKeyValuesMap } from '../FilterKeyValuesMap';
|
|
5
5
|
export declare class OnlyFiltersSelectedRule implements IRule {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { IRule } from '../../common/IRule';
|
|
2
|
-
import { FilterKey } from
|
|
2
|
+
import { FilterKey } from "../../enums/FilterKey";
|
|
3
3
|
import { ISearchDependencies } from '../../common/ISearchDependencies';
|
|
4
4
|
import { FilterKeyValuesMap } from '../FilterKeyValuesMap';
|
|
5
5
|
export declare class SingleValueSelectedForFilterRule implements IRule {
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export var AttendanceFilterOptionValue;
|
|
2
|
+
(function (AttendanceFilterOptionValue) {
|
|
3
|
+
AttendanceFilterOptionValue["FACE_2_FACE"] = "face2face";
|
|
4
|
+
AttendanceFilterOptionValue["ONLINE"] = "online";
|
|
5
|
+
AttendanceFilterOptionValue["BLENDED"] = "blended";
|
|
6
|
+
})(AttendanceFilterOptionValue || (AttendanceFilterOptionValue = {}));
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
export declare enum DegreeTypeFilterOptionValue {
|
|
2
|
+
PHD = "phd",
|
|
3
|
+
DBA = "dba",
|
|
4
|
+
DOCTORATE = "doct",
|
|
5
|
+
MSC = "msc",
|
|
6
|
+
MA = "ma",
|
|
7
|
+
MBA = "mba",
|
|
8
|
+
LLM = "llm",
|
|
9
|
+
MPHIL = "mphil",
|
|
10
|
+
MLITT = "mlitt",
|
|
11
|
+
MRES = "mres",
|
|
12
|
+
MED = "med",
|
|
13
|
+
MENG = "meng",
|
|
14
|
+
POSTGRADIP = "postgraddip",
|
|
15
|
+
POSTGRADCERT = "postgradcert",
|
|
16
|
+
PREMASTER = "premaster",
|
|
17
|
+
BSC = "bsc",
|
|
18
|
+
BA = "ba",
|
|
19
|
+
LLB = "llb",
|
|
20
|
+
BENG = "beng",
|
|
21
|
+
BBA = "bba",
|
|
22
|
+
ASSOCIATE_DEGREE = "ad",
|
|
23
|
+
ACADEMY_PROFESSION = "ap",
|
|
24
|
+
ADVANCED_DIPLOMA = "adiploma",
|
|
25
|
+
GRADUATE_CERTTIFICATE = "gcertificate",
|
|
26
|
+
GRADUATE_DIPLOMA = "gdiploma",
|
|
27
|
+
PREBACHELOR = "prebachelor",
|
|
28
|
+
CERTIFICATE = "certificate"
|
|
29
|
+
}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
export var DegreeTypeFilterOptionValue;
|
|
2
|
+
(function (DegreeTypeFilterOptionValue) {
|
|
3
|
+
DegreeTypeFilterOptionValue["PHD"] = "phd";
|
|
4
|
+
DegreeTypeFilterOptionValue["DBA"] = "dba";
|
|
5
|
+
DegreeTypeFilterOptionValue["DOCTORATE"] = "doct";
|
|
6
|
+
DegreeTypeFilterOptionValue["MSC"] = "msc";
|
|
7
|
+
DegreeTypeFilterOptionValue["MA"] = "ma";
|
|
8
|
+
DegreeTypeFilterOptionValue["MBA"] = "mba";
|
|
9
|
+
DegreeTypeFilterOptionValue["LLM"] = "llm";
|
|
10
|
+
DegreeTypeFilterOptionValue["MPHIL"] = "mphil";
|
|
11
|
+
DegreeTypeFilterOptionValue["MLITT"] = "mlitt";
|
|
12
|
+
DegreeTypeFilterOptionValue["MRES"] = "mres";
|
|
13
|
+
DegreeTypeFilterOptionValue["MED"] = "med";
|
|
14
|
+
DegreeTypeFilterOptionValue["MENG"] = "meng";
|
|
15
|
+
DegreeTypeFilterOptionValue["POSTGRADIP"] = "postgraddip";
|
|
16
|
+
DegreeTypeFilterOptionValue["POSTGRADCERT"] = "postgradcert";
|
|
17
|
+
DegreeTypeFilterOptionValue["PREMASTER"] = "premaster";
|
|
18
|
+
DegreeTypeFilterOptionValue["BSC"] = "bsc";
|
|
19
|
+
DegreeTypeFilterOptionValue["BA"] = "ba";
|
|
20
|
+
DegreeTypeFilterOptionValue["LLB"] = "llb";
|
|
21
|
+
DegreeTypeFilterOptionValue["BENG"] = "beng";
|
|
22
|
+
DegreeTypeFilterOptionValue["BBA"] = "bba";
|
|
23
|
+
DegreeTypeFilterOptionValue["ASSOCIATE_DEGREE"] = "ad";
|
|
24
|
+
DegreeTypeFilterOptionValue["ACADEMY_PROFESSION"] = "ap";
|
|
25
|
+
DegreeTypeFilterOptionValue["ADVANCED_DIPLOMA"] = "adiploma";
|
|
26
|
+
DegreeTypeFilterOptionValue["GRADUATE_CERTTIFICATE"] = "gcertificate";
|
|
27
|
+
DegreeTypeFilterOptionValue["GRADUATE_DIPLOMA"] = "gdiploma";
|
|
28
|
+
DegreeTypeFilterOptionValue["PREBACHELOR"] = "prebachelor";
|
|
29
|
+
DegreeTypeFilterOptionValue["CERTIFICATE"] = "certificate";
|
|
30
|
+
})(DegreeTypeFilterOptionValue || (DegreeTypeFilterOptionValue = {}));
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
export declare enum DurationFilterOptionValue {
|
|
2
|
+
LESS_THAN_ONE_MONTH = "[-1,29]",
|
|
3
|
+
ONE_TO_THREE_MONTHS = "[30,90]",
|
|
4
|
+
MORE_THAN_THREE_MONTHS = "[91,-1]",
|
|
5
|
+
LESS_THAN_ONE_YEAR = "[-1,359]",
|
|
6
|
+
ONE_YEAR = "[360,360]",
|
|
7
|
+
ONE_AND_A_HALF_YEARS = "[540,540]",
|
|
8
|
+
LESS_THAN_TWO_YEARS = "[-1,719]",
|
|
9
|
+
MORE_THAN_TWO_YEARS = "[721,-1]",
|
|
10
|
+
TWO_YEARS = "[720,720]",
|
|
11
|
+
TWO_AND_A_HALF_YEARS = "[900,900]",
|
|
12
|
+
THREE_YEARS = "[1080,1080]",
|
|
13
|
+
THREE_AND_A_HALF_YEARS = "[1260,1260]",
|
|
14
|
+
FOUR_YEARS = "[1440,1440]",
|
|
15
|
+
MORE_THAN_FOUR_YEARS = "[1441,-1]"
|
|
16
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
export var DurationFilterOptionValue;
|
|
2
|
+
(function (DurationFilterOptionValue) {
|
|
3
|
+
DurationFilterOptionValue["LESS_THAN_ONE_MONTH"] = "[-1,29]";
|
|
4
|
+
DurationFilterOptionValue["ONE_TO_THREE_MONTHS"] = "[30,90]";
|
|
5
|
+
DurationFilterOptionValue["MORE_THAN_THREE_MONTHS"] = "[91,-1]";
|
|
6
|
+
DurationFilterOptionValue["LESS_THAN_ONE_YEAR"] = "[-1,359]";
|
|
7
|
+
DurationFilterOptionValue["ONE_YEAR"] = "[360,360]";
|
|
8
|
+
DurationFilterOptionValue["ONE_AND_A_HALF_YEARS"] = "[540,540]";
|
|
9
|
+
DurationFilterOptionValue["LESS_THAN_TWO_YEARS"] = "[-1,719]";
|
|
10
|
+
DurationFilterOptionValue["MORE_THAN_TWO_YEARS"] = "[721,-1]";
|
|
11
|
+
DurationFilterOptionValue["TWO_YEARS"] = "[720,720]";
|
|
12
|
+
DurationFilterOptionValue["TWO_AND_A_HALF_YEARS"] = "[900,900]";
|
|
13
|
+
DurationFilterOptionValue["THREE_YEARS"] = "[1080,1080]";
|
|
14
|
+
DurationFilterOptionValue["THREE_AND_A_HALF_YEARS"] = "[1260,1260]";
|
|
15
|
+
DurationFilterOptionValue["FOUR_YEARS"] = "[1440,1440]";
|
|
16
|
+
DurationFilterOptionValue["MORE_THAN_FOUR_YEARS"] = "[1441,-1]";
|
|
17
|
+
})(DurationFilterOptionValue || (DurationFilterOptionValue = {}));
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
export declare enum EducationalFormFilterOptionValue {
|
|
2
|
+
ACADEMIC_COURSE = "academic",
|
|
3
|
+
CONFERENCE_SEMINAR = "conference",
|
|
4
|
+
SUMMER_SCHOOL = "summer_school",
|
|
5
|
+
WINTER_SCHOOL = "winter_school",
|
|
6
|
+
SEMESTER_STUDY_ABROAD = "semester",
|
|
7
|
+
SKILL_PROFESSIONAL_COURSE = "skill"
|
|
8
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export var EducationalFormFilterOptionValue;
|
|
2
|
+
(function (EducationalFormFilterOptionValue) {
|
|
3
|
+
EducationalFormFilterOptionValue["ACADEMIC_COURSE"] = "academic";
|
|
4
|
+
EducationalFormFilterOptionValue["CONFERENCE_SEMINAR"] = "conference";
|
|
5
|
+
EducationalFormFilterOptionValue["SUMMER_SCHOOL"] = "summer_school";
|
|
6
|
+
EducationalFormFilterOptionValue["WINTER_SCHOOL"] = "winter_school";
|
|
7
|
+
EducationalFormFilterOptionValue["SEMESTER_STUDY_ABROAD"] = "semester";
|
|
8
|
+
EducationalFormFilterOptionValue["SKILL_PROFESSIONAL_COURSE"] = "skill";
|
|
9
|
+
})(EducationalFormFilterOptionValue || (EducationalFormFilterOptionValue = {}));
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
export declare enum FilterKey {
|
|
2
|
+
KEYWORD_WHAT = "kw-what",
|
|
3
|
+
KEYWORD_WHERE = "kw-where",
|
|
4
|
+
KEYWORD = "kw",
|
|
5
|
+
ORGANISATIONS = "oi",
|
|
6
|
+
DISCIPLINES = "di",
|
|
7
|
+
EDUCATION_LEVEL = "lv",
|
|
8
|
+
CONTINENT = "rg",
|
|
9
|
+
COUNTRY = "ci",
|
|
10
|
+
AREA = "ae",
|
|
11
|
+
TUITION_FEE = "tr",
|
|
12
|
+
DURATION = "dur",
|
|
13
|
+
ATTENDANCE = "de",
|
|
14
|
+
DELIVERY_METHOD = "mh",
|
|
15
|
+
DEGREE_TYPE = "dg",
|
|
16
|
+
EDUCATIONAL_FORM = "ef",
|
|
17
|
+
SPECIAL_PROGRAMMES = "sps",
|
|
18
|
+
USER_COUNTRY = "uc",
|
|
19
|
+
USER_REGION = "ur",
|
|
20
|
+
CURRENCY = "tc"
|
|
21
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
export var FilterKey;
|
|
2
|
+
(function (FilterKey) {
|
|
3
|
+
FilterKey["KEYWORD_WHAT"] = "kw-what";
|
|
4
|
+
FilterKey["KEYWORD_WHERE"] = "kw-where";
|
|
5
|
+
FilterKey["KEYWORD"] = "kw";
|
|
6
|
+
FilterKey["ORGANISATIONS"] = "oi";
|
|
7
|
+
FilterKey["DISCIPLINES"] = "di";
|
|
8
|
+
FilterKey["EDUCATION_LEVEL"] = "lv";
|
|
9
|
+
FilterKey["CONTINENT"] = "rg";
|
|
10
|
+
FilterKey["COUNTRY"] = "ci";
|
|
11
|
+
FilterKey["AREA"] = "ae";
|
|
12
|
+
FilterKey["TUITION_FEE"] = "tr";
|
|
13
|
+
FilterKey["DURATION"] = "dur";
|
|
14
|
+
FilterKey["ATTENDANCE"] = "de";
|
|
15
|
+
FilterKey["DELIVERY_METHOD"] = "mh";
|
|
16
|
+
FilterKey["DEGREE_TYPE"] = "dg";
|
|
17
|
+
FilterKey["EDUCATIONAL_FORM"] = "ef";
|
|
18
|
+
FilterKey["SPECIAL_PROGRAMMES"] = "sps";
|
|
19
|
+
FilterKey["USER_COUNTRY"] = "uc";
|
|
20
|
+
FilterKey["USER_REGION"] = "ur";
|
|
21
|
+
FilterKey["CURRENCY"] = "tc";
|
|
22
|
+
})(FilterKey || (FilterKey = {}));
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export var SpecialProgrammesFilterOptionValue;
|
|
2
|
+
(function (SpecialProgrammesFilterOptionValue) {
|
|
3
|
+
SpecialProgrammesFilterOptionValue["EXECUTIVE_PROGRAMMES"] = "executive";
|
|
4
|
+
SpecialProgrammesFilterOptionValue["JOINT_PROGRAMMES"] = "joint";
|
|
5
|
+
SpecialProgrammesFilterOptionValue["ERASMUS_MUNDUS"] = "erasmus";
|
|
6
|
+
})(SpecialProgrammesFilterOptionValue || (SpecialProgrammesFilterOptionValue = {}));
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { FilterCombinations } from '../../../enums/FilterCombinations';
|
|
2
|
-
import { FilterKey } from
|
|
2
|
+
import { FilterKey } from "../../../enums/FilterKey";
|
|
3
3
|
import { SortingOptions } from '../../../enums/SortingOptions';
|
|
4
4
|
import { SingleValueSelectedForFilterRule } from '../../../common/rules/SingleValueSelectedForFilterRule';
|
|
5
5
|
import { OrganisationsSeoIndexabilityPolicy } from '../../../organisations/policies/OrganisationsSeoIndexabilityPolicy';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { OrganisationsSeoIndexabilityPolicy } from '../../../organisations/policies/OrganisationsSeoIndexabilityPolicy';
|
|
2
2
|
import { FilterCombinations } from '../../../enums/FilterCombinations';
|
|
3
|
-
import { FilterKey } from
|
|
3
|
+
import { FilterKey } from "../../../enums/FilterKey";
|
|
4
4
|
import { SearchVolumeAreasAttendanceRule } from '../../../organisations/rules/SearchVolumeAreasAttendanceRule';
|
|
5
5
|
import { SortingOptions } from '../../../enums/SortingOptions';
|
|
6
6
|
import { SingleValueSelectedForFilterRule } from '../../../common/rules/SingleValueSelectedForFilterRule';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { FilterCombinations } from '../../../enums/FilterCombinations';
|
|
2
|
-
import { FilterKey } from
|
|
2
|
+
import { FilterKey } from "../../../enums/FilterKey";
|
|
3
3
|
import { SortingOptions } from '../../../enums/SortingOptions';
|
|
4
4
|
import { OrganisationsSeoIndexabilityPolicy } from '../../../organisations/policies/OrganisationsSeoIndexabilityPolicy';
|
|
5
5
|
import { SingleValueSelectedForFilterRule } from '../../../common/rules/SingleValueSelectedForFilterRule';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { FilterCombinations } from '../../../enums/FilterCombinations';
|
|
2
|
-
import { FilterKey } from
|
|
2
|
+
import { FilterKey } from "../../../enums/FilterKey";
|
|
3
3
|
import { SortingOptions } from '../../../enums/SortingOptions';
|
|
4
4
|
import { OrganisationsSeoIndexabilityPolicy } from '../../../organisations/policies/OrganisationsSeoIndexabilityPolicy';
|
|
5
5
|
import { SingleValueSelectedForFilterRule } from '../../../common/rules/SingleValueSelectedForFilterRule';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { FilterCombinations } from '../../../enums/FilterCombinations';
|
|
2
|
-
import { FilterKey } from
|
|
2
|
+
import { FilterKey } from "../../../enums/FilterKey";
|
|
3
3
|
import { SortingOptions } from '../../../enums/SortingOptions';
|
|
4
4
|
import { OrganisationsSeoIndexabilityPolicy } from '../../../organisations/policies/OrganisationsSeoIndexabilityPolicy';
|
|
5
5
|
import { SingleValueSelectedForFilterRule } from '../../../common/rules/SingleValueSelectedForFilterRule';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { FilterCombinations } from '../../../enums/FilterCombinations';
|
|
2
|
-
import { FilterKey } from
|
|
2
|
+
import { FilterKey } from "../../../enums/FilterKey";
|
|
3
3
|
import { SortingOptions } from '../../../enums/SortingOptions';
|
|
4
4
|
import { OrganisationsSeoIndexabilityPolicy } from '../../../organisations/policies/OrganisationsSeoIndexabilityPolicy';
|
|
5
5
|
import { SingleValueSelectedForFilterRule } from '../../../common/rules/SingleValueSelectedForFilterRule';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { FilterCombinations } from '../../../enums/FilterCombinations';
|
|
2
|
-
import { FilterKey } from
|
|
2
|
+
import { FilterKey } from "../../../enums/FilterKey";
|
|
3
3
|
import { SingleValueSelectedForFilterRule } from '../../../common/rules/SingleValueSelectedForFilterRule';
|
|
4
4
|
import { OnlyFiltersSelectedRule } from '../../../common/rules/OnlyFiltersSelectedRule';
|
|
5
5
|
import { AreaPresenter } from '../../../presenters/AreaPresenter';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { SearchVolumeAreasDisciplineRule } from '../../../organisations/rules/SearchVolumeAreasDisciplineRule';
|
|
2
2
|
import { FilterCombinations } from '../../../enums/FilterCombinations';
|
|
3
|
-
import { FilterKey } from
|
|
3
|
+
import { FilterKey } from "../../../enums/FilterKey";
|
|
4
4
|
import { SingleValueSelectedForFilterRule } from '../../../common/rules/SingleValueSelectedForFilterRule';
|
|
5
5
|
import { OnlyFiltersSelectedRule } from '../../../common/rules/OnlyFiltersSelectedRule';
|
|
6
6
|
import { AreaPresenter } from '../../../presenters/AreaPresenter';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { OnlineAttendanceRule } from '../../../common/rules/OnlineAttendanceRule';
|
|
2
2
|
import { FilterCombinations } from '../../../enums/FilterCombinations';
|
|
3
|
-
import { FilterKey } from
|
|
3
|
+
import { FilterKey } from "../../../enums/FilterKey";
|
|
4
4
|
import { SingleValueSelectedForFilterRule } from '../../../common/rules/SingleValueSelectedForFilterRule';
|
|
5
5
|
import { OnlyFiltersSelectedRule } from '../../../common/rules/OnlyFiltersSelectedRule';
|
|
6
6
|
import { AttendancePresenter } from '../../../presenters/AttendancePresenter';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { FilterCombinations } from '../../../enums/FilterCombinations';
|
|
2
|
-
import { FilterKey } from
|
|
2
|
+
import { FilterKey } from "../../../enums/FilterKey";
|
|
3
3
|
import { SingleValueSelectedForFilterRule } from '../../../common/rules/SingleValueSelectedForFilterRule';
|
|
4
4
|
import { OnlyFiltersSelectedRule } from '../../../common/rules/OnlyFiltersSelectedRule';
|
|
5
5
|
import { OnlineAttendanceRule } from '../../../common/rules/OnlineAttendanceRule';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { FilterCombinations } from '../../../enums/FilterCombinations';
|
|
2
|
-
import { FilterKey } from
|
|
2
|
+
import { FilterKey } from "../../../enums/FilterKey";
|
|
3
3
|
import { SingleValueSelectedForFilterRule } from '../../../common/rules/SingleValueSelectedForFilterRule';
|
|
4
4
|
import { OnlyFiltersSelectedRule } from '../../../common/rules/OnlyFiltersSelectedRule';
|
|
5
5
|
import { ContinentPresenter } from '../../../presenters/ContinentPresenter';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { FilterCombinations } from '../../../enums/FilterCombinations';
|
|
2
|
-
import { FilterKey } from
|
|
2
|
+
import { FilterKey } from "../../../enums/FilterKey";
|
|
3
3
|
import { SingleValueSelectedForFilterRule } from '../../../common/rules/SingleValueSelectedForFilterRule';
|
|
4
4
|
import { OnlyFiltersSelectedRule } from '../../../common/rules/OnlyFiltersSelectedRule';
|
|
5
5
|
import { OnlineAttendanceRule } from '../../../common/rules/OnlineAttendanceRule';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { SingleValueSelectedForFilterRule } from '../../../common/rules/SingleValueSelectedForFilterRule';
|
|
2
2
|
import { FilterCombinations } from '../../../enums/FilterCombinations';
|
|
3
|
-
import { FilterKey } from
|
|
3
|
+
import { FilterKey } from "../../../enums/FilterKey";
|
|
4
4
|
import { OnlyFiltersSelectedRule } from '../../../common/rules/OnlyFiltersSelectedRule';
|
|
5
5
|
import { CountryPresenter } from '../../../presenters/CountryPresenter';
|
|
6
6
|
import { RankedOrganisationsSeoIndexabilityPolicy } from '../RankedOrganisationsSeoIndexabilityPolicy';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { FilterCombinations } from '../../../enums/FilterCombinations';
|
|
2
|
-
import { FilterKey } from
|
|
2
|
+
import { FilterKey } from "../../../enums/FilterKey";
|
|
3
3
|
import { SingleValueSelectedForFilterRule } from '../../../common/rules/SingleValueSelectedForFilterRule';
|
|
4
4
|
import { OnlyFiltersSelectedRule } from '../../../common/rules/OnlyFiltersSelectedRule';
|
|
5
5
|
import { OnlineAttendanceRule } from '../../../common/rules/OnlineAttendanceRule';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { SingleValueSelectedForFilterRule } from '../../../common/rules/SingleValueSelectedForFilterRule';
|
|
2
2
|
import { FilterCombinations } from '../../../enums/FilterCombinations';
|
|
3
|
-
import { FilterKey } from
|
|
3
|
+
import { FilterKey } from "../../../enums/FilterKey";
|
|
4
4
|
import { OnlyFiltersSelectedRule } from '../../../common/rules/OnlyFiltersSelectedRule';
|
|
5
5
|
import { CountryPresenter } from '../../../presenters/CountryPresenter';
|
|
6
6
|
import { DisciplinePresenter } from '../../../presenters/DisciplinePresenter';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { SingleValueSelectedForFilterRule } from '../../../common/rules/SingleValueSelectedForFilterRule';
|
|
2
2
|
import { FilterCombinations } from '../../../enums/FilterCombinations';
|
|
3
|
-
import { FilterKey } from
|
|
3
|
+
import { FilterKey } from "../../../enums/FilterKey";
|
|
4
4
|
import { OnlyFiltersSelectedRule } from '../../../common/rules/OnlyFiltersSelectedRule';
|
|
5
5
|
import { RankedOrganisationsSeoIndexabilityPolicy } from '../RankedOrganisationsSeoIndexabilityPolicy';
|
|
6
6
|
import { DisciplinePresenter } from '../../../presenters/DisciplinePresenter';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { FilterKeyValuesMap } from '../../common/FilterKeyValuesMap';
|
|
2
2
|
import { IRule } from '../../common/IRule';
|
|
3
3
|
import { ISearchDependencies } from '../../common/ISearchDependencies';
|
|
4
|
-
import { FilterKey } from
|
|
4
|
+
import { FilterKey } from "../../enums/FilterKey";
|
|
5
5
|
export declare abstract class BaseSearchVolumeOrganisationsRule implements IRule {
|
|
6
6
|
private readonly filterKey;
|
|
7
7
|
private readonly idsWithSearchVolume;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { FilterKey } from
|
|
1
|
+
import { FilterKey } from "../../enums/FilterKey";
|
|
2
2
|
import { BaseFilterKeyValueRule } from '../../common/rules/BaseFilterKeyValueRule';
|
|
3
3
|
export class ContinentIsEuropeRule extends BaseFilterKeyValueRule {
|
|
4
4
|
constructor() {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { FilterKey } from
|
|
1
|
+
import { FilterKey } from "../../enums/FilterKey";
|
|
2
2
|
import { BaseSearchVolumeOrganisationsRule } from './BaseSearchVolumeOrganisationsRule';
|
|
3
3
|
export class SearchVolumeAreasAttendanceRule extends BaseSearchVolumeOrganisationsRule {
|
|
4
4
|
constructor() {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { FilterKey } from
|
|
1
|
+
import { FilterKey } from "../../enums/FilterKey";
|
|
2
2
|
import { BaseSearchVolumeOrganisationsRule } from './BaseSearchVolumeOrganisationsRule';
|
|
3
3
|
export class SearchVolumeAreasDisciplineRule extends BaseSearchVolumeOrganisationsRule {
|
|
4
4
|
constructor() {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { FilterKey } from
|
|
1
|
+
import { FilterKey } from "../../enums/FilterKey";
|
|
2
2
|
import { BaseSearchVolumeOrganisationsRule } from './BaseSearchVolumeOrganisationsRule';
|
|
3
3
|
export class SearchVolumeCountriesAttendanceRule extends BaseSearchVolumeOrganisationsRule {
|
|
4
4
|
constructor() {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { IAreaFragment } from './fragments/IAreaFragment';
|
|
2
2
|
import { IPresenter } from '../common';
|
|
3
|
-
import { FilterKey } from
|
|
3
|
+
import { FilterKey } from "../enums/FilterKey";
|
|
4
4
|
export declare class AreaPresenter implements IPresenter {
|
|
5
5
|
readonly filterKey: FilterKey;
|
|
6
6
|
private static instance;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { areasAll } from '@studyportals/static-domain-data/areas/areas';
|
|
2
2
|
import { areaGetPath } from '@studyportals/static-domain-data/areas/area-get-path';
|
|
3
|
-
import { FilterKey } from
|
|
3
|
+
import { FilterKey } from "../enums/FilterKey";
|
|
4
4
|
export class AreaPresenter {
|
|
5
5
|
filterKey = FilterKey.AREA;
|
|
6
6
|
static instance;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { IPresenter } from '../common';
|
|
2
2
|
import { IFragment } from './fragments/IFragment';
|
|
3
|
-
import { FilterKey } from
|
|
3
|
+
import { FilterKey } from "../enums/FilterKey";
|
|
4
4
|
export declare class AttendancePresenter implements IPresenter {
|
|
5
5
|
readonly filterKey: FilterKey;
|
|
6
6
|
private static instance;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { IFragment } from './fragments/IFragment';
|
|
2
2
|
import { IPresenter } from '../common';
|
|
3
|
-
import { FilterKey } from
|
|
3
|
+
import { FilterKey } from "../enums/FilterKey";
|
|
4
4
|
export declare class ContinentPresenter implements IPresenter {
|
|
5
5
|
readonly filterKey: FilterKey;
|
|
6
6
|
private static instance;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { continentsAll } from '@studyportals/static-domain-data/continents/continents';
|
|
2
2
|
import { continentGetPath } from '@studyportals/static-domain-data/continents/continent-get-path';
|
|
3
|
-
import { FilterKey } from
|
|
3
|
+
import { FilterKey } from "../enums/FilterKey";
|
|
4
4
|
export class ContinentPresenter {
|
|
5
5
|
filterKey = FilterKey.CONTINENT;
|
|
6
6
|
static instance;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ICountryFragment } from './fragments/ICountryFragment';
|
|
2
2
|
import { IPresenter } from '../common';
|
|
3
|
-
import { FilterKey } from
|
|
3
|
+
import { FilterKey } from "../enums/FilterKey";
|
|
4
4
|
export declare class CountryPresenter implements IPresenter {
|
|
5
5
|
readonly filterKey: FilterKey;
|
|
6
6
|
private static instance;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { countriesExtendedAll } from '@studyportals/static-domain-data/countries/countries-extended';
|
|
2
2
|
import { countryGetIsoCodePath } from '@studyportals/static-domain-data/countries/country-get-iso-path';
|
|
3
|
-
import { FilterKey } from
|
|
3
|
+
import { FilterKey } from "../enums/FilterKey";
|
|
4
4
|
export class CountryPresenter {
|
|
5
5
|
filterKey = FilterKey.COUNTRY;
|
|
6
6
|
static instance;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { IPresenter } from '../common';
|
|
2
2
|
import { IFragment } from './fragments/IFragment';
|
|
3
|
-
import { FilterKey } from '
|
|
3
|
+
import { FilterKey } from '../enums/FilterKey';
|
|
4
4
|
export declare class DegreePresenter implements IPresenter {
|
|
5
5
|
readonly filterKey: FilterKey;
|
|
6
6
|
private static instance;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { FilterKey } from '../enums/FilterKey';
|
|
2
|
+
import { DegreeTypeFilterOptionValue } from '../enums/DegreeTypeFilterOptionValue';
|
|
2
3
|
export class DegreePresenter {
|
|
3
4
|
filterKey = FilterKey.DEGREE_TYPE;
|
|
4
5
|
static instance;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { IFragment } from './fragments/IFragment';
|
|
2
2
|
import { IPresenter } from '../common';
|
|
3
|
-
import { FilterKey } from
|
|
3
|
+
import { FilterKey } from "../enums/FilterKey";
|
|
4
4
|
export declare class DisciplinePresenter implements IPresenter {
|
|
5
5
|
readonly filterKey: FilterKey;
|
|
6
6
|
private static instance;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { disciplinesAll } from '@studyportals/static-domain-data/disciplines/disciplines';
|
|
2
2
|
import { subdisciplinesAll } from '@studyportals/static-domain-data/disciplines/subdisciplines';
|
|
3
3
|
import { disciplineGetVirtualPath } from '@studyportals/static-domain-data/disciplines/discipline-get-virtual-path';
|
|
4
|
-
import { FilterKey } from
|
|
4
|
+
import { FilterKey } from "../enums/FilterKey";
|
|
5
5
|
export class DisciplinePresenter {
|
|
6
6
|
filterKey = FilterKey.DISCIPLINES;
|
|
7
7
|
static instance;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { IPresenter } from '../common';
|
|
2
2
|
import { IFragment } from './fragments/IFragment';
|
|
3
|
-
import {
|
|
3
|
+
import { FilterKey } from '../enums/FilterKey';
|
|
4
|
+
import { DurationFilterOptionValue } from '../enums/DurationFilterOptionValue';
|
|
4
5
|
export declare class DurationPresenter implements IPresenter {
|
|
5
6
|
readonly filterKey: FilterKey;
|
|
6
7
|
private static instance;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { FilterKey } from '../enums/FilterKey';
|
|
2
|
+
import { DurationFilterOptionValue } from '../enums/DurationFilterOptionValue';
|
|
2
3
|
export class DurationPresenter {
|
|
3
4
|
filterKey = FilterKey.DURATION;
|
|
4
5
|
static instance;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { IPresenter } from '../common';
|
|
2
2
|
import { IFragment } from './fragments/IFragment';
|
|
3
|
-
import { FilterKey } from '
|
|
3
|
+
import { FilterKey } from '../enums/FilterKey';
|
|
4
4
|
export declare class EducationalFormPresenter implements IPresenter {
|
|
5
5
|
readonly filterKey: FilterKey;
|
|
6
6
|
private static instance;
|