Skip to content

Commit

Permalink
Merge pull request #18 from ladybirdweb/ClientPanel-Updation
Browse files Browse the repository at this point in the history
Update UI Dependencies
  • Loading branch information
Sakthi002 authored Dec 4, 2024
2 parents d3ef5d9 + 134b002 commit 498ccb8
Show file tree
Hide file tree
Showing 66 changed files with 30,270 additions and 348 deletions.
14 changes: 0 additions & 14 deletions HTML/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,8 @@
<title>NowKnow | Knowledge Base HTML Template</title>

<!-- Favicons -->
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="assets/ico/apple-touch-icon-144-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="assets/ico/apple-touch-icon-114-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="assets/ico/apple-touch-icon-72-precomposed.png">
<link rel="apple-touch-icon-precomposed" href="assets/ico/apple-touch-icon-57-precomposed.png">
<link rel="shortcut icon" href="assets/ico/favicon.png">

<!-- Styles -->
<!-- <link rel="stylesheet" href="assets/bootstrap/css/bootstrap.min.css" type="text/css" />-->
<!-- <link rel="stylesheet" href="assets/font-awesome/css/all.min.css" type="text/css" />-->
<!-- <link rel="stylesheet" href="assets/app/css/app.css" type="text/css" />-->
<!-- <link rel="stylesheet" href="assets/app/css/edit.css" type="text/css" />-->
<!-- <link rel="stylesheet" href="assets/app/css/custom.css" type="text/css" />-->
<!--[if lt IE 9]>
<script type="text/javascript" src="assets/app/js/html5shiv.min.js"></script>
<script type="text/javascript" src="assets/app/js/respond.min.js"></script>
Expand Down Expand Up @@ -389,10 +379,6 @@ <h2 class="section-title h4 clearfix">Get Updates <i class="line"></i></h2>

</div><!-- #page -->

<!-- Script -->
<!-- <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.3/jquery.min.js"></script> -->
<!-- <script type="text/javascript" src="assets/app/js/jquery-3.4.1.min.js"></script> -->

<script type="text/javascript" src="assets/app/js/jquery.min.js"></script>

<script type="text/javascript" src="assets/app/js/popper.min.js"></script>
Expand Down
14 changes: 0 additions & 14 deletions HTML/archive.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,8 @@
<title>NowKnow | Knowledge Base HTML Template</title>

<!-- Favicons -->
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="assets/ico/apple-touch-icon-144-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="assets/ico/apple-touch-icon-114-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="assets/ico/apple-touch-icon-72-precomposed.png">
<link rel="apple-touch-icon-precomposed" href="assets/ico/apple-touch-icon-57-precomposed.png">
<link rel="shortcut icon" href="assets/ico/favicon.png">

<!-- Styles -->
<!-- <link rel="stylesheet" href="assets/bootstrap/css/bootstrap.min.css" type="text/css" />-->
<!-- <link rel="stylesheet" href="assets/font-awesome/css/all.min.css" type="text/css" />-->
<!-- <link rel="stylesheet" href="assets/app/css/app.css" type="text/css" />-->
<!-- <link rel="stylesheet" href="assets/app/css/edit.css" type="text/css" />-->
<!-- <link rel="stylesheet" href="assets/app/css/custom.css" type="text/css" />-->
<!--[if lt IE 9]>
<script type="text/javascript" src="assets/app/js/html5shiv.min.js"></script>
<script type="text/javascript" src="assets/app/js/respond.min.js"></script>
Expand Down Expand Up @@ -590,10 +580,6 @@ <h2 class="section-title h4 clearfix">Get Updates <i class="line"></i></h2>
</div><!-- #page -->

<!-- Script -->

<!-- <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.3/jquery.min.js"></script> -->
<!-- <script type="text/javascript" src="assets/app/js/jquery-3.4.1.min.js"></script> -->

<script type="text/javascript" src="assets/app/js/jquery.min.js"></script>

<script type="text/javascript" src="assets/app/js/popper.min.js"></script>
Expand Down
116 changes: 60 additions & 56 deletions HTML/assets/app/js/autocomplete.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
/**
* Ajax Autocomplete for jQuery, version 1.4.10
* (c) 2017 Tomas Kirda
*
* Ajax Autocomplete for jQuery is freely distributable under the terms of an MIT-style license.
* For details, see the web site: https://github.com/devbridge/jQuery-Autocomplete
*/
* Ajax Autocomplete for jQuery, version %version%
* (c) 2017 Tomas Kirda
*
* Ajax Autocomplete for jQuery is freely distributable under the terms of an MIT-style license.
* For details, see the web site: https://github.com/devbridge/jQuery-Autocomplete
*/

