@vertexvis/ui-react 0.1.5-testing.0 → 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 +425 -268
- 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
package/dist/bundle.esm.js
CHANGED
|
@@ -1,266 +1,423 @@
|
|
|
1
|
-
|
|
2
|
-
import
|
|
3
|
-
import 'react
|
|
4
|
-
import {
|
|
1
|
+
'use client';
|
|
2
|
+
import { createComponent } from '@stencil/react-output-target/runtime';
|
|
3
|
+
import React from 'react';
|
|
4
|
+
import { VertexAutoResizeTextarea as VertexAutoResizeTextarea$1, defineCustomElement } from '@vertexvis/ui/dist/components/vertex-auto-resize-textarea.js';
|
|
5
|
+
import { VertexAvatarGroup as VertexAvatarGroup$1, defineCustomElement as defineCustomElement$2 } from '@vertexvis/ui/dist/components/vertex-avatar-group.js';
|
|
6
|
+
import { VertexAvatar as VertexAvatar$1, defineCustomElement as defineCustomElement$1 } from '@vertexvis/ui/dist/components/vertex-avatar.js';
|
|
7
|
+
import { VertexBadge as VertexBadge$1, defineCustomElement as defineCustomElement$3 } from '@vertexvis/ui/dist/components/vertex-badge.js';
|
|
8
|
+
import { VertexBanner as VertexBanner$1, defineCustomElement as defineCustomElement$4 } from '@vertexvis/ui/dist/components/vertex-banner.js';
|
|
9
|
+
import { VertexButton as VertexButton$1, defineCustomElement as defineCustomElement$5 } from '@vertexvis/ui/dist/components/vertex-button.js';
|
|
10
|
+
import { VertexCardGroup as VertexCardGroup$1, defineCustomElement as defineCustomElement$7 } from '@vertexvis/ui/dist/components/vertex-card-group.js';
|
|
11
|
+
import { VertexCard as VertexCard$1, defineCustomElement as defineCustomElement$6 } from '@vertexvis/ui/dist/components/vertex-card.js';
|
|
12
|
+
import { VertexChip as VertexChip$1, defineCustomElement as defineCustomElement$8 } from '@vertexvis/ui/dist/components/vertex-chip.js';
|
|
13
|
+
import { VertexClickToEditTextfield as VertexClickToEditTextfield$1, defineCustomElement as defineCustomElement$9 } from '@vertexvis/ui/dist/components/vertex-click-to-edit-textfield.js';
|
|
14
|
+
import { VertexCollapsible as VertexCollapsible$1, defineCustomElement as defineCustomElement$a } from '@vertexvis/ui/dist/components/vertex-collapsible.js';
|
|
15
|
+
import { VertexColorCirclePicker as VertexColorCirclePicker$1, defineCustomElement as defineCustomElement$b } from '@vertexvis/ui/dist/components/vertex-color-circle-picker.js';
|
|
16
|
+
import { VertexColorPicker as VertexColorPicker$1, defineCustomElement as defineCustomElement$c } from '@vertexvis/ui/dist/components/vertex-color-picker.js';
|
|
17
|
+
import { VertexColorSwatch as VertexColorSwatch$1, defineCustomElement as defineCustomElement$d } from '@vertexvis/ui/dist/components/vertex-color-swatch.js';
|
|
18
|
+
import { VertexContextMenu as VertexContextMenu$1, defineCustomElement as defineCustomElement$e } from '@vertexvis/ui/dist/components/vertex-context-menu.js';
|
|
19
|
+
import { VertexDialog as VertexDialog$1, defineCustomElement as defineCustomElement$f } from '@vertexvis/ui/dist/components/vertex-dialog.js';
|
|
20
|
+
import { VertexDraggablePopover as VertexDraggablePopover$1, defineCustomElement as defineCustomElement$g } from '@vertexvis/ui/dist/components/vertex-draggable-popover.js';
|
|
21
|
+
import { VertexDropdownMenu as VertexDropdownMenu$1, defineCustomElement as defineCustomElement$h } from '@vertexvis/ui/dist/components/vertex-dropdown-menu.js';
|
|
22
|
+
import { VertexExpandable as VertexExpandable$1, defineCustomElement as defineCustomElement$i } from '@vertexvis/ui/dist/components/vertex-expandable.js';
|
|
23
|
+
import { VertexHelpTooltip as VertexHelpTooltip$1, defineCustomElement as defineCustomElement$j } from '@vertexvis/ui/dist/components/vertex-help-tooltip.js';
|
|
24
|
+
import { VertexIconButton as VertexIconButton$1, defineCustomElement as defineCustomElement$l } from '@vertexvis/ui/dist/components/vertex-icon-button.js';
|
|
25
|
+
import { VertexIcon as VertexIcon$1, defineCustomElement as defineCustomElement$k } from '@vertexvis/ui/dist/components/vertex-icon.js';
|
|
26
|
+
import { VertexLogoLoading as VertexLogoLoading$1, defineCustomElement as defineCustomElement$m } from '@vertexvis/ui/dist/components/vertex-logo-loading.js';
|
|
27
|
+
import { VertexMenuDivider as VertexMenuDivider$1, defineCustomElement as defineCustomElement$o } from '@vertexvis/ui/dist/components/vertex-menu-divider.js';
|
|
28
|
+
import { VertexMenuItem as VertexMenuItem$1, defineCustomElement as defineCustomElement$p } from '@vertexvis/ui/dist/components/vertex-menu-item.js';
|
|
29
|
+
import { VertexMenu as VertexMenu$1, defineCustomElement as defineCustomElement$n } from '@vertexvis/ui/dist/components/vertex-menu.js';
|
|
30
|
+
import { VertexPopover as VertexPopover$1, defineCustomElement as defineCustomElement$q } from '@vertexvis/ui/dist/components/vertex-popover.js';
|
|
31
|
+
import { VertexRadioGroup as VertexRadioGroup$1, defineCustomElement as defineCustomElement$s } from '@vertexvis/ui/dist/components/vertex-radio-group.js';
|
|
32
|
+
import { VertexRadio as VertexRadio$1, defineCustomElement as defineCustomElement$r } from '@vertexvis/ui/dist/components/vertex-radio.js';
|
|
33
|
+
import { VertexResizable as VertexResizable$1, defineCustomElement as defineCustomElement$t } from '@vertexvis/ui/dist/components/vertex-resizable.js';
|
|
34
|
+
import { VertexResultList as VertexResultList$1, defineCustomElement as defineCustomElement$u } from '@vertexvis/ui/dist/components/vertex-result-list.js';
|
|
35
|
+
import { VertexSearchBar as VertexSearchBar$1, defineCustomElement as defineCustomElement$v } from '@vertexvis/ui/dist/components/vertex-search-bar.js';
|
|
36
|
+
import { VertexSelect as VertexSelect$1, defineCustomElement as defineCustomElement$w } from '@vertexvis/ui/dist/components/vertex-select.js';
|
|
37
|
+
import { VertexSlider as VertexSlider$1, defineCustomElement as defineCustomElement$x } from '@vertexvis/ui/dist/components/vertex-slider.js';
|
|
38
|
+
import { VertexSpinner as VertexSpinner$1, defineCustomElement as defineCustomElement$y } from '@vertexvis/ui/dist/components/vertex-spinner.js';
|
|
39
|
+
import { VertexTab as VertexTab$1, defineCustomElement as defineCustomElement$z } from '@vertexvis/ui/dist/components/vertex-tab.js';
|
|
40
|
+
import { VertexTabs as VertexTabs$1, defineCustomElement as defineCustomElement$A } from '@vertexvis/ui/dist/components/vertex-tabs.js';
|
|
41
|
+
import { VertexTextfield as VertexTextfield$1, defineCustomElement as defineCustomElement$B } from '@vertexvis/ui/dist/components/vertex-textfield.js';
|
|
42
|
+
import { VertexToast as VertexToast$1, defineCustomElement as defineCustomElement$C } from '@vertexvis/ui/dist/components/vertex-toast.js';
|
|
43
|
+
import { VertexToggle as VertexToggle$1, defineCustomElement as defineCustomElement$D } from '@vertexvis/ui/dist/components/vertex-toggle.js';
|
|
44
|
+
import { VertexTooltip as VertexTooltip$1, defineCustomElement as defineCustomElement$E } from '@vertexvis/ui/dist/components/vertex-tooltip.js';
|
|
5
45
|
export * from '@vertexvis/ui/loader';
|
|
6
46
|
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
//
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
}
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
}
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
}
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
47
|
+
const VertexAutoResizeTextarea = /*@__PURE__*/ createComponent({
|
|
48
|
+
tagName: 'vertex-auto-resize-textarea',
|
|
49
|
+
elementClass: VertexAutoResizeTextarea$1,
|
|
50
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
51
|
+
react: React,
|
|
52
|
+
events: {},
|
|
53
|
+
defineCustomElement: defineCustomElement
|
|
54
|
+
});
|
|
55
|
+
const VertexAvatar = /*@__PURE__*/ createComponent({
|
|
56
|
+
tagName: 'vertex-avatar',
|
|
57
|
+
elementClass: VertexAvatar$1,
|
|
58
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
59
|
+
react: React,
|
|
60
|
+
events: {},
|
|
61
|
+
defineCustomElement: defineCustomElement$1
|
|
62
|
+
});
|
|
63
|
+
const VertexAvatarGroup = /*@__PURE__*/ createComponent({
|
|
64
|
+
tagName: 'vertex-avatar-group',
|
|
65
|
+
elementClass: VertexAvatarGroup$1,
|
|
66
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
67
|
+
react: React,
|
|
68
|
+
events: {},
|
|
69
|
+
defineCustomElement: defineCustomElement$2
|
|
70
|
+
});
|
|
71
|
+
const VertexBadge = /*@__PURE__*/ createComponent({
|
|
72
|
+
tagName: 'vertex-badge',
|
|
73
|
+
elementClass: VertexBadge$1,
|
|
74
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
75
|
+
react: React,
|
|
76
|
+
events: {},
|
|
77
|
+
defineCustomElement: defineCustomElement$3
|
|
78
|
+
});
|
|
79
|
+
const VertexBanner = /*@__PURE__*/ createComponent({
|
|
80
|
+
tagName: 'vertex-banner',
|
|
81
|
+
elementClass: VertexBanner$1,
|
|
82
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
83
|
+
react: React,
|
|
84
|
+
events: { onClosed: 'closed' },
|
|
85
|
+
defineCustomElement: defineCustomElement$4
|
|
86
|
+
});
|
|
87
|
+
const VertexButton = /*@__PURE__*/ createComponent({
|
|
88
|
+
tagName: 'vertex-button',
|
|
89
|
+
elementClass: VertexButton$1,
|
|
90
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
91
|
+
react: React,
|
|
92
|
+
events: {},
|
|
93
|
+
defineCustomElement: defineCustomElement$5
|
|
94
|
+
});
|
|
95
|
+
const VertexCard = /*@__PURE__*/ createComponent({
|
|
96
|
+
tagName: 'vertex-card',
|
|
97
|
+
elementClass: VertexCard$1,
|
|
98
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
99
|
+
react: React,
|
|
100
|
+
events: { onContentClick: 'contentClick' },
|
|
101
|
+
defineCustomElement: defineCustomElement$6
|
|
102
|
+
});
|
|
103
|
+
const VertexCardGroup = /*@__PURE__*/ createComponent({
|
|
104
|
+
tagName: 'vertex-card-group',
|
|
105
|
+
elementClass: VertexCardGroup$1,
|
|
106
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
107
|
+
react: React,
|
|
108
|
+
events: {},
|
|
109
|
+
defineCustomElement: defineCustomElement$7
|
|
110
|
+
});
|
|
111
|
+
const VertexChip = /*@__PURE__*/ createComponent({
|
|
112
|
+
tagName: 'vertex-chip',
|
|
113
|
+
elementClass: VertexChip$1,
|
|
114
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
115
|
+
react: React,
|
|
116
|
+
events: {},
|
|
117
|
+
defineCustomElement: defineCustomElement$8
|
|
118
|
+
});
|
|
119
|
+
const VertexClickToEditTextfield = /*@__PURE__*/ createComponent({
|
|
120
|
+
tagName: 'vertex-click-to-edit-textfield',
|
|
121
|
+
elementClass: VertexClickToEditTextfield$1,
|
|
122
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
123
|
+
react: React,
|
|
124
|
+
events: {
|
|
125
|
+
onInputFocus: 'inputFocus',
|
|
126
|
+
onInputBlur: 'inputBlur',
|
|
127
|
+
onInputInput: 'inputInput',
|
|
128
|
+
onInputChange: 'inputChange',
|
|
129
|
+
onInputSubmit: 'inputSubmit'
|
|
130
|
+
},
|
|
131
|
+
defineCustomElement: defineCustomElement$9
|
|
132
|
+
});
|
|
133
|
+
const VertexCollapsible = /*@__PURE__*/ createComponent({
|
|
134
|
+
tagName: 'vertex-collapsible',
|
|
135
|
+
elementClass: VertexCollapsible$1,
|
|
136
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
137
|
+
react: React,
|
|
138
|
+
events: {},
|
|
139
|
+
defineCustomElement: defineCustomElement$a
|
|
140
|
+
});
|
|
141
|
+
const VertexColorCirclePicker = /*@__PURE__*/ createComponent({
|
|
142
|
+
tagName: 'vertex-color-circle-picker',
|
|
143
|
+
elementClass: VertexColorCirclePicker$1,
|
|
144
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
145
|
+
react: React,
|
|
146
|
+
events: { onSelectionChanged: 'selectionChanged' },
|
|
147
|
+
defineCustomElement: defineCustomElement$b
|
|
148
|
+
});
|
|
149
|
+
const VertexColorPicker = /*@__PURE__*/ createComponent({
|
|
150
|
+
tagName: 'vertex-color-picker',
|
|
151
|
+
elementClass: VertexColorPicker$1,
|
|
152
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
153
|
+
react: React,
|
|
154
|
+
events: {
|
|
155
|
+
onValueInput: 'valueInput',
|
|
156
|
+
onValueChanged: 'valueChanged'
|
|
157
|
+
},
|
|
158
|
+
defineCustomElement: defineCustomElement$c
|
|
159
|
+
});
|
|
160
|
+
const VertexColorSwatch = /*@__PURE__*/ createComponent({
|
|
161
|
+
tagName: 'vertex-color-swatch',
|
|
162
|
+
elementClass: VertexColorSwatch$1,
|
|
163
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
164
|
+
react: React,
|
|
165
|
+
events: {},
|
|
166
|
+
defineCustomElement: defineCustomElement$d
|
|
167
|
+
});
|
|
168
|
+
const VertexContextMenu = /*@__PURE__*/ createComponent({
|
|
169
|
+
tagName: 'vertex-context-menu',
|
|
170
|
+
elementClass: VertexContextMenu$1,
|
|
171
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
172
|
+
react: React,
|
|
173
|
+
events: {
|
|
174
|
+
onMenuOpened: 'menuOpened',
|
|
175
|
+
onMenuClosed: 'menuClosed'
|
|
176
|
+
},
|
|
177
|
+
defineCustomElement: defineCustomElement$e
|
|
178
|
+
});
|
|
179
|
+
const VertexDialog = /*@__PURE__*/ createComponent({
|
|
180
|
+
tagName: 'vertex-dialog',
|
|
181
|
+
elementClass: VertexDialog$1,
|
|
182
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
183
|
+
react: React,
|
|
184
|
+
events: {
|
|
185
|
+
onBackdropClick: 'backdropClick',
|
|
186
|
+
onClosed: 'closed'
|
|
187
|
+
},
|
|
188
|
+
defineCustomElement: defineCustomElement$f
|
|
189
|
+
});
|
|
190
|
+
const VertexDraggablePopover = /*@__PURE__*/ createComponent({
|
|
191
|
+
tagName: 'vertex-draggable-popover',
|
|
192
|
+
elementClass: VertexDraggablePopover$1,
|
|
193
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
194
|
+
react: React,
|
|
195
|
+
events: { onPositionChanged: 'positionChanged' },
|
|
196
|
+
defineCustomElement: defineCustomElement$g
|
|
197
|
+
});
|
|
198
|
+
const VertexDropdownMenu = /*@__PURE__*/ createComponent({
|
|
199
|
+
tagName: 'vertex-dropdown-menu',
|
|
200
|
+
elementClass: VertexDropdownMenu$1,
|
|
201
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
202
|
+
react: React,
|
|
203
|
+
events: {
|
|
204
|
+
onMenuOpened: 'menuOpened',
|
|
205
|
+
onMenuClosed: 'menuClosed'
|
|
206
|
+
},
|
|
207
|
+
defineCustomElement: defineCustomElement$h
|
|
208
|
+
});
|
|
209
|
+
const VertexExpandable = /*@__PURE__*/ createComponent({
|
|
210
|
+
tagName: 'vertex-expandable',
|
|
211
|
+
elementClass: VertexExpandable$1,
|
|
212
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
213
|
+
react: React,
|
|
214
|
+
events: {
|
|
215
|
+
onExpand: 'expand',
|
|
216
|
+
onCollapse: 'collapse'
|
|
217
|
+
},
|
|
218
|
+
defineCustomElement: defineCustomElement$i
|
|
219
|
+
});
|
|
220
|
+
const VertexHelpTooltip = /*@__PURE__*/ createComponent({
|
|
221
|
+
tagName: 'vertex-help-tooltip',
|
|
222
|
+
elementClass: VertexHelpTooltip$1,
|
|
223
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
224
|
+
react: React,
|
|
225
|
+
events: {
|
|
226
|
+
onMenuOpened: 'menuOpened',
|
|
227
|
+
onMenuClosed: 'menuClosed'
|
|
228
|
+
},
|
|
229
|
+
defineCustomElement: defineCustomElement$j
|
|
230
|
+
});
|
|
231
|
+
const VertexIcon = /*@__PURE__*/ createComponent({
|
|
232
|
+
tagName: 'vertex-icon',
|
|
233
|
+
elementClass: VertexIcon$1,
|
|
234
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
235
|
+
react: React,
|
|
236
|
+
events: {},
|
|
237
|
+
defineCustomElement: defineCustomElement$k
|
|
238
|
+
});
|
|
239
|
+
const VertexIconButton = /*@__PURE__*/ createComponent({
|
|
240
|
+
tagName: 'vertex-icon-button',
|
|
241
|
+
elementClass: VertexIconButton$1,
|
|
242
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
243
|
+
react: React,
|
|
244
|
+
events: {},
|
|
245
|
+
defineCustomElement: defineCustomElement$l
|
|
246
|
+
});
|
|
247
|
+
const VertexLogoLoading = /*@__PURE__*/ createComponent({
|
|
248
|
+
tagName: 'vertex-logo-loading',
|
|
249
|
+
elementClass: VertexLogoLoading$1,
|
|
250
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
251
|
+
react: React,
|
|
252
|
+
events: {},
|
|
253
|
+
defineCustomElement: defineCustomElement$m
|
|
254
|
+
});
|
|
255
|
+
const VertexMenu = /*@__PURE__*/ createComponent({
|
|
256
|
+
tagName: 'vertex-menu',
|
|
257
|
+
elementClass: VertexMenu$1,
|
|
258
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
259
|
+
react: React,
|
|
260
|
+
events: { onMenuClosed: 'menuClosed' },
|
|
261
|
+
defineCustomElement: defineCustomElement$n
|
|
262
|
+
});
|
|
263
|
+
const VertexMenuDivider = /*@__PURE__*/ createComponent({
|
|
264
|
+
tagName: 'vertex-menu-divider',
|
|
265
|
+
elementClass: VertexMenuDivider$1,
|
|
266
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
267
|
+
react: React,
|
|
268
|
+
events: {},
|
|
269
|
+
defineCustomElement: defineCustomElement$o
|
|
270
|
+
});
|
|
271
|
+
const VertexMenuItem = /*@__PURE__*/ createComponent({
|
|
272
|
+
tagName: 'vertex-menu-item',
|
|
273
|
+
elementClass: VertexMenuItem$1,
|
|
274
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
275
|
+
react: React,
|
|
276
|
+
events: {},
|
|
277
|
+
defineCustomElement: defineCustomElement$p
|
|
278
|
+
});
|
|
279
|
+
const VertexPopover = /*@__PURE__*/ createComponent({
|
|
280
|
+
tagName: 'vertex-popover',
|
|
281
|
+
elementClass: VertexPopover$1,
|
|
282
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
283
|
+
react: React,
|
|
284
|
+
events: { onDismissed: 'dismissed' },
|
|
285
|
+
defineCustomElement: defineCustomElement$q
|
|
286
|
+
});
|
|
287
|
+
const VertexRadio = /*@__PURE__*/ createComponent({
|
|
288
|
+
tagName: 'vertex-radio',
|
|
289
|
+
elementClass: VertexRadio$1,
|
|
290
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
291
|
+
react: React,
|
|
292
|
+
events: { onValueChanged: 'valueChanged' },
|
|
293
|
+
defineCustomElement: defineCustomElement$r
|
|
294
|
+
});
|
|
295
|
+
const VertexRadioGroup = /*@__PURE__*/ createComponent({
|
|
296
|
+
tagName: 'vertex-radio-group',
|
|
297
|
+
elementClass: VertexRadioGroup$1,
|
|
298
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
299
|
+
react: React,
|
|
300
|
+
events: { onValueChanged: 'valueChanged' },
|
|
301
|
+
defineCustomElement: defineCustomElement$s
|
|
302
|
+
});
|
|
303
|
+
const VertexResizable = /*@__PURE__*/ createComponent({
|
|
304
|
+
tagName: 'vertex-resizable',
|
|
305
|
+
elementClass: VertexResizable$1,
|
|
306
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
307
|
+
react: React,
|
|
308
|
+
events: {
|
|
309
|
+
onResizeStart: 'resizeStart',
|
|
310
|
+
onResizeEnd: 'resizeEnd'
|
|
311
|
+
},
|
|
312
|
+
defineCustomElement: defineCustomElement$t
|
|
313
|
+
});
|
|
314
|
+
const VertexResultList = /*@__PURE__*/ createComponent({
|
|
315
|
+
tagName: 'vertex-result-list',
|
|
316
|
+
elementClass: VertexResultList$1,
|
|
317
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
318
|
+
react: React,
|
|
319
|
+
events: {
|
|
320
|
+
onEnterPressed: 'enterPressed',
|
|
321
|
+
onResultClick: 'resultClick'
|
|
322
|
+
},
|
|
323
|
+
defineCustomElement: defineCustomElement$u
|
|
324
|
+
});
|
|
325
|
+
const VertexSearchBar = /*@__PURE__*/ createComponent({
|
|
326
|
+
tagName: 'vertex-search-bar',
|
|
327
|
+
elementClass: VertexSearchBar$1,
|
|
328
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
329
|
+
react: React,
|
|
330
|
+
events: {
|
|
331
|
+
onSearchChanged: 'searchChanged',
|
|
332
|
+
onInputChanged: 'inputChanged',
|
|
333
|
+
onResultReplaced: 'resultReplaced',
|
|
334
|
+
onInputFocus: 'inputFocus',
|
|
335
|
+
onInputBlur: 'inputBlur'
|
|
336
|
+
},
|
|
337
|
+
defineCustomElement: defineCustomElement$v
|
|
338
|
+
});
|
|
339
|
+
const VertexSelect = /*@__PURE__*/ createComponent({
|
|
340
|
+
tagName: 'vertex-select',
|
|
341
|
+
elementClass: VertexSelect$1,
|
|
342
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
343
|
+
react: React,
|
|
344
|
+
events: { onOptionChanged: 'optionChanged' },
|
|
345
|
+
defineCustomElement: defineCustomElement$w
|
|
346
|
+
});
|
|
347
|
+
const VertexSlider = /*@__PURE__*/ createComponent({
|
|
348
|
+
tagName: 'vertex-slider',
|
|
349
|
+
elementClass: VertexSlider$1,
|
|
350
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
351
|
+
react: React,
|
|
352
|
+
events: {
|
|
353
|
+
onValueChange: 'valueChange',
|
|
354
|
+
onValueInput: 'valueInput'
|
|
355
|
+
},
|
|
356
|
+
defineCustomElement: defineCustomElement$x
|
|
357
|
+
});
|
|
358
|
+
const VertexSpinner = /*@__PURE__*/ createComponent({
|
|
359
|
+
tagName: 'vertex-spinner',
|
|
360
|
+
elementClass: VertexSpinner$1,
|
|
361
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
362
|
+
react: React,
|
|
363
|
+
events: {},
|
|
364
|
+
defineCustomElement: defineCustomElement$y
|
|
365
|
+
});
|
|
366
|
+
const VertexTab = /*@__PURE__*/ createComponent({
|
|
367
|
+
tagName: 'vertex-tab',
|
|
368
|
+
elementClass: VertexTab$1,
|
|
369
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
370
|
+
react: React,
|
|
371
|
+
events: { onTabClick: 'tabClick' },
|
|
372
|
+
defineCustomElement: defineCustomElement$z
|
|
373
|
+
});
|
|
374
|
+
const VertexTabs = /*@__PURE__*/ createComponent({
|
|
375
|
+
tagName: 'vertex-tabs',
|
|
376
|
+
elementClass: VertexTabs$1,
|
|
377
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
378
|
+
react: React,
|
|
379
|
+
events: { onSelectedTabChanged: 'selectedTabChanged' },
|
|
380
|
+
defineCustomElement: defineCustomElement$A
|
|
381
|
+
});
|
|
382
|
+
const VertexTextfield = /*@__PURE__*/ createComponent({
|
|
383
|
+
tagName: 'vertex-textfield',
|
|
384
|
+
elementClass: VertexTextfield$1,
|
|
385
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
386
|
+
react: React,
|
|
387
|
+
events: {
|
|
388
|
+
onInputFocus: 'inputFocus',
|
|
389
|
+
onInputBlur: 'inputBlur',
|
|
390
|
+
onInputInput: 'inputInput',
|
|
391
|
+
onInputChange: 'inputChange',
|
|
392
|
+
onTextFieldKeyDown: 'textFieldKeyDown',
|
|
393
|
+
onInputAutofill: 'inputAutofill'
|
|
394
|
+
},
|
|
395
|
+
defineCustomElement: defineCustomElement$B
|
|
396
|
+
});
|
|
397
|
+
const VertexToast = /*@__PURE__*/ createComponent({
|
|
398
|
+
tagName: 'vertex-toast',
|
|
399
|
+
elementClass: VertexToast$1,
|
|
400
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
401
|
+
react: React,
|
|
402
|
+
events: { onClosed: 'closed' },
|
|
403
|
+
defineCustomElement: defineCustomElement$C
|
|
404
|
+
});
|
|
405
|
+
const VertexToggle = /*@__PURE__*/ createComponent({
|
|
406
|
+
tagName: 'vertex-toggle',
|
|
407
|
+
elementClass: VertexToggle$1,
|
|
408
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
409
|
+
react: React,
|
|
410
|
+
events: { onValueChanged: 'valueChanged' },
|
|
411
|
+
defineCustomElement: defineCustomElement$D
|
|
412
|
+
});
|
|
413
|
+
const VertexTooltip = /*@__PURE__*/ createComponent({
|
|
414
|
+
tagName: 'vertex-tooltip',
|
|
415
|
+
elementClass: VertexTooltip$1,
|
|
416
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
417
|
+
react: React,
|
|
418
|
+
events: {},
|
|
419
|
+
defineCustomElement: defineCustomElement$E
|
|
420
|
+
});
|
|
264
421
|
|
|
265
422
|
export { VertexAutoResizeTextarea, VertexAvatar, VertexAvatarGroup, VertexBadge, VertexBanner, VertexButton, VertexCard, VertexCardGroup, VertexChip, VertexClickToEditTextfield, VertexCollapsible, VertexColorCirclePicker, VertexColorPicker, VertexColorSwatch, VertexContextMenu, VertexDialog, VertexDraggablePopover, VertexDropdownMenu, VertexExpandable, VertexHelpTooltip, VertexIcon, VertexIconButton, VertexLogoLoading, VertexMenu, VertexMenuDivider, VertexMenuItem, VertexPopover, VertexRadio, VertexRadioGroup, VertexResizable, VertexResultList, VertexSearchBar, VertexSelect, VertexSlider, VertexSpinner, VertexTab, VertexTabs, VertexTextfield, VertexToast, VertexToggle, VertexTooltip };
|
|
266
423
|
//# sourceMappingURL=bundle.esm.js.map
|