@andespindola/ui-react 0.2.0 → 0.4.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 +46 -0
- package/dist/components.js +99 -5
- package/package.json +2 -2
package/dist/components.d.ts
CHANGED
|
@@ -2,6 +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 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";
|
|
7
8
|
import { UiAlert as UiAlertElement } from "@andespindola/ui-core/dist/components/ui-alert.js";
|
|
@@ -12,21 +13,29 @@ import { UiBreadcrumbItem as UiBreadcrumbItemElement } from "@andespindola/ui-co
|
|
|
12
13
|
import { UiBreadcrumb as UiBreadcrumbElement } from "@andespindola/ui-core/dist/components/ui-breadcrumb.js";
|
|
13
14
|
import { UiButton as UiButtonElement } from "@andespindola/ui-core/dist/components/ui-button.js";
|
|
14
15
|
import { UiCard as UiCardElement } from "@andespindola/ui-core/dist/components/ui-card.js";
|
|
16
|
+
import { UiCarousel as UiCarouselElement } from "@andespindola/ui-core/dist/components/ui-carousel.js";
|
|
15
17
|
import { UiCheckbox as UiCheckboxElement } from "@andespindola/ui-core/dist/components/ui-checkbox.js";
|
|
18
|
+
import { UiCombobox as UiComboboxElement } from "@andespindola/ui-core/dist/components/ui-combobox.js";
|
|
19
|
+
import { UiCommand as UiCommandElement } from "@andespindola/ui-core/dist/components/ui-command.js";
|
|
16
20
|
import { UiContainer as UiContainerElement } from "@andespindola/ui-core/dist/components/ui-container.js";
|
|
21
|
+
import { UiDatePicker as UiDatePickerElement } from "@andespindola/ui-core/dist/components/ui-date-picker.js";
|
|
17
22
|
import { UiDialog as UiDialogElement } from "@andespindola/ui-core/dist/components/ui-dialog.js";
|
|
18
23
|
import { UiDrawer as UiDrawerElement } from "@andespindola/ui-core/dist/components/ui-drawer.js";
|
|
19
24
|
import { UiDropdownItem as UiDropdownItemElement } from "@andespindola/ui-core/dist/components/ui-dropdown-item.js";
|
|
20
25
|
import { UiDropdownMenu as UiDropdownMenuElement } from "@andespindola/ui-core/dist/components/ui-dropdown-menu.js";
|
|
21
26
|
import { UiField as UiFieldElement } from "@andespindola/ui-core/dist/components/ui-field.js";
|
|
27
|
+
import { UiFileUpload as UiFileUploadElement } from "@andespindola/ui-core/dist/components/ui-file-upload.js";
|
|
22
28
|
import { UiGrid as UiGridElement } from "@andespindola/ui-core/dist/components/ui-grid.js";
|
|
23
29
|
import { UiInput as UiInputElement } from "@andespindola/ui-core/dist/components/ui-input.js";
|
|
24
30
|
import { UiLabel as UiLabelElement } from "@andespindola/ui-core/dist/components/ui-label.js";
|
|
25
31
|
import { UiLoadingOverlay as UiLoadingOverlayElement } from "@andespindola/ui-core/dist/components/ui-loading-overlay.js";
|
|
32
|
+
import { UiNavbar as UiNavbarElement } from "@andespindola/ui-core/dist/components/ui-navbar.js";
|
|
26
33
|
import { UiPagination as UiPaginationElement } from "@andespindola/ui-core/dist/components/ui-pagination.js";
|
|
27
34
|
import { UiPopover as UiPopoverElement } from "@andespindola/ui-core/dist/components/ui-popover.js";
|
|
35
|
+
import { UiProgressCircular as UiProgressCircularElement } from "@andespindola/ui-core/dist/components/ui-progress-circular.js";
|
|
28
36
|
import { UiProgress as UiProgressElement } from "@andespindola/ui-core/dist/components/ui-progress.js";
|
|
29
37
|
import { UiRadioGroup as UiRadioGroupElement } from "@andespindola/ui-core/dist/components/ui-radio-group.js";
|
|
38
|
+
import { UiRating as UiRatingElement } from "@andespindola/ui-core/dist/components/ui-rating.js";
|
|
30
39
|
import { UiReveal as UiRevealElement } from "@andespindola/ui-core/dist/components/ui-reveal.js";
|
|
31
40
|
import { UiScrollProgress as UiScrollProgressElement } from "@andespindola/ui-core/dist/components/ui-scroll-progress.js";
|
|
32
41
|
import { UiSection as UiSectionElement } from "@andespindola/ui-core/dist/components/ui-section.js";
|
|
@@ -39,9 +48,12 @@ import { UiSpinner as UiSpinnerElement } from "@andespindola/ui-core/dist/compon
|
|
|
39
48
|
import { UiStack as UiStackElement } from "@andespindola/ui-core/dist/components/ui-stack.js";
|
|
40
49
|
import { UiStat as UiStatElement } from "@andespindola/ui-core/dist/components/ui-stat.js";
|
|
41
50
|
import { UiSwitch as UiSwitchElement } from "@andespindola/ui-core/dist/components/ui-switch.js";
|
|
51
|
+
import { UiTable as UiTableElement } from "@andespindola/ui-core/dist/components/ui-table.js";
|
|
42
52
|
import { UiTabs as UiTabsElement } from "@andespindola/ui-core/dist/components/ui-tabs.js";
|
|
43
53
|
import { UiTextarea as UiTextareaElement } from "@andespindola/ui-core/dist/components/ui-textarea.js";
|
|
44
54
|
import { UiThemeToggle as UiThemeToggleElement } from "@andespindola/ui-core/dist/components/ui-theme-toggle.js";
|
|
55
|
+
import { UiTimelineItem as UiTimelineItemElement } from "@andespindola/ui-core/dist/components/ui-timeline-item.js";
|
|
56
|
+
import { UiTimeline as UiTimelineElement } from "@andespindola/ui-core/dist/components/ui-timeline.js";
|
|
45
57
|
import { UiToast as UiToastElement } from "@andespindola/ui-core/dist/components/ui-toast.js";
|
|
46
58
|
import { UiToaster as UiToasterElement } from "@andespindola/ui-core/dist/components/ui-toaster.js";
|
|
47
59
|
import { UiTooltip as UiTooltipElement } from "@andespindola/ui-core/dist/components/ui-tooltip.js";
|
|
@@ -72,12 +84,28 @@ type UiButtonEvents = NonNullable<unknown>;
|
|
|
72
84
|
export declare const UiButton: StencilReactComponent<UiButtonElement, UiButtonEvents>;
|
|
73
85
|
type UiCardEvents = NonNullable<unknown>;
|
|
74
86
|
export declare const UiCard: StencilReactComponent<UiCardElement, UiCardEvents>;
|
|
87
|
+
type UiCarouselEvents = {
|
|
88
|
+
onUiChange: EventName<CustomEvent<number>>;
|
|
89
|
+
};
|
|
90
|
+
export declare const UiCarousel: StencilReactComponent<UiCarouselElement, UiCarouselEvents>;
|
|
75
91
|
type UiCheckboxEvents = {
|
|
76
92
|
onUiChange: EventName<CustomEvent<boolean>>;
|
|
77
93
|
};
|
|
78
94
|
export declare const UiCheckbox: StencilReactComponent<UiCheckboxElement, UiCheckboxEvents>;
|
|
95
|
+
type UiComboboxEvents = {
|
|
96
|
+
onUiChange: EventName<CustomEvent<string>>;
|
|
97
|
+
};
|
|
98
|
+
export declare const UiCombobox: StencilReactComponent<UiComboboxElement, UiComboboxEvents>;
|
|
99
|
+
type UiCommandEvents = {
|
|
100
|
+
onUiSelect: EventName<CustomEvent<string>>;
|
|
101
|
+
};
|
|
102
|
+
export declare const UiCommand: StencilReactComponent<UiCommandElement, UiCommandEvents>;
|
|
79
103
|
type UiContainerEvents = NonNullable<unknown>;
|
|
80
104
|
export declare const UiContainer: StencilReactComponent<UiContainerElement, UiContainerEvents>;
|
|
105
|
+
type UiDatePickerEvents = {
|
|
106
|
+
onUiChange: EventName<CustomEvent<string>>;
|
|
107
|
+
};
|
|
108
|
+
export declare const UiDatePicker: StencilReactComponent<UiDatePickerElement, UiDatePickerEvents>;
|
|
81
109
|
type UiDialogEvents = {
|
|
82
110
|
onUiClose: EventName<CustomEvent<void>>;
|
|
83
111
|
};
|
|
@@ -96,6 +124,10 @@ type UiDropdownMenuEvents = {
|
|
|
96
124
|
export declare const UiDropdownMenu: StencilReactComponent<UiDropdownMenuElement, UiDropdownMenuEvents>;
|
|
97
125
|
type UiFieldEvents = NonNullable<unknown>;
|
|
98
126
|
export declare const UiField: StencilReactComponent<UiFieldElement, UiFieldEvents>;
|
|
127
|
+
type UiFileUploadEvents = {
|
|
128
|
+
onUiChange: EventName<UiFileUploadCustomEvent<File[]>>;
|
|
129
|
+
};
|
|
130
|
+
export declare const UiFileUpload: StencilReactComponent<UiFileUploadElement, UiFileUploadEvents>;
|
|
99
131
|
type UiGridEvents = NonNullable<unknown>;
|
|
100
132
|
export declare const UiGrid: StencilReactComponent<UiGridElement, UiGridEvents>;
|
|
101
133
|
type UiInputEvents = {
|
|
@@ -107,6 +139,8 @@ type UiLabelEvents = NonNullable<unknown>;
|
|
|
107
139
|
export declare const UiLabel: StencilReactComponent<UiLabelElement, UiLabelEvents>;
|
|
108
140
|
type UiLoadingOverlayEvents = NonNullable<unknown>;
|
|
109
141
|
export declare const UiLoadingOverlay: StencilReactComponent<UiLoadingOverlayElement, UiLoadingOverlayEvents>;
|
|
142
|
+
type UiNavbarEvents = NonNullable<unknown>;
|
|
143
|
+
export declare const UiNavbar: StencilReactComponent<UiNavbarElement, UiNavbarEvents>;
|
|
110
144
|
type UiPaginationEvents = {
|
|
111
145
|
onUiChange: EventName<CustomEvent<number>>;
|
|
112
146
|
};
|
|
@@ -117,10 +151,16 @@ type UiPopoverEvents = {
|
|
|
117
151
|
export declare const UiPopover: StencilReactComponent<UiPopoverElement, UiPopoverEvents>;
|
|
118
152
|
type UiProgressEvents = NonNullable<unknown>;
|
|
119
153
|
export declare const UiProgress: StencilReactComponent<UiProgressElement, UiProgressEvents>;
|
|
154
|
+
type UiProgressCircularEvents = NonNullable<unknown>;
|
|
155
|
+
export declare const UiProgressCircular: StencilReactComponent<UiProgressCircularElement, UiProgressCircularEvents>;
|
|
120
156
|
type UiRadioGroupEvents = {
|
|
121
157
|
onUiChange: EventName<CustomEvent<string>>;
|
|
122
158
|
};
|
|
123
159
|
export declare const UiRadioGroup: StencilReactComponent<UiRadioGroupElement, UiRadioGroupEvents>;
|
|
160
|
+
type UiRatingEvents = {
|
|
161
|
+
onUiChange: EventName<CustomEvent<number>>;
|
|
162
|
+
};
|
|
163
|
+
export declare const UiRating: StencilReactComponent<UiRatingElement, UiRatingEvents>;
|
|
124
164
|
type UiRevealEvents = NonNullable<unknown>;
|
|
125
165
|
export declare const UiReveal: StencilReactComponent<UiRevealElement, UiRevealEvents>;
|
|
126
166
|
type UiScrollProgressEvents = NonNullable<unknown>;
|
|
@@ -154,6 +194,8 @@ type UiSwitchEvents = {
|
|
|
154
194
|
onUiChange: EventName<CustomEvent<boolean>>;
|
|
155
195
|
};
|
|
156
196
|
export declare const UiSwitch: StencilReactComponent<UiSwitchElement, UiSwitchEvents>;
|
|
197
|
+
type UiTableEvents = NonNullable<unknown>;
|
|
198
|
+
export declare const UiTable: StencilReactComponent<UiTableElement, UiTableEvents>;
|
|
157
199
|
type UiTabsEvents = {
|
|
158
200
|
onUiChange: EventName<CustomEvent<string>>;
|
|
159
201
|
};
|
|
@@ -167,6 +209,10 @@ type UiThemeToggleEvents = {
|
|
|
167
209
|
onUiThemeChange: EventName<CustomEvent<"light" | "dark">>;
|
|
168
210
|
};
|
|
169
211
|
export declare const UiThemeToggle: StencilReactComponent<UiThemeToggleElement, UiThemeToggleEvents>;
|
|
212
|
+
type UiTimelineEvents = NonNullable<unknown>;
|
|
213
|
+
export declare const UiTimeline: StencilReactComponent<UiTimelineElement, UiTimelineEvents>;
|
|
214
|
+
type UiTimelineItemEvents = NonNullable<unknown>;
|
|
215
|
+
export declare const UiTimelineItem: StencilReactComponent<UiTimelineItemElement, UiTimelineItemEvents>;
|
|
170
216
|
type UiToastEvents = {
|
|
171
217
|
onUiClose: EventName<CustomEvent<void>>;
|
|
172
218
|
};
|
package/dist/components.js
CHANGED
|
@@ -1,9 +1,4 @@
|
|
|
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";
|
|
9
4
|
import { UiAlert as UiAlertElement, defineCustomElement as defineUiAlert } from "@andespindola/ui-core/dist/components/ui-alert.js";
|
|
@@ -14,21 +9,29 @@ import { UiBreadcrumbItem as UiBreadcrumbItemElement, defineCustomElement as def
|
|
|
14
9
|
import { UiBreadcrumb as UiBreadcrumbElement, defineCustomElement as defineUiBreadcrumb } from "@andespindola/ui-core/dist/components/ui-breadcrumb.js";
|
|
15
10
|
import { UiButton as UiButtonElement, defineCustomElement as defineUiButton } from "@andespindola/ui-core/dist/components/ui-button.js";
|
|
16
11
|
import { UiCard as UiCardElement, defineCustomElement as defineUiCard } from "@andespindola/ui-core/dist/components/ui-card.js";
|
|
12
|
+
import { UiCarousel as UiCarouselElement, defineCustomElement as defineUiCarousel } from "@andespindola/ui-core/dist/components/ui-carousel.js";
|
|
17
13
|
import { UiCheckbox as UiCheckboxElement, defineCustomElement as defineUiCheckbox } from "@andespindola/ui-core/dist/components/ui-checkbox.js";
|
|
14
|
+
import { UiCombobox as UiComboboxElement, defineCustomElement as defineUiCombobox } from "@andespindola/ui-core/dist/components/ui-combobox.js";
|
|
15
|
+
import { UiCommand as UiCommandElement, defineCustomElement as defineUiCommand } from "@andespindola/ui-core/dist/components/ui-command.js";
|
|
18
16
|
import { UiContainer as UiContainerElement, defineCustomElement as defineUiContainer } from "@andespindola/ui-core/dist/components/ui-container.js";
|
|
17
|
+
import { UiDatePicker as UiDatePickerElement, defineCustomElement as defineUiDatePicker } from "@andespindola/ui-core/dist/components/ui-date-picker.js";
|
|
19
18
|
import { UiDialog as UiDialogElement, defineCustomElement as defineUiDialog } from "@andespindola/ui-core/dist/components/ui-dialog.js";
|
|
20
19
|
import { UiDrawer as UiDrawerElement, defineCustomElement as defineUiDrawer } from "@andespindola/ui-core/dist/components/ui-drawer.js";
|
|
21
20
|
import { UiDropdownItem as UiDropdownItemElement, defineCustomElement as defineUiDropdownItem } from "@andespindola/ui-core/dist/components/ui-dropdown-item.js";
|
|
22
21
|
import { UiDropdownMenu as UiDropdownMenuElement, defineCustomElement as defineUiDropdownMenu } from "@andespindola/ui-core/dist/components/ui-dropdown-menu.js";
|
|
23
22
|
import { UiField as UiFieldElement, defineCustomElement as defineUiField } from "@andespindola/ui-core/dist/components/ui-field.js";
|
|
23
|
+
import { UiFileUpload as UiFileUploadElement, defineCustomElement as defineUiFileUpload } from "@andespindola/ui-core/dist/components/ui-file-upload.js";
|
|
24
24
|
import { UiGrid as UiGridElement, defineCustomElement as defineUiGrid } from "@andespindola/ui-core/dist/components/ui-grid.js";
|
|
25
25
|
import { UiInput as UiInputElement, defineCustomElement as defineUiInput } from "@andespindola/ui-core/dist/components/ui-input.js";
|
|
26
26
|
import { UiLabel as UiLabelElement, defineCustomElement as defineUiLabel } from "@andespindola/ui-core/dist/components/ui-label.js";
|
|
27
27
|
import { UiLoadingOverlay as UiLoadingOverlayElement, defineCustomElement as defineUiLoadingOverlay } from "@andespindola/ui-core/dist/components/ui-loading-overlay.js";
|
|
28
|
+
import { UiNavbar as UiNavbarElement, defineCustomElement as defineUiNavbar } from "@andespindola/ui-core/dist/components/ui-navbar.js";
|
|
28
29
|
import { UiPagination as UiPaginationElement, defineCustomElement as defineUiPagination } from "@andespindola/ui-core/dist/components/ui-pagination.js";
|
|
29
30
|
import { UiPopover as UiPopoverElement, defineCustomElement as defineUiPopover } from "@andespindola/ui-core/dist/components/ui-popover.js";
|
|
31
|
+
import { UiProgressCircular as UiProgressCircularElement, defineCustomElement as defineUiProgressCircular } from "@andespindola/ui-core/dist/components/ui-progress-circular.js";
|
|
30
32
|
import { UiProgress as UiProgressElement, defineCustomElement as defineUiProgress } from "@andespindola/ui-core/dist/components/ui-progress.js";
|
|
31
33
|
import { UiRadioGroup as UiRadioGroupElement, defineCustomElement as defineUiRadioGroup } from "@andespindola/ui-core/dist/components/ui-radio-group.js";
|
|
34
|
+
import { UiRating as UiRatingElement, defineCustomElement as defineUiRating } from "@andespindola/ui-core/dist/components/ui-rating.js";
|
|
32
35
|
import { UiReveal as UiRevealElement, defineCustomElement as defineUiReveal } from "@andespindola/ui-core/dist/components/ui-reveal.js";
|
|
33
36
|
import { UiScrollProgress as UiScrollProgressElement, defineCustomElement as defineUiScrollProgress } from "@andespindola/ui-core/dist/components/ui-scroll-progress.js";
|
|
34
37
|
import { UiSection as UiSectionElement, defineCustomElement as defineUiSection } from "@andespindola/ui-core/dist/components/ui-section.js";
|
|
@@ -41,9 +44,12 @@ import { UiSpinner as UiSpinnerElement, defineCustomElement as defineUiSpinner }
|
|
|
41
44
|
import { UiStack as UiStackElement, defineCustomElement as defineUiStack } from "@andespindola/ui-core/dist/components/ui-stack.js";
|
|
42
45
|
import { UiStat as UiStatElement, defineCustomElement as defineUiStat } from "@andespindola/ui-core/dist/components/ui-stat.js";
|
|
43
46
|
import { UiSwitch as UiSwitchElement, defineCustomElement as defineUiSwitch } from "@andespindola/ui-core/dist/components/ui-switch.js";
|
|
47
|
+
import { UiTable as UiTableElement, defineCustomElement as defineUiTable } from "@andespindola/ui-core/dist/components/ui-table.js";
|
|
44
48
|
import { UiTabs as UiTabsElement, defineCustomElement as defineUiTabs } from "@andespindola/ui-core/dist/components/ui-tabs.js";
|
|
45
49
|
import { UiTextarea as UiTextareaElement, defineCustomElement as defineUiTextarea } from "@andespindola/ui-core/dist/components/ui-textarea.js";
|
|
46
50
|
import { UiThemeToggle as UiThemeToggleElement, defineCustomElement as defineUiThemeToggle } from "@andespindola/ui-core/dist/components/ui-theme-toggle.js";
|
|
51
|
+
import { UiTimelineItem as UiTimelineItemElement, defineCustomElement as defineUiTimelineItem } from "@andespindola/ui-core/dist/components/ui-timeline-item.js";
|
|
52
|
+
import { UiTimeline as UiTimelineElement, defineCustomElement as defineUiTimeline } from "@andespindola/ui-core/dist/components/ui-timeline.js";
|
|
47
53
|
import { UiToast as UiToastElement, defineCustomElement as defineUiToast } from "@andespindola/ui-core/dist/components/ui-toast.js";
|
|
48
54
|
import { UiToaster as UiToasterElement, defineCustomElement as defineUiToaster } from "@andespindola/ui-core/dist/components/ui-toaster.js";
|
|
49
55
|
import { UiTooltip as UiTooltipElement, defineCustomElement as defineUiTooltip } from "@andespindola/ui-core/dist/components/ui-tooltip.js";
|
|
@@ -129,6 +135,14 @@ export const UiCard = /*@__PURE__*/ createComponent({
|
|
|
129
135
|
events: {},
|
|
130
136
|
defineCustomElement: defineUiCard
|
|
131
137
|
});
|
|
138
|
+
export const UiCarousel = /*@__PURE__*/ createComponent({
|
|
139
|
+
tagName: 'ui-carousel',
|
|
140
|
+
elementClass: UiCarouselElement,
|
|
141
|
+
// @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
|
|
142
|
+
react: React,
|
|
143
|
+
events: { onUiChange: 'uiChange' },
|
|
144
|
+
defineCustomElement: defineUiCarousel
|
|
145
|
+
});
|
|
132
146
|
export const UiCheckbox = /*@__PURE__*/ createComponent({
|
|
133
147
|
tagName: 'ui-checkbox',
|
|
134
148
|
elementClass: UiCheckboxElement,
|
|
@@ -137,6 +151,22 @@ export const UiCheckbox = /*@__PURE__*/ createComponent({
|
|
|
137
151
|
events: { onUiChange: 'uiChange' },
|
|
138
152
|
defineCustomElement: defineUiCheckbox
|
|
139
153
|
});
|
|
154
|
+
export const UiCombobox = /*@__PURE__*/ createComponent({
|
|
155
|
+
tagName: 'ui-combobox',
|
|
156
|
+
elementClass: UiComboboxElement,
|
|
157
|
+
// @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
|
|
158
|
+
react: React,
|
|
159
|
+
events: { onUiChange: 'uiChange' },
|
|
160
|
+
defineCustomElement: defineUiCombobox
|
|
161
|
+
});
|
|
162
|
+
export const UiCommand = /*@__PURE__*/ createComponent({
|
|
163
|
+
tagName: 'ui-command',
|
|
164
|
+
elementClass: UiCommandElement,
|
|
165
|
+
// @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
|
|
166
|
+
react: React,
|
|
167
|
+
events: { onUiSelect: 'uiSelect' },
|
|
168
|
+
defineCustomElement: defineUiCommand
|
|
169
|
+
});
|
|
140
170
|
export const UiContainer = /*@__PURE__*/ createComponent({
|
|
141
171
|
tagName: 'ui-container',
|
|
142
172
|
elementClass: UiContainerElement,
|
|
@@ -145,6 +175,14 @@ export const UiContainer = /*@__PURE__*/ createComponent({
|
|
|
145
175
|
events: {},
|
|
146
176
|
defineCustomElement: defineUiContainer
|
|
147
177
|
});
|
|
178
|
+
export const UiDatePicker = /*@__PURE__*/ createComponent({
|
|
179
|
+
tagName: 'ui-date-picker',
|
|
180
|
+
elementClass: UiDatePickerElement,
|
|
181
|
+
// @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
|
|
182
|
+
react: React,
|
|
183
|
+
events: { onUiChange: 'uiChange' },
|
|
184
|
+
defineCustomElement: defineUiDatePicker
|
|
185
|
+
});
|
|
148
186
|
export const UiDialog = /*@__PURE__*/ createComponent({
|
|
149
187
|
tagName: 'ui-dialog',
|
|
150
188
|
elementClass: UiDialogElement,
|
|
@@ -185,6 +223,14 @@ export const UiField = /*@__PURE__*/ createComponent({
|
|
|
185
223
|
events: {},
|
|
186
224
|
defineCustomElement: defineUiField
|
|
187
225
|
});
|
|
226
|
+
export const UiFileUpload = /*@__PURE__*/ createComponent({
|
|
227
|
+
tagName: 'ui-file-upload',
|
|
228
|
+
elementClass: UiFileUploadElement,
|
|
229
|
+
// @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
|
|
230
|
+
react: React,
|
|
231
|
+
events: { onUiChange: 'uiChange' },
|
|
232
|
+
defineCustomElement: defineUiFileUpload
|
|
233
|
+
});
|
|
188
234
|
export const UiGrid = /*@__PURE__*/ createComponent({
|
|
189
235
|
tagName: 'ui-grid',
|
|
190
236
|
elementClass: UiGridElement,
|
|
@@ -220,6 +266,14 @@ export const UiLoadingOverlay = /*@__PURE__*/ createComponent({
|
|
|
220
266
|
events: {},
|
|
221
267
|
defineCustomElement: defineUiLoadingOverlay
|
|
222
268
|
});
|
|
269
|
+
export const UiNavbar = /*@__PURE__*/ createComponent({
|
|
270
|
+
tagName: 'ui-navbar',
|
|
271
|
+
elementClass: UiNavbarElement,
|
|
272
|
+
// @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
|
|
273
|
+
react: React,
|
|
274
|
+
events: {},
|
|
275
|
+
defineCustomElement: defineUiNavbar
|
|
276
|
+
});
|
|
223
277
|
export const UiPagination = /*@__PURE__*/ createComponent({
|
|
224
278
|
tagName: 'ui-pagination',
|
|
225
279
|
elementClass: UiPaginationElement,
|
|
@@ -244,6 +298,14 @@ export const UiProgress = /*@__PURE__*/ createComponent({
|
|
|
244
298
|
events: {},
|
|
245
299
|
defineCustomElement: defineUiProgress
|
|
246
300
|
});
|
|
301
|
+
export const UiProgressCircular = /*@__PURE__*/ createComponent({
|
|
302
|
+
tagName: 'ui-progress-circular',
|
|
303
|
+
elementClass: UiProgressCircularElement,
|
|
304
|
+
// @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
|
|
305
|
+
react: React,
|
|
306
|
+
events: {},
|
|
307
|
+
defineCustomElement: defineUiProgressCircular
|
|
308
|
+
});
|
|
247
309
|
export const UiRadioGroup = /*@__PURE__*/ createComponent({
|
|
248
310
|
tagName: 'ui-radio-group',
|
|
249
311
|
elementClass: UiRadioGroupElement,
|
|
@@ -252,6 +314,14 @@ export const UiRadioGroup = /*@__PURE__*/ createComponent({
|
|
|
252
314
|
events: { onUiChange: 'uiChange' },
|
|
253
315
|
defineCustomElement: defineUiRadioGroup
|
|
254
316
|
});
|
|
317
|
+
export const UiRating = /*@__PURE__*/ createComponent({
|
|
318
|
+
tagName: 'ui-rating',
|
|
319
|
+
elementClass: UiRatingElement,
|
|
320
|
+
// @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
|
|
321
|
+
react: React,
|
|
322
|
+
events: { onUiChange: 'uiChange' },
|
|
323
|
+
defineCustomElement: defineUiRating
|
|
324
|
+
});
|
|
255
325
|
export const UiReveal = /*@__PURE__*/ createComponent({
|
|
256
326
|
tagName: 'ui-reveal',
|
|
257
327
|
elementClass: UiRevealElement,
|
|
@@ -351,6 +421,14 @@ export const UiSwitch = /*@__PURE__*/ createComponent({
|
|
|
351
421
|
events: { onUiChange: 'uiChange' },
|
|
352
422
|
defineCustomElement: defineUiSwitch
|
|
353
423
|
});
|
|
424
|
+
export const UiTable = /*@__PURE__*/ createComponent({
|
|
425
|
+
tagName: 'ui-table',
|
|
426
|
+
elementClass: UiTableElement,
|
|
427
|
+
// @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
|
|
428
|
+
react: React,
|
|
429
|
+
events: {},
|
|
430
|
+
defineCustomElement: defineUiTable
|
|
431
|
+
});
|
|
354
432
|
export const UiTabs = /*@__PURE__*/ createComponent({
|
|
355
433
|
tagName: 'ui-tabs',
|
|
356
434
|
elementClass: UiTabsElement,
|
|
@@ -378,6 +456,22 @@ export const UiThemeToggle = /*@__PURE__*/ createComponent({
|
|
|
378
456
|
events: { onUiThemeChange: 'uiThemeChange' },
|
|
379
457
|
defineCustomElement: defineUiThemeToggle
|
|
380
458
|
});
|
|
459
|
+
export const UiTimeline = /*@__PURE__*/ createComponent({
|
|
460
|
+
tagName: 'ui-timeline',
|
|
461
|
+
elementClass: UiTimelineElement,
|
|
462
|
+
// @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
|
|
463
|
+
react: React,
|
|
464
|
+
events: {},
|
|
465
|
+
defineCustomElement: defineUiTimeline
|
|
466
|
+
});
|
|
467
|
+
export const UiTimelineItem = /*@__PURE__*/ createComponent({
|
|
468
|
+
tagName: 'ui-timeline-item',
|
|
469
|
+
elementClass: UiTimelineItemElement,
|
|
470
|
+
// @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
|
|
471
|
+
react: React,
|
|
472
|
+
events: {},
|
|
473
|
+
defineCustomElement: defineUiTimelineItem
|
|
474
|
+
});
|
|
381
475
|
export const UiToast = /*@__PURE__*/ createComponent({
|
|
382
476
|
tagName: 'ui-toast',
|
|
383
477
|
elementClass: UiToastElement,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@andespindola/ui-react",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.4.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>",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"react-dom": ">=18"
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"@andespindola/ui-core": "0.
|
|
26
|
+
"@andespindola/ui-core": "0.4.0",
|
|
27
27
|
"@stencil/react-output-target": "^0.8.1"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|