Backup for 2020-12-20
@ -24,8 +24,8 @@ module.exports = function (config) {
|
||||
port: 9876,
|
||||
colors: true,
|
||||
logLevel: config.LOG_INFO,
|
||||
autoWatch: true,
|
||||
browsers: ['Chrome'],
|
||||
autoWatch: false,
|
||||
browsers: ['ChromeHeadless'],
|
||||
singleRun: false
|
||||
});
|
||||
};
|
||||
|
6
package-lock.json
generated
@ -7457,9 +7457,9 @@
|
||||
}
|
||||
},
|
||||
"mime": {
|
||||
"version": "2.4.6",
|
||||
"resolved": "https://registry.npmjs.org/mime/-/mime-2.4.6.tgz",
|
||||
"integrity": "sha512-RZKhC3EmpBchfTGBVb8fb+RL2cWyw/32lshnsETttkBAyAUXSGHxbEJWWRXc751DrIxG1q04b8QwMbAwkRPpUA==",
|
||||
"version": "2.4.7",
|
||||
"resolved": "https://registry.npmjs.org/mime/-/mime-2.4.7.tgz",
|
||||
"integrity": "sha512-dhNd1uA2u397uQk3Nv5LM4lm93WYDUXFn3Fu291FJerns4jyTudqhIWe4W04YLy7Uk1tm1Ore04NpjRvQp/NPA==",
|
||||
"dev": true
|
||||
},
|
||||
"p-locate": {
|
||||
|
@ -50,8 +50,8 @@
|
||||
"cordova-plugin-whitelist": "^1.3.3",
|
||||
"jasmine-core": "~3.5.0",
|
||||
"jasmine-spec-reporter": "~5.0.0",
|
||||
"karma": "~5.0.0",
|
||||
"karma-chrome-launcher": "~3.1.0",
|
||||
"karma": "^5.0.9",
|
||||
"karma-chrome-launcher": "^3.1.0",
|
||||
"karma-coverage-istanbul-reporter": "~3.0.2",
|
||||
"karma-jasmine": "~3.3.0",
|
||||
"karma-jasmine-html-reporter": "^1.5.0",
|
||||
|
@ -54,7 +54,7 @@
|
||||
<allow-intent href="sms:*" />
|
||||
<allow-intent href="mailto:*" />
|
||||
<allow-intent href="geo:*" />
|
||||
<allow-navigation href="http://localhost:8100" sessionid="8b871c56" />
|
||||
<allow-navigation href="http://localhost:8100" sessionid="543a7b57" />
|
||||
<allow-intent href="itms:*" />
|
||||
<allow-intent href="itms-apps:*" />
|
||||
<icon height="57" src="resources/ios/icon/icon.png" width="57" />
|
||||
|
BIN
platforms/ios/www/assets/imgs/arrow-se.png
Normal file
After Width: | Height: | Size: 2.9 KiB |
BIN
platforms/ios/www/assets/imgs/badcloud.png
Normal file
After Width: | Height: | Size: 4.1 KiB |
BIN
platforms/ios/www/assets/imgs/goodcloud.png
Normal file
After Width: | Height: | Size: 3.3 KiB |
BIN
platforms/ios/www/badcloud.png
Normal file
After Width: | Height: | Size: 4.1 KiB |
BIN
platforms/ios/www/goodcloud.png
Normal file
After Width: | Height: | Size: 3.3 KiB |
BIN
platforms/ios/www/open-iconic.ttf
Normal file
@ -36,7 +36,7 @@ export class VitalSignsComponent implements OnInit, OnChanges {
|
||||
vitalIconClass = 'icon-Normal';
|
||||
|
||||
timer = 0;
|
||||
timerId = 0;
|
||||
timerId: ReturnType<typeof setTimeout>;
|
||||
timeSince = 'No record';
|
||||
|
||||
history: VitalReading[] = [];
|
||||
|
BIN
www/assets/imgs/arrow-se.png
Normal file
After Width: | Height: | Size: 2.9 KiB |
BIN
www/assets/imgs/badcloud.png
Normal file
After Width: | Height: | Size: 4.1 KiB |
BIN
www/assets/imgs/goodcloud.png
Normal file
After Width: | Height: | Size: 3.3 KiB |
BIN
www/badcloud.png
Normal file
After Width: | Height: | Size: 4.1 KiB |
BIN
www/goodcloud.png
Normal file
After Width: | Height: | Size: 3.3 KiB |