tocco-admin 1.0.76-hotfix33.3 → 1.0.76-hotfix33.31

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.
Files changed (30) hide show
  1. package/changelog.md +99 -0
  2. package/dist/{chunk-874.5a69f46a3e119f9874e5.js → chunk-18.604461236646f509bc9b.js} +6 -6
  3. package/dist/chunk-200.a888fad564f6627a3547.js +45 -0
  4. package/dist/chunk-499.3b0649c8c98effebd7a5.js +14 -0
  5. package/dist/chunk-531.9e639cf9f8a1c5ce5f5e.js +1 -0
  6. package/dist/{chunk-587.83aa18a61c9df648a462.js → chunk-587.71c00c3b94ed3c9797bb.js} +1 -1
  7. package/dist/chunk-594.793a163c77623da8826d.js +1 -0
  8. package/dist/chunk-611.a41cc743af6f875068f3.js +7 -0
  9. package/dist/chunk-674.ba591ccb2bbad4abf495.js +6 -0
  10. package/dist/chunk-701.be1835cfa7fdbfcfe6dc.js +13 -0
  11. package/dist/chunk-847.0a77f9e942f5cd4c60ae.js +1 -0
  12. package/dist/{chunk-actions.f2eb7bab467e0c780835.js → chunk-actions.3ce07cf320208943609f.js} +1 -1
  13. package/dist/chunk-ckeditor.9db8842fa3b10d23b77f.js +1971 -0
  14. package/dist/chunk-code-editor.ab0f2c2a4b48ba9302ab.js +1 -0
  15. package/dist/chunk-phone-formatter.212171d1b1abcdbb394b.js +1 -0
  16. package/dist/chunk-vendor-icons.06a1c45329d553f4bb1f.js +1 -0
  17. package/dist/index.js +8 -8
  18. package/package.json +1 -1
  19. package/dist/chunk-135.7d660568a146bae2e324.js +0 -1
  20. package/dist/chunk-38.16fdbbd333462e3af373.js +0 -1
  21. package/dist/chunk-531.8117ebe74bd3e7750335.js +0 -1
  22. package/dist/chunk-551.7f40639dd11ab3b7f8b6.js +0 -14
  23. package/dist/chunk-568.987cfa799c8172cb46f5.js +0 -6
  24. package/dist/chunk-611.35d853af590ca0ea7cfa.js +0 -7
  25. package/dist/chunk-701.1058ad58075f9237c3ec.js +0 -13
  26. package/dist/chunk-847.b2d19e2e711a8a299e45.js +0 -1
  27. package/dist/chunk-code-editor.86f930fda85aefbfeb48.js +0 -1
  28. package/dist/chunk-phone-formatter.1b1e7968653c1d07afa0.js +0 -1
  29. package/dist/chunk-vendor-icons.a235386dda4850595310.js +0 -1
  30. package/dist/chunk-vendor-quill.4478c72cf0f4bf2746be.js +0 -21
package/changelog.md CHANGED
@@ -1,3 +1,102 @@
1
+ 1.0.76-hotfix33.31
2
+ - support identifier type in tql builder
3
+
4
+ 1.0.76-hotfix33.30
5
+ - fix save button being clipped and change hover on error
6
+
7
+ 1.0.76-hotfix33.29
8
+ - reset select dropdown to older state and implement close on scroll feature
9
+ - fix performance of fulltext search
10
+
11
+ 1.0.76-hotfix33.28
12
+ - show time in 24h format for all locales
13
+ - show time in 24h format for all locales
14
+
15
+ 1.0.76-hotfix33.27
16
+ - move component specific event handlers
17
+
18
+ 1.0.76-hotfix33.26
19
+ - provide entityField for create field config
20
+ - use long as datetime value
21
+
22
+ 1.0.76-hotfix33.25
23
+ - add export action to entity-browser
24
+
25
+ 1.0.76-hotfix33.24
26
+ - datepicker keyboard handling
27
+ - do not lazy load datepicker
28
+ - autofocus datepickers
29
+
30
+ 1.0.76-hotfix33.23
31
+ - fix escape handling in tql fulltext search
32
+
33
+ 1.0.76-hotfix33.22
34
+ - improve save button look on error
35
+
36
+ 1.0.76-hotfix33.21
37
+ - time input component
38
+
39
+ 1.0.76-hotfix33.20
40
+ - fix reload button shifting when interacting with fullcalendar navigation
41
+ - change HTTP method of `rest.fetchEntity` to POST
42
+ - load defalut values on action forms
43
+
44
+ 1.0.76-hotfix33.19
45
+ - close datepicker on scroll
46
+ - fix datepicker year dropdown closing on scroll
47
+
48
+ 1.0.76-hotfix33.17
49
+ - ignore any text and textarea fields of a datepicker when autofocusing
50
+
51
+ 1.0.76-hotfix33.16
52
+ - remove locale from documentation url
53
+
54
+ 1.0.76-hotfix33.15
55
+ - fix null pointer in login box
56
+ - fix whitespace in notification
57
+
58
+ 1.0.76-hotfix33.14
59
+ - add calendar icon
60
+ - add icon to date picker
61
+
62
+ 1.0.76-hotfix33.13
63
+ - add model name to notification
64
+
65
+ 1.0.76-hotfix33.12
66
+ - implement sticky buttons for simple-form modal
67
+ - fix select dropdown dimension calculations
68
+
69
+ 1.0.76-hotfix33.11
70
+ - use more generic error message when no Calendar_export_conf could be found
71
+
72
+ 1.0.76-hotfix33.10
73
+ - quick fix that onChange is not infinite often triggered
74
+ - improve datepicker styling and fix bugs in widgets
75
+ - remove date picker arrow as the positioning seems to be off when fields are too long
76
+
77
+ 1.0.76-hotfix33.9
78
+ - HTML editor: fix saving the form in source editing mode
79
+
80
+ 1.0.76-hotfix33.8
81
+ - fix datetime range with single default value
82
+ - do not clear date input on blur
83
+
84
+ 1.0.76-hotfix33.7
85
+ - remount entity-detail app after navigation
86
+
87
+ 1.0.76-hotfix33.6
88
+ - fix change date on range date picker
89
+ - fix datetime search field with default value
90
+ - load correct store for relations view
91
+ - keep ckeditor as similar as legacy editor
92
+
93
+ 1.0.76-hotfix33.5
94
+ - check form definition if form is markable
95
+
96
+ 1.0.76-hotfix33.4
97
+ - use ckeditor
98
+ - only cache displays as long as tab is open
99
+
1
100
  1.0.76-hotfix33.3
2
101
  - set current time as default time value in datepicker
3
102