@genesislcap/blank-app-seed 3.35.0 → 3.35.2
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/.genx/package.json +1 -1
- package/.genx/templates/angular/gridLayout.hbs +8 -8
- package/.genx/templates/react/gridLayout.hbs +8 -8
- package/.genx/templates/web-components/gridLayout.hbs +8 -8
- package/.github/workflows/upgrade.yml +0 -1
- package/CHANGELOG.md +14 -0
- package/client-tmp/react/public/index.html +1 -1
- package/package.json +1 -1
package/.genx/package.json
CHANGED
|
@@ -2,13 +2,13 @@
|
|
|
2
2
|
<rapid-layout-region type="vertical">
|
|
3
3
|
{{#each route.tiles}}
|
|
4
4
|
{{#ifEquals @index 0}}
|
|
5
|
-
<rapid-layout-item title="{{
|
|
6
|
-
<app-{{kebabCase
|
|
5
|
+
<rapid-layout-item title="{{this.title}}">
|
|
6
|
+
<app-{{kebabCase this.componentName}}></app-{{kebabCase this.componentName}}>
|
|
7
7
|
</rapid-layout-item>
|
|
8
8
|
{{/ifEquals}}
|
|
9
9
|
{{#ifEquals @index 1}}
|
|
10
|
-
<rapid-layout-item title="{{
|
|
11
|
-
<app-{{kebabCase
|
|
10
|
+
<rapid-layout-item title="{{this.title}}">
|
|
11
|
+
<app-{{kebabCase this.componentName}}></app-{{kebabCase this.componentName}}>
|
|
12
12
|
</rapid-layout-item>
|
|
13
13
|
{{/ifEquals}}
|
|
14
14
|
{{/each}}
|
|
@@ -16,13 +16,13 @@
|
|
|
16
16
|
<rapid-layout-region type="vertical">
|
|
17
17
|
{{#each route.tiles}}
|
|
18
18
|
{{#ifEquals @index 2}}
|
|
19
|
-
<rapid-layout-item title="{{
|
|
20
|
-
<app-{{kebabCase
|
|
19
|
+
<rapid-layout-item title="{{this.title}}">
|
|
20
|
+
<app-{{kebabCase this.componentName}}></app-{{kebabCase this.componentName}}>
|
|
21
21
|
</rapid-layout-item>
|
|
22
22
|
{{/ifEquals}}
|
|
23
23
|
{{#ifEquals @index 3}}
|
|
24
|
-
<rapid-layout-item title="{{
|
|
25
|
-
<app-{{kebabCase
|
|
24
|
+
<rapid-layout-item title="{{this.title}}">
|
|
25
|
+
<app-{{kebabCase this.componentName}}></app-{{kebabCase this.componentName}}>
|
|
26
26
|
</rapid-layout-item>
|
|
27
27
|
{{/ifEquals}}
|
|
28
28
|
{{/each}}
|
|
@@ -2,13 +2,13 @@
|
|
|
2
2
|
<rapid-layout-region type="vertical">
|
|
3
3
|
{{#each route.tiles}}
|
|
4
4
|
{{#ifEquals @index 0}}
|
|
5
|
-
<rapid-layout-item title="{{
|
|
6
|
-
<{{pascalCase
|
|
5
|
+
<rapid-layout-item title="{{this.title}}">
|
|
6
|
+
<{{pascalCase this.componentName}}></{{pascalCase this.componentName}}>
|
|
7
7
|
</rapid-layout-item>
|
|
8
8
|
{{/ifEquals}}
|
|
9
9
|
{{#ifEquals @index 1}}
|
|
10
|
-
<rapid-layout-item title="{{
|
|
11
|
-
<{{pascalCase
|
|
10
|
+
<rapid-layout-item title="{{this.title}}">
|
|
11
|
+
<{{pascalCase this.componentName}}></{{pascalCase this.componentName}}>
|
|
12
12
|
</rapid-layout-item>
|
|
13
13
|
{{/ifEquals}}
|
|
14
14
|
{{/each}}
|
|
@@ -16,13 +16,13 @@
|
|
|
16
16
|
<rapid-layout-region type="vertical">
|
|
17
17
|
{{#each route.tiles}}
|
|
18
18
|
{{#ifEquals @index 2}}
|
|
19
|
-
<rapid-layout-item title="{{
|
|
20
|
-
<{{pascalCase
|
|
19
|
+
<rapid-layout-item title="{{this.title}}">
|
|
20
|
+
<{{pascalCase this.componentName}}></{{pascalCase this.componentName}}>
|
|
21
21
|
</rapid-layout-item>
|
|
22
22
|
{{/ifEquals}}
|
|
23
23
|
{{#ifEquals @index 3}}
|
|
24
|
-
<rapid-layout-item title="{{
|
|
25
|
-
<{{pascalCase
|
|
24
|
+
<rapid-layout-item title="{{this.title}}">
|
|
25
|
+
<{{pascalCase this.componentName}}></{{pascalCase this.componentName}}>
|
|
26
26
|
</rapid-layout-item>
|
|
27
27
|
{{/ifEquals}}
|
|
28
28
|
{{/each}}
|
|
@@ -2,13 +2,13 @@
|
|
|
2
2
|
<rapid-layout-region type="vertical">
|
|
3
3
|
{{#each route.tiles}}
|
|
4
4
|
{{#ifEquals @index 0}}
|
|
5
|
-
<rapid-layout-item title="{{
|
|
6
|
-
<{{kebabCase
|
|
5
|
+
<rapid-layout-item title="{{this.title}}">
|
|
6
|
+
<{{kebabCase this.componentName}}></{{kebabCase this.componentName}}>
|
|
7
7
|
</rapid-layout-item>
|
|
8
8
|
{{/ifEquals}}
|
|
9
9
|
{{#ifEquals @index 1}}
|
|
10
|
-
<rapid-layout-item title="{{
|
|
11
|
-
<{{kebabCase
|
|
10
|
+
<rapid-layout-item title="{{this.title}}">
|
|
11
|
+
<{{kebabCase this.componentName}}></{{kebabCase this.componentName}}>
|
|
12
12
|
</rapid-layout-item>
|
|
13
13
|
{{/ifEquals}}
|
|
14
14
|
{{/each}}
|
|
@@ -16,13 +16,13 @@
|
|
|
16
16
|
<rapid-layout-region type="vertical">
|
|
17
17
|
{{#each route.tiles}}
|
|
18
18
|
{{#ifEquals @index 2}}
|
|
19
|
-
<rapid-layout-item title="{{
|
|
20
|
-
<{{kebabCase
|
|
19
|
+
<rapid-layout-item title="{{this.title}}">
|
|
20
|
+
<{{kebabCase this.componentName}}></{{kebabCase this.componentName}}>
|
|
21
21
|
</rapid-layout-item>
|
|
22
22
|
{{/ifEquals}}
|
|
23
23
|
{{#ifEquals @index 3}}
|
|
24
|
-
<rapid-layout-item title="{{
|
|
25
|
-
<{{kebabCase
|
|
24
|
+
<rapid-layout-item title="{{this.title}}">
|
|
25
|
+
<{{kebabCase this.componentName}}></{{kebabCase this.componentName}}>
|
|
26
26
|
</rapid-layout-item>
|
|
27
27
|
{{/ifEquals}}
|
|
28
28
|
{{/each}}
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [3.35.2](https://github.com/genesiscommunitysuccess/blank-app-seed/compare/v3.35.1...v3.35.2) (2024-11-07)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* references in grid layout template GENC-910 (#391) 25fa964
|
|
9
|
+
|
|
10
|
+
## [3.35.1](https://github.com/genesiscommunitysuccess/blank-app-seed/compare/v3.35.0...v3.35.1) (2024-11-07)
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Bug Fixes
|
|
14
|
+
|
|
15
|
+
* script name for react templat (GENC-892) (#388) 04e6935
|
|
16
|
+
|
|
3
17
|
## [3.35.0](https://github.com/genesiscommunitysuccess/blank-app-seed/compare/v3.34.4...v3.35.0) (2024-11-07)
|
|
4
18
|
|
|
5
19
|
|