tocco-admin 1.0.36 → 1.0.39
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 +15 -0
- package/dist/{chunk-143.a567c8d558ac5e8707d7.js → chunk-143.d746cf8746cf42d9ab7c.js} +1 -1
- package/dist/{chunk-383.70b0ccb2611723dd7ec6.js → chunk-383.4481cc99771c55a933c8.js} +1 -1
- package/dist/{chunk-actions.87c9c04d1560f3bc02a8.js → chunk-actions.5b629c0c74503f03cd88.js} +1 -1
- package/dist/{chunk-code-editor.46ad771396d47e069485.js → chunk-code-editor.d01e84325bc39afb5f1c.js} +1 -1
- package/dist/chunk-vendor-icons.26b69fb743db2a85028e.js +1 -0
- package/dist/index.js +2 -2
- package/package.json +1 -1
- package/dist/chunk-vendor-icons.77b97527704987801a2d.js +0 -1
package/changelog.md
CHANGED
|
@@ -1,3 +1,18 @@
|
|
|
1
|
+
1.0.39
|
|
2
|
+
- add modifyFormDefinition input property
|
|
3
|
+
- add modifyFormDefinition input property
|
|
4
|
+
- add form modifier helper methods
|
|
5
|
+
- add report helper actions
|
|
6
|
+
|
|
7
|
+
1.0.38
|
|
8
|
+
- use preformatted error message for tql
|
|
9
|
+
- harmonize multi value select
|
|
10
|
+
- exclude selected values in suggestion
|
|
11
|
+
|
|
12
|
+
1.0.37
|
|
13
|
+
- query selections now get resolved in the resource-scheduler action
|
|
14
|
+
- remove vertical center alignment for marking column
|
|
15
|
+
|
|
1
16
|
1.0.36
|
|
2
17
|
- open panel according to calendar type
|
|
3
18
|
- possible to overwrite readonly form
|