@dpa-id-components/dpa-shared-components 8.12.1 → 8.12.2
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.
|
@@ -91,6 +91,10 @@ declare const meta: {
|
|
|
91
91
|
type: import("vue").PropType<boolean>;
|
|
92
92
|
default: boolean;
|
|
93
93
|
};
|
|
94
|
+
floatingStylesActive: {
|
|
95
|
+
type: import("vue").PropType<boolean>;
|
|
96
|
+
default: boolean;
|
|
97
|
+
};
|
|
94
98
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
95
99
|
close: (...args: any[]) => void;
|
|
96
100
|
reset: (...args: any[]) => void;
|
|
@@ -187,6 +191,10 @@ declare const meta: {
|
|
|
187
191
|
type: import("vue").PropType<boolean>;
|
|
188
192
|
default: boolean;
|
|
189
193
|
};
|
|
194
|
+
floatingStylesActive: {
|
|
195
|
+
type: import("vue").PropType<boolean>;
|
|
196
|
+
default: boolean;
|
|
197
|
+
};
|
|
190
198
|
}>> & {
|
|
191
199
|
onInput?: ((...args: any[]) => any) | undefined;
|
|
192
200
|
onReset?: ((...args: any[]) => any) | undefined;
|
|
@@ -214,6 +222,7 @@ declare const meta: {
|
|
|
214
222
|
resetLabel: string;
|
|
215
223
|
searchPlaceholder: string;
|
|
216
224
|
hasSearch: boolean;
|
|
225
|
+
floatingStylesActive: boolean;
|
|
217
226
|
}, {}>;
|
|
218
227
|
argTypes: {
|
|
219
228
|
defaultTitle: {
|
|
@@ -423,6 +432,10 @@ export declare const WithBlankButton: {
|
|
|
423
432
|
type: import("vue").PropType<boolean>;
|
|
424
433
|
default: boolean;
|
|
425
434
|
};
|
|
435
|
+
floatingStylesActive: {
|
|
436
|
+
type: import("vue").PropType<boolean>;
|
|
437
|
+
default: boolean;
|
|
438
|
+
};
|
|
426
439
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
427
440
|
close: (...args: any[]) => void;
|
|
428
441
|
reset: (...args: any[]) => void;
|
|
@@ -519,6 +532,10 @@ export declare const WithBlankButton: {
|
|
|
519
532
|
type: import("vue").PropType<boolean>;
|
|
520
533
|
default: boolean;
|
|
521
534
|
};
|
|
535
|
+
floatingStylesActive: {
|
|
536
|
+
type: import("vue").PropType<boolean>;
|
|
537
|
+
default: boolean;
|
|
538
|
+
};
|
|
522
539
|
}>> & {
|
|
523
540
|
onInput?: ((...args: any[]) => any) | undefined;
|
|
524
541
|
onReset?: ((...args: any[]) => any) | undefined;
|
|
@@ -546,6 +563,7 @@ export declare const WithBlankButton: {
|
|
|
546
563
|
resetLabel: string;
|
|
547
564
|
searchPlaceholder: string;
|
|
548
565
|
hasSearch: boolean;
|
|
566
|
+
floatingStylesActive: boolean;
|
|
549
567
|
}, {}>;
|
|
550
568
|
};
|
|
551
569
|
template: string;
|
|
@@ -26,6 +26,7 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
26
26
|
resetLabel?: string | undefined;
|
|
27
27
|
searchPlaceholder?: string | undefined;
|
|
28
28
|
hasSearch?: boolean | undefined;
|
|
29
|
+
floatingStylesActive?: boolean | undefined;
|
|
29
30
|
}>, {
|
|
30
31
|
isOpen: boolean;
|
|
31
32
|
disabled: boolean;
|
|
@@ -47,6 +48,7 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
47
48
|
searchPlaceholder: string;
|
|
48
49
|
hasSearch: boolean;
|
|
49
50
|
hasAutoFocus: boolean;
|
|
51
|
+
floatingStylesActive: boolean;
|
|
50
52
|
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
51
53
|
close: (...args: any[]) => void;
|
|
52
54
|
reset: (...args: any[]) => void;
|
|
@@ -80,6 +82,7 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
80
82
|
resetLabel?: string | undefined;
|
|
81
83
|
searchPlaceholder?: string | undefined;
|
|
82
84
|
hasSearch?: boolean | undefined;
|
|
85
|
+
floatingStylesActive?: boolean | undefined;
|
|
83
86
|
}>, {
|
|
84
87
|
isOpen: boolean;
|
|
85
88
|
disabled: boolean;
|
|
@@ -101,6 +104,7 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
101
104
|
searchPlaceholder: string;
|
|
102
105
|
hasSearch: boolean;
|
|
103
106
|
hasAutoFocus: boolean;
|
|
107
|
+
floatingStylesActive: boolean;
|
|
104
108
|
}>>> & {
|
|
105
109
|
onInput?: ((...args: any[]) => any) | undefined;
|
|
106
110
|
onReset?: ((...args: any[]) => any) | undefined;
|
|
@@ -128,6 +132,7 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
128
132
|
resetLabel: string;
|
|
129
133
|
searchPlaceholder: string;
|
|
130
134
|
hasSearch: boolean;
|
|
135
|
+
floatingStylesActive: boolean;
|
|
131
136
|
}, {}>;
|
|
132
137
|
export default _default;
|
|
133
138
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|