zignal-react-library 1.1.87 → 1.1.89
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.
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { EventName, StencilReactComponent } from '@stencil/react-output-target/runtime';
|
|
2
|
-
import { type QuickMessageAppCustomEvent, type QuickMessageFileCustomEvent, type QuickMessageImageCustomEvent, type QuickMessageLibraryFile, type QuickMessageTemplateCustomEvent, type QuickMessageTemplateModel } from "zignal-stencil-library";
|
|
2
|
+
import { type DialogSearchCustomEvent, type QuickMessageAppCustomEvent, type QuickMessageFileCustomEvent, type QuickMessageImageCustomEvent, type QuickMessageLibraryFile, type QuickMessageTemplateCustomEvent, type QuickMessageTemplateModel, type SearchChatsParams } from "zignal-stencil-library";
|
|
3
3
|
import { AutocompleteAddress as AutocompleteAddressElement } from "zignal-stencil-library/dist/components/autocomplete-address.js";
|
|
4
4
|
import { AutocompleteMultipleSelect as AutocompleteMultipleSelectElement } from "zignal-stencil-library/dist/components/autocomplete-multiple-select.js";
|
|
5
5
|
import { AutocompleteSelect as AutocompleteSelectElement } from "zignal-stencil-library/dist/components/autocomplete-select.js";
|
|
@@ -87,7 +87,7 @@ export type DialogPreviewMediaEvents = {
|
|
|
87
87
|
export declare const DialogPreviewMedia: StencilReactComponent<DialogPreviewMediaElement, DialogPreviewMediaEvents>;
|
|
88
88
|
export type DialogSearchEvents = {
|
|
89
89
|
onCancel: EventName<CustomEvent<void>>;
|
|
90
|
-
onSearch: EventName<
|
|
90
|
+
onSearch: EventName<DialogSearchCustomEvent<SearchChatsParams>>;
|
|
91
91
|
};
|
|
92
92
|
export declare const DialogSearch: StencilReactComponent<DialogSearchElement, DialogSearchEvents>;
|
|
93
93
|
export type MenuChatChannelEvents = NonNullable<unknown>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "zignal-react-library",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.89",
|
|
4
4
|
"description": "",
|
|
5
5
|
"author": "zignal",
|
|
6
6
|
"homepage": "",
|
|
@@ -32,6 +32,6 @@
|
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"@stencil/react-output-target": "^1.2.0",
|
|
35
|
-
"zignal-stencil-library": "^1.1.
|
|
35
|
+
"zignal-stencil-library": "^1.1.89"
|
|
36
36
|
}
|
|
37
37
|
}
|