@central-design-system/components 3.0.0-beta.0 → 3.0.0-beta.11

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 (141) hide show
  1. package/dist/cds.css +1 -1
  2. package/dist/cds.d.ts +3 -0
  3. package/dist/cds.es.js +9693 -8457
  4. package/dist/cds.umd.js +7 -3
  5. package/dist/components/CdsAutocomplete/CdsAutocomplete.vue.d.ts +114 -62
  6. package/dist/components/CdsBadge/CdsBadge.vue.d.ts +35 -14
  7. package/dist/components/CdsBreadcrumbs/CdsBreadcrumbs.vue.d.ts +12 -5
  8. package/dist/components/CdsBreadcrumbs/CdsBreadcrumbsItem.vue.d.ts +12 -6
  9. package/dist/components/CdsButton/CdsButton.vue.d.ts +25 -14
  10. package/dist/components/CdsCheckbox/CdsCheckbox.vue.d.ts +11 -0
  11. package/dist/components/CdsCheckbox/CdsCheckboxGroup.vue.d.ts +13 -0
  12. package/dist/components/CdsCombobox/CdsCombobox.vue.d.ts +184 -470
  13. package/dist/components/CdsContainer/CdsContainer.vue.d.ts +37 -24
  14. package/dist/components/CdsContainer/CdsContainerItem.vue.d.ts +1 -1
  15. package/dist/components/CdsContentSwitcher/CdsContentSwitcher.vue.d.ts +66 -0
  16. package/dist/components/CdsContentSwitcher/CdsContentSwitcherItem.vue.d.ts +212 -0
  17. package/dist/components/CdsContentSwitcher/index.d.ts +2 -0
  18. package/dist/components/CdsDatePicker/CdsDatePicker.vue.d.ts +12 -7
  19. package/dist/components/CdsDrawer/CdsDrawer.vue.d.ts +12 -0
  20. package/dist/components/CdsDropdown/CdsDropdown.vue.d.ts +236 -485
  21. package/dist/components/CdsEmptyState/CdsEmptyState.vue.d.ts +3 -3
  22. package/dist/components/CdsExpandablePanel/CdsExpandablePanel.vue.d.ts +11 -11
  23. package/dist/components/CdsExpandablePanel/CdsExpandablePanelContent.vue.d.ts +1 -1
  24. package/dist/components/CdsExpandablePanel/CdsExpandablePanelTitle.vue.d.ts +11 -11
  25. package/dist/components/CdsExpandablePanel/CdsExpandablePanels.vue.d.ts +14 -3
  26. package/dist/components/CdsExpandablePanel/composable/expandablePanelTitleProps.d.ts +2 -2
  27. package/dist/components/CdsFooter/CdsFooter.vue.d.ts +12 -1
  28. package/dist/components/CdsForm/CdsForm.vue.d.ts +12 -28
  29. package/dist/components/CdsHeader/CdsHeader.vue.d.ts +12 -1
  30. package/dist/components/CdsIcon/CdsIcon.vue.d.ts +16 -3
  31. package/dist/components/CdsInput/CdsInput.vue.d.ts +23 -39
  32. package/dist/components/CdsInput/CdsInputMessages.vue.d.ts +5 -5
  33. package/dist/components/CdsLayout/CdsLayout.vue.d.ts +13 -4
  34. package/dist/components/CdsLink/CdsLink.vue.d.ts +12 -0
  35. package/dist/components/CdsList/CdsList.vue.d.ts +12 -5
  36. package/dist/components/CdsList/CdsListGroup.vue.d.ts +7 -7
  37. package/dist/components/CdsList/CdsListItem.vue.d.ts +14 -26
  38. package/dist/components/CdsLoader/CdsLoader.vue.d.ts +12 -0
  39. package/dist/components/CdsMain/CdsMain.vue.d.ts +1 -1
  40. package/dist/components/CdsMenu/CdsMenu.vue.d.ts +12 -336
  41. package/dist/components/CdsModal/CdsModal.vue.d.ts +12 -341
  42. package/dist/components/CdsNotification/CdsNotification.vue.d.ts +35 -24
  43. package/dist/components/CdsNotification/CdsNotificationAlert.vue.d.ts +28 -351
  44. package/dist/components/CdsNotification/composable/notification.d.ts +3 -3
  45. package/dist/components/CdsOverlay/CdsOverlay.vue.d.ts +2 -8
  46. package/dist/components/CdsOverlay/composable/locationStrategies.d.ts +11 -11
  47. package/dist/components/CdsPage/CdsPage.vue.d.ts +1 -1
  48. package/dist/components/CdsPagination/CdsPagination.vue.d.ts +13 -7
  49. package/dist/components/CdsProgress/CdsProgress.vue.d.ts +13 -2
  50. package/dist/components/CdsRadioButton/CdsRadio.vue.d.ts +224 -0
  51. package/dist/components/CdsRadioButton/CdsRadioButton.vue.d.ts +13 -0
  52. package/dist/components/CdsSelect/CdsSelect.vue.d.ts +77 -71
  53. package/dist/components/CdsSidebar/CdsSidebar.vue.d.ts +30 -8
  54. package/dist/components/CdsSkeletonLoader/CdsSkeletonLoader.vue.d.ts +14 -3
  55. package/dist/components/CdsSlideGroup/CdsSlideGroup.vue.d.ts +19 -19
  56. package/dist/components/CdsStages/CdsStages.vue.d.ts +12 -0
  57. package/dist/components/CdsStatus/CdsStatus.vue.d.ts +12 -0
  58. package/dist/components/CdsSteps/CdsSteps.vue.d.ts +31 -28
  59. package/dist/components/CdsTable/CdsTable.vue.d.ts +42 -16
  60. package/dist/components/CdsTable/components/Table/InternalTable.d.ts +23 -5
  61. package/dist/components/CdsTable/components/TableProvider.d.ts +33 -4
  62. package/dist/components/CdsTable/composable/scroll.d.ts +4607 -0
  63. package/dist/components/CdsTable/composable/table.d.ts +7 -1
  64. package/dist/components/CdsTabs/CdsTab.vue.d.ts +10 -10
  65. package/dist/components/CdsTabs/CdsTabs.vue.d.ts +48 -37
  66. package/dist/components/CdsTag/CdsTag.vue.d.ts +12 -0
  67. package/dist/components/CdsTextArea/CdsTextArea.vue.d.ts +81 -67
  68. package/dist/components/CdsTextInput/CdsTextInput.vue.d.ts +87 -73
  69. package/dist/components/CdsTimePicker/CdsTimePicker.vue.d.ts +11 -0
  70. package/dist/components/CdsToggle/CdsToggle.vue.d.ts +14 -9
  71. package/dist/components/CdsToolbar/CdsToolbar.vue.d.ts +11 -0
  72. package/dist/components/CdsTooltip/CdsTooltip.vue.d.ts +20 -335
  73. package/dist/components/CdsUploader/CdsUploader.vue.d.ts +61 -389
  74. package/dist/components/CdsUploader/components/AjaxUploader.d.ts +16 -16
  75. package/dist/components/CdsUploader/components/UploadList/ListItem.d.ts +42 -24
  76. package/dist/components/CdsUploader/components/UploadList/UploadList.d.ts +42 -24
  77. package/dist/components/CdsUploader/composable/upload.d.ts +25 -15
  78. package/dist/components/index.d.ts +3 -0
  79. package/dist/composable/datetime.d.ts +2 -2
  80. package/dist/composable/delay.d.ts +2 -2
  81. package/dist/composable/field.d.ts +5 -3
  82. package/dist/composable/filter.d.ts +8 -0
  83. package/dist/composable/form.d.ts +1 -1
  84. package/dist/composable/group.d.ts +2 -2
  85. package/dist/composable/icon.d.ts +2 -2
  86. package/dist/composable/index.d.ts +1 -0
  87. package/dist/composable/items.d.ts +6 -0
  88. package/dist/composable/loading.d.ts +2 -2
  89. package/dist/composable/nested/nested.d.ts +1 -2
  90. package/dist/composable/select.d.ts +31 -3
  91. package/dist/composable/tag.d.ts +0 -3
  92. package/dist/composable/theme.d.ts +82 -0
  93. package/dist/composable/variant.d.ts +1 -1
  94. package/dist/create.d.ts +5 -1
  95. package/dist/directives/index.d.ts +1 -0
  96. package/dist/directives/intersect/index.d.ts +19 -0
  97. package/dist/globals.d.ts +8 -0
  98. package/dist/themes/b2b.d.ts +26 -0
  99. package/dist/themes/cds.d.ts +26 -0
  100. package/dist/themes/dark.d.ts +26 -0
  101. package/dist/themes/index.d.ts +5 -0
  102. package/dist/themes/promo.d.ts +26 -0
  103. package/dist/themes/themes.d.ts +10 -0
  104. package/dist/transitions/createTransition.d.ts +1 -1
  105. package/dist/transitions/index.d.ts +10 -10
  106. package/dist/utils/colors.d.ts +368 -0
  107. package/dist/utils/colorsUtils/APCA.d.ts +7 -0
  108. package/dist/utils/colorsUtils/index.d.ts +1 -0
  109. package/dist/utils/colorsUtils/transformCIELAB.d.ts +3 -0
  110. package/dist/utils/colorsUtils/transformSRGB.d.ts +3 -0
  111. package/dist/utils/colorsUtils/utils.d.ts +41 -0
  112. package/dist/utils/date/date.d.ts +12 -12
  113. package/dist/utils/helpers.d.ts +30 -0
  114. package/dist/utils/index.d.ts +2 -0
  115. package/package.json +1 -1
  116. package/src/scss/modules/grid/_mixins.scss +4 -2
  117. package/src/scss/themes/index.ts +1 -1
  118. package/src/scss/utility/display.scss +56 -5
  119. package/src/scss/utility/flexbox.scss +26 -28
  120. package/src/scss/utility/index.scss +0 -2
  121. package/src/scss/utility/layout.scss +65 -3
  122. package/src/scss/utility/spacing.scss +46 -86
  123. package/src/scss/utility/variables/display.scss +10 -0
  124. package/src/scss/utility/variables/exports/_display.scss +7 -0
  125. package/src/scss/utility/variables/exports/_flex.scss +13 -0
  126. package/src/scss/utility/variables/exports/_overflow.scss +7 -0
  127. package/src/scss/utility/variables/exports/_position.scss +7 -0
  128. package/src/scss/utility/variables/exports/_spacing.scss +14 -0
  129. package/src/scss/utility/variables/exports/_visibility.scss +7 -0
  130. package/src/scss/utility/variables/exports/_widthHeight.scss +7 -0
  131. package/src/scss/utility/variables/flex.scss +140 -0
  132. package/src/scss/utility/variables/index.scss +11 -0
  133. package/src/scss/utility/variables/overflow.scss +6 -0
  134. package/src/scss/utility/variables/position.scss +7 -0
  135. package/src/scss/utility/variables/spacing.scss +37 -0
  136. package/src/scss/utility/variables/visibility.scss +5 -0
  137. package/src/scss/utility/variables/widthHeight.scss +69 -0
  138. package/src/scss/utility/generatedFiles/generatedStyles.json +0 -1
  139. package/src/scss/utility/generatedFiles/generatedStyles.scss +0 -300
  140. package/src/scss/utility/typography.scss +0 -16
  141. package/src/scss/utility/variables.scss +0 -116
