legalesign-document-viewer-react 0.9.22 → 0.9.23
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.
|
@@ -252,7 +252,7 @@ export declare const LsKeyboardShortcuts: StencilReactComponent<LsKeyboardShortc
|
|
|
252
252
|
export type LsLabelEvents = NonNullable<unknown>;
|
|
253
253
|
export declare const LsLabel: StencilReactComponent<LsLabelElement, LsLabelEvents>;
|
|
254
254
|
export type LsLeftBarEvents = {
|
|
255
|
-
onManagerChange: EventName<CustomEvent<
|
|
255
|
+
onManagerChange: EventName<CustomEvent<'document' | 'toolbox' | 'participant' | 'recipient' | 'validation'>>;
|
|
256
256
|
onClearSelected: EventName<CustomEvent<void>>;
|
|
257
257
|
};
|
|
258
258
|
export declare const LsLeftBar: StencilReactComponent<LsLeftBarElement, LsLeftBarEvents>;
|
|
@@ -690,7 +690,7 @@ export const LsLabel: StencilReactComponent<LsLabelElement, LsLabelEvents> = /*@
|
|
|
690
690
|
});
|
|
691
691
|
|
|
692
692
|
export type LsLeftBarEvents = {
|
|
693
|
-
onManagerChange: EventName<CustomEvent<
|
|
693
|
+
onManagerChange: EventName<CustomEvent<'document' | 'toolbox' | 'participant' | 'recipient' | 'validation'>>,
|
|
694
694
|
onClearSelected: EventName<CustomEvent<void>>
|
|
695
695
|
};
|
|
696
696
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "legalesign-document-viewer-react",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.23",
|
|
4
4
|
"description": "Legalesign React Editor / Viewers",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"stencilJS",
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
},
|
|
46
46
|
"dependencies": {
|
|
47
47
|
"@stencil/react-output-target": "^1.2.0",
|
|
48
|
-
"legalesign-document-viewer": "^0.9.
|
|
48
|
+
"legalesign-document-viewer": "^0.9.23"
|
|
49
49
|
},
|
|
50
50
|
"repository": {
|
|
51
51
|
"type": "git",
|