duck-dev-lib 0.0.16 → 0.0.20
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.
- package/fesm2022/{duck-dev-lib-en-1BsT5Qp6.mjs → duck-dev-lib-en-DAAX9t8H.mjs} +24 -2
- package/fesm2022/{duck-dev-lib-en-1BsT5Qp6.mjs.map → duck-dev-lib-en-DAAX9t8H.mjs.map} +1 -1
- package/fesm2022/{duck-dev-lib-ru-DZTf4Lop.mjs → duck-dev-lib-ru-8qXt3ziq.mjs} +24 -2
- package/fesm2022/{duck-dev-lib-ru-DZTf4Lop.mjs.map → duck-dev-lib-ru-8qXt3ziq.mjs.map} +1 -1
- package/fesm2022/duck-dev-lib.mjs +189 -100
- package/fesm2022/duck-dev-lib.mjs.map +1 -1
- package/package.json +1 -1
- package/types/duck-dev-lib.d.ts +14 -1
|
@@ -38,6 +38,25 @@ var buttons = {
|
|
|
38
38
|
exampleOrange: "Orange",
|
|
39
39
|
exampleGray: "Gray",
|
|
40
40
|
exampleDark: "Dark"
|
|
41
|
+
},
|
|
42
|
+
flip: {
|
|
43
|
+
title: "Button Flip",
|
|
44
|
+
description: "Button with flip animation and background color change. Now you can choose the color like for other buttons.",
|
|
45
|
+
usage: "Usage",
|
|
46
|
+
inputs: "Input Parameters:",
|
|
47
|
+
examples: "Examples:",
|
|
48
|
+
inputText: "button text",
|
|
49
|
+
inputColorButton: "button color (White, Violet, Orange, Gray, Dark)",
|
|
50
|
+
inputDisabled: "disable the button",
|
|
51
|
+
inputDirection: "arrow direction: 'previous' | 'next'",
|
|
52
|
+
inputArrowIndex: "arrow offset (number)",
|
|
53
|
+
exampleWhite: "White (default)",
|
|
54
|
+
exampleViolet: "Violet",
|
|
55
|
+
exampleOrange: "Orange",
|
|
56
|
+
exampleGray: "Gray",
|
|
57
|
+
exampleDark: "Dark",
|
|
58
|
+
examplePrev: "Direction: previous",
|
|
59
|
+
exampleNext: "Direction: next"
|
|
41
60
|
}
|
|
42
61
|
};
|
|
43
62
|
var loaders = {
|
|
@@ -123,7 +142,10 @@ var svgComponent = {
|
|
|
123
142
|
howToAdd: "How to Add New Icon:",
|
|
124
143
|
step1: "Add the SVG icon to the icons folder.",
|
|
125
144
|
step2: "Register the icon in the icons configuration file.",
|
|
126
|
-
step3: "Use the icon tag with the registered ID in your template."
|
|
145
|
+
step3: "Use the icon tag with the registered ID in your template.",
|
|
146
|
+
searchPlaceholder: "Search icons by name or id...",
|
|
147
|
+
clickToCopy: "Click to copy",
|
|
148
|
+
copied: "Copied!"
|
|
127
149
|
};
|
|
128
150
|
var inputComponent = {
|
|
129
151
|
title: "Input Field Component",
|
|
@@ -184,4 +206,4 @@ var en = {
|
|
|
184
206
|
};
|
|
185
207
|
|
|
186
208
|
export { buttons, en as default, inputComponent, loaders, svgComponent, tabs, tabsComponent };
|
|
187
|
-
//# sourceMappingURL=duck-dev-lib-en-
|
|
209
|
+
//# sourceMappingURL=duck-dev-lib-en-DAAX9t8H.mjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"duck-dev-lib-en-
|
|
1
|
+
{"version":3,"file":"duck-dev-lib-en-DAAX9t8H.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -38,6 +38,25 @@ var buttons = {
|
|
|
38
38
|
exampleOrange: "Orange",
|
|
39
39
|
exampleGray: "Gray",
|
|
40
40
|
exampleDark: "Dark"
|
|
41
|
+
},
|
|
42
|
+
flip: {
|
|
43
|
+
title: "Button Flip",
|
|
44
|
+
description: "Кнопка с анимацией переворота и сменой цвета фона. Теперь можно выбирать цвет, как и для других кнопок.",
|
|
45
|
+
usage: "Использование",
|
|
46
|
+
inputs: "Входные параметры:",
|
|
47
|
+
examples: "Примеры:",
|
|
48
|
+
inputText: "текст кнопки",
|
|
49
|
+
inputColorButton: "цвет кнопки (White, Violet, Orange, Gray, Dark)",
|
|
50
|
+
inputDisabled: "отключить кнопку",
|
|
51
|
+
inputDirection: "направление стрелки: 'previous' | 'next'",
|
|
52
|
+
inputArrowIndex: "смещение стрелки (число)",
|
|
53
|
+
exampleWhite: "Белая (по умолчанию)",
|
|
54
|
+
exampleViolet: "Фиолетовая",
|
|
55
|
+
exampleOrange: "Оранжевая",
|
|
56
|
+
exampleGray: "Серая",
|
|
57
|
+
exampleDark: "Тёмная",
|
|
58
|
+
examplePrev: "Направление: previous",
|
|
59
|
+
exampleNext: "Направление: next"
|
|
41
60
|
}
|
|
42
61
|
};
|
|
43
62
|
var loaders = {
|
|
@@ -123,7 +142,10 @@ var svgComponent = {
|
|
|
123
142
|
howToAdd: "Как добавить новую иконку:",
|
|
124
143
|
step1: "Добавьте SVG иконку в папку icons.",
|
|
125
144
|
step2: "Зарегистрируйте иконку в конфигурационном файле icons.",
|
|
126
|
-
step3: "Используйте тег иконки с зарегистрированным ID в вашем шаблоне."
|
|
145
|
+
step3: "Используйте тег иконки с зарегистрированным ID в вашем шаблоне.",
|
|
146
|
+
searchPlaceholder: "Поиск иконок по имени или id...",
|
|
147
|
+
clickToCopy: "Кликните, чтобы скопировать",
|
|
148
|
+
copied: "Скопировано!"
|
|
127
149
|
};
|
|
128
150
|
var inputComponent = {
|
|
129
151
|
title: "Компонент поля ввода",
|
|
@@ -184,4 +206,4 @@ var ru = {
|
|
|
184
206
|
};
|
|
185
207
|
|
|
186
208
|
export { buttons, ru as default, inputComponent, loaders, svgComponent, tabs, tabsComponent };
|
|
187
|
-
//# sourceMappingURL=duck-dev-lib-ru-
|
|
209
|
+
//# sourceMappingURL=duck-dev-lib-ru-8qXt3ziq.mjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"duck-dev-lib-ru-
|
|
1
|
+
{"version":3,"file":"duck-dev-lib-ru-8qXt3ziq.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|