@fluid-topics/ft-analytics-top-documents 1.1.40 → 1.1.42
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/README.md +1 -1
- package/build/ft-analytics-top-documents.js +1 -1
- package/build/ft-analytics-top-documents.min.js +109 -48
- package/build/index.d.ts +1 -1
- package/build/index.js +1 -1
- package/package.json +6 -6
- /package/build/{ft-analytics-top-documents.css.d.ts → ft-analytics-top-documents.styles.d.ts} +0 -0
- /package/build/{ft-analytics-top-documents.css.js → ft-analytics-top-documents.styles.js} +0 -0
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
A list of the most viewed documents in a
|
|
1
|
+
A top documents component that displays a list of the most viewed documents in a Fluid Topics tenant. This component needs the `ANALYTICS_USER` role to work.
|
|
2
2
|
|
|
3
3
|
## Install
|
|
4
4
|
|
|
@@ -9,7 +9,7 @@ import { property, state } from "lit/decorators.js";
|
|
|
9
9
|
import { FtLitElement } from "@fluid-topics/ft-wc-utils";
|
|
10
10
|
import moment from "moment";
|
|
11
11
|
import { repeat } from "lit/directives/repeat.js";
|
|
12
|
-
import { styles } from "./ft-analytics-top-documents.
|
|
12
|
+
import { styles } from "./ft-analytics-top-documents.styles";
|
|
13
13
|
class FtAnalyticsTopDocuments extends FtLitElement {
|
|
14
14
|
constructor() {
|
|
15
15
|
super(...arguments);
|