legalesign-document-viewer-react 0.0.7 → 0.0.8
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.
|
@@ -0,0 +1,409 @@
|
|
|
1
|
+
'use client';
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* This file was automatically generated by the Stencil React Output Target.
|
|
5
|
+
* Changes to this file may cause incorrect behavior and will be lost if the code is regenerated.
|
|
6
|
+
*/
|
|
7
|
+
|
|
8
|
+
/* eslint-disable */
|
|
9
|
+
|
|
10
|
+
import type { EventName, StencilReactComponent } from '@stencil/react-output-target/runtime';
|
|
11
|
+
import { createComponent } from '@stencil/react-output-target/runtime';
|
|
12
|
+
import { type LSApiElement, type LSMutateEvent, type LsDocumentViewerCustomEvent, type LsFieldAlignmentCustomEvent, type LsFieldDimensionsCustomEvent, type LsFieldDistributeCustomEvent, type LsFieldFormatCustomEvent, type LsFieldSizeCustomEvent, type LsParticipantManagerCustomEvent } from "legalesign-document-viewer";
|
|
13
|
+
import { LsDocumentOptions as LsDocumentOptionsElement, defineCustomElement as defineLsDocumentOptions } from "legalesign-document-viewer/dist/components/ls-document-options.js";
|
|
14
|
+
import { LsDocumentViewer as LsDocumentViewerElement, defineCustomElement as defineLsDocumentViewer } from "legalesign-document-viewer/dist/components/ls-document-viewer.js";
|
|
15
|
+
import { LsEditorField as LsEditorFieldElement, defineCustomElement as defineLsEditorField } from "legalesign-document-viewer/dist/components/ls-editor-field.js";
|
|
16
|
+
import { LsEditorTable as LsEditorTableElement, defineCustomElement as defineLsEditorTable } from "legalesign-document-viewer/dist/components/ls-editor-table.js";
|
|
17
|
+
import { LsFeatureColumn as LsFeatureColumnElement, defineCustomElement as defineLsFeatureColumn } from "legalesign-document-viewer/dist/components/ls-feature-column.js";
|
|
18
|
+
import { LsFieldAlignment as LsFieldAlignmentElement, defineCustomElement as defineLsFieldAlignment } from "legalesign-document-viewer/dist/components/ls-field-alignment.js";
|
|
19
|
+
import { LsFieldDimensions as LsFieldDimensionsElement, defineCustomElement as defineLsFieldDimensions } from "legalesign-document-viewer/dist/components/ls-field-dimensions.js";
|
|
20
|
+
import { LsFieldDistribute as LsFieldDistributeElement, defineCustomElement as defineLsFieldDistribute } from "legalesign-document-viewer/dist/components/ls-field-distribute.js";
|
|
21
|
+
import { LsFieldFormat as LsFieldFormatElement, defineCustomElement as defineLsFieldFormat } from "legalesign-document-viewer/dist/components/ls-field-format.js";
|
|
22
|
+
import { LsFieldPropertiesDate as LsFieldPropertiesDateElement, defineCustomElement as defineLsFieldPropertiesDate } from "legalesign-document-viewer/dist/components/ls-field-properties-date.js";
|
|
23
|
+
import { LsFieldPropertiesGeneral as LsFieldPropertiesGeneralElement, defineCustomElement as defineLsFieldPropertiesGeneral } from "legalesign-document-viewer/dist/components/ls-field-properties-general.js";
|
|
24
|
+
import { LsFieldPropertiesMultiple as LsFieldPropertiesMultipleElement, defineCustomElement as defineLsFieldPropertiesMultiple } from "legalesign-document-viewer/dist/components/ls-field-properties-multiple.js";
|
|
25
|
+
import { LsFieldPropertiesNumber as LsFieldPropertiesNumberElement, defineCustomElement as defineLsFieldPropertiesNumber } from "legalesign-document-viewer/dist/components/ls-field-properties-number.js";
|
|
26
|
+
import { LsFieldPropertiesSignature as LsFieldPropertiesSignatureElement, defineCustomElement as defineLsFieldPropertiesSignature } from "legalesign-document-viewer/dist/components/ls-field-properties-signature.js";
|
|
27
|
+
import { LsFieldPropertiesText as LsFieldPropertiesTextElement, defineCustomElement as defineLsFieldPropertiesText } from "legalesign-document-viewer/dist/components/ls-field-properties-text.js";
|
|
28
|
+
import { LsFieldProperties as LsFieldPropertiesElement, defineCustomElement as defineLsFieldProperties } from "legalesign-document-viewer/dist/components/ls-field-properties.js";
|
|
29
|
+
import { LsFieldSize as LsFieldSizeElement, defineCustomElement as defineLsFieldSize } from "legalesign-document-viewer/dist/components/ls-field-size.js";
|
|
30
|
+
import { LsFormfield as LsFormfieldElement, defineCustomElement as defineLsFormfield } from "legalesign-document-viewer/dist/components/ls-formfield.js";
|
|
31
|
+
import { LsIcon as LsIconElement, defineCustomElement as defineLsIcon } from "legalesign-document-viewer/dist/components/ls-icon.js";
|
|
32
|
+
import { LsNumberInput as LsNumberInputElement, defineCustomElement as defineLsNumberInput } from "legalesign-document-viewer/dist/components/ls-number-input.js";
|
|
33
|
+
import { LsParticipantManager as LsParticipantManagerElement, defineCustomElement as defineLsParticipantManager } from "legalesign-document-viewer/dist/components/ls-participant-manager.js";
|
|
34
|
+
import { LsParticipantSelect as LsParticipantSelectElement, defineCustomElement as defineLsParticipantSelect } from "legalesign-document-viewer/dist/components/ls-participant-select.js";
|
|
35
|
+
import { LsRadioInput as LsRadioInputElement, defineCustomElement as defineLsRadioInput } from "legalesign-document-viewer/dist/components/ls-radio-input.js";
|
|
36
|
+
import { LsSelectInput as LsSelectInputElement, defineCustomElement as defineLsSelectInput } from "legalesign-document-viewer/dist/components/ls-select-input.js";
|
|
37
|
+
import { LsStatusbar as LsStatusbarElement, defineCustomElement as defineLsStatusbar } from "legalesign-document-viewer/dist/components/ls-statusbar.js";
|
|
38
|
+
import { LsTextInput as LsTextInputElement, defineCustomElement as defineLsTextInput } from "legalesign-document-viewer/dist/components/ls-text-input.js";
|
|
39
|
+
import { LsTextareaInput as LsTextareaInputElement, defineCustomElement as defineLsTextareaInput } from "legalesign-document-viewer/dist/components/ls-textarea-input.js";
|
|
40
|
+
import { LsToolbar as LsToolbarElement, defineCustomElement as defineLsToolbar } from "legalesign-document-viewer/dist/components/ls-toolbar.js";
|
|
41
|
+
import { LsToolboxField as LsToolboxFieldElement, defineCustomElement as defineLsToolboxField } from "legalesign-document-viewer/dist/components/ls-toolbox-field.js";
|
|
42
|
+
import React from 'react';
|
|
43
|
+
|
|
44
|
+
export type LsDocumentOptionsEvents = NonNullable<unknown>;
|
|
45
|
+
|
|
46
|
+
export const LsDocumentOptions: StencilReactComponent<LsDocumentOptionsElement, LsDocumentOptionsEvents> = /*@__PURE__*/ createComponent<LsDocumentOptionsElement, LsDocumentOptionsEvents>({
|
|
47
|
+
tagName: 'ls-document-options',
|
|
48
|
+
elementClass: LsDocumentOptionsElement,
|
|
49
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
50
|
+
react: React,
|
|
51
|
+
events: {} as LsDocumentOptionsEvents,
|
|
52
|
+
defineCustomElement: defineLsDocumentOptions
|
|
53
|
+
});
|
|
54
|
+
|
|
55
|
+
export type LsDocumentViewerEvents = {
|
|
56
|
+
onPageRendered: EventName<CustomEvent<number>>,
|
|
57
|
+
onPageChange: EventName<CustomEvent<number>>,
|
|
58
|
+
onSelectFields: EventName<LsDocumentViewerCustomEvent<LSApiElement[]>>,
|
|
59
|
+
onMutate: EventName<LsDocumentViewerCustomEvent<LSMutateEvent[]>>,
|
|
60
|
+
onUpdate: EventName<LsDocumentViewerCustomEvent<LSMutateEvent[]>>
|
|
61
|
+
};
|
|
62
|
+
|
|
63
|
+
export const LsDocumentViewer: StencilReactComponent<LsDocumentViewerElement, LsDocumentViewerEvents> = /*@__PURE__*/ createComponent<LsDocumentViewerElement, LsDocumentViewerEvents>({
|
|
64
|
+
tagName: 'ls-document-viewer',
|
|
65
|
+
elementClass: LsDocumentViewerElement,
|
|
66
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
67
|
+
react: React,
|
|
68
|
+
events: {
|
|
69
|
+
onPageRendered: 'pageRendered',
|
|
70
|
+
onPageChange: 'pageChange',
|
|
71
|
+
onSelectFields: 'selectFields',
|
|
72
|
+
onMutate: 'mutate',
|
|
73
|
+
onUpdate: 'update'
|
|
74
|
+
} as LsDocumentViewerEvents,
|
|
75
|
+
defineCustomElement: defineLsDocumentViewer
|
|
76
|
+
});
|
|
77
|
+
|
|
78
|
+
export type LsEditorFieldEvents = NonNullable<unknown>;
|
|
79
|
+
|
|
80
|
+
export const LsEditorField: StencilReactComponent<LsEditorFieldElement, LsEditorFieldEvents> = /*@__PURE__*/ createComponent<LsEditorFieldElement, LsEditorFieldEvents>({
|
|
81
|
+
tagName: 'ls-editor-field',
|
|
82
|
+
elementClass: LsEditorFieldElement,
|
|
83
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
84
|
+
react: React,
|
|
85
|
+
events: {} as LsEditorFieldEvents,
|
|
86
|
+
defineCustomElement: defineLsEditorField
|
|
87
|
+
});
|
|
88
|
+
|
|
89
|
+
export type LsEditorTableEvents = NonNullable<unknown>;
|
|
90
|
+
|
|
91
|
+
export const LsEditorTable: StencilReactComponent<LsEditorTableElement, LsEditorTableEvents> = /*@__PURE__*/ createComponent<LsEditorTableElement, LsEditorTableEvents>({
|
|
92
|
+
tagName: 'ls-editor-table',
|
|
93
|
+
elementClass: LsEditorTableElement,
|
|
94
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
95
|
+
react: React,
|
|
96
|
+
events: {} as LsEditorTableEvents,
|
|
97
|
+
defineCustomElement: defineLsEditorTable
|
|
98
|
+
});
|
|
99
|
+
|
|
100
|
+
export type LsFeatureColumnEvents = { onManage: EventName<CustomEvent<'document' | 'toolbox' | 'participant'>> };
|
|
101
|
+
|
|
102
|
+
export const LsFeatureColumn: StencilReactComponent<LsFeatureColumnElement, LsFeatureColumnEvents> = /*@__PURE__*/ createComponent<LsFeatureColumnElement, LsFeatureColumnEvents>({
|
|
103
|
+
tagName: 'ls-feature-column',
|
|
104
|
+
elementClass: LsFeatureColumnElement,
|
|
105
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
106
|
+
react: React,
|
|
107
|
+
events: { onManage: 'manage' } as LsFeatureColumnEvents,
|
|
108
|
+
defineCustomElement: defineLsFeatureColumn
|
|
109
|
+
});
|
|
110
|
+
|
|
111
|
+
export type LsFieldAlignmentEvents = {
|
|
112
|
+
onMutate: EventName<LsFieldAlignmentCustomEvent<LSMutateEvent[]>>,
|
|
113
|
+
onUpdate: EventName<LsFieldAlignmentCustomEvent<LSMutateEvent[]>>
|
|
114
|
+
};
|
|
115
|
+
|
|
116
|
+
export const LsFieldAlignment: StencilReactComponent<LsFieldAlignmentElement, LsFieldAlignmentEvents> = /*@__PURE__*/ createComponent<LsFieldAlignmentElement, LsFieldAlignmentEvents>({
|
|
117
|
+
tagName: 'ls-field-alignment',
|
|
118
|
+
elementClass: LsFieldAlignmentElement,
|
|
119
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
120
|
+
react: React,
|
|
121
|
+
events: {
|
|
122
|
+
onMutate: 'mutate',
|
|
123
|
+
onUpdate: 'update'
|
|
124
|
+
} as LsFieldAlignmentEvents,
|
|
125
|
+
defineCustomElement: defineLsFieldAlignment
|
|
126
|
+
});
|
|
127
|
+
|
|
128
|
+
export type LsFieldDimensionsEvents = {
|
|
129
|
+
onMutate: EventName<LsFieldDimensionsCustomEvent<LSMutateEvent[]>>,
|
|
130
|
+
onUpdate: EventName<LsFieldDimensionsCustomEvent<LSMutateEvent[]>>
|
|
131
|
+
};
|
|
132
|
+
|
|
133
|
+
export const LsFieldDimensions: StencilReactComponent<LsFieldDimensionsElement, LsFieldDimensionsEvents> = /*@__PURE__*/ createComponent<LsFieldDimensionsElement, LsFieldDimensionsEvents>({
|
|
134
|
+
tagName: 'ls-field-dimensions',
|
|
135
|
+
elementClass: LsFieldDimensionsElement,
|
|
136
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
137
|
+
react: React,
|
|
138
|
+
events: {
|
|
139
|
+
onMutate: 'mutate',
|
|
140
|
+
onUpdate: 'update'
|
|
141
|
+
} as LsFieldDimensionsEvents,
|
|
142
|
+
defineCustomElement: defineLsFieldDimensions
|
|
143
|
+
});
|
|
144
|
+
|
|
145
|
+
export type LsFieldDistributeEvents = {
|
|
146
|
+
onMutate: EventName<LsFieldDistributeCustomEvent<LSMutateEvent[]>>,
|
|
147
|
+
onUpdate: EventName<LsFieldDistributeCustomEvent<LSMutateEvent[]>>
|
|
148
|
+
};
|
|
149
|
+
|
|
150
|
+
export const LsFieldDistribute: StencilReactComponent<LsFieldDistributeElement, LsFieldDistributeEvents> = /*@__PURE__*/ createComponent<LsFieldDistributeElement, LsFieldDistributeEvents>({
|
|
151
|
+
tagName: 'ls-field-distribute',
|
|
152
|
+
elementClass: LsFieldDistributeElement,
|
|
153
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
154
|
+
react: React,
|
|
155
|
+
events: {
|
|
156
|
+
onMutate: 'mutate',
|
|
157
|
+
onUpdate: 'update'
|
|
158
|
+
} as LsFieldDistributeEvents,
|
|
159
|
+
defineCustomElement: defineLsFieldDistribute
|
|
160
|
+
});
|
|
161
|
+
|
|
162
|
+
export type LsFieldFormatEvents = {
|
|
163
|
+
onMutate: EventName<LsFieldFormatCustomEvent<LSMutateEvent[]>>,
|
|
164
|
+
onUpdate: EventName<LsFieldFormatCustomEvent<LSMutateEvent[]>>
|
|
165
|
+
};
|
|
166
|
+
|
|
167
|
+
export const LsFieldFormat: StencilReactComponent<LsFieldFormatElement, LsFieldFormatEvents> = /*@__PURE__*/ createComponent<LsFieldFormatElement, LsFieldFormatEvents>({
|
|
168
|
+
tagName: 'ls-field-format',
|
|
169
|
+
elementClass: LsFieldFormatElement,
|
|
170
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
171
|
+
react: React,
|
|
172
|
+
events: {
|
|
173
|
+
onMutate: 'mutate',
|
|
174
|
+
onUpdate: 'update'
|
|
175
|
+
} as LsFieldFormatEvents,
|
|
176
|
+
defineCustomElement: defineLsFieldFormat
|
|
177
|
+
});
|
|
178
|
+
|
|
179
|
+
export type LsFieldPropertiesEvents = NonNullable<unknown>;
|
|
180
|
+
|
|
181
|
+
export const LsFieldProperties: StencilReactComponent<LsFieldPropertiesElement, LsFieldPropertiesEvents> = /*@__PURE__*/ createComponent<LsFieldPropertiesElement, LsFieldPropertiesEvents>({
|
|
182
|
+
tagName: 'ls-field-properties',
|
|
183
|
+
elementClass: LsFieldPropertiesElement,
|
|
184
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
185
|
+
react: React,
|
|
186
|
+
events: {} as LsFieldPropertiesEvents,
|
|
187
|
+
defineCustomElement: defineLsFieldProperties
|
|
188
|
+
});
|
|
189
|
+
|
|
190
|
+
export type LsFieldPropertiesDateEvents = NonNullable<unknown>;
|
|
191
|
+
|
|
192
|
+
export const LsFieldPropertiesDate: StencilReactComponent<LsFieldPropertiesDateElement, LsFieldPropertiesDateEvents> = /*@__PURE__*/ createComponent<LsFieldPropertiesDateElement, LsFieldPropertiesDateEvents>({
|
|
193
|
+
tagName: 'ls-field-properties-date',
|
|
194
|
+
elementClass: LsFieldPropertiesDateElement,
|
|
195
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
196
|
+
react: React,
|
|
197
|
+
events: {} as LsFieldPropertiesDateEvents,
|
|
198
|
+
defineCustomElement: defineLsFieldPropertiesDate
|
|
199
|
+
});
|
|
200
|
+
|
|
201
|
+
export type LsFieldPropertiesGeneralEvents = NonNullable<unknown>;
|
|
202
|
+
|
|
203
|
+
export const LsFieldPropertiesGeneral: StencilReactComponent<LsFieldPropertiesGeneralElement, LsFieldPropertiesGeneralEvents> = /*@__PURE__*/ createComponent<LsFieldPropertiesGeneralElement, LsFieldPropertiesGeneralEvents>({
|
|
204
|
+
tagName: 'ls-field-properties-general',
|
|
205
|
+
elementClass: LsFieldPropertiesGeneralElement,
|
|
206
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
207
|
+
react: React,
|
|
208
|
+
events: {} as LsFieldPropertiesGeneralEvents,
|
|
209
|
+
defineCustomElement: defineLsFieldPropertiesGeneral
|
|
210
|
+
});
|
|
211
|
+
|
|
212
|
+
export type LsFieldPropertiesMultipleEvents = NonNullable<unknown>;
|
|
213
|
+
|
|
214
|
+
export const LsFieldPropertiesMultiple: StencilReactComponent<LsFieldPropertiesMultipleElement, LsFieldPropertiesMultipleEvents> = /*@__PURE__*/ createComponent<LsFieldPropertiesMultipleElement, LsFieldPropertiesMultipleEvents>({
|
|
215
|
+
tagName: 'ls-field-properties-multiple',
|
|
216
|
+
elementClass: LsFieldPropertiesMultipleElement,
|
|
217
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
218
|
+
react: React,
|
|
219
|
+
events: {} as LsFieldPropertiesMultipleEvents,
|
|
220
|
+
defineCustomElement: defineLsFieldPropertiesMultiple
|
|
221
|
+
});
|
|
222
|
+
|
|
223
|
+
export type LsFieldPropertiesNumberEvents = NonNullable<unknown>;
|
|
224
|
+
|
|
225
|
+
export const LsFieldPropertiesNumber: StencilReactComponent<LsFieldPropertiesNumberElement, LsFieldPropertiesNumberEvents> = /*@__PURE__*/ createComponent<LsFieldPropertiesNumberElement, LsFieldPropertiesNumberEvents>({
|
|
226
|
+
tagName: 'ls-field-properties-number',
|
|
227
|
+
elementClass: LsFieldPropertiesNumberElement,
|
|
228
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
229
|
+
react: React,
|
|
230
|
+
events: {} as LsFieldPropertiesNumberEvents,
|
|
231
|
+
defineCustomElement: defineLsFieldPropertiesNumber
|
|
232
|
+
});
|
|
233
|
+
|
|
234
|
+
export type LsFieldPropertiesSignatureEvents = NonNullable<unknown>;
|
|
235
|
+
|
|
236
|
+
export const LsFieldPropertiesSignature: StencilReactComponent<LsFieldPropertiesSignatureElement, LsFieldPropertiesSignatureEvents> = /*@__PURE__*/ createComponent<LsFieldPropertiesSignatureElement, LsFieldPropertiesSignatureEvents>({
|
|
237
|
+
tagName: 'ls-field-properties-signature',
|
|
238
|
+
elementClass: LsFieldPropertiesSignatureElement,
|
|
239
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
240
|
+
react: React,
|
|
241
|
+
events: {} as LsFieldPropertiesSignatureEvents,
|
|
242
|
+
defineCustomElement: defineLsFieldPropertiesSignature
|
|
243
|
+
});
|
|
244
|
+
|
|
245
|
+
export type LsFieldPropertiesTextEvents = NonNullable<unknown>;
|
|
246
|
+
|
|
247
|
+
export const LsFieldPropertiesText: StencilReactComponent<LsFieldPropertiesTextElement, LsFieldPropertiesTextEvents> = /*@__PURE__*/ createComponent<LsFieldPropertiesTextElement, LsFieldPropertiesTextEvents>({
|
|
248
|
+
tagName: 'ls-field-properties-text',
|
|
249
|
+
elementClass: LsFieldPropertiesTextElement,
|
|
250
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
251
|
+
react: React,
|
|
252
|
+
events: {} as LsFieldPropertiesTextEvents,
|
|
253
|
+
defineCustomElement: defineLsFieldPropertiesText
|
|
254
|
+
});
|
|
255
|
+
|
|
256
|
+
export type LsFieldSizeEvents = {
|
|
257
|
+
onMutate: EventName<LsFieldSizeCustomEvent<LSMutateEvent[]>>,
|
|
258
|
+
onUpdate: EventName<LsFieldSizeCustomEvent<LSMutateEvent[]>>
|
|
259
|
+
};
|
|
260
|
+
|
|
261
|
+
export const LsFieldSize: StencilReactComponent<LsFieldSizeElement, LsFieldSizeEvents> = /*@__PURE__*/ createComponent<LsFieldSizeElement, LsFieldSizeEvents>({
|
|
262
|
+
tagName: 'ls-field-size',
|
|
263
|
+
elementClass: LsFieldSizeElement,
|
|
264
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
265
|
+
react: React,
|
|
266
|
+
events: {
|
|
267
|
+
onMutate: 'mutate',
|
|
268
|
+
onUpdate: 'update'
|
|
269
|
+
} as LsFieldSizeEvents,
|
|
270
|
+
defineCustomElement: defineLsFieldSize
|
|
271
|
+
});
|
|
272
|
+
|
|
273
|
+
export type LsFormfieldEvents = NonNullable<unknown>;
|
|
274
|
+
|
|
275
|
+
export const LsFormfield: StencilReactComponent<LsFormfieldElement, LsFormfieldEvents> = /*@__PURE__*/ createComponent<LsFormfieldElement, LsFormfieldEvents>({
|
|
276
|
+
tagName: 'ls-formfield',
|
|
277
|
+
elementClass: LsFormfieldElement,
|
|
278
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
279
|
+
react: React,
|
|
280
|
+
events: {} as LsFormfieldEvents,
|
|
281
|
+
defineCustomElement: defineLsFormfield
|
|
282
|
+
});
|
|
283
|
+
|
|
284
|
+
export type LsIconEvents = NonNullable<unknown>;
|
|
285
|
+
|
|
286
|
+
export const LsIcon: StencilReactComponent<LsIconElement, LsIconEvents> = /*@__PURE__*/ createComponent<LsIconElement, LsIconEvents>({
|
|
287
|
+
tagName: 'ls-icon',
|
|
288
|
+
elementClass: LsIconElement,
|
|
289
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
290
|
+
react: React,
|
|
291
|
+
events: {} as LsIconEvents,
|
|
292
|
+
defineCustomElement: defineLsIcon
|
|
293
|
+
});
|
|
294
|
+
|
|
295
|
+
export type LsNumberInputEvents = NonNullable<unknown>;
|
|
296
|
+
|
|
297
|
+
export const LsNumberInput: StencilReactComponent<LsNumberInputElement, LsNumberInputEvents> = /*@__PURE__*/ createComponent<LsNumberInputElement, LsNumberInputEvents>({
|
|
298
|
+
tagName: 'ls-number-input',
|
|
299
|
+
elementClass: LsNumberInputElement,
|
|
300
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
301
|
+
react: React,
|
|
302
|
+
events: {} as LsNumberInputEvents,
|
|
303
|
+
defineCustomElement: defineLsNumberInput
|
|
304
|
+
});
|
|
305
|
+
|
|
306
|
+
export type LsParticipantManagerEvents = {
|
|
307
|
+
onMutate: EventName<LsParticipantManagerCustomEvent<LSMutateEvent[]>>,
|
|
308
|
+
onUpdate: EventName<LsParticipantManagerCustomEvent<LSMutateEvent[]>>
|
|
309
|
+
};
|
|
310
|
+
|
|
311
|
+
export const LsParticipantManager: StencilReactComponent<LsParticipantManagerElement, LsParticipantManagerEvents> = /*@__PURE__*/ createComponent<LsParticipantManagerElement, LsParticipantManagerEvents>({
|
|
312
|
+
tagName: 'ls-participant-manager',
|
|
313
|
+
elementClass: LsParticipantManagerElement,
|
|
314
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
315
|
+
react: React,
|
|
316
|
+
events: {
|
|
317
|
+
onMutate: 'mutate',
|
|
318
|
+
onUpdate: 'update'
|
|
319
|
+
} as LsParticipantManagerEvents,
|
|
320
|
+
defineCustomElement: defineLsParticipantManager
|
|
321
|
+
});
|
|
322
|
+
|
|
323
|
+
export type LsParticipantSelectEvents = NonNullable<unknown>;
|
|
324
|
+
|
|
325
|
+
export const LsParticipantSelect: StencilReactComponent<LsParticipantSelectElement, LsParticipantSelectEvents> = /*@__PURE__*/ createComponent<LsParticipantSelectElement, LsParticipantSelectEvents>({
|
|
326
|
+
tagName: 'ls-participant-select',
|
|
327
|
+
elementClass: LsParticipantSelectElement,
|
|
328
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
329
|
+
react: React,
|
|
330
|
+
events: {} as LsParticipantSelectEvents,
|
|
331
|
+
defineCustomElement: defineLsParticipantSelect
|
|
332
|
+
});
|
|
333
|
+
|
|
334
|
+
export type LsRadioInputEvents = NonNullable<unknown>;
|
|
335
|
+
|
|
336
|
+
export const LsRadioInput: StencilReactComponent<LsRadioInputElement, LsRadioInputEvents> = /*@__PURE__*/ createComponent<LsRadioInputElement, LsRadioInputEvents>({
|
|
337
|
+
tagName: 'ls-radio-input',
|
|
338
|
+
elementClass: LsRadioInputElement,
|
|
339
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
340
|
+
react: React,
|
|
341
|
+
events: {} as LsRadioInputEvents,
|
|
342
|
+
defineCustomElement: defineLsRadioInput
|
|
343
|
+
});
|
|
344
|
+
|
|
345
|
+
export type LsSelectInputEvents = NonNullable<unknown>;
|
|
346
|
+
|
|
347
|
+
export const LsSelectInput: StencilReactComponent<LsSelectInputElement, LsSelectInputEvents> = /*@__PURE__*/ createComponent<LsSelectInputElement, LsSelectInputEvents>({
|
|
348
|
+
tagName: 'ls-select-input',
|
|
349
|
+
elementClass: LsSelectInputElement,
|
|
350
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
351
|
+
react: React,
|
|
352
|
+
events: {} as LsSelectInputEvents,
|
|
353
|
+
defineCustomElement: defineLsSelectInput
|
|
354
|
+
});
|
|
355
|
+
|
|
356
|
+
export type LsStatusbarEvents = NonNullable<unknown>;
|
|
357
|
+
|
|
358
|
+
export const LsStatusbar: StencilReactComponent<LsStatusbarElement, LsStatusbarEvents> = /*@__PURE__*/ createComponent<LsStatusbarElement, LsStatusbarEvents>({
|
|
359
|
+
tagName: 'ls-statusbar',
|
|
360
|
+
elementClass: LsStatusbarElement,
|
|
361
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
362
|
+
react: React,
|
|
363
|
+
events: {} as LsStatusbarEvents,
|
|
364
|
+
defineCustomElement: defineLsStatusbar
|
|
365
|
+
});
|
|
366
|
+
|
|
367
|
+
export type LsTextInputEvents = NonNullable<unknown>;
|
|
368
|
+
|
|
369
|
+
export const LsTextInput: StencilReactComponent<LsTextInputElement, LsTextInputEvents> = /*@__PURE__*/ createComponent<LsTextInputElement, LsTextInputEvents>({
|
|
370
|
+
tagName: 'ls-text-input',
|
|
371
|
+
elementClass: LsTextInputElement,
|
|
372
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
373
|
+
react: React,
|
|
374
|
+
events: {} as LsTextInputEvents,
|
|
375
|
+
defineCustomElement: defineLsTextInput
|
|
376
|
+
});
|
|
377
|
+
|
|
378
|
+
export type LsTextareaInputEvents = NonNullable<unknown>;
|
|
379
|
+
|
|
380
|
+
export const LsTextareaInput: StencilReactComponent<LsTextareaInputElement, LsTextareaInputEvents> = /*@__PURE__*/ createComponent<LsTextareaInputElement, LsTextareaInputEvents>({
|
|
381
|
+
tagName: 'ls-textarea-input',
|
|
382
|
+
elementClass: LsTextareaInputElement,
|
|
383
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
384
|
+
react: React,
|
|
385
|
+
events: {} as LsTextareaInputEvents,
|
|
386
|
+
defineCustomElement: defineLsTextareaInput
|
|
387
|
+
});
|
|
388
|
+
|
|
389
|
+
export type LsToolbarEvents = NonNullable<unknown>;
|
|
390
|
+
|
|
391
|
+
export const LsToolbar: StencilReactComponent<LsToolbarElement, LsToolbarEvents> = /*@__PURE__*/ createComponent<LsToolbarElement, LsToolbarEvents>({
|
|
392
|
+
tagName: 'ls-toolbar',
|
|
393
|
+
elementClass: LsToolbarElement,
|
|
394
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
395
|
+
react: React,
|
|
396
|
+
events: {} as LsToolbarEvents,
|
|
397
|
+
defineCustomElement: defineLsToolbar
|
|
398
|
+
});
|
|
399
|
+
|
|
400
|
+
export type LsToolboxFieldEvents = NonNullable<unknown>;
|
|
401
|
+
|
|
402
|
+
export const LsToolboxField: StencilReactComponent<LsToolboxFieldElement, LsToolboxFieldEvents> = /*@__PURE__*/ createComponent<LsToolboxFieldElement, LsToolboxFieldEvents>({
|
|
403
|
+
tagName: 'ls-toolbox-field',
|
|
404
|
+
elementClass: LsToolboxFieldElement,
|
|
405
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
406
|
+
react: React,
|
|
407
|
+
events: {} as LsToolboxFieldEvents,
|
|
408
|
+
defineCustomElement: defineLsToolboxField
|
|
409
|
+
});
|
package/lib/index.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './components/stencil-generated/components';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "legalesign-document-viewer-react",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.8",
|
|
4
4
|
"description": "Legalesign React Editor / Viewers",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"stencilJS",
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"lib": "lib"
|
|
19
19
|
},
|
|
20
20
|
"files": [
|
|
21
|
-
"
|
|
21
|
+
"lib"
|
|
22
22
|
],
|
|
23
23
|
"include": ["lib"],
|
|
24
24
|
"exclude": ["node_modules"],
|