@syncfusion/ej2-gantt 24.1.47 → 24.2.3

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.
Files changed (49) hide show
  1. package/CHANGELOG.md +9 -0
  2. package/dist/ej2-gantt.min.js +2 -2
  3. package/dist/ej2-gantt.umd.min.js +2 -2
  4. package/dist/ej2-gantt.umd.min.js.map +1 -1
  5. package/dist/es6/ej2-gantt.es2015.js +3 -3
  6. package/dist/es6/ej2-gantt.es2015.js.map +1 -1
  7. package/dist/es6/ej2-gantt.es5.js +3 -3
  8. package/dist/es6/ej2-gantt.es5.js.map +1 -1
  9. package/dist/global/ej2-gantt.min.js +2 -2
  10. package/dist/global/ej2-gantt.min.js.map +1 -1
  11. package/dist/global/index.d.ts +1 -1
  12. package/package.json +20 -20
  13. package/src/gantt/actions/dialog-edit.js +2 -2
  14. package/src/gantt/base/task-processor.js +1 -1
  15. package/styles/bootstrap-dark.css +1 -1
  16. package/styles/bootstrap.css +1 -1
  17. package/styles/bootstrap4.css +1 -1
  18. package/styles/bootstrap5-dark.css +1 -1
  19. package/styles/bootstrap5.css +1 -1
  20. package/styles/fabric-dark.css +1 -1
  21. package/styles/fabric.css +1 -1
  22. package/styles/fluent-dark.css +1 -1
  23. package/styles/fluent.css +1 -1
  24. package/styles/gantt/_layout.scss +1 -1
  25. package/styles/gantt/bootstrap-dark.css +1 -1
  26. package/styles/gantt/bootstrap.css +1 -1
  27. package/styles/gantt/bootstrap4.css +1 -1
  28. package/styles/gantt/bootstrap5-dark.css +1 -1
  29. package/styles/gantt/bootstrap5.css +1 -1
  30. package/styles/gantt/fabric-dark.css +1 -1
  31. package/styles/gantt/fabric.css +1 -1
  32. package/styles/gantt/fluent-dark.css +1 -1
  33. package/styles/gantt/fluent.css +1 -1
  34. package/styles/gantt/highcontrast-light.css +1 -1
  35. package/styles/gantt/highcontrast.css +1 -1
  36. package/styles/gantt/material-dark.css +1 -1
  37. package/styles/gantt/material.css +1 -1
  38. package/styles/gantt/material3-dark.css +1 -1
  39. package/styles/gantt/material3.css +1 -1
  40. package/styles/gantt/tailwind-dark.css +1 -1
  41. package/styles/gantt/tailwind.css +1 -1
  42. package/styles/highcontrast-light.css +1 -1
  43. package/styles/highcontrast.css +1 -1
  44. package/styles/material-dark.css +1 -1
  45. package/styles/material.css +1 -1
  46. package/styles/material3-dark.css +1 -1
  47. package/styles/material3.css +1 -1
  48. package/styles/tailwind-dark.css +1 -1
  49. package/styles/tailwind.css +1 -1
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: index.d.ts
3
- * version : 24.1.47
3
+ * version : 24.2.3
4
4
  * Copyright Syncfusion Inc. 2001 - 2023. All rights reserved.
5
5
  * Use of this code is subject to the terms of our license.
6
6
  * A copy of the current license can be obtained at any time by e-mailing
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "_from": "@syncfusion/ej2-gantt@*",
3
- "_id": "@syncfusion/ej2-gantt@24.1.46",
3
+ "_id": "@syncfusion/ej2-gantt@24.1.47",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-D0PkQMqSxymxo0yp2d+nGVOO12m7BwUEoQwYcs0+EkK3n4FyYuh29TqZ5HCcC+gKAcKAJGs/kz2JJpv99TexYA==",
5
+ "_integrity": "sha512-aHFD/Y9k33Z6sCbDuptKxMmfGdbJej9yp4ABSvk20uPxEQxYRLMm8bcNJM7G6q/TMGLcAHqteBUBSRGO/pf2UQ==",
6
6
  "_location": "/@syncfusion/ej2-gantt",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -23,8 +23,8 @@
