@ts-core/angular 11.0.68 → 11.0.73
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/bundles/ts-core-angular.umd.js +34 -24
- package/bundles/ts-core-angular.umd.js.map +1 -1
- package/bundles/ts-core-angular.umd.min.js +1 -1
- package/bundles/ts-core-angular.umd.min.js.map +1 -1
- package/component/cdk-table/cdk-table-filterable/cdk-table-filterable.component.d.ts +2 -1
- package/component/cdk-table/cdk-table-paginable/cdk-table-paginable.component.d.ts +2 -1
- package/esm2015/bottomSheet/component/BottomSheetImpl.js +3 -4
- package/esm2015/component/cdk-table/cdk-table-filterable/cdk-table-filterable.component.js +9 -5
- package/esm2015/component/cdk-table/cdk-table-paginable/cdk-table-paginable.component.js +9 -5
- package/esm2015/notification/NotificationImpl.js +2 -2
- package/esm2015/service/RouterBaseService.js +9 -8
- package/esm2015/window/WindowImpl.js +3 -3
- package/esm2015/window/component/WindowBaseComponent.js +3 -3
- package/esm2015/window/component/WindowDragable.js +2 -2
- package/esm2015/window/component/WindowResizeable.js +2 -2
- package/esm2015/window/component/window-close-element/window-close-element.component.js +2 -1
- package/esm2015/window/component/window-minimize-element/window-minimize-element.component.js +2 -1
- package/esm2015/window/component/window-resize-element/window-resize-element.component.js +2 -1
- package/fesm2015/ts-core-angular.js +32 -23
- package/fesm2015/ts-core-angular.js.map +1 -1
- package/package.json +1 -1
- package/service/RouterBaseService.d.ts +1 -1
- package/style/mat/bootstrap/_border.scss +2 -2
- package/style/mat/vi-mat.scss +9 -10
- package/ts-core-angular.metadata.json +1 -1
package/package.json
CHANGED
|
@@ -18,7 +18,7 @@ export declare class RouterBaseService extends Loadable<void, void> {
|
|
|
18
18
|
navigateToLast(extras?: NavigationExtras): Promise<boolean>;
|
|
19
19
|
navigateIfNotLoading(url: string, extras?: NavigationExtras): Promise<boolean>;
|
|
20
20
|
reload(): void;
|
|
21
|
-
isUrlActive(
|
|
21
|
+
isUrlActive(item: string | UrlTree, isExact?: boolean): boolean;
|
|
22
22
|
getParams<T = any>(): T;
|
|
23
23
|
hasParam(name: string): boolean;
|
|
24
24
|
getParam<T = string>(name: string, defaultValue?: T): T;
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
}
|
|
51
51
|
}
|
|
52
52
|
.border-base {
|
|
53
|
-
border-color: $
|
|
53
|
+
border-color: $text-base-color !important;
|
|
54
54
|
}
|
|
55
55
|
.border-base-hover {
|
|
56
56
|
&:hover {
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
}
|
|
59
59
|
}
|
|
60
60
|
.border-base-invert {
|
|
61
|
-
border-color: $
|
|
61
|
+
border-color: $text-base-color !important;
|
|
62
62
|
@include filter-invert(1);
|
|
63
63
|
}
|
|
64
64
|
.border-base-invert-hover {
|
package/style/mat/vi-mat.scss
CHANGED
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
max-height: inherit;
|
|
51
51
|
|
|
52
52
|
&:hover:not(.minimized) {
|
|
53
|
-
vi-resize-
|
|
53
|
+
vi-window-resize-element {
|
|
54
54
|
display: block !important;
|
|
55
55
|
}
|
|
56
56
|
}
|
|
@@ -63,17 +63,17 @@
|
|
|
63
63
|
@include vertical-scroll-only();
|
|
64
64
|
}
|
|
65
65
|
|
|
66
|
-
vi-close-
|
|
66
|
+
vi-window-close-element {
|
|
67
67
|
top: -20px;
|
|
68
68
|
right: -20px;
|
|
69
69
|
}
|
|
70
70
|
|
|
71
|
-
vi-minimize-
|
|
71
|
+
vi-window-minimize-element {
|
|
72
72
|
top: -20px;
|
|
73
73
|
right: 10px;
|
|
74
74
|
}
|
|
75
75
|
|
|
76
|
-
vi-resize-
|
|
76
|
+
vi-window-resize-element {
|
|
77
77
|
right: -16px;
|
|
78
78
|
bottom: -16px;
|
|
79
79
|
display: none !important;
|
|
@@ -84,7 +84,6 @@
|
|
|
84
84
|
mat-bottom-sheet-container {
|
|
85
85
|
padding: 0 !important;
|
|
86
86
|
display: block !important;
|
|
87
|
-
max-width: none !important;
|
|
88
87
|
overflow: visible !important;
|
|
89
88
|
min-height: inherit !important;
|
|
90
89
|
max-height: inherit;
|
|
@@ -228,15 +227,15 @@
|
|
|
228
227
|
}
|
|
229
228
|
|
|
230
229
|
.cdk-overlay-pane {
|
|
231
|
-
&.window,
|
|
232
|
-
&.notification {
|
|
230
|
+
&.vi-window,
|
|
231
|
+
&.vi-notification {
|
|
233
232
|
position: absolute !important;
|
|
234
233
|
}
|
|
235
|
-
&.draggable,
|
|
236
|
-
&.resizeable {
|
|
234
|
+
&.vi-draggable,
|
|
235
|
+
&.vi-resizeable {
|
|
237
236
|
border-radius: 4px;
|
|
238
237
|
}
|
|
239
|
-
&.window {
|
|
238
|
+
&.vi-window {
|
|
240
239
|
border: 2px solid transparent;
|
|
241
240
|
}
|
|
242
241
|
&.minimized {
|