@servicetitan/form 21.7.3 → 22.1.1

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/CHANGELOG.md ADDED
@@ -0,0 +1,651 @@
1
+ # v22.1.1 (Tue Jun 28 2022)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - FAR-823: Adding tsconfig references to fix build [#116](https://github.com/servicetitan/anvil-uikit-contrib/pull/116) ([@rgdelato](https://github.com/rgdelato))
6
+
7
+ #### Authors: 1
8
+
9
+ - Ryan De La Torre ([@rgdelato](https://github.com/rgdelato))
10
+
11
+ ---
12
+
13
+ # v22.1.0 (Mon Jun 27 2022)
14
+
15
+ #### 🐛 Bug Fix
16
+
17
+ - OPT-3600: Sales factor is rounding to 1.0 after 1.9 when entering digits 5-9 (hot-fix) [#114](https://github.com/servicetitan/anvil-uikit-contrib/pull/114) ([@rgdelato](https://github.com/rgdelato))
18
+
19
+ #### Authors: 1
20
+
21
+ - Ryan De La Torre ([@rgdelato](https://github.com/rgdelato))
22
+
23
+ ---
24
+
25
+ # v22.0.1 (Tue Jun 21 2022)
26
+
27
+ #### 🐛 Bug Fix
28
+
29
+ - FAR-823: Migrating uikit components [#106](https://github.com/servicetitan/anvil-uikit-contrib/pull/106) ([@rgdelato](https://github.com/rgdelato) github-actions@github.com)
30
+
31
+ #### Authors: 2
32
+
33
+ - github-actions (github-actions@github.com)
34
+ - Ryan De La Torre ([@rgdelato](https://github.com/rgdelato))
35
+
36
+ ---
37
+
38
+ # v21.6.0 (Mon May 09 2022)
39
+
40
+ ### Release Notes
41
+
42
+ #### Bump @servicetitan packages from 11.5.1 to 11.6.0 ([#1439](https://github.com/servicetitan/uikit/pull/1439))
43
+
44
+ #### Font Update: Bold Sofia to use the real bold instead of medium ([#2430](https://github.com/servicetitan/anvil/pull/2430))
45
+
46
+ To solve inconsistency/mismatch of weight definition on web implementation, using `font-weight: bold;` use to default to `600` which is not the norm and has bug report about it from devs, we are changing `bold` to be true bold which is `700`. From UX standpoint this is also solving visual hierarchy issue when Sofia Pro Medium and Nunito Sans Regular were not distinctive enough when they are similar in size.
47
+
48
+ More info here: https://www.figma.com/file/LZ56wcBF6xF2HpWx1MiNuq/Font-style-update?node-id=217%3A126
49
+
50
+ ---
51
+
52
+ #### 🚀 Enhancement
53
+
54
+ - Time Picker to support 24-hour format [#2434](https://github.com/servicetitan/anvil/pull/2434) ([@yakunins](https://github.com/yakunins))
55
+ - Adds Drag and Drop Icon [#2443](https://github.com/servicetitan/anvil/pull/2443) ([@jpex](https://github.com/jpex))
56
+ - InlineEdit: Show truncated items as the title for the `+X` tag [#2439](https://github.com/servicetitan/anvil/pull/2439) ([@tounsoo](https://github.com/tounsoo))
57
+ - AnvilSelect Drillin Footer needs custom className [#2433](https://github.com/servicetitan/anvil/pull/2433) ([@blalond](https://github.com/blalond))
58
+
59
+ #### 💅 Visual Update
60
+
61
+ - Font Update: Bold Sofia to use the real bold instead of medium [#2430](https://github.com/servicetitan/anvil/pull/2430) ([@tounsoo](https://github.com/tounsoo))
62
+ - Filter Button: fix filter button wrapping weird in small space [#2436](https://github.com/servicetitan/anvil/pull/2436) ([@tounsoo](https://github.com/tounsoo))
63
+ - ActionMenu: icon color to work with theme variables [#2435](https://github.com/servicetitan/anvil/pull/2435) ([@tounsoo](https://github.com/tounsoo))
64
+ - Tag: Update subtle default text and icon color to work with dark mode [#2425](https://github.com/servicetitan/anvil/pull/2425) ([@tounsoo](https://github.com/tounsoo))
65
+
66
+ #### 📝 Documentation
67
+
68
+ - Table: showcase right-aligned column [#2441](https://github.com/servicetitan/anvil/pull/2441) ([@yakunins](https://github.com/yakunins))
69
+ - Gatsby: infinite resizing loop at Filter Button All Filter example [#2438](https://github.com/servicetitan/anvil/pull/2438) ([@yakunins](https://github.com/yakunins))
70
+ - Some examples in docs to be properly rendered in Codesandbox [#2429](https://github.com/servicetitan/anvil/pull/2429) ([@yakunins](https://github.com/yakunins))
71
+ - Gatsby: update theming information [#2428](https://github.com/servicetitan/anvil/pull/2428) ([@tounsoo](https://github.com/tounsoo))
72
+
73
+ #### 🐛 Bug Fix
74
+
75
+ - DS-877: Updating onChange return values for "Select All/None" [#2332](https://github.com/servicetitan/anvil/pull/2332) ([@rgdelato](https://github.com/rgdelato))
76
+
77
+ #### 🏠 Internal
78
+
79
+ - Updating .nvmrc file to Node 16 [#2437](https://github.com/servicetitan/anvil/pull/2437) ([@rgdelato](https://github.com/rgdelato))
80
+ - DS-619: Adding kendo license file to root directory [#2440](https://github.com/servicetitan/anvil/pull/2440) ([@rgdelato](https://github.com/rgdelato))
81
+ - DS-995: Removing react-window dep from design-system package [#2432](https://github.com/servicetitan/anvil/pull/2432) ([@rgdelato](https://github.com/rgdelato))
82
+ - ButtonGroup: ThemeProvider compatibility [#2366](https://github.com/servicetitan/anvil/pull/2366) ([@tounsoo](https://github.com/tounsoo))
83
+ - Cleaner theme var method [#2431](https://github.com/servicetitan/anvil/pull/2431) ([@tounsoo](https://github.com/tounsoo) [@rgdelato](https://github.com/rgdelato))
84
+
85
+ #### ⚠️ Pushed to `master`
86
+
87
+ - Merge branch 'master' of github.com:servicetitan/anvil ([@tounsoo](https://github.com/tounsoo))
88
+
89
+ #### 📝 Dependencies
90
+
91
+ - Bump moment from 2.29.1 to 2.29.2 in /packages/design-system [#2426](https://github.com/servicetitan/anvil/pull/2426) ([@dependabot[bot]](https://github.com/dependabot[bot]))
92
+
93
+ #### Authors: 6
94
+
95
+ - [@dependabot[bot]](https://github.com/dependabot[bot])
96
+ - Ben Ho ([@tounsoo](https://github.com/tounsoo))
97
+ - Brian LaLonde ([@blalond](https://github.com/blalond))
98
+ - James C ([@jpex](https://github.com/jpex))
99
+ - Ryan De La Torre ([@rgdelato](https://github.com/rgdelato))
100
+ - Sergey Yakunin ([@yakunins](https://github.com/yakunins))
101
+
102
+ </blockquote>
103
+ </details>
104
+
105
+ <em><code>servicetitan/anvil</code>'s top-level, root <a href="https://github.com/servicetitan/anvil/blob/v11.6.0/CHANGELOG.md">CHANGELOG.md</a></em>
106
+
107
+ ---
108
+
109
+ #### 🚀 Enhancement
110
+
111
+ - Form: [FAR-952] accept other properties of File Picker in File Uploader [#1440](https://github.com/servicetitan/uikit/pull/1440) ([@NKrasnov-ST](https://github.com/NKrasnov-ST))
112
+
113
+ #### 🔩 Dependency Updates
114
+
115
+ - Bump @servicetitan packages from 11.5.1 to 11.6.0 [#1439](https://github.com/servicetitan/uikit/pull/1439) ([@rgdelato](https://github.com/rgdelato) [@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity))
116
+ - Bump mobx-react from 7.3.0 to 7.4.0 [#1438](https://github.com/servicetitan/uikit/pull/1438) ([@rgdelato](https://github.com/rgdelato) [@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity))
117
+
118
+ #### Authors: 3
119
+
120
+ - Nikita Krasnov ([@NKrasnov-ST](https://github.com/NKrasnov-ST))
121
+ - Ryan De La Torre ([@rgdelato](https://github.com/rgdelato))
122
+ - ServiceTitan TeamCity ([@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity))
123
+
124
+ ---
125
+
126
+ # v21.5.0 (Thu Apr 28 2022)
127
+
128
+ #### 🔩 Dependency Updates
129
+
130
+ - Bump moment from 2.29.2 to 2.29.3 [#1411](https://github.com/servicetitan/uikit/pull/1411) ([@rgdelato](https://github.com/rgdelato) [@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity))
131
+ - Bump @servicetitan packages from 11.5.0 to 11.5.1 [#1410](https://github.com/servicetitan/uikit/pull/1410) ([@rgdelato](https://github.com/rgdelato) [@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity))
132
+
133
+ #### Authors: 2
134
+
135
+ - Ryan De La Torre ([@rgdelato](https://github.com/rgdelato))
136
+ - ServiceTitan TeamCity ([@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity))
137
+
138
+ ---
139
+
140
+ # v21.4.1 (Wed Apr 06 2022)
141
+
142
+ #### 🔩 Dependency Updates
143
+
144
+ - Bump @servicetitan packages from 11.4.2 to 11.5.0 [#1396](https://github.com/servicetitan/uikit/pull/1396) ([@rgdelato](https://github.com/rgdelato) [@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity))
145
+ - Bump moment from 2.29.1 to 2.29.2 [#1392](https://github.com/servicetitan/uikit/pull/1392) ([@rgdelato](https://github.com/rgdelato) [@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity))
146
+
147
+ #### Authors: 2
148
+
149
+ - Ryan De La Torre ([@rgdelato](https://github.com/rgdelato))
150
+ - ServiceTitan TeamCity ([@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity))
151
+
152
+ ---
153
+
154
+ # v21.3.0 (Mon Mar 21 2022)
155
+
156
+ #### 🔩 Dependency Updates
157
+
158
+ - Bump @servicetitan packages from 11.4.1 to 11.4.2 [#1371](https://github.com/servicetitan/uikit/pull/1371) ([@rgdelato](https://github.com/rgdelato))
159
+
160
+ #### Authors: 1
161
+
162
+ - Ryan De La Torre ([@rgdelato](https://github.com/rgdelato))
163
+
164
+ ---
165
+
166
+ # v21.2.0 (Thu Mar 17 2022)
167
+
168
+ #### 🔩 Dependency Updates
169
+
170
+ - Bump mobx from 6.4.2 to 6.5.0 [#1369](https://github.com/servicetitan/uikit/pull/1369) ([@rgdelato](https://github.com/rgdelato))
171
+
172
+ #### Authors: 1
173
+
174
+ - Ryan De La Torre ([@rgdelato](https://github.com/rgdelato))
175
+
176
+ ---
177
+
178
+ # v21.0.0 (Tue Mar 15 2022)
179
+
180
+ #### 🐛 Bug Fix
181
+
182
+ - Notifications: fix compatibility with anvil 11.4.0 [#1361](https://github.com/servicetitan/uikit/pull/1361) ([@kanoshin](https://github.com/kanoshin))
183
+
184
+ #### Authors: 1
185
+
186
+ - Kirill Anoshin ([@kanoshin](https://github.com/kanoshin))
187
+
188
+ ---
189
+
190
+ # v20.2.0 (Tue Mar 01 2022)
191
+
192
+ #### 🔩 Dependency Updates
193
+
194
+ - Bump mobx from 6.4.1 to 6.4.2 [#1341](https://github.com/servicetitan/uikit/pull/1341) ([@rgdelato](https://github.com/rgdelato) [@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity))
195
+ - Bump mobx from 6.3.13 to 6.4.1 [#1332](https://github.com/servicetitan/uikit/pull/1332) ([@rgdelato](https://github.com/rgdelato) [@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity))
196
+ - Bump mobx-react from 7.2.1 to 7.3.0 [#1331](https://github.com/servicetitan/uikit/pull/1331) ([@rgdelato](https://github.com/rgdelato) [@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity))
197
+ - Bump @servicetitan packages from 11.3.0 to 11.3.1 [#1317](https://github.com/servicetitan/uikit/pull/1317) ([@rgdelato](https://github.com/rgdelato) [@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity))
198
+ - Bump @servicetitan packages from 11.2.0 to 11.3.0 [#1315](https://github.com/servicetitan/uikit/pull/1315) ([@rgdelato](https://github.com/rgdelato) [@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity))
199
+
200
+ #### Authors: 2
201
+
202
+ - Ryan De La Torre ([@rgdelato](https://github.com/rgdelato))
203
+ - ServiceTitan TeamCity ([@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity))
204
+
205
+ ---
206
+
207
+ # v20.1.0 (Thu Jan 27 2022)
208
+
209
+ :tada: This release contains work from a new contributor! :tada:
210
+
211
+ Thank you, ServiceTitan TeamCity ([@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity)), for all your work!
212
+
213
+ #### 🚀 Enhancement
214
+
215
+ - Bump @servicetitan packages from 11.1.1 to 11.2.0 [#1285](https://github.com/servicetitan/uikit/pull/1285) ([@rgdelato](https://github.com/rgdelato) [@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity))
216
+
217
+ #### 🐛 Bug Fix
218
+
219
+ - Form: fix date-range-picker focus calculation (FAR-898) [#1300](https://github.com/servicetitan/uikit/pull/1300) ([@aschumahua](https://github.com/aschumahua))
220
+ - Bump mobx from 6.3.12 to 6.3.13 [#1284](https://github.com/servicetitan/uikit/pull/1284) ([@rgdelato](https://github.com/rgdelato) [@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity))
221
+ - Bump @servicetitan packages from 11.1.0 to 11.1.1 [#1264](https://github.com/servicetitan/uikit/pull/1264) ([@rgdelato](https://github.com/rgdelato) [@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity))
222
+
223
+ #### ⚠️ Pushed to `master`
224
+
225
+ - Merge branch 'fp/FAR-893' into master ([@rgdelato](https://github.com/rgdelato))
226
+
227
+ #### Authors: 3
228
+
229
+ - Anzar Schumahua ([@aschumahua](https://github.com/aschumahua))
230
+ - Ryan De La Torre ([@rgdelato](https://github.com/rgdelato))
231
+ - ServiceTitan TeamCity ([@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity))
232
+
233
+ ---
234
+
235
+ # v20.0.0 (Thu Jan 13 2022)
236
+
237
+ #### 💥 Breaking Change
238
+
239
+ - Startup: chunking support for the web components [#1184](https://github.com/servicetitan/uikit/pull/1184) ([@xarety](https://github.com/xarety))
240
+
241
+ #### 🔩 Dependency Updates
242
+
243
+ - Bump mobx from 6.3.10 to 6.3.12 [#1237](https://github.com/servicetitan/uikit/pull/1237) ([@dependabot[bot]](https://github.com/dependabot[bot]))
244
+ - Bump @types/uuid from 8.3.3 to 8.3.4 [#1238](https://github.com/servicetitan/uikit/pull/1238) ([@dependabot[bot]](https://github.com/dependabot[bot]))
245
+
246
+ #### Authors: 2
247
+
248
+ - [@dependabot[bot]](https://github.com/dependabot[bot])
249
+ - Denis Gordeev ([@xarety](https://github.com/xarety))
250
+
251
+ ---
252
+
253
+ # v19.4.0 (Mon Jan 10 2022)
254
+
255
+ #### 🔩 Dependency Updates
256
+
257
+ - Bump @types/react from 17.0.37 to 17.0.38 [#1209](https://github.com/servicetitan/uikit/pull/1209) ([@dependabot[bot]](https://github.com/dependabot[bot]))
258
+ - Bump mobx from 6.3.8 to 6.3.10 [#1205](https://github.com/servicetitan/uikit/pull/1205) ([@dependabot[bot]](https://github.com/dependabot[bot]))
259
+
260
+ #### Authors: 1
261
+
262
+ - [@dependabot[bot]](https://github.com/dependabot[bot])
263
+
264
+ ---
265
+
266
+ # v19.3.0 (Tue Dec 21 2021)
267
+
268
+ #### 🚀 Enhancement
269
+
270
+ - Form: added formatChars prop drilling into masked input [#1183](https://github.com/servicetitan/uikit/pull/1183) ([@da1z](https://github.com/da1z))
271
+
272
+ #### Authors: 1
273
+
274
+ - Kiryl Chetyrbak ([@da1z](https://github.com/da1z))
275
+
276
+ ---
277
+
278
+ # v19.2.0 (Wed Dec 15 2021)
279
+
280
+ #### 🔩 Dependency Updates
281
+
282
+ - Bump @types/react from 17.0.36 to 17.0.37 [#1129](https://github.com/servicetitan/uikit/pull/1129) ([@dependabot[bot]](https://github.com/dependabot[bot]))
283
+
284
+ #### Authors: 1
285
+
286
+ - [@dependabot[bot]](https://github.com/dependabot[bot])
287
+
288
+ ---
289
+
290
+ # v19.1.0 (Wed Dec 08 2021)
291
+
292
+ #### 🔩 Dependency Updates
293
+
294
+ - Bump mobx from 6.3.7 to 6.3.8 [#1136](https://github.com/servicetitan/uikit/pull/1136) ([@dependabot[bot]](https://github.com/dependabot[bot]))
295
+ - Bump @types/uuid from 8.3.1 to 8.3.3 [#1105](https://github.com/servicetitan/uikit/pull/1105) ([@dependabot[bot]](https://github.com/dependabot[bot]))
296
+ - Bump @types/react from 17.0.35 to 17.0.36 [#1113](https://github.com/servicetitan/uikit/pull/1113) ([@dependabot[bot]](https://github.com/dependabot[bot]))
297
+
298
+ #### Authors: 1
299
+
300
+ - [@dependabot[bot]](https://github.com/dependabot[bot])
301
+
302
+ ---
303
+
304
+ # v19.0.0 (Wed Nov 24 2021)
305
+
306
+ #### 🔩 Dependency Updates
307
+
308
+ - Bump @types/react from 17.0.34 to 17.0.35 [#1089](https://github.com/servicetitan/uikit/pull/1089) ([@dependabot[bot]](https://github.com/dependabot[bot]))
309
+
310
+ #### Authors: 1
311
+
312
+ - [@dependabot[bot]](https://github.com/dependabot[bot])
313
+
314
+ ---
315
+
316
+ # v18.1.0 (Wed Nov 17 2021)
317
+
318
+ #### 🔩 Dependency Updates
319
+
320
+ - Bump @types/react from 17.0.33 to 17.0.34 [#1063](https://github.com/servicetitan/uikit/pull/1063) ([@dependabot[bot]](https://github.com/dependabot[bot]))
321
+
322
+ #### Authors: 1
323
+
324
+ - [@dependabot[bot]](https://github.com/dependabot[bot])
325
+
326
+ ---
327
+
328
+ # v18.0.0 (Mon Nov 15 2021)
329
+
330
+ #### 💥 Breaking Change
331
+
332
+ - Table: fix filters ui regression [#1068](https://github.com/servicetitan/uikit/pull/1068) ([@xarety](https://github.com/xarety))
333
+
334
+ #### Authors: 1
335
+
336
+ - Denis Gordeev ([@xarety](https://github.com/xarety))
337
+
338
+ ---
339
+
340
+ # v17.5.0 (Fri Nov 12 2021)
341
+
342
+ #### 🚀 Enhancement
343
+
344
+ - Log service: improve error logging for unexpected usages [#1083](https://github.com/servicetitan/uikit/pull/1083) ([@kanoshin](https://github.com/kanoshin))
345
+
346
+ #### 🔩 Dependency Updates
347
+
348
+ - Bump mobx from 6.3.6 to 6.3.7 [#1085](https://github.com/servicetitan/uikit/pull/1085) ([@dependabot[bot]](https://github.com/dependabot[bot]))
349
+
350
+ #### Authors: 2
351
+
352
+ - [@dependabot[bot]](https://github.com/dependabot[bot])
353
+ - Kirill Anoshin ([@kanoshin](https://github.com/kanoshin))
354
+
355
+ ---
356
+
357
+ # v17.3.1 (Wed Nov 03 2021)
358
+
359
+ #### 🔩 Dependency Updates
360
+
361
+ - Bump dependencies [#1062](https://github.com/servicetitan/uikit/pull/1062) ([@xarety](https://github.com/xarety))
362
+
363
+ #### Authors: 1
364
+
365
+ - Denis Gordeev ([@xarety](https://github.com/xarety))
366
+
367
+ ---
368
+
369
+ # v17.2.1 (Tue Oct 26 2021)
370
+
371
+ #### 🔩 Dependency Updates
372
+
373
+ - Bump @types/react from 17.0.32 to 17.0.33 [#1041](https://github.com/servicetitan/uikit/pull/1041) ([@dependabot[bot]](https://github.com/dependabot[bot]))
374
+ - Bump @types/react from 17.0.30 to 17.0.32 [#1033](https://github.com/servicetitan/uikit/pull/1033) ([@dependabot[bot]](https://github.com/dependabot[bot]))
375
+ - Bump mobx from 6.3.3 to 6.3.5 [#998](https://github.com/servicetitan/uikit/pull/998) ([@dependabot[bot]](https://github.com/dependabot[bot]))
376
+ - Bump @servicetitan/tokens from 10.3.3 to 10.5.0 [#1002](https://github.com/servicetitan/uikit/pull/1002) ([@dependabot[bot]](https://github.com/dependabot[bot]))
377
+ - Bump mobx-react from 7.2.0 to 7.2.1 [#997](https://github.com/servicetitan/uikit/pull/997) ([@dependabot[bot]](https://github.com/dependabot[bot]))
378
+ - Bump @types/react from 17.0.27 to 17.0.30 [#996](https://github.com/servicetitan/uikit/pull/996) ([@dependabot[bot]](https://github.com/dependabot[bot]))
379
+
380
+ #### Authors: 1
381
+
382
+ - [@dependabot[bot]](https://github.com/dependabot[bot])
383
+
384
+ ---
385
+
386
+ # v17.2.0 (Thu Oct 14 2021)
387
+
388
+ #### 🐛 Bug Fix
389
+
390
+ - Culture: make some fields optional [#958](https://github.com/servicetitan/uikit/pull/958) ([@aschumahua](https://github.com/aschumahua) [@xarety](https://github.com/xarety))
391
+
392
+ #### Authors: 2
393
+
394
+ - Anzar Schumahua ([@aschumahua](https://github.com/aschumahua))
395
+ - Denis Gordeev ([@xarety](https://github.com/xarety))
396
+
397
+ ---
398
+
399
+ # v17.1.1 (Tue Oct 05 2021)
400
+
401
+ #### 🐛 Bug Fix
402
+
403
+ - FAR-793: Adding debounce to NumberInput min/max clamp [#936](https://github.com/servicetitan/uikit/pull/936) ([@rgdelato](https://github.com/rgdelato))
404
+
405
+ #### 🔩 Dependency Updates
406
+
407
+ - Bump @types/react from 17.0.26 to 17.0.27 [#949](https://github.com/servicetitan/uikit/pull/949) ([@dependabot[bot]](https://github.com/dependabot[bot]))
408
+
409
+ #### Authors: 2
410
+
411
+ - [@dependabot[bot]](https://github.com/dependabot[bot])
412
+ - Ryan De La Torre ([@rgdelato](https://github.com/rgdelato))
413
+
414
+ ---
415
+
416
+ # v17.1.0 (Sat Oct 02 2021)
417
+
418
+ #### 🔩 Dependency Updates
419
+
420
+ - Bump @types/react from 17.0.25 to 17.0.26 [#940](https://github.com/servicetitan/uikit/pull/940) ([@dependabot[bot]](https://github.com/dependabot[bot]))
421
+
422
+ #### Authors: 1
423
+
424
+ - [@dependabot[bot]](https://github.com/dependabot[bot])
425
+
426
+ ---
427
+
428
+ # v17.0.0 (Thu Sep 30 2021)
429
+
430
+ #### 💥 Breaking Change
431
+
432
+ - Stylelint config: use-tokens rule [#837](https://github.com/servicetitan/uikit/pull/837) ([@xarety](https://github.com/xarety))
433
+ - ESLint config: `eslint-plugin-prettier` disables `curly` rule by default [#743](https://github.com/servicetitan/uikit/pull/743) ([@xarety](https://github.com/xarety))
434
+
435
+ #### 🔩 Dependency Updates
436
+
437
+ - Bump @servicetitan/design-system from 10.2.1 to 10.3.3 [#935](https://github.com/servicetitan/uikit/pull/935) ([@xarety](https://github.com/xarety))
438
+
439
+ #### Authors: 1
440
+
441
+ - Denis Gordeev ([@xarety](https://github.com/xarety))
442
+
443
+ ---
444
+
445
+ # v16.1.0 (Wed Sep 29 2021)
446
+
447
+ #### 🔩 Dependency Updates
448
+
449
+ - Bump @types/debounce from 1.2.0 to 1.2.1 [#884](https://github.com/servicetitan/uikit/pull/884) ([@dependabot[bot]](https://github.com/dependabot[bot]))
450
+
451
+ #### Authors: 1
452
+
453
+ - [@dependabot[bot]](https://github.com/dependabot[bot])
454
+
455
+ ---
456
+
457
+ # v16.0.2 (Mon Sep 27 2021)
458
+
459
+ #### 🐛 Bug Fix
460
+
461
+ - Form: fix Node/SSR issue for DateRangePicker [#919](https://github.com/servicetitan/uikit/pull/919) ([@xarety](https://github.com/xarety))
462
+
463
+ #### Authors: 1
464
+
465
+ - Denis Gordeev ([@xarety](https://github.com/xarety))
466
+
467
+ ---
468
+
469
+ # v16.0.0 (Fri Sep 24 2021)
470
+
471
+ #### 🐛 Bug Fix
472
+
473
+ - Running React imports codemod [#902](https://github.com/servicetitan/uikit/pull/902) ([@rgdelato](https://github.com/rgdelato))
474
+
475
+ #### 🔩 Dependency Updates
476
+
477
+ - Bump @types/react from 17.0.21 to 17.0.24 [#897](https://github.com/servicetitan/uikit/pull/897) ([@dependabot[bot]](https://github.com/dependabot[bot]))
478
+ - Bump @types/react from 17.0.20 to 17.0.21 [#860](https://github.com/servicetitan/uikit/pull/860) ([@dependabot[bot]](https://github.com/dependabot[bot]))
479
+ - Bump @servicetitan/design-system from 10.1.0 to 10.2.1 [#858](https://github.com/servicetitan/uikit/pull/858) ([@xarety](https://github.com/xarety))
480
+ - Bump @types/react from 17.0.19 to 17.0.20 [#817](https://github.com/servicetitan/uikit/pull/817) ([@dependabot[bot]](https://github.com/dependabot[bot]))
481
+ - Bump mobx from 6.3.2 to 6.3.3 [#803](https://github.com/servicetitan/uikit/pull/803) ([@dependabot[bot]](https://github.com/dependabot[bot]))
482
+
483
+ #### Authors: 3
484
+
485
+ - [@dependabot[bot]](https://github.com/dependabot[bot])
486
+ - Denis Gordeev ([@xarety](https://github.com/xarety))
487
+ - Ryan De La Torre ([@rgdelato](https://github.com/rgdelato))
488
+
489
+ ---
490
+
491
+ # v15.0.0 (Tue Sep 14 2021)
492
+
493
+ :tada: This release contains work from a new contributor! :tada:
494
+
495
+ Thank you, Mike Kozhevnikov ([@mkozhevnikov](https://github.com/mkozhevnikov)), for all your work!
496
+
497
+ #### 🚀 Enhancement
498
+
499
+ - Form: DateRangePicker [#834](https://github.com/servicetitan/uikit/pull/834) ([@aschumahua](https://github.com/aschumahua) [@mkozhevnikov](https://github.com/mkozhevnikov))
500
+ - Form: InputDateMask [#838](https://github.com/servicetitan/uikit/pull/838) ([@aschumahua](https://github.com/aschumahua))
501
+ - Form: OrdinalNumberInput [#836](https://github.com/servicetitan/uikit/pull/836) ([@aschumahua](https://github.com/aschumahua))
502
+ - Form: PhoneNumberInput [#835](https://github.com/servicetitan/uikit/pull/835) ([@aschumahua](https://github.com/aschumahua))
503
+
504
+ #### Authors: 2
505
+
506
+ - Anzar Schumahua ([@aschumahua](https://github.com/aschumahua))
507
+ - Mike Kozhevnikov ([@mkozhevnikov](https://github.com/mkozhevnikov))
508
+
509
+ ---
510
+
511
+ # v14.3.0 (Mon Aug 23 2021)
512
+
513
+ #### 🐛 Bug Fix
514
+
515
+ - Table: add missing kendo peer dependencies [#742](https://github.com/servicetitan/uikit/pull/742) ([@xarety](https://github.com/xarety))
516
+
517
+ #### 🔩 Dependency Updates
518
+
519
+ - Bump @types/react from 17.0.18 to 17.0.19 [#768](https://github.com/servicetitan/uikit/pull/768) ([@dependabot[bot]](https://github.com/dependabot[bot]))
520
+ - Bump @types/react from 17.0.17 to 17.0.18 [#760](https://github.com/servicetitan/uikit/pull/760) ([@dependabot[bot]](https://github.com/dependabot[bot]))
521
+ - Bump @types/react from 17.0.16 to 17.0.17 [#747](https://github.com/servicetitan/uikit/pull/747) ([@dependabot[bot]](https://github.com/dependabot[bot]))
522
+
523
+ #### Authors: 2
524
+
525
+ - [@dependabot[bot]](https://github.com/dependabot[bot])
526
+ - Denis Gordeev ([@xarety](https://github.com/xarety))
527
+
528
+ ---
529
+
530
+ # v14.2.0 (Fri Aug 06 2021)
531
+
532
+ #### 🐛 Bug Fix
533
+
534
+ - Stylelint config: disable no-invalid-position-at-import-rule [#732](https://github.com/servicetitan/uikit/pull/732) ([@kanoshin](https://github.com/kanoshin))
535
+
536
+ #### 🔩 Dependency Updates
537
+
538
+ - Bump @types/react from 17.0.15 to 17.0.16 [#728](https://github.com/servicetitan/uikit/pull/728) ([@dependabot[bot]](https://github.com/dependabot[bot]))
539
+
540
+ #### Authors: 2
541
+
542
+ - [@dependabot[bot]](https://github.com/dependabot[bot])
543
+ - Kirill Anoshin ([@kanoshin](https://github.com/kanoshin))
544
+
545
+ ---
546
+
547
+ # v14.1.1 (Thu Aug 05 2021)
548
+
549
+ #### 🔩 Dependency Updates
550
+
551
+ - Update dependencies [#705](https://github.com/servicetitan/uikit/pull/705) ([@xarety](https://github.com/xarety) [@kanoshin](https://github.com/kanoshin))
552
+
553
+ #### Authors: 2
554
+
555
+ - Denis Gordeev ([@xarety](https://github.com/xarety))
556
+ - Kirill Anoshin ([@kanoshin](https://github.com/kanoshin))
557
+
558
+ ---
559
+
560
+ # v14.1.0 (Fri Jul 30 2021)
561
+
562
+ #### 🔩 Dependency Updates
563
+
564
+ - Bump @types/react from 17.0.9 to 17.0.14 [#652](https://github.com/servicetitan/uikit/pull/652) ([@dependabot[bot]](https://github.com/dependabot[bot]))
565
+ - Bump @servicetitan/tokens from 9.2.1 to 10.0.0 [#656](https://github.com/servicetitan/uikit/pull/656) ([@dependabot[bot]](https://github.com/dependabot[bot]))
566
+
567
+ #### Authors: 1
568
+
569
+ - [@dependabot[bot]](https://github.com/dependabot[bot])
570
+
571
+ ---
572
+
573
+ # v14.0.0 (Fri Jul 23 2021)
574
+
575
+ #### 💥 Breaking Change
576
+
577
+ - Updating React 17 and react-jsx transform [#620](https://github.com/servicetitan/uikit/pull/620) ([@rgdelato](https://github.com/rgdelato) [@StreetStrider](https://github.com/StreetStrider) [@kanoshin](https://github.com/kanoshin))
578
+
579
+ #### Authors: 3
580
+
581
+ - Ivan Pukhtin ([@StreetStrider](https://github.com/StreetStrider))
582
+ - Kirill Anoshin ([@kanoshin](https://github.com/kanoshin))
583
+ - Ryan De La Torre ([@rgdelato](https://github.com/rgdelato))
584
+
585
+ ---
586
+
587
+ # v12.7.0 (Tue Jul 13 2021)
588
+
589
+ #### 🚀 Enhancement
590
+
591
+ - Form: added array as type to length validators [#632](https://github.com/servicetitan/uikit/pull/632) ([@da1z](https://github.com/da1z))
592
+
593
+ #### Authors: 1
594
+
595
+ - Kiryl Chetyrbak ([@da1z](https://github.com/da1z))
596
+
597
+ ---
598
+
599
+ # v12.5.0 (Wed Jun 16 2021)
600
+
601
+ :tada: This release contains work from a new contributor! :tada:
602
+
603
+ Thank you, Mike Kozhevnikov ([@mkozhevnikov](https://github.com/mkozhevnikov)), for all your work!
604
+
605
+ #### 🐛 Bug Fix
606
+
607
+ - Startup: WatchIgnorePlugin requires at least one value [#622](https://github.com/servicetitan/uikit/pull/622) ([@xarety](https://github.com/xarety))
608
+ - Hash browser router: correct basename handling [#616](https://github.com/servicetitan/uikit/pull/616) ([@xarety](https://github.com/xarety))
609
+ - FAR-792: Fixing existing subpackage CHANGELOG.md files [#621](https://github.com/servicetitan/uikit/pull/621) ([@rgdelato](https://github.com/rgdelato))
610
+
611
+ #### Authors: 2
612
+
613
+ - Denis Gordeev ([@xarety](https://github.com/xarety))
614
+ - Ryan De La Torre ([@rgdelato](https://github.com/rgdelato))
615
+
616
+ ---
617
+
618
+ # v12.4.0 (Tue Jun 08 2021)
619
+
620
+ #### 🚀 Enhancement
621
+
622
+ - Form: DropdownState improvements [#540](https://github.com/servicetitan/uikit/pull/540) ([@aschumahua](https://github.com/aschumahua) [@xarety](https://github.com/xarety))
623
+
624
+ #### 🐛 Bug Fix
625
+
626
+ - Form: fix max date valid value [#531](https://github.com/servicetitan/uikit/pull/531) ([@NKrasnov-ST](https://github.com/NKrasnov-ST))
627
+
628
+ #### ⚠️ Pushed to `master`
629
+
630
+ - Undo fail publish consequences ([@xarety](https://github.com/xarety))
631
+ - Publish ([@xarety](https://github.com/xarety))
632
+ - Bump packages ([@xarety](https://github.com/xarety))
633
+
634
+ #### 🔩 Dependency Updates
635
+
636
+ - Bump @types/react from 17.0.8 to 17.0.9 [#607](https://github.com/servicetitan/uikit/pull/607) ([@dependabot[bot]](https://github.com/dependabot[bot]))
637
+ - Bump @types/react from 17.0.6 to 17.0.8 [#575](https://github.com/servicetitan/uikit/pull/575) ([@dependabot[bot]](https://github.com/dependabot[bot]))
638
+ - Bump @servicetitan/design-system from 9.2.0 to 9.2.1 [#596](https://github.com/servicetitan/uikit/pull/596) ([@dependabot[bot]](https://github.com/dependabot[bot]))
639
+ - Bump @servicetitan/tokens from 9.2.0 to 9.2.1 [#595](https://github.com/servicetitan/uikit/pull/595) ([@dependabot[bot]](https://github.com/dependabot[bot]))
640
+ - Bump @servicetitan/design-system from 9.1.0 to 9.2.0 [#557](https://github.com/servicetitan/uikit/pull/557) ([@dependabot[bot]](https://github.com/dependabot[bot]))
641
+ - Bump @servicetitan/tokens from 9.1.0 to 9.2.0 [#556](https://github.com/servicetitan/uikit/pull/556) ([@dependabot[bot]](https://github.com/dependabot[bot]))
642
+ - Bump mobx-react from 7.1.0 to 7.2.0 [#553](https://github.com/servicetitan/uikit/pull/553) ([@dependabot[bot]](https://github.com/dependabot[bot]))
643
+ - Bump @types/react from 17.0.5 to 17.0.6 [#551](https://github.com/servicetitan/uikit/pull/551) ([@dependabot[bot]](https://github.com/dependabot[bot]))
644
+ - Bump prettier from 2.2.1 to 2.3.0 [#534](https://github.com/servicetitan/uikit/pull/534) ([@dependabot[bot]](https://github.com/dependabot[bot]) [@xarety](https://github.com/xarety))
645
+
646
+ #### Authors: 4
647
+
648
+ - [@dependabot[bot]](https://github.com/dependabot[bot])
649
+ - Anzar Schumahua ([@aschumahua](https://github.com/aschumahua))
650
+ - Denis Gordeev ([@xarety](https://github.com/xarety))
651
+ - Nikita Krasnov ([@NKrasnov-ST](https://github.com/NKrasnov-ST))
@@ -38,8 +38,8 @@ export declare class DateRangePicker extends Component<DateRangePickerProps> {
38
38
  componentDidMount(): void;
39
39
  componentWillUnmount(): void;
40
40
  handleChange: (event: DateRangePickerChangeEvent) => void;
41
- handleFromChange: (from?: Date) => void;
42
- handleToChange: (to?: Date) => void;
41
+ handleFromChange: (from?: Date | undefined) => void;
42
+ handleToChange: (to?: Date | undefined) => void;
43
43
  render(): JSX.Element;
44
44
  formatDate(date?: Date, inputFormat?: string): string;
45
45
  handleHiddenInputChange: (ev: SyntheticEvent<HTMLInputElement>) => void;
@@ -1 +1 @@
1
- {"version":3,"file":"date-range-picker.d.ts","sourceRoot":"","sources":["../../src/date-range-picker/date-range-picker.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,SAAS,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AACjE,OAAO,EAEH,0BAA0B,EAC1B,wBAAwB,EACxB,sBAAsB,EACtB,iBAAiB,EACjB,UAAU,EACb,MAAM,kCAAkC,CAAC;AAO1C,OAAO,EAAE,UAAU,EAAE,MAAM,WAAW,CAAC;AACvC,OAAO,EAAE,SAAS,EAAE,MAAM,eAAe,CAAC;AAE1C,MAAM,WAAW,oBAAoB;IACjC,KAAK,EAAE,UAAU,CAAC,SAAS,GAAG,SAAS,CAAC,CAAC;IACzC,CAAC,YAAY,CAAC,EAAE,MAAM,CAAC;IACvB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,OAAO,CAAC,EAAE,IAAI,CAAC;IACf,OAAO,CAAC,EAAE,IAAI,CAAC;IACf,eAAe,CAAC,EAAE,IAAI,CAAC;IACvB,eAAe,CAAC,EAAE,IAAI,CAAC;IACvB,OAAO,CAAC,EAAE,UAAU,CAAC;IACrB,UAAU,CAAC,EAAE,UAAU,CAAC;IACxB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,iBAAiB,CAAC,EAAE,aAAa,CAAC,sBAAsB,CAAC,CAAC;IAC1D,oBAAoB,CAAC,EAAE,aAAa,CAAC,wBAAwB,CAAC,CAAC;IAC/D,aAAa,CAAC,EAAE,aAAa,CAAC,iBAAiB,CAAC,CAAC;IACjD,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,eAAe,CAAC,EAAE,MAAM,GAAG,QAAQ,GAAG,OAAO,CAAC;IAC9C,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,sBAAsB,CAAC,EAAE,OAAO,CAAC;IACjC,QAAQ,CAAC,EAAE,MAAM,CAAC;CACrB;AAED,qBACa,eAAgB,SAAQ,SAAS,CAAC,oBAAoB,CAAC;IAEpD,QAAQ,CAAC,EAAE,GAAG,CAAsB;IAChD,SAAS,UAAS;IACN,cAAc,UAAS;IACnC,aAAa,UAAS;IACtB,wBAAwB,UAAS;gBAErB,KAAK,EAAE,oBAAoB;IAMvC,SAAS,aAAc,cAAc,UAEnC;IAGF,UAAU,CAAC,IAAI,CAAC,EAAE,OAAO;IAIzB,iBAAiB,QAAS,KAAK,UAqB7B;IAEF,0BAA0B,aAExB;IAEF,eAAe,aAUb;IAEF,iBAAiB;IAIjB,oBAAoB;IAIpB,YAAY,UAAW,0BAA0B,UAQ/C;IAEF,gBAAgB,UAAW,IAAI,UAQ7B;IAEF,cAAc,QAAS,IAAI,UAQzB;IAEF,MAAM;IA8HN,UAAU,CAAC,IAAI,CAAC,EAAE,IAAI,EAAE,WAAW,SAAM;IAIzC,uBAAuB,OAAQ,eAAe,gBAAgB,CAAC,UAG7D;IAEF,IAAI,WAAW,qBAad;IAED,IAAI,SAAS,qBAYZ;CACJ"}
1
+ {"version":3,"file":"date-range-picker.d.ts","sourceRoot":"","sources":["../../src/date-range-picker/date-range-picker.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,SAAS,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AACjE,OAAO,EAEH,0BAA0B,EAC1B,wBAAwB,EACxB,sBAAsB,EACtB,iBAAiB,EACjB,UAAU,EACb,MAAM,kCAAkC,CAAC;AAO1C,OAAO,EAAE,UAAU,EAAE,MAAM,WAAW,CAAC;AACvC,OAAO,EAAE,SAAS,EAAE,MAAM,eAAe,CAAC;AAE1C,MAAM,WAAW,oBAAoB;IACjC,KAAK,EAAE,UAAU,CAAC,SAAS,GAAG,SAAS,CAAC,CAAC;IACzC,CAAC,YAAY,CAAC,EAAE,MAAM,CAAC;IACvB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,OAAO,CAAC,EAAE,IAAI,CAAC;IACf,OAAO,CAAC,EAAE,IAAI,CAAC;IACf,eAAe,CAAC,EAAE,IAAI,CAAC;IACvB,eAAe,CAAC,EAAE,IAAI,CAAC;IACvB,OAAO,CAAC,EAAE,UAAU,CAAC;IACrB,UAAU,CAAC,EAAE,UAAU,CAAC;IACxB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,iBAAiB,CAAC,EAAE,aAAa,CAAC,sBAAsB,CAAC,CAAC;IAC1D,oBAAoB,CAAC,EAAE,aAAa,CAAC,wBAAwB,CAAC,CAAC;IAC/D,aAAa,CAAC,EAAE,aAAa,CAAC,iBAAiB,CAAC,CAAC;IACjD,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,eAAe,CAAC,EAAE,MAAM,GAAG,QAAQ,GAAG,OAAO,CAAC;IAC9C,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,sBAAsB,CAAC,EAAE,OAAO,CAAC;IACjC,QAAQ,CAAC,EAAE,MAAM,CAAC;CACrB;AAED,qBACa,eAAgB,SAAQ,SAAS,CAAC,oBAAoB,CAAC;IAEpD,QAAQ,CAAC,EAAE,GAAG,CAAsB;IAChD,SAAS,UAAS;IACN,cAAc,UAAS;IACnC,aAAa,UAAS;IACtB,wBAAwB,UAAS;gBAErB,KAAK,EAAE,oBAAoB;IAMvC,SAAS,aAAc,cAAc,UAEnC;IAGF,UAAU,CAAC,IAAI,CAAC,EAAE,OAAO;IAIzB,iBAAiB,QAAS,KAAK,UAqB7B;IAEF,0BAA0B,aAExB;IAEF,eAAe,aAUb;IAEF,iBAAiB;IAIjB,oBAAoB;IAIpB,YAAY,UAAW,0BAA0B,UAQ/C;IAEF,gBAAgB,oCAQd;IAEF,cAAc,kCAQZ;IAEF,MAAM;IA8HN,UAAU,CAAC,IAAI,CAAC,EAAE,IAAI,EAAE,WAAW,SAAM;IAIzC,uBAAuB,OAAQ,eAAe,gBAAgB,CAAC,UAG7D;IAEF,IAAI,WAAW,qBAad;IAED,IAAI,SAAS,qBAYZ;CACJ"}
@@ -27,8 +27,8 @@ export declare class FileUploader extends Component<FileUploaderProps> {
27
27
  addError(file: File, message?: string): void;
28
28
  clearErrors(): void;
29
29
  handleUploadProgress: (file: File, progress: number) => void;
30
- handleUploadSuccess: (file: File, message?: string) => void;
31
- handleUploadError: (file: File, message?: string) => void;
30
+ handleUploadSuccess: (file: File, message?: string | undefined) => void;
31
+ handleUploadError: (file: File, message?: string | undefined) => void;
32
32
  componentDidMount(): void;
33
33
  componentWillUnmount(): void;
34
34
  handleDownload: (file: FileDescriptor) => void;
@@ -1 +1 @@
1
- {"version":3,"file":"file-uploader.d.ts","sourceRoot":"","sources":["../../src/file-uploader/file-uploader.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAgB,MAAM,OAAO,CAAC;AAOhD,OAAO,EAAc,cAAc,EAAU,eAAe,EAAE,MAAM,6BAA6B,CAAC;AAGlG,OAAO,EAAE,kBAAkB,EAAqC,MAAM,UAAU,CAAC;AACjF,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AAQtC,UAAU,WAAW;IACjB,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,IAAI,CAAC;IACX,OAAO,CAAC,EAAE,MAAM,CAAC;CACpB;AA4BD,aAAK,uBAAuB,GAAG,UAAU,GAAG,YAAY,GAAG,WAAW,GAAG,YAAY,GAAG,OAAO,CAAC;AAEhG,UAAU,iBAAkB,SAAQ,IAAI,CAAC,eAAe,EAAE,uBAAuB,CAAC;IAC9E,MAAM,CAAC,EAAE,kBAAkB,CAAC;IAC5B,KAAK,EAAE,cAAc,EAAE,CAAC;IACxB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,QAAQ,CAAC,CAAC,KAAK,EAAE,cAAc,EAAE,GAAG,IAAI,CAAC;CAC5C;AAED,qBACa,YAAa,SAAQ,SAAS,CAAC,iBAAiB,CAAC;IAC1D,MAAM,CAAC,YAAY;;MAEjB;IAIM,MAAM,CAAC,EAAE,kBAAkB,CAAC;IAExB,MAAM,EAAE,WAAW,EAAE,CAAM;IAEvC,QAAQ,EAAG,QAAQ,CAAC;gBAER,KAAK,EAAE,iBAAiB;IAMpC,QAAQ,CAAC,IAAI,EAAE,IAAI,EAAE,OAAO,CAAC,EAAE,MAAM;IASrC,WAAW;IAKX,oBAAoB,SAAU,IAAI,YAAY,MAAM,UAgBlD;IAGF,mBAAmB,SAAU,IAAI,YAAY,MAAM,UAiBjD;IAGF,iBAAiB,SAAU,IAAI,YAAY,MAAM,UAU/C;IAEF,iBAAiB;IAejB,oBAAoB;IAIpB,cAAc,SAAU,cAAc,UAWpC;IAEF,cAAc,UAAW,QAAQ,UAc/B;IAEF,aAAa;cAAyC,cAAc;iBAAW,IAAI;eAgBjF;IAEF,YAAY,aAAc,cAAc,UAQtC;IAEF,iBAAiB,aAEf;IAEF,MAAM;CAwDT"}
1
+ {"version":3,"file":"file-uploader.d.ts","sourceRoot":"","sources":["../../src/file-uploader/file-uploader.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAgB,MAAM,OAAO,CAAC;AAOhD,OAAO,EAAc,cAAc,EAAU,eAAe,EAAE,MAAM,6BAA6B,CAAC;AAGlG,OAAO,EAAE,kBAAkB,EAAqC,MAAM,UAAU,CAAC;AACjF,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AAQtC,UAAU,WAAW;IACjB,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,IAAI,CAAC;IACX,OAAO,CAAC,EAAE,MAAM,CAAC;CACpB;AA4BD,aAAK,uBAAuB,GAAG,UAAU,GAAG,YAAY,GAAG,WAAW,GAAG,YAAY,GAAG,OAAO,CAAC;AAEhG,UAAU,iBAAkB,SAAQ,IAAI,CAAC,eAAe,EAAE,uBAAuB,CAAC;IAC9E,MAAM,CAAC,EAAE,kBAAkB,CAAC;IAC5B,KAAK,EAAE,cAAc,EAAE,CAAC;IACxB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,QAAQ,CAAC,CAAC,KAAK,EAAE,cAAc,EAAE,GAAG,IAAI,CAAC;CAC5C;AAED,qBACa,YAAa,SAAQ,SAAS,CAAC,iBAAiB,CAAC;IAC1D,MAAM,CAAC,YAAY;;MAEjB;IAIM,MAAM,CAAC,EAAE,kBAAkB,CAAC;IAExB,MAAM,EAAE,WAAW,EAAE,CAAM;IAEvC,QAAQ,EAAG,QAAQ,CAAC;gBAER,KAAK,EAAE,iBAAiB;IAMpC,QAAQ,CAAC,IAAI,EAAE,IAAI,EAAE,OAAO,CAAC,EAAE,MAAM;IASrC,WAAW;IAKX,oBAAoB,SAAU,IAAI,YAAY,MAAM,UAgBlD;IAGF,mBAAmB,SAAU,IAAI,wCAiB/B;IAGF,iBAAiB,SAAU,IAAI,wCAU7B;IAEF,iBAAiB;IAejB,oBAAoB;IAIpB,cAAc,SAAU,cAAc,UAWpC;IAEF,cAAc,UAAW,QAAQ,UAc/B;IAEF,aAAa;cAAyC,cAAc;iBAAW,IAAI;eAgBjF;IAEF,YAAY,aAAc,cAAc,UAQtC;IAEF,iBAAiB,aAEf;IAEF,MAAM;CAwDT"}
@@ -5,8 +5,8 @@ interface DateRangeFieldStates {
5
5
  endDate: DatetimeFieldState;
6
6
  }
7
7
  export declare const FormValidators: {
8
- required: (value?: FormValues) => string | false;
9
- requiredWithCustomMessage: (errorMessage: string) => (value?: FormValues) => string | false;
8
+ required: (value?: FormValues | undefined) => string | false;
9
+ requiredWithCustomMessage: (errorMessage: string) => (value?: FormValues | undefined) => string | false;
10
10
  hasLowerCase: (str: string) => boolean;
11
11
  hasUpperCase: (str: string) => boolean;
12
12
  hasNumber: (str: string) => boolean;
@@ -1 +1 @@
1
- {"version":3,"file":"form-validators.d.ts","sourceRoot":"","sources":["../src/form-validators.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,kBAAkB,EAAE,UAAU,EAAE,MAAM,gBAAgB,CAAC;AAEhE,OAAO,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAEzC,UAAU,oBAAoB;IAC1B,SAAS,EAAE,kBAAkB,CAAC;IAC9B,OAAO,EAAE,kBAAkB,CAAC;CAC/B;AAcD,eAAO,MAAM,cAAc;uBACJ,UAAU;8CAGa,MAAM,cAAc,UAAU;wBAGpD,MAAM;wBAEN,MAAM;qBAET,MAAM;sCAEW,MAAM;gCAMZ,MAAM;gDAQf,MAAM;;;wBAUL,IAAI,GAAG,IAAI;kCAID,oBAAoB;8DAQlC,SAAS,GAAG,SAAS;2DAKrB,SAAS,GAAG,SAAS;4CAOG,MAAM,WAAW,SAAS,GAAG,SAAS;0BAUxD,MAAM;8BAEF,MAAM,UAAU,MAAM,WAAW,MAAM;2BAG1C,MAAM,aAAa,MAAM,GAAG,GAAG,EAAE,GAAG,SAAS;2BAG7C,MAAM,aAAa,MAAM,GAAG,GAAG,EAAE,GAAG,SAAS;+BAGzC,MAAM,aAAa,MAAM,GAAG,GAAG,EAAE,GAAG,SAAS;CAE3E,CAAC"}
1
+ {"version":3,"file":"form-validators.d.ts","sourceRoot":"","sources":["../src/form-validators.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,kBAAkB,EAAE,UAAU,EAAE,MAAM,gBAAgB,CAAC;AAEhE,OAAO,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAEzC,UAAU,oBAAoB;IAC1B,SAAS,EAAE,kBAAkB,CAAC;IAC9B,OAAO,EAAE,kBAAkB,CAAC;CAC/B;AAcD,eAAO,MAAM,cAAc;;8CAImB,MAAM;wBAG5B,MAAM;wBAEN,MAAM;qBAET,MAAM;sCAEW,MAAM;gCAMZ,MAAM;gDAQf,MAAM;;;wBAUL,IAAI,GAAG,IAAI;kCAID,oBAAoB;8DAQlC,SAAS,GAAG,SAAS;2DAKrB,SAAS,GAAG,SAAS;4CAOG,MAAM,WAAW,SAAS,GAAG,SAAS;0BAUxD,MAAM;8BAEF,MAAM,UAAU,MAAM,WAAW,MAAM;2BAG1C,MAAM,aAAa,MAAM,GAAG,GAAG,EAAE,GAAG,SAAS;2BAG7C,MAAM,aAAa,MAAM,GAAG,GAAG,EAAE,GAAG,SAAS;+BAGzC,MAAM,aAAa,MAAM,GAAG,GAAG,EAAE,GAAG,SAAS;CAE3E,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@servicetitan/form",
3
- "version": "21.7.3",
3
+ "version": "22.1.1",
4
4
  "description": "",
5
5
  "homepage": "https://docs.st.dev/docs/frontend/form",
6
6
  "repository": {
@@ -16,12 +16,12 @@
16
16
  "src"
17
17
  ],
18
18
  "devDependencies": {
19
- "@servicetitan/confirm": "^21.7.3",
20
- "@servicetitan/culture": "^21.7.3",
21
- "@servicetitan/data-query": "^21.7.3",
22
- "@servicetitan/design-system": "~11.9.0",
23
- "@servicetitan/react-ioc": "^21.7.3",
24
- "@servicetitan/tokens": "~11.9.0",
19
+ "@servicetitan/confirm": "^22.1.1",
20
+ "@servicetitan/culture": "^22.1.1",
21
+ "@servicetitan/data-query": "^22.1.1",
22
+ "@servicetitan/design-system": "~11.8.0",
23
+ "@servicetitan/react-ioc": "^21.6.0",
24
+ "@servicetitan/tokens": "~11.8.0",
25
25
  "@types/debounce": "~1.2.1",
26
26
  "@types/react": "~17.0.38",
27
27
  "@types/react-input-mask": "~2.0.5",
@@ -29,23 +29,23 @@
29
29
  "accounting": "~0.4.1",
30
30
  "formstate": "~2.0.0",
31
31
  "mobx": "~6.6.0",
32
- "mobx-react": "~7.5.1",
32
+ "mobx-react": "~7.5.0",
33
33
  "moment": "~2.29.3",
34
34
  "react": "~17.0.2",
35
35
  "react-dom": "~17.0.2",
36
36
  "resumablejs": "~1.0.2"
37
37
  },
38
38
  "peerDependencies": {
39
- "@servicetitan/confirm": "^20.0.0",
40
- "@servicetitan/culture": "^20.0.0",
41
- "@servicetitan/data-query": "^20.0.0",
42
- "@servicetitan/design-system": "~11.9.0",
39
+ "@servicetitan/confirm": "^22.1.1",
40
+ "@servicetitan/culture": "^22.1.1",
41
+ "@servicetitan/data-query": "^22.1.1",
42
+ "@servicetitan/design-system": "~11.8.0",
43
43
  "@servicetitan/react-ioc": "^20.0.0",
44
- "@servicetitan/tokens": "~11.9.0",
44
+ "@servicetitan/tokens": "~11.8.0",
45
45
  "accounting": "~0.4.1",
46
46
  "formstate": "~2.0.0",
47
47
  "mobx": "~6.6.0",
48
- "mobx-react": "~7.5.1",
48
+ "mobx-react": "~7.5.0",
49
49
  "moment": "~2.29.3",
50
50
  "react": "~17.0.2",
51
51
  "react-dom": "~17.0.2",
@@ -66,5 +66,5 @@
66
66
  "cli": {
67
67
  "webpack": false
68
68
  },
69
- "gitHead": "84a4b3e0c3642680d8fc6e710f9736e99e19c3d7"
69
+ "gitHead": "7148377158b6d403739648d5e2eea293c732c491"
70
70
  }