@libs-ui/components-inputs-password 0.2.357-8 → 0.2.357-9
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/README.md +0 -8
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -412,11 +412,3 @@ export class ParentComponent {
|
|
|
412
412
|
⚠️ **Generate password dựa trên config**: Chức năng tự sinh mật khẩu chỉ hoạt động đúng khi label config có nút "Generate" (`outClickButtonLabel`) được kích hoạt từ `LibsUiComponentsInputsValidComponent`. Mật khẩu sinh ra sẽ tự điền vào `item[fieldNameBind]`.
|
|
413
413
|
|
|
414
414
|
⚠️ **Ký tự đặc biệt được hỗ trợ**: Bộ ký tự đặc biệt mặc định gồm: `~\`!@#$%^&*()_=+}{";:.,?|/<>-`. Không hỗ trợ tùy chỉnh bộ ký tự này.
|
|
415
|
-
|
|
416
|
-
## Demo
|
|
417
|
-
|
|
418
|
-
```bash
|
|
419
|
-
npx nx serve core-ui
|
|
420
|
-
```
|
|
421
|
-
|
|
422
|
-
Truy cập: http://localhost:4500/components/inputs/password
|
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@libs-ui/components-inputs-password",
|
|
3
|
-
"version": "0.2.357-
|
|
3
|
+
"version": "0.2.357-9",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"@angular/core": ">=18.0.0",
|
|
6
|
-
"@libs-ui/components-inputs-valid": "0.2.357-
|
|
7
|
-
"@libs-ui/components-label": "0.2.357-
|
|
8
|
-
"@libs-ui/utils": "0.2.357-
|
|
6
|
+
"@libs-ui/components-inputs-valid": "0.2.357-9",
|
|
7
|
+
"@libs-ui/components-label": "0.2.357-9",
|
|
8
|
+
"@libs-ui/utils": "0.2.357-9",
|
|
9
9
|
"@ngx-translate/core": "^15.0.0",
|
|
10
|
-
"@libs-ui/components-inputs-input": "0.2.357-
|
|
10
|
+
"@libs-ui/components-inputs-input": "0.2.357-9"
|
|
11
11
|
},
|
|
12
12
|
"sideEffects": false,
|
|
13
13
|
"module": "fesm2022/libs-ui-components-inputs-password.mjs",
|