@vertexvis/ui-react 0.1.5-canary.6 → 1.0.0-testing.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/bundle.cjs.js +421 -263
- package/dist/bundle.cjs.js.map +1 -1
- package/dist/bundle.cjs.min.js +2 -1
- package/dist/bundle.cjs.min.js.map +1 -1
- package/dist/bundle.esm.js +418 -261
- package/dist/bundle.esm.js.map +1 -1
- package/dist/bundle.esm.min.js +2 -1
- package/dist/bundle.esm.min.js.map +1 -1
- package/dist/generated/components.d.ts +202 -0
- package/dist/index.d.ts +2 -2
- package/dist/loader.d.ts +1 -1
- package/package.json +15 -12
- package/dist/generated/react-component-lib/createComponent.d.ts +0 -10
- package/dist/generated/react-component-lib/createOverlayComponent.d.ts +0 -21
- package/dist/generated/react-component-lib/index.d.ts +0 -2
- package/dist/generated/react-component-lib/interfaces.d.ts +0 -29
- package/dist/generated/react-component-lib/utils/attachProps.d.ts +0 -16
- package/dist/generated/react-component-lib/utils/case.d.ts +0 -2
- package/dist/generated/react-component-lib/utils/dev.d.ts +0 -2
- package/dist/generated/react-component-lib/utils/index.d.ts +0 -10
- package/dist/generated/ui.d.ts +0 -43
|
@@ -0,0 +1,202 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was automatically generated by the Stencil React Output Target.
|
|
3
|
+
* Changes to this file may cause incorrect behavior and will be lost if the code is regenerated.
|
|
4
|
+
*/
|
|
5
|
+
import type { EventName, StencilReactComponent } from '@stencil/react-output-target/runtime';
|
|
6
|
+
import { type InputChangeEventDetail, type Point, type RadioChangeEventDetail, type ResizeEventDetails, type Result, type SelectionChangedDetails, type SliderChangeEventDetails, type VertexBannerCustomEvent, type VertexCardCustomEvent, type VertexClickToEditTextfieldCustomEvent, type VertexColorCirclePickerCustomEvent, type VertexColorPickerCustomEvent, type VertexContextMenuCustomEvent, type VertexDialogCustomEvent, type VertexDraggablePopoverCustomEvent, type VertexDropdownMenuCustomEvent, type VertexExpandableCustomEvent, type VertexHelpTooltipCustomEvent, type VertexMenuCustomEvent, type VertexPopoverCustomEvent, type VertexRadioCustomEvent, type VertexRadioGroupCustomEvent, type VertexResizableCustomEvent, type VertexResultListCustomEvent, type VertexSearchBarCustomEvent, type VertexSelectCustomEvent, type VertexSliderCustomEvent, type VertexTabCustomEvent, type VertexTabsCustomEvent, type VertexTextfieldCustomEvent, type VertexToastCustomEvent, type VertexToggleCustomEvent } from "@vertexvis/ui";
|
|
7
|
+
import type { Components } from "@vertexvis/ui/dist/components";
|
|
8
|
+
import { VertexAutoResizeTextarea as VertexAutoResizeTextareaElement } from "@vertexvis/ui/dist/components/vertex-auto-resize-textarea.js";
|
|
9
|
+
import { VertexAvatarGroup as VertexAvatarGroupElement } from "@vertexvis/ui/dist/components/vertex-avatar-group.js";
|
|
10
|
+
import { VertexAvatar as VertexAvatarElement } from "@vertexvis/ui/dist/components/vertex-avatar.js";
|
|
11
|
+
import { VertexBadge as VertexBadgeElement } from "@vertexvis/ui/dist/components/vertex-badge.js";
|
|
12
|
+
import { VertexBanner as VertexBannerElement } from "@vertexvis/ui/dist/components/vertex-banner.js";
|
|
13
|
+
import { VertexButton as VertexButtonElement } from "@vertexvis/ui/dist/components/vertex-button.js";
|
|
14
|
+
import { VertexCardGroup as VertexCardGroupElement } from "@vertexvis/ui/dist/components/vertex-card-group.js";
|
|
15
|
+
import { VertexCard as VertexCardElement } from "@vertexvis/ui/dist/components/vertex-card.js";
|
|
16
|
+
import { VertexChip as VertexChipElement } from "@vertexvis/ui/dist/components/vertex-chip.js";
|
|
17
|
+
import { VertexClickToEditTextfield as VertexClickToEditTextfieldElement } from "@vertexvis/ui/dist/components/vertex-click-to-edit-textfield.js";
|
|
18
|
+
import { VertexCollapsible as VertexCollapsibleElement } from "@vertexvis/ui/dist/components/vertex-collapsible.js";
|
|
19
|
+
import { VertexColorCirclePicker as VertexColorCirclePickerElement } from "@vertexvis/ui/dist/components/vertex-color-circle-picker.js";
|
|
20
|
+
import { VertexColorPicker as VertexColorPickerElement } from "@vertexvis/ui/dist/components/vertex-color-picker.js";
|
|
21
|
+
import { VertexColorSwatch as VertexColorSwatchElement } from "@vertexvis/ui/dist/components/vertex-color-swatch.js";
|
|
22
|
+
import { VertexContextMenu as VertexContextMenuElement } from "@vertexvis/ui/dist/components/vertex-context-menu.js";
|
|
23
|
+
import { VertexDialog as VertexDialogElement } from "@vertexvis/ui/dist/components/vertex-dialog.js";
|
|
24
|
+
import { VertexDraggablePopover as VertexDraggablePopoverElement } from "@vertexvis/ui/dist/components/vertex-draggable-popover.js";
|
|
25
|
+
import { VertexDropdownMenu as VertexDropdownMenuElement } from "@vertexvis/ui/dist/components/vertex-dropdown-menu.js";
|
|
26
|
+
import { VertexExpandable as VertexExpandableElement } from "@vertexvis/ui/dist/components/vertex-expandable.js";
|
|
27
|
+
import { VertexHelpTooltip as VertexHelpTooltipElement } from "@vertexvis/ui/dist/components/vertex-help-tooltip.js";
|
|
28
|
+
import { VertexIconButton as VertexIconButtonElement } from "@vertexvis/ui/dist/components/vertex-icon-button.js";
|
|
29
|
+
import { VertexIcon as VertexIconElement } from "@vertexvis/ui/dist/components/vertex-icon.js";
|
|
30
|
+
import { VertexLogoLoading as VertexLogoLoadingElement } from "@vertexvis/ui/dist/components/vertex-logo-loading.js";
|
|
31
|
+
import { VertexMenuDivider as VertexMenuDividerElement } from "@vertexvis/ui/dist/components/vertex-menu-divider.js";
|
|
32
|
+
import { VertexMenuItem as VertexMenuItemElement } from "@vertexvis/ui/dist/components/vertex-menu-item.js";
|
|
33
|
+
import { VertexMenu as VertexMenuElement } from "@vertexvis/ui/dist/components/vertex-menu.js";
|
|
34
|
+
import { VertexPopover as VertexPopoverElement } from "@vertexvis/ui/dist/components/vertex-popover.js";
|
|
35
|
+
import { VertexRadioGroup as VertexRadioGroupElement } from "@vertexvis/ui/dist/components/vertex-radio-group.js";
|
|
36
|
+
import { VertexRadio as VertexRadioElement } from "@vertexvis/ui/dist/components/vertex-radio.js";
|
|
37
|
+
import { VertexResizable as VertexResizableElement } from "@vertexvis/ui/dist/components/vertex-resizable.js";
|
|
38
|
+
import { VertexResultList as VertexResultListElement } from "@vertexvis/ui/dist/components/vertex-result-list.js";
|
|
39
|
+
import { VertexSearchBar as VertexSearchBarElement } from "@vertexvis/ui/dist/components/vertex-search-bar.js";
|
|
40
|
+
import { VertexSelect as VertexSelectElement } from "@vertexvis/ui/dist/components/vertex-select.js";
|
|
41
|
+
import { VertexSlider as VertexSliderElement } from "@vertexvis/ui/dist/components/vertex-slider.js";
|
|
42
|
+
import { VertexSpinner as VertexSpinnerElement } from "@vertexvis/ui/dist/components/vertex-spinner.js";
|
|
43
|
+
import { VertexTab as VertexTabElement } from "@vertexvis/ui/dist/components/vertex-tab.js";
|
|
44
|
+
import { VertexTabs as VertexTabsElement } from "@vertexvis/ui/dist/components/vertex-tabs.js";
|
|
45
|
+
import { VertexTextfield as VertexTextfieldElement } from "@vertexvis/ui/dist/components/vertex-textfield.js";
|
|
46
|
+
import { VertexToast as VertexToastElement } from "@vertexvis/ui/dist/components/vertex-toast.js";
|
|
47
|
+
import { VertexToggle as VertexToggleElement } from "@vertexvis/ui/dist/components/vertex-toggle.js";
|
|
48
|
+
import { VertexTooltip as VertexTooltipElement } from "@vertexvis/ui/dist/components/vertex-tooltip.js";
|
|
49
|
+
export type VertexAutoResizeTextareaEvents = NonNullable<unknown>;
|
|
50
|
+
export declare const VertexAutoResizeTextarea: StencilReactComponent<VertexAutoResizeTextareaElement, VertexAutoResizeTextareaEvents, Components.VertexAutoResizeTextarea>;
|
|
51
|
+
export type VertexAvatarEvents = NonNullable<unknown>;
|
|
52
|
+
export declare const VertexAvatar: StencilReactComponent<VertexAvatarElement, VertexAvatarEvents, Components.VertexAvatar>;
|
|
53
|
+
export type VertexAvatarGroupEvents = NonNullable<unknown>;
|
|
54
|
+
export declare const VertexAvatarGroup: StencilReactComponent<VertexAvatarGroupElement, VertexAvatarGroupEvents, Components.VertexAvatarGroup>;
|
|
55
|
+
export type VertexBadgeEvents = NonNullable<unknown>;
|
|
56
|
+
export declare const VertexBadge: StencilReactComponent<VertexBadgeElement, VertexBadgeEvents, Components.VertexBadge>;
|
|
57
|
+
export type VertexBannerEvents = {
|
|
58
|
+
onClosed: EventName<VertexBannerCustomEvent<void>>;
|
|
59
|
+
};
|
|
60
|
+
export declare const VertexBanner: StencilReactComponent<VertexBannerElement, VertexBannerEvents, Components.VertexBanner>;
|
|
61
|
+
export type VertexButtonEvents = NonNullable<unknown>;
|
|
62
|
+
export declare const VertexButton: StencilReactComponent<VertexButtonElement, VertexButtonEvents, Components.VertexButton>;
|
|
63
|
+
export type VertexCardEvents = {
|
|
64
|
+
onContentClick: EventName<VertexCardCustomEvent<MouseEvent>>;
|
|
65
|
+
};
|
|
66
|
+
export declare const VertexCard: StencilReactComponent<VertexCardElement, VertexCardEvents, Components.VertexCard>;
|
|
67
|
+
export type VertexCardGroupEvents = NonNullable<unknown>;
|
|
68
|
+
export declare const VertexCardGroup: StencilReactComponent<VertexCardGroupElement, VertexCardGroupEvents, Components.VertexCardGroup>;
|
|
69
|
+
export type VertexChipEvents = NonNullable<unknown>;
|
|
70
|
+
export declare const VertexChip: StencilReactComponent<VertexChipElement, VertexChipEvents, Components.VertexChip>;
|
|
71
|
+
export type VertexClickToEditTextfieldEvents = {
|
|
72
|
+
onInputFocus: EventName<VertexClickToEditTextfieldCustomEvent<FocusEvent>>;
|
|
73
|
+
onInputBlur: EventName<VertexClickToEditTextfieldCustomEvent<FocusEvent>>;
|
|
74
|
+
onInputInput: EventName<VertexClickToEditTextfieldCustomEvent<InputChangeEventDetail>>;
|
|
75
|
+
onInputChange: EventName<VertexClickToEditTextfieldCustomEvent<InputChangeEventDetail>>;
|
|
76
|
+
onInputSubmit: EventName<VertexClickToEditTextfieldCustomEvent<InputChangeEventDetail>>;
|
|
77
|
+
};
|
|
78
|
+
export declare const VertexClickToEditTextfield: StencilReactComponent<VertexClickToEditTextfieldElement, VertexClickToEditTextfieldEvents, Components.VertexClickToEditTextfield>;
|
|
79
|
+
export type VertexCollapsibleEvents = NonNullable<unknown>;
|
|
80
|
+
export declare const VertexCollapsible: StencilReactComponent<VertexCollapsibleElement, VertexCollapsibleEvents, Components.VertexCollapsible>;
|
|
81
|
+
export type VertexColorCirclePickerEvents = {
|
|
82
|
+
onSelectionChanged: EventName<VertexColorCirclePickerCustomEvent<SelectionChangedDetails>>;
|
|
83
|
+
};
|
|
84
|
+
export declare const VertexColorCirclePicker: StencilReactComponent<VertexColorCirclePickerElement, VertexColorCirclePickerEvents, Components.VertexColorCirclePicker>;
|
|
85
|
+
export type VertexColorPickerEvents = {
|
|
86
|
+
onValueInput: EventName<VertexColorPickerCustomEvent<string>>;
|
|
87
|
+
onValueChanged: EventName<VertexColorPickerCustomEvent<string>>;
|
|
88
|
+
};
|
|
89
|
+
export declare const VertexColorPicker: StencilReactComponent<VertexColorPickerElement, VertexColorPickerEvents, Components.VertexColorPicker>;
|
|
90
|
+
export type VertexColorSwatchEvents = NonNullable<unknown>;
|
|
91
|
+
export declare const VertexColorSwatch: StencilReactComponent<VertexColorSwatchElement, VertexColorSwatchEvents, Components.VertexColorSwatch>;
|
|
92
|
+
export type VertexContextMenuEvents = {
|
|
93
|
+
onMenuOpened: EventName<VertexContextMenuCustomEvent<PointerEvent>>;
|
|
94
|
+
onMenuClosed: EventName<VertexContextMenuCustomEvent<any>>;
|
|
95
|
+
};
|
|
96
|
+
export declare const VertexContextMenu: StencilReactComponent<VertexContextMenuElement, VertexContextMenuEvents, Components.VertexContextMenu>;
|
|
97
|
+
export type VertexDialogEvents = {
|
|
98
|
+
onBackdropClick: EventName<VertexDialogCustomEvent<void>>;
|
|
99
|
+
onClosed: EventName<VertexDialogCustomEvent<void>>;
|
|
100
|
+
};
|
|
101
|
+
export declare const VertexDialog: StencilReactComponent<VertexDialogElement, VertexDialogEvents, Components.VertexDialog>;
|
|
102
|
+
export type VertexDraggablePopoverEvents = {
|
|
103
|
+
onPositionChanged: EventName<VertexDraggablePopoverCustomEvent<Point>>;
|
|
104
|
+
};
|
|
105
|
+
export declare const VertexDraggablePopover: StencilReactComponent<VertexDraggablePopoverElement, VertexDraggablePopoverEvents, Components.VertexDraggablePopover>;
|
|
106
|
+
export type VertexDropdownMenuEvents = {
|
|
107
|
+
onMenuOpened: EventName<VertexDropdownMenuCustomEvent<UIEvent>>;
|
|
108
|
+
onMenuClosed: EventName<VertexDropdownMenuCustomEvent<any>>;
|
|
109
|
+
};
|
|
110
|
+
export declare const VertexDropdownMenu: StencilReactComponent<VertexDropdownMenuElement, VertexDropdownMenuEvents, Components.VertexDropdownMenu>;
|
|
111
|
+
export type VertexExpandableEvents = {
|
|
112
|
+
onExpand: EventName<VertexExpandableCustomEvent<void>>;
|
|
113
|
+
onCollapse: EventName<VertexExpandableCustomEvent<void>>;
|
|
114
|
+
};
|
|
115
|
+
export declare const VertexExpandable: StencilReactComponent<VertexExpandableElement, VertexExpandableEvents, Components.VertexExpandable>;
|
|
116
|
+
export type VertexHelpTooltipEvents = {
|
|
117
|
+
onMenuOpened: EventName<VertexHelpTooltipCustomEvent<UIEvent>>;
|
|
118
|
+
onMenuClosed: EventName<VertexHelpTooltipCustomEvent<any>>;
|
|
119
|
+
};
|
|
120
|
+
export declare const VertexHelpTooltip: StencilReactComponent<VertexHelpTooltipElement, VertexHelpTooltipEvents, Components.VertexHelpTooltip>;
|
|
121
|
+
export type VertexIconEvents = NonNullable<unknown>;
|
|
122
|
+
export declare const VertexIcon: StencilReactComponent<VertexIconElement, VertexIconEvents, Components.VertexIcon>;
|
|
123
|
+
export type VertexIconButtonEvents = NonNullable<unknown>;
|
|
124
|
+
export declare const VertexIconButton: StencilReactComponent<VertexIconButtonElement, VertexIconButtonEvents, Components.VertexIconButton>;
|
|
125
|
+
export type VertexLogoLoadingEvents = NonNullable<unknown>;
|
|
126
|
+
export declare const VertexLogoLoading: StencilReactComponent<VertexLogoLoadingElement, VertexLogoLoadingEvents, Components.VertexLogoLoading>;
|
|
127
|
+
export type VertexMenuEvents = {
|
|
128
|
+
onMenuClosed: EventName<VertexMenuCustomEvent<any>>;
|
|
129
|
+
};
|
|
130
|
+
export declare const VertexMenu: StencilReactComponent<VertexMenuElement, VertexMenuEvents, Components.VertexMenu>;
|
|
131
|
+
export type VertexMenuDividerEvents = NonNullable<unknown>;
|
|
132
|
+
export declare const VertexMenuDivider: StencilReactComponent<VertexMenuDividerElement, VertexMenuDividerEvents, Components.VertexMenuDivider>;
|
|
133
|
+
export type VertexMenuItemEvents = NonNullable<unknown>;
|
|
134
|
+
export declare const VertexMenuItem: StencilReactComponent<VertexMenuItemElement, VertexMenuItemEvents, Components.VertexMenuItem>;
|
|
135
|
+
export type VertexPopoverEvents = {
|
|
136
|
+
onDismissed: EventName<VertexPopoverCustomEvent<void>>;
|
|
137
|
+
};
|
|
138
|
+
export declare const VertexPopover: StencilReactComponent<VertexPopoverElement, VertexPopoverEvents, Components.VertexPopover>;
|
|
139
|
+
export type VertexRadioEvents = {
|
|
140
|
+
onValueChanged: EventName<VertexRadioCustomEvent<RadioChangeEventDetail>>;
|
|
141
|
+
};
|
|
142
|
+
export declare const VertexRadio: StencilReactComponent<VertexRadioElement, VertexRadioEvents, Components.VertexRadio>;
|
|
143
|
+
export type VertexRadioGroupEvents = {
|
|
144
|
+
onValueChanged: EventName<VertexRadioGroupCustomEvent<string>>;
|
|
145
|
+
};
|
|
146
|
+
export declare const VertexRadioGroup: StencilReactComponent<VertexRadioGroupElement, VertexRadioGroupEvents, Components.VertexRadioGroup>;
|
|
147
|
+
export type VertexResizableEvents = {
|
|
148
|
+
onResizeStart: EventName<VertexResizableCustomEvent<ResizeEventDetails>>;
|
|
149
|
+
onResizeEnd: EventName<VertexResizableCustomEvent<ResizeEventDetails>>;
|
|
150
|
+
};
|
|
151
|
+
export declare const VertexResizable: StencilReactComponent<VertexResizableElement, VertexResizableEvents, Components.VertexResizable>;
|
|
152
|
+
export type VertexResultListEvents = {
|
|
153
|
+
onEnterPressed: EventName<VertexResultListCustomEvent<Result>>;
|
|
154
|
+
onResultClick: EventName<VertexResultListCustomEvent<Result>>;
|
|
155
|
+
};
|
|
156
|
+
export declare const VertexResultList: StencilReactComponent<VertexResultListElement, VertexResultListEvents, Components.VertexResultList>;
|
|
157
|
+
export type VertexSearchBarEvents = {
|
|
158
|
+
onSearchChanged: EventName<VertexSearchBarCustomEvent<string>>;
|
|
159
|
+
onInputChanged: EventName<VertexSearchBarCustomEvent<string>>;
|
|
160
|
+
onResultReplaced: EventName<VertexSearchBarCustomEvent<Result>>;
|
|
161
|
+
onInputFocus: EventName<VertexSearchBarCustomEvent<FocusEvent>>;
|
|
162
|
+
onInputBlur: EventName<VertexSearchBarCustomEvent<FocusEvent>>;
|
|
163
|
+
};
|
|
164
|
+
export declare const VertexSearchBar: StencilReactComponent<VertexSearchBarElement, VertexSearchBarEvents, Components.VertexSearchBar>;
|
|
165
|
+
export type VertexSelectEvents = {
|
|
166
|
+
onOptionChanged: EventName<VertexSelectCustomEvent<string>>;
|
|
167
|
+
};
|
|
168
|
+
export declare const VertexSelect: StencilReactComponent<VertexSelectElement, VertexSelectEvents, Components.VertexSelect>;
|
|
169
|
+
export type VertexSliderEvents = {
|
|
170
|
+
onValueChange: EventName<VertexSliderCustomEvent<SliderChangeEventDetails>>;
|
|
171
|
+
onValueInput: EventName<VertexSliderCustomEvent<SliderChangeEventDetails>>;
|
|
172
|
+
};
|
|
173
|
+
export declare const VertexSlider: StencilReactComponent<VertexSliderElement, VertexSliderEvents, Components.VertexSlider>;
|
|
174
|
+
export type VertexSpinnerEvents = NonNullable<unknown>;
|
|
175
|
+
export declare const VertexSpinner: StencilReactComponent<VertexSpinnerElement, VertexSpinnerEvents, Components.VertexSpinner>;
|
|
176
|
+
export type VertexTabEvents = {
|
|
177
|
+
onTabClick: EventName<VertexTabCustomEvent<string>>;
|
|
178
|
+
};
|
|
179
|
+
export declare const VertexTab: StencilReactComponent<VertexTabElement, VertexTabEvents, Components.VertexTab>;
|
|
180
|
+
export type VertexTabsEvents = {
|
|
181
|
+
onSelectedTabChanged: EventName<VertexTabsCustomEvent<string>>;
|
|
182
|
+
};
|
|
183
|
+
export declare const VertexTabs: StencilReactComponent<VertexTabsElement, VertexTabsEvents, Components.VertexTabs>;
|
|
184
|
+
export type VertexTextfieldEvents = {
|
|
185
|
+
onInputFocus: EventName<VertexTextfieldCustomEvent<FocusEvent>>;
|
|
186
|
+
onInputBlur: EventName<VertexTextfieldCustomEvent<FocusEvent>>;
|
|
187
|
+
onInputInput: EventName<VertexTextfieldCustomEvent<InputChangeEventDetail>>;
|
|
188
|
+
onInputChange: EventName<VertexTextfieldCustomEvent<InputChangeEventDetail>>;
|
|
189
|
+
onTextFieldKeyDown: EventName<VertexTextfieldCustomEvent<KeyboardEvent>>;
|
|
190
|
+
onInputAutofill: EventName<VertexTextfieldCustomEvent<InputChangeEventDetail>>;
|
|
191
|
+
};
|
|
192
|
+
export declare const VertexTextfield: StencilReactComponent<VertexTextfieldElement, VertexTextfieldEvents, Components.VertexTextfield>;
|
|
193
|
+
export type VertexToastEvents = {
|
|
194
|
+
onClosed: EventName<VertexToastCustomEvent<void>>;
|
|
195
|
+
};
|
|
196
|
+
export declare const VertexToast: StencilReactComponent<VertexToastElement, VertexToastEvents, Components.VertexToast>;
|
|
197
|
+
export type VertexToggleEvents = {
|
|
198
|
+
onValueChanged: EventName<VertexToggleCustomEvent<boolean>>;
|
|
199
|
+
};
|
|
200
|
+
export declare const VertexToggle: StencilReactComponent<VertexToggleElement, VertexToggleEvents, Components.VertexToggle>;
|
|
201
|
+
export type VertexTooltipEvents = NonNullable<unknown>;
|
|
202
|
+
export declare const VertexTooltip: StencilReactComponent<VertexTooltipElement, VertexTooltipEvents, Components.VertexTooltip>;
|
package/dist/index.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from './generated/
|
|
2
|
-
export * from './loader';
|
|
1
|
+
export * from './generated/components';
|
|
2
|
+
export * from './loader';
|
package/dist/loader.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from '@vertexvis/ui/loader';
|
|
1
|
+
export * from '@vertexvis/ui/loader';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vertexvis/ui-react",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "1.0.0-testing.0",
|
|
4
4
|
"description": "React bindings for the Vertex component library.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "Vertex Developers <support@vertexvis.com> (https://developer.vertexvis.com)",
|
|
@@ -33,21 +33,24 @@
|
|
|
33
33
|
"generate:docs": "../../scripts/generate_docs.sh"
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
36
|
-
"@types/react": "
|
|
37
|
-
"@types/react-dom": "
|
|
38
|
-
"@vertexvis/eslint-config-vertexvis-typescript": "^0.5.
|
|
39
|
-
"@vertexwebui/build": "
|
|
36
|
+
"@types/react": "19.2.14",
|
|
37
|
+
"@types/react-dom": "19.2.3",
|
|
38
|
+
"@vertexvis/eslint-config-vertexvis-typescript": "^0.5.2",
|
|
39
|
+
"@vertexwebui/build": "1.0.0-testing.0",
|
|
40
40
|
"eslint": "8.49.0",
|
|
41
|
-
"react": "^
|
|
42
|
-
"react-dom": "^
|
|
43
|
-
"rollup": "
|
|
41
|
+
"react": "^19.2.5",
|
|
42
|
+
"react-dom": "^19.2.5",
|
|
43
|
+
"rollup": "2.80.0",
|
|
44
|
+
"tslib": "2.6.2"
|
|
44
45
|
},
|
|
45
46
|
"peerDependencies": {
|
|
46
|
-
"react": ">=
|
|
47
|
-
"react-dom": ">=
|
|
47
|
+
"react": ">=17.0.0 <20.0.0",
|
|
48
|
+
"react-dom": ">=17.0.0 <20.0.0",
|
|
49
|
+
"tslib": ">=2.4.0"
|
|
48
50
|
},
|
|
49
51
|
"dependencies": {
|
|
50
|
-
"@
|
|
52
|
+
"@stencil/react-output-target": "1.5.2",
|
|
53
|
+
"@vertexvis/ui": "1.0.0-testing.0"
|
|
51
54
|
},
|
|
52
|
-
"gitHead": "
|
|
55
|
+
"gitHead": "3e22495a1fc5980c00c5196ad7d427edadd4a2eb"
|
|
53
56
|
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
export interface HTMLStencilElement extends HTMLElement {
|
|
3
|
-
componentOnReady(): Promise<this>;
|
|
4
|
-
}
|
|
5
|
-
interface StencilReactInternalProps<ElementType> extends React.HTMLAttributes<ElementType> {
|
|
6
|
-
forwardedRef: React.RefObject<ElementType>;
|
|
7
|
-
ref?: React.Ref<any>;
|
|
8
|
-
}
|
|
9
|
-
export declare const createReactComponent: <PropType, ElementType extends HTMLStencilElement, ContextStateType = {}, ExpandedPropsTypes = {}>(tagName: string, ReactComponentContext?: React.Context<ContextStateType> | undefined, manipulatePropsFunction?: ((originalProps: StencilReactInternalProps<ElementType>, propsToPass: any) => ExpandedPropsTypes) | undefined, defineCustomElement?: () => void) => React.ForwardRefExoticComponent<React.PropsWithoutRef<import("./utils").StencilReactExternalProps<PropType, ElementType>> & React.RefAttributes<ElementType>>;
|
|
10
|
-
export {};
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { OverlayEventDetail } from './interfaces';
|
|
3
|
-
import { StencilReactForwardedRef } from './utils';
|
|
4
|
-
interface OverlayElement extends HTMLElement {
|
|
5
|
-
present: () => Promise<void>;
|
|
6
|
-
dismiss: (data?: any, role?: string | undefined) => Promise<boolean>;
|
|
7
|
-
}
|
|
8
|
-
export interface ReactOverlayProps {
|
|
9
|
-
children?: React.ReactNode;
|
|
10
|
-
isOpen: boolean;
|
|
11
|
-
onDidDismiss?: (event: CustomEvent<OverlayEventDetail>) => void;
|
|
12
|
-
onDidPresent?: (event: CustomEvent<OverlayEventDetail>) => void;
|
|
13
|
-
onWillDismiss?: (event: CustomEvent<OverlayEventDetail>) => void;
|
|
14
|
-
onWillPresent?: (event: CustomEvent<OverlayEventDetail>) => void;
|
|
15
|
-
}
|
|
16
|
-
export declare const createOverlayComponent: <OverlayComponent extends object, OverlayType extends OverlayElement>(tagName: string, controller: {
|
|
17
|
-
create: (options: any) => Promise<OverlayType>;
|
|
18
|
-
}, customElement?: any) => React.ForwardRefExoticComponent<React.PropsWithoutRef<OverlayComponent & ReactOverlayProps & {
|
|
19
|
-
forwardedRef?: StencilReactForwardedRef<OverlayType> | undefined;
|
|
20
|
-
}> & React.RefAttributes<OverlayType>>;
|
|
21
|
-
export {};
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
export interface EventEmitter<T = any> {
|
|
2
|
-
emit: (data?: T) => CustomEvent<T>;
|
|
3
|
-
}
|
|
4
|
-
export interface StyleReactProps {
|
|
5
|
-
class?: string;
|
|
6
|
-
className?: string;
|
|
7
|
-
style?: {
|
|
8
|
-
[key: string]: any;
|
|
9
|
-
};
|
|
10
|
-
}
|
|
11
|
-
export interface OverlayEventDetail<T = any> {
|
|
12
|
-
data?: T;
|
|
13
|
-
role?: string;
|
|
14
|
-
}
|
|
15
|
-
export interface OverlayInterface {
|
|
16
|
-
el: HTMLElement;
|
|
17
|
-
animated: boolean;
|
|
18
|
-
keyboardClose: boolean;
|
|
19
|
-
overlayIndex: number;
|
|
20
|
-
presented: boolean;
|
|
21
|
-
enterAnimation?: any;
|
|
22
|
-
leaveAnimation?: any;
|
|
23
|
-
didPresent: EventEmitter<void>;
|
|
24
|
-
willPresent: EventEmitter<void>;
|
|
25
|
-
willDismiss: EventEmitter<OverlayEventDetail>;
|
|
26
|
-
didDismiss: EventEmitter<OverlayEventDetail>;
|
|
27
|
-
present(): Promise<void>;
|
|
28
|
-
dismiss(data?: any, role?: string): Promise<boolean>;
|
|
29
|
-
}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
export declare const attachProps: (node: HTMLElement, newProps: any, oldProps?: any) => void;
|
|
2
|
-
export declare const getClassName: (classList: DOMTokenList, newProps: any, oldProps: any) => string;
|
|
3
|
-
/**
|
|
4
|
-
* Transforms a React event name to a browser event name.
|
|
5
|
-
*/
|
|
6
|
-
export declare const transformReactEventName: (eventNameSuffix: string) => string;
|
|
7
|
-
/**
|
|
8
|
-
* Checks if an event is supported in the current execution environment.
|
|
9
|
-
* @license Modernizr 3.0.0pre (Custom Build) | MIT
|
|
10
|
-
*/
|
|
11
|
-
export declare const isCoveredByReact: (eventNameSuffix: string) => boolean;
|
|
12
|
-
export declare const syncEvent: (node: Element & {
|
|
13
|
-
__events?: {
|
|
14
|
-
[key: string]: ((e: Event) => any) | undefined;
|
|
15
|
-
} | undefined;
|
|
16
|
-
}, eventName: string, newEventHandler?: ((e: Event) => any) | undefined) => void;
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import type { StyleReactProps } from '../interfaces';
|
|
3
|
-
export type StencilReactExternalProps<PropType, ElementType> = PropType & Omit<React.HTMLAttributes<ElementType>, 'style'> & StyleReactProps;
|
|
4
|
-
export type StencilReactForwardedRef<T> = ((instance: T | null) => void) | React.MutableRefObject<T | null> | null;
|
|
5
|
-
export declare const setRef: (ref: StencilReactForwardedRef<any> | React.Ref<any> | undefined, value: any) => void;
|
|
6
|
-
export declare const mergeRefs: (...refs: (StencilReactForwardedRef<any> | React.Ref<any> | undefined)[]) => React.RefCallback<any>;
|
|
7
|
-
export declare const createForwardRef: <PropType, ElementType>(ReactComponent: any, displayName: string) => React.ForwardRefExoticComponent<React.PropsWithoutRef<StencilReactExternalProps<PropType, ElementType>> & React.RefAttributes<ElementType>>;
|
|
8
|
-
export declare const defineCustomElement: (tagName: string, customElement: any) => void;
|
|
9
|
-
export * from './attachProps';
|
|
10
|
-
export * from './case';
|
package/dist/generated/ui.d.ts
DELETED
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import type { JSX } from '@vertexvis/ui';
|
|
3
|
-
export declare const VertexAutoResizeTextarea: import("react").ForwardRefExoticComponent<JSX.VertexAutoResizeTextarea & Omit<import("react").HTMLAttributes<HTMLVertexAutoResizeTextareaElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLVertexAutoResizeTextareaElement>>;
|
|
4
|
-
export declare const VertexAvatar: import("react").ForwardRefExoticComponent<JSX.VertexAvatar & Omit<import("react").HTMLAttributes<HTMLVertexAvatarElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLVertexAvatarElement>>;
|
|
5
|
-
export declare const VertexAvatarGroup: import("react").ForwardRefExoticComponent<JSX.VertexAvatarGroup & Omit<import("react").HTMLAttributes<HTMLVertexAvatarGroupElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLVertexAvatarGroupElement>>;
|
|
6
|
-
export declare const VertexBadge: import("react").ForwardRefExoticComponent<JSX.VertexBadge & Omit<import("react").HTMLAttributes<HTMLVertexBadgeElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLVertexBadgeElement>>;
|
|
7
|
-
export declare const VertexBanner: import("react").ForwardRefExoticComponent<JSX.VertexBanner & Omit<import("react").HTMLAttributes<HTMLVertexBannerElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLVertexBannerElement>>;
|
|
8
|
-
export declare const VertexButton: import("react").ForwardRefExoticComponent<JSX.VertexButton & Omit<import("react").HTMLAttributes<HTMLVertexButtonElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLVertexButtonElement>>;
|
|
9
|
-
export declare const VertexCard: import("react").ForwardRefExoticComponent<JSX.VertexCard & Omit<import("react").HTMLAttributes<HTMLVertexCardElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLVertexCardElement>>;
|
|
10
|
-
export declare const VertexCardGroup: import("react").ForwardRefExoticComponent<JSX.VertexCardGroup & Omit<import("react").HTMLAttributes<HTMLVertexCardGroupElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLVertexCardGroupElement>>;
|
|
11
|
-
export declare const VertexChip: import("react").ForwardRefExoticComponent<JSX.VertexChip & Omit<import("react").HTMLAttributes<HTMLVertexChipElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLVertexChipElement>>;
|
|
12
|
-
export declare const VertexClickToEditTextfield: import("react").ForwardRefExoticComponent<JSX.VertexClickToEditTextfield & Omit<import("react").HTMLAttributes<HTMLVertexClickToEditTextfieldElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLVertexClickToEditTextfieldElement>>;
|
|
13
|
-
export declare const VertexCollapsible: import("react").ForwardRefExoticComponent<JSX.VertexCollapsible & Omit<import("react").HTMLAttributes<HTMLVertexCollapsibleElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLVertexCollapsibleElement>>;
|
|
14
|
-
export declare const VertexColorCirclePicker: import("react").ForwardRefExoticComponent<JSX.VertexColorCirclePicker & Omit<import("react").HTMLAttributes<HTMLVertexColorCirclePickerElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLVertexColorCirclePickerElement>>;
|
|
15
|
-
export declare const VertexColorPicker: import("react").ForwardRefExoticComponent<JSX.VertexColorPicker & Omit<import("react").HTMLAttributes<HTMLVertexColorPickerElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLVertexColorPickerElement>>;
|
|
16
|
-
export declare const VertexColorSwatch: import("react").ForwardRefExoticComponent<JSX.VertexColorSwatch & Omit<import("react").HTMLAttributes<HTMLVertexColorSwatchElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLVertexColorSwatchElement>>;
|
|
17
|
-
export declare const VertexContextMenu: import("react").ForwardRefExoticComponent<JSX.VertexContextMenu & Omit<import("react").HTMLAttributes<HTMLVertexContextMenuElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLVertexContextMenuElement>>;
|
|
18
|
-
export declare const VertexDialog: import("react").ForwardRefExoticComponent<JSX.VertexDialog & Omit<import("react").HTMLAttributes<HTMLVertexDialogElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLVertexDialogElement>>;
|
|
19
|
-
export declare const VertexDraggablePopover: import("react").ForwardRefExoticComponent<JSX.VertexDraggablePopover & Omit<import("react").HTMLAttributes<HTMLVertexDraggablePopoverElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLVertexDraggablePopoverElement>>;
|
|
20
|
-
export declare const VertexDropdownMenu: import("react").ForwardRefExoticComponent<JSX.VertexDropdownMenu & Omit<import("react").HTMLAttributes<HTMLVertexDropdownMenuElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLVertexDropdownMenuElement>>;
|
|
21
|
-
export declare const VertexExpandable: import("react").ForwardRefExoticComponent<JSX.VertexExpandable & Omit<import("react").HTMLAttributes<HTMLVertexExpandableElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLVertexExpandableElement>>;
|
|
22
|
-
export declare const VertexHelpTooltip: import("react").ForwardRefExoticComponent<JSX.VertexHelpTooltip & Omit<import("react").HTMLAttributes<HTMLVertexHelpTooltipElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLVertexHelpTooltipElement>>;
|
|
23
|
-
export declare const VertexIcon: import("react").ForwardRefExoticComponent<JSX.VertexIcon & Omit<import("react").HTMLAttributes<HTMLVertexIconElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLVertexIconElement>>;
|
|
24
|
-
export declare const VertexIconButton: import("react").ForwardRefExoticComponent<JSX.VertexIconButton & Omit<import("react").HTMLAttributes<HTMLVertexIconButtonElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLVertexIconButtonElement>>;
|
|
25
|
-
export declare const VertexLogoLoading: import("react").ForwardRefExoticComponent<JSX.VertexLogoLoading & Omit<import("react").HTMLAttributes<HTMLVertexLogoLoadingElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLVertexLogoLoadingElement>>;
|
|
26
|
-
export declare const VertexMenu: import("react").ForwardRefExoticComponent<JSX.VertexMenu & Omit<import("react").HTMLAttributes<HTMLVertexMenuElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLVertexMenuElement>>;
|
|
27
|
-
export declare const VertexMenuDivider: import("react").ForwardRefExoticComponent<JSX.VertexMenuDivider & Omit<import("react").HTMLAttributes<HTMLVertexMenuDividerElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLVertexMenuDividerElement>>;
|
|
28
|
-
export declare const VertexMenuItem: import("react").ForwardRefExoticComponent<JSX.VertexMenuItem & Omit<import("react").HTMLAttributes<HTMLVertexMenuItemElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLVertexMenuItemElement>>;
|
|
29
|
-
export declare const VertexPopover: import("react").ForwardRefExoticComponent<JSX.VertexPopover & Omit<import("react").HTMLAttributes<HTMLVertexPopoverElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLVertexPopoverElement>>;
|
|
30
|
-
export declare const VertexRadio: import("react").ForwardRefExoticComponent<JSX.VertexRadio & Omit<import("react").HTMLAttributes<HTMLVertexRadioElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLVertexRadioElement>>;
|
|
31
|
-
export declare const VertexRadioGroup: import("react").ForwardRefExoticComponent<JSX.VertexRadioGroup & Omit<import("react").HTMLAttributes<HTMLVertexRadioGroupElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLVertexRadioGroupElement>>;
|
|
32
|
-
export declare const VertexResizable: import("react").ForwardRefExoticComponent<JSX.VertexResizable & Omit<import("react").HTMLAttributes<HTMLVertexResizableElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLVertexResizableElement>>;
|
|
33
|
-
export declare const VertexResultList: import("react").ForwardRefExoticComponent<JSX.VertexResultList & Omit<import("react").HTMLAttributes<HTMLVertexResultListElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLVertexResultListElement>>;
|
|
34
|
-
export declare const VertexSearchBar: import("react").ForwardRefExoticComponent<JSX.VertexSearchBar & Omit<import("react").HTMLAttributes<HTMLVertexSearchBarElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLVertexSearchBarElement>>;
|
|
35
|
-
export declare const VertexSelect: import("react").ForwardRefExoticComponent<JSX.VertexSelect & Omit<import("react").HTMLAttributes<HTMLVertexSelectElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLVertexSelectElement>>;
|
|
36
|
-
export declare const VertexSlider: import("react").ForwardRefExoticComponent<JSX.VertexSlider & Omit<import("react").HTMLAttributes<HTMLVertexSliderElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLVertexSliderElement>>;
|
|
37
|
-
export declare const VertexSpinner: import("react").ForwardRefExoticComponent<JSX.VertexSpinner & Omit<import("react").HTMLAttributes<HTMLVertexSpinnerElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLVertexSpinnerElement>>;
|
|
38
|
-
export declare const VertexTab: import("react").ForwardRefExoticComponent<JSX.VertexTab & Omit<import("react").HTMLAttributes<HTMLVertexTabElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLVertexTabElement>>;
|
|
39
|
-
export declare const VertexTabs: import("react").ForwardRefExoticComponent<JSX.VertexTabs & Omit<import("react").HTMLAttributes<HTMLVertexTabsElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLVertexTabsElement>>;
|
|
40
|
-
export declare const VertexTextfield: import("react").ForwardRefExoticComponent<JSX.VertexTextfield & Omit<import("react").HTMLAttributes<HTMLVertexTextfieldElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLVertexTextfieldElement>>;
|
|
41
|
-
export declare const VertexToast: import("react").ForwardRefExoticComponent<JSX.VertexToast & Omit<import("react").HTMLAttributes<HTMLVertexToastElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLVertexToastElement>>;
|
|
42
|
-
export declare const VertexToggle: import("react").ForwardRefExoticComponent<JSX.VertexToggle & Omit<import("react").HTMLAttributes<HTMLVertexToggleElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLVertexToggleElement>>;
|
|
43
|
-
export declare const VertexTooltip: import("react").ForwardRefExoticComponent<JSX.VertexTooltip & Omit<import("react").HTMLAttributes<HTMLVertexTooltipElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLVertexTooltipElement>>;
|