-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #18 from EdurtIO/1.3.0-SNAPSHOT
1.3.0 snapshot
- Loading branch information
Showing
40 changed files
with
1,298 additions
and
62 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
**Changelog category (leave one)** | ||
|
||
- New Feature | ||
- Bug Fix | ||
- Documentation (changelog entry is not required) | ||
- Other | ||
|
||
**Changelog entry (Details of this change)** | ||
|
||
> If there is an issue connection, write it to the end of the question | ||
> e.g: [issue-7](issues-7) | ||
> Please delete this information when submitting | ||
- e.g: Support xxxx | ||
|
||
**Affected version** | ||
|
||
- e.g: latest version |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
## 1.3.0-SNAPSHOT (2021-11-23) | ||
|
||
* [Bug] Fix the blank screen caused by sub-page loading ([4265d8e](https://github.com/qianmoQ/angular-electron-admin/commit/4265d8e)) | ||
* [Bug] Fixed file not found in package ([2ee9253](https://github.com/qianmoQ/angular-electron-admin/commit/2ee9253)) | ||
* [Bug] Fixed some of the sample button style squeeze effects ([cf354d9](https://github.com/qianmoQ/angular-electron-admin/commit/cf354d9)) | ||
* [CI] Add auto changelog cli ([3c3609a](https://github.com/qianmoQ/angular-electron-admin/commit/3c3609a)) | ||
* [CI] Add issues template ([ca8e1a1](https://github.com/qianmoQ/angular-electron-admin/commit/ca8e1a1)) | ||
* [CI] Add publish ci script ([a90fad2](https://github.com/qianmoQ/angular-electron-admin/commit/a90fad2)) | ||
* [CI] Add PULL_REQUEST_TEMPLATE ([5d4e4c3](https://github.com/qianmoQ/angular-electron-admin/commit/5d4e4c3)) | ||
* [Component] Add Accordion component ([b777c97](https://github.com/qianmoQ/angular-electron-admin/commit/b777c97)) | ||
* [Component] Add Alert component ([c372b02](https://github.com/qianmoQ/angular-electron-admin/commit/c372b02)) | ||
* [Component] Add Collapse component ([b3fff83](https://github.com/qianmoQ/angular-electron-admin/commit/b3fff83)) | ||
* [Component] Add component for carousel ([840ea41](https://github.com/qianmoQ/angular-electron-admin/commit/840ea41)) | ||
* [Component] Add component for clipboard ([2457f12](https://github.com/qianmoQ/angular-electron-admin/commit/2457f12)) | ||
* [Component] Add component for datepicker ([c2ea384](https://github.com/qianmoQ/angular-electron-admin/commit/c2ea384)) | ||
* [Component] Add component for keyboard ([d455fb6](https://github.com/qianmoQ/angular-electron-admin/commit/d455fb6)) | ||
* [Component] Add component for Progressbar ([d661f3e](https://github.com/qianmoQ/angular-electron-admin/commit/d661f3e)) | ||
* [Component] Add component for scrollbar ([ec9a395](https://github.com/qianmoQ/angular-electron-admin/commit/ec9a395)) | ||
* [Component] Add component for tooltips ([f202e70](https://github.com/qianmoQ/angular-electron-admin/commit/f202e70)) | ||
* [Component] Add Dropdown component ([ab8070d](https://github.com/qianmoQ/angular-electron-admin/commit/ab8070d)) | ||
* [Component] Add Popover component ([b74626c](https://github.com/qianmoQ/angular-electron-admin/commit/b74626c)) | ||
* [Component] Add Rating component ([064e712](https://github.com/qianmoQ/angular-electron-admin/commit/064e712)) | ||
* [Component] Add Sortable component ([4a08047](https://github.com/qianmoQ/angular-electron-admin/commit/4a08047)) | ||
* [Component] Add Tabs component ([08b4176](https://github.com/qianmoQ/angular-electron-admin/commit/08b4176)) | ||
* [Component] Add Timepicker component ([08b85e0](https://github.com/qianmoQ/angular-electron-admin/commit/08b85e0)) | ||
* [Component] Add Toasty component ([9823f13](https://github.com/qianmoQ/angular-electron-admin/commit/9823f13)) | ||
* [Component] Add Typeahead component ([aa5a5f4](https://github.com/qianmoQ/angular-electron-admin/commit/aa5a5f4)) | ||
* [Directive] Add contribution chart ([3326ed9](https://github.com/qianmoQ/angular-electron-admin/commit/3326ed9)) | ||
* [Directive] Add screenshot ([12c5d65](https://github.com/qianmoQ/angular-electron-admin/commit/12c5d65)) | ||
* [Directive] Custom macros use the version specified in package.json ([8b37cb4](https://github.com/qianmoQ/angular-electron-admin/commit/8b37cb4)) | ||
* [Error] Add Forbidden(403) page ([c32006a](https://github.com/qianmoQ/angular-electron-admin/commit/c32006a)) | ||
* [Error] Add NotFound(404) page ([bee29dc](https://github.com/qianmoQ/angular-electron-admin/commit/bee29dc)) | ||
* [Feature] Rebuild the Form element ([f34a527](https://github.com/qianmoQ/angular-electron-admin/commit/f34a527)) | ||
* [Icon] Add font-awesome ([d91c00b](https://github.com/qianmoQ/angular-electron-admin/commit/d91c00b)) | ||
* [Icon] Add material-design-iconic-font ([bf537e3](https://github.com/qianmoQ/angular-electron-admin/commit/bf537e3)) | ||
* [Init] Add CODE_OF_CONDUCT and LICENSE ([26d136e](https://github.com/qianmoQ/angular-electron-admin/commit/26d136e)) | ||
* [Init] Add yarn.lock ([260b7ad](https://github.com/qianmoQ/angular-electron-admin/commit/260b7ad)) | ||
* [Init] Init aea(angular-electron-admin) project ([f3a42b1](https://github.com/qianmoQ/angular-electron-admin/commit/f3a42b1)) | ||
* [Layout] Add a left menu scroll bar ([7384602](https://github.com/qianmoQ/angular-electron-admin/commit/7384602)) | ||
* [Layout] Add basic layout ([56e2318](https://github.com/qianmoQ/angular-electron-admin/commit/56e2318)) | ||
* [Layout] Add left navigation layout ([4a90c8b](https://github.com/qianmoQ/angular-electron-admin/commit/4a90c8b)) | ||
* [Layout] Add small screen menu control ([74d93ce](https://github.com/qianmoQ/angular-electron-admin/commit/74d93ce)) | ||
* [Layout] Add theme ([8f33cd0](https://github.com/qianmoQ/angular-electron-admin/commit/8f33cd0)) | ||
* [Optimize] Fixed SCSS file compilation warning prompt ([6badda5](https://github.com/qianmoQ/angular-electron-admin/commit/6badda5)) | ||
* [Optimize] Optimize README ([bcf6faa](https://github.com/qianmoQ/angular-electron-admin/commit/bcf6faa)) | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
39 changes: 39 additions & 0 deletions
39
src/renderer/app/pages/component/accordion/accordion.component.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
<section class="content--row"> | ||
<header class="content__title"> | ||
<h1>Accordion</h1> | ||
<small>This template is built using <code>ngx-bootstrap/accordion</code> and provides some usage examples</small> | ||
</header> | ||
<div class="card"> | ||
<div class="card-body"> | ||
<h4 class="card-title">Basic Accordion</h4> | ||
<accordion class="accordion"> | ||
<accordion-group *ngFor="let accordion of accordions" heading="{{accordion.title}}"> | ||
{{accordion.description}} | ||
</accordion-group> | ||
</accordion> | ||
</div> | ||
</div> | ||
<div class="card"> | ||
<div class="card-body"> | ||
<h4 class="card-title">Disable the Accordion</h4> | ||
<h6 class="card-subtitle">Usage <code>isDisabled</code> option to disable the function</h6> | ||
<accordion class="accordion"> | ||
<accordion-group *ngFor="let accordion of accordions" heading="{{accordion.title}}" | ||
[isDisabled]="accordion.isDisabled"> | ||
{{accordion.description}} | ||
</accordion-group> | ||
</accordion> | ||
</div> | ||
</div> | ||
<div class="card"> | ||
<div class="card-body"> | ||
<h4 class="card-title">Limit the number of accordions opened</h4> | ||
<h6 class="card-subtitle">Usage <code>closeOthers</code> option to limit the number of openings</h6> | ||
<accordion class="accordion" [closeOthers]="true"> | ||
<accordion-group *ngFor="let accordion of accordions" heading="{{accordion.title}}"> | ||
{{accordion.description}} | ||
</accordion-group> | ||
</accordion> | ||
</div> | ||
</div> | ||
</section> |
18 changes: 18 additions & 0 deletions
18
src/renderer/app/pages/component/accordion/accordion.component.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
import { Component, OnInit } from '@angular/core'; | ||
import { AccordionService } from '@renderer/services/component/accordion.service'; | ||
import { AccordionModel } from '@renderer/model/component/accordion.model'; | ||
|
||
@Component({ | ||
selector: 'app-component-accordion', | ||
templateUrl: './accordion.component.html' | ||
}) | ||
export class AccordionComponent implements OnInit { | ||
accordions: AccordionModel[]; | ||
|
||
constructor(private accordionService: AccordionService) { | ||
this.accordions = this.accordionService.builderMockData(); | ||
} | ||
|
||
ngOnInit() { | ||
} | ||
} |
28 changes: 28 additions & 0 deletions
28
src/renderer/app/pages/component/accordion/accordion.module.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
import { CommonModule } from '@angular/common'; | ||
import { NgModule } from '@angular/core'; | ||
import { RouterModule } from '@angular/router'; | ||
import { BsDropdownModule } from 'ngx-bootstrap/dropdown'; | ||
import { AccordionModule } from 'ngx-bootstrap/accordion'; | ||
import { AccordionComponent } from './accordion.component'; | ||
import { AccordionService } from '@renderer/services/component/accordion.service'; | ||
|
||
const ACCORDION_ROUTES = [ | ||
{path: '', component: AccordionComponent} | ||
]; | ||
|
||
@NgModule({ | ||
declarations: [ | ||
AccordionComponent | ||
], | ||
imports: [ | ||
CommonModule, | ||
BsDropdownModule.forRoot(), | ||
AccordionModule.forRoot(), | ||
RouterModule.forChild(ACCORDION_ROUTES) | ||
], | ||
providers: [ | ||
AccordionService | ||
] | ||
}) | ||
export class AccordionComponentModule { | ||
} |
17 changes: 17 additions & 0 deletions
17
src/renderer/app/pages/component/collapse/collapse.component.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
<section class="content--row"> | ||
<header class="content__title"> | ||
<h1>Collapse</h1> | ||
<small>This template is built using <code>ngx-bootstrap/collapse</code> and provides some usage examples</small> | ||
</header> | ||
<div class="card"> | ||
<div class="card-body"> | ||
<h4 class="card-title">Collapse</h4> | ||
<button type="button" class="btn btn-primary" (click)="isCollapsed = !isCollapsed">Point I fold | ||
</button> | ||
<hr class="mt-4 mb-4"> | ||
<div [collapse]="isCollapsed"> | ||
I'm Collapse content | ||
</div> | ||
</div> | ||
</div> | ||
</section> |
12 changes: 12 additions & 0 deletions
12
src/renderer/app/pages/component/collapse/collapse.component.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
import { Component } from '@angular/core'; | ||
|
||
@Component({ | ||
selector: 'app-component-collapse', | ||
templateUrl: './collapse.component.html' | ||
}) | ||
export class CollapseComponent { | ||
isCollapsed = false; | ||
|
||
constructor() { | ||
} | ||
} |
24 changes: 24 additions & 0 deletions
24
src/renderer/app/pages/component/collapse/collapse.module.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
import { CommonModule } from '@angular/common'; | ||
import { NgModule } from '@angular/core'; | ||
import { RouterModule } from '@angular/router'; | ||
import { BsDropdownModule } from 'ngx-bootstrap/dropdown'; | ||
import { CollapseModule } from 'ngx-bootstrap/collapse'; | ||
import { CollapseComponent } from './collapse.component'; | ||
|
||
const COLLAPSE_ROUTES = [ | ||
{path: '', component: CollapseComponent} | ||
]; | ||
|
||
@NgModule({ | ||
declarations: [ | ||
CollapseComponent | ||
], | ||
imports: [ | ||
CommonModule, | ||
BsDropdownModule.forRoot(), | ||
CollapseModule.forRoot(), | ||
RouterModule.forChild(COLLAPSE_ROUTES) | ||
] | ||
}) | ||
export class CollapseComponentModule { | ||
} |
Oops, something went wrong.