@vonage/vivid 3.39.0 → 3.41.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (182) hide show
  1. package/accordion/index.js +2 -2
  2. package/accordion-item/index.js +2 -2
  3. package/alert/index.js +7 -5
  4. package/audio-player/index.js +33 -0
  5. package/avatar/index.js +2 -2
  6. package/badge/index.js +2 -2
  7. package/banner/index.js +9 -5
  8. package/breadcrumb/index.js +1 -1
  9. package/breadcrumb-item/index.js +3 -3
  10. package/button/index.js +5 -4
  11. package/calendar/index.js +1 -1
  12. package/calendar-event/index.js +1 -1
  13. package/card/index.js +4 -3
  14. package/checkbox/index.js +3 -3
  15. package/combobox/index.js +9 -7
  16. package/custom-elements.json +809 -5
  17. package/data-grid/index.js +3 -2
  18. package/date-picker/index.js +11 -9
  19. package/date-range-picker/index.js +11 -9
  20. package/dialog/index.js +10 -6
  21. package/divider/index.js +1 -1
  22. package/elevation/index.js +1 -1
  23. package/empty-state/index.js +2 -2
  24. package/fab/index.js +3 -3
  25. package/file-picker/index.js +6 -5
  26. package/focus/index.js +1 -1
  27. package/header/index.js +2 -2
  28. package/icon/index.js +1 -1
  29. package/index.js +60 -55
  30. package/layout/index.js +1 -1
  31. package/lib/alert/alert.d.ts +3 -1
  32. package/lib/alert/locale.d.ts +3 -0
  33. package/lib/audio-player/audio-player.d.ts +17 -0
  34. package/lib/audio-player/audio-player.template.d.ts +4 -0
  35. package/lib/audio-player/definition.d.ts +4 -0
  36. package/lib/audio-player/locale.d.ts +5 -0
  37. package/lib/banner/banner.d.ts +3 -1
  38. package/lib/banner/locale.d.ts +3 -0
  39. package/lib/card/card.d.ts +3 -0
  40. package/lib/card/card.template.d.ts +1 -1
  41. package/lib/card/definition.d.ts +1 -0
  42. package/lib/checkbox/checkbox.d.ts +2 -0
  43. package/lib/components.d.ts +2 -0
  44. package/lib/dialog/dialog.d.ts +4 -0
  45. package/lib/dialog/locale.d.ts +3 -0
  46. package/lib/enums.d.ts +2 -1
  47. package/lib/menu/menu.d.ts +1 -0
  48. package/lib/number-field/locale.d.ts +4 -0
  49. package/lib/number-field/number-field.d.ts +4 -2
  50. package/lib/progress/progress.d.ts +1 -0
  51. package/lib/progress-ring/progress-ring.d.ts +1 -0
  52. package/lib/radio/radio.d.ts +1 -0
  53. package/lib/selectable-box/definition.d.ts +3 -0
  54. package/lib/selectable-box/selectable-box.d.ts +12 -0
  55. package/lib/selectable-box/selectable-box.template.d.ts +4 -0
  56. package/lib/slider/definition.d.ts +1 -0
  57. package/lib/slider/slider.d.ts +5 -0
  58. package/lib/split-button/locale.d.ts +3 -0
  59. package/lib/split-button/split-button.d.ts +3 -1
  60. package/lib/text-area/text-area.d.ts +3 -0
  61. package/lib/text-field/text-field.d.ts +5 -2
  62. package/listbox/index.js +5 -4
  63. package/locales/en-GB.js +21 -0
  64. package/locales/en-US.js +21 -0
  65. package/locales/ja-JP.js +21 -0
  66. package/locales/zh-CN.js +21 -0
  67. package/menu/index.js +9 -8
  68. package/menu-item/index.js +3 -3
  69. package/nav/index.js +1 -1
  70. package/nav-disclosure/index.js +3 -3
  71. package/nav-item/index.js +3 -3
  72. package/note/index.js +2 -2
  73. package/number-field/index.js +8 -6
  74. package/option/index.js +3 -3
  75. package/package.json +1 -1
  76. package/pagination/index.js +6 -5
  77. package/popup/index.js +7 -6
  78. package/progress/index.js +1 -1
  79. package/progress-ring/index.js +1 -1
  80. package/radio/index.js +2 -2
  81. package/radio-group/index.js +2 -2
  82. package/select/index.js +10 -8
  83. package/selectable-box/index.js +23 -0
  84. package/shared/Reflector.js +65 -0
  85. package/shared/date-picker/calendar/segment.d.ts +21 -0
  86. package/shared/date-picker/date-picker-base.d.ts +1 -0
  87. package/shared/definition.js +3 -3
  88. package/shared/definition10.js +89 -227
  89. package/shared/definition11.js +151 -29
  90. package/shared/definition12.js +37 -766
  91. package/shared/definition13.js +747 -106
  92. package/shared/definition14.js +122 -192
  93. package/shared/definition15.js +156 -664
  94. package/shared/definition16.js +576 -1123
  95. package/shared/definition17.js +1278 -143
  96. package/shared/definition18.js +64 -298
  97. package/shared/definition19.js +358 -211
  98. package/shared/definition2.js +2 -2
  99. package/shared/definition20.js +259 -67
  100. package/shared/definition21.js +66 -58
  101. package/shared/definition22.js +43 -84
  102. package/shared/definition23.js +76 -2352
  103. package/shared/definition24.js +2362 -45
  104. package/shared/definition25.js +63 -27
  105. package/shared/definition26.js +24 -51
  106. package/shared/definition27.js +36 -813
  107. package/shared/definition28.js +837 -49
  108. package/shared/definition29.js +52 -89
  109. package/shared/definition3.js +1 -1
  110. package/shared/definition30.js +88 -24
  111. package/shared/definition31.js +25 -12
  112. package/shared/definition32.js +12 -52
  113. package/shared/definition33.js +28 -487
  114. package/shared/definition34.js +442 -197
  115. package/shared/definition35.js +260 -185
  116. package/shared/definition36.js +188 -69
  117. package/shared/definition37.js +72 -52
  118. package/shared/definition38.js +65 -421
  119. package/shared/definition39.js +435 -35
  120. package/shared/definition4.js +44 -16
  121. package/shared/definition40.js +32 -680
  122. package/shared/definition41.js +661 -77
  123. package/shared/definition42.js +103 -555
  124. package/shared/definition43.js +76 -103
  125. package/shared/definition44.js +522 -87
  126. package/shared/definition45.js +133 -22
  127. package/shared/definition46.js +131 -58
  128. package/shared/definition47.js +16 -501
  129. package/shared/definition48.js +69 -23
  130. package/shared/definition49.js +477 -108
  131. package/shared/definition5.js +160 -44
  132. package/shared/definition50.js +25 -271
  133. package/shared/definition51.js +103 -122
  134. package/shared/definition52.js +277 -122
  135. package/shared/definition53.js +274 -103
  136. package/shared/definition54.js +126 -71
  137. package/shared/definition55.js +128 -294
  138. package/shared/definition56.js +91 -13
  139. package/shared/definition57.js +298 -39
  140. package/shared/definition58.js +11 -175
  141. package/shared/definition59.js +47 -0
  142. package/shared/definition6.js +43 -33
  143. package/shared/definition60.js +181 -0
  144. package/shared/definition7.js +39 -105
  145. package/shared/definition8.js +122 -38
  146. package/shared/definition9.js +56 -89
  147. package/shared/enums.js +72 -0
  148. package/shared/icon.js +2 -2
  149. package/shared/index2.js +28 -1
  150. package/shared/key-codes.js +1 -1
  151. package/shared/key-codes2.js +9 -0
  152. package/shared/listbox.js +3 -8
  153. package/shared/localization/Locale.d.ts +12 -0
  154. package/shared/patterns/form-elements/form-elements.d.ts +6 -6
  155. package/shared/presentationDate.js +196 -143
  156. package/shared/radio.js +7 -0
  157. package/shared/text-field.js +1 -1
  158. package/shared/utils/Reflector.d.ts +8 -0
  159. package/shared/utils/randomId.d.ts +1 -0
  160. package/side-drawer/index.js +1 -1
  161. package/slider/index.js +3 -3
  162. package/split-button/index.js +6 -3
  163. package/style.css +889 -722
  164. package/styles/core/all.css +1 -1
  165. package/styles/core/theme.css +1 -1
  166. package/styles/core/typography.css +1 -1
  167. package/styles/tokens/theme-dark.css +4 -4
  168. package/styles/tokens/theme-light.css +4 -4
  169. package/styles/tokens/vivid-2-compat.css +1 -1
  170. package/switch/index.js +3 -3
  171. package/tab/index.js +3 -3
  172. package/tab-panel/index.js +1 -1
  173. package/tabs/index.js +5 -5
  174. package/tag/index.js +3 -3
  175. package/tag-group/index.js +1 -1
  176. package/text-area/index.js +4 -3
  177. package/text-field/index.js +4 -3
  178. package/toggletip/index.js +8 -7
  179. package/tooltip/index.js +8 -7
  180. package/tree-item/index.js +3 -3
  181. package/tree-view/index.js +1 -1
  182. package/vivid.api.json +392 -0
