tocco-widget-bundle 0.1.170 → 0.1.171
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 +7 -7
- package/dist/chunk-240.7889c567e3ae52d9ac5c.js +1 -0
- package/dist/chunk-690.550edafbd1968a1eb2c2.js +1 -0
- package/dist/chunk-actions.406e3b483437db69b2ae.js +1 -0
- package/dist/{chunk-vendor-icons.2fb4f2f5139e9efdad47.js → chunk-vendor-icons.5e680926035780c46f1d.js} +1 -1
- package/dist/docs-browser.js +7 -7
- package/dist/entity-browser.js +6 -6
- package/dist/entity-dms.js +2 -2
- package/dist/evaluation-execution-participation.js +7 -7
- package/dist/event-registration.js +7 -7
- package/dist/job-application.js +6 -6
- package/dist/login.js +3 -3
- package/dist/mailing-list.js +7 -7
- package/dist/password-update.js +3 -3
- package/dist/personal-dms.js +2 -2
- package/dist/public-dms.js +2 -2
- package/dist/sso-login.js +3 -3
- package/dist/stint-auction.js +7 -7
- package/dist/user-availability.js +7 -7
- package/dist/user-grades.js +2 -2
- package/dist/user-menu.js +3 -3
- package/dist/wage-view.js +7 -7
- package/package.json +1 -1
- package/dist/chunk-240.e83df02bc8bb9f19b2c6.js +0 -1
- package/dist/chunk-690.942401d3772b6e4202b6.js +0 -1
- package/dist/chunk-actions.7efd4607611b5bbdd11d.js +0 -1
package/changelog.md
CHANGED
|
@@ -1,3 +1,13 @@
|
|
|
1
|
+
0.1.171
|
|
2
|
+
- extend embed type
|
|
3
|
+
- add widget panel
|
|
4
|
+
- handle label position via prop
|
|
5
|
+
- handle label color for widget and admin differently
|
|
6
|
+
- handle different form components for widgets
|
|
7
|
+
- treat admin embedType logic as well for legacy-admin
|
|
8
|
+
- load formComponents on runtime
|
|
9
|
+
- add selectionDeleted for simple action
|
|
10
|
+
|
|
1
11
|
0.1.170
|
|
2
12
|
- add action button styling
|
|
3
13
|
|