duck-dev-lib 0.0.31 → 0.0.32

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.
@@ -9,6 +9,7 @@ var tabs = {
9
9
  input: "Input",
10
10
  notifications: "Notifications",
11
11
  badge: "Badges",
12
+ modal: "Modal",
12
13
  slider: "Slider",
13
14
  tooltip: "Tooltip",
14
15
  directives: "Directives"
@@ -507,6 +508,34 @@ var cardDoc = {
507
508
  dark: "Dark"
508
509
  }
509
510
  };
511
+ var modalDoc = {
512
+ title: "Duck Dev UI Library - Modal",
513
+ quickDemo: "Open modal",
514
+ basic: {
515
+ title: "Modal window",
516
+ description: "Simple overlay modal with CSS-only backdrop and enter/leave animations. Content is fully customizable. Colors use the library palette.",
517
+ usage: "Usage:",
518
+ inputs: "Inputs:",
519
+ examples: "Examples:"
520
+ },
521
+ inputs: {
522
+ isOpen: "boolean signal that controls visibility (true — open, false — closed)"
523
+ },
524
+ examples: {
525
+ open: "Open demo modal"
526
+ },
527
+ actions: {
528
+ close: "Close"
529
+ },
530
+ demo: {
531
+ title: "Sample modal",
532
+ text: "This is a simple example of the Duck Dev modal component."
533
+ },
534
+ snippets: {
535
+ sampleTitle: "Sample modal",
536
+ sampleText: "You can put any content here."
537
+ }
538
+ };
510
539
  var en = {
511
540
  tabs: tabs,
512
541
  quickStart: quickStart,
@@ -521,8 +550,9 @@ var en = {
521
550
  badgeDoc: badgeDoc,
522
551
  directivesDoc: directivesDoc,
523
552
  accordionDoc: accordionDoc,
524
- cardDoc: cardDoc
553
+ cardDoc: cardDoc,
554
+ modalDoc: modalDoc
525
555
  };
526
556
 
527
- export { accordionDoc, badgeDoc, buttons, cardDoc, en as default, directivesDoc, inputComponent, loaders, notifications, quickStart, slider, svgComponent, tabs, tabsComponent, tooltipDoc };
528
- //# sourceMappingURL=duck-dev-lib-en-D3xSOZcG.mjs.map
557
+ export { accordionDoc, badgeDoc, buttons, cardDoc, en as default, directivesDoc, inputComponent, loaders, modalDoc, notifications, quickStart, slider, svgComponent, tabs, tabsComponent, tooltipDoc };
558
+ //# sourceMappingURL=duck-dev-lib-en-FJT2H4DI.mjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"duck-dev-lib-en-D3xSOZcG.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"duck-dev-lib-en-FJT2H4DI.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -9,6 +9,7 @@ var tabs = {
9
9
  input: "Вввод",
10
10
  notifications: "Уведомления",
11
11
  badge: "Бейджи",
12
+ modal: "Модальное окно",
12
13
  slider: "Слайдер",
13
14
  tooltip: "Подсказка",
14
15
  directives: "Директивы"
@@ -473,6 +474,34 @@ var cardDoc = {
473
474
  dark: "Dark"
474
475
  }
475
476
  };
477
+ var modalDoc = {
478
+ title: "Duck Dev UI Library - Модальное окно",
479
+ quickDemo: "Открыть модальное окно",
480
+ basic: {
481
+ title: "Модальное окно",
482
+ description: "Простое модальное окно с полупрозрачным фоном и анимациями появления/исчезновения на CSS. Содержимое полностью произвольно. Цвета берутся из палитры библиотеки.",
483
+ usage: "Использование:",
484
+ inputs: "Входные параметры:",
485
+ examples: "Примеры:"
486
+ },
487
+ inputs: {
488
+ isOpen: "булево значение, управляющее видимостью (true — открыто, false — закрыто)"
489
+ },
490
+ examples: {
491
+ open: "Открыть демо-окно"
492
+ },
493
+ actions: {
494
+ close: "Закрыть"
495
+ },
496
+ demo: {
497
+ title: "Пример модального окна",
498
+ text: "Это простой пример модального компонента Duck Dev."
499
+ },
500
+ snippets: {
501
+ sampleTitle: "Пример модального окна",
502
+ sampleText: "Здесь можно разместить любое содержимое."
503
+ }
504
+ };
476
505
  var ru = {
477
506
  tabs: tabs,
478
507
  quickStart: quickStart,
@@ -486,8 +515,9 @@ var ru = {
486
515
  badgeDoc: badgeDoc,
487
516
  directivesDoc: directivesDoc,
488
517
  accordionDoc: accordionDoc,
489
- cardDoc: cardDoc
518
+ cardDoc: cardDoc,
519
+ modalDoc: modalDoc
490
520
  };
491
521
 
492
- export { accordionDoc, badgeDoc, buttons, cardDoc, ru as default, directivesDoc, inputComponent, loaders, notifications, quickStart, slider, svgComponent, tabs, tabsComponent };
493
- //# sourceMappingURL=duck-dev-lib-ru-yPN1VRKz.mjs.map
522
+ export { accordionDoc, badgeDoc, buttons, cardDoc, ru as default, directivesDoc, inputComponent, loaders, modalDoc, notifications, quickStart, slider, svgComponent, tabs, tabsComponent };
523
+ //# sourceMappingURL=duck-dev-lib-ru-D0c8A9Pk.mjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"duck-dev-lib-ru-yPN1VRKz.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"duck-dev-lib-ru-D0c8A9Pk.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}