tocco-admin 1.0.63 → 1.0.66
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 +21 -0
- package/dist/{chunk-38.b50bebb914d3d6d8314c.js → chunk-38.16fdbbd333462e3af373.js} +1 -1
- package/dist/{chunk-44.e3196f993039e3b60173.js → chunk-44.1bc228fea372a812f971.js} +1 -1
- package/dist/chunk-531.113150d62ca71a40c439.js +1 -0
- package/dist/chunk-568.987cfa799c8172cb46f5.js +6 -0
- package/dist/chunk-587.8320fa1f0e7399d15400.js +1 -0
- package/dist/chunk-847.ed2845eaacdca2f4ac92.js +1 -0
- package/dist/{chunk-498.4934250eb7477bdacd04.js → chunk-952.0d54697bede5b0ab4d0a.js} +7 -7
- package/dist/chunk-actions.289c73f29b531bfa1b23.js +1 -0
- package/dist/{chunk-code-editor.df4946fde57cc42095dd.js → chunk-code-editor.105e0c31f69dabc7520c.js} +1 -1
- package/dist/chunk-phone-formatter.f63e6734f0c16d72d3df.js +1 -0
- package/dist/chunk-vendor-icons.3951b92792cbb25ffb12.js +1 -0
- package/dist/{chunk-vendor-libphonenumber-js.a2677edf22f1c2a29c32.js → chunk-vendor-libphonenumber-js.301325aec263c1363d69.js} +1 -1
- package/dist/index.js +9 -17
- package/package.json +1 -1
- package/dist/chunk-531.f42e57294e51494edbc9.js +0 -1
- package/dist/chunk-587.7c15fd20851b7f6f62bd.js +0 -1
- package/dist/chunk-847.f8df1e5d99168c270403.js +0 -1
- package/dist/chunk-998.97a5741c96bbecfb7a63.js +0 -6
- package/dist/chunk-actions.b6364ad8eced6ebb08df.js +0 -1
- package/dist/chunk-phone-formatter.bf59deaf56136087d2db.js +0 -1
- package/dist/chunk-vendor-icons.6d9a537ad274a302575f.js +0 -1
package/changelog.md
CHANGED
|
@@ -1,3 +1,24 @@
|
|
|
1
|
+
1.0.66
|
|
2
|
+
- optimize toggle behaviour of column picker to only select currently visible items
|
|
3
|
+
- do not import react components in widget-utils
|
|
4
|
+
|
|
5
|
+
1.0.65
|
|
6
|
+
- show prompt before action for unsaved changes
|
|
7
|
+
|
|
8
|
+
1.0.64
|
|
9
|
+
- fix remote error handler
|
|
10
|
+
- remove momentjs in favor of date-fns
|
|
11
|
+
- support simple search flag for fulltext search field
|
|
12
|
+
- create removeBoxes to help adjust forms
|
|
13
|
+
- allow modification of form in subgrid
|
|
14
|
+
- listen to input param changes
|
|
15
|
+
- fix error logging app extension
|
|
16
|
+
- add error boundary
|
|
17
|
+
- add error boundary
|
|
18
|
+
- add error boundary
|
|
19
|
+
- add error boundary
|
|
20
|
+
- add error boundary
|
|
21
|
+
|
|
1
22
|
1.0.63
|
|
2
23
|
- convert phoneEdit to functional component
|
|
3
24
|
- convert layout to functional component
|