@ts-core/angular 15.0.2 → 15.0.4

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 (163) hide show
  1. package/VIModule.d.ts +53 -0
  2. package/application/ApplicationComponent.d.ts +1 -3
  3. package/esm2020/VIModule.mjs +175 -0
  4. package/esm2020/application/ApplicationComponent.mjs +2 -3
  5. package/esm2020/application/MessageBaseComponent.mjs +1 -1
  6. package/esm2020/language/LanguageModule.mjs +1 -8
  7. package/esm2020/pipe/CamelCasePipe.mjs +4 -12
  8. package/esm2020/pipe/StartCasePipe.mjs +4 -5
  9. package/esm2020/pipe/TimePipe.mjs +3 -2
  10. package/esm2020/pipe/TruncatePipe.mjs +3 -5
  11. package/esm2020/public-api.mjs +2 -69
  12. package/esm2020/service/PipeBaseService.mjs +1 -1
  13. package/esm2020/theme/ThemeAssetDirective.mjs +1 -1
  14. package/fesm2015/ts-core-angular.mjs +3023 -7419
  15. package/fesm2015/ts-core-angular.mjs.map +1 -1
  16. package/fesm2020/ts-core-angular.mjs +3005 -7399
  17. package/fesm2020/ts-core-angular.mjs.map +1 -1
  18. package/package.json +3 -9
  19. package/pipe/CamelCasePipe.d.ts +0 -1
  20. package/public-api.d.ts +1 -61
  21. package/style/_core.scss +120 -0
  22. package/style/_text.scss +9 -1
  23. package/VICommonModule.d.ts +0 -56
  24. package/application/ShellBaseComponent.d.ts +0 -20
  25. package/bottomSheet/BottomSheetImpl.d.ts +0 -66
  26. package/bottomSheet/BottomSheetModule.d.ts +0 -13
  27. package/bottomSheet/BottomSheetService.d.ts +0 -31
  28. package/bottomSheet/component/BottomSheetBaseComponent.d.ts +0 -8
  29. package/component/VIComponentModule.d.ts +0 -33
  30. package/component/cdk-table/CdkTableBaseComponent.d.ts +0 -60
  31. package/component/cdk-table/CdkTableDataSource.d.ts +0 -13
  32. package/component/cdk-table/CdkTableFilterableMapCollection.d.ts +0 -14
  33. package/component/cdk-table/CdkTablePaginableBookmarkMapCollection.d.ts +0 -11
  34. package/component/cdk-table/CdkTablePaginableMapCollection.d.ts +0 -13
  35. package/component/cdk-table/cdk-table-filterable/cdk-table-filterable.component.d.ts +0 -9
  36. package/component/cdk-table/cdk-table-paginable/cdk-table-paginable.component.d.ts +0 -18
  37. package/component/cdk-table/cdk-table-paginable-bookmark/cdk-table-paginable-bookmark.component.d.ts +0 -9
  38. package/component/cdk-table/cell/CdkTableCellClassNamePipe.d.ts +0 -8
  39. package/component/cdk-table/cell/CdkTableCellStyleNamePipe.d.ts +0 -10
  40. package/component/cdk-table/cell/CdkTableCellValuePipe.d.ts +0 -17
  41. package/component/cdk-table/cell/CdkTableCellValuePipePure.d.ts +0 -8
  42. package/component/cdk-table/column/CdkTableColumnClassNamePipe.d.ts +0 -8
  43. package/component/cdk-table/column/CdkTableColumnStyleNamePipe.d.ts +0 -10
  44. package/component/cdk-table/column/ICdkTableColumn.d.ts +0 -25
  45. package/component/cdk-table/row/CdkTableRowClassNamePipe.d.ts +0 -8
  46. package/component/cdk-table/row/CdkTableRowStyleNamePipe.d.ts +0 -10
  47. package/component/cdk-table/row/ICdkTableRow.d.ts +0 -8
  48. package/component/language/language-selector/language-selector.component.d.ts +0 -19
  49. package/component/menu-list/menu-list.component.d.ts +0 -9
  50. package/component/select-list/select-list.component.d.ts +0 -9
  51. package/component/tab-group/tab-group.component.d.ts +0 -18
  52. package/directive/MenuTriggerForDirective.d.ts +0 -11
  53. package/error/WindowClosedError.d.ts +0 -6
  54. package/esm2020/VICommonModule.mjs +0 -185
  55. package/esm2020/application/ShellBaseComponent.mjs +0 -78
  56. package/esm2020/bottomSheet/BottomSheetImpl.mjs +0 -228
  57. package/esm2020/bottomSheet/BottomSheetModule.mjs +0 -37
  58. package/esm2020/bottomSheet/BottomSheetService.mjs +0 -107
  59. package/esm2020/bottomSheet/component/BottomSheetBaseComponent.mjs +0 -44
  60. package/esm2020/component/VIComponentModule.mjs +0 -117
  61. package/esm2020/component/cdk-table/CdkTableBaseComponent.mjs +0 -192
  62. package/esm2020/component/cdk-table/CdkTableDataSource.mjs +0 -58
  63. package/esm2020/component/cdk-table/CdkTableFilterableMapCollection.mjs +0 -94
  64. package/esm2020/component/cdk-table/CdkTablePaginableBookmarkMapCollection.mjs +0 -49
  65. package/esm2020/component/cdk-table/CdkTablePaginableMapCollection.mjs +0 -57
  66. package/esm2020/component/cdk-table/cdk-table-filterable/cdk-table-filterable.component.mjs +0 -37
  67. package/esm2020/component/cdk-table/cdk-table-paginable/cdk-table-paginable.component.mjs +0 -65
  68. package/esm2020/component/cdk-table/cdk-table-paginable-bookmark/cdk-table-paginable-bookmark.component.mjs +0 -37
  69. package/esm2020/component/cdk-table/cell/CdkTableCellClassNamePipe.mjs +0 -25
  70. package/esm2020/component/cdk-table/cell/CdkTableCellStyleNamePipe.mjs +0 -22
  71. package/esm2020/component/cdk-table/cell/CdkTableCellValuePipe.mjs +0 -77
  72. package/esm2020/component/cdk-table/cell/CdkTableCellValuePipePure.mjs +0 -22
  73. package/esm2020/component/cdk-table/column/CdkTableColumnClassNamePipe.mjs +0 -22
  74. package/esm2020/component/cdk-table/column/CdkTableColumnStyleNamePipe.mjs +0 -22
  75. package/esm2020/component/cdk-table/column/ICdkTableColumn.mjs +0 -2
  76. package/esm2020/component/cdk-table/row/CdkTableRowClassNamePipe.mjs +0 -22
  77. package/esm2020/component/cdk-table/row/CdkTableRowStyleNamePipe.mjs +0 -22
  78. package/esm2020/component/cdk-table/row/ICdkTableRow.mjs +0 -2
  79. package/esm2020/component/language/language-selector/language-selector.component.mjs +0 -79
  80. package/esm2020/component/menu-list/menu-list.component.mjs +0 -16
  81. package/esm2020/component/select-list/select-list.component.mjs +0 -16
  82. package/esm2020/component/tab-group/tab-group.component.mjs +0 -82
  83. package/esm2020/directive/MenuTriggerForDirective.mjs +0 -55
  84. package/esm2020/error/WindowClosedError.mjs +0 -19
  85. package/esm2020/language/LanguageMatPaginatorIntl.mjs +0 -60
  86. package/esm2020/language/LanguageMomentDateAdapter.mjs +0 -13
  87. package/esm2020/notification/INotification.mjs +0 -7
  88. package/esm2020/notification/INotificationContent.mjs +0 -132
  89. package/esm2020/notification/NotificationConfig.mjs +0 -16
  90. package/esm2020/notification/NotificationFactory.mjs +0 -19
  91. package/esm2020/notification/NotificationImpl.mjs +0 -139
  92. package/esm2020/notification/NotificationModule.mjs +0 -53
  93. package/esm2020/notification/NotificationProperties.mjs +0 -2
  94. package/esm2020/notification/NotificationService.mjs +0 -239
  95. package/esm2020/notification/component/NotificationBaseComponent.mjs +0 -4
  96. package/esm2020/notification/component/NotificationQuestionBaseComponent.mjs +0 -50
  97. package/esm2020/notification/component/notification/notification.component.mjs +0 -61
  98. package/esm2020/service/BootstrapBreakpointService.mjs +0 -116
  99. package/esm2020/window/IWindow.mjs +0 -33
  100. package/esm2020/window/IWindowContent.mjs +0 -132
  101. package/esm2020/window/WindowBase.mjs +0 -168
  102. package/esm2020/window/WindowConfig.mjs +0 -232
  103. package/esm2020/window/WindowFactory.mjs +0 -27
  104. package/esm2020/window/WindowImpl.mjs +0 -354
  105. package/esm2020/window/WindowModule.mjs +0 -58
  106. package/esm2020/window/WindowProperties.mjs +0 -2
  107. package/esm2020/window/WindowService.mjs +0 -366
  108. package/esm2020/window/WindowServiceEvent.mjs +0 -9
  109. package/esm2020/window/component/WindowBaseComponent.mjs +0 -75
  110. package/esm2020/window/component/WindowDragAreaDirective.mjs +0 -97
  111. package/esm2020/window/component/WindowDragable.mjs +0 -69
  112. package/esm2020/window/component/WindowElement.mjs +0 -95
  113. package/esm2020/window/component/WindowQuestionBaseComponent.mjs +0 -17
  114. package/esm2020/window/component/WindowResizeable.mjs +0 -88
  115. package/esm2020/window/component/window-close-element/window-close-element.component.mjs +0 -55
  116. package/esm2020/window/component/window-expand-element/window-expand-element.component.mjs +0 -56
  117. package/esm2020/window/component/window-minimize-element/window-minimize-element.component.mjs +0 -75
  118. package/esm2020/window/component/window-question/window-question.component.mjs +0 -50
  119. package/esm2020/window/component/window-resize-element/window-resize-element.component.mjs +0 -56
  120. package/language/LanguageMatPaginatorIntl.d.ts +0 -20
  121. package/language/LanguageMomentDateAdapter.d.ts +0 -5
  122. package/notification/INotification.d.ts +0 -26
  123. package/notification/INotificationContent.d.ts +0 -31
  124. package/notification/NotificationConfig.d.ts +0 -13
  125. package/notification/NotificationFactory.d.ts +0 -11
  126. package/notification/NotificationImpl.d.ts +0 -38
  127. package/notification/NotificationModule.d.ts +0 -18
  128. package/notification/NotificationProperties.d.ts +0 -9
  129. package/notification/NotificationService.d.ts +0 -56
  130. package/notification/component/NotificationBaseComponent.d.ts +0 -3
  131. package/notification/component/NotificationQuestionBaseComponent.d.ts +0 -10
  132. package/notification/component/notification/notification.component.d.ts +0 -14
  133. package/service/BootstrapBreakpointService.d.ts +0 -45
  134. package/style/mat/_core.scss +0 -317
  135. package/style/mat/_index.scss +0 -169
  136. package/style/mat/_variables.scss +0 -1
  137. package/style/mat/bootstrap/_background.scss +0 -28
  138. package/style/mat/bootstrap/_border.scss +0 -202
  139. package/style/mat/bootstrap/_index.scss +0 -27
  140. package/style/mat/bootstrap/_text.scss +0 -47
  141. package/style/mat/helper/_theme.scss +0 -96
  142. package/style/mat/helper/_typography.scss +0 -15
  143. package/window/IWindow.d.ts +0 -42
  144. package/window/IWindowContent.d.ts +0 -34
  145. package/window/WindowBase.d.ts +0 -33
  146. package/window/WindowConfig.d.ts +0 -64
  147. package/window/WindowFactory.d.ts +0 -12
  148. package/window/WindowImpl.d.ts +0 -88
  149. package/window/WindowModule.d.ts +0 -20
  150. package/window/WindowProperties.d.ts +0 -9
  151. package/window/WindowService.d.ts +0 -71
  152. package/window/WindowServiceEvent.d.ts +0 -7
  153. package/window/component/WindowBaseComponent.d.ts +0 -20
  154. package/window/component/WindowDragAreaDirective.d.ts +0 -19
  155. package/window/component/WindowDragable.d.ts +0 -13
  156. package/window/component/WindowElement.d.ts +0 -22
  157. package/window/component/WindowQuestionBaseComponent.d.ts +0 -5
  158. package/window/component/WindowResizeable.d.ts +0 -10
  159. package/window/component/window-close-element/window-close-element.component.d.ts +0 -12
  160. package/window/component/window-expand-element/window-expand-element.component.d.ts +0 -12
  161. package/window/component/window-minimize-element/window-minimize-element.component.d.ts +0 -15
  162. package/window/component/window-question/window-question.component.d.ts +0 -12
  163. package/window/component/window-resize-element/window-resize-element.component.d.ts +0 -12
