@react-aria/combobox 3.7.2-nightly.4230 → 3.7.2-nightly.4245
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/dist/import.mjs +203 -194
- package/dist/main.js +204 -194
- package/dist/main.js.map +1 -1
- package/dist/module.js +203 -194
- package/dist/module.js.map +1 -1
- package/dist/types.d.ts +2 -2
- package/dist/types.d.ts.map +1 -1
- package/package.json +18 -17
- package/src/useComboBox.ts +11 -4
package/dist/main.js
CHANGED
|
@@ -5,13 +5,16 @@ var $8Zqhq$reactariautils = require("@react-aria/utils");
|
|
|
5
5
|
var $8Zqhq$react = require("react");
|
|
6
6
|
var $8Zqhq$reactstatelycollections = require("@react-stately/collections");
|
|
7
7
|
var $8Zqhq$reactariaselection = require("@react-aria/selection");
|
|
8
|
+
var $8Zqhq$reactstatelyform = require("@react-stately/form");
|
|
8
9
|
var $8Zqhq$reactariai18n = require("@react-aria/i18n");
|
|
9
10
|
var $8Zqhq$reactariamenu = require("@react-aria/menu");
|
|
10
11
|
var $8Zqhq$reactariatextfield = require("@react-aria/textfield");
|
|
11
12
|
|
|
13
|
+
|
|
12
14
|
function $parcel$export(e, n, v, s) {
|
|
13
15
|
Object.defineProperty(e, n, {get: v, set: s, enumerable: true, configurable: true});
|
|
14
16
|
}
|
|
17
|
+
|
|
15
18
|
function $parcel$interopDefault(a) {
|
|
16
19
|
return a && a.__esModule ? a.default : a;
|
|
17
20
|
}
|
|
@@ -46,67 +49,67 @@ $parcel$export(module.exports, "useComboBox", () => $242452271d1e4c0e$export$8c1
|
|
|
46
49
|
var $8d1e5da058b86bb9$exports = {};
|
|
47
50
|
var $a756282ae45b5180$exports = {};
|
|
48
51
|
$a756282ae45b5180$exports = {
|
|
49
|
-
"buttonLabel":
|
|
52
|
+
"buttonLabel": `\u{639}\u{631}\u{636} \u{627}\u{644}\u{645}\u{642}\u{62A}\u{631}\u{62D}\u{627}\u{62A}`,
|
|
50
53
|
"countAnnouncement": (args, formatter)=>`${formatter.plural(args.optionCount, {
|
|
51
|
-
one: ()=>`${formatter.number(args.optionCount)}
|
|
52
|
-
other: ()=>`${formatter.number(args.optionCount)}
|
|
53
|
-
})}
|
|
54
|
+
one: ()=>`${formatter.number(args.optionCount)} \u{62E}\u{64A}\u{627}\u{631}`,
|
|
55
|
+
other: ()=>`${formatter.number(args.optionCount)} \u{62E}\u{64A}\u{627}\u{631}\u{627}\u{62A}`
|
|
56
|
+
})} \u{645}\u{62A}\u{627}\u{62D}\u{629}.`,
|
|
54
57
|
"focusAnnouncement": (args, formatter)=>`${formatter.select({
|
|
55
|
-
true: ()
|
|
56
|
-
one: ()=>`${formatter.number(args.groupCount)}
|
|
57
|
-
other: ()=>`${formatter.number(args.groupCount)}
|
|
58
|
+
true: ()=>`\u{627}\u{644}\u{645}\u{62C}\u{645}\u{648}\u{639}\u{629} \u{627}\u{644}\u{645}\u{62F}\u{62E}\u{644}\u{629} ${args.groupTitle}, \u{645}\u{639} ${formatter.plural(args.groupCount, {
|
|
59
|
+
one: ()=>`${formatter.number(args.groupCount)} \u{62E}\u{64A}\u{627}\u{631}`,
|
|
60
|
+
other: ()=>`${formatter.number(args.groupCount)} \u{62E}\u{64A}\u{627}\u{631}\u{627}\u{62A}`
|
|
58
61
|
})}. `,
|
|
59
62
|
other: ``
|
|
60
63
|
}, args.isGroupChange)}${args.optionText}${formatter.select({
|
|
61
|
-
true: `,
|
|
64
|
+
true: `, \u{645}\u{62D}\u{62F}\u{62F}`,
|
|
62
65
|
other: ``
|
|
63
66
|
}, args.isSelected)}`,
|
|
64
|
-
"listboxLabel":
|
|
65
|
-
"selectedAnnouncement": (args)=>`${args.optionText}
|
|
67
|
+
"listboxLabel": `\u{645}\u{642}\u{62A}\u{631}\u{62D}\u{627}\u{62A}`,
|
|
68
|
+
"selectedAnnouncement": (args)=>`${args.optionText}\u{60C} \u{645}\u{62D}\u{62F}\u{62F}`
|
|
66
69
|
};
|
|
67
70
|
|
|
68
71
|
|
|
69
72
|
var $50569559b1387c57$exports = {};
|
|
70
73
|
$50569559b1387c57$exports = {
|
|
71
|
-
"buttonLabel":
|
|
74
|
+
"buttonLabel": `\u{41F}\u{43E}\u{43A}\u{430}\u{436}\u{438} \u{43F}\u{440}\u{435}\u{434}\u{43B}\u{43E}\u{436}\u{435}\u{43D}\u{438}\u{44F}`,
|
|
72
75
|
"countAnnouncement": (args, formatter)=>`${formatter.plural(args.optionCount, {
|
|
73
|
-
one: ()=>`${formatter.number(args.optionCount)}
|
|
74
|
-
other: ()=>`${formatter.number(args.optionCount)}
|
|
75
|
-
})}
|
|
76
|
+
one: ()=>`${formatter.number(args.optionCount)} \u{43E}\u{43F}\u{446}\u{438}\u{44F}`,
|
|
77
|
+
other: ()=>`${formatter.number(args.optionCount)} \u{43E}\u{43F}\u{446}\u{438}\u{438}`
|
|
78
|
+
})} \u{43D}\u{430} \u{440}\u{430}\u{437}\u{43F}\u{43E}\u{43B}\u{43E}\u{436}\u{435}\u{43D}\u{438}\u{435}.`,
|
|
76
79
|
"focusAnnouncement": (args, formatter)=>`${formatter.select({
|
|
77
|
-
true: ()
|
|
78
|
-
one: ()=>`${formatter.number(args.groupCount)}
|
|
79
|
-
other: ()=>`${formatter.number(args.groupCount)}
|
|
80
|
+
true: ()=>`\u{412}\u{44A}\u{432}\u{435}\u{434}\u{435}\u{43D}\u{430} \u{433}\u{440}\u{443}\u{43F}\u{430} ${args.groupTitle}, \u{441} ${formatter.plural(args.groupCount, {
|
|
81
|
+
one: ()=>`${formatter.number(args.groupCount)} \u{43E}\u{43F}\u{446}\u{438}\u{44F}`,
|
|
82
|
+
other: ()=>`${formatter.number(args.groupCount)} \u{43E}\u{43F}\u{446}\u{438}\u{438}`
|
|
80
83
|
})}. `,
|
|
81
84
|
other: ``
|
|
82
85
|
}, args.isGroupChange)}${args.optionText}${formatter.select({
|
|
83
|
-
true: `,
|
|
86
|
+
true: `, \u{438}\u{437}\u{431}\u{440}\u{430}\u{43D}\u{438}`,
|
|
84
87
|
other: ``
|
|
85
88
|
}, args.isSelected)}`,
|
|
86
|
-
"listboxLabel":
|
|
87
|
-
"selectedAnnouncement": (args)=>`${args.optionText},
|
|
89
|
+
"listboxLabel": `\u{41F}\u{440}\u{435}\u{434}\u{43B}\u{43E}\u{436}\u{435}\u{43D}\u{438}\u{44F}`,
|
|
90
|
+
"selectedAnnouncement": (args)=>`${args.optionText}, \u{438}\u{437}\u{431}\u{440}\u{430}\u{43D}\u{438}`
|
|
88
91
|
};
|
|
89
92
|
|
|
90
93
|
|
|
91
94
|
var $bff243ee21f5616f$exports = {};
|
|
92
95
|
$bff243ee21f5616f$exports = {
|
|
93
|
-
"buttonLabel": `Zobrazit
|
|
96
|
+
"buttonLabel": `Zobrazit doporu\u{10D}en\xed`,
|
|
94
97
|
"countAnnouncement": (args, formatter)=>`K dispozici ${formatter.plural(args.optionCount, {
|
|
95
|
-
one: ()=>`je ${formatter.number(args.optionCount)}
|
|
96
|
-
other: ()=>`jsou/je ${formatter.number(args.optionCount)}
|
|
98
|
+
one: ()=>`je ${formatter.number(args.optionCount)} mo\u{17E}nost`,
|
|
99
|
+
other: ()=>`jsou/je ${formatter.number(args.optionCount)} mo\u{17E}nosti/-\xed`
|
|
97
100
|
})}.`,
|
|
98
101
|
"focusAnnouncement": (args, formatter)=>`${formatter.select({
|
|
99
|
-
true: ()=>`
|
|
100
|
-
one: ()=>`s ${formatter.number(args.groupCount)}
|
|
101
|
-
other: ()=>`se ${formatter.number(args.groupCount)}
|
|
102
|
+
true: ()=>`Zadan\xe1 skupina \u{201E}${args.groupTitle}\u{201C} ${formatter.plural(args.groupCount, {
|
|
103
|
+
one: ()=>`s ${formatter.number(args.groupCount)} mo\u{17E}nost\xed`,
|
|
104
|
+
other: ()=>`se ${formatter.number(args.groupCount)} mo\u{17E}nostmi`
|
|
102
105
|
})}. `,
|
|
103
106
|
other: ``
|
|
104
107
|
}, args.isGroupChange)}${args.optionText}${formatter.select({
|
|
105
|
-
true: ` (
|
|
108
|
+
true: ` (vybr\xe1no)`,
|
|
106
109
|
other: ``
|
|
107
110
|
}, args.isSelected)}`,
|
|
108
|
-
"listboxLabel": `
|
|
109
|
-
"selectedAnnouncement": (args)=>`${args.optionText},
|
|
111
|
+
"listboxLabel": `N\xe1vrhy`,
|
|
112
|
+
"selectedAnnouncement": (args)=>`${args.optionText}, vybr\xe1no`
|
|
110
113
|
};
|
|
111
114
|
|
|
112
115
|
|
|
@@ -114,8 +117,8 @@ var $1508d10b8eb2180a$exports = {};
|
|
|
114
117
|
$1508d10b8eb2180a$exports = {
|
|
115
118
|
"buttonLabel": `Vis forslag`,
|
|
116
119
|
"countAnnouncement": (args, formatter)=>`${formatter.plural(args.optionCount, {
|
|
117
|
-
one: ()=>`${formatter.number(args.optionCount)} mulighed
|
|
118
|
-
other: ()=>`${formatter.number(args.optionCount)} muligheder
|
|
120
|
+
one: ()=>`${formatter.number(args.optionCount)} mulighed tilg\xe6ngelig`,
|
|
121
|
+
other: ()=>`${formatter.number(args.optionCount)} muligheder tilg\xe6ngelige`
|
|
119
122
|
})}.`,
|
|
120
123
|
"focusAnnouncement": (args, formatter)=>`${formatter.select({
|
|
121
124
|
true: ()=>`Angivet gruppe ${args.groupTitle}, med ${formatter.plural(args.groupCount, {
|
|
@@ -138,7 +141,7 @@ $aa4e6d422b8a72e9$exports = {
|
|
|
138
141
|
"countAnnouncement": (args, formatter)=>`${formatter.plural(args.optionCount, {
|
|
139
142
|
one: ()=>`${formatter.number(args.optionCount)} Option`,
|
|
140
143
|
other: ()=>`${formatter.number(args.optionCount)} Optionen`
|
|
141
|
-
})}
|
|
144
|
+
})} verf\xfcgbar.`,
|
|
142
145
|
"focusAnnouncement": (args, formatter)=>`${formatter.select({
|
|
143
146
|
true: ()=>`Eingetretene Gruppe ${args.groupTitle}, mit ${formatter.plural(args.groupCount, {
|
|
144
147
|
one: ()=>`${formatter.number(args.groupCount)} Option`,
|
|
@@ -146,33 +149,33 @@ $aa4e6d422b8a72e9$exports = {
|
|
|
146
149
|
})}. `,
|
|
147
150
|
other: ``
|
|
148
151
|
}, args.isGroupChange)}${args.optionText}${formatter.select({
|
|
149
|
-
true: `,
|
|
152
|
+
true: `, ausgew\xe4hlt`,
|
|
150
153
|
other: ``
|
|
151
154
|
}, args.isSelected)}`,
|
|
152
155
|
"listboxLabel": `Empfehlungen`,
|
|
153
|
-
"selectedAnnouncement": (args)=>`${args.optionText},
|
|
156
|
+
"selectedAnnouncement": (args)=>`${args.optionText}, ausgew\xe4hlt`
|
|
154
157
|
};
|
|
155
158
|
|
|
156
159
|
|
|
157
160
|
var $b88e038b0dd4dc0a$exports = {};
|
|
158
161
|
$b88e038b0dd4dc0a$exports = {
|
|
159
|
-
"buttonLabel":
|
|
162
|
+
"buttonLabel": `\u{3A0}\u{3C1}\u{3BF}\u{3B2}\u{3BF}\u{3BB}\u{3AE} \u{3C0}\u{3C1}\u{3BF}\u{3C4}\u{3AC}\u{3C3}\u{3B5}\u{3C9}\u{3BD}`,
|
|
160
163
|
"countAnnouncement": (args, formatter)=>`${formatter.plural(args.optionCount, {
|
|
161
|
-
one: ()=>`${formatter.number(args.optionCount)}
|
|
162
|
-
other: ()=>`${formatter.number(args.optionCount)}
|
|
163
|
-
})}
|
|
164
|
+
one: ()=>`${formatter.number(args.optionCount)} \u{3B5}\u{3C0}\u{3B9}\u{3BB}\u{3BF}\u{3B3}\u{3AE}`,
|
|
165
|
+
other: ()=>`${formatter.number(args.optionCount)} \u{3B5}\u{3C0}\u{3B9}\u{3BB}\u{3BF}\u{3B3}\u{3AD}\u{3C2} `
|
|
166
|
+
})} \u{3B4}\u{3B9}\u{3B1}\u{3B8}\u{3AD}\u{3C3}\u{3B9}\u{3BC}\u{3B5}\u{3C2}.`,
|
|
164
167
|
"focusAnnouncement": (args, formatter)=>`${formatter.select({
|
|
165
|
-
true: ()
|
|
166
|
-
one: ()=>`${formatter.number(args.groupCount)}
|
|
167
|
-
other: ()=>`${formatter.number(args.groupCount)}
|
|
168
|
+
true: ()=>`\u{395}\u{3B9}\u{3C3}\u{3B1}\u{3B3}\u{3BC}\u{3AD}\u{3BD}\u{3B7} \u{3BF}\u{3BC}\u{3AC}\u{3B4}\u{3B1} ${args.groupTitle}, \u{3BC}\u{3B5} ${formatter.plural(args.groupCount, {
|
|
169
|
+
one: ()=>`${formatter.number(args.groupCount)} \u{3B5}\u{3C0}\u{3B9}\u{3BB}\u{3BF}\u{3B3}\u{3AE}`,
|
|
170
|
+
other: ()=>`${formatter.number(args.groupCount)} \u{3B5}\u{3C0}\u{3B9}\u{3BB}\u{3BF}\u{3B3}\u{3AD}\u{3C2}`
|
|
168
171
|
})}. `,
|
|
169
172
|
other: ``
|
|
170
173
|
}, args.isGroupChange)}${args.optionText}${formatter.select({
|
|
171
|
-
true: `,
|
|
174
|
+
true: `, \u{3B5}\u{3C0}\u{3B9}\u{3BB}\u{3B5}\u{3B3}\u{3BC}\u{3AD}\u{3BD}\u{3BF}`,
|
|
172
175
|
other: ``
|
|
173
176
|
}, args.isSelected)}`,
|
|
174
|
-
"listboxLabel":
|
|
175
|
-
"selectedAnnouncement": (args)=>`${args.optionText},
|
|
177
|
+
"listboxLabel": `\u{3A0}\u{3C1}\u{3BF}\u{3C4}\u{3AC}\u{3C3}\u{3B5}\u{3B9}\u{3C2}`,
|
|
178
|
+
"selectedAnnouncement": (args)=>`${args.optionText}, \u{3B5}\u{3C0}\u{3B9}\u{3BB}\u{3AD}\u{3C7}\u{3B8}\u{3B7}\u{3BA}\u{3B5}`
|
|
176
179
|
};
|
|
177
180
|
|
|
178
181
|
|
|
@@ -202,12 +205,12 @@ var $3a762c75d410ecfe$exports = {};
|
|
|
202
205
|
$3a762c75d410ecfe$exports = {
|
|
203
206
|
"buttonLabel": `Mostrar sugerencias`,
|
|
204
207
|
"countAnnouncement": (args, formatter)=>`${formatter.plural(args.optionCount, {
|
|
205
|
-
one: ()=>`${formatter.number(args.optionCount)}
|
|
208
|
+
one: ()=>`${formatter.number(args.optionCount)} opci\xf3n`,
|
|
206
209
|
other: ()=>`${formatter.number(args.optionCount)} opciones`
|
|
207
210
|
})} disponible(s).`,
|
|
208
211
|
"focusAnnouncement": (args, formatter)=>`${formatter.select({
|
|
209
212
|
true: ()=>`Se ha unido al grupo ${args.groupTitle}, con ${formatter.plural(args.groupCount, {
|
|
210
|
-
one: ()=>`${formatter.number(args.groupCount)}
|
|
213
|
+
one: ()=>`${formatter.number(args.groupCount)} opci\xf3n`,
|
|
211
214
|
other: ()=>`${formatter.number(args.groupCount)} opciones`
|
|
212
215
|
})}. `,
|
|
213
216
|
other: ``
|
|
@@ -228,7 +231,7 @@ $345540ad7e1ca6bf$exports = {
|
|
|
228
231
|
other: ()=>`${formatter.number(args.optionCount)} valikud`
|
|
229
232
|
})} saadaval.`,
|
|
230
233
|
"focusAnnouncement": (args, formatter)=>`${formatter.select({
|
|
231
|
-
true: ()=>`Sisestatud
|
|
234
|
+
true: ()=>`Sisestatud r\xfchm ${args.groupTitle}, valikuga ${formatter.plural(args.groupCount, {
|
|
232
235
|
one: ()=>`${formatter.number(args.groupCount)} valik`,
|
|
233
236
|
other: ()=>`${formatter.number(args.groupCount)} valikud`
|
|
234
237
|
})}. `,
|
|
@@ -244,13 +247,13 @@ $345540ad7e1ca6bf$exports = {
|
|
|
244
247
|
|
|
245
248
|
var $f314257d456879ad$exports = {};
|
|
246
249
|
$f314257d456879ad$exports = {
|
|
247
|
-
"buttonLabel": `
|
|
250
|
+
"buttonLabel": `N\xe4yt\xe4 ehdotukset`,
|
|
248
251
|
"countAnnouncement": (args, formatter)=>`${formatter.plural(args.optionCount, {
|
|
249
252
|
one: ()=>`${formatter.number(args.optionCount)} vaihtoehto`,
|
|
250
253
|
other: ()=>`${formatter.number(args.optionCount)} vaihtoehdot`
|
|
251
254
|
})} saatavilla.`,
|
|
252
255
|
"focusAnnouncement": (args, formatter)=>`${formatter.select({
|
|
253
|
-
true: ()=>`Mentiin
|
|
256
|
+
true: ()=>`Mentiin ryhm\xe4\xe4n ${args.groupTitle}, ${formatter.plural(args.groupCount, {
|
|
254
257
|
one: ()=>`${formatter.number(args.groupCount)} vaihtoehdon`,
|
|
255
258
|
other: ()=>`${formatter.number(args.groupCount)} vaihtoehdon`
|
|
256
259
|
})} kanssa.`,
|
|
@@ -278,40 +281,40 @@ $ebebc2f5e8da1157$exports = {
|
|
|
278
281
|
})}. `,
|
|
279
282
|
other: ``
|
|
280
283
|
}, args.isGroupChange)}${args.optionText}${formatter.select({
|
|
281
|
-
true: `,
|
|
284
|
+
true: `, s\xe9lectionn\xe9(s)`,
|
|
282
285
|
other: ``
|
|
283
286
|
}, args.isSelected)}`,
|
|
284
287
|
"listboxLabel": `Suggestions`,
|
|
285
|
-
"selectedAnnouncement": (args)=>`${args.optionText},
|
|
288
|
+
"selectedAnnouncement": (args)=>`${args.optionText}, s\xe9lectionn\xe9`
|
|
286
289
|
};
|
|
287
290
|
|
|
288
291
|
|
|
289
292
|
var $3dda6220a904406b$exports = {};
|
|
290
293
|
$3dda6220a904406b$exports = {
|
|
291
|
-
"buttonLabel":
|
|
294
|
+
"buttonLabel": `\u{5D4}\u{5E6}\u{5D2} \u{5D4}\u{5E6}\u{5E2}\u{5D5}\u{5EA}`,
|
|
292
295
|
"countAnnouncement": (args, formatter)=>`${formatter.plural(args.optionCount, {
|
|
293
|
-
one: ()
|
|
294
|
-
other: ()=>`${formatter.number(args.optionCount)}
|
|
295
|
-
})}
|
|
296
|
+
one: ()=>`\u{5D0}\u{5E4}\u{5E9}\u{5E8}\u{5D5}\u{5EA} ${formatter.number(args.optionCount)}`,
|
|
297
|
+
other: ()=>`${formatter.number(args.optionCount)} \u{5D0}\u{5E4}\u{5E9}\u{5E8}\u{5D5}\u{5D9}\u{5D5}\u{5EA}`
|
|
298
|
+
})} \u{5D1}\u{5DE}\u{5E6}\u{5D1} \u{5D6}\u{5DE}\u{5D9}\u{5DF}.`,
|
|
296
299
|
"focusAnnouncement": (args, formatter)=>`${formatter.select({
|
|
297
|
-
true: ()
|
|
298
|
-
one: ()
|
|
299
|
-
other: ()=>`${formatter.number(args.groupCount)}
|
|
300
|
+
true: ()=>`\u{5E0}\u{5DB}\u{5E0}\u{5E1} \u{5DC}\u{5E7}\u{5D1}\u{5D5}\u{5E6}\u{5D4} ${args.groupTitle}, \u{5E2}\u{5DD} ${formatter.plural(args.groupCount, {
|
|
301
|
+
one: ()=>`\u{5D0}\u{5E4}\u{5E9}\u{5E8}\u{5D5}\u{5EA} ${formatter.number(args.groupCount)}`,
|
|
302
|
+
other: ()=>`${formatter.number(args.groupCount)} \u{5D0}\u{5E4}\u{5E9}\u{5E8}\u{5D5}\u{5D9}\u{5D5}\u{5EA}`
|
|
300
303
|
})}. `,
|
|
301
304
|
other: ``
|
|
302
305
|
}, args.isGroupChange)}${args.optionText}${formatter.select({
|
|
303
|
-
true: `,
|
|
306
|
+
true: `, \u{5E0}\u{5D1}\u{5D7}\u{5E8}`,
|
|
304
307
|
other: ``
|
|
305
308
|
}, args.isSelected)}`,
|
|
306
|
-
"listboxLabel":
|
|
307
|
-
"selectedAnnouncement": (args)=>`${args.optionText},
|
|
309
|
+
"listboxLabel": `\u{5D4}\u{5E6}\u{5E2}\u{5D5}\u{5EA}`,
|
|
310
|
+
"selectedAnnouncement": (args)=>`${args.optionText}, \u{5E0}\u{5D1}\u{5D7}\u{5E8}`
|
|
308
311
|
};
|
|
309
312
|
|
|
310
313
|
|
|
311
314
|
var $21178dd033a9f6f2$exports = {};
|
|
312
315
|
$21178dd033a9f6f2$exports = {
|
|
313
|
-
"buttonLabel": `
|
|
314
|
-
"countAnnouncement": (args, formatter)=>`Dostupno jo
|
|
316
|
+
"buttonLabel": `Prika\u{17E}i prijedloge`,
|
|
317
|
+
"countAnnouncement": (args, formatter)=>`Dostupno jo\u{161}: ${formatter.plural(args.optionCount, {
|
|
315
318
|
one: ()=>`${formatter.number(args.optionCount)} opcija`,
|
|
316
319
|
other: ()=>`${formatter.number(args.optionCount)} opcije/a`
|
|
317
320
|
})}.`,
|
|
@@ -332,23 +335,23 @@ $21178dd033a9f6f2$exports = {
|
|
|
332
335
|
|
|
333
336
|
var $f12e9cac54fcde83$exports = {};
|
|
334
337
|
$f12e9cac54fcde83$exports = {
|
|
335
|
-
"buttonLabel": `Javaslatok
|
|
338
|
+
"buttonLabel": `Javaslatok megjelen\xedt\xe9se`,
|
|
336
339
|
"countAnnouncement": (args, formatter)=>`${formatter.plural(args.optionCount, {
|
|
337
|
-
one: ()=>`${formatter.number(args.optionCount)}
|
|
338
|
-
other: ()=>`${formatter.number(args.optionCount)}
|
|
339
|
-
})}
|
|
340
|
+
one: ()=>`${formatter.number(args.optionCount)} lehet\u{151}s\xe9g`,
|
|
341
|
+
other: ()=>`${formatter.number(args.optionCount)} lehet\u{151}s\xe9g`
|
|
342
|
+
})} \xe1ll rendelkez\xe9sre.`,
|
|
340
343
|
"focusAnnouncement": (args, formatter)=>`${formatter.select({
|
|
341
|
-
true: ()=>`
|
|
342
|
-
one: ()=>`${formatter.number(args.groupCount)}
|
|
343
|
-
other: ()=>`${formatter.number(args.groupCount)}
|
|
344
|
+
true: ()=>`Bel\xe9pett a(z) ${args.groupTitle} csoportba, amely ${formatter.plural(args.groupCount, {
|
|
345
|
+
one: ()=>`${formatter.number(args.groupCount)} lehet\u{151}s\xe9get`,
|
|
346
|
+
other: ()=>`${formatter.number(args.groupCount)} lehet\u{151}s\xe9get`
|
|
344
347
|
})} tartalmaz. `,
|
|
345
348
|
other: ``
|
|
346
349
|
}, args.isGroupChange)}${args.optionText}${formatter.select({
|
|
347
|
-
true: `,
|
|
350
|
+
true: `, kijel\xf6lve`,
|
|
348
351
|
other: ``
|
|
349
352
|
}, args.isSelected)}`,
|
|
350
353
|
"listboxLabel": `Javaslatok`,
|
|
351
|
-
"selectedAnnouncement": (args)=>`${args.optionText},
|
|
354
|
+
"selectedAnnouncement": (args)=>`${args.optionText}, kijel\xf6lve`
|
|
352
355
|
};
|
|
353
356
|
|
|
354
357
|
|
|
@@ -376,89 +379,89 @@ $c7ad5d19d847ae9c$exports = {
|
|
|
376
379
|
|
|
377
380
|
var $2cd660cb05523578$exports = {};
|
|
378
381
|
$2cd660cb05523578$exports = {
|
|
379
|
-
"buttonLabel":
|
|
382
|
+
"buttonLabel": `\u{5019}\u{88DC}\u{3092}\u{8868}\u{793A}`,
|
|
380
383
|
"countAnnouncement": (args, formatter)=>`${formatter.plural(args.optionCount, {
|
|
381
|
-
one: ()=>`${formatter.number(args.optionCount)}
|
|
382
|
-
other: ()=>`${formatter.number(args.optionCount)}
|
|
383
|
-
})}
|
|
384
|
+
one: ()=>`${formatter.number(args.optionCount)} \u{500B}\u{306E}\u{30AA}\u{30D7}\u{30B7}\u{30E7}\u{30F3}`,
|
|
385
|
+
other: ()=>`${formatter.number(args.optionCount)} \u{500B}\u{306E}\u{30AA}\u{30D7}\u{30B7}\u{30E7}\u{30F3}`
|
|
386
|
+
})}\u{3092}\u{5229}\u{7528}\u{3067}\u{304D}\u{307E}\u{3059}\u{3002}`,
|
|
384
387
|
"focusAnnouncement": (args, formatter)=>`${formatter.select({
|
|
385
|
-
true: ()
|
|
386
|
-
one: ()=>`${formatter.number(args.groupCount)}
|
|
387
|
-
other: ()=>`${formatter.number(args.groupCount)}
|
|
388
|
-
})}
|
|
388
|
+
true: ()=>`\u{5165}\u{529B}\u{3055}\u{308C}\u{305F}\u{30B0}\u{30EB}\u{30FC}\u{30D7} ${args.groupTitle}\u{3001}${formatter.plural(args.groupCount, {
|
|
389
|
+
one: ()=>`${formatter.number(args.groupCount)} \u{500B}\u{306E}\u{30AA}\u{30D7}\u{30B7}\u{30E7}\u{30F3}`,
|
|
390
|
+
other: ()=>`${formatter.number(args.groupCount)} \u{500B}\u{306E}\u{30AA}\u{30D7}\u{30B7}\u{30E7}\u{30F3}`
|
|
391
|
+
})}\u{3092}\u{542B}\u{3080}\u{3002}`,
|
|
389
392
|
other: ``
|
|
390
393
|
}, args.isGroupChange)}${args.optionText}${formatter.select({
|
|
391
|
-
true:
|
|
394
|
+
true: `\u{3001}\u{9078}\u{629E}\u{6E08}\u{307F}`,
|
|
392
395
|
other: ``
|
|
393
396
|
}, args.isSelected)}`,
|
|
394
|
-
"listboxLabel":
|
|
395
|
-
"selectedAnnouncement": (args)=>`${args.optionText}
|
|
397
|
+
"listboxLabel": `\u{5019}\u{88DC}`,
|
|
398
|
+
"selectedAnnouncement": (args)=>`${args.optionText}\u{3001}\u{9078}\u{629E}\u{6E08}\u{307F}`
|
|
396
399
|
};
|
|
397
400
|
|
|
398
401
|
|
|
399
402
|
var $854156a4c27f569c$exports = {};
|
|
400
403
|
$854156a4c27f569c$exports = {
|
|
401
|
-
"buttonLabel":
|
|
404
|
+
"buttonLabel": `\u{C81C}\u{C548} \u{C0AC}\u{D56D} \u{D45C}\u{C2DC}`,
|
|
402
405
|
"countAnnouncement": (args, formatter)=>`${formatter.plural(args.optionCount, {
|
|
403
|
-
one: ()=>`${formatter.number(args.optionCount)}
|
|
404
|
-
other: ()=>`${formatter.number(args.optionCount)}
|
|
405
|
-
})}
|
|
406
|
+
one: ()=>`${formatter.number(args.optionCount)}\u{AC1C} \u{C635}\u{C158}`,
|
|
407
|
+
other: ()=>`${formatter.number(args.optionCount)}\u{AC1C} \u{C635}\u{C158}`
|
|
408
|
+
})}\u{C744} \u{C0AC}\u{C6A9}\u{D560} \u{C218} \u{C788}\u{C2B5}\u{B2C8}\u{B2E4}.`,
|
|
406
409
|
"focusAnnouncement": (args, formatter)=>`${formatter.select({
|
|
407
|
-
true: ()
|
|
408
|
-
one: ()=>`${formatter.number(args.groupCount)}
|
|
409
|
-
other: ()=>`${formatter.number(args.groupCount)}
|
|
410
|
+
true: ()=>`\u{C785}\u{B825}\u{D55C} \u{ADF8}\u{B8F9} ${args.groupTitle}, ${formatter.plural(args.groupCount, {
|
|
411
|
+
one: ()=>`${formatter.number(args.groupCount)}\u{AC1C} \u{C635}\u{C158}`,
|
|
412
|
+
other: ()=>`${formatter.number(args.groupCount)}\u{AC1C} \u{C635}\u{C158}`
|
|
410
413
|
})}. `,
|
|
411
414
|
other: ``
|
|
412
415
|
}, args.isGroupChange)}${args.optionText}${formatter.select({
|
|
413
|
-
true: `,
|
|
416
|
+
true: `, \u{C120}\u{D0DD}\u{B428}`,
|
|
414
417
|
other: ``
|
|
415
418
|
}, args.isSelected)}`,
|
|
416
|
-
"listboxLabel":
|
|
417
|
-
"selectedAnnouncement": (args)=>`${args.optionText},
|
|
419
|
+
"listboxLabel": `\u{C81C}\u{C548}`,
|
|
420
|
+
"selectedAnnouncement": (args)=>`${args.optionText}, \u{C120}\u{D0DD}\u{B428}`
|
|
418
421
|
};
|
|
419
422
|
|
|
420
423
|
|
|
421
424
|
var $dabe6c727809b774$exports = {};
|
|
422
425
|
$dabe6c727809b774$exports = {
|
|
423
|
-
"buttonLabel": `Rodyti
|
|
426
|
+
"buttonLabel": `Rodyti pasi\u{16B}lymus`,
|
|
424
427
|
"countAnnouncement": (args, formatter)=>`Yra ${formatter.plural(args.optionCount, {
|
|
425
428
|
one: ()=>`${formatter.number(args.optionCount)} parinktis`,
|
|
426
|
-
other: ()=>`${formatter.number(args.optionCount)} parinktys (-
|
|
429
|
+
other: ()=>`${formatter.number(args.optionCount)} parinktys (-i\u{173})`
|
|
427
430
|
})}.`,
|
|
428
431
|
"focusAnnouncement": (args, formatter)=>`${formatter.select({
|
|
429
|
-
true: ()
|
|
432
|
+
true: ()=>`\u{12E}vesta grup\u{117} ${args.groupTitle}, su ${formatter.plural(args.groupCount, {
|
|
430
433
|
one: ()=>`${formatter.number(args.groupCount)} parinktimi`,
|
|
431
|
-
other: ()=>`${formatter.number(args.groupCount)} parinktimis (-
|
|
434
|
+
other: ()=>`${formatter.number(args.groupCount)} parinktimis (-i\u{173})`
|
|
432
435
|
})}. `,
|
|
433
436
|
other: ``
|
|
434
437
|
}, args.isGroupChange)}${args.optionText}${formatter.select({
|
|
435
438
|
true: `, pasirinkta`,
|
|
436
439
|
other: ``
|
|
437
440
|
}, args.isSelected)}`,
|
|
438
|
-
"listboxLabel": `
|
|
441
|
+
"listboxLabel": `Pasi\u{16B}lymai`,
|
|
439
442
|
"selectedAnnouncement": (args)=>`${args.optionText}, pasirinkta`
|
|
440
443
|
};
|
|
441
444
|
|
|
442
445
|
|
|
443
446
|
var $7810eacb77cdba0d$exports = {};
|
|
444
447
|
$7810eacb77cdba0d$exports = {
|
|
445
|
-
"buttonLabel": `
|
|
448
|
+
"buttonLabel": `R\u{101}d\u{12B}t ieteikumus`,
|
|
446
449
|
"countAnnouncement": (args, formatter)=>`Pieejamo opciju skaits: ${formatter.plural(args.optionCount, {
|
|
447
450
|
one: ()=>`${formatter.number(args.optionCount)} opcija`,
|
|
448
451
|
other: ()=>`${formatter.number(args.optionCount)} opcijas`
|
|
449
452
|
})}.`,
|
|
450
453
|
"focusAnnouncement": (args, formatter)=>`${formatter.select({
|
|
451
|
-
true: ()=>`
|
|
454
|
+
true: ()=>`Ievad\u{12B}ta grupa ${args.groupTitle}, ar ${formatter.plural(args.groupCount, {
|
|
452
455
|
one: ()=>`${formatter.number(args.groupCount)} opciju`,
|
|
453
|
-
other: ()=>`${formatter.number(args.groupCount)}
|
|
456
|
+
other: ()=>`${formatter.number(args.groupCount)} opcij\u{101}m`
|
|
454
457
|
})}. `,
|
|
455
458
|
other: ``
|
|
456
459
|
}, args.isGroupChange)}${args.optionText}${formatter.select({
|
|
457
|
-
true: `,
|
|
460
|
+
true: `, atlas\u{12B}ta`,
|
|
458
461
|
other: ``
|
|
459
462
|
}, args.isSelected)}`,
|
|
460
463
|
"listboxLabel": `Ieteikumi`,
|
|
461
|
-
"selectedAnnouncement": (args)=>`${args.optionText},
|
|
464
|
+
"selectedAnnouncement": (args)=>`${args.optionText}, atlas\u{12B}ta`
|
|
462
465
|
};
|
|
463
466
|
|
|
464
467
|
|
|
@@ -508,14 +511,14 @@ $29be2a564837167c$exports = {
|
|
|
508
511
|
|
|
509
512
|
var $7c0ffa214495a56b$exports = {};
|
|
510
513
|
$7c0ffa214495a56b$exports = {
|
|
511
|
-
"buttonLabel": `
|
|
512
|
-
"countAnnouncement": (args, formatter)=>`
|
|
514
|
+
"buttonLabel": `Wy\u{15B}wietlaj sugestie`,
|
|
515
|
+
"countAnnouncement": (args, formatter)=>`dost\u{119}pna/dost\u{119}pne(-nych) ${formatter.plural(args.optionCount, {
|
|
513
516
|
one: ()=>`${formatter.number(args.optionCount)} opcja`,
|
|
514
517
|
other: ()=>`${formatter.number(args.optionCount)} opcje(-i)`
|
|
515
518
|
})}.`,
|
|
516
519
|
"focusAnnouncement": (args, formatter)=>`${formatter.select({
|
|
517
|
-
true: ()=>`
|
|
518
|
-
one: ()=>`${formatter.number(args.groupCount)} opcj
|
|
520
|
+
true: ()=>`Do\u{142}\u{105}czono do grupy ${args.groupTitle}, z ${formatter.plural(args.groupCount, {
|
|
521
|
+
one: ()=>`${formatter.number(args.groupCount)} opcj\u{105}`,
|
|
519
522
|
other: ()=>`${formatter.number(args.groupCount)} opcjami`
|
|
520
523
|
})}. `,
|
|
521
524
|
other: ``
|
|
@@ -530,59 +533,59 @@ $7c0ffa214495a56b$exports = {
|
|
|
530
533
|
|
|
531
534
|
var $e8665834548c9563$exports = {};
|
|
532
535
|
$e8665834548c9563$exports = {
|
|
533
|
-
"buttonLabel": `Mostrar
|
|
536
|
+
"buttonLabel": `Mostrar sugest\xf5es`,
|
|
534
537
|
"countAnnouncement": (args, formatter)=>`${formatter.plural(args.optionCount, {
|
|
535
|
-
one: ()=>`${formatter.number(args.optionCount)}
|
|
536
|
-
other: ()=>`${formatter.number(args.optionCount)}
|
|
537
|
-
})}
|
|
538
|
+
one: ()=>`${formatter.number(args.optionCount)} op\xe7\xe3o`,
|
|
539
|
+
other: ()=>`${formatter.number(args.optionCount)} op\xe7\xf5es`
|
|
540
|
+
})} dispon\xedvel.`,
|
|
538
541
|
"focusAnnouncement": (args, formatter)=>`${formatter.select({
|
|
539
542
|
true: ()=>`Grupo inserido ${args.groupTitle}, com ${formatter.plural(args.groupCount, {
|
|
540
|
-
one: ()=>`${formatter.number(args.groupCount)}
|
|
541
|
-
other: ()=>`${formatter.number(args.groupCount)}
|
|
543
|
+
one: ()=>`${formatter.number(args.groupCount)} op\xe7\xe3o`,
|
|
544
|
+
other: ()=>`${formatter.number(args.groupCount)} op\xe7\xf5es`
|
|
542
545
|
})}. `,
|
|
543
546
|
other: ``
|
|
544
547
|
}, args.isGroupChange)}${args.optionText}${formatter.select({
|
|
545
548
|
true: `, selecionado`,
|
|
546
549
|
other: ``
|
|
547
550
|
}, args.isSelected)}`,
|
|
548
|
-
"listboxLabel": `
|
|
551
|
+
"listboxLabel": `Sugest\xf5es`,
|
|
549
552
|
"selectedAnnouncement": (args)=>`${args.optionText}, selecionado`
|
|
550
553
|
};
|
|
551
554
|
|
|
552
555
|
|
|
553
556
|
var $3f614fe48e86ff5a$exports = {};
|
|
554
557
|
$3f614fe48e86ff5a$exports = {
|
|
555
|
-
"buttonLabel": `Apresentar
|
|
558
|
+
"buttonLabel": `Apresentar sugest\xf5es`,
|
|
556
559
|
"countAnnouncement": (args, formatter)=>`${formatter.plural(args.optionCount, {
|
|
557
|
-
one: ()=>`${formatter.number(args.optionCount)}
|
|
558
|
-
other: ()=>`${formatter.number(args.optionCount)}
|
|
559
|
-
})}
|
|
560
|
+
one: ()=>`${formatter.number(args.optionCount)} op\xe7\xe3o`,
|
|
561
|
+
other: ()=>`${formatter.number(args.optionCount)} op\xe7\xf5es`
|
|
562
|
+
})} dispon\xedvel.`,
|
|
560
563
|
"focusAnnouncement": (args, formatter)=>`${formatter.select({
|
|
561
564
|
true: ()=>`Grupo introduzido ${args.groupTitle}, com ${formatter.plural(args.groupCount, {
|
|
562
|
-
one: ()=>`${formatter.number(args.groupCount)}
|
|
563
|
-
other: ()=>`${formatter.number(args.groupCount)}
|
|
565
|
+
one: ()=>`${formatter.number(args.groupCount)} op\xe7\xe3o`,
|
|
566
|
+
other: ()=>`${formatter.number(args.groupCount)} op\xe7\xf5es`
|
|
564
567
|
})}. `,
|
|
565
568
|
other: ``
|
|
566
569
|
}, args.isGroupChange)}${args.optionText}${formatter.select({
|
|
567
570
|
true: `, selecionado`,
|
|
568
571
|
other: ``
|
|
569
572
|
}, args.isSelected)}`,
|
|
570
|
-
"listboxLabel": `
|
|
573
|
+
"listboxLabel": `Sugest\xf5es`,
|
|
571
574
|
"selectedAnnouncement": (args)=>`${args.optionText}, selecionado`
|
|
572
575
|
};
|
|
573
576
|
|
|
574
577
|
|
|
575
578
|
var $e7efe9ced5993d70$exports = {};
|
|
576
579
|
$e7efe9ced5993d70$exports = {
|
|
577
|
-
"buttonLabel": `
|
|
580
|
+
"buttonLabel": `Afi\u{219}are sugestii`,
|
|
578
581
|
"countAnnouncement": (args, formatter)=>`${formatter.plural(args.optionCount, {
|
|
579
|
-
one: ()=>`${formatter.number(args.optionCount)}
|
|
580
|
-
other: ()=>`${formatter.number(args.optionCount)}
|
|
582
|
+
one: ()=>`${formatter.number(args.optionCount)} op\u{21B}iune`,
|
|
583
|
+
other: ()=>`${formatter.number(args.optionCount)} op\u{21B}iuni`
|
|
581
584
|
})} disponibile.`,
|
|
582
585
|
"focusAnnouncement": (args, formatter)=>`${formatter.select({
|
|
583
586
|
true: ()=>`Grup ${args.groupTitle} introdus, cu ${formatter.plural(args.groupCount, {
|
|
584
|
-
one: ()=>`${formatter.number(args.groupCount)}
|
|
585
|
-
other: ()=>`${formatter.number(args.groupCount)}
|
|
587
|
+
one: ()=>`${formatter.number(args.groupCount)} op\u{21B}iune`,
|
|
588
|
+
other: ()=>`${formatter.number(args.groupCount)} op\u{21B}iuni`
|
|
586
589
|
})}. `,
|
|
587
590
|
other: ``
|
|
588
591
|
}, args.isGroupChange)}${args.optionText}${formatter.select({
|
|
@@ -596,51 +599,51 @@ $e7efe9ced5993d70$exports = {
|
|
|
596
599
|
|
|
597
600
|
var $d56743931b3be207$exports = {};
|
|
598
601
|
$d56743931b3be207$exports = {
|
|
599
|
-
"buttonLabel":
|
|
602
|
+
"buttonLabel": `\u{41F}\u{43E}\u{43A}\u{430}\u{437}\u{430}\u{442}\u{44C} \u{43F}\u{440}\u{435}\u{434}\u{43B}\u{43E}\u{436}\u{435}\u{43D}\u{438}\u{44F}`,
|
|
600
603
|
"countAnnouncement": (args, formatter)=>`${formatter.plural(args.optionCount, {
|
|
601
|
-
one: ()=>`${formatter.number(args.optionCount)}
|
|
602
|
-
other: ()=>`${formatter.number(args.optionCount)}
|
|
603
|
-
})}
|
|
604
|
+
one: ()=>`${formatter.number(args.optionCount)} \u{43F}\u{430}\u{440}\u{430}\u{43C}\u{435}\u{442}\u{440}`,
|
|
605
|
+
other: ()=>`${formatter.number(args.optionCount)} \u{43F}\u{430}\u{440}\u{430}\u{43C}\u{435}\u{442}\u{440}\u{43E}\u{432}`
|
|
606
|
+
})} \u{434}\u{43E}\u{441}\u{442}\u{443}\u{43F}\u{43D}\u{43E}.`,
|
|
604
607
|
"focusAnnouncement": (args, formatter)=>`${formatter.select({
|
|
605
|
-
true: ()
|
|
606
|
-
one: ()=>`${formatter.number(args.groupCount)}
|
|
607
|
-
other: ()=>`${formatter.number(args.groupCount)}
|
|
608
|
+
true: ()=>`\u{412}\u{432}\u{435}\u{434}\u{435}\u{43D}\u{43D}\u{430}\u{44F} \u{433}\u{440}\u{443}\u{43F}\u{43F}\u{430} ${args.groupTitle}, \u{441} ${formatter.plural(args.groupCount, {
|
|
609
|
+
one: ()=>`${formatter.number(args.groupCount)} \u{43F}\u{430}\u{440}\u{430}\u{43C}\u{435}\u{442}\u{440}\u{43E}\u{43C}`,
|
|
610
|
+
other: ()=>`${formatter.number(args.groupCount)} \u{43F}\u{430}\u{440}\u{430}\u{43C}\u{435}\u{442}\u{440}\u{430}\u{43C}\u{438}`
|
|
608
611
|
})}. `,
|
|
609
612
|
other: ``
|
|
610
613
|
}, args.isGroupChange)}${args.optionText}${formatter.select({
|
|
611
|
-
true: `,
|
|
614
|
+
true: `, \u{432}\u{44B}\u{431}\u{440}\u{430}\u{43D}\u{43D}\u{44B}\u{43C}\u{438}`,
|
|
612
615
|
other: ``
|
|
613
616
|
}, args.isSelected)}`,
|
|
614
|
-
"listboxLabel":
|
|
615
|
-
"selectedAnnouncement": (args)=>`${args.optionText},
|
|
617
|
+
"listboxLabel": `\u{41F}\u{440}\u{435}\u{434}\u{43B}\u{43E}\u{436}\u{435}\u{43D}\u{438}\u{44F}`,
|
|
618
|
+
"selectedAnnouncement": (args)=>`${args.optionText}, \u{432}\u{44B}\u{431}\u{440}\u{430}\u{43D}\u{43E}`
|
|
616
619
|
};
|
|
617
620
|
|
|
618
621
|
|
|
619
622
|
var $68a40ce74b5b67bf$exports = {};
|
|
620
623
|
$68a40ce74b5b67bf$exports = {
|
|
621
|
-
"buttonLabel": `
|
|
624
|
+
"buttonLabel": `Zobrazi\u{165} n\xe1vrhy`,
|
|
622
625
|
"countAnnouncement": (args, formatter)=>`${formatter.plural(args.optionCount, {
|
|
623
|
-
one: ()=>`${formatter.number(args.optionCount)}
|
|
624
|
-
other: ()=>`${formatter.number(args.optionCount)}
|
|
625
|
-
})} k
|
|
626
|
+
one: ()=>`${formatter.number(args.optionCount)} mo\u{17E}nos\u{165}`,
|
|
627
|
+
other: ()=>`${formatter.number(args.optionCount)} mo\u{17E}nosti/-\xed`
|
|
628
|
+
})} k dispoz\xedcii.`,
|
|
626
629
|
"focusAnnouncement": (args, formatter)=>`${formatter.select({
|
|
627
|
-
true: ()=>`
|
|
628
|
-
one: ()=>`${formatter.number(args.groupCount)}
|
|
629
|
-
other: ()=>`${formatter.number(args.groupCount)}
|
|
630
|
+
true: ()=>`Zadan\xe1 skupina ${args.groupTitle}, s ${formatter.plural(args.groupCount, {
|
|
631
|
+
one: ()=>`${formatter.number(args.groupCount)} mo\u{17E}nos\u{165}ou`,
|
|
632
|
+
other: ()=>`${formatter.number(args.groupCount)} mo\u{17E}nos\u{165}ami`
|
|
630
633
|
})}. `,
|
|
631
634
|
other: ``
|
|
632
635
|
}, args.isGroupChange)}${args.optionText}${formatter.select({
|
|
633
|
-
true: `, vybrat
|
|
636
|
+
true: `, vybrat\xe9`,
|
|
634
637
|
other: ``
|
|
635
638
|
}, args.isSelected)}`,
|
|
636
|
-
"listboxLabel": `
|
|
637
|
-
"selectedAnnouncement": (args)=>`${args.optionText}, vybrat
|
|
639
|
+
"listboxLabel": `N\xe1vrhy`,
|
|
640
|
+
"selectedAnnouncement": (args)=>`${args.optionText}, vybrat\xe9`
|
|
638
641
|
};
|
|
639
642
|
|
|
640
643
|
|
|
641
644
|
var $58f7d43d88008c7d$exports = {};
|
|
642
645
|
$58f7d43d88008c7d$exports = {
|
|
643
|
-
"buttonLabel": `
|
|
646
|
+
"buttonLabel": `Prika\u{17E}i predloge`,
|
|
644
647
|
"countAnnouncement": (args, formatter)=>`Na voljo je ${formatter.plural(args.optionCount, {
|
|
645
648
|
one: ()=>`${formatter.number(args.optionCount)} opcija`,
|
|
646
649
|
other: ()=>`${formatter.number(args.optionCount)} opcije`
|
|
@@ -662,8 +665,8 @@ $58f7d43d88008c7d$exports = {
|
|
|
662
665
|
|
|
663
666
|
var $914aa7442fad912d$exports = {};
|
|
664
667
|
$914aa7442fad912d$exports = {
|
|
665
|
-
"buttonLabel": `
|
|
666
|
-
"countAnnouncement": (args, formatter)=>`Dostupno jo
|
|
668
|
+
"buttonLabel": `Prika\u{17E}i predloge`,
|
|
669
|
+
"countAnnouncement": (args, formatter)=>`Dostupno jo\u{161}: ${formatter.plural(args.optionCount, {
|
|
667
670
|
one: ()=>`${formatter.number(args.optionCount)} opcija`,
|
|
668
671
|
other: ()=>`${formatter.number(args.optionCount)} opcije/a`
|
|
669
672
|
})}.`,
|
|
@@ -684,11 +687,11 @@ $914aa7442fad912d$exports = {
|
|
|
684
687
|
|
|
685
688
|
var $85af38f91b727899$exports = {};
|
|
686
689
|
$85af38f91b727899$exports = {
|
|
687
|
-
"buttonLabel": `Visa
|
|
690
|
+
"buttonLabel": `Visa f\xf6rslag`,
|
|
688
691
|
"countAnnouncement": (args, formatter)=>`${formatter.plural(args.optionCount, {
|
|
689
692
|
one: ()=>`${formatter.number(args.optionCount)} alternativ`,
|
|
690
693
|
other: ()=>`${formatter.number(args.optionCount)} alternativ`
|
|
691
|
-
})}
|
|
694
|
+
})} tillg\xe4ngliga.`,
|
|
692
695
|
"focusAnnouncement": (args, formatter)=>`${formatter.select({
|
|
693
696
|
true: ()=>`Ingick i gruppen ${args.groupTitle} med ${formatter.plural(args.groupCount, {
|
|
694
697
|
one: ()=>`${formatter.number(args.groupCount)} alternativ`,
|
|
@@ -699,96 +702,96 @@ $85af38f91b727899$exports = {
|
|
|
699
702
|
true: `, valda`,
|
|
700
703
|
other: ``
|
|
701
704
|
}, args.isSelected)}`,
|
|
702
|
-
"listboxLabel": `
|
|
705
|
+
"listboxLabel": `F\xf6rslag`,
|
|
703
706
|
"selectedAnnouncement": (args)=>`${args.optionText}, valda`
|
|
704
707
|
};
|
|
705
708
|
|
|
706
709
|
|
|
707
710
|
var $72a40ca4dde96679$exports = {};
|
|
708
711
|
$72a40ca4dde96679$exports = {
|
|
709
|
-
"buttonLabel":
|
|
712
|
+
"buttonLabel": `\xd6nerileri g\xf6ster`,
|
|
710
713
|
"countAnnouncement": (args, formatter)=>`${formatter.plural(args.optionCount, {
|
|
711
|
-
one: ()=>`${formatter.number(args.optionCount)}
|
|
712
|
-
other: ()=>`${formatter.number(args.optionCount)}
|
|
713
|
-
})}
|
|
714
|
+
one: ()=>`${formatter.number(args.optionCount)} se\xe7enek`,
|
|
715
|
+
other: ()=>`${formatter.number(args.optionCount)} se\xe7enekler`
|
|
716
|
+
})} kullan\u{131}labilir.`,
|
|
714
717
|
"focusAnnouncement": (args, formatter)=>`${formatter.select({
|
|
715
718
|
true: ()=>`Girilen grup ${args.groupTitle}, ile ${formatter.plural(args.groupCount, {
|
|
716
|
-
one: ()=>`${formatter.number(args.groupCount)}
|
|
717
|
-
other: ()=>`${formatter.number(args.groupCount)}
|
|
719
|
+
one: ()=>`${formatter.number(args.groupCount)} se\xe7enek`,
|
|
720
|
+
other: ()=>`${formatter.number(args.groupCount)} se\xe7enekler`
|
|
718
721
|
})}. `,
|
|
719
722
|
other: ``
|
|
720
723
|
}, args.isGroupChange)}${args.optionText}${formatter.select({
|
|
721
|
-
true: `,
|
|
724
|
+
true: `, se\xe7ildi`,
|
|
722
725
|
other: ``
|
|
723
726
|
}, args.isSelected)}`,
|
|
724
|
-
"listboxLabel":
|
|
725
|
-
"selectedAnnouncement": (args)=>`${args.optionText},
|
|
727
|
+
"listboxLabel": `\xd6neriler`,
|
|
728
|
+
"selectedAnnouncement": (args)=>`${args.optionText}, se\xe7ildi`
|
|
726
729
|
};
|
|
727
730
|
|
|
728
731
|
|
|
729
732
|
var $300dce19c9e0d13f$exports = {};
|
|
730
733
|
$300dce19c9e0d13f$exports = {
|
|
731
|
-
"buttonLabel":
|
|
734
|
+
"buttonLabel": `\u{41F}\u{43E}\u{43A}\u{430}\u{437}\u{430}\u{442}\u{438} \u{43F}\u{440}\u{43E}\u{43F}\u{43E}\u{437}\u{438}\u{446}\u{456}\u{457}`,
|
|
732
735
|
"countAnnouncement": (args, formatter)=>`${formatter.plural(args.optionCount, {
|
|
733
|
-
one: ()=>`${formatter.number(args.optionCount)}
|
|
734
|
-
other: ()=>`${formatter.number(args.optionCount)}
|
|
735
|
-
})}
|
|
736
|
+
one: ()=>`${formatter.number(args.optionCount)} \u{43F}\u{430}\u{440}\u{430}\u{43C}\u{435}\u{442}\u{440}`,
|
|
737
|
+
other: ()=>`${formatter.number(args.optionCount)} \u{43F}\u{430}\u{440}\u{430}\u{43C}\u{435}\u{442}\u{440}\u{438}(-\u{456}\u{432})`
|
|
738
|
+
})} \u{434}\u{43E}\u{441}\u{442}\u{443}\u{43F}\u{43D}\u{43E}.`,
|
|
736
739
|
"focusAnnouncement": (args, formatter)=>`${formatter.select({
|
|
737
|
-
true: ()
|
|
738
|
-
one: ()=>`${formatter.number(args.groupCount)}
|
|
739
|
-
other: ()=>`${formatter.number(args.groupCount)}
|
|
740
|
+
true: ()=>`\u{412}\u{432}\u{435}\u{434}\u{435}\u{43D}\u{430} \u{433}\u{440}\u{443}\u{43F}\u{430} ${args.groupTitle}, \u{437} ${formatter.plural(args.groupCount, {
|
|
741
|
+
one: ()=>`${formatter.number(args.groupCount)} \u{43F}\u{430}\u{440}\u{430}\u{43C}\u{435}\u{442}\u{440}`,
|
|
742
|
+
other: ()=>`${formatter.number(args.groupCount)} \u{43F}\u{430}\u{440}\u{430}\u{43C}\u{435}\u{442}\u{440}\u{438}(-\u{456}\u{432})`
|
|
740
743
|
})}. `,
|
|
741
744
|
other: ``
|
|
742
745
|
}, args.isGroupChange)}${args.optionText}${formatter.select({
|
|
743
|
-
true: `,
|
|
746
|
+
true: `, \u{432}\u{438}\u{431}\u{440}\u{430}\u{43D}\u{43E}`,
|
|
744
747
|
other: ``
|
|
745
748
|
}, args.isSelected)}`,
|
|
746
|
-
"listboxLabel":
|
|
747
|
-
"selectedAnnouncement": (args)=>`${args.optionText},
|
|
749
|
+
"listboxLabel": `\u{41F}\u{440}\u{43E}\u{43F}\u{43E}\u{437}\u{438}\u{446}\u{456}\u{457}`,
|
|
750
|
+
"selectedAnnouncement": (args)=>`${args.optionText}, \u{432}\u{438}\u{431}\u{440}\u{430}\u{43D}\u{43E}`
|
|
748
751
|
};
|
|
749
752
|
|
|
750
753
|
|
|
751
754
|
var $015ff4188b7f78eb$exports = {};
|
|
752
755
|
$015ff4188b7f78eb$exports = {
|
|
753
|
-
"buttonLabel":
|
|
754
|
-
"countAnnouncement": (args, formatter)
|
|
755
|
-
one: ()=>`${formatter.number(args.optionCount)}
|
|
756
|
-
other: ()=>`${formatter.number(args.optionCount)}
|
|
757
|
-
})}
|
|
756
|
+
"buttonLabel": `\u{663E}\u{793A}\u{5EFA}\u{8BAE}`,
|
|
757
|
+
"countAnnouncement": (args, formatter)=>`\u{6709} ${formatter.plural(args.optionCount, {
|
|
758
|
+
one: ()=>`${formatter.number(args.optionCount)} \u{4E2A}\u{9009}\u{9879}`,
|
|
759
|
+
other: ()=>`${formatter.number(args.optionCount)} \u{4E2A}\u{9009}\u{9879}`
|
|
760
|
+
})}\u{53EF}\u{7528}\u{3002}`,
|
|
758
761
|
"focusAnnouncement": (args, formatter)=>`${formatter.select({
|
|
759
|
-
true: ()
|
|
760
|
-
one: ()=>`${formatter.number(args.groupCount)}
|
|
761
|
-
other: ()=>`${formatter.number(args.groupCount)}
|
|
762
|
+
true: ()=>`\u{8FDB}\u{5165}\u{4E86} ${args.groupTitle} \u{7EC4}\u{FF0C}\u{5176}\u{4E2D}\u{6709} ${formatter.plural(args.groupCount, {
|
|
763
|
+
one: ()=>`${formatter.number(args.groupCount)} \u{4E2A}\u{9009}\u{9879}`,
|
|
764
|
+
other: ()=>`${formatter.number(args.groupCount)} \u{4E2A}\u{9009}\u{9879}`
|
|
762
765
|
})}. `,
|
|
763
766
|
other: ``
|
|
764
767
|
}, args.isGroupChange)}${args.optionText}${formatter.select({
|
|
765
|
-
true: `,
|
|
768
|
+
true: `, \u{5DF2}\u{9009}\u{62E9}`,
|
|
766
769
|
other: ``
|
|
767
770
|
}, args.isSelected)}`,
|
|
768
|
-
"listboxLabel":
|
|
769
|
-
"selectedAnnouncement": (args)=>`${args.optionText},
|
|
771
|
+
"listboxLabel": `\u{5EFA}\u{8BAE}`,
|
|
772
|
+
"selectedAnnouncement": (args)=>`${args.optionText}, \u{5DF2}\u{9009}\u{62E9}`
|
|
770
773
|
};
|
|
771
774
|
|
|
772
775
|
|
|
773
776
|
var $713552ac3e0ac749$exports = {};
|
|
774
777
|
$713552ac3e0ac749$exports = {
|
|
775
|
-
"buttonLabel":
|
|
778
|
+
"buttonLabel": `\u{986F}\u{793A}\u{5EFA}\u{8B70}`,
|
|
776
779
|
"countAnnouncement": (args, formatter)=>`${formatter.plural(args.optionCount, {
|
|
777
|
-
one: ()=>`${formatter.number(args.optionCount)}
|
|
778
|
-
other: ()=>`${formatter.number(args.optionCount)}
|
|
779
|
-
})}
|
|
780
|
+
one: ()=>`${formatter.number(args.optionCount)} \u{9078}\u{9805}`,
|
|
781
|
+
other: ()=>`${formatter.number(args.optionCount)} \u{9078}\u{9805}`
|
|
782
|
+
})} \u{53EF}\u{7528}\u{3002}`,
|
|
780
783
|
"focusAnnouncement": (args, formatter)=>`${formatter.select({
|
|
781
|
-
true: ()
|
|
782
|
-
one: ()=>`${formatter.number(args.groupCount)}
|
|
783
|
-
other: ()=>`${formatter.number(args.groupCount)}
|
|
784
|
+
true: ()=>`\u{8F38}\u{5165}\u{7684}\u{7FA4}\u{7D44} ${args.groupTitle}, \u{6709} ${formatter.plural(args.groupCount, {
|
|
785
|
+
one: ()=>`${formatter.number(args.groupCount)} \u{9078}\u{9805}`,
|
|
786
|
+
other: ()=>`${formatter.number(args.groupCount)} \u{9078}\u{9805}`
|
|
784
787
|
})}. `,
|
|
785
788
|
other: ``
|
|
786
789
|
}, args.isGroupChange)}${args.optionText}${formatter.select({
|
|
787
|
-
true: `,
|
|
790
|
+
true: `, \u{5DF2}\u{9078}\u{53D6}`,
|
|
788
791
|
other: ``
|
|
789
792
|
}, args.isSelected)}`,
|
|
790
|
-
"listboxLabel":
|
|
791
|
-
"selectedAnnouncement": (args)=>`${args.optionText},
|
|
793
|
+
"listboxLabel": `\u{5EFA}\u{8B70}`,
|
|
794
|
+
"selectedAnnouncement": (args)=>`${args.optionText}, \u{5DF2}\u{9078}\u{53D6}`
|
|
792
795
|
};
|
|
793
796
|
|
|
794
797
|
|
|
@@ -834,6 +837,7 @@ $8d1e5da058b86bb9$exports = {
|
|
|
834
837
|
|
|
835
838
|
|
|
836
839
|
|
|
840
|
+
|
|
837
841
|
function $242452271d1e4c0e$export$8c18d1b4f7232bbf(props, state) {
|
|
838
842
|
let { buttonRef: buttonRef, popoverRef: popoverRef, inputRef: inputRef, listBoxRef: listBoxRef, keyboardDelegate: keyboardDelegate, shouldFocusWrap: // completionMode = 'suggest',
|
|
839
843
|
shouldFocusWrap, isReadOnly: isReadOnly, isDisabled: isDisabled } = props;
|
|
@@ -910,6 +914,7 @@ function $242452271d1e4c0e$export$8c18d1b4f7232bbf(props, state) {
|
|
|
910
914
|
if (props.onFocus) props.onFocus(e);
|
|
911
915
|
state.setFocused(true);
|
|
912
916
|
};
|
|
917
|
+
let { isInvalid: isInvalid, validationErrors: validationErrors, validationDetails: validationDetails } = state.displayValidation;
|
|
913
918
|
let { labelProps: labelProps, inputProps: inputProps, descriptionProps: descriptionProps, errorMessageProps: errorMessageProps } = (0, $8Zqhq$reactariatextfield.useTextField)({
|
|
914
919
|
...props,
|
|
915
920
|
onChange: state.setInputValue,
|
|
@@ -917,7 +922,9 @@ function $242452271d1e4c0e$export$8c18d1b4f7232bbf(props, state) {
|
|
|
917
922
|
onBlur: onBlur,
|
|
918
923
|
value: state.inputValue,
|
|
919
924
|
onFocus: onFocus,
|
|
920
|
-
autoComplete: "off"
|
|
925
|
+
autoComplete: "off",
|
|
926
|
+
validate: undefined,
|
|
927
|
+
[(0, $8Zqhq$reactstatelyform.privateValidationStateProp)]: state
|
|
921
928
|
}, inputRef);
|
|
922
929
|
// Press handlers for the ComboBox button
|
|
923
930
|
let onPress = (e)=>{
|
|
@@ -1064,7 +1071,10 @@ function $242452271d1e4c0e$export$8c18d1b4f7232bbf(props, state) {
|
|
|
1064
1071
|
linkBehavior: "selection"
|
|
1065
1072
|
}),
|
|
1066
1073
|
descriptionProps: descriptionProps,
|
|
1067
|
-
errorMessageProps: errorMessageProps
|
|
1074
|
+
errorMessageProps: errorMessageProps,
|
|
1075
|
+
isInvalid: isInvalid,
|
|
1076
|
+
validationErrors: validationErrors,
|
|
1077
|
+
validationDetails: validationDetails
|
|
1068
1078
|
};
|
|
1069
1079
|
}
|
|
1070
1080
|
|