barsa-sap-ui 2.2.89 → 2.2.90
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.
|
@@ -13484,11 +13484,11 @@ class FormToolbarButtonComponent extends BaseFormToolbaritemPropsComponent {
|
|
|
13484
13484
|
}
|
|
13485
13485
|
}
|
|
13486
13486
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.10", ngImport: i0, type: FormToolbarButtonComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
13487
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.10", type: FormToolbarButtonComponent, isStandalone: false, selector: "bsu-form-toolbar-button", inputs: { parameters: "parameters" }, outputs: { btnClick: "btnClick" }, viewQueries: [{ propertyName: "inlineHelpDirective", first: true, predicate: InlineHelpDirective, descendants: true, static: true }], usesInheritance: true, usesOnChanges: true, ngImport: i0, template: "<button\r\n fd-toolbar-item\r\n fd-button\r\n [title]=\"inlineHelp | bbbTranslate\"\r\n [glyph]=\"deviceSize === 's' ? null : icon\"\r\n [class.control-disabled]=\"isEnable === false ? true : false\"\r\n [fdType]=\"fdType || (!isEnable ? 'transparent' : fdType)\"\r\n (click)=\"btnClick.emit()\"\r\n [style.min-width.px]=\"minWidth ? minWidth : null\"\r\n>\r\n @if (
|
|
13487
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.10", type: FormToolbarButtonComponent, isStandalone: false, selector: "bsu-form-toolbar-button", inputs: { parameters: "parameters" }, outputs: { btnClick: "btnClick" }, viewQueries: [{ propertyName: "inlineHelpDirective", first: true, predicate: InlineHelpDirective, descendants: true, static: true }], usesInheritance: true, usesOnChanges: true, ngImport: i0, template: "<button\r\n fd-toolbar-item\r\n fd-button\r\n [title]=\"inlineHelp | bbbTranslate\"\r\n [glyph]=\"deviceSize === 's' ? null : icon\"\r\n [class.control-disabled]=\"isEnable === false ? true : false\"\r\n [fdType]=\"fdType || (!isEnable ? 'transparent' : fdType)\"\r\n (click)=\"btnClick.emit()\"\r\n [style.min-width.px]=\"minWidth ? minWidth : null\"\r\n>\r\n @if (onlyIcon!==true && (showText || deviceSize === 's')) {\r\n <span>{{ customText || text | bbbTranslate }}</span>\r\n }\r\n</button>\r\n", styles: [""], dependencies: [{ kind: "component", type: i3$2.ButtonComponent, selector: "button[fd-button], a[fd-button], span[fd-button]", inputs: ["class"], exportAs: ["fd-button"] }, { kind: "directive", type: i8.ToolbarItemDirective, selector: "[fd-toolbar-item], [fdOverflowGroup], [fdOverflowPriority]", inputs: ["fdOverflowPriority", "fdOverflowGroup"] }, { kind: "pipe", type: i2.BbbTranslatePipe, name: "bbbTranslate" }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
13488
13488
|
}
|
|
13489
13489
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.10", ngImport: i0, type: FormToolbarButtonComponent, decorators: [{
|
|
13490
13490
|
type: Component,
|
|
13491
|
-
args: [{ selector: 'bsu-form-toolbar-button', changeDetection: ChangeDetectionStrategy.OnPush, standalone: false, template: "<button\r\n fd-toolbar-item\r\n fd-button\r\n [title]=\"inlineHelp | bbbTranslate\"\r\n [glyph]=\"deviceSize === 's' ? null : icon\"\r\n [class.control-disabled]=\"isEnable === false ? true : false\"\r\n [fdType]=\"fdType || (!isEnable ? 'transparent' : fdType)\"\r\n (click)=\"btnClick.emit()\"\r\n [style.min-width.px]=\"minWidth ? minWidth : null\"\r\n>\r\n @if (
|
|
13491
|
+
args: [{ selector: 'bsu-form-toolbar-button', changeDetection: ChangeDetectionStrategy.OnPush, standalone: false, template: "<button\r\n fd-toolbar-item\r\n fd-button\r\n [title]=\"inlineHelp | bbbTranslate\"\r\n [glyph]=\"deviceSize === 's' ? null : icon\"\r\n [class.control-disabled]=\"isEnable === false ? true : false\"\r\n [fdType]=\"fdType || (!isEnable ? 'transparent' : fdType)\"\r\n (click)=\"btnClick.emit()\"\r\n [style.min-width.px]=\"minWidth ? minWidth : null\"\r\n>\r\n @if (onlyIcon!==true && (showText || deviceSize === 's')) {\r\n <span>{{ customText || text | bbbTranslate }}</span>\r\n }\r\n</button>\r\n" }]
|
|
13492
13492
|
}], propDecorators: { inlineHelpDirective: [{
|
|
13493
13493
|
type: ViewChild,
|
|
13494
13494
|
args: [InlineHelpDirective, { static: true }]
|