@desynth/web-components-react 6.7.25-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 +466 -32
- package/dist/components.js +877 -64
- package/dist/index.d.ts +1 -0
- package/dist/index.js +1 -0
- package/package.json +40 -39
- 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,64 +1,877 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
import {
|
|
5
|
-
import { defineCustomElement as
|
|
6
|
-
import { defineCustomElement as
|
|
7
|
-
import { defineCustomElement as
|
|
8
|
-
import { defineCustomElement as
|
|
9
|
-
import { defineCustomElement as
|
|
10
|
-
import { defineCustomElement as
|
|
11
|
-
import { defineCustomElement as
|
|
12
|
-
import { defineCustomElement as
|
|
13
|
-
import { defineCustomElement as
|
|
14
|
-
import { defineCustomElement as
|
|
15
|
-
import { defineCustomElement as
|
|
16
|
-
import { defineCustomElement as
|
|
17
|
-
import { defineCustomElement as
|
|
18
|
-
import { defineCustomElement as
|
|
19
|
-
import { defineCustomElement as
|
|
20
|
-
import { defineCustomElement as
|
|
21
|
-
import { defineCustomElement as
|
|
22
|
-
import { defineCustomElement as
|
|
23
|
-
import { defineCustomElement as
|
|
24
|
-
import { defineCustomElement as
|
|
25
|
-
import { defineCustomElement as
|
|
26
|
-
import { defineCustomElement as
|
|
27
|
-
import { defineCustomElement as
|
|
28
|
-
import { defineCustomElement as
|
|
29
|
-
import { defineCustomElement as
|
|
30
|
-
import { defineCustomElement as
|
|
31
|
-
import { defineCustomElement as
|
|
32
|
-
import { defineCustomElement as
|
|
33
|
-
import { defineCustomElement as
|
|
34
|
-
import { defineCustomElement as
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
1
|
+
'use client';
|
|
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";
|
|
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";
|
|
10
|
+
import { DesynthBreadcrumb as DesynthBreadcrumbElement, defineCustomElement as defineDesynthBreadcrumb } from "@desynth/web-components/dist/desynth-breadcrumb.js";
|
|
11
|
+
import { DesynthButtonSlider as DesynthButtonSliderElement, defineCustomElement as defineDesynthButtonSlider } from "@desynth/web-components/dist/desynth-button-slider.js";
|
|
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";
|
|
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";
|
|
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";
|
|
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";
|
|
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";
|
|
29
|
+
import { DesynthDrawer as DesynthDrawerElement, defineCustomElement as defineDesynthDrawer } from "@desynth/web-components/dist/desynth-drawer.js";
|
|
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";
|
|
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";
|
|
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";
|
|
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";
|
|
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";
|
|
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";
|
|
53
|
+
import { DesynthModal as DesynthModalElement, defineCustomElement as defineDesynthModal } from "@desynth/web-components/dist/desynth-modal.js";
|
|
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";
|
|
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";
|
|
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";
|
|
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";
|
|
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";
|
|
74
|
+
import { DesynthStepStepper as DesynthStepStepperElement, defineCustomElement as defineDesynthStepStepper } from "@desynth/web-components/dist/desynth-step-stepper.js";
|
|
75
|
+
import { DesynthSwitch as DesynthSwitchElement, defineCustomElement as defineDesynthSwitch } from "@desynth/web-components/dist/desynth-switch.js";
|
|
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";
|
|
79
|
+
import { DesynthTextArea as DesynthTextAreaElement, defineCustomElement as defineDesynthTextArea } from "@desynth/web-components/dist/desynth-text-area.js";
|
|
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";
|
|
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";
|
|
86
|
+
import { HorizontalCards as HorizontalCardsElement, defineCustomElement as defineHorizontalCards } from "@desynth/web-components/dist/horizontal-cards.js";
|
|
87
|
+
import { HtmlEditor as HtmlEditorElement, defineCustomElement as defineHtmlEditor } from "@desynth/web-components/dist/html-editor.js";
|
|
88
|
+
import { createComponent } from '@stencil/react-output-target/runtime';
|
|
89
|
+
import React from 'react';
|
|
90
|
+
export const DesynthAccordion = /*@__PURE__*/ createComponent({
|
|
91
|
+
tagName: 'desynth-accordion',
|
|
92
|
+
elementClass: DesynthAccordionElement,
|
|
93
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
94
|
+
react: React,
|
|
95
|
+
events: {},
|
|
96
|
+
defineCustomElement: defineDesynthAccordion
|
|
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
|
+
});
|
|
124
|
+
export const DesynthAlert = /*@__PURE__*/ createComponent({
|
|
125
|
+
tagName: 'desynth-alert',
|
|
126
|
+
elementClass: DesynthAlertElement,
|
|
127
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
128
|
+
react: React,
|
|
129
|
+
events: {
|
|
130
|
+
onHandleOpen: 'handleOpen',
|
|
131
|
+
onHandleClose: 'handleClose',
|
|
132
|
+
onHandleBeforeClose: 'handleBeforeClose'
|
|
133
|
+
},
|
|
134
|
+
defineCustomElement: defineDesynthAlert
|
|
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
|
+
});
|
|
168
|
+
export const DesynthBreadcrumb = /*@__PURE__*/ createComponent({
|
|
169
|
+
tagName: 'desynth-breadcrumb',
|
|
170
|
+
elementClass: DesynthBreadcrumbElement,
|
|
171
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
172
|
+
react: React,
|
|
173
|
+
events: {
|
|
174
|
+
onHandleNavigate: 'handleNavigate',
|
|
175
|
+
onHandleBack: 'handleBack'
|
|
176
|
+
},
|
|
177
|
+
defineCustomElement: defineDesynthBreadcrumb
|
|
178
|
+
});
|
|
179
|
+
export const DesynthButton = /*@__PURE__*/ createComponent({
|
|
180
|
+
tagName: 'desynth-button',
|
|
181
|
+
elementClass: DesynthButtonElement,
|
|
182
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
183
|
+
react: React,
|
|
184
|
+
events: {
|
|
185
|
+
onHandleClick: 'handleClick',
|
|
186
|
+
onHandleFocus: 'handleFocus',
|
|
187
|
+
onHandleBlur: 'handleBlur'
|
|
188
|
+
},
|
|
189
|
+
defineCustomElement: defineDesynthButton
|
|
190
|
+
});
|
|
191
|
+
export const DesynthButtonSlider = /*@__PURE__*/ createComponent({
|
|
192
|
+
tagName: 'desynth-button-slider',
|
|
193
|
+
elementClass: DesynthButtonSliderElement,
|
|
194
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
195
|
+
react: React,
|
|
196
|
+
events: {},
|
|
197
|
+
defineCustomElement: defineDesynthButtonSlider
|
|
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
|
+
});
|
|
219
|
+
export const DesynthCard = /*@__PURE__*/ createComponent({
|
|
220
|
+
tagName: 'desynth-card',
|
|
221
|
+
elementClass: DesynthCardElement,
|
|
222
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
223
|
+
react: React,
|
|
224
|
+
events: {},
|
|
225
|
+
defineCustomElement: defineDesynthCard
|
|
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
|
+
});
|
|
267
|
+
export const DesynthCheckbox = /*@__PURE__*/ createComponent({
|
|
268
|
+
tagName: 'desynth-checkbox',
|
|
269
|
+
elementClass: DesynthCheckboxElement,
|
|
270
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
271
|
+
react: React,
|
|
272
|
+
events: { onHandleClick: 'handleClick' },
|
|
273
|
+
defineCustomElement: defineDesynthCheckbox
|
|
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
|
+
});
|
|
313
|
+
export const DesynthDatePicker = /*@__PURE__*/ createComponent({
|
|
314
|
+
tagName: 'desynth-date-picker',
|
|
315
|
+
elementClass: DesynthDatePickerElement,
|
|
316
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
317
|
+
react: React,
|
|
318
|
+
events: { onDateChanged: 'dateChanged' },
|
|
319
|
+
defineCustomElement: defineDesynthDatePicker
|
|
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
|
+
});
|
|
329
|
+
export const DesynthDivider = /*@__PURE__*/ createComponent({
|
|
330
|
+
tagName: 'desynth-divider',
|
|
331
|
+
elementClass: DesynthDividerElement,
|
|
332
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
333
|
+
react: React,
|
|
334
|
+
events: {},
|
|
335
|
+
defineCustomElement: defineDesynthDivider
|
|
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
|
+
});
|
|
345
|
+
export const DesynthDrawer = /*@__PURE__*/ createComponent({
|
|
346
|
+
tagName: 'desynth-drawer',
|
|
347
|
+
elementClass: DesynthDrawerElement,
|
|
348
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
349
|
+
react: React,
|
|
350
|
+
events: {
|
|
351
|
+
onHandleClick: 'handleClick',
|
|
352
|
+
onHandleFocus: 'handleFocus',
|
|
353
|
+
onHandleClose: 'handleClose'
|
|
354
|
+
},
|
|
355
|
+
defineCustomElement: defineDesynthDrawer
|
|
356
|
+
});
|
|
357
|
+
export const DesynthDropFile = /*@__PURE__*/ createComponent({
|
|
358
|
+
tagName: 'desynth-drop-file',
|
|
359
|
+
elementClass: DesynthDropFileElement,
|
|
360
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
361
|
+
react: React,
|
|
362
|
+
events: { onFilesDropped: 'filesDropped' },
|
|
363
|
+
defineCustomElement: defineDesynthDropFile
|
|
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
|
+
});
|
|
408
|
+
export const DesynthForm = /*@__PURE__*/ createComponent({
|
|
409
|
+
tagName: 'desynth-form',
|
|
410
|
+
elementClass: DesynthFormElement,
|
|
411
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
412
|
+
react: React,
|
|
413
|
+
events: {
|
|
414
|
+
onClickSubmit: 'clickSubmit',
|
|
415
|
+
onClickClear: 'clickClear',
|
|
416
|
+
onHandleChange: 'handleChange'
|
|
417
|
+
},
|
|
418
|
+
defineCustomElement: defineDesynthForm
|
|
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
|
+
});
|
|
428
|
+
export const DesynthGrid = /*@__PURE__*/ createComponent({
|
|
429
|
+
tagName: 'desynth-grid',
|
|
430
|
+
elementClass: DesynthGridElement,
|
|
431
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
432
|
+
react: React,
|
|
433
|
+
events: {},
|
|
434
|
+
defineCustomElement: defineDesynthGrid
|
|
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
|
+
});
|
|
444
|
+
export const DesynthHeader = /*@__PURE__*/ createComponent({
|
|
445
|
+
tagName: 'desynth-header',
|
|
446
|
+
elementClass: DesynthHeaderElement,
|
|
447
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
448
|
+
react: React,
|
|
449
|
+
events: {},
|
|
450
|
+
defineCustomElement: defineDesynthHeader
|
|
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
|
+
});
|
|
516
|
+
export const DesynthList = /*@__PURE__*/ createComponent({
|
|
517
|
+
tagName: 'desynth-list',
|
|
518
|
+
elementClass: DesynthListElement,
|
|
519
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
520
|
+
react: React,
|
|
521
|
+
events: { onItemClicked: 'itemClicked' },
|
|
522
|
+
defineCustomElement: defineDesynthList
|
|
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
|
+
});
|
|
532
|
+
export const DesynthLoader = /*@__PURE__*/ createComponent({
|
|
533
|
+
tagName: 'desynth-loader',
|
|
534
|
+
elementClass: DesynthLoaderElement,
|
|
535
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
536
|
+
react: React,
|
|
537
|
+
events: {},
|
|
538
|
+
defineCustomElement: defineDesynthLoader
|
|
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
|
+
});
|
|
552
|
+
export const DesynthModal = /*@__PURE__*/ createComponent({
|
|
553
|
+
tagName: 'desynth-modal',
|
|
554
|
+
elementClass: DesynthModalElement,
|
|
555
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
556
|
+
react: React,
|
|
557
|
+
events: {
|
|
558
|
+
onHandleOpen: 'handleOpen',
|
|
559
|
+
onHandleClose: 'handleClose',
|
|
560
|
+
onHandleBeforeClose: 'handleBeforeClose'
|
|
561
|
+
},
|
|
562
|
+
defineCustomElement: defineDesynthModal
|
|
563
|
+
});
|
|
564
|
+
export const DesynthMultiStepper = /*@__PURE__*/ createComponent({
|
|
565
|
+
tagName: 'desynth-multi-stepper',
|
|
566
|
+
elementClass: DesynthMultiStepperElement,
|
|
567
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
568
|
+
react: React,
|
|
569
|
+
events: { onHandleSubmit: 'handleSubmit' },
|
|
570
|
+
defineCustomElement: defineDesynthMultiStepper
|
|
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
|
+
});
|
|
596
|
+
export const DesynthPaper = /*@__PURE__*/ createComponent({
|
|
597
|
+
tagName: 'desynth-paper',
|
|
598
|
+
elementClass: DesynthPaperElement,
|
|
599
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
600
|
+
react: React,
|
|
601
|
+
events: {},
|
|
602
|
+
defineCustomElement: defineDesynthPaper
|
|
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
|
+
});
|
|
626
|
+
export const DesynthRating = /*@__PURE__*/ createComponent({
|
|
627
|
+
tagName: 'desynth-rating',
|
|
628
|
+
elementClass: DesynthRatingElement,
|
|
629
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
630
|
+
react: React,
|
|
631
|
+
events: { onHandleChange: 'handleChange' },
|
|
632
|
+
defineCustomElement: defineDesynthRating
|
|
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
|
+
});
|
|
642
|
+
export const DesynthRenderer = /*@__PURE__*/ createComponent({
|
|
643
|
+
tagName: 'desynth-renderer',
|
|
644
|
+
elementClass: DesynthRendererElement,
|
|
645
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
646
|
+
react: React,
|
|
647
|
+
events: {},
|
|
648
|
+
defineCustomElement: defineDesynthRenderer
|
|
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
|
+
});
|
|
674
|
+
export const DesynthSelect = /*@__PURE__*/ createComponent({
|
|
675
|
+
tagName: 'desynth-select',
|
|
676
|
+
elementClass: DesynthSelectElement,
|
|
677
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
678
|
+
react: React,
|
|
679
|
+
events: {
|
|
680
|
+
onHandleChange: 'handleChange',
|
|
681
|
+
onHandleInput: 'handleInput',
|
|
682
|
+
onHandleFocus: 'handleFocus'
|
|
683
|
+
},
|
|
684
|
+
defineCustomElement: defineDesynthSelect
|
|
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
|
+
});
|
|
740
|
+
export const DesynthStepStepper = /*@__PURE__*/ createComponent({
|
|
741
|
+
tagName: 'desynth-step-stepper',
|
|
742
|
+
elementClass: DesynthStepStepperElement,
|
|
743
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
744
|
+
react: React,
|
|
745
|
+
events: {},
|
|
746
|
+
defineCustomElement: defineDesynthStepStepper
|
|
747
|
+
});
|
|
748
|
+
export const DesynthSwitch = /*@__PURE__*/ createComponent({
|
|
749
|
+
tagName: 'desynth-switch',
|
|
750
|
+
elementClass: DesynthSwitchElement,
|
|
751
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
752
|
+
react: React,
|
|
753
|
+
events: {
|
|
754
|
+
onHandleClick: 'handleClick',
|
|
755
|
+
onHandleInput: 'handleInput',
|
|
756
|
+
onHandleFocus: 'handleFocus',
|
|
757
|
+
onHandleBlur: 'handleBlur'
|
|
758
|
+
},
|
|
759
|
+
defineCustomElement: defineDesynthSwitch
|
|
760
|
+
});
|
|
761
|
+
export const DesynthTable = /*@__PURE__*/ createComponent({
|
|
762
|
+
tagName: 'desynth-table',
|
|
763
|
+
elementClass: DesynthTableElement,
|
|
764
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
765
|
+
react: React,
|
|
766
|
+
events: {
|
|
767
|
+
onChangeRowsPerPage: 'changeRowsPerPage',
|
|
768
|
+
onGetDataNextPage: 'getDataNextPage',
|
|
769
|
+
onRowEvent: 'rowEvent',
|
|
770
|
+
onDropEvent: 'dropEvent'
|
|
771
|
+
},
|
|
772
|
+
defineCustomElement: defineDesynthTable
|
|
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
|
+
});
|
|
798
|
+
export const DesynthTextArea = /*@__PURE__*/ createComponent({
|
|
799
|
+
tagName: 'desynth-text-area',
|
|
800
|
+
elementClass: DesynthTextAreaElement,
|
|
801
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
802
|
+
react: React,
|
|
803
|
+
events: {
|
|
804
|
+
onHandleChange: 'handleChange',
|
|
805
|
+
onHandleInput: 'handleInput',
|
|
806
|
+
onHandleFocus: 'handleFocus',
|
|
807
|
+
onHandleBlur: 'handleBlur'
|
|
808
|
+
},
|
|
809
|
+
defineCustomElement: defineDesynthTextArea
|
|
810
|
+
});
|
|
811
|
+
export const DesynthTextInput = /*@__PURE__*/ createComponent({
|
|
812
|
+
tagName: 'desynth-text-input',
|
|
813
|
+
elementClass: DesynthTextInputElement,
|
|
814
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
815
|
+
react: React,
|
|
816
|
+
events: {
|
|
817
|
+
onHandleChange: 'handleChange',
|
|
818
|
+
onHandleInput: 'handleInput',
|
|
819
|
+
onHandleFocus: 'handleFocus',
|
|
820
|
+
onHandleBlur: 'handleBlur'
|
|
821
|
+
},
|
|
822
|
+
defineCustomElement: defineDesynthTextInput
|
|
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
|
+
});
|
|
835
|
+
export const DesynthTooltip = /*@__PURE__*/ createComponent({
|
|
836
|
+
tagName: 'desynth-tooltip',
|
|
837
|
+
elementClass: DesynthTooltipElement,
|
|
838
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
839
|
+
react: React,
|
|
840
|
+
events: {},
|
|
841
|
+
defineCustomElement: defineDesynthTooltip
|
|
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
|
+
});
|
|
862
|
+
export const HorizontalCards = /*@__PURE__*/ createComponent({
|
|
863
|
+
tagName: 'horizontal-cards',
|
|
864
|
+
elementClass: HorizontalCardsElement,
|
|
865
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
866
|
+
react: React,
|
|
867
|
+
events: {},
|
|
868
|
+
defineCustomElement: defineHorizontalCards
|
|
869
|
+
});
|
|
870
|
+
export const HtmlEditor = /*@__PURE__*/ createComponent({
|
|
871
|
+
tagName: 'html-editor',
|
|
872
|
+
elementClass: HtmlEditorElement,
|
|
873
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
874
|
+
react: React,
|
|
875
|
+
events: { onHtmlChanged: 'htmlChanged' },
|
|
876
|
+
defineCustomElement: defineHtmlEditor
|
|
877
|
+
});
|