@igniteui/angular-templates 19.0.1430-rc.0 → 19.0.1430
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/constants.d.ts +1 -1
- package/constants.js +1 -1
- package/igx-ts/projects/_base/files/__dot__github/workflows/github-pages.yml +3 -2
- package/igx-ts/projects/_base/files/package.json +1 -1
- package/igx-ts/projects/_base_with_home/files/__dot__github/workflows/github-pages.yml +3 -2
- package/igx-ts-legacy/projects/_base/files/__dot__github/workflows/github-pages.yml +3 -2
- package/igx-ts-legacy/projects/_base/files/package.json +1 -1
- package/igx-ts-legacy/projects/_base_with_home/files/__dot__github/workflows/github-pages.yml +3 -2
- package/igx-ts-legacy/projects/side-nav-auth/files/package.json +1 -1
- package/package.json +2 -2
package/constants.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const IGNITEUI_ANGULAR_PACKAGE = "igniteui-angular@~19.0.0
|
|
1
|
+
export declare const IGNITEUI_ANGULAR_PACKAGE = "igniteui-angular@~19.0.0";
|
package/constants.js
CHANGED
|
@@ -3,8 +3,7 @@ name: Deploy GitHub Pages
|
|
|
3
3
|
on:
|
|
4
4
|
push:
|
|
5
5
|
branches: [ <%=yamlDefaultBranch%> ]
|
|
6
|
-
|
|
7
|
-
branches: [ <%=yamlDefaultBranch%> ]
|
|
6
|
+
workflow_dispatch: {}
|
|
8
7
|
|
|
9
8
|
jobs:
|
|
10
9
|
build-and-deploy:
|
|
@@ -44,6 +43,8 @@ jobs:
|
|
|
44
43
|
run: npm run build -- --base-href "/${{ github.event.repository.name }}/"
|
|
45
44
|
- name: Update Resource Paths
|
|
46
45
|
run: find ${{ env.BUILD_PATH }} -type f -name '*main*.js' -exec sed -i -e "s|/assets|/${{ github.event.repository.name }}/assets|g" -e "s|url('/assets|url('/${{ github.event.repository.name }}/assets|g" {} +
|
|
46
|
+
- name: SPA routing handling
|
|
47
|
+
run: cp ${{ env.BUILD_PATH }}/index.html ${{ env.BUILD_PATH }}/404.html
|
|
47
48
|
- name: Upload build artifact to GitHub Pages
|
|
48
49
|
uses: actions/upload-pages-artifact@v1
|
|
49
50
|
with:
|
|
@@ -3,8 +3,7 @@ name: Deploy GitHub Pages
|
|
|
3
3
|
on:
|
|
4
4
|
push:
|
|
5
5
|
branches: [ <%=yamlDefaultBranch%> ]
|
|
6
|
-
|
|
7
|
-
branches: [ <%=yamlDefaultBranch%> ]
|
|
6
|
+
workflow_dispatch: {}
|
|
8
7
|
|
|
9
8
|
jobs:
|
|
10
9
|
build-and-deploy:
|
|
@@ -44,6 +43,8 @@ jobs:
|
|
|
44
43
|
run: npm run build -- --base-href "/${{ github.event.repository.name }}/"
|
|
45
44
|
- name: Update Resource Paths
|
|
46
45
|
run: find ${{ env.BUILD_PATH }} -type f -name '*main*.js' -exec sed -i -e "s|/assets|/${{ github.event.repository.name }}/assets|g" -e "s|url('/assets|url('/${{ github.event.repository.name }}/assets|g" {} +
|
|
46
|
+
- name: SPA routing handling
|
|
47
|
+
run: cp ${{ env.BUILD_PATH }}/index.html ${{ env.BUILD_PATH }}/404.html
|
|
47
48
|
- name: Upload build artifact to GitHub Pages
|
|
48
49
|
uses: actions/upload-pages-artifact@v1
|
|
49
50
|
with:
|
|
@@ -3,8 +3,7 @@ name: Deploy GitHub Pages
|
|
|
3
3
|
on:
|
|
4
4
|
push:
|
|
5
5
|
branches: [ <%=yamlDefaultBranch%> ]
|
|
6
|
-
|
|
7
|
-
branches: [ <%=yamlDefaultBranch%> ]
|
|
6
|
+
workflow_dispatch: {}
|
|
8
7
|
|
|
9
8
|
jobs:
|
|
10
9
|
build-and-deploy:
|
|
@@ -44,6 +43,8 @@ jobs:
|
|
|
44
43
|
run: npm run build -- --base-href "/${{ github.event.repository.name }}/"
|
|
45
44
|
- name: Update Resource Paths
|
|
46
45
|
run: find ${{ env.BUILD_PATH }} -type f -name '*main*.js' -exec sed -i -e "s|/assets|/${{ github.event.repository.name }}/assets|g" -e "s|url('/assets|url('/${{ github.event.repository.name }}/assets|g" {} +
|
|
46
|
+
- name: SPA routing handling
|
|
47
|
+
run: cp ${{ env.BUILD_PATH }}/index.html ${{ env.BUILD_PATH }}/404.html
|
|
47
48
|
- name: Upload build artifact to GitHub Pages
|
|
48
49
|
uses: actions/upload-pages-artifact@v1
|
|
49
50
|
with:
|
package/igx-ts-legacy/projects/_base_with_home/files/__dot__github/workflows/github-pages.yml
CHANGED
|
@@ -3,8 +3,7 @@ name: Deploy GitHub Pages
|
|
|
3
3
|
on:
|
|
4
4
|
push:
|
|
5
5
|
branches: [ main ]
|
|
6
|
-
|
|
7
|
-
branches: [ main ]
|
|
6
|
+
workflow_dispatch: {}
|
|
8
7
|
|
|
9
8
|
jobs:
|
|
10
9
|
build-and-deploy:
|
|
@@ -44,6 +43,8 @@ jobs:
|
|
|
44
43
|
run: npm run build -- --base-href "/${{ github.event.repository.name }}/"
|
|
45
44
|
- name: Update Resource Paths
|
|
46
45
|
run: find ${{ env.BUILD_PATH }} -type f -name '*main*.js' -exec sed -i -e "s|/assets|/${{ github.event.repository.name }}/assets|g" -e "s|url('/assets|url('/${{ github.event.repository.name }}/assets|g" {} +
|
|
46
|
+
- name: SPA routing handling
|
|
47
|
+
run: cp ${{ env.BUILD_PATH }}/index.html ${{ env.BUILD_PATH }}/404.html
|
|
47
48
|
- name: Upload build artifact to GitHub Pages
|
|
48
49
|
uses: actions/upload-pages-artifact@v1
|
|
49
50
|
with:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@igniteui/angular-templates",
|
|
3
|
-
"version": "19.0.1430
|
|
3
|
+
"version": "19.0.1430",
|
|
4
4
|
"description": "Templates for Ignite UI for Angular projects and components",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"author": "Infragistics",
|
|
13
13
|
"license": "MIT",
|
|
14
14
|
"dependencies": {
|
|
15
|
-
"@igniteui/cli-core": "~14.3.0
|
|
15
|
+
"@igniteui/cli-core": "~14.3.0",
|
|
16
16
|
"typescript": "~5.5.4"
|
|
17
17
|
}
|
|
18
18
|
}
|