From c71fbf7893d83d3c9efdf990bcfdc537577c353f Mon Sep 17 00:00:00 2001 From: Matthias Date: Sun, 18 Jul 2021 20:57:15 +0200 Subject: [PATCH 01/10] added autocomplete to jquery ui --- .../images/ui-icons_444444_256x240.png | Bin 7090 -> 7090 bytes .../images/ui-icons_555555_256x240.png | Bin 7074 -> 7074 bytes .../images/ui-icons_777620_256x240.png | Bin 4618 -> 4618 bytes .../images/ui-icons_777777_256x240.png | Bin 7111 -> 7111 bytes .../images/ui-icons_cc0000_256x240.png | Bin 4618 -> 4618 bytes .../images/ui-icons_ffffff_256x240.png | Bin 6487 -> 6487 bytes .../static/script/jquery-ui/index.html | 50 + .../static/script/jquery-ui/jquery-ui.css | 64 +- .../static/script/jquery-ui/jquery-ui.js | 1915 ++++++++++++++++- .../static/script/jquery-ui/jquery-ui.min.css | 6 +- .../static/script/jquery-ui/jquery-ui.min.js | 6 +- .../script/jquery-ui/jquery-ui.structure.css | 60 + .../jquery-ui/jquery-ui.structure.min.css | 4 +- .../script/jquery-ui/jquery-ui.theme.min.css | 2 +- 14 files changed, 2094 insertions(+), 13 deletions(-) diff --git a/InvenTree/InvenTree/static/script/jquery-ui/images/ui-icons_444444_256x240.png b/InvenTree/InvenTree/static/script/jquery-ui/images/ui-icons_444444_256x240.png index ed8d9135cae2bd9f40fa9349a213fe38add638a7..84220b0da13f9ef302168bf4de13d7dd806cd48e 100644 GIT binary patch delta 48 zcmdmFzR7$-DJQ#-kg2JruaMlvy4_OZX1az(Ax4H)My6J#=Gq1ZRt5&0Q+Bvb4vvl_t8|fOFhZq@H8Jby{7-$<9SQ!}Xc^#xWIY2rI E0Ax)LV*mgE diff --git a/InvenTree/InvenTree/static/script/jquery-ui/images/ui-icons_555555_256x240.png b/InvenTree/InvenTree/static/script/jquery-ui/images/ui-icons_555555_256x240.png index 67648e3e9e973973d6e89bab73c5a0893972148a..4ac750dd3122d0c1c96339a03e14e7740bddbb1b 100644 GIT binary patch delta 48 zcmZ2vzQ}w+DJQ#-kg3@Q7w07#>sCvNo9P-Fg%}xH8JSv{nrj;vSQ!{}PTAo$*+Du9 E0Bd9pkpKVy delta 48 zcmZ2vzQ}w+DJPRSCzo;g-gQSd)~%KjH_|mU4>2;ZGBmR?G0-+Jure^%^Eya%vV(LI E0DgH7AOHXW diff --git a/InvenTree/InvenTree/static/script/jquery-ui/images/ui-icons_777620_256x240.png b/InvenTree/InvenTree/static/script/jquery-ui/images/ui-icons_777620_256x240.png index f2cc3f0e64e5efa86cf4f80291e063a5d19a4e79..c5f9c9af678315af0ba9b2a536a12599636564d8 100644 GIT binary patch delta 49 zcmeBD=~CJ7ospAWNXXPw(^p7t6VpU~aWh>*qYxuQDn=!%8|fOFhZq@H8Jby{7-$<9SQ!}Xc^#xWIaN9d E0B*Prw*UYD diff --git a/InvenTree/InvenTree/static/script/jquery-ui/images/ui-icons_cc0000_256x240.png b/InvenTree/InvenTree/static/script/jquery-ui/images/ui-icons_cc0000_256x240.png index a24cde337d5e5c7394cd38e1633d1f6d93793dae..fdaa36b2198846cd6039ea09e4b2a7d4d1512a76 100644 GIT binary patch delta 49 zcmeBD=~CJ7ospAWNXXPw(^p7t6VpU~aWh>*qYxuQDKoxDOY F2>@9$4lV!y diff --git a/InvenTree/InvenTree/static/script/jquery-ui/images/ui-icons_ffffff_256x240.png b/InvenTree/InvenTree/static/script/jquery-ui/images/ui-icons_ffffff_256x240.png index 67662457402c071a5b2aace87eb7e41d520c5aca..08e2f14488ee435db3fd52257f45041014e0bbec 100644 GIT binary patch delta 48 zcmca^blqq|DJQ#-kg2JruaMlvx&#SvGhIWY5Fk=fyjdTsoLyQcp49%=e473dltPBkHybe;G{8b_e E0B0Ny=l}o! diff --git a/InvenTree/InvenTree/static/script/jquery-ui/index.html b/InvenTree/InvenTree/static/script/jquery-ui/index.html index b5ac7218c6..6bc6bf7980 100644 --- a/InvenTree/InvenTree/static/script/jquery-ui/index.html +++ b/InvenTree/InvenTree/static/script/jquery-ui/index.html @@ -59,6 +59,11 @@

YOUR COMPONENTS:

+ +

Autocomplete

+
+ +
@@ -248,6 +253,23 @@ + +

Menu

+ @@ -270,6 +292,33 @@ diff --git a/InvenTree/templates/search_form.html b/InvenTree/templates/search_form.html index 51a045a257..037942cb3e 100644 --- a/InvenTree/templates/search_form.html +++ b/InvenTree/templates/search_form.html @@ -3,7 +3,7 @@