initial add
@ -0,0 +1,2 @@
|
||||
Download more cultures from: https://github.com/jquery/globalize/tree/master/lib/cultures
|
||||
License: https://github.com/jquery/globalize/blob/master/LICENSE
|
@ -0,0 +1,85 @@
|
||||
/*
|
||||
* Globalize Culture cs-CZ
|
||||
*
|
||||
* http://github.com/jquery/globalize
|
||||
*
|
||||
* Copyright Software Freedom Conservancy, Inc.
|
||||
* Dual licensed under the MIT or GPL Version 2 licenses.
|
||||
* http://jquery.org/license
|
||||
*
|
||||
* This file was generated by the Globalize Culture Generator
|
||||
* Translation: bugs found in this file need to be fixed in the generator
|
||||
*/
|
||||
|
||||
(function( window, undefined ) {
|
||||
|
||||
var Globalize;
|
||||
|
||||
if ( typeof require !== "undefined" &&
|
||||
typeof exports !== "undefined" &&
|
||||
typeof module !== "undefined" ) {
|
||||
// Assume CommonJS
|
||||
Globalize = require( "globalize" );
|
||||
} else {
|
||||
// Global variable
|
||||
Globalize = window.Globalize;
|
||||
}
|
||||
|
||||
Globalize.addCultureInfo( "cs-CZ", "default", {
|
||||
name: "cs-CZ",
|
||||
englishName: "Czech (Czech Republic)",
|
||||
nativeName: "čeština (Česká republika)",
|
||||
language: "cs",
|
||||
numberFormat: {
|
||||
",": " ",
|
||||
".": ",",
|
||||
"NaN": "Není číslo",
|
||||
negativeInfinity: "-nekonečno",
|
||||
positiveInfinity: "+nekonečno",
|
||||
percent: {
|
||||
pattern: ["-n%","n%"],
|
||||
",": " ",
|
||||
".": ","
|
||||
},
|
||||
currency: {
|
||||
pattern: ["-n $","n $"],
|
||||
",": " ",
|
||||
".": ",",
|
||||
symbol: "Kč"
|
||||
}
|
||||
},
|
||||
calendars: {
|
||||
standard: {
|
||||
"/": ".",
|
||||
firstDay: 1,
|
||||
days: {
|
||||
names: ["neděle","pondělí","úterý","středa","čtvrtek","pátek","sobota"],
|
||||
namesAbbr: ["ne","po","út","st","čt","pá","so"],
|
||||
namesShort: ["ne","po","út","st","čt","pá","so"]
|
||||
},
|
||||
months: {
|
||||
names: ["leden","únor","březen","duben","květen","červen","červenec","srpen","září","říjen","listopad","prosinec",""],
|
||||
namesAbbr: ["1","2","3","4","5","6","7","8","9","10","11","12",""]
|
||||
},
|
||||
monthsGenitive: {
|
||||
names: ["ledna","února","března","dubna","května","června","července","srpna","září","října","listopadu","prosince",""],
|
||||
namesAbbr: ["1","2","3","4","5","6","7","8","9","10","11","12",""]
|
||||
},
|
||||
AM: ["dop.","dop.","DOP."],
|
||||
PM: ["odp.","odp.","ODP."],
|
||||
eras: [{"name":"n. l.","start":null,"offset":0}],
|
||||
patterns: {
|
||||
d: "d.M.yyyy",
|
||||
D: "d. MMMM yyyy",
|
||||
t: "H:mm",
|
||||
T: "H:mm:ss",
|
||||
f: "d. MMMM yyyy H:mm",
|
||||
F: "d. MMMM yyyy H:mm:ss",
|
||||
M: "dd MMMM",
|
||||
Y: "MMMM yyyy"
|
||||
}
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
}( this ));
|
@ -0,0 +1,81 @@
|
||||
/*
|
||||
* Globalize Culture de-DE
|
||||
*
|
||||
* http://github.com/jquery/globalize
|
||||
*
|
||||
* Copyright Software Freedom Conservancy, Inc.
|
||||
* Dual licensed under the MIT or GPL Version 2 licenses.
|
||||
* http://jquery.org/license
|
||||
*
|
||||
* This file was generated by the Globalize Culture Generator
|
||||
* Translation: bugs found in this file need to be fixed in the generator
|
||||
*/
|
||||
|
||||
(function( window, undefined ) {
|
||||
|
||||
var Globalize;
|
||||
|
||||
if ( typeof require !== "undefined" &&
|
||||
typeof exports !== "undefined" &&
|
||||
typeof module !== "undefined" ) {
|
||||
// Assume CommonJS
|
||||
Globalize = require( "globalize" );
|
||||
} else {
|
||||
// Global variable
|
||||
Globalize = window.Globalize;
|
||||
}
|
||||
|
||||
Globalize.addCultureInfo( "de-DE", "default", {
|
||||
name: "de-DE",
|
||||
englishName: "German (Germany)",
|
||||
nativeName: "Deutsch (Deutschland)",
|
||||
language: "de",
|
||||
numberFormat: {
|
||||
",": ".",
|
||||
".": ",",
|
||||
"NaN": "n. def.",
|
||||
negativeInfinity: "-unendlich",
|
||||
positiveInfinity: "+unendlich",
|
||||
percent: {
|
||||
pattern: ["-n%","n%"],
|
||||
",": ".",
|
||||
".": ","
|
||||
},
|
||||
currency: {
|
||||
pattern: ["-n $","n $"],
|
||||
",": ".",
|
||||
".": ",",
|
||||
symbol: "€"
|
||||
}
|
||||
},
|
||||
calendars: {
|
||||
standard: {
|
||||
"/": ".",
|
||||
firstDay: 1,
|
||||
days: {
|
||||
names: ["Sonntag","Montag","Dienstag","Mittwoch","Donnerstag","Freitag","Samstag"],
|
||||
namesAbbr: ["So","Mo","Di","Mi","Do","Fr","Sa"],
|
||||
namesShort: ["So","Mo","Di","Mi","Do","Fr","Sa"]
|
||||
},
|
||||
months: {
|
||||
names: ["Januar","Februar","März","April","Mai","Juni","Juli","August","September","Oktober","November","Dezember",""],
|
||||
namesAbbr: ["Jan","Feb","Mrz","Apr","Mai","Jun","Jul","Aug","Sep","Okt","Nov","Dez",""]
|
||||
},
|
||||
AM: null,
|
||||
PM: null,
|
||||
eras: [{"name":"n. Chr.","start":null,"offset":0}],
|
||||
patterns: {
|
||||
d: "dd.MM.yyyy",
|
||||
D: "dddd, d. MMMM yyyy",
|
||||
t: "HH:mm",
|
||||
T: "HH:mm:ss",
|
||||
f: "dddd, d. MMMM yyyy HH:mm",
|
||||
F: "dddd, d. MMMM yyyy HH:mm:ss",
|
||||
M: "dd MMMM",
|
||||
Y: "MMMM yyyy"
|
||||
}
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
}( this ));
|
@ -0,0 +1,49 @@
|
||||
/*
|
||||
* Globalize Culture en-CA
|
||||
*
|
||||
* http://github.com/jquery/globalize
|
||||
*
|
||||
* Copyright Software Freedom Conservancy, Inc.
|
||||
* Dual licensed under the MIT or GPL Version 2 licenses.
|
||||
* http://jquery.org/license
|
||||
*
|
||||
* This file was generated by the Globalize Culture Generator
|
||||
* Translation: bugs found in this file need to be fixed in the generator
|
||||
*/
|
||||
|
||||
(function( window, undefined ) {
|
||||
|
||||
var Globalize;
|
||||
|
||||
if ( typeof require !== "undefined" &&
|
||||
typeof exports !== "undefined" &&
|
||||
typeof module !== "undefined" ) {
|
||||
// Assume CommonJS
|
||||
Globalize = require( "globalize" );
|
||||
} else {
|
||||
// Global variable
|
||||
Globalize = window.Globalize;
|
||||
}
|
||||
|
||||
Globalize.addCultureInfo( "en-CA", "default", {
|
||||
name: "en-CA",
|
||||
englishName: "English (Canada)",
|
||||
nativeName: "English (Canada)",
|
||||
numberFormat: {
|
||||
currency: {
|
||||
pattern: ["-$n","$n"]
|
||||
}
|
||||
},
|
||||
calendars: {
|
||||
standard: {
|
||||
patterns: {
|
||||
d: "dd/MM/yyyy",
|
||||
D: "MMMM-dd-yy",
|
||||
f: "MMMM-dd-yy h:mm tt",
|
||||
F: "MMMM-dd-yy h:mm:ss tt"
|
||||
}
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
}( this ));
|
@ -0,0 +1,33 @@
|
||||
/*
|
||||
* Globalize Culture en-US
|
||||
*
|
||||
* http://github.com/jquery/globalize
|
||||
*
|
||||
* Copyright Software Freedom Conservancy, Inc.
|
||||
* Dual licensed under the MIT or GPL Version 2 licenses.
|
||||
* http://jquery.org/license
|
||||
*
|
||||
* This file was generated by the Globalize Culture Generator
|
||||
* Translation: bugs found in this file need to be fixed in the generator
|
||||
*/
|
||||
|
||||
(function( window, undefined ) {
|
||||
|
||||
var Globalize;
|
||||
|
||||
if ( typeof require !== "undefined" &&
|
||||
typeof exports !== "undefined" &&
|
||||
typeof module !== "undefined" ) {
|
||||
// Assume CommonJS
|
||||
Globalize = require( "globalize" );
|
||||
} else {
|
||||
// Global variable
|
||||
Globalize = window.Globalize;
|
||||
}
|
||||
|
||||
Globalize.addCultureInfo( "en-US", "default", {
|
||||
name: "en-US",
|
||||
englishName: "English (United States)"
|
||||
});
|
||||
|
||||
}( this ));
|
@ -0,0 +1,79 @@
|
||||
/*
|
||||
* Globalize Culture fr-FR
|
||||
*
|
||||
* http://github.com/jquery/globalize
|
||||
*
|
||||
* Copyright Software Freedom Conservancy, Inc.
|
||||
* Dual licensed under the MIT or GPL Version 2 licenses.
|
||||
* http://jquery.org/license
|
||||
*
|
||||
* This file was generated by the Globalize Culture Generator
|
||||
* Translation: bugs found in this file need to be fixed in the generator
|
||||
*/
|
||||
|
||||
(function( window, undefined ) {
|
||||
|
||||
var Globalize;
|
||||
|
||||
if ( typeof require !== "undefined" &&
|
||||
typeof exports !== "undefined" &&
|
||||
typeof module !== "undefined" ) {
|
||||
// Assume CommonJS
|
||||
Globalize = require( "globalize" );
|
||||
} else {
|
||||
// Global variable
|
||||
Globalize = window.Globalize;
|
||||
}
|
||||
|
||||
Globalize.addCultureInfo( "fr-FR", "default", {
|
||||
name: "fr-FR",
|
||||
englishName: "French (France)",
|
||||
nativeName: "français (France)",
|
||||
language: "fr",
|
||||
numberFormat: {
|
||||
",": " ",
|
||||
".": ",",
|
||||
"NaN": "Non Numérique",
|
||||
negativeInfinity: "-Infini",
|
||||
positiveInfinity: "+Infini",
|
||||
percent: {
|
||||
",": " ",
|
||||
".": ","
|
||||
},
|
||||
currency: {
|
||||
pattern: ["-n $","n $"],
|
||||
",": " ",
|
||||
".": ",",
|
||||
symbol: "€"
|
||||
}
|
||||
},
|
||||
calendars: {
|
||||
standard: {
|
||||
firstDay: 1,
|
||||
days: {
|
||||
names: ["dimanche","lundi","mardi","mercredi","jeudi","vendredi","samedi"],
|
||||
namesAbbr: ["dim.","lun.","mar.","mer.","jeu.","ven.","sam."],
|
||||
namesShort: ["di","lu","ma","me","je","ve","sa"]
|
||||
},
|
||||
months: {
|
||||
names: ["janvier","février","mars","avril","mai","juin","juillet","août","septembre","octobre","novembre","décembre",""],
|
||||
namesAbbr: ["janv.","févr.","mars","avr.","mai","juin","juil.","août","sept.","oct.","nov.","déc.",""]
|
||||
},
|
||||
AM: null,
|
||||
PM: null,
|
||||
eras: [{"name":"ap. J.-C.","start":null,"offset":0}],
|
||||
patterns: {
|
||||
d: "dd/MM/yyyy",
|
||||
D: "dddd d MMMM yyyy",
|
||||
t: "HH:mm",
|
||||
T: "HH:mm:ss",
|
||||
f: "dddd d MMMM yyyy HH:mm",
|
||||
F: "dddd d MMMM yyyy HH:mm:ss",
|
||||
M: "d MMMM",
|
||||
Y: "MMMM yyyy"
|
||||
}
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
}( this ));
|
@ -0,0 +1,97 @@
|
||||
/*
|
||||
* Globalize Culture he-IL
|
||||
*
|
||||
* http://github.com/jquery/globalize
|
||||
*
|
||||
* Copyright Software Freedom Conservancy, Inc.
|
||||
* Dual licensed under the MIT or GPL Version 2 licenses.
|
||||
* http://jquery.org/license
|
||||
*
|
||||
* This file was generated by the Globalize Culture Generator
|
||||
* Translation: bugs found in this file need to be fixed in the generator
|
||||
*/
|
||||
|
||||
(function( window, undefined ) {
|
||||
|
||||
var Globalize;
|
||||
|
||||
if ( typeof require !== "undefined" &&
|
||||
typeof exports !== "undefined" &&
|
||||
typeof module !== "undefined" ) {
|
||||
// Assume CommonJS
|
||||
Globalize = require( "globalize" );
|
||||
} else {
|
||||
// Global variable
|
||||
Globalize = window.Globalize;
|
||||
}
|
||||
|
||||
Globalize.addCultureInfo( "he-IL", "default", {
|
||||
name: "he-IL",
|
||||
englishName: "Hebrew (Israel)",
|
||||
nativeName: "עברית (ישראל)",
|
||||
language: "he",
|
||||
isRTL: true,
|
||||
numberFormat: {
|
||||
"NaN": "לא מספר",
|
||||
negativeInfinity: "אינסוף שלילי",
|
||||
positiveInfinity: "אינסוף חיובי",
|
||||
percent: {
|
||||
pattern: ["-n%","n%"]
|
||||
},
|
||||
currency: {
|
||||
pattern: ["$-n","$ n"],
|
||||
symbol: "₪"
|
||||
}
|
||||
},
|
||||
calendars: {
|
||||
standard: {
|
||||
days: {
|
||||
names: ["יום ראשון","יום שני","יום שלישי","יום רביעי","יום חמישי","יום שישי","שבת"],
|
||||
namesAbbr: ["יום א","יום ב","יום ג","יום ד","יום ה","יום ו","שבת"],
|
||||
namesShort: ["א","ב","ג","ד","ה","ו","ש"]
|
||||
},
|
||||
months: {
|
||||
names: ["ינואר","פברואר","מרץ","אפריל","מאי","יוני","יולי","אוגוסט","ספטמבר","אוקטובר","נובמבר","דצמבר",""],
|
||||
namesAbbr: ["ינו","פבר","מרץ","אפר","מאי","יונ","יול","אוג","ספט","אוק","נוב","דצמ",""]
|
||||
},
|
||||
eras: [{"name":"לספירה","start":null,"offset":0}],
|
||||
patterns: {
|
||||
d: "dd/MM/yyyy",
|
||||
D: "dddd dd MMMM yyyy",
|
||||
t: "HH:mm",
|
||||
T: "HH:mm:ss",
|
||||
f: "dddd dd MMMM yyyy HH:mm",
|
||||
F: "dddd dd MMMM yyyy HH:mm:ss",
|
||||
M: "dd MMMM",
|
||||
Y: "MMMM yyyy"
|
||||
}
|
||||
},
|
||||
Hebrew: {
|
||||
name: "Hebrew",
|
||||
"/": " ",
|
||||
days: {
|
||||
names: ["יום ראשון","יום שני","יום שלישי","יום רביעי","יום חמישי","יום שישי","שבת"],
|
||||
namesAbbr: ["א","ב","ג","ד","ה","ו","ש"],
|
||||
namesShort: ["א","ב","ג","ד","ה","ו","ש"]
|
||||
},
|
||||
months: {
|
||||
names: ["תשרי","חשון","כסלו","טבת","שבט","אדר","אדר ב","ניסן","אייר","סיון","תמוז","אב","אלול"],
|
||||
namesAbbr: ["תשרי","חשון","כסלו","טבת","שבט","אדר","אדר ב","ניסן","אייר","סיון","תמוז","אב","אלול"]
|
||||
},
|
||||
eras: [{"name":"C.E.","start":null,"offset":0}],
|
||||
twoDigitYearMax: 5790,
|
||||
patterns: {
|
||||
d: "dd MMMM yyyy",
|
||||
D: "dddd dd MMMM yyyy",
|
||||
t: "HH:mm",
|
||||
T: "HH:mm:ss",
|
||||
f: "dddd dd MMMM yyyy HH:mm",
|
||||
F: "dddd dd MMMM yyyy HH:mm:ss",
|
||||
M: "dd MMMM",
|
||||
Y: "MMMM yyyy"
|
||||
}
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
}( this ));
|
@ -0,0 +1,81 @@
|
||||
/*
|
||||
* Globalize Culture hr-HR
|
||||
*
|
||||
* http://github.com/jquery/globalize
|
||||
*
|
||||
* Copyright Software Freedom Conservancy, Inc.
|
||||
* Dual licensed under the MIT or GPL Version 2 licenses.
|
||||
* http://jquery.org/license
|
||||
*
|
||||
* This file was generated by the Globalize Culture Generator
|
||||
* Translation: bugs found in this file need to be fixed in the generator
|
||||
*/
|
||||
|
||||
(function( window, undefined ) {
|
||||
|
||||
var Globalize;
|
||||
|
||||
if ( typeof require !== "undefined" &&
|
||||
typeof exports !== "undefined" &&
|
||||
typeof module !== "undefined" ) {
|
||||
// Assume CommonJS
|
||||
Globalize = require( "globalize" );
|
||||
} else {
|
||||
// Global variable
|
||||
Globalize = window.Globalize;
|
||||
}
|
||||
|
||||
Globalize.addCultureInfo( "hr-HR", "default", {
|
||||
name: "hr-HR",
|
||||
englishName: "Croatian (Croatia)",
|
||||
nativeName: "hrvatski (Hrvatska)",
|
||||
language: "hr",
|
||||
numberFormat: {
|
||||
pattern: ["- n"],
|
||||
",": ".",
|
||||
".": ",",
|
||||
percent: {
|
||||
pattern: ["-n%","n%"],
|
||||
",": ".",
|
||||
".": ","
|
||||
},
|
||||
currency: {
|
||||
pattern: ["-n $","n $"],
|
||||
",": ".",
|
||||
".": ",",
|
||||
symbol: "kn"
|
||||
}
|
||||
},
|
||||
calendars: {
|
||||
standard: {
|
||||
"/": ".",
|
||||
firstDay: 1,
|
||||
days: {
|
||||
names: ["nedjelja","ponedjeljak","utorak","srijeda","četvrtak","petak","subota"],
|
||||
namesAbbr: ["ned","pon","uto","sri","čet","pet","sub"],
|
||||
namesShort: ["ne","po","ut","sr","če","pe","su"]
|
||||
},
|
||||
months: {
|
||||
names: ["siječanj","veljača","ožujak","travanj","svibanj","lipanj","srpanj","kolovoz","rujan","listopad","studeni","prosinac",""],
|
||||
namesAbbr: ["sij","vlj","ožu","tra","svi","lip","srp","kol","ruj","lis","stu","pro",""]
|
||||
},
|
||||
monthsGenitive: {
|
||||
names: ["siječnja","veljače","ožujka","travnja","svibnja","lipnja","srpnja","kolovoza","rujna","listopada","studenog","prosinca",""],
|
||||
namesAbbr: ["sij","vlj","ožu","tra","svi","lip","srp","kol","ruj","lis","stu","pro",""]
|
||||
},
|
||||
AM: null,
|
||||
PM: null,
|
||||
patterns: {
|
||||
d: "d.M.yyyy.",
|
||||
D: "d. MMMM yyyy.",
|
||||
t: "H:mm",
|
||||
T: "H:mm:ss",
|
||||
f: "d. MMMM yyyy. H:mm",
|
||||
F: "d. MMMM yyyy. H:mm:ss",
|
||||
M: "d. MMMM"
|
||||
}
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
}( this ));
|
@ -0,0 +1,80 @@
|
||||
/*
|
||||
* Globalize Culture hu-HU
|
||||
*
|
||||
* http://github.com/jquery/globalize
|
||||
*
|
||||
* Copyright Software Freedom Conservancy, Inc.
|
||||
* Dual licensed under the MIT or GPL Version 2 licenses.
|
||||
* http://jquery.org/license
|
||||
*
|
||||
* This file was generated by the Globalize Culture Generator
|
||||
* Translation: bugs found in this file need to be fixed in the generator
|
||||
*/
|
||||
|
||||
(function( window, undefined ) {
|
||||
|
||||
var Globalize;
|
||||
|
||||
if ( typeof require !== "undefined" &&
|
||||
typeof exports !== "undefined" &&
|
||||
typeof module !== "undefined" ) {
|
||||
// Assume CommonJS
|
||||
Globalize = require( "globalize" );
|
||||
} else {
|
||||
// Global variable
|
||||
Globalize = window.Globalize;
|
||||
}
|
||||
|
||||
Globalize.addCultureInfo( "hu-HU", "default", {
|
||||
name: "hu-HU",
|
||||
englishName: "Hungarian (Hungary)",
|
||||
nativeName: "magyar (Magyarország)",
|
||||
language: "hu",
|
||||
numberFormat: {
|
||||
",": " ",
|
||||
".": ",",
|
||||
"NaN": "nem szám",
|
||||
negativeInfinity: "negatív végtelen",
|
||||
positiveInfinity: "végtelen",
|
||||
percent: {
|
||||
",": " ",
|
||||
".": ","
|
||||
},
|
||||
currency: {
|
||||
pattern: ["-n $","n $"],
|
||||
",": " ",
|
||||
".": ",",
|
||||
symbol: "Ft"
|
||||
}
|
||||
},
|
||||
calendars: {
|
||||
standard: {
|
||||
"/": ".",
|
||||
firstDay: 1,
|
||||
days: {
|
||||
names: ["vasárnap","hétfő","kedd","szerda","csütörtök","péntek","szombat"],
|
||||
namesAbbr: ["V","H","K","Sze","Cs","P","Szo"],
|
||||
namesShort: ["V","H","K","Sze","Cs","P","Szo"]
|
||||
},
|
||||
months: {
|
||||
names: ["január","február","március","április","május","június","július","augusztus","szeptember","október","november","december",""],
|
||||
namesAbbr: ["jan.","febr.","márc.","ápr.","máj.","jún.","júl.","aug.","szept.","okt.","nov.","dec.",""]
|
||||
},
|
||||
AM: ["de.","de.","DE."],
|
||||
PM: ["du.","du.","DU."],
|
||||
eras: [{"name":"i.sz.","start":null,"offset":0}],
|
||||
patterns: {
|
||||
d: "yyyy.MM.dd.",
|
||||
D: "yyyy. MMMM d.",
|
||||
t: "H:mm",
|
||||
T: "H:mm:ss",
|
||||
f: "yyyy. MMMM d. H:mm",
|
||||
F: "yyyy. MMMM d. H:mm:ss",
|
||||
M: "MMMM d.",
|
||||
Y: "yyyy. MMMM"
|
||||
}
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
}( this ));
|
@ -0,0 +1,80 @@
|
||||
/*
|
||||
* Globalize Culture it-IT
|
||||
*
|
||||
* http://github.com/jquery/globalize
|
||||
*
|
||||
* Copyright Software Freedom Conservancy, Inc.
|
||||
* Dual licensed under the MIT or GPL Version 2 licenses.
|
||||
* http://jquery.org/license
|
||||
*
|
||||
* This file was generated by the Globalize Culture Generator
|
||||
* Translation: bugs found in this file need to be fixed in the generator
|
||||
*/
|
||||
|
||||
(function( window, undefined ) {
|
||||
|
||||
var Globalize;
|
||||
|
||||
if ( typeof require !== "undefined" &&
|
||||
typeof exports !== "undefined" &&
|
||||
typeof module !== "undefined" ) {
|
||||
// Assume CommonJS
|
||||
Globalize = require( "globalize" );
|
||||
} else {
|
||||
// Global variable
|
||||
Globalize = window.Globalize;
|
||||
}
|
||||
|
||||
Globalize.addCultureInfo( "it-IT", "default", {
|
||||
name: "it-IT",
|
||||
englishName: "Italian (Italy)",
|
||||
nativeName: "italiano (Italia)",
|
||||
language: "it",
|
||||
numberFormat: {
|
||||
",": ".",
|
||||
".": ",",
|
||||
"NaN": "Non un numero reale",
|
||||
negativeInfinity: "-Infinito",
|
||||
positiveInfinity: "+Infinito",
|
||||
percent: {
|
||||
pattern: ["-n%","n%"],
|
||||
",": ".",
|
||||
".": ","
|
||||
},
|
||||
currency: {
|
||||
pattern: ["-$ n","$ n"],
|
||||
",": ".",
|
||||
".": ",",
|
||||
symbol: "€"
|
||||
}
|
||||
},
|
||||
calendars: {
|
||||
standard: {
|
||||
firstDay: 1,
|
||||
days: {
|
||||
names: ["domenica","lunedì","martedì","mercoledì","giovedì","venerdì","sabato"],
|
||||
namesAbbr: ["dom","lun","mar","mer","gio","ven","sab"],
|
||||
namesShort: ["do","lu","ma","me","gi","ve","sa"]
|
||||
},
|
||||
months: {
|
||||
names: ["gennaio","febbraio","marzo","aprile","maggio","giugno","luglio","agosto","settembre","ottobre","novembre","dicembre",""],
|
||||
namesAbbr: ["gen","feb","mar","apr","mag","giu","lug","ago","set","ott","nov","dic",""]
|
||||
},
|
||||
AM: null,
|
||||
PM: null,
|
||||
eras: [{"name":"d.C.","start":null,"offset":0}],
|
||||
patterns: {
|
||||
d: "dd/MM/yyyy",
|
||||
D: "dddd d MMMM yyyy",
|
||||
t: "HH:mm",
|
||||
T: "HH:mm:ss",
|
||||
f: "dddd d MMMM yyyy HH:mm",
|
||||
F: "dddd d MMMM yyyy HH:mm:ss",
|
||||
M: "dd MMMM",
|
||||
Y: "MMMM yyyy"
|
||||
}
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
}( this ));
|
@ -0,0 +1,100 @@
|
||||
/*
|
||||
* Globalize Culture ja-JP
|
||||
*
|
||||
* http://github.com/jquery/globalize
|
||||
*
|
||||
* Copyright Software Freedom Conservancy, Inc.
|
||||
* Dual licensed under the MIT or GPL Version 2 licenses.
|
||||
* http://jquery.org/license
|
||||
*
|
||||
* This file was generated by the Globalize Culture Generator
|
||||
* Translation: bugs found in this file need to be fixed in the generator
|
||||
*/
|
||||
|
||||
(function( window, undefined ) {
|
||||
|
||||
var Globalize;
|
||||
|
||||
if ( typeof require !== "undefined" &&
|
||||
typeof exports !== "undefined" &&
|
||||
typeof module !== "undefined" ) {
|
||||
// Assume CommonJS
|
||||
Globalize = require( "globalize" );
|
||||
} else {
|
||||
// Global variable
|
||||
Globalize = window.Globalize;
|
||||
}
|
||||
|
||||
Globalize.addCultureInfo( "ja-JP", "default", {
|
||||
name: "ja-JP",
|
||||
englishName: "Japanese (Japan)",
|
||||
nativeName: "日本語 (日本)",
|
||||
language: "ja",
|
||||
numberFormat: {
|
||||
"NaN": "NaN (非数値)",
|
||||
negativeInfinity: "-∞",
|
||||
positiveInfinity: "+∞",
|
||||
percent: {
|
||||
pattern: ["-n%","n%"]
|
||||
},
|
||||
currency: {
|
||||
pattern: ["-$n","$n"],
|
||||
decimals: 0,
|
||||
symbol: "¥"
|
||||
}
|
||||
},
|
||||
calendars: {
|
||||
standard: {
|
||||
days: {
|
||||
names: ["日曜日","月曜日","火曜日","水曜日","木曜日","金曜日","土曜日"],
|
||||
namesAbbr: ["日","月","火","水","木","金","土"],
|
||||
namesShort: ["日","月","火","水","木","金","土"]
|
||||
},
|
||||
months: {
|
||||
names: ["1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月",""],
|
||||
namesAbbr: ["1","2","3","4","5","6","7","8","9","10","11","12",""]
|
||||
},
|
||||
AM: ["午前","午前","午前"],
|
||||
PM: ["午後","午後","午後"],
|
||||
eras: [{"name":"西暦","start":null,"offset":0}],
|
||||
patterns: {
|
||||
d: "yyyy/MM/dd",
|
||||
D: "yyyy'年'M'月'd'日'",
|
||||
t: "H:mm",
|
||||
T: "H:mm:ss",
|
||||
f: "yyyy'年'M'月'd'日' H:mm",
|
||||
F: "yyyy'年'M'月'd'日' H:mm:ss",
|
||||
M: "M'月'd'日'",
|
||||
Y: "yyyy'年'M'月'"
|
||||
}
|
||||
},
|
||||
Japanese: {
|
||||
name: "Japanese",
|
||||
days: {
|
||||
names: ["日曜日","月曜日","火曜日","水曜日","木曜日","金曜日","土曜日"],
|
||||
namesAbbr: ["日","月","火","水","木","金","土"],
|
||||
namesShort: ["日","月","火","水","木","金","土"]
|
||||
},
|
||||
months: {
|
||||
names: ["1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月",""],
|
||||
namesAbbr: ["1","2","3","4","5","6","7","8","9","10","11","12",""]
|
||||
},
|
||||
AM: ["午前","午前","午前"],
|
||||
PM: ["午後","午後","午後"],
|
||||
eras: [{"name":"平成","start":null,"offset":1867},{"name":"昭和","start":-1812153600000,"offset":1911},{"name":"大正","start":-1357603200000,"offset":1925},{"name":"明治","start":60022080000,"offset":1988}],
|
||||
twoDigitYearMax: 99,
|
||||
patterns: {
|
||||
d: "gg y/M/d",
|
||||
D: "gg y'年'M'月'd'日'",
|
||||
t: "H:mm",
|
||||
T: "H:mm:ss",
|
||||
f: "gg y'年'M'月'd'日' H:mm",
|
||||
F: "gg y'年'M'月'd'日' H:mm:ss",
|
||||
M: "M'月'd'日'",
|
||||
Y: "gg y'年'M'月'"
|
||||
}
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
}( this ));
|
@ -0,0 +1,83 @@
|
||||
/*
|
||||
* Globalize Culture lt
|
||||
*
|
||||
* http://github.com/jquery/globalize
|
||||
*
|
||||
* Copyright Software Freedom Conservancy, Inc.
|
||||
* Dual licensed under the MIT or GPL Version 2 licenses.
|
||||
* http://jquery.org/license
|
||||
*
|
||||
* This file was generated by the Globalize Culture Generator
|
||||
* Translation: bugs found in this file need to be fixed in the generator
|
||||
*/
|
||||
|
||||
(function( window, undefined ) {
|
||||
|
||||
var Globalize;
|
||||
|
||||
if ( typeof require !== "undefined" &&
|
||||
typeof exports !== "undefined" &&
|
||||
typeof module !== "undefined" ) {
|
||||
// Assume CommonJS
|
||||
Globalize = require( "globalize" );
|
||||
} else {
|
||||
// Global variable
|
||||
Globalize = window.Globalize;
|
||||
}
|
||||
|
||||
Globalize.addCultureInfo( "lt", "default", {
|
||||
name: "lt",
|
||||
englishName: "Lithuanian",
|
||||
nativeName: "lietuvių",
|
||||
language: "lt",
|
||||
numberFormat: {
|
||||
",": ".",
|
||||
".": ",",
|
||||
negativeInfinity: "-begalybė",
|
||||
positiveInfinity: "begalybė",
|
||||
percent: {
|
||||
pattern: ["-n%","n%"],
|
||||
",": ".",
|
||||
".": ","
|
||||
},
|
||||
currency: {
|
||||
pattern: ["-n $","n $"],
|
||||
",": ".",
|
||||
".": ",",
|
||||
symbol: "Lt"
|
||||
}
|
||||
},
|
||||
calendars: {
|
||||
standard: {
|
||||
"/": ".",
|
||||
firstDay: 1,
|
||||
days: {
|
||||
names: ["sekmadienis","pirmadienis","antradienis","trečiadienis","ketvirtadienis","penktadienis","šeštadienis"],
|
||||
namesAbbr: ["Sk","Pr","An","Tr","Kt","Pn","Št"],
|
||||
namesShort: ["S","P","A","T","K","Pn","Š"]
|
||||
},
|
||||
months: {
|
||||
names: ["sausis","vasaris","kovas","balandis","gegužė","birželis","liepa","rugpjūtis","rugsėjis","spalis","lapkritis","gruodis",""],
|
||||
namesAbbr: ["Sau","Vas","Kov","Bal","Geg","Bir","Lie","Rgp","Rgs","Spl","Lap","Grd",""]
|
||||
},
|
||||
monthsGenitive: {
|
||||
names: ["sausio","vasario","kovo","balandžio","gegužės","birželio","liepos","rugpjūčio","rugsėjo","spalio","lapkričio","gruodžio",""],
|
||||
namesAbbr: ["Sau","Vas","Kov","Bal","Geg","Bir","Lie","Rgp","Rgs","Spl","Lap","Grd",""]
|
||||
},
|
||||
AM: null,
|
||||
PM: null,
|
||||
patterns: {
|
||||
d: "yyyy.MM.dd",
|
||||
D: "yyyy 'm.' MMMM d 'd.'",
|
||||
t: "HH:mm",
|
||||
T: "HH:mm:ss",
|
||||
f: "yyyy 'm.' MMMM d 'd.' HH:mm",
|
||||
F: "yyyy 'm.' MMMM d 'd.' HH:mm:ss",
|
||||
M: "MMMM d 'd.'",
|
||||
Y: "yyyy 'm.' MMMM"
|
||||
}
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
}( this ));
|
@ -0,0 +1,82 @@
|
||||
/*
|
||||
* Globalize Culture ru-RU
|
||||
*
|
||||
* http://github.com/jquery/globalize
|
||||
*
|
||||
* Copyright Software Freedom Conservancy, Inc.
|
||||
* Dual licensed under the MIT or GPL Version 2 licenses.
|
||||
* http://jquery.org/license
|
||||
*
|
||||
* This file was generated by the Globalize Culture Generator
|
||||
* Translation: bugs found in this file need to be fixed in the generator
|
||||
*/
|
||||
|
||||
(function( window, undefined ) {
|
||||
|
||||
var Globalize;
|
||||
|
||||
if ( typeof require !== "undefined" &&
|
||||
typeof exports !== "undefined" &&
|
||||
typeof module !== "undefined" ) {
|
||||
// Assume CommonJS
|
||||
Globalize = require( "globalize" );
|
||||
} else {
|
||||
// Global variable
|
||||
Globalize = window.Globalize;
|
||||
}
|
||||
|
||||
Globalize.addCultureInfo( "ru-RU", "default", {
|
||||
name: "ru-RU",
|
||||
englishName: "Russian (Russia)",
|
||||
nativeName: "русский (Россия)",
|
||||
language: "ru",
|
||||
numberFormat: {
|
||||
",": " ",
|
||||
".": ",",
|
||||
negativeInfinity: "-бесконечность",
|
||||
positiveInfinity: "бесконечность",
|
||||
percent: {
|
||||
pattern: ["-n%","n%"],
|
||||
",": " ",
|
||||
".": ","
|
||||
},
|
||||
currency: {
|
||||
pattern: ["-n$","n$"],
|
||||
",": " ",
|
||||
".": ",",
|
||||
symbol: "р."
|
||||
}
|
||||
},
|
||||
calendars: {
|
||||
standard: {
|
||||
"/": ".",
|
||||
firstDay: 1,
|
||||
days: {
|
||||
names: ["воскресенье","понедельник","вторник","среда","четверг","пятница","суббота"],
|
||||
namesAbbr: ["Вс","Пн","Вт","Ср","Чт","Пт","Сб"],
|
||||
namesShort: ["Вс","Пн","Вт","Ср","Чт","Пт","Сб"]
|
||||
},
|
||||
months: {
|
||||
names: ["Январь","Февраль","Март","Апрель","Май","Июнь","Июль","Август","Сентябрь","Октябрь","Ноябрь","Декабрь",""],
|
||||
namesAbbr: ["янв","фев","мар","апр","май","июн","июл","авг","сен","окт","ноя","дек",""]
|
||||
},
|
||||
monthsGenitive: {
|
||||
names: ["января","февраля","марта","апреля","мая","июня","июля","августа","сентября","октября","ноября","декабря",""],
|
||||
namesAbbr: ["янв","фев","мар","апр","май","июн","июл","авг","сен","окт","ноя","дек",""]
|
||||
},
|
||||
AM: null,
|
||||
PM: null,
|
||||
patterns: {
|
||||
d: "dd.MM.yyyy",
|
||||
D: "d MMMM yyyy 'г.'",
|
||||
t: "H:mm",
|
||||
T: "H:mm:ss",
|
||||
f: "d MMMM yyyy 'г.' H:mm",
|
||||
F: "d MMMM yyyy 'г.' H:mm:ss",
|
||||
Y: "MMMM yyyy"
|
||||
}
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
}( this ));
|
@ -0,0 +1,71 @@
|
||||
/*
|
||||
* Globalize Culture sa-IN
|
||||
*
|
||||
* http://github.com/jquery/globalize
|
||||
*
|
||||
* Copyright Software Freedom Conservancy, Inc.
|
||||
* Dual licensed under the MIT or GPL Version 2 licenses.
|
||||
* http://jquery.org/license
|
||||
*
|
||||
* This file was generated by the Globalize Culture Generator
|
||||
* Translation: bugs found in this file need to be fixed in the generator
|
||||
*/
|
||||
|
||||
(function( window, undefined ) {
|
||||
|
||||
var Globalize;
|
||||
|
||||
if ( typeof require !== "undefined" &&
|
||||
typeof exports !== "undefined" &&
|
||||
typeof module !== "undefined" ) {
|
||||
// Assume CommonJS
|
||||
Globalize = require( "globalize" );
|
||||
} else {
|
||||
// Global variable
|
||||
Globalize = window.Globalize;
|
||||
}
|
||||
|
||||
Globalize.addCultureInfo( "sa-IN", "default", {
|
||||
name: "sa-IN",
|
||||
englishName: "Sanskrit (India)",
|
||||
nativeName: "संस्कृत (भारतम्)",
|
||||
language: "sa",
|
||||
numberFormat: {
|
||||
groupSizes: [3,2],
|
||||
percent: {
|
||||
groupSizes: [3,2]
|
||||
},
|
||||
currency: {
|
||||
pattern: ["$ -n","$ n"],
|
||||
groupSizes: [3,2],
|
||||
symbol: "रु"
|
||||
}
|
||||
},
|
||||
calendars: {
|
||||
standard: {
|
||||
"/": "-",
|
||||
days: {
|
||||
names: ["रविवासरः","सोमवासरः","मङ्गलवासरः","बुधवासरः","गुरुवासरः","शुक्रवासरः","शनिवासरः"],
|
||||
namesAbbr: ["रविवासरः","सोमवासरः","मङ्गलवासरः","बुधवासरः","गुरुवासरः","शुक्रवासरः","शनिवासरः"],
|
||||
namesShort: ["र","स","म","ब","ग","श","श"]
|
||||
},
|
||||
months: {
|
||||
names: ["जनवरी","फरवरी","मार्च","अप्रैल","मई","जून","जुलाई","अगस्त","सितम्बर","अक्तूबर","नवम्बर","दिसम्बर",""],
|
||||
namesAbbr: ["जनवरी","फरवरी","मार्च","अप्रैल","मई","जून","जुलाई","अगस्त","सितम्बर","अक्तूबर","नवम्बर","दिसम्बर",""]
|
||||
},
|
||||
AM: ["पूर्वाह्न","पूर्वाह्न","पूर्वाह्न"],
|
||||
PM: ["अपराह्न","अपराह्न","अपराह्न"],
|
||||
patterns: {
|
||||
d: "dd-MM-yyyy",
|
||||
D: "dd MMMM yyyy dddd",
|
||||
t: "HH:mm",
|
||||
T: "HH:mm:ss",
|
||||
f: "dd MMMM yyyy dddd HH:mm",
|
||||
F: "dd MMMM yyyy dddd HH:mm:ss",
|
||||
M: "dd MMMM"
|
||||
}
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
}( this ));
|
1586
Fab2ApprovalSystem-Copy/Scripts/jqwidgets/globalization/globalize.js
Normal file
7
Fab2ApprovalSystem-Copy/Scripts/jqwidgets/jqx-all.js
Normal file
7
Fab2ApprovalSystem-Copy/Scripts/jqwidgets/jqxbuttons.js
Normal file
7
Fab2ApprovalSystem-Copy/Scripts/jqwidgets/jqxcalendar.js
Normal file
7
Fab2ApprovalSystem-Copy/Scripts/jqwidgets/jqxchart.js
Normal file
7
Fab2ApprovalSystem-Copy/Scripts/jqwidgets/jqxcheckbox.js
Normal file
7
Fab2ApprovalSystem-Copy/Scripts/jqwidgets/jqxcombobox.js
Normal file
7
Fab2ApprovalSystem-Copy/Scripts/jqwidgets/jqxcore.js
Normal file
7
Fab2ApprovalSystem-Copy/Scripts/jqwidgets/jqxdata.js
Normal file
7
Fab2ApprovalSystem-Copy/Scripts/jqwidgets/jqxdocking.js
Normal file
@ -0,0 +1,7 @@
|
||||
/*
|
||||
jQWidgets v3.1.0 (2013-Dec-23)
|
||||
Copyright (c) 2011-2014 jQWidgets.
|
||||
License: http://jqwidgets.com/license/
|
||||
*/
|
||||
|
||||
(function(a){a.jqx.jqxWidget("jqxDockPanel","",{});a.extend(a.jqx._jqxDockPanel.prototype,{defineInstance:function(){this.width=null;this.height=null;this.lastchildfill=true;this.disabled=false;this.events=["layout"]},createInstance:function(c){var b=this;this.host.addClass(this.toThemeProperty("jqx-dockpanel"));this.host.addClass(this.toThemeProperty("jqx-rc-all"));if(this.width!=null&&this.width.toString().indexOf("px")!=-1){this.host.width(this.width)}else{if(this.width!=undefined&&!isNaN(this.width)){this.host.width(this.width)}}if(this.height!=null&&this.height.toString().indexOf("px")!=-1){this.host.height(this.height)}else{if(this.height!=undefined&&!isNaN(this.height)){this.host.height(this.height)}}this.childrenCount=a(this.host).children().length;this.host.wrapInner('<div style="overflow: hidden; width: 100%; height: 100%;" class="innerContainer"></div>');this.$wrapper=this.host.find(".innerContainer");this.$wrapper.css("position","relative");this.sizeCache=new Array();this.performLayout();a(window).resize(function(){b.refresh()})},render:function(){this.sizeCache=new Array();this.performLayout()},performLayout:function(){if(this.disabled){return}var e=this.childrenCount;var d=0;var c=0;var b=0;var h=0;var f=this;var g={width:this.host.width(),height:this.host.height()};if(this.sizeCache.length<this.$wrapper.children().length){a.each(this.$wrapper.children(),function(i){var k=a(this);k.css("position","absolute");var j={width:k.css("width"),height:k.css("height")};f.sizeCache[i]=j})}a.each(this.$wrapper.children(),function(j){var l=this.getAttribute("dock");if(l==undefined){l="left"}if(j==e-1&&f.lastchildfill){l="fill"}var k=a(this);k.css("position","absolute");k.css("width",f.sizeCache[j].width);k.css("height",f.sizeCache[j].height);var i={width:k.outerWidth(),height:k.outerHeight()};var m={x:b,y:h,width:Math.max(0,g.width-(b+d)),height:Math.max(0,g.height-(h+c))};if(j<e){switch(l){case"left":b+=i.width;m.width=i.width;break;case"top":h+=i.height;m.height=i.height;break;case"right":d+=i.width;m.x=Math.max(0,(g.width-d));m.width=i.width;break;case"bottom":c+=i.height;m.y=Math.max(0,(g.height-c));m.height=i.height;break}}k.css("left",m.x);k.css("top",m.y);k.css("width",m.width);k.css("height",m.height)});this._raiseevent(0)},destroy:function(){this.host.remove()},_raiseevent:function(g,d,f){if(this.isInitialized!=undefined&&this.isInitialized==true){var c=this.events[g];var e=new jQuery.Event(c);e.previousValue=d;e.currentValue=f;e.owner=this;var b=this.host.trigger(e);return b}},propertyChangedHandler:function(c,d,b,e){if(!this.isInitialized){return}},refresh:function(){this.performLayout()}})})(jQuery);
|
7
Fab2ApprovalSystem-Copy/Scripts/jqwidgets/jqxdragdrop.js
Normal file
7
Fab2ApprovalSystem-Copy/Scripts/jqwidgets/jqxexpander.js
Normal file
7
Fab2ApprovalSystem-Copy/Scripts/jqwidgets/jqxgauge.js
Normal file
@ -0,0 +1,7 @@
|
||||
/*
|
||||
jQWidgets v3.1.0 (2013-Dec-23)
|
||||
Copyright (c) 2011-2014 jQWidgets.
|
||||
License: http://jqwidgets.com/license/
|
||||
*/
|
||||
|
||||
(function(a){a.extend(a.jqx._jqxGrid.prototype,{_calculateaggregate:function(g,j,h,c){var f=g.aggregates;if(!f){f=j}if(f){var e=new Array();for(var d=0;d<f.length;d++){if(f[d]=="count"){continue}e[e.length]=g.cellsformat}if(this.source&&this.source.getAggregatedData){if(c==undefined){c=this.getrows()}if(this.virtualmode){var c=new Array();a.each(this.source._source.records,function(){c.push(this)})}if(h==undefined||h==true){var b=this.source.getAggregatedData([{name:g.datafield,aggregates:f,formatStrings:e}],this.gridlocalization,c);return b}else{var b=this.source.getAggregatedData([{name:g.datafield,aggregates:f}],this.gridlocalization,c);return b}}}return null},getcolumnaggregateddata:function(c,g,h,d){var e=this.getcolumn(c);var j=(h==undefined||h==false)?false:h;if(g==null){return""}var b=e.aggregates;e.aggregates=null;var i=this._calculateaggregate(e,g,j,d);var f={};if(i){f=i[c]}e.aggregates=b;return f},refreshaggregates:function(){this._updatecolumnsaggregates()},renderaggregates:function(){this._updateaggregates()},_updatecolumnaggregates:function(d,g,b){var e=this;if(!g){b.children().remove();b.html("");if(d.aggregatesrenderer){var f={};if(d.aggregates){f=this.getcolumnaggregateddata(d.datafield,d.aggregates)}var c=d.aggregatesrenderer({},d,b,null);b.html(c)}return}b.children().remove();b.html("");if(d.aggregatesrenderer){if(g){var c=d.aggregatesrenderer(g[d.datafield],d,b,this.getcolumnaggregateddata(d.datafield,g[d.datafield]));b.html(c)}}else{a.each(g,function(){var i=this;for(f in i){var j=a('<div style="position: relative; margin: 4px; overflow: hidden;"></div>');var h=f;h=e._getaggregatename(h);j.html(h+":"+i[f]);if(e.rtl){j.addClass(e.toThemeProperty("jqx-rtl"))}b.append(j)}})}},_getaggregatetype:function(c){switch(c){case"min":case"max":case"count":case"avg":case"product":case"var":case"varp":case"stdev":case"stdevp":case"sum":return c}var b=c;for(var d in c){b=d;break}return b},_getaggregatename:function(c){var b=c;switch(c){case"min":b="Min";break;case"max":b="Max";break;case"count":b="Count";break;case"avg":b="Avg";break;case"product":b="Product";break;case"var":b="Var";break;case"stdevp":b="StDevP";break;case"stdev":b="StDev";break;case"varp":b="VarP";case"sum":b="Sum";break}if(c===b&&typeof(b)!="string"){for(var d in c){b=d;break}}return b},_updatecolumnsaggregates:function(){var f=this.getrows();var b=this.columns.records.length;if(undefined!=this.statusbar[0].cells){for(var e=0;e<b;e++){var g=a(this.statusbar[0].cells[e]);var d=this.columns.records[e];var c=this._calculateaggregate(d,null,true,f);this._updatecolumnaggregates(d,c,g)}}},_updateaggregates:function(){var b=a('<div style="position: relative;" id="statusrow'+this.element.id+'"></div>');var d=0;var k=this.columns.records.length;var i=this.toThemeProperty("jqx-grid-cell");if(this.rtl){i+=" "+this.toThemeProperty("jqx-grid-cell-rtl");d=-1}i+=" "+this.toThemeProperty("jqx-grid-cell-pinned");var l=k+10;var m=new Array();this.statusbar[0].cells=m;for(var f=0;f<k;f++){var e=this.columns.records[f];var g=this._calculateaggregate(e);var c=e.width;if(c<e.minwidth){c=e.minwidth}if(c>e.maxwidth){c=e.maxwidth}var h=a('<div style="overflow: hidden; position: absolute; height: 100%;" class="'+i+'"></div>');b.append(h);h.css("left",d);if(!this.rtl){h.css("z-index",l--)}else{h.css("z-index",l++)}h.width(c);h[0].left=d;if(!(e.hidden&&e.hideable)){d+=c}else{h.css("display","none")}m[m.length]=h[0];this._updatecolumnaggregates(e,g,h)}if(a.jqx.browser.msie&&a.jqx.browser.version<8){b.css("z-index",l--)}b.width(parseInt(d)+2);b.height(this.statusbarheight);this.statusbar.children().remove();this.statusbar.append(b);this.statusbar.removeClass(this.toThemeProperty("jqx-widget-header"));this.statusbar.addClass(i);this.statusbar.css("border-bottom-color","transparent");this.statusbar.css("border-top-width","1px");if(this.rtl&&this.hScrollBar.css("visibility")!="hidden"){this._renderhorizontalscroll()}}})})(jQuery);
|
7
Fab2ApprovalSystem-Copy/Scripts/jqwidgets/jqxgrid.js
Normal file
7
Fab2ApprovalSystem-Copy/Scripts/jqwidgets/jqxinput.js
Normal file
7
Fab2ApprovalSystem-Copy/Scripts/jqwidgets/jqxknockout.js
Normal file
7
Fab2ApprovalSystem-Copy/Scripts/jqwidgets/jqxlistbox.js
Normal file
7
Fab2ApprovalSystem-Copy/Scripts/jqwidgets/jqxlistmenu.js
Normal file
7
Fab2ApprovalSystem-Copy/Scripts/jqwidgets/jqxmenu.js
Normal file
7
Fab2ApprovalSystem-Copy/Scripts/jqwidgets/jqxpanel.js
Normal file
7
Fab2ApprovalSystem-Copy/Scripts/jqwidgets/jqxrating.js
Normal file
7
Fab2ApprovalSystem-Copy/Scripts/jqwidgets/jqxresponse.js
Normal file
7
Fab2ApprovalSystem-Copy/Scripts/jqwidgets/jqxslider.js
Normal file
7
Fab2ApprovalSystem-Copy/Scripts/jqwidgets/jqxsplitter.js
Normal file
7
Fab2ApprovalSystem-Copy/Scripts/jqwidgets/jqxtabs.js
Normal file
7
Fab2ApprovalSystem-Copy/Scripts/jqwidgets/jqxtooltip.js
Normal file
7
Fab2ApprovalSystem-Copy/Scripts/jqwidgets/jqxtouch.js
Normal file
7
Fab2ApprovalSystem-Copy/Scripts/jqwidgets/jqxtree.js
Normal file
7
Fab2ApprovalSystem-Copy/Scripts/jqwidgets/jqxtreegrid.js
Normal file
7
Fab2ApprovalSystem-Copy/Scripts/jqwidgets/jqxtreemap.js
Normal file
7
Fab2ApprovalSystem-Copy/Scripts/jqwidgets/jqxwindow.js
Normal file
After Width: | Height: | Size: 260 B |
After Width: | Height: | Size: 286 B |
After Width: | Height: | Size: 1007 B |
After Width: | Height: | Size: 1.2 KiB |
After Width: | Height: | Size: 2.9 KiB |
After Width: | Height: | Size: 3.5 KiB |
After Width: | Height: | Size: 2.9 KiB |
After Width: | Height: | Size: 3.4 KiB |
After Width: | Height: | Size: 238 B |
After Width: | Height: | Size: 1.2 KiB |
After Width: | Height: | Size: 2.8 KiB |
After Width: | Height: | Size: 2.8 KiB |
After Width: | Height: | Size: 2.8 KiB |
After Width: | Height: | Size: 213 B |
After Width: | Height: | Size: 2.9 KiB |
After Width: | Height: | Size: 3.1 KiB |
After Width: | Height: | Size: 943 B |
After Width: | Height: | Size: 2.9 KiB |
After Width: | Height: | Size: 1005 B |
After Width: | Height: | Size: 998 B |
After Width: | Height: | Size: 1022 B |
After Width: | Height: | Size: 3.0 KiB |
After Width: | Height: | Size: 943 B |
After Width: | Height: | Size: 2.9 KiB |
After Width: | Height: | Size: 307 B |