@vonage/vivid 3.13.0 → 3.15.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/accordion-item/index.js +1 -0
- package/alert/index.js +1 -0
- package/avatar/index.js +1 -0
- package/badge/index.js +1 -0
- package/banner/index.js +1 -0
- package/breadcrumb-item/index.js +1 -0
- package/button/index.js +1 -0
- package/card/index.js +1 -0
- package/checkbox/index.js +4 -0
- package/combobox/index.js +1 -0
- package/custom-elements.json +1855 -117
- package/data-grid/index.js +4 -0
- package/dialog/index.js +1 -0
- package/empty-state/index.js +14 -0
- package/fab/index.js +2 -1
- package/header/index.js +1 -1
- package/icon/index.js +1 -0
- package/index.js +34 -30
- package/layout/index.js +1 -1
- package/lib/alert/alert.d.ts +4 -6
- package/lib/checkbox/checkbox.d.ts +6 -3
- package/lib/components.d.ts +2 -0
- package/lib/data-grid/data-grid-cell.d.ts +2 -0
- package/lib/data-grid/data-grid-row.d.ts +1 -0
- package/lib/data-grid/data-grid.d.ts +5 -0
- package/lib/empty-state/definition.d.ts +3 -0
- package/lib/empty-state/empty-state.d.ts +5 -0
- package/lib/empty-state/empty-state.template.d.ts +4 -0
- package/lib/empty-state/index.d.ts +1 -0
- package/lib/select/select.d.ts +3 -2
- package/listbox/index.js +2 -1
- package/menu/index.js +4 -3
- package/menu-item/index.js +4 -1
- package/nav/index.js +1 -1
- package/nav-disclosure/index.js +2 -1
- package/nav-item/index.js +2 -1
- package/note/index.js +2 -1
- package/number-field/index.js +2 -1
- package/option/index.js +1 -0
- package/package.json +1 -1
- package/pagination/index.js +15 -312
- package/popup/index.js +1 -0
- package/progress/index.js +1 -1
- package/radio/index.js +1 -1
- package/radio-group/index.js +1 -1
- package/select/index.js +2 -1
- package/shared/definition.js +1 -1
- package/shared/definition10.js +1 -1
- package/shared/definition11.js +1 -1
- package/shared/definition12.js +1 -1
- package/shared/definition14.js +1 -1
- package/shared/definition15.js +1 -1
- package/shared/definition16.js +2 -2
- package/shared/definition17.js +1 -1
- package/shared/definition18.js +23 -8
- package/shared/definition19.js +1 -1
- package/shared/definition2.js +1 -1
- package/shared/definition20.js +1 -1
- package/shared/definition21.js +1 -1
- package/shared/definition22.js +217 -11
- package/shared/definition23.js +2 -2
- package/shared/definition24.js +1 -1
- package/shared/definition25.js +39 -76
- package/shared/definition26.js +76 -47
- package/shared/definition27.js +46 -36
- package/shared/definition28.js +39 -49
- package/shared/definition29.js +48 -344
- package/shared/definition3.js +1 -1
- package/shared/definition30.js +273 -288
- package/shared/definition31.js +366 -14
- package/shared/definition32.js +13 -67
- package/shared/definition33.js +66 -21
- package/shared/definition34.js +21 -39
- package/shared/definition35.js +31 -432
- package/shared/definition36.js +432 -76
- package/shared/definition37.js +223 -34
- package/shared/definition38.js +82 -425
- package/shared/definition39.js +30 -628
- package/shared/definition4.js +1 -1
- package/shared/definition40.js +420 -73
- package/shared/definition41.js +530 -484
- package/shared/definition42.js +76 -133
- package/shared/definition43.js +577 -40
- package/shared/definition44.js +135 -20
- package/shared/definition45.js +42 -423
- package/shared/definition46.js +22 -112
- package/shared/definition47.js +440 -18
- package/shared/definition48.js +92 -247
- package/shared/definition49.js +20 -112
- package/shared/definition5.js +1 -1
- package/shared/definition50.js +259 -590
- package/shared/definition51.js +110 -91
- package/shared/definition52.js +602 -67
- package/shared/definition53.js +89 -294
- package/shared/definition54.js +80 -0
- package/shared/definition55.js +305 -0
- package/shared/definition6.js +52 -78
- package/shared/definition7.js +1 -1
- package/shared/definition8.js +1 -1
- package/shared/definition9.js +1 -1
- package/shared/engine-is-node.js +8 -0
- package/shared/es.object.assign.js +1 -1
- package/shared/es.regexp.to-string.js +1 -1
- package/shared/es.string.includes.js +83 -0
- package/shared/form-elements.js +2 -2
- package/shared/icon.js +13 -17
- package/shared/index.js +1 -1
- package/shared/patterns/form-elements/form-elements.d.ts +4 -4
- package/shared/string-trim.js +1 -1
- package/shared/text-field.js +1 -1
- package/shared/to-string.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/fonts/spezia-variable.css +2 -2
- package/styles/tokens/theme-dark.css +4 -4
- package/styles/tokens/theme-light.css +4 -4
- package/switch/index.js +2 -1
- package/tab/index.js +2 -1
- package/tab-panel/index.js +1 -1
- package/tabs/index.js +4 -3
- package/tag/index.js +2 -1
- package/tag-group/index.js +1 -1
- package/text-anchor/index.js +1 -0
- package/text-area/index.js +2 -1
- package/text-field/index.js +2 -1
- package/toggletip/index.js +2 -1
- package/tooltip/index.js +2 -1
- package/tree-item/index.js +2 -1
- package/tree-view/index.js +1 -1
- package/vivid.api.json +210 -0
package/data-grid/index.js
CHANGED
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
import { r as registerDataGrid } from '../shared/definition22.js';
|
|
2
2
|
import '../shared/index.js';
|
|
3
|
+
import '../shared/es.string.includes.js';
|
|
4
|
+
import '../shared/to-string.js';
|
|
5
|
+
import '../shared/es.regexp.to-string.js';
|
|
6
|
+
import '../shared/engine-is-node.js';
|
|
3
7
|
import '../shared/key-codes.js';
|
|
4
8
|
import '../shared/repeat.js';
|
|
5
9
|
import '../shared/node-observation.js';
|
package/dialog/index.js
CHANGED
|
@@ -2,6 +2,7 @@ import { r as registerDialog } from '../shared/definition23.js';
|
|
|
2
2
|
import '../shared/index.js';
|
|
3
3
|
import '../shared/definition3.js';
|
|
4
4
|
import '../shared/icon.js';
|
|
5
|
+
import '../shared/engine-is-node.js';
|
|
5
6
|
import '../shared/to-string.js';
|
|
6
7
|
import '../shared/string-trim.js';
|
|
7
8
|
import '../shared/_has.js';
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { r as registerEmptyState } from '../shared/definition25.js';
|
|
2
|
+
import '../shared/index.js';
|
|
3
|
+
import '../shared/definition3.js';
|
|
4
|
+
import '../shared/icon.js';
|
|
5
|
+
import '../shared/engine-is-node.js';
|
|
6
|
+
import '../shared/to-string.js';
|
|
7
|
+
import '../shared/string-trim.js';
|
|
8
|
+
import '../shared/_has.js';
|
|
9
|
+
import '../shared/class-names.js';
|
|
10
|
+
import '../shared/when.js';
|
|
11
|
+
import '../shared/slotted.js';
|
|
12
|
+
import '../shared/node-observation.js';
|
|
13
|
+
|
|
14
|
+
registerEmptyState();
|
package/fab/index.js
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
|
-
import { r as registerFab } from '../shared/
|
|
1
|
+
import { r as registerFab } from '../shared/definition26.js';
|
|
2
2
|
import '../shared/index.js';
|
|
3
3
|
import '../shared/definition3.js';
|
|
4
4
|
import '../shared/icon.js';
|
|
5
|
+
import '../shared/engine-is-node.js';
|
|
5
6
|
import '../shared/to-string.js';
|
|
6
7
|
import '../shared/string-trim.js';
|
|
7
8
|
import '../shared/_has.js';
|
package/header/index.js
CHANGED
package/icon/index.js
CHANGED
package/index.js
CHANGED
|
@@ -14,42 +14,44 @@ export { c as cardDefinition, a as cardRegistries, r as registerCard } from './s
|
|
|
14
14
|
export { c as checkboxDefinition, a as checkboxRegistries, r as registerCheckbox } from './shared/definition18.js';
|
|
15
15
|
export { c as combobox, a as comboboxRegistries, r as registerCombobox } from './shared/definition19.js';
|
|
16
16
|
export { a as elevationDefinition, e as elevationRegistries, r as registerElevation } from './shared/definition8.js';
|
|
17
|
+
export { e as emptyStateDefinition, a as emptyStateRegistries, r as registerEmptyState } from './shared/definition25.js';
|
|
17
18
|
export { d as dialogDefinition, a as dialogRegistries, r as registerDialog } from './shared/definition23.js';
|
|
18
19
|
export { a as dividerDefinition, d as dividerRegistries, r as registerDivider } from './shared/definition24.js';
|
|
19
20
|
export { d as dataGrid, b as dataGridCell, c as dataGridElements, a as dataGridRow, r as registerDataGrid } from './shared/definition22.js';
|
|
20
|
-
export { f as fabDefinition, a as fabRegistries, r as registerFab } from './shared/
|
|
21
|
-
export { h as headerDefinition, a as headerRegistries, r as registerHeader } from './shared/
|
|
21
|
+
export { f as fabDefinition, a as fabRegistries, r as registerFab } from './shared/definition26.js';
|
|
22
|
+
export { h as headerDefinition, a as headerRegistries, r as registerHeader } from './shared/definition27.js';
|
|
22
23
|
export { a as iconDefinition, i as iconRegistries, r as registerIcon } from './shared/definition3.js';
|
|
23
|
-
export { l as layoutDefinition, a as layoutRegistries, r as registerLayout } from './shared/
|
|
24
|
-
export { l as listboxDefinition, a as listboxRegistries, r as registerListbox } from './shared/
|
|
24
|
+
export { l as layoutDefinition, a as layoutRegistries, r as registerLayout } from './shared/definition28.js';
|
|
25
|
+
export { l as listboxDefinition, a as listboxRegistries, r as registerListbox } from './shared/definition29.js';
|
|
25
26
|
export { a as listboxOptionDefinition, l as listboxOptionRegistries, r as registerOption } from './shared/definition21.js';
|
|
26
|
-
export { m as menuDefinition, a as menuRegistries, r as registerMenu } from './shared/
|
|
27
|
-
export { c as menuItemDefinition, m as menuItemRegistries, b as registerMenuItem } from './shared/
|
|
28
|
-
export { n as navDefinition, a as navRegistries, r as registerNav } from './shared/
|
|
29
|
-
export { n as navDisclosureDefinition, a as navDisclosureRegistries, r as registerNavDisclosure } from './shared/
|
|
30
|
-
export { n as navItemDefinition, a as navItemRegistries, r as registerNavItem } from './shared/
|
|
31
|
-
export { n as noteDefinition, a as noteRegistries, r as registerNote } from './shared/
|
|
32
|
-
export { n as numberFieldDefinition, a as numberFieldRegistries, r as registerNumberField } from './shared/
|
|
27
|
+
export { m as menuDefinition, a as menuRegistries, r as registerMenu } from './shared/definition30.js';
|
|
28
|
+
export { c as menuItemDefinition, m as menuItemRegistries, b as registerMenuItem } from './shared/definition31.js';
|
|
29
|
+
export { n as navDefinition, a as navRegistries, r as registerNav } from './shared/definition32.js';
|
|
30
|
+
export { n as navDisclosureDefinition, a as navDisclosureRegistries, r as registerNavDisclosure } from './shared/definition33.js';
|
|
31
|
+
export { n as navItemDefinition, a as navItemRegistries, r as registerNavItem } from './shared/definition34.js';
|
|
32
|
+
export { n as noteDefinition, a as noteRegistries, r as registerNote } from './shared/definition35.js';
|
|
33
|
+
export { n as numberFieldDefinition, a as numberFieldRegistries, r as registerNumberField } from './shared/definition36.js';
|
|
34
|
+
export { p as paginationDefinition, a as paginationRegistries, r as registerPagination } from './shared/definition37.js';
|
|
33
35
|
export { a as popupDefinition, p as popupRegistries, r as registerPopup } from './shared/definition20.js';
|
|
34
|
-
export { p as progressDefinition, a as progressRegistries, r as registerProgress } from './shared/
|
|
36
|
+
export { p as progressDefinition, a as progressRegistries, r as registerProgress } from './shared/definition38.js';
|
|
35
37
|
export { a as progressRingDefinition, p as progressRingRegistries, r as registerProgressRing } from './shared/definition9.js';
|
|
36
|
-
export { a as radioDefinition, b as radioRegistries, r as registerRadio } from './shared/
|
|
37
|
-
export { a as radioGroupDefinition, b as radioGroupRegistries, r as registerRadioGroup } from './shared/
|
|
38
|
-
export { r as registerSelect, s as selectDefinition, a as selectRegistries } from './shared/
|
|
39
|
-
export { r as registerSideDrawer, s as sideDrawerDefinition, a as sideDrawerRegistries } from './shared/
|
|
40
|
-
export { r as registerSlider, s as sliderDefinition, a as sliderRegistries } from './shared/
|
|
41
|
-
export { r as registerSwitch, s as switchDefinition, a as switchRegistries } from './shared/
|
|
42
|
-
export { r as registerTextField, t as textFieldDefinition, a as textFieldRegistries } from './shared/
|
|
43
|
-
export { r as registerTextArea, t as textAreaDefinition, a as textAreaRegistries } from './shared/
|
|
44
|
-
export { r as registerToggletip, t as toggletipDefinition, a as toggletipRegistries } from './shared/
|
|
45
|
-
export { r as registerTooltip, t as tooltipDefinition, a as tooltipRegistries } from './shared/
|
|
46
|
-
export { r as registerTabs, t as tabsDefinition, a as tabsRegistries } from './shared/
|
|
47
|
-
export { r as registerTab, a as tabDefinition, t as tabRegistries } from './shared/
|
|
48
|
-
export { r as registerTabPanel, a as tabPanelDefinition, t as tabPanelRegistries } from './shared/
|
|
49
|
-
export { r as registerTreeView, t as treeViewDefinition, a as treeViewRegistries } from './shared/
|
|
50
|
-
export { r as registerTreeItem, t as treeItemDefinition, a as treeItemRegistries } from './shared/
|
|
51
|
-
export { r as registerTag, t as tagDefinition } from './shared/
|
|
52
|
-
export { r as registerTagGroup, t as tagGroupDefinition, a as tagGroupRegistries } from './shared/
|
|
38
|
+
export { a as radioDefinition, b as radioRegistries, r as registerRadio } from './shared/definition39.js';
|
|
39
|
+
export { a as radioGroupDefinition, b as radioGroupRegistries, r as registerRadioGroup } from './shared/definition40.js';
|
|
40
|
+
export { r as registerSelect, s as selectDefinition, a as selectRegistries } from './shared/definition41.js';
|
|
41
|
+
export { r as registerSideDrawer, s as sideDrawerDefinition, a as sideDrawerRegistries } from './shared/definition42.js';
|
|
42
|
+
export { r as registerSlider, s as sliderDefinition, a as sliderRegistries } from './shared/definition43.js';
|
|
43
|
+
export { r as registerSwitch, s as switchDefinition, a as switchRegistries } from './shared/definition44.js';
|
|
44
|
+
export { r as registerTextField, t as textFieldDefinition, a as textFieldRegistries } from './shared/definition51.js';
|
|
45
|
+
export { r as registerTextArea, t as textAreaDefinition, a as textAreaRegistries } from './shared/definition50.js';
|
|
46
|
+
export { r as registerToggletip, t as toggletipDefinition, a as toggletipRegistries } from './shared/definition52.js';
|
|
47
|
+
export { r as registerTooltip, t as tooltipDefinition, a as tooltipRegistries } from './shared/definition53.js';
|
|
48
|
+
export { r as registerTabs, t as tabsDefinition, a as tabsRegistries } from './shared/definition47.js';
|
|
49
|
+
export { r as registerTab, a as tabDefinition, t as tabRegistries } from './shared/definition45.js';
|
|
50
|
+
export { r as registerTabPanel, a as tabPanelDefinition, t as tabPanelRegistries } from './shared/definition46.js';
|
|
51
|
+
export { r as registerTreeView, t as treeViewDefinition, a as treeViewRegistries } from './shared/definition55.js';
|
|
52
|
+
export { r as registerTreeItem, t as treeItemDefinition, a as treeItemRegistries } from './shared/definition54.js';
|
|
53
|
+
export { r as registerTag, t as tagDefinition } from './shared/definition48.js';
|
|
54
|
+
export { r as registerTagGroup, t as tagGroupDefinition, a as tagGroupRegistries } from './shared/definition49.js';
|
|
53
55
|
export { A as Appearance, c as AriaLive, C as Connotation, b as ConnotationDecorative, L as LayoutSize, P as Position, R as Role, S as Shape, a as Size } from './shared/enums.js';
|
|
54
56
|
export { ae as designSystem, r as registerFactory } from './shared/index.js';
|
|
55
57
|
import './shared/key-codes.js';
|
|
@@ -61,6 +63,7 @@ import './shared/definition4.js';
|
|
|
61
63
|
import './shared/focus.js';
|
|
62
64
|
import './shared/affix.js';
|
|
63
65
|
import './shared/icon.js';
|
|
66
|
+
import './shared/engine-is-node.js';
|
|
64
67
|
import './shared/to-string.js';
|
|
65
68
|
import './shared/string-trim.js';
|
|
66
69
|
import './shared/_has.js';
|
|
@@ -84,12 +87,13 @@ import './shared/listbox.js';
|
|
|
84
87
|
import './shared/strings.js';
|
|
85
88
|
import './shared/select.options.js';
|
|
86
89
|
import './shared/aria.js';
|
|
90
|
+
import './shared/es.string.includes.js';
|
|
91
|
+
import './shared/es.regexp.to-string.js';
|
|
87
92
|
import './shared/children.js';
|
|
88
93
|
import './shared/dom.js';
|
|
89
94
|
import './shared/direction.js';
|
|
90
95
|
import './shared/text-anchor.js';
|
|
91
96
|
import './shared/text-field2.js';
|
|
92
|
-
import './shared/es.regexp.to-string.js';
|
|
93
97
|
import './shared/base-progress.js';
|
|
94
98
|
import './shared/radio.js';
|
|
95
99
|
import './shared/aria2.js';
|
package/layout/index.js
CHANGED
package/lib/alert/alert.d.ts
CHANGED
|
@@ -5,20 +5,18 @@ export declare type AlertConnotation = Connotation.Accent | Connotation.Informat
|
|
|
5
5
|
export declare type AlertPlacement = 'top' | 'top-start' | 'top-end' | 'bottom' | 'bottom-start' | 'bottom-end';
|
|
6
6
|
export declare class Alert extends FoundationElement {
|
|
7
7
|
#private;
|
|
8
|
-
private timeout;
|
|
9
8
|
removable: boolean;
|
|
10
9
|
placement?: AlertPlacement;
|
|
11
10
|
headline?: string;
|
|
12
|
-
|
|
11
|
+
text?: string;
|
|
13
12
|
icon?: string;
|
|
14
|
-
open: boolean;
|
|
15
13
|
timeoutms: number;
|
|
16
14
|
connotation?: AlertConnotation;
|
|
17
|
-
|
|
15
|
+
open: boolean;
|
|
16
|
+
openChanged(oldValue: boolean, newValue: boolean): void;
|
|
18
17
|
connectedCallback(): void;
|
|
19
18
|
disconnectedCallback(): void;
|
|
20
|
-
|
|
21
|
-
remove: () => void;
|
|
19
|
+
get conditionedIcon(): string | undefined;
|
|
22
20
|
}
|
|
23
21
|
export interface Alert extends AffixIcon {
|
|
24
22
|
}
|
|
@@ -1,5 +1,8 @@
|
|
|
1
|
-
import { Checkbox as
|
|
1
|
+
import { Checkbox as FoundationCheckbox } from '@microsoft/fast-foundation';
|
|
2
|
+
import { FormElement, FormElementHelperText, FormElementSuccessText } from '../../shared/patterns';
|
|
3
|
+
import { ErrorText } from '../../shared/patterns';
|
|
2
4
|
export declare const keySpace: ' ';
|
|
3
|
-
export declare class Checkbox extends
|
|
4
|
-
|
|
5
|
+
export declare class Checkbox extends FoundationCheckbox {
|
|
6
|
+
}
|
|
7
|
+
export interface Checkbox extends FormElement, FormElementHelperText, ErrorText, FormElementSuccessText {
|
|
5
8
|
}
|
package/lib/components.d.ts
CHANGED
|
@@ -14,6 +14,7 @@ export * from './card/definition';
|
|
|
14
14
|
export * from './checkbox/definition';
|
|
15
15
|
export * from './combobox/definition';
|
|
16
16
|
export * from './elevation/definition';
|
|
17
|
+
export * from './empty-state/definition';
|
|
17
18
|
export * from './dialog/definition';
|
|
18
19
|
export * from './divider/definition';
|
|
19
20
|
export * from './data-grid/definition';
|
|
@@ -30,6 +31,7 @@ export * from './nav-disclosure/definition';
|
|
|
30
31
|
export * from './nav-item/definition';
|
|
31
32
|
export * from './note/definition';
|
|
32
33
|
export * from './number-field/definition';
|
|
34
|
+
export * from './pagination/definition';
|
|
33
35
|
export * from './popup/definition';
|
|
34
36
|
export * from './progress/definition';
|
|
35
37
|
export * from './progress-ring/definition';
|
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
import { DataGridCell as FoundationElement } from '@microsoft/fast-foundation';
|
|
2
2
|
export declare class DataGridCell extends FoundationElement {
|
|
3
|
+
ariaSelected: string | null;
|
|
4
|
+
ariaSelectedChanged(_: string | null, selectedState: string | null): void;
|
|
3
5
|
handleFocusin(e: FocusEvent): void;
|
|
4
6
|
handleFocusout(e: FocusEvent): void;
|
|
5
7
|
}
|
|
@@ -3,9 +3,14 @@ export declare const DataGridSelectionMode: {
|
|
|
3
3
|
readonly none: "none";
|
|
4
4
|
readonly singleRow: "single-row";
|
|
5
5
|
readonly multiRow: "multi-row";
|
|
6
|
+
readonly singleCell: "single-cell";
|
|
7
|
+
readonly multiCell: "multi-cell";
|
|
6
8
|
};
|
|
7
9
|
export declare type ValueOf<T> = T[keyof T];
|
|
8
10
|
export declare type DataGridSelectionMode = ValueOf<typeof DataGridSelectionMode>;
|
|
9
11
|
export declare class DataGrid extends FoundationElement {
|
|
12
|
+
#private;
|
|
10
13
|
selectionMode?: DataGridSelectionMode;
|
|
14
|
+
selectionModeChanged(): void;
|
|
15
|
+
constructor();
|
|
11
16
|
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import type { FoundationElementDefinition } from '@microsoft/fast-foundation';
|
|
2
|
+
export declare const emptyStateDefinition: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition<FoundationElementDefinition> | undefined) => import("@microsoft/fast-foundation").FoundationElementRegistry<FoundationElementDefinition, import("@microsoft/fast-element").Constructable<import("@microsoft/fast-foundation").FoundationElement>>;
|
|
3
|
+
export declare const registerEmptyState: (prefix?: string) => import("@microsoft/fast-foundation").DesignSystem;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import type { ViewTemplate } from '@microsoft/fast-element';
|
|
2
|
+
import type { ElementDefinitionContext, FoundationElementDefinition } from '@microsoft/fast-foundation';
|
|
3
|
+
import type { EmptyState } from './empty-state';
|
|
4
|
+
export declare const EmptyStateTemplate: (context: ElementDefinitionContext, definition: FoundationElementDefinition) => ViewTemplate<EmptyState>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
package/lib/select/select.d.ts
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { Select as FoundationSelect } from '@microsoft/fast-foundation';
|
|
2
2
|
import type { Popup } from '../popup/popup';
|
|
3
|
-
import { AffixIconWithTrailing, FormElement, FormElementHelperText } from '../../shared/patterns';
|
|
3
|
+
import { AffixIconWithTrailing, FormElement, FormElementHelperText, FormElementSuccessText } from '../../shared/patterns';
|
|
4
|
+
import { ErrorText } from '../../shared/patterns';
|
|
4
5
|
import type { Appearance, Shape } from '../enums';
|
|
5
6
|
export declare type SelectAppearance = Extract<Appearance, Appearance.Outlined | Appearance.Ghost>;
|
|
6
7
|
export declare type SelectShape = Extract<Shape, Shape.Rounded | Shape.Pill>;
|
|
@@ -12,5 +13,5 @@ export declare class Select extends FoundationSelect {
|
|
|
12
13
|
connectedCallback(): void;
|
|
13
14
|
get displayValue(): string;
|
|
14
15
|
}
|
|
15
|
-
export interface Select extends AffixIconWithTrailing, FormElement, FormElementHelperText {
|
|
16
|
+
export interface Select extends AffixIconWithTrailing, FormElement, FormElementHelperText, ErrorText, FormElementSuccessText {
|
|
16
17
|
}
|
package/listbox/index.js
CHANGED
|
@@ -1,10 +1,11 @@
|
|
|
1
|
-
import { r as registerListbox } from '../shared/
|
|
1
|
+
import { r as registerListbox } from '../shared/definition29.js';
|
|
2
2
|
import '../shared/index.js';
|
|
3
3
|
import '../shared/definition4.js';
|
|
4
4
|
import '../shared/focus.js';
|
|
5
5
|
import '../shared/definition21.js';
|
|
6
6
|
import '../shared/definition3.js';
|
|
7
7
|
import '../shared/icon.js';
|
|
8
|
+
import '../shared/engine-is-node.js';
|
|
8
9
|
import '../shared/to-string.js';
|
|
9
10
|
import '../shared/string-trim.js';
|
|
10
11
|
import '../shared/_has.js';
|
package/menu/index.js
CHANGED
|
@@ -1,9 +1,10 @@
|
|
|
1
|
-
import { r as registerMenu } from '../shared/
|
|
1
|
+
import { r as registerMenu } from '../shared/definition30.js';
|
|
2
2
|
import '../shared/index.js';
|
|
3
3
|
import '../shared/definition20.js';
|
|
4
4
|
import '../shared/definition7.js';
|
|
5
5
|
import '../shared/definition3.js';
|
|
6
6
|
import '../shared/icon.js';
|
|
7
|
+
import '../shared/engine-is-node.js';
|
|
7
8
|
import '../shared/to-string.js';
|
|
8
9
|
import '../shared/string-trim.js';
|
|
9
10
|
import '../shared/_has.js';
|
|
@@ -24,10 +25,10 @@ import '../shared/ref.js';
|
|
|
24
25
|
import '../shared/focus2.js';
|
|
25
26
|
import '../shared/definition8.js';
|
|
26
27
|
import '../shared/es.object.assign.js';
|
|
27
|
-
import '../shared/
|
|
28
|
+
import '../shared/definition31.js';
|
|
28
29
|
import '../shared/direction.js';
|
|
29
|
-
import '../shared/dom.js';
|
|
30
30
|
import '../shared/slotted.js';
|
|
31
31
|
import '../shared/node-observation.js';
|
|
32
|
+
import '../shared/dom.js';
|
|
32
33
|
|
|
33
34
|
registerMenu();
|
package/menu-item/index.js
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
|
-
import { b as registerMenuItem } from '../shared/
|
|
1
|
+
import { b as registerMenuItem } from '../shared/definition31.js';
|
|
2
2
|
import '../shared/index.js';
|
|
3
3
|
import '../shared/definition3.js';
|
|
4
4
|
import '../shared/icon.js';
|
|
5
|
+
import '../shared/engine-is-node.js';
|
|
5
6
|
import '../shared/to-string.js';
|
|
6
7
|
import '../shared/string-trim.js';
|
|
7
8
|
import '../shared/_has.js';
|
|
@@ -16,5 +17,7 @@ import '../shared/direction.js';
|
|
|
16
17
|
import '../shared/apply-mixins.js';
|
|
17
18
|
import '../shared/key-codes.js';
|
|
18
19
|
import '../shared/focus2.js';
|
|
20
|
+
import '../shared/slotted.js';
|
|
21
|
+
import '../shared/node-observation.js';
|
|
19
22
|
|
|
20
23
|
registerMenuItem();
|
package/nav/index.js
CHANGED
package/nav-disclosure/index.js
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
|
-
import { r as registerNavDisclosure } from '../shared/
|
|
1
|
+
import { r as registerNavDisclosure } from '../shared/definition33.js';
|
|
2
2
|
import '../shared/index.js';
|
|
3
3
|
import '../shared/definition3.js';
|
|
4
4
|
import '../shared/icon.js';
|
|
5
|
+
import '../shared/engine-is-node.js';
|
|
5
6
|
import '../shared/to-string.js';
|
|
6
7
|
import '../shared/string-trim.js';
|
|
7
8
|
import '../shared/_has.js';
|
package/nav-item/index.js
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
|
-
import { r as registerNavItem } from '../shared/
|
|
1
|
+
import { r as registerNavItem } from '../shared/definition34.js';
|
|
2
2
|
import '../shared/index.js';
|
|
3
3
|
import '../shared/definition3.js';
|
|
4
4
|
import '../shared/icon.js';
|
|
5
|
+
import '../shared/engine-is-node.js';
|
|
5
6
|
import '../shared/to-string.js';
|
|
6
7
|
import '../shared/string-trim.js';
|
|
7
8
|
import '../shared/_has.js';
|
package/note/index.js
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
|
-
import { r as registerNote } from '../shared/
|
|
1
|
+
import { r as registerNote } from '../shared/definition35.js';
|
|
2
2
|
import '../shared/index.js';
|
|
3
3
|
import '../shared/definition3.js';
|
|
4
4
|
import '../shared/icon.js';
|
|
5
|
+
import '../shared/engine-is-node.js';
|
|
5
6
|
import '../shared/to-string.js';
|
|
6
7
|
import '../shared/string-trim.js';
|
|
7
8
|
import '../shared/_has.js';
|
package/number-field/index.js
CHANGED
|
@@ -1,8 +1,9 @@
|
|
|
1
|
-
import { r as registerNumberField } from '../shared/
|
|
1
|
+
import { r as registerNumberField } from '../shared/definition36.js';
|
|
2
2
|
import '../shared/index.js';
|
|
3
3
|
import '../shared/definition7.js';
|
|
4
4
|
import '../shared/definition3.js';
|
|
5
5
|
import '../shared/icon.js';
|
|
6
|
+
import '../shared/engine-is-node.js';
|
|
6
7
|
import '../shared/to-string.js';
|
|
7
8
|
import '../shared/string-trim.js';
|
|
8
9
|
import '../shared/_has.js';
|
package/option/index.js
CHANGED
|
@@ -2,6 +2,7 @@ import { r as registerOption } from '../shared/definition21.js';
|
|
|
2
2
|
import '../shared/index.js';
|
|
3
3
|
import '../shared/definition3.js';
|
|
4
4
|
import '../shared/icon.js';
|
|
5
|
+
import '../shared/engine-is-node.js';
|
|
5
6
|
import '../shared/to-string.js';
|
|
6
7
|
import '../shared/string-trim.js';
|
|
7
8
|
import '../shared/_has.js';
|