@vonage/vivid 3.9.0 → 3.11.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/accordion/index.js +1 -0
- package/alert/index.js +28 -0
- package/avatar/index.js +1 -1
- package/badge/index.js +1 -1
- package/banner/index.js +3 -3
- package/breadcrumb/index.js +2 -1
- package/breadcrumb-item/index.js +1 -1
- package/button/index.js +2 -2
- package/calendar/index.js +1 -1
- package/calendar-event/index.js +1 -1
- package/card/index.js +3 -2
- package/checkbox/index.js +1 -1
- package/combobox/index.js +7 -6
- package/custom-elements.json +589 -377
- package/data-grid/index.js +3 -2
- package/dialog/index.js +5 -4
- package/divider/index.js +1 -1
- package/elevation/index.js +1 -1
- package/fab/index.js +1 -1
- package/header/index.js +2 -2
- package/index.js +54 -52
- package/layout/index.js +1 -1
- package/lib/alert/alert.d.ts +24 -0
- package/lib/alert/alert.template.d.ts +4 -0
- package/lib/alert/definition.d.ts +2 -0
- package/lib/alert/index.d.ts +1 -0
- package/lib/components.d.ts +1 -0
- package/lib/enums.d.ts +10 -9
- package/lib/layout/layout.d.ts +2 -0
- package/lib/pagination/definition.d.ts +3 -0
- package/lib/pagination/index.d.ts +1 -0
- package/lib/pagination/pagination.d.ts +18 -0
- package/lib/pagination/pagination.template.d.ts +4 -0
- package/lib/popup/popup.d.ts +2 -2
- package/lib/text-area/text-area.d.ts +2 -1
- package/lib/tooltip/tooltip.d.ts +10 -4
- package/listbox/index.js +3 -2
- package/menu/index.js +7 -6
- package/menu-item/index.js +1 -1
- package/nav/index.js +1 -1
- package/nav-disclosure/index.js +1 -1
- package/nav-item/index.js +1 -1
- package/note/index.js +1 -1
- package/number-field/index.js +4 -4
- package/option/index.js +1 -1
- package/package.json +1 -1
- package/pagination/index.js +329 -0
- package/popup/index.js +4 -4
- package/progress/index.js +1 -1
- package/progress-ring/index.js +1 -1
- package/radio/index.js +1 -1
- package/radio-group/index.js +3 -2
- package/select/index.js +7 -6
- package/shared/children.js +1 -1
- package/shared/definition.js +3 -2
- package/shared/definition10.js +46 -63
- package/shared/definition11.js +38 -92
- package/shared/definition12.js +96 -31
- package/shared/definition13.js +85 -757
- package/shared/definition14.js +32 -95
- package/shared/definition15.js +758 -100
- package/shared/definition16.js +103 -24
- package/shared/definition17.js +96 -154
- package/shared/definition18.js +108 -663
- package/shared/definition19.js +667 -1532
- package/shared/definition2.js +1 -1
- package/shared/definition20.js +1532 -223
- package/shared/definition21.js +183 -964
- package/shared/definition22.js +1034 -218
- package/shared/definition23.js +226 -67
- package/shared/definition24.js +68 -77
- package/shared/definition25.js +76 -47
- package/shared/definition26.js +46 -32
- package/shared/definition27.js +39 -49
- package/shared/definition28.js +48 -344
- package/shared/definition29.js +273 -282
- package/shared/definition30.js +356 -14
- package/shared/definition31.js +13 -67
- package/shared/definition32.js +65 -21
- package/shared/definition33.js +21 -39
- package/shared/definition34.js +31 -432
- package/shared/definition35.js +432 -76
- package/shared/definition36.js +82 -33
- package/shared/definition37.js +31 -422
- package/shared/definition38.js +358 -564
- package/shared/definition39.js +628 -75
- package/shared/definition4.js +1 -1
- package/shared/definition40.js +70 -573
- package/shared/definition41.js +538 -81
- package/shared/definition42.js +127 -47
- package/shared/definition43.js +51 -16
- package/shared/definition44.js +17 -425
- package/shared/definition45.js +421 -103
- package/shared/definition46.js +114 -19
- package/shared/definition47.js +19 -269
- package/shared/definition48.js +244 -86
- package/shared/definition49.js +110 -70
- package/shared/definition5.js +1 -1
- package/shared/definition50.js +88 -67
- package/shared/definition51.js +69 -294
- package/shared/definition52.js +305 -0
- package/shared/definition6.js +142 -45
- package/shared/definition7.js +97 -24
- package/shared/definition8.js +22 -103
- package/shared/definition9.js +62 -102
- package/shared/enums.js +10 -9
- package/shared/es.object.assign.js +1 -1
- package/shared/form-associated.js +1 -1
- package/shared/form-elements.js +2 -2
- package/shared/index.js +1 -1
- package/shared/listbox.js +2 -2
- package/shared/node-observation.js +74 -0
- package/shared/patterns/form-elements/form-elements.d.ts +4 -4
- package/shared/repeat.js +1 -1
- package/shared/slotted.js +3 -73
- package/shared/text-field.js +1 -1
- package/shared/text-field2.js +1 -1
- package/side-drawer/index.js +1 -1
- package/slider/index.js +1 -1
- package/styles/core/all.css +1 -1
- package/styles/core/theme.css +1 -1
- package/styles/core/typography.css +1 -1
- package/styles/tokens/theme-dark.css +4 -4
- package/styles/tokens/theme-light.css +4 -4
- package/switch/index.js +1 -1
- package/tab/index.js +1 -1
- package/tab-panel/index.js +1 -1
- package/tabs/index.js +4 -3
- package/tag/index.js +1 -1
- package/tag-group/index.js +1 -1
- package/text-area/index.js +1 -1
- package/text-field/index.js +1 -1
- package/tooltip/index.js +5 -5
- package/tree-item/index.js +2 -1
- package/tree-view/index.js +2 -1
- package/vivid.api.json +128 -16
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
import { O as Observable, e as emptyArray } from './index.js';
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* Creates a function that can be used to filter a Node array, selecting only elements.
|
|
5
|
+
* @param selector - An optional selector to restrict the filter to.
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
function elements(selector) {
|
|
9
|
+
if (selector) {
|
|
10
|
+
return function (value, index, array) {
|
|
11
|
+
return value.nodeType === 1 && value.matches(selector);
|
|
12
|
+
};
|
|
13
|
+
}
|
|
14
|
+
return function (value, index, array) {
|
|
15
|
+
return value.nodeType === 1;
|
|
16
|
+
};
|
|
17
|
+
}
|
|
18
|
+
/**
|
|
19
|
+
* A base class for node observation.
|
|
20
|
+
* @internal
|
|
21
|
+
*/
|
|
22
|
+
class NodeObservationBehavior {
|
|
23
|
+
/**
|
|
24
|
+
* Creates an instance of NodeObservationBehavior.
|
|
25
|
+
* @param target - The target to assign the nodes property on.
|
|
26
|
+
* @param options - The options to use in configuring node observation.
|
|
27
|
+
*/
|
|
28
|
+
constructor(target, options) {
|
|
29
|
+
this.target = target;
|
|
30
|
+
this.options = options;
|
|
31
|
+
this.source = null;
|
|
32
|
+
}
|
|
33
|
+
/**
|
|
34
|
+
* Bind this behavior to the source.
|
|
35
|
+
* @param source - The source to bind to.
|
|
36
|
+
* @param context - The execution context that the binding is operating within.
|
|
37
|
+
*/
|
|
38
|
+
bind(source) {
|
|
39
|
+
const name = this.options.property;
|
|
40
|
+
this.shouldUpdate = Observable.getAccessors(source).some((x) => x.name === name);
|
|
41
|
+
this.source = source;
|
|
42
|
+
this.updateTarget(this.computeNodes());
|
|
43
|
+
if (this.shouldUpdate) {
|
|
44
|
+
this.observe();
|
|
45
|
+
}
|
|
46
|
+
}
|
|
47
|
+
/**
|
|
48
|
+
* Unbinds this behavior from the source.
|
|
49
|
+
* @param source - The source to unbind from.
|
|
50
|
+
*/
|
|
51
|
+
unbind() {
|
|
52
|
+
this.updateTarget(emptyArray);
|
|
53
|
+
this.source = null;
|
|
54
|
+
if (this.shouldUpdate) {
|
|
55
|
+
this.disconnect();
|
|
56
|
+
}
|
|
57
|
+
}
|
|
58
|
+
/** @internal */
|
|
59
|
+
handleEvent() {
|
|
60
|
+
this.updateTarget(this.computeNodes());
|
|
61
|
+
}
|
|
62
|
+
computeNodes() {
|
|
63
|
+
let nodes = this.getNodes();
|
|
64
|
+
if (this.options.filter !== void 0) {
|
|
65
|
+
nodes = nodes.filter(this.options.filter);
|
|
66
|
+
}
|
|
67
|
+
return nodes;
|
|
68
|
+
}
|
|
69
|
+
updateTarget(value) {
|
|
70
|
+
this.source[this.options.property] = value;
|
|
71
|
+
}
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
export { NodeObservationBehavior as N, elements as e };
|
|
@@ -33,10 +33,10 @@ export declare function formElements<T extends {
|
|
|
33
33
|
[x: string]: any;
|
|
34
34
|
label?: string | undefined;
|
|
35
35
|
userValid: boolean;
|
|
36
|
-
"__#
|
|
36
|
+
"__#9405@#blurred": boolean;
|
|
37
37
|
readonly errorValidationMessage: any;
|
|
38
38
|
connectedCallback(): void;
|
|
39
|
-
"__#
|
|
39
|
+
"__#9405@#handleInvalidEvent": () => void;
|
|
40
40
|
disconnectedCallback(): void;
|
|
41
41
|
validate: () => void;
|
|
42
42
|
};
|
|
@@ -49,8 +49,8 @@ export declare function errorText<T extends {
|
|
|
49
49
|
new (...args: any[]): {
|
|
50
50
|
[x: string]: any;
|
|
51
51
|
errorText?: string | undefined;
|
|
52
|
-
"__#
|
|
53
|
-
"__#
|
|
52
|
+
"__#9406@#shouldValidate": boolean;
|
|
53
|
+
"__#9406@#prevSuccessText": string;
|
|
54
54
|
errorTextChanged(_: string, newmsg: string | undefined): void;
|
|
55
55
|
};
|
|
56
56
|
} & T;
|
package/shared/repeat.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { e as emptyArray, O as Observable,
|
|
1
|
+
import { e as emptyArray, O as Observable, Z as SubscriberSet, Y as DOM, $ as HTMLDirective, a0 as HTMLView } from './index.js';
|
|
2
2
|
|
|
3
3
|
/** @internal */
|
|
4
4
|
function newSplice(index, removed, addedCount) {
|
package/shared/slotted.js
CHANGED
|
@@ -1,75 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
/**
|
|
4
|
-
* Creates a function that can be used to filter a Node array, selecting only elements.
|
|
5
|
-
* @param selector - An optional selector to restrict the filter to.
|
|
6
|
-
* @public
|
|
7
|
-
*/
|
|
8
|
-
function elements(selector) {
|
|
9
|
-
if (selector) {
|
|
10
|
-
return function (value, index, array) {
|
|
11
|
-
return value.nodeType === 1 && value.matches(selector);
|
|
12
|
-
};
|
|
13
|
-
}
|
|
14
|
-
return function (value, index, array) {
|
|
15
|
-
return value.nodeType === 1;
|
|
16
|
-
};
|
|
17
|
-
}
|
|
18
|
-
/**
|
|
19
|
-
* A base class for node observation.
|
|
20
|
-
* @internal
|
|
21
|
-
*/
|
|
22
|
-
class NodeObservationBehavior {
|
|
23
|
-
/**
|
|
24
|
-
* Creates an instance of NodeObservationBehavior.
|
|
25
|
-
* @param target - The target to assign the nodes property on.
|
|
26
|
-
* @param options - The options to use in configuring node observation.
|
|
27
|
-
*/
|
|
28
|
-
constructor(target, options) {
|
|
29
|
-
this.target = target;
|
|
30
|
-
this.options = options;
|
|
31
|
-
this.source = null;
|
|
32
|
-
}
|
|
33
|
-
/**
|
|
34
|
-
* Bind this behavior to the source.
|
|
35
|
-
* @param source - The source to bind to.
|
|
36
|
-
* @param context - The execution context that the binding is operating within.
|
|
37
|
-
*/
|
|
38
|
-
bind(source) {
|
|
39
|
-
const name = this.options.property;
|
|
40
|
-
this.shouldUpdate = Observable.getAccessors(source).some((x) => x.name === name);
|
|
41
|
-
this.source = source;
|
|
42
|
-
this.updateTarget(this.computeNodes());
|
|
43
|
-
if (this.shouldUpdate) {
|
|
44
|
-
this.observe();
|
|
45
|
-
}
|
|
46
|
-
}
|
|
47
|
-
/**
|
|
48
|
-
* Unbinds this behavior from the source.
|
|
49
|
-
* @param source - The source to unbind from.
|
|
50
|
-
*/
|
|
51
|
-
unbind() {
|
|
52
|
-
this.updateTarget(emptyArray);
|
|
53
|
-
this.source = null;
|
|
54
|
-
if (this.shouldUpdate) {
|
|
55
|
-
this.disconnect();
|
|
56
|
-
}
|
|
57
|
-
}
|
|
58
|
-
/** @internal */
|
|
59
|
-
handleEvent() {
|
|
60
|
-
this.updateTarget(this.computeNodes());
|
|
61
|
-
}
|
|
62
|
-
computeNodes() {
|
|
63
|
-
let nodes = this.getNodes();
|
|
64
|
-
if (this.options.filter !== void 0) {
|
|
65
|
-
nodes = nodes.filter(this.options.filter);
|
|
66
|
-
}
|
|
67
|
-
return nodes;
|
|
68
|
-
}
|
|
69
|
-
updateTarget(value) {
|
|
70
|
-
this.source[this.options.property] = value;
|
|
71
|
-
}
|
|
72
|
-
}
|
|
1
|
+
import { A as AttachedBehaviorHTMLDirective } from './index.js';
|
|
2
|
+
import { N as NodeObservationBehavior } from './node-observation.js';
|
|
73
3
|
|
|
74
4
|
/**
|
|
75
5
|
* The runtime behavior for slotted node observation.
|
|
@@ -116,4 +46,4 @@ function slotted(propertyOrOptions) {
|
|
|
116
46
|
return new AttachedBehaviorHTMLDirective("fast-slotted", SlottedBehavior, propertyOrOptions);
|
|
117
47
|
}
|
|
118
48
|
|
|
119
|
-
export {
|
|
49
|
+
export { slotted as s };
|
package/shared/text-field.js
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
var css_248z = "/**\n * Do not edit directly\n * Generated on Mon,
|
|
1
|
+
var css_248z = "/**\n * Do not edit directly\n * Generated on Mon, 08 May 2023 11:40:49 GMT\n */\n:host {\n display: inline-block;\n}\n\n.base {\n --_text-field-gutter: calc(calc(1px * (40 + 4 * clamp(-1, var(--vvd-size-density, 0), 2))) / 2.5);\n --_text-field-icon-size: calc(calc(1px * (40 + 4 * clamp(-1, var(--vvd-size-density, 0), 2))) / 2);\n display: inline-grid;\n width: 100%;\n gap: 4px;\n grid-template-columns: min-content 1fr max-content;\n}\n.base {\n --_appearance-color-text: var(--vvd-color-canvas-text);\n --_appearance-color-fill: var(--_connotation-color-backdrop);\n --_appearance-color-outline: var(--_connotation-color-intermediate);\n}\n.base.appearance-ghost {\n --_appearance-color-text: var(--_connotation-color-primary);\n --_appearance-color-fill: transparent;\n --_appearance-color-outline: transparent;\n}\n.base:where(:hover, .hover):where(:not(:disabled, .disabled, .readonly)) {\n --_appearance-color-text: var(--vvd-color-canvas-text);\n --_appearance-color-fill: var(--_connotation-color-backdrop);\n --_appearance-color-outline: var(--_connotation-color-firm);\n}\n.base:where(:hover, .hover):where(:not(:disabled, .disabled, .readonly)).appearance-ghost {\n --_appearance-color-text: var(--_connotation-color-primary);\n --_appearance-color-fill: var(--_connotation-color-faint);\n --_appearance-color-outline: transparent;\n}\n.base:where(:disabled, .disabled) {\n --_appearance-color-text: var(--vvd-color-neutral-400);\n --_appearance-color-fill: var(--vvd-color-neutral-200);\n --_appearance-color-outline: var(--vvd-color-neutral-400);\n}\n.base:where(:disabled, .disabled).appearance-ghost {\n --_appearance-color-text: var(--vvd-color-neutral-400);\n --_appearance-color-fill: transparent;\n --_appearance-color-outline: transparent;\n}\n.base:where(.readonly):where(:not(:disabled, .disabled)) {\n --_appearance-color-text: var(--vvd-color-canvas-text);\n --_appearance-color-fill: var(--vvd-color-neutral-100);\n --_appearance-color-outline: var(--vvd-color-neutral-400);\n}\n.base:where(.readonly):where(:not(:disabled, .disabled)).appearance-ghost {\n --_appearance-color-text: var(--vvd-color-neutral-600);\n --_appearance-color-fill: transparent;\n --_appearance-color-outline: transparent;\n}\n.base.connotation-success {\n --_connotation-color-primary: var(--vvd-color-success-500);\n --_connotation-color-backdrop: var(--vvd-color-success-50);\n --_connotation-color-intermediate: var(--vvd-color-success-500);\n --_connotation-color-firm: var(--vvd-color-success-600);\n --_connotation-color-faint: var(--vvd-color-success-50);\n --_connotation-color-soft: var(--vvd-color-success-100);\n}\n.base.connotation-alert {\n --_connotation-color-primary: var(--vvd-color-alert-500);\n --_connotation-color-backdrop: var(--vvd-color-alert-50);\n --_connotation-color-intermediate: var(--vvd-color-alert-500);\n --_connotation-color-firm: var(--vvd-color-alert-600);\n --_connotation-color-faint: var(--vvd-color-alert-50);\n --_connotation-color-soft: var(--vvd-color-alert-100);\n}\n.base:not(.connotation-success, .connotation-alert) {\n --_connotation-color-primary: var(--vvd-color-canvas-text);\n --_connotation-color-backdrop: var(--vvd-color-canvas);\n --_connotation-color-intermediate: var(--vvd-color-neutral-500);\n --_connotation-color-firm: var(--vvd-color-canvas-text);\n --_connotation-color-faint: var(--vvd-color-neutral-50);\n --_connotation-color-soft: var(--vvd-color-neutral-100);\n}\n@supports (user-select: none) {\n .base {\n user-select: none;\n }\n}\n.base:not(.disabled) {\n --_low-ink-color: var(--vvd-color-neutral-600);\n}\n.base.disabled {\n --_low-ink-color: var(--_appearance-color-text);\n}\n\n.label {\n color: var(--vvd-color-canvas-text);\n contain: inline-size;\n font: var(--vvd-typography-base);\n grid-column: 1/4;\n grid-row: 1;\n}\n.char-count + .label {\n grid-column: 1/3;\n}\n\n.char-count {\n color: var(--_low-ink-color);\n font: var(--vvd-typography-base);\n grid-column: 3/4;\n}\n\n.fieldset {\n position: relative;\n display: flex;\n align-items: center;\n grid-column: 1/4;\n transition: color 0.2s;\n /* Shape */\n}\n.base > .fieldset {\n block-size: calc(1px * (40 + 4 * clamp(-1, var(--vvd-size-density, 0), 2)));\n}\n.base:not(.shape-pill) .fieldset {\n border-radius: 6px;\n}\n.base.shape-pill .fieldset {\n border-radius: 24px;\n}\n\n.control {\n width: 100%;\n border: 0 none;\n appearance: none; /* for box-shadow visibility on IOS */\n background-color: var(--_appearance-color-fill);\n block-size: 100%;\n border-radius: inherit;\n box-shadow: inset 0 0 0 1px var(--_appearance-color-outline);\n color: var(--_appearance-color-text);\n font: var(--vvd-typography-base);\n padding-block: 0;\n padding-inline-end: var(--_text-field-gutter);\n padding-inline-start: var(--_text-field-gutter);\n transition: box-shadow 0.2s, background-color 0.2s;\n}\n.control:disabled {\n cursor: not-allowed;\n opacity: 1; /* 2. correct opacity on iOS */\n -webkit-text-fill-color: var(--_appearance-color-text); /* 1. sets text fill to current `color` for safari */\n}\n.control::placeholder, .control:disabled::placeholder {\n opacity: 1; /* 2. correct opacity on iOS */\n -webkit-text-fill-color: var(--_low-ink-color); /* 1. sets text fill to current `color` for safari */\n}\n@supports selector(:focus-visible) {\n .control:focus {\n outline: none;\n }\n}\n\n.icon {\n position: absolute;\n z-index: 1;\n color: var(--_low-ink-color);\n font-size: var(--_text-field-icon-size);\n inset-inline-start: var(--_text-field-gutter);\n line-height: 1;\n}\n.icon + .control {\n padding-inline-start: calc(var(--_text-field-icon-size) + var(--_text-field-gutter) * 2);\n}\n\n.focus-indicator {\n --focus-stroke-gap-color: transparent;\n pointer-events: none;\n}\n.fieldset:not(:focus-visible, :focus-within) > .focus-indicator {\n display: none;\n}";
|
|
2
2
|
|
|
3
3
|
export { css_248z as c };
|
package/shared/text-field2.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { F as FoundationElement,
|
|
1
|
+
import { F as FoundationElement, Y as DOM, _ as __decorate, a as attr, n as nullableNumberConverter, o as observable } from './index.js';
|
|
2
2
|
import { a as applyMixins } from './apply-mixins.js';
|
|
3
3
|
import { F as FormAssociated } from './form-associated.js';
|
|
4
4
|
import { A as ARIAGlobalStatesAndProperties } from './aria-global.js';
|
package/side-drawer/index.js
CHANGED
package/slider/index.js
CHANGED
package/styles/core/all.css
CHANGED
package/styles/core/theme.css
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on Mon,
|
|
3
|
+
* Generated on Mon, 08 May 2023 11:40:49 GMT
|
|
4
4
|
*/
|
|
5
5
|
/**
|
|
6
6
|
* Do not edit directly
|
|
7
|
-
* Generated on Mon,
|
|
7
|
+
* Generated on Mon, 08 May 2023 11:40:49 GMT
|
|
8
8
|
*/
|
|
9
9
|
/**
|
|
10
10
|
* Do not edit directly
|
|
11
|
-
* Generated on Mon,
|
|
11
|
+
* Generated on Mon, 08 May 2023 11:40:49 GMT
|
|
12
12
|
*/
|
|
13
13
|
/**
|
|
14
14
|
* Do not edit directly
|
|
15
|
-
* Generated on Mon,
|
|
15
|
+
* Generated on Mon, 08 May 2023 11:40:49 GMT
|
|
16
16
|
*/
|
|
17
17
|
@property --vvd-size-density {
|
|
18
18
|
syntax: "<integer>";
|
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on Mon,
|
|
3
|
+
* Generated on Mon, 08 May 2023 11:40:49 GMT
|
|
4
4
|
*/
|
|
5
5
|
/**
|
|
6
6
|
* Do not edit directly
|
|
7
|
-
* Generated on Mon,
|
|
7
|
+
* Generated on Mon, 08 May 2023 11:40:49 GMT
|
|
8
8
|
*/
|
|
9
9
|
/**
|
|
10
10
|
* Do not edit directly
|
|
11
|
-
* Generated on Mon,
|
|
11
|
+
* Generated on Mon, 08 May 2023 11:40:49 GMT
|
|
12
12
|
*/
|
|
13
13
|
/**
|
|
14
14
|
* Do not edit directly
|
|
15
|
-
* Generated on Mon,
|
|
15
|
+
* Generated on Mon, 08 May 2023 11:40:49 GMT
|
|
16
16
|
*/
|
|
17
17
|
@property --vvd-size-density {
|
|
18
18
|
syntax: "<integer>";
|
package/switch/index.js
CHANGED
package/tab/index.js
CHANGED
package/tab-panel/index.js
CHANGED
package/tabs/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { r as registerTabs } from '../shared/
|
|
1
|
+
import { r as registerTabs } from '../shared/definition45.js';
|
|
2
2
|
import '../shared/index.js';
|
|
3
|
-
import '../shared/
|
|
3
|
+
import '../shared/definition43.js';
|
|
4
4
|
import '../shared/definition3.js';
|
|
5
5
|
import '../shared/icon.js';
|
|
6
6
|
import '../shared/to-string.js';
|
|
@@ -13,12 +13,13 @@ import '../shared/focus.js';
|
|
|
13
13
|
import '../shared/affix.js';
|
|
14
14
|
import '../shared/apply-mixins.js';
|
|
15
15
|
import '../shared/focus2.js';
|
|
16
|
-
import '../shared/
|
|
16
|
+
import '../shared/definition44.js';
|
|
17
17
|
import '../shared/start-end.js';
|
|
18
18
|
import '../shared/ref.js';
|
|
19
19
|
import '../shared/key-codes.js';
|
|
20
20
|
import '../shared/strings.js';
|
|
21
21
|
import '../shared/numbers.js';
|
|
22
22
|
import '../shared/slotted.js';
|
|
23
|
+
import '../shared/node-observation.js';
|
|
23
24
|
|
|
24
25
|
registerTabs();
|
package/tag/index.js
CHANGED
package/tag-group/index.js
CHANGED
package/text-area/index.js
CHANGED
package/text-field/index.js
CHANGED
package/tooltip/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { r as registerTooltip } from '../shared/
|
|
1
|
+
import { r as registerTooltip } from '../shared/definition50.js';
|
|
2
2
|
import '../shared/index.js';
|
|
3
|
-
import '../shared/
|
|
4
|
-
import '../shared/
|
|
3
|
+
import '../shared/definition20.js';
|
|
4
|
+
import '../shared/definition7.js';
|
|
5
5
|
import '../shared/definition3.js';
|
|
6
6
|
import '../shared/icon.js';
|
|
7
7
|
import '../shared/to-string.js';
|
|
@@ -11,7 +11,7 @@ import '../shared/class-names.js';
|
|
|
11
11
|
import '../shared/when.js';
|
|
12
12
|
import '../shared/definition4.js';
|
|
13
13
|
import '../shared/focus.js';
|
|
14
|
-
import '../shared/
|
|
14
|
+
import '../shared/definition9.js';
|
|
15
15
|
import '../shared/base-progress.js';
|
|
16
16
|
import '../shared/affix.js';
|
|
17
17
|
import '../shared/button.js';
|
|
@@ -22,7 +22,7 @@ import '../shared/aria-global.js';
|
|
|
22
22
|
import '../shared/start-end.js';
|
|
23
23
|
import '../shared/ref.js';
|
|
24
24
|
import '../shared/focus2.js';
|
|
25
|
-
import '../shared/
|
|
25
|
+
import '../shared/definition8.js';
|
|
26
26
|
import '../shared/es.object.assign.js';
|
|
27
27
|
|
|
28
28
|
registerTooltip();
|
package/tree-item/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { r as registerTreeItem } from '../shared/
|
|
1
|
+
import { r as registerTreeItem } from '../shared/definition51.js';
|
|
2
2
|
import '../shared/index.js';
|
|
3
3
|
import '../shared/definition3.js';
|
|
4
4
|
import '../shared/icon.js';
|
|
@@ -16,6 +16,7 @@ import '../shared/ref.js';
|
|
|
16
16
|
import '../shared/apply-mixins.js';
|
|
17
17
|
import '../shared/dom.js';
|
|
18
18
|
import '../shared/focus2.js';
|
|
19
|
+
import '../shared/node-observation.js';
|
|
19
20
|
import '../shared/slotted.js';
|
|
20
21
|
import '../shared/children.js';
|
|
21
22
|
|
package/tree-view/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { r as registerTreeView } from '../shared/
|
|
1
|
+
import { r as registerTreeView } from '../shared/definition52.js';
|
|
2
2
|
import '../shared/index.js';
|
|
3
3
|
import '../shared/tree-item.js';
|
|
4
4
|
import '../shared/start-end.js';
|
|
@@ -7,6 +7,7 @@ import '../shared/apply-mixins.js';
|
|
|
7
7
|
import '../shared/dom.js';
|
|
8
8
|
import '../shared/key-codes.js';
|
|
9
9
|
import '../shared/slotted.js';
|
|
10
|
+
import '../shared/node-observation.js';
|
|
10
11
|
import '../shared/class-names.js';
|
|
11
12
|
|
|
12
13
|
registerTreeView();
|