@siemens/ix-angular 3.2.0 → 4.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.
Files changed (121) hide show
  1. package/READMEOSS.html +20 -20
  2. package/common/index.d.ts +170 -6
  3. package/fesm2022/siemens-ix-angular-common.mjs +38 -30
  4. package/fesm2022/siemens-ix-angular-common.mjs.map +1 -1
  5. package/fesm2022/siemens-ix-angular-standalone.mjs +1031 -932
  6. package/fesm2022/siemens-ix-angular-standalone.mjs.map +1 -1
  7. package/fesm2022/siemens-ix-angular.mjs +942 -660
  8. package/fesm2022/siemens-ix-angular.mjs.map +1 -1
  9. package/index.d.ts +1518 -9
  10. package/package.json +5 -11
  11. package/standalone/index.d.ts +1527 -9
  12. package/angular-component-lib/utils.d.ts +0 -9
  13. package/common/directives/control-value-accessors/boolean-value-accessor.d.ts +0 -10
  14. package/common/directives/control-value-accessors/date-value-accessor.d.ts +0 -9
  15. package/common/directives/control-value-accessors/index.d.ts +0 -5
  16. package/common/directives/control-value-accessors/radio-value-accessor.d.ts +0 -14
  17. package/common/directives/control-value-accessors/select-value-accessor.d.ts +0 -9
  18. package/common/directives/control-value-accessors/text-value-accessor.d.ts +0 -9
  19. package/common/directives/control-value-accessors/value-accessor.d.ts +0 -30
  20. package/common/directives/dropdown-trigger.d.ts +0 -10
  21. package/common/directives/tree.d.ts +0 -26
  22. package/common/providers/modal/index.d.ts +0 -3
  23. package/common/providers/modal/modal-ref.d.ts +0 -21
  24. package/common/providers/modal/modal.config.d.ts +0 -6
  25. package/common/providers/modal/modal.service.d.ts +0 -20
  26. package/common/providers/toast/index.d.ts +0 -2
  27. package/common/providers/toast/toast.config.d.ts +0 -6
  28. package/common/providers/toast/toast.service.d.ts +0 -9
  29. package/common/utils/create-value-accessor-provider.d.ts +0 -2
  30. package/components.d.ts +0 -1374
  31. package/declare-components.d.ts +0 -2
  32. package/directives/control-value-accessors/boolean-value-accessor.d.ts +0 -8
  33. package/directives/control-value-accessors/date-value-accessor.d.ts +0 -8
  34. package/directives/control-value-accessors/index.d.ts +0 -5
  35. package/directives/control-value-accessors/radio-value-accessor.d.ts +0 -8
  36. package/directives/control-value-accessors/select-value-accessor.d.ts +0 -8
  37. package/directives/control-value-accessors/text-value-accessor.d.ts +0 -8
  38. package/directives/dropdown-trigger.d.ts +0 -10
  39. package/esm2022/angular-component-lib/utils.mjs +0 -59
  40. package/esm2022/common/directives/control-value-accessors/boolean-value-accessor.mjs +0 -32
  41. package/esm2022/common/directives/control-value-accessors/date-value-accessor.mjs +0 -28
  42. package/esm2022/common/directives/control-value-accessors/index.mjs +0 -14
  43. package/esm2022/common/directives/control-value-accessors/radio-value-accessor.mjs +0 -50
  44. package/esm2022/common/directives/control-value-accessors/select-value-accessor.mjs +0 -28
  45. package/esm2022/common/directives/control-value-accessors/text-value-accessor.mjs +0 -31
  46. package/esm2022/common/directives/control-value-accessors/value-accessor.mjs +0 -157
  47. package/esm2022/common/directives/dropdown-trigger.mjs +0 -28
  48. package/esm2022/common/directives/tree.mjs +0 -70
  49. package/esm2022/common/index.mjs +0 -15
  50. package/esm2022/common/providers/modal/index.mjs +0 -11
  51. package/esm2022/common/providers/modal/modal-ref.mjs +0 -41
  52. package/esm2022/common/providers/modal/modal.config.mjs +0 -10
  53. package/esm2022/common/providers/modal/modal.service.mjs +0 -90
  54. package/esm2022/common/providers/toast/index.mjs +0 -11
  55. package/esm2022/common/providers/toast/toast.config.mjs +0 -10
  56. package/esm2022/common/providers/toast/toast.service.mjs +0 -67
  57. package/esm2022/common/siemens-ix-angular-common.mjs +0 -5
  58. package/esm2022/common/utils/create-value-accessor-provider.mjs +0 -17
  59. package/esm2022/components.mjs +0 -2865
  60. package/esm2022/declare-components.mjs +0 -108
  61. package/esm2022/directives/control-value-accessors/boolean-value-accessor.mjs +0 -26
  62. package/esm2022/directives/control-value-accessors/date-value-accessor.mjs +0 -26
  63. package/esm2022/directives/control-value-accessors/index.mjs +0 -14
  64. package/esm2022/directives/control-value-accessors/radio-value-accessor.mjs +0 -26
  65. package/esm2022/directives/control-value-accessors/select-value-accessor.mjs +0 -26
  66. package/esm2022/directives/control-value-accessors/text-value-accessor.mjs +0 -26
  67. package/esm2022/directives/dropdown-trigger.mjs +0 -31
  68. package/esm2022/index.mjs +0 -19
  69. package/esm2022/ix-icon.mjs +0 -40
  70. package/esm2022/module.mjs +0 -78
  71. package/esm2022/providers/modal/index.mjs +0 -11
  72. package/esm2022/providers/modal/modal.service.mjs +0 -28
  73. package/esm2022/providers/theme/index.mjs +0 -10
  74. package/esm2022/providers/theme/theme.service.mjs +0 -40
  75. package/esm2022/providers/toast/index.mjs +0 -2
  76. package/esm2022/providers/toast/toast.service.mjs +0 -34
  77. package/esm2022/siemens-ix-angular.mjs +0 -5
  78. package/esm2022/standalone/angular-component-lib/utils.mjs +0 -59
  79. package/esm2022/standalone/components.mjs +0 -3188
  80. package/esm2022/standalone/directives/control-value-accessors/boolean-value-accessor.mjs +0 -30
  81. package/esm2022/standalone/directives/control-value-accessors/date-value-accessor.mjs +0 -30
  82. package/esm2022/standalone/directives/control-value-accessors/index.mjs +0 -14
  83. package/esm2022/standalone/directives/control-value-accessors/radio-value-accessor.mjs +0 -30
  84. package/esm2022/standalone/directives/control-value-accessors/select-value-accessor.mjs +0 -30
  85. package/esm2022/standalone/directives/control-value-accessors/text-value-accessor.mjs +0 -30
  86. package/esm2022/standalone/directives/dropdown-trigger.mjs +0 -32
  87. package/esm2022/standalone/index.mjs +0 -18
  88. package/esm2022/standalone/internal-components.mjs +0 -25
  89. package/esm2022/standalone/ix-icon.mjs +0 -44
  90. package/esm2022/standalone/providers/modal.mjs +0 -28
  91. package/esm2022/standalone/providers/toast.mjs +0 -35
  92. package/esm2022/standalone/siemens-ix-angular-standalone.mjs +0 -5
  93. package/esm2022/standalone/tree.mjs +0 -41
  94. package/esm2022/standalone/utils/value-accessor-directives.mjs +0 -23
  95. package/esm2022/tree.mjs +0 -39
  96. package/esm2022/utils/app-initialize.mjs +0 -25
  97. package/ix-icon.d.ts +0 -12
  98. package/module.d.ts +0 -17
  99. package/providers/modal/index.d.ts +0 -2
  100. package/providers/modal/modal.service.d.ts +0 -15
  101. package/providers/theme/index.d.ts +0 -1
  102. package/providers/theme/theme.service.d.ts +0 -15
  103. package/providers/toast/index.d.ts +0 -2
  104. package/providers/toast/toast.service.d.ts +0 -11
  105. package/standalone/angular-component-lib/utils.d.ts +0 -9
  106. package/standalone/components.d.ts +0 -1374
  107. package/standalone/directives/control-value-accessors/boolean-value-accessor.d.ts +0 -11
  108. package/standalone/directives/control-value-accessors/date-value-accessor.d.ts +0 -11
  109. package/standalone/directives/control-value-accessors/index.d.ts +0 -5
  110. package/standalone/directives/control-value-accessors/radio-value-accessor.d.ts +0 -11
  111. package/standalone/directives/control-value-accessors/select-value-accessor.d.ts +0 -11
  112. package/standalone/directives/control-value-accessors/text-value-accessor.d.ts +0 -11
  113. package/standalone/directives/dropdown-trigger.d.ts +0 -10
  114. package/standalone/internal-components.d.ts +0 -1
  115. package/standalone/ix-icon.d.ts +0 -9
  116. package/standalone/providers/modal.d.ts +0 -11
  117. package/standalone/providers/toast.d.ts +0 -11
  118. package/standalone/tree.d.ts +0 -9
  119. package/standalone/utils/value-accessor-directives.d.ts +0 -16
  120. package/tree.d.ts +0 -9
  121. package/utils/app-initialize.d.ts +0 -1
