@eui/mobile-core 17.0.0-next.1 → 17.0.0-next.3
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/EuiMUserProfileActionComponent.html +1 -1
- package/docs/components/EuiMUserProfileAvatarComponent.html +1 -1
- package/docs/components/EuiMUserProfileInfosComponent.html +1 -1
- package/docs/components/EuiMUserProfileInfosItemComponent.html +1 -1
- package/docs/components/EuimAlertMessageComponent.html +1 -1
- package/docs/components/EuimAppComponent.html +1 -1
- package/docs/components/EuimAppSidebarComponent.html +1 -1
- package/docs/components/EuimAppSidebarFooterComponent.html +1 -1
- package/docs/components/EuimAppSidebarHeaderComponent.html +1 -1
- package/docs/components/EuimAppSidebarMenuComponent.html +1 -1
- package/docs/components/EuimAvatarComponent.html +1 -1
- package/docs/components/EuimAvatarIconComponent.html +1 -1
- package/docs/components/EuimBadgeComponent.html +1 -1
- package/docs/components/EuimChipSelectorComponent.html +319 -2
- package/docs/components/EuimControlFeedbackComponent.html +1 -1
- package/docs/components/EuimDataSummaryColComponent.html +1 -1
- package/docs/components/EuimDataSummaryComponent.html +1 -1
- package/docs/components/EuimEmptyListPlaceholderComponent.html +1 -1
- package/docs/components/EuimFieldSetComponent.html +1 -1
- package/docs/components/EuimFieldsetActionsComponent.html +1 -1
- package/docs/components/EuimFieldsetLegendComponent.html +1 -1
- package/docs/components/EuimHeaderDetailsComponent.html +1 -1
- package/docs/components/EuimInfoScreenComponent.html +1 -1
- package/docs/components/EuimLabelComponent.html +1 -1
- package/docs/components/EuimLanguageListComponent.html +1 -1
- package/docs/components/EuimLanguageSelectorComponent.html +1 -1
- package/docs/components/EuimMediaHeaderComponent.html +1 -1
- package/docs/components/EuimMenuComponent.html +1 -1
- package/docs/components/EuimMessageComponent.html +1 -1
- package/docs/components/EuimMessageTitleComponent.html +1 -1
- package/docs/components/EuimMultiselectComponent.html +1 -1
- package/docs/components/EuimMultiselectFilterComponent.html +35 -1
- package/docs/components/EuimMultiselectInfoComponent.html +1 -1
- package/docs/components/EuimMultiselectListComponent.html +1 -1
- package/docs/components/EuimMultiselectToolbarComponent.html +1 -1
- package/docs/components/EuimNotificationItemComponent.html +1 -1
- package/docs/components/EuimPdfWrapperComponent.html +828 -0
- package/docs/components/EuimScrollerXComponent.html +1 -1
- package/docs/components/EuimSidebarComponent.html +1 -1
- package/docs/components/EuimSidebarContentComponent.html +1 -1
- package/docs/components/EuimSkeletonListComponent.html +1 -1
- package/docs/components/EuimSkeletonListItemComponent.html +1 -1
- package/docs/components/EuimSlideComponent.html +1 -1
- package/docs/components/EuimSlideInfoScreenComponent.html +1 -1
- package/docs/components/EuimSliderComponent.html +1 -1
- package/docs/components/EuimSliderInfoScreenComponent.html +1 -1
- package/docs/components/EuimSpinnerComponent.html +1 -1
- package/docs/components/EuimSpinnerDescriptionComponent.html +1 -1
- package/docs/components/EuimSpinnerMessageComponent.html +1 -1
- package/docs/components/EuimStepperComponent.html +1 -1
- package/docs/components/EuimToolbarActionItemsComponent.html +1 -1
- package/docs/components/EuimToolbarComponent.html +1 -1
- package/docs/components/EuimToolbarTitleComponent.html +1 -1
- package/docs/components/EuimUserProfileComponent.html +1 -1
- package/docs/dependencies.html +6 -2
- package/docs/directives/EuimChipSelectorItemDirective.html +23 -0
- package/docs/index.html +2 -2
- package/docs/js/menu-wc.js +23 -3
- package/docs/js/menu-wc_es5.js +4 -5
- package/docs/js/search/search_index.js +2 -2
- package/docs/miscellaneous/variables.html +34 -0
- package/docs/modules/EuimPdfWrapperModule.html +228 -0
- package/docs/modules.html +12 -0
- package/esm2022/lib/components/euim-chip-selector/euim-chip-selector-item/euim-chip-selector-item.directive.mjs +2 -1
- package/esm2022/lib/components/euim-chip-selector/euim-chip-selector.component.mjs +106 -16
- package/esm2022/lib/components/euim-multiselect/euim-multiselect-all/euim-multiselect-all.directive.mjs +1 -7
- package/esm2022/lib/components/euim-multiselect/euim-multiselect-filter/euim-multiselect-filter.component.mjs +21 -1
- package/esm2022/lib/components/euim-pdf-wrapper/euim-pdf-wrapper.component.mjs +87 -0
- package/esm2022/lib/components/euim-pdf-wrapper/euim-pdf-wrapper.module.mjs +43 -0
- package/esm2022/lib/components/euim-pdf-wrapper/index.mjs +3 -0
- package/esm2022/lib/components/index.mjs +2 -1
- package/esm2022/lib/euim-all.module.mjs +1 -1
- package/fesm2022/eui-mobile-core.mjs +285 -64
- package/fesm2022/eui-mobile-core.mjs.map +1 -1
- package/lib/components/euim-chip-selector/euim-chip-selector-item/euim-chip-selector-item.directive.d.ts +1 -0
- package/lib/components/euim-chip-selector/euim-chip-selector-item/euim-chip-selector-item.directive.d.ts.map +1 -1
- package/lib/components/euim-chip-selector/euim-chip-selector.component.d.ts +14 -3
- package/lib/components/euim-chip-selector/euim-chip-selector.component.d.ts.map +1 -1
- package/lib/components/euim-multiselect/euim-multiselect-all/euim-multiselect-all.directive.d.ts.map +1 -1
- package/lib/components/euim-multiselect/euim-multiselect-filter/euim-multiselect-filter.component.d.ts +1 -0
- package/lib/components/euim-multiselect/euim-multiselect-filter/euim-multiselect-filter.component.d.ts.map +1 -1
- package/lib/components/euim-pdf-wrapper/euim-pdf-wrapper.component.d.ts +25 -0
- package/lib/components/euim-pdf-wrapper/euim-pdf-wrapper.component.d.ts.map +1 -0
- package/lib/components/euim-pdf-wrapper/euim-pdf-wrapper.module.d.ts +13 -0
- package/lib/components/euim-pdf-wrapper/euim-pdf-wrapper.module.d.ts.map +1 -0
- package/lib/components/euim-pdf-wrapper/index.d.ts +3 -0
- package/lib/components/euim-pdf-wrapper/index.d.ts.map +1 -0
- package/lib/components/index.d.ts +1 -0
- package/lib/components/index.d.ts.map +1 -1
- package/lib/euim-all.module.d.ts.map +1 -1
- package/package.json +3 -1
|
@@ -16,6 +16,10 @@ import { EuiEuLanguages } from '@eui/core';
|
|
|
16
16
|
import { takeUntil, distinctUntilKeyChanged } from 'rxjs/operators';
|
|
17
17
|
import * as i1$1 from '@ngx-translate/core';
|
|
18
18
|
import { TranslateModule } from '@ngx-translate/core';
|
|
19
|
+
import * as i3 from 'ng2-pdf-viewer';
|
|
20
|
+
import { PdfViewerModule } from 'ng2-pdf-viewer';
|
|
21
|
+
import * as i4 from '@meddv/ngx-pinch-zoom';
|
|
22
|
+
import { PinchZoomModule } from '@meddv/ngx-pinch-zoom';
|
|
19
23
|
|
|
20
24
|
const initialState = {
|
|
21
25
|
isLanguageListVisible: false,
|
|
@@ -854,7 +858,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImpor
|
|
|
854
858
|
args: ['class']
|
|
855
859
|
}] } });
|
|
856
860
|
|
|
857
|
-
const COMPONENTS$
|
|
861
|
+
const COMPONENTS$f = [
|
|
858
862
|
EuimAppSidebarComponent,
|
|
859
863
|
EuimAppSidebarHeaderComponent,
|
|
860
864
|
EuimAppSidebarFooterComponent,
|
|
@@ -884,10 +888,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImpor
|
|
|
884
888
|
IonicModule,
|
|
885
889
|
],
|
|
886
890
|
declarations: [
|
|
887
|
-
...COMPONENTS$
|
|
891
|
+
...COMPONENTS$f,
|
|
888
892
|
],
|
|
889
893
|
exports: [
|
|
890
|
-
...COMPONENTS$
|
|
894
|
+
...COMPONENTS$f,
|
|
891
895
|
],
|
|
892
896
|
}]
|
|
893
897
|
}] });
|
|
@@ -1435,7 +1439,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImpor
|
|
|
1435
1439
|
type: HostBinding
|
|
1436
1440
|
}] } });
|
|
1437
1441
|
|
|
1438
|
-
const COMPONENTS$
|
|
1442
|
+
const COMPONENTS$e = [
|
|
1439
1443
|
EuimUserProfileComponent,
|
|
1440
1444
|
EuiMUserProfileAvatarComponent,
|
|
1441
1445
|
EuiMUserProfileInfosComponent,
|
|
@@ -1465,10 +1469,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImpor
|
|
|
1465
1469
|
IonicModule,
|
|
1466
1470
|
],
|
|
1467
1471
|
exports: [
|
|
1468
|
-
...COMPONENTS$
|
|
1472
|
+
...COMPONENTS$e,
|
|
1469
1473
|
],
|
|
1470
1474
|
declarations: [
|
|
1471
|
-
...COMPONENTS$
|
|
1475
|
+
...COMPONENTS$e,
|
|
1472
1476
|
],
|
|
1473
1477
|
}]
|
|
1474
1478
|
}] });
|
|
@@ -1774,7 +1778,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImpor
|
|
|
1774
1778
|
args: ['class']
|
|
1775
1779
|
}] } });
|
|
1776
1780
|
|
|
1777
|
-
const COMPONENTS$
|
|
1781
|
+
const COMPONENTS$d = [
|
|
1778
1782
|
EuimHeaderDetailsComponent,
|
|
1779
1783
|
EuimHeaderDetailsTitleDirective,
|
|
1780
1784
|
EuimHeaderDetailsMetaDirective,
|
|
@@ -1801,10 +1805,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImpor
|
|
|
1801
1805
|
IonicModule,
|
|
1802
1806
|
],
|
|
1803
1807
|
exports: [
|
|
1804
|
-
...COMPONENTS$
|
|
1808
|
+
...COMPONENTS$d,
|
|
1805
1809
|
],
|
|
1806
1810
|
declarations: [
|
|
1807
|
-
...COMPONENTS$
|
|
1811
|
+
...COMPONENTS$d,
|
|
1808
1812
|
],
|
|
1809
1813
|
}]
|
|
1810
1814
|
}] });
|
|
@@ -1878,7 +1882,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImpor
|
|
|
1878
1882
|
args: ['class']
|
|
1879
1883
|
}] } });
|
|
1880
1884
|
|
|
1881
|
-
const COMPONENTS$
|
|
1885
|
+
const COMPONENTS$c = [
|
|
1882
1886
|
EuimInfoScreenComponent,
|
|
1883
1887
|
EuimInfoScreenTitleDirective,
|
|
1884
1888
|
EuimInfoScreenContentDirective,
|
|
@@ -1905,10 +1909,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImpor
|
|
|
1905
1909
|
IonicModule,
|
|
1906
1910
|
],
|
|
1907
1911
|
exports: [
|
|
1908
|
-
...COMPONENTS$
|
|
1912
|
+
...COMPONENTS$c,
|
|
1909
1913
|
],
|
|
1910
1914
|
declarations: [
|
|
1911
|
-
...COMPONENTS$
|
|
1915
|
+
...COMPONENTS$c,
|
|
1912
1916
|
],
|
|
1913
1917
|
}]
|
|
1914
1918
|
}] });
|
|
@@ -2040,7 +2044,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImpor
|
|
|
2040
2044
|
type: HostBinding
|
|
2041
2045
|
}] } });
|
|
2042
2046
|
|
|
2043
|
-
const COMPONENTS$
|
|
2047
|
+
const COMPONENTS$b = [
|
|
2044
2048
|
EuimMessageComponent,
|
|
2045
2049
|
EuimMessageTitleComponent,
|
|
2046
2050
|
];
|
|
@@ -2061,10 +2065,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImpor
|
|
|
2061
2065
|
IonicModule,
|
|
2062
2066
|
],
|
|
2063
2067
|
exports: [
|
|
2064
|
-
...COMPONENTS$
|
|
2068
|
+
...COMPONENTS$b,
|
|
2065
2069
|
],
|
|
2066
2070
|
declarations: [
|
|
2067
|
-
...COMPONENTS$
|
|
2071
|
+
...COMPONENTS$b,
|
|
2068
2072
|
],
|
|
2069
2073
|
}]
|
|
2070
2074
|
}] });
|
|
@@ -2198,7 +2202,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImpor
|
|
|
2198
2202
|
args: ['class']
|
|
2199
2203
|
}] } });
|
|
2200
2204
|
|
|
2201
|
-
const COMPONENTS$
|
|
2205
|
+
const COMPONENTS$a = [
|
|
2202
2206
|
EuimFieldSetComponent,
|
|
2203
2207
|
EuimFieldsetLegendComponent,
|
|
2204
2208
|
EuimFieldsetActionsComponent,
|
|
@@ -2222,10 +2226,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImpor
|
|
|
2222
2226
|
IonicModule,
|
|
2223
2227
|
],
|
|
2224
2228
|
exports: [
|
|
2225
|
-
...COMPONENTS$
|
|
2229
|
+
...COMPONENTS$a,
|
|
2226
2230
|
],
|
|
2227
2231
|
declarations: [
|
|
2228
|
-
...COMPONENTS$
|
|
2232
|
+
...COMPONENTS$a,
|
|
2229
2233
|
],
|
|
2230
2234
|
}]
|
|
2231
2235
|
}] });
|
|
@@ -2411,7 +2415,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImpor
|
|
|
2411
2415
|
args: ['class']
|
|
2412
2416
|
}] } });
|
|
2413
2417
|
|
|
2414
|
-
const COMPONENTS$
|
|
2418
|
+
const COMPONENTS$9 = [
|
|
2415
2419
|
EuimMediaHeaderComponent,
|
|
2416
2420
|
EuimMediaHeaderTitleDirective,
|
|
2417
2421
|
EuimMediaHeaderSubTitleDirective,
|
|
@@ -2438,10 +2442,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImpor
|
|
|
2438
2442
|
IonicModule,
|
|
2439
2443
|
],
|
|
2440
2444
|
exports: [
|
|
2441
|
-
...COMPONENTS$
|
|
2445
|
+
...COMPONENTS$9,
|
|
2442
2446
|
],
|
|
2443
2447
|
declarations: [
|
|
2444
|
-
...COMPONENTS$
|
|
2448
|
+
...COMPONENTS$9,
|
|
2445
2449
|
],
|
|
2446
2450
|
}]
|
|
2447
2451
|
}] });
|
|
@@ -2572,7 +2576,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImpor
|
|
|
2572
2576
|
args: ['class']
|
|
2573
2577
|
}] } });
|
|
2574
2578
|
|
|
2575
|
-
const COMPONENTS$
|
|
2579
|
+
const COMPONENTS$8 = [
|
|
2576
2580
|
EuimDataSummaryComponent,
|
|
2577
2581
|
EuimDataSummaryColComponent,
|
|
2578
2582
|
EuimDataSummaryColLabelDirective,
|
|
@@ -2599,10 +2603,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImpor
|
|
|
2599
2603
|
IonicModule,
|
|
2600
2604
|
],
|
|
2601
2605
|
exports: [
|
|
2602
|
-
...COMPONENTS$
|
|
2606
|
+
...COMPONENTS$8,
|
|
2603
2607
|
],
|
|
2604
2608
|
declarations: [
|
|
2605
|
-
...COMPONENTS$
|
|
2609
|
+
...COMPONENTS$8,
|
|
2606
2610
|
],
|
|
2607
2611
|
}]
|
|
2608
2612
|
}] });
|
|
@@ -2656,7 +2660,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImpor
|
|
|
2656
2660
|
args: ['class']
|
|
2657
2661
|
}] } });
|
|
2658
2662
|
|
|
2659
|
-
const COMPONENTS$
|
|
2663
|
+
const COMPONENTS$7 = [
|
|
2660
2664
|
EuimAvatarComponent,
|
|
2661
2665
|
EuimAvatarSubIconDirective,
|
|
2662
2666
|
EuimAvatarMainIconDirective,
|
|
@@ -2680,10 +2684,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImpor
|
|
|
2680
2684
|
IonicModule,
|
|
2681
2685
|
],
|
|
2682
2686
|
exports: [
|
|
2683
|
-
...COMPONENTS$
|
|
2687
|
+
...COMPONENTS$7,
|
|
2684
2688
|
],
|
|
2685
2689
|
declarations: [
|
|
2686
|
-
...COMPONENTS$
|
|
2690
|
+
...COMPONENTS$7,
|
|
2687
2691
|
],
|
|
2688
2692
|
}]
|
|
2689
2693
|
}] });
|
|
@@ -2812,7 +2816,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImpor
|
|
|
2812
2816
|
args: ['class']
|
|
2813
2817
|
}] } });
|
|
2814
2818
|
|
|
2815
|
-
const COMPONENTS$
|
|
2819
|
+
const COMPONENTS$6 = [
|
|
2816
2820
|
EuimAlertMessageComponent,
|
|
2817
2821
|
];
|
|
2818
2822
|
class EuimAlertMessageModule {
|
|
@@ -2833,10 +2837,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImpor
|
|
|
2833
2837
|
EuimLabelModule,
|
|
2834
2838
|
],
|
|
2835
2839
|
exports: [
|
|
2836
|
-
...COMPONENTS$
|
|
2840
|
+
...COMPONENTS$6,
|
|
2837
2841
|
],
|
|
2838
2842
|
declarations: [
|
|
2839
|
-
...COMPONENTS$
|
|
2843
|
+
...COMPONENTS$6,
|
|
2840
2844
|
],
|
|
2841
2845
|
}]
|
|
2842
2846
|
}] });
|
|
@@ -3033,7 +3037,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImpor
|
|
|
3033
3037
|
args: ['class']
|
|
3034
3038
|
}] } });
|
|
3035
3039
|
|
|
3036
|
-
const COMPONENTS$
|
|
3040
|
+
const COMPONENTS$5 = [
|
|
3037
3041
|
EuimSliderComponent,
|
|
3038
3042
|
EuimSlideComponent,
|
|
3039
3043
|
];
|
|
@@ -3054,10 +3058,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImpor
|
|
|
3054
3058
|
IonicModule,
|
|
3055
3059
|
],
|
|
3056
3060
|
exports: [
|
|
3057
|
-
...COMPONENTS$
|
|
3061
|
+
...COMPONENTS$5,
|
|
3058
3062
|
],
|
|
3059
3063
|
declarations: [
|
|
3060
|
-
...COMPONENTS$
|
|
3064
|
+
...COMPONENTS$5,
|
|
3061
3065
|
],
|
|
3062
3066
|
}]
|
|
3063
3067
|
}] });
|
|
@@ -3316,7 +3320,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImpor
|
|
|
3316
3320
|
args: ['class']
|
|
3317
3321
|
}] } });
|
|
3318
3322
|
|
|
3319
|
-
const COMPONENTS$
|
|
3323
|
+
const COMPONENTS$4 = [
|
|
3320
3324
|
EuimSliderInfoScreenComponent,
|
|
3321
3325
|
EuimSlideInfoScreenComponent,
|
|
3322
3326
|
EuimSliderInfoScreenContentDirective,
|
|
@@ -3346,10 +3350,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImpor
|
|
|
3346
3350
|
IonicModule,
|
|
3347
3351
|
],
|
|
3348
3352
|
exports: [
|
|
3349
|
-
...COMPONENTS$
|
|
3353
|
+
...COMPONENTS$4,
|
|
3350
3354
|
],
|
|
3351
3355
|
declarations: [
|
|
3352
|
-
...COMPONENTS$
|
|
3356
|
+
...COMPONENTS$4,
|
|
3353
3357
|
],
|
|
3354
3358
|
}]
|
|
3355
3359
|
}] });
|
|
@@ -3396,6 +3400,7 @@ class EuimChipSelectorItemDirective {
|
|
|
3396
3400
|
constructor(renderer, el) {
|
|
3397
3401
|
this.renderer = renderer;
|
|
3398
3402
|
this.el = el;
|
|
3403
|
+
this.clickEventAdded = false;
|
|
3399
3404
|
this.euimChipSelectorAll = false;
|
|
3400
3405
|
this.className = 'euim-chip-selector__item';
|
|
3401
3406
|
}
|
|
@@ -3433,10 +3438,14 @@ class EuimChipSelectorComponent {
|
|
|
3433
3438
|
this.sourceData = [];
|
|
3434
3439
|
this.selectedChips = [];
|
|
3435
3440
|
this.isMultiSelectionMode = false;
|
|
3441
|
+
this.euimKeepSelection = false;
|
|
3442
|
+
this.hasSearchbar = false;
|
|
3436
3443
|
this.filterData = new EventEmitter();
|
|
3437
3444
|
this.clickItems = new EventEmitter();
|
|
3438
3445
|
this.filteredData = [...this.sourceData];
|
|
3439
3446
|
this.filterConditions = [];
|
|
3447
|
+
this.searchInput = '';
|
|
3448
|
+
this.clickEventHandled = false;
|
|
3440
3449
|
}
|
|
3441
3450
|
get cssClasses() {
|
|
3442
3451
|
return this.getCssClasses();
|
|
@@ -3445,9 +3454,24 @@ class EuimChipSelectorComponent {
|
|
|
3445
3454
|
this.setCssItemClasses();
|
|
3446
3455
|
}
|
|
3447
3456
|
ngAfterContentInit() {
|
|
3457
|
+
this.subscribeToChanges();
|
|
3448
3458
|
this.updateChipsAndFilterDataAfterInit();
|
|
3449
3459
|
this.updateChipsAndFilters();
|
|
3450
3460
|
}
|
|
3461
|
+
ngOnDestroy() {
|
|
3462
|
+
if (this.euimChipSelectorItemSubscription) {
|
|
3463
|
+
this.euimChipSelectorItemSubscription.unsubscribe();
|
|
3464
|
+
}
|
|
3465
|
+
}
|
|
3466
|
+
subscribeToChanges() {
|
|
3467
|
+
if (this.euimChipSelectorItemSubscription) {
|
|
3468
|
+
this.euimChipSelectorItemSubscription.unsubscribe();
|
|
3469
|
+
}
|
|
3470
|
+
this.euimChipSelectorItemSubscription = this.euimChipSelectorItemComponent.changes.subscribe(() => {
|
|
3471
|
+
this.updateChipsAndFilters();
|
|
3472
|
+
this.setCssItemClasses();
|
|
3473
|
+
});
|
|
3474
|
+
}
|
|
3451
3475
|
ngOnChanges(changes) {
|
|
3452
3476
|
if (this.euimChipSelectorItemComponent && this.euimChipSelectorItemComponent.length > 0 &&
|
|
3453
3477
|
changes.selectedChips.currentValue && changes.selectedChips.currentValue.length === 1 &&
|
|
@@ -3487,19 +3511,64 @@ class EuimChipSelectorComponent {
|
|
|
3487
3511
|
}
|
|
3488
3512
|
updateChipsAndFilters() {
|
|
3489
3513
|
this.euimChipSelectorItemComponent.forEach(chip => {
|
|
3490
|
-
chip.
|
|
3491
|
-
|
|
3492
|
-
if (!this.
|
|
3493
|
-
this.
|
|
3514
|
+
if (!chip.clickEventAdded) {
|
|
3515
|
+
chip.el.nativeElement.addEventListener('click', () => {
|
|
3516
|
+
if (!this.clickEventHandled) {
|
|
3517
|
+
this.clickEventHandled = true;
|
|
3518
|
+
this.euimChipSelectorItemComponent.forEach(innerChip => {
|
|
3519
|
+
if (!this.isMultiSelectionMode || (this.isMultiSelectionMode && innerChip.euimChipSelectorAll)) {
|
|
3520
|
+
this.removeSelectedStyles(innerChip.el.nativeElement);
|
|
3521
|
+
}
|
|
3522
|
+
});
|
|
3523
|
+
this.addSelectedStyles(chip.el.nativeElement);
|
|
3524
|
+
this.onFilterChange(chip.id?.toString(), chip.euimChipSelectorAll, chip.el.nativeElement);
|
|
3525
|
+
this.filterData.emit(this.filteredData);
|
|
3526
|
+
this.clickItems.emit(this.selectedChips);
|
|
3527
|
+
this.clickEventHandled = false;
|
|
3494
3528
|
}
|
|
3495
3529
|
});
|
|
3496
|
-
|
|
3497
|
-
|
|
3498
|
-
this.filterData.emit(this.filteredData);
|
|
3499
|
-
this.clickItems.emit(this.selectedChips);
|
|
3500
|
-
});
|
|
3530
|
+
chip.clickEventAdded = true;
|
|
3531
|
+
}
|
|
3501
3532
|
});
|
|
3502
3533
|
}
|
|
3534
|
+
clickEventHandler(chip) {
|
|
3535
|
+
if (!this.clickEventHandled) {
|
|
3536
|
+
this.clickEventHandled = true;
|
|
3537
|
+
this.euimChipSelectorItemComponent.forEach(innerChip => {
|
|
3538
|
+
if (!this.isMultiSelectionMode || (this.isMultiSelectionMode && innerChip.euimChipSelectorAll)) {
|
|
3539
|
+
this.removeSelectedStyles(innerChip.el.nativeElement);
|
|
3540
|
+
}
|
|
3541
|
+
});
|
|
3542
|
+
this.addSelectedStyles(chip.el.nativeElement);
|
|
3543
|
+
this.onFilterChange(chip.id?.toString(), chip.euimChipSelectorAll, chip.el.nativeElement);
|
|
3544
|
+
this.filterData.emit(this.filteredData);
|
|
3545
|
+
this.clickItems.emit(this.selectedChips);
|
|
3546
|
+
this.clickEventHandled = false;
|
|
3547
|
+
}
|
|
3548
|
+
}
|
|
3549
|
+
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
3550
|
+
handleChange(event) {
|
|
3551
|
+
this.searchInput = event.detail.value.toLowerCase();
|
|
3552
|
+
if (!this.euimKeepSelection)
|
|
3553
|
+
return;
|
|
3554
|
+
let filteredDataWithSearch = [];
|
|
3555
|
+
if (this.selectedChips[0] !== '0' && this.isMultiSelectionMode) {
|
|
3556
|
+
filteredDataWithSearch = [...this.sourceData].filter(item => this.selectedChips.includes(item.filterId));
|
|
3557
|
+
this.filteredData = filteredDataWithSearch.filter(obj => obj.title.toLowerCase().includes(this.searchInput));
|
|
3558
|
+
this.filterData.emit(this.filteredData);
|
|
3559
|
+
return;
|
|
3560
|
+
}
|
|
3561
|
+
if (this.selectedChips[0] !== '0') {
|
|
3562
|
+
filteredDataWithSearch = [...this.sourceData].filter(item => {
|
|
3563
|
+
return item.filterId === this.selectedChips[0];
|
|
3564
|
+
});
|
|
3565
|
+
this.filteredData = filteredDataWithSearch.filter(obj => obj.title.toLowerCase().includes(this.searchInput));
|
|
3566
|
+
}
|
|
3567
|
+
else {
|
|
3568
|
+
this.filteredData = [...this.sourceData].filter(obj => obj.title.toLowerCase().includes(this.searchInput));
|
|
3569
|
+
}
|
|
3570
|
+
this.filterData.emit(this.filteredData);
|
|
3571
|
+
}
|
|
3503
3572
|
clearFiltersAndSelectAll() {
|
|
3504
3573
|
this.clearAllSelections();
|
|
3505
3574
|
let isFirstElement = true;
|
|
@@ -3518,8 +3587,6 @@ class EuimChipSelectorComponent {
|
|
|
3518
3587
|
if (chip.id === undefined && chip.euimChipSelectorAll) {
|
|
3519
3588
|
chip.id = 0;
|
|
3520
3589
|
}
|
|
3521
|
-
});
|
|
3522
|
-
this.euimChipSelectorItemComponent.forEach((chip) => {
|
|
3523
3590
|
const chipId = chip.id;
|
|
3524
3591
|
if (chipId && this.selectedChips.includes(chipId)) {
|
|
3525
3592
|
this.addSelectedStyles(chip.el.nativeElement);
|
|
@@ -3530,9 +3597,13 @@ class EuimChipSelectorComponent {
|
|
|
3530
3597
|
this.addSelectedStyles(chip.el.nativeElement);
|
|
3531
3598
|
this.selectedChips = ['0'];
|
|
3532
3599
|
this.filterData.emit(this.sourceData);
|
|
3533
|
-
this.clickItems.emit(this.selectedChips);
|
|
3534
3600
|
}
|
|
3535
3601
|
});
|
|
3602
|
+
if (this.selectedChips.length > 0) {
|
|
3603
|
+
this.emitEvents();
|
|
3604
|
+
}
|
|
3605
|
+
}
|
|
3606
|
+
emitEvents() {
|
|
3536
3607
|
this.clickItems.emit(this.selectedChips);
|
|
3537
3608
|
}
|
|
3538
3609
|
onFilterChange(filterCondition, isFilterAll, item) {
|
|
@@ -3550,10 +3621,22 @@ class EuimChipSelectorComponent {
|
|
|
3550
3621
|
this.filteredData = [...this.sourceData];
|
|
3551
3622
|
return;
|
|
3552
3623
|
}
|
|
3624
|
+
if (this.euimKeepSelection && this.searchInput !== '' && !isAllFilter && this.isMultiSelectionMode || multipleFilterConditions.length > 0) {
|
|
3625
|
+
const filteredData = [...this.sourceData].filter(item => multipleFilterConditions.includes(item.filterId));
|
|
3626
|
+
this.filteredData = filteredData.filter(obj => obj.title.toLowerCase().includes(this.searchInput));
|
|
3627
|
+
return;
|
|
3628
|
+
}
|
|
3553
3629
|
if (this.isMultiSelectionMode || multipleFilterConditions.length > 0) {
|
|
3554
3630
|
this.filteredData = [...this.sourceData].filter(item => multipleFilterConditions.includes(item.filterId));
|
|
3555
3631
|
return;
|
|
3556
3632
|
}
|
|
3633
|
+
if (this.euimKeepSelection && this.searchInput !== '' && !isAllFilter) {
|
|
3634
|
+
const filteredData = [...this.sourceData].filter(item => {
|
|
3635
|
+
return item.filterId === filterCondition;
|
|
3636
|
+
});
|
|
3637
|
+
this.filteredData = filteredData.filter(obj => obj.title.toLowerCase().includes(this.searchInput));
|
|
3638
|
+
return;
|
|
3639
|
+
}
|
|
3557
3640
|
this.filteredData = [...this.sourceData].filter(item => {
|
|
3558
3641
|
return item.filterId === filterCondition;
|
|
3559
3642
|
});
|
|
@@ -3600,14 +3683,20 @@ class EuimChipSelectorComponent {
|
|
|
3600
3683
|
this.selectedChips = ['0'];
|
|
3601
3684
|
}
|
|
3602
3685
|
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: EuimChipSelectorComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
3603
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.0", type: EuimChipSelectorComponent, selector: "euim-chip-selector", inputs: { backgroundColor: "backgroundColor", chipColor: "chipColor", color: "color", chipSelectedColor: "chipSelectedColor", chipFill: "chipFill", sourceData: "sourceData", selectedChips: "selectedChips", isMultiSelectionMode: "isMultiSelectionMode" }, outputs: { filterData: "filterData", clickItems: "clickItems" }, host: { properties: { "class": "this.cssClasses" } }, queries: [{ propertyName: "euimChipSelectorItemComponent", predicate: EuimChipSelectorItemDirective, descendants: true }], usesOnChanges: true, ngImport: i0, template: "<euim-scroller-x>\n <ng-content></ng-content>\n</euim-scroller-x>\n", styles: [".euim-chip-selector{padding:var(--eui-base-spacing-xs) 0 var(--eui-base-spacing-xs) var(--eui-base-spacing-xs);display:flex;
|
|
3686
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.0", type: EuimChipSelectorComponent, selector: "euim-chip-selector", inputs: { backgroundColor: "backgroundColor", chipColor: "chipColor", color: "color", chipSelectedColor: "chipSelectedColor", chipFill: "chipFill", sourceData: "sourceData", selectedChips: "selectedChips", isMultiSelectionMode: "isMultiSelectionMode", euimKeepSelection: "euimKeepSelection", hasSearchbar: "hasSearchbar" }, outputs: { filterData: "filterData", clickItems: "clickItems" }, host: { properties: { "class": "this.cssClasses" } }, queries: [{ propertyName: "euimChipSelectorItemComponent", predicate: EuimChipSelectorItemDirective, descendants: true }], usesOnChanges: true, ngImport: i0, template: "<ion-searchbar *ngIf=\"hasSearchbar\" (ionChange)=\"handleChange($event)\"\n class=\"euim-chip-selector__searchbar\"></ion-searchbar>\n<euim-scroller-x>\n <ng-content></ng-content>\n</euim-scroller-x>\n\n", styles: [".euim-chip-selector{padding:var(--eui-base-spacing-xs) 0 var(--eui-base-spacing-xs) var(--eui-base-spacing-xs);display:flex;justify-content:center;flex-direction:column}.euim-chip-selector ion-chip{margin:0 var(--eui-base-spacing-xs) 0 0}.euim-chip-selector ion-searchbar{padding-inline-start:0;padding-top:0;padding-bottom:var(--eui-base-spacing-s)}.euim-chip-selector__item--fill-default,.euim-chip-selector--fill-solid{border:none}.euim-chip-selector__item--fill-outline{background-color:transparent!important;border-width:1px;border-style:solid}.euim-chip-selector__item--fill-clear{background-color:transparent!important;border:none}.euim-chip-selector__item--fill-outline-solid{border-width:1px;border-style:solid}.euim-chip-selector--background-color-primary{background-color:var(--eui-base-color-primary-100)}.euim-chip-selector__item--color-success{background-color:var(--eui-base-color-success-25);border-color:var(--eui-base-color-success-25);color:var(--eui-base-color-success-100)}.euim-chip-selector__item--color-success.euim-chip-selector__item--fill-outline{border-color:var(--eui-base-color-success-50)}.euim-chip-selector__item--color-warning{background-color:var(--eui-base-color-warning-25);border-color:var(--eui-base-color-warning-25);color:var(--eui-base-color-warning-140)}.euim-chip-selector__item--color-warning.euim-chip-selector__item--fill-outline{border-color:var(--eui-base-color-warning-50)}.euim-chip-selector__item--color-danger{background-color:var(--eui-base-color-danger-25);border-color:var(--eui-base-color-danger-25);color:var(--eui-base-color-danger-100)}.euim-chip-selector__item--color-danger.euim-chip-selector__item--fill-outline{border-color:var(--eui-base-color-danger-50)}.euim-chip-selector__item--color-primary{background-color:var(--eui-base-color-primary-25);border-color:var(--eui-base-color-primary-25);color:var(--eui-base-color-primary-100)}.euim-chip-selector__item--color-primary.euim-chip-selector__item--fill-outline{border-color:var(--eui-base-color-primary-50)}.euim-chip-selector__item--color-info{background-color:var(--eui-base-color-info-25);border-color:var(--eui-base-color-info-25);color:var(--eui-base-color-info-100)}.euim-chip-selector__item--color-info.euim-chip-selector__item--fill-outline{border-color:var(--eui-base-color-info-50)}.euim-chip-selector__item--color-dark{background-color:var(--eui-base-color-grey-100);border-color:var(--eui-base-color-grey-100);color:var(--eui-base-color-white)}.euim-chip-selector__item--color-dark.euim-chip-selector__item--fill-outline{color:var(--eui-base-color-grey-100)}.euim-chip-selector__item--color-white{background-color:var(--eui-base-color-white);border-color:var(--eui-base-color-white);color:var(--eui-base-color-grey-100)}.euim-chip-selector__item--color-white.euim-chip-selector__item--fill-outline{color:var(--eui-base-color-white)}.euim-chip-selector__item--color-default{background-color:var(--eui-base-grey-15);border-color:var(--eui-base-color-grey-15);color:var(--eui-base-color-grey-100)}.euim-chip-selector__item--color-default.euim-chip-selector__item--fill-outline{border-color:var(--eui-base-color-grey-50)}ion-chip.euim-chip-selector__item-selected--color-white{background-color:var(--eui-base-color-white)!important;border-color:var(--eui-base-color-white)!important;color:var(--eui-base-color-grey-100)!important}ion-chip.euim-chip-selector__item-selected--color-dark{background-color:var(--eui-base-color-grey-100)!important;border-color:var(--eui-base-color-grey-100)!important;color:var(--eui-base-color-white)!important}\n"], dependencies: [{ kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i1.IonSearchbar, selector: "ion-searchbar", inputs: ["animated", "autocomplete", "autocorrect", "cancelButtonIcon", "cancelButtonText", "clearIcon", "color", "debounce", "disabled", "enterkeyhint", "inputmode", "mode", "placeholder", "searchIcon", "showCancelButton", "showClearButton", "spellcheck", "type", "value"] }, { kind: "directive", type: i1.TextValueAccessor, selector: "ion-input:not([type=number]),ion-textarea,ion-searchbar" }, { kind: "component", type: EuimScrollerXComponent, selector: "euim-scroller-x" }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
|
|
3604
3687
|
}
|
|
3605
3688
|
__decorate([
|
|
3606
3689
|
coerceBoolean
|
|
3607
3690
|
], EuimChipSelectorComponent.prototype, "isMultiSelectionMode", void 0);
|
|
3691
|
+
__decorate([
|
|
3692
|
+
coerceBoolean
|
|
3693
|
+
], EuimChipSelectorComponent.prototype, "euimKeepSelection", void 0);
|
|
3694
|
+
__decorate([
|
|
3695
|
+
coerceBoolean
|
|
3696
|
+
], EuimChipSelectorComponent.prototype, "hasSearchbar", void 0);
|
|
3608
3697
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: EuimChipSelectorComponent, decorators: [{
|
|
3609
3698
|
type: Component,
|
|
3610
|
-
args: [{ selector: 'euim-chip-selector', encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, template: "<euim-scroller-x>\n <ng-content></ng-content>\n</euim-scroller-x>\n", styles: [".euim-chip-selector{padding:var(--eui-base-spacing-xs) 0 var(--eui-base-spacing-xs) var(--eui-base-spacing-xs);display:flex;
|
|
3699
|
+
args: [{ selector: 'euim-chip-selector', encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, template: "<ion-searchbar *ngIf=\"hasSearchbar\" (ionChange)=\"handleChange($event)\"\n class=\"euim-chip-selector__searchbar\"></ion-searchbar>\n<euim-scroller-x>\n <ng-content></ng-content>\n</euim-scroller-x>\n\n", styles: [".euim-chip-selector{padding:var(--eui-base-spacing-xs) 0 var(--eui-base-spacing-xs) var(--eui-base-spacing-xs);display:flex;justify-content:center;flex-direction:column}.euim-chip-selector ion-chip{margin:0 var(--eui-base-spacing-xs) 0 0}.euim-chip-selector ion-searchbar{padding-inline-start:0;padding-top:0;padding-bottom:var(--eui-base-spacing-s)}.euim-chip-selector__item--fill-default,.euim-chip-selector--fill-solid{border:none}.euim-chip-selector__item--fill-outline{background-color:transparent!important;border-width:1px;border-style:solid}.euim-chip-selector__item--fill-clear{background-color:transparent!important;border:none}.euim-chip-selector__item--fill-outline-solid{border-width:1px;border-style:solid}.euim-chip-selector--background-color-primary{background-color:var(--eui-base-color-primary-100)}.euim-chip-selector__item--color-success{background-color:var(--eui-base-color-success-25);border-color:var(--eui-base-color-success-25);color:var(--eui-base-color-success-100)}.euim-chip-selector__item--color-success.euim-chip-selector__item--fill-outline{border-color:var(--eui-base-color-success-50)}.euim-chip-selector__item--color-warning{background-color:var(--eui-base-color-warning-25);border-color:var(--eui-base-color-warning-25);color:var(--eui-base-color-warning-140)}.euim-chip-selector__item--color-warning.euim-chip-selector__item--fill-outline{border-color:var(--eui-base-color-warning-50)}.euim-chip-selector__item--color-danger{background-color:var(--eui-base-color-danger-25);border-color:var(--eui-base-color-danger-25);color:var(--eui-base-color-danger-100)}.euim-chip-selector__item--color-danger.euim-chip-selector__item--fill-outline{border-color:var(--eui-base-color-danger-50)}.euim-chip-selector__item--color-primary{background-color:var(--eui-base-color-primary-25);border-color:var(--eui-base-color-primary-25);color:var(--eui-base-color-primary-100)}.euim-chip-selector__item--color-primary.euim-chip-selector__item--fill-outline{border-color:var(--eui-base-color-primary-50)}.euim-chip-selector__item--color-info{background-color:var(--eui-base-color-info-25);border-color:var(--eui-base-color-info-25);color:var(--eui-base-color-info-100)}.euim-chip-selector__item--color-info.euim-chip-selector__item--fill-outline{border-color:var(--eui-base-color-info-50)}.euim-chip-selector__item--color-dark{background-color:var(--eui-base-color-grey-100);border-color:var(--eui-base-color-grey-100);color:var(--eui-base-color-white)}.euim-chip-selector__item--color-dark.euim-chip-selector__item--fill-outline{color:var(--eui-base-color-grey-100)}.euim-chip-selector__item--color-white{background-color:var(--eui-base-color-white);border-color:var(--eui-base-color-white);color:var(--eui-base-color-grey-100)}.euim-chip-selector__item--color-white.euim-chip-selector__item--fill-outline{color:var(--eui-base-color-white)}.euim-chip-selector__item--color-default{background-color:var(--eui-base-grey-15);border-color:var(--eui-base-color-grey-15);color:var(--eui-base-color-grey-100)}.euim-chip-selector__item--color-default.euim-chip-selector__item--fill-outline{border-color:var(--eui-base-color-grey-50)}ion-chip.euim-chip-selector__item-selected--color-white{background-color:var(--eui-base-color-white)!important;border-color:var(--eui-base-color-white)!important;color:var(--eui-base-color-grey-100)!important}ion-chip.euim-chip-selector__item-selected--color-dark{background-color:var(--eui-base-color-grey-100)!important;border-color:var(--eui-base-color-grey-100)!important;color:var(--eui-base-color-white)!important}\n"] }]
|
|
3611
3700
|
}], propDecorators: { backgroundColor: [{
|
|
3612
3701
|
type: Input
|
|
3613
3702
|
}], chipColor: [{
|
|
@@ -3624,6 +3713,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImpor
|
|
|
3624
3713
|
type: Input
|
|
3625
3714
|
}], isMultiSelectionMode: [{
|
|
3626
3715
|
type: Input
|
|
3716
|
+
}], euimKeepSelection: [{
|
|
3717
|
+
type: Input
|
|
3718
|
+
}], hasSearchbar: [{
|
|
3719
|
+
type: Input
|
|
3627
3720
|
}], filterData: [{
|
|
3628
3721
|
type: Output
|
|
3629
3722
|
}], clickItems: [{
|
|
@@ -3743,7 +3836,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImpor
|
|
|
3743
3836
|
type: Input
|
|
3744
3837
|
}] } });
|
|
3745
3838
|
|
|
3746
|
-
const COMPONENTS$
|
|
3839
|
+
const COMPONENTS$3 = [
|
|
3747
3840
|
EuimSkeletonListItemComponent,
|
|
3748
3841
|
];
|
|
3749
3842
|
class EuimSkeletonListItemModule {
|
|
@@ -3761,10 +3854,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImpor
|
|
|
3761
3854
|
IonicModule,
|
|
3762
3855
|
],
|
|
3763
3856
|
exports: [
|
|
3764
|
-
...COMPONENTS$
|
|
3857
|
+
...COMPONENTS$3,
|
|
3765
3858
|
],
|
|
3766
3859
|
declarations: [
|
|
3767
|
-
...COMPONENTS$
|
|
3860
|
+
...COMPONENTS$3,
|
|
3768
3861
|
],
|
|
3769
3862
|
}]
|
|
3770
3863
|
}] });
|
|
@@ -3806,7 +3899,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImpor
|
|
|
3806
3899
|
args: [EuimSkeletonListItemComponent]
|
|
3807
3900
|
}] } });
|
|
3808
3901
|
|
|
3809
|
-
const COMPONENTS$
|
|
3902
|
+
const COMPONENTS$2 = [
|
|
3810
3903
|
EuimSkeletonListComponent,
|
|
3811
3904
|
];
|
|
3812
3905
|
class EuimSkeletonListModule {
|
|
@@ -3827,10 +3920,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImpor
|
|
|
3827
3920
|
EuimSkeletonListItemModule,
|
|
3828
3921
|
],
|
|
3829
3922
|
exports: [
|
|
3830
|
-
...COMPONENTS$
|
|
3923
|
+
...COMPONENTS$2,
|
|
3831
3924
|
],
|
|
3832
3925
|
declarations: [
|
|
3833
|
-
...COMPONENTS$
|
|
3926
|
+
...COMPONENTS$2,
|
|
3834
3927
|
],
|
|
3835
3928
|
}]
|
|
3836
3929
|
}] });
|
|
@@ -3934,11 +4027,31 @@ class EuimMultiselectFilterComponent {
|
|
|
3934
4027
|
else {
|
|
3935
4028
|
this.multiselect.currentDataProvider =
|
|
3936
4029
|
this.multiselect.initialDataProvider;
|
|
4030
|
+
this.applyStatusToSelectAllCheckControl();
|
|
3937
4031
|
}
|
|
3938
4032
|
}
|
|
3939
4033
|
else {
|
|
3940
4034
|
this.multiselect.currentDataProvider =
|
|
3941
4035
|
this.multiselect.initialDataProvider?.filter(item => this.filterByFieldsNames.some(fieldName => item[fieldName].toString().toLowerCase().includes(query)));
|
|
4036
|
+
if (this.multiselect.euimKeepSelection) {
|
|
4037
|
+
this.applyStatusToSelectAllCheckControl();
|
|
4038
|
+
}
|
|
4039
|
+
}
|
|
4040
|
+
}
|
|
4041
|
+
applyStatusToSelectAllCheckControl() {
|
|
4042
|
+
const isSelectAll = this.multiselect.currentDataProvider?.every((item) => item.selected);
|
|
4043
|
+
this.multiselect.indeterminate = !isSelectAll && this.multiselect.currentDataProvider?.some((item) => item.selected);
|
|
4044
|
+
if (!this.multiselect.indeterminate) {
|
|
4045
|
+
this.multiselect.selectAll = isSelectAll;
|
|
4046
|
+
if (isSelectAll) {
|
|
4047
|
+
this.multiselect.numberOfSelected = this.multiselect.currentDataProvider?.length;
|
|
4048
|
+
}
|
|
4049
|
+
else {
|
|
4050
|
+
this.multiselect.numberOfSelected = 0;
|
|
4051
|
+
}
|
|
4052
|
+
}
|
|
4053
|
+
else {
|
|
4054
|
+
this.multiselect.numberOfSelected = this.multiselect.countSelectedItems();
|
|
3942
4055
|
}
|
|
3943
4056
|
}
|
|
3944
4057
|
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: EuimMultiselectFilterComponent, deps: [{ token: EuimMultiselectComponent }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
@@ -3964,15 +4077,9 @@ class EuimMultiselectAllDirective {
|
|
|
3964
4077
|
this.euimMulti.indeterminate = false;
|
|
3965
4078
|
if (event.detail.checked) {
|
|
3966
4079
|
this.euimMulti.numberOfSelected = this.euimMulti.currentDataProvider?.length;
|
|
3967
|
-
if (this.euimMulti.euimKeepSelection) {
|
|
3968
|
-
this.euimMulti.initialDataProvider?.forEach((item) => (item.selected = true));
|
|
3969
|
-
}
|
|
3970
4080
|
}
|
|
3971
4081
|
else {
|
|
3972
4082
|
this.euimMulti.numberOfSelected = 0;
|
|
3973
|
-
if (this.euimMulti.euimKeepSelection) {
|
|
3974
|
-
this.euimMulti.initialDataProvider?.forEach((item) => (item.selected = false));
|
|
3975
|
-
}
|
|
3976
4083
|
}
|
|
3977
4084
|
}
|
|
3978
4085
|
get indeterminate() {
|
|
@@ -4125,7 +4232,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImpor
|
|
|
4125
4232
|
type: Output
|
|
4126
4233
|
}] } });
|
|
4127
4234
|
|
|
4128
|
-
const COMPONENTS = [
|
|
4235
|
+
const COMPONENTS$1 = [
|
|
4129
4236
|
EuimMultiselectComponent,
|
|
4130
4237
|
EuimMultiselectFilterComponent,
|
|
4131
4238
|
EuimMultiselectListComponent,
|
|
@@ -4175,6 +4282,120 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImpor
|
|
|
4175
4282
|
EuimEmptyListPlaceholderModule,
|
|
4176
4283
|
TranslateModule,
|
|
4177
4284
|
],
|
|
4285
|
+
exports: [
|
|
4286
|
+
...COMPONENTS$1,
|
|
4287
|
+
],
|
|
4288
|
+
declarations: [
|
|
4289
|
+
...COMPONENTS$1,
|
|
4290
|
+
],
|
|
4291
|
+
}]
|
|
4292
|
+
}] });
|
|
4293
|
+
|
|
4294
|
+
class EuimPdfWrapperComponent {
|
|
4295
|
+
constructor(alertService) {
|
|
4296
|
+
this.alertService = alertService;
|
|
4297
|
+
this.page = 1;
|
|
4298
|
+
this.zoom = 1;
|
|
4299
|
+
this.loading = true;
|
|
4300
|
+
this.errorMessage = '';
|
|
4301
|
+
this.showDefaultError = true;
|
|
4302
|
+
setTimeout(() => {
|
|
4303
|
+
if (this.showDefaultError) {
|
|
4304
|
+
this.loading = false;
|
|
4305
|
+
this.alertService.create({ header: 'PDF could not be loaded.' }).then();
|
|
4306
|
+
}
|
|
4307
|
+
}, 15000);
|
|
4308
|
+
}
|
|
4309
|
+
onLoaded(pdf) {
|
|
4310
|
+
this.showDefaultError = false;
|
|
4311
|
+
this.loading = false;
|
|
4312
|
+
this.pdf = pdf;
|
|
4313
|
+
}
|
|
4314
|
+
onError() {
|
|
4315
|
+
this.showDefaultError = false;
|
|
4316
|
+
this.loading = false;
|
|
4317
|
+
this.errorMessage = 'File could not be loaded.';
|
|
4318
|
+
}
|
|
4319
|
+
onDownload() {
|
|
4320
|
+
this.pdf.getData().then((u8) => {
|
|
4321
|
+
const blob = new Blob([u8.buffer], {
|
|
4322
|
+
type: 'application/pdf',
|
|
4323
|
+
});
|
|
4324
|
+
// Create a download link
|
|
4325
|
+
const downloadLink = document.createElement('a');
|
|
4326
|
+
downloadLink.href = window.URL.createObjectURL(blob);
|
|
4327
|
+
// dtm downloadLink.download = this.title;
|
|
4328
|
+
// Append the link to the body
|
|
4329
|
+
document.body.appendChild(downloadLink);
|
|
4330
|
+
// Programmatically trigger a click on the link
|
|
4331
|
+
downloadLink.click();
|
|
4332
|
+
// Remove the link from the DOM
|
|
4333
|
+
document.body.removeChild(downloadLink);
|
|
4334
|
+
});
|
|
4335
|
+
}
|
|
4336
|
+
onZoomIn() {
|
|
4337
|
+
this.zoom += 0.5;
|
|
4338
|
+
this.page = 2;
|
|
4339
|
+
}
|
|
4340
|
+
onZoomOut() {
|
|
4341
|
+
if (this.zoom > 1) {
|
|
4342
|
+
this.zoom -= 0.5;
|
|
4343
|
+
}
|
|
4344
|
+
}
|
|
4345
|
+
onResetZoom() {
|
|
4346
|
+
this.zoom = 1;
|
|
4347
|
+
}
|
|
4348
|
+
// async onDismissModal() {
|
|
4349
|
+
// await this.modalCtrl.dismiss();
|
|
4350
|
+
// }
|
|
4351
|
+
nextPage() {
|
|
4352
|
+
if (this.page < this.pdf.numPages) {
|
|
4353
|
+
this.page++;
|
|
4354
|
+
}
|
|
4355
|
+
}
|
|
4356
|
+
prevPage() {
|
|
4357
|
+
if (this.page > 1) {
|
|
4358
|
+
this.page--;
|
|
4359
|
+
}
|
|
4360
|
+
}
|
|
4361
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: EuimPdfWrapperComponent, deps: [{ token: i1.AlertController }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
4362
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.0", type: EuimPdfWrapperComponent, selector: "euim-pdf-wrapper", inputs: { url: "url", page: "page" }, ngImport: i0, template: "<div>\n <euim-spinner *ngIf=\"loading\">\n <div euimSpinnerMessage>Loading PDF...</div>\n </euim-spinner>\n <div *ngIf=\"errorMessage\">{{errorMessage}}</div>\n</div>\n\n\n<pinch-zoom>\n <div style=\"display: block;width: 500px; height: 500px\">\n <pdf-viewer [src]=\"url\"\n [zoom]=\"zoom\"\n [original-size]=\"true\"\n [autoresize]=\"false\"\n (after-load-complete)=\"onLoaded($event)\"\n (error)=\"onError()\"\n [page]=\"page\"\n style=\"width: 100%; height: 100%\"></pdf-viewer>\n </div>\n</pinch-zoom>\n\n<ion-footer>\n <ion-toolbar color=\"primary\" class=\"pdf-preview-modal__footer\">\n <ion-buttons slot=\"start\">\n <ion-button (click)=\"onDownload()\" [disabled]=\"!pdf\">\n <ion-icon name=\"download-outline\" slot=\"icon-only\"></ion-icon>\n </ion-button>\n </ion-buttons>\n <ion-buttons class=\"pdf-preview-modal__footer-zoom-container\">\n <ion-button (click)=\"onZoomOut()\" [disabled]=\"zoom === 1\">\n <ion-icon name=\"remove-circle-outline\" slot=\"icon-only\"></ion-icon>\n </ion-button>\n <ion-button (click)=\"onResetZoom()\">\n ZOOM\n </ion-button>\n <ion-button (click)=\"onZoomIn()\">\n <ion-icon name=\"add-circle-outline\" slot=\"icon-only\"></ion-icon>\n </ion-button>\n\n\n <ion-button (click)=\"prevPage()\">\n Prev\n </ion-button>\n {{page}}\n <ion-button (click)=\"nextPage()\">\n Next\n </ion-button>\n\n </ion-buttons>\n </ion-toolbar>\n</ion-footer>\n", styles: [""], dependencies: [{ kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i1.IonButton, selector: "ion-button", inputs: ["buttonType", "color", "disabled", "download", "expand", "fill", "form", "href", "mode", "rel", "routerAnimation", "routerDirection", "shape", "size", "strong", "target", "type"] }, { kind: "component", type: i1.IonButtons, selector: "ion-buttons", inputs: ["collapse"] }, { kind: "component", type: i1.IonFooter, selector: "ion-footer", inputs: ["collapse", "mode", "translucent"] }, { kind: "component", type: i1.IonIcon, selector: "ion-icon", inputs: ["color", "flipRtl", "icon", "ios", "lazy", "md", "mode", "name", "sanitize", "size", "src"] }, { kind: "component", type: i1.IonToolbar, selector: "ion-toolbar", inputs: ["color", "mode"] }, { kind: "component", type: i3.PdfViewerComponent, selector: "pdf-viewer", inputs: ["src", "c-maps-url", "page", "render-text", "render-text-mode", "original-size", "show-all", "stick-to-page", "zoom", "zoom-scale", "rotation", "external-link-target", "autoresize", "fit-to-page", "show-borders"], outputs: ["after-load-complete", "page-rendered", "pages-initialized", "text-layer-rendered", "error", "on-progress", "pageChange"] }, { kind: "component", type: i4.PinchZoomComponent, selector: "pinch-zoom, [pinch-zoom]", inputs: ["properties", "transition-duration", "transitionDuration", "double-tap", "doubleTap", "double-tap-scale", "doubleTapScale", "auto-zoom-out", "autoZoomOut", "limit-zoom", "limitZoom", "disabled", "disablePan", "overflow", "zoomControlScale", "disableZoomControl", "backgroundColor", "limitPan", "minPanScale", "minScale", "listeners", "wheel", "autoHeight", "wheelZoomFactor", "draggableImage"], exportAs: ["pinchZoom"] }, { kind: "component", type: EuimSpinnerComponent, selector: "euim-spinner" }, { kind: "component", type: EuimSpinnerMessageComponent, selector: "[euimSpinnerMessage]" }], encapsulation: i0.ViewEncapsulation.None }); }
|
|
4363
|
+
}
|
|
4364
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: EuimPdfWrapperComponent, decorators: [{
|
|
4365
|
+
type: Component,
|
|
4366
|
+
args: [{ selector: 'euim-pdf-wrapper', encapsulation: ViewEncapsulation.None, template: "<div>\n <euim-spinner *ngIf=\"loading\">\n <div euimSpinnerMessage>Loading PDF...</div>\n </euim-spinner>\n <div *ngIf=\"errorMessage\">{{errorMessage}}</div>\n</div>\n\n\n<pinch-zoom>\n <div style=\"display: block;width: 500px; height: 500px\">\n <pdf-viewer [src]=\"url\"\n [zoom]=\"zoom\"\n [original-size]=\"true\"\n [autoresize]=\"false\"\n (after-load-complete)=\"onLoaded($event)\"\n (error)=\"onError()\"\n [page]=\"page\"\n style=\"width: 100%; height: 100%\"></pdf-viewer>\n </div>\n</pinch-zoom>\n\n<ion-footer>\n <ion-toolbar color=\"primary\" class=\"pdf-preview-modal__footer\">\n <ion-buttons slot=\"start\">\n <ion-button (click)=\"onDownload()\" [disabled]=\"!pdf\">\n <ion-icon name=\"download-outline\" slot=\"icon-only\"></ion-icon>\n </ion-button>\n </ion-buttons>\n <ion-buttons class=\"pdf-preview-modal__footer-zoom-container\">\n <ion-button (click)=\"onZoomOut()\" [disabled]=\"zoom === 1\">\n <ion-icon name=\"remove-circle-outline\" slot=\"icon-only\"></ion-icon>\n </ion-button>\n <ion-button (click)=\"onResetZoom()\">\n ZOOM\n </ion-button>\n <ion-button (click)=\"onZoomIn()\">\n <ion-icon name=\"add-circle-outline\" slot=\"icon-only\"></ion-icon>\n </ion-button>\n\n\n <ion-button (click)=\"prevPage()\">\n Prev\n </ion-button>\n {{page}}\n <ion-button (click)=\"nextPage()\">\n Next\n </ion-button>\n\n </ion-buttons>\n </ion-toolbar>\n</ion-footer>\n" }]
|
|
4367
|
+
}], ctorParameters: () => [{ type: i1.AlertController }], propDecorators: { url: [{
|
|
4368
|
+
type: Input
|
|
4369
|
+
}], page: [{
|
|
4370
|
+
type: Input
|
|
4371
|
+
}] } });
|
|
4372
|
+
|
|
4373
|
+
const COMPONENTS = [
|
|
4374
|
+
EuimPdfWrapperComponent,
|
|
4375
|
+
];
|
|
4376
|
+
class EuimPdfWrapperModule {
|
|
4377
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: EuimPdfWrapperModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
4378
|
+
/** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.0", ngImport: i0, type: EuimPdfWrapperModule, declarations: [EuimPdfWrapperComponent], imports: [CommonModule,
|
|
4379
|
+
IonicModule,
|
|
4380
|
+
PdfViewerModule,
|
|
4381
|
+
PinchZoomModule,
|
|
4382
|
+
EuimSpinnerComponentModule], exports: [EuimPdfWrapperComponent] }); }
|
|
4383
|
+
/** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: EuimPdfWrapperModule, imports: [CommonModule,
|
|
4384
|
+
IonicModule,
|
|
4385
|
+
PdfViewerModule,
|
|
4386
|
+
PinchZoomModule,
|
|
4387
|
+
EuimSpinnerComponentModule] }); }
|
|
4388
|
+
}
|
|
4389
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: EuimPdfWrapperModule, decorators: [{
|
|
4390
|
+
type: NgModule,
|
|
4391
|
+
args: [{
|
|
4392
|
+
imports: [
|
|
4393
|
+
CommonModule,
|
|
4394
|
+
IonicModule,
|
|
4395
|
+
PdfViewerModule,
|
|
4396
|
+
PinchZoomModule,
|
|
4397
|
+
EuimSpinnerComponentModule,
|
|
4398
|
+
],
|
|
4178
4399
|
exports: [
|
|
4179
4400
|
...COMPONENTS,
|
|
4180
4401
|
],
|
|
@@ -4357,5 +4578,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImpor
|
|
|
4357
4578
|
* Generated bundle index. Do not edit.
|
|
4358
4579
|
*/
|
|
4359
4580
|
|
|
4360
|
-
export { BaseStatesDirective, EuiMUserProfileActionComponent, EuiMUserProfileAvatarComponent, EuiMUserProfileInfosComponent, EuiMUserProfileInfosItemComponent, EuimAlertMessageComponent, EuimAlertMessageModule, EuimAllModule, EuimAppComponent, EuimAppModule, EuimAppService, EuimAppSidebarComponent, EuimAppSidebarFooterComponent, EuimAppSidebarHeaderComponent, EuimAppSidebarMenuComponent, EuimAppSidebarModule, EuimAvatarComponent, EuimAvatarIconComponent, EuimAvatarIconModule, EuimAvatarMainIconDirective, EuimAvatarModule, EuimAvatarSubIconDirective, EuimBadgeComponent, EuimBadgeModule, EuimChipSelectorComponent, EuimChipSelectorComponentModule, EuimChipSelectorItemDirective, EuimControlFeedbackComponent, EuimControlFeedbackModule, EuimDataSummaryColComponent, EuimDataSummaryColLabelDirective, EuimDataSummaryColValueDirective, EuimDataSummaryComponent, EuimDataSummaryModule, EuimDividerDirective, EuimDividerModule, EuimEmptyListPlaceholderComponent, EuimEmptyListPlaceholderModule, EuimFieldSetComponent, EuimFieldsetActionsComponent, EuimFieldsetLegendComponent, EuimFieldsetModule, EuimHeaderDetailsComponent, EuimHeaderDetailsIconDirective, EuimHeaderDetailsMetaDirective, EuimHeaderDetailsModule, EuimHeaderDetailsTitleDirective, EuimInfoScreenComponent, EuimInfoScreenContentDirective, EuimInfoScreenModule, EuimInfoScreenSubTitleDirective, EuimInfoScreenTitleDirective, EuimItemDividerDirective, EuimItemDividerModule, EuimLabelComponent, EuimLabelModule, EuimLanguageListComponent, EuimLanguageSelectorComponent, EuimLanguageSelectorModule, EuimListHeaderDirective, EuimListHeaderModule, EuimMediaHeaderComponent, EuimMediaHeaderImageDirective, EuimMediaHeaderModule, EuimMediaHeaderSubTitleDirective, EuimMediaHeaderTitleDirective, EuimMenuComponent, EuimMenuModule, EuimMessageComponent, EuimMessageModule, EuimMessageTitleComponent, EuimMultiselectAllDirective, EuimMultiselectComponent, EuimMultiselectFilterComponent, EuimMultiselectInfoComponent, EuimMultiselectListComponent, EuimMultiselectModule, EuimMultiselectSelectFieldDirective, EuimMultiselectToolbarComponent, EuimNotificationItemComponent, EuimNotificationItemModule, EuimScrollerXComponent, EuimScrollerXComponentModule, EuimSidebarComponent, EuimSidebarContentComponent, EuimSidebarModule, EuimSkeletonListComponent, EuimSkeletonListItemComponent, EuimSkeletonListItemModule, EuimSkeletonListModule, EuimSkeletonTextAvatarDirective, EuimSkeletonTextAvatarModule, EuimSlideComponent, EuimSlideInfoScreenComponent, EuimSliderComponent, EuimSliderInfoScreenComponent, EuimSliderInfoScreenContentDirective, EuimSliderInfoScreenModule, EuimSliderInfoScreenSubTitleDirective, EuimSliderInfoScreenTitleDirective, EuimSliderModule, EuimSpinnerComponent, EuimSpinnerComponentModule, EuimSpinnerDescriptionComponent, EuimSpinnerMessageComponent, EuimStepperChangeEvent, EuimStepperComponent, EuimStepperComponentModule, EuimToolbarActionItemsComponent, EuimToolbarComponent, EuimToolbarComponentModule, EuimToolbarTitleComponent, EuimUserProfileComponent, EuimUserProfileModule };
|
|
4581
|
+
export { BaseStatesDirective, EuiMUserProfileActionComponent, EuiMUserProfileAvatarComponent, EuiMUserProfileInfosComponent, EuiMUserProfileInfosItemComponent, EuimAlertMessageComponent, EuimAlertMessageModule, EuimAllModule, EuimAppComponent, EuimAppModule, EuimAppService, EuimAppSidebarComponent, EuimAppSidebarFooterComponent, EuimAppSidebarHeaderComponent, EuimAppSidebarMenuComponent, EuimAppSidebarModule, EuimAvatarComponent, EuimAvatarIconComponent, EuimAvatarIconModule, EuimAvatarMainIconDirective, EuimAvatarModule, EuimAvatarSubIconDirective, EuimBadgeComponent, EuimBadgeModule, EuimChipSelectorComponent, EuimChipSelectorComponentModule, EuimChipSelectorItemDirective, EuimControlFeedbackComponent, EuimControlFeedbackModule, EuimDataSummaryColComponent, EuimDataSummaryColLabelDirective, EuimDataSummaryColValueDirective, EuimDataSummaryComponent, EuimDataSummaryModule, EuimDividerDirective, EuimDividerModule, EuimEmptyListPlaceholderComponent, EuimEmptyListPlaceholderModule, EuimFieldSetComponent, EuimFieldsetActionsComponent, EuimFieldsetLegendComponent, EuimFieldsetModule, EuimHeaderDetailsComponent, EuimHeaderDetailsIconDirective, EuimHeaderDetailsMetaDirective, EuimHeaderDetailsModule, EuimHeaderDetailsTitleDirective, EuimInfoScreenComponent, EuimInfoScreenContentDirective, EuimInfoScreenModule, EuimInfoScreenSubTitleDirective, EuimInfoScreenTitleDirective, EuimItemDividerDirective, EuimItemDividerModule, EuimLabelComponent, EuimLabelModule, EuimLanguageListComponent, EuimLanguageSelectorComponent, EuimLanguageSelectorModule, EuimListHeaderDirective, EuimListHeaderModule, EuimMediaHeaderComponent, EuimMediaHeaderImageDirective, EuimMediaHeaderModule, EuimMediaHeaderSubTitleDirective, EuimMediaHeaderTitleDirective, EuimMenuComponent, EuimMenuModule, EuimMessageComponent, EuimMessageModule, EuimMessageTitleComponent, EuimMultiselectAllDirective, EuimMultiselectComponent, EuimMultiselectFilterComponent, EuimMultiselectInfoComponent, EuimMultiselectListComponent, EuimMultiselectModule, EuimMultiselectSelectFieldDirective, EuimMultiselectToolbarComponent, EuimNotificationItemComponent, EuimNotificationItemModule, EuimPdfWrapperComponent, EuimPdfWrapperModule, EuimScrollerXComponent, EuimScrollerXComponentModule, EuimSidebarComponent, EuimSidebarContentComponent, EuimSidebarModule, EuimSkeletonListComponent, EuimSkeletonListItemComponent, EuimSkeletonListItemModule, EuimSkeletonListModule, EuimSkeletonTextAvatarDirective, EuimSkeletonTextAvatarModule, EuimSlideComponent, EuimSlideInfoScreenComponent, EuimSliderComponent, EuimSliderInfoScreenComponent, EuimSliderInfoScreenContentDirective, EuimSliderInfoScreenModule, EuimSliderInfoScreenSubTitleDirective, EuimSliderInfoScreenTitleDirective, EuimSliderModule, EuimSpinnerComponent, EuimSpinnerComponentModule, EuimSpinnerDescriptionComponent, EuimSpinnerMessageComponent, EuimStepperChangeEvent, EuimStepperComponent, EuimStepperComponentModule, EuimToolbarActionItemsComponent, EuimToolbarComponent, EuimToolbarComponentModule, EuimToolbarTitleComponent, EuimUserProfileComponent, EuimUserProfileModule };
|
|
4361
4582
|
//# sourceMappingURL=eui-mobile-core.mjs.map
|