duck-dev-lib 0.0.74 → 0.0.76

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.
@@ -16,7 +16,8 @@ var tabs = {
16
16
  speakerBubble: "Speaker bubble",
17
17
  tooltip: "Tooltip",
18
18
  directives: "Directives",
19
- breadcrumb: "Breadcrumb"
19
+ breadcrumb: "Breadcrumb",
20
+ selector: "Selector"
20
21
  };
21
22
  var documentationStyleTabs = {
22
23
  classic: "Classic",
@@ -83,6 +84,12 @@ var quickStart = {
83
84
  templateTitle: "Template (HTML)",
84
85
  componentTitle: "Component (TypeScript)",
85
86
  tip: "All components are standalone — import them directly, no NgModule required. Use AccentEnumColor for consistent colors across the entire interface."
87
+ },
88
+ download: {
89
+ title: "Documentation",
90
+ description: "Download the full Neobrutalism components guide as a Markdown file — it contains imports, usage examples, inputs/outputs, and color recommendations for every brutal component.",
91
+ button: "Download NEOBRUTALISM.md",
92
+ helper: "Markdown guide"
86
93
  }
87
94
  };
88
95
  var tooltipDoc = {
@@ -376,7 +383,14 @@ var segmentDoc = {
376
383
  withBinding: "With two‑way binding and events",
377
384
  filters: "Four options",
378
385
  neobrutalViolet: "Neobrutal / Violet",
379
- neobrutalOrange: "Neobrutal / Orange"
386
+ neobrutalOrange: "Neobrutal / Orange",
387
+ verticalDark: "Vertical / Dark",
388
+ verticalViolet: "Vertical / Violet",
389
+ verticalGray: "Vertical / Gray"
390
+ },
391
+ vertical: {
392
+ title: "Vertical Segment",
393
+ description: "Vertical variant of the neobrutal segment — ideal for navigation menus, multi-step workflows, and cases where each option contains longer text. The indicator slides vertically with a smooth spring animation."
380
394
  },
381
395
  labels: {
382
396
  all: "All",
@@ -389,7 +403,68 @@ var segmentDoc = {
389
403
  drop: "Drop",
390
404
  draft: "Draft",
391
405
  launch: "Launch",
392
- archive: "Archive"
406
+ archive: "Archive",
407
+ strategy: "Strategy",
408
+ research: "Research",
409
+ prototype: "Prototype",
410
+ validate: "Validate",
411
+ discover: "Discover",
412
+ design: "Design",
413
+ develop: "Develop",
414
+ deliver: "Deliver",
415
+ backlog: "Backlog",
416
+ inProgress: "In Progress",
417
+ done: "Done"
418
+ }
419
+ };
420
+ var selectorDoc = {
421
+ title: "Duck Dev UI Library - Selector",
422
+ basic: {
423
+ title: "Selector components",
424
+ description: "Alternative to segment/select with non-standard visual presentation. Two neobrutalism variants: a 3D rotating drum (prism) with drag/swipe, and an animated road sign pointer with click-to-rotate animation.",
425
+ usage: "Usage:",
426
+ inputs: "Input Parameters:",
427
+ examples: "Examples:"
428
+ },
429
+ inputsDesc: {
430
+ value: "current selected value (string). If omitted, the first option is selected by default.",
431
+ valueChange: "emits the selected value on change.",
432
+ ionChange: "Ionic-style event with shape { detail: { value } }.",
433
+ color: "accepts AccentEnumColor to switch palette and contrast.",
434
+ optionValue: "value associated with a particular option (required)."
435
+ },
436
+ drum: {
437
+ title: "Drum Selector",
438
+ description: "3D rotating prism with drag/swipe interaction. The number of faces equals the number of options (3–5). Swipe up/down to rotate, the drum snaps to the nearest face with inertia."
439
+ },
440
+ slot: {
441
+ title: "Slot Machine Selector",
442
+ description: "A one-armed bandit style selector. Values scroll in a reel window. Use the up/down buttons to switch or pull the lever for a random pick. Supports 2–5 options."
443
+ },
444
+ examples: {
445
+ drumWhite: "Drum / White",
446
+ drumViolet: "Drum / Violet (4 options)",
447
+ drumOrange: "Drum / Orange",
448
+ drumDark: "Drum / Dark (5 options)",
449
+ slotWhite: "Slot / White",
450
+ slotViolet: "Slot / Violet",
451
+ slotDark: "Slot / Dark"
452
+ },
453
+ labels: {
454
+ selected: "Selected",
455
+ rush: "Rush",
456
+ strategy: "Strategy",
457
+ rpg: "RPG",
458
+ arcade: "Arcade",
459
+ review: "Review",
460
+ drop: "Drop",
461
+ draft: "Draft",
462
+ launch: "Launch",
463
+ archive: "Archive",
464
+ research: "Research",
465
+ prototype: "Prototype",
466
+ validate: "Validate",
467
+ deliver: "Deliver"
393
468
  }
394
469
  };
395
470
  var loaders = {
@@ -895,6 +970,13 @@ var breadcrumbDoc = {
895
970
  },
896
971
  labels: {
897
972
  navigated: "Last navigated"
973
+ },
974
+ interactive: {
975
+ title: "Interactive Demo",
976
+ description: "Add or remove breadcrumbs to test the horizontal scroll behavior. The breadcrumb bar height stays fixed regardless of the number of items.",
977
+ add: "Add",
978
+ remove: "Remove",
979
+ count: "Items"
898
980
  }
899
981
  };
900
982
  var en = {
@@ -906,6 +988,7 @@ var en = {
906
988
  slider: slider,
907
989
  buttons: buttons,
908
990
  segmentDoc: segmentDoc,
991
+ selectorDoc: selectorDoc,
909
992
  loaders: loaders,
910
993
  tabsComponent: tabsComponent,
911
994
  svgComponent: svgComponent,
@@ -920,5 +1003,5 @@ var en = {
920
1003
  breadcrumbDoc: breadcrumbDoc
921
1004
  };
922
1005
 
923
- export { accordionDoc, badgeDoc, breadcrumbDoc, buttons, cardDoc, en as default, directivesDoc, documentationStyleTabs, inputComponent, loaders, modalDoc, notifications, progressDoc, quickStart, segmentDoc, slider, speakerBubbleDoc, svgComponent, tabs, tabsComponent, tooltipDoc };
924
- //# sourceMappingURL=duck-dev-lib-en-HnIDQoqi.mjs.map
1006
+ export { accordionDoc, badgeDoc, breadcrumbDoc, buttons, cardDoc, en as default, directivesDoc, documentationStyleTabs, inputComponent, loaders, modalDoc, notifications, progressDoc, quickStart, segmentDoc, selectorDoc, slider, speakerBubbleDoc, svgComponent, tabs, tabsComponent, tooltipDoc };
1007
+ //# sourceMappingURL=duck-dev-lib-en-XYugblp4.mjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"duck-dev-lib-ru-CsxjiQCC.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"duck-dev-lib-en-XYugblp4.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -16,7 +16,8 @@ var tabs = {
16
16
  speakerBubble: "Речевые облака",
17
17
  tooltip: "Подсказка",
18
18
  directives: "Директивы",
19
- breadcrumb: "Хлебные крошки"
19
+ breadcrumb: "Хлебные крошки",
20
+ selector: "Селектор"
20
21
  };
21
22
  var documentationStyleTabs = {
22
23
  classic: "Классика",
@@ -83,6 +84,12 @@ var quickStart = {
83
84
  templateTitle: "Шаблон (HTML)",
84
85
  componentTitle: "Компонент (TypeScript)",
85
86
  tip: "Все компоненты standalone — импортируйте их напрямую, NgModule не нужен. Используйте AccentEnumColor для единообразных цветов по всему интерфейсу."
87
+ },
88
+ download: {
89
+ title: "Документация",
90
+ description: "Скачайте полный гайд по Neobrutalism-компонентам в формате Markdown — импорты, примеры, inputs/outputs и рекомендации по цветам для каждого brutal-компонента.",
91
+ button: "Скачать NEOBRUTALISM.md",
92
+ helper: "Markdown-гайд"
86
93
  }
87
94
  };
88
95
  var notifications = {
@@ -342,7 +349,14 @@ var segmentDoc = {
342
349
  withBinding: "С двусторонним биндингом и событиями",
343
350
  filters: "Четыре опции",
344
351
  neobrutalViolet: "Neobrutal / Violet",
345
- neobrutalOrange: "Neobrutal / Orange"
352
+ neobrutalOrange: "Neobrutal / Orange",
353
+ verticalDark: "Вертикальный / Dark",
354
+ verticalViolet: "Вертикальный / Violet",
355
+ verticalGray: "Вертикальный / Gray"
356
+ },
357
+ vertical: {
358
+ title: "Вертикальный сегмент",
359
+ description: "Вертикальный вариант neobrutal-сегмента — идеален для навигационных меню, многоступенчатых процессов и случаев, когда каждая опция содержит длинный текст. Индикатор плавно скользит по вертикали с пружинной анимацией."
346
360
  },
347
361
  labels: {
348
362
  all: "Все",
@@ -355,7 +369,68 @@ var segmentDoc = {
355
369
  drop: "Drop",
356
370
  draft: "Draft",
357
371
  launch: "Launch",
358
- archive: "Archive"
372
+ archive: "Archive",
373
+ strategy: "Стратегия",
374
+ research: "Исследование",
375
+ prototype: "Прототип",
376
+ validate: "Валидация",
377
+ discover: "Поиск",
378
+ design: "Дизайн",
379
+ develop: "Разработка",
380
+ deliver: "Доставка",
381
+ backlog: "Бэклог",
382
+ inProgress: "В работе",
383
+ done: "Готово"
384
+ }
385
+ };
386
+ var selectorDoc = {
387
+ title: "Duck Dev UI Library - Селектор",
388
+ basic: {
389
+ title: "Компоненты селектора",
390
+ description: "Альтернатива segment/select с нестандартной визуальной подачей. Два neobrutalism-варианта: 3D-барабан (призма) с вращением через drag/swipe и анимированный дорожный знак-указатель с поворотом по клику.",
391
+ usage: "Использование:",
392
+ inputs: "Входные параметры:",
393
+ examples: "Примеры:"
394
+ },
395
+ inputsDesc: {
396
+ value: "текущее выбранное значение (string). Если не указано — по умолчанию выбирается первая опция.",
397
+ valueChange: "эмитит выбранное значение при смене.",
398
+ ionChange: "событие в стиле Ionic с формой { detail: { value } }.",
399
+ color: "принимает AccentEnumColor для смены палитры и контраста.",
400
+ optionValue: "значение, связанное с конкретной опцией (обязательно)."
401
+ },
402
+ drum: {
403
+ title: "Барабан (Drum)",
404
+ description: "3D-вращающаяся призма с drag/swipe-взаимодействием. Количество граней равно количеству опций (3–5). Свайпайте вверх/вниз для вращения, барабан доворачивается к ближайшей грани с инерцией."
405
+ },
406
+ slot: {
407
+ title: "Слот-машина (Slot Machine)",
408
+ description: "Селектор в стиле однорукого бандита. Значения прокручиваются в окошке барабана. Используйте кнопки вверх/вниз для переключения или дёрните рычаг для случайного выбора. Поддерживает 2–5 опций."
409
+ },
410
+ examples: {
411
+ drumWhite: "Барабан / White",
412
+ drumViolet: "Барабан / Violet (4 опции)",
413
+ drumOrange: "Барабан / Orange",
414
+ drumDark: "Барабан / Dark (5 опций)",
415
+ slotWhite: "Слот / White",
416
+ slotViolet: "Слот / Violet",
417
+ slotDark: "Слот / Dark"
418
+ },
419
+ labels: {
420
+ selected: "Выбрано",
421
+ rush: "Rush",
422
+ strategy: "Стратегия",
423
+ rpg: "RPG",
424
+ arcade: "Аркада",
425
+ review: "Review",
426
+ drop: "Drop",
427
+ draft: "Draft",
428
+ launch: "Launch",
429
+ archive: "Archive",
430
+ research: "Исследование",
431
+ prototype: "Прототип",
432
+ validate: "Валидация",
433
+ deliver: "Доставка"
359
434
  }
360
435
  };
361
436
  var loaders = {
@@ -851,6 +926,13 @@ var breadcrumbDoc = {
851
926
  },
852
927
  labels: {
853
928
  navigated: "Последний переход"
929
+ },
930
+ interactive: {
931
+ title: "Интерактивная демонстрация",
932
+ description: "Добавляйте и удаляйте крошки, чтобы проверить горизонтальную прокрутку. Высота панели остаётся фиксированной независимо от количества элементов.",
933
+ add: "Добавить",
934
+ remove: "Удалить",
935
+ count: "Элементов"
854
936
  }
855
937
  };
856
938
  var ru = {
@@ -861,6 +943,7 @@ var ru = {
861
943
  slider: slider,
862
944
  buttons: buttons,
863
945
  segmentDoc: segmentDoc,
946
+ selectorDoc: selectorDoc,
864
947
  loaders: loaders,
865
948
  tabsComponent: tabsComponent,
866
949
  svgComponent: svgComponent,
@@ -875,5 +958,5 @@ var ru = {
875
958
  breadcrumbDoc: breadcrumbDoc
876
959
  };
877
960
 
878
- export { accordionDoc, badgeDoc, breadcrumbDoc, buttons, cardDoc, ru as default, directivesDoc, documentationStyleTabs, inputComponent, loaders, modalDoc, notifications, progressDoc, quickStart, segmentDoc, slider, speakerBubbleDoc, svgComponent, tabs, tabsComponent };
879
- //# sourceMappingURL=duck-dev-lib-ru-CsxjiQCC.mjs.map
961
+ export { accordionDoc, badgeDoc, breadcrumbDoc, buttons, cardDoc, ru as default, directivesDoc, documentationStyleTabs, inputComponent, loaders, modalDoc, notifications, progressDoc, quickStart, segmentDoc, selectorDoc, slider, speakerBubbleDoc, svgComponent, tabs, tabsComponent };
962
+ //# sourceMappingURL=duck-dev-lib-ru-BBQhEnLr.mjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"duck-dev-lib-en-HnIDQoqi.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"duck-dev-lib-ru-BBQhEnLr.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}