@ts-core/angular 13.1.37 → 15.0.1

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 (183) hide show
  1. package/application/ApplicationBaseComponent.d.ts +1 -1
  2. package/asset/AssetBackgroundDirective.d.ts +1 -1
  3. package/asset/AssetBackgroundPipe.d.ts +1 -1
  4. package/asset/AssetFilePipe.d.ts +1 -1
  5. package/asset/AssetIconPipe.d.ts +1 -1
  6. package/asset/AssetImagePipe.d.ts +1 -1
  7. package/asset/AssetSoundPipe.d.ts +1 -1
  8. package/asset/AssetVideoPipe.d.ts +1 -1
  9. package/component/cdk-table/CdkTableBaseComponent.d.ts +1 -1
  10. package/component/cdk-table/cdk-table-filterable/cdk-table-filterable.component.d.ts +1 -1
  11. package/component/cdk-table/cdk-table-paginable/cdk-table-paginable.component.d.ts +1 -1
  12. package/component/cdk-table/cdk-table-paginable-bookmark/cdk-table-paginable-bookmark.component.d.ts +1 -1
  13. package/component/cdk-table/cell/CdkTableCellClassNamePipe.d.ts +1 -1
  14. package/component/cdk-table/cell/CdkTableCellStyleNamePipe.d.ts +1 -1
  15. package/component/cdk-table/cell/CdkTableCellValuePipe.d.ts +1 -1
  16. package/component/cdk-table/cell/CdkTableCellValuePipePure.d.ts +1 -1
  17. package/component/cdk-table/column/CdkTableColumnClassNamePipe.d.ts +1 -1
  18. package/component/cdk-table/column/CdkTableColumnStyleNamePipe.d.ts +1 -1
  19. package/component/cdk-table/row/CdkTableRowClassNamePipe.d.ts +1 -1
  20. package/component/cdk-table/row/CdkTableRowStyleNamePipe.d.ts +1 -1
  21. package/component/language/language-selector/language-selector.component.d.ts +1 -1
  22. package/component/menu-list/menu-list.component.d.ts +1 -1
  23. package/component/select-list/select-list.component.d.ts +1 -1
  24. package/component/tab-group/tab-group.component.d.ts +1 -1
  25. package/directive/AspectRatioResizeDirective.d.ts +1 -1
  26. package/directive/AutoScrollBottomDirective.d.ts +1 -1
  27. package/directive/ClickToCopyDirective.d.ts +1 -1
  28. package/directive/ClickToSelectDirective.d.ts +1 -1
  29. package/directive/FocusDirective.d.ts +1 -1
  30. package/directive/HTMLContentTitleDirective.d.ts +1 -1
  31. package/directive/HTMLTitleDirective.d.ts +1 -1
  32. package/directive/InfiniteScrollDirective.d.ts +1 -1
  33. package/directive/IsBrowserDirective.d.ts +1 -1
  34. package/directive/IsServerDirective.d.ts +1 -1
  35. package/directive/MenuTriggerForDirective.d.ts +1 -1
  36. package/directive/ResizeDirective.d.ts +1 -1
  37. package/directive/ScrollCheckDirective.d.ts +1 -1
  38. package/directive/ScrollDirective.d.ts +1 -1
  39. package/directive/SelectOnFocusDirective.d.ts +1 -1
  40. package/esm2020/VICommonModule.mjs +5 -5
  41. package/esm2020/application/ApplicationBaseComponent.mjs +4 -4
  42. package/esm2020/asset/AssetBackgroundDirective.mjs +4 -4
  43. package/esm2020/asset/AssetBackgroundPipe.mjs +4 -4
  44. package/esm2020/asset/AssetFilePipe.mjs +4 -4
  45. package/esm2020/asset/AssetIconPipe.mjs +4 -4
  46. package/esm2020/asset/AssetImagePipe.mjs +4 -4
  47. package/esm2020/asset/AssetModule.mjs +5 -5
  48. package/esm2020/asset/AssetSoundPipe.mjs +4 -4
  49. package/esm2020/asset/AssetVideoPipe.mjs +4 -4
  50. package/esm2020/bottomSheet/BottomSheetModule.mjs +5 -5
  51. package/esm2020/bottomSheet/BottomSheetService.mjs +4 -4
  52. package/esm2020/component/VIComponentModule.mjs +5 -5
  53. package/esm2020/component/cdk-table/CdkTableBaseComponent.mjs +4 -4
  54. package/esm2020/component/cdk-table/cdk-table-filterable/cdk-table-filterable.component.mjs +15 -15
  55. package/esm2020/component/cdk-table/cdk-table-paginable/cdk-table-paginable.component.mjs +15 -15
  56. package/esm2020/component/cdk-table/cdk-table-paginable-bookmark/cdk-table-paginable-bookmark.component.mjs +15 -15
  57. package/esm2020/component/cdk-table/cell/CdkTableCellClassNamePipe.mjs +4 -4
  58. package/esm2020/component/cdk-table/cell/CdkTableCellStyleNamePipe.mjs +4 -4
  59. package/esm2020/component/cdk-table/cell/CdkTableCellValuePipe.mjs +4 -4
  60. package/esm2020/component/cdk-table/cell/CdkTableCellValuePipePure.mjs +4 -4
  61. package/esm2020/component/cdk-table/column/CdkTableColumnClassNamePipe.mjs +4 -4
  62. package/esm2020/component/cdk-table/column/CdkTableColumnStyleNamePipe.mjs +4 -4
  63. package/esm2020/component/cdk-table/row/CdkTableRowClassNamePipe.mjs +4 -4
  64. package/esm2020/component/cdk-table/row/CdkTableRowStyleNamePipe.mjs +4 -4
  65. package/esm2020/component/language/language-selector/language-selector.component.mjs +9 -9
  66. package/esm2020/component/menu-list/menu-list.component.mjs +6 -6
  67. package/esm2020/component/select-list/select-list.component.mjs +6 -7
  68. package/esm2020/component/tab-group/tab-group.component.mjs +6 -6
  69. package/esm2020/cookie/CookieModule.mjs +5 -5
  70. package/esm2020/directive/AspectRatioResizeDirective.mjs +4 -4
  71. package/esm2020/directive/AutoScrollBottomDirective.mjs +4 -4
  72. package/esm2020/directive/ClickToCopyDirective.mjs +4 -4
  73. package/esm2020/directive/ClickToSelectDirective.mjs +4 -4
  74. package/esm2020/directive/FocusDirective.mjs +4 -4
  75. package/esm2020/directive/HTMLContentTitleDirective.mjs +4 -4
  76. package/esm2020/directive/HTMLTitleDirective.mjs +4 -4
  77. package/esm2020/directive/InfiniteScrollDirective.mjs +4 -4
  78. package/esm2020/directive/IsBrowserDirective.mjs +4 -4
  79. package/esm2020/directive/IsServerDirective.mjs +4 -4
  80. package/esm2020/directive/MenuTriggerForDirective.mjs +4 -4
  81. package/esm2020/directive/ResizeDirective.mjs +4 -4
  82. package/esm2020/directive/ScrollCheckDirective.mjs +4 -4
  83. package/esm2020/directive/ScrollDirective.mjs +4 -4
  84. package/esm2020/directive/SelectOnFocusDirective.mjs +4 -4
  85. package/esm2020/form/FormElementSync.mjs +4 -4
  86. package/esm2020/language/LanguageDirective.mjs +4 -4
  87. package/esm2020/language/LanguageHasDirective.mjs +4 -4
  88. package/esm2020/language/LanguageMatPaginatorIntl.mjs +4 -4
  89. package/esm2020/language/LanguageModule.mjs +5 -5
  90. package/esm2020/language/LanguagePipe.mjs +4 -4
  91. package/esm2020/language/LanguagePipeHas.mjs +4 -4
  92. package/esm2020/language/LanguagePipeHasPure.mjs +4 -4
  93. package/esm2020/language/LanguagePipePure.mjs +4 -4
  94. package/esm2020/language/LanguageResolver.mjs +4 -4
  95. package/esm2020/login/LoginGuard.mjs +4 -4
  96. package/esm2020/login/LoginIfCanGuard.mjs +4 -4
  97. package/esm2020/login/LoginNotGuard.mjs +4 -4
  98. package/esm2020/login/LoginResolver.mjs +4 -4
  99. package/esm2020/module/LazyModuleLoader.mjs +4 -4
  100. package/esm2020/notification/INotificationContent.mjs +4 -4
  101. package/esm2020/notification/NotificationModule.mjs +5 -5
  102. package/esm2020/notification/NotificationService.mjs +4 -4
  103. package/esm2020/notification/component/NotificationQuestionBaseComponent.mjs +4 -4
  104. package/esm2020/notification/component/notification/notification.component.mjs +6 -6
  105. package/esm2020/pipe/CamelCasePipe.mjs +4 -4
  106. package/esm2020/pipe/FinancePipe.mjs +4 -4
  107. package/esm2020/pipe/MomentDateAdaptivePipe.mjs +4 -4
  108. package/esm2020/pipe/MomentDateFromNowPipe.mjs +4 -4
  109. package/esm2020/pipe/MomentDatePipe.mjs +4 -4
  110. package/esm2020/pipe/MomentTimePipe.mjs +4 -4
  111. package/esm2020/pipe/NgModelErrorPipe.mjs +4 -4
  112. package/esm2020/pipe/PrettifyPipe.mjs +4 -4
  113. package/esm2020/pipe/SanitizePipe.mjs +4 -4
  114. package/esm2020/pipe/StartCasePipe.mjs +4 -4
  115. package/esm2020/pipe/TimePipe.mjs +4 -4
  116. package/esm2020/pipe/TruncatePipe.mjs +4 -4
  117. package/esm2020/service/BootstrapBreakpointService.mjs +4 -4
  118. package/esm2020/service/PlatformService.mjs +4 -4
  119. package/esm2020/theme/ThemeAssetBackgroundDirective.mjs +4 -4
  120. package/esm2020/theme/ThemeAssetDirective.mjs +4 -4
  121. package/esm2020/theme/ThemeAssetIconDirective.mjs +4 -4
  122. package/esm2020/theme/ThemeAssetImageDirective.mjs +4 -4
  123. package/esm2020/theme/ThemeModule.mjs +5 -5
  124. package/esm2020/theme/ThemeStyleDirective.mjs +4 -4
  125. package/esm2020/theme/ThemeStyleHoverDirective.mjs +4 -4
  126. package/esm2020/theme/ThemeToggleDirective.mjs +4 -4
  127. package/esm2020/window/IWindow.mjs +2 -2
  128. package/esm2020/window/IWindowContent.mjs +4 -4
  129. package/esm2020/window/WindowModule.mjs +5 -5
  130. package/esm2020/window/WindowService.mjs +5 -5
  131. package/esm2020/window/component/WindowDragAreaDirective.mjs +4 -4
  132. package/esm2020/window/component/WindowElement.mjs +4 -4
  133. package/esm2020/window/component/window-close-element/window-close-element.component.mjs +4 -4
  134. package/esm2020/window/component/window-expand-element/window-expand-element.component.mjs +4 -4
  135. package/esm2020/window/component/window-minimize-element/window-minimize-element.component.mjs +4 -4
  136. package/esm2020/window/component/window-question/window-question.component.mjs +6 -6
  137. package/esm2020/window/component/window-resize-element/window-resize-element.component.mjs +4 -4
  138. package/fesm2015/ts-core-angular.mjs +398 -397
  139. package/fesm2015/ts-core-angular.mjs.map +1 -1
  140. package/fesm2020/ts-core-angular.mjs +398 -397
  141. package/fesm2020/ts-core-angular.mjs.map +1 -1
  142. package/form/FormElementSync.d.ts +1 -1
  143. package/{ts-core-angular.d.ts → index.d.ts} +0 -0
  144. package/language/LanguageDirective.d.ts +1 -1
  145. package/language/LanguageHasDirective.d.ts +1 -1
  146. package/language/LanguagePipe.d.ts +1 -1
  147. package/language/LanguagePipeHas.d.ts +1 -1
  148. package/language/LanguagePipeHasPure.d.ts +1 -1
  149. package/language/LanguagePipePure.d.ts +1 -1
  150. package/notification/INotificationContent.d.ts +1 -1
  151. package/notification/component/NotificationQuestionBaseComponent.d.ts +1 -1
  152. package/notification/component/notification/notification.component.d.ts +1 -1
  153. package/package.json +23 -23
  154. package/pipe/CamelCasePipe.d.ts +1 -1
  155. package/pipe/FinancePipe.d.ts +1 -1
  156. package/pipe/MomentDateAdaptivePipe.d.ts +1 -1
  157. package/pipe/MomentDateFromNowPipe.d.ts +1 -1
  158. package/pipe/MomentDatePipe.d.ts +1 -1
  159. package/pipe/MomentTimePipe.d.ts +1 -1
  160. package/pipe/NgModelErrorPipe.d.ts +1 -1
  161. package/pipe/PrettifyPipe.d.ts +1 -1
  162. package/pipe/SanitizePipe.d.ts +1 -1
  163. package/pipe/StartCasePipe.d.ts +1 -1
  164. package/pipe/TimePipe.d.ts +1 -1
  165. package/pipe/TruncatePipe.d.ts +1 -1
  166. package/style/mat/vi-mat-bootstrap.scss +1 -1
  167. package/style/mat/vi-mat.scss +78 -24
  168. package/theme/ThemeAssetBackgroundDirective.d.ts +1 -1
  169. package/theme/ThemeAssetDirective.d.ts +1 -1
  170. package/theme/ThemeAssetIconDirective.d.ts +1 -1
  171. package/theme/ThemeAssetImageDirective.d.ts +1 -1
  172. package/theme/ThemeStyleDirective.d.ts +1 -1
  173. package/theme/ThemeStyleHoverDirective.d.ts +1 -1
  174. package/theme/ThemeToggleDirective.d.ts +1 -1
  175. package/window/IWindow.d.ts +1 -1
  176. package/window/IWindowContent.d.ts +1 -1
  177. package/window/component/WindowDragAreaDirective.d.ts +1 -1
  178. package/window/component/WindowElement.d.ts +1 -1
  179. package/window/component/window-close-element/window-close-element.component.d.ts +1 -1
  180. package/window/component/window-expand-element/window-expand-element.component.d.ts +1 -1
  181. package/window/component/window-minimize-element/window-minimize-element.component.d.ts +1 -1
  182. package/window/component/window-question/window-question.component.d.ts +1 -1
  183. package/window/component/window-resize-element/window-resize-element.component.d.ts +1 -1
