Skip to content

Commit dbe2f70

Browse files
authored
Merge pull request #391 from mgusmano/ext-angular-7.0.x
comment out items for 7.1
2 parents 8db5305 + 0e511ec commit dbe2f70

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

packages/ext-angular-kitchensink/src/app/app-routing.module.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ const routes : ExtAngularRoute[] = [
359359

360360
{ path: 'components/layouts/center_layout', component: CenterLayoutComponent, text: 'center', iconCls: 'x-fa fa-calendar', xtype: 'homeview', leaf: true },
361361
{ path: 'components/layouts/fit_layout', component: FitLayoutComponent, text: 'fit', iconCls: 'x-fa fa-calendar', xtype: 'homeview', leaf: true },
362-
{ path: 'components/layouts/card_layout', component: CardLayoutComponent, text: 'card', iconCls: 'x-fa fa-calendar', xtype: 'homeview', leaf: true },
362+
//{ path: 'components/layouts/card_layout', component: CardLayoutComponent, text: 'card', iconCls: 'x-fa fa-calendar', xtype: 'homeview', leaf: true },
363363
{ path: 'components/layouts/hbox_layout', component: hboxLayoutComponent, text: 'hbox', iconCls: 'x-fa fa-calendar', xtype: 'homeview', leaf: true },
364364
{ path: 'components/layouts/form_layout', component: FormLayoutComponent, text: 'form', iconCls: 'x-fa fa-calendar', xtype: 'homeview', leaf: true },
365365
{ path: 'components/layouts/resizable_layout', component: ResizableLayoutComponent, text: 'resizable', iconCls: 'x-fa fa-calendar', xtype: 'homeview', leaf: true },

packages/ext-angular-kitchensink/src/examples/Tabs/ClosableTabs/ClosableTabs.html

+3-2
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,14 @@
2222
</ext-panel>
2323
</ext-tabpanel>
2424

25-
<ext-button
25+
<!-- <ext-button
2626
[top]="18"
2727
[right]="20"
2828
[iconCls]="'x-fa fa-plus'"
2929
(tap)="addTab($event)"
3030
[ui]="'alt round'"
3131
[tooltip]="'New Tab'"
3232
>
33-
</ext-button>
33+
</ext-button> -->
34+
3435
</ext-container>

packages/ext-angular-kitchensink/src/examples/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ const treeRoot = {
253253
]},
254254
{ text: 'Layouts', navIcon: 'icon-layouts', children: [
255255
{ text: 'Accordion Layout', component: AccordionLayoutComponent, navIcon: 'icon-layout-accordion' },
256-
{ text: 'Card Layout', component: CardLayoutComponent, navIcon: 'icon-layout-card' },
256+
//{ text: 'Card Layout', component: CardLayoutComponent, navIcon: 'icon-layout-card' },
257257
{ text: 'Center Layout', component: CenterLayoutComponent, navIcon: 'icon-layout-center' },
258258
{ text: 'Fit Layout', component: FitLayoutComponent, navIcon: 'icon-layout-fit' },
259259
{ text: 'Form Layout', component: FormLayoutComponent, layout: 'auto', navIcon: 'icon-layout-form' },
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
//2019-9-17 12:49:59
1+
//2019-9-17 13:34:52

0 commit comments

Comments
 (0)