@@ -1,10 +0,0 @@
1
- import { Interactable, InteractEvent } from '@interactjs/types';
2
- import { WindowImpl } from '../WindowImpl';
3
- export declare class WindowResizeable extends WindowImpl {
4
- private _interactable;
5
- private resizeMoveHandlerProxy;
6
- protected setProperties(): void;
7
- protected resizeMoveHandler(event: InteractEvent): void;
8
- destroy(): void;
9
- protected get interactable(): Interactable;
10
- }
@@ -1,12 +0,0 @@
1
- import { ElementRef } from '@angular/core';
2
- import { WindowElement } from '../WindowElement';
3
- import * as i0 from "@angular/core";
4
- export declare class WindowCloseElementComponent extends WindowElement {
5
- static ICON_CLASS: string;
6
- static ICON_VALUE: string;
7
- constructor(element: ElementRef);
8
- protected createChildren(): void;
9
- clickHandler(event: MouseEvent): void;
10
- static ɵfac: i0.ɵɵFactoryDeclaration<WindowCloseElementComponent, never>;
11
- static ɵcmp: i0.ɵɵComponentDeclaration<WindowCloseElementComponent, "vi-window-close-element", never, {}, {}, never, never, false, never>;
12
- }
@@ -1,12 +0,0 @@
1
- import { ElementRef } from '@angular/core';
2
- import { WindowElement } from '../WindowElement';
3
- import * as i0 from "@angular/core";
4
- export declare class WindowExpandElementComponent extends WindowElement {
5
- static ICON_CLASS: string;
6
- static ICON_VALUE: string;
7
- constructor(element: ElementRef);
8
- protected createChildren(): void;
9
- clickHandler(event: MouseEvent): void;
10
- static ɵfac: i0.ɵɵFactoryDeclaration<WindowExpandElementComponent, never>;
11
- static ɵcmp: i0.ɵɵComponentDeclaration<WindowExpandElementComponent, "vi-window-expand-element", never, {}, {}, never, never, false, never>;
12
- }
@@ -1,15 +0,0 @@
1
- import { ElementRef } from '@angular/core';
2
- import { WindowElement } from '../WindowElement';
3
- import * as i0 from "@angular/core";
4
- export declare class WindowMinimizeElementComponent extends WindowElement {
5
- static ICON_CLASS: string;
6
- static ICON_MINIMIZE_VALUE: string;
7
- static ICON_MAXIMIZE_VALUE: string;
8
- constructor(element: ElementRef);
9
- private commitIconProperties;
10
- protected commitWindowProperties(): void;
11
- protected createChildren(): void;
12
- clickHandler(event: MouseEvent): void;
13
- static ɵfac: i0.ɵɵFactoryDeclaration<WindowMinimizeElementComponent, never>;
14
- static ɵcmp: i0.ɵɵComponentDeclaration<WindowMinimizeElementComponent, "vi-window-minimize-element", never, {}, {}, never, never, false, never>;
15
- }
@@ -1,12 +0,0 @@
1
- import { ViewContainerRef } from '@angular/core';
2
- import { LanguageService } from '@ts-core/frontend';
3
- import { WindowQuestionBaseComponent } from '../WindowQuestionBaseComponent';
4
- import * as i0 from "@angular/core";
5
- export declare class WindowQuestionComponent extends WindowQuestionBaseComponent {
6
- protected language: LanguageService;
7
- text: string;
8
- constructor(container: ViewContainerRef, language: LanguageService);
9
- protected commitConfigProperties(): void;
10
- static ɵfac: i0.ɵɵFactoryDeclaration<WindowQuestionComponent, never>;
11
- static ɵcmp: i0.ɵɵComponentDeclaration<WindowQuestionComponent, "ng-component", never, {}, {}, never, never, false, never>;
12
- }
@@ -1,12 +0,0 @@
1
- import { ElementRef } from '@angular/core';
2
- import { WindowElement } from '../WindowElement';
3
- import * as i0 from "@angular/core";
4
- export declare class WindowResizeElementComponent extends WindowElement {
5
- static ICON_CLASS: string;
6
- static ICON_VALUE: string;
7
- constructor(element: ElementRef);
8
- protected createChildren(): void;
9
- clickHandler(event: MouseEvent): void;
10
- static ɵfac: i0.ɵɵFactoryDeclaration<WindowResizeElementComponent, never>;
11
- static ɵcmp: i0.ɵɵComponentDeclaration<WindowResizeElementComponent, "vi-window-resize-element", never, {}, {}, never, never, false, never>;
12
- }