aq-fe-framework 0.1.366 → 0.1.367
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.
|
@@ -286,11 +286,9 @@ function MyButtonCreateUpdate({
|
|
|
286
286
|
}),
|
|
287
287
|
children: [
|
|
288
288
|
/* @__PURE__ */ jsx3(
|
|
289
|
-
ScrollArea
|
|
289
|
+
ScrollArea,
|
|
290
290
|
__spreadProps(__spreadValues({
|
|
291
|
-
|
|
292
|
-
offsetScrollbars: true,
|
|
293
|
-
mah: (modalProps == null ? void 0 : modalProps.fullScreen) ? "calc(100vh - 140px)" : "75vh"
|
|
291
|
+
h: (modalProps == null ? void 0 : modalProps.fullScreen) ? "calc(100vh - 140px)" : "75vh"
|
|
294
292
|
}, scrollAreaAutosizeProps), {
|
|
295
293
|
children: /* @__PURE__ */ jsx3(MyFlexColumn, { children })
|
|
296
294
|
})
|
package/dist/core/index.mjs
CHANGED
|
@@ -41,14 +41,11 @@ import "../chunk-5U2JSHSJ.mjs";
|
|
|
41
41
|
import {
|
|
42
42
|
const_object_documentTypes
|
|
43
43
|
} from "../chunk-BZMQOGL6.mjs";
|
|
44
|
-
import {
|
|
45
|
-
enum_emailConfigModule
|
|
46
|
-
} from "../chunk-VH4ZAD6M.mjs";
|
|
47
44
|
import {
|
|
48
45
|
MyButton as MyButton2,
|
|
49
46
|
MyDataTableSelectOne,
|
|
50
47
|
MyTextInput as MyTextInput2
|
|
51
|
-
} from "../chunk-
|
|
48
|
+
} from "../chunk-55F4PUFP.mjs";
|
|
52
49
|
import {
|
|
53
50
|
MyDataTable,
|
|
54
51
|
MyFlexColumn,
|
|
@@ -57,6 +54,9 @@ import {
|
|
|
57
54
|
import {
|
|
58
55
|
const_object_colors
|
|
59
56
|
} from "../chunk-7ORPZMGL.mjs";
|
|
57
|
+
import {
|
|
58
|
+
enum_emailConfigModule
|
|
59
|
+
} from "../chunk-VH4ZAD6M.mjs";
|
|
60
60
|
import "../chunk-K6S7R6LU.mjs";
|
|
61
61
|
import {
|
|
62
62
|
baseAxios_default,
|