@aurodesignsystem-dev/auro-formkit 0.0.0-pr1510.0 → 0.0.0-pr1510.2
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/components/checkbox/demo/customize.min.js +1 -1
- package/components/checkbox/demo/getting-started.min.js +1 -1
- package/components/checkbox/demo/index.min.js +1 -1
- package/components/checkbox/dist/index.js +1 -1
- package/components/checkbox/dist/registered.js +1 -1
- package/components/combobox/demo/customize.min.js +3 -3
- package/components/combobox/demo/getting-started.min.js +3 -3
- package/components/combobox/demo/index.min.js +3 -3
- package/components/combobox/dist/index.js +3 -3
- package/components/combobox/dist/registered.js +3 -3
- package/components/counter/demo/customize.min.js +2 -2
- package/components/counter/demo/index.min.js +2 -2
- package/components/counter/dist/index.js +2 -2
- package/components/counter/dist/registered.js +2 -2
- package/components/datepicker/demo/accessibility.md +1 -1
- package/components/datepicker/demo/api.md +2 -2
- package/components/datepicker/demo/customize.min.js +179 -72
- package/components/datepicker/demo/index.min.js +179 -72
- package/components/datepicker/dist/{src/auro-calendar.d.ts → auro-calendar.d.ts} +3 -1
- package/components/datepicker/dist/{src/auro-datepicker.d.ts → auro-datepicker.d.ts} +5 -2
- package/components/datepicker/dist/blackoutUtils.d.ts +43 -0
- package/components/datepicker/dist/index.js +179 -72
- package/components/datepicker/dist/registered.js +179 -72
- package/components/dropdown/demo/customize.min.js +1 -1
- package/components/dropdown/demo/getting-started.min.js +1 -1
- package/components/dropdown/demo/index.min.js +1 -1
- package/components/dropdown/dist/index.js +1 -1
- package/components/dropdown/dist/registered.js +1 -1
- package/components/form/demo/customize.min.js +189 -82
- package/components/form/demo/getting-started.min.js +189 -82
- package/components/form/demo/index.min.js +189 -82
- package/components/form/demo/registerDemoDeps.min.js +189 -82
- package/components/input/demo/customize.min.js +1 -1
- package/components/input/demo/getting-started.min.js +1 -1
- package/components/input/demo/index.min.js +1 -1
- package/components/input/dist/index.js +1 -1
- package/components/input/dist/registered.js +1 -1
- package/components/radio/demo/customize.min.js +1 -1
- package/components/radio/demo/getting-started.min.js +1 -1
- package/components/radio/demo/index.min.js +1 -1
- package/components/radio/dist/index.js +1 -1
- package/components/radio/dist/registered.js +1 -1
- package/components/select/demo/customize.min.js +2 -2
- package/components/select/demo/getting-started.min.js +2 -2
- package/components/select/demo/index.min.js +2 -2
- package/components/select/dist/index.js +2 -2
- package/components/select/dist/registered.js +2 -2
- package/custom-elements.json +453 -343
- package/package.json +5 -2
- package/components/checkbox/demo/customize.js +0 -22
- package/components/checkbox/demo/demo-support.js +0 -1
- package/components/checkbox/demo/getting-started.js +0 -22
- package/components/checkbox/demo/index.js +0 -8
- package/components/checkbox/demo/styles.scss +0 -1
- package/components/combobox/demo/customize.js +0 -24
- package/components/combobox/demo/demo-support.js +0 -1
- package/components/combobox/demo/getting-started.js +0 -21
- package/components/combobox/demo/index.js +0 -23
- package/components/combobox/demo/styles.scss +0 -1
- package/components/counter/demo/customize.js +0 -21
- package/components/counter/demo/demo-support.js +0 -1
- package/components/counter/demo/index.js +0 -21
- package/components/counter/demo/styles.scss +0 -1
- package/components/datepicker/demo/customize.js +0 -17
- package/components/datepicker/demo/demo-support.js +0 -1
- package/components/datepicker/demo/index.js +0 -23
- package/components/datepicker/demo/styles.scss +0 -1
- package/components/dropdown/demo/customize.js +0 -9
- package/components/dropdown/demo/demo-support.js +0 -1
- package/components/dropdown/demo/getting-started.js +0 -9
- package/components/dropdown/demo/index.js +0 -16
- package/components/dropdown/demo/styles.scss +0 -1
- package/components/form/demo/customize.js +0 -28
- package/components/form/demo/demo-support.js +0 -1
- package/components/form/demo/getting-started.js +0 -9
- package/components/form/demo/index.js +0 -5
- package/components/form/demo/registerDemoDeps.js +0 -23
- package/components/form/demo/styles.scss +0 -1
- package/components/input/demo/customize.js +0 -25
- package/components/input/demo/demo-support.js +0 -1
- package/components/input/demo/getting-started.js +0 -8
- package/components/input/demo/index.js +0 -8
- package/components/input/demo/styles.css +0 -974
- package/components/input/demo/styles.scss +0 -1
- package/components/menu/demo/demo-support.js +0 -1
- package/components/menu/demo/index.js +0 -25
- package/components/menu/demo/styles.scss +0 -1
- package/components/radio/demo/customize.js +0 -22
- package/components/radio/demo/demo-support.js +0 -1
- package/components/radio/demo/getting-started.js +0 -24
- package/components/radio/demo/index.js +0 -8
- package/components/radio/demo/styles.scss +0 -1
- package/components/select/demo/customize.js +0 -11
- package/components/select/demo/demo-support.js +0 -1
- package/components/select/demo/getting-started.js +0 -26
- package/components/select/demo/index.js +0 -11
- package/components/select/demo/styles.scss +0 -1
- /package/components/datepicker/dist/{src/auro-calendar-cell.d.ts → auro-calendar-cell.d.ts} +0 -0
- /package/components/datepicker/dist/{src/auro-calendar-month.d.ts → auro-calendar-month.d.ts} +0 -0
- /package/components/datepicker/dist/{src/buttonVersion.d.ts → buttonVersion.d.ts} +0 -0
- /package/components/datepicker/dist/{src/datepickerKeyboardStrategy.d.ts → datepickerKeyboardStrategy.d.ts} +0 -0
- /package/components/datepicker/dist/{src/iconVersion.d.ts → iconVersion.d.ts} +0 -0
- /package/components/datepicker/dist/{src/index.d.ts → index.d.ts} +0 -0
- /package/components/datepicker/dist/{src/popoverVersion.d.ts → popoverVersion.d.ts} +0 -0
- /package/components/datepicker/dist/{src/styles → styles}/classic/color-css.d.ts +0 -0
- /package/components/datepicker/dist/{src/styles → styles}/classic/style-css.d.ts +0 -0
- /package/components/datepicker/dist/{src/styles → styles}/color-calendar-css.d.ts +0 -0
- /package/components/datepicker/dist/{src/styles → styles}/color-cell-css.d.ts +0 -0
- /package/components/datepicker/dist/{src/styles → styles}/color-css.d.ts +0 -0
- /package/components/datepicker/dist/{src/styles → styles}/color-month-css.d.ts +0 -0
- /package/components/datepicker/dist/{src/styles → styles}/shapeSize-css.d.ts +0 -0
- /package/components/datepicker/dist/{src/styles → styles}/snowflake/color-css.d.ts +0 -0
- /package/components/datepicker/dist/{src/styles → styles}/snowflake/style-css.d.ts +0 -0
- /package/components/datepicker/dist/{src/styles → styles}/style-auro-calendar-cell-css.d.ts +0 -0
- /package/components/datepicker/dist/{src/styles → styles}/style-auro-calendar-css.d.ts +0 -0
- /package/components/datepicker/dist/{src/styles → styles}/style-auro-calendar-month-css.d.ts +0 -0
- /package/components/datepicker/dist/{src/styles → styles}/style-css.d.ts +0 -0
- /package/components/datepicker/dist/{src/styles → styles}/tokens-css.d.ts +0 -0
- /package/components/datepicker/dist/{src/utilities.d.ts → utilities.d.ts} +0 -0
- /package/components/datepicker/dist/{src/utilitiesCalendar.d.ts → utilitiesCalendar.d.ts} +0 -0
- /package/components/datepicker/dist/{src/utilitiesCalendarRender.d.ts → utilitiesCalendarRender.d.ts} +0 -0
- /package/components/datepicker/dist/{src/vendor → vendor}/wc-range-datepicker/day.d.ts +0 -0
- /package/components/datepicker/dist/{src/vendor → vendor}/wc-range-datepicker/range-datepicker-calendar.d.ts +0 -0
- /package/components/datepicker/dist/{src/vendor → vendor}/wc-range-datepicker/range-datepicker-cell.d.ts +0 -0
- /package/components/datepicker/dist/{src/vendor → vendor}/wc-range-datepicker/range-datepicker.d.ts +0 -0
package/custom-elements.json
CHANGED
|
@@ -2,6 +2,269 @@
|
|
|
2
2
|
"schemaVersion": "1.0.0",
|
|
3
3
|
"readme": "",
|
|
4
4
|
"modules": [
|
|
5
|
+
{
|
|
6
|
+
"kind": "javascript-module",
|
|
7
|
+
"path": "components/bibtemplate/src/auro-bibtemplate.js",
|
|
8
|
+
"declarations": [
|
|
9
|
+
{
|
|
10
|
+
"kind": "class",
|
|
11
|
+
"description": "The `auro-bibtemplate` element provides users a template for creating modal dialog elements.",
|
|
12
|
+
"name": "AuroBibtemplate",
|
|
13
|
+
"slots": [
|
|
14
|
+
{
|
|
15
|
+
"description": "The default slot for the main content.",
|
|
16
|
+
"name": "default"
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
"description": "Slot for the header content.",
|
|
20
|
+
"name": "header"
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"description": "Slot for the subheader content.",
|
|
24
|
+
"name": "subheader"
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
"description": "Slot for the footer content.",
|
|
28
|
+
"name": "footer"
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"description": "Slot for the close button aria-label.",
|
|
32
|
+
"name": "ariaLabel.close"
|
|
33
|
+
}
|
|
34
|
+
],
|
|
35
|
+
"members": [
|
|
36
|
+
{
|
|
37
|
+
"kind": "method",
|
|
38
|
+
"name": "register",
|
|
39
|
+
"static": true,
|
|
40
|
+
"parameters": [
|
|
41
|
+
{
|
|
42
|
+
"name": "name",
|
|
43
|
+
"default": "\"auro-bibtemplate\"",
|
|
44
|
+
"description": "The name of element that you want to register to.",
|
|
45
|
+
"optional": true,
|
|
46
|
+
"type": {
|
|
47
|
+
"text": "string"
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
],
|
|
51
|
+
"description": "This will register this element with the browser."
|
|
52
|
+
},
|
|
53
|
+
{
|
|
54
|
+
"kind": "method",
|
|
55
|
+
"name": "preventBodyScroll",
|
|
56
|
+
"parameters": [
|
|
57
|
+
{
|
|
58
|
+
"name": "event",
|
|
59
|
+
"description": "The touchmove event.",
|
|
60
|
+
"type": {
|
|
61
|
+
"text": "Event"
|
|
62
|
+
}
|
|
63
|
+
}
|
|
64
|
+
],
|
|
65
|
+
"description": "Prevents scrolling of the body when touching empty areas of the component.",
|
|
66
|
+
"return": {
|
|
67
|
+
"type": {
|
|
68
|
+
"text": "void"
|
|
69
|
+
}
|
|
70
|
+
}
|
|
71
|
+
},
|
|
72
|
+
{
|
|
73
|
+
"kind": "method",
|
|
74
|
+
"name": "focusCloseButton",
|
|
75
|
+
"description": "Focuses the close button inside the bibtemplate's shadow DOM.\nUsed by parent components to set initial focus when the fullscreen dialog opens.",
|
|
76
|
+
"return": {
|
|
77
|
+
"type": {
|
|
78
|
+
"text": "void"
|
|
79
|
+
}
|
|
80
|
+
}
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
"kind": "method",
|
|
84
|
+
"name": "onCloseButtonClick"
|
|
85
|
+
},
|
|
86
|
+
{
|
|
87
|
+
"kind": "method",
|
|
88
|
+
"name": "exposeCssParts",
|
|
89
|
+
"description": "Exposes CSS parts for styling from parent components.",
|
|
90
|
+
"return": {
|
|
91
|
+
"type": {
|
|
92
|
+
"text": "void"
|
|
93
|
+
}
|
|
94
|
+
}
|
|
95
|
+
},
|
|
96
|
+
{
|
|
97
|
+
"kind": "field",
|
|
98
|
+
"name": "large",
|
|
99
|
+
"privacy": "public",
|
|
100
|
+
"type": {
|
|
101
|
+
"text": "boolean"
|
|
102
|
+
},
|
|
103
|
+
"default": "false",
|
|
104
|
+
"attribute": "large",
|
|
105
|
+
"reflects": true
|
|
106
|
+
},
|
|
107
|
+
{
|
|
108
|
+
"kind": "field",
|
|
109
|
+
"name": "iconTag",
|
|
110
|
+
"privacy": "private"
|
|
111
|
+
},
|
|
112
|
+
{
|
|
113
|
+
"kind": "field",
|
|
114
|
+
"name": "headerTag",
|
|
115
|
+
"privacy": "private"
|
|
116
|
+
},
|
|
117
|
+
{
|
|
118
|
+
"kind": "field",
|
|
119
|
+
"name": "buttonTag",
|
|
120
|
+
"privacy": "private"
|
|
121
|
+
},
|
|
122
|
+
{
|
|
123
|
+
"kind": "field",
|
|
124
|
+
"name": "isFullscreen",
|
|
125
|
+
"privacy": "public",
|
|
126
|
+
"type": {
|
|
127
|
+
"text": "boolean"
|
|
128
|
+
},
|
|
129
|
+
"attribute": "isFullscreen",
|
|
130
|
+
"reflects": true
|
|
131
|
+
},
|
|
132
|
+
{
|
|
133
|
+
"kind": "field",
|
|
134
|
+
"name": "showFooter",
|
|
135
|
+
"privacy": "public",
|
|
136
|
+
"type": {
|
|
137
|
+
"text": "boolean"
|
|
138
|
+
},
|
|
139
|
+
"description": "If declared, the footer slot will be rendered even when not in fullscreen mode.",
|
|
140
|
+
"attribute": "showFooter",
|
|
141
|
+
"reflects": true
|
|
142
|
+
}
|
|
143
|
+
],
|
|
144
|
+
"events": [
|
|
145
|
+
{
|
|
146
|
+
"name": "close-click",
|
|
147
|
+
"type": {
|
|
148
|
+
"text": "Event"
|
|
149
|
+
}
|
|
150
|
+
},
|
|
151
|
+
{
|
|
152
|
+
"name": "auro-bibtemplate-connected",
|
|
153
|
+
"type": {
|
|
154
|
+
"text": "CustomEvent"
|
|
155
|
+
}
|
|
156
|
+
}
|
|
157
|
+
],
|
|
158
|
+
"attributes": [
|
|
159
|
+
{
|
|
160
|
+
"name": "isFullscreen",
|
|
161
|
+
"type": {
|
|
162
|
+
"text": "boolean"
|
|
163
|
+
},
|
|
164
|
+
"fieldName": "isFullscreen"
|
|
165
|
+
},
|
|
166
|
+
{
|
|
167
|
+
"name": "large",
|
|
168
|
+
"type": {
|
|
169
|
+
"text": "boolean"
|
|
170
|
+
},
|
|
171
|
+
"default": "false",
|
|
172
|
+
"fieldName": "large"
|
|
173
|
+
},
|
|
174
|
+
{
|
|
175
|
+
"name": "showFooter",
|
|
176
|
+
"type": {
|
|
177
|
+
"text": "boolean"
|
|
178
|
+
},
|
|
179
|
+
"description": "If declared, the footer slot will be rendered even when not in fullscreen mode.",
|
|
180
|
+
"fieldName": "showFooter"
|
|
181
|
+
}
|
|
182
|
+
],
|
|
183
|
+
"superclass": {
|
|
184
|
+
"name": "LitElement",
|
|
185
|
+
"package": "lit"
|
|
186
|
+
},
|
|
187
|
+
"tagName": "auro-bibtemplate",
|
|
188
|
+
"customElement": true
|
|
189
|
+
}
|
|
190
|
+
],
|
|
191
|
+
"exports": [
|
|
192
|
+
{
|
|
193
|
+
"kind": "js",
|
|
194
|
+
"name": "AuroBibtemplate",
|
|
195
|
+
"declaration": {
|
|
196
|
+
"name": "AuroBibtemplate",
|
|
197
|
+
"module": "components/bibtemplate/src/auro-bibtemplate.js"
|
|
198
|
+
}
|
|
199
|
+
}
|
|
200
|
+
]
|
|
201
|
+
},
|
|
202
|
+
{
|
|
203
|
+
"kind": "javascript-module",
|
|
204
|
+
"path": "components/bibtemplate/src/buttonVersion.js",
|
|
205
|
+
"declarations": [],
|
|
206
|
+
"exports": [
|
|
207
|
+
{
|
|
208
|
+
"kind": "js",
|
|
209
|
+
"name": "default",
|
|
210
|
+
"declaration": {
|
|
211
|
+
"name": "12.3.2",
|
|
212
|
+
"module": "components/bibtemplate/src/buttonVersion.js"
|
|
213
|
+
}
|
|
214
|
+
}
|
|
215
|
+
]
|
|
216
|
+
},
|
|
217
|
+
{
|
|
218
|
+
"kind": "javascript-module",
|
|
219
|
+
"path": "components/bibtemplate/src/headerVersion.js",
|
|
220
|
+
"declarations": [],
|
|
221
|
+
"exports": [
|
|
222
|
+
{
|
|
223
|
+
"kind": "js",
|
|
224
|
+
"name": "default",
|
|
225
|
+
"declaration": {
|
|
226
|
+
"name": "5.0.1",
|
|
227
|
+
"module": "components/bibtemplate/src/headerVersion.js"
|
|
228
|
+
}
|
|
229
|
+
}
|
|
230
|
+
]
|
|
231
|
+
},
|
|
232
|
+
{
|
|
233
|
+
"kind": "javascript-module",
|
|
234
|
+
"path": "components/bibtemplate/src/iconVersion.js",
|
|
235
|
+
"declarations": [],
|
|
236
|
+
"exports": [
|
|
237
|
+
{
|
|
238
|
+
"kind": "js",
|
|
239
|
+
"name": "default",
|
|
240
|
+
"declaration": {
|
|
241
|
+
"name": "9.2.0",
|
|
242
|
+
"module": "components/bibtemplate/src/iconVersion.js"
|
|
243
|
+
}
|
|
244
|
+
}
|
|
245
|
+
]
|
|
246
|
+
},
|
|
247
|
+
{
|
|
248
|
+
"kind": "javascript-module",
|
|
249
|
+
"path": "components/bibtemplate/src/index.js",
|
|
250
|
+
"declarations": [],
|
|
251
|
+
"exports": [
|
|
252
|
+
{
|
|
253
|
+
"kind": "js",
|
|
254
|
+
"name": "AuroBibtemplate",
|
|
255
|
+
"declaration": {
|
|
256
|
+
"name": "AuroBibtemplate",
|
|
257
|
+
"module": "components/bibtemplate/src/index.js"
|
|
258
|
+
}
|
|
259
|
+
}
|
|
260
|
+
]
|
|
261
|
+
},
|
|
262
|
+
{
|
|
263
|
+
"kind": "javascript-module",
|
|
264
|
+
"path": "components/bibtemplate/src/registered.js",
|
|
265
|
+
"declarations": [],
|
|
266
|
+
"exports": []
|
|
267
|
+
},
|
|
5
268
|
{
|
|
6
269
|
"kind": "javascript-module",
|
|
7
270
|
"path": "components/checkbox/src/auro-checkbox-group.js",
|
|
@@ -697,414 +960,151 @@
|
|
|
697
960
|
"description": "Notifies when when checked value is changed by user's interface.",
|
|
698
961
|
"name": "input"
|
|
699
962
|
}
|
|
700
|
-
],
|
|
701
|
-
"attributes": [
|
|
702
|
-
{
|
|
703
|
-
"name": "appearance",
|
|
704
|
-
"type": {
|
|
705
|
-
"text": "'default' | 'inverse'"
|
|
706
|
-
},
|
|
707
|
-
"description": "Defines whether the component will be on lighter or darker backgrounds.",
|
|
708
|
-
"default": "'default'",
|
|
709
|
-
"fieldName": "appearance"
|
|
710
|
-
},
|
|
711
|
-
{
|
|
712
|
-
"name": "checked",
|
|
713
|
-
"type": {
|
|
714
|
-
"text": "boolean"
|
|
715
|
-
},
|
|
716
|
-
"description": "If set to true, the checkbox will be filled with a checkmark.",
|
|
717
|
-
"fieldName": "checked"
|
|
718
|
-
},
|
|
719
|
-
{
|
|
720
|
-
"name": "disabled",
|
|
721
|
-
"type": {
|
|
722
|
-
"text": "boolean"
|
|
723
|
-
},
|
|
724
|
-
"description": "If set to true, the checkbox will not be clickable.",
|
|
725
|
-
"fieldName": "disabled"
|
|
726
|
-
},
|
|
727
|
-
{
|
|
728
|
-
"name": "error",
|
|
729
|
-
"type": {
|
|
730
|
-
"text": "boolean"
|
|
731
|
-
},
|
|
732
|
-
"description": "If set to true, the checkbox will be displayed with an error state.",
|
|
733
|
-
"fieldName": "error"
|
|
734
|
-
},
|
|
735
|
-
{
|
|
736
|
-
"name": "id",
|
|
737
|
-
"type": {
|
|
738
|
-
"text": "string"
|
|
739
|
-
},
|
|
740
|
-
"description": "The id global attribute defines an identifier (ID) which must be unique in the whole document.",
|
|
741
|
-
"fieldName": "id"
|
|
742
|
-
},
|
|
743
|
-
{
|
|
744
|
-
"name": "name",
|
|
745
|
-
"type": {
|
|
746
|
-
"text": "string"
|
|
747
|
-
},
|
|
748
|
-
"description": "Accepts any string and is used to identify related checkboxes when submitting form data.",
|
|
749
|
-
"fieldName": "name"
|
|
750
|
-
},
|
|
751
|
-
{
|
|
752
|
-
"name": "onDark",
|
|
753
|
-
"type": {
|
|
754
|
-
"text": "boolean"
|
|
755
|
-
},
|
|
756
|
-
"description": "DEPRECATED - use `appearance=\"inverse\"` instead.",
|
|
757
|
-
"fieldName": "onDark"
|
|
758
|
-
},
|
|
759
|
-
{
|
|
760
|
-
"name": "value",
|
|
761
|
-
"type": {
|
|
762
|
-
"text": "string"
|
|
763
|
-
},
|
|
764
|
-
"description": "Sets the element's input value. Must be unique within an auro-checkbox-group element.",
|
|
765
|
-
"fieldName": "value"
|
|
766
|
-
},
|
|
767
|
-
{
|
|
768
|
-
"name": "tabindex",
|
|
769
|
-
"type": {
|
|
770
|
-
"text": "number"
|
|
771
|
-
},
|
|
772
|
-
"description": "The tabindex attribute for the checkbox.",
|
|
773
|
-
"fieldName": "tabIndex"
|
|
774
|
-
},
|
|
775
|
-
{
|
|
776
|
-
"name": "aria-checked",
|
|
777
|
-
"type": {
|
|
778
|
-
"text": "string"
|
|
779
|
-
},
|
|
780
|
-
"description": "The aria-checked attribute for the checkbox.",
|
|
781
|
-
"fieldName": "ariaChecked"
|
|
782
|
-
},
|
|
783
|
-
{
|
|
784
|
-
"name": "aria-disabled",
|
|
785
|
-
"type": {
|
|
786
|
-
"text": "string"
|
|
787
|
-
},
|
|
788
|
-
"description": "The aria-disabled attribute for the checkbox.",
|
|
789
|
-
"fieldName": "ariaDisabled"
|
|
790
|
-
},
|
|
791
|
-
{
|
|
792
|
-
"name": "role",
|
|
793
|
-
"type": {
|
|
794
|
-
"text": "string"
|
|
795
|
-
},
|
|
796
|
-
"description": "The ARIA role for the element. Must remain 'checkbox' for screen readers\nto correctly identify this as a checkbox control.",
|
|
797
|
-
"fieldName": "role"
|
|
798
|
-
}
|
|
799
|
-
],
|
|
800
|
-
"superclass": {
|
|
801
|
-
"name": "LitElement",
|
|
802
|
-
"package": "lit"
|
|
803
|
-
},
|
|
804
|
-
"tagName": "auro-checkbox",
|
|
805
|
-
"customElement": true
|
|
806
|
-
}
|
|
807
|
-
],
|
|
808
|
-
"exports": [
|
|
809
|
-
{
|
|
810
|
-
"kind": "js",
|
|
811
|
-
"name": "AuroCheckbox",
|
|
812
|
-
"declaration": {
|
|
813
|
-
"name": "AuroCheckbox",
|
|
814
|
-
"module": "components/checkbox/src/auro-checkbox.js"
|
|
815
|
-
}
|
|
816
|
-
}
|
|
817
|
-
]
|
|
818
|
-
},
|
|
819
|
-
{
|
|
820
|
-
"kind": "javascript-module",
|
|
821
|
-
"path": "components/checkbox/src/index.js",
|
|
822
|
-
"declarations": [],
|
|
823
|
-
"exports": [
|
|
824
|
-
{
|
|
825
|
-
"kind": "js",
|
|
826
|
-
"name": "AuroCheckbox",
|
|
827
|
-
"declaration": {
|
|
828
|
-
"name": "AuroCheckbox",
|
|
829
|
-
"module": "components/checkbox/src/index.js"
|
|
830
|
-
}
|
|
831
|
-
},
|
|
832
|
-
{
|
|
833
|
-
"kind": "js",
|
|
834
|
-
"name": "AuroCheckboxGroup",
|
|
835
|
-
"declaration": {
|
|
836
|
-
"name": "AuroCheckboxGroup",
|
|
837
|
-
"module": "components/checkbox/src/index.js"
|
|
838
|
-
}
|
|
839
|
-
}
|
|
840
|
-
]
|
|
841
|
-
},
|
|
842
|
-
{
|
|
843
|
-
"kind": "javascript-module",
|
|
844
|
-
"path": "components/checkbox/src/registered.js",
|
|
845
|
-
"declarations": [],
|
|
846
|
-
"exports": []
|
|
847
|
-
},
|
|
848
|
-
{
|
|
849
|
-
"kind": "javascript-module",
|
|
850
|
-
"path": "components/bibtemplate/src/auro-bibtemplate.js",
|
|
851
|
-
"declarations": [
|
|
852
|
-
{
|
|
853
|
-
"kind": "class",
|
|
854
|
-
"description": "The `auro-bibtemplate` element provides users a template for creating modal dialog elements.",
|
|
855
|
-
"name": "AuroBibtemplate",
|
|
856
|
-
"slots": [
|
|
857
|
-
{
|
|
858
|
-
"description": "The default slot for the main content.",
|
|
859
|
-
"name": "default"
|
|
860
|
-
},
|
|
861
|
-
{
|
|
862
|
-
"description": "Slot for the header content.",
|
|
863
|
-
"name": "header"
|
|
864
|
-
},
|
|
865
|
-
{
|
|
866
|
-
"description": "Slot for the subheader content.",
|
|
867
|
-
"name": "subheader"
|
|
868
|
-
},
|
|
869
|
-
{
|
|
870
|
-
"description": "Slot for the footer content.",
|
|
871
|
-
"name": "footer"
|
|
872
|
-
},
|
|
873
|
-
{
|
|
874
|
-
"description": "Slot for the close button aria-label.",
|
|
875
|
-
"name": "ariaLabel.close"
|
|
876
|
-
}
|
|
877
|
-
],
|
|
878
|
-
"members": [
|
|
879
|
-
{
|
|
880
|
-
"kind": "method",
|
|
881
|
-
"name": "register",
|
|
882
|
-
"static": true,
|
|
883
|
-
"parameters": [
|
|
884
|
-
{
|
|
885
|
-
"name": "name",
|
|
886
|
-
"default": "\"auro-bibtemplate\"",
|
|
887
|
-
"description": "The name of element that you want to register to.",
|
|
888
|
-
"optional": true,
|
|
889
|
-
"type": {
|
|
890
|
-
"text": "string"
|
|
891
|
-
}
|
|
892
|
-
}
|
|
893
|
-
],
|
|
894
|
-
"description": "This will register this element with the browser."
|
|
895
|
-
},
|
|
896
|
-
{
|
|
897
|
-
"kind": "method",
|
|
898
|
-
"name": "preventBodyScroll",
|
|
899
|
-
"parameters": [
|
|
900
|
-
{
|
|
901
|
-
"name": "event",
|
|
902
|
-
"description": "The touchmove event.",
|
|
903
|
-
"type": {
|
|
904
|
-
"text": "Event"
|
|
905
|
-
}
|
|
906
|
-
}
|
|
907
|
-
],
|
|
908
|
-
"description": "Prevents scrolling of the body when touching empty areas of the component.",
|
|
909
|
-
"return": {
|
|
910
|
-
"type": {
|
|
911
|
-
"text": "void"
|
|
912
|
-
}
|
|
913
|
-
}
|
|
914
|
-
},
|
|
915
|
-
{
|
|
916
|
-
"kind": "method",
|
|
917
|
-
"name": "focusCloseButton",
|
|
918
|
-
"description": "Focuses the close button inside the bibtemplate's shadow DOM.\nUsed by parent components to set initial focus when the fullscreen dialog opens.",
|
|
919
|
-
"return": {
|
|
920
|
-
"type": {
|
|
921
|
-
"text": "void"
|
|
922
|
-
}
|
|
923
|
-
}
|
|
924
|
-
},
|
|
925
|
-
{
|
|
926
|
-
"kind": "method",
|
|
927
|
-
"name": "onCloseButtonClick"
|
|
928
|
-
},
|
|
929
|
-
{
|
|
930
|
-
"kind": "method",
|
|
931
|
-
"name": "exposeCssParts",
|
|
932
|
-
"description": "Exposes CSS parts for styling from parent components.",
|
|
933
|
-
"return": {
|
|
934
|
-
"type": {
|
|
935
|
-
"text": "void"
|
|
936
|
-
}
|
|
937
|
-
}
|
|
963
|
+
],
|
|
964
|
+
"attributes": [
|
|
965
|
+
{
|
|
966
|
+
"name": "appearance",
|
|
967
|
+
"type": {
|
|
968
|
+
"text": "'default' | 'inverse'"
|
|
969
|
+
},
|
|
970
|
+
"description": "Defines whether the component will be on lighter or darker backgrounds.",
|
|
971
|
+
"default": "'default'",
|
|
972
|
+
"fieldName": "appearance"
|
|
938
973
|
},
|
|
939
974
|
{
|
|
940
|
-
"
|
|
941
|
-
"name": "large",
|
|
942
|
-
"privacy": "public",
|
|
975
|
+
"name": "checked",
|
|
943
976
|
"type": {
|
|
944
977
|
"text": "boolean"
|
|
945
978
|
},
|
|
946
|
-
"
|
|
947
|
-
"
|
|
948
|
-
"reflects": true
|
|
979
|
+
"description": "If set to true, the checkbox will be filled with a checkmark.",
|
|
980
|
+
"fieldName": "checked"
|
|
949
981
|
},
|
|
950
982
|
{
|
|
951
|
-
"
|
|
952
|
-
"
|
|
953
|
-
|
|
983
|
+
"name": "disabled",
|
|
984
|
+
"type": {
|
|
985
|
+
"text": "boolean"
|
|
986
|
+
},
|
|
987
|
+
"description": "If set to true, the checkbox will not be clickable.",
|
|
988
|
+
"fieldName": "disabled"
|
|
954
989
|
},
|
|
955
990
|
{
|
|
956
|
-
"
|
|
957
|
-
"
|
|
958
|
-
|
|
991
|
+
"name": "error",
|
|
992
|
+
"type": {
|
|
993
|
+
"text": "boolean"
|
|
994
|
+
},
|
|
995
|
+
"description": "If set to true, the checkbox will be displayed with an error state.",
|
|
996
|
+
"fieldName": "error"
|
|
959
997
|
},
|
|
960
998
|
{
|
|
961
|
-
"
|
|
962
|
-
"
|
|
963
|
-
|
|
999
|
+
"name": "id",
|
|
1000
|
+
"type": {
|
|
1001
|
+
"text": "string"
|
|
1002
|
+
},
|
|
1003
|
+
"description": "The id global attribute defines an identifier (ID) which must be unique in the whole document.",
|
|
1004
|
+
"fieldName": "id"
|
|
964
1005
|
},
|
|
965
1006
|
{
|
|
966
|
-
"
|
|
967
|
-
"name": "isFullscreen",
|
|
968
|
-
"privacy": "public",
|
|
1007
|
+
"name": "name",
|
|
969
1008
|
"type": {
|
|
970
|
-
"text": "
|
|
1009
|
+
"text": "string"
|
|
971
1010
|
},
|
|
972
|
-
"
|
|
973
|
-
"
|
|
1011
|
+
"description": "Accepts any string and is used to identify related checkboxes when submitting form data.",
|
|
1012
|
+
"fieldName": "name"
|
|
974
1013
|
},
|
|
975
1014
|
{
|
|
976
|
-
"
|
|
977
|
-
"name": "showFooter",
|
|
978
|
-
"privacy": "public",
|
|
1015
|
+
"name": "onDark",
|
|
979
1016
|
"type": {
|
|
980
1017
|
"text": "boolean"
|
|
981
1018
|
},
|
|
982
|
-
"description": "
|
|
983
|
-
"
|
|
984
|
-
|
|
985
|
-
}
|
|
986
|
-
],
|
|
987
|
-
"events": [
|
|
1019
|
+
"description": "DEPRECATED - use `appearance=\"inverse\"` instead.",
|
|
1020
|
+
"fieldName": "onDark"
|
|
1021
|
+
},
|
|
988
1022
|
{
|
|
989
|
-
"name": "
|
|
1023
|
+
"name": "value",
|
|
990
1024
|
"type": {
|
|
991
|
-
"text": "
|
|
992
|
-
}
|
|
1025
|
+
"text": "string"
|
|
1026
|
+
},
|
|
1027
|
+
"description": "Sets the element's input value. Must be unique within an auro-checkbox-group element.",
|
|
1028
|
+
"fieldName": "value"
|
|
993
1029
|
},
|
|
994
1030
|
{
|
|
995
|
-
"name": "
|
|
1031
|
+
"name": "tabindex",
|
|
996
1032
|
"type": {
|
|
997
|
-
"text": "
|
|
998
|
-
}
|
|
999
|
-
|
|
1000
|
-
|
|
1001
|
-
|
|
1033
|
+
"text": "number"
|
|
1034
|
+
},
|
|
1035
|
+
"description": "The tabindex attribute for the checkbox.",
|
|
1036
|
+
"fieldName": "tabIndex"
|
|
1037
|
+
},
|
|
1002
1038
|
{
|
|
1003
|
-
"name": "
|
|
1039
|
+
"name": "aria-checked",
|
|
1004
1040
|
"type": {
|
|
1005
|
-
"text": "
|
|
1041
|
+
"text": "string"
|
|
1006
1042
|
},
|
|
1007
|
-
"
|
|
1043
|
+
"description": "The aria-checked attribute for the checkbox.",
|
|
1044
|
+
"fieldName": "ariaChecked"
|
|
1008
1045
|
},
|
|
1009
1046
|
{
|
|
1010
|
-
"name": "
|
|
1047
|
+
"name": "aria-disabled",
|
|
1011
1048
|
"type": {
|
|
1012
|
-
"text": "
|
|
1049
|
+
"text": "string"
|
|
1013
1050
|
},
|
|
1014
|
-
"
|
|
1015
|
-
"fieldName": "
|
|
1051
|
+
"description": "The aria-disabled attribute for the checkbox.",
|
|
1052
|
+
"fieldName": "ariaDisabled"
|
|
1016
1053
|
},
|
|
1017
1054
|
{
|
|
1018
|
-
"name": "
|
|
1055
|
+
"name": "role",
|
|
1019
1056
|
"type": {
|
|
1020
|
-
"text": "
|
|
1057
|
+
"text": "string"
|
|
1021
1058
|
},
|
|
1022
|
-
"description": "
|
|
1023
|
-
"fieldName": "
|
|
1059
|
+
"description": "The ARIA role for the element. Must remain 'checkbox' for screen readers\nto correctly identify this as a checkbox control.",
|
|
1060
|
+
"fieldName": "role"
|
|
1024
1061
|
}
|
|
1025
1062
|
],
|
|
1026
1063
|
"superclass": {
|
|
1027
1064
|
"name": "LitElement",
|
|
1028
1065
|
"package": "lit"
|
|
1029
1066
|
},
|
|
1030
|
-
"tagName": "auro-
|
|
1067
|
+
"tagName": "auro-checkbox",
|
|
1031
1068
|
"customElement": true
|
|
1032
1069
|
}
|
|
1033
1070
|
],
|
|
1034
1071
|
"exports": [
|
|
1035
1072
|
{
|
|
1036
1073
|
"kind": "js",
|
|
1037
|
-
"name": "
|
|
1038
|
-
"declaration": {
|
|
1039
|
-
"name": "AuroBibtemplate",
|
|
1040
|
-
"module": "components/bibtemplate/src/auro-bibtemplate.js"
|
|
1041
|
-
}
|
|
1042
|
-
}
|
|
1043
|
-
]
|
|
1044
|
-
},
|
|
1045
|
-
{
|
|
1046
|
-
"kind": "javascript-module",
|
|
1047
|
-
"path": "components/bibtemplate/src/buttonVersion.js",
|
|
1048
|
-
"declarations": [],
|
|
1049
|
-
"exports": [
|
|
1050
|
-
{
|
|
1051
|
-
"kind": "js",
|
|
1052
|
-
"name": "default",
|
|
1053
|
-
"declaration": {
|
|
1054
|
-
"name": "12.3.2",
|
|
1055
|
-
"module": "components/bibtemplate/src/buttonVersion.js"
|
|
1056
|
-
}
|
|
1057
|
-
}
|
|
1058
|
-
]
|
|
1059
|
-
},
|
|
1060
|
-
{
|
|
1061
|
-
"kind": "javascript-module",
|
|
1062
|
-
"path": "components/bibtemplate/src/headerVersion.js",
|
|
1063
|
-
"declarations": [],
|
|
1064
|
-
"exports": [
|
|
1065
|
-
{
|
|
1066
|
-
"kind": "js",
|
|
1067
|
-
"name": "default",
|
|
1074
|
+
"name": "AuroCheckbox",
|
|
1068
1075
|
"declaration": {
|
|
1069
|
-
"name": "
|
|
1070
|
-
"module": "components/
|
|
1076
|
+
"name": "AuroCheckbox",
|
|
1077
|
+
"module": "components/checkbox/src/auro-checkbox.js"
|
|
1071
1078
|
}
|
|
1072
1079
|
}
|
|
1073
1080
|
]
|
|
1074
1081
|
},
|
|
1075
1082
|
{
|
|
1076
1083
|
"kind": "javascript-module",
|
|
1077
|
-
"path": "components/
|
|
1084
|
+
"path": "components/checkbox/src/index.js",
|
|
1078
1085
|
"declarations": [],
|
|
1079
1086
|
"exports": [
|
|
1080
1087
|
{
|
|
1081
1088
|
"kind": "js",
|
|
1082
|
-
"name": "
|
|
1089
|
+
"name": "AuroCheckbox",
|
|
1083
1090
|
"declaration": {
|
|
1084
|
-
"name": "
|
|
1085
|
-
"module": "components/
|
|
1091
|
+
"name": "AuroCheckbox",
|
|
1092
|
+
"module": "components/checkbox/src/index.js"
|
|
1086
1093
|
}
|
|
1087
|
-
}
|
|
1088
|
-
]
|
|
1089
|
-
},
|
|
1090
|
-
{
|
|
1091
|
-
"kind": "javascript-module",
|
|
1092
|
-
"path": "components/bibtemplate/src/index.js",
|
|
1093
|
-
"declarations": [],
|
|
1094
|
-
"exports": [
|
|
1094
|
+
},
|
|
1095
1095
|
{
|
|
1096
1096
|
"kind": "js",
|
|
1097
|
-
"name": "
|
|
1097
|
+
"name": "AuroCheckboxGroup",
|
|
1098
1098
|
"declaration": {
|
|
1099
|
-
"name": "
|
|
1100
|
-
"module": "components/
|
|
1099
|
+
"name": "AuroCheckboxGroup",
|
|
1100
|
+
"module": "components/checkbox/src/index.js"
|
|
1101
1101
|
}
|
|
1102
1102
|
}
|
|
1103
1103
|
]
|
|
1104
1104
|
},
|
|
1105
1105
|
{
|
|
1106
1106
|
"kind": "javascript-module",
|
|
1107
|
-
"path": "components/
|
|
1107
|
+
"path": "components/checkbox/src/registered.js",
|
|
1108
1108
|
"declarations": [],
|
|
1109
1109
|
"exports": []
|
|
1110
1110
|
},
|
|
@@ -5682,7 +5682,7 @@
|
|
|
5682
5682
|
}
|
|
5683
5683
|
}
|
|
5684
5684
|
],
|
|
5685
|
-
"description": "Checks whether a given date is a blackout date.",
|
|
5685
|
+
"description": "Checks whether a given date is a blackout date. Delegates to the\nmemoized `_getBlackoutSet` so the YYYY-MM-DD parsing and the\nlegacy/ISO merge rules live in exactly one place (see `blackoutUtils.js`).",
|
|
5686
5686
|
"privacy": "private",
|
|
5687
5687
|
"return": {
|
|
5688
5688
|
"type": {
|
|
@@ -7380,7 +7380,7 @@
|
|
|
7380
7380
|
"type": {
|
|
7381
7381
|
"text": "string"
|
|
7382
7382
|
},
|
|
7383
|
-
"description": "Label announced for cells after
|
|
7383
|
+
"description": "Label announced for cells after a fully selected range (both\n`dateFrom` and `dateTo` are set). While a range is still being\npicked (`dateFrom` set, `dateTo` unset), focused cells past the\nstart use `rangeLabelEndPreview` instead.",
|
|
7384
7384
|
"default": "'after range'",
|
|
7385
7385
|
"attribute": "rangeLabelAfterRange",
|
|
7386
7386
|
"reflects": true
|
|
@@ -7913,7 +7913,7 @@
|
|
|
7913
7913
|
"type": {
|
|
7914
7914
|
"text": "array"
|
|
7915
7915
|
},
|
|
7916
|
-
"description": "Dates that the user should have for reference as part of their decision
|
|
7916
|
+
"description": "Dates that the user should have for reference as part of their decision-making when selecting a date.\nThis should be a JSON string array of ISO date strings (`YYYY-MM-DD`).",
|
|
7917
7917
|
"attribute": "referenceDates",
|
|
7918
7918
|
"reflects": true
|
|
7919
7919
|
},
|
|
@@ -8353,7 +8353,7 @@
|
|
|
8353
8353
|
"type": {
|
|
8354
8354
|
"text": "string"
|
|
8355
8355
|
},
|
|
8356
|
-
"description": "Label announced for cells after
|
|
8356
|
+
"description": "Label announced for cells after a fully selected range (both\n`dateFrom` and `dateTo` are set). While a range is still being\npicked (`dateFrom` set, `dateTo` unset), focused cells past the\nstart use `rangeLabelEndPreview` instead.",
|
|
8357
8357
|
"default": "'after range'",
|
|
8358
8358
|
"fieldName": "rangeLabelAfterRange"
|
|
8359
8359
|
},
|
|
@@ -8407,7 +8407,7 @@
|
|
|
8407
8407
|
"type": {
|
|
8408
8408
|
"text": "array"
|
|
8409
8409
|
},
|
|
8410
|
-
"description": "Dates that the user should have for reference as part of their decision
|
|
8410
|
+
"description": "Dates that the user should have for reference as part of their decision-making when selecting a date.\nThis should be a JSON string array of ISO date strings (`YYYY-MM-DD`).",
|
|
8411
8411
|
"fieldName": "referenceDates"
|
|
8412
8412
|
},
|
|
8413
8413
|
{
|
|
@@ -8557,6 +8557,116 @@
|
|
|
8557
8557
|
}
|
|
8558
8558
|
]
|
|
8559
8559
|
},
|
|
8560
|
+
{
|
|
8561
|
+
"kind": "javascript-module",
|
|
8562
|
+
"path": "components/datepicker/src/blackoutUtils.js",
|
|
8563
|
+
"declarations": [
|
|
8564
|
+
{
|
|
8565
|
+
"kind": "function",
|
|
8566
|
+
"name": "parseIsoToTimestamp",
|
|
8567
|
+
"parameters": [
|
|
8568
|
+
{
|
|
8569
|
+
"name": "isoStr",
|
|
8570
|
+
"description": "Date string in `YYYY-MM-DD` format.",
|
|
8571
|
+
"type": {
|
|
8572
|
+
"text": "string"
|
|
8573
|
+
}
|
|
8574
|
+
}
|
|
8575
|
+
],
|
|
8576
|
+
"description": "Converts a `YYYY-MM-DD` ISO date string to a Unix timestamp (seconds)\nrepresenting local midnight on that calendar day. Returns `null` for\ninputs that don't parse to a finite timestamp.\n\nUses the `new Date(year, monthIndex, day)` constructor (NOT\n`new Date(isoStr)`) so the result is local-midnight rather than UTC\nmidnight — required to keep the calendar grid aligned with the user's\nlocal calendar day in negative-offset timezones.",
|
|
8577
|
+
"return": {
|
|
8578
|
+
"type": {
|
|
8579
|
+
"text": "number|null"
|
|
8580
|
+
}
|
|
8581
|
+
}
|
|
8582
|
+
},
|
|
8583
|
+
{
|
|
8584
|
+
"kind": "function",
|
|
8585
|
+
"name": "buildBlackoutSet",
|
|
8586
|
+
"parameters": [
|
|
8587
|
+
{
|
|
8588
|
+
"name": "disabledDays",
|
|
8589
|
+
"description": "Legacy timestamp array.",
|
|
8590
|
+
"type": {
|
|
8591
|
+
"text": "Array<string|number>|undefined"
|
|
8592
|
+
}
|
|
8593
|
+
},
|
|
8594
|
+
{
|
|
8595
|
+
"name": "blackoutDates",
|
|
8596
|
+
"description": "ISO `YYYY-MM-DD` array.",
|
|
8597
|
+
"type": {
|
|
8598
|
+
"text": "Array<string>|undefined"
|
|
8599
|
+
}
|
|
8600
|
+
}
|
|
8601
|
+
],
|
|
8602
|
+
"description": "Builds a `Set<number>` of seconds-since-epoch timestamps covering both the\nlegacy `disabledDays` (already-numeric) array and the ISO `blackoutDates`\narray. Use this for O(1) membership checks in hot paths.",
|
|
8603
|
+
"return": {
|
|
8604
|
+
"type": {
|
|
8605
|
+
"text": "Set<number>"
|
|
8606
|
+
}
|
|
8607
|
+
}
|
|
8608
|
+
},
|
|
8609
|
+
{
|
|
8610
|
+
"kind": "function",
|
|
8611
|
+
"name": "isBlackoutTimestamp",
|
|
8612
|
+
"parameters": [
|
|
8613
|
+
{
|
|
8614
|
+
"name": "dateTs",
|
|
8615
|
+
"description": "Unix timestamp (seconds) to test.",
|
|
8616
|
+
"type": {
|
|
8617
|
+
"text": "number"
|
|
8618
|
+
}
|
|
8619
|
+
},
|
|
8620
|
+
{
|
|
8621
|
+
"name": "disabledDays",
|
|
8622
|
+
"description": "Legacy timestamp array.",
|
|
8623
|
+
"type": {
|
|
8624
|
+
"text": "Array<string|number>|undefined"
|
|
8625
|
+
}
|
|
8626
|
+
},
|
|
8627
|
+
{
|
|
8628
|
+
"name": "blackoutDates",
|
|
8629
|
+
"description": "ISO `YYYY-MM-DD` array.",
|
|
8630
|
+
"type": {
|
|
8631
|
+
"text": "Array<string>|undefined"
|
|
8632
|
+
}
|
|
8633
|
+
}
|
|
8634
|
+
],
|
|
8635
|
+
"description": "One-shot membership test for a single timestamp against both blackout\nsources. Allocates a Set on each call; only use this in cold paths\n(e.g. the pre-`firstUpdated` cell fallback). Hot paths should hold the\nSet returned from `buildBlackoutSet` and `.has(ts)` directly.",
|
|
8636
|
+
"return": {
|
|
8637
|
+
"type": {
|
|
8638
|
+
"text": "boolean"
|
|
8639
|
+
}
|
|
8640
|
+
}
|
|
8641
|
+
}
|
|
8642
|
+
],
|
|
8643
|
+
"exports": [
|
|
8644
|
+
{
|
|
8645
|
+
"kind": "js",
|
|
8646
|
+
"name": "parseIsoToTimestamp",
|
|
8647
|
+
"declaration": {
|
|
8648
|
+
"name": "parseIsoToTimestamp",
|
|
8649
|
+
"module": "components/datepicker/src/blackoutUtils.js"
|
|
8650
|
+
}
|
|
8651
|
+
},
|
|
8652
|
+
{
|
|
8653
|
+
"kind": "js",
|
|
8654
|
+
"name": "buildBlackoutSet",
|
|
8655
|
+
"declaration": {
|
|
8656
|
+
"name": "buildBlackoutSet",
|
|
8657
|
+
"module": "components/datepicker/src/blackoutUtils.js"
|
|
8658
|
+
}
|
|
8659
|
+
},
|
|
8660
|
+
{
|
|
8661
|
+
"kind": "js",
|
|
8662
|
+
"name": "isBlackoutTimestamp",
|
|
8663
|
+
"declaration": {
|
|
8664
|
+
"name": "isBlackoutTimestamp",
|
|
8665
|
+
"module": "components/datepicker/src/blackoutUtils.js"
|
|
8666
|
+
}
|
|
8667
|
+
}
|
|
8668
|
+
]
|
|
8669
|
+
},
|
|
8560
8670
|
{
|
|
8561
8671
|
"kind": "javascript-module",
|
|
8562
8672
|
"path": "components/datepicker/src/buttonVersion.js",
|