@siemens/ix-angular 4.1.0 → 4.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/READMEOSS.html +0 -0
- package/common/index.d.ts +37 -2
- package/fesm2022/siemens-ix-angular-common.mjs +69 -2
- package/fesm2022/siemens-ix-angular-common.mjs.map +1 -1
- package/fesm2022/siemens-ix-angular-standalone.mjs +70 -9
- package/fesm2022/siemens-ix-angular-standalone.mjs.map +1 -1
- package/fesm2022/siemens-ix-angular.mjs +43 -3
- package/fesm2022/siemens-ix-angular.mjs.map +1 -1
- package/index.d.ts +12 -2
- package/package.json +2 -2
- package/standalone/index.d.ts +40 -3
|
@@ -3,7 +3,7 @@ import { __decorate } from 'tslib';
|
|
|
3
3
|
import * as i0 from '@angular/core';
|
|
4
4
|
import { ChangeDetectionStrategy, Component, EventEmitter, Output, Injectable, Directive, Input, NgZone, APP_INITIALIZER, NgModule } from '@angular/core';
|
|
5
5
|
import { fromEvent } from 'rxjs';
|
|
6
|
-
import { TreeBaseDirective, ModalService as ModalService$1, ToastService as ToastService$1, BooleanValueAccessorBaseDirective, createValueAccessorProvider, RadioValueAccessorBaseDirective, SelectValueAccessorBaseDirective, TextValueAccessorBaseDirective, DateValueAccessorBaseDirective, DropdownTriggerBaseDirective } from '@siemens/ix-angular/common';
|
|
6
|
+
import { TreeBaseDirective, ModalService as ModalService$1, ToastService as ToastService$1, MessageService as MessageService$1, LoadingService as LoadingService$1, BooleanValueAccessorBaseDirective, createValueAccessorProvider, RadioValueAccessorBaseDirective, SelectValueAccessorBaseDirective, TextValueAccessorBaseDirective, DateValueAccessorBaseDirective, DropdownTriggerBaseDirective } from '@siemens/ix-angular/common';
|
|
7
7
|
export { IxActiveModal } from '@siemens/ix-angular/common';
|
|
8
8
|
import { DOCUMENT } from '@angular/common';
|
|
9
9
|
import { defineCustomElements } from '@siemens/ix-icons/loader';
|
|
@@ -3175,7 +3175,7 @@ let IxTree = class IxTree extends TreeBaseDirective {
|
|
|
3175
3175
|
};
|
|
3176
3176
|
IxTree = __decorate([
|
|
3177
3177
|
ProxyCmp({
|
|
3178
|
-
inputs: ['context', 'model', 'root'
|
|
3178
|
+
inputs: ['context', 'model', 'root'],
|
|
3179
3179
|
})
|
|
3180
3180
|
], IxTree);
|
|
3181
3181
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxTree, decorators: [{
|
|
@@ -3266,6 +3266,45 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImpor
|
|
|
3266
3266
|
}]
|
|
3267
3267
|
}], ctorParameters: () => [] });
|
|
3268
3268
|
|
|
3269
|
+
class MessageService extends MessageService$1 {
|
|
3270
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: MessageService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
3271
|
+
/** @nocollapse */ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: MessageService, providedIn: 'root' });
|
|
3272
|
+
}
|
|
3273
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: MessageService, decorators: [{
|
|
3274
|
+
type: Injectable,
|
|
3275
|
+
args: [{
|
|
3276
|
+
providedIn: 'root',
|
|
3277
|
+
}]
|
|
3278
|
+
}] });
|
|
3279
|
+
|
|
3280
|
+
/*
|
|
3281
|
+
* SPDX-FileCopyrightText: 2025 Siemens AG
|
|
3282
|
+
*
|
|
3283
|
+
* SPDX-License-Identifier: MIT
|
|
3284
|
+
*
|
|
3285
|
+
* This source code is licensed under the MIT license found in the
|
|
3286
|
+
* LICENSE file in the root directory of this source tree.
|
|
3287
|
+
*/
|
|
3288
|
+
class LoadingService extends LoadingService$1 {
|
|
3289
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: LoadingService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
3290
|
+
/** @nocollapse */ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: LoadingService, providedIn: 'root' });
|
|
3291
|
+
}
|
|
3292
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: LoadingService, decorators: [{
|
|
3293
|
+
type: Injectable,
|
|
3294
|
+
args: [{
|
|
3295
|
+
providedIn: 'root',
|
|
3296
|
+
}]
|
|
3297
|
+
}] });
|
|
3298
|
+
|
|
3299
|
+
/*
|
|
3300
|
+
* SPDX-FileCopyrightText: 2025 Siemens AG
|
|
3301
|
+
*
|
|
3302
|
+
* SPDX-License-Identifier: MIT
|
|
3303
|
+
*
|
|
3304
|
+
* This source code is licensed under the MIT license found in the
|
|
3305
|
+
* LICENSE file in the root directory of this source tree.
|
|
3306
|
+
*/
|
|
3307
|
+
|
|
3269
3308
|
/*
|
|
3270
3309
|
* SPDX-FileCopyrightText: 2025 Siemens AG
|
|
3271
3310
|
*
|
|
@@ -3583,6 +3622,7 @@ class IxModule {
|
|
|
3583
3622
|
},
|
|
3584
3623
|
ModalService,
|
|
3585
3624
|
ToastService,
|
|
3625
|
+
MessageService,
|
|
3586
3626
|
],
|
|
3587
3627
|
};
|
|
3588
3628
|
}
|
|
@@ -3623,5 +3663,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImpor
|
|
|
3623
3663
|
* Generated bundle index. Do not edit.
|
|
3624
3664
|
*/
|
|
3625
3665
|
|
|
3626
|
-
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, IxDatetimePicker, IxDivider, IxDrawer, IxDropdown, IxDropdownButton, IxDropdownHeader, IxDropdownItem, IxDropdownQuickActions, IxDropdownTriggerDirective, IxEmptyState, IxEventList, IxEventListItem, IxExpandingSearch, IxFieldLabel, IxFilterChip, IxFlipTile, IxFlipTileContent, IxGroup, IxGroupContextMenu, IxGroupItem, IxHelperText, IxIcon, IxIconButton, IxIconToggleButton, IxInput, IxInputGroup, 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, IxRow, IxSelect, IxSelectItem, IxSelectValueAccessorDirective, IxSlider, IxSpinner, IxSplitButton, IxTabItem, IxTabs, IxTextValueAccessorDirective, IxTextarea, IxTile, IxTimeInput, IxTimePicker, IxToast, IxToastContainer, IxToggle, IxToggleButton, IxTooltip, IxTree, IxTreeItem, IxTypography, IxUpload, IxValidationTooltip, IxWorkflowStep, IxWorkflowSteps, ModalService, ToastService };
|
|
3666
|
+
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, IxDatetimePicker, IxDivider, IxDrawer, IxDropdown, IxDropdownButton, IxDropdownHeader, IxDropdownItem, IxDropdownQuickActions, IxDropdownTriggerDirective, IxEmptyState, IxEventList, IxEventListItem, IxExpandingSearch, IxFieldLabel, IxFilterChip, IxFlipTile, IxFlipTileContent, IxGroup, IxGroupContextMenu, IxGroupItem, IxHelperText, IxIcon, IxIconButton, IxIconToggleButton, IxInput, IxInputGroup, 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, IxRow, IxSelect, IxSelectItem, IxSelectValueAccessorDirective, IxSlider, IxSpinner, IxSplitButton, IxTabItem, IxTabs, IxTextValueAccessorDirective, IxTextarea, IxTile, IxTimeInput, IxTimePicker, IxToast, IxToastContainer, IxToggle, IxToggleButton, IxTooltip, IxTree, IxTreeItem, IxTypography, IxUpload, IxValidationTooltip, IxWorkflowStep, IxWorkflowSteps, LoadingService, MessageService, ModalService, ToastService };
|
|
3627
3667
|
//# sourceMappingURL=siemens-ix-angular.mjs.map
|