@@ -18,5 +18,5 @@ export declare abstract class FormElementSync<T> extends ValueAccessor<T> implem
18
18
  ngAfterContentInit(): void;
19
19
  ngOnDestroy(): void;
20
20
  static ɵfac: i0.ɵɵFactoryDeclaration<FormElementSync<any>, never>;
21
- static ɵdir: i0.ɵɵDirectiveDeclaration<FormElementSync<any>, never, never, {}, {}, never>;
21
+ static ɵdir: i0.ɵɵDirectiveDeclaration<FormElementSync<any>, never, never, {}, {}, never, never, false, never>;
22
22
  }
File without changes
@@ -16,5 +16,5 @@ export declare class LanguageDirective extends Destroyable {
16
16
  set params(value: any);
17
17
  get params(): any;
18
18
  static ɵfac: i0.ɵɵFactoryDeclaration<LanguageDirective, never>;
19
- static ɵdir: i0.ɵɵDirectiveDeclaration<LanguageDirective, "[vi-translate]", never, { "isNeedTitle": "isNeedTitle"; "key": "vi-translate"; "params": "params"; }, {}, never>;
19
+ static ɵdir: i0.ɵɵDirectiveDeclaration<LanguageDirective, "[vi-translate]", never, { "isNeedTitle": "isNeedTitle"; "key": "vi-translate"; "params": "params"; }, {}, never, never, false, never>;
20
20
  }
