@warp-ds/elements 2.9.0-next.3 → 2.9.0-next.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/custom-elements.json +84 -170
- package/dist/docs/affix/accessibility.md +1 -0
- package/dist/docs/affix/affix.md +6 -4
- package/dist/docs/affix/api.md +0 -4
- package/dist/docs/affix/examples.md +1 -0
- package/dist/docs/affix/usage.md +1 -0
- package/dist/docs/attention/accessibility.md +1 -0
- package/dist/docs/attention/attention.md +6 -0
- package/dist/docs/attention/examples.md +1 -0
- package/dist/docs/attention/usage.md +1 -0
- package/dist/docs/badge/accessibility.md +1 -0
- package/dist/docs/badge/badge.md +6 -0
- package/dist/docs/badge/examples.md +1 -0
- package/dist/docs/badge/usage.md +1 -0
- package/dist/docs/box/accessibility.md +1 -0
- package/dist/docs/box/box.md +6 -0
- package/dist/docs/box/examples.md +1 -0
- package/dist/docs/box/usage.md +1 -0
- package/dist/docs/breadcrumbs/accessibility.md +1 -0
- package/dist/docs/breadcrumbs/breadcrumbs.md +6 -0
- package/dist/docs/breadcrumbs/examples.md +1 -0
- package/dist/docs/breadcrumbs/usage.md +1 -0
- package/dist/docs/button/accessibility.md +1 -0
- package/dist/docs/button/button.md +6 -0
- package/dist/docs/button/examples.md +1 -0
- package/dist/docs/button/usage.md +1 -0
- package/dist/docs/card/accessibility.md +1 -0
- package/dist/docs/card/card.md +6 -0
- package/dist/docs/card/examples.md +1 -0
- package/dist/docs/card/usage.md +1 -0
- package/dist/docs/combobox/accessibility.md +1 -0
- package/dist/docs/combobox/api.md +15 -15
- package/dist/docs/combobox/combobox.md +21 -15
- package/dist/docs/combobox/examples.md +1 -0
- package/dist/docs/combobox/usage.md +1 -0
- package/dist/docs/datepicker/accessibility.md +1 -0
- package/dist/docs/datepicker/api.md +1 -9
- package/dist/docs/datepicker/datepicker.md +7 -9
- package/dist/docs/datepicker/examples.md +1 -0
- package/dist/docs/datepicker/usage.md +1 -0
- package/dist/docs/expandable/accessibility.md +1 -0
- package/dist/docs/expandable/examples.md +1 -0
- package/dist/docs/expandable/expandable.md +6 -0
- package/dist/docs/expandable/usage.md +1 -0
- package/dist/docs/link/accessibility.md +1 -0
- package/dist/docs/link/examples.md +1 -0
- package/dist/docs/link/link.md +6 -0
- package/dist/docs/link/usage.md +1 -0
- package/dist/docs/page-indicator/accessibility.md +1 -0
- package/dist/docs/page-indicator/api.md +2 -2
- package/dist/docs/page-indicator/examples.md +1 -0
- package/dist/docs/page-indicator/page-indicator.md +8 -2
- package/dist/docs/page-indicator/usage.md +1 -0
- package/dist/docs/pagination/accessibility.md +1 -0
- package/dist/docs/pagination/examples.md +1 -0
- package/dist/docs/pagination/pagination.md +6 -0
- package/dist/docs/pagination/usage.md +1 -0
- package/dist/docs/pill/accessibility.md +1 -0
- package/dist/docs/pill/examples.md +1 -0
- package/dist/docs/pill/pill.md +6 -0
- package/dist/docs/pill/usage.md +1 -0
- package/dist/docs/select/accessibility.md +1 -0
- package/dist/docs/select/api.md +19 -11
- package/dist/docs/select/examples.md +1 -0
- package/dist/docs/select/select.md +25 -11
- package/dist/docs/select/usage.md +1 -0
- package/dist/docs/slider/accessibility.md +1 -0
- package/dist/docs/slider/api.md +15 -9
- package/dist/docs/slider/examples.md +1 -0
- package/dist/docs/slider/slider.md +21 -9
- package/dist/docs/slider/usage.md +1 -0
- package/dist/docs/slider-thumb/accessibility.md +1 -0
- package/dist/docs/slider-thumb/api.md +48 -0
- package/dist/docs/slider-thumb/examples.md +1 -0
- package/dist/docs/slider-thumb/slider-thumb.md +54 -0
- package/dist/docs/slider-thumb/usage.md +1 -0
- package/dist/docs/step/accessibility.md +1 -0
- package/dist/docs/step/examples.md +1 -0
- package/dist/docs/step/step.md +6 -0
- package/dist/docs/step/usage.md +1 -0
- package/dist/docs/step-indicator/accessibility.md +1 -0
- package/dist/docs/step-indicator/examples.md +1 -0
- package/dist/docs/step-indicator/step-indicator.md +6 -0
- package/dist/docs/step-indicator/usage.md +1 -0
- package/dist/docs/switch/accessibility.md +1 -0
- package/dist/docs/switch/examples.md +1 -0
- package/dist/docs/switch/switch.md +6 -0
- package/dist/docs/switch/usage.md +1 -0
- package/dist/docs/tab/accessibility.md +1 -0
- package/dist/docs/tab/api.md +16 -0
- package/dist/docs/tab/examples.md +1 -0
- package/dist/docs/tab/tab.md +22 -0
- package/dist/docs/tab/usage.md +1 -0
- package/dist/docs/tab-panel/accessibility.md +1 -0
- package/dist/docs/tab-panel/api.md +16 -0
- package/dist/docs/tab-panel/examples.md +1 -0
- package/dist/docs/tab-panel/tab-panel.md +22 -0
- package/dist/docs/tab-panel/usage.md +1 -0
- package/dist/docs/tabs/accessibility.md +1 -0
- package/dist/docs/tabs/examples.md +1 -0
- package/dist/docs/tabs/tabs.md +6 -0
- package/dist/docs/tabs/usage.md +1 -0
- package/dist/docs/textarea/accessibility.md +1 -0
- package/dist/docs/textarea/examples.md +1 -0
- package/dist/docs/textarea/textarea.md +6 -0
- package/dist/docs/textarea/usage.md +1 -0
- package/dist/docs/textfield/accessibility.md +1 -0
- package/dist/docs/textfield/api.md +16 -6
- package/dist/docs/textfield/examples.md +1 -0
- package/dist/docs/textfield/textfield.md +22 -6
- package/dist/docs/textfield/usage.md +1 -0
- package/dist/docs/toast/accessibility.md +9 -0
- package/dist/docs/toast/api.md +71 -0
- package/dist/docs/toast/examples.md +29 -0
- package/dist/docs/toast/toast.md +150 -0
- package/dist/docs/toast/usage.md +31 -0
- package/dist/index.d.ts +104 -97
- package/dist/packages/affix/affix.d.ts +16 -2
- package/dist/packages/affix/affix.js.map +2 -2
- package/dist/packages/attention/attention.d.ts +52 -0
- package/dist/packages/attention/attention.js.map +2 -2
- package/dist/packages/badge/badge.d.ts +8 -0
- package/dist/packages/badge/badge.js.map +2 -2
- package/dist/packages/box/box.d.ts +20 -0
- package/dist/packages/box/box.js.map +2 -2
- package/dist/packages/button/button.d.ts +60 -2
- package/dist/packages/button/button.js.map +2 -2
- package/dist/packages/card/card.d.ts +12 -0
- package/dist/packages/card/card.js.map +2 -2
- package/dist/packages/combobox/combobox.d.ts +60 -15
- package/dist/packages/combobox/combobox.js.map +2 -2
- package/dist/packages/datepicker/datepicker.d.ts +32 -5
- package/dist/packages/datepicker/datepicker.js.map +2 -2
- package/dist/packages/expandable/expandable.d.ts +44 -0
- package/dist/packages/expandable/expandable.js.map +2 -2
- package/dist/packages/link/link.d.ts +32 -0
- package/dist/packages/link/link.js.map +2 -2
- package/dist/packages/page-indicator/page-indicator.d.ts +8 -2
- package/dist/packages/page-indicator/page-indicator.js.map +2 -2
- package/dist/packages/pagination/pagination.d.ts +16 -0
- package/dist/packages/pagination/pagination.js.map +2 -2
- package/dist/packages/pill/pill.d.ts +24 -2
- package/dist/packages/pill/pill.js.map +2 -2
- package/dist/packages/select/select.d.ts +56 -12
- package/dist/packages/select/select.js.map +2 -2
- package/dist/packages/slider/slider.d.ts +65 -8
- package/dist/packages/slider/slider.js +7 -7
- package/dist/packages/slider/slider.js.map +3 -3
- package/dist/packages/slider/slider.test.js +68 -0
- package/dist/packages/slider-thumb/slider-thumb.d.ts +44 -6
- package/dist/packages/slider-thumb/slider-thumb.js +24 -23
- package/dist/packages/slider-thumb/slider-thumb.js.map +3 -3
- package/dist/packages/step/step.d.ts +8 -0
- package/dist/packages/step/step.js.map +2 -2
- package/dist/packages/step-indicator/step-indicator.d.ts +8 -0
- package/dist/packages/step-indicator/step-indicator.js.map +2 -2
- package/dist/packages/switch/switch.d.ts +16 -0
- package/dist/packages/switch/switch.js.map +2 -2
- package/dist/packages/tab/tab.d.ts +28 -3
- package/dist/packages/tab/tab.js.map +2 -2
- package/dist/packages/tab-panel/tab-panel.d.ts +8 -2
- package/dist/packages/tab-panel/tab-panel.js.map +2 -2
- package/dist/packages/tabs/tabs.d.ts +4 -0
- package/dist/packages/tabs/tabs.js.map +2 -2
- package/dist/packages/textarea/textarea.d.ts +52 -1
- package/dist/packages/textarea/textarea.js.map +2 -2
- package/dist/packages/textfield/textfield.d.ts +92 -4
- package/dist/packages/textfield/textfield.js.map +2 -2
- package/dist/packages/toast-container/toast-container.d.ts +14 -0
- package/dist/packages/toast-container/toast-container.js.map +2 -2
- package/dist/web-types.json +60 -221
- package/package.json +2 -2
- package/dist/docs/toast-container/api.md +0 -14
- package/dist/docs/toast-container/toast-container.md +0 -20
|
@@ -11,42 +11,86 @@ export declare class WarpSelect extends WarpSelect_base {
|
|
|
11
11
|
/**
|
|
12
12
|
* Whether the element should receive focus on render.
|
|
13
13
|
* @deprecated Use the native `autofocus` attribute instead.
|
|
14
|
-
|
|
14
|
+
|
|
15
|
+
* @summary
|
|
16
|
+
* @description
|
|
17
|
+
*/
|
|
15
18
|
autoFocus: boolean;
|
|
16
|
-
/** Whether the element should receive focus on render
|
|
19
|
+
/** Whether the element should receive focus on render
|
|
20
|
+
* @summary
|
|
21
|
+
* @description
|
|
22
|
+
*/
|
|
17
23
|
autofocus: boolean;
|
|
18
24
|
/**
|
|
19
25
|
* The content displayed as the help text. Paired with `invalid` to show the text as a validation error.
|
|
20
|
-
|
|
26
|
+
|
|
27
|
+
* @summary
|
|
28
|
+
* @description
|
|
29
|
+
*/
|
|
21
30
|
helpText: string;
|
|
22
|
-
/** Renders the field in an invalid state. Paired with `help-text` to provide feedback about the error.
|
|
31
|
+
/** Renders the field in an invalid state. Paired with `help-text` to provide feedback about the error.
|
|
32
|
+
* @summary
|
|
33
|
+
* @description
|
|
34
|
+
*/
|
|
23
35
|
invalid: boolean;
|
|
24
36
|
/**
|
|
25
37
|
* Whether to always show a hint.
|
|
26
38
|
* @deprecated Use `help-text` instead and only set it if you want to display the help text.
|
|
27
|
-
|
|
39
|
+
|
|
40
|
+
* @summary
|
|
41
|
+
* @description
|
|
42
|
+
*/
|
|
28
43
|
always: boolean;
|
|
29
44
|
/**
|
|
30
45
|
* The content displayed as the help text.
|
|
31
46
|
* @deprecated Use `help-text` instead.
|
|
32
|
-
|
|
47
|
+
|
|
48
|
+
* @summary
|
|
49
|
+
* @description
|
|
50
|
+
*/
|
|
33
51
|
hint: string;
|
|
34
|
-
/** The content to disply as the label
|
|
52
|
+
/** The content to disply as the label
|
|
53
|
+
* @summary
|
|
54
|
+
* @description
|
|
55
|
+
*/
|
|
35
56
|
label: string;
|
|
36
|
-
/** Whether to show optional text
|
|
57
|
+
/** Whether to show optional text
|
|
58
|
+
* @summary
|
|
59
|
+
* @description
|
|
60
|
+
*/
|
|
37
61
|
optional: boolean;
|
|
38
|
-
/** Renders the field in a disabled state.
|
|
62
|
+
/** Renders the field in a disabled state.
|
|
63
|
+
* @summary
|
|
64
|
+
* @description
|
|
65
|
+
*/
|
|
39
66
|
disabled: boolean;
|
|
40
67
|
/**
|
|
41
68
|
* Renders the field in a readonly state.
|
|
42
69
|
* @deprecated Use the native readonly attribute instead.
|
|
43
|
-
|
|
70
|
+
|
|
71
|
+
* @summary
|
|
72
|
+
* @description
|
|
73
|
+
*/
|
|
44
74
|
readOnly: boolean;
|
|
45
|
-
/** Renders the field in a readonly state.
|
|
75
|
+
/** Renders the field in a readonly state.
|
|
76
|
+
* @summary
|
|
77
|
+
* @description
|
|
78
|
+
*/
|
|
46
79
|
readonly: boolean;
|
|
47
|
-
/** @internal
|
|
80
|
+
/** @internal
|
|
81
|
+
* @summary
|
|
82
|
+
* @description
|
|
83
|
+
*/
|
|
48
84
|
_options: Array<TemplateResult>;
|
|
85
|
+
/**
|
|
86
|
+
* @summary
|
|
87
|
+
* @description
|
|
88
|
+
*/
|
|
49
89
|
name: string;
|
|
90
|
+
/**
|
|
91
|
+
* @summary
|
|
92
|
+
* @description
|
|
93
|
+
*/
|
|
50
94
|
value: string;
|
|
51
95
|
static styles: import("lit").CSSResult[];
|
|
52
96
|
constructor();
|