@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.cjs.js
CHANGED
|
@@ -1,281 +1,432 @@
|
|
|
1
|
+
'use client';
|
|
1
2
|
'use strict';
|
|
2
3
|
|
|
3
4
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
5
|
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
var tslib = require('tslib');
|
|
6
|
+
var runtime = require('@stencil/react-output-target/runtime');
|
|
8
7
|
var React = require('react');
|
|
9
|
-
var
|
|
10
|
-
require('
|
|
8
|
+
var vertexAutoResizeTextarea_js = require('@vertexvis/ui/dist/components/vertex-auto-resize-textarea.js');
|
|
9
|
+
var vertexAvatarGroup_js = require('@vertexvis/ui/dist/components/vertex-avatar-group.js');
|
|
10
|
+
var vertexAvatar_js = require('@vertexvis/ui/dist/components/vertex-avatar.js');
|
|
11
|
+
var vertexBadge_js = require('@vertexvis/ui/dist/components/vertex-badge.js');
|
|
12
|
+
var vertexBanner_js = require('@vertexvis/ui/dist/components/vertex-banner.js');
|
|
13
|
+
var vertexButton_js = require('@vertexvis/ui/dist/components/vertex-button.js');
|
|
14
|
+
var vertexCardGroup_js = require('@vertexvis/ui/dist/components/vertex-card-group.js');
|
|
15
|
+
var vertexCard_js = require('@vertexvis/ui/dist/components/vertex-card.js');
|
|
16
|
+
var vertexChip_js = require('@vertexvis/ui/dist/components/vertex-chip.js');
|
|
17
|
+
var vertexClickToEditTextfield_js = require('@vertexvis/ui/dist/components/vertex-click-to-edit-textfield.js');
|
|
18
|
+
var vertexCollapsible_js = require('@vertexvis/ui/dist/components/vertex-collapsible.js');
|
|
19
|
+
var vertexColorCirclePicker_js = require('@vertexvis/ui/dist/components/vertex-color-circle-picker.js');
|
|
20
|
+
var vertexColorPicker_js = require('@vertexvis/ui/dist/components/vertex-color-picker.js');
|
|
21
|
+
var vertexColorSwatch_js = require('@vertexvis/ui/dist/components/vertex-color-swatch.js');
|
|
22
|
+
var vertexContextMenu_js = require('@vertexvis/ui/dist/components/vertex-context-menu.js');
|
|
23
|
+
var vertexDialog_js = require('@vertexvis/ui/dist/components/vertex-dialog.js');
|
|
24
|
+
var vertexDraggablePopover_js = require('@vertexvis/ui/dist/components/vertex-draggable-popover.js');
|
|
25
|
+
var vertexDropdownMenu_js = require('@vertexvis/ui/dist/components/vertex-dropdown-menu.js');
|
|
26
|
+
var vertexExpandable_js = require('@vertexvis/ui/dist/components/vertex-expandable.js');
|
|
27
|
+
var vertexHelpTooltip_js = require('@vertexvis/ui/dist/components/vertex-help-tooltip.js');
|
|
28
|
+
var vertexIconButton_js = require('@vertexvis/ui/dist/components/vertex-icon-button.js');
|
|
29
|
+
var vertexIcon_js = require('@vertexvis/ui/dist/components/vertex-icon.js');
|
|
30
|
+
var vertexLogoLoading_js = require('@vertexvis/ui/dist/components/vertex-logo-loading.js');
|
|
31
|
+
var vertexMenuDivider_js = require('@vertexvis/ui/dist/components/vertex-menu-divider.js');
|
|
32
|
+
var vertexMenuItem_js = require('@vertexvis/ui/dist/components/vertex-menu-item.js');
|
|
33
|
+
var vertexMenu_js = require('@vertexvis/ui/dist/components/vertex-menu.js');
|
|
34
|
+
var vertexPopover_js = require('@vertexvis/ui/dist/components/vertex-popover.js');
|
|
35
|
+
var vertexRadioGroup_js = require('@vertexvis/ui/dist/components/vertex-radio-group.js');
|
|
36
|
+
var vertexRadio_js = require('@vertexvis/ui/dist/components/vertex-radio.js');
|
|
37
|
+
var vertexResizable_js = require('@vertexvis/ui/dist/components/vertex-resizable.js');
|
|
38
|
+
var vertexResultList_js = require('@vertexvis/ui/dist/components/vertex-result-list.js');
|
|
39
|
+
var vertexSearchBar_js = require('@vertexvis/ui/dist/components/vertex-search-bar.js');
|
|
40
|
+
var vertexSelect_js = require('@vertexvis/ui/dist/components/vertex-select.js');
|
|
41
|
+
var vertexSlider_js = require('@vertexvis/ui/dist/components/vertex-slider.js');
|
|
42
|
+
var vertexSpinner_js = require('@vertexvis/ui/dist/components/vertex-spinner.js');
|
|
43
|
+
var vertexTab_js = require('@vertexvis/ui/dist/components/vertex-tab.js');
|
|
44
|
+
var vertexTabs_js = require('@vertexvis/ui/dist/components/vertex-tabs.js');
|
|
45
|
+
var vertexTextfield_js = require('@vertexvis/ui/dist/components/vertex-textfield.js');
|
|
46
|
+
var vertexToast_js = require('@vertexvis/ui/dist/components/vertex-toast.js');
|
|
47
|
+
var vertexToggle_js = require('@vertexvis/ui/dist/components/vertex-toggle.js');
|
|
48
|
+
var vertexTooltip_js = require('@vertexvis/ui/dist/components/vertex-tooltip.js');
|
|
11
49
|
var loader = require('@vertexvis/ui/loader');
|
|
12
50
|
|
|
13
|
-
|
|
14
|
-
return str
|
|
15
|
-
.toLowerCase()
|
|
16
|
-
.split('-')
|
|
17
|
-
.map(function (segment) { return segment.charAt(0).toUpperCase() + segment.slice(1); })
|
|
18
|
-
.join('');
|
|
19
|
-
};
|
|
20
|
-
var camelToDashCase = function (str) { return str.replace(/([A-Z])/g, function (m) { return "-".concat(m[0].toLowerCase()); }); };
|
|
21
|
-
|
|
22
|
-
var attachProps = function (node, newProps, oldProps) {
|
|
23
|
-
if (oldProps === void 0) { oldProps = {}; }
|
|
24
|
-
// some test frameworks don't render DOM elements, so we test here to make sure we are dealing with DOM first
|
|
25
|
-
if (node instanceof Element) {
|
|
26
|
-
// add any classes in className to the class list
|
|
27
|
-
var className = getClassName(node.classList, newProps, oldProps);
|
|
28
|
-
if (className !== '') {
|
|
29
|
-
node.className = className;
|
|
30
|
-
}
|
|
31
|
-
Object.keys(newProps).forEach(function (name) {
|
|
32
|
-
if (name === 'children' ||
|
|
33
|
-
name === 'style' ||
|
|
34
|
-
name === 'ref' ||
|
|
35
|
-
name === 'class' ||
|
|
36
|
-
name === 'className' ||
|
|
37
|
-
name === 'forwardedRef') {
|
|
38
|
-
return;
|
|
39
|
-
}
|
|
40
|
-
if (name.indexOf('on') === 0 && name[2] === name[2].toUpperCase()) {
|
|
41
|
-
var eventName = name.substring(2);
|
|
42
|
-
var eventNameLc = eventName[0].toLowerCase() + eventName.substring(1);
|
|
43
|
-
if (!isCoveredByReact(eventNameLc)) {
|
|
44
|
-
syncEvent(node, eventNameLc, newProps[name]);
|
|
45
|
-
}
|
|
46
|
-
}
|
|
47
|
-
else {
|
|
48
|
-
node[name] = newProps[name];
|
|
49
|
-
var propType = typeof newProps[name];
|
|
50
|
-
if (propType === 'string') {
|
|
51
|
-
node.setAttribute(camelToDashCase(name), newProps[name]);
|
|
52
|
-
}
|
|
53
|
-
}
|
|
54
|
-
});
|
|
55
|
-
}
|
|
56
|
-
};
|
|
57
|
-
var getClassName = function (classList, newProps, oldProps) {
|
|
58
|
-
var newClassProp = newProps.className || newProps.class;
|
|
59
|
-
var oldClassProp = oldProps.className || oldProps.class;
|
|
60
|
-
// map the classes to Maps for performance
|
|
61
|
-
var currentClasses = arrayToMap(classList);
|
|
62
|
-
var incomingPropClasses = arrayToMap(newClassProp ? newClassProp.split(' ') : []);
|
|
63
|
-
var oldPropClasses = arrayToMap(oldClassProp ? oldClassProp.split(' ') : []);
|
|
64
|
-
var finalClassNames = [];
|
|
65
|
-
// loop through each of the current classes on the component
|
|
66
|
-
// to see if it should be a part of the classNames added
|
|
67
|
-
currentClasses.forEach(function (currentClass) {
|
|
68
|
-
if (incomingPropClasses.has(currentClass)) {
|
|
69
|
-
// add it as its already included in classnames coming in from newProps
|
|
70
|
-
finalClassNames.push(currentClass);
|
|
71
|
-
incomingPropClasses.delete(currentClass);
|
|
72
|
-
}
|
|
73
|
-
else if (!oldPropClasses.has(currentClass)) {
|
|
74
|
-
// add it as it has NOT been removed by user
|
|
75
|
-
finalClassNames.push(currentClass);
|
|
76
|
-
}
|
|
77
|
-
});
|
|
78
|
-
incomingPropClasses.forEach(function (s) { return finalClassNames.push(s); });
|
|
79
|
-
return finalClassNames.join(' ');
|
|
80
|
-
};
|
|
81
|
-
/**
|
|
82
|
-
* Transforms a React event name to a browser event name.
|
|
83
|
-
*/
|
|
84
|
-
var transformReactEventName = function (eventNameSuffix) {
|
|
85
|
-
switch (eventNameSuffix) {
|
|
86
|
-
case 'doubleclick':
|
|
87
|
-
return 'dblclick';
|
|
88
|
-
}
|
|
89
|
-
return eventNameSuffix;
|
|
90
|
-
};
|
|
91
|
-
/**
|
|
92
|
-
* Checks if an event is supported in the current execution environment.
|
|
93
|
-
* @license Modernizr 3.0.0pre (Custom Build) | MIT
|
|
94
|
-
*/
|
|
95
|
-
var isCoveredByReact = function (eventNameSuffix) {
|
|
96
|
-
if (typeof document === 'undefined') {
|
|
97
|
-
return true;
|
|
98
|
-
}
|
|
99
|
-
else {
|
|
100
|
-
var eventName = 'on' + transformReactEventName(eventNameSuffix);
|
|
101
|
-
var isSupported = eventName in document;
|
|
102
|
-
if (!isSupported) {
|
|
103
|
-
var element = document.createElement('div');
|
|
104
|
-
element.setAttribute(eventName, 'return;');
|
|
105
|
-
isSupported = typeof element[eventName] === 'function';
|
|
106
|
-
}
|
|
107
|
-
return isSupported;
|
|
108
|
-
}
|
|
109
|
-
};
|
|
110
|
-
var syncEvent = function (node, eventName, newEventHandler) {
|
|
111
|
-
var eventStore = node.__events || (node.__events = {});
|
|
112
|
-
var oldEventHandler = eventStore[eventName];
|
|
113
|
-
// Remove old listener so they don't double up.
|
|
114
|
-
if (oldEventHandler) {
|
|
115
|
-
node.removeEventListener(eventName, oldEventHandler);
|
|
116
|
-
}
|
|
117
|
-
// Bind new listener.
|
|
118
|
-
node.addEventListener(eventName, (eventStore[eventName] = function handler(e) {
|
|
119
|
-
if (newEventHandler) {
|
|
120
|
-
newEventHandler.call(this, e);
|
|
121
|
-
}
|
|
122
|
-
}));
|
|
123
|
-
};
|
|
124
|
-
var arrayToMap = function (arr) {
|
|
125
|
-
var map = new Map();
|
|
126
|
-
arr.forEach(function (s) { return map.set(s, s); });
|
|
127
|
-
return map;
|
|
128
|
-
};
|
|
129
|
-
|
|
130
|
-
var setRef = function (ref, value) {
|
|
131
|
-
if (typeof ref === 'function') {
|
|
132
|
-
ref(value);
|
|
133
|
-
}
|
|
134
|
-
else if (ref != null) {
|
|
135
|
-
// Cast as a MutableRef so we can assign current
|
|
136
|
-
ref.current = value;
|
|
137
|
-
}
|
|
138
|
-
};
|
|
139
|
-
var mergeRefs = function () {
|
|
140
|
-
var refs = [];
|
|
141
|
-
for (var _i = 0; _i < arguments.length; _i++) {
|
|
142
|
-
refs[_i] = arguments[_i];
|
|
143
|
-
}
|
|
144
|
-
return function (value) {
|
|
145
|
-
refs.forEach(function (ref) {
|
|
146
|
-
setRef(ref, value);
|
|
147
|
-
});
|
|
148
|
-
};
|
|
149
|
-
};
|
|
150
|
-
var createForwardRef = function (ReactComponent, displayName) {
|
|
151
|
-
var forwardRef = function (props, ref) {
|
|
152
|
-
return React__default.createElement(ReactComponent, tslib.__assign({}, props, { forwardedRef: ref }));
|
|
153
|
-
};
|
|
154
|
-
forwardRef.displayName = displayName;
|
|
155
|
-
return React__default.forwardRef(forwardRef);
|
|
156
|
-
};
|
|
51
|
+
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
|
|
157
52
|
|
|
158
|
-
var
|
|
159
|
-
if (defineCustomElement !== undefined) {
|
|
160
|
-
defineCustomElement();
|
|
161
|
-
}
|
|
162
|
-
var displayName = dashToPascalCase(tagName);
|
|
163
|
-
var ReactComponent = /** @class */ (function (_super) {
|
|
164
|
-
tslib.__extends(class_1, _super);
|
|
165
|
-
function class_1(props) {
|
|
166
|
-
var _this = _super.call(this, props) || this;
|
|
167
|
-
_this.setComponentElRef = function (element) {
|
|
168
|
-
_this.componentEl = element;
|
|
169
|
-
};
|
|
170
|
-
return _this;
|
|
171
|
-
}
|
|
172
|
-
class_1.prototype.componentDidMount = function () {
|
|
173
|
-
this.componentDidUpdate(this.props);
|
|
174
|
-
};
|
|
175
|
-
class_1.prototype.componentDidUpdate = function (prevProps) {
|
|
176
|
-
attachProps(this.componentEl, this.props, prevProps);
|
|
177
|
-
};
|
|
178
|
-
class_1.prototype.render = function () {
|
|
179
|
-
var _a = this.props, children = _a.children, forwardedRef = _a.forwardedRef, style = _a.style, className = _a.className, ref = _a.ref, cProps = tslib.__rest(_a, ["children", "forwardedRef", "style", "className", "ref"]);
|
|
180
|
-
var propsToPass = Object.keys(cProps).reduce(function (acc, name) {
|
|
181
|
-
var value = cProps[name];
|
|
182
|
-
if (name.indexOf('on') === 0 && name[2] === name[2].toUpperCase()) {
|
|
183
|
-
var eventName = name.substring(2).toLowerCase();
|
|
184
|
-
if (typeof document !== 'undefined' && isCoveredByReact(eventName)) {
|
|
185
|
-
acc[name] = value;
|
|
186
|
-
}
|
|
187
|
-
}
|
|
188
|
-
else {
|
|
189
|
-
// we should only render strings, booleans, and numbers as attrs in html.
|
|
190
|
-
// objects, functions, arrays etc get synced via properties on mount.
|
|
191
|
-
var type = typeof value;
|
|
192
|
-
if (type === 'string' || type === 'boolean' || type === 'number') {
|
|
193
|
-
acc[camelToDashCase(name)] = value;
|
|
194
|
-
}
|
|
195
|
-
}
|
|
196
|
-
return acc;
|
|
197
|
-
}, {});
|
|
198
|
-
if (manipulatePropsFunction) {
|
|
199
|
-
propsToPass = manipulatePropsFunction(this.props, propsToPass);
|
|
200
|
-
}
|
|
201
|
-
var newProps = tslib.__assign(tslib.__assign({}, propsToPass), { ref: mergeRefs(forwardedRef, this.setComponentElRef), style: style });
|
|
202
|
-
/**
|
|
203
|
-
* We use createElement here instead of
|
|
204
|
-
* React.createElement to work around a
|
|
205
|
-
* bug in Vite (https://github.com/vitejs/vite/issues/6104).
|
|
206
|
-
* React.createElement causes all elements to be rendered
|
|
207
|
-
* as <tagname> instead of the actual Web Component.
|
|
208
|
-
*/
|
|
209
|
-
return React.createElement(tagName, newProps, children);
|
|
210
|
-
};
|
|
211
|
-
Object.defineProperty(class_1, "displayName", {
|
|
212
|
-
get: function () {
|
|
213
|
-
return displayName;
|
|
214
|
-
},
|
|
215
|
-
enumerable: false,
|
|
216
|
-
configurable: true
|
|
217
|
-
});
|
|
218
|
-
return class_1;
|
|
219
|
-
}(React__default.Component));
|
|
220
|
-
// If context was passed to createReactComponent then conditionally add it to the Component Class
|
|
221
|
-
if (ReactComponentContext) {
|
|
222
|
-
ReactComponent.contextType = ReactComponentContext;
|
|
223
|
-
}
|
|
224
|
-
return createForwardRef(ReactComponent, displayName);
|
|
225
|
-
};
|
|
53
|
+
var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
|
|
226
54
|
|
|
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
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
55
|
+
const VertexAutoResizeTextarea = /*@__PURE__*/ runtime.createComponent({
|
|
56
|
+
tagName: 'vertex-auto-resize-textarea',
|
|
57
|
+
elementClass: vertexAutoResizeTextarea_js.VertexAutoResizeTextarea,
|
|
58
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
59
|
+
react: React__default["default"],
|
|
60
|
+
events: {},
|
|
61
|
+
defineCustomElement: vertexAutoResizeTextarea_js.defineCustomElement
|
|
62
|
+
});
|
|
63
|
+
const VertexAvatar = /*@__PURE__*/ runtime.createComponent({
|
|
64
|
+
tagName: 'vertex-avatar',
|
|
65
|
+
elementClass: vertexAvatar_js.VertexAvatar,
|
|
66
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
67
|
+
react: React__default["default"],
|
|
68
|
+
events: {},
|
|
69
|
+
defineCustomElement: vertexAvatar_js.defineCustomElement
|
|
70
|
+
});
|
|
71
|
+
const VertexAvatarGroup = /*@__PURE__*/ runtime.createComponent({
|
|
72
|
+
tagName: 'vertex-avatar-group',
|
|
73
|
+
elementClass: vertexAvatarGroup_js.VertexAvatarGroup,
|
|
74
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
75
|
+
react: React__default["default"],
|
|
76
|
+
events: {},
|
|
77
|
+
defineCustomElement: vertexAvatarGroup_js.defineCustomElement
|
|
78
|
+
});
|
|
79
|
+
const VertexBadge = /*@__PURE__*/ runtime.createComponent({
|
|
80
|
+
tagName: 'vertex-badge',
|
|
81
|
+
elementClass: vertexBadge_js.VertexBadge,
|
|
82
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
83
|
+
react: React__default["default"],
|
|
84
|
+
events: {},
|
|
85
|
+
defineCustomElement: vertexBadge_js.defineCustomElement
|
|
86
|
+
});
|
|
87
|
+
const VertexBanner = /*@__PURE__*/ runtime.createComponent({
|
|
88
|
+
tagName: 'vertex-banner',
|
|
89
|
+
elementClass: vertexBanner_js.VertexBanner,
|
|
90
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
91
|
+
react: React__default["default"],
|
|
92
|
+
events: { onClosed: 'closed' },
|
|
93
|
+
defineCustomElement: vertexBanner_js.defineCustomElement
|
|
94
|
+
});
|
|
95
|
+
const VertexButton = /*@__PURE__*/ runtime.createComponent({
|
|
96
|
+
tagName: 'vertex-button',
|
|
97
|
+
elementClass: vertexButton_js.VertexButton,
|
|
98
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
99
|
+
react: React__default["default"],
|
|
100
|
+
events: {},
|
|
101
|
+
defineCustomElement: vertexButton_js.defineCustomElement
|
|
102
|
+
});
|
|
103
|
+
const VertexCard = /*@__PURE__*/ runtime.createComponent({
|
|
104
|
+
tagName: 'vertex-card',
|
|
105
|
+
elementClass: vertexCard_js.VertexCard,
|
|
106
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
107
|
+
react: React__default["default"],
|
|
108
|
+
events: { onContentClick: 'contentClick' },
|
|
109
|
+
defineCustomElement: vertexCard_js.defineCustomElement
|
|
110
|
+
});
|
|
111
|
+
const VertexCardGroup = /*@__PURE__*/ runtime.createComponent({
|
|
112
|
+
tagName: 'vertex-card-group',
|
|
113
|
+
elementClass: vertexCardGroup_js.VertexCardGroup,
|
|
114
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
115
|
+
react: React__default["default"],
|
|
116
|
+
events: {},
|
|
117
|
+
defineCustomElement: vertexCardGroup_js.defineCustomElement
|
|
118
|
+
});
|
|
119
|
+
const VertexChip = /*@__PURE__*/ runtime.createComponent({
|
|
120
|
+
tagName: 'vertex-chip',
|
|
121
|
+
elementClass: vertexChip_js.VertexChip,
|
|
122
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
123
|
+
react: React__default["default"],
|
|
124
|
+
events: {},
|
|
125
|
+
defineCustomElement: vertexChip_js.defineCustomElement
|
|
126
|
+
});
|
|
127
|
+
const VertexClickToEditTextfield = /*@__PURE__*/ runtime.createComponent({
|
|
128
|
+
tagName: 'vertex-click-to-edit-textfield',
|
|
129
|
+
elementClass: vertexClickToEditTextfield_js.VertexClickToEditTextfield,
|
|
130
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
131
|
+
react: React__default["default"],
|
|
132
|
+
events: {
|
|
133
|
+
onInputFocus: 'inputFocus',
|
|
134
|
+
onInputBlur: 'inputBlur',
|
|
135
|
+
onInputInput: 'inputInput',
|
|
136
|
+
onInputChange: 'inputChange',
|
|
137
|
+
onInputSubmit: 'inputSubmit'
|
|
138
|
+
},
|
|
139
|
+
defineCustomElement: vertexClickToEditTextfield_js.defineCustomElement
|
|
140
|
+
});
|
|
141
|
+
const VertexCollapsible = /*@__PURE__*/ runtime.createComponent({
|
|
142
|
+
tagName: 'vertex-collapsible',
|
|
143
|
+
elementClass: vertexCollapsible_js.VertexCollapsible,
|
|
144
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
145
|
+
react: React__default["default"],
|
|
146
|
+
events: {},
|
|
147
|
+
defineCustomElement: vertexCollapsible_js.defineCustomElement
|
|
148
|
+
});
|
|
149
|
+
const VertexColorCirclePicker = /*@__PURE__*/ runtime.createComponent({
|
|
150
|
+
tagName: 'vertex-color-circle-picker',
|
|
151
|
+
elementClass: vertexColorCirclePicker_js.VertexColorCirclePicker,
|
|
152
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
153
|
+
react: React__default["default"],
|
|
154
|
+
events: { onSelectionChanged: 'selectionChanged' },
|
|
155
|
+
defineCustomElement: vertexColorCirclePicker_js.defineCustomElement
|
|
156
|
+
});
|
|
157
|
+
const VertexColorPicker = /*@__PURE__*/ runtime.createComponent({
|
|
158
|
+
tagName: 'vertex-color-picker',
|
|
159
|
+
elementClass: vertexColorPicker_js.VertexColorPicker,
|
|
160
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
161
|
+
react: React__default["default"],
|
|
162
|
+
events: {
|
|
163
|
+
onValueInput: 'valueInput',
|
|
164
|
+
onValueChanged: 'valueChanged'
|
|
165
|
+
},
|
|
166
|
+
defineCustomElement: vertexColorPicker_js.defineCustomElement
|
|
167
|
+
});
|
|
168
|
+
const VertexColorSwatch = /*@__PURE__*/ runtime.createComponent({
|
|
169
|
+
tagName: 'vertex-color-swatch',
|
|
170
|
+
elementClass: vertexColorSwatch_js.VertexColorSwatch,
|
|
171
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
172
|
+
react: React__default["default"],
|
|
173
|
+
events: {},
|
|
174
|
+
defineCustomElement: vertexColorSwatch_js.defineCustomElement
|
|
175
|
+
});
|
|
176
|
+
const VertexContextMenu = /*@__PURE__*/ runtime.createComponent({
|
|
177
|
+
tagName: 'vertex-context-menu',
|
|
178
|
+
elementClass: vertexContextMenu_js.VertexContextMenu,
|
|
179
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
180
|
+
react: React__default["default"],
|
|
181
|
+
events: {
|
|
182
|
+
onMenuOpened: 'menuOpened',
|
|
183
|
+
onMenuClosed: 'menuClosed'
|
|
184
|
+
},
|
|
185
|
+
defineCustomElement: vertexContextMenu_js.defineCustomElement
|
|
186
|
+
});
|
|
187
|
+
const VertexDialog = /*@__PURE__*/ runtime.createComponent({
|
|
188
|
+
tagName: 'vertex-dialog',
|
|
189
|
+
elementClass: vertexDialog_js.VertexDialog,
|
|
190
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
191
|
+
react: React__default["default"],
|
|
192
|
+
events: {
|
|
193
|
+
onBackdropClick: 'backdropClick',
|
|
194
|
+
onClosed: 'closed'
|
|
195
|
+
},
|
|
196
|
+
defineCustomElement: vertexDialog_js.defineCustomElement
|
|
197
|
+
});
|
|
198
|
+
const VertexDraggablePopover = /*@__PURE__*/ runtime.createComponent({
|
|
199
|
+
tagName: 'vertex-draggable-popover',
|
|
200
|
+
elementClass: vertexDraggablePopover_js.VertexDraggablePopover,
|
|
201
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
202
|
+
react: React__default["default"],
|
|
203
|
+
events: { onPositionChanged: 'positionChanged' },
|
|
204
|
+
defineCustomElement: vertexDraggablePopover_js.defineCustomElement
|
|
205
|
+
});
|
|
206
|
+
const VertexDropdownMenu = /*@__PURE__*/ runtime.createComponent({
|
|
207
|
+
tagName: 'vertex-dropdown-menu',
|
|
208
|
+
elementClass: vertexDropdownMenu_js.VertexDropdownMenu,
|
|
209
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
210
|
+
react: React__default["default"],
|
|
211
|
+
events: {
|
|
212
|
+
onMenuOpened: 'menuOpened',
|
|
213
|
+
onMenuClosed: 'menuClosed'
|
|
214
|
+
},
|
|
215
|
+
defineCustomElement: vertexDropdownMenu_js.defineCustomElement
|
|
216
|
+
});
|
|
217
|
+
const VertexExpandable = /*@__PURE__*/ runtime.createComponent({
|
|
218
|
+
tagName: 'vertex-expandable',
|
|
219
|
+
elementClass: vertexExpandable_js.VertexExpandable,
|
|
220
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
221
|
+
react: React__default["default"],
|
|
222
|
+
events: {
|
|
223
|
+
onExpand: 'expand',
|
|
224
|
+
onCollapse: 'collapse'
|
|
225
|
+
},
|
|
226
|
+
defineCustomElement: vertexExpandable_js.defineCustomElement
|
|
227
|
+
});
|
|
228
|
+
const VertexHelpTooltip = /*@__PURE__*/ runtime.createComponent({
|
|
229
|
+
tagName: 'vertex-help-tooltip',
|
|
230
|
+
elementClass: vertexHelpTooltip_js.VertexHelpTooltip,
|
|
231
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
232
|
+
react: React__default["default"],
|
|
233
|
+
events: {
|
|
234
|
+
onMenuOpened: 'menuOpened',
|
|
235
|
+
onMenuClosed: 'menuClosed'
|
|
236
|
+
},
|
|
237
|
+
defineCustomElement: vertexHelpTooltip_js.defineCustomElement
|
|
278
238
|
});
|
|
239
|
+
const VertexIcon = /*@__PURE__*/ runtime.createComponent({
|
|
240
|
+
tagName: 'vertex-icon',
|
|
241
|
+
elementClass: vertexIcon_js.VertexIcon,
|
|
242
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
243
|
+
react: React__default["default"],
|
|
244
|
+
events: {},
|
|
245
|
+
defineCustomElement: vertexIcon_js.defineCustomElement
|
|
246
|
+
});
|
|
247
|
+
const VertexIconButton = /*@__PURE__*/ runtime.createComponent({
|
|
248
|
+
tagName: 'vertex-icon-button',
|
|
249
|
+
elementClass: vertexIconButton_js.VertexIconButton,
|
|
250
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
251
|
+
react: React__default["default"],
|
|
252
|
+
events: {},
|
|
253
|
+
defineCustomElement: vertexIconButton_js.defineCustomElement
|
|
254
|
+
});
|
|
255
|
+
const VertexLogoLoading = /*@__PURE__*/ runtime.createComponent({
|
|
256
|
+
tagName: 'vertex-logo-loading',
|
|
257
|
+
elementClass: vertexLogoLoading_js.VertexLogoLoading,
|
|
258
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
259
|
+
react: React__default["default"],
|
|
260
|
+
events: {},
|
|
261
|
+
defineCustomElement: vertexLogoLoading_js.defineCustomElement
|
|
262
|
+
});
|
|
263
|
+
const VertexMenu = /*@__PURE__*/ runtime.createComponent({
|
|
264
|
+
tagName: 'vertex-menu',
|
|
265
|
+
elementClass: vertexMenu_js.VertexMenu,
|
|
266
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
267
|
+
react: React__default["default"],
|
|
268
|
+
events: { onMenuClosed: 'menuClosed' },
|
|
269
|
+
defineCustomElement: vertexMenu_js.defineCustomElement
|
|
270
|
+
});
|
|
271
|
+
const VertexMenuDivider = /*@__PURE__*/ runtime.createComponent({
|
|
272
|
+
tagName: 'vertex-menu-divider',
|
|
273
|
+
elementClass: vertexMenuDivider_js.VertexMenuDivider,
|
|
274
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
275
|
+
react: React__default["default"],
|
|
276
|
+
events: {},
|
|
277
|
+
defineCustomElement: vertexMenuDivider_js.defineCustomElement
|
|
278
|
+
});
|
|
279
|
+
const VertexMenuItem = /*@__PURE__*/ runtime.createComponent({
|
|
280
|
+
tagName: 'vertex-menu-item',
|
|
281
|
+
elementClass: vertexMenuItem_js.VertexMenuItem,
|
|
282
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
283
|
+
react: React__default["default"],
|
|
284
|
+
events: {},
|
|
285
|
+
defineCustomElement: vertexMenuItem_js.defineCustomElement
|
|
286
|
+
});
|
|
287
|
+
const VertexPopover = /*@__PURE__*/ runtime.createComponent({
|
|
288
|
+
tagName: 'vertex-popover',
|
|
289
|
+
elementClass: vertexPopover_js.VertexPopover,
|
|
290
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
291
|
+
react: React__default["default"],
|
|
292
|
+
events: { onDismissed: 'dismissed' },
|
|
293
|
+
defineCustomElement: vertexPopover_js.defineCustomElement
|
|
294
|
+
});
|
|
295
|
+
const VertexRadio = /*@__PURE__*/ runtime.createComponent({
|
|
296
|
+
tagName: 'vertex-radio',
|
|
297
|
+
elementClass: vertexRadio_js.VertexRadio,
|
|
298
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
299
|
+
react: React__default["default"],
|
|
300
|
+
events: { onValueChanged: 'valueChanged' },
|
|
301
|
+
defineCustomElement: vertexRadio_js.defineCustomElement
|
|
302
|
+
});
|
|
303
|
+
const VertexRadioGroup = /*@__PURE__*/ runtime.createComponent({
|
|
304
|
+
tagName: 'vertex-radio-group',
|
|
305
|
+
elementClass: vertexRadioGroup_js.VertexRadioGroup,
|
|
306
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
307
|
+
react: React__default["default"],
|
|
308
|
+
events: { onValueChanged: 'valueChanged' },
|
|
309
|
+
defineCustomElement: vertexRadioGroup_js.defineCustomElement
|
|
310
|
+
});
|
|
311
|
+
const VertexResizable = /*@__PURE__*/ runtime.createComponent({
|
|
312
|
+
tagName: 'vertex-resizable',
|
|
313
|
+
elementClass: vertexResizable_js.VertexResizable,
|
|
314
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
315
|
+
react: React__default["default"],
|
|
316
|
+
events: {
|
|
317
|
+
onResizeStart: 'resizeStart',
|
|
318
|
+
onResizeEnd: 'resizeEnd'
|
|
319
|
+
},
|
|
320
|
+
defineCustomElement: vertexResizable_js.defineCustomElement
|
|
321
|
+
});
|
|
322
|
+
const VertexResultList = /*@__PURE__*/ runtime.createComponent({
|
|
323
|
+
tagName: 'vertex-result-list',
|
|
324
|
+
elementClass: vertexResultList_js.VertexResultList,
|
|
325
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
326
|
+
react: React__default["default"],
|
|
327
|
+
events: {
|
|
328
|
+
onEnterPressed: 'enterPressed',
|
|
329
|
+
onResultClick: 'resultClick'
|
|
330
|
+
},
|
|
331
|
+
defineCustomElement: vertexResultList_js.defineCustomElement
|
|
332
|
+
});
|
|
333
|
+
const VertexSearchBar = /*@__PURE__*/ runtime.createComponent({
|
|
334
|
+
tagName: 'vertex-search-bar',
|
|
335
|
+
elementClass: vertexSearchBar_js.VertexSearchBar,
|
|
336
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
337
|
+
react: React__default["default"],
|
|
338
|
+
events: {
|
|
339
|
+
onSearchChanged: 'searchChanged',
|
|
340
|
+
onInputChanged: 'inputChanged',
|
|
341
|
+
onResultReplaced: 'resultReplaced',
|
|
342
|
+
onInputFocus: 'inputFocus',
|
|
343
|
+
onInputBlur: 'inputBlur'
|
|
344
|
+
},
|
|
345
|
+
defineCustomElement: vertexSearchBar_js.defineCustomElement
|
|
346
|
+
});
|
|
347
|
+
const VertexSelect = /*@__PURE__*/ runtime.createComponent({
|
|
348
|
+
tagName: 'vertex-select',
|
|
349
|
+
elementClass: vertexSelect_js.VertexSelect,
|
|
350
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
351
|
+
react: React__default["default"],
|
|
352
|
+
events: { onOptionChanged: 'optionChanged' },
|
|
353
|
+
defineCustomElement: vertexSelect_js.defineCustomElement
|
|
354
|
+
});
|
|
355
|
+
const VertexSlider = /*@__PURE__*/ runtime.createComponent({
|
|
356
|
+
tagName: 'vertex-slider',
|
|
357
|
+
elementClass: vertexSlider_js.VertexSlider,
|
|
358
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
359
|
+
react: React__default["default"],
|
|
360
|
+
events: {
|
|
361
|
+
onValueChange: 'valueChange',
|
|
362
|
+
onValueInput: 'valueInput'
|
|
363
|
+
},
|
|
364
|
+
defineCustomElement: vertexSlider_js.defineCustomElement
|
|
365
|
+
});
|
|
366
|
+
const VertexSpinner = /*@__PURE__*/ runtime.createComponent({
|
|
367
|
+
tagName: 'vertex-spinner',
|
|
368
|
+
elementClass: vertexSpinner_js.VertexSpinner,
|
|
369
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
370
|
+
react: React__default["default"],
|
|
371
|
+
events: {},
|
|
372
|
+
defineCustomElement: vertexSpinner_js.defineCustomElement
|
|
373
|
+
});
|
|
374
|
+
const VertexTab = /*@__PURE__*/ runtime.createComponent({
|
|
375
|
+
tagName: 'vertex-tab',
|
|
376
|
+
elementClass: vertexTab_js.VertexTab,
|
|
377
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
378
|
+
react: React__default["default"],
|
|
379
|
+
events: { onTabClick: 'tabClick' },
|
|
380
|
+
defineCustomElement: vertexTab_js.defineCustomElement
|
|
381
|
+
});
|
|
382
|
+
const VertexTabs = /*@__PURE__*/ runtime.createComponent({
|
|
383
|
+
tagName: 'vertex-tabs',
|
|
384
|
+
elementClass: vertexTabs_js.VertexTabs,
|
|
385
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
386
|
+
react: React__default["default"],
|
|
387
|
+
events: { onSelectedTabChanged: 'selectedTabChanged' },
|
|
388
|
+
defineCustomElement: vertexTabs_js.defineCustomElement
|
|
389
|
+
});
|
|
390
|
+
const VertexTextfield = /*@__PURE__*/ runtime.createComponent({
|
|
391
|
+
tagName: 'vertex-textfield',
|
|
392
|
+
elementClass: vertexTextfield_js.VertexTextfield,
|
|
393
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
394
|
+
react: React__default["default"],
|
|
395
|
+
events: {
|
|
396
|
+
onInputFocus: 'inputFocus',
|
|
397
|
+
onInputBlur: 'inputBlur',
|
|
398
|
+
onInputInput: 'inputInput',
|
|
399
|
+
onInputChange: 'inputChange',
|
|
400
|
+
onTextFieldKeyDown: 'textFieldKeyDown',
|
|
401
|
+
onInputAutofill: 'inputAutofill'
|
|
402
|
+
},
|
|
403
|
+
defineCustomElement: vertexTextfield_js.defineCustomElement
|
|
404
|
+
});
|
|
405
|
+
const VertexToast = /*@__PURE__*/ runtime.createComponent({
|
|
406
|
+
tagName: 'vertex-toast',
|
|
407
|
+
elementClass: vertexToast_js.VertexToast,
|
|
408
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
409
|
+
react: React__default["default"],
|
|
410
|
+
events: { onClosed: 'closed' },
|
|
411
|
+
defineCustomElement: vertexToast_js.defineCustomElement
|
|
412
|
+
});
|
|
413
|
+
const VertexToggle = /*@__PURE__*/ runtime.createComponent({
|
|
414
|
+
tagName: 'vertex-toggle',
|
|
415
|
+
elementClass: vertexToggle_js.VertexToggle,
|
|
416
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
417
|
+
react: React__default["default"],
|
|
418
|
+
events: { onValueChanged: 'valueChanged' },
|
|
419
|
+
defineCustomElement: vertexToggle_js.defineCustomElement
|
|
420
|
+
});
|
|
421
|
+
const VertexTooltip = /*@__PURE__*/ runtime.createComponent({
|
|
422
|
+
tagName: 'vertex-tooltip',
|
|
423
|
+
elementClass: vertexTooltip_js.VertexTooltip,
|
|
424
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
425
|
+
react: React__default["default"],
|
|
426
|
+
events: {},
|
|
427
|
+
defineCustomElement: vertexTooltip_js.defineCustomElement
|
|
428
|
+
});
|
|
429
|
+
|
|
279
430
|
exports.VertexAutoResizeTextarea = VertexAutoResizeTextarea;
|
|
280
431
|
exports.VertexAvatar = VertexAvatar;
|
|
281
432
|
exports.VertexAvatarGroup = VertexAvatarGroup;
|
|
@@ -317,4 +468,10 @@ exports.VertexTextfield = VertexTextfield;
|
|
|
317
468
|
exports.VertexToast = VertexToast;
|
|
318
469
|
exports.VertexToggle = VertexToggle;
|
|
319
470
|
exports.VertexTooltip = VertexTooltip;
|
|
471
|
+
Object.keys(loader).forEach(function (k) {
|
|
472
|
+
if (k !== 'default' && !exports.hasOwnProperty(k)) Object.defineProperty(exports, k, {
|
|
473
|
+
enumerable: true,
|
|
474
|
+
get: function () { return loader[k]; }
|
|
475
|
+
});
|
|
476
|
+
});
|
|
320
477
|
//# sourceMappingURL=bundle.cjs.js.map
|