tocco-widget-bundle 0.1.79 → 0.1.81
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 +8 -8
- package/dist/{chunk-991.32d017da470afdf22bbf.js → chunk-344.a720ba258b448c951826.js} +1 -1
- package/dist/{chunk-actions.3f036f2feb9d4c8fd516.js → chunk-actions.44316884792018a7a915.js} +1 -1
- package/dist/{chunk-code-editor.9f6f9a2436c4d680a330.js → chunk-code-editor.8fe39c4f543e15f132e5.js} +1 -1
- package/dist/{chunk-vendor-fontawesome.2015ccaad6b2e43ba398.js → chunk-vendor-fontawesome.0511dfe351f933686667.js} +1 -1
- package/dist/{chunk-vendor-icons.a3e5e7327f57a1baac6f.js → chunk-vendor-icons.2fff975b6a92278d8a47.js} +1 -1
- package/dist/docs-browser.js +7 -7
- package/dist/entity-browser.js +2 -2
- package/dist/entity-dms.js +2 -2
- package/dist/login.js +2 -2
- package/dist/mailing-list.js +2 -2
- package/dist/password-update.js +2 -2
- package/dist/personal-dms.js +7 -7
- package/dist/public-dms.js +2 -2
- package/dist/sso-login.js +2 -2
- package/dist/stint-auction.js +2 -2
- package/dist/user-availability.js +2 -2
- package/dist/user-grades.js +8 -8
- package/dist/user-menu.js +2 -2
- package/dist/wage-view.js +9 -9
- package/package.json +1 -1
package/changelog.md
CHANGED
|
@@ -1,3 +1,13 @@
|
|
|
1
|
+
0.1.81
|
|
2
|
+
- add visibility status code copy action
|
|
3
|
+
- rename onStateChange to onVisibilityStatusChange
|
|
4
|
+
- rename onStateChange to onVisibilityStatusChange
|
|
5
|
+
- set correct user locale after login
|
|
6
|
+
|
|
7
|
+
0.1.80
|
|
8
|
+
- pass navigation strategy to actions
|
|
9
|
+
- fix table randomly jumping scroll positions when switching pages
|
|
10
|
+
|
|
1
11
|
0.1.79
|
|
2
12
|
- fix autofocus by wrapping selector in timeout
|
|
3
13
|
|