@siemens/ix-angular 5.0.0 → 5.1.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/READMEOSS.html +10 -10
- package/common/index.d.ts +13 -5
- package/fesm2022/siemens-ix-angular-common.mjs +35 -9
- package/fesm2022/siemens-ix-angular-common.mjs.map +1 -1
- package/fesm2022/siemens-ix-angular-standalone.mjs +237 -85
- package/fesm2022/siemens-ix-angular-standalone.mjs.map +1 -1
- package/fesm2022/siemens-ix-angular.mjs +174 -22
- package/fesm2022/siemens-ix-angular.mjs.map +1 -1
- package/index.d.ts +70 -9
- package/package.json +2 -2
- package/standalone/index.d.ts +69 -8
package/index.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Components, BreadcrumbClick, InputState, FilterState, DateRangeChangeEvent, DateInputValidityState, DateChangeEvent, DateTimeInputValidityState, DateTimeDateChangeEvent, DateTimeSelectEvent, CustomCloseEvent, CustomLabelChangeEvent, ExpandedChangedEvent, VariantChangedEvent, BorderlessChangedEvent, TabClickDetail, TimeInputValidityState, ModalInstance, ToastPosition, ShowToastResult } from '@siemens/ix';
|
|
2
2
|
export * from '@siemens/ix';
|
|
3
3
|
import * as i0 from '@angular/core';
|
|
4
|
-
import { NgZone, ChangeDetectorRef, ElementRef, EventEmitter, ApplicationRef,
|
|
4
|
+
import { NgZone, ChangeDetectorRef, ElementRef, EventEmitter, ApplicationRef, EnvironmentInjector, Injector, ModuleWithProviders } from '@angular/core';
|
|
5
5
|
import { Components as Components$1 } from '@siemens/ix-icons';
|
|
6
6
|
import { TreeBaseDirective, ModalService as ModalService$1, ModalConfig, ToastService as ToastService$1, ToastConfig, MessageService as MessageService$1, LoadingService as LoadingService$1, BooleanValueAccessorBaseDirective, RadioValueAccessorBaseDirective, SelectValueAccessorBaseDirective, TextValueAccessorBaseDirective, DateValueAccessorBaseDirective, TimeValueAccessorBaseDirective, DatetimeValueAccessorBaseDirective, DropdownTriggerBaseDirective } from '@siemens/ix-angular/common';
|
|
7
7
|
export { IxActiveModal, ModalConfig, ModalContext, ToastConfig } from '@siemens/ix-angular/common';
|
|
@@ -573,7 +573,7 @@ declare class IxFilterChip {
|
|
|
573
573
|
closeClick: EventEmitter<CustomEvent<void>>;
|
|
574
574
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
575
575
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxFilterChip, never>;
|
|
576
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IxFilterChip, "ix-filter-chip", never, { "ariaLabelCloseIconButton": { "alias": "ariaLabelCloseIconButton"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; }, { "closeClick": "closeClick"; }, never, ["*"], false, never>;
|
|
576
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxFilterChip, "ix-filter-chip", never, { "ariaLabelCloseIconButton": { "alias": "ariaLabelCloseIconButton"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "hideCloseButton": { "alias": "hideCloseButton"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; }, { "closeClick": "closeClick"; }, never, ["*"], false, never>;
|
|
577
577
|
}
|
|
578
578
|
declare interface IxFilterChip extends Components.IxFilterChip {
|
|
579
579
|
/**
|
|
@@ -776,7 +776,7 @@ declare class IxMenu {
|
|
|
776
776
|
openAbout: EventEmitter<CustomEvent<void>>;
|
|
777
777
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
778
778
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxMenu, never>;
|
|
779
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IxMenu, "ix-menu", never, { "applicationDescription": { "alias": "applicationDescription"; "required": false; }; "applicationName": { "alias": "applicationName"; "required": false; }; "enableToggleTheme": { "alias": "enableToggleTheme"; "required": false; }; "expand": { "alias": "expand"; "required": false; }; "i18nCollapse": { "alias": "i18nCollapse"; "required": false; }; "i18nExpand": { "alias": "i18nExpand"; "required": false; }; "i18nLegal": { "alias": "i18nLegal"; "required": false; }; "i18nSettings": { "alias": "i18nSettings"; "required": false; }; "i18nToggleTheme": { "alias": "i18nToggleTheme"; "required": false; }; "pinned": { "alias": "pinned"; "required": false; }; "showAbout": { "alias": "showAbout"; "required": false; }; "showSettings": { "alias": "showSettings"; "required": false; }; "startExpanded": { "alias": "startExpanded"; "required": false; }; }, { "expandChange": "expandChange"; "mapExpandChange": "mapExpandChange"; "openAppSwitch": "openAppSwitch"; "openSettings": "openSettings"; "openAbout": "openAbout"; }, never, ["*"], false, never>;
|
|
779
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxMenu, "ix-menu", never, { "applicationDescription": { "alias": "applicationDescription"; "required": false; }; "applicationName": { "alias": "applicationName"; "required": false; }; "enableToggleTheme": { "alias": "enableToggleTheme"; "required": false; }; "expand": { "alias": "expand"; "required": false; }; "i18nAriaLabelMenu": { "alias": "i18nAriaLabelMenu"; "required": false; }; "i18nCollapse": { "alias": "i18nCollapse"; "required": false; }; "i18nExpand": { "alias": "i18nExpand"; "required": false; }; "i18nLegal": { "alias": "i18nLegal"; "required": false; }; "i18nNavigationHint": { "alias": "i18nNavigationHint"; "required": false; }; "i18nSettings": { "alias": "i18nSettings"; "required": false; }; "i18nToggleTheme": { "alias": "i18nToggleTheme"; "required": false; }; "pinned": { "alias": "pinned"; "required": false; }; "showAbout": { "alias": "showAbout"; "required": false; }; "showSettings": { "alias": "showSettings"; "required": false; }; "startExpanded": { "alias": "startExpanded"; "required": false; }; }, { "expandChange": "expandChange"; "mapExpandChange": "mapExpandChange"; "openAppSwitch": "openAppSwitch"; "openSettings": "openSettings"; "openAbout": "openAbout"; }, never, ["*"], false, never>;
|
|
780
780
|
}
|
|
781
781
|
declare interface IxMenu extends Components.IxMenu {
|
|
782
782
|
/**
|
|
@@ -1053,7 +1053,7 @@ declare class IxPane {
|
|
|
1053
1053
|
borderlessChanged: EventEmitter<CustomEvent<BorderlessChangedEvent>>;
|
|
1054
1054
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1055
1055
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxPane, never>;
|
|
1056
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IxPane, "ix-pane", never, { "ariaLabelCollapseCloseButton": { "alias": "ariaLabelCollapseCloseButton"; "required": false; }; "ariaLabelIcon": { "alias": "ariaLabelIcon"; "required": false; }; "borderless": { "alias": "borderless"; "required": false; }; "closeOnClickOutside": { "alias": "closeOnClickOutside"; "required": false; }; "composition": { "alias": "composition"; "required": false; }; "expanded": { "alias": "expanded"; "required": false; }; "heading": { "alias": "heading"; "required": false; }; "hideOnCollapse": { "alias": "hideOnCollapse"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "size": { "alias": "size"; "required": false; }; "variant": { "alias": "variant"; "required": false; }; }, { "expandedChanged": "expandedChanged"; "variantChanged": "variantChanged"; "borderlessChanged": "borderlessChanged"; }, never, ["*"], false, never>;
|
|
1056
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxPane, "ix-pane", never, { "ariaLabelCollapseCloseButton": { "alias": "ariaLabelCollapseCloseButton"; "required": false; }; "ariaLabelIcon": { "alias": "ariaLabelIcon"; "required": false; }; "borderless": { "alias": "borderless"; "required": false; }; "closeOnClickOutside": { "alias": "closeOnClickOutside"; "required": false; }; "composition": { "alias": "composition"; "required": false; }; "expanded": { "alias": "expanded"; "required": false; }; "heading": { "alias": "heading"; "required": false; }; "hideOnCollapse": { "alias": "hideOnCollapse"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "noPadding": { "alias": "noPadding"; "required": false; }; "size": { "alias": "size"; "required": false; }; "variant": { "alias": "variant"; "required": false; }; }, { "expandedChanged": "expandedChanged"; "variantChanged": "variantChanged"; "borderlessChanged": "borderlessChanged"; }, never, ["*"], false, never>;
|
|
1057
1057
|
}
|
|
1058
1058
|
declare interface IxPane extends Components.IxPane {
|
|
1059
1059
|
/**
|
|
@@ -1087,6 +1087,67 @@ declare class IxPill {
|
|
|
1087
1087
|
}
|
|
1088
1088
|
declare interface IxPill extends Components.IxPill {
|
|
1089
1089
|
}
|
|
1090
|
+
declare class IxPopover {
|
|
1091
|
+
protected z: NgZone;
|
|
1092
|
+
protected el: HTMLIxPopoverElement;
|
|
1093
|
+
showChange: EventEmitter<CustomEvent<boolean>>;
|
|
1094
|
+
showChanged: EventEmitter<CustomEvent<boolean>>;
|
|
1095
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1096
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IxPopover, never>;
|
|
1097
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxPopover, "ix-popover", never, { "closeOnClickOutside": { "alias": "closeOnClickOutside"; "required": false; }; "hasSpike": { "alias": "hasSpike"; "required": false; }; "placement": { "alias": "placement"; "required": false; }; "show": { "alias": "show"; "required": false; }; "trigger": { "alias": "trigger"; "required": false; }; "triggerMode": { "alias": "triggerMode"; "required": false; }; }, { "showChange": "showChange"; "showChanged": "showChanged"; }, never, ["*"], false, never>;
|
|
1098
|
+
}
|
|
1099
|
+
declare interface IxPopover extends Components.IxPopover {
|
|
1100
|
+
/**
|
|
1101
|
+
* Fires before visibility changes. Cancel to prevent. @since 5.1.0
|
|
1102
|
+
*/
|
|
1103
|
+
showChange: EventEmitter<CustomEvent<boolean>>;
|
|
1104
|
+
/**
|
|
1105
|
+
* Fires after visibility has changed @since 5.1.0
|
|
1106
|
+
*/
|
|
1107
|
+
showChanged: EventEmitter<CustomEvent<boolean>>;
|
|
1108
|
+
}
|
|
1109
|
+
declare class IxPopoverContent {
|
|
1110
|
+
protected z: NgZone;
|
|
1111
|
+
protected el: HTMLIxPopoverContentElement;
|
|
1112
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1113
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IxPopoverContent, never>;
|
|
1114
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxPopoverContent, "ix-popover-content", never, { "noPadding": { "alias": "noPadding"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
1115
|
+
}
|
|
1116
|
+
declare interface IxPopoverContent extends Components.IxPopoverContent {
|
|
1117
|
+
}
|
|
1118
|
+
declare class IxPopoverFooter {
|
|
1119
|
+
protected z: NgZone;
|
|
1120
|
+
protected el: HTMLIxPopoverFooterElement;
|
|
1121
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1122
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IxPopoverFooter, never>;
|
|
1123
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxPopoverFooter, "ix-popover-footer", never, { "alignment": { "alias": "alignment"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
1124
|
+
}
|
|
1125
|
+
declare interface IxPopoverFooter extends Components.IxPopoverFooter {
|
|
1126
|
+
}
|
|
1127
|
+
declare class IxPopoverHeader {
|
|
1128
|
+
protected z: NgZone;
|
|
1129
|
+
protected el: HTMLIxPopoverHeaderElement;
|
|
1130
|
+
closeClick: EventEmitter<CustomEvent<MouseEvent>>;
|
|
1131
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1132
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IxPopoverHeader, never>;
|
|
1133
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxPopoverHeader, "ix-popover-header", never, { "ariaLabelCloseIconButton": { "alias": "ariaLabelCloseIconButton"; "required": false; }; "hideClose": { "alias": "hideClose"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "iconColor": { "alias": "iconColor"; "required": false; }; }, { "closeClick": "closeClick"; }, never, ["*"], false, never>;
|
|
1134
|
+
}
|
|
1135
|
+
declare interface IxPopoverHeader extends Components.IxPopoverHeader {
|
|
1136
|
+
/**
|
|
1137
|
+
* Fires when close button is clicked.
|
|
1138
|
+
Cancel to prevent closing. @since 5.1.0
|
|
1139
|
+
*/
|
|
1140
|
+
closeClick: EventEmitter<CustomEvent<MouseEvent>>;
|
|
1141
|
+
}
|
|
1142
|
+
declare class IxPopoverImage {
|
|
1143
|
+
protected z: NgZone;
|
|
1144
|
+
protected el: HTMLIxPopoverImageElement;
|
|
1145
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1146
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IxPopoverImage, never>;
|
|
1147
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxPopoverImage, "ix-popover-image", never, { "image": { "alias": "image"; "required": false; }; "imageAlt": { "alias": "imageAlt"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
1148
|
+
}
|
|
1149
|
+
declare interface IxPopoverImage extends Components.IxPopoverImage {
|
|
1150
|
+
}
|
|
1090
1151
|
declare class IxProgressIndicator {
|
|
1091
1152
|
protected z: NgZone;
|
|
1092
1153
|
protected el: HTMLIxProgressIndicatorElement;
|
|
@@ -1170,7 +1231,7 @@ declare class IxSelect {
|
|
|
1170
1231
|
ixBlur: EventEmitter<CustomEvent<void>>;
|
|
1171
1232
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1172
1233
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxSelect, never>;
|
|
1173
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IxSelect, "ix-select", never, { "allowClear": { "alias": "allowClear"; "required": false; }; "ariaLabelAddItem": { "alias": "ariaLabelAddItem"; "required": false; }; "ariaLabelClearIconButton": { "alias": "ariaLabelClearIconButton"; "required": false; }; "collapseMultipleSelection": { "alias": "collapseMultipleSelection"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "dropdownMaxWidth": { "alias": "dropdownMaxWidth"; "required": false; }; "dropdownWidth": { "alias": "dropdownWidth"; "required": false; }; "editable": { "alias": "editable"; "required": false; }; "enableTopLayer": { "alias": "enableTopLayer"; "required": false; }; "helperText": { "alias": "helperText"; "required": false; }; "hideListHeader": { "alias": "hideListHeader"; "required": false; }; "i18nAllSelected": { "alias": "i18nAllSelected"; "required": false; }; "i18nNoMatches": { "alias": "i18nNoMatches"; "required": false; }; "i18nPlaceholder": { "alias": "i18nPlaceholder"; "required": false; }; "i18nPlaceholderEditable": { "alias": "i18nPlaceholderEditable"; "required": false; }; "i18nRemoveSelectedItem": { "alias": "i18nRemoveSelectedItem"; "required": false; }; "i18nSelectListHeader": { "alias": "i18nSelectListHeader"; "required": false; }; "infoText": { "alias": "infoText"; "required": false; }; "invalidText": { "alias": "invalidText"; "required": false; }; "label": { "alias": "label"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "name": { "alias": "name"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "required": { "alias": "required"; "required": false; }; "showTextAsTooltip": { "alias": "showTextAsTooltip"; "required": false; }; "validText": { "alias": "validText"; "required": false; }; "value": { "alias": "value"; "required": false; }; "warningText": { "alias": "warningText"; "required": false; }; }, { "valueChange": "valueChange"; "inputChange": "inputChange"; "addItem": "addItem"; "ixBlur": "ixBlur"; }, never, ["*"], false, never>;
|
|
1234
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxSelect, "ix-select", never, { "allowClear": { "alias": "allowClear"; "required": false; }; "ariaLabelAddItem": { "alias": "ariaLabelAddItem"; "required": false; }; "ariaLabelClearIconButton": { "alias": "ariaLabelClearIconButton"; "required": false; }; "collapseMultipleSelection": { "alias": "collapseMultipleSelection"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "dropdownMaxWidth": { "alias": "dropdownMaxWidth"; "required": false; }; "dropdownWidth": { "alias": "dropdownWidth"; "required": false; }; "editable": { "alias": "editable"; "required": false; }; "enableTopLayer": { "alias": "enableTopLayer"; "required": false; }; "helperText": { "alias": "helperText"; "required": false; }; "hideListHeader": { "alias": "hideListHeader"; "required": false; }; "i18nAllSelected": { "alias": "i18nAllSelected"; "required": false; }; "i18nMoreItems": { "alias": "i18nMoreItems"; "required": false; }; "i18nNoMatches": { "alias": "i18nNoMatches"; "required": false; }; "i18nPlaceholder": { "alias": "i18nPlaceholder"; "required": false; }; "i18nPlaceholderEditable": { "alias": "i18nPlaceholderEditable"; "required": false; }; "i18nRemoveSelectedItem": { "alias": "i18nRemoveSelectedItem"; "required": false; }; "i18nSelectListHeader": { "alias": "i18nSelectListHeader"; "required": false; }; "infoText": { "alias": "infoText"; "required": false; }; "invalidText": { "alias": "invalidText"; "required": false; }; "label": { "alias": "label"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "name": { "alias": "name"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "required": { "alias": "required"; "required": false; }; "showTextAsTooltip": { "alias": "showTextAsTooltip"; "required": false; }; "validText": { "alias": "validText"; "required": false; }; "value": { "alias": "value"; "required": false; }; "warningText": { "alias": "warningText"; "required": false; }; }, { "valueChange": "valueChange"; "inputChange": "inputChange"; "addItem": "addItem"; "ixBlur": "ixBlur"; }, never, ["*"], false, never>;
|
|
1174
1235
|
}
|
|
1175
1236
|
declare interface IxSelect extends Components.IxSelect {
|
|
1176
1237
|
/**
|
|
@@ -1196,7 +1257,7 @@ declare class IxSelectItem {
|
|
|
1196
1257
|
itemClick: EventEmitter<CustomEvent<string>>;
|
|
1197
1258
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1198
1259
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxSelectItem, never>;
|
|
1199
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IxSelectItem, "ix-select-item", never, { "label": { "alias": "label"; "required": false; }; "selected": { "alias": "selected"; "required": false; }; "value": { "alias": "value"; "required": true; }; }, { "itemClick": "itemClick"; }, never, ["*"], false, never>;
|
|
1260
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxSelectItem, "ix-select-item", never, { "disabled": { "alias": "disabled"; "required": false; }; "label": { "alias": "label"; "required": false; }; "selected": { "alias": "selected"; "required": false; }; "value": { "alias": "value"; "required": true; }; }, { "itemClick": "itemClick"; }, never, ["*"], false, never>;
|
|
1200
1261
|
}
|
|
1201
1262
|
declare interface IxSelectItem extends Components.IxSelectItem {
|
|
1202
1263
|
/**
|
|
@@ -1509,7 +1570,7 @@ declare class IxTree extends TreeBaseDirective {
|
|
|
1509
1570
|
}
|
|
1510
1571
|
|
|
1511
1572
|
declare class ModalService extends ModalService$1 {
|
|
1512
|
-
constructor(appRef: ApplicationRef,
|
|
1573
|
+
constructor(appRef: ApplicationRef, environmentInjector: EnvironmentInjector, injector: Injector);
|
|
1513
1574
|
/**
|
|
1514
1575
|
* Opens a modal based on ModalConfig
|
|
1515
1576
|
*/
|
|
@@ -1603,8 +1664,8 @@ declare class IxDropdownTriggerDirective extends DropdownTriggerBaseDirective {
|
|
|
1603
1664
|
declare class IxModule {
|
|
1604
1665
|
static forRoot(): ModuleWithProviders<IxModule>;
|
|
1605
1666
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxModule, never>;
|
|
1606
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<IxModule, [typeof IxActionCard, typeof IxApplication, typeof IxApplicationHeader, typeof IxAvatar, typeof IxBlind, typeof IxBreadcrumb, typeof IxBreadcrumbItem, typeof IxButton, typeof IxCard, typeof IxCardAccordion, typeof IxCardContent, typeof IxCardList, typeof IxCardTitle, typeof IxCategoryFilter, typeof IxCheckbox, typeof IxCheckboxGroup, typeof IxChip, typeof IxCol, typeof IxContent, typeof IxContentHeader, typeof IxCustomField, typeof IxDateDropdown, typeof IxDateInput, typeof IxDatePicker, typeof IxDatetimeInput, typeof IxDatetimePicker, typeof IxDivider, typeof IxDropdown, typeof IxDropdownButton, typeof IxDropdownHeader, typeof IxDropdownItem, typeof IxDropdownQuickActions, typeof IxEmptyState, typeof IxEventList, typeof IxEventListItem, typeof IxExpandingSearch, typeof IxFieldLabel, typeof IxFilterChip, typeof IxFlipTile, typeof IxFlipTileContent, typeof IxGroup, typeof IxGroupContextMenu, typeof IxGroupItem, typeof IxHelperText, typeof IxIconButton, typeof IxIconToggleButton, typeof IxInput, typeof IxKeyValue, typeof IxKeyValueList, typeof IxKpi, typeof IxLayoutAuto, typeof IxLayoutGrid, typeof IxLinkButton, typeof IxMenu, typeof IxMenuAbout, typeof IxMenuAboutItem, typeof IxMenuAboutNews, typeof IxMenuAvatar, typeof IxMenuAvatarItem, typeof IxMenuCategory, typeof IxMenuItem, typeof IxMenuSettings, typeof IxMenuSettingsItem, typeof IxMessageBar, typeof IxModal, typeof IxModalContent, typeof IxModalFooter, typeof IxModalHeader, typeof IxNumberInput, typeof IxPagination, typeof IxPane, typeof IxPaneLayout, typeof IxPill, typeof IxProgressIndicator, typeof IxPushCard, typeof IxRadio, typeof IxRadioGroup, typeof IxRangeField, typeof IxRow, typeof IxSelect, typeof IxSelectItem, typeof IxSlider, typeof IxSpinner, typeof IxSplitButton, typeof IxTabItem, typeof IxTabs, typeof IxTextarea, typeof IxTile, typeof IxTimeInput, typeof IxTimePicker, typeof IxToast, typeof IxToastContainer, typeof IxToggle, typeof IxToggleButton, typeof IxTooltip, typeof IxTreeItem, typeof IxTypography, typeof IxUpload, typeof IxWorkflowStep, typeof IxWorkflowSteps, typeof IxTree, typeof IxIcon, typeof IxDropdownTriggerDirective, typeof IxTextValueAccessorDirective, typeof IxSelectValueAccessorDirective, typeof IxRadioValueAccessorDirective, typeof IxBooleanValueAccessorDirective, typeof IxDateValueAccessorDirective, typeof IxTimeValueAccessorDirective, typeof IxDatetimeValueAccessorDirective], never, [typeof IxActionCard, typeof IxApplication, typeof IxApplicationHeader, typeof IxAvatar, typeof IxBlind, typeof IxBreadcrumb, typeof IxBreadcrumbItem, typeof IxButton, typeof IxCard, typeof IxCardAccordion, typeof IxCardContent, typeof IxCardList, typeof IxCardTitle, typeof IxCategoryFilter, typeof IxCheckbox, typeof IxCheckboxGroup, typeof IxChip, typeof IxCol, typeof IxContent, typeof IxContentHeader, typeof IxCustomField, typeof IxDateDropdown, typeof IxDateInput, typeof IxDatePicker, typeof IxDatetimeInput, typeof IxDatetimePicker, typeof IxDivider, typeof IxDropdown, typeof IxDropdownButton, typeof IxDropdownHeader, typeof IxDropdownItem, typeof IxDropdownQuickActions, typeof IxEmptyState, typeof IxEventList, typeof IxEventListItem, typeof IxExpandingSearch, typeof IxFieldLabel, typeof IxFilterChip, typeof IxFlipTile, typeof IxFlipTileContent, typeof IxGroup, typeof IxGroupContextMenu, typeof IxGroupItem, typeof IxHelperText, typeof IxIconButton, typeof IxIconToggleButton, typeof IxInput, typeof IxKeyValue, typeof IxKeyValueList, typeof IxKpi, typeof IxLayoutAuto, typeof IxLayoutGrid, typeof IxLinkButton, typeof IxMenu, typeof IxMenuAbout, typeof IxMenuAboutItem, typeof IxMenuAboutNews, typeof IxMenuAvatar, typeof IxMenuAvatarItem, typeof IxMenuCategory, typeof IxMenuItem, typeof IxMenuSettings, typeof IxMenuSettingsItem, typeof IxMessageBar, typeof IxModal, typeof IxModalContent, typeof IxModalFooter, typeof IxModalHeader, typeof IxNumberInput, typeof IxPagination, typeof IxPane, typeof IxPaneLayout, typeof IxPill, typeof IxProgressIndicator, typeof IxPushCard, typeof IxRadio, typeof IxRadioGroup, typeof IxRangeField, typeof IxRow, typeof IxSelect, typeof IxSelectItem, typeof IxSlider, typeof IxSpinner, typeof IxSplitButton, typeof IxTabItem, typeof IxTabs, typeof IxTextarea, typeof IxTile, typeof IxTimeInput, typeof IxTimePicker, typeof IxToast, typeof IxToastContainer, typeof IxToggle, typeof IxToggleButton, typeof IxTooltip, typeof IxTreeItem, typeof IxTypography, typeof IxUpload, typeof IxWorkflowStep, typeof IxWorkflowSteps, typeof IxTree, typeof IxIcon, typeof IxDropdownTriggerDirective, typeof IxTextValueAccessorDirective, typeof IxSelectValueAccessorDirective, typeof IxRadioValueAccessorDirective, typeof IxBooleanValueAccessorDirective, typeof IxDateValueAccessorDirective, typeof IxTimeValueAccessorDirective, typeof IxDatetimeValueAccessorDirective]>;
|
|
1667
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<IxModule, [typeof IxActionCard, typeof IxApplication, typeof IxApplicationHeader, typeof IxAvatar, typeof IxBlind, typeof IxBreadcrumb, typeof IxBreadcrumbItem, typeof IxButton, typeof IxCard, typeof IxCardAccordion, typeof IxCardContent, typeof IxCardList, typeof IxCardTitle, typeof IxCategoryFilter, typeof IxCheckbox, typeof IxCheckboxGroup, typeof IxChip, typeof IxCol, typeof IxContent, typeof IxContentHeader, typeof IxCustomField, typeof IxDateDropdown, typeof IxDateInput, typeof IxDatePicker, typeof IxDatetimeInput, typeof IxDatetimePicker, typeof IxDivider, typeof IxDropdown, typeof IxDropdownButton, typeof IxDropdownHeader, typeof IxDropdownItem, typeof IxDropdownQuickActions, typeof IxEmptyState, typeof IxEventList, typeof IxEventListItem, typeof IxExpandingSearch, typeof IxFieldLabel, typeof IxFilterChip, typeof IxFlipTile, typeof IxFlipTileContent, typeof IxGroup, typeof IxGroupContextMenu, typeof IxGroupItem, typeof IxHelperText, typeof IxIconButton, typeof IxIconToggleButton, typeof IxInput, typeof IxKeyValue, typeof IxKeyValueList, typeof IxKpi, typeof IxLayoutAuto, typeof IxLayoutGrid, typeof IxLinkButton, typeof IxMenu, typeof IxMenuAbout, typeof IxMenuAboutItem, typeof IxMenuAboutNews, typeof IxMenuAvatar, typeof IxMenuAvatarItem, typeof IxMenuCategory, typeof IxMenuItem, typeof IxMenuSettings, typeof IxMenuSettingsItem, typeof IxMessageBar, typeof IxModal, typeof IxModalContent, typeof IxModalFooter, typeof IxModalHeader, typeof IxNumberInput, typeof IxPagination, typeof IxPane, typeof IxPaneLayout, typeof IxPill, typeof IxPopover, typeof IxPopoverContent, typeof IxPopoverFooter, typeof IxPopoverHeader, typeof IxPopoverImage, typeof IxProgressIndicator, typeof IxPushCard, typeof IxRadio, typeof IxRadioGroup, typeof IxRangeField, typeof IxRow, typeof IxSelect, typeof IxSelectItem, typeof IxSlider, typeof IxSpinner, typeof IxSplitButton, typeof IxTabItem, typeof IxTabs, typeof IxTextarea, typeof IxTile, typeof IxTimeInput, typeof IxTimePicker, typeof IxToast, typeof IxToastContainer, typeof IxToggle, typeof IxToggleButton, typeof IxTooltip, typeof IxTreeItem, typeof IxTypography, typeof IxUpload, typeof IxWorkflowStep, typeof IxWorkflowSteps, typeof IxTree, typeof IxIcon, typeof IxDropdownTriggerDirective, typeof IxTextValueAccessorDirective, typeof IxSelectValueAccessorDirective, typeof IxRadioValueAccessorDirective, typeof IxBooleanValueAccessorDirective, typeof IxDateValueAccessorDirective, typeof IxTimeValueAccessorDirective, typeof IxDatetimeValueAccessorDirective], never, [typeof IxActionCard, typeof IxApplication, typeof IxApplicationHeader, typeof IxAvatar, typeof IxBlind, typeof IxBreadcrumb, typeof IxBreadcrumbItem, typeof IxButton, typeof IxCard, typeof IxCardAccordion, typeof IxCardContent, typeof IxCardList, typeof IxCardTitle, typeof IxCategoryFilter, typeof IxCheckbox, typeof IxCheckboxGroup, typeof IxChip, typeof IxCol, typeof IxContent, typeof IxContentHeader, typeof IxCustomField, typeof IxDateDropdown, typeof IxDateInput, typeof IxDatePicker, typeof IxDatetimeInput, typeof IxDatetimePicker, typeof IxDivider, typeof IxDropdown, typeof IxDropdownButton, typeof IxDropdownHeader, typeof IxDropdownItem, typeof IxDropdownQuickActions, typeof IxEmptyState, typeof IxEventList, typeof IxEventListItem, typeof IxExpandingSearch, typeof IxFieldLabel, typeof IxFilterChip, typeof IxFlipTile, typeof IxFlipTileContent, typeof IxGroup, typeof IxGroupContextMenu, typeof IxGroupItem, typeof IxHelperText, typeof IxIconButton, typeof IxIconToggleButton, typeof IxInput, typeof IxKeyValue, typeof IxKeyValueList, typeof IxKpi, typeof IxLayoutAuto, typeof IxLayoutGrid, typeof IxLinkButton, typeof IxMenu, typeof IxMenuAbout, typeof IxMenuAboutItem, typeof IxMenuAboutNews, typeof IxMenuAvatar, typeof IxMenuAvatarItem, typeof IxMenuCategory, typeof IxMenuItem, typeof IxMenuSettings, typeof IxMenuSettingsItem, typeof IxMessageBar, typeof IxModal, typeof IxModalContent, typeof IxModalFooter, typeof IxModalHeader, typeof IxNumberInput, typeof IxPagination, typeof IxPane, typeof IxPaneLayout, typeof IxPill, typeof IxPopover, typeof IxPopoverContent, typeof IxPopoverFooter, typeof IxPopoverHeader, typeof IxPopoverImage, typeof IxProgressIndicator, typeof IxPushCard, typeof IxRadio, typeof IxRadioGroup, typeof IxRangeField, typeof IxRow, typeof IxSelect, typeof IxSelectItem, typeof IxSlider, typeof IxSpinner, typeof IxSplitButton, typeof IxTabItem, typeof IxTabs, typeof IxTextarea, typeof IxTile, typeof IxTimeInput, typeof IxTimePicker, typeof IxToast, typeof IxToastContainer, typeof IxToggle, typeof IxToggleButton, typeof IxTooltip, typeof IxTreeItem, typeof IxTypography, typeof IxUpload, typeof IxWorkflowStep, typeof IxWorkflowSteps, typeof IxTree, typeof IxIcon, typeof IxDropdownTriggerDirective, typeof IxTextValueAccessorDirective, typeof IxSelectValueAccessorDirective, typeof IxRadioValueAccessorDirective, typeof IxBooleanValueAccessorDirective, typeof IxDateValueAccessorDirective, typeof IxTimeValueAccessorDirective, typeof IxDatetimeValueAccessorDirective]>;
|
|
1607
1668
|
static ɵinj: i0.ɵɵInjectorDeclaration<IxModule>;
|
|
1608
1669
|
}
|
|
1609
1670
|
|
|
1610
|
-
export { IxActionCard, IxApplication, IxApplicationHeader, IxAvatar, IxBlind, IxBooleanValueAccessorDirective, IxBreadcrumb, IxBreadcrumbItem, IxButton, IxCard, IxCardAccordion, IxCardContent, IxCardList, IxCardTitle, IxCategoryFilter, IxCheckbox, IxCheckboxGroup, IxChip, IxCol, IxContent, IxContentHeader, IxCustomField, IxDateDropdown, IxDateInput, IxDatePicker, IxDateValueAccessorDirective, IxDatetimeInput, IxDatetimePicker, IxDatetimeValueAccessorDirective, IxDivider, IxDropdown, IxDropdownButton, IxDropdownHeader, IxDropdownItem, IxDropdownQuickActions, IxDropdownTriggerDirective, IxEmptyState, IxEventList, IxEventListItem, IxExpandingSearch, IxFieldLabel, IxFilterChip, IxFlipTile, IxFlipTileContent, IxGroup, IxGroupContextMenu, IxGroupItem, IxHelperText, IxIcon, IxIconButton, IxIconToggleButton, IxInput, IxKeyValue, IxKeyValueList, IxKpi, IxLayoutAuto, IxLayoutGrid, IxLinkButton, IxMenu, IxMenuAbout, IxMenuAboutItem, IxMenuAboutNews, IxMenuAvatar, IxMenuAvatarItem, IxMenuCategory, IxMenuItem, IxMenuSettings, IxMenuSettingsItem, IxMessageBar, IxModal, IxModalContent, IxModalFooter, IxModalHeader, IxModule, IxNumberInput, IxPagination, IxPane, IxPaneLayout, IxPill, IxProgressIndicator, IxPushCard, IxRadio, IxRadioGroup, IxRadioValueAccessorDirective, IxRangeField, IxRow, IxSelect, IxSelectItem, IxSelectValueAccessorDirective, IxSlider, IxSpinner, IxSplitButton, IxTabItem, IxTabs, IxTextValueAccessorDirective, IxTextarea, IxTile, IxTimeInput, IxTimePicker, IxTimeValueAccessorDirective, IxToast, IxToastContainer, IxToggle, IxToggleButton, IxTooltip, IxTree, IxTreeItem, IxTypography, IxUpload, IxWorkflowStep, IxWorkflowSteps, LoadingService, MessageService, ModalService, ToastService };
|
|
1671
|
+
export { IxActionCard, IxApplication, IxApplicationHeader, IxAvatar, IxBlind, IxBooleanValueAccessorDirective, IxBreadcrumb, IxBreadcrumbItem, IxButton, IxCard, IxCardAccordion, IxCardContent, IxCardList, IxCardTitle, IxCategoryFilter, IxCheckbox, IxCheckboxGroup, IxChip, IxCol, IxContent, IxContentHeader, IxCustomField, IxDateDropdown, IxDateInput, IxDatePicker, IxDateValueAccessorDirective, IxDatetimeInput, IxDatetimePicker, IxDatetimeValueAccessorDirective, IxDivider, IxDropdown, IxDropdownButton, IxDropdownHeader, IxDropdownItem, IxDropdownQuickActions, IxDropdownTriggerDirective, IxEmptyState, IxEventList, IxEventListItem, IxExpandingSearch, IxFieldLabel, IxFilterChip, IxFlipTile, IxFlipTileContent, IxGroup, IxGroupContextMenu, IxGroupItem, IxHelperText, IxIcon, IxIconButton, IxIconToggleButton, IxInput, IxKeyValue, IxKeyValueList, IxKpi, IxLayoutAuto, IxLayoutGrid, IxLinkButton, IxMenu, IxMenuAbout, IxMenuAboutItem, IxMenuAboutNews, IxMenuAvatar, IxMenuAvatarItem, IxMenuCategory, IxMenuItem, IxMenuSettings, IxMenuSettingsItem, IxMessageBar, IxModal, IxModalContent, IxModalFooter, IxModalHeader, IxModule, IxNumberInput, IxPagination, IxPane, IxPaneLayout, IxPill, IxPopover, IxPopoverContent, IxPopoverFooter, IxPopoverHeader, IxPopoverImage, IxProgressIndicator, IxPushCard, IxRadio, IxRadioGroup, IxRadioValueAccessorDirective, IxRangeField, IxRow, IxSelect, IxSelectItem, IxSelectValueAccessorDirective, IxSlider, IxSpinner, IxSplitButton, IxTabItem, IxTabs, IxTextValueAccessorDirective, IxTextarea, IxTile, IxTimeInput, IxTimePicker, IxTimeValueAccessorDirective, IxToast, IxToastContainer, IxToggle, IxToggleButton, IxTooltip, IxTree, IxTreeItem, IxTypography, IxUpload, IxWorkflowStep, IxWorkflowSteps, LoadingService, MessageService, ModalService, ToastService };
|
package/package.json
CHANGED
|
@@ -7,11 +7,11 @@
|
|
|
7
7
|
"url": "https://github.com/siemens/ix",
|
|
8
8
|
"directory": "packages/angular"
|
|
9
9
|
},
|
|
10
|
-
"version": "5.
|
|
10
|
+
"version": "5.1.0",
|
|
11
11
|
"description": "Siemens iX for Angular",
|
|
12
12
|
"license": "MIT",
|
|
13
13
|
"dependencies": {
|
|
14
|
-
"@siemens/ix": "~5.
|
|
14
|
+
"@siemens/ix": "~5.1.0",
|
|
15
15
|
"tslib": "^2.3.0"
|
|
16
16
|
},
|
|
17
17
|
"peerDependencies": {
|
package/standalone/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
|
-
import { NgZone, ChangeDetectorRef, ElementRef, EventEmitter, ApplicationRef,
|
|
2
|
+
import { NgZone, ChangeDetectorRef, ElementRef, EventEmitter, ApplicationRef, EnvironmentInjector, Injector } from '@angular/core';
|
|
3
3
|
import { Components, BreadcrumbClick, InputState, FilterState, DateRangeChangeEvent, DateInputValidityState, DateChangeEvent, DateTimeInputValidityState, DateTimeDateChangeEvent, DateTimeSelectEvent, CustomCloseEvent, CustomLabelChangeEvent, ExpandedChangedEvent, VariantChangedEvent, BorderlessChangedEvent, TabClickDetail, TimeInputValidityState } from '@siemens/ix/components';
|
|
4
4
|
import { TreeBaseDirective, ModalService as ModalService$1, ModalConfig, ToastService as ToastService$1, ToastConfig, MessageService as MessageService$1, LoadingService as LoadingService$1, BooleanValueAccessorBaseDirective, RadioValueAccessorBaseDirective, SelectValueAccessorBaseDirective, TextValueAccessorBaseDirective, DateValueAccessorBaseDirective, TimeValueAccessorBaseDirective, DatetimeValueAccessorBaseDirective, DropdownTriggerBaseDirective } from '@siemens/ix-angular/common';
|
|
5
5
|
export { IxActiveModal } from '@siemens/ix-angular/common';
|
|
@@ -572,7 +572,7 @@ declare class IxFilterChip {
|
|
|
572
572
|
closeClick: EventEmitter<CustomEvent<void>>;
|
|
573
573
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
574
574
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxFilterChip, never>;
|
|
575
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IxFilterChip, "ix-filter-chip", never, { "ariaLabelCloseIconButton": { "alias": "ariaLabelCloseIconButton"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; }, { "closeClick": "closeClick"; }, never, ["*"], true, never>;
|
|
575
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxFilterChip, "ix-filter-chip", never, { "ariaLabelCloseIconButton": { "alias": "ariaLabelCloseIconButton"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "hideCloseButton": { "alias": "hideCloseButton"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; }, { "closeClick": "closeClick"; }, never, ["*"], true, never>;
|
|
576
576
|
}
|
|
577
577
|
declare interface IxFilterChip extends Components.IxFilterChip {
|
|
578
578
|
/**
|
|
@@ -775,7 +775,7 @@ declare class IxMenu {
|
|
|
775
775
|
openAbout: EventEmitter<CustomEvent<void>>;
|
|
776
776
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
777
777
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxMenu, never>;
|
|
778
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IxMenu, "ix-menu", never, { "applicationDescription": { "alias": "applicationDescription"; "required": false; }; "applicationName": { "alias": "applicationName"; "required": false; }; "enableToggleTheme": { "alias": "enableToggleTheme"; "required": false; }; "expand": { "alias": "expand"; "required": false; }; "i18nCollapse": { "alias": "i18nCollapse"; "required": false; }; "i18nExpand": { "alias": "i18nExpand"; "required": false; }; "i18nLegal": { "alias": "i18nLegal"; "required": false; }; "i18nSettings": { "alias": "i18nSettings"; "required": false; }; "i18nToggleTheme": { "alias": "i18nToggleTheme"; "required": false; }; "pinned": { "alias": "pinned"; "required": false; }; "showAbout": { "alias": "showAbout"; "required": false; }; "showSettings": { "alias": "showSettings"; "required": false; }; "startExpanded": { "alias": "startExpanded"; "required": false; }; }, { "expandChange": "expandChange"; "mapExpandChange": "mapExpandChange"; "openAppSwitch": "openAppSwitch"; "openSettings": "openSettings"; "openAbout": "openAbout"; }, never, ["*"], true, never>;
|
|
778
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxMenu, "ix-menu", never, { "applicationDescription": { "alias": "applicationDescription"; "required": false; }; "applicationName": { "alias": "applicationName"; "required": false; }; "enableToggleTheme": { "alias": "enableToggleTheme"; "required": false; }; "expand": { "alias": "expand"; "required": false; }; "i18nAriaLabelMenu": { "alias": "i18nAriaLabelMenu"; "required": false; }; "i18nCollapse": { "alias": "i18nCollapse"; "required": false; }; "i18nExpand": { "alias": "i18nExpand"; "required": false; }; "i18nLegal": { "alias": "i18nLegal"; "required": false; }; "i18nNavigationHint": { "alias": "i18nNavigationHint"; "required": false; }; "i18nSettings": { "alias": "i18nSettings"; "required": false; }; "i18nToggleTheme": { "alias": "i18nToggleTheme"; "required": false; }; "pinned": { "alias": "pinned"; "required": false; }; "showAbout": { "alias": "showAbout"; "required": false; }; "showSettings": { "alias": "showSettings"; "required": false; }; "startExpanded": { "alias": "startExpanded"; "required": false; }; }, { "expandChange": "expandChange"; "mapExpandChange": "mapExpandChange"; "openAppSwitch": "openAppSwitch"; "openSettings": "openSettings"; "openAbout": "openAbout"; }, never, ["*"], true, never>;
|
|
779
779
|
}
|
|
780
780
|
declare interface IxMenu extends Components.IxMenu {
|
|
781
781
|
/**
|
|
@@ -1052,7 +1052,7 @@ declare class IxPane {
|
|
|
1052
1052
|
borderlessChanged: EventEmitter<CustomEvent<BorderlessChangedEvent>>;
|
|
1053
1053
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1054
1054
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxPane, never>;
|
|
1055
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IxPane, "ix-pane", never, { "ariaLabelCollapseCloseButton": { "alias": "ariaLabelCollapseCloseButton"; "required": false; }; "ariaLabelIcon": { "alias": "ariaLabelIcon"; "required": false; }; "borderless": { "alias": "borderless"; "required": false; }; "closeOnClickOutside": { "alias": "closeOnClickOutside"; "required": false; }; "composition": { "alias": "composition"; "required": false; }; "expanded": { "alias": "expanded"; "required": false; }; "heading": { "alias": "heading"; "required": false; }; "hideOnCollapse": { "alias": "hideOnCollapse"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "size": { "alias": "size"; "required": false; }; "variant": { "alias": "variant"; "required": false; }; }, { "expandedChanged": "expandedChanged"; "variantChanged": "variantChanged"; "borderlessChanged": "borderlessChanged"; }, never, ["*"], true, never>;
|
|
1055
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxPane, "ix-pane", never, { "ariaLabelCollapseCloseButton": { "alias": "ariaLabelCollapseCloseButton"; "required": false; }; "ariaLabelIcon": { "alias": "ariaLabelIcon"; "required": false; }; "borderless": { "alias": "borderless"; "required": false; }; "closeOnClickOutside": { "alias": "closeOnClickOutside"; "required": false; }; "composition": { "alias": "composition"; "required": false; }; "expanded": { "alias": "expanded"; "required": false; }; "heading": { "alias": "heading"; "required": false; }; "hideOnCollapse": { "alias": "hideOnCollapse"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "noPadding": { "alias": "noPadding"; "required": false; }; "size": { "alias": "size"; "required": false; }; "variant": { "alias": "variant"; "required": false; }; }, { "expandedChanged": "expandedChanged"; "variantChanged": "variantChanged"; "borderlessChanged": "borderlessChanged"; }, never, ["*"], true, never>;
|
|
1056
1056
|
}
|
|
1057
1057
|
declare interface IxPane extends Components.IxPane {
|
|
1058
1058
|
/**
|
|
@@ -1086,6 +1086,67 @@ declare class IxPill {
|
|
|
1086
1086
|
}
|
|
1087
1087
|
declare interface IxPill extends Components.IxPill {
|
|
1088
1088
|
}
|
|
1089
|
+
declare class IxPopover {
|
|
1090
|
+
protected z: NgZone;
|
|
1091
|
+
protected el: HTMLIxPopoverElement;
|
|
1092
|
+
showChange: EventEmitter<CustomEvent<boolean>>;
|
|
1093
|
+
showChanged: EventEmitter<CustomEvent<boolean>>;
|
|
1094
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1095
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IxPopover, never>;
|
|
1096
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxPopover, "ix-popover", never, { "closeOnClickOutside": { "alias": "closeOnClickOutside"; "required": false; }; "hasSpike": { "alias": "hasSpike"; "required": false; }; "placement": { "alias": "placement"; "required": false; }; "show": { "alias": "show"; "required": false; }; "trigger": { "alias": "trigger"; "required": false; }; "triggerMode": { "alias": "triggerMode"; "required": false; }; }, { "showChange": "showChange"; "showChanged": "showChanged"; }, never, ["*"], true, never>;
|
|
1097
|
+
}
|
|
1098
|
+
declare interface IxPopover extends Components.IxPopover {
|
|
1099
|
+
/**
|
|
1100
|
+
* Fires before visibility changes. Cancel to prevent. @since 5.1.0
|
|
1101
|
+
*/
|
|
1102
|
+
showChange: EventEmitter<CustomEvent<boolean>>;
|
|
1103
|
+
/**
|
|
1104
|
+
* Fires after visibility has changed @since 5.1.0
|
|
1105
|
+
*/
|
|
1106
|
+
showChanged: EventEmitter<CustomEvent<boolean>>;
|
|
1107
|
+
}
|
|
1108
|
+
declare class IxPopoverContent {
|
|
1109
|
+
protected z: NgZone;
|
|
1110
|
+
protected el: HTMLIxPopoverContentElement;
|
|
1111
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1112
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IxPopoverContent, never>;
|
|
1113
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxPopoverContent, "ix-popover-content", never, { "noPadding": { "alias": "noPadding"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
1114
|
+
}
|
|
1115
|
+
declare interface IxPopoverContent extends Components.IxPopoverContent {
|
|
1116
|
+
}
|
|
1117
|
+
declare class IxPopoverFooter {
|
|
1118
|
+
protected z: NgZone;
|
|
1119
|
+
protected el: HTMLIxPopoverFooterElement;
|
|
1120
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1121
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IxPopoverFooter, never>;
|
|
1122
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxPopoverFooter, "ix-popover-footer", never, { "alignment": { "alias": "alignment"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
1123
|
+
}
|
|
1124
|
+
declare interface IxPopoverFooter extends Components.IxPopoverFooter {
|
|
1125
|
+
}
|
|
1126
|
+
declare class IxPopoverHeader {
|
|
1127
|
+
protected z: NgZone;
|
|
1128
|
+
protected el: HTMLIxPopoverHeaderElement;
|
|
1129
|
+
closeClick: EventEmitter<CustomEvent<MouseEvent>>;
|
|
1130
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1131
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IxPopoverHeader, never>;
|
|
1132
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxPopoverHeader, "ix-popover-header", never, { "ariaLabelCloseIconButton": { "alias": "ariaLabelCloseIconButton"; "required": false; }; "hideClose": { "alias": "hideClose"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "iconColor": { "alias": "iconColor"; "required": false; }; }, { "closeClick": "closeClick"; }, never, ["*"], true, never>;
|
|
1133
|
+
}
|
|
1134
|
+
declare interface IxPopoverHeader extends Components.IxPopoverHeader {
|
|
1135
|
+
/**
|
|
1136
|
+
* Fires when close button is clicked.
|
|
1137
|
+
Cancel to prevent closing. @since 5.1.0
|
|
1138
|
+
*/
|
|
1139
|
+
closeClick: EventEmitter<CustomEvent<MouseEvent>>;
|
|
1140
|
+
}
|
|
1141
|
+
declare class IxPopoverImage {
|
|
1142
|
+
protected z: NgZone;
|
|
1143
|
+
protected el: HTMLIxPopoverImageElement;
|
|
1144
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1145
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IxPopoverImage, never>;
|
|
1146
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxPopoverImage, "ix-popover-image", never, { "image": { "alias": "image"; "required": false; }; "imageAlt": { "alias": "imageAlt"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
1147
|
+
}
|
|
1148
|
+
declare interface IxPopoverImage extends Components.IxPopoverImage {
|
|
1149
|
+
}
|
|
1089
1150
|
declare class IxProgressIndicator {
|
|
1090
1151
|
protected z: NgZone;
|
|
1091
1152
|
protected el: HTMLIxProgressIndicatorElement;
|
|
@@ -1169,7 +1230,7 @@ declare class IxSelect {
|
|
|
1169
1230
|
ixBlur: EventEmitter<CustomEvent<void>>;
|
|
1170
1231
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1171
1232
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxSelect, never>;
|
|
1172
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IxSelect, "ix-select", never, { "allowClear": { "alias": "allowClear"; "required": false; }; "ariaLabelAddItem": { "alias": "ariaLabelAddItem"; "required": false; }; "ariaLabelClearIconButton": { "alias": "ariaLabelClearIconButton"; "required": false; }; "collapseMultipleSelection": { "alias": "collapseMultipleSelection"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "dropdownMaxWidth": { "alias": "dropdownMaxWidth"; "required": false; }; "dropdownWidth": { "alias": "dropdownWidth"; "required": false; }; "editable": { "alias": "editable"; "required": false; }; "enableTopLayer": { "alias": "enableTopLayer"; "required": false; }; "helperText": { "alias": "helperText"; "required": false; }; "hideListHeader": { "alias": "hideListHeader"; "required": false; }; "i18nAllSelected": { "alias": "i18nAllSelected"; "required": false; }; "i18nNoMatches": { "alias": "i18nNoMatches"; "required": false; }; "i18nPlaceholder": { "alias": "i18nPlaceholder"; "required": false; }; "i18nPlaceholderEditable": { "alias": "i18nPlaceholderEditable"; "required": false; }; "i18nRemoveSelectedItem": { "alias": "i18nRemoveSelectedItem"; "required": false; }; "i18nSelectListHeader": { "alias": "i18nSelectListHeader"; "required": false; }; "infoText": { "alias": "infoText"; "required": false; }; "invalidText": { "alias": "invalidText"; "required": false; }; "label": { "alias": "label"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "name": { "alias": "name"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "required": { "alias": "required"; "required": false; }; "showTextAsTooltip": { "alias": "showTextAsTooltip"; "required": false; }; "validText": { "alias": "validText"; "required": false; }; "value": { "alias": "value"; "required": false; }; "warningText": { "alias": "warningText"; "required": false; }; }, { "valueChange": "valueChange"; "inputChange": "inputChange"; "addItem": "addItem"; "ixBlur": "ixBlur"; }, never, ["*"], true, never>;
|
|
1233
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxSelect, "ix-select", never, { "allowClear": { "alias": "allowClear"; "required": false; }; "ariaLabelAddItem": { "alias": "ariaLabelAddItem"; "required": false; }; "ariaLabelClearIconButton": { "alias": "ariaLabelClearIconButton"; "required": false; }; "collapseMultipleSelection": { "alias": "collapseMultipleSelection"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "dropdownMaxWidth": { "alias": "dropdownMaxWidth"; "required": false; }; "dropdownWidth": { "alias": "dropdownWidth"; "required": false; }; "editable": { "alias": "editable"; "required": false; }; "enableTopLayer": { "alias": "enableTopLayer"; "required": false; }; "helperText": { "alias": "helperText"; "required": false; }; "hideListHeader": { "alias": "hideListHeader"; "required": false; }; "i18nAllSelected": { "alias": "i18nAllSelected"; "required": false; }; "i18nMoreItems": { "alias": "i18nMoreItems"; "required": false; }; "i18nNoMatches": { "alias": "i18nNoMatches"; "required": false; }; "i18nPlaceholder": { "alias": "i18nPlaceholder"; "required": false; }; "i18nPlaceholderEditable": { "alias": "i18nPlaceholderEditable"; "required": false; }; "i18nRemoveSelectedItem": { "alias": "i18nRemoveSelectedItem"; "required": false; }; "i18nSelectListHeader": { "alias": "i18nSelectListHeader"; "required": false; }; "infoText": { "alias": "infoText"; "required": false; }; "invalidText": { "alias": "invalidText"; "required": false; }; "label": { "alias": "label"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "name": { "alias": "name"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "required": { "alias": "required"; "required": false; }; "showTextAsTooltip": { "alias": "showTextAsTooltip"; "required": false; }; "validText": { "alias": "validText"; "required": false; }; "value": { "alias": "value"; "required": false; }; "warningText": { "alias": "warningText"; "required": false; }; }, { "valueChange": "valueChange"; "inputChange": "inputChange"; "addItem": "addItem"; "ixBlur": "ixBlur"; }, never, ["*"], true, never>;
|
|
1173
1234
|
}
|
|
1174
1235
|
declare interface IxSelect extends Components.IxSelect {
|
|
1175
1236
|
/**
|
|
@@ -1195,7 +1256,7 @@ declare class IxSelectItem {
|
|
|
1195
1256
|
itemClick: EventEmitter<CustomEvent<string>>;
|
|
1196
1257
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1197
1258
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxSelectItem, never>;
|
|
1198
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IxSelectItem, "ix-select-item", never, { "label": { "alias": "label"; "required": false; }; "selected": { "alias": "selected"; "required": false; }; "value": { "alias": "value"; "required": true; }; }, { "itemClick": "itemClick"; }, never, ["*"], true, never>;
|
|
1259
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxSelectItem, "ix-select-item", never, { "disabled": { "alias": "disabled"; "required": false; }; "label": { "alias": "label"; "required": false; }; "selected": { "alias": "selected"; "required": false; }; "value": { "alias": "value"; "required": true; }; }, { "itemClick": "itemClick"; }, never, ["*"], true, never>;
|
|
1199
1260
|
}
|
|
1200
1261
|
declare interface IxSelectItem extends Components.IxSelectItem {
|
|
1201
1262
|
/**
|
|
@@ -1506,7 +1567,7 @@ declare class IxTree extends TreeBaseDirective {
|
|
|
1506
1567
|
}
|
|
1507
1568
|
|
|
1508
1569
|
declare class ModalService extends ModalService$1 {
|
|
1509
|
-
constructor(appRef: ApplicationRef,
|
|
1570
|
+
constructor(appRef: ApplicationRef, environmentInjector: EnvironmentInjector, injector: Injector);
|
|
1510
1571
|
open<TData = any, TReason = any>(config: ModalConfig<TData>): Promise<ModalInstance<TReason>>;
|
|
1511
1572
|
close<TReason = any>(instance: ModalInstance<TReason>, reason?: TReason): void;
|
|
1512
1573
|
static ɵfac: i0.ɵɵFactoryDeclaration<ModalService, never>;
|
|
@@ -1643,4 +1704,4 @@ declare class IxDropdownTriggerDirective extends DropdownTriggerBaseDirective {
|
|
|
1643
1704
|
*/
|
|
1644
1705
|
declare const IxValueAccessorDirectives: readonly [typeof IxBooleanValueAccessorDirective, typeof IxRadioValueAccessorDirective, typeof IxSelectValueAccessorDirective, typeof IxTextValueAccessorDirective, typeof IxDateValueAccessorDirective, typeof IxTimeValueAccessorDirective, typeof IxDatetimeValueAccessorDirective];
|
|
1645
1706
|
|
|
1646
|
-
export { IxActionCard, IxApplication, IxApplicationHeader, IxAvatar, IxBlind, IxBooleanValueAccessorDirective, IxBreadcrumb, IxBreadcrumbItem, IxButton, IxCard, IxCardAccordion, IxCardContent, IxCardList, IxCardTitle, IxCategoryFilter, IxCheckbox, IxCheckboxGroup, IxChip, IxCol, IxContent, IxContentHeader, IxCustomField, IxDateDropdown, IxDateInput, IxDatePicker, IxDateValueAccessorDirective, IxDatetimeInput, IxDatetimePicker, IxDatetimeValueAccessorDirective, IxDivider, IxDropdown, IxDropdownButton, IxDropdownHeader, IxDropdownItem, IxDropdownQuickActions, IxDropdownTriggerDirective, IxEmptyState, IxEventList, IxEventListItem, IxExpandingSearch, IxFieldLabel, IxFilterChip, IxFlipTile, IxFlipTileContent, IxGroup, IxGroupContextMenu, IxGroupItem, IxHelperText, IxIcon, IxIconButton, IxIconToggleButton, IxInput, IxKeyValue, IxKeyValueList, IxKpi, IxLayoutAuto, IxLayoutGrid, IxLinkButton, IxMenu, IxMenuAbout, IxMenuAboutItem, IxMenuAboutNews, IxMenuAvatar, IxMenuAvatarItem, IxMenuCategory, IxMenuItem, IxMenuSettings, IxMenuSettingsItem, IxMessageBar, IxModal, IxModalContent, IxModalFooter, IxModalHeader, IxNumberInput, IxPagination, IxPane, IxPaneLayout, IxPill, IxProgressIndicator, IxPushCard, IxRadio, IxRadioGroup, IxRadioValueAccessorDirective, IxRangeField, IxRow, IxSelect, IxSelectItem, IxSelectValueAccessorDirective, IxSlider, IxSpinner, IxSplitButton, IxTabItem, IxTabs, IxTextValueAccessorDirective, IxTextarea, IxTile, IxTimeInput, IxTimePicker, IxTimeValueAccessorDirective, IxToast, IxToastContainer, IxToggle, IxToggleButton, IxTooltip, IxTree, IxTreeItem, IxTypography, IxUpload, IxValueAccessorDirectives, IxWorkflowStep, IxWorkflowSteps, LoadingService, MessageService, ModalService, ToastService };
|
|
1707
|
+
export { IxActionCard, IxApplication, IxApplicationHeader, IxAvatar, IxBlind, IxBooleanValueAccessorDirective, IxBreadcrumb, IxBreadcrumbItem, IxButton, IxCard, IxCardAccordion, IxCardContent, IxCardList, IxCardTitle, IxCategoryFilter, IxCheckbox, IxCheckboxGroup, IxChip, IxCol, IxContent, IxContentHeader, IxCustomField, IxDateDropdown, IxDateInput, IxDatePicker, IxDateValueAccessorDirective, IxDatetimeInput, IxDatetimePicker, IxDatetimeValueAccessorDirective, IxDivider, IxDropdown, IxDropdownButton, IxDropdownHeader, IxDropdownItem, IxDropdownQuickActions, IxDropdownTriggerDirective, IxEmptyState, IxEventList, IxEventListItem, IxExpandingSearch, IxFieldLabel, IxFilterChip, IxFlipTile, IxFlipTileContent, IxGroup, IxGroupContextMenu, IxGroupItem, IxHelperText, IxIcon, IxIconButton, IxIconToggleButton, IxInput, IxKeyValue, IxKeyValueList, IxKpi, IxLayoutAuto, IxLayoutGrid, IxLinkButton, IxMenu, IxMenuAbout, IxMenuAboutItem, IxMenuAboutNews, IxMenuAvatar, IxMenuAvatarItem, IxMenuCategory, IxMenuItem, IxMenuSettings, IxMenuSettingsItem, IxMessageBar, IxModal, IxModalContent, IxModalFooter, IxModalHeader, IxNumberInput, IxPagination, IxPane, IxPaneLayout, IxPill, IxPopover, IxPopoverContent, IxPopoverFooter, IxPopoverHeader, IxPopoverImage, IxProgressIndicator, IxPushCard, IxRadio, IxRadioGroup, IxRadioValueAccessorDirective, IxRangeField, IxRow, IxSelect, IxSelectItem, IxSelectValueAccessorDirective, IxSlider, IxSpinner, IxSplitButton, IxTabItem, IxTabs, IxTextValueAccessorDirective, IxTextarea, IxTile, IxTimeInput, IxTimePicker, IxTimeValueAccessorDirective, IxToast, IxToastContainer, IxToggle, IxToggleButton, IxTooltip, IxTree, IxTreeItem, IxTypography, IxUpload, IxValueAccessorDirectives, IxWorkflowStep, IxWorkflowSteps, LoadingService, MessageService, ModalService, ToastService };
|