@libs-ui/components-buttons-button 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 +4 -4
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -163,13 +163,13 @@ export class FormComponent {
|
|
|
163
163
|
<!-- Cả hai icon -->
|
|
164
164
|
<libs_ui-components-buttons-button
|
|
165
165
|
label="Tải xuống"
|
|
166
|
-
[classIconLeft]="'libs-ui-icon-download'"
|
|
166
|
+
[classIconLeft]="'libs-ui-icon-download-outline'"
|
|
167
167
|
[classIconRight]="'libs-ui-icon-arrow-down'"
|
|
168
168
|
(outClick)="handlerDownload($event)" />
|
|
169
169
|
|
|
170
170
|
<!-- Chỉ icon, không label -->
|
|
171
171
|
<libs_ui-components-buttons-button
|
|
172
|
-
[classIconLeft]="'libs-ui-icon-
|
|
172
|
+
[classIconLeft]="'libs-ui-icon-arrange'"
|
|
173
173
|
[iconOnlyType]="true"
|
|
174
174
|
(outClick)="handlerOpenSettings($event)" />
|
|
175
175
|
```
|
|
@@ -500,9 +500,9 @@ import {
|
|
|
500
500
|
})
|
|
501
501
|
export class ToolbarComponent {
|
|
502
502
|
protected readonly toolbarButtons: IButton[] = [
|
|
503
|
-
{ key: 'save', type: 'button-primary', label: 'Lưu', classIconLeft: 'libs-ui-icon-
|
|
503
|
+
{ key: 'save', type: 'button-primary', label: 'Lưu', classIconLeft: 'libs-ui-icon-download-outline' },
|
|
504
504
|
{ key: 'cancel', type: 'button-secondary', label: 'Hủy' },
|
|
505
|
-
{ key: 'delete', type: 'button-danger-high', label: 'Xóa', classIconLeft: 'libs-ui-icon-
|
|
505
|
+
{ key: 'delete', type: 'button-danger-high', label: 'Xóa', classIconLeft: 'libs-ui-icon-remove' },
|
|
506
506
|
];
|
|
507
507
|
|
|
508
508
|
handlerToolbarAction(event: Event, btn: IButton): void {
|
package/package.json
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@libs-ui/components-buttons-button",
|
|
3
|
-
"version": "0.2.357-
|
|
3
|
+
"version": "0.2.357-1",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"@angular/common": ">=18.0.0",
|
|
6
6
|
"@angular/core": ">=18.0.0",
|
|
7
|
-
"@libs-ui/components-popover": "0.2.357-
|
|
8
|
-
"@libs-ui/components-spinner": "0.2.357-
|
|
9
|
-
"@libs-ui/services-config-project": "0.2.357-
|
|
10
|
-
"@libs-ui/utils": "0.2.357-
|
|
7
|
+
"@libs-ui/components-popover": "0.2.357-1",
|
|
8
|
+
"@libs-ui/components-spinner": "0.2.357-1",
|
|
9
|
+
"@libs-ui/services-config-project": "0.2.357-1",
|
|
10
|
+
"@libs-ui/utils": "0.2.357-1",
|
|
11
11
|
"@ngx-translate/core": "^15.0.0",
|
|
12
12
|
"rxjs": "~7.8.0",
|
|
13
|
-
"@libs-ui/interfaces-types": "0.2.357-
|
|
13
|
+
"@libs-ui/interfaces-types": "0.2.357-1"
|
|
14
14
|
},
|
|
15
15
|
"sideEffects": false,
|
|
16
16
|
"module": "fesm2022/libs-ui-components-buttons-button.mjs",
|