@central-design-system/components 3.0.0-beta.16 → 3.0.0-beta.18
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.
- package/dist/cds.css +1 -1
- package/dist/cds.d.ts +1 -2
- package/dist/cds.es.js +7276 -7151
- package/dist/cds.umd.js +5 -5
- package/dist/components/CdsAutocomplete/CdsAutocomplete.vue.d.ts +2 -6
- package/dist/components/CdsCombobox/CdsCombobox.vue.d.ts +65 -36
- package/dist/components/CdsDropdown/CdsDropdown.vue.d.ts +31 -62
- package/dist/components/CdsInput/CdsInput.vue.d.ts +5 -5
- package/dist/components/CdsMenu/CdsMenu.vue.d.ts +7 -7
- package/dist/components/CdsModal/CdsModal.vue.d.ts +3 -3
- package/dist/components/CdsNotification/CdsNotificationAlert.vue.d.ts +3 -3
- package/dist/components/CdsOverlay/CdsOverlay.vue.d.ts +3 -3
- package/dist/components/CdsOverlay/composable/locationStrategies.d.ts +4 -4
- package/dist/components/CdsOverlay/constants.d.ts +2 -0
- package/dist/components/CdsRadioButton/CdsRadio.vue.d.ts +5 -1
- package/dist/components/CdsSelect/CdsSelect.vue.d.ts +5 -1
- package/dist/components/CdsTable/CdsTable.vue.d.ts +12 -12
- package/dist/components/CdsTable/components/Table/InternalTable.d.ts +12 -12
- package/dist/components/CdsTable/components/TableProvider.d.ts +12 -12
- package/dist/components/CdsTable/composable/scroll.d.ts +4607 -0
- package/dist/components/CdsTable/composable/table.d.ts +5 -9
- package/dist/components/CdsTable/constants.d.ts +1 -0
- package/dist/components/CdsTextArea/CdsTextArea.vue.d.ts +5 -1
- package/dist/components/CdsTextInput/CdsTextInput.vue.d.ts +7 -3
- package/dist/components/CdsTooltip/CdsTooltip.vue.d.ts +7 -7
- package/dist/composable/domObserver.d.ts +5 -0
- package/dist/composable/index.d.ts +2 -0
- package/dist/{components/CdsDropdown/composable → composable}/scrolling.d.ts +2 -2
- package/package.json +1 -1
- package/src/scss/themes/index.ts +1 -1
- package/dist/components/CdsDropdown/composable/index.d.ts +0 -1
- package/dist/plugins/index.d.ts +0 -2
|
@@ -51,16 +51,16 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
51
51
|
};
|
|
52
52
|
locationStrategy: Omit<{
|
|
53
53
|
type: PropType<"static" | "connected" | ((data: import("../CdsOverlay/composable").ILocationStrategyData, props: import("../CdsOverlay/composable").ILocationStrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => {
|
|
54
|
-
updateLocation: (event: Event) => void;
|
|
54
|
+
updateLocation: (event: Event | HTMLElement[]) => void;
|
|
55
55
|
} | undefined)>;
|
|
56
56
|
default: string;
|
|
57
57
|
validator: (value: any) => boolean;
|
|
58
58
|
}, "default" | "type"> & {
|
|
59
59
|
type: PropType<NonNullable<"static" | "connected" | ((data: import("../CdsOverlay/composable").ILocationStrategyData, props: import("../CdsOverlay/composable").ILocationStrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => {
|
|
60
|
-
updateLocation: (event: Event) => void;
|
|
60
|
+
updateLocation: (event: Event | HTMLElement[]) => void;
|
|
61
61
|
} | undefined)>>;
|
|
62
62
|
default: NonNullable<"static" | "connected" | ((data: import("../CdsOverlay/composable").ILocationStrategyData, props: import("../CdsOverlay/composable").ILocationStrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => {
|
|
63
|
-
updateLocation: (event: Event) => void;
|
|
63
|
+
updateLocation: (event: Event | HTMLElement[]) => void;
|
|
64
64
|
} | undefined)>;
|
|
65
65
|
};
|
|
66
66
|
location: {
|
|
@@ -227,16 +227,16 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
227
227
|
};
|
|
228
228
|
locationStrategy: Omit<{
|
|
229
229
|
type: PropType<"static" | "connected" | ((data: import("../CdsOverlay/composable").ILocationStrategyData, props: import("../CdsOverlay/composable").ILocationStrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => {
|
|
230
|
-
updateLocation: (event: Event) => void;
|
|
230
|
+
updateLocation: (event: Event | HTMLElement[]) => void;
|
|
231
231
|
} | undefined)>;
|
|
232
232
|
default: string;
|
|
233
233
|
validator: (value: any) => boolean;
|
|
234
234
|
}, "default" | "type"> & {
|
|
235
235
|
type: PropType<NonNullable<"static" | "connected" | ((data: import("../CdsOverlay/composable").ILocationStrategyData, props: import("../CdsOverlay/composable").ILocationStrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => {
|
|
236
|
-
updateLocation: (event: Event) => void;
|
|
236
|
+
updateLocation: (event: Event | HTMLElement[]) => void;
|
|
237
237
|
} | undefined)>>;
|
|
238
238
|
default: NonNullable<"static" | "connected" | ((data: import("../CdsOverlay/composable").ILocationStrategyData, props: import("../CdsOverlay/composable").ILocationStrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => {
|
|
239
|
-
updateLocation: (event: Event) => void;
|
|
239
|
+
updateLocation: (event: Event | HTMLElement[]) => void;
|
|
240
240
|
} | undefined)>;
|
|
241
241
|
};
|
|
242
242
|
location: {
|
|
@@ -376,7 +376,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
376
376
|
closeDelay: NonNullable<string | number>;
|
|
377
377
|
openDelay: NonNullable<string | number>;
|
|
378
378
|
locationStrategy: NonNullable<"static" | "connected" | ((data: import("../CdsOverlay/composable").ILocationStrategyData, props: import("../CdsOverlay/composable").ILocationStrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => {
|
|
379
|
-
updateLocation: (event: Event) => void;
|
|
379
|
+
updateLocation: (event: Event | HTMLElement[]) => void;
|
|
380
380
|
} | undefined)>;
|
|
381
381
|
origin: import('../../utils').TAnchor | "auto" | "overlap";
|
|
382
382
|
offset: string | number | number[];
|
|
@@ -29,7 +29,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
29
29
|
};
|
|
30
30
|
locationStrategy: {
|
|
31
31
|
type: PropType<"static" | "connected" | ((data: import("../CdsOverlay/composable").ILocationStrategyData, props: import("../CdsOverlay/composable").ILocationStrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => {
|
|
32
|
-
updateLocation: (event: Event) => void;
|
|
32
|
+
updateLocation: (event: Event | HTMLElement[]) => void;
|
|
33
33
|
} | undefined)>;
|
|
34
34
|
default: string;
|
|
35
35
|
validator: (value: any) => boolean;
|
|
@@ -235,7 +235,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
235
235
|
};
|
|
236
236
|
locationStrategy: {
|
|
237
237
|
type: PropType<"static" | "connected" | ((data: import("../CdsOverlay/composable").ILocationStrategyData, props: import("../CdsOverlay/composable").ILocationStrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => {
|
|
238
|
-
updateLocation: (event: Event) => void;
|
|
238
|
+
updateLocation: (event: Event | HTMLElement[]) => void;
|
|
239
239
|
} | undefined)>;
|
|
240
240
|
default: string;
|
|
241
241
|
validator: (value: any) => boolean;
|
|
@@ -439,7 +439,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
439
439
|
closeDelay: string | number;
|
|
440
440
|
openDelay: string | number;
|
|
441
441
|
locationStrategy: "static" | "connected" | ((data: import("../CdsOverlay/composable").ILocationStrategyData, props: import("../CdsOverlay/composable").ILocationStrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => {
|
|
442
|
-
updateLocation: (event: Event) => void;
|
|
442
|
+
updateLocation: (event: Event | HTMLElement[]) => void;
|
|
443
443
|
} | undefined);
|
|
444
444
|
origin: NonNullable<import('../../utils').TAnchor | "auto" | "overlap">;
|
|
445
445
|
offset: string | number | number[];
|
|
@@ -17,7 +17,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
17
17
|
};
|
|
18
18
|
locationStrategy: {
|
|
19
19
|
type: PropType<"static" | "connected" | ((data: import("../CdsOverlay/composable").ILocationStrategyData, props: import("../CdsOverlay/composable").ILocationStrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => {
|
|
20
|
-
updateLocation: (event: Event) => void;
|
|
20
|
+
updateLocation: (event: Event | HTMLElement[]) => void;
|
|
21
21
|
} | undefined)>;
|
|
22
22
|
default: string;
|
|
23
23
|
validator: (value: any) => boolean;
|
|
@@ -223,7 +223,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
223
223
|
};
|
|
224
224
|
locationStrategy: {
|
|
225
225
|
type: PropType<"static" | "connected" | ((data: import("../CdsOverlay/composable").ILocationStrategyData, props: import("../CdsOverlay/composable").ILocationStrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => {
|
|
226
|
-
updateLocation: (event: Event) => void;
|
|
226
|
+
updateLocation: (event: Event | HTMLElement[]) => void;
|
|
227
227
|
} | undefined)>;
|
|
228
228
|
default: string;
|
|
229
229
|
validator: (value: any) => boolean;
|
|
@@ -445,7 +445,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
445
445
|
closeDelay: string | number;
|
|
446
446
|
openDelay: string | number;
|
|
447
447
|
locationStrategy: "static" | "connected" | ((data: import("../CdsOverlay/composable").ILocationStrategyData, props: import("../CdsOverlay/composable").ILocationStrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => {
|
|
448
|
-
updateLocation: (event: Event) => void;
|
|
448
|
+
updateLocation: (event: Event | HTMLElement[]) => void;
|
|
449
449
|
} | undefined);
|
|
450
450
|
origin: import('../../utils').TAnchor | "auto" | "overlap";
|
|
451
451
|
offset: string | number | number[];
|
|
@@ -19,7 +19,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
19
19
|
};
|
|
20
20
|
locationStrategy: {
|
|
21
21
|
type: PropType<"static" | "connected" | ((data: import("./composable").ILocationStrategyData, props: import("./composable").ILocationStrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => {
|
|
22
|
-
updateLocation: (event: Event) => void;
|
|
22
|
+
updateLocation: (event: Event | HTMLElement[]) => void;
|
|
23
23
|
} | undefined)>;
|
|
24
24
|
default: string;
|
|
25
25
|
validator: (value: any) => boolean;
|
|
@@ -179,7 +179,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
179
179
|
};
|
|
180
180
|
locationStrategy: {
|
|
181
181
|
type: PropType<"static" | "connected" | ((data: import("./composable").ILocationStrategyData, props: import("./composable").ILocationStrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => {
|
|
182
|
-
updateLocation: (event: Event) => void;
|
|
182
|
+
updateLocation: (event: Event | HTMLElement[]) => void;
|
|
183
183
|
} | undefined)>;
|
|
184
184
|
default: string;
|
|
185
185
|
validator: (value: any) => boolean;
|
|
@@ -336,7 +336,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
336
336
|
closeDelay: string | number;
|
|
337
337
|
openDelay: string | number;
|
|
338
338
|
locationStrategy: "static" | "connected" | ((data: import("./composable").ILocationStrategyData, props: import("./composable").ILocationStrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => {
|
|
339
|
-
updateLocation: (event: Event) => void;
|
|
339
|
+
updateLocation: (event: Event | HTMLElement[]) => void;
|
|
340
340
|
} | undefined);
|
|
341
341
|
origin: import('../../utils').TAnchor | "auto" | "overlap";
|
|
342
342
|
offset: string | number | number[];
|
|
@@ -7,7 +7,7 @@ export interface ILocationStrategyData {
|
|
|
7
7
|
isActive: Ref<boolean>;
|
|
8
8
|
}
|
|
9
9
|
declare type TLocationStrategyFn = (data: ILocationStrategyData, props: ILocationStrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
|
|
10
|
-
updateLocation: (event: Event) => void;
|
|
10
|
+
updateLocation: (event: Event | HTMLElement[]) => void;
|
|
11
11
|
};
|
|
12
12
|
declare const locationStrategies: {
|
|
13
13
|
static: typeof staticLocationStrategy;
|
|
@@ -28,7 +28,7 @@ export interface ILocationProps {
|
|
|
28
28
|
}
|
|
29
29
|
export interface IUseLocationStrategies {
|
|
30
30
|
contentStyles: Ref<Record<string, string>>;
|
|
31
|
-
updateLocation: Ref<((event: Event) => void) | undefined>;
|
|
31
|
+
updateLocation: Ref<((event: Event | HTMLElement[]) => void) | undefined>;
|
|
32
32
|
}
|
|
33
33
|
export declare const makeLocationStrategyProps: <Defaults extends {
|
|
34
34
|
locationStrategy?: unknown;
|
|
@@ -78,11 +78,11 @@ export declare const makeLocationProps: <Defaults extends {
|
|
|
78
78
|
};
|
|
79
79
|
}, Defaults>;
|
|
80
80
|
export declare function useLocationStrategies(props: ILocationStrategyProps, data: ILocationStrategyData): IUseLocationStrategies;
|
|
81
|
-
export declare function useLocation(props: ILocationProps, opposite?: boolean, offset?: (side: string) => number): {
|
|
81
|
+
export declare function useLocation(props: ILocationProps, opposite?: boolean, offset?: (side: string) => number, observedElement?: string): {
|
|
82
82
|
locationStyles: import("vue").ComputedRef<CSSProperties>;
|
|
83
83
|
};
|
|
84
84
|
declare function staticLocationStrategy(): {
|
|
85
|
-
updateLocation: () => void;
|
|
85
|
+
updateLocation: (elements: HTMLElement[] | Event) => void;
|
|
86
86
|
};
|
|
87
87
|
declare function connectedLocationStrategy(data: ILocationStrategyData, props: ILocationStrategyProps, contentStyles: Ref<Record<string, string>>): {
|
|
88
88
|
updateLocation: () => {
|
|
@@ -182,7 +182,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
182
182
|
default: boolean;
|
|
183
183
|
};
|
|
184
184
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
185
|
-
'update:modelValue': (value: any) =>
|
|
185
|
+
'update:modelValue': (value: any) => true;
|
|
186
|
+
'click:control': (event: MouseEvent) => true;
|
|
187
|
+
'mousedown:control': (event: MouseEvent) => true;
|
|
186
188
|
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
187
189
|
'onClick:prepend': import("vue").PropType<(...args: any[]) => any>;
|
|
188
190
|
'onClick:append': import("vue").PropType<(...args: any[]) => any>;
|
|
@@ -283,6 +285,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
283
285
|
};
|
|
284
286
|
}>> & {
|
|
285
287
|
"onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
|
288
|
+
"onClick:control"?: ((event: MouseEvent) => any) | undefined;
|
|
289
|
+
"onMousedown:control"?: ((event: MouseEvent) => any) | undefined;
|
|
286
290
|
}, {
|
|
287
291
|
value: any;
|
|
288
292
|
description: string;
|
|
@@ -308,7 +308,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
308
308
|
default: boolean;
|
|
309
309
|
};
|
|
310
310
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
311
|
-
'update:modelValue': (value: any) =>
|
|
311
|
+
'update:modelValue': (value: any) => true;
|
|
312
|
+
'click:control': (event: MouseEvent) => true;
|
|
313
|
+
'mousedown:control': (event: MouseEvent) => true;
|
|
312
314
|
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
313
315
|
'onClick:prepend': import("vue").PropType<(...args: any[]) => any>;
|
|
314
316
|
'onClick:append': import("vue").PropType<(...args: any[]) => any>;
|
|
@@ -411,6 +413,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
411
413
|
};
|
|
412
414
|
}>> & {
|
|
413
415
|
"onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
|
416
|
+
"onClick:control"?: ((event: MouseEvent) => any) | undefined;
|
|
417
|
+
"onMousedown:control"?: ((event: MouseEvent) => any) | undefined;
|
|
414
418
|
}, {
|
|
415
419
|
value: any;
|
|
416
420
|
description: string;
|
|
@@ -136,7 +136,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
136
136
|
closeDelay: string | number;
|
|
137
137
|
openDelay: string | number;
|
|
138
138
|
locationStrategy: NonNullable<"static" | "connected" | ((data: import("../CdsOverlay/composable").ILocationStrategyData, props: import("../CdsOverlay/composable").ILocationStrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => {
|
|
139
|
-
updateLocation: (event: Event) => void;
|
|
139
|
+
updateLocation: (event: Event | HTMLElement[]) => void;
|
|
140
140
|
} | undefined)>;
|
|
141
141
|
origin: NonNullable<import("../../utils").TAnchor | "auto" | "overlap">;
|
|
142
142
|
offset: NonNullable<string | number | number[]>;
|
|
@@ -219,16 +219,16 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
219
219
|
};
|
|
220
220
|
locationStrategy: Omit<{
|
|
221
221
|
type: import("vue").PropType<"static" | "connected" | ((data: import("../CdsOverlay/composable").ILocationStrategyData, props: import("../CdsOverlay/composable").ILocationStrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => {
|
|
222
|
-
updateLocation: (event: Event) => void;
|
|
222
|
+
updateLocation: (event: Event | HTMLElement[]) => void;
|
|
223
223
|
} | undefined)>;
|
|
224
224
|
default: string;
|
|
225
225
|
validator: (value: any) => boolean;
|
|
226
226
|
}, "default" | "type"> & {
|
|
227
227
|
type: import("vue").PropType<NonNullable<"static" | "connected" | ((data: import("../CdsOverlay/composable").ILocationStrategyData, props: import("../CdsOverlay/composable").ILocationStrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => {
|
|
228
|
-
updateLocation: (event: Event) => void;
|
|
228
|
+
updateLocation: (event: Event | HTMLElement[]) => void;
|
|
229
229
|
} | undefined)>>;
|
|
230
230
|
default: NonNullable<"static" | "connected" | ((data: import("../CdsOverlay/composable").ILocationStrategyData, props: import("../CdsOverlay/composable").ILocationStrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => {
|
|
231
|
-
updateLocation: (event: Event) => void;
|
|
231
|
+
updateLocation: (event: Event | HTMLElement[]) => void;
|
|
232
232
|
} | undefined)>;
|
|
233
233
|
};
|
|
234
234
|
location: Omit<{
|
|
@@ -604,7 +604,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
604
604
|
closeDelay: string | number;
|
|
605
605
|
openDelay: string | number;
|
|
606
606
|
locationStrategy: NonNullable<"static" | "connected" | ((data: import("../CdsOverlay/composable").ILocationStrategyData, props: import("../CdsOverlay/composable").ILocationStrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => {
|
|
607
|
-
updateLocation: (event: Event) => void;
|
|
607
|
+
updateLocation: (event: Event | HTMLElement[]) => void;
|
|
608
608
|
} | undefined)>;
|
|
609
609
|
origin: NonNullable<import("../../utils").TAnchor | "auto" | "overlap">;
|
|
610
610
|
offset: NonNullable<string | number | number[]>;
|
|
@@ -687,16 +687,16 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
687
687
|
};
|
|
688
688
|
locationStrategy: Omit<{
|
|
689
689
|
type: import("vue").PropType<"static" | "connected" | ((data: import("../CdsOverlay/composable").ILocationStrategyData, props: import("../CdsOverlay/composable").ILocationStrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => {
|
|
690
|
-
updateLocation: (event: Event) => void;
|
|
690
|
+
updateLocation: (event: Event | HTMLElement[]) => void;
|
|
691
691
|
} | undefined)>;
|
|
692
692
|
default: string;
|
|
693
693
|
validator: (value: any) => boolean;
|
|
694
694
|
}, "default" | "type"> & {
|
|
695
695
|
type: import("vue").PropType<NonNullable<"static" | "connected" | ((data: import("../CdsOverlay/composable").ILocationStrategyData, props: import("../CdsOverlay/composable").ILocationStrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => {
|
|
696
|
-
updateLocation: (event: Event) => void;
|
|
696
|
+
updateLocation: (event: Event | HTMLElement[]) => void;
|
|
697
697
|
} | undefined)>>;
|
|
698
698
|
default: NonNullable<"static" | "connected" | ((data: import("../CdsOverlay/composable").ILocationStrategyData, props: import("../CdsOverlay/composable").ILocationStrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => {
|
|
699
|
-
updateLocation: (event: Event) => void;
|
|
699
|
+
updateLocation: (event: Event | HTMLElement[]) => void;
|
|
700
700
|
} | undefined)>;
|
|
701
701
|
};
|
|
702
702
|
location: Omit<{
|
|
@@ -978,7 +978,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
978
978
|
closeDelay: string | number;
|
|
979
979
|
openDelay: string | number;
|
|
980
980
|
locationStrategy: NonNullable<"static" | "connected" | ((data: import("../CdsOverlay/composable").ILocationStrategyData, props: import("../CdsOverlay/composable").ILocationStrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => {
|
|
981
|
-
updateLocation: (event: Event) => void;
|
|
981
|
+
updateLocation: (event: Event | HTMLElement[]) => void;
|
|
982
982
|
} | undefined)>;
|
|
983
983
|
origin: NonNullable<import("../../utils").TAnchor | "auto" | "overlap">;
|
|
984
984
|
offset: NonNullable<string | number | number[]>;
|
|
@@ -1061,16 +1061,16 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1061
1061
|
};
|
|
1062
1062
|
locationStrategy: Omit<{
|
|
1063
1063
|
type: import("vue").PropType<"static" | "connected" | ((data: import("../CdsOverlay/composable").ILocationStrategyData, props: import("../CdsOverlay/composable").ILocationStrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => {
|
|
1064
|
-
updateLocation: (event: Event) => void;
|
|
1064
|
+
updateLocation: (event: Event | HTMLElement[]) => void;
|
|
1065
1065
|
} | undefined)>;
|
|
1066
1066
|
default: string;
|
|
1067
1067
|
validator: (value: any) => boolean;
|
|
1068
1068
|
}, "default" | "type"> & {
|
|
1069
1069
|
type: import("vue").PropType<NonNullable<"static" | "connected" | ((data: import("../CdsOverlay/composable").ILocationStrategyData, props: import("../CdsOverlay/composable").ILocationStrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => {
|
|
1070
|
-
updateLocation: (event: Event) => void;
|
|
1070
|
+
updateLocation: (event: Event | HTMLElement[]) => void;
|
|
1071
1071
|
} | undefined)>>;
|
|
1072
1072
|
default: NonNullable<"static" | "connected" | ((data: import("../CdsOverlay/composable").ILocationStrategyData, props: import("../CdsOverlay/composable").ILocationStrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => {
|
|
1073
|
-
updateLocation: (event: Event) => void;
|
|
1073
|
+
updateLocation: (event: Event | HTMLElement[]) => void;
|
|
1074
1074
|
} | undefined)>;
|
|
1075
1075
|
};
|
|
1076
1076
|
location: Omit<{
|
|
@@ -143,7 +143,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
143
143
|
closeDelay: string | number;
|
|
144
144
|
openDelay: string | number;
|
|
145
145
|
locationStrategy: NonNullable<"static" | "connected" | ((data: import("../../../CdsOverlay/composable").ILocationStrategyData, props: import("../../../CdsOverlay/composable").ILocationStrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => {
|
|
146
|
-
updateLocation: (event: Event) => void;
|
|
146
|
+
updateLocation: (event: Event | HTMLElement[]) => void;
|
|
147
147
|
} | undefined)>;
|
|
148
148
|
origin: NonNullable<import('../../../../utils').TAnchor | "auto" | "overlap">;
|
|
149
149
|
offset: NonNullable<string | number | number[]>;
|
|
@@ -222,16 +222,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
222
222
|
};
|
|
223
223
|
locationStrategy: Omit<{
|
|
224
224
|
type: PropType<"static" | "connected" | ((data: import("../../../CdsOverlay/composable").ILocationStrategyData, props: import("../../../CdsOverlay/composable").ILocationStrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => {
|
|
225
|
-
updateLocation: (event: Event) => void;
|
|
225
|
+
updateLocation: (event: Event | HTMLElement[]) => void;
|
|
226
226
|
} | undefined)>;
|
|
227
227
|
default: string;
|
|
228
228
|
validator: (value: any) => boolean;
|
|
229
229
|
}, "default" | "type"> & {
|
|
230
230
|
type: PropType<NonNullable<"static" | "connected" | ((data: import("../../../CdsOverlay/composable").ILocationStrategyData, props: import("../../../CdsOverlay/composable").ILocationStrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => {
|
|
231
|
-
updateLocation: (event: Event) => void;
|
|
231
|
+
updateLocation: (event: Event | HTMLElement[]) => void;
|
|
232
232
|
} | undefined)>>;
|
|
233
233
|
default: NonNullable<"static" | "connected" | ((data: import("../../../CdsOverlay/composable").ILocationStrategyData, props: import("../../../CdsOverlay/composable").ILocationStrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => {
|
|
234
|
-
updateLocation: (event: Event) => void;
|
|
234
|
+
updateLocation: (event: Event | HTMLElement[]) => void;
|
|
235
235
|
} | undefined)>;
|
|
236
236
|
};
|
|
237
237
|
location: Omit<{
|
|
@@ -588,7 +588,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
588
588
|
closeDelay: string | number;
|
|
589
589
|
openDelay: string | number;
|
|
590
590
|
locationStrategy: NonNullable<"static" | "connected" | ((data: import("../../../CdsOverlay/composable").ILocationStrategyData, props: import("../../../CdsOverlay/composable").ILocationStrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => {
|
|
591
|
-
updateLocation: (event: Event) => void;
|
|
591
|
+
updateLocation: (event: Event | HTMLElement[]) => void;
|
|
592
592
|
} | undefined)>;
|
|
593
593
|
origin: NonNullable<import('../../../../utils').TAnchor | "auto" | "overlap">;
|
|
594
594
|
offset: NonNullable<string | number | number[]>;
|
|
@@ -667,16 +667,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
667
667
|
};
|
|
668
668
|
locationStrategy: Omit<{
|
|
669
669
|
type: PropType<"static" | "connected" | ((data: import("../../../CdsOverlay/composable").ILocationStrategyData, props: import("../../../CdsOverlay/composable").ILocationStrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => {
|
|
670
|
-
updateLocation: (event: Event) => void;
|
|
670
|
+
updateLocation: (event: Event | HTMLElement[]) => void;
|
|
671
671
|
} | undefined)>;
|
|
672
672
|
default: string;
|
|
673
673
|
validator: (value: any) => boolean;
|
|
674
674
|
}, "default" | "type"> & {
|
|
675
675
|
type: PropType<NonNullable<"static" | "connected" | ((data: import("../../../CdsOverlay/composable").ILocationStrategyData, props: import("../../../CdsOverlay/composable").ILocationStrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => {
|
|
676
|
-
updateLocation: (event: Event) => void;
|
|
676
|
+
updateLocation: (event: Event | HTMLElement[]) => void;
|
|
677
677
|
} | undefined)>>;
|
|
678
678
|
default: NonNullable<"static" | "connected" | ((data: import("../../../CdsOverlay/composable").ILocationStrategyData, props: import("../../../CdsOverlay/composable").ILocationStrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => {
|
|
679
|
-
updateLocation: (event: Event) => void;
|
|
679
|
+
updateLocation: (event: Event | HTMLElement[]) => void;
|
|
680
680
|
} | undefined)>;
|
|
681
681
|
};
|
|
682
682
|
location: Omit<{
|
|
@@ -954,7 +954,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
954
954
|
closeDelay: string | number;
|
|
955
955
|
openDelay: string | number;
|
|
956
956
|
locationStrategy: NonNullable<"static" | "connected" | ((data: import("../../../CdsOverlay/composable").ILocationStrategyData, props: import("../../../CdsOverlay/composable").ILocationStrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => {
|
|
957
|
-
updateLocation: (event: Event) => void;
|
|
957
|
+
updateLocation: (event: Event | HTMLElement[]) => void;
|
|
958
958
|
} | undefined)>;
|
|
959
959
|
origin: NonNullable<import('../../../../utils').TAnchor | "auto" | "overlap">;
|
|
960
960
|
offset: NonNullable<string | number | number[]>;
|
|
@@ -1033,16 +1033,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1033
1033
|
};
|
|
1034
1034
|
locationStrategy: Omit<{
|
|
1035
1035
|
type: PropType<"static" | "connected" | ((data: import("../../../CdsOverlay/composable").ILocationStrategyData, props: import("../../../CdsOverlay/composable").ILocationStrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => {
|
|
1036
|
-
updateLocation: (event: Event) => void;
|
|
1036
|
+
updateLocation: (event: Event | HTMLElement[]) => void;
|
|
1037
1037
|
} | undefined)>;
|
|
1038
1038
|
default: string;
|
|
1039
1039
|
validator: (value: any) => boolean;
|
|
1040
1040
|
}, "default" | "type"> & {
|
|
1041
1041
|
type: PropType<NonNullable<"static" | "connected" | ((data: import("../../../CdsOverlay/composable").ILocationStrategyData, props: import("../../../CdsOverlay/composable").ILocationStrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => {
|
|
1042
|
-
updateLocation: (event: Event) => void;
|
|
1042
|
+
updateLocation: (event: Event | HTMLElement[]) => void;
|
|
1043
1043
|
} | undefined)>>;
|
|
1044
1044
|
default: NonNullable<"static" | "connected" | ((data: import("../../../CdsOverlay/composable").ILocationStrategyData, props: import("../../../CdsOverlay/composable").ILocationStrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => {
|
|
1045
|
-
updateLocation: (event: Event) => void;
|
|
1045
|
+
updateLocation: (event: Event | HTMLElement[]) => void;
|
|
1046
1046
|
} | undefined)>;
|
|
1047
1047
|
};
|
|
1048
1048
|
location: Omit<{
|
|
@@ -141,7 +141,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
141
141
|
closeDelay: string | number;
|
|
142
142
|
openDelay: string | number;
|
|
143
143
|
locationStrategy: NonNullable<"static" | "connected" | ((data: import("../../CdsOverlay/composable").ILocationStrategyData, props: import("../../CdsOverlay/composable").ILocationStrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => {
|
|
144
|
-
updateLocation: (event: Event) => void;
|
|
144
|
+
updateLocation: (event: Event | HTMLElement[]) => void;
|
|
145
145
|
} | undefined)>;
|
|
146
146
|
origin: NonNullable<import('../../../utils').TAnchor | "auto" | "overlap">;
|
|
147
147
|
offset: NonNullable<string | number | number[]>;
|
|
@@ -220,16 +220,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
220
220
|
};
|
|
221
221
|
locationStrategy: Omit<{
|
|
222
222
|
type: PropType<"static" | "connected" | ((data: import("../../CdsOverlay/composable").ILocationStrategyData, props: import("../../CdsOverlay/composable").ILocationStrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => {
|
|
223
|
-
updateLocation: (event: Event) => void;
|
|
223
|
+
updateLocation: (event: Event | HTMLElement[]) => void;
|
|
224
224
|
} | undefined)>;
|
|
225
225
|
default: string;
|
|
226
226
|
validator: (value: any) => boolean;
|
|
227
227
|
}, "default" | "type"> & {
|
|
228
228
|
type: PropType<NonNullable<"static" | "connected" | ((data: import("../../CdsOverlay/composable").ILocationStrategyData, props: import("../../CdsOverlay/composable").ILocationStrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => {
|
|
229
|
-
updateLocation: (event: Event) => void;
|
|
229
|
+
updateLocation: (event: Event | HTMLElement[]) => void;
|
|
230
230
|
} | undefined)>>;
|
|
231
231
|
default: NonNullable<"static" | "connected" | ((data: import("../../CdsOverlay/composable").ILocationStrategyData, props: import("../../CdsOverlay/composable").ILocationStrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => {
|
|
232
|
-
updateLocation: (event: Event) => void;
|
|
232
|
+
updateLocation: (event: Event | HTMLElement[]) => void;
|
|
233
233
|
} | undefined)>;
|
|
234
234
|
};
|
|
235
235
|
location: Omit<{
|
|
@@ -591,7 +591,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
591
591
|
closeDelay: string | number;
|
|
592
592
|
openDelay: string | number;
|
|
593
593
|
locationStrategy: NonNullable<"static" | "connected" | ((data: import("../../CdsOverlay/composable").ILocationStrategyData, props: import("../../CdsOverlay/composable").ILocationStrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => {
|
|
594
|
-
updateLocation: (event: Event) => void;
|
|
594
|
+
updateLocation: (event: Event | HTMLElement[]) => void;
|
|
595
595
|
} | undefined)>;
|
|
596
596
|
origin: NonNullable<import('../../../utils').TAnchor | "auto" | "overlap">;
|
|
597
597
|
offset: NonNullable<string | number | number[]>;
|
|
@@ -670,16 +670,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
670
670
|
};
|
|
671
671
|
locationStrategy: Omit<{
|
|
672
672
|
type: PropType<"static" | "connected" | ((data: import("../../CdsOverlay/composable").ILocationStrategyData, props: import("../../CdsOverlay/composable").ILocationStrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => {
|
|
673
|
-
updateLocation: (event: Event) => void;
|
|
673
|
+
updateLocation: (event: Event | HTMLElement[]) => void;
|
|
674
674
|
} | undefined)>;
|
|
675
675
|
default: string;
|
|
676
676
|
validator: (value: any) => boolean;
|
|
677
677
|
}, "default" | "type"> & {
|
|
678
678
|
type: PropType<NonNullable<"static" | "connected" | ((data: import("../../CdsOverlay/composable").ILocationStrategyData, props: import("../../CdsOverlay/composable").ILocationStrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => {
|
|
679
|
-
updateLocation: (event: Event) => void;
|
|
679
|
+
updateLocation: (event: Event | HTMLElement[]) => void;
|
|
680
680
|
} | undefined)>>;
|
|
681
681
|
default: NonNullable<"static" | "connected" | ((data: import("../../CdsOverlay/composable").ILocationStrategyData, props: import("../../CdsOverlay/composable").ILocationStrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => {
|
|
682
|
-
updateLocation: (event: Event) => void;
|
|
682
|
+
updateLocation: (event: Event | HTMLElement[]) => void;
|
|
683
683
|
} | undefined)>;
|
|
684
684
|
};
|
|
685
685
|
location: Omit<{
|
|
@@ -958,7 +958,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
958
958
|
closeDelay: string | number;
|
|
959
959
|
openDelay: string | number;
|
|
960
960
|
locationStrategy: NonNullable<"static" | "connected" | ((data: import("../../CdsOverlay/composable").ILocationStrategyData, props: import("../../CdsOverlay/composable").ILocationStrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => {
|
|
961
|
-
updateLocation: (event: Event) => void;
|
|
961
|
+
updateLocation: (event: Event | HTMLElement[]) => void;
|
|
962
962
|
} | undefined)>;
|
|
963
963
|
origin: NonNullable<import('../../../utils').TAnchor | "auto" | "overlap">;
|
|
964
964
|
offset: NonNullable<string | number | number[]>;
|
|
@@ -1037,16 +1037,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1037
1037
|
};
|
|
1038
1038
|
locationStrategy: Omit<{
|
|
1039
1039
|
type: PropType<"static" | "connected" | ((data: import("../../CdsOverlay/composable").ILocationStrategyData, props: import("../../CdsOverlay/composable").ILocationStrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => {
|
|
1040
|
-
updateLocation: (event: Event) => void;
|
|
1040
|
+
updateLocation: (event: Event | HTMLElement[]) => void;
|
|
1041
1041
|
} | undefined)>;
|
|
1042
1042
|
default: string;
|
|
1043
1043
|
validator: (value: any) => boolean;
|
|
1044
1044
|
}, "default" | "type"> & {
|
|
1045
1045
|
type: PropType<NonNullable<"static" | "connected" | ((data: import("../../CdsOverlay/composable").ILocationStrategyData, props: import("../../CdsOverlay/composable").ILocationStrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => {
|
|
1046
|
-
updateLocation: (event: Event) => void;
|
|
1046
|
+
updateLocation: (event: Event | HTMLElement[]) => void;
|
|
1047
1047
|
} | undefined)>>;
|
|
1048
1048
|
default: NonNullable<"static" | "connected" | ((data: import("../../CdsOverlay/composable").ILocationStrategyData, props: import("../../CdsOverlay/composable").ILocationStrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => {
|
|
1049
|
-
updateLocation: (event: Event) => void;
|
|
1049
|
+
updateLocation: (event: Event | HTMLElement[]) => void;
|
|
1050
1050
|
} | undefined)>;
|
|
1051
1051
|
};
|
|
1052
1052
|
location: Omit<{
|