@ui5/webcomponents-ngx 0.0.1-rc.0
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/README.md +3 -0
- package/esm2020/fiori/directives/bar.mjs +36 -0
- package/esm2020/fiori/directives/barcode-scanner-dialog.mjs +35 -0
- package/esm2020/fiori/directives/dynamic-side-content.mjs +80 -0
- package/esm2020/fiori/directives/filter-item-option.mjs +38 -0
- package/esm2020/fiori/directives/filter-item.mjs +33 -0
- package/esm2020/fiori/directives/flexible-column-layout.mjs +107 -0
- package/esm2020/fiori/directives/illustrated-message.mjs +68 -0
- package/esm2020/fiori/directives/media-gallery-item.mjs +49 -0
- package/esm2020/fiori/directives/media-gallery.mjs +72 -0
- package/esm2020/fiori/directives/notification-action.mjs +54 -0
- package/esm2020/fiori/directives/notification-list-group-item.mjs +104 -0
- package/esm2020/fiori/directives/notification-list-item-base.mjs +85 -0
- package/esm2020/fiori/directives/notification-list-item.mjs +99 -0
- package/esm2020/fiori/directives/page.mjs +60 -0
- package/esm2020/fiori/directives/product-switch-item.mjs +66 -0
- package/esm2020/fiori/directives/product-switch.mjs +22 -0
- package/esm2020/fiori/directives/shell-bar-item.mjs +50 -0
- package/esm2020/fiori/directives/shell-bar.mjs +171 -0
- package/esm2020/fiori/directives/side-navigation-item.mjs +62 -0
- package/esm2020/fiori/directives/side-navigation-sub-item.mjs +46 -0
- package/esm2020/fiori/directives/side-navigation.mjs +40 -0
- package/esm2020/fiori/directives/sort-item.mjs +38 -0
- package/esm2020/fiori/directives/timeline-item.mjs +66 -0
- package/esm2020/fiori/directives/timeline.mjs +38 -0
- package/esm2020/fiori/directives/upload-collection-item.mjs +124 -0
- package/esm2020/fiori/directives/upload-collection.mjs +75 -0
- package/esm2020/fiori/directives/view-settings-dialog.mjs +52 -0
- package/esm2020/fiori/directives/wizard-step.mjs +70 -0
- package/esm2020/fiori/directives/wizard.mjs +26 -0
- package/esm2020/fiori/ui5-fiori.module.mjs +134 -0
- package/esm2020/generic-cva.mjs +41 -0
- package/esm2020/index.mjs +114 -0
- package/esm2020/main/directives/avatar-group.mjs +56 -0
- package/esm2020/main/directives/avatar.mjs +81 -0
- package/esm2020/main/directives/badge.mjs +33 -0
- package/esm2020/main/directives/breadcrumbs-item.mjs +46 -0
- package/esm2020/main/directives/breadcrumbs.mjs +42 -0
- package/esm2020/main/directives/busy-indicator.mjs +54 -0
- package/esm2020/main/directives/button.mjs +98 -0
- package/esm2020/main/directives/calendar-date.mjs +30 -0
- package/esm2020/main/directives/calendar.mjs +88 -0
- package/esm2020/main/directives/card-header.mjs +64 -0
- package/esm2020/main/directives/card.mjs +41 -0
- package/esm2020/main/directives/carousel.mjs +85 -0
- package/esm2020/main/directives/check-box.mjs +154 -0
- package/esm2020/main/directives/color-palette-item.mjs +30 -0
- package/esm2020/main/directives/color-palette-popover.mjs +67 -0
- package/esm2020/main/directives/color-palette.mjs +26 -0
- package/esm2020/main/directives/color-picker.mjs +34 -0
- package/esm2020/main/directives/combo-box-group-item.mjs +30 -0
- package/esm2020/main/directives/combo-box-item.mjs +38 -0
- package/esm2020/main/directives/combo-box.mjs +158 -0
- package/esm2020/main/directives/custom-list-item.mjs +53 -0
- package/esm2020/main/directives/date-picker.mjs +242 -0
- package/esm2020/main/directives/date-range-picker.mjs +274 -0
- package/esm2020/main/directives/date-time-picker.mjs +242 -0
- package/esm2020/main/directives/day-picker.mjs +111 -0
- package/esm2020/main/directives/dialog.mjs +160 -0
- package/esm2020/main/directives/file-uploader.mjs +141 -0
- package/esm2020/main/directives/group-header-list-item.mjs +38 -0
- package/esm2020/main/directives/icon.mjs +62 -0
- package/esm2020/main/directives/input.mjs +210 -0
- package/esm2020/main/directives/label.mjs +54 -0
- package/esm2020/main/directives/link.mjs +98 -0
- package/esm2020/main/directives/list.mjs +146 -0
- package/esm2020/main/directives/menu-item.mjs +70 -0
- package/esm2020/main/directives/menu.mjs +40 -0
- package/esm2020/main/directives/message-strip.mjs +53 -0
- package/esm2020/main/directives/month-picker.mjs +95 -0
- package/esm2020/main/directives/multi-combo-box-group-item.mjs +30 -0
- package/esm2020/main/directives/multi-combo-box-item.mjs +46 -0
- package/esm2020/main/directives/multi-combo-box.mjs +177 -0
- package/esm2020/main/directives/multi-input.mjs +227 -0
- package/esm2020/main/directives/option.mjs +62 -0
- package/esm2020/main/directives/panel.mjs +85 -0
- package/esm2020/main/directives/popover.mjs +192 -0
- package/esm2020/main/directives/progress-indicator.mjs +62 -0
- package/esm2020/main/directives/radio-button.mjs +154 -0
- package/esm2020/main/directives/range-slider.mjs +195 -0
- package/esm2020/main/directives/rating-indicator.mjs +66 -0
- package/esm2020/main/directives/responsive-popover.mjs +192 -0
- package/esm2020/main/directives/segmented-button-item.mjs +106 -0
- package/esm2020/main/directives/segmented-button.mjs +42 -0
- package/esm2020/main/directives/select.mjs +85 -0
- package/esm2020/main/directives/slider-base.mjs +135 -0
- package/esm2020/main/directives/slider.mjs +183 -0
- package/esm2020/main/directives/split-button.mjs +69 -0
- package/esm2020/main/directives/standard-list-item.mjs +101 -0
- package/esm2020/main/directives/step-input.mjs +133 -0
- package/esm2020/main/directives/suggestion-group-item.mjs +30 -0
- package/esm2020/main/directives/suggestion-item.mjs +86 -0
- package/esm2020/main/directives/switch.mjs +130 -0
- package/esm2020/main/directives/tab-container.mjs +96 -0
- package/esm2020/main/directives/tab-separator.mjs +25 -0
- package/esm2020/main/directives/tab.mjs +76 -0
- package/esm2020/main/directives/table-cell.mjs +22 -0
- package/esm2020/main/directives/table-column.mjs +46 -0
- package/esm2020/main/directives/table-group-row.mjs +22 -0
- package/esm2020/main/directives/table-row.mjs +46 -0
- package/esm2020/main/directives/table.mjs +126 -0
- package/esm2020/main/directives/text-area.mjs +144 -0
- package/esm2020/main/directives/time-picker.mjs +143 -0
- package/esm2020/main/directives/title.mjs +38 -0
- package/esm2020/main/directives/toast.mjs +41 -0
- package/esm2020/main/directives/toggle-button.mjs +106 -0
- package/esm2020/main/directives/token.mjs +53 -0
- package/esm2020/main/directives/tree-item-custom.mjs +115 -0
- package/esm2020/main/directives/tree-item.mjs +120 -0
- package/esm2020/main/directives/tree.mjs +104 -0
- package/esm2020/main/directives/wheel-slider.mjs +62 -0
- package/esm2020/main/directives/year-picker.mjs +95 -0
- package/esm2020/main/ui5-main.module.mjs +376 -0
- package/esm2020/main/ui5-webcomponents-theming.module.mjs +21 -0
- package/esm2020/main/ui5-webcomponents-theming.service.mjs +34 -0
- package/esm2020/ui5-angular.module.mjs +22 -0
- package/esm2020/ui5-webcomponents-ngx.mjs +5 -0
- package/fesm2015/ui5-webcomponents-ngx.mjs +9375 -0
- package/fesm2015/ui5-webcomponents-ngx.mjs.map +1 -0
- package/fesm2020/ui5-webcomponents-ngx.mjs +9368 -0
- package/fesm2020/ui5-webcomponents-ngx.mjs.map +1 -0
- package/fiori/directives/bar.d.ts +20 -0
- package/fiori/directives/barcode-scanner-dialog.d.ts +33 -0
- package/fiori/directives/dynamic-side-content.d.ts +49 -0
- package/fiori/directives/filter-item-option.d.ts +19 -0
- package/fiori/directives/filter-item.d.ts +19 -0
- package/fiori/directives/flexible-column-layout.d.ts +63 -0
- package/fiori/directives/illustrated-message.d.ts +32 -0
- package/fiori/directives/media-gallery-item.d.ts +24 -0
- package/fiori/directives/media-gallery.d.ts +43 -0
- package/fiori/directives/notification-action.d.ts +25 -0
- package/fiori/directives/notification-list-group-item.d.ts +54 -0
- package/fiori/directives/notification-list-item-base.d.ts +46 -0
- package/fiori/directives/notification-list-item.d.ts +54 -0
- package/fiori/directives/page.d.ts +30 -0
- package/fiori/directives/product-switch-item.d.ts +37 -0
- package/fiori/directives/product-switch.d.ts +13 -0
- package/fiori/directives/shell-bar-item.d.ts +33 -0
- package/fiori/directives/shell-bar.d.ts +106 -0
- package/fiori/directives/side-navigation-item.d.ts +28 -0
- package/fiori/directives/side-navigation-sub-item.d.ts +22 -0
- package/fiori/directives/side-navigation.d.ts +32 -0
- package/fiori/directives/sort-item.d.ts +19 -0
- package/fiori/directives/timeline-item.d.ts +37 -0
- package/fiori/directives/timeline.d.ts +19 -0
- package/fiori/directives/upload-collection-item.d.ts +65 -0
- package/fiori/directives/upload-collection.d.ts +49 -0
- package/fiori/directives/view-settings-dialog.d.ts +51 -0
- package/fiori/directives/wizard-step.d.ts +31 -0
- package/fiori/directives/wizard.d.ts +26 -0
- package/fiori/ui5-fiori.module.d.ts +36 -0
- package/generic-cva.d.ts +27 -0
- package/index.d.ts +113 -0
- package/main/directives/avatar-group.d.ts +38 -0
- package/main/directives/avatar.d.ts +36 -0
- package/main/directives/badge.d.ts +19 -0
- package/main/directives/breadcrumbs-item.d.ts +22 -0
- package/main/directives/breadcrumbs.d.ts +34 -0
- package/main/directives/busy-indicator.d.ts +25 -0
- package/main/directives/button.d.ts +53 -0
- package/main/directives/calendar-date.d.ts +16 -0
- package/main/directives/calendar.d.ts +50 -0
- package/main/directives/card-header.d.ts +38 -0
- package/main/directives/card.d.ts +21 -0
- package/main/directives/carousel.d.ts +47 -0
- package/main/directives/check-box.d.ts +62 -0
- package/main/directives/color-palette-item.d.ts +16 -0
- package/main/directives/color-palette-popover.d.ts +42 -0
- package/main/directives/color-palette.d.ts +24 -0
- package/main/directives/color-picker.d.ts +25 -0
- package/main/directives/combo-box-group-item.d.ts +16 -0
- package/main/directives/combo-box-item.d.ts +19 -0
- package/main/directives/combo-box.d.ts +70 -0
- package/main/directives/custom-list-item.d.ts +34 -0
- package/main/directives/date-picker.d.ts +115 -0
- package/main/directives/date-range-picker.d.ts +127 -0
- package/main/directives/date-time-picker.d.ts +115 -0
- package/main/directives/day-picker.d.ts +60 -0
- package/main/directives/dialog.d.ts +90 -0
- package/main/directives/file-uploader.d.ts +60 -0
- package/main/directives/group-header-list-item.d.ts +19 -0
- package/main/directives/icon.d.ts +28 -0
- package/main/directives/input.d.ts +98 -0
- package/main/directives/label.d.ts +25 -0
- package/main/directives/link.d.ts +57 -0
- package/main/directives/list.d.ts +85 -0
- package/main/directives/menu-item.d.ts +31 -0
- package/main/directives/menu.d.ts +32 -0
- package/main/directives/message-strip.d.ts +34 -0
- package/main/directives/month-picker.d.ts +54 -0
- package/main/directives/multi-combo-box-group-item.d.ts +16 -0
- package/main/directives/multi-combo-box-item.d.ts +22 -0
- package/main/directives/multi-combo-box.d.ts +78 -0
- package/main/directives/multi-input.d.ts +110 -0
- package/main/directives/option.d.ts +28 -0
- package/main/directives/panel.d.ts +45 -0
- package/main/directives/popover.d.ts +102 -0
- package/main/directives/progress-indicator.d.ts +28 -0
- package/main/directives/radio-button.d.ts +62 -0
- package/main/directives/range-slider.d.ts +89 -0
- package/main/directives/rating-indicator.d.ts +37 -0
- package/main/directives/responsive-popover.d.ts +102 -0
- package/main/directives/segmented-button-item.d.ts +52 -0
- package/main/directives/segmented-button.d.ts +31 -0
- package/main/directives/select.d.ts +48 -0
- package/main/directives/slider-base.d.ts +76 -0
- package/main/directives/slider.d.ts +86 -0
- package/main/directives/split-button.d.ts +39 -0
- package/main/directives/standard-list-item.d.ts +52 -0
- package/main/directives/step-input.d.ts +63 -0
- package/main/directives/suggestion-group-item.d.ts +16 -0
- package/main/directives/suggestion-item.d.ts +37 -0
- package/main/directives/switch.d.ts +53 -0
- package/main/directives/tab-container.d.ts +56 -0
- package/main/directives/tab-separator.d.ts +15 -0
- package/main/directives/tab.d.ts +36 -0
- package/main/directives/table-cell.d.ts +13 -0
- package/main/directives/table-column.d.ts +22 -0
- package/main/directives/table-group-row.d.ts +13 -0
- package/main/directives/table-row.d.ts +22 -0
- package/main/directives/table.d.ts +71 -0
- package/main/directives/text-area.d.ts +68 -0
- package/main/directives/time-picker.d.ts +64 -0
- package/main/directives/title.d.ts +19 -0
- package/main/directives/toast.d.ts +21 -0
- package/main/directives/toggle-button.d.ts +52 -0
- package/main/directives/token.d.ts +34 -0
- package/main/directives/tree-item-custom.d.ts +59 -0
- package/main/directives/tree-item.d.ts +60 -0
- package/main/directives/tree.d.ts +74 -0
- package/main/directives/wheel-slider.d.ts +28 -0
- package/main/directives/year-picker.d.ts +54 -0
- package/main/ui5-main.module.d.ts +86 -0
- package/main/ui5-webcomponents-theming.module.d.ts +9 -0
- package/main/ui5-webcomponents-theming.service.d.ts +16 -0
- package/package.json +51 -0
- package/schematics/add-dependencies/index.d.ts +3 -0
- package/schematics/add-dependencies/index.js +31 -0
- package/schematics/add-dependencies/index.js.map +1 -0
- package/schematics/add-dependencies/index.ts +24 -0
- package/schematics/add-dependencies/schema.json +15 -0
- package/schematics/add-styles/index.d.ts +3 -0
- package/schematics/add-styles/index.js +38 -0
- package/schematics/add-styles/index.js.map +1 -0
- package/schematics/add-styles/index.ts +34 -0
- package/schematics/add-styles/schema.json +15 -0
- package/schematics/add-theming/index.d.ts +5 -0
- package/schematics/add-theming/index.js +91 -0
- package/schematics/add-theming/index.js.map +1 -0
- package/schematics/add-theming/index.ts +116 -0
- package/schematics/add-theming/schema.json +15 -0
- package/schematics/collection.json +34 -0
- package/schematics/ng-add/available-themes.d.ts +4 -0
- package/schematics/ng-add/available-themes.js +38 -0
- package/schematics/ng-add/available-themes.js.map +1 -0
- package/schematics/ng-add/available-themes.ts +34 -0
- package/schematics/ng-add/common-css-parts.d.ts +4 -0
- package/schematics/ng-add/common-css-parts.js +46 -0
- package/schematics/ng-add/common-css-parts.js.map +1 -0
- package/schematics/ng-add/common-css-parts.ts +42 -0
- package/schematics/ng-add/index.d.ts +4 -0
- package/schematics/ng-add/index.js +93 -0
- package/schematics/ng-add/index.js.map +1 -0
- package/schematics/ng-add/index.ts +92 -0
- package/schematics/ng-add/schema.json +16 -0
- package/schematics/schema.d.ts +6 -0
- package/schematics/schema.js +3 -0
- package/schematics/schema.js.map +1 -0
- package/schematics/schema.ts +6 -0
- package/schematics/types.d.ts +1 -0
- package/schematics/utils/package-config.d.ts +5 -0
- package/schematics/utils/package-config.js +45 -0
- package/schematics/utils/package-config.js.map +1 -0
- package/schematics/utils/package-config.ts +55 -0
- package/schematics/utils/promt.d.ts +1 -0
- package/schematics/utils/promt.js +22 -0
- package/schematics/utils/promt.js.map +1 -0
- package/schematics/utils/promt.ts +6 -0
- package/ui5-angular.module.d.ts +10 -0
- package/ui5-webcomponents-ngx-v0.0.1-rc.0.tgz +0 -0
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { ElementRef } from '@angular/core';
|
|
2
|
+
import '@ui5/webcomponents-fiori/dist/Bar.js';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
interface BarDirectiveElement extends Omit<HTMLElement, 'design' | 'endContent' | 'startContent'> {
|
|
5
|
+
design: 'FloatingFooter' | 'Footer' | 'Header' | 'Subheader';
|
|
6
|
+
endContent: Array<HTMLElement>;
|
|
7
|
+
startContent: Array<HTMLElement>;
|
|
8
|
+
}
|
|
9
|
+
declare class BarDirective {
|
|
10
|
+
private elementRef;
|
|
11
|
+
set design(val: BarDirectiveElement['design']);
|
|
12
|
+
get design(): BarDirectiveElement['design'];
|
|
13
|
+
constructor(elementRef: ElementRef<BarDirectiveElement>);
|
|
14
|
+
get element(): typeof this.elementRef.nativeElement;
|
|
15
|
+
get endContent(): Array<HTMLElement>;
|
|
16
|
+
get startContent(): Array<HTMLElement>;
|
|
17
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BarDirective, never>;
|
|
18
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<BarDirective, "ui5-bar", ["ui5Bar"], { "design": "design"; }, {}, never, never, false, never>;
|
|
19
|
+
}
|
|
20
|
+
export { BarDirective, BarDirectiveElement };
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { ElementRef } from '@angular/core';
|
|
2
|
+
import '@ui5/webcomponents-fiori/dist/BarcodeScannerDialog.js';
|
|
3
|
+
import { Observable } from 'rxjs';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
interface BarcodeScannerDialogDirectiveEventsMap extends Omit<HTMLElementEventMap, 'scanError' | 'scanSuccess'> {
|
|
6
|
+
scanError: CustomEvent<{
|
|
7
|
+
message: string;
|
|
8
|
+
}>;
|
|
9
|
+
scanSuccess: CustomEvent<{
|
|
10
|
+
text: string;
|
|
11
|
+
rawBytes: Record<string, any>;
|
|
12
|
+
}>;
|
|
13
|
+
}
|
|
14
|
+
interface BarcodeScannerDialogDirectiveElement extends Omit<HTMLElement, 'scanError' | 'scanSuccess'> {
|
|
15
|
+
addEventListener<K extends keyof BarcodeScannerDialogDirectiveEventsMap>(type: K, listener: (this: BarcodeScannerDialogDirectiveElement, ev: BarcodeScannerDialogDirectiveEventsMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
16
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
17
|
+
removeEventListener<K extends keyof BarcodeScannerDialogDirectiveEventsMap>(type: K, listener: (this: BarcodeScannerDialogDirectiveElement, ev: BarcodeScannerDialogDirectiveEventsMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
18
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
19
|
+
close(): any;
|
|
20
|
+
show(): any;
|
|
21
|
+
}
|
|
22
|
+
declare class BarcodeScannerDialogDirective {
|
|
23
|
+
private elementRef;
|
|
24
|
+
scanError: Observable<BarcodeScannerDialogDirectiveEventsMap['scanError']>;
|
|
25
|
+
scanSuccess: Observable<BarcodeScannerDialogDirectiveEventsMap['scanSuccess']>;
|
|
26
|
+
constructor(elementRef: ElementRef<BarcodeScannerDialogDirectiveElement>);
|
|
27
|
+
get element(): typeof this.elementRef.nativeElement;
|
|
28
|
+
close(): any;
|
|
29
|
+
show(): any;
|
|
30
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BarcodeScannerDialogDirective, never>;
|
|
31
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<BarcodeScannerDialogDirective, "ui5-barcode-scanner-dialog", ["ui5BarcodeScannerDialog"], {}, { "scanError": "scanError"; "scanSuccess": "scanSuccess"; }, never, never, false, never>;
|
|
32
|
+
}
|
|
33
|
+
export { BarcodeScannerDialogDirective, BarcodeScannerDialogDirectiveEventsMap, BarcodeScannerDialogDirectiveElement, };
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
import { ElementRef } from '@angular/core';
|
|
2
|
+
import '@ui5/webcomponents-fiori/dist/DynamicSideContent.js';
|
|
3
|
+
import { Observable } from 'rxjs';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
interface DynamicSideContentDirectiveEventsMap extends Omit<HTMLElementEventMap, 'layoutChange'> {
|
|
6
|
+
layoutChange: CustomEvent<{
|
|
7
|
+
currentBreakpoint: string;
|
|
8
|
+
previousBreakpoint: string;
|
|
9
|
+
mainContentVisible: boolean;
|
|
10
|
+
sideContentVisible: boolean;
|
|
11
|
+
}>;
|
|
12
|
+
}
|
|
13
|
+
interface DynamicSideContentDirectiveElement extends Omit<HTMLElement, 'equalSplit' | 'hideMainContent' | 'hideSideContent' | 'sideContentFallDown' | 'sideContentPosition' | 'sideContentVisibility' | 'layoutChange' | 'sideContent'> {
|
|
14
|
+
equalSplit: boolean;
|
|
15
|
+
hideMainContent: boolean;
|
|
16
|
+
hideSideContent: boolean;
|
|
17
|
+
sideContentFallDown: 'BelowL' | 'BelowM' | 'BelowXL' | 'OnMinimumWidth';
|
|
18
|
+
sideContentPosition: 'End' | 'Start';
|
|
19
|
+
sideContentVisibility: 'AlwaysShow' | 'NeverShow' | 'ShowAboveL' | 'ShowAboveM' | 'ShowAboveS';
|
|
20
|
+
sideContent: Array<HTMLElement>;
|
|
21
|
+
addEventListener<K extends keyof DynamicSideContentDirectiveEventsMap>(type: K, listener: (this: DynamicSideContentDirectiveElement, ev: DynamicSideContentDirectiveEventsMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
22
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
23
|
+
removeEventListener<K extends keyof DynamicSideContentDirectiveEventsMap>(type: K, listener: (this: DynamicSideContentDirectiveElement, ev: DynamicSideContentDirectiveEventsMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
24
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
25
|
+
toggleContents(): any;
|
|
26
|
+
}
|
|
27
|
+
declare class DynamicSideContentDirective {
|
|
28
|
+
private elementRef;
|
|
29
|
+
set equalSplit(val: DynamicSideContentDirectiveElement['equalSplit']);
|
|
30
|
+
get equalSplit(): DynamicSideContentDirectiveElement['equalSplit'];
|
|
31
|
+
set hideMainContent(val: DynamicSideContentDirectiveElement['hideMainContent']);
|
|
32
|
+
get hideMainContent(): DynamicSideContentDirectiveElement['hideMainContent'];
|
|
33
|
+
set hideSideContent(val: DynamicSideContentDirectiveElement['hideSideContent']);
|
|
34
|
+
get hideSideContent(): DynamicSideContentDirectiveElement['hideSideContent'];
|
|
35
|
+
set sideContentFallDown(val: DynamicSideContentDirectiveElement['sideContentFallDown']);
|
|
36
|
+
get sideContentFallDown(): DynamicSideContentDirectiveElement['sideContentFallDown'];
|
|
37
|
+
set sideContentPosition(val: DynamicSideContentDirectiveElement['sideContentPosition']);
|
|
38
|
+
get sideContentPosition(): DynamicSideContentDirectiveElement['sideContentPosition'];
|
|
39
|
+
set sideContentVisibility(val: DynamicSideContentDirectiveElement['sideContentVisibility']);
|
|
40
|
+
get sideContentVisibility(): DynamicSideContentDirectiveElement['sideContentVisibility'];
|
|
41
|
+
layoutChange: Observable<DynamicSideContentDirectiveEventsMap['layoutChange']>;
|
|
42
|
+
constructor(elementRef: ElementRef<DynamicSideContentDirectiveElement>);
|
|
43
|
+
get element(): typeof this.elementRef.nativeElement;
|
|
44
|
+
get sideContent(): Array<HTMLElement>;
|
|
45
|
+
toggleContents(): any;
|
|
46
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DynamicSideContentDirective, never>;
|
|
47
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<DynamicSideContentDirective, "ui5-dynamic-side-content", ["ui5DynamicSideContent"], { "equalSplit": "equalSplit"; "hideMainContent": "hideMainContent"; "hideSideContent": "hideSideContent"; "sideContentFallDown": "sideContentFallDown"; "sideContentPosition": "sideContentPosition"; "sideContentVisibility": "sideContentVisibility"; }, { "layoutChange": "layoutChange"; }, never, never, false, never>;
|
|
48
|
+
}
|
|
49
|
+
export { DynamicSideContentDirective, DynamicSideContentDirectiveEventsMap, DynamicSideContentDirectiveElement, };
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { ElementRef } from '@angular/core';
|
|
2
|
+
import '@ui5/webcomponents-fiori/dist/FilterItemOption.js';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
interface FilterItemOptionDirectiveElement extends Omit<HTMLElement, 'selected' | 'text'> {
|
|
5
|
+
selected: boolean;
|
|
6
|
+
text: string;
|
|
7
|
+
}
|
|
8
|
+
declare class FilterItemOptionDirective {
|
|
9
|
+
private elementRef;
|
|
10
|
+
set selected(val: FilterItemOptionDirectiveElement['selected']);
|
|
11
|
+
get selected(): FilterItemOptionDirectiveElement['selected'];
|
|
12
|
+
set text(val: FilterItemOptionDirectiveElement['text']);
|
|
13
|
+
get text(): FilterItemOptionDirectiveElement['text'];
|
|
14
|
+
constructor(elementRef: ElementRef<FilterItemOptionDirectiveElement>);
|
|
15
|
+
get element(): typeof this.elementRef.nativeElement;
|
|
16
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FilterItemOptionDirective, never>;
|
|
17
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<FilterItemOptionDirective, "ui5-filter-item-option", ["ui5FilterItemOption"], { "selected": "selected"; "text": "text"; }, {}, never, never, false, never>;
|
|
18
|
+
}
|
|
19
|
+
export { FilterItemOptionDirective, FilterItemOptionDirectiveElement };
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { ElementRef } from '@angular/core';
|
|
2
|
+
import '@ui5/webcomponents-fiori/dist/FilterItem.js';
|
|
3
|
+
import { FilterItemOptionDirective } from './filter-item-option';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
interface FilterItemDirectiveElement extends Omit<HTMLElement, 'text' | 'values'> {
|
|
6
|
+
text: string;
|
|
7
|
+
values: Array<FilterItemOptionDirective['element']>;
|
|
8
|
+
}
|
|
9
|
+
declare class FilterItemDirective {
|
|
10
|
+
private elementRef;
|
|
11
|
+
set text(val: FilterItemDirectiveElement['text']);
|
|
12
|
+
get text(): FilterItemDirectiveElement['text'];
|
|
13
|
+
constructor(elementRef: ElementRef<FilterItemDirectiveElement>);
|
|
14
|
+
get element(): typeof this.elementRef.nativeElement;
|
|
15
|
+
get values(): Array<FilterItemOptionDirective['element']>;
|
|
16
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FilterItemDirective, never>;
|
|
17
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<FilterItemDirective, "ui5-filter-item", ["ui5FilterItem"], { "text": "text"; }, {}, never, never, false, never>;
|
|
18
|
+
}
|
|
19
|
+
export { FilterItemDirective, FilterItemDirectiveElement };
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
import { ElementRef } from '@angular/core';
|
|
2
|
+
import '@ui5/webcomponents-fiori/dist/FlexibleColumnLayout.js';
|
|
3
|
+
import { Observable } from 'rxjs';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
interface FlexibleColumnLayoutDirectiveEventsMap extends Omit<HTMLElementEventMap, 'layoutChange'> {
|
|
6
|
+
layoutChange: CustomEvent<{
|
|
7
|
+
layout: 'EndColumnFullScreen' | 'MidColumnFullScreen' | 'OneColumn' | 'ThreeColumnsEndExpanded' | 'ThreeColumnsMidExpanded' | 'ThreeColumnsMidExpandedEndHidden' | 'ThreeColumnsStartExpandedEndHidden' | 'TwoColumnsMidExpanded' | 'TwoColumnsStartExpanded';
|
|
8
|
+
columnLayout: Array<any>;
|
|
9
|
+
startColumnVisible: boolean;
|
|
10
|
+
midColumnVisible: boolean;
|
|
11
|
+
endColumnVisible: boolean;
|
|
12
|
+
arrowsUsed: boolean;
|
|
13
|
+
resize: boolean;
|
|
14
|
+
}>;
|
|
15
|
+
}
|
|
16
|
+
interface FlexibleColumnLayoutDirectiveElement extends Omit<HTMLElement, 'accessibilityRoles' | 'accessibilityTexts' | 'columnLayout' | 'endColumnVisible' | 'hideArrows' | 'layout' | 'midColumnVisible' | 'startColumnVisible' | 'visibleColumns' | 'layoutChange' | 'endColumn' | 'midColumn' | 'startColumn'> {
|
|
17
|
+
accessibilityRoles: Record<string, any>;
|
|
18
|
+
accessibilityTexts: Record<string, any>;
|
|
19
|
+
columnLayout: Array<any>;
|
|
20
|
+
endColumnVisible: boolean;
|
|
21
|
+
hideArrows: boolean;
|
|
22
|
+
layout: 'EndColumnFullScreen' | 'MidColumnFullScreen' | 'OneColumn' | 'ThreeColumnsEndExpanded' | 'ThreeColumnsMidExpanded' | 'ThreeColumnsMidExpandedEndHidden' | 'ThreeColumnsStartExpandedEndHidden' | 'TwoColumnsMidExpanded' | 'TwoColumnsStartExpanded';
|
|
23
|
+
midColumnVisible: boolean;
|
|
24
|
+
startColumnVisible: boolean;
|
|
25
|
+
visibleColumns: any;
|
|
26
|
+
endColumn: HTMLElement;
|
|
27
|
+
midColumn: HTMLElement;
|
|
28
|
+
startColumn: HTMLElement;
|
|
29
|
+
addEventListener<K extends keyof FlexibleColumnLayoutDirectiveEventsMap>(type: K, listener: (this: FlexibleColumnLayoutDirectiveElement, ev: FlexibleColumnLayoutDirectiveEventsMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
30
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
31
|
+
removeEventListener<K extends keyof FlexibleColumnLayoutDirectiveEventsMap>(type: K, listener: (this: FlexibleColumnLayoutDirectiveElement, ev: FlexibleColumnLayoutDirectiveEventsMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
32
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
33
|
+
}
|
|
34
|
+
declare class FlexibleColumnLayoutDirective {
|
|
35
|
+
private elementRef;
|
|
36
|
+
set accessibilityRoles(val: FlexibleColumnLayoutDirectiveElement['accessibilityRoles']);
|
|
37
|
+
get accessibilityRoles(): FlexibleColumnLayoutDirectiveElement['accessibilityRoles'];
|
|
38
|
+
set accessibilityTexts(val: FlexibleColumnLayoutDirectiveElement['accessibilityTexts']);
|
|
39
|
+
get accessibilityTexts(): FlexibleColumnLayoutDirectiveElement['accessibilityTexts'];
|
|
40
|
+
set columnLayout(val: FlexibleColumnLayoutDirectiveElement['columnLayout']);
|
|
41
|
+
get columnLayout(): FlexibleColumnLayoutDirectiveElement['columnLayout'];
|
|
42
|
+
set endColumnVisible(val: FlexibleColumnLayoutDirectiveElement['endColumnVisible']);
|
|
43
|
+
get endColumnVisible(): FlexibleColumnLayoutDirectiveElement['endColumnVisible'];
|
|
44
|
+
set hideArrows(val: FlexibleColumnLayoutDirectiveElement['hideArrows']);
|
|
45
|
+
get hideArrows(): FlexibleColumnLayoutDirectiveElement['hideArrows'];
|
|
46
|
+
set layout(val: FlexibleColumnLayoutDirectiveElement['layout']);
|
|
47
|
+
get layout(): FlexibleColumnLayoutDirectiveElement['layout'];
|
|
48
|
+
set midColumnVisible(val: FlexibleColumnLayoutDirectiveElement['midColumnVisible']);
|
|
49
|
+
get midColumnVisible(): FlexibleColumnLayoutDirectiveElement['midColumnVisible'];
|
|
50
|
+
set startColumnVisible(val: FlexibleColumnLayoutDirectiveElement['startColumnVisible']);
|
|
51
|
+
get startColumnVisible(): FlexibleColumnLayoutDirectiveElement['startColumnVisible'];
|
|
52
|
+
set visibleColumns(val: FlexibleColumnLayoutDirectiveElement['visibleColumns']);
|
|
53
|
+
get visibleColumns(): FlexibleColumnLayoutDirectiveElement['visibleColumns'];
|
|
54
|
+
layoutChange: Observable<FlexibleColumnLayoutDirectiveEventsMap['layoutChange']>;
|
|
55
|
+
constructor(elementRef: ElementRef<FlexibleColumnLayoutDirectiveElement>);
|
|
56
|
+
get element(): typeof this.elementRef.nativeElement;
|
|
57
|
+
get endColumn(): HTMLElement;
|
|
58
|
+
get midColumn(): HTMLElement;
|
|
59
|
+
get startColumn(): HTMLElement;
|
|
60
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FlexibleColumnLayoutDirective, never>;
|
|
61
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<FlexibleColumnLayoutDirective, "ui5-flexible-column-layout", ["ui5FlexibleColumnLayout"], { "accessibilityRoles": "accessibilityRoles"; "accessibilityTexts": "accessibilityTexts"; "columnLayout": "columnLayout"; "endColumnVisible": "endColumnVisible"; "hideArrows": "hideArrows"; "layout": "layout"; "midColumnVisible": "midColumnVisible"; "startColumnVisible": "startColumnVisible"; "visibleColumns": "visibleColumns"; }, { "layoutChange": "layoutChange"; }, never, never, false, never>;
|
|
62
|
+
}
|
|
63
|
+
export { FlexibleColumnLayoutDirective, FlexibleColumnLayoutDirectiveEventsMap, FlexibleColumnLayoutDirectiveElement, };
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { ElementRef } from '@angular/core';
|
|
2
|
+
import '@ui5/webcomponents-fiori/dist/IllustratedMessage.js';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
interface IllustratedMessageDirectiveElement extends Omit<HTMLElement, 'accessibleNameRef' | 'name' | 'size' | 'subtitleText' | 'titleText' | 'subtitle' | 'title'> {
|
|
5
|
+
accessibleNameRef: string;
|
|
6
|
+
name: 'AddColumn' | 'AddPeople' | 'BalloonSky' | 'BeforeSearch' | 'Connection' | 'EmptyCalendar' | 'EmptyList' | 'EmptyPlanningCalendar' | 'ErrorScreen' | 'FilterTable' | 'GroupTable' | 'NoActivities' | 'NoData' | 'NoEntries' | 'NoFilterResults' | 'NoMail' | 'NoMail_v1' | 'NoNotifications' | 'NoSavedItems' | 'NoSavedItems_v1' | 'NoSearchResults' | 'NoTasks' | 'NoTasks_v1' | 'PageNotFound' | 'ReloadScreen' | 'ResizeColumn' | 'SearchEarth' | 'SearchFolder' | 'SimpleBalloon' | 'SimpleBell' | 'SimpleCalendar' | 'SimpleCheckMark' | 'SimpleConnection' | 'SimpleEmptyDoc' | 'SimpleEmptyList' | 'SimpleError' | 'SimpleMagnifier' | 'SimpleMail' | 'SimpleNoSavedItems' | 'SimpleNotFoundMagnifier' | 'SimpleReload' | 'SimpleTask' | 'SleepingBell' | 'SortColumn' | 'SuccessBalloon' | 'SuccessCheckMark' | 'SuccessHighFive' | 'SuccessScreen' | 'Tent' | 'TntChartArea' | 'TntChartArea2' | 'TntChartBar' | 'TntChartBPMNFlow' | 'TntChartBullet' | 'TntChartDoughnut' | 'TntChartFlow' | 'TntChartGantt' | 'TntChartOrg' | 'TntChartPie' | 'TntCodePlaceholder' | 'TntCompany' | 'TntComponents' | 'TntExternalLink' | 'TntFaceID' | 'TntFingerprint' | 'TntLock' | 'TntMission' | 'TntNoApplications' | 'TntNoFlows' | 'TntNoUsers' | 'TntRadar' | 'TntSecrets' | 'TntServices' | 'TntSessionExpired' | 'TntSessionExpiring' | 'TntSuccess' | 'TntSuccessfulAuth' | 'TntSystems' | 'TntTeams' | 'TntTools' | 'TntUnableToLoad' | 'TntUnlock' | 'TntUnsuccessfulAuth' | 'TntUser2' | 'UnableToLoad' | 'UnableToLoadImage' | 'UnableToUpload' | 'UploadCollection';
|
|
7
|
+
size: 'Auto' | 'Base' | 'Dialog' | 'Scene' | 'Spot';
|
|
8
|
+
subtitleText: string;
|
|
9
|
+
titleText: string;
|
|
10
|
+
subtitle: HTMLElement;
|
|
11
|
+
title: HTMLElement;
|
|
12
|
+
}
|
|
13
|
+
declare class IllustratedMessageDirective {
|
|
14
|
+
private elementRef;
|
|
15
|
+
set accessibleNameRef(val: IllustratedMessageDirectiveElement['accessibleNameRef']);
|
|
16
|
+
get accessibleNameRef(): IllustratedMessageDirectiveElement['accessibleNameRef'];
|
|
17
|
+
set name(val: IllustratedMessageDirectiveElement['name']);
|
|
18
|
+
get name(): IllustratedMessageDirectiveElement['name'];
|
|
19
|
+
set size(val: IllustratedMessageDirectiveElement['size']);
|
|
20
|
+
get size(): IllustratedMessageDirectiveElement['size'];
|
|
21
|
+
set subtitleText(val: IllustratedMessageDirectiveElement['subtitleText']);
|
|
22
|
+
get subtitleText(): IllustratedMessageDirectiveElement['subtitleText'];
|
|
23
|
+
set titleText(val: IllustratedMessageDirectiveElement['titleText']);
|
|
24
|
+
get titleText(): IllustratedMessageDirectiveElement['titleText'];
|
|
25
|
+
constructor(elementRef: ElementRef<IllustratedMessageDirectiveElement>);
|
|
26
|
+
get element(): typeof this.elementRef.nativeElement;
|
|
27
|
+
get subtitle(): HTMLElement;
|
|
28
|
+
get title(): HTMLElement;
|
|
29
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IllustratedMessageDirective, never>;
|
|
30
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<IllustratedMessageDirective, "ui5-illustrated-message", ["ui5IllustratedMessage"], { "accessibleNameRef": "accessibleNameRef"; "name": "name"; "size": "size"; "subtitleText": "subtitleText"; "titleText": "titleText"; }, {}, never, never, false, never>;
|
|
31
|
+
}
|
|
32
|
+
export { IllustratedMessageDirective, IllustratedMessageDirectiveElement };
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { ElementRef } from '@angular/core';
|
|
2
|
+
import '@ui5/webcomponents-fiori/dist/MediaGalleryItem.js';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
interface MediaGalleryItemDirectiveElement extends Omit<HTMLElement, 'disabled' | 'layout' | 'selected' | 'thumbnail'> {
|
|
5
|
+
disabled: boolean;
|
|
6
|
+
layout: 'Square' | 'Wide';
|
|
7
|
+
selected: boolean;
|
|
8
|
+
thumbnail: HTMLElement;
|
|
9
|
+
}
|
|
10
|
+
declare class MediaGalleryItemDirective {
|
|
11
|
+
private elementRef;
|
|
12
|
+
set disabled(val: MediaGalleryItemDirectiveElement['disabled']);
|
|
13
|
+
get disabled(): MediaGalleryItemDirectiveElement['disabled'];
|
|
14
|
+
set layout(val: MediaGalleryItemDirectiveElement['layout']);
|
|
15
|
+
get layout(): MediaGalleryItemDirectiveElement['layout'];
|
|
16
|
+
set selected(val: MediaGalleryItemDirectiveElement['selected']);
|
|
17
|
+
get selected(): MediaGalleryItemDirectiveElement['selected'];
|
|
18
|
+
constructor(elementRef: ElementRef<MediaGalleryItemDirectiveElement>);
|
|
19
|
+
get element(): typeof this.elementRef.nativeElement;
|
|
20
|
+
get thumbnail(): HTMLElement;
|
|
21
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MediaGalleryItemDirective, never>;
|
|
22
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<MediaGalleryItemDirective, "ui5-media-gallery-item", ["ui5MediaGalleryItem"], { "disabled": "disabled"; "layout": "layout"; "selected": "selected"; }, {}, never, never, false, never>;
|
|
23
|
+
}
|
|
24
|
+
export { MediaGalleryItemDirective, MediaGalleryItemDirectiveElement };
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
import { ElementRef } from '@angular/core';
|
|
2
|
+
import '@ui5/webcomponents-fiori/dist/MediaGallery.js';
|
|
3
|
+
import { Observable } from 'rxjs';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
interface MediaGalleryDirectiveEventsMap extends Omit<HTMLElementEventMap, 'displayAreaClick' | 'overflowClick' | 'selectionChange'> {
|
|
6
|
+
displayAreaClick: CustomEvent<void>;
|
|
7
|
+
overflowClick: CustomEvent<void>;
|
|
8
|
+
selectionChange: CustomEvent<{
|
|
9
|
+
item: HTMLElement;
|
|
10
|
+
}>;
|
|
11
|
+
}
|
|
12
|
+
interface MediaGalleryDirectiveElement extends Omit<HTMLElement, 'interactiveDisplayArea' | 'layout' | 'menuHorizontalAlign' | 'menuVerticalAlign' | 'showAllThumbnails' | 'displayAreaClick' | 'overflowClick' | 'selectionChange'> {
|
|
13
|
+
interactiveDisplayArea: boolean;
|
|
14
|
+
layout: 'Auto' | 'Horizontal' | 'Vertical';
|
|
15
|
+
menuHorizontalAlign: 'Left' | 'Right';
|
|
16
|
+
menuVerticalAlign: 'Bottom' | 'Top';
|
|
17
|
+
showAllThumbnails: boolean;
|
|
18
|
+
addEventListener<K extends keyof MediaGalleryDirectiveEventsMap>(type: K, listener: (this: MediaGalleryDirectiveElement, ev: MediaGalleryDirectiveEventsMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
19
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
20
|
+
removeEventListener<K extends keyof MediaGalleryDirectiveEventsMap>(type: K, listener: (this: MediaGalleryDirectiveElement, ev: MediaGalleryDirectiveEventsMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
21
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
22
|
+
}
|
|
23
|
+
declare class MediaGalleryDirective {
|
|
24
|
+
private elementRef;
|
|
25
|
+
set interactiveDisplayArea(val: MediaGalleryDirectiveElement['interactiveDisplayArea']);
|
|
26
|
+
get interactiveDisplayArea(): MediaGalleryDirectiveElement['interactiveDisplayArea'];
|
|
27
|
+
set layout(val: MediaGalleryDirectiveElement['layout']);
|
|
28
|
+
get layout(): MediaGalleryDirectiveElement['layout'];
|
|
29
|
+
set menuHorizontalAlign(val: MediaGalleryDirectiveElement['menuHorizontalAlign']);
|
|
30
|
+
get menuHorizontalAlign(): MediaGalleryDirectiveElement['menuHorizontalAlign'];
|
|
31
|
+
set menuVerticalAlign(val: MediaGalleryDirectiveElement['menuVerticalAlign']);
|
|
32
|
+
get menuVerticalAlign(): MediaGalleryDirectiveElement['menuVerticalAlign'];
|
|
33
|
+
set showAllThumbnails(val: MediaGalleryDirectiveElement['showAllThumbnails']);
|
|
34
|
+
get showAllThumbnails(): MediaGalleryDirectiveElement['showAllThumbnails'];
|
|
35
|
+
displayAreaClick: Observable<MediaGalleryDirectiveEventsMap['displayAreaClick']>;
|
|
36
|
+
overflowClick: Observable<MediaGalleryDirectiveEventsMap['overflowClick']>;
|
|
37
|
+
selectionChange: Observable<MediaGalleryDirectiveEventsMap['selectionChange']>;
|
|
38
|
+
constructor(elementRef: ElementRef<MediaGalleryDirectiveElement>);
|
|
39
|
+
get element(): typeof this.elementRef.nativeElement;
|
|
40
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MediaGalleryDirective, never>;
|
|
41
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<MediaGalleryDirective, "ui5-media-gallery", ["ui5MediaGallery"], { "interactiveDisplayArea": "interactiveDisplayArea"; "layout": "layout"; "menuHorizontalAlign": "menuHorizontalAlign"; "menuVerticalAlign": "menuVerticalAlign"; "showAllThumbnails": "showAllThumbnails"; }, { "displayAreaClick": "displayAreaClick"; "overflowClick": "overflowClick"; "selectionChange": "selectionChange"; }, never, never, false, never>;
|
|
42
|
+
}
|
|
43
|
+
export { MediaGalleryDirective, MediaGalleryDirectiveEventsMap, MediaGalleryDirectiveElement, };
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { ElementRef } from '@angular/core';
|
|
2
|
+
import '@ui5/webcomponents-fiori/dist/NotificationAction.js';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
interface NotificationActionDirectiveElement extends Omit<HTMLElement, 'design' | 'disabled' | 'icon' | 'text'> {
|
|
5
|
+
design: 'Attention' | 'Default' | 'Emphasized' | 'Negative' | 'Positive' | 'Transparent';
|
|
6
|
+
disabled: boolean;
|
|
7
|
+
icon: string;
|
|
8
|
+
text: string;
|
|
9
|
+
}
|
|
10
|
+
declare class NotificationActionDirective {
|
|
11
|
+
private elementRef;
|
|
12
|
+
set design(val: NotificationActionDirectiveElement['design']);
|
|
13
|
+
get design(): NotificationActionDirectiveElement['design'];
|
|
14
|
+
set disabled(val: NotificationActionDirectiveElement['disabled']);
|
|
15
|
+
get disabled(): NotificationActionDirectiveElement['disabled'];
|
|
16
|
+
set icon(val: NotificationActionDirectiveElement['icon']);
|
|
17
|
+
get icon(): NotificationActionDirectiveElement['icon'];
|
|
18
|
+
set text(val: NotificationActionDirectiveElement['text']);
|
|
19
|
+
get text(): NotificationActionDirectiveElement['text'];
|
|
20
|
+
constructor(elementRef: ElementRef<NotificationActionDirectiveElement>);
|
|
21
|
+
get element(): typeof this.elementRef.nativeElement;
|
|
22
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<NotificationActionDirective, never>;
|
|
23
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<NotificationActionDirective, "ui5-notification-action", ["ui5NotificationAction"], { "design": "design"; "disabled": "disabled"; "icon": "icon"; "text": "text"; }, {}, never, never, false, never>;
|
|
24
|
+
}
|
|
25
|
+
export { NotificationActionDirective, NotificationActionDirectiveElement };
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
import { ElementRef } from '@angular/core';
|
|
2
|
+
import '@ui5/webcomponents-fiori/dist/NotificationListGroupItem.js';
|
|
3
|
+
import { Observable } from 'rxjs';
|
|
4
|
+
import { NotificationActionDirective } from './notification-action';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
interface NotificationListGroupItemDirectiveEventsMap extends Omit<HTMLElementEventMap, 'close' | 'toggle'> {
|
|
7
|
+
close: CustomEvent<void>;
|
|
8
|
+
toggle: CustomEvent<void>;
|
|
9
|
+
}
|
|
10
|
+
interface NotificationListGroupItemDirectiveElement extends Omit<HTMLElement, 'selected' | 'busy' | 'busyDelay' | 'priority' | 'read' | 'showClose' | 'titleText' | 'collapsed' | 'showCounter' | 'close' | 'toggle' | 'actions'> {
|
|
11
|
+
selected: boolean;
|
|
12
|
+
busy: boolean;
|
|
13
|
+
busyDelay: any;
|
|
14
|
+
priority: 'High' | 'Low' | 'Medium' | 'None';
|
|
15
|
+
read: boolean;
|
|
16
|
+
showClose: boolean;
|
|
17
|
+
titleText: string;
|
|
18
|
+
collapsed: boolean;
|
|
19
|
+
showCounter: boolean;
|
|
20
|
+
actions: Array<NotificationActionDirective['element']>;
|
|
21
|
+
addEventListener<K extends keyof NotificationListGroupItemDirectiveEventsMap>(type: K, listener: (this: NotificationListGroupItemDirectiveElement, ev: NotificationListGroupItemDirectiveEventsMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
22
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
23
|
+
removeEventListener<K extends keyof NotificationListGroupItemDirectiveEventsMap>(type: K, listener: (this: NotificationListGroupItemDirectiveElement, ev: NotificationListGroupItemDirectiveEventsMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
24
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
25
|
+
}
|
|
26
|
+
declare class NotificationListGroupItemDirective {
|
|
27
|
+
private elementRef;
|
|
28
|
+
set selected(val: NotificationListGroupItemDirectiveElement['selected']);
|
|
29
|
+
get selected(): NotificationListGroupItemDirectiveElement['selected'];
|
|
30
|
+
set busy(val: NotificationListGroupItemDirectiveElement['busy']);
|
|
31
|
+
get busy(): NotificationListGroupItemDirectiveElement['busy'];
|
|
32
|
+
set busyDelay(val: NotificationListGroupItemDirectiveElement['busyDelay']);
|
|
33
|
+
get busyDelay(): NotificationListGroupItemDirectiveElement['busyDelay'];
|
|
34
|
+
set priority(val: NotificationListGroupItemDirectiveElement['priority']);
|
|
35
|
+
get priority(): NotificationListGroupItemDirectiveElement['priority'];
|
|
36
|
+
set read(val: NotificationListGroupItemDirectiveElement['read']);
|
|
37
|
+
get read(): NotificationListGroupItemDirectiveElement['read'];
|
|
38
|
+
set showClose(val: NotificationListGroupItemDirectiveElement['showClose']);
|
|
39
|
+
get showClose(): NotificationListGroupItemDirectiveElement['showClose'];
|
|
40
|
+
set titleText(val: NotificationListGroupItemDirectiveElement['titleText']);
|
|
41
|
+
get titleText(): NotificationListGroupItemDirectiveElement['titleText'];
|
|
42
|
+
set collapsed(val: NotificationListGroupItemDirectiveElement['collapsed']);
|
|
43
|
+
get collapsed(): NotificationListGroupItemDirectiveElement['collapsed'];
|
|
44
|
+
set showCounter(val: NotificationListGroupItemDirectiveElement['showCounter']);
|
|
45
|
+
get showCounter(): NotificationListGroupItemDirectiveElement['showCounter'];
|
|
46
|
+
close: Observable<NotificationListGroupItemDirectiveEventsMap['close']>;
|
|
47
|
+
toggle: Observable<NotificationListGroupItemDirectiveEventsMap['toggle']>;
|
|
48
|
+
constructor(elementRef: ElementRef<NotificationListGroupItemDirectiveElement>);
|
|
49
|
+
get element(): typeof this.elementRef.nativeElement;
|
|
50
|
+
get actions(): Array<NotificationActionDirective['element']>;
|
|
51
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<NotificationListGroupItemDirective, never>;
|
|
52
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<NotificationListGroupItemDirective, "ui5-li-notification-group", ["ui5LiNotificationGroup"], { "selected": "selected"; "busy": "busy"; "busyDelay": "busyDelay"; "priority": "priority"; "read": "read"; "showClose": "showClose"; "titleText": "titleText"; "collapsed": "collapsed"; "showCounter": "showCounter"; }, { "close": "close"; "toggle": "toggle"; }, never, never, false, never>;
|
|
53
|
+
}
|
|
54
|
+
export { NotificationListGroupItemDirective, NotificationListGroupItemDirectiveEventsMap, NotificationListGroupItemDirectiveElement, };
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
import { ElementRef } from '@angular/core';
|
|
2
|
+
import '@ui5/webcomponents-fiori/dist/NotificationListItemBase.js';
|
|
3
|
+
import { Observable } from 'rxjs';
|
|
4
|
+
import { NotificationActionDirective } from './notification-action';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
interface NotificationListItemBaseDirectiveEventsMap extends Omit<HTMLElementEventMap, 'close'> {
|
|
7
|
+
close: CustomEvent<void>;
|
|
8
|
+
}
|
|
9
|
+
interface NotificationListItemBaseDirectiveElement extends Omit<HTMLElement, 'selected' | 'busy' | 'busyDelay' | 'priority' | 'read' | 'showClose' | 'titleText' | 'close' | 'actions'> {
|
|
10
|
+
selected: boolean;
|
|
11
|
+
busy: boolean;
|
|
12
|
+
busyDelay: any;
|
|
13
|
+
priority: 'High' | 'Low' | 'Medium' | 'None';
|
|
14
|
+
read: boolean;
|
|
15
|
+
showClose: boolean;
|
|
16
|
+
titleText: string;
|
|
17
|
+
actions: Array<NotificationActionDirective['element']>;
|
|
18
|
+
addEventListener<K extends keyof NotificationListItemBaseDirectiveEventsMap>(type: K, listener: (this: NotificationListItemBaseDirectiveElement, ev: NotificationListItemBaseDirectiveEventsMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
19
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
20
|
+
removeEventListener<K extends keyof NotificationListItemBaseDirectiveEventsMap>(type: K, listener: (this: NotificationListItemBaseDirectiveElement, ev: NotificationListItemBaseDirectiveEventsMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
21
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
22
|
+
}
|
|
23
|
+
declare class NotificationListItemBaseDirective {
|
|
24
|
+
private elementRef;
|
|
25
|
+
set selected(val: NotificationListItemBaseDirectiveElement['selected']);
|
|
26
|
+
get selected(): NotificationListItemBaseDirectiveElement['selected'];
|
|
27
|
+
set busy(val: NotificationListItemBaseDirectiveElement['busy']);
|
|
28
|
+
get busy(): NotificationListItemBaseDirectiveElement['busy'];
|
|
29
|
+
set busyDelay(val: NotificationListItemBaseDirectiveElement['busyDelay']);
|
|
30
|
+
get busyDelay(): NotificationListItemBaseDirectiveElement['busyDelay'];
|
|
31
|
+
set priority(val: NotificationListItemBaseDirectiveElement['priority']);
|
|
32
|
+
get priority(): NotificationListItemBaseDirectiveElement['priority'];
|
|
33
|
+
set read(val: NotificationListItemBaseDirectiveElement['read']);
|
|
34
|
+
get read(): NotificationListItemBaseDirectiveElement['read'];
|
|
35
|
+
set showClose(val: NotificationListItemBaseDirectiveElement['showClose']);
|
|
36
|
+
get showClose(): NotificationListItemBaseDirectiveElement['showClose'];
|
|
37
|
+
set titleText(val: NotificationListItemBaseDirectiveElement['titleText']);
|
|
38
|
+
get titleText(): NotificationListItemBaseDirectiveElement['titleText'];
|
|
39
|
+
close: Observable<NotificationListItemBaseDirectiveEventsMap['close']>;
|
|
40
|
+
constructor(elementRef: ElementRef<NotificationListItemBaseDirectiveElement>);
|
|
41
|
+
get element(): typeof this.elementRef.nativeElement;
|
|
42
|
+
get actions(): Array<NotificationActionDirective['element']>;
|
|
43
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<NotificationListItemBaseDirective, never>;
|
|
44
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<NotificationListItemBaseDirective, "ui5-li-notification-group", ["ui5LiNotificationGroup"], { "selected": "selected"; "busy": "busy"; "busyDelay": "busyDelay"; "priority": "priority"; "read": "read"; "showClose": "showClose"; "titleText": "titleText"; }, { "close": "close"; }, never, never, false, never>;
|
|
45
|
+
}
|
|
46
|
+
export { NotificationListItemBaseDirective, NotificationListItemBaseDirectiveEventsMap, NotificationListItemBaseDirectiveElement, };
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
import { ElementRef } from '@angular/core';
|
|
2
|
+
import '@ui5/webcomponents-fiori/dist/NotificationListItem.js';
|
|
3
|
+
import { Observable } from 'rxjs';
|
|
4
|
+
import { NotificationActionDirective } from './notification-action';
|
|
5
|
+
import { AvatarDirective } from '../../main/directives/avatar';
|
|
6
|
+
import * as i0 from "@angular/core";
|
|
7
|
+
interface NotificationListItemDirectiveEventsMap extends Omit<HTMLElementEventMap, 'close'> {
|
|
8
|
+
close: CustomEvent<void>;
|
|
9
|
+
}
|
|
10
|
+
interface NotificationListItemDirectiveElement extends Omit<HTMLElement, 'selected' | 'busy' | 'busyDelay' | 'priority' | 'read' | 'showClose' | 'titleText' | 'wrappingType' | 'close' | 'actions' | 'avatar' | 'footnotes'> {
|
|
11
|
+
selected: boolean;
|
|
12
|
+
busy: boolean;
|
|
13
|
+
busyDelay: any;
|
|
14
|
+
priority: 'High' | 'Low' | 'Medium' | 'None';
|
|
15
|
+
read: boolean;
|
|
16
|
+
showClose: boolean;
|
|
17
|
+
titleText: string;
|
|
18
|
+
wrappingType: 'None' | 'Normal';
|
|
19
|
+
actions: Array<NotificationActionDirective['element']>;
|
|
20
|
+
avatar: AvatarDirective['element'];
|
|
21
|
+
footnotes: Array<HTMLElement>;
|
|
22
|
+
addEventListener<K extends keyof NotificationListItemDirectiveEventsMap>(type: K, listener: (this: NotificationListItemDirectiveElement, ev: NotificationListItemDirectiveEventsMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
23
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
24
|
+
removeEventListener<K extends keyof NotificationListItemDirectiveEventsMap>(type: K, listener: (this: NotificationListItemDirectiveElement, ev: NotificationListItemDirectiveEventsMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
25
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
26
|
+
}
|
|
27
|
+
declare class NotificationListItemDirective {
|
|
28
|
+
private elementRef;
|
|
29
|
+
set selected(val: NotificationListItemDirectiveElement['selected']);
|
|
30
|
+
get selected(): NotificationListItemDirectiveElement['selected'];
|
|
31
|
+
set busy(val: NotificationListItemDirectiveElement['busy']);
|
|
32
|
+
get busy(): NotificationListItemDirectiveElement['busy'];
|
|
33
|
+
set busyDelay(val: NotificationListItemDirectiveElement['busyDelay']);
|
|
34
|
+
get busyDelay(): NotificationListItemDirectiveElement['busyDelay'];
|
|
35
|
+
set priority(val: NotificationListItemDirectiveElement['priority']);
|
|
36
|
+
get priority(): NotificationListItemDirectiveElement['priority'];
|
|
37
|
+
set read(val: NotificationListItemDirectiveElement['read']);
|
|
38
|
+
get read(): NotificationListItemDirectiveElement['read'];
|
|
39
|
+
set showClose(val: NotificationListItemDirectiveElement['showClose']);
|
|
40
|
+
get showClose(): NotificationListItemDirectiveElement['showClose'];
|
|
41
|
+
set titleText(val: NotificationListItemDirectiveElement['titleText']);
|
|
42
|
+
get titleText(): NotificationListItemDirectiveElement['titleText'];
|
|
43
|
+
set wrappingType(val: NotificationListItemDirectiveElement['wrappingType']);
|
|
44
|
+
get wrappingType(): NotificationListItemDirectiveElement['wrappingType'];
|
|
45
|
+
close: Observable<NotificationListItemDirectiveEventsMap['close']>;
|
|
46
|
+
constructor(elementRef: ElementRef<NotificationListItemDirectiveElement>);
|
|
47
|
+
get element(): typeof this.elementRef.nativeElement;
|
|
48
|
+
get actions(): Array<NotificationActionDirective['element']>;
|
|
49
|
+
get avatar(): AvatarDirective['element'];
|
|
50
|
+
get footnotes(): Array<HTMLElement>;
|
|
51
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<NotificationListItemDirective, never>;
|
|
52
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<NotificationListItemDirective, "ui5-li-notification", ["ui5LiNotification"], { "selected": "selected"; "busy": "busy"; "busyDelay": "busyDelay"; "priority": "priority"; "read": "read"; "showClose": "showClose"; "titleText": "titleText"; "wrappingType": "wrappingType"; }, { "close": "close"; }, never, never, false, never>;
|
|
53
|
+
}
|
|
54
|
+
export { NotificationListItemDirective, NotificationListItemDirectiveEventsMap, NotificationListItemDirectiveElement, };
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { ElementRef } from '@angular/core';
|
|
2
|
+
import '@ui5/webcomponents-fiori/dist/Page.js';
|
|
3
|
+
import { BarDirective } from './bar';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
interface PageDirectiveElement extends Omit<HTMLElement, 'backgroundDesign' | 'disableScrolling' | 'floatingFooter' | 'hideFooter' | 'footer' | 'header'> {
|
|
6
|
+
backgroundDesign: 'List' | 'Solid' | 'Transparent';
|
|
7
|
+
disableScrolling: boolean;
|
|
8
|
+
floatingFooter: boolean;
|
|
9
|
+
hideFooter: boolean;
|
|
10
|
+
footer: BarDirective['element'];
|
|
11
|
+
header: BarDirective['element'];
|
|
12
|
+
}
|
|
13
|
+
declare class PageDirective {
|
|
14
|
+
private elementRef;
|
|
15
|
+
set backgroundDesign(val: PageDirectiveElement['backgroundDesign']);
|
|
16
|
+
get backgroundDesign(): PageDirectiveElement['backgroundDesign'];
|
|
17
|
+
set disableScrolling(val: PageDirectiveElement['disableScrolling']);
|
|
18
|
+
get disableScrolling(): PageDirectiveElement['disableScrolling'];
|
|
19
|
+
set floatingFooter(val: PageDirectiveElement['floatingFooter']);
|
|
20
|
+
get floatingFooter(): PageDirectiveElement['floatingFooter'];
|
|
21
|
+
set hideFooter(val: PageDirectiveElement['hideFooter']);
|
|
22
|
+
get hideFooter(): PageDirectiveElement['hideFooter'];
|
|
23
|
+
constructor(elementRef: ElementRef<PageDirectiveElement>);
|
|
24
|
+
get element(): typeof this.elementRef.nativeElement;
|
|
25
|
+
get footer(): BarDirective['element'];
|
|
26
|
+
get header(): BarDirective['element'];
|
|
27
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PageDirective, never>;
|
|
28
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<PageDirective, "ui5-page", ["ui5Page"], { "backgroundDesign": "backgroundDesign"; "disableScrolling": "disableScrolling"; "floatingFooter": "floatingFooter"; "hideFooter": "hideFooter"; }, {}, never, never, false, never>;
|
|
29
|
+
}
|
|
30
|
+
export { PageDirective, PageDirectiveElement };
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { ElementRef } from '@angular/core';
|
|
2
|
+
import '@ui5/webcomponents-fiori/dist/ProductSwitchItem.js';
|
|
3
|
+
import { Observable } from 'rxjs';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
interface ProductSwitchItemDirectiveEventsMap extends Omit<HTMLElementEventMap, 'click'> {
|
|
6
|
+
click: CustomEvent<void>;
|
|
7
|
+
}
|
|
8
|
+
interface ProductSwitchItemDirectiveElement extends Omit<HTMLElement, 'icon' | 'subtitleText' | 'target' | 'targetSrc' | 'titleText' | 'click'> {
|
|
9
|
+
icon: string;
|
|
10
|
+
subtitleText: string;
|
|
11
|
+
target: string;
|
|
12
|
+
targetSrc: string;
|
|
13
|
+
titleText: string;
|
|
14
|
+
addEventListener<K extends keyof ProductSwitchItemDirectiveEventsMap>(type: K, listener: (this: ProductSwitchItemDirectiveElement, ev: ProductSwitchItemDirectiveEventsMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
15
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
16
|
+
removeEventListener<K extends keyof ProductSwitchItemDirectiveEventsMap>(type: K, listener: (this: ProductSwitchItemDirectiveElement, ev: ProductSwitchItemDirectiveEventsMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
17
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
18
|
+
}
|
|
19
|
+
declare class ProductSwitchItemDirective {
|
|
20
|
+
private elementRef;
|
|
21
|
+
set icon(val: ProductSwitchItemDirectiveElement['icon']);
|
|
22
|
+
get icon(): ProductSwitchItemDirectiveElement['icon'];
|
|
23
|
+
set subtitleText(val: ProductSwitchItemDirectiveElement['subtitleText']);
|
|
24
|
+
get subtitleText(): ProductSwitchItemDirectiveElement['subtitleText'];
|
|
25
|
+
set target(val: ProductSwitchItemDirectiveElement['target']);
|
|
26
|
+
get target(): ProductSwitchItemDirectiveElement['target'];
|
|
27
|
+
set targetSrc(val: ProductSwitchItemDirectiveElement['targetSrc']);
|
|
28
|
+
get targetSrc(): ProductSwitchItemDirectiveElement['targetSrc'];
|
|
29
|
+
set titleText(val: ProductSwitchItemDirectiveElement['titleText']);
|
|
30
|
+
get titleText(): ProductSwitchItemDirectiveElement['titleText'];
|
|
31
|
+
click: Observable<ProductSwitchItemDirectiveEventsMap['click']>;
|
|
32
|
+
constructor(elementRef: ElementRef<ProductSwitchItemDirectiveElement>);
|
|
33
|
+
get element(): typeof this.elementRef.nativeElement;
|
|
34
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ProductSwitchItemDirective, never>;
|
|
35
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ProductSwitchItemDirective, "ui5-product-switch-item", ["ui5ProductSwitchItem"], { "icon": "icon"; "subtitleText": "subtitleText"; "target": "target"; "targetSrc": "targetSrc"; "titleText": "titleText"; }, { "click": "click"; }, never, never, false, never>;
|
|
36
|
+
}
|
|
37
|
+
export { ProductSwitchItemDirective, ProductSwitchItemDirectiveEventsMap, ProductSwitchItemDirectiveElement, };
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { ElementRef } from '@angular/core';
|
|
2
|
+
import '@ui5/webcomponents-fiori/dist/ProductSwitch.js';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
interface ProductSwitchDirectiveElement extends HTMLElement {
|
|
5
|
+
}
|
|
6
|
+
declare class ProductSwitchDirective {
|
|
7
|
+
private elementRef;
|
|
8
|
+
constructor(elementRef: ElementRef<ProductSwitchDirectiveElement>);
|
|
9
|
+
get element(): typeof this.elementRef.nativeElement;
|
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ProductSwitchDirective, never>;
|
|
11
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ProductSwitchDirective, "ui5-product-switch", ["ui5ProductSwitch"], {}, {}, never, never, false, never>;
|
|
12
|
+
}
|
|
13
|
+
export { ProductSwitchDirective, ProductSwitchDirectiveElement };
|