@tessera-ui/react 0.4.0
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/LICENSE +21 -0
- package/dist/components/components.d.ts +254 -0
- package/dist/components/components.js +508 -0
- package/package.json +30 -0
package/LICENSE
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2026 James Kenneth Guidaven
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
+
SOFTWARE.
|
|
@@ -0,0 +1,254 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was automatically generated by the Stencil React Output Target.
|
|
3
|
+
* Changes to this file may cause incorrect behavior and will be lost if the code is regenerated.
|
|
4
|
+
*/
|
|
5
|
+
import type { EventName, StencilReactComponent } from '@stencil/react-output-target/runtime';
|
|
6
|
+
import { type TsAccordionItemCustomEvent, type TsAlertCustomEvent, type TsBannerCustomEvent, type TsButtonCustomEvent, type TsChangeEventDetail, type TsCheckboxChangeEventDetail, type TsCheckboxCustomEvent, type TsChipCustomEvent, type TsDatePickerCustomEvent, type TsDialogCustomEvent, type TsDrawerCustomEvent, type TsFileUploadCustomEvent, type TsInputCustomEvent, type TsMenuCustomEvent, type TsMenuItemCustomEvent, type TsModalCustomEvent, type TsNavItemCustomEvent, type TsPaginationCustomEvent, type TsPopoverCustomEvent, type TsRadioCustomEvent, type TsSelectChangeEventDetail, type TsSelectCustomEvent, type TsSliderCustomEvent, type TsSwitchGroupCustomEvent, type TsTabsCustomEvent, type TsTextareaCustomEvent, type TsToastCustomEvent, type TsToggleCustomEvent, type TsToggleEventDetail, type TsTreeItemCustomEvent, type TsValidationEventDetail } from "@tessera-ui/core";
|
|
7
|
+
import { TsAccordionItem as TsAccordionItemElement } from "@tessera-ui/core/dist/components/ts-accordion-item.js";
|
|
8
|
+
import { TsAccordion as TsAccordionElement } from "@tessera-ui/core/dist/components/ts-accordion.js";
|
|
9
|
+
import { TsAlert as TsAlertElement } from "@tessera-ui/core/dist/components/ts-alert.js";
|
|
10
|
+
import { TsAvatar as TsAvatarElement } from "@tessera-ui/core/dist/components/ts-avatar.js";
|
|
11
|
+
import { TsBadge as TsBadgeElement } from "@tessera-ui/core/dist/components/ts-badge.js";
|
|
12
|
+
import { TsBanner as TsBannerElement } from "@tessera-ui/core/dist/components/ts-banner.js";
|
|
13
|
+
import { TsBreadcrumbItem as TsBreadcrumbItemElement } from "@tessera-ui/core/dist/components/ts-breadcrumb-item.js";
|
|
14
|
+
import { TsBreadcrumb as TsBreadcrumbElement } from "@tessera-ui/core/dist/components/ts-breadcrumb.js";
|
|
15
|
+
import { TsButton as TsButtonElement } from "@tessera-ui/core/dist/components/ts-button.js";
|
|
16
|
+
import { TsCard as TsCardElement } from "@tessera-ui/core/dist/components/ts-card.js";
|
|
17
|
+
import { TsCheckbox as TsCheckboxElement } from "@tessera-ui/core/dist/components/ts-checkbox.js";
|
|
18
|
+
import { TsChip as TsChipElement } from "@tessera-ui/core/dist/components/ts-chip.js";
|
|
19
|
+
import { TsContainer as TsContainerElement } from "@tessera-ui/core/dist/components/ts-container.js";
|
|
20
|
+
import { TsDatePicker as TsDatePickerElement } from "@tessera-ui/core/dist/components/ts-date-picker.js";
|
|
21
|
+
import { TsDialog as TsDialogElement } from "@tessera-ui/core/dist/components/ts-dialog.js";
|
|
22
|
+
import { TsDivider as TsDividerElement } from "@tessera-ui/core/dist/components/ts-divider.js";
|
|
23
|
+
import { TsDrawer as TsDrawerElement } from "@tessera-ui/core/dist/components/ts-drawer.js";
|
|
24
|
+
import { TsEmptyState as TsEmptyStateElement } from "@tessera-ui/core/dist/components/ts-empty-state.js";
|
|
25
|
+
import { TsFileUpload as TsFileUploadElement } from "@tessera-ui/core/dist/components/ts-file-upload.js";
|
|
26
|
+
import { TsGrid as TsGridElement } from "@tessera-ui/core/dist/components/ts-grid.js";
|
|
27
|
+
import { TsIcon as TsIconElement } from "@tessera-ui/core/dist/components/ts-icon.js";
|
|
28
|
+
import { TsInput as TsInputElement } from "@tessera-ui/core/dist/components/ts-input.js";
|
|
29
|
+
import { TsMenuItem as TsMenuItemElement } from "@tessera-ui/core/dist/components/ts-menu-item.js";
|
|
30
|
+
import { TsMenu as TsMenuElement } from "@tessera-ui/core/dist/components/ts-menu.js";
|
|
31
|
+
import { TsModal as TsModalElement } from "@tessera-ui/core/dist/components/ts-modal.js";
|
|
32
|
+
import { TsNavItem as TsNavItemElement } from "@tessera-ui/core/dist/components/ts-nav-item.js";
|
|
33
|
+
import { TsNav as TsNavElement } from "@tessera-ui/core/dist/components/ts-nav.js";
|
|
34
|
+
import { TsPagination as TsPaginationElement } from "@tessera-ui/core/dist/components/ts-pagination.js";
|
|
35
|
+
import { TsPopover as TsPopoverElement } from "@tessera-ui/core/dist/components/ts-popover.js";
|
|
36
|
+
import { TsProgress as TsProgressElement } from "@tessera-ui/core/dist/components/ts-progress.js";
|
|
37
|
+
import { TsRadio as TsRadioElement } from "@tessera-ui/core/dist/components/ts-radio.js";
|
|
38
|
+
import { TsRow as TsRowElement } from "@tessera-ui/core/dist/components/ts-row.js";
|
|
39
|
+
import { TsSelect as TsSelectElement } from "@tessera-ui/core/dist/components/ts-select.js";
|
|
40
|
+
import { TsSkeleton as TsSkeletonElement } from "@tessera-ui/core/dist/components/ts-skeleton.js";
|
|
41
|
+
import { TsSlider as TsSliderElement } from "@tessera-ui/core/dist/components/ts-slider.js";
|
|
42
|
+
import { TsSpacer as TsSpacerElement } from "@tessera-ui/core/dist/components/ts-spacer.js";
|
|
43
|
+
import { TsSpinner as TsSpinnerElement } from "@tessera-ui/core/dist/components/ts-spinner.js";
|
|
44
|
+
import { TsStack as TsStackElement } from "@tessera-ui/core/dist/components/ts-stack.js";
|
|
45
|
+
import { TsStep as TsStepElement } from "@tessera-ui/core/dist/components/ts-step.js";
|
|
46
|
+
import { TsStepper as TsStepperElement } from "@tessera-ui/core/dist/components/ts-stepper.js";
|
|
47
|
+
import { TsSwitchGroup as TsSwitchGroupElement } from "@tessera-ui/core/dist/components/ts-switch-group.js";
|
|
48
|
+
import { TsSwitchOption as TsSwitchOptionElement } from "@tessera-ui/core/dist/components/ts-switch-option.js";
|
|
49
|
+
import { TsTabPanel as TsTabPanelElement } from "@tessera-ui/core/dist/components/ts-tab-panel.js";
|
|
50
|
+
import { TsTable as TsTableElement } from "@tessera-ui/core/dist/components/ts-table.js";
|
|
51
|
+
import { TsTabs as TsTabsElement } from "@tessera-ui/core/dist/components/ts-tabs.js";
|
|
52
|
+
import { TsTextarea as TsTextareaElement } from "@tessera-ui/core/dist/components/ts-textarea.js";
|
|
53
|
+
import { TsToast as TsToastElement } from "@tessera-ui/core/dist/components/ts-toast.js";
|
|
54
|
+
import { TsToggle as TsToggleElement } from "@tessera-ui/core/dist/components/ts-toggle.js";
|
|
55
|
+
import { TsToolbar as TsToolbarElement } from "@tessera-ui/core/dist/components/ts-toolbar.js";
|
|
56
|
+
import { TsTooltip as TsTooltipElement } from "@tessera-ui/core/dist/components/ts-tooltip.js";
|
|
57
|
+
import { TsTreeItem as TsTreeItemElement } from "@tessera-ui/core/dist/components/ts-tree-item.js";
|
|
58
|
+
import { TsTree as TsTreeElement } from "@tessera-ui/core/dist/components/ts-tree.js";
|
|
59
|
+
export type TsAccordionEvents = NonNullable<unknown>;
|
|
60
|
+
export declare const TsAccordion: StencilReactComponent<TsAccordionElement, TsAccordionEvents>;
|
|
61
|
+
export type TsAccordionItemEvents = {
|
|
62
|
+
onTsToggle: EventName<TsAccordionItemCustomEvent<{
|
|
63
|
+
open: boolean;
|
|
64
|
+
}>>;
|
|
65
|
+
};
|
|
66
|
+
export declare const TsAccordionItem: StencilReactComponent<TsAccordionItemElement, TsAccordionItemEvents>;
|
|
67
|
+
export type TsAlertEvents = {
|
|
68
|
+
onTsClose: EventName<TsAlertCustomEvent<void>>;
|
|
69
|
+
};
|
|
70
|
+
export declare const TsAlert: StencilReactComponent<TsAlertElement, TsAlertEvents>;
|
|
71
|
+
export type TsAvatarEvents = NonNullable<unknown>;
|
|
72
|
+
export declare const TsAvatar: StencilReactComponent<TsAvatarElement, TsAvatarEvents>;
|
|
73
|
+
export type TsBadgeEvents = NonNullable<unknown>;
|
|
74
|
+
export declare const TsBadge: StencilReactComponent<TsBadgeElement, TsBadgeEvents>;
|
|
75
|
+
export type TsBannerEvents = {
|
|
76
|
+
onTsClose: EventName<TsBannerCustomEvent<void>>;
|
|
77
|
+
};
|
|
78
|
+
export declare const TsBanner: StencilReactComponent<TsBannerElement, TsBannerEvents>;
|
|
79
|
+
export type TsBreadcrumbEvents = NonNullable<unknown>;
|
|
80
|
+
export declare const TsBreadcrumb: StencilReactComponent<TsBreadcrumbElement, TsBreadcrumbEvents>;
|
|
81
|
+
export type TsBreadcrumbItemEvents = NonNullable<unknown>;
|
|
82
|
+
export declare const TsBreadcrumbItem: StencilReactComponent<TsBreadcrumbItemElement, TsBreadcrumbItemEvents>;
|
|
83
|
+
export type TsButtonEvents = {
|
|
84
|
+
onTsClick: EventName<TsButtonCustomEvent<void>>;
|
|
85
|
+
onTsFocus: EventName<TsButtonCustomEvent<void>>;
|
|
86
|
+
onTsBlur: EventName<TsButtonCustomEvent<void>>;
|
|
87
|
+
};
|
|
88
|
+
export declare const TsButton: StencilReactComponent<TsButtonElement, TsButtonEvents>;
|
|
89
|
+
export type TsCardEvents = NonNullable<unknown>;
|
|
90
|
+
export declare const TsCard: StencilReactComponent<TsCardElement, TsCardEvents>;
|
|
91
|
+
export type TsCheckboxEvents = {
|
|
92
|
+
onTsChange: EventName<TsCheckboxCustomEvent<TsCheckboxChangeEventDetail>>;
|
|
93
|
+
};
|
|
94
|
+
export declare const TsCheckbox: StencilReactComponent<TsCheckboxElement, TsCheckboxEvents>;
|
|
95
|
+
export type TsChipEvents = {
|
|
96
|
+
onTsRemove: EventName<TsChipCustomEvent<void>>;
|
|
97
|
+
onTsClick: EventName<TsChipCustomEvent<void>>;
|
|
98
|
+
};
|
|
99
|
+
export declare const TsChip: StencilReactComponent<TsChipElement, TsChipEvents>;
|
|
100
|
+
export type TsContainerEvents = NonNullable<unknown>;
|
|
101
|
+
export declare const TsContainer: StencilReactComponent<TsContainerElement, TsContainerEvents>;
|
|
102
|
+
export type TsDatePickerEvents = {
|
|
103
|
+
onTsChange: EventName<TsDatePickerCustomEvent<{
|
|
104
|
+
value: string;
|
|
105
|
+
}>>;
|
|
106
|
+
};
|
|
107
|
+
export declare const TsDatePicker: StencilReactComponent<TsDatePickerElement, TsDatePickerEvents>;
|
|
108
|
+
export type TsDialogEvents = {
|
|
109
|
+
onTsClose: EventName<TsDialogCustomEvent<void>>;
|
|
110
|
+
};
|
|
111
|
+
export declare const TsDialog: StencilReactComponent<TsDialogElement, TsDialogEvents>;
|
|
112
|
+
export type TsDividerEvents = NonNullable<unknown>;
|
|
113
|
+
export declare const TsDivider: StencilReactComponent<TsDividerElement, TsDividerEvents>;
|
|
114
|
+
export type TsDrawerEvents = {
|
|
115
|
+
onTsClose: EventName<TsDrawerCustomEvent<void>>;
|
|
116
|
+
};
|
|
117
|
+
export declare const TsDrawer: StencilReactComponent<TsDrawerElement, TsDrawerEvents>;
|
|
118
|
+
export type TsEmptyStateEvents = NonNullable<unknown>;
|
|
119
|
+
export declare const TsEmptyState: StencilReactComponent<TsEmptyStateElement, TsEmptyStateEvents>;
|
|
120
|
+
export type TsFileUploadEvents = {
|
|
121
|
+
onTsChange: EventName<TsFileUploadCustomEvent<{
|
|
122
|
+
files: File[];
|
|
123
|
+
}>>;
|
|
124
|
+
};
|
|
125
|
+
export declare const TsFileUpload: StencilReactComponent<TsFileUploadElement, TsFileUploadEvents>;
|
|
126
|
+
export type TsGridEvents = NonNullable<unknown>;
|
|
127
|
+
export declare const TsGrid: StencilReactComponent<TsGridElement, TsGridEvents>;
|
|
128
|
+
export type TsIconEvents = NonNullable<unknown>;
|
|
129
|
+
export declare const TsIcon: StencilReactComponent<TsIconElement, TsIconEvents>;
|
|
130
|
+
export type TsInputEvents = {
|
|
131
|
+
onTsInput: EventName<TsInputCustomEvent<TsChangeEventDetail<string>>>;
|
|
132
|
+
onTsChange: EventName<TsInputCustomEvent<TsChangeEventDetail<string>>>;
|
|
133
|
+
onTsFocus: EventName<TsInputCustomEvent<void>>;
|
|
134
|
+
onTsBlur: EventName<TsInputCustomEvent<void>>;
|
|
135
|
+
onTsValidate: EventName<TsInputCustomEvent<TsValidationEventDetail>>;
|
|
136
|
+
};
|
|
137
|
+
export declare const TsInput: StencilReactComponent<TsInputElement, TsInputEvents>;
|
|
138
|
+
export type TsMenuEvents = {
|
|
139
|
+
onTsOpen: EventName<TsMenuCustomEvent<void>>;
|
|
140
|
+
onTsClose: EventName<TsMenuCustomEvent<void>>;
|
|
141
|
+
};
|
|
142
|
+
export declare const TsMenu: StencilReactComponent<TsMenuElement, TsMenuEvents>;
|
|
143
|
+
export type TsMenuItemEvents = {
|
|
144
|
+
onTsSelect: EventName<TsMenuItemCustomEvent<{
|
|
145
|
+
value: string;
|
|
146
|
+
}>>;
|
|
147
|
+
};
|
|
148
|
+
export declare const TsMenuItem: StencilReactComponent<TsMenuItemElement, TsMenuItemEvents>;
|
|
149
|
+
export type TsModalEvents = {
|
|
150
|
+
onTsOpen: EventName<TsModalCustomEvent<void>>;
|
|
151
|
+
onTsClose: EventName<TsModalCustomEvent<void>>;
|
|
152
|
+
};
|
|
153
|
+
export declare const TsModal: StencilReactComponent<TsModalElement, TsModalEvents>;
|
|
154
|
+
export type TsNavEvents = NonNullable<unknown>;
|
|
155
|
+
export declare const TsNav: StencilReactComponent<TsNavElement, TsNavEvents>;
|
|
156
|
+
export type TsNavItemEvents = {
|
|
157
|
+
onTsSelect: EventName<TsNavItemCustomEvent<void>>;
|
|
158
|
+
};
|
|
159
|
+
export declare const TsNavItem: StencilReactComponent<TsNavItemElement, TsNavItemEvents>;
|
|
160
|
+
export type TsPaginationEvents = {
|
|
161
|
+
onTsChange: EventName<TsPaginationCustomEvent<{
|
|
162
|
+
page: number;
|
|
163
|
+
}>>;
|
|
164
|
+
};
|
|
165
|
+
export declare const TsPagination: StencilReactComponent<TsPaginationElement, TsPaginationEvents>;
|
|
166
|
+
export type TsPopoverEvents = {
|
|
167
|
+
onTsOpen: EventName<TsPopoverCustomEvent<void>>;
|
|
168
|
+
onTsClose: EventName<TsPopoverCustomEvent<void>>;
|
|
169
|
+
};
|
|
170
|
+
export declare const TsPopover: StencilReactComponent<TsPopoverElement, TsPopoverEvents>;
|
|
171
|
+
export type TsProgressEvents = NonNullable<unknown>;
|
|
172
|
+
export declare const TsProgress: StencilReactComponent<TsProgressElement, TsProgressEvents>;
|
|
173
|
+
export type TsRadioEvents = {
|
|
174
|
+
onTsChange: EventName<TsRadioCustomEvent<TsCheckboxChangeEventDetail>>;
|
|
175
|
+
};
|
|
176
|
+
export declare const TsRadio: StencilReactComponent<TsRadioElement, TsRadioEvents>;
|
|
177
|
+
export type TsRowEvents = NonNullable<unknown>;
|
|
178
|
+
export declare const TsRow: StencilReactComponent<TsRowElement, TsRowEvents>;
|
|
179
|
+
export type TsSelectEvents = {
|
|
180
|
+
onTsChange: EventName<TsSelectCustomEvent<TsSelectChangeEventDetail>>;
|
|
181
|
+
onTsFocus: EventName<TsSelectCustomEvent<void>>;
|
|
182
|
+
onTsBlur: EventName<TsSelectCustomEvent<void>>;
|
|
183
|
+
};
|
|
184
|
+
export declare const TsSelect: StencilReactComponent<TsSelectElement, TsSelectEvents>;
|
|
185
|
+
export type TsSkeletonEvents = NonNullable<unknown>;
|
|
186
|
+
export declare const TsSkeleton: StencilReactComponent<TsSkeletonElement, TsSkeletonEvents>;
|
|
187
|
+
export type TsSliderEvents = {
|
|
188
|
+
onTsInput: EventName<TsSliderCustomEvent<{
|
|
189
|
+
value: number;
|
|
190
|
+
}>>;
|
|
191
|
+
onTsChange: EventName<TsSliderCustomEvent<{
|
|
192
|
+
value: number;
|
|
193
|
+
}>>;
|
|
194
|
+
};
|
|
195
|
+
export declare const TsSlider: StencilReactComponent<TsSliderElement, TsSliderEvents>;
|
|
196
|
+
export type TsSpacerEvents = NonNullable<unknown>;
|
|
197
|
+
export declare const TsSpacer: StencilReactComponent<TsSpacerElement, TsSpacerEvents>;
|
|
198
|
+
export type TsSpinnerEvents = NonNullable<unknown>;
|
|
199
|
+
export declare const TsSpinner: StencilReactComponent<TsSpinnerElement, TsSpinnerEvents>;
|
|
200
|
+
export type TsStackEvents = NonNullable<unknown>;
|
|
201
|
+
export declare const TsStack: StencilReactComponent<TsStackElement, TsStackEvents>;
|
|
202
|
+
export type TsStepEvents = NonNullable<unknown>;
|
|
203
|
+
export declare const TsStep: StencilReactComponent<TsStepElement, TsStepEvents>;
|
|
204
|
+
export type TsStepperEvents = NonNullable<unknown>;
|
|
205
|
+
export declare const TsStepper: StencilReactComponent<TsStepperElement, TsStepperEvents>;
|
|
206
|
+
export type TsSwitchGroupEvents = {
|
|
207
|
+
onTsChange: EventName<TsSwitchGroupCustomEvent<{
|
|
208
|
+
value: string;
|
|
209
|
+
}>>;
|
|
210
|
+
};
|
|
211
|
+
export declare const TsSwitchGroup: StencilReactComponent<TsSwitchGroupElement, TsSwitchGroupEvents>;
|
|
212
|
+
export type TsSwitchOptionEvents = NonNullable<unknown>;
|
|
213
|
+
export declare const TsSwitchOption: StencilReactComponent<TsSwitchOptionElement, TsSwitchOptionEvents>;
|
|
214
|
+
export type TsTabPanelEvents = NonNullable<unknown>;
|
|
215
|
+
export declare const TsTabPanel: StencilReactComponent<TsTabPanelElement, TsTabPanelEvents>;
|
|
216
|
+
export type TsTableEvents = NonNullable<unknown>;
|
|
217
|
+
export declare const TsTable: StencilReactComponent<TsTableElement, TsTableEvents>;
|
|
218
|
+
export type TsTabsEvents = {
|
|
219
|
+
onTsChange: EventName<TsTabsCustomEvent<{
|
|
220
|
+
value: string;
|
|
221
|
+
}>>;
|
|
222
|
+
};
|
|
223
|
+
export declare const TsTabs: StencilReactComponent<TsTabsElement, TsTabsEvents>;
|
|
224
|
+
export type TsTextareaEvents = {
|
|
225
|
+
onTsInput: EventName<TsTextareaCustomEvent<TsChangeEventDetail<string>>>;
|
|
226
|
+
onTsChange: EventName<TsTextareaCustomEvent<TsChangeEventDetail<string>>>;
|
|
227
|
+
onTsFocus: EventName<TsTextareaCustomEvent<void>>;
|
|
228
|
+
onTsBlur: EventName<TsTextareaCustomEvent<void>>;
|
|
229
|
+
};
|
|
230
|
+
export declare const TsTextarea: StencilReactComponent<TsTextareaElement, TsTextareaEvents>;
|
|
231
|
+
export type TsToastEvents = {
|
|
232
|
+
onTsClose: EventName<TsToastCustomEvent<void>>;
|
|
233
|
+
};
|
|
234
|
+
export declare const TsToast: StencilReactComponent<TsToastElement, TsToastEvents>;
|
|
235
|
+
export type TsToggleEvents = {
|
|
236
|
+
onTsChange: EventName<TsToggleCustomEvent<TsToggleEventDetail>>;
|
|
237
|
+
};
|
|
238
|
+
export declare const TsToggle: StencilReactComponent<TsToggleElement, TsToggleEvents>;
|
|
239
|
+
export type TsToolbarEvents = NonNullable<unknown>;
|
|
240
|
+
export declare const TsToolbar: StencilReactComponent<TsToolbarElement, TsToolbarEvents>;
|
|
241
|
+
export type TsTooltipEvents = NonNullable<unknown>;
|
|
242
|
+
export declare const TsTooltip: StencilReactComponent<TsTooltipElement, TsTooltipEvents>;
|
|
243
|
+
export type TsTreeEvents = NonNullable<unknown>;
|
|
244
|
+
export declare const TsTree: StencilReactComponent<TsTreeElement, TsTreeEvents>;
|
|
245
|
+
export type TsTreeItemEvents = {
|
|
246
|
+
onTsToggle: EventName<TsTreeItemCustomEvent<{
|
|
247
|
+
expanded: boolean;
|
|
248
|
+
}>>;
|
|
249
|
+
onTsSelect: EventName<TsTreeItemCustomEvent<{
|
|
250
|
+
selected: boolean;
|
|
251
|
+
value: string;
|
|
252
|
+
}>>;
|
|
253
|
+
};
|
|
254
|
+
export declare const TsTreeItem: StencilReactComponent<TsTreeItemElement, TsTreeItemEvents>;
|
|
@@ -0,0 +1,508 @@
|
|
|
1
|
+
'use client';
|
|
2
|
+
import { createComponent } from '@stencil/react-output-target/runtime';
|
|
3
|
+
import { TsAccordionItem as TsAccordionItemElement, defineCustomElement as defineTsAccordionItem } from "@tessera-ui/core/dist/components/ts-accordion-item.js";
|
|
4
|
+
import { TsAccordion as TsAccordionElement, defineCustomElement as defineTsAccordion } from "@tessera-ui/core/dist/components/ts-accordion.js";
|
|
5
|
+
import { TsAlert as TsAlertElement, defineCustomElement as defineTsAlert } from "@tessera-ui/core/dist/components/ts-alert.js";
|
|
6
|
+
import { TsAvatar as TsAvatarElement, defineCustomElement as defineTsAvatar } from "@tessera-ui/core/dist/components/ts-avatar.js";
|
|
7
|
+
import { TsBadge as TsBadgeElement, defineCustomElement as defineTsBadge } from "@tessera-ui/core/dist/components/ts-badge.js";
|
|
8
|
+
import { TsBanner as TsBannerElement, defineCustomElement as defineTsBanner } from "@tessera-ui/core/dist/components/ts-banner.js";
|
|
9
|
+
import { TsBreadcrumbItem as TsBreadcrumbItemElement, defineCustomElement as defineTsBreadcrumbItem } from "@tessera-ui/core/dist/components/ts-breadcrumb-item.js";
|
|
10
|
+
import { TsBreadcrumb as TsBreadcrumbElement, defineCustomElement as defineTsBreadcrumb } from "@tessera-ui/core/dist/components/ts-breadcrumb.js";
|
|
11
|
+
import { TsButton as TsButtonElement, defineCustomElement as defineTsButton } from "@tessera-ui/core/dist/components/ts-button.js";
|
|
12
|
+
import { TsCard as TsCardElement, defineCustomElement as defineTsCard } from "@tessera-ui/core/dist/components/ts-card.js";
|
|
13
|
+
import { TsCheckbox as TsCheckboxElement, defineCustomElement as defineTsCheckbox } from "@tessera-ui/core/dist/components/ts-checkbox.js";
|
|
14
|
+
import { TsChip as TsChipElement, defineCustomElement as defineTsChip } from "@tessera-ui/core/dist/components/ts-chip.js";
|
|
15
|
+
import { TsContainer as TsContainerElement, defineCustomElement as defineTsContainer } from "@tessera-ui/core/dist/components/ts-container.js";
|
|
16
|
+
import { TsDatePicker as TsDatePickerElement, defineCustomElement as defineTsDatePicker } from "@tessera-ui/core/dist/components/ts-date-picker.js";
|
|
17
|
+
import { TsDialog as TsDialogElement, defineCustomElement as defineTsDialog } from "@tessera-ui/core/dist/components/ts-dialog.js";
|
|
18
|
+
import { TsDivider as TsDividerElement, defineCustomElement as defineTsDivider } from "@tessera-ui/core/dist/components/ts-divider.js";
|
|
19
|
+
import { TsDrawer as TsDrawerElement, defineCustomElement as defineTsDrawer } from "@tessera-ui/core/dist/components/ts-drawer.js";
|
|
20
|
+
import { TsEmptyState as TsEmptyStateElement, defineCustomElement as defineTsEmptyState } from "@tessera-ui/core/dist/components/ts-empty-state.js";
|
|
21
|
+
import { TsFileUpload as TsFileUploadElement, defineCustomElement as defineTsFileUpload } from "@tessera-ui/core/dist/components/ts-file-upload.js";
|
|
22
|
+
import { TsGrid as TsGridElement, defineCustomElement as defineTsGrid } from "@tessera-ui/core/dist/components/ts-grid.js";
|
|
23
|
+
import { TsIcon as TsIconElement, defineCustomElement as defineTsIcon } from "@tessera-ui/core/dist/components/ts-icon.js";
|
|
24
|
+
import { TsInput as TsInputElement, defineCustomElement as defineTsInput } from "@tessera-ui/core/dist/components/ts-input.js";
|
|
25
|
+
import { TsMenuItem as TsMenuItemElement, defineCustomElement as defineTsMenuItem } from "@tessera-ui/core/dist/components/ts-menu-item.js";
|
|
26
|
+
import { TsMenu as TsMenuElement, defineCustomElement as defineTsMenu } from "@tessera-ui/core/dist/components/ts-menu.js";
|
|
27
|
+
import { TsModal as TsModalElement, defineCustomElement as defineTsModal } from "@tessera-ui/core/dist/components/ts-modal.js";
|
|
28
|
+
import { TsNavItem as TsNavItemElement, defineCustomElement as defineTsNavItem } from "@tessera-ui/core/dist/components/ts-nav-item.js";
|
|
29
|
+
import { TsNav as TsNavElement, defineCustomElement as defineTsNav } from "@tessera-ui/core/dist/components/ts-nav.js";
|
|
30
|
+
import { TsPagination as TsPaginationElement, defineCustomElement as defineTsPagination } from "@tessera-ui/core/dist/components/ts-pagination.js";
|
|
31
|
+
import { TsPopover as TsPopoverElement, defineCustomElement as defineTsPopover } from "@tessera-ui/core/dist/components/ts-popover.js";
|
|
32
|
+
import { TsProgress as TsProgressElement, defineCustomElement as defineTsProgress } from "@tessera-ui/core/dist/components/ts-progress.js";
|
|
33
|
+
import { TsRadio as TsRadioElement, defineCustomElement as defineTsRadio } from "@tessera-ui/core/dist/components/ts-radio.js";
|
|
34
|
+
import { TsRow as TsRowElement, defineCustomElement as defineTsRow } from "@tessera-ui/core/dist/components/ts-row.js";
|
|
35
|
+
import { TsSelect as TsSelectElement, defineCustomElement as defineTsSelect } from "@tessera-ui/core/dist/components/ts-select.js";
|
|
36
|
+
import { TsSkeleton as TsSkeletonElement, defineCustomElement as defineTsSkeleton } from "@tessera-ui/core/dist/components/ts-skeleton.js";
|
|
37
|
+
import { TsSlider as TsSliderElement, defineCustomElement as defineTsSlider } from "@tessera-ui/core/dist/components/ts-slider.js";
|
|
38
|
+
import { TsSpacer as TsSpacerElement, defineCustomElement as defineTsSpacer } from "@tessera-ui/core/dist/components/ts-spacer.js";
|
|
39
|
+
import { TsSpinner as TsSpinnerElement, defineCustomElement as defineTsSpinner } from "@tessera-ui/core/dist/components/ts-spinner.js";
|
|
40
|
+
import { TsStack as TsStackElement, defineCustomElement as defineTsStack } from "@tessera-ui/core/dist/components/ts-stack.js";
|
|
41
|
+
import { TsStep as TsStepElement, defineCustomElement as defineTsStep } from "@tessera-ui/core/dist/components/ts-step.js";
|
|
42
|
+
import { TsStepper as TsStepperElement, defineCustomElement as defineTsStepper } from "@tessera-ui/core/dist/components/ts-stepper.js";
|
|
43
|
+
import { TsSwitchGroup as TsSwitchGroupElement, defineCustomElement as defineTsSwitchGroup } from "@tessera-ui/core/dist/components/ts-switch-group.js";
|
|
44
|
+
import { TsSwitchOption as TsSwitchOptionElement, defineCustomElement as defineTsSwitchOption } from "@tessera-ui/core/dist/components/ts-switch-option.js";
|
|
45
|
+
import { TsTabPanel as TsTabPanelElement, defineCustomElement as defineTsTabPanel } from "@tessera-ui/core/dist/components/ts-tab-panel.js";
|
|
46
|
+
import { TsTable as TsTableElement, defineCustomElement as defineTsTable } from "@tessera-ui/core/dist/components/ts-table.js";
|
|
47
|
+
import { TsTabs as TsTabsElement, defineCustomElement as defineTsTabs } from "@tessera-ui/core/dist/components/ts-tabs.js";
|
|
48
|
+
import { TsTextarea as TsTextareaElement, defineCustomElement as defineTsTextarea } from "@tessera-ui/core/dist/components/ts-textarea.js";
|
|
49
|
+
import { TsToast as TsToastElement, defineCustomElement as defineTsToast } from "@tessera-ui/core/dist/components/ts-toast.js";
|
|
50
|
+
import { TsToggle as TsToggleElement, defineCustomElement as defineTsToggle } from "@tessera-ui/core/dist/components/ts-toggle.js";
|
|
51
|
+
import { TsToolbar as TsToolbarElement, defineCustomElement as defineTsToolbar } from "@tessera-ui/core/dist/components/ts-toolbar.js";
|
|
52
|
+
import { TsTooltip as TsTooltipElement, defineCustomElement as defineTsTooltip } from "@tessera-ui/core/dist/components/ts-tooltip.js";
|
|
53
|
+
import { TsTreeItem as TsTreeItemElement, defineCustomElement as defineTsTreeItem } from "@tessera-ui/core/dist/components/ts-tree-item.js";
|
|
54
|
+
import { TsTree as TsTreeElement, defineCustomElement as defineTsTree } from "@tessera-ui/core/dist/components/ts-tree.js";
|
|
55
|
+
import React from 'react';
|
|
56
|
+
export const TsAccordion = /*@__PURE__*/ createComponent({
|
|
57
|
+
tagName: 'ts-accordion',
|
|
58
|
+
elementClass: TsAccordionElement,
|
|
59
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
60
|
+
react: React,
|
|
61
|
+
events: {},
|
|
62
|
+
defineCustomElement: defineTsAccordion
|
|
63
|
+
});
|
|
64
|
+
export const TsAccordionItem = /*@__PURE__*/ createComponent({
|
|
65
|
+
tagName: 'ts-accordion-item',
|
|
66
|
+
elementClass: TsAccordionItemElement,
|
|
67
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
68
|
+
react: React,
|
|
69
|
+
events: { onTsToggle: 'tsToggle' },
|
|
70
|
+
defineCustomElement: defineTsAccordionItem
|
|
71
|
+
});
|
|
72
|
+
export const TsAlert = /*@__PURE__*/ createComponent({
|
|
73
|
+
tagName: 'ts-alert',
|
|
74
|
+
elementClass: TsAlertElement,
|
|
75
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
76
|
+
react: React,
|
|
77
|
+
events: { onTsClose: 'tsClose' },
|
|
78
|
+
defineCustomElement: defineTsAlert
|
|
79
|
+
});
|
|
80
|
+
export const TsAvatar = /*@__PURE__*/ createComponent({
|
|
81
|
+
tagName: 'ts-avatar',
|
|
82
|
+
elementClass: TsAvatarElement,
|
|
83
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
84
|
+
react: React,
|
|
85
|
+
events: {},
|
|
86
|
+
defineCustomElement: defineTsAvatar
|
|
87
|
+
});
|
|
88
|
+
export const TsBadge = /*@__PURE__*/ createComponent({
|
|
89
|
+
tagName: 'ts-badge',
|
|
90
|
+
elementClass: TsBadgeElement,
|
|
91
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
92
|
+
react: React,
|
|
93
|
+
events: {},
|
|
94
|
+
defineCustomElement: defineTsBadge
|
|
95
|
+
});
|
|
96
|
+
export const TsBanner = /*@__PURE__*/ createComponent({
|
|
97
|
+
tagName: 'ts-banner',
|
|
98
|
+
elementClass: TsBannerElement,
|
|
99
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
100
|
+
react: React,
|
|
101
|
+
events: { onTsClose: 'tsClose' },
|
|
102
|
+
defineCustomElement: defineTsBanner
|
|
103
|
+
});
|
|
104
|
+
export const TsBreadcrumb = /*@__PURE__*/ createComponent({
|
|
105
|
+
tagName: 'ts-breadcrumb',
|
|
106
|
+
elementClass: TsBreadcrumbElement,
|
|
107
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
108
|
+
react: React,
|
|
109
|
+
events: {},
|
|
110
|
+
defineCustomElement: defineTsBreadcrumb
|
|
111
|
+
});
|
|
112
|
+
export const TsBreadcrumbItem = /*@__PURE__*/ createComponent({
|
|
113
|
+
tagName: 'ts-breadcrumb-item',
|
|
114
|
+
elementClass: TsBreadcrumbItemElement,
|
|
115
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
116
|
+
react: React,
|
|
117
|
+
events: {},
|
|
118
|
+
defineCustomElement: defineTsBreadcrumbItem
|
|
119
|
+
});
|
|
120
|
+
export const TsButton = /*@__PURE__*/ createComponent({
|
|
121
|
+
tagName: 'ts-button',
|
|
122
|
+
elementClass: TsButtonElement,
|
|
123
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
124
|
+
react: React,
|
|
125
|
+
events: {
|
|
126
|
+
onTsClick: 'tsClick',
|
|
127
|
+
onTsFocus: 'tsFocus',
|
|
128
|
+
onTsBlur: 'tsBlur'
|
|
129
|
+
},
|
|
130
|
+
defineCustomElement: defineTsButton
|
|
131
|
+
});
|
|
132
|
+
export const TsCard = /*@__PURE__*/ createComponent({
|
|
133
|
+
tagName: 'ts-card',
|
|
134
|
+
elementClass: TsCardElement,
|
|
135
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
136
|
+
react: React,
|
|
137
|
+
events: {},
|
|
138
|
+
defineCustomElement: defineTsCard
|
|
139
|
+
});
|
|
140
|
+
export const TsCheckbox = /*@__PURE__*/ createComponent({
|
|
141
|
+
tagName: 'ts-checkbox',
|
|
142
|
+
elementClass: TsCheckboxElement,
|
|
143
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
144
|
+
react: React,
|
|
145
|
+
events: { onTsChange: 'tsChange' },
|
|
146
|
+
defineCustomElement: defineTsCheckbox
|
|
147
|
+
});
|
|
148
|
+
export const TsChip = /*@__PURE__*/ createComponent({
|
|
149
|
+
tagName: 'ts-chip',
|
|
150
|
+
elementClass: TsChipElement,
|
|
151
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
152
|
+
react: React,
|
|
153
|
+
events: {
|
|
154
|
+
onTsRemove: 'tsRemove',
|
|
155
|
+
onTsClick: 'tsClick'
|
|
156
|
+
},
|
|
157
|
+
defineCustomElement: defineTsChip
|
|
158
|
+
});
|
|
159
|
+
export const TsContainer = /*@__PURE__*/ createComponent({
|
|
160
|
+
tagName: 'ts-container',
|
|
161
|
+
elementClass: TsContainerElement,
|
|
162
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
163
|
+
react: React,
|
|
164
|
+
events: {},
|
|
165
|
+
defineCustomElement: defineTsContainer
|
|
166
|
+
});
|
|
167
|
+
export const TsDatePicker = /*@__PURE__*/ createComponent({
|
|
168
|
+
tagName: 'ts-date-picker',
|
|
169
|
+
elementClass: TsDatePickerElement,
|
|
170
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
171
|
+
react: React,
|
|
172
|
+
events: { onTsChange: 'tsChange' },
|
|
173
|
+
defineCustomElement: defineTsDatePicker
|
|
174
|
+
});
|
|
175
|
+
export const TsDialog = /*@__PURE__*/ createComponent({
|
|
176
|
+
tagName: 'ts-dialog',
|
|
177
|
+
elementClass: TsDialogElement,
|
|
178
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
179
|
+
react: React,
|
|
180
|
+
events: { onTsClose: 'tsClose' },
|
|
181
|
+
defineCustomElement: defineTsDialog
|
|
182
|
+
});
|
|
183
|
+
export const TsDivider = /*@__PURE__*/ createComponent({
|
|
184
|
+
tagName: 'ts-divider',
|
|
185
|
+
elementClass: TsDividerElement,
|
|
186
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
187
|
+
react: React,
|
|
188
|
+
events: {},
|
|
189
|
+
defineCustomElement: defineTsDivider
|
|
190
|
+
});
|
|
191
|
+
export const TsDrawer = /*@__PURE__*/ createComponent({
|
|
192
|
+
tagName: 'ts-drawer',
|
|
193
|
+
elementClass: TsDrawerElement,
|
|
194
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
195
|
+
react: React,
|
|
196
|
+
events: { onTsClose: 'tsClose' },
|
|
197
|
+
defineCustomElement: defineTsDrawer
|
|
198
|
+
});
|
|
199
|
+
export const TsEmptyState = /*@__PURE__*/ createComponent({
|
|
200
|
+
tagName: 'ts-empty-state',
|
|
201
|
+
elementClass: TsEmptyStateElement,
|
|
202
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
203
|
+
react: React,
|
|
204
|
+
events: {},
|
|
205
|
+
defineCustomElement: defineTsEmptyState
|
|
206
|
+
});
|
|
207
|
+
export const TsFileUpload = /*@__PURE__*/ createComponent({
|
|
208
|
+
tagName: 'ts-file-upload',
|
|
209
|
+
elementClass: TsFileUploadElement,
|
|
210
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
211
|
+
react: React,
|
|
212
|
+
events: { onTsChange: 'tsChange' },
|
|
213
|
+
defineCustomElement: defineTsFileUpload
|
|
214
|
+
});
|
|
215
|
+
export const TsGrid = /*@__PURE__*/ createComponent({
|
|
216
|
+
tagName: 'ts-grid',
|
|
217
|
+
elementClass: TsGridElement,
|
|
218
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
219
|
+
react: React,
|
|
220
|
+
events: {},
|
|
221
|
+
defineCustomElement: defineTsGrid
|
|
222
|
+
});
|
|
223
|
+
export const TsIcon = /*@__PURE__*/ createComponent({
|
|
224
|
+
tagName: 'ts-icon',
|
|
225
|
+
elementClass: TsIconElement,
|
|
226
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
227
|
+
react: React,
|
|
228
|
+
events: {},
|
|
229
|
+
defineCustomElement: defineTsIcon
|
|
230
|
+
});
|
|
231
|
+
export const TsInput = /*@__PURE__*/ createComponent({
|
|
232
|
+
tagName: 'ts-input',
|
|
233
|
+
elementClass: TsInputElement,
|
|
234
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
235
|
+
react: React,
|
|
236
|
+
events: {
|
|
237
|
+
onTsInput: 'tsInput',
|
|
238
|
+
onTsChange: 'tsChange',
|
|
239
|
+
onTsFocus: 'tsFocus',
|
|
240
|
+
onTsBlur: 'tsBlur',
|
|
241
|
+
onTsValidate: 'tsValidate'
|
|
242
|
+
},
|
|
243
|
+
defineCustomElement: defineTsInput
|
|
244
|
+
});
|
|
245
|
+
export const TsMenu = /*@__PURE__*/ createComponent({
|
|
246
|
+
tagName: 'ts-menu',
|
|
247
|
+
elementClass: TsMenuElement,
|
|
248
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
249
|
+
react: React,
|
|
250
|
+
events: {
|
|
251
|
+
onTsOpen: 'tsOpen',
|
|
252
|
+
onTsClose: 'tsClose'
|
|
253
|
+
},
|
|
254
|
+
defineCustomElement: defineTsMenu
|
|
255
|
+
});
|
|
256
|
+
export const TsMenuItem = /*@__PURE__*/ createComponent({
|
|
257
|
+
tagName: 'ts-menu-item',
|
|
258
|
+
elementClass: TsMenuItemElement,
|
|
259
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
260
|
+
react: React,
|
|
261
|
+
events: { onTsSelect: 'tsSelect' },
|
|
262
|
+
defineCustomElement: defineTsMenuItem
|
|
263
|
+
});
|
|
264
|
+
export const TsModal = /*@__PURE__*/ createComponent({
|
|
265
|
+
tagName: 'ts-modal',
|
|
266
|
+
elementClass: TsModalElement,
|
|
267
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
268
|
+
react: React,
|
|
269
|
+
events: {
|
|
270
|
+
onTsOpen: 'tsOpen',
|
|
271
|
+
onTsClose: 'tsClose'
|
|
272
|
+
},
|
|
273
|
+
defineCustomElement: defineTsModal
|
|
274
|
+
});
|
|
275
|
+
export const TsNav = /*@__PURE__*/ createComponent({
|
|
276
|
+
tagName: 'ts-nav',
|
|
277
|
+
elementClass: TsNavElement,
|
|
278
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
279
|
+
react: React,
|
|
280
|
+
events: {},
|
|
281
|
+
defineCustomElement: defineTsNav
|
|
282
|
+
});
|
|
283
|
+
export const TsNavItem = /*@__PURE__*/ createComponent({
|
|
284
|
+
tagName: 'ts-nav-item',
|
|
285
|
+
elementClass: TsNavItemElement,
|
|
286
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
287
|
+
react: React,
|
|
288
|
+
events: { onTsSelect: 'tsSelect' },
|
|
289
|
+
defineCustomElement: defineTsNavItem
|
|
290
|
+
});
|
|
291
|
+
export const TsPagination = /*@__PURE__*/ createComponent({
|
|
292
|
+
tagName: 'ts-pagination',
|
|
293
|
+
elementClass: TsPaginationElement,
|
|
294
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
295
|
+
react: React,
|
|
296
|
+
events: { onTsChange: 'tsChange' },
|
|
297
|
+
defineCustomElement: defineTsPagination
|
|
298
|
+
});
|
|
299
|
+
export const TsPopover = /*@__PURE__*/ createComponent({
|
|
300
|
+
tagName: 'ts-popover',
|
|
301
|
+
elementClass: TsPopoverElement,
|
|
302
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
303
|
+
react: React,
|
|
304
|
+
events: {
|
|
305
|
+
onTsOpen: 'tsOpen',
|
|
306
|
+
onTsClose: 'tsClose'
|
|
307
|
+
},
|
|
308
|
+
defineCustomElement: defineTsPopover
|
|
309
|
+
});
|
|
310
|
+
export const TsProgress = /*@__PURE__*/ createComponent({
|
|
311
|
+
tagName: 'ts-progress',
|
|
312
|
+
elementClass: TsProgressElement,
|
|
313
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
314
|
+
react: React,
|
|
315
|
+
events: {},
|
|
316
|
+
defineCustomElement: defineTsProgress
|
|
317
|
+
});
|
|
318
|
+
export const TsRadio = /*@__PURE__*/ createComponent({
|
|
319
|
+
tagName: 'ts-radio',
|
|
320
|
+
elementClass: TsRadioElement,
|
|
321
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
322
|
+
react: React,
|
|
323
|
+
events: { onTsChange: 'tsChange' },
|
|
324
|
+
defineCustomElement: defineTsRadio
|
|
325
|
+
});
|
|
326
|
+
export const TsRow = /*@__PURE__*/ createComponent({
|
|
327
|
+
tagName: 'ts-row',
|
|
328
|
+
elementClass: TsRowElement,
|
|
329
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
330
|
+
react: React,
|
|
331
|
+
events: {},
|
|
332
|
+
defineCustomElement: defineTsRow
|
|
333
|
+
});
|
|
334
|
+
export const TsSelect = /*@__PURE__*/ createComponent({
|
|
335
|
+
tagName: 'ts-select',
|
|
336
|
+
elementClass: TsSelectElement,
|
|
337
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
338
|
+
react: React,
|
|
339
|
+
events: {
|
|
340
|
+
onTsChange: 'tsChange',
|
|
341
|
+
onTsFocus: 'tsFocus',
|
|
342
|
+
onTsBlur: 'tsBlur'
|
|
343
|
+
},
|
|
344
|
+
defineCustomElement: defineTsSelect
|
|
345
|
+
});
|
|
346
|
+
export const TsSkeleton = /*@__PURE__*/ createComponent({
|
|
347
|
+
tagName: 'ts-skeleton',
|
|
348
|
+
elementClass: TsSkeletonElement,
|
|
349
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
350
|
+
react: React,
|
|
351
|
+
events: {},
|
|
352
|
+
defineCustomElement: defineTsSkeleton
|
|
353
|
+
});
|
|
354
|
+
export const TsSlider = /*@__PURE__*/ createComponent({
|
|
355
|
+
tagName: 'ts-slider',
|
|
356
|
+
elementClass: TsSliderElement,
|
|
357
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
358
|
+
react: React,
|
|
359
|
+
events: {
|
|
360
|
+
onTsInput: 'tsInput',
|
|
361
|
+
onTsChange: 'tsChange'
|
|
362
|
+
},
|
|
363
|
+
defineCustomElement: defineTsSlider
|
|
364
|
+
});
|
|
365
|
+
export const TsSpacer = /*@__PURE__*/ createComponent({
|
|
366
|
+
tagName: 'ts-spacer',
|
|
367
|
+
elementClass: TsSpacerElement,
|
|
368
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
369
|
+
react: React,
|
|
370
|
+
events: {},
|
|
371
|
+
defineCustomElement: defineTsSpacer
|
|
372
|
+
});
|
|
373
|
+
export const TsSpinner = /*@__PURE__*/ createComponent({
|
|
374
|
+
tagName: 'ts-spinner',
|
|
375
|
+
elementClass: TsSpinnerElement,
|
|
376
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
377
|
+
react: React,
|
|
378
|
+
events: {},
|
|
379
|
+
defineCustomElement: defineTsSpinner
|
|
380
|
+
});
|
|
381
|
+
export const TsStack = /*@__PURE__*/ createComponent({
|
|
382
|
+
tagName: 'ts-stack',
|
|
383
|
+
elementClass: TsStackElement,
|
|
384
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
385
|
+
react: React,
|
|
386
|
+
events: {},
|
|
387
|
+
defineCustomElement: defineTsStack
|
|
388
|
+
});
|
|
389
|
+
export const TsStep = /*@__PURE__*/ createComponent({
|
|
390
|
+
tagName: 'ts-step',
|
|
391
|
+
elementClass: TsStepElement,
|
|
392
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
393
|
+
react: React,
|
|
394
|
+
events: {},
|
|
395
|
+
defineCustomElement: defineTsStep
|
|
396
|
+
});
|
|
397
|
+
export const TsStepper = /*@__PURE__*/ createComponent({
|
|
398
|
+
tagName: 'ts-stepper',
|
|
399
|
+
elementClass: TsStepperElement,
|
|
400
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
401
|
+
react: React,
|
|
402
|
+
events: {},
|
|
403
|
+
defineCustomElement: defineTsStepper
|
|
404
|
+
});
|
|
405
|
+
export const TsSwitchGroup = /*@__PURE__*/ createComponent({
|
|
406
|
+
tagName: 'ts-switch-group',
|
|
407
|
+
elementClass: TsSwitchGroupElement,
|
|
408
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
409
|
+
react: React,
|
|
410
|
+
events: { onTsChange: 'tsChange' },
|
|
411
|
+
defineCustomElement: defineTsSwitchGroup
|
|
412
|
+
});
|
|
413
|
+
export const TsSwitchOption = /*@__PURE__*/ createComponent({
|
|
414
|
+
tagName: 'ts-switch-option',
|
|
415
|
+
elementClass: TsSwitchOptionElement,
|
|
416
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
417
|
+
react: React,
|
|
418
|
+
events: {},
|
|
419
|
+
defineCustomElement: defineTsSwitchOption
|
|
420
|
+
});
|
|
421
|
+
export const TsTabPanel = /*@__PURE__*/ createComponent({
|
|
422
|
+
tagName: 'ts-tab-panel',
|
|
423
|
+
elementClass: TsTabPanelElement,
|
|
424
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
425
|
+
react: React,
|
|
426
|
+
events: {},
|
|
427
|
+
defineCustomElement: defineTsTabPanel
|
|
428
|
+
});
|
|
429
|
+
export const TsTable = /*@__PURE__*/ createComponent({
|
|
430
|
+
tagName: 'ts-table',
|
|
431
|
+
elementClass: TsTableElement,
|
|
432
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
433
|
+
react: React,
|
|
434
|
+
events: {},
|
|
435
|
+
defineCustomElement: defineTsTable
|
|
436
|
+
});
|
|
437
|
+
export const TsTabs = /*@__PURE__*/ createComponent({
|
|
438
|
+
tagName: 'ts-tabs',
|
|
439
|
+
elementClass: TsTabsElement,
|
|
440
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
441
|
+
react: React,
|
|
442
|
+
events: { onTsChange: 'tsChange' },
|
|
443
|
+
defineCustomElement: defineTsTabs
|
|
444
|
+
});
|
|
445
|
+
export const TsTextarea = /*@__PURE__*/ createComponent({
|
|
446
|
+
tagName: 'ts-textarea',
|
|
447
|
+
elementClass: TsTextareaElement,
|
|
448
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
449
|
+
react: React,
|
|
450
|
+
events: {
|
|
451
|
+
onTsInput: 'tsInput',
|
|
452
|
+
onTsChange: 'tsChange',
|
|
453
|
+
onTsFocus: 'tsFocus',
|
|
454
|
+
onTsBlur: 'tsBlur'
|
|
455
|
+
},
|
|
456
|
+
defineCustomElement: defineTsTextarea
|
|
457
|
+
});
|
|
458
|
+
export const TsToast = /*@__PURE__*/ createComponent({
|
|
459
|
+
tagName: 'ts-toast',
|
|
460
|
+
elementClass: TsToastElement,
|
|
461
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
462
|
+
react: React,
|
|
463
|
+
events: { onTsClose: 'tsClose' },
|
|
464
|
+
defineCustomElement: defineTsToast
|
|
465
|
+
});
|
|
466
|
+
export const TsToggle = /*@__PURE__*/ createComponent({
|
|
467
|
+
tagName: 'ts-toggle',
|
|
468
|
+
elementClass: TsToggleElement,
|
|
469
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
470
|
+
react: React,
|
|
471
|
+
events: { onTsChange: 'tsChange' },
|
|
472
|
+
defineCustomElement: defineTsToggle
|
|
473
|
+
});
|
|
474
|
+
export const TsToolbar = /*@__PURE__*/ createComponent({
|
|
475
|
+
tagName: 'ts-toolbar',
|
|
476
|
+
elementClass: TsToolbarElement,
|
|
477
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
478
|
+
react: React,
|
|
479
|
+
events: {},
|
|
480
|
+
defineCustomElement: defineTsToolbar
|
|
481
|
+
});
|
|
482
|
+
export const TsTooltip = /*@__PURE__*/ createComponent({
|
|
483
|
+
tagName: 'ts-tooltip',
|
|
484
|
+
elementClass: TsTooltipElement,
|
|
485
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
486
|
+
react: React,
|
|
487
|
+
events: {},
|
|
488
|
+
defineCustomElement: defineTsTooltip
|
|
489
|
+
});
|
|
490
|
+
export const TsTree = /*@__PURE__*/ createComponent({
|
|
491
|
+
tagName: 'ts-tree',
|
|
492
|
+
elementClass: TsTreeElement,
|
|
493
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
494
|
+
react: React,
|
|
495
|
+
events: {},
|
|
496
|
+
defineCustomElement: defineTsTree
|
|
497
|
+
});
|
|
498
|
+
export const TsTreeItem = /*@__PURE__*/ createComponent({
|
|
499
|
+
tagName: 'ts-tree-item',
|
|
500
|
+
elementClass: TsTreeItemElement,
|
|
501
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
502
|
+
react: React,
|
|
503
|
+
events: {
|
|
504
|
+
onTsToggle: 'tsToggle',
|
|
505
|
+
onTsSelect: 'tsSelect'
|
|
506
|
+
},
|
|
507
|
+
defineCustomElement: defineTsTreeItem
|
|
508
|
+
});
|
package/package.json
ADDED
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@tessera-ui/react",
|
|
3
|
+
"version": "0.4.0",
|
|
4
|
+
"description": "React wrappers for Tessera UI web components",
|
|
5
|
+
"main": "dist/index.cjs.js",
|
|
6
|
+
"module": "dist/index.js",
|
|
7
|
+
"types": "dist/index.d.ts",
|
|
8
|
+
"files": [
|
|
9
|
+
"dist/"
|
|
10
|
+
],
|
|
11
|
+
"peerDependencies": {
|
|
12
|
+
"react": ">=17.0.0",
|
|
13
|
+
"react-dom": ">=17.0.0",
|
|
14
|
+
"@tessera-ui/core": "0.4.0"
|
|
15
|
+
},
|
|
16
|
+
"devDependencies": {
|
|
17
|
+
"@types/react": "^18.3.0",
|
|
18
|
+
"react": "^18.3.0",
|
|
19
|
+
"typescript": "^5.6.0"
|
|
20
|
+
},
|
|
21
|
+
"repository": {
|
|
22
|
+
"type": "git",
|
|
23
|
+
"url": "https://github.com/jkguidaven/tessera-ui",
|
|
24
|
+
"directory": "packages/react"
|
|
25
|
+
},
|
|
26
|
+
"license": "MIT",
|
|
27
|
+
"scripts": {
|
|
28
|
+
"build": "tsc -p tsconfig.json"
|
|
29
|
+
}
|
|
30
|
+
}
|