@fluid-topics/ft-reader-feedback 0.3.64 → 0.3.66
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.
|
@@ -35,8 +35,8 @@ export declare class FtReaderFeedback extends FtLitElementWithI18n implements Ft
|
|
|
35
35
|
get canAccessFeedback(): boolean | undefined;
|
|
36
36
|
get canAccessRating(): boolean | undefined;
|
|
37
37
|
get userHasRatingRole(): boolean | undefined;
|
|
38
|
-
get configuredRatingType(): import("@fluid-topics/public-api").FtRatingType | "NO_RATING";
|
|
39
|
-
get ratingType(): import("@fluid-topics/public-api").FtRatingType | "NO_RATING";
|
|
38
|
+
get configuredRatingType(): import("@fluid-topics/public-api").FtRatingType | "STARS" | "LIKE" | "DICHOTOMOUS" | "NO_RATING";
|
|
39
|
+
get ratingType(): import("@fluid-topics/public-api").FtRatingType | "STARS" | "LIKE" | "DICHOTOMOUS" | "NO_RATING";
|
|
40
40
|
get ratingValue(): number;
|
|
41
41
|
get ratingDate(): Date | undefined;
|
|
42
42
|
protected render(): typeof nothing | import("lit-html").TemplateResult<1>;
|