tocco-widget-bundle 0.1.7 → 0.1.10
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 +19 -0
- package/dist/address-update.js +8 -16
- package/dist/{chunk-38.d5ac05bde0eeb37717e0.js → chunk-38.e360e5f0dc1149311492.js} +1 -1
- package/dist/chunk-568.39a57d8dd87405415289.js +6 -0
- package/dist/chunk-672.7ce572a39052dc2178c4.js +1 -0
- package/dist/chunk-701.e16e94cd6c9f3cdc7151.js +13 -0
- package/dist/{chunk-actions.9c7c4cafbf4815b95179.js → chunk-actions.380faff8c73b3690995b.js} +1 -1
- package/dist/chunk-code-editor.299834e2adc58c1f3f33.js +1 -0
- package/dist/chunk-phone-formatter.3cd0608318ef32cf89ba.js +1 -0
- package/dist/chunk-vendor-icons.a471eef2af740335ca5c.js +1 -0
- package/dist/docs-browser.js +8 -16
- package/dist/entity-browser.js +8 -16
- package/dist/mailing-list.js +55 -0
- package/dist/wage-view.js +8 -16
- package/package.json +2 -2
- package/dist/chunk-701.4acda1b0cce3210175e9.js +0 -13
- package/dist/chunk-977.5301730319f93f5ea2ba.js +0 -1
- package/dist/chunk-998.50a650387c2f8beaf281.js +0 -6
- package/dist/chunk-code-editor.c7ba078e4ff34b0ad792.js +0 -1
- package/dist/chunk-phone-formatter.94e5b7008f6fca4e77de.js +0 -1
- package/dist/chunk-vendor-icons.2d3fd81111885b3f2b6e.js +0 -1
- package/dist/reservation-lecturer-booking-view.js +0 -63
package/changelog.md
CHANGED
|
@@ -1,3 +1,22 @@
|
|
|
1
|
+
0.1.10
|
|
2
|
+
- reports added through formModifier are now placed directly into the action bar, instead of the output group
|
|
3
|
+
- report definitions now contain an icon as defined by the backend
|
|
4
|
+
|
|
5
|
+
0.1.9
|
|
6
|
+
- entity-browser can now display reports passed as ids in input
|
|
7
|
+
- remote fields now honor the constrictions defined on forms with remotefield scope
|
|
8
|
+
- advanced search now uses form with remotefield scope if it exists
|
|
9
|
+
- remotefields now use sorting of their forms or entity models instead of only their timestamp
|
|
10
|
+
|
|
11
|
+
0.1.8
|
|
12
|
+
- fix remote error handler
|
|
13
|
+
- create removeBoxes to help adjust forms
|
|
14
|
+
- create mailing-list widget
|
|
15
|
+
- use reports from widget config to user list
|
|
16
|
+
- create mailing-list-mail-action for mailing-list flow
|
|
17
|
+
- fix error logging app extension
|
|
18
|
+
- add error boundary
|
|
19
|
+
|
|
1
20
|
0.1.7
|
|
2
21
|
- prepare for customer actions
|
|
3
22
|
- prepare for customer actions
|