@bizy/core 20.6.1 → 20.6.2
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/bizy-core.mjs +2 -2
- package/package.json +1 -1
package/fesm2022/bizy-core.mjs
CHANGED
|
@@ -4136,13 +4136,13 @@ class BizyMenuBarComponent {
|
|
|
4136
4136
|
this.#subscription.unsubscribe();
|
|
4137
4137
|
}
|
|
4138
4138
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.5", ngImport: i0, type: BizyMenuBarComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
4139
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.0.5", type: BizyMenuBarComponent, isStandalone: true, selector: "bizy-menu-bar", inputs: { id: "id", disabled: "disabled", selectedOption: "selectedOption" }, outputs: { selectedOptionChange: "selectedOptionChange" }, host: { properties: { "id": "id" } }, queries: [{ propertyName: "options", predicate: BizyMenuBarOptionComponent }], ngImport: i0, template: "<ng-content select=\"bizy-menu-bar-option\"></ng-content>", styles: [":host{font-size:1rem;display:flex;
|
|
4139
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.0.5", type: BizyMenuBarComponent, isStandalone: true, selector: "bizy-menu-bar", inputs: { id: "id", disabled: "disabled", selectedOption: "selectedOption" }, outputs: { selectedOptionChange: "selectedOptionChange" }, host: { properties: { "id": "id" } }, queries: [{ propertyName: "options", predicate: BizyMenuBarOptionComponent }], ngImport: i0, template: "<ng-content select=\"bizy-menu-bar-option\"></ng-content>", styles: [":host{font-size:1rem;display:flex;height:fit-content;width:fit-content;background-color:transparent;align-items:center;column-gap:0}:host ::ng-deep>bizy-menu-bar-option:first-child{--bizy-menu-bar-option-border-radius: 1rem 0 0 1rem}:host ::ng-deep>bizy-menu-bar-option:last-child{--bizy-menu-bar-option-border-radius: 0 1rem 1rem 0}:host ::ng-deep>bizy-menu-bar-option:not(:first-child):not(:last-child){--bizy-menu-bar-option-border-radius: 0}:host ::ng-deep>bizy-menu-bar-option:only-child{--bizy-menu-bar-option-border-radius: 1rem}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
4140
4140
|
}
|
|
4141
4141
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.5", ngImport: i0, type: BizyMenuBarComponent, decorators: [{
|
|
4142
4142
|
type: Component,
|
|
4143
4143
|
args: [{ selector: 'bizy-menu-bar', imports: [CommonModule], changeDetection: ChangeDetectionStrategy.OnPush, host: {
|
|
4144
4144
|
'[id]': 'id',
|
|
4145
|
-
}, template: "<ng-content select=\"bizy-menu-bar-option\"></ng-content>", styles: [":host{font-size:1rem;display:flex;
|
|
4145
|
+
}, template: "<ng-content select=\"bizy-menu-bar-option\"></ng-content>", styles: [":host{font-size:1rem;display:flex;height:fit-content;width:fit-content;background-color:transparent;align-items:center;column-gap:0}:host ::ng-deep>bizy-menu-bar-option:first-child{--bizy-menu-bar-option-border-radius: 1rem 0 0 1rem}:host ::ng-deep>bizy-menu-bar-option:last-child{--bizy-menu-bar-option-border-radius: 0 1rem 1rem 0}:host ::ng-deep>bizy-menu-bar-option:not(:first-child):not(:last-child){--bizy-menu-bar-option-border-radius: 0}:host ::ng-deep>bizy-menu-bar-option:only-child{--bizy-menu-bar-option-border-radius: 1rem}\n"] }]
|
|
4146
4146
|
}], propDecorators: { options: [{
|
|
4147
4147
|
type: ContentChildren,
|
|
4148
4148
|
args: [BizyMenuBarOptionComponent]
|