tocco-admin 1.0.25 → 1.0.26
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 +9 -0
- package/dist/{chunk-143.2625e54f8916cfa248e7.js → chunk-143.31d413c95f7c3126bfbd.js} +2 -2
- package/dist/{chunk-143.2625e54f8916cfa248e7.js.map → chunk-143.31d413c95f7c3126bfbd.js.map} +1 -1
- package/dist/{chunk-682.0a029e68653b98693fb2.js → chunk-629.ce116beac3ef169d31ae.js} +3 -3
- package/dist/chunk-629.ce116beac3ef169d31ae.js.map +1 -0
- package/dist/chunk-701.6b164be8a885098723c6.js +14 -0
- package/dist/chunk-701.6b164be8a885098723c6.js.map +1 -0
- package/dist/{chunk-actions.b040238523926b05c625.js → chunk-actions.f265c0a462d8aae209b9.js} +2 -2
- package/dist/chunk-actions.f265c0a462d8aae209b9.js.map +1 -0
- package/dist/{chunk-code-editor.0679d0fb560a87149e84.js → chunk-code-editor.08e78d0f72bed68b788d.js} +2 -2
- package/dist/chunk-code-editor.08e78d0f72bed68b788d.js.map +1 -0
- package/dist/chunk-vendor-icons.def9c252b9966805277c.js +1 -0
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/dist/chunk-682.0a029e68653b98693fb2.js.map +0 -1
- package/dist/chunk-701.f1eb70b68c4f4e032899.js +0 -14
- package/dist/chunk-701.f1eb70b68c4f4e032899.js.map +0 -1
- package/dist/chunk-actions.b040238523926b05c625.js.map +0 -1
- package/dist/chunk-code-editor.0679d0fb560a87149e84.js.map +0 -1
- package/dist/chunk-vendor-icons.062ada4576f215b9ccea.js +0 -1
package/changelog.md
CHANGED
|
@@ -1,3 +1,12 @@
|
|
|
1
|
+
1.0.26
|
|
2
|
+
- add hasFixedWidth prop to harmonize spacing if necessary
|
|
3
|
+
- show from and to placeholders on ranges
|
|
4
|
+
- add collapse feature to resource-scheduler
|
|
5
|
+
- add collapse feature to tql view in entity-list
|
|
6
|
+
- add calendar plus and minus icons
|
|
7
|
+
- add specific range icons for datetime
|
|
8
|
+
- fix date picker modal position
|
|
9
|
+
|
|
1
10
|
1.0.25
|
|
2
11
|
- fix ignored first input click
|
|
3
12
|
- update range values properly
|