23
23
  "/@syncfusion/ej2-react-gantt",
24
24
  "/@syncfusion/ej2-vue-gantt"
25
25
  ],
26
- "_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-gantt/-/ej2-gantt-24.1.46.tgz",
27
- "_shasum": "a27bd8c1cc2c4f3d0e822f1082f7998d4385ec05",
26
+ "_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-gantt/-/ej2-gantt-24.1.47.tgz",
27
+ "_shasum": "83f0370855b39c1c307949bbf6759ae121de6166",
28
28
  "_spec": "@syncfusion/ej2-gantt@*",
29
29
  "_where": "/jenkins/workspace/elease-automation_release_24.1.1/packages/included",
30
30
  "author": {
@@ -35,21 +35,21 @@
35
35
  },
36
36
  "bundleDependencies": false,
37
37
  "dependencies": {
38
- "@syncfusion/ej2-base": "~24.1.46",
39
- "@syncfusion/ej2-buttons": "~24.1.46",
40
- "@syncfusion/ej2-calendars": "~24.1.47",
41
- "@syncfusion/ej2-data": "~24.1.41",
42
- "@syncfusion/ej2-dropdowns": "~24.1.47",
43
- "@syncfusion/ej2-grids": "~24.1.47",
44
- "@syncfusion/ej2-inputs": "~24.1.47",
45
- "@syncfusion/ej2-layouts": "~24.1.41",
46
- "@syncfusion/ej2-lists": "~24.1.46",
47
- "@syncfusion/ej2-navigations": "~24.1.46",
48
- "@syncfusion/ej2-notifications": "~24.1.41",
49
- "@syncfusion/ej2-popups": "~24.1.46",
50
- "@syncfusion/ej2-richtexteditor": "~24.1.47",
51
- "@syncfusion/ej2-svg-base": "~24.1.47",
52
- "@syncfusion/ej2-treegrid": "~24.1.46"
38
+ "@syncfusion/ej2-base": "~24.2.3",
39
+ "@syncfusion/ej2-buttons": "~24.2.3",
40
+ "@syncfusion/ej2-calendars": "~24.2.3",
41
+ "@syncfusion/ej2-data": "~24.2.3",
42
+ "@syncfusion/ej2-dropdowns": "~24.2.3",
43
+ "@syncfusion/ej2-grids": "~24.2.3",
44
+ "@syncfusion/ej2-inputs": "~24.2.3",
45
+ "@syncfusion/ej2-layouts": "~24.2.3",
46
+ "@syncfusion/ej2-lists": "~24.2.3",
47
+ "@syncfusion/ej2-navigations": "~24.2.3",
48
+ "@syncfusion/ej2-notifications": "~24.2.3",
49
+ "@syncfusion/ej2-popups": "~24.2.3",
50
+ "@syncfusion/ej2-richtexteditor": "~24.2.3",
51
+ "@syncfusion/ej2-svg-base": "~24.2.3",
52
+ "@syncfusion/ej2-treegrid": "~24.2.3"
53
53
  },
54
54
  "deprecated": false,
55
55
  "description": "Essential JS 2 Gantt Component",
@@ -74,6 +74,6 @@
74
74
  "url": "git+https://github.com/syncfusion/ej2-gantt.git"
75
75
  },
76
76
  "typings": "index.d.ts",
77
- "version": "24.1.47",
77
+ "version": "24.2.3",
78
78
  "sideEffects": false
79
79
  }
@@ -4,7 +4,7 @@ import { Dialog } from '@syncfusion/ej2-popups';
4
4
  import { Tab } from '@syncfusion/ej2-navigations';
5
5
  import { Grid, Edit, Toolbar as GridToolbar, Page, getObject } from '@syncfusion/ej2-grids';
6
6
  import { ForeignKey, getActualProperties } from '@syncfusion/ej2-grids';
7
- import { RichTextEditor, Toolbar as RTEToolbar, Link, HtmlEditor, QuickToolbar, Count } from '@syncfusion/ej2-richtexteditor';
7
+ import { RichTextEditor, Toolbar as RTEToolbar, Link, HtmlEditor, QuickToolbar, Count, Table } from '@syncfusion/ej2-richtexteditor';
8
8
  import { TextBox, NumericTextBox, MaskedTextBox, FormValidator } from '@syncfusion/ej2-inputs';
