jqwidgets-ng 14.1.15 → 14.1.16

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.
@@ -422,7 +422,7 @@ input[type=submit].jqx-button {
422
422
  border-style: solid;
423
423
  border-width: 0px 0px 0px 1px;
424
424
  border-color: transparent;
425
- background-image: url('images/icon-menu-small.png') !important;
425
+ background-image: url('./images/icon-menu-small.png') !important;
426
426
  background-repeat: no-repeat;
427
427
  background-position: center !important;
428
428
  cursor: pointer;
@@ -435,7 +435,7 @@ input[type=submit].jqx-button {
435
435
  /*applied to the column's sort button when the sort order is ascending.*/
436
436
  .jqx-grid-column-sortascbutton {
437
437
  border: none;
438
- background-image: url('images/sortascbutton.png');
438
+ background-image: url('./images/sortascbutton.png');
439
439
  background-repeat: no-repeat;
440
440
  background-position: center;
441
441
  cursor: pointer;
@@ -444,7 +444,7 @@ input[type=submit].jqx-button {
444
444
  /*applied to the column's sort button when the sort order is descending.*/
445
445
  .jqx-grid-column-sortdescbutton {
446
446
  border: none;
447
- background-image: url('images/sortdescbutton.png');
447
+ background-image: url('./images/sortdescbutton.png');
448
448
  background-repeat: no-repeat;
449
449
  background-position: center;
450
450
  cursor: pointer;
@@ -453,7 +453,7 @@ input[type=submit].jqx-button {
453
453
  /*applied to the column's filter button.*/
454
454
  .jqx-grid-column-filterbutton {
455
455
  border: none;
456
- background-image: url('images/filter.png');
456
+ background-image: url('./images/filter.png');
457
457
  background-repeat: no-repeat;
458
458
  background-position: center;
459
459
  margin-top: 1px;
@@ -478,13 +478,13 @@ input[type=submit].jqx-button {
478
478
  }
479
479
 
480
480
  .jqx-grid-validation-arrow-up {
481
- background-image: url('images/red_arrow_up.png');
481
+ background-image: url('./images/red_arrow_up.png');
482
482
  background-repeat: no-repeat;
483
483
  background-position: center center;
484
484
  }
485
485
 
486
486
  .jqx-grid-validation-arrow-down {
487
- background-image: url('images/red_arrow_down.png');
487
+ background-image: url('./images/red_arrow_down.png');
488
488
  background-repeat: no-repeat;
489
489
  background-position: center center;
490
490
  }
@@ -496,7 +496,7 @@ input[type=submit].jqx-button {
496
496
 
497
497
  /*applied to the sort ascending menu item in the Grid's Context Menu*/
498
498
  .jqx-grid-sortasc-icon {
499
- background-image: url('images/icon-sort-asc.png');
499
+ background-image: url('./images/icon-sort-asc.png');
500
500
  background-repeat: no-repeat;
501
501
  background-position: left center;
502
502
  width: 16px;
@@ -508,7 +508,7 @@ input[type=submit].jqx-button {
508
508
 
509
509
  /*applied to the sort ascending menu item in the Grid's Context Menu*/
510
510
  .jqx-grid-sortdesc-icon {
511
- background-image: url('images/icon-sort-desc.png');
511
+ background-image: url('./images/icon-sort-desc.png');
512
512
  background-repeat: no-repeat;
513
513
  background-position: left center;
514
514
  width: 16px;
@@ -520,7 +520,7 @@ input[type=submit].jqx-button {
520
520
 
521
521
  /*applied to the grid menu's sort remove item/*/
522
522
  .jqx-grid-sortremove-icon {
523
- background-image: url('images/icon-sort-remove.png');
523
+ background-image: url('./images/icon-sort-remove.png');
524
524
  background-repeat: no-repeat;
525
525
  background-position: left center;
526
526
  width: 16px;
@@ -532,7 +532,7 @@ input[type=submit].jqx-button {
532
532
 
533
533
  /*applied to the grouping column's drag and drop item when the drop operation is allowed.*/
534
534
  .jqx-grid-drag-icon {
535
- background-image: url('images/drag.png');
535
+ background-image: url('./images/drag.png');
536
536
  background-repeat: no-repeat;
537
537
  background-position: left center;
538
538
  width: 16px;
@@ -541,7 +541,7 @@ input[type=submit].jqx-button {
541
541
 
542
542
  /*applied to the grouping column's drag and drop item when the drop operation is not allowed.*/
543
543
  .jqx-grid-dragcancel-icon {
544
- background-image: url('images/dragcancel.png');
544
+ background-image: url('./images/dragcancel.png');
545
545
  background-repeat: no-repeat;
546
546
  background-position: left center;
547
547
  width: 16px;
@@ -1276,7 +1276,7 @@ input[type=submit].jqx-button {
1276
1276
  }
1277
1277
 
1278
1278
  .jqx-menu-minimized-button {
1279
- background-image: url('images/icon-menu-minimized.png');
1279
+ background-image: url('./images/icon-menu-minimized.png');
1280
1280
  background-repeat: no-repeat;
1281
1281
  background-position: left center;
1282
1282
  height: 24px;
@@ -1688,7 +1688,7 @@ input[type=submit].jqx-button {
1688
1688
  cursor: pointer;
1689
1689
  margin: 0 0 0 0;
1690
1690
  padding: 0 0 0 0;
1691
- background-image: url('images/icon-left.png');
1691
+ background-image: url('./images/icon-left.png');
1692
1692
  background-repeat: no-repeat;
1693
1693
  background-position: center;
1694
1694
  }
@@ -1698,7 +1698,7 @@ input[type=submit].jqx-button {
1698
1698
  outline: none;
1699
1699
  position: relative;
1700
1700
  z-index: 15;
1701
- background-image: url('images/icon-right.png');
1701
+ background-image: url('./images/icon-right.png');
1702
1702
  background-repeat: no-repeat;
1703
1703
  background-position: center;
1704
1704
  float: left;
@@ -3252,36 +3252,36 @@ of the horizontal scrollbar.*/
3252
3252
  /*left, right, up and down arrow icons.*/
3253
3253
  .jqx-left-arrow {
3254
3254
  background: transparent;
3255
- background-image: url('images/icon-left.png');
3255
+ background-image: url('./images/icon-left.png');
3256
3256
  cursor: pointer;
3257
3257
  }
3258
3258
 
3259
3259
  .jqx-right-arrow {
3260
3260
  background: transparent;
3261
- background-image: url('images/icon-right.png');
3261
+ background-image: url('./images/icon-right.png');
3262
3262
  cursor: pointer;
3263
3263
  }
3264
3264
 
3265
3265
  .jqx-icon-delete {
3266
- background-image: url('images/icon-delete.png');
3266
+ background-image: url('./images/icon-delete.png');
3267
3267
  background-repeat: no-repeat;
3268
3268
  background-position: center;
3269
3269
  }
3270
3270
 
3271
3271
  .jqx-icon-edit {
3272
- background-image: url('images/icon-edit.png');
3272
+ background-image: url('./images/icon-edit.png');
3273
3273
  background-repeat: no-repeat;
3274
3274
  background-position: center;
3275
3275
  }
3276
3276
 
3277
3277
  .jqx-icon-save {
3278
- background-image: url('images/icon-save.png');
3278
+ background-image: url('./images/icon-save.png');
3279
3279
  background-repeat: no-repeat;
3280
3280
  background-position: center;
3281
3281
  }
3282
3282
 
3283
3283
  .jqx-icon-cancel {
3284
- background-image: url('images/icon-cancel.png');
3284
+ background-image: url('./images/icon-cancel.png');
3285
3285
  background-repeat: no-repeat;
3286
3286
  background-position: center;
3287
3287
  }
@@ -3289,7 +3289,7 @@ of the horizontal scrollbar.*/
3289
3289
  .jqx-icon-arrow-up,
3290
3290
  .jqx-icon-arrow-up-hover,
3291
3291
  .jqx-icon-arrow-up-selected {
3292
- background-image: url('images/icon-up.png');
3292
+ background-image: url('./images/icon-up.png');
3293
3293
  background-repeat: no-repeat;
3294
3294
  background-position: center;
3295
3295
  }
@@ -3297,7 +3297,7 @@ of the horizontal scrollbar.*/
3297
3297
  .jqx-icon-arrow-down,
3298
3298
  .jqx-icon-arrow-down-hover,
3299
3299
  .jqx-icon-arrow-down-selected {
3300
- background-image: url('images/icon-down.png');
3300
+ background-image: url('./images/icon-down.png');
3301
3301
  background-repeat: no-repeat;
3302
3302
  background-position: center;
3303
3303
  }
@@ -3305,7 +3305,7 @@ of the horizontal scrollbar.*/
3305
3305
  .jqx-icon-arrow-left,
3306
3306
  .jqx-icon-arrow-left-hover,
3307
3307
  .jqx-icon-arrow-left-selected {
3308
- background-image: url('images/icon-left.png');
3308
+ background-image: url('./images/icon-left.png');
3309
3309
  background-repeat: no-repeat;
3310
3310
  background-position: center;
3311
3311
  }
@@ -3313,7 +3313,7 @@ of the horizontal scrollbar.*/
3313
3313
  .jqx-icon-arrow-right,
3314
3314
  .jqx-icon-arrow-right-hover,
3315
3315
  .jqx-icon-arrow-right-selected {
3316
- background-image: url('images/icon-right.png');
3316
+ background-image: url('./images/icon-right.png');
3317
3317
  background-repeat: no-repeat;
3318
3318
  background-position: center;
3319
3319
  }
@@ -3321,7 +3321,7 @@ of the horizontal scrollbar.*/
3321
3321
  .jqx-icon-arrow-first,
3322
3322
  .jqx-icon-arrow-first-hover,
3323
3323
  .jqx-icon-arrow-first-selected {
3324
- background-image: url('images/icon-first.png');
3324
+ background-image: url('./images/icon-first.png');
3325
3325
  background-repeat: no-repeat;
3326
3326
  background-position: center;
3327
3327
  }
@@ -3329,55 +3329,55 @@ of the horizontal scrollbar.*/
3329
3329
  .jqx-icon-arrow-last,
3330
3330
  .jqx-icon-arrow-last-hover,
3331
3331
  .jqx-icon-arrow-last-selected {
3332
- background-image: url('images/icon-last.png');
3332
+ background-image: url('./images/icon-last.png');
3333
3333
  background-repeat: no-repeat;
3334
3334
  background-position: center;
3335
3335
  }
3336
3336
 
3337
3337
  .jqx-icon-arrow-up-hover {
3338
- background-image: url('images/icon-up.png');
3338
+ background-image: url('./images/icon-up.png');
3339
3339
  background-repeat: no-repeat;
3340
3340
  background-position: center;
3341
3341
  }
3342
3342
 
3343
3343
  .jqx-icon-arrow-down-hover {
3344
- background-image: url('images/icon-down.png');
3344
+ background-image: url('./images/icon-down.png');
3345
3345
  background-repeat: no-repeat;
3346
3346
  background-position: center;
3347
3347
  }
3348
3348
 
3349
3349
  .jqx-icon-arrow-left-hover {
3350
- background-image: url('images/icon-left.png');
3350
+ background-image: url('./images/icon-left.png');
3351
3351
  background-repeat: no-repeat;
3352
3352
  background-position: center;
3353
3353
  }
3354
3354
 
3355
3355
  .jqx-icon-arrow-right-hover {
3356
- background-image: url('images/icon-right.png');
3356
+ background-image: url('./images/icon-right.png');
3357
3357
  background-repeat: no-repeat;
3358
3358
  background-position: center;
3359
3359
  }
3360
3360
 
3361
3361
  .jqx-icon-arrow-up-selected {
3362
- background-image: url('images/icon-up.png');
3362
+ background-image: url('./images/icon-up.png');
3363
3363
  background-repeat: no-repeat;
3364
3364
  background-position: center;
3365
3365
  }
3366
3366
 
3367
3367
  .jqx-icon-arrow-down-selected {
3368
- background-image: url('images/icon-down.png');
3368
+ background-image: url('./images/icon-down.png');
3369
3369
  background-repeat: no-repeat;
3370
3370
  background-position: center;
3371
3371
  }
3372
3372
 
3373
3373
  .jqx-icon-arrow-left-selected {
3374
- background-image: url('images/icon-left.png');
3374
+ background-image: url('./images/icon-left.png');
3375
3375
  background-repeat: no-repeat;
3376
3376
  background-position: center;
3377
3377
  }
3378
3378
 
3379
3379
  .jqx-icon-arrow-right-selected {
3380
- background-image: url('images/icon-right.png');
3380
+ background-image: url('./images/icon-right.png');
3381
3381
  background-repeat: no-repeat;
3382
3382
  background-position: center;
3383
3383
  }
@@ -3455,7 +3455,7 @@ of the horizontal scrollbar.*/
3455
3455
  .jqx-icon-calendar,
3456
3456
  .jqx-icon-calendar-hover,
3457
3457
  .jqx-icon-calendar-pressed {
3458
- background-image: url('images/icon-calendar.png');
3458
+ background-image: url('./images/icon-calendar.png');
3459
3459
  background-repeat: no-repeat;
3460
3460
  background-position: left top;
3461
3461
  position: relative;
@@ -3637,7 +3637,7 @@ of the horizontal scrollbar.*/
3637
3637
  vertical-align: middle;
3638
3638
  opacity: .667;
3639
3639
  margin: 2px 0;
3640
- background: url('images/html_editor.png') no-repeat;
3640
+ background: url('./images/html_editor.png') no-repeat;
3641
3641
  }
3642
3642
 
3643
3643
  .jqx-editor-toolbar-icon-bold {
@@ -3969,7 +3969,7 @@ of the horizontal scrollbar.*/
3969
3969
  }
3970
3970
 
3971
3971
  .jqx-scheduler-appointment-status-stripes {
3972
- background-image: url('images/stripes.png');
3972
+ background-image: url('./images/stripes.png');
3973
3973
  background-repeat: repeat-y;
3974
3974
  background-position: left top;
3975
3975
  }
@@ -4045,7 +4045,7 @@ of the horizontal scrollbar.*/
4045
4045
  .jqx-icon-recurrence-white,
4046
4046
  .jqx-icon-recurrence-exception-white,
4047
4047
  .jqx-icon-time {
4048
- background-image: url('images/icon-recurrence.png');
4048
+ background-image: url('./images/icon-recurrence.png');
4049
4049
  background-repeat: no-repeat;
4050
4050
  background-position: center;
4051
4051
  width: 16px;
@@ -4056,7 +4056,7 @@ of the horizontal scrollbar.*/
4056
4056
  }
4057
4057
 
4058
4058
  .jqx-icon-time {
4059
- background-image: url('images/icon-time.png');
4059
+ background-image: url('./images/icon-time.png');
4060
4060
  margin: 0px;
4061
4061
  position: relative;
4062
4062
  left: 1px;
@@ -4064,19 +4064,19 @@ of the horizontal scrollbar.*/
4064
4064
  }
4065
4065
 
4066
4066
  .jqx-icon-time-white {
4067
- background-image: url('images/icon-time-white.png');
4067
+ background-image: url('./images/icon-time-white.png');
4068
4068
  }
4069
4069
 
4070
4070
  .jqx-icon-recurrence-exception {
4071
- background-image: url('images/icon-recurrence-exception.png');
4071
+ background-image: url('./images/icon-recurrence-exception.png');
4072
4072
  }
4073
4073
 
4074
4074
  .jqx-icon-recurrence-exception-white {
4075
- background-image: url('images/icon-recurrence-exception-white.png');
4075
+ background-image: url('./images/icon-recurrence-exception-white.png');
4076
4076
  }
4077
4077
 
4078
4078
  .jqx-icon-recurrence-white {
4079
- background-image: url('images/icon-recurrence-white.png');
4079
+ background-image: url('./images/icon-recurrence-white.png');
4080
4080
  }
4081
4081
 
4082
4082
  .jqx-scheduler-cell-hover {
@@ -4482,7 +4482,7 @@ input[type=password].jqx-input {
4482
4482
  .jqx-color-picker-map {
4483
4483
  border: 1px solid #A0A0A0;
4484
4484
  background-color: transparent;
4485
- background-image: url('images/colorpicker/map-saturation.png');
4485
+ background-image: url('./images/colorpicker/map-saturation.png');
4486
4486
  background-repeat: no-repeat;
4487
4487
  background-position: left top;
4488
4488
  overflow: hidden;
@@ -4491,7 +4491,7 @@ input[type=password].jqx-input {
4491
4491
  .jqx-color-picker-map-hue {
4492
4492
  border: 1px solid #A0A0A0;
4493
4493
  background-color: transparent;
4494
- background-image: url('images/colorpicker/map-hue.png');
4494
+ background-image: url('./images/colorpicker/map-hue.png');
4495
4495
  background-repeat: no-repeat;
4496
4496
  background-position: left top;
4497
4497
  overflow: hidden;
@@ -4499,7 +4499,7 @@ input[type=password].jqx-input {
4499
4499
 
4500
4500
  .jqx-color-picker-map-overlay {
4501
4501
  background-color: transparent;
4502
- background-image: url('images/colorpicker/map-saturation-overlay.png');
4502
+ background-image: url('./images/colorpicker/map-saturation-overlay.png');
4503
4503
  background-repeat: no-repeat;
4504
4504
  background-position: left top;
4505
4505
  }
@@ -4507,7 +4507,7 @@ input[type=password].jqx-input {
4507
4507
  .jqx-color-picker-bar {
4508
4508
  border: 1px solid #A0A0A0;
4509
4509
  background-color: transparent;
4510
- background-image: url('images/colorpicker/bar-saturation.png');
4510
+ background-image: url('./images/colorpicker/bar-saturation.png');
4511
4511
  background-repeat: no-repeat;
4512
4512
  background-position: left top;
4513
4513
  }
@@ -4515,7 +4515,7 @@ input[type=password].jqx-input {
4515
4515
  .jqx-color-picker-bar-hue {
4516
4516
  border: 1px solid #A0A0A0;
4517
4517
  background-color: transparent;
4518
- background-image: url('images/colorpicker/bar-hue.png');
4518
+ background-image: url('./images/colorpicker/bar-hue.png');
4519
4519
  background-repeat: no-repeat;
4520
4520
  background-position: left top;
4521
4521
  }
@@ -4525,21 +4525,21 @@ input[type=password].jqx-input {
4525
4525
  }
4526
4526
 
4527
4527
  .jqx-color-picker-pointer {
4528
- background-image: url('images/crosshair.png');
4528
+ background-image: url('./images/crosshair.png');
4529
4529
  background-repeat: no-repeat;
4530
4530
  height: 16px;
4531
4531
  width: 16px;
4532
4532
  }
4533
4533
 
4534
4534
  .jqx-color-picker-pointer-alt {
4535
- background-image: url('images/crosshair-white.png');
4535
+ background-image: url('./images/crosshair-white.png');
4536
4536
  background-repeat: no-repeat;
4537
4537
  height: 16px;
4538
4538
  width: 16px;
4539
4539
  }
4540
4540
 
4541
4541
  .jqx-color-picker-bar-pointer {
4542
- background-image: url('images/pointer.png');
4542
+ background-image: url('./images/pointer.png');
4543
4543
  background-repeat: no-repeat;
4544
4544
  height: 15px;
4545
4545
  margin-left: 6px;
@@ -5228,73 +5228,73 @@ ol li .jqx-listmenu-item-label:before {
5228
5228
  .jqx-primary .jqx-icon-calendar,
5229
5229
  .jqx-primary .jqx-icon-calendar-hover,
5230
5230
  .jqx-primary .jqx-icon-calendar-pressed {
5231
- background-image: url('images/icon-calendar-white.png');
5231
+ background-image: url('./images/icon-calendar-white.png');
5232
5232
  }
5233
5233
 
5234
5234
  .jqx-primary .jqx-icon-time,
5235
5235
  .jqx-primary .jqx-icon-time-hover,
5236
5236
  .jqx-primary .jqx-icon-time-pressed {
5237
- background-image: url('images/icon-time-white.png');
5237
+ background-image: url('./images/icon-time-white.png');
5238
5238
  }
5239
5239
 
5240
5240
  .jqx-success .jqx-icon-calendar,
5241
5241
  .jqx-success .jqx-icon-calendar-hover,
5242
5242
  .jqx-success .jqx-icon-calendar-pressed {
5243
- background-image: url('images/icon-calendar-white.png');
5243
+ background-image: url('./images/icon-calendar-white.png');
5244
5244
  }
5245
5245
 
5246
5246
  .jqx-success .jqx-icon-time,
5247
5247
  .jqx-success .jqx-icon-time-hover,
5248
5248
  .jqx-success .jqx-icon-time-pressed {
5249
- background-image: url('images/icon-time-white.png');
5249
+ background-image: url('./images/icon-time-white.png');
5250
5250
  }
5251
5251
 
5252
5252
  .jqx-warning .jqx-icon-calendar,
5253
5253
  .jqx-warning .jqx-icon-calendar-hover,
5254
5254
  .jqx-warning .jqx-icon-calendar-pressed {
5255
- background-image: url('images/icon-calendar-white.png');
5255
+ background-image: url('./images/icon-calendar-white.png');
5256
5256
  }
5257
5257
 
5258
5258
  .jqx-warning .jqx-icon-time,
5259
5259
  .jqx-warning .jqx-icon-time-hover,
5260
5260
  .jqx-warning .jqx-icon-time-pressed {
5261
- background-image: url('images/icon-time-white.png');
5261
+ background-image: url('./images/icon-time-white.png');
5262
5262
  }
5263
5263
 
5264
5264
  .jqx-danger .jqx-icon-calendar,
5265
5265
  .jqx-danger .jqx-icon-calendar-hover,
5266
5266
  .jqx-danger .jqx-icon-calendar-pressed {
5267
- background-image: url('images/icon-calendar-white.png');
5267
+ background-image: url('./images/icon-calendar-white.png');
5268
5268
  }
5269
5269
 
5270
5270
  .jqx-danger .jqx-icon-time,
5271
5271
  .jqx-danger .jqx-icon-time-hover,
5272
5272
  .jqx-danger .jqx-icon-time-pressed {
5273
- background-image: url('images/icon-time-white.png');
5273
+ background-image: url('./images/icon-time-white.png');
5274
5274
  }
5275
5275
 
5276
5276
  .jqx-info .jqx-icon-calendar,
5277
5277
  .jqx-info .jqx-icon-calendar-hover,
5278
5278
  .jqx-info .jqx-icon-calendar-pressed {
5279
- background-image: url('images/icon-calendar-white.png');
5279
+ background-image: url('./images/icon-calendar-white.png');
5280
5280
  }
5281
5281
 
5282
5282
  .jqx-info .jqx-icon-time,
5283
5283
  .jqx-info .jqx-icon-time-hover,
5284
5284
  .jqx-info .jqx-icon-time-pressed {
5285
- background-image: url('images/icon-time-white.png');
5285
+ background-image: url('./images/icon-time-white.png');
5286
5286
  }
5287
5287
 
5288
5288
  .jqx-inverse .jqx-icon-calendar,
5289
5289
  .jqx-inverse .jqx-icon-calendar-hover,
5290
5290
  .jqx-inverse .jqx-icon-calendar-pressed {
5291
- background-image: url('images/icon-calendar-white.png');
5291
+ background-image: url('./images/icon-calendar-white.png');
5292
5292
  }
5293
5293
 
5294
5294
  .jqx-inverse .jqx-icon-time,
5295
5295
  .jqx-inverse .jqx-icon-time-hover,
5296
5296
  .jqx-inverse .jqx-icon-time-pressed {
5297
- background-image: url('images/icon-time-white.png');
5297
+ background-image: url('./images/icon-time-white.png');
5298
5298
  }
5299
5299
 
5300
5300
 
@@ -5570,27 +5570,27 @@ ol li .jqx-listmenu-item-label:before {
5570
5570
  }
5571
5571
 
5572
5572
  .jqx-notification-icon-info {
5573
- background-image: url('images/info.png');
5573
+ background-image: url('./images/info.png');
5574
5574
  }
5575
5575
 
5576
5576
  .jqx-notification-icon-warning {
5577
- background-image: url('images/warning.png');
5577
+ background-image: url('./images/warning.png');
5578
5578
  }
5579
5579
 
5580
5580
  .jqx-notification-icon-success {
5581
- background-image: url('images/success.png');
5581
+ background-image: url('./images/success.png');
5582
5582
  }
5583
5583
 
5584
5584
  .jqx-notification-icon-error {
5585
- background-image: url('images/error.png');
5585
+ background-image: url('./images/error.png');
5586
5586
  }
5587
5587
 
5588
5588
  .jqx-notification-icon-mail {
5589
- background-image: url('images/mail.png');
5589
+ background-image: url('./images/mail.png');
5590
5590
  }
5591
5591
 
5592
5592
  .jqx-notification-icon-time {
5593
- background-image: url('images/time.png');
5593
+ background-image: url('./images/time.png');
5594
5594
  }
5595
5595
 
5596
5596
  .jqx-notification-close-button-info,
@@ -5598,11 +5598,11 @@ ol li .jqx-listmenu-item-label:before {
5598
5598
  .jqx-notification-close-button-mail,
5599
5599
  .jqx-notification-close-button-time,
5600
5600
  .jqx-notification-close-button-error {
5601
- background-image: url('images/close_white.png');
5601
+ background-image: url('./images/close_white.png');
5602
5602
  }
5603
5603
 
5604
5604
  .jqx-notification-close-button-warning {
5605
- background-image: url('images/close_black.png');
5605
+ background-image: url('./images/close_black.png');
5606
5606
  }
5607
5607
 
5608
5608
  .jqx-notification-close-button-container,
@@ -6446,7 +6446,7 @@ ol li .jqx-listmenu-item-label:before {
6446
6446
  }
6447
6447
 
6448
6448
  .jqx-file-upload-loading-element {
6449
- background-image: url('images/loader-small.gif');
6449
+ background-image: url('./images/loader-small.gif');
6450
6450
  background-repeat: no-repeat;
6451
6451
  }
6452
6452
 
@@ -7509,7 +7509,7 @@ ol li .jqx-listmenu-item-label:before {
7509
7509
  .jqx-danger .jqx-icon-arrow-down,
7510
7510
  .jqx-success .jqx-icon-arrow-down,
7511
7511
  .jqx-info .jqx-icon-arrow-down {
7512
- background-image: url('images/icon-down-white.png');
7512
+ background-image: url('./images/icon-down-white.png');
7513
7513
  }
7514
7514
 
7515
7515
  .jqx-primary .jqx-icon-arrow-down-selected,
@@ -7517,7 +7517,7 @@ ol li .jqx-listmenu-item-label:before {
7517
7517
  .jqx-danger .jqx-icon-arrow-down-selected,
7518
7518
  .jqx-success .jqx-icon-arrow-down-selected,
7519
7519
  .jqx-info .jqx-icon-arrow-down-selected {
7520
- background-image: url('images/icon-down-white.png');
7520
+ background-image: url('./images/icon-down-white.png');
7521
7521
  }
7522
7522
 
7523
7523
  .jqx-primary .jqx-icon-arrow-down-hover,
@@ -7525,7 +7525,7 @@ ol li .jqx-listmenu-item-label:before {
7525
7525
  .jqx-danger .jqx-icon-arrow-down-hover,
7526
7526
  .jqx-success .jqx-icon-arrow-down-hover,
7527
7527
  .jqx-info .jqx-icon-arrow-down-hover {
7528
- background-image: url('images/icon-down-white.png');
7528
+ background-image: url('./images/icon-down-white.png');
7529
7529
  }
7530
7530
 
7531
7531
  .jqx-primary .jqx-icon-arrow-up,
@@ -7533,7 +7533,7 @@ ol li .jqx-listmenu-item-label:before {
7533
7533
  .jqx-danger .jqx-icon-arrow-up,
7534
7534
  .jqx-success .jqx-icon-arrow-up,
7535
7535
  .jqx-info .jqx-icon-arrow-up {
7536
- background-image: url('images/icon-up-white.png');
7536
+ background-image: url('./images/icon-up-white.png');
7537
7537
  }
7538
7538
 
7539
7539
  .jqx-primary .jqx-icon-arrow-up-selected,
@@ -7541,7 +7541,7 @@ ol li .jqx-listmenu-item-label:before {
7541
7541
  .jqx-danger .jqx-icon-arrow-up-selected,
7542
7542
  .jqx-success .jqx-icon-arrow-up-selected,
7543
7543
  .jqx-info .jqx-icon-arrow-up-selected {
7544
- background-image: url('images/icon-up-white.png');
7544
+ background-image: url('./images/icon-up-white.png');
7545
7545
  }
7546
7546
 
7547
7547
  .jqx-primary .jqx-icon-arrow-up-hover,
@@ -7549,7 +7549,7 @@ ol li .jqx-listmenu-item-label:before {
7549
7549
  .jqx-danger .jqx-icon-arrow-up-hover,
7550
7550
  .jqx-success .jqx-icon-arrow-up-hover,
7551
7551
  .jqx-info .jqx-icon-arrow-up-hover {
7552
- background-image: url('images/icon-up-white.png');
7552
+ background-image: url('./images/icon-up-white.png');
7553
7553
  }
7554
7554
 
7555
7555
  .jqx-primary .jqx-icon-arrow-right,
@@ -7557,7 +7557,7 @@ ol li .jqx-listmenu-item-label:before {
7557
7557
  .jqx-danger .jqx-icon-arrow-right,
7558
7558
  .jqx-success .jqx-icon-arrow-right,
7559
7559
  .jqx-info .jqx-icon-arrow-right {
7560
- background-image: url('images/icon-right-white.png');
7560
+ background-image: url('./images/icon-right-white.png');
7561
7561
  }
7562
7562
 
7563
7563
  .jqx-primary .jqx-icon-arrow-right-selected,
@@ -7565,7 +7565,7 @@ ol li .jqx-listmenu-item-label:before {
7565
7565
  .jqx-danger .jqx-icon-arrow-right-selected,
7566
7566
  .jqx-success .jqx-icon-arrow-right-selected,
7567
7567
  .jqx-info .jqx-icon-arrow-right-selected {
7568
- background-image: url('images/icon-right-white.png');
7568
+ background-image: url('./images/icon-right-white.png');
7569
7569
  }
7570
7570
 
7571
7571
  .jqx-primary .jqx-icon-arrow-right-hover,
@@ -7573,7 +7573,7 @@ ol li .jqx-listmenu-item-label:before {
7573
7573
  .jqx-danger .jqx-icon-arrow-right-hover,
7574
7574
  .jqx-success .jqx-icon-arrow-right-hover,
7575
7575
  .jqx-info .jqx-icon-arrow-right-hover {
7576
- background-image: url('images/icon-right-white.png');
7576
+ background-image: url('./images/icon-right-white.png');
7577
7577
  }
7578
7578
 
7579
7579
  .jqx-primary .jqx-icon-arrow-left,
@@ -7581,7 +7581,7 @@ ol li .jqx-listmenu-item-label:before {
7581
7581
  .jqx-danger .jqx-icon-arrow-left,
7582
7582
  .jqx-success .jqx-icon-arrow-left,
7583
7583
  .jqx-info .jqx-icon-arrow-left {
7584
- background-image: url('images/icon-left-white.png');
7584
+ background-image: url('./images/icon-left-white.png');
7585
7585
  }
7586
7586
 
7587
7587
  .jqx-primary .jqx-icon-arrow-left-selected,
@@ -7589,7 +7589,7 @@ ol li .jqx-listmenu-item-label:before {
7589
7589
  .jqx-danger .jqx-icon-arrow-left-selected,
7590
7590
  .jqx-success .jqx-icon-arrow-left-selected,
7591
7591
  .jqx-info .jqx-icon-arrow-left-selected {
7592
- background-image: url('images/icon-left-white.png');
7592
+ background-image: url('./images/icon-left-white.png');
7593
7593
  }
7594
7594
 
7595
7595
  .jqx-primary .jqx-icon-arrow-left-hover,
@@ -7597,7 +7597,7 @@ ol li .jqx-listmenu-item-label:before {
7597
7597
  .jqx-danger .jqx-icon-arrow-left-hover,
7598
7598
  .jqx-success .jqx-icon-arrow-left-hover,
7599
7599
  .jqx-info .jqx-icon-arrow-left-hover {
7600
- background-image: url('images/icon-left-white.png');
7600
+ background-image: url('./images/icon-left-white.png');
7601
7601
  }
7602
7602
 
7603
7603
  .jqx-primary-item .jqx-listitem-state-hover,
@@ -7838,7 +7838,7 @@ ol li .jqx-listmenu-item-label:before {
7838
7838
 
7839
7839
  .jqx-pivotgrid-menu-button {
7840
7840
  border: none;
7841
- background-image: url('images/icon-menu-small.png');
7841
+ background-image: url('./images/icon-menu-small.png');
7842
7842
  background-repeat: no-repeat;
7843
7843
  background-position: center;
7844
7844
  cursor: pointer;
@@ -7846,7 +7846,7 @@ ol li .jqx-listmenu-item-label:before {
7846
7846
 
7847
7847
  .jqx-pivotgrid-expand-button {
7848
7848
  outline: none;
7849
- background-image: url('images/icon_expand.png');
7849
+ background-image: url('./images/icon_expand.png');
7850
7850
  background-repeat: no-repeat;
7851
7851
  cursor: pointer;
7852
7852
  margin: 0 0 0 0;
@@ -7859,7 +7859,7 @@ ol li .jqx-listmenu-item-label:before {
7859
7859
 
7860
7860
  .jqx-pivotgrid-collapse-button {
7861
7861
  outline: none;
7862
- background-image: url('images/icon_collapse.png');
7862
+ background-image: url('./images/icon_collapse.png');
7863
7863
  background-repeat: no-repeat;
7864
7864
  cursor: pointer;
7865
7865
  margin: 0 0 0 0;
@@ -7871,7 +7871,7 @@ ol li .jqx-listmenu-item-label:before {
7871
7871
  }
7872
7872
 
7873
7873
  .jqx-pivotgrid-sortasc-icon {
7874
- background-image: url('images/icon-sort-asc.png');
7874
+ background-image: url('./images/icon-sort-asc.png');
7875
7875
  background-repeat: no-repeat;
7876
7876
  background-position: left center;
7877
7877
  width: 16px;
@@ -7882,7 +7882,7 @@ ol li .jqx-listmenu-item-label:before {
7882
7882
  }
7883
7883
 
7884
7884
  .jqx-pivotgrid-sortdesc-icon {
7885
- background-image: url('images/icon-sort-desc.png');
7885
+ background-image: url('./images/icon-sort-desc.png');
7886
7886
  background-repeat: no-repeat;
7887
7887
  background-position: left center;
7888
7888
  width: 16px;
@@ -7893,7 +7893,7 @@ ol li .jqx-listmenu-item-label:before {
7893
7893
  }
7894
7894
 
7895
7895
  .jqx-pivotgrid-sortremove-icon {
7896
- background-image: url('images/icon-sort-remove.png');
7896
+ background-image: url('./images/icon-sort-remove.png');
7897
7897
  background-repeat: no-repeat;
7898
7898
  background-position: left center;
7899
7899
  width: 16px;
@@ -7904,7 +7904,7 @@ ol li .jqx-listmenu-item-label:before {
7904
7904
  }
7905
7905
 
7906
7906
  .jqx-pivotgrid-settings-icon {
7907
- background-image: url('images/icon-menu-small.png');
7907
+ background-image: url('./images/icon-menu-small.png');
7908
7908
  background-repeat: no-repeat;
7909
7909
  background-position: left center;
7910
7910
  width: 16px;
@@ -8068,7 +8068,7 @@ jqx-knob {
8068
8068
  }
8069
8069
 
8070
8070
  .jqx-info-icon {
8071
- background-image: url('images/icon-info-small.png');
8071
+ background-image: url('./images/icon-info-small.png');
8072
8072
  background-repeat: no-repeat;
8073
8073
  background-position: left center;
8074
8074
  width: 16px;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jqwidgets-ng",
3
- "version": "14.1.15",
3
+ "version": "14.1.16",
4
4
  "preferGlobal": true,
5
5
  "keywords": [
6
6
  "Angular 14",