-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d7635fd
commit 029f88b
Showing
10 changed files
with
10 additions
and
128 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
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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,25 +1,5 @@ | ||
var Blazored; | ||
(function (Blazored) { | ||
var Typeahead; | ||
(function (Typeahead_1) { | ||
class Typeahead { | ||
SetFocus(element) { | ||
element.focus(); | ||
} | ||
} | ||
function Load() { | ||
const typeahead = { | ||
Typeahead: new Typeahead() | ||
}; | ||
if (window['Blazored']) { | ||
window['Blazored'] = Object.assign({}, window['Blazored'], typeahead); | ||
} | ||
else { | ||
window['Blazored'] = Object.assign({}, typeahead); | ||
} | ||
} | ||
Typeahead_1.Load = Load; | ||
})(Typeahead = Blazored.Typeahead || (Blazored.Typeahead = {})); | ||
})(Blazored || (Blazored = {})); | ||
Blazored.Typeahead.Load(); | ||
//# sourceMappingURL=blazored-typeahead.js.map | ||
window.blazoredTypeahead = { | ||
setFocus: function(element) { | ||
element.focus(); | ||
} | ||
}; |
This file was deleted.
Oops, something went wrong.