@central-design-system/components 3.0.0-beta.15 → 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.
Files changed (86) hide show
  1. package/dist/cds.css +1 -1
  2. package/dist/cds.d.ts +1 -2
  3. package/dist/cds.es.js +7490 -7386
  4. package/dist/cds.umd.js +5 -5
  5. package/dist/components/CdsAutocomplete/CdsAutocomplete.vue.d.ts +2 -32
  6. package/dist/components/CdsButton/CdsButton.vue.d.ts +1 -1
  7. package/dist/components/CdsCheckbox/CdsCheckbox.vue.d.ts +8 -0
  8. package/dist/components/CdsCombobox/CdsCombobox.vue.d.ts +59 -24
  9. package/dist/components/CdsContainer/CdsContainer.vue.d.ts +9 -7
  10. package/dist/components/CdsContainer/context.d.ts +1 -1
  11. package/dist/components/CdsDatePicker/CdsDatePicker.vue.d.ts +1 -1
  12. package/dist/components/CdsDatePicker/composable/calendar.d.ts +2 -2
  13. package/dist/components/CdsDropdown/CdsDropdown.vue.d.ts +7 -7
  14. package/dist/components/CdsEmptyState/CdsEmptyState.vue.d.ts +1 -1
  15. package/dist/components/CdsExpandablePanel/composable/expandablePanelTitleProps.d.ts +1 -1
  16. package/dist/components/CdsGrid/composable/column.d.ts +1 -1
  17. package/dist/components/CdsGrid/composable/subgrid.d.ts +1 -1
  18. package/dist/components/CdsGrid/mode/CSSGrid.d.ts +1 -1
  19. package/dist/components/CdsGrid/mode/FlexGrid.d.ts +1 -1
  20. package/dist/components/CdsLayout/CdsLayout.vue.d.ts +1 -1
  21. package/dist/components/CdsLayout/context.d.ts +1 -1
  22. package/dist/components/CdsList/CdsList.vue.d.ts +6 -0
  23. package/dist/components/CdsList/CdsListItem.vue.d.ts +1 -1
  24. package/dist/components/CdsList/composable/list.d.ts +1 -1
  25. package/dist/components/CdsMenu/CdsMenu.vue.d.ts +7 -7
  26. package/dist/components/CdsModal/CdsModal.vue.d.ts +3 -3
  27. package/dist/components/CdsNotification/CdsNotificationAlert.vue.d.ts +3 -3
  28. package/dist/components/CdsNotification/composable/notification.d.ts +1 -1
  29. package/dist/components/CdsOverlay/CdsOverlay.vue.d.ts +11 -5
  30. package/dist/components/CdsOverlay/composable/activator.d.ts +1 -1
  31. package/dist/components/CdsOverlay/composable/locationStrategies.d.ts +5 -5
  32. package/dist/components/CdsOverlay/constants.d.ts +2 -0
  33. package/dist/components/CdsSlideGroup/CdsSlideGroup.vue.d.ts +1 -1
  34. package/dist/components/CdsStages/CdsStages.vue.d.ts +1 -1
  35. package/dist/components/CdsSteps/CdsSteps.vue.d.ts +1 -1
  36. package/dist/components/CdsSteps/context.d.ts +1 -1
  37. package/dist/components/CdsTable/CdsTable.vue.d.ts +30 -15
  38. package/dist/components/CdsTable/components/Footer/Footer.d.ts +1 -1
  39. package/dist/components/CdsTable/components/Header/DragHandle.d.ts +1 -1
  40. package/dist/components/CdsTable/components/Table/InternalTable.d.ts +13 -13
  41. package/dist/components/CdsTable/components/TableProvider.d.ts +14 -14
  42. package/dist/components/CdsTable/composable/filter.d.ts +1 -1
  43. package/dist/components/CdsTable/composable/flat.d.ts +1 -1
  44. package/dist/components/CdsTable/composable/pagination.d.ts +1 -1
  45. package/dist/components/CdsTable/composable/scroll.d.ts +1 -1
  46. package/dist/components/CdsTable/composable/selection.d.ts +1 -1
  47. package/dist/components/CdsTable/composable/sorter.d.ts +1 -1
  48. package/dist/components/CdsTable/composable/sticky.d.ts +1 -1
  49. package/dist/components/CdsTable/composable/table.d.ts +7 -11
  50. package/dist/components/CdsTable/constants.d.ts +1 -0
  51. package/dist/components/CdsTable/context/summary.d.ts +1 -1
  52. package/dist/components/CdsTable/context/table.d.ts +1 -1
  53. package/dist/components/CdsTable/interface.d.ts +4 -4
  54. package/dist/components/CdsTabs/CdsTabs.vue.d.ts +1 -1
  55. package/dist/components/CdsTextArea/CdsTextArea.vue.d.ts +14 -10
  56. package/dist/components/CdsTimePicker/composable/time.d.ts +2 -2
  57. package/dist/components/CdsTooltip/CdsTooltip.vue.d.ts +7 -15
  58. package/dist/components/CdsUploader/CdsUploader.vue.d.ts +8 -10
  59. package/dist/components/CdsUploader/components/UploadList/ListItem.d.ts +1 -1
  60. package/dist/components/CdsUploader/composable/upload.d.ts +1 -1
  61. package/dist/components/CdsUploader/interface.d.ts +1 -1
  62. package/dist/composable/appearance.d.ts +1 -1
  63. package/dist/composable/datetime.d.ts +2 -2
  64. package/dist/composable/direction.d.ts +1 -1
  65. package/dist/composable/domObserver.d.ts +5 -0
  66. package/dist/composable/field.d.ts +2 -2
  67. package/dist/composable/form.d.ts +1 -1
  68. package/dist/composable/group.d.ts +1 -1
  69. package/dist/composable/icon.d.ts +1 -1
  70. package/dist/composable/index.d.ts +2 -0
  71. package/dist/composable/menu.d.ts +1 -1
  72. package/dist/composable/nested/nested.d.ts +2 -2
  73. package/dist/{components/CdsDropdown/composable → composable}/scrolling.d.ts +2 -2
  74. package/dist/composable/select.d.ts +2 -4
  75. package/dist/composable/size.d.ts +1 -1
  76. package/dist/composable/theme.d.ts +1 -1
  77. package/dist/composable/validation.d.ts +1 -1
  78. package/dist/create.d.ts +1 -1
  79. package/dist/locale/index.d.ts +1 -1
  80. package/dist/utils/helpers.d.ts +1 -1
  81. package/dist/utils/propsFactory.d.ts +1 -1
  82. package/nuxt.js +2 -1
  83. package/package.json +1 -1
  84. package/src/scss/themes/index.ts +1 -1
  85. package/dist/components/CdsDropdown/composable/index.d.ts +0 -1
  86. package/dist/plugins/index.d.ts +0 -2
