Skip to content

Commit 71a3a66

Browse files
authored
Merge pull request #14 from netgrif/next
Release 2.0.0
2 parents 709ecfb + 5e4f30b commit 71a3a66

File tree

483 files changed

+24381
-17334
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

483 files changed

+24381
-17334
lines changed

.editorconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ root = true
44
[*]
55
charset = utf-8
66
indent_style = space
7-
indent_size = 2
7+
indent_size = 4
88
insert_final_newline = true
99
trim_trailing_whitespace = true
1010

.eslintrc.json

Lines changed: 49 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -1,51 +1,51 @@
11
{
2-
"root": true,
3-
"ignorePatterns": [
4-
"projects/**/*"
5-
],
6-
"overrides": [
7-
{
8-
"files": [
9-
"*.ts"
10-
],
11-
"parserOptions": {
12-
"project": [
13-
"tsconfig.json",
14-
"e2e/tsconfig.json"
15-
],
16-
"createDefaultProgram": true
17-
},
18-
"extends": [
19-
"plugin:@angular-eslint/recommended",
20-
"plugin:@angular-eslint/template/process-inline-templates"
21-
],
22-
"rules": {
23-
"@angular-eslint/directive-selector": [
24-
"error",
25-
{
26-
"type": "attribute",
27-
"prefix": "nab",
28-
"style": "camelCase"
29-
}
30-
],
31-
"@angular-eslint/component-selector": [
32-
"error",
33-
{
34-
"type": "element",
35-
"prefix": "nab",
36-
"style": "kebab-case"
37-
}
38-
]
39-
}
40-
},
41-
{
42-
"files": [
43-
"*.html"
44-
],
45-
"extends": [
46-
"plugin:@angular-eslint/template/recommended"
47-
],
48-
"rules": {}
49-
}
50-
]
2+
"root": true,
3+
"ignorePatterns": [
4+
"projects/**/*"
5+
],
6+
"overrides": [
7+
{
8+
"files": [
9+
"*.ts"
10+
],
11+
"parserOptions": {
12+
"project": [
13+
"tsconfig.json",
14+
"e2e/tsconfig.json"
15+
],
16+
"createDefaultProgram": true
17+
},
18+
"extends": [
19+
"plugin:@angular-eslint/recommended",
20+
"plugin:@angular-eslint/template/process-inline-templates"
21+
],
22+
"rules": {
23+
"@angular-eslint/directive-selector": [
24+
"error",
25+
{
26+
"type": "attribute",
27+
"prefix": "nab",
28+
"style": "camelCase"
29+
}
30+
],
31+
"@angular-eslint/component-selector": [
32+
"error",
33+
{
34+
"type": "element",
35+
"prefix": "nab",
36+
"style": "kebab-case"
37+
}
38+
]
39+
}
40+
},
41+
{
42+
"files": [
43+
"*.html"
44+
],
45+
"extends": [
46+
"plugin:@angular-eslint/template/recommended"
47+
],
48+
"rules": {}
49+
}
50+
]
5151
}

.github/ISSUE_TEMPLATE/bug_report.yaml

Lines changed: 75 additions & 75 deletions
Original file line numberDiff line numberDiff line change
@@ -2,80 +2,80 @@ name: "🐛 Bug Report"
22
description: Create a report to help us improve
33
title: "[BUG] "
44
labels:
5-
- bug
6-
- unverified
5+
- bug
6+
- unverified
77
body:
8-
- id: description
9-
type: textarea
10-
attributes:
11-
label: Current behaviour
12-
description: A clear and concise description of what the bug is.
13-
validations:
14-
required: false
15-
- id: steps
16-
type: textarea
17-
attributes:
18-
label: Steps to reproduce
19-
description: Steps to reproduce the behavior.
20-
placeholder: |
21-
1. Go to '...'
22-
2. Click on '....'
23-
3. Scroll down to '....'
24-
4. See error
25-
validations:
26-
required: true
27-
- id: expected
28-
type: textarea
29-
attributes:
30-
label: Expected behaviour
31-
description: A clear and concise description of what you expected to happen.
32-
validations:
33-
required: false
34-
- id: os
35-
type: dropdown
36-
attributes:
37-
label: OS
38-
description: OS of device
39-
options:
40-
- Windows
41-
- Linux
42-
- MacOS
43-
- Android
44-
- iOS
45-
- other
46-
validations:
47-
required: false
48-
- id: browser
49-
type: dropdown
50-
attributes:
51-
label: Browser
52-
description: Used web browser
53-
options:
54-
- Chrome
55-
- Firefox
56-
- Safari
57-
- Edge
58-
- Opera
59-
- Other Chrome/Chromium based
60-
- Other
61-
validations:
62-
required: false
63-
- id: version
64-
type: dropdown
65-
attributes:
66-
label: App version
67-
options:
68-
- 1.0.0
69-
default: 0
70-
validations:
71-
required: true
72-
- id: additional
73-
type: textarea
74-
attributes:
75-
label: Anything else?
76-
description: |
77-
Links? References? Screenshots? Anything that will give us more context about the issue you are encountering!
8+
- id: description
9+
type: textarea
10+
attributes:
11+
label: Current behaviour
12+
description: A clear and concise description of what the bug is.
13+
validations:
14+
required: false
15+
- id: steps
16+
type: textarea
17+
attributes:
18+
label: Steps to reproduce
19+
description: Steps to reproduce the behavior.
20+
placeholder: |
21+
1. Go to '...'
22+
2. Click on '....'
23+
3. Scroll down to '....'
24+
4. See error
25+
validations:
26+
required: true
27+
- id: expected
28+
type: textarea
29+
attributes:
30+
label: Expected behaviour
31+
description: A clear and concise description of what you expected to happen.
32+
validations:
33+
required: false
34+
- id: os
35+
type: dropdown
36+
attributes:
37+
label: OS
38+
description: OS of device
39+
options:
40+
- Windows
41+
- Linux
42+
- MacOS
43+
- Android
44+
- iOS
45+
- other
46+
validations:
47+
required: false
48+
- id: browser
49+
type: dropdown
50+
attributes:
51+
label: Browser
52+
description: Used web browser
53+
options:
54+
- Chrome
55+
- Firefox
56+
- Safari
57+
- Edge
58+
- Opera
59+
- Other Chrome/Chromium based
60+
- Other
61+
validations:
62+
required: false
63+
- id: version
64+
type: dropdown
65+
attributes:
66+
label: App version
67+
options:
68+
- 1.0.0
69+
default: 0
70+
validations:
71+
required: true
72+
- id: additional
73+
type: textarea
74+
attributes:
75+
label: Anything else?
76+
description: |
77+
Links? References? Screenshots? Anything that will give us more context about the issue you are encountering!
7878
79-
Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in.
80-
validations:
81-
required: false
79+
Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in.
80+
validations:
81+
required: false

