@covalent/core 8.1.0-beta.7 → 8.1.0-beta.9
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/fesm2022/covalent-core-common.mjs +1 -1
- package/fesm2022/covalent-core-dialogs.mjs +1 -1
- package/fesm2022/covalent-core-file.mjs +4 -4
- package/fesm2022/covalent-core-json-formatter.mjs +1 -1
- package/fesm2022/covalent-core-message.mjs +1 -1
- package/fesm2022/covalent-core-search.mjs +1 -1
- package/fesm2022/covalent-core-side-sheet.mjs +1 -1
- package/package.json +2 -2
@@ -8,7 +8,7 @@ import { MAT_FORM_FIELD_DEFAULT_OPTIONS } from '@angular/material/form-field';
|
|
8
8
|
import * as i1$1 from '@angular/router';
|
9
9
|
import { RoutesRecognized } from '@angular/router';
|
10
10
|
import { filter, pairwise } from 'rxjs/operators';
|
11
|
-
import {
|
11
|
+
import { trigger, state, style, transition, group, query, animateChild, animate, AUTO_STYLE, keyframes } from '@angular/animations';
|
12
12
|
import { Subject } from 'rxjs';
|
13
13
|
import { coerceBooleanProperty } from '@angular/cdk/coercion';
|
14
14
|
|
@@ -11,7 +11,7 @@ import { MatInputModule } from '@angular/material/input';
|
|
11
11
|
import * as i3 from '@angular/material/button';
|
12
12
|
import { MatButtonModule } from '@angular/material/button';
|
13
13
|
import { RIGHT_ARROW, LEFT_ARROW } from '@angular/cdk/keycodes';
|
14
|
-
import { Subject,
|
14
|
+
import { Subject, fromEvent, takeUntil, merge } from 'rxjs';
|
15
15
|
import * as i5 from '@angular/material/form-field';
|
16
16
|
import * as i2$2 from '@angular/cdk/drag-drop';
|
17
17
|
import * as i2$3 from '@angular/material/toolbar';
|
@@ -12,11 +12,11 @@ import * as i4 from '@angular/material/button';
|
|
12
12
|
import { MatButtonModule } from '@angular/material/button';
|
13
13
|
import { coerceBooleanProperty } from '@angular/cdk/coercion';
|
14
14
|
import { ENTER } from '@angular/cdk/keycodes';
|
15
|
-
import { Subject,
|
16
|
-
import {
|
17
|
-
import {
|
15
|
+
import { Subject, merge, fromEvent } from 'rxjs';
|
16
|
+
import { filter, takeUntil, tap } from 'rxjs/operators';
|
17
|
+
import { mixinControlValueAccessor, mixinDisabled } from '@covalent/core/common';
|
18
18
|
import * as i1$1 from '@angular/common/http';
|
19
|
-
import { HttpHeaders, HttpParams,
|
19
|
+
import { HttpRequest, HttpHeaders, HttpParams, HttpEventType } from '@angular/common/http';
|
20
20
|
|
21
21
|
class TdFileSelectDirective {
|
22
22
|
model;
|
@@ -7,7 +7,7 @@ import { MatTooltipModule } from '@angular/material/tooltip';
|
|
7
7
|
import * as i4 from '@angular/material/icon';
|
8
8
|
import { MatIconModule } from '@angular/material/icon';
|
9
9
|
import * as i1 from '@angular/cdk/bidi';
|
10
|
-
import {
|
10
|
+
import { trigger, state, style, AUTO_STYLE, transition, group, query, animateChild, animate } from '@angular/animations';
|
11
11
|
|
12
12
|
/**
|
13
13
|
* const tdCollapseAnimation
|
@@ -4,7 +4,7 @@ import * as i1 from '@angular/common';
|
|
4
4
|
import { CommonModule } from '@angular/common';
|
5
5
|
import * as i2 from '@angular/material/icon';
|
6
6
|
import { MatIconModule } from '@angular/material/icon';
|
7
|
-
import {
|
7
|
+
import { trigger, state, style, AUTO_STYLE, transition, group, query, animateChild, animate } from '@angular/animations';
|
8
8
|
|
9
9
|
/**
|
10
10
|
* const tdCollapseAnimation
|
@@ -10,7 +10,7 @@ import * as i6 from '@angular/material/icon';
|
|
10
10
|
import { MatIconModule } from '@angular/material/icon';
|
11
11
|
import * as i7 from '@angular/material/button';
|
12
12
|
import { MatButtonModule } from '@angular/material/button';
|
13
|
-
import {
|
13
|
+
import { trigger, state, style, transition, animate, AUTO_STYLE } from '@angular/animations';
|
14
14
|
import * as i1 from '@angular/cdk/bidi';
|
15
15
|
import { Subject, fromEvent, noop } from 'rxjs';
|
16
16
|
import { debounceTime, skip, takeUntil } from 'rxjs/operators';
|
@@ -8,7 +8,7 @@ import * as i1$1 from '@angular/cdk/overlay';
|
|
8
8
|
import { OverlayConfig } from '@angular/cdk/overlay';
|
9
9
|
import * as i1 from '@angular/cdk/a11y';
|
10
10
|
import { DOCUMENT } from '@angular/common';
|
11
|
-
import {
|
11
|
+
import { trigger, state, style, transition, animate } from '@angular/animations';
|
12
12
|
import { Subject, of } from 'rxjs';
|
13
13
|
import { filter, take } from 'rxjs/operators';
|
14
14
|
import { Directionality } from '@angular/cdk/bidi';
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@covalent/core",
|
3
|
-
"version": "8.1.0-beta.
|
3
|
+
"version": "8.1.0-beta.9",
|
4
4
|
"exports": {
|
5
5
|
".": {
|
6
6
|
"sass": "./theming/_all-theme.scss",
|
@@ -107,7 +107,7 @@
|
|
107
107
|
"@angular/router": "17.x.x",
|
108
108
|
"@angular/cdk": "17.x.x",
|
109
109
|
"@angular/material": "17.x.x",
|
110
|
-
"@covalent/core": "8.1.0-beta.
|
110
|
+
"@covalent/core": "8.1.0-beta.9"
|
111
111
|
},
|
112
112
|
"dependencies": {
|
113
113
|
"tslib": "^2.0.0"
|