@@ -32,6 +32,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
32
32
  size: Omit<{
33
33
  type: PropType<"xs" | "sm" | "md" | "lg" | "xl">;
34
34
  default: string;
35
+ /**
36
+ * Количество строк в описании элемента списка
37
+ */
35
38
  available: readonly ["xs", "sm", "md", "lg", "xl"];
36
39
  validator: (value: "xs" | "sm" | "md" | "lg" | "xl") => boolean;
37
40
  }, "default" | "type"> & {
@@ -137,6 +140,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
137
140
  size: Omit<{
138
141
  type: PropType<"xs" | "sm" | "md" | "lg" | "xl">;
139
142
  default: string;
143
+ /**
144
+ * Количество строк в описании элемента списка
145
+ */
140
146
  available: readonly ["xs", "sm", "md", "lg", "xl"];
141
147
  validator: (value: "xs" | "sm" | "md" | "lg" | "xl") => boolean;
142
148
  }, "default" | "type"> & {
@@ -1,5 +1,5 @@
1
- import type { PropType } from 'vue';
2
1
  import type { IItemSlotProps } from '../../composable';
2
+ import type { PropType } from 'vue';
3
3
  export declare const componentName = "CdsListItem";
4
4
  declare const _sfc_main: import("vue").DefineComponent<{
5
5
  disabled: {
@@ -1,6 +1,6 @@
1
1
  import { SetupContext } from 'vue';
2
- import type { InjectionKey, Ref } from 'vue';
3
2
  import type { IInternalItem } from '../../../composable';
3
+ import type { InjectionKey, Ref } from 'vue';
4
4
  export declare const ListKey: InjectionKey<{
5
5
  hasPrepend: Ref<boolean>;
6
6
  updateHasPrepend: (value: boolean) => void;
@@ -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[];
@@ -1,7 +1,7 @@
1
1
  import { ComputedRef } from 'vue';
2
2
  import type { TCdsIconsName } from '@central-design-system/icons';
3
- import type { PropType } from 'vue';
4
3
  import type { TStatus } from '../../../composable';
4
+ import type { PropType } from 'vue';
5
5
  export declare type TNotificationLocale = {
6
6
  closeLabel?: string;
7
7
  };
@@ -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;
@@ -106,7 +106,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
106
106
  };
107
107
  persistent: {
108
108
  type: PropType<boolean>;
109
- default: boolean;
109
+ default: boolean; /**
110
+ * Событие при изменении значения (v-model)
111
+ * @type { boolean }
112
+ */
110
113
  };
111
114
  scrim: {
112
115
  type: PropType<string | boolean>;
@@ -176,7 +179,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
176
179
  };
177
180
  locationStrategy: {
178
181
  type: PropType<"static" | "connected" | ((data: import("./composable").ILocationStrategyData, props: import("./composable").ILocationStrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => {
179
- updateLocation: (event: Event) => void;
182
+ updateLocation: (event: Event | HTMLElement[]) => void;
180
183
  } | undefined)>;
181
184
  default: string;
182
185
  validator: (value: any) => boolean;
@@ -263,7 +266,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
263
266
  };
264
267
  persistent: {
265
268
  type: PropType<boolean>;
266
- default: boolean;
269
+ default: boolean; /**
270
+ * Событие при изменении значения (v-model)
271
+ * @type { boolean }
272
+ */
267
273
  };
268
274
  scrim: {
269
275
  type: PropType<string | boolean>;
@@ -330,7 +336,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
330
336
  closeDelay: string | number;
331
337
  openDelay: string | number;
332
338
  locationStrategy: "static" | "connected" | ((data: import("./composable").ILocationStrategyData, props: import("./composable").ILocationStrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => {
333
- updateLocation: (event: Event) => void;
339
+ updateLocation: (event: Event | HTMLElement[]) => void;
334
340
  } | undefined);
335
341
  origin: import('../../utils').TAnchor | "auto" | "overlap";
336
342
  offset: string | number | number[];
@@ -1,6 +1,6 @@
1
1
  import { ComputedRef } from 'vue';
2
- import type { ComponentPublicInstance, PropType, Ref } from 'vue';
3
2
  import type { IDelayProps } from '../../../composable';
3
+ import type { ComponentPublicInstance, PropType, Ref } from 'vue';
4
4
  export interface IActivatorProps extends IDelayProps {
5
5
  activator: 'parent' | string | Element | ComponentPublicInstance;
6
6
  activatorProps: Record<string, any>;
@@ -1,5 +1,5 @@
1
- import { Box, TAnchor } from '../../../utils';
2
1
  import { CSSProperties } from 'vue';
2
+ import { Box, TAnchor } from '../../../utils';
3
3
  import type { PropType, Ref } from 'vue';
4
4
  export interface ILocationStrategyData {
5
5
  contentEl: Ref<HTMLElement | undefined>;
@@ -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: () => {
@@ -0,0 +1,2 @@
1
+ export declare const NOTIFICATION_MARGIN = 24;
2
+ export declare const VIEWPORT_MARGIN = 12;
@@ -1,5 +1,5 @@
1
- import type { InjectionKey } from 'vue';
2
1
  import type { IGroupProvide } from '../../composable';
2
+ import type { InjectionKey } from 'vue';
3
3
  export declare const CdsSlideGroupSymbol: InjectionKey<IGroupProvide>;
4
4
  export declare const componentName = "CdsSlideGroup";
5
5
  declare const _sfc_main: import("vue").DefineComponent<{
@@ -1,5 +1,5 @@
1
- import type { PropType } from 'vue';
2
1
  import type { IInternalItem } from '../../composable';
2
+ import type { PropType } from 'vue';
3
3
  export declare const componentName = "CdsStages";
4
4
  declare const _sfc_main: import("vue").DefineComponent<{
5
5
  theme: {
@@ -1,5 +1,5 @@
1
- import type { PropType } from 'vue';
2
1
  import type { ITouchHandlers } from '../../directives/touch';
2
+ import type { PropType } from 'vue';
3
3
  export declare const CDS_MOBILE_STEPS_WIDTH: number;
4
4
  export declare const componentName = "CdsSteps";
5
5
  declare const _sfc_main: import("vue").DefineComponent<{
@@ -1,5 +1,5 @@
1
- import type { Ref, InjectionKey } from 'vue';
2
1
  import type { IGroupItemProvide } from '../../composable';
2
+ import type { Ref, InjectionKey } from 'vue';
3
3
  export declare const CdsStepsGroupSymbol: InjectionKey<IGroupItemProvide>;
4
4
  export declare const CdsStepsSymbol: InjectionKey<ICdsStepsProvide>;
5
5
  interface ICdsStepsProvide {
@@ -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[]>;
@@ -154,7 +154,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
154
154
  default: null;
155
155
  };
156
156
  openDelay: {
157
- type: import("vue").PropType<string | number>;
157
+ type: import("vue").PropType<string | number>; /**
158
+ * События изменения пагинации, фильтров или сортировки
159
+ */
158
160
  default: null;
159
161
  };
160
162
  transition: Omit<{
@@ -217,16 +219,16 @@ declare const _sfc_main: import("vue").DefineComponent<{
217
219
  };
218
220
  locationStrategy: Omit<{
219
221
  type: import("vue").PropType<"static" | "connected" | ((data: import("../CdsOverlay/composable").ILocationStrategyData, props: import("../CdsOverlay/composable").ILocationStrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => {
220
- updateLocation: (event: Event) => void;
222
+ updateLocation: (event: Event | HTMLElement[]) => void;
221
223
  } | undefined)>;
222
224
  default: string;
223
225
  validator: (value: any) => boolean;
224
226
  }, "default" | "type"> & {
225
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>>) => {
226
- updateLocation: (event: Event) => void;
228
+ updateLocation: (event: Event | HTMLElement[]) => void;
227
229
  } | undefined)>>;
228
230
  default: 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;
231
+ updateLocation: (event: Event | HTMLElement[]) => void;
230
232
  } | undefined)>;
231
233
  };
232
234
  location: Omit<{
@@ -293,6 +295,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
293
295
  default: boolean;
294
296
  };
295
297
  persistent: {
298
+ /**
299
+ * Событие текущих раскрытых строк
300
+ */
296
301
  type: import("vue").PropType<boolean>;
297
302
  default: boolean;
298
303
  };
@@ -599,7 +604,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
599
604
  closeDelay: string | number;
600
605
  openDelay: string | number;
601
606
  locationStrategy: NonNullable<"static" | "connected" | ((data: import("../CdsOverlay/composable").ILocationStrategyData, props: import("../CdsOverlay/composable").ILocationStrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => {
602
- updateLocation: (event: Event) => void;
607
+ updateLocation: (event: Event | HTMLElement[]) => void;
603
608
  } | undefined)>;
604
609
  origin: NonNullable<import("../../utils").TAnchor | "auto" | "overlap">;
605
610
  offset: NonNullable<string | number | number[]>;
@@ -617,7 +622,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
617
622
  default: null;
618
623
  };
619
624
  openDelay: {
620
- type: import("vue").PropType<string | number>;
625
+ type: import("vue").PropType<string | number>; /**
626
+ * События изменения пагинации, фильтров или сортировки
627
+ */
621
628
  default: null;
622
629
  };
623
630
  transition: Omit<{
@@ -680,16 +687,16 @@ declare const _sfc_main: import("vue").DefineComponent<{
680
687
  };
681
688
  locationStrategy: Omit<{
682
689
  type: import("vue").PropType<"static" | "connected" | ((data: import("../CdsOverlay/composable").ILocationStrategyData, props: import("../CdsOverlay/composable").ILocationStrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => {
683
- updateLocation: (event: Event) => void;
690
+ updateLocation: (event: Event | HTMLElement[]) => void;
684
691
  } | undefined)>;
685
692
  default: string;
686
693
  validator: (value: any) => boolean;
687
694
  }, "default" | "type"> & {
688
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>>) => {
689
- updateLocation: (event: Event) => void;
696
+ updateLocation: (event: Event | HTMLElement[]) => void;
690
697
  } | undefined)>>;
691
698
  default: NonNullable<"static" | "connected" | ((data: import("../CdsOverlay/composable").ILocationStrategyData, props: import("../CdsOverlay/composable").ILocationStrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => {
692
- updateLocation: (event: Event) => void;
699
+ updateLocation: (event: Event | HTMLElement[]) => void;
693
700
  } | undefined)>;
694
701
  };
695
702
  location: Omit<{
@@ -756,6 +763,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
756
763
  default: boolean;
757
764
  };
758
765
  persistent: {
766
+ /**
767
+ * Событие текущих раскрытых строк
768
+ */
759
769
  type: import("vue").PropType<boolean>;
760
770
  default: boolean;
761
771
  };
@@ -968,7 +978,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
968
978
  closeDelay: string | number;
969
979
  openDelay: string | number;
970
980
  locationStrategy: NonNullable<"static" | "connected" | ((data: import("../CdsOverlay/composable").ILocationStrategyData, props: import("../CdsOverlay/composable").ILocationStrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => {
971
- updateLocation: (event: Event) => void;
981
+ updateLocation: (event: Event | HTMLElement[]) => void;
972
982
  } | undefined)>;
973
983
  origin: NonNullable<import("../../utils").TAnchor | "auto" | "overlap">;
974
984
  offset: NonNullable<string | number | number[]>;
@@ -986,7 +996,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
986
996
  default: null;
987
997
  };
988
998
  openDelay: {
989
- type: import("vue").PropType<string | number>;
999
+ type: import("vue").PropType<string | number>; /**
1000
+ * События изменения пагинации, фильтров или сортировки
1001
+ */
990
1002
  default: null;
991
1003
  };
992
1004
  transition: Omit<{
@@ -1049,16 +1061,16 @@ declare const _sfc_main: import("vue").DefineComponent<{
1049
1061
  };
1050
1062
  locationStrategy: Omit<{
1051
1063
  type: import("vue").PropType<"static" | "connected" | ((data: import("../CdsOverlay/composable").ILocationStrategyData, props: import("../CdsOverlay/composable").ILocationStrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => {
1052
- updateLocation: (event: Event) => void;
1064
+ updateLocation: (event: Event | HTMLElement[]) => void;
1053
1065
  } | undefined)>;
1054
1066
  default: string;
1055
1067
  validator: (value: any) => boolean;
1056
1068
  }, "default" | "type"> & {
1057
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>>) => {
1058
- updateLocation: (event: Event) => void;
1070
+ updateLocation: (event: Event | HTMLElement[]) => void;
1059
1071
  } | undefined)>>;
1060
1072
  default: NonNullable<"static" | "connected" | ((data: import("../CdsOverlay/composable").ILocationStrategyData, props: import("../CdsOverlay/composable").ILocationStrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => {
1061
- updateLocation: (event: Event) => void;
1073
+ updateLocation: (event: Event | HTMLElement[]) => void;
1062
1074
  } | undefined)>;
1063
1075
  };
1064
1076
  location: Omit<{
@@ -1125,6 +1137,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
1125
1137
  default: boolean;
1126
1138
  };
1127
1139
  persistent: {
1140
+ /**
1141
+ * Событие текущих раскрытых строк
1142
+ */
1128
1143
  type: import("vue").PropType<boolean>;
1129
1144
  default: boolean;
1130
1145
  };
@@ -1,5 +1,5 @@
1
- import type { NTable } from '../../interface';
2
1
  import type { TSummaryFlattenColumns } from '../../context';
2
+ import type { NTable } from '../../interface';
3
3
  interface IFooterProps<RecordType = NTable.TDefaultRecord> {
4
4
  stickyOffsets: NTable.NSticky.IStickyOffsets;
5
5
  flattenColumns: TSummaryFlattenColumns<RecordType>;
@@ -1,5 +1,5 @@
1
- import type { PropType } from 'vue';
2
1
  import type { NTable } from '../../interface';
2
+ import type { PropType } from 'vue';
3
3
  declare const _default: import("vue").DefineComponent<{
4
4
  width: {
5
5
  type: NumberConstructor;
@@ -1,5 +1,5 @@
1
- import type { PropType } from 'vue';
2
1
  import type { NTable } from '../../interface';
2
+ import type { PropType } from 'vue';
3
3
  declare const _default: import("vue").DefineComponent<{
4
4
  internalHooks: StringConstructor[];
5
5
  transformColumns: {
@@ -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<{