@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
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"euim-chip-selector-item.directive.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/euim-chip-selector/euim-chip-selector-item/euim-chip-selector-item.directive.ts"],"names":[],"mappings":"AAAA,OAAO,EAAiC,UAAU,EAAE,SAAS,EAAE,MAAM,eAAe,CAAC;AACrF,OAAO,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAC;;AAGrD,qBAGa,6BAA6B;
|
|
1
|
+
{"version":3,"file":"euim-chip-selector-item.directive.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/euim-chip-selector/euim-chip-selector-item/euim-chip-selector-item.directive.ts"],"names":[],"mappings":"AAAA,OAAO,EAAiC,UAAU,EAAE,SAAS,EAAE,MAAM,eAAe,CAAC;AACrF,OAAO,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAC;;AAGrD,qBAGa,6BAA6B;IAUnB,QAAQ,EAAE,SAAS;IAAS,EAAE,EAAE,UAAU;IAT7D,eAAe,UAAS;IAEf,EAAE,EAAE,MAAM,CAAC;IAGpB,mBAAmB,EAAE,YAAY,CAAS;IAEpB,SAAS,SAA8B;gBAE1C,QAAQ,EAAE,SAAS,EAAS,EAAE,EAAE,UAAU;yCAVpD,6BAA6B;2CAA7B,6BAA6B;CAYzC"}
|
|
@@ -1,8 +1,9 @@
|
|
|
1
|
-
import { QueryList, OnChanges, SimpleChanges, AfterContentInit, AfterViewInit, EventEmitter } from '@angular/core';
|
|
1
|
+
import { QueryList, OnChanges, SimpleChanges, AfterContentInit, AfterViewInit, EventEmitter, OnDestroy } from '@angular/core';
|
|
2
2
|
import { BooleanInput } from '@angular/cdk/coercion';
|
|
3
3
|
import { EuimChipSelectorItemDirective } from './euim-chip-selector-item/euim-chip-selector-item.directive';
|
|
4
|
+
import { Subscription } from 'rxjs';
|
|
4
5
|
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class EuimChipSelectorComponent implements AfterViewInit, AfterContentInit, OnChanges {
|
|
6
|
+
export declare class EuimChipSelectorComponent implements AfterViewInit, AfterContentInit, OnChanges, OnDestroy {
|
|
6
7
|
backgroundColor: 'primary' | 'white' | '';
|
|
7
8
|
/**
|
|
8
9
|
* @deprecated Will be removed in v17.
|
|
@@ -15,21 +16,31 @@ export declare class EuimChipSelectorComponent implements AfterViewInit, AfterCo
|
|
|
15
16
|
sourceData: FilteredData[];
|
|
16
17
|
selectedChips: any[];
|
|
17
18
|
isMultiSelectionMode: BooleanInput;
|
|
19
|
+
euimKeepSelection: BooleanInput;
|
|
20
|
+
hasSearchbar: BooleanInput;
|
|
18
21
|
filterData: EventEmitter<FilteredData[]>;
|
|
19
22
|
clickItems: EventEmitter<string[]>;
|
|
20
23
|
get cssClasses(): string;
|
|
21
24
|
euimChipSelectorItemComponent: QueryList<EuimChipSelectorItemDirective>;
|
|
22
25
|
filteredData: FilteredData[];
|
|
23
26
|
filterConditions: any[];
|
|
27
|
+
searchInput: string;
|
|
28
|
+
euimChipSelectorItemSubscription: Subscription;
|
|
29
|
+
clickEventHandled: boolean;
|
|
24
30
|
ngAfterViewInit(): void;
|
|
25
31
|
ngAfterContentInit(): void;
|
|
32
|
+
ngOnDestroy(): void;
|
|
33
|
+
subscribeToChanges(): void;
|
|
26
34
|
ngOnChanges(changes: SimpleChanges): void;
|
|
27
35
|
getCssClasses(): string;
|
|
28
36
|
setCssItemClasses(): void;
|
|
29
37
|
getCssItemClasses(): string;
|
|
30
38
|
updateChipsAndFilters(): void;
|
|
39
|
+
clickEventHandler(chip: any): void;
|
|
40
|
+
handleChange(event: any): void;
|
|
31
41
|
clearFiltersAndSelectAll(): void;
|
|
32
42
|
updateChipsAndFilterDataAfterInit(): void;
|
|
43
|
+
emitEvents(): void;
|
|
33
44
|
onFilterChange(filterCondition: string, isFilterAll: BooleanInput, item: any): void;
|
|
34
45
|
applyFilter(filterCondition: string, isAllFilter: BooleanInput, multipleFilterConditions: string[]): void;
|
|
35
46
|
addSelectedStyles(item: any): void;
|
|
@@ -38,7 +49,7 @@ export declare class EuimChipSelectorComponent implements AfterViewInit, AfterCo
|
|
|
38
49
|
private handleSingleSelectionMode;
|
|
39
50
|
private clearAllSelections;
|
|
40
51
|
static ɵfac: i0.ɵɵFactoryDeclaration<EuimChipSelectorComponent, never>;
|
|
41
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<EuimChipSelectorComponent, "euim-chip-selector", never, { "backgroundColor": { "alias": "backgroundColor"; "required": false; }; "chipColor": { "alias": "chipColor"; "required": false; }; "color": { "alias": "color"; "required": false; }; "chipSelectedColor": { "alias": "chipSelectedColor"; "required": false; }; "chipFill": { "alias": "chipFill"; "required": false; }; "sourceData": { "alias": "sourceData"; "required": false; }; "selectedChips": { "alias": "selectedChips"; "required": false; }; "isMultiSelectionMode": { "alias": "isMultiSelectionMode"; "required": false; }; }, { "filterData": "filterData"; "clickItems": "clickItems"; }, ["euimChipSelectorItemComponent"], ["*"], false, never>;
|
|
52
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EuimChipSelectorComponent, "euim-chip-selector", never, { "backgroundColor": { "alias": "backgroundColor"; "required": false; }; "chipColor": { "alias": "chipColor"; "required": false; }; "color": { "alias": "color"; "required": false; }; "chipSelectedColor": { "alias": "chipSelectedColor"; "required": false; }; "chipFill": { "alias": "chipFill"; "required": false; }; "sourceData": { "alias": "sourceData"; "required": false; }; "selectedChips": { "alias": "selectedChips"; "required": false; }; "isMultiSelectionMode": { "alias": "isMultiSelectionMode"; "required": false; }; "euimKeepSelection": { "alias": "euimKeepSelection"; "required": false; }; "hasSearchbar": { "alias": "hasSearchbar"; "required": false; }; }, { "filterData": "filterData"; "clickItems": "clickItems"; }, ["euimChipSelectorItemComponent"], ["*"], false, never>;
|
|
42
53
|
}
|
|
43
54
|
interface FilteredData {
|
|
44
55
|
[key: string]: string;
|
|
@@ -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,EAAE,SAAS,EAAE,aAAa,EAA4C,gBAAgB,EAAyC,aAAa,EAAU,YAAY,EAAE,MAAM,eAAe,CAAC;
|
|
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,EAAE,SAAS,EAAE,aAAa,EAA4C,gBAAgB,EAAyC,aAAa,EAAU,YAAY,EAAE,SAAS,EAAE,MAAM,eAAe,CAAC;AAClO,OAAO,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAC;AAErD,OAAO,EAAE,6BAA6B,EAAE,MAAM,6DAA6D,CAAC;AAC5G,OAAO,EAAE,YAAY,EAAE,MAAM,MAAM,CAAC;;AAEpC,qBAQa,yBAA0B,YAAW,aAAa,EAAE,gBAAgB,EAAE,SAAS,EAAE,SAAS;IAE1F,eAAe,EAAE,SAAS,GAAI,OAAO,GAAG,EAAE,CAAa;IAChE;;;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;IAG3C,iBAAiB,EAAE,YAAY,CAAS;IAGxC,YAAY,EAAE,YAAY,CAAS;IACzB,UAAU,+BAAsC;IAChD,UAAU,yBAAgC;IAEpD,IACI,UAAU,IAAI,MAAM,CAEvB;IAGD,6BAA6B,EAAE,SAAS,CAAC,6BAA6B,CAAC,CAAC;IAExE,YAAY,iBAAwB;IACpC,gBAAgB,QAAK;IACrB,WAAW,SAAM;IACjB,gCAAgC,EAAE,YAAY,CAAC;IAC/C,iBAAiB,UAAS;IAE1B,eAAe,IAAI,IAAI;IAIvB,kBAAkB,IAAI,IAAI;IAM1B,WAAW,IAAI,IAAI;IAMnB,kBAAkB,IAAI,IAAI;IAW1B,WAAW,CAAC,OAAO,EAAE,aAAa,GAAG,IAAI;IAQzC,aAAa,IAAI,MAAM;IAOvB,iBAAiB,IAAI,IAAI;IASzB,iBAAiB,IAAI,MAAM;IAiB3B,qBAAqB,IAAI,IAAI;IA2B7B,iBAAiB,CAAC,IAAI,KAAA,GAAG,IAAI;IAqB7B,YAAY,CAAC,KAAK,EAAE,GAAG,GAAG,IAAI;IA0B9B,wBAAwB,IAAI,IAAI;IAehC,iCAAiC,IAAI,IAAI;IA4BzC,UAAU,IAAI,IAAI;IAIlB,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;IA+BzG,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;yCAjTjB,yBAAyB;2CAAzB,yBAAyB;CAwTrC;AAED,UAAU,YAAY;IAClB,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAC;CACzB"}
|
package/lib/components/euim-multiselect/euim-multiselect-all/euim-multiselect-all.directive.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"euim-multiselect-all.directive.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/euim-multiselect/euim-multiselect-all/euim-multiselect-all.directive.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,wBAAwB,EAAE,MAAM,+BAA+B,CAAC;;AAEzE,qBAGa,2BAA2B;IAGxB,OAAO,CAAC,SAAS;IAFP,SAAS,SAA2B;gBAEtC,SAAS,EAAC,wBAAwB;IAGtD,WAAW,CAAC,KAAK,EAAE,WAAW,GAAG,IAAI;
|
|
1
|
+
{"version":3,"file":"euim-multiselect-all.directive.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/euim-multiselect/euim-multiselect-all/euim-multiselect-all.directive.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,wBAAwB,EAAE,MAAM,+BAA+B,CAAC;;AAEzE,qBAGa,2BAA2B;IAGxB,OAAO,CAAC,SAAS;IAFP,SAAS,SAA2B;gBAEtC,SAAS,EAAC,wBAAwB;IAGtD,WAAW,CAAC,KAAK,EAAE,WAAW,GAAG,IAAI;IAWrC,IAAkC,aAAa,IAAI,OAAO,CAEzD;IACD,IAA4B,OAAO,IAAI,OAAO,CAE7C;yCAtBQ,2BAA2B;2CAA3B,2BAA2B;CAuBvC"}
|
|
@@ -6,6 +6,7 @@ export declare class EuimMultiselectFilterComponent {
|
|
|
6
6
|
filterByFieldsNames: string[];
|
|
7
7
|
constructor(multiselect: EuimMultiselectComponent);
|
|
8
8
|
handleChange(event: any): void;
|
|
9
|
+
applyStatusToSelectAllCheckControl(): void;
|
|
9
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<EuimMultiselectFilterComponent, never>;
|
|
10
11
|
static ɵcmp: i0.ɵɵComponentDeclaration<EuimMultiselectFilterComponent, "euim-multiselect-filter", never, { "filterByFieldsNames": { "alias": "filterByFieldsNames"; "required": false; }; }, {}, never, never, false, never>;
|
|
11
12
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"euim-multiselect-filter.component.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/euim-multiselect/euim-multiselect-filter/euim-multiselect-filter.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,wBAAwB,EAAE,MAAM,+BAA+B,CAAC;;AAEzE,qBAOa,8BAA8B;IAK1B,OAAO,CAAC,WAAW;IAJV,SAAS,SAA6B;IAEnD,mBAAmB,EAAE,MAAM,EAAE,CAAC;gBAElB,WAAW,EAAC,wBAAwB;IAGzD,YAAY,CAAC,KAAK,EAAE,GAAG,GAAG,IAAI;
|
|
1
|
+
{"version":3,"file":"euim-multiselect-filter.component.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/euim-multiselect/euim-multiselect-filter/euim-multiselect-filter.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,wBAAwB,EAAE,MAAM,+BAA+B,CAAC;;AAEzE,qBAOa,8BAA8B;IAK1B,OAAO,CAAC,WAAW;IAJV,SAAS,SAA6B;IAEnD,mBAAmB,EAAE,MAAM,EAAE,CAAC;gBAElB,WAAW,EAAC,wBAAwB;IAGzD,YAAY,CAAC,KAAK,EAAE,GAAG,GAAG,IAAI;IAgC9B,kCAAkC,IAAG,IAAI;yCAxChC,8BAA8B;2CAA9B,8BAA8B;CAwD1C"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { PDFDocumentProxy } from 'ng2-pdf-viewer';
|
|
2
|
+
import { AlertController } from '@ionic/angular';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class EuimPdfWrapperComponent {
|
|
5
|
+
private alertService;
|
|
6
|
+
url: string;
|
|
7
|
+
page: number;
|
|
8
|
+
zoom: number;
|
|
9
|
+
loading: boolean;
|
|
10
|
+
errorMessage: string;
|
|
11
|
+
pdf: PDFDocumentProxy;
|
|
12
|
+
private showDefaultError;
|
|
13
|
+
constructor(alertService: AlertController);
|
|
14
|
+
onLoaded(pdf: PDFDocumentProxy): void;
|
|
15
|
+
onError(): void;
|
|
16
|
+
onDownload(): void;
|
|
17
|
+
onZoomIn(): void;
|
|
18
|
+
onZoomOut(): void;
|
|
19
|
+
onResetZoom(): void;
|
|
20
|
+
nextPage(): void;
|
|
21
|
+
prevPage(): void;
|
|
22
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<EuimPdfWrapperComponent, never>;
|
|
23
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EuimPdfWrapperComponent, "euim-pdf-wrapper", never, { "url": { "alias": "url"; "required": false; }; "page": { "alias": "page"; "required": false; }; }, {}, never, never, false, never>;
|
|
24
|
+
}
|
|
25
|
+
//# sourceMappingURL=euim-pdf-wrapper.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"euim-pdf-wrapper.component.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/euim-pdf-wrapper/euim-pdf-wrapper.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,gBAAgB,EAAE,MAAM,gBAAgB,CAAC;AAClD,OAAO,EAAE,eAAe,EAAE,MAAM,gBAAgB,CAAC;;AAEjD,qBAOa,uBAAuB;IAUpB,OAAO,CAAC,YAAY;IATvB,GAAG,EAAE,MAAM,CAAC;IACZ,IAAI,SAAM;IAEnB,IAAI,SAAK;IACT,OAAO,UAAQ;IACf,YAAY,SAAM;IAClB,GAAG,EAAE,gBAAgB,CAAC;IACtB,OAAO,CAAC,gBAAgB,CAAU;gBAEd,YAAY,EAAE,eAAe;IAWjD,QAAQ,CAAC,GAAG,EAAE,gBAAgB,GAAG,IAAI;IAMrC,OAAO,IAAI,IAAI;IAMf,UAAU,IAAI,IAAI;IAsBlB,QAAQ,IAAI,IAAI;IAKhB,SAAS,IAAI,IAAI;IAMjB,WAAW,IAAI,IAAI;IAQnB,QAAQ,IAAI,IAAI;IAMhB,QAAQ,IAAG,IAAI;yCAhFN,uBAAuB;2CAAvB,uBAAuB;CAqFnC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./euim-pdf-wrapper.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "@ionic/angular";
|
|
5
|
+
import * as i4 from "ng2-pdf-viewer";
|
|
6
|
+
import * as i5 from "@meddv/ngx-pinch-zoom";
|
|
7
|
+
import * as i6 from "../euim-spinner/euim-spinner.module";
|
|
8
|
+
export declare class EuimPdfWrapperModule {
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<EuimPdfWrapperModule, never>;
|
|
10
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<EuimPdfWrapperModule, [typeof i1.EuimPdfWrapperComponent], [typeof i2.CommonModule, typeof i3.IonicModule, typeof i4.PdfViewerModule, typeof i5.PinchZoomModule, typeof i6.EuimSpinnerComponentModule], [typeof i1.EuimPdfWrapperComponent]>;
|
|
11
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<EuimPdfWrapperModule>;
|
|
12
|
+
}
|
|
13
|
+
//# sourceMappingURL=euim-pdf-wrapper.module.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"euim-pdf-wrapper.module.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/euim-pdf-wrapper/euim-pdf-wrapper.module.ts"],"names":[],"mappings":";;;;;;;AAYA,qBAgBa,oBAAoB;yCAApB,oBAAoB;0CAApB,oBAAoB;0CAApB,oBAAoB;CAChC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/euim-pdf-wrapper/index.ts"],"names":[],"mappings":"AAAA,cAAc,2BAA2B,CAAC;AAC1C,cAAc,8BAA8B,CAAC"}
|
|
@@ -27,6 +27,7 @@ export * from './euim-chip-selector';
|
|
|
27
27
|
export * from './euim-skeleton-list';
|
|
28
28
|
export * from './euim-skeleton-list-item';
|
|
29
29
|
export * from './euim-multiselect';
|
|
30
|
+
export * from './euim-pdf-wrapper';
|
|
30
31
|
export * from './directives/euim-list-header';
|
|
31
32
|
export * from './directives/euim-item-divider';
|
|
32
33
|
export * from './directives/euim-divider';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/lib/components/index.ts"],"names":[],"mappings":"AAAA,cAAc,oBAAoB,CAAC;AACnC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,gCAAgC,CAAC;AAC/C,cAAc,mBAAmB,CAAC;AAClC,cAAc,iCAAiC,CAAC;AAChD,cAAc,4BAA4B,CAAC;AAC3C,cAAc,uBAAuB,CAAC;AACtC,cAAc,uBAAuB,CAAC;AACtC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,2BAA2B,CAAC;AAE1C,cAAc,oBAAoB,CAAC;AACnC,cAAc,cAAc,CAAC;AAC7B,cAAc,+BAA+B,CAAC;AAC9C,cAAc,aAAa,CAAC;AAC5B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,iBAAiB,CAAC;AAChC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,qBAAqB,CAAC;AACpC,cAAc,qBAAqB,CAAC;AACpC,cAAc,eAAe,CAAC;AAC9B,cAAc,sBAAsB,CAAC;AAErC,cAAc,eAAe,CAAC;AAC9B,cAAc,2BAA2B,CAAC;AAC1C,cAAc,mBAAmB,CAAC;AAClC,cAAc,sBAAsB,CAAC;AACrC,cAAc,sBAAsB,CAAC;AACrC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,oBAAoB,CAAC;AAEnC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,gCAAgC,CAAC;AAC/C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,wCAAwC,CAAC;AAEvD,cAAc,yBAAyB,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/lib/components/index.ts"],"names":[],"mappings":"AAAA,cAAc,oBAAoB,CAAC;AACnC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,gCAAgC,CAAC;AAC/C,cAAc,mBAAmB,CAAC;AAClC,cAAc,iCAAiC,CAAC;AAChD,cAAc,4BAA4B,CAAC;AAC3C,cAAc,uBAAuB,CAAC;AACtC,cAAc,uBAAuB,CAAC;AACtC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,2BAA2B,CAAC;AAE1C,cAAc,oBAAoB,CAAC;AACnC,cAAc,cAAc,CAAC;AAC7B,cAAc,+BAA+B,CAAC;AAC9C,cAAc,aAAa,CAAC;AAC5B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,iBAAiB,CAAC;AAChC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,qBAAqB,CAAC;AACpC,cAAc,qBAAqB,CAAC;AACpC,cAAc,eAAe,CAAC;AAC9B,cAAc,sBAAsB,CAAC;AAErC,cAAc,eAAe,CAAC;AAC9B,cAAc,2BAA2B,CAAC;AAC1C,cAAc,mBAAmB,CAAC;AAClC,cAAc,sBAAsB,CAAC;AACrC,cAAc,sBAAsB,CAAC;AACrC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,oBAAoB,CAAC;AACnC,cAAc,oBAAoB,CAAC;AAEnC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,gCAAgC,CAAC;AAC/C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,wCAAwC,CAAC;AAEvD,cAAc,yBAAyB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"euim-all.module.d.ts","sourceRoot":"","sources":["../../src/lib/euim-all.module.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"euim-all.module.d.ts","sourceRoot":"","sources":["../../src/lib/euim-all.module.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAkFA,qBAUa,aAAa;yCAAb,aAAa;0CAAb,aAAa;0CAAb,aAAa;CACzB"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eui/mobile-core",
|
|
3
|
-
"version": "17.0.0-next.
|
|
3
|
+
"version": "17.0.0-next.3",
|
|
4
4
|
"tag": "next",
|
|
5
5
|
"license": "EUPL-1.1",
|
|
6
6
|
"dependencies": {
|
|
@@ -8,6 +8,8 @@
|
|
|
8
8
|
"@ionic/angular": "6.7.5",
|
|
9
9
|
"@ionic/storage": "3.0.6",
|
|
10
10
|
"ngx-moment": "6.0.2",
|
|
11
|
+
"ng2-pdf-viewer": "10.0.0",
|
|
12
|
+
"@meddv/ngx-pinch-zoom": "17.0.1",
|
|
11
13
|
"tslib": "^2.3.0"
|
|
12
14
|
},
|
|
13
15
|
"module": "fesm2022/eui-mobile-core.mjs",
|