@eui/mobile-core 16.7.0-snapshot-1709715271617 → 16.7.0-snapshot-1709721306777
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/esm2022/lib/components/base-states.directive.mjs +14 -14
- package/esm2022/lib/components/euim-chip-selector/euim-chip-selector.component.mjs +2 -2
- package/fesm2022/eui-mobile-core.mjs +14 -14
- package/fesm2022/eui-mobile-core.mjs.map +1 -1
- package/lib/components/base-states.directive.d.ts +13 -13
- package/lib/components/euim-chip-selector/euim-chip-selector.component.d.ts +1 -1
- package/package.json +1 -1
|
@@ -2,67 +2,67 @@ import { BooleanInput } from '@angular/cdk/coercion';
|
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
export declare class BaseStatesDirective {
|
|
4
4
|
/**
|
|
5
|
-
* @deprecated Will be removed in
|
|
5
|
+
* @deprecated Will be removed in v17.
|
|
6
6
|
* Please use {@link color} property instead
|
|
7
7
|
*/
|
|
8
8
|
euimPrimary: BooleanInput;
|
|
9
9
|
/**
|
|
10
|
-
* @deprecated Will be removed in
|
|
10
|
+
* @deprecated Will be removed in v17.
|
|
11
11
|
* Please use {@link color} property instead
|
|
12
12
|
*/
|
|
13
13
|
euimSecondary: BooleanInput;
|
|
14
14
|
/**
|
|
15
|
-
* @deprecated Will be removed in
|
|
15
|
+
* @deprecated Will be removed in v17.
|
|
16
16
|
* Please use {@link color} property instead
|
|
17
17
|
*/
|
|
18
18
|
euimInfo: BooleanInput;
|
|
19
19
|
/**
|
|
20
|
-
* @deprecated Will be removed in
|
|
20
|
+
* @deprecated Will be removed in v17.
|
|
21
21
|
* Please use {@link color} property instead
|
|
22
22
|
*/
|
|
23
23
|
euimSuccess: BooleanInput;
|
|
24
24
|
/**
|
|
25
|
-
* @deprecated Will be removed in
|
|
25
|
+
* @deprecated Will be removed in v17.
|
|
26
26
|
* Please use {@link color} property instead
|
|
27
27
|
*/
|
|
28
28
|
euimWarning: BooleanInput;
|
|
29
29
|
/**
|
|
30
|
-
* @deprecated Will be removed in
|
|
30
|
+
* @deprecated Will be removed in v17.
|
|
31
31
|
* Please use {@link color} property instead
|
|
32
32
|
*/
|
|
33
33
|
euimDanger: BooleanInput;
|
|
34
34
|
/**
|
|
35
|
-
* @deprecated Will be removed in
|
|
35
|
+
* @deprecated Will be removed in v17.
|
|
36
36
|
* Please use {@link color} property instead
|
|
37
37
|
*/
|
|
38
38
|
euimAccent: BooleanInput;
|
|
39
39
|
/**
|
|
40
|
-
* @deprecated Will be removed in
|
|
40
|
+
* @deprecated Will be removed in v17.
|
|
41
41
|
* Please use {@link color} property instead
|
|
42
42
|
*/
|
|
43
43
|
euimDefault: BooleanInput;
|
|
44
44
|
/**
|
|
45
|
-
* @deprecated Will be removed in
|
|
45
|
+
* @deprecated Will be removed in v17.
|
|
46
46
|
* Please use {@link color} property instead
|
|
47
47
|
*/
|
|
48
48
|
euimDark: BooleanInput;
|
|
49
49
|
/**
|
|
50
|
-
* @deprecated Will be removed in
|
|
50
|
+
* @deprecated Will be removed in v17.
|
|
51
51
|
* Please use {@link color} property instead
|
|
52
52
|
*/
|
|
53
53
|
euimWhite: BooleanInput;
|
|
54
54
|
/**
|
|
55
|
-
* @deprecated Will be removed in
|
|
55
|
+
* @deprecated Will be removed in v17.
|
|
56
56
|
* Please use {@link color} property instead
|
|
57
57
|
*/
|
|
58
58
|
euimLight: BooleanInput;
|
|
59
59
|
/**
|
|
60
|
-
* @deprecated Will be removed in
|
|
60
|
+
* @deprecated Will be removed in v17.
|
|
61
61
|
* Please use {@link color} property instead
|
|
62
62
|
*/
|
|
63
63
|
euimClear: BooleanInput;
|
|
64
64
|
/**
|
|
65
|
-
* @deprecated Will be removed in
|
|
65
|
+
* @deprecated Will be removed in v17.
|
|
66
66
|
* Please use {@link color} property instead
|
|
67
67
|
*/
|
|
68
68
|
get euimVariant(): string;
|
|
@@ -5,7 +5,7 @@ import * as i0 from "@angular/core";
|
|
|
5
5
|
export declare class EuimChipSelectorComponent implements AfterViewInit, AfterContentInit, OnChanges {
|
|
6
6
|
backgroundColor: 'primary' | 'white' | '';
|
|
7
7
|
/**
|
|
8
|
-
* @deprecated Will be removed in
|
|
8
|
+
* @deprecated Will be removed in v17.
|
|
9
9
|
* Please use {@link color} property instead
|
|
10
10
|
*/
|
|
11
11
|
chipColor: 'default' | 'dark' | 'white' | 'primary' | 'info' | 'success' | 'warning' | 'danger';
|