@a2simcode/ui 0.0.90 → 0.0.91
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.
|
@@ -128,9 +128,9 @@ export declare const JDialog: {
|
|
|
128
128
|
minWidth: number;
|
|
129
129
|
minHeight: number;
|
|
130
130
|
visible: boolean;
|
|
131
|
-
autoHeight: boolean;
|
|
132
131
|
subtitle: Function;
|
|
133
132
|
showCloseBtn: boolean;
|
|
133
|
+
autoHeight: boolean;
|
|
134
134
|
stepActive: number;
|
|
135
135
|
zoomControls: boolean;
|
|
136
136
|
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
@@ -263,9 +263,9 @@ export declare const JDialog: {
|
|
|
263
263
|
minWidth: number;
|
|
264
264
|
minHeight: number;
|
|
265
265
|
visible: boolean;
|
|
266
|
-
autoHeight: boolean;
|
|
267
266
|
subtitle: Function;
|
|
268
267
|
showCloseBtn: boolean;
|
|
268
|
+
autoHeight: boolean;
|
|
269
269
|
stepActive: number;
|
|
270
270
|
zoomControls: boolean;
|
|
271
271
|
}>;
|
|
@@ -401,9 +401,9 @@ export declare const JDialog: {
|
|
|
401
401
|
minWidth: number;
|
|
402
402
|
minHeight: number;
|
|
403
403
|
visible: boolean;
|
|
404
|
-
autoHeight: boolean;
|
|
405
404
|
subtitle: Function;
|
|
406
405
|
showCloseBtn: boolean;
|
|
406
|
+
autoHeight: boolean;
|
|
407
407
|
stepActive: number;
|
|
408
408
|
zoomControls: boolean;
|
|
409
409
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
@@ -389,9 +389,9 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
389
389
|
minWidth: number;
|
|
390
390
|
minHeight: number;
|
|
391
391
|
visible: boolean;
|
|
392
|
-
autoHeight: boolean;
|
|
393
392
|
subtitle: Function;
|
|
394
393
|
showCloseBtn: boolean;
|
|
394
|
+
autoHeight: boolean;
|
|
395
395
|
stepActive: number;
|
|
396
396
|
zoomControls: boolean;
|
|
397
397
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
package/dist/simcode-ui.es.js
CHANGED
|
@@ -5291,7 +5291,7 @@ var Kh = { class: "j-table-footer" }, Gh = {
|
|
|
5291
5291
|
if (ue?._compType === "checkbox" || Array.isArray(ue?.columns) && Ne(ue.columns)) return !0;
|
|
5292
5292
|
return !1;
|
|
5293
5293
|
};
|
|
5294
|
-
return Ne(Q) && (Z.
|
|
5294
|
+
return Ne(Q) && (Z.defaultRowHeight = "auto", Z.defaultHeaderRowHeight = 40), {
|
|
5295
5295
|
columns: Q,
|
|
5296
5296
|
option: Z
|
|
5297
5297
|
};
|