@libs-ui/components-buttons-status 0.2.357-0 → 0.2.357-1
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 +2 -2
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -114,7 +114,7 @@ export class WithIconsExampleComponent {
|
|
|
114
114
|
readonly withIconsConfig: IButtonStatus = {
|
|
115
115
|
label: 'Đang xử lý',
|
|
116
116
|
type: 'cyan',
|
|
117
|
-
classIconLeft: 'libs-ui-icon-
|
|
117
|
+
classIconLeft: 'libs-ui-icon-tooltip-outline',
|
|
118
118
|
popoverIconLeft: {
|
|
119
119
|
type: 'text',
|
|
120
120
|
dataView: 'Trạng thái đang chờ phê duyệt',
|
|
@@ -243,7 +243,7 @@ export interface IButtonStatus {
|
|
|
243
243
|
/** Class CSS bổ sung cho thẻ `<span>` chứa label. Mặc định: `'libs-ui-font-h6r'` */
|
|
244
244
|
classLabelInclude?: string;
|
|
245
245
|
|
|
246
|
-
/** Class icon bên trái (VD: `'libs-ui-icon-
|
|
246
|
+
/** Class icon bên trái (VD: `'libs-ui-icon-tooltip-outline'`) */
|
|
247
247
|
classIconLeft?: string;
|
|
248
248
|
|
|
249
249
|
/** Cấu hình popover cho icon bên trái */
|
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@libs-ui/components-buttons-status",
|
|
3
|
-
"version": "0.2.357-
|
|
3
|
+
"version": "0.2.357-1",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"@angular/core": ">=18.0.0",
|
|
6
|
-
"@libs-ui/components-popover": "0.2.357-
|
|
7
|
-
"@libs-ui/services-config-project": "0.2.357-
|
|
8
|
-
"@libs-ui/utils": "0.2.357-
|
|
6
|
+
"@libs-ui/components-popover": "0.2.357-1",
|
|
7
|
+
"@libs-ui/services-config-project": "0.2.357-1",
|
|
8
|
+
"@libs-ui/utils": "0.2.357-1",
|
|
9
9
|
"@ngx-translate/core": "^15.0.0",
|
|
10
|
-
"@libs-ui/interfaces-types": "0.2.357-
|
|
10
|
+
"@libs-ui/interfaces-types": "0.2.357-1"
|
|
11
11
|
},
|
|
12
12
|
"sideEffects": false,
|
|
13
13
|
"module": "fesm2022/libs-ui-components-buttons-status.mjs",
|