- + @@ -13,8 +19,16 @@ - - + + @@ -28,10 +42,21 @@ - -
@@ -39,10 +64,22 @@
- -
@@ -53,7 +90,16 @@ - + diff --git a/projects/layout/tsconfig.lib.json b/projects/layout/tsconfig.lib.json index d2090cb2..599bb9f4 100644 --- a/projects/layout/tsconfig.lib.json +++ b/projects/layout/tsconfig.lib.json @@ -8,5 +8,8 @@ "inlineSources": true, "types": [] }, - "exclude": ["src/test.ts", "**/*.spec.ts"] + "exclude": [ + "src/test.ts", + "**/*.spec.ts" + ] } diff --git a/projects/layout/tsconfig.spec.json b/projects/layout/tsconfig.spec.json index 4ed8f505..3823c756 100644 --- a/projects/layout/tsconfig.spec.json +++ b/projects/layout/tsconfig.spec.json @@ -3,8 +3,15 @@ "extends": "../../tsconfig.json", "compilerOptions": { "outDir": "../../out-tsc/spec", - "types": ["jasmine"] + "types": [ + "jasmine" + ] }, - "files": ["src/test.ts"], - "include": ["**/*.spec.ts", "**/*.d.ts"] + "files": [ + "src/test.ts" + ], + "include": [ + "**/*.spec.ts", + "**/*.d.ts" + ] } diff --git a/projects/list-loader/CHANGELOG.md b/projects/list-loader/CHANGELOG.md index fd94a0b4..822172a6 100644 --- a/projects/list-loader/CHANGELOG.md +++ b/projects/list-loader/CHANGELOG.md @@ -1,74 +1,62 @@ ## 1.1.9 (2024-07-25) - ### πŸ› Fixes -- **ngx-list-loader:** update patch version ([ce42f49](https://github.com/DSI-HUG/ngx-components/commit/ce42f49)) - +- **ngx-list-loader:** update patch version ([ce42f49](https://github.com/DSI-HUG/ngx-components/commit/ce42f49)) -### ❀️ Thank You +### ❀️ Thank You -- Serge +- Serge ## 1.1.8 (2024-07-24) - ### πŸ› Fixes -- **ngx-list-loader:** update patch version ([399f094](https://github.com/DSI-HUG/ngx-components/commit/399f094)) - +- **ngx-list-loader:** update patch version ([399f094](https://github.com/DSI-HUG/ngx-components/commit/399f094)) -### ❀️ Thank You +### ❀️ Thank You -- Serge +- Serge ## 1.1.7 (2024-07-24) - ### πŸ› Fixes -- **ngx-list-loader:** update patch version ([a4ffd7e](https://github.com/DSI-HUG/ngx-components/commit/a4ffd7e)) +- **ngx-list-loader:** update patch version ([a4ffd7e](https://github.com/DSI-HUG/ngx-components/commit/a4ffd7e)) +### ❀️ Thank You -### ❀️ Thank You - -- Serge +- Serge ## 1.1.6 (2024-07-23) - ### πŸ› Fixes -- **ngx-list-loader:** compile path ([83be3fa](https://github.com/DSI-HUG/ngx-components/commit/83be3fa)) - +- **ngx-list-loader:** compile path ([83be3fa](https://github.com/DSI-HUG/ngx-components/commit/83be3fa)) -### ❀️ Thank You +### ❀️ Thank You -- Serge +- Serge ## 1.1.5 (2024-07-23) - ### πŸ› Fixes -- **ngx-list-loader:** ngx prefix ([5128b8f](https://github.com/DSI-HUG/ngx-components/commit/5128b8f)) - +- **ngx-list-loader:** ngx prefix ([5128b8f](https://github.com/DSI-HUG/ngx-components/commit/5128b8f)) -### ❀️ Thank You +### ❀️ Thank You -- Serge +- Serge ## 1.1.4 (2024-07-23) - ### πŸ› Fixes -- **ngx-list-loader:** improve encapsulation ([550e79a](https://github.com/DSI-HUG/ngx-components/commit/550e79a)) +- **ngx-list-loader:** improve encapsulation ([550e79a](https://github.com/DSI-HUG/ngx-components/commit/550e79a)) +### ❀️ Thank You -### ❀️ Thank You - -- Serge +- Serge ## 1.1.3 (2024-07-08) diff --git a/projects/list-loader/README.md b/projects/list-loader/README.md index 9a64558d..12565dba 100644 --- a/projects/list-loader/README.md +++ b/projects/list-loader/README.md @@ -1,4 +1,5 @@ -# @hug/ngx-list-loader +@hug/ngx-list-loader +======= The sources for this package are in the main [DSI-HUG/ngx-components](https://github.com/dsi-hug/ngx-components) repo. Please file issues and pull requests against that repo. diff --git a/projects/list-loader/tsconfig.lib.json b/projects/list-loader/tsconfig.lib.json index d2090cb2..599bb9f4 100644 --- a/projects/list-loader/tsconfig.lib.json +++ b/projects/list-loader/tsconfig.lib.json @@ -8,5 +8,8 @@ "inlineSources": true, "types": [] }, - "exclude": ["src/test.ts", "**/*.spec.ts"] + "exclude": [ + "src/test.ts", + "**/*.spec.ts" + ] } diff --git a/projects/list-loader/tsconfig.spec.json b/projects/list-loader/tsconfig.spec.json index 4ed8f505..3823c756 100644 --- a/projects/list-loader/tsconfig.spec.json +++ b/projects/list-loader/tsconfig.spec.json @@ -3,8 +3,15 @@ "extends": "../../tsconfig.json", "compilerOptions": { "outDir": "../../out-tsc/spec", - "types": ["jasmine"] + "types": [ + "jasmine" + ] }, - "files": ["src/test.ts"], - "include": ["**/*.spec.ts", "**/*.d.ts"] + "files": [ + "src/test.ts" + ], + "include": [ + "**/*.spec.ts", + "**/*.d.ts" + ] } diff --git a/projects/message-box-dialog/CHANGELOG.md b/projects/message-box-dialog/CHANGELOG.md index 8a0cf4b7..61930391 100644 --- a/projects/message-box-dialog/CHANGELOG.md +++ b/projects/message-box-dialog/CHANGELOG.md @@ -1,124 +1,105 @@ ## 1.1.10 (2024-07-25) - ### πŸ› Fixes -- **ngx-message-box-dialog:** update patch version ([d17df9b](https://github.com/DSI-HUG/ngx-components/commit/d17df9b)) - -- **ngx-message-box-dialog:** update patch version ([4cbc75d](https://github.com/DSI-HUG/ngx-components/commit/4cbc75d)) +- **ngx-message-box-dialog:** update patch version ([d17df9b](https://github.com/DSI-HUG/ngx-components/commit/d17df9b)) +- **ngx-message-box-dialog:** update patch version ([4cbc75d](https://github.com/DSI-HUG/ngx-components/commit/4cbc75d)) ### 🌱 Dependencies -- **@hug/ngx-core:** upgrade to v1.1.14 ([12ee5d4](https://github.com/DSI-HUG/ngx-components/commit/12ee5d4)) - +- **@hug/ngx-core:** upgrade to v1.1.14 ([12ee5d4](https://github.com/DSI-HUG/ngx-components/commit/12ee5d4)) -### ❀️ Thank You +### ❀️ Thank You -- dsi-hug-bot @dsi-hug-bot -- Serge +- dsi-hug-bot @dsi-hug-bot +- Serge ## 1.1.9 (2024-07-25) - ### 🌱 Dependencies -- **@hug/ngx-core:** upgrade to v1.1.13 ([15e11d7](https://github.com/DSI-HUG/ngx-components/commit/15e11d7)) - +- **@hug/ngx-core:** upgrade to v1.1.13 ([15e11d7](https://github.com/DSI-HUG/ngx-components/commit/15e11d7)) -### ❀️ Thank You +### ❀️ Thank You -- dsi-hug-bot @dsi-hug-bot +- dsi-hug-bot @dsi-hug-bot ## 1.1.8 (2024-07-24) - ### πŸ› Fixes -- **ngx-message-box-dialog:** update patch version ([d30ec65](https://github.com/DSI-HUG/ngx-components/commit/d30ec65)) - +- **ngx-message-box-dialog:** update patch version ([d30ec65](https://github.com/DSI-HUG/ngx-components/commit/d30ec65)) ### 🌱 Dependencies -- **@hug/ngx-core:** upgrade to v1.1.12 ([78a2936](https://github.com/DSI-HUG/ngx-components/commit/78a2936)) - +- **@hug/ngx-core:** upgrade to v1.1.12 ([78a2936](https://github.com/DSI-HUG/ngx-components/commit/78a2936)) -### ❀️ Thank You +### ❀️ Thank You -- dsi-hug-bot @dsi-hug-bot -- Serge +- dsi-hug-bot @dsi-hug-bot +- Serge ## 1.1.7 (2024-07-24) - ### πŸ› Fixes -- **ngx-message-box-dialog:** update patch version ([b756984](https://github.com/DSI-HUG/ngx-components/commit/b756984)) - +- **ngx-message-box-dialog:** update patch version ([b756984](https://github.com/DSI-HUG/ngx-components/commit/b756984)) ### 🌱 Dependencies -- **@hug/ngx-core:** upgrade to v1.1.11 ([bda1d8c](https://github.com/DSI-HUG/ngx-components/commit/bda1d8c)) - +- **@hug/ngx-core:** upgrade to v1.1.11 ([bda1d8c](https://github.com/DSI-HUG/ngx-components/commit/bda1d8c)) -### ❀️ Thank You +### ❀️ Thank You -- dsi-hug-bot @dsi-hug-bot -- Serge +- dsi-hug-bot @dsi-hug-bot +- Serge ## 1.1.6 (2024-07-23) - ### πŸ› Fixes -- **ngx-core:** ngx prefix ([e08e71a](https://github.com/DSI-HUG/ngx-components/commit/e08e71a)) - -- **ngx-message-box-dialog:** ngx prefix ([480605a](https://github.com/DSI-HUG/ngx-components/commit/480605a)) +- **ngx-core:** ngx prefix ([e08e71a](https://github.com/DSI-HUG/ngx-components/commit/e08e71a)) -- **ngx-message-box-dialog:** compile path ([ad132d2](https://github.com/DSI-HUG/ngx-components/commit/ad132d2)) +- **ngx-message-box-dialog:** ngx prefix ([480605a](https://github.com/DSI-HUG/ngx-components/commit/480605a)) +- **ngx-message-box-dialog:** compile path ([ad132d2](https://github.com/DSI-HUG/ngx-components/commit/ad132d2)) ### 🌱 Dependencies -- **@hug/ngx-core:** upgrade to v1.1.9 ([3692c68](https://github.com/DSI-HUG/ngx-components/commit/3692c68)) +- **@hug/ngx-core:** upgrade to v1.1.9 ([3692c68](https://github.com/DSI-HUG/ngx-components/commit/3692c68)) -- **@hug/ngx-core:** upgrade to v1.1.10 ([78dbe21](https://github.com/DSI-HUG/ngx-components/commit/78dbe21)) +- **@hug/ngx-core:** upgrade to v1.1.10 ([78dbe21](https://github.com/DSI-HUG/ngx-components/commit/78dbe21)) +### ❀️ Thank You -### ❀️ Thank You - -- dsi-hug-bot @dsi-hug-bot -- Serge +- dsi-hug-bot @dsi-hug-bot +- Serge ## 1.1.5 (2024-07-23) - ### πŸ› Fixes -- **ngx-message-box-dialog:** ngx prefix ([3b3fc15](https://github.com/DSI-HUG/ngx-components/commit/3b3fc15)) +- **ngx-message-box-dialog:** ngx prefix ([3b3fc15](https://github.com/DSI-HUG/ngx-components/commit/3b3fc15)) +### ❀️ Thank You -### ❀️ Thank You - -- Serge +- Serge ## 1.1.4 (2024-07-23) - ### πŸ› Fixes -- **ngx-message-box-dialog:** ngx prefix ([3f2436c](https://github.com/DSI-HUG/ngx-components/commit/3f2436c)) - +- **ngx-message-box-dialog:** ngx prefix ([3f2436c](https://github.com/DSI-HUG/ngx-components/commit/3f2436c)) ### 🌱 Dependencies -- **@hug/ngx-core:** upgrade to v1.1.8 ([26f0d10](https://github.com/DSI-HUG/ngx-components/commit/26f0d10)) +- **@hug/ngx-core:** upgrade to v1.1.8 ([26f0d10](https://github.com/DSI-HUG/ngx-components/commit/26f0d10)) +### ❀️ Thank You -### ❀️ Thank You - -- dsi-hug-bot @dsi-hug-bot -- Serge +- dsi-hug-bot @dsi-hug-bot +- Serge ## 1.1.3 (2024-07-05) diff --git a/projects/message-box-dialog/README.md b/projects/message-box-dialog/README.md index 18510de9..27e991f6 100644 --- a/projects/message-box-dialog/README.md +++ b/projects/message-box-dialog/README.md @@ -1,4 +1,5 @@ -# @hug/message-box-dialog +@hug/message-box-dialog +======= The sources for this package are in the main [DSI-HUG/ngx-components](https://github.com/dsi-hug/ngx-components) repo. Please file issues and pull requests against that repo. diff --git a/projects/message-box-dialog/src/message-box-dialog.component.html b/projects/message-box-dialog/src/message-box-dialog.component.html index 1f52b870..c6009001 100644 --- a/projects/message-box-dialog/src/message-box-dialog.component.html +++ b/projects/message-box-dialog/src/message-box-dialog.component.html @@ -1,5 +1,7 @@ - {{ dialogParams.title }} + + {{ dialogParams.title }} + close @@ -8,11 +10,70 @@