@warp-ds/elements 2.9.0-next.2 → 2.9.0-next.3

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.
Files changed (86) hide show
  1. package/dist/custom-elements.json +17 -3
  2. package/dist/docs/affix/affix.md +56 -0
  3. package/dist/docs/affix/api.md +48 -0
  4. package/dist/docs/alert/accessibility.md +30 -0
  5. package/dist/docs/alert/alert.md +208 -0
  6. package/dist/docs/alert/api.md +39 -0
  7. package/dist/docs/alert/examples.md +84 -0
  8. package/dist/docs/alert/usage.md +42 -0
  9. package/dist/docs/attention/api.md +132 -0
  10. package/dist/docs/attention/attention.md +138 -0
  11. package/dist/docs/badge/api.md +28 -0
  12. package/dist/docs/badge/badge.md +36 -0
  13. package/dist/docs/box/api.md +52 -0
  14. package/dist/docs/box/box.md +60 -0
  15. package/dist/docs/breadcrumbs/api.md +20 -0
  16. package/dist/docs/breadcrumbs/breadcrumbs.md +28 -0
  17. package/dist/docs/button/api.md +155 -0
  18. package/dist/docs/button/button.md +163 -0
  19. package/dist/docs/card/api.md +44 -0
  20. package/dist/docs/card/card.md +52 -0
  21. package/dist/docs/combobox/api.md +132 -0
  22. package/dist/docs/combobox/combobox.md +140 -0
  23. package/dist/docs/datepicker/api.md +192 -0
  24. package/dist/docs/datepicker/datepicker.md +202 -0
  25. package/dist/docs/expandable/api.md +100 -0
  26. package/dist/docs/expandable/expandable.md +108 -0
  27. package/dist/docs/link/api.md +87 -0
  28. package/dist/docs/link/link.md +95 -0
  29. package/dist/docs/page-indicator/api.md +28 -0
  30. package/dist/docs/page-indicator/page-indicator.md +35 -0
  31. package/dist/docs/pagination/api.md +44 -0
  32. package/dist/docs/pagination/pagination.md +52 -0
  33. package/dist/docs/pill/api.md +76 -0
  34. package/dist/docs/pill/pill.md +84 -0
  35. package/dist/docs/select/api.md +116 -0
  36. package/dist/docs/select/select.md +124 -0
  37. package/dist/docs/slider/api.md +214 -0
  38. package/dist/docs/slider/slider.md +222 -0
  39. package/dist/docs/slider-thumb/api.md +116 -0
  40. package/dist/docs/slider-thumb/slider-thumb.md +124 -0
  41. package/dist/docs/step/api.md +28 -0
  42. package/dist/docs/step/step.md +34 -0
  43. package/dist/docs/step-indicator/api.md +28 -0
  44. package/dist/docs/step-indicator/step-indicator.md +36 -0
  45. package/dist/docs/switch/api.md +52 -0
  46. package/dist/docs/switch/switch.md +58 -0
  47. package/dist/docs/tab/api.md +76 -0
  48. package/dist/docs/tab/tab.md +84 -0
  49. package/dist/docs/tab-panel/api.md +21 -0
  50. package/dist/docs/tab-panel/tab-panel.md +30 -0
  51. package/dist/docs/tabs/api.md +36 -0
  52. package/dist/docs/tabs/tabs.md +44 -0
  53. package/dist/docs/textarea/api.md +156 -0
  54. package/dist/docs/textarea/textarea.md +164 -0
  55. package/dist/docs/textfield/api.md +194 -0
  56. package/dist/docs/textfield/textfield.md +202 -0
  57. package/dist/docs/toast-container/api.md +14 -0
  58. package/dist/docs/toast-container/toast-container.md +20 -0
  59. package/dist/packages/affix/affix.js +5 -5
  60. package/dist/packages/affix/affix.js.map +2 -2
  61. package/dist/packages/alert/alert.d.ts +15 -0
  62. package/dist/packages/alert/alert.js +6 -6
  63. package/dist/packages/alert/alert.js.map +2 -2
  64. package/dist/packages/attention/attention.js +5 -5
  65. package/dist/packages/attention/attention.js.map +2 -2
  66. package/dist/packages/datepicker/datepicker.js +1 -1
  67. package/dist/packages/datepicker/datepicker.js.map +2 -2
  68. package/dist/packages/expandable/expandable.js +7 -7
  69. package/dist/packages/expandable/expandable.js.map +2 -2
  70. package/dist/packages/icon/icon.js +2 -2
  71. package/dist/packages/icon/icon.js.map +2 -2
  72. package/dist/packages/icon/icon.test.js +14 -0
  73. package/dist/packages/modal-header/modal-header.js +6 -6
  74. package/dist/packages/modal-header/modal-header.js.map +2 -2
  75. package/dist/packages/pagination/pagination.js +3 -3
  76. package/dist/packages/pagination/pagination.js.map +2 -2
  77. package/dist/packages/pill/pill.js +3 -3
  78. package/dist/packages/pill/pill.js.map +2 -2
  79. package/dist/packages/select/select.js +4 -4
  80. package/dist/packages/select/select.js.map +2 -2
  81. package/dist/packages/step/step.js +4 -4
  82. package/dist/packages/step/step.js.map +2 -2
  83. package/dist/packages/toast/toast.js +4 -4
  84. package/dist/packages/toast/toast.js.map +2 -2
  85. package/dist/web-types.json +18 -5
  86. package/package.json +7 -2
