keevo-components 1.8.182 → 1.8.183
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.
|
@@ -16,11 +16,11 @@ export class KvSelectButtonsComponent {
|
|
|
16
16
|
this.selectChange.emit(value);
|
|
17
17
|
}
|
|
18
18
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: KvSelectButtonsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
19
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.3.8", type: KvSelectButtonsComponent, selector: "kv-select-buttons", inputs: { options: "options", defaultValue: "defaultValue" }, outputs: { selectChange: "selectChange" }, ngImport: i0, template: "<div class=\"flex flex-1 flex-row pt-3 pl-2 justify-content-start\">\r\n <div class=\"flex p-1 gap-1 surface-200 border-round\">\r\n @for(option of options; track option.value;) {\r\n <button\r\n (click)=\"select(option.value)\"\r\n [ngClass]=\"[\r\n selectedOption === option.value ? 'bg-white' : 'surface-200 activated',\r\n 'select-button-tarefa sbtn-l gap-1 h-2rem'\r\n ]\"\r\n pButton\r\n pRipple\r\n >\r\n {{ option.label }}\r\n
|
|
19
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.3.8", type: KvSelectButtonsComponent, selector: "kv-select-buttons", inputs: { options: "options", defaultValue: "defaultValue" }, outputs: { selectChange: "selectChange" }, ngImport: i0, template: "<div class=\"flex flex-1 flex-row pt-3 pl-2 justify-content-start\">\r\n <div class=\"flex p-1 gap-1 surface-200 border-round\">\r\n @for(option of options; track option.value;) {\r\n <span class=\"material-symbols-outlined\">{{ option.icon }}</span>\r\n <button\r\n (click)=\"select(option.value)\"\r\n [ngClass]=\"[\r\n selectedOption === option.value ? 'bg-white' : 'surface-200 activated',\r\n 'select-button-tarefa sbtn-l gap-1 h-2rem'\r\n ]\"\r\n pButton\r\n pRipple\r\n >\r\n {{ option.label }}\r\n </button>\r\n }\r\n </div>\r\n</div>\r\n", styles: [".select-button-tarefa{border-radius:4px!important;border:none!important;box-shadow:1px 1px 1px 1px #18346205}.select-button-tarefa.activated{color:gray!important;font-weight:700}.select-button-tarefa.bg-white{color:#000!important;font-weight:700}.select-button-tarefa.sbtn-l{border:none!important}\n"], dependencies: [{ kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i2.ButtonDirective, selector: "[pButton]", inputs: ["iconPos", "loadingIcon", "label", "icon", "loading", "severity", "raised", "rounded", "text", "outlined", "size", "plain"] }, { kind: "directive", type: i3.Ripple, selector: "[pRipple]" }] }); }
|
|
20
20
|
}
|
|
21
21
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: KvSelectButtonsComponent, decorators: [{
|
|
22
22
|
type: Component,
|
|
23
|
-
args: [{ selector: 'kv-select-buttons', standalone: false, template: "<div class=\"flex flex-1 flex-row pt-3 pl-2 justify-content-start\">\r\n <div class=\"flex p-1 gap-1 surface-200 border-round\">\r\n @for(option of options; track option.value;) {\r\n <button\r\n (click)=\"select(option.value)\"\r\n [ngClass]=\"[\r\n selectedOption === option.value ? 'bg-white' : 'surface-200 activated',\r\n 'select-button-tarefa sbtn-l gap-1 h-2rem'\r\n ]\"\r\n pButton\r\n pRipple\r\n >\r\n {{ option.label }}\r\n
|
|
23
|
+
args: [{ selector: 'kv-select-buttons', standalone: false, template: "<div class=\"flex flex-1 flex-row pt-3 pl-2 justify-content-start\">\r\n <div class=\"flex p-1 gap-1 surface-200 border-round\">\r\n @for(option of options; track option.value;) {\r\n <span class=\"material-symbols-outlined\">{{ option.icon }}</span>\r\n <button\r\n (click)=\"select(option.value)\"\r\n [ngClass]=\"[\r\n selectedOption === option.value ? 'bg-white' : 'surface-200 activated',\r\n 'select-button-tarefa sbtn-l gap-1 h-2rem'\r\n ]\"\r\n pButton\r\n pRipple\r\n >\r\n {{ option.label }}\r\n </button>\r\n }\r\n </div>\r\n</div>\r\n", styles: [".select-button-tarefa{border-radius:4px!important;border:none!important;box-shadow:1px 1px 1px 1px #18346205}.select-button-tarefa.activated{color:gray!important;font-weight:700}.select-button-tarefa.bg-white{color:#000!important;font-weight:700}.select-button-tarefa.sbtn-l{border:none!important}\n"] }]
|
|
24
24
|
}], propDecorators: { options: [{
|
|
25
25
|
type: Input
|
|
26
26
|
}], defaultValue: [{
|
|
@@ -28,4 +28,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.8", ngImpor
|
|
|
28
28
|
}], selectChange: [{
|
|
29
29
|
type: Output
|
|
30
30
|
}] } });
|
|
31
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
31
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoia3Ytc2VsZWN0LWJ1dHRvbnMuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMva2Vldm8tY29tcG9uZW50cy9zcmMvbGliL2NvbXBvbmVudHMva3YtaW5wdXRzL2t2LXNlbGVjdC1idXR0b25zL2t2LXNlbGVjdC1idXR0b25zLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2tlZXZvLWNvbXBvbmVudHMvc3JjL2xpYi9jb21wb25lbnRzL2t2LWlucHV0cy9rdi1zZWxlY3QtYnV0dG9ucy9rdi1zZWxlY3QtYnV0dG9ucy5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLFlBQVksRUFBRSxLQUFLLEVBQVUsTUFBTSxFQUFFLE1BQU0sZUFBZSxDQUFDOzs7OztBQVEvRSxNQUFNLE9BQU8sd0JBQXdCO0lBTnJDO1FBT1csWUFBTyxHQUtWLEVBQUUsQ0FBQztRQUdDLGlCQUFZLEdBQXNCLElBQUksWUFBWSxFQUFFLENBQUM7S0FZaEU7SUFSQyxRQUFRO1FBQ04sSUFBSSxDQUFDLGNBQWMsR0FBRyxJQUFJLENBQUMsWUFBWSxDQUFDO0lBQzFDLENBQUM7SUFFRCxNQUFNLENBQUMsS0FBVTtRQUNmLElBQUksQ0FBQyxjQUFjLEdBQUcsS0FBSyxDQUFDO1FBQzVCLElBQUksQ0FBQyxZQUFZLENBQUMsSUFBSSxDQUFDLEtBQUssQ0FBQyxDQUFDO0lBQ2hDLENBQUM7OEdBcEJVLHdCQUF3QjtrR0FBeEIsd0JBQXdCLGtLQ1JyQyxvbUJBa0JBOzsyRkRWYSx3QkFBd0I7a0JBTnBDLFNBQVM7K0JBQ0UsbUJBQW1CLGNBQ2pCLEtBQUs7OEJBS1IsT0FBTztzQkFBZixLQUFLO2dCQU1HLFlBQVk7c0JBQXBCLEtBQUs7Z0JBRUksWUFBWTtzQkFBckIsTUFBTSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgRXZlbnRFbWl0dGVyLCBJbnB1dCwgT25Jbml0LCBPdXRwdXQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcclxuXHJcbkBDb21wb25lbnQoe1xyXG4gIHNlbGVjdG9yOiAna3Ytc2VsZWN0LWJ1dHRvbnMnLFxyXG4gIHN0YW5kYWxvbmU6IGZhbHNlLFxyXG4gIHRlbXBsYXRlVXJsOiAnLi9rdi1zZWxlY3QtYnV0dG9ucy5jb21wb25lbnQuaHRtbCcsXHJcbiAgc3R5bGVVcmw6ICcuL2t2LXNlbGVjdC1idXR0b25zLmNvbXBvbmVudC5zY3NzJyxcclxufSlcclxuZXhwb3J0IGNsYXNzIEt2U2VsZWN0QnV0dG9uc0NvbXBvbmVudCBpbXBsZW1lbnRzIE9uSW5pdCB7XHJcbiAgQElucHV0KCkgb3B0aW9uczoge1xyXG4gICAgbGFiZWw6IHN0cmluZztcclxuICAgIGFjdGlvbjogKCkgPT4gdm9pZDtcclxuICAgIHZhbHVlOiBhbnk7XHJcbiAgICBpY29uPzogc3RyaW5nO1xyXG4gIH1bXSA9IFtdO1xyXG4gIEBJbnB1dCgpIGRlZmF1bHRWYWx1ZTogYW55O1xyXG5cclxuICBAT3V0cHV0KCkgc2VsZWN0Q2hhbmdlOiBFdmVudEVtaXR0ZXI8YW55PiA9IG5ldyBFdmVudEVtaXR0ZXIoKTtcclxuXHJcbiAgc2VsZWN0ZWRPcHRpb246IGFueTtcclxuXHJcbiAgbmdPbkluaXQoKTogdm9pZCB7XHJcbiAgICB0aGlzLnNlbGVjdGVkT3B0aW9uID0gdGhpcy5kZWZhdWx0VmFsdWU7XHJcbiAgfVxyXG5cclxuICBzZWxlY3QodmFsdWU6IGFueSkge1xyXG4gICAgdGhpcy5zZWxlY3RlZE9wdGlvbiA9IHZhbHVlO1xyXG4gICAgdGhpcy5zZWxlY3RDaGFuZ2UuZW1pdCh2YWx1ZSk7XHJcbiAgfVxyXG59XHJcbiIsIjxkaXYgY2xhc3M9XCJmbGV4IGZsZXgtMSBmbGV4LXJvdyBwdC0zIHBsLTIganVzdGlmeS1jb250ZW50LXN0YXJ0XCI+XHJcbiAgPGRpdiBjbGFzcz1cImZsZXggcC0xIGdhcC0xIHN1cmZhY2UtMjAwIGJvcmRlci1yb3VuZFwiPlxyXG4gICAgQGZvcihvcHRpb24gb2Ygb3B0aW9uczsgdHJhY2sgb3B0aW9uLnZhbHVlOykge1xyXG4gICAgPHNwYW4gY2xhc3M9XCJtYXRlcmlhbC1zeW1ib2xzLW91dGxpbmVkXCI+e3sgb3B0aW9uLmljb24gfX08L3NwYW4+XHJcbiAgICA8YnV0dG9uXHJcbiAgICAgIChjbGljayk9XCJzZWxlY3Qob3B0aW9uLnZhbHVlKVwiXHJcbiAgICAgIFtuZ0NsYXNzXT1cIltcclxuICAgICAgICBzZWxlY3RlZE9wdGlvbiA9PT0gb3B0aW9uLnZhbHVlID8gJ2JnLXdoaXRlJyA6ICdzdXJmYWNlLTIwMCBhY3RpdmF0ZWQnLFxyXG4gICAgICAgICdzZWxlY3QtYnV0dG9uLXRhcmVmYSBzYnRuLWwgZ2FwLTEgaC0ycmVtJ1xyXG4gICAgICBdXCJcclxuICAgICAgcEJ1dHRvblxyXG4gICAgICBwUmlwcGxlXHJcbiAgICA+XHJcbiAgICAgIHt7IG9wdGlvbi5sYWJlbCB9fVxyXG4gICAgPC9idXR0b24+XHJcbiAgICB9XHJcbiAgPC9kaXY+XHJcbjwvZGl2PlxyXG4iXX0=
|
|
@@ -3500,11 +3500,11 @@ class KvSelectButtonsComponent {
|
|
|
3500
3500
|
this.selectChange.emit(value);
|
|
3501
3501
|
}
|
|
3502
3502
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: KvSelectButtonsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
3503
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.3.8", type: KvSelectButtonsComponent, selector: "kv-select-buttons", inputs: { options: "options", defaultValue: "defaultValue" }, outputs: { selectChange: "selectChange" }, ngImport: i0, template: "<div class=\"flex flex-1 flex-row pt-3 pl-2 justify-content-start\">\r\n <div class=\"flex p-1 gap-1 surface-200 border-round\">\r\n @for(option of options; track option.value;) {\r\n <button\r\n (click)=\"select(option.value)\"\r\n [ngClass]=\"[\r\n selectedOption === option.value ? 'bg-white' : 'surface-200 activated',\r\n 'select-button-tarefa sbtn-l gap-1 h-2rem'\r\n ]\"\r\n pButton\r\n pRipple\r\n >\r\n {{ option.label }}\r\n
|
|
3503
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.3.8", type: KvSelectButtonsComponent, selector: "kv-select-buttons", inputs: { options: "options", defaultValue: "defaultValue" }, outputs: { selectChange: "selectChange" }, ngImport: i0, template: "<div class=\"flex flex-1 flex-row pt-3 pl-2 justify-content-start\">\r\n <div class=\"flex p-1 gap-1 surface-200 border-round\">\r\n @for(option of options; track option.value;) {\r\n <span class=\"material-symbols-outlined\">{{ option.icon }}</span>\r\n <button\r\n (click)=\"select(option.value)\"\r\n [ngClass]=\"[\r\n selectedOption === option.value ? 'bg-white' : 'surface-200 activated',\r\n 'select-button-tarefa sbtn-l gap-1 h-2rem'\r\n ]\"\r\n pButton\r\n pRipple\r\n >\r\n {{ option.label }}\r\n </button>\r\n }\r\n </div>\r\n</div>\r\n", styles: [".select-button-tarefa{border-radius:4px!important;border:none!important;box-shadow:1px 1px 1px 1px #18346205}.select-button-tarefa.activated{color:gray!important;font-weight:700}.select-button-tarefa.bg-white{color:#000!important;font-weight:700}.select-button-tarefa.sbtn-l{border:none!important}\n"], dependencies: [{ kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1$1.ButtonDirective, selector: "[pButton]", inputs: ["iconPos", "loadingIcon", "label", "icon", "loading", "severity", "raised", "rounded", "text", "outlined", "size", "plain"] }, { kind: "directive", type: i2.Ripple, selector: "[pRipple]" }] }); }
|
|
3504
3504
|
}
|
|
3505
3505
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: KvSelectButtonsComponent, decorators: [{
|
|
3506
3506
|
type: Component,
|
|
3507
|
-
args: [{ selector: 'kv-select-buttons', standalone: false, template: "<div class=\"flex flex-1 flex-row pt-3 pl-2 justify-content-start\">\r\n <div class=\"flex p-1 gap-1 surface-200 border-round\">\r\n @for(option of options; track option.value;) {\r\n <button\r\n (click)=\"select(option.value)\"\r\n [ngClass]=\"[\r\n selectedOption === option.value ? 'bg-white' : 'surface-200 activated',\r\n 'select-button-tarefa sbtn-l gap-1 h-2rem'\r\n ]\"\r\n pButton\r\n pRipple\r\n >\r\n {{ option.label }}\r\n
|
|
3507
|
+
args: [{ selector: 'kv-select-buttons', standalone: false, template: "<div class=\"flex flex-1 flex-row pt-3 pl-2 justify-content-start\">\r\n <div class=\"flex p-1 gap-1 surface-200 border-round\">\r\n @for(option of options; track option.value;) {\r\n <span class=\"material-symbols-outlined\">{{ option.icon }}</span>\r\n <button\r\n (click)=\"select(option.value)\"\r\n [ngClass]=\"[\r\n selectedOption === option.value ? 'bg-white' : 'surface-200 activated',\r\n 'select-button-tarefa sbtn-l gap-1 h-2rem'\r\n ]\"\r\n pButton\r\n pRipple\r\n >\r\n {{ option.label }}\r\n </button>\r\n }\r\n </div>\r\n</div>\r\n", styles: [".select-button-tarefa{border-radius:4px!important;border:none!important;box-shadow:1px 1px 1px 1px #18346205}.select-button-tarefa.activated{color:gray!important;font-weight:700}.select-button-tarefa.bg-white{color:#000!important;font-weight:700}.select-button-tarefa.sbtn-l{border:none!important}\n"] }]
|
|
3508
3508
|
}], propDecorators: { options: [{
|
|
3509
3509
|
type: Input
|
|
3510
3510
|
}], defaultValue: [{
|