diff --git a/background-sync/client/package.json b/background-sync/client/package.json index 630de4326..3dff6133c 100644 --- a/background-sync/client/package.json +++ b/background-sync/client/package.json @@ -16,13 +16,13 @@ }, "private": true, "dependencies": { - "@angular/common": "9.1.1", - "@angular/compiler": "9.1.1", - "@angular/core": "9.1.1", - "@angular/forms": "9.1.1", - "@angular/platform-browser": "9.1.1", - "@angular/platform-browser-dynamic": "9.1.1", - "@angular/router": "9.1.1", + "@angular/common": "9.1.2", + "@angular/compiler": "9.1.2", + "@angular/core": "9.1.2", + "@angular/forms": "9.1.2", + "@angular/platform-browser": "9.1.2", + "@angular/platform-browser-dynamic": "9.1.2", + "@angular/router": "9.1.2", "@ionic/angular": "5.0.7", "dexie": "2.0.4", "rxjs": "6.5.5", @@ -38,15 +38,15 @@ "devDependencies": { "@angular-devkit/build-angular": "0.901.1", "@angular/cli": "9.1.1", - "@angular/compiler-cli": "9.1.1", - "@angular/language-service": "9.1.1", + "@angular/compiler-cli": "9.1.2", + "@angular/language-service": "9.1.2", "@ionic/angular-toolkit": "2.2.0", - "@types/node": "13.11.1", + "@types/node": "13.13.0", "codelyzer": "5.2.2", "local-web-server": "4.0.0", "npm-run-all": "4.1.5", "rimraf": "3.0.2", - "ts-loader": "6.2.2", + "ts-loader": "7.0.0", "tslint": "6.1.1", "typescript": "3.8.3", "webpack": "4.42.1", diff --git a/background-sync/client/src/variables.scss b/background-sync/client/src/variables.scss index 7b4df8751..317c8c644 100644 --- a/background-sync/client/src/variables.scss +++ b/background-sync/client/src/variables.scss @@ -84,65 +84,65 @@ body { --ion-color-primary: #428cff; - --ion-color-primary-rgb: 66, 140, 255; + --ion-color-primary-rgb: 66,140,255; --ion-color-primary-contrast: #ffffff; - --ion-color-primary-contrast-rgb: 255, 255, 255; + --ion-color-primary-contrast-rgb: 255,255,255; --ion-color-primary-shade: #3a7be0; --ion-color-primary-tint: #5598ff; --ion-color-secondary: #50c8ff; - --ion-color-secondary-rgb: 80, 200, 255; + --ion-color-secondary-rgb: 80,200,255; --ion-color-secondary-contrast: #ffffff; - --ion-color-secondary-contrast-rgb: 255, 255, 255; + --ion-color-secondary-contrast-rgb: 255,255,255; --ion-color-secondary-shade: #46b0e0; --ion-color-secondary-tint: #62ceff; --ion-color-tertiary: #6a64ff; - --ion-color-tertiary-rgb: 106, 100, 255; + --ion-color-tertiary-rgb: 106,100,255; --ion-color-tertiary-contrast: #ffffff; - --ion-color-tertiary-contrast-rgb: 255, 255, 255; + --ion-color-tertiary-contrast-rgb: 255,255,255; --ion-color-tertiary-shade: #5d58e0; --ion-color-tertiary-tint: #7974ff; --ion-color-success: #2fdf75; - --ion-color-success-rgb: 47, 223, 117; + --ion-color-success-rgb: 47,223,117; --ion-color-success-contrast: #000000; - --ion-color-success-contrast-rgb: 0, 0, 0; + --ion-color-success-contrast-rgb: 0,0,0; --ion-color-success-shade: #29c467; --ion-color-success-tint: #44e283; --ion-color-warning: #ffd534; - --ion-color-warning-rgb: 255, 213, 52; + --ion-color-warning-rgb: 255,213,52; --ion-color-warning-contrast: #000000; - --ion-color-warning-contrast-rgb: 0, 0, 0; + --ion-color-warning-contrast-rgb: 0,0,0; --ion-color-warning-shade: #e0bb2e; --ion-color-warning-tint: #ffd948; --ion-color-danger: #ff4961; - --ion-color-danger-rgb: 255, 73, 97; + --ion-color-danger-rgb: 255,73,97; --ion-color-danger-contrast: #ffffff; - --ion-color-danger-contrast-rgb: 255, 255, 255; + --ion-color-danger-contrast-rgb: 255,255,255; --ion-color-danger-shade: #e04055; --ion-color-danger-tint: #ff5b71; --ion-color-dark: #f4f5f8; - --ion-color-dark-rgb: 244, 245, 248; + --ion-color-dark-rgb: 244,245,248; --ion-color-dark-contrast: #000000; - --ion-color-dark-contrast-rgb: 0, 0, 0; + --ion-color-dark-contrast-rgb: 0,0,0; --ion-color-dark-shade: #d7d8da; --ion-color-dark-tint: #f5f6f9; --ion-color-medium: #989aa2; - --ion-color-medium-rgb: 152, 154, 162; + --ion-color-medium-rgb: 152,154,162; --ion-color-medium-contrast: #000000; - --ion-color-medium-contrast-rgb: 0, 0, 0; + --ion-color-medium-contrast-rgb: 0,0,0; --ion-color-medium-shade: #86888f; --ion-color-medium-tint: #a2a4ab; --ion-color-light: #222428; - --ion-color-light-rgb: 34, 36, 40; + --ion-color-light-rgb: 34,36,40; --ion-color-light-contrast: #ffffff; - --ion-color-light-contrast-rgb: 255, 255, 255; + --ion-color-light-contrast-rgb: 255,255,255; --ion-color-light-shade: #1e2023; --ion-color-light-tint: #383a3e; } @@ -154,10 +154,10 @@ .ios body { --ion-background-color: #000000; - --ion-background-color-rgb: 0, 0, 0; + --ion-background-color-rgb: 0,0,0; --ion-text-color: #ffffff; - --ion-text-color-rgb: 255, 255, 255; + --ion-text-color-rgb: 255,255,255; --ion-color-step-50: #0d0d0d; --ion-color-step-100: #1a1a1a; @@ -181,8 +181,7 @@ --ion-toolbar-background: #0d0d0d; - --ion-item-background: #1c1c1c; - --ion-item-background-activated: #313131; + --ion-item-background: #000000; } @@ -193,10 +192,10 @@ .md body { --ion-background-color: #121212; - --ion-background-color-rgb: 18, 18, 18; + --ion-background-color-rgb: 18,18,18; --ion-text-color: #ffffff; - --ion-text-color-rgb: 255, 255, 255; + --ion-text-color-rgb: 255,255,255; --ion-border-color: #222222; @@ -220,10 +219,14 @@ --ion-color-step-900: #e7e7e7; --ion-color-step-950: #f3f3f3; - --ion-item-background: #1A1B1E; + --ion-item-background: #1e1e1e; + + --ion-toolbar-background: #1f1f1f; + + --ion-tab-bar-background: #1f1f1f; } ion-title.title-large { --color: white; } -} +} \ No newline at end of file diff --git a/background-sync/clientng/.editorconfig b/background-sync/clientng/.editorconfig index 7416857c0..d800e3bd9 100644 --- a/background-sync/clientng/.editorconfig +++ b/background-sync/clientng/.editorconfig @@ -8,6 +8,9 @@ indent_size = 2 insert_final_newline = true trim_trailing_whitespace = true +[*.ts] +quote_type = single + [*.md] max_line_length = off trim_trailing_whitespace = false \ No newline at end of file diff --git a/background-sync/clientng/package.json b/background-sync/clientng/package.json index 7b63f9533..06fd08c15 100644 --- a/background-sync/clientng/package.json +++ b/background-sync/clientng/package.json @@ -11,14 +11,14 @@ }, "private": true, "dependencies": { - "@angular/common": "9.1.1", - "@angular/compiler": "9.1.1", - "@angular/core": "9.1.1", - "@angular/forms": "9.1.1", - "@angular/platform-browser": "9.1.1", - "@angular/platform-browser-dynamic": "9.1.1", - "@angular/router": "9.1.1", - "@angular/service-worker": "9.1.1", + "@angular/common": "9.1.2", + "@angular/compiler": "9.1.2", + "@angular/core": "9.1.2", + "@angular/forms": "9.1.2", + "@angular/platform-browser": "9.1.2", + "@angular/platform-browser-dynamic": "9.1.2", + "@angular/router": "9.1.2", + "@angular/service-worker": "9.1.2", "@ionic/angular": "5.0.7", "dexie": "2.0.4", "rxjs": "6.5.5", @@ -29,10 +29,10 @@ "devDependencies": { "@angular-devkit/build-angular": "0.901.1", "@angular/cli": "9.1.1", - "@angular/compiler-cli": "9.1.1", - "@angular/language-service": "9.1.1", + "@angular/compiler-cli": "9.1.2", + "@angular/language-service": "9.1.2", "@ionic/angular-toolkit": "2.2.0", - "@types/node": "13.11.1", + "@types/node": "13.13.0", "codelyzer": "5.2.2", "local-web-server": "4.0.0", "tslint": "6.1.1", diff --git a/background-sync/clientng/src/variables.scss b/background-sync/clientng/src/variables.scss index e111d6133..317c8c644 100644 --- a/background-sync/clientng/src/variables.scss +++ b/background-sync/clientng/src/variables.scss @@ -181,8 +181,7 @@ --ion-toolbar-background: #0d0d0d; - --ion-item-background: #1c1c1c; - --ion-item-background-activated: #313131; + --ion-item-background: #000000; } @@ -220,10 +219,14 @@ --ion-color-step-900: #e7e7e7; --ion-color-step-950: #f3f3f3; - --ion-item-background: #1A1B1E; + --ion-item-background: #1e1e1e; + + --ion-toolbar-background: #1f1f1f; + + --ion-tab-bar-background: #1f1f1f; } ion-title.title-large { --color: white; } -} +} \ No newline at end of file diff --git a/codepush/.editorconfig b/codepush/.editorconfig index 3a6edec3c..a6aeba496 100644 --- a/codepush/.editorconfig +++ b/codepush/.editorconfig @@ -8,6 +8,9 @@ indent_size = 2 insert_final_newline = true trim_trailing_whitespace = true +[*.ts] +quote_type = single + [*.md] max_line_length = off trim_trailing_whitespace = false \ No newline at end of file diff --git a/codepush/src/theme/variables.scss b/codepush/src/theme/variables.scss index 4b39b39fd..317c8c644 100644 --- a/codepush/src/theme/variables.scss +++ b/codepush/src/theme/variables.scss @@ -12,66 +12,221 @@ --ion-color-primary-tint: #4c8dff; /** secondary **/ - --ion-color-secondary: #0cd1e8; - --ion-color-secondary-rgb: 12, 209, 232; + --ion-color-secondary: #3dc2ff; + --ion-color-secondary-rgb: 61, 194, 255; --ion-color-secondary-contrast: #ffffff; --ion-color-secondary-contrast-rgb: 255, 255, 255; - --ion-color-secondary-shade: #0bb8cc; - --ion-color-secondary-tint: #24d6ea; + --ion-color-secondary-shade: #36abe0; + --ion-color-secondary-tint: #50c8ff; /** tertiary **/ - --ion-color-tertiary: #7044ff; - --ion-color-tertiary-rgb: 112, 68, 255; + --ion-color-tertiary: #5260ff; + --ion-color-tertiary-rgb: 82, 96, 255; --ion-color-tertiary-contrast: #ffffff; --ion-color-tertiary-contrast-rgb: 255, 255, 255; - --ion-color-tertiary-shade: #633ce0; - --ion-color-tertiary-tint: #7e57ff; + --ion-color-tertiary-shade: #4854e0; + --ion-color-tertiary-tint: #6370ff; /** success **/ - --ion-color-success: #10dc60; - --ion-color-success-rgb: 16, 220, 96; + --ion-color-success: #2dd36f; + --ion-color-success-rgb: 45, 211, 111; --ion-color-success-contrast: #ffffff; --ion-color-success-contrast-rgb: 255, 255, 255; - --ion-color-success-shade: #0ec254; - --ion-color-success-tint: #28e070; + --ion-color-success-shade: #28ba62; + --ion-color-success-tint: #42d77d; /** warning **/ - --ion-color-warning: #ffce00; - --ion-color-warning-rgb: 255, 206, 0; - --ion-color-warning-contrast: #ffffff; - --ion-color-warning-contrast-rgb: 255, 255, 255; - --ion-color-warning-shade: #e0b500; - --ion-color-warning-tint: #ffd31a; + --ion-color-warning: #ffc409; + --ion-color-warning-rgb: 255, 196, 9; + --ion-color-warning-contrast: #000000; + --ion-color-warning-contrast-rgb: 0, 0, 0; + --ion-color-warning-shade: #e0ac08; + --ion-color-warning-tint: #ffca22; /** danger **/ - --ion-color-danger: #f04141; - --ion-color-danger-rgb: 245, 61, 61; + --ion-color-danger: #eb445a; + --ion-color-danger-rgb: 235, 68, 90; --ion-color-danger-contrast: #ffffff; --ion-color-danger-contrast-rgb: 255, 255, 255; - --ion-color-danger-shade: #d33939; - --ion-color-danger-tint: #f25454; + --ion-color-danger-shade: #cf3c4f; + --ion-color-danger-tint: #ed576b; /** dark **/ --ion-color-dark: #222428; - --ion-color-dark-rgb: 34, 34, 34; + --ion-color-dark-rgb: 34, 36, 40; --ion-color-dark-contrast: #ffffff; --ion-color-dark-contrast-rgb: 255, 255, 255; --ion-color-dark-shade: #1e2023; --ion-color-dark-tint: #383a3e; /** medium **/ - --ion-color-medium: #989aa2; - --ion-color-medium-rgb: 152, 154, 162; + --ion-color-medium: #92949c; + --ion-color-medium-rgb: 146, 148, 156; --ion-color-medium-contrast: #ffffff; --ion-color-medium-contrast-rgb: 255, 255, 255; - --ion-color-medium-shade: #86888f; - --ion-color-medium-tint: #a2a4ab; + --ion-color-medium-shade: #808289; + --ion-color-medium-tint: #9d9fa6; /** light **/ --ion-color-light: #f4f5f8; - --ion-color-light-rgb: 244, 244, 244; + --ion-color-light-rgb: 244, 245, 248; --ion-color-light-contrast: #000000; --ion-color-light-contrast-rgb: 0, 0, 0; --ion-color-light-shade: #d7d8da; --ion-color-light-tint: #f5f6f9; } + +@media (prefers-color-scheme: dark) { + /* + * Dark Colors + * ------------------------------------------- + */ + + body { + --ion-color-primary: #428cff; + --ion-color-primary-rgb: 66,140,255; + --ion-color-primary-contrast: #ffffff; + --ion-color-primary-contrast-rgb: 255,255,255; + --ion-color-primary-shade: #3a7be0; + --ion-color-primary-tint: #5598ff; + + --ion-color-secondary: #50c8ff; + --ion-color-secondary-rgb: 80,200,255; + --ion-color-secondary-contrast: #ffffff; + --ion-color-secondary-contrast-rgb: 255,255,255; + --ion-color-secondary-shade: #46b0e0; + --ion-color-secondary-tint: #62ceff; + + --ion-color-tertiary: #6a64ff; + --ion-color-tertiary-rgb: 106,100,255; + --ion-color-tertiary-contrast: #ffffff; + --ion-color-tertiary-contrast-rgb: 255,255,255; + --ion-color-tertiary-shade: #5d58e0; + --ion-color-tertiary-tint: #7974ff; + + --ion-color-success: #2fdf75; + --ion-color-success-rgb: 47,223,117; + --ion-color-success-contrast: #000000; + --ion-color-success-contrast-rgb: 0,0,0; + --ion-color-success-shade: #29c467; + --ion-color-success-tint: #44e283; + + --ion-color-warning: #ffd534; + --ion-color-warning-rgb: 255,213,52; + --ion-color-warning-contrast: #000000; + --ion-color-warning-contrast-rgb: 0,0,0; + --ion-color-warning-shade: #e0bb2e; + --ion-color-warning-tint: #ffd948; + + --ion-color-danger: #ff4961; + --ion-color-danger-rgb: 255,73,97; + --ion-color-danger-contrast: #ffffff; + --ion-color-danger-contrast-rgb: 255,255,255; + --ion-color-danger-shade: #e04055; + --ion-color-danger-tint: #ff5b71; + + --ion-color-dark: #f4f5f8; + --ion-color-dark-rgb: 244,245,248; + --ion-color-dark-contrast: #000000; + --ion-color-dark-contrast-rgb: 0,0,0; + --ion-color-dark-shade: #d7d8da; + --ion-color-dark-tint: #f5f6f9; + + --ion-color-medium: #989aa2; + --ion-color-medium-rgb: 152,154,162; + --ion-color-medium-contrast: #000000; + --ion-color-medium-contrast-rgb: 0,0,0; + --ion-color-medium-shade: #86888f; + --ion-color-medium-tint: #a2a4ab; + + --ion-color-light: #222428; + --ion-color-light-rgb: 34,36,40; + --ion-color-light-contrast: #ffffff; + --ion-color-light-contrast-rgb: 255,255,255; + --ion-color-light-shade: #1e2023; + --ion-color-light-tint: #383a3e; + } + + /* + * iOS Dark Theme + * ------------------------------------------- + */ + + .ios body { + --ion-background-color: #000000; + --ion-background-color-rgb: 0,0,0; + + --ion-text-color: #ffffff; + --ion-text-color-rgb: 255,255,255; + + --ion-color-step-50: #0d0d0d; + --ion-color-step-100: #1a1a1a; + --ion-color-step-150: #262626; + --ion-color-step-200: #333333; + --ion-color-step-250: #404040; + --ion-color-step-300: #4d4d4d; + --ion-color-step-350: #595959; + --ion-color-step-400: #666666; + --ion-color-step-450: #737373; + --ion-color-step-500: #808080; + --ion-color-step-550: #8c8c8c; + --ion-color-step-600: #999999; + --ion-color-step-650: #a6a6a6; + --ion-color-step-700: #b3b3b3; + --ion-color-step-750: #bfbfbf; + --ion-color-step-800: #cccccc; + --ion-color-step-850: #d9d9d9; + --ion-color-step-900: #e6e6e6; + --ion-color-step-950: #f2f2f2; + + --ion-toolbar-background: #0d0d0d; + + --ion-item-background: #000000; + } + + + /* + * Material Design Dark Theme + * ------------------------------------------- + */ + + .md body { + --ion-background-color: #121212; + --ion-background-color-rgb: 18,18,18; + + --ion-text-color: #ffffff; + --ion-text-color-rgb: 255,255,255; + + --ion-border-color: #222222; + + --ion-color-step-50: #1e1e1e; + --ion-color-step-100: #2a2a2a; + --ion-color-step-150: #363636; + --ion-color-step-200: #414141; + --ion-color-step-250: #4d4d4d; + --ion-color-step-300: #595959; + --ion-color-step-350: #656565; + --ion-color-step-400: #717171; + --ion-color-step-450: #7d7d7d; + --ion-color-step-500: #898989; + --ion-color-step-550: #949494; + --ion-color-step-600: #a0a0a0; + --ion-color-step-650: #acacac; + --ion-color-step-700: #b8b8b8; + --ion-color-step-750: #c4c4c4; + --ion-color-step-800: #d0d0d0; + --ion-color-step-850: #dbdbdb; + --ion-color-step-900: #e7e7e7; + --ion-color-step-950: #f3f3f3; + + --ion-item-background: #1e1e1e; + + --ion-toolbar-background: #1f1f1f; + + --ion-tab-bar-background: #1f1f1f; + } + + ion-title.title-large { + --color: white; + } +} \ No newline at end of file diff --git a/codepush/tsconfig.json b/codepush/tsconfig.json index b271fd9f3..97ed1245d 100644 --- a/codepush/tsconfig.json +++ b/codepush/tsconfig.json @@ -11,9 +11,6 @@ "experimentalDecorators": true, "importHelpers": true, "target": "es5", - "typeRoots": [ - "node_modules/@types" - ], "lib": [ "es2018", "dom" diff --git a/customicons4/.editorconfig b/customicons4/.editorconfig index 3a6edec3c..a6aeba496 100644 --- a/customicons4/.editorconfig +++ b/customicons4/.editorconfig @@ -8,6 +8,9 @@ indent_size = 2 insert_final_newline = true trim_trailing_whitespace = true +[*.ts] +quote_type = single + [*.md] max_line_length = off trim_trailing_whitespace = false \ No newline at end of file diff --git a/customicons4/package.json b/customicons4/package.json index 154c618cd..e98906155 100644 --- a/customicons4/package.json +++ b/customicons4/package.json @@ -11,13 +11,13 @@ }, "private": true, "dependencies": { - "@angular/common": "9.1.1", - "@angular/compiler": "9.1.1", - "@angular/core": "9.1.1", - "@angular/forms": "9.1.1", - "@angular/platform-browser": "9.1.1", - "@angular/platform-browser-dynamic": "9.1.1", - "@angular/router": "9.1.1", + "@angular/common": "9.1.2", + "@angular/compiler": "9.1.2", + "@angular/core": "9.1.2", + "@angular/forms": "9.1.2", + "@angular/platform-browser": "9.1.2", + "@angular/platform-browser-dynamic": "9.1.2", + "@angular/router": "9.1.2", "@ionic/angular": "5.0.7", "rxjs": "6.5.5", "tslib": "1.11.1", @@ -26,10 +26,10 @@ "devDependencies": { "@angular-devkit/build-angular": "0.901.1", "@angular/cli": "9.1.1", - "@angular/compiler-cli": "9.1.1", - "@angular/language-service": "9.1.1", + "@angular/compiler-cli": "9.1.2", + "@angular/language-service": "9.1.2", "@ionic/angular-toolkit": "2.2.0", - "@types/node": "13.11.1", + "@types/node": "13.13.0", "codelyzer": "5.2.2", "local-web-server": "4.0.0", "tslint": "6.1.1", diff --git a/customicons4/src/variables.scss b/customicons4/src/variables.scss index e111d6133..317c8c644 100644 --- a/customicons4/src/variables.scss +++ b/customicons4/src/variables.scss @@ -181,8 +181,7 @@ --ion-toolbar-background: #0d0d0d; - --ion-item-background: #1c1c1c; - --ion-item-background-activated: #313131; + --ion-item-background: #000000; } @@ -220,10 +219,14 @@ --ion-color-step-900: #e7e7e7; --ion-color-step-950: #f3f3f3; - --ion-item-background: #1A1B1E; + --ion-item-background: #1e1e1e; + + --ion-toolbar-background: #1f1f1f; + + --ion-tab-bar-background: #1f1f1f; } ion-title.title-large { --color: white; } -} +} \ No newline at end of file diff --git a/dexiejs/.editorconfig b/dexiejs/.editorconfig index 3a6edec3c..a6aeba496 100644 --- a/dexiejs/.editorconfig +++ b/dexiejs/.editorconfig @@ -8,6 +8,9 @@ indent_size = 2 insert_final_newline = true trim_trailing_whitespace = true +[*.ts] +quote_type = single + [*.md] max_line_length = off trim_trailing_whitespace = false \ No newline at end of file diff --git a/dexiejs/package.json b/dexiejs/package.json index 435060fa7..fdcae7847 100644 --- a/dexiejs/package.json +++ b/dexiejs/package.json @@ -11,13 +11,13 @@ }, "private": true, "dependencies": { - "@angular/common": "9.1.1", - "@angular/compiler": "9.1.1", - "@angular/core": "9.1.1", - "@angular/forms": "9.1.1", - "@angular/platform-browser": "9.1.1", - "@angular/platform-browser-dynamic": "9.1.1", - "@angular/router": "9.1.1", + "@angular/common": "9.1.2", + "@angular/compiler": "9.1.2", + "@angular/core": "9.1.2", + "@angular/forms": "9.1.2", + "@angular/platform-browser": "9.1.2", + "@angular/platform-browser-dynamic": "9.1.2", + "@angular/router": "9.1.2", "@ionic/angular": "5.0.7", "dexie": "2.0.4", "geolib": "3.2.1", @@ -29,10 +29,10 @@ "devDependencies": { "@angular-devkit/build-angular": "0.901.1", "@angular/cli": "9.1.1", - "@angular/compiler-cli": "9.1.1", - "@angular/language-service": "9.1.1", + "@angular/compiler-cli": "9.1.2", + "@angular/language-service": "9.1.2", "@ionic/angular-toolkit": "2.2.0", - "@types/node": "13.11.1", + "@types/node": "13.13.0", "codelyzer": "5.2.2", "local-web-server": "4.0.0", "tslint": "6.1.1", diff --git a/dexiejs/src/variables.scss b/dexiejs/src/variables.scss index e111d6133..317c8c644 100644 --- a/dexiejs/src/variables.scss +++ b/dexiejs/src/variables.scss @@ -181,8 +181,7 @@ --ion-toolbar-background: #0d0d0d; - --ion-item-background: #1c1c1c; - --ion-item-background-activated: #313131; + --ion-item-background: #000000; } @@ -220,10 +219,14 @@ --ion-color-step-900: #e7e7e7; --ion-color-step-950: #f3f3f3; - --ion-item-background: #1A1B1E; + --ion-item-background: #1e1e1e; + + --ion-toolbar-background: #1f1f1f; + + --ion-tab-bar-background: #1f1f1f; } ion-title.title-large { --color: white; } -} +} \ No newline at end of file diff --git a/dynamicpos/client/.editorconfig b/dynamicpos/client/.editorconfig index 3a6edec3c..a6aeba496 100644 --- a/dynamicpos/client/.editorconfig +++ b/dynamicpos/client/.editorconfig @@ -8,6 +8,9 @@ indent_size = 2 insert_final_newline = true trim_trailing_whitespace = true +[*.ts] +quote_type = single + [*.md] max_line_length = off trim_trailing_whitespace = false \ No newline at end of file diff --git a/dynamicpos/client/package.json b/dynamicpos/client/package.json index bf3b82550..545c8dd43 100644 --- a/dynamicpos/client/package.json +++ b/dynamicpos/client/package.json @@ -11,13 +11,13 @@ }, "private": true, "dependencies": { - "@angular/common": "9.1.1", - "@angular/compiler": "9.1.1", - "@angular/core": "9.1.1", - "@angular/forms": "9.1.1", - "@angular/platform-browser": "9.1.1", - "@angular/platform-browser-dynamic": "9.1.1", - "@angular/router": "9.1.1", + "@angular/common": "9.1.2", + "@angular/compiler": "9.1.2", + "@angular/core": "9.1.2", + "@angular/forms": "9.1.2", + "@angular/platform-browser": "9.1.2", + "@angular/platform-browser-dynamic": "9.1.2", + "@angular/router": "9.1.2", "@asymmetrik/ngx-leaflet": "6.0.1", "@ionic/angular": "5.0.7", "leaflet": "1.6.0", @@ -28,11 +28,11 @@ "devDependencies": { "@angular-devkit/build-angular": "0.901.1", "@angular/cli": "9.1.1", - "@angular/compiler-cli": "9.1.1", - "@angular/language-service": "9.1.1", + "@angular/compiler-cli": "9.1.2", + "@angular/language-service": "9.1.2", "@ionic/angular-toolkit": "2.2.0", "@types/leaflet": "1.5.12", - "@types/node": "13.11.1", + "@types/node": "13.13.0", "codelyzer": "5.2.2", "local-web-server": "4.0.0", "tslint": "6.1.1", diff --git a/dynamicpos/client/src/variables.scss b/dynamicpos/client/src/variables.scss index e111d6133..317c8c644 100644 --- a/dynamicpos/client/src/variables.scss +++ b/dynamicpos/client/src/variables.scss @@ -181,8 +181,7 @@ --ion-toolbar-background: #0d0d0d; - --ion-item-background: #1c1c1c; - --ion-item-background-activated: #313131; + --ion-item-background: #000000; } @@ -220,10 +219,14 @@ --ion-color-step-900: #e7e7e7; --ion-color-step-950: #f3f3f3; - --ion-item-background: #1A1B1E; + --ion-item-background: #1e1e1e; + + --ion-toolbar-background: #1f1f1f; + + --ion-tab-bar-background: #1f1f1f; } ion-title.title-large { --color: white; } -} +} \ No newline at end of file diff --git a/echarts/.editorconfig b/echarts/.editorconfig index 7416857c0..d800e3bd9 100644 --- a/echarts/.editorconfig +++ b/echarts/.editorconfig @@ -8,6 +8,9 @@ indent_size = 2 insert_final_newline = true trim_trailing_whitespace = true +[*.ts] +quote_type = single + [*.md] max_line_length = off trim_trailing_whitespace = false \ No newline at end of file diff --git a/echarts/package.json b/echarts/package.json index 01f7c54b7..e574bc8ba 100644 --- a/echarts/package.json +++ b/echarts/package.json @@ -12,13 +12,13 @@ }, "private": true, "dependencies": { - "@angular/common": "9.1.1", - "@angular/compiler": "9.1.1", - "@angular/core": "9.1.1", - "@angular/forms": "9.1.1", - "@angular/platform-browser": "9.1.1", - "@angular/platform-browser-dynamic": "9.1.1", - "@angular/router": "9.1.1", + "@angular/common": "9.1.2", + "@angular/compiler": "9.1.2", + "@angular/core": "9.1.2", + "@angular/forms": "9.1.2", + "@angular/platform-browser": "9.1.2", + "@angular/platform-browser-dynamic": "9.1.2", + "@angular/router": "9.1.2", "@ionic/angular": "5.0.7", "date-fns": "2.12.0", "echarts": "4.7.0", @@ -30,10 +30,10 @@ "devDependencies": { "@angular-devkit/build-angular": "0.901.1", "@angular/cli": "9.1.1", - "@angular/compiler-cli": "9.1.1", - "@angular/language-service": "9.1.1", + "@angular/compiler-cli": "9.1.2", + "@angular/language-service": "9.1.2", "@ionic/angular-toolkit": "2.2.0", - "@types/node": "13.11.1", + "@types/node": "13.13.0", "bread-compressor-cli": "1.1.0", "codelyzer": "5.2.2", "local-web-server": "4.0.0", diff --git a/echarts/src/variables.scss b/echarts/src/variables.scss index e111d6133..317c8c644 100644 --- a/echarts/src/variables.scss +++ b/echarts/src/variables.scss @@ -181,8 +181,7 @@ --ion-toolbar-background: #0d0d0d; - --ion-item-background: #1c1c1c; - --ion-item-background-activated: #313131; + --ion-item-background: #000000; } @@ -220,10 +219,14 @@ --ion-color-step-900: #e7e7e7; --ion-color-step-950: #f3f3f3; - --ion-item-background: #1A1B1E; + --ion-item-background: #1e1e1e; + + --ion-toolbar-background: #1f1f1f; + + --ion-tab-bar-background: #1f1f1f; } ion-title.title-large { --color: white; } -} +} \ No newline at end of file diff --git a/geotracker/client/package.json b/geotracker/client/package.json index 3723be1ac..3c91060c4 100644 --- a/geotracker/client/package.json +++ b/geotracker/client/package.json @@ -11,17 +11,17 @@ }, "private": true, "dependencies": { - "@angular/animations": "9.1.1", - "@angular/common": "9.1.1", - "@angular/compiler": "9.1.1", - "@angular/core": "9.1.1", - "@angular/forms": "9.1.1", - "@angular/platform-browser": "9.1.1", - "@angular/platform-browser-dynamic": "9.1.1", - "@angular/router": "9.1.1", - "@ionic-native/core": "5.23.0", - "@ionic-native/splash-screen": "5.23.0", - "@ionic-native/status-bar": "5.23.0", + "@angular/animations": "9.1.2", + "@angular/common": "9.1.2", + "@angular/compiler": "9.1.2", + "@angular/core": "9.1.2", + "@angular/forms": "9.1.2", + "@angular/platform-browser": "9.1.2", + "@angular/platform-browser-dynamic": "9.1.2", + "@angular/router": "9.1.2", + "@ionic-native/core": "5.24.0", + "@ionic-native/splash-screen": "5.24.0", + "@ionic-native/status-bar": "5.24.0", "@ionic/angular": "5.0.7", "rxjs": "6.5.5", "tslib": "1.11.1", @@ -30,10 +30,10 @@ "devDependencies": { "@angular-devkit/build-angular": "0.901.1", "@angular/cli": "9.1.1", - "@angular/compiler-cli": "9.1.1", - "@angular/language-service": "9.1.1", + "@angular/compiler-cli": "9.1.2", + "@angular/language-service": "9.1.2", "@ionic/angular-toolkit": "2.2.0", - "@types/node": "13.11.1", + "@types/node": "13.13.0", "codelyzer": "5.2.2", "local-web-server": "4.0.0", "tslint": "6.1.1", diff --git a/geotracker/client/src/variables.scss b/geotracker/client/src/variables.scss index e111d6133..317c8c644 100644 --- a/geotracker/client/src/variables.scss +++ b/geotracker/client/src/variables.scss @@ -181,8 +181,7 @@ --ion-toolbar-background: #0d0d0d; - --ion-item-background: #1c1c1c; - --ion-item-background-activated: #313131; + --ion-item-background: #000000; } @@ -220,10 +219,14 @@ --ion-color-step-900: #e7e7e7; --ion-color-step-950: #f3f3f3; - --ion-item-background: #1A1B1E; + --ion-item-background: #1e1e1e; + + --ion-toolbar-background: #1f1f1f; + + --ion-tab-bar-background: #1f1f1f; } ion-title.title-large { --color: white; } -} +} \ No newline at end of file diff --git a/googlevision/client/.editorconfig b/googlevision/client/.editorconfig index 3a6edec3c..a6aeba496 100644 --- a/googlevision/client/.editorconfig +++ b/googlevision/client/.editorconfig @@ -8,6 +8,9 @@ indent_size = 2 insert_final_newline = true trim_trailing_whitespace = true +[*.ts] +quote_type = single + [*.md] max_line_length = off trim_trailing_whitespace = false \ No newline at end of file diff --git a/googlevision/client/package.json b/googlevision/client/package.json index 9780832d7..60416f2d4 100644 --- a/googlevision/client/package.json +++ b/googlevision/client/package.json @@ -13,13 +13,13 @@ "private": true, "dependencies": { "@agm/core": "1.1.0", - "@angular/common": "9.1.1", - "@angular/compiler": "9.1.1", - "@angular/core": "9.1.1", - "@angular/forms": "9.1.1", - "@angular/platform-browser": "9.1.1", - "@angular/platform-browser-dynamic": "9.1.1", - "@angular/router": "9.1.1", + "@angular/common": "9.1.2", + "@angular/compiler": "9.1.2", + "@angular/core": "9.1.2", + "@angular/forms": "9.1.2", + "@angular/platform-browser": "9.1.2", + "@angular/platform-browser-dynamic": "9.1.2", + "@angular/router": "9.1.2", "@ionic/angular": "5.0.7", "rxjs": "6.5.5", "tslib": "1.11.1", @@ -28,11 +28,11 @@ "devDependencies": { "@angular-devkit/build-angular": "0.901.1", "@angular/cli": "9.1.1", - "@angular/compiler-cli": "9.1.1", - "@angular/language-service": "9.1.1", + "@angular/compiler-cli": "9.1.2", + "@angular/language-service": "9.1.2", "@ionic/angular-toolkit": "2.2.0", "bread-compressor-cli": "1.1.0", - "@types/node": "13.11.1", + "@types/node": "13.13.0", "codelyzer": "5.2.2", "local-web-server": "4.0.0", "tslint": "6.1.1", diff --git a/googlevision/client/src/variables.scss b/googlevision/client/src/variables.scss index e111d6133..317c8c644 100644 --- a/googlevision/client/src/variables.scss +++ b/googlevision/client/src/variables.scss @@ -181,8 +181,7 @@ --ion-toolbar-background: #0d0d0d; - --ion-item-background: #1c1c1c; - --ion-item-background-activated: #313131; + --ion-item-background: #000000; } @@ -220,10 +219,14 @@ --ion-color-step-900: #e7e7e7; --ion-color-step-950: #f3f3f3; - --ion-item-background: #1A1B1E; + --ion-item-background: #1e1e1e; + + --ion-toolbar-background: #1f1f1f; + + --ion-tab-bar-background: #1f1f1f; } ion-title.title-large { --color: white; } -} +} \ No newline at end of file diff --git a/googlevision/server/pom.xml b/googlevision/server/pom.xml index 0283c3aeb..438cd8d4b 100644 --- a/googlevision/server/pom.xml +++ b/googlevision/server/pom.xml @@ -28,7 +28,7 @@ com.google.cloud google-cloud-storage - 1.106.0 + 1.107.0 diff --git a/indexeddb/.editorconfig b/indexeddb/.editorconfig index 3a6edec3c..a6aeba496 100644 --- a/indexeddb/.editorconfig +++ b/indexeddb/.editorconfig @@ -8,6 +8,9 @@ indent_size = 2 insert_final_newline = true trim_trailing_whitespace = true +[*.ts] +quote_type = single + [*.md] max_line_length = off trim_trailing_whitespace = false \ No newline at end of file diff --git a/indexeddb/package.json b/indexeddb/package.json index 44adf7bb7..be98c45d1 100644 --- a/indexeddb/package.json +++ b/indexeddb/package.json @@ -12,15 +12,15 @@ }, "private": true, "dependencies": { - "@angular/common": "9.1.1", - "@angular/compiler": "9.1.1", - "@angular/core": "9.1.1", - "@angular/forms": "9.1.1", - "@angular/platform-browser": "9.1.1", - "@angular/platform-browser-dynamic": "9.1.1", + "@angular/common": "9.1.2", + "@angular/compiler": "9.1.2", + "@angular/core": "9.1.2", + "@angular/forms": "9.1.2", + "@angular/platform-browser": "9.1.2", + "@angular/platform-browser-dynamic": "9.1.2", "@angular/pwa": "0.901.1", - "@angular/router": "9.1.1", - "@angular/service-worker": "9.1.1", + "@angular/router": "9.1.2", + "@angular/service-worker": "9.1.2", "@ionic/angular": "5.0.7", "geolib": "3.2.1", "papaparse": "5.2.0", @@ -31,10 +31,10 @@ "devDependencies": { "@angular-devkit/build-angular": "0.901.1", "@angular/cli": "9.1.1", - "@angular/compiler-cli": "9.1.1", - "@angular/language-service": "9.1.1", + "@angular/compiler-cli": "9.1.2", + "@angular/language-service": "9.1.2", "@ionic/angular-toolkit": "2.2.0", - "@types/node": "13.11.1", + "@types/node": "13.13.0", "bread-compressor-cli": "1.1.0", "codelyzer": "5.2.2", "local-web-server": "4.0.0", diff --git a/indexeddb/src/variables.scss b/indexeddb/src/variables.scss index e111d6133..317c8c644 100644 --- a/indexeddb/src/variables.scss +++ b/indexeddb/src/variables.scss @@ -181,8 +181,7 @@ --ion-toolbar-background: #0d0d0d; - --ion-item-background: #1c1c1c; - --ion-item-background-activated: #313131; + --ion-item-background: #000000; } @@ -220,10 +219,14 @@ --ion-color-step-900: #e7e7e7; --ion-color-step-950: #f3f3f3; - --ion-item-background: #1A1B1E; + --ion-item-background: #1e1e1e; + + --ion-toolbar-background: #1f1f1f; + + --ion-tab-bar-background: #1f1f1f; } ion-title.title-large { --color: white; } -} +} \ No newline at end of file diff --git a/jwt/client/.editorconfig b/jwt/client/.editorconfig index 3a6edec3c..a6aeba496 100644 --- a/jwt/client/.editorconfig +++ b/jwt/client/.editorconfig @@ -8,6 +8,9 @@ indent_size = 2 insert_final_newline = true trim_trailing_whitespace = true +[*.ts] +quote_type = single + [*.md] max_line_length = off trim_trailing_whitespace = false \ No newline at end of file diff --git a/jwt/client/package.json b/jwt/client/package.json index 2c5a5125b..69fd4a782 100644 --- a/jwt/client/package.json +++ b/jwt/client/package.json @@ -11,13 +11,13 @@ }, "private": true, "dependencies": { - "@angular/common": "9.1.1", - "@angular/compiler": "9.1.1", - "@angular/core": "9.1.1", - "@angular/forms": "9.1.1", - "@angular/platform-browser": "9.1.1", - "@angular/platform-browser-dynamic": "9.1.1", - "@angular/router": "9.1.1", + "@angular/common": "9.1.2", + "@angular/compiler": "9.1.2", + "@angular/core": "9.1.2", + "@angular/forms": "9.1.2", + "@angular/platform-browser": "9.1.2", + "@angular/platform-browser-dynamic": "9.1.2", + "@angular/router": "9.1.2", "@auth0/angular-jwt": "4.0.0", "@ionic/angular": "5.0.7", "ngx-custom-validators": "9.1.0", @@ -28,10 +28,10 @@ "devDependencies": { "@angular-devkit/build-angular": "0.901.1", "@angular/cli": "9.1.1", - "@angular/compiler-cli": "9.1.1", - "@angular/language-service": "9.1.1", + "@angular/compiler-cli": "9.1.2", + "@angular/language-service": "9.1.2", "@ionic/angular-toolkit": "2.2.0", - "@types/node": "13.11.1", + "@types/node": "13.13.0", "codelyzer": "5.2.2", "local-web-server": "4.0.0", "tslint": "6.1.1", diff --git a/jwt/client/src/variables.scss b/jwt/client/src/variables.scss index e111d6133..317c8c644 100644 --- a/jwt/client/src/variables.scss +++ b/jwt/client/src/variables.scss @@ -181,8 +181,7 @@ --ion-toolbar-background: #0d0d0d; - --ion-item-background: #1c1c1c; - --ion-item-background-activated: #313131; + --ion-item-background: #000000; } @@ -220,10 +219,14 @@ --ion-color-step-900: #e7e7e7; --ion-color-step-950: #f3f3f3; - --ion-item-background: #1A1B1E; + --ion-item-background: #1e1e1e; + + --ion-toolbar-background: #1f1f1f; + + --ion-tab-bar-background: #1f1f1f; } ion-title.title-large { --color: white; } -} +} \ No newline at end of file diff --git a/lovefield/.editorconfig b/lovefield/.editorconfig index 7416857c0..d800e3bd9 100644 --- a/lovefield/.editorconfig +++ b/lovefield/.editorconfig @@ -8,6 +8,9 @@ indent_size = 2 insert_final_newline = true trim_trailing_whitespace = true +[*.ts] +quote_type = single + [*.md] max_line_length = off trim_trailing_whitespace = false \ No newline at end of file diff --git a/lovefield/package.json b/lovefield/package.json index a4c888a61..dae2c8998 100644 --- a/lovefield/package.json +++ b/lovefield/package.json @@ -11,13 +11,13 @@ }, "private": true, "dependencies": { - "@angular/common": "9.1.1", - "@angular/compiler": "9.1.1", - "@angular/core": "9.1.1", - "@angular/forms": "9.1.1", - "@angular/platform-browser": "9.1.1", - "@angular/platform-browser-dynamic": "9.1.1", - "@angular/router": "9.1.1", + "@angular/common": "9.1.2", + "@angular/compiler": "9.1.2", + "@angular/core": "9.1.2", + "@angular/forms": "9.1.2", + "@angular/platform-browser": "9.1.2", + "@angular/platform-browser-dynamic": "9.1.2", + "@angular/router": "9.1.2", "@ionic/angular": "5.0.7", "lovefield": "2.1.12", "papaparse": "5.2.0", @@ -28,10 +28,10 @@ "devDependencies": { "@angular-devkit/build-angular": "0.901.1", "@angular/cli": "9.1.1", - "@angular/compiler-cli": "9.1.1", - "@angular/language-service": "9.1.1", + "@angular/compiler-cli": "9.1.2", + "@angular/language-service": "9.1.2", "@ionic/angular-toolkit": "2.2.0", - "@types/node": "13.11.1", + "@types/node": "13.13.0", "codelyzer": "5.2.2", "local-web-server": "4.0.0", "tslint": "6.1.1", diff --git a/lovefield/src/variables.scss b/lovefield/src/variables.scss index e111d6133..317c8c644 100644 --- a/lovefield/src/variables.scss +++ b/lovefield/src/variables.scss @@ -181,8 +181,7 @@ --ion-toolbar-background: #0d0d0d; - --ion-item-background: #1c1c1c; - --ion-item-background-activated: #313131; + --ion-item-background: #000000; } @@ -220,10 +219,14 @@ --ion-color-step-900: #e7e7e7; --ion-color-step-950: #f3f3f3; - --ion-item-background: #1A1B1E; + --ion-item-background: #1e1e1e; + + --ion-toolbar-background: #1f1f1f; + + --ion-tab-bar-background: #1f1f1f; } ion-title.title-large { --color: white; } -} +} \ No newline at end of file diff --git a/minio/pom.xml b/minio/pom.xml index f857e24ae..42847d7c0 100644 --- a/minio/pom.xml +++ b/minio/pom.xml @@ -9,7 +9,7 @@ com.amazonaws aws-java-sdk-s3 - 1.11.762 + 1.11.764 io.minio diff --git a/mnist/js/.editorconfig b/mnist/js/.editorconfig index 3a6edec3c..a6aeba496 100644 --- a/mnist/js/.editorconfig +++ b/mnist/js/.editorconfig @@ -8,6 +8,9 @@ indent_size = 2 insert_final_newline = true trim_trailing_whitespace = true +[*.ts] +quote_type = single + [*.md] max_line_length = off trim_trailing_whitespace = false \ No newline at end of file diff --git a/mnist/js/package.json b/mnist/js/package.json index 6a2023509..5a09626fb 100644 --- a/mnist/js/package.json +++ b/mnist/js/package.json @@ -12,13 +12,13 @@ }, "private": true, "dependencies": { - "@angular/common": "9.1.1", - "@angular/compiler": "9.1.1", - "@angular/core": "9.1.1", - "@angular/forms": "9.1.1", - "@angular/platform-browser": "9.1.1", - "@angular/platform-browser-dynamic": "9.1.1", - "@angular/router": "9.1.1", + "@angular/common": "9.1.2", + "@angular/compiler": "9.1.2", + "@angular/core": "9.1.2", + "@angular/forms": "9.1.2", + "@angular/platform-browser": "9.1.2", + "@angular/platform-browser-dynamic": "9.1.2", + "@angular/router": "9.1.2", "@ionic/angular": "5.0.7", "mathjs": "6.6.3", "rxjs": "6.5.5", @@ -28,10 +28,10 @@ "devDependencies": { "@angular-devkit/build-angular": "0.901.1", "@angular/cli": "9.1.1", - "@angular/compiler-cli": "9.1.1", - "@angular/language-service": "9.1.1", + "@angular/compiler-cli": "9.1.2", + "@angular/language-service": "9.1.2", "@ionic/angular-toolkit": "2.2.0", - "@types/node": "13.11.1", + "@types/node": "13.13.0", "bread-compressor-cli": "^1.1.0", "codelyzer": "5.2.2", "local-web-server": "4.0.0", diff --git a/mnist/js/src/variables.scss b/mnist/js/src/variables.scss index e111d6133..317c8c644 100644 --- a/mnist/js/src/variables.scss +++ b/mnist/js/src/variables.scss @@ -181,8 +181,7 @@ --ion-toolbar-background: #0d0d0d; - --ion-item-background: #1c1c1c; - --ion-item-background-activated: #313131; + --ion-item-background: #000000; } @@ -220,10 +219,14 @@ --ion-color-step-900: #e7e7e7; --ion-color-step-950: #f3f3f3; - --ion-item-background: #1A1B1E; + --ion-item-background: #1e1e1e; + + --ion-toolbar-background: #1f1f1f; + + --ion-tab-bar-background: #1f1f1f; } ion-title.title-large { --color: white; } -} +} \ No newline at end of file diff --git a/ngerrorhandler/client/.editorconfig b/ngerrorhandler/client/.editorconfig index 3a6edec3c..a6aeba496 100644 --- a/ngerrorhandler/client/.editorconfig +++ b/ngerrorhandler/client/.editorconfig @@ -8,6 +8,9 @@ indent_size = 2 insert_final_newline = true trim_trailing_whitespace = true +[*.ts] +quote_type = single + [*.md] max_line_length = off trim_trailing_whitespace = false \ No newline at end of file diff --git a/ngerrorhandler/client/package.json b/ngerrorhandler/client/package.json index 4e5c93563..c09285646 100644 --- a/ngerrorhandler/client/package.json +++ b/ngerrorhandler/client/package.json @@ -11,13 +11,13 @@ }, "private": true, "dependencies": { - "@angular/common": "9.1.1", - "@angular/compiler": "9.1.1", - "@angular/core": "9.1.1", - "@angular/forms": "9.1.1", - "@angular/platform-browser": "9.1.1", - "@angular/platform-browser-dynamic": "9.1.1", - "@angular/router": "9.1.1", + "@angular/common": "9.1.2", + "@angular/compiler": "9.1.2", + "@angular/core": "9.1.2", + "@angular/forms": "9.1.2", + "@angular/platform-browser": "9.1.2", + "@angular/platform-browser-dynamic": "9.1.2", + "@angular/router": "9.1.2", "@ionic/angular": "5.0.7", "dexie": "2.0.4", "rxjs": "6.5.5", @@ -28,10 +28,10 @@ "devDependencies": { "@angular-devkit/build-angular": "0.901.1", "@angular/cli": "9.1.1", - "@angular/compiler-cli": "9.1.1", - "@angular/language-service": "9.1.1", + "@angular/compiler-cli": "9.1.2", + "@angular/language-service": "9.1.2", "@ionic/angular-toolkit": "2.2.0", - "@types/node": "13.11.1", + "@types/node": "13.13.0", "codelyzer": "5.2.2", "local-web-server": "4.0.0", "tslint": "6.1.1", diff --git a/ngerrorhandler/client/src/variables.scss b/ngerrorhandler/client/src/variables.scss index e111d6133..317c8c644 100644 --- a/ngerrorhandler/client/src/variables.scss +++ b/ngerrorhandler/client/src/variables.scss @@ -181,8 +181,7 @@ --ion-toolbar-background: #0d0d0d; - --ion-item-background: #1c1c1c; - --ion-item-background-activated: #313131; + --ion-item-background: #000000; } @@ -220,10 +219,14 @@ --ion-color-step-900: #e7e7e7; --ion-color-step-950: #f3f3f3; - --ion-item-background: #1A1B1E; + --ion-item-background: #1e1e1e; + + --ion-toolbar-background: #1f1f1f; + + --ion-tab-bar-background: #1f1f1f; } ion-title.title-large { --color: white; } -} +} \ No newline at end of file diff --git a/ngworkbox/package.json b/ngworkbox/package.json index 06d13b188..c63c6e366 100644 --- a/ngworkbox/package.json +++ b/ngworkbox/package.json @@ -15,14 +15,14 @@ }, "private": true, "dependencies": { - "@angular/animations": "9.1.1", - "@angular/common": "9.1.1", - "@angular/compiler": "9.1.1", - "@angular/core": "9.1.1", - "@angular/forms": "9.1.1", - "@angular/platform-browser": "9.1.1", - "@angular/platform-browser-dynamic": "9.1.1", - "@angular/router": "9.1.1", + "@angular/animations": "9.1.2", + "@angular/common": "9.1.2", + "@angular/compiler": "9.1.2", + "@angular/core": "9.1.2", + "@angular/forms": "9.1.2", + "@angular/platform-browser": "9.1.2", + "@angular/platform-browser-dynamic": "9.1.2", + "@angular/router": "9.1.2", "rxjs": "6.5.5", "tslib": "1.11.1", "workbox-core": "5.1.2", @@ -35,14 +35,14 @@ "devDependencies": { "@angular-devkit/build-angular": "0.901.1", "@angular/cli": "9.1.1", - "@angular/compiler-cli": "9.1.1", - "@angular/language-service": "9.1.1", - "@types/node": "13.11.1", + "@angular/compiler-cli": "9.1.2", + "@angular/language-service": "9.1.2", + "@types/node": "13.13.0", "codelyzer": "5.2.2", "local-web-server": "4.0.0", "npm-run-all": "4.1.5", "rimraf": "3.0.2", - "ts-loader": "6.2.2", + "ts-loader": "7.0.0", "tslint": "6.1.1", "typescript": "3.8.3", "webpack": "4.42.1", diff --git a/parcel/js/package.json b/parcel/js/package.json index 38f3da7e2..47d917cc3 100644 --- a/parcel/js/package.json +++ b/parcel/js/package.json @@ -12,7 +12,7 @@ "devDependencies": { "autoprefixer": "9.7.6", "parcel-bundler": "1.12.4", - "parcel-plugin-compress": "1.1.0", + "parcel-plugin-compress": "2.0.0", "sass": "1.26.3", "shx": "0.3.2" }, diff --git a/parcel/polyfill-io/package.json b/parcel/polyfill-io/package.json index 901682cc9..d3dd12322 100644 --- a/parcel/polyfill-io/package.json +++ b/parcel/polyfill-io/package.json @@ -11,7 +11,7 @@ }, "devDependencies": { "parcel-bundler": "1.12.4", - "parcel-plugin-compress": "1.1.0", + "parcel-plugin-compress": "2.0.0", "shx": "0.3.2" } } diff --git a/parcel/ts/package.json b/parcel/ts/package.json index 890b98c36..f38e71142 100644 --- a/parcel/ts/package.json +++ b/parcel/ts/package.json @@ -10,7 +10,7 @@ }, "devDependencies": { "parcel-bundler": "1.12.4", - "parcel-plugin-compress": "1.1.0", + "parcel-plugin-compress": "2.0.0", "shx": "0.3.2", "typescript": "3.8.3" }, diff --git a/parcelmaven/src/main/frontend/package.json b/parcelmaven/src/main/frontend/package.json index 7860e84fd..7856ca83e 100644 --- a/parcelmaven/src/main/frontend/package.json +++ b/parcelmaven/src/main/frontend/package.json @@ -10,7 +10,7 @@ "watch": "parcel watch src/index.html --public-url ./" }, "devDependencies": { - "parcel-plugin-compress": "1.1.0", + "parcel-plugin-compress": "2.0.0", "parcel-bundler": "1.12.4", "shx": "0.3.2" }, diff --git a/poll/client/package.json b/poll/client/package.json index 935eca9a8..4e6dc153e 100644 --- a/poll/client/package.json +++ b/poll/client/package.json @@ -9,7 +9,7 @@ }, "devDependencies": { "parcel-bundler": "1.12.4", - "parcel-plugin-compress": "1.1.0", + "parcel-plugin-compress": "2.0.0", "shx": "0.3.2" }, "dependencies": { diff --git a/protobuf-js/client/.editorconfig b/protobuf-js/client/.editorconfig index 3a6edec3c..a6aeba496 100644 --- a/protobuf-js/client/.editorconfig +++ b/protobuf-js/client/.editorconfig @@ -8,6 +8,9 @@ indent_size = 2 insert_final_newline = true trim_trailing_whitespace = true +[*.ts] +quote_type = single + [*.md] max_line_length = off trim_trailing_whitespace = false \ No newline at end of file diff --git a/protobuf-js/client/package.json b/protobuf-js/client/package.json index 80d10d23f..fcb477ce4 100644 --- a/protobuf-js/client/package.json +++ b/protobuf-js/client/package.json @@ -12,13 +12,13 @@ }, "private": true, "dependencies": { - "@angular/common": "9.1.1", - "@angular/compiler": "9.1.1", - "@angular/core": "9.1.1", - "@angular/forms": "9.1.1", - "@angular/platform-browser": "9.1.1", - "@angular/platform-browser-dynamic": "9.1.1", - "@angular/router": "9.1.1", + "@angular/common": "9.1.2", + "@angular/compiler": "9.1.2", + "@angular/core": "9.1.2", + "@angular/forms": "9.1.2", + "@angular/platform-browser": "9.1.2", + "@angular/platform-browser-dynamic": "9.1.2", + "@angular/router": "9.1.2", "@ionic/angular": "5.0.7", "protobufjs": "6.8.9", "rxjs": "6.5.5", @@ -28,10 +28,10 @@ "devDependencies": { "@angular-devkit/build-angular": "0.901.1", "@angular/cli": "9.1.1", - "@angular/compiler-cli": "9.1.1", - "@angular/language-service": "9.1.1", + "@angular/compiler-cli": "9.1.2", + "@angular/language-service": "9.1.2", "@ionic/angular-toolkit": "2.2.0", - "@types/node": "13.11.1", + "@types/node": "13.13.0", "codelyzer": "5.2.2", "local-web-server": "4.0.0", "tslint": "6.1.1", diff --git a/protobuf-js/client/src/variables.scss b/protobuf-js/client/src/variables.scss index e111d6133..317c8c644 100644 --- a/protobuf-js/client/src/variables.scss +++ b/protobuf-js/client/src/variables.scss @@ -181,8 +181,7 @@ --ion-toolbar-background: #0d0d0d; - --ion-item-background: #1c1c1c; - --ion-item-background-activated: #313131; + --ion-item-background: #000000; } @@ -220,10 +219,14 @@ --ion-color-step-900: #e7e7e7; --ion-color-step-950: #f3f3f3; - --ion-item-background: #1A1B1E; + --ion-item-background: #1e1e1e; + + --ion-toolbar-background: #1f1f1f; + + --ion-tab-bar-background: #1f1f1f; } ion-title.title-large { --color: white; } -} +} \ No newline at end of file diff --git a/push/client/package.json b/push/client/package.json index 60bceaa8b..cb9d0accf 100644 --- a/push/client/package.json +++ b/push/client/package.json @@ -11,23 +11,23 @@ }, "private": true, "dependencies": { - "@angular/common": "9.1.1", - "@angular/compiler": "9.1.1", - "@angular/core": "9.1.1", - "@angular/forms": "9.1.1", - "@angular/platform-browser": "9.1.1", - "@angular/platform-browser-dynamic": "9.1.1", - "@angular/router": "9.1.1", - "@ionic-native/core": "5.23.0", - "@ionic-native/splash-screen": "5.23.0", - "@ionic-native/status-bar": "5.23.0", + "@angular/common": "9.1.2", + "@angular/compiler": "9.1.2", + "@angular/core": "9.1.2", + "@angular/forms": "9.1.2", + "@angular/platform-browser": "9.1.2", + "@angular/platform-browser-dynamic": "9.1.2", + "@angular/router": "9.1.2", + "@ionic-native/core": "5.24.0", + "@ionic-native/splash-screen": "5.24.0", + "@ionic-native/status-bar": "5.24.0", "@ionic/angular": "5.0.7", "cordova-android": "8.1.0", "cordova-plugin-device": "^2.0.3", "cordova-plugin-firebase-analytics": "^4.2.0", "cordova-plugin-firebase-messaging": "^4.3.1", "cordova-plugin-ionic-keyboard": "^2.2.0", - "cordova-plugin-ionic-webview": "^4.1.3", + "cordova-plugin-ionic-webview": "^4.2.0", "cordova-plugin-splashscreen": "^5.0.3", "cordova-plugin-statusbar": "^2.4.3", "cordova-plugin-whitelist": "^1.3.4", @@ -40,10 +40,10 @@ "devDependencies": { "@angular-devkit/build-angular": "0.901.1", "@angular/cli": "9.1.1", - "@angular/compiler-cli": "9.1.1", - "@angular/language-service": "9.1.1", + "@angular/compiler-cli": "9.1.2", + "@angular/language-service": "9.1.2", "@ionic/angular-toolkit": "2.2.0", - "@types/node": "13.11.1", + "@types/node": "13.13.0", "codelyzer": "5.2.2", "local-web-server": "4.0.0", "tslint": "6.1.1", diff --git a/push/client/src/variables.scss b/push/client/src/variables.scss index 7b4df8751..317c8c644 100644 --- a/push/client/src/variables.scss +++ b/push/client/src/variables.scss @@ -84,65 +84,65 @@ body { --ion-color-primary: #428cff; - --ion-color-primary-rgb: 66, 140, 255; + --ion-color-primary-rgb: 66,140,255; --ion-color-primary-contrast: #ffffff; - --ion-color-primary-contrast-rgb: 255, 255, 255; + --ion-color-primary-contrast-rgb: 255,255,255; --ion-color-primary-shade: #3a7be0; --ion-color-primary-tint: #5598ff; --ion-color-secondary: #50c8ff; - --ion-color-secondary-rgb: 80, 200, 255; + --ion-color-secondary-rgb: 80,200,255; --ion-color-secondary-contrast: #ffffff; - --ion-color-secondary-contrast-rgb: 255, 255, 255; + --ion-color-secondary-contrast-rgb: 255,255,255; --ion-color-secondary-shade: #46b0e0; --ion-color-secondary-tint: #62ceff; --ion-color-tertiary: #6a64ff; - --ion-color-tertiary-rgb: 106, 100, 255; + --ion-color-tertiary-rgb: 106,100,255; --ion-color-tertiary-contrast: #ffffff; - --ion-color-tertiary-contrast-rgb: 255, 255, 255; + --ion-color-tertiary-contrast-rgb: 255,255,255; --ion-color-tertiary-shade: #5d58e0; --ion-color-tertiary-tint: #7974ff; --ion-color-success: #2fdf75; - --ion-color-success-rgb: 47, 223, 117; + --ion-color-success-rgb: 47,223,117; --ion-color-success-contrast: #000000; - --ion-color-success-contrast-rgb: 0, 0, 0; + --ion-color-success-contrast-rgb: 0,0,0; --ion-color-success-shade: #29c467; --ion-color-success-tint: #44e283; --ion-color-warning: #ffd534; - --ion-color-warning-rgb: 255, 213, 52; + --ion-color-warning-rgb: 255,213,52; --ion-color-warning-contrast: #000000; - --ion-color-warning-contrast-rgb: 0, 0, 0; + --ion-color-warning-contrast-rgb: 0,0,0; --ion-color-warning-shade: #e0bb2e; --ion-color-warning-tint: #ffd948; --ion-color-danger: #ff4961; - --ion-color-danger-rgb: 255, 73, 97; + --ion-color-danger-rgb: 255,73,97; --ion-color-danger-contrast: #ffffff; - --ion-color-danger-contrast-rgb: 255, 255, 255; + --ion-color-danger-contrast-rgb: 255,255,255; --ion-color-danger-shade: #e04055; --ion-color-danger-tint: #ff5b71; --ion-color-dark: #f4f5f8; - --ion-color-dark-rgb: 244, 245, 248; + --ion-color-dark-rgb: 244,245,248; --ion-color-dark-contrast: #000000; - --ion-color-dark-contrast-rgb: 0, 0, 0; + --ion-color-dark-contrast-rgb: 0,0,0; --ion-color-dark-shade: #d7d8da; --ion-color-dark-tint: #f5f6f9; --ion-color-medium: #989aa2; - --ion-color-medium-rgb: 152, 154, 162; + --ion-color-medium-rgb: 152,154,162; --ion-color-medium-contrast: #000000; - --ion-color-medium-contrast-rgb: 0, 0, 0; + --ion-color-medium-contrast-rgb: 0,0,0; --ion-color-medium-shade: #86888f; --ion-color-medium-tint: #a2a4ab; --ion-color-light: #222428; - --ion-color-light-rgb: 34, 36, 40; + --ion-color-light-rgb: 34,36,40; --ion-color-light-contrast: #ffffff; - --ion-color-light-contrast-rgb: 255, 255, 255; + --ion-color-light-contrast-rgb: 255,255,255; --ion-color-light-shade: #1e2023; --ion-color-light-tint: #383a3e; } @@ -154,10 +154,10 @@ .ios body { --ion-background-color: #000000; - --ion-background-color-rgb: 0, 0, 0; + --ion-background-color-rgb: 0,0,0; --ion-text-color: #ffffff; - --ion-text-color-rgb: 255, 255, 255; + --ion-text-color-rgb: 255,255,255; --ion-color-step-50: #0d0d0d; --ion-color-step-100: #1a1a1a; @@ -181,8 +181,7 @@ --ion-toolbar-background: #0d0d0d; - --ion-item-background: #1c1c1c; - --ion-item-background-activated: #313131; + --ion-item-background: #000000; } @@ -193,10 +192,10 @@ .md body { --ion-background-color: #121212; - --ion-background-color-rgb: 18, 18, 18; + --ion-background-color-rgb: 18,18,18; --ion-text-color: #ffffff; - --ion-text-color-rgb: 255, 255, 255; + --ion-text-color-rgb: 255,255,255; --ion-border-color: #222222; @@ -220,10 +219,14 @@ --ion-color-step-900: #e7e7e7; --ion-color-step-950: #f3f3f3; - --ion-item-background: #1A1B1E; + --ion-item-background: #1e1e1e; + + --ion-toolbar-background: #1f1f1f; + + --ion-tab-bar-background: #1f1f1f; } ion-title.title-large { --color: white; } -} +} \ No newline at end of file diff --git a/pwmanager/client/.editorconfig b/pwmanager/client/.editorconfig index 3a6edec3c..a6aeba496 100644 --- a/pwmanager/client/.editorconfig +++ b/pwmanager/client/.editorconfig @@ -8,6 +8,9 @@ indent_size = 2 insert_final_newline = true trim_trailing_whitespace = true +[*.ts] +quote_type = single + [*.md] max_line_length = off trim_trailing_whitespace = false \ No newline at end of file diff --git a/pwmanager/client/package.json b/pwmanager/client/package.json index 5357c1e54..d13275c7b 100644 --- a/pwmanager/client/package.json +++ b/pwmanager/client/package.json @@ -11,13 +11,13 @@ }, "private": true, "dependencies": { - "@angular/common": "9.1.1", - "@angular/compiler": "9.1.1", - "@angular/core": "9.1.1", - "@angular/forms": "9.1.1", - "@angular/platform-browser": "9.1.1", - "@angular/platform-browser-dynamic": "9.1.1", - "@angular/router": "9.1.1", + "@angular/common": "9.1.2", + "@angular/compiler": "9.1.2", + "@angular/core": "9.1.2", + "@angular/forms": "9.1.2", + "@angular/platform-browser": "9.1.2", + "@angular/platform-browser-dynamic": "9.1.2", + "@angular/router": "9.1.2", "@ionic/angular": "5.0.7", "lzutf8": "0.5.5", "rxjs": "6.5.5", @@ -30,10 +30,10 @@ "devDependencies": { "@angular-devkit/build-angular": "0.901.1", "@angular/cli": "9.1.1", - "@angular/compiler-cli": "9.1.1", - "@angular/language-service": "9.1.1", + "@angular/compiler-cli": "9.1.2", + "@angular/language-service": "9.1.2", "@ionic/angular-toolkit": "2.2.0", - "@types/node": "13.11.1", + "@types/node": "13.13.0", "codelyzer": "5.2.2", "local-web-server": "4.0.0", "tslint": "6.1.1", diff --git a/pwmanager/client/src/variables.scss b/pwmanager/client/src/variables.scss index e111d6133..317c8c644 100644 --- a/pwmanager/client/src/variables.scss +++ b/pwmanager/client/src/variables.scss @@ -181,8 +181,7 @@ --ion-toolbar-background: #0d0d0d; - --ion-item-background: #1c1c1c; - --ion-item-background-activated: #313131; + --ion-item-background: #000000; } @@ -220,10 +219,14 @@ --ion-color-step-900: #e7e7e7; --ion-color-step-950: #f3f3f3; - --ion-item-background: #1A1B1E; + --ion-item-background: #1e1e1e; + + --ion-toolbar-background: #1f1f1f; + + --ion-tab-bar-background: #1f1f1f; } ion-title.title-large { --color: white; } -} +} \ No newline at end of file diff --git a/secure-todo-asm/.editorconfig b/secure-todo-asm/.editorconfig index 3a6edec3c..a6aeba496 100644 --- a/secure-todo-asm/.editorconfig +++ b/secure-todo-asm/.editorconfig @@ -8,6 +8,9 @@ indent_size = 2 insert_final_newline = true trim_trailing_whitespace = true +[*.ts] +quote_type = single + [*.md] max_line_length = off trim_trailing_whitespace = false \ No newline at end of file diff --git a/secure-todo-asm/package.json b/secure-todo-asm/package.json index 06250412d..626cfa251 100644 --- a/secure-todo-asm/package.json +++ b/secure-todo-asm/package.json @@ -11,13 +11,13 @@ }, "private": true, "dependencies": { - "@angular/common": "9.1.1", - "@angular/compiler": "9.1.1", - "@angular/core": "9.1.1", - "@angular/forms": "9.1.1", - "@angular/platform-browser": "9.1.1", - "@angular/platform-browser-dynamic": "9.1.1", - "@angular/router": "9.1.1", + "@angular/common": "9.1.2", + "@angular/compiler": "9.1.2", + "@angular/core": "9.1.2", + "@angular/forms": "9.1.2", + "@angular/platform-browser": "9.1.2", + "@angular/platform-browser-dynamic": "9.1.2", + "@angular/router": "9.1.2", "@ionic/angular": "5.0.7", "asmcrypto.js": "2.3.2", "rxjs": "6.5.5", @@ -27,10 +27,10 @@ "devDependencies": { "@angular-devkit/build-angular": "0.901.1", "@angular/cli": "9.1.1", - "@angular/compiler-cli": "9.1.1", - "@angular/language-service": "9.1.1", + "@angular/compiler-cli": "9.1.2", + "@angular/language-service": "9.1.2", "@ionic/angular-toolkit": "2.2.0", - "@types/node": "13.11.1", + "@types/node": "13.13.0", "codelyzer": "5.2.2", "local-web-server": "4.0.0", "tslint": "6.1.1", diff --git a/secure-todo-asm/src/variables.scss b/secure-todo-asm/src/variables.scss index e111d6133..317c8c644 100644 --- a/secure-todo-asm/src/variables.scss +++ b/secure-todo-asm/src/variables.scss @@ -181,8 +181,7 @@ --ion-toolbar-background: #0d0d0d; - --ion-item-background: #1c1c1c; - --ion-item-background-activated: #313131; + --ion-item-background: #000000; } @@ -220,10 +219,14 @@ --ion-color-step-900: #e7e7e7; --ion-color-step-950: #f3f3f3; - --ion-item-background: #1A1B1E; + --ion-item-background: #1e1e1e; + + --ion-toolbar-background: #1f1f1f; + + --ion-tab-bar-background: #1f1f1f; } ion-title.title-large { --color: white; } -} +} \ No newline at end of file diff --git a/secure-todo/.editorconfig b/secure-todo/.editorconfig index 3a6edec3c..a6aeba496 100644 --- a/secure-todo/.editorconfig +++ b/secure-todo/.editorconfig @@ -8,6 +8,9 @@ indent_size = 2 insert_final_newline = true trim_trailing_whitespace = true +[*.ts] +quote_type = single + [*.md] max_line_length = off trim_trailing_whitespace = false \ No newline at end of file diff --git a/secure-todo/package.json b/secure-todo/package.json index 94d73ad96..aa6d114ba 100644 --- a/secure-todo/package.json +++ b/secure-todo/package.json @@ -11,13 +11,13 @@ }, "private": true, "dependencies": { - "@angular/common": "9.1.1", - "@angular/compiler": "9.1.1", - "@angular/core": "9.1.1", - "@angular/forms": "9.1.1", - "@angular/platform-browser": "9.1.1", - "@angular/platform-browser-dynamic": "9.1.1", - "@angular/router": "9.1.1", + "@angular/common": "9.1.2", + "@angular/compiler": "9.1.2", + "@angular/core": "9.1.2", + "@angular/forms": "9.1.2", + "@angular/platform-browser": "9.1.2", + "@angular/platform-browser-dynamic": "9.1.2", + "@angular/router": "9.1.2", "@ionic/angular": "5.0.7", "rxjs": "6.5.5", "tslib": "1.11.1", @@ -26,10 +26,10 @@ "devDependencies": { "@angular-devkit/build-angular": "0.901.1", "@angular/cli": "9.1.1", - "@angular/compiler-cli": "9.1.1", - "@angular/language-service": "9.1.1", + "@angular/compiler-cli": "9.1.2", + "@angular/language-service": "9.1.2", "@ionic/angular-toolkit": "2.2.0", - "@types/node": "13.11.1", + "@types/node": "13.13.0", "codelyzer": "5.2.2", "local-web-server": "4.0.0", "tslint": "6.1.1", diff --git a/secure-todo/src/variables.scss b/secure-todo/src/variables.scss index e111d6133..317c8c644 100644 --- a/secure-todo/src/variables.scss +++ b/secure-todo/src/variables.scss @@ -181,8 +181,7 @@ --ion-toolbar-background: #0d0d0d; - --ion-item-background: #1c1c1c; - --ion-item-background-activated: #313131; + --ion-item-background: #000000; } @@ -220,10 +219,14 @@ --ion-color-step-900: #e7e7e7; --ion-color-step-950: #f3f3f3; - --ion-item-background: #1A1B1E; + --ion-item-background: #1e1e1e; + + --ion-toolbar-background: #1f1f1f; + + --ion-tab-bar-background: #1f1f1f; } ion-title.title-large { --color: white; } -} +} \ No newline at end of file diff --git a/speechsearch/client/package.json b/speechsearch/client/package.json index 0d93e9419..2ca700e84 100644 --- a/speechsearch/client/package.json +++ b/speechsearch/client/package.json @@ -11,17 +11,17 @@ }, "private": true, "dependencies": { - "@angular/animations": "9.1.1", - "@angular/common": "9.1.1", - "@angular/compiler": "9.1.1", - "@angular/core": "9.1.1", - "@angular/forms": "9.1.1", - "@angular/platform-browser": "9.1.1", - "@angular/platform-browser-dynamic": "9.1.1", - "@angular/router": "9.1.1", - "@ionic-native/core": "5.23.0", - "@ionic-native/splash-screen": "5.23.0", - "@ionic-native/status-bar": "5.23.0", + "@angular/animations": "9.1.2", + "@angular/common": "9.1.2", + "@angular/compiler": "9.1.2", + "@angular/core": "9.1.2", + "@angular/forms": "9.1.2", + "@angular/platform-browser": "9.1.2", + "@angular/platform-browser-dynamic": "9.1.2", + "@angular/router": "9.1.2", + "@ionic-native/core": "5.24.0", + "@ionic-native/splash-screen": "5.24.0", + "@ionic-native/status-bar": "5.24.0", "@ionic/angular": "5.0.7", "recordrtc": "5.5.9", "rxjs": "6.5.5", @@ -31,10 +31,10 @@ "devDependencies": { "@angular-devkit/build-angular": "0.901.1", "@angular/cli": "9.1.1", - "@angular/compiler-cli": "9.1.1", - "@angular/language-service": "9.1.1", + "@angular/compiler-cli": "9.1.2", + "@angular/language-service": "9.1.2", "@ionic/angular-toolkit": "2.2.0", - "@types/node": "13.11.1", + "@types/node": "13.13.0", "codelyzer": "5.2.2", "local-web-server": "4.0.0", "tslint": "6.1.1", diff --git a/speechsearch/client/src/variables.scss b/speechsearch/client/src/variables.scss index e111d6133..317c8c644 100644 --- a/speechsearch/client/src/variables.scss +++ b/speechsearch/client/src/variables.scss @@ -181,8 +181,7 @@ --ion-toolbar-background: #0d0d0d; - --ion-item-background: #1c1c1c; - --ion-item-background-activated: #313131; + --ion-item-background: #000000; } @@ -220,10 +219,14 @@ --ion-color-step-900: #e7e7e7; --ion-color-step-950: #f3f3f3; - --ion-item-background: #1A1B1E; + --ion-item-background: #1e1e1e; + + --ion-toolbar-background: #1f1f1f; + + --ion-tab-bar-background: #1f1f1f; } ion-title.title-large { --color: white; } -} +} \ No newline at end of file diff --git a/speechsearch/server/pom.xml b/speechsearch/server/pom.xml index 4d947a1b0..29a70a736 100644 --- a/speechsearch/server/pom.xml +++ b/speechsearch/server/pom.xml @@ -44,7 +44,7 @@ com.google.cloud google-cloud-speech - 1.22.5 + 1.22.6 diff --git a/sw-cache/.editorconfig b/sw-cache/.editorconfig index 3a6edec3c..a6aeba496 100644 --- a/sw-cache/.editorconfig +++ b/sw-cache/.editorconfig @@ -8,6 +8,9 @@ indent_size = 2 insert_final_newline = true trim_trailing_whitespace = true +[*.ts] +quote_type = single + [*.md] max_line_length = off trim_trailing_whitespace = false \ No newline at end of file diff --git a/sw-cache/package.json b/sw-cache/package.json index 44888fe56..b8fa9ae5f 100644 --- a/sw-cache/package.json +++ b/sw-cache/package.json @@ -11,13 +11,13 @@ }, "private": true, "dependencies": { - "@angular/common": "9.1.1", - "@angular/compiler": "9.1.1", - "@angular/core": "9.1.1", - "@angular/forms": "9.1.1", - "@angular/platform-browser": "9.1.1", - "@angular/platform-browser-dynamic": "9.1.1", - "@angular/router": "9.1.1", + "@angular/common": "9.1.2", + "@angular/compiler": "9.1.2", + "@angular/core": "9.1.2", + "@angular/forms": "9.1.2", + "@angular/platform-browser": "9.1.2", + "@angular/platform-browser-dynamic": "9.1.2", + "@angular/router": "9.1.2", "@ionic/angular": "5.0.7", "rxjs": "6.5.5", "tslib": "1.11.1", @@ -26,10 +26,10 @@ "devDependencies": { "@angular-devkit/build-angular": "0.901.1", "@angular/cli": "9.1.1", - "@angular/compiler-cli": "9.1.1", - "@angular/language-service": "9.1.1", + "@angular/compiler-cli": "9.1.2", + "@angular/language-service": "9.1.2", "@ionic/angular-toolkit": "2.2.0", - "@types/node": "13.11.1", + "@types/node": "13.13.0", "codelyzer": "5.2.2", "local-web-server": "4.0.0", "tslint": "6.1.1", diff --git a/sw-cache/src/variables.scss b/sw-cache/src/variables.scss index e111d6133..317c8c644 100644 --- a/sw-cache/src/variables.scss +++ b/sw-cache/src/variables.scss @@ -181,8 +181,7 @@ --ion-toolbar-background: #0d0d0d; - --ion-item-background: #1c1c1c; - --ion-item-background-activated: #313131; + --ion-item-background: #000000; } @@ -220,10 +219,14 @@ --ion-color-step-900: #e7e7e7; --ion-color-step-950: #f3f3f3; - --ion-item-background: #1A1B1E; + --ion-item-background: #1e1e1e; + + --ion-toolbar-background: #1f1f1f; + + --ion-tab-bar-background: #1f1f1f; } ion-title.title-large { --color: white; } -} +} \ No newline at end of file diff --git a/swagger/client/.editorconfig b/swagger/client/.editorconfig index 3a6edec3c..a6aeba496 100644 --- a/swagger/client/.editorconfig +++ b/swagger/client/.editorconfig @@ -8,6 +8,9 @@ indent_size = 2 insert_final_newline = true trim_trailing_whitespace = true +[*.ts] +quote_type = single + [*.md] max_line_length = off trim_trailing_whitespace = false \ No newline at end of file diff --git a/swagger/client/package.json b/swagger/client/package.json index 1b4bb309c..822118e06 100644 --- a/swagger/client/package.json +++ b/swagger/client/package.json @@ -11,13 +11,13 @@ }, "private": true, "dependencies": { - "@angular/common": "9.1.1", - "@angular/compiler": "9.1.1", - "@angular/core": "9.1.1", - "@angular/forms": "9.1.1", - "@angular/platform-browser": "9.1.1", - "@angular/platform-browser-dynamic": "9.1.1", - "@angular/router": "9.1.1", + "@angular/common": "9.1.2", + "@angular/compiler": "9.1.2", + "@angular/core": "9.1.2", + "@angular/forms": "9.1.2", + "@angular/platform-browser": "9.1.2", + "@angular/platform-browser-dynamic": "9.1.2", + "@angular/router": "9.1.2", "@ionic/angular": "5.0.7", "rxjs": "6.5.5", "uuid": "7.0.3", @@ -27,10 +27,10 @@ "devDependencies": { "@angular-devkit/build-angular": "0.901.1", "@angular/cli": "9.1.1", - "@angular/compiler-cli": "9.1.1", - "@angular/language-service": "9.1.1", + "@angular/compiler-cli": "9.1.2", + "@angular/language-service": "9.1.2", "@ionic/angular-toolkit": "2.2.0", - "@types/node": "13.11.1", + "@types/node": "13.13.0", "codelyzer": "5.2.2", "local-web-server": "4.0.0", "tslint": "6.1.1", diff --git a/swagger/client/src/variables.scss b/swagger/client/src/variables.scss index e111d6133..317c8c644 100644 --- a/swagger/client/src/variables.scss +++ b/swagger/client/src/variables.scss @@ -181,8 +181,7 @@ --ion-toolbar-background: #0d0d0d; - --ion-item-background: #1c1c1c; - --ion-item-background-activated: #313131; + --ion-item-background: #000000; } @@ -220,10 +219,14 @@ --ion-color-step-900: #e7e7e7; --ion-color-step-950: #f3f3f3; - --ion-item-background: #1A1B1E; + --ion-item-background: #1e1e1e; + + --ion-toolbar-background: #1f1f1f; + + --ion-tab-bar-background: #1f1f1f; } ion-title.title-large { --color: white; } -} +} \ No newline at end of file diff --git a/text2speech/client/.editorconfig b/text2speech/client/.editorconfig index 3a6edec3c..a6aeba496 100644 --- a/text2speech/client/.editorconfig +++ b/text2speech/client/.editorconfig @@ -8,6 +8,9 @@ indent_size = 2 insert_final_newline = true trim_trailing_whitespace = true +[*.ts] +quote_type = single + [*.md] max_line_length = off trim_trailing_whitespace = false \ No newline at end of file diff --git a/text2speech/client/package.json b/text2speech/client/package.json index eb8743aa0..ee8f38208 100644 --- a/text2speech/client/package.json +++ b/text2speech/client/package.json @@ -11,13 +11,13 @@ }, "private": true, "dependencies": { - "@angular/common": "9.1.1", - "@angular/compiler": "9.1.1", - "@angular/core": "9.1.1", - "@angular/forms": "9.1.1", - "@angular/platform-browser": "9.1.1", - "@angular/platform-browser-dynamic": "9.1.1", - "@angular/router": "9.1.1", + "@angular/common": "9.1.2", + "@angular/compiler": "9.1.2", + "@angular/core": "9.1.2", + "@angular/forms": "9.1.2", + "@angular/platform-browser": "9.1.2", + "@angular/platform-browser-dynamic": "9.1.2", + "@angular/router": "9.1.2", "@ionic/angular": "5.0.7", "rxjs": "6.5.5", "tslib": "1.11.1", @@ -26,10 +26,10 @@ "devDependencies": { "@angular-devkit/build-angular": "0.901.1", "@angular/cli": "9.1.1", - "@angular/compiler-cli": "9.1.1", - "@angular/language-service": "9.1.1", + "@angular/compiler-cli": "9.1.2", + "@angular/language-service": "9.1.2", "@ionic/angular-toolkit": "2.2.0", - "@types/node": "13.11.1", + "@types/node": "13.13.0", "codelyzer": "5.2.2", "local-web-server": "4.0.0", "tslint": "6.1.1", diff --git a/text2speech/client/src/variables.scss b/text2speech/client/src/variables.scss index e111d6133..317c8c644 100644 --- a/text2speech/client/src/variables.scss +++ b/text2speech/client/src/variables.scss @@ -181,8 +181,7 @@ --ion-toolbar-background: #0d0d0d; - --ion-item-background: #1c1c1c; - --ion-item-background-activated: #313131; + --ion-item-background: #000000; } @@ -220,10 +219,14 @@ --ion-color-step-900: #e7e7e7; --ion-color-step-950: #f3f3f3; - --ion-item-background: #1A1B1E; + --ion-item-background: #1e1e1e; + + --ion-toolbar-background: #1f1f1f; + + --ion-tab-bar-background: #1f1f1f; } ion-title.title-large { --color: white; } -} +} \ No newline at end of file diff --git a/upload-minio/client/package.json b/upload-minio/client/package.json index e59f02b0a..d9e40679c 100644 --- a/upload-minio/client/package.json +++ b/upload-minio/client/package.json @@ -11,17 +11,17 @@ }, "private": true, "dependencies": { - "@angular/animations": "9.1.1", - "@angular/common": "9.1.1", - "@angular/compiler": "9.1.1", - "@angular/core": "9.1.1", - "@angular/forms": "9.1.1", - "@angular/platform-browser": "9.1.1", - "@angular/platform-browser-dynamic": "9.1.1", - "@angular/router": "9.1.1", - "@ionic-native/core": "5.23.0", - "@ionic-native/splash-screen": "5.23.0", - "@ionic-native/status-bar": "5.23.0", + "@angular/animations": "9.1.2", + "@angular/common": "9.1.2", + "@angular/compiler": "9.1.2", + "@angular/core": "9.1.2", + "@angular/forms": "9.1.2", + "@angular/platform-browser": "9.1.2", + "@angular/platform-browser-dynamic": "9.1.2", + "@angular/router": "9.1.2", + "@ionic-native/core": "5.24.0", + "@ionic-native/splash-screen": "5.24.0", + "@ionic-native/status-bar": "5.24.0", "@ionic/angular": "5.0.7", "rxjs": "6.5.5", "tslib": "1.11.1", @@ -30,10 +30,10 @@ "devDependencies": { "@angular-devkit/build-angular": "0.901.1", "@angular/cli": "9.1.1", - "@angular/compiler-cli": "9.1.1", - "@angular/language-service": "9.1.1", + "@angular/compiler-cli": "9.1.2", + "@angular/language-service": "9.1.2", "@ionic/angular-toolkit": "2.2.0", - "@types/node": "13.11.1", + "@types/node": "13.13.0", "codelyzer": "5.2.2", "local-web-server": "4.0.0", "tslint": "6.1.1", diff --git a/upload-minio/client/src/variables.scss b/upload-minio/client/src/variables.scss index e111d6133..317c8c644 100644 --- a/upload-minio/client/src/variables.scss +++ b/upload-minio/client/src/variables.scss @@ -181,8 +181,7 @@ --ion-toolbar-background: #0d0d0d; - --ion-item-background: #1c1c1c; - --ion-item-background-activated: #313131; + --ion-item-background: #000000; } @@ -220,10 +219,14 @@ --ion-color-step-900: #e7e7e7; --ion-color-step-950: #f3f3f3; - --ion-item-background: #1A1B1E; + --ion-item-background: #1e1e1e; + + --ion-toolbar-background: #1f1f1f; + + --ion-tab-bar-background: #1f1f1f; } ion-title.title-large { --color: white; } -} +} \ No newline at end of file diff --git a/uploadflowjs/client/.editorconfig b/uploadflowjs/client/.editorconfig index 3a6edec3c..a6aeba496 100644 --- a/uploadflowjs/client/.editorconfig +++ b/uploadflowjs/client/.editorconfig @@ -8,6 +8,9 @@ indent_size = 2 insert_final_newline = true trim_trailing_whitespace = true +[*.ts] +quote_type = single + [*.md] max_line_length = off trim_trailing_whitespace = false \ No newline at end of file diff --git a/uploadflowjs/client/package.json b/uploadflowjs/client/package.json index bbb4b19de..a35d4d46a 100644 --- a/uploadflowjs/client/package.json +++ b/uploadflowjs/client/package.json @@ -11,13 +11,13 @@ }, "private": true, "dependencies": { - "@angular/common": "9.1.1", - "@angular/compiler": "9.1.1", - "@angular/core": "9.1.1", - "@angular/forms": "9.1.1", - "@angular/platform-browser": "9.1.1", - "@angular/platform-browser-dynamic": "9.1.1", - "@angular/router": "9.1.1", + "@angular/common": "9.1.2", + "@angular/compiler": "9.1.2", + "@angular/core": "9.1.2", + "@angular/forms": "9.1.2", + "@angular/platform-browser": "9.1.2", + "@angular/platform-browser-dynamic": "9.1.2", + "@angular/router": "9.1.2", "@flowjs/flow.js": "2.14.0", "@ionic/angular": "5.0.7", "recordrtc": "5.5.9", @@ -28,11 +28,11 @@ "devDependencies": { "@angular-devkit/build-angular": "0.901.1", "@angular/cli": "9.1.1", - "@angular/compiler-cli": "9.1.1", - "@angular/language-service": "9.1.1", + "@angular/compiler-cli": "9.1.2", + "@angular/language-service": "9.1.2", "@ionic/angular-toolkit": "2.2.0", "@types/flowjs": "2.13.2", - "@types/node": "13.11.1", + "@types/node": "13.13.0", "codelyzer": "5.2.2", "local-web-server": "4.0.0", "tslint": "6.1.1", diff --git a/uploadflowjs/client/src/variables.scss b/uploadflowjs/client/src/variables.scss index e111d6133..317c8c644 100644 --- a/uploadflowjs/client/src/variables.scss +++ b/uploadflowjs/client/src/variables.scss @@ -181,8 +181,7 @@ --ion-toolbar-background: #0d0d0d; - --ion-item-background: #1c1c1c; - --ion-item-background-activated: #313131; + --ion-item-background: #000000; } @@ -220,10 +219,14 @@ --ion-color-step-900: #e7e7e7; --ion-color-step-950: #f3f3f3; - --ion-item-background: #1A1B1E; + --ion-item-background: #1e1e1e; + + --ion-toolbar-background: #1f1f1f; + + --ion-tab-bar-background: #1f1f1f; } ion-title.title-large { --color: white; } -} +} \ No newline at end of file diff --git a/uploadsb/client/package.json b/uploadsb/client/package.json index 6722c9894..56afaca0a 100644 --- a/uploadsb/client/package.json +++ b/uploadsb/client/package.json @@ -11,17 +11,17 @@ }, "private": true, "dependencies": { - "@angular/animations": "9.1.1", - "@angular/common": "9.1.1", - "@angular/compiler": "9.1.1", - "@angular/core": "9.1.1", - "@angular/forms": "9.1.1", - "@angular/platform-browser": "9.1.1", - "@angular/platform-browser-dynamic": "9.1.1", - "@angular/router": "9.1.1", - "@ionic-native/core": "5.23.0", - "@ionic-native/splash-screen": "5.23.0", - "@ionic-native/status-bar": "5.23.0", + "@angular/animations": "9.1.2", + "@angular/common": "9.1.2", + "@angular/compiler": "9.1.2", + "@angular/core": "9.1.2", + "@angular/forms": "9.1.2", + "@angular/platform-browser": "9.1.2", + "@angular/platform-browser-dynamic": "9.1.2", + "@angular/router": "9.1.2", + "@ionic-native/core": "5.24.0", + "@ionic-native/splash-screen": "5.24.0", + "@ionic-native/status-bar": "5.24.0", "@ionic/angular": "5.0.7", "cordova-android": "8.1.0", "rxjs": "6.5.5", @@ -31,16 +31,16 @@ "devDependencies": { "@angular-devkit/build-angular": "0.901.1", "@angular/cli": "9.1.1", - "@angular/compiler-cli": "9.1.1", - "@angular/language-service": "9.1.1", + "@angular/compiler-cli": "9.1.2", + "@angular/language-service": "9.1.2", "@ionic/angular-toolkit": "2.2.0", - "@types/node": "13.11.1", + "@types/node": "13.13.0", "codelyzer": "5.2.2", "cordova-plugin-camera": "4.1.0", "cordova-plugin-device": "2.0.3", "cordova-plugin-file": "6.0.2", "cordova-plugin-ionic-keyboard": "2.2.0", - "cordova-plugin-ionic-webview": "4.1.3", + "cordova-plugin-ionic-webview": "4.2.0", "cordova-plugin-splashscreen": "5.0.3", "cordova-plugin-statusbar": "2.4.3", "cordova-plugin-whitelist": "1.3.4", diff --git a/uploadsb/client/src/variables.scss b/uploadsb/client/src/variables.scss index e111d6133..317c8c644 100644 --- a/uploadsb/client/src/variables.scss +++ b/uploadsb/client/src/variables.scss @@ -181,8 +181,7 @@ --ion-toolbar-background: #0d0d0d; - --ion-item-background: #1c1c1c; - --ion-item-background-activated: #313131; + --ion-item-background: #000000; } @@ -220,10 +219,14 @@ --ion-color-step-900: #e7e7e7; --ion-color-step-950: #f3f3f3; - --ion-item-background: #1A1B1E; + --ion-item-background: #1e1e1e; + + --ion-toolbar-background: #1f1f1f; + + --ion-tab-bar-background: #1f1f1f; } ion-title.title-large { --color: white; } -} +} \ No newline at end of file diff --git a/validation/client/.editorconfig b/validation/client/.editorconfig index 3a6edec3c..a6aeba496 100644 --- a/validation/client/.editorconfig +++ b/validation/client/.editorconfig @@ -8,6 +8,9 @@ indent_size = 2 insert_final_newline = true trim_trailing_whitespace = true +[*.ts] +quote_type = single + [*.md] max_line_length = off trim_trailing_whitespace = false \ No newline at end of file diff --git a/validation/client/package.json b/validation/client/package.json index a3283178f..71261de46 100644 --- a/validation/client/package.json +++ b/validation/client/package.json @@ -11,13 +11,13 @@ }, "private": true, "dependencies": { - "@angular/common": "9.1.1", - "@angular/compiler": "9.1.1", - "@angular/core": "9.1.1", - "@angular/forms": "9.1.1", - "@angular/platform-browser": "9.1.1", - "@angular/platform-browser-dynamic": "9.1.1", - "@angular/router": "9.1.1", + "@angular/common": "9.1.2", + "@angular/compiler": "9.1.2", + "@angular/core": "9.1.2", + "@angular/forms": "9.1.2", + "@angular/platform-browser": "9.1.2", + "@angular/platform-browser-dynamic": "9.1.2", + "@angular/router": "9.1.2", "@ionic/angular": "5.0.7", "rxjs": "6.5.5", "tslib": "1.11.1", @@ -26,10 +26,10 @@ "devDependencies": { "@angular-devkit/build-angular": "0.901.1", "@angular/cli": "9.1.1", - "@angular/compiler-cli": "9.1.1", - "@angular/language-service": "9.1.1", + "@angular/compiler-cli": "9.1.2", + "@angular/language-service": "9.1.2", "@ionic/angular-toolkit": "2.2.0", - "@types/node": "13.11.1", + "@types/node": "13.13.0", "codelyzer": "5.2.2", "local-web-server": "4.0.0", "tslint": "6.1.1", diff --git a/validation/client/src/variables.scss b/validation/client/src/variables.scss index e111d6133..317c8c644 100644 --- a/validation/client/src/variables.scss +++ b/validation/client/src/variables.scss @@ -181,8 +181,7 @@ --ion-toolbar-background: #0d0d0d; - --ion-item-background: #1c1c1c; - --ion-item-background-activated: #313131; + --ion-item-background: #000000; } @@ -220,10 +219,14 @@ --ion-color-step-900: #e7e7e7; --ion-color-step-950: #f3f3f3; - --ion-item-background: #1A1B1E; + --ion-item-background: #1e1e1e; + + --ion-toolbar-background: #1f1f1f; + + --ion-tab-bar-background: #1f1f1f; } ion-title.title-large { --color: white; } -} +} \ No newline at end of file