jqwidgets-ng 17.1.1 → 18.0.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/ReleaseNotes.txt +125 -5
- package/jqwidgets/globalization/globalize.culture.cs-CZ.js +87 -87
- package/jqwidgets/globalization/globalize.culture.de-DE.js +83 -83
- package/jqwidgets/globalization/globalize.culture.en-CA.js +51 -51
- package/jqwidgets/globalization/globalize.culture.en-US.js +35 -35
- package/jqwidgets/globalization/globalize.culture.fr-FR.js +81 -81
- package/jqwidgets/globalization/globalize.culture.he-IL.js +99 -99
- package/jqwidgets/globalization/globalize.culture.hr-HR.js +83 -83
- package/jqwidgets/globalization/globalize.culture.hu-HU.js +82 -82
- package/jqwidgets/globalization/globalize.culture.it-IT.js +81 -81
- package/jqwidgets/globalization/globalize.culture.ja-JP.js +102 -102
- package/jqwidgets/globalization/globalize.culture.lt.js +85 -85
- package/jqwidgets/globalization/globalize.culture.ru-RU.js +84 -84
- package/jqwidgets/globalization/globalize.culture.sa-IN.js +73 -73
- package/jqwidgets/globalization/globalize.js +1591 -1591
- package/jqwidgets/jqxgantt.api.js +381 -381
- package/jqwidgets/jqxsplitlayout.js +6 -2445
- package/jqwidgets/styles/font/jqx-icons.svg +268 -268
- package/jqwidgets/styles/gantt/font/jqx-icons.svg +332 -332
- package/jqwidgets/styles/gantt/jqx.gantt.css +18667 -18667
- package/jqwidgets/styles/jqx.base.css +34 -34
- package/jqwidgets/styles/jqx.fluent.css +3563 -3563
- package/jqwidgets/styles/jqx.fluent_old.css +1262 -1262
- package/jqwidgets/styles/theme.css +293 -293
- package/package.json +3 -3
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
/* Code of last page icon */
|
|
44
44
|
--jqx-icon-close: '\e816';
|
|
45
45
|
/* Code of close icon */
|
|
46
|
-
--jqx-icon-search:
|
|
46
|
+
--jqx-icon-search: '\e82c';
|
|
47
47
|
/* Code of search icon */
|
|
48
48
|
--jqx-icon-clock: '\e838';
|
|
49
49
|
--jqx-icon-down: '\e800';
|
|
@@ -68,7 +68,7 @@
|
|
|
68
68
|
--jqx-icon-menu-alt: '\ef66';
|
|
69
69
|
--jqx-icon-calendar-up: '\e83b';
|
|
70
70
|
--jqx-icon-calendar-down: '\e83d';
|
|
71
|
-
|
|
71
|
+
|
|
72
72
|
--jqx-border-radius: 4px;
|
|
73
73
|
--jqx-font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
74
74
|
--jqx-font-size: 14px;
|
|
@@ -2006,10 +2006,12 @@ input[type=submit].jqx-button {
|
|
|
2006
2006
|
outline: none;
|
|
2007
2007
|
margin: 0 0 0 0;
|
|
2008
2008
|
}
|
|
2009
|
+
|
|
2009
2010
|
.jqx-checkbox-label,
|
|
2010
2011
|
.jqx-radiobutton-label {
|
|
2011
2012
|
cursor: pointer;
|
|
2012
2013
|
}
|
|
2014
|
+
|
|
2013
2015
|
.jqx-checkbox-group .jqx-checkbox-group-item,
|
|
2014
2016
|
.jqx-radiobutton-group .jqx-radiobutton-group-item {
|
|
2015
2017
|
padding: 4px 0px;
|
|
@@ -2021,12 +2023,12 @@ input[type=submit].jqx-button {
|
|
|
2021
2023
|
}
|
|
2022
2024
|
|
|
2023
2025
|
.jqx-checkbox-group .jqx-container[layout="horizontal"] .jqx-checkbox-group-item,
|
|
2024
|
-
.jqx-radiobutton-group .jqx-container[layout="horizontal"] .jqx-radiobutton-group-item{
|
|
2026
|
+
.jqx-radiobutton-group .jqx-container[layout="horizontal"] .jqx-radiobutton-group-item {
|
|
2025
2027
|
padding: 0px 4px;
|
|
2026
2028
|
}
|
|
2027
2029
|
|
|
2028
2030
|
.jqx-checkbox-group .jqx-container[label-position="before"] .jqx-checkbox-group-item,
|
|
2029
|
-
.jqx-radiobutton-group .jqx-container[label-position="before"] .jqx-radiobutton-group-item{
|
|
2031
|
+
.jqx-radiobutton-group .jqx-container[label-position="before"] .jqx-radiobutton-group-item {
|
|
2030
2032
|
display: flex;
|
|
2031
2033
|
flex-direction: row;
|
|
2032
2034
|
}
|
|
@@ -2034,9 +2036,10 @@ input[type=submit].jqx-button {
|
|
|
2034
2036
|
.jqx-checkbox-group.jqx-fill-state-disabled label,
|
|
2035
2037
|
.jqx-radiobutton-group.jqx-fill-state-disabled label,
|
|
2036
2038
|
.jqx-checkbox-group-item.jqx-fill-state-disabled label,
|
|
2037
|
-
.jqx-radiobutton-group-item.jqx-fill-state-disabled label
|
|
2038
|
-
cursor:default;
|
|
2039
|
+
.jqx-radiobutton-group-item.jqx-fill-state-disabled label {
|
|
2040
|
+
cursor: default;
|
|
2039
2041
|
}
|
|
2042
|
+
|
|
2040
2043
|
/*applied to the check box when its in rtl mode.*/
|
|
2041
2044
|
.jqx-checkbox-rtl {
|
|
2042
2045
|
float: right;
|
|
@@ -3865,6 +3868,7 @@ of the horizontal scrollbar.*/
|
|
|
3865
3868
|
.jqx-scheduler[show-current].jqx-widget .jqx-grid-column-header.today {
|
|
3866
3869
|
border-bottom: 1px solid #0078D4;
|
|
3867
3870
|
}
|
|
3871
|
+
|
|
3868
3872
|
.jqx-scheduler .current-appointment,
|
|
3869
3873
|
.jqx-scheduler .current-appointment .jqx-scheduler-appointment-content {
|
|
3870
3874
|
border: 1px solid #0078D4;
|
|
@@ -5372,7 +5376,7 @@ ol li .jqx-listmenu-item-label:before {
|
|
|
5372
5376
|
color: #ffffff !important;
|
|
5373
5377
|
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25) !important;
|
|
5374
5378
|
background-color: #5bc0de !important;
|
|
5375
|
-
|
|
5379
|
+
|
|
5376
5380
|
border-left-color: #46b8da !important;
|
|
5377
5381
|
border-right-color: #46b8da !important;
|
|
5378
5382
|
border-top-color: #46b8da !important;
|
|
@@ -5387,7 +5391,7 @@ ol li .jqx-listmenu-item-label:before {
|
|
|
5387
5391
|
.jqx-info[disabled] {
|
|
5388
5392
|
color: #ffffff !important;
|
|
5389
5393
|
background-color: #31b0d5 !important;
|
|
5390
|
-
|
|
5394
|
+
|
|
5391
5395
|
border-color: #269abc !important;
|
|
5392
5396
|
}
|
|
5393
5397
|
|
|
@@ -5402,7 +5406,7 @@ ol li .jqx-listmenu-item-label:before {
|
|
|
5402
5406
|
color: #ffffff !important;
|
|
5403
5407
|
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25) !important;
|
|
5404
5408
|
background-color: #f0ad4e !important;
|
|
5405
|
-
|
|
5409
|
+
|
|
5406
5410
|
border-left-color: #eea236 !important;
|
|
5407
5411
|
border-right-color: #eea236 !important;
|
|
5408
5412
|
border-top-color: #eea236 !important;
|
|
@@ -5417,7 +5421,7 @@ ol li .jqx-listmenu-item-label:before {
|
|
|
5417
5421
|
.jqx-warning[disabled] {
|
|
5418
5422
|
color: #ffffff !important;
|
|
5419
5423
|
background-color: #ec971f !important;
|
|
5420
|
-
|
|
5424
|
+
|
|
5421
5425
|
border-color: #d58512 !important;
|
|
5422
5426
|
}
|
|
5423
5427
|
|
|
@@ -5433,7 +5437,7 @@ ol li .jqx-listmenu-item-label:before {
|
|
|
5433
5437
|
color: #ffffff !important;
|
|
5434
5438
|
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25) !important;
|
|
5435
5439
|
background-color: #5cb85c !important;
|
|
5436
|
-
|
|
5440
|
+
|
|
5437
5441
|
border-left-color: #4cae4c !important;
|
|
5438
5442
|
border-right-color: #4cae4c !important;
|
|
5439
5443
|
border-top-color: #4cae4c !important;
|
|
@@ -5448,7 +5452,7 @@ ol li .jqx-listmenu-item-label:before {
|
|
|
5448
5452
|
.jqx-success[disabled] {
|
|
5449
5453
|
color: #ffffff !important;
|
|
5450
5454
|
background-color: #449d44 !important;
|
|
5451
|
-
|
|
5455
|
+
|
|
5452
5456
|
border-color: #398439 !important;
|
|
5453
5457
|
}
|
|
5454
5458
|
|
|
@@ -5464,7 +5468,7 @@ ol li .jqx-listmenu-item-label:before {
|
|
|
5464
5468
|
color: #ffffff !important;
|
|
5465
5469
|
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25) !important;
|
|
5466
5470
|
background-color: #d9534f !important;
|
|
5467
|
-
|
|
5471
|
+
|
|
5468
5472
|
border-left-color: #d43f3a !important;
|
|
5469
5473
|
border-right-color: #d43f3a !important;
|
|
5470
5474
|
border-top-color: #d43f3a !important;
|
|
@@ -5479,7 +5483,7 @@ ol li .jqx-listmenu-item-label:before {
|
|
|
5479
5483
|
.jqx-danger[disabled] {
|
|
5480
5484
|
color: #ffffff !important;
|
|
5481
5485
|
background-color: #c9302c !important;
|
|
5482
|
-
|
|
5486
|
+
|
|
5483
5487
|
border-color: #ac2925 !important;
|
|
5484
5488
|
}
|
|
5485
5489
|
|
|
@@ -5495,7 +5499,7 @@ ol li .jqx-listmenu-item-label:before {
|
|
|
5495
5499
|
color: #ffffff !important;
|
|
5496
5500
|
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25) !important;
|
|
5497
5501
|
background-color: #337ab7 !important;
|
|
5498
|
-
|
|
5502
|
+
|
|
5499
5503
|
border-left-color: #2e6da4 !important;
|
|
5500
5504
|
border-right-color: #2e6da4 !important;
|
|
5501
5505
|
border-top-color: #2e6da4 !important;
|
|
@@ -5510,7 +5514,7 @@ ol li .jqx-listmenu-item-label:before {
|
|
|
5510
5514
|
.jqx-primary[disabled] {
|
|
5511
5515
|
color: #ffffff !important;
|
|
5512
5516
|
background-color: #286090 !important;
|
|
5513
|
-
|
|
5517
|
+
|
|
5514
5518
|
}
|
|
5515
5519
|
|
|
5516
5520
|
.jqx-fill-state-pressed.jqx-primary,
|
|
@@ -5524,7 +5528,7 @@ ol li .jqx-listmenu-item-label:before {
|
|
|
5524
5528
|
color: #ffffff !important;
|
|
5525
5529
|
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25) !important;
|
|
5526
5530
|
background-color: #363636 !important;
|
|
5527
|
-
|
|
5531
|
+
|
|
5528
5532
|
border-left-color: #222222 !important;
|
|
5529
5533
|
border-right-color: #222222 !important;
|
|
5530
5534
|
border-top-color: #222222 !important;
|
|
@@ -5539,7 +5543,7 @@ ol li .jqx-listmenu-item-label:before {
|
|
|
5539
5543
|
.jqx-inverse[disabled] {
|
|
5540
5544
|
color: #ffffff !important;
|
|
5541
5545
|
background-color: #222222 !important;
|
|
5542
|
-
|
|
5546
|
+
|
|
5543
5547
|
}
|
|
5544
5548
|
|
|
5545
5549
|
.jqx-fill-state-pressed.jqx-inverse,
|
|
@@ -6138,24 +6142,17 @@ ol li .jqx-listmenu-item-label:before {
|
|
|
6138
6142
|
.jqx-ribbon-auto,
|
|
6139
6143
|
.jqx-ribbon-item-top,
|
|
6140
6144
|
.jqx-ribbon-item-bottom,
|
|
6141
|
-
.jqx-ribbon-content {
|
|
6142
|
-
}
|
|
6145
|
+
.jqx-ribbon-content {}
|
|
6143
6146
|
|
|
6144
|
-
.jqx-ribbon-content-left {
|
|
6145
|
-
}
|
|
6147
|
+
.jqx-ribbon-content-left {}
|
|
6146
6148
|
|
|
6147
|
-
.jqx-ribbon-content-right {
|
|
6148
|
-
}
|
|
6149
|
+
.jqx-ribbon-content-right {}
|
|
6149
6150
|
|
|
6150
|
-
.jqx-ribbon-content.jqx-ribbon-content-popup {
|
|
6151
|
-
|
|
6152
|
-
}
|
|
6151
|
+
.jqx-ribbon-content.jqx-ribbon-content-popup {}
|
|
6153
6152
|
|
|
6154
|
-
.jqx-ribbon-content-popup .jqx-ribbon-content-section {
|
|
6155
|
-
}
|
|
6153
|
+
.jqx-ribbon-content-popup .jqx-ribbon-content-section {}
|
|
6156
6154
|
|
|
6157
|
-
.jqx-ribbon-content-section-popup {
|
|
6158
|
-
}
|
|
6155
|
+
.jqx-ribbon-content-section-popup {}
|
|
6159
6156
|
|
|
6160
6157
|
.jqx-toolbar,
|
|
6161
6158
|
.jqx-toolbar-minimized-popup-separator {
|
|
@@ -6417,7 +6414,7 @@ ol li .jqx-listmenu-item-label:before {
|
|
|
6417
6414
|
overflow: hidden;
|
|
6418
6415
|
white-space: nowrap;
|
|
6419
6416
|
text-overflow: ellipsis;
|
|
6420
|
-
|
|
6417
|
+
|
|
6421
6418
|
}
|
|
6422
6419
|
|
|
6423
6420
|
.jqx-file-upload-button-browse-rtl,
|
|
@@ -6484,7 +6481,7 @@ ol li .jqx-listmenu-item-label:before {
|
|
|
6484
6481
|
.jqx-file-upload-file-upload-rtl,
|
|
6485
6482
|
.jqx-file-upload-loading-element-rtl {
|
|
6486
6483
|
float: none;
|
|
6487
|
-
|
|
6484
|
+
|
|
6488
6485
|
}
|
|
6489
6486
|
|
|
6490
6487
|
.jqx-file-upload-button-browse,
|
|
@@ -7088,7 +7085,7 @@ ol li .jqx-listmenu-item-label:before {
|
|
|
7088
7085
|
background-color: rgb(0, 0, 0);
|
|
7089
7086
|
/* RGBa with 0.6 opacity */
|
|
7090
7087
|
background-color: rgba(0, 0, 0, 0.6);
|
|
7091
|
-
|
|
7088
|
+
}
|
|
7092
7089
|
|
|
7093
7090
|
.jqx-popover-close-button {
|
|
7094
7091
|
width: 16px;
|
|
@@ -9314,11 +9311,14 @@ input[type=number].jqx-input {
|
|
|
9314
9311
|
|
|
9315
9312
|
/* End of Split Layout */
|
|
9316
9313
|
|
|
9314
|
+
.jqx-widget .ripple,
|
|
9315
|
+
.jqx-listbox .ripple,
|
|
9317
9316
|
.jqx-grid .ripple {
|
|
9318
9317
|
position: relative;
|
|
9319
9318
|
transform: none !important;
|
|
9320
9319
|
overflow: hidden;
|
|
9321
9320
|
}
|
|
9321
|
+
|
|
9322
9322
|
.jqx-grid .ripple {
|
|
9323
9323
|
position: relative;
|
|
9324
9324
|
transform: none !important;
|