@shisyamo4131/air-guard-v2-schemas 2.4.2-dev.90 → 2.4.2-dev.91
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/package.json
CHANGED
|
@@ -72,7 +72,7 @@ export const oneLineFields = {
|
|
|
72
72
|
component: {
|
|
73
73
|
name: generalDefinitions.oneLine.component.name,
|
|
74
74
|
attrs: {
|
|
75
|
-
inputType: "katakana",
|
|
75
|
+
inputType: "katakana-numeric",
|
|
76
76
|
},
|
|
77
77
|
},
|
|
78
78
|
},
|
|
@@ -223,7 +223,7 @@ export const oneLineFields = {
|
|
|
223
223
|
component: {
|
|
224
224
|
name: generalDefinitions.oneLine.component.name,
|
|
225
225
|
attrs: {
|
|
226
|
-
inputType: "katakana",
|
|
226
|
+
inputType: "katakana-numeric",
|
|
227
227
|
},
|
|
228
228
|
},
|
|
229
229
|
},
|
|
@@ -271,7 +271,7 @@ export const oneLineFields = {
|
|
|
271
271
|
component: {
|
|
272
272
|
name: generalDefinitions.oneLine.component.name,
|
|
273
273
|
attrs: {
|
|
274
|
-
inputType: "katakana",
|
|
274
|
+
inputType: "katakana-numeric",
|
|
275
275
|
},
|
|
276
276
|
},
|
|
277
277
|
},
|
|
@@ -313,7 +313,7 @@ export const oneLineFields = {
|
|
|
313
313
|
component: {
|
|
314
314
|
name: generalDefinitions.oneLine.component.name,
|
|
315
315
|
attrs: {
|
|
316
|
-
inputType: "katakana",
|
|
316
|
+
inputType: "katakana-numeric",
|
|
317
317
|
},
|
|
318
318
|
},
|
|
319
319
|
},
|