@sellmate/design-system-react 1.0.62 → 1.0.63
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/README.md +1 -1
- package/dist/components/components.d.ts +55 -13
- package/dist/components/components.js +97 -19
- package/dist/components/components.server.d.ts +55 -13
- package/dist/components/components.server.js +131 -18
- package/dist/hooks/useSdTableVirtualScroll.d.ts +11 -0
- package/dist/hooks/useSdTableVirtualScroll.js +56 -0
- package/dist/index.d.ts +5 -3
- package/dist/index.js +2 -1
- package/dist/sdModal.d.ts +2 -1
- package/dist/sdModal.js +4 -6
- package/lib/components/components.server.ts +207 -72
- package/lib/components/components.ts +147 -28
- package/lib/hooks/useSdTableVirtualScroll.ts +82 -0
- package/lib/index.ts +4 -3
- package/lib/sdModal.ts +6 -9
- package/package.json +2 -2
- package/dist/SdTable.d.ts +0 -40
- package/dist/SdTable.js +0 -74
- package/lib/SdTable.tsx +0 -185
package/README.md
CHANGED
|
@@ -38,7 +38,7 @@ export function App() {
|
|
|
38
38
|
- `SdInput` - Input component
|
|
39
39
|
- `SdCheckbox` - Checkbox component
|
|
40
40
|
- `SdSelect` - Select dropdown component
|
|
41
|
-
- `
|
|
41
|
+
- `SdTableBackup` - Table component
|
|
42
42
|
- `SdTag` - Tag component
|
|
43
43
|
- `SdIcon` - Icon component
|
|
44
44
|
- `SdTooltip` - Tooltip component
|
|
@@ -2,7 +2,7 @@
|
|
|
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 CheckedType, type DateRangeValue, type DropdownButtonValue, type RadioValue, type SdBarcodeInputCustomEvent, type SdButtonCustomEvent, type SdButtonV2CustomEvent, type SdCheckboxCustomEvent, type SdDateRangePickerCustomEvent, type SdDropdownButtonCustomEvent, type SdFilePickerCustomEvent, type SdGhostButtonCustomEvent, type SdInputCustomEvent, type SdNumberInputCustomEvent, type
|
|
5
|
+
import { type CheckedType, type DateRangeValue, type DropdownButtonValue, type RadioValue, type Row, type SdBarcodeInputCustomEvent, type SdButtonCustomEvent, type SdButtonV2CustomEvent, type SdCheckboxCustomEvent, type SdDateRangePickerCustomEvent, type SdDropdownButtonCustomEvent, type SdFilePickerCustomEvent, type SdGhostButtonCustomEvent, type SdInputCustomEvent, type SdNumberInputCustomEvent, type SdRadioButtonCustomEvent, type SdRadioCustomEvent, type SdRadioGroupCustomEvent, type SdSelectCustomEvent, type SdSelectDropdownCustomEvent, type SdSelectGroupCustomEvent, type SdSelectMultipleCustomEvent, type SdSelectMultipleGroupCustomEvent, type SdSelectOptionCustomEvent, type SdSelectOptionGroupCustomEvent, type SdSelectV2CustomEvent, type SdSelectV2ListItemCustomEvent, type SdSelectV2ListboxCustomEvent, type SdTableCustomEvent, type SdTextareaCustomEvent, type SelectEvents, type SelectMultipleEvents, type SelectOption, type SelectOptionGroup, type SelectV2Option, type SelectV2OptionSelectDetail, type SelectV2Value } from "@sellmate/design-system";
|
|
6
6
|
import { SdActionModal as SdActionModalElement } from "@sellmate/design-system/dist/components/sd-action-modal.js";
|
|
7
7
|
import { SdBadge as SdBadgeElement } from "@sellmate/design-system/dist/components/sd-badge.js";
|
|
8
8
|
import { SdBarcodeInput as SdBarcodeInputElement } from "@sellmate/design-system/dist/components/sd-barcode-input.js";
|
|
@@ -11,6 +11,7 @@ import { SdButton as SdButtonElement } from "@sellmate/design-system/dist/compon
|
|
|
11
11
|
import { SdCalendar as SdCalendarElement } from "@sellmate/design-system/dist/components/sd-calendar.js";
|
|
12
12
|
import { SdCard as SdCardElement } from "@sellmate/design-system/dist/components/sd-card.js";
|
|
13
13
|
import { SdCheckbox as SdCheckboxElement } from "@sellmate/design-system/dist/components/sd-checkbox.js";
|
|
14
|
+
import { SdCircleProgress as SdCircleProgressElement } from "@sellmate/design-system/dist/components/sd-circle-progress.js";
|
|
14
15
|
import { SdConfirmModal as SdConfirmModalElement } from "@sellmate/design-system/dist/components/sd-confirm-modal.js";
|
|
15
16
|
import { SdDateBox as SdDateBoxElement } from "@sellmate/design-system/dist/components/sd-date-box.js";
|
|
16
17
|
import { SdDatePickerCalendar as SdDatePickerCalendarElement } from "@sellmate/design-system/dist/components/sd-date-picker-calendar.js";
|
|
@@ -27,14 +28,15 @@ import { SdGhostButton as SdGhostButtonElement } from "@sellmate/design-system/d
|
|
|
27
28
|
import { SdGuide as SdGuideElement } from "@sellmate/design-system/dist/components/sd-guide.js";
|
|
28
29
|
import { SdIcon as SdIconElement } from "@sellmate/design-system/dist/components/sd-icon.js";
|
|
29
30
|
import { SdInput as SdInputElement } from "@sellmate/design-system/dist/components/sd-input.js";
|
|
30
|
-
import {
|
|
31
|
+
import { SdLoadingContainer as SdLoadingContainerElement } from "@sellmate/design-system/dist/components/sd-loading-container.js";
|
|
32
|
+
import { SdLoadingModal as SdLoadingModalElement } from "@sellmate/design-system/dist/components/sd-loading-modal.js";
|
|
31
33
|
import { SdModalContainer as SdModalContainerElement } from "@sellmate/design-system/dist/components/sd-modal-container.js";
|
|
32
34
|
import { SdNumberInput as SdNumberInputElement } from "@sellmate/design-system/dist/components/sd-number-input.js";
|
|
33
35
|
import { SdPagination as SdPaginationElement } from "@sellmate/design-system/dist/components/sd-pagination.js";
|
|
34
36
|
import { SdPopover as SdPopoverElement } from "@sellmate/design-system/dist/components/sd-popover.js";
|
|
35
37
|
import { SdPortal as SdPortalElement } from "@sellmate/design-system/dist/components/sd-portal.js";
|
|
36
38
|
import { SdProgress as SdProgressElement } from "@sellmate/design-system/dist/components/sd-progress.js";
|
|
37
|
-
import {
|
|
39
|
+
import { SdRadioButton as SdRadioButtonElement } from "@sellmate/design-system/dist/components/sd-radio-button.js";
|
|
38
40
|
import { SdRadioGroup as SdRadioGroupElement } from "@sellmate/design-system/dist/components/sd-radio-group.js";
|
|
39
41
|
import { SdRadio as SdRadioElement } from "@sellmate/design-system/dist/components/sd-radio.js";
|
|
40
42
|
import { SdSelectDropdown as SdSelectDropdownElement } from "@sellmate/design-system/dist/components/sd-select-dropdown.js";
|
|
@@ -50,15 +52,21 @@ import { SdSelectV2Listbox as SdSelectV2ListboxElement } from "@sellmate/design-
|
|
|
50
52
|
import { SdSelectV2Trigger as SdSelectV2TriggerElement } from "@sellmate/design-system/dist/components/sd-select-v2-trigger.js";
|
|
51
53
|
import { SdSelectV2 as SdSelectV2Element } from "@sellmate/design-system/dist/components/sd-select-v2.js";
|
|
52
54
|
import { SdSelect as SdSelectElement } from "@sellmate/design-system/dist/components/sd-select.js";
|
|
55
|
+
import { SdSwitch as SdSwitchElement } from "@sellmate/design-system/dist/components/sd-switch.js";
|
|
56
|
+
import { SdTable as SdTableElement } from "@sellmate/design-system/dist/components/sd-table.js";
|
|
53
57
|
import { SdTabs as SdTabsElement } from "@sellmate/design-system/dist/components/sd-tabs.js";
|
|
54
58
|
import { SdTag as SdTagElement } from "@sellmate/design-system/dist/components/sd-tag.js";
|
|
59
|
+
import { SdTbody as SdTbodyElement } from "@sellmate/design-system/dist/components/sd-tbody.js";
|
|
60
|
+
import { SdTd as SdTdElement } from "@sellmate/design-system/dist/components/sd-td.js";
|
|
55
61
|
import { SdTextLink as SdTextLinkElement } from "@sellmate/design-system/dist/components/sd-text-link.js";
|
|
56
62
|
import { SdTextarea as SdTextareaElement } from "@sellmate/design-system/dist/components/sd-textarea.js";
|
|
63
|
+
import { SdThead as SdTheadElement } from "@sellmate/design-system/dist/components/sd-thead.js";
|
|
57
64
|
import { SdToastContainer as SdToastContainerElement } from "@sellmate/design-system/dist/components/sd-toast-container.js";
|
|
58
65
|
import { SdToast as SdToastElement } from "@sellmate/design-system/dist/components/sd-toast.js";
|
|
59
|
-
import { SdToggleButton as SdToggleButtonElement } from "@sellmate/design-system/dist/components/sd-toggle-button.js";
|
|
60
66
|
import { SdToggle as SdToggleElement } from "@sellmate/design-system/dist/components/sd-toggle.js";
|
|
61
67
|
import { SdTooltip as SdTooltipElement } from "@sellmate/design-system/dist/components/sd-tooltip.js";
|
|
68
|
+
import { SdTr as SdTrElement } from "@sellmate/design-system/dist/components/sd-tr.js";
|
|
69
|
+
import { TableTest as TableTestElement } from "@sellmate/design-system/dist/components/table-test.js";
|
|
62
70
|
import type { EventName, StencilReactComponent } from '@stencil/react-output-target/runtime';
|
|
63
71
|
export type SdActionModalEvents = {
|
|
64
72
|
onSdClose: EventName<CustomEvent<void>>;
|
|
@@ -95,6 +103,8 @@ export type SdCheckboxEvents = {
|
|
|
95
103
|
onSdUpdate: EventName<SdCheckboxCustomEvent<CheckedType>>;
|
|
96
104
|
};
|
|
97
105
|
export declare const SdCheckbox: StencilReactComponent<SdCheckboxElement, SdCheckboxEvents>;
|
|
106
|
+
export type SdCircleProgressEvents = NonNullable<unknown>;
|
|
107
|
+
export declare const SdCircleProgress: StencilReactComponent<SdCircleProgressElement, SdCircleProgressEvents>;
|
|
98
108
|
export type SdConfirmModalEvents = {
|
|
99
109
|
onSdClose: EventName<CustomEvent<void>>;
|
|
100
110
|
onSdCancel: EventName<CustomEvent<void>>;
|
|
@@ -182,8 +192,12 @@ export type SdInputEvents = {
|
|
|
182
192
|
onSdBlur: EventName<SdInputCustomEvent<Event>>;
|
|
183
193
|
};
|
|
184
194
|
export declare const SdInput: StencilReactComponent<SdInputElement, SdInputEvents>;
|
|
185
|
-
export type
|
|
186
|
-
export declare const
|
|
195
|
+
export type SdLoadingContainerEvents = NonNullable<unknown>;
|
|
196
|
+
export declare const SdLoadingContainer: StencilReactComponent<SdLoadingContainerElement, SdLoadingContainerEvents>;
|
|
197
|
+
export type SdLoadingModalEvents = {
|
|
198
|
+
onSdClick: EventName<CustomEvent<void>>;
|
|
199
|
+
};
|
|
200
|
+
export declare const SdLoadingModal: StencilReactComponent<SdLoadingModalElement, SdLoadingModalEvents>;
|
|
187
201
|
export type SdModalContainerEvents = NonNullable<unknown>;
|
|
188
202
|
export declare const SdModalContainer: StencilReactComponent<SdModalContainerElement, SdModalContainerEvents>;
|
|
189
203
|
export type SdNumberInputEvents = {
|
|
@@ -208,10 +222,10 @@ export type SdRadioEvents = {
|
|
|
208
222
|
onSdUpdate: EventName<SdRadioCustomEvent<RadioValue>>;
|
|
209
223
|
};
|
|
210
224
|
export declare const SdRadio: StencilReactComponent<SdRadioElement, SdRadioEvents>;
|
|
211
|
-
export type
|
|
212
|
-
onSdUpdate: EventName<
|
|
225
|
+
export type SdRadioButtonEvents = {
|
|
226
|
+
onSdUpdate: EventName<SdRadioButtonCustomEvent<RadioValue>>;
|
|
213
227
|
};
|
|
214
|
-
export declare const
|
|
228
|
+
export declare const SdRadioButton: StencilReactComponent<SdRadioButtonElement, SdRadioButtonEvents>;
|
|
215
229
|
export type SdRadioGroupEvents = {
|
|
216
230
|
onSdUpdate: EventName<SdRadioGroupCustomEvent<RadioValue>>;
|
|
217
231
|
};
|
|
@@ -292,12 +306,36 @@ export type SdSelectV2TriggerEvents = {
|
|
|
292
306
|
onSdTriggerClick: EventName<CustomEvent<void>>;
|
|
293
307
|
};
|
|
294
308
|
export declare const SdSelectV2Trigger: StencilReactComponent<SdSelectV2TriggerElement, SdSelectV2TriggerEvents>;
|
|
309
|
+
export type SdSwitchEvents = {
|
|
310
|
+
onSdUpdate: EventName<CustomEvent<boolean>>;
|
|
311
|
+
};
|
|
312
|
+
export declare const SdSwitch: StencilReactComponent<SdSwitchElement, SdSwitchEvents>;
|
|
313
|
+
export type SdTableEvents = {
|
|
314
|
+
onSdSelectChange: EventName<SdTableCustomEvent<Row[]>>;
|
|
315
|
+
onSdPageChange: EventName<CustomEvent<number>>;
|
|
316
|
+
onSdRowsPerPageChange: EventName<CustomEvent<number>>;
|
|
317
|
+
onSdVirtualUpdate: EventName<CustomEvent<{
|
|
318
|
+
from: number;
|
|
319
|
+
to: number;
|
|
320
|
+
}>>;
|
|
321
|
+
onSdVirtualReachEnd: EventName<CustomEvent<{
|
|
322
|
+
from: number;
|
|
323
|
+
to: number;
|
|
324
|
+
rowCount: number;
|
|
325
|
+
threshold: number;
|
|
326
|
+
}>>;
|
|
327
|
+
};
|
|
328
|
+
export declare const SdTable: StencilReactComponent<SdTableElement, SdTableEvents>;
|
|
295
329
|
export type SdTabsEvents = {
|
|
296
330
|
onSdUpdate: EventName<CustomEvent<string>>;
|
|
297
331
|
};
|
|
298
332
|
export declare const SdTabs: StencilReactComponent<SdTabsElement, SdTabsEvents>;
|
|
299
333
|
export type SdTagEvents = NonNullable<unknown>;
|
|
300
334
|
export declare const SdTag: StencilReactComponent<SdTagElement, SdTagEvents>;
|
|
335
|
+
export type SdTbodyEvents = NonNullable<unknown>;
|
|
336
|
+
export declare const SdTbody: StencilReactComponent<SdTbodyElement, SdTbodyEvents>;
|
|
337
|
+
export type SdTdEvents = NonNullable<unknown>;
|
|
338
|
+
export declare const SdTd: StencilReactComponent<SdTdElement, SdTdEvents>;
|
|
301
339
|
export type SdTextLinkEvents = {
|
|
302
340
|
onSdClick: EventName<CustomEvent<void>>;
|
|
303
341
|
};
|
|
@@ -308,6 +346,8 @@ export type SdTextareaEvents = {
|
|
|
308
346
|
onSdBlur: EventName<SdTextareaCustomEvent<Event>>;
|
|
309
347
|
};
|
|
310
348
|
export declare const SdTextarea: StencilReactComponent<SdTextareaElement, SdTextareaEvents>;
|
|
349
|
+
export type SdTheadEvents = NonNullable<unknown>;
|
|
350
|
+
export declare const SdThead: StencilReactComponent<SdTheadElement, SdTheadEvents>;
|
|
311
351
|
export type SdToastEvents = {
|
|
312
352
|
onSdClose: EventName<CustomEvent<void>>;
|
|
313
353
|
};
|
|
@@ -325,9 +365,11 @@ export type SdToggleEvents = {
|
|
|
325
365
|
onSdUpdate: EventName<CustomEvent<boolean>>;
|
|
326
366
|
};
|
|
327
367
|
export declare const SdToggle: StencilReactComponent<SdToggleElement, SdToggleEvents>;
|
|
328
|
-
export type SdToggleButtonEvents = {
|
|
329
|
-
onSdUpdate: EventName<CustomEvent<boolean>>;
|
|
330
|
-
};
|
|
331
|
-
export declare const SdToggleButton: StencilReactComponent<SdToggleButtonElement, SdToggleButtonEvents>;
|
|
332
368
|
export type SdTooltipEvents = NonNullable<unknown>;
|
|
333
369
|
export declare const SdTooltip: StencilReactComponent<SdTooltipElement, SdTooltipEvents>;
|
|
370
|
+
export type SdTrEvents = NonNullable<unknown>;
|
|
371
|
+
export declare const SdTr: StencilReactComponent<SdTrElement, SdTrEvents>;
|
|
372
|
+
export type TableTestEvents = {
|
|
373
|
+
onTableReady: EventName<CustomEvent<void>>;
|
|
374
|
+
};
|
|
375
|
+
export declare const TableTest: StencilReactComponent<TableTestElement, TableTestEvents>;
|
|
@@ -7,6 +7,7 @@ import { SdButton as SdButtonElement, defineCustomElement as defineSdButton } fr
|
|
|
7
7
|
import { SdCalendar as SdCalendarElement, defineCustomElement as defineSdCalendar } from "@sellmate/design-system/dist/components/sd-calendar.js";
|
|
8
8
|
import { SdCard as SdCardElement, defineCustomElement as defineSdCard } from "@sellmate/design-system/dist/components/sd-card.js";
|
|
9
9
|
import { SdCheckbox as SdCheckboxElement, defineCustomElement as defineSdCheckbox } from "@sellmate/design-system/dist/components/sd-checkbox.js";
|
|
10
|
+
import { SdCircleProgress as SdCircleProgressElement, defineCustomElement as defineSdCircleProgress } from "@sellmate/design-system/dist/components/sd-circle-progress.js";
|
|
10
11
|
import { SdConfirmModal as SdConfirmModalElement, defineCustomElement as defineSdConfirmModal } from "@sellmate/design-system/dist/components/sd-confirm-modal.js";
|
|
11
12
|
import { SdDateBox as SdDateBoxElement, defineCustomElement as defineSdDateBox } from "@sellmate/design-system/dist/components/sd-date-box.js";
|
|
12
13
|
import { SdDatePickerCalendar as SdDatePickerCalendarElement, defineCustomElement as defineSdDatePickerCalendar } from "@sellmate/design-system/dist/components/sd-date-picker-calendar.js";
|
|
@@ -23,14 +24,15 @@ import { SdGhostButton as SdGhostButtonElement, defineCustomElement as defineSdG
|
|
|
23
24
|
import { SdGuide as SdGuideElement, defineCustomElement as defineSdGuide } from "@sellmate/design-system/dist/components/sd-guide.js";
|
|
24
25
|
import { SdIcon as SdIconElement, defineCustomElement as defineSdIcon } from "@sellmate/design-system/dist/components/sd-icon.js";
|
|
25
26
|
import { SdInput as SdInputElement, defineCustomElement as defineSdInput } from "@sellmate/design-system/dist/components/sd-input.js";
|
|
26
|
-
import {
|
|
27
|
+
import { SdLoadingContainer as SdLoadingContainerElement, defineCustomElement as defineSdLoadingContainer } from "@sellmate/design-system/dist/components/sd-loading-container.js";
|
|
28
|
+
import { SdLoadingModal as SdLoadingModalElement, defineCustomElement as defineSdLoadingModal } from "@sellmate/design-system/dist/components/sd-loading-modal.js";
|
|
27
29
|
import { SdModalContainer as SdModalContainerElement, defineCustomElement as defineSdModalContainer } from "@sellmate/design-system/dist/components/sd-modal-container.js";
|
|
28
30
|
import { SdNumberInput as SdNumberInputElement, defineCustomElement as defineSdNumberInput } from "@sellmate/design-system/dist/components/sd-number-input.js";
|
|
29
31
|
import { SdPagination as SdPaginationElement, defineCustomElement as defineSdPagination } from "@sellmate/design-system/dist/components/sd-pagination.js";
|
|
30
32
|
import { SdPopover as SdPopoverElement, defineCustomElement as defineSdPopover } from "@sellmate/design-system/dist/components/sd-popover.js";
|
|
31
33
|
import { SdPortal as SdPortalElement, defineCustomElement as defineSdPortal } from "@sellmate/design-system/dist/components/sd-portal.js";
|
|
32
34
|
import { SdProgress as SdProgressElement, defineCustomElement as defineSdProgress } from "@sellmate/design-system/dist/components/sd-progress.js";
|
|
33
|
-
import {
|
|
35
|
+
import { SdRadioButton as SdRadioButtonElement, defineCustomElement as defineSdRadioButton } from "@sellmate/design-system/dist/components/sd-radio-button.js";
|
|
34
36
|
import { SdRadioGroup as SdRadioGroupElement, defineCustomElement as defineSdRadioGroup } from "@sellmate/design-system/dist/components/sd-radio-group.js";
|
|
35
37
|
import { SdRadio as SdRadioElement, defineCustomElement as defineSdRadio } from "@sellmate/design-system/dist/components/sd-radio.js";
|
|
36
38
|
import { SdSelectDropdown as SdSelectDropdownElement, defineCustomElement as defineSdSelectDropdown } from "@sellmate/design-system/dist/components/sd-select-dropdown.js";
|
|
@@ -46,15 +48,21 @@ import { SdSelectV2Listbox as SdSelectV2ListboxElement, defineCustomElement as d
|
|
|
46
48
|
import { SdSelectV2Trigger as SdSelectV2TriggerElement, defineCustomElement as defineSdSelectV2Trigger } from "@sellmate/design-system/dist/components/sd-select-v2-trigger.js";
|
|
47
49
|
import { SdSelectV2 as SdSelectV2Element, defineCustomElement as defineSdSelectV2 } from "@sellmate/design-system/dist/components/sd-select-v2.js";
|
|
48
50
|
import { SdSelect as SdSelectElement, defineCustomElement as defineSdSelect } from "@sellmate/design-system/dist/components/sd-select.js";
|
|
51
|
+
import { SdSwitch as SdSwitchElement, defineCustomElement as defineSdSwitch } from "@sellmate/design-system/dist/components/sd-switch.js";
|
|
52
|
+
import { SdTable as SdTableElement, defineCustomElement as defineSdTable } from "@sellmate/design-system/dist/components/sd-table.js";
|
|
49
53
|
import { SdTabs as SdTabsElement, defineCustomElement as defineSdTabs } from "@sellmate/design-system/dist/components/sd-tabs.js";
|
|
50
54
|
import { SdTag as SdTagElement, defineCustomElement as defineSdTag } from "@sellmate/design-system/dist/components/sd-tag.js";
|
|
55
|
+
import { SdTbody as SdTbodyElement, defineCustomElement as defineSdTbody } from "@sellmate/design-system/dist/components/sd-tbody.js";
|
|
56
|
+
import { SdTd as SdTdElement, defineCustomElement as defineSdTd } from "@sellmate/design-system/dist/components/sd-td.js";
|
|
51
57
|
import { SdTextLink as SdTextLinkElement, defineCustomElement as defineSdTextLink } from "@sellmate/design-system/dist/components/sd-text-link.js";
|
|
52
58
|
import { SdTextarea as SdTextareaElement, defineCustomElement as defineSdTextarea } from "@sellmate/design-system/dist/components/sd-textarea.js";
|
|
59
|
+
import { SdThead as SdTheadElement, defineCustomElement as defineSdThead } from "@sellmate/design-system/dist/components/sd-thead.js";
|
|
53
60
|
import { SdToastContainer as SdToastContainerElement, defineCustomElement as defineSdToastContainer } from "@sellmate/design-system/dist/components/sd-toast-container.js";
|
|
54
61
|
import { SdToast as SdToastElement, defineCustomElement as defineSdToast } from "@sellmate/design-system/dist/components/sd-toast.js";
|
|
55
|
-
import { SdToggleButton as SdToggleButtonElement, defineCustomElement as defineSdToggleButton } from "@sellmate/design-system/dist/components/sd-toggle-button.js";
|
|
56
62
|
import { SdToggle as SdToggleElement, defineCustomElement as defineSdToggle } from "@sellmate/design-system/dist/components/sd-toggle.js";
|
|
57
63
|
import { SdTooltip as SdTooltipElement, defineCustomElement as defineSdTooltip } from "@sellmate/design-system/dist/components/sd-tooltip.js";
|
|
64
|
+
import { SdTr as SdTrElement, defineCustomElement as defineSdTr } from "@sellmate/design-system/dist/components/sd-tr.js";
|
|
65
|
+
import { TableTest as TableTestElement, defineCustomElement as defineTableTest } from "@sellmate/design-system/dist/components/table-test.js";
|
|
58
66
|
import { createComponent } from '@stencil/react-output-target/runtime';
|
|
59
67
|
import React from 'react';
|
|
60
68
|
export const SdActionModal = /*@__PURE__*/ createComponent({
|
|
@@ -131,6 +139,14 @@ export const SdCheckbox = /*@__PURE__*/ createComponent({
|
|
|
131
139
|
events: { onSdUpdate: 'sdUpdate' },
|
|
132
140
|
defineCustomElement: defineSdCheckbox
|
|
133
141
|
});
|
|
142
|
+
export const SdCircleProgress = /*@__PURE__*/ createComponent({
|
|
143
|
+
tagName: 'sd-circle-progress',
|
|
144
|
+
elementClass: SdCircleProgressElement,
|
|
145
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
146
|
+
react: React,
|
|
147
|
+
events: {},
|
|
148
|
+
defineCustomElement: defineSdCircleProgress
|
|
149
|
+
});
|
|
134
150
|
export const SdConfirmModal = /*@__PURE__*/ createComponent({
|
|
135
151
|
tagName: 'sd-confirm-modal',
|
|
136
152
|
elementClass: SdConfirmModalElement,
|
|
@@ -291,13 +307,21 @@ export const SdInput = /*@__PURE__*/ createComponent({
|
|
|
291
307
|
},
|
|
292
308
|
defineCustomElement: defineSdInput
|
|
293
309
|
});
|
|
294
|
-
export const
|
|
295
|
-
tagName: 'sd-loading-
|
|
296
|
-
elementClass:
|
|
310
|
+
export const SdLoadingContainer = /*@__PURE__*/ createComponent({
|
|
311
|
+
tagName: 'sd-loading-container',
|
|
312
|
+
elementClass: SdLoadingContainerElement,
|
|
297
313
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
298
314
|
react: React,
|
|
299
315
|
events: {},
|
|
300
|
-
defineCustomElement:
|
|
316
|
+
defineCustomElement: defineSdLoadingContainer
|
|
317
|
+
});
|
|
318
|
+
export const SdLoadingModal = /*@__PURE__*/ createComponent({
|
|
319
|
+
tagName: 'sd-loading-modal',
|
|
320
|
+
elementClass: SdLoadingModalElement,
|
|
321
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
322
|
+
react: React,
|
|
323
|
+
events: { onSdClick: 'sdClick' },
|
|
324
|
+
defineCustomElement: defineSdLoadingModal
|
|
301
325
|
});
|
|
302
326
|
export const SdModalContainer = /*@__PURE__*/ createComponent({
|
|
303
327
|
tagName: 'sd-modal-container',
|
|
@@ -359,13 +383,13 @@ export const SdRadio = /*@__PURE__*/ createComponent({
|
|
|
359
383
|
events: { onSdUpdate: 'sdUpdate' },
|
|
360
384
|
defineCustomElement: defineSdRadio
|
|
361
385
|
});
|
|
362
|
-
export const
|
|
363
|
-
tagName: 'sd-radio-button
|
|
364
|
-
elementClass:
|
|
386
|
+
export const SdRadioButton = /*@__PURE__*/ createComponent({
|
|
387
|
+
tagName: 'sd-radio-button',
|
|
388
|
+
elementClass: SdRadioButtonElement,
|
|
365
389
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
366
390
|
react: React,
|
|
367
391
|
events: { onSdUpdate: 'sdUpdate' },
|
|
368
|
-
defineCustomElement:
|
|
392
|
+
defineCustomElement: defineSdRadioButton
|
|
369
393
|
});
|
|
370
394
|
export const SdRadioGroup = /*@__PURE__*/ createComponent({
|
|
371
395
|
tagName: 'sd-radio-group',
|
|
@@ -504,6 +528,28 @@ export const SdSelectV2Trigger = /*@__PURE__*/ createComponent({
|
|
|
504
528
|
events: { onSdTriggerClick: 'sdTriggerClick' },
|
|
505
529
|
defineCustomElement: defineSdSelectV2Trigger
|
|
506
530
|
});
|
|
531
|
+
export const SdSwitch = /*@__PURE__*/ createComponent({
|
|
532
|
+
tagName: 'sd-switch',
|
|
533
|
+
elementClass: SdSwitchElement,
|
|
534
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
535
|
+
react: React,
|
|
536
|
+
events: { onSdUpdate: 'sdUpdate' },
|
|
537
|
+
defineCustomElement: defineSdSwitch
|
|
538
|
+
});
|
|
539
|
+
export const SdTable = /*@__PURE__*/ createComponent({
|
|
540
|
+
tagName: 'sd-table',
|
|
541
|
+
elementClass: SdTableElement,
|
|
542
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
543
|
+
react: React,
|
|
544
|
+
events: {
|
|
545
|
+
onSdSelectChange: 'sdSelectChange',
|
|
546
|
+
onSdPageChange: 'sdPageChange',
|
|
547
|
+
onSdRowsPerPageChange: 'sdRowsPerPageChange',
|
|
548
|
+
onSdVirtualUpdate: 'sdVirtualUpdate',
|
|
549
|
+
onSdVirtualReachEnd: 'sdVirtualReachEnd'
|
|
550
|
+
},
|
|
551
|
+
defineCustomElement: defineSdTable
|
|
552
|
+
});
|
|
507
553
|
export const SdTabs = /*@__PURE__*/ createComponent({
|
|
508
554
|
tagName: 'sd-tabs',
|
|
509
555
|
elementClass: SdTabsElement,
|
|
@@ -520,6 +566,22 @@ export const SdTag = /*@__PURE__*/ createComponent({
|
|
|
520
566
|
events: {},
|
|
521
567
|
defineCustomElement: defineSdTag
|
|
522
568
|
});
|
|
569
|
+
export const SdTbody = /*@__PURE__*/ createComponent({
|
|
570
|
+
tagName: 'sd-tbody',
|
|
571
|
+
elementClass: SdTbodyElement,
|
|
572
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
573
|
+
react: React,
|
|
574
|
+
events: {},
|
|
575
|
+
defineCustomElement: defineSdTbody
|
|
576
|
+
});
|
|
577
|
+
export const SdTd = /*@__PURE__*/ createComponent({
|
|
578
|
+
tagName: 'sd-td',
|
|
579
|
+
elementClass: SdTdElement,
|
|
580
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
581
|
+
react: React,
|
|
582
|
+
events: {},
|
|
583
|
+
defineCustomElement: defineSdTd
|
|
584
|
+
});
|
|
523
585
|
export const SdTextLink = /*@__PURE__*/ createComponent({
|
|
524
586
|
tagName: 'sd-text-link',
|
|
525
587
|
elementClass: SdTextLinkElement,
|
|
@@ -540,6 +602,14 @@ export const SdTextarea = /*@__PURE__*/ createComponent({
|
|
|
540
602
|
},
|
|
541
603
|
defineCustomElement: defineSdTextarea
|
|
542
604
|
});
|
|
605
|
+
export const SdThead = /*@__PURE__*/ createComponent({
|
|
606
|
+
tagName: 'sd-thead',
|
|
607
|
+
elementClass: SdTheadElement,
|
|
608
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
609
|
+
react: React,
|
|
610
|
+
events: {},
|
|
611
|
+
defineCustomElement: defineSdThead
|
|
612
|
+
});
|
|
543
613
|
export const SdToast = /*@__PURE__*/ createComponent({
|
|
544
614
|
tagName: 'sd-toast',
|
|
545
615
|
elementClass: SdToastElement,
|
|
@@ -567,14 +637,6 @@ export const SdToggle = /*@__PURE__*/ createComponent({
|
|
|
567
637
|
events: { onSdUpdate: 'sdUpdate' },
|
|
568
638
|
defineCustomElement: defineSdToggle
|
|
569
639
|
});
|
|
570
|
-
export const SdToggleButton = /*@__PURE__*/ createComponent({
|
|
571
|
-
tagName: 'sd-toggle-button',
|
|
572
|
-
elementClass: SdToggleButtonElement,
|
|
573
|
-
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
574
|
-
react: React,
|
|
575
|
-
events: { onSdUpdate: 'sdUpdate' },
|
|
576
|
-
defineCustomElement: defineSdToggleButton
|
|
577
|
-
});
|
|
578
640
|
export const SdTooltip = /*@__PURE__*/ createComponent({
|
|
579
641
|
tagName: 'sd-tooltip',
|
|
580
642
|
elementClass: SdTooltipElement,
|
|
@@ -583,3 +645,19 @@ export const SdTooltip = /*@__PURE__*/ createComponent({
|
|
|
583
645
|
events: {},
|
|
584
646
|
defineCustomElement: defineSdTooltip
|
|
585
647
|
});
|
|
648
|
+
export const SdTr = /*@__PURE__*/ createComponent({
|
|
649
|
+
tagName: 'sd-tr',
|
|
650
|
+
elementClass: SdTrElement,
|
|
651
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
652
|
+
react: React,
|
|
653
|
+
events: {},
|
|
654
|
+
defineCustomElement: defineSdTr
|
|
655
|
+
});
|
|
656
|
+
export const TableTest = /*@__PURE__*/ createComponent({
|
|
657
|
+
tagName: 'table-test',
|
|
658
|
+
elementClass: TableTestElement,
|
|
659
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
660
|
+
react: React,
|
|
661
|
+
events: { onTableReady: 'tableReady' },
|
|
662
|
+
defineCustomElement: defineTableTest
|
|
663
|
+
});
|
|
@@ -2,7 +2,7 @@
|
|
|
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 CheckedType, type DateRangeValue, type DropdownButtonValue, type RadioValue, type SdBarcodeInputCustomEvent, type SdButtonCustomEvent, type SdButtonV2CustomEvent, type SdCheckboxCustomEvent, type SdDateRangePickerCustomEvent, type SdDropdownButtonCustomEvent, type SdFilePickerCustomEvent, type SdGhostButtonCustomEvent, type SdInputCustomEvent, type SdNumberInputCustomEvent, type
|
|
5
|
+
import { type CheckedType, type DateRangeValue, type DropdownButtonValue, type RadioValue, type Row, type SdBarcodeInputCustomEvent, type SdButtonCustomEvent, type SdButtonV2CustomEvent, type SdCheckboxCustomEvent, type SdDateRangePickerCustomEvent, type SdDropdownButtonCustomEvent, type SdFilePickerCustomEvent, type SdGhostButtonCustomEvent, type SdInputCustomEvent, type SdNumberInputCustomEvent, type SdRadioButtonCustomEvent, type SdRadioCustomEvent, type SdRadioGroupCustomEvent, type SdSelectCustomEvent, type SdSelectDropdownCustomEvent, type SdSelectGroupCustomEvent, type SdSelectMultipleCustomEvent, type SdSelectMultipleGroupCustomEvent, type SdSelectOptionCustomEvent, type SdSelectOptionGroupCustomEvent, type SdSelectV2CustomEvent, type SdSelectV2ListItemCustomEvent, type SdSelectV2ListboxCustomEvent, type SdTableCustomEvent, type SdTextareaCustomEvent, type SelectEvents, type SelectMultipleEvents, type SelectOption, type SelectOptionGroup, type SelectV2Option, type SelectV2OptionSelectDetail, type SelectV2Value } from "@sellmate/design-system";
|
|
6
6
|
import { SdActionModal as SdActionModalElement } from "@sellmate/design-system/dist/components/sd-action-modal.js";
|
|
7
7
|
import { SdBadge as SdBadgeElement } from "@sellmate/design-system/dist/components/sd-badge.js";
|
|
8
8
|
import { SdBarcodeInput as SdBarcodeInputElement } from "@sellmate/design-system/dist/components/sd-barcode-input.js";
|
|
@@ -11,6 +11,7 @@ import { SdButton as SdButtonElement } from "@sellmate/design-system/dist/compon
|
|
|
11
11
|
import { SdCalendar as SdCalendarElement } from "@sellmate/design-system/dist/components/sd-calendar.js";
|
|
12
12
|
import { SdCard as SdCardElement } from "@sellmate/design-system/dist/components/sd-card.js";
|
|
13
13
|
import { SdCheckbox as SdCheckboxElement } from "@sellmate/design-system/dist/components/sd-checkbox.js";
|
|
14
|
+
import { SdCircleProgress as SdCircleProgressElement } from "@sellmate/design-system/dist/components/sd-circle-progress.js";
|
|
14
15
|
import { SdConfirmModal as SdConfirmModalElement } from "@sellmate/design-system/dist/components/sd-confirm-modal.js";
|
|
15
16
|
import { SdDateBox as SdDateBoxElement } from "@sellmate/design-system/dist/components/sd-date-box.js";
|
|
16
17
|
import { SdDatePickerCalendar as SdDatePickerCalendarElement } from "@sellmate/design-system/dist/components/sd-date-picker-calendar.js";
|
|
@@ -27,14 +28,15 @@ import { SdGhostButton as SdGhostButtonElement } from "@sellmate/design-system/d
|
|
|
27
28
|
import { SdGuide as SdGuideElement } from "@sellmate/design-system/dist/components/sd-guide.js";
|
|
28
29
|
import { SdIcon as SdIconElement } from "@sellmate/design-system/dist/components/sd-icon.js";
|
|
29
30
|
import { SdInput as SdInputElement } from "@sellmate/design-system/dist/components/sd-input.js";
|
|
30
|
-
import {
|
|
31
|
+
import { SdLoadingContainer as SdLoadingContainerElement } from "@sellmate/design-system/dist/components/sd-loading-container.js";
|
|
32
|
+
import { SdLoadingModal as SdLoadingModalElement } from "@sellmate/design-system/dist/components/sd-loading-modal.js";
|
|
31
33
|
import { SdModalContainer as SdModalContainerElement } from "@sellmate/design-system/dist/components/sd-modal-container.js";
|
|
32
34
|
import { SdNumberInput as SdNumberInputElement } from "@sellmate/design-system/dist/components/sd-number-input.js";
|
|
33
35
|
import { SdPagination as SdPaginationElement } from "@sellmate/design-system/dist/components/sd-pagination.js";
|
|
34
36
|
import { SdPopover as SdPopoverElement } from "@sellmate/design-system/dist/components/sd-popover.js";
|
|
35
37
|
import { SdPortal as SdPortalElement } from "@sellmate/design-system/dist/components/sd-portal.js";
|
|
36
38
|
import { SdProgress as SdProgressElement } from "@sellmate/design-system/dist/components/sd-progress.js";
|
|
37
|
-
import {
|
|
39
|
+
import { SdRadioButton as SdRadioButtonElement } from "@sellmate/design-system/dist/components/sd-radio-button.js";
|
|
38
40
|
import { SdRadioGroup as SdRadioGroupElement } from "@sellmate/design-system/dist/components/sd-radio-group.js";
|
|
39
41
|
import { SdRadio as SdRadioElement } from "@sellmate/design-system/dist/components/sd-radio.js";
|
|
40
42
|
import { SdSelectDropdown as SdSelectDropdownElement } from "@sellmate/design-system/dist/components/sd-select-dropdown.js";
|
|
@@ -50,15 +52,21 @@ import { SdSelectV2Listbox as SdSelectV2ListboxElement } from "@sellmate/design-
|
|
|
50
52
|
import { SdSelectV2Trigger as SdSelectV2TriggerElement } from "@sellmate/design-system/dist/components/sd-select-v2-trigger.js";
|
|
51
53
|
import { SdSelectV2 as SdSelectV2Element } from "@sellmate/design-system/dist/components/sd-select-v2.js";
|
|
52
54
|
import { SdSelect as SdSelectElement } from "@sellmate/design-system/dist/components/sd-select.js";
|
|
55
|
+
import { SdSwitch as SdSwitchElement } from "@sellmate/design-system/dist/components/sd-switch.js";
|
|
56
|
+
import { SdTable as SdTableElement } from "@sellmate/design-system/dist/components/sd-table.js";
|
|
53
57
|
import { SdTabs as SdTabsElement } from "@sellmate/design-system/dist/components/sd-tabs.js";
|
|
54
58
|
import { SdTag as SdTagElement } from "@sellmate/design-system/dist/components/sd-tag.js";
|
|
59
|
+
import { SdTbody as SdTbodyElement } from "@sellmate/design-system/dist/components/sd-tbody.js";
|
|
60
|
+
import { SdTd as SdTdElement } from "@sellmate/design-system/dist/components/sd-td.js";
|
|
55
61
|
import { SdTextLink as SdTextLinkElement } from "@sellmate/design-system/dist/components/sd-text-link.js";
|
|
56
62
|
import { SdTextarea as SdTextareaElement } from "@sellmate/design-system/dist/components/sd-textarea.js";
|
|
63
|
+
import { SdThead as SdTheadElement } from "@sellmate/design-system/dist/components/sd-thead.js";
|
|
57
64
|
import { SdToastContainer as SdToastContainerElement } from "@sellmate/design-system/dist/components/sd-toast-container.js";
|
|
58
65
|
import { SdToast as SdToastElement } from "@sellmate/design-system/dist/components/sd-toast.js";
|
|
59
|
-
import { SdToggleButton as SdToggleButtonElement } from "@sellmate/design-system/dist/components/sd-toggle-button.js";
|
|
60
66
|
import { SdToggle as SdToggleElement } from "@sellmate/design-system/dist/components/sd-toggle.js";
|
|
61
67
|
import { SdTooltip as SdTooltipElement } from "@sellmate/design-system/dist/components/sd-tooltip.js";
|
|
68
|
+
import { SdTr as SdTrElement } from "@sellmate/design-system/dist/components/sd-tr.js";
|
|
69
|
+
import { TableTest as TableTestElement } from "@sellmate/design-system/dist/components/table-test.js";
|
|
62
70
|
import type { EventName, StencilReactComponent } from '@stencil/react-output-target/runtime';
|
|
63
71
|
import { type SerializeShadowRootOptions } from '@stencil/react-output-target/ssr';
|
|
64
72
|
export declare const serializeShadowRoot: SerializeShadowRootOptions;
|
|
@@ -97,6 +105,8 @@ export type SdCheckboxEvents = {
|
|
|
97
105
|
onSdUpdate: EventName<SdCheckboxCustomEvent<CheckedType>>;
|
|
98
106
|
};
|
|
99
107
|
export declare const SdCheckbox: StencilReactComponent<SdCheckboxElement, SdCheckboxEvents>;
|
|
108
|
+
export type SdCircleProgressEvents = NonNullable<unknown>;
|
|
109
|
+
export declare const SdCircleProgress: StencilReactComponent<SdCircleProgressElement, SdCircleProgressEvents>;
|
|
100
110
|
export type SdConfirmModalEvents = {
|
|
101
111
|
onSdClose: EventName<CustomEvent<void>>;
|
|
102
112
|
onSdCancel: EventName<CustomEvent<void>>;
|
|
@@ -184,8 +194,12 @@ export type SdInputEvents = {
|
|
|
184
194
|
onSdBlur: EventName<SdInputCustomEvent<Event>>;
|
|
185
195
|
};
|
|
186
196
|
export declare const SdInput: StencilReactComponent<SdInputElement, SdInputEvents>;
|
|
187
|
-
export type
|
|
188
|
-
export declare const
|
|
197
|
+
export type SdLoadingContainerEvents = NonNullable<unknown>;
|
|
198
|
+
export declare const SdLoadingContainer: StencilReactComponent<SdLoadingContainerElement, SdLoadingContainerEvents>;
|
|
199
|
+
export type SdLoadingModalEvents = {
|
|
200
|
+
onSdClick: EventName<CustomEvent<void>>;
|
|
201
|
+
};
|
|
202
|
+
export declare const SdLoadingModal: StencilReactComponent<SdLoadingModalElement, SdLoadingModalEvents>;
|
|
189
203
|
export type SdModalContainerEvents = NonNullable<unknown>;
|
|
190
204
|
export declare const SdModalContainer: StencilReactComponent<SdModalContainerElement, SdModalContainerEvents>;
|
|
191
205
|
export type SdNumberInputEvents = {
|
|
@@ -210,10 +224,10 @@ export type SdRadioEvents = {
|
|
|
210
224
|
onSdUpdate: EventName<SdRadioCustomEvent<RadioValue>>;
|
|
211
225
|
};
|
|
212
226
|
export declare const SdRadio: StencilReactComponent<SdRadioElement, SdRadioEvents>;
|
|
213
|
-
export type
|
|
214
|
-
onSdUpdate: EventName<
|
|
227
|
+
export type SdRadioButtonEvents = {
|
|
228
|
+
onSdUpdate: EventName<SdRadioButtonCustomEvent<RadioValue>>;
|
|
215
229
|
};
|
|
216
|
-
export declare const
|
|
230
|
+
export declare const SdRadioButton: StencilReactComponent<SdRadioButtonElement, SdRadioButtonEvents>;
|
|
217
231
|
export type SdRadioGroupEvents = {
|
|
218
232
|
onSdUpdate: EventName<SdRadioGroupCustomEvent<RadioValue>>;
|
|
219
233
|
};
|
|
@@ -294,12 +308,36 @@ export type SdSelectV2TriggerEvents = {
|
|
|
294
308
|
onSdTriggerClick: EventName<CustomEvent<void>>;
|
|
295
309
|
};
|
|
296
310
|
export declare const SdSelectV2Trigger: StencilReactComponent<SdSelectV2TriggerElement, SdSelectV2TriggerEvents>;
|
|
311
|
+
export type SdSwitchEvents = {
|
|
312
|
+
onSdUpdate: EventName<CustomEvent<boolean>>;
|
|
313
|
+
};
|
|
314
|
+
export declare const SdSwitch: StencilReactComponent<SdSwitchElement, SdSwitchEvents>;
|
|
315
|
+
export type SdTableEvents = {
|
|
316
|
+
onSdSelectChange: EventName<SdTableCustomEvent<Row[]>>;
|
|
317
|
+
onSdPageChange: EventName<CustomEvent<number>>;
|
|
318
|
+
onSdRowsPerPageChange: EventName<CustomEvent<number>>;
|
|
319
|
+
onSdVirtualUpdate: EventName<CustomEvent<{
|
|
320
|
+
from: number;
|
|
321
|
+
to: number;
|
|
322
|
+
}>>;
|
|
323
|
+
onSdVirtualReachEnd: EventName<CustomEvent<{
|
|
324
|
+
from: number;
|
|
325
|
+
to: number;
|
|
326
|
+
rowCount: number;
|
|
327
|
+
threshold: number;
|
|
328
|
+
}>>;
|
|
329
|
+
};
|
|
330
|
+
export declare const SdTable: StencilReactComponent<SdTableElement, SdTableEvents>;
|
|
297
331
|
export type SdTabsEvents = {
|
|
298
332
|
onSdUpdate: EventName<CustomEvent<string>>;
|
|
299
333
|
};
|
|
300
334
|
export declare const SdTabs: StencilReactComponent<SdTabsElement, SdTabsEvents>;
|
|
301
335
|
export type SdTagEvents = NonNullable<unknown>;
|
|
302
336
|
export declare const SdTag: StencilReactComponent<SdTagElement, SdTagEvents>;
|
|
337
|
+
export type SdTbodyEvents = NonNullable<unknown>;
|
|
338
|
+
export declare const SdTbody: StencilReactComponent<SdTbodyElement, SdTbodyEvents>;
|
|
339
|
+
export type SdTdEvents = NonNullable<unknown>;
|
|
340
|
+
export declare const SdTd: StencilReactComponent<SdTdElement, SdTdEvents>;
|
|
303
341
|
export type SdTextLinkEvents = {
|
|
304
342
|
onSdClick: EventName<CustomEvent<void>>;
|
|
305
343
|
};
|
|
@@ -310,6 +348,8 @@ export type SdTextareaEvents = {
|
|
|
310
348
|
onSdBlur: EventName<SdTextareaCustomEvent<Event>>;
|
|
311
349
|
};
|
|
312
350
|
export declare const SdTextarea: StencilReactComponent<SdTextareaElement, SdTextareaEvents>;
|
|
351
|
+
export type SdTheadEvents = NonNullable<unknown>;
|
|
352
|
+
export declare const SdThead: StencilReactComponent<SdTheadElement, SdTheadEvents>;
|
|
313
353
|
export type SdToastEvents = {
|
|
314
354
|
onSdClose: EventName<CustomEvent<void>>;
|
|
315
355
|
};
|
|
@@ -327,9 +367,11 @@ export type SdToggleEvents = {
|
|
|
327
367
|
onSdUpdate: EventName<CustomEvent<boolean>>;
|
|
328
368
|
};
|
|
329
369
|
export declare const SdToggle: StencilReactComponent<SdToggleElement, SdToggleEvents>;
|
|
330
|
-
export type SdToggleButtonEvents = {
|
|
331
|
-
onSdUpdate: EventName<CustomEvent<boolean>>;
|
|
332
|
-
};
|
|
333
|
-
export declare const SdToggleButton: StencilReactComponent<SdToggleButtonElement, SdToggleButtonEvents>;
|
|
334
370
|
export type SdTooltipEvents = NonNullable<unknown>;
|
|
335
371
|
export declare const SdTooltip: StencilReactComponent<SdTooltipElement, SdTooltipEvents>;
|
|
372
|
+
export type SdTrEvents = NonNullable<unknown>;
|
|
373
|
+
export declare const SdTr: StencilReactComponent<SdTrElement, SdTrEvents>;
|
|
374
|
+
export type TableTestEvents = {
|
|
375
|
+
onTableReady: EventName<CustomEvent<void>>;
|
|
376
|
+
};
|
|
377
|
+
export declare const TableTest: StencilReactComponent<TableTestElement, TableTestEvents>;
|