Skip to content

Commit

Permalink
Merge pull request #3327 from IgniteUI/vnext
Browse files Browse the repository at this point in the history
Updating PROD with latest fix and enhacements
  • Loading branch information
hanastasov committed May 23, 2023
2 parents 5d2411c + 13a385f commit 2cea049
Show file tree
Hide file tree
Showing 18 changed files with 71 additions and 36 deletions.
7 changes: 4 additions & 3 deletions live-editing/configs/AccordionConfigGenerator.ts
Expand Up @@ -4,7 +4,8 @@ import {
IgxTimePickerModule,
IgxSliderModule,
IgxCheckboxModule,
IgxSwitchModule
IgxSwitchModule,
IgxIconModule
} from 'igniteui-angular';
import { AppModuleConfig, Config, IConfigGenerator } from 'igniteui-live-editing';

Expand Down Expand Up @@ -37,10 +38,10 @@ export class AccordionConfigGenerator implements IConfigGenerator {
component: 'AccordionSample3Component',
appModuleConfig: new AppModuleConfig({
imports: ['IgxCheckboxModule', 'IgxSliderModule',
'IgxRadioModule', 'IgxTimePickerModule', 'AccordionSample3Component', 'IgxAccordionModule'],
'IgxRadioModule', 'IgxTimePickerModule', 'AccordionSample3Component', 'IgxAccordionModule', 'IgxIconModule'],
ngDeclarations: ['AccordionSample3Component'],
ngImports: ['IgxCheckboxModule', 'IgxSliderModule',
'IgxRadioModule', 'IgxTimePickerModule', 'IgxAccordionModule']
'IgxRadioModule', 'IgxTimePickerModule', 'IgxAccordionModule', 'IgxIconModule']
}),
shortenComponentPathBy: '/layouts/accordion/'
}));
Expand Down
3 changes: 1 addition & 2 deletions live-editing/configs/BannerConfigGenerator.ts
Expand Up @@ -88,8 +88,7 @@ export class BannerConfigGenerator implements IConfigGenerator {
additionalFiles: ["/src/app/notifications/banner/banner-samples.scss"],
appModuleConfig: new AppModuleConfig({
imports: ['IgxBannerModule', 'IgxCardModule', 'IgxToastModule', 'IgxNavbarModule', 'IgxButtonModule',
'IgxRippleModule', 'IgxIconModule', 'IgxButtonModule',
'IgxRippleModule', 'BannerStylingComponent'],
'IgxRippleModule', 'IgxIconModule', 'BannerStylingComponent'],
ngDeclarations: ['BannerStylingComponent'],
ngImports: ['IgxBannerModule', 'IgxCardModule', 'IgxToastModule', 'IgxNavbarModule', 'IgxButtonModule',
'IgxRippleModule', 'IgxIconModule', 'IgxButtonModule',
Expand Down
6 changes: 4 additions & 2 deletions live-editing/configs/CardConfigGenerator.ts
Expand Up @@ -102,14 +102,16 @@ export class CardConfigGenerator implements IConfigGenerator {
'IgxButtonModule',
'IgxCardModule',
'IgxRippleModule',
'CardSample3Component'
'CardSample3Component',
'IgxLayoutModule',
],
ngDeclarations: ['CardSample3Component'],
ngImports: [
'IgxAvatarModule',
'IgxButtonModule',
'IgxCardModule',
'IgxRippleModule'
'IgxRippleModule',
'IgxLayoutModule',
]
}),
additionalFiles: [
Expand Down
16 changes: 9 additions & 7 deletions live-editing/configs/DateRangePickerConfigGenerator.ts
@@ -1,6 +1,8 @@
import {IgxDateRangePickerModule,
IgxIconModule,
IgxInputGroupModule,
IgxDateTimeEditorModule,
IgxDatePickerModule,
IgxSelectModule} from 'igniteui-angular';
import {AppModuleConfig, Config, IConfigGenerator} from 'igniteui-live-editing'
export class DateRangePickerConfigGenerator implements IConfigGenerator {
Expand Down Expand Up @@ -50,10 +52,10 @@ export class DateRangePickerConfigGenerator implements IConfigGenerator {
new Config({
component: 'DateRangePickerStartEndComponent',
appModuleConfig: new AppModuleConfig({
imports: ['IgxDateRangePickerModule', 'DateRangePickerStartEndComponent',
imports: ['IgxDateRangePickerModule', 'DateRangePickerStartEndComponent', 'IgxDatePickerModule', 'IgxDateTimeEditorModule',
'IgxInputGroupModule', 'IgxIconModule' ],
ngDeclarations: ['DateRangePickerStartEndComponent'],
ngImports: ['IgxDateRangePickerModule', 'IgxInputGroupModule', 'IgxIconModule']
ngImports: ['IgxDateRangePickerModule', 'IgxDatePickerModule', 'IgxDateTimeEditorModule', 'IgxInputGroupModule', 'IgxIconModule']
}),
shortenComponentPathBy: "/scheduling/daterangepicker/"
})
Expand All @@ -63,10 +65,10 @@ export class DateRangePickerConfigGenerator implements IConfigGenerator {
new Config({
component: 'DateRangePickerValidationComponent',
appModuleConfig: new AppModuleConfig({
imports: ['IgxDateRangePickerModule', 'DateRangePickerValidationComponent',
'IgxInputGroupModule', 'IgxIconModule'],
imports: ['IgxDateRangePickerModule', 'DateRangePickerValidationComponent', 'IgxDatePickerModule',
'IgxInputGroupModule', 'IgxIconModule', 'IgxDateTimeEditorModule'],
ngDeclarations: ['DateRangePickerValidationComponent'],
ngImports: ['IgxDateRangePickerModule', 'IgxInputGroupModule', 'IgxIconModule']
ngImports: ['IgxDateRangePickerModule', 'IgxDatePickerModule', 'IgxInputGroupModule', 'IgxIconModule', 'IgxDateTimeEditorModule']
}),
shortenComponentPathBy: "/scheduling/daterangepicker/"
})
Expand All @@ -77,9 +79,9 @@ export class DateRangePickerConfigGenerator implements IConfigGenerator {
component: 'StyledDateRangePickerComponent',
appModuleConfig: new AppModuleConfig({
imports: ['IgxDateRangePickerModule', 'StyledDateRangePickerComponent',
'IgxInputGroupModule', 'IgxIconModule'],
'IgxInputGroupModule', 'IgxIconModule', 'IgxDatePickerModule' , 'IgxDateTimeEditorModule'],
ngDeclarations: ['StyledDateRangePickerComponent'],
ngImports: ['IgxDateRangePickerModule', 'IgxInputGroupModule', 'IgxIconModule']
ngImports: ['IgxDateRangePickerModule', 'IgxDatePickerModule', 'IgxDateTimeEditorModule', 'IgxInputGroupModule', 'IgxIconModule']
}),
shortenComponentPathBy: "/scheduling/daterangepicker/"
})
Expand Down
4 changes: 2 additions & 2 deletions live-editing/configs/GridConfigGenerator.ts
Expand Up @@ -1016,9 +1016,9 @@ export class GridConfigGenerator implements IConfigGenerator {
component: 'GridColumnDataTypesSampleComponent',
additionalFiles: ['/src/app/directives/prevent-scroll.directive.ts', '/src/app/data/nwindData.ts'],
appModuleConfig: new AppModuleConfig({
imports: ['GridColumnDataTypesSampleComponent', 'IgxGridModule', 'IgxTooltipModule', 'IgxPreventDocumentScrollModule'],
imports: ['GridColumnDataTypesSampleComponent', 'IgxGridModule', 'IgxTooltipModule', 'IgxInputGroupModule', 'IgxSelectModule', 'IgxPreventDocumentScrollModule'],
ngDeclarations: ['GridColumnDataTypesSampleComponent'],
ngImports: ['IgxPreventDocumentScrollModule', 'IgxGridModule', 'IgxTooltipModule']
ngImports: ['IgxPreventDocumentScrollModule', 'IgxGridModule', 'IgxTooltipModule', 'IgxInputGroupModule', 'IgxSelectModule']
})
}));

Expand Down
4 changes: 2 additions & 2 deletions live-editing/configs/NavbarConfigGenerator.ts
Expand Up @@ -32,8 +32,8 @@ export class NavbarConfigGenerator implements IConfigGenerator {
component: 'NavbarSample2Component',
appModuleConfig: new AppModuleConfig({
imports: ['IgxIconModule', 'IgxNavbarModule', 'IgxButtonModule', 'NavbarSample2Component'],
ngDeclarations: ['NavbarSample2Component', 'IgxButtonModule' ],
ngImports: ['IgxIconModule', 'IgxNavbarModule']
ngDeclarations: ['NavbarSample2Component'],
ngImports: ['IgxIconModule', 'IgxNavbarModule', 'IgxButtonModule' ]
}),
shortenComponentPathBy: "/menus/navbar/"
}));
Expand Down
Expand Up @@ -9,7 +9,7 @@
</div>
<div class="actionItem">
<!-- Change volume -->
<igx-select [(ngModel)]="dataVolume" (ngModelChange)="paramsChanged()" [overlaySettings]="customOverlaySettings">
<igx-select [(ngModel)]="dataVolume" (ngModelChange)="paramsChanged()" [overlaySettings]="customOverlaySettings" [displayDensity]="'compact'">
<label igxLabel>Change data volume</label>
<igx-prefix>
<igx-icon>view_list</igx-icon>
Expand All @@ -21,7 +21,7 @@
</div>
<div class="actionItem">
<!-- Change frequency -->
<igx-select [(ngModel)]="frequency" (ngModelChange)="paramsChanged()" [overlaySettings]="freqOverlaySettings" #freq>
<igx-select [(ngModel)]="frequency" (ngModelChange)="paramsChanged()" [overlaySettings]="freqOverlaySettings" [displayDensity]="'compact'" #freq>
<label igxLabel>Change update frequency</label>
<igx-prefix>
<igx-icon>cell_wifi</igx-icon>
Expand Down Expand Up @@ -166,4 +166,4 @@
<ng-template #host gridHost>
</ng-template>
</igc-dockmanager>
<div class="dark-theme" #filteringOverlayOutlet="overlay-outlet" igxOverlayOutlet></div>
<div [class]="isDarkTheme ? 'dark-theme' : 'light-theme'" #filteringOverlayOutlet="overlay-outlet" igxOverlayOutlet></div>
Expand Up @@ -127,7 +127,7 @@
}
}

