tocco-widget-bundle 0.1.141 → 0.1.143
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 +12 -0
- package/dist/address-update.js +2 -2
- package/dist/chunk-240.b5746a5cdff15c64cbdd.js +1 -0
- package/dist/{chunk-378.d8612113ca3b0f0fcd90.js → chunk-577.af80ebb1e57dfaddeb38.js} +1 -1
- package/dist/chunk-695.423d154ab50fab8c8ce1.js +6 -0
- package/dist/{chunk-actions.e81aa907fb19d3d52846.js → chunk-actions.f10a20db9c431b2d0659.js} +1 -1
- package/dist/chunk-docs-actions.a930f43e5ab1f6c2a9cf.js +6 -0
- package/dist/chunk-vendor-icons.027f72eab0114f68c0d4.js +1 -0
- package/dist/docs-browser.js +2 -2
- package/dist/entity-browser.js +6 -6
- package/dist/entity-dms.js +2 -2
- package/dist/evaluation-execution-participation.js +2 -2
- package/dist/event-registration.js +7 -7
- package/dist/job-application.js +6 -6
- package/dist/login.js +8 -8
- package/dist/mailing-list.js +7 -7
- package/dist/password-update.js +8 -8
- 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 +7 -7
- package/dist/user-availability.js +7 -7
- package/dist/user-grades.js +7 -7
- package/dist/user-menu.js +2 -2
- package/dist/wage-view.js +7 -7
- package/package.json +1 -1
- package/dist/chunk-240.0d6083158f44c091b614.js +0 -1
- package/dist/chunk-695.52ee2ba9d026de490861.js +0 -6
- package/dist/chunk-docs-actions.3cc66f796855900e14a4.js +0 -6
- package/dist/chunk-vendor-icons.8f091af620f8fd67cad8.js +0 -1
package/changelog.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
0.1.143
|
|
2
|
+
- improve readability of disabled multi value label text
|
|
3
|
+
- be able to tab through mulit-remote-selects
|
|
4
|
+
- navigate to next field with tab on select
|
|
5
|
+
|
|
6
|
+
0.1.142
|
|
7
|
+
- add modifyEntityPaths input parameter
|
|
8
|
+
- add modifyEntityPaths input parameter
|
|
9
|
+
- add initialAction
|
|
10
|
+
- remove history in action and use initialAction of entity-browser
|
|
11
|
+
- use initialAction of entity-browser
|
|
12
|
+
|
|
1
13
|
0.1.141
|
|
2
14
|
- add global classname for all wrapping elements
|
|
3
15
|
|