@datarailsshared/datarailsshared 1.6.111 → 1.6.113

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.
@@ -101,6 +101,7 @@ export interface ModalFormField {
101
101
  validators?: any[];
102
102
  datePickerFormat?: TimeframeOption;
103
103
  formGroupClass?: string;
104
+ isOptional?: boolean;
104
105
  }
105
106
  export type SizeModal = 'small-modal' | 'small-modal-max-height' | 'medium-small-modal' | 'medium-modal' | 'medium-modal-max-height' | 'medium-large-modal' | 'large-modal' | 'xl-modal' | 'xl-custom-modal' | 'xl-medium-modal';
106
107
  export type DataProp<T = any> = DialogData<T>['data'];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@datarailsshared/datarailsshared",
3
- "version": "1.6.111",
3
+ "version": "1.6.113",
4
4
  "description": "DataRails shared components",
5
5
  "keywords": [
6
6
  "angular",