9
9
  import { CheckBox } from '@syncfusion/ej2-buttons';
10
10
  import { DatePicker, DateTimePicker } from '@syncfusion/ej2-calendars';
@@ -2282,7 +2282,7 @@ var DialogEdit = /** @class */ (function () {
2282
2282
  inputModel.enableHtmlSanitizer = this.parent.enableHtmlSanitizer;
2283
2283
  var ganttProp = this.editedRecord.ganttProperties;
2284
2284
  var divElement = this.createDivElement('', ganttObj.element.id + '' + itemName + 'TabContainer');
2285
- RichTextEditor.Inject(RTEToolbar, Link, HtmlEditor, QuickToolbar, Count);
2285
+ RichTextEditor.Inject(RTEToolbar, Link, HtmlEditor, QuickToolbar, Count, Table);
2286
2286
  inputModel.value = ganttProp.notes;
2287
2287
  var notesColumn = this.parent.columnByField[this.parent.taskFields.notes];
2288
2288
  if (notesColumn.allowEditing === false || notesColumn.isPrimaryKey || this.parent.readOnly) {
@@ -1246,7 +1246,7 @@ var TaskProcessor = /** @class */ (function (_super) {
1246
1246
  if (this.getSecondsInDecimal(sDate) === this.parent.defaultStartTime && isValid) {
1247
1247
  sDate.setHours(0, 0, 0, 0);
1248
1248
  }
1249
- if (this.getSecondsInDecimal(eDate) === this.parent.defaultEndTime) {
1249
+ if (this.getSecondsInDecimal(eDate) === this.parent.defaultEndTime && isValid) {
1250
1250
  eDate.setHours(24);
1251
1251
  }
1252
1252
  if (this.getSecondsInDecimal(eDate) === this.parent.defaultStartTime) {
@@ -954,7 +954,7 @@
954
954
  pointer-events: none;
955
955
  position: absolute;
956
956
  top: 50%;
957
- width: 99.5%;
957
+ width: 99%;
958
958
  }
959
959
  .e-gantt .e-gantt-chart .e-gantt-child-taskbar-inner-div,
960
960
  .e-gantt .e-gantt-chart .e-gantt-parent-taskbar-inner-div {
@@ -1092,7 +1092,7 @@
1092
1092
  pointer-events: none;
1093
1093
  position: absolute;
1094
1094
  top: 50%;
1095
- width: 99.5%;
1095
+ width: 99%;
1096
1096
  }
1097
1097
  .e-gantt .e-gantt-chart .e-gantt-child-taskbar-inner-div,
1098
1098
  .e-gantt .e-gantt-chart .e-gantt-parent-taskbar-inner-div {
@@ -1306,7 +1306,7 @@
1306
1306
  pointer-events: none;
1307
1307
  position: absolute;
1308
1308
  top: 50%;
1309
- width: 99.5%;
1309
+ width: 99%;
1310
1310
  }
1311
1311
  .e-gantt .e-gantt-chart .e-gantt-child-taskbar-inner-div,
1312
1312
  .e-gantt .e-gantt-chart .e-gantt-parent-taskbar-inner-div {
@@ -993,7 +993,7 @@
993
993
  pointer-events: none;
994
994
  position: absolute;
995
995
  top: 50%;
996
- width: 99.5%;
996
+ width: 99%;
997
997
  }
998
998
  .e-gantt .e-gantt-chart .e-gantt-child-taskbar-inner-div,
999
999
  .e-gantt .e-gantt-chart .e-gantt-parent-taskbar-inner-div {
@@ -993,7 +993,7 @@
993
993
  pointer-events: none;
994
994
  position: absolute;
995
995
  top: 50%;
996
- width: 99.5%;
996
+ width: 99%;
997
997
  }
998
998
  .e-gantt .e-gantt-chart .e-gantt-child-taskbar-inner-div,
999
999
  .e-gantt .e-gantt-chart .e-gantt-parent-taskbar-inner-div {
@@ -909,7 +909,7 @@
909
909
  pointer-events: none;
910
910
  position: absolute;
911
911
  top: 50%;
912
- width: 99.5%;
912
+ width: 99%;
913
913
  }
914
914
  .e-gantt .e-gantt-chart .e-gantt-child-taskbar-inner-div,
915
915
  .e-gantt .e-gantt-chart .e-gantt-parent-taskbar-inner-div {
package/styles/fabric.css CHANGED
@@ -902,7 +902,7 @@
902
902
  pointer-events: none;
903
903
  position: absolute;
904
904
  top: 50%;
905
- width: 99.5%;
905
+ width: 99%;
906
906
  }
907
907
  .e-gantt .e-gantt-chart .e-gantt-child-taskbar-inner-div,
908
908
  .e-gantt .e-gantt-chart .e-gantt-parent-taskbar-inner-div {
@@ -977,7 +977,7 @@
977
977
  pointer-events: none;
978
978
  position: absolute;
979
979
  top: 50%;
980
- width: 99.5%;
980
+ width: 99%;
981
981
  }
982
982
  .e-gantt .e-gantt-chart .e-gantt-child-taskbar-inner-div,
983
983
  .e-gantt .e-gantt-chart .e-gantt-parent-taskbar-inner-div {
package/styles/fluent.css CHANGED
@@ -977,7 +977,7 @@
977
977
  pointer-events: none;
978
978
  position: absolute;
979
979
  top: 50%;
980
- width: 99.5%;
980
+ width: 99%;
981
981
  }
982
982
  .e-gantt .e-gantt-chart .e-gantt-child-taskbar-inner-div,
983
983
  .e-gantt .e-gantt-chart .e-gantt-parent-taskbar-inner-div {
@@ -982,7 +982,7 @@
982
982
  pointer-events: none;
983
983
  position: absolute;
984
984
  top: 50%;
985
- width: 99.5%;
985
+ width: 99%;
986
986
  }
987
987
 
988
988
  .e-gantt-child-taskbar-inner-div,
@@ -954,7 +954,7 @@
954
954
  pointer-events: none;
955
955
  position: absolute;
956
956
  top: 50%;
957
- width: 99.5%;
957
+ width: 99%;
958
958
  }
959
959
  .e-gantt .e-gantt-chart .e-gantt-child-taskbar-inner-div,
960
960
  .e-gantt .e-gantt-chart .e-gantt-parent-taskbar-inner-div {
@@ -1092,7 +1092,7 @@
1092
1092
  pointer-events: none;
1093
1093
  position: absolute;
1094
1094
  top: 50%;
1095
- width: 99.5%;
1095
+ width: 99%;
1096
1096
  }
1097
1097
  .e-gantt .e-gantt-chart .e-gantt-child-taskbar-inner-div,
1098
1098
  .e-gantt .e-gantt-chart .e-gantt-parent-taskbar-inner-div {
@@ -1306,7 +1306,7 @@
1306
1306
  pointer-events: none;
1307
1307
  position: absolute;
1308
1308
  top: 50%;
1309
- width: 99.5%;
1309
+ width: 99%;
1310
1310
  }
1311
1311
  .e-gantt .e-gantt-chart .e-gantt-child-taskbar-inner-div,
1312
1312
  .e-gantt .e-gantt-chart .e-gantt-parent-taskbar-inner-div {
@@ -993,7 +993,7 @@
993
993
  pointer-events: none;
994
994
  position: absolute;
995
995
  top: 50%;
996
- width: 99.5%;
996
+ width: 99%;
997
997
  }
998
998
  .e-gantt .e-gantt-chart .e-gantt-child-taskbar-inner-div,
999
999
  .e-gantt .e-gantt-chart .e-gantt-parent-taskbar-inner-div {
@@ -993,7 +993,7 @@
993
993
  pointer-events: none;
994
994
  position: absolute;
995
995
  top: 50%;
996
- width: 99.5%;
996
+ width: 99%;
997
997
  }
998
998
  .e-gantt .e-gantt-chart .e-gantt-child-taskbar-inner-div,
999
999
  .e-gantt .e-gantt-chart .e-gantt-parent-taskbar-inner-div {
@@ -909,7 +909,7 @@
909
909
  pointer-events: none;
910
910
  position: absolute;
911
911
  top: 50%;
912
- width: 99.5%;
912
+ width: 99%;
913
913
  }
914
914
  .e-gantt .e-gantt-chart .e-gantt-child-taskbar-inner-div,
915
915
  .e-gantt .e-gantt-chart .e-gantt-parent-taskbar-inner-div {
@@ -902,7 +902,7 @@
902
902
  pointer-events: none;
903
903
  position: absolute;
904
904
  top: 50%;
905
- width: 99.5%;
905
+ width: 99%;
906
906
  }
907
907
  .e-gantt .e-gantt-chart .e-gantt-child-taskbar-inner-div,
908
908
  .e-gantt .e-gantt-chart .e-gantt-parent-taskbar-inner-div {
@@ -977,7 +977,7 @@
977
977
  pointer-events: none;
978
978
  position: absolute;
979
979
  top: 50%;
980
- width: 99.5%;
980
+ width: 99%;
981
981
  }
982
982
  .e-gantt .e-gantt-chart .e-gantt-child-taskbar-inner-div,
983
983
  .e-gantt .e-gantt-chart .e-gantt-parent-taskbar-inner-div {
@@ -977,7 +977,7 @@
977
977
  pointer-events: none;
978
978
  position: absolute;
979
979
  top: 50%;
980
- width: 99.5%;
980
+ width: 99%;
981
981
  }
982
982
  .e-gantt .e-gantt-chart .e-gantt-child-taskbar-inner-div,
983
983
  .e-gantt .e-gantt-chart .e-gantt-parent-taskbar-inner-div {
@@ -883,7 +883,7 @@
883
883
  pointer-events: none;
884
884
  position: absolute;
885
885
  top: 50%;
886
- width: 99.5%;
886
+ width: 99%;
887
887
  }
888
888
  .e-gantt .e-gantt-chart .e-gantt-child-taskbar-inner-div,
889
889
  .e-gantt .e-gantt-chart .e-gantt-parent-taskbar-inner-div {
@@ -994,7 +994,7 @@
994
994
  pointer-events: none;
995
995
  position: absolute;
996
996
  top: 50%;
997
- width: 99.5%;
997
+ width: 99%;
998
998
  }
999
999
  .e-gantt .e-gantt-chart .e-gantt-child-taskbar-inner-div,
1000
1000
  .e-gantt .e-gantt-chart .e-gantt-parent-taskbar-inner-div {
@@ -946,7 +946,7 @@
946
946
  pointer-events: none;
947
947
  position: absolute;
948
948
  top: 50%;
949
- width: 99.5%;
949
+ width: 99%;
950
950
  }
951
951
  .e-gantt .e-gantt-chart .e-gantt-child-taskbar-inner-div,
952
952
  .e-gantt .e-gantt-chart .e-gantt-parent-taskbar-inner-div {
@@ -990,7 +990,7 @@
990
990
  pointer-events: none;
991
991
  position: absolute;
992
992
  top: 50%;
993
- width: 99.5%;
993
+ width: 99%;
994
994
  }
995
995
  .e-gantt .e-gantt-chart .e-gantt-child-taskbar-inner-div,
996
996
  .e-gantt .e-gantt-chart .e-gantt-parent-taskbar-inner-div {
@@ -1037,7 +1037,7 @@
1037
1037
  pointer-events: none;
1038
1038
  position: absolute;
1039
1039
  top: 50%;
1040
- width: 99.5%;
1040
+ width: 99%;
1041
1041
  }
1042
1042
  .e-gantt .e-gantt-chart .e-gantt-child-taskbar-inner-div,
1043
1043
  .e-gantt .e-gantt-chart .e-gantt-parent-taskbar-inner-div {
@@ -1093,7 +1093,7 @@
1093
1093
  pointer-events: none;
1094
1094
  position: absolute;
1095
1095
  top: 50%;
1096
- width: 99.5%;
1096
+ width: 99%;
1097
1097
  }
1098
1098
  .e-gantt .e-gantt-chart .e-gantt-child-taskbar-inner-div,
1099
1099
  .e-gantt .e-gantt-chart .e-gantt-parent-taskbar-inner-div {
@@ -962,7 +962,7 @@
962
962
  pointer-events: none;
963
963
  position: absolute;
964
964
  top: 50%;
965
- width: 99.5%;
965
+ width: 99%;
966
966
  }
967
967
  .e-gantt .e-gantt-chart .e-gantt-child-taskbar-inner-div,
968
968
  .e-gantt .e-gantt-chart .e-gantt-parent-taskbar-inner-div {
@@ -962,7 +962,7 @@
962
962
  pointer-events: none;
963
963
  position: absolute;
964
964
  top: 50%;
965
- width: 99.5%;
965
+ width: 99%;
966
966
  }
967
967
  .e-gantt .e-gantt-chart .e-gantt-child-taskbar-inner-div,
968
968
  .e-gantt .e-gantt-chart .e-gantt-parent-taskbar-inner-div {
@@ -883,7 +883,7 @@
883
883
  pointer-events: none;
884
884
  position: absolute;
885
885
  top: 50%;
886
- width: 99.5%;
886
+ width: 99%;
887
887
  }
888
888
  .e-gantt .e-gantt-chart .e-gantt-child-taskbar-inner-div,
889
889
  .e-gantt .e-gantt-chart .e-gantt-parent-taskbar-inner-div {
@@ -994,7 +994,7 @@
994
994
  pointer-events: none;
995
995
  position: absolute;
996
996
  top: 50%;
997
- width: 99.5%;
997
+ width: 99%;
998
998
  }
999
999
  .e-gantt .e-gantt-chart .e-gantt-child-taskbar-inner-div,
1000
1000
  .e-gantt .e-gantt-chart .e-gantt-parent-taskbar-inner-div {
@@ -946,7 +946,7 @@
946
946
  pointer-events: none;
947
947
  position: absolute;
948
948
  top: 50%;
949
- width: 99.5%;
949
+ width: 99%;
950
950
  }
951
951
  .e-gantt .e-gantt-chart .e-gantt-child-taskbar-inner-div,
952
952
  .e-gantt .e-gantt-chart .e-gantt-parent-taskbar-inner-div {
@@ -990,7 +990,7 @@
990
990
  pointer-events: none;
991
991
  position: absolute;
992
992
  top: 50%;
993
- width: 99.5%;
993
+ width: 99%;
994
994
  }
995
995
  .e-gantt .e-gantt-chart .e-gantt-child-taskbar-inner-div,
996
996
  .e-gantt .e-gantt-chart .e-gantt-parent-taskbar-inner-div {
@@ -1037,7 +1037,7 @@
1037
1037
  pointer-events: none;
1038
1038
  position: absolute;
1039
1039
  top: 50%;
1040
- width: 99.5%;
1040
+ width: 99%;
1041
1041
  }
1042
1042
  .e-gantt .e-gantt-chart .e-gantt-child-taskbar-inner-div,
1043
1043
  .e-gantt .e-gantt-chart .e-gantt-parent-taskbar-inner-div {
@@ -1093,7 +1093,7 @@
1093
1093
  pointer-events: none;
1094
1094
  position: absolute;
1095
1095
  top: 50%;
1096
- width: 99.5%;
1096
+ width: 99%;
1097
1097
  }
1098
1098
  .e-gantt .e-gantt-chart .e-gantt-child-taskbar-inner-div,
1099
1099
  .e-gantt .e-gantt-chart .e-gantt-parent-taskbar-inner-div {
@@ -962,7 +962,7 @@
962
962
  pointer-events: none;
963
963
  position: absolute;
964
964
  top: 50%;
965
- width: 99.5%;
965
+ width: 99%;
966
966
  }
967
967
  .e-gantt .e-gantt-chart .e-gantt-child-taskbar-inner-div,
968
968
  .e-gantt .e-gantt-chart .e-gantt-parent-taskbar-inner-div {
@@ -962,7 +962,7 @@
962
962
  pointer-events: none;
963
963
  position: absolute;
964
964
  top: 50%;
965
- width: 99.5%;
965
+ width: 99%;
966
966
  }
967
967
  .e-gantt .e-gantt-chart .e-gantt-child-taskbar-inner-div,
968
968
  .e-gantt .e-gantt-chart .e-gantt-parent-taskbar-inner-div {