@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.d.ts
CHANGED
|
@@ -2,52 +2,139 @@
|
|
|
2
2
|
* This file was automatically generated by the Stencil React Output Target.
|
|
3
3
|
* Changes to this file may cause incorrect behavior and will be lost if the code is regenerated.
|
|
4
4
|
*/
|
|
5
|
-
import { type BeforeCloseAlertEventDetail, type BeforeCloseEventDetail, type CheckedChangeEventValue, type DesynthAlertCustomEvent, type
|
|
5
|
+
import { type BeforeCloseAlertEventDetail, type BeforeCloseEventDetail, type CheckedChangeEventValue, type DesynthAlertCustomEvent, type DesynthCheckboxCustomEvent, type DesynthDatePickerCustomEvent, type DesynthDropFileCustomEvent, type DesynthFormCustomEvent, type DesynthListCustomEvent, type DesynthModalCustomEvent, type DesynthParagraphCustomEvent, type DesynthRatingCustomEvent, type DesynthSelectCustomEvent, type DesynthSwitchCustomEvent, type DesynthTextAreaCustomEvent, type DesynthTextInputCustomEvent, type DesynthUploadCustomEvent, type IFormInput, type InputChangeEventValue, type ListItem, type Options, type SwitchChangeEventValue, type TextInputChangeEventValue } from "@desynth/web-components";
|
|
6
6
|
import { DesynthAccordion as DesynthAccordionElement } from "@desynth/web-components/dist/desynth-accordion.js";
|
|
7
|
+
import { DesynthActions as DesynthActionsElement } from "@desynth/web-components/dist/desynth-actions.js";
|
|
8
|
+
import { DesynthAgentChat as DesynthAgentChatElement } from "@desynth/web-components/dist/desynth-agent-chat.js";
|
|
7
9
|
import { DesynthAlert as DesynthAlertElement } from "@desynth/web-components/dist/desynth-alert.js";
|
|
10
|
+
import { DesynthAreaBlock as DesynthAreaBlockElement } from "@desynth/web-components/dist/desynth-area-block.js";
|
|
11
|
+
import { DesynthBarChart as DesynthBarChartElement } from "@desynth/web-components/dist/desynth-bar-chart.js";
|
|
12
|
+
import { DesynthBookCard as DesynthBookCardElement } from "@desynth/web-components/dist/desynth-book-card.js";
|
|
13
|
+
import { DesynthBottomNav as DesynthBottomNavElement } from "@desynth/web-components/dist/desynth-bottom-nav.js";
|
|
8
14
|
import { DesynthBreadcrumb as DesynthBreadcrumbElement } from "@desynth/web-components/dist/desynth-breadcrumb.js";
|
|
9
15
|
import { DesynthButtonSlider as DesynthButtonSliderElement } from "@desynth/web-components/dist/desynth-button-slider.js";
|
|
10
16
|
import { DesynthButton as DesynthButtonElement } from "@desynth/web-components/dist/desynth-button.js";
|
|
17
|
+
import { DesynthCalendar as DesynthCalendarElement } from "@desynth/web-components/dist/desynth-calendar.js";
|
|
18
|
+
import { DesynthCallout as DesynthCalloutElement } from "@desynth/web-components/dist/desynth-callout.js";
|
|
19
|
+
import { DesynthCardGrid as DesynthCardGridElement } from "@desynth/web-components/dist/desynth-card-grid.js";
|
|
11
20
|
import { DesynthCard as DesynthCardElement } from "@desynth/web-components/dist/desynth-card.js";
|
|
21
|
+
import { DesynthCenter as DesynthCenterElement } from "@desynth/web-components/dist/desynth-center.js";
|
|
22
|
+
import { DesynthChat as DesynthChatElement } from "@desynth/web-components/dist/desynth-chat.js";
|
|
23
|
+
import { DesynthCheckList as DesynthCheckListElement } from "@desynth/web-components/dist/desynth-check-list.js";
|
|
12
24
|
import { DesynthCheckbox as DesynthCheckboxElement } from "@desynth/web-components/dist/desynth-checkbox.js";
|
|
25
|
+
import { DesynthCheckout as DesynthCheckoutElement } from "@desynth/web-components/dist/desynth-checkout.js";
|
|
26
|
+
import { DesynthChipSelect as DesynthChipSelectElement } from "@desynth/web-components/dist/desynth-chip-select.js";
|
|
27
|
+
import { DesynthCtaBlock as DesynthCtaBlockElement } from "@desynth/web-components/dist/desynth-cta-block.js";
|
|
28
|
+
import { DesynthDataTable as DesynthDataTableElement } from "@desynth/web-components/dist/desynth-data-table.js";
|
|
13
29
|
import { DesynthDatePicker as DesynthDatePickerElement } from "@desynth/web-components/dist/desynth-date-picker.js";
|
|
30
|
+
import { DesynthDeepSection as DesynthDeepSectionElement } from "@desynth/web-components/dist/desynth-deep-section.js";
|
|
14
31
|
import { DesynthDivider as DesynthDividerElement } from "@desynth/web-components/dist/desynth-divider.js";
|
|
32
|
+
import { DesynthDonutChart as DesynthDonutChartElement } from "@desynth/web-components/dist/desynth-donut-chart.js";
|
|
15
33
|
import { DesynthDrawer as DesynthDrawerElement } from "@desynth/web-components/dist/desynth-drawer.js";
|
|
16
34
|
import { DesynthDropFile as DesynthDropFileElement } from "@desynth/web-components/dist/desynth-drop-file.js";
|
|
17
35
|
import { DesynthDropdown as DesynthDropdownElement } from "@desynth/web-components/dist/desynth-dropdown.js";
|
|
36
|
+
import { DesynthEmpty as DesynthEmptyElement } from "@desynth/web-components/dist/desynth-empty.js";
|
|
37
|
+
import { DesynthFeatureCard as DesynthFeatureCardElement } from "@desynth/web-components/dist/desynth-feature-card.js";
|
|
38
|
+
import { DesynthFeed as DesynthFeedElement } from "@desynth/web-components/dist/desynth-feed.js";
|
|
39
|
+
import { DesynthFilterCard as DesynthFilterCardElement } from "@desynth/web-components/dist/desynth-filter-card.js";
|
|
18
40
|
import { DesynthForm as DesynthFormElement } from "@desynth/web-components/dist/desynth-form.js";
|
|
41
|
+
import { DesynthGalleryCard as DesynthGalleryCardElement } from "@desynth/web-components/dist/desynth-gallery-card.js";
|
|
19
42
|
import { DesynthGrid as DesynthGridElement } from "@desynth/web-components/dist/desynth-grid.js";
|
|
43
|
+
import { DesynthHbarChart as DesynthHbarChartElement } from "@desynth/web-components/dist/desynth-hbar-chart.js";
|
|
20
44
|
import { DesynthHeader as DesynthHeaderElement } from "@desynth/web-components/dist/desynth-header.js";
|
|
45
|
+
import { DesynthHeroPanel as DesynthHeroPanelElement } from "@desynth/web-components/dist/desynth-hero-panel.js";
|
|
46
|
+
import { DesynthInboxItem as DesynthInboxItemElement } from "@desynth/web-components/dist/desynth-inbox-item.js";
|
|
47
|
+
import { DesynthInbox as DesynthInboxElement } from "@desynth/web-components/dist/desynth-inbox.js";
|
|
48
|
+
import { DesynthInfoCard as DesynthInfoCardElement } from "@desynth/web-components/dist/desynth-info-card.js";
|
|
49
|
+
import { DesynthIntegCard as DesynthIntegCardElement } from "@desynth/web-components/dist/desynth-integ-card.js";
|
|
50
|
+
import { DesynthKanban as DesynthKanbanElement } from "@desynth/web-components/dist/desynth-kanban.js";
|
|
51
|
+
import { DesynthKpiCard as DesynthKpiCardElement } from "@desynth/web-components/dist/desynth-kpi-card.js";
|
|
52
|
+
import { DesynthKv as DesynthKvElement } from "@desynth/web-components/dist/desynth-kv.js";
|
|
21
53
|
import { DesynthList as DesynthListElement } from "@desynth/web-components/dist/desynth-list.js";
|
|
54
|
+
import { DesynthListingCard as DesynthListingCardElement } from "@desynth/web-components/dist/desynth-listing-card.js";
|
|
22
55
|
import { DesynthLoader as DesynthLoaderElement } from "@desynth/web-components/dist/desynth-loader.js";
|
|
56
|
+
import { DesynthMaterialList as DesynthMaterialListElement } from "@desynth/web-components/dist/desynth-material-list.js";
|
|
23
57
|
import { DesynthModal as DesynthModalElement } from "@desynth/web-components/dist/desynth-modal.js";
|
|
24
58
|
import { DesynthMultiStepper as DesynthMultiStepperElement } from "@desynth/web-components/dist/desynth-multi-stepper.js";
|
|
59
|
+
import { DesynthNav as DesynthNavElement } from "@desynth/web-components/dist/desynth-nav.js";
|
|
60
|
+
import { DesynthPage as DesynthPageElement } from "@desynth/web-components/dist/desynth-page.js";
|
|
61
|
+
import { DesynthPanel as DesynthPanelElement } from "@desynth/web-components/dist/desynth-panel.js";
|
|
25
62
|
import { DesynthPaper as DesynthPaperElement } from "@desynth/web-components/dist/desynth-paper.js";
|
|
63
|
+
import { DesynthParagraph as DesynthParagraphElement } from "@desynth/web-components/dist/desynth-paragraph.js";
|
|
64
|
+
import { DesynthPickerList as DesynthPickerListElement } from "@desynth/web-components/dist/desynth-picker-list.js";
|
|
26
65
|
import { DesynthRating as DesynthRatingElement } from "@desynth/web-components/dist/desynth-rating.js";
|
|
66
|
+
import { DesynthReader as DesynthReaderElement } from "@desynth/web-components/dist/desynth-reader.js";
|
|
27
67
|
import { DesynthRenderer as DesynthRendererElement } from "@desynth/web-components/dist/desynth-renderer.js";
|
|
68
|
+
import { DesynthScreen as DesynthScreenElement } from "@desynth/web-components/dist/desynth-screen.js";
|
|
69
|
+
import { DesynthSectionHead as DesynthSectionHeadElement } from "@desynth/web-components/dist/desynth-section-head.js";
|
|
70
|
+
import { DesynthSectionHero as DesynthSectionHeroElement } from "@desynth/web-components/dist/desynth-section-hero.js";
|
|
28
71
|
import { DesynthSelect as DesynthSelectElement } from "@desynth/web-components/dist/desynth-select.js";
|
|
72
|
+
import { DesynthShell as DesynthShellElement } from "@desynth/web-components/dist/desynth-shell.js";
|
|
73
|
+
import { DesynthSidebar as DesynthSidebarElement } from "@desynth/web-components/dist/desynth-sidebar.js";
|
|
74
|
+
import { DesynthSiteFooter as DesynthSiteFooterElement } from "@desynth/web-components/dist/desynth-site-footer.js";
|
|
75
|
+
import { DesynthStatGrid as DesynthStatGridElement } from "@desynth/web-components/dist/desynth-stat-grid.js";
|
|
76
|
+
import { DesynthStats as DesynthStatsElement } from "@desynth/web-components/dist/desynth-stats.js";
|
|
77
|
+
import { DesynthStatusPill as DesynthStatusPillElement } from "@desynth/web-components/dist/desynth-status-pill.js";
|
|
29
78
|
import { DesynthStepStepper as DesynthStepStepperElement } from "@desynth/web-components/dist/desynth-step-stepper.js";
|
|
30
79
|
import { DesynthSwitch as DesynthSwitchElement } from "@desynth/web-components/dist/desynth-switch.js";
|
|
31
80
|
import { DesynthTable as DesynthTableElement } from "@desynth/web-components/dist/desynth-table.js";
|
|
81
|
+
import { DesynthTabs as DesynthTabsElement } from "@desynth/web-components/dist/desynth-tabs.js";
|
|
82
|
+
import { DesynthTechGrid as DesynthTechGridElement } from "@desynth/web-components/dist/desynth-tech-grid.js";
|
|
32
83
|
import { DesynthTextArea as DesynthTextAreaElement } from "@desynth/web-components/dist/desynth-text-area.js";
|
|
33
84
|
import { DesynthTextInput as DesynthTextInputElement } from "@desynth/web-components/dist/desynth-text-input.js";
|
|
34
85
|
import { DesynthText as DesynthTextElement } from "@desynth/web-components/dist/desynth-text.js";
|
|
86
|
+
import { DesynthThumbPicker as DesynthThumbPickerElement } from "@desynth/web-components/dist/desynth-thumb-picker.js";
|
|
35
87
|
import { DesynthTooltip as DesynthTooltipElement } from "@desynth/web-components/dist/desynth-tooltip.js";
|
|
88
|
+
import { DesynthUpload as DesynthUploadElement } from "@desynth/web-components/dist/desynth-upload.js";
|
|
89
|
+
import { DesynthVoiceInput as DesynthVoiceInputElement } from "@desynth/web-components/dist/desynth-voice-input.js";
|
|
36
90
|
import { HorizontalCards as HorizontalCardsElement } from "@desynth/web-components/dist/horizontal-cards.js";
|
|
37
91
|
import { HtmlEditor as HtmlEditorElement } from "@desynth/web-components/dist/html-editor.js";
|
|
38
92
|
import type { EventName, StencilReactComponent } from '@stencil/react-output-target/runtime';
|
|
39
93
|
export type DesynthAccordionEvents = NonNullable<unknown>;
|
|
40
94
|
export declare const DesynthAccordion: StencilReactComponent<DesynthAccordionElement, DesynthAccordionEvents>;
|
|
95
|
+
export type DesynthActionsEvents = NonNullable<unknown>;
|
|
96
|
+
export declare const DesynthActions: StencilReactComponent<DesynthActionsElement, DesynthActionsEvents>;
|
|
97
|
+
export type DesynthAgentChatEvents = {
|
|
98
|
+
onHandleInput: EventName<CustomEvent<{
|
|
99
|
+
value: string;
|
|
100
|
+
}>>;
|
|
101
|
+
onHandleSend: EventName<CustomEvent<void>>;
|
|
102
|
+
onHandleEnter: EventName<CustomEvent<{
|
|
103
|
+
value: string;
|
|
104
|
+
}>>;
|
|
105
|
+
onHandleSuggestion: EventName<CustomEvent<{
|
|
106
|
+
text: string;
|
|
107
|
+
}>>;
|
|
108
|
+
onHandleToggleGallery: EventName<CustomEvent<void>>;
|
|
109
|
+
onHandleCloseGallery: EventName<CustomEvent<void>>;
|
|
110
|
+
onHandlePickGallery: EventName<CustomEvent<{
|
|
111
|
+
url: string;
|
|
112
|
+
}>>;
|
|
113
|
+
onHandleRemoveAttachment: EventName<CustomEvent<{
|
|
114
|
+
url: string;
|
|
115
|
+
}>>;
|
|
116
|
+
onHandleToggleMode: EventName<CustomEvent<void>>;
|
|
117
|
+
};
|
|
118
|
+
export declare const DesynthAgentChat: StencilReactComponent<DesynthAgentChatElement, DesynthAgentChatEvents>;
|
|
41
119
|
export type DesynthAlertEvents = {
|
|
42
120
|
onHandleOpen: EventName<CustomEvent<void>>;
|
|
43
121
|
onHandleClose: EventName<CustomEvent<void>>;
|
|
44
122
|
onHandleBeforeClose: EventName<DesynthAlertCustomEvent<BeforeCloseAlertEventDetail>>;
|
|
45
123
|
};
|
|
46
124
|
export declare const DesynthAlert: StencilReactComponent<DesynthAlertElement, DesynthAlertEvents>;
|
|
125
|
+
export type DesynthAreaBlockEvents = NonNullable<unknown>;
|
|
126
|
+
export declare const DesynthAreaBlock: StencilReactComponent<DesynthAreaBlockElement, DesynthAreaBlockEvents>;
|
|
127
|
+
export type DesynthBarChartEvents = NonNullable<unknown>;
|
|
128
|
+
export declare const DesynthBarChart: StencilReactComponent<DesynthBarChartElement, DesynthBarChartEvents>;
|
|
129
|
+
export type DesynthBookCardEvents = NonNullable<unknown>;
|
|
130
|
+
export declare const DesynthBookCard: StencilReactComponent<DesynthBookCardElement, DesynthBookCardEvents>;
|
|
131
|
+
export type DesynthBottomNavEvents = {
|
|
132
|
+
onHandleNavigate: EventName<CustomEvent<string>>;
|
|
133
|
+
};
|
|
134
|
+
export declare const DesynthBottomNav: StencilReactComponent<DesynthBottomNavElement, DesynthBottomNavEvents>;
|
|
47
135
|
export type DesynthBreadcrumbEvents = {
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
onHandleBlur: EventName<CustomEvent<void>>;
|
|
136
|
+
onHandleNavigate: EventName<CustomEvent<string>>;
|
|
137
|
+
onHandleBack: EventName<CustomEvent<void>>;
|
|
51
138
|
};
|
|
52
139
|
export declare const DesynthBreadcrumb: StencilReactComponent<DesynthBreadcrumbElement, DesynthBreadcrumbEvents>;
|
|
53
140
|
export type DesynthButtonEvents = {
|
|
@@ -58,18 +145,88 @@ export type DesynthButtonEvents = {
|
|
|
58
145
|
export declare const DesynthButton: StencilReactComponent<DesynthButtonElement, DesynthButtonEvents>;
|
|
59
146
|
export type DesynthButtonSliderEvents = NonNullable<unknown>;
|
|
60
147
|
export declare const DesynthButtonSlider: StencilReactComponent<DesynthButtonSliderElement, DesynthButtonSliderEvents>;
|
|
148
|
+
export type DesynthCalendarEvents = {
|
|
149
|
+
onHandleDrop: EventName<CustomEvent<{
|
|
150
|
+
cardId: string;
|
|
151
|
+
status: string;
|
|
152
|
+
}>>;
|
|
153
|
+
onHandleEdit: EventName<CustomEvent<{
|
|
154
|
+
id: string;
|
|
155
|
+
}>>;
|
|
156
|
+
onHandleRemove: EventName<CustomEvent<{
|
|
157
|
+
id: string;
|
|
158
|
+
}>>;
|
|
159
|
+
};
|
|
160
|
+
export declare const DesynthCalendar: StencilReactComponent<DesynthCalendarElement, DesynthCalendarEvents>;
|
|
161
|
+
export type DesynthCalloutEvents = NonNullable<unknown>;
|
|
162
|
+
export declare const DesynthCallout: StencilReactComponent<DesynthCalloutElement, DesynthCalloutEvents>;
|
|
61
163
|
export type DesynthCardEvents = NonNullable<unknown>;
|
|
62
164
|
export declare const DesynthCard: StencilReactComponent<DesynthCardElement, DesynthCardEvents>;
|
|
165
|
+
export type DesynthCardGridEvents = NonNullable<unknown>;
|
|
166
|
+
export declare const DesynthCardGrid: StencilReactComponent<DesynthCardGridElement, DesynthCardGridEvents>;
|
|
167
|
+
export type DesynthCenterEvents = NonNullable<unknown>;
|
|
168
|
+
export declare const DesynthCenter: StencilReactComponent<DesynthCenterElement, DesynthCenterEvents>;
|
|
169
|
+
export type DesynthChatEvents = {
|
|
170
|
+
onHandleStatus: EventName<CustomEvent<{
|
|
171
|
+
value: string;
|
|
172
|
+
}>>;
|
|
173
|
+
onHandleReply: EventName<CustomEvent<{
|
|
174
|
+
value: string;
|
|
175
|
+
}>>;
|
|
176
|
+
onHandleSend: EventName<CustomEvent<void>>;
|
|
177
|
+
onHandleEnter: EventName<CustomEvent<{
|
|
178
|
+
value: string;
|
|
179
|
+
}>>;
|
|
180
|
+
};
|
|
181
|
+
export declare const DesynthChat: StencilReactComponent<DesynthChatElement, DesynthChatEvents>;
|
|
182
|
+
export type DesynthCheckListEvents = {
|
|
183
|
+
onHandleToggle: EventName<CustomEvent<{
|
|
184
|
+
value: string;
|
|
185
|
+
checked: boolean;
|
|
186
|
+
}>>;
|
|
187
|
+
onHandleItemSelect: EventName<CustomEvent<{
|
|
188
|
+
value: string;
|
|
189
|
+
select: string;
|
|
190
|
+
}>>;
|
|
191
|
+
};
|
|
192
|
+
export declare const DesynthCheckList: StencilReactComponent<DesynthCheckListElement, DesynthCheckListEvents>;
|
|
63
193
|
export type DesynthCheckboxEvents = {
|
|
64
194
|
onHandleClick: EventName<DesynthCheckboxCustomEvent<CheckedChangeEventValue>>;
|
|
65
195
|
};
|
|
66
196
|
export declare const DesynthCheckbox: StencilReactComponent<DesynthCheckboxElement, DesynthCheckboxEvents>;
|
|
197
|
+
export type DesynthCheckoutEvents = {
|
|
198
|
+
onHandleClose: EventName<CustomEvent<void>>;
|
|
199
|
+
onHandleCopy: EventName<CustomEvent<void>>;
|
|
200
|
+
onHandleOpen: EventName<CustomEvent<void>>;
|
|
201
|
+
onHandleReconcile: EventName<CustomEvent<void>>;
|
|
202
|
+
onHandleReset: EventName<CustomEvent<void>>;
|
|
203
|
+
};
|
|
204
|
+
export declare const DesynthCheckout: StencilReactComponent<DesynthCheckoutElement, DesynthCheckoutEvents>;
|
|
205
|
+
export type DesynthChipSelectEvents = {
|
|
206
|
+
onHandleChange: EventName<CustomEvent<{
|
|
207
|
+
value: string;
|
|
208
|
+
}>>;
|
|
209
|
+
};
|
|
210
|
+
export declare const DesynthChipSelect: StencilReactComponent<DesynthChipSelectElement, DesynthChipSelectEvents>;
|
|
211
|
+
export type DesynthCtaBlockEvents = NonNullable<unknown>;
|
|
212
|
+
export declare const DesynthCtaBlock: StencilReactComponent<DesynthCtaBlockElement, DesynthCtaBlockEvents>;
|
|
213
|
+
export type DesynthDataTableEvents = {
|
|
214
|
+
onHandleAction: EventName<CustomEvent<{
|
|
215
|
+
rowId: string;
|
|
216
|
+
action: string;
|
|
217
|
+
}>>;
|
|
218
|
+
};
|
|
219
|
+
export declare const DesynthDataTable: StencilReactComponent<DesynthDataTableElement, DesynthDataTableEvents>;
|
|
67
220
|
export type DesynthDatePickerEvents = {
|
|
68
221
|
onDateChanged: EventName<DesynthDatePickerCustomEvent<InputChangeEventValue>>;
|
|
69
222
|
};
|
|
70
223
|
export declare const DesynthDatePicker: StencilReactComponent<DesynthDatePickerElement, DesynthDatePickerEvents>;
|
|
224
|
+
export type DesynthDeepSectionEvents = NonNullable<unknown>;
|
|
225
|
+
export declare const DesynthDeepSection: StencilReactComponent<DesynthDeepSectionElement, DesynthDeepSectionEvents>;
|
|
71
226
|
export type DesynthDividerEvents = NonNullable<unknown>;
|
|
72
227
|
export declare const DesynthDivider: StencilReactComponent<DesynthDividerElement, DesynthDividerEvents>;
|
|
228
|
+
export type DesynthDonutChartEvents = NonNullable<unknown>;
|
|
229
|
+
export declare const DesynthDonutChart: StencilReactComponent<DesynthDonutChartElement, DesynthDonutChartEvents>;
|
|
73
230
|
export type DesynthDrawerEvents = {
|
|
74
231
|
onHandleClick: EventName<CustomEvent<void>>;
|
|
75
232
|
onHandleFocus: EventName<CustomEvent<void>>;
|
|
@@ -82,22 +239,77 @@ export type DesynthDropFileEvents = {
|
|
|
82
239
|
export declare const DesynthDropFile: StencilReactComponent<DesynthDropFileElement, DesynthDropFileEvents>;
|
|
83
240
|
export type DesynthDropdownEvents = NonNullable<unknown>;
|
|
84
241
|
export declare const DesynthDropdown: StencilReactComponent<DesynthDropdownElement, DesynthDropdownEvents>;
|
|
242
|
+
export type DesynthEmptyEvents = NonNullable<unknown>;
|
|
243
|
+
export declare const DesynthEmpty: StencilReactComponent<DesynthEmptyElement, DesynthEmptyEvents>;
|
|
244
|
+
export type DesynthFeatureCardEvents = NonNullable<unknown>;
|
|
245
|
+
export declare const DesynthFeatureCard: StencilReactComponent<DesynthFeatureCardElement, DesynthFeatureCardEvents>;
|
|
246
|
+
export type DesynthFeedEvents = NonNullable<unknown>;
|
|
247
|
+
export declare const DesynthFeed: StencilReactComponent<DesynthFeedElement, DesynthFeedEvents>;
|
|
248
|
+
export type DesynthFilterCardEvents = {
|
|
249
|
+
onHandleApply: EventName<CustomEvent<void>>;
|
|
250
|
+
onHandleClear: EventName<CustomEvent<void>>;
|
|
251
|
+
};
|
|
252
|
+
export declare const DesynthFilterCard: StencilReactComponent<DesynthFilterCardElement, DesynthFilterCardEvents>;
|
|
85
253
|
export type DesynthFormEvents = {
|
|
86
254
|
onClickSubmit: EventName<CustomEvent<void>>;
|
|
87
255
|
onClickClear: EventName<CustomEvent<void>>;
|
|
88
256
|
onHandleChange: EventName<DesynthFormCustomEvent<IFormInput>>;
|
|
89
257
|
};
|
|
90
258
|
export declare const DesynthForm: StencilReactComponent<DesynthFormElement, DesynthFormEvents>;
|
|
259
|
+
export type DesynthGalleryCardEvents = NonNullable<unknown>;
|
|
260
|
+
export declare const DesynthGalleryCard: StencilReactComponent<DesynthGalleryCardElement, DesynthGalleryCardEvents>;
|
|
91
261
|
export type DesynthGridEvents = NonNullable<unknown>;
|
|
92
262
|
export declare const DesynthGrid: StencilReactComponent<DesynthGridElement, DesynthGridEvents>;
|
|
263
|
+
export type DesynthHbarChartEvents = NonNullable<unknown>;
|
|
264
|
+
export declare const DesynthHbarChart: StencilReactComponent<DesynthHbarChartElement, DesynthHbarChartEvents>;
|
|
93
265
|
export type DesynthHeaderEvents = NonNullable<unknown>;
|
|
94
266
|
export declare const DesynthHeader: StencilReactComponent<DesynthHeaderElement, DesynthHeaderEvents>;
|
|
267
|
+
export type DesynthHeroPanelEvents = NonNullable<unknown>;
|
|
268
|
+
export declare const DesynthHeroPanel: StencilReactComponent<DesynthHeroPanelElement, DesynthHeroPanelEvents>;
|
|
269
|
+
export type DesynthInboxEvents = {
|
|
270
|
+
onHandleBack: EventName<CustomEvent<void>>;
|
|
271
|
+
};
|
|
272
|
+
export declare const DesynthInbox: StencilReactComponent<DesynthInboxElement, DesynthInboxEvents>;
|
|
273
|
+
export type DesynthInboxItemEvents = {
|
|
274
|
+
onHandleClick: EventName<CustomEvent<void>>;
|
|
275
|
+
};
|
|
276
|
+
export declare const DesynthInboxItem: StencilReactComponent<DesynthInboxItemElement, DesynthInboxItemEvents>;
|
|
277
|
+
export type DesynthInfoCardEvents = NonNullable<unknown>;
|
|
278
|
+
export declare const DesynthInfoCard: StencilReactComponent<DesynthInfoCardElement, DesynthInfoCardEvents>;
|
|
279
|
+
export type DesynthIntegCardEvents = NonNullable<unknown>;
|
|
280
|
+
export declare const DesynthIntegCard: StencilReactComponent<DesynthIntegCardElement, DesynthIntegCardEvents>;
|
|
281
|
+
export type DesynthKanbanEvents = {
|
|
282
|
+
onHandleDrop: EventName<CustomEvent<{
|
|
283
|
+
cardId: string;
|
|
284
|
+
status: string;
|
|
285
|
+
}>>;
|
|
286
|
+
};
|
|
287
|
+
export declare const DesynthKanban: StencilReactComponent<DesynthKanbanElement, DesynthKanbanEvents>;
|
|
288
|
+
export type DesynthKpiCardEvents = NonNullable<unknown>;
|
|
289
|
+
export declare const DesynthKpiCard: StencilReactComponent<DesynthKpiCardElement, DesynthKpiCardEvents>;
|
|
290
|
+
export type DesynthKvEvents = NonNullable<unknown>;
|
|
291
|
+
export declare const DesynthKv: StencilReactComponent<DesynthKvElement, DesynthKvEvents>;
|
|
95
292
|
export type DesynthListEvents = {
|
|
96
293
|
onItemClicked: EventName<DesynthListCustomEvent<ListItem>>;
|
|
97
294
|
};
|
|
98
295
|
export declare const DesynthList: StencilReactComponent<DesynthListElement, DesynthListEvents>;
|
|
296
|
+
export type DesynthListingCardEvents = NonNullable<unknown>;
|
|
297
|
+
export declare const DesynthListingCard: StencilReactComponent<DesynthListingCardElement, DesynthListingCardEvents>;
|
|
99
298
|
export type DesynthLoaderEvents = NonNullable<unknown>;
|
|
100
299
|
export declare const DesynthLoader: StencilReactComponent<DesynthLoaderElement, DesynthLoaderEvents>;
|
|
300
|
+
export type DesynthMaterialListEvents = {
|
|
301
|
+
onHandleAdd: EventName<CustomEvent<{
|
|
302
|
+
id: string;
|
|
303
|
+
}>>;
|
|
304
|
+
onHandleQty: EventName<CustomEvent<{
|
|
305
|
+
id: string;
|
|
306
|
+
value: string;
|
|
307
|
+
}>>;
|
|
308
|
+
onHandleRemove: EventName<CustomEvent<{
|
|
309
|
+
id: string;
|
|
310
|
+
}>>;
|
|
311
|
+
};
|
|
312
|
+
export declare const DesynthMaterialList: StencilReactComponent<DesynthMaterialListElement, DesynthMaterialListEvents>;
|
|
101
313
|
export type DesynthModalEvents = {
|
|
102
314
|
onHandleOpen: EventName<CustomEvent<void>>;
|
|
103
315
|
onHandleClose: EventName<CustomEvent<void>>;
|
|
@@ -108,20 +320,78 @@ export type DesynthMultiStepperEvents = {
|
|
|
108
320
|
onHandleSubmit: EventName<CustomEvent<void>>;
|
|
109
321
|
};
|
|
110
322
|
export declare const DesynthMultiStepper: StencilReactComponent<DesynthMultiStepperElement, DesynthMultiStepperEvents>;
|
|
323
|
+
export type DesynthNavEvents = {
|
|
324
|
+
onHandleClick: EventName<CustomEvent<{
|
|
325
|
+
index: number;
|
|
326
|
+
}>>;
|
|
327
|
+
};
|
|
328
|
+
export declare const DesynthNav: StencilReactComponent<DesynthNavElement, DesynthNavEvents>;
|
|
329
|
+
export type DesynthPageEvents = NonNullable<unknown>;
|
|
330
|
+
export declare const DesynthPage: StencilReactComponent<DesynthPageElement, DesynthPageEvents>;
|
|
331
|
+
export type DesynthPanelEvents = NonNullable<unknown>;
|
|
332
|
+
export declare const DesynthPanel: StencilReactComponent<DesynthPanelElement, DesynthPanelEvents>;
|
|
111
333
|
export type DesynthPaperEvents = NonNullable<unknown>;
|
|
112
334
|
export declare const DesynthPaper: StencilReactComponent<DesynthPaperElement, DesynthPaperEvents>;
|
|
335
|
+
export type DesynthParagraphEvents = {
|
|
336
|
+
onHandleEdit: EventName<CustomEvent<void>>;
|
|
337
|
+
onHandleDelete: EventName<CustomEvent<void>>;
|
|
338
|
+
onHandleRemoveImage: EventName<CustomEvent<{
|
|
339
|
+
id: string;
|
|
340
|
+
}>>;
|
|
341
|
+
onHandleAddImage: EventName<DesynthParagraphCustomEvent<{
|
|
342
|
+
file: File | null;
|
|
343
|
+
}>>;
|
|
344
|
+
onHandleLinkGallery: EventName<CustomEvent<{
|
|
345
|
+
albumId: string;
|
|
346
|
+
}>>;
|
|
347
|
+
};
|
|
348
|
+
export declare const DesynthParagraph: StencilReactComponent<DesynthParagraphElement, DesynthParagraphEvents>;
|
|
349
|
+
export type DesynthPickerListEvents = {
|
|
350
|
+
onHandleToggle: EventName<CustomEvent<{
|
|
351
|
+
id: string;
|
|
352
|
+
}>>;
|
|
353
|
+
};
|
|
354
|
+
export declare const DesynthPickerList: StencilReactComponent<DesynthPickerListElement, DesynthPickerListEvents>;
|
|
113
355
|
export type DesynthRatingEvents = {
|
|
114
356
|
onHandleChange: EventName<DesynthRatingCustomEvent<TextInputChangeEventValue>>;
|
|
115
357
|
};
|
|
116
358
|
export declare const DesynthRating: StencilReactComponent<DesynthRatingElement, DesynthRatingEvents>;
|
|
359
|
+
export type DesynthReaderEvents = {
|
|
360
|
+
onHandleClose: EventName<CustomEvent<void>>;
|
|
361
|
+
};
|
|
362
|
+
export declare const DesynthReader: StencilReactComponent<DesynthReaderElement, DesynthReaderEvents>;
|
|
117
363
|
export type DesynthRendererEvents = NonNullable<unknown>;
|
|
118
364
|
export declare const DesynthRenderer: StencilReactComponent<DesynthRendererElement, DesynthRendererEvents>;
|
|
365
|
+
export type DesynthScreenEvents = NonNullable<unknown>;
|
|
366
|
+
export declare const DesynthScreen: StencilReactComponent<DesynthScreenElement, DesynthScreenEvents>;
|
|
367
|
+
export type DesynthSectionHeadEvents = NonNullable<unknown>;
|
|
368
|
+
export declare const DesynthSectionHead: StencilReactComponent<DesynthSectionHeadElement, DesynthSectionHeadEvents>;
|
|
369
|
+
export type DesynthSectionHeroEvents = NonNullable<unknown>;
|
|
370
|
+
export declare const DesynthSectionHero: StencilReactComponent<DesynthSectionHeroElement, DesynthSectionHeroEvents>;
|
|
119
371
|
export type DesynthSelectEvents = {
|
|
120
372
|
onHandleChange: EventName<DesynthSelectCustomEvent<Options>>;
|
|
121
373
|
onHandleInput: EventName<DesynthSelectCustomEvent<HTMLInputElement>>;
|
|
122
374
|
onHandleFocus: EventName<CustomEvent<void>>;
|
|
123
375
|
};
|
|
124
376
|
export declare const DesynthSelect: StencilReactComponent<DesynthSelectElement, DesynthSelectEvents>;
|
|
377
|
+
export type DesynthShellEvents = {
|
|
378
|
+
onHandleToggle: EventName<CustomEvent<void>>;
|
|
379
|
+
onHandleNavigate: EventName<CustomEvent<string>>;
|
|
380
|
+
};
|
|
381
|
+
export declare const DesynthShell: StencilReactComponent<DesynthShellElement, DesynthShellEvents>;
|
|
382
|
+
export type DesynthSidebarEvents = {
|
|
383
|
+
onHandleNavigate: EventName<CustomEvent<string>>;
|
|
384
|
+
onHandleToggle: EventName<CustomEvent<boolean>>;
|
|
385
|
+
};
|
|
386
|
+
export declare const DesynthSidebar: StencilReactComponent<DesynthSidebarElement, DesynthSidebarEvents>;
|
|
387
|
+
export type DesynthSiteFooterEvents = NonNullable<unknown>;
|
|
388
|
+
export declare const DesynthSiteFooter: StencilReactComponent<DesynthSiteFooterElement, DesynthSiteFooterEvents>;
|
|
389
|
+
export type DesynthStatGridEvents = NonNullable<unknown>;
|
|
390
|
+
export declare const DesynthStatGrid: StencilReactComponent<DesynthStatGridElement, DesynthStatGridEvents>;
|
|
391
|
+
export type DesynthStatsEvents = NonNullable<unknown>;
|
|
392
|
+
export declare const DesynthStats: StencilReactComponent<DesynthStatsElement, DesynthStatsEvents>;
|
|
393
|
+
export type DesynthStatusPillEvents = NonNullable<unknown>;
|
|
394
|
+
export declare const DesynthStatusPill: StencilReactComponent<DesynthStatusPillElement, DesynthStatusPillEvents>;
|
|
125
395
|
export type DesynthStepStepperEvents = NonNullable<unknown>;
|
|
126
396
|
export declare const DesynthStepStepper: StencilReactComponent<DesynthStepStepperElement, DesynthStepStepperEvents>;
|
|
127
397
|
export type DesynthSwitchEvents = {
|
|
@@ -138,6 +408,15 @@ export type DesynthTableEvents = {
|
|
|
138
408
|
onDropEvent: EventName<CustomEvent<any>>;
|
|
139
409
|
};
|
|
140
410
|
export declare const DesynthTable: StencilReactComponent<DesynthTableElement, DesynthTableEvents>;
|
|
411
|
+
export type DesynthTabsEvents = {
|
|
412
|
+
onHandleChange: EventName<CustomEvent<{
|
|
413
|
+
id: string;
|
|
414
|
+
index: number;
|
|
415
|
+
}>>;
|
|
416
|
+
};
|
|
417
|
+
export declare const DesynthTabs: StencilReactComponent<DesynthTabsElement, DesynthTabsEvents>;
|
|
418
|
+
export type DesynthTechGridEvents = NonNullable<unknown>;
|
|
419
|
+
export declare const DesynthTechGrid: StencilReactComponent<DesynthTechGridElement, DesynthTechGridEvents>;
|
|
141
420
|
export type DesynthTextEvents = NonNullable<unknown>;
|
|
142
421
|
export declare const DesynthText: StencilReactComponent<DesynthTextElement, DesynthTextEvents>;
|
|
143
422
|
export type DesynthTextAreaEvents = {
|
|
@@ -154,8 +433,31 @@ export type DesynthTextInputEvents = {
|
|
|
154
433
|
onHandleBlur: EventName<CustomEvent<void>>;
|
|
155
434
|
};
|
|
156
435
|
export declare const DesynthTextInput: StencilReactComponent<DesynthTextInputElement, DesynthTextInputEvents>;
|
|
436
|
+
export type DesynthThumbPickerEvents = {
|
|
437
|
+
onHandleSelect: EventName<CustomEvent<{
|
|
438
|
+
id: string;
|
|
439
|
+
src: string;
|
|
440
|
+
}>>;
|
|
441
|
+
onHandleToggle: EventName<CustomEvent<{
|
|
442
|
+
id: string;
|
|
443
|
+
src: string;
|
|
444
|
+
checked: boolean;
|
|
445
|
+
}>>;
|
|
446
|
+
};
|
|
447
|
+
export declare const DesynthThumbPicker: StencilReactComponent<DesynthThumbPickerElement, DesynthThumbPickerEvents>;
|
|
157
448
|
export type DesynthTooltipEvents = NonNullable<unknown>;
|
|
158
449
|
export declare const DesynthTooltip: StencilReactComponent<DesynthTooltipElement, DesynthTooltipEvents>;
|
|
450
|
+
export type DesynthUploadEvents = {
|
|
451
|
+
onHandleFile: EventName<DesynthUploadCustomEvent<{
|
|
452
|
+
file: File | null;
|
|
453
|
+
}>>;
|
|
454
|
+
};
|
|
455
|
+
export declare const DesynthUpload: StencilReactComponent<DesynthUploadElement, DesynthUploadEvents>;
|
|
456
|
+
export type DesynthVoiceInputEvents = {
|
|
457
|
+
onHandleToggle: EventName<CustomEvent<void>>;
|
|
458
|
+
onHandleToggleLock: EventName<CustomEvent<void>>;
|
|
459
|
+
};
|
|
460
|
+
export declare const DesynthVoiceInput: StencilReactComponent<DesynthVoiceInputElement, DesynthVoiceInputEvents>;
|
|
159
461
|
export type HorizontalCardsEvents = NonNullable<unknown>;
|
|
160
462
|
export declare const HorizontalCards: StencilReactComponent<HorizontalCardsElement, HorizontalCardsEvents>;
|
|
161
463
|
export type HtmlEditorEvents = {
|