@@ -0,0 +1,52 @@
1
+ # Card (w-card)
2
+
3
+ ## Description
4
+
5
+ Card is a layout component used for separating content areas on a page.
6
+
7
+ [See Storybook for usage examples](https://warp-ds.github.io/elements/?path=/docs/navigation-card--docs)
8
+
9
+ ## API Documentation
10
+
11
+ ### Properties
12
+
13
+ | Name | Type | Default | Summary |
14
+ |-|-|-|-|
15
+ | selected | `boolean` | `false` | - |
16
+ | flat | `boolean` | `false` | - |
17
+ | clickable | `boolean` | `false` | - |
18
+ | buttonText | `unknown` | `-` | - |
19
+
20
+ ### Property Details
21
+
22
+ #### selected
23
+
24
+
25
+
26
+ - Type: `boolean`
27
+ - Default: `false`
28
+
29
+ #### flat
30
+
31
+
32
+
33
+ - Type: `boolean`
34
+ - Default: `false`
35
+
36
+ #### clickable
37
+
38
+
39
+
40
+ - Type: `boolean`
41
+ - Default: `false`
42
+
43
+ #### buttonText
44
+
45
+
46
+
47
+ - Type: `unknown`
48
+ - Default: `-`
49
+
50
+ ### Types
51
+
52
+ No types documented.
@@ -0,0 +1,132 @@
1
+ ## API Documentation
2
+
3
+ ### Properties
4
+
5
+ | Name | Type | Default | Summary |
6
+ |-|-|-|-|
7
+ | options | `ComboboxOption[]` | `[]` | - |
8
+ | label | `string | undefined` | `''` | - |
9
+ | placeholder | `string | undefined` | `''` | - |
10
+ | value | `string` | `''` | - |
11
+ | openOnFocus | `boolean` | `false` | - |
12
+ | selectOnBlur | `boolean` | `true` | - |
13
+ | matchTextSegments | `boolean` | `false` | - |
14
+ | disableStaticFiltering | `boolean` | `false` | - |
15
+ | invalid | `boolean` | `false` | - |
16
+ | helpText | `string | undefined` | `''` | - |
17
+ | disabled | `boolean` | `false` | - |
18
+ | required | `boolean` | `false` | - |
19
+ | optional | `boolean` | `false` | - |
20
+ | name | `string | undefined` | `''` | - |
21
+ | autocomplete | `string | undefined` | `'off'` | - |
22
+
23
+ ### Property Details
24
+
25
+ #### options
26
+
27
+ The available options to select from
28
+
29
+ - Type: `ComboboxOption[]`
30
+ - Default: `[]`
31
+
32
+ #### label
33
+
34
+ Label above input
35
+
36
+ - Type: `string | undefined`
37
+ - Default: `''`
38
+
39
+ #### placeholder
40
+
41
+ Input placeholder
42
+
43
+ - Type: `string | undefined`
44
+ - Default: `''`
45
+
46
+ #### value
47
+
48
+ The input value
49
+
50
+ - Type: `string`
51
+ - Default: `''`
52
+
53
+ #### openOnFocus
54
+
55
+ Whether the popover opens when focus is on the text field
56
+
57
+ - Type: `boolean`
58
+ - Default: `false`
59
+
60
+ #### selectOnBlur
61
+
62
+ Select active option on blur
63
+
64
+ - Type: `boolean`
65
+ - Default: `true`
66
+
67
+ #### matchTextSegments
68
+
69
+ Whether the matching text segments in the options should be highlighted
70
+
71
+ - Type: `boolean`
72
+ - Default: `false`
73
+
74
+ #### disableStaticFiltering
75
+
76
+ Disable client-side static filtering
77
+
78
+ - Type: `boolean`
79
+ - Default: `false`
80
+
81
+ #### invalid
82
+
83
+ Renders the input field in an invalid state
84
+
85
+ - Type: `boolean`
86
+ - Default: `false`
87
+
88
+ #### helpText
89
+
90
+ The content to display as the help text
91
+
92
+ - Type: `string | undefined`
93
+ - Default: `''`
94
+
95
+ #### disabled
96
+
97
+ Whether the element is disabled
98
+
99
+ - Type: `boolean`
100
+ - Default: `false`
101
+
102
+ #### required
103
+
104
+ Whether the element is required
105
+
106
+ - Type: `boolean`
107
+ - Default: `false`
108
+
109
+ #### optional
110
+
111
+ Whether to show optional text
112
+
113
+ - Type: `boolean`
114
+ - Default: `false`
115
+
116
+ #### name
117
+
118
+ Name attribute for form submission
119
+
120
+ - Type: `string | undefined`
121
+ - Default: `''`
122
+
123
+ #### autocomplete
124
+
125
+ Autocomplete attribute for the input field
126
+
127
+ - Type: `string | undefined`
128
+ - Default: `'off'`
129
+
130
+ ### Types
131
+
132
+ No types documented.
@@ -0,0 +1,140 @@
1
+ # Combobox (w-combobox)
2
+
3
+ ## Description
4
+
5
+ A combobox element for text input with selectable options.
6
+
7
+ [See Storybook for usage examples](https://warp-ds.github.io/elements/?path=/docs/forms-combobox--docs)
8
+
9
+ ## API Documentation
10
+
11
+ ### Properties
12
+
13
+ | Name | Type | Default | Summary |
14
+ |-|-|-|-|
15
+ | options | `ComboboxOption[]` | `[]` | - |
16
+ | label | `string | undefined` | `''` | - |
17
+ | placeholder | `string | undefined` | `''` | - |
18
+ | value | `string` | `''` | - |
19
+ | openOnFocus | `boolean` | `false` | - |
20
+ | selectOnBlur | `boolean` | `true` | - |
21
+ | matchTextSegments | `boolean` | `false` | - |
22
+ | disableStaticFiltering | `boolean` | `false` | - |
23
+ | invalid | `boolean` | `false` | - |
24
+ | helpText | `string | undefined` | `''` | - |
25
+ | disabled | `boolean` | `false` | - |
26
+ | required | `boolean` | `false` | - |
27
+ | optional | `boolean` | `false` | - |
28
+ | name | `string | undefined` | `''` | - |
29
+ | autocomplete | `string | undefined` | `'off'` | - |
30
+
31
+ ### Property Details
32
+
33
+ #### options
34
+
35
+ The available options to select from
36
+
37
+ - Type: `ComboboxOption[]`
38
+ - Default: `[]`
39
+
40
+ #### label
41
+
42
+ Label above input
43
+
44
+ - Type: `string | undefined`
45
+ - Default: `''`
46
+
47
+ #### placeholder
48
+
49
+ Input placeholder
50
+
51
+ - Type: `string | undefined`
52
+ - Default: `''`
53
+
54
+ #### value
55
+
56
+ The input value
57
+
58
+ - Type: `string`
59
+ - Default: `''`
60
+
61
+ #### openOnFocus
62
+
63
+ Whether the popover opens when focus is on the text field
64
+
65
+ - Type: `boolean`
66
+ - Default: `false`
67
+
68
+ #### selectOnBlur
69
+
70
+ Select active option on blur
71
+
72
+ - Type: `boolean`
73
+ - Default: `true`
74
+
75
+ #### matchTextSegments
76
+
77
+ Whether the matching text segments in the options should be highlighted
78
+
79
+ - Type: `boolean`
80
+ - Default: `false`
81
+
82
+ #### disableStaticFiltering
83
+
84
+ Disable client-side static filtering
85
+
86
+ - Type: `boolean`
87
+ - Default: `false`
88
+
89
+ #### invalid
90
+
91
+ Renders the input field in an invalid state
92
+
93
+ - Type: `boolean`
94
+ - Default: `false`
95
+
96
+ #### helpText
97
+
98
+ The content to display as the help text
99
+
100
+ - Type: `string | undefined`
101
+ - Default: `''`
102
+
103
+ #### disabled
104
+
105
+ Whether the element is disabled
106
+
107
+ - Type: `boolean`
108
+ - Default: `false`
109
+
110
+ #### required
111
+
112
+ Whether the element is required
113
+
114
+ - Type: `boolean`
115
+ - Default: `false`
116
+
117
+ #### optional
118
+
119
+ Whether to show optional text
120
+
121
+ - Type: `boolean`
122
+ - Default: `false`
123
+
124
+ #### name
125
+
126
+ Name attribute for form submission
127
+
128
+ - Type: `string | undefined`
129
+ - Default: `''`
130
+
131
+ #### autocomplete
132
+
133
+ Autocomplete attribute for the input field
134
+
135
+ - Type: `string | undefined`
136
+ - Default: `'off'`
137
+
138
+ ### Types
139
+
140
+ No types documented.
@@ -0,0 +1,192 @@
1
+ ## API Documentation
2
+
3
+ ### Properties
4
+
5
+ | Name | Type | Default | Summary |
6
+ |-|-|-|-|
7
+ | shadowRootOptions | `object` | `{ ...LitElement.shadowRootOptions, delegatesFocus: true, }` | - |
8
+ | label | `string` | `-` | - |
9
+ | lang | `string` | `-` | - |
10
+ | name | `string` | `-` | - |
11
+ | value | `string` | `-` | - |
12
+ | headerFormat | `string` | `'MMMM yyyy'` | - |
13
+ | weekdayFormat | `string` | `'EEEEEE'` | - |
14
+ | isDayDisabled | `(day: Date) => boolean` | `-` | - |
15
+ | dayFormat | `string` | `'PPPP'` | - |
16
+ | isCalendarOpen | `boolean` | `false` | - |
17
+ | navigationDate | `Date` | `-` | - |
18
+ | selectedDate | `Date | null` | `-` | - |
19
+ | month | `unknown` | `-` | - |
20
+ | weeks | `unknown` | `-` | - |
21
+ | calendar | `HTMLDivElement` | `-` | - |
22
+ | input | `HTMLInputElement` | `-` | - |
23
+ | toggleButton | `HTMLButtonElement` | `-` | - |
24
+ | wrapper | `HTMLDivElement` | `-` | - |
25
+ | previousMonthButton | `HTMLButtonElement` | `-` | - |
26
+ | todayCell | `HTMLTableCellElement` | `-` | - |
27
+ | selectedCell | `HTMLTableCellElement` | `-` | - |
28
+
29
+ ### Property Details
30
+
31
+ #### shadowRootOptions
32
+
33
+
34
+
35
+ - Type: `object`
36
+ - Default: `{ ...LitElement.shadowRootOptions, delegatesFocus: true, }`
37
+
38
+ #### label
39
+
40
+
41
+
42
+ - Type: `string`
43
+ - Default: `-`
44
+
45
+ #### lang
46
+
47
+ Takes precedence over the `<html>` lang attribute.
48
+
49
+ - Type: `string`
50
+ - Default: `-`
51
+
52
+ #### name
53
+
54
+
55
+
56
+ - Type: `string`
57
+ - Default: `-`
58
+
59
+ #### value
60
+
61
+
62
+
63
+ - Type: `string`
64
+ - Default: `-`
65
+
66
+ #### headerFormat
67
+
68
+ Decides the format of the date as shown in the calendar header.
69
+
70
+ The syntax is defined by [date-fns/format](https://date-fns.org/v4.1.0/docs/format).
71
+
72
+ - Type: `string`
73
+ - Default: `'MMMM yyyy'`
74
+
75
+ #### weekdayFormat
76
+
77
+ Decides the format of the weekday as shown above the grid of dates in the calendar.
78
+
79
+ The syntax is defined by [date-fns/format](https://date-fns.org/v4.1.0/docs/format).
80
+
81
+ - Type: `string`
82
+ - Default: `'EEEEEE'`
83
+
84
+ #### isDayDisabled
85
+
86
+ Lets you control if a date in the calendar should be disabled.
87
+
88
+ This needs to be set on the element instance in JavaScript, not as an HTML attribute.
89
+
90
+ - Type: `(day: Date) => boolean`
91
+ - Default: `-`
92
+
93
+ #### dayFormat
94
+
95
+ Decides the format of the day in the calendar as read to screen readers.
96
+
97
+ The syntax is defined by [date-fns/format](https://date-fns.org/v4.1.0/docs/format).
98
+
99
+ - Type: `string`
100
+ - Default: `'PPPP'`
101
+
102
+ #### isCalendarOpen
103
+
104
+
105
+
106
+ - Type: `boolean`
107
+ - Default: `false`
108
+
109
+ #### navigationDate
110
+
111
+
112
+
113
+ - Type: `Date`
114
+ - Default: `-`
115
+
116
+ #### selectedDate
117
+
118
+
119
+
120
+ - Type: `Date | null`
121
+ - Default: `-`
122
+
123
+ #### month
124
+
125
+
126
+
127
+ - Type: `unknown`
128
+ - Default: `-`
129
+
130
+ #### weeks
131
+
132
+
133
+
134
+ - Type: `unknown`
135
+ - Default: `-`
136
+
137
+ #### calendar
138
+
139
+
140
+
141
+ - Type: `HTMLDivElement`
142
+ - Default: `-`
143
+
144
+ #### input
145
+
146
+
147
+
148
+ - Type: `HTMLInputElement`
149
+ - Default: `-`
150
+
151
+ #### toggleButton
152
+
153
+
154
+
155
+ - Type: `HTMLButtonElement`
156
+ - Default: `-`
157
+
158
+ #### wrapper
159
+
160
+
161
+
162
+ - Type: `HTMLDivElement`
163
+ - Default: `-`
164
+
165
+ #### previousMonthButton
166
+
167
+ This is the first focusable element, needed for the modal focus trap.
168
+
169
+ Don't cache this and other `@query` fields from inside the calendar modal.
170
+ They work the first time, but once the calendar is closed and reopened
171
+ the query will point to an element that doesn't exist anymore.
172
+
173
+ - Type: `HTMLButtonElement`
174
+ - Default: `-`
175
+
176
+ #### todayCell
177
+
178
+
179
+
180
+ - Type: `HTMLTableCellElement`
181
+ - Default: `-`
182
+
183
+ #### selectedCell
184
+
185
+
186
+
187
+ - Type: `HTMLTableCellElement`
188
+ - Default: `-`
189
+
190
+ ### Types
191
+
192
+ No types documented.
@@ -0,0 +1,202 @@
1
+ # Datepicker (w-datepicker)
2
+
3
+ ## Description
4
+
5
+ An input for dates.
6
+
7
+ Uses the `lang` attribute on either the element or on `<html>` to determine the locale options.
8
+
9
+ [See Storybook for usage examples](https://warp-ds.github.io/elements/?path=/docs/forms-datepicker--docs)
10
+
11
+ ## API Documentation
12
+
13
+ ### Properties
14
+
15
+ | Name | Type | Default | Summary |
16
+ |-|-|-|-|
17
+ | shadowRootOptions | `object` | `{ ...LitElement.shadowRootOptions, delegatesFocus: true, }` | - |
18
+ | label | `string` | `-` | - |
19
+ | lang | `string` | `-` | - |
20
+ | name | `string` | `-` | - |
21
+ | value | `string` | `-` | - |
22
+ | headerFormat | `string` | `'MMMM yyyy'` | - |
23
+ | weekdayFormat | `string` | `'EEEEEE'` | - |
24
+ | isDayDisabled | `(day: Date) => boolean` | `-` | - |
25
+ | dayFormat | `string` | `'PPPP'` | - |
26
+ | isCalendarOpen | `boolean` | `false` | - |
27
+ | navigationDate | `Date` | `-` | - |
28
+ | selectedDate | `Date | null` | `-` | - |
29
+ | month | `unknown` | `-` | - |
30
+ | weeks | `unknown` | `-` | - |
31
+ | calendar | `HTMLDivElement` | `-` | - |
32
+ | input | `HTMLInputElement` | `-` | - |
33
+ | toggleButton | `HTMLButtonElement` | `-` | - |
34
+ | wrapper | `HTMLDivElement` | `-` | - |
35
+ | previousMonthButton | `HTMLButtonElement` | `-` | - |
36
+ | todayCell | `HTMLTableCellElement` | `-` | - |
37
+ | selectedCell | `HTMLTableCellElement` | `-` | - |
38
+
39
+ ### Property Details
40
+
41
+ #### shadowRootOptions
42
+
43
+
44
+
45
+ - Type: `object`
46
+ - Default: `{ ...LitElement.shadowRootOptions, delegatesFocus: true, }`
47
+
48
+ #### label
49
+
50
+
51
+
52
+ - Type: `string`
53
+ - Default: `-`
54
+
55
+ #### lang
56
+
57
+ Takes precedence over the `<html>` lang attribute.
58
+
59
+ - Type: `string`
60
+ - Default: `-`
61
+
62
+ #### name
63
+
64
+
65
+
66
+ - Type: `string`
67
+ - Default: `-`
68
+
69
+ #### value
70
+
71
+
72
+
73
+ - Type: `string`
74
+ - Default: `-`
75
+
76
+ #### headerFormat
77
+
78
+ Decides the format of the date as shown in the calendar header.
79
+
80
+ The syntax is defined by [date-fns/format](https://date-fns.org/v4.1.0/docs/format).
81
+
82
+ - Type: `string`
83
+ - Default: `'MMMM yyyy'`
84
+
85
+ #### weekdayFormat
86
+
87
+ Decides the format of the weekday as shown above the grid of dates in the calendar.
88
+
89
+ The syntax is defined by [date-fns/format](https://date-fns.org/v4.1.0/docs/format).
90
+
91
+ - Type: `string`
92
+ - Default: `'EEEEEE'`
93
+
94
+ #### isDayDisabled
95
+
96
+ Lets you control if a date in the calendar should be disabled.
97
+
98
+ This needs to be set on the element instance in JavaScript, not as an HTML attribute.
99
+
100
+ - Type: `(day: Date) => boolean`
101
+ - Default: `-`
102
+
103
+ #### dayFormat
104
+
105
+ Decides the format of the day in the calendar as read to screen readers.
106
+
107
+ The syntax is defined by [date-fns/format](https://date-fns.org/v4.1.0/docs/format).
108
+
109
+ - Type: `string`
110
+ - Default: `'PPPP'`
111
+
112
+ #### isCalendarOpen
113
+
114
+
115
+
116
+ - Type: `boolean`
117
+ - Default: `false`
118
+
119
+ #### navigationDate
120
+
121
+
122
+
123
+ - Type: `Date`
124
+ - Default: `-`
125
+
126
+ #### selectedDate
127
+
128
+
129
+
130
+ - Type: `Date | null`
131
+ - Default: `-`
132
+
133
+ #### month
134
+
135
+
136
+
137
+ - Type: `unknown`
138
+ - Default: `-`
139
+
140
+ #### weeks
141
+
142
+
143
+
144
+ - Type: `unknown`
145
+ - Default: `-`
146
+
147
+ #### calendar
148
+
149
+
150
+
151
+ - Type: `HTMLDivElement`
152
+ - Default: `-`
153
+
154
+ #### input
155
+
156
+
157
+
158
+ - Type: `HTMLInputElement`
159
+ - Default: `-`
160
+
161
+ #### toggleButton
162
+
163
+
164
+
165
+ - Type: `HTMLButtonElement`
166
+ - Default: `-`
167
+
168
+ #### wrapper
169
+
170
+
171
+
172
+ - Type: `HTMLDivElement`
173
+ - Default: `-`
174
+
175
+ #### previousMonthButton
176
+
177
+ This is the first focusable element, needed for the modal focus trap.
178
+
179
+ Don't cache this and other `@query` fields from inside the calendar modal.
180
+ They work the first time, but once the calendar is closed and reopened
181
+ the query will point to an element that doesn't exist anymore.
182
+
183
+ - Type: `HTMLButtonElement`
184
+ - Default: `-`
185
+
186
+ #### todayCell
187
+
188
+
189
+
190
+ - Type: `HTMLTableCellElement`
191
+ - Default: `-`
192
+
193
+ #### selectedCell
194
+
195
+
196
+
197
+ - Type: `HTMLTableCellElement`
198
+ - Default: `-`
199
+
200
+ ### Types
201
+
202
+ No types documented.