Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

17.2.0 update #3455

Merged
merged 9 commits into from Apr 25, 2024
2 changes: 1 addition & 1 deletion .github/workflows/build-app-crm.yml
Expand Up @@ -49,7 +49,7 @@ jobs:
run: npm config set ${{secrets.IG_SCOPE}}:_auth=${{secrets.IG_TOKEN}}

- name: Install dependencies
run: npm ci
run: npm ci --legacy-peer-deps

- name: Run lint
run: npm run lint
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-app-lob.yml
Expand Up @@ -54,7 +54,7 @@ jobs:
run: npm config set ${{secrets.IG_SCOPE}}:_auth=${{secrets.IG_TOKEN}}

- name: Install dependencies
run: npm ci
run: npm ci --legacy-peer-deps

- name: Run lint
run: npm run lint
Expand Down
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Expand Up @@ -17,7 +17,7 @@ steps:
- task: Npm@1
inputs:
command: 'custom'
customCommand: 'install'
customCommand: 'install --legacy-peer-deps'
customEndpoint: 'public proget'
env:
AZURE_PIPELINES: "true"
Expand Down
44 changes: 22 additions & 22 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -65,11 +65,11 @@
"bootstrap": "5.3.2",
"file-saver": "^2.0.2",
"hammerjs": "^2.0.8",
"igniteui-angular": "^17.1.0-rc.0",
"igniteui-angular": "^17.2.0-beta.2",
"igniteui-angular-charts": "^17.2.1",
"igniteui-angular-core": "^17.2.1",
"igniteui-angular-extras": "^17.1.5",
"igniteui-angular-i18n": "^17.1.0",
"igniteui-angular-i18n": "^17.2.0-beta.2",
"igniteui-dockmanager": "^1.14.2",
"igniteui-live-editing": "^2.1.0",
"igniteui-webcomponents": "^4.7.0",
Expand Down Expand Up @@ -111,4 +111,4 @@
"typescript": "5.3.3",
"webpack-bundle-analyzer": "^4.10.0"
}
}
}
@@ -1 +1 @@
<span class="btn" igxButton="contained" igxButtonColor="black" igxButtonBackground="#72da67" igxRipple="white">Span</span>
<span class="btn" igxButton="contained" igxRipple="white">Span</span>
Expand Up @@ -19,7 +19,7 @@ $checkbox-theme: checkbox-theme(
);

$datepicker-theme: calendar-theme(
$date-selected-text-color: $white,
$date-selected-foreground: $white,
$date-selected-background: $blue
);

Expand Down
Expand Up @@ -115,9 +115,9 @@
</igx-chips-area>
</div>
<div style="width: 100%; text-align: center; margin: 10px;">
<span igxButton="contained" class="bottomButton" (click)="resetCollections()" [igxButtonBackground]="'#ff134a'" [igxButtonColor]="'white'">Clear Layout</span>
<span igxButton="contained" class="bottomButton" (click)="getColumnLayoutTemplate()" [igxButtonBackground]="'#1377d5'" [igxButtonColor]="'white'">Template</span>
<span igxButton="contained" class="bottomButton" (click)="renderJson()" [igxButtonBackground]="'#1377d5'" [igxButtonColor]="'white'">JSON</span>
<span igxButton="contained" class="bottomButton" (click)="resetCollections()">Clear Layout</span>
<span igxButton="contained" class="bottomButton" (click)="getColumnLayoutTemplate()">Template</span>
<span igxButton="contained" class="bottomButton" (click)="renderJson()">JSON</span>
</div>

<igx-dialog #resultDialog title="Result"
Expand Down
2 changes: 1 addition & 1 deletion src/app/grid/grid-save-state/about.component.html
Expand Up @@ -3,5 +3,5 @@
<span>Navigating to the previous page, components will reinitialize as per their initial configuration, therefore the igxGrid will lose its state.</span>
<br />
<span>What our GridSaveStateComponent does is reading the state from the window.localStorage object and applying the corresponding state in the AfterViewInit lifecycle.</span><br />
<span igxButton="contained" igxButtonColor="white" igxButtonBackground="#e41c77" [routerLink]="['../grid-state']">Go Back</span>
<span igxButton="contained" [routerLink]="['../grid-state']">Go Back</span>
</div>
Expand Up @@ -30,7 +30,7 @@ $checkbox-theme: checkbox-theme(
);

$datepicker-theme: calendar-theme(
$date-selected-text-color: $white,
$date-selected-foreground: $white,
$date-selected-background: $blue
);

