legalesign-document-viewer-react 0.9.15 → 0.9.17
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.
- package/dist/components/stencil-generated/components.js +247 -14
- package/dist/index.js +1 -0
- package/dist/types/components/stencil-generated/components.d.ts +121 -8
- package/dist/types/index.d.ts +1 -0
- package/lib/components/stencil-generated/components.ts +340 -24
- package/lib/index.ts +1 -0
- package/package.json +2 -2
|
@@ -1,9 +1,18 @@
|
|
|
1
1
|
'use client';
|
|
2
2
|
import { createComponent } from '@stencil/react-output-target/runtime';
|
|
3
|
+
import { LsAddNewButton as LsAddNewButtonElement, defineCustomElement as defineLsAddNewButton } from "legalesign-document-viewer/dist/components/ls-add-new-button.js";
|
|
4
|
+
import { LsBadge as LsBadgeElement, defineCustomElement as defineLsBadge } from "legalesign-document-viewer/dist/components/ls-badge.js";
|
|
5
|
+
import { LsBanner as LsBannerElement, defineCustomElement as defineLsBanner } from "legalesign-document-viewer/dist/components/ls-banner.js";
|
|
6
|
+
import { LsButton as LsButtonElement, defineCustomElement as defineLsButton } from "legalesign-document-viewer/dist/components/ls-button.js";
|
|
7
|
+
import { LsCard as LsCardElement, defineCustomElement as defineLsCard } from "legalesign-document-viewer/dist/components/ls-card.js";
|
|
8
|
+
import { LsCheckboxInput as LsCheckboxInputElement, defineCustomElement as defineLsCheckboxInput } from "legalesign-document-viewer/dist/components/ls-checkbox-input.js";
|
|
3
9
|
import { LsComposeLoader as LsComposeLoaderElement, defineCustomElement as defineLsComposeLoader } from "legalesign-document-viewer/dist/components/ls-compose-loader.js";
|
|
4
10
|
import { LsComposeManager as LsComposeManagerElement, defineCustomElement as defineLsComposeManager } from "legalesign-document-viewer/dist/components/ls-compose-manager.js";
|
|
11
|
+
import { LsDetailsSection as LsDetailsSectionElement, defineCustomElement as defineLsDetailsSection } from "legalesign-document-viewer/dist/components/ls-details-section.js";
|
|
5
12
|
import { LsDocumentOptions as LsDocumentOptionsElement, defineCustomElement as defineLsDocumentOptions } from "legalesign-document-viewer/dist/components/ls-document-options.js";
|
|
6
13
|
import { LsDocumentViewer as LsDocumentViewerElement, defineCustomElement as defineLsDocumentViewer } from "legalesign-document-viewer/dist/components/ls-document-viewer.js";
|
|
14
|
+
import { LsDropdownItem as LsDropdownItemElement, defineCustomElement as defineLsDropdownItem } from "legalesign-document-viewer/dist/components/ls-dropdown-item.js";
|
|
15
|
+
import { LsDropdown as LsDropdownElement, defineCustomElement as defineLsDropdown } from "legalesign-document-viewer/dist/components/ls-dropdown.js";
|
|
7
16
|
import { LsEditorField as LsEditorFieldElement, defineCustomElement as defineLsEditorField } from "legalesign-document-viewer/dist/components/ls-editor-field.js";
|
|
8
17
|
import { LsEditorTable as LsEditorTableElement, defineCustomElement as defineLsEditorTable } from "legalesign-document-viewer/dist/components/ls-editor-table.js";
|
|
9
18
|
import { LsFeatureColumn as LsFeatureColumnElement, defineCustomElement as defineLsFeatureColumn } from "legalesign-document-viewer/dist/components/ls-feature-column.js";
|
|
@@ -31,24 +40,39 @@ import { LsFieldProperties as LsFieldPropertiesElement, defineCustomElement as d
|
|
|
31
40
|
import { LsFieldSize as LsFieldSizeElement, defineCustomElement as defineLsFieldSize } from "legalesign-document-viewer/dist/components/ls-field-size.js";
|
|
32
41
|
import { LsFieldTypeDisplay as LsFieldTypeDisplayElement, defineCustomElement as defineLsFieldTypeDisplay } from "legalesign-document-viewer/dist/components/ls-field-type-display.js";
|
|
33
42
|
import { LsFormfield as LsFormfieldElement, defineCustomElement as defineLsFormfield } from "legalesign-document-viewer/dist/components/ls-formfield.js";
|
|
43
|
+
import { LsHeaderBar as LsHeaderBarElement, defineCustomElement as defineLsHeaderBar } from "legalesign-document-viewer/dist/components/ls-header-bar.js";
|
|
34
44
|
import { LsHelperBar as LsHelperBarElement, defineCustomElement as defineLsHelperBar } from "legalesign-document-viewer/dist/components/ls-helper-bar.js";
|
|
45
|
+
import { LsIconButton as LsIconButtonElement, defineCustomElement as defineLsIconButton } from "legalesign-document-viewer/dist/components/ls-icon-button.js";
|
|
46
|
+
import { LsIconCheckButton as LsIconCheckButtonElement, defineCustomElement as defineLsIconCheckButton } from "legalesign-document-viewer/dist/components/ls-icon-check-button.js";
|
|
35
47
|
import { LsIcon as LsIconElement, defineCustomElement as defineLsIcon } from "legalesign-document-viewer/dist/components/ls-icon.js";
|
|
36
48
|
import { LsInputWrapper as LsInputWrapperElement, defineCustomElement as defineLsInputWrapper } from "legalesign-document-viewer/dist/components/ls-input-wrapper.js";
|
|
37
49
|
import { LsKeyboardShortcuts as LsKeyboardShortcutsElement, defineCustomElement as defineLsKeyboardShortcuts } from "legalesign-document-viewer/dist/components/ls-keyboard-shortcuts.js";
|
|
50
|
+
import { LsLabel as LsLabelElement, defineCustomElement as defineLsLabel } from "legalesign-document-viewer/dist/components/ls-label.js";
|
|
38
51
|
import { LsLeftBar as LsLeftBarElement, defineCustomElement as defineLsLeftBar } from "legalesign-document-viewer/dist/components/ls-left-bar.js";
|
|
52
|
+
import { LsListCardButton as LsListCardButtonElement, defineCustomElement as defineLsListCardButton } from "legalesign-document-viewer/dist/components/ls-list-card-button.js";
|
|
53
|
+
import { LsLoadingIcon as LsLoadingIconElement, defineCustomElement as defineLsLoadingIcon } from "legalesign-document-viewer/dist/components/ls-loading-icon.js";
|
|
54
|
+
import { LsLoadingLogo as LsLoadingLogoElement, defineCustomElement as defineLsLoadingLogo } from "legalesign-document-viewer/dist/components/ls-loading-logo.js";
|
|
55
|
+
import { LsLoading as LsLoadingElement, defineCustomElement as defineLsLoading } from "legalesign-document-viewer/dist/components/ls-loading.js";
|
|
56
|
+
import { LsNavbar as LsNavbarElement, defineCustomElement as defineLsNavbar } from "legalesign-document-viewer/dist/components/ls-navbar.js";
|
|
57
|
+
import { LsNotification as LsNotificationElement, defineCustomElement as defineLsNotification } from "legalesign-document-viewer/dist/components/ls-notification.js";
|
|
39
58
|
import { LsNumberInput as LsNumberInputElement, defineCustomElement as defineLsNumberInput } from "legalesign-document-viewer/dist/components/ls-number-input.js";
|
|
40
|
-
import { LsPageLoader as LsPageLoaderElement, defineCustomElement as defineLsPageLoader } from "legalesign-document-viewer/dist/components/ls-page-loader.js";
|
|
41
59
|
import { LsParticipantCard as LsParticipantCardElement, defineCustomElement as defineLsParticipantCard } from "legalesign-document-viewer/dist/components/ls-participant-card.js";
|
|
42
60
|
import { LsParticipantManager as LsParticipantManagerElement, defineCustomElement as defineLsParticipantManager } from "legalesign-document-viewer/dist/components/ls-participant-manager.js";
|
|
43
61
|
import { LsParticipantSelect as LsParticipantSelectElement, defineCustomElement as defineLsParticipantSelect } from "legalesign-document-viewer/dist/components/ls-participant-select.js";
|
|
44
62
|
import { LsPropsSection as LsPropsSectionElement, defineCustomElement as defineLsPropsSection } from "legalesign-document-viewer/dist/components/ls-props-section.js";
|
|
63
|
+
import { LsRadioGroup as LsRadioGroupElement, defineCustomElement as defineLsRadioGroup } from "legalesign-document-viewer/dist/components/ls-radio-group.js";
|
|
45
64
|
import { LsRadioInput as LsRadioInputElement, defineCustomElement as defineLsRadioInput } from "legalesign-document-viewer/dist/components/ls-radio-input.js";
|
|
46
65
|
import { LsRecipientCard as LsRecipientCardElement, defineCustomElement as defineLsRecipientCard } from "legalesign-document-viewer/dist/components/ls-recipient-card.js";
|
|
47
66
|
import { LsRecipientManager as LsRecipientManagerElement, defineCustomElement as defineLsRecipientManager } from "legalesign-document-viewer/dist/components/ls-recipient-manager.js";
|
|
48
67
|
import { LsSelectInput as LsSelectInputElement, defineCustomElement as defineLsSelectInput } from "legalesign-document-viewer/dist/components/ls-select-input.js";
|
|
49
68
|
import { LsStatusbar as LsStatusbarElement, defineCustomElement as defineLsStatusbar } from "legalesign-document-viewer/dist/components/ls-statusbar.js";
|
|
69
|
+
import { LsTabs as LsTabsElement, defineCustomElement as defineLsTabs } from "legalesign-document-viewer/dist/components/ls-tabs.js";
|
|
70
|
+
import { LsTag as LsTagElement, defineCustomElement as defineLsTag } from "legalesign-document-viewer/dist/components/ls-tag.js";
|
|
50
71
|
import { LsTextInput as LsTextInputElement, defineCustomElement as defineLsTextInput } from "legalesign-document-viewer/dist/components/ls-text-input.js";
|
|
72
|
+
import { LsText as LsTextElement, defineCustomElement as defineLsText } from "legalesign-document-viewer/dist/components/ls-text.js";
|
|
51
73
|
import { LsTextareaInput as LsTextareaInputElement, defineCustomElement as defineLsTextareaInput } from "legalesign-document-viewer/dist/components/ls-textarea-input.js";
|
|
74
|
+
import { LsTimelineStep as LsTimelineStepElement, defineCustomElement as defineLsTimelineStep } from "legalesign-document-viewer/dist/components/ls-timeline-step.js";
|
|
75
|
+
import { LsTimeline as LsTimelineElement, defineCustomElement as defineLsTimeline } from "legalesign-document-viewer/dist/components/ls-timeline.js";
|
|
52
76
|
import { LsTitleInput as LsTitleInputElement, defineCustomElement as defineLsTitleInput } from "legalesign-document-viewer/dist/components/ls-title-input.js";
|
|
53
77
|
import { LsToggle as LsToggleElement, defineCustomElement as defineLsToggle } from "legalesign-document-viewer/dist/components/ls-toggle.js";
|
|
54
78
|
import { LsToolbar as LsToolbarElement, defineCustomElement as defineLsToolbar } from "legalesign-document-viewer/dist/components/ls-toolbar.js";
|
|
@@ -56,7 +80,56 @@ import { LsToolboxField as LsToolboxFieldElement, defineCustomElement as defineL
|
|
|
56
80
|
import { LsTooltip as LsTooltipElement, defineCustomElement as defineLsTooltip } from "legalesign-document-viewer/dist/components/ls-tooltip.js";
|
|
57
81
|
import { LsValidationManager as LsValidationManagerElement, defineCustomElement as defineLsValidationManager } from "legalesign-document-viewer/dist/components/ls-validation-manager.js";
|
|
58
82
|
import { LsValidationTag as LsValidationTagElement, defineCustomElement as defineLsValidationTag } from "legalesign-document-viewer/dist/components/ls-validation-tag.js";
|
|
83
|
+
import { TestItem as TestItemElement, defineCustomElement as defineTestItem } from "legalesign-document-viewer/dist/components/test-item.js";
|
|
59
84
|
import React from 'react';
|
|
85
|
+
export const LsAddNewButton = /*@__PURE__*/ createComponent({
|
|
86
|
+
tagName: 'ls-add-new-button',
|
|
87
|
+
elementClass: LsAddNewButtonElement,
|
|
88
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
89
|
+
react: React,
|
|
90
|
+
events: {},
|
|
91
|
+
defineCustomElement: defineLsAddNewButton
|
|
92
|
+
});
|
|
93
|
+
export const LsBadge = /*@__PURE__*/ createComponent({
|
|
94
|
+
tagName: 'ls-badge',
|
|
95
|
+
elementClass: LsBadgeElement,
|
|
96
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
97
|
+
react: React,
|
|
98
|
+
events: {},
|
|
99
|
+
defineCustomElement: defineLsBadge
|
|
100
|
+
});
|
|
101
|
+
export const LsBanner = /*@__PURE__*/ createComponent({
|
|
102
|
+
tagName: 'ls-banner',
|
|
103
|
+
elementClass: LsBannerElement,
|
|
104
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
105
|
+
react: React,
|
|
106
|
+
events: {},
|
|
107
|
+
defineCustomElement: defineLsBanner
|
|
108
|
+
});
|
|
109
|
+
export const LsButton = /*@__PURE__*/ createComponent({
|
|
110
|
+
tagName: 'ls-button',
|
|
111
|
+
elementClass: LsButtonElement,
|
|
112
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
113
|
+
react: React,
|
|
114
|
+
events: {},
|
|
115
|
+
defineCustomElement: defineLsButton
|
|
116
|
+
});
|
|
117
|
+
export const LsCard = /*@__PURE__*/ createComponent({
|
|
118
|
+
tagName: 'ls-card',
|
|
119
|
+
elementClass: LsCardElement,
|
|
120
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
121
|
+
react: React,
|
|
122
|
+
events: {},
|
|
123
|
+
defineCustomElement: defineLsCard
|
|
124
|
+
});
|
|
125
|
+
export const LsCheckboxInput = /*@__PURE__*/ createComponent({
|
|
126
|
+
tagName: 'ls-checkbox-input',
|
|
127
|
+
elementClass: LsCheckboxInputElement,
|
|
128
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
129
|
+
react: React,
|
|
130
|
+
events: { onHandlechange: 'handlechange' },
|
|
131
|
+
defineCustomElement: defineLsCheckboxInput
|
|
132
|
+
});
|
|
60
133
|
export const LsComposeLoader = /*@__PURE__*/ createComponent({
|
|
61
134
|
tagName: 'ls-compose-loader',
|
|
62
135
|
elementClass: LsComposeLoaderElement,
|
|
@@ -73,6 +146,14 @@ export const LsComposeManager = /*@__PURE__*/ createComponent({
|
|
|
73
146
|
events: {},
|
|
74
147
|
defineCustomElement: defineLsComposeManager
|
|
75
148
|
});
|
|
149
|
+
export const LsDetailsSection = /*@__PURE__*/ createComponent({
|
|
150
|
+
tagName: 'ls-details-section',
|
|
151
|
+
elementClass: LsDetailsSectionElement,
|
|
152
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
153
|
+
react: React,
|
|
154
|
+
events: {},
|
|
155
|
+
defineCustomElement: defineLsDetailsSection
|
|
156
|
+
});
|
|
76
157
|
export const LsDocumentOptions = /*@__PURE__*/ createComponent({
|
|
77
158
|
tagName: 'ls-document-options',
|
|
78
159
|
elementClass: LsDocumentOptionsElement,
|
|
@@ -100,6 +181,22 @@ export const LsDocumentViewer = /*@__PURE__*/ createComponent({
|
|
|
100
181
|
},
|
|
101
182
|
defineCustomElement: defineLsDocumentViewer
|
|
102
183
|
});
|
|
184
|
+
export const LsDropdown = /*@__PURE__*/ createComponent({
|
|
185
|
+
tagName: 'ls-dropdown',
|
|
186
|
+
elementClass: LsDropdownElement,
|
|
187
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
188
|
+
react: React,
|
|
189
|
+
events: {},
|
|
190
|
+
defineCustomElement: defineLsDropdown
|
|
191
|
+
});
|
|
192
|
+
export const LsDropdownItem = /*@__PURE__*/ createComponent({
|
|
193
|
+
tagName: 'ls-dropdown-item',
|
|
194
|
+
elementClass: LsDropdownItemElement,
|
|
195
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
196
|
+
react: React,
|
|
197
|
+
events: {},
|
|
198
|
+
defineCustomElement: defineLsDropdownItem
|
|
199
|
+
});
|
|
103
200
|
export const LsEditorField = /*@__PURE__*/ createComponent({
|
|
104
201
|
tagName: 'ls-editor-field',
|
|
105
202
|
elementClass: LsEditorFieldElement,
|
|
@@ -332,9 +429,21 @@ export const LsFormfield = /*@__PURE__*/ createComponent({
|
|
|
332
429
|
elementClass: LsFormfieldElement,
|
|
333
430
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
334
431
|
react: React,
|
|
335
|
-
events: {
|
|
432
|
+
events: {
|
|
433
|
+
onTextChange: 'textChange',
|
|
434
|
+
onNumberChange: 'numberChange',
|
|
435
|
+
onBooleanChange: 'booleanChange'
|
|
436
|
+
},
|
|
336
437
|
defineCustomElement: defineLsFormfield
|
|
337
438
|
});
|
|
439
|
+
export const LsHeaderBar = /*@__PURE__*/ createComponent({
|
|
440
|
+
tagName: 'ls-header-bar',
|
|
441
|
+
elementClass: LsHeaderBarElement,
|
|
442
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
443
|
+
react: React,
|
|
444
|
+
events: {},
|
|
445
|
+
defineCustomElement: defineLsHeaderBar
|
|
446
|
+
});
|
|
338
447
|
export const LsHelperBar = /*@__PURE__*/ createComponent({
|
|
339
448
|
tagName: 'ls-helper-bar',
|
|
340
449
|
elementClass: LsHelperBarElement,
|
|
@@ -351,6 +460,22 @@ export const LsIcon = /*@__PURE__*/ createComponent({
|
|
|
351
460
|
events: {},
|
|
352
461
|
defineCustomElement: defineLsIcon
|
|
353
462
|
});
|
|
463
|
+
export const LsIconButton = /*@__PURE__*/ createComponent({
|
|
464
|
+
tagName: 'ls-icon-button',
|
|
465
|
+
elementClass: LsIconButtonElement,
|
|
466
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
467
|
+
react: React,
|
|
468
|
+
events: {},
|
|
469
|
+
defineCustomElement: defineLsIconButton
|
|
470
|
+
});
|
|
471
|
+
export const LsIconCheckButton = /*@__PURE__*/ createComponent({
|
|
472
|
+
tagName: 'ls-icon-check-button',
|
|
473
|
+
elementClass: LsIconCheckButtonElement,
|
|
474
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
475
|
+
react: React,
|
|
476
|
+
events: {},
|
|
477
|
+
defineCustomElement: defineLsIconCheckButton
|
|
478
|
+
});
|
|
354
479
|
export const LsInputWrapper = /*@__PURE__*/ createComponent({
|
|
355
480
|
tagName: 'ls-input-wrapper',
|
|
356
481
|
elementClass: LsInputWrapperElement,
|
|
@@ -367,6 +492,14 @@ export const LsKeyboardShortcuts = /*@__PURE__*/ createComponent({
|
|
|
367
492
|
events: {},
|
|
368
493
|
defineCustomElement: defineLsKeyboardShortcuts
|
|
369
494
|
});
|
|
495
|
+
export const LsLabel = /*@__PURE__*/ createComponent({
|
|
496
|
+
tagName: 'ls-label',
|
|
497
|
+
elementClass: LsLabelElement,
|
|
498
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
499
|
+
react: React,
|
|
500
|
+
events: {},
|
|
501
|
+
defineCustomElement: defineLsLabel
|
|
502
|
+
});
|
|
370
503
|
export const LsLeftBar = /*@__PURE__*/ createComponent({
|
|
371
504
|
tagName: 'ls-left-bar',
|
|
372
505
|
elementClass: LsLeftBarElement,
|
|
@@ -378,21 +511,61 @@ export const LsLeftBar = /*@__PURE__*/ createComponent({
|
|
|
378
511
|
},
|
|
379
512
|
defineCustomElement: defineLsLeftBar
|
|
380
513
|
});
|
|
381
|
-
export const
|
|
382
|
-
tagName: 'ls-
|
|
383
|
-
elementClass:
|
|
514
|
+
export const LsListCardButton = /*@__PURE__*/ createComponent({
|
|
515
|
+
tagName: 'ls-list-card-button',
|
|
516
|
+
elementClass: LsListCardButtonElement,
|
|
384
517
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
385
518
|
react: React,
|
|
386
519
|
events: {},
|
|
387
|
-
defineCustomElement:
|
|
520
|
+
defineCustomElement: defineLsListCardButton
|
|
388
521
|
});
|
|
389
|
-
export const
|
|
390
|
-
tagName: 'ls-
|
|
391
|
-
elementClass:
|
|
522
|
+
export const LsLoading = /*@__PURE__*/ createComponent({
|
|
523
|
+
tagName: 'ls-loading',
|
|
524
|
+
elementClass: LsLoadingElement,
|
|
392
525
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
393
526
|
react: React,
|
|
394
527
|
events: {},
|
|
395
|
-
defineCustomElement:
|
|
528
|
+
defineCustomElement: defineLsLoading
|
|
529
|
+
});
|
|
530
|
+
export const LsLoadingIcon = /*@__PURE__*/ createComponent({
|
|
531
|
+
tagName: 'ls-loading-icon',
|
|
532
|
+
elementClass: LsLoadingIconElement,
|
|
533
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
534
|
+
react: React,
|
|
535
|
+
events: {},
|
|
536
|
+
defineCustomElement: defineLsLoadingIcon
|
|
537
|
+
});
|
|
538
|
+
export const LsLoadingLogo = /*@__PURE__*/ createComponent({
|
|
539
|
+
tagName: 'ls-loading-logo',
|
|
540
|
+
elementClass: LsLoadingLogoElement,
|
|
541
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
542
|
+
react: React,
|
|
543
|
+
events: {},
|
|
544
|
+
defineCustomElement: defineLsLoadingLogo
|
|
545
|
+
});
|
|
546
|
+
export const LsNavbar = /*@__PURE__*/ createComponent({
|
|
547
|
+
tagName: 'ls-navbar',
|
|
548
|
+
elementClass: LsNavbarElement,
|
|
549
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
550
|
+
react: React,
|
|
551
|
+
events: {},
|
|
552
|
+
defineCustomElement: defineLsNavbar
|
|
553
|
+
});
|
|
554
|
+
export const LsNotification = /*@__PURE__*/ createComponent({
|
|
555
|
+
tagName: 'ls-notification',
|
|
556
|
+
elementClass: LsNotificationElement,
|
|
557
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
558
|
+
react: React,
|
|
559
|
+
events: {},
|
|
560
|
+
defineCustomElement: defineLsNotification
|
|
561
|
+
});
|
|
562
|
+
export const LsNumberInput = /*@__PURE__*/ createComponent({
|
|
563
|
+
tagName: 'ls-number-input',
|
|
564
|
+
elementClass: LsNumberInputElement,
|
|
565
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
566
|
+
react: React,
|
|
567
|
+
events: { onNumberChange: 'numberChange' },
|
|
568
|
+
defineCustomElement: defineLsNumberInput
|
|
396
569
|
});
|
|
397
570
|
export const LsParticipantCard = /*@__PURE__*/ createComponent({
|
|
398
571
|
tagName: 'ls-participant-card',
|
|
@@ -402,6 +575,7 @@ export const LsParticipantCard = /*@__PURE__*/ createComponent({
|
|
|
402
575
|
events: {
|
|
403
576
|
onMutate: 'mutate',
|
|
404
577
|
onOpened: 'opened',
|
|
578
|
+
onRoleChange: 'roleChange',
|
|
405
579
|
onAddParticipant: 'addParticipant'
|
|
406
580
|
},
|
|
407
581
|
defineCustomElement: defineLsParticipantCard
|
|
@@ -437,6 +611,14 @@ export const LsPropsSection = /*@__PURE__*/ createComponent({
|
|
|
437
611
|
events: {},
|
|
438
612
|
defineCustomElement: defineLsPropsSection
|
|
439
613
|
});
|
|
614
|
+
export const LsRadioGroup = /*@__PURE__*/ createComponent({
|
|
615
|
+
tagName: 'ls-radio-group',
|
|
616
|
+
elementClass: LsRadioGroupElement,
|
|
617
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
618
|
+
react: React,
|
|
619
|
+
events: { onHandlechange: 'handlechange' },
|
|
620
|
+
defineCustomElement: defineLsRadioGroup
|
|
621
|
+
});
|
|
440
622
|
export const LsRadioInput = /*@__PURE__*/ createComponent({
|
|
441
623
|
tagName: 'ls-radio-input',
|
|
442
624
|
elementClass: LsRadioInputElement,
|
|
@@ -469,7 +651,7 @@ export const LsSelectInput = /*@__PURE__*/ createComponent({
|
|
|
469
651
|
elementClass: LsSelectInputElement,
|
|
470
652
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
471
653
|
react: React,
|
|
472
|
-
events: {},
|
|
654
|
+
events: { onSelectChange: 'selectChange' },
|
|
473
655
|
defineCustomElement: defineLsSelectInput
|
|
474
656
|
});
|
|
475
657
|
export const LsStatusbar = /*@__PURE__*/ createComponent({
|
|
@@ -480,12 +662,36 @@ export const LsStatusbar = /*@__PURE__*/ createComponent({
|
|
|
480
662
|
events: {},
|
|
481
663
|
defineCustomElement: defineLsStatusbar
|
|
482
664
|
});
|
|
665
|
+
export const LsTabs = /*@__PURE__*/ createComponent({
|
|
666
|
+
tagName: 'ls-tabs',
|
|
667
|
+
elementClass: LsTabsElement,
|
|
668
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
669
|
+
react: React,
|
|
670
|
+
events: {},
|
|
671
|
+
defineCustomElement: defineLsTabs
|
|
672
|
+
});
|
|
673
|
+
export const LsTag = /*@__PURE__*/ createComponent({
|
|
674
|
+
tagName: 'ls-tag',
|
|
675
|
+
elementClass: LsTagElement,
|
|
676
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
677
|
+
react: React,
|
|
678
|
+
events: {},
|
|
679
|
+
defineCustomElement: defineLsTag
|
|
680
|
+
});
|
|
681
|
+
export const LsText = /*@__PURE__*/ createComponent({
|
|
682
|
+
tagName: 'ls-text',
|
|
683
|
+
elementClass: LsTextElement,
|
|
684
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
685
|
+
react: React,
|
|
686
|
+
events: {},
|
|
687
|
+
defineCustomElement: defineLsText
|
|
688
|
+
});
|
|
483
689
|
export const LsTextInput = /*@__PURE__*/ createComponent({
|
|
484
690
|
tagName: 'ls-text-input',
|
|
485
691
|
elementClass: LsTextInputElement,
|
|
486
692
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
487
693
|
react: React,
|
|
488
|
-
events: {
|
|
694
|
+
events: { onTextChange: 'textChange' },
|
|
489
695
|
defineCustomElement: defineLsTextInput
|
|
490
696
|
});
|
|
491
697
|
export const LsTextareaInput = /*@__PURE__*/ createComponent({
|
|
@@ -493,9 +699,25 @@ export const LsTextareaInput = /*@__PURE__*/ createComponent({
|
|
|
493
699
|
elementClass: LsTextareaInputElement,
|
|
494
700
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
495
701
|
react: React,
|
|
496
|
-
events: {},
|
|
702
|
+
events: { onTextareaChange: 'textareaChange' },
|
|
497
703
|
defineCustomElement: defineLsTextareaInput
|
|
498
704
|
});
|
|
705
|
+
export const LsTimeline = /*@__PURE__*/ createComponent({
|
|
706
|
+
tagName: 'ls-timeline',
|
|
707
|
+
elementClass: LsTimelineElement,
|
|
708
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
709
|
+
react: React,
|
|
710
|
+
events: {},
|
|
711
|
+
defineCustomElement: defineLsTimeline
|
|
712
|
+
});
|
|
713
|
+
export const LsTimelineStep = /*@__PURE__*/ createComponent({
|
|
714
|
+
tagName: 'ls-timeline-step',
|
|
715
|
+
elementClass: LsTimelineStepElement,
|
|
716
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
717
|
+
react: React,
|
|
718
|
+
events: {},
|
|
719
|
+
defineCustomElement: defineLsTimelineStep
|
|
720
|
+
});
|
|
499
721
|
export const LsTitleInput = /*@__PURE__*/ createComponent({
|
|
500
722
|
tagName: 'ls-title-input',
|
|
501
723
|
elementClass: LsTitleInputElement,
|
|
@@ -552,6 +774,17 @@ export const LsValidationTag = /*@__PURE__*/ createComponent({
|
|
|
552
774
|
elementClass: LsValidationTagElement,
|
|
553
775
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
554
776
|
react: React,
|
|
555
|
-
events: {
|
|
777
|
+
events: {
|
|
778
|
+
onChangeSigner: 'changeSigner',
|
|
779
|
+
onSelectFieldForPlacement: 'selectFieldForPlacement'
|
|
780
|
+
},
|
|
556
781
|
defineCustomElement: defineLsValidationTag
|
|
557
782
|
});
|
|
783
|
+
export const TestItem = /*@__PURE__*/ createComponent({
|
|
784
|
+
tagName: 'test-item',
|
|
785
|
+
elementClass: TestItemElement,
|
|
786
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
787
|
+
react: React,
|
|
788
|
+
events: {},
|
|
789
|
+
defineCustomElement: defineTestItem
|
|
790
|
+
});
|
package/dist/index.js
CHANGED
|
@@ -4,10 +4,19 @@
|
|
|
4
4
|
*/
|
|
5
5
|
import type { EventName, StencilReactComponent } from '@stencil/react-output-target/runtime';
|
|
6
6
|
import { type IToolboxField, type LSApiElement, type LSApiRole, type LSApiRoleType, type LSApiTemplate, type LSMutateEvent, type LsDocumentOptionsCustomEvent, type LsDocumentViewerCustomEvent, type LsEditorFieldCustomEvent, type LsFieldAlignmentCustomEvent, type LsFieldContentCustomEvent, type LsFieldDimensionsCustomEvent, type LsFieldDistributeCustomEvent, type LsFieldFooterCustomEvent, type LsFieldFormatCustomEvent, type LsFieldPlacementCustomEvent, type LsFieldPropertiesAdvancedCustomEvent, type LsFieldPropertiesMultipleCustomEvent, type LsFieldSizeCustomEvent, type LsParticipantCardCustomEvent, type LsParticipantManagerCustomEvent, type LsParticipantSelectCustomEvent, type LsRecipientCardCustomEvent, type LsTitleInputCustomEvent, type LsToolbarCustomEvent } from "legalesign-document-viewer";
|
|
7
|
+
import { LsAddNewButton as LsAddNewButtonElement } from "legalesign-document-viewer/dist/components/ls-add-new-button.js";
|
|
8
|
+
import { LsBadge as LsBadgeElement } from "legalesign-document-viewer/dist/components/ls-badge.js";
|
|
9
|
+
import { LsBanner as LsBannerElement } from "legalesign-document-viewer/dist/components/ls-banner.js";
|
|
10
|
+
import { LsButton as LsButtonElement } from "legalesign-document-viewer/dist/components/ls-button.js";
|
|
11
|
+
import { LsCard as LsCardElement } from "legalesign-document-viewer/dist/components/ls-card.js";
|
|
12
|
+
import { LsCheckboxInput as LsCheckboxInputElement } from "legalesign-document-viewer/dist/components/ls-checkbox-input.js";
|
|
7
13
|
import { LsComposeLoader as LsComposeLoaderElement } from "legalesign-document-viewer/dist/components/ls-compose-loader.js";
|
|
8
14
|
import { LsComposeManager as LsComposeManagerElement } from "legalesign-document-viewer/dist/components/ls-compose-manager.js";
|
|
15
|
+
import { LsDetailsSection as LsDetailsSectionElement } from "legalesign-document-viewer/dist/components/ls-details-section.js";
|
|
9
16
|
import { LsDocumentOptions as LsDocumentOptionsElement } from "legalesign-document-viewer/dist/components/ls-document-options.js";
|
|
10
17
|
import { LsDocumentViewer as LsDocumentViewerElement } from "legalesign-document-viewer/dist/components/ls-document-viewer.js";
|
|
18
|
+
import { LsDropdownItem as LsDropdownItemElement } from "legalesign-document-viewer/dist/components/ls-dropdown-item.js";
|
|
19
|
+
import { LsDropdown as LsDropdownElement } from "legalesign-document-viewer/dist/components/ls-dropdown.js";
|
|
11
20
|
import { LsEditorField as LsEditorFieldElement } from "legalesign-document-viewer/dist/components/ls-editor-field.js";
|
|
12
21
|
import { LsEditorTable as LsEditorTableElement } from "legalesign-document-viewer/dist/components/ls-editor-table.js";
|
|
13
22
|
import { LsFeatureColumn as LsFeatureColumnElement } from "legalesign-document-viewer/dist/components/ls-feature-column.js";
|
|
@@ -35,24 +44,39 @@ import { LsFieldProperties as LsFieldPropertiesElement } from "legalesign-docume
|
|
|
35
44
|
import { LsFieldSize as LsFieldSizeElement } from "legalesign-document-viewer/dist/components/ls-field-size.js";
|
|
36
45
|
import { LsFieldTypeDisplay as LsFieldTypeDisplayElement } from "legalesign-document-viewer/dist/components/ls-field-type-display.js";
|
|
37
46
|
import { LsFormfield as LsFormfieldElement } from "legalesign-document-viewer/dist/components/ls-formfield.js";
|
|
47
|
+
import { LsHeaderBar as LsHeaderBarElement } from "legalesign-document-viewer/dist/components/ls-header-bar.js";
|
|
38
48
|
import { LsHelperBar as LsHelperBarElement } from "legalesign-document-viewer/dist/components/ls-helper-bar.js";
|
|
49
|
+
import { LsIconButton as LsIconButtonElement } from "legalesign-document-viewer/dist/components/ls-icon-button.js";
|
|
50
|
+
import { LsIconCheckButton as LsIconCheckButtonElement } from "legalesign-document-viewer/dist/components/ls-icon-check-button.js";
|
|
39
51
|
import { LsIcon as LsIconElement } from "legalesign-document-viewer/dist/components/ls-icon.js";
|
|
40
52
|
import { LsInputWrapper as LsInputWrapperElement } from "legalesign-document-viewer/dist/components/ls-input-wrapper.js";
|
|
41
53
|
import { LsKeyboardShortcuts as LsKeyboardShortcutsElement } from "legalesign-document-viewer/dist/components/ls-keyboard-shortcuts.js";
|
|
54
|
+
import { LsLabel as LsLabelElement } from "legalesign-document-viewer/dist/components/ls-label.js";
|
|
42
55
|
import { LsLeftBar as LsLeftBarElement } from "legalesign-document-viewer/dist/components/ls-left-bar.js";
|
|
56
|
+
import { LsListCardButton as LsListCardButtonElement } from "legalesign-document-viewer/dist/components/ls-list-card-button.js";
|
|
57
|
+
import { LsLoadingIcon as LsLoadingIconElement } from "legalesign-document-viewer/dist/components/ls-loading-icon.js";
|
|
58
|
+
import { LsLoadingLogo as LsLoadingLogoElement } from "legalesign-document-viewer/dist/components/ls-loading-logo.js";
|
|
59
|
+
import { LsLoading as LsLoadingElement } from "legalesign-document-viewer/dist/components/ls-loading.js";
|
|
60
|
+
import { LsNavbar as LsNavbarElement } from "legalesign-document-viewer/dist/components/ls-navbar.js";
|
|
61
|
+
import { LsNotification as LsNotificationElement } from "legalesign-document-viewer/dist/components/ls-notification.js";
|
|
43
62
|
import { LsNumberInput as LsNumberInputElement } from "legalesign-document-viewer/dist/components/ls-number-input.js";
|
|
44
|
-
import { LsPageLoader as LsPageLoaderElement } from "legalesign-document-viewer/dist/components/ls-page-loader.js";
|
|
45
63
|
import { LsParticipantCard as LsParticipantCardElement } from "legalesign-document-viewer/dist/components/ls-participant-card.js";
|
|
46
64
|
import { LsParticipantManager as LsParticipantManagerElement } from "legalesign-document-viewer/dist/components/ls-participant-manager.js";
|
|
47
65
|
import { LsParticipantSelect as LsParticipantSelectElement } from "legalesign-document-viewer/dist/components/ls-participant-select.js";
|
|
48
66
|
import { LsPropsSection as LsPropsSectionElement } from "legalesign-document-viewer/dist/components/ls-props-section.js";
|
|
67
|
+
import { LsRadioGroup as LsRadioGroupElement } from "legalesign-document-viewer/dist/components/ls-radio-group.js";
|
|
49
68
|
import { LsRadioInput as LsRadioInputElement } from "legalesign-document-viewer/dist/components/ls-radio-input.js";
|
|
50
69
|
import { LsRecipientCard as LsRecipientCardElement } from "legalesign-document-viewer/dist/components/ls-recipient-card.js";
|
|
51
70
|
import { LsRecipientManager as LsRecipientManagerElement } from "legalesign-document-viewer/dist/components/ls-recipient-manager.js";
|
|
52
71
|
import { LsSelectInput as LsSelectInputElement } from "legalesign-document-viewer/dist/components/ls-select-input.js";
|
|
53
72
|
import { LsStatusbar as LsStatusbarElement } from "legalesign-document-viewer/dist/components/ls-statusbar.js";
|
|
73
|
+
import { LsTabs as LsTabsElement } from "legalesign-document-viewer/dist/components/ls-tabs.js";
|
|
74
|
+
import { LsTag as LsTagElement } from "legalesign-document-viewer/dist/components/ls-tag.js";
|
|
54
75
|
import { LsTextInput as LsTextInputElement } from "legalesign-document-viewer/dist/components/ls-text-input.js";
|
|
76
|
+
import { LsText as LsTextElement } from "legalesign-document-viewer/dist/components/ls-text.js";
|
|
55
77
|
import { LsTextareaInput as LsTextareaInputElement } from "legalesign-document-viewer/dist/components/ls-textarea-input.js";
|
|
78
|
+
import { LsTimelineStep as LsTimelineStepElement } from "legalesign-document-viewer/dist/components/ls-timeline-step.js";
|
|
79
|
+
import { LsTimeline as LsTimelineElement } from "legalesign-document-viewer/dist/components/ls-timeline.js";
|
|
56
80
|
import { LsTitleInput as LsTitleInputElement } from "legalesign-document-viewer/dist/components/ls-title-input.js";
|
|
57
81
|
import { LsToggle as LsToggleElement } from "legalesign-document-viewer/dist/components/ls-toggle.js";
|
|
58
82
|
import { LsToolbar as LsToolbarElement } from "legalesign-document-viewer/dist/components/ls-toolbar.js";
|
|
@@ -60,10 +84,30 @@ import { LsToolboxField as LsToolboxFieldElement } from "legalesign-document-vie
|
|
|
60
84
|
import { LsTooltip as LsTooltipElement } from "legalesign-document-viewer/dist/components/ls-tooltip.js";
|
|
61
85
|
import { LsValidationManager as LsValidationManagerElement } from "legalesign-document-viewer/dist/components/ls-validation-manager.js";
|
|
62
86
|
import { LsValidationTag as LsValidationTagElement } from "legalesign-document-viewer/dist/components/ls-validation-tag.js";
|
|
87
|
+
import { TestItem as TestItemElement } from "legalesign-document-viewer/dist/components/test-item.js";
|
|
88
|
+
export type LsAddNewButtonEvents = NonNullable<unknown>;
|
|
89
|
+
export declare const LsAddNewButton: StencilReactComponent<LsAddNewButtonElement, LsAddNewButtonEvents>;
|
|
90
|
+
export type LsBadgeEvents = NonNullable<unknown>;
|
|
91
|
+
export declare const LsBadge: StencilReactComponent<LsBadgeElement, LsBadgeEvents>;
|
|
92
|
+
export type LsBannerEvents = NonNullable<unknown>;
|
|
93
|
+
export declare const LsBanner: StencilReactComponent<LsBannerElement, LsBannerEvents>;
|
|
94
|
+
export type LsButtonEvents = NonNullable<unknown>;
|
|
95
|
+
export declare const LsButton: StencilReactComponent<LsButtonElement, LsButtonEvents>;
|
|
96
|
+
export type LsCardEvents = NonNullable<unknown>;
|
|
97
|
+
export declare const LsCard: StencilReactComponent<LsCardElement, LsCardEvents>;
|
|
98
|
+
export type LsCheckboxInputEvents = {
|
|
99
|
+
onHandlechange: EventName<CustomEvent<{
|
|
100
|
+
id: string;
|
|
101
|
+
checked: boolean;
|
|
102
|
+
}>>;
|
|
103
|
+
};
|
|
104
|
+
export declare const LsCheckboxInput: StencilReactComponent<LsCheckboxInputElement, LsCheckboxInputEvents>;
|
|
63
105
|
export type LsComposeLoaderEvents = NonNullable<unknown>;
|
|
64
106
|
export declare const LsComposeLoader: StencilReactComponent<LsComposeLoaderElement, LsComposeLoaderEvents>;
|
|
65
107
|
export type LsComposeManagerEvents = NonNullable<unknown>;
|
|
66
108
|
export declare const LsComposeManager: StencilReactComponent<LsComposeManagerElement, LsComposeManagerEvents>;
|
|
109
|
+
export type LsDetailsSectionEvents = NonNullable<unknown>;
|
|
110
|
+
export declare const LsDetailsSection: StencilReactComponent<LsDetailsSectionElement, LsDetailsSectionEvents>;
|
|
67
111
|
export type LsDocumentOptionsEvents = {
|
|
68
112
|
onMutate: EventName<LsDocumentOptionsCustomEvent<LSMutateEvent[]>>;
|
|
69
113
|
onUpdate: EventName<LsDocumentOptionsCustomEvent<LSMutateEvent[]>>;
|
|
@@ -89,6 +133,10 @@ export type LsDocumentViewerEvents = {
|
|
|
89
133
|
}>>;
|
|
90
134
|
};
|
|
91
135
|
export declare const LsDocumentViewer: StencilReactComponent<LsDocumentViewerElement, LsDocumentViewerEvents>;
|
|
136
|
+
export type LsDropdownEvents = NonNullable<unknown>;
|
|
137
|
+
export declare const LsDropdown: StencilReactComponent<LsDropdownElement, LsDropdownEvents>;
|
|
138
|
+
export type LsDropdownItemEvents = NonNullable<unknown>;
|
|
139
|
+
export declare const LsDropdownItem: StencilReactComponent<LsDropdownItemElement, LsDropdownItemEvents>;
|
|
92
140
|
export type LsEditorFieldEvents = {
|
|
93
141
|
onMutate: EventName<LsEditorFieldCustomEvent<LSMutateEvent[]>>;
|
|
94
142
|
onUpdate: EventName<LsEditorFieldCustomEvent<LSMutateEvent[]>>;
|
|
@@ -173,32 +221,67 @@ export declare const LsFieldSize: StencilReactComponent<LsFieldSizeElement, LsFi
|
|
|
173
221
|
export type LsFieldTypeDisplayEvents = NonNullable<unknown>;
|
|
174
222
|
export declare const LsFieldTypeDisplay: StencilReactComponent<LsFieldTypeDisplayElement, LsFieldTypeDisplayEvents>;
|
|
175
223
|
export type LsFormfieldEvents = {
|
|
176
|
-
|
|
224
|
+
onTextChange: EventName<CustomEvent<{
|
|
225
|
+
name: string;
|
|
226
|
+
value: string;
|
|
227
|
+
}>>;
|
|
228
|
+
onNumberChange: EventName<CustomEvent<{
|
|
229
|
+
name: string;
|
|
230
|
+
value: number;
|
|
231
|
+
}>>;
|
|
232
|
+
onBooleanChange: EventName<CustomEvent<{
|
|
233
|
+
name: string;
|
|
234
|
+
value: boolean;
|
|
235
|
+
}>>;
|
|
177
236
|
};
|
|
178
237
|
export declare const LsFormfield: StencilReactComponent<LsFormfieldElement, LsFormfieldEvents>;
|
|
238
|
+
export type LsHeaderBarEvents = NonNullable<unknown>;
|
|
239
|
+
export declare const LsHeaderBar: StencilReactComponent<LsHeaderBarElement, LsHeaderBarEvents>;
|
|
179
240
|
export type LsHelperBarEvents = NonNullable<unknown>;
|
|
180
241
|
export declare const LsHelperBar: StencilReactComponent<LsHelperBarElement, LsHelperBarEvents>;
|
|
181
242
|
export type LsIconEvents = NonNullable<unknown>;
|
|
182
243
|
export declare const LsIcon: StencilReactComponent<LsIconElement, LsIconEvents>;
|
|
244
|
+
export type LsIconButtonEvents = NonNullable<unknown>;
|
|
245
|
+
export declare const LsIconButton: StencilReactComponent<LsIconButtonElement, LsIconButtonEvents>;
|
|
246
|
+
export type LsIconCheckButtonEvents = NonNullable<unknown>;
|
|
247
|
+
export declare const LsIconCheckButton: StencilReactComponent<LsIconCheckButtonElement, LsIconCheckButtonEvents>;
|
|
183
248
|
export type LsInputWrapperEvents = NonNullable<unknown>;
|
|
184
249
|
export declare const LsInputWrapper: StencilReactComponent<LsInputWrapperElement, LsInputWrapperEvents>;
|
|
185
250
|
export type LsKeyboardShortcutsEvents = NonNullable<unknown>;
|
|
186
251
|
export declare const LsKeyboardShortcuts: StencilReactComponent<LsKeyboardShortcutsElement, LsKeyboardShortcutsEvents>;
|
|
252
|
+
export type LsLabelEvents = NonNullable<unknown>;
|
|
253
|
+
export declare const LsLabel: StencilReactComponent<LsLabelElement, LsLabelEvents>;
|
|
187
254
|
export type LsLeftBarEvents = {
|
|
188
255
|
onManagerChange: EventName<CustomEvent<string>>;
|
|
189
256
|
onClearSelected: EventName<CustomEvent<void>>;
|
|
190
257
|
};
|
|
191
258
|
export declare const LsLeftBar: StencilReactComponent<LsLeftBarElement, LsLeftBarEvents>;
|
|
192
|
-
export type
|
|
259
|
+
export type LsListCardButtonEvents = NonNullable<unknown>;
|
|
260
|
+
export declare const LsListCardButton: StencilReactComponent<LsListCardButtonElement, LsListCardButtonEvents>;
|
|
261
|
+
export type LsLoadingEvents = NonNullable<unknown>;
|
|
262
|
+
export declare const LsLoading: StencilReactComponent<LsLoadingElement, LsLoadingEvents>;
|
|
263
|
+
export type LsLoadingIconEvents = NonNullable<unknown>;
|
|
264
|
+
export declare const LsLoadingIcon: StencilReactComponent<LsLoadingIconElement, LsLoadingIconEvents>;
|
|
265
|
+
export type LsLoadingLogoEvents = NonNullable<unknown>;
|
|
266
|
+
export declare const LsLoadingLogo: StencilReactComponent<LsLoadingLogoElement, LsLoadingLogoEvents>;
|
|
267
|
+
export type LsNavbarEvents = NonNullable<unknown>;
|
|
268
|
+
export declare const LsNavbar: StencilReactComponent<LsNavbarElement, LsNavbarEvents>;
|
|
269
|
+
export type LsNotificationEvents = NonNullable<unknown>;
|
|
270
|
+
export declare const LsNotification: StencilReactComponent<LsNotificationElement, LsNotificationEvents>;
|
|
271
|
+
export type LsNumberInputEvents = {
|
|
272
|
+
onNumberChange: EventName<CustomEvent<{
|
|
273
|
+
value: number;
|
|
274
|
+
}>>;
|
|
275
|
+
};
|
|
193
276
|
export declare const LsNumberInput: StencilReactComponent<LsNumberInputElement, LsNumberInputEvents>;
|
|
194
|
-
export type LsPageLoaderEvents = NonNullable<unknown>;
|
|
195
|
-
export declare const LsPageLoader: StencilReactComponent<LsPageLoaderElement, LsPageLoaderEvents>;
|
|
196
277
|
export type LsParticipantCardEvents = {
|
|
197
278
|
onMutate: EventName<LsParticipantCardCustomEvent<LSMutateEvent[]>>;
|
|
198
279
|
onOpened: EventName<LsParticipantCardCustomEvent<LSApiRole>>;
|
|
280
|
+
onRoleChange: EventName<CustomEvent<number>>;
|
|
199
281
|
onAddParticipant: EventName<LsParticipantCardCustomEvent<{
|
|
200
282
|
type: LSApiRoleType;
|
|
201
283
|
parent?: string | null;
|
|
284
|
+
signerIndex?: number;
|
|
202
285
|
}>>;
|
|
203
286
|
};
|
|
204
287
|
export declare const LsParticipantCard: StencilReactComponent<LsParticipantCardElement, LsParticipantCardEvents>;
|
|
@@ -221,6 +304,10 @@ export type LsParticipantSelectEvents = {
|
|
|
221
304
|
export declare const LsParticipantSelect: StencilReactComponent<LsParticipantSelectElement, LsParticipantSelectEvents>;
|
|
222
305
|
export type LsPropsSectionEvents = NonNullable<unknown>;
|
|
223
306
|
export declare const LsPropsSection: StencilReactComponent<LsPropsSectionElement, LsPropsSectionEvents>;
|
|
307
|
+
export type LsRadioGroupEvents = {
|
|
308
|
+
onHandlechange: EventName<CustomEvent<string>>;
|
|
309
|
+
};
|
|
310
|
+
export declare const LsRadioGroup: StencilReactComponent<LsRadioGroupElement, LsRadioGroupEvents>;
|
|
224
311
|
export type LsRadioInputEvents = NonNullable<unknown>;
|
|
225
312
|
export declare const LsRadioInput: StencilReactComponent<LsRadioInputElement, LsRadioInputEvents>;
|
|
226
313
|
export type LsRecipientCardEvents = {
|
|
@@ -230,16 +317,36 @@ export type LsRecipientCardEvents = {
|
|
|
230
317
|
export declare const LsRecipientCard: StencilReactComponent<LsRecipientCardElement, LsRecipientCardEvents>;
|
|
231
318
|
export type LsRecipientManagerEvents = NonNullable<unknown>;
|
|
232
319
|
export declare const LsRecipientManager: StencilReactComponent<LsRecipientManagerElement, LsRecipientManagerEvents>;
|
|
233
|
-
export type LsSelectInputEvents =
|
|
320
|
+
export type LsSelectInputEvents = {
|
|
321
|
+
onSelectChange: EventName<CustomEvent<{
|
|
322
|
+
value: string;
|
|
323
|
+
}>>;
|
|
324
|
+
};
|
|
234
325
|
export declare const LsSelectInput: StencilReactComponent<LsSelectInputElement, LsSelectInputEvents>;
|
|
235
326
|
export type LsStatusbarEvents = NonNullable<unknown>;
|
|
236
327
|
export declare const LsStatusbar: StencilReactComponent<LsStatusbarElement, LsStatusbarEvents>;
|
|
328
|
+
export type LsTabsEvents = NonNullable<unknown>;
|
|
329
|
+
export declare const LsTabs: StencilReactComponent<LsTabsElement, LsTabsEvents>;
|
|
330
|
+
export type LsTagEvents = NonNullable<unknown>;
|
|
331
|
+
export declare const LsTag: StencilReactComponent<LsTagElement, LsTagEvents>;
|
|
332
|
+
export type LsTextEvents = NonNullable<unknown>;
|
|
333
|
+
export declare const LsText: StencilReactComponent<LsTextElement, LsTextEvents>;
|
|
237
334
|
export type LsTextInputEvents = {
|
|
238
|
-
|
|
335
|
+
onTextChange: EventName<CustomEvent<{
|
|
336
|
+
value: string;
|
|
337
|
+
}>>;
|
|
239
338
|
};
|
|
240
339
|
export declare const LsTextInput: StencilReactComponent<LsTextInputElement, LsTextInputEvents>;
|
|
241
|
-
export type LsTextareaInputEvents =
|
|
340
|
+
export type LsTextareaInputEvents = {
|
|
341
|
+
onTextareaChange: EventName<CustomEvent<{
|
|
342
|
+
value: string;
|
|
343
|
+
}>>;
|
|
344
|
+
};
|
|
242
345
|
export declare const LsTextareaInput: StencilReactComponent<LsTextareaInputElement, LsTextareaInputEvents>;
|
|
346
|
+
export type LsTimelineEvents = NonNullable<unknown>;
|
|
347
|
+
export declare const LsTimeline: StencilReactComponent<LsTimelineElement, LsTimelineEvents>;
|
|
348
|
+
export type LsTimelineStepEvents = NonNullable<unknown>;
|
|
349
|
+
export declare const LsTimelineStep: StencilReactComponent<LsTimelineStepElement, LsTimelineStepEvents>;
|
|
243
350
|
export type LsTitleInputEvents = {
|
|
244
351
|
onMutate: EventName<LsTitleInputCustomEvent<LSMutateEvent[]>>;
|
|
245
352
|
};
|
|
@@ -271,5 +378,11 @@ export type LsValidationManagerEvents = NonNullable<unknown>;
|
|
|
271
378
|
export declare const LsValidationManager: StencilReactComponent<LsValidationManagerElement, LsValidationManagerEvents>;
|
|
272
379
|
export type LsValidationTagEvents = {
|
|
273
380
|
onChangeSigner: EventName<CustomEvent<number>>;
|
|
381
|
+
onSelectFieldForPlacement: EventName<CustomEvent<{
|
|
382
|
+
signerIndex: number;
|
|
383
|
+
fieldType: string;
|
|
384
|
+
}>>;
|
|
274
385
|
};
|
|
275
386
|
export declare const LsValidationTag: StencilReactComponent<LsValidationTagElement, LsValidationTagEvents>;
|
|
387
|
+
export type TestItemEvents = NonNullable<unknown>;
|
|
388
|
+
export declare const TestItem: StencilReactComponent<TestItemElement, TestItemEvents>;
|
package/dist/types/index.d.ts
CHANGED
|
@@ -10,10 +10,19 @@
|
|
|
10
10
|
import type { EventName, StencilReactComponent } from '@stencil/react-output-target/runtime';
|
|
11
11
|
import { createComponent } from '@stencil/react-output-target/runtime';
|
|
12
12
|
import { type IToolboxField, type LSApiElement, type LSApiRole, type LSApiRoleType, type LSApiTemplate, type LSMutateEvent, type LsDocumentOptionsCustomEvent, type LsDocumentViewerCustomEvent, type LsEditorFieldCustomEvent, type LsFieldAlignmentCustomEvent, type LsFieldContentCustomEvent, type LsFieldDimensionsCustomEvent, type LsFieldDistributeCustomEvent, type LsFieldFooterCustomEvent, type LsFieldFormatCustomEvent, type LsFieldPlacementCustomEvent, type LsFieldPropertiesAdvancedCustomEvent, type LsFieldPropertiesMultipleCustomEvent, type LsFieldSizeCustomEvent, type LsParticipantCardCustomEvent, type LsParticipantManagerCustomEvent, type LsParticipantSelectCustomEvent, type LsRecipientCardCustomEvent, type LsTitleInputCustomEvent, type LsToolbarCustomEvent } from "legalesign-document-viewer";
|
|
13
|
+
import { LsAddNewButton as LsAddNewButtonElement, defineCustomElement as defineLsAddNewButton } from "legalesign-document-viewer/dist/components/ls-add-new-button.js";
|
|
14
|
+
import { LsBadge as LsBadgeElement, defineCustomElement as defineLsBadge } from "legalesign-document-viewer/dist/components/ls-badge.js";
|
|
15
|
+
import { LsBanner as LsBannerElement, defineCustomElement as defineLsBanner } from "legalesign-document-viewer/dist/components/ls-banner.js";
|
|
16
|
+
import { LsButton as LsButtonElement, defineCustomElement as defineLsButton } from "legalesign-document-viewer/dist/components/ls-button.js";
|
|
17
|
+
import { LsCard as LsCardElement, defineCustomElement as defineLsCard } from "legalesign-document-viewer/dist/components/ls-card.js";
|
|
18
|
+
import { LsCheckboxInput as LsCheckboxInputElement, defineCustomElement as defineLsCheckboxInput } from "legalesign-document-viewer/dist/components/ls-checkbox-input.js";
|
|
13
19
|
import { LsComposeLoader as LsComposeLoaderElement, defineCustomElement as defineLsComposeLoader } from "legalesign-document-viewer/dist/components/ls-compose-loader.js";
|
|
14
20
|
import { LsComposeManager as LsComposeManagerElement, defineCustomElement as defineLsComposeManager } from "legalesign-document-viewer/dist/components/ls-compose-manager.js";
|
|
21
|
+
import { LsDetailsSection as LsDetailsSectionElement, defineCustomElement as defineLsDetailsSection } from "legalesign-document-viewer/dist/components/ls-details-section.js";
|
|
15
22
|
import { LsDocumentOptions as LsDocumentOptionsElement, defineCustomElement as defineLsDocumentOptions } from "legalesign-document-viewer/dist/components/ls-document-options.js";
|
|
16
23
|
import { LsDocumentViewer as LsDocumentViewerElement, defineCustomElement as defineLsDocumentViewer } from "legalesign-document-viewer/dist/components/ls-document-viewer.js";
|
|
24
|
+
import { LsDropdownItem as LsDropdownItemElement, defineCustomElement as defineLsDropdownItem } from "legalesign-document-viewer/dist/components/ls-dropdown-item.js";
|
|
25
|
+
import { LsDropdown as LsDropdownElement, defineCustomElement as defineLsDropdown } from "legalesign-document-viewer/dist/components/ls-dropdown.js";
|
|
17
26
|
import { LsEditorField as LsEditorFieldElement, defineCustomElement as defineLsEditorField } from "legalesign-document-viewer/dist/components/ls-editor-field.js";
|
|
18
27
|
import { LsEditorTable as LsEditorTableElement, defineCustomElement as defineLsEditorTable } from "legalesign-document-viewer/dist/components/ls-editor-table.js";
|
|
19
28
|
import { LsFeatureColumn as LsFeatureColumnElement, defineCustomElement as defineLsFeatureColumn } from "legalesign-document-viewer/dist/components/ls-feature-column.js";
|
|
@@ -41,24 +50,39 @@ import { LsFieldProperties as LsFieldPropertiesElement, defineCustomElement as d
|
|
|
41
50
|
import { LsFieldSize as LsFieldSizeElement, defineCustomElement as defineLsFieldSize } from "legalesign-document-viewer/dist/components/ls-field-size.js";
|
|
42
51
|
import { LsFieldTypeDisplay as LsFieldTypeDisplayElement, defineCustomElement as defineLsFieldTypeDisplay } from "legalesign-document-viewer/dist/components/ls-field-type-display.js";
|
|
43
52
|
import { LsFormfield as LsFormfieldElement, defineCustomElement as defineLsFormfield } from "legalesign-document-viewer/dist/components/ls-formfield.js";
|
|
53
|
+
import { LsHeaderBar as LsHeaderBarElement, defineCustomElement as defineLsHeaderBar } from "legalesign-document-viewer/dist/components/ls-header-bar.js";
|
|
44
54
|
import { LsHelperBar as LsHelperBarElement, defineCustomElement as defineLsHelperBar } from "legalesign-document-viewer/dist/components/ls-helper-bar.js";
|
|
55
|
+
import { LsIconButton as LsIconButtonElement, defineCustomElement as defineLsIconButton } from "legalesign-document-viewer/dist/components/ls-icon-button.js";
|
|
56
|
+
import { LsIconCheckButton as LsIconCheckButtonElement, defineCustomElement as defineLsIconCheckButton } from "legalesign-document-viewer/dist/components/ls-icon-check-button.js";
|
|
45
57
|
import { LsIcon as LsIconElement, defineCustomElement as defineLsIcon } from "legalesign-document-viewer/dist/components/ls-icon.js";
|
|
46
58
|
import { LsInputWrapper as LsInputWrapperElement, defineCustomElement as defineLsInputWrapper } from "legalesign-document-viewer/dist/components/ls-input-wrapper.js";
|
|
47
59
|
import { LsKeyboardShortcuts as LsKeyboardShortcutsElement, defineCustomElement as defineLsKeyboardShortcuts } from "legalesign-document-viewer/dist/components/ls-keyboard-shortcuts.js";
|
|
60
|
+
import { LsLabel as LsLabelElement, defineCustomElement as defineLsLabel } from "legalesign-document-viewer/dist/components/ls-label.js";
|
|
48
61
|
import { LsLeftBar as LsLeftBarElement, defineCustomElement as defineLsLeftBar } from "legalesign-document-viewer/dist/components/ls-left-bar.js";
|
|
62
|
+
import { LsListCardButton as LsListCardButtonElement, defineCustomElement as defineLsListCardButton } from "legalesign-document-viewer/dist/components/ls-list-card-button.js";
|
|
63
|
+
import { LsLoadingIcon as LsLoadingIconElement, defineCustomElement as defineLsLoadingIcon } from "legalesign-document-viewer/dist/components/ls-loading-icon.js";
|
|
64
|
+
import { LsLoadingLogo as LsLoadingLogoElement, defineCustomElement as defineLsLoadingLogo } from "legalesign-document-viewer/dist/components/ls-loading-logo.js";
|
|
65
|
+
import { LsLoading as LsLoadingElement, defineCustomElement as defineLsLoading } from "legalesign-document-viewer/dist/components/ls-loading.js";
|
|
66
|
+
import { LsNavbar as LsNavbarElement, defineCustomElement as defineLsNavbar } from "legalesign-document-viewer/dist/components/ls-navbar.js";
|
|
67
|
+
import { LsNotification as LsNotificationElement, defineCustomElement as defineLsNotification } from "legalesign-document-viewer/dist/components/ls-notification.js";
|
|
49
68
|
import { LsNumberInput as LsNumberInputElement, defineCustomElement as defineLsNumberInput } from "legalesign-document-viewer/dist/components/ls-number-input.js";
|
|
50
|
-
import { LsPageLoader as LsPageLoaderElement, defineCustomElement as defineLsPageLoader } from "legalesign-document-viewer/dist/components/ls-page-loader.js";
|
|
51
69
|
import { LsParticipantCard as LsParticipantCardElement, defineCustomElement as defineLsParticipantCard } from "legalesign-document-viewer/dist/components/ls-participant-card.js";
|
|
52
70
|
import { LsParticipantManager as LsParticipantManagerElement, defineCustomElement as defineLsParticipantManager } from "legalesign-document-viewer/dist/components/ls-participant-manager.js";
|
|
53
71
|
import { LsParticipantSelect as LsParticipantSelectElement, defineCustomElement as defineLsParticipantSelect } from "legalesign-document-viewer/dist/components/ls-participant-select.js";
|
|
54
72
|
import { LsPropsSection as LsPropsSectionElement, defineCustomElement as defineLsPropsSection } from "legalesign-document-viewer/dist/components/ls-props-section.js";
|
|
73
|
+
import { LsRadioGroup as LsRadioGroupElement, defineCustomElement as defineLsRadioGroup } from "legalesign-document-viewer/dist/components/ls-radio-group.js";
|
|
55
74
|
import { LsRadioInput as LsRadioInputElement, defineCustomElement as defineLsRadioInput } from "legalesign-document-viewer/dist/components/ls-radio-input.js";
|
|
56
75
|
import { LsRecipientCard as LsRecipientCardElement, defineCustomElement as defineLsRecipientCard } from "legalesign-document-viewer/dist/components/ls-recipient-card.js";
|
|
57
76
|
import { LsRecipientManager as LsRecipientManagerElement, defineCustomElement as defineLsRecipientManager } from "legalesign-document-viewer/dist/components/ls-recipient-manager.js";
|
|
58
77
|
import { LsSelectInput as LsSelectInputElement, defineCustomElement as defineLsSelectInput } from "legalesign-document-viewer/dist/components/ls-select-input.js";
|
|
59
78
|
import { LsStatusbar as LsStatusbarElement, defineCustomElement as defineLsStatusbar } from "legalesign-document-viewer/dist/components/ls-statusbar.js";
|
|
79
|
+
import { LsTabs as LsTabsElement, defineCustomElement as defineLsTabs } from "legalesign-document-viewer/dist/components/ls-tabs.js";
|
|
80
|
+
import { LsTag as LsTagElement, defineCustomElement as defineLsTag } from "legalesign-document-viewer/dist/components/ls-tag.js";
|
|
60
81
|
import { LsTextInput as LsTextInputElement, defineCustomElement as defineLsTextInput } from "legalesign-document-viewer/dist/components/ls-text-input.js";
|
|
82
|
+
import { LsText as LsTextElement, defineCustomElement as defineLsText } from "legalesign-document-viewer/dist/components/ls-text.js";
|
|
61
83
|
import { LsTextareaInput as LsTextareaInputElement, defineCustomElement as defineLsTextareaInput } from "legalesign-document-viewer/dist/components/ls-textarea-input.js";
|
|
84
|
+
import { LsTimelineStep as LsTimelineStepElement, defineCustomElement as defineLsTimelineStep } from "legalesign-document-viewer/dist/components/ls-timeline-step.js";
|
|
85
|
+
import { LsTimeline as LsTimelineElement, defineCustomElement as defineLsTimeline } from "legalesign-document-viewer/dist/components/ls-timeline.js";
|
|
62
86
|
import { LsTitleInput as LsTitleInputElement, defineCustomElement as defineLsTitleInput } from "legalesign-document-viewer/dist/components/ls-title-input.js";
|
|
63
87
|
import { LsToggle as LsToggleElement, defineCustomElement as defineLsToggle } from "legalesign-document-viewer/dist/components/ls-toggle.js";
|
|
64
88
|
import { LsToolbar as LsToolbarElement, defineCustomElement as defineLsToolbar } from "legalesign-document-viewer/dist/components/ls-toolbar.js";
|
|
@@ -66,8 +90,75 @@ import { LsToolboxField as LsToolboxFieldElement, defineCustomElement as defineL
|
|
|
66
90
|
import { LsTooltip as LsTooltipElement, defineCustomElement as defineLsTooltip } from "legalesign-document-viewer/dist/components/ls-tooltip.js";
|
|
67
91
|
import { LsValidationManager as LsValidationManagerElement, defineCustomElement as defineLsValidationManager } from "legalesign-document-viewer/dist/components/ls-validation-manager.js";
|
|
68
92
|
import { LsValidationTag as LsValidationTagElement, defineCustomElement as defineLsValidationTag } from "legalesign-document-viewer/dist/components/ls-validation-tag.js";
|
|
93
|
+
import { TestItem as TestItemElement, defineCustomElement as defineTestItem } from "legalesign-document-viewer/dist/components/test-item.js";
|
|
69
94
|
import React from 'react';
|
|
70
95
|
|
|
96
|
+
export type LsAddNewButtonEvents = NonNullable<unknown>;
|
|
97
|
+
|
|
98
|
+
export const LsAddNewButton: StencilReactComponent<LsAddNewButtonElement, LsAddNewButtonEvents> = /*@__PURE__*/ createComponent<LsAddNewButtonElement, LsAddNewButtonEvents>({
|
|
99
|
+
tagName: 'ls-add-new-button',
|
|
100
|
+
elementClass: LsAddNewButtonElement,
|
|
101
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
102
|
+
react: React,
|
|
103
|
+
events: {} as LsAddNewButtonEvents,
|
|
104
|
+
defineCustomElement: defineLsAddNewButton
|
|
105
|
+
});
|
|
106
|
+
|
|
107
|
+
export type LsBadgeEvents = NonNullable<unknown>;
|
|
108
|
+
|
|
109
|
+
export const LsBadge: StencilReactComponent<LsBadgeElement, LsBadgeEvents> = /*@__PURE__*/ createComponent<LsBadgeElement, LsBadgeEvents>({
|
|
110
|
+
tagName: 'ls-badge',
|
|
111
|
+
elementClass: LsBadgeElement,
|
|
112
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
113
|
+
react: React,
|
|
114
|
+
events: {} as LsBadgeEvents,
|
|
115
|
+
defineCustomElement: defineLsBadge
|
|
116
|
+
});
|
|
117
|
+
|
|
118
|
+
export type LsBannerEvents = NonNullable<unknown>;
|
|
119
|
+
|
|
120
|
+
export const LsBanner: StencilReactComponent<LsBannerElement, LsBannerEvents> = /*@__PURE__*/ createComponent<LsBannerElement, LsBannerEvents>({
|
|
121
|
+
tagName: 'ls-banner',
|
|
122
|
+
elementClass: LsBannerElement,
|
|
123
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
124
|
+
react: React,
|
|
125
|
+
events: {} as LsBannerEvents,
|
|
126
|
+
defineCustomElement: defineLsBanner
|
|
127
|
+
});
|
|
128
|
+
|
|
129
|
+
export type LsButtonEvents = NonNullable<unknown>;
|
|
130
|
+
|
|
131
|
+
export const LsButton: StencilReactComponent<LsButtonElement, LsButtonEvents> = /*@__PURE__*/ createComponent<LsButtonElement, LsButtonEvents>({
|
|
132
|
+
tagName: 'ls-button',
|
|
133
|
+
elementClass: LsButtonElement,
|
|
134
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
135
|
+
react: React,
|
|
136
|
+
events: {} as LsButtonEvents,
|
|
137
|
+
defineCustomElement: defineLsButton
|
|
138
|
+
});
|
|
139
|
+
|
|
140
|
+
export type LsCardEvents = NonNullable<unknown>;
|
|
141
|
+
|
|
142
|
+
export const LsCard: StencilReactComponent<LsCardElement, LsCardEvents> = /*@__PURE__*/ createComponent<LsCardElement, LsCardEvents>({
|
|
143
|
+
tagName: 'ls-card',
|
|
144
|
+
elementClass: LsCardElement,
|
|
145
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
146
|
+
react: React,
|
|
147
|
+
events: {} as LsCardEvents,
|
|
148
|
+
defineCustomElement: defineLsCard
|
|
149
|
+
});
|
|
150
|
+
|
|
151
|
+
export type LsCheckboxInputEvents = { onHandlechange: EventName<CustomEvent<{ id: string; checked: boolean }>> };
|
|
152
|
+
|
|
153
|
+
export const LsCheckboxInput: StencilReactComponent<LsCheckboxInputElement, LsCheckboxInputEvents> = /*@__PURE__*/ createComponent<LsCheckboxInputElement, LsCheckboxInputEvents>({
|
|
154
|
+
tagName: 'ls-checkbox-input',
|
|
155
|
+
elementClass: LsCheckboxInputElement,
|
|
156
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
157
|
+
react: React,
|
|
158
|
+
events: { onHandlechange: 'handlechange' } as LsCheckboxInputEvents,
|
|
159
|
+
defineCustomElement: defineLsCheckboxInput
|
|
160
|
+
});
|
|
161
|
+
|
|
71
162
|
export type LsComposeLoaderEvents = NonNullable<unknown>;
|
|
72
163
|
|
|
73
164
|
export const LsComposeLoader: StencilReactComponent<LsComposeLoaderElement, LsComposeLoaderEvents> = /*@__PURE__*/ createComponent<LsComposeLoaderElement, LsComposeLoaderEvents>({
|
|
@@ -90,6 +181,17 @@ export const LsComposeManager: StencilReactComponent<LsComposeManagerElement, Ls
|
|
|
90
181
|
defineCustomElement: defineLsComposeManager
|
|
91
182
|
});
|
|
92
183
|
|
|
184
|
+
export type LsDetailsSectionEvents = NonNullable<unknown>;
|
|
185
|
+
|
|
186
|
+
export const LsDetailsSection: StencilReactComponent<LsDetailsSectionElement, LsDetailsSectionEvents> = /*@__PURE__*/ createComponent<LsDetailsSectionElement, LsDetailsSectionEvents>({
|
|
187
|
+
tagName: 'ls-details-section',
|
|
188
|
+
elementClass: LsDetailsSectionElement,
|
|
189
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
190
|
+
react: React,
|
|
191
|
+
events: {} as LsDetailsSectionEvents,
|
|
192
|
+
defineCustomElement: defineLsDetailsSection
|
|
193
|
+
});
|
|
194
|
+
|
|
93
195
|
export type LsDocumentOptionsEvents = {
|
|
94
196
|
onMutate: EventName<LsDocumentOptionsCustomEvent<LSMutateEvent[]>>,
|
|
95
197
|
onUpdate: EventName<LsDocumentOptionsCustomEvent<LSMutateEvent[]>>
|
|
@@ -134,6 +236,28 @@ export const LsDocumentViewer: StencilReactComponent<LsDocumentViewerElement, Ls
|
|
|
134
236
|
defineCustomElement: defineLsDocumentViewer
|
|
135
237
|
});
|
|
136
238
|
|
|
239
|
+
export type LsDropdownEvents = NonNullable<unknown>;
|
|
240
|
+
|
|
241
|
+
export const LsDropdown: StencilReactComponent<LsDropdownElement, LsDropdownEvents> = /*@__PURE__*/ createComponent<LsDropdownElement, LsDropdownEvents>({
|
|
242
|
+
tagName: 'ls-dropdown',
|
|
243
|
+
elementClass: LsDropdownElement,
|
|
244
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
245
|
+
react: React,
|
|
246
|
+
events: {} as LsDropdownEvents,
|
|
247
|
+
defineCustomElement: defineLsDropdown
|
|
248
|
+
});
|
|
249
|
+
|
|
250
|
+
export type LsDropdownItemEvents = NonNullable<unknown>;
|
|
251
|
+
|
|
252
|
+
export const LsDropdownItem: StencilReactComponent<LsDropdownItemElement, LsDropdownItemEvents> = /*@__PURE__*/ createComponent<LsDropdownItemElement, LsDropdownItemEvents>({
|
|
253
|
+
tagName: 'ls-dropdown-item',
|
|
254
|
+
elementClass: LsDropdownItemElement,
|
|
255
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
256
|
+
react: React,
|
|
257
|
+
events: {} as LsDropdownItemEvents,
|
|
258
|
+
defineCustomElement: defineLsDropdownItem
|
|
259
|
+
});
|
|
260
|
+
|
|
137
261
|
export type LsEditorFieldEvents = {
|
|
138
262
|
onMutate: EventName<LsEditorFieldCustomEvent<LSMutateEvent[]>>,
|
|
139
263
|
onUpdate: EventName<LsEditorFieldCustomEvent<LSMutateEvent[]>>
|
|
@@ -458,17 +582,36 @@ export const LsFieldTypeDisplay: StencilReactComponent<LsFieldTypeDisplayElement
|
|
|
458
582
|
defineCustomElement: defineLsFieldTypeDisplay
|
|
459
583
|
});
|
|
460
584
|
|
|
461
|
-
export type LsFormfieldEvents = {
|
|
585
|
+
export type LsFormfieldEvents = {
|
|
586
|
+
onTextChange: EventName<CustomEvent<{ name: string; value: string }>>,
|
|
587
|
+
onNumberChange: EventName<CustomEvent<{ name: string; value: number }>>,
|
|
588
|
+
onBooleanChange: EventName<CustomEvent<{ name: string; value: boolean }>>
|
|
589
|
+
};
|
|
462
590
|
|
|
463
591
|
export const LsFormfield: StencilReactComponent<LsFormfieldElement, LsFormfieldEvents> = /*@__PURE__*/ createComponent<LsFormfieldElement, LsFormfieldEvents>({
|
|
464
592
|
tagName: 'ls-formfield',
|
|
465
593
|
elementClass: LsFormfieldElement,
|
|
466
594
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
467
595
|
react: React,
|
|
468
|
-
events: {
|
|
596
|
+
events: {
|
|
597
|
+
onTextChange: 'textChange',
|
|
598
|
+
onNumberChange: 'numberChange',
|
|
599
|
+
onBooleanChange: 'booleanChange'
|
|
600
|
+
} as LsFormfieldEvents,
|
|
469
601
|
defineCustomElement: defineLsFormfield
|
|
470
602
|
});
|
|
471
603
|
|
|
604
|
+
export type LsHeaderBarEvents = NonNullable<unknown>;
|
|
605
|
+
|
|
606
|
+
export const LsHeaderBar: StencilReactComponent<LsHeaderBarElement, LsHeaderBarEvents> = /*@__PURE__*/ createComponent<LsHeaderBarElement, LsHeaderBarEvents>({
|
|
607
|
+
tagName: 'ls-header-bar',
|
|
608
|
+
elementClass: LsHeaderBarElement,
|
|
609
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
610
|
+
react: React,
|
|
611
|
+
events: {} as LsHeaderBarEvents,
|
|
612
|
+
defineCustomElement: defineLsHeaderBar
|
|
613
|
+
});
|
|
614
|
+
|
|
472
615
|
export type LsHelperBarEvents = NonNullable<unknown>;
|
|
473
616
|
|
|
474
617
|
export const LsHelperBar: StencilReactComponent<LsHelperBarElement, LsHelperBarEvents> = /*@__PURE__*/ createComponent<LsHelperBarElement, LsHelperBarEvents>({
|
|
@@ -491,6 +634,28 @@ export const LsIcon: StencilReactComponent<LsIconElement, LsIconEvents> = /*@__P
|
|
|
491
634
|
defineCustomElement: defineLsIcon
|
|
492
635
|
});
|
|
493
636
|
|
|
637
|
+
export type LsIconButtonEvents = NonNullable<unknown>;
|
|
638
|
+
|
|
639
|
+
export const LsIconButton: StencilReactComponent<LsIconButtonElement, LsIconButtonEvents> = /*@__PURE__*/ createComponent<LsIconButtonElement, LsIconButtonEvents>({
|
|
640
|
+
tagName: 'ls-icon-button',
|
|
641
|
+
elementClass: LsIconButtonElement,
|
|
642
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
643
|
+
react: React,
|
|
644
|
+
events: {} as LsIconButtonEvents,
|
|
645
|
+
defineCustomElement: defineLsIconButton
|
|
646
|
+
});
|
|
647
|
+
|
|
648
|
+
export type LsIconCheckButtonEvents = NonNullable<unknown>;
|
|
649
|
+
|
|
650
|
+
export const LsIconCheckButton: StencilReactComponent<LsIconCheckButtonElement, LsIconCheckButtonEvents> = /*@__PURE__*/ createComponent<LsIconCheckButtonElement, LsIconCheckButtonEvents>({
|
|
651
|
+
tagName: 'ls-icon-check-button',
|
|
652
|
+
elementClass: LsIconCheckButtonElement,
|
|
653
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
654
|
+
react: React,
|
|
655
|
+
events: {} as LsIconCheckButtonEvents,
|
|
656
|
+
defineCustomElement: defineLsIconCheckButton
|
|
657
|
+
});
|
|
658
|
+
|
|
494
659
|
export type LsInputWrapperEvents = NonNullable<unknown>;
|
|
495
660
|
|
|
496
661
|
export const LsInputWrapper: StencilReactComponent<LsInputWrapperElement, LsInputWrapperEvents> = /*@__PURE__*/ createComponent<LsInputWrapperElement, LsInputWrapperEvents>({
|
|
@@ -513,6 +678,17 @@ export const LsKeyboardShortcuts: StencilReactComponent<LsKeyboardShortcutsEleme
|
|
|
513
678
|
defineCustomElement: defineLsKeyboardShortcuts
|
|
514
679
|
});
|
|
515
680
|
|
|
681
|
+
export type LsLabelEvents = NonNullable<unknown>;
|
|
682
|
+
|
|
683
|
+
export const LsLabel: StencilReactComponent<LsLabelElement, LsLabelEvents> = /*@__PURE__*/ createComponent<LsLabelElement, LsLabelEvents>({
|
|
684
|
+
tagName: 'ls-label',
|
|
685
|
+
elementClass: LsLabelElement,
|
|
686
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
687
|
+
react: React,
|
|
688
|
+
events: {} as LsLabelEvents,
|
|
689
|
+
defineCustomElement: defineLsLabel
|
|
690
|
+
});
|
|
691
|
+
|
|
516
692
|
export type LsLeftBarEvents = {
|
|
517
693
|
onManagerChange: EventName<CustomEvent<string>>,
|
|
518
694
|
onClearSelected: EventName<CustomEvent<void>>
|
|
@@ -530,32 +706,88 @@ export const LsLeftBar: StencilReactComponent<LsLeftBarElement, LsLeftBarEvents>
|
|
|
530
706
|
defineCustomElement: defineLsLeftBar
|
|
531
707
|
});
|
|
532
708
|
|
|
533
|
-
export type
|
|
709
|
+
export type LsListCardButtonEvents = NonNullable<unknown>;
|
|
534
710
|
|
|
535
|
-
export const
|
|
536
|
-
tagName: 'ls-
|
|
537
|
-
elementClass:
|
|
711
|
+
export const LsListCardButton: StencilReactComponent<LsListCardButtonElement, LsListCardButtonEvents> = /*@__PURE__*/ createComponent<LsListCardButtonElement, LsListCardButtonEvents>({
|
|
712
|
+
tagName: 'ls-list-card-button',
|
|
713
|
+
elementClass: LsListCardButtonElement,
|
|
538
714
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
539
715
|
react: React,
|
|
540
|
-
events: {} as
|
|
541
|
-
defineCustomElement:
|
|
716
|
+
events: {} as LsListCardButtonEvents,
|
|
717
|
+
defineCustomElement: defineLsListCardButton
|
|
542
718
|
});
|
|
543
719
|
|
|
544
|
-
export type
|
|
720
|
+
export type LsLoadingEvents = NonNullable<unknown>;
|
|
545
721
|
|
|
546
|
-
export const
|
|
547
|
-
tagName: 'ls-
|
|
548
|
-
elementClass:
|
|
722
|
+
export const LsLoading: StencilReactComponent<LsLoadingElement, LsLoadingEvents> = /*@__PURE__*/ createComponent<LsLoadingElement, LsLoadingEvents>({
|
|
723
|
+
tagName: 'ls-loading',
|
|
724
|
+
elementClass: LsLoadingElement,
|
|
549
725
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
550
726
|
react: React,
|
|
551
|
-
events: {} as
|
|
552
|
-
defineCustomElement:
|
|
727
|
+
events: {} as LsLoadingEvents,
|
|
728
|
+
defineCustomElement: defineLsLoading
|
|
729
|
+
});
|
|
730
|
+
|
|
731
|
+
export type LsLoadingIconEvents = NonNullable<unknown>;
|
|
732
|
+
|
|
733
|
+
export const LsLoadingIcon: StencilReactComponent<LsLoadingIconElement, LsLoadingIconEvents> = /*@__PURE__*/ createComponent<LsLoadingIconElement, LsLoadingIconEvents>({
|
|
734
|
+
tagName: 'ls-loading-icon',
|
|
735
|
+
elementClass: LsLoadingIconElement,
|
|
736
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
737
|
+
react: React,
|
|
738
|
+
events: {} as LsLoadingIconEvents,
|
|
739
|
+
defineCustomElement: defineLsLoadingIcon
|
|
740
|
+
});
|
|
741
|
+
|
|
742
|
+
export type LsLoadingLogoEvents = NonNullable<unknown>;
|
|
743
|
+
|
|
744
|
+
export const LsLoadingLogo: StencilReactComponent<LsLoadingLogoElement, LsLoadingLogoEvents> = /*@__PURE__*/ createComponent<LsLoadingLogoElement, LsLoadingLogoEvents>({
|
|
745
|
+
tagName: 'ls-loading-logo',
|
|
746
|
+
elementClass: LsLoadingLogoElement,
|
|
747
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
748
|
+
react: React,
|
|
749
|
+
events: {} as LsLoadingLogoEvents,
|
|
750
|
+
defineCustomElement: defineLsLoadingLogo
|
|
751
|
+
});
|
|
752
|
+
|
|
753
|
+
export type LsNavbarEvents = NonNullable<unknown>;
|
|
754
|
+
|
|
755
|
+
export const LsNavbar: StencilReactComponent<LsNavbarElement, LsNavbarEvents> = /*@__PURE__*/ createComponent<LsNavbarElement, LsNavbarEvents>({
|
|
756
|
+
tagName: 'ls-navbar',
|
|
757
|
+
elementClass: LsNavbarElement,
|
|
758
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
759
|
+
react: React,
|
|
760
|
+
events: {} as LsNavbarEvents,
|
|
761
|
+
defineCustomElement: defineLsNavbar
|
|
762
|
+
});
|
|
763
|
+
|
|
764
|
+
export type LsNotificationEvents = NonNullable<unknown>;
|
|
765
|
+
|
|
766
|
+
export const LsNotification: StencilReactComponent<LsNotificationElement, LsNotificationEvents> = /*@__PURE__*/ createComponent<LsNotificationElement, LsNotificationEvents>({
|
|
767
|
+
tagName: 'ls-notification',
|
|
768
|
+
elementClass: LsNotificationElement,
|
|
769
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
770
|
+
react: React,
|
|
771
|
+
events: {} as LsNotificationEvents,
|
|
772
|
+
defineCustomElement: defineLsNotification
|
|
773
|
+
});
|
|
774
|
+
|
|
775
|
+
export type LsNumberInputEvents = { onNumberChange: EventName<CustomEvent<{ value: number }>> };
|
|
776
|
+
|
|
777
|
+
export const LsNumberInput: StencilReactComponent<LsNumberInputElement, LsNumberInputEvents> = /*@__PURE__*/ createComponent<LsNumberInputElement, LsNumberInputEvents>({
|
|
778
|
+
tagName: 'ls-number-input',
|
|
779
|
+
elementClass: LsNumberInputElement,
|
|
780
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
781
|
+
react: React,
|
|
782
|
+
events: { onNumberChange: 'numberChange' } as LsNumberInputEvents,
|
|
783
|
+
defineCustomElement: defineLsNumberInput
|
|
553
784
|
});
|
|
554
785
|
|
|
555
786
|
export type LsParticipantCardEvents = {
|
|
556
787
|
onMutate: EventName<LsParticipantCardCustomEvent<LSMutateEvent[]>>,
|
|
557
788
|
onOpened: EventName<LsParticipantCardCustomEvent<LSApiRole>>,
|
|
558
|
-
|
|
789
|
+
onRoleChange: EventName<CustomEvent<number>>,
|
|
790
|
+
onAddParticipant: EventName<LsParticipantCardCustomEvent<{ type: LSApiRoleType; parent?: string | null; signerIndex?: number }>>
|
|
559
791
|
};
|
|
560
792
|
|
|
561
793
|
export const LsParticipantCard: StencilReactComponent<LsParticipantCardElement, LsParticipantCardEvents> = /*@__PURE__*/ createComponent<LsParticipantCardElement, LsParticipantCardEvents>({
|
|
@@ -566,6 +798,7 @@ export const LsParticipantCard: StencilReactComponent<LsParticipantCardElement,
|
|
|
566
798
|
events: {
|
|
567
799
|
onMutate: 'mutate',
|
|
568
800
|
onOpened: 'opened',
|
|
801
|
+
onRoleChange: 'roleChange',
|
|
569
802
|
onAddParticipant: 'addParticipant'
|
|
570
803
|
} as LsParticipantCardEvents,
|
|
571
804
|
defineCustomElement: defineLsParticipantCard
|
|
@@ -618,6 +851,17 @@ export const LsPropsSection: StencilReactComponent<LsPropsSectionElement, LsProp
|
|
|
618
851
|
defineCustomElement: defineLsPropsSection
|
|
619
852
|
});
|
|
620
853
|
|
|
854
|
+
export type LsRadioGroupEvents = { onHandlechange: EventName<CustomEvent<string>> };
|
|
855
|
+
|
|
856
|
+
export const LsRadioGroup: StencilReactComponent<LsRadioGroupElement, LsRadioGroupEvents> = /*@__PURE__*/ createComponent<LsRadioGroupElement, LsRadioGroupEvents>({
|
|
857
|
+
tagName: 'ls-radio-group',
|
|
858
|
+
elementClass: LsRadioGroupElement,
|
|
859
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
860
|
+
react: React,
|
|
861
|
+
events: { onHandlechange: 'handlechange' } as LsRadioGroupEvents,
|
|
862
|
+
defineCustomElement: defineLsRadioGroup
|
|
863
|
+
});
|
|
864
|
+
|
|
621
865
|
export type LsRadioInputEvents = NonNullable<unknown>;
|
|
622
866
|
|
|
623
867
|
export const LsRadioInput: StencilReactComponent<LsRadioInputElement, LsRadioInputEvents> = /*@__PURE__*/ createComponent<LsRadioInputElement, LsRadioInputEvents>({
|
|
@@ -657,14 +901,14 @@ export const LsRecipientManager: StencilReactComponent<LsRecipientManagerElement
|
|
|
657
901
|
defineCustomElement: defineLsRecipientManager
|
|
658
902
|
});
|
|
659
903
|
|
|
660
|
-
export type LsSelectInputEvents =
|
|
904
|
+
export type LsSelectInputEvents = { onSelectChange: EventName<CustomEvent<{ value: string }>> };
|
|
661
905
|
|
|
662
906
|
export const LsSelectInput: StencilReactComponent<LsSelectInputElement, LsSelectInputEvents> = /*@__PURE__*/ createComponent<LsSelectInputElement, LsSelectInputEvents>({
|
|
663
907
|
tagName: 'ls-select-input',
|
|
664
908
|
elementClass: LsSelectInputElement,
|
|
665
909
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
666
910
|
react: React,
|
|
667
|
-
events: {} as LsSelectInputEvents,
|
|
911
|
+
events: { onSelectChange: 'selectChange' } as LsSelectInputEvents,
|
|
668
912
|
defineCustomElement: defineLsSelectInput
|
|
669
913
|
});
|
|
670
914
|
|
|
@@ -679,28 +923,83 @@ export const LsStatusbar: StencilReactComponent<LsStatusbarElement, LsStatusbarE
|
|
|
679
923
|
defineCustomElement: defineLsStatusbar
|
|
680
924
|
});
|
|
681
925
|
|
|
682
|
-
export type
|
|
926
|
+
export type LsTabsEvents = NonNullable<unknown>;
|
|
927
|
+
|
|
928
|
+
export const LsTabs: StencilReactComponent<LsTabsElement, LsTabsEvents> = /*@__PURE__*/ createComponent<LsTabsElement, LsTabsEvents>({
|
|
929
|
+
tagName: 'ls-tabs',
|
|
930
|
+
elementClass: LsTabsElement,
|
|
931
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
932
|
+
react: React,
|
|
933
|
+
events: {} as LsTabsEvents,
|
|
934
|
+
defineCustomElement: defineLsTabs
|
|
935
|
+
});
|
|
936
|
+
|
|
937
|
+
export type LsTagEvents = NonNullable<unknown>;
|
|
938
|
+
|
|
939
|
+
export const LsTag: StencilReactComponent<LsTagElement, LsTagEvents> = /*@__PURE__*/ createComponent<LsTagElement, LsTagEvents>({
|
|
940
|
+
tagName: 'ls-tag',
|
|
941
|
+
elementClass: LsTagElement,
|
|
942
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
943
|
+
react: React,
|
|
944
|
+
events: {} as LsTagEvents,
|
|
945
|
+
defineCustomElement: defineLsTag
|
|
946
|
+
});
|
|
947
|
+
|
|
948
|
+
export type LsTextEvents = NonNullable<unknown>;
|
|
949
|
+
|
|
950
|
+
export const LsText: StencilReactComponent<LsTextElement, LsTextEvents> = /*@__PURE__*/ createComponent<LsTextElement, LsTextEvents>({
|
|
951
|
+
tagName: 'ls-text',
|
|
952
|
+
elementClass: LsTextElement,
|
|
953
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
954
|
+
react: React,
|
|
955
|
+
events: {} as LsTextEvents,
|
|
956
|
+
defineCustomElement: defineLsText
|
|
957
|
+
});
|
|
958
|
+
|
|
959
|
+
export type LsTextInputEvents = { onTextChange: EventName<CustomEvent<{ value: string }>> };
|
|
683
960
|
|
|
684
961
|
export const LsTextInput: StencilReactComponent<LsTextInputElement, LsTextInputEvents> = /*@__PURE__*/ createComponent<LsTextInputElement, LsTextInputEvents>({
|
|
685
962
|
tagName: 'ls-text-input',
|
|
686
963
|
elementClass: LsTextInputElement,
|
|
687
964
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
688
965
|
react: React,
|
|
689
|
-
events: {
|
|
966
|
+
events: { onTextChange: 'textChange' } as LsTextInputEvents,
|
|
690
967
|
defineCustomElement: defineLsTextInput
|
|
691
968
|
});
|
|
692
969
|
|
|
693
|
-
export type LsTextareaInputEvents =
|
|
970
|
+
export type LsTextareaInputEvents = { onTextareaChange: EventName<CustomEvent<{ value: string }>> };
|
|
694
971
|
|
|
695
972
|
export const LsTextareaInput: StencilReactComponent<LsTextareaInputElement, LsTextareaInputEvents> = /*@__PURE__*/ createComponent<LsTextareaInputElement, LsTextareaInputEvents>({
|
|
696
973
|
tagName: 'ls-textarea-input',
|
|
697
974
|
elementClass: LsTextareaInputElement,
|
|
698
975
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
699
976
|
react: React,
|
|
700
|
-
events: {} as LsTextareaInputEvents,
|
|
977
|
+
events: { onTextareaChange: 'textareaChange' } as LsTextareaInputEvents,
|
|
701
978
|
defineCustomElement: defineLsTextareaInput
|
|
702
979
|
});
|
|
703
980
|
|
|
981
|
+
export type LsTimelineEvents = NonNullable<unknown>;
|
|
982
|
+
|
|
983
|
+
export const LsTimeline: StencilReactComponent<LsTimelineElement, LsTimelineEvents> = /*@__PURE__*/ createComponent<LsTimelineElement, LsTimelineEvents>({
|
|
984
|
+
tagName: 'ls-timeline',
|
|
985
|
+
elementClass: LsTimelineElement,
|
|
986
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
987
|
+
react: React,
|
|
988
|
+
events: {} as LsTimelineEvents,
|
|
989
|
+
defineCustomElement: defineLsTimeline
|
|
990
|
+
});
|
|
991
|
+
|
|
992
|
+
export type LsTimelineStepEvents = NonNullable<unknown>;
|
|
993
|
+
|
|
994
|
+
export const LsTimelineStep: StencilReactComponent<LsTimelineStepElement, LsTimelineStepEvents> = /*@__PURE__*/ createComponent<LsTimelineStepElement, LsTimelineStepEvents>({
|
|
995
|
+
tagName: 'ls-timeline-step',
|
|
996
|
+
elementClass: LsTimelineStepElement,
|
|
997
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
998
|
+
react: React,
|
|
999
|
+
events: {} as LsTimelineStepEvents,
|
|
1000
|
+
defineCustomElement: defineLsTimelineStep
|
|
1001
|
+
});
|
|
1002
|
+
|
|
704
1003
|
export type LsTitleInputEvents = { onMutate: EventName<LsTitleInputCustomEvent<LSMutateEvent[]>> };
|
|
705
1004
|
|
|
706
1005
|
export const LsTitleInput: StencilReactComponent<LsTitleInputElement, LsTitleInputEvents> = /*@__PURE__*/ createComponent<LsTitleInputElement, LsTitleInputEvents>({
|
|
@@ -783,13 +1082,30 @@ export const LsValidationManager: StencilReactComponent<LsValidationManagerEleme
|
|
|
783
1082
|
defineCustomElement: defineLsValidationManager
|
|
784
1083
|
});
|
|
785
1084
|
|
|
786
|
-
export type LsValidationTagEvents = {
|
|
1085
|
+
export type LsValidationTagEvents = {
|
|
1086
|
+
onChangeSigner: EventName<CustomEvent<number>>,
|
|
1087
|
+
onSelectFieldForPlacement: EventName<CustomEvent<{ signerIndex: number; fieldType: string }>>
|
|
1088
|
+
};
|
|
787
1089
|
|
|
788
1090
|
export const LsValidationTag: StencilReactComponent<LsValidationTagElement, LsValidationTagEvents> = /*@__PURE__*/ createComponent<LsValidationTagElement, LsValidationTagEvents>({
|
|
789
1091
|
tagName: 'ls-validation-tag',
|
|
790
1092
|
elementClass: LsValidationTagElement,
|
|
791
1093
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
792
1094
|
react: React,
|
|
793
|
-
events: {
|
|
1095
|
+
events: {
|
|
1096
|
+
onChangeSigner: 'changeSigner',
|
|
1097
|
+
onSelectFieldForPlacement: 'selectFieldForPlacement'
|
|
1098
|
+
} as LsValidationTagEvents,
|
|
794
1099
|
defineCustomElement: defineLsValidationTag
|
|
795
1100
|
});
|
|
1101
|
+
|
|
1102
|
+
export type TestItemEvents = NonNullable<unknown>;
|
|
1103
|
+
|
|
1104
|
+
export const TestItem: StencilReactComponent<TestItemElement, TestItemEvents> = /*@__PURE__*/ createComponent<TestItemElement, TestItemEvents>({
|
|
1105
|
+
tagName: 'test-item',
|
|
1106
|
+
elementClass: TestItemElement,
|
|
1107
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
1108
|
+
react: React,
|
|
1109
|
+
events: {} as TestItemEvents,
|
|
1110
|
+
defineCustomElement: defineTestItem
|
|
1111
|
+
});
|
package/lib/index.ts
CHANGED
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.17",
|
|
4
4
|
"description": "Legalesign React Editor / Viewers",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"stencilJS",
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
},
|
|
45
45
|
"dependencies": {
|
|
46
46
|
"@stencil/react-output-target": "^1.2.0",
|
|
47
|
-
"legalesign-document-viewer": "^0.9.
|
|
47
|
+
"legalesign-document-viewer": "^0.9.17"
|
|
48
48
|
},
|
|
49
49
|
"repository": {
|
|
50
50
|
"type": "git",
|