@libs-ui/components-inputs-multi-language 0.2.357-0 → 0.2.357-2

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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +10 -10
package/README.md CHANGED
@@ -284,7 +284,7 @@ export class DetailViewComponent {
284
284
  | Input | Type | Default | Mô tả | Ví dụ |
285
285
  |---|---|---|---|---|
286
286
  | `acceptNegativeValue` | `boolean` | `undefined` | Cho phép nhập giá trị số âm | `[acceptNegativeValue]="true"` |
287
- | `classIconAddLanguage` | `string` | `'libs-ui-icon-add'` | Class icon cho nút thêm ngôn ngữ | `[classIconAddLanguage]="'libs-ui-icon-plus'"` |
287
+ | `classIconAddLanguage` | `string` | `'libs-ui-icon-add'` | Class icon cho nút thêm ngôn ngữ | `[classIconAddLanguage]="'libs-ui-icon-add'"` |
288
288
  | `classIncludeKey` | `string` | `'libs-ui-font-h4r'` | Class CSS cho phần hiển thị nhãn key (ngôn ngữ) | `[classIncludeKey]="'libs-ui-font-h5r'"` |
289
289
  | `classIncludeValue` | `string` | `'libs-ui-font-h4s'` | Class CSS cho phần hiển thị giá trị | `[classIncludeValue]="'libs-ui-font-h5s'"` |
290
290
  | `countCharacters` | `boolean` | `undefined` | Hiển thị bộ đếm ký tự bên dưới input | `[countCharacters]="true"` |
@@ -341,7 +341,7 @@ const data = this.fieldRef()?.FunctionsControl.getData(); // IDataMultiLanguage
341
341
  | Input | Type | Default | Mô tả | Ví dụ |
342
342
  |---|---|---|---|---|
343
343
  | `acceptNegativeValue` | `boolean` | `undefined` | Cho phép số âm trong input số | `[acceptNegativeValue]="true"` |
344
- | `classIconAddLanguage` | `string` | `'libs-ui-icon-add'` | Class icon cho nút thêm ngôn ngữ trong các component con | `[classIconAddLanguage]="'libs-ui-icon-plus'"` |
344
+ | `classIconAddLanguage` | `string` | `'libs-ui-icon-add'` | Class icon cho nút thêm ngôn ngữ trong các component con | `[classIconAddLanguage]="'libs-ui-icon-add'"` |
345
345
  | `configItems` | `Array<IDataItem>` | `[]` | Cấu hình các cột; phần tử đầu tiên chứa `header` cho dòng tiêu đề | `[configItems]="bannerConfig"` |
346
346
  | `dataMultiLanguage` | `Array<IDataMultiLanguage>` | `[{}]` | **(model)** Danh sách các khối dữ liệu | `[(dataMultiLanguage)]="bannerRows"` |
347
347
  | `ignoreAdd` | `boolean` | `undefined` | Ẩn nút thêm khối mới | `[ignoreAdd]="true"` |
package/package.json CHANGED
@@ -1,20 +1,20 @@
1
1
  {
2
2
  "name": "@libs-ui/components-inputs-multi-language",
3
- "version": "0.2.357-0",
3
+ "version": "0.2.357-2",
4
4
  "peerDependencies": {
5
5
  "@angular/common": ">=18.0.0",
6
6
  "@angular/core": ">=18.0.0",
7
- "@libs-ui/components-inputs-valid": "0.2.357-0",
8
- "@libs-ui/components-buttons-button": "0.2.357-0",
9
- "@libs-ui/utils": "0.2.357-0",
7
+ "@libs-ui/components-inputs-valid": "0.2.357-2",
8
+ "@libs-ui/components-buttons-button": "0.2.357-2",
9
+ "@libs-ui/utils": "0.2.357-2",
10
10
  "@ngx-translate/core": "^15.0.0",
11
- "@libs-ui/components-dropdown": "0.2.357-0",
12
- "@libs-ui/components-popover": "0.2.357-0",
11
+ "@libs-ui/components-dropdown": "0.2.357-2",
12
+ "@libs-ui/components-popover": "0.2.357-2",
13
13
  "rxjs": "~7.8.0",
14
- "@libs-ui/pipes-escape-html": "0.2.357-0",
15
- "@libs-ui/components-inputs-quill2x": "0.2.357-0",
16
- "@libs-ui/components-list": "0.2.357-0",
17
- "@libs-ui/services-http-request": "0.2.357-0"
14
+ "@libs-ui/pipes-escape-html": "0.2.357-2",
15
+ "@libs-ui/components-inputs-quill2x": "0.2.357-2",
16
+ "@libs-ui/components-list": "0.2.357-2",
17
+ "@libs-ui/services-http-request": "0.2.357-2"
18
18
  },
19
19
  "sideEffects": false,
20
20
  "module": "fesm2022/libs-ui-components-inputs-multi-language.mjs",