@@ -1,28 +1,13 @@
1
- import { a as attr, o as observable, v as volatile, r as registerFactory } from './index.js';
2
- import { a as buttonRegistries } from './definition10.js';
3
- import { p as popupRegistries } from './definition58.js';
4
- import { a as textFieldRegistries } from './definition51.js';
5
- import { f as focusRegistries } from './definition56.js';
6
- import { a as dividerRegistries } from './definition20.js';
7
- import { f as formatPresentationDate, p as parsePresentationDate, D as DatePickerBase, i as isValidDateStr, c as compareDateStr, m as monthOfDate, a as DatePickerBaseTemplate, s as styles } from './presentationDate.js';
1
+ import { v as volatile, r as registerFactory } from './index.js';
2
+ import { p as popupRegistries } from './definition60.js';
3
+ import { f as focusRegistries } from './definition58.js';
4
+ import { a as buttonRegistries } from './definition11.js';
5
+ import { a as textFieldRegistries } from './definition53.js';
6
+ import { a as dividerRegistries } from './definition21.js';
7
+ import { D as DatePickerBase, i as isValidDateStr, f as formatPresentationDate, p as parsePresentationDate, a as DatePickerBaseTemplate, s as styles } from './presentationDate.js';
8
8
  import './affix.js';
9
9
  import { e as errorText, f as formElements } from './index2.js';
