@ts-core/angular 11.0.80 → 11.0.81

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ts-core/angular",
3
- "version": "11.0.80",
3
+ "version": "11.0.81",
4
4
  "description": "Modules for frontend based on angular",
5
5
  "main": "bundles/ts-core-angular.umd.js",
6
6
  "author": {
@@ -94,6 +94,11 @@
94
94
  max-height: inherit;
95
95
  @include vertical-scroll-only();
96
96
  }
97
+
98
+ vi-bottom-sheet-close {
99
+ top: -20px;
100
+ right: -20px;
101
+ }
97
102
  }
98
103
 
99
104
  mat-progress-bar {
@@ -434,7 +439,7 @@
434
439
  }
435
440
 
436
441
  .cdk-overlay-pane {
437
- &.blink {
442
+ &.vi-blink {
438
443
  border: 2px solid mat-color($primary);
439
444
  }
440
445
  }
@@ -6,16 +6,17 @@ export { AssetFilePipe as ɵa } from './asset/AssetFilePipe';
6
6
  export { AssetSoundPipe as ɵb } from './asset/AssetSoundPipe';
7
7
  export { AssetVideoPipe as ɵc } from './asset/AssetVideoPipe';
8
8
  export { BottomSheetModule as ɵm } from './bottomSheet/BottomSheetModule';
9
- export { CdkTableFilterableComponent as ɵu } from './component/cdk-table/cdk-table-filterable/cdk-table-filterable.component';
10
- export { CdkTablePaginableComponent as ɵt } from './component/cdk-table/cdk-table-paginable/cdk-table-paginable.component';
11
- export { CdkTableCellClassNamePipe as ɵs } from './component/cdk-table/column/CdkTableCellClassNamePipe';
12
- export { CdkTableColumnClassNamePipe as ɵo } from './component/cdk-table/column/CdkTableColumnClassNamePipe';
13
- export { CdkTableColumnStyleNamePipe as ɵp } from './component/cdk-table/column/CdkTableColumnStyleNamePipe';
14
- export { CdkTableColumnValuePipe as ɵn } from './component/cdk-table/column/CdkTableColumnValuePipe';
15
- export { CdkTableRowClassNamePipe as ɵr } from './component/cdk-table/row/CdkTableRowClassNamePipe';
16
- export { CdkTableRowStyleNamePipe as ɵq } from './component/cdk-table/row/CdkTableRowStyleNamePipe';
17
- export { ValueAccessor as ɵv } from './form/ValueAccessor';
18
- export { AsyncValidatorArray as ɵx, ValidatorArray as ɵw } from './form/validate';
9
+ export { BottomSheetCloseElementComponent as ɵn } from './bottomSheet/component/bottom-sheet-close-element/bottom-sheet-close-element.component';
10
+ export { CdkTableFilterableComponent as ɵv } from './component/cdk-table/cdk-table-filterable/cdk-table-filterable.component';
11
+ export { CdkTablePaginableComponent as ɵu } from './component/cdk-table/cdk-table-paginable/cdk-table-paginable.component';
12
+ export { CdkTableCellClassNamePipe as ɵt } from './component/cdk-table/column/CdkTableCellClassNamePipe';
13
+ export { CdkTableColumnClassNamePipe as ɵp } from './component/cdk-table/column/CdkTableColumnClassNamePipe';
14
+ export { CdkTableColumnStyleNamePipe as ɵq } from './component/cdk-table/column/CdkTableColumnStyleNamePipe';
15
+ export { CdkTableColumnValuePipe as ɵo } from './component/cdk-table/column/CdkTableColumnValuePipe';
16
+ export { CdkTableRowClassNamePipe as ɵs } from './component/cdk-table/row/CdkTableRowClassNamePipe';
17
+ export { CdkTableRowStyleNamePipe as ɵr } from './component/cdk-table/row/CdkTableRowStyleNamePipe';
18
+ export { ValueAccessor as ɵw } from './form/ValueAccessor';
19
+ export { AsyncValidatorArray as ɵy, ValidatorArray as ɵx } from './form/validate';
19
20
  export { NotificationQuestionBaseComponent as ɵl } from './notification/component/NotificationQuestionBaseComponent';
20
21
  export { NotificationComponent as ɵk } from './notification/component/notification/notification.component';
21
22
  export { WindowDragAreaDirective as ɵd } from './window/component/WindowDragAreaDirective';