/*jslint browser: true, white: true, single: true, this: true, multivar: true */
/*global define, window, document, jQuery, exports, require */
Expand Down Expand Up @@ -89,40 +89,40 @@
$.Autocomplete = Autocomplete;

Autocomplete.defaults = {
ajaxSettings: {},
autoSelectFirst: false,
appendTo: 'body',
serviceUrl: null,
lookup: null,
onSelect: null,
width: 'auto',
minChars: 1,
maxHeight: 300,
deferRequestBy: 0,
params: {},
formatResult: _formatResult,
formatGroup: _formatGroup,
delimiter: null,
zIndex: 9999,
type: 'GET',
noCache: false,
onSearchStart: noop,
onSearchComplete: noop,
onSearchError: noop,
preserveInput: false,
containerClass: 'autocomplete-suggestions',
tabDisabled: false,
dataType: 'text',
currentRequest: null,
triggerSelectOnValidInput: true,
preventBadQueries: true,
lookupFilter: _lookupFilter,
paramName: 'query',
transformResult: _transformResult,
showNoSuggestionNotice: false,
noSuggestionNotice: 'No results',
orientation: 'bottom',
forceFixPosition: false
ajaxSettings: {},
autoSelectFirst: false,
appendTo: 'body',
serviceUrl: null,
lookup: null,
onSelect: null,
width: 'auto',
minChars: 1,
maxHeight: 300,
deferRequestBy: 0,
params: {},
formatResult: _formatResult,
formatGroup: _formatGroup,
delimiter: null,
zIndex: 9999,
type: 'GET',
noCache: false,
onSearchStart: noop,
onSearchComplete: noop,
onSearchError: noop,
preserveInput: false,
containerClass: 'autocomplete-suggestions',
tabDisabled: false,
dataType: 'text',
currentRequest: null,
triggerSelectOnValidInput: true,
preventBadQueries: true,
lookupFilter: _lookupFilter,
paramName: 'query',
transformResult: _transformResult,
showNoSuggestionNotice: false,
noSuggestionNotice: 'No results',
orientation: 'bottom',
forceFixPosition: false
};

function _lookupFilter(suggestion, originalQuery, queryLowerCase) {
Expand Down Expand Up @@ -167,7 +167,7 @@

// html() deals with many types: htmlString or Element or Array or jQuery
that.noSuggestionsContainer = $('<div class="autocomplete-no-suggestion"></div>')
.html(this.options.noSuggestionNotice).get(0);
.html(this.options.noSuggestionNotice).get(0);

that.suggestionsContainer = Autocomplete.utils.createNode(options.containerClass);

Expand Down Expand Up @@ -219,6 +219,10 @@
onFocus: function () {
var that = this;

if (that.disabled) {
return;
}

that.fixPosition();

if (that.el.val().length >= that.options.minChars) {
Expand Down Expand Up @@ -270,7 +274,7 @@
'z-index': options.zIndex
});

this.options = options;
this.options = options;
},


Expand Down Expand Up @@ -336,9 +340,9 @@
var opacity = $container.css('opacity'),
parentOffsetDiff;

if (!that.visible){
$container.css('opacity', 0).show();
}
if (!that.visible){
$container.css('opacity', 0).show();
}

parentOffsetDiff = $container.offsetParent().offset();
styles.top -= parentOffsetDiff.top;
Expand Down Expand Up @@ -654,16 +658,16 @@
html = '',
category,
formatGroup = function (suggestion, index) {
var currentCategory = suggestion.data[groupBy];
var currentCategory = suggestion.data[groupBy];

if (category === currentCategory){
return '';
}
if (category === currentCategory){
return '';
}

category = currentCategory;
category = currentCategory;

return options.formatGroup(suggestion, category);
};
return options.formatGroup(suggestion, category);
};

if (options.triggerSelectOnValidInput && that.isExactMatch(value)) {
that.select(0);
Expand Down Expand Up @@ -703,10 +707,10 @@
},

noSuggestions: function() {
var that = this,
beforeRender = that.options.beforeRender,
container = $(that.suggestionsContainer),
noSuggestionsContainer = $(that.noSuggestionsContainer);
var that = this,
beforeRender = that.options.beforeRender,
container = $(that.suggestionsContainer),
noSuggestionsContainer = $(that.noSuggestionsContainer);

this.adjustContainerWidth();

Expand Down
6 changes: 3 additions & 3 deletions HTML/assets/app/js/bootstrap.bundle.min.js

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions HTML/assets/app/js/jquery-3.4.1.min.js

This file was deleted.

2 changes: 2 additions & 0 deletions HTML/assets/app/js/jquery-3.7.1.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions HTML/assets/app/js/jquery.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions HTML/assets/app/js/popper.min.js

Large diffs are not rendered by default.

Loading

0 comments on commit 498ccb8

Please sign in to comment.