@datarailsshared/datarailsshared 1.5.266 → 1.5.267
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/datarailsshared-datarailsshared-1.5.267.tgz +0 -0
- package/esm2022/lib/dr-dialog/components/dialog-wrapper/dialog-wrapper.component.mjs +2 -2
- package/esm2022/lib/dr-dialog/interfaces/dialog-data.mjs +2 -1
- package/fesm2022/datarailsshared-datarailsshared.mjs +3 -2
- package/fesm2022/datarailsshared-datarailsshared.mjs.map +1 -1
- package/lib/dr-dialog/interfaces/dialog-data.d.ts +3 -2
- package/package.json +1 -1
- package/datarailsshared-datarailsshared-1.5.266.tgz +0 -0
|
@@ -98,7 +98,7 @@ export interface ModalFormField {
|
|
|
98
98
|
datePickerFormat?: TimeframeOption;
|
|
99
99
|
formGroupClass?: string;
|
|
100
100
|
}
|
|
101
|
-
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';
|
|
101
|
+
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';
|
|
102
102
|
export type DataProp<T = any> = DialogData<T>['data'];
|
|
103
103
|
export type DialogTheme = DataProp['theme'];
|
|
104
104
|
export type DialogFooterButton = {
|
|
@@ -118,7 +118,8 @@ export declare enum DIALOG_SIZE {
|
|
|
118
118
|
MEDIUM_LARGE = "medium-large-modal",
|
|
119
119
|
LARGE = "large-modal",
|
|
120
120
|
X_LARGE = "xl-modal",
|
|
121
|
-
X_CUSTOM_LARGE = "xl-custom-modal"
|
|
121
|
+
X_CUSTOM_LARGE = "xl-custom-modal",
|
|
122
|
+
X_MEDIUM = "xl-medium-modal"
|
|
122
123
|
}
|
|
123
124
|
export declare enum DIALOG_BUTTON_LABEL {
|
|
124
125
|
SAVE = "Save",
|
package/package.json
CHANGED
|
Binary file
|