Expand Down
Expand Up @@ -3,5 +3,5 @@
<span>Navigating to the previous page, components will reinitialize as per their initial configuration, therefore the igxHierarchicalGrid will lose its state.</span>
<br />
<span>What our GridSaveStateComponent does is reading the state from the window.localStorage object and applying the corresponding state in the AfterViewInit lifecycle.</span><br />
<span igxButton="contained" igxButtonColor="white" igxButtonBackground="#e41c77" [routerLink]="['../hGrid-state']">Go Back</span>
<span igxButton="contained" [routerLink]="['../hGrid-state']">Go Back</span>
</div>
Expand Up @@ -18,13 +18,6 @@
width: unset;
}

.igx-nav-dot {
background: black;
box-shadow: none;
width: 15px;
height: 15px;
}

.igx-slide {
display: flex;
justify-content: center;
Expand Down
7 changes: 0 additions & 7 deletions src/app/layouts/carousel/carousel.component.scss
Expand Up @@ -17,13 +17,6 @@
width: unset;
}

.igx-nav-dot {
background: black;
box-shadow: none;
width: 15px;
height: 15px;
}

.igx-slide {
display: flex;
justify-content: center;
Expand Down
Expand Up @@ -44,7 +44,7 @@
<input class="input-round-box" placeholder="Send message" autocomplete="off" igxInput #newMessage name="newMessage"
[(ngModel)]="message" (keypress)="onMessageKeypress($event)" />
</igx-input-group>
<button class="send-message-button" igxIconButton="flat" igxButtonColor="#09f" igxButtonBackground="#fff"
<button class="send-message-button" igxIconButton="flat"
igxRipple="#09f" [igxRippleCentered]="true" (click)="onSendButtonClick()">
<igx-icon family="material">send</igx-icon>
</button>
Expand Down
Expand Up @@ -7,8 +7,8 @@ <h6>Snackbar Component that uses Content projection</h6>

<span>
<h6>Snackbar Component which dynamically changes the message text</h6>
<button igxButton="outlined" igxButtonColor="blue" (click)="snackbar1.open('Hi! This is info message.')">Info Message</button>
<button igxButton="outlined" igxButtonColor="green" (click)="snackbar1.open('Hi! This is success message.')">Success Message</button>
<button igxButton="outlined" (click)="snackbar1.open('Hi! This is info message.')">Info Message</button>
<button igxButton="outlined" (click)="snackbar1.open('Hi! This is success message.')">Success Message</button>
<igx-snackbar #snackbar1 [autoHide]="true" actionText="CLOSE" (clicked)="close(snackbar1)"></igx-snackbar>
</span>
<span>
Expand Down
Expand Up @@ -7,10 +7,10 @@ <h6>Toast that uses content projection</h6>
</span>
<span>
<h6>Toast which dynamically changes the message text</h6>
<button igxButton="outlined" igxButtonColor="blue" (click)="toast1.open('Hi! This is info message.')">Info Message</button>
<button igxButton="outlined" igxButtonColor="green" (click)="toast1.open('Hi! This is success message.')">Success Message</button>
<button igxButton="outlined" igxButtonColor="orange" (click)="toast1.open('Hi! This is warning message.')">Warning Message</button>
<button igxButton="outlined" igxButtonColor="red" (click)="toast1.open('Hi! This is error message.')">Error Message</button>
<button igxButton="outlined" (click)="toast1.open('Hi! This is info message.')">Info Message</button>
<button igxButton="outlined" (click)="toast1.open('Hi! This is success message.')">Success Message</button>
<button igxButton="outlined" (click)="toast1.open('Hi! This is warning message.')">Warning Message</button>
<button igxButton="outlined" (click)="toast1.open('Hi! This is error message.')">Error Message</button>
<igx-toast #toast1 [autoHide]="true"></igx-toast>
</span>
<span>
Expand Down
Expand Up @@ -3,5 +3,5 @@
<span>Navigating to the previous page, components will reinitialize as per their initial configuration, therefore the igxPivotGrid will lose its state.</span>
<br />
<span>What our PivotGridStatePersistanceSampleComponent does is reading the state from the window.localStorage object and applying the corresponding state in the AfterViewInit lifecycle.</span><br />
<span igxButton="contained" igxButtonColor="white" igxButtonBackground="#e41c77" [routerLink]="['../pivot-grid-state-persistence']">Go Back</span>
<span igxButton="contained" [routerLink]="['../pivot-grid-state-persistence']">Go Back</span>
</div>
Expand Up @@ -13,18 +13,18 @@
$custom-calendar-theme: calendar-theme(
$header-background: #345779,
$content-background: #fdfdfd,
$header-text-color: #ffffff,
$date-current-text-color: #2dabe8,
$picker-arrow-color: #2dabe8,
$date-selected-text-color: #fdfdfd,
$date-current-bg-color: #fdfdfd,
$picker-arrow-hover-color: #345779,
$year-current-text-color: #2dabe8,
$year-hover-text-color: #2dabe8,
$month-current-text-color: #2dabe8,
$month-hover-text-color: #2dabe8,
$picker-text-color: #2dabe8,
$picker-text-hover-color: #345779,
$header-foreground: #ffffff,
$date-current-foreground: #2dabe8,
$navigation-color: #2dabe8,
$date-selected-foreground: #fdfdfd,
$date-current-background: #fdfdfd,
$navigation-hover-color: #345779,
$year-current-foreground: #2dabe8,
$year-hover-foreground: #2dabe8,
$month-current-foreground: #2dabe8,
$month-hover-foreground: #2dabe8,
$picker-foreground: #2dabe8,
$picker-hover-foreground: #345779,
);

:host {
Expand Down
14 changes: 7 additions & 7 deletions src/app/scheduling/calendar/themes/google.scss
Expand Up @@ -11,11 +11,11 @@ $google-dark: calendar-theme(
$header-background: $dark-gray,
$content-background: $charcoal,
$date-selected-background: $monte-carlo,
$date-current-text-color: $monte-carlo,
$picker-arrow-hover-color: $monte-carlo,
$picker-text-hover-color: $monte-carlo,
$year-current-text-color: $monte-carlo,
$year-hover-text-color: $monte-carlo,
$month-current-text-color: $monte-carlo,
$month-hover-text-color: $monte-carlo
$date-current-foreground: $monte-carlo,
$navigation-hover-color: $monte-carlo,
$picker-hover-foreground: $monte-carlo,
$year-current-foreground: $monte-carlo,
$year-hover-foreground: $monte-carlo,
$month-current-foreground: $monte-carlo,
$month-hover-foreground: $monte-carlo
);
Expand Up @@ -8,18 +8,18 @@
$custom-datepicker-theme: calendar-theme(
$header-background: #345779,
$content-background: #fdfdfd,
$header-text-color: #ffffff,
$date-current-text-color: #2dabe8,
$picker-arrow-color: #2dabe8,
$date-selected-text-color: #fdfdfd,
$date-current-bg-color: #fdfdfd,
$picker-arrow-hover-color: #345779,
$year-current-text-color: #2dabe8,
$year-hover-text-color: #2dabe8,
$month-current-text-color: #2dabe8,
$month-hover-text-color: #2dabe8,
$picker-text-color: #2dabe8,
$picker-text-hover-color: #345779,
$header-foreground: #ffffff,
$date-current-foreground: #2dabe8,
$navigation-color: #2dabe8,
$date-selected-foreground: #fdfdfd,
$date-current-background: #fdfdfd,
$navigation-hover-color: #345779,
$year-current-foreground: #2dabe8,
$year-hover-foreground: #2dabe8,
$month-current-foreground: #2dabe8,
$month-hover-foreground: #2dabe8,
$picker-foreground: #2dabe8,
$picker-hover-foreground: #345779,
);

:host {
Expand Down
Expand Up @@ -32,7 +32,7 @@ $custom-input-group-theme: input-group-theme(

// CALENDAR styling specific overlay component requires outlet -> [overlaySettings]="{ outlet: element }"
$custom-calendar-theme: calendar-theme(
$date-current-text-color: $today-text,
$date-current-foreground: $today-text,
$border-radius: 0.5,
$date-border-radius: 0.5
);
Expand Down
Expand Up @@ -8,15 +8,15 @@ igx-month-picker {
$my-calendar-theme: calendar-theme(
$border-radius: 15px,
$content-background: #011627,
$picker-background-color: #011627,
$month-current-text-color: #ECAA53,
$picker-background: #011627,
$month-current-foreground: #ECAA53,
$month-hover-background: #ECAA53,
$year-current-text-color: #ECAA53,
$year-hover-text-color: #D37B08,
$picker-arrow-color: #ECAA53,
$picker-text-hover-color: #D37B08,
$picker-arrow-hover-color: #D37B08,
$picker-text-color: #ECAA53
$year-current-foreground: #ECAA53,
$year-hover-foreground: #D37B08,
$navigation-color: #ECAA53,
$picker-hover-foreground: #D37B08,
$navigation-hover-color: #D37B08,
$picker-foreground: #ECAA53
);

:host ::ng-deep {
Expand Down
Expand Up @@ -2,10 +2,8 @@
<igx-card [horizontal]="horizontal">
<div igxLayout igxLayoutDir="column" igxFlex [igxFlexGrow]="1">
<igx-card-header>
<div class="igx-card-header__tgroup">
<h5 class="igx-card-header__title">Rozes</h5>
<h5 class="igx-card-header__subtitle">Under the Grave (2016)</h5>
</div>
<h5 class="igx-card-header__title">Rozes</h5>
<h5 class="igx-card-header__subtitle">Under the Grave (2016)</h5>
<igx-card-media width="64px" height="64px">
<img src="assets/images/card/media/ROZES-Under-the-Grave.jpg">
</igx-card-media>
Expand Down