@@ -18,5 +18,5 @@ export declare class LanguageHasDirective extends Destroyable {
18
18
  set viTranslateHasIsOnlyIfNotEmpty(value: boolean);
19
19
  get viTranslateHasIsOnlyIfNotEmpty(): boolean;
20
20
  static ɵfac: i0.ɵɵFactoryDeclaration<LanguageHasDirective, never>;
21
- static ɵdir: i0.ɵɵDirectiveDeclaration<LanguageHasDirective, "[viTranslateHas]", never, { "viTranslateHas": "viTranslateHas"; "viTranslateHasIsOnlyIfNotEmpty": "viTranslateHasIsOnlyIfNotEmpty"; }, {}, never>;
21
+ static ɵdir: i0.ɵɵDirectiveDeclaration<LanguageHasDirective, "[viTranslateHas]", never, { "viTranslateHas": "viTranslateHas"; "viTranslateHasIsOnlyIfNotEmpty": "viTranslateHasIsOnlyIfNotEmpty"; }, {}, never, never, false, never>;
22
22
  }
@@ -14,5 +14,5 @@ export declare class LanguagePipe extends DestroyableContainer implements PipeTr
14
14
  transform(key: string, params?: any): string;
15
15
  destroy(): void;
16
16
  static ɵfac: i0.ɵɵFactoryDeclaration<LanguagePipe, never>;
17
- static ɵpipe: i0.ɵɵPipeDeclaration<LanguagePipe, "viTranslate">;
17
+ static ɵpipe: i0.ɵɵPipeDeclaration<LanguagePipe, "viTranslate", false>;
18
18
  }
@@ -11,5 +11,5 @@ export declare class LanguagePipeHas extends DestroyableContainer implements Pip
11
11
  transform(key: string): boolean;
12
12
  destroy(): void;
13
13
  static ɵfac: i0.ɵɵFactoryDeclaration<LanguagePipeHas, never>;
14
- static ɵpipe: i0.ɵɵPipeDeclaration<LanguagePipeHas, "viTranslateHas">;
14
+ static ɵpipe: i0.ɵɵPipeDeclaration<LanguagePipeHas, "viTranslateHas", false>;
15
15
  }
@@ -8,5 +8,5 @@ export declare class LanguagePipeHasPure extends DestroyableContainer implements
8
8
  transform(key: string): boolean;
9
9
  destroy(): void;
