-
Notifications
You must be signed in to change notification settings - Fork 6
update dependecies #40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
r-hannuschka
wants to merge
17
commits into
master
Choose a base branch
from
development
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
032186d
chore(deps): update dependency @types/angular to v1.6.54
renovate-bot 9f9c8c3
chore(deps): update dependency @types/qlik-visualizationextensions to…
renovate-bot d04502a
Merge pull request #31 from q2g/renovate/qlik-visualizationextensions…
r-hannuschka 209ad9a
Merge pull request #28 from q2g/renovate/angular1-monorepo
r-hannuschka 5badcfb
chore(deps): update dependency @types/jquery to v3.3.29
renovate-bot 939ef72
chore(deps): update dependency q2g-build to v1.3.2
renovate-bot 386695d
Merge pull request #29 from q2g/renovate/jquery-3.x
r-hannuschka 274982b
chore(deps): update dependency @types/qlik-engineapi to v12.67.8
renovate-bot f20a373
Merge pull request #30 from q2g/renovate/qlik-engineapi-12.x
r-hannuschka 598c9e9
Merge pull request #32 from q2g/renovate/q2g-build-1.x
r-hannuschka 45e9eae
chore(deps): update dependency typescript to v3.4.1
renovate-bot d38fbb4
Merge pull request #33 from q2g/renovate/typescript-3.x
r-hannuschka a8a1b9f
Update dependency @types/jquery to v3.3.31
renovate-bot 8e9d82c
Merge pull request #39 from q2g/renovate/jquery-3.x
r-hannuschka 00b09c2
Update dependency @types/angular to v1.6.57
renovate-bot 9e481f8
Merge pull request #38 from q2g/renovate/angular-1.x
r-hannuschka ea6fd4e
update to q2g-build@2.0.7, davinci.js@1.5.1
r-hannuschka File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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,7 @@ | ||
| { | ||
| "compilerOptions": { | ||
| "module": "commonjs", | ||
| "moduleResolution": "node" | ||
| }, | ||
| "extends": "./tsconfig" | ||
| } |
This file contains hidden or 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,8 @@ | ||
| { | ||
| "entryFile": "./q2g-ext-listbox.ts", | ||
| "outFileName": "q2g-ext-listbox", | ||
| "outputDirectory": "./dist", | ||
| "tsConfigFile": "q2g-build.tsconfig.json", | ||
| "watch": true, | ||
| "ci": true | ||
| } |
This file contains hidden or 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,8 @@ | ||
| { | ||
| "desktop": true, | ||
| "qrs": [ | ||
| { | ||
| "host": "localhost" | ||
| } | ||
| ] | ||
| } |
This file was deleted.
Oops, something went wrong.
This file contains hidden or 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 |
|---|---|---|
|
|
@@ -169,7 +169,6 @@ class ListboxController extends utils.RootSingleList implements ng.IController, | |
| this.showHeaderButtons = false; | ||
| this.showHeaderInput = false; | ||
| this.headerInput= ""; | ||
| this.timeout(); | ||
| } | ||
| } catch (e) { | ||
| this.logger.error("Error in Constructor with click event", e); | ||
|
|
@@ -406,7 +405,6 @@ class ListboxController extends utils.RootSingleList implements ng.IController, | |
| let that1 = this; | ||
| this.list.obj.on("changeData", function () { | ||
| that1.collectionAdapter.calcCollections(that.list.collection); | ||
| that1.timeout(); | ||
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @thomashaenig method not exists can u check this please ? i have removed this now seems still to work. |
||
| }); | ||
|
|
||
| let that = this; | ||
|
|
||
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@thomashaenig i removed this one since this.timeout() not exists, please check.