@magic-xpa/utils 4.801.0-dev481.311 → 4.801.0-dev481.312
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/esm2020/src/StrUtil.mjs +1 -3
- package/esm2020/src/UtilDateJpn.mjs +1 -8
- package/esm2020/src/UtilImeJpn.mjs +1 -42
- package/fesm2015/magic-xpa-utils.mjs +0 -50
- package/fesm2015/magic-xpa-utils.mjs.map +1 -1
- package/fesm2020/magic-xpa-utils.mjs +0 -50
- package/fesm2020/magic-xpa-utils.mjs.map +1 -1
- package/package.json +2 -2
- package/src/UtilImeJpn.d.ts +0 -8
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@magic-xpa/utils",
|
|
3
|
-
"version": "4.801.0-dev481.
|
|
3
|
+
"version": "4.801.0-dev481.312",
|
|
4
4
|
"description": "magic utils package",
|
|
5
5
|
"license": "SEE LICENSE IN EULA.pdf",
|
|
6
6
|
"dependencies": {
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"tslib": "^2.3.0"
|
|
9
9
|
},
|
|
10
10
|
"peerDependencies": {
|
|
11
|
-
"@magic-xpa/mscorelib": "4.801.0-dev481.
|
|
11
|
+
"@magic-xpa/mscorelib": "4.801.0-dev481.312"
|
|
12
12
|
},
|
|
13
13
|
"module": "fesm2015/magic-xpa-utils.mjs",
|
|
14
14
|
"es2020": "fesm2020/magic-xpa-utils.mjs",
|
package/src/UtilImeJpn.d.ts
CHANGED
|
@@ -1,17 +1,9 @@
|
|
|
1
1
|
export declare class UtilImeJpn {
|
|
2
|
-
private static IME_CMODE_ALPHANUMERIC;
|
|
3
|
-
private static IME_CMODE_NATIVE;
|
|
4
|
-
private static IME_CMODE_KATAKANA;
|
|
5
|
-
private static IME_CMODE_FULLSHAPE;
|
|
6
|
-
private static IME_CMODE_ROMAN;
|
|
7
|
-
private static IME_CMODE_NOCONVERSION;
|
|
8
|
-
private static IME_NOT_INITIALIZED;
|
|
9
2
|
static IME_ZEN_HIRAGANA_ROMAN: number;
|
|
10
3
|
static IME_FORCE_OFF: number;
|
|
11
4
|
static IME_DISABLE: number;
|
|
12
5
|
ImeAutoOff: boolean;
|
|
13
6
|
StrImeRead: string;
|
|
14
7
|
isValid(imeMode: number): boolean;
|
|
15
|
-
private static imeMode2imeConvMode;
|
|
16
8
|
constructor();
|
|
17
9
|
}
|