tocco-widget-bundle 0.1.44 → 0.1.46
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 +10 -0
- package/dist/address-update.js +14 -9
- package/dist/chunk-718.dd708ae43376a26aa7ac.js +6 -0
- package/dist/{chunk-actions.d8d135c92be9cac192a4.js → chunk-actions.e838eea230e86bfb01ca.js} +1 -1
- package/dist/chunk-html-editor.3abed6547b367ad71684.js +1 -0
- package/dist/chunk-vendor-icons.8c8be12f07edf0a9b8df.js +1 -0
- package/dist/docs-browser.js +2 -2
- package/dist/entity-browser.js +2 -2
- package/dist/mailing-list.js +14 -9
- package/dist/stint-auction.js +14 -9
- package/dist/user-availability.js +14 -9
- package/dist/user-grades.js +64 -0
- package/dist/wage-view.js +14 -9
- package/package.json +2 -1
- package/dist/chunk-534.9642da130dae994f4135.js +0 -1
- package/dist/chunk-568.71a3d0ad9eb894ded72b.js +0 -6
- package/dist/chunk-html-editor.4105e48bc8745f00a517.js +0 -1
- package/dist/chunk-vendor-icons.f2fa654f5c34d47037b1.js +0 -1
package/changelog.md
CHANGED
|
@@ -1,3 +1,13 @@
|
|
|
1
|
+
0.1.46
|
|
2
|
+
- improve responsiveness of table component
|
|
3
|
+
- datepicker keyboard handling
|
|
4
|
+
- do not lazy load datepicker
|
|
5
|
+
- autofocus datepickers
|
|
6
|
+
|
|
7
|
+
0.1.45
|
|
8
|
+
- add helpers to remove fields from forms
|
|
9
|
+
- create user-grades widget
|
|
10
|
+
|
|
1
11
|
0.1.44
|
|
2
12
|
- fix escape handling in tql fulltext search
|
|
3
13
|
|