@apexcura/ui-components 0.0.16-Beta110 → 0.0.16-Beta111

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.
@@ -132,10 +132,12 @@ export type ElementType = {
132
132
  isDateTime?: boolean;
133
133
  minRows?: number;
134
134
  maxRows?: number;
135
+ isSearch?: boolean;
135
136
  mode?: 'multiple' | 'tags' | undefined;
136
137
  picker?: 'date' | 'week' | 'month' | 'quarter' | 'year';
137
138
  weekrange?: boolean;
138
139
  message?: string;
140
+ isStatus?: boolean;
139
141
  description?: string;
140
142
  notificationType?: 'success' | 'info' | 'warning' | 'error';
141
143
  showProgress?: boolean;