@softheon/armature 17.12.2 → 17.12.3
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/ag-grid-components/src/sof-table/sof-table.component.d.ts +1 -1
- package/assets/styles/sof-styles.scss +0 -148
- package/esm2022/ag-grid-components/src/sof-table/sof-table.component.mjs +3 -3
- package/esm2022/lib/base-components/base-component-api.mjs +1 -2
- package/esm2022/lib/base-components/base-component.module.mjs +1 -11
- package/fesm2022/softheon-armature-ag-grid-components.mjs +2 -2
- package/fesm2022/softheon-armature-ag-grid-components.mjs.map +1 -1
- package/fesm2022/softheon-armature.mjs +4 -59
- package/fesm2022/softheon-armature.mjs.map +1 -1
- package/lib/base-components/base-component-api.d.ts +0 -1
- package/lib/base-components/base-component.module.d.ts +28 -30
- package/package.json +1 -1
- package/esm2022/lib/base-components/sof-utility-button/sof-utility-button.component.mjs +0 -54
- package/lib/base-components/sof-utility-button/sof-utility-button.component.d.ts +0 -30
|
@@ -14,4 +14,3 @@ export * from './sof-radio-card/sof-radio-card.component';
|
|
|
14
14
|
export * from './sof-input-stepper/sof-input-stepper.component';
|
|
15
15
|
export * from './sof-links/sof-link.component';
|
|
16
16
|
export * from './sof-handle/sof-handle.component';
|
|
17
|
-
export * from "./sof-utility-button/sof-utility-button.component";
|
|
@@ -7,38 +7,36 @@ import * as i5 from "./sof-modal/sof-modal.component";
|
|
|
7
7
|
import * as i6 from "./sof-button-toggle-group/sof-button-toggle-group.component";
|
|
8
8
|
import * as i7 from "./sof-star-rating/sof-star-rating.component";
|
|
9
9
|
import * as i8 from "./sof-badge/sof-badge.component";
|
|
10
|
-
import * as i9 from "./sof-
|
|
11
|
-
import * as i10 from "./sof-
|
|
12
|
-
import * as i11 from "./sof-
|
|
13
|
-
import * as i12 from "./sof-
|
|
14
|
-
import * as i13 from "./sof-
|
|
15
|
-
import * as i14 from "./sof-
|
|
16
|
-
import * as i15 from "
|
|
17
|
-
import * as i16 from "@angular/
|
|
18
|
-
import * as i17 from "@
|
|
19
|
-
import * as i18 from "@
|
|
20
|
-
import * as i19 from "@
|
|
21
|
-
import * as i20 from "@
|
|
22
|
-
import * as i21 from "@angular/material/
|
|
23
|
-
import * as i22 from "@angular/material/
|
|
24
|
-
import * as i23 from "@angular/material/
|
|
25
|
-
import * as i24 from "@angular/material/
|
|
26
|
-
import * as i25 from "@angular/material/
|
|
27
|
-
import * as i26 from "@angular/material/
|
|
28
|
-
import * as i27 from "@angular/material/
|
|
29
|
-
import * as i28 from "@angular/material/
|
|
30
|
-
import * as i29 from "@angular/material/
|
|
31
|
-
import * as i30 from "@angular/material/
|
|
32
|
-
import * as i31 from "@angular/material/
|
|
33
|
-
import * as i32 from "@angular/material/
|
|
34
|
-
import * as i33 from "@angular/material/
|
|
35
|
-
import * as i34 from "@angular/material/
|
|
36
|
-
import * as i35 from "@angular/
|
|
37
|
-
import * as i36 from "@angular/material/list";
|
|
38
|
-
import * as i37 from "@angular/cdk/drag-drop";
|
|
10
|
+
import * as i9 from "./sof-image-checkbox/sof-image-checkbox.component";
|
|
11
|
+
import * as i10 from "./sof-simple-alert/sof-simple-alert.component";
|
|
12
|
+
import * as i11 from "./sof-confirm-address/sof-confirm-address.component";
|
|
13
|
+
import * as i12 from "./sof-input-stepper/sof-input-stepper.component";
|
|
14
|
+
import * as i13 from "./sof-links/sof-link.component";
|
|
15
|
+
import * as i14 from "./sof-handle/sof-handle.component";
|
|
16
|
+
import * as i15 from "@angular/router";
|
|
17
|
+
import * as i16 from "@angular/common";
|
|
18
|
+
import * as i17 from "@ngbracket/ngx-layout";
|
|
19
|
+
import * as i18 from "@angular/forms";
|
|
20
|
+
import * as i19 from "@ngx-translate/core";
|
|
21
|
+
import * as i20 from "@angular/material/select";
|
|
22
|
+
import * as i21 from "@angular/material/core";
|
|
23
|
+
import * as i22 from "@angular/material/checkbox";
|
|
24
|
+
import * as i23 from "@angular/material/icon";
|
|
25
|
+
import * as i24 from "@angular/material/dialog";
|
|
26
|
+
import * as i25 from "@angular/material/button";
|
|
27
|
+
import * as i26 from "@angular/material/form-field";
|
|
28
|
+
import * as i27 from "@angular/material/toolbar";
|
|
29
|
+
import * as i28 from "@angular/material/tooltip";
|
|
30
|
+
import * as i29 from "@angular/material/button-toggle";
|
|
31
|
+
import * as i30 from "@angular/material/card";
|
|
32
|
+
import * as i31 from "@angular/material/radio";
|
|
33
|
+
import * as i32 from "@angular/material/paginator";
|
|
34
|
+
import * as i33 from "@angular/material/input";
|
|
35
|
+
import * as i34 from "@angular/material/list";
|
|
36
|
+
import * as i35 from "@angular/cdk/drag-drop";
|
|
39
37
|
/** The BaseComponentModule Module */
|
|
40
38
|
export declare class BaseComponentModule {
|
|
41
39
|
static ɵfac: i0.ɵɵFactoryDeclaration<BaseComponentModule, never>;
|
|
42
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<BaseComponentModule, [typeof i1.SofProgressBarComponent, typeof i2.SofRadioCardComponent, typeof i3.SofBannerComponent, typeof i4.SofAlertComponent, typeof i5.SofModalComponent, typeof i6.SofButtonToggleGroupComponent, typeof i7.SofStarRatingComponent, typeof i8.SofBadgeComponent, typeof i9.
|
|
40
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<BaseComponentModule, [typeof i1.SofProgressBarComponent, typeof i2.SofRadioCardComponent, typeof i3.SofBannerComponent, typeof i4.SofAlertComponent, typeof i5.SofModalComponent, typeof i6.SofButtonToggleGroupComponent, typeof i7.SofStarRatingComponent, typeof i8.SofBadgeComponent, typeof i9.SofImageCheckboxComponent, typeof i10.SofSimpleAlertComponent, typeof i11.SofConfirmAddressComponent, typeof i12.SofInputStepperComponent, typeof i13.SofLinkComponent, typeof i14.SofHandleComponent], [typeof i15.RouterModule, typeof i16.CommonModule, typeof i17.FlexLayoutModule, typeof i18.FormsModule, typeof i18.ReactiveFormsModule, typeof i19.TranslateModule, typeof i20.MatSelectModule, typeof i21.MatOptionModule, typeof i22.MatCheckboxModule, typeof i23.MatIconModule, typeof i24.MatDialogModule, typeof i25.MatButtonModule, typeof i26.MatFormFieldModule, typeof i27.MatToolbarModule, typeof i28.MatTooltipModule, typeof i29.MatButtonToggleModule, typeof i30.MatCardModule, typeof i31.MatRadioModule, typeof i32.MatPaginator, typeof i33.MatInputModule, typeof i25.MatIconButton, typeof i34.MatListModule, typeof i35.CdkDropList, typeof i35.CdkDrag, typeof i35.CdkDragPlaceholder, typeof i35.CdkDragHandle], [typeof i1.SofProgressBarComponent, typeof i2.SofRadioCardComponent, typeof i3.SofBannerComponent, typeof i4.SofAlertComponent, typeof i5.SofModalComponent, typeof i6.SofButtonToggleGroupComponent, typeof i7.SofStarRatingComponent, typeof i8.SofBadgeComponent, typeof i9.SofImageCheckboxComponent, typeof i10.SofSimpleAlertComponent, typeof i11.SofConfirmAddressComponent, typeof i12.SofInputStepperComponent, typeof i13.SofLinkComponent, typeof i14.SofHandleComponent]>;
|
|
43
41
|
static ɵinj: i0.ɵɵInjectorDeclaration<BaseComponentModule>;
|
|
44
42
|
}
|
package/package.json
CHANGED
|
@@ -1,54 +0,0 @@
|
|
|
1
|
-
import { Component, Input } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
import * as i1 from "@angular/common";
|
|
4
|
-
import * as i2 from "@ngbracket/ngx-layout/extended";
|
|
5
|
-
import * as i3 from "@angular/material/button";
|
|
6
|
-
import * as i4 from "@angular/material/menu";
|
|
7
|
-
export class SofUtilityButtonComponent {
|
|
8
|
-
constructor() {
|
|
9
|
-
/* Button Id */
|
|
10
|
-
this.buttonId = '';
|
|
11
|
-
/* Button Color Text */
|
|
12
|
-
this.buttonColorText = '';
|
|
13
|
-
/* Button Size */
|
|
14
|
-
this.buttonSize = 'small';
|
|
15
|
-
/* Button Is Disabled */
|
|
16
|
-
this.buttonDisabled = false;
|
|
17
|
-
/* Button Icon Class */
|
|
18
|
-
this.buttonIconClass = '';
|
|
19
|
-
/* Menu Dropdown Size */
|
|
20
|
-
this.menuDropDown = [];
|
|
21
|
-
}
|
|
22
|
-
ngOnDestroy() { }
|
|
23
|
-
ngOnInit() { }
|
|
24
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: SofUtilityButtonComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
25
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.7", type: SofUtilityButtonComponent, selector: "lib-sof-utility-button", inputs: { buttonId: "buttonId", buttonColorText: "buttonColorText", buttonSize: "buttonSize", buttonDisabled: "buttonDisabled", buttonIconClass: "buttonIconClass", menuDropDown: "menuDropDown" }, ngImport: i0, template: "<button\r\nmat-flat-button\r\nclass=\"button-icon-utility\" \r\nid=\"btn-flat-icon\" \r\n[color]=\"buttonColorText\"\r\nsize=\"small\"\r\n[disabled]=\"buttonDisabled\"\r\n\r\n>\r\n<i [ngClass]=\"buttonIconClass\"></i>\r\n</button>\r\n<mat-menu #menu=\"matMenu\">\r\n <button\r\n mat-menu-item \r\n [disabled]=\"item.isDisabled\"\r\n *ngFor=\"let item of menuDropDown\" \r\n (click)=\"item.action()\">\r\n {{item.name}}\r\n </button>\r\n</mat-menu>\r\n", styles: [""], dependencies: [{ kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i2.DefaultClassDirective, selector: " [ngClass], [ngClass.xs], [ngClass.sm], [ngClass.md], [ngClass.lg], [ngClass.xl], [ngClass.lt-sm], [ngClass.lt-md], [ngClass.lt-lg], [ngClass.lt-xl], [ngClass.gt-xs], [ngClass.gt-sm], [ngClass.gt-md], [ngClass.gt-lg]", inputs: ["ngClass", "ngClass.xs", "ngClass.sm", "ngClass.md", "ngClass.lg", "ngClass.xl", "ngClass.lt-sm", "ngClass.lt-md", "ngClass.lt-lg", "ngClass.lt-xl", "ngClass.gt-xs", "ngClass.gt-sm", "ngClass.gt-md", "ngClass.gt-lg"] }, { kind: "component", type: i3.MatButton, selector: " button[mat-button], button[mat-raised-button], button[mat-flat-button], button[mat-stroked-button] ", exportAs: ["matButton"] }, { kind: "component", type: i4.MatMenu, selector: "mat-menu", inputs: ["backdropClass", "aria-label", "aria-labelledby", "aria-describedby", "xPosition", "yPosition", "overlapTrigger", "hasBackdrop", "class", "classList"], outputs: ["closed", "close"], exportAs: ["matMenu"] }, { kind: "component", type: i4.MatMenuItem, selector: "[mat-menu-item]", inputs: ["role", "disabled", "disableRipple"], exportAs: ["matMenuItem"] }] }); }
|
|
26
|
-
}
|
|
27
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: SofUtilityButtonComponent, decorators: [{
|
|
28
|
-
type: Component,
|
|
29
|
-
args: [{ selector: 'lib-sof-utility-button', template: "<button\r\nmat-flat-button\r\nclass=\"button-icon-utility\" \r\nid=\"btn-flat-icon\" \r\n[color]=\"buttonColorText\"\r\nsize=\"small\"\r\n[disabled]=\"buttonDisabled\"\r\n\r\n>\r\n<i [ngClass]=\"buttonIconClass\"></i>\r\n</button>\r\n<mat-menu #menu=\"matMenu\">\r\n <button\r\n mat-menu-item \r\n [disabled]=\"item.isDisabled\"\r\n *ngFor=\"let item of menuDropDown\" \r\n (click)=\"item.action()\">\r\n {{item.name}}\r\n </button>\r\n</mat-menu>\r\n" }]
|
|
30
|
-
}], ctorParameters: () => [], propDecorators: { buttonId: [{
|
|
31
|
-
type: Input
|
|
32
|
-
}], buttonColorText: [{
|
|
33
|
-
type: Input
|
|
34
|
-
}], buttonSize: [{
|
|
35
|
-
type: Input
|
|
36
|
-
}], buttonDisabled: [{
|
|
37
|
-
type: Input
|
|
38
|
-
}], buttonIconClass: [{
|
|
39
|
-
type: Input
|
|
40
|
-
}], menuDropDown: [{
|
|
41
|
-
type: Input
|
|
42
|
-
}] } });
|
|
43
|
-
export var BUTTON_COLORS_VARIATIONS;
|
|
44
|
-
(function (BUTTON_COLORS_VARIATIONS) {
|
|
45
|
-
BUTTON_COLORS_VARIATIONS["PRIMARY"] = "primary";
|
|
46
|
-
BUTTON_COLORS_VARIATIONS["SECONDARY"] = "secondary";
|
|
47
|
-
BUTTON_COLORS_VARIATIONS["TERTIARY"] = "tertiary";
|
|
48
|
-
BUTTON_COLORS_VARIATIONS["ERROR_PRIMARY"] = "error-primary";
|
|
49
|
-
BUTTON_COLORS_VARIATIONS["ERROR_SECONDARY"] = "error-secondary";
|
|
50
|
-
BUTTON_COLORS_VARIATIONS["ERROR_TERTIARY"] = "error-tertiary";
|
|
51
|
-
BUTTON_COLORS_VARIATIONS["CONTAINED"] = "contained";
|
|
52
|
-
BUTTON_COLORS_VARIATIONS["CONTAINED_ERROR"] = "contained-error";
|
|
53
|
-
})(BUTTON_COLORS_VARIATIONS || (BUTTON_COLORS_VARIATIONS = {}));
|
|
54
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic29mLXV0aWxpdHktYnV0dG9uLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2FybWF0dXJlL3NyYy9saWIvYmFzZS1jb21wb25lbnRzL3NvZi11dGlsaXR5LWJ1dHRvbi9zb2YtdXRpbGl0eS1idXR0b24uY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvYXJtYXR1cmUvc3JjL2xpYi9iYXNlLWNvbXBvbmVudHMvc29mLXV0aWxpdHktYnV0dG9uL3NvZi11dGlsaXR5LWJ1dHRvbi5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLEtBQUssRUFBbUMsTUFBTSxlQUFlLENBQUM7Ozs7OztBQU9sRixNQUFNLE9BQU8seUJBQXlCO0lBc0JwQztRQXBCQSxlQUFlO1FBQ04sYUFBUSxHQUFVLEVBQUUsQ0FBQztRQUU5Qix1QkFBdUI7UUFDZCxvQkFBZSxHQUFVLEVBQUUsQ0FBQTtRQUVwQyxpQkFBaUI7UUFDUixlQUFVLEdBQVUsT0FBTyxDQUFBO1FBRXBDLHdCQUF3QjtRQUNmLG1CQUFjLEdBQVcsS0FBSyxDQUFDO1FBRXhDLHVCQUF1QjtRQUNkLG9CQUFlLEdBQVUsRUFBRSxDQUFDO1FBRXBDLHdCQUF3QjtRQUNoQixpQkFBWSxHQUFtQixFQUFFLENBQUM7SUFJN0IsQ0FBQztJQUVmLFdBQVcsS0FBVSxDQUFDO0lBRXRCLFFBQVEsS0FBVSxDQUFDOzhHQTFCUix5QkFBeUI7a0dBQXpCLHlCQUF5QixrUUNQdEMsMGRBb0JBOzsyRkRiYSx5QkFBeUI7a0JBTHJDLFNBQVM7K0JBQ0Usd0JBQXdCO3dEQU96QixRQUFRO3NCQUFoQixLQUFLO2dCQUdHLGVBQWU7c0JBQXZCLEtBQUs7Z0JBR0csVUFBVTtzQkFBbEIsS0FBSztnQkFHRyxjQUFjO3NCQUF0QixLQUFLO2dCQUdHLGVBQWU7c0JBQXZCLEtBQUs7Z0JBR0csWUFBWTtzQkFBcEIsS0FBSzs7QUFXUixNQUFNLENBQU4sSUFBWSx3QkFTWDtBQVRELFdBQVksd0JBQXdCO0lBQ2xDLCtDQUFtQixDQUFBO0lBQ25CLG1EQUF1QixDQUFBO0lBQ3ZCLGlEQUFxQixDQUFBO0lBQ3JCLDJEQUErQixDQUFBO0lBQy9CLCtEQUFtQyxDQUFBO0lBQ25DLDZEQUFnQyxDQUFBO0lBQ2hDLG1EQUF1QixDQUFBO0lBQ3ZCLCtEQUFtQyxDQUFBO0FBQ3JDLENBQUMsRUFUVyx3QkFBd0IsS0FBeEIsd0JBQXdCLFFBU25DIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50LCBJbnB1dCwgT25EZXN0cm95LCBPbkluaXQsIEV2ZW50RW1pdHRlciB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xyXG5cclxuQENvbXBvbmVudCh7XHJcbiAgc2VsZWN0b3I6ICdsaWItc29mLXV0aWxpdHktYnV0dG9uJyxcclxuICB0ZW1wbGF0ZVVybDogJy4vc29mLXV0aWxpdHktYnV0dG9uLmNvbXBvbmVudC5odG1sJyxcclxuICBzdHlsZVVybDogJy4vc29mLXV0aWxpdHktYnV0dG9uLmNvbXBvbmVudC5jc3MnXHJcbn0pXHJcbmV4cG9ydCBjbGFzcyBTb2ZVdGlsaXR5QnV0dG9uQ29tcG9uZW50IGltcGxlbWVudHMgT25Jbml0LCBPbkRlc3Ryb3kge1xyXG5cclxuICAvKiBCdXR0b24gSWQgKi9cclxuICBASW5wdXQoKSBidXR0b25JZDpzdHJpbmcgPSAnJztcclxuXHJcbiAgLyogQnV0dG9uIENvbG9yIFRleHQgKi9cclxuICBASW5wdXQoKSBidXR0b25Db2xvclRleHQ6c3RyaW5nID0gJydcclxuXHJcbiAgLyogQnV0dG9uIFNpemUgKi9cclxuICBASW5wdXQoKSBidXR0b25TaXplOnN0cmluZyA9ICdzbWFsbCdcclxuXHJcbiAgLyogQnV0dG9uIElzIERpc2FibGVkICovXHJcbiAgQElucHV0KCkgYnV0dG9uRGlzYWJsZWQ6Ym9vbGVhbiA9IGZhbHNlO1xyXG5cclxuICAvKiBCdXR0b24gSWNvbiBDbGFzcyAqL1xyXG4gIEBJbnB1dCgpIGJ1dHRvbkljb25DbGFzczpzdHJpbmcgPSAnJztcclxuXHJcbiAgIC8qIE1lbnUgRHJvcGRvd24gU2l6ZSAqL1xyXG4gIEBJbnB1dCgpIG1lbnVEcm9wRG93biA6IEJ1dHRvbkRhdGFbXSA9ICBbXTtcclxuXHJcbiAgXHJcbiAgXHJcbiAgY29uc3RydWN0b3IoKXt9XHJcbiAgXHJcbiAgbmdPbkRlc3Ryb3koKTogdm9pZCB7fVxyXG4gIFxyXG4gIG5nT25Jbml0KCk6IHZvaWQge31cclxufVxyXG5cclxuZXhwb3J0IGVudW0gQlVUVE9OX0NPTE9SU19WQVJJQVRJT05TICB7XHJcbiAgUFJJTUFSWSA9ICdwcmltYXJ5JyxcclxuICBTRUNPTkRBUlkgPSAnc2Vjb25kYXJ5JyxcclxuICBURVJUSUFSWSA9ICd0ZXJ0aWFyeScsXHJcbiAgRVJST1JfUFJJTUFSWSA9ICdlcnJvci1wcmltYXJ5JyxcclxuICBFUlJPUl9TRUNPTkRBUlkgPSAnZXJyb3Itc2Vjb25kYXJ5JyxcclxuICBFUlJPUl9URVJUSUFSWT0gJ2Vycm9yLXRlcnRpYXJ5JyxcclxuICBDT05UQUlORUQgPSAnY29udGFpbmVkJyxcclxuICBDT05UQUlORURfRVJST1IgPSAnY29udGFpbmVkLWVycm9yJyxcclxufVxyXG5cclxuZXhwb3J0IGludGVyZmFjZSBCdXR0b25EYXRhe1xyXG4gIG5hbWU6c3RyaW5nLFxyXG4gIGlzRGlzYWJsZWQ6Ym9vbGVhbixcclxuICBhY3Rpb246RnVuY3Rpb25cclxufVxyXG4iLCI8YnV0dG9uXHJcbm1hdC1mbGF0LWJ1dHRvblxyXG5jbGFzcz1cImJ1dHRvbi1pY29uLXV0aWxpdHlcIiBcclxuaWQ9XCJidG4tZmxhdC1pY29uXCIgXHJcbltjb2xvcl09XCJidXR0b25Db2xvclRleHRcIlxyXG5zaXplPVwic21hbGxcIlxyXG5bZGlzYWJsZWRdPVwiYnV0dG9uRGlzYWJsZWRcIlxyXG5cclxuPlxyXG48aSBbbmdDbGFzc109XCJidXR0b25JY29uQ2xhc3NcIj48L2k+XHJcbjwvYnV0dG9uPlxyXG48bWF0LW1lbnUgI21lbnU9XCJtYXRNZW51XCI+XHJcbiAgICA8YnV0dG9uXHJcbiAgICBtYXQtbWVudS1pdGVtIFxyXG4gICAgW2Rpc2FibGVkXT1cIml0ZW0uaXNEaXNhYmxlZFwiXHJcbiAgICAqbmdGb3I9XCJsZXQgaXRlbSBvZiBtZW51RHJvcERvd25cIiBcclxuICAgIChjbGljayk9XCJpdGVtLmFjdGlvbigpXCI+XHJcbiAgICB7e2l0ZW0ubmFtZX19XHJcbiAgICA8L2J1dHRvbj5cclxuPC9tYXQtbWVudT5cclxuIl19
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
import { OnDestroy, OnInit } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class SofUtilityButtonComponent implements OnInit, OnDestroy {
|
|
4
|
-
buttonId: string;
|
|
5
|
-
buttonColorText: string;
|
|
6
|
-
buttonSize: string;
|
|
7
|
-
buttonDisabled: boolean;
|
|
8
|
-
buttonIconClass: string;
|
|
9
|
-
menuDropDown: ButtonData[];
|
|
10
|
-
constructor();
|
|
11
|
-
ngOnDestroy(): void;
|
|
12
|
-
ngOnInit(): void;
|
|
13
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SofUtilityButtonComponent, never>;
|
|
14
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SofUtilityButtonComponent, "lib-sof-utility-button", never, { "buttonId": { "alias": "buttonId"; "required": false; }; "buttonColorText": { "alias": "buttonColorText"; "required": false; }; "buttonSize": { "alias": "buttonSize"; "required": false; }; "buttonDisabled": { "alias": "buttonDisabled"; "required": false; }; "buttonIconClass": { "alias": "buttonIconClass"; "required": false; }; "menuDropDown": { "alias": "menuDropDown"; "required": false; }; }, {}, never, never, false, never>;
|
|
15
|
-
}
|
|
16
|
-
export declare enum BUTTON_COLORS_VARIATIONS {
|
|
17
|
-
PRIMARY = "primary",
|
|
18
|
-
SECONDARY = "secondary",
|
|
19
|
-
TERTIARY = "tertiary",
|
|
20
|
-
ERROR_PRIMARY = "error-primary",
|
|
21
|
-
ERROR_SECONDARY = "error-secondary",
|
|
22
|
-
ERROR_TERTIARY = "error-tertiary",
|
|
23
|
-
CONTAINED = "contained",
|
|
24
|
-
CONTAINED_ERROR = "contained-error"
|
|
25
|
-
}
|
|
26
|
-
export interface ButtonData {
|
|
27
|
-
name: string;
|
|
28
|
-
isDisabled: boolean;
|
|
29
|
-
action: Function;
|
|
30
|
-
}
|