@fluid-topics/ft-reader-context 2.1.19 → 2.1.21

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.
@@ -4,7 +4,7 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
4
4
  else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
5
5
  return c > 3 && r && Object.defineProperty(target, key, r), r;
6
6
  };
7
- import { applyMixinOnce, FtLitElementRedux } from "@fluid-topics/ft-wc-utils";
7
+ import { applyMixinOnce, FtLitElementRedux, } from "@fluid-topics/ft-wc-utils";
8
8
  import { state } from "lit/decorators.js";
9
9
  export * from "./store/model";
10
10
  export class RegisterReaderComponentEvent extends Event {
@@ -43,11 +43,11 @@ export class FtOfficialReaderService extends FtReaderService {
43
43
  valueFilter: {
44
44
  negative: false,
45
45
  values: metadataPivotValues,
46
- }
47
- }
46
+ },
47
+ },
48
48
  ],
49
49
  sort: [],
50
- facets: []
50
+ facets: [],
51
51
  };
52
52
  return this.api.search(request);
53
53
  }
@@ -62,18 +62,18 @@ export class FtOfficialReaderService extends FtReaderService {
62
62
  valueFilter: {
63
63
  negative: false,
64
64
  values: metadataPivotValues,
65
- }
65
+ },
66
66
  },
67
67
  {
68
68
  key: "ft:publicationId",
69
69
  valueFilter: {
70
70
  negative: false,
71
71
  values: [mapId],
72
- }
73
- }
72
+ },
73
+ },
74
74
  ],
75
75
  sort: [],
76
- facets: []
76
+ facets: [],
77
77
  };
78
78
  return this.api.search(request);
79
79
  }
@@ -98,6 +98,7 @@ export class FtOfficialReaderService extends FtReaderService {
98
98
  getReaderLinkPrefix() {
99
99
  return "r/";
100
100
  }
101
+ // eslint-disable-next-line @typescript-eslint/no-unused-vars
101
102
  isFeatureAvailable(feature) {
102
103
  return true;
103
104
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluid-topics/ft-reader-context",
3
- "version": "2.1.19",
3
+ "version": "2.1.21",
4
4
  "description": "Context block for integrated reader components",
5
5
  "keywords": [
6
6
  "Lit"
@@ -19,12 +19,12 @@
19
19
  "url": "ssh://git@scm.mrs.antidot.net:2222/fluidtopics/ft-web-components.git"
20
20
  },
21
21
  "dependencies": {
22
- "@fluid-topics/ft-app-context": "2.1.19",
23
- "@fluid-topics/ft-wc-utils": "2.1.19",
22
+ "@fluid-topics/ft-app-context": "2.1.21",
23
+ "@fluid-topics/ft-wc-utils": "2.1.21",
24
24
  "lit": "3.1.0"
25
25
  },
26
26
  "devDependencies": {
27
- "@fluid-topics/public-api": "1.0.133"
27
+ "@fluid-topics/public-api": "1.0.136"
28
28
  },
29
- "gitHead": "c2c202986d05fbee1378d8dbb74fa609e89260ec"
29
+ "gitHead": "a0f619df74c0665183d73df09e75b1eddc2a2a1f"
30
30
  }