10
10
  static ɵfac: i0.ɵɵFactoryDeclaration<LanguagePipeHasPure, never>;
11
- static ɵpipe: i0.ɵɵPipeDeclaration<LanguagePipeHasPure, "viTranslateHasPure">;
11
+ static ɵpipe: i0.ɵɵPipeDeclaration<LanguagePipeHasPure, "viTranslateHasPure", false>;
12
12
  }
@@ -8,5 +8,5 @@ export declare class LanguagePipePure extends DestroyableContainer implements Pi
8
8
  transform(key: string, params?: any): string;
9
9
  destroy(): void;
10
10
  static ɵfac: i0.ɵɵFactoryDeclaration<LanguagePipePure, never>;
11
- static ɵpipe: i0.ɵɵPipeDeclaration<LanguagePipePure, "viTranslatePure">;
11
+ static ɵpipe: i0.ɵɵPipeDeclaration<LanguagePipePure, "viTranslatePure", false>;
12
12
  }
@@ -27,5 +27,5 @@ export declare abstract class INotificationContent<T = any> extends DestroyableC
27
27
  set config(value: NotificationConfig<T>);
28
28
  get config(): NotificationConfig<T>;
29
29
  static ɵfac: i0.ɵɵFactoryDeclaration<INotificationContent<any>, never>;
30
- static ɵcmp: i0.ɵɵComponentDeclaration<INotificationContent<any>, "ng-component", never, { "config": "config"; }, {}, never, never>;
30
+ static ɵcmp: i0.ɵɵComponentDeclaration<INotificationContent<any>, "ng-component", never, { "config": "config"; }, {}, never, never, false, never>;
31
31
  }
@@ -6,5 +6,5 @@ export declare abstract class NotificationQuestionBaseComponent extends INotific
6
6
  clickHandler(): void;
7
7
  protected get isInfo(): boolean;
8
8
  static ɵfac: i0.ɵɵFactoryDeclaration<NotificationQuestionBaseComponent, never>;
9
- static ɵcmp: i0.ɵɵComponentDeclaration<NotificationQuestionBaseComponent, "ng-component", never, {}, {}, never, never>;
9
+ static ɵcmp: i0.ɵɵComponentDeclaration<NotificationQuestionBaseComponent, "ng-component", never, {}, {}, never, never, false, never>;
10
10
  }
@@ -10,5 +10,5 @@ export declare class NotificationComponent extends NotificationQuestionBaseCompo
10
10
  protected commitConfigProperties(): void;
11
11
  remove(): void;
12
12
  static ɵfac: i0.ɵɵFactoryDeclaration<NotificationComponent, never>;
13
- static ɵcmp: i0.ɵɵComponentDeclaration<NotificationComponent, "vi-notification", never, {}, {}, never, never>;
13
+ static ɵcmp: i0.ɵɵComponentDeclaration<NotificationComponent, "vi-notification", never, {}, {}, never, never, false, never>;
14
14
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ts-core/angular",
3
- "version": "13.1.37",
3
+ "version": "15.0.1",
4
4
  "description": "Modules for frontend based on angular",
5
5
  "main": "public-api.js",
6
6
  "author": {
@@ -9,31 +9,31 @@
9
9
  },
10
10
  "license": "ISC",
11
11
  "peerDependencies": {
12
- "@angular/animations": "^13.3.2",
13
- "@angular/cdk": "^13.3.2",
14
- "@angular/cli": "^13.3.2",
15
- "@angular/common": "^13.3.2",
16
- "@angular/compiler": "^13.3.2",
17
- "@angular/core": "^13.3.2",
18
- "@angular/forms": "^13.3.2",
19
- "@angular/material": "^13.3.2",
20
- "@angular/material-moment-adapter": "^13.3.2",
21
- "@angular/platform-browser": "^13.3.2",
22
- "@angular/platform-browser-dynamic": "^13.3.2",
23
- "@angular/router": "^13.3.2",
24
- "@nguniversal/express-engine": "^13.1.0",
25
- "@ts-core/common": "^3.0.6",
12
+ "@angular/animations": "^15.0.4",
13
+ "@angular/cdk": "^15.0.3",
14
+ "@angular/cli": "^15.0.4",
15
+ "@angular/common": "^15.0.4",
16
+ "@angular/compiler": "^15.0.4",
17
+ "@angular/core": "^15.0.4",
18
+ "@angular/forms": "^15.0.4",
19
+ "@angular/material": "^15.0.3",
20
+ "@angular/material-moment-adapter": "^15.0.3",
21
+ "@angular/platform-browser": "^15.0.4",
22
+ "@angular/platform-browser-dynamic": "^15.0.4",
23
+ "@angular/router": "^15.0.4",
24
+ "@nguniversal/express-engine": "^15.0.0",
25
+ "@ts-core/common": "^3.0.11",
26
26
  "@ts-core/frontend": "^3.0.9",
27
27
  "@types/numeral": "^2.0.2",
28
- "bootstrap": "^5.1.3",
28
+ "bootstrap": "^5.2.3",
29
29
  "css-element-queries": "^1.2.3",
30
- "csshake": "^1.5.3",
30
+ "csshake": "^1.7.0",
31
31
  "interactjs": "1.10.11",
32
- "moment": "^2.29.2",
32
+ "moment": "^2.29.4",
33
33
  "ngx-cookie": "^4.0.1",
34
34
  "numeral": "^2.0.6",
35
- "rxjs": "^7.5.5",
36
- "zone.js": "^0.11.5"
35
+ "rxjs": "^7.8.0",
36
+ "zone.js": "^0.12.0"
37
37
  },
