@fluid-topics/ft-reader-feedback 1.2.28 → 1.2.30
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.
|
@@ -28,7 +28,7 @@ export declare class FtReaderMapFeedback extends FtReaderMapFeedback_base implem
|
|
|
28
28
|
mailSubject: string;
|
|
29
29
|
i18nProperties: FeedbackI18nProperties;
|
|
30
30
|
constructor();
|
|
31
|
-
protected render(): import("lit").TemplateResult<1>;
|
|
31
|
+
protected render(): import("lit-html").TemplateResult<1>;
|
|
32
32
|
protected update(props: PropertyValues): void;
|
|
33
33
|
connectedCallback(): void;
|
|
34
34
|
onStoreAvailable(name?: string): void;
|
|
@@ -30,7 +30,7 @@ export declare class FtReaderTopicFeedback extends FtReaderTopicFeedback_base im
|
|
|
30
30
|
mailSubject: string;
|
|
31
31
|
i18nProperties: FeedbackI18nProperties;
|
|
32
32
|
constructor();
|
|
33
|
-
protected render(): import("lit").TemplateResult<1>;
|
|
33
|
+
protected render(): import("lit-html").TemplateResult<1>;
|
|
34
34
|
protected update(props: PropertyValues): void;
|
|
35
35
|
connectedCallback(): void;
|
|
36
36
|
private updateDebouncer;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluid-topics/ft-reader-feedback",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.30",
|
|
4
4
|
"description": "Feedback forms for a map and its topics in an integrated reader",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Lit"
|
|
@@ -19,13 +19,13 @@
|
|
|
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": "1.2.
|
|
23
|
-
"@fluid-topics/ft-reader-context": "1.2.
|
|
24
|
-
"@fluid-topics/ft-wc-utils": "1.2.
|
|
22
|
+
"@fluid-topics/ft-app-context": "1.2.30",
|
|
23
|
+
"@fluid-topics/ft-reader-context": "1.2.30",
|
|
24
|
+
"@fluid-topics/ft-wc-utils": "1.2.30",
|
|
25
25
|
"lit": "3.1.0"
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|
|
28
28
|
"@fluid-topics/public-api": "1.0.87"
|
|
29
29
|
},
|
|
30
|
-
"gitHead": "
|
|
30
|
+
"gitHead": "ac166f46dbdc65614893826ca64bbfc51e2e2b94"
|
|
31
31
|
}
|