@datarailsshared/datarailsshared 1.6.220 → 1.6.222
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.6.222.tgz +0 -0
- package/esm2022/lib/dr-dialog/components/dialog-modal-wrapper/dialog-modal-wrapper.component.mjs +2 -2
- 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 +5 -4
- package/fesm2022/datarailsshared-datarailsshared.mjs.map +1 -1
- package/lib/dr-dialog/interfaces/dialog-data.d.ts +2 -1
- package/package.json +1 -1
- package/datarailsshared-datarailsshared-1.6.220.tgz +0 -0
|
@@ -105,7 +105,7 @@ export interface ModalFormField {
|
|
|
105
105
|
formGroupClass?: string;
|
|
106
106
|
isOptional?: boolean;
|
|
107
107
|
}
|
|
108
|
-
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';
|
|
108
|
+
export type SizeModal = 'small-modal' | 'small-modal-max-height' | 'medium-small-modal' | 'medium-small-modal-max-height' | 'medium-modal' | 'medium-modal-max-height' | 'medium-large-modal' | 'large-modal' | 'xl-modal' | 'xl-custom-modal' | 'xl-medium-modal';
|
|
109
109
|
export type DataProp<T = any> = DialogData<T>['data'];
|
|
110
110
|
export type DialogTheme = DataProp['theme'];
|
|
111
111
|
export type DialogFooterButton = {
|
|
@@ -122,6 +122,7 @@ export declare enum DIALOG_SIZE {
|
|
|
122
122
|
SMALL_MAX_HEIGHT = "small-modal-max-height",
|
|
123
123
|
MEDIUM = "medium-modal",
|
|
124
124
|
MEDIUM_SMALL = "medium-small-modal",
|
|
125
|
+
MEDIUM_SMALL_MAX_HEIGHT = "medium-small-modal-max-height",
|
|
125
126
|
MEDIUM_MAX_HEIGHT = "medium-modal-max-height",
|
|
126
127
|
MEDIUM_LARGE = "medium-large-modal",
|
|
127
128
|
LARGE = "large-modal",
|
package/package.json
CHANGED
|
Binary file
|