aloha-vue 1.2.46 → 1.2.48
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/docs/package.json +2 -2
- package/docs/src/App/App.pug +1 -1
- package/docs/src/components/TheMenu/TheMenu.js +16 -19
- package/docs/src/components/TheMenu/TheMenu.pug +4 -11
- package/docs/src/components/TheMenu/TheMenu.vue +0 -1
- package/docs/src/mainIcons.js +3 -1
- package/docs/src/mainTranslation.js +9 -0
- package/docs/src/router/index.js +5 -0
- package/docs/src/views/PageButton/compositionAPI/PropsAPI.js +1 -1
- package/docs/src/views/PageDropdown/i18n/ar.json +22 -22
- package/docs/src/views/PageDropdown/i18n/de.json +22 -22
- package/docs/src/views/PageDropdown/i18n/en.json +22 -22
- package/docs/src/views/PageDropdown/i18n/es.json +22 -22
- package/docs/src/views/PageDropdown/i18n/fr.json +22 -22
- package/docs/src/views/PageDropdown/i18n/hr.json +29 -2
- package/docs/src/views/PageDropdown/i18n/it.json +22 -22
- package/docs/src/views/PageLink/compositionAPI/PropsAPI.js +1 -1
- package/docs/src/views/PageMenu/PageMenuBasic/PageMenuBasic.js +49 -0
- package/docs/src/views/PageMenu/PageMenuBasic/PageMenuBasic.pug +34 -0
- package/docs/src/views/PageMenu/PageMenuBasic/PageMenuBasic.vue +2 -0
- package/docs/src/views/PageMenu/PageMenuBasic/PageMenuBasicExample/PageMenuBasicExample.js +496 -0
- package/docs/src/views/PageMenu/PageMenuBasic/PageMenuBasicExample/PageMenuBasicExample.pug +14 -0
- package/docs/src/views/PageMenu/PageMenuBasic/PageMenuBasicExample/PageMenuBasicExample.vue +2 -0
- package/docs/src/views/PageMenu/PageMenuBasic/PageMenuBasicExample/compositionAPI/HtmlAPI.js +10 -0
- package/docs/src/views/PageMenu/PageMenuBasic/PageMenuBasicExample/compositionAPI/JsAPI.js +14 -0
- package/docs/src/views/PageMenu/PageMenuBasic/compositionAPI/EventsAPI.js +13 -0
- package/docs/src/views/PageMenu/PageMenuBasic/compositionAPI/ExposesAPI.js +18 -0
- package/docs/src/views/PageMenu/PageMenuBasic/compositionAPI/PageTitleAPI.js +24 -0
- package/docs/src/views/PageMenu/PageMenuBasic/compositionAPI/PropsAPI.js +106 -0
- package/docs/src/views/PageMenu/PageMenuBasic/compositionAPI/SlotsAPI.js +12 -0
- package/docs/src/views/PageMenu/PageMenuBasic/i18n/PageMenuBasicI18n.js +19 -0
- package/docs/src/views/PageMenu/PageMenuBasic/i18n/ar.json +3 -0
- package/docs/src/views/PageMenu/PageMenuBasic/i18n/de.json +3 -0
- package/docs/src/views/PageMenu/PageMenuBasic/i18n/en.json +3 -0
- package/docs/src/views/PageMenu/PageMenuBasic/i18n/es.json +3 -0
- package/docs/src/views/PageMenu/PageMenuBasic/i18n/fr.json +3 -0
- package/docs/src/views/PageMenu/PageMenuBasic/i18n/hr.json +3 -0
- package/docs/src/views/PageMenu/PageMenuBasic/i18n/it.json +3 -0
- package/docs/src/views/PageMenu/PageMenuBasic/i18n/ru.json +3 -0
- package/docs/src/views/PageModal/i18n/hr.json +34 -34
- package/docs/styles/styles.scss +4 -1
- package/package.json +1 -1
- package/src/AAccordion/AAccordion.js +1 -1
- package/src/AAccordion/AAccordionItem/AAccordionItem.js +1 -1
- package/src/AAccordion/AAccordionItem/compositionAPI/ToggleAPI.js +1 -1
- package/src/AAccordion/compositionAPI/DataAPI.js +1 -1
- package/src/AAccordion/compositionAPI/IndexesForOpenAPI.js +1 -1
- package/src/AAccordion/compositionAPI/ToggleAPI.js +1 -1
- package/src/AButton/AButton.js +8 -2
- package/src/AButton/comositionAPI/TypeAPI.js +20 -0
- package/src/AFilters/AFilterCenter/AFilterCenterItem/compositionAPI/ModelValuesAPI.js +3 -2
- package/src/ALink/ALink.js +1 -1
- package/src/AMenu/AMenuBreadcrumbs.js +1 -1
- package/src/AMenu/AMenuPanelLink/AMenuPanelLink.js +3 -3
- package/src/AMenu/AMenuSearchGroup.js +2 -2
- package/src/AMenu/compositionAPI/AMenuDataAPI.js +4 -4
- package/src/AMenu/compositionAPI/AMenuPanelsAPI.js +1 -1
- package/src/AMenu/compositionAPI/AMenuSearchAPI.js +2 -2
- package/src/AMenu2/AMenu2.js +470 -0
- package/src/AMenu2/AMenuBreadcrumbs/AMenuBreadcrumbs.js +226 -0
- package/src/AMenu2/AMenuBreadcrumbs/compositionAPI/EventsAPI.js +27 -0
- package/src/AMenu2/AMenuBreadcrumbs/compositionAPI/ItemsAPI.js +42 -0
- package/src/AMenu2/AMenuBreadcrumbs/compositionAPI/RenderTruncatedAPI.js +73 -0
- package/src/AMenu2/AMenuButtonToggle/AMenuButtonToggle.js +70 -0
- package/src/AMenu2/AMenuButtonToggle/compositionAPI/ToggleAPI.js +85 -0
- package/src/AMenu2/AMenuPanel/AMenuPanel.js +154 -0
- package/src/AMenu2/AMenuPanel/compositionAPI/GroupAPI.js +43 -0
- package/src/AMenu2/AMenuPanel/compositionAPI/IdAPI.js +25 -0
- package/src/AMenu2/AMenuPanel/compositionAPI/PanelOpenAPI.js +38 -0
- package/src/AMenu2/AMenuPanelGroup/AMenuPanelGroup.js +104 -0
- package/src/AMenu2/AMenuPanelGroup/compositionAPI/GroupItemsAPI.js +16 -0
- package/src/AMenu2/AMenuPanelGroup/compositionAPI/LabelIdAPI.js +29 -0
- package/src/AMenu2/AMenuPanelLink/AMenuPanelLink.js +239 -0
- package/src/AMenu2/AMenuPanelLink/compositionAPI/ActiveAPI.js +24 -0
- package/src/AMenu2/AMenuPanelLink/compositionAPI/AttributesAPI.js +40 -0
- package/src/AMenu2/AMenuPanelLink/compositionAPI/ChildrenAPI.js +22 -0
- package/src/AMenu2/AMenuPanelLink/compositionAPI/EventsAPI.js +49 -0
- package/src/AMenu2/AMenuPanelLink/compositionAPI/IdAPI.js +26 -0
- package/src/AMenu2/AMenuPanelLink/compositionAPI/LabelAPI.js +35 -0
- package/src/AMenu2/AMenuPanelLink/compositionAPI/LinkAPI.js +29 -0
- package/src/AMenu2/AMenuPanelLink/compositionAPI/LinkOpenAPI.js +31 -0
- package/src/AMenu2/AMenuPanelLink/compositionAPI/SlotAPI.js +26 -0
- package/src/AMenu2/AMenuPanelLink/compositionAPI/TabindexAPI.js +31 -0
- package/src/AMenu2/AMenuPanelLink/compositionAPI/TitleAPI.js +53 -0
- package/src/AMenu2/AMenuSearchPanel/AMenuSearchPanel.js +118 -0
- package/src/AMenu2/AMenuSearchPanel/compositionAPI/NoneFoundAPI.js +20 -0
- package/src/AMenu2/AMenuSearchPanel/compositionAPI/TextAPI.js +17 -0
- package/src/AMenu2/AMenuSearchPanelBreadcrumbs/AMenuSearchPanelBreadcrumbs.js +117 -0
- package/src/AMenu2/AMenuSearchPanelBreadcrumbs/compositionAPI/BreadcrumbsItemsAPI.js +41 -0
- package/src/AMenu2/AMenuSearchPanelBreadcrumbs/compositionAPI/EventsAPI.js +27 -0
- package/src/AMenu2/compositionAPI/AMenuBlockerClickAPI.js +27 -0
- package/src/AMenu2/compositionAPI/CheckRoutesAPI.js +99 -0
- package/src/AMenu2/compositionAPI/DataAPI.js +116 -0
- package/src/AMenu2/compositionAPI/LinkClickAPI.js +40 -0
- package/src/AMenu2/compositionAPI/MenuAttributesAPI.js +26 -0
- package/src/AMenu2/compositionAPI/PanelMainAPI.js +17 -0
- package/src/AMenu2/compositionAPI/PanelsAPI.js +81 -0
- package/src/AMenu2/compositionAPI/PopoverAPI.js +131 -0
- package/src/AMenu2/compositionAPI/ResizeAPI.js +55 -0
- package/src/AMenu2/compositionAPI/SearchAPI.js +67 -0
- package/src/AMenu2/compositionAPI/SearchBtnAPI.js +36 -0
- package/src/AMenu2/const/AKeyBreadcrumbs.js +1 -0
- package/src/AMenu2/i18n/AMenu2I18n.js +19 -0
- package/src/AMenu2/i18n/ar.json +14 -0
- package/src/AMenu2/i18n/de.json +14 -0
- package/src/AMenu2/i18n/en.json +14 -0
- package/src/AMenu2/i18n/es.json +14 -0
- package/src/AMenu2/i18n/fr.json +14 -0
- package/src/AMenu2/i18n/hr.json +14 -0
- package/src/AMenu2/i18n/it.json +14 -0
- package/src/AMenu2/i18n/ru.json +14 -0
- package/src/AMenu2/utils/utils.js +21 -0
- package/src/AModal/i18n/hr.json +2 -2
- package/src/AVerticalScroll/AVerticalScroll.js +168 -0
- package/src/AVerticalScroll/compositionAPI/ListenerAPI.js +21 -0
- package/src/AVerticalScroll/compositionAPI/ObserverAPI.js +105 -0
- package/src/AVerticalScroll/compositionAPI/ScrollAPI.js +50 -0
- package/src/AVerticalScroll/i18n/AVerticalScrollI18n.js +19 -0
- package/src/AVerticalScroll/i18n/ar.json +4 -0
- package/src/AVerticalScroll/i18n/de.json +4 -0
- package/src/AVerticalScroll/i18n/en.json +4 -0
- package/src/AVerticalScroll/i18n/es.json +4 -0
- package/src/AVerticalScroll/i18n/fr.json +4 -0
- package/src/AVerticalScroll/i18n/hr.json +4 -0
- package/src/AVerticalScroll/i18n/it.json +4 -0
- package/src/AVerticalScroll/i18n/ru.json +4 -0
- package/src/compositionAPI/AMobileAPI.js +3 -0
- package/src/i18n/allLanguages.js +18 -0
- package/src/i18n/ar.json +0 -3
- package/src/i18n/de.json +0 -3
- package/src/i18n/en.json +0 -3
- package/src/i18n/es.json +0 -3
- package/src/i18n/fr.json +0 -3
- package/src/i18n/hr.json +0 -3
- package/src/i18n/it.json +0 -3
- package/src/i18n/ru.json +1 -4
- package/src/styles/components/ALink.scss +1 -1
- package/src/styles/components/AMenu2.scss +533 -0
- package/src/styles/components/AVerticalScroll.scss +48 -0
- package/src/styles/components/ui/ui.scss +2 -1
- package/src/styles/styles.scss +2 -0
- package/src/ui/ARadio/ARadio.js +1 -1
- package/src/ui/ASelect/ASelect.js +1 -1
- package/src/ui/ASelect/ASelectLabelElement.js +1 -1
- package/src/ui/ASelect/ASelectValueCloseable.js +2 -2
- package/src/ui/ASelect/compositionAPI/ModelChangeAPI.js +1 -1
- package/src/ui/ASelect/compositionAPI/SelectedTitleAPI.js +1 -1
- package/src/ui/compositionApi/UiCheckboxRadioItemAPI.js +2 -2
- package/src/ui/compositionApi/UiDataFromServerAPI.js +1 -1
- package/src/ui/compositionApi/UiDataSortAPI.js +1 -1
- package/src/ui/compositionApi/UiDataWithKeyIdAndLabelAPI.js +2 -2
- package/src/ui/compositionApi/UiSearchAPI.js +2 -2
- package/docs/src/components/TheMenu/TheMenu.scss +0 -39
- package/docs/src/components/TheMenuItem/TheMenuItem.js +0 -29
- package/docs/src/components/TheMenuItem/TheMenuItem.pug +0 -26
- package/docs/src/components/TheMenuItem/TheMenuItem.vue +0 -2
- /package/src/{ui/const → const}/AKeyChildren.js +0 -0
- /package/src/{ui/const → const}/AKeyId.js +0 -0
- /package/src/{ui/const → const}/AKeyLabel.js +0 -0
- /package/src/{ui/const → const}/AKeyParent.js +0 -0
package/docs/package.json
CHANGED
package/docs/src/App/App.pug
CHANGED
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
import TheMenuItem from "../TheMenuItem/TheMenuItem.vue";
|
|
1
|
+
import AMenu2 from "../../../../src/AMenu2/AMenu2";
|
|
4
2
|
|
|
5
3
|
export default {
|
|
6
4
|
name: "TheMenu",
|
|
7
5
|
components: {
|
|
8
|
-
|
|
9
|
-
TheMenuItem,
|
|
6
|
+
AMenu2,
|
|
10
7
|
},
|
|
11
8
|
data() {
|
|
12
9
|
return {
|
|
@@ -19,20 +16,6 @@ export default {
|
|
|
19
16
|
},
|
|
20
17
|
icon: "ListNested",
|
|
21
18
|
},
|
|
22
|
-
{
|
|
23
|
-
id: "accordion2",
|
|
24
|
-
label: "Accordion seeeeeehr lange name",
|
|
25
|
-
icon: "ListNested",
|
|
26
|
-
children: [
|
|
27
|
-
{
|
|
28
|
-
id: "accordion3",
|
|
29
|
-
label: "Accordion seeeeeehr lange name",
|
|
30
|
-
to: {
|
|
31
|
-
name: "PageAccordion",
|
|
32
|
-
}
|
|
33
|
-
}
|
|
34
|
-
]
|
|
35
|
-
},
|
|
36
19
|
{
|
|
37
20
|
id: "alert",
|
|
38
21
|
label: "Alert",
|
|
@@ -297,6 +280,20 @@ export default {
|
|
|
297
280
|
},
|
|
298
281
|
icon: "HourglassSplit",
|
|
299
282
|
},
|
|
283
|
+
{
|
|
284
|
+
id: "menu",
|
|
285
|
+
label: "Menu",
|
|
286
|
+
icon: "MenuAppFill",
|
|
287
|
+
children: [
|
|
288
|
+
{
|
|
289
|
+
id: "PageMenuBasic",
|
|
290
|
+
label: "Menu basic",
|
|
291
|
+
to: {
|
|
292
|
+
name: "PageMenuBasic",
|
|
293
|
+
},
|
|
294
|
+
},
|
|
295
|
+
],
|
|
296
|
+
},
|
|
300
297
|
{
|
|
301
298
|
id: "modal",
|
|
302
299
|
label: "Modal",
|
|
@@ -1,15 +1,8 @@
|
|
|
1
|
-
a-menu(
|
|
1
|
+
a-menu-2(
|
|
2
2
|
:data="menuItems"
|
|
3
|
-
|
|
4
|
-
:is-blocker-clickable="true"
|
|
5
|
-
:is-breadcrumbs-link-truncated="false"
|
|
3
|
+
:can-change-body-class="true"
|
|
6
4
|
key-children="children"
|
|
7
5
|
key-slot="slot"
|
|
8
|
-
:is-
|
|
6
|
+
:is-translated="true"
|
|
7
|
+
menu-id="a_menu"
|
|
9
8
|
)
|
|
10
|
-
template(
|
|
11
|
-
v-slot:slotItem="{ item, label }"
|
|
12
|
-
)
|
|
13
|
-
span(
|
|
14
|
-
v-html="label"
|
|
15
|
-
)
|
package/docs/src/mainIcons.js
CHANGED
|
@@ -30,11 +30,12 @@ import HourglassSplit from "../../src/AIcon/Icons/bootstrap-1-9-1/HourglassSplit
|
|
|
30
30
|
import InputCursor from "../../src/AIcon/Icons/bootstrap-1-9-1/InputCursor";
|
|
31
31
|
import ListNested from "../../src/AIcon/Icons/bootstrap-1-9-1/ListNested";
|
|
32
32
|
import ListUl from "../../src/AIcon/Icons/bootstrap-1-9-1/ListUl";
|
|
33
|
+
import MenuAppFill from "../../src/AIcon/Icons/bootstrap-1-9-1/MenuAppFill";
|
|
33
34
|
import MenuDown from "../../src/AIcon/Icons/bootstrap-1-9-1/MenuDown";
|
|
34
35
|
import Reception2 from "../../src/AIcon/Icons/bootstrap-1-9-1/Reception2";
|
|
35
36
|
import SegmentedNav from "../../src/AIcon/Icons/bootstrap-1-9-1/SegmentedNav";
|
|
36
|
-
import StarFill from "../../src/AIcon/Icons/bootstrap-1-9-1/StarFill";
|
|
37
37
|
import Star from "../../src/AIcon/Icons/bootstrap3/StarEmpty";
|
|
38
|
+
import StarFill from "../../src/AIcon/Icons/bootstrap-1-9-1/StarFill";
|
|
38
39
|
import Table from "../../src/AIcon/Icons/bootstrap-1-9-1/Table";
|
|
39
40
|
import Translate from "../../src/AIcon/Icons/bootstrap-1-9-1/Translate";
|
|
40
41
|
import Window from "../../src/AIcon/Icons/bootstrap-1-9-1/Window";
|
|
@@ -74,6 +75,7 @@ export default {
|
|
|
74
75
|
InputCursor,
|
|
75
76
|
ListNested,
|
|
76
77
|
ListUl,
|
|
78
|
+
MenuAppFill,
|
|
77
79
|
MenuDown,
|
|
78
80
|
Reception2,
|
|
79
81
|
SegmentedNav,
|
|
@@ -41,6 +41,7 @@ import PageWizardI18n from "./views/PageWizard/i18n/PageWizardI18n";
|
|
|
41
41
|
import PageModalI18n from "./views/PageModal/i18n/PageModalI18n";
|
|
42
42
|
import PageTablePreviewDownI18n from "./views/PageTable/PageTablePreviewDown/i18n/PageTablePreviewDownI18n";
|
|
43
43
|
import PageFiltersRightI18n from "./views/PageFiltersRight/i18n/PageFiltersRightI18n";
|
|
44
|
+
import PageMenuBasicI18n from "./views/PageMenu/PageMenuBasic/i18n/PageMenuBasicI18n";
|
|
44
45
|
|
|
45
46
|
export const mainTranslation = {
|
|
46
47
|
ar: {
|
|
@@ -78,6 +79,7 @@ export const mainTranslation = {
|
|
|
78
79
|
...PageModalI18n.ar,
|
|
79
80
|
...PageTablePreviewDownI18n.ar,
|
|
80
81
|
...PageFiltersRightI18n.ar,
|
|
82
|
+
...PageMenuBasicI18n.ar,
|
|
81
83
|
},
|
|
82
84
|
de: {
|
|
83
85
|
...allLanguages.de,
|
|
@@ -114,6 +116,7 @@ export const mainTranslation = {
|
|
|
114
116
|
...PageModalI18n.de,
|
|
115
117
|
...PageTablePreviewDownI18n.de,
|
|
116
118
|
...PageFiltersRightI18n.de,
|
|
119
|
+
...PageMenuBasicI18n.de,
|
|
117
120
|
},
|
|
118
121
|
en: {
|
|
119
122
|
...allLanguages.en,
|
|
@@ -150,6 +153,7 @@ export const mainTranslation = {
|
|
|
150
153
|
...PageModalI18n.en,
|
|
151
154
|
...PageTablePreviewDownI18n.en,
|
|
152
155
|
...PageFiltersRightI18n.en,
|
|
156
|
+
...PageMenuBasicI18n.en,
|
|
153
157
|
},
|
|
154
158
|
es: {
|
|
155
159
|
...allLanguages.es,
|
|
@@ -186,6 +190,7 @@ export const mainTranslation = {
|
|
|
186
190
|
...PageModalI18n.es,
|
|
187
191
|
...PageTablePreviewDownI18n.es,
|
|
188
192
|
...PageFiltersRightI18n.es,
|
|
193
|
+
...PageMenuBasicI18n.es,
|
|
189
194
|
},
|
|
190
195
|
fr: {
|
|
191
196
|
...allLanguages.fr,
|
|
@@ -222,6 +227,7 @@ export const mainTranslation = {
|
|
|
222
227
|
...PageModalI18n.fr,
|
|
223
228
|
...PageTablePreviewDownI18n.fr,
|
|
224
229
|
...PageFiltersRightI18n.fr,
|
|
230
|
+
...PageMenuBasicI18n.fr,
|
|
225
231
|
},
|
|
226
232
|
hr: {
|
|
227
233
|
...allLanguages.hr,
|
|
@@ -258,6 +264,7 @@ export const mainTranslation = {
|
|
|
258
264
|
...PageModalI18n.hr,
|
|
259
265
|
...PageTablePreviewDownI18n.hr,
|
|
260
266
|
...PageFiltersRightI18n.hr,
|
|
267
|
+
...PageMenuBasicI18n.hr,
|
|
261
268
|
},
|
|
262
269
|
it: {
|
|
263
270
|
...allLanguages.it,
|
|
@@ -294,6 +301,7 @@ export const mainTranslation = {
|
|
|
294
301
|
...PageModalI18n.it,
|
|
295
302
|
...PageTablePreviewDownI18n.it,
|
|
296
303
|
...PageFiltersRightI18n.it,
|
|
304
|
+
...PageMenuBasicI18n.it,
|
|
297
305
|
},
|
|
298
306
|
ru: {
|
|
299
307
|
...allLanguages.ru,
|
|
@@ -330,5 +338,6 @@ export const mainTranslation = {
|
|
|
330
338
|
...PageModalI18n.ru,
|
|
331
339
|
...PageTablePreviewDownI18n.ru,
|
|
332
340
|
...PageFiltersRightI18n.ru,
|
|
341
|
+
...PageMenuBasicI18n.ru,
|
|
333
342
|
},
|
|
334
343
|
};
|
package/docs/src/router/index.js
CHANGED
|
@@ -269,6 +269,11 @@ const ROUTES = [
|
|
|
269
269
|
name: "PageModalWizard",
|
|
270
270
|
component: () => import(/* webpackChunkName: "PageModalWizard" */ "../views/PageModalWizard/PageModalWizard.vue"),
|
|
271
271
|
},
|
|
272
|
+
{
|
|
273
|
+
path: "/menu-basic",
|
|
274
|
+
name: "PageMenuBasic",
|
|
275
|
+
component: () => import(/* webpackChunkName: "PageMenuBasic" */ "../views/PageMenu/PageMenuBasic/PageMenuBasic.vue"),
|
|
276
|
+
},
|
|
272
277
|
{
|
|
273
278
|
// If the routing configuration '*' reports an error, replace it with '/: catchAll(. *)'
|
|
274
279
|
// caught Error: Catch all routes ("*") must now be defined using a param with a custom regexp
|
|
@@ -1,30 +1,30 @@
|
|
|
1
1
|
{
|
|
2
|
+
"_A_DROPDOWN_COMPONENT_DESCRIPTION_": "مكون ADropdown هو مكون قائمة منسدلة لـ Vue.js يسمح بعرض قائمة من الإجراءات في قائمة منسدلة. تحتوي هذه الوثائق على معلومات حول كيفية استخدام المكون وتوضح الخصائص المتاحة.",
|
|
2
3
|
"_A_DROPDOWN_COMPONENT_NAME_": "القائمة المنسدلة",
|
|
3
|
-
"
|
|
4
|
-
"
|
|
5
|
-
"_A_DROPDOWN_PROPS_BUTTON_LOADING_": "تمكنك هذه الخاصية من التحكم في حالة تحميل زر القائمة المنسدلة.",
|
|
6
|
-
"_A_DROPDOWN_PROPS_BUTTON_LOADING_ALIGN_": "تمكنك هذه الخاصية من ضبط موقع حالة التحميل داخل الزر.",
|
|
7
|
-
"_A_DROPDOWN_GROUP_BUTTON_ICONS_HEADER_": "رموز الأزرار قابلة للتخصيص",
|
|
4
|
+
"_A_DROPDOWN_GROUP_BUTTON_CLASS_DESCRIPTION_": "يمكن تخصيص فئة زر القائمة المنسدلة باستخدام الخاصية <strong>button-class</strong>.",
|
|
5
|
+
"_A_DROPDOWN_GROUP_BUTTON_CLASS_HEADER_": "فئة الزر قابلة للتخصيص",
|
|
8
6
|
"_A_DROPDOWN_GROUP_BUTTON_ICONS_DESCRIPTION_": "يمكن تخصيص الرموز التي تظهر قبل وبعد نص زر القائمة المنسدلة باستخدام الخصائص <strong>button-icon-left</strong> و <strong>button-icon-right</strong>.",
|
|
7
|
+
"_A_DROPDOWN_GROUP_BUTTON_ICONS_HEADER_": "رموز الأزرار قابلة للتخصيص",
|
|
8
|
+
"_A_DROPDOWN_GROUP_BUTTON_LOADING_DESCRIPTION_": "يمكن تخصيص حالة تحميل زر القائمة المنسدلة باستخدام الخصائص <strong>button-loading</strong> و <strong>button-loading-align</strong>.",
|
|
9
|
+
"_A_DROPDOWN_GROUP_BUTTON_LOADING_HEADER_": "حالة تحميل زر القائمة المنسدلة",
|
|
10
|
+
"_A_DROPDOWN_GROUP_BUTTON_TEXT_DESCRIPTION_": "توضح هذه الوثيقة الخاصية <strong>button-text</strong> التي تمكنك من تخصيص نص زر القائمة المنسدلة.",
|
|
11
|
+
"_A_DROPDOWN_GROUP_BUTTON_TEXT_HEADER_": "نص الزر قابل للتخصيص",
|
|
12
|
+
"_A_DROPDOWN_GROUP_CARET_ICON_DESCRIPTION_": "يمكن تخصيص رمز Caret في القائمة المنسدلة.",
|
|
13
|
+
"_A_DROPDOWN_GROUP_CARET_ICON_HEADER_": "رمز Caret قابل للتخصيص",
|
|
14
|
+
"_A_DROPDOWN_GROUP_HAS_CARET_DESCRIPTION_": "تمكنك مكون ADropdown لـ Vue.js من تخصيص عرض رمز Caret. توضح هذه الوثائق الخاصية <strong>has-caret</strong> التي تتحكم في ما إذا كان يجب عرض رمز Caret أم لا.",
|
|
15
|
+
"_A_DROPDOWN_GROUP_HAS_CARET_HEADER_": "رمز Caret قابل للتخصيص",
|
|
16
|
+
"_A_DROPDOWN_GROUP_IN_BODY_DESCRIPTION_": "تتحكم الخاصية inBody في ما إذا كان يجب عرض محتوى القائمة المنسدلة في الجسم أم بجوار زر القائمة المنسدلة مباشرة.",
|
|
17
|
+
"_A_DROPDOWN_GROUP_IN_BODY_HEADER_": "محتوى القائمة المنسدلة في الجسم أو مباشرة بعد زر القائمة المنسدلة",
|
|
18
|
+
"_A_DROPDOWN_GROUP_TRIGGERS_DESCRIPTION_": "يوفر مكون ADropdown لـ Vue.js إمكانية تخصيص مشغلات القائمة المنسدلة. توضح هذه الوثائق الخاصية triggers التي تعرف مصفوفة المشغلات.",
|
|
19
|
+
"_A_DROPDOWN_GROUP_TRIGGERS_HEADER_": "مشغلات القائمة المنسدلة قابلة للتخصيص",
|
|
20
|
+
"_A_DROPDOWN_PROPS_BUTTON_CLASS_": "تمكنك هذه الخاصية من تخصيص فئة زر القائمة المنسدلة.",
|
|
9
21
|
"_A_DROPDOWN_PROPS_BUTTON_ICON_LEFT_": "تمكنك هذه الخصائص من عرض الرمز قبل نص زر القائمة المنسدلة.",
|
|
10
22
|
"_A_DROPDOWN_PROPS_BUTTON_ICON_RIGHT_": "تمكنك هذه الخصائص من عرض الرمز بعد نص زر القائمة المنسدلة.",
|
|
11
|
-
"
|
|
12
|
-
"
|
|
13
|
-
"
|
|
14
|
-
"_A_DROPDOWN_GROUP_HAS_CARET_HEADER_": "رمز Caret قابل للتخصيص",
|
|
15
|
-
"_A_DROPDOWN_GROUP_HAS_CARET_DESCRIPTION_": "تمكنك مكون ADropdown لـ Vue.js من تخصيص عرض رمز Caret. توضح هذه الوثائق الخاصية <strong>has-caret</strong> التي تتحكم في ما إذا كان يجب عرض رمز Caret أم لا.",
|
|
16
|
-
"_A_DROPDOWN_PROPS_HAS_CARET_": "تمكنك هذه الخاصية من تحديد ما إذا كان يجب عرض رمز Caret في مكون القائمة المنسدلة أم لا.",
|
|
17
|
-
"_A_DROPDOWN_GROUP_CARET_ICON_HEADER_": "رمز Caret قابل للتخصيص",
|
|
18
|
-
"_A_DROPDOWN_GROUP_CARET_ICON_DESCRIPTION_": "يمكن تخصيص رمز Caret في القائمة المنسدلة.",
|
|
23
|
+
"_A_DROPDOWN_PROPS_BUTTON_LOADING_": "تمكنك هذه الخاصية من التحكم في حالة تحميل زر القائمة المنسدلة.",
|
|
24
|
+
"_A_DROPDOWN_PROPS_BUTTON_LOADING_ALIGN_": "تمكنك هذه الخاصية من ضبط موقع حالة التحميل داخل الزر.",
|
|
25
|
+
"_A_DROPDOWN_PROPS_BUTTON_TEXT_": "تمكنك هذه الخاصية من تخصيص نص زر القائمة المنسدلة.",
|
|
19
26
|
"_A_DROPDOWN_PROPS_CARET_ICON_": "تمكنك هذه الخاصية من تخصيص رمز Caret في القائمة المنسدلة.",
|
|
20
|
-
"
|
|
21
|
-
"_A_DROPDOWN_GROUP_TRIGGERS_DESCRIPTION_": "يوفر مكون ADropdown لـ Vue.js إمكانية تخصيص مشغلات القائمة المنسدلة. توضح هذه الوثائق الخاصية triggers التي تعرف مصفوفة المشغلات.",
|
|
22
|
-
"_A_DROPDOWN_PROPS_TRIGGERS_": "تمكنك هذه الخاصية من تحديد المشغلات التي تعرض القائمة المنسدلة.",
|
|
23
|
-
"_A_DROPDOWN_GROUP_BUTTON_TEXT_HEADER_": "نص الزر قابل للتخصيص",
|
|
24
|
-
"_A_DROPDOWN_GROUP_BUTTON_TEXT_DESCRIPTION_": "توضح هذه الوثيقة الخاصية <strong>button-text</strong> التي تمكنك من تخصيص نص زر القائمة المنسدلة.",
|
|
25
|
-
"_A_DROPDOWN_GROUP_IN_BODY_HEADER_": "محتوى القائمة المنسدلة في الجسم أو مباشرة بعد زر القائمة المنسدلة",
|
|
26
|
-
"_A_DROPDOWN_GROUP_IN_BODY_DESCRIPTION_": "تتحكم الخاصية inBody في ما إذا كان يجب عرض محتوى القائمة المنسدلة في الجسم أم بجوار زر القائمة المنسدلة مباشرة.",
|
|
27
|
-
"_A_DROPDOWN_COMPONENT_DESCRIPTION_": "مكون ADropdown هو مكون قائمة منسدلة لـ Vue.js يسمح بعرض قائمة من الإجراءات في قائمة منسدلة. تحتوي هذه الوثائق على معلومات حول كيفية استخدام المكون وتوضح الخصائص المتاحة.",
|
|
27
|
+
"_A_DROPDOWN_PROPS_HAS_CARET_": "تمكنك هذه الخاصية من تحديد ما إذا كان يجب عرض رمز Caret في مكون القائمة المنسدلة أم لا.",
|
|
28
28
|
"_A_DROPDOWN_PROPS_IN_BODY_": "تمكنك هذه الخاصية من التحكم في ما إذا كان يجب عرض محتوى القائمة المنسدلة في الجسم أم بجوار زر القائمة المنسدلة مباشرة.",
|
|
29
|
-
"
|
|
29
|
+
"_A_DROPDOWN_PROPS_TRIGGERS_": "تمكنك هذه الخاصية من تحديد المشغلات التي تعرض القائمة المنسدلة."
|
|
30
30
|
}
|
|
@@ -1,30 +1,30 @@
|
|
|
1
1
|
{
|
|
2
|
+
"_A_DROPDOWN_COMPONENT_DESCRIPTION_": "Die ADropdown-Komponente ist eine Dropdown-Komponente für Vue.js, die es ermöglicht, eine Liste von Aktionen in einem Dropdown-Menü anzuzeigen. Diese Dokumentation enthält Informationen zur Verwendung der Komponente und beschreibt die verfügbaren Props.",
|
|
2
3
|
"_A_DROPDOWN_COMPONENT_NAME_": "Dropdown",
|
|
3
|
-
"
|
|
4
|
-
"
|
|
5
|
-
"_A_DROPDOWN_PROPS_BUTTON_LOADING_": "Die Prop ermöglicht es Ihnen, den Ladezustand des Dropdown-Buttons zu steuern.",
|
|
6
|
-
"_A_DROPDOWN_PROPS_BUTTON_LOADING_ALIGN_": "Die Prop ermöglicht es Ihnen, die Position des Ladezustands im Button anzupassen.",
|
|
7
|
-
"_A_DROPDOWN_GROUP_BUTTON_ICONS_HEADER_": "Anpassbare Button-Icons",
|
|
4
|
+
"_A_DROPDOWN_GROUP_BUTTON_CLASS_DESCRIPTION_": "Die Klasse des Dropdown-Buttons kann mit der Prop <strong>button-class</strong> angepasst werden.",
|
|
5
|
+
"_A_DROPDOWN_GROUP_BUTTON_CLASS_HEADER_": "Anpassbare Button-Klasse",
|
|
8
6
|
"_A_DROPDOWN_GROUP_BUTTON_ICONS_DESCRIPTION_": "Icons vor und nach dem Text des Dropdown-Buttons können mit den Props <strong>button-icon-left</strong> und <strong>button-icon-right</strong> angepasst werden.",
|
|
7
|
+
"_A_DROPDOWN_GROUP_BUTTON_ICONS_HEADER_": "Anpassbare Button-Icons",
|
|
8
|
+
"_A_DROPDOWN_GROUP_BUTTON_LOADING_DESCRIPTION_": "Der Ladezustand des Dropdown-Buttons kann mit den Props <strong>button-loading</strong> und <strong>button-loading-align</strong> angepasst werden .",
|
|
9
|
+
"_A_DROPDOWN_GROUP_BUTTON_LOADING_HEADER_": "Ladezustand des Dropdown-Buttons",
|
|
10
|
+
"_A_DROPDOWN_GROUP_BUTTON_TEXT_DESCRIPTION_": "Hier wird die Prop <strong>button-text</strong> beschrieben, die es ermöglicht, den Text des Dropdown-Buttons anzupassen.",
|
|
11
|
+
"_A_DROPDOWN_GROUP_BUTTON_TEXT_HEADER_": "Anpassbarer Button-Text",
|
|
12
|
+
"_A_DROPDOWN_GROUP_CARET_ICON_DESCRIPTION_": "Das Caret-Icon des Dropdowns kann angepasst werden.",
|
|
13
|
+
"_A_DROPDOWN_GROUP_CARET_ICON_HEADER_": "Anpassbares Caret-Icon",
|
|
14
|
+
"_A_DROPDOWN_GROUP_HAS_CARET_DESCRIPTION_": "Die ADropdown-Komponente für Vue.js ermöglicht es, die Anzeige des Caret-Icons anzupassen. In dieser Dokumentation wird die Prop <strong>has-caret</strong> beschrieben, die steuert, ob das Caret-Icon angezeigt wird oder nicht.",
|
|
15
|
+
"_A_DROPDOWN_GROUP_HAS_CARET_HEADER_": "Anpassbare Anzeige des Caret-Icons",
|
|
16
|
+
"_A_DROPDOWN_GROUP_IN_BODY_DESCRIPTION_": "Die Prop <strong>in-body</strong> steuert, ob der Dropdown-Inhalt im Body oder direkt nach dem Dropdown-Button gerendert werden soll.",
|
|
17
|
+
"_A_DROPDOWN_GROUP_IN_BODY_HEADER_": "Dropdown-Inhalt in Body oder direkt nach Dropdown-Button",
|
|
18
|
+
"_A_DROPDOWN_GROUP_TRIGGERS_DESCRIPTION_": "Die ADropdown-Komponente für Vue.js bietet die Möglichkeit, die Auslöser für das Dropdown anzupassen. In dieser Dokumentation wird die Props triggers beschrieben, die das Array der Auslöser definiert.",
|
|
19
|
+
"_A_DROPDOWN_GROUP_TRIGGERS_HEADER_": "Anpassbare Auslöser für das Dropdown",
|
|
20
|
+
"_A_DROPDOWN_PROPS_BUTTON_CLASS_": "Die Prop ermöglicht es Ihnen, die Klasse des Dropdown-Buttons anzupassen.",
|
|
9
21
|
"_A_DROPDOWN_PROPS_BUTTON_ICON_LEFT_": "Die Props ermöglichen es Ihnen, den Icon vor dem Text des Dropdown-Buttons anzuzeigen.",
|
|
10
22
|
"_A_DROPDOWN_PROPS_BUTTON_ICON_RIGHT_": "Die Props ermöglichen es Ihnen, den Icon nach dem Text des Dropdown-Buttons anzuzeigen.",
|
|
11
|
-
"
|
|
12
|
-
"
|
|
13
|
-
"
|
|
14
|
-
"_A_DROPDOWN_GROUP_HAS_CARET_HEADER_": "Anpassbare Anzeige des Caret-Icons",
|
|
15
|
-
"_A_DROPDOWN_GROUP_HAS_CARET_DESCRIPTION_": "Die ADropdown-Komponente für Vue.js ermöglicht es, die Anzeige des Caret-Icons anzupassen. In dieser Dokumentation wird die Prop <strong>has-caret</strong> beschrieben, die steuert, ob das Caret-Icon angezeigt wird oder nicht.",
|
|
16
|
-
"_A_DROPDOWN_PROPS_HAS_CARET_": "Die Prop ermöglicht es Ihnen, festzulegen, ob das Caret-Icon in der Dropdown-Komponente angezeigt wird.",
|
|
17
|
-
"_A_DROPDOWN_GROUP_CARET_ICON_HEADER_": "Anpassbares Caret-Icon",
|
|
18
|
-
"_A_DROPDOWN_GROUP_CARET_ICON_DESCRIPTION_": "Das Caret-Icon des Dropdowns kann angepasst werden.",
|
|
23
|
+
"_A_DROPDOWN_PROPS_BUTTON_LOADING_": "Die Prop ermöglicht es Ihnen, den Ladezustand des Dropdown-Buttons zu steuern.",
|
|
24
|
+
"_A_DROPDOWN_PROPS_BUTTON_LOADING_ALIGN_": "Die Prop ermöglicht es Ihnen, die Position des Ladezustands im Button anzupassen.",
|
|
25
|
+
"_A_DROPDOWN_PROPS_BUTTON_TEXT_": "Die Prop ermöglicht es Ihnen, den Text des Dropdown-Buttons anzupassen.",
|
|
19
26
|
"_A_DROPDOWN_PROPS_CARET_ICON_": "Die Prop ermöglicht es Ihnen, das Caret-Icon des Dropdowns anzupassen.",
|
|
20
|
-
"
|
|
21
|
-
"_A_DROPDOWN_GROUP_TRIGGERS_DESCRIPTION_": "Die ADropdown-Komponente für Vue.js bietet die Möglichkeit, die Auslöser für das Dropdown anzupassen. In dieser Dokumentation wird die Props triggers beschrieben, die das Array der Auslöser definiert.",
|
|
22
|
-
"_A_DROPDOWN_PROPS_TRIGGERS_": "Die Prop ermöglicht es Ihnen, die Auslöser festzulegen, die das Dropdown anzeigen.",
|
|
23
|
-
"_A_DROPDOWN_GROUP_BUTTON_TEXT_HEADER_": "Anpassbarer Button-Text",
|
|
24
|
-
"_A_DROPDOWN_GROUP_BUTTON_TEXT_DESCRIPTION_": "Hier wird die Prop <strong>button-text</strong> beschrieben, die es ermöglicht, den Text des Dropdown-Buttons anzupassen.",
|
|
25
|
-
"_A_DROPDOWN_GROUP_IN_BODY_HEADER_": "Dropdown-Inhalt in Body oder direkt nach Dropdown-Button",
|
|
26
|
-
"_A_DROPDOWN_GROUP_IN_BODY_DESCRIPTION_": "Die Prop inBody steuert, ob der Dropdown-Inhalt im Body oder direkt nach dem Dropdown-Button gerendert werden soll.",
|
|
27
|
-
"_A_DROPDOWN_COMPONENT_DESCRIPTION_": "Die ADropdown-Komponente ist eine Dropdown-Komponente für Vue.js, die es ermöglicht, eine Liste von Aktionen in einem Dropdown-Menü anzuzeigen. Diese Dokumentation enthält Informationen zur Verwendung der Komponente und beschreibt die verfügbaren Props.",
|
|
27
|
+
"_A_DROPDOWN_PROPS_HAS_CARET_": "Die Prop ermöglicht es Ihnen, festzulegen, ob das Caret-Icon in der Dropdown-Komponente angezeigt wird.",
|
|
28
28
|
"_A_DROPDOWN_PROPS_IN_BODY_": "Die Prop ermöglicht die Kontrolle darüber, ob der Dropdown-Inhalt im Body oder direkt nach dem Dropdown-Button gerendert werden soll.",
|
|
29
|
-
"
|
|
29
|
+
"_A_DROPDOWN_PROPS_TRIGGERS_": "Die Prop ermöglicht es Ihnen, die Auslöser festzulegen, die das Dropdown anzeigen."
|
|
30
30
|
}
|
|
@@ -1,30 +1,30 @@
|
|
|
1
1
|
{
|
|
2
|
+
"_A_DROPDOWN_COMPONENT_DESCRIPTION_": "The ADropdown component is a dropdown component for Vue.js that allows you to display a list of actions in a dropdown menu. This documentation provides information on how to use the component and describes the available props.",
|
|
2
3
|
"_A_DROPDOWN_COMPONENT_NAME_": "Dropdown",
|
|
3
|
-
"
|
|
4
|
-
"
|
|
5
|
-
"_A_DROPDOWN_PROPS_BUTTON_LOADING_": "This prop allows you to control the loading state of the dropdown button.",
|
|
6
|
-
"_A_DROPDOWN_PROPS_BUTTON_LOADING_ALIGN_": "This prop allows you to adjust the position of the loading state within the button.",
|
|
7
|
-
"_A_DROPDOWN_GROUP_BUTTON_ICONS_HEADER_": "Customizable Button Icons",
|
|
4
|
+
"_A_DROPDOWN_GROUP_BUTTON_CLASS_DESCRIPTION_": "The class of the dropdown button can be customized using the <strong>button-class</strong> prop.",
|
|
5
|
+
"_A_DROPDOWN_GROUP_BUTTON_CLASS_HEADER_": "Customizable Button Class",
|
|
8
6
|
"_A_DROPDOWN_GROUP_BUTTON_ICONS_DESCRIPTION_": "Icons before and after the text of the dropdown button can be customized using the props <strong>button-icon-left</strong> and <strong>button-icon-right</strong>.",
|
|
7
|
+
"_A_DROPDOWN_GROUP_BUTTON_ICONS_HEADER_": "Customizable Button Icons",
|
|
8
|
+
"_A_DROPDOWN_GROUP_BUTTON_LOADING_DESCRIPTION_": "The loading state of the dropdown button can be customized using the props <strong>button-loading</strong> and <strong>button-loading-align</strong>.",
|
|
9
|
+
"_A_DROPDOWN_GROUP_BUTTON_LOADING_HEADER_": "Dropdown Button Loading State",
|
|
10
|
+
"_A_DROPDOWN_GROUP_BUTTON_TEXT_DESCRIPTION_": "This documentation describes the <strong>button-text</strong> prop, which allows you to customize the text of the dropdown button.",
|
|
11
|
+
"_A_DROPDOWN_GROUP_BUTTON_TEXT_HEADER_": "Customizable Button Text",
|
|
12
|
+
"_A_DROPDOWN_GROUP_CARET_ICON_DESCRIPTION_": "The dropdown's caret icon can be customized.",
|
|
13
|
+
"_A_DROPDOWN_GROUP_CARET_ICON_HEADER_": "Customizable Caret Icon",
|
|
14
|
+
"_A_DROPDOWN_GROUP_HAS_CARET_DESCRIPTION_": "The ADropdown component for Vue.js allows you to customize the display of the caret icon. This documentation describes the <strong>has-caret</strong> prop, which controls whether the caret icon is displayed or not.",
|
|
15
|
+
"_A_DROPDOWN_GROUP_HAS_CARET_HEADER_": "Customizable Caret Icon Display",
|
|
16
|
+
"_A_DROPDOWN_GROUP_IN_BODY_DESCRIPTION_": "The <strong>in-body</strong> prop controls whether the dropdown content should be rendered in the body or directly after the dropdown button.",
|
|
17
|
+
"_A_DROPDOWN_GROUP_IN_BODY_HEADER_": "Dropdown Content in Body or Directly After Dropdown Button",
|
|
18
|
+
"_A_DROPDOWN_GROUP_TRIGGERS_DESCRIPTION_": "The ADropdown component for Vue.js provides the ability to customize the triggers for the dropdown. This documentation describes the <strong>triggers</strong> prop, which defines the array of triggers.",
|
|
19
|
+
"_A_DROPDOWN_GROUP_TRIGGERS_HEADER_": "Customizable Dropdown Triggers",
|
|
20
|
+
"_A_DROPDOWN_PROPS_BUTTON_CLASS_": "This prop allows you to customize the class of the dropdown button.",
|
|
9
21
|
"_A_DROPDOWN_PROPS_BUTTON_ICON_LEFT_": "These props enable you to display the icon before the text of the dropdown button.",
|
|
10
22
|
"_A_DROPDOWN_PROPS_BUTTON_ICON_RIGHT_": "These props enable you to display the icon after the text of the dropdown button.",
|
|
11
|
-
"
|
|
12
|
-
"
|
|
13
|
-
"
|
|
14
|
-
"_A_DROPDOWN_GROUP_HAS_CARET_HEADER_": "Customizable Caret Icon Display",
|
|
15
|
-
"_A_DROPDOWN_GROUP_HAS_CARET_DESCRIPTION_": "The ADropdown component for Vue.js allows you to customize the display of the caret icon. This documentation describes the <strong>has-caret</strong> prop, which controls whether the caret icon is displayed or not.",
|
|
16
|
-
"_A_DROPDOWN_PROPS_HAS_CARET_": "This prop allows you to specify whether the caret icon should be displayed in the dropdown component.",
|
|
17
|
-
"_A_DROPDOWN_GROUP_CARET_ICON_HEADER_": "Customizable Caret Icon",
|
|
18
|
-
"_A_DROPDOWN_GROUP_CARET_ICON_DESCRIPTION_": "The dropdown's caret icon can be customized.",
|
|
23
|
+
"_A_DROPDOWN_PROPS_BUTTON_LOADING_": "This prop allows you to control the loading state of the dropdown button.",
|
|
24
|
+
"_A_DROPDOWN_PROPS_BUTTON_LOADING_ALIGN_": "This prop allows you to adjust the position of the loading state within the button.",
|
|
25
|
+
"_A_DROPDOWN_PROPS_BUTTON_TEXT_": "This prop allows you to customize the text of the dropdown button.",
|
|
19
26
|
"_A_DROPDOWN_PROPS_CARET_ICON_": "This prop allows you to customize the caret icon of the dropdown.",
|
|
20
|
-
"
|
|
21
|
-
"_A_DROPDOWN_GROUP_TRIGGERS_DESCRIPTION_": "The ADropdown component for Vue.js provides the ability to customize the triggers for the dropdown. This documentation describes the <strong>triggers</strong> prop, which defines the array of triggers.",
|
|
22
|
-
"_A_DROPDOWN_PROPS_TRIGGERS_": "This prop allows you to specify the triggers that show the dropdown.",
|
|
23
|
-
"_A_DROPDOWN_GROUP_BUTTON_TEXT_HEADER_": "Customizable Button Text",
|
|
24
|
-
"_A_DROPDOWN_GROUP_BUTTON_TEXT_DESCRIPTION_": "This documentation describes the <strong>button-text</strong> prop, which allows you to customize the text of the dropdown button.",
|
|
25
|
-
"_A_DROPDOWN_GROUP_IN_BODY_HEADER_": "Dropdown Content in Body or Directly After Dropdown Button",
|
|
26
|
-
"_A_DROPDOWN_GROUP_IN_BODY_DESCRIPTION_": "The <strong>inBody</strong> prop controls whether the dropdown content should be rendered in the body or directly after the dropdown button.",
|
|
27
|
-
"_A_DROPDOWN_COMPONENT_DESCRIPTION_": "The ADropdown component is a dropdown component for Vue.js that allows you to display a list of actions in a dropdown menu. This documentation provides information on how to use the component and describes the available props.",
|
|
27
|
+
"_A_DROPDOWN_PROPS_HAS_CARET_": "This prop allows you to specify whether the caret icon should be displayed in the dropdown component.",
|
|
28
28
|
"_A_DROPDOWN_PROPS_IN_BODY_": "This prop allows you to control whether the dropdown content should be rendered in the body or directly after the dropdown button.",
|
|
29
|
-
"
|
|
29
|
+
"_A_DROPDOWN_PROPS_TRIGGERS_": "This prop allows you to specify the triggers that show the dropdown."
|
|
30
30
|
}
|
|
@@ -1,30 +1,30 @@
|
|
|
1
1
|
{
|
|
2
|
+
"_A_DROPDOWN_COMPONENT_DESCRIPTION_": "El componente ADropdown es un componente de menú desplegable para Vue.js que le permite mostrar una lista de acciones en un menú desplegable. Esta documentación proporciona información sobre cómo usar el componente y describe las propiedades disponibles.",
|
|
2
3
|
"_A_DROPDOWN_COMPONENT_NAME_": "Menú desplegable",
|
|
3
|
-
"
|
|
4
|
-
"
|
|
5
|
-
"_A_DROPDOWN_PROPS_BUTTON_LOADING_": "Esta propiedad le permite controlar el estado de carga del botón del menú desplegable.",
|
|
6
|
-
"_A_DROPDOWN_PROPS_BUTTON_LOADING_ALIGN_": "Esta propiedad le permite ajustar la posición del estado de carga dentro del botón.",
|
|
7
|
-
"_A_DROPDOWN_GROUP_BUTTON_ICONS_HEADER_": "Iconos de botón personalizables",
|
|
4
|
+
"_A_DROPDOWN_GROUP_BUTTON_CLASS_DESCRIPTION_": "La clase del botón del menú desplegable se puede personalizar utilizando la propiedad <strong>button-class</strong>.",
|
|
5
|
+
"_A_DROPDOWN_GROUP_BUTTON_CLASS_HEADER_": "Clase de botón personalizable",
|
|
8
6
|
"_A_DROPDOWN_GROUP_BUTTON_ICONS_DESCRIPTION_": "Los iconos antes y después del texto del botón del menú desplegable se pueden personalizar utilizando las propiedades <strong>button-icon-left</strong> y <strong>button-icon-right</strong>.",
|
|
7
|
+
"_A_DROPDOWN_GROUP_BUTTON_ICONS_HEADER_": "Iconos de botón personalizables",
|
|
8
|
+
"_A_DROPDOWN_GROUP_BUTTON_LOADING_DESCRIPTION_": "El estado de carga del botón del menú desplegable se puede personalizar utilizando las propiedades <strong>button-loading</strong> y <strong>button-loading-align</strong>.",
|
|
9
|
+
"_A_DROPDOWN_GROUP_BUTTON_LOADING_HEADER_": "Estado de carga del botón del menú desplegable",
|
|
10
|
+
"_A_DROPDOWN_GROUP_BUTTON_TEXT_DESCRIPTION_": "Esta documentación describe la propiedad <strong>button-text</strong>, que le permite personalizar el texto del botón del menú desplegable.",
|
|
11
|
+
"_A_DROPDOWN_GROUP_BUTTON_TEXT_HEADER_": "Texto de botón personalizable",
|
|
12
|
+
"_A_DROPDOWN_GROUP_CARET_ICON_DESCRIPTION_": "El icono de caret del menú desplegable se puede personalizar.",
|
|
13
|
+
"_A_DROPDOWN_GROUP_CARET_ICON_HEADER_": "Icono de caret personalizable",
|
|
14
|
+
"_A_DROPDOWN_GROUP_HAS_CARET_DESCRIPTION_": "El componente ADropdown para Vue.js le permite personalizar la visualización del icono de la caret. Esta documentación describe la propiedad <strong>has-caret</strong>, que controla si se muestra o no el icono de caret.",
|
|
15
|
+
"_A_DROPDOWN_GROUP_HAS_CARET_HEADER_": "Personalización de la visualización del icono de la caret",
|
|
16
|
+
"_A_DROPDOWN_GROUP_IN_BODY_DESCRIPTION_": "La propiedad <strong>inBody</strong> controla si el contenido del menú desplegable debe renderizarse en el cuerpo o directamente después del botón del menú desplegable.",
|
|
17
|
+
"_A_DROPDOWN_GROUP_IN_BODY_HEADER_": "Contenido del menú desplegable en el cuerpo o directamente después del botón del menú desplegable",
|
|
18
|
+
"_A_DROPDOWN_GROUP_TRIGGERS_DESCRIPTION_": "El componente ADropdown para Vue.js proporciona la capacidad de personalizar los disparadores para el menú desplegable. Esta documentación describe la propiedad <strong>triggers</strong>, que define la matriz de disparadores.",
|
|
19
|
+
"_A_DROPDOWN_GROUP_TRIGGERS_HEADER_": "Disparadores de menú desplegable personalizables",
|
|
20
|
+
"_A_DROPDOWN_PROPS_BUTTON_CLASS_": "Esta propiedad le permite personalizar la clase del botón del menú desplegable.",
|
|
9
21
|
"_A_DROPDOWN_PROPS_BUTTON_ICON_LEFT_": "Estas propiedades le permiten mostrar el icono antes del texto del botón del menú desplegable.",
|
|
10
22
|
"_A_DROPDOWN_PROPS_BUTTON_ICON_RIGHT_": "Estas propiedades le permiten mostrar el icono después del texto del botón del menú desplegable.",
|
|
11
|
-
"
|
|
12
|
-
"
|
|
13
|
-
"
|
|
14
|
-
"_A_DROPDOWN_GROUP_HAS_CARET_HEADER_": "Personalización de la visualización del icono de la caret",
|
|
15
|
-
"_A_DROPDOWN_GROUP_HAS_CARET_DESCRIPTION_": "El componente ADropdown para Vue.js le permite personalizar la visualización del icono de la caret. Esta documentación describe la propiedad <strong>has-caret</strong>, que controla si se muestra o no el icono de caret.",
|
|
16
|
-
"_A_DROPDOWN_PROPS_HAS_CARET_": "Esta propiedad le permite especificar si se debe mostrar el icono de caret en el componente de menú desplegable.",
|
|
17
|
-
"_A_DROPDOWN_GROUP_CARET_ICON_HEADER_": "Icono de caret personalizable",
|
|
18
|
-
"_A_DROPDOWN_GROUP_CARET_ICON_DESCRIPTION_": "El icono de caret del menú desplegable se puede personalizar.",
|
|
23
|
+
"_A_DROPDOWN_PROPS_BUTTON_LOADING_": "Esta propiedad le permite controlar el estado de carga del botón del menú desplegable.",
|
|
24
|
+
"_A_DROPDOWN_PROPS_BUTTON_LOADING_ALIGN_": "Esta propiedad le permite ajustar la posición del estado de carga dentro del botón.",
|
|
25
|
+
"_A_DROPDOWN_PROPS_BUTTON_TEXT_": "Esta propiedad le permite personalizar el texto del botón del menú desplegable.",
|
|
19
26
|
"_A_DROPDOWN_PROPS_CARET_ICON_": "Esta propiedad le permite personalizar el icono de caret del menú desplegable.",
|
|
20
|
-
"
|
|
21
|
-
"_A_DROPDOWN_GROUP_TRIGGERS_DESCRIPTION_": "El componente ADropdown para Vue.js proporciona la capacidad de personalizar los disparadores para el menú desplegable. Esta documentación describe la propiedad <strong>triggers</strong>, que define la matriz de disparadores.",
|
|
22
|
-
"_A_DROPDOWN_PROPS_TRIGGERS_": "Esta propiedad le permite especificar los disparadores que muestran el menú desplegable.",
|
|
23
|
-
"_A_DROPDOWN_GROUP_BUTTON_TEXT_HEADER_": "Texto de botón personalizable",
|
|
24
|
-
"_A_DROPDOWN_GROUP_BUTTON_TEXT_DESCRIPTION_": "Esta documentación describe la propiedad <strong>button-text</strong>, que le permite personalizar el texto del botón del menú desplegable.",
|
|
25
|
-
"_A_DROPDOWN_GROUP_IN_BODY_HEADER_": "Contenido del menú desplegable en el cuerpo o directamente después del botón del menú desplegable",
|
|
26
|
-
"_A_DROPDOWN_GROUP_IN_BODY_DESCRIPTION_": "La propiedad <strong>inBody</strong> controla si el contenido del menú desplegable debe renderizarse en el cuerpo o directamente después del botón del menú desplegable.",
|
|
27
|
-
"_A_DROPDOWN_COMPONENT_DESCRIPTION_": "El componente ADropdown es un componente de menú desplegable para Vue.js que le permite mostrar una lista de acciones en un menú desplegable. Esta documentación proporciona información sobre cómo usar el componente y describe las propiedades disponibles.",
|
|
27
|
+
"_A_DROPDOWN_PROPS_HAS_CARET_": "Esta propiedad le permite especificar si se debe mostrar el icono de caret en el componente de menú desplegable.",
|
|
28
28
|
"_A_DROPDOWN_PROPS_IN_BODY_": "Esta propiedad le permite controlar si el contenido del menú desplegable debe renderizarse en el cuerpo o directamente después del botón del menú desplegable.",
|
|
29
|
-
"
|
|
29
|
+
"_A_DROPDOWN_PROPS_TRIGGERS_": "Esta propiedad le permite especificar los disparadores que muestran el menú desplegable."
|
|
30
30
|
}
|
|
@@ -1,30 +1,30 @@
|
|
|
1
1
|
{
|
|
2
|
+
"_A_DROPDOWN_COMPONENT_DESCRIPTION_": "Le composant ADropdown est un composant de menu déroulant pour Vue.js qui vous permet d'afficher une liste d'actions dans un menu déroulant. Cette documentation fournit des informations sur l'utilisation du composant et décrit les propriétés disponibles.",
|
|
2
3
|
"_A_DROPDOWN_COMPONENT_NAME_": "Menu déroulant",
|
|
3
|
-
"
|
|
4
|
-
"
|
|
5
|
-
"_A_DROPDOWN_PROPS_BUTTON_LOADING_": "Cette propriété vous permet de contrôler l'état de chargement du bouton du menu déroulant.",
|
|
6
|
-
"_A_DROPDOWN_PROPS_BUTTON_LOADING_ALIGN_": "Cette propriété vous permet d'ajuster la position de l'état de chargement à l'intérieur du bouton.",
|
|
7
|
-
"_A_DROPDOWN_GROUP_BUTTON_ICONS_HEADER_": "Icônes de bouton personnalisables",
|
|
4
|
+
"_A_DROPDOWN_GROUP_BUTTON_CLASS_DESCRIPTION_": "La classe du bouton du menu déroulant peut être personnalisée en utilisant la propriété <strong>button-class</strong>.",
|
|
5
|
+
"_A_DROPDOWN_GROUP_BUTTON_CLASS_HEADER_": "Classe de bouton personnalisable",
|
|
8
6
|
"_A_DROPDOWN_GROUP_BUTTON_ICONS_DESCRIPTION_": "Les icônes avant et après le texte du bouton du menu déroulant peuvent être personnalisées en utilisant les propriétés <strong>button-icon-left</strong> et <strong>button-icon-right</strong>.",
|
|
7
|
+
"_A_DROPDOWN_GROUP_BUTTON_ICONS_HEADER_": "Icônes de bouton personnalisables",
|
|
8
|
+
"_A_DROPDOWN_GROUP_BUTTON_LOADING_DESCRIPTION_": "L'état de chargement du bouton du menu déroulant peut être personnalisé en utilisant les propriétés <strong>button-loading</strong> et <strong>button-loading-align</strong>.",
|
|
9
|
+
"_A_DROPDOWN_GROUP_BUTTON_LOADING_HEADER_": "État de chargement du bouton du menu déroulant",
|
|
10
|
+
"_A_DROPDOWN_GROUP_BUTTON_TEXT_DESCRIPTION_": "Cette documentation décrit la propriété <strong>button-text</strong>, qui vous permet de personnaliser le texte du bouton du menu déroulant.",
|
|
11
|
+
"_A_DROPDOWN_GROUP_BUTTON_TEXT_HEADER_": "Texte de bouton personnalisable",
|
|
12
|
+
"_A_DROPDOWN_GROUP_CARET_ICON_DESCRIPTION_": "L'icône caret du menu déroulant peut être personnalisée.",
|
|
13
|
+
"_A_DROPDOWN_GROUP_CARET_ICON_HEADER_": "Icône caret personnalisable",
|
|
14
|
+
"_A_DROPDOWN_GROUP_HAS_CARET_DESCRIPTION_": "Le composant ADropdown pour Vue.js vous permet de personnaliser l'affichage de l'icône caret. Cette documentation décrit la propriété <strong>has-caret</strong>, qui contrôle si l'icône caret doit être affichée ou non.",
|
|
15
|
+
"_A_DROPDOWN_GROUP_HAS_CARET_HEADER_": "Personnalisation de l'affichage de l'icône caret",
|
|
16
|
+
"_A_DROPDOWN_GROUP_IN_BODY_DESCRIPTION_": "La propriété <strong>inBody</strong> contrôle si le contenu du menu déroulant doit être rendu dans le corps ou directement après le bouton du menu déroulant.",
|
|
17
|
+
"_A_DROPDOWN_GROUP_IN_BODY_HEADER_": "Contenu du menu déroulant dans le corps ou directement après le bouton du menu déroulant",
|
|
18
|
+
"_A_DROPDOWN_GROUP_TRIGGERS_DESCRIPTION_": "Le composant ADropdown pour Vue.js offre la possibilité de personnaliser les déclencheurs du menu déroulant. Cette documentation décrit la propriété <strong>triggers</strong>, qui définit le tableau de déclencheurs.",
|
|
19
|
+
"_A_DROPDOWN_GROUP_TRIGGERS_HEADER_": "Déclencheurs de menu déroulant personnalisables",
|
|
20
|
+
"_A_DROPDOWN_PROPS_BUTTON_CLASS_": "Cette propriété vous permet de personnaliser la classe du bouton du menu déroulant.",
|
|
9
21
|
"_A_DROPDOWN_PROPS_BUTTON_ICON_LEFT_": "Ces propriétés vous permettent d'afficher l'icône avant le texte du bouton du menu déroulant.",
|
|
10
22
|
"_A_DROPDOWN_PROPS_BUTTON_ICON_RIGHT_": "Ces propriétés vous permettent d'afficher l'icône après le texte du bouton du menu déroulant.",
|
|
11
|
-
"
|
|
12
|
-
"
|
|
13
|
-
"
|
|
14
|
-
"_A_DROPDOWN_GROUP_HAS_CARET_HEADER_": "Personnalisation de l'affichage de l'icône caret",
|
|
15
|
-
"_A_DROPDOWN_GROUP_HAS_CARET_DESCRIPTION_": "Le composant ADropdown pour Vue.js vous permet de personnaliser l'affichage de l'icône caret. Cette documentation décrit la propriété <strong>has-caret</strong>, qui contrôle si l'icône caret doit être affichée ou non.",
|
|
16
|
-
"_A_DROPDOWN_PROPS_HAS_CARET_": "Cette propriété vous permet de spécifier si l'icône caret doit être affichée dans le composant de menu déroulant.",
|
|
17
|
-
"_A_DROPDOWN_GROUP_CARET_ICON_HEADER_": "Icône caret personnalisable",
|
|
18
|
-
"_A_DROPDOWN_GROUP_CARET_ICON_DESCRIPTION_": "L'icône caret du menu déroulant peut être personnalisée.",
|
|
23
|
+
"_A_DROPDOWN_PROPS_BUTTON_LOADING_": "Cette propriété vous permet de contrôler l'état de chargement du bouton du menu déroulant.",
|
|
24
|
+
"_A_DROPDOWN_PROPS_BUTTON_LOADING_ALIGN_": "Cette propriété vous permet d'ajuster la position de l'état de chargement à l'intérieur du bouton.",
|
|
25
|
+
"_A_DROPDOWN_PROPS_BUTTON_TEXT_": "Cette propriété vous permet de personnaliser le texte du bouton du menu déroulant.",
|
|
19
26
|
"_A_DROPDOWN_PROPS_CARET_ICON_": "Cette propriété vous permet de personnaliser l'icône caret du menu déroulant.",
|
|
20
|
-
"
|
|
21
|
-
"_A_DROPDOWN_GROUP_TRIGGERS_DESCRIPTION_": "Le composant ADropdown pour Vue.js offre la possibilité de personnaliser les déclencheurs du menu déroulant. Cette documentation décrit la propriété <strong>triggers</strong>, qui définit le tableau de déclencheurs.",
|
|
22
|
-
"_A_DROPDOWN_PROPS_TRIGGERS_": "Cette propriété vous permet de spécifier les déclencheurs qui affichent le menu déroulant.",
|
|
23
|
-
"_A_DROPDOWN_GROUP_BUTTON_TEXT_HEADER_": "Texte de bouton personnalisable",
|
|
24
|
-
"_A_DROPDOWN_GROUP_BUTTON_TEXT_DESCRIPTION_": "Cette documentation décrit la propriété <strong>button-text</strong>, qui vous permet de personnaliser le texte du bouton du menu déroulant.",
|
|
25
|
-
"_A_DROPDOWN_GROUP_IN_BODY_HEADER_": "Contenu du menu déroulant dans le corps ou directement après le bouton du menu déroulant",
|
|
26
|
-
"_A_DROPDOWN_GROUP_IN_BODY_DESCRIPTION_": "La propriété <strong>inBody</strong> contrôle si le contenu du menu déroulant doit être rendu dans le corps ou directement après le bouton du menu déroulant.",
|
|
27
|
-
"_A_DROPDOWN_COMPONENT_DESCRIPTION_": "Le composant ADropdown est un composant de menu déroulant pour Vue.js qui vous permet d'afficher une liste d'actions dans un menu déroulant. Cette documentation fournit des informations sur l'utilisation du composant et décrit les propriétés disponibles.",
|
|
27
|
+
"_A_DROPDOWN_PROPS_HAS_CARET_": "Cette propriété vous permet de spécifier si l'icône caret doit être affichée dans le composant de menu déroulant.",
|
|
28
28
|
"_A_DROPDOWN_PROPS_IN_BODY_": "Cette propriété vous permet de contrôler si le contenu du menu déroulant doit être rendu dans le corps ou directement après le bouton du menu déroulant.",
|
|
29
|
-
"
|
|
29
|
+
"_A_DROPDOWN_PROPS_TRIGGERS_": "Cette propriété vous permet de spécifier les déclencheurs qui affichent le menu déroulant."
|
|
30
30
|
}
|
|
@@ -1,3 +1,30 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
2
|
+
"_A_DROPDOWN_COMPONENT_DESCRIPTION_": "Komponenta ADropdown predstavlja padajući izbornik koji korisniku omogućuje prikaz liste akcija za izbor. Ova dokumentacija sadrži informacije o uporabi komponente te opisuje dostupne propove.",
|
|
3
|
+
"_A_DROPDOWN_COMPONENT_NAME_": "Padajući izbornik",
|
|
4
|
+
"_A_DROPDOWN_GROUP_BUTTON_CLASS_DESCRIPTION_": "Klasa gumba padajućeg izbornika može se prilagoditi koristeći prop <strong>button-class</strong>.",
|
|
5
|
+
"_A_DROPDOWN_GROUP_BUTTON_CLASS_HEADER_": "Prilagodljiva klasa gumba",
|
|
6
|
+
"_A_DROPDOWN_GROUP_BUTTON_ICONS_DESCRIPTION_": "Ikonice prije i poslije teksta gumba padajućeg izbornika mogu se prilagoditi koristeći propove <strong>button-icon-left</strong> i <strong>button-icon-right</strong>.",
|
|
7
|
+
"_A_DROPDOWN_GROUP_BUTTON_ICONS_HEADER_": "Prilagodljive ikonice gumba",
|
|
8
|
+
"_A_DROPDOWN_GROUP_BUTTON_LOADING_DESCRIPTION_": "Indikator učitavanja gumba padajućeg izbornika može se prilagoditi koristeći propove <strong>button-loading</strong> i <strong>button-loading-align</strong>.",
|
|
9
|
+
"_A_DROPDOWN_GROUP_BUTTON_LOADING_HEADER_": "Indikator učitavanja gumba padajućeg izbornika",
|
|
10
|
+
"_A_DROPDOWN_GROUP_BUTTON_TEXT_DESCRIPTION_": "Prop <strong>button-text</strong> omogućuje prilagodbu teksta gumba padajućeg izbornika.",
|
|
11
|
+
"_A_DROPDOWN_GROUP_BUTTON_TEXT_HEADER_": "Prilagodljivi tekst gumba",
|
|
12
|
+
"_A_DROPDOWN_GROUP_CARET_ICON_DESCRIPTION_": "Ikonica strelice padajućeg izbornika može se prilagoditi koristeći prop <strong>caret-icon</strong>.",
|
|
13
|
+
"_A_DROPDOWN_GROUP_CARET_ICON_HEADER_": "Prilagodljiva ikona strelice",
|
|
14
|
+
"_A_DROPDOWN_GROUP_HAS_CARET_DESCRIPTION_": "Propom <strong>has-caret</strong> se određuje je li ikonica strelice prikazana ili skrivena.",
|
|
15
|
+
"_A_DROPDOWN_GROUP_HAS_CARET_HEADER_": "Prilagodljiv prikaz ikonice strelice",
|
|
16
|
+
"_A_DROPDOWN_GROUP_IN_BODY_DESCRIPTION_": "Prop <strong>in-body</strong> kontrolira hoće li se sadržaj padajućeg izbornika generiati u tijelu ili neposredno nakon gumba padajućeg izbornika.",
|
|
17
|
+
"_A_DROPDOWN_GROUP_IN_BODY_HEADER_": "Pozicija sadržaja padajućeg izbornika",
|
|
18
|
+
"_A_DROPDOWN_GROUP_TRIGGERS_DESCRIPTION_": "Niz okidača padajućeg izbornika moguće je moguće je definirati koristeći prop <strong>triggers</strong>.",
|
|
19
|
+
"_A_DROPDOWN_GROUP_TRIGGERS_HEADER_": "Prilagodljivi okidači za padajući izbornik",
|
|
20
|
+
"_A_DROPDOWN_PROPS_BUTTON_CLASS_": "Omogućuje prilagodbu klase gumba padajućeg izbornika.",
|
|
21
|
+
"_A_DROPDOWN_PROPS_BUTTON_ICON_LEFT_": "Omogućuju prikaz ikonice prije teksta gumba padajućeg izbornika.",
|
|
22
|
+
"_A_DROPDOWN_PROPS_BUTTON_ICON_RIGHT_": "Omogućuju prikaz ikonice poslije teksta gumba padajućeg izbornika.",
|
|
23
|
+
"_A_DROPDOWN_PROPS_BUTTON_LOADING_": "Omogućuje kontrolu stanja učitavanja gumba padajućeg izbornika.",
|
|
24
|
+
"_A_DROPDOWN_PROPS_BUTTON_LOADING_ALIGN_": "Omogućuje prilagodbu pozicije stanja učitavanja unutar gumba.",
|
|
25
|
+
"_A_DROPDOWN_PROPS_BUTTON_TEXT_": "Omogućuje prilagodbu teksta gumba padajućeg izbornika.",
|
|
26
|
+
"_A_DROPDOWN_PROPS_CARET_ICON_": "Omogućuje prilagodbu ikone strelice padajućeg izbornika.",
|
|
27
|
+
"_A_DROPDOWN_PROPS_HAS_CARET_": "Omogućuje postavljanje prikaza ikone strelice u komponenti padajućeg izbornika.",
|
|
28
|
+
"_A_DROPDOWN_PROPS_IN_BODY_": "Omogućuje kontrolu nad time hoće li se sadržaj padajućeg izbornika renderirati u tijelu ili neposredno nakon gumba padajućeg izbornika.",
|
|
29
|
+
"_A_DROPDOWN_PROPS_TRIGGERS_": "Omogućuje postavljanje okidača koji prikazuju padajući izbornik."
|
|
30
|
+
}
|