@sd-angular/core 0.0.1039 → 0.0.1040
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/sd-angular-core-grid-material.umd.js +9 -6
- package/bundles/sd-angular-core-grid-material.umd.js.map +1 -1
- package/bundles/sd-angular-core-grid-material.umd.min.js +1 -1
- package/bundles/sd-angular-core-grid-material.umd.min.js.map +1 -1
- package/esm2015/grid-material/src/lib/components/column-inline-filter/column-inline-filter.component.js +10 -7
- package/esm2015/grid-material/src/lib/grid-material.component.js +1 -6
- package/esm2015/grid-material/src/lib/models/grid-column.model.js +1 -1
- package/fesm2015/sd-angular-core-grid-material.js +9 -11
- package/fesm2015/sd-angular-core-grid-material.js.map +1 -1
- package/grid-material/sd-angular-core-grid-material.metadata.json +1 -1
- package/grid-material/src/lib/models/grid-column.model.d.ts +1 -0
- package/package.json +1 -1
- package/{sd-angular-core-0.0.1039.tgz → sd-angular-core-0.0.1040.tgz} +0 -0
|
@@ -70,6 +70,7 @@ interface SdGridMaterialBool<T = any> extends SdGridMaterialBaseColumn<T> {
|
|
|
70
70
|
interface SdGridMaterialColumnDate<T = any> extends SdGridMaterialBaseColumn<T> {
|
|
71
71
|
type: 'date' | 'datetime' | 'time';
|
|
72
72
|
option?: {
|
|
73
|
+
useFilterDate?: boolean;
|
|
73
74
|
timeDifferent?: 'second' | 'minute' | 'hour' | 'day' | 'month';
|
|
74
75
|
};
|
|
75
76
|
editor?: {
|
package/package.json
CHANGED
|
index bde29cc..5fec039 100644
|
|
|
Binary file
|