tocco-admin 3.16.59 → 3.16.61
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 +12 -0
- package/dist/chunk-18402.67ac77f74058cdc95241.js +1 -0
- package/dist/{chunk-19592.7d3bdd4d9de0e18c65dc.js → chunk-19592.3fbbb588a62f302e36df.js} +1 -1
- package/dist/chunk-33050.a45244c053c96041bc46.js +1 -0
- package/dist/{chunk-39643.f0e2903edea981621d44.js → chunk-39643.ea633d8557d9eb27be42.js} +1 -1
- package/dist/chunk-45601.385f6902fe0f025ab7ce.js +6 -0
- package/dist/{chunk-46187.64927d85fa8962de9d90.js → chunk-46187.3133751f2476910399d4.js} +1 -1
- package/dist/chunk-48937.9bb6e6517438f09dd987.js +1 -0
- package/dist/{chunk-55348.20a9ad7d6f003e1b7f6b.js → chunk-55348.791ff277d1b62ebf493a.js} +1 -1
- package/dist/{chunk-59899.33096e761107c4f80f08.js → chunk-59899.6484a03a48c21d70d4d6.js} +1 -1
- package/dist/chunk-72969.d4cb6c9e32c1eb5eedda.js +19 -0
- package/dist/chunk-81437.e1b5da1436b4468395d7.js +99 -0
- package/dist/{chunk-86275.2051dc7830d2c4f53f0d.js → chunk-86275.c0a8a3f0f254e3cc16c4.js} +1 -1
- package/dist/{chunk-97536.2c3efdaa5cedd97dc0c9.js → chunk-97536.409887676b10111e35b7.js} +1 -1
- package/dist/{chunk-actions.39df97aecc4580a4b444.js → chunk-actions.0d036b9008cc3c7489d4.js} +1 -1
- package/dist/chunk-admin-login-form.bfca06a3747d5138afb1.js +1 -0
- package/dist/{chunk-docs-actions.01fb99caf1e95cbe69bd.js → chunk-docs-actions.39827faca15c2c1fe338.js} +1 -1
- package/dist/chunk-vendor-icons.3a40ac0b7a832493eb75.js +1 -0
- package/dist/index.js +3 -3
- package/package.json +2 -1
- package/dist/chunk-25039.066ef4d75567acd49db9.js +0 -1
- package/dist/chunk-33050.67671377b6819b6935ba.js +0 -1
- package/dist/chunk-51544.c7c47f31473765978095.js +0 -99
- package/dist/chunk-51776.40c741a093e66885ddbd.js +0 -1
- package/dist/chunk-72969.47092d634da9a6969ecf.js +0 -19
- package/dist/chunk-89182.3670d4924a5412a0de5f.js +0 -6
- package/dist/chunk-admin-login-form.01a7f0d71b1e0929888c.js +0 -1
- package/dist/chunk-vendor-icons.634b3bf113edbf5029dc.js +0 -1
package/changelog.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
3.16.61
|
|
2
|
+
- add icons for the column functions
|
|
3
|
+
- add rest helper for column aggregations
|
|
4
|
+
- add summary bar with per column functions to the table
|
|
5
|
+
- add preference keys for the column functions
|
|
6
|
+
- add column functions to the list
|
|
7
|
+
- enable the column functions on the list page
|
|
8
|
+
- dispatch the column function results per scope
|
|
9
|
+
|
|
10
|
+
3.16.60
|
|
11
|
+
- register merge-output-jobs action
|
|
12
|
+
|
|
1
13
|
3.16.59
|
|
2
14
|
- add narrow viewport detection
|
|
3
15
|
- use tile layout in narrow widget windows
|