10
10
 
11
- const formatRange = (from, to) => {
12
- return `${from} – ${to}`;
13
- };
14
- const formatPresentationDateRange = (dateRange, locale) => {
15
- return formatRange(formatPresentationDate(dateRange.start, locale), formatPresentationDate(dateRange.end, locale));
16
- };
17
- const parsePresentationDateRange = (presentationDateRange, locale) => {
18
- const fragments = presentationDateRange.trim().split(/[\s—–-]+/);
19
- if (fragments.length !== 2) {
20
- throw new Error(`Invalid date range: ${presentationDateRange}`);
21
- }
22
- const [start, end] = fragments.map((fragment) => parsePresentationDate(fragment, locale));
23
- return { start, end };
24
- };
25
-
26
11
  var __defProp = Object.defineProperty;
27
12
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
28
13
  var __decorateClass = (decorators, target, key, kind) => {
@@ -34,275 +19,104 @@ var __decorateClass = (decorators, target, key, kind) => {
34
19
  __defProp(target, key, result);
35
20
  return result;
36
21
  };
37
- const isFormAssociatedTryingToSetFormValue = (value) => typeof value === "string";
38
- function isDefined(value) {
39
- return !!value;
40
- }
41
- let DateRangePicker = class extends DatePickerBase {
22
+ let DatePicker = class extends DatePickerBase {
42
23
  constructor() {
43
- super(...arguments);
44
- this.initialStart = "";
45
- this.initialEnd = "";
46
- this.#isInternalValueUpdate = false;
47
- this.start = "";
48
- this.end = "";
49
- this.setFormValue = (value, state) => {
50
- if (isFormAssociatedTryingToSetFormValue(value)) {
51
- return;
52
- }
53
- super.setFormValue(value, state);
54
- };
24
+ super();
55
25
  /**
56
26
  * @internal
57
27
  */
58
- this._textFieldSize = "30";
59
- }
60
- /**
61
- * @internal
62
- */
63
- initialStartChanged() {
64
- if (!this.dirtyValue) {
65
- this.start = this.initialStart;
66
- this.dirtyValue = false;
67
- }
68
- }
69
- /**
70
- * @internal
71
- */
72
- initialEndChanged() {
73
- if (!this.dirtyValue) {
74
- this.end = this.initialEnd;
75
- this.dirtyValue = false;
76
- }
77
- }
78
- #isInternalValueUpdate;
79
- /**
80
- * @internal
81
- */
82
- startChanged() {
83
- if (this.start && !isValidDateStr(this.start)) {
84
- this.start = "";
85
- return;
86
- }
87
- this.currentStart = this.start;
88
- this.dirtyValue = true;
89
- if (!this.#isInternalValueUpdate) {
90
- this.#handleChangedValues();
91
- }
92
- }
93
- /**
94
- * @internal
95
- */
96
- endChanged() {
97
- if (this.end && !isValidDateStr(this.end)) {
98
- this.end = "";
99
- return;
100
- }
101
- this.currentEnd = this.end;
102
- this.dirtyValue = true;
103
- if (!this.#isInternalValueUpdate) {
104
- this.#handleChangedValues();
105
- }
28
+ this._textFieldSize = "20";
29
+ this.proxy.type = "date";
106
30
  }
107
31
  /**
108
32
  * @internal
109
33
  */
110
- currentStartChanged() {
111
- this.start = this.currentStart;
112
- }
113
- /**
114
- * @internal
115
- */
116
- currentEndChanged() {
117
- this.end = this.currentEnd;
118
- }
119
- #updateValues(range) {
120
- this.#isInternalValueUpdate = true;
121
- if (range.start !== void 0) {
122
- this.start = range.start;
123
- this.$emit("input:start");
124
- }
125
- if (range.end !== void 0) {
126
- this.end = range.end;
127
- this.$emit("input:end");
128
- }
129
- this.#isInternalValueUpdate = false;
130
- this.$emit("input");
131
- this.$emit("change");
132
- this.#handleChangedValues();
133
- }
134
- #handleChangedValues() {
135
- if (this.start && this.end) {
136
- if (compareDateStr(this.start, this.end) > 0) {
137
- this.#updateValues({ start: this.end, end: this.start });
34
+ valueChanged(previous, next) {
35
+ super.valueChanged(previous, next);
36
+ if (this.value) {
37
+ if (!isValidDateStr(this.value)) {
38
+ this.value = "";
138
39
  return;
139
40
  }
140
- this._presentationValue = formatPresentationDateRange(
141
- {
142
- start: this.start,
143
- end: this.end
144
- },
41
+ this._presentationValue = formatPresentationDate(
42
+ this.value,
145
43
  this.locale.datePicker
146
44
  );
147
- this.value = formatRange(this.start, this.end);
45
+ this._adjustSelectedMonthToEnsureVisibilityOf(this.value);
148
46
  } else {
149
- this.value = "";
150
47
  this._presentationValue = "";
151
48
  }
152
- if (this.start) {
153
- this._selectedMonth = monthOfDate(this.start);
154
- } else if (this.end) {
155
- this._selectedMonth = monthOfDate(this.end);
156
- }
157
- this.#updateFormValue();
158
49
  }
159
- /**
160
- * @internal
161
- */
162
- nameChanged(previous, next) {
163
- super.nameChanged(previous, next);
164
- this.#updateFormValue();
50
+ #updateValueDueToUserInteraction(newValue) {
51
+ this.value = newValue;
52
+ this.$emit("change");
53
+ this.$emit("input");
165
54
  }
166
- #updateFormValue() {
167
- if (!this.name || !this.start || !this.end) {
168
- this.setFormValue(null);
55
+ get _calendarButtonLabel() {
56
+ if (this.value) {
57
+ return this.locale.datePicker.changeDateLabel(formatPresentationDate(this.value, this.locale.datePicker));
169
58
  } else {
170
- const formData = new FormData();
171
- formData.append(this.name, this.start);
172
- formData.append(this.name, this.end);
173
- this.setFormValue(formData);
174
- }
175
- }
176
- connectedCallback() {
177
- super.connectedCallback();
178
- if (!this.start) {
179
- this.start = this.initialStart;
180
- }
181
- if (!this.end) {
182
- this.end = this.initialEnd;
183
- }
184
- }
185
- #getVisibleRange() {
186
- const candidates = [this.start, this.end].filter(isDefined);
187
- const isPartialRange = candidates.length === 1;
188
- if (this._hoverDate && isPartialRange) {
189
- candidates.push(this._hoverDate);
190
- }
191
- const [start, end] = candidates.sort(compareDateStr);
192
- return { start, end };
193
- }
194
- /**
195
- * @internal
196
- */
197
- _isDateAriaSelected(date) {
198
- return date === this.start || date === this.end;
199
- }
200
- /**
201
- * @internal
202
- */
203
- _isDateInSelectedRange(date) {
204
- const { start, end } = this.#getVisibleRange();
205
- if (start && end) {
206
- return compareDateStr(date, start) >= 0 && compareDateStr(date, end) <= 0;
59
+ return this.locale.datePicker.chooseDateLabel;
207
60
  }
208
- return false;
209
- }
210
- /**
211
- * @internal
212
- */
213
- _isDateRangeStart(date) {
214
- return date === this.#getVisibleRange().start;
215
61
  }
216
62
  /**
217
63
  * @internal
218
64
  */
219
- _isDateRangeEnd(date) {
220
- return date === this.#getVisibleRange().end;
65
+ get _textFieldPlaceholder() {
66
+ return this.locale.datePicker.dateFormatPlaceholder;
221
67
  }
222
68
  /**
223
69
  * @internal
224
70
  */
225
- _getSelectedDates() {
226
- const dates = [];
227
- if (this.start) {
228
- dates.push(this.start);
71
+ _onTextFieldChange() {
72
+ if (this._presentationValue === "") {
73
+ this.#updateValueDueToUserInteraction("");
74
+ return;
229
75
  }
230
- if (this.end) {
231
- dates.push(this.end);
76
+ try {
77
+ this.#updateValueDueToUserInteraction(
78
+ parsePresentationDate(this._presentationValue, this.locale.datePicker)
79
+ );
80
+ } catch (_) {
81
+ return;
232
82
  }
233
- return dates;
234
83
  }
235
84
  /**
85
+ * Handle selecting a date from the calendar.
236
86
  * @internal
237
87
  */
238
88
  _onDateClick(date) {
239
- if (this.start && this.end) {
240
- this.#updateValues({ start: date, end: "" });
241
- } else if (this.start) {
242
- this.#updateValues({ end: date });
243
- this._closePopup();
244
- } else if (this.end) {
245
- this.#updateValues({ start: date });
246
- this._closePopup();
247
- } else {
248
- this.#updateValues({ start: date });
249
- }
89
+ this.#updateValueDueToUserInteraction(date);
90
+ this._closePopup();
250
91
  }
251
92
  /**
252
93
  * @internal
253
94
  */
254
- get _textFieldPlaceholder() {
255
- return formatRange(
256
- this.locale.datePicker.dateFormatPlaceholder,
257
- this.locale.datePicker.dateFormatPlaceholder
258
- );
95
+ _isDateSelected(date) {
96
+ return date === this.value;
259
97
  }
260
98
  /**
261
99
  * @internal
262
100
  */
263
- _onTextFieldChange() {
264
- if (this._presentationValue === "") {
265
- this.#updateValues({ start: "", end: "" });
266
- return;
267
- }
268
- try {
269
- const { start, end } = parsePresentationDateRange(
270
- this._presentationValue,
271
- this.locale.datePicker
272
- );
273
- this.#updateValues({ start, end });
274
- } catch (_) {
275
- return;
276
- }
277
- }
278
- /**
279
- * @internal
280
- */
281
- _onDateMouseEnter(date) {
282
- this._hoverDate = date;
101
+ _isDateAriaSelected(date) {
102
+ return this._isDateSelected(date);
283
103
  }
284
104
  /**
285
105
  * @internal
286
106
  */
287
- _onDateMouseLeave() {
288
- this._hoverDate = void 0;
107
+ _getSelectedDates() {
108
+ const dates = [];
109
+ if (this.value) {
110
+ dates.push(this.value);
111
+ }
112
+ return dates;
289
113
  }
290
114
  /**
291
115
  * @internal
292
116
  */
293
117
  _getCustomValidationError() {
294
118
  if (this._isPresentationValueInvalid()) {
295
- return this.locale.datePicker.invalidDateRangeError;
296
- }
297
- if (this.min && this.start && compareDateStr(this.start, this.min) < 0) {
298
- return this.locale.datePicker.startDateAfterMinDateError(
299
- formatPresentationDate(this.min, this.locale.datePicker)
300
- );
301
- }
302
- if (this.max && this.end && compareDateStr(this.end, this.max) > 0) {
303
- return this.locale.datePicker.endDateBeforeMaxDateError(
304
- formatPresentationDate(this.max, this.locale.datePicker)
305
- );
119
+ return this.locale.datePicker.invalidDateError;
306
120
  }
307
121
  return null;
308
122
  }
@@ -314,10 +128,7 @@ let DateRangePicker = class extends DatePickerBase {
314
128
  return false;
315
129
  }
316
130
  try {
317
- parsePresentationDateRange(
318
- this._presentationValue,
319
- this.locale.datePicker
320
- );
131
+ parsePresentationDate(this._presentationValue, this.locale.datePicker);
321
132
  return false;
322
133
  } catch (_) {
323
134
  return true;
@@ -327,76 +138,31 @@ let DateRangePicker = class extends DatePickerBase {
327
138
  * @internal
328
139
  */
329
140
  _onClearClick() {
330
- this.#updateValues({ start: "", end: "" });
141
+ this.#updateValueDueToUserInteraction("");
331
142
  super._onClearClick();
332
143
  }
333
- /**
334
- * @internal
335
- */
336
- formResetCallback() {
337
- this.#updateValues({ start: this.initialStart, end: this.initialEnd });
338
- super.formResetCallback();
339
- }
340
- get _calendarButtonLabel() {
341
- if (this.start && this.end) {
342
- return this.locale.datePicker.changeDatesLabel(
343
- formatPresentationDateRange(
344
- {
345
- start: this.start,
346
- end: this.end
347
- },
348
- this.locale.datePicker
349
- )
350
- );
351
- } else {
352
- return this.locale.datePicker.chooseDatesLabel;
353
- }
354
- }
355
144
  };
356
- __decorateClass([
357
- attr({ mode: "fromView", attribute: "start" })
358
- ], DateRangePicker.prototype, "initialStart", 2);
359
- __decorateClass([
360
- attr({ mode: "fromView", attribute: "end" })
361
- ], DateRangePicker.prototype, "initialEnd", 2);
362
- __decorateClass([
363
- observable
364
- ], DateRangePicker.prototype, "start", 2);
365
- __decorateClass([
366
- observable
367
- ], DateRangePicker.prototype, "end", 2);
368
- __decorateClass([
369
- attr({ attribute: "current-start" })
370
- ], DateRangePicker.prototype, "currentStart", 2);
371
- __decorateClass([
372
- attr({ attribute: "current-end" })
373
- ], DateRangePicker.prototype, "currentEnd", 2);
374
- __decorateClass([
375
- observable
376
- ], DateRangePicker.prototype, "_hoverDate", 2);
377
145
  __decorateClass([
378
146
  volatile
379
- ], DateRangePicker.prototype, "_calendarButtonLabel", 1);
380
- DateRangePicker = __decorateClass([
147
+ ], DatePicker.prototype, "_calendarButtonLabel", 1);
148
+ DatePicker = __decorateClass([
381
149
  errorText,
382
150
  formElements
383
- ], DateRangePicker);
151
+ ], DatePicker);
384
152
 
385
- const dateRangePickerDefinition = DateRangePicker.compose({
386
- baseName: "date-range-picker",
153
+ const datePickerDefinition = DatePicker.compose({
154
+ baseName: "date-picker",
387
155
  template: DatePickerBaseTemplate,
388
156
  styles
389
157
  });
390
- const dateRangePickerRegistries = [
391
- dateRangePickerDefinition(),
158
+ const datePickerRegistries = [
159
+ datePickerDefinition(),
392
160
  ...buttonRegistries,
393
161
  ...popupRegistries,
394
162
  ...textFieldRegistries,
395
163
  ...focusRegistries,
396
164
  ...dividerRegistries
397
165
  ];
398
- const registerDateRangePicker = registerFactory(
399
- dateRangePickerRegistries
400
- );
166
+ const registerDatePicker = registerFactory(datePickerRegistries);
401
167
 
402
- export { dateRangePickerRegistries as a, dateRangePickerDefinition as d, registerDateRangePicker as r };
168
+ export { datePickerRegistries as a, datePickerDefinition as d, registerDatePicker as r };