otimus-library 0.3.66 → 0.3.67
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/fesm2022/otimus-library.mjs +17 -1
- package/fesm2022/otimus-library.mjs.map +1 -1
- package/index.d.ts +9 -2
- package/package.json +1 -1
|
@@ -2217,6 +2217,22 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.9", ngImpor
|
|
|
2217
2217
|
type: Input
|
|
2218
2218
|
}] } });
|
|
2219
2219
|
|
|
2220
|
+
class OcDrawerFooterComponent {
|
|
2221
|
+
constructor() {
|
|
2222
|
+
this.ocSide = 'right';
|
|
2223
|
+
}
|
|
2224
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.9", ngImport: i0, type: OcDrawerFooterComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2225
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.9", type: OcDrawerFooterComponent, isStandalone: true, selector: "oc-drawer-footer", inputs: { ocSide: "ocSide", ocBgColor: "ocBgColor" }, ngImport: i0, template: "<footer class=\"oc-drawer-footer\" [ngClass]=\"{\n 'left': ocSide === 'left',\n 'right': ocSide === 'right'\n}\"\n [ngStyle]=\"{\n 'background-color': ocBgColor\n }\"\n>\n <ng-content></ng-content>\n</footer>\n", styles: [".oc-drawer-footer{display:flex;align-items:center;gap:.5rem;width:100%;margin-top:auto;padding-top:1rem}.left{justify-content:flex-start}.right{justify-content:flex-end}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i2.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i2.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }] }); }
|
|
2226
|
+
}
|
|
2227
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.9", ngImport: i0, type: OcDrawerFooterComponent, decorators: [{
|
|
2228
|
+
type: Component,
|
|
2229
|
+
args: [{ selector: 'oc-drawer-footer', imports: [CommonModule], template: "<footer class=\"oc-drawer-footer\" [ngClass]=\"{\n 'left': ocSide === 'left',\n 'right': ocSide === 'right'\n}\"\n [ngStyle]=\"{\n 'background-color': ocBgColor\n }\"\n>\n <ng-content></ng-content>\n</footer>\n", styles: [".oc-drawer-footer{display:flex;align-items:center;gap:.5rem;width:100%;margin-top:auto;padding-top:1rem}.left{justify-content:flex-start}.right{justify-content:flex-end}\n"] }]
|
|
2230
|
+
}], propDecorators: { ocSide: [{
|
|
2231
|
+
type: Input
|
|
2232
|
+
}], ocBgColor: [{
|
|
2233
|
+
type: Input
|
|
2234
|
+
}] } });
|
|
2235
|
+
|
|
2220
2236
|
class OcFilterComponent {
|
|
2221
2237
|
constructor(styleThemeService) {
|
|
2222
2238
|
this.styleThemeService = styleThemeService;
|
|
@@ -3329,5 +3345,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.9", ngImpor
|
|
|
3329
3345
|
* Generated bundle index. Do not edit.
|
|
3330
3346
|
*/
|
|
3331
3347
|
|
|
3332
|
-
export { OcAccordionComponent, OcAccordionItemComponent, OcAutocompleteComponent, OcBadgeComponent, OcButtonMenuComponent, OcCalendarComponent, OcCardComponent, OcCheckboxComponent, OcChipComponent, OcDateSelectComponent, OcDrawerComponent, OcFilterComponent, OcInputComponent, OcKeyValueComponent, OcLogComponent, OcMenuComponent, OcMenuHorizComponent, OcMenuHorizDirective, OcMessageComponent, OcModalComponent, OcModalFooterComponent, OcNotFoundComponent, OcOverlayComponent, OcPaginationComponent, OcProfileComponent, OcProgressComponent, OcStepComponent, OcStepperComponent, OcTabComponent, OcTabsComponent, OcToastComponent, OcToastService, OcToggleComponent, OcTooltipDirective, OtimusLibraryComponent, OtimusLibraryService, StyleThemeService };
|
|
3348
|
+
export { OcAccordionComponent, OcAccordionItemComponent, OcAutocompleteComponent, OcBadgeComponent, OcButtonMenuComponent, OcCalendarComponent, OcCardComponent, OcCheckboxComponent, OcChipComponent, OcDateSelectComponent, OcDrawerComponent, OcDrawerFooterComponent, OcFilterComponent, OcInputComponent, OcKeyValueComponent, OcLogComponent, OcMenuComponent, OcMenuHorizComponent, OcMenuHorizDirective, OcMessageComponent, OcModalComponent, OcModalFooterComponent, OcNotFoundComponent, OcOverlayComponent, OcPaginationComponent, OcProfileComponent, OcProgressComponent, OcStepComponent, OcStepperComponent, OcTabComponent, OcTabsComponent, OcToastComponent, OcToastService, OcToggleComponent, OcTooltipDirective, OtimusLibraryComponent, OtimusLibraryService, StyleThemeService };
|
|
3333
3349
|
//# sourceMappingURL=otimus-library.mjs.map
|