@xmesh/system-design 0.0.4 → 0.0.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -1
- package/custom-elements.json +18382 -0
- package/dist/lit/components/alert/index.d.ts +5 -0
- package/dist/lit/components/alert/index.js +8 -2
- package/dist/lit/components/alert/index.styles.js +215 -0
- package/dist/lit/components/app-bar/index.d.ts +1 -0
- package/dist/lit/components/app-bar/index.js +4 -2
- package/dist/lit/components/app-bar/index.styles.js +94 -0
- package/dist/lit/components/artifact/index.d.ts +5 -0
- package/dist/lit/components/artifact/index.js +14 -10
- package/dist/lit/components/artifact/index.styles.js +180 -0
- package/dist/lit/components/autocomplete/index.d.ts +5 -0
- package/dist/lit/components/autocomplete/index.js +11 -2
- package/dist/lit/components/autocomplete/index.styles.js +185 -0
- package/dist/lit/components/avatar/index.d.ts +1 -0
- package/dist/lit/components/avatar/index.js +4 -2
- package/dist/lit/components/avatar/index.styles.js +76 -0
- package/dist/lit/components/avatar-group/index.d.ts +1 -0
- package/dist/lit/components/avatar-group/index.js +4 -2
- package/dist/lit/components/avatar-group/index.styles.js +74 -0
- package/dist/lit/components/badge/index.d.ts +1 -0
- package/dist/lit/components/badge/index.js +4 -2
- package/dist/lit/components/badge/index.styles.js +86 -0
- package/dist/lit/components/brand-mark/index.js +8 -9
- package/dist/lit/components/brand-mark/index.styles.js +123 -0
- package/dist/lit/components/breadcrumbs/index.d.ts +1 -0
- package/dist/lit/components/breadcrumbs/index.js +5 -4
- package/dist/lit/components/breadcrumbs/index.styles.js +105 -0
- package/dist/lit/components/bubble/index.d.ts +4 -0
- package/dist/lit/components/bubble/index.js +14 -11
- package/dist/lit/components/bubble/index.styles.js +196 -0
- package/dist/lit/components/button/index.d.ts +1 -0
- package/dist/lit/components/button/index.js +6 -13
- package/dist/lit/components/button/index.styles.js +356 -0
- package/dist/lit/components/card/index.d.ts +1 -0
- package/dist/lit/components/card/index.js +4 -2
- package/dist/lit/components/card/index.styles.js +113 -0
- package/dist/lit/components/chat/index.d.ts +6 -0
- package/dist/lit/components/chat/index.js +15 -10
- package/dist/lit/components/chat/index.styles.js +306 -0
- package/dist/lit/components/checkbox/index.d.ts +1 -0
- package/dist/lit/components/checkbox/index.js +7 -4
- package/dist/lit/components/checkbox/index.styles.js +140 -0
- package/dist/lit/components/chip/index.d.ts +5 -0
- package/dist/lit/components/chip/index.js +8 -2
- package/dist/lit/components/chip/index.styles.js +159 -0
- package/dist/lit/components/chip-group/index.d.ts +4 -0
- package/dist/lit/components/chip-group/index.js +7 -2
- package/dist/lit/components/chip-group/index.styles.js +33 -0
- package/dist/lit/components/code/index.d.ts +1 -0
- package/dist/lit/components/code/index.js +4 -3
- package/dist/lit/components/code/index.styles.js +56 -0
- package/dist/lit/components/composer/index.d.ts +6 -0
- package/dist/lit/components/composer/index.js +15 -10
- package/dist/lit/components/composer/index.styles.js +562 -0
- package/dist/lit/components/data-table/index.css +18 -0
- package/dist/lit/components/data-table/index.d.ts +30 -0
- package/dist/lit/components/data-table/index.js +120 -34
- package/dist/lit/components/data-table/index.styles.js +198 -0
- package/dist/lit/components/date-range/index.d.ts +4 -0
- package/dist/lit/components/date-range/index.js +7 -2
- package/dist/lit/components/date-range/index.styles.js +338 -0
- package/dist/lit/components/dialog/index.d.ts +4 -0
- package/dist/lit/components/dialog/index.js +7 -2
- package/dist/lit/components/dialog/index.styles.js +138 -0
- package/dist/lit/components/divider/index.d.ts +1 -0
- package/dist/lit/components/divider/index.js +4 -2
- package/dist/lit/components/divider/index.styles.js +41 -0
- package/dist/lit/components/empty-state/index.d.ts +1 -0
- package/dist/lit/components/empty-state/index.js +4 -2
- package/dist/lit/components/empty-state/index.styles.js +83 -0
- package/dist/lit/components/expansion-panel/index.d.ts +5 -0
- package/dist/lit/components/expansion-panel/index.js +8 -2
- package/dist/lit/components/expansion-panel/index.styles.js +134 -0
- package/dist/lit/components/field/index.d.ts +4 -0
- package/dist/lit/components/field/index.js +9 -4
- package/dist/lit/components/field/index.styles.js +237 -0
- package/dist/lit/components/file-input/index.d.ts +4 -0
- package/dist/lit/components/file-input/index.js +10 -4
- package/dist/lit/components/file-input/index.styles.js +271 -0
- package/dist/lit/components/form/index.d.ts +4 -0
- package/dist/lit/components/form/index.js +7 -2
- package/dist/lit/components/form/index.styles.js +43 -0
- package/dist/lit/components/grid/index.d.ts +1 -0
- package/dist/lit/components/grid/index.js +4 -2
- package/dist/lit/components/grid/index.styles.js +67 -0
- package/dist/lit/components/kbd/index.d.ts +1 -0
- package/dist/lit/components/kbd/index.js +4 -2
- package/dist/lit/components/kbd/index.styles.js +49 -0
- package/dist/lit/components/list/index.d.ts +4 -0
- package/dist/lit/components/list/index.js +7 -2
- package/dist/lit/components/list/index.styles.js +29 -0
- package/dist/lit/components/list-item/index.d.ts +1 -0
- package/dist/lit/components/list-item/index.js +4 -2
- package/dist/lit/components/list-item/index.styles.js +133 -0
- package/dist/lit/components/menu/index.d.ts +8 -0
- package/dist/lit/components/menu/index.js +11 -3
- package/dist/lit/components/menu/index.styles.js +108 -0
- package/dist/lit/components/multi-select/index.css +156 -0
- package/dist/lit/components/multi-select/index.d.ts +70 -0
- package/dist/lit/components/multi-select/index.js +497 -0
- package/dist/lit/components/multi-select/index.styles.js +170 -0
- package/dist/lit/components/navigation-drawer/index.d.ts +4 -0
- package/dist/lit/components/navigation-drawer/index.js +7 -2
- package/dist/lit/components/navigation-drawer/index.styles.js +128 -0
- package/dist/lit/components/overlay/index.d.ts +5 -0
- package/dist/lit/components/overlay/index.js +8 -2
- package/dist/lit/components/overlay/index.styles.js +185 -0
- package/dist/lit/components/pagination/index.d.ts +17 -0
- package/dist/lit/components/pagination/index.js +53 -8
- package/dist/lit/components/pagination/index.styles.js +116 -0
- package/dist/lit/components/popover/index.d.ts +5 -0
- package/dist/lit/components/popover/index.js +8 -2
- package/dist/lit/components/popover/index.styles.js +48 -0
- package/dist/lit/components/primitives/index.js +8 -9
- package/dist/lit/components/primitives/index.styles.js +518 -0
- package/dist/lit/components/progress/index.d.ts +1 -0
- package/dist/lit/components/progress/index.js +4 -2
- package/dist/lit/components/progress/index.styles.js +157 -0
- package/dist/lit/components/radio-group/index.d.ts +5 -0
- package/dist/lit/components/radio-group/index.js +10 -6
- package/dist/lit/components/radio-group/index.styles.js +192 -0
- package/dist/lit/components/select/index.d.ts +4 -0
- package/dist/lit/components/select/index.js +10 -2
- package/dist/lit/components/select/index.styles.js +165 -0
- package/dist/lit/components/sidebar-item/index.js +8 -9
- package/dist/lit/components/sidebar-item/index.styles.js +147 -0
- package/dist/lit/components/skeleton/index.d.ts +1 -0
- package/dist/lit/components/skeleton/index.js +4 -2
- package/dist/lit/components/skeleton/index.styles.js +95 -0
- package/dist/lit/components/slider/index.d.ts +5 -0
- package/dist/lit/components/slider/index.js +11 -4
- package/dist/lit/components/slider/index.styles.js +185 -0
- package/dist/lit/components/snackbar/index.d.ts +4 -0
- package/dist/lit/components/snackbar/index.js +14 -10
- package/dist/lit/components/snackbar/index.styles.js +293 -0
- package/dist/lit/components/stack/index.d.ts +1 -0
- package/dist/lit/components/stack/index.js +4 -2
- package/dist/lit/components/stack/index.styles.js +55 -0
- package/dist/lit/components/switch/index.d.ts +1 -0
- package/dist/lit/components/switch/index.js +7 -4
- package/dist/lit/components/switch/index.styles.js +140 -0
- package/dist/lit/components/table/index.d.ts +1 -0
- package/dist/lit/components/table/index.js +4 -2
- package/dist/lit/components/table/index.styles.js +99 -0
- package/dist/lit/components/tabs/index.d.ts +4 -0
- package/dist/lit/components/tabs/index.js +8 -4
- package/dist/lit/components/tabs/index.styles.js +130 -0
- package/dist/lit/components/text-field/index.d.ts +1 -0
- package/dist/lit/components/text-field/index.js +7 -2
- package/dist/lit/components/text-field/index.styles.js +104 -0
- package/dist/lit/components/textarea/index.d.ts +1 -0
- package/dist/lit/components/textarea/index.js +7 -2
- package/dist/lit/components/textarea/index.styles.js +69 -0
- package/dist/lit/components/tooltip/index.d.ts +1 -0
- package/dist/lit/components/tooltip/index.js +4 -2
- package/dist/lit/components/tooltip/index.styles.js +51 -0
- package/dist/lit/components/validation/index.d.ts +6 -0
- package/dist/lit/components/validation/index.js +15 -10
- package/dist/lit/components/validation/index.styles.js +400 -0
- package/dist/lit/index.d.ts +1 -0
- package/dist/lit/index.js +1 -0
- package/dist/react/XmAlert.d.ts +99 -0
- package/dist/react/XmAlert.js +45 -0
- package/dist/react/XmAppBar.d.ts +59 -0
- package/dist/react/XmAppBar.js +34 -0
- package/dist/react/XmArtifact.d.ts +113 -0
- package/dist/react/XmArtifact.js +45 -0
- package/dist/react/XmArtifactChip.d.ts +56 -0
- package/dist/react/XmArtifactChip.js +32 -0
- package/dist/react/XmAutocomplete.d.ts +153 -0
- package/dist/react/XmAutocomplete.js +68 -0
- package/dist/react/XmAvatar.d.ts +71 -0
- package/dist/react/XmAvatar.js +40 -0
- package/dist/react/XmAvatarGroup.d.ts +59 -0
- package/dist/react/XmAvatarGroup.js +34 -0
- package/dist/react/XmBadge.d.ts +67 -0
- package/dist/react/XmBadge.js +38 -0
- package/dist/react/XmBrandGlyph.d.ts +46 -0
- package/dist/react/XmBrandGlyph.js +24 -0
- package/dist/react/XmBrandMark.d.ts +71 -0
- package/dist/react/XmBrandMark.js +40 -0
- package/dist/react/XmBreadcrumbs.d.ts +56 -0
- package/dist/react/XmBreadcrumbs.js +32 -0
- package/dist/react/XmBubble.d.ts +69 -0
- package/dist/react/XmBubble.js +38 -0
- package/dist/react/XmBubbleActions.d.ts +59 -0
- package/dist/react/XmBubbleActions.js +34 -0
- package/dist/react/XmBubbleGroup.d.ts +82 -0
- package/dist/react/XmBubbleGroup.js +36 -0
- package/dist/react/XmButton.d.ts +89 -0
- package/dist/react/XmButton.js +48 -0
- package/dist/react/XmCard.d.ts +59 -0
- package/dist/react/XmCard.js +34 -0
- package/dist/react/XmChatShell.d.ts +110 -0
- package/dist/react/XmChatShell.js +44 -0
- package/dist/react/XmCheckbox.d.ts +145 -0
- package/dist/react/XmCheckbox.js +58 -0
- package/dist/react/XmChip.d.ts +99 -0
- package/dist/react/XmChip.js +46 -0
- package/dist/react/XmChipGroup.d.ts +79 -0
- package/dist/react/XmChipGroup.js +35 -0
- package/dist/react/XmCode.d.ts +55 -0
- package/dist/react/XmCode.js +32 -0
- package/dist/react/XmComposer.d.ts +123 -0
- package/dist/react/XmComposer.js +52 -0
- package/dist/react/XmDataTable.d.ts +125 -0
- package/dist/react/XmDataTable.js +65 -0
- package/dist/react/XmDateRange.d.ts +93 -0
- package/dist/react/XmDateRange.js +41 -0
- package/dist/react/XmDialog.d.ts +87 -0
- package/dist/react/XmDialog.js +40 -0
- package/dist/react/XmDivider.d.ts +55 -0
- package/dist/react/XmDivider.js +32 -0
- package/dist/react/XmEmptyState.d.ts +61 -0
- package/dist/react/XmEmptyState.js +34 -0
- package/dist/react/XmExpansionPanel.d.ts +101 -0
- package/dist/react/XmExpansionPanel.js +48 -0
- package/dist/react/XmFileInput.d.ts +151 -0
- package/dist/react/XmFileInput.js +68 -0
- package/dist/react/XmFileValidationBlock.d.ts +111 -0
- package/dist/react/XmFileValidationBlock.js +45 -0
- package/dist/react/XmForm.d.ts +91 -0
- package/dist/react/XmForm.js +37 -0
- package/dist/react/XmGrid.d.ts +59 -0
- package/dist/react/XmGrid.js +34 -0
- package/dist/react/XmKbd.d.ts +46 -0
- package/dist/react/XmKbd.js +24 -0
- package/dist/react/XmList.d.ts +83 -0
- package/dist/react/XmList.js +37 -0
- package/dist/react/XmListItem.d.ts +67 -0
- package/dist/react/XmListItem.js +38 -0
- package/dist/react/XmMenu.d.ts +98 -0
- package/dist/react/XmMenu.js +42 -0
- package/dist/react/XmMenuItem.d.ts +63 -0
- package/dist/react/XmMenuItem.js +36 -0
- package/dist/react/XmMultiSelect.d.ts +161 -0
- package/dist/react/XmMultiSelect.js +72 -0
- package/dist/react/XmNavigationDrawer.d.ts +93 -0
- package/dist/react/XmNavigationDrawer.js +41 -0
- package/dist/react/XmOverlay.d.ts +120 -0
- package/dist/react/XmOverlay.js +54 -0
- package/dist/react/XmPagination.d.ts +117 -0
- package/dist/react/XmPagination.js +57 -0
- package/dist/react/XmPopover.d.ts +90 -0
- package/dist/react/XmPopover.js +40 -0
- package/dist/react/XmProgress.d.ts +75 -0
- package/dist/react/XmProgress.js +42 -0
- package/dist/react/XmRadio.d.ts +88 -0
- package/dist/react/XmRadio.js +41 -0
- package/dist/react/XmRadioGroup.d.ts +139 -0
- package/dist/react/XmRadioGroup.js +56 -0
- package/dist/react/XmSelect.d.ts +152 -0
- package/dist/react/XmSelect.js +68 -0
- package/dist/react/XmSidebarItem.d.ts +75 -0
- package/dist/react/XmSidebarItem.js +42 -0
- package/dist/react/XmSkeleton.d.ts +71 -0
- package/dist/react/XmSkeleton.js +40 -0
- package/dist/react/XmSlider.d.ts +160 -0
- package/dist/react/XmSlider.js +74 -0
- package/dist/react/XmSnackbar.d.ts +110 -0
- package/dist/react/XmSnackbar.js +49 -0
- package/dist/react/XmStack.d.ts +71 -0
- package/dist/react/XmStack.js +40 -0
- package/dist/react/XmSwitch.d.ts +136 -0
- package/dist/react/XmSwitch.js +56 -0
- package/dist/react/XmTab.d.ts +79 -0
- package/dist/react/XmTab.js +37 -0
- package/dist/react/XmTabPanel.d.ts +55 -0
- package/dist/react/XmTabPanel.js +32 -0
- package/dist/react/XmTable.d.ts +57 -0
- package/dist/react/XmTable.js +32 -0
- package/dist/react/XmTabs.d.ts +82 -0
- package/dist/react/XmTabs.js +37 -0
- package/dist/react/XmTextField.d.ts +147 -0
- package/dist/react/XmTextField.js +60 -0
- package/dist/react/XmTextarea.d.ts +155 -0
- package/dist/react/XmTextarea.js +64 -0
- package/dist/react/XmTooltip.d.ts +67 -0
- package/dist/react/XmTooltip.js +38 -0
- package/dist/react/index.d.ts +59 -0
- package/dist/react/index.js +59 -0
- package/dist/react/react-utils.js +67 -0
- package/package.json +37 -9
- package/styles/_base-typography.css +86 -0
- package/styles/_primitives.css +54 -0
- package/styles/_reset.css +58 -0
- package/styles/base.css +23 -0
- package/vscode.css-custom-data.json +6 -0
- package/vscode.html-custom-data.json +979 -0
|
@@ -0,0 +1,147 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import {
|
|
3
|
+
XmTextField as XmTextFieldElement,
|
|
4
|
+
CustomEvent,
|
|
5
|
+
} from "../lit/components/text-field/index.js";
|
|
6
|
+
|
|
7
|
+
/**
|
|
8
|
+
* A generic type for strongly typing custom events with their targets
|
|
9
|
+
* @template T - The type of the event target (extends EventTarget)
|
|
10
|
+
* @template D - The type of the detail payload for the custom event
|
|
11
|
+
*/
|
|
12
|
+
type TypedEvent<T extends EventTarget, E = Event> = E & {
|
|
13
|
+
target: T;
|
|
14
|
+
};
|
|
15
|
+
/** `XmTextField` component event */
|
|
16
|
+
export type XmTextFieldElementEvent<E = Event> = TypedEvent<
|
|
17
|
+
XmTextFieldElement,
|
|
18
|
+
E
|
|
19
|
+
>;
|
|
20
|
+
|
|
21
|
+
export type { XmTextFieldElement, CustomEvent };
|
|
22
|
+
|
|
23
|
+
export interface XmTextFieldProps extends Pick<
|
|
24
|
+
React.AllHTMLAttributes<HTMLElement>,
|
|
25
|
+
| "children"
|
|
26
|
+
| "dir"
|
|
27
|
+
| "hidden"
|
|
28
|
+
| "id"
|
|
29
|
+
| "lang"
|
|
30
|
+
| "slot"
|
|
31
|
+
| "style"
|
|
32
|
+
| "title"
|
|
33
|
+
| "translate"
|
|
34
|
+
| "onClick"
|
|
35
|
+
| "onFocus"
|
|
36
|
+
| "onBlur"
|
|
37
|
+
> {
|
|
38
|
+
/** undefined */
|
|
39
|
+
required?: boolean;
|
|
40
|
+
|
|
41
|
+
/** undefined */
|
|
42
|
+
disabled?: boolean;
|
|
43
|
+
|
|
44
|
+
/** undefined */
|
|
45
|
+
readOnly?: boolean;
|
|
46
|
+
|
|
47
|
+
/** undefined */
|
|
48
|
+
loading?: boolean;
|
|
49
|
+
|
|
50
|
+
/** INITIAL checked for toggle subclasses; mapped from attribute `checked`. */
|
|
51
|
+
initialChecked?: boolean;
|
|
52
|
+
|
|
53
|
+
/** Native input type — single-line text variants only. */
|
|
54
|
+
type?: XmTextFieldElement["type"];
|
|
55
|
+
|
|
56
|
+
/** Native placeholder — shown when the live value is empty. */
|
|
57
|
+
placeholder?: XmTextFieldElement["placeholder"];
|
|
58
|
+
|
|
59
|
+
/** undefined */
|
|
60
|
+
label?: XmTextFieldElement["label"];
|
|
61
|
+
|
|
62
|
+
/** undefined */
|
|
63
|
+
helper?: XmTextFieldElement["helper"];
|
|
64
|
+
|
|
65
|
+
/** Severity copy. Non-empty ⇒ the field is in error (icon + copy, never color). */
|
|
66
|
+
error?: XmTextFieldElement["error"];
|
|
67
|
+
|
|
68
|
+
/** undefined */
|
|
69
|
+
size?: XmTextFieldElement["size"];
|
|
70
|
+
|
|
71
|
+
/** Form-control name — mirrors native <input name>. */
|
|
72
|
+
name?: XmTextFieldElement["name"];
|
|
73
|
+
|
|
74
|
+
/** INITIAL value (uncontrolled-first, AD-6): the `value` attribute seeds the
|
|
75
|
+
live state once, then never overrides user input. Mapped from attribute
|
|
76
|
+
`value` so authors write `<xm-text-field value="…">`. */
|
|
77
|
+
initialValue?: XmTextFieldElement["initialValue"];
|
|
78
|
+
|
|
79
|
+
/** A space-separated list of the classes of the element. Classes allows CSS and JavaScript to select and access specific elements via the class selectors or functions like the method `Document.getElementsByClassName()`. */
|
|
80
|
+
className?: string;
|
|
81
|
+
|
|
82
|
+
/** Contains a space-separated list of the part names of the element that should be exposed on the host element. */
|
|
83
|
+
exportparts?: string;
|
|
84
|
+
|
|
85
|
+
/** Used for labels to link them with their inputs (using input id). */
|
|
86
|
+
htmlFor?: string;
|
|
87
|
+
|
|
88
|
+
/** Used to help React identify which items have changed, are added, or are removed within a list. */
|
|
89
|
+
key?: number | string;
|
|
90
|
+
|
|
91
|
+
/** Contains a space-separated list of the part names of the element. Part names allows CSS to select and style specific elements in a shadow tree via the ::part pseudo-element. */
|
|
92
|
+
part?: string;
|
|
93
|
+
|
|
94
|
+
/** A mutable ref object whose `.current` property is initialized to the passed argument (`initialValue`). The returned object will persist for the full lifetime of the component. */
|
|
95
|
+
ref?: React.Ref<XmTextFieldElement>;
|
|
96
|
+
|
|
97
|
+
/** Allows developers to make HTML elements focusable, allow or prevent them from being sequentially focusable (usually with the `Tab` key, hence the name) and determine their relative ordering for sequential focus navigation. */
|
|
98
|
+
tabIndex?: number;
|
|
99
|
+
|
|
100
|
+
/** Fired on each edit with the current value in `detail` (inherited by every field). */
|
|
101
|
+
onInput?: (event: XmTextFieldElementEvent) => void;
|
|
102
|
+
|
|
103
|
+
/** Fired on commit with the new value in `detail` (inherited by every field). */
|
|
104
|
+
onChange?: (event: XmTextFieldElementEvent) => void;
|
|
105
|
+
}
|
|
106
|
+
|
|
107
|
+
/**
|
|
108
|
+
*
|
|
109
|
+
*
|
|
110
|
+
* ## Attributes & Properties
|
|
111
|
+
*
|
|
112
|
+
* Component attributes and properties that can be applied to the element or by using JavaScript.
|
|
113
|
+
*
|
|
114
|
+
* - `type`: Native input type — single-line text variants only.
|
|
115
|
+
* - `placeholder`: Native placeholder — shown when the live value is empty.
|
|
116
|
+
* - `label`: undefined
|
|
117
|
+
* - `helper`: undefined
|
|
118
|
+
* - `error`: Severity copy. Non-empty ⇒ the field is in error (icon + copy, never color).
|
|
119
|
+
* - `size`: undefined
|
|
120
|
+
* - `required`: undefined
|
|
121
|
+
* - `disabled`: undefined
|
|
122
|
+
* - `readonly`/`readOnly`: undefined
|
|
123
|
+
* - `loading`: undefined
|
|
124
|
+
* - `name`: Form-control name — mirrors native <input name>.
|
|
125
|
+
* - `value`/`initialValue`: INITIAL value (uncontrolled-first, AD-6): the `value` attribute seeds the
|
|
126
|
+
* live state once, then never overrides user input. Mapped from attribute
|
|
127
|
+
* `value` so authors write `<xm-text-field value="…">`.
|
|
128
|
+
* - `checked`/`initialChecked`: INITIAL checked for toggle subclasses; mapped from attribute `checked`.
|
|
129
|
+
* - `readonly`: undefined (property only)
|
|
130
|
+
* - `value`: Programmatic reset support — setting `value` after first paint updates live state. (property only)
|
|
131
|
+
* - `checked`: Public read contract for toggle subclasses (AD-6a). (property only)
|
|
132
|
+
*
|
|
133
|
+
* ## Events
|
|
134
|
+
*
|
|
135
|
+
* Events that will be emitted by the component.
|
|
136
|
+
*
|
|
137
|
+
* - `input`: Fired on each edit with the current value in `detail` (inherited by every field).
|
|
138
|
+
* - `change`: Fired on commit with the new value in `detail` (inherited by every field).
|
|
139
|
+
*
|
|
140
|
+
* ## Methods
|
|
141
|
+
*
|
|
142
|
+
* Methods that can be called to access component functionality.
|
|
143
|
+
*
|
|
144
|
+
* - `setFormDisabled(disabled: boolean) => void`: Down-propagation hook: xm-form (Story 2.10) sets this; it OR's with the
|
|
145
|
+
* field's own disabled and can never re-enable a self-disabled field.
|
|
146
|
+
*/
|
|
147
|
+
export const XmTextField: React.ForwardRefExoticComponent<XmTextFieldProps>;
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
import React, { forwardRef, useRef } from "react";
|
|
2
|
+
import "../lit/components/text-field/index.js";
|
|
3
|
+
import { useEventListener, createForwardedRefHandler } from "./react-utils.js";
|
|
4
|
+
|
|
5
|
+
export const XmTextField = forwardRef((props, forwardedRef) => {
|
|
6
|
+
const ref = useRef(null);
|
|
7
|
+
const {
|
|
8
|
+
required,
|
|
9
|
+
disabled,
|
|
10
|
+
readOnly,
|
|
11
|
+
loading,
|
|
12
|
+
initialChecked,
|
|
13
|
+
type,
|
|
14
|
+
placeholder,
|
|
15
|
+
label,
|
|
16
|
+
helper,
|
|
17
|
+
error,
|
|
18
|
+
size,
|
|
19
|
+
name,
|
|
20
|
+
initialValue,
|
|
21
|
+
className,
|
|
22
|
+
exportparts,
|
|
23
|
+
htmlFor,
|
|
24
|
+
part,
|
|
25
|
+
tabIndex,
|
|
26
|
+
...restProps
|
|
27
|
+
} = props;
|
|
28
|
+
|
|
29
|
+
/** Event listeners - run once */
|
|
30
|
+
useEventListener(ref, "input", props.onInput);
|
|
31
|
+
useEventListener(ref, "change", props.onChange);
|
|
32
|
+
|
|
33
|
+
return React.createElement(
|
|
34
|
+
"xm-text-field",
|
|
35
|
+
{
|
|
36
|
+
ref: createForwardedRefHandler(ref, forwardedRef),
|
|
37
|
+
...restProps,
|
|
38
|
+
type: type,
|
|
39
|
+
placeholder: placeholder,
|
|
40
|
+
label: label,
|
|
41
|
+
helper: helper,
|
|
42
|
+
error: error,
|
|
43
|
+
size: size,
|
|
44
|
+
name: name,
|
|
45
|
+
value: initialValue ?? props["value"],
|
|
46
|
+
class: className,
|
|
47
|
+
exportparts: exportparts,
|
|
48
|
+
for: htmlFor ?? props["for"],
|
|
49
|
+
part: part,
|
|
50
|
+
tabindex: tabIndex ?? props["tabindex"],
|
|
51
|
+
required: required ? true : undefined,
|
|
52
|
+
disabled: disabled ? true : undefined,
|
|
53
|
+
readonly: readOnly ? true : undefined,
|
|
54
|
+
loading: loading ? true : undefined,
|
|
55
|
+
checked: initialChecked ? true : undefined,
|
|
56
|
+
style: { ...props.style },
|
|
57
|
+
},
|
|
58
|
+
props.children,
|
|
59
|
+
);
|
|
60
|
+
});
|
|
@@ -0,0 +1,155 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import {
|
|
3
|
+
XmTextarea as XmTextareaElement,
|
|
4
|
+
CustomEvent,
|
|
5
|
+
} from "../lit/components/textarea/index.js";
|
|
6
|
+
|
|
7
|
+
/**
|
|
8
|
+
* A generic type for strongly typing custom events with their targets
|
|
9
|
+
* @template T - The type of the event target (extends EventTarget)
|
|
10
|
+
* @template D - The type of the detail payload for the custom event
|
|
11
|
+
*/
|
|
12
|
+
type TypedEvent<T extends EventTarget, E = Event> = E & {
|
|
13
|
+
target: T;
|
|
14
|
+
};
|
|
15
|
+
/** `XmTextarea` component event */
|
|
16
|
+
export type XmTextareaElementEvent<E = Event> = TypedEvent<
|
|
17
|
+
XmTextareaElement,
|
|
18
|
+
E
|
|
19
|
+
>;
|
|
20
|
+
|
|
21
|
+
export type { XmTextareaElement, CustomEvent };
|
|
22
|
+
|
|
23
|
+
export interface XmTextareaProps extends Pick<
|
|
24
|
+
React.AllHTMLAttributes<HTMLElement>,
|
|
25
|
+
| "children"
|
|
26
|
+
| "dir"
|
|
27
|
+
| "hidden"
|
|
28
|
+
| "id"
|
|
29
|
+
| "lang"
|
|
30
|
+
| "slot"
|
|
31
|
+
| "style"
|
|
32
|
+
| "title"
|
|
33
|
+
| "translate"
|
|
34
|
+
| "onClick"
|
|
35
|
+
| "onFocus"
|
|
36
|
+
| "onBlur"
|
|
37
|
+
> {
|
|
38
|
+
/** Grow the textarea height with content up to `maxRows` (no scroll jitter). */
|
|
39
|
+
autoGrow?: boolean;
|
|
40
|
+
|
|
41
|
+
/** undefined */
|
|
42
|
+
required?: boolean;
|
|
43
|
+
|
|
44
|
+
/** undefined */
|
|
45
|
+
disabled?: boolean;
|
|
46
|
+
|
|
47
|
+
/** undefined */
|
|
48
|
+
readOnly?: boolean;
|
|
49
|
+
|
|
50
|
+
/** undefined */
|
|
51
|
+
loading?: boolean;
|
|
52
|
+
|
|
53
|
+
/** INITIAL checked for toggle subclasses; mapped from attribute `checked`. */
|
|
54
|
+
initialChecked?: boolean;
|
|
55
|
+
|
|
56
|
+
/** Initial visible height in text rows. */
|
|
57
|
+
rows?: XmTextareaElement["rows"];
|
|
58
|
+
|
|
59
|
+
/** Native placeholder — shown when the live value is empty. */
|
|
60
|
+
placeholder?: XmTextareaElement["placeholder"];
|
|
61
|
+
|
|
62
|
+
/** Cap for auto-grow, in rows. Beyond it the textarea scrolls. */
|
|
63
|
+
maxRows?: XmTextareaElement["maxRows"];
|
|
64
|
+
|
|
65
|
+
/** undefined */
|
|
66
|
+
label?: XmTextareaElement["label"];
|
|
67
|
+
|
|
68
|
+
/** undefined */
|
|
69
|
+
helper?: XmTextareaElement["helper"];
|
|
70
|
+
|
|
71
|
+
/** Severity copy. Non-empty ⇒ the field is in error (icon + copy, never color). */
|
|
72
|
+
error?: XmTextareaElement["error"];
|
|
73
|
+
|
|
74
|
+
/** undefined */
|
|
75
|
+
size?: XmTextareaElement["size"];
|
|
76
|
+
|
|
77
|
+
/** Form-control name — mirrors native <input name>. */
|
|
78
|
+
name?: XmTextareaElement["name"];
|
|
79
|
+
|
|
80
|
+
/** INITIAL value (uncontrolled-first, AD-6): the `value` attribute seeds the
|
|
81
|
+
live state once, then never overrides user input. Mapped from attribute
|
|
82
|
+
`value` so authors write `<xm-text-field value="…">`. */
|
|
83
|
+
initialValue?: XmTextareaElement["initialValue"];
|
|
84
|
+
|
|
85
|
+
/** A space-separated list of the classes of the element. Classes allows CSS and JavaScript to select and access specific elements via the class selectors or functions like the method `Document.getElementsByClassName()`. */
|
|
86
|
+
className?: string;
|
|
87
|
+
|
|
88
|
+
/** Contains a space-separated list of the part names of the element that should be exposed on the host element. */
|
|
89
|
+
exportparts?: string;
|
|
90
|
+
|
|
91
|
+
/** Used for labels to link them with their inputs (using input id). */
|
|
92
|
+
htmlFor?: string;
|
|
93
|
+
|
|
94
|
+
/** Used to help React identify which items have changed, are added, or are removed within a list. */
|
|
95
|
+
key?: number | string;
|
|
96
|
+
|
|
97
|
+
/** Contains a space-separated list of the part names of the element. Part names allows CSS to select and style specific elements in a shadow tree via the ::part pseudo-element. */
|
|
98
|
+
part?: string;
|
|
99
|
+
|
|
100
|
+
/** A mutable ref object whose `.current` property is initialized to the passed argument (`initialValue`). The returned object will persist for the full lifetime of the component. */
|
|
101
|
+
ref?: React.Ref<XmTextareaElement>;
|
|
102
|
+
|
|
103
|
+
/** Allows developers to make HTML elements focusable, allow or prevent them from being sequentially focusable (usually with the `Tab` key, hence the name) and determine their relative ordering for sequential focus navigation. */
|
|
104
|
+
tabIndex?: number;
|
|
105
|
+
|
|
106
|
+
/** Fired on each edit with the current value in `detail` (inherited by every field). */
|
|
107
|
+
onInput?: (event: XmTextareaElementEvent) => void;
|
|
108
|
+
|
|
109
|
+
/** Fired on commit with the new value in `detail` (inherited by every field). */
|
|
110
|
+
onChange?: (event: XmTextareaElementEvent) => void;
|
|
111
|
+
}
|
|
112
|
+
|
|
113
|
+
/**
|
|
114
|
+
*
|
|
115
|
+
*
|
|
116
|
+
* ## Attributes & Properties
|
|
117
|
+
*
|
|
118
|
+
* Component attributes and properties that can be applied to the element or by using JavaScript.
|
|
119
|
+
*
|
|
120
|
+
* - `rows`: Initial visible height in text rows.
|
|
121
|
+
* - `placeholder`: Native placeholder — shown when the live value is empty.
|
|
122
|
+
* - `auto-grow`/`autoGrow`: Grow the textarea height with content up to `maxRows` (no scroll jitter).
|
|
123
|
+
* - `max-rows`/`maxRows`: Cap for auto-grow, in rows. Beyond it the textarea scrolls.
|
|
124
|
+
* - `label`: undefined
|
|
125
|
+
* - `helper`: undefined
|
|
126
|
+
* - `error`: Severity copy. Non-empty ⇒ the field is in error (icon + copy, never color).
|
|
127
|
+
* - `size`: undefined
|
|
128
|
+
* - `required`: undefined
|
|
129
|
+
* - `disabled`: undefined
|
|
130
|
+
* - `readonly`/`readOnly`: undefined
|
|
131
|
+
* - `loading`: undefined
|
|
132
|
+
* - `name`: Form-control name — mirrors native <input name>.
|
|
133
|
+
* - `value`/`initialValue`: INITIAL value (uncontrolled-first, AD-6): the `value` attribute seeds the
|
|
134
|
+
* live state once, then never overrides user input. Mapped from attribute
|
|
135
|
+
* `value` so authors write `<xm-text-field value="…">`.
|
|
136
|
+
* - `checked`/`initialChecked`: INITIAL checked for toggle subclasses; mapped from attribute `checked`.
|
|
137
|
+
* - `readonly`: undefined (property only)
|
|
138
|
+
* - `value`: Programmatic reset support — setting `value` after first paint updates live state. (property only)
|
|
139
|
+
* - `checked`: Public read contract for toggle subclasses (AD-6a). (property only)
|
|
140
|
+
*
|
|
141
|
+
* ## Events
|
|
142
|
+
*
|
|
143
|
+
* Events that will be emitted by the component.
|
|
144
|
+
*
|
|
145
|
+
* - `input`: Fired on each edit with the current value in `detail` (inherited by every field).
|
|
146
|
+
* - `change`: Fired on commit with the new value in `detail` (inherited by every field).
|
|
147
|
+
*
|
|
148
|
+
* ## Methods
|
|
149
|
+
*
|
|
150
|
+
* Methods that can be called to access component functionality.
|
|
151
|
+
*
|
|
152
|
+
* - `setFormDisabled(disabled: boolean) => void`: Down-propagation hook: xm-form (Story 2.10) sets this; it OR's with the
|
|
153
|
+
* field's own disabled and can never re-enable a self-disabled field.
|
|
154
|
+
*/
|
|
155
|
+
export const XmTextarea: React.ForwardRefExoticComponent<XmTextareaProps>;
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
import React, { forwardRef, useRef } from "react";
|
|
2
|
+
import "../lit/components/textarea/index.js";
|
|
3
|
+
import { useEventListener, createForwardedRefHandler } from "./react-utils.js";
|
|
4
|
+
|
|
5
|
+
export const XmTextarea = forwardRef((props, forwardedRef) => {
|
|
6
|
+
const ref = useRef(null);
|
|
7
|
+
const {
|
|
8
|
+
autoGrow,
|
|
9
|
+
required,
|
|
10
|
+
disabled,
|
|
11
|
+
readOnly,
|
|
12
|
+
loading,
|
|
13
|
+
initialChecked,
|
|
14
|
+
rows,
|
|
15
|
+
placeholder,
|
|
16
|
+
maxRows,
|
|
17
|
+
label,
|
|
18
|
+
helper,
|
|
19
|
+
error,
|
|
20
|
+
size,
|
|
21
|
+
name,
|
|
22
|
+
initialValue,
|
|
23
|
+
className,
|
|
24
|
+
exportparts,
|
|
25
|
+
htmlFor,
|
|
26
|
+
part,
|
|
27
|
+
tabIndex,
|
|
28
|
+
...restProps
|
|
29
|
+
} = props;
|
|
30
|
+
|
|
31
|
+
/** Event listeners - run once */
|
|
32
|
+
useEventListener(ref, "input", props.onInput);
|
|
33
|
+
useEventListener(ref, "change", props.onChange);
|
|
34
|
+
|
|
35
|
+
return React.createElement(
|
|
36
|
+
"xm-textarea",
|
|
37
|
+
{
|
|
38
|
+
ref: createForwardedRefHandler(ref, forwardedRef),
|
|
39
|
+
...restProps,
|
|
40
|
+
rows: rows,
|
|
41
|
+
placeholder: placeholder,
|
|
42
|
+
"max-rows": maxRows ?? props["max-rows"],
|
|
43
|
+
label: label,
|
|
44
|
+
helper: helper,
|
|
45
|
+
error: error,
|
|
46
|
+
size: size,
|
|
47
|
+
name: name,
|
|
48
|
+
value: initialValue ?? props["value"],
|
|
49
|
+
class: className,
|
|
50
|
+
exportparts: exportparts,
|
|
51
|
+
for: htmlFor ?? props["for"],
|
|
52
|
+
part: part,
|
|
53
|
+
tabindex: tabIndex ?? props["tabindex"],
|
|
54
|
+
"auto-grow": autoGrow ? true : undefined,
|
|
55
|
+
required: required ? true : undefined,
|
|
56
|
+
disabled: disabled ? true : undefined,
|
|
57
|
+
readonly: readOnly ? true : undefined,
|
|
58
|
+
loading: loading ? true : undefined,
|
|
59
|
+
checked: initialChecked ? true : undefined,
|
|
60
|
+
style: { ...props.style },
|
|
61
|
+
},
|
|
62
|
+
props.children,
|
|
63
|
+
);
|
|
64
|
+
});
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { XmTooltip as XmTooltipElement } from "../lit/components/tooltip/index.js";
|
|
3
|
+
|
|
4
|
+
export type { XmTooltipElement };
|
|
5
|
+
|
|
6
|
+
export interface XmTooltipProps extends Pick<
|
|
7
|
+
React.AllHTMLAttributes<HTMLElement>,
|
|
8
|
+
| "children"
|
|
9
|
+
| "dir"
|
|
10
|
+
| "hidden"
|
|
11
|
+
| "id"
|
|
12
|
+
| "lang"
|
|
13
|
+
| "slot"
|
|
14
|
+
| "style"
|
|
15
|
+
| "title"
|
|
16
|
+
| "translate"
|
|
17
|
+
| "onClick"
|
|
18
|
+
| "onFocus"
|
|
19
|
+
| "onBlur"
|
|
20
|
+
> {
|
|
21
|
+
/** undefined */
|
|
22
|
+
open?: boolean;
|
|
23
|
+
|
|
24
|
+
/** undefined */
|
|
25
|
+
text?: XmTooltipElement["text"];
|
|
26
|
+
|
|
27
|
+
/** undefined */
|
|
28
|
+
placement?: XmTooltipElement["placement"];
|
|
29
|
+
|
|
30
|
+
/** undefined */
|
|
31
|
+
openDelay?: XmTooltipElement["openDelay"];
|
|
32
|
+
|
|
33
|
+
/** A space-separated list of the classes of the element. Classes allows CSS and JavaScript to select and access specific elements via the class selectors or functions like the method `Document.getElementsByClassName()`. */
|
|
34
|
+
className?: string;
|
|
35
|
+
|
|
36
|
+
/** Contains a space-separated list of the part names of the element that should be exposed on the host element. */
|
|
37
|
+
exportparts?: string;
|
|
38
|
+
|
|
39
|
+
/** Used for labels to link them with their inputs (using input id). */
|
|
40
|
+
htmlFor?: string;
|
|
41
|
+
|
|
42
|
+
/** Used to help React identify which items have changed, are added, or are removed within a list. */
|
|
43
|
+
key?: number | string;
|
|
44
|
+
|
|
45
|
+
/** Contains a space-separated list of the part names of the element. Part names allows CSS to select and style specific elements in a shadow tree via the ::part pseudo-element. */
|
|
46
|
+
part?: string;
|
|
47
|
+
|
|
48
|
+
/** A mutable ref object whose `.current` property is initialized to the passed argument (`initialValue`). The returned object will persist for the full lifetime of the component. */
|
|
49
|
+
ref?: React.Ref<XmTooltipElement>;
|
|
50
|
+
|
|
51
|
+
/** Allows developers to make HTML elements focusable, allow or prevent them from being sequentially focusable (usually with the `Tab` key, hence the name) and determine their relative ordering for sequential focus navigation. */
|
|
52
|
+
tabIndex?: number;
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
/**
|
|
56
|
+
*
|
|
57
|
+
*
|
|
58
|
+
* ## Attributes & Properties
|
|
59
|
+
*
|
|
60
|
+
* Component attributes and properties that can be applied to the element or by using JavaScript.
|
|
61
|
+
*
|
|
62
|
+
* - `text`: undefined
|
|
63
|
+
* - `placement`: undefined
|
|
64
|
+
* - `open-delay`/`openDelay`: undefined
|
|
65
|
+
* - `open`: undefined
|
|
66
|
+
*/
|
|
67
|
+
export const XmTooltip: React.ForwardRefExoticComponent<XmTooltipProps>;
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import React, { forwardRef, useRef } from "react";
|
|
2
|
+
import "../lit/components/tooltip/index.js";
|
|
3
|
+
import { createForwardedRefHandler } from "./react-utils.js";
|
|
4
|
+
|
|
5
|
+
export const XmTooltip = forwardRef((props, forwardedRef) => {
|
|
6
|
+
const ref = useRef(null);
|
|
7
|
+
const {
|
|
8
|
+
open,
|
|
9
|
+
text,
|
|
10
|
+
placement,
|
|
11
|
+
openDelay,
|
|
12
|
+
className,
|
|
13
|
+
exportparts,
|
|
14
|
+
htmlFor,
|
|
15
|
+
part,
|
|
16
|
+
tabIndex,
|
|
17
|
+
...restProps
|
|
18
|
+
} = props;
|
|
19
|
+
|
|
20
|
+
return React.createElement(
|
|
21
|
+
"xm-tooltip",
|
|
22
|
+
{
|
|
23
|
+
ref: createForwardedRefHandler(ref, forwardedRef),
|
|
24
|
+
...restProps,
|
|
25
|
+
text: text,
|
|
26
|
+
placement: placement,
|
|
27
|
+
"open-delay": openDelay ?? props["open-delay"],
|
|
28
|
+
class: className,
|
|
29
|
+
exportparts: exportparts,
|
|
30
|
+
for: htmlFor ?? props["for"],
|
|
31
|
+
part: part,
|
|
32
|
+
tabindex: tabIndex ?? props["tabindex"],
|
|
33
|
+
open: open ? true : undefined,
|
|
34
|
+
style: { ...props.style },
|
|
35
|
+
},
|
|
36
|
+
props.children,
|
|
37
|
+
);
|
|
38
|
+
});
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
export * from "./XmAlert.js";
|
|
2
|
+
export * from "./XmAppBar.js";
|
|
3
|
+
export * from "./XmArtifact.js";
|
|
4
|
+
export * from "./XmAutocomplete.js";
|
|
5
|
+
export * from "./XmAvatar.js";
|
|
6
|
+
export * from "./XmAvatarGroup.js";
|
|
7
|
+
export * from "./XmBadge.js";
|
|
8
|
+
export * from "./XmBrandGlyph.js";
|
|
9
|
+
export * from "./XmBrandMark.js";
|
|
10
|
+
export * from "./XmBreadcrumbs.js";
|
|
11
|
+
export * from "./XmBubbleGroup.js";
|
|
12
|
+
export * from "./XmBubble.js";
|
|
13
|
+
export * from "./XmBubbleActions.js";
|
|
14
|
+
export * from "./XmArtifactChip.js";
|
|
15
|
+
export * from "./XmButton.js";
|
|
16
|
+
export * from "./XmCard.js";
|
|
17
|
+
export * from "./XmChatShell.js";
|
|
18
|
+
export * from "./XmCheckbox.js";
|
|
19
|
+
export * from "./XmChip.js";
|
|
20
|
+
export * from "./XmChipGroup.js";
|
|
21
|
+
export * from "./XmCode.js";
|
|
22
|
+
export * from "./XmComposer.js";
|
|
23
|
+
export * from "./XmDataTable.js";
|
|
24
|
+
export * from "./XmDateRange.js";
|
|
25
|
+
export * from "./XmDialog.js";
|
|
26
|
+
export * from "./XmDivider.js";
|
|
27
|
+
export * from "./XmEmptyState.js";
|
|
28
|
+
export * from "./XmExpansionPanel.js";
|
|
29
|
+
export * from "./XmFileInput.js";
|
|
30
|
+
export * from "./XmForm.js";
|
|
31
|
+
export * from "./XmGrid.js";
|
|
32
|
+
export * from "./XmKbd.js";
|
|
33
|
+
export * from "./XmList.js";
|
|
34
|
+
export * from "./XmListItem.js";
|
|
35
|
+
export * from "./XmMenu.js";
|
|
36
|
+
export * from "./XmMenuItem.js";
|
|
37
|
+
export * from "./XmMultiSelect.js";
|
|
38
|
+
export * from "./XmNavigationDrawer.js";
|
|
39
|
+
export * from "./XmOverlay.js";
|
|
40
|
+
export * from "./XmPagination.js";
|
|
41
|
+
export * from "./XmPopover.js";
|
|
42
|
+
export * from "./XmProgress.js";
|
|
43
|
+
export * from "./XmRadio.js";
|
|
44
|
+
export * from "./XmRadioGroup.js";
|
|
45
|
+
export * from "./XmSelect.js";
|
|
46
|
+
export * from "./XmSidebarItem.js";
|
|
47
|
+
export * from "./XmSkeleton.js";
|
|
48
|
+
export * from "./XmSlider.js";
|
|
49
|
+
export * from "./XmSnackbar.js";
|
|
50
|
+
export * from "./XmStack.js";
|
|
51
|
+
export * from "./XmSwitch.js";
|
|
52
|
+
export * from "./XmTable.js";
|
|
53
|
+
export * from "./XmTab.js";
|
|
54
|
+
export * from "./XmTabPanel.js";
|
|
55
|
+
export * from "./XmTabs.js";
|
|
56
|
+
export * from "./XmTextField.js";
|
|
57
|
+
export * from "./XmTextarea.js";
|
|
58
|
+
export * from "./XmTooltip.js";
|
|
59
|
+
export * from "./XmFileValidationBlock.js";
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
export * from "./XmAlert.js";
|
|
2
|
+
export * from "./XmAppBar.js";
|
|
3
|
+
export * from "./XmArtifact.js";
|
|
4
|
+
export * from "./XmAutocomplete.js";
|
|
5
|
+
export * from "./XmAvatar.js";
|
|
6
|
+
export * from "./XmAvatarGroup.js";
|
|
7
|
+
export * from "./XmBadge.js";
|
|
8
|
+
export * from "./XmBrandGlyph.js";
|
|
9
|
+
export * from "./XmBrandMark.js";
|
|
10
|
+
export * from "./XmBreadcrumbs.js";
|
|
11
|
+
export * from "./XmBubbleGroup.js";
|
|
12
|
+
export * from "./XmBubble.js";
|
|
13
|
+
export * from "./XmBubbleActions.js";
|
|
14
|
+
export * from "./XmArtifactChip.js";
|
|
15
|
+
export * from "./XmButton.js";
|
|
16
|
+
export * from "./XmCard.js";
|
|
17
|
+
export * from "./XmChatShell.js";
|
|
18
|
+
export * from "./XmCheckbox.js";
|
|
19
|
+
export * from "./XmChip.js";
|
|
20
|
+
export * from "./XmChipGroup.js";
|
|
21
|
+
export * from "./XmCode.js";
|
|
22
|
+
export * from "./XmComposer.js";
|
|
23
|
+
export * from "./XmDataTable.js";
|
|
24
|
+
export * from "./XmDateRange.js";
|
|
25
|
+
export * from "./XmDialog.js";
|
|
26
|
+
export * from "./XmDivider.js";
|
|
27
|
+
export * from "./XmEmptyState.js";
|
|
28
|
+
export * from "./XmExpansionPanel.js";
|
|
29
|
+
export * from "./XmFileInput.js";
|
|
30
|
+
export * from "./XmForm.js";
|
|
31
|
+
export * from "./XmGrid.js";
|
|
32
|
+
export * from "./XmKbd.js";
|
|
33
|
+
export * from "./XmList.js";
|
|
34
|
+
export * from "./XmListItem.js";
|
|
35
|
+
export * from "./XmMenu.js";
|
|
36
|
+
export * from "./XmMenuItem.js";
|
|
37
|
+
export * from "./XmMultiSelect.js";
|
|
38
|
+
export * from "./XmNavigationDrawer.js";
|
|
39
|
+
export * from "./XmOverlay.js";
|
|
40
|
+
export * from "./XmPagination.js";
|
|
41
|
+
export * from "./XmPopover.js";
|
|
42
|
+
export * from "./XmProgress.js";
|
|
43
|
+
export * from "./XmRadio.js";
|
|
44
|
+
export * from "./XmRadioGroup.js";
|
|
45
|
+
export * from "./XmSelect.js";
|
|
46
|
+
export * from "./XmSidebarItem.js";
|
|
47
|
+
export * from "./XmSkeleton.js";
|
|
48
|
+
export * from "./XmSlider.js";
|
|
49
|
+
export * from "./XmSnackbar.js";
|
|
50
|
+
export * from "./XmStack.js";
|
|
51
|
+
export * from "./XmSwitch.js";
|
|
52
|
+
export * from "./XmTable.js";
|
|
53
|
+
export * from "./XmTab.js";
|
|
54
|
+
export * from "./XmTabPanel.js";
|
|
55
|
+
export * from "./XmTabs.js";
|
|
56
|
+
export * from "./XmTextField.js";
|
|
57
|
+
export * from "./XmTextarea.js";
|
|
58
|
+
export * from "./XmTooltip.js";
|
|
59
|
+
export * from "./XmFileValidationBlock.js";
|