Skip to content

Commit 0a58363

Browse files
author
Sven Scholz
committed
recompiled
1 parent 5c37ff4 commit 0a58363

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/Notify/assets/dist/controller.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ export default class extends Controller {
1313
initialize(): void;
1414
connect(): void;
1515
disconnect(): void;
16-
_notify(content: string | undefined): void;
16+
_notify(content: string | undefined, tag: string | undefined, body: string | undefined, icon: string | undefined, renotify: boolean | undefined): void;
1717
private dispatchEvent;
1818
}

src/Notify/assets/dist/controller.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
'use strict';
21
import { Controller } from '@hotwired/stimulus';
2+
33
class default_1 extends Controller {
44
constructor() {
55
super(...arguments);
@@ -71,4 +71,5 @@ default_1.values = {
7171
hub: String,
7272
topics: Array,
7373
};
74+
7475
export { default_1 as default };

0 commit comments

Comments
 (0)