erp-plus 1.0.85 → 1.0.87
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.
|
@@ -311,7 +311,6 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<{
|
|
|
311
311
|
validateEvent: boolean;
|
|
312
312
|
clearable: boolean;
|
|
313
313
|
clearIcon: string | Record<string, any>;
|
|
314
|
-
prefixIcon: string | Record<string, any>;
|
|
315
314
|
editable: boolean;
|
|
316
315
|
startPlaceholder: string;
|
|
317
316
|
endPlaceholder: string;
|
|
@@ -319,6 +318,7 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<{
|
|
|
319
318
|
rangeSeparator: string;
|
|
320
319
|
defaultValue: Date | [Date, Date];
|
|
321
320
|
unlinkPanels: boolean;
|
|
321
|
+
prefixIcon: string | Record<string, any>;
|
|
322
322
|
disabledDate: Function;
|
|
323
323
|
valueFormat: string;
|
|
324
324
|
shortcuts: unknown[];
|
|
@@ -317,6 +317,7 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<{
|
|
|
317
317
|
clearIcon: string | Record<string, any>;
|
|
318
318
|
tabindex: string;
|
|
319
319
|
inputStyle: Record<string, any>;
|
|
320
|
+
prefixIcon: string | Component;
|
|
320
321
|
maxlength: number;
|
|
321
322
|
minlength: number;
|
|
322
323
|
autosize: boolean | {
|
|
@@ -326,7 +327,6 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<{
|
|
|
326
327
|
parser: Function;
|
|
327
328
|
showPassword: boolean;
|
|
328
329
|
showWordLimit: boolean;
|
|
329
|
-
prefixIcon: string | Component;
|
|
330
330
|
rows: number;
|
|
331
331
|
inputMode: string;
|
|
332
332
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|