coer-elements 0.0.92 → 0.0.93
Sign up to get free protection for your applications and to get access to all the features.
- package/components/lib/coer-select-button/coer-select-button.component.d.ts +22 -0
- package/components/lib/components.module.d.ts +27 -26
- package/components/public-api.d.ts +1 -0
- package/fesm2022/coer-elements-components.mjs +56 -2
- package/fesm2022/coer-elements-components.mjs.map +1 -1
- package/fesm2022/coer-elements-interfaces.mjs.map +1 -1
- package/fesm2022/coer-elements-pages.mjs +8 -8
- package/fesm2022/coer-elements-pages.mjs.map +1 -1
- package/fesm2022/coer-elements.mjs +2 -1
- package/fesm2022/coer-elements.mjs.map +1 -1
- package/index.d.ts +1 -1
- package/interfaces/lib/coer-select-button/coer-select-button.interface.d.ts +6 -0
- package/interfaces/public-api.d.ts +1 -0
- package/package.json +1 -1
@@ -0,0 +1,22 @@
|
|
1
|
+
import { AfterViewInit } from '@angular/core';
|
2
|
+
import { ControlValue } from 'coer-elements/tools';
|
3
|
+
import { Dropdown } from 'bootstrap';
|
4
|
+
import { ISelectButton } from 'coer-elements/interfaces';
|
5
|
+
import * as i0 from "@angular/core";
|
6
|
+
export declare class CoerSelectButton<T> extends ControlValue implements AfterViewInit {
|
7
|
+
_value: boolean;
|
8
|
+
protected _id: string;
|
9
|
+
protected dropdown: Dropdown;
|
10
|
+
set value(value: boolean | null | undefined);
|
11
|
+
id: import("@angular/core").InputSignal<string>;
|
12
|
+
label: import("@angular/core").InputSignal<string>;
|
13
|
+
dataSource: import("@angular/core").InputSignal<ISelectButton<T>[]>;
|
14
|
+
isLoading: import("@angular/core").InputSignal<boolean>;
|
15
|
+
isDisabled: import("@angular/core").InputSignal<boolean>;
|
16
|
+
isInvisible: import("@angular/core").InputSignal<boolean>;
|
17
|
+
ngAfterViewInit(): Promise<void>;
|
18
|
+
protected _isEnable: import("@angular/core").Signal<boolean>;
|
19
|
+
protected Toggle(): void;
|
20
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CoerSelectButton<any>, never>;
|
21
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CoerSelectButton<any>, "coer-select-button", never, { "value": { "alias": "value"; "required": false; }; "id": { "alias": "id"; "required": false; "isSignal": true; }; "label": { "alias": "label"; "required": false; "isSignal": true; }; "dataSource": { "alias": "dataSource"; "required": false; "isSignal": true; }; "isLoading": { "alias": "isLoading"; "required": false; "isSignal": true; }; "isDisabled": { "alias": "isDisabled"; "required": false; "isSignal": true; }; "isInvisible": { "alias": "isInvisible"; "required": false; "isSignal": true; }; }, {}, never, never, false, never>;
|
22
|
+
}
|
@@ -13,33 +13,34 @@ import * as i11 from "./coer-numberbox/coer-numberbox.component";
|
|
13
13
|
import * as i12 from "./coer-page-title/coer-page-title.component";
|
14
14
|
import * as i13 from "./coer-sidenav/coer-sidenav.component";
|
15
15
|
import * as i14 from "./coer-selectbox/coer-selectbox.component";
|
16
|
-
import * as i15 from "./coer-
|
17
|
-
import * as i16 from "./coer-
|
18
|
-
import * as i17 from "./coer-
|
19
|
-
import * as i18 from "./coer-
|
20
|
-
import * as i19 from "./coer-
|
21
|
-
import * as i20 from "./coer-sidenav/coer-
|
22
|
-
import * as i21 from "
|
23
|
-
import * as i22 from "@angular/
|
24
|
-
import * as i23 from "@angular/
|
25
|
-
import * as i24 from "@angular/
|
26
|
-
import * as i25 from "@angular/
|
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/material/
|
37
|
-
import * as i36 from "@angular/material/
|
38
|
-
import * as i37 from "@angular/material/
|
39
|
-
import * as i38 from "
|
40
|
-
import * as i39 from "coer-elements/
|
16
|
+
import * as i15 from "./coer-select-button/coer-select-button.component";
|
17
|
+
import * as i16 from "./coer-switch/coer-switch.component";
|
18
|
+
import * as i17 from "./coer-tab/coer-tab.component";
|
19
|
+
import * as i18 from "./coer-textarea/coer-textarea.component";
|
20
|
+
import * as i19 from "./coer-textbox/coer-textbox.component";
|
21
|
+
import * as i20 from "./coer-sidenav/coer-toolbar/coer-toolbar.component";
|
22
|
+
import * as i21 from "./coer-sidenav/coer-tree-accordion/coer-tree-accordion.component";
|
23
|
+
import * as i22 from "@angular/common";
|
24
|
+
import * as i23 from "@angular/cdk/drag-drop";
|
25
|
+
import * as i24 from "@angular/router";
|
26
|
+
import * as i25 from "@angular/forms";
|
27
|
+
import * as i26 from "@angular/material/button";
|
28
|
+
import * as i27 from "@angular/material/checkbox";
|
29
|
+
import * as i28 from "@angular/material/datepicker";
|
30
|
+
import * as i29 from "@angular/material/sidenav";
|
31
|
+
import * as i30 from "@angular/material/expansion";
|
32
|
+
import * as i31 from "@angular/material/form-field";
|
33
|
+
import * as i32 from "@angular/material/input";
|
34
|
+
import * as i33 from "@angular/material/timepicker";
|
35
|
+
import * as i34 from "@angular/material/list";
|
36
|
+
import * as i35 from "@angular/material/core";
|
37
|
+
import * as i36 from "@angular/material/slide-toggle";
|
38
|
+
import * as i37 from "@angular/material/toolbar";
|
39
|
+
import * as i38 from "@angular/material/tabs";
|
40
|
+
import * as i39 from "coer-elements/directives";
|
41
|
+
import * as i40 from "coer-elements/pipes";
|
41
42
|
export declare class ComponentsModule {
|
42
43
|
static ɵfac: i0.ɵɵFactoryDeclaration<ComponentsModule, never>;
|
43
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<ComponentsModule, [typeof i1.CoerAccordion, typeof i2.CoerButton, typeof i3.CoerCheckbox, typeof i4.CoerDateBox, typeof i5.CoerFilebox, typeof i6.CoerForm, typeof i7.CoerGrid, typeof i8.CoerList, typeof i9.CoerMenuOption, typeof i10.CoerModal, typeof i11.CoerNumberBox, typeof i12.CoerPageTitle, typeof i13.CoerSidenav, typeof i14.CoerSelectbox, typeof i15.
|
44
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ComponentsModule, [typeof i1.CoerAccordion, typeof i2.CoerButton, typeof i3.CoerCheckbox, typeof i4.CoerDateBox, typeof i5.CoerFilebox, typeof i6.CoerForm, typeof i7.CoerGrid, typeof i8.CoerList, typeof i9.CoerMenuOption, typeof i10.CoerModal, typeof i11.CoerNumberBox, typeof i12.CoerPageTitle, typeof i13.CoerSidenav, typeof i14.CoerSelectbox, typeof i15.CoerSelectButton, typeof i16.CoerSwitch, typeof i17.CoerTab, typeof i18.CoerTextarea, typeof i19.CoerTextBox, typeof i20.CoerToolbar, typeof i21.CoerTreeAccordion], [typeof i22.CommonModule, typeof i23.CdkDrag, typeof i23.CdkDragHandle, typeof i23.CdkDragPlaceholder, typeof i23.CdkDropList, typeof i24.RouterModule, typeof i25.FormsModule, typeof i25.ReactiveFormsModule, typeof i26.MatButtonModule, typeof i27.MatCheckboxModule, typeof i28.MatDatepickerModule, typeof i29.MatDrawerContainer, typeof i29.MatDrawerContent, typeof i29.MatDrawer, typeof i30.MatExpansionModule, typeof i31.MatFormFieldModule, typeof i32.MatInputModule, typeof i33.MatTimepickerModule, typeof i34.MatListModule, typeof i35.MatNativeDateModule, typeof i36.MatSlideToggleModule, typeof i37.MatToolbarModule, typeof i38.MatTabsModule, typeof i39.DirectivesModule, typeof i40.PipesModule], [typeof i1.CoerAccordion, typeof i2.CoerButton, typeof i3.CoerCheckbox, typeof i4.CoerDateBox, typeof i5.CoerFilebox, typeof i6.CoerForm, typeof i7.CoerGrid, typeof i8.CoerList, typeof i10.CoerModal, typeof i11.CoerNumberBox, typeof i12.CoerPageTitle, typeof i13.CoerSidenav, typeof i14.CoerSelectbox, typeof i15.CoerSelectButton, typeof i16.CoerSwitch, typeof i17.CoerTab, typeof i18.CoerTextarea, typeof i19.CoerTextBox, typeof i20.CoerToolbar, typeof i21.CoerTreeAccordion]>;
|
44
45
|
static ɵinj: i0.ɵɵInjectorDeclaration<ComponentsModule>;
|
45
46
|
}
|
@@ -11,6 +11,7 @@ export * from './lib/coer-modal/coer-modal.component';
|
|
11
11
|
export * from './lib/coer-numberbox/coer-numberbox.component';
|
12
12
|
export * from './lib/coer-page-title/coer-page-title.component';
|
13
13
|
export * from './lib/coer-selectbox/coer-selectbox.component';
|
14
|
+
export * from './lib/coer-select-button/coer-select-button.component';
|
14
15
|
export * from './lib/coer-sidenav/coer-sidenav.component';
|
15
16
|
export * from './lib/coer-sidenav/coer-toolbar/coer-toolbar.component';
|
16
17
|
export * from './lib/coer-sidenav/coer-tree-accordion/coer-tree-accordion.component';
|
@@ -37,7 +37,7 @@ import { MatTimepickerModule } from '@angular/material/timepicker';
|
|
37
37
|
import * as i2$a from '@angular/material/toolbar';
|
38
38
|
import { MatToolbarModule } from '@angular/material/toolbar';
|
39
39
|
import { Tools, ControlValue, CONTROL_VALUE, DateTime, Screen, CoerAlert, Files, Source, Menu, Breadcrumbs } from 'coer-elements/tools';
|
40
|
-
import { Tooltip, Modal } from 'bootstrap';
|
40
|
+
import { Tooltip, Modal, Dropdown } from 'bootstrap';
|
41
41
|
import { isModalOpenSIGNAL, menuSelectedSIGNAL, breakpointSIGNAL, isMenuOpenSIGNAL, navigationSIGNAL, isLoadingSIGNAL } from 'coer-elements/signals';
|
42
42
|
|
43
43
|
class CoerAccordion {
|
@@ -3174,6 +3174,56 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.1", ngImpor
|
|
3174
3174
|
args: [{ selector: 'coer-sidenav', standalone: false, template: "<mat-drawer-container [hasBackdrop]=\"backdrop\">\r\n <mat-drawer\r\n #matSidenav\r\n [opened]=\"isOpen()\"\r\n (opened)=\"isOpen.set(true)\"\r\n (closed)=\"isOpen.set(false)\"\r\n [mode]=\"mode\">\r\n\r\n @if(!_isLoading()) {\r\n @if(_navigation().length > 0) {\r\n <div *ngFor=\"let item of _navigation()\">\r\n <!-- Menu -->\r\n <div *ngIf=\"IsMenu(item); else OptionMenu\">\r\n @if(IsGrid(item)) {\r\n <coer-menu-option\r\n [label]=\"item.label\"\r\n [icon]=\"GetGridIcon(item?.icon)\"\r\n path=\"menu\"\r\n (clickMenuOption)=\"ShowGridMenu($event, item)\"\r\n ></coer-menu-option>\r\n }\r\n\r\n @else {\r\n <coer-tree-accordion\r\n [item]=\"item\"\r\n (clickMenuOption)=\"NavigateTo($event)\"\r\n (clickMenu)=\"MenuSelected($event)\"\r\n ></coer-tree-accordion>\r\n }\r\n </div>\r\n \r\n <!-- Option Menu -->\r\n <ng-template #OptionMenu>\r\n <coer-menu-option\r\n [label]=\"item.label\"\r\n [icon]=\"item?.icon\"\r\n [path]=\"item?.path\"\r\n (clickMenuOption)=\"NavigateTo($event)\"\r\n ></coer-menu-option>\r\n </ng-template>\r\n \r\n <div class=\"separator\"></div>\r\n </div>\r\n }\r\n\r\n @else {\r\n <coer-menu-option label=\"Empty\"></coer-menu-option>\r\n }\r\n }\r\n\r\n @else {\r\n <coer-menu-option\r\n label=\"LOADING\"\r\n icon=\"fa-solid fa-sync fa-spin\"\r\n ></coer-menu-option>\r\n }\r\n\r\n <div [ngClass]=\"{ 'backdrop': _isModalOpen() }\"></div>\r\n </mat-drawer>\r\n\r\n <!-- Main Screen -->\r\n <mat-drawer-content [ngClass]=\"{ 'margin-left-40px': (!isOpen() && showAsideMenu) }\">\r\n <aside [ngClass]=\"{ 'side-nav': true, 'd-none': !showAsideMenu }\" (click)=\"Open($event)\">\r\n <div *ngFor=\"let item of _navigation()\" (click)=\"Open($event, item)\">\r\n <span [class]=\"'icon-container ' + SetIdentityClass(item.label)\">\r\n <i [class]=\"GetIcon(item)\"></i>\r\n </span>\r\n </div>\r\n\r\n <div [ngClass]=\"{ 'backdrop': _isModalOpen() }\"></div>\r\n </aside>\r\n\r\n <ng-content></ng-content>\r\n </mat-drawer-content>\r\n</mat-drawer-container>", styles: ["mat-drawer-container{height:calc(100vh - 45px)!important}mat-drawer-container .margin-left-40px{margin-left:40px!important}mat-drawer-container mat-drawer{width:auto;min-width:200px;background-color:var(--black)!important;z-index:1!important}mat-drawer-container mat-drawer div.mat-drawer-inner-container::-webkit-scrollbar{width:1px!important}mat-drawer-container mat-drawer div.mat-drawer-inner-container::-webkit-scrollbar-thumb{background-color:var(--gray)!important;border-radius:5px!important}mat-drawer-container mat-drawer div.mat-drawer-inner-container::-webkit-scrollbar-thumb:hover{background-color:var(--gray)!important}mat-drawer-container mat-drawer div.mat-drawer-inner-container::-webkit-scrollbar-thumb:active{background-color:var(--white)!important}mat-drawer-container mat-drawer i{font-size:16px!important}mat-drawer-container mat-drawer div.separator{border:.5px solid rgba(245,245,245,.041)!important}mat-drawer-container mat-drawer-content{margin-right:0!important}mat-drawer-container mat-drawer-content aside.side-nav{background-color:var(--black)!important;width:40px!important;position:fixed!important;left:0!important;top:45px!important;bottom:0!important;cursor:pointer!important}mat-drawer-container mat-drawer-content aside.side-nav span.icon-container{width:100%!important;height:49.6px!important;display:flex!important;align-items:center!important;justify-content:center!important;font-size:16px!important;border-bottom:1px solid rgba(245,245,245,.041)!important;color:var(--white)}mat-drawer-container mat-drawer-content aside.side-nav span.icon-container:hover{background-color:#2f2f2f!important}mat-drawer-container mat-drawer-content aside.side-nav span.icon-container.active-link{color:var(--orange)!important}mat-drawer-container div.backdrop{position:absolute!important;inset:0!important;background-color:#0000005b!important;z-index:1500!important}\n"] }]
|
3175
3175
|
}], ctorParameters: () => [] });
|
3176
3176
|
|
3177
|
+
class CoerSelectButton extends ControlValue {
|
3178
|
+
constructor() {
|
3179
|
+
super(...arguments);
|
3180
|
+
//Variables
|
3181
|
+
this._value = false;
|
3182
|
+
this._id = Tools.GetGuid('coer-select-button');
|
3183
|
+
this.id = input('');
|
3184
|
+
this.label = input('');
|
3185
|
+
this.dataSource = input([]);
|
3186
|
+
this.isLoading = input(false);
|
3187
|
+
this.isDisabled = input(false);
|
3188
|
+
this.isInvisible = input(false);
|
3189
|
+
//computed
|
3190
|
+
this._isEnable = computed(() => {
|
3191
|
+
return !this.isLoading() && !this.isDisabled() && !this.isInvisible();
|
3192
|
+
});
|
3193
|
+
}
|
3194
|
+
//Inputs
|
3195
|
+
set value(value) {
|
3196
|
+
if (Tools.IsNull(value))
|
3197
|
+
value = false;
|
3198
|
+
this.SetValue(value);
|
3199
|
+
}
|
3200
|
+
//Outputs
|
3201
|
+
//public onChange = output<boolean>();
|
3202
|
+
async ngAfterViewInit() {
|
3203
|
+
await Tools.Sleep();
|
3204
|
+
const element = document.getElementById(this._id);
|
3205
|
+
if (Tools.IsNotNull(element)) {
|
3206
|
+
this.dropdown = new Dropdown(element);
|
3207
|
+
}
|
3208
|
+
}
|
3209
|
+
Toggle() {
|
3210
|
+
if (this._isEnable()) {
|
3211
|
+
this.dropdown.toggle();
|
3212
|
+
}
|
3213
|
+
else {
|
3214
|
+
this.dropdown.hide();
|
3215
|
+
}
|
3216
|
+
}
|
3217
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.1", ngImport: i0, type: CoerSelectButton, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
3218
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.0.1", type: CoerSelectButton, isStandalone: false, selector: "coer-select-button", inputs: { value: { classPropertyName: "value", publicName: "value", isSignal: false, isRequired: false, transformFunction: null }, id: { classPropertyName: "id", publicName: "id", isSignal: true, isRequired: false, transformFunction: null }, label: { classPropertyName: "label", publicName: "label", isSignal: true, isRequired: false, transformFunction: null }, dataSource: { classPropertyName: "dataSource", publicName: "dataSource", isSignal: true, isRequired: false, transformFunction: null }, isLoading: { classPropertyName: "isLoading", publicName: "isLoading", isSignal: true, isRequired: false, transformFunction: null }, isDisabled: { classPropertyName: "isDisabled", publicName: "isDisabled", isSignal: true, isRequired: false, transformFunction: null }, isInvisible: { classPropertyName: "isInvisible", publicName: "isInvisible", isSignal: true, isRequired: false, transformFunction: null } }, providers: [CONTROL_VALUE(CoerSelectButton)], usesInheritance: true, ngImport: i0, template: "<div class=\"coer-select-button\">\r\n <div [id]=\"_id\" class=\"dropdown coer-select-button\">\r\n @for(option of dataSource(); track option) {\r\n <button type=\"button\" \r\n data-bs-toggle=\"dropdown\" \r\n data-bs-auto-close=\"outside\" \r\n class=\"btn btn-secondary dropdown-toggle\" \r\n (click)=\"Toggle()\"> Dropdown </button>\r\n \r\n <ul class=\"dropdown-menu\">\r\n <li><button class=\"dropdown-item\" type=\"button\">Action</button></li>\r\n <li><button class=\"dropdown-item\" type=\"button\">Another action</button></li>\r\n <li><button class=\"dropdown-item\" type=\"button\">Something else here</button></li>\r\n </ul>\r\n }\r\n </div>\r\n</div>", styles: [":root{--blue: #0d6efd;--gray: #6c757d;--green: #198754;--yellow: #ffc107;--red: #dc3545;--white: #f5f5f5;--black: #252525;--orange: #fd6031;--purple: #a615bc}.text-blue{color:var(--blue)!important}.text-blue-bold{color:var(--blue)!important;font-weight:700!important}.background-blue{background-color:var(--blue)!important}.background-border-blue{background-color:var(--blue)!important;border-color:var(--blue)!important}.border-blue{border-color:var(--blue)!important}.text-gray{color:var(--gray)!important}.text-gray-bold{color:var(--gray)!important;font-weight:700!important}.background-gray{background-color:var(--gray)!important}.background-border-gray{background-color:var(--gray)!important;border-color:var(--gray)!important}.border-gray{border-color:var(--gray)!important}.text-green{color:var(--green)!important}.text-green-bold{color:var(--green)!important;font-weight:700!important}.background-green{background-color:var(--green)!important}.background-border-green{background-color:var(--green)!important;border-color:var(--green)!important}.border-green{border-color:var(--green)!important}.text-yellow{color:var(--yellow)!important}.text-yellow-bold{color:var(--yellow)!important;font-weight:700!important}.background-yellow{background-color:var(--yellow)!important}.background-border-yellow{background-color:var(--yellow)!important;border-color:var(--yellow)!important}.border-yellow{border-color:var(--yellow)!important}.text-red{color:var(--red)!important}.text-red-bold{color:var(--red)!important;font-weight:700!important}.background-red{background-color:var(--red)!important}.background-border-red{background-color:var(--red)!important;border-color:var(--red)!important}.border-red{border-color:var(--red)!important}.text-white{color:var(--white)!important}.text-white-bold{color:var(--white)!important;font-weight:700!important}.background-white{background-color:var(--white)!important}.background-border-white{background-color:var(--white)!important;border-color:var(--white)!important}.border-white{border-color:var(--white)!important}.text-black{color:var(--black)!important}.text-black-bold{color:var(--black)!important;font-weight:700!important}.background-black{background-color:var(--black)!important}.background-border-black{background-color:var(--black)!important;border-color:var(--black)!important}.border-black{border-color:var(--black)!important}.text-orange{color:var(--orange)!important}.text-orange-bold{color:var(--orange)!important;font-weight:700!important}.background-orange{background-color:var(--orange)!important}.background-border-orange{background-color:var(--orange)!important;border-color:var(--orange)!important}.border-orange{border-color:var(--orange)!important}.text-transparent{color:transparent!important}.background-transparent{background-color:transparent!important}.border-transparent{border-color:transparent!important}\n"] }); }
|
3219
|
+
}
|
3220
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.1", ngImport: i0, type: CoerSelectButton, decorators: [{
|
3221
|
+
type: Component,
|
3222
|
+
args: [{ selector: 'coer-select-button', providers: [CONTROL_VALUE(CoerSelectButton)], standalone: false, template: "<div class=\"coer-select-button\">\r\n <div [id]=\"_id\" class=\"dropdown coer-select-button\">\r\n @for(option of dataSource(); track option) {\r\n <button type=\"button\" \r\n data-bs-toggle=\"dropdown\" \r\n data-bs-auto-close=\"outside\" \r\n class=\"btn btn-secondary dropdown-toggle\" \r\n (click)=\"Toggle()\"> Dropdown </button>\r\n \r\n <ul class=\"dropdown-menu\">\r\n <li><button class=\"dropdown-item\" type=\"button\">Action</button></li>\r\n <li><button class=\"dropdown-item\" type=\"button\">Another action</button></li>\r\n <li><button class=\"dropdown-item\" type=\"button\">Something else here</button></li>\r\n </ul>\r\n }\r\n </div>\r\n</div>", styles: [":root{--blue: #0d6efd;--gray: #6c757d;--green: #198754;--yellow: #ffc107;--red: #dc3545;--white: #f5f5f5;--black: #252525;--orange: #fd6031;--purple: #a615bc}.text-blue{color:var(--blue)!important}.text-blue-bold{color:var(--blue)!important;font-weight:700!important}.background-blue{background-color:var(--blue)!important}.background-border-blue{background-color:var(--blue)!important;border-color:var(--blue)!important}.border-blue{border-color:var(--blue)!important}.text-gray{color:var(--gray)!important}.text-gray-bold{color:var(--gray)!important;font-weight:700!important}.background-gray{background-color:var(--gray)!important}.background-border-gray{background-color:var(--gray)!important;border-color:var(--gray)!important}.border-gray{border-color:var(--gray)!important}.text-green{color:var(--green)!important}.text-green-bold{color:var(--green)!important;font-weight:700!important}.background-green{background-color:var(--green)!important}.background-border-green{background-color:var(--green)!important;border-color:var(--green)!important}.border-green{border-color:var(--green)!important}.text-yellow{color:var(--yellow)!important}.text-yellow-bold{color:var(--yellow)!important;font-weight:700!important}.background-yellow{background-color:var(--yellow)!important}.background-border-yellow{background-color:var(--yellow)!important;border-color:var(--yellow)!important}.border-yellow{border-color:var(--yellow)!important}.text-red{color:var(--red)!important}.text-red-bold{color:var(--red)!important;font-weight:700!important}.background-red{background-color:var(--red)!important}.background-border-red{background-color:var(--red)!important;border-color:var(--red)!important}.border-red{border-color:var(--red)!important}.text-white{color:var(--white)!important}.text-white-bold{color:var(--white)!important;font-weight:700!important}.background-white{background-color:var(--white)!important}.background-border-white{background-color:var(--white)!important;border-color:var(--white)!important}.border-white{border-color:var(--white)!important}.text-black{color:var(--black)!important}.text-black-bold{color:var(--black)!important;font-weight:700!important}.background-black{background-color:var(--black)!important}.background-border-black{background-color:var(--black)!important;border-color:var(--black)!important}.border-black{border-color:var(--black)!important}.text-orange{color:var(--orange)!important}.text-orange-bold{color:var(--orange)!important;font-weight:700!important}.background-orange{background-color:var(--orange)!important}.background-border-orange{background-color:var(--orange)!important;border-color:var(--orange)!important}.border-orange{border-color:var(--orange)!important}.text-transparent{color:transparent!important}.background-transparent{background-color:transparent!important}.border-transparent{border-color:transparent!important}\n"] }]
|
3223
|
+
}], propDecorators: { value: [{
|
3224
|
+
type: Input
|
3225
|
+
}] } });
|
3226
|
+
|
3177
3227
|
class CoerTab {
|
3178
3228
|
constructor() {
|
3179
3229
|
//Variables
|
@@ -3540,6 +3590,7 @@ class ComponentsModule {
|
|
3540
3590
|
CoerPageTitle,
|
3541
3591
|
CoerSidenav,
|
3542
3592
|
CoerSelectbox,
|
3593
|
+
CoerSelectButton,
|
3543
3594
|
CoerSwitch,
|
3544
3595
|
CoerTab,
|
3545
3596
|
CoerTextarea,
|
@@ -3582,6 +3633,7 @@ class ComponentsModule {
|
|
3582
3633
|
CoerPageTitle,
|
3583
3634
|
CoerSidenav,
|
3584
3635
|
CoerSelectbox,
|
3636
|
+
CoerSelectButton,
|
3585
3637
|
CoerSwitch,
|
3586
3638
|
CoerTab,
|
3587
3639
|
CoerTextarea,
|
@@ -3655,6 +3707,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.1", ngImpor
|
|
3655
3707
|
CoerPageTitle,
|
3656
3708
|
CoerSidenav,
|
3657
3709
|
CoerSelectbox,
|
3710
|
+
CoerSelectButton,
|
3658
3711
|
CoerSwitch,
|
3659
3712
|
CoerTab,
|
3660
3713
|
CoerTextarea,
|
@@ -3676,6 +3729,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.1", ngImpor
|
|
3676
3729
|
CoerPageTitle,
|
3677
3730
|
CoerSidenav,
|
3678
3731
|
CoerSelectbox,
|
3732
|
+
CoerSelectButton,
|
3679
3733
|
CoerSwitch,
|
3680
3734
|
CoerTab,
|
3681
3735
|
CoerTextarea,
|
@@ -3690,5 +3744,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.1", ngImpor
|
|
3690
3744
|
* Generated bundle index. Do not edit.
|
3691
3745
|
*/
|
3692
3746
|
|
3693
|
-
export { CoerAccordion, CoerButton, CoerCheckbox, CoerDateBox, CoerFilebox, CoerForm, CoerGrid, CoerList, CoerModal, CoerNumberBox, CoerPageTitle, CoerSelectbox, CoerSidenav, CoerSwitch, CoerTab, CoerTextBox, CoerTextarea, CoerToolbar, CoerTreeAccordion, ComponentsModule };
|
3747
|
+
export { CoerAccordion, CoerButton, CoerCheckbox, CoerDateBox, CoerFilebox, CoerForm, CoerGrid, CoerList, CoerModal, CoerNumberBox, CoerPageTitle, CoerSelectButton, CoerSelectbox, CoerSidenav, CoerSwitch, CoerTab, CoerTextBox, CoerTextarea, CoerToolbar, CoerTreeAccordion, ComponentsModule };
|
3694
3748
|
//# sourceMappingURL=coer-elements-components.mjs.map
|