38
38
  "repository": {
39
39
  "type": "git",
@@ -51,13 +51,13 @@
51
51
  "esm2020": "esm2020/ts-core-angular.mjs",
52
52
  "fesm2020": "fesm2020/ts-core-angular.mjs",
53
53
  "fesm2015": "fesm2015/ts-core-angular.mjs",
54
- "typings": "ts-core-angular.d.ts",
54
+ "typings": "index.d.ts",
55
55
  "exports": {
56
56
  "./package.json": {
57
57
  "default": "./package.json"
58
58
  },
59
59
  ".": {
60
- "types": "./ts-core-angular.d.ts",
60
+ "types": "./index.d.ts",
61
61
  "esm2020": "./esm2020/ts-core-angular.mjs",
62
62
  "es2020": "./fesm2020/ts-core-angular.mjs",
63
63
  "es2015": "./fesm2015/ts-core-angular.mjs",
@@ -67,6 +67,6 @@
67
67
  },
68
68
  "sideEffects": false,
69
69
  "dependencies": {
70
- "tslib": "^2.3.1"
70
+ "tslib": "^2.4.1"
71
71
  }
72
72
  }
@@ -4,5 +4,5 @@ export declare class CamelCasePipe implements PipeTransform {
4
4
  transform(value: any): string;
5
5
  constructor();
6
6
  static ɵfac: i0.ɵɵFactoryDeclaration<CamelCasePipe, never>;
7
- static ɵpipe: i0.ɵɵPipeDeclaration<CamelCasePipe, "viCamelCase">;
7
+ static ɵpipe: i0.ɵɵPipeDeclaration<CamelCasePipe, "viCamelCase", false>;
8
8
  }
@@ -5,5 +5,5 @@ export declare class FinancePipe implements PipeTransform {
5
5
  static format(value: number | string, format: string): string;
6
6
  transform(value: number | string, format?: string, isNeedPlus?: boolean): string;
7
7
  static ɵfac: i0.ɵɵFactoryDeclaration<FinancePipe, never>;
8
- static ɵpipe: i0.ɵɵPipeDeclaration<FinancePipe, "viFinance">;
8
+ static ɵpipe: i0.ɵɵPipeDeclaration<FinancePipe, "viFinance", false>;
9
9
  }
@@ -8,5 +8,5 @@ export declare class MomentDateAdaptivePipe implements PipeTransform {
8
8
  static YEAR_FORMAT: string;
9
9
  transform(value: Date | Moment): string;
10
10
  static ɵfac: i0.ɵɵFactoryDeclaration<MomentDateAdaptivePipe, never>;
11
- static ɵpipe: i0.ɵɵPipeDeclaration<MomentDateAdaptivePipe, "viMomentAdaptiveDate">;
11
+ static ɵpipe: i0.ɵɵPipeDeclaration<MomentDateAdaptivePipe, "viMomentAdaptiveDate", false>;
12
12
  }
@@ -4,5 +4,5 @@ import * as i0 from "@angular/core";
4
4
  export declare class MomentDateFromNowPipe implements PipeTransform {
5
5
  transform(value: Date | Moment, format?: string): string;
6
6
  static ɵfac: i0.ɵɵFactoryDeclaration<MomentDateFromNowPipe, never>;
7
- static ɵpipe: i0.ɵɵPipeDeclaration<MomentDateFromNowPipe, "viMomentDateFromNow">;
7
+ static ɵpipe: i0.ɵɵPipeDeclaration<MomentDateFromNowPipe, "viMomentDateFromNow", false>;
8
8
  }
@@ -8,6 +8,6 @@ export declare class MomentDatePipe implements PipeTransform {
8
8
  static toConditionValue(value: string | Date): string;
9
9
  transform(value: MomentAvailableType, format?: string): string;
10
10
  static ɵfac: i0.ɵɵFactoryDeclaration<MomentDatePipe, never>;
11
- static ɵpipe: i0.ɵɵPipeDeclaration<MomentDatePipe, "viMomentDate">;
11
+ static ɵpipe: i0.ɵɵPipeDeclaration<MomentDatePipe, "viMomentDate", false>;
12
12
  }
13
13
  export declare type MomentAvailableType = Date | Moment | string | number;
@@ -4,5 +4,5 @@ export declare class MomentTimePipe implements PipeTransform {
4
4
  static DEFAULT_FORMAT: string;
5
5
  transform(timeMilliseconds: number, format?: string): string;
6
6
  static ɵfac: i0.ɵɵFactoryDeclaration<MomentTimePipe, never>;
7
- static ɵpipe: i0.ɵɵPipeDeclaration<MomentTimePipe, "viMomentTime">;
7
+ static ɵpipe: i0.ɵɵPipeDeclaration<MomentTimePipe, "viMomentTime", false>;
8
8
  }
@@ -8,5 +8,5 @@ export declare class NgModelErrorPipe implements PipeTransform {
8
8
  translateError(key: string, value: any): string;
9
9
  constructor(language: LanguageService);
10
10
  static ɵfac: i0.ɵɵFactoryDeclaration<NgModelErrorPipe, never>;
11
- static ɵpipe: i0.ɵɵPipeDeclaration<NgModelErrorPipe, "viNgModelError">;
11
+ static ɵpipe: i0.ɵɵPipeDeclaration<NgModelErrorPipe, "viNgModelError", false>;
12
12
  }
@@ -5,5 +5,5 @@ export declare class PrettifyPipe implements PipeTransform {
5
5
  transform(value: any): string;
6
6
  constructor();
7
7
  static ɵfac: i0.ɵɵFactoryDeclaration<PrettifyPipe, never>;
8
- static ɵpipe: i0.ɵɵPipeDeclaration<PrettifyPipe, "viPrettify">;
8
+ static ɵpipe: i0.ɵɵPipeDeclaration<PrettifyPipe, "viPrettify", false>;
9
9
  }
@@ -5,5 +5,5 @@ export declare class SanitizePipe {
5
5
  constructor(sanitizer: DomSanitizer);
6
6
  transform(value: string, type?: string): SafeHtml | SafeStyle | SafeScript | SafeUrl | SafeResourceUrl;
7
7
  static ɵfac: i0.ɵɵFactoryDeclaration<SanitizePipe, never>;
8
- static ɵpipe: i0.ɵɵPipeDeclaration<SanitizePipe, "viSanitize">;
8
+ static ɵpipe: i0.ɵɵPipeDeclaration<SanitizePipe, "viSanitize", false>;
9
9
  }
@@ -3,5 +3,5 @@ import * as i0 from "@angular/core";
3
3
  export declare class StartCasePipe implements PipeTransform {
4
4
  transform(value: any): string;
5
5
  static ɵfac: i0.ɵɵFactoryDeclaration<StartCasePipe, never>;
6
- static ɵpipe: i0.ɵɵPipeDeclaration<StartCasePipe, "viStartCase">;
6
+ static ɵpipe: i0.ɵɵPipeDeclaration<StartCasePipe, "viStartCase", false>;
7
7
  }
@@ -4,5 +4,5 @@ export declare class TimePipe implements PipeTransform {
4
4
  static DEFAULT_FORMAT: string;
5
5
  transform(milliseconds: number | string, format?: string): string;
6
6
  static ɵfac: i0.ɵɵFactoryDeclaration<TimePipe, never>;
7
- static ɵpipe: i0.ɵɵPipeDeclaration<TimePipe, "viTime">;
7
+ static ɵpipe: i0.ɵɵPipeDeclaration<TimePipe, "viTime", false>;
8
8
  }
@@ -3,5 +3,5 @@ import * as i0 from "@angular/core";
3
3
  export declare class TruncatePipe implements PipeTransform {
4
4
  transform(value: any, maxLength?: number): string;
5
5
  static ɵfac: i0.ɵɵFactoryDeclaration<TruncatePipe, never>;
6
- static ɵpipe: i0.ɵɵPipeDeclaration<TruncatePipe, "viTruncate">;
6
+ static ɵpipe: i0.ɵɵPipeDeclaration<TruncatePipe, "viTruncate", false>;
7
7
  }
@@ -1,4 +1,4 @@
1
- @import '~@angular/material/theming';
1
+ @import '@angular/material/theming';
2
2
  @import 'bootstrap/variables';
3
3
  @import 'bootstrap/background';
4
4
  @import 'bootstrap/border';
@@ -1,4 +1,4 @@
1
- @import '~@angular/material/theming';
1
+ @import '@angular/material/theming';
2
2
  @import 'vi-mat-bootstrap';
3
3
  @import '../mixin';
4
4
  @import '../mouse';
@@ -63,18 +63,8 @@
63
63
  @include vertical-scroll-only();
64
64
  }
