tocco-widget-bundle 0.1.140 → 0.1.142
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.a97880f6a7aac4fe4169.js +1 -0
- package/dist/chunk-577.af80ebb1e57dfaddeb38.js +1 -0
- package/dist/chunk-695.423d154ab50fab8c8ce1.js +6 -0
- package/dist/chunk-actions.f10a20db9c431b2d0659.js +1 -0
- 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 +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 +7 -7
- 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 +5 -5
- package/dist/user-menu.js +2 -2
- package/dist/wage-view.js +7 -7
- package/package.json +1 -1
- package/dist/chunk-240.62b01e3ba57c47362c6c.js +0 -1
- package/dist/chunk-378.9f3d8e31027e7499ed47.js +0 -1
- package/dist/chunk-695.52ee2ba9d026de490861.js +0 -6
- package/dist/chunk-actions.7ecfdea62d001beb18a8.js +0 -1
- package/dist/chunk-docs-actions.3cc66f796855900e14a4.js +0 -6
- package/dist/chunk-vendor-icons.08a3879b21791cdffcdb.js +0 -1
package/changelog.md
CHANGED
|
@@ -1,3 +1,13 @@
|
|
|
1
|
+
0.1.142
|
|
2
|
+
- add modifyEntityPaths input parameter
|
|
3
|
+
- add modifyEntityPaths input parameter
|
|
4
|
+
- add initialAction
|
|
5
|
+
- remove history in action and use initialAction of entity-browser
|
|
6
|
+
- use initialAction of entity-browser
|
|
7
|
+
|
|
8
|
+
0.1.141
|
|
9
|
+
- add global classname for all wrapping elements
|
|
10
|
+
|
|
1
11
|
0.1.140
|
|
2
12
|
- fix address-update after adding action conditions
|
|
3
13
|
- use global scrollbar style instead of specific imports
|