This repository has been archived by the owner on Nov 15, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 1.3.0-Dev-1 Initial commit with angular 11 * updated with font mapping * Bug fixes * 1.3.0-dev-2 Intermediate commit * updated with web worker * updated with upgrade fixes * updated with runtime widget fixed * updated with version and fixes * updated with runtime fix * Updated with runtime fix * updated with widget catalog changes for github * Enhancment: 1. Simulator: Default interval increased to 30 second 2. Simulator: last updated field added Fixed following: 1. Icon Selector Sytling 2. Simulator default measurement type replaced with fragement name 3. Home page navigation link error (Right Click) * Enhancement: Dashboard's Smart Rules, Alarms & Data explorer tabs now control from settings bug: Fixed New Application validations * Enhancement: 1. Branding: header style and color picker 2. Dashboard: new Help & Support Template * updated with: 1. Dashboard: Delete confirmation 2. Simulator internval increased 3. Simulator: Device Id added in alternate config * updated with server side simulator flag * Simulator enhancement for server side implementation * Simulator-Bug fix for simulation type * updated with dashboard catalog changes * updated with subscribe widget bug fix * fixed dtdl config for data stracture updated template catalog to support multiple versions of widget * Fixed firmware simulator on change issue * fixed: Widget catalog multiple version support * updated for RC-1 Release * fixed: Control by operation issue in simulators * updated version * updated with simulator operations logic new logo configuration option * updated to support dev mode for widget catalog and dashboard catalog * regenerated lock file
- Loading branch information
1 parent
da610f2
commit d11c078
Showing
81 changed files
with
11,256 additions
and
7,151 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
import { Injectable } from "@angular/core"; | ||
import { Subject } from "rxjs"; | ||
|
||
@Injectable({providedIn: 'root'}) | ||
export class AppListService { | ||
|
||
refreshAppList$ = new Subject<any>(); | ||
|
||
RefreshAppList() { | ||
this.refreshAppList$.next(true); | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.