@cloudparker/moldex.js 0.0.97 → 0.0.98
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.
|
@@ -79,6 +79,7 @@ export async function openDeleteConfirmDialog({ msg = 'Are you sure to delete?',
|
|
|
79
79
|
footerOkButtonLable,
|
|
80
80
|
footerOkButtonClassName,
|
|
81
81
|
...params,
|
|
82
|
+
size: DialogSizeEnum.SM,
|
|
82
83
|
});
|
|
83
84
|
}
|
|
84
85
|
export async function openPickerDialog({ items, value, multiple, hasCheckbox = true, hasArrow, maxlength, maxlengthMsg, identityFieldName, titleFieldName, searchFieldName, subtitleFieldName, itemTileSnippet, ...params }) {
|
|
@@ -176,6 +177,7 @@ export async function openLoadingDialog({ msg = "Please wait...", loadingDialogC
|
|
|
176
177
|
...params,
|
|
177
178
|
hasHeader: false,
|
|
178
179
|
hasFooter: false,
|
|
180
|
+
size: DialogSizeEnum.SM,
|
|
179
181
|
};
|
|
180
182
|
let dialog = addDialog(props);
|
|
181
183
|
dialog.openDialog();
|