tocco-admin 1.0.75 → 1.0.76-hotfix33.11
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 +43 -0
- package/dist/{chunk-874.5a69f46a3e119f9874e5.js → chunk-18.604461236646f509bc9b.js} +6 -6
- package/dist/chunk-200.a888fad564f6627a3547.js +45 -0
- package/dist/chunk-267.b503048d42531a9e94e9.js +1 -0
- package/dist/chunk-499.3b0649c8c98effebd7a5.js +14 -0
- package/dist/chunk-531.cc55e08550b93ab28a72.js +1 -0
- package/dist/chunk-568.2add6415e0c3ee1a5c32.js +6 -0
- package/dist/chunk-587.49b12859b1b1cff8031f.js +1 -0
- package/dist/chunk-594.793a163c77623da8826d.js +1 -0
- package/dist/chunk-611.a41cc743af6f875068f3.js +7 -0
- package/dist/chunk-actions.951cd78e556f6caa2e23.js +1 -0
- package/dist/chunk-ckeditor.9db8842fa3b10d23b77f.js +1971 -0
- package/dist/chunk-code-editor.2aa85338524120c8085a.js +1 -0
- package/dist/chunk-html-editor.05a705c206128634f8d4.js +1 -0
- package/dist/chunk-phone-formatter.212171d1b1abcdbb394b.js +1 -0
- package/dist/chunk-vendor-icons.bb506bb20c00d6653a7c.js +1 -0
- package/dist/index.js +8 -8
- package/package.json +1 -1
- package/dist/chunk-135.7d660568a146bae2e324.js +0 -1
- package/dist/chunk-38.16fdbbd333462e3af373.js +0 -1
- package/dist/chunk-531.a9b264a6375f32f1c928.js +0 -1
- package/dist/chunk-551.7f40639dd11ab3b7f8b6.js +0 -14
- package/dist/chunk-568.987cfa799c8172cb46f5.js +0 -6
- package/dist/chunk-587.c325d073fbf42f356760.js +0 -1
- package/dist/chunk-611.35d853af590ca0ea7cfa.js +0 -7
- package/dist/chunk-847.6fcfdd717573bcf8e7fe.js +0 -1
- package/dist/chunk-actions.ffe78a4d1debc9301fbe.js +0 -1
- package/dist/chunk-code-editor.4dd59414589c013aff68.js +0 -1
- package/dist/chunk-phone-formatter.1b1e7968653c1d07afa0.js +0 -1
- package/dist/chunk-vendor-icons.a6853651f996a901832a.js +0 -1
- package/dist/chunk-vendor-quill.4478c72cf0f4bf2746be.js +0 -21
package/changelog.md
CHANGED
|
@@ -1,3 +1,46 @@
|
|
|
1
|
+
1.0.76-hotfix33.11
|
|
2
|
+
- use more generic error message when no Calendar_export_conf could be found
|
|
3
|
+
|
|
4
|
+
1.0.76-hotfix33.10
|
|
5
|
+
- quick fix that onChange is not infinite often triggered
|
|
6
|
+
- improve datepicker styling and fix bugs in widgets
|
|
7
|
+
- remove date picker arrow as the positioning seems to be off when fields are too long
|
|
8
|
+
|
|
9
|
+
1.0.76-hotfix33.9
|
|
10
|
+
- HTML editor: fix saving the form in source editing mode
|
|
11
|
+
|
|
12
|
+
1.0.76-hotfix33.8
|
|
13
|
+
- fix datetime range with single default value
|
|
14
|
+
- do not clear date input on blur
|
|
15
|
+
|
|
16
|
+
1.0.76-hotfix33.7
|
|
17
|
+
- remount entity-detail app after navigation
|
|
18
|
+
|
|
19
|
+
1.0.76-hotfix33.6
|
|
20
|
+
- fix change date on range date picker
|
|
21
|
+
- fix datetime search field with default value
|
|
22
|
+
- load correct store for relations view
|
|
23
|
+
- keep ckeditor as similar as legacy editor
|
|
24
|
+
|
|
25
|
+
1.0.76-hotfix33.5
|
|
26
|
+
- check form definition if form is markable
|
|
27
|
+
|
|
28
|
+
1.0.76-hotfix33.4
|
|
29
|
+
- use ckeditor
|
|
30
|
+
- only cache displays as long as tab is open
|
|
31
|
+
|
|
32
|
+
1.0.76-hotfix33.3
|
|
33
|
+
- set current time as default time value in datepicker
|
|
34
|
+
|
|
35
|
+
1.0.76-hotfix33.2
|
|
36
|
+
- use constrictions from form in remotefield as well
|
|
37
|
+
|
|
38
|
+
1.0.76-hotfix33.1
|
|
39
|
+
- fix navigation to subfolder inside search results
|
|
40
|
+
|
|
41
|
+
1.0.76
|
|
42
|
+
- save prompt w/o explicit cancel button
|
|
43
|
+
|
|
1
44
|
1.0.75
|
|
2
45
|
- fix breakwords for email and phone formatter
|
|
3
46
|
|