@central-design-system/components 3.0.0-beta.16 → 3.0.0-beta.17
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 +5765 -5664
- 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 +58 -33
- package/dist/components/CdsDropdown/CdsDropdown.vue.d.ts +7 -7
- 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/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/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
|
@@ -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<{
|