Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .github/workflows/master-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,23 +12,23 @@ jobs:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Use Node.js 12
- name: Use Node.js 16
uses: actions/setup-node@v2
with:
node-version: 12
- run: npm i
node-version: 16
- run: npm i --legacy-peer-deps
- name: Build & test components-core
run: |
npm run ncc:build
npm run ncc:full-test
npm run ncc:doc
npm i ./dist/netgrif-components-core --save-optional
npm i ./dist/netgrif-components-core --save-optional --legacy-peer-deps
- name: Build & test components
run: |
npm run nc:build
npm run nc:full-test
npm run nc:doc
npm i ./dist/netgrif-components --save-optional
npm i ./dist/netgrif-components --save-optional --legacy-peer-deps
- name: SonarCloud scan
uses: SonarSource/sonarcloud-github-action@master
env:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/pr-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,18 @@ jobs:
- uses: actions/setup-node@v2
name: Full Test
with:
node-version: 12
- run: npm i
node-version: 16
- run: npm i --legacy-peer-deps
- name: Build & test components-core
run: |
npm run ncc:build
npm run ncc:full-test
npm i ./dist/netgrif-components-core --save-optional
npm i ./dist/netgrif-components-core --save-optional --legacy-peer-deps
- name: Build & test components
run: |
npm run nc:build
npm run nc:full-test
npm i ./dist/netgrif-components --save-optional
npm i ./dist/netgrif-components --save-optional --legacy-peer-deps
- name: Edit Path
run: |
sed -i 's/SF:.*.projects/SF:projects/g' coverage/netgrif-components/lcov.info
Expand Down
20 changes: 10 additions & 10 deletions .github/workflows/release-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 12
node-version: 16
- run: |
npm i
npm i --legacy-peer-deps
npm run ncc:build
npm run ncc:full-test
npm i ./dist/netgrif-components-core --save-optional
npm i ./dist/netgrif-components-core --save-optional --legacy-peer-deps
npm run nc:build
npm run nc:full-test
npm i ./dist/netgrif-components --save-optional
npm i ./dist/netgrif-components --save-optional --legacy-peer-deps
npm run example:build

publish-npm:
Expand All @@ -27,13 +27,13 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 12
node-version: 16
registry-url: https://registry.npmjs.org/
- run: npm i
- run: npm i --legacy-peer-deps
- name: Publish components-core
run: |
npm run ncc:build
npm i ./dist/netgrif-components-core --save-optional
npm i ./dist/netgrif-components-core --save-optional --legacy-peer-deps
cd dist/netgrif-components-core
npm publish --access public
env:
Expand All @@ -57,13 +57,13 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 12
node-version: 16
registry-url: https://npm.pkg.github.com
- run: npm i
- run: npm i --legacy-peer-deps
- name: Publish components-core
run: |
npm run ncc:build
npm i ./dist/netgrif-components-core --save-optional
npm i ./dist/netgrif-components-core --save-optional --legacy-peer-deps
cd dist/netgrif-components-core
npm publish --access public
env:
Expand Down
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,15 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres
to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

