nuxeo-development-framework 0.9.0 → 0.9.1
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/bundles/nuxeo-development-framework.umd.js +2 -0
- package/bundles/nuxeo-development-framework.umd.js.map +1 -1
- package/esm2015/public-api.js +3 -1
- package/fesm2015/nuxeo-development-framework.js +1 -1
- package/fesm2015/nuxeo-development-framework.js.map +1 -1
- package/package.json +1 -1
- package/public-api.d.ts +2 -0
|
@@ -19963,6 +19963,8 @@
|
|
|
19963
19963
|
exports.DynamicChartComponent = DynamicChartComponent;
|
|
19964
19964
|
exports.DynamicChartModule = DynamicChartModule;
|
|
19965
19965
|
exports.DynamicColumnComponent = DynamicColumnComponent;
|
|
19966
|
+
exports.DynamicFilterComponent = DynamicFilterComponent;
|
|
19967
|
+
exports.DynamicFilterModule = DynamicFilterModule;
|
|
19966
19968
|
exports.DynamicFormBoolItemComponent = DynamicFormBoolItemComponent;
|
|
19967
19969
|
exports.DynamicFormBuilderComponent = DynamicFormBuilderComponent;
|
|
19968
19970
|
exports.DynamicFormCheckboxItemComponent = DynamicFormCheckboxItemComponent;
|