@vertexvis/ui 0.1.1-canary.3 → 0.1.1-canary.5
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/cjs/{banner-1ae6f3cd.js → banner-08c5f50b.js} +1 -1
- package/dist/cjs/{icon-button-e153919d.js → icon-button-8c4a9cd6.js} +1 -1
- package/dist/cjs/{icon-a663714d.js → icon-dce835e0.js} +1 -1
- package/dist/cjs/{icon-helper-b0c91e68.js → icon-helper-c076290f.js} +5 -0
- package/dist/cjs/index.cjs.js +5 -5
- package/dist/cjs/tooltip-634eb8c9.js +333 -0
- package/dist/cjs/vertex-banner.cjs.entry.js +2 -2
- package/dist/cjs/vertex-icon-button.cjs.entry.js +2 -2
- package/dist/cjs/vertex-icon.cjs.entry.js +2 -2
- package/dist/cjs/vertex-tooltip.cjs.entry.js +1 -1
- package/dist/collection/components/icon/icon-helper.js +3 -0
- package/dist/collection/components/icon/icon.js +1 -1
- package/dist/collection/components/icon/icons/paper-airplane.js +2 -0
- package/dist/collection/components/icon-button/icon-button.js +1 -1
- package/dist/collection/types/icon.js +1 -0
- package/dist/components/components.esm.js +1 -1
- package/dist/components/index.esm.js +1 -1
- package/dist/components/p-3b794014.entry.js +1 -0
- package/dist/components/p-5fb1724f.js +1 -0
- package/dist/components/{p-9aba1a30.js → p-721ca850.js} +1 -1
- package/dist/components/p-91644b85.entry.js +1 -0
- package/dist/components/{p-39b59942.js → p-a399434b.js} +1 -1
- package/dist/components/p-b22ed1dd.entry.js +1 -0
- package/dist/components/{p-ecc73497.js → p-b74799f7.js} +1 -1
- package/dist/components/{p-3d790dea.js → p-c7a13d00.js} +1 -1
- package/dist/components/p-ef75393c.entry.js +1 -0
- package/dist/esm/{banner-fe82b75c.js → banner-014ee9ee.js} +1 -1
- package/dist/esm/{icon-6c6561ff.js → icon-a74a8129.js} +1 -1
- package/dist/esm/{icon-button-69b45dbb.js → icon-button-33aa27cb.js} +1 -1
- package/dist/esm/{icon-helper-83bf6296.js → icon-helper-2f57104b.js} +5 -0
- package/dist/esm/index.js +5 -5
- package/dist/esm/tooltip-bed548f4.js +331 -0
- package/dist/esm/vertex-banner.entry.js +2 -2
- package/dist/esm/vertex-icon-button.entry.js +2 -2
- package/dist/esm/vertex-icon.entry.js +2 -2
- package/dist/esm/vertex-tooltip.entry.js +1 -1
- package/dist/types/components/icon/icons/paper-airplane.d.ts +3 -0
- package/dist/types/types/icon.d.ts +1 -0
- package/package.json +3 -3
- package/dist/cjs/tooltip-9d097c55.js +0 -2188
- package/dist/components/p-155c38e2.entry.js +0 -1
- package/dist/components/p-45848878.js +0 -1
- package/dist/components/p-954c0e3a.entry.js +0 -1
- package/dist/components/p-cbfc041e.entry.js +0 -1
- package/dist/components/p-f4c3c58d.entry.js +0 -1
- package/dist/esm/tooltip-db8ebd41.js +0 -2186
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
const index = require('./index-6a92256c.js');
|
|
4
4
|
const index$1 = require('./index-e1b40fa6.js');
|
|
5
|
-
const iconHelper = require('./icon-helper-
|
|
5
|
+
const iconHelper = require('./icon-helper-c076290f.js');
|
|
6
6
|
|
|
7
7
|
const bannerCss = ":host{--banner-width:auto;--banner-min-width:25rem;--banner-max-width:35rem;--banner-white-space:normal}.anchor{position:fixed}.top-left{left:24px;top:24px}.top{left:50vw;top:24px}.top-right{right:24px;top:24px}.popover{position:fixed;--open-animation-name:open-fade-in;--close-animation-name:close-fade-out}.actions{display:flex;align-items:center;margin-left:auto}.close{cursor:pointer;margin-left:16px}.close:hover{color:var(--vertex-ui-blue-500)}.banner{position:relative;display:flex;align-items:center;width:var(--banner-width);min-width:var(--banner-min-width);max-width:var(--banner-max-width);padding:16px;font-family:var(--vertex-ui-font-family);font-size:var(--vertex-ui-text-base);border-radius:4px;white-space:var(--banner-white-space);user-select:none;filter:drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));border:1px solid var(--vertex-ui-neutral-300)}.banner.hidden{pointer-events:none}.icon{display:flex;margin-right:16px;justify-content:center;align-items:center;fill:currentColor;height:1.25rem;width:1.25rem}.icon-info{color:var(--vertex-ui-blue-600)}.icon-success{color:var(--vertex-ui-green-600)}.icon-warn{color:var(--vertex-ui-orange-600)}.icon-error{color:var(--vertex-ui-red-600)}.message{align-items:center}.info{background-color:var(--vertex-ui-blue-100);color:var(--vertex-ui-neutral-800)}.success{background-color:var(--vertex-ui-green-100);color:var(--vertex-ui-neutral-800)}.warn{background-color:var(--vertex-ui-orange-100);color:var(--vertex-ui-neutral-800)}.error{background-color:var(--vertex-ui-red-100);color:var(--vertex-ui-neutral-800)}";
|
|
8
8
|
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
const index = require('./index-6a92256c.js');
|
|
4
4
|
const index$1 = require('./index-e1b40fa6.js');
|
|
5
|
-
const iconHelper = require('./icon-helper-
|
|
5
|
+
const iconHelper = require('./icon-helper-c076290f.js');
|
|
6
6
|
|
|
7
7
|
const iconButtonCss = "button{border:none;background-color:transparent;font-family:var(--vertex-ui-font-family);font-size:0.875rem;padding:0}:host{--enabled-cursor:pointer;--disabled-cursor:not-allowed;--hover-background-color:var(--vertex-ui-neutral-300);--active-background-color:var(--vertex-ui-neutral-400);--focus-background-color:var(--vertex-ui-neutral-400);--hover-box-shadow:0 2px 2px rgb(0 0 0 / 20%);--active-box-shadow:none;--focus-box-shadow:0 0 0 1px var(--vertex-ui-neutral-900);--icon-margin:0px}.container{display:flex;justify-content:center;align-items:center;outline:none;fill:currentColor;color:currentColor;cursor:var(--enabled-cursor)}.container:not(.plain){border-radius:4px;padding:0.25rem}.icon-button{display:flex;position:relative;justify-content:center;align-items:center;fill:currentColor;height:var(--icon-size, 1.5rem);width:var(--icon-size, 1.5rem)}.icon-button svg{width:100%;height:100%;margin:var(--icon-margin, 0px)}.badge{position:absolute;top:0px;right:4px;justify-content:flex-end;align-items:flex-end}.floating{background-color:var(--vertex-ui-neutral-100);box-shadow:var(--vertex-ui-overlay-shadow);color:var(--vertex-ui-neutral-700);fill:var(--vertex-ui-neutral-700);opacity:0.95}.floating.disabled{color:var(--vertex-ui-neutral-400);cursor:var(--disabled-cursor)}.container:not(.disabled):not(.plain):hover{background-color:var(--hover-background-color);box-shadow:var(--hover-box-shadow)}.container:not(.disabled):not(.plain):active{background-color:var(--active-background-color);box-shadow:var(--active-box-shadow)}.container:not(.disabled):not(.plain):focus-visible{background-color:var(--focus-background-color);box-shadow:var(--focus-box-shadow);color:var(--vertex-ui-neutral-900)}.container.disabled:not(.floating){cursor:var(--disabled-cursor);color:var(--vertex-ui-neutral-400)}.container.primary:not(.disabled){color:var(--vertex-ui-blue-700)}.container.secondary:not(.disabled){color:var(--vertex-ui-neutral-800)}.xs{height:var(--icon-size, 0.75rem);width:var(--icon-size, 0.75rem)}.sm{height:var(--icon-size, 1rem);width:var(--icon-size, 1rem)}.md{height:var(--icon-size, 1.5rem);width:var(--icon-size, 1.5rem)}.lg{height:var(--icon-size, 2rem);width:var(--icon-size, 2rem)}";
|
|
8
8
|
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
const index = require('./index-6a92256c.js');
|
|
4
4
|
const index$1 = require('./index-e1b40fa6.js');
|
|
5
|
-
const iconHelper = require('./icon-helper-
|
|
5
|
+
const iconHelper = require('./icon-helper-c076290f.js');
|
|
6
6
|
|
|
7
7
|
const iconCss = ".container{display:flex;justify-content:center;align-items:center;width:100%;height:100%}.icon{display:flex;justify-content:center;align-items:center;fill:currentColor}.xs{height:var(--icon-size, 0.75rem);width:var(--icon-size, 0.75rem)}.sm{height:var(--icon-size, 1rem);width:var(--icon-size, 1rem)}.md{height:var(--icon-size, 1.5rem);width:var(--icon-size, 1.5rem)}.lg{height:var(--icon-size, 2rem);width:var(--icon-size, 2rem)}svg{position:relative;width:100%}";
|
|
8
8
|
|
|
@@ -308,6 +308,9 @@ const OpenWindow = () => (index.h("svg", { xmlns: "http://www.w3.org/2000/svg",
|
|
|
308
308
|
const Pan = () => (index.h("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", "data-testid": "pan" },
|
|
309
309
|
index.h("polygon", { points: "15 8 13 6 13 7.5 8.5 7.5 8.5 3 10 3 8 1 6 3 7.5 3 7.5 7.5 3 7.5 3 6 1 8 3 10 3 8.5 7.5 8.5 7.5 13 6 13 8 15 10 13 8.5 13 8.5 8.5 13 8.5 13 10 15 8" })));
|
|
310
310
|
|
|
311
|
+
const PaperAirplane = () => (index.h("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", "data-testid": "paper-airplane" },
|
|
312
|
+
index.h("path", { d: "M10.173 15.005c-.17 0-.33-.09-.42-.23l-3.31-5.2-5.21-3.32a.507.507 0 0 1-.23-.48c.02-.19.16-.35.34-.41l13-4.34c.18-.06.38-.01.51.12s.18.33.12.51l-4.33 13c-.06.18-.22.31-.41.34h-.06v.01Zm-2.74-5.73 2.59 4.07 3.69-11.06-11.06 3.7 4.07 2.59 3.57-3.57c.2-.2.51-.2.71 0 .2.2.2.51 0 .71l-3.57 3.57v-.01Z" })));
|
|
313
|
+
|
|
311
314
|
const Pencil = () => (index.h("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", "data-testid": "pencil" },
|
|
312
315
|
index.h("path", { d: "M14,3.28,12.72,2a1.71,1.71,0,0,0-2.44,0L2.81,9.48a3.9,3.9,0,0,0-1,1.81h0l-.65,2.59h0l0,.2a.79.79,0,0,0,.8.8l.2,0,2.59-.65h0a3.9,3.9,0,0,0,1.81-1L14,5.72a1.71,1.71,0,0,0,0-2.44Zm-8.18,9.2a2.85,2.85,0,0,1-1.35.76h0l-.17,0L2.71,11.71l0-.17h0a2.85,2.85,0,0,1,.76-1.35l6-6L11.8,6.49ZM13.28,5l-.77.78L10.25,3.46,11,2.72a.7.7,0,0,1,1,0L13.28,4a.7.7,0,0,1,0,1Z" })));
|
|
313
316
|
|
|
@@ -635,6 +638,8 @@ function getSvg(name) {
|
|
|
635
638
|
return index.h(OpenWindow, null);
|
|
636
639
|
case 'pan':
|
|
637
640
|
return index.h(Pan, null);
|
|
641
|
+
case 'paper-airplane':
|
|
642
|
+
return index.h(PaperAirplane, null);
|
|
638
643
|
case 'pencil':
|
|
639
644
|
return index.h(Pencil, null);
|
|
640
645
|
case 'person-height':
|
package/dist/cjs/index.cjs.js
CHANGED
|
@@ -6,7 +6,7 @@ const autoResizeTextarea = require('./auto-resize-textarea-deb05359.js');
|
|
|
6
6
|
const avatar = require('./avatar-e69bb687.js');
|
|
7
7
|
const avatarGroup = require('./avatar-group-d2af53e4.js');
|
|
8
8
|
const badge = require('./badge-d39ac1fc.js');
|
|
9
|
-
const banner = require('./banner-
|
|
9
|
+
const banner = require('./banner-08c5f50b.js');
|
|
10
10
|
const button = require('./button-e63d25b1.js');
|
|
11
11
|
const card = require('./card-ae9e8a8f.js');
|
|
12
12
|
const cardGroup = require('./card-group-da93e610.js');
|
|
@@ -22,8 +22,8 @@ const draggablePopover = require('./draggable-popover-edf23d3a.js');
|
|
|
22
22
|
const dropdownMenu = require('./dropdown-menu-5ae03a72.js');
|
|
23
23
|
const expandable = require('./expandable-b1cd4f0b.js');
|
|
24
24
|
const helpTooltip = require('./help-tooltip-f72eccc7.js');
|
|
25
|
-
const icon = require('./icon-
|
|
26
|
-
const iconButton = require('./icon-button-
|
|
25
|
+
const icon = require('./icon-dce835e0.js');
|
|
26
|
+
const iconButton = require('./icon-button-8c4a9cd6.js');
|
|
27
27
|
const logoLoading = require('./logo-loading-4d49fedf.js');
|
|
28
28
|
const menu = require('./menu-d1ecf43b.js');
|
|
29
29
|
const menuDivider = require('./menu-divider-5bdebe5d.js');
|
|
@@ -42,11 +42,11 @@ const tabs = require('./tabs-6f3e76e1.js');
|
|
|
42
42
|
const textField = require('./text-field-bccbde1f.js');
|
|
43
43
|
const toast = require('./toast-bee7f47b.js');
|
|
44
44
|
const toggle = require('./toggle-a5dde469.js');
|
|
45
|
-
const tooltip = require('./tooltip-
|
|
45
|
+
const tooltip = require('./tooltip-634eb8c9.js');
|
|
46
46
|
require('./index-6a92256c.js');
|
|
47
47
|
require('./slots-fb5ac359.js');
|
|
48
48
|
require('./index-e1b40fa6.js');
|
|
49
|
-
require('./icon-helper-
|
|
49
|
+
require('./icon-helper-c076290f.js');
|
|
50
50
|
require('./lib-1bd1e383.js');
|
|
51
51
|
require('./templates-e7b3ffbb.js');
|
|
52
52
|
require('./tslib.es6-838fd860.js');
|
|
@@ -0,0 +1,333 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
const index = require('./index-6a92256c.js');
|
|
4
|
+
const tslib_es6 = require('./tslib.es6-838fd860.js');
|
|
5
|
+
const index$1 = require('./index-e1b40fa6.js');
|
|
6
|
+
const dom = require('./dom-a2c535e3.js');
|
|
7
|
+
const slots = require('./slots-fb5ac359.js');
|
|
8
|
+
|
|
9
|
+
/**
|
|
10
|
+
* A module for defining functional schemas to map between different types. This
|
|
11
|
+
* module is useful for parsing to or from JSON/protobufs to domain types.
|
|
12
|
+
*
|
|
13
|
+
* Mappers support greedy validation, so all validation errors are aggregated
|
|
14
|
+
* and reported vs failing on the first invalid input.
|
|
15
|
+
*
|
|
16
|
+
* @example
|
|
17
|
+
*
|
|
18
|
+
* ```ts
|
|
19
|
+
* import { Mapper as M } from '@vertexvis/utils';
|
|
20
|
+
*
|
|
21
|
+
* interface Address {
|
|
22
|
+
* address: string;
|
|
23
|
+
* city: string;
|
|
24
|
+
* state: string;
|
|
25
|
+
* zip: string;
|
|
26
|
+
* }
|
|
27
|
+
*
|
|
28
|
+
* interface Person {
|
|
29
|
+
* name: string;
|
|
30
|
+
* addresses: Address[];
|
|
31
|
+
* }
|
|
32
|
+
*
|
|
33
|
+
* type AddressJson = Partial<Address>;
|
|
34
|
+
* type PersonJson = {
|
|
35
|
+
* name?: string;
|
|
36
|
+
* addresses?: AddressJson[];
|
|
37
|
+
* }
|
|
38
|
+
*
|
|
39
|
+
* const mapAddress: M.Func<AddressJson, Address> = M.defineMapper(
|
|
40
|
+
* M.read(
|
|
41
|
+
* M.requireProp('address'),
|
|
42
|
+
* M.requireProp('city'),
|
|
43
|
+
* M.requireProp('state'),
|
|
44
|
+
* M.requireProp('zip')
|
|
45
|
+
* ),
|
|
46
|
+
* ([address, city, state, zip]) => ({
|
|
47
|
+
* address, city, state, zip
|
|
48
|
+
* })
|
|
49
|
+
* );
|
|
50
|
+
*
|
|
51
|
+
* const mapPerson: M.Func<PersonJson, Person> = M.defineMapper(
|
|
52
|
+
* M.read(
|
|
53
|
+
* M.requireProp('name'),
|
|
54
|
+
* M.mapProp(
|
|
55
|
+
* 'addresses',
|
|
56
|
+
* M.compose(M.required('addresses'), M.mapArray(mapAddress))
|
|
57
|
+
* )
|
|
58
|
+
* ),
|
|
59
|
+
* ([name, addresses]) => ({ name, addresses })
|
|
60
|
+
* );
|
|
61
|
+
*
|
|
62
|
+
* const person = mapPerson({
|
|
63
|
+
* name: 'John',
|
|
64
|
+
* addresses: [{ address: '123', city: 'Ames', state: 'IA', zip: '50010' }]
|
|
65
|
+
* });
|
|
66
|
+
*
|
|
67
|
+
* const invalidPerson = mapPerson({
|
|
68
|
+
* addresses: [{ city: 'Ames', state: 'IA', zip: '50010' }]
|
|
69
|
+
* });
|
|
70
|
+
* ```
|
|
71
|
+
* // {
|
|
72
|
+
* // errors: ["Name is required.", "Address is required."]
|
|
73
|
+
* // }
|
|
74
|
+
*
|
|
75
|
+
* @module
|
|
76
|
+
*/
|
|
77
|
+
/**
|
|
78
|
+
* An error that is thrown when validation of a schema fails.
|
|
79
|
+
*
|
|
80
|
+
* @see {@link ifInvalidThrow} - for throwing errors on invalid input.
|
|
81
|
+
*/
|
|
82
|
+
/** @class */ ((function (_super) {
|
|
83
|
+
tslib_es6.__extends(MapperValidationError, _super);
|
|
84
|
+
function MapperValidationError(errors) {
|
|
85
|
+
var _this = _super.call(this, 'Validation error mapping object.') || this;
|
|
86
|
+
_this.errors = errors;
|
|
87
|
+
Object.setPrototypeOf(_this, MapperValidationError.prototype);
|
|
88
|
+
return _this;
|
|
89
|
+
}
|
|
90
|
+
return MapperValidationError;
|
|
91
|
+
})(Error));
|
|
92
|
+
|
|
93
|
+
// Unique ID creation requires a high quality random # generator. In the browser we therefore
|
|
94
|
+
// require the crypto API and do not support built-in fallback to lower quality random number
|
|
95
|
+
// generators (like Math.random()).
|
|
96
|
+
var getRandomValues;
|
|
97
|
+
var rnds8 = new Uint8Array(16);
|
|
98
|
+
function rng() {
|
|
99
|
+
// lazy load so that environments that need to polyfill have a chance to do so
|
|
100
|
+
if (!getRandomValues) {
|
|
101
|
+
// getRandomValues needs to be invoked in a context where "this" is a Crypto implementation. Also,
|
|
102
|
+
// find the complete implementation of crypto (msCrypto) on IE11.
|
|
103
|
+
getRandomValues = typeof crypto !== 'undefined' && crypto.getRandomValues && crypto.getRandomValues.bind(crypto) || typeof msCrypto !== 'undefined' && typeof msCrypto.getRandomValues === 'function' && msCrypto.getRandomValues.bind(msCrypto);
|
|
104
|
+
|
|
105
|
+
if (!getRandomValues) {
|
|
106
|
+
throw new Error('crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported');
|
|
107
|
+
}
|
|
108
|
+
}
|
|
109
|
+
|
|
110
|
+
return getRandomValues(rnds8);
|
|
111
|
+
}
|
|
112
|
+
|
|
113
|
+
var REGEX = /^(?:[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}|00000000-0000-0000-0000-000000000000)$/i;
|
|
114
|
+
|
|
115
|
+
function validate(uuid) {
|
|
116
|
+
return typeof uuid === 'string' && REGEX.test(uuid);
|
|
117
|
+
}
|
|
118
|
+
|
|
119
|
+
/**
|
|
120
|
+
* Convert array of 16 byte values to UUID string format of the form:
|
|
121
|
+
* XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX
|
|
122
|
+
*/
|
|
123
|
+
|
|
124
|
+
var byteToHex = [];
|
|
125
|
+
|
|
126
|
+
for (var i = 0; i < 256; ++i) {
|
|
127
|
+
byteToHex.push((i + 0x100).toString(16).substr(1));
|
|
128
|
+
}
|
|
129
|
+
|
|
130
|
+
function stringify(arr) {
|
|
131
|
+
var offset = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : 0;
|
|
132
|
+
// Note: Be careful editing this code! It's been tuned for performance
|
|
133
|
+
// and works in ways you may not expect. See https://github.com/uuidjs/uuid/pull/434
|
|
134
|
+
var uuid = (byteToHex[arr[offset + 0]] + byteToHex[arr[offset + 1]] + byteToHex[arr[offset + 2]] + byteToHex[arr[offset + 3]] + '-' + byteToHex[arr[offset + 4]] + byteToHex[arr[offset + 5]] + '-' + byteToHex[arr[offset + 6]] + byteToHex[arr[offset + 7]] + '-' + byteToHex[arr[offset + 8]] + byteToHex[arr[offset + 9]] + '-' + byteToHex[arr[offset + 10]] + byteToHex[arr[offset + 11]] + byteToHex[arr[offset + 12]] + byteToHex[arr[offset + 13]] + byteToHex[arr[offset + 14]] + byteToHex[arr[offset + 15]]).toLowerCase(); // Consistency check for valid UUID. If this throws, it's likely due to one
|
|
135
|
+
// of the following:
|
|
136
|
+
// - One or more input array values don't map to a hex octet (leading to
|
|
137
|
+
// "undefined" in the uuid)
|
|
138
|
+
// - Invalid input values for the RFC `version` or `variant` fields
|
|
139
|
+
|
|
140
|
+
if (!validate(uuid)) {
|
|
141
|
+
throw TypeError('Stringified UUID is invalid');
|
|
142
|
+
}
|
|
143
|
+
|
|
144
|
+
return uuid;
|
|
145
|
+
}
|
|
146
|
+
|
|
147
|
+
function v4(options, buf, offset) {
|
|
148
|
+
options = options || {};
|
|
149
|
+
var rnds = options.random || (options.rng || rng)(); // Per 4.4, set bits for version and `clock_seq_hi_and_reserved`
|
|
150
|
+
|
|
151
|
+
rnds[6] = rnds[6] & 0x0f | 0x40;
|
|
152
|
+
rnds[8] = rnds[8] & 0x3f | 0x80; // Copy bytes to buffer, if provided
|
|
153
|
+
|
|
154
|
+
if (buf) {
|
|
155
|
+
offset = offset || 0;
|
|
156
|
+
|
|
157
|
+
for (var i = 0; i < 16; ++i) {
|
|
158
|
+
buf[offset + i] = rnds[i];
|
|
159
|
+
}
|
|
160
|
+
|
|
161
|
+
return buf;
|
|
162
|
+
}
|
|
163
|
+
|
|
164
|
+
return stringify(rnds);
|
|
165
|
+
}
|
|
166
|
+
|
|
167
|
+
function create() {
|
|
168
|
+
return v4();
|
|
169
|
+
}
|
|
170
|
+
function fromMsbLsb(msb, lsb) {
|
|
171
|
+
function digits(val, ds) {
|
|
172
|
+
var hi = BigInt(1) << (ds * BigInt(4));
|
|
173
|
+
return (hi | (val & (hi - BigInt(1)))).toString(16).substring(1);
|
|
174
|
+
}
|
|
175
|
+
var msbB = typeof msb === 'string' ? BigInt(msb) : msb;
|
|
176
|
+
var lsbB = typeof lsb === 'string' ? BigInt(lsb) : lsb;
|
|
177
|
+
var sec1 = digits(msbB >> BigInt(32), BigInt(8));
|
|
178
|
+
var sec2 = digits(msbB >> BigInt(16), BigInt(4));
|
|
179
|
+
var sec3 = digits(msbB, BigInt(4));
|
|
180
|
+
var sec4 = digits(lsbB >> BigInt(48), BigInt(4));
|
|
181
|
+
var sec5 = digits(lsbB, BigInt(12));
|
|
182
|
+
return "".concat(sec1, "-").concat(sec2, "-").concat(sec3, "-").concat(sec4, "-").concat(sec5);
|
|
183
|
+
}
|
|
184
|
+
function toMsbLsb(id) {
|
|
185
|
+
var _a = tslib_es6.__read(id.split('-'), 5), c1 = _a[0], c2 = _a[1], c3 = _a[2], c4 = _a[3], c5 = _a[4];
|
|
186
|
+
if (c1 == null || c2 == null || c3 == null || c4 == null || c5 == null) {
|
|
187
|
+
throw new Error("Invalid UUID string ".concat(id));
|
|
188
|
+
}
|
|
189
|
+
var msb = BigInt.asIntN(64, BigInt("0x".concat(c1 + c2 + c3)));
|
|
190
|
+
var lsb = BigInt.asIntN(64, BigInt("0x".concat(c4 + c5)));
|
|
191
|
+
return { msb: msb.toString(), lsb: lsb.toString() };
|
|
192
|
+
}
|
|
193
|
+
|
|
194
|
+
var uuid = /*#__PURE__*/Object.freeze({
|
|
195
|
+
__proto__: null,
|
|
196
|
+
create: create,
|
|
197
|
+
fromMsbLsb: fromMsbLsb,
|
|
198
|
+
toMsbLsb: toMsbLsb
|
|
199
|
+
});
|
|
200
|
+
|
|
201
|
+
const tooltipCss = ":host{--tooltip-width:auto;--tooltip-white-space:normal;display:flex}.popover{width:100%;height:100%}.target{display:flex;width:100%;height:100%}.content-hidden{display:none}.tooltip{display:flex;justify-content:center;text-align:center;width:var(--tooltip-width);font-family:var(--vertex-ui-font-family);font-size:var(--vertex-ui-text-xxs);background-color:var(--vertex-ui-neutral-700);color:var(--vertex-ui-white);padding:0.25rem 0.5rem;border-radius:4px;pointer-events:none;white-space:var(--tooltip-white-space);user-select:none}.tooltip.hidden{display:none}";
|
|
202
|
+
|
|
203
|
+
const TOOLTIP_OPEN_DELAY = 500;
|
|
204
|
+
const Tooltip = class {
|
|
205
|
+
constructor(hostRef) {
|
|
206
|
+
index.registerInstance(this, hostRef);
|
|
207
|
+
this.pointerEntered = false;
|
|
208
|
+
this.content = undefined;
|
|
209
|
+
this.disabled = undefined;
|
|
210
|
+
this.placement = 'bottom';
|
|
211
|
+
this.delay = TOOLTIP_OPEN_DELAY;
|
|
212
|
+
this.animated = true;
|
|
213
|
+
this.open = false;
|
|
214
|
+
this.handlePointerEnter = this.handlePointerEnter.bind(this);
|
|
215
|
+
this.handlePointerLeave = this.handlePointerLeave.bind(this);
|
|
216
|
+
this.handleContentChange = this.handleContentChange.bind(this);
|
|
217
|
+
this.handleDisabledChange = this.handleDisabledChange.bind(this);
|
|
218
|
+
this.tooltipId = `vertex-tooltip-${uuid.create()}`;
|
|
219
|
+
}
|
|
220
|
+
disconnectedCallback() {
|
|
221
|
+
this.removeElement();
|
|
222
|
+
this.clearOpenTimeout();
|
|
223
|
+
this.pointerEntered = false;
|
|
224
|
+
}
|
|
225
|
+
handleContentChange() {
|
|
226
|
+
if (this.internalContentElement != null) {
|
|
227
|
+
this.updateContentElementChildren(this.internalContentElement);
|
|
228
|
+
}
|
|
229
|
+
}
|
|
230
|
+
handleDisabledChange() {
|
|
231
|
+
if (this.internalContentElement != null) {
|
|
232
|
+
this.updateContentElementClass(this.internalContentElement);
|
|
233
|
+
}
|
|
234
|
+
if (!this.disabled && this.pointerEntered) {
|
|
235
|
+
this.handlePointerEnter();
|
|
236
|
+
}
|
|
237
|
+
}
|
|
238
|
+
render() {
|
|
239
|
+
return (index.h(index.Host, null, index.h("div", { class: "target", ref: (el) => {
|
|
240
|
+
this.targetElement = el;
|
|
241
|
+
}, onPointerEnter: this.handlePointerEnter, onPointerLeave: this.handlePointerLeave }, index.h("slot", null)), index.h("div", { class: "content-hidden", ref: (el) => {
|
|
242
|
+
this.contentElement = el;
|
|
243
|
+
} }, index.h("slot", { name: "content", onSlotchange: this.handleContentChange }))));
|
|
244
|
+
}
|
|
245
|
+
addElement() {
|
|
246
|
+
if (this.targetElement != null) {
|
|
247
|
+
const popover = this.createPopoverElement(this.targetElement);
|
|
248
|
+
const content = this.createContentElement();
|
|
249
|
+
this.updateContentElementChildren(content);
|
|
250
|
+
popover.appendChild(content);
|
|
251
|
+
this.hostElement.ownerDocument.body.appendChild(popover);
|
|
252
|
+
}
|
|
253
|
+
}
|
|
254
|
+
removeElement() {
|
|
255
|
+
const popover = this.hostElement.ownerDocument.getElementById(this.tooltipId);
|
|
256
|
+
if (popover != null) {
|
|
257
|
+
popover.remove();
|
|
258
|
+
}
|
|
259
|
+
this.internalContentElement = undefined;
|
|
260
|
+
}
|
|
261
|
+
createPopoverElement(anchorElement) {
|
|
262
|
+
const popover = this.hostElement.ownerDocument.createElement('vertex-popover');
|
|
263
|
+
popover.id = this.tooltipId;
|
|
264
|
+
popover.setAttribute('class', 'vertex-tooltip-popover');
|
|
265
|
+
popover.open = this.open;
|
|
266
|
+
popover.resizeBehavior = 'fixed';
|
|
267
|
+
popover.backdrop = false;
|
|
268
|
+
popover.placement = this.placement;
|
|
269
|
+
popover.animated = this.animated;
|
|
270
|
+
popover.anchorBounds = dom.getBoundingClientRect(anchorElement);
|
|
271
|
+
return popover;
|
|
272
|
+
}
|
|
273
|
+
createContentElement() {
|
|
274
|
+
this.internalContentElement =
|
|
275
|
+
this.hostElement.ownerDocument.createElement('div');
|
|
276
|
+
this.internalContentElement.setAttribute('class', index$1.classnames('vertex-tooltip-content', {
|
|
277
|
+
hidden: !this.open || this.disabled,
|
|
278
|
+
}));
|
|
279
|
+
return this.internalContentElement;
|
|
280
|
+
}
|
|
281
|
+
updateContentElementClass(element) {
|
|
282
|
+
element.setAttribute('class', index$1.classnames('vertex-tooltip-content', {
|
|
283
|
+
hidden: !this.open || this.disabled,
|
|
284
|
+
}));
|
|
285
|
+
}
|
|
286
|
+
updateContentElementChildren(element) {
|
|
287
|
+
var _a;
|
|
288
|
+
this.displayedSlottedContent =
|
|
289
|
+
(_a = slots.getSlottedContent(this.contentElement)) !== null && _a !== void 0 ? _a : this.displayedSlottedContent;
|
|
290
|
+
if (this.content != null) {
|
|
291
|
+
element.innerText = this.content;
|
|
292
|
+
}
|
|
293
|
+
else if (this.displayedSlottedContent != null) {
|
|
294
|
+
element.appendChild(this.displayedSlottedContent);
|
|
295
|
+
}
|
|
296
|
+
}
|
|
297
|
+
handlePointerEnter() {
|
|
298
|
+
if (this.openTimeout == null && !this.disabled) {
|
|
299
|
+
this.createOpenTimeout();
|
|
300
|
+
}
|
|
301
|
+
else if (this.openTimeout == null) {
|
|
302
|
+
this.pointerEntered = true;
|
|
303
|
+
}
|
|
304
|
+
}
|
|
305
|
+
handlePointerLeave() {
|
|
306
|
+
this.clearOpenTimeout();
|
|
307
|
+
this.removeElement();
|
|
308
|
+
this.open = false;
|
|
309
|
+
this.pointerEntered = false;
|
|
310
|
+
}
|
|
311
|
+
createOpenTimeout() {
|
|
312
|
+
this.openTimeout = setTimeout(() => {
|
|
313
|
+
this.open = true;
|
|
314
|
+
this.openTimeout = undefined;
|
|
315
|
+
this.addElement();
|
|
316
|
+
}, this.delay);
|
|
317
|
+
this.pointerEntered = false;
|
|
318
|
+
}
|
|
319
|
+
clearOpenTimeout() {
|
|
320
|
+
if (this.openTimeout != null) {
|
|
321
|
+
clearTimeout(this.openTimeout);
|
|
322
|
+
this.openTimeout = undefined;
|
|
323
|
+
}
|
|
324
|
+
}
|
|
325
|
+
get hostElement() { return index.getElement(this); }
|
|
326
|
+
static get watchers() { return {
|
|
327
|
+
"content": ["handleContentChange"],
|
|
328
|
+
"disabled": ["handleDisabledChange"]
|
|
329
|
+
}; }
|
|
330
|
+
};
|
|
331
|
+
Tooltip.style = tooltipCss;
|
|
332
|
+
|
|
333
|
+
exports.Tooltip = Tooltip;
|
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
const banner = require('./banner-
|
|
5
|
+
const banner = require('./banner-08c5f50b.js');
|
|
6
6
|
require('./index-6a92256c.js');
|
|
7
7
|
require('./index-e1b40fa6.js');
|
|
8
|
-
require('./icon-helper-
|
|
8
|
+
require('./icon-helper-c076290f.js');
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
|
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
const iconButton = require('./icon-button-
|
|
5
|
+
const iconButton = require('./icon-button-8c4a9cd6.js');
|
|
6
6
|
require('./index-6a92256c.js');
|
|
7
7
|
require('./index-e1b40fa6.js');
|
|
8
|
-
require('./icon-helper-
|
|
8
|
+
require('./icon-helper-c076290f.js');
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
|
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
const icon = require('./icon-
|
|
5
|
+
const icon = require('./icon-dce835e0.js');
|
|
6
6
|
require('./index-6a92256c.js');
|
|
7
7
|
require('./index-e1b40fa6.js');
|
|
8
|
-
require('./icon-helper-
|
|
8
|
+
require('./icon-helper-c076290f.js');
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
const tooltip = require('./tooltip-
|
|
5
|
+
const tooltip = require('./tooltip-634eb8c9.js');
|
|
6
6
|
require('./index-6a92256c.js');
|
|
7
7
|
require('./tslib.es6-838fd860.js');
|
|
8
8
|
require('./index-e1b40fa6.js');
|
|
@@ -85,6 +85,7 @@ import { Notification } from './icons/notification';
|
|
|
85
85
|
import { Open } from './icons/open';
|
|
86
86
|
import { OpenWindow } from './icons/open-window';
|
|
87
87
|
import { Pan } from './icons/pan';
|
|
88
|
+
import { PaperAirplane } from './icons/paper-airplane';
|
|
88
89
|
import { Pencil } from './icons/pencil';
|
|
89
90
|
import { PersonHeight } from './icons/person-height';
|
|
90
91
|
import { PersonRun } from './icons/person-run';
|
|
@@ -298,6 +299,8 @@ export function getSvg(name) {
|
|
|
298
299
|
return h(OpenWindow, null);
|
|
299
300
|
case 'pan':
|
|
300
301
|
return h(Pan, null);
|
|
302
|
+
case 'paper-airplane':
|
|
303
|
+
return h(PaperAirplane, null);
|
|
301
304
|
case 'pencil':
|
|
302
305
|
return h(Pencil, null);
|
|
303
306
|
case 'person-height':
|
|
@@ -33,7 +33,7 @@ export class Icon {
|
|
|
33
33
|
"mutable": false,
|
|
34
34
|
"complexType": {
|
|
35
35
|
"original": "IconName",
|
|
36
|
-
"resolved": "\"compare\" | \"help\" | \"open\" | \"expand\" | \"info\" | \"copy\" | \"menu\" | \"ellipse\" | \"line\" | \"download\" | \"rotate\" | \"close\" | \"adjustments\" | \"align-to-global\" | \"align-to-part\" | \"align-to-surface\" | \"align-view-to-plane\" | \"annotation\" | \"arrow-filled\" | \"arrow-left-circled\" | \"arrow-line-left\" | \"arrow-line-right\" | \"arrow-partial\" | \"arrow-right-circled\" | \"arrow-triangle-left\" | \"arrow-triangle-right\" | \"arrow-up-circled\" | \"attachment\" | \"axis-x\" | \"axis-y\" | \"axis-z\" | \"back\" | \"box-cursor\" | \"box-select\" | \"camera\" | \"camera-add\" | \"caret-down\" | \"caret-left\" | \"caret-right\" | \"caret-up\" | \"caution\" | \"check\" | \"check-circle\" | \"chevron-down\" | \"chevron-left\" | \"chevron-right\" | \"chevron-up\" | \"circle-outline\" | \"close-circle\" | \"close-circle-fill\" | \"collapse-all\" | \"columns\" | \"columns-add\" | \"comment-add\" | \"comment-filled\" | \"comment-reopen\" | \"comment-resolve\" | \"comment-show\" | \"compress\" | \"cross-section\" | \"cube-orthographic\" | \"cube-perspective\" | \"cube-stack\" | \"delete\" | \"drag-indicator\" | \"error-circle\" | \"expand-all\" | \"export\" | \"file\" | \"file-folder\" | \"file-pdf\" | \"fit-all\" | \"fit-selected\" | \"flip\" | \"folder-plus\" | \"forward\" | \"gear\" | \"invert\" | \"line-dot-left\" | \"line-dot-right\" | \"line-hash-left\" | \"line-hash-right\" | \"locate\" | \"markup\" | \"notification\" | \"open-window\" | \"pan\" | \"pencil\" | \"person-height\" | \"person-run\" | \"person-short\" | \"person-tall\" | \"person-walk\" | \"pin-fill\" | \"pin-line\" | \"pin-text\" | \"pin-text-fill\" | \"pin-text-square\" | \"plus\" | \"plus-with-arrow\" | \"pmi\" | \"precise-measurement\" | \"rabbit\" | \"report\" | \"reset\" | \"resize\" | \"ruler\" | \"search\" | \"show-only-nearby\" | \"snapshots\" | \"square-dot-outline\" | \"star\" | \"tape-measure\" | \"teleport\" | \"teleport-and-align\" | \"teleport-toward\" | \"turtle\" | \"update\" | \"version-history\" | \"views\" | \"visibility-hidden\" | \"visibility-partial\" | \"visibility-visible\" | \"workspace-add\" | \"zoom\"",
|
|
36
|
+
"resolved": "\"compare\" | \"help\" | \"open\" | \"expand\" | \"info\" | \"copy\" | \"menu\" | \"ellipse\" | \"line\" | \"download\" | \"rotate\" | \"close\" | \"adjustments\" | \"align-to-global\" | \"align-to-part\" | \"align-to-surface\" | \"align-view-to-plane\" | \"annotation\" | \"arrow-filled\" | \"arrow-left-circled\" | \"arrow-line-left\" | \"arrow-line-right\" | \"arrow-partial\" | \"arrow-right-circled\" | \"arrow-triangle-left\" | \"arrow-triangle-right\" | \"arrow-up-circled\" | \"attachment\" | \"axis-x\" | \"axis-y\" | \"axis-z\" | \"back\" | \"box-cursor\" | \"box-select\" | \"camera\" | \"camera-add\" | \"caret-down\" | \"caret-left\" | \"caret-right\" | \"caret-up\" | \"caution\" | \"check\" | \"check-circle\" | \"chevron-down\" | \"chevron-left\" | \"chevron-right\" | \"chevron-up\" | \"circle-outline\" | \"close-circle\" | \"close-circle-fill\" | \"collapse-all\" | \"columns\" | \"columns-add\" | \"comment-add\" | \"comment-filled\" | \"comment-reopen\" | \"comment-resolve\" | \"comment-show\" | \"compress\" | \"cross-section\" | \"cube-orthographic\" | \"cube-perspective\" | \"cube-stack\" | \"delete\" | \"drag-indicator\" | \"error-circle\" | \"expand-all\" | \"export\" | \"file\" | \"file-folder\" | \"file-pdf\" | \"fit-all\" | \"fit-selected\" | \"flip\" | \"folder-plus\" | \"forward\" | \"gear\" | \"invert\" | \"line-dot-left\" | \"line-dot-right\" | \"line-hash-left\" | \"line-hash-right\" | \"locate\" | \"markup\" | \"notification\" | \"open-window\" | \"pan\" | \"paper-airplane\" | \"pencil\" | \"person-height\" | \"person-run\" | \"person-short\" | \"person-tall\" | \"person-walk\" | \"pin-fill\" | \"pin-line\" | \"pin-text\" | \"pin-text-fill\" | \"pin-text-square\" | \"plus\" | \"plus-with-arrow\" | \"pmi\" | \"precise-measurement\" | \"rabbit\" | \"report\" | \"reset\" | \"resize\" | \"ruler\" | \"search\" | \"show-only-nearby\" | \"snapshots\" | \"square-dot-outline\" | \"star\" | \"tape-measure\" | \"teleport\" | \"teleport-and-align\" | \"teleport-toward\" | \"turtle\" | \"update\" | \"version-history\" | \"views\" | \"visibility-hidden\" | \"visibility-partial\" | \"visibility-visible\" | \"workspace-add\" | \"zoom\"",
|
|
37
37
|
"references": {
|
|
38
38
|
"IconName": {
|
|
39
39
|
"location": "import",
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import { h } from '@stencil/core';
|
|
2
|
+
export const PaperAirplane = () => (h("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", "data-testid": "paper-airplane" }, h("path", { d: "M10.173 15.005c-.17 0-.33-.09-.42-.23l-3.31-5.2-5.21-3.32a.507.507 0 0 1-.23-.48c.02-.19.16-.35.34-.41l13-4.34c.18-.06.38-.01.51.12s.18.33.12.51l-4.33 13c-.06.18-.22.31-.41.34h-.06v.01Zm-2.74-5.73 2.59 4.07 3.69-11.06-11.06 3.7 4.07 2.59 3.57-3.57c.2-.2.51-.2.71 0 .2.2.2.51 0 .71l-3.57 3.57v-.01Z" })));
|
|
@@ -50,7 +50,7 @@ export class IconButton {
|
|
|
50
50
|
"mutable": false,
|
|
51
51
|
"complexType": {
|
|
52
52
|
"original": "IconName",
|
|
53
|
-
"resolved": "\"compare\" | \"help\" | \"open\" | \"expand\" | \"info\" | \"copy\" | \"menu\" | \"ellipse\" | \"line\" | \"download\" | \"rotate\" | \"close\" | \"adjustments\" | \"align-to-global\" | \"align-to-part\" | \"align-to-surface\" | \"align-view-to-plane\" | \"annotation\" | \"arrow-filled\" | \"arrow-left-circled\" | \"arrow-line-left\" | \"arrow-line-right\" | \"arrow-partial\" | \"arrow-right-circled\" | \"arrow-triangle-left\" | \"arrow-triangle-right\" | \"arrow-up-circled\" | \"attachment\" | \"axis-x\" | \"axis-y\" | \"axis-z\" | \"back\" | \"box-cursor\" | \"box-select\" | \"camera\" | \"camera-add\" | \"caret-down\" | \"caret-left\" | \"caret-right\" | \"caret-up\" | \"caution\" | \"check\" | \"check-circle\" | \"chevron-down\" | \"chevron-left\" | \"chevron-right\" | \"chevron-up\" | \"circle-outline\" | \"close-circle\" | \"close-circle-fill\" | \"collapse-all\" | \"columns\" | \"columns-add\" | \"comment-add\" | \"comment-filled\" | \"comment-reopen\" | \"comment-resolve\" | \"comment-show\" | \"compress\" | \"cross-section\" | \"cube-orthographic\" | \"cube-perspective\" | \"cube-stack\" | \"delete\" | \"drag-indicator\" | \"error-circle\" | \"expand-all\" | \"export\" | \"file\" | \"file-folder\" | \"file-pdf\" | \"fit-all\" | \"fit-selected\" | \"flip\" | \"folder-plus\" | \"forward\" | \"gear\" | \"invert\" | \"line-dot-left\" | \"line-dot-right\" | \"line-hash-left\" | \"line-hash-right\" | \"locate\" | \"markup\" | \"notification\" | \"open-window\" | \"pan\" | \"pencil\" | \"person-height\" | \"person-run\" | \"person-short\" | \"person-tall\" | \"person-walk\" | \"pin-fill\" | \"pin-line\" | \"pin-text\" | \"pin-text-fill\" | \"pin-text-square\" | \"plus\" | \"plus-with-arrow\" | \"pmi\" | \"precise-measurement\" | \"rabbit\" | \"report\" | \"reset\" | \"resize\" | \"ruler\" | \"search\" | \"show-only-nearby\" | \"snapshots\" | \"square-dot-outline\" | \"star\" | \"tape-measure\" | \"teleport\" | \"teleport-and-align\" | \"teleport-toward\" | \"turtle\" | \"update\" | \"version-history\" | \"views\" | \"visibility-hidden\" | \"visibility-partial\" | \"visibility-visible\" | \"workspace-add\" | \"zoom\"",
|
|
53
|
+
"resolved": "\"compare\" | \"help\" | \"open\" | \"expand\" | \"info\" | \"copy\" | \"menu\" | \"ellipse\" | \"line\" | \"download\" | \"rotate\" | \"close\" | \"adjustments\" | \"align-to-global\" | \"align-to-part\" | \"align-to-surface\" | \"align-view-to-plane\" | \"annotation\" | \"arrow-filled\" | \"arrow-left-circled\" | \"arrow-line-left\" | \"arrow-line-right\" | \"arrow-partial\" | \"arrow-right-circled\" | \"arrow-triangle-left\" | \"arrow-triangle-right\" | \"arrow-up-circled\" | \"attachment\" | \"axis-x\" | \"axis-y\" | \"axis-z\" | \"back\" | \"box-cursor\" | \"box-select\" | \"camera\" | \"camera-add\" | \"caret-down\" | \"caret-left\" | \"caret-right\" | \"caret-up\" | \"caution\" | \"check\" | \"check-circle\" | \"chevron-down\" | \"chevron-left\" | \"chevron-right\" | \"chevron-up\" | \"circle-outline\" | \"close-circle\" | \"close-circle-fill\" | \"collapse-all\" | \"columns\" | \"columns-add\" | \"comment-add\" | \"comment-filled\" | \"comment-reopen\" | \"comment-resolve\" | \"comment-show\" | \"compress\" | \"cross-section\" | \"cube-orthographic\" | \"cube-perspective\" | \"cube-stack\" | \"delete\" | \"drag-indicator\" | \"error-circle\" | \"expand-all\" | \"export\" | \"file\" | \"file-folder\" | \"file-pdf\" | \"fit-all\" | \"fit-selected\" | \"flip\" | \"folder-plus\" | \"forward\" | \"gear\" | \"invert\" | \"line-dot-left\" | \"line-dot-right\" | \"line-hash-left\" | \"line-hash-right\" | \"locate\" | \"markup\" | \"notification\" | \"open-window\" | \"pan\" | \"paper-airplane\" | \"pencil\" | \"person-height\" | \"person-run\" | \"person-short\" | \"person-tall\" | \"person-walk\" | \"pin-fill\" | \"pin-line\" | \"pin-text\" | \"pin-text-fill\" | \"pin-text-square\" | \"plus\" | \"plus-with-arrow\" | \"pmi\" | \"precise-measurement\" | \"rabbit\" | \"report\" | \"reset\" | \"resize\" | \"ruler\" | \"search\" | \"show-only-nearby\" | \"snapshots\" | \"square-dot-outline\" | \"star\" | \"tape-measure\" | \"teleport\" | \"teleport-and-align\" | \"teleport-toward\" | \"turtle\" | \"update\" | \"version-history\" | \"views\" | \"visibility-hidden\" | \"visibility-partial\" | \"visibility-visible\" | \"workspace-add\" | \"zoom\"",
|
|
54
54
|
"references": {
|
|
55
55
|
"IconName": {
|
|
56
56
|
"location": "import",
|
|
@@ -86,6 +86,7 @@ export var IconNames;
|
|
|
86
86
|
IconNames["open"] = "open";
|
|
87
87
|
IconNames["open-window"] = "open-window";
|
|
88
88
|
IconNames["pan"] = "pan";
|
|
89
|
+
IconNames["paper-airplane"] = "paper-airplane";
|
|
89
90
|
IconNames["pencil"] = "pencil";
|
|
90
91
|
IconNames["person-height"] = "person-height";
|
|
91
92
|
IconNames["person-run"] = "person-run";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{d as e,N as t,w as a,p as o,a as r,b as i}from"./p-6834631c.js";export{s as setNonce}from"./p-6834631c.js";(()=>{const i=Array.from(e.querySelectorAll("script")).find((e=>new RegExp(`/${t}(\\.esm)?\\.js($|\\?|#)`).test(e.src)||e.getAttribute("data-stencil-namespace")===t)),n={};return n.resourcesUrl=new URL(".",new URL(i.getAttribute("data-resources-url")||i.src,a.location.href)).href,((o,i)=>{const n=`__sc_import_${t.replace(/\s|-/g,"_")}`;try{a[n]=new Function("w",`return import(w);//${Math.random()}`)}catch(t){const l=new Map;a[n]=t=>{var c;const s=new URL(t,o).href;let p=l.get(s);if(!p){const t=e.createElement("script");t.type="module",t.crossOrigin=i.crossOrigin,t.src=URL.createObjectURL(new Blob([`import * as m from '${s}'; window.${n}.m = m;`],{type:"application/javascript"}));const o=null!==(c=r.t)&&void 0!==c?c:function(e){var t,a,o;return null!==(o=null===(a=null===(t=e.head)||void 0===t?void 0:t.querySelector('meta[name="csp-nonce"]'))||void 0===a?void 0:a.getAttribute("content"))&&void 0!==o?o:void 0}(e);null!=o&&t.setAttribute("nonce",o),p=new Promise((e=>{t.onload=()=>{e(a[n].m),t.remove()}})),l.set(s,p),e.head.appendChild(t)}return p}}})(n.resourcesUrl,i),a.customElements?o(n):__sc_import_components("./p-c3ec6642.js").then((()=>n))})().then((e=>i([["p-24c72960",[[6,"vertex-click-to-edit-textfield",{placeholder:[1],fontSize:[1,"font-size"],disabled:[516],multiline:[4],minRows:[2,"min-rows"],maxRows:[2,"max-rows"],value:[1032],autoFocus:[4,"auto-focus"],editing:[1540],hasError:[4,"has-error"]}]]],["p-226e83a6",[[1,"vertex-collapsible",{label:[1],open:[1540]}]]],["p-
|
|
1
|
+
import{d as e,N as t,w as a,p as o,a as r,b as i}from"./p-6834631c.js";export{s as setNonce}from"./p-6834631c.js";(()=>{const i=Array.from(e.querySelectorAll("script")).find((e=>new RegExp(`/${t}(\\.esm)?\\.js($|\\?|#)`).test(e.src)||e.getAttribute("data-stencil-namespace")===t)),n={};return n.resourcesUrl=new URL(".",new URL(i.getAttribute("data-resources-url")||i.src,a.location.href)).href,((o,i)=>{const n=`__sc_import_${t.replace(/\s|-/g,"_")}`;try{a[n]=new Function("w",`return import(w);//${Math.random()}`)}catch(t){const l=new Map;a[n]=t=>{var c;const s=new URL(t,o).href;let p=l.get(s);if(!p){const t=e.createElement("script");t.type="module",t.crossOrigin=i.crossOrigin,t.src=URL.createObjectURL(new Blob([`import * as m from '${s}'; window.${n}.m = m;`],{type:"application/javascript"}));const o=null!==(c=r.t)&&void 0!==c?c:function(e){var t,a,o;return null!==(o=null===(a=null===(t=e.head)||void 0===t?void 0:t.querySelector('meta[name="csp-nonce"]'))||void 0===a?void 0:a.getAttribute("content"))&&void 0!==o?o:void 0}(e);null!=o&&t.setAttribute("nonce",o),p=new Promise((e=>{t.onload=()=>{e(a[n].m),t.remove()}})),l.set(s,p),e.head.appendChild(t)}return p}}})(n.resourcesUrl,i),a.customElements?o(n):__sc_import_components("./p-c3ec6642.js").then((()=>n))})().then((e=>i([["p-24c72960",[[6,"vertex-click-to-edit-textfield",{placeholder:[1],fontSize:[1,"font-size"],disabled:[516],multiline:[4],minRows:[2,"min-rows"],maxRows:[2,"max-rows"],value:[1032],autoFocus:[4,"auto-focus"],editing:[1540],hasError:[4,"has-error"]}]]],["p-226e83a6",[[1,"vertex-collapsible",{label:[1],open:[1540]}]]],["p-b22ed1dd",[[1,"vertex-banner",{content:[1],placement:[1],duration:[2],animated:[4],open:[4],type:[1],isOpen:[32]}]]],["p-41ced35c",[[1,"vertex-context-menu",{targetSelector:[1,"target-selector"],animated:[4],position:[32],open:[32]}]]],["p-e35057b5",[[1,"vertex-dialog",{open:[1540],fullscreen:[4],resizable:[4],width:[32],height:[32],minWidth:[32],minHeight:[32],maxWidth:[32],maxHeight:[32],isResizing:[32]},[[4,"keydown","keyDownListener"]]]]],["p-e7336466",[[1,"vertex-draggable-popover",{position:[1],boundarySelector:[1,"boundary-selector"],boundaryPadding:[2,"boundary-padding"],anchorPosition:[32],lastPosition:[32],dragging:[32]}]]],["p-e3d0c2d1",[[1,"vertex-dropdown-menu",{animated:[4],placement:[1],open:[32]}]]],["p-fe7e7a74",[[1,"vertex-help-tooltip",{animated:[4],placement:[1],open:[32]}]]],["p-6a49c365",[[6,"vertex-search-bar",{variant:[1],disabled:[4],triggerCharacter:[1,"trigger-character"],breakCharacters:[16],resultItems:[16],placement:[1],value:[1],placeholder:[1],replacements:[1040],replacementUriType:[1,"replacement-uri-type"],cursorPosition:[32],displayedElements:[32],hasTriggered:[32]}]]],["p-1d08dd79",[[1,"vertex-select",{value:[513],placeholder:[513],disabled:[516],animated:[4],hideSelected:[4,"hide-selected"],resizeObserverFactory:[16],open:[32],position:[32],displayValue:[32]}]]],["p-01d4be1d",[[1,"vertex-slider",{min:[2],max:[2],valueLabelDisplay:[1,"value-label-display"],step:[8],size:[1],value:[1026],disabled:[4]}]]],["p-756c9977",[[1,"vertex-toast",{content:[1],placement:[1],duration:[2],animated:[4],open:[4],type:[1],isOpen:[32]}]]],["p-d2d75bcf",[[1,"vertex-color-circle-picker",{colors:[1],supplementalColors:[1,"supplemental-colors"],theme:[513],lightenPercentage:[2,"lighten-percentage"],darkenPercentage:[2,"darken-percentage"],selected:[1537],direction:[1]}]]],["p-70c6c194",[[1,"vertex-color-picker",{value:[1537],size:[513],variant:[513],expand:[513],disabled:[4]}]]],["p-53515813",[[1,"vertex-toggle",{variant:[1],disabled:[4],checked:[1540]}]]],["p-bca6275a",[[1,"vertex-avatar",{firstName:[1,"first-name"],lastName:[1,"last-name"],value:[1],active:[4],variant:[1]}]]],["p-91123ff6",[[1,"vertex-avatar-group"]]],["p-0b4406fa",[[1,"vertex-badge",{badgeText:[1,"badge-text"],badgeColor:[1,"badge-color"]}]]],["p-f6f2bc86",[[1,"vertex-button",{type:[1],color:[1],variant:[1],size:[1],expand:[1],href:[1],target:[1],disabled:[516]}]]],["p-6d4f055b",[[1,"vertex-card",{mode:[1]}]]],["p-211c1186",[[1,"vertex-card-group",{selected:[516],hovered:[516],expanded:[516]}]]],["p-d7c0c287",[[1,"vertex-chip",{variant:[1],color:[1]}]]],["p-a2018217",[[1,"vertex-logo-loading"]]],["p-cc2e3192",[[1,"vertex-menu-divider"]]],["p-573b8ec6",[[1,"vertex-menu-item",{disabled:[516]}]]],["p-33400eed",[[2,"vertex-radio",{disabled:[516],value:[513],label:[513],name:[513],checked:[516]}]]],["p-8b85ea4a",[[1,"vertex-radio-group",{name:[513],value:[1537]}]]],["p-ea4a2f74",[[1,"vertex-resizable",{horizontalDirection:[1,"horizontal-direction"],verticalDirection:[1,"vertical-direction"],initialHorizontalScale:[2,"initial-horizontal-scale"],initialVerticalScale:[2,"initial-vertical-scale"],initializeWithOffset:[4,"initialize-with-offset"],parentSelector:[1,"parent-selector"],verticalSiblingSelector:[1,"vertical-sibling-selector"],horizontalSiblingSelector:[1,"horizontal-sibling-selector"],contentSelector:[1,"content-selector"],position:[1],dimensionsComputed:[1540,"dimensions-computed"],width:[32],minWidth:[32],maxWidth:[32],height:[32],minHeight:[32],maxHeight:[32],left:[32],top:[32],hoveredLocation:[32],dragStartLocation:[32],updateDimensions:[64]}]]],["p-69375605",[[1,"vertex-spinner",{color:[1],size:[1]}]]],["p-2ae8175d",[[1,"vertex-tab",{label:[1],active:[4]}]]],["p-8d83dfff",[[1,"vertex-tabs",{active:[1025],labels:[32],activeBounds:[32],activeButtonEl:[32]}]]],["p-80c989fa",[[1,"vertex-expandable",{expanded:[1540],expanding:[1540],collapsing:[1540],controlled:[516],expandType:[513,"expand-type"],animated:[4],contentScrollHeight:[32]}]]],["p-ee496965",[[1,"vertex-result-list",{items:[16],itemsJson:[1,"items"],viewportStartIndex:[1026,"viewport-start-index"],viewportEndIndex:[1026,"viewport-end-index"],resultHeight:[1026,"result-height"],overScanCount:[2,"over-scan-count"],placement:[1],position:[1],open:[4],listHeight:[32],parsedResults:[32],scrollTop:[32],lastStartIndex:[32],lastFocusedIndex:[32],stateMap:[32]}]]],["p-9c384f6c",[[1,"vertex-auto-resize-textarea",{textareaSelector:[1,"textarea-selector"],initialValue:[1,"initial-value"],minRows:[514,"min-rows"],maxRows:[514,"max-rows"],textValue:[32]}]]],["p-406e73da",[[6,"vertex-textfield",{type:[1],name:[1],variant:[1],fontSize:[1,"font-size"],multiline:[4],minRows:[2,"min-rows"],maxRows:[2,"max-rows"],placeholder:[1],autoFocus:[4,"auto-focus"],autoComplete:[1,"auto-complete"],autoCorrect:[1,"auto-correct"],value:[1032],disabled:[516],hasError:[4,"has-error"],updateInput:[64],blurInput:[64],getInputValue:[64],selectAll:[64]}]]],["p-606596de",[[1,"vertex-popover",{open:[1540],placement:[1],position:[1025],anchorBounds:[16],backdrop:[4],animated:[4],anchorSelector:[1,"anchor-selector"],boundarySelector:[1,"boundary-selector"],resizeBehavior:[1,"resize-behavior"],overflowBehavior:[16],flipBehavior:[16],offsetBehavior:[2,"offset-behavior"],updateOnResize:[4,"update-on-resize"],resizeObserverFactory:[16],opened:[32],computedPlacement:[32]}]]],["p-3b794014",[[1,"vertex-tooltip",{content:[1],disabled:[4],placement:[1],delay:[2],animated:[4],open:[32]}]]],["p-8bbc344d",[[1,"vertex-color-swatch",{variant:[513],size:[513],color:[513],supplementalColor:[513,"supplemental-color"],theme:[513],lightenPercentage:[2,"lighten-percentage"],darkenPercentage:[2,"darken-percentage"],lightened:[1537],darkened:[1537]}]]],["p-0517ca62",[[1,"vertex-menu",{animated:[4],open:[1540],placement:[1],fallbackPlacements:[16],backdrop:[4],position:[1040],popoverProps:[16]}]]],["p-91644b85",[[1,"vertex-icon",{name:[1],size:[1]}]]],["p-ef75393c",[[1,"vertex-icon-button",{iconName:[1,"icon-name"],disabled:[516],variant:[1],iconColor:[1,"icon-color"],iconSize:[1,"icon-size"]}]]]],e)));
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export{A as AutoResizeTextArea}from"./p-bec53c3a.js";export{A as Avatar}from"./p-c2c076f1.js";export{A as AvatarGroup}from"./p-81cb4da4.js";export{B as Badge}from"./p-29d7697f.js";export{B as Banner}from"./p-
|
|
1
|
+
export{A as AutoResizeTextArea}from"./p-bec53c3a.js";export{A as Avatar}from"./p-c2c076f1.js";export{A as AvatarGroup}from"./p-81cb4da4.js";export{B as Badge}from"./p-29d7697f.js";export{B as Banner}from"./p-b74799f7.js";export{B as Button}from"./p-1e645c1f.js";export{C as Card}from"./p-a3c04bbd.js";export{C as CardGroup}from"./p-ff4a1c3a.js";export{C as Chip}from"./p-a6614625.js";export{C as ClickToEditTextField}from"./p-0e628c05.js";export{C as Collapsible}from"./p-8fe0084d.js";export{C as ColorCirclePicker}from"./p-b9dab446.js";export{C as ColorPicker}from"./p-e5ce8d66.js";export{C as ColorSwatch}from"./p-d539f530.js";export{C as ContextMenu}from"./p-f2bc7ec5.js";export{D as Dialog}from"./p-0d4a0d61.js";export{D as DraggablePopover}from"./p-41a7564c.js";export{D as DropdownMenu}from"./p-39133bc7.js";export{E as Expandable}from"./p-6a640a2c.js";export{H as HelpTooltip}from"./p-2cff3285.js";export{I as Icon}from"./p-c7a13d00.js";export{I as IconButton}from"./p-a399434b.js";export{L as LogoLoading}from"./p-817bf6ff.js";export{M as Menu}from"./p-7b75e004.js";export{M as MenuDivider}from"./p-c939fa4e.js";export{M as MenuItem}from"./p-988058f9.js";export{P as Popover}from"./p-c2706288.js";export{R as Radio}from"./p-36c853c4.js";export{R as RadioGroup}from"./p-f693e6f8.js";export{R as Resizable}from"./p-6ec189d2.js";export{R as ResultList}from"./p-6b862967.js";export{S as SearchBar}from"./p-6b6c2260.js";export{S as Select}from"./p-4327deea.js";export{S as Slider}from"./p-18ed73e9.js";export{S as Spinner}from"./p-09ba50c3.js";export{T as Tab}from"./p-96f55673.js";export{T as Tabs}from"./p-48629bf1.js";export{T as TextField}from"./p-43b1b3f9.js";export{T as Toast}from"./p-3dd08a0f.js";export{T as Toggle}from"./p-59fb829f.js";export{T as Tooltip}from"./p-5fb1724f.js";import"./p-6834631c.js";import"./p-b2c7b113.js";import"./p-fe062eb0.js";import"./p-721ca850.js";import"./p-3438c441.js";import"./p-1356f525.js";import"./p-59032668.js";import"./p-65f9817e.js";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export{T as vertex_tooltip}from"./p-5fb1724f.js";import"./p-6834631c.js";import"./p-59032668.js";import"./p-fe062eb0.js";import"./p-65f9817e.js";import"./p-b2c7b113.js";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{r as t,h as i,H as e,g as n}from"./p-6834631c.js";import{_ as s,a as r}from"./p-59032668.js";import{c as o}from"./p-fe062eb0.js";import{g as h}from"./p-65f9817e.js";import{a}from"./p-b2c7b113.js";var l,u;u=Error,s((function t(i){var e=u.call(this,"Validation error mapping object.")||this;return e.errors=i,Object.setPrototypeOf(e,t.prototype),e}),u);var d=new Uint8Array(16);function p(){if(!l&&!(l="undefined"!=typeof crypto&&crypto.getRandomValues&&crypto.getRandomValues.bind(crypto)||"undefined"!=typeof msCrypto&&"function"==typeof msCrypto.getRandomValues&&msCrypto.getRandomValues.bind(msCrypto)))throw new Error("crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported");return l(d)}var c=/^(?:[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}|00000000-0000-0000-0000-000000000000)$/i;function f(t){return"string"==typeof t&&c.test(t)}for(var v=[],g=0;g<256;++g)v.push((g+256).toString(16).substr(1));function m(t,i,e){var n=(t=t||{}).random||(t.rng||p)();if(n[6]=15&n[6]|64,n[8]=63&n[8]|128,i){e=e||0;for(var s=0;s<16;++s)i[e+s]=n[s];return i}return function(t){var i=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0,e=(v[t[i+0]]+v[t[i+1]]+v[t[i+2]]+v[t[i+3]]+"-"+v[t[i+4]]+v[t[i+5]]+"-"+v[t[i+6]]+v[t[i+7]]+"-"+v[t[i+8]]+v[t[i+9]]+"-"+v[t[i+10]]+v[t[i+11]]+v[t[i+12]]+v[t[i+13]]+v[t[i+14]]+v[t[i+15]]).toLowerCase();if(!f(e))throw TypeError("Stringified UUID is invalid");return e}(n)}var y=Object.freeze({__proto__:null,create:function(){return m()},fromMsbLsb:function(t,i){function e(t,i){var e=BigInt(1)<<i*BigInt(4);return(e|t&e-BigInt(1)).toString(16).substring(1)}var n="string"==typeof t?BigInt(t):t,s="string"==typeof i?BigInt(i):i,r=e(n>>BigInt(32),BigInt(8)),o=e(n>>BigInt(16),BigInt(4)),h=e(n,BigInt(4)),a=e(s>>BigInt(48),BigInt(4)),l=e(s,BigInt(12));return"".concat(r,"-").concat(o,"-").concat(h,"-").concat(a,"-").concat(l)},toMsbLsb:function(t){var i=r(t.split("-"),5),e=i[0],n=i[1],s=i[2],o=i[3],h=i[4];if(null==e||null==n||null==s||null==o||null==h)throw new Error("Invalid UUID string ".concat(t));var a=BigInt.asIntN(64,BigInt("0x".concat(e+n+s))),l=BigInt.asIntN(64,BigInt("0x".concat(o+h)));return{msb:a.toString(),lsb:l.toString()}}});const b=class{constructor(i){t(this,i),this.pointerEntered=!1,this.content=void 0,this.disabled=void 0,this.placement="bottom",this.delay=500,this.animated=!0,this.open=!1,this.handlePointerEnter=this.handlePointerEnter.bind(this),this.handlePointerLeave=this.handlePointerLeave.bind(this),this.handleContentChange=this.handleContentChange.bind(this),this.handleDisabledChange=this.handleDisabledChange.bind(this),this.tooltipId=`vertex-tooltip-${y.create()}`}disconnectedCallback(){this.removeElement(),this.clearOpenTimeout(),this.pointerEntered=!1}handleContentChange(){null!=this.internalContentElement&&this.updateContentElementChildren(this.internalContentElement)}handleDisabledChange(){null!=this.internalContentElement&&this.updateContentElementClass(this.internalContentElement),!this.disabled&&this.pointerEntered&&this.handlePointerEnter()}render(){return i(e,null,i("div",{class:"target",ref:t=>{this.targetElement=t},onPointerEnter:this.handlePointerEnter,onPointerLeave:this.handlePointerLeave},i("slot",null)),i("div",{class:"content-hidden",ref:t=>{this.contentElement=t}},i("slot",{name:"content",onSlotchange:this.handleContentChange})))}addElement(){if(null!=this.targetElement){const t=this.createPopoverElement(this.targetElement),i=this.createContentElement();this.updateContentElementChildren(i),t.appendChild(i),this.hostElement.ownerDocument.body.appendChild(t)}}removeElement(){const t=this.hostElement.ownerDocument.getElementById(this.tooltipId);null!=t&&t.remove(),this.internalContentElement=void 0}createPopoverElement(t){const i=this.hostElement.ownerDocument.createElement("vertex-popover");return i.id=this.tooltipId,i.setAttribute("class","vertex-tooltip-popover"),i.open=this.open,i.resizeBehavior="fixed",i.backdrop=!1,i.placement=this.placement,i.animated=this.animated,i.anchorBounds=h(t),i}createContentElement(){return this.internalContentElement=this.hostElement.ownerDocument.createElement("div"),this.internalContentElement.setAttribute("class",o("vertex-tooltip-content",{hidden:!this.open||this.disabled})),this.internalContentElement}updateContentElementClass(t){t.setAttribute("class",o("vertex-tooltip-content",{hidden:!this.open||this.disabled}))}updateContentElementChildren(t){var i;this.displayedSlottedContent=null!==(i=a(this.contentElement))&&void 0!==i?i:this.displayedSlottedContent,null!=this.content?t.innerText=this.content:null!=this.displayedSlottedContent&&t.appendChild(this.displayedSlottedContent)}handlePointerEnter(){null!=this.openTimeout||this.disabled?null==this.openTimeout&&(this.pointerEntered=!0):this.createOpenTimeout()}handlePointerLeave(){this.clearOpenTimeout(),this.removeElement(),this.open=!1,this.pointerEntered=!1}createOpenTimeout(){this.openTimeout=setTimeout((()=>{this.open=!0,this.openTimeout=void 0,this.addElement()}),this.delay),this.pointerEntered=!1}clearOpenTimeout(){null!=this.openTimeout&&(clearTimeout(this.openTimeout),this.openTimeout=void 0)}get hostElement(){return n(this)}static get watchers(){return{content:["handleContentChange"],disabled:["handleDisabledChange"]}}};b.style=":host{--tooltip-width:auto;--tooltip-white-space:normal;display:flex}.popover{width:100%;height:100%}.target{display:flex;width:100%;height:100%}.content-hidden{display:none}.tooltip{display:flex;justify-content:center;text-align:center;width:var(--tooltip-width);font-family:var(--vertex-ui-font-family);font-size:var(--vertex-ui-text-xxs);background-color:var(--vertex-ui-neutral-700);color:var(--vertex-ui-white);padding:0.25rem 0.5rem;border-radius:4px;pointer-events:none;white-space:var(--tooltip-white-space);user-select:none}.tooltip.hidden{display:none}";export{b as T}
|