tocco-widget-bundle 0.1.131 → 0.1.133
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 +13 -0
- package/dist/address-update.js +2 -2
- package/dist/chunk-240.2b03c52088ce45ab0ed6.js +1 -0
- package/dist/chunk-actions.f9c1743ce83193ba1fc9.js +1 -0
- package/dist/{chunk-vendor-icons.41aaebe8a934f369763e.js → chunk-vendor-icons.c2f2ad0745bfb61ba18a.js} +1 -1
- package/dist/docs-browser.js +2 -2
- package/dist/entity-browser.js +2 -2
- package/dist/entity-dms.js +7 -7
- package/dist/evaluation-execution-participation.js +6 -6
- package/dist/event-registration.js +2 -2
- package/dist/job-application.js +6 -6
- 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 +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.8a1c03c4dbe5e9015f6e.js +0 -1
- package/dist/chunk-actions.16334a854345205b9758.js +0 -1
package/changelog.md
CHANGED
|
@@ -1,3 +1,16 @@
|
|
|
1
|
+
0.1.133
|
|
2
|
+
- handle expanded range field via default value
|
|
3
|
+
- remove unused expanded property
|
|
4
|
+
|
|
5
|
+
0.1.132
|
|
6
|
+
- add X-Backend-Url to all requests
|
|
7
|
+
- adjust X-Backend-Url to all requests
|
|
8
|
+
- add share ansers functionality
|
|
9
|
+
- add finish evaluation
|
|
10
|
+
- add save on change
|
|
11
|
+
- add visbility status for evaluation-execution-participation
|
|
12
|
+
- add visbility status for evaluation-execution-participation-action
|
|
13
|
+
|
|
1
14
|
0.1.131
|
|
2
15
|
- do not show pending changes prompt twice
|
|
3
16
|
|