@andespindola/ui-react 0.1.1 → 0.3.0
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 +69 -1
- package/dist/components.js +154 -6
- package/package.json +9 -4
package/dist/components.d.ts
CHANGED
|
@@ -2,33 +2,51 @@
|
|
|
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 UiFileUploadCustomEvent } from "@andespindola/ui-core";
|
|
5
6
|
import { UiAccordionItem as UiAccordionItemElement } from "@andespindola/ui-core/dist/components/ui-accordion-item.js";
|
|
6
7
|
import { UiAccordion as UiAccordionElement } from "@andespindola/ui-core/dist/components/ui-accordion.js";
|
|
8
|
+
import { UiAlert as UiAlertElement } from "@andespindola/ui-core/dist/components/ui-alert.js";
|
|
9
|
+
import { UiAvatarGroup as UiAvatarGroupElement } from "@andespindola/ui-core/dist/components/ui-avatar-group.js";
|
|
7
10
|
import { UiAvatar as UiAvatarElement } from "@andespindola/ui-core/dist/components/ui-avatar.js";
|
|
8
11
|
import { UiBadge as UiBadgeElement } from "@andespindola/ui-core/dist/components/ui-badge.js";
|
|
12
|
+
import { UiBreadcrumbItem as UiBreadcrumbItemElement } from "@andespindola/ui-core/dist/components/ui-breadcrumb-item.js";
|
|
13
|
+
import { UiBreadcrumb as UiBreadcrumbElement } from "@andespindola/ui-core/dist/components/ui-breadcrumb.js";
|
|
9
14
|
import { UiButton as UiButtonElement } from "@andespindola/ui-core/dist/components/ui-button.js";
|
|
10
15
|
import { UiCard as UiCardElement } from "@andespindola/ui-core/dist/components/ui-card.js";
|
|
11
16
|
import { UiCheckbox as UiCheckboxElement } from "@andespindola/ui-core/dist/components/ui-checkbox.js";
|
|
17
|
+
import { UiCombobox as UiComboboxElement } from "@andespindola/ui-core/dist/components/ui-combobox.js";
|
|
18
|
+
import { UiContainer as UiContainerElement } from "@andespindola/ui-core/dist/components/ui-container.js";
|
|
19
|
+
import { UiDatePicker as UiDatePickerElement } from "@andespindola/ui-core/dist/components/ui-date-picker.js";
|
|
12
20
|
import { UiDialog as UiDialogElement } from "@andespindola/ui-core/dist/components/ui-dialog.js";
|
|
13
21
|
import { UiDrawer as UiDrawerElement } from "@andespindola/ui-core/dist/components/ui-drawer.js";
|
|
14
22
|
import { UiDropdownItem as UiDropdownItemElement } from "@andespindola/ui-core/dist/components/ui-dropdown-item.js";
|
|
15
23
|
import { UiDropdownMenu as UiDropdownMenuElement } from "@andespindola/ui-core/dist/components/ui-dropdown-menu.js";
|
|
16
24
|
import { UiField as UiFieldElement } from "@andespindola/ui-core/dist/components/ui-field.js";
|
|
25
|
+
import { UiFileUpload as UiFileUploadElement } from "@andespindola/ui-core/dist/components/ui-file-upload.js";
|
|
26
|
+
import { UiGrid as UiGridElement } from "@andespindola/ui-core/dist/components/ui-grid.js";
|
|
17
27
|
import { UiInput as UiInputElement } from "@andespindola/ui-core/dist/components/ui-input.js";
|
|
18
28
|
import { UiLabel as UiLabelElement } from "@andespindola/ui-core/dist/components/ui-label.js";
|
|
19
29
|
import { UiLoadingOverlay as UiLoadingOverlayElement } from "@andespindola/ui-core/dist/components/ui-loading-overlay.js";
|
|
30
|
+
import { UiNavbar as UiNavbarElement } from "@andespindola/ui-core/dist/components/ui-navbar.js";
|
|
31
|
+
import { UiPagination as UiPaginationElement } from "@andespindola/ui-core/dist/components/ui-pagination.js";
|
|
20
32
|
import { UiPopover as UiPopoverElement } from "@andespindola/ui-core/dist/components/ui-popover.js";
|
|
33
|
+
import { UiProgressCircular as UiProgressCircularElement } from "@andespindola/ui-core/dist/components/ui-progress-circular.js";
|
|
21
34
|
import { UiProgress as UiProgressElement } from "@andespindola/ui-core/dist/components/ui-progress.js";
|
|
22
35
|
import { UiRadioGroup as UiRadioGroupElement } from "@andespindola/ui-core/dist/components/ui-radio-group.js";
|
|
36
|
+
import { UiRating as UiRatingElement } from "@andespindola/ui-core/dist/components/ui-rating.js";
|
|
23
37
|
import { UiReveal as UiRevealElement } from "@andespindola/ui-core/dist/components/ui-reveal.js";
|
|
24
38
|
import { UiScrollProgress as UiScrollProgressElement } from "@andespindola/ui-core/dist/components/ui-scroll-progress.js";
|
|
25
39
|
import { UiSection as UiSectionElement } from "@andespindola/ui-core/dist/components/ui-section.js";
|
|
40
|
+
import { UiSegmented as UiSegmentedElement } from "@andespindola/ui-core/dist/components/ui-segmented.js";
|
|
26
41
|
import { UiSelect as UiSelectElement } from "@andespindola/ui-core/dist/components/ui-select.js";
|
|
27
42
|
import { UiSeparator as UiSeparatorElement } from "@andespindola/ui-core/dist/components/ui-separator.js";
|
|
28
43
|
import { UiSkeleton as UiSkeletonElement } from "@andespindola/ui-core/dist/components/ui-skeleton.js";
|
|
29
44
|
import { UiSlider as UiSliderElement } from "@andespindola/ui-core/dist/components/ui-slider.js";
|
|
30
45
|
import { UiSpinner as UiSpinnerElement } from "@andespindola/ui-core/dist/components/ui-spinner.js";
|
|
46
|
+
import { UiStack as UiStackElement } from "@andespindola/ui-core/dist/components/ui-stack.js";
|
|
47
|
+
import { UiStat as UiStatElement } from "@andespindola/ui-core/dist/components/ui-stat.js";
|
|
31
48
|
import { UiSwitch as UiSwitchElement } from "@andespindola/ui-core/dist/components/ui-switch.js";
|
|
49
|
+
import { UiTable as UiTableElement } from "@andespindola/ui-core/dist/components/ui-table.js";
|
|
32
50
|
import { UiTabs as UiTabsElement } from "@andespindola/ui-core/dist/components/ui-tabs.js";
|
|
33
51
|
import { UiTextarea as UiTextareaElement } from "@andespindola/ui-core/dist/components/ui-textarea.js";
|
|
34
52
|
import { UiThemeToggle as UiThemeToggleElement } from "@andespindola/ui-core/dist/components/ui-theme-toggle.js";
|
|
@@ -42,10 +60,22 @@ type UiAccordionItemEvents = {
|
|
|
42
60
|
onUiToggle: EventName<CustomEvent<boolean>>;
|
|
43
61
|
};
|
|
44
62
|
export declare const UiAccordionItem: StencilReactComponent<UiAccordionItemElement, UiAccordionItemEvents>;
|
|
63
|
+
type UiAlertEvents = {
|
|
64
|
+
onUiClose: EventName<CustomEvent<void>>;
|
|
65
|
+
};
|
|
66
|
+
export declare const UiAlert: StencilReactComponent<UiAlertElement, UiAlertEvents>;
|
|
45
67
|
type UiAvatarEvents = NonNullable<unknown>;
|
|
46
68
|
export declare const UiAvatar: StencilReactComponent<UiAvatarElement, UiAvatarEvents>;
|
|
47
|
-
type
|
|
69
|
+
type UiAvatarGroupEvents = NonNullable<unknown>;
|
|
70
|
+
export declare const UiAvatarGroup: StencilReactComponent<UiAvatarGroupElement, UiAvatarGroupEvents>;
|
|
71
|
+
type UiBadgeEvents = {
|
|
72
|
+
onUiRemove: EventName<CustomEvent<void>>;
|
|
73
|
+
};
|
|
48
74
|
export declare const UiBadge: StencilReactComponent<UiBadgeElement, UiBadgeEvents>;
|
|
75
|
+
type UiBreadcrumbEvents = NonNullable<unknown>;
|
|
76
|
+
export declare const UiBreadcrumb: StencilReactComponent<UiBreadcrumbElement, UiBreadcrumbEvents>;
|
|
77
|
+
type UiBreadcrumbItemEvents = NonNullable<unknown>;
|
|
78
|
+
export declare const UiBreadcrumbItem: StencilReactComponent<UiBreadcrumbItemElement, UiBreadcrumbItemEvents>;
|
|
49
79
|
type UiButtonEvents = NonNullable<unknown>;
|
|
50
80
|
export declare const UiButton: StencilReactComponent<UiButtonElement, UiButtonEvents>;
|
|
51
81
|
type UiCardEvents = NonNullable<unknown>;
|
|
@@ -54,6 +84,16 @@ type UiCheckboxEvents = {
|
|
|
54
84
|
onUiChange: EventName<CustomEvent<boolean>>;
|
|
55
85
|
};
|
|
56
86
|
export declare const UiCheckbox: StencilReactComponent<UiCheckboxElement, UiCheckboxEvents>;
|
|
87
|
+
type UiComboboxEvents = {
|
|
88
|
+
onUiChange: EventName<CustomEvent<string>>;
|
|
89
|
+
};
|
|
90
|
+
export declare const UiCombobox: StencilReactComponent<UiComboboxElement, UiComboboxEvents>;
|
|
91
|
+
type UiContainerEvents = NonNullable<unknown>;
|
|
92
|
+
export declare const UiContainer: StencilReactComponent<UiContainerElement, UiContainerEvents>;
|
|
93
|
+
type UiDatePickerEvents = {
|
|
94
|
+
onUiChange: EventName<CustomEvent<string>>;
|
|
95
|
+
};
|
|
96
|
+
export declare const UiDatePicker: StencilReactComponent<UiDatePickerElement, UiDatePickerEvents>;
|
|
57
97
|
type UiDialogEvents = {
|
|
58
98
|
onUiClose: EventName<CustomEvent<void>>;
|
|
59
99
|
};
|
|
@@ -72,6 +112,12 @@ type UiDropdownMenuEvents = {
|
|
|
72
112
|
export declare const UiDropdownMenu: StencilReactComponent<UiDropdownMenuElement, UiDropdownMenuEvents>;
|
|
73
113
|
type UiFieldEvents = NonNullable<unknown>;
|
|
74
114
|
export declare const UiField: StencilReactComponent<UiFieldElement, UiFieldEvents>;
|
|
115
|
+
type UiFileUploadEvents = {
|
|
116
|
+
onUiChange: EventName<UiFileUploadCustomEvent<File[]>>;
|
|
117
|
+
};
|
|
118
|
+
export declare const UiFileUpload: StencilReactComponent<UiFileUploadElement, UiFileUploadEvents>;
|
|
119
|
+
type UiGridEvents = NonNullable<unknown>;
|
|
120
|
+
export declare const UiGrid: StencilReactComponent<UiGridElement, UiGridEvents>;
|
|
75
121
|
type UiInputEvents = {
|
|
76
122
|
onUiInput: EventName<CustomEvent<string>>;
|
|
77
123
|
onUiChange: EventName<CustomEvent<string>>;
|
|
@@ -81,22 +127,38 @@ type UiLabelEvents = NonNullable<unknown>;
|
|
|
81
127
|
export declare const UiLabel: StencilReactComponent<UiLabelElement, UiLabelEvents>;
|
|
82
128
|
type UiLoadingOverlayEvents = NonNullable<unknown>;
|
|
83
129
|
export declare const UiLoadingOverlay: StencilReactComponent<UiLoadingOverlayElement, UiLoadingOverlayEvents>;
|
|
130
|
+
type UiNavbarEvents = NonNullable<unknown>;
|
|
131
|
+
export declare const UiNavbar: StencilReactComponent<UiNavbarElement, UiNavbarEvents>;
|
|
132
|
+
type UiPaginationEvents = {
|
|
133
|
+
onUiChange: EventName<CustomEvent<number>>;
|
|
134
|
+
};
|
|
135
|
+
export declare const UiPagination: StencilReactComponent<UiPaginationElement, UiPaginationEvents>;
|
|
84
136
|
type UiPopoverEvents = {
|
|
85
137
|
onUiOpenChange: EventName<CustomEvent<boolean>>;
|
|
86
138
|
};
|
|
87
139
|
export declare const UiPopover: StencilReactComponent<UiPopoverElement, UiPopoverEvents>;
|
|
88
140
|
type UiProgressEvents = NonNullable<unknown>;
|
|
89
141
|
export declare const UiProgress: StencilReactComponent<UiProgressElement, UiProgressEvents>;
|
|
142
|
+
type UiProgressCircularEvents = NonNullable<unknown>;
|
|
143
|
+
export declare const UiProgressCircular: StencilReactComponent<UiProgressCircularElement, UiProgressCircularEvents>;
|
|
90
144
|
type UiRadioGroupEvents = {
|
|
91
145
|
onUiChange: EventName<CustomEvent<string>>;
|
|
92
146
|
};
|
|
93
147
|
export declare const UiRadioGroup: StencilReactComponent<UiRadioGroupElement, UiRadioGroupEvents>;
|
|
148
|
+
type UiRatingEvents = {
|
|
149
|
+
onUiChange: EventName<CustomEvent<number>>;
|
|
150
|
+
};
|
|
151
|
+
export declare const UiRating: StencilReactComponent<UiRatingElement, UiRatingEvents>;
|
|
94
152
|
type UiRevealEvents = NonNullable<unknown>;
|
|
95
153
|
export declare const UiReveal: StencilReactComponent<UiRevealElement, UiRevealEvents>;
|
|
96
154
|
type UiScrollProgressEvents = NonNullable<unknown>;
|
|
97
155
|
export declare const UiScrollProgress: StencilReactComponent<UiScrollProgressElement, UiScrollProgressEvents>;
|
|
98
156
|
type UiSectionEvents = NonNullable<unknown>;
|
|
99
157
|
export declare const UiSection: StencilReactComponent<UiSectionElement, UiSectionEvents>;
|
|
158
|
+
type UiSegmentedEvents = {
|
|
159
|
+
onUiChange: EventName<CustomEvent<string>>;
|
|
160
|
+
};
|
|
161
|
+
export declare const UiSegmented: StencilReactComponent<UiSegmentedElement, UiSegmentedEvents>;
|
|
100
162
|
type UiSelectEvents = {
|
|
101
163
|
onUiChange: EventName<CustomEvent<string>>;
|
|
102
164
|
};
|
|
@@ -112,10 +174,16 @@ type UiSliderEvents = {
|
|
|
112
174
|
export declare const UiSlider: StencilReactComponent<UiSliderElement, UiSliderEvents>;
|
|
113
175
|
type UiSpinnerEvents = NonNullable<unknown>;
|
|
114
176
|
export declare const UiSpinner: StencilReactComponent<UiSpinnerElement, UiSpinnerEvents>;
|
|
177
|
+
type UiStackEvents = NonNullable<unknown>;
|
|
178
|
+
export declare const UiStack: StencilReactComponent<UiStackElement, UiStackEvents>;
|
|
179
|
+
type UiStatEvents = NonNullable<unknown>;
|
|
180
|
+
export declare const UiStat: StencilReactComponent<UiStatElement, UiStatEvents>;
|
|
115
181
|
type UiSwitchEvents = {
|
|
116
182
|
onUiChange: EventName<CustomEvent<boolean>>;
|
|
117
183
|
};
|
|
118
184
|
export declare const UiSwitch: StencilReactComponent<UiSwitchElement, UiSwitchEvents>;
|
|
185
|
+
type UiTableEvents = NonNullable<unknown>;
|
|
186
|
+
export declare const UiTable: StencilReactComponent<UiTableElement, UiTableEvents>;
|
|
119
187
|
type UiTabsEvents = {
|
|
120
188
|
onUiChange: EventName<CustomEvent<string>>;
|
|
121
189
|
};
|
package/dist/components.js
CHANGED
|
@@ -1,36 +1,48 @@
|
|
|
1
1
|
'use client';
|
|
2
|
-
/**
|
|
3
|
-
* This file was automatically generated by the Stencil React Output Target.
|
|
4
|
-
* Changes to this file may cause incorrect behavior and will be lost if the code is regenerated.
|
|
5
|
-
*/
|
|
6
|
-
/* eslint-disable */
|
|
7
2
|
import { UiAccordionItem as UiAccordionItemElement, defineCustomElement as defineUiAccordionItem } from "@andespindola/ui-core/dist/components/ui-accordion-item.js";
|
|
8
3
|
import { UiAccordion as UiAccordionElement, defineCustomElement as defineUiAccordion } from "@andespindola/ui-core/dist/components/ui-accordion.js";
|
|
4
|
+
import { UiAlert as UiAlertElement, defineCustomElement as defineUiAlert } from "@andespindola/ui-core/dist/components/ui-alert.js";
|
|
5
|
+
import { UiAvatarGroup as UiAvatarGroupElement, defineCustomElement as defineUiAvatarGroup } from "@andespindola/ui-core/dist/components/ui-avatar-group.js";
|
|
9
6
|
import { UiAvatar as UiAvatarElement, defineCustomElement as defineUiAvatar } from "@andespindola/ui-core/dist/components/ui-avatar.js";
|
|
10
7
|
import { UiBadge as UiBadgeElement, defineCustomElement as defineUiBadge } from "@andespindola/ui-core/dist/components/ui-badge.js";
|
|
8
|
+
import { UiBreadcrumbItem as UiBreadcrumbItemElement, defineCustomElement as defineUiBreadcrumbItem } from "@andespindola/ui-core/dist/components/ui-breadcrumb-item.js";
|
|
9
|
+
import { UiBreadcrumb as UiBreadcrumbElement, defineCustomElement as defineUiBreadcrumb } from "@andespindola/ui-core/dist/components/ui-breadcrumb.js";
|
|
11
10
|
import { UiButton as UiButtonElement, defineCustomElement as defineUiButton } from "@andespindola/ui-core/dist/components/ui-button.js";
|
|
12
11
|
import { UiCard as UiCardElement, defineCustomElement as defineUiCard } from "@andespindola/ui-core/dist/components/ui-card.js";
|
|
13
12
|
import { UiCheckbox as UiCheckboxElement, defineCustomElement as defineUiCheckbox } from "@andespindola/ui-core/dist/components/ui-checkbox.js";
|
|
13
|
+
import { UiCombobox as UiComboboxElement, defineCustomElement as defineUiCombobox } from "@andespindola/ui-core/dist/components/ui-combobox.js";
|
|
14
|
+
import { UiContainer as UiContainerElement, defineCustomElement as defineUiContainer } from "@andespindola/ui-core/dist/components/ui-container.js";
|
|
15
|
+
import { UiDatePicker as UiDatePickerElement, defineCustomElement as defineUiDatePicker } from "@andespindola/ui-core/dist/components/ui-date-picker.js";
|
|
14
16
|
import { UiDialog as UiDialogElement, defineCustomElement as defineUiDialog } from "@andespindola/ui-core/dist/components/ui-dialog.js";
|
|
15
17
|
import { UiDrawer as UiDrawerElement, defineCustomElement as defineUiDrawer } from "@andespindola/ui-core/dist/components/ui-drawer.js";
|
|
16
18
|
import { UiDropdownItem as UiDropdownItemElement, defineCustomElement as defineUiDropdownItem } from "@andespindola/ui-core/dist/components/ui-dropdown-item.js";
|
|
17
19
|
import { UiDropdownMenu as UiDropdownMenuElement, defineCustomElement as defineUiDropdownMenu } from "@andespindola/ui-core/dist/components/ui-dropdown-menu.js";
|
|
18
20
|
import { UiField as UiFieldElement, defineCustomElement as defineUiField } from "@andespindola/ui-core/dist/components/ui-field.js";
|
|
21
|
+
import { UiFileUpload as UiFileUploadElement, defineCustomElement as defineUiFileUpload } from "@andespindola/ui-core/dist/components/ui-file-upload.js";
|
|
22
|
+
import { UiGrid as UiGridElement, defineCustomElement as defineUiGrid } from "@andespindola/ui-core/dist/components/ui-grid.js";
|
|
19
23
|
import { UiInput as UiInputElement, defineCustomElement as defineUiInput } from "@andespindola/ui-core/dist/components/ui-input.js";
|
|
20
24
|
import { UiLabel as UiLabelElement, defineCustomElement as defineUiLabel } from "@andespindola/ui-core/dist/components/ui-label.js";
|
|
21
25
|
import { UiLoadingOverlay as UiLoadingOverlayElement, defineCustomElement as defineUiLoadingOverlay } from "@andespindola/ui-core/dist/components/ui-loading-overlay.js";
|
|
26
|
+
import { UiNavbar as UiNavbarElement, defineCustomElement as defineUiNavbar } from "@andespindola/ui-core/dist/components/ui-navbar.js";
|
|
27
|
+
import { UiPagination as UiPaginationElement, defineCustomElement as defineUiPagination } from "@andespindola/ui-core/dist/components/ui-pagination.js";
|
|
22
28
|
import { UiPopover as UiPopoverElement, defineCustomElement as defineUiPopover } from "@andespindola/ui-core/dist/components/ui-popover.js";
|
|
29
|
+
import { UiProgressCircular as UiProgressCircularElement, defineCustomElement as defineUiProgressCircular } from "@andespindola/ui-core/dist/components/ui-progress-circular.js";
|
|
23
30
|
import { UiProgress as UiProgressElement, defineCustomElement as defineUiProgress } from "@andespindola/ui-core/dist/components/ui-progress.js";
|
|
24
31
|
import { UiRadioGroup as UiRadioGroupElement, defineCustomElement as defineUiRadioGroup } from "@andespindola/ui-core/dist/components/ui-radio-group.js";
|
|
32
|
+
import { UiRating as UiRatingElement, defineCustomElement as defineUiRating } from "@andespindola/ui-core/dist/components/ui-rating.js";
|
|
25
33
|
import { UiReveal as UiRevealElement, defineCustomElement as defineUiReveal } from "@andespindola/ui-core/dist/components/ui-reveal.js";
|
|
26
34
|
import { UiScrollProgress as UiScrollProgressElement, defineCustomElement as defineUiScrollProgress } from "@andespindola/ui-core/dist/components/ui-scroll-progress.js";
|
|
27
35
|
import { UiSection as UiSectionElement, defineCustomElement as defineUiSection } from "@andespindola/ui-core/dist/components/ui-section.js";
|
|
36
|
+
import { UiSegmented as UiSegmentedElement, defineCustomElement as defineUiSegmented } from "@andespindola/ui-core/dist/components/ui-segmented.js";
|
|
28
37
|
import { UiSelect as UiSelectElement, defineCustomElement as defineUiSelect } from "@andespindola/ui-core/dist/components/ui-select.js";
|
|
29
38
|
import { UiSeparator as UiSeparatorElement, defineCustomElement as defineUiSeparator } from "@andespindola/ui-core/dist/components/ui-separator.js";
|
|
30
39
|
import { UiSkeleton as UiSkeletonElement, defineCustomElement as defineUiSkeleton } from "@andespindola/ui-core/dist/components/ui-skeleton.js";
|
|
31
40
|
import { UiSlider as UiSliderElement, defineCustomElement as defineUiSlider } from "@andespindola/ui-core/dist/components/ui-slider.js";
|
|
32
41
|
import { UiSpinner as UiSpinnerElement, defineCustomElement as defineUiSpinner } from "@andespindola/ui-core/dist/components/ui-spinner.js";
|
|
42
|
+
import { UiStack as UiStackElement, defineCustomElement as defineUiStack } from "@andespindola/ui-core/dist/components/ui-stack.js";
|
|
43
|
+
import { UiStat as UiStatElement, defineCustomElement as defineUiStat } from "@andespindola/ui-core/dist/components/ui-stat.js";
|
|
33
44
|
import { UiSwitch as UiSwitchElement, defineCustomElement as defineUiSwitch } from "@andespindola/ui-core/dist/components/ui-switch.js";
|
|
45
|
+
import { UiTable as UiTableElement, defineCustomElement as defineUiTable } from "@andespindola/ui-core/dist/components/ui-table.js";
|
|
34
46
|
import { UiTabs as UiTabsElement, defineCustomElement as defineUiTabs } from "@andespindola/ui-core/dist/components/ui-tabs.js";
|
|
35
47
|
import { UiTextarea as UiTextareaElement, defineCustomElement as defineUiTextarea } from "@andespindola/ui-core/dist/components/ui-textarea.js";
|
|
36
48
|
import { UiThemeToggle as UiThemeToggleElement, defineCustomElement as defineUiThemeToggle } from "@andespindola/ui-core/dist/components/ui-theme-toggle.js";
|
|
@@ -55,6 +67,14 @@ export const UiAccordionItem = /*@__PURE__*/ createComponent({
|
|
|
55
67
|
events: { onUiToggle: 'uiToggle' },
|
|
56
68
|
defineCustomElement: defineUiAccordionItem
|
|
57
69
|
});
|
|
70
|
+
export const UiAlert = /*@__PURE__*/ createComponent({
|
|
71
|
+
tagName: 'ui-alert',
|
|
72
|
+
elementClass: UiAlertElement,
|
|
73
|
+
// @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
|
|
74
|
+
react: React,
|
|
75
|
+
events: { onUiClose: 'uiClose' },
|
|
76
|
+
defineCustomElement: defineUiAlert
|
|
77
|
+
});
|
|
58
78
|
export const UiAvatar = /*@__PURE__*/ createComponent({
|
|
59
79
|
tagName: 'ui-avatar',
|
|
60
80
|
elementClass: UiAvatarElement,
|
|
@@ -63,14 +83,38 @@ export const UiAvatar = /*@__PURE__*/ createComponent({
|
|
|
63
83
|
events: {},
|
|
64
84
|
defineCustomElement: defineUiAvatar
|
|
65
85
|
});
|
|
86
|
+
export const UiAvatarGroup = /*@__PURE__*/ createComponent({
|
|
87
|
+
tagName: 'ui-avatar-group',
|
|
88
|
+
elementClass: UiAvatarGroupElement,
|
|
89
|
+
// @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
|
|
90
|
+
react: React,
|
|
91
|
+
events: {},
|
|
92
|
+
defineCustomElement: defineUiAvatarGroup
|
|
93
|
+
});
|
|
66
94
|
export const UiBadge = /*@__PURE__*/ createComponent({
|
|
67
95
|
tagName: 'ui-badge',
|
|
68
96
|
elementClass: UiBadgeElement,
|
|
69
97
|
// @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
|
|
70
98
|
react: React,
|
|
71
|
-
events: {},
|
|
99
|
+
events: { onUiRemove: 'uiRemove' },
|
|
72
100
|
defineCustomElement: defineUiBadge
|
|
73
101
|
});
|
|
102
|
+
export const UiBreadcrumb = /*@__PURE__*/ createComponent({
|
|
103
|
+
tagName: 'ui-breadcrumb',
|
|
104
|
+
elementClass: UiBreadcrumbElement,
|
|
105
|
+
// @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
|
|
106
|
+
react: React,
|
|
107
|
+
events: {},
|
|
108
|
+
defineCustomElement: defineUiBreadcrumb
|
|
109
|
+
});
|
|
110
|
+
export const UiBreadcrumbItem = /*@__PURE__*/ createComponent({
|
|
111
|
+
tagName: 'ui-breadcrumb-item',
|
|
112
|
+
elementClass: UiBreadcrumbItemElement,
|
|
113
|
+
// @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
|
|
114
|
+
react: React,
|
|
115
|
+
events: {},
|
|
116
|
+
defineCustomElement: defineUiBreadcrumbItem
|
|
117
|
+
});
|
|
74
118
|
export const UiButton = /*@__PURE__*/ createComponent({
|
|
75
119
|
tagName: 'ui-button',
|
|
76
120
|
elementClass: UiButtonElement,
|
|
@@ -95,6 +139,30 @@ export const UiCheckbox = /*@__PURE__*/ createComponent({
|
|
|
95
139
|
events: { onUiChange: 'uiChange' },
|
|
96
140
|
defineCustomElement: defineUiCheckbox
|
|
97
141
|
});
|
|
142
|
+
export const UiCombobox = /*@__PURE__*/ createComponent({
|
|
143
|
+
tagName: 'ui-combobox',
|
|
144
|
+
elementClass: UiComboboxElement,
|
|
145
|
+
// @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
|
|
146
|
+
react: React,
|
|
147
|
+
events: { onUiChange: 'uiChange' },
|
|
148
|
+
defineCustomElement: defineUiCombobox
|
|
149
|
+
});
|
|
150
|
+
export const UiContainer = /*@__PURE__*/ createComponent({
|
|
151
|
+
tagName: 'ui-container',
|
|
152
|
+
elementClass: UiContainerElement,
|
|
153
|
+
// @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
|
|
154
|
+
react: React,
|
|
155
|
+
events: {},
|
|
156
|
+
defineCustomElement: defineUiContainer
|
|
157
|
+
});
|
|
158
|
+
export const UiDatePicker = /*@__PURE__*/ createComponent({
|
|
159
|
+
tagName: 'ui-date-picker',
|
|
160
|
+
elementClass: UiDatePickerElement,
|
|
161
|
+
// @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
|
|
162
|
+
react: React,
|
|
163
|
+
events: { onUiChange: 'uiChange' },
|
|
164
|
+
defineCustomElement: defineUiDatePicker
|
|
165
|
+
});
|
|
98
166
|
export const UiDialog = /*@__PURE__*/ createComponent({
|
|
99
167
|
tagName: 'ui-dialog',
|
|
100
168
|
elementClass: UiDialogElement,
|
|
@@ -135,6 +203,22 @@ export const UiField = /*@__PURE__*/ createComponent({
|
|
|
135
203
|
events: {},
|
|
136
204
|
defineCustomElement: defineUiField
|
|
137
205
|
});
|
|
206
|
+
export const UiFileUpload = /*@__PURE__*/ createComponent({
|
|
207
|
+
tagName: 'ui-file-upload',
|
|
208
|
+
elementClass: UiFileUploadElement,
|
|
209
|
+
// @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
|
|
210
|
+
react: React,
|
|
211
|
+
events: { onUiChange: 'uiChange' },
|
|
212
|
+
defineCustomElement: defineUiFileUpload
|
|
213
|
+
});
|
|
214
|
+
export const UiGrid = /*@__PURE__*/ createComponent({
|
|
215
|
+
tagName: 'ui-grid',
|
|
216
|
+
elementClass: UiGridElement,
|
|
217
|
+
// @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
|
|
218
|
+
react: React,
|
|
219
|
+
events: {},
|
|
220
|
+
defineCustomElement: defineUiGrid
|
|
221
|
+
});
|
|
138
222
|
export const UiInput = /*@__PURE__*/ createComponent({
|
|
139
223
|
tagName: 'ui-input',
|
|
140
224
|
elementClass: UiInputElement,
|
|
@@ -162,6 +246,22 @@ export const UiLoadingOverlay = /*@__PURE__*/ createComponent({
|
|
|
162
246
|
events: {},
|
|
163
247
|
defineCustomElement: defineUiLoadingOverlay
|
|
164
248
|
});
|
|
249
|
+
export const UiNavbar = /*@__PURE__*/ createComponent({
|
|
250
|
+
tagName: 'ui-navbar',
|
|
251
|
+
elementClass: UiNavbarElement,
|
|
252
|
+
// @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
|
|
253
|
+
react: React,
|
|
254
|
+
events: {},
|
|
255
|
+
defineCustomElement: defineUiNavbar
|
|
256
|
+
});
|
|
257
|
+
export const UiPagination = /*@__PURE__*/ createComponent({
|
|
258
|
+
tagName: 'ui-pagination',
|
|
259
|
+
elementClass: UiPaginationElement,
|
|
260
|
+
// @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
|
|
261
|
+
react: React,
|
|
262
|
+
events: { onUiChange: 'uiChange' },
|
|
263
|
+
defineCustomElement: defineUiPagination
|
|
264
|
+
});
|
|
165
265
|
export const UiPopover = /*@__PURE__*/ createComponent({
|
|
166
266
|
tagName: 'ui-popover',
|
|
167
267
|
elementClass: UiPopoverElement,
|
|
@@ -178,6 +278,14 @@ export const UiProgress = /*@__PURE__*/ createComponent({
|
|
|
178
278
|
events: {},
|
|
179
279
|
defineCustomElement: defineUiProgress
|
|
180
280
|
});
|
|
281
|
+
export const UiProgressCircular = /*@__PURE__*/ createComponent({
|
|
282
|
+
tagName: 'ui-progress-circular',
|
|
283
|
+
elementClass: UiProgressCircularElement,
|
|
284
|
+
// @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
|
|
285
|
+
react: React,
|
|
286
|
+
events: {},
|
|
287
|
+
defineCustomElement: defineUiProgressCircular
|
|
288
|
+
});
|
|
181
289
|
export const UiRadioGroup = /*@__PURE__*/ createComponent({
|
|
182
290
|
tagName: 'ui-radio-group',
|
|
183
291
|
elementClass: UiRadioGroupElement,
|
|
@@ -186,6 +294,14 @@ export const UiRadioGroup = /*@__PURE__*/ createComponent({
|
|
|
186
294
|
events: { onUiChange: 'uiChange' },
|
|
187
295
|
defineCustomElement: defineUiRadioGroup
|
|
188
296
|
});
|
|
297
|
+
export const UiRating = /*@__PURE__*/ createComponent({
|
|
298
|
+
tagName: 'ui-rating',
|
|
299
|
+
elementClass: UiRatingElement,
|
|
300
|
+
// @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
|
|
301
|
+
react: React,
|
|
302
|
+
events: { onUiChange: 'uiChange' },
|
|
303
|
+
defineCustomElement: defineUiRating
|
|
304
|
+
});
|
|
189
305
|
export const UiReveal = /*@__PURE__*/ createComponent({
|
|
190
306
|
tagName: 'ui-reveal',
|
|
191
307
|
elementClass: UiRevealElement,
|
|
@@ -210,6 +326,14 @@ export const UiSection = /*@__PURE__*/ createComponent({
|
|
|
210
326
|
events: {},
|
|
211
327
|
defineCustomElement: defineUiSection
|
|
212
328
|
});
|
|
329
|
+
export const UiSegmented = /*@__PURE__*/ createComponent({
|
|
330
|
+
tagName: 'ui-segmented',
|
|
331
|
+
elementClass: UiSegmentedElement,
|
|
332
|
+
// @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
|
|
333
|
+
react: React,
|
|
334
|
+
events: { onUiChange: 'uiChange' },
|
|
335
|
+
defineCustomElement: defineUiSegmented
|
|
336
|
+
});
|
|
213
337
|
export const UiSelect = /*@__PURE__*/ createComponent({
|
|
214
338
|
tagName: 'ui-select',
|
|
215
339
|
elementClass: UiSelectElement,
|
|
@@ -253,6 +377,22 @@ export const UiSpinner = /*@__PURE__*/ createComponent({
|
|
|
253
377
|
events: {},
|
|
254
378
|
defineCustomElement: defineUiSpinner
|
|
255
379
|
});
|
|
380
|
+
export const UiStack = /*@__PURE__*/ createComponent({
|
|
381
|
+
tagName: 'ui-stack',
|
|
382
|
+
elementClass: UiStackElement,
|
|
383
|
+
// @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
|
|
384
|
+
react: React,
|
|
385
|
+
events: {},
|
|
386
|
+
defineCustomElement: defineUiStack
|
|
387
|
+
});
|
|
388
|
+
export const UiStat = /*@__PURE__*/ createComponent({
|
|
389
|
+
tagName: 'ui-stat',
|
|
390
|
+
elementClass: UiStatElement,
|
|
391
|
+
// @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
|
|
392
|
+
react: React,
|
|
393
|
+
events: {},
|
|
394
|
+
defineCustomElement: defineUiStat
|
|
395
|
+
});
|
|
256
396
|
export const UiSwitch = /*@__PURE__*/ createComponent({
|
|
257
397
|
tagName: 'ui-switch',
|
|
258
398
|
elementClass: UiSwitchElement,
|
|
@@ -261,6 +401,14 @@ export const UiSwitch = /*@__PURE__*/ createComponent({
|
|
|
261
401
|
events: { onUiChange: 'uiChange' },
|
|
262
402
|
defineCustomElement: defineUiSwitch
|
|
263
403
|
});
|
|
404
|
+
export const UiTable = /*@__PURE__*/ createComponent({
|
|
405
|
+
tagName: 'ui-table',
|
|
406
|
+
elementClass: UiTableElement,
|
|
407
|
+
// @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
|
|
408
|
+
react: React,
|
|
409
|
+
events: {},
|
|
410
|
+
defineCustomElement: defineUiTable
|
|
411
|
+
});
|
|
264
412
|
export const UiTabs = /*@__PURE__*/ createComponent({
|
|
265
413
|
tagName: 'ui-tabs',
|
|
266
414
|
elementClass: UiTabsElement,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@andespindola/ui-react",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.3.0",
|
|
4
4
|
"description": "Wrappers React (e Next.js) para os Web Components do design system @andespindola/ui-core.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "Anderson Espindola <andersonfaustinolima@gmail.com>",
|
|
@@ -8,8 +8,13 @@
|
|
|
8
8
|
"main": "dist/index.js",
|
|
9
9
|
"module": "dist/index.js",
|
|
10
10
|
"types": "dist/index.d.ts",
|
|
11
|
-
"files": [
|
|
12
|
-
|
|
11
|
+
"files": [
|
|
12
|
+
"dist",
|
|
13
|
+
"README.md"
|
|
14
|
+
],
|
|
15
|
+
"publishConfig": {
|
|
16
|
+
"access": "public"
|
|
17
|
+
},
|
|
13
18
|
"scripts": {
|
|
14
19
|
"build": "tsc -p tsconfig.json"
|
|
15
20
|
},
|
|
@@ -18,7 +23,7 @@
|
|
|
18
23
|
"react-dom": ">=18"
|
|
19
24
|
},
|
|
20
25
|
"dependencies": {
|
|
21
|
-
"@andespindola/ui-core": "0.
|
|
26
|
+
"@andespindola/ui-core": "0.3.0",
|
|
22
27
|
"@stencil/react-output-target": "^0.8.1"
|
|
23
28
|
},
|
|
24
29
|
"devDependencies": {
|