@studyportals/fawkes 1.0.1-7 → 1.0.1-8
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/organisations-seo.js +0 -2
- package/dist/scholarships-seo/index.d.ts +3 -2
- package/dist/scholarships-seo.js +1 -1
- package/dist/scholarships-seo.js.map +1 -1
- package/dist/src/common/BaseSeoIndexabilityPolicy.d.ts +5 -10
- package/dist/src/common/ISearchIndexabilityManager.d.ts +3 -0
- package/dist/src/common/ISeoFilterOptions.d.ts +4 -0
- package/dist/src/common/ISeoSearchApplicationState.d.ts +3 -0
- package/dist/src/common/index.d.ts +3 -1
- package/dist/src/organisations/SearchIndexabilityManager.d.ts +6 -0
- package/dist/src/organisations/SearchPolicyChain.d.ts +1 -2
- package/dist/src/organisations/SeoIndexabilityPolicy.d.ts +0 -2
- package/dist/src/organisations/SeoRuleBasedIndexabilityPolicy.d.ts +0 -5
- package/dist/src/scholarships/SearchIndexabilityManager.d.ts +3 -13
- package/dist/src/scholarships/index.d.ts +3 -0
- package/dist/src/scholarships/policies/AreaPolicy.d.ts +8 -14
- package/dist/src/scholarships/policies/CountryPolicy.d.ts +4 -8
- package/dist/src/scholarships/policies/DisciplineAreaPolicy.d.ts +4 -8
- package/dist/src/scholarships/policies/DisciplineCountryPolicy.d.ts +6 -11
- package/dist/src/scholarships/policies/DisciplinePolicy.d.ts +4 -8
- package/dist/src/scholarships/policies/UnfilteredPolicy.d.ts +4 -8
- package/dist/src/scholarships/policies/UniversityCountryPolicy.d.ts +4 -8
- package/package.json +4 -3
- package/dist/organisations-seo.js.map +0 -1
- package/dist/scholarships-seo/index.js +0 -7
- package/dist/src/common/BaseSeoIndexabilityPolicy.js +0 -54
- package/dist/src/common/IFilterOptions.d.ts +0 -4
- package/dist/src/common/IFilterOptions.js +0 -2
- package/dist/src/common/IFilterSelectionState.d.ts +0 -5
- package/dist/src/common/IFilterSelectionState.js +0 -2
- package/dist/src/common/IPrettyPathGenerator.js +0 -2
- package/dist/src/common/ISearchApplicationState.d.ts +0 -3
- package/dist/src/common/ISearchApplicationState.js +0 -2
- package/dist/src/common/ISearchPolicyChain.d.ts +0 -3
- package/dist/src/common/ISearchPolicyChain.js +0 -2
- package/dist/src/common/ISeoIndexabilityPolicy.js +0 -2
- package/dist/src/common/ISeoInfoBase.js +0 -2
- package/dist/src/common/index.js +0 -2
- package/dist/src/organisations/FilterKeyValuePairs.js +0 -2
- package/dist/src/organisations/IOrganisationsProvider.js +0 -2
- package/dist/src/organisations/ISeoInfoBaseOrganisations.js +0 -2
- package/dist/src/organisations/ISortState.js +0 -2
- package/dist/src/organisations/SearchPolicyChain.js +0 -13
- package/dist/src/organisations/SeoIndexabilityPolicy.js +0 -33
- package/dist/src/organisations/SeoRuleBasedIndexabilityPolicy.js +0 -33
- package/dist/src/organisations/SortingOptions.js +0 -8
- package/dist/src/organisations/index.js +0 -6
- package/dist/src/scholarships/SearchIndexabilityManager.js +0 -78
- package/dist/src/scholarships/index.js +0 -6
- package/dist/src/scholarships/policies/AreaPolicy.js +0 -110
- package/dist/src/scholarships/policies/CountryPolicy.js +0 -88
- package/dist/src/scholarships/policies/DisciplineAreaPolicy.js +0 -99
- package/dist/src/scholarships/policies/DisciplineCountryPolicy.js +0 -100
- package/dist/src/scholarships/policies/DisciplinePolicy.js +0 -88
- package/dist/src/scholarships/policies/UnfilteredPolicy.js +0 -76
- package/dist/src/scholarships/policies/UniversityCountryPolicy.js +0 -94
- package/dist/src/sitemap-generator/CombinationType.js +0 -6
- package/dist/src/sitemap-generator/IRankingApiClient.js +0 -2
- package/dist/src/sitemap-generator/ISitemapPathGeneratorChain.js +0 -2
- package/dist/src/sitemap-generator/SitemapPathGeneratorChain.js +0 -13
- package/dist/src/sitemap-generator/index.js +0 -19
|
@@ -1,94 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __extends = (this && this.__extends) || (function () {
|
|
3
|
-
var extendStatics = function (d, b) {
|
|
4
|
-
extendStatics = Object.setPrototypeOf ||
|
|
5
|
-
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
6
|
-
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
|
|
7
|
-
return extendStatics(d, b);
|
|
8
|
-
};
|
|
9
|
-
return function (d, b) {
|
|
10
|
-
if (typeof b !== "function" && b !== null)
|
|
11
|
-
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
|
|
12
|
-
extendStatics(d, b);
|
|
13
|
-
function __() { this.constructor = d; }
|
|
14
|
-
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
15
|
-
};
|
|
16
|
-
})();
|
|
17
|
-
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
18
|
-
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
19
|
-
return new (P || (P = Promise))(function (resolve, reject) {
|
|
20
|
-
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
|
21
|
-
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
|
22
|
-
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
|
23
|
-
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
24
|
-
});
|
|
25
|
-
};
|
|
26
|
-
var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
27
|
-
var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g = Object.create((typeof Iterator === "function" ? Iterator : Object).prototype);
|
|
28
|
-
return g.next = verb(0), g["throw"] = verb(1), g["return"] = verb(2), typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g;
|
|
29
|
-
function verb(n) { return function (v) { return step([n, v]); }; }
|
|
30
|
-
function step(op) {
|
|
31
|
-
if (f) throw new TypeError("Generator is already executing.");
|
|
32
|
-
while (g && (g = 0, op[0] && (_ = 0)), _) try {
|
|
33
|
-
if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
|
|
34
|
-
if (y = 0, t) op = [op[0] & 2, t.value];
|
|
35
|
-
switch (op[0]) {
|
|
36
|
-
case 0: case 1: t = op; break;
|
|
37
|
-
case 4: _.label++; return { value: op[1], done: false };
|
|
38
|
-
case 5: _.label++; y = op[1]; op = [0]; continue;
|
|
39
|
-
case 7: op = _.ops.pop(); _.trys.pop(); continue;
|
|
40
|
-
default:
|
|
41
|
-
if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }
|
|
42
|
-
if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }
|
|
43
|
-
if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }
|
|
44
|
-
if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }
|
|
45
|
-
if (t[2]) _.ops.pop();
|
|
46
|
-
_.trys.pop(); continue;
|
|
47
|
-
}
|
|
48
|
-
op = body.call(thisArg, _);
|
|
49
|
-
} catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }
|
|
50
|
-
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
51
|
-
}
|
|
52
|
-
};
|
|
53
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
54
|
-
exports.UniversityCountryPolicy = void 0;
|
|
55
|
-
var search_filters_1 = require("@studyportals/search-filters");
|
|
56
|
-
var BaseSeoIndexabilityPolicy_1 = require("@/common/BaseSeoIndexabilityPolicy");
|
|
57
|
-
var UniversityCountryPolicy = /** @class */ (function (_super) {
|
|
58
|
-
__extends(UniversityCountryPolicy, _super);
|
|
59
|
-
function UniversityCountryPolicy(seoInfoBase, filterState) {
|
|
60
|
-
var _this = _super.call(this, seoInfoBase, filterState) || this;
|
|
61
|
-
_this.seoInfoBase = seoInfoBase;
|
|
62
|
-
_this.filterState = filterState;
|
|
63
|
-
return _this;
|
|
64
|
-
}
|
|
65
|
-
UniversityCountryPolicy.prototype.matchesFilters = function () {
|
|
66
|
-
return __awaiter(this, void 0, void 0, function () {
|
|
67
|
-
var singleUniversitySelected, singleCountrySelected, onlyUniversityAndDisciplineSelected;
|
|
68
|
-
return __generator(this, function (_a) {
|
|
69
|
-
switch (_a.label) {
|
|
70
|
-
case 0: return [4 /*yield*/, this.seoInfoBase.singleSelectionFor(search_filters_1.FilterKey.ORGANISATIONS, this.filterState)];
|
|
71
|
-
case 1:
|
|
72
|
-
singleUniversitySelected = _a.sent();
|
|
73
|
-
return [4 /*yield*/, this.seoInfoBase.singleSelectionFor(search_filters_1.FilterKey.COUNTRY, this.filterState)];
|
|
74
|
-
case 2:
|
|
75
|
-
singleCountrySelected = _a.sent();
|
|
76
|
-
return [4 /*yield*/, this.seoInfoBase.selectionOnlyFor([
|
|
77
|
-
search_filters_1.FilterKey.ORGANISATIONS,
|
|
78
|
-
search_filters_1.FilterKey.COUNTRY
|
|
79
|
-
], this.filterState)];
|
|
80
|
-
case 3:
|
|
81
|
-
onlyUniversityAndDisciplineSelected = _a.sent();
|
|
82
|
-
return [2 /*return*/, singleUniversitySelected
|
|
83
|
-
&& singleCountrySelected
|
|
84
|
-
&& onlyUniversityAndDisciplineSelected];
|
|
85
|
-
}
|
|
86
|
-
});
|
|
87
|
-
});
|
|
88
|
-
};
|
|
89
|
-
UniversityCountryPolicy.prototype.generatePaths = function () {
|
|
90
|
-
throw new Error('Method not implemented.');
|
|
91
|
-
};
|
|
92
|
-
return UniversityCountryPolicy;
|
|
93
|
-
}(BaseSeoIndexabilityPolicy_1.BaseSeoIndexabilityPolicy));
|
|
94
|
-
exports.UniversityCountryPolicy = UniversityCountryPolicy;
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.SitemapPathGeneratorChain = void 0;
|
|
4
|
-
var SitemapPathGeneratorChain = /** @class */ (function () {
|
|
5
|
-
function SitemapPathGeneratorChain() {
|
|
6
|
-
this.handlers = [];
|
|
7
|
-
}
|
|
8
|
-
SitemapPathGeneratorChain.prototype.generatePaths = function () {
|
|
9
|
-
throw new Error("Method not implemented.");
|
|
10
|
-
};
|
|
11
|
-
return SitemapPathGeneratorChain;
|
|
12
|
-
}());
|
|
13
|
-
exports.SitemapPathGeneratorChain = SitemapPathGeneratorChain;
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
-
if (k2 === undefined) k2 = k;
|
|
4
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
-
}
|
|
8
|
-
Object.defineProperty(o, k2, desc);
|
|
9
|
-
}) : (function(o, m, k, k2) {
|
|
10
|
-
if (k2 === undefined) k2 = k;
|
|
11
|
-
o[k2] = m[k];
|
|
12
|
-
}));
|
|
13
|
-
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
-
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
-
};
|
|
16
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
__exportStar(require("./IRankingApiClient"), exports);
|
|
18
|
-
__exportStar(require("./SitemapPathGeneratorChain"), exports);
|
|
19
|
-
__exportStar(require("./ISitemapPathGeneratorChain"), exports);
|