@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
package/index.d.ts
ADDED
|
@@ -0,0 +1,113 @@
|
|
|
1
|
+
export { BarDirective, BarDirectiveElement } from './fiori/directives/bar';
|
|
2
|
+
export { BarcodeScannerDialogDirective, BarcodeScannerDialogDirectiveEventsMap, BarcodeScannerDialogDirectiveElement, } from './fiori/directives/barcode-scanner-dialog';
|
|
3
|
+
export { DynamicSideContentDirective, DynamicSideContentDirectiveEventsMap, DynamicSideContentDirectiveElement, } from './fiori/directives/dynamic-side-content';
|
|
4
|
+
export { FilterItemDirective, FilterItemDirectiveElement, } from './fiori/directives/filter-item';
|
|
5
|
+
export { FilterItemOptionDirective, FilterItemOptionDirectiveElement, } from './fiori/directives/filter-item-option';
|
|
6
|
+
export { FlexibleColumnLayoutDirective, FlexibleColumnLayoutDirectiveEventsMap, FlexibleColumnLayoutDirectiveElement, } from './fiori/directives/flexible-column-layout';
|
|
7
|
+
export { IllustratedMessageDirective, IllustratedMessageDirectiveElement, } from './fiori/directives/illustrated-message';
|
|
8
|
+
export { MediaGalleryDirective, MediaGalleryDirectiveEventsMap, MediaGalleryDirectiveElement, } from './fiori/directives/media-gallery';
|
|
9
|
+
export { MediaGalleryItemDirective, MediaGalleryItemDirectiveElement, } from './fiori/directives/media-gallery-item';
|
|
10
|
+
export { NotificationActionDirective, NotificationActionDirectiveElement, } from './fiori/directives/notification-action';
|
|
11
|
+
export { NotificationListGroupItemDirective, NotificationListGroupItemDirectiveEventsMap, NotificationListGroupItemDirectiveElement, } from './fiori/directives/notification-list-group-item';
|
|
12
|
+
export { NotificationListItemDirective, NotificationListItemDirectiveEventsMap, NotificationListItemDirectiveElement, } from './fiori/directives/notification-list-item';
|
|
13
|
+
export { NotificationListItemBaseDirective, NotificationListItemBaseDirectiveEventsMap, NotificationListItemBaseDirectiveElement, } from './fiori/directives/notification-list-item-base';
|
|
14
|
+
export { PageDirective, PageDirectiveElement } from './fiori/directives/page';
|
|
15
|
+
export { ProductSwitchDirective, ProductSwitchDirectiveElement, } from './fiori/directives/product-switch';
|
|
16
|
+
export { ProductSwitchItemDirective, ProductSwitchItemDirectiveEventsMap, ProductSwitchItemDirectiveElement, } from './fiori/directives/product-switch-item';
|
|
17
|
+
export { ShellBarDirective, ShellBarDirectiveEventsMap, ShellBarDirectiveElement, } from './fiori/directives/shell-bar';
|
|
18
|
+
export { ShellBarItemDirective, ShellBarItemDirectiveEventsMap, ShellBarItemDirectiveElement, } from './fiori/directives/shell-bar-item';
|
|
19
|
+
export { SideNavigationDirective, SideNavigationDirectiveEventsMap, SideNavigationDirectiveElement, } from './fiori/directives/side-navigation';
|
|
20
|
+
export { SideNavigationItemDirective, SideNavigationItemDirectiveElement, } from './fiori/directives/side-navigation-item';
|
|
21
|
+
export { SideNavigationSubItemDirective, SideNavigationSubItemDirectiveElement, } from './fiori/directives/side-navigation-sub-item';
|
|
22
|
+
export { SortItemDirective, SortItemDirectiveElement, } from './fiori/directives/sort-item';
|
|
23
|
+
export { TimelineDirective, TimelineDirectiveElement, } from './fiori/directives/timeline';
|
|
24
|
+
export { TimelineItemDirective, TimelineItemDirectiveEventsMap, TimelineItemDirectiveElement, } from './fiori/directives/timeline-item';
|
|
25
|
+
export { UploadCollectionDirective, UploadCollectionDirectiveEventsMap, UploadCollectionDirectiveElement, } from './fiori/directives/upload-collection';
|
|
26
|
+
export { UploadCollectionItemDirective, UploadCollectionItemDirectiveEventsMap, UploadCollectionItemDirectiveElement, } from './fiori/directives/upload-collection-item';
|
|
27
|
+
export { ViewSettingsDialogDirective, ViewSettingsDialogDirectiveEventsMap, ViewSettingsDialogDirectiveElement, } from './fiori/directives/view-settings-dialog';
|
|
28
|
+
export { WizardDirective, WizardDirectiveEventsMap, WizardDirectiveElement, } from './fiori/directives/wizard';
|
|
29
|
+
export { WizardStepDirective, WizardStepDirectiveElement, } from './fiori/directives/wizard-step';
|
|
30
|
+
export { AvatarDirective, AvatarDirectiveElement, } from './main/directives/avatar';
|
|
31
|
+
export { AvatarGroupDirective, AvatarGroupDirectiveEventsMap, AvatarGroupDirectiveElement, } from './main/directives/avatar-group';
|
|
32
|
+
export { BadgeDirective, BadgeDirectiveElement } from './main/directives/badge';
|
|
33
|
+
export { BreadcrumbsDirective, BreadcrumbsDirectiveEventsMap, BreadcrumbsDirectiveElement, } from './main/directives/breadcrumbs';
|
|
34
|
+
export { BreadcrumbsItemDirective, BreadcrumbsItemDirectiveElement, } from './main/directives/breadcrumbs-item';
|
|
35
|
+
export { BusyIndicatorDirective, BusyIndicatorDirectiveElement, } from './main/directives/busy-indicator';
|
|
36
|
+
export { ButtonDirective, ButtonDirectiveEventsMap, ButtonDirectiveElement, } from './main/directives/button';
|
|
37
|
+
export { CalendarDirective, CalendarDirectiveEventsMap, CalendarDirectiveElement, } from './main/directives/calendar';
|
|
38
|
+
export { CalendarDateDirective, CalendarDateDirectiveElement, } from './main/directives/calendar-date';
|
|
39
|
+
export { CardDirective, CardDirectiveElement } from './main/directives/card';
|
|
40
|
+
export { CardHeaderDirective, CardHeaderDirectiveEventsMap, CardHeaderDirectiveElement, } from './main/directives/card-header';
|
|
41
|
+
export { CarouselDirective, CarouselDirectiveEventsMap, CarouselDirectiveElement, } from './main/directives/carousel';
|
|
42
|
+
export { CheckBoxDirective, CheckBoxDirectiveCva, CheckBoxDirectiveEventsMap, CheckBoxDirectiveElement, } from './main/directives/check-box';
|
|
43
|
+
export { ColorPaletteDirective, ColorPaletteDirectiveEventsMap, ColorPaletteDirectiveElement, } from './main/directives/color-palette';
|
|
44
|
+
export { ColorPaletteItemDirective, ColorPaletteItemDirectiveElement, } from './main/directives/color-palette-item';
|
|
45
|
+
export { ColorPalettePopoverDirective, ColorPalettePopoverDirectiveEventsMap, ColorPalettePopoverDirectiveElement, } from './main/directives/color-palette-popover';
|
|
46
|
+
export { ColorPickerDirective, ColorPickerDirectiveEventsMap, ColorPickerDirectiveElement, } from './main/directives/color-picker';
|
|
47
|
+
export { ComboBoxDirective, ComboBoxDirectiveCva, ComboBoxDirectiveEventsMap, ComboBoxDirectiveElement, } from './main/directives/combo-box';
|
|
48
|
+
export { ComboBoxGroupItemDirective, ComboBoxGroupItemDirectiveElement, } from './main/directives/combo-box-group-item';
|
|
49
|
+
export { ComboBoxItemDirective, ComboBoxItemDirectiveElement, } from './main/directives/combo-box-item';
|
|
50
|
+
export { CustomListItemDirective, CustomListItemDirectiveEventsMap, CustomListItemDirectiveElement, } from './main/directives/custom-list-item';
|
|
51
|
+
export { DatePickerDirective, DatePickerDirectiveCva, DatePickerDirectiveEventsMap, DatePickerDirectiveElement, } from './main/directives/date-picker';
|
|
52
|
+
export { DateRangePickerDirective, DateRangePickerDirectiveCva, DateRangePickerDirectiveEventsMap, DateRangePickerDirectiveElement, } from './main/directives/date-range-picker';
|
|
53
|
+
export { DateTimePickerDirective, DateTimePickerDirectiveCva, DateTimePickerDirectiveEventsMap, DateTimePickerDirectiveElement, } from './main/directives/date-time-picker';
|
|
54
|
+
export { DayPickerDirective, DayPickerDirectiveEventsMap, DayPickerDirectiveElement, } from './main/directives/day-picker';
|
|
55
|
+
export { DialogDirective, DialogDirectiveEventsMap, DialogDirectiveElement, } from './main/directives/dialog';
|
|
56
|
+
export { FileUploaderDirective, FileUploaderDirectiveCva, FileUploaderDirectiveEventsMap, FileUploaderDirectiveElement, } from './main/directives/file-uploader';
|
|
57
|
+
export { GroupHeaderListItemDirective, GroupHeaderListItemDirectiveElement, } from './main/directives/group-header-list-item';
|
|
58
|
+
export { IconDirective, IconDirectiveElement } from './main/directives/icon';
|
|
59
|
+
export { InputDirective, InputDirectiveCva, InputDirectiveEventsMap, InputDirectiveElement, } from './main/directives/input';
|
|
60
|
+
export { LabelDirective, LabelDirectiveElement } from './main/directives/label';
|
|
61
|
+
export { LinkDirective, LinkDirectiveEventsMap, LinkDirectiveElement, } from './main/directives/link';
|
|
62
|
+
export { ListDirective, ListDirectiveEventsMap, ListDirectiveElement, } from './main/directives/list';
|
|
63
|
+
export { MenuDirective, MenuDirectiveEventsMap, MenuDirectiveElement, } from './main/directives/menu';
|
|
64
|
+
export { MenuItemDirective, MenuItemDirectiveElement, } from './main/directives/menu-item';
|
|
65
|
+
export { MessageStripDirective, MessageStripDirectiveEventsMap, MessageStripDirectiveElement, } from './main/directives/message-strip';
|
|
66
|
+
export { MonthPickerDirective, MonthPickerDirectiveEventsMap, MonthPickerDirectiveElement, } from './main/directives/month-picker';
|
|
67
|
+
export { MultiComboBoxDirective, MultiComboBoxDirectiveCva, MultiComboBoxDirectiveEventsMap, MultiComboBoxDirectiveElement, } from './main/directives/multi-combo-box';
|
|
68
|
+
export { MultiComboBoxGroupItemDirective, MultiComboBoxGroupItemDirectiveElement, } from './main/directives/multi-combo-box-group-item';
|
|
69
|
+
export { MultiComboBoxItemDirective, MultiComboBoxItemDirectiveElement, } from './main/directives/multi-combo-box-item';
|
|
70
|
+
export { MultiInputDirective, MultiInputDirectiveCva, MultiInputDirectiveEventsMap, MultiInputDirectiveElement, } from './main/directives/multi-input';
|
|
71
|
+
export { OptionDirective, OptionDirectiveElement, } from './main/directives/option';
|
|
72
|
+
export { PanelDirective, PanelDirectiveEventsMap, PanelDirectiveElement, } from './main/directives/panel';
|
|
73
|
+
export { PopoverDirective, PopoverDirectiveEventsMap, PopoverDirectiveElement, } from './main/directives/popover';
|
|
74
|
+
export { ProgressIndicatorDirective, ProgressIndicatorDirectiveElement, } from './main/directives/progress-indicator';
|
|
75
|
+
export { RadioButtonDirective, RadioButtonDirectiveCva, RadioButtonDirectiveEventsMap, RadioButtonDirectiveElement, } from './main/directives/radio-button';
|
|
76
|
+
export { RangeSliderDirective, RangeSliderDirectiveCva, RangeSliderDirectiveEventsMap, RangeSliderDirectiveElement, } from './main/directives/range-slider';
|
|
77
|
+
export { RatingIndicatorDirective, RatingIndicatorDirectiveEventsMap, RatingIndicatorDirectiveElement, } from './main/directives/rating-indicator';
|
|
78
|
+
export { ResponsivePopoverDirective, ResponsivePopoverDirectiveEventsMap, ResponsivePopoverDirectiveElement, } from './main/directives/responsive-popover';
|
|
79
|
+
export { SegmentedButtonDirective, SegmentedButtonDirectiveEventsMap, SegmentedButtonDirectiveElement, } from './main/directives/segmented-button';
|
|
80
|
+
export { SegmentedButtonItemDirective, SegmentedButtonItemDirectiveEventsMap, SegmentedButtonItemDirectiveElement, } from './main/directives/segmented-button-item';
|
|
81
|
+
export { SelectDirective, SelectDirectiveEventsMap, SelectDirectiveElement, } from './main/directives/select';
|
|
82
|
+
export { SliderDirective, SliderDirectiveCva, SliderDirectiveEventsMap, SliderDirectiveElement, } from './main/directives/slider';
|
|
83
|
+
export { SliderBaseDirective, SliderBaseDirectiveEventsMap, SliderBaseDirectiveElement, } from './main/directives/slider-base';
|
|
84
|
+
export { SplitButtonDirective, SplitButtonDirectiveEventsMap, SplitButtonDirectiveElement, } from './main/directives/split-button';
|
|
85
|
+
export { StandardListItemDirective, StandardListItemDirectiveEventsMap, StandardListItemDirectiveElement, } from './main/directives/standard-list-item';
|
|
86
|
+
export { StepInputDirective, StepInputDirectiveEventsMap, StepInputDirectiveElement, } from './main/directives/step-input';
|
|
87
|
+
export { SuggestionGroupItemDirective, SuggestionGroupItemDirectiveElement, } from './main/directives/suggestion-group-item';
|
|
88
|
+
export { SuggestionItemDirective, SuggestionItemDirectiveElement, } from './main/directives/suggestion-item';
|
|
89
|
+
export { SwitchDirective, SwitchDirectiveCva, SwitchDirectiveEventsMap, SwitchDirectiveElement, } from './main/directives/switch';
|
|
90
|
+
export { TabDirective, TabDirectiveElement } from './main/directives/tab';
|
|
91
|
+
export { TabContainerDirective, TabContainerDirectiveEventsMap, TabContainerDirectiveElement, } from './main/directives/tab-container';
|
|
92
|
+
export { TableDirective, TableDirectiveEventsMap, TableDirectiveElement, } from './main/directives/table';
|
|
93
|
+
export { TableCellDirective, TableCellDirectiveElement, } from './main/directives/table-cell';
|
|
94
|
+
export { TableColumnDirective, TableColumnDirectiveElement, } from './main/directives/table-column';
|
|
95
|
+
export { TableGroupRowDirective, TableGroupRowDirectiveElement, } from './main/directives/table-group-row';
|
|
96
|
+
export { TableRowDirective, TableRowDirectiveElement, } from './main/directives/table-row';
|
|
97
|
+
export { TabSeparatorDirective, TabSeparatorDirectiveElement, } from './main/directives/tab-separator';
|
|
98
|
+
export { TextAreaDirective, TextAreaDirectiveEventsMap, TextAreaDirectiveElement, } from './main/directives/text-area';
|
|
99
|
+
export { TimePickerDirective, TimePickerDirectiveCva, TimePickerDirectiveEventsMap, TimePickerDirectiveElement, } from './main/directives/time-picker';
|
|
100
|
+
export { TitleDirective, TitleDirectiveElement } from './main/directives/title';
|
|
101
|
+
export { ToastDirective, ToastDirectiveElement } from './main/directives/toast';
|
|
102
|
+
export { ToggleButtonDirective, ToggleButtonDirectiveEventsMap, ToggleButtonDirectiveElement, } from './main/directives/toggle-button';
|
|
103
|
+
export { TokenDirective, TokenDirectiveEventsMap, TokenDirectiveElement, } from './main/directives/token';
|
|
104
|
+
export { TreeDirective, TreeDirectiveEventsMap, TreeDirectiveElement, } from './main/directives/tree';
|
|
105
|
+
export { TreeItemDirective, TreeItemDirectiveEventsMap, TreeItemDirectiveElement, } from './main/directives/tree-item';
|
|
106
|
+
export { TreeItemCustomDirective, TreeItemCustomDirectiveEventsMap, TreeItemCustomDirectiveElement, } from './main/directives/tree-item-custom';
|
|
107
|
+
export { WheelSliderDirective, WheelSliderDirectiveElement, } from './main/directives/wheel-slider';
|
|
108
|
+
export { YearPickerDirective, YearPickerDirectiveEventsMap, YearPickerDirectiveElement, } from './main/directives/year-picker';
|
|
109
|
+
export { Ui5FioriModule } from './fiori/ui5-fiori.module';
|
|
110
|
+
export { Ui5MainModule } from './main/ui5-main.module';
|
|
111
|
+
export { Ui5AngularModule } from './ui5-angular.module';
|
|
112
|
+
export { Ui5WebcomponentsThemingModule } from './main/ui5-webcomponents-theming.module';
|
|
113
|
+
export { Ui5WebcomponentsThemingService } from './main/ui5-webcomponents-theming.service';
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { ElementRef } from '@angular/core';
|
|
2
|
+
import '@ui5/webcomponents/dist/AvatarGroup.js';
|
|
3
|
+
import { Observable } from 'rxjs';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
interface AvatarGroupDirectiveEventsMap extends Omit<HTMLElementEventMap, 'click' | 'overflow'> {
|
|
6
|
+
click: CustomEvent<{
|
|
7
|
+
targetRef: HTMLElement;
|
|
8
|
+
overflowButtonClicked: boolean;
|
|
9
|
+
}>;
|
|
10
|
+
overflow: CustomEvent<void>;
|
|
11
|
+
}
|
|
12
|
+
interface AvatarGroupDirectiveElement extends Omit<HTMLElement, 'colorScheme' | 'hiddenItems' | 'type' | 'click' | 'overflow' | 'overflowButton'> {
|
|
13
|
+
colorScheme: Array<'Accent1' | 'Accent10' | 'Accent2' | 'Accent3' | 'Accent4' | 'Accent5' | 'Accent6' | 'Accent7' | 'Accent8' | 'Accent9' | 'Placeholder'>;
|
|
14
|
+
hiddenItems: Array<HTMLElement>;
|
|
15
|
+
type: 'Group' | 'Individual';
|
|
16
|
+
overflowButton: HTMLElement;
|
|
17
|
+
addEventListener<K extends keyof AvatarGroupDirectiveEventsMap>(type: K, listener: (this: AvatarGroupDirectiveElement, ev: AvatarGroupDirectiveEventsMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
18
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
19
|
+
removeEventListener<K extends keyof AvatarGroupDirectiveEventsMap>(type: K, listener: (this: AvatarGroupDirectiveElement, ev: AvatarGroupDirectiveEventsMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
20
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
21
|
+
}
|
|
22
|
+
declare class AvatarGroupDirective {
|
|
23
|
+
private elementRef;
|
|
24
|
+
set colorScheme(val: AvatarGroupDirectiveElement['colorScheme']);
|
|
25
|
+
get colorScheme(): AvatarGroupDirectiveElement['colorScheme'];
|
|
26
|
+
set hiddenItems(val: AvatarGroupDirectiveElement['hiddenItems']);
|
|
27
|
+
get hiddenItems(): AvatarGroupDirectiveElement['hiddenItems'];
|
|
28
|
+
set type(val: AvatarGroupDirectiveElement['type']);
|
|
29
|
+
get type(): AvatarGroupDirectiveElement['type'];
|
|
30
|
+
click: Observable<AvatarGroupDirectiveEventsMap['click']>;
|
|
31
|
+
overflow: Observable<AvatarGroupDirectiveEventsMap['overflow']>;
|
|
32
|
+
constructor(elementRef: ElementRef<AvatarGroupDirectiveElement>);
|
|
33
|
+
get element(): typeof this.elementRef.nativeElement;
|
|
34
|
+
get overflowButton(): HTMLElement;
|
|
35
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AvatarGroupDirective, never>;
|
|
36
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<AvatarGroupDirective, "ui5-avatar-group", ["ui5AvatarGroup"], { "colorScheme": "colorScheme"; "hiddenItems": "hiddenItems"; "type": "type"; }, { "click": "click"; "overflow": "overflow"; }, never, never, false, never>;
|
|
37
|
+
}
|
|
38
|
+
export { AvatarGroupDirective, AvatarGroupDirectiveEventsMap, AvatarGroupDirectiveElement, };
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { ElementRef } from '@angular/core';
|
|
2
|
+
import '@ui5/webcomponents/dist/Avatar.js';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
interface AvatarDirectiveElement extends Omit<HTMLElement, 'accessibleName' | 'colorScheme' | 'icon' | 'initials' | 'interactive' | 'shape' | 'size' | 'badge'> {
|
|
5
|
+
accessibleName: string;
|
|
6
|
+
colorScheme: 'Accent1' | 'Accent10' | 'Accent2' | 'Accent3' | 'Accent4' | 'Accent5' | 'Accent6' | 'Accent7' | 'Accent8' | 'Accent9' | 'Placeholder';
|
|
7
|
+
icon: string;
|
|
8
|
+
initials: string;
|
|
9
|
+
interactive: boolean;
|
|
10
|
+
shape: 'Circle' | 'Square';
|
|
11
|
+
size: 'L' | 'M' | 'S' | 'XL' | 'XS';
|
|
12
|
+
badge: HTMLElement;
|
|
13
|
+
}
|
|
14
|
+
declare class AvatarDirective {
|
|
15
|
+
private elementRef;
|
|
16
|
+
set accessibleName(val: AvatarDirectiveElement['accessibleName']);
|
|
17
|
+
get accessibleName(): AvatarDirectiveElement['accessibleName'];
|
|
18
|
+
set colorScheme(val: AvatarDirectiveElement['colorScheme']);
|
|
19
|
+
get colorScheme(): AvatarDirectiveElement['colorScheme'];
|
|
20
|
+
set icon(val: AvatarDirectiveElement['icon']);
|
|
21
|
+
get icon(): AvatarDirectiveElement['icon'];
|
|
22
|
+
set initials(val: AvatarDirectiveElement['initials']);
|
|
23
|
+
get initials(): AvatarDirectiveElement['initials'];
|
|
24
|
+
set interactive(val: AvatarDirectiveElement['interactive']);
|
|
25
|
+
get interactive(): AvatarDirectiveElement['interactive'];
|
|
26
|
+
set shape(val: AvatarDirectiveElement['shape']);
|
|
27
|
+
get shape(): AvatarDirectiveElement['shape'];
|
|
28
|
+
set size(val: AvatarDirectiveElement['size']);
|
|
29
|
+
get size(): AvatarDirectiveElement['size'];
|
|
30
|
+
constructor(elementRef: ElementRef<AvatarDirectiveElement>);
|
|
31
|
+
get element(): typeof this.elementRef.nativeElement;
|
|
32
|
+
get badge(): HTMLElement;
|
|
33
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AvatarDirective, never>;
|
|
34
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<AvatarDirective, "ui5-avatar", ["ui5Avatar"], { "accessibleName": "accessibleName"; "colorScheme": "colorScheme"; "icon": "icon"; "initials": "initials"; "interactive": "interactive"; "shape": "shape"; "size": "size"; }, {}, never, never, false, never>;
|
|
35
|
+
}
|
|
36
|
+
export { AvatarDirective, AvatarDirectiveElement };
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { ElementRef } from '@angular/core';
|
|
2
|
+
import '@ui5/webcomponents/dist/Badge.js';
|
|
3
|
+
import { IconDirective } from './icon';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
interface BadgeDirectiveElement extends Omit<HTMLElement, 'colorScheme' | 'icon'> {
|
|
6
|
+
colorScheme: string;
|
|
7
|
+
icon: IconDirective['element'];
|
|
8
|
+
}
|
|
9
|
+
declare class BadgeDirective {
|
|
10
|
+
private elementRef;
|
|
11
|
+
set colorScheme(val: BadgeDirectiveElement['colorScheme']);
|
|
12
|
+
get colorScheme(): BadgeDirectiveElement['colorScheme'];
|
|
13
|
+
constructor(elementRef: ElementRef<BadgeDirectiveElement>);
|
|
14
|
+
get element(): typeof this.elementRef.nativeElement;
|
|
15
|
+
get icon(): IconDirective['element'];
|
|
16
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BadgeDirective, never>;
|
|
17
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<BadgeDirective, "ui5-badge", ["ui5Badge"], { "colorScheme": "colorScheme"; }, {}, never, never, false, never>;
|
|
18
|
+
}
|
|
19
|
+
export { BadgeDirective, BadgeDirectiveElement };
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { ElementRef } from '@angular/core';
|
|
2
|
+
import '@ui5/webcomponents/dist/BreadcrumbsItem.js';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
interface BreadcrumbsItemDirectiveElement extends Omit<HTMLElement, 'accessibleName' | 'href' | 'target'> {
|
|
5
|
+
accessibleName: string;
|
|
6
|
+
href: string;
|
|
7
|
+
target: string;
|
|
8
|
+
}
|
|
9
|
+
declare class BreadcrumbsItemDirective {
|
|
10
|
+
private elementRef;
|
|
11
|
+
set accessibleName(val: BreadcrumbsItemDirectiveElement['accessibleName']);
|
|
12
|
+
get accessibleName(): BreadcrumbsItemDirectiveElement['accessibleName'];
|
|
13
|
+
set href(val: BreadcrumbsItemDirectiveElement['href']);
|
|
14
|
+
get href(): BreadcrumbsItemDirectiveElement['href'];
|
|
15
|
+
set target(val: BreadcrumbsItemDirectiveElement['target']);
|
|
16
|
+
get target(): BreadcrumbsItemDirectiveElement['target'];
|
|
17
|
+
constructor(elementRef: ElementRef<BreadcrumbsItemDirectiveElement>);
|
|
18
|
+
get element(): typeof this.elementRef.nativeElement;
|
|
19
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BreadcrumbsItemDirective, never>;
|
|
20
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<BreadcrumbsItemDirective, "ui5-breadcrumbs-item", ["ui5BreadcrumbsItem"], { "accessibleName": "accessibleName"; "href": "href"; "target": "target"; }, {}, never, never, false, never>;
|
|
21
|
+
}
|
|
22
|
+
export { BreadcrumbsItemDirective, BreadcrumbsItemDirectiveElement };
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { ElementRef } from '@angular/core';
|
|
2
|
+
import '@ui5/webcomponents/dist/Breadcrumbs.js';
|
|
3
|
+
import { Observable } from 'rxjs';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
interface BreadcrumbsDirectiveEventsMap extends Omit<HTMLElementEventMap, 'itemClick'> {
|
|
6
|
+
itemClick: CustomEvent<{
|
|
7
|
+
item: HTMLElement;
|
|
8
|
+
altKey: boolean;
|
|
9
|
+
ctrlKey: boolean;
|
|
10
|
+
metaKey: boolean;
|
|
11
|
+
shiftKey: boolean;
|
|
12
|
+
}>;
|
|
13
|
+
}
|
|
14
|
+
interface BreadcrumbsDirectiveElement extends Omit<HTMLElement, 'design' | 'separatorStyle' | 'itemClick'> {
|
|
15
|
+
design: 'NoCurrentPage' | 'Standard';
|
|
16
|
+
separatorStyle: 'BackSlash' | 'DoubleBackSlash' | 'DoubleGreaterThan' | 'DoubleSlash' | 'GreaterThan' | 'Slash';
|
|
17
|
+
addEventListener<K extends keyof BreadcrumbsDirectiveEventsMap>(type: K, listener: (this: BreadcrumbsDirectiveElement, ev: BreadcrumbsDirectiveEventsMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
18
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
19
|
+
removeEventListener<K extends keyof BreadcrumbsDirectiveEventsMap>(type: K, listener: (this: BreadcrumbsDirectiveElement, ev: BreadcrumbsDirectiveEventsMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
20
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
21
|
+
}
|
|
22
|
+
declare class BreadcrumbsDirective {
|
|
23
|
+
private elementRef;
|
|
24
|
+
set design(val: BreadcrumbsDirectiveElement['design']);
|
|
25
|
+
get design(): BreadcrumbsDirectiveElement['design'];
|
|
26
|
+
set separatorStyle(val: BreadcrumbsDirectiveElement['separatorStyle']);
|
|
27
|
+
get separatorStyle(): BreadcrumbsDirectiveElement['separatorStyle'];
|
|
28
|
+
itemClick: Observable<BreadcrumbsDirectiveEventsMap['itemClick']>;
|
|
29
|
+
constructor(elementRef: ElementRef<BreadcrumbsDirectiveElement>);
|
|
30
|
+
get element(): typeof this.elementRef.nativeElement;
|
|
31
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BreadcrumbsDirective, never>;
|
|
32
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<BreadcrumbsDirective, "ui5-breadcrumbs", ["ui5Breadcrumbs"], { "design": "design"; "separatorStyle": "separatorStyle"; }, { "itemClick": "itemClick"; }, never, never, false, never>;
|
|
33
|
+
}
|
|
34
|
+
export { BreadcrumbsDirective, BreadcrumbsDirectiveEventsMap, BreadcrumbsDirectiveElement, };
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { ElementRef } from '@angular/core';
|
|
2
|
+
import '@ui5/webcomponents/dist/BusyIndicator.js';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
interface BusyIndicatorDirectiveElement extends Omit<HTMLElement, 'active' | 'delay' | 'size' | 'text'> {
|
|
5
|
+
active: boolean;
|
|
6
|
+
delay: any;
|
|
7
|
+
size: 'Large' | 'Medium' | 'Small';
|
|
8
|
+
text: string;
|
|
9
|
+
}
|
|
10
|
+
declare class BusyIndicatorDirective {
|
|
11
|
+
private elementRef;
|
|
12
|
+
set active(val: BusyIndicatorDirectiveElement['active']);
|
|
13
|
+
get active(): BusyIndicatorDirectiveElement['active'];
|
|
14
|
+
set delay(val: BusyIndicatorDirectiveElement['delay']);
|
|
15
|
+
get delay(): BusyIndicatorDirectiveElement['delay'];
|
|
16
|
+
set size(val: BusyIndicatorDirectiveElement['size']);
|
|
17
|
+
get size(): BusyIndicatorDirectiveElement['size'];
|
|
18
|
+
set text(val: BusyIndicatorDirectiveElement['text']);
|
|
19
|
+
get text(): BusyIndicatorDirectiveElement['text'];
|
|
20
|
+
constructor(elementRef: ElementRef<BusyIndicatorDirectiveElement>);
|
|
21
|
+
get element(): typeof this.elementRef.nativeElement;
|
|
22
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BusyIndicatorDirective, never>;
|
|
23
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<BusyIndicatorDirective, "ui5-busy-indicator", ["ui5BusyIndicator"], { "active": "active"; "delay": "delay"; "size": "size"; "text": "text"; }, {}, never, never, false, never>;
|
|
24
|
+
}
|
|
25
|
+
export { BusyIndicatorDirective, BusyIndicatorDirectiveElement };
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
import { ElementRef } from '@angular/core';
|
|
2
|
+
import '@ui5/webcomponents/dist/Button.js';
|
|
3
|
+
import { Observable } from 'rxjs';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
interface ButtonDirectiveEventsMap extends Omit<HTMLElementEventMap, 'click'> {
|
|
6
|
+
click: CustomEvent<void>;
|
|
7
|
+
}
|
|
8
|
+
interface ButtonDirectiveElement extends Omit<HTMLElement, 'accessibilityAttributes' | 'accessibleName' | 'accessibleNameRef' | 'design' | 'disabled' | 'icon' | 'iconEnd' | 'submits' | 'tooltip' | 'click'> {
|
|
9
|
+
accessibilityAttributes: {
|
|
10
|
+
expanded?: boolean;
|
|
11
|
+
hasPopup?: 'Dialog' | 'Grid' | 'Listbox' | 'Menu' | 'Tree';
|
|
12
|
+
controls?: string | HTMLElement | Array<HTMLElement | string>;
|
|
13
|
+
};
|
|
14
|
+
accessibleName: string;
|
|
15
|
+
accessibleNameRef: string;
|
|
16
|
+
design: 'Attention' | 'Default' | 'Emphasized' | 'Negative' | 'Positive' | 'Transparent';
|
|
17
|
+
disabled: boolean;
|
|
18
|
+
icon: string;
|
|
19
|
+
iconEnd: boolean;
|
|
20
|
+
submits: boolean;
|
|
21
|
+
tooltip: string;
|
|
22
|
+
addEventListener<K extends keyof ButtonDirectiveEventsMap>(type: K, listener: (this: ButtonDirectiveElement, ev: ButtonDirectiveEventsMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
23
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
24
|
+
removeEventListener<K extends keyof ButtonDirectiveEventsMap>(type: K, listener: (this: ButtonDirectiveElement, ev: ButtonDirectiveEventsMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
25
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
26
|
+
}
|
|
27
|
+
declare class ButtonDirective {
|
|
28
|
+
private elementRef;
|
|
29
|
+
set accessibilityAttributes(val: ButtonDirectiveElement['accessibilityAttributes']);
|
|
30
|
+
get accessibilityAttributes(): ButtonDirectiveElement['accessibilityAttributes'];
|
|
31
|
+
set accessibleName(val: ButtonDirectiveElement['accessibleName']);
|
|
32
|
+
get accessibleName(): ButtonDirectiveElement['accessibleName'];
|
|
33
|
+
set accessibleNameRef(val: ButtonDirectiveElement['accessibleNameRef']);
|
|
34
|
+
get accessibleNameRef(): ButtonDirectiveElement['accessibleNameRef'];
|
|
35
|
+
set design(val: ButtonDirectiveElement['design']);
|
|
36
|
+
get design(): ButtonDirectiveElement['design'];
|
|
37
|
+
set disabled(val: ButtonDirectiveElement['disabled']);
|
|
38
|
+
get disabled(): ButtonDirectiveElement['disabled'];
|
|
39
|
+
set icon(val: ButtonDirectiveElement['icon']);
|
|
40
|
+
get icon(): ButtonDirectiveElement['icon'];
|
|
41
|
+
set iconEnd(val: ButtonDirectiveElement['iconEnd']);
|
|
42
|
+
get iconEnd(): ButtonDirectiveElement['iconEnd'];
|
|
43
|
+
set submits(val: ButtonDirectiveElement['submits']);
|
|
44
|
+
get submits(): ButtonDirectiveElement['submits'];
|
|
45
|
+
set tooltip(val: ButtonDirectiveElement['tooltip']);
|
|
46
|
+
get tooltip(): ButtonDirectiveElement['tooltip'];
|
|
47
|
+
click: Observable<ButtonDirectiveEventsMap['click']>;
|
|
48
|
+
constructor(elementRef: ElementRef<ButtonDirectiveElement>);
|
|
49
|
+
get element(): typeof this.elementRef.nativeElement;
|
|
50
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ButtonDirective, never>;
|
|
51
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ButtonDirective, "ui5-button", ["ui5Button"], { "accessibilityAttributes": "accessibilityAttributes"; "accessibleName": "accessibleName"; "accessibleNameRef": "accessibleNameRef"; "design": "design"; "disabled": "disabled"; "icon": "icon"; "iconEnd": "iconEnd"; "submits": "submits"; "tooltip": "tooltip"; }, { "click": "click"; }, never, never, false, never>;
|
|
52
|
+
}
|
|
53
|
+
export { ButtonDirective, ButtonDirectiveEventsMap, ButtonDirectiveElement };
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { ElementRef } from '@angular/core';
|
|
2
|
+
import '@ui5/webcomponents/dist/CalendarDate.js';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
interface CalendarDateDirectiveElement extends Omit<HTMLElement, 'value'> {
|
|
5
|
+
value: string;
|
|
6
|
+
}
|
|
7
|
+
declare class CalendarDateDirective {
|
|
8
|
+
private elementRef;
|
|
9
|
+
set value(val: CalendarDateDirectiveElement['value']);
|
|
10
|
+
get value(): CalendarDateDirectiveElement['value'];
|
|
11
|
+
constructor(elementRef: ElementRef<CalendarDateDirectiveElement>);
|
|
12
|
+
get element(): typeof this.elementRef.nativeElement;
|
|
13
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CalendarDateDirective, never>;
|
|
14
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<CalendarDateDirective, "ui5-date", ["ui5Date"], { "value": "value"; }, {}, never, never, false, never>;
|
|
15
|
+
}
|
|
16
|
+
export { CalendarDateDirective, CalendarDateDirectiveElement };
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
import { ElementRef } from '@angular/core';
|
|
2
|
+
import '@ui5/webcomponents/dist/Calendar.js';
|
|
3
|
+
import { Observable } from 'rxjs';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
interface CalendarDirectiveEventsMap extends Omit<HTMLElementEventMap, 'selectedDatesChange'> {
|
|
6
|
+
selectedDatesChange: CustomEvent<{
|
|
7
|
+
values: Array<any>;
|
|
8
|
+
dates: Array<any>;
|
|
9
|
+
}>;
|
|
10
|
+
}
|
|
11
|
+
interface CalendarDirectiveElement extends Omit<HTMLElement, 'formatPattern' | 'maxDate' | 'minDate' | 'primaryCalendarType' | 'secondaryCalendarType' | 'hideWeekNumbers' | 'selectionMode' | 'selectedDatesChange'> {
|
|
12
|
+
formatPattern: string;
|
|
13
|
+
maxDate: string;
|
|
14
|
+
minDate: string;
|
|
15
|
+
primaryCalendarType: 'Buddhist' | 'Gregorian' | 'Islamic' | 'Japanese' | 'Persian';
|
|
16
|
+
secondaryCalendarType: 'Buddhist' | 'Gregorian' | 'Islamic' | 'Japanese' | 'Persian';
|
|
17
|
+
hideWeekNumbers: boolean;
|
|
18
|
+
selectionMode: 'Multiple' | 'Range' | 'Single';
|
|
19
|
+
addEventListener<K extends keyof CalendarDirectiveEventsMap>(type: K, listener: (this: CalendarDirectiveElement, ev: CalendarDirectiveEventsMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
20
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
21
|
+
removeEventListener<K extends keyof CalendarDirectiveEventsMap>(type: K, listener: (this: CalendarDirectiveElement, ev: CalendarDirectiveEventsMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
22
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
23
|
+
_safelyModifyTimestampBy(amount: any, unit: any): any;
|
|
24
|
+
_safelySetTimestamp(timestamp: any): any;
|
|
25
|
+
}
|
|
26
|
+
declare class CalendarDirective {
|
|
27
|
+
private elementRef;
|
|
28
|
+
set formatPattern(val: CalendarDirectiveElement['formatPattern']);
|
|
29
|
+
get formatPattern(): CalendarDirectiveElement['formatPattern'];
|
|
30
|
+
set maxDate(val: CalendarDirectiveElement['maxDate']);
|
|
31
|
+
get maxDate(): CalendarDirectiveElement['maxDate'];
|
|
32
|
+
set minDate(val: CalendarDirectiveElement['minDate']);
|
|
33
|
+
get minDate(): CalendarDirectiveElement['minDate'];
|
|
34
|
+
set primaryCalendarType(val: CalendarDirectiveElement['primaryCalendarType']);
|
|
35
|
+
get primaryCalendarType(): CalendarDirectiveElement['primaryCalendarType'];
|
|
36
|
+
set secondaryCalendarType(val: CalendarDirectiveElement['secondaryCalendarType']);
|
|
37
|
+
get secondaryCalendarType(): CalendarDirectiveElement['secondaryCalendarType'];
|
|
38
|
+
set hideWeekNumbers(val: CalendarDirectiveElement['hideWeekNumbers']);
|
|
39
|
+
get hideWeekNumbers(): CalendarDirectiveElement['hideWeekNumbers'];
|
|
40
|
+
set selectionMode(val: CalendarDirectiveElement['selectionMode']);
|
|
41
|
+
get selectionMode(): CalendarDirectiveElement['selectionMode'];
|
|
42
|
+
selectedDatesChange: Observable<CalendarDirectiveEventsMap['selectedDatesChange']>;
|
|
43
|
+
constructor(elementRef: ElementRef<CalendarDirectiveElement>);
|
|
44
|
+
get element(): typeof this.elementRef.nativeElement;
|
|
45
|
+
_safelyModifyTimestampBy(amount: any, unit: any): any;
|
|
46
|
+
_safelySetTimestamp(timestamp: any): any;
|
|
47
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CalendarDirective, never>;
|
|
48
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<CalendarDirective, "ui5-calendar", ["ui5Calendar"], { "formatPattern": "formatPattern"; "maxDate": "maxDate"; "minDate": "minDate"; "primaryCalendarType": "primaryCalendarType"; "secondaryCalendarType": "secondaryCalendarType"; "hideWeekNumbers": "hideWeekNumbers"; "selectionMode": "selectionMode"; }, { "selectedDatesChange": "selectedDatesChange"; }, never, never, false, never>;
|
|
49
|
+
}
|
|
50
|
+
export { CalendarDirective, CalendarDirectiveEventsMap, CalendarDirectiveElement, };
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { ElementRef } from '@angular/core';
|
|
2
|
+
import '@ui5/webcomponents/dist/CardHeader.js';
|
|
3
|
+
import { Observable } from 'rxjs';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
interface CardHeaderDirectiveEventsMap extends Omit<HTMLElementEventMap, 'click'> {
|
|
6
|
+
click: CustomEvent<void>;
|
|
7
|
+
}
|
|
8
|
+
interface CardHeaderDirectiveElement extends Omit<HTMLElement, 'interactive' | 'status' | 'subtitleText' | 'titleText' | 'click' | 'action' | 'avatar'> {
|
|
9
|
+
interactive: boolean;
|
|
10
|
+
status: string;
|
|
11
|
+
subtitleText: string;
|
|
12
|
+
titleText: string;
|
|
13
|
+
action: Array<HTMLElement>;
|
|
14
|
+
avatar: Array<HTMLElement>;
|
|
15
|
+
addEventListener<K extends keyof CardHeaderDirectiveEventsMap>(type: K, listener: (this: CardHeaderDirectiveElement, ev: CardHeaderDirectiveEventsMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
16
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
17
|
+
removeEventListener<K extends keyof CardHeaderDirectiveEventsMap>(type: K, listener: (this: CardHeaderDirectiveElement, ev: CardHeaderDirectiveEventsMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
18
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
19
|
+
}
|
|
20
|
+
declare class CardHeaderDirective {
|
|
21
|
+
private elementRef;
|
|
22
|
+
set interactive(val: CardHeaderDirectiveElement['interactive']);
|
|
23
|
+
get interactive(): CardHeaderDirectiveElement['interactive'];
|
|
24
|
+
set status(val: CardHeaderDirectiveElement['status']);
|
|
25
|
+
get status(): CardHeaderDirectiveElement['status'];
|
|
26
|
+
set subtitleText(val: CardHeaderDirectiveElement['subtitleText']);
|
|
27
|
+
get subtitleText(): CardHeaderDirectiveElement['subtitleText'];
|
|
28
|
+
set titleText(val: CardHeaderDirectiveElement['titleText']);
|
|
29
|
+
get titleText(): CardHeaderDirectiveElement['titleText'];
|
|
30
|
+
click: Observable<CardHeaderDirectiveEventsMap['click']>;
|
|
31
|
+
constructor(elementRef: ElementRef<CardHeaderDirectiveElement>);
|
|
32
|
+
get element(): typeof this.elementRef.nativeElement;
|
|
33
|
+
get action(): Array<HTMLElement>;
|
|
34
|
+
get avatar(): Array<HTMLElement>;
|
|
35
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CardHeaderDirective, never>;
|
|
36
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<CardHeaderDirective, "ui5-card-header", ["ui5CardHeader"], { "interactive": "interactive"; "status": "status"; "subtitleText": "subtitleText"; "titleText": "titleText"; }, { "click": "click"; }, never, never, false, never>;
|
|
37
|
+
}
|
|
38
|
+
export { CardHeaderDirective, CardHeaderDirectiveEventsMap, CardHeaderDirectiveElement, };
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { ElementRef } from '@angular/core';
|
|
2
|
+
import '@ui5/webcomponents/dist/Card.js';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
interface CardDirectiveElement extends Omit<HTMLElement, 'accessibleName' | 'accessibleNameRef' | 'header'> {
|
|
5
|
+
accessibleName: string;
|
|
6
|
+
accessibleNameRef: string;
|
|
7
|
+
header: Array<HTMLElement>;
|
|
8
|
+
}
|
|
9
|
+
declare class CardDirective {
|
|
10
|
+
private elementRef;
|
|
11
|
+
set accessibleName(val: CardDirectiveElement['accessibleName']);
|
|
12
|
+
get accessibleName(): CardDirectiveElement['accessibleName'];
|
|
13
|
+
set accessibleNameRef(val: CardDirectiveElement['accessibleNameRef']);
|
|
14
|
+
get accessibleNameRef(): CardDirectiveElement['accessibleNameRef'];
|
|
15
|
+
constructor(elementRef: ElementRef<CardDirectiveElement>);
|
|
16
|
+
get element(): typeof this.elementRef.nativeElement;
|
|
17
|
+
get header(): Array<HTMLElement>;
|
|
18
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CardDirective, never>;
|
|
19
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<CardDirective, "ui5-card", ["ui5Card"], { "accessibleName": "accessibleName"; "accessibleNameRef": "accessibleNameRef"; }, {}, never, never, false, never>;
|
|
20
|
+
}
|
|
21
|
+
export { CardDirective, CardDirectiveElement };
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import { ElementRef } from '@angular/core';
|
|
2
|
+
import '@ui5/webcomponents/dist/Carousel.js';
|
|
3
|
+
import { Observable } from 'rxjs';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
interface CarouselDirectiveEventsMap extends Omit<HTMLElementEventMap, 'navigate'> {
|
|
6
|
+
navigate: CustomEvent<{
|
|
7
|
+
selectedIndex: number;
|
|
8
|
+
}>;
|
|
9
|
+
}
|
|
10
|
+
interface CarouselDirectiveElement extends Omit<HTMLElement, 'arrowsPlacement' | 'cyclic' | 'hideNavigationArrows' | 'hidePageIndicator' | 'itemsPerPageL' | 'itemsPerPageM' | 'itemsPerPageS' | 'navigate'> {
|
|
11
|
+
arrowsPlacement: 'Content' | 'Navigation';
|
|
12
|
+
cyclic: boolean;
|
|
13
|
+
hideNavigationArrows: boolean;
|
|
14
|
+
hidePageIndicator: boolean;
|
|
15
|
+
itemsPerPageL: any;
|
|
16
|
+
itemsPerPageM: any;
|
|
17
|
+
itemsPerPageS: any;
|
|
18
|
+
addEventListener<K extends keyof CarouselDirectiveEventsMap>(type: K, listener: (this: CarouselDirectiveElement, ev: CarouselDirectiveEventsMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
19
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
20
|
+
removeEventListener<K extends keyof CarouselDirectiveEventsMap>(type: K, listener: (this: CarouselDirectiveElement, ev: CarouselDirectiveEventsMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
21
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
22
|
+
navigateTo(itemIndex: number): any;
|
|
23
|
+
}
|
|
24
|
+
declare class CarouselDirective {
|
|
25
|
+
private elementRef;
|
|
26
|
+
set arrowsPlacement(val: CarouselDirectiveElement['arrowsPlacement']);
|
|
27
|
+
get arrowsPlacement(): CarouselDirectiveElement['arrowsPlacement'];
|
|
28
|
+
set cyclic(val: CarouselDirectiveElement['cyclic']);
|
|
29
|
+
get cyclic(): CarouselDirectiveElement['cyclic'];
|
|
30
|
+
set hideNavigationArrows(val: CarouselDirectiveElement['hideNavigationArrows']);
|
|
31
|
+
get hideNavigationArrows(): CarouselDirectiveElement['hideNavigationArrows'];
|
|
32
|
+
set hidePageIndicator(val: CarouselDirectiveElement['hidePageIndicator']);
|
|
33
|
+
get hidePageIndicator(): CarouselDirectiveElement['hidePageIndicator'];
|
|
34
|
+
set itemsPerPageL(val: CarouselDirectiveElement['itemsPerPageL']);
|
|
35
|
+
get itemsPerPageL(): CarouselDirectiveElement['itemsPerPageL'];
|
|
36
|
+
set itemsPerPageM(val: CarouselDirectiveElement['itemsPerPageM']);
|
|
37
|
+
get itemsPerPageM(): CarouselDirectiveElement['itemsPerPageM'];
|
|
38
|
+
set itemsPerPageS(val: CarouselDirectiveElement['itemsPerPageS']);
|
|
39
|
+
get itemsPerPageS(): CarouselDirectiveElement['itemsPerPageS'];
|
|
40
|
+
navigate: Observable<CarouselDirectiveEventsMap['navigate']>;
|
|
41
|
+
constructor(elementRef: ElementRef<CarouselDirectiveElement>);
|
|
42
|
+
get element(): typeof this.elementRef.nativeElement;
|
|
43
|
+
navigateTo(itemIndex: number): any;
|
|
44
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CarouselDirective, never>;
|
|
45
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<CarouselDirective, "ui5-carousel", ["ui5Carousel"], { "arrowsPlacement": "arrowsPlacement"; "cyclic": "cyclic"; "hideNavigationArrows": "hideNavigationArrows"; "hidePageIndicator": "hidePageIndicator"; "itemsPerPageL": "itemsPerPageL"; "itemsPerPageM": "itemsPerPageM"; "itemsPerPageS": "itemsPerPageS"; }, { "navigate": "navigate"; }, never, never, false, never>;
|
|
46
|
+
}
|
|
47
|
+
export { CarouselDirective, CarouselDirectiveEventsMap, CarouselDirectiveElement, };
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
import { ElementRef } from '@angular/core';
|
|
2
|
+
import '@ui5/webcomponents/dist/CheckBox.js';
|
|
3
|
+
import { Observable } from 'rxjs';
|
|
4
|
+
import { GenericControlValueAccessor } from '../../generic-cva';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
interface CheckBoxDirectiveEventsMap extends Omit<HTMLElementEventMap, 'change'> {
|
|
7
|
+
change: CustomEvent<void>;
|
|
8
|
+
}
|
|
9
|
+
interface CheckBoxDirectiveElement extends Omit<HTMLElement, 'accessibleName' | 'accessibleNameRef' | 'checked' | 'disabled' | 'indeterminate' | 'name' | 'readonly' | 'required' | 'text' | 'valueState' | 'wrappingType' | 'change'> {
|
|
10
|
+
accessibleName: string;
|
|
11
|
+
accessibleNameRef: string;
|
|
12
|
+
checked: boolean;
|
|
13
|
+
disabled: boolean;
|
|
14
|
+
indeterminate: boolean;
|
|
15
|
+
name: string;
|
|
16
|
+
readonly: boolean;
|
|
17
|
+
required: boolean;
|
|
18
|
+
text: string;
|
|
19
|
+
valueState: 'Error' | 'Information' | 'None' | 'Success' | 'Warning';
|
|
20
|
+
wrappingType: 'None' | 'Normal';
|
|
21
|
+
addEventListener<K extends keyof CheckBoxDirectiveEventsMap>(type: K, listener: (this: CheckBoxDirectiveElement, ev: CheckBoxDirectiveEventsMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
22
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
23
|
+
removeEventListener<K extends keyof CheckBoxDirectiveEventsMap>(type: K, listener: (this: CheckBoxDirectiveElement, ev: CheckBoxDirectiveEventsMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
24
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
25
|
+
}
|
|
26
|
+
declare class CheckBoxDirective {
|
|
27
|
+
private elementRef;
|
|
28
|
+
set accessibleName(val: CheckBoxDirectiveElement['accessibleName']);
|
|
29
|
+
get accessibleName(): CheckBoxDirectiveElement['accessibleName'];
|
|
30
|
+
set accessibleNameRef(val: CheckBoxDirectiveElement['accessibleNameRef']);
|
|
31
|
+
get accessibleNameRef(): CheckBoxDirectiveElement['accessibleNameRef'];
|
|
32
|
+
set checked(val: CheckBoxDirectiveElement['checked']);
|
|
33
|
+
get checked(): CheckBoxDirectiveElement['checked'];
|
|
34
|
+
set disabled(val: CheckBoxDirectiveElement['disabled']);
|
|
35
|
+
get disabled(): CheckBoxDirectiveElement['disabled'];
|
|
36
|
+
set indeterminate(val: CheckBoxDirectiveElement['indeterminate']);
|
|
37
|
+
get indeterminate(): CheckBoxDirectiveElement['indeterminate'];
|
|
38
|
+
set name(val: CheckBoxDirectiveElement['name']);
|
|
39
|
+
get name(): CheckBoxDirectiveElement['name'];
|
|
40
|
+
set readonly(val: CheckBoxDirectiveElement['readonly']);
|
|
41
|
+
get readonly(): CheckBoxDirectiveElement['readonly'];
|
|
42
|
+
set required(val: CheckBoxDirectiveElement['required']);
|
|
43
|
+
get required(): CheckBoxDirectiveElement['required'];
|
|
44
|
+
set text(val: CheckBoxDirectiveElement['text']);
|
|
45
|
+
get text(): CheckBoxDirectiveElement['text'];
|
|
46
|
+
set valueState(val: CheckBoxDirectiveElement['valueState']);
|
|
47
|
+
get valueState(): CheckBoxDirectiveElement['valueState'];
|
|
48
|
+
set wrappingType(val: CheckBoxDirectiveElement['wrappingType']);
|
|
49
|
+
get wrappingType(): CheckBoxDirectiveElement['wrappingType'];
|
|
50
|
+
change: Observable<CheckBoxDirectiveEventsMap['change']>;
|
|
51
|
+
constructor(elementRef: ElementRef<CheckBoxDirectiveElement>);
|
|
52
|
+
get element(): typeof this.elementRef.nativeElement;
|
|
53
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CheckBoxDirective, never>;
|
|
54
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<CheckBoxDirective, "ui5-checkbox", ["ui5Checkbox"], { "accessibleName": "accessibleName"; "accessibleNameRef": "accessibleNameRef"; "checked": "checked"; "disabled": "disabled"; "indeterminate": "indeterminate"; "name": "name"; "readonly": "readonly"; "required": "required"; "text": "text"; "valueState": "valueState"; "wrappingType": "wrappingType"; }, { "change": "change"; }, never, never, false, never>;
|
|
55
|
+
}
|
|
56
|
+
declare class CheckBoxDirectiveCva extends GenericControlValueAccessor {
|
|
57
|
+
private elementRef;
|
|
58
|
+
constructor(elementRef: ElementRef<CheckBoxDirective['element']>);
|
|
59
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CheckBoxDirectiveCva, never>;
|
|
60
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<CheckBoxDirectiveCva, "ui5-checkbox", never, {}, {}, never, never, false, never>;
|
|
61
|
+
}
|
|
62
|
+
export { CheckBoxDirective, CheckBoxDirectiveCva, CheckBoxDirectiveEventsMap, CheckBoxDirectiveElement, };
|