compass-jquery-plugin 0.3.2.3 → 0.3.2.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/README.md +54 -37
- data/VERSION.yml +1 -1
- data/lib/handle_attributes.rb +4 -4
- data/lib/handle_js_files.rb +5 -5
- data/lib/jqtouch_theme.rb +2 -2
- data/lib/jquery/dynatree.rb +2 -2
- data/lib/jquery/emulators.rb +1 -1
- data/lib/jquery/flash_messages.rb +6 -6
- data/lib/jquery/graphics.rb +5 -0
- data/lib/jquery/gridify/assertions.rb +1 -1
- data/lib/jquery/gridify/grid.rb +76 -59
- data/lib/jquery/gridify/grid_column.rb +73 -67
- data/lib/jquery/gridify/grid_finder.rb +79 -79
- data/lib/jquery/gridify/grid_options.rb +154 -149
- data/lib/jquery/gridify/grid_view.rb +143 -143
- data/lib/jquery/gridify.rb +25 -25
- data/lib/jquery/ical/calendar.rb +2 -2
- data/lib/jquery/ical/event.rb +48 -44
- data/lib/jquery/ical/helpers/ui_event_helper.rb +3 -3
- data/lib/jquery/jqgrid/jqgrid.rb +58 -58
- data/lib/jquery/jqgrid.rb +1 -1
- data/lib/jquery/jqtouch.rb +1 -1
- data/lib/jquery/jquery.rb +117 -117
- data/lib/jquery/jquery_auto_complete.rb +9 -9
- data/lib/jquery/jquery_json_response.rb +12 -12
- data/lib/jquery/jquery_selector_assertions.rb +55 -53
- data/lib/jquery/jstree.rb +2 -2
- data/lib/jquery/mobile.rb +1 -1
- data/lib/jquery/ribbon.rb +2 -2
- data/lib/jquery/secret_sauce/controller/ui_dialog_controls.rb +5 -5
- data/lib/jquery/secret_sauce/controller/ui_grid_controls.rb +5 -5
- data/lib/jquery/secret_sauce/helpers/ui_dialog_helper.rb +1 -1
- data/lib/jquery/secret_sauce/helpers/ui_form_helper.rb +39 -39
- data/lib/jquery/secret_sauce/helpers/ui_grid_helper.rb +74 -74
- data/lib/jquery/secret_sauce/model/find_for_grid.rb +21 -21
- data/lib/jquery/secret_sauce.rb +1 -1
- data/lib/jquery/tools.rb +1 -1
- data/lib/jquery_mobile_theme.rb +2 -2
- data/lib/jquery_ui_theme.rb +12 -12
- data/templates/dynatree/config/initializers/dynatree.rb +3 -3
- data/templates/dynatree/jquery/dynatree/aero.scss +16 -16
- data/templates/dynatree/jquery/dynatree/aqua.scss +16 -16
- data/templates/dynatree/jquery/dynatree/crystal.scss +16 -16
- data/templates/dynatree/jquery/dynatree/xp.scss +17 -17
- data/templates/dynatree/jquery.dynatree.js +2926 -2912
- data/templates/emulators/config/initializers/emulators.rb +6 -6
- data/templates/graphics/config/initializers/graphics.rb +5 -0
- data/templates/graphics/jquery/ganttView.scss +89 -0
- data/templates/graphics/jquery.ganttView.js +1669 -0
- data/templates/graphics/jquery.ganttView.min.js +70 -0
- data/templates/{jquery → graphics}/jquery.sparkline.js +466 -438
- data/templates/{jquery → graphics}/jquery.sparkline.min.js +0 -0
- data/templates/graphics/manifest.rb +9 -0
- data/templates/jqgrid/config/initializers/jqgrid.rb +1 -1
- data/templates/jqgrid/i18n/jqgrid/locale-ar.js +131 -125
- data/templates/jqgrid/i18n/jqgrid/locale-bg.js +135 -131
- data/templates/jqgrid/i18n/jqgrid/locale-bg1251.js +135 -131
- data/templates/jqgrid/i18n/jqgrid/locale-cat.js +132 -126
- data/templates/jqgrid/i18n/jqgrid/locale-cn.js +137 -131
- data/templates/jqgrid/i18n/jqgrid/locale-cs.js +133 -127
- data/templates/jqgrid/i18n/jqgrid/locale-da.js +132 -126
- data/templates/jqgrid/i18n/jqgrid/locale-de.js +138 -132
- data/templates/jqgrid/i18n/jqgrid/locale-el.js +131 -125
- data/templates/jqgrid/i18n/jqgrid/locale-en.js +133 -127
- data/templates/jqgrid/i18n/jqgrid/locale-es.js +133 -127
- data/templates/jqgrid/i18n/jqgrid/locale-fa.js +19 -16
- data/templates/jqgrid/i18n/jqgrid/locale-fi.js +132 -126
- data/templates/jqgrid/i18n/jqgrid/locale-fr.js +131 -125
- data/templates/jqgrid/i18n/jqgrid/locale-gl.js +131 -125
- data/templates/jqgrid/i18n/jqgrid/locale-he.js +132 -126
- data/templates/jqgrid/i18n/jqgrid/locale-hu.js +133 -127
- data/templates/jqgrid/i18n/jqgrid/locale-is.js +131 -125
- data/templates/jqgrid/i18n/jqgrid/locale-it.js +8 -1
- data/templates/jqgrid/i18n/jqgrid/locale-ja.js +139 -136
- data/templates/jqgrid/i18n/jqgrid/locale-nl.js +4 -1
- data/templates/jqgrid/i18n/jqgrid/locale-no.js +14 -1
- data/templates/jqgrid/i18n/jqgrid/locale-pl.js +132 -126
- data/templates/jqgrid/i18n/jqgrid/locale-pt-br.js +132 -126
- data/templates/jqgrid/i18n/jqgrid/locale-pt.js +130 -124
- data/templates/jqgrid/i18n/jqgrid/locale-ro.js +144 -138
- data/templates/jqgrid/i18n/jqgrid/locale-ru.js +132 -126
- data/templates/jqgrid/i18n/jqgrid/locale-sk.js +132 -126
- data/templates/jqgrid/i18n/jqgrid/locale-sr.js +133 -127
- data/templates/jqgrid/i18n/jqgrid/locale-sv.js +132 -126
- data/templates/jqgrid/i18n/jqgrid/locale-tr.js +131 -125
- data/templates/jqgrid/i18n/jqgrid/locale-ua.js +132 -126
- data/templates/jqgrid/jquery.jqGrid.js +12735 -10444
- data/templates/jqgrid/jquery.jqGrid.min.js +477 -469
- data/templates/jqgrid/public/stylesheets/ellipsis-xbl.xml +12 -10
- data/templates/jqtouch/config/initializers/jqtouch.rb +3 -3
- data/templates/jqtouch/jquery/touch/jqtouch.scss +1 -1
- data/templates/jqtouch/jquery.jqtouch.js +10025 -10043
- data/templates/jquery/config/initializers/jquery.rb +2 -4
- data/templates/jquery/history.adapter.jquery.js +71 -0
- data/templates/jquery/history.adapter.jquery.min.js +4 -0
- data/templates/jquery/history.html4.js +690 -0
- data/templates/jquery/history.html4.min.js +21 -0
- data/templates/jquery/history.js +1297 -0
- data/templates/jquery/history.min.js +29 -0
- data/templates/jquery/i18n/jquery.ui/datepicker-af.js +20 -20
- data/templates/jquery/i18n/jquery.ui/datepicker-ar-DZ.js +19 -19
- data/templates/jquery/i18n/jquery.ui/datepicker-ar.js +19 -19
- data/templates/jquery/i18n/jquery.ui/datepicker-az.js +19 -19
- data/templates/jquery/i18n/jquery.ui/datepicker-bg.js +8 -8
- data/templates/jquery/i18n/jquery.ui/datepicker-bs.js +20 -20
- data/templates/jquery/i18n/jquery.ui/datepicker-ca.js +20 -20
- data/templates/jquery/i18n/jquery.ui/datepicker-cs.js +20 -20
- data/templates/jquery/i18n/jquery.ui/datepicker-da.js +14 -14
- data/templates/jquery/i18n/jquery.ui/datepicker-de.js +20 -20
- data/templates/jquery/i18n/jquery.ui/datepicker-el.js +20 -20
- data/templates/jquery/i18n/jquery.ui/datepicker-en-AU.js +20 -20
- data/templates/jquery/i18n/jquery.ui/datepicker-en-GB.js +20 -20
- data/templates/jquery/i18n/jquery.ui/datepicker-en-NZ.js +20 -20
- data/templates/jquery/i18n/jquery.ui/datepicker-eo.js +20 -20
- data/templates/jquery/i18n/jquery.ui/datepicker-es.js +20 -20
- data/templates/jquery/i18n/jquery.ui/datepicker-et.js +20 -20
- data/templates/jquery/i18n/jquery.ui/datepicker-eu.js +20 -20
- data/templates/jquery/i18n/jquery.ui/datepicker-fa.js +18 -18
- data/templates/jquery/i18n/jquery.ui/datepicker-fi.js +15 -15
- data/templates/jquery/i18n/jquery.ui/datepicker-fo.js +20 -20
- data/templates/jquery/i18n/jquery.ui/datepicker-fr-CH.js +20 -20
- data/templates/jquery/i18n/jquery.ui/datepicker-fr.js +22 -22
- data/templates/jquery/i18n/jquery.ui/datepicker-gl.js +20 -20
- data/templates/jquery/i18n/jquery.ui/datepicker-he.js +20 -20
- data/templates/jquery/i18n/jquery.ui/datepicker-hr.js +20 -20
- data/templates/jquery/i18n/jquery.ui/datepicker-hu.js +20 -20
- data/templates/jquery/i18n/jquery.ui/datepicker-hu.min.js +1 -1
- data/templates/jquery/i18n/jquery.ui/datepicker-hy.js +20 -20
- data/templates/jquery/i18n/jquery.ui/datepicker-id.js +20 -20
- data/templates/jquery/i18n/jquery.ui/datepicker-is.js +20 -20
- data/templates/jquery/i18n/jquery.ui/datepicker-it.js +20 -20
- data/templates/jquery/i18n/jquery.ui/datepicker-ja.js +20 -20
- data/templates/jquery/i18n/jquery.ui/datepicker-ko.js +20 -20
- data/templates/jquery/i18n/jquery.ui/datepicker-kz.js +20 -20
- data/templates/jquery/i18n/jquery.ui/datepicker-lt.js +20 -20
- data/templates/jquery/i18n/jquery.ui/datepicker-lv.js +20 -20
- data/templates/jquery/i18n/jquery.ui/datepicker-ml.js +20 -20
- data/templates/jquery/i18n/jquery.ui/datepicker-ms.js +20 -20
- data/templates/jquery/i18n/jquery.ui/datepicker-nl.js +20 -20
- data/templates/jquery/i18n/jquery.ui/datepicker-no.js +16 -16
- data/templates/jquery/i18n/jquery.ui/datepicker-no.min.js +2 -2
- data/templates/jquery/i18n/jquery.ui/datepicker-pl.js +20 -20
- data/templates/jquery/i18n/jquery.ui/datepicker-pt-BR.js +20 -20
- data/templates/jquery/i18n/jquery.ui/datepicker-pt.js +20 -20
- data/templates/jquery/i18n/jquery.ui/datepicker-rm.js +18 -18
- data/templates/jquery/i18n/jquery.ui/datepicker-ro.js +20 -20
- data/templates/jquery/i18n/jquery.ui/datepicker-ru.js +20 -20
- data/templates/jquery/i18n/jquery.ui/datepicker-sk.js +20 -20
- data/templates/jquery/i18n/jquery.ui/datepicker-sl.js +20 -20
- data/templates/jquery/i18n/jquery.ui/datepicker-sq.js +20 -20
- data/templates/jquery/i18n/jquery.ui/datepicker-sr-SR.js +20 -20
- data/templates/jquery/i18n/jquery.ui/datepicker-sr.js +20 -20
- data/templates/jquery/i18n/jquery.ui/datepicker-sv.js +14 -14
- data/templates/jquery/i18n/jquery.ui/datepicker-ta.js +20 -20
- data/templates/jquery/i18n/jquery.ui/datepicker-th.js +20 -20
- data/templates/jquery/i18n/jquery.ui/datepicker-tr.js +20 -20
- data/templates/jquery/i18n/jquery.ui/datepicker-uk.js +20 -20
- data/templates/jquery/i18n/jquery.ui/datepicker-vi.js +20 -20
- data/templates/jquery/i18n/jquery.ui/datepicker-zh-CN.js +20 -20
- data/templates/jquery/i18n/jquery.ui/datepicker-zh-HK.js +20 -20
- data/templates/jquery/i18n/jquery.ui/datepicker-zh-TW.js +20 -20
- data/templates/jquery/{partials → jquery/ui}/_flash_messages.scss +0 -0
- data/templates/jquery/jquery/ui/_theme.scss +14 -13
- data/templates/jquery/jquery/ui/contextMenu/configure.png +0 -0
- data/templates/jquery/jquery/ui/contextMenu/copy.png +0 -0
- data/templates/jquery/jquery/ui/contextMenu/cut.png +0 -0
- data/templates/jquery/jquery/ui/contextMenu/delete.png +0 -0
- data/templates/jquery/jquery/ui/contextMenu/edit.png +0 -0
- data/templates/jquery/jquery/ui/contextMenu/exit.png +0 -0
- data/templates/jquery/jquery/ui/contextMenu/new.png +0 -0
- data/templates/jquery/jquery/ui/contextMenu/paste.png +0 -0
- data/templates/jquery/jquery/ui/contextMenu/rename.png +0 -0
- data/templates/jquery/jquery/ui/contextMenu/show.png +0 -0
- data/templates/jquery/jquery/ui/contextMenu/trash.png +0 -0
- data/templates/jquery/jquery/ui/contextMenu.scss +16 -10
- data/templates/jquery/jquery-ui.js +11839 -23066
- data/templates/jquery/jquery-ui.min.js +401 -795
- data/templates/jquery/jquery.bgiframe.js +27 -25
- data/templates/jquery/jquery.contextMenu.js +209 -196
- data/templates/jquery/jquery.cookie.js +3 -1
- data/templates/jquery/jquery.dotimeout.js +236 -228
- data/templates/jquery/jquery.dst.js +154 -151
- data/templates/jquery/jquery.farbtastic.js +293 -293
- data/templates/jquery/jquery.flashMessages.js +26 -0
- data/templates/jquery/jquery.flashMessages.min.js +1 -0
- data/templates/jquery/jquery.form.js +803 -786
- data/templates/jquery/jquery.haml.js +248 -247
- data/templates/jquery/jquery.hotkeys.js +89 -89
- data/templates/jquery/jquery.js +8141 -8106
- data/templates/jquery/jquery.layout.js +2451 -2415
- data/templates/jquery/jquery.min.js +167 -166
- data/templates/jquery/jquery.mousewheel.js +62 -54
- data/templates/jquery/jquery.offline.js +171 -171
- data/templates/jquery/jquery.pngFix.js +76 -76
- data/templates/jquery/jquery.replacetext.js +83 -83
- data/templates/jquery/jquery.themeswitchertool.js +202 -177
- data/templates/jquery/jquery.tmpl.js +478 -473
- data/templates/jquery/jquery.tmplPlus.js +82 -81
- data/templates/jquery/jrails.js +178 -175
- data/templates/jquery/json.js +77 -7
- data/templates/jquery/json2.js +480 -0
- data/templates/jquery/json2.min.js +7 -0
- data/templates/jquery/lib/tasks/haml.rake +2 -2
- data/templates/jquery/manifest.rb +21 -17
- data/templates/jstree/jquery.jstree.js +5967 -4536
- data/templates/mobile/config/initializers/mobile.rb +1 -1
- data/templates/mobile/jquery/mobile/_base.scss +944 -927
- data/templates/mobile/jquery/mobile/default.scss +61 -48
- data/templates/mobile/jquery/mobile/valencia.scss +56 -42
- data/templates/mobile/jquery.mobile.js +4461 -4347
- data/templates/mobile/jquery.mobile.min.js +11 -2
- data/templates/mobile/lib/tasks/jquery.mobile.rake +12 -12
- data/templates/ribbon/config/initializers/ribbon.rb +2 -2
- data/templates/ribbon/jquery.ribbon.js +50 -29
- data/templates/secret_sauce/secret_sauce.js +8 -8
- data/templates/tools/flowplayer.js +945 -1
- data/templates/tools/jquery.tools.js +4645 -4335
- data/templates/tools/jquery.tools.min.js +37 -37
- data/templates/tools/lib/tasks/jquery.tools.rake +4 -4
- data/templates/tools/swfobject.js +813 -773
- metadata +33 -21
- data/templates/jquery/haml.js +0 -506
- data/templates/jquery/haml.min.js +0 -5
- data/templates/jquery/jquery/ui/contextMenu/door.png +0 -0
- data/templates/jquery/jquery/ui/contextMenu/page_white_copy.png +0 -0
- data/templates/jquery/jquery/ui/contextMenu/page_white_delete.png +0 -0
- data/templates/jquery/jquery/ui/contextMenu/page_white_edit.png +0 -0
- data/templates/jquery/jquery/ui/contextMenu/page_white_new.png +0 -0
- data/templates/jquery/jquery/ui/contextMenu/page_white_paste.png +0 -0
- data/templates/jquery/jquery.compat-1.3.js +0 -291
- data/templates/jquery/jquery.compat-1.3.min.js +0 -6
- data/templates/jquery/jquery.flash_messages.js +0 -5
- data/templates/jquery/jquery.flash_messages.min.js +0 -1
- data/templates/jquery/jquery.history.js +0 -194
- data/templates/jquery/jquery.history.min.js +0 -5
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
/* Tamil (UTF-8) initialisation for the jQuery UI date picker plugin. */
|
|
2
2
|
/* Written by S A Sureshkumar (saskumar@live.com). */
|
|
3
|
-
jQuery(function($){
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
3
|
+
jQuery(function($) {
|
|
4
|
+
$.datepicker.regional['ta'] = {
|
|
5
|
+
closeText: 'மூடு',
|
|
6
|
+
prevText: 'முன்னையது',
|
|
7
|
+
nextText: 'அடுத்தது',
|
|
8
|
+
currentText: 'இன்று',
|
|
9
|
+
monthNames: ['தை','மாசி','பங்குனி','சித்திரை','வைகாசி','ஆனி',
|
|
10
|
+
'ஆடி','ஆவணி','புரட்டாசி','ஐப்பசி','கார்த்திகை','மார்கழி'],
|
|
11
|
+
monthNamesShort: ['தை','மாசி','பங்','சித்','வைகா','ஆனி',
|
|
12
|
+
'ஆடி','ஆவ','புர','ஐப்','கார்','மார்'],
|
|
13
|
+
dayNames: ['ஞாயிற்றுக்கிழமை','திங்கட்கிழமை','செவ்வாய்க்கிழமை','புதன்கிழமை','வியாழக்கிழமை','வெள்ளிக்கிழமை','சனிக்கிழமை'],
|
|
14
|
+
dayNamesShort: ['ஞாயிறு','திங்கள்','செவ்வாய்','புதன்','வியாழன்','வெள்ளி','சனி'],
|
|
15
|
+
dayNamesMin: ['ஞா','தி','செ','பு','வி','வெ','ச'],
|
|
16
|
+
weekHeader: 'Не',
|
|
17
|
+
dateFormat: 'dd/mm/yy',
|
|
18
|
+
firstDay: 1,
|
|
19
|
+
isRTL: false,
|
|
20
|
+
showMonthAfterYear: false,
|
|
21
|
+
yearSuffix: ''};
|
|
22
|
+
$.datepicker.setDefaults($.datepicker.regional['ta']);
|
|
23
23
|
});
|
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
/* Thai initialisation for the jQuery UI date picker plugin. */
|
|
2
2
|
/* Written by pipo (pipo@sixhead.com). */
|
|
3
|
-
jQuery(function($){
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
3
|
+
jQuery(function($) {
|
|
4
|
+
$.datepicker.regional['th'] = {
|
|
5
|
+
closeText: 'ปิด',
|
|
6
|
+
prevText: '« ย้อน',
|
|
7
|
+
nextText: 'ถัดไป »',
|
|
8
|
+
currentText: 'วันนี้',
|
|
9
|
+
monthNames: ['มกราคม','กุมภาพันธ์','มีนาคม','เมษายน','พฤษภาคม','มิถุนายน',
|
|
10
|
+
'กรกฎาคม','สิงหาคม','กันยายน','ตุลาคม','พฤศจิกายน','ธันวาคม'],
|
|
11
|
+
monthNamesShort: ['ม.ค.','ก.พ.','มี.ค.','เม.ย.','พ.ค.','มิ.ย.',
|
|
12
|
+
'ก.ค.','ส.ค.','ก.ย.','ต.ค.','พ.ย.','ธ.ค.'],
|
|
13
|
+
dayNames: ['อาทิตย์','จันทร์','อังคาร','พุธ','พฤหัสบดี','ศุกร์','เสาร์'],
|
|
14
|
+
dayNamesShort: ['อา.','จ.','อ.','พ.','พฤ.','ศ.','ส.'],
|
|
15
|
+
dayNamesMin: ['อา.','จ.','อ.','พ.','พฤ.','ศ.','ส.'],
|
|
16
|
+
weekHeader: 'Wk',
|
|
17
|
+
dateFormat: 'dd/mm/yy',
|
|
18
|
+
firstDay: 0,
|
|
19
|
+
isRTL: false,
|
|
20
|
+
showMonthAfterYear: false,
|
|
21
|
+
yearSuffix: ''};
|
|
22
|
+
$.datepicker.setDefaults($.datepicker.regional['th']);
|
|
23
23
|
});
|
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
/* Turkish initialisation for the jQuery UI date picker plugin. */
|
|
2
2
|
/* Written by Izzet Emre Erkan (kara@karalamalar.net). */
|
|
3
|
-
jQuery(function($){
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
3
|
+
jQuery(function($) {
|
|
4
|
+
$.datepicker.regional['tr'] = {
|
|
5
|
+
closeText: 'kapat',
|
|
6
|
+
prevText: '<geri',
|
|
7
|
+
nextText: 'ileri>',
|
|
8
|
+
currentText: 'bugün',
|
|
9
|
+
monthNames: ['Ocak','Şubat','Mart','Nisan','Mayıs','Haziran',
|
|
10
|
+
'Temmuz','Ağustos','Eylül','Ekim','Kasım','Aralık'],
|
|
11
|
+
monthNamesShort: ['Oca','Şub','Mar','Nis','May','Haz',
|
|
12
|
+
'Tem','Ağu','Eyl','Eki','Kas','Ara'],
|
|
13
|
+
dayNames: ['Pazar','Pazartesi','Salı','Çarşamba','Perşembe','Cuma','Cumartesi'],
|
|
14
|
+
dayNamesShort: ['Pz','Pt','Sa','Ça','Pe','Cu','Ct'],
|
|
15
|
+
dayNamesMin: ['Pz','Pt','Sa','Ça','Pe','Cu','Ct'],
|
|
16
|
+
weekHeader: 'Hf',
|
|
17
|
+
dateFormat: 'dd.mm.yy',
|
|
18
|
+
firstDay: 1,
|
|
19
|
+
isRTL: false,
|
|
20
|
+
showMonthAfterYear: false,
|
|
21
|
+
yearSuffix: ''};
|
|
22
|
+
$.datepicker.setDefaults($.datepicker.regional['tr']);
|
|
23
23
|
});
|
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
/* Ukrainian (UTF-8) initialisation for the jQuery UI date picker plugin. */
|
|
2
2
|
/* Written by Maxim Drogobitskiy (maxdao@gmail.com). */
|
|
3
|
-
jQuery(function($){
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
3
|
+
jQuery(function($) {
|
|
4
|
+
$.datepicker.regional['uk'] = {
|
|
5
|
+
closeText: 'Закрити',
|
|
6
|
+
prevText: '<',
|
|
7
|
+
nextText: '>',
|
|
8
|
+
currentText: 'Сьогодні',
|
|
9
|
+
monthNames: ['Січень','Лютий','Березень','Квітень','Травень','Червень',
|
|
10
|
+
'Липень','Серпень','Вересень','Жовтень','Листопад','Грудень'],
|
|
11
|
+
monthNamesShort: ['Січ','Лют','Бер','Кві','Тра','Чер',
|
|
12
|
+
'Лип','Сер','Вер','Жов','Лис','Гру'],
|
|
13
|
+
dayNames: ['неділя','понеділок','вівторок','середа','четвер','п’ятниця','субота'],
|
|
14
|
+
dayNamesShort: ['нед','пнд','вів','срд','чтв','птн','сбт'],
|
|
15
|
+
dayNamesMin: ['Нд','Пн','Вт','Ср','Чт','Пт','Сб'],
|
|
16
|
+
weekHeader: 'Не',
|
|
17
|
+
dateFormat: 'dd/mm/yy',
|
|
18
|
+
firstDay: 1,
|
|
19
|
+
isRTL: false,
|
|
20
|
+
showMonthAfterYear: false,
|
|
21
|
+
yearSuffix: ''};
|
|
22
|
+
$.datepicker.setDefaults($.datepicker.regional['uk']);
|
|
23
23
|
});
|
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
/* Vietnamese initialisation for the jQuery UI date picker plugin. */
|
|
2
2
|
/* Translated by Le Thanh Huy (lthanhhuy@cit.ctu.edu.vn). */
|
|
3
|
-
jQuery(function($){
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
3
|
+
jQuery(function($) {
|
|
4
|
+
$.datepicker.regional['vi'] = {
|
|
5
|
+
closeText: 'Đóng',
|
|
6
|
+
prevText: '<Trước',
|
|
7
|
+
nextText: 'Tiếp>',
|
|
8
|
+
currentText: 'Hôm nay',
|
|
9
|
+
monthNames: ['Tháng Một', 'Tháng Hai', 'Tháng Ba', 'Tháng Tư', 'Tháng Năm', 'Tháng Sáu',
|
|
10
|
+
'Tháng Bảy', 'Tháng Tám', 'Tháng Chín', 'Tháng Mười', 'Tháng Mười Một', 'Tháng Mười Hai'],
|
|
11
|
+
monthNamesShort: ['Tháng 1', 'Tháng 2', 'Tháng 3', 'Tháng 4', 'Tháng 5', 'Tháng 6',
|
|
12
|
+
'Tháng 7', 'Tháng 8', 'Tháng 9', 'Tháng 10', 'Tháng 11', 'Tháng 12'],
|
|
13
|
+
dayNames: ['Chủ Nhật', 'Thứ Hai', 'Thứ Ba', 'Thứ Tư', 'Thứ Năm', 'Thứ Sáu', 'Thứ Bảy'],
|
|
14
|
+
dayNamesShort: ['CN', 'T2', 'T3', 'T4', 'T5', 'T6', 'T7'],
|
|
15
|
+
dayNamesMin: ['CN', 'T2', 'T3', 'T4', 'T5', 'T6', 'T7'],
|
|
16
|
+
weekHeader: 'Tu',
|
|
17
|
+
dateFormat: 'dd/mm/yy',
|
|
18
|
+
firstDay: 0,
|
|
19
|
+
isRTL: false,
|
|
20
|
+
showMonthAfterYear: false,
|
|
21
|
+
yearSuffix: ''};
|
|
22
|
+
$.datepicker.setDefaults($.datepicker.regional['vi']);
|
|
23
23
|
});
|
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
/* Chinese initialisation for the jQuery UI date picker plugin. */
|
|
2
2
|
/* Written by Cloudream (cloudream@gmail.com). */
|
|
3
|
-
jQuery(function($){
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
3
|
+
jQuery(function($) {
|
|
4
|
+
$.datepicker.regional['zh-CN'] = {
|
|
5
|
+
closeText: '关闭',
|
|
6
|
+
prevText: '<上月',
|
|
7
|
+
nextText: '下月>',
|
|
8
|
+
currentText: '今天',
|
|
9
|
+
monthNames: ['一月','二月','三月','四月','五月','六月',
|
|
10
|
+
'七月','八月','九月','十月','十一月','十二月'],
|
|
11
|
+
monthNamesShort: ['一','二','三','四','五','六',
|
|
12
|
+
'七','八','九','十','十一','十二'],
|
|
13
|
+
dayNames: ['星期日','星期一','星期二','星期三','星期四','星期五','星期六'],
|
|
14
|
+
dayNamesShort: ['周日','周一','周二','周三','周四','周五','周六'],
|
|
15
|
+
dayNamesMin: ['日','一','二','三','四','五','六'],
|
|
16
|
+
weekHeader: '周',
|
|
17
|
+
dateFormat: 'yy-mm-dd',
|
|
18
|
+
firstDay: 1,
|
|
19
|
+
isRTL: false,
|
|
20
|
+
showMonthAfterYear: true,
|
|
21
|
+
yearSuffix: '年'};
|
|
22
|
+
$.datepicker.setDefaults($.datepicker.regional['zh-CN']);
|
|
23
23
|
});
|
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
/* Chinese initialisation for the jQuery UI date picker plugin. */
|
|
2
2
|
/* Written by SCCY (samuelcychan@gmail.com). */
|
|
3
|
-
jQuery(function($){
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
3
|
+
jQuery(function($) {
|
|
4
|
+
$.datepicker.regional['zh-HK'] = {
|
|
5
|
+
closeText: '關閉',
|
|
6
|
+
prevText: '<上月',
|
|
7
|
+
nextText: '下月>',
|
|
8
|
+
currentText: '今天',
|
|
9
|
+
monthNames: ['一月','二月','三月','四月','五月','六月',
|
|
10
|
+
'七月','八月','九月','十月','十一月','十二月'],
|
|
11
|
+
monthNamesShort: ['一','二','三','四','五','六',
|
|
12
|
+
'七','八','九','十','十一','十二'],
|
|
13
|
+
dayNames: ['星期日','星期一','星期二','星期三','星期四','星期五','星期六'],
|
|
14
|
+
dayNamesShort: ['周日','周一','周二','周三','周四','周五','周六'],
|
|
15
|
+
dayNamesMin: ['日','一','二','三','四','五','六'],
|
|
16
|
+
weekHeader: '周',
|
|
17
|
+
dateFormat: 'dd-mm-yy',
|
|
18
|
+
firstDay: 0,
|
|
19
|
+
isRTL: false,
|
|
20
|
+
showMonthAfterYear: true,
|
|
21
|
+
yearSuffix: '年'};
|
|
22
|
+
$.datepicker.setDefaults($.datepicker.regional['zh-HK']);
|
|
23
23
|
});
|
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
/* Chinese initialisation for the jQuery UI date picker plugin. */
|
|
2
2
|
/* Written by Ressol (ressol@gmail.com). */
|
|
3
|
-
jQuery(function($){
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
3
|
+
jQuery(function($) {
|
|
4
|
+
$.datepicker.regional['zh-TW'] = {
|
|
5
|
+
closeText: '關閉',
|
|
6
|
+
prevText: '<上月',
|
|
7
|
+
nextText: '下月>',
|
|
8
|
+
currentText: '今天',
|
|
9
|
+
monthNames: ['一月','二月','三月','四月','五月','六月',
|
|
10
|
+
'七月','八月','九月','十月','十一月','十二月'],
|
|
11
|
+
monthNamesShort: ['一','二','三','四','五','六',
|
|
12
|
+
'七','八','九','十','十一','十二'],
|
|
13
|
+
dayNames: ['星期日','星期一','星期二','星期三','星期四','星期五','星期六'],
|
|
14
|
+
dayNamesShort: ['周日','周一','周二','周三','周四','周五','周六'],
|
|
15
|
+
dayNamesMin: ['日','一','二','三','四','五','六'],
|
|
16
|
+
weekHeader: '周',
|
|
17
|
+
dateFormat: 'yy/mm/dd',
|
|
18
|
+
firstDay: 1,
|
|
19
|
+
isRTL: false,
|
|
20
|
+
showMonthAfterYear: true,
|
|
21
|
+
yearSuffix: '年'};
|
|
22
|
+
$.datepicker.setDefaults($.datepicker.regional['zh-TW']);
|
|
23
23
|
});
|
|
File without changes
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*
|
|
2
|
-
* jQuery UI CSS Framework 1.8.
|
|
2
|
+
* jQuery UI CSS Framework 1.8.10
|
|
3
3
|
*
|
|
4
4
|
* Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
|
|
5
5
|
* Dual licensed under the MIT or GPL Version 2 licenses.
|
|
@@ -83,7 +83,7 @@
|
|
|
83
83
|
|
|
84
84
|
|
|
85
85
|
/*
|
|
86
|
-
* jQuery UI Accordion 1.8.
|
|
86
|
+
* jQuery UI Accordion 1.8.10
|
|
87
87
|
*
|
|
88
88
|
* Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
|
|
89
89
|
* Dual licensed under the MIT or GPL Version 2 licenses.
|
|
@@ -137,7 +137,7 @@
|
|
|
137
137
|
|
|
138
138
|
|
|
139
139
|
/*
|
|
140
|
-
* jQuery UI Autocomplete 1.8.
|
|
140
|
+
* jQuery UI Autocomplete 1.8.10
|
|
141
141
|
*
|
|
142
142
|
* Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
|
|
143
143
|
* Dual licensed under the MIT or GPL Version 2 licenses.
|
|
@@ -156,7 +156,7 @@
|
|
|
156
156
|
/* without this, the menu expands to 100% in IE6 */
|
|
157
157
|
|
|
158
158
|
/*
|
|
159
|
-
* jQuery UI Menu 1.8.
|
|
159
|
+
* jQuery UI Menu 1.8.10
|
|
160
160
|
*
|
|
161
161
|
* Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
|
|
162
162
|
* Dual licensed under the MIT or GPL Version 2 licenses.
|
|
@@ -196,7 +196,7 @@
|
|
|
196
196
|
|
|
197
197
|
|
|
198
198
|
/*
|
|
199
|
-
* jQuery UI Button 1.8.
|
|
199
|
+
* jQuery UI Button 1.8.10
|
|
200
200
|
*
|
|
201
201
|
* Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
|
|
202
202
|
* Dual licensed under the MIT or GPL Version 2 licenses.
|
|
@@ -292,7 +292,7 @@ button.ui-button::-moz-focus-inner {
|
|
|
292
292
|
|
|
293
293
|
|
|
294
294
|
/*
|
|
295
|
-
* jQuery UI Datepicker 1.8.
|
|
295
|
+
* jQuery UI Datepicker 1.8.10
|
|
296
296
|
*
|
|
297
297
|
* Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
|
|
298
298
|
* Dual licensed under the MIT or GPL Version 2 licenses.
|
|
@@ -491,7 +491,7 @@ button.ui-button::-moz-focus-inner {
|
|
|
491
491
|
|
|
492
492
|
|
|
493
493
|
/*
|
|
494
|
-
* jQuery UI Dialog 1.8.
|
|
494
|
+
* jQuery UI Dialog 1.8.10
|
|
495
495
|
*
|
|
496
496
|
* Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
|
|
497
497
|
* Dual licensed under the MIT or GPL Version 2 licenses.
|
|
@@ -627,7 +627,7 @@ button.ui-button::-moz-focus-inner {
|
|
|
627
627
|
|
|
628
628
|
|
|
629
629
|
/*
|
|
630
|
-
* jQuery UI Progressbar 1.8.
|
|
630
|
+
* jQuery UI Progressbar 1.8.10
|
|
631
631
|
*
|
|
632
632
|
* Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
|
|
633
633
|
* Dual licensed under the MIT or GPL Version 2 licenses.
|
|
@@ -645,7 +645,7 @@ button.ui-button::-moz-focus-inner {
|
|
|
645
645
|
|
|
646
646
|
|
|
647
647
|
/*
|
|
648
|
-
* jQuery UI Resizable 1.8.
|
|
648
|
+
* jQuery UI Resizable 1.8.10
|
|
649
649
|
*
|
|
650
650
|
* Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
|
|
651
651
|
* Dual licensed under the MIT or GPL Version 2 licenses.
|
|
@@ -723,7 +723,7 @@ button.ui-button::-moz-focus-inner {
|
|
|
723
723
|
|
|
724
724
|
|
|
725
725
|
/*
|
|
726
|
-
* jQuery UI Selectable 1.8.
|
|
726
|
+
* jQuery UI Selectable 1.8.10
|
|
727
727
|
*
|
|
728
728
|
* Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
|
|
729
729
|
* Dual licensed under the MIT or GPL Version 2 licenses.
|
|
@@ -744,6 +744,7 @@ button.ui-button::-moz-focus-inner {
|
|
|
744
744
|
display: inline-block;
|
|
745
745
|
position: relative;
|
|
746
746
|
height: 2.2em;
|
|
747
|
+
vertical-align: middle;
|
|
747
748
|
text-decoration: none;
|
|
748
749
|
overflow: hidden;
|
|
749
750
|
zoom: 1; }
|
|
@@ -846,7 +847,7 @@ button.ui-button::-moz-focus-inner {
|
|
|
846
847
|
|
|
847
848
|
|
|
848
849
|
/*
|
|
849
|
-
* jQuery UI Slider 1.8.
|
|
850
|
+
* jQuery UI Slider 1.8.10
|
|
850
851
|
*
|
|
851
852
|
* Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
|
|
852
853
|
* Dual licensed under the MIT or GPL Version 2 licenses.
|
|
@@ -911,7 +912,7 @@ button.ui-button::-moz-focus-inner {
|
|
|
911
912
|
|
|
912
913
|
|
|
913
914
|
/*
|
|
914
|
-
* jQuery UI Tabs 1.8.
|
|
915
|
+
* jQuery UI Tabs 1.8.10
|
|
915
916
|
*
|
|
916
917
|
* Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
|
|
917
918
|
* Dual licensed under the MIT or GPL Version 2 licenses.
|
|
@@ -966,7 +967,7 @@ button.ui-button::-moz-focus-inner {
|
|
|
966
967
|
|
|
967
968
|
|
|
968
969
|
/*
|
|
969
|
-
* jQuery UI CSS Framework 1.8.
|
|
970
|
+
* jQuery UI CSS Framework 1.8.10
|
|
970
971
|
*
|
|
971
972
|
* Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
|
|
972
973
|
* Dual licensed under the MIT or GPL Version 2 licenses.
|