.github/ISSUE_TEMPLATE/feature_request.yaml

Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -2,37 +2,37 @@ name: "⬆️ Feature request"
22
description: Suggest an idea for this project
33
title: "[FEATURE] "
44
labels:
5-
- improvement
6-
- new
5+
- improvement
6+
- new
77
body:
8-
- id: problem
9-
type: textarea
10-
attributes:
11-
label: Is your feature request related to a problem?
12-
description: A clear and concise description of what the problem is. Ex. I'm always frustrated when...
13-
validations:
14-
required: false
15-
- id: solution
16-
type: textarea
17-
attributes:
18-
label: Describe the solution you'd like
19-
description: A clear and concise description of what you want to happen.
20-
validations:
21-
required: false
22-
- id: alternative
23-
type: textarea
24-
attributes:
25-
label: Describe alternatives you've considered
26-
description: A clear and concise description of any alternative solutions or features you've considered.
27-
validations:
28-
required: false
29-
- id: additional
30-
type: textarea
31-
attributes:
32-
label: Anything else?
33-
description: |
34-
Links? References? Screenshots? Anything that will give us more context about the request.
8+
- id: problem
9+
type: textarea
10+
attributes:
11+
label: Is your feature request related to a problem?
12+
description: A clear and concise description of what the problem is. Ex. I'm always frustrated when...
13+
validations:
14+
required: false
15+
- id: solution
16+
type: textarea
17+
attributes:
18+
label: Describe the solution you'd like
19+
description: A clear and concise description of what you want to happen.
20+
validations:
21+
required: false
22+
- id: alternative
23+
type: textarea
24+
attributes:
25+
label: Describe alternatives you've considered
26+
description: A clear and concise description of any alternative solutions or features you've considered.
27+
validations:
28+
required: false
29+
- id: additional
30+
type: textarea
31+
attributes:
32+
label: Anything else?
33+
description: |
34+
Links? References? Screenshots? Anything that will give us more context about the request.
3535
36-
Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in.
37-
validations:
38-
required: false
36+
Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in.
37+
validations:
38+
required: false
Lines changed: 25 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,31 @@
11
name: Master Build
22
on:
3-
push:
4-
branches: [ master ]
3+
push:
4+
branches: [ master ]
55
jobs:
6-
build:
7-
name: Build
8-
runs-on: ubuntu-latest
9-
steps:
10-
- uses: actions/checkout@v4
11-
with:
12-
fetch-depth: 0
6+
build:
7+
name: Build and update doc
8+
runs-on: ubuntu-latest
9+
steps:
10+
- uses: actions/checkout@v4
11+
with:
12+
fetch-depth: 0
1313

14-
- name: Setup Node.js
15-
uses: actions/setup-node@v3
16-
with:
17-
node-version: 18
18-
- run: npm i --legacy-peer-deps
14+
- name: Setup Node.js
15+
uses: actions/setup-node@v3
16+
with:
17+
node-version: 18
18+
- run: npm i --legacy-peer-deps
1919

20-
- name: Test
21-
# run: npm run full-test
22-
run: npm run lint && npm run build
20+
- name: Test
21+
run: npm run lint && npm run build
2322

24-
# - name: Edit Path
25-
# run: |
26-
# sed -i 's/SF:.*.src/SF:src/g' coverage/lcov.info
27-
# sed -i 's/SF:.*.src/SF:src/g' coverage/lcov.info
28-
# - name: SonarCloud scan
29-
# uses: SonarSource/sonarcloud-github-action@master
30-
# env:
31-
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
32-
# SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
23+
# - name: Edit Path
24+
# run: |
25+
# sed -i 's/SF:.*.src/SF:src/g' coverage/lcov.info
26+
# sed -i 's/SF:.*.src/SF:src/g' coverage/lcov.info
27+
# - name: SonarCloud scan
28+
# uses: SonarSource/sonarcloud-github-action@master
29+
# env:
30+
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
31+
# SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

0 commit comments

Comments
 (0)