ods-component-lib 1.18.216 → 1.18.217
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/dist/index.d.ts +2 -0
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -48,6 +48,7 @@ import OdsBadge from "./components/antd/badge/OdsBadge";
|
|
|
48
48
|
import OdsBadgeRibbon from "./components/antd/badge/OdsBadgeRibbon";
|
|
49
49
|
import OdsModal from "./components/antd/modal/OdsModal";
|
|
50
50
|
import OdsFilter from "./components/filter/OdsFilter";
|
|
51
|
+
import OdsFilterPlus from "./components/filter/OdsFilter";
|
|
51
52
|
import OdsFilterTagView from "./components/filter/OdsFilterTagView";
|
|
52
53
|
import OdsFileUpload from "./components/antd/fileUpload/OdsFileUpload";
|
|
53
54
|
import OdsBasicDataGrid from "./components/devextreme/OdsBasicDataGrid/OdsBasicDataGrid";
|
|
@@ -110,6 +111,7 @@ export { OdsBadgeRibbon };
|
|
|
110
111
|
export { OdsModal };
|
|
111
112
|
export { OdsFilter };
|
|
112
113
|
export { OdsFilterTagView };
|
|
114
|
+
export { OdsFilterPlus };
|
|
113
115
|
export { OdsFileUpload };
|
|
114
116
|
export { OdsDataGrid };
|
|
115
117
|
export { OdsDisplayGrid };
|
package/dist/index.js
CHANGED
|
@@ -38078,6 +38078,7 @@ exports.OdsDropdownButton = OdsDropdownButton;
|
|
|
38078
38078
|
exports.OdsFileUpload = OdsFileUpload;
|
|
38079
38079
|
exports.OdsFileUploadv2 = OdsFileUploadv2;
|
|
38080
38080
|
exports.OdsFilter = OdsFilter;
|
|
38081
|
+
exports.OdsFilterPlus = OdsFilter;
|
|
38081
38082
|
exports.OdsFilterTagView = OdsFilterTagView;
|
|
38082
38083
|
exports.OdsImage = OdsImage;
|
|
38083
38084
|
exports.OdsInlineEditDataGrid = OdsInlineEditDataGrid;
|