@vonage/vivid 3.0.0-next.109 → 3.0.0-next.110
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/README.md +24 -0
- package/accordion/index.js +3 -3
- package/accordion-item/index.js +12 -12
- package/action-group/index.js +3 -7
- package/avatar/index.js +10 -10
- package/badge/index.js +9 -9
- package/banner/index.js +9 -19
- package/breadcrumb/index.js +2 -2
- package/breadcrumb-item/index.js +13 -14
- package/button/index.js +92 -16
- package/calendar/index.js +3 -7
- package/calendar-event/index.js +3 -6
- package/card/index.js +9 -11
- package/checkbox/index.js +11 -12
- package/custom-elements.json +49 -49
- package/dialog/index.js +9 -25
- package/divider/index.js +26 -3
- package/elevation/index.js +25 -3
- package/fab/index.js +12 -14
- package/focus/index.js +4 -4
- package/header/index.js +10 -8
- package/icon/index.js +3 -5
- package/index.js +24 -22
- package/layout/index.js +2 -2
- package/lib/accordion-item/index.d.ts +0 -2
- package/lib/avatar/index.d.ts +0 -1
- package/lib/badge/index.d.ts +0 -1
- package/lib/banner/index.d.ts +0 -1
- package/lib/breadcrumb-item/index.d.ts +0 -2
- package/lib/button/index.d.ts +1 -4
- package/lib/card/index.d.ts +0 -2
- package/lib/checkbox/index.d.ts +0 -2
- package/lib/components.d.ts +1 -1
- package/lib/dialog/index.d.ts +0 -3
- package/lib/fab/index.d.ts +0 -2
- package/lib/header/index.d.ts +0 -1
- package/lib/listbox/index.d.ts +1 -4
- package/lib/menu/index.d.ts +0 -2
- package/lib/menu-item/index.d.ts +0 -1
- package/lib/nav-disclosure/index.d.ts +0 -2
- package/lib/nav-item/index.d.ts +0 -2
- package/lib/note/note.template.d.ts +0 -1
- package/lib/number-field/index.d.ts +0 -2
- package/lib/{listbox-option → option}/index.d.ts +0 -2
- package/lib/{listbox-option/listbox-option.d.ts → option/option.d.ts} +0 -0
- package/lib/{listbox-option/listbox-option.template.d.ts → option/option.template.d.ts} +1 -1
- package/lib/popup/index.d.ts +0 -2
- package/lib/radio/index.d.ts +0 -1
- package/lib/slider/index.d.ts +0 -1
- package/lib/switch/index.d.ts +0 -2
- package/lib/text-area/index.d.ts +0 -2
- package/lib/text-field/index.d.ts +0 -2
- package/lib/text-field/text-field.template.d.ts +0 -1
- package/lib/tooltip/index.d.ts +0 -1
- package/listbox/index.js +14 -18
- package/menu/index.js +12 -26
- package/menu-item/index.js +82 -13
- package/nav/index.js +2 -2
- package/nav-disclosure/index.js +11 -13
- package/nav-item/index.js +11 -13
- package/note/index.js +10 -10
- package/number-field/index.js +14 -15
- package/option/index.js +75 -0
- package/package.json +3 -2
- package/popup/index.js +57 -20
- package/progress/index.js +3 -7
- package/progress-ring/index.js +3 -3
- package/radio/index.js +11 -6
- package/radio-group/index.js +3 -3
- package/shared/affix.js +0 -1
- package/shared/anchor.js +1 -1
- package/shared/apply-mixins.js +1 -1
- package/shared/base-progress.js +1 -1
- package/shared/breadcrumb-item.js +1 -1
- package/shared/button.js +18 -195
- package/shared/button2.js +200 -0
- package/shared/calendar-event.js +1 -1
- package/shared/design-system/index.d.ts +1 -1
- package/shared/{index4.js → divider.js} +2 -24
- package/shared/elevation.js +10 -0
- package/shared/es.object.assign.js +1 -59
- package/shared/es.promise.resolve.js +944 -0
- package/shared/es.regexp.to-string.js +1 -2
- package/shared/focus.js +9 -3
- package/shared/focus2.js +3 -9
- package/shared/form-associated.js +1 -1
- package/shared/form-elements.js +2 -3
- package/shared/icon.js +9 -1098
- package/shared/index.js +3673 -5
- package/shared/index2.js +6 -104
- package/shared/{index5.js → listbox-option.js} +11 -71
- package/shared/{index7.js → menu-item.js} +13 -85
- package/shared/patterns/form-elements/form-elements.d.ts +2 -2
- package/shared/{index6.js → popup.js} +3 -43
- package/shared/radio.js +1 -1
- package/shared/ref.js +1 -1
- package/shared/slotted.js +1 -1
- package/shared/string-trim.js +1 -2
- package/shared/text-anchor.template.js +1 -1
- package/shared/utils/index.d.ts +1 -0
- package/side-drawer/index.js +3 -7
- package/slider/index.js +10 -10
- 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 +11 -11
- package/text-anchor/index.js +4 -8
- package/text-area/index.js +11 -12
- package/text-field/index.js +11 -12
- package/tooltip/index.js +11 -27
- package/vivid.api.json +11 -189
- package/listbox-option/index.js +0 -22
- package/shared/export.js +0 -1017
- package/shared/index3.js +0 -31
- package/shared/iterators.js +0 -61
- package/shared/object-keys.js +0 -13
- package/shared/to-string.js +0 -51
- package/shared/web.dom-collections.iterator.js +0 -472
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on Sun, 04 Dec 2022
|
|
3
|
+
* Generated on Sun, 04 Dec 2022 15:37:45 GMT
|
|
4
4
|
*/
|
|
5
5
|
/**
|
|
6
6
|
* Do not edit directly
|
|
7
|
-
* Generated on Sun, 04 Dec 2022
|
|
7
|
+
* Generated on Sun, 04 Dec 2022 15:37:45 GMT
|
|
8
8
|
*/
|
|
9
9
|
/**
|
|
10
10
|
* Do not edit directly
|
|
11
|
-
* Generated on Sun, 04 Dec 2022
|
|
11
|
+
* Generated on Sun, 04 Dec 2022 15:37:45 GMT
|
|
12
12
|
*/
|
|
13
13
|
/**
|
|
14
14
|
* Do not edit directly
|
|
15
|
-
* Generated on Sun, 04 Dec 2022
|
|
15
|
+
* Generated on Sun, 04 Dec 2022 15:37:45 GMT
|
|
16
16
|
*/
|
|
17
17
|
@property --vvd-size-density {
|
|
18
18
|
syntax: "<integer>";
|
package/switch/index.js
CHANGED
|
@@ -1,18 +1,14 @@
|
|
|
1
|
-
import '../
|
|
2
|
-
import { F as FoundationElement, _ as __decorate, a as attr,
|
|
1
|
+
import '../shared/es.promise.resolve.js';
|
|
2
|
+
import { F as FoundationElement, _ as __decorate, a as attr, V as observable, b as __metadata, h as html, g as getPrefix, d as designSystem } from '../shared/index.js';
|
|
3
|
+
import { l as loadComponentsModules } from '../shared/index2.js';
|
|
3
4
|
import { C as CheckableFormAssociated } from '../shared/form-associated.js';
|
|
4
5
|
import { a as keySpace, k as keyEnter } from '../shared/key-codes.js';
|
|
5
6
|
import '../shared/affix.js';
|
|
6
|
-
import { f as focusTemplateFactory } from '../shared/
|
|
7
|
-
import '../shared/web.dom-collections.iterator.js';
|
|
7
|
+
import { f as focusTemplateFactory } from '../shared/focus.js';
|
|
8
8
|
import '../shared/icon.js';
|
|
9
9
|
import { w as when } from '../shared/when.js';
|
|
10
10
|
import { c as classNames } from '../shared/class-names.js';
|
|
11
|
-
import '../shared/
|
|
12
|
-
import '../shared/export.js';
|
|
13
|
-
import '../shared/object-keys.js';
|
|
14
|
-
import '../shared/iterators.js';
|
|
15
|
-
import '../shared/to-string.js';
|
|
11
|
+
import '../shared/focus2.js';
|
|
16
12
|
import '../shared/string-trim.js';
|
|
17
13
|
import '../shared/_has.js';
|
|
18
14
|
|
|
@@ -106,7 +102,7 @@ __decorate([
|
|
|
106
102
|
observable
|
|
107
103
|
], Switch$1.prototype, "defaultSlottedNodes", void 0);
|
|
108
104
|
|
|
109
|
-
var css_248z = "/**\n * Do not edit directly\n * Generated on Sun, 04 Dec 2022
|
|
105
|
+
var css_248z = "/**\n * Do not edit directly\n * Generated on Sun, 04 Dec 2022 15:37:45 GMT\n */\n.control {\n display: inline-flex;\n gap: 8px;\n}\n.control.connotation-cta {\n --_connotation-color-primary-text: var(--vvd-color-canvas);\n --_connotation-color-primary: var(--vvd-color-cta-500);\n --_connotation-color-primary-increment: var(--vvd-color-cta-600);\n --_connotation-color-backdrop: var(--vvd-color-cta-50);\n --_connotation-color-firm: var(--vvd-color-cta-600);\n --_connotation-color-intermediate: var(--vvd-color-cta-500);\n}\n.control.connotation-alert {\n --_connotation-color-primary-text: var(--vvd-color-canvas);\n --_connotation-color-primary: var(--vvd-color-alert-500);\n --_connotation-color-primary-increment: var(--vvd-color-alert-600);\n --_connotation-color-backdrop: var(--vvd-color-alert-50);\n --_connotation-color-firm: var(--vvd-color-alert-600);\n --_connotation-color-intermediate: var(--vvd-color-alert-500);\n}\n.control.connotation-success {\n --_connotation-color-primary-text: var(--vvd-color-canvas);\n --_connotation-color-primary: var(--vvd-color-success-500);\n --_connotation-color-primary-increment: var(--vvd-color-success-600);\n --_connotation-color-backdrop: var(--vvd-color-success-50);\n --_connotation-color-firm: var(--vvd-color-success-600);\n --_connotation-color-intermediate: var(--vvd-color-success-500);\n}\n.control:not(.connotation-cta, .connotation-alert, .connotation-success) {\n --_connotation-color-primary-text: var(--vvd-color-canvas);\n --_connotation-color-primary: var(--vvd-color-canvas-text);\n --_connotation-color-primary-increment: var(--vvd-color-neutral-800);\n --_connotation-color-backdrop: var(--vvd-color-canvas);\n --_connotation-color-firm: var(--vvd-color-canvas-text);\n --_connotation-color-intermediate: var(--vvd-color-neutral-500);\n}\n.control {\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.control.appearance-filled {\n --_appearance-color-text: var(--_connotation-color-primary-text);\n --_appearance-color-fill: var(--_connotation-color-primary);\n --_appearance-color-outline: transparent;\n}\n.control: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.control:where(:hover, .hover):where(:not(:disabled, .disabled, .readonly)).appearance-filled {\n --_appearance-color-text: var(--_connotation-color-primary-text);\n --_appearance-color-fill: var(--_connotation-color-primary-increment);\n --_appearance-color-outline: transparent;\n}\n.control: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.control:where(:disabled, .disabled).appearance-filled {\n --_appearance-color-text: var(--vvd-color-neutral-400);\n --_appearance-color-fill: var(--vvd-color-neutral-200);\n --_appearance-color-outline: transparent;\n}\n.control:where(.readonly):where(:not(:disabled, .disabled)) {\n --_appearance-color-text: var(--vvd-color-neutral-800);\n --_appearance-color-fill: var(--vvd-color-neutral-200);\n --_appearance-color-outline: var(--vvd-color-neutral-500);\n}\n.control:where(.readonly):where(:not(:disabled, .disabled)).appearance-filled {\n --_appearance-color-text: var(--vvd-color-neutral-800);\n --_appearance-color-fill: var(--vvd-color-neutral-200);\n --_appearance-color-outline: transparent;\n}\n@supports selector(:focus-visible) {\n .control:focus {\n outline: none;\n }\n}\n@supports (user-select: none) {\n .control {\n user-select: none;\n }\n}\n.control:not(.disabled) {\n cursor: pointer;\n}\n.control.disabled {\n cursor: not-allowed;\n}\n\n.switch {\n --_switch-inline-size: calc(calc(1px * (40 + 4 * clamp(-1, var(--vvd-size-density, 0), 2) - 20)) * 1.8);\n position: relative;\n display: flex;\n box-sizing: border-box;\n align-items: center;\n background-color: var(--_appearance-color-fill);\n block-size: calc(1px * (40 + 4 * clamp(-1, var(--vvd-size-density, 0), 2) - 20));\n border-radius: calc(calc(1px * (40 + 4 * clamp(-1, var(--vvd-size-density, 0), 2) - 20)) / .5);\n box-shadow: inset 0 0 0 1px var(--_appearance-color-outline);\n inline-size: var(--_switch-inline-size);\n transition: all 0.2s ease-in-out 0s;\n}\n\n.checked-indicator {\n --_switch-checked-indicator-size: calc(calc(1px * (40 + 4 * clamp(-1, var(--vvd-size-density, 0), 2) - 20)) / 1.6667);\n --_switch-gutter: calc(var(--_switch-checked-indicator-size) / 3);\n block-size: var(--_switch-checked-indicator-size);\n border-radius: inherit;\n inline-size: var(--_switch-checked-indicator-size);\n margin-inline-start: auto;\n transition: all 0.2s ease-in-out 0s;\n}\n.control.appearance-filled .checked-indicator {\n background-color: var(--vvd-color-neutral-100);\n}\n.control:not(.appearance-filled) .checked-indicator {\n background-color: var(--_appearance-color-outline);\n}\n.control:not(.checked) .checked-indicator {\n transform: translateX(calc(-1 * var(--_switch-inline-size) + var(--_switch-checked-indicator-size) + var(--_switch-gutter)));\n}\n.control.checked .checked-indicator {\n transform: translateX(calc(-1 * var(--_switch-gutter)));\n}\n\n.label {\n color: var(--vvd-color-canvas-text);\n cursor: pointer;\n font: var(--vvd-typography-base);\n}\n\n.focus-indicator {\n --focus-inset: -4px;\n --focus-stroke-gap-color: transparent;\n border-radius: 14px;\n}\n.control:not(:focus-visible) .focus-indicator {\n display: none;\n}";
|
|
110
106
|
|
|
111
107
|
class Switch extends Switch$1 {}
|
|
112
108
|
__decorate([attr, __metadata("design:type", String)], Switch.prototype, "label", void 0);
|
|
@@ -140,6 +136,7 @@ const SwitchTemplate = context => {
|
|
|
140
136
|
</div>`), x => x.label)));
|
|
141
137
|
};
|
|
142
138
|
|
|
139
|
+
const prefix = getPrefix(import.meta.url);
|
|
143
140
|
const vividSwitch = Switch.compose({
|
|
144
141
|
baseName: 'switch',
|
|
145
142
|
template: SwitchTemplate,
|
|
@@ -148,6 +145,9 @@ const vividSwitch = Switch.compose({
|
|
|
148
145
|
delegatesFocus: true
|
|
149
146
|
}
|
|
150
147
|
});
|
|
151
|
-
|
|
148
|
+
(async () => {
|
|
149
|
+
await loadComponentsModules(['icon', 'focus'], prefix);
|
|
150
|
+
designSystem.withPrefix(prefix).register(vividSwitch());
|
|
151
|
+
})();
|
|
152
152
|
|
|
153
153
|
export { vividSwitch };
|
package/text-anchor/index.js
CHANGED
|
@@ -1,13 +1,9 @@
|
|
|
1
|
-
import { d as designSystem } from '../shared/index.js';
|
|
1
|
+
import { d as designSystem, g as getPrefix } from '../shared/index.js';
|
|
2
2
|
import { T as TextAnchor } from '../shared/text-anchor.js';
|
|
3
3
|
import { t as textAnchorTemplate } from '../shared/text-anchor.template.js';
|
|
4
4
|
import '../shared/affix.js';
|
|
5
|
-
import '../shared/web.dom-collections.iterator.js';
|
|
6
|
-
import '../shared/export.js';
|
|
7
|
-
import '../shared/object-keys.js';
|
|
8
|
-
import '../shared/iterators.js';
|
|
9
5
|
import '../shared/icon.js';
|
|
10
|
-
import '../shared/
|
|
6
|
+
import '../shared/es.promise.resolve.js';
|
|
11
7
|
import '../shared/string-trim.js';
|
|
12
8
|
import '../shared/_has.js';
|
|
13
9
|
import '../shared/anchor.js';
|
|
@@ -15,14 +11,14 @@ import '../shared/apply-mixins.js';
|
|
|
15
11
|
import '../shared/aria-global.js';
|
|
16
12
|
import '../shared/start-end.js';
|
|
17
13
|
import '../shared/ref.js';
|
|
18
|
-
import '../shared/focus2.js';
|
|
19
14
|
import '../shared/focus.js';
|
|
15
|
+
import '../shared/focus2.js';
|
|
20
16
|
import '../shared/class-names.js';
|
|
21
17
|
|
|
22
18
|
const vividTextAnchor = TextAnchor.compose({
|
|
23
19
|
baseName: 'text-anchor',
|
|
24
20
|
template: textAnchorTemplate
|
|
25
21
|
});
|
|
26
|
-
designSystem.register(vividTextAnchor());
|
|
22
|
+
designSystem.withPrefix(getPrefix(import.meta.url)).register(vividTextAnchor());
|
|
27
23
|
|
|
28
24
|
export { vividTextAnchor };
|
package/text-area/index.js
CHANGED
|
@@ -1,23 +1,18 @@
|
|
|
1
|
-
import '../
|
|
2
|
-
import '../
|
|
3
|
-
import {
|
|
1
|
+
import '../shared/es.promise.resolve.js';
|
|
2
|
+
import { F as FoundationElement, _ as __decorate, a as attr, a6 as nullableNumberConverter, V as observable, b as __metadata, h as html, g as getPrefix, d as designSystem } from '../shared/index.js';
|
|
3
|
+
import { l as loadComponentsModules } from '../shared/index2.js';
|
|
4
4
|
import '../shared/affix.js';
|
|
5
|
-
import '../shared/
|
|
5
|
+
import '../shared/focus2.js';
|
|
6
6
|
import { D as DelegatesARIATextbox, f as formElements, g as getFeedbackTemplate } from '../shared/form-elements.js';
|
|
7
7
|
import { a as applyMixins } from '../shared/apply-mixins.js';
|
|
8
8
|
import { F as FormAssociated } from '../shared/form-associated.js';
|
|
9
|
-
import { f as focusTemplateFactory } from '../shared/
|
|
9
|
+
import { f as focusTemplateFactory } from '../shared/focus.js';
|
|
10
10
|
import { w as when } from '../shared/when.js';
|
|
11
11
|
import { r as ref } from '../shared/ref.js';
|
|
12
12
|
import { c as classNames } from '../shared/class-names.js';
|
|
13
13
|
import '../shared/icon.js';
|
|
14
|
-
import '../shared/export.js';
|
|
15
|
-
import '../shared/iterators.js';
|
|
16
|
-
import '../shared/to-string.js';
|
|
17
14
|
import '../shared/string-trim.js';
|
|
18
15
|
import '../shared/_has.js';
|
|
19
|
-
import '../shared/web.dom-collections.iterator.js';
|
|
20
|
-
import '../shared/object-keys.js';
|
|
21
16
|
import '../shared/aria-global.js';
|
|
22
17
|
import '../shared/start-end.js';
|
|
23
18
|
import '../shared/key-codes.js';
|
|
@@ -199,7 +194,7 @@ __decorate([
|
|
|
199
194
|
], TextArea$1.prototype, "defaultSlottedNodes", void 0);
|
|
200
195
|
applyMixins(TextArea$1, DelegatesARIATextbox);
|
|
201
196
|
|
|
202
|
-
var css_248z = "/**\n * Do not edit directly\n * Generated on Sun, 04 Dec 2022
|
|
197
|
+
var css_248z = "/**\n * Do not edit directly\n * Generated on Sun, 04 Dec 2022 15:37:45 GMT\n */\n:host {\n display: inline-block;\n}\n\n.base {\n display: inline-grid;\n width: 100%;\n gap: 4px;\n grid-template-columns: 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-neutral-800);\n --_appearance-color-fill: var(--vvd-color-neutral-200);\n --_appearance-color-outline: var(--vvd-color-neutral-500);\n}\n.base:where(.readonly):where(:not(: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.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}\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}\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}\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 pointer-events: none;\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/3;\n grid-row: 1;\n line-height: 20px;\n}\n\n.fieldset {\n position: relative;\n display: flex;\n align-items: center;\n border-radius: 6px;\n grid-column: 1/3;\n}\n\n.control {\n width: 100%;\n padding: 8px 16px;\n border: 0 none;\n background-color: var(--_appearance-color-fill);\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 min-block-size: calc(1px * (40 + 4 * clamp(-1, var(--vvd-size-density, 0), 2)));\n transition: box-shadow 0.2s, background-color 0.2s, 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.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}";
|
|
203
198
|
|
|
204
199
|
let TextArea = class TextArea extends TextArea$1 {};
|
|
205
200
|
__decorate([attr, __metadata("design:type", String)], TextArea.prototype, "wrap", void 0);
|
|
@@ -276,6 +271,7 @@ const TextAreaTemplate = context => {
|
|
|
276
271
|
}, getFeedbackTemplate('helper', context)), when(x => !x.successText && x.errorValidationMessage, getFeedbackTemplate('error', context)), when(x => x.successText, getFeedbackTemplate('success', context)));
|
|
277
272
|
};
|
|
278
273
|
|
|
274
|
+
const prefix = getPrefix(import.meta.url);
|
|
279
275
|
const vividTextArea = TextArea.compose({
|
|
280
276
|
baseName: 'text-area',
|
|
281
277
|
template: TextAreaTemplate,
|
|
@@ -284,6 +280,9 @@ const vividTextArea = TextArea.compose({
|
|
|
284
280
|
delegatesFocus: true
|
|
285
281
|
}
|
|
286
282
|
});
|
|
287
|
-
|
|
283
|
+
(async () => {
|
|
284
|
+
await loadComponentsModules(['icon', 'focus'], prefix);
|
|
285
|
+
designSystem.withPrefix(prefix).register(vividTextArea());
|
|
286
|
+
})();
|
|
288
287
|
|
|
289
288
|
export { vividTextArea };
|
package/text-field/index.js
CHANGED
|
@@ -1,22 +1,17 @@
|
|
|
1
|
-
import '../
|
|
2
|
-
import '../
|
|
3
|
-
import {
|
|
1
|
+
import '../shared/es.promise.resolve.js';
|
|
2
|
+
import { _ as __decorate, a as attr, b as __metadata, h as html, g as getPrefix, d as designSystem } from '../shared/index.js';
|
|
3
|
+
import { l as loadComponentsModules } from '../shared/index2.js';
|
|
4
4
|
import { b as AffixIcon, a as affixIconTemplateFactory } from '../shared/affix.js';
|
|
5
|
-
import '../shared/
|
|
5
|
+
import '../shared/focus2.js';
|
|
6
6
|
import { T as TextField$1, f as formElements, g as getFeedbackTemplate } from '../shared/form-elements.js';
|
|
7
7
|
import { a as applyMixins } from '../shared/apply-mixins.js';
|
|
8
|
-
import { f as focusTemplateFactory } from '../shared/
|
|
8
|
+
import { f as focusTemplateFactory } from '../shared/focus.js';
|
|
9
9
|
import { w as when } from '../shared/when.js';
|
|
10
10
|
import { r as ref } from '../shared/ref.js';
|
|
11
11
|
import { c as classNames } from '../shared/class-names.js';
|
|
12
12
|
import '../shared/icon.js';
|
|
13
|
-
import '../shared/export.js';
|
|
14
|
-
import '../shared/iterators.js';
|
|
15
|
-
import '../shared/to-string.js';
|
|
16
13
|
import '../shared/string-trim.js';
|
|
17
14
|
import '../shared/_has.js';
|
|
18
|
-
import '../shared/web.dom-collections.iterator.js';
|
|
19
|
-
import '../shared/object-keys.js';
|
|
20
15
|
import '../shared/form-associated.js';
|
|
21
16
|
import '../shared/key-codes.js';
|
|
22
17
|
import '../shared/aria-global.js';
|
|
@@ -29,7 +24,7 @@ __decorate([attr, __metadata("design:type", String)], TextField.prototype, "auto
|
|
|
29
24
|
TextField = __decorate([formElements], TextField);
|
|
30
25
|
applyMixins(TextField, AffixIcon);
|
|
31
26
|
|
|
32
|
-
var css_248z = "/**\n * Do not edit directly\n * Generated on Sun, 04 Dec 2022
|
|
27
|
+
var css_248z = "/**\n * Do not edit directly\n * Generated on Sun, 04 Dec 2022 15:37:45 GMT\n */\n:host {\n display: inline-block;\n}\n\n.base {\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-neutral-800);\n --_appearance-color-fill: var(--vvd-color-neutral-200);\n --_appearance-color-outline: var(--vvd-color-neutral-500);\n}\n.base:where(.readonly):where(:not(: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.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}\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}\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}\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 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-inline-end: 16px;\n padding-inline-start: 16px;\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: 20px;\n inset-inline-start: 16px;\n}\n.icon + .control {\n padding-inline-start: 44px;\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}";
|
|
33
28
|
|
|
34
29
|
let _ = t => t,
|
|
35
30
|
_t,
|
|
@@ -117,6 +112,7 @@ const TextfieldTemplate = context => {
|
|
|
117
112
|
}, getFeedbackTemplate('helper', context)), when(x => !x.successText && x.errorValidationMessage, getFeedbackTemplate('error', context)), when(x => x.successText, getFeedbackTemplate('success', context)));
|
|
118
113
|
};
|
|
119
114
|
|
|
115
|
+
const prefix = getPrefix(import.meta.url);
|
|
120
116
|
const vividTextfield = TextField.compose({
|
|
121
117
|
baseName: 'text-field',
|
|
122
118
|
template: TextfieldTemplate,
|
|
@@ -125,6 +121,9 @@ const vividTextfield = TextField.compose({
|
|
|
125
121
|
delegatesFocus: true
|
|
126
122
|
}
|
|
127
123
|
});
|
|
128
|
-
|
|
124
|
+
(async () => {
|
|
125
|
+
await loadComponentsModules(['icon', 'focus'], prefix);
|
|
126
|
+
designSystem.withPrefix(prefix).register(vividTextfield());
|
|
127
|
+
})();
|
|
129
128
|
|
|
130
129
|
export { vividTextfield };
|
package/tooltip/index.js
CHANGED
|
@@ -1,32 +1,12 @@
|
|
|
1
|
-
import
|
|
2
|
-
import { _ as __decorate, a as attr, b as __metadata,
|
|
3
|
-
import '../shared/
|
|
1
|
+
import '../shared/es.promise.resolve.js';
|
|
2
|
+
import { _ as __decorate, a as attr, b as __metadata, Y as __classPrivateFieldGet, h as html, g as getPrefix, d as designSystem } from '../shared/index.js';
|
|
3
|
+
import { l as loadComponentsModules } from '../shared/index2.js';
|
|
4
|
+
import { P as Popup } from '../shared/popup.js';
|
|
4
5
|
import { c as classNames } from '../shared/class-names.js';
|
|
5
|
-
import '../shared/index3.js';
|
|
6
|
-
import '../shared/index2.js';
|
|
7
|
-
import '../icon/index.js';
|
|
8
|
-
import '../shared/icon.js';
|
|
9
|
-
import '../shared/export.js';
|
|
10
|
-
import '../shared/iterators.js';
|
|
11
|
-
import '../shared/to-string.js';
|
|
12
|
-
import '../shared/string-trim.js';
|
|
13
|
-
import '../shared/_has.js';
|
|
14
|
-
import '../shared/when.js';
|
|
15
|
-
import '../focus/index.js';
|
|
16
|
-
import '../shared/focus.js';
|
|
17
|
-
import '../shared/affix.js';
|
|
18
|
-
import '../shared/button.js';
|
|
19
|
-
import '../shared/apply-mixins.js';
|
|
20
|
-
import '../shared/form-associated.js';
|
|
21
|
-
import '../shared/key-codes.js';
|
|
22
|
-
import '../shared/aria-global.js';
|
|
23
|
-
import '../shared/start-end.js';
|
|
24
|
-
import '../shared/ref.js';
|
|
25
|
-
import '../shared/focus2.js';
|
|
26
6
|
import '../shared/es.object.assign.js';
|
|
27
|
-
import '../shared/
|
|
7
|
+
import '../shared/key-codes.js';
|
|
28
8
|
|
|
29
|
-
var css_248z = "/**\n * Do not edit directly\n * Generated on Sun, 04 Dec 2022
|
|
9
|
+
var css_248z = "/**\n * Do not edit directly\n * Generated on Sun, 04 Dec 2022 15:37:45 GMT\n */\n.control {\n pointer-events: none;\n}\n\n.tooltip {\n width: var(--tooltip-inline-size, 240px);\n}\n.tooltip-text {\n padding: 8px 12px;\n color: var(--vvd-color-canvas-text);\n font: var(--vvd-typography-base-bold);\n}";
|
|
30
10
|
|
|
31
11
|
var _Tooltip_instances, _Tooltip_anchorUpdated, _Tooltip_addEventListener, _Tooltip_removeEventListener, _Tooltip_show, _Tooltip_hide;
|
|
32
12
|
class Tooltip extends Popup {
|
|
@@ -87,11 +67,15 @@ placement=${0} open=${0} anchor=${0}
|
|
|
87
67
|
</div>
|
|
88
68
|
</vwc-popup>`), getClasses, x => x.placement, x => x.open, x => x.anchor, x => x.text);
|
|
89
69
|
|
|
70
|
+
const prefix = getPrefix(import.meta.url);
|
|
90
71
|
const vividTooltip = Tooltip.compose({
|
|
91
72
|
baseName: 'tooltip',
|
|
92
73
|
template: TooltipTemplate,
|
|
93
74
|
styles: css_248z
|
|
94
75
|
});
|
|
95
|
-
|
|
76
|
+
(async () => {
|
|
77
|
+
await loadComponentsModules(['popup'], prefix);
|
|
78
|
+
designSystem.withPrefix(prefix).register(vividTooltip());
|
|
79
|
+
})();
|
|
96
80
|
|
|
97
81
|
export { vividTooltip };
|
package/vivid.api.json
CHANGED
|
@@ -197,51 +197,27 @@
|
|
|
197
197
|
}
|
|
198
198
|
},
|
|
199
199
|
{
|
|
200
|
-
"kind": "
|
|
201
|
-
"canonicalReference": "@vonage/vivid!
|
|
200
|
+
"kind": "Variable",
|
|
201
|
+
"canonicalReference": "@vonage/vivid!getPrefix:var",
|
|
202
202
|
"docComment": "",
|
|
203
203
|
"excerptTokens": [
|
|
204
204
|
{
|
|
205
205
|
"kind": "Content",
|
|
206
|
-
"text": "
|
|
207
|
-
},
|
|
208
|
-
{
|
|
209
|
-
"kind": "Reference",
|
|
210
|
-
"text": "HTMLElement",
|
|
211
|
-
"canonicalReference": "!HTMLElement:interface"
|
|
206
|
+
"text": "getPrefix: "
|
|
212
207
|
},
|
|
213
208
|
{
|
|
214
209
|
"kind": "Content",
|
|
215
|
-
"text": "
|
|
216
|
-
},
|
|
217
|
-
{
|
|
218
|
-
"kind": "Reference",
|
|
219
|
-
"text": "DesignSystem",
|
|
220
|
-
"canonicalReference": "@microsoft/fast-foundation!DesignSystem:interface"
|
|
221
|
-
},
|
|
222
|
-
{
|
|
223
|
-
"kind": "Content",
|
|
224
|
-
"text": ";"
|
|
210
|
+
"text": "(url: string) => string"
|
|
225
211
|
}
|
|
226
212
|
],
|
|
227
213
|
"fileUrlPath": "../../dist/libs/components/shared/design-system/index.d.ts",
|
|
228
|
-
"
|
|
229
|
-
"startIndex": 3,
|
|
230
|
-
"endIndex": 4
|
|
231
|
-
},
|
|
214
|
+
"isReadonly": true,
|
|
232
215
|
"releaseTag": "Public",
|
|
233
|
-
"
|
|
234
|
-
"
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
"startIndex": 1,
|
|
239
|
-
"endIndex": 2
|
|
240
|
-
},
|
|
241
|
-
"isOptional": true
|
|
242
|
-
}
|
|
243
|
-
],
|
|
244
|
-
"name": "provideVividDesignSystem"
|
|
216
|
+
"name": "getPrefix",
|
|
217
|
+
"variableTypeTokenRange": {
|
|
218
|
+
"startIndex": 1,
|
|
219
|
+
"endIndex": 2
|
|
220
|
+
}
|
|
245
221
|
},
|
|
246
222
|
{
|
|
247
223
|
"kind": "Variable",
|
|
@@ -859,83 +835,6 @@
|
|
|
859
835
|
"endIndex": 14
|
|
860
836
|
}
|
|
861
837
|
},
|
|
862
|
-
{
|
|
863
|
-
"kind": "Variable",
|
|
864
|
-
"canonicalReference": "@vonage/vivid!vividButton:var",
|
|
865
|
-
"docComment": "",
|
|
866
|
-
"excerptTokens": [
|
|
867
|
-
{
|
|
868
|
-
"kind": "Content",
|
|
869
|
-
"text": "vividButton: "
|
|
870
|
-
},
|
|
871
|
-
{
|
|
872
|
-
"kind": "Content",
|
|
873
|
-
"text": "(overrideDefinition?: import(\"@microsoft/fast-foundation\")."
|
|
874
|
-
},
|
|
875
|
-
{
|
|
876
|
-
"kind": "Reference",
|
|
877
|
-
"text": "OverrideFoundationElementDefinition",
|
|
878
|
-
"canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
|
|
879
|
-
},
|
|
880
|
-
{
|
|
881
|
-
"kind": "Content",
|
|
882
|
-
"text": "<"
|
|
883
|
-
},
|
|
884
|
-
{
|
|
885
|
-
"kind": "Reference",
|
|
886
|
-
"text": "FoundationElementDefinition",
|
|
887
|
-
"canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
|
|
888
|
-
},
|
|
889
|
-
{
|
|
890
|
-
"kind": "Content",
|
|
891
|
-
"text": "> | undefined) => import(\"@microsoft/fast-foundation\")."
|
|
892
|
-
},
|
|
893
|
-
{
|
|
894
|
-
"kind": "Reference",
|
|
895
|
-
"text": "FoundationElementRegistry",
|
|
896
|
-
"canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
|
|
897
|
-
},
|
|
898
|
-
{
|
|
899
|
-
"kind": "Content",
|
|
900
|
-
"text": "<"
|
|
901
|
-
},
|
|
902
|
-
{
|
|
903
|
-
"kind": "Reference",
|
|
904
|
-
"text": "FoundationElementDefinition",
|
|
905
|
-
"canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
|
|
906
|
-
},
|
|
907
|
-
{
|
|
908
|
-
"kind": "Content",
|
|
909
|
-
"text": ", import(\"@microsoft/fast-element\")."
|
|
910
|
-
},
|
|
911
|
-
{
|
|
912
|
-
"kind": "Reference",
|
|
913
|
-
"text": "Constructable",
|
|
914
|
-
"canonicalReference": "@microsoft/fast-element!Constructable:type"
|
|
915
|
-
},
|
|
916
|
-
{
|
|
917
|
-
"kind": "Content",
|
|
918
|
-
"text": "<import(\"@microsoft/fast-foundation\")."
|
|
919
|
-
},
|
|
920
|
-
{
|
|
921
|
-
"kind": "Reference",
|
|
922
|
-
"text": "FoundationElement",
|
|
923
|
-
"canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
|
|
924
|
-
},
|
|
925
|
-
{
|
|
926
|
-
"kind": "Content",
|
|
927
|
-
"text": ">>"
|
|
928
|
-
}
|
|
929
|
-
],
|
|
930
|
-
"fileUrlPath": "../../dist/libs/components/lib/button/index.d.ts",
|
|
931
|
-
"isReadonly": true,
|
|
932
|
-
"releaseTag": "Public",
|
|
933
|
-
"name": "vividButton",
|
|
934
|
-
"variableTypeTokenRange": {
|
|
935
|
-
"startIndex": 1,
|
|
936
|
-
"endIndex": 14
|
|
937
|
-
}
|
|
938
|
-
},
|
|
939
838
|
{
|
|
940
839
|
"kind": "Variable",
|
|
941
840
|
"canonicalReference": "@vonage/vivid!vividCalendar:var",
|
|
@@ -1706,83 +1605,6 @@
|
|
|
1706
1605
|
"endIndex": 14
|
|
1707
1606
|
}
|
|
1708
1607
|
},
|
|
1709
|
-
{
|
|
1710
|
-
"kind": "Variable",
|
|
1711
|
-
"canonicalReference": "@vonage/vivid!vividListbox:var",
|
|
1712
|
-
"docComment": "",
|
|
1713
|
-
"excerptTokens": [
|
|
1714
|
-
{
|
|
1715
|
-
"kind": "Content",
|
|
1716
|
-
"text": "vividListbox: "
|
|
1717
|
-
},
|
|
1718
|
-
{
|
|
1719
|
-
"kind": "Content",
|
|
1720
|
-
"text": "(overrideDefinition?: import(\"@microsoft/fast-foundation\")."
|
|
1721
|
-
},
|
|
1722
|
-
{
|
|
1723
|
-
"kind": "Reference",
|
|
1724
|
-
"text": "OverrideFoundationElementDefinition",
|
|
1725
|
-
"canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
|
|
1726
|
-
},
|
|
1727
|
-
{
|
|
1728
|
-
"kind": "Content",
|
|
1729
|
-
"text": "<"
|
|
1730
|
-
},
|
|
1731
|
-
{
|
|
1732
|
-
"kind": "Reference",
|
|
1733
|
-
"text": "FoundationElementDefinition",
|
|
1734
|
-
"canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
|
|
1735
|
-
},
|
|
1736
|
-
{
|
|
1737
|
-
"kind": "Content",
|
|
1738
|
-
"text": "> | undefined) => import(\"@microsoft/fast-foundation\")."
|
|
1739
|
-
},
|
|
1740
|
-
{
|
|
1741
|
-
"kind": "Reference",
|
|
1742
|
-
"text": "FoundationElementRegistry",
|
|
1743
|
-
"canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
|
|
1744
|
-
},
|
|
1745
|
-
{
|
|
1746
|
-
"kind": "Content",
|
|
1747
|
-
"text": "<"
|
|
1748
|
-
},
|
|
1749
|
-
{
|
|
1750
|
-
"kind": "Reference",
|
|
1751
|
-
"text": "FoundationElementDefinition",
|
|
1752
|
-
"canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
|
|
1753
|
-
},
|
|
1754
|
-
{
|
|
1755
|
-
"kind": "Content",
|
|
1756
|
-
"text": ", import(\"@microsoft/fast-element\")."
|
|
1757
|
-
},
|
|
1758
|
-
{
|
|
1759
|
-
"kind": "Reference",
|
|
1760
|
-
"text": "Constructable",
|
|
1761
|
-
"canonicalReference": "@microsoft/fast-element!Constructable:type"
|
|
1762
|
-
},
|
|
1763
|
-
{
|
|
1764
|
-
"kind": "Content",
|
|
1765
|
-
"text": "<import(\"@microsoft/fast-foundation\")."
|
|
1766
|
-
},
|
|
1767
|
-
{
|
|
1768
|
-
"kind": "Reference",
|
|
1769
|
-
"text": "FoundationElement",
|
|
1770
|
-
"canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
|
|
1771
|
-
},
|
|
1772
|
-
{
|
|
1773
|
-
"kind": "Content",
|
|
1774
|
-
"text": ">>"
|
|
1775
|
-
}
|
|
1776
|
-
],
|
|
1777
|
-
"fileUrlPath": "../../dist/libs/components/lib/listbox/index.d.ts",
|
|
1778
|
-
"isReadonly": true,
|
|
1779
|
-
"releaseTag": "Public",
|
|
1780
|
-
"name": "vividListbox",
|
|
1781
|
-
"variableTypeTokenRange": {
|
|
1782
|
-
"startIndex": 1,
|
|
1783
|
-
"endIndex": 14
|
|
1784
|
-
}
|
|
1785
|
-
},
|
|
1786
1608
|
{
|
|
1787
1609
|
"kind": "Variable",
|
|
1788
1610
|
"canonicalReference": "@vonage/vivid!vividListboxOption:var",
|
|
@@ -1851,7 +1673,7 @@
|
|
|
1851
1673
|
"text": ">>"
|
|
1852
1674
|
}
|
|
1853
1675
|
],
|
|
1854
|
-
"fileUrlPath": "../../dist/libs/components/lib/
|
|
1676
|
+
"fileUrlPath": "../../dist/libs/components/lib/option/index.d.ts",
|
|
1855
1677
|
"isReadonly": true,
|
|
1856
1678
|
"releaseTag": "Public",
|
|
1857
1679
|
"name": "vividListboxOption",
|
package/listbox-option/index.js
DELETED
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import '../icon/index.js';
|
|
2
|
-
import '../focus/index.js';
|
|
3
|
-
import '../shared/index.js';
|
|
4
|
-
export { v as vividListboxOption } from '../shared/index5.js';
|
|
5
|
-
import '../shared/icon.js';
|
|
6
|
-
import '../shared/export.js';
|
|
7
|
-
import '../shared/iterators.js';
|
|
8
|
-
import '../shared/to-string.js';
|
|
9
|
-
import '../shared/string-trim.js';
|
|
10
|
-
import '../shared/_has.js';
|
|
11
|
-
import '../shared/when.js';
|
|
12
|
-
import '../shared/class-names.js';
|
|
13
|
-
import '../shared/focus.js';
|
|
14
|
-
import '../shared/affix.js';
|
|
15
|
-
import '../shared/web.dom-collections.iterator.js';
|
|
16
|
-
import '../shared/object-keys.js';
|
|
17
|
-
import '../shared/aria-global.js';
|
|
18
|
-
import '../shared/start-end.js';
|
|
19
|
-
import '../shared/ref.js';
|
|
20
|
-
import '../shared/apply-mixins.js';
|
|
21
|
-
import '../shared/dom.js';
|
|
22
|
-
import '../shared/focus2.js';
|