@desynth/web-components-react 1.28.26-alpha.1 → 13.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 +306 -4
- package/dist/components.js +541 -3
- package/package.json +40 -40
- package/readme.md +225 -11
- package/dist/react-component-lib/createComponent.d.ts +0 -10
- package/dist/react-component-lib/createComponent.js +0 -74
- package/dist/react-component-lib/createOverlayComponent.d.ts +0 -21
- package/dist/react-component-lib/createOverlayComponent.js +0 -95
- package/dist/react-component-lib/index.d.ts +0 -2
- package/dist/react-component-lib/index.js +0 -2
- package/dist/react-component-lib/interfaces.d.ts +0 -29
- package/dist/react-component-lib/interfaces.js +0 -1
- package/dist/react-component-lib/utils/attachProps.d.ts +0 -16
- package/dist/react-component-lib/utils/attachProps.js +0 -107
- package/dist/react-component-lib/utils/case.d.ts +0 -2
- package/dist/react-component-lib/utils/case.js +0 -6
- package/dist/react-component-lib/utils/dev.d.ts +0 -2
- package/dist/react-component-lib/utils/dev.js +0 -12
- package/dist/react-component-lib/utils/index.d.ts +0 -10
- package/dist/react-component-lib/utils/index.js +0 -31
package/dist/components.js
CHANGED
|
@@ -1,34 +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";
|
|
13
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";
|
|
14
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";
|
|
15
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";
|
|
16
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";
|
|
17
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";
|
|
18
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";
|
|
19
53
|
import { DesynthModal as DesynthModalElement, defineCustomElement as defineDesynthModal } from "@desynth/web-components/dist/desynth-modal.js";
|
|
20
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";
|
|
21
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";
|
|
22
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";
|
|
23
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";
|
|
24
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";
|
|
25
74
|
import { DesynthStepStepper as DesynthStepStepperElement, defineCustomElement as defineDesynthStepStepper } from "@desynth/web-components/dist/desynth-step-stepper.js";
|
|
26
75
|
import { DesynthSwitch as DesynthSwitchElement, defineCustomElement as defineDesynthSwitch } from "@desynth/web-components/dist/desynth-switch.js";
|
|
27
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";
|
|
28
79
|
import { DesynthTextArea as DesynthTextAreaElement, defineCustomElement as defineDesynthTextArea } from "@desynth/web-components/dist/desynth-text-area.js";
|
|
29
80
|
import { DesynthTextInput as DesynthTextInputElement, defineCustomElement as defineDesynthTextInput } from "@desynth/web-components/dist/desynth-text-input.js";
|
|
30
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";
|
|
31
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";
|
|
32
86
|
import { HorizontalCards as HorizontalCardsElement, defineCustomElement as defineHorizontalCards } from "@desynth/web-components/dist/horizontal-cards.js";
|
|
33
87
|
import { HtmlEditor as HtmlEditorElement, defineCustomElement as defineHtmlEditor } from "@desynth/web-components/dist/html-editor.js";
|
|
34
88
|
import { createComponent } from '@stencil/react-output-target/runtime';
|
|
@@ -41,6 +95,32 @@ export const DesynthAccordion = /*@__PURE__*/ createComponent({
|
|
|
41
95
|
events: {},
|
|
42
96
|
defineCustomElement: defineDesynthAccordion
|
|
43
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
|
+
});
|
|
44
124
|
export const DesynthAlert = /*@__PURE__*/ createComponent({
|
|
45
125
|
tagName: 'desynth-alert',
|
|
46
126
|
elementClass: DesynthAlertElement,
|
|
@@ -53,15 +133,46 @@ export const DesynthAlert = /*@__PURE__*/ createComponent({
|
|
|
53
133
|
},
|
|
54
134
|
defineCustomElement: defineDesynthAlert
|
|
55
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
|
+
});
|
|
56
168
|
export const DesynthBreadcrumb = /*@__PURE__*/ createComponent({
|
|
57
169
|
tagName: 'desynth-breadcrumb',
|
|
58
170
|
elementClass: DesynthBreadcrumbElement,
|
|
59
171
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
60
172
|
react: React,
|
|
61
173
|
events: {
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
onHandleBlur: 'handleBlur'
|
|
174
|
+
onHandleNavigate: 'handleNavigate',
|
|
175
|
+
onHandleBack: 'handleBack'
|
|
65
176
|
},
|
|
66
177
|
defineCustomElement: defineDesynthBreadcrumb
|
|
67
178
|
});
|
|
@@ -85,6 +196,26 @@ export const DesynthButtonSlider = /*@__PURE__*/ createComponent({
|
|
|
85
196
|
events: {},
|
|
86
197
|
defineCustomElement: defineDesynthButtonSlider
|
|
87
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
|
+
});
|
|
88
219
|
export const DesynthCard = /*@__PURE__*/ createComponent({
|
|
89
220
|
tagName: 'desynth-card',
|
|
90
221
|
elementClass: DesynthCardElement,
|
|
@@ -93,6 +224,46 @@ export const DesynthCard = /*@__PURE__*/ createComponent({
|
|
|
93
224
|
events: {},
|
|
94
225
|
defineCustomElement: defineDesynthCard
|
|
95
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
|
+
});
|
|
96
267
|
export const DesynthCheckbox = /*@__PURE__*/ createComponent({
|
|
97
268
|
tagName: 'desynth-checkbox',
|
|
98
269
|
elementClass: DesynthCheckboxElement,
|
|
@@ -101,6 +272,44 @@ export const DesynthCheckbox = /*@__PURE__*/ createComponent({
|
|
|
101
272
|
events: { onHandleClick: 'handleClick' },
|
|
102
273
|
defineCustomElement: defineDesynthCheckbox
|
|
103
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
|
+
});
|
|
104
313
|
export const DesynthDatePicker = /*@__PURE__*/ createComponent({
|
|
105
314
|
tagName: 'desynth-date-picker',
|
|
106
315
|
elementClass: DesynthDatePickerElement,
|
|
@@ -109,6 +318,14 @@ export const DesynthDatePicker = /*@__PURE__*/ createComponent({
|
|
|
109
318
|
events: { onDateChanged: 'dateChanged' },
|
|
110
319
|
defineCustomElement: defineDesynthDatePicker
|
|
111
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
|
+
});
|
|
112
329
|
export const DesynthDivider = /*@__PURE__*/ createComponent({
|
|
113
330
|
tagName: 'desynth-divider',
|
|
114
331
|
elementClass: DesynthDividerElement,
|
|
@@ -117,6 +334,14 @@ export const DesynthDivider = /*@__PURE__*/ createComponent({
|
|
|
117
334
|
events: {},
|
|
118
335
|
defineCustomElement: defineDesynthDivider
|
|
119
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
|
+
});
|
|
120
345
|
export const DesynthDrawer = /*@__PURE__*/ createComponent({
|
|
121
346
|
tagName: 'desynth-drawer',
|
|
122
347
|
elementClass: DesynthDrawerElement,
|
|
@@ -145,6 +370,41 @@ export const DesynthDropdown = /*@__PURE__*/ createComponent({
|
|
|
145
370
|
events: {},
|
|
146
371
|
defineCustomElement: defineDesynthDropdown
|
|
147
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
|
+
});
|
|
148
408
|
export const DesynthForm = /*@__PURE__*/ createComponent({
|
|
149
409
|
tagName: 'desynth-form',
|
|
150
410
|
elementClass: DesynthFormElement,
|
|
@@ -157,6 +417,14 @@ export const DesynthForm = /*@__PURE__*/ createComponent({
|
|
|
157
417
|
},
|
|
158
418
|
defineCustomElement: defineDesynthForm
|
|
159
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
|
+
});
|
|
160
428
|
export const DesynthGrid = /*@__PURE__*/ createComponent({
|
|
161
429
|
tagName: 'desynth-grid',
|
|
162
430
|
elementClass: DesynthGridElement,
|
|
@@ -165,6 +433,14 @@ export const DesynthGrid = /*@__PURE__*/ createComponent({
|
|
|
165
433
|
events: {},
|
|
166
434
|
defineCustomElement: defineDesynthGrid
|
|
167
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
|
+
});
|
|
168
444
|
export const DesynthHeader = /*@__PURE__*/ createComponent({
|
|
169
445
|
tagName: 'desynth-header',
|
|
170
446
|
elementClass: DesynthHeaderElement,
|
|
@@ -173,6 +449,70 @@ export const DesynthHeader = /*@__PURE__*/ createComponent({
|
|
|
173
449
|
events: {},
|
|
174
450
|
defineCustomElement: defineDesynthHeader
|
|
175
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
|
+
});
|
|
176
516
|
export const DesynthList = /*@__PURE__*/ createComponent({
|
|
177
517
|
tagName: 'desynth-list',
|
|
178
518
|
elementClass: DesynthListElement,
|
|
@@ -181,6 +521,14 @@ export const DesynthList = /*@__PURE__*/ createComponent({
|
|
|
181
521
|
events: { onItemClicked: 'itemClicked' },
|
|
182
522
|
defineCustomElement: defineDesynthList
|
|
183
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
|
+
});
|
|
184
532
|
export const DesynthLoader = /*@__PURE__*/ createComponent({
|
|
185
533
|
tagName: 'desynth-loader',
|
|
186
534
|
elementClass: DesynthLoaderElement,
|
|
@@ -189,6 +537,18 @@ export const DesynthLoader = /*@__PURE__*/ createComponent({
|
|
|
189
537
|
events: {},
|
|
190
538
|
defineCustomElement: defineDesynthLoader
|
|
191
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
|
+
});
|
|
192
552
|
export const DesynthModal = /*@__PURE__*/ createComponent({
|
|
193
553
|
tagName: 'desynth-modal',
|
|
194
554
|
elementClass: DesynthModalElement,
|
|
@@ -209,6 +569,30 @@ export const DesynthMultiStepper = /*@__PURE__*/ createComponent({
|
|
|
209
569
|
events: { onHandleSubmit: 'handleSubmit' },
|
|
210
570
|
defineCustomElement: defineDesynthMultiStepper
|
|
211
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
|
+
});
|
|
212
596
|
export const DesynthPaper = /*@__PURE__*/ createComponent({
|
|
213
597
|
tagName: 'desynth-paper',
|
|
214
598
|
elementClass: DesynthPaperElement,
|
|
@@ -217,6 +601,28 @@ export const DesynthPaper = /*@__PURE__*/ createComponent({
|
|
|
217
601
|
events: {},
|
|
218
602
|
defineCustomElement: defineDesynthPaper
|
|
219
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
|
+
});
|
|
220
626
|
export const DesynthRating = /*@__PURE__*/ createComponent({
|
|
221
627
|
tagName: 'desynth-rating',
|
|
222
628
|
elementClass: DesynthRatingElement,
|
|
@@ -225,6 +631,14 @@ export const DesynthRating = /*@__PURE__*/ createComponent({
|
|
|
225
631
|
events: { onHandleChange: 'handleChange' },
|
|
226
632
|
defineCustomElement: defineDesynthRating
|
|
227
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
|
+
});
|
|
228
642
|
export const DesynthRenderer = /*@__PURE__*/ createComponent({
|
|
229
643
|
tagName: 'desynth-renderer',
|
|
230
644
|
elementClass: DesynthRendererElement,
|
|
@@ -233,6 +647,30 @@ export const DesynthRenderer = /*@__PURE__*/ createComponent({
|
|
|
233
647
|
events: {},
|
|
234
648
|
defineCustomElement: defineDesynthRenderer
|
|
235
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
|
+
});
|
|
236
674
|
export const DesynthSelect = /*@__PURE__*/ createComponent({
|
|
237
675
|
tagName: 'desynth-select',
|
|
238
676
|
elementClass: DesynthSelectElement,
|
|
@@ -245,6 +683,60 @@ export const DesynthSelect = /*@__PURE__*/ createComponent({
|
|
|
245
683
|
},
|
|
246
684
|
defineCustomElement: defineDesynthSelect
|
|
247
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
|
+
});
|
|
248
740
|
export const DesynthStepStepper = /*@__PURE__*/ createComponent({
|
|
249
741
|
tagName: 'desynth-step-stepper',
|
|
250
742
|
elementClass: DesynthStepStepperElement,
|
|
@@ -279,6 +771,22 @@ export const DesynthTable = /*@__PURE__*/ createComponent({
|
|
|
279
771
|
},
|
|
280
772
|
defineCustomElement: defineDesynthTable
|
|
281
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
|
+
});
|
|
282
790
|
export const DesynthText = /*@__PURE__*/ createComponent({
|
|
283
791
|
tagName: 'desynth-text',
|
|
284
792
|
elementClass: DesynthTextElement,
|
|
@@ -313,6 +821,17 @@ export const DesynthTextInput = /*@__PURE__*/ createComponent({
|
|
|
313
821
|
},
|
|
314
822
|
defineCustomElement: defineDesynthTextInput
|
|
315
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
|
+
});
|
|
316
835
|
export const DesynthTooltip = /*@__PURE__*/ createComponent({
|
|
317
836
|
tagName: 'desynth-tooltip',
|
|
318
837
|
elementClass: DesynthTooltipElement,
|
|
@@ -321,6 +840,25 @@ export const DesynthTooltip = /*@__PURE__*/ createComponent({
|
|
|
321
840
|
events: {},
|
|
322
841
|
defineCustomElement: defineDesynthTooltip
|
|
323
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
|
+
});
|
|
324
862
|
export const HorizontalCards = /*@__PURE__*/ createComponent({
|
|
325
863
|
tagName: 'horizontal-cards',
|
|
326
864
|
elementClass: HorizontalCardsElement,
|