Skip to content

Commit

Permalink
Merge pull request #10 from zahmo/ang17-patch-17.2.x
Browse files Browse the repository at this point in the history
Ang17 patch 17.2.x
  • Loading branch information
zahmo committed Apr 19, 2024
2 parents d87ccd7 + 8adc602 commit 36f6601
Show file tree
Hide file tree
Showing 11 changed files with 33 additions and 25 deletions.
2 changes: 1 addition & 1 deletion demo/environments/environment.prod.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@

export const environment ={"production":true,"version":"17.2.4","angularVersion":"17.2.3","materialVersion":"17.2.1","cssClassPrefix":true}
export const environment ={"production":true,"version":"17.2.5-alpha.0","angularVersion":"17.2.3","materialVersion":"17.2.1","cssClassPrefix":true}

2 changes: 1 addition & 1 deletion demo/environments/environment.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@

export const environment ={"production":false,"version":"17.2.4","angularVersion":"17.2.3","materialVersion":"17.2.1","cssClassPrefix":true}
export const environment ={"production":false,"version":"17.2.5-alpha.0","angularVersion":"17.2.3","materialVersion":"17.2.1","cssClassPrefix":true}

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "demo",
"version": "17.2.4",
"version": "17.2.5-alpha.0",
"author": "https://github.com/zahmo/zajsf/graphs/contributors",
"description": "Angular JSON Schema Form builder Demo",
"engines": {
Expand Down Expand Up @@ -135,4 +135,4 @@
"typescript": "5.2",
"webpack-bundle-analyzer": "^4.6.1"
}
}
}
6 changes: 3 additions & 3 deletions projects/zajsf-bootstrap3/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zajsf/bootstrap3",
"version": "17.2.4",
"version": "17.2.5-alpha.0",
"description": "Angular JSON Schema Form builder using Bootstrap 3 UI",
"author": "https://github.com/zahmo/zajsf/graphs/contributors",
"keywords": [
Expand Down Expand Up @@ -37,8 +37,8 @@
"private": false,
"dependencies": {
"lodash-es": "~4.17.21",
"@zajsf/core": "~17.2.4",
"@zajsf/cssframework": "~17.2.4",
"@zajsf/core": "~17.2.5-alpha.0",
"@zajsf/cssframework": "~17.2.5-alpha.0",
"tslib": "^2.0.0"
},
"peerDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions projects/zajsf-bootstrap4/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zajsf/bootstrap4",
"version": "17.2.4",
"version": "17.2.5-alpha.0",
"description": "Angular JSON Schema Form builder using Bootstrap 4 UI",
"author": "https://github.com/zahmo/zajsf/graphs/contributors",
"keywords": [
Expand Down Expand Up @@ -37,8 +37,8 @@
"private": false,
"dependencies": {
"lodash-es": "~4.17.21",
"@zajsf/core": "~17.2.4",
"@zajsf/cssframework": "~17.2.4",
"@zajsf/core": "~17.2.5-alpha.0",
"@zajsf/cssframework": "~17.2.5-alpha.0",
"tslib": "^2.0.0"
},
"peerDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions projects/zajsf-bootstrap5/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zajsf/bootstrap5",
"version": "17.2.4",
"version": "17.2.5-alpha.0",
"description": "Angular JSON Schema Form builder using Bootstrap 5 UI",
"author": "https://github.com/zahmo/zajsf/graphs/contributors",
"keywords": [
Expand Down Expand Up @@ -37,8 +37,8 @@
"private": false,
"dependencies": {
"lodash-es": "~4.17.21",
"@zajsf/core": "~17.2.4",
"@zajsf/cssframework": "~17.2.4",
"@zajsf/core": "~17.2.5-alpha.0",
"@zajsf/cssframework": "~17.2.5-alpha.0",
"tslib": "^2.0.0"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion projects/zajsf-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zajsf/core",
"version": "17.2.4",
"version": "17.2.5-alpha.0",
"description": "Angular JSON Schema Form builder core",
"author": "https://github.com/zahmo/zajsf/graphs/contributors",
"keywords": [
Expand Down
4 changes: 2 additions & 2 deletions projects/zajsf-cssframework/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zajsf/cssframework",
"version": "17.2.4",
"version": "17.2.5-alpha.0",
"description": "Angular JSON Schema Form builder cssframework",
"author": "https://github.com/zahmo/zajsf/graphs/contributors",
"keywords": [
Expand Down Expand Up @@ -39,7 +39,7 @@
},
"dependencies": {
"tslib": "^2.3.0",
"@zajsf/core": "~17.2.4"
"@zajsf/core": "~17.2.5-alpha.0"
},
"devDependencies": {
"@types/lodash-es": "^4.17.6"
Expand Down
14 changes: 11 additions & 3 deletions projects/zajsf-cssframework/src/lib/css-framework.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,15 +83,23 @@ export class CssFrameworkComponent implements OnInit, OnChanges,OnDestroy {
return flattened
}

defaultStyling={
defaultStyling:css_fw.widgetstyles={
array:{},
default:{fieldHtmlClass: "cssfw-form-control"},
__themes__:[{name:'notheme',text:'None'}],
__remove_item__:"cssfw-remove-item",
//__array_item_nonref__:"cssfw-array-item-nonref",
__array_item_nonref__:{
"htmlClass": "cssfw-array-item-nonref"
},
__active__:{activeClass:"cssfw-active"},
__array__:{htmlClass:"cssfw-array"},
__control_label__:{labelHtmlClass:"cssfw-control-label"},
__form_group__:{htmlClass: "cssfw-form-group"},
__field_addon_left__:"cssfw-addon-left",
__field_addon_right__:"cssfw-addon-right",
__help_block__:"cssfw-help-block",
__required_asterisk__:"cssfw-required-astersisk",
__screen_reader__: "cssfw-screen-reader",
__screen_reader__: "cssfw-screen-reader"

}

Expand Down
6 changes: 3 additions & 3 deletions projects/zajsf-daisyui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zajsf/daisyui",
"version": "17.2.4",
"version": "17.2.5-alpha.0",
"description": "Angular JSON Schema Form builder using DaisyUI",
"author": "https://github.com/zahmo/zajsf/graphs/contributors",
"keywords": [
Expand Down Expand Up @@ -44,8 +44,8 @@

"dependencies": {
"tslib": "^2.3.0",
"@zajsf/core": "~17.2.4",
"@zajsf/cssframework": "~17.2.4"
"@zajsf/core": "~17.2.5-alpha.0",
"@zajsf/cssframework": "~17.2.5-alpha.0"
},
"devDependencies": {
"@types/lodash-es": "^4.17.6",
Expand Down
6 changes: 3 additions & 3 deletions projects/zajsf-material/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zajsf/material",
"version": "17.2.4",
"version": "17.2.5-alpha.0",
"description": "Angular JSON Schema Form builder using Angular Material UI",
"author": "https://github.com/zahmo/zajsf/graphs/contributors",
"keywords": [
Expand Down Expand Up @@ -38,8 +38,8 @@
"private": false,
"dependencies": {
"lodash-es": "~4.17.21",
"@zajsf/core": "~17.2.4",
"@zajsf/cssframework": "~17.2.4",
"@zajsf/core": "~17.2.5-alpha.0",
"@zajsf/cssframework": "~17.2.5-alpha.0",
"tslib": "^2.0.0"
},
"peerDependencies": {
Expand Down

0 comments on commit 36f6601

Please sign in to comment.