65
65
 
66
- vi-window-close-element {
67
- top: -20px;
68
- right: -20px;
69
- }
70
-
71
- vi-window-expand-element,
72
- vi-window-minimize-element {
73
- top: -20px;
74
- right: 10px;
75
- }
76
-
77
66
  vi-window-resize-element {
67
+ width: 32px;
78
68
  right: -16px;
79
69
  bottom: -16px;
80
70
  display: none !important;
@@ -95,10 +85,31 @@
95
85
  max-height: inherit;
96
86
  @include vertical-scroll-only();
97
87
  }
88
+ }
98
89
 
90
+ mat-dialog-container,
91
+ mat-bottom-sheet-container {
92
+ vi-window-close-element,
93
+ vi-window-expand-element,
94
+ vi-window-minimize-element {
95
+ top: -16px;
96
+ width: 32px;
97
+ }
99
98
  vi-window-close-element {
100
- top: -20px;
101
- right: -20px;
99
+ right: -16px;
100
+ }
101
+ vi-window-expand-element,
102
+ vi-window-minimize-element {
103
+ right: 24px;
104
+ }
105
+ @include media-breakpoint-down(lg) {
106
+ vi-window-close-element {
107
+ right: 16px;
108
+ }
109
+ vi-window-expand-element,
110
+ vi-window-minimize-element {
111
+ right: 56px;
112
+ }
102
113
  }
103
114
  }
104
115
 
@@ -448,7 +459,7 @@
448
459
  $thumb-color: rgba(0, 0, 0, 0.15);
449
460
 
450
461
  @if map-get($theme, is-dark) {
451
- $thumb-color: rgba(255, 255, 255, 0.10);
462
+ $thumb-color: rgba(255, 255, 255, 0.1);
452
463
  .mat-drawer-backdrop.mat-drawer-shown {
453
464
  background-color: rgba(0, 0, 0, 0.8);
454
465
  }
@@ -479,17 +490,39 @@
479
490
  $theme-color: map-get($theme, color);
480
491
  $color-background-palette: map-get($theme-color, background);
481
492
  @if $color-background-palette {
482
- $color-background-palette: map-merge($color-background-palette, ($name: $value));
493
+ $color-background-palette: map-merge(
494
+ $color-background-palette,
495
+ (
496
+ $name: $value
497
+ )
498
+ );
483
499
  }
484
500
  @if $color-background-palette {
485
- $modified-theme: map-merge($modified-theme, (color: (background: $color-background-palette)));
501
+ $modified-theme: map-merge(
502
+ $modified-theme,
503
+ (
504
+ color: (
505
+ background: $color-background-palette
506
+ )
507
+ )
508
+ );
486
509
  }
487
510
  $background-palette: map-get($theme, background);
488
511
  @if $background-palette {
489
- $background-palette: map-merge($background-palette,($name: $value));
512
+ $background-palette: map-merge(
513
+ $background-palette,
514
+ (
515
+ $name: $value
516
+ )
517
+ );
490
518
  }
491
519
  @if $background-palette {
492
- $modified-theme: map-merge($modified-theme,(background: $background-palette));
520
+ $modified-theme: map-merge(
521
+ $modified-theme,
522
+ (
523
+ background: $background-palette
524
+ )
525
+ );
493
526
  }
494
527
  @return $modified-theme;
495
528
  }
@@ -499,18 +532,39 @@
499
532
  $theme-color: map-get($theme, color);
500
533
  $color-foreground-palette: map-get($theme-color, foreground);
501
534
  @if $color-foreground-palette {
502
- $color-foreground-palette: map-merge($color-foreground-palette, ($name: $value));
535
+ $color-foreground-palette: map-merge(
536
+ $color-foreground-palette,
537
+ (
538
+ $name: $value
539
+ )
540
+ );
503
541
  }
504
542
  @if $color-foreground-palette {
505
- $modified-theme: map-merge($modified-theme, (color: (foreground: $color-foreground-palette)));
543
+ $modified-theme: map-merge(
544
+ $modified-theme,
545
+ (
546
+ color: (
547
+ foreground: $color-foreground-palette
548
+ )
549
+ )
550
+ );
506
551
  }
507
552
  $foreground-palette: map-get($theme, foreground);
