@operato/input 9.0.14 → 9.0.18
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/CHANGELOG.md +18 -0
- package/dist/src/index.d.ts +1 -0
- package/dist/src/index.js +1 -0
- package/dist/src/index.js.map +1 -1
- package/dist/src/ox-input-secret.d.ts +16 -0
- package/dist/src/ox-input-secret.js +174 -0
- package/dist/src/ox-input-secret.js.map +1 -0
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +6 -2
- package/translations/en.json +5 -1
- package/translations/ja.json +5 -1
- package/translations/ko.json +5 -1
- package/translations/ms.json +5 -1
- package/translations/zh.json +5 -1
package/package.json
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
"name": "@operato/input",
|
3
3
|
"description": "Webcomponents for input following open-wc recommendations",
|
4
4
|
"author": "heartyoh@hatiolab.com",
|
5
|
-
"version": "9.0.
|
5
|
+
"version": "9.0.18",
|
6
6
|
"type": "module",
|
7
7
|
"main": "dist/src/index.js",
|
8
8
|
"module": "dist/src/index.js",
|
@@ -41,6 +41,7 @@
|
|
41
41
|
"./ox-input-range.js": "./dist/src/ox-input-range.js",
|
42
42
|
"./ox-input-key-values.js": "./dist/src/ox-input-key-values.js",
|
43
43
|
"./ox-select.js": "./dist/src/ox-select.js",
|
44
|
+
"./ox-input-secret.js": "./dist/src/ox-input-secret.js",
|
44
45
|
"./ox-input-file.js": "./dist/src/ox-input-file.js",
|
45
46
|
"./ox-input-switch.js": "./dist/src/ox-input-switch.js",
|
46
47
|
"./ox-input-image.js": "./dist/src/ox-input-image.js",
|
@@ -131,6 +132,9 @@
|
|
131
132
|
"./ox-select.js": [
|
132
133
|
"./dist/src/ox-select.d.ts"
|
133
134
|
],
|
135
|
+
"./ox-input-secret.js": [
|
136
|
+
"./dist/src/ox-input-secret.d.ts"
|
137
|
+
],
|
134
138
|
"./ox-input-file.js": [
|
135
139
|
"./dist/src/ox-input-file.d.ts"
|
136
140
|
],
|
@@ -277,5 +281,5 @@
|
|
277
281
|
"prettier --write"
|
278
282
|
]
|
279
283
|
},
|
280
|
-
"gitHead": "
|
284
|
+
"gitHead": "dcdec0a9b69f91147af870a080c70af3dba8d63e"
|
281
285
|
}
|
package/translations/en.json
CHANGED
@@ -49,5 +49,9 @@
|
|
49
49
|
"text.step values": "step values",
|
50
50
|
"text.the first day of every month": "the first day of every month",
|
51
51
|
"text.the first day of every year": "the first day of every year",
|
52
|
-
"text.value list separator": "value list separator"
|
52
|
+
"text.value list separator": "value list separator",
|
53
|
+
"text.input-secret-placeholder": "enter secret information",
|
54
|
+
"text.input-secret-show": "show",
|
55
|
+
"text.input-secret-hide": "hide",
|
56
|
+
"text.input-secret-toggle": "show/hide"
|
53
57
|
}
|
package/translations/ja.json
CHANGED
@@ -47,5 +47,9 @@
|
|
47
47
|
"text.step values": "ステップ値",
|
48
48
|
"text.the first day of every month": "毎月1日",
|
49
49
|
"text.the first day of every year": "毎年1月1日",
|
50
|
-
"text.value list separator": "値リスト区切り"
|
50
|
+
"text.value list separator": "値リスト区切り",
|
51
|
+
"text.input-secret-placeholder": "機密情報を入力",
|
52
|
+
"text.input-secret-show": "表示",
|
53
|
+
"text.input-secret-hide": "非表示",
|
54
|
+
"text.input-secret-toggle": "表示/非表示"
|
51
55
|
}
|
package/translations/ko.json
CHANGED
@@ -47,5 +47,9 @@
|
|
47
47
|
"text.step values": "단계 값",
|
48
48
|
"text.the first day of every month": "매월 1일마다",
|
49
49
|
"text.the first day of every year": "매년 1월 1일마다",
|
50
|
-
"text.value list separator": "값 구분자"
|
50
|
+
"text.value list separator": "값 구분자",
|
51
|
+
"text.input-secret-placeholder": "보안 정보 입력",
|
52
|
+
"text.input-secret-show": "보기",
|
53
|
+
"text.input-secret-hide": "숨기기",
|
54
|
+
"text.input-secret-toggle": "보기/숨기기"
|
51
55
|
}
|
package/translations/ms.json
CHANGED
@@ -47,5 +47,9 @@
|
|
47
47
|
"text.step values": "nilai langkah",
|
48
48
|
"text.the first day of every month": "hari pertama setiap bulan",
|
49
49
|
"text.the first day of every year": "hari pertama setiap tahun",
|
50
|
-
"text.value list separator": "pemisah senarai nilai"
|
50
|
+
"text.value list separator": "pemisah senarai nilai",
|
51
|
+
"text.input-secret-placeholder": "Masukkan maklumat rahsia",
|
52
|
+
"text.input-secret-show": "Tunjuk",
|
53
|
+
"text.input-secret-hide": "Sembunyi",
|
54
|
+
"text.input-secret-toggle": "Tunjuk/Sembunyi"
|
51
55
|
}
|
package/translations/zh.json
CHANGED
@@ -47,5 +47,9 @@
|
|
47
47
|
"text.step values": "步进值",
|
48
48
|
"text.the first day of every month": "每月第一天",
|
49
49
|
"text.the first day of every year": "每年1月1日",
|
50
|
-
"text.value list separator": "值列表分隔符"
|
50
|
+
"text.value list separator": "值列表分隔符",
|
51
|
+
"text.input-secret-placeholder": "输入机密信息",
|
52
|
+
"text.input-secret-show": "显示",
|
53
|
+
"text.input-secret-hide": "隐藏",
|
54
|
+
"text.input-secret-toggle": "显示/隐藏"
|
51
55
|
}
|