@fundamental-ngx/btp 0.50.2 → 0.50.3-rc.1
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/esm2022/button/button-type-guard.mjs +3 -3
- package/esm2022/button/nested-button.directive.mjs +3 -3
- package/esm2022/button/tool-header-button.directive.mjs +3 -3
- package/esm2022/navigation/components/navigation/navigation.component.mjs +6 -6
- package/esm2022/navigation/components/navigation-end/navigation-content-end.component.mjs +3 -3
- package/esm2022/navigation/components/navigation-item/navigation-list-item.component.mjs +7 -7
- package/esm2022/navigation/components/navigation-link/navigation-link.component.mjs +7 -7
- package/esm2022/navigation/components/navigation-list/navigation-list.component.mjs +4 -4
- package/esm2022/navigation/components/navigation-more-button/navigation-more-button.component.mjs +4 -4
- package/esm2022/navigation/components/navigation-start/navigation-content-start.component.mjs +4 -4
- package/esm2022/navigation/directives/navigation-list-data-source.directive.mjs +3 -3
- package/esm2022/navigation/directives/navigation-list-item-ref.directive.mjs +6 -6
- package/esm2022/navigation/models/navigation-content-container.class.mjs +1 -1
- package/esm2022/navigation/models/navigation-data-source-item.model.mjs +1 -1
- package/esm2022/navigation/models/navigation-list-item.class.mjs +1 -1
- package/esm2022/navigation/services/navigation.service.mjs +3 -3
- package/esm2022/navigation-menu/lib/navigation-menu-item.component.mjs +3 -3
- package/esm2022/navigation-menu/lib/navigation-menu-popover-control.directive.mjs +3 -3
- package/esm2022/navigation-menu/lib/navigation-menu-popover.component.mjs +3 -3
- package/esm2022/navigation-menu/lib/navigation-menu.component.mjs +4 -4
- package/esm2022/navigation-menu/lib/navigation-menu.module.mjs +4 -4
- package/esm2022/search-field/search-field.component.mjs +5 -5
- package/esm2022/splitter/splitter-pagination/splitter-pagination.component.mjs +4 -4
- package/esm2022/splitter/splitter-pane-container/no-default-pane.pipe.mjs +4 -4
- package/esm2022/splitter/splitter-pane-container/splitter-pane-container.component.mjs +4 -4
- package/esm2022/splitter/splitter-resizer/splitter-resizer.component.mjs +4 -4
- package/esm2022/splitter/splitter-split-pane/splitter-split-pane.component.mjs +4 -4
- package/esm2022/splitter/splitter.component.mjs +5 -5
- package/esm2022/splitter/splitter.module.mjs +4 -4
- package/esm2022/tool-header/components/tool-header/tool-header.component.mjs +6 -6
- package/esm2022/tool-header/components/tool-header-action-separator.component.mjs +3 -3
- package/esm2022/tool-header/components/tool-header-product-switch.component.mjs +3 -3
- package/esm2022/tool-header/directives/tool-header-action-button.directive.mjs +3 -3
- package/esm2022/tool-header/directives/tool-header-action.directive.mjs +3 -3
- package/esm2022/tool-header/directives/tool-header-auto-mode.directive.mjs +4 -4
- package/esm2022/tool-header/directives/tool-header-element.directive.mjs +3 -3
- package/esm2022/tool-header/directives/tool-header-group.directive.mjs +3 -3
- package/esm2022/tool-header/directives/tool-header-logo.directive.mjs +3 -3
- package/esm2022/tool-header/directives/tool-header-user.directive.mjs +3 -3
- package/esm2022/tool-header/tool-header-action.class.mjs +3 -3
- package/esm2022/tool-header/tool-header-component.class.mjs +1 -1
- package/esm2022/tool-layout/directives/tool-layout-container.directive.mjs +3 -3
- package/esm2022/tool-layout/directives/tool-layout-content-container.directive.mjs +3 -3
- package/esm2022/tool-layout/directives/tool-layout-header-container.directive.mjs +3 -3
- package/esm2022/tool-layout/directives/tool-layout-navigation-container.directive.mjs +3 -3
- package/esm2022/tool-layout/tool-layout.component.mjs +4 -4
- package/esm2022/tool-layout/tool-layout.module.mjs +4 -4
- package/fesm2022/fundamental-ngx-btp-button.mjs +9 -9
- package/fesm2022/fundamental-ngx-btp-navigation-menu.mjs +17 -17
- package/fesm2022/fundamental-ngx-btp-navigation-menu.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-btp-navigation.mjs +41 -41
- package/fesm2022/fundamental-ngx-btp-navigation.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-btp-search-field.mjs +4 -4
- package/fesm2022/fundamental-ngx-btp-search-field.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-btp-splitter.mjs +23 -23
- package/fesm2022/fundamental-ngx-btp-splitter.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-btp-tool-header.mjs +35 -35
- package/fesm2022/fundamental-ngx-btp-tool-header.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-btp-tool-layout.mjs +20 -20
- package/fesm2022/fundamental-ngx-btp-tool-layout.mjs.map +1 -1
- package/package.json +5 -5
|
@@ -16,10 +16,10 @@ export class ButtonTypeGuard {
|
|
|
16
16
|
this._buttonComponent.fdType = this.fdType;
|
|
17
17
|
this._buttonComponent.buildComponentCssClass();
|
|
18
18
|
}
|
|
19
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
20
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
19
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.3", ngImport: i0, type: ButtonTypeGuard, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
20
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.0.3", type: ButtonTypeGuard, usesOnChanges: true, ngImport: i0 }); }
|
|
21
21
|
}
|
|
22
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
22
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.3", ngImport: i0, type: ButtonTypeGuard, decorators: [{
|
|
23
23
|
type: Directive
|
|
24
24
|
}] });
|
|
25
25
|
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYnV0dG9uLXR5cGUtZ3VhcmQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9saWJzL2J0cC9idXR0b24vYnV0dG9uLXR5cGUtZ3VhcmQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxNQUFNLEVBQXFCLE1BQU0sZUFBZSxDQUFDO0FBQ3JFLE9BQU8sRUFBbUIsbUJBQW1CLEVBQUUsTUFBTSw4QkFBOEIsQ0FBQzs7QUFHcEYsTUFBTSxPQUFnQixlQUFlO0lBRHJDO1FBS0ksY0FBYztRQUNKLHFCQUFnQixHQUFHLE1BQU0sQ0FBa0IsbUJBQW1CLEVBQUUsRUFBRSxJQUFJLEVBQUUsSUFBSSxFQUFFLENBQUMsQ0FBQztLQWE3RjtJQVhHLGNBQWM7SUFDZCxRQUFRO1FBQ0osSUFBSSxDQUFDLGdCQUFnQixDQUFDLE1BQU0sR0FBRyxJQUFJLENBQUMsTUFBYSxDQUFDO1FBQ2xELElBQUksQ0FBQyxnQkFBZ0IsQ0FBQyxzQkFBc0IsRUFBRSxDQUFDO0lBQ25ELENBQUM7SUFFRCxjQUFjO0lBQ2QsV0FBVztRQUNQLElBQUksQ0FBQyxnQkFBZ0IsQ0FBQyxNQUFNLEdBQUcsSUFBSSxDQUFDLE1BQWEsQ0FBQztRQUNsRCxJQUFJLENBQUMsZ0JBQWdCLENBQUMsc0JBQXNCLEVBQUUsQ0FBQztJQUNuRCxDQUFDOzhHQWpCaUIsZUFBZTtrR0FBZixlQUFlOzsyRkFBZixlQUFlO2tCQURwQyxTQUFTIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgRGlyZWN0aXZlLCBpbmplY3QsIE9uQ2hhbmdlcywgT25Jbml0IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBCdXR0b25Db21wb25lbnQsIEZEX0JVVFRPTl9DT01QT05FTlQgfSBmcm9tICdAZnVuZGFtZW50YWwtbmd4L2NvcmUvYnV0dG9uJztcblxuQERpcmVjdGl2ZSgpXG5leHBvcnQgYWJzdHJhY3QgY2xhc3MgQnV0dG9uVHlwZUd1YXJkIGltcGxlbWVudHMgT25Jbml0LCBPbkNoYW5nZXMge1xuICAgIC8qKiBUeXBlIG9mIHRoZSBidXR0b24uICovXG4gICAgYWJzdHJhY3QgZmRUeXBlOiBzdHJpbmc7XG5cbiAgICAvKiogQGhpZGRlbiAqL1xuICAgIHByb3RlY3RlZCBfYnV0dG9uQ29tcG9uZW50ID0gaW5qZWN0PEJ1dHRvbkNvbXBvbmVudD4oRkRfQlVUVE9OX0NPTVBPTkVOVCwgeyBob3N0OiB0cnVlIH0pO1xuXG4gICAgLyoqIEBoaWRkZW4gKi9cbiAgICBuZ09uSW5pdCgpOiB2b2lkIHtcbiAgICAgICAgdGhpcy5fYnV0dG9uQ29tcG9uZW50LmZkVHlwZSA9IHRoaXMuZmRUeXBlIGFzIGFueTtcbiAgICAgICAgdGhpcy5fYnV0dG9uQ29tcG9uZW50LmJ1aWxkQ29tcG9uZW50Q3NzQ2xhc3MoKTtcbiAgICB9XG5cbiAgICAvKiogQGhpZGRlbiAqL1xuICAgIG5nT25DaGFuZ2VzKCk6IHZvaWQge1xuICAgICAgICB0aGlzLl9idXR0b25Db21wb25lbnQuZmRUeXBlID0gdGhpcy5mZFR5cGUgYXMgYW55O1xuICAgICAgICB0aGlzLl9idXR0b25Db21wb25lbnQuYnVpbGRDb21wb25lbnRDc3NDbGFzcygpO1xuICAgIH1cbn1cbiJdfQ==
|
|
@@ -14,10 +14,10 @@ export class NestedButtonDirective extends ButtonTypeGuard {
|
|
|
14
14
|
this.fdType = this.square ? 'nested-square' : 'nested';
|
|
15
15
|
super.ngOnChanges();
|
|
16
16
|
}
|
|
17
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
18
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "
|
|
17
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.3", ngImport: i0, type: NestedButtonDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
|
|
18
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "18.0.3", type: NestedButtonDirective, isStandalone: true, selector: "[fd-button][fdbNestedButton]", inputs: { fdType: "fdType", square: ["square", "square", booleanAttribute] }, usesInheritance: true, usesOnChanges: true, ngImport: i0 }); }
|
|
19
19
|
}
|
|
20
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
20
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.3", ngImport: i0, type: NestedButtonDirective, decorators: [{
|
|
21
21
|
type: Directive,
|
|
22
22
|
args: [{
|
|
23
23
|
selector: '[fd-button][fdbNestedButton]',
|
|
@@ -7,10 +7,10 @@ export class ToolHeaderButtonDirective extends ButtonTypeGuard {
|
|
|
7
7
|
/** Type of the button. In case of fdbToolHeaderButton it is always a `tool-header` */
|
|
8
8
|
this.fdType = 'tool-header';
|
|
9
9
|
}
|
|
10
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
11
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
10
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.3", ngImport: i0, type: ToolHeaderButtonDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
|
|
11
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.0.3", type: ToolHeaderButtonDirective, isStandalone: true, selector: "[fd-button][fdbToolHeaderButton]", inputs: { fdType: "fdType" }, usesInheritance: true, ngImport: i0 }); }
|
|
12
12
|
}
|
|
13
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
13
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.3", ngImport: i0, type: ToolHeaderButtonDirective, decorators: [{
|
|
14
14
|
type: Directive,
|
|
15
15
|
args: [{
|
|
16
16
|
selector: '[fd-button][fdbToolHeaderButton]',
|