libre-jqgrid 4.15.9
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.
- package/.github/workflows/npm.yml +23 -0
- package/.jscsrc +13 -0
- package/LICENSE +674 -0
- package/LICENSE.md +304 -0
- package/README.md +2 -0
- package/bower.json +53 -0
- package/css/ui.jqgrid.css +1618 -0
- package/css/ui.jqgrid.min.css +4 -0
- package/css/ui.jqgrid.min.css.map +1 -0
- package/dist/css/ui.jqgrid.css +1618 -0
- package/dist/css/ui.jqgrid.min.css +4 -0
- package/dist/css/ui.jqgrid.min.css.map +1 -0
- package/dist/i18n/grid.locale-ar.js +198 -0
- package/dist/i18n/grid.locale-bg.js +201 -0
- package/dist/i18n/grid.locale-bs.js +230 -0
- package/dist/i18n/grid.locale-ca.js +204 -0
- package/dist/i18n/grid.locale-cn.js +237 -0
- package/dist/i18n/grid.locale-cs.js +197 -0
- package/dist/i18n/grid.locale-da.js +196 -0
- package/dist/i18n/grid.locale-de.js +240 -0
- package/dist/i18n/grid.locale-el.js +195 -0
- package/dist/i18n/grid.locale-en.js +256 -0
- package/dist/i18n/grid.locale-es.js +202 -0
- package/dist/i18n/grid.locale-fa.js +211 -0
- package/dist/i18n/grid.locale-fi.js +201 -0
- package/dist/i18n/grid.locale-fr.js +197 -0
- package/dist/i18n/grid.locale-gl.js +197 -0
- package/dist/i18n/grid.locale-he.js +198 -0
- package/dist/i18n/grid.locale-hr.js +231 -0
- package/dist/i18n/grid.locale-hu.js +196 -0
- package/dist/i18n/grid.locale-id.js +238 -0
- package/dist/i18n/grid.locale-is.js +197 -0
- package/dist/i18n/grid.locale-it.js +189 -0
- package/dist/i18n/grid.locale-ja.js +203 -0
- package/dist/i18n/grid.locale-kr.js +194 -0
- package/dist/i18n/grid.locale-lt.js +199 -0
- package/dist/i18n/grid.locale-me.js +198 -0
- package/dist/i18n/grid.locale-nl.js +208 -0
- package/dist/i18n/grid.locale-no.js +180 -0
- package/dist/i18n/grid.locale-pl.js +204 -0
- package/dist/i18n/grid.locale-pt-br.js +210 -0
- package/dist/i18n/grid.locale-pt.js +196 -0
- package/dist/i18n/grid.locale-ro.js +210 -0
- package/dist/i18n/grid.locale-ru.js +196 -0
- package/dist/i18n/grid.locale-sk.js +198 -0
- package/dist/i18n/grid.locale-sl.js +230 -0
- package/dist/i18n/grid.locale-sr.js +199 -0
- package/dist/i18n/grid.locale-sv.js +198 -0
- package/dist/i18n/grid.locale-th.js +195 -0
- package/dist/i18n/grid.locale-tr.js +197 -0
- package/dist/i18n/grid.locale-tw.js +199 -0
- package/dist/i18n/grid.locale-ua.js +199 -0
- package/dist/i18n/grid.locale-vi.js +238 -0
- package/dist/i18n/min/grid.locale-ar.js +10 -0
- package/dist/i18n/min/grid.locale-ar.js.map +1 -0
- package/dist/i18n/min/grid.locale-bg.js +10 -0
- package/dist/i18n/min/grid.locale-bg.js.map +1 -0
- package/dist/i18n/min/grid.locale-ca.js +15 -0
- package/dist/i18n/min/grid.locale-ca.js.map +1 -0
- package/dist/i18n/min/grid.locale-cn.js +10 -0
- package/dist/i18n/min/grid.locale-cn.js.map +1 -0
- package/dist/i18n/min/grid.locale-cs.js +11 -0
- package/dist/i18n/min/grid.locale-cs.js.map +1 -0
- package/dist/i18n/min/grid.locale-da.js +10 -0
- package/dist/i18n/min/grid.locale-da.js.map +1 -0
- package/dist/i18n/min/grid.locale-de.js +21 -0
- package/dist/i18n/min/grid.locale-de.js.map +1 -0
- package/dist/i18n/min/grid.locale-el.js +10 -0
- package/dist/i18n/min/grid.locale-el.js.map +1 -0
- package/dist/i18n/min/grid.locale-en.js +11 -0
- package/dist/i18n/min/grid.locale-en.js.map +1 -0
- package/dist/i18n/min/grid.locale-es.js +16 -0
- package/dist/i18n/min/grid.locale-es.js.map +1 -0
- package/dist/i18n/min/grid.locale-fa.js +8 -0
- package/dist/i18n/min/grid.locale-fa.js.map +1 -0
- package/dist/i18n/min/grid.locale-fi.js +11 -0
- package/dist/i18n/min/grid.locale-fi.js.map +1 -0
- package/dist/i18n/min/grid.locale-fr.js +10 -0
- package/dist/i18n/min/grid.locale-fr.js.map +1 -0
- package/dist/i18n/min/grid.locale-gl.js +9 -0
- package/dist/i18n/min/grid.locale-gl.js.map +1 -0
- package/dist/i18n/min/grid.locale-he.js +10 -0
- package/dist/i18n/min/grid.locale-he.js.map +1 -0
- package/dist/i18n/min/grid.locale-hr.js +11 -0
- package/dist/i18n/min/grid.locale-hr.js.map +1 -0
- package/dist/i18n/min/grid.locale-hu.js +10 -0
- package/dist/i18n/min/grid.locale-hu.js.map +1 -0
- package/dist/i18n/min/grid.locale-id.js +10 -0
- package/dist/i18n/min/grid.locale-id.js.map +1 -0
- package/dist/i18n/min/grid.locale-is.js +9 -0
- package/dist/i18n/min/grid.locale-is.js.map +1 -0
- package/dist/i18n/min/grid.locale-it.js +2 -0
- package/dist/i18n/min/grid.locale-it.js.map +1 -0
- package/dist/i18n/min/grid.locale-ja.js +10 -0
- package/dist/i18n/min/grid.locale-ja.js.map +1 -0
- package/dist/i18n/min/grid.locale-kr.js +2 -0
- package/dist/i18n/min/grid.locale-kr.js.map +1 -0
- package/dist/i18n/min/grid.locale-lt.js +10 -0
- package/dist/i18n/min/grid.locale-lt.js.map +1 -0
- package/dist/i18n/min/grid.locale-me.js +10 -0
- package/dist/i18n/min/grid.locale-me.js.map +1 -0
- package/dist/i18n/min/grid.locale-nl.js +2 -0
- package/dist/i18n/min/grid.locale-nl.js.map +1 -0
- package/dist/i18n/min/grid.locale-no.js +2 -0
- package/dist/i18n/min/grid.locale-no.js.map +1 -0
- package/dist/i18n/min/grid.locale-pl.js +18 -0
- package/dist/i18n/min/grid.locale-pl.js.map +1 -0
- package/dist/i18n/min/grid.locale-pt-br.js +21 -0
- package/dist/i18n/min/grid.locale-pt-br.js.map +1 -0
- package/dist/i18n/min/grid.locale-pt.js +9 -0
- package/dist/i18n/min/grid.locale-pt.js.map +1 -0
- package/dist/i18n/min/grid.locale-ro.js +10 -0
- package/dist/i18n/min/grid.locale-ro.js.map +1 -0
- package/dist/i18n/min/grid.locale-ru.js +10 -0
- package/dist/i18n/min/grid.locale-ru.js.map +1 -0
- package/dist/i18n/min/grid.locale-sk.js +10 -0
- package/dist/i18n/min/grid.locale-sk.js.map +1 -0
- package/dist/i18n/min/grid.locale-sr.js +10 -0
- package/dist/i18n/min/grid.locale-sr.js.map +1 -0
- package/dist/i18n/min/grid.locale-sv.js +10 -0
- package/dist/i18n/min/grid.locale-sv.js.map +1 -0
- package/dist/i18n/min/grid.locale-th.js +10 -0
- package/dist/i18n/min/grid.locale-th.js.map +1 -0
- package/dist/i18n/min/grid.locale-tr.js +10 -0
- package/dist/i18n/min/grid.locale-tr.js.map +1 -0
- package/dist/i18n/min/grid.locale-tw.js +11 -0
- package/dist/i18n/min/grid.locale-tw.js.map +1 -0
- package/dist/i18n/min/grid.locale-ua.js +10 -0
- package/dist/i18n/min/grid.locale-ua.js.map +1 -0
- package/dist/i18n/min/grid.locale-vi.js +10 -0
- package/dist/i18n/min/grid.locale-vi.js.map +1 -0
- package/dist/jquery.jqgrid.min.js +21144 -0
- package/dist/jquery.jqgrid.min.js.map +1 -0
- package/dist/jquery.jqgrid.src.js +21144 -0
- package/dist/modules/grid.base.js +8518 -0
- package/dist/modules/grid.celledit.js +673 -0
- package/dist/modules/grid.common.js +844 -0
- package/dist/modules/grid.custom.js +1795 -0
- package/dist/modules/grid.filter.js +897 -0
- package/dist/modules/grid.formedit.js +2537 -0
- package/dist/modules/grid.grouping.js +737 -0
- package/dist/modules/grid.import.js +251 -0
- package/dist/modules/grid.inlinedit.js +784 -0
- package/dist/modules/grid.jqueryui.js +965 -0
- package/dist/modules/grid.pivot.js +862 -0
- package/dist/modules/grid.subgrid.js +379 -0
- package/dist/modules/grid.tbltogrid.js +141 -0
- package/dist/modules/grid.treegrid.js +683 -0
- package/dist/modules/jqdnr.js +188 -0
- package/dist/modules/jqmodal.js +292 -0
- package/dist/modules/jquery.fmatter.js +1061 -0
- package/dist/modules/jsonxml.js +343 -0
- package/dist/modules/min/grid.base.js +11 -0
- package/dist/modules/min/grid.base.js.map +1 -0
- package/dist/modules/min/grid.celledit.js +2 -0
- package/dist/modules/min/grid.celledit.js.map +1 -0
- package/dist/modules/min/grid.common.js +2 -0
- package/dist/modules/min/grid.common.js.map +1 -0
- package/dist/modules/min/grid.custom.js +2 -0
- package/dist/modules/min/grid.custom.js.map +1 -0
- package/dist/modules/min/grid.filter.js +2 -0
- package/dist/modules/min/grid.filter.js.map +1 -0
- package/dist/modules/min/grid.formedit.js +2 -0
- package/dist/modules/min/grid.formedit.js.map +1 -0
- package/dist/modules/min/grid.grouping.js +2 -0
- package/dist/modules/min/grid.grouping.js.map +1 -0
- package/dist/modules/min/grid.import.js +2 -0
- package/dist/modules/min/grid.import.js.map +1 -0
- package/dist/modules/min/grid.inlinedit.js +2 -0
- package/dist/modules/min/grid.inlinedit.js.map +1 -0
- package/dist/modules/min/grid.jqueryui.js +2 -0
- package/dist/modules/min/grid.jqueryui.js.map +1 -0
- package/dist/modules/min/grid.pivot.js +2 -0
- package/dist/modules/min/grid.pivot.js.map +1 -0
- package/dist/modules/min/grid.subgrid.js +2 -0
- package/dist/modules/min/grid.subgrid.js.map +1 -0
- package/dist/modules/min/grid.tbltogrid.js +2 -0
- package/dist/modules/min/grid.tbltogrid.js.map +1 -0
- package/dist/modules/min/grid.treegrid.js +2 -0
- package/dist/modules/min/grid.treegrid.js.map +1 -0
- package/dist/modules/min/jqdnr.js +2 -0
- package/dist/modules/min/jqdnr.js.map +1 -0
- package/dist/modules/min/jqmodal.js +2 -0
- package/dist/modules/min/jqmodal.js.map +1 -0
- package/dist/modules/min/jquery.fmatter.js +2 -0
- package/dist/modules/min/jquery.fmatter.js.map +1 -0
- package/dist/modules/min/jsonxml.js +2 -0
- package/dist/modules/min/jsonxml.js.map +1 -0
- package/dist/plugins/css/ui.multiselect.css +30 -0
- package/dist/plugins/css/ui.multiselect.min.css +2 -0
- package/dist/plugins/css/ui.multiselect.min.css.map +1 -0
- package/dist/plugins/grid.odata.js +1313 -0
- package/dist/plugins/jqgrid_download.js +109 -0
- package/dist/plugins/jquery.contextmenu-ui.js +304 -0
- package/dist/plugins/jquery.contextmenu.js +174 -0
- package/dist/plugins/jquery.createcontexmenufromnavigatorbuttons.js +172 -0
- package/dist/plugins/jquery.jqgrid.showhidecolumnmenu.js +201 -0
- package/dist/plugins/min/grid.odata.js +11 -0
- package/dist/plugins/min/grid.odata.js.map +1 -0
- package/dist/plugins/min/jquery.contextmenu-ui.js +26 -0
- package/dist/plugins/min/jquery.contextmenu-ui.js.map +1 -0
- package/dist/plugins/min/jquery.contextmenu.js +19 -0
- package/dist/plugins/min/jquery.contextmenu.js.map +1 -0
- package/dist/plugins/min/jquery.createcontexmenufromnavigatorbuttons.js +12 -0
- package/dist/plugins/min/jquery.createcontexmenufromnavigatorbuttons.js.map +1 -0
- package/dist/plugins/min/jquery.jqgrid.showhidecolumnmenu.js +10 -0
- package/dist/plugins/min/jquery.jqgrid.showhidecolumnmenu.js.map +1 -0
- package/dist/plugins/min/ui.multiselect.js +30 -0
- package/dist/plugins/min/ui.multiselect.js.map +1 -0
- package/dist/plugins/ui.multiselect.js +389 -0
- package/dist/ts/free-jqgrid.d.ts +2132 -0
- package/github /workflows/npm.yml +23 -0
- package/gruntfile.js +397 -0
- package/js/grid.base.js +8518 -0
- package/js/grid.celledit.js +673 -0
- package/js/grid.common.js +844 -0
- package/js/grid.custom.js +1795 -0
- package/js/grid.filter.js +897 -0
- package/js/grid.formedit.js +2537 -0
- package/js/grid.grouping.js +737 -0
- package/js/grid.import.js +251 -0
- package/js/grid.inlinedit.js +784 -0
- package/js/grid.jqueryui.js +965 -0
- package/js/grid.pivot.js +862 -0
- package/js/grid.subgrid.js +379 -0
- package/js/grid.tbltogrid.js +141 -0
- package/js/grid.treegrid.js +683 -0
- package/js/i18n/grid.locale-ar.js +198 -0
- package/js/i18n/grid.locale-bg.js +201 -0
- package/js/i18n/grid.locale-bs.js +230 -0
- package/js/i18n/grid.locale-ca.js +204 -0
- package/js/i18n/grid.locale-cn.js +237 -0
- package/js/i18n/grid.locale-cs.js +197 -0
- package/js/i18n/grid.locale-da.js +196 -0
- package/js/i18n/grid.locale-de.js +240 -0
- package/js/i18n/grid.locale-el.js +195 -0
- package/js/i18n/grid.locale-en.js +256 -0
- package/js/i18n/grid.locale-es.js +202 -0
- package/js/i18n/grid.locale-fa.js +211 -0
- package/js/i18n/grid.locale-fi.js +201 -0
- package/js/i18n/grid.locale-fr.js +197 -0
- package/js/i18n/grid.locale-gl.js +197 -0
- package/js/i18n/grid.locale-he.js +198 -0
- package/js/i18n/grid.locale-hr.js +231 -0
- package/js/i18n/grid.locale-hu.js +196 -0
- package/js/i18n/grid.locale-id.js +238 -0
- package/js/i18n/grid.locale-is.js +197 -0
- package/js/i18n/grid.locale-it.js +189 -0
- package/js/i18n/grid.locale-ja.js +203 -0
- package/js/i18n/grid.locale-kr.js +194 -0
- package/js/i18n/grid.locale-lt.js +199 -0
- package/js/i18n/grid.locale-me.js +198 -0
- package/js/i18n/grid.locale-nl.js +208 -0
- package/js/i18n/grid.locale-no.js +180 -0
- package/js/i18n/grid.locale-pl.js +204 -0
- package/js/i18n/grid.locale-pt-br.js +210 -0
- package/js/i18n/grid.locale-pt.js +196 -0
- package/js/i18n/grid.locale-ro.js +210 -0
- package/js/i18n/grid.locale-ru.js +196 -0
- package/js/i18n/grid.locale-sk.js +198 -0
- package/js/i18n/grid.locale-sl.js +230 -0
- package/js/i18n/grid.locale-sr.js +199 -0
- package/js/i18n/grid.locale-sv.js +198 -0
- package/js/i18n/grid.locale-th.js +195 -0
- package/js/i18n/grid.locale-tr.js +197 -0
- package/js/i18n/grid.locale-tw.js +199 -0
- package/js/i18n/grid.locale-ua.js +199 -0
- package/js/i18n/grid.locale-vi.js +238 -0
- package/js/i18n/min/grid.locale-ar.js +10 -0
- package/js/i18n/min/grid.locale-ar.js.map +1 -0
- package/js/i18n/min/grid.locale-bg.js +10 -0
- package/js/i18n/min/grid.locale-bg.js.map +1 -0
- package/js/i18n/min/grid.locale-ca.js +15 -0
- package/js/i18n/min/grid.locale-ca.js.map +1 -0
- package/js/i18n/min/grid.locale-cn.js +10 -0
- package/js/i18n/min/grid.locale-cn.js.map +1 -0
- package/js/i18n/min/grid.locale-cs.js +11 -0
- package/js/i18n/min/grid.locale-cs.js.map +1 -0
- package/js/i18n/min/grid.locale-da.js +10 -0
- package/js/i18n/min/grid.locale-da.js.map +1 -0
- package/js/i18n/min/grid.locale-de.js +21 -0
- package/js/i18n/min/grid.locale-de.js.map +1 -0
- package/js/i18n/min/grid.locale-el.js +10 -0
- package/js/i18n/min/grid.locale-el.js.map +1 -0
- package/js/i18n/min/grid.locale-en.js +11 -0
- package/js/i18n/min/grid.locale-en.js.map +1 -0
- package/js/i18n/min/grid.locale-es.js +16 -0
- package/js/i18n/min/grid.locale-es.js.map +1 -0
- package/js/i18n/min/grid.locale-fa.js +8 -0
- package/js/i18n/min/grid.locale-fa.js.map +1 -0
- package/js/i18n/min/grid.locale-fi.js +11 -0
- package/js/i18n/min/grid.locale-fi.js.map +1 -0
- package/js/i18n/min/grid.locale-fr.js +10 -0
- package/js/i18n/min/grid.locale-fr.js.map +1 -0
- package/js/i18n/min/grid.locale-gl.js +9 -0
- package/js/i18n/min/grid.locale-gl.js.map +1 -0
- package/js/i18n/min/grid.locale-he.js +10 -0
- package/js/i18n/min/grid.locale-he.js.map +1 -0
- package/js/i18n/min/grid.locale-hr.js +11 -0
- package/js/i18n/min/grid.locale-hr.js.map +1 -0
- package/js/i18n/min/grid.locale-hu.js +10 -0
- package/js/i18n/min/grid.locale-hu.js.map +1 -0
- package/js/i18n/min/grid.locale-id.js +10 -0
- package/js/i18n/min/grid.locale-id.js.map +1 -0
- package/js/i18n/min/grid.locale-is.js +9 -0
- package/js/i18n/min/grid.locale-is.js.map +1 -0
- package/js/i18n/min/grid.locale-it.js +2 -0
- package/js/i18n/min/grid.locale-it.js.map +1 -0
- package/js/i18n/min/grid.locale-ja.js +10 -0
- package/js/i18n/min/grid.locale-ja.js.map +1 -0
- package/js/i18n/min/grid.locale-kr.js +2 -0
- package/js/i18n/min/grid.locale-kr.js.map +1 -0
- package/js/i18n/min/grid.locale-lt.js +10 -0
- package/js/i18n/min/grid.locale-lt.js.map +1 -0
- package/js/i18n/min/grid.locale-me.js +10 -0
- package/js/i18n/min/grid.locale-me.js.map +1 -0
- package/js/i18n/min/grid.locale-nl.js +2 -0
- package/js/i18n/min/grid.locale-nl.js.map +1 -0
- package/js/i18n/min/grid.locale-no.js +2 -0
- package/js/i18n/min/grid.locale-no.js.map +1 -0
- package/js/i18n/min/grid.locale-pl.js +18 -0
- package/js/i18n/min/grid.locale-pl.js.map +1 -0
- package/js/i18n/min/grid.locale-pt-br.js +21 -0
- package/js/i18n/min/grid.locale-pt-br.js.map +1 -0
- package/js/i18n/min/grid.locale-pt.js +9 -0
- package/js/i18n/min/grid.locale-pt.js.map +1 -0
- package/js/i18n/min/grid.locale-ro.js +10 -0
- package/js/i18n/min/grid.locale-ro.js.map +1 -0
- package/js/i18n/min/grid.locale-ru.js +10 -0
- package/js/i18n/min/grid.locale-ru.js.map +1 -0
- package/js/i18n/min/grid.locale-sk.js +10 -0
- package/js/i18n/min/grid.locale-sk.js.map +1 -0
- package/js/i18n/min/grid.locale-sr.js +10 -0
- package/js/i18n/min/grid.locale-sr.js.map +1 -0
- package/js/i18n/min/grid.locale-sv.js +10 -0
- package/js/i18n/min/grid.locale-sv.js.map +1 -0
- package/js/i18n/min/grid.locale-th.js +10 -0
- package/js/i18n/min/grid.locale-th.js.map +1 -0
- package/js/i18n/min/grid.locale-tr.js +10 -0
- package/js/i18n/min/grid.locale-tr.js.map +1 -0
- package/js/i18n/min/grid.locale-tw.js +11 -0
- package/js/i18n/min/grid.locale-tw.js.map +1 -0
- package/js/i18n/min/grid.locale-ua.js +10 -0
- package/js/i18n/min/grid.locale-ua.js.map +1 -0
- package/js/i18n/min/grid.locale-vi.js +10 -0
- package/js/i18n/min/grid.locale-vi.js.map +1 -0
- package/js/jqdnr.js +188 -0
- package/js/jqmodal.js +292 -0
- package/js/jquery.fmatter.js +1061 -0
- package/js/jquery.jqgrid.min.js +11 -0
- package/js/jquery.jqgrid.min.js.map +1 -0
- package/js/jquery.jqgrid.src.js +21144 -0
- package/js/jsonxml.js +343 -0
- package/js/min/grid.base.js +11 -0
- package/js/min/grid.base.js.map +1 -0
- package/js/min/grid.celledit.js +2 -0
- package/js/min/grid.celledit.js.map +1 -0
- package/js/min/grid.common.js +2 -0
- package/js/min/grid.common.js.map +1 -0
- package/js/min/grid.custom.js +2 -0
- package/js/min/grid.custom.js.map +1 -0
- package/js/min/grid.filter.js +2 -0
- package/js/min/grid.filter.js.map +1 -0
- package/js/min/grid.formedit.js +2 -0
- package/js/min/grid.formedit.js.map +1 -0
- package/js/min/grid.grouping.js +2 -0
- package/js/min/grid.grouping.js.map +1 -0
- package/js/min/grid.import.js +2 -0
- package/js/min/grid.import.js.map +1 -0
- package/js/min/grid.inlinedit.js +2 -0
- package/js/min/grid.inlinedit.js.map +1 -0
- package/js/min/grid.jqueryui.js +2 -0
- package/js/min/grid.jqueryui.js.map +1 -0
- package/js/min/grid.pivot.js +2 -0
- package/js/min/grid.pivot.js.map +1 -0
- package/js/min/grid.subgrid.js +2 -0
- package/js/min/grid.subgrid.js.map +1 -0
- package/js/min/grid.tbltogrid.js +2 -0
- package/js/min/grid.tbltogrid.js.map +1 -0
- package/js/min/grid.treegrid.js +2 -0
- package/js/min/grid.treegrid.js.map +1 -0
- package/js/min/jqdnr.js +2 -0
- package/js/min/jqdnr.js.map +1 -0
- package/js/min/jqmodal.js +2 -0
- package/js/min/jqmodal.js.map +1 -0
- package/js/min/jquery.fmatter.js +2 -0
- package/js/min/jquery.fmatter.js.map +1 -0
- package/js/min/jsonxml.js +2 -0
- package/js/min/jsonxml.js.map +1 -0
- package/package.json +79 -0
- package/plugins/css/ui.multiselect.css +30 -0
- package/plugins/css/ui.multiselect.min.css +2 -0
- package/plugins/css/ui.multiselect.min.css.map +1 -0
- package/plugins/grid.odata.js +1313 -0
- package/plugins/jqgrid_download.js +109 -0
- package/plugins/jquery.contextmenu-ui.js +304 -0
- package/plugins/jquery.contextmenu.js +174 -0
- package/plugins/jquery.createcontexmenufromnavigatorbuttons.js +172 -0
- package/plugins/jquery.jqgrid.showhidecolumnmenu.js +201 -0
- package/plugins/min/grid.odata.js +11 -0
- package/plugins/min/grid.odata.js.map +1 -0
- package/plugins/min/jquery.contextmenu-ui.js +26 -0
- package/plugins/min/jquery.contextmenu-ui.js.map +1 -0
- package/plugins/min/jquery.contextmenu.js +19 -0
- package/plugins/min/jquery.contextmenu.js.map +1 -0
- package/plugins/min/jquery.createcontexmenufromnavigatorbuttons.js +12 -0
- package/plugins/min/jquery.createcontexmenufromnavigatorbuttons.js.map +1 -0
- package/plugins/min/jquery.jqgrid.showhidecolumnmenu.js +10 -0
- package/plugins/min/jquery.jqgrid.showhidecolumnmenu.js.map +1 -0
- package/plugins/min/ui.multiselect.js +30 -0
- package/plugins/min/ui.multiselect.js.map +1 -0
- package/plugins/ui.multiselect.js +389 -0
- package/tests/fillingTest.htm +210 -0
- package/ts/free-jqgrid.d.ts +2132 -0
- package/ts/tests/README.txt +4 -0
- package/ts/tests/test.html +50 -0
- package/ts/tests/test.js +55 -0
- package/ts/tests/test.js.map +1 -0
- package/ts/tests/test.ts +149 -0
- package/ts/tests/tsconfig.json +7 -0
- package/tslint.json +20 -0
|
@@ -0,0 +1,204 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @license jqGrid Catalan Translation
|
|
3
|
+
*
|
|
4
|
+
* Traducció jqGrid en Català per Faserline, S.L.
|
|
5
|
+
* http://www.faserline.com
|
|
6
|
+
*
|
|
7
|
+
* Traducció corregida i ampliada per Marc lobato
|
|
8
|
+
* http://www.navigatecms.com
|
|
9
|
+
*
|
|
10
|
+
* Dual licensed under the MIT and GPL licenses:
|
|
11
|
+
* http://www.opensource.org/licenses/mit-license.php
|
|
12
|
+
* http://www.gnu.org/licenses/gpl.html
|
|
13
|
+
**/
|
|
14
|
+
|
|
15
|
+
/*jslint white: true */
|
|
16
|
+
/*global jQuery, module, require */
|
|
17
|
+
(function (factory) {
|
|
18
|
+
"use strict";
|
|
19
|
+
if (typeof define === "function" && define.amd) {
|
|
20
|
+
// AMD. Register as an anonymous module.
|
|
21
|
+
define(["jquery"], factory);
|
|
22
|
+
} else if (typeof module === "object" && module.exports) {
|
|
23
|
+
// Node/CommonJS
|
|
24
|
+
module.exports = function (root, $) {
|
|
25
|
+
if ($ === undefined) {
|
|
26
|
+
// require("jquery") returns a factory that requires window to
|
|
27
|
+
// build a jQuery instance, we normalize how we use modules
|
|
28
|
+
// that require this pattern but the window provided is a noop
|
|
29
|
+
// if it's defined (how jquery works)
|
|
30
|
+
$ = typeof window !== "undefined" ?
|
|
31
|
+
require("jquery") :
|
|
32
|
+
require("jquery")(root || window);
|
|
33
|
+
}
|
|
34
|
+
factory($);
|
|
35
|
+
return $;
|
|
36
|
+
};
|
|
37
|
+
} else {
|
|
38
|
+
// Browser globals
|
|
39
|
+
factory(jQuery);
|
|
40
|
+
}
|
|
41
|
+
}(function ($) {
|
|
42
|
+
"use strict";
|
|
43
|
+
var locInfo = {
|
|
44
|
+
isRTL: false,
|
|
45
|
+
defaults: {
|
|
46
|
+
recordtext: "Mostrant {0} - {1} de {2}",
|
|
47
|
+
emptyrecords: "Sense registres per mostrar",
|
|
48
|
+
loadtext: "Carregant...",
|
|
49
|
+
pgtext: "Pàgina {0} de {1}",
|
|
50
|
+
pgfirst: "Primera pàgina",
|
|
51
|
+
pglast: "Última pàgina",
|
|
52
|
+
pgnext: "Pàgina següent",
|
|
53
|
+
pgprev: "Pàgina anterior",
|
|
54
|
+
pgrecs: "Registres per pàgina",
|
|
55
|
+
showhide: "Alternar expandir/col·lapsar la taula",
|
|
56
|
+
savetext: "S'està desant..."
|
|
57
|
+
},
|
|
58
|
+
search: {
|
|
59
|
+
caption: "Cerca...",
|
|
60
|
+
Find: "Cercar",
|
|
61
|
+
Reset: "Buidar",
|
|
62
|
+
odata: [
|
|
63
|
+
{ oper: "eq", text: "igual" },
|
|
64
|
+
{ oper: "ne", text: "no igual" },
|
|
65
|
+
{ oper: "lt", text: "menor que" },
|
|
66
|
+
{ oper: "le", text: "menor o igual" },
|
|
67
|
+
{ oper: "gt", text: "major que" },
|
|
68
|
+
{ oper: "ge", text: "major o igual" },
|
|
69
|
+
{ oper: "bw", text: "comença amb" },
|
|
70
|
+
{ oper: "bn", text: "no comença amb" },
|
|
71
|
+
{ oper: "in", text: "està entre" },
|
|
72
|
+
{ oper: "ni", text: "no està entre" },
|
|
73
|
+
{ oper: "ew", text: "acaba amb" },
|
|
74
|
+
{ oper: "en", text: "no acaba amb" },
|
|
75
|
+
{ oper: "cn", text: "conté" },
|
|
76
|
+
{ oper: "nc", text: "no conté" },
|
|
77
|
+
{ oper: "nu", text: "és nul" },
|
|
78
|
+
{ oper: "nn", text: "no és nul" }
|
|
79
|
+
],
|
|
80
|
+
groupOps: [
|
|
81
|
+
{ op: "AND", text: "tot" },
|
|
82
|
+
{ op: "OR", text: "qualsevol" }
|
|
83
|
+
],
|
|
84
|
+
addGroupTitle: "Crear subgrup",
|
|
85
|
+
deleteGroupTitle: "Eliminar grup",
|
|
86
|
+
addRuleTitle: "Crear regla",
|
|
87
|
+
deleteRuleTitle: "Eliminar regla",
|
|
88
|
+
operandTitle: "Clic per escollir la operació de cerca.",
|
|
89
|
+
resetTitle: "Reiniciar valors de la cerca"
|
|
90
|
+
},
|
|
91
|
+
edit: {
|
|
92
|
+
addCaption: "Afegir registre",
|
|
93
|
+
editCaption: "Modificar registre",
|
|
94
|
+
bSubmit: "Guardar",
|
|
95
|
+
bCancel: "Cancelar",
|
|
96
|
+
bClose: "Tancar",
|
|
97
|
+
saveData: "Les dades han canviat. Guardar canvis?",
|
|
98
|
+
bYes: "Sí",
|
|
99
|
+
bNo: "No",
|
|
100
|
+
bExit: "Cancel·lar",
|
|
101
|
+
msg: {
|
|
102
|
+
required: "Camp obligatori",
|
|
103
|
+
number: "Introdueixi un nombre",
|
|
104
|
+
minValue: "El valor ha de ser major o igual que ",
|
|
105
|
+
maxValue: "El valor ha de ser menor o igual a ",
|
|
106
|
+
email: "no és una direcció de correu vàlida",
|
|
107
|
+
integer: "Introdueixi un valor enter",
|
|
108
|
+
date: "Introdueixi una data correcta ",
|
|
109
|
+
url: "no és una URL vàlida. Prefix requerit ('http://' o 'https://')",
|
|
110
|
+
nodefined: " no està definit!",
|
|
111
|
+
novalue: " es requereix un valor de retorn!",
|
|
112
|
+
customarray: "La funció personalitzada hauria de retornar una array!",
|
|
113
|
+
customfcheck: "La funció personalitzada hauria d'estar present si es fa una comprovació personalitzada!"
|
|
114
|
+
}
|
|
115
|
+
},
|
|
116
|
+
view: {
|
|
117
|
+
caption: "Veure registre",
|
|
118
|
+
bClose: "Tancar"
|
|
119
|
+
},
|
|
120
|
+
del: {
|
|
121
|
+
caption: "Eliminar",
|
|
122
|
+
msg: "¿Desitja eliminar els registres seleccionats?",
|
|
123
|
+
bSubmit: "Eliminar",
|
|
124
|
+
bCancel: "Cancel·lar"
|
|
125
|
+
},
|
|
126
|
+
nav: {
|
|
127
|
+
edittext: "",
|
|
128
|
+
edittitle: "Modificar fila seleccionada",
|
|
129
|
+
addtext: "",
|
|
130
|
+
addtitle: "Agregar nova fila",
|
|
131
|
+
deltext: "",
|
|
132
|
+
deltitle: "Eliminar fila seleccionada",
|
|
133
|
+
searchtext: "",
|
|
134
|
+
searchtitle: "Cercar informació",
|
|
135
|
+
refreshtext: "",
|
|
136
|
+
refreshtitle: "Refrescar taula",
|
|
137
|
+
alertcap: "Avís",
|
|
138
|
+
alerttext: "Seleccioni una fila",
|
|
139
|
+
viewtext: "",
|
|
140
|
+
viewtitle: "Veure fila seleccionada",
|
|
141
|
+
savetext: "",
|
|
142
|
+
savetitle: "Guardar fila",
|
|
143
|
+
canceltext: "",
|
|
144
|
+
canceltitle: "Cancel·lar edició de la fila"
|
|
145
|
+
},
|
|
146
|
+
// setcolumns module
|
|
147
|
+
col: {
|
|
148
|
+
caption: "Mostrar/ocultar columnes",
|
|
149
|
+
bSubmit: "Enviar",
|
|
150
|
+
bCancel: "Cancelar"
|
|
151
|
+
},
|
|
152
|
+
errors: {
|
|
153
|
+
errcap: "Error",
|
|
154
|
+
nourl: "No s'ha especificat una URL",
|
|
155
|
+
norecords: "No hi ha dades per processar",
|
|
156
|
+
model: "Les columnes de noms són diferents de les columnes del model"
|
|
157
|
+
},
|
|
158
|
+
formatter: {
|
|
159
|
+
integer: { thousandsSeparator: ".", defaultValue: "0" },
|
|
160
|
+
number: { decimalSeparator: ",", thousandsSeparator: ".", decimalPlaces: 2, defaultValue: "0,00" },
|
|
161
|
+
currency: { decimalSeparator: ",", thousandsSeparator: ".", decimalPlaces: 2, prefix: "", suffix: "", defaultValue: "0,00" },
|
|
162
|
+
date: {
|
|
163
|
+
dayNames: [
|
|
164
|
+
"Dg", "Dl", "Dt", "Dc", "Dj", "Dv", "Ds",
|
|
165
|
+
"Diumenge", "Dilluns", "Dimarts", "Dimecres", "Dijous", "Divendres", "Dissabte"
|
|
166
|
+
],
|
|
167
|
+
monthNames: [
|
|
168
|
+
"Gen", "Febr", "Març", "Abr", "Maig", "Juny", "Jul", "Ag", "Set", "Oct", "Nov", "Des",
|
|
169
|
+
"Gener", "Febrer", "Març", "Abril", "Maig", "Juny", "Juliol", "Agost", "Setembre", "Octubre", "Novembre", "Desembre"
|
|
170
|
+
],
|
|
171
|
+
AmPm: ["am", "pm", "AM", "PM"],
|
|
172
|
+
S: function (j) {
|
|
173
|
+
return j < 11 || j > 13 ? ["st", "nd", "rd", "th"][Math.min((j - 1) % 10, 3)] : "th";
|
|
174
|
+
},
|
|
175
|
+
srcformat: "Y-m-d",
|
|
176
|
+
newformat: "d-m-Y",
|
|
177
|
+
masks: {
|
|
178
|
+
ShortDate: "n/j/Y",
|
|
179
|
+
LongDate: "l, F d, Y",
|
|
180
|
+
FullDateTime: "l, F d, Y g:i:s A",
|
|
181
|
+
MonthDay: "F d",
|
|
182
|
+
ShortTime: "g:i A",
|
|
183
|
+
LongTime: "g:i:s A",
|
|
184
|
+
YearMonth: "F, Y"
|
|
185
|
+
}
|
|
186
|
+
}
|
|
187
|
+
}
|
|
188
|
+
};
|
|
189
|
+
$.jgrid = $.jgrid || {};
|
|
190
|
+
$.extend(true, $.jgrid, {
|
|
191
|
+
defaults: {
|
|
192
|
+
locale: "ca"
|
|
193
|
+
},
|
|
194
|
+
locales: {
|
|
195
|
+
// In general the property name is free, but it's recommended to use the names based on
|
|
196
|
+
// http://www.iana.org/assignments/language-subtag-registry/language-subtag-registry
|
|
197
|
+
// http://rishida.net/utils/subtags/ and RFC 5646. See Appendix A of RFC 5646 for examples.
|
|
198
|
+
// One can use the lang attribute to specify language tags in HTML, and the xml:lang attribute for XML
|
|
199
|
+
// if it exists. See http://www.w3.org/International/articles/language-tags/#extlang
|
|
200
|
+
ca: $.extend({}, locInfo, { name: "català", nameEnglish: "Catalan" }),
|
|
201
|
+
"ca-ES": $.extend({}, locInfo, { name: "català (català)", nameEnglish: "Catalan (Catalan)" })
|
|
202
|
+
}
|
|
203
|
+
});
|
|
204
|
+
}));
|
|
@@ -0,0 +1,237 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @license jqGrid Chinese Translation
|
|
3
|
+
* 咖啡兔 yanhonglei@gmail.com
|
|
4
|
+
* http://www.kafeitu.me
|
|
5
|
+
* Dual licensed under the MIT and GPL licenses:
|
|
6
|
+
* http://www.opensource.org/licenses/mit-license.php
|
|
7
|
+
* http://www.gnu.org/licenses/gpl.html
|
|
8
|
+
**/
|
|
9
|
+
|
|
10
|
+
/*jslint white: true */
|
|
11
|
+
/*global jQuery, module, require */
|
|
12
|
+
(function (factory) {
|
|
13
|
+
"use strict";
|
|
14
|
+
if (typeof define === "function" && define.amd) {
|
|
15
|
+
// AMD. Register as an anonymous module.
|
|
16
|
+
define(["jquery"], factory);
|
|
17
|
+
} else if (typeof module === "object" && module.exports) {
|
|
18
|
+
// Node/CommonJS
|
|
19
|
+
module.exports = function (root, $) {
|
|
20
|
+
if ($ === undefined) {
|
|
21
|
+
// require("jquery") returns a factory that requires window to
|
|
22
|
+
// build a jQuery instance, we normalize how we use modules
|
|
23
|
+
// that require this pattern but the window provided is a noop
|
|
24
|
+
// if it's defined (how jquery works)
|
|
25
|
+
$ = typeof window !== "undefined" ?
|
|
26
|
+
require("jquery") :
|
|
27
|
+
require("jquery")(root || window);
|
|
28
|
+
}
|
|
29
|
+
factory($);
|
|
30
|
+
return $;
|
|
31
|
+
};
|
|
32
|
+
} else {
|
|
33
|
+
// Browser globals
|
|
34
|
+
factory(jQuery);
|
|
35
|
+
}
|
|
36
|
+
}(function ($) {
|
|
37
|
+
"use strict";
|
|
38
|
+
var locInfo = {
|
|
39
|
+
isRTL: false,
|
|
40
|
+
defaults: {
|
|
41
|
+
recordtext: "{0} - {1}\u3000共 {2} 条", // 共字前是全角空格
|
|
42
|
+
emptyrecords: "无数据显示",
|
|
43
|
+
loadtext: "读取中...",
|
|
44
|
+
pgtext: " {0} 共 {1} 页",
|
|
45
|
+
pgfirst: "First Page",
|
|
46
|
+
pglast: "Last Page",
|
|
47
|
+
pgnext: "Next Page",
|
|
48
|
+
pgprev: "Previous Page",
|
|
49
|
+
pgrecs: "Records per Page",
|
|
50
|
+
showhide: "Toggle Expand Collapse Grid",
|
|
51
|
+
savetext: "正在保存..."
|
|
52
|
+
},
|
|
53
|
+
search: {
|
|
54
|
+
caption: "搜索...",
|
|
55
|
+
Find: "查找",
|
|
56
|
+
Reset: "重置",
|
|
57
|
+
odata: [
|
|
58
|
+
{ oper: "eq", text: "等于\u3000\u3000" },
|
|
59
|
+
{ oper: "ne", text: "不等\u3000\u3000" },
|
|
60
|
+
{ oper: "lt", text: "小于\u3000\u3000" },
|
|
61
|
+
{ oper: "le", text: "小于等于" },
|
|
62
|
+
{ oper: "gt", text: "大于\u3000\u3000" },
|
|
63
|
+
{ oper: "ge", text: "大于等于" },
|
|
64
|
+
{ oper: "bw", text: "开始于" },
|
|
65
|
+
{ oper: "bn", text: "不开始于" },
|
|
66
|
+
{ oper: "in", text: "属于\u3000\u3000" },
|
|
67
|
+
{ oper: "ni", text: "不属于" },
|
|
68
|
+
{ oper: "ew", text: "结束于" },
|
|
69
|
+
{ oper: "en", text: "不结束于" },
|
|
70
|
+
{ oper: "cn", text: "包含\u3000\u3000" },
|
|
71
|
+
{ oper: "nc", text: "不包含" },
|
|
72
|
+
{ oper: "nu", text: "不存在" },
|
|
73
|
+
{ oper: "nn", text: "存在" }
|
|
74
|
+
],
|
|
75
|
+
groupOps: [
|
|
76
|
+
{ op: "AND", text: "所有" },
|
|
77
|
+
{ op: "OR", text: "任一" }
|
|
78
|
+
],
|
|
79
|
+
addGroupTitle: "Add subgroup",
|
|
80
|
+
deleteGroupTitle: "Delete group",
|
|
81
|
+
addRuleTitle: "Add rule",
|
|
82
|
+
deleteRuleTitle: "Delete rule",
|
|
83
|
+
operandTitle: "Click to select search operation.",
|
|
84
|
+
resetTitle: "Reset Search Value"
|
|
85
|
+
},
|
|
86
|
+
edit: {
|
|
87
|
+
addCaption: "添加记录",
|
|
88
|
+
editCaption: "编辑记录",
|
|
89
|
+
bSubmit: "提交",
|
|
90
|
+
bCancel: "取消",
|
|
91
|
+
bClose: "关闭",
|
|
92
|
+
saveData: "数据已改变,是否保存?",
|
|
93
|
+
bYes: "是",
|
|
94
|
+
bNo: "否",
|
|
95
|
+
bExit: "取消",
|
|
96
|
+
msg: {
|
|
97
|
+
required: "此字段必需",
|
|
98
|
+
number: "请输入有效数字",
|
|
99
|
+
minValue: "输值必须大于等于 ",
|
|
100
|
+
maxValue: "输值必须小于等于 ",
|
|
101
|
+
email: "这不是有效的e-mail地址",
|
|
102
|
+
integer: "请输入有效整数",
|
|
103
|
+
date: "请输入有效时间",
|
|
104
|
+
url: "无效网址。前缀必须为 ('http://' 或 'https://')",
|
|
105
|
+
nodefined: " 未定义!",
|
|
106
|
+
novalue: " 需要返回值!",
|
|
107
|
+
customarray: "自定义函数需要返回数组!",
|
|
108
|
+
customfcheck: "必须有自定义函数!"
|
|
109
|
+
}
|
|
110
|
+
},
|
|
111
|
+
view: {
|
|
112
|
+
caption: "查看记录",
|
|
113
|
+
bClose: "关闭"
|
|
114
|
+
},
|
|
115
|
+
del: {
|
|
116
|
+
caption: "删除",
|
|
117
|
+
msg: "删除所选记录?",
|
|
118
|
+
bSubmit: "删除",
|
|
119
|
+
bCancel: "取消"
|
|
120
|
+
},
|
|
121
|
+
nav: {
|
|
122
|
+
edittext: "",
|
|
123
|
+
edittitle: "编辑所选记录",
|
|
124
|
+
addtext: "",
|
|
125
|
+
addtitle: "添加新记录",
|
|
126
|
+
deltext: "",
|
|
127
|
+
deltitle: "删除所选记录",
|
|
128
|
+
searchtext: "",
|
|
129
|
+
searchtitle: "查找",
|
|
130
|
+
refreshtext: "",
|
|
131
|
+
refreshtitle: "刷新表格",
|
|
132
|
+
alertcap: "注意",
|
|
133
|
+
alerttext: "请选择记录",
|
|
134
|
+
viewtext: "",
|
|
135
|
+
viewtitle: "查看所选记录",
|
|
136
|
+
savetext: "",
|
|
137
|
+
savetitle: "Save row",
|
|
138
|
+
canceltext: "",
|
|
139
|
+
canceltitle: "Cancel row editing"
|
|
140
|
+
},
|
|
141
|
+
col: {
|
|
142
|
+
caption: "选择列",
|
|
143
|
+
bSubmit: "确定",
|
|
144
|
+
bCancel: "取消"
|
|
145
|
+
},
|
|
146
|
+
errors: {
|
|
147
|
+
errcap: "错误",
|
|
148
|
+
nourl: "没有设置url",
|
|
149
|
+
norecords: "没有要处理的记录",
|
|
150
|
+
model: "colNames 和 colModel 长度不等!"
|
|
151
|
+
},
|
|
152
|
+
formatter: {
|
|
153
|
+
integer: { thousandsSeparator: ",", defaultValue: "0" },
|
|
154
|
+
number: { decimalSeparator: ".", thousandsSeparator: ",", decimalPlaces: 2, defaultValue: "0.00" },
|
|
155
|
+
currency: { decimalSeparator: ".", thousandsSeparator: ",", decimalPlaces: 2, prefix: "", suffix: "", defaultValue: "0.00" },
|
|
156
|
+
date: {
|
|
157
|
+
dayNames: [
|
|
158
|
+
"日", "一", "二", "三", "四", "五", "六",
|
|
159
|
+
"星期日", "星期一", "星期二", "星期三", "星期四", "星期五", "星期六"
|
|
160
|
+
],
|
|
161
|
+
monthNames: [
|
|
162
|
+
"一", "二", "三", "四", "五", "六", "七", "八", "九", "十", "十一", "十二",
|
|
163
|
+
"一月", "二月", "三月", "四月", "五月", "六月", "七月", "八月", "九月", "十月", "十一月", "十二月"
|
|
164
|
+
],
|
|
165
|
+
AmPm: ["am", "pm", "上午", "下午"],
|
|
166
|
+
S: function () {return "";},
|
|
167
|
+
srcformat: "Y-m-d",
|
|
168
|
+
newformat: "Y-m-d",
|
|
169
|
+
masks: {
|
|
170
|
+
// see http://php.net/manual/en/function.date.php for PHP format used in jqGrid
|
|
171
|
+
// and see http://docs.jquery.com/UI/Datepicker/formatDate
|
|
172
|
+
// and https://github.com/jquery/globalize#dates for alternative formats used frequently
|
|
173
|
+
// one can find on https://github.com/jquery/globalize/tree/master/lib/cultures many
|
|
174
|
+
// information about date, time, numbers and currency formats used in different countries
|
|
175
|
+
// one should just convert the information in PHP format
|
|
176
|
+
// short date:
|
|
177
|
+
// n - Numeric representation of a month, without leading zeros
|
|
178
|
+
// j - Day of the month without leading zeros
|
|
179
|
+
// Y - A full numeric representation of a year, 4 digits
|
|
180
|
+
// example: 3/1/2012 which means 1 March 2012
|
|
181
|
+
ShortDate: "n/j/Y", // in jQuery UI Datepicker: "M/d/yyyy"
|
|
182
|
+
// long date:
|
|
183
|
+
// l - A full textual representation of the day of the week
|
|
184
|
+
// F - A full textual representation of a month
|
|
185
|
+
// d - Day of the month, 2 digits with leading zeros
|
|
186
|
+
// Y - A full numeric representation of a year, 4 digits
|
|
187
|
+
LongDate: "l, F d, Y", // in jQuery UI Datepicker: "dddd, MMMM dd, yyyy"
|
|
188
|
+
// long date with long time:
|
|
189
|
+
// l - A full textual representation of the day of the week
|
|
190
|
+
// F - A full textual representation of a month
|
|
191
|
+
// d - Day of the month, 2 digits with leading zeros
|
|
192
|
+
// Y - A full numeric representation of a year, 4 digits
|
|
193
|
+
// g - 12-hour format of an hour without leading zeros
|
|
194
|
+
// i - Minutes with leading zeros
|
|
195
|
+
// s - Seconds, with leading zeros
|
|
196
|
+
// A - Uppercase Ante meridiem and Post meridiem (AM or PM)
|
|
197
|
+
FullDateTime: "l, F d, Y g:i:s A", // in jQuery UI Datepicker: "dddd, MMMM dd, yyyy h:mm:ss tt"
|
|
198
|
+
// month day:
|
|
199
|
+
// F - A full textual representation of a month
|
|
200
|
+
// d - Day of the month, 2 digits with leading zeros
|
|
201
|
+
MonthDay: "F d", // in jQuery UI Datepicker: "MMMM dd"
|
|
202
|
+
// short time (without seconds)
|
|
203
|
+
// g - 12-hour format of an hour without leading zeros
|
|
204
|
+
// i - Minutes with leading zeros
|
|
205
|
+
// A - Uppercase Ante meridiem and Post meridiem (AM or PM)
|
|
206
|
+
ShortTime: "g:i A", // in jQuery UI Datepicker: "h:mm tt"
|
|
207
|
+
// long time (with seconds)
|
|
208
|
+
// g - 12-hour format of an hour without leading zeros
|
|
209
|
+
// i - Minutes with leading zeros
|
|
210
|
+
// s - Seconds, with leading zeros
|
|
211
|
+
// A - Uppercase Ante meridiem and Post meridiem (AM or PM)
|
|
212
|
+
LongTime: "g:i:s A", // in jQuery UI Datepicker: "h:mm:ss tt"
|
|
213
|
+
// month with year
|
|
214
|
+
// Y - A full numeric representation of a year, 4 digits
|
|
215
|
+
// F - A full textual representation of a month
|
|
216
|
+
YearMonth: "F, Y" // in jQuery UI Datepicker: "MMMM, yyyy"
|
|
217
|
+
}
|
|
218
|
+
}
|
|
219
|
+
}
|
|
220
|
+
};
|
|
221
|
+
$.jgrid = $.jgrid || {};
|
|
222
|
+
$.extend(true, $.jgrid, {
|
|
223
|
+
defaults: {
|
|
224
|
+
locale: "cn"
|
|
225
|
+
},
|
|
226
|
+
locales: {
|
|
227
|
+
// In general the property name is free, but it's recommended to use the names based on
|
|
228
|
+
// http://www.iana.org/assignments/language-subtag-registry/language-subtag-registry
|
|
229
|
+
// http://rishida.net/utils/subtags/ and RFC 5646. See Appendix A of RFC 5646 for examples.
|
|
230
|
+
// One can use the lang attribute to specify language tags in HTML, and the xml:lang attribute for XML
|
|
231
|
+
// if it exists. See http://www.w3.org/International/articles/language-tags/#extlang
|
|
232
|
+
cn: $.extend({}, locInfo, { name: "中文", nameEnglish: "Chinese" }),
|
|
233
|
+
zh: $.extend({}, locInfo, { name: "中文", nameEnglish: "Chinese" }),
|
|
234
|
+
"zh-CN": $.extend({}, locInfo, { name: "中文(中华人民共和国)", nameEnglish: "Chinese (Simplified, PRC)" })
|
|
235
|
+
}
|
|
236
|
+
});
|
|
237
|
+
}));
|
|
@@ -0,0 +1,197 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @license jqGrid Czech Translation
|
|
3
|
+
* Pavel Jirak pavel.jirak@jipas.cz
|
|
4
|
+
* doplnil Thomas Wagner xwagne01@stud.fit.vutbr.cz
|
|
5
|
+
* http://trirand.com/blog/
|
|
6
|
+
* Dual licensed under the MIT and GPL licenses:
|
|
7
|
+
* http://www.opensource.org/licenses/mit-license.php
|
|
8
|
+
* http://www.gnu.org/licenses/gpl.html
|
|
9
|
+
**/
|
|
10
|
+
|
|
11
|
+
/*jslint white: true */
|
|
12
|
+
/*global jQuery, module, require */
|
|
13
|
+
(function (factory) {
|
|
14
|
+
"use strict";
|
|
15
|
+
if (typeof define === "function" && define.amd) {
|
|
16
|
+
// AMD. Register as an anonymous module.
|
|
17
|
+
define(["jquery"], factory);
|
|
18
|
+
} else if (typeof module === "object" && module.exports) {
|
|
19
|
+
// Node/CommonJS
|
|
20
|
+
module.exports = function (root, $) {
|
|
21
|
+
if ($ === undefined) {
|
|
22
|
+
// require("jquery") returns a factory that requires window to
|
|
23
|
+
// build a jQuery instance, we normalize how we use modules
|
|
24
|
+
// that require this pattern but the window provided is a noop
|
|
25
|
+
// if it's defined (how jquery works)
|
|
26
|
+
$ = typeof window !== "undefined" ?
|
|
27
|
+
require("jquery") :
|
|
28
|
+
require("jquery")(root || window);
|
|
29
|
+
}
|
|
30
|
+
factory($);
|
|
31
|
+
return $;
|
|
32
|
+
};
|
|
33
|
+
} else {
|
|
34
|
+
// Browser globals
|
|
35
|
+
factory(jQuery);
|
|
36
|
+
}
|
|
37
|
+
}(function ($) {
|
|
38
|
+
"use strict";
|
|
39
|
+
var locInfo = {
|
|
40
|
+
isRTL: false,
|
|
41
|
+
defaults: {
|
|
42
|
+
recordtext: "Zobrazeno {0} - {1} z {2} záznamů",
|
|
43
|
+
emptyrecords: "Nenalezeny žádné záznamy",
|
|
44
|
+
loadtext: "Načítám...",
|
|
45
|
+
pgtext: "Strana {0} z {1}",
|
|
46
|
+
pgfirst: "First Page",
|
|
47
|
+
pglast: "Last Page",
|
|
48
|
+
pgnext: "Next Page",
|
|
49
|
+
pgprev: "Previous Page",
|
|
50
|
+
pgrecs: "Records per Page",
|
|
51
|
+
showhide: "Toggle Expand Collapse Grid",
|
|
52
|
+
savetext: "Ukládání..."
|
|
53
|
+
},
|
|
54
|
+
search: {
|
|
55
|
+
caption: "Vyhledávám...",
|
|
56
|
+
Find: "Hledat",
|
|
57
|
+
Reset: "Reset",
|
|
58
|
+
odata: [
|
|
59
|
+
{ oper: "eq", text: "rovno" },
|
|
60
|
+
{ oper: "ne", text: "nerovno" },
|
|
61
|
+
{ oper: "lt", text: "menší" },
|
|
62
|
+
{ oper: "le", text: "menší nebo rovno" },
|
|
63
|
+
{ oper: "gt", text: "větší" },
|
|
64
|
+
{ oper: "ge", text: "větší nebo rovno" },
|
|
65
|
+
{ oper: "bw", text: "začíná s" },
|
|
66
|
+
{ oper: "bn", text: "nezačíná s" },
|
|
67
|
+
{ oper: "in", text: "je v" },
|
|
68
|
+
{ oper: "ni", text: "není v" },
|
|
69
|
+
{ oper: "ew", text: "končí s" },
|
|
70
|
+
{ oper: "en", text: "nekončí s" },
|
|
71
|
+
{ oper: "cn", text: "obsahuje" },
|
|
72
|
+
{ oper: "nc", text: "neobsahuje" },
|
|
73
|
+
{ oper: "nu", text: "is null" },
|
|
74
|
+
{ oper: "nn", text: "is not null" }
|
|
75
|
+
],
|
|
76
|
+
groupOps: [
|
|
77
|
+
{ op: "AND", text: "všech" },
|
|
78
|
+
{ op: "OR", text: "některého z" }
|
|
79
|
+
],
|
|
80
|
+
addGroupTitle: "Add subgroup",
|
|
81
|
+
deleteGroupTitle: "Delete group",
|
|
82
|
+
addRuleTitle: "Add rule",
|
|
83
|
+
deleteRuleTitle: "Delete rule",
|
|
84
|
+
operandTitle: "Click to select search operation.",
|
|
85
|
+
resetTitle: "Reset Search Value"
|
|
86
|
+
},
|
|
87
|
+
edit: {
|
|
88
|
+
addCaption: "Přidat záznam",
|
|
89
|
+
editCaption: "Editace záznamu",
|
|
90
|
+
bSubmit: "Uložit",
|
|
91
|
+
bCancel: "Storno",
|
|
92
|
+
bClose: "Zavřít",
|
|
93
|
+
saveData: "Data byla změněna! Uložit změny?",
|
|
94
|
+
bYes: "Ano",
|
|
95
|
+
bNo: "Ne",
|
|
96
|
+
bExit: "Zrušit",
|
|
97
|
+
msg: {
|
|
98
|
+
required: "Pole je vyžadováno",
|
|
99
|
+
number: "Prosím, vložte validní číslo",
|
|
100
|
+
minValue: "hodnota musí být větší než nebo rovná ",
|
|
101
|
+
maxValue: "hodnota musí být menší než nebo rovná ",
|
|
102
|
+
email: "není validní e-mail",
|
|
103
|
+
integer: "Prosím, vložte celé číslo",
|
|
104
|
+
date: "Prosím, vložte validní datum",
|
|
105
|
+
url: "není platnou URL. Vyžadován prefix ('http://' or 'https://')",
|
|
106
|
+
nodefined: " není definován!",
|
|
107
|
+
novalue: " je vyžadována návratová hodnota!",
|
|
108
|
+
customarray: "Custom function mělá vrátit pole!",
|
|
109
|
+
customfcheck: "Custom function by měla být přítomna v případě custom checking!"
|
|
110
|
+
}
|
|
111
|
+
},
|
|
112
|
+
view: {
|
|
113
|
+
caption: "Zobrazit záznam",
|
|
114
|
+
bClose: "Zavřít"
|
|
115
|
+
},
|
|
116
|
+
del: {
|
|
117
|
+
caption: "Smazat",
|
|
118
|
+
msg: "Smazat vybraný(é) záznam(y)?",
|
|
119
|
+
bSubmit: "Smazat",
|
|
120
|
+
bCancel: "Storno"
|
|
121
|
+
},
|
|
122
|
+
nav: {
|
|
123
|
+
edittext: "",
|
|
124
|
+
edittitle: "Editovat vybraný řádek",
|
|
125
|
+
addtext: " ",
|
|
126
|
+
addtitle: "Přidat nový řádek",
|
|
127
|
+
deltext: "",
|
|
128
|
+
deltitle: "Smazat vybraný záznam ",
|
|
129
|
+
searchtext: "",
|
|
130
|
+
searchtitle: "Najít záznamy",
|
|
131
|
+
refreshtext: "",
|
|
132
|
+
refreshtitle: "Obnovit tabulku",
|
|
133
|
+
alertcap: "Varování",
|
|
134
|
+
alerttext: "Prosím, vyberte řádek",
|
|
135
|
+
viewtext: "",
|
|
136
|
+
viewtitle: "Zobrazit vybraný řádek",
|
|
137
|
+
savetext: "",
|
|
138
|
+
savetitle: "Save row",
|
|
139
|
+
canceltext: "",
|
|
140
|
+
canceltitle: "Cancel row editing"
|
|
141
|
+
},
|
|
142
|
+
col: {
|
|
143
|
+
caption: "Zobrazit/Skrýt sloupce",
|
|
144
|
+
bSubmit: "Uložit",
|
|
145
|
+
bCancel: "Storno"
|
|
146
|
+
},
|
|
147
|
+
errors: {
|
|
148
|
+
errcap: "Chyba",
|
|
149
|
+
nourl: "Není nastavena url",
|
|
150
|
+
norecords: "Žádné záznamy ke zpracování",
|
|
151
|
+
model: "Délka colNames <> colModel!"
|
|
152
|
+
},
|
|
153
|
+
formatter: {
|
|
154
|
+
integer: { thousandsSeparator: " ", defaultValue: "0" },
|
|
155
|
+
number: { decimalSeparator: ".", thousandsSeparator: " ", decimalPlaces: 2, defaultValue: "0.00" },
|
|
156
|
+
currency: { decimalSeparator: ".", thousandsSeparator: " ", decimalPlaces: 2, prefix: "", suffix: "", defaultValue: "0.00" },
|
|
157
|
+
date: {
|
|
158
|
+
dayNames: [
|
|
159
|
+
"Ne", "Po", "Út", "St", "Čt", "Pá", "So",
|
|
160
|
+
"Neděle", "Pondělí", "Úterý", "Středa", "Čtvrtek", "Pátek", "Sobota"
|
|
161
|
+
],
|
|
162
|
+
monthNames: [
|
|
163
|
+
"Led", "Úno", "Bře", "Dub", "Kvě", "Čer", "Čvc", "Srp", "Zář", "Říj", "Lis", "Pro",
|
|
164
|
+
"Leden", "Únor", "Březen", "Duben", "Květen", "Červen", "Červenec", "Srpen", "Září", "Říjen", "Listopad", "Prosinec"
|
|
165
|
+
],
|
|
166
|
+
AmPm: ["do", "od", "DO", "OD"],
|
|
167
|
+
S: function (j) {return j < 11 || j > 13 ? ["st", "nd", "rd", "th"][Math.min((j - 1) % 10, 3)] : "th";},
|
|
168
|
+
srcformat: "Y-m-d",
|
|
169
|
+
newformat: "d/m/Y",
|
|
170
|
+
masks: {
|
|
171
|
+
ShortDate: "n/j/Y",
|
|
172
|
+
LongDate: "l, F d, Y",
|
|
173
|
+
FullDateTime: "l, F d, Y g:i:s A",
|
|
174
|
+
MonthDay: "F d",
|
|
175
|
+
ShortTime: "g:i A",
|
|
176
|
+
LongTime: "g:i:s A",
|
|
177
|
+
YearMonth: "F, Y"
|
|
178
|
+
}
|
|
179
|
+
}
|
|
180
|
+
}
|
|
181
|
+
};
|
|
182
|
+
$.jgrid = $.jgrid || {};
|
|
183
|
+
$.extend(true, $.jgrid, {
|
|
184
|
+
defaults: {
|
|
185
|
+
locale: "cs"
|
|
186
|
+
},
|
|
187
|
+
locales: {
|
|
188
|
+
// In general the property name is free, but it's recommended to use the names based on
|
|
189
|
+
// http://www.iana.org/assignments/language-subtag-registry/language-subtag-registry
|
|
190
|
+
// http://rishida.net/utils/subtags/ and RFC 5646. See Appendix A of RFC 5646 for examples.
|
|
191
|
+
// One can use the lang attribute to specify language tags in HTML, and the xml:lang attribute for XML
|
|
192
|
+
// if it exists. See http://www.w3.org/International/articles/language-tags/#extlang
|
|
193
|
+
cs: $.extend({}, locInfo, { name: "čeština", nameEnglish: "Czech" }),
|
|
194
|
+
"cs-CZ": $.extend({}, locInfo, { name: "čeština (Česká republika)", nameEnglish: "Czech (Czech Republic)" })
|
|
195
|
+
}
|
|
196
|
+
});
|
|
197
|
+
}));
|