@desynth/web-components-react 13.11.25-alpha.4 → 14.9.26-alpha.1
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.d.ts +312 -8
- package/dist/components.js +560 -8
- package/package.json +40 -46
- package/readme.md +225 -11
package/dist/components.js
CHANGED
|
@@ -1,32 +1,88 @@
|
|
|
1
1
|
'use client';
|
|
2
2
|
import { DesynthAccordion as DesynthAccordionElement, defineCustomElement as defineDesynthAccordion } from "@desynth/web-components/dist/desynth-accordion.js";
|
|
3
|
+
import { DesynthActions as DesynthActionsElement, defineCustomElement as defineDesynthActions } from "@desynth/web-components/dist/desynth-actions.js";
|
|
4
|
+
import { DesynthAgentChat as DesynthAgentChatElement, defineCustomElement as defineDesynthAgentChat } from "@desynth/web-components/dist/desynth-agent-chat.js";
|
|
3
5
|
import { DesynthAlert as DesynthAlertElement, defineCustomElement as defineDesynthAlert } from "@desynth/web-components/dist/desynth-alert.js";
|
|
6
|
+
import { DesynthAreaBlock as DesynthAreaBlockElement, defineCustomElement as defineDesynthAreaBlock } from "@desynth/web-components/dist/desynth-area-block.js";
|
|
7
|
+
import { DesynthBarChart as DesynthBarChartElement, defineCustomElement as defineDesynthBarChart } from "@desynth/web-components/dist/desynth-bar-chart.js";
|
|
8
|
+
import { DesynthBookCard as DesynthBookCardElement, defineCustomElement as defineDesynthBookCard } from "@desynth/web-components/dist/desynth-book-card.js";
|
|
9
|
+
import { DesynthBottomNav as DesynthBottomNavElement, defineCustomElement as defineDesynthBottomNav } from "@desynth/web-components/dist/desynth-bottom-nav.js";
|
|
4
10
|
import { DesynthBreadcrumb as DesynthBreadcrumbElement, defineCustomElement as defineDesynthBreadcrumb } from "@desynth/web-components/dist/desynth-breadcrumb.js";
|
|
5
11
|
import { DesynthButtonSlider as DesynthButtonSliderElement, defineCustomElement as defineDesynthButtonSlider } from "@desynth/web-components/dist/desynth-button-slider.js";
|
|
6
12
|
import { DesynthButton as DesynthButtonElement, defineCustomElement as defineDesynthButton } from "@desynth/web-components/dist/desynth-button.js";
|
|
13
|
+
import { DesynthCalendar as DesynthCalendarElement, defineCustomElement as defineDesynthCalendar } from "@desynth/web-components/dist/desynth-calendar.js";
|
|
14
|
+
import { DesynthCallout as DesynthCalloutElement, defineCustomElement as defineDesynthCallout } from "@desynth/web-components/dist/desynth-callout.js";
|
|
15
|
+
import { DesynthCardGrid as DesynthCardGridElement, defineCustomElement as defineDesynthCardGrid } from "@desynth/web-components/dist/desynth-card-grid.js";
|
|
7
16
|
import { DesynthCard as DesynthCardElement, defineCustomElement as defineDesynthCard } from "@desynth/web-components/dist/desynth-card.js";
|
|
17
|
+
import { DesynthCenter as DesynthCenterElement, defineCustomElement as defineDesynthCenter } from "@desynth/web-components/dist/desynth-center.js";
|
|
18
|
+
import { DesynthChat as DesynthChatElement, defineCustomElement as defineDesynthChat } from "@desynth/web-components/dist/desynth-chat.js";
|
|
19
|
+
import { DesynthCheckList as DesynthCheckListElement, defineCustomElement as defineDesynthCheckList } from "@desynth/web-components/dist/desynth-check-list.js";
|
|
8
20
|
import { DesynthCheckbox as DesynthCheckboxElement, defineCustomElement as defineDesynthCheckbox } from "@desynth/web-components/dist/desynth-checkbox.js";
|
|
21
|
+
import { DesynthCheckout as DesynthCheckoutElement, defineCustomElement as defineDesynthCheckout } from "@desynth/web-components/dist/desynth-checkout.js";
|
|
22
|
+
import { DesynthChipSelect as DesynthChipSelectElement, defineCustomElement as defineDesynthChipSelect } from "@desynth/web-components/dist/desynth-chip-select.js";
|
|
23
|
+
import { DesynthCtaBlock as DesynthCtaBlockElement, defineCustomElement as defineDesynthCtaBlock } from "@desynth/web-components/dist/desynth-cta-block.js";
|
|
24
|
+
import { DesynthDataTable as DesynthDataTableElement, defineCustomElement as defineDesynthDataTable } from "@desynth/web-components/dist/desynth-data-table.js";
|
|
9
25
|
import { DesynthDatePicker as DesynthDatePickerElement, defineCustomElement as defineDesynthDatePicker } from "@desynth/web-components/dist/desynth-date-picker.js";
|
|
26
|
+
import { DesynthDeepSection as DesynthDeepSectionElement, defineCustomElement as defineDesynthDeepSection } from "@desynth/web-components/dist/desynth-deep-section.js";
|
|
10
27
|
import { DesynthDivider as DesynthDividerElement, defineCustomElement as defineDesynthDivider } from "@desynth/web-components/dist/desynth-divider.js";
|
|
28
|
+
import { DesynthDonutChart as DesynthDonutChartElement, defineCustomElement as defineDesynthDonutChart } from "@desynth/web-components/dist/desynth-donut-chart.js";
|
|
11
29
|
import { DesynthDrawer as DesynthDrawerElement, defineCustomElement as defineDesynthDrawer } from "@desynth/web-components/dist/desynth-drawer.js";
|
|
12
30
|
import { DesynthDropFile as DesynthDropFileElement, defineCustomElement as defineDesynthDropFile } from "@desynth/web-components/dist/desynth-drop-file.js";
|
|
31
|
+
import { DesynthDropdown as DesynthDropdownElement, defineCustomElement as defineDesynthDropdown } from "@desynth/web-components/dist/desynth-dropdown.js";
|
|
32
|
+
import { DesynthEmpty as DesynthEmptyElement, defineCustomElement as defineDesynthEmpty } from "@desynth/web-components/dist/desynth-empty.js";
|
|
33
|
+
import { DesynthFeatureCard as DesynthFeatureCardElement, defineCustomElement as defineDesynthFeatureCard } from "@desynth/web-components/dist/desynth-feature-card.js";
|
|
34
|
+
import { DesynthFeed as DesynthFeedElement, defineCustomElement as defineDesynthFeed } from "@desynth/web-components/dist/desynth-feed.js";
|
|
35
|
+
import { DesynthFilterCard as DesynthFilterCardElement, defineCustomElement as defineDesynthFilterCard } from "@desynth/web-components/dist/desynth-filter-card.js";
|
|
13
36
|
import { DesynthForm as DesynthFormElement, defineCustomElement as defineDesynthForm } from "@desynth/web-components/dist/desynth-form.js";
|
|
37
|
+
import { DesynthGalleryCard as DesynthGalleryCardElement, defineCustomElement as defineDesynthGalleryCard } from "@desynth/web-components/dist/desynth-gallery-card.js";
|
|
14
38
|
import { DesynthGrid as DesynthGridElement, defineCustomElement as defineDesynthGrid } from "@desynth/web-components/dist/desynth-grid.js";
|
|
39
|
+
import { DesynthHbarChart as DesynthHbarChartElement, defineCustomElement as defineDesynthHbarChart } from "@desynth/web-components/dist/desynth-hbar-chart.js";
|
|
15
40
|
import { DesynthHeader as DesynthHeaderElement, defineCustomElement as defineDesynthHeader } from "@desynth/web-components/dist/desynth-header.js";
|
|
41
|
+
import { DesynthHeroPanel as DesynthHeroPanelElement, defineCustomElement as defineDesynthHeroPanel } from "@desynth/web-components/dist/desynth-hero-panel.js";
|
|
42
|
+
import { DesynthInboxItem as DesynthInboxItemElement, defineCustomElement as defineDesynthInboxItem } from "@desynth/web-components/dist/desynth-inbox-item.js";
|
|
43
|
+
import { DesynthInbox as DesynthInboxElement, defineCustomElement as defineDesynthInbox } from "@desynth/web-components/dist/desynth-inbox.js";
|
|
44
|
+
import { DesynthInfoCard as DesynthInfoCardElement, defineCustomElement as defineDesynthInfoCard } from "@desynth/web-components/dist/desynth-info-card.js";
|
|
45
|
+
import { DesynthIntegCard as DesynthIntegCardElement, defineCustomElement as defineDesynthIntegCard } from "@desynth/web-components/dist/desynth-integ-card.js";
|
|
46
|
+
import { DesynthKanban as DesynthKanbanElement, defineCustomElement as defineDesynthKanban } from "@desynth/web-components/dist/desynth-kanban.js";
|
|
47
|
+
import { DesynthKpiCard as DesynthKpiCardElement, defineCustomElement as defineDesynthKpiCard } from "@desynth/web-components/dist/desynth-kpi-card.js";
|
|
48
|
+
import { DesynthKv as DesynthKvElement, defineCustomElement as defineDesynthKv } from "@desynth/web-components/dist/desynth-kv.js";
|
|
16
49
|
import { DesynthList as DesynthListElement, defineCustomElement as defineDesynthList } from "@desynth/web-components/dist/desynth-list.js";
|
|
50
|
+
import { DesynthListingCard as DesynthListingCardElement, defineCustomElement as defineDesynthListingCard } from "@desynth/web-components/dist/desynth-listing-card.js";
|
|
17
51
|
import { DesynthLoader as DesynthLoaderElement, defineCustomElement as defineDesynthLoader } from "@desynth/web-components/dist/desynth-loader.js";
|
|
52
|
+
import { DesynthMaterialList as DesynthMaterialListElement, defineCustomElement as defineDesynthMaterialList } from "@desynth/web-components/dist/desynth-material-list.js";
|
|
18
53
|
import { DesynthModal as DesynthModalElement, defineCustomElement as defineDesynthModal } from "@desynth/web-components/dist/desynth-modal.js";
|
|
19
54
|
import { DesynthMultiStepper as DesynthMultiStepperElement, defineCustomElement as defineDesynthMultiStepper } from "@desynth/web-components/dist/desynth-multi-stepper.js";
|
|
55
|
+
import { DesynthNav as DesynthNavElement, defineCustomElement as defineDesynthNav } from "@desynth/web-components/dist/desynth-nav.js";
|
|
56
|
+
import { DesynthPage as DesynthPageElement, defineCustomElement as defineDesynthPage } from "@desynth/web-components/dist/desynth-page.js";
|
|
57
|
+
import { DesynthPanel as DesynthPanelElement, defineCustomElement as defineDesynthPanel } from "@desynth/web-components/dist/desynth-panel.js";
|
|
20
58
|
import { DesynthPaper as DesynthPaperElement, defineCustomElement as defineDesynthPaper } from "@desynth/web-components/dist/desynth-paper.js";
|
|
59
|
+
import { DesynthParagraph as DesynthParagraphElement, defineCustomElement as defineDesynthParagraph } from "@desynth/web-components/dist/desynth-paragraph.js";
|
|
60
|
+
import { DesynthPickerList as DesynthPickerListElement, defineCustomElement as defineDesynthPickerList } from "@desynth/web-components/dist/desynth-picker-list.js";
|
|
21
61
|
import { DesynthRating as DesynthRatingElement, defineCustomElement as defineDesynthRating } from "@desynth/web-components/dist/desynth-rating.js";
|
|
62
|
+
import { DesynthReader as DesynthReaderElement, defineCustomElement as defineDesynthReader } from "@desynth/web-components/dist/desynth-reader.js";
|
|
22
63
|
import { DesynthRenderer as DesynthRendererElement, defineCustomElement as defineDesynthRenderer } from "@desynth/web-components/dist/desynth-renderer.js";
|
|
64
|
+
import { DesynthScreen as DesynthScreenElement, defineCustomElement as defineDesynthScreen } from "@desynth/web-components/dist/desynth-screen.js";
|
|
65
|
+
import { DesynthSectionHead as DesynthSectionHeadElement, defineCustomElement as defineDesynthSectionHead } from "@desynth/web-components/dist/desynth-section-head.js";
|
|
66
|
+
import { DesynthSectionHero as DesynthSectionHeroElement, defineCustomElement as defineDesynthSectionHero } from "@desynth/web-components/dist/desynth-section-hero.js";
|
|
23
67
|
import { DesynthSelect as DesynthSelectElement, defineCustomElement as defineDesynthSelect } from "@desynth/web-components/dist/desynth-select.js";
|
|
68
|
+
import { DesynthShell as DesynthShellElement, defineCustomElement as defineDesynthShell } from "@desynth/web-components/dist/desynth-shell.js";
|
|
69
|
+
import { DesynthSidebar as DesynthSidebarElement, defineCustomElement as defineDesynthSidebar } from "@desynth/web-components/dist/desynth-sidebar.js";
|
|
70
|
+
import { DesynthSiteFooter as DesynthSiteFooterElement, defineCustomElement as defineDesynthSiteFooter } from "@desynth/web-components/dist/desynth-site-footer.js";
|
|
71
|
+
import { DesynthStatGrid as DesynthStatGridElement, defineCustomElement as defineDesynthStatGrid } from "@desynth/web-components/dist/desynth-stat-grid.js";
|
|
72
|
+
import { DesynthStats as DesynthStatsElement, defineCustomElement as defineDesynthStats } from "@desynth/web-components/dist/desynth-stats.js";
|
|
73
|
+
import { DesynthStatusPill as DesynthStatusPillElement, defineCustomElement as defineDesynthStatusPill } from "@desynth/web-components/dist/desynth-status-pill.js";
|
|
24
74
|
import { DesynthStepStepper as DesynthStepStepperElement, defineCustomElement as defineDesynthStepStepper } from "@desynth/web-components/dist/desynth-step-stepper.js";
|
|
25
75
|
import { DesynthSwitch as DesynthSwitchElement, defineCustomElement as defineDesynthSwitch } from "@desynth/web-components/dist/desynth-switch.js";
|
|
26
76
|
import { DesynthTable as DesynthTableElement, defineCustomElement as defineDesynthTable } from "@desynth/web-components/dist/desynth-table.js";
|
|
77
|
+
import { DesynthTabs as DesynthTabsElement, defineCustomElement as defineDesynthTabs } from "@desynth/web-components/dist/desynth-tabs.js";
|
|
78
|
+
import { DesynthTechGrid as DesynthTechGridElement, defineCustomElement as defineDesynthTechGrid } from "@desynth/web-components/dist/desynth-tech-grid.js";
|
|
27
79
|
import { DesynthTextArea as DesynthTextAreaElement, defineCustomElement as defineDesynthTextArea } from "@desynth/web-components/dist/desynth-text-area.js";
|
|
28
80
|
import { DesynthTextInput as DesynthTextInputElement, defineCustomElement as defineDesynthTextInput } from "@desynth/web-components/dist/desynth-text-input.js";
|
|
81
|
+
import { DesynthText as DesynthTextElement, defineCustomElement as defineDesynthText } from "@desynth/web-components/dist/desynth-text.js";
|
|
82
|
+
import { DesynthThumbPicker as DesynthThumbPickerElement, defineCustomElement as defineDesynthThumbPicker } from "@desynth/web-components/dist/desynth-thumb-picker.js";
|
|
29
83
|
import { DesynthTooltip as DesynthTooltipElement, defineCustomElement as defineDesynthTooltip } from "@desynth/web-components/dist/desynth-tooltip.js";
|
|
84
|
+
import { DesynthUpload as DesynthUploadElement, defineCustomElement as defineDesynthUpload } from "@desynth/web-components/dist/desynth-upload.js";
|
|
85
|
+
import { DesynthVoiceInput as DesynthVoiceInputElement, defineCustomElement as defineDesynthVoiceInput } from "@desynth/web-components/dist/desynth-voice-input.js";
|
|
30
86
|
import { HorizontalCards as HorizontalCardsElement, defineCustomElement as defineHorizontalCards } from "@desynth/web-components/dist/horizontal-cards.js";
|
|
31
87
|
import { HtmlEditor as HtmlEditorElement, defineCustomElement as defineHtmlEditor } from "@desynth/web-components/dist/html-editor.js";
|
|
32
88
|
import { createComponent } from '@stencil/react-output-target/runtime';
|
|
@@ -39,6 +95,32 @@ export const DesynthAccordion = /*@__PURE__*/ createComponent({
|
|
|
39
95
|
events: {},
|
|
40
96
|
defineCustomElement: defineDesynthAccordion
|
|
41
97
|
});
|
|
98
|
+
export const DesynthActions = /*@__PURE__*/ createComponent({
|
|
99
|
+
tagName: 'desynth-actions',
|
|
100
|
+
elementClass: DesynthActionsElement,
|
|
101
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
102
|
+
react: React,
|
|
103
|
+
events: {},
|
|
104
|
+
defineCustomElement: defineDesynthActions
|
|
105
|
+
});
|
|
106
|
+
export const DesynthAgentChat = /*@__PURE__*/ createComponent({
|
|
107
|
+
tagName: 'desynth-agent-chat',
|
|
108
|
+
elementClass: DesynthAgentChatElement,
|
|
109
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
110
|
+
react: React,
|
|
111
|
+
events: {
|
|
112
|
+
onHandleInput: 'handleInput',
|
|
113
|
+
onHandleSend: 'handleSend',
|
|
114
|
+
onHandleEnter: 'handleEnter',
|
|
115
|
+
onHandleSuggestion: 'handleSuggestion',
|
|
116
|
+
onHandleToggleGallery: 'handleToggleGallery',
|
|
117
|
+
onHandleCloseGallery: 'handleCloseGallery',
|
|
118
|
+
onHandlePickGallery: 'handlePickGallery',
|
|
119
|
+
onHandleRemoveAttachment: 'handleRemoveAttachment',
|
|
120
|
+
onHandleToggleMode: 'handleToggleMode'
|
|
121
|
+
},
|
|
122
|
+
defineCustomElement: defineDesynthAgentChat
|
|
123
|
+
});
|
|
42
124
|
export const DesynthAlert = /*@__PURE__*/ createComponent({
|
|
43
125
|
tagName: 'desynth-alert',
|
|
44
126
|
elementClass: DesynthAlertElement,
|
|
@@ -51,15 +133,46 @@ export const DesynthAlert = /*@__PURE__*/ createComponent({
|
|
|
51
133
|
},
|
|
52
134
|
defineCustomElement: defineDesynthAlert
|
|
53
135
|
});
|
|
136
|
+
export const DesynthAreaBlock = /*@__PURE__*/ createComponent({
|
|
137
|
+
tagName: 'desynth-area-block',
|
|
138
|
+
elementClass: DesynthAreaBlockElement,
|
|
139
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
140
|
+
react: React,
|
|
141
|
+
events: {},
|
|
142
|
+
defineCustomElement: defineDesynthAreaBlock
|
|
143
|
+
});
|
|
144
|
+
export const DesynthBarChart = /*@__PURE__*/ createComponent({
|
|
145
|
+
tagName: 'desynth-bar-chart',
|
|
146
|
+
elementClass: DesynthBarChartElement,
|
|
147
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
148
|
+
react: React,
|
|
149
|
+
events: {},
|
|
150
|
+
defineCustomElement: defineDesynthBarChart
|
|
151
|
+
});
|
|
152
|
+
export const DesynthBookCard = /*@__PURE__*/ createComponent({
|
|
153
|
+
tagName: 'desynth-book-card',
|
|
154
|
+
elementClass: DesynthBookCardElement,
|
|
155
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
156
|
+
react: React,
|
|
157
|
+
events: {},
|
|
158
|
+
defineCustomElement: defineDesynthBookCard
|
|
159
|
+
});
|
|
160
|
+
export const DesynthBottomNav = /*@__PURE__*/ createComponent({
|
|
161
|
+
tagName: 'desynth-bottom-nav',
|
|
162
|
+
elementClass: DesynthBottomNavElement,
|
|
163
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
164
|
+
react: React,
|
|
165
|
+
events: { onHandleNavigate: 'handleNavigate' },
|
|
166
|
+
defineCustomElement: defineDesynthBottomNav
|
|
167
|
+
});
|
|
54
168
|
export const DesynthBreadcrumb = /*@__PURE__*/ createComponent({
|
|
55
169
|
tagName: 'desynth-breadcrumb',
|
|
56
170
|
elementClass: DesynthBreadcrumbElement,
|
|
57
171
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
58
172
|
react: React,
|
|
59
173
|
events: {
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
onHandleBlur: 'handleBlur'
|
|
174
|
+
onHandleNavigate: 'handleNavigate',
|
|
175
|
+
onHandleBack: 'handleBack'
|
|
63
176
|
},
|
|
64
177
|
defineCustomElement: defineDesynthBreadcrumb
|
|
65
178
|
});
|
|
@@ -83,6 +196,26 @@ export const DesynthButtonSlider = /*@__PURE__*/ createComponent({
|
|
|
83
196
|
events: {},
|
|
84
197
|
defineCustomElement: defineDesynthButtonSlider
|
|
85
198
|
});
|
|
199
|
+
export const DesynthCalendar = /*@__PURE__*/ createComponent({
|
|
200
|
+
tagName: 'desynth-calendar',
|
|
201
|
+
elementClass: DesynthCalendarElement,
|
|
202
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
203
|
+
react: React,
|
|
204
|
+
events: {
|
|
205
|
+
onHandleDrop: 'handleDrop',
|
|
206
|
+
onHandleEdit: 'handleEdit',
|
|
207
|
+
onHandleRemove: 'handleRemove'
|
|
208
|
+
},
|
|
209
|
+
defineCustomElement: defineDesynthCalendar
|
|
210
|
+
});
|
|
211
|
+
export const DesynthCallout = /*@__PURE__*/ createComponent({
|
|
212
|
+
tagName: 'desynth-callout',
|
|
213
|
+
elementClass: DesynthCalloutElement,
|
|
214
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
215
|
+
react: React,
|
|
216
|
+
events: {},
|
|
217
|
+
defineCustomElement: defineDesynthCallout
|
|
218
|
+
});
|
|
86
219
|
export const DesynthCard = /*@__PURE__*/ createComponent({
|
|
87
220
|
tagName: 'desynth-card',
|
|
88
221
|
elementClass: DesynthCardElement,
|
|
@@ -91,6 +224,46 @@ export const DesynthCard = /*@__PURE__*/ createComponent({
|
|
|
91
224
|
events: {},
|
|
92
225
|
defineCustomElement: defineDesynthCard
|
|
93
226
|
});
|
|
227
|
+
export const DesynthCardGrid = /*@__PURE__*/ createComponent({
|
|
228
|
+
tagName: 'desynth-card-grid',
|
|
229
|
+
elementClass: DesynthCardGridElement,
|
|
230
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
231
|
+
react: React,
|
|
232
|
+
events: {},
|
|
233
|
+
defineCustomElement: defineDesynthCardGrid
|
|
234
|
+
});
|
|
235
|
+
export const DesynthCenter = /*@__PURE__*/ createComponent({
|
|
236
|
+
tagName: 'desynth-center',
|
|
237
|
+
elementClass: DesynthCenterElement,
|
|
238
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
239
|
+
react: React,
|
|
240
|
+
events: {},
|
|
241
|
+
defineCustomElement: defineDesynthCenter
|
|
242
|
+
});
|
|
243
|
+
export const DesynthChat = /*@__PURE__*/ createComponent({
|
|
244
|
+
tagName: 'desynth-chat',
|
|
245
|
+
elementClass: DesynthChatElement,
|
|
246
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
247
|
+
react: React,
|
|
248
|
+
events: {
|
|
249
|
+
onHandleStatus: 'handleStatus',
|
|
250
|
+
onHandleReply: 'handleReply',
|
|
251
|
+
onHandleSend: 'handleSend',
|
|
252
|
+
onHandleEnter: 'handleEnter'
|
|
253
|
+
},
|
|
254
|
+
defineCustomElement: defineDesynthChat
|
|
255
|
+
});
|
|
256
|
+
export const DesynthCheckList = /*@__PURE__*/ createComponent({
|
|
257
|
+
tagName: 'desynth-check-list',
|
|
258
|
+
elementClass: DesynthCheckListElement,
|
|
259
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
260
|
+
react: React,
|
|
261
|
+
events: {
|
|
262
|
+
onHandleToggle: 'handleToggle',
|
|
263
|
+
onHandleItemSelect: 'handleItemSelect'
|
|
264
|
+
},
|
|
265
|
+
defineCustomElement: defineDesynthCheckList
|
|
266
|
+
});
|
|
94
267
|
export const DesynthCheckbox = /*@__PURE__*/ createComponent({
|
|
95
268
|
tagName: 'desynth-checkbox',
|
|
96
269
|
elementClass: DesynthCheckboxElement,
|
|
@@ -99,6 +272,44 @@ export const DesynthCheckbox = /*@__PURE__*/ createComponent({
|
|
|
99
272
|
events: { onHandleClick: 'handleClick' },
|
|
100
273
|
defineCustomElement: defineDesynthCheckbox
|
|
101
274
|
});
|
|
275
|
+
export const DesynthCheckout = /*@__PURE__*/ createComponent({
|
|
276
|
+
tagName: 'desynth-checkout',
|
|
277
|
+
elementClass: DesynthCheckoutElement,
|
|
278
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
279
|
+
react: React,
|
|
280
|
+
events: {
|
|
281
|
+
onHandleClose: 'handleClose',
|
|
282
|
+
onHandleCopy: 'handleCopy',
|
|
283
|
+
onHandleOpen: 'handleOpen',
|
|
284
|
+
onHandleReconcile: 'handleReconcile',
|
|
285
|
+
onHandleReset: 'handleReset'
|
|
286
|
+
},
|
|
287
|
+
defineCustomElement: defineDesynthCheckout
|
|
288
|
+
});
|
|
289
|
+
export const DesynthChipSelect = /*@__PURE__*/ createComponent({
|
|
290
|
+
tagName: 'desynth-chip-select',
|
|
291
|
+
elementClass: DesynthChipSelectElement,
|
|
292
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
293
|
+
react: React,
|
|
294
|
+
events: { onHandleChange: 'handleChange' },
|
|
295
|
+
defineCustomElement: defineDesynthChipSelect
|
|
296
|
+
});
|
|
297
|
+
export const DesynthCtaBlock = /*@__PURE__*/ createComponent({
|
|
298
|
+
tagName: 'desynth-cta-block',
|
|
299
|
+
elementClass: DesynthCtaBlockElement,
|
|
300
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
301
|
+
react: React,
|
|
302
|
+
events: {},
|
|
303
|
+
defineCustomElement: defineDesynthCtaBlock
|
|
304
|
+
});
|
|
305
|
+
export const DesynthDataTable = /*@__PURE__*/ createComponent({
|
|
306
|
+
tagName: 'desynth-data-table',
|
|
307
|
+
elementClass: DesynthDataTableElement,
|
|
308
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
309
|
+
react: React,
|
|
310
|
+
events: { onHandleAction: 'handleAction' },
|
|
311
|
+
defineCustomElement: defineDesynthDataTable
|
|
312
|
+
});
|
|
102
313
|
export const DesynthDatePicker = /*@__PURE__*/ createComponent({
|
|
103
314
|
tagName: 'desynth-date-picker',
|
|
104
315
|
elementClass: DesynthDatePickerElement,
|
|
@@ -107,6 +318,14 @@ export const DesynthDatePicker = /*@__PURE__*/ createComponent({
|
|
|
107
318
|
events: { onDateChanged: 'dateChanged' },
|
|
108
319
|
defineCustomElement: defineDesynthDatePicker
|
|
109
320
|
});
|
|
321
|
+
export const DesynthDeepSection = /*@__PURE__*/ createComponent({
|
|
322
|
+
tagName: 'desynth-deep-section',
|
|
323
|
+
elementClass: DesynthDeepSectionElement,
|
|
324
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
325
|
+
react: React,
|
|
326
|
+
events: {},
|
|
327
|
+
defineCustomElement: defineDesynthDeepSection
|
|
328
|
+
});
|
|
110
329
|
export const DesynthDivider = /*@__PURE__*/ createComponent({
|
|
111
330
|
tagName: 'desynth-divider',
|
|
112
331
|
elementClass: DesynthDividerElement,
|
|
@@ -115,6 +334,14 @@ export const DesynthDivider = /*@__PURE__*/ createComponent({
|
|
|
115
334
|
events: {},
|
|
116
335
|
defineCustomElement: defineDesynthDivider
|
|
117
336
|
});
|
|
337
|
+
export const DesynthDonutChart = /*@__PURE__*/ createComponent({
|
|
338
|
+
tagName: 'desynth-donut-chart',
|
|
339
|
+
elementClass: DesynthDonutChartElement,
|
|
340
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
341
|
+
react: React,
|
|
342
|
+
events: {},
|
|
343
|
+
defineCustomElement: defineDesynthDonutChart
|
|
344
|
+
});
|
|
118
345
|
export const DesynthDrawer = /*@__PURE__*/ createComponent({
|
|
119
346
|
tagName: 'desynth-drawer',
|
|
120
347
|
elementClass: DesynthDrawerElement,
|
|
@@ -135,6 +362,49 @@ export const DesynthDropFile = /*@__PURE__*/ createComponent({
|
|
|
135
362
|
events: { onFilesDropped: 'filesDropped' },
|
|
136
363
|
defineCustomElement: defineDesynthDropFile
|
|
137
364
|
});
|
|
365
|
+
export const DesynthDropdown = /*@__PURE__*/ createComponent({
|
|
366
|
+
tagName: 'desynth-dropdown',
|
|
367
|
+
elementClass: DesynthDropdownElement,
|
|
368
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
369
|
+
react: React,
|
|
370
|
+
events: {},
|
|
371
|
+
defineCustomElement: defineDesynthDropdown
|
|
372
|
+
});
|
|
373
|
+
export const DesynthEmpty = /*@__PURE__*/ createComponent({
|
|
374
|
+
tagName: 'desynth-empty',
|
|
375
|
+
elementClass: DesynthEmptyElement,
|
|
376
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
377
|
+
react: React,
|
|
378
|
+
events: {},
|
|
379
|
+
defineCustomElement: defineDesynthEmpty
|
|
380
|
+
});
|
|
381
|
+
export const DesynthFeatureCard = /*@__PURE__*/ createComponent({
|
|
382
|
+
tagName: 'desynth-feature-card',
|
|
383
|
+
elementClass: DesynthFeatureCardElement,
|
|
384
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
385
|
+
react: React,
|
|
386
|
+
events: {},
|
|
387
|
+
defineCustomElement: defineDesynthFeatureCard
|
|
388
|
+
});
|
|
389
|
+
export const DesynthFeed = /*@__PURE__*/ createComponent({
|
|
390
|
+
tagName: 'desynth-feed',
|
|
391
|
+
elementClass: DesynthFeedElement,
|
|
392
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
393
|
+
react: React,
|
|
394
|
+
events: {},
|
|
395
|
+
defineCustomElement: defineDesynthFeed
|
|
396
|
+
});
|
|
397
|
+
export const DesynthFilterCard = /*@__PURE__*/ createComponent({
|
|
398
|
+
tagName: 'desynth-filter-card',
|
|
399
|
+
elementClass: DesynthFilterCardElement,
|
|
400
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
401
|
+
react: React,
|
|
402
|
+
events: {
|
|
403
|
+
onHandleApply: 'handleApply',
|
|
404
|
+
onHandleClear: 'handleClear'
|
|
405
|
+
},
|
|
406
|
+
defineCustomElement: defineDesynthFilterCard
|
|
407
|
+
});
|
|
138
408
|
export const DesynthForm = /*@__PURE__*/ createComponent({
|
|
139
409
|
tagName: 'desynth-form',
|
|
140
410
|
elementClass: DesynthFormElement,
|
|
@@ -147,6 +417,14 @@ export const DesynthForm = /*@__PURE__*/ createComponent({
|
|
|
147
417
|
},
|
|
148
418
|
defineCustomElement: defineDesynthForm
|
|
149
419
|
});
|
|
420
|
+
export const DesynthGalleryCard = /*@__PURE__*/ createComponent({
|
|
421
|
+
tagName: 'desynth-gallery-card',
|
|
422
|
+
elementClass: DesynthGalleryCardElement,
|
|
423
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
424
|
+
react: React,
|
|
425
|
+
events: {},
|
|
426
|
+
defineCustomElement: defineDesynthGalleryCard
|
|
427
|
+
});
|
|
150
428
|
export const DesynthGrid = /*@__PURE__*/ createComponent({
|
|
151
429
|
tagName: 'desynth-grid',
|
|
152
430
|
elementClass: DesynthGridElement,
|
|
@@ -155,18 +433,86 @@ export const DesynthGrid = /*@__PURE__*/ createComponent({
|
|
|
155
433
|
events: {},
|
|
156
434
|
defineCustomElement: defineDesynthGrid
|
|
157
435
|
});
|
|
436
|
+
export const DesynthHbarChart = /*@__PURE__*/ createComponent({
|
|
437
|
+
tagName: 'desynth-hbar-chart',
|
|
438
|
+
elementClass: DesynthHbarChartElement,
|
|
439
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
440
|
+
react: React,
|
|
441
|
+
events: {},
|
|
442
|
+
defineCustomElement: defineDesynthHbarChart
|
|
443
|
+
});
|
|
158
444
|
export const DesynthHeader = /*@__PURE__*/ createComponent({
|
|
159
445
|
tagName: 'desynth-header',
|
|
160
446
|
elementClass: DesynthHeaderElement,
|
|
161
447
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
162
448
|
react: React,
|
|
163
|
-
events: {
|
|
164
|
-
onHandleClick: 'handleClick',
|
|
165
|
-
onHandleFocus: 'handleFocus',
|
|
166
|
-
onHandleBlur: 'handleBlur'
|
|
167
|
-
},
|
|
449
|
+
events: {},
|
|
168
450
|
defineCustomElement: defineDesynthHeader
|
|
169
451
|
});
|
|
452
|
+
export const DesynthHeroPanel = /*@__PURE__*/ createComponent({
|
|
453
|
+
tagName: 'desynth-hero-panel',
|
|
454
|
+
elementClass: DesynthHeroPanelElement,
|
|
455
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
456
|
+
react: React,
|
|
457
|
+
events: {},
|
|
458
|
+
defineCustomElement: defineDesynthHeroPanel
|
|
459
|
+
});
|
|
460
|
+
export const DesynthInbox = /*@__PURE__*/ createComponent({
|
|
461
|
+
tagName: 'desynth-inbox',
|
|
462
|
+
elementClass: DesynthInboxElement,
|
|
463
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
464
|
+
react: React,
|
|
465
|
+
events: { onHandleBack: 'handleBack' },
|
|
466
|
+
defineCustomElement: defineDesynthInbox
|
|
467
|
+
});
|
|
468
|
+
export const DesynthInboxItem = /*@__PURE__*/ createComponent({
|
|
469
|
+
tagName: 'desynth-inbox-item',
|
|
470
|
+
elementClass: DesynthInboxItemElement,
|
|
471
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
472
|
+
react: React,
|
|
473
|
+
events: { onHandleClick: 'handleClick' },
|
|
474
|
+
defineCustomElement: defineDesynthInboxItem
|
|
475
|
+
});
|
|
476
|
+
export const DesynthInfoCard = /*@__PURE__*/ createComponent({
|
|
477
|
+
tagName: 'desynth-info-card',
|
|
478
|
+
elementClass: DesynthInfoCardElement,
|
|
479
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
480
|
+
react: React,
|
|
481
|
+
events: {},
|
|
482
|
+
defineCustomElement: defineDesynthInfoCard
|
|
483
|
+
});
|
|
484
|
+
export const DesynthIntegCard = /*@__PURE__*/ createComponent({
|
|
485
|
+
tagName: 'desynth-integ-card',
|
|
486
|
+
elementClass: DesynthIntegCardElement,
|
|
487
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
488
|
+
react: React,
|
|
489
|
+
events: {},
|
|
490
|
+
defineCustomElement: defineDesynthIntegCard
|
|
491
|
+
});
|
|
492
|
+
export const DesynthKanban = /*@__PURE__*/ createComponent({
|
|
493
|
+
tagName: 'desynth-kanban',
|
|
494
|
+
elementClass: DesynthKanbanElement,
|
|
495
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
496
|
+
react: React,
|
|
497
|
+
events: { onHandleDrop: 'handleDrop' },
|
|
498
|
+
defineCustomElement: defineDesynthKanban
|
|
499
|
+
});
|
|
500
|
+
export const DesynthKpiCard = /*@__PURE__*/ createComponent({
|
|
501
|
+
tagName: 'desynth-kpi-card',
|
|
502
|
+
elementClass: DesynthKpiCardElement,
|
|
503
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
504
|
+
react: React,
|
|
505
|
+
events: {},
|
|
506
|
+
defineCustomElement: defineDesynthKpiCard
|
|
507
|
+
});
|
|
508
|
+
export const DesynthKv = /*@__PURE__*/ createComponent({
|
|
509
|
+
tagName: 'desynth-kv',
|
|
510
|
+
elementClass: DesynthKvElement,
|
|
511
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
512
|
+
react: React,
|
|
513
|
+
events: {},
|
|
514
|
+
defineCustomElement: defineDesynthKv
|
|
515
|
+
});
|
|
170
516
|
export const DesynthList = /*@__PURE__*/ createComponent({
|
|
171
517
|
tagName: 'desynth-list',
|
|
172
518
|
elementClass: DesynthListElement,
|
|
@@ -175,6 +521,14 @@ export const DesynthList = /*@__PURE__*/ createComponent({
|
|
|
175
521
|
events: { onItemClicked: 'itemClicked' },
|
|
176
522
|
defineCustomElement: defineDesynthList
|
|
177
523
|
});
|
|
524
|
+
export const DesynthListingCard = /*@__PURE__*/ createComponent({
|
|
525
|
+
tagName: 'desynth-listing-card',
|
|
526
|
+
elementClass: DesynthListingCardElement,
|
|
527
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
528
|
+
react: React,
|
|
529
|
+
events: {},
|
|
530
|
+
defineCustomElement: defineDesynthListingCard
|
|
531
|
+
});
|
|
178
532
|
export const DesynthLoader = /*@__PURE__*/ createComponent({
|
|
179
533
|
tagName: 'desynth-loader',
|
|
180
534
|
elementClass: DesynthLoaderElement,
|
|
@@ -183,6 +537,18 @@ export const DesynthLoader = /*@__PURE__*/ createComponent({
|
|
|
183
537
|
events: {},
|
|
184
538
|
defineCustomElement: defineDesynthLoader
|
|
185
539
|
});
|
|
540
|
+
export const DesynthMaterialList = /*@__PURE__*/ createComponent({
|
|
541
|
+
tagName: 'desynth-material-list',
|
|
542
|
+
elementClass: DesynthMaterialListElement,
|
|
543
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
544
|
+
react: React,
|
|
545
|
+
events: {
|
|
546
|
+
onHandleAdd: 'handleAdd',
|
|
547
|
+
onHandleQty: 'handleQty',
|
|
548
|
+
onHandleRemove: 'handleRemove'
|
|
549
|
+
},
|
|
550
|
+
defineCustomElement: defineDesynthMaterialList
|
|
551
|
+
});
|
|
186
552
|
export const DesynthModal = /*@__PURE__*/ createComponent({
|
|
187
553
|
tagName: 'desynth-modal',
|
|
188
554
|
elementClass: DesynthModalElement,
|
|
@@ -203,6 +569,30 @@ export const DesynthMultiStepper = /*@__PURE__*/ createComponent({
|
|
|
203
569
|
events: { onHandleSubmit: 'handleSubmit' },
|
|
204
570
|
defineCustomElement: defineDesynthMultiStepper
|
|
205
571
|
});
|
|
572
|
+
export const DesynthNav = /*@__PURE__*/ createComponent({
|
|
573
|
+
tagName: 'desynth-nav',
|
|
574
|
+
elementClass: DesynthNavElement,
|
|
575
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
576
|
+
react: React,
|
|
577
|
+
events: { onHandleClick: 'handleClick' },
|
|
578
|
+
defineCustomElement: defineDesynthNav
|
|
579
|
+
});
|
|
580
|
+
export const DesynthPage = /*@__PURE__*/ createComponent({
|
|
581
|
+
tagName: 'desynth-page',
|
|
582
|
+
elementClass: DesynthPageElement,
|
|
583
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
584
|
+
react: React,
|
|
585
|
+
events: {},
|
|
586
|
+
defineCustomElement: defineDesynthPage
|
|
587
|
+
});
|
|
588
|
+
export const DesynthPanel = /*@__PURE__*/ createComponent({
|
|
589
|
+
tagName: 'desynth-panel',
|
|
590
|
+
elementClass: DesynthPanelElement,
|
|
591
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
592
|
+
react: React,
|
|
593
|
+
events: {},
|
|
594
|
+
defineCustomElement: defineDesynthPanel
|
|
595
|
+
});
|
|
206
596
|
export const DesynthPaper = /*@__PURE__*/ createComponent({
|
|
207
597
|
tagName: 'desynth-paper',
|
|
208
598
|
elementClass: DesynthPaperElement,
|
|
@@ -211,6 +601,28 @@ export const DesynthPaper = /*@__PURE__*/ createComponent({
|
|
|
211
601
|
events: {},
|
|
212
602
|
defineCustomElement: defineDesynthPaper
|
|
213
603
|
});
|
|
604
|
+
export const DesynthParagraph = /*@__PURE__*/ createComponent({
|
|
605
|
+
tagName: 'desynth-paragraph',
|
|
606
|
+
elementClass: DesynthParagraphElement,
|
|
607
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
608
|
+
react: React,
|
|
609
|
+
events: {
|
|
610
|
+
onHandleEdit: 'handleEdit',
|
|
611
|
+
onHandleDelete: 'handleDelete',
|
|
612
|
+
onHandleRemoveImage: 'handleRemoveImage',
|
|
613
|
+
onHandleAddImage: 'handleAddImage',
|
|
614
|
+
onHandleLinkGallery: 'handleLinkGallery'
|
|
615
|
+
},
|
|
616
|
+
defineCustomElement: defineDesynthParagraph
|
|
617
|
+
});
|
|
618
|
+
export const DesynthPickerList = /*@__PURE__*/ createComponent({
|
|
619
|
+
tagName: 'desynth-picker-list',
|
|
620
|
+
elementClass: DesynthPickerListElement,
|
|
621
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
622
|
+
react: React,
|
|
623
|
+
events: { onHandleToggle: 'handleToggle' },
|
|
624
|
+
defineCustomElement: defineDesynthPickerList
|
|
625
|
+
});
|
|
214
626
|
export const DesynthRating = /*@__PURE__*/ createComponent({
|
|
215
627
|
tagName: 'desynth-rating',
|
|
216
628
|
elementClass: DesynthRatingElement,
|
|
@@ -219,6 +631,14 @@ export const DesynthRating = /*@__PURE__*/ createComponent({
|
|
|
219
631
|
events: { onHandleChange: 'handleChange' },
|
|
220
632
|
defineCustomElement: defineDesynthRating
|
|
221
633
|
});
|
|
634
|
+
export const DesynthReader = /*@__PURE__*/ createComponent({
|
|
635
|
+
tagName: 'desynth-reader',
|
|
636
|
+
elementClass: DesynthReaderElement,
|
|
637
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
638
|
+
react: React,
|
|
639
|
+
events: { onHandleClose: 'handleClose' },
|
|
640
|
+
defineCustomElement: defineDesynthReader
|
|
641
|
+
});
|
|
222
642
|
export const DesynthRenderer = /*@__PURE__*/ createComponent({
|
|
223
643
|
tagName: 'desynth-renderer',
|
|
224
644
|
elementClass: DesynthRendererElement,
|
|
@@ -227,6 +647,30 @@ export const DesynthRenderer = /*@__PURE__*/ createComponent({
|
|
|
227
647
|
events: {},
|
|
228
648
|
defineCustomElement: defineDesynthRenderer
|
|
229
649
|
});
|
|
650
|
+
export const DesynthScreen = /*@__PURE__*/ createComponent({
|
|
651
|
+
tagName: 'desynth-screen',
|
|
652
|
+
elementClass: DesynthScreenElement,
|
|
653
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
654
|
+
react: React,
|
|
655
|
+
events: {},
|
|
656
|
+
defineCustomElement: defineDesynthScreen
|
|
657
|
+
});
|
|
658
|
+
export const DesynthSectionHead = /*@__PURE__*/ createComponent({
|
|
659
|
+
tagName: 'desynth-section-head',
|
|
660
|
+
elementClass: DesynthSectionHeadElement,
|
|
661
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
662
|
+
react: React,
|
|
663
|
+
events: {},
|
|
664
|
+
defineCustomElement: defineDesynthSectionHead
|
|
665
|
+
});
|
|
666
|
+
export const DesynthSectionHero = /*@__PURE__*/ createComponent({
|
|
667
|
+
tagName: 'desynth-section-hero',
|
|
668
|
+
elementClass: DesynthSectionHeroElement,
|
|
669
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
670
|
+
react: React,
|
|
671
|
+
events: {},
|
|
672
|
+
defineCustomElement: defineDesynthSectionHero
|
|
673
|
+
});
|
|
230
674
|
export const DesynthSelect = /*@__PURE__*/ createComponent({
|
|
231
675
|
tagName: 'desynth-select',
|
|
232
676
|
elementClass: DesynthSelectElement,
|
|
@@ -239,6 +683,60 @@ export const DesynthSelect = /*@__PURE__*/ createComponent({
|
|
|
239
683
|
},
|
|
240
684
|
defineCustomElement: defineDesynthSelect
|
|
241
685
|
});
|
|
686
|
+
export const DesynthShell = /*@__PURE__*/ createComponent({
|
|
687
|
+
tagName: 'desynth-shell',
|
|
688
|
+
elementClass: DesynthShellElement,
|
|
689
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
690
|
+
react: React,
|
|
691
|
+
events: {
|
|
692
|
+
onHandleToggle: 'handleToggle',
|
|
693
|
+
onHandleNavigate: 'handleNavigate'
|
|
694
|
+
},
|
|
695
|
+
defineCustomElement: defineDesynthShell
|
|
696
|
+
});
|
|
697
|
+
export const DesynthSidebar = /*@__PURE__*/ createComponent({
|
|
698
|
+
tagName: 'desynth-sidebar',
|
|
699
|
+
elementClass: DesynthSidebarElement,
|
|
700
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
701
|
+
react: React,
|
|
702
|
+
events: {
|
|
703
|
+
onHandleNavigate: 'handleNavigate',
|
|
704
|
+
onHandleToggle: 'handleToggle'
|
|
705
|
+
},
|
|
706
|
+
defineCustomElement: defineDesynthSidebar
|
|
707
|
+
});
|
|
708
|
+
export const DesynthSiteFooter = /*@__PURE__*/ createComponent({
|
|
709
|
+
tagName: 'desynth-site-footer',
|
|
710
|
+
elementClass: DesynthSiteFooterElement,
|
|
711
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
712
|
+
react: React,
|
|
713
|
+
events: {},
|
|
714
|
+
defineCustomElement: defineDesynthSiteFooter
|
|
715
|
+
});
|
|
716
|
+
export const DesynthStatGrid = /*@__PURE__*/ createComponent({
|
|
717
|
+
tagName: 'desynth-stat-grid',
|
|
718
|
+
elementClass: DesynthStatGridElement,
|
|
719
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
720
|
+
react: React,
|
|
721
|
+
events: {},
|
|
722
|
+
defineCustomElement: defineDesynthStatGrid
|
|
723
|
+
});
|
|
724
|
+
export const DesynthStats = /*@__PURE__*/ createComponent({
|
|
725
|
+
tagName: 'desynth-stats',
|
|
726
|
+
elementClass: DesynthStatsElement,
|
|
727
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
728
|
+
react: React,
|
|
729
|
+
events: {},
|
|
730
|
+
defineCustomElement: defineDesynthStats
|
|
731
|
+
});
|
|
732
|
+
export const DesynthStatusPill = /*@__PURE__*/ createComponent({
|
|
733
|
+
tagName: 'desynth-status-pill',
|
|
734
|
+
elementClass: DesynthStatusPillElement,
|
|
735
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
736
|
+
react: React,
|
|
737
|
+
events: {},
|
|
738
|
+
defineCustomElement: defineDesynthStatusPill
|
|
739
|
+
});
|
|
242
740
|
export const DesynthStepStepper = /*@__PURE__*/ createComponent({
|
|
243
741
|
tagName: 'desynth-step-stepper',
|
|
244
742
|
elementClass: DesynthStepStepperElement,
|
|
@@ -273,6 +771,30 @@ export const DesynthTable = /*@__PURE__*/ createComponent({
|
|
|
273
771
|
},
|
|
274
772
|
defineCustomElement: defineDesynthTable
|
|
275
773
|
});
|
|
774
|
+
export const DesynthTabs = /*@__PURE__*/ createComponent({
|
|
775
|
+
tagName: 'desynth-tabs',
|
|
776
|
+
elementClass: DesynthTabsElement,
|
|
777
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
778
|
+
react: React,
|
|
779
|
+
events: { onHandleChange: 'handleChange' },
|
|
780
|
+
defineCustomElement: defineDesynthTabs
|
|
781
|
+
});
|
|
782
|
+
export const DesynthTechGrid = /*@__PURE__*/ createComponent({
|
|
783
|
+
tagName: 'desynth-tech-grid',
|
|
784
|
+
elementClass: DesynthTechGridElement,
|
|
785
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
786
|
+
react: React,
|
|
787
|
+
events: {},
|
|
788
|
+
defineCustomElement: defineDesynthTechGrid
|
|
789
|
+
});
|
|
790
|
+
export const DesynthText = /*@__PURE__*/ createComponent({
|
|
791
|
+
tagName: 'desynth-text',
|
|
792
|
+
elementClass: DesynthTextElement,
|
|
793
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
794
|
+
react: React,
|
|
795
|
+
events: {},
|
|
796
|
+
defineCustomElement: defineDesynthText
|
|
797
|
+
});
|
|
276
798
|
export const DesynthTextArea = /*@__PURE__*/ createComponent({
|
|
277
799
|
tagName: 'desynth-text-area',
|
|
278
800
|
elementClass: DesynthTextAreaElement,
|
|
@@ -299,6 +821,17 @@ export const DesynthTextInput = /*@__PURE__*/ createComponent({
|
|
|
299
821
|
},
|
|
300
822
|
defineCustomElement: defineDesynthTextInput
|
|
301
823
|
});
|
|
824
|
+
export const DesynthThumbPicker = /*@__PURE__*/ createComponent({
|
|
825
|
+
tagName: 'desynth-thumb-picker',
|
|
826
|
+
elementClass: DesynthThumbPickerElement,
|
|
827
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
828
|
+
react: React,
|
|
829
|
+
events: {
|
|
830
|
+
onHandleSelect: 'handleSelect',
|
|
831
|
+
onHandleToggle: 'handleToggle'
|
|
832
|
+
},
|
|
833
|
+
defineCustomElement: defineDesynthThumbPicker
|
|
834
|
+
});
|
|
302
835
|
export const DesynthTooltip = /*@__PURE__*/ createComponent({
|
|
303
836
|
tagName: 'desynth-tooltip',
|
|
304
837
|
elementClass: DesynthTooltipElement,
|
|
@@ -307,6 +840,25 @@ export const DesynthTooltip = /*@__PURE__*/ createComponent({
|
|
|
307
840
|
events: {},
|
|
308
841
|
defineCustomElement: defineDesynthTooltip
|
|
309
842
|
});
|
|
843
|
+
export const DesynthUpload = /*@__PURE__*/ createComponent({
|
|
844
|
+
tagName: 'desynth-upload',
|
|
845
|
+
elementClass: DesynthUploadElement,
|
|
846
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
847
|
+
react: React,
|
|
848
|
+
events: { onHandleFile: 'handleFile' },
|
|
849
|
+
defineCustomElement: defineDesynthUpload
|
|
850
|
+
});
|
|
851
|
+
export const DesynthVoiceInput = /*@__PURE__*/ createComponent({
|
|
852
|
+
tagName: 'desynth-voice-input',
|
|
853
|
+
elementClass: DesynthVoiceInputElement,
|
|
854
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
855
|
+
react: React,
|
|
856
|
+
events: {
|
|
857
|
+
onHandleToggle: 'handleToggle',
|
|
858
|
+
onHandleToggleLock: 'handleToggleLock'
|
|
859
|
+
},
|
|
860
|
+
defineCustomElement: defineDesynthVoiceInput
|
|
861
|
+
});
|
|
310
862
|
export const HorizontalCards = /*@__PURE__*/ createComponent({
|
|
311
863
|
tagName: 'horizontal-cards',
|
|
312
864
|
elementClass: HorizontalCardsElement,
|