@cniot/mdd-editor 0.2.0-beta.35 → 0.2.0-beta.36
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/README.MD +3 -0
- package/build/index.cjs.js +1 -1
- package/build/index.es.js +3 -0
- package/package.json +1 -1
package/build/index.es.js
CHANGED
|
@@ -18175,6 +18175,7 @@ const dataAdaptor$2 = (data, isValue) => {
|
|
|
18175
18175
|
isDisabled,
|
|
18176
18176
|
successMessage,
|
|
18177
18177
|
errorMessage,
|
|
18178
|
+
delayLoadingMessageDuration,
|
|
18178
18179
|
...otherAction
|
|
18179
18180
|
} = action || {};
|
|
18180
18181
|
if (type === "ajax") {
|
|
@@ -18189,6 +18190,7 @@ const dataAdaptor$2 = (data, isValue) => {
|
|
|
18189
18190
|
isDisabled,
|
|
18190
18191
|
successMessage,
|
|
18191
18192
|
errorMessage,
|
|
18193
|
+
delayLoadingMessageDuration,
|
|
18192
18194
|
...dataSource
|
|
18193
18195
|
};
|
|
18194
18196
|
} else {
|
|
@@ -18204,6 +18206,7 @@ const dataAdaptor$2 = (data, isValue) => {
|
|
|
18204
18206
|
secondConfirmTitle,
|
|
18205
18207
|
secondConfirmContent,
|
|
18206
18208
|
successMessage,
|
|
18209
|
+
delayLoadingMessageDuration,
|
|
18207
18210
|
errorMessage,
|
|
18208
18211
|
...otherAction
|
|
18209
18212
|
};
|