@@ -1,15 +0,0 @@
1
- import { ApplicationRef, ComponentFactoryResolver, Injector } from '@angular/core';
2
- import { ModalInstance } from '@siemens/ix';
3
- import { ModalConfig, ModalService as BaseModalService } from '@siemens/ix-angular/common';
4
- import * as i0 from "@angular/core";
5
- export type ModalContext<T> = {
6
- close: ((result: any) => void) | null;
7
- dismiss: ((result?: any) => void) | null;
8
- data?: T;
9
- };
10
- export declare class ModalService extends BaseModalService {
11
- constructor(appRef: ApplicationRef, componentFactoryResolver: ComponentFactoryResolver, injector: Injector);
12
- open<TData = any, TReason = any>(config: ModalConfig<TData>): Promise<ModalInstance<TReason>>;
13
- static ɵfac: i0.ɵɵFactoryDeclaration<ModalService, never>;
14
- static ɵprov: i0.ɵɵInjectableDeclaration<ModalService>;
15
- }
@@ -1 +0,0 @@
1
- export * from './theme.service';
@@ -1,15 +0,0 @@
1
- import { EventEmitter } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- /**
4
- * @deprecated Will be removed in 4.0.0. Use themeSwitcher from core package `import { themeSwitcher } from '@siemens/ix';`
5
- *
6
- */
7
- export declare class ThemeService {
8
- themeChanged: EventEmitter<string>;
9
- private readonly themeSwitcher;
10
- constructor();
11
- toggleMode(): void;
12
- setTheme(themeName: string): void;
13
- static ɵfac: i0.ɵɵFactoryDeclaration<ThemeService, never>;
14
- static ɵprov: i0.ɵɵInjectableDeclaration<ThemeService>;
15
- }
@@ -1,2 +0,0 @@
1
- export { ToastConfig } from '@siemens/ix-angular/common';
2
- export * from './toast.service';
@@ -1,11 +0,0 @@
1
- import { ShowToastResult, ToastPosition } from '@siemens/ix';
2
- import { ToastService as BaseToastService, ToastConfig } from '@siemens/ix-angular/common';
3
- import * as i0 from "@angular/core";
4
- export declare class ToastService extends BaseToastService {
5
- constructor();
6
- getPosition(): ToastPosition;
7
- setPosition(position: ToastPosition): void;
8
- show(config: ToastConfig): Promise<ShowToastResult>;
9
- static ɵfac: i0.ɵɵFactoryDeclaration<ToastService, never>;
10
- static ɵprov: i0.ɵɵInjectableDeclaration<ToastService>;
11
- }
@@ -1,9 +0,0 @@
1
- export declare const proxyInputs: (Cmp: any, inputs: string[]) => void;
2
- export declare const proxyMethods: (Cmp: any, methods: string[]) => void;
3
- export declare const proxyOutputs: (instance: any, el: any, events: string[]) => void;
4
- export declare const defineCustomElement: (tagName: string, customElement: any) => void;
5
- export declare function ProxyCmp(opts: {
6
- defineCustomElementFn?: () => void;
7
- inputs?: any;
8
- methods?: any;
9
- }): (cls: any) => any;