tocco-widget-bundle 0.1.114 → 0.1.116
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 +8 -0
- package/dist/address-update.js +8 -8
- package/dist/chunk-240.d8a7ca8b4f2b9f320c6c.js +1 -0
- package/dist/chunk-actions.5c1ef95c3f2059011c45.js +1 -0
- package/dist/{chunk-vendor-icons.2e494acd6e816b87c253.js → chunk-vendor-icons.e4f9cd6c6aa95f2e0969.js} +1 -1
- package/dist/docs-browser.js +2 -2
- package/dist/entity-browser.js +2 -2
- package/dist/entity-dms.js +2 -2
- package/dist/event-registration.js +2 -2
- package/dist/login.js +9 -9
- package/dist/mailing-list.js +2 -2
- package/dist/password-update.js +9 -9
- 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 +2 -2
- package/dist/user-grades.js +2 -2
- package/dist/user-menu.js +1 -1
- package/dist/wage-view.js +2 -2
- package/package.json +1 -1
- package/dist/chunk-240.eb13dfffb4979cead9d8.js +0 -1
- package/dist/chunk-actions.11ff8fab03dd306a2631.js +0 -1
package/changelog.md
CHANGED
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
0.1.116
|
|
2
|
+
- add geosearch field
|
|
3
|
+
|
|
4
|
+
0.1.115
|
|
5
|
+
- trigger visibility status change only for widget embed type
|
|
6
|
+
- add visibility status to password update
|
|
7
|
+
- add visibility status to mailing-list
|
|
8
|
+
|
|
1
9
|
0.1.114
|
|
2
10
|
- add onSuccess to synchronous simple actions
|
|
3
11
|
- enable custom action event handlers in entity-detail and entity-list
|