erp-plus 1.0.62 → 1.0.64
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.
|
@@ -299,6 +299,7 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<{
|
|
|
299
299
|
readonly: boolean;
|
|
300
300
|
disabled: boolean;
|
|
301
301
|
modelValue: string | number | Date | [Date, Date];
|
|
302
|
+
showFooter: boolean;
|
|
302
303
|
name: string;
|
|
303
304
|
placeholder: string;
|
|
304
305
|
teleported: boolean;
|
|
@@ -321,7 +322,6 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<{
|
|
|
321
322
|
disabledDate: Function;
|
|
322
323
|
valueFormat: string;
|
|
323
324
|
shortcuts: unknown[];
|
|
324
|
-
showFooter: boolean;
|
|
325
325
|
showWeekNumber: boolean;
|
|
326
326
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
327
327
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
@@ -87,6 +87,10 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<{
|
|
|
87
87
|
type: BooleanConstructor;
|
|
88
88
|
default: boolean;
|
|
89
89
|
};
|
|
90
|
+
showFooter: {
|
|
91
|
+
type: BooleanConstructor;
|
|
92
|
+
default: boolean;
|
|
93
|
+
};
|
|
90
94
|
draggable: {
|
|
91
95
|
type: BooleanConstructor;
|
|
92
96
|
default: boolean;
|
|
@@ -214,6 +218,10 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<{
|
|
|
214
218
|
type: BooleanConstructor;
|
|
215
219
|
default: boolean;
|
|
216
220
|
};
|
|
221
|
+
showFooter: {
|
|
222
|
+
type: BooleanConstructor;
|
|
223
|
+
default: boolean;
|
|
224
|
+
};
|
|
217
225
|
draggable: {
|
|
218
226
|
type: BooleanConstructor;
|
|
219
227
|
default: boolean;
|
|
@@ -283,6 +291,7 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<{
|
|
|
283
291
|
closeOnClickModal: boolean;
|
|
284
292
|
closeOnPressEscape: boolean;
|
|
285
293
|
showClose: boolean;
|
|
294
|
+
showFooter: boolean;
|
|
286
295
|
draggable: boolean;
|
|
287
296
|
overflow: boolean;
|
|
288
297
|
alignCenter: boolean;
|