tocco-widget-bundle 0.1.40 → 0.1.41
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 +13 -0
- package/dist/address-update.js +8 -8
- package/dist/{chunk-200.d575b0803bb8ce811b7a.js → chunk-200.52e32c3f09bdced3ade7.js} +1 -1
- package/dist/chunk-534.9642da130dae994f4135.js +1 -0
- package/dist/{chunk-594.ded503dde12296127f41.js → chunk-594.0f8853377ce7623bcbe9.js} +1 -1
- package/dist/chunk-actions.d8d135c92be9cac192a4.js +1 -0
- package/dist/{chunk-ckeditor.1010b93f2b7d721d3a75.js → chunk-ckeditor.0daca490d0c15d54cad6.js} +6 -6
- package/dist/chunk-code-editor.79a84212135bdd2985e3.js +1 -0
- package/dist/chunk-html-editor.e78951f7fa3e38f9dddf.js +1 -0
- package/dist/chunk-vendor-fontawesome.d704ec46678f581983ea.js +7 -0
- package/dist/chunk-vendor-icons.2060fad72da5e28b1b13.js +1 -0
- package/dist/docs-browser.js +2 -2
- package/dist/entity-browser.js +8 -8
- package/dist/mailing-list.js +8 -8
- package/dist/stint-auction.js +8 -8
- package/dist/user-availability.js +8 -8
- package/dist/wage-view.js +8 -8
- package/package.json +1 -1
- package/dist/chunk-692.03c93b2fcd24d944da98.js +0 -1
- package/dist/chunk-actions.2fb37e82e729f58632ea.js +0 -1
- package/dist/chunk-code-editor.88a90ed0cdc32e2f4ec3.js +0 -1
- package/dist/chunk-html-editor.f9bb193351758d8babb2.js +0 -7
- package/dist/chunk-vendor-icons.602a9342ecdc5bef439e.js +0 -1
package/changelog.md
CHANGED
|
@@ -1,3 +1,16 @@
|
|
|
1
|
+
0.1.41
|
|
2
|
+
- add mobile collapse feature on list view
|
|
3
|
+
- add widget config key to env
|
|
4
|
+
- use widget config key from env
|
|
5
|
+
- add custom create endpoint to validation
|
|
6
|
+
- add custom create endpoint
|
|
7
|
+
- add copy action to entity-browser
|
|
8
|
+
- remove removeCreate form modifier
|
|
9
|
+
- add addCreate form modifier
|
|
10
|
+
- use addCreate form modifier
|
|
11
|
+
- use addCreate form modifier
|
|
12
|
+
- load defalut values on action forms
|
|
13
|
+
|
|
1
14
|
0.1.40
|
|
2
15
|
- do not refresh list multiple times
|
|
3
16
|
- show correct search form in subgrid
|