@eui/mobile-core 16.7.0-snapshot-1709133352306 → 16.7.0-snapshot-1709219670867
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/docs/components/EuimChipSelectorComponent.html +1 -1
- package/docs/components/EuimHeaderDetailsComponent.html +1 -1
- package/docs/components/EuimLanguageSelectorComponent.html +1 -1
- package/docs/components/EuimMessageComponent.html +1 -1
- package/docs/components/EuimSliderComponent.html +0 -4
- package/docs/components/EuimSliderInfoScreenComponent.html +0 -4
- package/docs/components/EuimToolbarTitleComponent.html +143 -26
- package/docs/directives/BaseStatesDirective.html +118 -13
- package/docs/js/search/search_index.js +2 -2
- package/esm2022/lib/components/base-states.directive.mjs +78 -2
- package/esm2022/lib/components/euim-chip-selector/euim-chip-selector.component.mjs +5 -1
- package/esm2022/lib/components/euim-message/euim-message.component.mjs +3 -2
- package/esm2022/lib/components/euim-slider/euim-slider.component.mjs +4 -4
- package/esm2022/lib/components/euim-slider-info-screen/euim-slider-info-screen.component.mjs +4 -4
- package/esm2022/lib/components/layout/euim-header-details/euim-header-details.component.mjs +3 -2
- package/esm2022/lib/components/layout/euim-language-selector/euim-language-selector.component.mjs +3 -2
- package/esm2022/lib/components/layout/euim-toolbar/euim-toolbar-title/euim-toolbar-title.component.mjs +23 -8
- package/fesm2022/eui-mobile-core.mjs +111 -15
- package/fesm2022/eui-mobile-core.mjs.map +1 -1
- package/lib/components/base-states.directive.d.ts +59 -1
- package/lib/components/base-states.directive.d.ts.map +1 -1
- package/lib/components/euim-chip-selector/euim-chip-selector.component.d.ts +4 -0
- package/lib/components/euim-chip-selector/euim-chip-selector.component.d.ts.map +1 -1
- package/lib/components/euim-message/euim-message.component.d.ts +1 -1
- package/lib/components/euim-message/euim-message.component.d.ts.map +1 -1
- package/lib/components/euim-slider/euim-slider.component.d.ts.map +1 -1
- package/lib/components/euim-slider-info-screen/euim-slider-info-screen.component.d.ts.map +1 -1
- package/lib/components/layout/euim-header-details/euim-header-details.component.d.ts +1 -1
- package/lib/components/layout/euim-header-details/euim-header-details.component.d.ts.map +1 -1
- package/lib/components/layout/euim-language-selector/euim-language-selector.component.d.ts +1 -1
- package/lib/components/layout/euim-language-selector/euim-language-selector.component.d.ts.map +1 -1
- package/lib/components/layout/euim-toolbar/euim-toolbar-title/euim-toolbar-title.component.d.ts +7 -2
- package/lib/components/layout/euim-toolbar/euim-toolbar-title/euim-toolbar-title.component.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -1,20 +1,77 @@
|
|
|
1
1
|
import { BooleanInput } from '@angular/cdk/coercion';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
export declare class BaseStatesDirective {
|
|
4
|
+
/**
|
|
5
|
+
* @deprecated Will be removed in eUI Mobile 18.
|
|
6
|
+
* Please use {@link color} property instead
|
|
7
|
+
*/
|
|
4
8
|
euimPrimary: BooleanInput;
|
|
9
|
+
/**
|
|
10
|
+
* @deprecated Will be removed in eUI Mobile 18.
|
|
11
|
+
* Please use {@link color} property instead
|
|
12
|
+
*/
|
|
5
13
|
euimSecondary: BooleanInput;
|
|
14
|
+
/**
|
|
15
|
+
* @deprecated Will be removed in eUI Mobile 18.
|
|
16
|
+
* Please use {@link color} property instead
|
|
17
|
+
*/
|
|
6
18
|
euimInfo: BooleanInput;
|
|
19
|
+
/**
|
|
20
|
+
* @deprecated Will be removed in eUI Mobile 18.
|
|
21
|
+
* Please use {@link color} property instead
|
|
22
|
+
*/
|
|
7
23
|
euimSuccess: BooleanInput;
|
|
24
|
+
/**
|
|
25
|
+
* @deprecated Will be removed in eUI Mobile 18.
|
|
26
|
+
* Please use {@link color} property instead
|
|
27
|
+
*/
|
|
8
28
|
euimWarning: BooleanInput;
|
|
29
|
+
/**
|
|
30
|
+
* @deprecated Will be removed in eUI Mobile 18.
|
|
31
|
+
* Please use {@link color} property instead
|
|
32
|
+
*/
|
|
9
33
|
euimDanger: BooleanInput;
|
|
34
|
+
/**
|
|
35
|
+
* @deprecated Will be removed in eUI Mobile 18.
|
|
36
|
+
* Please use {@link color} property instead
|
|
37
|
+
*/
|
|
10
38
|
euimAccent: BooleanInput;
|
|
39
|
+
/**
|
|
40
|
+
* @deprecated Will be removed in eUI Mobile 18.
|
|
41
|
+
* Please use {@link color} property instead
|
|
42
|
+
*/
|
|
11
43
|
euimDefault: BooleanInput;
|
|
44
|
+
/**
|
|
45
|
+
* @deprecated Will be removed in eUI Mobile 18.
|
|
46
|
+
* Please use {@link color} property instead
|
|
47
|
+
*/
|
|
12
48
|
euimDark: BooleanInput;
|
|
49
|
+
/**
|
|
50
|
+
* @deprecated Will be removed in eUI Mobile 18.
|
|
51
|
+
* Please use {@link color} property instead
|
|
52
|
+
*/
|
|
13
53
|
euimWhite: BooleanInput;
|
|
54
|
+
/**
|
|
55
|
+
* @deprecated Will be removed in eUI Mobile 18.
|
|
56
|
+
* Please use {@link color} property instead
|
|
57
|
+
*/
|
|
14
58
|
euimLight: BooleanInput;
|
|
59
|
+
/**
|
|
60
|
+
* @deprecated Will be removed in eUI Mobile 18.
|
|
61
|
+
* Please use {@link color} property instead
|
|
62
|
+
*/
|
|
15
63
|
euimClear: BooleanInput;
|
|
64
|
+
/**
|
|
65
|
+
* @deprecated Will be removed in eUI Mobile 18.
|
|
66
|
+
* Please use {@link color} property instead
|
|
67
|
+
*/
|
|
16
68
|
get euimVariant(): string;
|
|
17
69
|
set euimVariant(value: string);
|
|
70
|
+
/**
|
|
71
|
+
* @deprecated will be removed in eUIMobile17. Please use {@link euimVariant} instead
|
|
72
|
+
*/
|
|
73
|
+
get variant(): string;
|
|
74
|
+
set variant(value: string);
|
|
18
75
|
get color(): string;
|
|
19
76
|
set color(value: string);
|
|
20
77
|
euimDisabled: BooleanInput;
|
|
@@ -38,9 +95,10 @@ export declare class BaseStatesDirective {
|
|
|
38
95
|
set euimSizeVariant(value: string);
|
|
39
96
|
private _euimSizeVariant;
|
|
40
97
|
private _euimVariant;
|
|
98
|
+
private _variant;
|
|
41
99
|
private _color;
|
|
42
100
|
getCssClasses(rootClass: string): string;
|
|
43
101
|
static ɵfac: i0.ɵɵFactoryDeclaration<BaseStatesDirective, never>;
|
|
44
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<BaseStatesDirective, "[euimBase]", never, { "euimPrimary": { "alias": "euimPrimary"; "required": false; }; "euimSecondary": { "alias": "euimSecondary"; "required": false; }; "euimInfo": { "alias": "euimInfo"; "required": false; }; "euimSuccess": { "alias": "euimSuccess"; "required": false; }; "euimWarning": { "alias": "euimWarning"; "required": false; }; "euimDanger": { "alias": "euimDanger"; "required": false; }; "euimAccent": { "alias": "euimAccent"; "required": false; }; "euimDefault": { "alias": "euimDefault"; "required": false; }; "euimDark": { "alias": "euimDark"; "required": false; }; "euimWhite": { "alias": "euimWhite"; "required": false; }; "euimLight": { "alias": "euimLight"; "required": false; }; "euimClear": { "alias": "euimClear"; "required": false; }; "euimVariant": { "alias": "euimVariant"; "required": false; }; "color": { "alias": "color"; "required": false; }; "euimDisabled": { "alias": "euimDisabled"; "required": false; }; "euimPositionTopEnd": { "alias": "euimPositionTopEnd"; "required": false; }; "euimFontBold": { "alias": "euimFontBold"; "required": false; }; "euimFontRegular": { "alias": "euimFontRegular"; "required": false; }; "euimFontBoldItalic": { "alias": "euimFontBoldItalic"; "required": false; }; "euimFontItalic": { "alias": "euimFontItalic"; "required": false; }; "euimFontLight": { "alias": "euimFontLight"; "required": false; }; "euimSize2XS": { "alias": "euimSize2XS"; "required": false; }; "euimSizeXS": { "alias": "euimSizeXS"; "required": false; }; "euimSizeS": { "alias": "euimSizeS"; "required": false; }; "euimSizeM": { "alias": "euimSizeM"; "required": false; }; "euimSizeL": { "alias": "euimSizeL"; "required": false; }; "euimSizeXL": { "alias": "euimSizeXL"; "required": false; }; "euimSize2XL": { "alias": "euimSize2XL"; "required": false; }; "euimSize3XL": { "alias": "euimSize3XL"; "required": false; }; "euimSize4XL": { "alias": "euimSize4XL"; "required": false; }; "euimSize5XL": { "alias": "euimSize5XL"; "required": false; }; "euimSizeVariant": { "alias": "euimSizeVariant"; "required": false; }; }, {}, never, never, true, never>;
|
|
102
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<BaseStatesDirective, "[euimBase]", never, { "euimPrimary": { "alias": "euimPrimary"; "required": false; }; "euimSecondary": { "alias": "euimSecondary"; "required": false; }; "euimInfo": { "alias": "euimInfo"; "required": false; }; "euimSuccess": { "alias": "euimSuccess"; "required": false; }; "euimWarning": { "alias": "euimWarning"; "required": false; }; "euimDanger": { "alias": "euimDanger"; "required": false; }; "euimAccent": { "alias": "euimAccent"; "required": false; }; "euimDefault": { "alias": "euimDefault"; "required": false; }; "euimDark": { "alias": "euimDark"; "required": false; }; "euimWhite": { "alias": "euimWhite"; "required": false; }; "euimLight": { "alias": "euimLight"; "required": false; }; "euimClear": { "alias": "euimClear"; "required": false; }; "euimVariant": { "alias": "euimVariant"; "required": false; }; "variant": { "alias": "variant"; "required": false; }; "color": { "alias": "color"; "required": false; }; "euimDisabled": { "alias": "euimDisabled"; "required": false; }; "euimPositionTopEnd": { "alias": "euimPositionTopEnd"; "required": false; }; "euimFontBold": { "alias": "euimFontBold"; "required": false; }; "euimFontRegular": { "alias": "euimFontRegular"; "required": false; }; "euimFontBoldItalic": { "alias": "euimFontBoldItalic"; "required": false; }; "euimFontItalic": { "alias": "euimFontItalic"; "required": false; }; "euimFontLight": { "alias": "euimFontLight"; "required": false; }; "euimSize2XS": { "alias": "euimSize2XS"; "required": false; }; "euimSizeXS": { "alias": "euimSizeXS"; "required": false; }; "euimSizeS": { "alias": "euimSizeS"; "required": false; }; "euimSizeM": { "alias": "euimSizeM"; "required": false; }; "euimSizeL": { "alias": "euimSizeL"; "required": false; }; "euimSizeXL": { "alias": "euimSizeXL"; "required": false; }; "euimSize2XL": { "alias": "euimSize2XL"; "required": false; }; "euimSize3XL": { "alias": "euimSize3XL"; "required": false; }; "euimSize4XL": { "alias": "euimSize4XL"; "required": false; }; "euimSize5XL": { "alias": "euimSize5XL"; "required": false; }; "euimSizeVariant": { "alias": "euimSizeVariant"; "required": false; }; }, {}, never, never, true, never>;
|
|
45
103
|
}
|
|
46
104
|
//# sourceMappingURL=base-states.directive.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"base-states.directive.d.ts","sourceRoot":"","sources":["../../../src/lib/components/base-states.directive.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAC;;AAErD,qBASa,mBAAmB;
|
|
1
|
+
{"version":3,"file":"base-states.directive.d.ts","sourceRoot":"","sources":["../../../src/lib/components/base-states.directive.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAC;;AAErD,qBASa,mBAAmB;IAE5B;;;OAGG;IAGH,WAAW,EAAE,YAAY,CAAS;IAElC;;;OAGG;IAGH,aAAa,EAAE,YAAY,CAAS;IAEpC;;;OAGG;IAGH,QAAQ,EAAE,YAAY,CAAS;IAE/B;;;OAGG;IAGH,WAAW,EAAE,YAAY,CAAS;IAElC;;;OAGG;IAGH,WAAW,EAAE,YAAY,CAAS;IAElC;;;OAGG;IAGH,UAAU,EAAE,YAAY,CAAS;IAEjC;;;OAGG;IAGH,UAAU,EAAE,YAAY,CAAS;IAEjC;;;OAGG;IAGH,WAAW,EAAE,YAAY,CAAS;IAElC;;;OAGG;IAGH,QAAQ,EAAE,YAAY,CAAS;IAE/B;;;OAGG;IAGH,SAAS,EAAE,YAAY,CAAS;IAEhC;;;OAGG;IAGH,SAAS,EAAE,YAAY,CAAS;IAEhC;;;OAGG;IAGH,SAAS,EAAE,YAAY,CAAS;IAEhC;;;OAGG;IACH,IACI,WAAW,IAAI,MAAM,CAExB;IACD,IAAI,WAAW,CAAC,KAAK,EAAE,MAAM,EAc5B;IAED;;OAEG;IACH,IACI,OAAO,IAAI,MAAM,CAEpB;IACD,IAAI,OAAO,CAAC,KAAK,EAAE,MAAM,EAcxB;IAED,IACI,KAAK,IAAI,MAAM,CAElB;IACD,IAAI,KAAK,CAAC,KAAK,EAAE,MAAM,EActB;IAKD,YAAY,EAAE,YAAY,CAAS;IAKnC,kBAAkB,EAAE,YAAY,CAAS;IAKzC,YAAY,EAAE,YAAY,CAAS;IAInC,eAAe,EAAE,YAAY,CAAS;IAItC,kBAAkB,EAAE,YAAY,CAAS;IAIzC,cAAc,EAAE,YAAY,CAAS;IAIrC,aAAa,EAAE,YAAY,CAAS;IAKpC,WAAW,EAAE,YAAY,CAAS;IAIlC,UAAU,EAAE,YAAY,CAAS;IAIjC,SAAS,EAAE,YAAY,CAAS;IAIhC,SAAS,EAAE,YAAY,CAAS;IAIhC,SAAS,EAAE,YAAY,CAAS;IAIhC,UAAU,EAAE,YAAY,CAAS;IAIjC,WAAW,EAAE,YAAY,CAAS;IAIlC,WAAW,EAAE,YAAY,CAAS;IAIlC,WAAW,EAAE,YAAY,CAAS;IAIlC,WAAW,EAAE,YAAY,CAAS;IAElC,IACI,eAAe,IAAI,MAAM,CAE5B;IACD,IAAI,eAAe,CAAC,KAAK,EAAE,MAAM,EAYhC;IAED,OAAO,CAAC,gBAAgB,CAAM;IAC9B,OAAO,CAAC,YAAY,CAAM;IAC1B,OAAO,CAAC,QAAQ,CAAM;IACtB,OAAO,CAAC,MAAM,CAAM;IAEpB,aAAa,CAAC,SAAS,EAAE,MAAM,GAAG,MAAM;yCApQ/B,mBAAmB;2CAAnB,mBAAmB;CAsS/B"}
|
|
@@ -4,6 +4,10 @@ import { EuimChipSelectorItemDirective } from './euim-chip-selector-item/euim-ch
|
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export declare class EuimChipSelectorComponent implements AfterViewInit, AfterContentInit {
|
|
6
6
|
backgroundColor: 'primary' | 'white' | '';
|
|
7
|
+
/**
|
|
8
|
+
* @deprecated Will be removed in eUI Mobile 18.
|
|
9
|
+
* Please use {@link color} property instead
|
|
10
|
+
*/
|
|
7
11
|
chipColor: 'default' | 'dark' | 'white' | 'primary' | 'info' | 'success' | 'warning' | 'danger';
|
|
8
12
|
color: 'default' | 'dark' | 'white' | 'primary' | 'info' | 'success' | 'warning' | 'danger';
|
|
9
13
|
chipSelectedColor: 'dark' | 'white';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"euim-chip-selector.component.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/euim-chip-selector/euim-chip-selector.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,SAAS,EAA4C,gBAAgB,EAAyC,aAAa,EAAU,YAAY,EAAE,MAAM,eAAe,CAAC;AAC7L,OAAO,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAC;AAErD,OAAO,EAAE,6BAA6B,EAAE,MAAM,6DAA6D,CAAC;;AAE5G,qBAQa,yBAA0B,YAAW,aAAa,EAAE,gBAAgB;IACpE,eAAe,EAAE,SAAS,GAAE,OAAO,GAAG,EAAE,CAAa;
|
|
1
|
+
{"version":3,"file":"euim-chip-selector.component.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/euim-chip-selector/euim-chip-selector.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,SAAS,EAA4C,gBAAgB,EAAyC,aAAa,EAAU,YAAY,EAAE,MAAM,eAAe,CAAC;AAC7L,OAAO,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAC;AAErD,OAAO,EAAE,6BAA6B,EAAE,MAAM,6DAA6D,CAAC;;AAE5G,qBAQa,yBAA0B,YAAW,aAAa,EAAE,gBAAgB;IACpE,eAAe,EAAE,SAAS,GAAE,OAAO,GAAG,EAAE,CAAa;IAC9D;;;OAGG;IACM,SAAS,EAAE,SAAS,GAAG,MAAM,GAAG,OAAO,GAAG,SAAS,GAAG,MAAM,GAAG,SAAS,GAAG,SAAS,GAAG,QAAQ,CAAW;IAC1G,KAAK,EAAE,SAAS,GAAG,MAAM,GAAG,OAAO,GAAG,SAAS,GAAG,MAAM,GAAG,SAAS,GAAG,SAAS,GAAG,QAAQ,CAAW;IACtG,iBAAiB,EAAE,MAAM,GAAG,OAAO,CAAW;IAC9C,QAAQ,EAAE,SAAS,GAAG,OAAO,GAAG,SAAS,GAAG,eAAe,GAAG,OAAO,CAAa;IAClF,UAAU,EAAE,YAAY,EAAE,CAAM;IAChC,aAAa,QAAM;IAG5B,oBAAoB,EAAE,YAAY,CAAS;IACjC,UAAU,+BAAsC;IAChD,UAAU,yBAAgC;IACpD,IACI,UAAU,IAAI,MAAM,CAEvB;IAGD,6BAA6B,EAAE,SAAS,CAAC,6BAA6B,CAAC,CAAE;IAEzE,YAAY,iBAAwB;IACpC,gBAAgB,QAAK;IAErB,eAAe,IAAI,IAAI;IAIvB,kBAAkB,IAAI,IAAI;IAK1B,aAAa,IAAI,MAAM;IAOvB,iBAAiB,IAAI,IAAI;IASzB,iBAAiB,IAAI,MAAM;IAQ3B,qBAAqB,IAAI,IAAI;IAoB7B,iCAAiC,IAAI,IAAI;IA6BzC,cAAc,CAAC,eAAe,EAAE,MAAM,EAAE,WAAW,EAAE,YAAY,EAAE,IAAI,KAAA,GAAG,IAAI;IAW9E,WAAW,CAAC,eAAe,EAAE,MAAM,EAAE,WAAW,EAAE,YAAY,EAAE,wBAAwB,EAAE,MAAM,EAAE,GAAG,IAAI;IAiBzG,iBAAiB,CAAC,IAAI,KAAA,GAAG,IAAI;IAK7B,oBAAoB,CAAC,IAAI,KAAA,GAAG,IAAI;IAKhC,OAAO,CAAC,wBAAwB;IAiBhC,OAAO,CAAC,yBAAyB;IAQjC,OAAO,CAAC,kBAAkB;yCA7KjB,yBAAyB;2CAAzB,yBAAyB;CAoLrC;AAED,UAAU,YAAY;IAClB,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAC;CACzB"}
|
|
@@ -9,6 +9,6 @@ export declare class EuimMessageComponent {
|
|
|
9
9
|
constructor(baseStatesDirective: BaseStatesDirective);
|
|
10
10
|
getCssClasses(): string;
|
|
11
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<EuimMessageComponent, never>;
|
|
12
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<EuimMessageComponent, "euim-message", never, {}, {}, never, ["euim-message-title", "*"], false, [{ directive: typeof i1.BaseStatesDirective; inputs: { "euimInfo": "euimInfo"; "euimSuccess": "euimSuccess"; "euimWarning": "euimWarning"; "euimDanger": "euimDanger"; "euimVariant": "euimVariant"; "color": "color"; }; outputs: {}; }]>;
|
|
12
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EuimMessageComponent, "euim-message", never, {}, {}, never, ["euim-message-title", "*"], false, [{ directive: typeof i1.BaseStatesDirective; inputs: { "euimInfo": "euimInfo"; "euimSuccess": "euimSuccess"; "euimWarning": "euimWarning"; "euimDanger": "euimDanger"; "euimVariant": "euimVariant"; "color": "color"; "variant": "variant"; }; outputs: {}; }]>;
|
|
13
13
|
}
|
|
14
14
|
//# sourceMappingURL=euim-message.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"euim-message.component.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/euim-message/euim-message.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,mBAAmB,EAAE,MAAM,0BAA0B,CAAC;;;AAE/D,MAAM,MAAM,YAAY,GAAG,MAAM,GAAG,SAAS,GAAG,SAAS,GAAG,QAAQ,GAAG,QAAQ,GAAG,SAAS,GAAG,WAAW,CAAC;AAE1G,
|
|
1
|
+
{"version":3,"file":"euim-message.component.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/euim-message/euim-message.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,mBAAmB,EAAE,MAAM,0BAA0B,CAAC;;;AAE/D,MAAM,MAAM,YAAY,GAAG,MAAM,GAAG,SAAS,GAAG,SAAS,GAAG,QAAQ,GAAG,QAAQ,GAAG,SAAS,GAAG,WAAW,CAAC;AAE1G,qBAqBa,oBAAoB;IAsBV,mBAAmB,EAAE,mBAAmB;IApB3D,IAAI,IAAI,IAAI,MAAM,CAajB;IAED,IACW,UAAU,IAAI,MAAM,CAE9B;gBAEkB,mBAAmB,EAAE,mBAAmB;IAE3D,aAAa,IAAI,MAAM;yCAxBd,oBAAoB;2CAApB,oBAAoB;CAiChC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"euim-slider.component.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/euim-slider/euim-slider.component.ts"],"names":[],"mappings":"AAAA,OAAO,EACH,aAAa,EACb,iBAAiB,EAEjB,UAAU,EACV,YAAY,EAGZ,MAAM,EAEN,SAAS,
|
|
1
|
+
{"version":3,"file":"euim-slider.component.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/euim-slider/euim-slider.component.ts"],"names":[],"mappings":"AAAA,OAAO,EACH,aAAa,EACb,iBAAiB,EAEjB,UAAU,EACV,YAAY,EAGZ,MAAM,EAEN,SAAS,EAGZ,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,iBAAiB,EAAE,MAAM,gBAAgB,CAAC;AACnD,OAAO,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAC;;AAGrD,qBAKa,mBAAoB,YAAW,MAAM,EAAE,aAAa;IAwCjD,OAAO,CAAC,QAAQ;IAChB,OAAO,CAAC,WAAW;IACnB,OAAO,CAAC,aAAa;IACrB,OAAO,CAAC,GAAG;IA1CgB,MAAM,EAAE,UAAU,CAAC;IAEhD,aAAa,EAAE,YAAY,CAAC,UAAU,CAAC,CACd;IACzB,qBAAqB,EAAE,YAAY,CAAC,UAAU,CAAC,CACtB;IACzB,oBAAoB,EAAE,YAAY,CAAC,UAAU,CAAC,CACrB;IAE1B,cAAc,EAAE,cAAc,CAIrC;IAGF,iBAAiB,EAAE,YAAY,CAAS;IAIxC,gBAAgB,EAAE,YAAY,CAAS;IAIvC,aAAa,EAAE,YAAY,CAAS;IAIpC,SAAS,EAAE,YAAY,CAAS;IAGhC,iBAAiB,EAAE,YAAY,CAAQ;IAEjB,SAAS,SAAiB;IAEhD,WAAW,QAAM;IACjB,YAAY,SAAK;IACjB,MAAM,SAAK;gBAES,QAAQ,EAAE,SAAS,EACnB,WAAW,EAAE,iBAAiB,EAC9B,aAAa,EAAE,UAAU,EACzB,GAAG,EAAE,iBAAiB;IAK1C,QAAQ,CAAC,KAAK,EAAE,KAAK,GAAG,IAAI;IAI5B,eAAe,IAAI,IAAI;IAIvB,QAAQ,IAAI,IAAI;IAiBhB,eAAe,IAAI,IAAI;IAoBvB,uBAAuB,IAAI,IAAI;IAI/B,mBAAmB,IAAI,IAAI;IAI3B,cAAc,CAAC,CAAC,KAAA,GAAG,IAAI;IAmBvB,SAAS,CAAC,KAAK,KAAA,GAAG,IAAI;IAStB,iBAAiB,IAAI,IAAI;IAWzB,aAAa,IAAI,IAAI;IAWrB,QAAQ,CAAC,KAAK,EAAE,UAAU,GAAG,IAAI;IASjC,gBAAgB,CAAC,KAAK,EAAE,UAAU,GAAG,IAAI;IAIzC,eAAe,CAAC,KAAK,EAAE,UAAU,GAAG,IAAI;yCApK/B,mBAAmB;2CAAnB,mBAAmB;CA4K/B;AAED,MAAM,WAAW,cAAc;IAC3B,aAAa,EAAE,MAAM,CAAC;IACtB,qBAAqB,EAAE,MAAM,CAAC;IAC9B,iBAAiB,EAAE,MAAM,CAAC;CAC7B"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"euim-slider-info-screen.component.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/euim-slider-info-screen/euim-slider-info-screen.component.ts"],"names":[],"mappings":"AAAA,OAAO,EACH,aAAa,EACb,iBAAiB,EAEjB,UAAU,EACV,YAAY,EAGZ,MAAM,EAEN,SAAS,
|
|
1
|
+
{"version":3,"file":"euim-slider-info-screen.component.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/euim-slider-info-screen/euim-slider-info-screen.component.ts"],"names":[],"mappings":"AAAA,OAAO,EACH,aAAa,EACb,iBAAiB,EAEjB,UAAU,EACV,YAAY,EAGZ,MAAM,EAEN,SAAS,EAIZ,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,iBAAiB,EAAE,MAAM,gBAAgB,CAAC;AACnD,OAAO,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAC;;AAGrD,qBAMa,6BAA8B,YAAW,MAAM,EAAE,aAAa;IAgD3D,OAAO,CAAC,QAAQ;IAChB,OAAO,CAAC,WAAW;IACnB,OAAO,CAAC,aAAa;IACrB,OAAO,CAAC,GAAG;IAlDgB,MAAM,EAAE,UAAU,CAAC;IAEhD,kBAAkB,EAAE,YAAY,CAAC,UAAU,CAAC,CACnB;IACzB,qBAAqB,EAAE,YAAY,CAAC,UAAU,CAAC,CACtB;IACzB,iBAAiB,EAAE,YAAY,CAAC,UAAU,CAAC,CAClB;IAGnC,iBAAiB,EAAE,YAAY,CAAS;IAIxC,UAAU,EAAE,YAAY,CAAS;IAIjC,WAAW,EAAE,YAAY,CAAS;IAIlC,YAAY,EAAE,YAAY,CAAS;IAInC,aAAa,EAAE,YAAY,CAAS;IAIpC,SAAS,EAAE,YAAY,CAAS;IAEvB,cAAc,EAAE,eAAe,CAItC;IAGF,qBAAqB,EAAE,YAAY,CAAS;IAEtB,SAAS,SAA6B;IAE5D,WAAW,QAAM;IACjB,YAAY,SAAK;IACjB,MAAM,SAAK;gBAES,QAAQ,EAAE,SAAS,EACnB,WAAW,EAAE,iBAAiB,EAC9B,aAAa,EAAE,UAAU,EACzB,GAAG,EAAE,iBAAiB;IAK1C,QAAQ,CAAC,KAAK,EAAE,KAAK,GAAG,IAAI;IAI5B,eAAe,IAAI,IAAI;IAIvB,QAAQ,IAAI,IAAI;IAiBhB,eAAe,IAAI,IAAI;IAoBvB,cAAc,CAAC,CAAC,KAAA,GAAG,IAAI;IAgBvB,SAAS,CAAC,KAAK,KAAA,GAAG,IAAI;IAWtB,iBAAiB,IAAI,IAAI;IAazB,aAAa,IAAI,IAAI;IAarB,uBAAuB,IAAI,IAAI;IAI/B,mBAAmB,IAAI,IAAI;IAI3B,gBAAgB,CAAC,KAAK,EAAE,UAAU,GAAG,IAAI;IASzC,gBAAgB,CAAC,KAAK,EAAE,UAAU,GAAG,IAAI;IAIzC,eAAe,CAAC,KAAK,EAAE,UAAU,GAAG,IAAI;yCA/K/B,6BAA6B;2CAA7B,6BAA6B;CAuLzC;AAED,MAAM,WAAW,eAAe;IAC5B,YAAY,EAAE,MAAM,CAAC;IACrB,qBAAqB,EAAE,MAAM,CAAC;IAC9B,WAAW,EAAE,MAAM,CAAC;CACvB"}
|
|
@@ -7,6 +7,6 @@ export declare class EuimHeaderDetailsComponent {
|
|
|
7
7
|
constructor(baseStatesDirective: BaseStatesDirective);
|
|
8
8
|
getCssClasses(): string;
|
|
9
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<EuimHeaderDetailsComponent, never>;
|
|
10
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<EuimHeaderDetailsComponent, "euim-header-details", never, {}, {}, never, ["*"], false, [{ directive: typeof i1.BaseStatesDirective; inputs: { "euimPrimary": "euimPrimary"; }; outputs: {}; }]>;
|
|
10
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EuimHeaderDetailsComponent, "euim-header-details", never, {}, {}, never, ["*"], false, [{ directive: typeof i1.BaseStatesDirective; inputs: { "euimPrimary": "euimPrimary"; "color": "color"; }; outputs: {}; }]>;
|
|
11
11
|
}
|
|
12
12
|
//# sourceMappingURL=euim-header-details.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"euim-header-details.component.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/layout/euim-header-details/euim-header-details.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,mBAAmB,EAAE,MAAM,6BAA6B,CAAC;;;AAElE,
|
|
1
|
+
{"version":3,"file":"euim-header-details.component.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/layout/euim-header-details/euim-header-details.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,mBAAmB,EAAE,MAAM,6BAA6B,CAAC;;;AAElE,qBAgBa,0BAA0B;IAOhB,mBAAmB,EAAE,mBAAmB;IAL3D,IACW,UAAU,IAAI,MAAM,CAE9B;gBAEkB,mBAAmB,EAAE,mBAAmB;IAE3D,aAAa,IAAI,MAAM;yCATd,0BAA0B;2CAA1B,0BAA0B;CActC"}
|
|
@@ -26,6 +26,6 @@ export declare class EuimLanguageSelectorComponent implements OnInit, OnDestroy
|
|
|
26
26
|
onShowLanguageList(): Promise<void>;
|
|
27
27
|
protected getLanguageLabel(languageCode: string): string;
|
|
28
28
|
static ɵfac: i0.ɵɵFactoryDeclaration<EuimLanguageSelectorComponent, never>;
|
|
29
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<EuimLanguageSelectorComponent, "euim-language-selector", never, {}, {}, never, never, false, [{ directive: typeof i1.BaseStatesDirective; inputs: { "euimPrimary": "euimPrimary"; }; outputs: {}; }]>;
|
|
29
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EuimLanguageSelectorComponent, "euim-language-selector", never, {}, {}, never, never, false, [{ directive: typeof i1.BaseStatesDirective; inputs: { "euimPrimary": "euimPrimary"; "color": "color"; }; outputs: {}; }]>;
|
|
30
30
|
}
|
|
31
31
|
//# sourceMappingURL=euim-language-selector.component.d.ts.map
|
package/lib/components/layout/euim-language-selector/euim-language-selector.component.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"euim-language-selector.component.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/layout/euim-language-selector/euim-language-selector.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAA0D,SAAS,EAAE,MAAM,EAAqB,MAAM,eAAe,CAAC;AAChJ,OAAO,EAAE,iBAAiB,EAAiB,UAAU,EAAE,MAAM,WAAW,CAAC;AACzE,OAAO,EAAE,oCAAoC,EAAE,MAAM,UAAU,CAAC;AAChE,OAAO,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AAGvD,OAAO,EAAE,cAAc,EAAE,MAAM,mBAAmB,CAAC;AACnD,OAAO,EAAE,eAAe,EAAE,MAAM,gBAAgB,CAAC;AAEjD,OAAO,EAAE,mBAAmB,EAAE,MAAM,6BAA6B,CAAC;;;AAElE,
|
|
1
|
+
{"version":3,"file":"euim-language-selector.component.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/layout/euim-language-selector/euim-language-selector.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAA0D,SAAS,EAAE,MAAM,EAAqB,MAAM,eAAe,CAAC;AAChJ,OAAO,EAAE,iBAAiB,EAAiB,UAAU,EAAE,MAAM,WAAW,CAAC;AACzE,OAAO,EAAE,oCAAoC,EAAE,MAAM,UAAU,CAAC;AAChE,OAAO,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AAGvD,OAAO,EAAE,cAAc,EAAE,MAAM,mBAAmB,CAAC;AACnD,OAAO,EAAE,eAAe,EAAE,MAAM,gBAAgB,CAAC;AAEjD,OAAO,EAAE,mBAAmB,EAAE,MAAM,6BAA6B,CAAC;;;AAElE,qBAgBa,6BAA8B,YAAW,MAAM,EAAE,SAAS;IAQ/D,OAAO,CAAC,EAAE;IACV,OAAO,CAAC,gBAAgB;IACjB,eAAe,EAAE,iBAAiB;IAClC,UAAU,EAAE,cAAc;IACjC,OAAO,CAAC,SAAS;IACV,mBAAmB,EAAE,mBAAmB;IAXnD,YAAY,+CAAwC;IACpD,SAAS,EAAE,UAAU,EAAE,CAAC;IACxB,gBAAgB,EAAE,UAAU,CAAC;IAC7B,OAAO,CAAC,QAAQ,CAA4C;gBAGhD,EAAE,EAAE,iBAAiB,EACrB,gBAAgB,EAAE,gBAAgB,EACnC,eAAe,EAAE,iBAAiB,EAClC,UAAU,EAAE,cAAc,EACzB,SAAS,EAAE,eAAe,EAC3B,mBAAmB,EAAE,mBAAmB;IAGnD,IACW,UAAU,IAAI,MAAM,CAE9B;IAED,QAAQ,IAAI,IAAI;IAuBhB,WAAW,IAAI,IAAI;IAKnB,kBAAkB,CAAC,GAAG,EAAE,oCAAoC,GAAG,IAAI;IAS7D,kBAAkB,IAAG,OAAO,CAAC,IAAI,CAAC;IAOxC,SAAS,CAAC,gBAAgB,CAAC,YAAY,EAAE,MAAM,GAAG,MAAM;yCAjE/C,6BAA6B;2CAA7B,6BAA6B;CAyEzC"}
|
package/lib/components/layout/euim-toolbar/euim-toolbar-title/euim-toolbar-title.component.d.ts
CHANGED
|
@@ -1,7 +1,12 @@
|
|
|
1
|
+
import { BaseStatesDirective } from '../../../base-states.directive';
|
|
1
2
|
import * as i0 from "@angular/core";
|
|
3
|
+
import * as i1 from "../../../base-states.directive";
|
|
2
4
|
export declare class EuimToolbarTitleComponent {
|
|
3
|
-
|
|
5
|
+
baseStatesDirective: BaseStatesDirective;
|
|
6
|
+
get cssClasses(): string;
|
|
7
|
+
constructor(baseStatesDirective: BaseStatesDirective);
|
|
8
|
+
getCssClasses(): string;
|
|
4
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<EuimToolbarTitleComponent, never>;
|
|
5
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<EuimToolbarTitleComponent, "euim-toolbar-title", never, {}, {}, never, ["*"], false,
|
|
10
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EuimToolbarTitleComponent, "euim-toolbar-title", never, {}, {}, never, ["*"], false, [{ directive: typeof i1.BaseStatesDirective; inputs: {}; outputs: {}; }]>;
|
|
6
11
|
}
|
|
7
12
|
//# sourceMappingURL=euim-toolbar-title.component.d.ts.map
|
package/lib/components/layout/euim-toolbar/euim-toolbar-title/euim-toolbar-title.component.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"euim-toolbar-title.component.d.ts","sourceRoot":"","sources":["../../../../../../src/lib/components/layout/euim-toolbar/euim-toolbar-title/euim-toolbar-title.component.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"euim-toolbar-title.component.d.ts","sourceRoot":"","sources":["../../../../../../src/lib/components/layout/euim-toolbar/euim-toolbar-title/euim-toolbar-title.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,mBAAmB,EAAE,MAAM,gCAAgC,CAAC;;;AAErE,qBAUa,yBAAyB;IAMf,mBAAmB,EAAE,mBAAmB;IAL3D,IACW,UAAU,IAAI,MAAM,CAE9B;gBAEkB,mBAAmB,EAAE,mBAAmB;IAE3D,aAAa,IAAI,MAAM;yCARd,yBAAyB;2CAAzB,yBAAyB;CAarC"}
|