:host ::ng-deep {
igx-grid {
.grid-area {
margin-block-start: 1rem;
overflow-y: hidden;
Expand Down
Expand Up @@ -2,7 +2,7 @@
import { CommonModule } from '@angular/common';
import { CUSTOM_ELEMENTS_SCHEMA, NgModule } from '@angular/core';
import { FormsModule } from '@angular/forms';
import { IgxButtonModule, IgxDialogModule, IgxDividerModule, IgxGridModule, IgxSliderModule,
import { IgxButtonModule, IgxDialogModule, IgxDividerModule, IgxGridModule, IgxIconModule, IgxSelectModule, IgxSliderModule,
IgxSwitchModule, IgxTabsModule, IgxToggleModule } from 'igniteui-angular';
import { GridFinJSDockManagerRoutingModule } from './grid-finjs-dock-manager-routing.module';
import { GridFinJSDockManagerComponent } from './grid-finjs-dock-manager.component';
Expand All @@ -27,7 +27,9 @@ import { IgxPreventDocumentScrollModule } from '../../../../../src/app/directive
IgxDialogModule,
IgxDividerModule,
IgxTabsModule,
IgxToggleModule
IgxToggleModule,
IgxSelectModule,
IgxIconModule
],
providers: [],
schemas: [CUSTOM_ELEMENTS_SCHEMA]
Expand Down
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 9 additions & 1 deletion projects/app-lob/src/styles.scss
Expand Up @@ -29,8 +29,16 @@ body {
.grid-chart-contextmenu-wrapper {
@include fluent-dark-theme($fluent-excel-palette);
}
// remove this workaround after resolving https://github.com/IgniteUI/igniteui-angular/issues/13039
igx-grid,
igx-hierarchical-grid,
igx-pivot-grid,
igx-tree-grid {
--igx-chip-disabled-background: #616161;
--igx-chip-disabled-border-color: #616161;
--igx-chip-disabled-text-color: #BDBDBD;
}
}

.fin-dark-theme {
@include dark-theme($green-palette);
background: #333;
Expand Down
@@ -1,7 +1,7 @@
<div class="carousel-animation-wrapper">
<div class="action-wrapper">
<span style="margin: 0 5px 0 10px;">Current animation: </span>
<span style="max-width: 100px;">
<span>Current animation: </span>
<span class="select-container">
<igx-select #select [(ngModel)]="carousel.animationType">
<igx-select-item *ngFor="let animation of animations" [value]="animation">
{{animation | titlecase}}
Expand All @@ -17,15 +17,15 @@
<igx-card-header>
<h4 igxCardHeaderTitle>{{slide.heading}}</h4>
</igx-card-header>

<igx-card-content>
<p>{{slide.description}}</p>
</igx-card-content>

<igx-card-media>
<img [src]="slide.image">
</igx-card-media>

<igx-card-actions>
<a igxButton href="{{slide.link}}" target="_blank" rel="noopener" style="text-decoration: none;" igxStart>visit page</a>
</igx-card-actions>
Expand All @@ -36,3 +36,4 @@ <h4 igxCardHeaderTitle>{{slide.heading}}</h4>
</igx-carousel>
</div>
</div>

Expand Up @@ -5,35 +5,55 @@
justify-content: center;
height: 100%;
padding: 10px;

img {
width: 100%;
}
}

.carousel-wrapper {
max-height: 600px;
height: 100%;
width: 90%;
margin: 20px auto;
}

.action-wrapper {
height: 40px;
width: 70%;
display: flex;
align-items: baseline;
margin-bottom: 1rem;
margin-left: 1rem;
margin-left: 5.7rem;
}

.carousel-animation-wrapper {
height: 700px;
margin: 16px auto;
display: flex;
flex-flow: column;
}

.igx-card {
box-shadow: none;
}

.select-container {
margin-left: 10px;
}

span:first-child {
position: relative;
bottom: 2px;
}

igx-select {
width: 150px;
}

::ng-deep {
.input.igx-input-group__input {
top: 10px;
left: 10px;
}
}

0 comments on commit 2cea049

Please sign in to comment.