@@ -96,6 +96,11 @@ declare const _sfc_main: import("vue").DefineComponent<{
96
96
  type: PropType<boolean>;
97
97
  default: boolean;
98
98
  };
99
+ theme: {
100
+ type: PropType<string>;
101
+ available: readonly ["cds", "b2b", "promo", "dark"];
102
+ default: undefined;
103
+ };
99
104
  size: {
100
105
  type: PropType<"xs" | "sm" | "md" | "lg" | "xl">;
101
106
  default: string;
@@ -195,347 +200,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
195
200
  type: PropType<boolean>;
196
201
  default: boolean;
197
202
  };
198
- }, {
199
- overlay: import("vue").Ref<import("vue").DefineComponent<{
200
- transition: {
201
- type: PropType<string | boolean | (import("vue").TransitionProps & {
202
- component?: Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | undefined;
203
- })>;
204
- default: string;
205
- validator: (value: unknown) => boolean;
206
- };
207
- eager: {
208
- type: PropType<boolean>;
209
- default: boolean;
210
- };
211
- scrollStrategy: {
212
- type: PropType<"none" | "close" | "block" | "reposition" | ((data: import("../CdsOverlay/composable").IScrollStrategyData, props: import("../CdsOverlay/composable").IScrollStrategyProps, scope: import("vue").EffectScope) => void)>;
213
- default: string;
214
- validator: (value: any) => boolean;
215
- };
216
- locationStrategy: {
217
- type: PropType<"static" | "connected" | ((data: import("../CdsOverlay/composable").ILocationStrategyData, props: import("../CdsOverlay/composable").ILocationStrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => {
218
- updateLocation: (event: Event) => void;
219
- } | undefined)>;
220
- default: string;
221
- validator: (value: any) => boolean;
222
- };
223
- location: {
224
- type: PropType<import('../../utils').TAnchor>;
225
- default: string;
226
- };
227
- origin: {
228
- type: PropType<import('../../utils').TAnchor | "auto" | "overlap">;
229
- default: string;
230
- };
231
- offset: {
232
- type: PropType<string | number | number[]>;
233
- default: null;
234
- };
235
- height: {
236
- type: PropType<string | number>;
237
- default: string;
238
- };
239
- width: {
240
- type: PropType<string | number>;
241
- default: string;
242
- };
243
- maxHeight: {
244
- type: PropType<string | number>;
245
- default: string;
246
- };
247
- maxWidth: {
248
- type: PropType<string | number>;
249
- default: string;
250
- };
251
- minHeight: {
252
- type: PropType<string | number>;
253
- default: string;
254
- };
255
- minWidth: {
256
- type: PropType<string | number>;
257
- default: string;
258
- };
259
- closeDelay: {
260
- type: PropType<string | number>;
261
- default: null;
262
- };
263
- openDelay: {
264
- type: PropType<string | number>;
265
- default: null;
266
- };
267
- activator: {
268
- type: PropType<string | import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | Element>;
269
- default: null;
270
- };
271
- activatorProps: {
272
- type: PropType<Record<string, any>>;
273
- default: () => {};
274
- };
275
- openOnClick: {
276
- type: PropType<boolean | undefined>;
277
- default: undefined;
278
- };
279
- openOnHover: {
280
- type: PropType<boolean>;
281
- default: boolean;
282
- };
283
- openOnFocus: {
284
- type: PropType<boolean | undefined>;
285
- default: undefined;
286
- };
287
- closeOnContentClick: {
288
- type: PropType<boolean>;
289
- default: boolean;
290
- };
291
- attach: {
292
- type: PropType<string | boolean | Element>;
293
- default: boolean;
294
- };
295
- contained: {
296
- type: PropType<boolean>;
297
- default: boolean;
298
- };
299
- disabled: {
300
- type: PropType<boolean>;
301
- default: boolean;
302
- };
303
- persistent: {
304
- type: PropType<boolean>;
305
- default: boolean;
306
- };
307
- scrim: {
308
- type: PropType<string | boolean>;
309
- default: boolean;
310
- };
311
- modelValue: {
312
- type: PropType<boolean>;
313
- default: boolean;
314
- };
315
- closeOnBack: {
316
- type: PropType<boolean>;
317
- default: boolean;
318
- };
319
- zIndex: {
320
- type: PropType<string | number>;
321
- default: number;
322
- };
323
- contentClasses: {
324
- type: PropType<string | string[] | Record<string, boolean>>;
325
- default: null;
326
- };
327
- contentProps: {
328
- type: PropType<Record<string, unknown>>;
329
- default: () => {};
330
- };
331
- noClickAnimation: {
332
- type: PropType<boolean>;
333
- default: boolean;
334
- };
335
- absolute: {
336
- type: PropType<boolean>;
337
- default: boolean;
338
- }; /**
339
- * Сохранять фокус внутри модального окна, по-умолчанию true.
340
- * Его можно отключить, если необходимо использовать собственный элемент для фокусировки
341
- */
342
- }, {
343
- activatorEl: import("vue").Ref<HTMLElement | undefined>;
344
- contentEl: import("vue").Ref<HTMLElement | undefined>;
345
- globalTop: Readonly<import("vue").Ref<boolean>>;
346
- localTop: import("vue").ComputedRef<boolean>;
347
- updateLocation: import("vue").Ref<((event: Event) => void) | undefined>;
348
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
349
- 'update:modelValue': (value: boolean) => true;
350
- 'click:outside': (event: MouseEvent) => true;
351
- afterLeave: () => true;
352
- }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
353
- transition: {
354
- type: PropType<string | boolean | (import("vue").TransitionProps & {
355
- component?: Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | undefined;
356
- })>;
357
- default: string;
358
- validator: (value: unknown) => boolean;
359
- };
360
- eager: {
361
- type: PropType<boolean>;
362
- default: boolean;
363
- };
364
- scrollStrategy: {
365
- type: PropType<"none" | "close" | "block" | "reposition" | ((data: import("../CdsOverlay/composable").IScrollStrategyData, props: import("../CdsOverlay/composable").IScrollStrategyProps, scope: import("vue").EffectScope) => void)>;
366
- default: string;
367
- validator: (value: any) => boolean;
368
- };
369
- locationStrategy: {
370
- type: PropType<"static" | "connected" | ((data: import("../CdsOverlay/composable").ILocationStrategyData, props: import("../CdsOverlay/composable").ILocationStrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => {
371
- updateLocation: (event: Event) => void;
372
- } | undefined)>;
373
- default: string;
374
- validator: (value: any) => boolean;
375
- };
376
- location: {
377
- type: PropType<import('../../utils').TAnchor>;
378
- default: string;
379
- };
380
- origin: {
381
- type: PropType<import('../../utils').TAnchor | "auto" | "overlap">;
382
- default: string;
383
- };
384
- offset: {
385
- type: PropType<string | number | number[]>;
386
- default: null;
387
- };
388
- height: {
389
- type: PropType<string | number>;
390
- default: string;
391
- };
392
- width: {
393
- type: PropType<string | number>;
394
- default: string;
395
- };
396
- maxHeight: {
397
- type: PropType<string | number>;
398
- default: string;
399
- };
400
- maxWidth: {
401
- type: PropType<string | number>;
402
- default: string;
403
- };
404
- minHeight: {
405
- type: PropType<string | number>;
406
- default: string;
407
- };
408
- minWidth: {
409
- type: PropType<string | number>;
410
- default: string;
411
- };
412
- closeDelay: {
413
- type: PropType<string | number>;
414
- default: null;
415
- };
416
- openDelay: {
417
- type: PropType<string | number>;
418
- default: null;
419
- };
420
- activator: {
421
- type: PropType<string | import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | Element>;
422
- default: null;
423
- };
424
- activatorProps: {
425
- type: PropType<Record<string, any>>;
426
- default: () => {};
427
- };
428
- openOnClick: {
429
- type: PropType<boolean | undefined>;
430
- default: undefined;
431
- };
432
- openOnHover: {
433
- type: PropType<boolean>;
434
- default: boolean;
435
- };
436
- openOnFocus: {
437
- type: PropType<boolean | undefined>;
438
- default: undefined;
439
- };
440
- closeOnContentClick: {
441
- type: PropType<boolean>;
442
- default: boolean;
443
- };
444
- attach: {
445
- type: PropType<string | boolean | Element>;
446
- default: boolean;
447
- };
448
- contained: {
449
- type: PropType<boolean>;
450
- default: boolean;
451
- };
452
- disabled: {
453
- type: PropType<boolean>;
454
- default: boolean;
455
- };
456
- persistent: {
457
- type: PropType<boolean>;
458
- default: boolean;
459
- };
460
- scrim: {
461
- type: PropType<string | boolean>;
462
- default: boolean;
463
- };
464
- modelValue: {
465
- type: PropType<boolean>;
466
- default: boolean;
467
- };
468
- closeOnBack: {
469
- type: PropType<boolean>;
470
- default: boolean;
471
- };
472
- zIndex: {
473
- type: PropType<string | number>;
474
- default: number;
475
- };
476
- contentClasses: {
477
- type: PropType<string | string[] | Record<string, boolean>>;
478
- default: null;
479
- };
480
- contentProps: {
481
- type: PropType<Record<string, unknown>>;
482
- default: () => {};
483
- };
484
- noClickAnimation: {
485
- type: PropType<boolean>;
486
- default: boolean;
487
- };
488
- absolute: {
489
- type: PropType<boolean>;
490
- default: boolean;
491
- }; /**
492
- * Сохранять фокус внутри модального окна, по-умолчанию true.
493
- * Его можно отключить, если необходимо использовать собственный элемент для фокусировки
494
- */
495
- }>> & {
496
- "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
497
- "onClick:outside"?: ((event: MouseEvent) => any) | undefined;
498
- onAfterLeave?: (() => any) | undefined;
499
- }, {
500
- disabled: boolean;
501
- location: import('../../utils').TAnchor;
502
- modelValue: boolean;
503
- eager: boolean;
504
- transition: string | boolean | (import("vue").TransitionProps & {
505
- component?: Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | undefined;
506
- });
507
- attach: string | boolean | Element;
508
- contained: boolean;
509
- persistent: boolean;
510
- scrim: string | boolean;
511
- closeOnBack: boolean;
512
- zIndex: string | number;
513
- contentClasses: string | string[] | Record<string, boolean>;
514
- contentProps: Record<string, unknown>;
515
- noClickAnimation: boolean;
516
- activator: string | import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | Element;
517
- activatorProps: Record<string, any>;
518
- openOnClick: boolean | undefined;
519
- openOnHover: boolean;
520
- openOnFocus: boolean | undefined;
521
- closeOnContentClick: boolean;
522
- closeDelay: string | number;
523
- openDelay: string | number;
524
- locationStrategy: "static" | "connected" | ((data: import("../CdsOverlay/composable").ILocationStrategyData, props: import("../CdsOverlay/composable").ILocationStrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => {
525
- updateLocation: (event: Event) => void;
526
- } | undefined);
527
- origin: import('../../utils').TAnchor | "auto" | "overlap";
528
- offset: string | number | number[];
529
- scrollStrategy: "none" | "close" | "block" | "reposition" | ((data: import("../CdsOverlay/composable").IScrollStrategyData, props: import("../CdsOverlay/composable").IScrollStrategyProps, scope: import("vue").EffectScope) => void);
530
- height: string | number;
531
- width: string | number;
532
- maxHeight: string | number;
533
- maxWidth: string | number;
534
- minHeight: string | number;
535
- minWidth: string | number;
536
- absolute: boolean;
537
- }> | undefined>;
538
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
203
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
539
204
  /**
540
205
  * Событие изменения состояния модального окна
541
206
  * @param value
@@ -637,6 +302,11 @@ declare const _sfc_main: import("vue").DefineComponent<{
637
302
  type: PropType<boolean>;
638
303
  default: boolean;
639
304
  };
305
+ theme: {
306
+ type: PropType<string>;
307
+ available: readonly ["cds", "b2b", "promo", "dark"];
308
+ default: undefined;
309
+ };
640
310
  size: {
641
311
  type: PropType<"xs" | "sm" | "md" | "lg" | "xl">;
642
312
  default: string;
@@ -741,6 +411,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
741
411
  }, {
742
412
  size: "xs" | "sm" | "md" | "lg" | "xl";
743
413
  disabled: boolean;
414
+ theme: string;
744
415
  location: import('../../utils').TAnchor;
745
416
  modelValue: boolean;
746
417
  eager: boolean;
@@ -1,10 +1,13 @@
1
1
  import type { PropType } from 'vue';
2
2
  export declare const componentName = "CdsNotification";
3
3
  declare const _sfc_main: import("vue").DefineComponent<{
4
+ theme: {
5
+ type: PropType<string>;
6
+ available: readonly ["cds", "b2b", "promo", "dark"];
7
+ default: undefined;
8
+ };
4
9
  locale: {
5
- type: PropType<"ru" | "en" | import("../../locale").ILocale>; /**
6
- * Состояние уведомления
7
- */
10
+ type: PropType<"ru" | "en" | import("../../locale").ILocale>;
8
11
  default: undefined;
9
12
  };
10
13
  tag: {
@@ -20,18 +23,20 @@ declare const _sfc_main: import("vue").DefineComponent<{
20
23
  validator: (value: "error" | "info" | "success" | "warning" | "progress") => boolean;
21
24
  };
22
25
  variant: {
23
- type: PropType<any>;
26
+ type: PropType<"default" | "important">;
24
27
  default: string;
25
- validator: (value: "default" | "important") => boolean;
28
+ validator: (value: "default" | "important") => boolean; /**
29
+ * Состояние уведомления
30
+ */
26
31
  };
27
32
  icon: {
28
- type: PropType<false | "search" | "link" | "list" | "filters" | "add" | "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" | "chocolate-menu" | "clock" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "external" | "facebook-fill" | "facebook" | "flag" | "funnel" | "globe" | "infinity" | "info-fill" | "info" | "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" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube">;
33
+ type: PropType<false | "search" | "link" | "list" | "filters" | "add" | "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">;
29
34
  default: null;
30
35
  };
31
36
  customIcon: {
32
- type: PropType<"search" | "link" | "list" | "filters" | "add" | "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" | "chocolate-menu" | "clock" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "external" | "facebook-fill" | "facebook" | "flag" | "funnel" | "globe" | "infinity" | "info-fill" | "info" | "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" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube" | undefined>;
37
+ type: PropType<"search" | "link" | "list" | "filters" | "add" | "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>;
33
38
  default: undefined;
34
- validator: (value?: "search" | "link" | "list" | "filters" | "add" | "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" | "chocolate-menu" | "clock" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "external" | "facebook-fill" | "facebook" | "flag" | "funnel" | "globe" | "infinity" | "info-fill" | "info" | "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" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube" | undefined) => boolean;
39
+ validator: (value?: "search" | "link" | "list" | "filters" | "add" | "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) => boolean;
35
40
  };
36
41
  closable: {
37
42
  type: BooleanConstructor;
@@ -42,9 +47,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
42
47
  default: string;
43
48
  };
44
49
  closeIcon: {
45
- type: PropType<"search" | "link" | "list" | "filters" | "add" | "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" | "chocolate-menu" | "clock" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "external" | "facebook-fill" | "facebook" | "flag" | "funnel" | "globe" | "infinity" | "info-fill" | "info" | "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" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube">;
50
+ type: PropType<"search" | "link" | "list" | "filters" | "add" | "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">;
46
51
  default: string;
47
- validator: (value: "search" | "link" | "list" | "filters" | "add" | "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" | "chocolate-menu" | "clock" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "external" | "facebook-fill" | "facebook" | "flag" | "funnel" | "globe" | "infinity" | "info-fill" | "info" | "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" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube") => boolean;
52
+ validator: (value: "search" | "link" | "list" | "filters" | "add" | "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;
48
53
  };
49
54
  text: {
50
55
  type: PropType<string>;
@@ -75,10 +80,13 @@ declare const _sfc_main: import("vue").DefineComponent<{
75
80
  */
76
81
  'update:modelValue': (value: boolean) => true;
77
82
  }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
83
+ theme: {
84
+ type: PropType<string>;
85
+ available: readonly ["cds", "b2b", "promo", "dark"];
86
+ default: undefined;
87
+ };
78
88
  locale: {
79
- type: PropType<"ru" | "en" | import("../../locale").ILocale>; /**
80
- * Состояние уведомления
81
- */
89
+ type: PropType<"ru" | "en" | import("../../locale").ILocale>;
82
90
  default: undefined;
83
91
  };
84
92
  tag: {
@@ -94,18 +102,20 @@ declare const _sfc_main: import("vue").DefineComponent<{
94
102
  validator: (value: "error" | "info" | "success" | "warning" | "progress") => boolean;
95
103
  };
96
104
  variant: {
97
- type: PropType<any>;
105
+ type: PropType<"default" | "important">;
98
106
  default: string;
99
- validator: (value: "default" | "important") => boolean;
107
+ validator: (value: "default" | "important") => boolean; /**
108
+ * Состояние уведомления
109
+ */
100
110
  };
101
111
  icon: {
102
- type: PropType<false | "search" | "link" | "list" | "filters" | "add" | "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" | "chocolate-menu" | "clock" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "external" | "facebook-fill" | "facebook" | "flag" | "funnel" | "globe" | "infinity" | "info-fill" | "info" | "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" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube">;
112
+ type: PropType<false | "search" | "link" | "list" | "filters" | "add" | "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">;
103
113
  default: null;
104
114
  };
105
115
  customIcon: {
106
- type: PropType<"search" | "link" | "list" | "filters" | "add" | "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" | "chocolate-menu" | "clock" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "external" | "facebook-fill" | "facebook" | "flag" | "funnel" | "globe" | "infinity" | "info-fill" | "info" | "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" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube" | undefined>;
116
+ type: PropType<"search" | "link" | "list" | "filters" | "add" | "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>;
107
117
  default: undefined;
108
- validator: (value?: "search" | "link" | "list" | "filters" | "add" | "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" | "chocolate-menu" | "clock" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "external" | "facebook-fill" | "facebook" | "flag" | "funnel" | "globe" | "infinity" | "info-fill" | "info" | "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" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube" | undefined) => boolean;
118
+ validator: (value?: "search" | "link" | "list" | "filters" | "add" | "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) => boolean;
109
119
  };
110
120
  closable: {
111
121
  type: BooleanConstructor;
@@ -116,9 +126,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
116
126
  default: string;
117
127
  };
118
128
  closeIcon: {
119
- type: PropType<"search" | "link" | "list" | "filters" | "add" | "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" | "chocolate-menu" | "clock" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "external" | "facebook-fill" | "facebook" | "flag" | "funnel" | "globe" | "infinity" | "info-fill" | "info" | "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" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube">;
129
+ type: PropType<"search" | "link" | "list" | "filters" | "add" | "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">;
120
130
  default: string;
121
- validator: (value: "search" | "link" | "list" | "filters" | "add" | "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" | "chocolate-menu" | "clock" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "external" | "facebook-fill" | "facebook" | "flag" | "funnel" | "globe" | "infinity" | "info-fill" | "info" | "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" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube") => boolean;
131
+ validator: (value: "search" | "link" | "list" | "filters" | "add" | "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;
122
132
  };
123
133
  text: {
124
134
  type: PropType<string>;
@@ -141,15 +151,16 @@ declare const _sfc_main: import("vue").DefineComponent<{
141
151
  }, {
142
152
  title: string;
143
153
  tag: string;
154
+ theme: string;
144
155
  text: string;
145
156
  modelValue: boolean;
146
157
  locale: "ru" | "en" | import("../../locale").ILocale;
147
- icon: false | "search" | "link" | "list" | "filters" | "add" | "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" | "chocolate-menu" | "clock" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "external" | "facebook-fill" | "facebook" | "flag" | "funnel" | "globe" | "infinity" | "info-fill" | "info" | "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" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube";
148
- variant: any;
149
- customIcon: "search" | "link" | "list" | "filters" | "add" | "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" | "chocolate-menu" | "clock" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "external" | "facebook-fill" | "facebook" | "flag" | "funnel" | "globe" | "infinity" | "info-fill" | "info" | "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" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube" | undefined;
158
+ icon: false | "search" | "link" | "list" | "filters" | "add" | "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";
159
+ variant: "default" | "important";
160
+ customIcon: "search" | "link" | "list" | "filters" | "add" | "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;
150
161
  closable: boolean;
151
162
  closeLabel: string;
152
- closeIcon: "search" | "link" | "list" | "filters" | "add" | "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" | "chocolate-menu" | "clock" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "external" | "facebook-fill" | "facebook" | "flag" | "funnel" | "globe" | "infinity" | "info-fill" | "info" | "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" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube";
163
+ closeIcon: "search" | "link" | "list" | "filters" | "add" | "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";
153
164
  status: "error" | "info" | "success" | "warning" | "progress";
154
165
  }>;
155
166
  export default _sfc_main;