@ntlab/ntjs-assets 2.36.0 → 2.37.0
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/assets/js/cdn.json +1 -1
- package/assets/js/jqGrid/css/ui.jqgrid-bootstrap.css +32 -0
- package/assets/js/jqGrid/css/ui.jqgrid-bootstrap4.css +32 -1
- package/assets/js/jqGrid/css/ui.jqgrid-bootstrap5.css +63 -0
- package/assets/js/jqGrid/css/ui.jqgrid.css +147 -4
- package/assets/js/jqGrid/js/addons/old_css_def.js +150 -0
- package/assets/js/jqGrid/js/grid.base.js +261 -581
- package/assets/js/jqGrid/js/grid.clipboard.js +588 -0
- package/assets/js/jqGrid/js/grid.common.js +91 -9
- package/assets/js/jqGrid/js/grid.export.js +95 -27
- package/assets/js/jqGrid/js/grid.filter.js +4 -50
- package/assets/js/jqGrid/js/grid.formedit.js +4 -1
- package/assets/js/jqGrid/js/grid.frozenrows.js +39 -160
- package/assets/js/jqGrid/js/grid.grouping.js +35 -48
- package/assets/js/jqGrid/js/grid.pivot.js +38 -16
- package/assets/js/jqGrid/js/grid.subgrid.js +1 -1
- package/assets/js/jqGrid/js/i18n/grid.locale-ar.js +28 -0
- package/assets/js/jqGrid/js/i18n/grid.locale-bg.js +28 -0
- package/assets/js/jqGrid/js/i18n/grid.locale-ca.js +28 -0
- package/assets/js/jqGrid/js/i18n/grid.locale-cn.js +28 -0
- package/assets/js/jqGrid/js/i18n/grid.locale-cs.js +28 -0
- package/assets/js/jqGrid/js/i18n/grid.locale-de.js +28 -0
- package/assets/js/jqGrid/js/i18n/grid.locale-dk.js +28 -0
- package/assets/js/jqGrid/js/i18n/grid.locale-el.js +28 -0
- package/assets/js/jqGrid/js/i18n/grid.locale-en.js +28 -0
- package/assets/js/jqGrid/js/i18n/grid.locale-es.js +28 -0
- package/assets/js/jqGrid/js/i18n/grid.locale-fa.js +31 -3
- package/assets/js/jqGrid/js/i18n/grid.locale-fi.js +28 -0
- package/assets/js/jqGrid/js/i18n/grid.locale-fr.js +28 -0
- package/assets/js/jqGrid/js/i18n/grid.locale-gl.js +28 -0
- package/assets/js/jqGrid/js/i18n/grid.locale-he.js +28 -0
- package/assets/js/jqGrid/js/i18n/grid.locale-hr.js +28 -0
- package/assets/js/jqGrid/js/i18n/grid.locale-hu.js +28 -0
- package/assets/js/jqGrid/js/i18n/grid.locale-id.js +28 -0
- package/assets/js/jqGrid/js/i18n/grid.locale-is.js +28 -0
- package/assets/js/jqGrid/js/i18n/grid.locale-it.js +28 -0
- package/assets/js/jqGrid/js/i18n/grid.locale-ja.js +28 -0
- package/assets/js/jqGrid/js/i18n/grid.locale-kr.js +28 -0
- package/assets/js/jqGrid/js/i18n/grid.locale-lt.js +28 -0
- package/assets/js/jqGrid/js/i18n/grid.locale-me.js +28 -0
- package/assets/js/jqGrid/js/i18n/grid.locale-nl.js +28 -0
- package/assets/js/jqGrid/js/i18n/grid.locale-no.js +28 -1
- package/assets/js/jqGrid/js/i18n/grid.locale-pl.js +28 -0
- package/assets/js/jqGrid/js/i18n/grid.locale-pt-br.js +28 -0
- package/assets/js/jqGrid/js/i18n/grid.locale-pt.js +28 -0
- package/assets/js/jqGrid/js/i18n/grid.locale-ro.js +28 -0
- package/assets/js/jqGrid/js/i18n/grid.locale-ru.js +28 -0
- package/assets/js/jqGrid/js/i18n/grid.locale-sk.js +28 -0
- package/assets/js/jqGrid/js/i18n/grid.locale-sq.js +28 -0
- package/assets/js/jqGrid/js/i18n/grid.locale-sr-latin.js +28 -0
- package/assets/js/jqGrid/js/i18n/grid.locale-sr.js +28 -0
- package/assets/js/jqGrid/js/i18n/grid.locale-sv.js +28 -0
- package/assets/js/jqGrid/js/i18n/grid.locale-th.js +28 -0
- package/assets/js/jqGrid/js/i18n/grid.locale-tr.js +28 -0
- package/assets/js/jqGrid/js/i18n/grid.locale-tw.js +28 -0
- package/assets/js/jqGrid/js/i18n/grid.locale-uk.js +28 -0
- package/assets/js/jqGrid/js/i18n/grid.locale-vi.js +28 -0
- package/assets/js/jqGrid/js/jquery.jqGrid.js +1142 -896
- package/assets/js/jqGrid/js/jquery.jqGrid.min.js +2 -2
- package/assets/js/jqGrid/js/jquery.jqGrid.min.js.map +1 -1
- package/assets/js/jqGrid/js/minified/grid.aria.js +1 -1
- package/assets/js/jqGrid/js/minified/grid.base.js +1 -1
- package/assets/js/jqGrid/js/minified/grid.celledit.js +1 -1
- package/assets/js/jqGrid/js/minified/grid.clipboard.js +1 -0
- package/assets/js/jqGrid/js/minified/grid.common.js +1 -1
- package/assets/js/jqGrid/js/minified/grid.database.js +1 -1
- package/assets/js/jqGrid/js/minified/grid.export.js +1 -1
- package/assets/js/jqGrid/js/minified/grid.filter.js +1 -1
- package/assets/js/jqGrid/js/minified/grid.formedit.js +1 -1
- package/assets/js/jqGrid/js/minified/grid.frozenrows.js +1 -1
- package/assets/js/jqGrid/js/minified/grid.grouping.js +1 -1
- package/assets/js/jqGrid/js/minified/grid.import.js +1 -1
- package/assets/js/jqGrid/js/minified/grid.inlinedit.js +1 -1
- package/assets/js/jqGrid/js/minified/grid.jqueryui.js +1 -1
- package/assets/js/jqGrid/js/minified/grid.pivot.js +1 -1
- package/assets/js/jqGrid/js/minified/grid.subgrid.js +1 -1
- package/assets/js/jqGrid/js/minified/grid.transposed.js +1 -1
- package/assets/js/jqGrid/js/minified/grid.treegrid.js +1 -1
- package/assets/js/jqGrid/js/minified/grid.utils.js +1 -1
- package/assets/js/jqGrid/js/minified/i18n/grid.locale-ar.js +1 -1
- package/assets/js/jqGrid/js/minified/i18n/grid.locale-bg.js +1 -1
- package/assets/js/jqGrid/js/minified/i18n/grid.locale-ca.js +1 -1
- package/assets/js/jqGrid/js/minified/i18n/grid.locale-cn.js +1 -1
- package/assets/js/jqGrid/js/minified/i18n/grid.locale-cs.js +1 -1
- package/assets/js/jqGrid/js/minified/i18n/grid.locale-de.js +1 -1
- package/assets/js/jqGrid/js/minified/i18n/grid.locale-dk.js +1 -1
- package/assets/js/jqGrid/js/minified/i18n/grid.locale-el.js +1 -1
- package/assets/js/jqGrid/js/minified/i18n/grid.locale-en.js +1 -1
- package/assets/js/jqGrid/js/minified/i18n/grid.locale-es.js +1 -1
- package/assets/js/jqGrid/js/minified/i18n/grid.locale-fa.js +1 -1
- package/assets/js/jqGrid/js/minified/i18n/grid.locale-fi.js +1 -1
- package/assets/js/jqGrid/js/minified/i18n/grid.locale-fr.js +1 -1
- package/assets/js/jqGrid/js/minified/i18n/grid.locale-gl.js +1 -1
- package/assets/js/jqGrid/js/minified/i18n/grid.locale-he.js +1 -1
- package/assets/js/jqGrid/js/minified/i18n/grid.locale-hr.js +1 -1
- package/assets/js/jqGrid/js/minified/i18n/grid.locale-hu.js +1 -1
- package/assets/js/jqGrid/js/minified/i18n/grid.locale-id.js +1 -1
- package/assets/js/jqGrid/js/minified/i18n/grid.locale-is.js +1 -1
- package/assets/js/jqGrid/js/minified/i18n/grid.locale-it.js +1 -1
- package/assets/js/jqGrid/js/minified/i18n/grid.locale-ja.js +1 -1
- package/assets/js/jqGrid/js/minified/i18n/grid.locale-kr.js +1 -1
- package/assets/js/jqGrid/js/minified/i18n/grid.locale-lt.js +1 -1
- package/assets/js/jqGrid/js/minified/i18n/grid.locale-me.js +1 -1
- package/assets/js/jqGrid/js/minified/i18n/grid.locale-nl.js +1 -1
- package/assets/js/jqGrid/js/minified/i18n/grid.locale-no.js +1 -1
- package/assets/js/jqGrid/js/minified/i18n/grid.locale-pl.js +1 -1
- package/assets/js/jqGrid/js/minified/i18n/grid.locale-pt-br.js +1 -1
- package/assets/js/jqGrid/js/minified/i18n/grid.locale-pt.js +1 -1
- package/assets/js/jqGrid/js/minified/i18n/grid.locale-ro.js +1 -1
- package/assets/js/jqGrid/js/minified/i18n/grid.locale-ru.js +1 -1
- package/assets/js/jqGrid/js/minified/i18n/grid.locale-sk.js +1 -1
- package/assets/js/jqGrid/js/minified/i18n/grid.locale-sq.js +1 -1
- package/assets/js/jqGrid/js/minified/i18n/grid.locale-sr-latin.js +1 -1
- package/assets/js/jqGrid/js/minified/i18n/grid.locale-sr.js +1 -1
- package/assets/js/jqGrid/js/minified/i18n/grid.locale-sv.js +1 -1
- package/assets/js/jqGrid/js/minified/i18n/grid.locale-th.js +1 -1
- package/assets/js/jqGrid/js/minified/i18n/grid.locale-tr.js +1 -1
- package/assets/js/jqGrid/js/minified/i18n/grid.locale-tw.js +1 -1
- package/assets/js/jqGrid/js/minified/i18n/grid.locale-uk.js +1 -1
- package/assets/js/jqGrid/js/minified/i18n/grid.locale-vi.js +1 -1
- package/assets/js/jqGrid/js/minified/jqDnR.js +1 -1
- package/assets/js/jqGrid/js/minified/jqModal.js +1 -1
- package/assets/js/jqGrid/js/minified/jquery.fmatter.js +1 -1
- package/assets/js/jqGrid/js/minified/jquery.sortable.js +1 -1
- package/package.json +1 -1
package/assets/js/cdn.json
CHANGED
|
@@ -1008,3 +1008,35 @@ td.menu_text {
|
|
|
1008
1008
|
width:auto;
|
|
1009
1009
|
position :absolute;
|
|
1010
1010
|
}
|
|
1011
|
+
|
|
1012
|
+
.ui-jqgrid-btable td.selected-cell {
|
|
1013
|
+
background-color: antiquewhite;
|
|
1014
|
+
}
|
|
1015
|
+
|
|
1016
|
+
/* frozen rows */
|
|
1017
|
+
.frozen-row-class {
|
|
1018
|
+
z-index: 2;
|
|
1019
|
+
position: sticky;
|
|
1020
|
+
position: -webkit-sticky;
|
|
1021
|
+
background-color: #fff !important;
|
|
1022
|
+
box-shadow: inset 0px 1px 0 #ddd, inset 0px -1px 0 #ddd !important;
|
|
1023
|
+
}
|
|
1024
|
+
/* frozen columns */
|
|
1025
|
+
.frozen-col-class {
|
|
1026
|
+
z-index: 1;
|
|
1027
|
+
position: sticky;
|
|
1028
|
+
position: -webkit-sticky;
|
|
1029
|
+
background-color: #fff !important;
|
|
1030
|
+
box-shadow: inset -1px 0px 0 #ddd !important;
|
|
1031
|
+
}
|
|
1032
|
+
.frozen-col-class-rtl {
|
|
1033
|
+
z-index: 1;
|
|
1034
|
+
position: sticky;
|
|
1035
|
+
position: -webkit-sticky;
|
|
1036
|
+
background-color: #fff !important;
|
|
1037
|
+
box-shadow: inset 1px 0px 0 #ddd !important;
|
|
1038
|
+
}
|
|
1039
|
+
.for-sticky {
|
|
1040
|
+
box-shadow :none !important;
|
|
1041
|
+
border-right-width: 0px !important;
|
|
1042
|
+
}
|
|
@@ -1226,4 +1226,35 @@ a.colmenu .colmenuspan
|
|
|
1226
1226
|
.ui-col-menu {
|
|
1227
1227
|
overflow: auto;
|
|
1228
1228
|
height: 17em;
|
|
1229
|
-
}
|
|
1229
|
+
}
|
|
1230
|
+
.ui-jqgrid-btable td.selected-cell {
|
|
1231
|
+
background-color: antiquewhite;
|
|
1232
|
+
}
|
|
1233
|
+
|
|
1234
|
+
/* frozen rows */
|
|
1235
|
+
.frozen-row-class {
|
|
1236
|
+
z-index: 2;
|
|
1237
|
+
position: sticky;
|
|
1238
|
+
position: -webkit-sticky;
|
|
1239
|
+
background-color: #fff !important;
|
|
1240
|
+
box-shadow: inset 0px 1px 0 #ddd, inset 0px -1px 0 #ddd !important;
|
|
1241
|
+
}
|
|
1242
|
+
/* frozen columns */
|
|
1243
|
+
.frozen-col-class {
|
|
1244
|
+
z-index: 1;
|
|
1245
|
+
position: sticky;
|
|
1246
|
+
position: -webkit-sticky;
|
|
1247
|
+
background-color: #fff !important;
|
|
1248
|
+
box-shadow: inset -1px 0px 0 #ddd !important;
|
|
1249
|
+
}
|
|
1250
|
+
.frozen-col-class-rtl {
|
|
1251
|
+
z-index: 1;
|
|
1252
|
+
position: sticky;
|
|
1253
|
+
position: -webkit-sticky;
|
|
1254
|
+
background-color: #fff !important;
|
|
1255
|
+
box-shadow: inset 1px 0px 0 #ddd !important;
|
|
1256
|
+
}
|
|
1257
|
+
.for-sticky {
|
|
1258
|
+
box-shadow :none !important;
|
|
1259
|
+
border-right-width: 0px !important;
|
|
1260
|
+
}
|
|
@@ -1315,6 +1315,25 @@ a.colmenu .colmenuspan
|
|
|
1315
1315
|
border: 1px solid var(--tbl-brd-color, #ddd);
|
|
1316
1316
|
box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
|
|
1317
1317
|
}
|
|
1318
|
+
#info_dialog .info_content {
|
|
1319
|
+
margin:0px;
|
|
1320
|
+
padding: 0.4em 0.4em 0.8em 0.4em;
|
|
1321
|
+
width:100%;
|
|
1322
|
+
overflow:auto;
|
|
1323
|
+
position:relative;
|
|
1324
|
+
text-align: center;
|
|
1325
|
+
}
|
|
1326
|
+
#info_dialog .info_footer {
|
|
1327
|
+
text-align: center;
|
|
1328
|
+
padding-bottom:0.3em;
|
|
1329
|
+
padding-top:0.3em;
|
|
1330
|
+
background-image: none;
|
|
1331
|
+
border-width: 1px 0 0 0;
|
|
1332
|
+
}
|
|
1333
|
+
#info_dialog .ui-jqdialog-titlebar-close:hover {
|
|
1334
|
+
background-color :var(--tbl-brd-color, #ddd);
|
|
1335
|
+
}
|
|
1336
|
+
|
|
1318
1337
|
.ui-col-menu {
|
|
1319
1338
|
overflow: auto;
|
|
1320
1339
|
height: 17em;
|
|
@@ -1324,3 +1343,47 @@ a.colmenu .colmenuspan
|
|
|
1324
1343
|
}
|
|
1325
1344
|
/*uncomment this if you use ie11*/
|
|
1326
1345
|
/* <script>window.MSInputMethodContext && document.documentMode && document.write('<script src="https://cdn.jsdelivr.net/gh/nuxodin/ie11CustomProperties@4.1.0/ie11CustomProperties.min.js"><\/script>');</script>*/
|
|
1346
|
+
|
|
1347
|
+
.ui-jqgrid-btable td.selected-cell {
|
|
1348
|
+
background-color: antiquewhite;
|
|
1349
|
+
}
|
|
1350
|
+
.toast-success {
|
|
1351
|
+
background-color: #e8f6f3 !important;
|
|
1352
|
+
}
|
|
1353
|
+
.toast-warning {
|
|
1354
|
+
background-color: #fef9e7 !important;
|
|
1355
|
+
}
|
|
1356
|
+
.toast-info {
|
|
1357
|
+
background-color: #ebf5fb !important;
|
|
1358
|
+
}
|
|
1359
|
+
.toast-error {
|
|
1360
|
+
background-color: #fadbd8 !important;
|
|
1361
|
+
}
|
|
1362
|
+
|
|
1363
|
+
/* frozen rows */
|
|
1364
|
+
.frozen-row-class {
|
|
1365
|
+
z-index: 2;
|
|
1366
|
+
position: sticky;
|
|
1367
|
+
position: -webkit-sticky;
|
|
1368
|
+
background-color: #fff !important;
|
|
1369
|
+
box-shadow: inset 0px 1px 0 var(--tbl-brd-color, #ddd), inset 0px -1px 0 var(--tbl-brd-color, #ddd) !important;
|
|
1370
|
+
}
|
|
1371
|
+
/* frozen columns */
|
|
1372
|
+
.frozen-col-class {
|
|
1373
|
+
z-index: 1;
|
|
1374
|
+
position: sticky;
|
|
1375
|
+
position: -webkit-sticky;
|
|
1376
|
+
background-color: #fff !important;
|
|
1377
|
+
box-shadow: inset -1px 0px 0 #ddd !important;
|
|
1378
|
+
}
|
|
1379
|
+
.frozen-col-class-rtl {
|
|
1380
|
+
z-index: 1;
|
|
1381
|
+
position: sticky;
|
|
1382
|
+
position: -webkit-sticky;
|
|
1383
|
+
background-color: #fff !important;
|
|
1384
|
+
box-shadow: inset 1px 0px 0 #ddd !important;
|
|
1385
|
+
}
|
|
1386
|
+
.for-sticky {
|
|
1387
|
+
box-shadow :none !important;
|
|
1388
|
+
border-right-width: 0px !important;
|
|
1389
|
+
}
|
|
@@ -82,7 +82,7 @@
|
|
|
82
82
|
.ui-jqgrid tr.jqgfirstrow td {padding: 0 2px 0 2px;border-right-width: 1px; border-right-style: solid; height:auto;}
|
|
83
83
|
.ui-jqgrid tr.jqfoot td {font-weight: bold; overflow: hidden; white-space: pre; height: 22px;padding: 0 2px 0 2px;border-bottom-width: 1px; border-bottom-color: inherit; border-bottom-style: solid;}
|
|
84
84
|
.ui-jqgrid tr.ui-row-ltr td {text-align:left;border-right-width: 1px; border-right-color: inherit; border-right-style: solid;}
|
|
85
|
-
.ui-jqgrid tr.ui-row-rtl td {text-align:right;border-left-width: 1px; border-left-color: inherit; border-left-style: solid;}
|
|
85
|
+
.ui-jqgrid tr.ui-row-rtl td {text-align:right;border-left-width: 1px; border-left-color: inherit; border-left-style: solid; border-right-width: 0px !important; border-right-style: none !important}
|
|
86
86
|
.ui-jqgrid td.jqgrid-rownum { padding: 0 2px 0 2px; margin: 0; border: 0 none;}
|
|
87
87
|
.ui-jqgrid .ui-jqgrid-resize-mark { width:2px; left:0; background-color:#777; cursor: e-resize; cursor: col-resize; position:absolute; top:0; height:100px; overflow:hidden; display:none; border:0 none; z-index: 99999;}
|
|
88
88
|
.ui-jqgrid-table-striped > tbody > tr:nth-of-type(odd) {
|
|
@@ -94,13 +94,13 @@
|
|
|
94
94
|
.ui-jqgrid .ui-jqgrid-ftable {table-layout:fixed; margin-bottom:0;border-collapse: separate;}
|
|
95
95
|
.ui-jqgrid tr.footrow td {font-weight: bold; overflow: hidden; white-space:nowrap; height: 23px;padding: 1px 2px 1px 2px;border-top-width: 1px; border-top-color: inherit; border-top-style: solid;border-bottom: 0 none;}
|
|
96
96
|
.ui-jqgrid tr.footrow-ltr td {text-align:left;border-right-width: 1px; border-right-color: inherit; border-right-style: solid;}
|
|
97
|
-
.ui-jqgrid tr.footrow-rtl td {text-align:right;border-left-width: 1px; border-left-color: inherit; border-left-style: solid;}
|
|
97
|
+
.ui-jqgrid tr.footrow-rtl td {text-align:right;border-left-width: 1px; border-left-color: inherit; border-left-style: solid;border-right-width: 0px !important; border-right-style: none !important}
|
|
98
98
|
/* headerrow */
|
|
99
99
|
.ui-jqgrid .ui-jqgrid-hrdiv {position: relative; margin: 0;padding: 0; overflow: hidden; border-left: 0 none !important; border-top : 0 none !important; border-right : 0 none !important;}
|
|
100
100
|
.ui-jqgrid .ui-jqgrid-hrtable {table-layout:fixed; margin-bottom:0;border-collapse: separate;}
|
|
101
101
|
.ui-jqgrid tr.hrheadrow td { overflow: hidden; white-space:nowrap; height: 23px;padding: 1px 2px 1px 2px;border-bottom-width: 1px; border-bottom-color: inherit; border-bottom-style: solid;border-top: 0 none;}
|
|
102
102
|
.ui-jqgrid tr.hrheadrow-ltr td {text-align:left;border-right-width: 1px; border-right-color: inherit; border-right-style: solid;}
|
|
103
|
-
.ui-jqgrid tr.hrheadrow-rtl td {text-align:right;border-left-width: 1px; border-left-color: inherit; border-left-style: solid;}
|
|
103
|
+
.ui-jqgrid tr.hrheadrow-rtl td {text-align:right;border-left-width: 1px; border-left-color: inherit; border-left-style: solid;border-right-width: 0px !important; border-right-style: none !important}
|
|
104
104
|
/* Pager*/
|
|
105
105
|
.ui-jqgrid .ui-jqgrid-pager {
|
|
106
106
|
border-left: 0 none !important;
|
|
@@ -252,6 +252,22 @@
|
|
|
252
252
|
overflow: auto;
|
|
253
253
|
}
|
|
254
254
|
.jqgrid-overlay-modal { display : none; }
|
|
255
|
+
|
|
256
|
+
#info_dialog .info_content {
|
|
257
|
+
margin:0px;
|
|
258
|
+
padding: 0.4em 0.4em 0.8em 0.4em;
|
|
259
|
+
width:100%;
|
|
260
|
+
overflow:auto;
|
|
261
|
+
position:relative;
|
|
262
|
+
text-align: center;
|
|
263
|
+
}
|
|
264
|
+
#info_dialog .info_footer {
|
|
265
|
+
text-align: center;
|
|
266
|
+
padding-bottom:0.3em;
|
|
267
|
+
padding-top:0.3em;
|
|
268
|
+
background-image: none;
|
|
269
|
+
border-width: 1px 0 0 0;
|
|
270
|
+
}
|
|
255
271
|
/* end Modal window*/
|
|
256
272
|
/* Form edit */
|
|
257
273
|
.ui-jqdialog-content .FormGrid {margin: 0; overflow:auto;position:relative;}
|
|
@@ -565,7 +581,7 @@ td.menu_text {
|
|
|
565
581
|
.ui-jqgrid td.jqgrid-searchcol input {
|
|
566
582
|
width: 100%;
|
|
567
583
|
overflow: auto;
|
|
568
|
-
}
|
|
584
|
+
}
|
|
569
585
|
|
|
570
586
|
.ui-jqgrid .frozen-rdiv {
|
|
571
587
|
z-index: 10000;
|
|
@@ -574,3 +590,130 @@ td.menu_text {
|
|
|
574
590
|
overflow: auto;
|
|
575
591
|
height: 17em;
|
|
576
592
|
}
|
|
593
|
+
|
|
594
|
+
#infocnt {
|
|
595
|
+
border-width: 0;
|
|
596
|
+
}
|
|
597
|
+
|
|
598
|
+
.ui-jqgrid-btable td.selected-cell {
|
|
599
|
+
background-color: antiquewhite;
|
|
600
|
+
}
|
|
601
|
+
|
|
602
|
+
.top-0 {
|
|
603
|
+
top: 0!important
|
|
604
|
+
}
|
|
605
|
+
|
|
606
|
+
.top-50 {
|
|
607
|
+
top: 50%!important
|
|
608
|
+
}
|
|
609
|
+
|
|
610
|
+
.top-100 {
|
|
611
|
+
top: 100%!important
|
|
612
|
+
}
|
|
613
|
+
|
|
614
|
+
.bottom-0 {
|
|
615
|
+
bottom: 0!important;
|
|
616
|
+
top: auto;
|
|
617
|
+
}
|
|
618
|
+
|
|
619
|
+
.bottom-50 {
|
|
620
|
+
bottom: 50%!important
|
|
621
|
+
}
|
|
622
|
+
|
|
623
|
+
.bottom-100 {
|
|
624
|
+
bottom: 100%!important
|
|
625
|
+
}
|
|
626
|
+
|
|
627
|
+
.start-0 {
|
|
628
|
+
left: 0!important;
|
|
629
|
+
top: auto;
|
|
630
|
+
}
|
|
631
|
+
|
|
632
|
+
.start-50 {
|
|
633
|
+
left: 50%!important;
|
|
634
|
+
top: auto;
|
|
635
|
+
}
|
|
636
|
+
|
|
637
|
+
.start-100 {
|
|
638
|
+
left: 100%!important;
|
|
639
|
+
top: auto;
|
|
640
|
+
}
|
|
641
|
+
|
|
642
|
+
.end-0 {
|
|
643
|
+
right: 0!important;
|
|
644
|
+
left : auto;
|
|
645
|
+
}
|
|
646
|
+
|
|
647
|
+
.end-50 {
|
|
648
|
+
right: 50%!important
|
|
649
|
+
}
|
|
650
|
+
|
|
651
|
+
.end-100 {
|
|
652
|
+
right: 100%!important
|
|
653
|
+
}
|
|
654
|
+
.translate-middle {
|
|
655
|
+
transform: translate(-50%,-50%)!important
|
|
656
|
+
}
|
|
657
|
+
|
|
658
|
+
.translate-middle-x {
|
|
659
|
+
transform: translateX(-50%)!important
|
|
660
|
+
}
|
|
661
|
+
|
|
662
|
+
.translate-middle-y {
|
|
663
|
+
transform: translateY(-50%)!important
|
|
664
|
+
}
|
|
665
|
+
|
|
666
|
+
|
|
667
|
+
.toast-success {
|
|
668
|
+
background-color: #e8f6f3 !important;
|
|
669
|
+
}
|
|
670
|
+
.toast-success .ui-jqdialog-content .info_content {
|
|
671
|
+
background: none !important;
|
|
672
|
+
}
|
|
673
|
+
.toast-warning {
|
|
674
|
+
background-color: #fef9e7 !important;
|
|
675
|
+
}
|
|
676
|
+
.toast-warning .ui-jqdialog-content .info_content {
|
|
677
|
+
background: none !important;
|
|
678
|
+
}
|
|
679
|
+
.toast-info {
|
|
680
|
+
background: none !important;
|
|
681
|
+
background-color: #ebf5fb !important;
|
|
682
|
+
}
|
|
683
|
+
.toast-info .ui-jqdialog-content .info_content {
|
|
684
|
+
background: none !important;
|
|
685
|
+
}
|
|
686
|
+
.toast-error {
|
|
687
|
+
background-color: #fadbd8 !important;
|
|
688
|
+
}
|
|
689
|
+
.toast-error .ui-jqdialog-content .info_content {
|
|
690
|
+
background: none !important;
|
|
691
|
+
}
|
|
692
|
+
|
|
693
|
+
/* frozen rows */
|
|
694
|
+
.frozen-row-class {
|
|
695
|
+
z-index: 2;
|
|
696
|
+
position: sticky;
|
|
697
|
+
position: -webkit-sticky;
|
|
698
|
+
background-color: #fff !important;
|
|
699
|
+
box-shadow: inset 0px 1px 0 #ddd, inset 0px -1px 0 #ddd !important;
|
|
700
|
+
}
|
|
701
|
+
/* frozen columns */
|
|
702
|
+
.frozen-col-class {
|
|
703
|
+
z-index: 1;
|
|
704
|
+
position: sticky;
|
|
705
|
+
position: -webkit-sticky;
|
|
706
|
+
background-color: #fff !important;
|
|
707
|
+
box-shadow: inset -1px 0px 0 #ddd !important;
|
|
708
|
+
}
|
|
709
|
+
.frozen-col-class-rtl {
|
|
710
|
+
z-index: 1;
|
|
711
|
+
position: sticky;
|
|
712
|
+
position: -webkit-sticky;
|
|
713
|
+
background-color: #fff !important;
|
|
714
|
+
box-shadow: inset 1px 0px 0 #ddd !important;
|
|
715
|
+
}
|
|
716
|
+
.for-sticky {
|
|
717
|
+
box-shadow :none !important;
|
|
718
|
+
border-right-width: 0px !important;
|
|
719
|
+
}
|
|
@@ -0,0 +1,150 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
|
|
3
|
+
* Click nbfs://nbhost/SystemFileSystem/Templates/ClientSide/javascript.js to edit this template
|
|
4
|
+
*/
|
|
5
|
+
$.extend($.jgrid,{
|
|
6
|
+
styleUI : {
|
|
7
|
+
Bootstrap : {
|
|
8
|
+
common : {
|
|
9
|
+
disabled: "ui-disabled",
|
|
10
|
+
highlight : "success",
|
|
11
|
+
hover : "active",
|
|
12
|
+
cornerall: "",
|
|
13
|
+
cornertop: "",
|
|
14
|
+
cornerbottom : "",
|
|
15
|
+
hidden : "",
|
|
16
|
+
icon_base : "glyphicon",
|
|
17
|
+
overlay: "ui-overlay",
|
|
18
|
+
active : "active",
|
|
19
|
+
error : "bg-danger",
|
|
20
|
+
button : "btn btn-default",
|
|
21
|
+
content : "",
|
|
22
|
+
shadow : ""
|
|
23
|
+
},
|
|
24
|
+
base : {
|
|
25
|
+
entrieBox : "",
|
|
26
|
+
viewBox : "table-responsive",
|
|
27
|
+
headerTable : "table table-bordered",
|
|
28
|
+
headerBox : "",
|
|
29
|
+
rowTable : "table table-bordered",
|
|
30
|
+
rowBox : "",
|
|
31
|
+
stripedTable : "table-striped",
|
|
32
|
+
footerTable : "table table-bordered",
|
|
33
|
+
footerBox : "",
|
|
34
|
+
headerRowTable : "table table-bordered",
|
|
35
|
+
headerRowBox : "",
|
|
36
|
+
headerDiv : "",
|
|
37
|
+
gridtitleBox : "",
|
|
38
|
+
customtoolbarBox : "",
|
|
39
|
+
//overlayBox: "ui-overlay",
|
|
40
|
+
loadingBox : "row",
|
|
41
|
+
rownumBox : "active",
|
|
42
|
+
scrollBox : "",
|
|
43
|
+
multiBox : "checkbox",
|
|
44
|
+
pagerBox : "",
|
|
45
|
+
pagerTable : "table",
|
|
46
|
+
toppagerBox : "",
|
|
47
|
+
pgInput : "form-control",
|
|
48
|
+
pgSelectBox : "form-control",
|
|
49
|
+
pgButtonBox : "",
|
|
50
|
+
icon_first : "glyphicon-step-backward",
|
|
51
|
+
icon_prev : "glyphicon-backward",
|
|
52
|
+
icon_next: "glyphicon-forward",
|
|
53
|
+
icon_end: "glyphicon-step-forward",
|
|
54
|
+
icon_asc : "glyphicon-triangle-top",
|
|
55
|
+
icon_desc : "glyphicon-triangle-bottom",
|
|
56
|
+
icon_caption_open : "glyphicon-circle-arrow-up",
|
|
57
|
+
icon_caption_close : "glyphicon-circle-arrow-down"
|
|
58
|
+
},
|
|
59
|
+
modal : {
|
|
60
|
+
modal : "modal",
|
|
61
|
+
content :"modal-content",
|
|
62
|
+
header : "modal-header",
|
|
63
|
+
title : "modal-title",
|
|
64
|
+
body :"modal-body",
|
|
65
|
+
footer :"modal-footer",
|
|
66
|
+
resizable : "ui-resizable-handle ui-resizable-se",
|
|
67
|
+
icon_close : "glyphicon-remove-circle",
|
|
68
|
+
icon_resizable : "glyphicon-import"
|
|
69
|
+
},
|
|
70
|
+
celledit : {
|
|
71
|
+
inputClass : 'form-control',
|
|
72
|
+
selectClass: 'form-control'
|
|
73
|
+
},
|
|
74
|
+
inlinedit : {
|
|
75
|
+
inputClass : 'form-control',
|
|
76
|
+
selectClass: 'form-control',
|
|
77
|
+
icon_edit_nav : "glyphicon-edit",
|
|
78
|
+
icon_add_nav : "glyphicon-plus",
|
|
79
|
+
icon_save_nav : "glyphicon-save",
|
|
80
|
+
icon_cancel_nav : "glyphicon-remove-circle"
|
|
81
|
+
},
|
|
82
|
+
formedit : {
|
|
83
|
+
labelClass : "",
|
|
84
|
+
inputClass : "form-control",
|
|
85
|
+
selectClass: 'form-control',
|
|
86
|
+
icon_prev : "glyphicon-step-backward",
|
|
87
|
+
icon_next : "glyphicon-step-forward",
|
|
88
|
+
icon_save : "glyphicon-save",
|
|
89
|
+
icon_close : "glyphicon-remove-circle",
|
|
90
|
+
icon_del : "glyphicon-trash",
|
|
91
|
+
icon_cancel : "glyphicon-remove-circle"
|
|
92
|
+
},
|
|
93
|
+
navigator : {
|
|
94
|
+
icon_edit_nav : "glyphicon-edit",
|
|
95
|
+
icon_add_nav : "glyphicon-plus",
|
|
96
|
+
icon_del_nav : "glyphicon-trash",
|
|
97
|
+
icon_search_nav : "glyphicon-search",
|
|
98
|
+
icon_refresh_nav : "glyphicon-refresh",
|
|
99
|
+
icon_view_nav : "glyphicon-info-sign",
|
|
100
|
+
icon_newbutton_nav : "glyphicon-new-window"
|
|
101
|
+
},
|
|
102
|
+
grouping : {
|
|
103
|
+
icon_plus : 'glyphicon-triangle-right',
|
|
104
|
+
icon_minus : 'glyphicon-triangle-bottom'
|
|
105
|
+
},
|
|
106
|
+
filter : {
|
|
107
|
+
table_widget : 'table table-condensed',
|
|
108
|
+
srSelect : 'form-control',
|
|
109
|
+
srInput : 'form-control',
|
|
110
|
+
menu_widget : '',
|
|
111
|
+
icon_search : 'glyphicon-search',
|
|
112
|
+
icon_reset : 'glyphicon-refresh',
|
|
113
|
+
icon_query :'glyphicon-comment'
|
|
114
|
+
},
|
|
115
|
+
subgrid : {
|
|
116
|
+
icon_plus : 'glyphicon-triangle-right',
|
|
117
|
+
icon_minus : 'glyphicon-triangle-bottom',
|
|
118
|
+
icon_open : 'glyphicon-indent-left'
|
|
119
|
+
},
|
|
120
|
+
treegrid : {
|
|
121
|
+
icon_plus : 'glyphicon-triangle-right',
|
|
122
|
+
icon_minus : 'glyphicon-triangle-bottom',
|
|
123
|
+
icon_leaf : 'glyphicon-unchecked'
|
|
124
|
+
},
|
|
125
|
+
fmatter : {
|
|
126
|
+
icon_edit : "glyphicon-edit",
|
|
127
|
+
icon_add : "glyphicon-plus",
|
|
128
|
+
icon_save : "glyphicon-save",
|
|
129
|
+
icon_cancel : "glyphicon-remove-circle",
|
|
130
|
+
icon_del : "glyphicon-trash"
|
|
131
|
+
},
|
|
132
|
+
colmenu : {
|
|
133
|
+
menu_widget : '',
|
|
134
|
+
input_checkbox : "",
|
|
135
|
+
filter_select: "form-control",
|
|
136
|
+
filter_input : "form-control",
|
|
137
|
+
icon_menu : "glyphicon-menu-hamburger",
|
|
138
|
+
icon_sort_asc : "glyphicon-sort-by-alphabet",
|
|
139
|
+
icon_sort_desc : "glyphicon-sort-by-alphabet-alt",
|
|
140
|
+
icon_columns : "glyphicon-list-alt",
|
|
141
|
+
icon_filter : "glyphicon-filter",
|
|
142
|
+
icon_group : "glyphicon-align-left",
|
|
143
|
+
icon_freeze : "glyphicon-object-align-horizontal",
|
|
144
|
+
icon_move: "glyphicon-move",
|
|
145
|
+
icon_new_item : "glyphicon-new-window",
|
|
146
|
+
icon_toolbar_menu : "glyphicon-menu-hamburger"
|
|
147
|
+
}
|
|
148
|
+
}
|
|
149
|
+
}
|
|
150
|
+
});
|