@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
@@ -3,10 +3,6 @@ export declare const componentName = "CdsAutocomplete";
3
3
  declare const _sfc_main: import("vue").DefineComponent<{
4
4
  theme: {
5
5
  type: PropType<string>;
6
- /**
7
- * Событие при вводе значения в поле
8
- * @type { string }
9
- */
10
6
  available: readonly ["cds", "b2b", "promo", "dark"];
11
7
  default: undefined;
12
8
  };
@@ -171,9 +167,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
171
167
  };
172
168
  active: {
173
169
  type: PropType<boolean>;
174
- default: boolean; /**
175
- * При поиске будет сразу выбирать первый найденный вариант
176
- */
170
+ default: boolean;
177
171
  };
178
172
  autofocus: {
179
173
  type: PropType<boolean>;
@@ -279,9 +273,6 @@ declare const _sfc_main: import("vue").DefineComponent<{
279
273
  default: boolean;
280
274
  };
281
275
  isSelectAll: {
282
- /**
283
- * При поиске будет сразу выбирать первый найденный вариант
284
- */
285
276
  type: PropType<boolean>;
286
277
  default: boolean;
287
278
  };
@@ -310,10 +301,6 @@ declare const _sfc_main: import("vue").DefineComponent<{
310
301
  }> & Omit<Readonly<import("vue").ExtractPropTypes<{
311
302
  theme: {
312
303
  type: PropType<string>;
313
- /**
314
- * Событие при вводе значения в поле
315
- * @type { string }
316
- */
317
304
  available: readonly ["cds", "b2b", "promo", "dark"];
318
305
  default: undefined;
319
306
  };
@@ -448,10 +435,6 @@ declare const _sfc_main: import("vue").DefineComponent<{
448
435
  }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
449
436
  theme: {
450
437
  type: PropType<string>;
451
- /**
452
- * Событие при вводе значения в поле
453
- * @type { string }
454
- */
455
438
  available: readonly ["cds", "b2b", "promo", "dark"];
456
439
  default: undefined;
457
440
  };
@@ -616,9 +599,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
616
599
  };
617
600
  active: {
618
601
  type: PropType<boolean>;
619
- default: boolean; /**
620
- * При поиске будет сразу выбирать первый найденный вариант
621
- */
602
+ default: boolean;
622
603
  };
623
604
  autofocus: {
624
605
  type: PropType<boolean>;
@@ -724,9 +705,6 @@ declare const _sfc_main: import("vue").DefineComponent<{
724
705
  default: boolean;
725
706
  };
726
707
  isSelectAll: {
727
- /**
728
- * При поиске будет сразу выбирать первый найденный вариант
729
- */
730
708
  type: PropType<boolean>;
731
709
  default: boolean;
732
710
  };
@@ -755,10 +733,6 @@ declare const _sfc_main: import("vue").DefineComponent<{
755
733
  }> & Omit<Readonly<import("vue").ExtractPropTypes<{
756
734
  theme: {
757
735
  type: PropType<string>;
758
- /**
759
- * Событие при вводе значения в поле
760
- * @type { string }
761
- */
762
736
  available: readonly ["cds", "b2b", "promo", "dark"];
763
737
  default: undefined;
764
738
  };
@@ -897,10 +871,6 @@ declare const _sfc_main: import("vue").DefineComponent<{
897
871
  }> & Omit<Readonly<import("vue").ExtractPropTypes<{
898
872
  theme: {
899
873
  type: PropType<string>;
900
- /**
901
- * Событие при вводе значения в поле
902
- * @type { string }
903
- */
904
874
  available: readonly ["cds", "b2b", "promo", "dark"];
905
875
  default: undefined;
906
876
  };
@@ -1,6 +1,6 @@
1
- import type { PropType, InjectionKey } from 'vue';
2
1
  import type { IGroupProvide } from '../../composable';
3
2
  import type { TCdsIconsName } from '@central-design-system/icons';
3
+ import type { PropType, InjectionKey } from 'vue';
4
4
  export declare const CdsButtonToggleSymbol: InjectionKey<IGroupProvide>;
5
5
  export declare const componentName = "CdsButton";
6
6
  declare const _sfc_main: import("vue").DefineComponent<{
@@ -69,6 +69,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
69
69
  default: undefined;
70
70
  };
71
71
  value: {
72
+ /**
73
+ * Событие при изменении значения (v-model)
74
+ * @type { boolean }
75
+ */
72
76
  type: PropType<any>;
73
77
  default: null;
74
78
  };
@@ -218,6 +222,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
218
222
  default: undefined;
219
223
  };
220
224
  value: {
225
+ /**
226
+ * Событие при изменении значения (v-model)
227
+ * @type { boolean }
228
+ */
221
229
  type: PropType<any>;
222
230
  default: null;
223
231
  };
@@ -1,6 +1,6 @@
1
1
  import { noop } from '../../utils';
2
- import type { PropType } from 'vue';
3
2
  import type { IInternalItem } from '../../composable';
3
+ import type { PropType } from 'vue';
4
4
  export declare const componentName = "CdsCombobox";
5
5
  declare const _sfc_main: import("vue").DefineComponent<{
6
6
  theme: {
@@ -128,6 +128,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
128
128
  };
129
129
  validateOn: {
130
130
  type: PropType<"input" | "blur" | "submit">;
131
+ /**
132
+ * Событие открытия меню
133
+ * @type { boolean }
134
+ */
131
135
  default: string;
132
136
  available: readonly ["blur", "input", "submit"];
133
137
  validator: (value: "input" | "blur" | "submit") => boolean;
@@ -401,12 +405,20 @@ declare const _sfc_main: import("vue").DefineComponent<{
401
405
  type: PropType<string[]>;
402
406
  default: () => never[];
403
407
  };
408
+ /**
409
+ * При поиске будет сразу выбирать первый найденный вариант
410
+ */
411
+ autoSelectFirst: {
412
+ type: PropType<boolean | "exact">;
413
+ default: undefined;
414
+ };
404
415
  }, {
405
416
  model: import("vue").Ref<readonly IInternalItem<any>[]> & {
406
417
  readonly externalValue: any;
407
418
  };
408
419
  search: import("vue").WritableComputedRef<string>;
409
420
  internalMenu: import("vue").WritableComputedRef<boolean | undefined>;
421
+ menuDisabled: import("vue").ComputedRef<boolean | undefined>;
410
422
  displayItems: import("vue").ComputedRef<IInternalItem<any>[]>;
411
423
  selected: import("vue").ComputedRef<any[]>;
412
424
  selectedAll: import("vue").ComputedRef<boolean>;
@@ -416,7 +428,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
416
428
  selectedIndeterminate: import("vue").ComputedRef<boolean>;
417
429
  isFocused: import("vue").Ref<boolean>;
418
430
  isDirty: import("vue").ComputedRef<boolean>;
419
- isPure: import("vue").Ref<boolean>;
431
+ isPure: import("vue").ShallowRef<boolean>;
420
432
  inputRef: import("vue").Ref<import("vue").DefineComponent<{
421
433
  theme: {
422
434
  type: PropType<string>;
@@ -489,6 +501,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
489
501
  };
490
502
  validateOn: {
491
503
  type: PropType<"input" | "blur" | "submit">;
504
+ /**
505
+ * Событие открытия меню
506
+ * @type { boolean }
507
+ */
492
508
  default: string;
493
509
  available: readonly ["blur", "input", "submit"];
494
510
  validator: (value: "input" | "blur" | "submit") => boolean;
@@ -647,6 +663,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
647
663
  };
648
664
  validateOn: {
649
665
  type: PropType<"input" | "blur" | "submit">;
666
+ /**
667
+ * Событие открытия меню
668
+ * @type { boolean }
669
+ */
650
670
  default: string;
651
671
  available: readonly ["blur", "input", "submit"];
652
672
  validator: (value: "input" | "blur" | "submit") => boolean;
@@ -747,6 +767,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
747
767
  };
748
768
  validateOn: {
749
769
  type: PropType<"input" | "blur" | "submit">;
770
+ /**
771
+ * Событие открытия меню
772
+ * @type { boolean }
773
+ */
750
774
  default: string;
751
775
  available: readonly ["blur", "input", "submit"];
752
776
  validator: (value: "input" | "blur" | "submit") => boolean;
@@ -992,6 +1016,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
992
1016
  };
993
1017
  validateOn: {
994
1018
  type: PropType<"input" | "blur" | "submit">;
1019
+ /**
1020
+ * Событие открытия меню
1021
+ * @type { boolean }
1022
+ */
995
1023
  default: string;
996
1024
  available: readonly ["blur", "input", "submit"];
997
1025
  validator: (value: "input" | "blur" | "submit") => boolean;
@@ -1178,9 +1206,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
1178
1206
  };
1179
1207
  minWidth: {
1180
1208
  type: PropType<string | number>;
1181
- default: string; /**
1182
- * Разделители для ввода нескольких значений, при вводе будет создавать новый элемент.
1183
- */
1209
+ default: string;
1184
1210
  };
1185
1211
  eager: {
1186
1212
  type: PropType<boolean>;
@@ -1196,16 +1222,16 @@ declare const _sfc_main: import("vue").DefineComponent<{
1196
1222
  };
1197
1223
  locationStrategy: Omit<{
1198
1224
  type: PropType<"static" | "connected" | ((data: import("../CdsOverlay/composable").ILocationStrategyData, props: import("../CdsOverlay/composable").ILocationStrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => {
1199
- updateLocation: (event: Event) => void;
1225
+ updateLocation: (event: Event | HTMLElement[]) => void;
1200
1226
  } | undefined)>;
1201
1227
  default: string;
1202
1228
  validator: (value: any) => boolean;
1203
1229
  }, "default" | "type"> & {
1204
1230
  type: PropType<NonNullable<"static" | "connected" | ((data: import("../CdsOverlay/composable").ILocationStrategyData, props: import("../CdsOverlay/composable").ILocationStrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => {
1205
- updateLocation: (event: Event) => void;
1231
+ updateLocation: (event: Event | HTMLElement[]) => void;
1206
1232
  } | undefined)>>;
1207
1233
  default: NonNullable<"static" | "connected" | ((data: import("../CdsOverlay/composable").ILocationStrategyData, props: import("../CdsOverlay/composable").ILocationStrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => {
1208
- updateLocation: (event: Event) => void;
1234
+ updateLocation: (event: Event | HTMLElement[]) => void;
1209
1235
  } | undefined)>;
1210
1236
  };
1211
1237
  location: {
@@ -1213,10 +1239,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
1213
1239
  default: string;
1214
1240
  };
1215
1241
  origin: {
1216
- type: PropType<import('../../utils').TAnchor | "auto" | "overlap">; /**
1217
- * Событие при изменении значения (v-model)
1218
- * @type { any }
1219
- */
1242
+ type: PropType<import('../../utils').TAnchor | "auto" | "overlap">;
1220
1243
  default: string;
1221
1244
  };
1222
1245
  offset: {
@@ -1316,7 +1339,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
1316
1339
  default: undefined;
1317
1340
  };
1318
1341
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1319
- 'update:modelValue': (value: boolean) => true;
1342
+ 'update:modelValue': (value: boolean) => true; /**
1343
+ * При поиске будет сразу выбирать первый найденный вариант
1344
+ */
1320
1345
  }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1321
1346
  theme: {
1322
1347
  type: PropType<string>;
@@ -1352,9 +1377,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
1352
1377
  };
1353
1378
  minWidth: {
1354
1379
  type: PropType<string | number>;
1355
- default: string; /**
1356
- * Разделители для ввода нескольких значений, при вводе будет создавать новый элемент.
1357
- */
1380
+ default: string;
1358
1381
  };
1359
1382
  eager: {
1360
1383
  type: PropType<boolean>;
@@ -1370,16 +1393,16 @@ declare const _sfc_main: import("vue").DefineComponent<{
1370
1393
  };
1371
1394
  locationStrategy: Omit<{
1372
1395
  type: PropType<"static" | "connected" | ((data: import("../CdsOverlay/composable").ILocationStrategyData, props: import("../CdsOverlay/composable").ILocationStrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => {
1373
- updateLocation: (event: Event) => void;
1396
+ updateLocation: (event: Event | HTMLElement[]) => void;
1374
1397
  } | undefined)>;
1375
1398
  default: string;
1376
1399
  validator: (value: any) => boolean;
1377
1400
  }, "default" | "type"> & {
1378
1401
  type: PropType<NonNullable<"static" | "connected" | ((data: import("../CdsOverlay/composable").ILocationStrategyData, props: import("../CdsOverlay/composable").ILocationStrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => {
1379
- updateLocation: (event: Event) => void;
1402
+ updateLocation: (event: Event | HTMLElement[]) => void;
1380
1403
  } | undefined)>>;
1381
1404
  default: NonNullable<"static" | "connected" | ((data: import("../CdsOverlay/composable").ILocationStrategyData, props: import("../CdsOverlay/composable").ILocationStrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => {
1382
- updateLocation: (event: Event) => void;
1405
+ updateLocation: (event: Event | HTMLElement[]) => void;
1383
1406
  } | undefined)>;
1384
1407
  };
1385
1408
  location: {
@@ -1387,10 +1410,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
1387
1410
  default: string;
1388
1411
  };
1389
1412
  origin: {
1390
- type: PropType<import('../../utils').TAnchor | "auto" | "overlap">; /**
1391
- * Событие при изменении значения (v-model)
1392
- * @type { any }
1393
- */
1413
+ type: PropType<import('../../utils').TAnchor | "auto" | "overlap">;
1394
1414
  default: string;
1395
1415
  };
1396
1416
  offset: {
@@ -1519,7 +1539,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
1519
1539
  closeDelay: NonNullable<string | number>;
1520
1540
  openDelay: NonNullable<string | number>;
1521
1541
  locationStrategy: NonNullable<"static" | "connected" | ((data: import("../CdsOverlay/composable").ILocationStrategyData, props: import("../CdsOverlay/composable").ILocationStrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => {
1522
- updateLocation: (event: Event) => void;
1542
+ updateLocation: (event: Event | HTMLElement[]) => void;
1523
1543
  } | undefined)>;
1524
1544
  origin: import('../../utils').TAnchor | "auto" | "overlap";
1525
1545
  offset: string | number | number[];
@@ -2030,6 +2050,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
2030
2050
  readonly appendIcon?: "search" | "link" | "list" | "filters" | "add" | "administrator" | "alert-fill" | "alert" | "analog" | "arrow-down" | "arrow-left-bottom" | "arrow-left-top" | "arrow-left" | "arrow-right-bottom" | "arrow-right-top" | "arrow-right" | "arrow-up" | "arrows-vertical" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "checkbox-fill" | "checkbox" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocholate-menu" | "chocolate-menu" | "clock" | "collapse" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "expand" | "external" | "facebook-fill" | "facebook" | "flag" | "funnel" | "globe" | "infinity" | "info-fill" | "info" | "insert" | "list-search" | "loader" | "location" | "locked" | "login" | "logout" | "menu" | "minus" | "notification" | "overflow-menu-horizontal" | "overflow-menu-vertical" | "password" | "pin" | "plus" | "printer" | "question-fill" | "question" | "refresh" | "remove" | "sandglass" | "save" | "settings" | "shopping-cart" | "sort-date" | "source" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube" | undefined;
2031
2051
  readonly 'onClick:prepend'?: ((...args: any[]) => any) | undefined;
2032
2052
  readonly 'onClick:append'?: ((...args: any[]) => any) | undefined;
2053
+ readonly autoSelectFirst?: boolean | "exact" | undefined;
2033
2054
  readonly "onUpdate:focused"?: ((value: boolean) => any) | undefined;
2034
2055
  readonly "onUpdate:modelValue"?: ((value: any) => any) | undefined;
2035
2056
  readonly "onUpdate:menu"?: ((value: boolean) => any) | undefined;
@@ -2069,6 +2090,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
2069
2090
  onMousedownControl: () => void;
2070
2091
  onMousedownMenuIcon: (event: MouseEvent) => void;
2071
2092
  onInputModelValue: (value: string) => void;
2093
+ onListKeydown: (event: KeyboardEvent) => Promise<void>;
2094
+ onListScroll: (event: Event) => void;
2072
2095
  getMatches: (item: IInternalItem<any>) => Record<string, import("../../composable").TFilterMath> | undefined;
2073
2096
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
2074
2097
  /**
@@ -2222,6 +2245,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
2222
2245
  };
2223
2246
  validateOn: {
2224
2247
  type: PropType<"input" | "blur" | "submit">;
2248
+ /**
2249
+ * Событие открытия меню
2250
+ * @type { boolean }
2251
+ */
2225
2252
  default: string;
2226
2253
  available: readonly ["blur", "input", "submit"];
2227
2254
  validator: (value: "input" | "blur" | "submit") => boolean;
@@ -2495,6 +2522,13 @@ declare const _sfc_main: import("vue").DefineComponent<{
2495
2522
  type: PropType<string[]>;
2496
2523
  default: () => never[];
2497
2524
  };
2525
+ /**
2526
+ * При поиске будет сразу выбирать первый найденный вариант
2527
+ */
2528
+ autoSelectFirst: {
2529
+ type: PropType<boolean | "exact">;
2530
+ default: undefined;
2531
+ };
2498
2532
  }>> & {
2499
2533
  "onUpdate:focused"?: ((value: boolean) => any) | undefined;
2500
2534
  "onUpdate:modelValue"?: ((value: any) => any) | undefined;
@@ -2675,5 +2709,6 @@ declare const _sfc_main: import("vue").DefineComponent<{
2675
2709
  transition: string | boolean | (import("vue").TransitionProps & {
2676
2710
  component?: import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | undefined;
2677
2711
  });
2712
+ autoSelectFirst: boolean | "exact";
2678
2713
  }>;
2679
2714
  export default _sfc_main;
@@ -1,18 +1,19 @@
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 componentName = "CdsContainer";
4
4
  declare const _sfc_main: import("vue").DefineComponent<{
5
5
  prependIcon: Omit<{
6
6
  type: PropType<"search" | "link" | "list" | "filters" | "add" | "administrator" | "alert-fill" | "alert" | "analog" | "arrow-down" | "arrow-left-bottom" | "arrow-left-top" | "arrow-left" | "arrow-right-bottom" | "arrow-right-top" | "arrow-right" | "arrow-up" | "arrows-vertical" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "checkbox-fill" | "checkbox" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocholate-menu" | "chocolate-menu" | "clock" | "collapse" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "expand" | "external" | "facebook-fill" | "facebook" | "flag" | "funnel" | "globe" | "infinity" | "info-fill" | "info" | "insert" | "list-search" | "loader" | "location" | "locked" | "login" | "logout" | "menu" | "minus" | "notification" | "overflow-menu-horizontal" | "overflow-menu-vertical" | "password" | "pin" | "plus" | "printer" | "question-fill" | "question" | "refresh" | "remove" | "sandglass" | "save" | "settings" | "shopping-cart" | "sort-date" | "source" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube">;
7
- default: undefined; /**
8
- * Показывать только один контейнер из группы
9
- */
7
+ default: undefined;
10
8
  validator: (value: "search" | "link" | "list" | "filters" | "add" | "administrator" | "alert-fill" | "alert" | "analog" | "arrow-down" | "arrow-left-bottom" | "arrow-left-top" | "arrow-left" | "arrow-right-bottom" | "arrow-right-top" | "arrow-right" | "arrow-up" | "arrows-vertical" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "checkbox-fill" | "checkbox" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocholate-menu" | "chocolate-menu" | "clock" | "collapse" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "expand" | "external" | "facebook-fill" | "facebook" | "flag" | "funnel" | "globe" | "infinity" | "info-fill" | "info" | "insert" | "list-search" | "loader" | "location" | "locked" | "login" | "logout" | "menu" | "minus" | "notification" | "overflow-menu-horizontal" | "overflow-menu-vertical" | "password" | "pin" | "plus" | "printer" | "question-fill" | "question" | "refresh" | "remove" | "sandglass" | "save" | "settings" | "shopping-cart" | "sort-date" | "source" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube") => boolean;
11
9
  }, "default" | "type"> & {
12
10
  type: PropType<NonNullable<"search" | "link" | "list" | "filters" | "add" | "administrator" | "alert-fill" | "alert" | "analog" | "arrow-down" | "arrow-left-bottom" | "arrow-left-top" | "arrow-left" | "arrow-right-bottom" | "arrow-right-top" | "arrow-right" | "arrow-up" | "arrows-vertical" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "checkbox-fill" | "checkbox" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocholate-menu" | "chocolate-menu" | "clock" | "collapse" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "expand" | "external" | "facebook-fill" | "facebook" | "flag" | "funnel" | "globe" | "infinity" | "info-fill" | "info" | "insert" | "list-search" | "loader" | "location" | "locked" | "login" | "logout" | "menu" | "minus" | "notification" | "overflow-menu-horizontal" | "overflow-menu-vertical" | "password" | "pin" | "plus" | "printer" | "question-fill" | "question" | "refresh" | "remove" | "sandglass" | "save" | "settings" | "shopping-cart" | "sort-date" | "source" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube">>;
13
11
  default: NonNullable<"search" | "link" | "list" | "filters" | "add" | "administrator" | "alert-fill" | "alert" | "analog" | "arrow-down" | "arrow-left-bottom" | "arrow-left-top" | "arrow-left" | "arrow-right-bottom" | "arrow-right-top" | "arrow-right" | "arrow-up" | "arrows-vertical" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "checkbox-fill" | "checkbox" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocholate-menu" | "chocolate-menu" | "clock" | "collapse" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "expand" | "external" | "facebook-fill" | "facebook" | "flag" | "funnel" | "globe" | "infinity" | "info-fill" | "info" | "insert" | "list-search" | "loader" | "location" | "locked" | "login" | "logout" | "menu" | "minus" | "notification" | "overflow-menu-horizontal" | "overflow-menu-vertical" | "password" | "pin" | "plus" | "printer" | "question-fill" | "question" | "refresh" | "remove" | "sandglass" | "save" | "settings" | "shopping-cart" | "sort-date" | "source" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube">;
14
12
  };
15
13
  appendIcon: Omit<{
14
+ /**
15
+ * Показывать стрелки для переключения между контейнерами в режиме onlySingle
16
+ */
16
17
  type: PropType<"search" | "link" | "list" | "filters" | "add" | "administrator" | "alert-fill" | "alert" | "analog" | "arrow-down" | "arrow-left-bottom" | "arrow-left-top" | "arrow-left" | "arrow-right-bottom" | "arrow-right-top" | "arrow-right" | "arrow-up" | "arrows-vertical" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "checkbox-fill" | "checkbox" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocholate-menu" | "chocolate-menu" | "clock" | "collapse" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "expand" | "external" | "facebook-fill" | "facebook" | "flag" | "funnel" | "globe" | "infinity" | "info-fill" | "info" | "insert" | "list-search" | "loader" | "location" | "locked" | "login" | "logout" | "menu" | "minus" | "notification" | "overflow-menu-horizontal" | "overflow-menu-vertical" | "password" | "pin" | "plus" | "printer" | "question-fill" | "question" | "refresh" | "remove" | "sandglass" | "save" | "settings" | "shopping-cart" | "sort-date" | "source" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube">;
17
18
  default: undefined;
18
19
  validator: (value: "search" | "link" | "list" | "filters" | "add" | "administrator" | "alert-fill" | "alert" | "analog" | "arrow-down" | "arrow-left-bottom" | "arrow-left-top" | "arrow-left" | "arrow-right-bottom" | "arrow-right-top" | "arrow-right" | "arrow-up" | "arrows-vertical" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "checkbox-fill" | "checkbox" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocholate-menu" | "chocolate-menu" | "clock" | "collapse" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "expand" | "external" | "facebook-fill" | "facebook" | "flag" | "funnel" | "globe" | "infinity" | "info-fill" | "info" | "insert" | "list-search" | "loader" | "location" | "locked" | "login" | "logout" | "menu" | "minus" | "notification" | "overflow-menu-horizontal" | "overflow-menu-vertical" | "password" | "pin" | "plus" | "printer" | "question-fill" | "question" | "refresh" | "remove" | "sandglass" | "save" | "settings" | "shopping-cart" | "sort-date" | "source" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube") => boolean;
@@ -103,15 +104,16 @@ declare const _sfc_main: import("vue").DefineComponent<{
103
104
  }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
104
105
  prependIcon: Omit<{
105
106
  type: PropType<"search" | "link" | "list" | "filters" | "add" | "administrator" | "alert-fill" | "alert" | "analog" | "arrow-down" | "arrow-left-bottom" | "arrow-left-top" | "arrow-left" | "arrow-right-bottom" | "arrow-right-top" | "arrow-right" | "arrow-up" | "arrows-vertical" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "checkbox-fill" | "checkbox" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocholate-menu" | "chocolate-menu" | "clock" | "collapse" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "expand" | "external" | "facebook-fill" | "facebook" | "flag" | "funnel" | "globe" | "infinity" | "info-fill" | "info" | "insert" | "list-search" | "loader" | "location" | "locked" | "login" | "logout" | "menu" | "minus" | "notification" | "overflow-menu-horizontal" | "overflow-menu-vertical" | "password" | "pin" | "plus" | "printer" | "question-fill" | "question" | "refresh" | "remove" | "sandglass" | "save" | "settings" | "shopping-cart" | "sort-date" | "source" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube">;
106
- default: undefined; /**
107
- * Показывать только один контейнер из группы
108
- */
107
+ default: undefined;
109
108
  validator: (value: "search" | "link" | "list" | "filters" | "add" | "administrator" | "alert-fill" | "alert" | "analog" | "arrow-down" | "arrow-left-bottom" | "arrow-left-top" | "arrow-left" | "arrow-right-bottom" | "arrow-right-top" | "arrow-right" | "arrow-up" | "arrows-vertical" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "checkbox-fill" | "checkbox" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocholate-menu" | "chocolate-menu" | "clock" | "collapse" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "expand" | "external" | "facebook-fill" | "facebook" | "flag" | "funnel" | "globe" | "infinity" | "info-fill" | "info" | "insert" | "list-search" | "loader" | "location" | "locked" | "login" | "logout" | "menu" | "minus" | "notification" | "overflow-menu-horizontal" | "overflow-menu-vertical" | "password" | "pin" | "plus" | "printer" | "question-fill" | "question" | "refresh" | "remove" | "sandglass" | "save" | "settings" | "shopping-cart" | "sort-date" | "source" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube") => boolean;
110
109
  }, "default" | "type"> & {
111
110
  type: PropType<NonNullable<"search" | "link" | "list" | "filters" | "add" | "administrator" | "alert-fill" | "alert" | "analog" | "arrow-down" | "arrow-left-bottom" | "arrow-left-top" | "arrow-left" | "arrow-right-bottom" | "arrow-right-top" | "arrow-right" | "arrow-up" | "arrows-vertical" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "checkbox-fill" | "checkbox" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocholate-menu" | "chocolate-menu" | "clock" | "collapse" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "expand" | "external" | "facebook-fill" | "facebook" | "flag" | "funnel" | "globe" | "infinity" | "info-fill" | "info" | "insert" | "list-search" | "loader" | "location" | "locked" | "login" | "logout" | "menu" | "minus" | "notification" | "overflow-menu-horizontal" | "overflow-menu-vertical" | "password" | "pin" | "plus" | "printer" | "question-fill" | "question" | "refresh" | "remove" | "sandglass" | "save" | "settings" | "shopping-cart" | "sort-date" | "source" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube">>;
112
111
  default: NonNullable<"search" | "link" | "list" | "filters" | "add" | "administrator" | "alert-fill" | "alert" | "analog" | "arrow-down" | "arrow-left-bottom" | "arrow-left-top" | "arrow-left" | "arrow-right-bottom" | "arrow-right-top" | "arrow-right" | "arrow-up" | "arrows-vertical" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "checkbox-fill" | "checkbox" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocholate-menu" | "chocolate-menu" | "clock" | "collapse" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "expand" | "external" | "facebook-fill" | "facebook" | "flag" | "funnel" | "globe" | "infinity" | "info-fill" | "info" | "insert" | "list-search" | "loader" | "location" | "locked" | "login" | "logout" | "menu" | "minus" | "notification" | "overflow-menu-horizontal" | "overflow-menu-vertical" | "password" | "pin" | "plus" | "printer" | "question-fill" | "question" | "refresh" | "remove" | "sandglass" | "save" | "settings" | "shopping-cart" | "sort-date" | "source" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube">;
113
112
  };
114
113
  appendIcon: Omit<{
114
+ /**
115
+ * Показывать стрелки для переключения между контейнерами в режиме onlySingle
116
+ */
115
117
  type: PropType<"search" | "link" | "list" | "filters" | "add" | "administrator" | "alert-fill" | "alert" | "analog" | "arrow-down" | "arrow-left-bottom" | "arrow-left-top" | "arrow-left" | "arrow-right-bottom" | "arrow-right-top" | "arrow-right" | "arrow-up" | "arrows-vertical" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "checkbox-fill" | "checkbox" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocholate-menu" | "chocolate-menu" | "clock" | "collapse" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "expand" | "external" | "facebook-fill" | "facebook" | "flag" | "funnel" | "globe" | "infinity" | "info-fill" | "info" | "insert" | "list-search" | "loader" | "location" | "locked" | "login" | "logout" | "menu" | "minus" | "notification" | "overflow-menu-horizontal" | "overflow-menu-vertical" | "password" | "pin" | "plus" | "printer" | "question-fill" | "question" | "refresh" | "remove" | "sandglass" | "save" | "settings" | "shopping-cart" | "sort-date" | "source" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube">;
116
118
  default: undefined;
117
119
  validator: (value: "search" | "link" | "list" | "filters" | "add" | "administrator" | "alert-fill" | "alert" | "analog" | "arrow-down" | "arrow-left-bottom" | "arrow-left-top" | "arrow-left" | "arrow-right-bottom" | "arrow-right-top" | "arrow-right" | "arrow-up" | "arrows-vertical" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "checkbox-fill" | "checkbox" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocholate-menu" | "chocolate-menu" | "clock" | "collapse" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "expand" | "external" | "facebook-fill" | "facebook" | "flag" | "funnel" | "globe" | "infinity" | "info-fill" | "info" | "insert" | "list-search" | "loader" | "location" | "locked" | "login" | "logout" | "menu" | "minus" | "notification" | "overflow-menu-horizontal" | "overflow-menu-vertical" | "password" | "pin" | "plus" | "printer" | "question-fill" | "question" | "refresh" | "remove" | "sandglass" | "save" | "settings" | "shopping-cart" | "sort-date" | "source" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube") => boolean;
@@ -1,5 +1,5 @@
1
- import type { ComputedRef, InjectionKey, Ref } from 'vue';
2
1
  import type { IGroupItemProvide } from '../../composable';
2
+ import type { ComputedRef, InjectionKey, Ref } from 'vue';
3
3
  export interface ICdsContainerProvide {
4
4
  rootRef: Ref<HTMLElement | undefined>;
5
5
  transition: ComputedRef<undefined | string>;
@@ -1,5 +1,5 @@
1
- import type { IRawDate } from '../../utils';
2
1
  import type { TDatetimeValueRange } from '../../composable';
2
+ import type { IRawDate } from '../../utils';
3
3
  export declare const componentName = "CdsDatePicker";
4
4
  declare const _sfc_main: import("vue").DefineComponent<{
5
5
  theme: {
@@ -1,7 +1,7 @@
1
1
  import { TDateLocale } from '../../../utils';
2
- import type { PropType, Ref } from 'vue';
3
- import type { IRawDate } from '../../../utils';
4
2
  import type { TDatetimeValueRange } from '../../../composable';
3
+ import type { IRawDate } from '../../../utils';
4
+ import type { PropType, Ref } from 'vue';
5
5
  export declare type TCalendarView = typeof availableViews[number];
6
6
  export declare type TCalendarAllowedDates = string[] | ((date: string) => boolean);
7
7
  export declare type TCalendarEvents = string[] | ((date: string) => boolean);
@@ -1171,16 +1171,16 @@ declare const _sfc_main: import("vue").DefineComponent<{
1171
1171
  };
1172
1172
  locationStrategy: Omit<{
1173
1173
  type: import("vue").PropType<"static" | "connected" | ((data: import("../CdsOverlay/composable").ILocationStrategyData, props: import("../CdsOverlay/composable").ILocationStrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => {
1174
- updateLocation: (event: Event) => void;
1174
+ updateLocation: (event: Event | HTMLElement[]) => void;
1175
1175
  } | undefined)>;
1176
1176
  default: string;
1177
1177
  validator: (value: any) => boolean;
1178
1178
  }, "default" | "type"> & {
1179
1179
  type: import("vue").PropType<NonNullable<"static" | "connected" | ((data: import("../CdsOverlay/composable").ILocationStrategyData, props: import("../CdsOverlay/composable").ILocationStrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => {
1180
- updateLocation: (event: Event) => void;
1180
+ updateLocation: (event: Event | HTMLElement[]) => void;
1181
1181
  } | undefined)>>;
1182
1182
  default: NonNullable<"static" | "connected" | ((data: import("../CdsOverlay/composable").ILocationStrategyData, props: import("../CdsOverlay/composable").ILocationStrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => {
1183
- updateLocation: (event: Event) => void;
1183
+ updateLocation: (event: Event | HTMLElement[]) => void;
1184
1184
  } | undefined)>;
1185
1185
  };
1186
1186
  location: {
@@ -1340,16 +1340,16 @@ declare const _sfc_main: import("vue").DefineComponent<{
1340
1340
  };
1341
1341
  locationStrategy: Omit<{
1342
1342
  type: import("vue").PropType<"static" | "connected" | ((data: import("../CdsOverlay/composable").ILocationStrategyData, props: import("../CdsOverlay/composable").ILocationStrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => {
1343
- updateLocation: (event: Event) => void;
1343
+ updateLocation: (event: Event | HTMLElement[]) => void;
1344
1344
  } | undefined)>;
1345
1345
  default: string;
1346
1346
  validator: (value: any) => boolean;
1347
1347
  }, "default" | "type"> & {
1348
1348
  type: import("vue").PropType<NonNullable<"static" | "connected" | ((data: import("../CdsOverlay/composable").ILocationStrategyData, props: import("../CdsOverlay/composable").ILocationStrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => {
1349
- updateLocation: (event: Event) => void;
1349
+ updateLocation: (event: Event | HTMLElement[]) => void;
1350
1350
  } | undefined)>>;
1351
1351
  default: NonNullable<"static" | "connected" | ((data: import("../CdsOverlay/composable").ILocationStrategyData, props: import("../CdsOverlay/composable").ILocationStrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => {
1352
- updateLocation: (event: Event) => void;
1352
+ updateLocation: (event: Event | HTMLElement[]) => void;
1353
1353
  } | undefined)>;
1354
1354
  };
1355
1355
  location: {
@@ -1486,7 +1486,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
1486
1486
  closeDelay: NonNullable<string | number>;
1487
1487
  openDelay: NonNullable<string | number>;
1488
1488
  locationStrategy: NonNullable<"static" | "connected" | ((data: import("../CdsOverlay/composable").ILocationStrategyData, props: import("../CdsOverlay/composable").ILocationStrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => {
1489
- updateLocation: (event: Event) => void;
1489
+ updateLocation: (event: Event | HTMLElement[]) => void;
1490
1490
  } | undefined)>;
1491
1491
  origin: import('../../utils').TAnchor | "auto" | "overlap";
1492
1492
  offset: string | number | number[];
@@ -1,5 +1,5 @@
1
- import type { PropType } from 'vue';
2
1
  import type { TCdsIllustrationsName } from '@central-design-system/illustrations';
2
+ import type { PropType } from 'vue';
3
3
  export declare const componentName = "CdsEmptyState";
4
4
  declare const _sfc_main: import("vue").DefineComponent<{
5
5
  title: {
@@ -1,5 +1,5 @@
1
- import { PropType } from 'vue';
2
1
  import * as CdsIcons from '@central-design-system/icons';
2
+ import { PropType } from 'vue';
3
3
  export declare const makeExpandablePanelTitleProps: <Defaults extends {
4
4
  expandIcon?: unknown;
5
5
  collapseIcon?: unknown;
@@ -1,5 +1,5 @@
1
- import type { PropType } from 'vue';
2
1
  import type { TColumnBreakpoint, TColumnSpan, TColumnFlexBreakpoint, TColumnGridBreakpoint, TColumnSpanType } from '../types';
2
+ import type { PropType } from 'vue';
3
3
  export interface IColumnProps {
4
4
  tag: string | undefined;
5
5
  xs: TColumnBreakpoint<TColumnGridBreakpoint | TColumnFlexBreakpoint> | undefined;
@@ -1,5 +1,5 @@
1
- import type { PropType } from 'vue';
2
1
  import type { IGridProps } from '../types';
2
+ import type { PropType } from 'vue';
3
3
  export interface ISubgridProps extends IGridProps {
4
4
  subgrid: boolean;
5
5
  }
@@ -1,5 +1,5 @@
1
- import type { SetupContext } from 'vue';
2
1
  import type { ISubgridProps } from '../composable';
2
+ import type { SetupContext } from 'vue';
3
3
  export declare function CSSGrid(props: ISubgridProps, context: SetupContext): () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
4
4
  [key: string]: any;
5
5
  }>;
@@ -1,5 +1,5 @@
1
- import type { SetupContext } from 'vue';
2
1
  import type { IGridProps } from '../types';
2
+ import type { SetupContext } from 'vue';
3
3
  export declare function FlexGrid(props: IGridProps, context: SetupContext): () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
4
4
  [key: string]: any;
5
5
  }>;
@@ -1,5 +1,5 @@
1
- import type { PropType } from 'vue';
2
1
  import type { TScrollObserver } from './components';
2
+ import type { PropType } from 'vue';
3
3
  export declare const componentName = "CdsLayout";
4
4
  declare const _sfc_main: import("vue").DefineComponent<{
5
5
  theme: {
@@ -1,5 +1,5 @@
1
- import type { ComputedRef, InjectionKey, Ref } from 'vue';
2
1
  import type { TScrollObserver } from './components';
2
+ import type { ComputedRef, InjectionKey, Ref } from 'vue';
3
3
  declare type TLayoutPart = {
4
4
  size: number;
5
5
  offset: number;