@siemens/ix-angular 1.2.0-beta.0 → 1.2.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/components.d.ts +9 -0
- package/declare-components.d.ts +1 -1
- package/dropdown/trigger.directive.d.ts +10 -0
- package/esm2020/components.mjs +24 -1
- package/esm2020/declare-components.mjs +2 -1
- package/esm2020/dropdown/trigger.directive.mjs +29 -0
- package/esm2020/index.mjs +2 -1
- package/esm2020/modal/modal.service.mjs +1 -1
- package/esm2020/module.mjs +5 -4
- package/fesm2015/siemens-ix-angular.mjs +54 -4
- package/fesm2015/siemens-ix-angular.mjs.map +1 -1
- package/fesm2020/siemens-ix-angular.mjs +54 -4
- package/fesm2020/siemens-ix-angular.mjs.map +1 -1
- package/index.d.ts +1 -0
- package/modal/modal.service.d.ts +1 -4
- package/module.d.ts +2 -1
- package/package.json +2 -2
package/components.d.ts
CHANGED
|
@@ -331,6 +331,15 @@ export declare class IxGroup {
|
|
|
331
331
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxGroup, never>;
|
|
332
332
|
static ɵcmp: i0.ɵɵComponentDeclaration<IxGroup, "ix-group", never, { "collapsed": "collapsed"; "expandOnHeaderClick": "expandOnHeaderClick"; "header": "header"; "index": "index"; "selected": "selected"; "subHeader": "subHeader"; "suppressHeaderSelection": "suppressHeaderSelection"; }, {}, never, ["*"]>;
|
|
333
333
|
}
|
|
334
|
+
export declare interface IxGroupContextMenu extends Components.IxGroupContextMenu {
|
|
335
|
+
}
|
|
336
|
+
export declare class IxGroupContextMenu {
|
|
337
|
+
protected z: NgZone;
|
|
338
|
+
protected el: HTMLElement;
|
|
339
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
340
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IxGroupContextMenu, never>;
|
|
341
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxGroupContextMenu, "ix-group-context-menu", never, {}, {}, never, ["*"]>;
|
|
342
|
+
}
|
|
334
343
|
export declare interface IxGroupDropdownItem extends Components.IxGroupDropdownItem {
|
|
335
344
|
}
|
|
336
345
|
export declare class IxGroupDropdownItem {
|
package/declare-components.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import * as d from './components';
|
|
2
|
-
export declare const DIRECTIVES: (typeof d.IxAnimatedTab | typeof d.IxAnimatedTabs | typeof d.IxApplicationHeader | typeof d.IxBasicNavigation | typeof d.IxBlind | typeof d.IxBreadcrumb | typeof d.IxBreadcrumbItem | typeof d.IxButton | typeof d.IxCategoryFilter | typeof d.IxChip | typeof d.IxCounterPill | typeof d.IxDatePicker | typeof d.IxDateTimeCard | typeof d.IxDatetimePicker | typeof d.IxDrawer | typeof d.IxDropdown | typeof d.IxDropdownItem | typeof d.IxEventList | typeof d.IxEventListItem | typeof d.IxExpandingSearch | typeof d.IxFilterChip | typeof d.IxFlipTile | typeof d.IxFlipTileContent | typeof d.IxGroup | typeof d.IxGroupDropdownItem | typeof d.IxGroupItem | typeof d.IxIcon | typeof d.IxIconButton | typeof d.IxInputGroup | typeof d.IxKpi | typeof d.IxMapNavigation | typeof d.IxMapNavigationOverlay | typeof d.IxMenu | typeof d.IxMenuAbout | typeof d.IxMenuAboutItem | typeof d.IxMenuAboutNews | typeof d.IxMenuAvatar | typeof d.IxMenuAvatarItem | typeof d.IxMenuItem | typeof d.IxMenuSettings | typeof d.IxMenuSettingsItem | typeof d.IxMessageBar | typeof d.IxModal | typeof d.IxModalContainer | typeof d.IxModalExample | typeof d.IxPill | typeof d.IxSelect | typeof d.IxSelectItem | typeof d.IxSpinner | typeof d.IxSplitButton | typeof d.IxSplitButtonItem | typeof d.IxTabItem | typeof d.IxTabs | typeof d.IxTile | typeof d.IxTimePicker | typeof d.IxToast | typeof d.IxToastContainer | typeof d.IxToggle | typeof d.IxTreeItem | typeof d.IxUpload | typeof d.IxValidationTooltip | typeof d.IxWorkflowStep | typeof d.IxWorkflowSteps)[];
|
|
2
|
+
export declare const DIRECTIVES: (typeof d.IxAnimatedTab | typeof d.IxAnimatedTabs | typeof d.IxApplicationHeader | typeof d.IxBasicNavigation | typeof d.IxBlind | typeof d.IxBreadcrumb | typeof d.IxBreadcrumbItem | typeof d.IxButton | typeof d.IxCategoryFilter | typeof d.IxChip | typeof d.IxCounterPill | typeof d.IxDatePicker | typeof d.IxDateTimeCard | typeof d.IxDatetimePicker | typeof d.IxDrawer | typeof d.IxDropdown | typeof d.IxDropdownItem | typeof d.IxEventList | typeof d.IxEventListItem | typeof d.IxExpandingSearch | typeof d.IxFilterChip | typeof d.IxFlipTile | typeof d.IxFlipTileContent | typeof d.IxGroup | typeof d.IxGroupContextMenu | typeof d.IxGroupDropdownItem | typeof d.IxGroupItem | typeof d.IxIcon | typeof d.IxIconButton | typeof d.IxInputGroup | typeof d.IxKpi | typeof d.IxMapNavigation | typeof d.IxMapNavigationOverlay | typeof d.IxMenu | typeof d.IxMenuAbout | typeof d.IxMenuAboutItem | typeof d.IxMenuAboutNews | typeof d.IxMenuAvatar | typeof d.IxMenuAvatarItem | typeof d.IxMenuItem | typeof d.IxMenuSettings | typeof d.IxMenuSettingsItem | typeof d.IxMessageBar | typeof d.IxModal | typeof d.IxModalContainer | typeof d.IxModalExample | typeof d.IxPill | typeof d.IxSelect | typeof d.IxSelectItem | typeof d.IxSpinner | typeof d.IxSplitButton | typeof d.IxSplitButtonItem | typeof d.IxTabItem | typeof d.IxTabs | typeof d.IxTile | typeof d.IxTimePicker | typeof d.IxToast | typeof d.IxToastContainer | typeof d.IxToggle | typeof d.IxTreeItem | typeof d.IxUpload | typeof d.IxValidationTooltip | typeof d.IxWorkflowStep | typeof d.IxWorkflowSteps)[];
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { ElementRef } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class IxDropdownTriggerDirective {
|
|
4
|
+
private element;
|
|
5
|
+
ixDropdownTrigger: any;
|
|
6
|
+
constructor(element: ElementRef);
|
|
7
|
+
protected ngOnChanges(): void;
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IxDropdownTriggerDirective, never>;
|
|
9
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<IxDropdownTriggerDirective, "[ixDropdownTrigger]", never, { "ixDropdownTrigger": "ixDropdownTrigger"; }, {}, never>;
|
|
10
|
+
}
|