tocco-widget-bundle 0.1.139 → 0.1.140
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 +7 -0
- package/dist/address-update.js +2 -2
- package/dist/chunk-240.62b01e3ba57c47362c6c.js +1 -0
- package/dist/chunk-378.9f3d8e31027e7499ed47.js +1 -0
- package/dist/chunk-actions.7ecfdea62d001beb18a8.js +1 -0
- package/dist/chunk-vendor-icons.08a3879b21791cdffcdb.js +1 -0
- package/dist/docs-browser.js +2 -2
- package/dist/entity-browser.js +2 -2
- package/dist/entity-dms.js +2 -2
- package/dist/evaluation-execution-participation.js +12 -7
- package/dist/event-registration.js +2 -2
- package/dist/job-application.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 +2 -2
- 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 +7 -7
- package/dist/user-grades.js +2 -2
- package/dist/user-menu.js +2 -2
- package/dist/wage-view.js +2 -2
- package/package.json +1 -1
- package/dist/chunk-240.578de77735b464cb1bf3.js +0 -1
- package/dist/chunk-378.55c3fa701873bd6581ad.js +0 -1
- package/dist/chunk-actions.bdc0f7182ce760c81ecd.js +0 -1
- package/dist/chunk-vendor-icons.fae325e71dd2858ee179.js +0 -1
package/changelog.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
0.1.140
|
|
2
|
+
- fix address-update after adding action conditions
|
|
3
|
+
- use global scrollbar style instead of specific imports
|
|
4
|
+
- support column action in adjustActions
|
|
5
|
+
- pass reportDisplayId property to action
|
|
6
|
+
- support (dynamic) reports in evaluation-execution-participation-action
|
|
7
|
+
|
|
1
8
|
0.1.139
|
|
2
9
|
- fix miscellaneous ui bugs in widgets
|
|
3
10
|
|