Skip to content

Commit

Permalink
Merge pull request #391 from mgusmano/ext-angular-7.0.x
Browse files Browse the repository at this point in the history
comment out items for 7.1
  • Loading branch information
mgusmano authored Sep 17, 2019
2 parents 8db5305 + 0e511ec commit dbe2f70
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ const routes : ExtAngularRoute[] = [

{ path: 'components/layouts/center_layout', component: CenterLayoutComponent, text: 'center', iconCls: 'x-fa fa-calendar', xtype: 'homeview', leaf: true },
{ path: 'components/layouts/fit_layout', component: FitLayoutComponent, text: 'fit', iconCls: 'x-fa fa-calendar', xtype: 'homeview', leaf: true },
{ path: 'components/layouts/card_layout', component: CardLayoutComponent, text: 'card', iconCls: 'x-fa fa-calendar', xtype: 'homeview', leaf: true },
//{ path: 'components/layouts/card_layout', component: CardLayoutComponent, text: 'card', iconCls: 'x-fa fa-calendar', xtype: 'homeview', leaf: true },
{ path: 'components/layouts/hbox_layout', component: hboxLayoutComponent, text: 'hbox', iconCls: 'x-fa fa-calendar', xtype: 'homeview', leaf: true },
{ path: 'components/layouts/form_layout', component: FormLayoutComponent, text: 'form', iconCls: 'x-fa fa-calendar', xtype: 'homeview', leaf: true },
{ path: 'components/layouts/resizable_layout', component: ResizableLayoutComponent, text: 'resizable', iconCls: 'x-fa fa-calendar', xtype: 'homeview', leaf: true },
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,14 @@
</ext-panel>
</ext-tabpanel>

<ext-button
<!-- <ext-button
[top]="18"
[right]="20"
[iconCls]="'x-fa fa-plus'"
(tap)="addTab($event)"
[ui]="'alt round'"
[tooltip]="'New Tab'"
>
</ext-button>
</ext-button> -->

</ext-container>
2 changes: 1 addition & 1 deletion packages/ext-angular-kitchensink/src/examples/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ const treeRoot = {
]},
{ text: 'Layouts', navIcon: 'icon-layouts', children: [
{ text: 'Accordion Layout', component: AccordionLayoutComponent, navIcon: 'icon-layout-accordion' },
{ text: 'Card Layout', component: CardLayoutComponent, navIcon: 'icon-layout-card' },
//{ text: 'Card Layout', component: CardLayoutComponent, navIcon: 'icon-layout-card' },
{ text: 'Center Layout', component: CenterLayoutComponent, navIcon: 'icon-layout-center' },
{ text: 'Fit Layout', component: FitLayoutComponent, navIcon: 'icon-layout-fit' },
{ text: 'Form Layout', component: FormLayoutComponent, layout: 'auto', navIcon: 'icon-layout-form' },
Expand Down
2 changes: 1 addition & 1 deletion packages/ext-angular-kitchensink/src/themer.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
//2019-9-17 12:49:59
//2019-9-17 13:34:52

0 comments on commit dbe2f70

Please sign in to comment.