@eui/cli 19.3.13 → 19.3.14-snapshot-1774513968963
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/lib/skeletons/_angular/base/package.json +2 -2
- package/lib/skeletons/_angular/base-mobile/package.json +2 -2
- package/lib/skeletons/_angular/base-mobile/src/app/app-routing.module.ts +2 -2
- package/lib/skeletons/_angular/base-mobile/src/app/app.component.html +41 -18
- package/lib/skeletons/_angular/base-mobile/src/app/app.component.ts +23 -15
- package/lib/skeletons/_angular/base-mobile/src/app/features/about/about.component.html +1 -1
- package/lib/skeletons/_angular/base-mobile/src/app/features/home/home.component.html +44 -5
- package/lib/skeletons/_angular/base-mobile/src/app/features/home/home.component.ts +69 -3
- package/lib/skeletons/_angular/base-mobile/src/app/features/module1/components/page1/page1.component.html +24 -5
- package/lib/skeletons/_angular/base-mobile/src/app/features/module1/components/page1/page1.component.ts +3 -3
- package/lib/skeletons/_angular/base-mobile/src/app/features/module1/components/page2/page2.component.html +24 -5
- package/lib/skeletons/_angular/base-mobile/src/app/features/module1/components/page2/page2.component.ts +3 -3
- package/lib/skeletons/_angular/base-mobile/src/app/features/module1/module1.component.html +2 -2
- package/lib/skeletons/_angular/base-mobile/src/app/features/welcome/welcome.component.html +32 -0
- package/lib/skeletons/_angular/base-mobile/src/app/features/welcome/welcome.component.ts +9 -0
- package/lib/skeletons/_angular/base-mobile/src/app/features/welcome/welcome.routes.ts +6 -0
- package/lib/skeletons/_angular/base-mobile/src/assets/icons/app-icon-1024.png +0 -0
- package/lib/skeletons/_angular/base-mobile/src/assets/icons/app-icon-114.png +0 -0
- package/lib/skeletons/_angular/base-mobile/src/assets/icons/app-icon-120.png +0 -0
- package/lib/skeletons/_angular/base-mobile/src/assets/icons/app-icon-128.png +0 -0
- package/lib/skeletons/_angular/base-mobile/src/assets/icons/app-icon-144.png +0 -0
- package/lib/skeletons/_angular/base-mobile/src/assets/icons/app-icon-152.png +0 -0
- package/lib/skeletons/_angular/base-mobile/src/assets/icons/app-icon-16.png +0 -0
- package/lib/skeletons/_angular/base-mobile/src/assets/icons/app-icon-180.png +0 -0
- package/lib/skeletons/_angular/base-mobile/src/assets/icons/app-icon-192.png +0 -0
- package/lib/skeletons/_angular/base-mobile/src/assets/icons/app-icon-32.png +0 -0
- package/lib/skeletons/_angular/base-mobile/src/assets/icons/app-icon-36.png +0 -0
- package/lib/skeletons/_angular/base-mobile/src/assets/icons/app-icon-384.png +0 -0
- package/lib/skeletons/_angular/base-mobile/src/assets/icons/app-icon-48.png +0 -0
- package/lib/skeletons/_angular/base-mobile/src/assets/icons/app-icon-512.png +0 -0
- package/lib/skeletons/_angular/base-mobile/src/assets/icons/app-icon-57.png +0 -0
- package/lib/skeletons/_angular/base-mobile/src/assets/icons/app-icon-60.png +0 -0
- package/lib/skeletons/_angular/base-mobile/src/assets/icons/app-icon-72.png +0 -0
- package/lib/skeletons/_angular/base-mobile/src/assets/icons/app-icon-76.png +0 -0
- package/lib/skeletons/_angular/base-mobile/src/assets/icons/app-icon-96.png +0 -0
- package/lib/skeletons/_angular/base-mobile/src/assets/icons/apple-splash-landscape-1125-2436.png +0 -0
- package/lib/skeletons/_angular/base-mobile/src/assets/icons/apple-splash-landscape-1170-2532.png +0 -0
- package/lib/skeletons/_angular/base-mobile/src/assets/icons/apple-splash-landscape-1179-2556.png +0 -0
- package/lib/skeletons/_angular/base-mobile/src/assets/icons/apple-splash-landscape-1242-2208.png +0 -0
- package/lib/skeletons/_angular/base-mobile/src/assets/icons/apple-splash-landscape-1242-2688.png +0 -0
- package/lib/skeletons/_angular/base-mobile/src/assets/icons/apple-splash-landscape-1284-2778.png +0 -0
- package/lib/skeletons/_angular/base-mobile/src/assets/icons/apple-splash-landscape-1290-2796.png +0 -0
- package/lib/skeletons/_angular/base-mobile/src/assets/icons/apple-splash-landscape-1488-2266.png +0 -0
- package/lib/skeletons/_angular/base-mobile/src/assets/icons/apple-splash-landscape-1536-2048.png +0 -0
- package/lib/skeletons/_angular/base-mobile/src/assets/icons/apple-splash-landscape-1620-2160.png +0 -0
- package/lib/skeletons/_angular/base-mobile/src/assets/icons/apple-splash-landscape-1640-2360.png +0 -0
- package/lib/skeletons/_angular/base-mobile/src/assets/icons/apple-splash-landscape-1668-2224.png +0 -0
- package/lib/skeletons/_angular/base-mobile/src/assets/icons/apple-splash-landscape-1668-2388.png +0 -0
- package/lib/skeletons/_angular/base-mobile/src/assets/icons/apple-splash-landscape-2048-2732.png +0 -0
- package/lib/skeletons/_angular/base-mobile/src/assets/icons/apple-splash-landscape-640-1136.png +0 -0
- package/lib/skeletons/_angular/base-mobile/src/assets/icons/apple-splash-landscape-750-1334.png +0 -0
- package/lib/skeletons/_angular/base-mobile/src/assets/icons/apple-splash-landscape-828-1792.png +0 -0
- package/lib/skeletons/_angular/base-mobile/src/assets/icons/apple-splash-portrait-1125-2436.png +0 -0
- package/lib/skeletons/_angular/base-mobile/src/assets/icons/apple-splash-portrait-1170-2532.png +0 -0
- package/lib/skeletons/_angular/base-mobile/src/assets/icons/apple-splash-portrait-1179-2556.png +0 -0
- package/lib/skeletons/_angular/base-mobile/src/assets/icons/apple-splash-portrait-1242-2208.png +0 -0
- package/lib/skeletons/_angular/base-mobile/src/assets/icons/apple-splash-portrait-1242-2688.png +0 -0
- package/lib/skeletons/_angular/base-mobile/src/assets/icons/apple-splash-portrait-1284-2778.png +0 -0
- package/lib/skeletons/_angular/base-mobile/src/assets/icons/apple-splash-portrait-1290-2796.png +0 -0
- package/lib/skeletons/_angular/base-mobile/src/assets/icons/apple-splash-portrait-1488-2266.png +0 -0
- package/lib/skeletons/_angular/base-mobile/src/assets/icons/apple-splash-portrait-1536-2048.png +0 -0
- package/lib/skeletons/_angular/base-mobile/src/assets/icons/apple-splash-portrait-1620-2160.png +0 -0
- package/lib/skeletons/_angular/base-mobile/src/assets/icons/apple-splash-portrait-1640-2360.png +0 -0
- package/lib/skeletons/_angular/base-mobile/src/assets/icons/apple-splash-portrait-1668-2224.png +0 -0
- package/lib/skeletons/_angular/base-mobile/src/assets/icons/apple-splash-portrait-1668-2388.png +0 -0
- package/lib/skeletons/_angular/base-mobile/src/assets/icons/apple-splash-portrait-2048-2732.png +0 -0
- package/lib/skeletons/_angular/base-mobile/src/assets/icons/apple-splash-portrait-640-1136.png +0 -0
- package/lib/skeletons/_angular/base-mobile/src/assets/icons/apple-splash-portrait-750-1334.png +0 -0
- package/lib/skeletons/_angular/base-mobile/src/assets/icons/apple-splash-portrait-828-1792.png +0 -0
- package/lib/skeletons/_angular/base-mobile/src/assets/images/image.png +0 -0
- package/lib/skeletons/web-symfony/myapp-web/package.json +2 -2
- package/package.json +2 -2
- package/lib/skeletons/_angular/base-mobile/src/app/features/module2/module2.component.html +0 -11
- package/lib/skeletons/_angular/base-mobile/src/app/features/module2/module2.component.ts +0 -9
- package/lib/skeletons/_angular/base-mobile/src/app/features/module2/module2.routes.ts +0 -6
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "eui-angular-app",
|
|
3
|
-
"version": "19.3.
|
|
3
|
+
"version": "19.3.14-snapshot-1774513968963",
|
|
4
4
|
"license": "EUPL-1.1",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"ng": "ng",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
},
|
|
22
22
|
"private": true,
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"@eui/deps-base": "19.3.
|
|
24
|
+
"@eui/deps-base": "19.3.14-snapshot-1774513968963"
|
|
25
25
|
},
|
|
26
26
|
"resolutions": {
|
|
27
27
|
"js-yaml": ">=3.13.1",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "eui-angular-app",
|
|
3
|
-
"version": "19.3.
|
|
3
|
+
"version": "19.3.14-snapshot-1774513968963",
|
|
4
4
|
"license": "EUPL-1.1",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"ng": "ng",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
},
|
|
21
21
|
"private": true,
|
|
22
22
|
"dependencies": {
|
|
23
|
-
"@eui/deps-base-next": "19.3.
|
|
23
|
+
"@eui/deps-base-next": "19.3.14-snapshot-1774513968963",
|
|
24
24
|
"@eui/mobile-core": "20.0.1",
|
|
25
25
|
"@eui/mobile-styles": "20.0.1"
|
|
26
26
|
},
|
|
@@ -2,12 +2,12 @@ import { NgModule } from '@angular/core';
|
|
|
2
2
|
import { RouterModule, Routes } from '@angular/router';
|
|
3
3
|
|
|
4
4
|
const routes: Routes = [
|
|
5
|
-
{ path: '', redirectTo: 'screen/
|
|
5
|
+
{ path: '', redirectTo: 'screen/welcome', pathMatch: 'full' },
|
|
6
6
|
{ path: 'index.jsp', redirectTo: 'screen/home' },
|
|
7
7
|
{ path: 'screen/home', loadChildren: () => import('./features/home/home.routes').then(m => m.HOME_ROUTES) },
|
|
8
8
|
{ path: 'screen/module1', loadChildren: () => import('./features/module1/module1.routes').then(m => m.MODULE1_ROUTES) },
|
|
9
|
-
{ path: 'screen/module2', loadChildren: () => import('./features/module2/module2.routes').then(m => m.MODULE2_ROUTES) },
|
|
10
9
|
{ path: 'screen/about', loadChildren: () => import('./features/about/about.routes').then(m => m.ABOUT_ROUTES) },
|
|
10
|
+
{ path: 'screen/welcome', loadChildren: () => import('./features/welcome/welcome.routes').then(m => m.WELCOME_ROUTES) },
|
|
11
11
|
];
|
|
12
12
|
|
|
13
13
|
@NgModule({
|
|
@@ -21,26 +21,49 @@
|
|
|
21
21
|
</euim-user-profile-action>
|
|
22
22
|
</euim-user-profile>
|
|
23
23
|
<euim-sidebar-content>
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
<ion-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
<ion-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
24
|
+
@for (item of items; track item) {
|
|
25
|
+
@if (item?.isSection) {
|
|
26
|
+
<ion-item-divider>
|
|
27
|
+
<ion-label>{{item?.label}}</ion-label>
|
|
28
|
+
</ion-item-divider>
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
@if (!item?.isSection) {
|
|
32
|
+
<ion-item *ngIf="!item?.isSection"
|
|
33
|
+
(click)="onItemClick(item)"
|
|
34
|
+
button
|
|
35
|
+
lines="none">
|
|
36
|
+
<ion-icon [name]="item.icon"
|
|
37
|
+
slot="start"></ion-icon>
|
|
38
|
+
<ion-label>
|
|
39
|
+
<div euimLabel>{{item?.label}}</div>
|
|
40
|
+
</ion-label>
|
|
41
|
+
|
|
42
|
+
@if (item.hasBadge) {
|
|
43
|
+
<ion-badge color="primary" slot="end">Manager</ion-badge>
|
|
44
|
+
}
|
|
45
|
+
</ion-item>
|
|
46
|
+
}
|
|
47
|
+
}
|
|
39
48
|
</euim-sidebar-content>
|
|
40
49
|
<ion-footer>
|
|
41
|
-
<ion-item>
|
|
42
|
-
<
|
|
43
|
-
<
|
|
50
|
+
<ion-item button lines="none" href="screen/about">
|
|
51
|
+
<ion-icon name="phone-portrait-outline" slot="start"></ion-icon>
|
|
52
|
+
<ion-label>
|
|
53
|
+
<div euimLabel>About</div>
|
|
54
|
+
</ion-label>
|
|
55
|
+
</ion-item>
|
|
56
|
+
<ion-item button lines="none" href="screen/welcome">
|
|
57
|
+
<ion-icon name="bulb-outline" slot="start"></ion-icon>
|
|
58
|
+
<ion-label>
|
|
59
|
+
<div euimLabel>Welcome</div>
|
|
60
|
+
</ion-label>
|
|
61
|
+
</ion-item>
|
|
62
|
+
<ion-item button lines="none">
|
|
63
|
+
<ion-icon name="power-outline" slot="start"></ion-icon>
|
|
64
|
+
<ion-label>
|
|
65
|
+
<div euimLabel>Sign Out</div>
|
|
66
|
+
</ion-label>
|
|
44
67
|
</ion-item>
|
|
45
68
|
</ion-footer>
|
|
46
69
|
</euim-sidebar>
|
|
@@ -9,7 +9,7 @@ import { NavController } from "@ionic/angular";
|
|
|
9
9
|
@Component({
|
|
10
10
|
selector: 'app-root',
|
|
11
11
|
templateUrl: './app.component.html',
|
|
12
|
-
standalone:false,
|
|
12
|
+
standalone: false,
|
|
13
13
|
})
|
|
14
14
|
export class AppComponent implements OnDestroy {
|
|
15
15
|
userInfos: UserState;
|
|
@@ -18,30 +18,37 @@ export class AppComponent implements OnDestroy {
|
|
|
18
18
|
// an array to keep all subscriptions and easily unsubscribe
|
|
19
19
|
subs: Subscription[] = [];
|
|
20
20
|
|
|
21
|
-
public
|
|
21
|
+
public items: MenuItem[] = [
|
|
22
22
|
{
|
|
23
23
|
label: 'Home', url: 'screen/home', icon: 'home-outline',
|
|
24
|
-
iconColor: 'dark',
|
|
25
24
|
},
|
|
26
25
|
{
|
|
27
26
|
isSection: true,
|
|
28
|
-
label: '
|
|
27
|
+
label: 'DOCUMENTATION',
|
|
29
28
|
},
|
|
30
|
-
{ label: '
|
|
31
|
-
|
|
32
|
-
{ label: '
|
|
33
|
-
icon: '
|
|
34
|
-
{ label: '
|
|
35
|
-
icon: '
|
|
29
|
+
{ label: 'Design System', url: 'https://eui.ecdevops.eu/eui-showcase-ux-components-21.x/showcase-design-system/home',
|
|
30
|
+
icon: 'color-palette-outline', },
|
|
31
|
+
{ label: 'Components', url: 'https://eui.ecdevops.eu/eui-showcase-mobile-20.x/home/components?segment=alphabetical',
|
|
32
|
+
icon: 'cube-outline', },
|
|
33
|
+
{ label: 'Patterns', url: 'https://eui.ecdevops.eu/eui-showcase-mobile-patterns-20.x/home',
|
|
34
|
+
icon: 'library-outline', },
|
|
35
|
+
{ label: 'Applications', url: 'https://eui.ecdevops.eu/eui-showcase-mobile-patterns-20.x/home/patterns?segment=apps',
|
|
36
|
+
icon: 'apps-outline', },
|
|
37
|
+
{ label: 'Plugins & Services', url: 'https://eui.ecdevops.eu/eui-showcase-mobile-20.x/home/plugins-services',
|
|
38
|
+
icon: 'hardware-chip-outline', },
|
|
36
39
|
{
|
|
37
40
|
isSection: true,
|
|
38
|
-
label: '
|
|
41
|
+
label: 'SAMPLE CONTENT',
|
|
42
|
+
},
|
|
43
|
+
{ label: 'Module Page', url: 'screen/module1',
|
|
44
|
+
icon: 'document-outline', },
|
|
45
|
+
{
|
|
46
|
+
label: 'Page One', url: 'screen/module1/page1',
|
|
47
|
+
icon: 'reader-outline',
|
|
39
48
|
},
|
|
40
|
-
{ label: 'Module Page', url: 'screen/module2',
|
|
41
|
-
icon: 'document-outline', iconColor: 'dark', },
|
|
42
49
|
{
|
|
43
|
-
label: '
|
|
44
|
-
icon: '
|
|
50
|
+
label: 'Page Two', url: 'screen/module1/page2',
|
|
51
|
+
icon: 'reader-outline',
|
|
45
52
|
},
|
|
46
53
|
|
|
47
54
|
];
|
|
@@ -74,4 +81,5 @@ export interface MenuItem {
|
|
|
74
81
|
label: string;
|
|
75
82
|
url?: string;
|
|
76
83
|
isSection?: boolean;
|
|
84
|
+
hasBadge?: boolean;
|
|
77
85
|
}
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
<euim-toolbar-title>{{ 'euim.about.text' | translate }}</euim-toolbar-title>
|
|
5
5
|
<euim-toolbar-action-items>
|
|
6
6
|
<ion-button>
|
|
7
|
-
<ion-label
|
|
7
|
+
<ion-label (click)="toggleQRCode()" slot="end">
|
|
8
8
|
<strong>
|
|
9
9
|
@if (showCode) {
|
|
10
10
|
{{ 'euim.about.hide.qrcode' | translate }}
|
|
@@ -1,11 +1,50 @@
|
|
|
1
1
|
<ion-header>
|
|
2
|
-
<ion-toolbar color="
|
|
3
|
-
<euim-toolbar [hasSidebarTrigger]="true"
|
|
4
|
-
<euim-toolbar-title>
|
|
2
|
+
<ion-toolbar color="light">
|
|
3
|
+
<euim-toolbar [hasSidebarTrigger]="true">
|
|
4
|
+
<euim-toolbar-title>Home</euim-toolbar-title>
|
|
5
|
+
<euim-toolbar-action-items>
|
|
6
|
+
<ion-button>
|
|
7
|
+
<ion-icon slot="icon-only" name="share-social-outline"></ion-icon>
|
|
8
|
+
</ion-button>
|
|
9
|
+
</euim-toolbar-action-items>
|
|
5
10
|
</euim-toolbar>
|
|
6
11
|
</ion-toolbar>
|
|
7
12
|
</ion-header>
|
|
8
13
|
|
|
9
|
-
<ion-content
|
|
10
|
-
|
|
14
|
+
<ion-content>
|
|
15
|
+
<ion-list>
|
|
16
|
+
@for (item of items; track $index;) {
|
|
17
|
+
@if (item.sectionTitle) {
|
|
18
|
+
<ion-list-header lines="full">
|
|
19
|
+
<ion-label>{{ item.sectionTitle }}</ion-label>
|
|
20
|
+
</ion-list-header>
|
|
21
|
+
}
|
|
22
|
+
@for (item of item.items; track item;) {
|
|
23
|
+
<ion-item button lines="none" [href]="item.url" target="_blank">
|
|
24
|
+
@if (item.icon) {
|
|
25
|
+
<euim-avatar slot="start">
|
|
26
|
+
<euim-avatar-icon>
|
|
27
|
+
<ion-icon [name]="item.icon"></ion-icon>
|
|
28
|
+
</euim-avatar-icon>
|
|
29
|
+
</euim-avatar>
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
<ion-label>
|
|
33
|
+
@if (item.title) {
|
|
34
|
+
<div euimLabel euimLabelTitle euimLabelTruncate>{{ item.title }}</div>
|
|
35
|
+
}
|
|
36
|
+
@if (item.subtitle) {
|
|
37
|
+
<div euimLabel euimLabelSubTitle>{{ item.subtitle }}</div>
|
|
38
|
+
}
|
|
39
|
+
</ion-label>
|
|
40
|
+
</ion-item>
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
@if (item.hasHelperText) {
|
|
44
|
+
<euim-helper-text>
|
|
45
|
+
Please refer to documentation above to learn more about eUI/Mobile library and get started with variety of examples
|
|
46
|
+
</euim-helper-text>
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
</ion-list>
|
|
11
50
|
</ion-content>
|
|
@@ -1,12 +1,78 @@
|
|
|
1
1
|
import { Component, Inject } from '@angular/core';
|
|
2
2
|
import { CONFIG_TOKEN, EuiAppConfig } from '@eui/core';
|
|
3
|
-
import {
|
|
4
|
-
import { IonToolbar, IonHeader, IonContent } from '@ionic/angular/standalone';
|
|
3
|
+
import { EUIM_TOOLBAR, EUIM_AVATAR, EUIM_LABEL, EuimHelperTextComponent } from '@eui/mobile-core';
|
|
4
|
+
import { IonToolbar, IonHeader, IonContent, IonList, IonButton, IonIcon, IonListHeader } from '@ionic/angular/standalone';
|
|
5
5
|
|
|
6
6
|
@Component({
|
|
7
7
|
templateUrl: './home.component.html',
|
|
8
|
-
imports: [
|
|
8
|
+
imports: [EUIM_TOOLBAR, EUIM_AVATAR, EUIM_LABEL, IonList, IonListHeader, IonButton, IonIcon, EuimHelperTextComponent, IonToolbar, IonHeader, IonContent],
|
|
9
9
|
})
|
|
10
10
|
export class HomeComponent {
|
|
11
11
|
constructor(@Inject(CONFIG_TOKEN) private config: EuiAppConfig) {}
|
|
12
|
+
|
|
13
|
+
items: ListItems[] = [
|
|
14
|
+
{
|
|
15
|
+
sectionTitle: 'DOCUMENTATION',
|
|
16
|
+
items: [
|
|
17
|
+
{
|
|
18
|
+
title: 'Design System',
|
|
19
|
+
subtitle: 'Explore 90+ mobile components',
|
|
20
|
+
url: 'https://eui.ecdevops.eu/eui-showcase-ux-components-21.x/showcase-design-system/home',
|
|
21
|
+
icon: 'color-palette-outline',
|
|
22
|
+
},
|
|
23
|
+
{ title: 'Components',
|
|
24
|
+
subtitle: 'Explore 90+ mobile components',
|
|
25
|
+
url: 'https://eui.ecdevops.eu/eui-showcase-mobile-20.x/home/components?segment=alphabetical',
|
|
26
|
+
icon: 'cube-outline',
|
|
27
|
+
},
|
|
28
|
+
{ title: 'Patterns',
|
|
29
|
+
subtitle: 'Explore proven component combinations',
|
|
30
|
+
url: 'https://eui.ecdevops.eu/eui-showcase-mobile-patterns-20.x/home',
|
|
31
|
+
icon: 'library-outline',
|
|
32
|
+
},
|
|
33
|
+
{ title: 'Applications',
|
|
34
|
+
subtitle: 'Get inspired of 15+ eUI/Mobile apps ',
|
|
35
|
+
url: 'https://eui.ecdevops.eu/eui-showcase-mobile-patterns-20.x/home/patterns?segment=apps',
|
|
36
|
+
icon: 'apps-outline',
|
|
37
|
+
},
|
|
38
|
+
{ title: 'Plugins & Services',
|
|
39
|
+
subtitle: 'Native hardware API’s',
|
|
40
|
+
url: 'https://eui.ecdevops.eu/eui-showcase-mobile-20.x/home/plugins-services',
|
|
41
|
+
icon: 'hardware-chip-outline',
|
|
42
|
+
},
|
|
43
|
+
],
|
|
44
|
+
|
|
45
|
+
hasHelperText: true,
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
sectionTitle: 'CONTACT US',
|
|
49
|
+
items: [
|
|
50
|
+
{
|
|
51
|
+
title: 'Teams',
|
|
52
|
+
subtitle: 'Official eUI support channel ',
|
|
53
|
+
url: 'https://teams.microsoft.com/l/channel/19%3a6db7a6cef52340eb91d67b8d75db2523%40thread.tacv2/%25E2%259D%2593%25E2%259D%2593%2520%2520HELPDESK%2520and%2520SUPPORT?groupId=fb6def72-c57b-4e8f-a82e-49be65d6e1f5&tenantId=b24c8b06-522c-46fe-9080-70926f8dddb1',
|
|
54
|
+
icon: 'people-outline',
|
|
55
|
+
},
|
|
56
|
+
{
|
|
57
|
+
title: 'Helpdesk',
|
|
58
|
+
subtitle: 'Send us a support ticket',
|
|
59
|
+
url: 'mailto:digit-eui-support@ec.europa.eu',
|
|
60
|
+
icon: 'mail-outline',
|
|
61
|
+
},
|
|
62
|
+
],
|
|
63
|
+
},
|
|
64
|
+
];
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
interface Item {
|
|
68
|
+
title: string;
|
|
69
|
+
subtitle: string;
|
|
70
|
+
icon?: string;
|
|
71
|
+
url?: string;
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
interface ListItems {
|
|
75
|
+
sectionTitle?: string;
|
|
76
|
+
items: Item[];
|
|
77
|
+
hasHelperText?: boolean;
|
|
12
78
|
}
|
|
@@ -1,11 +1,30 @@
|
|
|
1
1
|
<ion-header>
|
|
2
|
-
<ion-toolbar color="
|
|
2
|
+
<ion-toolbar color="light">
|
|
3
3
|
<euim-toolbar>
|
|
4
|
-
<euim-toolbar-title>
|
|
4
|
+
<euim-toolbar-title>Page One</euim-toolbar-title>
|
|
5
|
+
<euim-toolbar-action-items>
|
|
6
|
+
<ion-button>
|
|
7
|
+
<ion-icon slot="icon-only" name="ellipsis-vertical-outline"></ion-icon>
|
|
8
|
+
</ion-button>
|
|
9
|
+
</euim-toolbar-action-items>
|
|
5
10
|
</euim-toolbar>
|
|
6
11
|
</ion-toolbar>
|
|
12
|
+
<euim-header-details hasBorderBottom="false">
|
|
13
|
+
<div euimHeaderDetailsIcon>
|
|
14
|
+
<euim-avatar>
|
|
15
|
+
<euim-avatar-icon>
|
|
16
|
+
<ion-icon name="reader-outline"></ion-icon>
|
|
17
|
+
</euim-avatar-icon>
|
|
18
|
+
</euim-avatar>
|
|
19
|
+
</div>
|
|
20
|
+
<div euimHeaderDetailsTitle><strong>Page One</strong></div>
|
|
21
|
+
<div euimHeaderDetailsMeta>Sample content</div>
|
|
22
|
+
</euim-header-details>
|
|
7
23
|
</ion-header>
|
|
8
|
-
|
|
9
|
-
<
|
|
10
|
-
|
|
24
|
+
<ion-content>
|
|
25
|
+
<euim-empty-list-placeholder euimMarginTopLarge
|
|
26
|
+
description="Replace with your own content"
|
|
27
|
+
icon="cube-outline"
|
|
28
|
+
message="Module 1 / Page One">
|
|
29
|
+
</euim-empty-list-placeholder>
|
|
11
30
|
</ion-content>
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { Component } from '@angular/core';
|
|
2
|
-
import {
|
|
3
|
-
import { IonToolbar, IonHeader, IonContent } from '@ionic/angular/standalone';
|
|
2
|
+
import { EUIM_TOOLBAR, EUIM_EMPTY_LIST_PLACEHOLDER, EUIM_HEADER_DETAILS, EUIM_AVATAR } from '@eui/mobile-core';
|
|
3
|
+
import { IonToolbar, IonHeader, IonContent, IonIcon, IonButton } from '@ionic/angular/standalone';
|
|
4
4
|
@Component({
|
|
5
5
|
selector: 'page-one',
|
|
6
6
|
templateUrl: './page1.component.html',
|
|
7
|
-
imports: [
|
|
7
|
+
imports: [EUIM_TOOLBAR, EUIM_EMPTY_LIST_PLACEHOLDER, EUIM_HEADER_DETAILS, EUIM_AVATAR, IonIcon, IonButton, IonToolbar, IonHeader, IonContent],
|
|
8
8
|
})
|
|
9
9
|
export class Page1Component {}
|
|
@@ -1,11 +1,30 @@
|
|
|
1
1
|
<ion-header>
|
|
2
|
-
<ion-toolbar color="
|
|
2
|
+
<ion-toolbar color="light">
|
|
3
3
|
<euim-toolbar>
|
|
4
|
-
<euim-toolbar-title>
|
|
4
|
+
<euim-toolbar-title>Page Two</euim-toolbar-title>
|
|
5
|
+
<euim-toolbar-action-items>
|
|
6
|
+
<ion-button>
|
|
7
|
+
<ion-icon slot="icon-only" name="ellipsis-vertical-outline"></ion-icon>
|
|
8
|
+
</ion-button>
|
|
9
|
+
</euim-toolbar-action-items>
|
|
5
10
|
</euim-toolbar>
|
|
6
11
|
</ion-toolbar>
|
|
12
|
+
<euim-header-details hasBorderBottom="false">
|
|
13
|
+
<div euimHeaderDetailsIcon>
|
|
14
|
+
<euim-avatar>
|
|
15
|
+
<euim-avatar-icon>
|
|
16
|
+
<ion-icon name="reader-outline"></ion-icon>
|
|
17
|
+
</euim-avatar-icon>
|
|
18
|
+
</euim-avatar>
|
|
19
|
+
</div>
|
|
20
|
+
<div euimHeaderDetailsTitle><strong>Page Two</strong></div>
|
|
21
|
+
<div euimHeaderDetailsMeta>Sample content</div>
|
|
22
|
+
</euim-header-details>
|
|
7
23
|
</ion-header>
|
|
8
|
-
|
|
9
|
-
<
|
|
10
|
-
|
|
24
|
+
<ion-content>
|
|
25
|
+
<euim-empty-list-placeholder euimMarginTopLarge
|
|
26
|
+
description="Replace with your own content"
|
|
27
|
+
icon="cube-outline"
|
|
28
|
+
message="Module 1 / Page Two">
|
|
29
|
+
</euim-empty-list-placeholder>
|
|
11
30
|
</ion-content>
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { Component } from '@angular/core';
|
|
2
|
-
import {
|
|
3
|
-
import { IonToolbar, IonHeader, IonContent } from '@ionic/angular/standalone';
|
|
2
|
+
import { EUIM_TOOLBAR, EUIM_EMPTY_LIST_PLACEHOLDER, EUIM_HEADER_DETAILS, EUIM_AVATAR } from '@eui/mobile-core';
|
|
3
|
+
import { IonToolbar, IonHeader, IonContent, IonIcon, IonButton } from '@ionic/angular/standalone';
|
|
4
4
|
|
|
5
5
|
@Component({
|
|
6
6
|
selector: 'page-two',
|
|
7
7
|
templateUrl: './page2.component.html',
|
|
8
|
-
imports: [
|
|
8
|
+
imports: [EUIM_HEADER_DETAILS, EUIM_AVATAR, EUIM_TOOLBAR, EUIM_EMPTY_LIST_PLACEHOLDER, IonIcon, IonButton, IonToolbar, IonHeader, IonContent],
|
|
9
9
|
})
|
|
10
10
|
export class Page2Component {}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
<ion-header>
|
|
2
|
-
<ion-toolbar color="
|
|
2
|
+
<ion-toolbar color="light">
|
|
3
3
|
<euim-toolbar [hasSidebarTrigger]="true">
|
|
4
|
-
<euim-toolbar-title>Module 1
|
|
4
|
+
<euim-toolbar-title>Module 1</euim-toolbar-title>
|
|
5
5
|
</euim-toolbar>
|
|
6
6
|
</ion-toolbar>
|
|
7
7
|
</ion-header>
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
<ion-header>
|
|
2
|
+
<ion-toolbar color="light">
|
|
3
|
+
<euim-toolbar [hasSidebarTrigger]="true"></euim-toolbar>
|
|
4
|
+
</ion-toolbar>
|
|
5
|
+
</ion-header>
|
|
6
|
+
<ion-content>
|
|
7
|
+
<euim-slider-info-screen showRightBtn
|
|
8
|
+
isNextBtn
|
|
9
|
+
[actionBtnNames]="{
|
|
10
|
+
rightBtnName: 'Close',
|
|
11
|
+
lastStepActionBtnName: 'Close',
|
|
12
|
+
leftBtnName: '',
|
|
13
|
+
}">
|
|
14
|
+
<euim-slide-info-screen>
|
|
15
|
+
<euim-media-header euimNoGradient euimSizeL>
|
|
16
|
+
<img euimMediaHeaderImage
|
|
17
|
+
src="./assets/images/image.png"/>
|
|
18
|
+
</euim-media-header>
|
|
19
|
+
<div euimSliderInfoScreenTitle>
|
|
20
|
+
Welcome
|
|
21
|
+
</div>
|
|
22
|
+
<div euimSliderInfoScreenSubTitle>
|
|
23
|
+
Mobile starter application
|
|
24
|
+
</div>
|
|
25
|
+
<div euimSliderInfoScreenContent>
|
|
26
|
+
<span>This is your starter application, which you can modify to your personal taste.<br><br>
|
|
27
|
+
Visit <a href="https://eui.ecdevops.eu/eui-showcase-mobile-20.x/home" target="_blank">eUI/Mobile documentation</a> for further details.</span>
|
|
28
|
+
</div>
|
|
29
|
+
</euim-slide-info-screen>
|
|
30
|
+
</euim-slider-info-screen>
|
|
31
|
+
</ion-content>
|
|
32
|
+
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { Component } from '@angular/core';
|
|
2
|
+
import { EUIM_TOOLBAR, EUIM_SLIDER_INFO_SCREEN, EUIM_MEDIA_HEADER } from '@eui/mobile-core';
|
|
3
|
+
import { IonContent, IonHeader, IonToolbar } from '@ionic/angular/standalone';
|
|
4
|
+
|
|
5
|
+
@Component({
|
|
6
|
+
templateUrl: './welcome.component.html',
|
|
7
|
+
imports: [EUIM_TOOLBAR, IonContent, IonHeader, IonToolbar, EUIM_SLIDER_INFO_SCREEN, EUIM_MEDIA_HEADER],
|
|
8
|
+
})
|
|
9
|
+
export class WelcomeComponent {}
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/lib/skeletons/_angular/base-mobile/src/assets/icons/apple-splash-landscape-1125-2436.png
CHANGED
|
Binary file
|
package/lib/skeletons/_angular/base-mobile/src/assets/icons/apple-splash-landscape-1170-2532.png
CHANGED
|
Binary file
|
package/lib/skeletons/_angular/base-mobile/src/assets/icons/apple-splash-landscape-1179-2556.png
CHANGED
|
Binary file
|
package/lib/skeletons/_angular/base-mobile/src/assets/icons/apple-splash-landscape-1242-2208.png
CHANGED
|
Binary file
|
package/lib/skeletons/_angular/base-mobile/src/assets/icons/apple-splash-landscape-1242-2688.png
CHANGED
|
Binary file
|
package/lib/skeletons/_angular/base-mobile/src/assets/icons/apple-splash-landscape-1284-2778.png
CHANGED
|
Binary file
|
package/lib/skeletons/_angular/base-mobile/src/assets/icons/apple-splash-landscape-1290-2796.png
CHANGED
|
Binary file
|
package/lib/skeletons/_angular/base-mobile/src/assets/icons/apple-splash-landscape-1488-2266.png
CHANGED
|
Binary file
|
package/lib/skeletons/_angular/base-mobile/src/assets/icons/apple-splash-landscape-1536-2048.png
CHANGED
|
Binary file
|
package/lib/skeletons/_angular/base-mobile/src/assets/icons/apple-splash-landscape-1620-2160.png
CHANGED
|
Binary file
|
package/lib/skeletons/_angular/base-mobile/src/assets/icons/apple-splash-landscape-1640-2360.png
CHANGED
|
Binary file
|
package/lib/skeletons/_angular/base-mobile/src/assets/icons/apple-splash-landscape-1668-2224.png
CHANGED
|
Binary file
|
package/lib/skeletons/_angular/base-mobile/src/assets/icons/apple-splash-landscape-1668-2388.png
CHANGED
|
Binary file
|
package/lib/skeletons/_angular/base-mobile/src/assets/icons/apple-splash-landscape-2048-2732.png
CHANGED
|
Binary file
|
package/lib/skeletons/_angular/base-mobile/src/assets/icons/apple-splash-landscape-640-1136.png
CHANGED
|
Binary file
|
package/lib/skeletons/_angular/base-mobile/src/assets/icons/apple-splash-landscape-750-1334.png
CHANGED
|
Binary file
|
package/lib/skeletons/_angular/base-mobile/src/assets/icons/apple-splash-landscape-828-1792.png
CHANGED
|
Binary file
|
package/lib/skeletons/_angular/base-mobile/src/assets/icons/apple-splash-portrait-1125-2436.png
CHANGED
|
Binary file
|
package/lib/skeletons/_angular/base-mobile/src/assets/icons/apple-splash-portrait-1170-2532.png
CHANGED
|
Binary file
|
package/lib/skeletons/_angular/base-mobile/src/assets/icons/apple-splash-portrait-1179-2556.png
CHANGED
|
Binary file
|
package/lib/skeletons/_angular/base-mobile/src/assets/icons/apple-splash-portrait-1242-2208.png
CHANGED
|
Binary file
|
package/lib/skeletons/_angular/base-mobile/src/assets/icons/apple-splash-portrait-1242-2688.png
CHANGED
|
Binary file
|
package/lib/skeletons/_angular/base-mobile/src/assets/icons/apple-splash-portrait-1284-2778.png
CHANGED
|
Binary file
|
package/lib/skeletons/_angular/base-mobile/src/assets/icons/apple-splash-portrait-1290-2796.png
CHANGED
|
Binary file
|
package/lib/skeletons/_angular/base-mobile/src/assets/icons/apple-splash-portrait-1488-2266.png
CHANGED
|
Binary file
|
package/lib/skeletons/_angular/base-mobile/src/assets/icons/apple-splash-portrait-1536-2048.png
CHANGED
|
Binary file
|
package/lib/skeletons/_angular/base-mobile/src/assets/icons/apple-splash-portrait-1620-2160.png
CHANGED
|
Binary file
|
package/lib/skeletons/_angular/base-mobile/src/assets/icons/apple-splash-portrait-1640-2360.png
CHANGED
|
Binary file
|
package/lib/skeletons/_angular/base-mobile/src/assets/icons/apple-splash-portrait-1668-2224.png
CHANGED
|
Binary file
|
package/lib/skeletons/_angular/base-mobile/src/assets/icons/apple-splash-portrait-1668-2388.png
CHANGED
|
Binary file
|
package/lib/skeletons/_angular/base-mobile/src/assets/icons/apple-splash-portrait-2048-2732.png
CHANGED
|
Binary file
|
package/lib/skeletons/_angular/base-mobile/src/assets/icons/apple-splash-portrait-640-1136.png
CHANGED
|
Binary file
|
package/lib/skeletons/_angular/base-mobile/src/assets/icons/apple-splash-portrait-750-1334.png
CHANGED
|
Binary file
|
package/lib/skeletons/_angular/base-mobile/src/assets/icons/apple-splash-portrait-828-1792.png
CHANGED
|
Binary file
|
|
Binary file
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "eui-angular-app",
|
|
3
|
-
"version": "19.3.
|
|
3
|
+
"version": "19.3.14-snapshot-1774513968963",
|
|
4
4
|
"license": "EUPL-1.1",
|
|
5
5
|
"description": "eUI JEE Symfony app scripts",
|
|
6
6
|
"scripts": {
|
|
@@ -18,6 +18,6 @@
|
|
|
18
18
|
},
|
|
19
19
|
"private": true,
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"@eui/deps-base": "19.3.
|
|
21
|
+
"@eui/deps-base": "19.3.14-snapshot-1774513968963"
|
|
22
22
|
}
|
|
23
23
|
}
|
package/package.json
CHANGED
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
<ion-header>
|
|
2
|
-
<ion-toolbar color="branding">
|
|
3
|
-
<euim-toolbar [hasSidebarTrigger]="true">
|
|
4
|
-
<euim-toolbar-title>Module 2 - home</euim-toolbar-title>
|
|
5
|
-
</euim-toolbar>
|
|
6
|
-
</ion-toolbar>
|
|
7
|
-
</ion-header>
|
|
8
|
-
|
|
9
|
-
<ion-content class="ion-padding">
|
|
10
|
-
Module 2 page content
|
|
11
|
-
</ion-content>
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { Component } from '@angular/core';
|
|
2
|
-
import { EuimToolbarComponentModule } from '@eui/mobile-core';
|
|
3
|
-
import { IonToolbar, IonHeader, IonContent } from '@ionic/angular/standalone';
|
|
4
|
-
|
|
5
|
-
@Component({
|
|
6
|
-
templateUrl: './module2.component.html',
|
|
7
|
-
imports: [EuimToolbarComponentModule, IonToolbar, IonHeader, IonContent],
|
|
8
|
-
})
|
|
9
|
-
export class Module2Component {}
|