Full
Changelog: [https://github.com/netgrif/components/commits/v6.0.0](https://github.com/netgrif/components/commits/v6.0.0)
Full Changelog: [https://github.com/netgrif/components/commits/v6.0.0](https://github.com/netgrif/components/commits/v6.0.0)

## [6.1.1](https://github.com/netgrif/components/releases/tag/v6.1.1) (2022-06-09)

### Fixed

- [NAE-1649] File field preview component bug
- [NAE-1656] Export nc-panel-item
- [NAE-1653] Create view schematic not functional after angular 13 update

## [6.1.0](https://github.com/netgrif/components/releases/tag/v6.1.0) (2022-06-01)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -169,51 +169,51 @@ <h3 id="constructor">Constructor</h3>
<tbody>
<tr>
<td>_sideMenuControl</td>

<td>
<code><a href="../classess/SideMenuControl.html" target="_self" >SideMenuControl</a></code>
</td>

<td>
No
</td>

</tr>
<tr>
<td>_userFilterService</td>

<td>
<code><a href="../injectables/UserFiltersService.html" target="_self" >UserFiltersService</a></code>
</td>

<td>
No
</td>

</tr>
<tr>
<td>_log</td>

<td>
<code><a href="../injectables/LoggerService.html" target="_self" >LoggerService</a></code>
</td>

<td>
No
</td>

</tr>
<tr>
<td>taskViewService</td>

<td>
<code><a href="../injectables/TaskViewService.html" target="_self" >TaskViewService</a></code>
</td>

<td>
No
</td>

</tr>
</tbody>
</table>
Expand All @@ -225,7 +225,7 @@ <h3 id="constructor">Constructor</h3>
</section>

<section>

<h3 id="inputs">
Properties
</h3>
Expand Down Expand Up @@ -361,7 +361,7 @@ <h3 id="inputs">
</section>

<section>

<h3 id="methods">
Methods
</h3>
Expand Down Expand Up @@ -429,7 +429,7 @@ <h3 id="methods">

</div>
<div class="io-description">

</div>
</td>
</tr>
Expand Down Expand Up @@ -548,7 +548,7 @@ <h3 id="methods">

</div>
<div class="io-description">

</div>
</td>
</tr>
Expand All @@ -575,7 +575,7 @@ <h3 id="methods">
import {LoggerService} from &#x27;../../../logger/services/logger.service&#x27;;
import {UserFiltersService} from &#x27;../../../filter/user-filters.service&#x27;;

export abstract class AbstractSaveFilterComponent extends AbstractTaskView {
export abstract class AbstractSaveFilterComponent extends AbstractTaskViewComponent {

protected _injectedData: SaveFilterInjectionData;

Expand Down Expand Up @@ -610,7 +610,7 @@ <h3 id="methods">







Expand Down Expand Up @@ -638,7 +638,7 @@ <h1 class="search-results-title">No results matching "<span class='search-query'

<script src="../js/libs/custom-elements.min.js"></script>
<script src="../js/libs/lit-html.js"></script>

<script type="module" src="../js/menu-wc.js" defer></script>
<script nomodule src="../js/menu-wc_es5.js" defer></script>

Expand Down
18 changes: 9 additions & 9 deletions docs/compodoc/components-core/classes/AbstractTaskView.html
Original file line number Diff line number Diff line change
Expand Up @@ -167,15 +167,15 @@ <h3 id="constructor">Constructor</h3>
<tbody>
<tr>
<td>taskViewService</td>

<td>
<code><a href="../injectables/TaskViewService.html" target="_self" >TaskViewService</a></code>
</td>

<td>
No
</td>

</tr>
</tbody>
</table>
Expand All @@ -187,7 +187,7 @@ <h3 id="constructor">Constructor</h3>
</section>

<section>

<h3 id="inputs">
Properties
</h3>
Expand Down Expand Up @@ -282,7 +282,7 @@ <h3 id="inputs">
</section>

<section>

<h3 id="methods">
Methods
</h3>
Expand Down Expand Up @@ -399,7 +399,7 @@ <h3 id="methods">

</div>
<div class="io-description">

</div>
</td>
</tr>
Expand All @@ -422,7 +422,7 @@ <h3 id="methods">
import {ViewWithHeaders} from &#x27;../abstract/view-with-headers&#x27;;


export abstract class AbstractTaskView extends ViewWithHeaders implements OnDestroy {
export abstract class AbstractTaskViewComponent extends ViewWithHeaders implements OnDestroy {

public tasks$: Observable&lt;Array&lt;TaskPanelData&gt;&gt;;
public loading$: Observable&lt;boolean&gt;;
Expand All @@ -443,7 +443,7 @@ <h3 id="methods">







Expand Down Expand Up @@ -471,7 +471,7 @@ <h1 class="search-results-title">No results matching "<span class='search-query'

<script src="../js/libs/custom-elements.min.js"></script>
<script src="../js/libs/lit-html.js"></script>

<script type="module" src="../js/menu-wc.js" defer></script>
<script nomodule src="../js/menu-wc_es5.js" defer></script>

Expand Down
Loading