@apexcura/ui-components 0.0.16-Beta101 → 0.0.16-Beta102

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.
@@ -128,7 +128,8 @@ export type ElementType = {
128
128
  is_detail?: boolean;
129
129
  checkedChildren?: string;
130
130
  unCheckedChildren?: string;
131
- dateTime?: boolean;
131
+ dateTime?: string;
132
+ isDateTime?: boolean;
132
133
  minRows?: number;
133
134
  maxRows?: number;
134
135
  mode?: 'multiple' | 'tags' | undefined;