@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,33 @@
|
|
|
1
|
+
import { ElementRef } from '@angular/core';
|
|
2
|
+
import '@ui5/webcomponents-fiori/dist/ShellBarItem.js';
|
|
3
|
+
import { Observable } from 'rxjs';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
interface ShellBarItemDirectiveEventsMap extends Omit<HTMLElementEventMap, 'click'> {
|
|
6
|
+
click: CustomEvent<{
|
|
7
|
+
targetRef: HTMLElement;
|
|
8
|
+
}>;
|
|
9
|
+
}
|
|
10
|
+
interface ShellBarItemDirectiveElement extends Omit<HTMLElement, 'count' | 'icon' | 'text' | 'click'> {
|
|
11
|
+
count: string;
|
|
12
|
+
icon: string;
|
|
13
|
+
text: string;
|
|
14
|
+
addEventListener<K extends keyof ShellBarItemDirectiveEventsMap>(type: K, listener: (this: ShellBarItemDirectiveElement, ev: ShellBarItemDirectiveEventsMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
15
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
16
|
+
removeEventListener<K extends keyof ShellBarItemDirectiveEventsMap>(type: K, listener: (this: ShellBarItemDirectiveElement, ev: ShellBarItemDirectiveEventsMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
17
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
18
|
+
}
|
|
19
|
+
declare class ShellBarItemDirective {
|
|
20
|
+
private elementRef;
|
|
21
|
+
set count(val: ShellBarItemDirectiveElement['count']);
|
|
22
|
+
get count(): ShellBarItemDirectiveElement['count'];
|
|
23
|
+
set icon(val: ShellBarItemDirectiveElement['icon']);
|
|
24
|
+
get icon(): ShellBarItemDirectiveElement['icon'];
|
|
25
|
+
set text(val: ShellBarItemDirectiveElement['text']);
|
|
26
|
+
get text(): ShellBarItemDirectiveElement['text'];
|
|
27
|
+
click: Observable<ShellBarItemDirectiveEventsMap['click']>;
|
|
28
|
+
constructor(elementRef: ElementRef<ShellBarItemDirectiveElement>);
|
|
29
|
+
get element(): typeof this.elementRef.nativeElement;
|
|
30
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ShellBarItemDirective, never>;
|
|
31
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ShellBarItemDirective, "ui5-shellbar-item", ["ui5ShellbarItem"], { "count": "count"; "icon": "icon"; "text": "text"; }, { "click": "click"; }, never, never, false, never>;
|
|
32
|
+
}
|
|
33
|
+
export { ShellBarItemDirective, ShellBarItemDirectiveEventsMap, ShellBarItemDirectiveElement, };
|
|
@@ -0,0 +1,106 @@
|
|
|
1
|
+
import { ElementRef } from '@angular/core';
|
|
2
|
+
import '@ui5/webcomponents-fiori/dist/ShellBar.js';
|
|
3
|
+
import { Observable } from 'rxjs';
|
|
4
|
+
import { AvatarDirective } from '../../main/directives/avatar';
|
|
5
|
+
import { NotificationListGroupItemDirective } from './notification-list-group-item';
|
|
6
|
+
import { NotificationListItemDirective } from './notification-list-item';
|
|
7
|
+
import { CustomListItemDirective } from '../../main/directives/custom-list-item';
|
|
8
|
+
import { GroupHeaderListItemDirective } from '../../main/directives/group-header-list-item';
|
|
9
|
+
import { StandardListItemDirective } from '../../main/directives/standard-list-item';
|
|
10
|
+
import { InputDirective } from '../../main/directives/input';
|
|
11
|
+
import { ButtonDirective } from '../../main/directives/button';
|
|
12
|
+
import * as i0 from "@angular/core";
|
|
13
|
+
interface ShellBarDirectiveEventsMap extends Omit<HTMLElementEventMap, 'coPilotClick' | 'logoClick' | 'menuItemClick' | 'notificationsClick' | 'productSwitchClick' | 'profileClick'> {
|
|
14
|
+
coPilotClick: CustomEvent<{
|
|
15
|
+
targetRef: HTMLElement;
|
|
16
|
+
}>;
|
|
17
|
+
logoClick: CustomEvent<{
|
|
18
|
+
targetRef: HTMLElement;
|
|
19
|
+
}>;
|
|
20
|
+
menuItemClick: CustomEvent<{
|
|
21
|
+
item: HTMLElement;
|
|
22
|
+
}>;
|
|
23
|
+
notificationsClick: CustomEvent<{
|
|
24
|
+
targetRef: HTMLElement;
|
|
25
|
+
}>;
|
|
26
|
+
productSwitchClick: CustomEvent<{
|
|
27
|
+
targetRef: HTMLElement;
|
|
28
|
+
}>;
|
|
29
|
+
profileClick: CustomEvent<{
|
|
30
|
+
targetRef: HTMLElement;
|
|
31
|
+
}>;
|
|
32
|
+
}
|
|
33
|
+
interface ShellBarDirectiveElement extends Omit<HTMLElement, 'accessibilityRoles' | 'accessibilityTexts' | 'copilotDomRef' | 'logoDomRef' | 'notificationsCount' | 'notificationsDomRef' | 'overflowDomRef' | 'primaryTitle' | 'productSwitchDomRef' | 'profileDomRef' | 'secondaryTitle' | 'showCoPilot' | 'showNotifications' | 'showProductSwitch' | 'coPilotClick' | 'logoClick' | 'menuItemClick' | 'notificationsClick' | 'productSwitchClick' | 'profileClick' | 'logo' | 'menuItems' | 'profile' | 'searchField' | 'startButton'> {
|
|
34
|
+
accessibilityRoles: Record<string, any>;
|
|
35
|
+
accessibilityTexts: Record<string, any>;
|
|
36
|
+
copilotDomRef: HTMLElement;
|
|
37
|
+
logoDomRef: HTMLElement;
|
|
38
|
+
notificationsCount: string;
|
|
39
|
+
notificationsDomRef: HTMLElement;
|
|
40
|
+
overflowDomRef: HTMLElement;
|
|
41
|
+
primaryTitle: string;
|
|
42
|
+
productSwitchDomRef: HTMLElement;
|
|
43
|
+
profileDomRef: HTMLElement;
|
|
44
|
+
secondaryTitle: string;
|
|
45
|
+
showCoPilot: boolean;
|
|
46
|
+
showNotifications: boolean;
|
|
47
|
+
showProductSwitch: boolean;
|
|
48
|
+
logo: AvatarDirective['element'];
|
|
49
|
+
menuItems: Array<NotificationListGroupItemDirective['element'] | NotificationListItemDirective['element'] | CustomListItemDirective['element'] | GroupHeaderListItemDirective['element'] | StandardListItemDirective['element']>;
|
|
50
|
+
profile: AvatarDirective['element'];
|
|
51
|
+
searchField: InputDirective['element'];
|
|
52
|
+
startButton: ButtonDirective['element'];
|
|
53
|
+
addEventListener<K extends keyof ShellBarDirectiveEventsMap>(type: K, listener: (this: ShellBarDirectiveElement, ev: ShellBarDirectiveEventsMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
54
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
55
|
+
removeEventListener<K extends keyof ShellBarDirectiveEventsMap>(type: K, listener: (this: ShellBarDirectiveElement, ev: ShellBarDirectiveEventsMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
56
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
57
|
+
closeOverflow(): any;
|
|
58
|
+
}
|
|
59
|
+
declare class ShellBarDirective {
|
|
60
|
+
private elementRef;
|
|
61
|
+
set accessibilityRoles(val: ShellBarDirectiveElement['accessibilityRoles']);
|
|
62
|
+
get accessibilityRoles(): ShellBarDirectiveElement['accessibilityRoles'];
|
|
63
|
+
set accessibilityTexts(val: ShellBarDirectiveElement['accessibilityTexts']);
|
|
64
|
+
get accessibilityTexts(): ShellBarDirectiveElement['accessibilityTexts'];
|
|
65
|
+
set copilotDomRef(val: ShellBarDirectiveElement['copilotDomRef']);
|
|
66
|
+
get copilotDomRef(): ShellBarDirectiveElement['copilotDomRef'];
|
|
67
|
+
set logoDomRef(val: ShellBarDirectiveElement['logoDomRef']);
|
|
68
|
+
get logoDomRef(): ShellBarDirectiveElement['logoDomRef'];
|
|
69
|
+
set notificationsCount(val: ShellBarDirectiveElement['notificationsCount']);
|
|
70
|
+
get notificationsCount(): ShellBarDirectiveElement['notificationsCount'];
|
|
71
|
+
set notificationsDomRef(val: ShellBarDirectiveElement['notificationsDomRef']);
|
|
72
|
+
get notificationsDomRef(): ShellBarDirectiveElement['notificationsDomRef'];
|
|
73
|
+
set overflowDomRef(val: ShellBarDirectiveElement['overflowDomRef']);
|
|
74
|
+
get overflowDomRef(): ShellBarDirectiveElement['overflowDomRef'];
|
|
75
|
+
set primaryTitle(val: ShellBarDirectiveElement['primaryTitle']);
|
|
76
|
+
get primaryTitle(): ShellBarDirectiveElement['primaryTitle'];
|
|
77
|
+
set productSwitchDomRef(val: ShellBarDirectiveElement['productSwitchDomRef']);
|
|
78
|
+
get productSwitchDomRef(): ShellBarDirectiveElement['productSwitchDomRef'];
|
|
79
|
+
set profileDomRef(val: ShellBarDirectiveElement['profileDomRef']);
|
|
80
|
+
get profileDomRef(): ShellBarDirectiveElement['profileDomRef'];
|
|
81
|
+
set secondaryTitle(val: ShellBarDirectiveElement['secondaryTitle']);
|
|
82
|
+
get secondaryTitle(): ShellBarDirectiveElement['secondaryTitle'];
|
|
83
|
+
set showCoPilot(val: ShellBarDirectiveElement['showCoPilot']);
|
|
84
|
+
get showCoPilot(): ShellBarDirectiveElement['showCoPilot'];
|
|
85
|
+
set showNotifications(val: ShellBarDirectiveElement['showNotifications']);
|
|
86
|
+
get showNotifications(): ShellBarDirectiveElement['showNotifications'];
|
|
87
|
+
set showProductSwitch(val: ShellBarDirectiveElement['showProductSwitch']);
|
|
88
|
+
get showProductSwitch(): ShellBarDirectiveElement['showProductSwitch'];
|
|
89
|
+
coPilotClick: Observable<ShellBarDirectiveEventsMap['coPilotClick']>;
|
|
90
|
+
logoClick: Observable<ShellBarDirectiveEventsMap['logoClick']>;
|
|
91
|
+
menuItemClick: Observable<ShellBarDirectiveEventsMap['menuItemClick']>;
|
|
92
|
+
notificationsClick: Observable<ShellBarDirectiveEventsMap['notificationsClick']>;
|
|
93
|
+
productSwitchClick: Observable<ShellBarDirectiveEventsMap['productSwitchClick']>;
|
|
94
|
+
profileClick: Observable<ShellBarDirectiveEventsMap['profileClick']>;
|
|
95
|
+
constructor(elementRef: ElementRef<ShellBarDirectiveElement>);
|
|
96
|
+
get element(): typeof this.elementRef.nativeElement;
|
|
97
|
+
get logo(): AvatarDirective['element'];
|
|
98
|
+
get menuItems(): Array<NotificationListGroupItemDirective['element'] | NotificationListItemDirective['element'] | CustomListItemDirective['element'] | GroupHeaderListItemDirective['element'] | StandardListItemDirective['element']>;
|
|
99
|
+
get profile(): AvatarDirective['element'];
|
|
100
|
+
get searchField(): InputDirective['element'];
|
|
101
|
+
get startButton(): ButtonDirective['element'];
|
|
102
|
+
closeOverflow(): any;
|
|
103
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ShellBarDirective, never>;
|
|
104
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ShellBarDirective, "ui5-shellbar", ["ui5Shellbar"], { "accessibilityRoles": "accessibilityRoles"; "accessibilityTexts": "accessibilityTexts"; "copilotDomRef": "copilotDomRef"; "logoDomRef": "logoDomRef"; "notificationsCount": "notificationsCount"; "notificationsDomRef": "notificationsDomRef"; "overflowDomRef": "overflowDomRef"; "primaryTitle": "primaryTitle"; "productSwitchDomRef": "productSwitchDomRef"; "profileDomRef": "profileDomRef"; "secondaryTitle": "secondaryTitle"; "showCoPilot": "showCoPilot"; "showNotifications": "showNotifications"; "showProductSwitch": "showProductSwitch"; }, { "coPilotClick": "coPilotClick"; "logoClick": "logoClick"; "menuItemClick": "menuItemClick"; "notificationsClick": "notificationsClick"; "productSwitchClick": "productSwitchClick"; "profileClick": "profileClick"; }, never, never, false, never>;
|
|
105
|
+
}
|
|
106
|
+
export { ShellBarDirective, ShellBarDirectiveEventsMap, ShellBarDirectiveElement, };
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { ElementRef } from '@angular/core';
|
|
2
|
+
import '@ui5/webcomponents-fiori/dist/SideNavigationItem.js';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
interface SideNavigationItemDirectiveElement extends Omit<HTMLElement, 'expanded' | 'icon' | 'selected' | 'text' | 'wholeItemToggleable'> {
|
|
5
|
+
expanded: boolean;
|
|
6
|
+
icon: string;
|
|
7
|
+
selected: boolean;
|
|
8
|
+
text: string;
|
|
9
|
+
wholeItemToggleable: boolean;
|
|
10
|
+
}
|
|
11
|
+
declare class SideNavigationItemDirective {
|
|
12
|
+
private elementRef;
|
|
13
|
+
set expanded(val: SideNavigationItemDirectiveElement['expanded']);
|
|
14
|
+
get expanded(): SideNavigationItemDirectiveElement['expanded'];
|
|
15
|
+
set icon(val: SideNavigationItemDirectiveElement['icon']);
|
|
16
|
+
get icon(): SideNavigationItemDirectiveElement['icon'];
|
|
17
|
+
set selected(val: SideNavigationItemDirectiveElement['selected']);
|
|
18
|
+
get selected(): SideNavigationItemDirectiveElement['selected'];
|
|
19
|
+
set text(val: SideNavigationItemDirectiveElement['text']);
|
|
20
|
+
get text(): SideNavigationItemDirectiveElement['text'];
|
|
21
|
+
set wholeItemToggleable(val: SideNavigationItemDirectiveElement['wholeItemToggleable']);
|
|
22
|
+
get wholeItemToggleable(): SideNavigationItemDirectiveElement['wholeItemToggleable'];
|
|
23
|
+
constructor(elementRef: ElementRef<SideNavigationItemDirectiveElement>);
|
|
24
|
+
get element(): typeof this.elementRef.nativeElement;
|
|
25
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SideNavigationItemDirective, never>;
|
|
26
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<SideNavigationItemDirective, "ui5-side-navigation-item", ["ui5SideNavigationItem"], { "expanded": "expanded"; "icon": "icon"; "selected": "selected"; "text": "text"; "wholeItemToggleable": "wholeItemToggleable"; }, {}, never, never, false, never>;
|
|
27
|
+
}
|
|
28
|
+
export { SideNavigationItemDirective, SideNavigationItemDirectiveElement };
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { ElementRef } from '@angular/core';
|
|
2
|
+
import '@ui5/webcomponents-fiori/dist/SideNavigationSubItem.js';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
interface SideNavigationSubItemDirectiveElement extends Omit<HTMLElement, 'icon' | 'selected' | 'text'> {
|
|
5
|
+
icon: string;
|
|
6
|
+
selected: boolean;
|
|
7
|
+
text: string;
|
|
8
|
+
}
|
|
9
|
+
declare class SideNavigationSubItemDirective {
|
|
10
|
+
private elementRef;
|
|
11
|
+
set icon(val: SideNavigationSubItemDirectiveElement['icon']);
|
|
12
|
+
get icon(): SideNavigationSubItemDirectiveElement['icon'];
|
|
13
|
+
set selected(val: SideNavigationSubItemDirectiveElement['selected']);
|
|
14
|
+
get selected(): SideNavigationSubItemDirectiveElement['selected'];
|
|
15
|
+
set text(val: SideNavigationSubItemDirectiveElement['text']);
|
|
16
|
+
get text(): SideNavigationSubItemDirectiveElement['text'];
|
|
17
|
+
constructor(elementRef: ElementRef<SideNavigationSubItemDirectiveElement>);
|
|
18
|
+
get element(): typeof this.elementRef.nativeElement;
|
|
19
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SideNavigationSubItemDirective, never>;
|
|
20
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<SideNavigationSubItemDirective, "ui5-side-navigation-sub-item", ["ui5SideNavigationSubItem"], { "icon": "icon"; "selected": "selected"; "text": "text"; }, {}, never, never, false, never>;
|
|
21
|
+
}
|
|
22
|
+
export { SideNavigationSubItemDirective, SideNavigationSubItemDirectiveElement, };
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { ElementRef } from '@angular/core';
|
|
2
|
+
import '@ui5/webcomponents-fiori/dist/SideNavigation.js';
|
|
3
|
+
import { Observable } from 'rxjs';
|
|
4
|
+
import { SideNavigationItemDirective } from './side-navigation-item';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
interface SideNavigationDirectiveEventsMap extends Omit<HTMLElementEventMap, 'selectionChange'> {
|
|
7
|
+
selectionChange: CustomEvent<{
|
|
8
|
+
item: HTMLElement;
|
|
9
|
+
}>;
|
|
10
|
+
}
|
|
11
|
+
interface SideNavigationDirectiveElement extends Omit<HTMLElement, 'collapsed' | 'selectionChange' | 'fixedItems' | 'header'> {
|
|
12
|
+
collapsed: boolean;
|
|
13
|
+
fixedItems: SideNavigationItemDirective['element'];
|
|
14
|
+
header: Array<HTMLElement>;
|
|
15
|
+
addEventListener<K extends keyof SideNavigationDirectiveEventsMap>(type: K, listener: (this: SideNavigationDirectiveElement, ev: SideNavigationDirectiveEventsMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
16
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
17
|
+
removeEventListener<K extends keyof SideNavigationDirectiveEventsMap>(type: K, listener: (this: SideNavigationDirectiveElement, ev: SideNavigationDirectiveEventsMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
18
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
19
|
+
}
|
|
20
|
+
declare class SideNavigationDirective {
|
|
21
|
+
private elementRef;
|
|
22
|
+
set collapsed(val: SideNavigationDirectiveElement['collapsed']);
|
|
23
|
+
get collapsed(): SideNavigationDirectiveElement['collapsed'];
|
|
24
|
+
selectionChange: Observable<SideNavigationDirectiveEventsMap['selectionChange']>;
|
|
25
|
+
constructor(elementRef: ElementRef<SideNavigationDirectiveElement>);
|
|
26
|
+
get element(): typeof this.elementRef.nativeElement;
|
|
27
|
+
get fixedItems(): SideNavigationItemDirective['element'];
|
|
28
|
+
get header(): Array<HTMLElement>;
|
|
29
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SideNavigationDirective, never>;
|
|
30
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<SideNavigationDirective, "ui5-side-navigation", ["ui5SideNavigation"], { "collapsed": "collapsed"; }, { "selectionChange": "selectionChange"; }, never, never, false, never>;
|
|
31
|
+
}
|
|
32
|
+
export { SideNavigationDirective, SideNavigationDirectiveEventsMap, SideNavigationDirectiveElement, };
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { ElementRef } from '@angular/core';
|
|
2
|
+
import '@ui5/webcomponents-fiori/dist/SortItem.js';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
interface SortItemDirectiveElement extends Omit<HTMLElement, 'selected' | 'text'> {
|
|
5
|
+
selected: boolean;
|
|
6
|
+
text: string;
|
|
7
|
+
}
|
|
8
|
+
declare class SortItemDirective {
|
|
9
|
+
private elementRef;
|
|
10
|
+
set selected(val: SortItemDirectiveElement['selected']);
|
|
11
|
+
get selected(): SortItemDirectiveElement['selected'];
|
|
12
|
+
set text(val: SortItemDirectiveElement['text']);
|
|
13
|
+
get text(): SortItemDirectiveElement['text'];
|
|
14
|
+
constructor(elementRef: ElementRef<SortItemDirectiveElement>);
|
|
15
|
+
get element(): typeof this.elementRef.nativeElement;
|
|
16
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SortItemDirective, never>;
|
|
17
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<SortItemDirective, "ui5-sort-item", ["ui5SortItem"], { "selected": "selected"; "text": "text"; }, {}, never, never, false, never>;
|
|
18
|
+
}
|
|
19
|
+
export { SortItemDirective, SortItemDirectiveElement };
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { ElementRef } from '@angular/core';
|
|
2
|
+
import '@ui5/webcomponents-fiori/dist/TimelineItem.js';
|
|
3
|
+
import { Observable } from 'rxjs';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
interface TimelineItemDirectiveEventsMap extends Omit<HTMLElementEventMap, 'nameClick'> {
|
|
6
|
+
nameClick: CustomEvent<void>;
|
|
7
|
+
}
|
|
8
|
+
interface TimelineItemDirectiveElement extends Omit<HTMLElement, 'icon' | 'name' | 'nameClickable' | 'subtitleText' | 'titleText' | 'nameClick'> {
|
|
9
|
+
icon: string;
|
|
10
|
+
name: string;
|
|
11
|
+
nameClickable: boolean;
|
|
12
|
+
subtitleText: string;
|
|
13
|
+
titleText: string;
|
|
14
|
+
addEventListener<K extends keyof TimelineItemDirectiveEventsMap>(type: K, listener: (this: TimelineItemDirectiveElement, ev: TimelineItemDirectiveEventsMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
15
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
16
|
+
removeEventListener<K extends keyof TimelineItemDirectiveEventsMap>(type: K, listener: (this: TimelineItemDirectiveElement, ev: TimelineItemDirectiveEventsMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
17
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
18
|
+
}
|
|
19
|
+
declare class TimelineItemDirective {
|
|
20
|
+
private elementRef;
|
|
21
|
+
set icon(val: TimelineItemDirectiveElement['icon']);
|
|
22
|
+
get icon(): TimelineItemDirectiveElement['icon'];
|
|
23
|
+
set name(val: TimelineItemDirectiveElement['name']);
|
|
24
|
+
get name(): TimelineItemDirectiveElement['name'];
|
|
25
|
+
set nameClickable(val: TimelineItemDirectiveElement['nameClickable']);
|
|
26
|
+
get nameClickable(): TimelineItemDirectiveElement['nameClickable'];
|
|
27
|
+
set subtitleText(val: TimelineItemDirectiveElement['subtitleText']);
|
|
28
|
+
get subtitleText(): TimelineItemDirectiveElement['subtitleText'];
|
|
29
|
+
set titleText(val: TimelineItemDirectiveElement['titleText']);
|
|
30
|
+
get titleText(): TimelineItemDirectiveElement['titleText'];
|
|
31
|
+
nameClick: Observable<TimelineItemDirectiveEventsMap['nameClick']>;
|
|
32
|
+
constructor(elementRef: ElementRef<TimelineItemDirectiveElement>);
|
|
33
|
+
get element(): typeof this.elementRef.nativeElement;
|
|
34
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TimelineItemDirective, never>;
|
|
35
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<TimelineItemDirective, "ui5-timeline-item", ["ui5TimelineItem"], { "icon": "icon"; "name": "name"; "nameClickable": "nameClickable"; "subtitleText": "subtitleText"; "titleText": "titleText"; }, { "nameClick": "nameClick"; }, never, never, false, never>;
|
|
36
|
+
}
|
|
37
|
+
export { TimelineItemDirective, TimelineItemDirectiveEventsMap, TimelineItemDirectiveElement, };
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { ElementRef } from '@angular/core';
|
|
2
|
+
import '@ui5/webcomponents-fiori/dist/Timeline.js';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
interface TimelineDirectiveElement extends Omit<HTMLElement, 'accessibleName' | 'layout'> {
|
|
5
|
+
accessibleName: string;
|
|
6
|
+
layout: 'Horizontal' | 'Vertical';
|
|
7
|
+
}
|
|
8
|
+
declare class TimelineDirective {
|
|
9
|
+
private elementRef;
|
|
10
|
+
set accessibleName(val: TimelineDirectiveElement['accessibleName']);
|
|
11
|
+
get accessibleName(): TimelineDirectiveElement['accessibleName'];
|
|
12
|
+
set layout(val: TimelineDirectiveElement['layout']);
|
|
13
|
+
get layout(): TimelineDirectiveElement['layout'];
|
|
14
|
+
constructor(elementRef: ElementRef<TimelineDirectiveElement>);
|
|
15
|
+
get element(): typeof this.elementRef.nativeElement;
|
|
16
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TimelineDirective, never>;
|
|
17
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<TimelineDirective, "ui5-timeline", ["ui5Timeline"], { "accessibleName": "accessibleName"; "layout": "layout"; }, {}, never, never, false, never>;
|
|
18
|
+
}
|
|
19
|
+
export { TimelineDirective, TimelineDirectiveElement };
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
import { ElementRef } from '@angular/core';
|
|
2
|
+
import '@ui5/webcomponents-fiori/dist/UploadCollectionItem.js';
|
|
3
|
+
import { Observable } from 'rxjs';
|
|
4
|
+
import { ButtonDirective } from '../../main/directives/button';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
interface UploadCollectionItemDirectiveEventsMap extends Omit<HTMLElementEventMap, 'detailClick' | 'fileNameClick' | 'rename' | 'retry' | 'terminate'> {
|
|
7
|
+
detailClick: CustomEvent<void>;
|
|
8
|
+
fileNameClick: CustomEvent<void>;
|
|
9
|
+
rename: CustomEvent<void>;
|
|
10
|
+
retry: CustomEvent<void>;
|
|
11
|
+
terminate: CustomEvent<void>;
|
|
12
|
+
}
|
|
13
|
+
interface UploadCollectionItemDirectiveElement extends Omit<HTMLElement, 'selected' | 'type' | 'disableDeleteButton' | 'file' | 'fileName' | 'fileNameClickable' | 'hideRetryButton' | 'hideTerminateButton' | 'progress' | 'uploadState' | 'detailClick' | 'fileNameClick' | 'rename' | 'retry' | 'terminate' | 'deleteButton' | 'thumbnail'> {
|
|
14
|
+
selected: boolean;
|
|
15
|
+
type: 'Active' | 'Detail' | 'Inactive';
|
|
16
|
+
disableDeleteButton: boolean;
|
|
17
|
+
file: any;
|
|
18
|
+
fileName: string;
|
|
19
|
+
fileNameClickable: boolean;
|
|
20
|
+
hideRetryButton: boolean;
|
|
21
|
+
hideTerminateButton: boolean;
|
|
22
|
+
progress: any;
|
|
23
|
+
uploadState: 'Complete' | 'Error' | 'Ready' | 'Uploading';
|
|
24
|
+
deleteButton: ButtonDirective['element'];
|
|
25
|
+
thumbnail: HTMLElement;
|
|
26
|
+
addEventListener<K extends keyof UploadCollectionItemDirectiveEventsMap>(type: K, listener: (this: UploadCollectionItemDirectiveElement, ev: UploadCollectionItemDirectiveEventsMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
27
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
28
|
+
removeEventListener<K extends keyof UploadCollectionItemDirectiveEventsMap>(type: K, listener: (this: UploadCollectionItemDirectiveElement, ev: UploadCollectionItemDirectiveEventsMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
29
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
30
|
+
}
|
|
31
|
+
declare class UploadCollectionItemDirective {
|
|
32
|
+
private elementRef;
|
|
33
|
+
set selected(val: UploadCollectionItemDirectiveElement['selected']);
|
|
34
|
+
get selected(): UploadCollectionItemDirectiveElement['selected'];
|
|
35
|
+
set type(val: UploadCollectionItemDirectiveElement['type']);
|
|
36
|
+
get type(): UploadCollectionItemDirectiveElement['type'];
|
|
37
|
+
set disableDeleteButton(val: UploadCollectionItemDirectiveElement['disableDeleteButton']);
|
|
38
|
+
get disableDeleteButton(): UploadCollectionItemDirectiveElement['disableDeleteButton'];
|
|
39
|
+
set file(val: UploadCollectionItemDirectiveElement['file']);
|
|
40
|
+
get file(): UploadCollectionItemDirectiveElement['file'];
|
|
41
|
+
set fileName(val: UploadCollectionItemDirectiveElement['fileName']);
|
|
42
|
+
get fileName(): UploadCollectionItemDirectiveElement['fileName'];
|
|
43
|
+
set fileNameClickable(val: UploadCollectionItemDirectiveElement['fileNameClickable']);
|
|
44
|
+
get fileNameClickable(): UploadCollectionItemDirectiveElement['fileNameClickable'];
|
|
45
|
+
set hideRetryButton(val: UploadCollectionItemDirectiveElement['hideRetryButton']);
|
|
46
|
+
get hideRetryButton(): UploadCollectionItemDirectiveElement['hideRetryButton'];
|
|
47
|
+
set hideTerminateButton(val: UploadCollectionItemDirectiveElement['hideTerminateButton']);
|
|
48
|
+
get hideTerminateButton(): UploadCollectionItemDirectiveElement['hideTerminateButton'];
|
|
49
|
+
set progress(val: UploadCollectionItemDirectiveElement['progress']);
|
|
50
|
+
get progress(): UploadCollectionItemDirectiveElement['progress'];
|
|
51
|
+
set uploadState(val: UploadCollectionItemDirectiveElement['uploadState']);
|
|
52
|
+
get uploadState(): UploadCollectionItemDirectiveElement['uploadState'];
|
|
53
|
+
detailClick: Observable<UploadCollectionItemDirectiveEventsMap['detailClick']>;
|
|
54
|
+
fileNameClick: Observable<UploadCollectionItemDirectiveEventsMap['fileNameClick']>;
|
|
55
|
+
rename: Observable<UploadCollectionItemDirectiveEventsMap['rename']>;
|
|
56
|
+
retry: Observable<UploadCollectionItemDirectiveEventsMap['retry']>;
|
|
57
|
+
terminate: Observable<UploadCollectionItemDirectiveEventsMap['terminate']>;
|
|
58
|
+
constructor(elementRef: ElementRef<UploadCollectionItemDirectiveElement>);
|
|
59
|
+
get element(): typeof this.elementRef.nativeElement;
|
|
60
|
+
get deleteButton(): ButtonDirective['element'];
|
|
61
|
+
get thumbnail(): HTMLElement;
|
|
62
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<UploadCollectionItemDirective, never>;
|
|
63
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<UploadCollectionItemDirective, "ui5-upload-collection-item", ["ui5UploadCollectionItem"], { "selected": "selected"; "type": "type"; "disableDeleteButton": "disableDeleteButton"; "file": "file"; "fileName": "fileName"; "fileNameClickable": "fileNameClickable"; "hideRetryButton": "hideRetryButton"; "hideTerminateButton": "hideTerminateButton"; "progress": "progress"; "uploadState": "uploadState"; }, { "detailClick": "detailClick"; "fileNameClick": "fileNameClick"; "rename": "rename"; "retry": "retry"; "terminate": "terminate"; }, never, never, false, never>;
|
|
64
|
+
}
|
|
65
|
+
export { UploadCollectionItemDirective, UploadCollectionItemDirectiveEventsMap, UploadCollectionItemDirectiveElement, };
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
import { ElementRef } from '@angular/core';
|
|
2
|
+
import '@ui5/webcomponents-fiori/dist/UploadCollection.js';
|
|
3
|
+
import { Observable } from 'rxjs';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
interface UploadCollectionDirectiveEventsMap extends Omit<HTMLElementEventMap, 'drop' | 'itemDelete' | 'selectionChange'> {
|
|
6
|
+
drop: CustomEvent<{
|
|
7
|
+
dataTransfer: any;
|
|
8
|
+
}>;
|
|
9
|
+
itemDelete: CustomEvent<{
|
|
10
|
+
item: HTMLElement;
|
|
11
|
+
}>;
|
|
12
|
+
selectionChange: CustomEvent<{
|
|
13
|
+
selectedItems: Array<any>;
|
|
14
|
+
}>;
|
|
15
|
+
}
|
|
16
|
+
interface UploadCollectionDirectiveElement extends Omit<HTMLElement, 'accessibleName' | 'hideDragOverlay' | 'mode' | 'noDataDescription' | 'noDataText' | 'drop' | 'itemDelete' | 'selectionChange' | 'header'> {
|
|
17
|
+
accessibleName: string;
|
|
18
|
+
hideDragOverlay: boolean;
|
|
19
|
+
mode: 'Delete' | 'MultiSelect' | 'None' | 'SingleSelect' | 'SingleSelectAuto' | 'SingleSelectBegin' | 'SingleSelectEnd';
|
|
20
|
+
noDataDescription: string;
|
|
21
|
+
noDataText: string;
|
|
22
|
+
header: Array<HTMLElement>;
|
|
23
|
+
addEventListener<K extends keyof UploadCollectionDirectiveEventsMap>(type: K, listener: (this: UploadCollectionDirectiveElement, ev: UploadCollectionDirectiveEventsMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
24
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
25
|
+
removeEventListener<K extends keyof UploadCollectionDirectiveEventsMap>(type: K, listener: (this: UploadCollectionDirectiveElement, ev: UploadCollectionDirectiveEventsMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
26
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
27
|
+
}
|
|
28
|
+
declare class UploadCollectionDirective {
|
|
29
|
+
private elementRef;
|
|
30
|
+
set accessibleName(val: UploadCollectionDirectiveElement['accessibleName']);
|
|
31
|
+
get accessibleName(): UploadCollectionDirectiveElement['accessibleName'];
|
|
32
|
+
set hideDragOverlay(val: UploadCollectionDirectiveElement['hideDragOverlay']);
|
|
33
|
+
get hideDragOverlay(): UploadCollectionDirectiveElement['hideDragOverlay'];
|
|
34
|
+
set mode(val: UploadCollectionDirectiveElement['mode']);
|
|
35
|
+
get mode(): UploadCollectionDirectiveElement['mode'];
|
|
36
|
+
set noDataDescription(val: UploadCollectionDirectiveElement['noDataDescription']);
|
|
37
|
+
get noDataDescription(): UploadCollectionDirectiveElement['noDataDescription'];
|
|
38
|
+
set noDataText(val: UploadCollectionDirectiveElement['noDataText']);
|
|
39
|
+
get noDataText(): UploadCollectionDirectiveElement['noDataText'];
|
|
40
|
+
drop: Observable<UploadCollectionDirectiveEventsMap['drop']>;
|
|
41
|
+
itemDelete: Observable<UploadCollectionDirectiveEventsMap['itemDelete']>;
|
|
42
|
+
selectionChange: Observable<UploadCollectionDirectiveEventsMap['selectionChange']>;
|
|
43
|
+
constructor(elementRef: ElementRef<UploadCollectionDirectiveElement>);
|
|
44
|
+
get element(): typeof this.elementRef.nativeElement;
|
|
45
|
+
get header(): Array<HTMLElement>;
|
|
46
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<UploadCollectionDirective, never>;
|
|
47
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<UploadCollectionDirective, "ui5-upload-collection", ["ui5UploadCollection"], { "accessibleName": "accessibleName"; "hideDragOverlay": "hideDragOverlay"; "mode": "mode"; "noDataDescription": "noDataDescription"; "noDataText": "noDataText"; }, { "drop": "drop"; "itemDelete": "itemDelete"; "selectionChange": "selectionChange"; }, never, never, false, never>;
|
|
48
|
+
}
|
|
49
|
+
export { UploadCollectionDirective, UploadCollectionDirectiveEventsMap, UploadCollectionDirectiveElement, };
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { ElementRef } from '@angular/core';
|
|
2
|
+
import '@ui5/webcomponents-fiori/dist/ViewSettingsDialog.js';
|
|
3
|
+
import { Observable } from 'rxjs';
|
|
4
|
+
import { FilterItemDirective } from './filter-item';
|
|
5
|
+
import { SortItemDirective } from './sort-item';
|
|
6
|
+
import * as i0 from "@angular/core";
|
|
7
|
+
interface ViewSettingsDialogDirectiveEventsMap extends Omit<HTMLElementEventMap, 'beforeOpen' | 'cancel' | 'confirm'> {
|
|
8
|
+
beforeOpen: CustomEvent<void>;
|
|
9
|
+
cancel: CustomEvent<{
|
|
10
|
+
sortOrder: string;
|
|
11
|
+
sortBy: string;
|
|
12
|
+
sortByItem: HTMLElement;
|
|
13
|
+
sortDescending: boolean;
|
|
14
|
+
filterItems: Array<any>;
|
|
15
|
+
}>;
|
|
16
|
+
confirm: CustomEvent<{
|
|
17
|
+
sortOrder: string;
|
|
18
|
+
sortBy: string;
|
|
19
|
+
sortByItem: HTMLElement;
|
|
20
|
+
sortDescending: boolean;
|
|
21
|
+
filterItems: Array<any>;
|
|
22
|
+
}>;
|
|
23
|
+
}
|
|
24
|
+
interface ViewSettingsDialogDirectiveElement extends Omit<HTMLElement, 'sortDescending' | 'beforeOpen' | 'cancel' | 'confirm' | 'filterItems' | 'sortItems'> {
|
|
25
|
+
sortDescending: boolean;
|
|
26
|
+
filterItems: Array<FilterItemDirective['element']>;
|
|
27
|
+
sortItems: Array<SortItemDirective['element']>;
|
|
28
|
+
addEventListener<K extends keyof ViewSettingsDialogDirectiveEventsMap>(type: K, listener: (this: ViewSettingsDialogDirectiveElement, ev: ViewSettingsDialogDirectiveEventsMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
29
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
30
|
+
removeEventListener<K extends keyof ViewSettingsDialogDirectiveEventsMap>(type: K, listener: (this: ViewSettingsDialogDirectiveElement, ev: ViewSettingsDialogDirectiveEventsMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
31
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
32
|
+
setConfirmedSettings(settings: Record<string, any>): any;
|
|
33
|
+
show(): any;
|
|
34
|
+
}
|
|
35
|
+
declare class ViewSettingsDialogDirective {
|
|
36
|
+
private elementRef;
|
|
37
|
+
set sortDescending(val: ViewSettingsDialogDirectiveElement['sortDescending']);
|
|
38
|
+
get sortDescending(): ViewSettingsDialogDirectiveElement['sortDescending'];
|
|
39
|
+
beforeOpen: Observable<ViewSettingsDialogDirectiveEventsMap['beforeOpen']>;
|
|
40
|
+
cancel: Observable<ViewSettingsDialogDirectiveEventsMap['cancel']>;
|
|
41
|
+
confirm: Observable<ViewSettingsDialogDirectiveEventsMap['confirm']>;
|
|
42
|
+
constructor(elementRef: ElementRef<ViewSettingsDialogDirectiveElement>);
|
|
43
|
+
get element(): typeof this.elementRef.nativeElement;
|
|
44
|
+
get filterItems(): Array<FilterItemDirective['element']>;
|
|
45
|
+
get sortItems(): Array<SortItemDirective['element']>;
|
|
46
|
+
setConfirmedSettings(settings: Record<string, any>): any;
|
|
47
|
+
show(): any;
|
|
48
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ViewSettingsDialogDirective, never>;
|
|
49
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ViewSettingsDialogDirective, "ui5-view-settings-dialog", ["ui5ViewSettingsDialog"], { "sortDescending": "sortDescending"; }, { "beforeOpen": "beforeOpen"; "cancel": "cancel"; "confirm": "confirm"; }, never, never, false, never>;
|
|
50
|
+
}
|
|
51
|
+
export { ViewSettingsDialogDirective, ViewSettingsDialogDirectiveEventsMap, ViewSettingsDialogDirectiveElement, };
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { ElementRef } from '@angular/core';
|
|
2
|
+
import '@ui5/webcomponents-fiori/dist/WizardStep.js';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
interface WizardStepDirectiveElement extends Omit<HTMLElement, 'branching' | 'disabled' | 'icon' | 'selected' | 'subtitleText' | 'titleText'> {
|
|
5
|
+
branching: boolean;
|
|
6
|
+
disabled: boolean;
|
|
7
|
+
icon: string;
|
|
8
|
+
selected: boolean;
|
|
9
|
+
subtitleText: string;
|
|
10
|
+
titleText: string;
|
|
11
|
+
}
|
|
12
|
+
declare class WizardStepDirective {
|
|
13
|
+
private elementRef;
|
|
14
|
+
set branching(val: WizardStepDirectiveElement['branching']);
|
|
15
|
+
get branching(): WizardStepDirectiveElement['branching'];
|
|
16
|
+
set disabled(val: WizardStepDirectiveElement['disabled']);
|
|
17
|
+
get disabled(): WizardStepDirectiveElement['disabled'];
|
|
18
|
+
set icon(val: WizardStepDirectiveElement['icon']);
|
|
19
|
+
get icon(): WizardStepDirectiveElement['icon'];
|
|
20
|
+
set selected(val: WizardStepDirectiveElement['selected']);
|
|
21
|
+
get selected(): WizardStepDirectiveElement['selected'];
|
|
22
|
+
set subtitleText(val: WizardStepDirectiveElement['subtitleText']);
|
|
23
|
+
get subtitleText(): WizardStepDirectiveElement['subtitleText'];
|
|
24
|
+
set titleText(val: WizardStepDirectiveElement['titleText']);
|
|
25
|
+
get titleText(): WizardStepDirectiveElement['titleText'];
|
|
26
|
+
constructor(elementRef: ElementRef<WizardStepDirectiveElement>);
|
|
27
|
+
get element(): typeof this.elementRef.nativeElement;
|
|
28
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<WizardStepDirective, never>;
|
|
29
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<WizardStepDirective, "ui5-wizard-step", ["ui5WizardStep"], { "branching": "branching"; "disabled": "disabled"; "icon": "icon"; "selected": "selected"; "subtitleText": "subtitleText"; "titleText": "titleText"; }, {}, never, never, false, never>;
|
|
30
|
+
}
|
|
31
|
+
export { WizardStepDirective, WizardStepDirectiveElement };
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { ElementRef } from '@angular/core';
|
|
2
|
+
import '@ui5/webcomponents-fiori/dist/Wizard.js';
|
|
3
|
+
import { Observable } from 'rxjs';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
interface WizardDirectiveEventsMap extends Omit<HTMLElementEventMap, 'stepChange'> {
|
|
6
|
+
stepChange: CustomEvent<{
|
|
7
|
+
step: HTMLElement;
|
|
8
|
+
previousStep: HTMLElement;
|
|
9
|
+
changeWithClick: boolean;
|
|
10
|
+
}>;
|
|
11
|
+
}
|
|
12
|
+
interface WizardDirectiveElement extends Omit<HTMLElement, 'stepChange'> {
|
|
13
|
+
addEventListener<K extends keyof WizardDirectiveEventsMap>(type: K, listener: (this: WizardDirectiveElement, ev: WizardDirectiveEventsMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
14
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
15
|
+
removeEventListener<K extends keyof WizardDirectiveEventsMap>(type: K, listener: (this: WizardDirectiveElement, ev: WizardDirectiveEventsMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
16
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
17
|
+
}
|
|
18
|
+
declare class WizardDirective {
|
|
19
|
+
private elementRef;
|
|
20
|
+
stepChange: Observable<WizardDirectiveEventsMap['stepChange']>;
|
|
21
|
+
constructor(elementRef: ElementRef<WizardDirectiveElement>);
|
|
22
|
+
get element(): typeof this.elementRef.nativeElement;
|
|
23
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<WizardDirective, never>;
|
|
24
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<WizardDirective, "ui5-wizard", ["ui5Wizard"], {}, { "stepChange": "stepChange"; }, never, never, false, never>;
|
|
25
|
+
}
|
|
26
|
+
export { WizardDirective, WizardDirectiveEventsMap, WizardDirectiveElement };
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./directives/bar";
|
|
3
|
+
import * as i2 from "./directives/barcode-scanner-dialog";
|
|
4
|
+
import * as i3 from "./directives/dynamic-side-content";
|
|
5
|
+
import * as i4 from "./directives/filter-item";
|
|
6
|
+
import * as i5 from "./directives/filter-item-option";
|
|
7
|
+
import * as i6 from "./directives/flexible-column-layout";
|
|
8
|
+
import * as i7 from "./directives/illustrated-message";
|
|
9
|
+
import * as i8 from "./directives/media-gallery";
|
|
10
|
+
import * as i9 from "./directives/media-gallery-item";
|
|
11
|
+
import * as i10 from "./directives/notification-action";
|
|
12
|
+
import * as i11 from "./directives/notification-list-group-item";
|
|
13
|
+
import * as i12 from "./directives/notification-list-item";
|
|
14
|
+
import * as i13 from "./directives/notification-list-item-base";
|
|
15
|
+
import * as i14 from "./directives/page";
|
|
16
|
+
import * as i15 from "./directives/product-switch";
|
|
17
|
+
import * as i16 from "./directives/product-switch-item";
|
|
18
|
+
import * as i17 from "./directives/shell-bar";
|
|
19
|
+
import * as i18 from "./directives/shell-bar-item";
|
|
20
|
+
import * as i19 from "./directives/side-navigation";
|
|
21
|
+
import * as i20 from "./directives/side-navigation-item";
|
|
22
|
+
import * as i21 from "./directives/side-navigation-sub-item";
|
|
23
|
+
import * as i22 from "./directives/sort-item";
|
|
24
|
+
import * as i23 from "./directives/timeline";
|
|
25
|
+
import * as i24 from "./directives/timeline-item";
|
|
26
|
+
import * as i25 from "./directives/upload-collection";
|
|
27
|
+
import * as i26 from "./directives/upload-collection-item";
|
|
28
|
+
import * as i27 from "./directives/view-settings-dialog";
|
|
29
|
+
import * as i28 from "./directives/wizard";
|
|
30
|
+
import * as i29 from "./directives/wizard-step";
|
|
31
|
+
declare class Ui5FioriModule {
|
|
32
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<Ui5FioriModule, never>;
|
|
33
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<Ui5FioriModule, [typeof i1.BarDirective, typeof i2.BarcodeScannerDialogDirective, typeof i3.DynamicSideContentDirective, typeof i4.FilterItemDirective, typeof i5.FilterItemOptionDirective, typeof i6.FlexibleColumnLayoutDirective, typeof i7.IllustratedMessageDirective, typeof i8.MediaGalleryDirective, typeof i9.MediaGalleryItemDirective, typeof i10.NotificationActionDirective, typeof i11.NotificationListGroupItemDirective, typeof i12.NotificationListItemDirective, typeof i13.NotificationListItemBaseDirective, typeof i14.PageDirective, typeof i15.ProductSwitchDirective, typeof i16.ProductSwitchItemDirective, typeof i17.ShellBarDirective, typeof i18.ShellBarItemDirective, typeof i19.SideNavigationDirective, typeof i20.SideNavigationItemDirective, typeof i21.SideNavigationSubItemDirective, typeof i22.SortItemDirective, typeof i23.TimelineDirective, typeof i24.TimelineItemDirective, typeof i25.UploadCollectionDirective, typeof i26.UploadCollectionItemDirective, typeof i27.ViewSettingsDialogDirective, typeof i28.WizardDirective, typeof i29.WizardStepDirective], never, [typeof i1.BarDirective, typeof i2.BarcodeScannerDialogDirective, typeof i3.DynamicSideContentDirective, typeof i4.FilterItemDirective, typeof i5.FilterItemOptionDirective, typeof i6.FlexibleColumnLayoutDirective, typeof i7.IllustratedMessageDirective, typeof i8.MediaGalleryDirective, typeof i9.MediaGalleryItemDirective, typeof i10.NotificationActionDirective, typeof i11.NotificationListGroupItemDirective, typeof i12.NotificationListItemDirective, typeof i13.NotificationListItemBaseDirective, typeof i14.PageDirective, typeof i15.ProductSwitchDirective, typeof i16.ProductSwitchItemDirective, typeof i17.ShellBarDirective, typeof i18.ShellBarItemDirective, typeof i19.SideNavigationDirective, typeof i20.SideNavigationItemDirective, typeof i21.SideNavigationSubItemDirective, typeof i22.SortItemDirective, typeof i23.TimelineDirective, typeof i24.TimelineItemDirective, typeof i25.UploadCollectionDirective, typeof i26.UploadCollectionItemDirective, typeof i27.ViewSettingsDialogDirective, typeof i28.WizardDirective, typeof i29.WizardStepDirective]>;
|
|
34
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<Ui5FioriModule>;
|
|
35
|
+
}
|
|
36
|
+
export { Ui5FioriModule };
|
package/generic-cva.d.ts
ADDED
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { OnDestroy } from '@angular/core';
|
|
2
|
+
import { ControlValueAccessor } from '@angular/forms';
|
|
3
|
+
import { Observable } from 'rxjs';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
interface ValueProviderInterface<ValueType = any> {
|
|
6
|
+
value: ValueType;
|
|
7
|
+
valueUpdatedNotifier$: Observable<any>;
|
|
8
|
+
setDisabledState(isDisabled: boolean): void;
|
|
9
|
+
}
|
|
10
|
+
export declare class GenericControlValueAccessor<ValueType = any> implements ControlValueAccessor, OnDestroy {
|
|
11
|
+
protected host: ValueProviderInterface<ValueType>;
|
|
12
|
+
onChange: (val: ValueType) => void;
|
|
13
|
+
onTouched: () => void;
|
|
14
|
+
private _value?;
|
|
15
|
+
private _destroy$;
|
|
16
|
+
private _onChangeSet$;
|
|
17
|
+
constructor(host: ValueProviderInterface<ValueType>);
|
|
18
|
+
setDisabledState: (isDisabled: boolean) => void;
|
|
19
|
+
onChange$: (val: ValueType) => Observable<ValueType>;
|
|
20
|
+
registerOnChange(fn: (newVal: ValueType) => void): void;
|
|
21
|
+
registerOnTouched(fn: () => void): void;
|
|
22
|
+
writeValue(val: ValueType): void;
|
|
23
|
+
ngOnDestroy(): void;
|
|
24
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<GenericControlValueAccessor<any>, never>;
|
|
25
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<GenericControlValueAccessor<any>, never, never, {}, {}, never, never, false, never>;
|
|
26
|
+
}
|
|
27
|
+
export {};
|