- + @@ -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/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/src/message-box-dialog.component.html b/projects/message-box-dialog/src/message-box-dialog.component.html index ff813a93..54fb1cfc 100644 --- a/projects/message-box-dialog/src/message-box-dialog.component.html +++ b/projects/message-box-dialog/src/message-box-dialog.component.html @@ -13,11 +13,71 @@ - - - - - - - + + + + + + + diff --git a/projects/message-box-dialog/tsconfig.lib.json b/projects/message-box-dialog/tsconfig.lib.json index d2090cb2..599bb9f4 100644 --- a/projects/message-box-dialog/tsconfig.lib.json +++ b/projects/message-box-dialog/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/message-box-dialog/tsconfig.spec.json b/projects/message-box-dialog/tsconfig.spec.json index 4ed8f505..3823c756 100644 --- a/projects/message-box-dialog/tsconfig.spec.json +++ b/projects/message-box-dialog/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/src/message-box.component.html b/projects/message-box/src/message-box.component.html index 93500a67..f6f493e8 100644 --- a/projects/message-box/src/message-box.component.html +++ b/projects/message-box/src/message-box.component.html @@ -16,10 +16,21 @@

{{ title }}

- - diff --git a/projects/message-box/tsconfig.lib.json b/projects/message-box/tsconfig.lib.json index d2090cb2..599bb9f4 100644 --- a/projects/message-box/tsconfig.lib.json +++ b/projects/message-box/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/message-box/tsconfig.spec.json b/projects/message-box/tsconfig.spec.json index 4ed8f505..3823c756 100644 --- a/projects/message-box/tsconfig.spec.json +++ b/projects/message-box/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/numeric-stepper/src/numeric-stepper.component.html b/projects/numeric-stepper/src/numeric-stepper.component.html index ffd89951..d363be91 100644 --- a/projects/numeric-stepper/src/numeric-stepper.component.html +++ b/projects/numeric-stepper/src/numeric-stepper.component.html @@ -1,3 +1,25 @@ -{{ (!arrowIcons && 'add') || (layout === 'vertical' && 'keyboard_arrow_up') || 'keyboard_arrow_right' }} -{{ (!arrowIcons && 'remove') || (layout === 'vertical' && 'keyboard_arrow_down') || 'keyboard_arrow_left' }} -
+ + {{ (!arrowIcons && 'add') || (layout === 'vertical' && 'keyboard_arrow_up') || 'keyboard_arrow_right' }} + + + {{ (!arrowIcons && 'remove') || (layout === 'vertical' && 'keyboard_arrow_down') || 'keyboard_arrow_left' }} + +
diff --git a/projects/numeric-stepper/tsconfig.lib.json b/projects/numeric-stepper/tsconfig.lib.json index d2090cb2..599bb9f4 100644 --- a/projects/numeric-stepper/tsconfig.lib.json +++ b/projects/numeric-stepper/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/numeric-stepper/tsconfig.spec.json b/projects/numeric-stepper/tsconfig.spec.json index 4ed8f505..3823c756 100644 --- a/projects/numeric-stepper/tsconfig.spec.json +++ b/projects/numeric-stepper/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/overlay/ng-package.json b/projects/overlay/ng-package.json index af228a3b..7d8c362e 100644 --- a/projects/overlay/ng-package.json +++ b/projects/overlay/ng-package.json @@ -1,7 +1,9 @@ { "$schema": "../../node_modules/ng-packagr/ng-package.schema.json", "dest": "../../dist/ngx-overlay", - "assets": ["CHANGELOG.md"], + "assets": [ + "CHANGELOG.md" + ], "lib": { "entryFile": "src/index.ts" } diff --git a/projects/overlay/src/overlay.component.html b/projects/overlay/src/overlay.component.html index 4605b341..268a9879 100644 --- a/projects/overlay/src/overlay.component.html +++ b/projects/overlay/src/overlay.component.html @@ -1,6 +1,21 @@ - - + + diff --git a/projects/overlay/tsconfig.lib.json b/projects/overlay/tsconfig.lib.json index d2090cb2..599bb9f4 100644 --- a/projects/overlay/tsconfig.lib.json +++ b/projects/overlay/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/overlay/tsconfig.spec.json b/projects/overlay/tsconfig.spec.json index 4ed8f505..3823c756 100644 --- a/projects/overlay/tsconfig.spec.json +++ b/projects/overlay/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/search-container/src/search-container.component.html b/projects/search-container/src/search-container.component.html index b7db22d9..81bd25eb 100644 --- a/projects/search-container/src/search-container.component.html +++ b/projects/search-container/src/search-container.component.html @@ -1,10 +1,18 @@ -
+
- arrow_back + + arrow_back + - search + + search +
@@ -16,7 +24,9 @@
search - close + + close +
diff --git a/projects/search-container/tsconfig.lib.json b/projects/search-container/tsconfig.lib.json index d2090cb2..599bb9f4 100644 --- a/projects/search-container/tsconfig.lib.json +++ b/projects/search-container/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/search-container/tsconfig.spec.json b/projects/search-container/tsconfig.spec.json index 4ed8f505..3823c756 100644 --- a/projects/search-container/tsconfig.spec.json +++ b/projects/search-container/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/sidenav/tsconfig.lib.json b/projects/sidenav/tsconfig.lib.json index d2090cb2..599bb9f4 100644 --- a/projects/sidenav/tsconfig.lib.json +++ b/projects/sidenav/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/sidenav/tsconfig.spec.json b/projects/sidenav/tsconfig.spec.json index 4ed8f505..3823c756 100644 --- a/projects/sidenav/tsconfig.spec.json +++ b/projects/sidenav/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/snackbar/ng-package.json b/projects/snackbar/ng-package.json index 7fc44e21..0c057edd 100644 --- a/projects/snackbar/ng-package.json +++ b/projects/snackbar/ng-package.json @@ -1,7 +1,9 @@ { "$schema": "../../node_modules/ng-packagr/ng-package.schema.json", "dest": "../../dist/ngx-snackbar", - "assets": ["CHANGELOG.md"], + "assets": [ + "CHANGELOG.md" + ], "lib": { "entryFile": "src/index.ts" } diff --git a/projects/snackbar/tsconfig.lib.json b/projects/snackbar/tsconfig.lib.json index d2090cb2..599bb9f4 100644 --- a/projects/snackbar/tsconfig.lib.json +++ b/projects/snackbar/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/snackbar/tsconfig.spec.json b/projects/snackbar/tsconfig.spec.json index 4ed8f505..3823c756 100644 --- a/projects/snackbar/tsconfig.spec.json +++ b/projects/snackbar/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/splitter/src/splitter.component.html b/projects/splitter/src/splitter.component.html index cb7cffcc..ccbf718d 100644 --- a/projects/splitter/src/splitter.component.html +++ b/projects/splitter/src/splitter.component.html @@ -1,4 +1,10 @@ -
+
diff --git a/projects/splitter/tsconfig.lib.json b/projects/splitter/tsconfig.lib.json index d2090cb2..599bb9f4 100644 --- a/projects/splitter/tsconfig.lib.json +++ b/projects/splitter/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/splitter/tsconfig.spec.json b/projects/splitter/tsconfig.spec.json index 4ed8f505..3823c756 100644 --- a/projects/splitter/tsconfig.spec.json +++ b/projects/splitter/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/status/src/status-detail/status-detail.component.html b/projects/status/src/status-detail/status-detail.component.html index b2f1e24d..c552094c 100644 --- a/projects/status/src/status-detail/status-detail.component.html +++ b/projects/status/src/status-detail/status-detail.component.html @@ -1,5 +1,9 @@ @if (status) { - +

{{ status.text }}

Détails de l'erreur:

@@ -9,7 +13,12 @@ @if (status.technicalText) { - } diff --git a/projects/status/src/status.component.html b/projects/status/src/status.component.html index d019991c..53893d59 100644 --- a/projects/status/src/status.component.html +++ b/projects/status/src/status.component.html @@ -1,13 +1,26 @@ - + {{ statusIcon }} {{ status.title }}

- +
- info + + info + close
diff --git a/projects/status/tsconfig.lib.json b/projects/status/tsconfig.lib.json index d2090cb2..599bb9f4 100644 --- a/projects/status/tsconfig.lib.json +++ b/projects/status/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/status/tsconfig.spec.json b/projects/status/tsconfig.spec.json index 4ed8f505..3823c756 100644 --- a/projects/status/tsconfig.spec.json +++ b/projects/status/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/storybook/.storybook/tsconfig.doc.json b/projects/storybook/.storybook/tsconfig.doc.json index be9c8649..9772ef7f 100644 --- a/projects/storybook/.storybook/tsconfig.doc.json +++ b/projects/storybook/.storybook/tsconfig.doc.json @@ -3,8 +3,16 @@ { "extends": "./tsconfig.json", // Exclude all files that are not needed for documentation generation. - "exclude": ["../src/test.ts", "../src/**/*.spec.ts", "../src/**/*.stories.ts"], + "exclude": [ + "../src/test.ts", + "../src/**/*.spec.ts", + "../src/**/*.stories.ts" + ], // Please make sure to include all files from which Compodoc should generate documentation. - "include": ["../src/**/*"], - "files": ["./typings.d.ts"] + "include": [ + "../src/**/*" + ], + "files": [ + "./typings.d.ts" + ] } diff --git a/projects/storybook/.storybook/tsconfig.json b/projects/storybook/.storybook/tsconfig.json index 9b29e39c..2fecc263 100644 --- a/projects/storybook/.storybook/tsconfig.json +++ b/projects/storybook/.storybook/tsconfig.json @@ -1,11 +1,21 @@ { "extends": "../tsconfig.app.json", "compilerOptions": { - "types": ["node"], + "types": [ + "node" + ], "allowSyntheticDefaultImports": true, "resolveJsonModule": true }, - "exclude": ["../src/test.ts", "../src/**/*.spec.ts"], - "include": ["../src/**/*.stories.*", "./preview.ts"], - "files": ["./typings.d.ts"] + "exclude": [ + "../src/test.ts", + "../src/**/*.spec.ts" + ], + "include": [ + "../src/**/*.stories.*", + "./preview.ts" + ], + "files": [ + "./typings.d.ts" + ] } diff --git a/projects/storybook/documentation.json b/projects/storybook/documentation.json index 141f024d..c9a88a20 100644 --- a/projects/storybook/documentation.json +++ b/projects/storybook/documentation.json @@ -12,15 +12,21 @@ "id": "component-StorybookLayoutWrapperComponent-a1670bb5559d6e35440f7f55aad9c7b01c73a03a700759394486445a314400bc239b21c7218ba419bd42047db271156e5cd620c070dfefb7dc35784312a35260", "file": "projects/storybook/src/stories/layout/layout-wrapper.component.ts", "changeDetection": "ChangeDetectionStrategy.OnPush", - "encapsulation": ["ViewEncapsulation.None"], + "encapsulation": [ + "ViewEncapsulation.None" + ], "entryComponents": [], "inputs": [], "outputs": [], "providers": [], "selector": "storybook-layout-wrapper", - "styleUrls": ["./layout-wrapper.component.scss"], + "styleUrls": [ + "./layout-wrapper.component.scss" + ], "styles": [], - "templateUrl": ["./layout-wrapper.component.html"], + "templateUrl": [ + "./layout-wrapper.component.html" + ], "viewProviders": [], "hostDirectives": [], "inputsClass": [ @@ -45,7 +51,9 @@ "optional": false, "description": "", "line": 41, - "modifierKind": [123] + "modifierKind": [ + 123 + ] }, { "name": "search", @@ -55,7 +63,9 @@ "optional": false, "description": "", "line": 39, - "modifierKind": [124] + "modifierKind": [ + 124 + ] }, { "name": "withBackButton", @@ -66,7 +76,9 @@ "optional": false, "description": "", "line": 37, - "modifierKind": [124] + "modifierKind": [ + 124 + ] }, { "name": "withCloseButton", @@ -77,7 +89,9 @@ "optional": false, "description": "", "line": 38, - "modifierKind": [124] + "modifierKind": [ + 124 + ] } ], "methodsClass": [ @@ -104,7 +118,9 @@ "line": 43, "deprecated": false, "deprecationMessage": "", - "modifierKind": [124], + "modifierKind": [ + 124 + ], "jsdoctags": [ { "name": "msg", diff --git a/projects/storybook/src/stories/layout/layout-wrapper.component.html b/projects/storybook/src/stories/layout/layout-wrapper.component.html index f30e652e..22fd26cd 100644 --- a/projects/storybook/src/stories/layout/layout-wrapper.component.html +++ b/projects/storybook/src/stories/layout/layout-wrapper.component.html @@ -1,9 +1,23 @@
- + Accès dossier patient - + - diff --git a/projects/storybook/tsconfig.app.json b/projects/storybook/tsconfig.app.json index d2090cb2..599bb9f4 100644 --- a/projects/storybook/tsconfig.app.json +++ b/projects/storybook/tsconfig.app.json @@ -8,5 +8,8 @@ "inlineSources": true, "types": [] }, - "exclude": ["src/test.ts", "**/*.spec.ts"] + "exclude": [ + "src/test.ts", + "**/*.spec.ts" + ] } diff --git a/projects/storybook/tsconfig.spec.json b/projects/storybook/tsconfig.spec.json index 4e1e399f..7074637d 100644 --- a/projects/storybook/tsconfig.spec.json +++ b/projects/storybook/tsconfig.spec.json @@ -3,8 +3,16 @@ "extends": "../../tsconfig.json", "compilerOptions": { "outDir": "../../out-tsc/spec", - "types": ["jasmine"] + "types": [ + "jasmine" + ] }, - "files": ["src/test.ts", "src/polyfills.ts"], - "include": ["src/**/*.spec.ts", "src/**/*.d.ts"] + "files": [ + "src/test.ts", + "src/polyfills.ts" + ], + "include": [ + "src/**/*.spec.ts", + "src/**/*.d.ts" + ] } diff --git a/projects/time-picker/ng-package.json b/projects/time-picker/ng-package.json index 854c8f3f..0390dffe 100644 --- a/projects/time-picker/ng-package.json +++ b/projects/time-picker/ng-package.json @@ -1,7 +1,9 @@ { "$schema": "../../node_modules/ng-packagr/ng-package.schema.json", "dest": "../../dist/ngx-time-picker", - "assets": ["CHANGELOG.md"], + "assets": [ + "CHANGELOG.md" + ], "lib": { "entryFile": "src/index.ts" } diff --git a/projects/time-picker/src/time-picker.component.html b/projects/time-picker/src/time-picker.component.html index 933159bd..3b250c9f 100644 --- a/projects/time-picker/src/time-picker.component.html +++ b/projects/time-picker/src/time-picker.component.html @@ -1,14 +1,50 @@ - - - + + + -: + + : + - - - + + + diff --git a/projects/time-picker/tsconfig.lib.json b/projects/time-picker/tsconfig.lib.json index d2090cb2..599bb9f4 100644 --- a/projects/time-picker/tsconfig.lib.json +++ b/projects/time-picker/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/time-picker/tsconfig.spec.json b/projects/time-picker/tsconfig.spec.json index 4ed8f505..3823c756 100644 --- a/projects/time-picker/tsconfig.spec.json +++ b/projects/time-picker/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/tooltip/ng-package.json b/projects/tooltip/ng-package.json index 0290a406..8e8b53b6 100644 --- a/projects/tooltip/ng-package.json +++ b/projects/tooltip/ng-package.json @@ -1,7 +1,9 @@ { "$schema": "../../node_modules/ng-packagr/ng-package.schema.json", "dest": "../../dist/ngx-tooltip", - "assets": ["CHANGELOG.md"], + "assets": [ + "CHANGELOG.md" + ], "lib": { "entryFile": "src/index.ts" } diff --git a/projects/tooltip/tsconfig.lib.json b/projects/tooltip/tsconfig.lib.json index d2090cb2..599bb9f4 100644 --- a/projects/tooltip/tsconfig.lib.json +++ b/projects/tooltip/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/tooltip/tsconfig.spec.json b/projects/tooltip/tsconfig.spec.json index 4ed8f505..3823c756 100644 --- a/projects/tooltip/tsconfig.spec.json +++ b/projects/tooltip/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/user-card/src/user-card.component.html b/projects/user-card/src/user-card.component.html index b3c64f80..38d48f12 100644 --- a/projects/user-card/src/user-card.component.html +++ b/projects/user-card/src/user-card.component.html @@ -5,7 +5,9 @@ {{ userCard.fullname }} {{ ' - ' + initials }}
-
{{ userCard.function }}{{ userCard.specialty ? ' - ' + userCard.specialty : '' }}
+
+ {{ userCard.function }}{{ userCard.specialty ? ' - ' + userCard.specialty : '' }} +
diff --git a/projects/user-card/tsconfig.lib.json b/projects/user-card/tsconfig.lib.json index d2090cb2..599bb9f4 100644 --- a/projects/user-card/tsconfig.lib.json +++ b/projects/user-card/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/user-card/tsconfig.spec.json b/projects/user-card/tsconfig.spec.json index 4ed8f505..3823c756 100644 --- a/projects/user-card/tsconfig.spec.json +++ b/projects/user-card/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/user-tooltip/ng-package.json b/projects/user-tooltip/ng-package.json index 92dc5059..788a4091 100644 --- a/projects/user-tooltip/ng-package.json +++ b/projects/user-tooltip/ng-package.json @@ -1,7 +1,9 @@ { "$schema": "../../node_modules/ng-packagr/ng-package.schema.json", "dest": "../../dist/ngx-user-tooltip", - "assets": ["CHANGELOG.md"], + "assets": [ + "CHANGELOG.md" + ], "lib": { "entryFile": "src/index.ts" } diff --git a/projects/user-tooltip/tsconfig.lib.json b/projects/user-tooltip/tsconfig.lib.json index d2090cb2..599bb9f4 100644 --- a/projects/user-tooltip/tsconfig.lib.json +++ b/projects/user-tooltip/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/user-tooltip/tsconfig.spec.json b/projects/user-tooltip/tsconfig.spec.json index 4ed8f505..3823c756 100644 --- a/projects/user-tooltip/tsconfig.spec.json +++ b/projects/user-tooltip/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/scripts/new-package/schema.json b/scripts/new-package/schema.json index ec665d6b..977646cf 100644 --- a/scripts/new-package/schema.json +++ b/scripts/new-package/schema.json @@ -17,6 +17,8 @@ "type": "string" } }, - "required": ["libName"], + "required": [ + "libName" + ], "additionalProperties": false } diff --git a/tsconfig.base.json b/tsconfig.base.json index b2798682..3db04317 100644 --- a/tsconfig.base.json +++ b/tsconfig.base.json @@ -17,25 +17,62 @@ "importHelpers": true, "target": "es2020", "module": "es2020", - "lib": ["es2020", "dom"], + "lib": [ + "es2020", + "dom" + ], "paths": { - "@hug/ngx-core": ["dist/ngx-core"], - "@hug/ngx-date-picker": ["dist/ngx-date-picker"], - "@hug/ngx-layout": ["dist/ngx-layout"], - "@hug/ngx-list-loader": ["dist/ngx-list-loader"], - "@hug/ngx-message-box": ["dist/ngx-message-box"], - "@hug/ngx-message-box-dialog": ["dist/ngx-message-box-dialog"], - "@hug/ngx-numeric-stepper": ["dist/ngx-numeric-stepper"], - "@hug/ngx-overlay": ["dist/ngx-overlay"], - "@hug/ngx-search-container": ["dist/ngx-search-container"], - "@hug/ngx-sidenav": ["dist/ngx-sidenav"], - "@hug/ngx-snackbar": ["dist/ngx-snackbar"], - "@hug/ngx-splitter": ["dist/ngx-splitter"], - "@hug/ngx-status": ["dist/ngx-status"], - "@hug/ngx-time-picker": ["dist/ngx-time-picker"], - "@hug/ngx-tooltip": ["dist/ngx-tooltip"], - "@hug/ngx-user-card": ["dist/ngx-user-card"], - "@hug/ngx-user-tooltip": ["dist/ngx-user-tooltip"] + "@hug/ngx-core": [ + "dist/ngx-core" + ], + "@hug/ngx-date-picker": [ + "dist/ngx-date-picker" + ], + "@hug/ngx-layout": [ + "dist/ngx-layout" + ], + "@hug/ngx-list-loader": [ + "dist/ngx-list-loader" + ], + "@hug/ngx-message-box": [ + "dist/ngx-message-box" + ], + "@hug/ngx-message-box-dialog": [ + "dist/ngx-message-box-dialog" + ], + "@hug/ngx-numeric-stepper": [ + "dist/ngx-numeric-stepper" + ], + "@hug/ngx-overlay": [ + "dist/ngx-overlay" + ], + "@hug/ngx-search-container": [ + "dist/ngx-search-container" + ], + "@hug/ngx-sidenav": [ + "dist/ngx-sidenav" + ], + "@hug/ngx-snackbar": [ + "dist/ngx-snackbar" + ], + "@hug/ngx-splitter": [ + "dist/ngx-splitter" + ], + "@hug/ngx-status": [ + "dist/ngx-status" + ], + "@hug/ngx-time-picker": [ + "dist/ngx-time-picker" + ], + "@hug/ngx-tooltip": [ + "dist/ngx-tooltip" + ], + "@hug/ngx-user-card": [ + "dist/ngx-user-card" + ], + "@hug/ngx-user-tooltip": [ + "dist/ngx-user-tooltip" + ] } }, "angularCompilerOptions": { diff --git a/tsconfig.eslint.json b/tsconfig.eslint.json deleted file mode 100644 index 51f95e11..00000000 --- a/tsconfig.eslint.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "extends": "./tsconfig.json", - "compilerOptions": { - "types": ["jasmine", "node"] - }, - "include": ["**/*.ts", "**/*.js"] -} diff --git a/tsconfig.json b/tsconfig.json index e2947328..196db68b 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -2,23 +2,57 @@ "extends": "./tsconfig.base.json", "compilerOptions": { "paths": { - "@hug/ngx-core": ["projects/core/src"], - "@hug/ngx-date-picker": ["projects/date-picker/src"], - "@hug/ngx-layout": ["projects/layout/src"], - "@hug/ngx-list-loader": ["projects/list-loader/src"], - "@hug/ngx-message-box": ["projects/message-box/src"], - "@hug/ngx-message-box-dialog": ["projects/message-box-dialog/src"], - "@hug/ngx-numeric-stepper": ["projects/numeric-stepper/src"], - "@hug/ngx-overlay": ["projects/overlay/src"], - "@hug/ngx-search-container": ["projects/search-container/src"], - "@hug/ngx-sidenav": ["projects/sidenav/src"], - "@hug/ngx-snackbar": ["projects/snackbar/src"], - "@hug/ngx-splitter": ["projects/splitter/src"], - "@hug/ngx-status": ["projects/status/src"], - "@hug/ngx-time-picker": ["projects/time-picker/src"], - "@hug/ngx-tooltip": ["projects/tooltip/src"], - "@hug/ngx-user-card": ["projects/user-card/src"], - "@hug/ngx-user-tooltip": ["projects/user-tooltip/src"] + "@hug/ngx-core": [ + "projects/core/src" + ], + "@hug/ngx-date-picker": [ + "projects/date-picker/src" + ], + "@hug/ngx-layout": [ + "projects/layout/src" + ], + "@hug/ngx-list-loader": [ + "projects/list-loader/src" + ], + "@hug/ngx-message-box": [ + "projects/message-box/src" + ], + "@hug/ngx-message-box-dialog": [ + "projects/message-box-dialog/src" + ], + "@hug/ngx-numeric-stepper": [ + "projects/numeric-stepper/src" + ], + "@hug/ngx-overlay": [ + "projects/overlay/src" + ], + "@hug/ngx-search-container": [ + "projects/search-container/src" + ], + "@hug/ngx-sidenav": [ + "projects/sidenav/src" + ], + "@hug/ngx-snackbar": [ + "projects/snackbar/src" + ], + "@hug/ngx-splitter": [ + "projects/splitter/src" + ], + "@hug/ngx-status": [ + "projects/status/src" + ], + "@hug/ngx-time-picker": [ + "projects/time-picker/src" + ], + "@hug/ngx-tooltip": [ + "projects/tooltip/src" + ], + "@hug/ngx-user-card": [ + "projects/user-card/src" + ], + "@hug/ngx-user-tooltip": [ + "projects/user-tooltip/src" + ] } } }