@react-aria/numberfield 3.9.0 → 3.10.0
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 +89 -77
- package/dist/main.js +90 -77
- package/dist/main.js.map +1 -1
- package/dist/module.js +89 -77
- 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 +12 -13
- package/src/useNumberField.ts +22 -12
package/dist/main.js
CHANGED
|
@@ -1,13 +1,16 @@
|
|
|
1
1
|
var $2wEZH$reactariautils = require("@react-aria/utils");
|
|
2
2
|
var $2wEZH$react = require("react");
|
|
3
|
+
var $2wEZH$reactstatelyform = require("@react-stately/form");
|
|
3
4
|
var $2wEZH$reactariainteractions = require("@react-aria/interactions");
|
|
4
5
|
var $2wEZH$reactariatextfield = require("@react-aria/textfield");
|
|
5
6
|
var $2wEZH$reactariai18n = require("@react-aria/i18n");
|
|
6
7
|
var $2wEZH$reactariaspinbutton = require("@react-aria/spinbutton");
|
|
7
8
|
|
|
9
|
+
|
|
8
10
|
function $parcel$export(e, n, v, s) {
|
|
9
11
|
Object.defineProperty(e, n, {get: v, set: s, enumerable: true, configurable: true});
|
|
10
12
|
}
|
|
13
|
+
|
|
11
14
|
function $parcel$interopDefault(a) {
|
|
12
15
|
return a && a.__esModule ? a.default : a;
|
|
13
16
|
}
|
|
@@ -38,32 +41,32 @@ $parcel$export(module.exports, "useNumberField", () => $fa863e9b015ae839$export$
|
|
|
38
41
|
var $4932e21065cdc2cd$exports = {};
|
|
39
42
|
var $15c26e9e75543508$exports = {};
|
|
40
43
|
$15c26e9e75543508$exports = {
|
|
41
|
-
"decrease": (args)
|
|
42
|
-
"increase": (args)
|
|
43
|
-
"numberField":
|
|
44
|
+
"decrease": (args)=>`\u{62E}\u{641}\u{636} ${args.fieldLabel}`,
|
|
45
|
+
"increase": (args)=>`\u{632}\u{64A}\u{627}\u{62F}\u{629} ${args.fieldLabel}`,
|
|
46
|
+
"numberField": `\u{62D}\u{642}\u{644} \u{631}\u{642}\u{645}\u{64A}`
|
|
44
47
|
};
|
|
45
48
|
|
|
46
49
|
|
|
47
50
|
var $2d346802965e5c25$exports = {};
|
|
48
51
|
$2d346802965e5c25$exports = {
|
|
49
|
-
"decrease": (args)
|
|
50
|
-
"increase": (args)
|
|
51
|
-
"numberField":
|
|
52
|
+
"decrease": (args)=>`\u{41D}\u{430}\u{43C}\u{430}\u{43B}\u{44F}\u{432}\u{430}\u{43D}\u{435} ${args.fieldLabel}`,
|
|
53
|
+
"increase": (args)=>`\u{423}\u{441}\u{438}\u{43B}\u{432}\u{430}\u{43D}\u{435} ${args.fieldLabel}`,
|
|
54
|
+
"numberField": `\u{41D}\u{43E}\u{43C}\u{435}\u{440} \u{43D}\u{430} \u{43F}\u{43E}\u{43B}\u{435}\u{442}\u{43E}`
|
|
52
55
|
};
|
|
53
56
|
|
|
54
57
|
|
|
55
58
|
var $09893e85abdd2974$exports = {};
|
|
56
59
|
$09893e85abdd2974$exports = {
|
|
57
|
-
"decrease": (args)=>`
|
|
58
|
-
"increase": (args)=>`
|
|
59
|
-
"numberField":
|
|
60
|
+
"decrease": (args)=>`Sn\xed\u{17E}it ${args.fieldLabel}`,
|
|
61
|
+
"increase": (args)=>`Zv\xfd\u{161}it ${args.fieldLabel}`,
|
|
62
|
+
"numberField": `\u{10C}\xedseln\xe9 pole`
|
|
60
63
|
};
|
|
61
64
|
|
|
62
65
|
|
|
63
66
|
var $413bf45f477fb4e1$exports = {};
|
|
64
67
|
$413bf45f477fb4e1$exports = {
|
|
65
68
|
"decrease": (args)=>`Reducer ${args.fieldLabel}`,
|
|
66
|
-
"increase": (args)
|
|
69
|
+
"increase": (args)=>`\xd8g ${args.fieldLabel}`,
|
|
67
70
|
"numberField": `Talfelt`
|
|
68
71
|
};
|
|
69
72
|
|
|
@@ -71,16 +74,16 @@ $413bf45f477fb4e1$exports = {
|
|
|
71
74
|
var $2727845e2efab680$exports = {};
|
|
72
75
|
$2727845e2efab680$exports = {
|
|
73
76
|
"decrease": (args)=>`${args.fieldLabel} verringern`,
|
|
74
|
-
"increase": (args)=>`${args.fieldLabel}
|
|
77
|
+
"increase": (args)=>`${args.fieldLabel} erh\xf6hen`,
|
|
75
78
|
"numberField": `Nummernfeld`
|
|
76
79
|
};
|
|
77
80
|
|
|
78
81
|
|
|
79
82
|
var $11030a3afacdbc2e$exports = {};
|
|
80
83
|
$11030a3afacdbc2e$exports = {
|
|
81
|
-
"decrease": (args)
|
|
82
|
-
"increase": (args)
|
|
83
|
-
"numberField":
|
|
84
|
+
"decrease": (args)=>`\u{39C}\u{3B5}\u{3AF}\u{3C9}\u{3C3}\u{3B7} ${args.fieldLabel}`,
|
|
85
|
+
"increase": (args)=>`\u{391}\u{3CD}\u{3BE}\u{3B7}\u{3C3}\u{3B7} ${args.fieldLabel}`,
|
|
86
|
+
"numberField": `\u{3A0}\u{3B5}\u{3B4}\u{3AF}\u{3BF} \u{3B1}\u{3C1}\u{3B9}\u{3B8}\u{3BC}\u{3BF}\u{3CD}`
|
|
84
87
|
};
|
|
85
88
|
|
|
86
89
|
|
|
@@ -96,23 +99,23 @@ var $335176f389a02847$exports = {};
|
|
|
96
99
|
$335176f389a02847$exports = {
|
|
97
100
|
"decrease": (args)=>`Reducir ${args.fieldLabel}`,
|
|
98
101
|
"increase": (args)=>`Aumentar ${args.fieldLabel}`,
|
|
99
|
-
"numberField": `Campo de
|
|
102
|
+
"numberField": `Campo de n\xfamero`
|
|
100
103
|
};
|
|
101
104
|
|
|
102
105
|
|
|
103
106
|
var $b08e7fdc34a812f3$exports = {};
|
|
104
107
|
$b08e7fdc34a812f3$exports = {
|
|
105
|
-
"decrease": (args)=>`
|
|
108
|
+
"decrease": (args)=>`V\xe4henda ${args.fieldLabel}`,
|
|
106
109
|
"increase": (args)=>`Suurenda ${args.fieldLabel}`,
|
|
107
|
-
"numberField": `Numbri
|
|
110
|
+
"numberField": `Numbri v\xe4li`
|
|
108
111
|
};
|
|
109
112
|
|
|
110
113
|
|
|
111
114
|
var $ce4c5a1eb7e6fc96$exports = {};
|
|
112
115
|
$ce4c5a1eb7e6fc96$exports = {
|
|
113
|
-
"decrease": (args)=>`
|
|
114
|
-
"increase": (args)=>`
|
|
115
|
-
"numberField": `Numerokentt
|
|
116
|
+
"decrease": (args)=>`V\xe4henn\xe4 ${args.fieldLabel}`,
|
|
117
|
+
"increase": (args)=>`Lis\xe4\xe4 ${args.fieldLabel}`,
|
|
118
|
+
"numberField": `Numerokentt\xe4`
|
|
116
119
|
};
|
|
117
120
|
|
|
118
121
|
|
|
@@ -126,25 +129,25 @@ $341f988ce23c559c$exports = {
|
|
|
126
129
|
|
|
127
130
|
var $950fd1a1d57d2f86$exports = {};
|
|
128
131
|
$950fd1a1d57d2f86$exports = {
|
|
129
|
-
"decrease": (args)
|
|
130
|
-
"increase": (args)
|
|
131
|
-
"numberField":
|
|
132
|
+
"decrease": (args)=>`\u{5D4}\u{5E7}\u{5D8}\u{5DF} ${args.fieldLabel}`,
|
|
133
|
+
"increase": (args)=>`\u{5D4}\u{5D2}\u{5D3}\u{5DC} ${args.fieldLabel}`,
|
|
134
|
+
"numberField": `\u{5E9}\u{5D3}\u{5D4} \u{5DE}\u{5E1}\u{5E4}\u{5E8}`
|
|
132
135
|
};
|
|
133
136
|
|
|
134
137
|
|
|
135
138
|
var $7b949fa64cf10a07$exports = {};
|
|
136
139
|
$7b949fa64cf10a07$exports = {
|
|
137
140
|
"decrease": (args)=>`Smanji ${args.fieldLabel}`,
|
|
138
|
-
"increase": (args)=>`
|
|
141
|
+
"increase": (args)=>`Pove\u{107}aj ${args.fieldLabel}`,
|
|
139
142
|
"numberField": `Polje broja`
|
|
140
143
|
};
|
|
141
144
|
|
|
142
145
|
|
|
143
146
|
var $a945ff6d5cb9cf90$exports = {};
|
|
144
147
|
$a945ff6d5cb9cf90$exports = {
|
|
145
|
-
"decrease": (args)=>`${args.fieldLabel}
|
|
146
|
-
"increase": (args)=>`${args.fieldLabel}
|
|
147
|
-
"numberField": `
|
|
148
|
+
"decrease": (args)=>`${args.fieldLabel} cs\xf6kkent\xe9se`,
|
|
149
|
+
"increase": (args)=>`${args.fieldLabel} n\xf6vel\xe9se`,
|
|
150
|
+
"numberField": `Sz\xe1mmez\u{151}`
|
|
148
151
|
};
|
|
149
152
|
|
|
150
153
|
|
|
@@ -158,23 +161,23 @@ $f3393075c1f078d7$exports = {
|
|
|
158
161
|
|
|
159
162
|
var $a12655e072ef354d$exports = {};
|
|
160
163
|
$a12655e072ef354d$exports = {
|
|
161
|
-
"decrease": (args)=>`${args.fieldLabel}
|
|
162
|
-
"increase": (args)=>`${args.fieldLabel}
|
|
163
|
-
"numberField":
|
|
164
|
+
"decrease": (args)=>`${args.fieldLabel}\u{3092}\u{7E2E}\u{5C0F}`,
|
|
165
|
+
"increase": (args)=>`${args.fieldLabel}\u{3092}\u{62E1}\u{5927}`,
|
|
166
|
+
"numberField": `\u{6570}\u{5024}\u{30D5}\u{30A3}\u{30FC}\u{30EB}\u{30C9}`
|
|
164
167
|
};
|
|
165
168
|
|
|
166
169
|
|
|
167
170
|
var $880dbee0519c1bad$exports = {};
|
|
168
171
|
$880dbee0519c1bad$exports = {
|
|
169
|
-
"decrease": (args)=>`${args.fieldLabel}
|
|
170
|
-
"increase": (args)=>`${args.fieldLabel}
|
|
171
|
-
"numberField":
|
|
172
|
+
"decrease": (args)=>`${args.fieldLabel} \u{AC10}\u{C18C}`,
|
|
173
|
+
"increase": (args)=>`${args.fieldLabel} \u{C99D}\u{AC00}`,
|
|
174
|
+
"numberField": `\u{BC88}\u{D638} \u{D544}\u{B4DC}`
|
|
172
175
|
};
|
|
173
176
|
|
|
174
177
|
|
|
175
178
|
var $d4a9630b079105aa$exports = {};
|
|
176
179
|
$d4a9630b079105aa$exports = {
|
|
177
|
-
"decrease": (args)=>`
|
|
180
|
+
"decrease": (args)=>`Suma\u{17E}inti ${args.fieldLabel}`,
|
|
178
181
|
"increase": (args)=>`Padidinti ${args.fieldLabel}`,
|
|
179
182
|
"numberField": `Numerio laukas`
|
|
180
183
|
};
|
|
@@ -182,16 +185,16 @@ $d4a9630b079105aa$exports = {
|
|
|
182
185
|
|
|
183
186
|
var $e358cd3315986eb7$exports = {};
|
|
184
187
|
$e358cd3315986eb7$exports = {
|
|
185
|
-
"decrease": (args)=>`
|
|
186
|
-
"increase": (args)=>`
|
|
187
|
-
"numberField": `
|
|
188
|
+
"decrease": (args)=>`Samazin\u{101}\u{161}ana ${args.fieldLabel}`,
|
|
189
|
+
"increase": (args)=>`Palielin\u{101}\u{161}ana ${args.fieldLabel}`,
|
|
190
|
+
"numberField": `Skait\u{13C}u lauks`
|
|
188
191
|
};
|
|
189
192
|
|
|
190
193
|
|
|
191
194
|
var $a8d0ee8ec28363c7$exports = {};
|
|
192
195
|
$a8d0ee8ec28363c7$exports = {
|
|
193
196
|
"decrease": (args)=>`Reduser ${args.fieldLabel}`,
|
|
194
|
-
"increase": (args)
|
|
197
|
+
"increase": (args)=>`\xd8k ${args.fieldLabel}`,
|
|
195
198
|
"numberField": `Tallfelt`
|
|
196
199
|
};
|
|
197
200
|
|
|
@@ -207,7 +210,7 @@ $0073957e0c754983$exports = {
|
|
|
207
210
|
var $51626cc4fccef54e$exports = {};
|
|
208
211
|
$51626cc4fccef54e$exports = {
|
|
209
212
|
"decrease": (args)=>`Zmniejsz ${args.fieldLabel}`,
|
|
210
|
-
"increase": (args)=>`
|
|
213
|
+
"increase": (args)=>`Zwi\u{119}ksz ${args.fieldLabel}`,
|
|
211
214
|
"numberField": `Pole numeru`
|
|
212
215
|
};
|
|
213
216
|
|
|
@@ -216,7 +219,7 @@ var $60b1cee412b56d27$exports = {};
|
|
|
216
219
|
$60b1cee412b56d27$exports = {
|
|
217
220
|
"decrease": (args)=>`Diminuir ${args.fieldLabel}`,
|
|
218
221
|
"increase": (args)=>`Aumentar ${args.fieldLabel}`,
|
|
219
|
-
"numberField": `Campo de
|
|
222
|
+
"numberField": `Campo de n\xfamero`
|
|
220
223
|
};
|
|
221
224
|
|
|
222
225
|
|
|
@@ -224,87 +227,87 @@ var $df9c7cc4e8072a0f$exports = {};
|
|
|
224
227
|
$df9c7cc4e8072a0f$exports = {
|
|
225
228
|
"decrease": (args)=>`Diminuir ${args.fieldLabel}`,
|
|
226
229
|
"increase": (args)=>`Aumentar ${args.fieldLabel}`,
|
|
227
|
-
"numberField": `Campo
|
|
230
|
+
"numberField": `Campo num\xe9rico`
|
|
228
231
|
};
|
|
229
232
|
|
|
230
233
|
|
|
231
234
|
var $aea54857f9df076d$exports = {};
|
|
232
235
|
$aea54857f9df076d$exports = {
|
|
233
|
-
"decrease": (args)=>`
|
|
234
|
-
"increase": (args)=>`
|
|
235
|
-
"numberField": `
|
|
236
|
+
"decrease": (args)=>`Sc\u{103}dere ${args.fieldLabel}`,
|
|
237
|
+
"increase": (args)=>`Cre\u{219}tere ${args.fieldLabel}`,
|
|
238
|
+
"numberField": `C\xe2mp numeric`
|
|
236
239
|
};
|
|
237
240
|
|
|
238
241
|
|
|
239
242
|
var $8337ebc47a7e61a3$exports = {};
|
|
240
243
|
$8337ebc47a7e61a3$exports = {
|
|
241
|
-
"decrease": (args)
|
|
242
|
-
"increase": (args)
|
|
243
|
-
"numberField":
|
|
244
|
+
"decrease": (args)=>`\u{423}\u{43C}\u{435}\u{43D}\u{44C}\u{448}\u{435}\u{43D}\u{438}\u{435} ${args.fieldLabel}`,
|
|
245
|
+
"increase": (args)=>`\u{423}\u{432}\u{435}\u{43B}\u{438}\u{447}\u{435}\u{43D}\u{438}\u{435} ${args.fieldLabel}`,
|
|
246
|
+
"numberField": `\u{427}\u{438}\u{441}\u{43B}\u{43E}\u{432}\u{43E}\u{435} \u{43F}\u{43E}\u{43B}\u{435}`
|
|
244
247
|
};
|
|
245
248
|
|
|
246
249
|
|
|
247
250
|
var $4703837f8f4224f8$exports = {};
|
|
248
251
|
$4703837f8f4224f8$exports = {
|
|
249
|
-
"decrease": (args)=>`
|
|
250
|
-
"increase": (args)=>`
|
|
251
|
-
"numberField":
|
|
252
|
+
"decrease": (args)=>`Zn\xed\u{17E}i\u{165} ${args.fieldLabel}`,
|
|
253
|
+
"increase": (args)=>`Zv\xfd\u{161}i\u{165} ${args.fieldLabel}`,
|
|
254
|
+
"numberField": `\u{10C}\xedseln\xe9 pole`
|
|
252
255
|
};
|
|
253
256
|
|
|
254
257
|
|
|
255
258
|
var $2b9c8b37ab5bbcca$exports = {};
|
|
256
259
|
$2b9c8b37ab5bbcca$exports = {
|
|
257
260
|
"decrease": (args)=>`Upadati ${args.fieldLabel}`,
|
|
258
|
-
"increase": (args)=>`
|
|
259
|
-
"numberField":
|
|
261
|
+
"increase": (args)=>`Pove\u{10D}ajte ${args.fieldLabel}`,
|
|
262
|
+
"numberField": `\u{160}tevil\u{10D}no polje`
|
|
260
263
|
};
|
|
261
264
|
|
|
262
265
|
|
|
263
266
|
var $2c78665a3b81ed56$exports = {};
|
|
264
267
|
$2c78665a3b81ed56$exports = {
|
|
265
|
-
"decrease": (args)=>`
|
|
266
|
-
"increase": (args)=>`
|
|
267
|
-
"numberField": `
|
|
268
|
+
"decrease": (args)=>`Smanji ${args.fieldLabel}`,
|
|
269
|
+
"increase": (args)=>`Pove\u{107}aj ${args.fieldLabel}`,
|
|
270
|
+
"numberField": `Polje broja`
|
|
268
271
|
};
|
|
269
272
|
|
|
270
273
|
|
|
271
274
|
var $8da5dab2105c0d01$exports = {};
|
|
272
275
|
$8da5dab2105c0d01$exports = {
|
|
273
276
|
"decrease": (args)=>`Minska ${args.fieldLabel}`,
|
|
274
|
-
"increase": (args)
|
|
275
|
-
"numberField": `
|
|
277
|
+
"increase": (args)=>`\xd6ka ${args.fieldLabel}`,
|
|
278
|
+
"numberField": `Nummerf\xe4lt`
|
|
276
279
|
};
|
|
277
280
|
|
|
278
281
|
|
|
279
282
|
var $73a2418cb50e8fda$exports = {};
|
|
280
283
|
$73a2418cb50e8fda$exports = {
|
|
281
284
|
"decrease": (args)=>`${args.fieldLabel} azalt`,
|
|
282
|
-
"increase": (args)=>`${args.fieldLabel}
|
|
283
|
-
"numberField": `
|
|
285
|
+
"increase": (args)=>`${args.fieldLabel} artt\u{131}r`,
|
|
286
|
+
"numberField": `Say\u{131} alan\u{131}`
|
|
284
287
|
};
|
|
285
288
|
|
|
286
289
|
|
|
287
290
|
var $9c85d1989bb8c41d$exports = {};
|
|
288
291
|
$9c85d1989bb8c41d$exports = {
|
|
289
|
-
"decrease": (args)
|
|
290
|
-
"increase": (args)
|
|
291
|
-
"numberField":
|
|
292
|
+
"decrease": (args)=>`\u{417}\u{43C}\u{435}\u{43D}\u{448}\u{438}\u{442}\u{438} ${args.fieldLabel}`,
|
|
293
|
+
"increase": (args)=>`\u{417}\u{431}\u{456}\u{43B}\u{44C}\u{448}\u{438}\u{442}\u{438} ${args.fieldLabel}`,
|
|
294
|
+
"numberField": `\u{41F}\u{43E}\u{43B}\u{435} \u{43D}\u{43E}\u{43C}\u{435}\u{440}\u{430}`
|
|
292
295
|
};
|
|
293
296
|
|
|
294
297
|
|
|
295
298
|
var $a7db09d81aa41beb$exports = {};
|
|
296
299
|
$a7db09d81aa41beb$exports = {
|
|
297
|
-
"decrease": (args)
|
|
298
|
-
"increase": (args)
|
|
299
|
-
"numberField":
|
|
300
|
+
"decrease": (args)=>`\u{964D}\u{4F4E} ${args.fieldLabel}`,
|
|
301
|
+
"increase": (args)=>`\u{63D0}\u{9AD8} ${args.fieldLabel}`,
|
|
302
|
+
"numberField": `\u{6570}\u{5B57}\u{5B57}\u{6BB5}`
|
|
300
303
|
};
|
|
301
304
|
|
|
302
305
|
|
|
303
306
|
var $edd6ee4675b7a1cd$exports = {};
|
|
304
307
|
$edd6ee4675b7a1cd$exports = {
|
|
305
|
-
"decrease": (args)
|
|
306
|
-
"increase": (args)
|
|
307
|
-
"numberField":
|
|
308
|
+
"decrease": (args)=>`\u{7E2E}\u{5C0F} ${args.fieldLabel}`,
|
|
309
|
+
"increase": (args)=>`\u{653E}\u{5927} ${args.fieldLabel}`,
|
|
310
|
+
"numberField": `\u{6578}\u{5B57}\u{6B04}\u{4F4D}`
|
|
308
311
|
};
|
|
309
312
|
|
|
310
313
|
|
|
@@ -350,13 +353,14 @@ $4932e21065cdc2cd$exports = {
|
|
|
350
353
|
|
|
351
354
|
|
|
352
355
|
|
|
356
|
+
|
|
353
357
|
function $fa863e9b015ae839$export$23f548e970bdf099(props, state, inputRef) {
|
|
354
|
-
let { id: id, decrementAriaLabel: decrementAriaLabel, incrementAriaLabel: incrementAriaLabel, isDisabled: isDisabled, isReadOnly: isReadOnly, isRequired: isRequired, minValue: minValue, maxValue: maxValue, autoFocus: autoFocus,
|
|
355
|
-
let { increment: increment, incrementToMax: incrementToMax, decrement: decrement, decrementToMin: decrementToMin, numberValue: numberValue, inputValue: inputValue, commit: commit } = state;
|
|
358
|
+
let { id: id, decrementAriaLabel: decrementAriaLabel, incrementAriaLabel: incrementAriaLabel, isDisabled: isDisabled, isReadOnly: isReadOnly, isRequired: isRequired, minValue: minValue, maxValue: maxValue, autoFocus: autoFocus, label: label, formatOptions: formatOptions, onBlur: onBlur = ()=>{}, onFocus: onFocus, onFocusChange: onFocusChange, onKeyDown: onKeyDown, onKeyUp: onKeyUp, description: description, errorMessage: errorMessage, ...otherProps } = props;
|
|
359
|
+
let { increment: increment, incrementToMax: incrementToMax, decrement: decrement, decrementToMin: decrementToMin, numberValue: numberValue, inputValue: inputValue, commit: commit, commitValidation: commitValidation } = state;
|
|
356
360
|
const stringFormatter = (0, $2wEZH$reactariai18n.useLocalizedStringFormatter)((0, (/*@__PURE__*/$parcel$interopDefault($4932e21065cdc2cd$exports))));
|
|
357
361
|
let inputId = (0, $2wEZH$reactariautils.useId)(id);
|
|
358
362
|
let { focusProps: focusProps } = (0, $2wEZH$reactariainteractions.useFocus)({
|
|
359
|
-
onBlur
|
|
363
|
+
onBlur () {
|
|
360
364
|
// Set input value to normalized valid value
|
|
361
365
|
commit();
|
|
362
366
|
}
|
|
@@ -435,10 +439,15 @@ function $fa863e9b015ae839$export$23f548e970bdf099(props, state, inputRef) {
|
|
|
435
439
|
};
|
|
436
440
|
let domProps = (0, $2wEZH$reactariautils.filterDOMProps)(props);
|
|
437
441
|
let onKeyDownEnter = (0, $2wEZH$react.useCallback)((e)=>{
|
|
438
|
-
if (e.key === "Enter")
|
|
442
|
+
if (e.key === "Enter") {
|
|
443
|
+
commit();
|
|
444
|
+
commitValidation();
|
|
445
|
+
} else e.continuePropagation();
|
|
439
446
|
}, [
|
|
440
|
-
commit
|
|
447
|
+
commit,
|
|
448
|
+
commitValidation
|
|
441
449
|
]);
|
|
450
|
+
let { isInvalid: isInvalid, validationErrors: validationErrors, validationDetails: validationDetails } = state.displayValidation;
|
|
442
451
|
let { labelProps: labelProps, inputProps: textFieldProps, descriptionProps: descriptionProps, errorMessageProps: errorMessageProps } = (0, $2wEZH$reactariatextfield.useFormattedTextField)({
|
|
443
452
|
...otherProps,
|
|
444
453
|
...domProps,
|
|
@@ -448,8 +457,8 @@ function $fa863e9b015ae839$export$23f548e970bdf099(props, state, inputRef) {
|
|
|
448
457
|
isDisabled: isDisabled,
|
|
449
458
|
isReadOnly: isReadOnly,
|
|
450
459
|
isRequired: isRequired,
|
|
451
|
-
|
|
452
|
-
|
|
460
|
+
validate: undefined,
|
|
461
|
+
[(0, $2wEZH$reactstatelyform.privateValidationStateProp)]: state,
|
|
453
462
|
value: inputValue,
|
|
454
463
|
defaultValue: undefined,
|
|
455
464
|
autoComplete: "off",
|
|
@@ -483,6 +492,7 @@ function $fa863e9b015ae839$export$23f548e970bdf099(props, state, inputRef) {
|
|
|
483
492
|
autoCorrect: "off",
|
|
484
493
|
spellCheck: "false"
|
|
485
494
|
});
|
|
495
|
+
if (props.validationBehavior === "native") inputProps["aria-required"] = undefined;
|
|
486
496
|
let onButtonPressStart = (e)=>{
|
|
487
497
|
// If focus is already on the input, keep it there so we don't hide the
|
|
488
498
|
// software keyboard when tapping the increment/decrement buttons.
|
|
@@ -539,14 +549,17 @@ function $fa863e9b015ae839$export$23f548e970bdf099(props, state, inputRef) {
|
|
|
539
549
|
...focusWithinProps,
|
|
540
550
|
role: "group",
|
|
541
551
|
"aria-disabled": isDisabled,
|
|
542
|
-
"aria-invalid": isInvalid
|
|
552
|
+
"aria-invalid": isInvalid ? "true" : undefined
|
|
543
553
|
},
|
|
544
554
|
labelProps: labelProps,
|
|
545
555
|
inputProps: inputProps,
|
|
546
556
|
incrementButtonProps: incrementButtonProps,
|
|
547
557
|
decrementButtonProps: decrementButtonProps,
|
|
548
558
|
errorMessageProps: errorMessageProps,
|
|
549
|
-
descriptionProps: descriptionProps
|
|
559
|
+
descriptionProps: descriptionProps,
|
|
560
|
+
isInvalid: isInvalid,
|
|
561
|
+
validationErrors: validationErrors,
|
|
562
|
+
validationDetails: validationDetails
|
|
550
563
|
};
|
|
551
564
|
}
|
|
552
565
|
|
package/dist/main.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"mappings":";;;;;;;;;;;;;;;AAAA;;;;;;;;;;ACAA;;;;;;;;;;CAUC;;;;AEVD,4BAAiB;IAAG,YAAY,CAAC,OAAS,CAAC,IAAI,EAAE,KAAK,WAAW,CAAC;IAChE,YAAY,CAAC,OAAS,CAAC,MAAM,EAAE,KAAK,WAAW,CAAC;IAChD,eAAe,CAAC,QAAQ,CAAC;AAC3B;;;;ACHA,4BAAiB;IAAG,YAAY,CAAC,OAAS,CAAC,WAAW,EAAE,KAAK,WAAW,CAAC;IACvE,YAAY,CAAC,OAAS,CAAC,SAAS,EAAE,KAAK,WAAW,CAAC;IACnD,eAAe,CAAC,eAAe,CAAC;AAClC;;;;ACHA,4BAAiB;IAAG,YAAY,CAAC,OAAS,CAAC,OAAO,EAAE,KAAK,WAAW,CAAC;IACnE,YAAY,CAAC,OAAS,CAAC,OAAO,EAAE,KAAK,WAAW,CAAC;IACjD,eAAe,CAAC,YAAY,CAAC;AAC/B;;;;ACHA,4BAAiB;IAAG,YAAY,CAAC,OAAS,CAAC,QAAQ,EAAE,KAAK,WAAW,CAAC;IACpE,YAAY,CAAC,OAAS,CAAC,GAAG,EAAE,KAAK,WAAW,CAAC;IAC7C,eAAe,CAAC,OAAO,CAAC;AAC1B;;;;ACHA,4BAAiB;IAAG,YAAY,CAAC,OAAS,CAAC,EAAE,KAAK,WAAW,WAAW,CAAC;IACvE,YAAY,CAAC,OAAS,CAAC,EAAE,KAAK,WAAW,QAAQ,CAAC;IAClD,eAAe,CAAC,WAAW,CAAC;AAC9B;;;;ACHA,4BAAiB;IAAG,YAAY,CAAC,OAAS,CAAC,OAAO,EAAE,KAAK,WAAW,CAAC;IACnE,YAAY,CAAC,OAAS,CAAC,OAAO,EAAE,KAAK,WAAW,CAAC;IACjD,eAAe,CAAC,aAAa,CAAC;AAChC;;;;ACHA,4BAAiB;IAAG,YAAY,CAAC,OAAS,CAAC,SAAS,EAAE,KAAK,WAAW,CAAC;IACrE,YAAY,CAAC,OAAS,CAAC,SAAS,EAAE,KAAK,WAAW,CAAC;IACnD,eAAe,CAAC,YAAY,CAAC;AAC/B;;;;ACHA,4BAAiB;IAAG,YAAY,CAAC,OAAS,CAAC,QAAQ,EAAE,KAAK,WAAW,CAAC;IACpE,YAAY,CAAC,OAAS,CAAC,SAAS,EAAE,KAAK,WAAW,CAAC;IACnD,eAAe,CAAC,eAAe,CAAC;AAClC;;;;ACHA,4BAAiB;IAAG,YAAY,CAAC,OAAS,CAAC,QAAQ,EAAE,KAAK,WAAW,CAAC;IACpE,YAAY,CAAC,OAAS,CAAC,SAAS,EAAE,KAAK,WAAW,CAAC;IACnD,eAAe,CAAC,WAAW,CAAC;AAC9B;;;;ACHA,4BAAiB;IAAG,YAAY,CAAC,OAAS,CAAC,QAAQ,EAAE,KAAK,WAAW,CAAC;IACpE,YAAY,CAAC,OAAS,CAAC,MAAM,EAAE,KAAK,WAAW,CAAC;IAChD,eAAe,CAAC,YAAY,CAAC;AAC/B;;;;ACHA,4BAAiB;IAAG,YAAY,CAAC,OAAS,CAAC,SAAS,EAAE,KAAK,WAAW,CAAC;IACrE,YAAY,CAAC,OAAS,CAAC,UAAU,EAAE,KAAK,WAAW,CAAC;IACpD,eAAe,CAAC,eAAe,CAAC;AAClC;;;;ACHA,4BAAiB;IAAG,YAAY,CAAC,OAAS,CAAC,KAAK,EAAE,KAAK,WAAW,CAAC;IACjE,YAAY,CAAC,OAAS,CAAC,KAAK,EAAE,KAAK,WAAW,CAAC;IAC/C,eAAe,CAAC,QAAQ,CAAC;AAC3B;;;;ACHA,4BAAiB;IAAG,YAAY,CAAC,OAAS,CAAC,OAAO,EAAE,KAAK,WAAW,CAAC;IACnE,YAAY,CAAC,OAAS,CAAC,QAAQ,EAAE,KAAK,WAAW,CAAC;IAClD,eAAe,CAAC,WAAW,CAAC;AAC9B;;;;ACHA,4BAAiB;IAAG,YAAY,CAAC,OAAS,CAAC,EAAE,KAAK,WAAW,YAAY,CAAC;IACxE,YAAY,CAAC,OAAS,CAAC,EAAE,KAAK,WAAW,SAAS,CAAC;IACnD,eAAe,CAAC,QAAQ,CAAC;AAC3B;;;;ACHA,4BAAiB;IAAG,YAAY,CAAC,OAAS,CAAC,OAAO,EAAE,KAAK,WAAW,CAAC;IACnE,YAAY,CAAC,OAAS,CAAC,QAAQ,EAAE,KAAK,WAAW,CAAC;IAClD,eAAe,CAAC,YAAY,CAAC;AAC/B;;;;ACHA,4BAAiB;IAAG,YAAY,CAAC,OAAS,CAAC,EAAE,KAAK,WAAW,GAAG,CAAC;IAC/D,YAAY,CAAC,OAAS,CAAC,EAAE,KAAK,WAAW,GAAG,CAAC;IAC7C,eAAe,CAAC,OAAO,CAAC;AAC1B;;;;ACHA,4BAAiB;IAAG,YAAY,CAAC,OAAS,CAAC,EAAE,KAAK,WAAW,GAAG,CAAC;IAC/D,YAAY,CAAC,OAAS,CAAC,EAAE,KAAK,WAAW,GAAG,CAAC;IAC7C,eAAe,CAAC,KAAK,CAAC;AACxB;;;;ACHA,4BAAiB;IAAG,YAAY,CAAC,OAAS,CAAC,UAAU,EAAE,KAAK,WAAW,CAAC;IACtE,YAAY,CAAC,OAAS,CAAC,UAAU,EAAE,KAAK,WAAW,CAAC;IACpD,eAAe,CAAC,cAAc,CAAC;AACjC;;;;ACHA,4BAAiB;IAAG,YAAY,CAAC,OAAS,CAAC,aAAa,EAAE,KAAK,WAAW,CAAC;IACzE,YAAY,CAAC,OAAS,CAAC,cAAc,EAAE,KAAK,WAAW,CAAC;IACxD,eAAe,CAAC,aAAa,CAAC;AAChC;;;;ACHA,4BAAiB;IAAG,YAAY,CAAC,OAAS,CAAC,QAAQ,EAAE,KAAK,WAAW,CAAC;IACpE,YAAY,CAAC,OAAS,CAAC,GAAG,EAAE,KAAK,WAAW,CAAC;IAC7C,eAAe,CAAC,QAAQ,CAAC;AAC3B;;;;ACHA,4BAAiB;IAAG,YAAY,CAAC,OAAS,CAAC,EAAE,KAAK,WAAW,SAAS,CAAC;IACrE,YAAY,CAAC,OAAS,CAAC,EAAE,KAAK,WAAW,SAAS,CAAC;IACnD,eAAe,CAAC,SAAS,CAAC;AAC5B;;;;ACHA,4BAAiB;IAAG,YAAY,CAAC,OAAS,CAAC,SAAS,EAAE,KAAK,WAAW,CAAC;IACrE,YAAY,CAAC,OAAS,CAAC,QAAQ,EAAE,KAAK,WAAW,CAAC;IAClD,eAAe,CAAC,WAAW,CAAC;AAC9B;;;;ACHA,4BAAiB;IAAG,YAAY,CAAC,OAAS,CAAC,SAAS,EAAE,KAAK,WAAW,CAAC;IACrE,YAAY,CAAC,OAAS,CAAC,SAAS,EAAE,KAAK,WAAW,CAAC;IACnD,eAAe,CAAC,eAAe,CAAC;AAClC;;;;ACHA,4BAAiB;IAAG,YAAY,CAAC,OAAS,CAAC,SAAS,EAAE,KAAK,WAAW,CAAC;IACrE,YAAY,CAAC,OAAS,CAAC,SAAS,EAAE,KAAK,WAAW,CAAC;IACnD,eAAe,CAAC,cAAc,CAAC;AACjC;;;;ACHA,4BAAiB;IAAG,YAAY,CAAC,OAAS,CAAC,QAAQ,EAAE,KAAK,WAAW,CAAC;IACpE,YAAY,CAAC,OAAS,CAAC,SAAS,EAAE,KAAK,WAAW,CAAC;IACnD,eAAe,CAAC,YAAY,CAAC;AAC/B;;;;ACHA,4BAAiB;IAAG,YAAY,CAAC,OAAS,CAAC,WAAW,EAAE,KAAK,WAAW,CAAC;IACvE,YAAY,CAAC,OAAS,CAAC,WAAW,EAAE,KAAK,WAAW,CAAC;IACrD,eAAe,CAAC,aAAa,CAAC;AAChC;;;;ACHA,4BAAiB;IAAG,YAAY,CAAC,OAAS,CAAC,OAAO,EAAE,KAAK,WAAW,CAAC;IACnE,YAAY,CAAC,OAAS,CAAC,OAAO,EAAE,KAAK,WAAW,CAAC;IACjD,eAAe,CAAC,YAAY,CAAC;AAC/B;;;;ACHA,4BAAiB;IAAG,YAAY,CAAC,OAAS,CAAC,QAAQ,EAAE,KAAK,WAAW,CAAC;IACpE,YAAY,CAAC,OAAS,CAAC,UAAU,EAAE,KAAK,WAAW,CAAC;IACpD,eAAe,CAAC,eAAe,CAAC;AAClC;;;;ACHA,4BAAiB;IAAG,YAAY,CAAC,OAAS,CAAC,SAAS,EAAE,KAAK,WAAW,CAAC;IACrE,YAAY,CAAC,OAAS,CAAC,SAAS,EAAE,KAAK,WAAW,CAAC;IACnD,eAAe,CAAC,YAAY,CAAC;AAC/B;;;;ACHA,4BAAiB;IAAG,YAAY,CAAC,OAAS,CAAC,OAAO,EAAE,KAAK,WAAW,CAAC;IACnE,YAAY,CAAC,OAAS,CAAC,IAAI,EAAE,KAAK,WAAW,CAAC;IAC9C,eAAe,CAAC,UAAU,CAAC;AAC7B;;;;ACHA,4BAAiB;IAAG,YAAY,CAAC,OAAS,CAAC,EAAE,KAAK,WAAW,MAAM,CAAC;IAClE,YAAY,CAAC,OAAS,CAAC,EAAE,KAAK,WAAW,OAAO,CAAC;IACjD,eAAe,CAAC,UAAU,CAAC;AAC7B;;;;ACHA,4BAAiB;IAAG,YAAY,CAAC,OAAS,CAAC,SAAS,EAAE,KAAK,WAAW,CAAC;IACrE,YAAY,CAAC,OAAS,CAAC,UAAU,EAAE,KAAK,WAAW,CAAC;IACpD,eAAe,CAAC,WAAW,CAAC;AAC9B;;;;ACHA,4BAAiB;IAAG,YAAY,CAAC,OAAS,CAAC,GAAG,EAAE,KAAK,WAAW,CAAC;IAC/D,YAAY,CAAC,OAAS,CAAC,GAAG,EAAE,KAAK,WAAW,CAAC;IAC7C,eAAe,CAAC,IAAI,CAAC;AACvB;;;;ACHA,4BAAiB;IAAG,YAAY,CAAC,OAAS,CAAC,GAAG,EAAE,KAAK,WAAW,CAAC;IAC/D,YAAY,CAAC,OAAS,CAAC,GAAG,EAAE,KAAK,WAAW,CAAC;IAC7C,eAAe,CAAC,IAAI,CAAC;AACvB;;;AlC+BA,4BAAiB;IACf,SAAS;IACT,SAAS;IACT,SAAS;IACT,SAAS;IACT,SAAS;IACT,SAAS;IACT,SAAS;IACT,SAAS;IACT,SAAS;IACT,SAAS;IACT,SAAS;IACT,SAAS;IACT,SAAS;IACT,SAAS;IACT,SAAS;IACT,SAAS;IACT,SAAS;IACT,SAAS;IACT,SAAS;IACT,SAAS;IACT,SAAS;IACT,SAAS;IACT,SAAS;IACT,SAAS;IACT,SAAS;IACT,SAAS;IACT,SAAS;IACT,SAAS;IACT,SAAS;IACT,SAAS;IACT,SAAS;IACT,SAAS;IACT,SAAS;IACT,SAAS;AACX;;;;;;;ADbO,SAAS,0CAAe,KAA2B,EAAE,KAAuB,EAAE,QAAqC;IACxH,IAAI,MACF,EAAE,sBACF,kBAAkB,sBAClB,kBAAkB,cAClB,UAAU,cACV,UAAU,cACV,UAAU,YACV,QAAQ,YACR,QAAQ,aACR,SAAS,mBACT,eAAe,aACf,SAAS,SACT,KAAK,iBACL,aAAa,UACb,SAAS,KAAO,YAChB,OAAO,iBACP,aAAa,aACb,SAAS,WACT,OAAO,eACP,WAAW,gBACX,YAAY,EACZ,GAAG,YACJ,GAAG;IAEJ,IAAI,aACF,SAAS,kBACT,cAAc,aACd,SAAS,kBACT,cAAc,eACd,WAAW,cACX,UAAU,UACV,MAAM,EACP,GAAG;IAEJ,MAAM,kBAAkB,CAAA,GAAA,gDAA0B,EAAE,CAAA,GAAA,gEAAW;IAE/D,IAAI,UAAU,CAAA,GAAA,2BAAI,EAAE;IAEpB,IAAI,cAAC,UAAU,EAAC,GAAG,CAAA,GAAA,qCAAO,EAAE;QAC1B,QAAQ;YACN,4CAA4C;YAC5C;QACF;IACF;IAEA,IAAI,kBAAkB,CAAA,GAAA,uCAAiB,EAAE;IACzC,IAAI,cAAc,CAAA,GAAA,oBAAM,EAAE,IAAM,gBAAgB,mBAAmB;QAAC;KAAgB;IAEpF,wEAAwE;IACxE,6DAA6D;IAC7D,IAAI,qBAAqB,CAAA,GAAA,uCAAiB,EAAE;QAAC,GAAG,aAAa;QAAE,cAAc;IAAS;IACtF,IAAI,YAAY,CAAA,GAAA,oBAAM,EAAE,IAAM,MAAM,eAAe,KAAK,mBAAmB,OAAO,cAAc;QAAC;QAAoB;KAAY;IAEjI,IAAI,mBACF,eAAe,EACf,sBAAsB,cAAc,EACpC,sBAAsB,cAAc,EACrC,GAAG,CAAA,GAAA,wCAAY,EACd;oBACE;oBACA;oBACA;kBACA;kBACA;QACA,aAAa;QACb,kBAAkB;QAClB,aAAa;QACb,kBAAkB;QAClB,OAAO;mBACP;IACF;IAGF,IAAI,CAAC,aAAa,eAAe,GAAG,CAAA,GAAA,qBAAO,EAAE;IAC7C,IAAI,oBAAC,gBAAgB,EAAC,GAAG,CAAA,GAAA,2CAAa,EAAE;oBAAC;QAAY,qBAAqB;IAAc;IAExF,IAAI,UAAU,CAAA,GAAA,wBAAU,EAAE,CAAC;QACzB,gGAAgG;QAChG,iGAAiG;QACjG,iHAAiH;QACjH,iDAAiD;QACjD,IAAI,KAAK,IAAI,EAAE,WAAW,KAAK,IAAI,EAAE,SACnC;QAEF,IAAI,EAAE,SAAS,GACb;aACK,IAAI,EAAE,SAAS,GACpB;IAEJ,GAAG;QAAC;QAAW;KAAU;IACzB,mEAAmE;IACnE,IAAI,oBAAoB,cAAc,cAAc,CAAC;IACrD,CAAA,GAAA,2CAAa,EAAE;QAAC,UAAU;QAAS,YAAY;IAAiB,GAAG;IAEnE,2FAA2F;IAC3F,gGAAgG;IAChG,mGAAmG;IACnG,kGAAkG;IAClG,IAAI,cAAc,YAAY,wBAAwB;IACtD,IAAI,cAAc,MAAM,MAAM,aAAa,MAAM,WAAW;IAC5D,IAAI,YAA4C;IAChD,IAAI,CAAA,GAAA,8BAAO,KAAK;QACd,iEAAiE;QACjE,gEAAgE;QAChE,gCAAgC;QAChC,IAAI,aACF,YAAY;aACP,IAAI,aACT,YAAY;IAEhB,OAAO,IAAI,CAAA,GAAA,+BAAQ,KAAK;QACtB,0DAA0D;QAC1D,qCAAqC;QACrC,IAAI,aACF,YAAY;aACP,IAAI,aACT,YAAY;IAEhB;IAEA,IAAI,WAAW,CAAA;QACb,IAAI,MAAM,SAAS,QACjB,MAAM,cAAc;IAExB;IAEA,IAAI,WAAW,CAAA,GAAA,oCAAa,EAAE;IAC9B,IAAI,iBAAiB,CAAA,GAAA,wBAAU,EAAE,CAAC;QAChC,IAAI,EAAE,QAAQ,SACZ;IAEJ,GAAG;QAAC;KAAO;IAEX,IAAI,cAAC,UAAU,EAAE,YAAY,cAAc,oBAAE,gBAAgB,qBAAE,iBAAiB,EAAC,GAAG,CAAA,GAAA,+CAAoB,EAAE;QACxG,GAAG,UAAU;QACb,GAAG,QAAQ;QACX,MAAM;eACN;mBACA;oBACA;oBACA;oBACA;yBACA;mBACA;QACA,OAAO;QACP,cAAc;QACd,cAAc;QACd,cAAc,KAAK,CAAC,aAAa,IAAI;QACrC,mBAAmB,KAAK,CAAC,kBAAkB,IAAI;QAC/C,IAAI;QACJ,MAAM;mBACN;kBACA;gBACA;iBACA;uBACA;QACA,WAAW,CAAA,GAAA,oBAAM,EAAE,IAAM,CAAA,GAAA,2BAAI,EAAE,gBAAgB,YAAY;YAAC;YAAgB;SAAU;iBACtF;qBACA;sBACA;IACF,GAAG,OAAO;IAEV,CAAA,GAAA,kCAAW,EAAE,UAAU,MAAM,aAAa,MAAM;IAEhD,IAAI,aAAa,CAAA,GAAA,gCAAS,EACxB,iBACA,YACA,gBACA;QACE,qEAAqE;QACrE,MAAM;QACN,6FAA6F;QAC7F,wBAAyB,CAAC,CAAA,GAAA,2BAAI,MAAM,gBAAgB,OAAO,iBAAiB;QAC5E,iBAAiB;QACjB,iBAAiB;QACjB,iBAAiB;QACjB,kBAAkB;QAClB,aAAa;QACb,YAAY;IACd;IAGF,IAAI,qBAAqB,CAAC;QACxB,uEAAuE;QACvE,kEAAkE;QAClE,IAAI,SAAS,kBAAkB,SAAS,SACtC;QAGF,0DAA0D;QAC1D,2EAA2E;QAC3E,qFAAqF;QACrF,IAAI,EAAE,gBAAgB,SACpB,SAAS,QAAQ;aAEjB,EAAE,OAAO;IAEb;IAEA,kFAAkF;IAClF,EAAE;IACF,kFAAkF;IAClF,4GAA4G;IAC5G,uEAAuE;IACvE,oHAAoH;IACpH,EAAE;IACF,qGAAqG;IACrG,0GAA0G;IAC1G,gEAAgE;IAChE,IAAI,aAAa,KAAK,CAAC,aAAa,IAAK,CAAA,OAAO,MAAM,UAAU,WAAW,MAAM,QAAQ,EAAC;IAC1F,IAAI;IACJ,IAAI,CAAC,YACH,iBAAiB,MAAM,SAAS,OAAO,WAAW,KAAK,KAAK,CAAC,kBAAkB;IAGjF,IAAI,cAAc,CAAA,GAAA,2BAAI;IACtB,IAAI,cAAc,CAAA,GAAA,2BAAI;IAEtB,IAAI,uBAAwC,CAAA,GAAA,gCAAS,EAAE,gBAAgB;QACrE,cAAc,sBAAsB,gBAAgB,OAAO,YAAY;wBAAC;QAAU,GAAG;QACrF,IAAI,kBAAkB,CAAC,qBAAqB,cAAc;QAC1D,mBAAmB,kBAAkB,CAAC,qBAAqB,CAAC,EAAE,YAAY,CAAC,EAAE,eAAe,CAAC,GAAG;QAChG,iBAAiB;QACjB,qBAAqB;QACrB,qBAAqB;QACrB,wBAAwB;QACxB,YAAY,CAAC,MAAM;QACnB,cAAc;IAChB;IAEA,IAAI,uBAAwC,CAAA,GAAA,gCAAS,EAAE,gBAAgB;QACrE,cAAc,sBAAsB,gBAAgB,OAAO,YAAY;wBAAC;QAAU,GAAG;QACrF,IAAI,kBAAkB,CAAC,qBAAqB,cAAc;QAC1D,mBAAmB,kBAAkB,CAAC,qBAAqB,CAAC,EAAE,YAAY,CAAC,EAAE,eAAe,CAAC,GAAG;QAChG,iBAAiB;QACjB,qBAAqB;QACrB,qBAAqB;QACrB,wBAAwB;QACxB,YAAY,CAAC,MAAM;QACnB,cAAc;IAChB;IAEA,OAAO;QACL,YAAY;YACV,GAAG,gBAAgB;YACnB,MAAM;YACN,iBAAiB;YACjB,gBAAgB,aAAa,oBAAoB,YAAY,SAAS;QACxE;oBACA;oBACA;8BACA;8BACA;2BACA;0BACA;IACF;AACF;;CD/SC","sources":["packages/@react-aria/numberfield/src/index.ts","packages/@react-aria/numberfield/src/useNumberField.ts","packages/@react-aria/numberfield/src/*.js","packages/@react-aria/numberfield/intl/ar-AE.json","packages/@react-aria/numberfield/intl/bg-BG.json","packages/@react-aria/numberfield/intl/cs-CZ.json","packages/@react-aria/numberfield/intl/da-DK.json","packages/@react-aria/numberfield/intl/de-DE.json","packages/@react-aria/numberfield/intl/el-GR.json","packages/@react-aria/numberfield/intl/en-US.json","packages/@react-aria/numberfield/intl/es-ES.json","packages/@react-aria/numberfield/intl/et-EE.json","packages/@react-aria/numberfield/intl/fi-FI.json","packages/@react-aria/numberfield/intl/fr-FR.json","packages/@react-aria/numberfield/intl/he-IL.json","packages/@react-aria/numberfield/intl/hr-HR.json","packages/@react-aria/numberfield/intl/hu-HU.json","packages/@react-aria/numberfield/intl/it-IT.json","packages/@react-aria/numberfield/intl/ja-JP.json","packages/@react-aria/numberfield/intl/ko-KR.json","packages/@react-aria/numberfield/intl/lt-LT.json","packages/@react-aria/numberfield/intl/lv-LV.json","packages/@react-aria/numberfield/intl/nb-NO.json","packages/@react-aria/numberfield/intl/nl-NL.json","packages/@react-aria/numberfield/intl/pl-PL.json","packages/@react-aria/numberfield/intl/pt-BR.json","packages/@react-aria/numberfield/intl/pt-PT.json","packages/@react-aria/numberfield/intl/ro-RO.json","packages/@react-aria/numberfield/intl/ru-RU.json","packages/@react-aria/numberfield/intl/sk-SK.json","packages/@react-aria/numberfield/intl/sl-SI.json","packages/@react-aria/numberfield/intl/sr-SP.json","packages/@react-aria/numberfield/intl/sv-SE.json","packages/@react-aria/numberfield/intl/tr-TR.json","packages/@react-aria/numberfield/intl/uk-UA.json","packages/@react-aria/numberfield/intl/zh-CN.json","packages/@react-aria/numberfield/intl/zh-TW.json"],"sourcesContent":["/*\n * Copyright 2020 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\nexport {useNumberField} from './useNumberField';\nexport type {AriaNumberFieldProps} from '@react-types/numberfield';\nexport type {NumberFieldAria} from './useNumberField';\n","/*\n * Copyright 2020 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n\nimport {AriaButtonProps} from '@react-types/button';\nimport {AriaNumberFieldProps} from '@react-types/numberfield';\nimport {chain, filterDOMProps, isAndroid, isIOS, isIPhone, mergeProps, useFormReset, useId} from '@react-aria/utils';\nimport {DOMAttributes, GroupDOMAttributes, TextInputDOMProps} from '@react-types/shared';\nimport {\n InputHTMLAttributes,\n LabelHTMLAttributes,\n RefObject,\n useCallback,\n useMemo,\n useState\n} from 'react';\n// @ts-ignore\nimport intlMessages from '../intl/*.json';\nimport {NumberFieldState} from '@react-stately/numberfield';\nimport {useFocus, useFocusWithin, useScrollWheel} from '@react-aria/interactions';\nimport {useFormattedTextField} from '@react-aria/textfield';\nimport {\n useLocalizedStringFormatter,\n useNumberFormatter\n} from '@react-aria/i18n';\nimport {useSpinButton} from '@react-aria/spinbutton';\n\nexport interface NumberFieldAria {\n /** Props for the label element. */\n labelProps: LabelHTMLAttributes<HTMLLabelElement>,\n /** Props for the group wrapper around the input and stepper buttons. */\n groupProps: GroupDOMAttributes,\n /** Props for the input element. */\n inputProps: InputHTMLAttributes<HTMLInputElement>,\n /** Props for the increment button, to be passed to [useButton](useButton.html). */\n incrementButtonProps: AriaButtonProps,\n /** Props for the decrement button, to be passed to [useButton](useButton.html). */\n decrementButtonProps: AriaButtonProps,\n /** Props for the number field's description element, if any. */\n descriptionProps: DOMAttributes,\n /** Props for the number field's error message element, if any. */\n errorMessageProps: DOMAttributes\n}\n\n/**\n * Provides the behavior and accessibility implementation for a number field component.\n * Number fields allow users to enter a number, and increment or decrement the value using stepper buttons.\n */\nexport function useNumberField(props: AriaNumberFieldProps, state: NumberFieldState, inputRef: RefObject<HTMLInputElement>): NumberFieldAria {\n let {\n id,\n decrementAriaLabel,\n incrementAriaLabel,\n isDisabled,\n isReadOnly,\n isRequired,\n minValue,\n maxValue,\n autoFocus,\n validationState,\n isInvalid,\n label,\n formatOptions,\n onBlur = () => {},\n onFocus,\n onFocusChange,\n onKeyDown,\n onKeyUp,\n description,\n errorMessage,\n ...otherProps\n } = props;\n\n let {\n increment,\n incrementToMax,\n decrement,\n decrementToMin,\n numberValue,\n inputValue,\n commit\n } = state;\n\n const stringFormatter = useLocalizedStringFormatter(intlMessages);\n\n let inputId = useId(id);\n\n let {focusProps} = useFocus({\n onBlur: () => {\n // Set input value to normalized valid value\n commit();\n }\n });\n\n let numberFormatter = useNumberFormatter(formatOptions);\n let intlOptions = useMemo(() => numberFormatter.resolvedOptions(), [numberFormatter]);\n\n // Replace negative textValue formatted using currencySign: 'accounting'\n // with a textValue that can be announced using a minus sign.\n let textValueFormatter = useNumberFormatter({...formatOptions, currencySign: undefined});\n let textValue = useMemo(() => isNaN(numberValue) ? '' : textValueFormatter.format(numberValue), [textValueFormatter, numberValue]);\n\n let {\n spinButtonProps,\n incrementButtonProps: incButtonProps,\n decrementButtonProps: decButtonProps\n } = useSpinButton(\n {\n isDisabled,\n isReadOnly,\n isRequired,\n maxValue,\n minValue,\n onIncrement: increment,\n onIncrementToMax: incrementToMax,\n onDecrement: decrement,\n onDecrementToMin: decrementToMin,\n value: numberValue,\n textValue\n }\n );\n\n let [focusWithin, setFocusWithin] = useState(false);\n let {focusWithinProps} = useFocusWithin({isDisabled, onFocusWithinChange: setFocusWithin});\n\n let onWheel = useCallback((e) => {\n // if on a trackpad, users can scroll in both X and Y at once, check the magnitude of the change\n // if it's mostly in the X direction, then just return, the user probably doesn't mean to inc/dec\n // this isn't perfect, events come in fast with small deltas and a part of the scroll may give a false indication\n // especially if the user is scrolling near 45deg\n if (Math.abs(e.deltaY) <= Math.abs(e.deltaX)) {\n return;\n }\n if (e.deltaY > 0) {\n increment();\n } else if (e.deltaY < 0) {\n decrement();\n }\n }, [decrement, increment]);\n // If the input isn't supposed to receive input, disable scrolling.\n let scrollingDisabled = isDisabled || isReadOnly || !focusWithin;\n useScrollWheel({onScroll: onWheel, isDisabled: scrollingDisabled}, inputRef);\n\n // The inputMode attribute influences the software keyboard that is shown on touch devices.\n // Browsers and operating systems are quite inconsistent about what keys are available, however.\n // We choose between numeric and decimal based on whether we allow negative and fractional numbers,\n // and based on testing on various devices to determine what keys are available in each inputMode.\n let hasDecimals = intlOptions.maximumFractionDigits > 0;\n let hasNegative = isNaN(state.minValue) || state.minValue < 0;\n let inputMode: TextInputDOMProps['inputMode'] = 'numeric';\n if (isIPhone()) {\n // iPhone doesn't have a minus sign in either numeric or decimal.\n // Note this is only for iPhone, not iPad, which always has both\n // minus and decimal in numeric.\n if (hasNegative) {\n inputMode = 'text';\n } else if (hasDecimals) {\n inputMode = 'decimal';\n }\n } else if (isAndroid()) {\n // Android numeric has both a decimal point and minus key.\n // decimal does not have a minus key.\n if (hasNegative) {\n inputMode = 'numeric';\n } else if (hasDecimals) {\n inputMode = 'decimal';\n }\n }\n\n let onChange = value => {\n if (state.validate(value)) {\n state.setInputValue(value);\n }\n };\n\n let domProps = filterDOMProps(props);\n let onKeyDownEnter = useCallback((e) => {\n if (e.key === 'Enter') {\n commit();\n }\n }, [commit]);\n\n let {labelProps, inputProps: textFieldProps, descriptionProps, errorMessageProps} = useFormattedTextField({\n ...otherProps,\n ...domProps,\n name: undefined,\n label,\n autoFocus,\n isDisabled,\n isReadOnly,\n isRequired,\n validationState,\n isInvalid,\n value: inputValue,\n defaultValue: undefined, // defaultValue already used to populate state.inputValue, unneeded here\n autoComplete: 'off',\n 'aria-label': props['aria-label'] || null,\n 'aria-labelledby': props['aria-labelledby'] || null,\n id: inputId,\n type: 'text', // Can't use type=\"number\" because then we can't have things like $ in the field.\n inputMode,\n onChange,\n onBlur,\n onFocus,\n onFocusChange,\n onKeyDown: useMemo(() => chain(onKeyDownEnter, onKeyDown), [onKeyDownEnter, onKeyDown]),\n onKeyUp,\n description,\n errorMessage\n }, state, inputRef);\n\n useFormReset(inputRef, state.numberValue, state.setNumberValue);\n\n let inputProps = mergeProps(\n spinButtonProps,\n focusProps,\n textFieldProps,\n {\n // override the spinbutton role, we can't focus a spin button with VO\n role: null,\n // ignore aria-roledescription on iOS so that required state will announce when it is present\n 'aria-roledescription': (!isIOS() ? stringFormatter.format('numberField') : null),\n 'aria-valuemax': null,\n 'aria-valuemin': null,\n 'aria-valuenow': null,\n 'aria-valuetext': null,\n autoCorrect: 'off',\n spellCheck: 'false'\n }\n );\n\n let onButtonPressStart = (e) => {\n // If focus is already on the input, keep it there so we don't hide the\n // software keyboard when tapping the increment/decrement buttons.\n if (document.activeElement === inputRef.current) {\n return;\n }\n\n // Otherwise, when using a mouse, move focus to the input.\n // On touch, or with a screen reader, focus the button so that the software\n // keyboard does not appear and the screen reader cursor is not moved off the button.\n if (e.pointerType === 'mouse') {\n inputRef.current.focus();\n } else {\n e.target.focus();\n }\n };\n\n // Determine the label for the increment and decrement buttons. There are 4 cases:\n //\n // 1. With a visible label that is a string: aria-label: `Increase ${props.label}`\n // 2. With a visible label that is JSX: aria-label: 'Increase', aria-labelledby: '${incrementId} ${labelId}'\n // 3. With an aria-label: aria-label: `Increase ${props['aria-label']}`\n // 4. With an aria-labelledby: aria-label: 'Increase', aria-labelledby: `${incrementId} ${props['aria-labelledby']}`\n //\n // (1) and (2) could possibly be combined and both use aria-labelledby. However, placing the label in\n // the aria-label string rather than using aria-labelledby gives more flexibility to translators to change\n // the order or add additional words around the label if needed.\n let fieldLabel = props['aria-label'] || (typeof props.label === 'string' ? props.label : '');\n let ariaLabelledby: string;\n if (!fieldLabel) {\n ariaLabelledby = props.label != null ? labelProps.id : props['aria-labelledby'];\n }\n\n let incrementId = useId();\n let decrementId = useId();\n\n let incrementButtonProps: AriaButtonProps = mergeProps(incButtonProps, {\n 'aria-label': incrementAriaLabel || stringFormatter.format('increase', {fieldLabel}).trim(),\n id: ariaLabelledby && !incrementAriaLabel ? incrementId : null,\n 'aria-labelledby': ariaLabelledby && !incrementAriaLabel ? `${incrementId} ${ariaLabelledby}` : null,\n 'aria-controls': inputId,\n excludeFromTabOrder: true,\n preventFocusOnPress: true,\n allowFocusWhenDisabled: true,\n isDisabled: !state.canIncrement,\n onPressStart: onButtonPressStart\n });\n\n let decrementButtonProps: AriaButtonProps = mergeProps(decButtonProps, {\n 'aria-label': decrementAriaLabel || stringFormatter.format('decrease', {fieldLabel}).trim(),\n id: ariaLabelledby && !decrementAriaLabel ? decrementId : null,\n 'aria-labelledby': ariaLabelledby && !decrementAriaLabel ? `${decrementId} ${ariaLabelledby}` : null,\n 'aria-controls': inputId,\n excludeFromTabOrder: true,\n preventFocusOnPress: true,\n allowFocusWhenDisabled: true,\n isDisabled: !state.canDecrement,\n onPressStart: onButtonPressStart\n });\n\n return {\n groupProps: {\n ...focusWithinProps,\n role: 'group',\n 'aria-disabled': isDisabled,\n 'aria-invalid': isInvalid || validationState === 'invalid' ? 'true' : undefined\n },\n labelProps,\n inputProps,\n incrementButtonProps,\n decrementButtonProps,\n errorMessageProps,\n descriptionProps\n };\n}\n","const _temp0 = require(\"../intl/ar-AE.json\");\nconst _temp1 = require(\"../intl/bg-BG.json\");\nconst _temp2 = require(\"../intl/cs-CZ.json\");\nconst _temp3 = require(\"../intl/da-DK.json\");\nconst _temp4 = require(\"../intl/de-DE.json\");\nconst _temp5 = require(\"../intl/el-GR.json\");\nconst _temp6 = require(\"../intl/en-US.json\");\nconst _temp7 = require(\"../intl/es-ES.json\");\nconst _temp8 = require(\"../intl/et-EE.json\");\nconst _temp9 = require(\"../intl/fi-FI.json\");\nconst _temp10 = require(\"../intl/fr-FR.json\");\nconst _temp11 = require(\"../intl/he-IL.json\");\nconst _temp12 = require(\"../intl/hr-HR.json\");\nconst _temp13 = require(\"../intl/hu-HU.json\");\nconst _temp14 = require(\"../intl/it-IT.json\");\nconst _temp15 = require(\"../intl/ja-JP.json\");\nconst _temp16 = require(\"../intl/ko-KR.json\");\nconst _temp17 = require(\"../intl/lt-LT.json\");\nconst _temp18 = require(\"../intl/lv-LV.json\");\nconst _temp19 = require(\"../intl/nb-NO.json\");\nconst _temp20 = require(\"../intl/nl-NL.json\");\nconst _temp21 = require(\"../intl/pl-PL.json\");\nconst _temp22 = require(\"../intl/pt-BR.json\");\nconst _temp23 = require(\"../intl/pt-PT.json\");\nconst _temp24 = require(\"../intl/ro-RO.json\");\nconst _temp25 = require(\"../intl/ru-RU.json\");\nconst _temp26 = require(\"../intl/sk-SK.json\");\nconst _temp27 = require(\"../intl/sl-SI.json\");\nconst _temp28 = require(\"../intl/sr-SP.json\");\nconst _temp29 = require(\"../intl/sv-SE.json\");\nconst _temp30 = require(\"../intl/tr-TR.json\");\nconst _temp31 = require(\"../intl/uk-UA.json\");\nconst _temp32 = require(\"../intl/zh-CN.json\");\nconst _temp33 = require(\"../intl/zh-TW.json\");\nmodule.exports = {\n \"ar-AE\": _temp0,\n \"bg-BG\": _temp1,\n \"cs-CZ\": _temp2,\n \"da-DK\": _temp3,\n \"de-DE\": _temp4,\n \"el-GR\": _temp5,\n \"en-US\": _temp6,\n \"es-ES\": _temp7,\n \"et-EE\": _temp8,\n \"fi-FI\": _temp9,\n \"fr-FR\": _temp10,\n \"he-IL\": _temp11,\n \"hr-HR\": _temp12,\n \"hu-HU\": _temp13,\n \"it-IT\": _temp14,\n \"ja-JP\": _temp15,\n \"ko-KR\": _temp16,\n \"lt-LT\": _temp17,\n \"lv-LV\": _temp18,\n \"nb-NO\": _temp19,\n \"nl-NL\": _temp20,\n \"pl-PL\": _temp21,\n \"pt-BR\": _temp22,\n \"pt-PT\": _temp23,\n \"ro-RO\": _temp24,\n \"ru-RU\": _temp25,\n \"sk-SK\": _temp26,\n \"sl-SI\": _temp27,\n \"sr-SP\": _temp28,\n \"sv-SE\": _temp29,\n \"tr-TR\": _temp30,\n \"uk-UA\": _temp31,\n \"zh-CN\": _temp32,\n \"zh-TW\": _temp33\n}","{\n \"decrease\": \"خفض {fieldLabel}\",\n \"increase\": \"زيادة {fieldLabel}\",\n \"numberField\": \"حقل رقمي\"\n}\n","{\n \"decrease\": \"Намаляване {fieldLabel}\",\n \"increase\": \"Усилване {fieldLabel}\",\n \"numberField\": \"Номер на полето\"\n}\n","{\n \"decrease\": \"Snížit {fieldLabel}\",\n \"increase\": \"Zvýšit {fieldLabel}\",\n \"numberField\": \"Číselné pole\"\n}\n","{\n \"decrease\": \"Reducer {fieldLabel}\",\n \"increase\": \"Øg {fieldLabel}\",\n \"numberField\": \"Talfelt\"\n}\n","{\n \"decrease\": \"{fieldLabel} verringern\",\n \"increase\": \"{fieldLabel} erhöhen\",\n \"numberField\": \"Nummernfeld\"\n}\n","{\n \"decrease\": \"Μείωση {fieldLabel}\",\n \"increase\": \"Αύξηση {fieldLabel}\",\n \"numberField\": \"Πεδίο αριθμού\"\n}\n","{\n \"decrease\": \"Decrease {fieldLabel}\",\n \"increase\": \"Increase {fieldLabel}\",\n \"numberField\": \"Number field\"\n}\n","{\n \"decrease\": \"Reducir {fieldLabel}\",\n \"increase\": \"Aumentar {fieldLabel}\",\n \"numberField\": \"Campo de número\"\n}\n","{\n \"decrease\": \"Vähenda {fieldLabel}\",\n \"increase\": \"Suurenda {fieldLabel}\",\n \"numberField\": \"Numbri väli\"\n}\n","{\n \"decrease\": \"Vähennä {fieldLabel}\",\n \"increase\": \"Lisää {fieldLabel}\",\n \"numberField\": \"Numerokenttä\"\n}\n","{\n \"decrease\": \"Diminuer {fieldLabel}\",\n \"increase\": \"Augmenter {fieldLabel}\",\n \"numberField\": \"Champ de nombre\"\n}\n","{\n \"decrease\": \"הקטן {fieldLabel}\",\n \"increase\": \"הגדל {fieldLabel}\",\n \"numberField\": \"שדה מספר\"\n}\n","{\n \"decrease\": \"Smanji {fieldLabel}\",\n \"increase\": \"Povećaj {fieldLabel}\",\n \"numberField\": \"Polje broja\"\n}\n","{\n \"decrease\": \"{fieldLabel} csökkentése\",\n \"increase\": \"{fieldLabel} növelése\",\n \"numberField\": \"Számmező\"\n}\n","{\n \"decrease\": \"Riduci {fieldLabel}\",\n \"increase\": \"Aumenta {fieldLabel}\",\n \"numberField\": \"Campo numero\"\n}\n","{\n \"decrease\": \"{fieldLabel}を縮小\",\n \"increase\": \"{fieldLabel}を拡大\",\n \"numberField\": \"数値フィールド\"\n}\n","{\n \"decrease\": \"{fieldLabel} 감소\",\n \"increase\": \"{fieldLabel} 증가\",\n \"numberField\": \"번호 필드\"\n}\n","{\n \"decrease\": \"Sumažinti {fieldLabel}\",\n \"increase\": \"Padidinti {fieldLabel}\",\n \"numberField\": \"Numerio laukas\"\n}\n","{\n \"decrease\": \"Samazināšana {fieldLabel}\",\n \"increase\": \"Palielināšana {fieldLabel}\",\n \"numberField\": \"Skaitļu lauks\"\n}\n","{\n \"decrease\": \"Reduser {fieldLabel}\",\n \"increase\": \"Øk {fieldLabel}\",\n \"numberField\": \"Tallfelt\"\n}\n","{\n \"decrease\": \"{fieldLabel} verlagen\",\n \"increase\": \"{fieldLabel} verhogen\",\n \"numberField\": \"Getalveld\"\n}\n","{\n \"decrease\": \"Zmniejsz {fieldLabel}\",\n \"increase\": \"Zwiększ {fieldLabel}\",\n \"numberField\": \"Pole numeru\"\n}\n","{\n \"decrease\": \"Diminuir {fieldLabel}\",\n \"increase\": \"Aumentar {fieldLabel}\",\n \"numberField\": \"Campo de número\"\n}\n","{\n \"decrease\": \"Diminuir {fieldLabel}\",\n \"increase\": \"Aumentar {fieldLabel}\",\n \"numberField\": \"Campo numérico\"\n}\n","{\n \"decrease\": \"Scădere {fieldLabel}\",\n \"increase\": \"Creștere {fieldLabel}\",\n \"numberField\": \"Câmp numeric\"\n}\n","{\n \"decrease\": \"Уменьшение {fieldLabel}\",\n \"increase\": \"Увеличение {fieldLabel}\",\n \"numberField\": \"Числовое поле\"\n}\n","{\n \"decrease\": \"Znížiť {fieldLabel}\",\n \"increase\": \"Zvýšiť {fieldLabel}\",\n \"numberField\": \"Číselné pole\"\n}\n","{\n \"decrease\": \"Upadati {fieldLabel}\",\n \"increase\": \"Povečajte {fieldLabel}\",\n \"numberField\": \"Številčno polje\"\n}\n","{\n \"decrease\": \"Decrease {fieldLabel}\",\n \"increase\": \"Increase {fieldLabel}\",\n \"numberField\": \"Number field\"\n}\n","{\n \"decrease\": \"Minska {fieldLabel}\",\n \"increase\": \"Öka {fieldLabel}\",\n \"numberField\": \"Nummerfält\"\n}\n","{\n \"decrease\": \"{fieldLabel} azalt\",\n \"increase\": \"{fieldLabel} arttır\",\n \"numberField\": \"Sayı alanı\"\n}\n","{\n \"decrease\": \"Зменшити {fieldLabel}\",\n \"increase\": \"Збільшити {fieldLabel}\",\n \"numberField\": \"Поле номера\"\n}\n","{\n \"decrease\": \"降低 {fieldLabel}\",\n \"increase\": \"提高 {fieldLabel}\",\n \"numberField\": \"数字字段\"\n}\n","{\n \"decrease\": \"縮小 {fieldLabel}\",\n \"increase\": \"放大 {fieldLabel}\",\n \"numberField\": \"數字欄位\"\n}\n"],"names":[],"version":3,"file":"main.js.map"}
|
|
1
|
+
{"mappings":"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","sources":["packages/@react-aria/numberfield/src/index.ts","packages/@react-aria/numberfield/src/useNumberField.ts","packages/@react-aria/numberfield/src/*.js","packages/@react-aria/numberfield/intl/ar-AE.json","packages/@react-aria/numberfield/intl/bg-BG.json","packages/@react-aria/numberfield/intl/cs-CZ.json","packages/@react-aria/numberfield/intl/da-DK.json","packages/@react-aria/numberfield/intl/de-DE.json","packages/@react-aria/numberfield/intl/el-GR.json","packages/@react-aria/numberfield/intl/en-US.json","packages/@react-aria/numberfield/intl/es-ES.json","packages/@react-aria/numberfield/intl/et-EE.json","packages/@react-aria/numberfield/intl/fi-FI.json","packages/@react-aria/numberfield/intl/fr-FR.json","packages/@react-aria/numberfield/intl/he-IL.json","packages/@react-aria/numberfield/intl/hr-HR.json","packages/@react-aria/numberfield/intl/hu-HU.json","packages/@react-aria/numberfield/intl/it-IT.json","packages/@react-aria/numberfield/intl/ja-JP.json","packages/@react-aria/numberfield/intl/ko-KR.json","packages/@react-aria/numberfield/intl/lt-LT.json","packages/@react-aria/numberfield/intl/lv-LV.json","packages/@react-aria/numberfield/intl/nb-NO.json","packages/@react-aria/numberfield/intl/nl-NL.json","packages/@react-aria/numberfield/intl/pl-PL.json","packages/@react-aria/numberfield/intl/pt-BR.json","packages/@react-aria/numberfield/intl/pt-PT.json","packages/@react-aria/numberfield/intl/ro-RO.json","packages/@react-aria/numberfield/intl/ru-RU.json","packages/@react-aria/numberfield/intl/sk-SK.json","packages/@react-aria/numberfield/intl/sl-SI.json","packages/@react-aria/numberfield/intl/sr-SP.json","packages/@react-aria/numberfield/intl/sv-SE.json","packages/@react-aria/numberfield/intl/tr-TR.json","packages/@react-aria/numberfield/intl/uk-UA.json","packages/@react-aria/numberfield/intl/zh-CN.json","packages/@react-aria/numberfield/intl/zh-TW.json"],"sourcesContent":["/*\n * Copyright 2020 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\nexport {useNumberField} from './useNumberField';\nexport type {AriaNumberFieldProps} from '@react-types/numberfield';\nexport type {NumberFieldAria} from './useNumberField';\n","/*\n * Copyright 2020 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n\nimport {AriaButtonProps} from '@react-types/button';\nimport {AriaNumberFieldProps} from '@react-types/numberfield';\nimport {chain, filterDOMProps, isAndroid, isIOS, isIPhone, mergeProps, useFormReset, useId} from '@react-aria/utils';\nimport {DOMAttributes, GroupDOMAttributes, TextInputDOMProps, ValidationResult} from '@react-types/shared';\nimport {\n InputHTMLAttributes,\n LabelHTMLAttributes,\n RefObject,\n useCallback,\n useMemo,\n useState\n} from 'react';\n// @ts-ignore\nimport intlMessages from '../intl/*.json';\nimport {NumberFieldState} from '@react-stately/numberfield';\nimport {privateValidationStateProp} from '@react-stately/form';\nimport {useFocus, useFocusWithin, useScrollWheel} from '@react-aria/interactions';\nimport {useFormattedTextField} from '@react-aria/textfield';\nimport {\n useLocalizedStringFormatter,\n useNumberFormatter\n} from '@react-aria/i18n';\nimport {useSpinButton} from '@react-aria/spinbutton';\n\nexport interface NumberFieldAria extends ValidationResult {\n /** Props for the label element. */\n labelProps: LabelHTMLAttributes<HTMLLabelElement>,\n /** Props for the group wrapper around the input and stepper buttons. */\n groupProps: GroupDOMAttributes,\n /** Props for the input element. */\n inputProps: InputHTMLAttributes<HTMLInputElement>,\n /** Props for the increment button, to be passed to [useButton](useButton.html). */\n incrementButtonProps: AriaButtonProps,\n /** Props for the decrement button, to be passed to [useButton](useButton.html). */\n decrementButtonProps: AriaButtonProps,\n /** Props for the number field's description element, if any. */\n descriptionProps: DOMAttributes,\n /** Props for the number field's error message element, if any. */\n errorMessageProps: DOMAttributes\n}\n\n/**\n * Provides the behavior and accessibility implementation for a number field component.\n * Number fields allow users to enter a number, and increment or decrement the value using stepper buttons.\n */\nexport function useNumberField(props: AriaNumberFieldProps, state: NumberFieldState, inputRef: RefObject<HTMLInputElement>): NumberFieldAria {\n let {\n id,\n decrementAriaLabel,\n incrementAriaLabel,\n isDisabled,\n isReadOnly,\n isRequired,\n minValue,\n maxValue,\n autoFocus,\n label,\n formatOptions,\n onBlur = () => {},\n onFocus,\n onFocusChange,\n onKeyDown,\n onKeyUp,\n description,\n errorMessage,\n ...otherProps\n } = props;\n\n let {\n increment,\n incrementToMax,\n decrement,\n decrementToMin,\n numberValue,\n inputValue,\n commit,\n commitValidation\n } = state;\n\n const stringFormatter = useLocalizedStringFormatter(intlMessages);\n\n let inputId = useId(id);\n let {focusProps} = useFocus({\n onBlur() {\n // Set input value to normalized valid value\n commit();\n }\n });\n\n let numberFormatter = useNumberFormatter(formatOptions);\n let intlOptions = useMemo(() => numberFormatter.resolvedOptions(), [numberFormatter]);\n\n // Replace negative textValue formatted using currencySign: 'accounting'\n // with a textValue that can be announced using a minus sign.\n let textValueFormatter = useNumberFormatter({...formatOptions, currencySign: undefined});\n let textValue = useMemo(() => isNaN(numberValue) ? '' : textValueFormatter.format(numberValue), [textValueFormatter, numberValue]);\n\n let {\n spinButtonProps,\n incrementButtonProps: incButtonProps,\n decrementButtonProps: decButtonProps\n } = useSpinButton(\n {\n isDisabled,\n isReadOnly,\n isRequired,\n maxValue,\n minValue,\n onIncrement: increment,\n onIncrementToMax: incrementToMax,\n onDecrement: decrement,\n onDecrementToMin: decrementToMin,\n value: numberValue,\n textValue\n }\n );\n\n let [focusWithin, setFocusWithin] = useState(false);\n let {focusWithinProps} = useFocusWithin({isDisabled, onFocusWithinChange: setFocusWithin});\n\n let onWheel = useCallback((e) => {\n // if on a trackpad, users can scroll in both X and Y at once, check the magnitude of the change\n // if it's mostly in the X direction, then just return, the user probably doesn't mean to inc/dec\n // this isn't perfect, events come in fast with small deltas and a part of the scroll may give a false indication\n // especially if the user is scrolling near 45deg\n if (Math.abs(e.deltaY) <= Math.abs(e.deltaX)) {\n return;\n }\n if (e.deltaY > 0) {\n increment();\n } else if (e.deltaY < 0) {\n decrement();\n }\n }, [decrement, increment]);\n // If the input isn't supposed to receive input, disable scrolling.\n let scrollingDisabled = isDisabled || isReadOnly || !focusWithin;\n useScrollWheel({onScroll: onWheel, isDisabled: scrollingDisabled}, inputRef);\n\n // The inputMode attribute influences the software keyboard that is shown on touch devices.\n // Browsers and operating systems are quite inconsistent about what keys are available, however.\n // We choose between numeric and decimal based on whether we allow negative and fractional numbers,\n // and based on testing on various devices to determine what keys are available in each inputMode.\n let hasDecimals = intlOptions.maximumFractionDigits > 0;\n let hasNegative = isNaN(state.minValue) || state.minValue < 0;\n let inputMode: TextInputDOMProps['inputMode'] = 'numeric';\n if (isIPhone()) {\n // iPhone doesn't have a minus sign in either numeric or decimal.\n // Note this is only for iPhone, not iPad, which always has both\n // minus and decimal in numeric.\n if (hasNegative) {\n inputMode = 'text';\n } else if (hasDecimals) {\n inputMode = 'decimal';\n }\n } else if (isAndroid()) {\n // Android numeric has both a decimal point and minus key.\n // decimal does not have a minus key.\n if (hasNegative) {\n inputMode = 'numeric';\n } else if (hasDecimals) {\n inputMode = 'decimal';\n }\n }\n\n let onChange = value => {\n if (state.validate(value)) {\n state.setInputValue(value);\n }\n };\n\n let domProps = filterDOMProps(props);\n let onKeyDownEnter = useCallback((e) => {\n if (e.key === 'Enter') {\n commit();\n commitValidation();\n } else {\n e.continuePropagation();\n }\n }, [commit, commitValidation]);\n\n let {isInvalid, validationErrors, validationDetails} = state.displayValidation;\n let {labelProps, inputProps: textFieldProps, descriptionProps, errorMessageProps} = useFormattedTextField({\n ...otherProps,\n ...domProps,\n name: undefined,\n label,\n autoFocus,\n isDisabled,\n isReadOnly,\n isRequired,\n validate: undefined,\n [privateValidationStateProp]: state,\n value: inputValue,\n defaultValue: undefined, // defaultValue already used to populate state.inputValue, unneeded here\n autoComplete: 'off',\n 'aria-label': props['aria-label'] || null,\n 'aria-labelledby': props['aria-labelledby'] || null,\n id: inputId,\n type: 'text', // Can't use type=\"number\" because then we can't have things like $ in the field.\n inputMode,\n onChange,\n onBlur,\n onFocus,\n onFocusChange,\n onKeyDown: useMemo(() => chain(onKeyDownEnter, onKeyDown), [onKeyDownEnter, onKeyDown]),\n onKeyUp,\n description,\n errorMessage\n }, state, inputRef);\n\n useFormReset(inputRef, state.numberValue, state.setNumberValue);\n\n let inputProps = mergeProps(\n spinButtonProps,\n focusProps,\n textFieldProps,\n {\n // override the spinbutton role, we can't focus a spin button with VO\n role: null,\n // ignore aria-roledescription on iOS so that required state will announce when it is present\n 'aria-roledescription': (!isIOS() ? stringFormatter.format('numberField') : null),\n 'aria-valuemax': null,\n 'aria-valuemin': null,\n 'aria-valuenow': null,\n 'aria-valuetext': null,\n autoCorrect: 'off',\n spellCheck: 'false'\n }\n );\n\n if (props.validationBehavior === 'native') {\n inputProps['aria-required'] = undefined;\n }\n\n let onButtonPressStart = (e) => {\n // If focus is already on the input, keep it there so we don't hide the\n // software keyboard when tapping the increment/decrement buttons.\n if (document.activeElement === inputRef.current) {\n return;\n }\n\n // Otherwise, when using a mouse, move focus to the input.\n // On touch, or with a screen reader, focus the button so that the software\n // keyboard does not appear and the screen reader cursor is not moved off the button.\n if (e.pointerType === 'mouse') {\n inputRef.current.focus();\n } else {\n e.target.focus();\n }\n };\n\n // Determine the label for the increment and decrement buttons. There are 4 cases:\n //\n // 1. With a visible label that is a string: aria-label: `Increase ${props.label}`\n // 2. With a visible label that is JSX: aria-label: 'Increase', aria-labelledby: '${incrementId} ${labelId}'\n // 3. With an aria-label: aria-label: `Increase ${props['aria-label']}`\n // 4. With an aria-labelledby: aria-label: 'Increase', aria-labelledby: `${incrementId} ${props['aria-labelledby']}`\n //\n // (1) and (2) could possibly be combined and both use aria-labelledby. However, placing the label in\n // the aria-label string rather than using aria-labelledby gives more flexibility to translators to change\n // the order or add additional words around the label if needed.\n let fieldLabel = props['aria-label'] || (typeof props.label === 'string' ? props.label : '');\n let ariaLabelledby: string;\n if (!fieldLabel) {\n ariaLabelledby = props.label != null ? labelProps.id : props['aria-labelledby'];\n }\n\n let incrementId = useId();\n let decrementId = useId();\n\n let incrementButtonProps: AriaButtonProps = mergeProps(incButtonProps, {\n 'aria-label': incrementAriaLabel || stringFormatter.format('increase', {fieldLabel}).trim(),\n id: ariaLabelledby && !incrementAriaLabel ? incrementId : null,\n 'aria-labelledby': ariaLabelledby && !incrementAriaLabel ? `${incrementId} ${ariaLabelledby}` : null,\n 'aria-controls': inputId,\n excludeFromTabOrder: true,\n preventFocusOnPress: true,\n allowFocusWhenDisabled: true,\n isDisabled: !state.canIncrement,\n onPressStart: onButtonPressStart\n });\n\n let decrementButtonProps: AriaButtonProps = mergeProps(decButtonProps, {\n 'aria-label': decrementAriaLabel || stringFormatter.format('decrease', {fieldLabel}).trim(),\n id: ariaLabelledby && !decrementAriaLabel ? decrementId : null,\n 'aria-labelledby': ariaLabelledby && !decrementAriaLabel ? `${decrementId} ${ariaLabelledby}` : null,\n 'aria-controls': inputId,\n excludeFromTabOrder: true,\n preventFocusOnPress: true,\n allowFocusWhenDisabled: true,\n isDisabled: !state.canDecrement,\n onPressStart: onButtonPressStart\n });\n\n return {\n groupProps: {\n ...focusWithinProps,\n role: 'group',\n 'aria-disabled': isDisabled,\n 'aria-invalid': isInvalid ? 'true' : undefined\n },\n labelProps,\n inputProps,\n incrementButtonProps,\n decrementButtonProps,\n errorMessageProps,\n descriptionProps,\n isInvalid,\n validationErrors,\n validationDetails\n };\n}\n","const _temp0 = require(\"../intl/ar-AE.json\");\nconst _temp1 = require(\"../intl/bg-BG.json\");\nconst _temp2 = require(\"../intl/cs-CZ.json\");\nconst _temp3 = require(\"../intl/da-DK.json\");\nconst _temp4 = require(\"../intl/de-DE.json\");\nconst _temp5 = require(\"../intl/el-GR.json\");\nconst _temp6 = require(\"../intl/en-US.json\");\nconst _temp7 = require(\"../intl/es-ES.json\");\nconst _temp8 = require(\"../intl/et-EE.json\");\nconst _temp9 = require(\"../intl/fi-FI.json\");\nconst _temp10 = require(\"../intl/fr-FR.json\");\nconst _temp11 = require(\"../intl/he-IL.json\");\nconst _temp12 = require(\"../intl/hr-HR.json\");\nconst _temp13 = require(\"../intl/hu-HU.json\");\nconst _temp14 = require(\"../intl/it-IT.json\");\nconst _temp15 = require(\"../intl/ja-JP.json\");\nconst _temp16 = require(\"../intl/ko-KR.json\");\nconst _temp17 = require(\"../intl/lt-LT.json\");\nconst _temp18 = require(\"../intl/lv-LV.json\");\nconst _temp19 = require(\"../intl/nb-NO.json\");\nconst _temp20 = require(\"../intl/nl-NL.json\");\nconst _temp21 = require(\"../intl/pl-PL.json\");\nconst _temp22 = require(\"../intl/pt-BR.json\");\nconst _temp23 = require(\"../intl/pt-PT.json\");\nconst _temp24 = require(\"../intl/ro-RO.json\");\nconst _temp25 = require(\"../intl/ru-RU.json\");\nconst _temp26 = require(\"../intl/sk-SK.json\");\nconst _temp27 = require(\"../intl/sl-SI.json\");\nconst _temp28 = require(\"../intl/sr-SP.json\");\nconst _temp29 = require(\"../intl/sv-SE.json\");\nconst _temp30 = require(\"../intl/tr-TR.json\");\nconst _temp31 = require(\"../intl/uk-UA.json\");\nconst _temp32 = require(\"../intl/zh-CN.json\");\nconst _temp33 = require(\"../intl/zh-TW.json\");\nmodule.exports = {\n \"ar-AE\": _temp0,\n \"bg-BG\": _temp1,\n \"cs-CZ\": _temp2,\n \"da-DK\": _temp3,\n \"de-DE\": _temp4,\n \"el-GR\": _temp5,\n \"en-US\": _temp6,\n \"es-ES\": _temp7,\n \"et-EE\": _temp8,\n \"fi-FI\": _temp9,\n \"fr-FR\": _temp10,\n \"he-IL\": _temp11,\n \"hr-HR\": _temp12,\n \"hu-HU\": _temp13,\n \"it-IT\": _temp14,\n \"ja-JP\": _temp15,\n \"ko-KR\": _temp16,\n \"lt-LT\": _temp17,\n \"lv-LV\": _temp18,\n \"nb-NO\": _temp19,\n \"nl-NL\": _temp20,\n \"pl-PL\": _temp21,\n \"pt-BR\": _temp22,\n \"pt-PT\": _temp23,\n \"ro-RO\": _temp24,\n \"ru-RU\": _temp25,\n \"sk-SK\": _temp26,\n \"sl-SI\": _temp27,\n \"sr-SP\": _temp28,\n \"sv-SE\": _temp29,\n \"tr-TR\": _temp30,\n \"uk-UA\": _temp31,\n \"zh-CN\": _temp32,\n \"zh-TW\": _temp33\n}","{\n \"decrease\": \"خفض {fieldLabel}\",\n \"increase\": \"زيادة {fieldLabel}\",\n \"numberField\": \"حقل رقمي\"\n}\n","{\n \"decrease\": \"Намаляване {fieldLabel}\",\n \"increase\": \"Усилване {fieldLabel}\",\n \"numberField\": \"Номер на полето\"\n}\n","{\n \"decrease\": \"Snížit {fieldLabel}\",\n \"increase\": \"Zvýšit {fieldLabel}\",\n \"numberField\": \"Číselné pole\"\n}\n","{\n \"decrease\": \"Reducer {fieldLabel}\",\n \"increase\": \"Øg {fieldLabel}\",\n \"numberField\": \"Talfelt\"\n}\n","{\n \"decrease\": \"{fieldLabel} verringern\",\n \"increase\": \"{fieldLabel} erhöhen\",\n \"numberField\": \"Nummernfeld\"\n}\n","{\n \"decrease\": \"Μείωση {fieldLabel}\",\n \"increase\": \"Αύξηση {fieldLabel}\",\n \"numberField\": \"Πεδίο αριθμού\"\n}\n","{\n \"decrease\": \"Decrease {fieldLabel}\",\n \"increase\": \"Increase {fieldLabel}\",\n \"numberField\": \"Number field\"\n}\n","{\n \"decrease\": \"Reducir {fieldLabel}\",\n \"increase\": \"Aumentar {fieldLabel}\",\n \"numberField\": \"Campo de número\"\n}\n","{\n \"decrease\": \"Vähenda {fieldLabel}\",\n \"increase\": \"Suurenda {fieldLabel}\",\n \"numberField\": \"Numbri väli\"\n}\n","{\n \"decrease\": \"Vähennä {fieldLabel}\",\n \"increase\": \"Lisää {fieldLabel}\",\n \"numberField\": \"Numerokenttä\"\n}\n","{\n \"decrease\": \"Diminuer {fieldLabel}\",\n \"increase\": \"Augmenter {fieldLabel}\",\n \"numberField\": \"Champ de nombre\"\n}\n","{\n \"decrease\": \"הקטן {fieldLabel}\",\n \"increase\": \"הגדל {fieldLabel}\",\n \"numberField\": \"שדה מספר\"\n}\n","{\n \"decrease\": \"Smanji {fieldLabel}\",\n \"increase\": \"Povećaj {fieldLabel}\",\n \"numberField\": \"Polje broja\"\n}\n","{\n \"decrease\": \"{fieldLabel} csökkentése\",\n \"increase\": \"{fieldLabel} növelése\",\n \"numberField\": \"Számmező\"\n}\n","{\n \"decrease\": \"Riduci {fieldLabel}\",\n \"increase\": \"Aumenta {fieldLabel}\",\n \"numberField\": \"Campo numero\"\n}\n","{\n \"decrease\": \"{fieldLabel}を縮小\",\n \"increase\": \"{fieldLabel}を拡大\",\n \"numberField\": \"数値フィールド\"\n}\n","{\n \"decrease\": \"{fieldLabel} 감소\",\n \"increase\": \"{fieldLabel} 증가\",\n \"numberField\": \"번호 필드\"\n}\n","{\n \"decrease\": \"Sumažinti {fieldLabel}\",\n \"increase\": \"Padidinti {fieldLabel}\",\n \"numberField\": \"Numerio laukas\"\n}\n","{\n \"decrease\": \"Samazināšana {fieldLabel}\",\n \"increase\": \"Palielināšana {fieldLabel}\",\n \"numberField\": \"Skaitļu lauks\"\n}\n","{\n \"decrease\": \"Reduser {fieldLabel}\",\n \"increase\": \"Øk {fieldLabel}\",\n \"numberField\": \"Tallfelt\"\n}\n","{\n \"decrease\": \"{fieldLabel} verlagen\",\n \"increase\": \"{fieldLabel} verhogen\",\n \"numberField\": \"Getalveld\"\n}\n","{\n \"decrease\": \"Zmniejsz {fieldLabel}\",\n \"increase\": \"Zwiększ {fieldLabel}\",\n \"numberField\": \"Pole numeru\"\n}\n","{\n \"decrease\": \"Diminuir {fieldLabel}\",\n \"increase\": \"Aumentar {fieldLabel}\",\n \"numberField\": \"Campo de número\"\n}\n","{\n \"decrease\": \"Diminuir {fieldLabel}\",\n \"increase\": \"Aumentar {fieldLabel}\",\n \"numberField\": \"Campo numérico\"\n}\n","{\n \"decrease\": \"Scădere {fieldLabel}\",\n \"increase\": \"Creștere {fieldLabel}\",\n \"numberField\": \"Câmp numeric\"\n}\n","{\n \"decrease\": \"Уменьшение {fieldLabel}\",\n \"increase\": \"Увеличение {fieldLabel}\",\n \"numberField\": \"Числовое поле\"\n}\n","{\n \"decrease\": \"Znížiť {fieldLabel}\",\n \"increase\": \"Zvýšiť {fieldLabel}\",\n \"numberField\": \"Číselné pole\"\n}\n","{\n \"decrease\": \"Upadati {fieldLabel}\",\n \"increase\": \"Povečajte {fieldLabel}\",\n \"numberField\": \"Številčno polje\"\n}\n","{\n \"decrease\": \"Smanji {fieldLabel}\",\n \"increase\": \"Povećaj {fieldLabel}\",\n \"numberField\": \"Polje broja\"\n}\n","{\n \"decrease\": \"Minska {fieldLabel}\",\n \"increase\": \"Öka {fieldLabel}\",\n \"numberField\": \"Nummerfält\"\n}\n","{\n \"decrease\": \"{fieldLabel} azalt\",\n \"increase\": \"{fieldLabel} arttır\",\n \"numberField\": \"Sayı alanı\"\n}\n","{\n \"decrease\": \"Зменшити {fieldLabel}\",\n \"increase\": \"Збільшити {fieldLabel}\",\n \"numberField\": \"Поле номера\"\n}\n","{\n \"decrease\": \"降低 {fieldLabel}\",\n \"increase\": \"提高 {fieldLabel}\",\n \"numberField\": \"数字字段\"\n}\n","{\n \"decrease\": \"縮小 {fieldLabel}\",\n \"increase\": \"放大 {fieldLabel}\",\n \"numberField\": \"數字欄位\"\n}\n"],"names":[],"version":3,"file":"main.js.map"}
|