508
553
  @if $foreground-palette {
509
- $foreground-palette: map-merge($foreground-palette,($name: $value));
554
+ $foreground-palette: map-merge(
555
+ $foreground-palette,
556
+ (
557
+ $name: $value
558
+ )
559
+ );
510
560
  }
511
561
  @if $foreground-palette {
512
- $modified-theme: map-merge($modified-theme,(foreground: $foreground-palette));
562
+ $modified-theme: map-merge(
563
+ $modified-theme,
564
+ (
565
+ foreground: $foreground-palette
566
+ )
567
+ );
513
568
  }
514
569
  @return $modified-theme;
515
570
  }
516
-
@@ -9,5 +9,5 @@ export declare class ThemeAssetBackgroundDirective extends ThemeAssetDirective {
9
9
  set name(value: string);
10
10
  get name(): string;
11
11
  static ɵfac: i0.ɵɵFactoryDeclaration<ThemeAssetBackgroundDirective, never>;
12
- static ɵdir: i0.ɵɵDirectiveDeclaration<ThemeAssetBackgroundDirective, "[vi-theme-background]", never, { "name": "vi-theme-background"; }, {}, never>;
12
+ static ɵdir: i0.ɵɵDirectiveDeclaration<ThemeAssetBackgroundDirective, "[vi-theme-background]", never, { "name": "vi-theme-background"; }, {}, never, never, false, never>;
13
13
  }
@@ -43,5 +43,5 @@ export declare abstract class ThemeAssetDirective<T extends HTMLElement = HTMLEl
43
43
  get extension(): string;
44
44
  set extension(value: string);
45
45
  static ɵfac: i0.ɵɵFactoryDeclaration<ThemeAssetDirective<any>, never>;
46
- static ɵdir: i0.ɵɵDirectiveDeclaration<ThemeAssetDirective<any>, never, never, { "isSound": "isSound"; "isVideo": "isVideo"; "isFile": "isFile"; "isImage": "isImage"; "isBackground": "isBackground"; "isIgnoreTheme": "isIgnoreTheme"; "name": "name"; "extension": "extension"; }, {}, never>;
46
+ static ɵdir: i0.ɵɵDirectiveDeclaration<ThemeAssetDirective<any>, never, never, { "isSound": "isSound"; "isVideo": "isVideo"; "isFile": "isFile"; "isImage": "isImage"; "isBackground": "isBackground"; "isIgnoreTheme": "isIgnoreTheme"; "name": "name"; "extension": "extension"; }, {}, never, never, false, never>;
47
47
  }
@@ -9,5 +9,5 @@ export declare class ThemeAssetIconDirective extends ThemeAssetDirective<HTMLIma
9
9
  set name(value: string);
10
10
  get name(): string;
11
11
  static ɵfac: i0.ɵɵFactoryDeclaration<ThemeAssetIconDirective, never>;
12
- static ɵdir: i0.ɵɵDirectiveDeclaration<ThemeAssetIconDirective, "[vi-theme-icon]", never, { "name": "vi-theme-icon"; }, {}, never>;
12
+ static ɵdir: i0.ɵɵDirectiveDeclaration<ThemeAssetIconDirective, "[vi-theme-icon]", never, { "name": "vi-theme-icon"; }, {}, never, never, false, never>;
13
13
  }
@@ -9,5 +9,5 @@ export declare class ThemeAssetImageDirective extends ThemeAssetDirective<HTMLIm
9
9
  set name(value: string);
10
10
  get name(): string;
11
11
  static ɵfac: i0.ɵɵFactoryDeclaration<ThemeAssetImageDirective, never>;
12
- static ɵdir: i0.ɵɵDirectiveDeclaration<ThemeAssetImageDirective, "[vi-theme-image]", never, { "name": "vi-theme-image"; }, {}, never>;
12
+ static ɵdir: i0.ɵɵDirectiveDeclaration<ThemeAssetImageDirective, "[vi-theme-image]", never, { "name": "vi-theme-image"; }, {}, never, never, false, never>;
13
13
  }
@@ -23,5 +23,5 @@ export declare class ThemeStyleDirective extends Destroyable {
23
23
  get key(): string;
24
24
  set key(value: string);
25
25
  static ɵfac: i0.ɵɵFactoryDeclaration<ThemeStyleDirective, never>;
26
- static ɵdir: i0.ɵɵDirectiveDeclaration<ThemeStyleDirective, "[vi-theme-style]", never, { "flags": "flags"; "styleName": "styleName"; "key": "vi-theme-style"; }, {}, never>;
26
+ static ɵdir: i0.ɵɵDirectiveDeclaration<ThemeStyleDirective, "[vi-theme-style]", never, { "flags": "flags"; "styleName": "styleName"; "key": "vi-theme-style"; }, {}, never, never, false, never>;
27
27
  }
@@ -19,5 +19,5 @@ export declare class ThemeStyleHoverDirective extends ThemeStyleDirective {
19
19
  get flags(): RendererStyleFlags2;
20
20
  set flags(value: RendererStyleFlags2);
21
21
  static ɵfac: i0.ɵɵFactoryDeclaration<ThemeStyleHoverDirective, never>;
22
- static ɵdir: i0.ɵɵDirectiveDeclaration<ThemeStyleHoverDirective, "[vi-theme-style-hover]", never, { "key": "vi-theme-style-hover"; "styleName": "styleName"; "flags": "flags"; }, {}, never>;
22
+ static ɵdir: i0.ɵɵDirectiveDeclaration<ThemeStyleHoverDirective, "[vi-theme-style-hover]", never, { "key": "vi-theme-style-hover"; "styleName": "styleName"; "flags": "flags"; }, {}, never, never, false, never>;
23
23
  }
@@ -7,5 +7,5 @@ export declare class ThemeToggleDirective extends Destroyable {
7
7
  private clickHandler;
8
8
  destroy(): void;
9
9
  static ɵfac: i0.ɵɵFactoryDeclaration<ThemeToggleDirective, never>;
10
- static ɵdir: i0.ɵɵDirectiveDeclaration<ThemeToggleDirective, "[vi-theme-toggle]", never, {}, {}, never>;
10
+ static ɵdir: i0.ɵɵDirectiveDeclaration<ThemeToggleDirective, "[vi-theme-toggle]", never, {}, {}, never, never, false, never>;
11
11
  }
