tocco-widget-bundle 0.1.54 → 0.1.55-hotfix34.2
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 +33 -0
- package/dist/address-update.js +9 -9
- package/dist/chunk-607.1f20ca318c4ce92e3d0a.js +19 -0
- package/dist/chunk-actions.281e62a6609dea7eb3cc.js +1 -0
- package/dist/{chunk-code-editor.b292be5206622e9e5e66.js → chunk-code-editor.e8ce043237f273cf42c9.js} +1 -1
- package/dist/chunk-html-editor.0a777cdb36ac6fea0523.js +1 -0
- package/dist/chunk-vendor-icons.3226c0ee3cf03c092d38.js +1 -0
- package/dist/docs-browser.js +2 -2
- package/dist/entity-browser.js +8 -8
- 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 +8 -8
- 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-611.baffe880b59110d7742b.js +0 -7
- package/dist/chunk-701.88ca86abd92e4e3adde7.js +0 -13
- package/dist/chunk-actions.8e82ad4a33c08d80ee97.js +0 -1
- package/dist/chunk-html-editor.de1aa9d3349886caab02.js +0 -1
- package/dist/chunk-vendor-icons.5f009a5d367d31669a60.js +0 -1
package/changelog.md
CHANGED
|
@@ -1,3 +1,36 @@
|
|
|
1
|
+
0.1.55-hotfix34.2
|
|
2
|
+
- datepicker focus handling on ffox and date only inputs
|
|
3
|
+
- handle search field as text field
|
|
4
|
+
|
|
5
|
+
0.1.55-hotfix34.1
|
|
6
|
+
- be able to click on row in action cell
|
|
7
|
+
- show time in 24h format for all locales
|
|
8
|
+
- reintroduce min-width for Ball component, since normal width caused rendering issues in the main menu
|
|
9
|
+
- possible to define custom render for actions
|
|
10
|
+
- define back button through custom render
|
|
11
|
+
- remove div wrapper of entity-browser as it was preventing it from filling the full available height when embedded in the old client
|
|
12
|
+
- send selection to adjusted POST endpoint when loading report settings
|
|
13
|
+
- fix react-select dropdown being clipped inside input-edit table
|
|
14
|
+
- fix save button being clipped and change hover on error
|
|
15
|
+
- support identifier type in tql builder
|
|
16
|
+
- create ENTITY_DOCS selection for legacy actions
|
|
17
|
+
- show fullscreen modal based on screen width instead of generally switching to fullscreen on touch devices
|
|
18
|
+
- move submit button to parent
|
|
19
|
+
- add sync validation to template form
|
|
20
|
+
- disable submit button for invalid form
|
|
21
|
+
- re-load data on login
|
|
22
|
+
- add object cache
|
|
23
|
+
- use global object cache
|
|
24
|
+
- fix object cache
|
|
25
|
+
- pass selection from url to fullscreen action
|
|
26
|
+
- set correct user locale after login
|
|
27
|
+
- be able to embed bootstrap script relative
|
|
28
|
+
|
|
29
|
+
0.1.55
|
|
30
|
+
- do not use unnecessary generator function
|
|
31
|
+
- use Icon component in LoadingSpinner
|
|
32
|
+
- replace values of readonly input fields with loading spinner while the update request is processing
|
|
33
|
+
|
|
1
34
|
0.1.54
|
|
2
35
|
- add missing setInputEnvs
|
|
3
36
|
|