Skip to content

Commit 69a45d3

Browse files
authored
Merge pull request #258 from mgusmano/ext-angular-6.7.x
formatting
2 parents 2a7e2a7 + f015b9c commit 69a45d3

File tree

28 files changed

+778
-919
lines changed

28 files changed

+778
-919
lines changed

packages/ext-angular-kitchensink/src/app/view/landingpage/landingpage.component.html

+13-34
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,17 @@
11

2-
<!-- code button starts-->
3-
<button [weight]="5" *ngIf="!isPhone"
4-
[hidden]="files.length > 0 ? false: true"
5-
ui="fab"
6-
[iconCls]="'x-font-icon ' + (showCode ? 'md-icon-close' : 'md-icon-code')"
7-
[top]="isDesktop ? 20 : 35"
8-
right="21"
9-
zIndex="10000"
10-
(tap)="toggleCode()">
11-
</button>
12-
<!-- code button ends-->
13-
2+
<!-- code button starts-->
3+
<button [weight]="5" *ngIf="!isPhone"
4+
[hidden]="files.length > 0 ? false: true"
5+
ui="fab"
6+
[iconCls]="'x-font-icon ' + (showCode ? 'md-icon-close' : 'md-icon-code')"
7+
[top]="isDesktop ? 20 : 35"
8+
right="21"
9+
zIndex="10000"
10+
(tap)="toggleCode()">
11+
</button>
12+
<!-- code button ends-->
1413

15-
<panel
16-
layout="fit"
17-
[bodyStyle]="bodyStyle"
18-
[fullscreen]="true"
19-
[weighted]="true">
14+
<panel layout="fit" [bodyStyle]="bodyStyle" [fullscreen]="true" [weighted]="true">
2015

2116
<!-- Titlebar starts-->
2217
<titlebar docked="top" [weight]="10" *ngIf="!isPhone" >
@@ -108,17 +103,10 @@
108103
<nestedlist *ngIf="isPhone" [hidden]="hideSelections"
109104
[title]="'ExtAngular 6.7 Kitchen Sink'"
110105
[store]="treeStore"
111-
112-
[layout]="{type: 'card',
113-
animation: {
114-
duration: 250,
115-
easing: 'ease-in-out'
116-
}}
117-
"
106+
[layout]="{type: 'card',animation: {duration: 250,easing: 'ease-in-out'}}"
118107
(itemtap)="doItemTap($event)"
119108
(back)="doBack($event)"
120109
(ready)="nestedlistReady($event)">
121-
122110
</nestedlist>
123111

124112
<toolbar docked="top" [weight]="10" *ngIf="isPhone" [hidden]="hideExamples" >
@@ -127,18 +115,9 @@
127115
</dataview>
128116
</toolbar>
129117

130-
131118
<container *ngIf="isPhone" [hidden]="hideExamples" layout="fit">
132119
<router-outlet #extroute></router-outlet>
133120
</container>
134-
135-
<!--
136-
(itemtap)="doItemTap($event)"
137-
(childtap)="doTap($event)"
138-
(leafchildtap)="doTap($event)"
139-
140-
-->
141-
142121
<!-- nestedlist ends-->
143122

144123
</panel>
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,16 @@
11
<container padding="10" layout="fit" [fitToParent]="true">
2-
<pivotd3container
3-
(ready)="mainCtnReady($event)"
4-
5-
shadow="true"
6-
layout="fit"
7-
(onBeforeMoveConfigField)="this.onBeforeAddConfigField"
8-
(onShowConfigFieldSettings)="this.onShowFieldSettings"
9-
[matrix]="matrixVar"
10-
[drawing]="drawingVar"
11-
[configurator]="configuratorVar"
12-
>
13-
<toolbar docked="top">
14-
<spacer ></spacer>
15-
<button [handler]="this.showConfigurator" text="Show configurator"></button>
16-
</toolbar>
17-
</pivotd3container>
2+
<pivotd3container
3+
(ready)="mainCtnReady($event)"
4+
shadow="true"
5+
layout="fit"
6+
(onBeforeMoveConfigField)="this.onBeforeAddConfigField"
7+
(onShowConfigFieldSettings)="this.onShowFieldSettings"
8+
[matrix]="matrixVar"
9+
[drawing]="drawingVar"
10+
[configurator]="configuratorVar">
11+
<toolbar docked="top">
12+
<spacer></spacer>
13+
<button [handler]="this.showConfigurator" text="Show configurator"></button>
14+
</toolbar>
15+
</pivotd3container>
1816
</container>

0 commit comments

Comments
 (0)