@@ -32,7 +32,7 @@ export declare enum WindowEvent {
32
32
  OPENED = "OPENED",
33
33
  CLOSED = "CLOSED",
34
34
  CONTENT_READY = "CONTENT_READY",
35
- MOVED = "EVENT_MOVED",
35
+ MOVED = "MOVED",
36
36
  RESIZED = "RESIZED",
37
37
  DISABLED_CHANGED = "DISABLED_CHANGED",
38
38
  MINIMIZED_CHANGED = "MINIMIZED_CHANGED",
@@ -28,7 +28,7 @@ export declare abstract class IWindowContent<T = any> extends DestroyableContain
28
28
  get window(): IWindow<T>;
29
29
  set window(value: IWindow<T>);
30
30
  static ɵfac: i0.ɵɵFactoryDeclaration<IWindowContent<any>, [{ optional: true; }]>;
31
- static ɵcmp: i0.ɵɵComponentDeclaration<IWindowContent<any>, "ng-component", never, { "isDisabled": "isDisabled"; "window": "window"; }, {}, never, never>;
31
+ static ɵcmp: i0.ɵɵComponentDeclaration<IWindowContent<any>, "ng-component", never, { "isDisabled": "isDisabled"; "window": "window"; }, {}, never, never, false, never>;
32
32
  }
33
33
  export declare type WindowContentContainer = ElementRef | ViewContainerRef;
34
34
  export declare const WINDOW_CONTENT_CONTAINER: InjectionToken<WindowContentContainer>;
@@ -15,5 +15,5 @@ export declare class WindowDragAreaDirective extends Destroyable {
15
15
  set window(value: IWindow);
16
16
  get window(): IWindow;
17
17
  static ɵfac: i0.ɵɵFactoryDeclaration<WindowDragAreaDirective, never>;
18
- static ɵdir: i0.ɵɵDirectiveDeclaration<WindowDragAreaDirective, "[vi-window-drag-area]", never, { "window": "vi-window-drag-area"; }, {}, never>;
18
+ static ɵdir: i0.ɵɵDirectiveDeclaration<WindowDragAreaDirective, "[vi-window-drag-area]", never, { "window": "vi-window-drag-area"; }, {}, never, never, false, never>;
19
19
  }
@@ -18,5 +18,5 @@ export declare abstract class WindowElement extends DestroyableContainer impleme
18
18
  get window(): IWindow;
19
19
  set window(value: IWindow);
20
20
  static ɵfac: i0.ɵɵFactoryDeclaration<WindowElement, never>;
21
- static ɵcmp: i0.ɵɵComponentDeclaration<WindowElement, "ng-component", never, {}, {}, never, never>;
21
+ static ɵcmp: i0.ɵɵComponentDeclaration<WindowElement, "ng-component", never, {}, {}, never, never, false, never>;
22
22
  }
@@ -8,5 +8,5 @@ export declare class WindowCloseElementComponent extends WindowElement {
8
8
  protected createChildren(): void;
9
9
  clickHandler(event: MouseEvent): void;
10
10
  static ɵfac: i0.ɵɵFactoryDeclaration<WindowCloseElementComponent, never>;
11
- static ɵcmp: i0.ɵɵComponentDeclaration<WindowCloseElementComponent, "vi-window-close-element", never, {}, {}, never, never>;
11
+ static ɵcmp: i0.ɵɵComponentDeclaration<WindowCloseElementComponent, "vi-window-close-element", never, {}, {}, never, never, false, never>;
12
12
  }
@@ -8,5 +8,5 @@ export declare class WindowExpandElementComponent extends WindowElement {
8
8
  protected createChildren(): void;
9
9
  clickHandler(event: MouseEvent): void;
10
10
  static ɵfac: i0.ɵɵFactoryDeclaration<WindowExpandElementComponent, never>;
11
- static ɵcmp: i0.ɵɵComponentDeclaration<WindowExpandElementComponent, "vi-window-expand-element", never, {}, {}, never, never>;
11
+ static ɵcmp: i0.ɵɵComponentDeclaration<WindowExpandElementComponent, "vi-window-expand-element", never, {}, {}, never, never, false, never>;
12
12
  }
@@ -11,5 +11,5 @@ export declare class WindowMinimizeElementComponent extends WindowElement {
11
11
  protected createChildren(): void;
12
12
  clickHandler(event: MouseEvent): void;
13
13
  static ɵfac: i0.ɵɵFactoryDeclaration<WindowMinimizeElementComponent, never>;
14
- static ɵcmp: i0.ɵɵComponentDeclaration<WindowMinimizeElementComponent, "vi-window-minimize-element", never, {}, {}, never, never>;
14
+ static ɵcmp: i0.ɵɵComponentDeclaration<WindowMinimizeElementComponent, "vi-window-minimize-element", never, {}, {}, never, never, false, never>;
15
15
  }
@@ -8,5 +8,5 @@ export declare class WindowQuestionComponent extends WindowQuestionBaseComponent
8
8
  constructor(container: ViewContainerRef, language: LanguageService);
9
9
  protected commitConfigProperties(): void;
10
10
  static ɵfac: i0.ɵɵFactoryDeclaration<WindowQuestionComponent, never>;
11
- static ɵcmp: i0.ɵɵComponentDeclaration<WindowQuestionComponent, "ng-component", never, {}, {}, never, never>;
11
+ static ɵcmp: i0.ɵɵComponentDeclaration<WindowQuestionComponent, "ng-component", never, {}, {}, never, never, false, never>;
12
12
  }
@@ -8,5 +8,5 @@ export declare class WindowResizeElementComponent extends WindowElement {
8
8
  protected createChildren(): void;
9
9
  clickHandler(event: MouseEvent): void;
10
10
  static ɵfac: i0.ɵɵFactoryDeclaration<WindowResizeElementComponent, never>;
11
- static ɵcmp: i0.ɵɵComponentDeclaration<WindowResizeElementComponent, "vi-window-resize-element", never, {}, {}, never, never>;
11
+ static ɵcmp: i0.ɵɵComponentDeclaration<WindowResizeElementComponent, "vi-window-resize-element", never, {}, {}, never, never, false, never>;
12
12
  }